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:           Wed Oct 26 14:13:53 UTC 2016

Modified Files:
        pkgsrc/devel/nspr: Makefile distinfo

Log Message:
Update to 4.13.1

Changelog:
The NSPR 4.13.1 release is now available.  The hg tag is
NSPR_4_13_1_RTM.  The source tar file can be downloaded from
https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.13.1/src/

NSPR 4.13.1 contains a single bug fix.

The previously released version 4.13 had changed pipes to be
nonblocking by default, and as a consequence, PollEvent was changed
to not block on clear.

The NSPR development team received reports that these changes
caused regressions in some applications that use NSPR, and it
has been decided to revert the changes made in NSPR 4.13.

NSPR 4.13.1 restores the traditional behavior of pipes and PollEvent.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/devel/nspr/Makefile
cvs rdiff -u -r1.41 -r1.42 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.87 pkgsrc/devel/nspr/Makefile:1.88
--- pkgsrc/devel/nspr/Makefile:1.87     Fri Sep 30 11:54:27 2016
+++ pkgsrc/devel/nspr/Makefile  Wed Oct 26 14:13:53 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2016/09/30 11:54:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.88 2016/10/26 14:13:53 ryoon Exp $
 
 DISTNAME=      nspr-${NSPR_RELEASE:S/.0$//}
-NSPR_RELEASE=  4.13.0
+NSPR_RELEASE=  4.13.1
 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.41 pkgsrc/devel/nspr/distinfo:1.42
--- pkgsrc/devel/nspr/distinfo:1.41     Fri Sep 30 11:54:27 2016
+++ pkgsrc/devel/nspr/distinfo  Wed Oct 26 14:13:53 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.41 2016/09/30 11:54:27 ryoon Exp $
+$NetBSD: distinfo,v 1.42 2016/10/26 14:13:53 ryoon Exp $
 
-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 (nspr-4.13.1.tar.gz) = ec6660257d41267a0e6ee25812e9012cb9ddd274
+RMD160 (nspr-4.13.1.tar.gz) = c458944509a3644544059e7c1f68c7aebe5014c9
+SHA512 (nspr-4.13.1.tar.gz) = 4755dce1a0fddbf4991f46328bdd15b6b07162792370953e16481be56952d4c02d11a83001b3600c80a919b1c45e99d6150ef2c24d407c86f430f9376fe6a694
+Size (nspr-4.13.1.tar.gz) = 1136646 bytes
 SHA1 (patch-ab) = d93c055bbb12bd9edf5f21138a93898d6b3b3c73
 SHA1 (patch-ac) = 543f0e899f7c1d7e8b7c63db76a6492e68b1a585
 SHA1 (patch-ae) = c6cf30927792140d867bb4dc3adf19786f6cdbe0



Home | Main Index | Thread Index | Old Index