summaryrefslogtreecommitdiff
path: root/devel/nspr
AgeCommit message (Collapse)AuthorFilesLines
2014-02-02Update to 4.10.3ryoon2-6/+6
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.
2013-11-21Update to 4.10.2ryoon2-6/+6
Changelog: NSPR 4.10.2 has the following bug fixes: * Bug 770534: Possible pointer overflow in PL_ArenaAllocate(). Fixed by Pascal Cuoq and Kamil Dudka. * Bug 888546: ptio.c:PR_ImportUDPSocket doesn't work. Fixed by Miloslav Trmac * Bug 915522: VS2013 support for NSPR. Fixed by Makoto Kato. * Bug 927687: (CVE-2013-5607) Avoid unsigned integer wrapping in PL_ArenaAllocate.
2013-11-02Fix build on OpenBSD 5.4ryoon3-10/+23
2013-10-12Update to 4.10.1ryoon2-8/+7
Changelog: NSPR 4.10.1 has the following bug fixes: * Bug 888273: RWIN Scaling (RFC1323) limited to 2 on Windows 7 and 8. Fixed by Patrick McManus. * Bug 907512: Unix platforms shouldn't mask errors specific to Unix domain sockets. Fixed by Jim Blandy.
2013-07-31Fix PR pkg/48085ryoon1-2/+3
* Version string in nspr is now 4.10.0.
2013-07-20Update to 4.10, based on pkgsrc/wip/nspr by mef@.ryoon14-51/+49
* Set LICENSE. Changelog: http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-10-Release-td280660.html -------------- NSPR 4.10 has the following bug fixes: * Bug 331169: Obviate PR_Sleep before PR_GetConnectStatus on Windows. Fixed by Brian Smith. * Bug 687033: Support Windows/arm. Fixed by Makoto Kato (partially checked in). * Bug 687033: Remove WINCE and Win9x support partially. * Bug 844513: Add AddressSanitizer (ASan) memory check annotations to PLArena. Fixed by Mats Palmgren. * Bug 849089: Simple changes to make NSPR's configure.in work with the current version of autoconf. * Bug 856196: Fix compiler warnings and clean up code in NSPR 4.10. * Bug 859066: Fix warning in nsprpub/pr/src/misc/prnetdb.c. * Bug 859830: Deprecate ANDROID_VERSION in favor of android/api-level.h. Fixed by Vicamo Yang. * Bug 861434: Make PR_SetThreadPriority() change priorities relatively to the main process instead of using absolute values on Linux. Fixed by Gabriele Svelto. * Bug 871064L: _PR_InitThreads() should not call PR_SetThreadPriority.
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-13Update to 4.9.6ryoon2-6/+6
Changelog: NSPR 4.9.6 has the following bug fixes: * Bug 782214: Auto detect Android API version for x86. Fixed by Makoto Kato. * Bug 807883: Add the PL_SizeOfArenaPoolExcludingPool function. Fixed by Nicholas Nethercote. * Bug 812085: Initialize Windows CRITICAL_SECTIONs without debug info and with nonzero spin count. Fixed by Chris Peterson. * Bug 827271: Add support for Aarch64 (64-Bit ARM). Fixed by Al Stone and Riku Voipio. * Bug 841651: PR_SetThreadPriority doesn't do anything when using Bionic. Fixed by Gabriele Svelto.
2013-02-20Update to 4.9.5ryoon2-6/+6
No changelog is provided.
2013-02-01Reset MAINTAINER/OWNER (became observers)wiz1-2/+2
2012-12-15Fix bad PLIST substitution.ryoon1-2/+2
Fix build on non-NetBSD platform.
2012-11-27Update to 4.9.4ryoon3-18/+11
No ChangeLog is provided.
2012-11-21Update to 4.9.3.3 (4.9.3 really)ryoon2-8/+7
No ChangeLog is provided.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-01Fix broken librares on OS X/Darwin.ryoon1-1/+9
Build is o.k., but broken. otool -L shows @executable_path string.
2012-08-28Bump PKGREVISIONryoon12-56/+92
* Utilize pthread_set_name_np or pthread_setname_np on DragonFly or NetBSD. Fix build of devel/xulrunner. * Regen patches
2012-08-12Update to 4.9.3.2 (really 4.9.2)ryoon3-9/+9
* API have changed Changelog: The only change in NSPR 4.9.2 is the new functions to set and get thread names: Bug 758837 - Add functions to set and get thread names
2012-06-07Update to 4.9.3.1 (4.9.1 really)ryoon4-17/+17
No ChangeLog is provided.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-18Add distinfo and patches.ryoon13-0/+544
2012-04-18Bump PKGREVISION.ryoon1-11/+7
* Change distfile to separated source. Tested on NetBSD/i386 6.99.4 and DragonFly/i386 3.0.1.
2012-03-15Update to 4.9.3ryoon2-5/+5
* Extract from xulrunner-11.0 * Add some header files in buildlink.
2012-03-11Revert unintended change.ryoon1-2/+2
2012-03-06Recursive PKGREVISION bump for xulrunner, nss, and nspr.ryoon2-2/+4
2012-03-06Bump BUILDLINK_API_DEPENDS and BUILDLINK_ABI_DEPENDS.ryoon1-2/+2
2012-03-06Update xulrunner 10.0.2 and corresponding nspr and nss.ryoon1-9/+10
* Improve sparc64 support. * Use external libraries (for example cairo, libvpx etc.) Thank you, martin@ Changelog: * Fix security bugs * Other improvements and bugfixes
2012-02-13BUILDLINK_LDFLAGS must die. It causes nothing but damage, in particulardrochner1-3/+1
makes random programs link against unwanted libraries.
2012-01-17Convert packages with add --libdir=* to CONFIGURE_ARGS to usesbd1-2/+2
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-07devel/nspr, devel/xulrunner: PR#45638 (DragonFly support)marino1-1/+2
DragonFly has diverged from FreeBSD to the point where NSPR will not build LibreOffice on DragonFly due to being configured as DragonFly. These patches split out DragonFly as its own platform, and should not affect other platforms.
2011-11-21Don't hard code -pthread in nspr.pc. Similar to devel/nss/Makefile.seanb1-2/+2
2011-11-12Adjust version check for firefox-8.0.tnn1-2/+2
2011-10-03Avoid version going backwards due to reset of MOZ_BRANCH_MINOR.tnn1-2/+2
2011-10-03Add CHECK_PORTABILITY_SKIP. This configure script is not run for nspr,tnn1-1/+2
and is regenerated with autoconf in the normal firefox build.
2011-08-18Version bump due to firefox update.tnn1-2/+2
2011-07-11bump version to 4.8.8 for mozilla 5.0 branch updatetnn1-3/+3
2011-04-26bump version for mozilla 2.0 branch updatetnn2-4/+5
2010-12-23Added BUILDLINK_INCDIRS and BUILDLINK_LDFLAGS support to bl3, to help withfhajny1-1/+5
building lang/spidermonkey.
2010-09-12Bump minimum dependency (PR pkg/43867)tnn1-2/+2
2010-09-09Update to nspr-4.8.6 (via firefox-3.6.9). Changes unknown.tnn2-6/+4
2010-03-16avoid local version suffix going backwardstnn1-2/+3
2010-03-16fix build breakagetnn1-2/+3
2010-02-17Catch up with xulrunner, nspr is now at version 4.8.3.tnn1-2/+2
2010-01-20Put back BUILDLINK_LIBDIR & BUILDLINK_RPATHDIR for now; although I don'ttnn1-1/+4
like it. Needed to build mail/evolution-exchange due to bl3's .la mangling.
2010-01-16simplify substitutiontnn1-2/+2
2010-01-16Remove some buildlink magic which causes trouble for firefox.tnn1-4/+1
Dependants should use pkg-config to find the proper compiler flags.
2009-11-10g/ctnn1-19/+0
2009-11-10Use NSPR_RELEASE in the generated pkg-config filetnn1-2/+2
2009-11-10- update to nspr-4.8.2.5tnn18-688/+59
- take maintainership - let this package automatically track the stable gecko branch - clean out some legacy patches This is the first part of PR pkg/42277.
2009-08-27patch-aj: "nspr-config --libs" returned the wrong directory. Fix this.tnn3-3/+17
Found by Evaldo Gardenali. Bump PKGREVISION.