Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2D7801A9239 for ; Thu, 28 Oct 2021 10:03:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 70BB284D46; Thu, 28 Oct 2021 10:03:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ABF7084D15 for ; Thu, 28 Oct 2021 10:03:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id G5hKnulPCfTj for ; Thu, 28 Oct 2021 10:03:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 25D9D84D04 for ; Thu, 28 Oct 2021 10:03:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 19B0AFA97; Thu, 28 Oct 2021 10:03:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635415393213550" MIME-Version: 1.0 Date: Thu, 28 Oct 2021 10:03:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/nss To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211028100313.19B0AFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635415393213550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Oct 28 10:03:13 UTC 2021 Modified Files: pkgsrc/devel/nss: Makefile distinfo Log Message: nss: update to 3.72. Changes: - Documentation: release notes for NSS 3.72 - Documentation: release notes for NSS 3.71 - Remove newline at the end of coreconf.dep - Bug 1731911 - Fix nsinstall parallel failure. - Bug 1729930 - Increase KDF cache size to mitigate perf regression in about:logins. To generate a diff of this commit: cvs rdiff -u -r1.215 -r1.216 pkgsrc/devel/nss/Makefile cvs rdiff -u -r1.141 -r1.142 pkgsrc/devel/nss/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635415393213550 Content-Disposition: inline Content-Length: 1816 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/nss/Makefile diff -u pkgsrc/devel/nss/Makefile:1.215 pkgsrc/devel/nss/Makefile:1.216 --- pkgsrc/devel/nss/Makefile:1.215 Thu Sep 30 21:39:55 2021 +++ pkgsrc/devel/nss/Makefile Thu Oct 28 10:03:12 2021 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.215 2021/09/30 21:39:55 wiz Exp $ +# $NetBSD: Makefile,v 1.216 2021/10/28 10:03:12 wiz Exp $ # # release notes # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.71.0 +NSS_RELEASE= 3.72.0 CATEGORIES= devel security MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/} Index: pkgsrc/devel/nss/distinfo diff -u pkgsrc/devel/nss/distinfo:1.141 pkgsrc/devel/nss/distinfo:1.142 --- pkgsrc/devel/nss/distinfo:1.141 Tue Oct 26 10:15:44 2021 +++ pkgsrc/devel/nss/distinfo Thu Oct 28 10:03:12 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.141 2021/10/26 10:15:44 nia Exp $ +$NetBSD: distinfo,v 1.142 2021/10/28 10:03:12 wiz Exp $ -BLAKE2s (nss-3.71.tar.gz) = 23003f4864c3a5147685f990ae0996df4c7454eeef7f40e20ea892353d035f68 -SHA512 (nss-3.71.tar.gz) = a4a724dc4e8677965b6245ea2309790d31ec7719658e2b349eb67c9008082132c76277340d15e4fdd8d2fe1f560ae6803fb038d023c3dfd2e3772fa3b77720e2 -Size (nss-3.71.tar.gz) = 83927933 bytes +BLAKE2s (nss-3.72.tar.gz) = 12dd2bb507012867fb391bfa86c8e5d32494d64a437780492d3e572176b7dd8d +SHA512 (nss-3.72.tar.gz) = 1d818d2ef85735837275059fecf68d57e48152f0348ea54887c29171cf029b6944e94d99a8cd96e580a81edb678b79c55515ac0516e27daf6b290c34baed9ebb +Size (nss-3.72.tar.gz) = 83928300 bytes SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0 --_----------=_1635415393213550--