components/perl512/patches/CVE-2011-3597.patch
changeset 884 cd5a2da081ff
parent 858 8571d5518444
equal deleted inserted replaced
883:50516829ab64 884:cd5a2da081ff
   296 +use Digest;
   296 +use Digest;
   297 +
   297 +
   298 +$LOL::PWNED = 0;
   298 +$LOL::PWNED = 0;
   299 +eval { Digest->new(q[MD;5;$LOL::PWNED = 42]) };
   299 +eval { Digest->new(q[MD;5;$LOL::PWNED = 42]) };
   300 +is $LOL::PWNED, 0;
   300 +is $LOL::PWNED, 0;
   301 --- perl-5.12.4/patchlevel.h	Mo jun  4 16:58:05 2012
   301 diff -Naur perl-5.12.4/MANIFEST new/MANIFEST
   302 +++ perl-5.12.4/patchlevel.h	Mo jun  4 16:58:23 2012
   302 --- perl-5.12.4/MANIFEST	2012-06-13 14:23:21.347805553 -0700
   303 @@ -132,6 +132,7 @@
   303 +++ new/MANIFEST	2012-06-13 15:08:46.655737770 -0700
   304  #endif
   304 @@ -704,6 +704,8 @@
   305  	PERL_GIT_UNPUSHED_COMMITS    	/* do not remove this line */
   305  cpan/Digest/t/base.t		See if Digest extensions work
   306  	,"7111771 Problem with utility/perl"
   306  cpan/Digest/t/digest.t		See if Digest extensions work
   307 +	,"7125218 Problem with utility/perl"
   307  cpan/Digest/t/file.t		See if Digest extensions work
   308  	,NULL
   308 +cpan/Digest/t/lib/Digest/Dummy.pm
   309  };
   309 +cpan/Digest/t/security.t
   310  
   310  cpan/Encode/AUTHORS		List of authors
       
   311  cpan/Encode/bin/enc2xs		Encode module generator
       
   312  cpan/Encode/bin/piconv		iconv by perl