From owner-svn-ports-head@freebsd.org Sat Dec 1 00:33:47 2018 Return-Path: Delivered-To: svn-ports-head@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 86DD21154981; Sat, 1 Dec 2018 00:33:47 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2ADD47E675; Sat, 1 Dec 2018 00:33:47 +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 E720E10319; Sat, 1 Dec 2018 00:33:46 +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 wB10Xklt040442; Sat, 1 Dec 2018 00:33:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB10Xk4J040436; Sat, 1 Dec 2018 00:33:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812010033.wB10Xk4J040436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 1 Dec 2018 00:33:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486308 - 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: 486308 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2ADD47E675 X-Spamd-Result: default: False [0.54 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.34)[0.335,0]; NEURAL_SPAM_MEDIUM(0.15)[0.151,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.05)[0.050,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2018 00:33:47 -0000 Author: jbeich Date: Sat Dec 1 00:33:45 2018 New Revision: 486308 URL: https://svnweb.freebsd.org/changeset/ports/486308 Log: security/nss: update to 3.40.1 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.40.1_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_40_1_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Security: CVE-2018-12404 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 Sat Dec 1 00:33:29 2018 (r486307) +++ head/security/ca_root_nss/Makefile Sat Dec 1 00:33:45 2018 (r486308) @@ -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.40 +VERSION_NSS= 3.40.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 Sat Dec 1 00:33:29 2018 (r486307) +++ head/security/ca_root_nss/distinfo Sat Dec 1 00:33:45 2018 (r486308) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539662145 -SHA256 (nss-3.40.tar.gz) = 0562087b8bda072bf5964f8acf851f9c0997a59c384f4887cb517b3b628b32dd -SIZE (nss-3.40.tar.gz) = 23308315 +TIMESTAMP = 1543617691 +SHA256 (nss-3.40.1.tar.gz) = 5e0e6bae2a79c86e506684955d736bfe875ec5a8e95ed3e4ba0852d1aec2c8f1 +SIZE (nss-3.40.1.tar.gz) = 23311074 Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Sat Dec 1 00:33:29 2018 (r486307) +++ head/security/nss/Makefile Sat Dec 1 00:33:45 2018 (r486308) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.40 +PORTVERSION= 3.40.1 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: head/security/nss/distinfo ============================================================================== --- head/security/nss/distinfo Sat Dec 1 00:33:29 2018 (r486307) +++ head/security/nss/distinfo Sat Dec 1 00:33:45 2018 (r486308) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539662145 -SHA256 (nss-3.40.tar.gz) = 0562087b8bda072bf5964f8acf851f9c0997a59c384f4887cb517b3b628b32dd -SIZE (nss-3.40.tar.gz) = 23308315 +TIMESTAMP = 1543617691 +SHA256 (nss-3.40.1.tar.gz) = 5e0e6bae2a79c86e506684955d736bfe875ec5a8e95ed3e4ba0852d1aec2c8f1 +SIZE (nss-3.40.1.tar.gz) = 23311074