aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-07-08 18:01:32 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-07-10 00:04:01 +0000
commitfdce7ad3076016c5f7483b8131bb9c6306af48ed (patch)
tree1c1cf27e81dcda168086269c968f21c7b5be93b3
parent1e0e751a28bce16d9ae39952c1beb911418d997f (diff)
downloadports-fdce7ad3076016c5f7483b8131bb9c6306af48ed.tar.gz
ports-fdce7ad3076016c5f7483b8131bb9c6306af48ed.zip
security/nss: update to 3.68
- Temporarily use locally generated distfile. Upstream mainly cares about bundled NSS in Firefox, so standalone releases maybe neglected. Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.68_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_68_RTM
-rw-r--r--security/nss/Makefile9
-rw-r--r--security/nss/distinfo6
2 files changed, 11 insertions, 4 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index 61b8b68c6e62..95851901bbd9 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -1,9 +1,16 @@
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
PORTNAME= nss
-PORTVERSION= 3.67
+PORTVERSION= 3.68
CATEGORIES= security
MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src
+# XXX Temporary until upstream uploads their own version
+# $ pkg install git-cinnabar
+# $ git clone hg::https://hg.mozilla.org/projects/nss
+# $ cd nss
+# $ git fetch --tags hg::tags: tag "*"
+# $ git archive -o ${_DISTDIR}/nss-${PORTVERSION}.tar.gz --prefix=nss-${PORTVERSION}/nss/ --format tar.gz NSS_${PORTVERSION:S/./_/g}_RTM
+MASTER_SITES= LOCAL/jbeich
MAINTAINER= gecko@FreeBSD.org
COMMENT= Libraries to support development of security-enabled applications
diff --git a/security/nss/distinfo b/security/nss/distinfo
index 6d265972e23d..85855607e443 100644
--- a/security/nss/distinfo
+++ b/security/nss/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1623328392
-SHA256 (nss-3.67.tar.gz) = f6549a9148cd27b394b40c77fa73111d5ea23cdb51d796665de1b7458f88ce7f
-SIZE (nss-3.67.tar.gz) = 82402188
+TIMESTAMP = 1625767292
+SHA256 (nss-3.68.tar.gz) = 55e5b29e6aa1771c6ce8a5079483fa9306a9cd7d10312fe701a9419dd94ae38a
+SIZE (nss-3.68.tar.gz) = 82820844