Revisions of mozilla-nspr
Wolfgang Rosenauer (wrosenauer)
committed
(revision 75)
- update to version 4.10.9 * bmo#1021167: Leak of |poll_list| on failure in _MW_PollInternal * bmo#1030692: Make compiling nspr on windows possible again. * bmo#1088790: dosprint() doesn't support %zu and other size formats * bmo#1130787: prtime.h does not compile with MSVC's /Za (ISO C/C++ conformance) option * bmo#1153610: MIPS64: Add support for n64 ABI * bmo#1156029: Teach clang-analyzer about PR_ASSERT * bmo#1160125: MSVC version detection is broken CC is set to a wrapper (like sccache) * bmo#1163346: Add NSPR support for FreeBSD mips/mips64 * bmo#1169185: Add support for OpenRISC (or1k) * bmo:1174749: Remove configure block for iOS that uses MACOS_SDK_DIR * bmo#1174781: PR_GetInheritedFD can use uninitialized variables
Wolfgang Rosenauer (wrosenauer)
committed
(revision 74)
Wolfgang Rosenauer (wrosenauer)
accepted
request 284085
from
Stephan Kulow (coolo)
(revision 73)
- add the changes file as source so the .src.rpm builds (used for fake build time)
Wolfgang Rosenauer (wrosenauer)
committed
(revision 72)
- update to version 4.10.8 * bmo#573192: remove the stack-based PRFileDesc cache. * bmo#756047: check for _POSIX_THREAD_PRIORITY_SCHEDULING > 0 instead of only checking if the identifier is defined. * bmo#782113: Add NSPR support for FreeBSD ppc/ppc64/arm. * bmo#782124: Implement PR_GetPhysicalMemorySize on FreeBSD/DragonFly. * bmo#1060292: Make PR_Assert() and PR_Abort() output visible in the logcat on Android. * bmo#1089908: Fix variable shadowing in _PR_MD_LOCKFILE. Use PR_ARRAY_SIZE to get the array size of _PR_RUNQ(t->cpu). * bmo#1105144: Two places in NSPR's pruthr.c cast a pointer to long, which isn't correct on 64-bit Windows. * bmo#1060401: change import library name under mingw. * bmo#1106600: Replace PR_ASSERT(!"foo") with PR_NOT_REACHED("foo") t fix clang -Wstring-conversion warnings. * bmo#1107063: link NSPR libs with -soname on OpenBSD. * bmo#1120772: Avoid defining snprintf when MSVC provides it.
Wolfgang Rosenauer (wrosenauer)
committed
(revision 71)
- 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 <intrin.h>. * 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.
buildservice-autocommit
accepted
request 236861
from
Wolfgang Rosenauer (wrosenauer)
(revision 70)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 69)
- 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)
buildservice-autocommit
accepted
request 233605
from
Wolfgang Rosenauer (wrosenauer)
(revision 68)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 67)
- update to version 4.10.5 * autoconf updates * PPC64LE support - dropped obsolete nspr-ppc64le.patch
buildservice-autocommit
accepted
request 225421
from
Wolfgang Rosenauer (wrosenauer)
(revision 66)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 65)
- 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 config.guess and config.sub are updated by the ppc64le patch (renamed ppc64le-support.patch to nspr-ppc64le.patch)
Wolfgang Rosenauer (wrosenauer)
accepted
request 224440
from
Ruediger Oertel (oertel)
(revision 64)
- drop patch config-guess-sub-update.diff config.guess and config.sub are updated by the ppc64le patch - update of the PowerPC 64 LE support patch
buildservice-autocommit
accepted
request 221214
from
Wolfgang Rosenauer (wrosenauer)
(revision 63)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 62)
- 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.
buildservice-autocommit
accepted
request 210809
from
Wolfgang Rosenauer (wrosenauer)
(revision 61)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
accepted
request 210800
from
Dinar Valeev (k0da)
(revision 60)
- Add ppc64le-support.patch: * add support for powerpc64le-linux
buildservice-autocommit
accepted
request 206761
from
Wolfgang Rosenauer (wrosenauer)
(revision 59)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 58)
- 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
buildservice-autocommit
accepted
request 201359
from
Wolfgang Rosenauer (wrosenauer)
(revision 57)
baserev update by copy to link target
Wolfgang Rosenauer (wrosenauer)
committed
(revision 56)
remove full download path for now
Displaying revisions 61 - 80 of 135