[Secure-testing-commits] r586 - in sarge-checks: . CAN DSA
Joey Hess
joeyh@costa.debian.org
Mon, 21 Mar 2005 06:28:17 +0100
Author: joeyh
Date: 2005-03-21 06:28:13 +0100 (Mon, 21 Mar 2005)
New Revision: 586
Modified:
sarge-checks/CAN/list
sarge-checks/DSA/list
sarge-checks/checklist
Log:
fix some syntax problems
update records re last dsa
Modified: sarge-checks/CAN/list
===================================================================
--- sarge-checks/CAN/list 2005-03-20 22:32:03 UTC (rev 585)
+++ sarge-checks/CAN/list 2005-03-21 05:28:13 UTC (rev 586)
@@ -1474,8 +1474,8 @@
{DSA-693-1}
CAN-2005-0384 (Linux kernel malformed PPP packet remote DoS)
NOTE: reserved
- - kernel-source-2.6.8 (already fixed in debian-kernel SVN)
- - kernel-source-2.4.27 (already fixed in debian-kernel SVN)
+ - kernel-source-2.6.8 (pending; fixed in debian-kernel SVN)
+ - kernel-source-2.4.27 (pending; fixed in debian-kernel SVN)
CAN-2004-1488 (wget 1.8.x and 1.9.x does not filter or quote control characters when ...)
NOTE: Submitted patch not acceptable according to Andreas Barth
- wget (unfixed; bug #261755)
Modified: sarge-checks/DSA/list
===================================================================
--- sarge-checks/DSA/list 2005-03-20 22:32:03 UTC (rev 585)
+++ sarge-checks/DSA/list 2005-03-21 05:28:13 UTC (rev 586)
@@ -1,5 +1,7 @@
[14 Mar 2005] DSA-693-1 luxman - buffer overflow
{CAN-2005-0385}
+ NOTE: not present in testing at time of DSA
+ NOTE: not in unstable at time of DSA though DSA claimed it was
- luxman 0.41-20
[14 Mar 2005] DSA-662-2 squirrelmail - several
NOTE: only an update to a prior DSA, did not affct sid/sarge.
Modified: sarge-checks/checklist
===================================================================
--- sarge-checks/checklist 2005-03-20 22:32:03 UTC (rev 585)
+++ sarge-checks/checklist 2005-03-21 05:28:13 UTC (rev 586)
@@ -58,7 +58,7 @@
next;
}
- if ($version=~/unfixed/) {
+ if ($version=~/unfixed/ || $version=~/pending/) {
record($package, $version, $id);
$unfixed++;
}