From owner-svn-ports-all@freebsd.org Wed Feb 15 09:48:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD342CDF5A6; Wed, 15 Feb 2017 09:48:01 +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 mx1.freebsd.org (Postfix) with ESMTPS id 97DC712B8; Wed, 15 Feb 2017 09:48:01 +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 v1F9m0cw058590; Wed, 15 Feb 2017 09:48:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F9m0CI058585; Wed, 15 Feb 2017 09:48:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702150948.v1F9m0CI058585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 15 Feb 2017 09:48:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434157 - in head/security: ca_root_nss nss nss/files X-SVN-Group: ports-head 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.23 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, 15 Feb 2017 09:48:01 -0000 Author: jbeich Date: Wed Feb 15 09:48:00 2017 New Revision: 434157 URL: https://svnweb.freebsd.org/changeset/ports/434157 Log: security/nss: update to 3.29 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.29_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_29_RTM MFH: 2017Q1 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/files/patch-bug1335284 (contents, props changed) Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Wed Feb 15 09:43:41 2017 (r434156) +++ head/security/ca_root_nss/Makefile Wed Feb 15 09:48:00 2017 (r434157) @@ -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.28.1 +VERSION_NSS= 3.29 #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 Wed Feb 15 09:43:41 2017 (r434156) +++ head/security/ca_root_nss/distinfo Wed Feb 15 09:48:00 2017 (r434157) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483539864 -SHA256 (nss-3.28.1.tar.gz) = 58cc0c05c0ed9523e6d820bea74f513538f48c87aac931876e3d3775de1a82ad -SIZE (nss-3.28.1.tar.gz) = 7451477 +TIMESTAMP = 1485738368 +SHA256 (nss-3.29.tar.gz) = ee19ebfe7b012dedb71f04a55dd06fa26f8dce435e5980531c790bd42673c6fa +SIZE (nss-3.29.tar.gz) = 7477439 Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Wed Feb 15 09:43:41 2017 (r434156) +++ head/security/nss/Makefile Wed Feb 15 09:48:00 2017 (r434157) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.28.1 +PORTVERSION= 3.29 #DISTVERSIONSUFFIX= -with-ckbi-1.98 -PORTREVISION= 2 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src @@ -31,7 +30,6 @@ USE_PERL5= build MAKE_ENV= LIBRARY_PATH="${LOCALBASE}/lib" \ SQLITE_INCLUDE_DIR="${LOCALBASE}/include" \ FREEBL_LOWHASH=1 \ - NSS_ENABLE_TLS_1_3=1 \ NSS_DISABLE_GTESTS=1 \ NSS_USE_SYSTEM_SQLITE=1 CFLAGS+= -I${LOCALBASE}/include/nspr Modified: head/security/nss/distinfo ============================================================================== --- head/security/nss/distinfo Wed Feb 15 09:43:41 2017 (r434156) +++ head/security/nss/distinfo Wed Feb 15 09:48:00 2017 (r434157) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483539864 -SHA256 (nss-3.28.1.tar.gz) = 58cc0c05c0ed9523e6d820bea74f513538f48c87aac931876e3d3775de1a82ad -SIZE (nss-3.28.1.tar.gz) = 7451477 +TIMESTAMP = 1485738368 +SHA256 (nss-3.29.tar.gz) = ee19ebfe7b012dedb71f04a55dd06fa26f8dce435e5980531c790bd42673c6fa +SIZE (nss-3.29.tar.gz) = 7477439 Modified: head/security/nss/files/patch-bug1335284 ============================================================================== --- head/security/nss/files/patch-bug1335284 Wed Feb 15 09:43:41 2017 (r434156) +++ head/security/nss/files/patch-bug1335284 Wed Feb 15 09:48:00 2017 (r434157) @@ -1,11 +1,11 @@ ---- lib/softoken/softoken.h.orig 2017-01-04 14:24:24 UTC +--- lib/softoken/softoken.h.orig 2017-01-30 01:06:08 UTC +++ lib/softoken/softoken.h @@ -183,7 +183,7 @@ extern PRBool sftk_fatalError; #define CHECK_FORK_MIXED --#elif defined(LINUX) -+#elif defined(LINUX) || defined(FREEBSD) || defined(OPENBSD) +-#elif defined(LINUX) || defined(__GLIBC__) ++#elif defined(LINUX) || defined(__GLIBC__) || defined(FREEBSD) || defined(OPENBSD) #define CHECK_FORK_PTHREAD