From owner-dev-commits-ports-all@freebsd.org Sat Jul 10 00:04:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 747E3648729; Sat, 10 Jul 2021 00:04:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GM9JT1zghz4SRx; Sat, 10 Jul 2021 00:04:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22DC91E138; Sat, 10 Jul 2021 00:04:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16A04vRZ018356; Sat, 10 Jul 2021 00:04:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16A04vX8018355; Sat, 10 Jul 2021 00:04:57 GMT (envelope-from git) Date: Sat, 10 Jul 2021 00:04:57 GMT Message-Id: <202107100004.16A04vX8018355@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: fdce7ad30760 - main - security/nss: update to 3.68 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fdce7ad3076016c5f7483b8131bb9c6306af48ed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jul 2021 00:04:57 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=fdce7ad3076016c5f7483b8131bb9c6306af48ed commit fdce7ad3076016c5f7483b8131bb9c6306af48ed Author: Jan Beich AuthorDate: 2021-07-08 18:01:32 +0000 Commit: Jan Beich CommitDate: 2021-07-10 00:04:01 +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 --- 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 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