[Pkg-openssl-changes] r353 - in openssl-blacklist/trunk: . debian

Kees Cook kees at alioth.debian.org
Wed May 6 19:12:03 UTC 2009


Author: kees
Date: 2009-05-06 19:12:03 +0000 (Wed, 06 May 2009)
New Revision: 353

Modified:
   openssl-blacklist/trunk/debian/changelog
   openssl-blacklist/trunk/test.sh
Log:
test.sh: fix executable state of openssl-vulnkey (Closes: #525042).

Modified: openssl-blacklist/trunk/debian/changelog
===================================================================
--- openssl-blacklist/trunk/debian/changelog	2009-04-08 18:50:30 UTC (rev 352)
+++ openssl-blacklist/trunk/debian/changelog	2009-05-06 19:12:03 UTC (rev 353)
@@ -1,3 +1,9 @@
+openssl-blacklist (0.5-2) UNRELEASED; urgency=low
+
+  * test.sh: fix executable state of openssl-vulnkey (Closes: #525042).
+
+ -- Kees Cook <kees at debian.org>  Wed, 06 May 2009 12:06:56 -0700
+
 openssl-blacklist (0.5-1) unstable; urgency=low
 
   [ Kees Cook ]

Modified: openssl-blacklist/trunk/test.sh
===================================================================
--- openssl-blacklist/trunk/test.sh	2009-04-08 18:50:30 UTC (rev 352)
+++ openssl-blacklist/trunk/test.sh	2009-05-06 19:12:03 UTC (rev 353)
@@ -25,6 +25,7 @@
 
 tmpdir=`mktemp -d`
 trap "rm -rf $tmpdir" EXIT HUP INT QUIT TERM
+chmod a+x ./openssl-vulnkey
 
 # setup files
 cp -a ./openssl-vulnkey ./examples $tmpdir




More information about the Pkg-openssl-changes mailing list