Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 172270

Summary: sys-apps/file-4.20 package on mirror differs from original
Product: Mirrors Reporter: R Stephan <ralf>
Component: Server ProblemAssignee: Mirror Admins <mirror-admin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description R Stephan 2007-03-26 07:35:30 UTC
not sure if the report is right here. after MD5 mismatch of the sys-apps/file-4.20 package when downloaded from gentoo.intergenia.de,
I compared that version with the one from the package homepage (which 
matches MD5 just fine). This was changed:

diff -u --recursive file-4.20/magic/Magdir/perl f/file-4.20/magic/Magdir/perl
--- file-4.20/magic/Magdir/perl	2007-03-02 00:20:19.000000000 +0100
+++ f/file-4.20/magic/Magdir/perl	2007-03-01 23:23:30.000000000 +0100
@@ -13,17 +13,15 @@
 0	string		eval\ "exec\ /usr/local/bin/perl	perl script text executable
 0	string		eval\ '(exit\ $?0)'\ &&\ eval\ 'exec	perl script text
 
-
 # by Dmitry V. Levin and Alexey Tourbin
 # check the first line
 0	string		package
->1	regex		\^package[\ \t]+[A-Za-z_]
->>1	regex		\^package[\ \t]+[0-9A-Za-z_:]*\ *;	Perl5 module source text
+>1	regex		\^.{7}[\ \t]+[A-Za-z_]
+>>1	regex		\^.{9}[\ \t]*[0-9A-Za-z_:]*\ *;	Perl5 module source text
 # not 'p', check other lines
 0	byte		!0x70
 >0	regex		\^package[\ \t]+[0-9A-Za-z_:]+\ *;
->>0	regex		\^1\ *;|\^(use|sub|my)\ .*[(;{=]	Perl5 module source text
-
+>>0	regex		\^1\ *;|\^(use|sub|my)\ .*[(;{=3D]	Perl5 module source text
 
 
 # Perl POD documents

I haven't tested other mirrors,
rws
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-26 07:42:58 UTC

*** This bug has been marked as a duplicate of bug 172142 ***