From owner-svn-ports-all@freebsd.org Mon Jun 12 22:00:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE913C793B4; Mon, 12 Jun 2017 22:00:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 955D8815E8; Mon, 12 Jun 2017 22:00:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5CM0i2P013662; Mon, 12 Jun 2017 22:00:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5CM0iO3013657; Mon, 12 Jun 2017 22:00:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201706122200.v5CM0iO3013657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 12 Jun 2017 22:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r443472 - in branches/2017Q2/security: ca_root_nss nss nss/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2017 22:00:45 -0000 Author: jbeich Date: Mon Jun 12 22:00:44 2017 New Revision: 443472 URL: https://svnweb.freebsd.org/changeset/ports/443472 Log: MFH: r443402 security/nss: update to 3.31 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.31_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_31_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Approved by: ports-secteam (miwi) Deleted: branches/2017Q2/security/nss/files/patch-bug1335284 Modified: branches/2017Q2/security/ca_root_nss/Makefile branches/2017Q2/security/ca_root_nss/distinfo branches/2017Q2/security/nss/Makefile branches/2017Q2/security/nss/distinfo branches/2017Q2/security/nss/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/security/ca_root_nss/Makefile ============================================================================== --- branches/2017Q2/security/ca_root_nss/Makefile Mon Jun 12 21:53:05 2017 (r443471) +++ branches/2017Q2/security/ca_root_nss/Makefile Mon Jun 12 22:00:44 2017 (r443472) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.30.2 +VERSION_NSS= 3.31 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2017Q2/security/ca_root_nss/distinfo ============================================================================== --- branches/2017Q2/security/ca_root_nss/distinfo Mon Jun 12 21:53:05 2017 (r443471) +++ branches/2017Q2/security/ca_root_nss/distinfo Mon Jun 12 22:00:44 2017 (r443472) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492698350 -SHA256 (nss-3.30.2.tar.gz) = 0d4a77ff26bcee79fa8afe0125e0df6ae9e798b6b36782fa29e28febf7cfce24 -SIZE (nss-3.30.2.tar.gz) = 9499119 +TIMESTAMP = 1496919181 +SHA256 (nss-3.31.tar.gz) = e90561256a3271486162c1fbe8d614d118c333d36a4455be2af8688bd420a65d +SIZE (nss-3.31.tar.gz) = 9537011 Modified: branches/2017Q2/security/nss/Makefile ============================================================================== --- branches/2017Q2/security/nss/Makefile Mon Jun 12 21:53:05 2017 (r443471) +++ branches/2017Q2/security/nss/Makefile Mon Jun 12 22:00:44 2017 (r443472) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.30.2 +PORTVERSION= 3.31 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2017Q2/security/nss/distinfo ============================================================================== --- branches/2017Q2/security/nss/distinfo Mon Jun 12 21:53:05 2017 (r443471) +++ branches/2017Q2/security/nss/distinfo Mon Jun 12 22:00:44 2017 (r443472) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492698350 -SHA256 (nss-3.30.2.tar.gz) = 0d4a77ff26bcee79fa8afe0125e0df6ae9e798b6b36782fa29e28febf7cfce24 -SIZE (nss-3.30.2.tar.gz) = 9499119 +TIMESTAMP = 1496919181 +SHA256 (nss-3.31.tar.gz) = e90561256a3271486162c1fbe8d614d118c333d36a4455be2af8688bd420a65d +SIZE (nss-3.31.tar.gz) = 9537011 Modified: branches/2017Q2/security/nss/pkg-plist ============================================================================== --- branches/2017Q2/security/nss/pkg-plist Mon Jun 12 21:53:05 2017 (r443471) +++ branches/2017Q2/security/nss/pkg-plist Mon Jun 12 22:00:44 2017 (r443472) @@ -89,6 +89,7 @@ include/nss/nss/pkcs11n.h include/nss/nss/pkcs11p.h include/nss/nss/pkcs11t.h include/nss/nss/pkcs11u.h +include/nss/nss/pkcs11uri.h include/nss/nss/pkcs12.h include/nss/nss/pkcs12t.h include/nss/nss/pkcs7t.h