diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-09-30 11:59:12 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-09-30 11:59:12 +0000 |
commit | 3ad9385b5cecb4eed7624cff616ee7719ac339e5 (patch) | |
tree | 5c0815e446ebed817ceb4df951d2ece519fff3fa /devel/nss/Makefile | |
parent | 2277189995d14a326754242dfd5ad5d62b82a4c4 (diff) | |
download | pkgsrc-3ad9385b5cecb4eed7624cff616ee7719ac339e5.tar.gz |
Update to 3.27
Changelog:
The NSS team has released Network Security Services (NSS) 3.27,
which is a minor release.
Below is a summary of the changes.
Please refer to the full release notes for additional details,
including the SHA256 fingerprints of the changed CA certificates.
New functionality:
* Allow custom named group priorities for TLS key exchange handshake
(SSL_NamedGroupConfig).
* Added support for RSA-PSS signatures in TLS 1.2 and TLS 1.3
New Functions:
* SSL_NamedGroupConfig
Notable Changes:
* NPN can not be enabled anymore.
* Hard limits on the maximum number of TLS records encrypted with the same
key are enforced.
* Disabled renegotiation in DTLS.
* The following CA certificates were Removed
- CN = IGC/A, O = PM/SGDN, OU = DCSSI
- CN = Juur-SK, O = AS Sertifitseerimiskeskus
- CN = EBG Elektronik Sertifika Hizmet Sağlayıcısı
- CN = S-TRUST Authentication and Encryption Root CA 2005:PN
- O = VeriSign, Inc., OU = Class 1 Public Primary Certification Authority
- O = VeriSign, Inc., OU = Class 2 Public Primary Certification Authority - G2
- O = VeriSign, Inc., OU = Class 3 Public Primary Certification Authority
- O = Equifax, OU = Equifax Secure Certificate Authority
- CN = Equifax Secure eBusiness CA-1
- CN = Equifax Secure Global eBusiness CA-1
The full release notes are available at
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.27_release_notes
Diffstat (limited to 'devel/nss/Makefile')
-rw-r--r-- | devel/nss/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile index 149154a035a..9740fd870d9 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.117 2016/07/09 06:38:11 wiz Exp $ +# $NetBSD: Makefile,v 1.118 2016/09/30 11:59:12 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.25.0 -PKGREVISION= 1 +NSS_RELEASE= 3.27.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_MAJOR_VERSION}_${NSS_MINOR_VERSION}_RTM/src/} |