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

Kurt Roeckx kroeckx at costa.debian.org
Sun Sep 17 14:49:23 UTC 2006


Author: kroeckx
Date: 2006-09-17 14:49:23 +0000 (Sun, 17 Sep 2006)
New Revision: 174

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/rules
Log:
New functions AES_bi_ige_encrypt and AES_ige_encrypt:
bumping shlibs to require 0.9.8c-1.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2006-09-17 14:29:50 UTC (rev 173)
+++ openssl/trunk/debian/changelog	2006-09-17 14:49:23 UTC (rev 174)
@@ -4,10 +4,12 @@
     - block padding bug with compression now fixed upstream, using
       their patch.
     - Includes the RSA Signature Forgery (CVE-2006-4339) patch.
+    - New functions AES_bi_ige_encrypt and AES_ige_encrypt:
+      bumping shlibs to require 0.9.8c-1.
   * Change the postinst script to check that ntp is installed instead
     of ntp-refclock and ntp-simple.  The binary is now in the ntp
     package.
-  * Move the modified rand/md_rand.c file to the right place, 
+  * Move the modified rand/md_rand.c file to the right place,
     really fixing #363516.
   * Add partimage-server conserver-server and tor to the list of service
     to check for restart.  Add workaround for openssh-server so it finds
@@ -20,7 +22,7 @@
     Thanks to Kazuhiro Inaoka <inaoka.kazuhiro at renesas.com>
     (Closes: #378689)
 
- -- Kurt Roeckx <kurt at roeckx.be>  Sun, 17 Sep 2006 13:28:02 +0000
+ -- Kurt Roeckx <kurt at roeckx.be>  Sun, 17 Sep 2006 14:47:59 +0000
 
 openssl (0.9.8b-3) unstable; urgency=high
 

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2006-09-17 14:29:50 UTC (rev 173)
+++ openssl/trunk/debian/rules	2006-09-17 14:49:23 UTC (rev 174)
@@ -155,7 +155,7 @@
 	dh_strip --dbg-package=libssl0.9.8
 	dh_perl -d
 #	dh_suidregister
-	dh_makeshlibs -V "libssl0.9.8 (>= 0.9.8b-1)" --add-udeb="libcrypto0.9.8-udeb"
+	dh_makeshlibs -V "libssl0.9.8 (>= 0.9.8c-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