From owner-svn-ports-all@freebsd.org Fri Aug 31 14:46:37 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 B2F28FCDA38; Fri, 31 Aug 2018 14:46:37 +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 6625376B19; Fri, 31 Aug 2018 14:46:37 +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 476E91CA78; Fri, 31 Aug 2018 14:46:37 +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 w7VEkbjc040326; Fri, 31 Aug 2018 14:46:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7VEka2O040321; Fri, 31 Aug 2018 14:46:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201808311446.w7VEka2O040321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 31 Aug 2018 14:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r478588 - in branches/2018Q3/security: ca_root_nss nss X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q3/security: ca_root_nss nss X-SVN-Commit-Revision: 478588 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.27 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: Fri, 31 Aug 2018 14:46:37 -0000 Author: jbeich Date: Fri Aug 31 14:46:36 2018 New Revision: 478588 URL: https://svnweb.freebsd.org/changeset/ports/478588 Log: MFH: r478585 security/nss: update to 3.39 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.39_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_39_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Approved by: ports-secteam blanket (required by Firefox 63) Modified: branches/2018Q3/security/ca_root_nss/Makefile branches/2018Q3/security/ca_root_nss/distinfo branches/2018Q3/security/nss/Makefile branches/2018Q3/security/nss/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/security/ca_root_nss/Makefile ============================================================================== --- branches/2018Q3/security/ca_root_nss/Makefile Fri Aug 31 14:45:57 2018 (r478587) +++ branches/2018Q3/security/ca_root_nss/Makefile Fri Aug 31 14:46:36 2018 (r478588) @@ -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.38 +VERSION_NSS= 3.39 #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/2018Q3/security/ca_root_nss/distinfo ============================================================================== --- branches/2018Q3/security/ca_root_nss/distinfo Fri Aug 31 14:45:57 2018 (r478587) +++ branches/2018Q3/security/ca_root_nss/distinfo Fri Aug 31 14:46:36 2018 (r478588) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529573085 -SHA256 (nss-3.38.tar.gz) = 2c643d3c08d6935f4d325f40743719b6990aa25a79ec2f8f712c99d086672f62 -SIZE (nss-3.38.tar.gz) = 23023474 +TIMESTAMP = 1535720153 +SHA256 (nss-3.39.tar.gz) = 6be64dd76f212415cc8bc34343ac1e7389048db4db9a023a84873c411dc5864b +SIZE (nss-3.39.tar.gz) = 23048561 Modified: branches/2018Q3/security/nss/Makefile ============================================================================== --- branches/2018Q3/security/nss/Makefile Fri Aug 31 14:45:57 2018 (r478587) +++ branches/2018Q3/security/nss/Makefile Fri Aug 31 14:46:36 2018 (r478588) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.38 +PORTVERSION= 3.39 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2018Q3/security/nss/distinfo ============================================================================== --- branches/2018Q3/security/nss/distinfo Fri Aug 31 14:45:57 2018 (r478587) +++ branches/2018Q3/security/nss/distinfo Fri Aug 31 14:46:36 2018 (r478588) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529573085 -SHA256 (nss-3.38.tar.gz) = 2c643d3c08d6935f4d325f40743719b6990aa25a79ec2f8f712c99d086672f62 -SIZE (nss-3.38.tar.gz) = 23023474 +TIMESTAMP = 1535720153 +SHA256 (nss-3.39.tar.gz) = 6be64dd76f212415cc8bc34343ac1e7389048db4db9a023a84873c411dc5864b +SIZE (nss-3.39.tar.gz) = 23048561