From 9cf00223c86d7108c57850685ea0ab4cb7c654b1 Mon Sep 17 00:00:00 2001 From: ryoon Date: Sat, 15 Dec 2012 09:48:00 +0000 Subject: 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. --- devel/nss/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'devel/nss/Makefile') 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/ -- cgit v1.2.3