Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45055 Details for
Bug 52500
GLSA's reference incorrect ebuilds after renames
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Script for checking moved packages against current GLSA corpus
check_movedpackages.pl (text/plain), 642 bytes, created by
Thierry Carrez (RETIRED)
on 2004-12-01 08:07:42 UTC
(
hide
)
Description:
Script for checking moved packages against current GLSA corpus
Filename:
MIME Type:
Creator:
Thierry Carrez (RETIRED)
Created:
2004-12-01 08:07:42 UTC
Size:
642 bytes
patch
obsolete
>print "Parsing updates...\n"; >open (FILENAMES,"find /usr/portage/profiles/updates -type f -print |"); >while ($filename = <FILENAMES>) { > chop $filename; > open (RCFILE,$filename); > while (<RCFILE>) > { > if (/^move (\S+) (\S+)/) > { > $moves{$1}=$2; > } > } > close RCFILE; >} >close FILENAMES; >print "Parsing GLSAs...\n"; >open (FILENAMES,"find /usr/portage/metadata/glsa -type f -print |"); >while ($filename = <FILENAMES>) { > chop $filename; > open (RCFILE,$filename); > while (<RCFILE>) > { > if (/<package name="([^"]+)"/) > { > if ($moves{$1} ne "") > { > print "$filename $1 -> $moves{$1}\n"; > } > } > } > close RCFILE; >} >close FILENAMES; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 52500
: 45055 |
139606