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

Kurt Roeckx kroeckx at alioth.debian.org
Sat Mar 10 18:14:21 CET 2007


Author: kroeckx
Date: 2007-03-10 17:14:20 +0000 (Sat, 10 Mar 2007)
New Revision: 215

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/control
Log:
openssl should depend on libssl0.9.8 0.9.8e-1 since it
uses some of the defines that changed to functions.
Other things build against libssl or libcrypto shouldn't
have this problem since they use the old headers.
(Closes: #414283)


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2007-03-04 23:35:39 UTC (rev 214)
+++ openssl/trunk/debian/changelog	2007-03-10 17:14:20 UTC (rev 215)
@@ -1,3 +1,13 @@
+openssl (0.9.8e-4) unstable; urgency=low
+
+  * openssl should depend on libssl0.9.8 0.9.8e-1 since it 
+    uses some of the defines that changed to functions.
+    Other things build against libssl or libcrypto shouldn't 
+    have this problem since they use the old headers.
+    (Closes: #414283)
+
+ -- Kurt Roeckx <kurt at roeckx.be>  Sat, 10 Mar 2007 17:11:46 +0000
+
 openssl (0.9.8e-3) unstable; urgency=low
 
   * Add nagios-nrpe-server to the list of services to be checked

Modified: openssl/trunk/debian/control
===================================================================
--- openssl/trunk/debian/control	2007-03-04 23:35:39 UTC (rev 214)
+++ openssl/trunk/debian/control	2007-03-10 17:14:20 UTC (rev 215)
@@ -9,7 +9,7 @@
 Package: openssl
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}
+Depends: ${shlibs:Depends}, ${perl:Depends}, libssl0.9.8 (>= 0.9.8e-1)
 Conflicts: ssleay (<< 0.9.2b)
 Suggests: ca-certificates
 Description: Secure Socket Layer (SSL) binary and related cryptographic tools




More information about the Pkg-openssl-changes mailing list