diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-10-15 13:04:20 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-10-15 13:04:20 +0000 |
commit | 885d36db0c2b4d2ad81a9eb0e2fa4bfb9ca141c3 (patch) | |
tree | d39963d09b5888a4a46ead66ad29aa90535b951b /devel/nss | |
parent | 3706f3581302739b241e681bebbca4af8e0238c4 (diff) | |
download | pkgsrc-885d36db0c2b4d2ad81a9eb0e2fa4bfb9ca141c3.tar.gz |
Update to 3.17.2
Changelog:
New in NSS 3.17.2
New Functionality
No new functionality is introduced in this release. This is a patch release to fix a regression and other bugs.
Notable Changes in NSS 3.17.2
Bug 1049435: Change RSA_PrivateKeyCheck to not require p > q. This fixes a regression introduced in NSS 3.16.2 that prevented NSS from importing some RSA private keys (such as in PKCS #12 files) generated by other crypto libraries.
Bug 1057161: Check that an imported elliptic curve public key is valid. Previously NSS would only validate the peer's public key before performing ECDH key agreement. Now EC public keys are validated at import time.
Bug 1078669: certutil crashes when an argument is passed to the --certVersion option.
Bugs fixed in NSS 3.17.2
This Bugzilla query returns all the bugs fixed in NSS 3.17.2:
https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&product=NSS&target_milestone=3.17.2
Compatibility
NSS 3.17.2 shared libraries are backward compatible with all older NSS 3.x shared libraries. A program linked with older NSS 3.x shared libraries will work with NSS 3.17.2 shared libraries without recompiling or relinking. Furthermore, applications that restrict their use of NSS APIs to the functions listed in NSS Public Functions will remain compatible with future versions of the NSS shared libraries.
Diffstat (limited to 'devel/nss')
-rw-r--r-- | devel/nss/Makefile | 5 | ||||
-rw-r--r-- | devel/nss/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile index 44179ab06b1..7508ece8105 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.88 2014/10/07 16:47:24 adam Exp $ +# $NetBSD: Makefile,v 1.89 2014/10/15 13:04:20 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.16.5 -PKGREVISION= 1 +NSS_RELEASE= 3.17.2 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 dc1c9ae4dbc..477916538aa 100644 --- a/devel/nss/distinfo +++ b/devel/nss/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.41 2014/09/26 03:25:22 spz Exp $ +$NetBSD: distinfo,v 1.42 2014/10/15 13:04:20 ryoon Exp $ -SHA1 (nss-3.16.5.tar.gz) = bec488835954698e7b19149a15205db299cd13de -RMD160 (nss-3.16.5.tar.gz) = 19630a0815d69ee5959b562d7849d35d677c6329 -Size (nss-3.16.5.tar.gz) = 6429830 bytes +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 (patch-am) = ee4c4beeb120397852fc4b06b7dd54534d0d5ac5 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f |