Received: by mail.netbsd.org (Postfix, from userid 605) id A184B84D8C; Tue, 26 Sep 2017 10:57:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3430384D4F for ; Tue, 26 Sep 2017 10:57:23 +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 ofuz_MzcNdYP for ; Tue, 26 Sep 2017 10:57:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BA0EE84CE0 for ; Tue, 26 Sep 2017 10:57:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B50EEFA9C; Tue, 26 Sep 2017 10:57:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150642344266750" MIME-Version: 1.0 Date: Tue, 26 Sep 2017 10:57:22 +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: <20170926105722.B50EEFA9C@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. --_----------=_150642344266750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Sep 26 10:57:22 UTC 2017 Modified Files: pkgsrc/devel/nspr: Makefile distinfo Log Message: Uodate to 4.17 Changelog: NSPR 4.17 contains: * changes to the Windows implementation of the networking code required by Firefox 57 * a FreeBSD build fix To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 pkgsrc/devel/nspr/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/nspr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150642344266750 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.91 pkgsrc/devel/nspr/Makefile:1.92 --- pkgsrc/devel/nspr/Makefile:1.91 Tue Aug 1 12:10:48 2017 +++ pkgsrc/devel/nspr/Makefile Tue Sep 26 10:57:22 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2017/08/01 12:10:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.92 2017/09/26 10:57:22 ryoon Exp $ DISTNAME= nspr-${NSPR_RELEASE:S/.0$//} -NSPR_RELEASE= 4.16.0 +NSPR_RELEASE= 4.17.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.45 pkgsrc/devel/nspr/distinfo:1.46 --- pkgsrc/devel/nspr/distinfo:1.45 Tue Aug 1 12:10:48 2017 +++ pkgsrc/devel/nspr/distinfo Tue Sep 26 10:57:22 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.45 2017/08/01 12:10:48 ryoon Exp $ +$NetBSD: distinfo,v 1.46 2017/09/26 10:57:22 ryoon Exp $ -SHA1 (nspr-4.16.tar.gz) = b295ee2550b43edc0598c20663ceef9fa3fafe51 -RMD160 (nspr-4.16.tar.gz) = bf58a7ba95ae73356f7d0b28d0ad144e9297af4d -SHA512 (nspr-4.16.tar.gz) = 38cb8b26c2ee44063357a9484f1f6b24bab00a0d28a8f1644f64356205e7a407a1858d7a4d5cd2d6b62a39d3c0aea0cf2bddaa95fe61df272a633fe5fdee41b6 -Size (nspr-4.16.tar.gz) = 1140681 bytes +SHA1 (nspr-4.17.tar.gz) = 5262abb243191d5fa3dcd72857d7d7f8ec47ad01 +RMD160 (nspr-4.17.tar.gz) = 9ab5741d361d8c381a08deb93c945e2bc4e5881c +SHA512 (nspr-4.17.tar.gz) = 3589f533b88d7dbbdee078c2a836bf7f7cb48466cb8861b6a42b05f12a5c6ce49426aa8fb3b153d548acd1c9ccf0376feea5649b48e3d72f3da1af5df3bed882 +Size (nspr-4.17.tar.gz) = 1141300 bytes SHA1 (patch-ab) = d93c055bbb12bd9edf5f21138a93898d6b3b3c73 SHA1 (patch-ac) = 9eecea602eb37dedb1675b9ae05061d81b924446 SHA1 (patch-ae) = c6cf30927792140d867bb4dc3adf19786f6cdbe0 --_----------=_150642344266750--