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

Kurt Roeckx kroeckx at moszumanska.debian.org
Sun Sep 6 16:13:04 UTC 2015


Author: kroeckx
Date: 2015-09-06 16:13:04 +0000 (Sun, 06 Sep 2015)
New Revision: 748

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/rules
Log:
Enable rfc3779 and cms support


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2015-09-06 16:11:54 UTC (rev 747)
+++ openssl/trunk/debian/changelog	2015-09-06 16:13:04 UTC (rev 748)
@@ -5,6 +5,7 @@
     SSLv3_client_method() being removed from libssl.  Change the soname as
     result of that and also changes name of the binary package.
     (Closes: #768476)
+  * Enable rfc3779 and cms support (Closes: #630790)
 
  -- Kurt Roeckx <kurt at roeckx.be>  Sun, 06 Sep 2015 14:21:27 +0200
 

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2015-09-06 16:11:54 UTC (rev 747)
+++ openssl/trunk/debian/rules	2015-09-06 16:13:04 UTC (rev 748)
@@ -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 enable-unit-test no-ssl3-method
+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 no-ssl3-method enable-rfc3779 enable-cms
 OPT_alpha = ev4 ev5
 OPT_i386  = i586 i686/cmov
 ARCHOPTS  = OPT_$(DEB_HOST_ARCH)




More information about the Pkg-openssl-changes mailing list