2019-03-11 15:16:00 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Update to 4.21
Changelog:
NSPR 4.21 contains the following changes:
- Use MAP_SHARED for read-only file mappings on MacOS and Android.
- Changed prbit.h to use builtin function on aarch64.
- Test program build fixes.
- Minor fixes to support unified builds.
- Update library copyright notices.
- Removed Gonk/B2G references.
|
2018-08-30 14:21:44 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update to 4.20
Changelog:
NSPR 4.20 contains the following changes:
- Added support for the RISC-V 64-bit target.
- Added support for aarch64 Windows.
- Added support for abstract socket addresses on Linux and Android.
- Fixed a FreeBSD build issue.
- ASAN poisoning functions on Windows no longer use the dllimport
attribute.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-05-12 11:01:08 by Jared D. McNeill | Files touched by this commit (3) |
Log message:
Fix build on NetBSD aarch64
|
2018-03-17 02:06:18 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Update to 4.29
Changelog:
NSPR 4.19 contains the following changes:
- changed order of shutdown cleanup to avoid a crash on Mac OSX
- build compatibility with Android NDK r16 and glibc 2.26
|
2018-01-24 17:21:43 by Ryo ONODERA | Files touched by this commit (6) |
Log message:
Update to 4.18
Changelog:
NSPR 4.18 contains the following changes:
- removed HP-UX DCE threads support
- improvements for the Windows implementation of PR_SetCurrentThreadName
- fixes for the Windows implementation of TCP Fast Open
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2017-10-04 14:52:43 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
nspr: Remove -zignore ld argument on SunOS.
It interferes with SSP support causing the dependency on libssp to be
dropped. Bump PKGREVISION.
|
2017-09-26 12:57:22 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Uodate to 4.17
Changelog:
NSPR 4.17 contains:
* changes to the Windows implementation of the networking code
required by Firefox 57
* a FreeBSD build fix
|
2017-08-01 14:10:48 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update to 4.16
Changelog:
NSPR 4.16 contains various correctness fixes.
|