pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/nss



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Jul  2 12:22:47 UTC 2016

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
Update to 3.25

Changelog:
The NSS team has released Network Security Services (NSS) 3.25, which is a minor
release.

Below is a short summary of the changes.
Please refer to the full release notes for additional details.

New functionality:
* Implemented DHE key agreement for TLS 1.3
* Added support for ChaCha with TLS 1.3
* Added support for TLS 1.2 ciphersuites that use SHA384 as the PRF
* In previous versions, when using client authentication with TLS 1.2, 
  NSS only supported certificate_verify messages that used the same
  signature hash algorithm as used by the PRF. 
  This limitation has been removed.
* Several functions have been added to the public API of the NSS
  Cryptoki Framework.

New Functions:
* NSSCKFWSlot_GetSlotID
* NSSCKFWSession_GetFWSlot
* NSSCKFWInstance_DestroySessionHandle
* NSSCKFWInstance_FindSessionHandle

Notable Changes:
* An SSL socket can no longer be configured to allow both TLS 1.3 and SSL v3
* Regression fix: NSS no longer reports a failure if an application attempts
  to disable the SSL v2 protocol.
* The list of trusted CA certificates has been updated to version 2.8
* The following CA certificate was Removed
- CN = Sonera Class1 CA
* The following CA certificates were Added 
- CN = Hellenic Academic and Research Institutions RootCA 2015
- CN = Hellenic Academic and Research Institutions ECC RootCA 2015
- CN = Certplus Root CA G1
- CN = Certplus Root CA G2
- CN = OpenTrust Root CA G1
- CN = OpenTrust Root CA G2
- CN = OpenTrust Root CA G3


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/nss/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/nss/Makefile
diff -u pkgsrc/devel/nss/Makefile:1.115 pkgsrc/devel/nss/Makefile:1.116
--- pkgsrc/devel/nss/Makefile:1.115     Wed May 25 13:17:13 2016
+++ pkgsrc/devel/nss/Makefile   Sat Jul  2 12:22:47 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.115 2016/05/25 13:17:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.116 2016/07/02 12:22:47 ryoon Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.24.0
+NSS_RELEASE=           3.25.0
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_MAJOR_VERSION}_${NSS_MINOR_VERSION}_RTM/src/}
 

Index: pkgsrc/devel/nss/distinfo
diff -u pkgsrc/devel/nss/distinfo:1.60 pkgsrc/devel/nss/distinfo:1.61
--- pkgsrc/devel/nss/distinfo:1.60      Wed May 25 13:17:13 2016
+++ pkgsrc/devel/nss/distinfo   Sat Jul  2 12:22:47 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.60 2016/05/25 13:17:13 ryoon Exp $
+$NetBSD: distinfo,v 1.61 2016/07/02 12:22:47 ryoon Exp $
 
-SHA1 (nss-3.24.tar.gz) = e232ed7046891d1e47959636c86172f6274c7bec
-RMD160 (nss-3.24.tar.gz) = dcdf069def140b65ea93163613d2c258128dd69b
-SHA512 (nss-3.24.tar.gz) = 9cf6d5dcbe8292bce53e043cf2713e55f01f979827c6f5f39a22ea8d1f40a2579728454a12c30540e8fb06e8119640a539cc5c6913aa12d97008d68386abfe6e
-Size (nss-3.24.tar.gz) = 7307782 bytes
+SHA1 (nss-3.25.tar.gz) = ffa55041a7904bb43afbc6821f479819d9802abf
+RMD160 (nss-3.25.tar.gz) = a3a711df9516788c9f872f4946f68adabcded836
+SHA512 (nss-3.25.tar.gz) = a33cff42d0d85eea091057648d598b7421de88f16ed357965ea08a8812de968c3f18d45452afd21afc90122f65c2c5bb2d7071357947b45e935aae55d28c4218
+Size (nss-3.25.tar.gz) = 7338238 bytes
 SHA1 (patch-am) = ee4c4beeb120397852fc4b06b7dd54534d0d5ac5
 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69
 SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f



Home | Main Index | Thread Index | Old Index