[Lunar-commits] <moonbase> openssl: version bumped to 0.9.8m.
Florin Braescu
florin at lunar-linux.org
Fri Feb 26 18:12:56 CET 2010
commit f04e05f88ceeda04e7539b29f930747878851c28
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Feb 26 19:12:56 2010 +0200
openssl: version bumped to 0.9.8m.
Changes:
o Cipher definition fixes.
o Workaround for slow RAND_poll() on some WIN32 versions.
o Remove MD2 from algorithm tables.
o SPKAC handling fixes.
o Support for RFC5746 TLS renegotiation extension.
o Compression memory leak fixed.
o Compression session resumption fixed.
o Ticket and SNI coexistence fixes.
o Many fixes to DTLS handling.
---
crypto/openssl/DETAILS | 6 +++---
crypto/openssl/POST_INSTALL | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS
index 8e3d02a..3af03a4 100644
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -1,5 +1,5 @@
MODULE=openssl
- VERSION=0.9.8l
+ VERSION=0.9.8m
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=Makefile.openssl-certs
SOURCE_URL[0]=http://www.openssl.org/source
@@ -7,12 +7,12 @@
SOURCE_URL[2]=http://www.dentarthurdent.com/transfer/openssl
SOURCE_URL[3]=ftp://ftp.infoscience.co.jp/pub/Crypto/SSL/openssl/source
SOURCE_URL[4]=ftp://ftp.duth.gr/pub/OpenSSL/source
- SOURCE_VFY=sha1:d3fb6ec89532ab40646b65af179bb1770f7ca28f
+ SOURCE_VFY=sha1:2511c709a47f34d5fa6cd1a1c9cb1699bdffa912
SOURCE2_URL=$PATCH_URL
SOURCE2_VFY=sha1:0f30d44c0bf27883876bdf56fe9c541ee28bc2cd
WEB_SITE=http://www.openssl.org
ENTERED=20010922
- UPDATED=20091106
+ UPDATED=20100226
PSAFE="no"
SHORT="A library for providing encrypted transport layers"
diff --git a/crypto/openssl/POST_INSTALL b/crypto/openssl/POST_INSTALL
index c6dec30..f8a77d1 100644
--- a/crypto/openssl/POST_INSTALL
+++ b/crypto/openssl/POST_INSTALL
@@ -1,11 +1,11 @@
# Remove of gcc internal header is necessary as it "fixes" its own
-# copy of the bn.h include files. This will allow gcc to correctly
+# copy of the bn.h include files. This will allow gcc to correctly
# recompile an openssl app.
rm -rf /usr/lib/gcc-lib/*/$(installed_version gcc)/include/openssl &> /dev/null
# Has to be done BEFORE anything else
-lunar fix wget
+lunar fix wget
# Recent openssl changes may break ssh undetectable to lunar fix
lin -c openssh
More information about the Lunar-commits
mailing list