Date: Sat, 17 Oct 2020 00:48:25 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552532 - in head/security: ca_root_nss nss Message-ID: <202010170048.09H0mPdq066579@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Oct 17 00:48:24 2020 New Revision: 552532 URL: https://svnweb.freebsd.org/changeset/ports/552532 Log: security/nss: update to 3.58 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.58_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_58_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ 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) head/security/nss/pkg-plist (contents, props changed) Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Sat Oct 17 00:42:18 2020 (r552531) +++ head/security/ca_root_nss/Makefile Sat Oct 17 00:48:24 2020 (r552532) @@ -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.57 +VERSION_NSS= 3.58 #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 Sat Oct 17 00:42:18 2020 (r552531) +++ head/security/ca_root_nss/distinfo Sat Oct 17 00:48:24 2020 (r552532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600448423 -SHA256 (nss-3.57.tar.gz) = 55a86c01be860381d64bb4e5b94eb198df9b0f098a8af0e58c014df398bdc382 -SIZE (nss-3.57.tar.gz) = 81712830 +TIMESTAMP = 1602859849 +SHA256 (nss-3.58.tar.gz) = 9f73cf789b5f109b978e5239551b609b0cafa88d18f0bc8ce3f976cb629353c0 +SIZE (nss-3.58.tar.gz) = 81846254 Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Sat Oct 17 00:42:18 2020 (r552531) +++ head/security/nss/Makefile Sat Oct 17 00:48:24 2020 (r552532) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.57 +PORTVERSION= 3.58 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: head/security/nss/distinfo ============================================================================== --- head/security/nss/distinfo Sat Oct 17 00:42:18 2020 (r552531) +++ head/security/nss/distinfo Sat Oct 17 00:48:24 2020 (r552532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600448423 -SHA256 (nss-3.57.tar.gz) = 55a86c01be860381d64bb4e5b94eb198df9b0f098a8af0e58c014df398bdc382 -SIZE (nss-3.57.tar.gz) = 81712830 +TIMESTAMP = 1602859849 +SHA256 (nss-3.58.tar.gz) = 9f73cf789b5f109b978e5239551b609b0cafa88d18f0bc8ce3f976cb629353c0 +SIZE (nss-3.58.tar.gz) = 81846254 Modified: head/security/nss/pkg-plist ============================================================================== --- head/security/nss/pkg-plist Sat Oct 17 00:42:18 2020 (r552531) +++ head/security/nss/pkg-plist Sat Oct 17 00:48:24 2020 (r552532) @@ -78,6 +78,7 @@ include/nss/p12.h include/nss/p12plcy.h include/nss/p12t.h include/nss/pk11func.h +include/nss/pk11hpke.h include/nss/pk11pqg.h include/nss/pk11priv.h include/nss/pk11pub.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010170048.09H0mPdq066579>