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

kroeckx at alioth.debian.org kroeckx at alioth.debian.org
Sat Feb 9 12:34:32 UTC 2008


Author: kroeckx
Date: 2008-02-09 12:34:32 +0000 (Sat, 09 Feb 2008)
New Revision: 283

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/rules
Log:
Enable tlsext.  This changes the ABI, but should hopefully
not cause any problems. (Closes: #462596)


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2008-01-16 21:17:04 UTC (rev 282)
+++ openssl/trunk/debian/changelog	2008-02-09 12:34:32 UTC (rev 283)
@@ -1,3 +1,10 @@
+openssl (0.9.8g-5) experimental; urgency=low
+
+  * Enable tlsext.  This changes the ABI, but should hopefully
+    not cause any problems. (Closes: #462596)
+
+ -- Kurt Roeckx <kurt at roeckx.be>  Sat, 09 Feb 2008 13:32:49 +0100
+
 openssl (0.9.8g-4) unstable; urgency=low
 
   * Fix aes ige test speed not to overwrite it's buffer and

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2008-01-16 21:17:04 UTC (rev 282)
+++ openssl/trunk/debian/rules	2008-02-09 12:34:32 UTC (rev 283)
@@ -19,7 +19,7 @@
 # The binary architeture
 DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-CONFARGS  = --prefix=/usr --openssldir=/usr/lib/ssl no-idea no-mdc2 no-rc5 zlib
+CONFARGS  = --prefix=/usr --openssldir=/usr/lib/ssl no-idea no-mdc2 no-rc5 zlib tlsext
 OPT_alpha = ev4 ev5
 OPT_i386  = i486 i586 i686/cmov
 OPT_sparc = v8 v9




More information about the Pkg-openssl-changes mailing list