From owner-svn-ports-all@freebsd.org Tue Sep 22 00:06:42 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 E553E422B44; Tue, 22 Sep 2020 00:06:42 +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 4BwM6n4WQvz49Th; Tue, 22 Sep 2020 00:06:40 +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 371381698E; Tue, 22 Sep 2020 00:06:39 +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 08M06dbM021430; Tue, 22 Sep 2020 00:06:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08M06cDt021427; Tue, 22 Sep 2020 00:06:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202009220006.08M06cDt021427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 22 Sep 2020 00:06:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549537 - in head/security: ca_root_nss nss nss/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/security: ca_root_nss nss nss/files X-SVN-Commit-Revision: 549537 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: Tue, 22 Sep 2020 00:06:43 -0000 Author: jbeich Date: Tue Sep 22 00:06:38 2020 New Revision: 549537 URL: https://svnweb.freebsd.org/changeset/ports/549537 Log: security/nss: update to 3.57 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.57_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_57_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Reported by: Repology Deleted: head/security/nss/files/patch-bug1659256 Modified: head/security/ca_root_nss/Makefile (contents, props changed) head/security/ca_root_nss/distinfo (contents, props changed) head/security/nss/Makefile (contents, props changed) head/security/nss/distinfo (contents, props changed) Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Tue Sep 22 00:06:31 2020 (r549536) +++ head/security/ca_root_nss/Makefile Tue Sep 22 00:06:38 2020 (r549537) @@ -34,7 +34,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.56 +VERSION_NSS= 3.57 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: head/security/ca_root_nss/distinfo ============================================================================== --- head/security/ca_root_nss/distinfo Tue Sep 22 00:06:31 2020 (r549536) +++ head/security/ca_root_nss/distinfo Tue Sep 22 00:06:38 2020 (r549537) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598022657 -SHA256 (nss-3.56.tar.gz) = f875e0e8ed3b5ce92d675be4a55aa25a8c1199789a4a01f69b5f2327e2048e9c -SIZE (nss-3.56.tar.gz) = 81706176 +TIMESTAMP = 1600448423 +SHA256 (nss-3.57.tar.gz) = 55a86c01be860381d64bb4e5b94eb198df9b0f098a8af0e58c014df398bdc382 +SIZE (nss-3.57.tar.gz) = 81712830 Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Tue Sep 22 00:06:31 2020 (r549536) +++ head/security/nss/Makefile Tue Sep 22 00:06:38 2020 (r549537) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.56 +PORTVERSION= 3.57 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: head/security/nss/distinfo ============================================================================== --- head/security/nss/distinfo Tue Sep 22 00:06:31 2020 (r549536) +++ head/security/nss/distinfo Tue Sep 22 00:06:38 2020 (r549537) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598022657 -SHA256 (nss-3.56.tar.gz) = f875e0e8ed3b5ce92d675be4a55aa25a8c1199789a4a01f69b5f2327e2048e9c -SIZE (nss-3.56.tar.gz) = 81706176 +TIMESTAMP = 1600448423 +SHA256 (nss-3.57.tar.gz) = 55a86c01be860381d64bb4e5b94eb198df9b0f098a8af0e58c014df398bdc382 +SIZE (nss-3.57.tar.gz) = 81712830