summaryrefslogtreecommitdiff
path: root/devel/nspr/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-02-02 23:41:31 +0000
committerryoon <ryoon@pkgsrc.org>2014-02-02 23:41:31 +0000
commit028b11d290dcf2ebc3d06fcea06565565c2906a6 (patch)
tree2995e0c8244e51ed0568ffb3d2ca37dbadc2167a /devel/nspr/Makefile
parent5744a142021ddf64ef98dedfdeb9fba563c8a967 (diff)
downloadpkgsrc-028b11d290dcf2ebc3d06fcea06565565c2906a6.tar.gz
Update to 4.10.3
Changelog: NSPR 4.10.3 has the following bug fixes: * Bug 749849: ensure we'll free the thread-specific data key. Contributed by Kai Engert. * Bug 941461: don't compile android with unaligned memory access. Contributed by Brad Lassey. * Bug 932398: Add PR_SyncMemMap, a portable version of msync/FlushViewOfFile. Contributed by Luke Wagner. * Bug 952621: Fix a thread-unsafe access to lock->owner in PR_Lock. * Bug 957458: Fix several bugs in the lock rank checking code. * Bug 936320: Use an alternative test for IPv6 support on Linux to avoid opening a socket.
Diffstat (limited to 'devel/nspr/Makefile')
-rw-r--r--devel/nspr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile
index aaa70a14c8a..b98ca5e4b8e 100644
--- a/devel/nspr/Makefile
+++ b/devel/nspr/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.66 2013/11/21 15:22:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.67 2014/02/02 23:41:31 ryoon Exp $
#
DISTNAME= nspr-${NSPR_RELEASE}
-NSPR_RELEASE= 4.10.2
+NSPR_RELEASE= 4.10.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=nspr/releases/v${NSPR_RELEASE}/src/}