Received: by mail.netbsd.org (Postfix, from userid 605) id 4807F84E4E; Thu, 7 Jun 2018 19:05:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3555784D92 for ; Thu, 7 Jun 2018 19:05:00 +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 Fraftlbfm_qS for ; Thu, 7 Jun 2018 19:04:59 +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 7CB9B84CFB for ; Thu, 7 Jun 2018 19:04:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 768D1FBEC; Thu, 7 Jun 2018 19:04:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1528398299117020" MIME-Version: 1.0 Date: Thu, 7 Jun 2018 19:04:59 +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: <20180607190459.768D1FBEC@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. --_----------=_1528398299117020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Thu Jun 7 19:04:59 UTC 2018 Modified Files: pkgsrc/devel/nss: Makefile distinfo Log Message: Update to 3.37.3 Changelog: No new functionality is introduced in these releases. The following compatibility fixes are included. Users are encouraged to upgrade. * Bug 1462303 - Connecting to a server that was recently upgraded to TLS 1.3 would result in a SSL_RX_MALFORMED_SERVER_HELLO error. * Bug 1460673 - Fix a rare bug with PKCS#12 files. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 pkgsrc/devel/nss/Makefile cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/nss/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1528398299117020 Content-Disposition: inline Content-Length: 1815 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.152 pkgsrc/devel/nss/Makefile:1.153 --- pkgsrc/devel/nss/Makefile:1.152 Fri Jun 1 12:18:03 2018 +++ pkgsrc/devel/nss/Makefile Thu Jun 7 19:04:59 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.152 2018/06/01 12:18:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.153 2018/06/07 19:04:59 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.37.1 +NSS_RELEASE= 3.37.3 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.88 pkgsrc/devel/nss/distinfo:1.89 --- pkgsrc/devel/nss/distinfo:1.88 Fri Jun 1 12:18:03 2018 +++ pkgsrc/devel/nss/distinfo Thu Jun 7 19:04:59 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.88 2018/06/01 12:18:03 ryoon Exp $ +$NetBSD: distinfo,v 1.89 2018/06/07 19:04:59 ryoon Exp $ -SHA1 (nss-3.37.1.tar.gz) = 0b95fc31b03353ebc0a44b8c9523e6e28216977f -RMD160 (nss-3.37.1.tar.gz) = e0b4ac0fa2b24546176501436680194d9a1aeba6 -SHA512 (nss-3.37.1.tar.gz) = 61b8186f45afa5fade6f45737d60a86f519c8b5535963f4cc6f13fa6694be0723cdd8b0ed48bbc2eae621dfbfd80ccc249998eeb89ed565797ac4553895a01a1 -Size (nss-3.37.1.tar.gz) = 23034142 bytes +SHA1 (nss-3.37.3.tar.gz) = 8bef50b806fee13da9133cd12c2608685c4ed916 +RMD160 (nss-3.37.3.tar.gz) = 5881c09b9a5b36f066925ffe0009b7a85ab2e34b +SHA512 (nss-3.37.3.tar.gz) = 11b21818f9fcff11d0e7f4c066ae9fbce0052a30a6b30df9a20022792039b5348554834a472e1b1195e467b9902067f9719678d5ca32efb4e60f1df161feed6f +Size (nss-3.37.3.tar.gz) = 23034239 bytes SHA1 (patch-am) = bab47640c0d25629f43578e7b788859418b27ecd SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1 --_----------=_1528398299117020--