r67197 - /trunk/libcgi-simple-perl/debian/patches/cve-2010-4410.patch

bremner at users.alioth.debian.org bremner at users.alioth.debian.org
Sat Jan 8 23:58:42 UTC 2011


Author: bremner
Date: Sat Jan  8 23:58:35 2011
New Revision: 67197

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67197
Log:
refresh cve-2010-4410.patch

update test for upstream's choice of error message.

Modified:
    trunk/libcgi-simple-perl/debian/patches/cve-2010-4410.patch

Modified: trunk/libcgi-simple-perl/debian/patches/cve-2010-4410.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-simple-perl/debian/patches/cve-2010-4410.patch?rev=67197&op=diff
==============================================================================
--- trunk/libcgi-simple-perl/debian/patches/cve-2010-4410.patch (original)
+++ trunk/libcgi-simple-perl/debian/patches/cve-2010-4410.patch Sat Jan  8 23:58:35 2011
@@ -27,11 +27,11 @@
 +);
 +
 +throws_ok { $cgi->header( '-Test' => "test$CRLF$CRLF part" ) }
-+qr/Invalid header value -- CRLF not followed by whitespace at /,
++qr/Invalid header value contains a newline not followed by whitespace:/,
 +    'invalid CRLF caught';
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -11,6 +11,7 @@ WriteMakefile(
+@@ -11,6 +11,7 @@
    PL_FILES      => {},
    PREREQ_PM     => {
      'Test::More' => 0,




More information about the Pkg-perl-cvs-commits mailing list