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

Kurt Roeckx kroeckx at costa.debian.org
Sat May 13 16:08:22 UTC 2006


Author: kroeckx
Date: 2006-05-13 16:08:21 +0000 (Sat, 13 May 2006)
New Revision: 145

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/rules
Log:
New functions added (EVP_CIPHER_CTX_new, EVP_CIPHER_CTX_free), bump shlibs.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2006-05-04 19:13:44 UTC (rev 144)
+++ openssl/trunk/debian/changelog	2006-05-13 16:08:21 UTC (rev 145)
@@ -1,6 +1,7 @@
-openssl (0.9.8b-1) UNRELEASED; urgency=low
+openssl (0.9.8b-1) unstable; urgency=low
 
   * New upstream release
+    - New functions added (EVP_CIPHER_CTX_new, EVP_CIPHER_CTX_free), bump shlibs.
   * Run debconf-updatepo, which really already was in the -8 version
     as it was uploaded.
   * Add Galician debconf translation.  Patch from

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2006-05-04 19:13:44 UTC (rev 144)
+++ openssl/trunk/debian/rules	2006-05-13 16:08:21 UTC (rev 145)
@@ -155,7 +155,7 @@
 	dh_strip --dbg-package=libssl0.9.8
 	dh_perl -d
 #	dh_suidregister
-	dh_makeshlibs -V "libssl0.9.8 (>= 0.9.8a-1)" --add-udeb="libcrypto0.9.8-udeb"
+	dh_makeshlibs -V "libssl0.9.8 (>= 0.9.8b-1)" --add-udeb="libcrypto0.9.8-udeb"
 	dh_shlibdeps -L libssl0.9.8 -l debian/libssl0.9.8/usr/lib
 	dh_gencontrol
 	dh_installdeb




More information about the Pkg-openssl-changes mailing list