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 2CE3F7A227 for ; Fri, 30 Sep 2016 11:54:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D2A9A85EA2; Fri, 30 Sep 2016 11:54:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6274384CEE for ; Fri, 30 Sep 2016 11:54:28 +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 OUjG1tYiOjIr for ; Fri, 30 Sep 2016 11:54:27 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E2E6384CED for ; Fri, 30 Sep 2016 11:54:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E0F05FBD2; Fri, 30 Sep 2016 11:54:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147523646711710" MIME-Version: 1.0 Date: Fri, 30 Sep 2016 11:54:27 +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: <20160930115427.E0F05FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147523646711710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: ryoon Date: Fri Sep 30 11:54:27 UTC 2016 Modified Files: pkgsrc/devel/nspr: Makefile distinfo Log Message: Update to 4.13 Changelog: NSPR 4.13 has the following bug fixes: * PL_strcmp (and others) were fixed to return consistent results   when one of the arguments is NULL. * PollEvent was fixed to not block on clear. * Pipes are always nonblocking. * PR_GetNameForIdentity: added thread safety lock and bound checks. * Removed the PLArena freelist. * Avoid some integer overflows. * fixed several comments. For the full list see: https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&query_format=advanced&product=NSPR&target_milestone=4.13 To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 pkgsrc/devel/nspr/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/nspr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147523646711710 Content-Disposition: inline Content-Length: 1799 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.86 pkgsrc/devel/nspr/Makefile:1.87 --- pkgsrc/devel/nspr/Makefile:1.86 Sat Jul 9 06:38:11 2016 +++ pkgsrc/devel/nspr/Makefile Fri Sep 30 11:54:27 2016 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.86 2016/07/09 06:38:11 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2016/09/30 11:54:27 ryoon Exp $ DISTNAME= nspr-${NSPR_RELEASE:S/.0$//} -NSPR_RELEASE= 4.12.0 -PKGREVISION= 2 +NSPR_RELEASE= 4.13.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.40 pkgsrc/devel/nspr/distinfo:1.41 --- pkgsrc/devel/nspr/distinfo:1.40 Sun Aug 28 07:00:50 2016 +++ pkgsrc/devel/nspr/distinfo Fri Sep 30 11:54:27 2016 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.40 2016/08/28 07:00:50 richard Exp $ +$NetBSD: distinfo,v 1.41 2016/09/30 11:54:27 ryoon Exp $ -SHA1 (nspr-4.12.tar.gz) = 14fb67a0e686a5c662f92e7f59dfd10053f327dd -RMD160 (nspr-4.12.tar.gz) = 15e97641f2babe0b0e84ef588001ae0c2d9a3465 -SHA512 (nspr-4.12.tar.gz) = 138072be98dea6e97ea38f3e562c8ee383626c2136ec1adb854a81315468cd484c4b994c3ccaf6a39327b3fe121f77d698bf85c2764ec4b6231828b8a9ec5460 -Size (nspr-4.12.tar.gz) = 1135458 bytes +SHA1 (nspr-4.13.tar.gz) = c9274bb5cc33a388a7e8cd9b378873c59190f74b +RMD160 (nspr-4.13.tar.gz) = 9769164662cb9349bf1c33e39e644767d1c767ae +SHA512 (nspr-4.13.tar.gz) = 6af8671aa32d2dd08e900f235950c200e27c7052be2456651cbd8d508f376f60bdbdaa2ac984397027706618e0c794749c9dbf09c1972d9ba5280dadec37a562 +Size (nspr-4.13.tar.gz) = 1136571 bytes SHA1 (patch-ab) = d93c055bbb12bd9edf5f21138a93898d6b3b3c73 SHA1 (patch-ac) = 543f0e899f7c1d7e8b7c63db76a6492e68b1a585 SHA1 (patch-ae) = c6cf30927792140d867bb4dc3adf19786f6cdbe0 --_----------=_147523646711710--