Received: by mail.netbsd.org (Postfix, from userid 605) id 63EDE84D7A; Thu, 18 Jun 2020 14:16:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E025584D66 for ; Thu, 18 Jun 2020 14:16:50 +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 j46VJIesdhKP for ; Thu, 18 Jun 2020 14:16:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5E5AF84D24 for ; Thu, 18 Jun 2020 14:16:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53408FB28; Thu, 18 Jun 2020 14:16:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1592489810117930" MIME-Version: 1.0 Date: Thu, 18 Jun 2020 14:16:50 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel/nss To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200618141650.53408FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1592489810117930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Thu Jun 18 14:16:50 UTC 2020 Modified Files: pkgsrc/devel/nss: Makefile distinfo Log Message: nss: Update to 3.53.1 Changelog: Bugs fixed in NSS 3.53.1 - Bug 1631597 (CVE-2020-12402) - Use constant-time GCD and modular inversion in MPI. To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 pkgsrc/devel/nss/Makefile cvs rdiff -u -r1.114 -r1.115 pkgsrc/devel/nss/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1592489810117930 Content-Disposition: inline Content-Length: 1810 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.186 pkgsrc/devel/nss/Makefile:1.187 --- pkgsrc/devel/nss/Makefile:1.186 Tue Jun 9 09:56:13 2020 +++ pkgsrc/devel/nss/Makefile Thu Jun 18 14:16:50 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.186 2020/06/09 09:56:13 nia Exp $ +# $NetBSD: Makefile,v 1.187 2020/06/18 14:16:50 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.53.0 +NSS_RELEASE= 3.53.1 CATEGORIES= 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.114 pkgsrc/devel/nss/distinfo:1.115 --- pkgsrc/devel/nss/distinfo:1.114 Wed Jun 3 08:51:26 2020 +++ pkgsrc/devel/nss/distinfo Thu Jun 18 14:16:50 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.114 2020/06/03 08:51:26 ryoon Exp $ +$NetBSD: distinfo,v 1.115 2020/06/18 14:16:50 ryoon Exp $ -SHA1 (nss-3.53.tar.gz) = 5631fd7a50ec5991052a9fa15fe775c34c8969e7 -RMD160 (nss-3.53.tar.gz) = 1d48251dbc1dbacce6ed669a67c2f870b9ba62a3 -SHA512 (nss-3.53.tar.gz) = 280edf24356b764584200bff949af4a7f88514ee8ac80bf5348a9a844a8b1eb263e9aa1d772644bd8bb1bd195c12b6cc173280cfc88cd97e56562e1c40e71503 -Size (nss-3.53.tar.gz) = 81178428 bytes +SHA1 (nss-3.53.1.tar.gz) = ee522d99ff582b849fe5190c1461f0633ffe1721 +RMD160 (nss-3.53.1.tar.gz) = 5cad607f475b90095503022696abc44061ff2757 +SHA512 (nss-3.53.1.tar.gz) = 5d7572999a007c513df4cbdf74769c1a4eb53eb8680da27a89fea770763d88b6bea80cd9ab20426a905396745129276cffb6dd9e8e1e6377fa98c0a103b522d0 +Size (nss-3.53.1.tar.gz) = 81297900 bytes SHA1 (patch-am) = fea682bf03bc8b645049f93ed58554ca45f47aca SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1 --_----------=_1592489810117930--