[Lunar-commits] <moonbase> nss: updated to 3.12.6 New in NSS 3.12.6: SSL3 & TLS Renegotiation Indication Extension (RFC 5746) By default, NSS 3.12.6 uses the new TLS Renegotiation Indication Extension for TLS renegotiation but allows simple SSL/TLS connections (without renegotiation) with peers that don't support the TLS Renegotiation Indication Extension.
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Fri Apr 30 13:27:50 CEST 2010
commit 4a69675223d74b5cd8036660d3597528b5a8982e
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Fri Apr 30 13:27:50 2010 +0200
nss: updated to 3.12.6
New in NSS 3.12.6: SSL3 & TLS Renegotiation Indication Extension (RFC 5746)
By default, NSS 3.12.6 uses the new TLS Renegotiation Indication Extension for TLS renegotiation but allows simple SSL/TLS connections (without renegotiation) with peers that don't support the TLS Renegotiation Indication Extension.
32 bugs fixed see: https://developer.mozilla.org/NSS_3.12.6_release_notes
---
libs/nss/DETAILS | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/libs/nss/DETAILS b/libs/nss/DETAILS
index 2df1d20..2047f17 100644
--- a/libs/nss/DETAILS
+++ b/libs/nss/DETAILS
@@ -1,10 +1,11 @@
MODULE=nss
- VERSION=3.12.5
+ VERSION=3.12.6
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-gentoo-fixups.diff
- SOURCE_URL=http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_5_RTM/src/
+ SOURCE2=$MODULE-3.12.5-gentoo-fixups.diff
+ SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_6_RTM/src
+ SOURCE_URL[1]=http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_6_RTM/src
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:ec12c6eddba5fb4609a174b079095b374935d37c
+ SOURCE_VFY=sha1:461e81adbdef6c3f848fcfee0dc5ad8c2dbebd46
SOURCE2_VFY=sha1:dc4cacbd818c36fa7ebcf7a5dc876daeea79dd57
WEB_SITE=http://www.mozilla.org/projects/security/pki/nss
ENTERED=20060418
More information about the Lunar-commits
mailing list