[Secure-testing-commits] r1767 - bin

Joey Hess joeyh at costa.debian.org
Thu Sep 1 19:34:17 UTC 2005


Author: joeyh
Date: 2005-09-01 19:34:16 +0000 (Thu, 01 Sep 2005)
New Revision: 1767

Modified:
   bin/checklist
Log:
fix a wrong comment


Modified: bin/checklist
===================================================================
--- bin/checklist	2005-09-01 19:31:46 UTC (rev 1766)
+++ bin/checklist	2005-09-01 19:34:16 UTC (rev 1767)
@@ -46,7 +46,7 @@
 check script against the $suite distribution. As data is only gathered for
 the testing distribution, results may be innacurate if a package has
 changed its name, if a vulnerability affects $suite and not testing, or if a
-vulnerability has been fixed in $suite by the $suite security team.
+vulnerability has been fixed in $suite by the security team.
 </p>
 EOF
 	}
@@ -183,11 +183,11 @@
 					my $arches=$fields[3];
 					$version=~s/\s+//; # strip whitespace
 					$arches=~s/\s+$//;
-					# Is the version in the archive greater than the version that's vulnerable?
+					# 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.
 						my $starchive = "";
-					
+						
 						# Does the version exist in the secure-testing archive?
 						my $staversion = `zcat $stasources |grep-dctrl -F Package -e ^$package\$ -s Version -`;
 						chomp $staversion;




More information about the Secure-testing-commits mailing list