From owner-svn-ports-all@freebsd.org Wed Jan 31 21:26:00 2018 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 3E72CEE2A6A; Wed, 31 Jan 2018 21:26:00 +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 E01E9790A6; Wed, 31 Jan 2018 21:25:59 +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 D69BA2B544; Wed, 31 Jan 2018 21:25:59 +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 w0VLPxib040938; Wed, 31 Jan 2018 21:25:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0VLPxQf040932; Wed, 31 Jan 2018 21:25:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201801312125.w0VLPxQf040932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 31 Jan 2018 21:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r460533 - in branches/2018Q1/security: ca_root_nss nss nss/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q1/security: ca_root_nss nss nss/files X-SVN-Commit-Revision: 460533 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.25 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: Wed, 31 Jan 2018 21:26:00 -0000 Author: jbeich Date: Wed Jan 31 21:25:59 2018 New Revision: 460533 URL: https://svnweb.freebsd.org/changeset/ports/460533 Log: MFH: r459458 r460255 security/nss: update to 3.35 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.35_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_35_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Approved by: ports-secteam (swills) Added: branches/2018Q1/security/nss/files/patch-bug1432455 - copied unchanged from r460255, head/security/nss/files/patch-bug1432455 Deleted: branches/2018Q1/security/nss/files/patch-bug1396301 Modified: branches/2018Q1/security/ca_root_nss/Makefile branches/2018Q1/security/ca_root_nss/distinfo branches/2018Q1/security/nss/Makefile branches/2018Q1/security/nss/distinfo Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/security/ca_root_nss/Makefile ============================================================================== --- branches/2018Q1/security/ca_root_nss/Makefile Wed Jan 31 21:03:35 2018 (r460532) +++ branches/2018Q1/security/ca_root_nss/Makefile Wed Jan 31 21:25:59 2018 (r460533) @@ -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.34.1 +VERSION_NSS= 3.35 #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/2018Q1/security/ca_root_nss/distinfo ============================================================================== --- branches/2018Q1/security/ca_root_nss/distinfo Wed Jan 31 21:03:35 2018 (r460532) +++ branches/2018Q1/security/ca_root_nss/distinfo Wed Jan 31 21:25:59 2018 (r460533) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511379088 -SHA256 (nss-3.34.1.tar.gz) = a3c15d367caf784f33d96dbafbdffc16a8e42fb8c8aedfce97bf92a9f918dda0 -SIZE (nss-3.34.1.tar.gz) = 9562876 +TIMESTAMP = 1516285199 +SHA256 (nss-3.35.tar.gz) = f4127de09bede39f5fd0f789d33c3504c5d261e69ea03022d46b319b3e32f6fa +SIZE (nss-3.35.tar.gz) = 9620041 Modified: branches/2018Q1/security/nss/Makefile ============================================================================== --- branches/2018Q1/security/nss/Makefile Wed Jan 31 21:03:35 2018 (r460532) +++ branches/2018Q1/security/nss/Makefile Wed Jan 31 21:25:59 2018 (r460533) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.34.1 +PORTVERSION= 3.35 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2018Q1/security/nss/distinfo ============================================================================== --- branches/2018Q1/security/nss/distinfo Wed Jan 31 21:03:35 2018 (r460532) +++ branches/2018Q1/security/nss/distinfo Wed Jan 31 21:25:59 2018 (r460533) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511379088 -SHA256 (nss-3.34.1.tar.gz) = a3c15d367caf784f33d96dbafbdffc16a8e42fb8c8aedfce97bf92a9f918dda0 -SIZE (nss-3.34.1.tar.gz) = 9562876 +TIMESTAMP = 1516285199 +SHA256 (nss-3.35.tar.gz) = f4127de09bede39f5fd0f789d33c3504c5d261e69ea03022d46b319b3e32f6fa +SIZE (nss-3.35.tar.gz) = 9620041 Copied: branches/2018Q1/security/nss/files/patch-bug1432455 (from r460255, head/security/nss/files/patch-bug1432455) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q1/security/nss/files/patch-bug1432455 Wed Jan 31 21:25:59 2018 (r460533, copy of r460255, head/security/nss/files/patch-bug1432455) @@ -0,0 +1,27 @@ +commit 1668fafc1db4 +Author: Daiki Ueno +Date: Tue Jan 23 13:29:34 2018 +0100 + + Bug 1432455, Build Hacl_Poly1305_64.o on AArch64 even with make, r=fkiefer +--- + lib/freebl/Makefile | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + +diff --git lib/freebl/Makefile lib/freebl/Makefile +index 0b3daa2756..6c8e6a2ead 100644 +--- lib/freebl/Makefile ++++ lib/freebl/Makefile +@@ -527,7 +527,12 @@ ifndef NSS_DISABLE_CHACHAPOLY + EXTRA_SRCS += chacha20_vec.c + endif + else +- EXTRA_SRCS += poly1305.c ++ ifeq ($(CPU_ARCH),aarch64) ++ EXTRA_SRCS += Hacl_Poly1305_64.c ++ else ++ EXTRA_SRCS += poly1305.c ++ endif ++ + EXTRA_SRCS += chacha20.c + VERIFIED_SRCS += Hacl_Chacha20.c + endif # x86_64