2017-07-03 14:18:17 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update to 4.15
Changelog:
NSPR 4.15 contains the following changes:
- added TCP Fast Open functionality
- various correctness fixes
|
2017-04-01 01:38:37 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Update to 4.14
Changelog:
NSPR 4.14 contains the following changes:
- a socket without PR_NSPR_IO_LAYER will no longer trigger
an assertion when polling
- the PRNetAddr structure has been extended on Windows
- allow sending a zero size UDP message on Windows
|
2016-10-26 16:13:53 by Ryo ONODERA | Files touched by this commit (2) |
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.
|
2016-09-30 13:54:27 by Ryo ONODERA | Files touched by this commit (2) |
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
|
2016-08-28 09:00:50 by Richard PALO | Files touched by this commit (2) |
Log message:
add runpath to Linux caught during check-shlibs-elf
fixes build on aarch64-linux-gnu
|
2016-07-09 08:39:18 by Thomas Klausner | Files touched by this commit (1068) |
Log message:
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
|
2016-03-10 19:15:51 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Bump PKGREVISION for previous change.
|
2016-03-10 17:23:54 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Fix rpath, we don't support $ORIGIN. Fixes issues previously masked by a
bug in check-shlibs.
|
2016-02-25 13:12:50 by Jonathan Perkin | Files touched by this commit (39) |
Log message:
Use OPSYSVARS.
|
2016-02-23 13:42:16 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Deliberately pass an invalid Mac SDK path so that the broken target logic
is not used.
|