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 15ADE1A921F for ; Wed, 1 Dec 2021 17:04:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0CCF884D91; Wed, 1 Dec 2021 17:04:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 44DF684D4E for ; Wed, 1 Dec 2021 17:04:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9gT69ocZY19V for ; Wed, 1 Dec 2021 17:04:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B375C84D4D for ; Wed, 1 Dec 2021 17:04:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2607FAEC; Wed, 1 Dec 2021 17:04:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163837825142980" MIME-Version: 1.0 Date: Wed, 1 Dec 2021 17:04:11 +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: <20211201170411.A2607FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163837825142980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Dec 1 17:04:11 UTC 2021 Modified Files: pkgsrc/devel/nss: Makefile distinfo Log Message: nss: update to 3.73. This contains the fix for CVE-2021-43527. To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 pkgsrc/devel/nss/Makefile cvs rdiff -u -r1.142 -r1.143 pkgsrc/devel/nss/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163837825142980 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.216 pkgsrc/devel/nss/Makefile:1.217 --- pkgsrc/devel/nss/Makefile:1.216 Thu Oct 28 10:03:12 2021 +++ pkgsrc/devel/nss/Makefile Wed Dec 1 17:04:11 2021 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.216 2021/10/28 10:03:12 wiz Exp $ +# $NetBSD: Makefile,v 1.217 2021/12/01 17:04:11 wiz Exp $ # # release notes # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.72.0 +NSS_RELEASE= 3.73.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.142 pkgsrc/devel/nss/distinfo:1.143 --- pkgsrc/devel/nss/distinfo:1.142 Thu Oct 28 10:03:12 2021 +++ pkgsrc/devel/nss/distinfo Wed Dec 1 17:04:11 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.142 2021/10/28 10:03:12 wiz Exp $ +$NetBSD: distinfo,v 1.143 2021/12/01 17:04:11 wiz Exp $ -BLAKE2s (nss-3.72.tar.gz) = 12dd2bb507012867fb391bfa86c8e5d32494d64a437780492d3e572176b7dd8d -SHA512 (nss-3.72.tar.gz) = 1d818d2ef85735837275059fecf68d57e48152f0348ea54887c29171cf029b6944e94d99a8cd96e580a81edb678b79c55515ac0516e27daf6b290c34baed9ebb -Size (nss-3.72.tar.gz) = 83928300 bytes +BLAKE2s (nss-3.73.tar.gz) = 2a666a407c84224ebe15595560497bb0ddfbbd9dbe0ff13e6723aa96ec0b2f90 +SHA512 (nss-3.73.tar.gz) = 84b6e4ce8838f77674a5587cd227fa103c80f1b36c8bfb9b60a175157f131e59153c79ee77b29feffa57f49b217a90a8a091ee368eb0bc03312894e386a4c01b +Size (nss-3.73.tar.gz) = 83928905 bytes SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0 --_----------=_163837825142980--