diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-12-01 18:23:29 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-12-01 18:23:29 +0000 |
commit | f9a424c988ed870595154880e61b794d10bbe200 (patch) | |
tree | f64c4096722776252b9e7e361e837efce3765d41 /devel | |
parent | 02453c5686073702f00e1dbfff4c25fcfbedf289 (diff) | |
download | pkgsrc-f9a424c988ed870595154880e61b794d10bbe200.tar.gz |
Update to 3.17.3
Changelog:
New functionality:
* Support for TLS_FALLBACK_SCSV has been added to the ssltap and
tstclnt utilities
Notable Changes:
* The QuickDER decoder now decodes lengths robustly
(CVE-2014-1569)
* The following 1024-bit CA certificates were Removed:
- GTE CyberTrust Global Root
- Thawte Server CA
- Thawte Premium Server CA
- America Online Root Certification Authority 1
- America Online Root Certification Authority 2
* The following CA certificates had the Websites and Code Signing
trust bits turned off:
- Class 3 Public Primary Certification Authority - G2
- Equifax Secure eBusiness CA-1
* The following CA certificates were Added:
- COMODO RSA Certification Authority
- USERTrust RSA Certification Authority
- USERTrust ECC Certification Authority
- GlobalSign ECC Root CA - R4
- GlobalSign ECC Root CA - R5
* The version number of the updated root CA list has been set
to 2.2
Diffstat (limited to 'devel')
-rw-r--r-- | devel/nss/Makefile | 4 | ||||
-rw-r--r-- | devel/nss/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile index 7508ece8105..2fbe9af8e46 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.89 2014/10/15 13:04:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.90 2014/12/01 18:23:29 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.17.2 +NSS_RELEASE= 3.17.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_RELEASE:S/.0$//:S/./_/g}_RTM/src/} diff --git a/devel/nss/distinfo b/devel/nss/distinfo index 477916538aa..08394ac090e 100644 --- a/devel/nss/distinfo +++ b/devel/nss/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.42 2014/10/15 13:04:20 ryoon Exp $ +$NetBSD: distinfo,v 1.43 2014/12/01 18:23:29 ryoon Exp $ -SHA1 (nss-3.17.2.tar.gz) = c518e0726e89210219e3c583bfa08e40fb39385a -RMD160 (nss-3.17.2.tar.gz) = 8d4f98b66c48eb8e967978a021f4fd34b02f1f22 -Size (nss-3.17.2.tar.gz) = 6927414 bytes +SHA1 (nss-3.17.3.tar.gz) = 94ddedc7fdf828a28fd1ca2d27ca4f8ecbe516eb +RMD160 (nss-3.17.3.tar.gz) = 1e1e72c208279b59b94461ab7559486d81f368ff +Size (nss-3.17.3.tar.gz) = 6932021 bytes SHA1 (patch-am) = ee4c4beeb120397852fc4b06b7dd54534d0d5ac5 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f |