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

Kurt Roeckx kroeckx at costa.debian.org
Tue Nov 1 14:33:08 UTC 2005


Author: kroeckx
Date: 2005-11-01 14:33:07 +0000 (Tue, 01 Nov 2005)
New Revision: 82

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/rules
Log:
Always link to libz instead of trying to load it dynamicly.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2005-10-21 11:32:10 UTC (rev 81)
+++ openssl/trunk/debian/changelog	2005-11-01 14:33:07 UTC (rev 82)
@@ -1,3 +1,16 @@
+openssl (0.9.8a-3) unstable; urgency=high
+
+  * Link to libz instead of dynamicly loading it.  It gets loaded
+    at the moment the library is initialised, so there is no point
+    in not linking to it.  It's now failing in some cases since
+    it's not opened by it's soname, but by the symlink to it.
+    This should hopefully solve most of the bugs people have reported
+    since the move to libssl0.9.8.
+    (Closes: #334180, #336140, #335271)
+  * Urgency set to high because it fixes a grave bug affecting testing.
+
+ -- Kurt Roeckx <kurt at roeckx.be>  Tue,  1 Nov 2005 14:56:40 +0100
+
 openssl (0.9.8a-2) unstable; urgency=low
 
   * Add Build-Dependency on m4, since sparc needs it to generate

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2005-10-21 11:32:10 UTC (rev 81)
+++ openssl/trunk/debian/rules	2005-11-01 14:33:07 UTC (rev 82)
@@ -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-dynamic
+CONFARGS  = --prefix=/usr --openssldir=/usr/lib/ssl no-idea no-mdc2 no-rc5 zlib
 OPT_alpha = ev4 ev5
 OPT_i386  = i486 i586 i686/cmov
 OPT_sparc = v8 v9




More information about the Pkg-openssl-changes mailing list