From owner-svn-ports-all@freebsd.org Fri Feb 1 23:52:41 2019 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 18B7114C5683; Fri, 1 Feb 2019 23:52:41 +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) server-signature RSA-PSS (4096 bits) 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 B082489C4A; Fri, 1 Feb 2019 23:52: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 A262E263AA; Fri, 1 Feb 2019 23:52:40 +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 x11Nqesv084944; Fri, 1 Feb 2019 23:52:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x11Nqdtc084940; Fri, 1 Feb 2019 23:52:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201902012352.x11Nqdtc084940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 1 Feb 2019 23:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491899 - in head/security: ca_root_nss nss X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/security: ca_root_nss nss X-SVN-Commit-Revision: 491899 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B082489C4A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 01 Feb 2019 23:52:41 -0000 Author: jbeich Date: Fri Feb 1 23:52:39 2019 New Revision: 491899 URL: https://svnweb.freebsd.org/changeset/ports/491899 Log: security/nss: update to 3.42.1 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.42.1_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_42_1_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) Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Fri Feb 1 23:44:56 2019 (r491898) +++ head/security/ca_root_nss/Makefile Fri Feb 1 23:52:39 2019 (r491899) @@ -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.42 +VERSION_NSS= 3.42.1 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: head/security/ca_root_nss/distinfo ============================================================================== --- head/security/ca_root_nss/distinfo Fri Feb 1 23:44:56 2019 (r491898) +++ head/security/ca_root_nss/distinfo Fri Feb 1 23:52:39 2019 (r491899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548460371 -SHA256 (nss-3.42.tar.gz) = 5d3ce489f11803c66a7fba773c3f9b9a428ff3e5fe67a974e88b5e9095072f13 -SIZE (nss-3.42.tar.gz) = 23416008 +TIMESTAMP = 1548956509 +SHA256 (nss-3.42.1.tar.gz) = 087db37d38fd49dfd584dd2a8b5baa7fc88de7c9bd97c0c2d5be4abcafc61fc6 +SIZE (nss-3.42.1.tar.gz) = 23416408 Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Fri Feb 1 23:44:56 2019 (r491898) +++ head/security/nss/Makefile Fri Feb 1 23:52:39 2019 (r491899) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.42 +PORTVERSION= 3.42.1 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: head/security/nss/distinfo ============================================================================== --- head/security/nss/distinfo Fri Feb 1 23:44:56 2019 (r491898) +++ head/security/nss/distinfo Fri Feb 1 23:52:39 2019 (r491899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548460371 -SHA256 (nss-3.42.tar.gz) = 5d3ce489f11803c66a7fba773c3f9b9a428ff3e5fe67a974e88b5e9095072f13 -SIZE (nss-3.42.tar.gz) = 23416008 +TIMESTAMP = 1548956509 +SHA256 (nss-3.42.1.tar.gz) = 087db37d38fd49dfd584dd2a8b5baa7fc88de7c9bd97c0c2d5be4abcafc61fc6 +SIZE (nss-3.42.1.tar.gz) = 23416408