[Secure-testing-commits] r2336 - bin

Joey Hess joeyh at costa.debian.org
Thu Oct 6 19:50:54 UTC 2005


Author: joeyh
Date: 2005-10-06 19:50:53 +0000 (Thu, 06 Oct 2005)
New Revision: 2336

Modified:
   bin/checklist
Log:
drop issues affecting only the hurd


Modified: bin/checklist
===================================================================
--- bin/checklist	2005-10-06 13:46:54 UTC (rev 2335)
+++ bin/checklist	2005-10-06 19:50:53 UTC (rev 2336)
@@ -191,6 +191,7 @@
 					my $arches=$fields[3];
 					$version=~s/\s+//; # strip whitespace
 					$arches=~s/\s+$//;
+					next if $arches eq 'hurd-i386';
 					# Is the version in the archive the same or newer than the fix?
 					my $cmp=system("dpkg --compare-versions '$havver' '>=' '$version'"); 
 					if ($cmp != 0){ # No, so the archive is vulnerable.




More information about the Secure-testing-commits mailing list