[Pkg-openssl-changes] r661 - in openssl/branches/1.0.1/debian: . patches

Kurt Roeckx kroeckx at moszumanska.debian.org
Mon May 12 21:14:24 UTC 2014


Author: kroeckx
Date: 2014-05-12 21:14:24 +0000 (Mon, 12 May 2014)
New Revision: 661

Modified:
   openssl/branches/1.0.1/debian/changelog
   openssl/branches/1.0.1/debian/libssl1.0.0.postinst
   openssl/branches/1.0.1/debian/patches/series
Log:
* Update to git snapshot
* Actually restart the services when restart-without-asking is set. (Closes: #745801)


Modified: openssl/branches/1.0.1/debian/changelog
===================================================================
--- openssl/branches/1.0.1/debian/changelog	2014-05-12 21:13:11 UTC (rev 660)
+++ openssl/branches/1.0.1/debian/changelog	2014-05-12 21:14:24 UTC (rev 661)
@@ -1,3 +1,15 @@
+openssl (1.0.1g-4) unstable; urgency=medium
+
+  * Update to git snapshot
+    - Fixes CVE-2014-0198 (Closes: #747432)
+    - Drop the following patches that got applied upstream:
+      fix-pod-errors.patch, CVE-2010-5298.patch,
+      CVE-2014-XXXX-Extension-checking-fixes.patch
+  * Actually restart the services when restart-without-asking is set.
+    (Closes: #745801)
+
+ -- Kurt Roeckx <kurt at roeckx.be>  Mon, 12 May 2014 22:22:16 +0200
+
 openssl (1.0.1g-3) unstable; urgency=medium
 
   * Fix CVE-2010-5298: use-after-free race condition.

Modified: openssl/branches/1.0.1/debian/libssl1.0.0.postinst
===================================================================
--- openssl/branches/1.0.1/debian/libssl1.0.0.postinst	2014-05-12 21:13:11 UTC (rev 660)
+++ openssl/branches/1.0.1/debian/libssl1.0.0.postinst	2014-05-12 21:14:24 UTC (rev 661)
@@ -163,6 +163,8 @@
 			else
 				answer=no
 			fi
+		else
+			answer=yes
 		fi
 		echo
 		if [ "$answer" = yes ] && [ "$services" != "" ]; then

Modified: openssl/branches/1.0.1/debian/patches/series
===================================================================
--- openssl/branches/1.0.1/debian/patches/series	2014-05-12 21:13:11 UTC (rev 660)
+++ openssl/branches/1.0.1/debian/patches/series	2014-05-12 21:14:24 UTC (rev 661)
@@ -21,6 +21,4 @@
 #padlock_conf.patch
 defaults.patch
 openssl_fix_for_x32.patch
-fix-pod-errors.patch
-CVE-2010-5298.patch
-CVE-2014-XXXX-Extension-checking-fixes.patch
+git_snapshot.patch




More information about the Pkg-openssl-changes mailing list