Received: by mail.netbsd.org (Postfix, from userid 605) id 6A53984E80; Mon, 11 Mar 2019 14:16:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5F9B84E78 for ; Mon, 11 Mar 2019 14:16:00 +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 xhgZkY8hu-aK for ; Mon, 11 Mar 2019 14:16:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6DAA384D79 for ; Mon, 11 Mar 2019 14:16:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68807FB16; Mon, 11 Mar 2019 14:16:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1552313760272680" MIME-Version: 1.0 Date: Mon, 11 Mar 2019 14:16:00 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel/nspr To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20190311141600.68807FB16@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. --_----------=_1552313760272680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon Mar 11 14:16:00 UTC 2019 Modified Files: pkgsrc/devel/nspr: Makefile distinfo Log Message: Update to 4.21 Changelog: NSPR 4.21 contains the following changes: - Use MAP_SHARED for read-only file mappings on MacOS and Android. - Changed prbit.h to use builtin function on aarch64. - Test program build fixes. - Minor fixes to support unified builds. - Update library copyright notices. - Removed Gonk/B2G references. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/nspr/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/nspr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1552313760272680 Content-Disposition: inline Content-Length: 1783 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/nspr/Makefile diff -u pkgsrc/devel/nspr/Makefile:1.97 pkgsrc/devel/nspr/Makefile:1.98 --- pkgsrc/devel/nspr/Makefile:1.97 Thu Aug 30 12:21:44 2018 +++ pkgsrc/devel/nspr/Makefile Mon Mar 11 14:16:00 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.97 2018/08/30 12:21:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.98 2019/03/11 14:16:00 ryoon Exp $ DISTNAME= nspr-${NSPR_RELEASE:S/.0$//} -NSPR_RELEASE= 4.20.0 +NSPR_RELEASE= 4.21.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=nspr/releases/v${NSPR_RELEASE:S/.0$//}/src/} Index: pkgsrc/devel/nspr/distinfo diff -u pkgsrc/devel/nspr/distinfo:1.51 pkgsrc/devel/nspr/distinfo:1.52 --- pkgsrc/devel/nspr/distinfo:1.51 Thu Aug 30 12:21:44 2018 +++ pkgsrc/devel/nspr/distinfo Mon Mar 11 14:16:00 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.51 2018/08/30 12:21:44 ryoon Exp $ +$NetBSD: distinfo,v 1.52 2019/03/11 14:16:00 ryoon Exp $ -SHA1 (nspr-4.20.tar.gz) = ef1e2ca3205fd1658a69ada2e0436266ca3065b5 -RMD160 (nspr-4.20.tar.gz) = 50bef643b8acb0899f8c6b331205a887d484b17f -SHA512 (nspr-4.20.tar.gz) = 22fdf7627f450b0594ebccaee170098e1a8cd0f429fd44816f1322756002ced3d69cf686c3f69f7cb30b8132d3605a9fce5457ab99d0002e6af11a3408a5c949 -Size (nspr-4.20.tar.gz) = 1140892 bytes +SHA1 (nspr-4.21.tar.gz) = 0ae8c710a52775e209b96aa6220362837b79b6c3 +RMD160 (nspr-4.21.tar.gz) = d854dea260b8f5a11327017eecab767727a62817 +SHA512 (nspr-4.21.tar.gz) = 4f152c6ca32d9dd4cf3d92b4b54f249ac1fa39047811f7c0c7a67bdc73173cf7de0dce36dc278ad781189ea2fdc71fa70e044597676a8b1f5e6d664907e5ab7c +Size (nspr-4.21.tar.gz) = 1140741 bytes SHA1 (patch-ab) = a24f80c2bab73c12b02d0aad7649da0ce4ca8d4f SHA1 (patch-ac) = a3d2cef788393b84e833d9e33bdf40b10d8efbd0 SHA1 (patch-ae) = c6cf30927792140d867bb4dc3adf19786f6cdbe0 --_----------=_1552313760272680--