Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 00:21:01 +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: r537010 - in head/security: ca_root_nss nss nss/files
Message-ID:  <202005300021.04U0L1xD077405@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat May 30 00:21:01 2020
New Revision: 537010
URL: https://svnweb.freebsd.org/changeset/ports/537010

Log:
  security/nss: update to 3.53
  
  Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.53_release_notes
  Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_53_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/files/patch-sysdb   (contents, props changed)

Modified: head/security/ca_root_nss/Makefile
==============================================================================
--- head/security/ca_root_nss/Makefile	Sat May 30 00:10:05 2020	(r537009)
+++ head/security/ca_root_nss/Makefile	Sat May 30 00:21:01 2020	(r537010)
@@ -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.52
+VERSION_NSS=	3.53
 #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 May 30 00:10:05 2020	(r537009)
+++ head/security/ca_root_nss/distinfo	Sat May 30 00:21:01 2020	(r537010)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588367335
-SHA256 (nss-3.52.tar.gz) = 0a0aeb0cdda65ddcb64f746223df58b150f6803f4bfa1a4e876bbe6f9c4c1561
-SIZE (nss-3.52.tar.gz) = 81220587
+TIMESTAMP = 1590784482
+SHA256 (nss-3.53.tar.gz) = 08d36dc1a56325f02e626626d4eeab9c4d126dbd99dfaf419b91d0a696f58917
+SIZE (nss-3.53.tar.gz) = 81178428

Modified: head/security/nss/Makefile
==============================================================================
--- head/security/nss/Makefile	Sat May 30 00:10:05 2020	(r537009)
+++ head/security/nss/Makefile	Sat May 30 00:21:01 2020	(r537010)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nss
-PORTVERSION=	3.52.1
+PORTVERSION=	3.53
 CATEGORIES=	security
 MASTER_SITES=	MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src
 
@@ -17,8 +17,6 @@ LIB_DEPENDS=	libnspr4.so:devel/nspr \
 TEST_DEPENDS=	bash:shells/bash
 
 USES=		cpe gmake perl5
-
-MAKE_JOBS_UNSAFE=	yes
 
 WRKSRC_SUBDIR=	nss
 

Modified: head/security/nss/distinfo
==============================================================================
--- head/security/nss/distinfo	Sat May 30 00:10:05 2020	(r537009)
+++ head/security/nss/distinfo	Sat May 30 00:21:01 2020	(r537010)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589909369
-SHA256 (nss-3.52.1.tar.gz) = bcc81ac33aeb4ecad182dc21e34d2c97bcc148fd7b9e76f85bebb892405a9278
-SIZE (nss-3.52.1.tar.gz) = 81222116
+TIMESTAMP = 1590784482
+SHA256 (nss-3.53.tar.gz) = 08d36dc1a56325f02e626626d4eeab9c4d126dbd99dfaf419b91d0a696f58917
+SIZE (nss-3.53.tar.gz) = 81178428

Modified: head/security/nss/files/patch-sysdb
==============================================================================
--- head/security/nss/files/patch-sysdb	Sat May 30 00:10:05 2020	(r537009)
+++ head/security/nss/files/patch-sysdb	Sat May 30 00:21:01 2020	(r537010)
@@ -53,17 +53,17 @@
  
  NSS_EXTERN_DATA NSSCKMDInstance nss_dbm_mdInstance;
  
---- lib/manifest.mn.orig	2018-08-31 12:55:53 UTC
-+++ lib/manifest.mn
-@@ -20,7 +20,7 @@ ifndef NSS_BUILD_UTIL_ONLY
- SOFTOKEN_SRCDIRS = \
- 	$(FREEBL_SRCDIR) \
- 	$(SQLITE_SRCDIR) \
--	$(DBM_SRCDIR) \
-+	$(NULL) \
- 	$(SOFTOKEN_SRCDIR) \
- 	$(NULL)
- ifndef NSS_BUILD_SOFTOKEN_ONLY
+--- lib/Makefile.orig	2020-05-29 20:34:42 UTC
++++ lib/Makefile
+@@ -49,7 +49,7 @@ endif
+ endif # MOZILLA_CLIENT
+ 
+ ifndef NSS_DISABLE_DBM
+-DBM_SRCDIR = dbm
++DBM_SRCDIR = $(NULL)
+ endif
+ 
+ ifndef NSS_DISABLE_LIBPKIX
 --- lib/softoken/legacydb/cdbhdl.h.orig	2018-08-31 12:55:53 UTC
 +++ lib/softoken/legacydb/cdbhdl.h
 @@ -9,7 +9,8 @@



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005300021.04U0L1xD077405>