diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-05-16 13:59:17 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-05-16 13:59:17 +0000 |
commit | 396e0fb76b6484adec94a5b67371daddaff0ed4f (patch) | |
tree | b694ba5bdcdecc18aa86f00cfbc43138f774c5c7 /devel/nss | |
parent | 46a84e5a94987970fe21de053675553a4bdca748 (diff) | |
download | pkgsrc-396e0fb76b6484adec94a5b67371daddaff0ed4f.tar.gz |
Update to 3.16.1
Changelog:
Network Security Services (NSS) 3.16.1 is a patch release for NSS 3.16.
New functionality:
* Added the "ECC" flag for modutil to select the module used for
elliptic curve cryptography (ECC) operations.
New Functions:
* PK11_ExportDERPrivateKeyInfo
* PK11_ExportPrivKeyInfo
* SECMOD_InternalToPubMechFlags
New Types:
* ssl_padding_xtn
New Macros
* PUBLIC_MECH_ECC_FLAG
* SECMOD_ECC_FLAG
Notable Changes:
* Imposed name constraints on the French government root CA ANSSI
(DCISS).
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 8a64f8ba72f..c2c2e93e661 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2014/04/09 07:27:06 obache Exp $ +# $NetBSD: Makefile,v 1.81 2014/05/16 13:59:17 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.16.0 -PKGREVISION= 1 +NSS_RELEASE= 3.16.1 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 f122008cf16..80eb7bf999a 100644 --- a/devel/nss/distinfo +++ b/devel/nss/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2014/05/16 12:38:01 ryoon Exp $ +$NetBSD: distinfo,v 1.36 2014/05/16 13:59:17 ryoon Exp $ -SHA1 (nss-3.16.tar.gz) = 981dc6ef2f1e69ec7e2b277ce27c7005e9837f95 -RMD160 (nss-3.16.tar.gz) = 4fabd056a4bf9312db82d46873d91d42c7195134 -Size (nss-3.16.tar.gz) = 6378110 bytes +SHA1 (nss-3.16.1.tar.gz) = 450a88dde8c7e4533507ac8340dbf94be28a759b +RMD160 (nss-3.16.1.tar.gz) = 1df5a115d446864919961dbe311744206a1d2e69 +Size (nss-3.16.1.tar.gz) = 6409506 bytes SHA1 (patch-am) = ee4c4beeb120397852fc4b06b7dd54534d0d5ac5 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f |