From owner-svn-ports-all@freebsd.org Sun Jun 28 01:25:25 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 E627333A620; Sun, 28 Jun 2020 01:25:25 +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 49vXxK5Zznz3Stn; Sun, 28 Jun 2020 01:25:25 +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 BAF74E828; Sun, 28 Jun 2020 01:25:25 +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 05S1PPWS084410; Sun, 28 Jun 2020 01:25:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05S1PPGQ084407; Sun, 28 Jun 2020 01:25:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202006280125.05S1PPGQ084407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 28 Jun 2020 01:25:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540664 - in branches/2020Q2/security: ca_root_nss nss X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q2/security: ca_root_nss nss X-SVN-Commit-Revision: 540664 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: Sun, 28 Jun 2020 01:25:26 -0000 Author: jbeich Date: Sun Jun 28 01:25:24 2020 New Revision: 540664 URL: https://svnweb.freebsd.org/changeset/ports/540664 Log: MFH: r540663 security/nss: update to 3.54 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.54_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_54_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Reported by: Repology Approved by: ports-secteam blanket (required by Firefox 79) Modified: branches/2020Q2/security/ca_root_nss/Makefile branches/2020Q2/security/ca_root_nss/distinfo branches/2020Q2/security/nss/Makefile branches/2020Q2/security/nss/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/security/ca_root_nss/Makefile ============================================================================== --- branches/2020Q2/security/ca_root_nss/Makefile Sun Jun 28 01:24:22 2020 (r540663) +++ branches/2020Q2/security/ca_root_nss/Makefile Sun Jun 28 01:25:24 2020 (r540664) @@ -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.53 +VERSION_NSS= 3.54 #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/2020Q2/security/ca_root_nss/distinfo ============================================================================== --- branches/2020Q2/security/ca_root_nss/distinfo Sun Jun 28 01:24:22 2020 (r540663) +++ branches/2020Q2/security/ca_root_nss/distinfo Sun Jun 28 01:25:24 2020 (r540664) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590784482 -SHA256 (nss-3.53.tar.gz) = 08d36dc1a56325f02e626626d4eeab9c4d126dbd99dfaf419b91d0a696f58917 -SIZE (nss-3.53.tar.gz) = 81178428 +TIMESTAMP = 1593185931 +SHA256 (nss-3.54.tar.gz) = dab18bbfcf5e347934cda664df75ce9fd912a5772686c40d3c805e53c08d6e43 +SIZE (nss-3.54.tar.gz) = 81190188 Modified: branches/2020Q2/security/nss/Makefile ============================================================================== --- branches/2020Q2/security/nss/Makefile Sun Jun 28 01:24:22 2020 (r540663) +++ branches/2020Q2/security/nss/Makefile Sun Jun 28 01:25:24 2020 (r540664) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.53.1 +PORTVERSION= 3.54 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2020Q2/security/nss/distinfo ============================================================================== --- branches/2020Q2/security/nss/distinfo Sun Jun 28 01:24:22 2020 (r540663) +++ branches/2020Q2/security/nss/distinfo Sun Jun 28 01:25:24 2020 (r540664) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592347859 -SHA256 (nss-3.53.1.tar.gz) = 2dccde67079b25c4e95ac3121f11b2819c37cf8c48ca263a45d8f83f7a315316 -SIZE (nss-3.53.1.tar.gz) = 81297900 +TIMESTAMP = 1593185931 +SHA256 (nss-3.54.tar.gz) = dab18bbfcf5e347934cda664df75ce9fd912a5772686c40d3c805e53c08d6e43 +SIZE (nss-3.54.tar.gz) = 81190188