Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A97F97A214 for ; Thu, 13 Apr 2017 03:21:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5103584DD5; Thu, 13 Apr 2017 03:21:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D4E8584DAC for ; Thu, 13 Apr 2017 03:21:05 +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 GMsmis6WnS5l for ; Thu, 13 Apr 2017 03:21:05 +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 6827C84CDC for ; Thu, 13 Apr 2017 03:21:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 63576FBE4; Thu, 13 Apr 2017 03:21:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149205366546430" MIME-Version: 1.0 Date: Thu, 13 Apr 2017 03:21:05 +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: <20170413032105.63576FBE4@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. --_----------=_149205366546430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Thu Apr 13 03:21:05 UTC 2017 Modified Files: pkgsrc/devel/nss: Makefile distinfo Log Message: Update to 3.30.1 Changelog: Not available. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 pkgsrc/devel/nss/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/devel/nss/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149205366546430 Content-Disposition: inline Content-Length: 1805 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.132 pkgsrc/devel/nss/Makefile:1.133 --- pkgsrc/devel/nss/Makefile:1.132 Fri Mar 31 23:39:52 2017 +++ pkgsrc/devel/nss/Makefile Thu Apr 13 03:21:05 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.132 2017/03/31 23:39:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.133 2017/04/13 03:21:05 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.30.0 +NSS_RELEASE= 3.30.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.71 pkgsrc/devel/nss/distinfo:1.72 --- pkgsrc/devel/nss/distinfo:1.71 Fri Mar 31 23:39:52 2017 +++ pkgsrc/devel/nss/distinfo Thu Apr 13 03:21:05 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.71 2017/03/31 23:39:52 ryoon Exp $ +$NetBSD: distinfo,v 1.72 2017/04/13 03:21:05 ryoon Exp $ -SHA1 (nss-3.30.tar.gz) = 58bcab5b9d5a28dc640e9bf5e7f44460f0db9512 -RMD160 (nss-3.30.tar.gz) = 4f930c63285c103ef8675b5023a1748bd3662e9d -SHA512 (nss-3.30.tar.gz) = c21e9b5e4b689ea8cbc6f4d7913df43e2a78c4435e0ce092f2ce00e46079ce2268e17ec8527b283ac69eff3d96ff0165a5b42b6579bfe0a720115ff2938260d3 -Size (nss-3.30.tar.gz) = 9500552 bytes +SHA1 (nss-3.30.1.tar.gz) = 3e1207b1293605435106148aa8e7205b37aeae74 +RMD160 (nss-3.30.1.tar.gz) = bc00a0c7b28a6d7ea77048a8c0f7d1926c8ce115 +SHA512 (nss-3.30.1.tar.gz) = 591c518bc7e8105675678863e1995725982527e138b45e12ad0efd927f5d3eaa2aaa704d335ff46d572c2f7ad8a8f9a38e671c1d5a9f46fe495077ba0522bc51 +Size (nss-3.30.1.tar.gz) = 9501791 bytes SHA1 (patch-am) = bab47640c0d25629f43578e7b788859418b27ecd SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f --_----------=_149205366546430--