Commit Graph

144 Commits

Author SHA256 Message Date
Wolfgang Rosenauer
4ad01a4ad6 - update to version 4.13.1
* 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.
- update to version 4.13
  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.

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=87
2017-01-18 21:19:32 +00:00
Dominique Leuenberger
69040dd523 Accepting request 440713 from mozilla:Factory
1

OBS-URL: https://build.opensuse.org/request/show/440713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=60
2016-11-20 17:16:51 +00:00
Wolfgang Rosenauer
8d02a21c01 Accepting request 440712 from home:Andreas_Schwab:Factory
- Properly run testsuite

OBS-URL: https://build.opensuse.org/request/show/440712
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=85
2016-11-17 14:52:57 +00:00
Dominique Leuenberger
cfd7e076c3 Accepting request 368754 from mozilla:Factory
- update to version 4.12
  * added a PR_GetEnvSecure function, which attempts to detect if
    the program is being executed with elevated privileges, and
    returns NULL if detected. It is recommended to use this function
    in general purpose library code.
  * fixed a memory allocation bug related to the PR_*printf functions
  * exported API PR_DuplicateEnvironment, which had already been
    added in NSPR 4.10.9
  * added support for FreeBSD aarch64
  * several minor correctness and compatibility fixes

OBS-URL: https://build.opensuse.org/request/show/368754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=59
2016-03-16 09:24:22 +00:00
Wolfgang Rosenauer
629c3d4968 - update to version 4.12
* added a PR_GetEnvSecure function, which attempts to detect if
    the program is being executed with elevated privileges, and
    returns NULL if detected. It is recommended to use this function
    in general purpose library code.
  * fixed a memory allocation bug related to the PR_*printf functions
  * exported API PR_DuplicateEnvironment, which had already been
    added in NSPR 4.10.9
  * added support for FreeBSD aarch64
  * several minor correctness and compatibility fixes

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=83
2016-03-07 14:58:10 +00:00
Dominique Leuenberger
0c8e8c33cb Accepting request 350899 from mozilla:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/350899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=58
2015-12-27 01:00:05 +00:00
Wolfgang Rosenauer
a7bdc94f3f - update to version 4.11
* Enable atomic instructions on mips (bmo#1129878)
  * Fix mips assertion failure when creating thread with custom
    stack size (bmo#1129968)

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=81
2015-12-19 17:03:34 +00:00
Dominique Leuenberger
6c16c63931 Accepting request 342319 from mozilla:Factory
- update to version 4.10.10 (bnc#952810)
  * MFSA 2015-133/CVE-2015-7183 (bmo#1205157)
    memory corruption issues

OBS-URL: https://build.opensuse.org/request/show/342319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=57
2015-11-08 10:24:45 +00:00
Wolfgang Rosenauer
ead770b9bb - update to version 4.10.10 (bnc#952810)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=79
2015-11-03 19:45:05 +00:00
Wolfgang Rosenauer
e379c32646 * MFSA 2015-133/CVE-2015-7183 (bmo#1205157)
memory corruption issues

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=78
2015-11-03 17:22:18 +00:00
Wolfgang Rosenauer
e42ddc721f - update to version 4.10.10
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=77
2015-10-31 09:26:54 +00:00
Dominique Leuenberger
2f9d6bea3a Accepting request 336463 from mozilla:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/336463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=56
2015-10-22 10:56:33 +00:00
Wolfgang Rosenauer
608e01bb51 - 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

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=75
2015-10-05 08:13:58 +00:00
Dominique Leuenberger
f9ba6598eb Accepting request 284119 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/284119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=55
2015-02-06 21:36:09 +00:00
Wolfgang Rosenauer
8cbf49de34 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=74 2015-02-04 20:28:24 +00:00
Wolfgang Rosenauer
04d5f5aea3 Accepting request 284085 from home:coolo:branches:openSUSE:Factory
- add the changes file as source so the .src.rpm builds (used for
  fake build time)

OBS-URL: https://build.opensuse.org/request/show/284085
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=73
2015-02-04 20:27:44 +00:00
Dominique Leuenberger
6e4042ab78 Accepting request 283300 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/283300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=54
2015-01-30 19:31:41 +00:00
Wolfgang Rosenauer
ec8a9f0e19 - 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.

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=72
2015-01-29 09:09:37 +00:00
Stephan Kulow
ca6ed1c228 Accepting request 247699 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/247699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=53
2014-09-08 19:28:12 +00:00
Wolfgang Rosenauer
814ff25a0f - 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.

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=71
2014-08-29 11:51:14 +00:00
Stephan Kulow
48dfa260ad Accepting request 236861 from mozilla:Factory
- 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)

OBS-URL: https://build.opensuse.org/request/show/236861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=51
2014-06-16 19:42:52 +00:00
Wolfgang Rosenauer
fb94cdbaea - 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)

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=69
2014-06-10 10:05:06 +00:00
Stephan Kulow
bc523bf277 Accepting request 233605 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/233605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=50
2014-05-13 18:47:40 +00:00
Wolfgang Rosenauer
e907277caf - update to version 4.10.5
* autoconf updates
  * PPC64LE support
- dropped obsolete nspr-ppc64le.patch

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=67
2014-05-07 06:38:41 +00:00
Stephan Kulow
97633e8632 Accepting request 225421 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/225421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=49
2014-03-17 08:12:46 +00:00
Wolfgang Rosenauer
d24096be95 - 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)

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=65
2014-03-10 10:45:07 +00:00
Wolfgang Rosenauer
ecae7986e1 Accepting request 224440 from home:oertel:branches:mozilla:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/224440
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=64
2014-03-04 08:17:59 +00:00
Tomáš Chvátal
535d3bc21a Accepting request 221214 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/221214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=48
2014-02-08 09:34:27 +00:00
Wolfgang Rosenauer
2f2bb77343 - 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.

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=62
2014-02-06 06:41:24 +00:00
Stephan Kulow
faa970a5ab Accepting request 210809 from mozilla:Factory
- Add ppc64le-support.patch:
  * add support for powerpc64le-linux (forwarded request 210800 from k0da)

OBS-URL: https://build.opensuse.org/request/show/210809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=47
2013-12-15 08:55:26 +00:00
Wolfgang Rosenauer
30e96aac87 Accepting request 210800 from openSUSE:Factory:PowerLE
- Add ppc64le-support.patch:
  * add support for powerpc64le-linux

OBS-URL: https://build.opensuse.org/request/show/210800
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=60
2013-12-13 14:50:24 +00:00
Stephan Kulow
4ea48db634 Accepting request 206761 from mozilla:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/206761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=46
2013-11-14 07:42:42 +00:00
Wolfgang Rosenauer
43f6fb4778 - 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

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=58
2013-11-11 22:01:55 +00:00
Stephan Kulow
a6807c8017 Accepting request 201359 from mozilla:Factory
not a critical requirement yet for 13.1 but Firefox 25 (in around 4 weeks) will
require it nevertheless

- 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

OBS-URL: https://build.opensuse.org/request/show/201359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=45
2013-09-29 15:50:14 +00:00
Wolfgang Rosenauer
44fdd483d6 remove full download path for now
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=56
2013-09-29 11:23:47 +00:00
Wolfgang Rosenauer
7447aab00b - 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

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=55
2013-09-22 12:23:52 +00:00
Stephan Kulow
4f9ed29a00 Accepting request 178597 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/178597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=43
2013-06-14 14:46:33 +00:00
Wolfgang Rosenauer
e485785ea1 - 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.

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=53
2013-06-11 04:43:39 +00:00
Stephan Kulow
78adfcbe7e Accepting request 159915 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/159915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=42
2013-03-22 11:05:00 +00:00
Wolfgang Rosenauer
6a174662be - 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)

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=51
2013-03-16 12:10:52 +00:00
Stephan Kulow
1604277e78 Accepting request 156924 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/156924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=41
2013-03-01 09:50:41 +00:00
Wolfgang Rosenauer
5c82f78a53 - update to version 4.9.5
* bmo#634793: define NSPR's exact-width integer types PRInt{N} and
    PRUint{N} types to match the <stdint.h> 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.
  * update config.guess/sub for aarch64 support

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=49
2013-02-28 23:06:28 +00:00
Wolfgang Rosenauer
e9fcf5097a Accepting request 156890 from devel:ARM:AArch64:Factory
- Add config-guess-sub-update.diff:
  * update config.guess/sub for aarch64 support 
- Add aarch64-support.patch:
  * add support for aarch64

OBS-URL: https://build.opensuse.org/request/show/156890
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=48
2013-02-28 22:52:16 +00:00
Ismail Dönmez
e7c3462901 Accepting request 143857 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/143857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=39
2012-12-05 13:00:20 +00:00
Wolfgang Rosenauer
fd3454e1c1 - 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.

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=46
2012-11-30 12:57:07 +00:00
Stephan Kulow
42bece4266 Accepting request 139270 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/139270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=38
2012-10-26 15:26:13 +00:00
Wolfgang Rosenauer
ae35612391 - 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

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=44
2012-10-25 11:56:43 +00:00
Stephan Kulow
92f92bf8df Accepting request 128855 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/128855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=37
2012-07-25 08:35:33 +00:00
Wolfgang Rosenauer
3e31d343b7 - update to version 4.9.2
* new PR_SetThreadName and PR_GetThreadName functions for setting
    and getting the name of the *current thread*

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=42
2012-07-24 13:01:39 +00:00
Stephan Kulow
764e38acfd Accepting request 123276 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/123276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=35
2012-06-06 14:08:42 +00:00