diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-07-05 04:53:39 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-07-05 04:53:39 +0000 |
commit | 9997168098f21f560ce0344218625a75b6681946 (patch) | |
tree | c772bb17fc1afceaaa31a3582dc8547bc8c10197 /devel/nss/Makefile | |
parent | a58cad8de1ec8759d0f8ad6aba8ec701b41d0e6d (diff) | |
download | pkgsrc-9997168098f21f560ce0344218625a75b6681946.tar.gz |
Update to 3.16.2
Changelog:
Network Security Services (NSS) 3.16.3 is a patch release for NSS 3.16.
This release consists primarily of CA certificate changes as listed
below, and fixes an issue with a recently added utility function.
New Functions:
* CERT_GetGeneralNameTypeFromString (This function was already added
in NSS 3.16.2, however, it wasn't declared in a public header file.)
Notable Changes:
* The following 1024-bit CA certificates were Removed
- Entrust.net Secure Server Certification Authority
- GTE CyberTrust Global Root
- ValiCert Class 1 Policy Validation Authority
- ValiCert Class 2 Policy Validation Authority
- ValiCert Class 3 Policy Validation Authority
* Additionally, the following CA certificate was Removed as
requested by the CA:
- TDC Internet Root CA
* The following CA certificates were Added:
- Certification Authority of WoSign
- CA 沃通根证书
- DigiCert Assured ID Root G2
- DigiCert Assured ID Root G3
- DigiCert Global Root G2
- DigiCert Global Root G3
- DigiCert Trusted Root G4
- QuoVadis Root CA 1 G3
- QuoVadis Root CA 2 G3
- QuoVadis Root CA 3 G3
* The Trust Bits were changed for the following CA certificates
- Class 3 Public Primary Certification Authority
- Class 3 Public Primary Certification Authority
- Class 2 Public Primary Certification Authority - G2
- VeriSign Class 2 Public Primary Certification Authority - G3
- AC Raíz Certicámara S.A.
- NetLock Uzleti (Class B) Tanusitvanykiado
- NetLock Expressz (Class C) Tanusitvanykiado
Diffstat (limited to 'devel/nss/Makefile')
-rw-r--r-- | devel/nss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile index e5ab26dad62..19f07a05abf 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.84 2014/07/02 13:39:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.85 2014/07/05 04:53:39 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.16.2 +NSS_RELEASE= 3.16.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_RELEASE:S/.0$//:S/./_/g}_RTM/src/} |