From owner-svn-ports-all@freebsd.org Thu Aug 27 00:53:19 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6442A3C2B22; Thu, 27 Aug 2020 00:53:19 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BcPNb1hbBz3gpZ; Thu, 27 Aug 2020 00:53:19 +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 1E3AA1C004; Thu, 27 Aug 2020 00:53:19 +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 07R0rIN0019018; Thu, 27 Aug 2020 00:53:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07R0rI9B019013; Thu, 27 Aug 2020 00:53:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008270053.07R0rI9B019013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 27 Aug 2020 00:53:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546311 - in branches/2020Q3/security: ca_root_nss nss X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q3/security: ca_root_nss nss X-SVN-Commit-Revision: 546311 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.33 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: Thu, 27 Aug 2020 00:53:19 -0000 Author: jbeich Date: Thu Aug 27 00:53:17 2020 New Revision: 546311 URL: https://svnweb.freebsd.org/changeset/ports/546311 Log: MFH: r546114 security/nss: update to 3.56 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.56_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_56_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Reported by: Repology Approved by: ports-secteam blanket (required by Firefox 81) Modified: branches/2020Q3/security/ca_root_nss/Makefile branches/2020Q3/security/ca_root_nss/distinfo branches/2020Q3/security/nss/Makefile branches/2020Q3/security/nss/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/ca_root_nss/Makefile ============================================================================== --- branches/2020Q3/security/ca_root_nss/Makefile Thu Aug 27 00:52:38 2020 (r546310) +++ branches/2020Q3/security/ca_root_nss/Makefile Thu Aug 27 00:53:17 2020 (r546311) @@ -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.55 +VERSION_NSS= 3.56 #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/2020Q3/security/ca_root_nss/distinfo ============================================================================== --- branches/2020Q3/security/ca_root_nss/distinfo Thu Aug 27 00:52:38 2020 (r546310) +++ branches/2020Q3/security/ca_root_nss/distinfo Thu Aug 27 00:53:17 2020 (r546311) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595603432 -SHA256 (nss-3.55.tar.gz) = fc692e3db45a082ee6328cd989e795c171a00df9c518df090937f7604f850004 -SIZE (nss-3.55.tar.gz) = 81759883 +TIMESTAMP = 1598022657 +SHA256 (nss-3.56.tar.gz) = f875e0e8ed3b5ce92d675be4a55aa25a8c1199789a4a01f69b5f2327e2048e9c +SIZE (nss-3.56.tar.gz) = 81706176 Modified: branches/2020Q3/security/nss/Makefile ============================================================================== --- branches/2020Q3/security/nss/Makefile Thu Aug 27 00:52:38 2020 (r546310) +++ branches/2020Q3/security/nss/Makefile Thu Aug 27 00:53:17 2020 (r546311) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.55 +PORTVERSION= 3.56 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2020Q3/security/nss/distinfo ============================================================================== --- branches/2020Q3/security/nss/distinfo Thu Aug 27 00:52:38 2020 (r546310) +++ branches/2020Q3/security/nss/distinfo Thu Aug 27 00:53:17 2020 (r546311) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595603432 -SHA256 (nss-3.55.tar.gz) = fc692e3db45a082ee6328cd989e795c171a00df9c518df090937f7604f850004 -SIZE (nss-3.55.tar.gz) = 81759883 +TIMESTAMP = 1598022657 +SHA256 (nss-3.56.tar.gz) = f875e0e8ed3b5ce92d675be4a55aa25a8c1199789a4a01f69b5f2327e2048e9c +SIZE (nss-3.56.tar.gz) = 81706176