[Pkg-openssl-changes] r728 - openssl/trunk/debian

Kurt Roeckx kroeckx at moszumanska.debian.org
Thu Apr 30 21:33:34 UTC 2015


Author: kroeckx
Date: 2015-04-30 21:33:34 +0000 (Thu, 30 Apr 2015)
New Revision: 728

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/rules
Log:
temporary enable sslv3 method again


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2015-04-30 21:33:01 UTC (rev 727)
+++ openssl/trunk/debian/changelog	2015-04-30 21:33:34 UTC (rev 728)
@@ -13,6 +13,7 @@
     - Fix CVE-2015-0208
     - Fix CVE-2015-1787
     - Fix CVE-2015-0285
+  * Temporary enable SSLv3 methods again, but they will go away.
 
  -- Kurt Roeckx <kurt at roeckx.be>  Thu, 30 Apr 2015 23:19:02 +0200
 

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2015-04-30 21:33:01 UTC (rev 727)
+++ openssl/trunk/debian/rules	2015-04-30 21:33:34 UTC (rev 728)
@@ -26,7 +26,7 @@
 	export CROSS_COMPILE ?= $(DEB_HOST_GNU_TYPE)-
 endif
 
-CONFARGS  = --prefix=/usr --openssldir=/usr/lib/ssl --libdir=lib/$(DEB_HOST_MULTIARCH) no-idea no-mdc2 no-rc5 no-zlib  enable-tlsext no-ssl2 no-ssl3 no-ssl3-method enable-unit-test
+CONFARGS  = --prefix=/usr --openssldir=/usr/lib/ssl --libdir=lib/$(DEB_HOST_MULTIARCH) no-idea no-mdc2 no-rc5 no-zlib  enable-tlsext no-ssl2 no-ssl3 enable-unit-test
 OPT_alpha = ev4 ev5
 OPT_i386  = i586 i686/cmov
 ARCHOPTS  = OPT_$(DEB_HOST_ARCH)




More information about the Pkg-openssl-changes mailing list