Received: by mail.netbsd.org (Postfix, from userid 605) id D8AFC84D6D; Fri, 4 Oct 2019 12:35:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6006984D6C for ; Fri, 4 Oct 2019 12:35:16 +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 L7efmdXCXoGH for ; Fri, 4 Oct 2019 12:35:15 +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 DB4F484D04 for ; Fri, 4 Oct 2019 12:35:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D8FCCFBF4; Fri, 4 Oct 2019 12:35:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570192515212590" MIME-Version: 1.0 Date: Fri, 4 Oct 2019 12:35:15 +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: <20191004123515.D8FCCFBF4@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. --_----------=_1570192515212590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Oct 4 12:35:15 UTC 2019 Modified Files: pkgsrc/devel/nss: Makefile distinfo Log Message: Update to 3.46.1 Changelog: * 1582343 - Soft token MAC verification not constant time * 1577953 - Remove arbitrary HKDF output limit by allocating space as needed To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 pkgsrc/devel/nss/Makefile cvs rdiff -u -r1.100 -r1.101 pkgsrc/devel/nss/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570192515212590 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.172 pkgsrc/devel/nss/Makefile:1.173 --- pkgsrc/devel/nss/Makefile:1.172 Fri Sep 6 02:54:47 2019 +++ pkgsrc/devel/nss/Makefile Fri Oct 4 12:35:15 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.172 2019/09/06 02:54:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.173 2019/10/04 12:35:15 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.46.0 +NSS_RELEASE= 3.46.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.100 pkgsrc/devel/nss/distinfo:1.101 --- pkgsrc/devel/nss/distinfo:1.100 Thu Sep 19 19:14:39 2019 +++ pkgsrc/devel/nss/distinfo Fri Oct 4 12:35:15 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.100 2019/09/19 19:14:39 tnn Exp $ +$NetBSD: distinfo,v 1.101 2019/10/04 12:35:15 ryoon Exp $ -SHA1 (nss-3.46.tar.gz) = af1590286cf852702591e5db0ef1ba7b9c1e597c -RMD160 (nss-3.46.tar.gz) = 4950f21faeaa0783458b0344056a11e400639e7d -SHA512 (nss-3.46.tar.gz) = de309ec8d6aa2c3cf4d5ebfe9fa1f8bf5def717d22018d5c88c1de963b4ae7b0d69ad64e68d830574fc85613483fd538cb2f319ffb3fa2e1b97ec02f85d37c48 -Size (nss-3.46.tar.gz) = 76417155 bytes +SHA1 (nss-3.46.1.tar.gz) = d287396e2225bb8b1abcdf7929829ba85d6eba53 +RMD160 (nss-3.46.1.tar.gz) = 92b3fa81c5810cfe9cee81c30073abe0f3e704c2 +SHA512 (nss-3.46.1.tar.gz) = f4c24f0e31d11413cbbf791a24687c02cd934b9baf4a3e9ce27406638a1d497654fbeec79c22ab4ad29374dd0063c05104c9514580b1b8156ed8d18404e1681b +Size (nss-3.46.1.tar.gz) = 76417797 bytes SHA1 (patch-am) = fea682bf03bc8b645049f93ed58554ca45f47aca SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1 --_----------=_1570192515212590--