aboutsummaryrefslogtreecommitdiff
path: root/security/nss
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-05-30 00:21:01 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-05-30 00:21:01 +0000
commit4d1bf0c8612beb20ed8d42849dde7cea6c7769c2 (patch)
treee63775e1d2e693bb929777a378ec07dfe33a5fb0 /security/nss
parentcd37ad2f3881b0b42034eb9fb588fabdc101f967 (diff)
downloadports-4d1bf0c8612beb20ed8d42849dde7cea6c7769c2.tar.gz
ports-4d1bf0c8612beb20ed8d42849dde7cea6c7769c2.zip
security/nss: update to 3.53
Notes
Notes: svn path=/head/; revision=537010
Diffstat (limited to 'security/nss')
-rw-r--r--security/nss/Makefile4
-rw-r--r--security/nss/distinfo6
-rw-r--r--security/nss/files/patch-sysdb22
3 files changed, 15 insertions, 17 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index 35d9d23fdbbf..b86a422ece6e 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -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
@@ -18,8 +18,6 @@ TEST_DEPENDS= bash:shells/bash
USES= cpe gmake perl5
-MAKE_JOBS_UNSAFE= yes
-
WRKSRC_SUBDIR= nss
USE_LDCONFIG= yes
diff --git a/security/nss/distinfo b/security/nss/distinfo
index 00a389928105..fc4767e200aa 100644
--- a/security/nss/distinfo
+++ b/security/nss/distinfo
@@ -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
diff --git a/security/nss/files/patch-sysdb b/security/nss/files/patch-sysdb
index cdc0aaa9a5dc..f37655db0de8 100644
--- a/security/nss/files/patch-sysdb
+++ b/security/nss/files/patch-sysdb
@@ -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 @@