Received: by mail.netbsd.org (Postfix, from userid 605) id 6C78684D8C; Tue, 26 Sep 2017 10:59:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F417984D4F for ; Tue, 26 Sep 2017 10:59:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Ok2WJ3rrrOPM for ; Tue, 26 Sep 2017 10:59:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3E21184CE0 for ; Tue, 26 Sep 2017 10:59:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 34839FA9C; Tue, 26 Sep 2017 10:59:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506423580149350" MIME-Version: 1.0 Date: Tue, 26 Sep 2017 10:59:40 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel/nss To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170926105940.34839FA9C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1506423580149350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Sep 26 10:59:40 UTC 2017 Modified Files: pkgsrc/devel/nss: Makefile PLIST distinfo pkgsrc/devel/nss/patches: patch-nss_lib_freebl_config.mk Log Message: Update to 3.33 Changelog: Notable Changes in NSS 3.33 TLS compression is no longer supported. API calls that attempt to enable compression are accepted without failure. However, TLS compression will remain disabled. This version of NSS uses a formally verified implementation of Curve25519 on 64-bit systems. The compile time flag DISABLE_ECC has been removed. When NSS is compiled without NSS_FORCE_FIPS=1 startup checks are not performed anymore. Various minor improvements and correctness fixes. To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 pkgsrc/devel/nss/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/nss/PLIST cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/nss/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/devel/nss/patches/patch-nss_lib_freebl_config.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506423580149350 Content-Disposition: inline Content-Length: 4510 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/nss/Makefile diff -u pkgsrc/devel/nss/Makefile:1.139 pkgsrc/devel/nss/Makefile:1.140 --- pkgsrc/devel/nss/Makefile:1.139 Mon Sep 18 09:53:17 2017 +++ pkgsrc/devel/nss/Makefile Tue Sep 26 10:59:39 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.139 2017/09/18 09:53:17 maya Exp $ +# $NetBSD: Makefile,v 1.140 2017/09/26 10:59:39 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.32.0 -PKGREVISION= 1 +NSS_RELEASE= 3.33.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/} @@ -128,7 +127,7 @@ do-install: # For consistency of libxul.so link in www/firefox. BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.8.4.2 .include "../../databases/sqlite3/buildlink3.mk" -BUILDLINK_API_DEPENDS.nspr+= nspr>=4.13.1 +BUILDLINK_API_DEPENDS.nspr+= nspr>=4.17 .include "../../devel/nspr/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" Index: pkgsrc/devel/nss/PLIST diff -u pkgsrc/devel/nss/PLIST:1.22 pkgsrc/devel/nss/PLIST:1.23 --- pkgsrc/devel/nss/PLIST:1.22 Wed Jun 14 11:18:55 2017 +++ pkgsrc/devel/nss/PLIST Tue Sep 26 10:59:39 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2017/06/14 11:18:55 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.23 2017/09/26 10:59:39 ryoon Exp $ bin/certcgi bin/certutil bin/cmsutil @@ -120,6 +120,7 @@ include/nss/nss/shsign.h include/nss/nss/smime.h include/nss/nss/ssl.h include/nss/nss/sslerr.h +include/nss/nss/sslexp.h include/nss/nss/sslproto.h include/nss/nss/sslt.h include/nss/nss/utilmodt.h Index: pkgsrc/devel/nss/distinfo diff -u pkgsrc/devel/nss/distinfo:1.75 pkgsrc/devel/nss/distinfo:1.76 --- pkgsrc/devel/nss/distinfo:1.75 Tue Aug 1 12:15:15 2017 +++ pkgsrc/devel/nss/distinfo Tue Sep 26 10:59:39 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.75 2017/08/01 12:15:15 ryoon Exp $ +$NetBSD: distinfo,v 1.76 2017/09/26 10:59:39 ryoon Exp $ -SHA1 (nss-3.32.tar.gz) = 5951fc4c8f98395fea7b6ae9332e7795d40be865 -RMD160 (nss-3.32.tar.gz) = 7c1426b976c594f6203a715add49463d55fb7698 -SHA512 (nss-3.32.tar.gz) = 7a01f81e23ef9649fd26b8423b015f4df5878c94f6ff591727086644b01db3dbc36de4e131cf70a6f84564e46c8decb7c4f7780fca12270eb900de1f8a11ee3c -Size (nss-3.32.tar.gz) = 9493574 bytes +SHA1 (nss-3.33.tar.gz) = 85d25795b01be3f4459707ce04e9bbed9e549865 +RMD160 (nss-3.33.tar.gz) = fe4d2fb56f15db3531e0efbdff8eda4aced41a03 +SHA512 (nss-3.33.tar.gz) = 82adc0b73805ba5e73b9bf350fffa383a8b4396c05f49edb360a53319b4ad26d928a135bee245f9da009d162129db4441a96ef05346dadac20922b21284468b0 +Size (nss-3.33.tar.gz) = 9578033 bytes SHA1 (patch-am) = bab47640c0d25629f43578e7b788859418b27ecd SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f @@ -16,5 +16,5 @@ SHA1 (patch-mn) = 5b79783e48249044be1a90 SHA1 (patch-nss_cmd_platlibs.mk) = 7dadcb72acf15714c61ae74b21c5baf45bc51d4c SHA1 (patch-nss_coreconf_OpenBSD.mk) = fccc17845c28f5b1268c96eb4e952e32dd530d1d SHA1 (patch-nss_coreconf_command.mk) = 008f7670f164bf19555a7691f5a59fc8bf687078 -SHA1 (patch-nss_lib_freebl_config.mk) = 1c198177da8ba7928cbfbd23e385503be99ebe27 +SHA1 (patch-nss_lib_freebl_config.mk) = 5d374317b75c7db968a126f616bb396a012f675d SHA1 (patch-security_nss_cmd_shlibsign_sign.sh) = 7948b7b502a4c148ee185836dde8a84d3aa388af Index: pkgsrc/devel/nss/patches/patch-nss_lib_freebl_config.mk diff -u pkgsrc/devel/nss/patches/patch-nss_lib_freebl_config.mk:1.1 pkgsrc/devel/nss/patches/patch-nss_lib_freebl_config.mk:1.2 --- pkgsrc/devel/nss/patches/patch-nss_lib_freebl_config.mk:1.1 Sun May 25 23:45:58 2014 +++ pkgsrc/devel/nss/patches/patch-nss_lib_freebl_config.mk Tue Sep 26 10:59:40 2017 @@ -1,15 +1,14 @@ -$NetBSD: patch-nss_lib_freebl_config.mk,v 1.1 2014/05/25 23:45:58 pho Exp $ +$NetBSD: patch-nss_lib_freebl_config.mk,v 1.2 2017/09/26 10:59:40 ryoon Exp $ Do not override the installation path of NSPR libraries. ---- nss/lib/freebl/config.mk.orig 2014-05-02 03:27:18.000000000 +0000 +--- nss/lib/freebl/config.mk.orig 2017-09-20 06:47:27.000000000 +0000 +++ nss/lib/freebl/config.mk -@@ -90,8 +90,4 @@ EXTRA_SHARED_LIBS += \ - endif - endif +@@ -96,7 +96,6 @@ endif --ifeq ($(OS_ARCH), Darwin) + ifeq ($(OS_ARCH), Darwin) + CFLAGS += -std=gnu99 -EXTRA_SHARED_LIBS += -dylib_file @executable_path/libplc4.dylib:$(DIST)/lib/libplc4.dylib -dylib_file @executable_path/libplds4.dylib:$(DIST)/lib/libplds4.dylib --endif -- + endif + endif --_----------=_1506423580149350--