From owner-svn-ports-all@freebsd.org Wed Jun 6 19:03:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A775FDEFD2; Wed, 6 Jun 2018 19:03:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 364B9829A6; Wed, 6 Jun 2018 19:03:43 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1407070A6; Wed, 6 Jun 2018 19:03:43 +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 w56J3gUs080555; Wed, 6 Jun 2018 19:03:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56J3gUe080551; Wed, 6 Jun 2018 19:03:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806061903.w56J3gUe080551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 6 Jun 2018 19:03:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471879 - in branches/2018Q2/security: ca_root_nss nss nss/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/security: ca_root_nss nss nss/files X-SVN-Commit-Revision: 471879 X-SVN-Commit-Repository: ports 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.26 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: Wed, 06 Jun 2018 19:03:43 -0000 Author: jbeich Date: Wed Jun 6 19:03:41 2018 New Revision: 471879 URL: https://svnweb.freebsd.org/changeset/ports/471879 Log: MFH: r471878 security/nss: update to 3.37.3 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.37.3_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_37_3_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Approved by: ports-secteam blanket (required by Firefox 61) Deleted: branches/2018Q2/security/nss/files/patch-bug1459739 Modified: branches/2018Q2/security/ca_root_nss/Makefile branches/2018Q2/security/ca_root_nss/distinfo branches/2018Q2/security/nss/Makefile branches/2018Q2/security/nss/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/security/ca_root_nss/Makefile ============================================================================== --- branches/2018Q2/security/ca_root_nss/Makefile Wed Jun 6 19:01:51 2018 (r471878) +++ branches/2018Q2/security/ca_root_nss/Makefile Wed Jun 6 19:03:41 2018 (r471879) @@ -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.37.1 +VERSION_NSS= 3.37.3 #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/2018Q2/security/ca_root_nss/distinfo ============================================================================== --- branches/2018Q2/security/ca_root_nss/distinfo Wed Jun 6 19:01:51 2018 (r471878) +++ branches/2018Q2/security/ca_root_nss/distinfo Wed Jun 6 19:03:41 2018 (r471879) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526459045 -SHA256 (nss-3.37.1.tar.gz) = 097b30e436479ad737b3703b25b6198b6513e202731085c6f097d8853dd20405 -SIZE (nss-3.37.1.tar.gz) = 23034142 +TIMESTAMP = 1528192937 +SHA256 (nss-3.37.3.tar.gz) = 9af2bbb615d010bd866bb83f8c0bb22b0fa086171e93030ffb03da3da15cc5be +SIZE (nss-3.37.3.tar.gz) = 23034239 Modified: branches/2018Q2/security/nss/Makefile ============================================================================== --- branches/2018Q2/security/nss/Makefile Wed Jun 6 19:01:51 2018 (r471878) +++ branches/2018Q2/security/nss/Makefile Wed Jun 6 19:03:41 2018 (r471879) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.37.1 +PORTVERSION= 3.37.3 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2018Q2/security/nss/distinfo ============================================================================== --- branches/2018Q2/security/nss/distinfo Wed Jun 6 19:01:51 2018 (r471878) +++ branches/2018Q2/security/nss/distinfo Wed Jun 6 19:03:41 2018 (r471879) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526459045 -SHA256 (nss-3.37.1.tar.gz) = 097b30e436479ad737b3703b25b6198b6513e202731085c6f097d8853dd20405 -SIZE (nss-3.37.1.tar.gz) = 23034142 +TIMESTAMP = 1528192937 +SHA256 (nss-3.37.3.tar.gz) = 9af2bbb615d010bd866bb83f8c0bb22b0fa086171e93030ffb03da3da15cc5be +SIZE (nss-3.37.3.tar.gz) = 23034239