pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/nspr



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.

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



Home | Main Index | Thread Index | Old Index