Date: Mon, 12 Jul 2021 22:32:40 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: f23d3e96fef4 - 2021Q3 - security/nss: update to 3.68 Message-ID: <202107122232.16CMWeea057794@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f23d3e96fef46973c0d470b40e243f6a9f7e3861 commit f23d3e96fef46973c0d470b40e243f6a9f7e3861 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-07-08 18:01:32 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-07-12 22:32:13 +0000 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 (cherry picked from commit fdce7ad3076016c5f7483b8131bb9c6306af48ed) --- security/nss/Makefile | 9 ++++++++- security/nss/distinfo | 6 +++--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107122232.16CMWeea057794>