Author: joeyh
Date: 2005-01-09 07:11:50 +0100 (Sun, 09 Jan 2005)
New Revision: 256
Modified:
sarge-checks/CAN/list
sarge-checks/checklist
Log:
fix uri escaping
Modified: sarge-checks/CAN/list
==================================================================---
sarge-checks/CAN/list 2005-01-08 18:51:18 UTC (rev 255)
+++ sarge-checks/CAN/list 2005-01-09 06:11:50 UTC (rev 256)
@@ -283,7 +283,8 @@
NOTE: not-for-us (Netscape Directory Server on HP-UX)
CAN-2004-1235
NOTE: reserved
- - kernel-source-2.6.8 (unfixed; bug #289155)
+ - kernel-source-2.6.8 2.6.9-5
+ NOTE: and binary packages built from it
- kernel-source-2.4.27 (unfixed; bug cloned)
CAN-2004-1234 (load_elf_binary in Linux before 2.4.26 allows local users to
cause a ...)
TODO: check with kernel team
Modified: sarge-checks/checklist
==================================================================---
sarge-checks/checklist 2005-01-08 18:51:18 UTC (rev 255)
+++ sarge-checks/checklist 2005-01-09 06:11:50 UTC (rev 256)
@@ -1,5 +1,6 @@
#!/usr/bin/perl
# Must run on a machine with madison.
+use URI::Escape;
my $html=0;
if ($ARGV[0] eq ''html'') {
@@ -60,7 +61,7 @@
if ($cmp != 0) {
if ($html) {
print "<li>";
- $havver=''<a
href="http://bjorn.haxx.se/debian/testing.pl?package=''.$package.''">''.$havver.''</a>'';
+ $havver=''<a
href="http://bjorn.haxx.se/debian/testing.pl?package=''.uri_escape($package).''">''.$havver.''</a>'';
}
print formatout("$package $version needed, have $havver for
$id\n");
$unfixed++;