File mozilla-nspr.changes of Package mozilla-nspr
795
1
-------------------------------------------------------------------
2
Sun Oct 16 19:59:43 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
3
4
- update to version 4.35
5
* fixes for building with clang
6
* use the number of online processors for the
7
PR_GetNumberOfProcessors() API on some platforms
8
* fix build on mips+musl libc
9
* Add support for the LoongArch 64-bit architecture
10
11
-------------------------------------------------------------------
12
Wed Aug 10 13:25:50 UTC 2022 - Martin Sirringhaus <martin.sirringhaus@suse.com>
13
14
- update to version 4.34.1
15
* add file descriptor sanity checks in the NSPR poll function.
16
17
-------------------------------------------------------------------
18
Sun May 29 08:07:17 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
19
20
- update to version 4.34
21
* add an API that returns a preferred loopback IP on hosts that
22
have two IP stacks available.
23
24
-------------------------------------------------------------------
25
Wed Dec 29 11:14:31 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
26
27
- update to 4.33:
28
* fixes to build system and export of private symbols
29
30
-------------------------------------------------------------------
31
Mon Jul 26 14:24:32 UTC 2021 - Martin Sirringhaus <martin.sirringhaus@suse.com>
32
33
- update to version 4.32:
34
* implement new socket option PR_SockOpt_DontFrag
35
* support larger DNS records by increasing the default buffer
36
size for DNS queries
37
38
-------------------------------------------------------------------
39
Thu May 27 16:54:45 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
40
41
- update to version 4.31:
42
* Lock access to PRCallOnceType members in PR_CallOnce* for
43
thread safety bmo#1686138
44
45
-------------------------------------------------------------------
46
Sun Apr 18 07:30:01 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
47
48
- update to version 4.30
49
* support longer thread names on macOS
50
* fix a build failure on OpenBSD
51
52
-------------------------------------------------------------------
53
Wed Sep 30 17:06:26 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
54
55
- update to version 4.29
56
* Remove macOS Code Fragment Manager support code
57
* Remove XP_MACOSX and OS_TARGET=MacOSX
58
* Refresh config.guess and config.sub
59
* Remove NSPR's patch to config.sub
60
* Add support for e2k target (64-bit Elbrus 2000)
61
62
-------------------------------------------------------------------
63
Tue Sep 8 20:21:41 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
64
65
- update to version 4.28
66
* Fix a compiler warning
67
* Add rule for cross-compiling with cygwin
68
69
-------------------------------------------------------------------
70
Sat Aug 22 06:38:40 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
71
72
- update to version 4.27
73
* the macOS platform code for shared library loading was
74
changed to support macOS 11.
75
If the absolute path parameter given to PR_LoadLibrary
76
begins with either /System/ or /usr/lib/ then no test is
77
performed if the library exists at a file.
78
* An include statement for a Windows system library header
79
was added
80
81
-------------------------------------------------------------------
82
Thu Jul 23 13:26:57 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
83
84
- update to version 4.26
85
* PR_GetSystemInfo supports a new flag PR_SI_RELEASE_BUILD to get
86
information about the operating system build version.
87
* Better support parallel building on Windows.
88
* The internal release automatic script requires python 3.
89
90
-------------------------------------------------------------------
91
Tue Mar 3 21:11:34 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
92
93
- update to version 4.25
94
* fixed reading files larger than 4 GB on Win32
95
* added support for Xtensa architecture
96
97
-------------------------------------------------------------------
98
Wed Jan 15 13:29:53 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
99
100
- update to version 4.24
101
* added macro PR_ASSERT_ARG
102
* removed some declarations
103
* added support for Nios-II, Nds32 and Microblaze architectures
104
105
-------------------------------------------------------------------
106
Wed Dec 4 09:41:12 UTC 2019 - Martin Sirringhaus <martin.sirringhaus@suse.com>
107
108
- update to version 4.23
109
* fixed a build failure that was introduced in 4.22
110
* correctness fix for Win64 socket polling
111
* whitespace in C files was cleaned up and no longer uses
112
tab characters for indenting
113
- update to version 4.22
114
* added support for the ARC architecture
115
* removed support for the following platforms:
116
OSF1/Tru64, DGUX, IRIX, Symbian, BeOS
117
* correctness and build fixes
118
119
-------------------------------------------------------------------
120
Fri Nov 22 18:01:49 UTC 2019 - Charles Robertson <cgrobertson@suse.com>
121
122
- Use FAT LTO objects in order to provide proper static library
123
124
-------------------------------------------------------------------
125
Mon Jul 15 06:05:03 UTC 2019 - Martin Sirringhaus <martin.sirringhaus@suse.com>
126
127
- update to version 4.21
128
* Use MAP_SHARED for read-only file mappings on MacOS and
129
Android.
130
* Changed prbit.h to use builtin function on aarch64.
131
* Test program build fixes.
132
* Minor fixes to support unified builds.
133
* Update library copyright notices.
134
* Removed Gonk/B2G references.
135
136
-------------------------------------------------------------------
137
Mon Oct 29 17:33:55 UTC 2018 - alarrosa@suse.com
138
139
- update to version 4.20
140
* abstract socket address support for Linux (incl. Android)
141
* aarch64 support for Windows
142
* support for riscv64
143
144
-------------------------------------------------------------------
145
Thu Mar 15 18:23:35 UTC 2018 - cgrobertson@suse.com
146
147
- update to version 4.19
148
* changed order of shutdown cleanup to avoid a crash on Mac OSX
149
* build compatibility with Android NDK r16 and glibc 2.26
150
151
-------------------------------------------------------------------
152
Wed Feb 7 21:08:01 UTC 2018 - wr@rosenauer.org
153
154
- update to version 4.18
155
* removed HP-UX DCE threads support
156
* improvements for the Windows implementation of PR_SetCurrentThreadName
157
* fixes for the Windows implementation of TCP Fast Open
158
159
-------------------------------------------------------------------
160
Sun Oct 1 21:21:50 UTC 2017 - wr@rosenauer.org
161
162
- update to version 4.17
163
* changes to the Windows implementation of the networking code
164
required for Firefox 57
165
* a FreeBSD build fix (bmo#1391716)
166
167
-------------------------------------------------------------------
168
Tue Sep 12 09:01:01 UTC 2017 - wr@rosenauer.org
169
170
- update to version 4.16
171
* contains various correctness fixes
172
see
173
https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&query_format=advanced&product=NSPR&target_milestone=4.16
174
for details
175
176
-------------------------------------------------------------------
177
Sat Aug 5 13:09:55 UTC 2017 - wr@rosenauer.org
178
179
- update to version 4.15
180
* added TCP Fast Open functionality
181
* various correctness fixes
182
183
-------------------------------------------------------------------
184
Wed Apr 26 21:23:54 UTC 2017 - wr@rosenauer.org
185
186
- update to version 4.14
187
* a socket without PR_NSPR_IO_LAYER will no longer trigger
188
an assertion when polling
189
* the PRNetAddr structure has been extended on Windows (bmo#1313612)
190
* allow sending a zero size UDP message on Windows (bmo#1331810)
191
192
-------------------------------------------------------------------
193
Wed Jan 18 21:11:42 UTC 2017 - wr@rosenauer.org
194
195
- update to version 4.13.1
196
* The previously released version 4.13 had changed pipes to be
197
nonblocking by default, and as a consequence, PollEvent was changed
198
to not block on clear.
199
The NSPR development team received reports that these changes
200
caused regressions in some applications that use NSPR, and it
201
has been decided to revert the changes made in NSPR 4.13.
202
NSPR 4.13.1 restores the traditional behavior of pipes and PollEvent.
203
- update to version 4.13
204
NSPR 4.13 has the following bug fixes:
205
* PL_strcmp (and others) were fixed to return consistent results
206
when one of the arguments is NULL.
207
* PollEvent was fixed to not block on clear.
208
* Pipes are always nonblocking.
209
* PR_GetNameForIdentity: added thread safety lock and bound checks.
210
* Removed the PLArena freelist.
211
* Avoid some integer overflows.
212
* fixed several comments.
213
214
-------------------------------------------------------------------
215
Thu Nov 17 14:38:10 UTC 2016 - schwab@suse.de
216
217
- Properly run testsuite
218
219
-------------------------------------------------------------------
220
Mon Feb 29 15:31:53 UTC 2016 - wr@rosenauer.org
221
222
- update to version 4.12
223
* added a PR_GetEnvSecure function, which attempts to detect if
224
the program is being executed with elevated privileges, and
225
returns NULL if detected. It is recommended to use this function
226
in general purpose library code.
227
* fixed a memory allocation bug related to the PR_*printf functions
228
* exported API PR_DuplicateEnvironment, which had already been
229
added in NSPR 4.10.9
230
* added support for FreeBSD aarch64
231
* several minor correctness and compatibility fixes
232
233
-------------------------------------------------------------------
234
Sat Dec 19 16:40:08 UTC 2015 - wr@rosenauer.org
235
236
- update to version 4.11
237
* Enable atomic instructions on mips (bmo#1129878)
238
* Fix mips assertion failure when creating thread with custom
239
stack size (bmo#1129968)
240
241
-------------------------------------------------------------------
242
Sun Oct 25 14:42:59 UTC 2015 - wr@rosenauer.org
243
244
- update to version 4.10.10 (bnc#952810)
245
* MFSA 2015-133/CVE-2015-7183 (bmo#1205157)
246
memory corruption issues
247
248
-------------------------------------------------------------------
249
Fri Aug 21 14:00:21 UTC 2015 - wr@rosenauer.org
250
251
- update to version 4.10.9
252
* bmo#1021167: Leak of |poll_list| on failure in _MW_PollInternal
253
* bmo#1030692: Make compiling nspr on windows possible again.
254
* bmo#1088790: dosprint() doesn't support %zu and other size formats
255
* bmo#1130787: prtime.h does not compile with MSVC's /Za (ISO C/C++
256
conformance) option
257
* bmo#1153610: MIPS64: Add support for n64 ABI
258
* bmo#1156029: Teach clang-analyzer about PR_ASSERT
259
* bmo#1160125: MSVC version detection is broken CC is set to a wrapper
260
(like sccache)
261
* bmo#1163346: Add NSPR support for FreeBSD mips/mips64
262
* bmo#1169185: Add support for OpenRISC (or1k)
263
* bmo:1174749: Remove configure block for iOS that uses MACOS_SDK_DIR
264
* bmo#1174781: PR_GetInheritedFD can use uninitialized variables
265
266
-------------------------------------------------------------------
267
Wed Feb 4 16:29:31 UTC 2015 - coolo@suse.com
268
269
- add the changes file as source so the .src.rpm builds (used for
270
fake build time)
271
272
-------------------------------------------------------------------
273
Thu Jan 29 09:06:29 UTC 2015 - wr@rosenauer.org
274
275
- update to version 4.10.8
276
* bmo#573192: remove the stack-based PRFileDesc cache.
277
* bmo#756047: check for _POSIX_THREAD_PRIORITY_SCHEDULING > 0 instead
278
of only checking if the identifier is defined.
279
* bmo#782113: Add NSPR support for FreeBSD ppc/ppc64/arm.
280
* bmo#782124: Implement PR_GetPhysicalMemorySize on FreeBSD/DragonFly.
281
* bmo#1060292: Make PR_Assert() and PR_Abort() output visible in the
282
logcat on Android.
283
* bmo#1089908: Fix variable shadowing in _PR_MD_LOCKFILE. Use
284
PR_ARRAY_SIZE to get the array size of _PR_RUNQ(t->cpu).
285
* bmo#1105144: Two places in NSPR's pruthr.c cast a pointer to long,
286
which isn't correct on 64-bit Windows.
287
* bmo#1060401: change import library name under mingw.
288
* bmo#1106600: Replace PR_ASSERT(!"foo") with PR_NOT_REACHED("foo") t
289
fix clang -Wstring-conversion warnings.
290
* bmo#1107063: link NSPR libs with -soname on OpenBSD.
291
* bmo#1120772: Avoid defining snprintf when MSVC provides it.
292
293
-------------------------------------------------------------------
294
Fri Aug 29 11:47:40 UTC 2014 - wr@rosenauer.org
295
296
- update to version 4.10.7
297
* bmo#836658: VC11+ defaults to SSE2 builds by default.
298
* bmo#979278: TSan: data race nsprpub/pr/src/threads/prtpd.c:103
299
PR_NewThreadPrivateIndex.
300
* bmo#1026129: Replace some manual declarations of MSVC intrinsics with
301
#include <intrin.h>.
302
* bmo#1026469: Use AC_CHECK_LIB instead of MOZ_CHECK_PTHREADS. Skip
303
compiler checks when using MSVC, even when $CC is
304
not literally "cl".
305
* bmo#1034415: NSPR hardcodes the C compiler to cl on Windows.
306
* bmo#1042408: Compilation fix for Android > API level 19.
307
* bmo#1043082: NSPR's build system hardcodes -MD.
308
309
-------------------------------------------------------------------
310
Tue Jun 10 09:59:12 UTC 2014 - wr@rosenauer.org
311
312
- update to version 4.10.6 (bnc#881874)
313
* requirement for Firefox 30
314
* PR_GetPhysicalMemorySize should release the mach_host_self()
315
Mach port when done with it (bmo#1009270)
316
* "Network address type not supported" error on the Hurd (bmo#1011861)
317
* Clang Static Analysis: useless declaration in NSPR (bmo#1003946)
318
* OOB write with sprintf and console functions (bmo#1018783)
319
(CVE-2014-1545)
320
321
-------------------------------------------------------------------
322
Wed May 7 06:36:24 UTC 2014 - wr@rosenauer.org
323
324
- update to version 4.10.5
325
* autoconf updates
326
* PPC64LE support
327
- dropped obsolete nspr-ppc64le.patch
328
329
-------------------------------------------------------------------
330
Mon Mar 10 10:38:17 UTC 2014 - wr@rosenauer.org
331
332
- update to version 4.10.4
333
* bmo#767759: Add support for new x32 abi
334
* bmo#844784: Thread data race in PR_EnterMonitor
335
* bmo#939786: data race nsprpub/pr/src/pthreads/ptthread.c:137 _pt_root
336
* bmo#958796: Users of _beginthreadex that set a custom stack size
337
may not be getting the behavior they want
338
* bmo#963033: AArch64 support update for NSPR
339
* bmo#969061: Incorrect end-of-list test when iterating over a
340
PRCList in prcountr.c and prtrace.c
341
* bmo#971152: IPv6 detection on linux depends on availability of
342
/proc/net/if_inet6
343
344
-------------------------------------------------------------------
345
Mon Mar 3 14:00:18 CET 2014 - ro@suse.de
346
347
- drop patch config-guess-sub-update.diff
348
config.guess and config.sub are updated by the ppc64le patch
349
350
-------------------------------------------------------------------
351
Fri Feb 28 13:02:40 UTC 2014 - pcerny@suse.com
352
353
- update of the PowerPC 64 LE support patch
354
(renamed ppc64le-support.patch to nspr-ppc64le.patch)
355
356
-------------------------------------------------------------------
357
Thu Feb 6 06:16:02 UTC 2014 - wr@rosenauer.org
358
359
- update to version 4.10.3
360
* bmo#749849: ensure we'll free the thread-specific data key.
361
* bmo#941461: don't compile android with unaligned memory access.
362
* bmo#932398: Add PR_SyncMemMap, a portable version of
363
msync/FlushViewOfFile.
364
* bmo#952621: Fix a thread-unsafe access to lock->owner in PR_Lock.
365
* bmo#957458: Fix several bugs in the lock rank checking code.
366
* bmo#936320: Use an alternative test for IPv6 support on Linux to
367
avoid opening a socket.
368
369
-------------------------------------------------------------------
370
Thu Dec 12 03:58:23 UTC 2013 - uweigand@de.ibm.com
371
372
- Add ppc64le-support.patch:
373
* add support for powerpc64le-linux
374
375
-------------------------------------------------------------------
376
Mon Nov 11 21:59:52 UTC 2013 - wr@rosenauer.org
377
378
- update to version 4.10.2
379
relevant changes
380
* bmo#770534: possible pointer overflow in PL_ArenaAllocate()
381
* bmo#888546: ptio.c:PR_ImportUDPSocket doesn't work
382
383
-------------------------------------------------------------------
384
Sun Sep 22 12:16:26 UTC 2013 - wr@rosenauer.org
385
386
- update to version 4.10.1
387
* bmo#888273: RWIN Scaling (RFC1323) limited to 2 on Windows 7 and 8
388
(Windows only)
389
* bmo#907512: Unix platforms shouldn't mask errors specific to
390
Unix domain sockets
391
392
-------------------------------------------------------------------
393
Sun Jun 9 21:41:08 UTC 2013 - wr@rosenauer.org
394
395
- update to version 4.10
396
* bmo#844513: Add AddressSanitizer (ASan) memory check annotations to
397
PLArena.
398
* bmo#849089: Simple changes to make NSPR's configure.in work with
399
the current version of autoconf.
400
* bmo#856196: Fix compiler warnings and clean up code in NSPR 4.10.
401
* bmo#859066: Fix warning in nsprpub/pr/src/misc/prnetdb.c.
402
* bmo#859830: Deprecate ANDROID_VERSION in favor of android/api-level.h.
403
* bmo#861434: Make PR_SetThreadPriority() change priorities
404
relatively to the main process instead of using absolute values on
405
Linux.
406
* bmo#871064L: _PR_InitThreads() should not call PR_SetThreadPriority.
407
408
-------------------------------------------------------------------
409
Sat Mar 16 12:00:38 UTC 2013 - wr@rosenauer.org
410
411
- update to version 4.9.6
412
* aarch64 support
413
(removed obsolete aarch64-support.patch)
414
* added PL_SizeOfArenaPoolExcludingPool function (bmo#807883)
415
* Auto detect android api version for x86 (bmo#782214)
416
* Initialize Windows CRITICAL_SECTIONs without debug info and
417
with nonzero spin count (bmo#812085)
418
419
-------------------------------------------------------------------
420
Thu Feb 28 22:56:59 UTC 2013 - wr@rosenauer.org
421
422
- update to version 4.9.5
423
* bmo#634793: define NSPR's exact-width integer types PRInt{N} and
424
PRUint{N} types to match the <stdint.h> exact-width integer types
425
int{N}_t and uint{N}_t.
426
* bmo#782815: passing 'int *' to parameter of type 'unsigned int *'
427
in setsockopt().
428
* bmo#822932: Port bmo#802527 (NDK r8b support for x86) to NSPR.
429
* bmo#824742: NSPR shouldn't require librt on Android.
430
* bmo#831793: data race on lib->refCount in PR_UnloadLibrary.
431
432
-------------------------------------------------------------------
433
Thu Feb 28 21:26:07 UTC 2013 - dmueller@suse.com
434
435
- Add config-guess-sub-update.diff:
436
* update config.guess/sub for aarch64 support
437
- Add aarch64-support.patch:
438
* add support for aarch64
439
440
-------------------------------------------------------------------
441
Fri Nov 30 12:51:46 UTC 2012 - wr@rosenauer.org
442
443
- update to version 4.9.4
444
* bmo#757593: PR_IntervalNow not monotonic for Android, Linux,
445
Mac OS X.
446
* bmo#804806: Remove support for obsolete platforms (ncr, nec,
447
sony, nextstep, sinix/reliantunix, and sunos4).
448
* bmo#804833: Allow PR_FormatTime and PR_FormatTimeUSEnglish with
449
NO_NSPR_10_SUPPORT. Fixed by Isaac Aggrey.
450
451
-------------------------------------------------------------------
452
Thu Oct 25 11:52:11 UTC 2012 - wr@rosenauer.org
453
454
- update to version 4.9.3
455
* bmo#749849: NSPR pthread_key_t leak and memory corruption.
456
* bmo#794316: PR_PushIOLayer doesn't push layer on the top correctly
457
* bmo#795213: clang's -Wtautological-constant-out-of-range-compare
458
warns on prnetdb.c
459
460
-------------------------------------------------------------------
461
Tue Jul 24 08:49:25 UTC 2012 - wr@rosenauer.org
462
463
- update to version 4.9.2
464
* new PR_SetThreadName and PR_GetThreadName functions for setting
465
and getting the name of the *current thread*
466
467
-------------------------------------------------------------------
468
Fri Jun 1 14:57:37 UTC 2012 - wr@rosenauer.org
469
470
- update to version 4.9.1
471
* Android fixes
472
* pkgconfig file included (removed our patch)
473
* added Hurd support
474
* honor EHOSTDOWN
475
* a few smaller fixes
476
- license change from tri-license to MPL-2.0
477
478
-------------------------------------------------------------------
479
Thu Feb 16 08:22:35 UTC 2012 - wr@rosenauer.org
480
481
- update to version 4.9
482
- added testsuite in %check
483
484
-------------------------------------------------------------------
485
Wed Sep 21 09:01:27 UTC 2011 - wr@rosenauer.org
486
487
- some spec file cleanup
488
- override the build time detection and use the last change time
489
instead to incorporate into the build
490
491
-------------------------------------------------------------------
492
Fri Aug 12 20:26:21 UTC 2011 - wr@rosenauer.org
493
494
- update to 4.8.9 RTM
495
* no release notes available from upstream
496
497
-------------------------------------------------------------------
498
Thu May 19 05:27:00 UTC 2011 - wr@rosenauer.org
499
500
- update to 4.8.8 RTM
501
* minor cleanup changes
502
* minor changes not affecting the Linux platform
503
504
-------------------------------------------------------------------
505
Thu Apr 28 05:45:30 UTC 2011 - wr@rosenauer.org
506
507
- update to 4.8.8beta3
508
* support IPv6 on Android (bmo#626866)
509
* use AI_ADDRCONFIG for loopback hostnames (bmo#614526)
510
* support SDP sockets (bmo#518078)
511
* support m32r architecture (bmo#635667)
512
* use atomic functions on ARM (bmo#626309)
513
* some other fixes not affecting the Linux platform
514
515
-------------------------------------------------------------------
516
Sun Jan 9 22:26:15 UTC 2011 - wr@rosenauer.org
517
518
- update to 4.8.7 RTM
519
* no code changes to beta2
520
* only updated internal version information
521
522
-------------------------------------------------------------------
523
Thu Dec 9 14:35:25 UTC 2010 - wr@rosenauer.org
524
525
- update to 4.8.7beta2
526
* minimal requirement for NSS 3.12.9
527
* bugfixes
528
529
-------------------------------------------------------------------
530
Fri Jul 23 21:03:48 CEST 2010 - wr@rosenauer.org
531
532
- update to 4.8.6
533
* moved PR_STATIC_ASSERT from prlog.h to prtypes.h
534
* use new NSPR atomic macros
535
* bugfixes
536
- removed fixes for temporary package split
537
538
-------------------------------------------------------------------
539
Sat Apr 24 11:38:23 UTC 2010 - coolo@novell.com
540
541
- buildrequire pkg-config to fix provides
542
543
-------------------------------------------------------------------
544
Fri Mar 5 07:29:10 CET 2010 - wr@rosenauer.org
545
546
- update to 4.8.4
547
* bugfix release
548
549
-------------------------------------------------------------------
550
Fri Dec 18 13:48:16 CET 2009 - wr@rosenauer.org
551
552
- update to 4.8.3
553
* NSPR logging timestamp month number is off by one
554
* fixed possible DoS in prdtoa
555
- added baselibs.conf
556
557
-------------------------------------------------------------------
558
Tue Oct 13 08:14:52 CEST 2009 - wr@rosenauer.org
559
560
- update to 4.8.2 (bnc#546371)
561
* RISC OS, Symbian and WinCE improvements
562
* bugfixes and optimizations
563
564
-------------------------------------------------------------------
565
Wed May 20 21:56:39 CEST 2009 - wr@rosenauer.org
566
567
- update to 4.8
568
* Windows 9x and NT 3.51 and 4.0 are no longer
569
supported
570
* Windows Mobile and Mac OS X 64-bit (x86_64) are now supported
571
* New macros:
572
prlock.h: PR_ASSERT_CURRENT_THREAD_OWNS_LOCK
573
prmon.h: PR_ASSERT_CURRENT_THREAD_IN_MONITOR
574
* special log module timestamp adds timestamps to NSPR log
575
messages
576
577
-------------------------------------------------------------------
578
Sat Apr 11 19:44:47 CEST 2009 - wr@rosenauer.org
579
580
- update to 4.7.4
581
* Fix strict aliasing issues in prdtoa.c for gcc 4.4 (bmo#439144)
582
- obsoletes prdtoa.patch and -fno-strict-aliasing flag
583
* In prlink.c, errStrBuf is not thread-safe
584
585
-------------------------------------------------------------------
586
Fri Jan 30 16:32:25 EST 2009 - hfiguiere@suse.de
587
588
- update to 4.7.3
589
* Only Solaris fixes.
590
591
-------------------------------------------------------------------
592
Tue Jan 13 08:46:28 CET 2009 - wr@rosenauer.org
593
594
- update to 4.7.2 RTM version
595
* use /dev/urandom instead of /dev/random (bmo#455829)
596
* support Linux/SPARC64 (bmo#459304)
597
598
-------------------------------------------------------------------
599
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
600
601
- obsolete old -XXbit packages (bnc#437293)
602
603
-------------------------------------------------------------------
604
Wed Jun 18 02:51:04 CEST 2008 - maw@suse.de
605
606
- Merge changes from the build service (thanks, Wolfgang)
607
(bnc#400001 and SWAMP#18164).
608
609
-------------------------------------------------------------------
610
Fri May 2 23:49:20 CEST 2008 - wr@rosenauer.org
611
612
- update to 4.7.1 RTM version
613
614
-------------------------------------------------------------------
615
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
616
617
- added baselibs.conf file to build xxbit packages
618
for multilib support
619
620
-------------------------------------------------------------------
621
Mon Mar 31 19:36:06 CEST 2008 - maw@suse.de
622
623
- Undo the shared library package split, per discussion in
624
opensuse-packaging.
625
626
-------------------------------------------------------------------
627
Wed Mar 26 15:32:51 CET 2008 - wr@rosenauer.org
628
629
- update to 4.7.1beta2-20080325 snapshot
630
631
-------------------------------------------------------------------
632
Tue Mar 25 23:01:47 CET 2008 - maw@suse.de
633
634
- Merge changes from the build service (thanks, Wolfgang)
635
- Update to the 4.7.1beta1-20080225 snapshot
636
- Split out a shared library subpackage.
637
638
-------------------------------------------------------------------
639
Thu Feb 7 18:03:16 CET 2008 - maw@suse.de
640
641
- Merge changes from the build service (thanks, Wolfgang).
642
- Remove strcstr.patch, which has been upstreamed.
643
644
-------------------------------------------------------------------
645
Thu Feb 7 15:45:17 CET 2008 - wr@rosenauer.org
646
647
- update to 4.7.0 (requirement for Firefox 3)
648
- added a %clean section
649
650
-------------------------------------------------------------------
651
Thu Nov 22 09:39:59 CET 2007 - wr@rosenauer.org
652
653
- update to version 4.6.8
654
655
-------------------------------------------------------------------
656
Mon Jun 11 12:11:49 CEST 2007 - ro@suse.de
657
658
- update to NSPR 4.6.7 (pull in from wr from opensuse BS)
659
660
-------------------------------------------------------------------
661
Wed Feb 21 16:50:31 CST 2007 - maw@suse.de
662
663
- Update to version 4.6.5
664
665
-------------------------------------------------------------------
666
Wed Feb 7 07:18:56 CET 2007 - wr@rosenauer.org
667
668
- fixed crasher in PL_strcaserstr() (strcstr.patch) (bmo #369467)
669
670
-------------------------------------------------------------------
671
Wed Jan 31 18:37:50 CET 2007 - maw@suse.de
672
673
- Don't install %{_includedir}/nspr4/prvrsion.h with the executable
674
bit set.
675
676
-------------------------------------------------------------------
677
Sat Oct 21 10:05:27 CEST 2006 - aj@suse.de
678
679
- from openSUSE BuildService (thanks Wolfgang Rosenauer):
680
- update to version 4.6.3: Bug fix release.
681
682
-------------------------------------------------------------------
683
Tue Aug 1 08:37:28 CEST 2006 - stark@suse.de
684
685
- version is still 4.6.2
686
687
-------------------------------------------------------------------
688
Sat Jul 15 09:31:05 CEST 2006 - stark@suse.de
689
690
- added PR_SI_HOSTNAME_UNTRUNCATED flag to get the hostname as
691
FQDN with PR_GetSystemInfo() if configured on a system
692
(bmo #322956)
693
694
-------------------------------------------------------------------
695
Mon May 15 15:12:38 CEST 2006 - stark@suse.de
696
697
- update to 4.6.2 RTM version
698
bugs fixed:
699
* PR_ParseTimeString use PR_Assert and it calls abort on
700
invalid date (bmo #247896)
701
* PR_SetSysfdTableSize and PR_GetSysfdTableMax are not exported
702
(bmo #326110)
703
* Add a UTF-16 API to load a library (bmo #326168)
704
* various changes for non-Linux platforms
705
706
-------------------------------------------------------------------
707
Wed Jan 25 21:32:31 CET 2006 - mls@suse.de
708
709
- converted neededforbuild to BuildRequires
710
711
-------------------------------------------------------------------
712
Fri Dec 16 08:55:07 CET 2005 - stark@suse.de
713
714
- update to final 4.6.1 RTM version
715
716
-------------------------------------------------------------------
717
Wed Dec 7 19:16:50 CET 2005 - stark@suse.de
718
719
- moved headers to nspr4 sub-directories and removed some
720
unneeded headers
721
722
-------------------------------------------------------------------
723
Fri Nov 25 22:50:10 CET 2005 - stark@suse.de
724
725
- changed ldconfig call in install-scripts
726
727
-------------------------------------------------------------------
728
Tue Nov 15 07:31:58 CET 2005 - stark@suse.de
729
730
- current 4.6.1pre (20051114)
731
732
-------------------------------------------------------------------
733
Tue Oct 11 06:55:14 CEST 2005 - stark@suse.de
734
735
- next official release will most likely be 4.6.1 (20051010)
736
737
-------------------------------------------------------------------
738
Mon Sep 26 21:39:48 CEST 2005 - mls@suse.de
739
740
- make devel package require base package
741
742
-------------------------------------------------------------------
743
Thu Sep 22 07:09:54 CEST 2005 - stark@suse.de
744
745
- update to 4.7.0pre (20050921)
746
747
-------------------------------------------------------------------
748
Tue May 31 11:47:31 CEST 2005 - stark@suse.de
749
750
- update to final 4.6
751
752
-------------------------------------------------------------------
753
Thu May 19 13:48:05 CEST 2005 - stark@suse.de
754
755
- renamed mozilla-nspr.pc to nspr.pc as decided upstream
756
- latest snapshots which integrates hidden.patch
757
758
-------------------------------------------------------------------
759
Wed May 18 10:40:11 CEST 2005 - stark@suse.de
760
761
- workaround for gcc bug (bmo #293438, bnc #83908)
762
- provide its own pkgconfig file (mozilla-nspr.pc)
763
764
-------------------------------------------------------------------
765
Tue May 10 07:08:55 CEST 2005 - stark@suse.de
766
767
- update to current HEAD (upstreamed two patches)
768
769
-------------------------------------------------------------------
770
Tue Apr 26 13:03:52 CEST 2005 - stark@suse.de
771
772
- moved static libs to sub-directory
773
(almost nobody should link against them statically)
774
775
-------------------------------------------------------------------
776
Mon Apr 25 07:40:47 CEST 2005 - stark@suse.de
777
778
- fix nspr-config for biarch
779
780
-------------------------------------------------------------------
781
Tue Mar 22 12:47:19 CET 2005 - stark@suse.de
782
783
- update to HEAD for mozilla compatibility
784
785
-------------------------------------------------------------------
786
Sat Mar 19 13:37:12 CET 2005 - stark@suse.de
787
788
- update to 4.5.2beta1
789
790
-------------------------------------------------------------------
791
Tue Mar 8 07:53:21 CET 2005 - stark@suse.de
792
793
- initial standalone package
794
795