Changelog for
mozilla-nspr-4.10.7-1.1.x86_64.rpm :
Mon Sep 1 14:00:00 2014 pcernyAATTsuse.com
- update to version 4.10.7
* bmo#836658: VC11+ defaults to SSE2 builds by default.
* bmo#979278: TSan: data race nsprpub/pr/src/threads/prtpd.c:103
PR_NewThreadPrivateIndex.
* bmo#1026129: Replace some manual declarations of MSVC intrinsics with
[#]include
.
* bmo#1026469: Use AC_CHECK_LIB instead of MOZ_CHECK_PTHREADS. Skip
compiler checks when using MSVC, even when $CC is
not literally \"cl\".
* bmo#1034415: NSPR hardcodes the C compiler to cl on Windows.
* bmo#1042408: Compilation fix for Android > API level 19.
* bmo#1043082: NSPR\'s build system hardcodes -MD.
Tue Jun 10 14:00:00 2014 pcernyAATTsuse.com
- update to version 4.10.6 (bnc#881874)
* requirement for Firefox 30
* PR_GetPhysicalMemorySize should release the mach_host_self()
Mach port when done with it (bmo#1009270)
* \"Network address type not supported\" error on the Hurd
(bmo#1011861)
* Clang Static Analysis: useless declaration in NSPR
(bmo#1003946)
* OOB write with sprintf and console functions (bmo#1018783)
(CVE-2014-1545)
Fri May 16 14:00:00 2014 pcernyAATTsuse.com
- update to version 4.10.5
* autoconf updates
* PPC64LE support (obsoletes -ppc64le.patch)
Sun Mar 16 13:00:00 2014 pcernyAATTsuse.com
- update to version 4.10.4
* bmo#767759: Add support for new x32 abi
* bmo#844784: Thread data race in PR_EnterMonitor
* bmo#939786: data race nsprpub/pr/src/pthreads/ptthread.c:137 _pt_root
* bmo#958796: Users of _beginthreadex that set a custom stack size
may not be getting the behavior they want
* bmo#963033: AArch64 support update for NSPR
* bmo#969061: Incorrect end-of-list test when iterating over a
PRCList in prcountr.c and prtrace.c
* bmo#971152: IPv6 detection on linux depends on availability of
/proc/net/if_inet6
Mon Mar 3 13:00:00 2014 drahtAATTsuse.de
- remove config-guess-sub-update.diff to fix build. Patch has been
introduced upstream.
Fri Feb 28 13:00:00 2014 pcernyAATTsuse.com
- update of the PowerPC 64 LE support patch
Thu Feb 6 13:00:00 2014 wrAATTrosenauer.org
- update to version 4.10.3
* bmo#749849: ensure we\'ll free the thread-specific data key.
* bmo#941461: don\'t compile android with unaligned memory access.
* bmo#932398: Add PR_SyncMemMap, a portable version of
msync/FlushViewOfFile.
* bmo#952621: Fix a thread-unsafe access to lock->owner in PR_Lock.
* bmo#957458: Fix several bugs in the lock rank checking code.
* bmo#936320: Use an alternative test for IPv6 support on Linux to
avoid opening a socket.
Thu Dec 12 13:00:00 2013 uweigandAATTde.ibm.com
- Add ppc64le-support.patch:
* add support for powerpc64le-linux
Mon Nov 11 13:00:00 2013 wrAATTrosenauer.org
- update to version 4.10.2
relevant changes
* bmo#770534: possible pointer overflow in PL_ArenaAllocate()
* bmo#888546: ptio.c:PR_ImportUDPSocket doesn\'t work
Sun Sep 22 14:00:00 2013 wrAATTrosenauer.org
- update to version 4.10.1
* bmo#888273: RWIN Scaling (RFC1323) limited to 2 on Windows 7 and 8
(Windows only)
* bmo#907512: Unix platforms shouldn\'t mask errors specific to
Unix domain sockets
Sun Jun 9 14:00:00 2013 wrAATTrosenauer.org
- update to version 4.10
* bmo#844513: Add AddressSanitizer (ASan) memory check annotations to
PLArena.
* bmo#849089: Simple changes to make NSPR\'s configure.in work with
the current version of autoconf.
* bmo#856196: Fix compiler warnings and clean up code in NSPR 4.10.
* bmo#859066: Fix warning in nsprpub/pr/src/misc/prnetdb.c.
* bmo#859830: Deprecate ANDROID_VERSION in favor of android/api-level.h.
* bmo#861434: Make PR_SetThreadPriority() change priorities
relatively to the main process instead of using absolute values on
Linux.
* bmo#871064L: _PR_InitThreads() should not call PR_SetThreadPriority.
Sat Mar 16 13:00:00 2013 wrAATTrosenauer.org
- update to version 4.9.6
* aarch64 support
(removed obsolete aarch64-support.patch)
* added PL_SizeOfArenaPoolExcludingPool function (bmo#807883)
* Auto detect android api version for x86 (bmo#782214)
* Initialize Windows CRITICAL_SECTIONs without debug info and
with nonzero spin count (bmo#812085)
Thu Feb 28 13:00:00 2013 wrAATTrosenauer.org
- update to version 4.9.5
* bmo#634793: define NSPR\'s exact-width integer types PRInt{N} and
PRUint{N} types to match the exact-width integer types
int{N}_t and uint{N}_t.
* bmo#782815: passing \'int
*\' to parameter of type \'unsigned int
*\'
in setsockopt().
* bmo#822932: Port bmo#802527 (NDK r8b support for x86) to NSPR.
* bmo#824742: NSPR shouldn\'t require librt on Android.
* bmo#831793: data race on lib->refCount in PR_UnloadLibrary.
Thu Feb 28 13:00:00 2013 dmuellerAATTsuse.com
- Add config-guess-sub-update.diff:
* update config.guess/sub for aarch64 support
- Add aarch64-support.patch:
* add support for aarch64
Fri Nov 30 13:00:00 2012 wrAATTrosenauer.org
- update to version 4.9.4
* bmo#757593: PR_IntervalNow not monotonic for Android, Linux,
Mac OS X.
* bmo#804806: Remove support for obsolete platforms (ncr, nec,
sony, nextstep, sinix/reliantunix, and sunos4).
* bmo#804833: Allow PR_FormatTime and PR_FormatTimeUSEnglish with
NO_NSPR_10_SUPPORT. Fixed by Isaac Aggrey.
Thu Oct 25 14:00:00 2012 wrAATTrosenauer.org
- update to version 4.9.3
* bmo#749849: NSPR pthread_key_t leak and memory corruption.
* bmo#794316: PR_PushIOLayer doesn\'t push layer on the top correctly
* bmo#795213: clang\'s -Wtautological-constant-out-of-range-compare
warns on prnetdb.c
Tue Jul 24 14:00:00 2012 wrAATTrosenauer.org
- update to version 4.9.2
* new PR_SetThreadName and PR_GetThreadName functions for setting
and getting the name of the
*current thread
*
Fri Jun 1 14:00:00 2012 wrAATTrosenauer.org
- update to version 4.9.1
* Android fixes
* pkgconfig file included (removed our patch)
* added Hurd support
* honor EHOSTDOWN
* a few smaller fixes
- license change from tri-license to MPL-2.0
Thu Feb 16 13:00:00 2012 wrAATTrosenauer.org
- update to version 4.9
- added testsuite in %check
Wed Sep 21 14:00:00 2011 wrAATTrosenauer.org
- some spec file cleanup
- override the build time detection and use the last change time
instead to incorporate into the build
Fri Aug 12 14:00:00 2011 wrAATTrosenauer.org
- update to 4.8.9 RTM
* no release notes available from upstream
Thu May 19 14:00:00 2011 wrAATTrosenauer.org
- update to 4.8.8 RTM
* minor cleanup changes
* minor changes not affecting the Linux platform
Thu Apr 28 14:00:00 2011 wrAATTrosenauer.org
- update to 4.8.8beta3
* support IPv6 on Android (bmo#626866)
* use AI_ADDRCONFIG for loopback hostnames (bmo#614526)
* support SDP sockets (bmo#518078)
* support m32r architecture (bmo#635667)
* use atomic functions on ARM (bmo#626309)
* some other fixes not affecting the Linux platform
Sun Jan 9 13:00:00 2011 wrAATTrosenauer.org
- update to 4.8.7 RTM
* no code changes to beta2
* only updated internal version information
Thu Dec 9 13:00:00 2010 wrAATTrosenauer.org
- update to 4.8.7beta2
* minimal requirement for NSS 3.12.9
* bugfixes
Fri Jul 23 14:00:00 2010 wrAATTrosenauer.org
- update to 4.8.6
* moved PR_STATIC_ASSERT from prlog.h to prtypes.h
* use new NSPR atomic macros
* bugfixes
- removed fixes for temporary package split
Sat Apr 24 14:00:00 2010 cooloAATTnovell.com
- buildrequire pkg-config to fix provides
Fri Mar 5 13:00:00 2010 wrAATTrosenauer.org
- update to 4.8.4
* bugfix release
Fri Dec 18 13:00:00 2009 wrAATTrosenauer.org
- update to 4.8.3
* NSPR logging timestamp month number is off by one
* fixed possible DoS in prdtoa
- added baselibs.conf
Tue Oct 13 14:00:00 2009 wrAATTrosenauer.org
- update to 4.8.2 (bnc#546371)
* RISC OS, Symbian and WinCE improvements
* bugfixes and optimizations
Wed May 20 14:00:00 2009 wrAATTrosenauer.org
- update to 4.8
* Windows 9x and NT 3.51 and 4.0 are no longer
supported
* Windows Mobile and Mac OS X 64-bit (x86_64) are now supported
* New macros:
prlock.h: PR_ASSERT_CURRENT_THREAD_OWNS_LOCK
prmon.h: PR_ASSERT_CURRENT_THREAD_IN_MONITOR
* special log module timestamp adds timestamps to NSPR log
messages
Sat Apr 11 14:00:00 2009 wrAATTrosenauer.org
- update to 4.7.4
* Fix strict aliasing issues in prdtoa.c for gcc 4.4 (bmo#439144)
- obsoletes prdtoa.patch and -fno-strict-aliasing flag
* In prlink.c, errStrBuf is not thread-safe