SF.net SVN: gar:[25473] csw/mgar/pkg/nspr/trunk
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Fri Dec 18 12:38:58 CET 2015
Revision: 25473
http://sourceforge.net/p/gar/code/25473
Author: cgrzemba
Date: 2015-12-18 11:38:57 +0000 (Fri, 18 Dec 2015)
Log Message:
-----------
nspr/trunk: update version
Modified Paths:
--------------
csw/mgar/pkg/nspr/trunk/Makefile
csw/mgar/pkg/nspr/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/nspr/trunk/files/0001-export-PR_DuplicateEnvironment.patch
Modified: csw/mgar/pkg/nspr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nspr/trunk/Makefile 2015-12-17 22:23:04 UTC (rev 25472)
+++ csw/mgar/pkg/nspr/trunk/Makefile 2015-12-18 11:38:57 UTC (rev 25473)
@@ -8,7 +8,7 @@
NAME = nspr
MAJOR_VERSION = 4
-MIN_VERSION = 10.8
+MIN_VERSION = 11
VERSION = $(MAJOR_VERSION).$(MIN_VERSION)
GARTYPE = v2
@@ -18,10 +18,12 @@
many of Red Hat's, Sun's, and other software offerings.
endef
-MASTER_SITES = http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v$(VERSION)/src/
+MASTER_SITES = http://ftp.mozilla.org/pub/nspr/releases/v$(VERSION)/src/
DISTFILES = $(NAME)-$(VERSION).tar.gz
DISTFILES += LICENSE
# PATCHFILES = nspr-4.6.1-config.patch
+# see:https://bugzilla.mozilla.org/attachment.cgi?id=8686790&action=diff
+PATCHFILES += 0001-export-PR_DuplicateEnvironment.patch
PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
Modified: csw/mgar/pkg/nspr/trunk/checksums
===================================================================
--- csw/mgar/pkg/nspr/trunk/checksums 2015-12-17 22:23:04 UTC (rev 25472)
+++ csw/mgar/pkg/nspr/trunk/checksums 2015-12-18 11:38:57 UTC (rev 25473)
@@ -1 +1 @@
-8d7c5bd0a5b0a7d0e705be66479030a0 nspr-4.10.8.tar.gz
+4f24b2fb88ca03b5d6d6931d6a67ef9a nspr-4.11.tar.gz
Added: csw/mgar/pkg/nspr/trunk/files/0001-export-PR_DuplicateEnvironment.patch
===================================================================
--- csw/mgar/pkg/nspr/trunk/files/0001-export-PR_DuplicateEnvironment.patch (rev 0)
+++ csw/mgar/pkg/nspr/trunk/files/0001-export-PR_DuplicateEnvironment.patch 2015-12-18 11:38:57 UTC (rev 25473)
@@ -0,0 +1,10 @@
+--- a/nspr/pr/src/nspr.def
++++ b/nspr/pr/src/nspr.def
+@@ -455,3 +455,7 @@ EXPORTS ;-
+ ;+ global:
+ PR_SyncMemMap;
+ ;+} NSPR_4.9.2;
++;+NSPR_4.11 {
++;+ global:
++ PR_DuplicateEnvironment;
++;+} NSPR_4.10.3;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list