summaryrefslogtreecommitdiff
path: root/devel/nss/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-12-15 09:48:00 +0000
committerryoon <ryoon@pkgsrc.org>2012-12-15 09:48:00 +0000
commit9cf00223c86d7108c57850685ea0ab4cb7c654b1 (patch)
treece47436241cace8e954c43a9308a48af9b49a314 /devel/nss/Makefile
parent916eee74bf1255d35b80fe2affc8324c580d11c6 (diff)
downloadpkgsrc-9cf00223c86d7108c57850685ea0ab4cb7c654b1.tar.gz
Update to 3.14.0
Changelog: The NSS team has released Network Security Services (NSS) 3.14, which is a minor release with the following new features: Support for TLS 1.1 (RFC 4346) Experimental support for DTLS 1.0 (RFC 4347) and DTLS-SRTP (RFC 5764) Support for AES-CTR, AES-CTS, and AES-GCM Support for Keying Material Exporters for TLS (RFC 5705) In addition to the above new features, the following major changes have been introduced: Support for certificate signatures using the MD5 hash algorithm is now disabled by default. The NSS license has changed to MPL 2.0. Previous releases were released under a MPL 1.1/GPL 2.0/LGPL 2.1 tri-license. For more information about MPL 2.0, please see http://www.mozilla.org/MPL/2.0/FAQ.html. For an additional explantation on GPL/LGPL compatibility, see security/nss/COPYING in the source code. Export and DES cipher suites are disabled by default. Non-ECC AES and Triple DES cipher suites are enabled by default.
Diffstat (limited to 'devel/nss/Makefile')
-rw-r--r--devel/nss/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile
index 3e9fa8efcb0..a7b1efa9c5d 100644
--- a/devel/nss/Makefile
+++ b/devel/nss/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.60 2012/10/31 11:17:33 asau Exp $
+# $NetBSD: Makefile,v 1.61 2012/12/15 09:48:00 ryoon Exp $
DISTNAME= nss-${NSS_RELEASE}
-PKGREVISION= 3
-NSS_RELEASE= 3.13.6
+NSS_RELEASE= 3.14
+# PKGVERSION_NOREV is used in nss.pc, and version number in nss.pc
+# should be 3.14.0.
+PKGNAME= ${DISTNAME}.0
CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_3_13_6_RTM/src/}
+MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_3_14_RTM/src/}
MAINTAINER= tnn@NetBSD.org
HOMEPAGE= http://www.mozilla.org/projects/security/pki/nss/