Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3bc2426cd0 | |||
| e26c51951b |
@@ -1,31 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 7 07:33:19 UTC 2025 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
Wed Nov 12 08:06:31 UTC 2025 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
- update to version 4.38.2
|
||||
* Fixed a syntax error in test file parsetm.c, which was
|
||||
introduced in 4.38.1 (bmo#1999381)
|
||||
Changes in 4.38.1
|
||||
- update to NSPR 4.36.2
|
||||
* Fixed a syntax error in test file parsetm.c,
|
||||
which was introduced in 4.36.1
|
||||
|
||||
- update to NSPR 4.36.1
|
||||
* Incorrect time value produced by PR_ParseTimeString and
|
||||
PR_ParseTimeStringToExplodedTime if input string doesn't
|
||||
specify seconds. (bmo#1999105)
|
||||
Changes in 4.38
|
||||
* Removed support for HPUX and _PR_POLL_WITH_SELECT
|
||||
(bmo#1965666, bmo#1965916)
|
||||
* Fixed a bug in pt_TCP_SendTo on macOS
|
||||
* Ensure parameter passed to isalpha() is unsigned char (bmo#375149)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 19 05:35:57 UTC 2025 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- update to version 4.37
|
||||
* bmo#1890927 - PR_GetUniqueIdentity asserts on the 32767th call
|
||||
* bmo#1880254 - error LNK2019: unresolved external
|
||||
symbol _InterlockedCompareExchange
|
||||
* bmo#1905990 - initclk deadline elapsed macOS
|
||||
* bmo#1921087 - Remove prwin.h (formerly known as prwin16.h)
|
||||
* bmo#1939333 - Use builtin atomic functions on RISC-V32/64
|
||||
* bmo#1917446 - PR_FormatTimeUSEnglish() doesn't support "%e"
|
||||
format specifier
|
||||
specify seconds.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 11:09:22 UTC 2024 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
@@ -50,10 +33,10 @@ Sun Oct 16 19:59:43 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
* Add support for the LoongArch 64-bit architecture
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 17 11:18:23 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
Wed Aug 10 13:25:50 UTC 2022 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
- update to version 4.34.1
|
||||
* add file descriptor sanity checks in the NSPR poll function
|
||||
- update to version 4.34.1
|
||||
* add file descriptor sanity checks in the NSPR poll function.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 29 08:07:17 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
@@ -69,14 +52,9 @@ Wed Dec 29 11:14:31 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
* fixes to build system and export of private symbols
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 9 12:36:58 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
Mon Jul 26 14:24:32 UTC 2021 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
- added a ccache conditional
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 18 09:17:57 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- update to version 4.32
|
||||
- update to version 4.32:
|
||||
* implement new socket option PR_SockOpt_DontFrag
|
||||
* support larger DNS records by increasing the default buffer
|
||||
size for DNS queries
|
||||
@@ -141,7 +119,7 @@ Tue Mar 3 21:11:34 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
* added support for Xtensa architecture
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 08:17:40 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
Wed Jan 15 13:29:53 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
- update to version 4.24
|
||||
* added macro PR_ASSERT_ARG
|
||||
@@ -149,17 +127,13 @@ Tue Jan 7 08:17:40 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
* added support for Nios-II, Nds32 and Microblaze architectures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 23:22:52 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
|
||||
Wed Dec 4 09:41:12 UTC 2019 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
- update to version 4.23
|
||||
* fixed a build failure that was introduced in 4.22
|
||||
* correctness fix for Win64 socket polling
|
||||
* whitespace in C files was cleaned up and no longer uses
|
||||
tab characters for indenting
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 20:04:23 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- update to version 4.22
|
||||
* added support for the ARC architecture
|
||||
* removed support for the following platforms:
|
||||
@@ -167,23 +141,24 @@ Fri Oct 18 20:04:23 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
* correctness and build fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 08:14:58 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
Fri Nov 22 18:01:49 UTC 2019 - Charles Robertson <cgrobertson@suse.com>
|
||||
|
||||
- Use FAT LTO objects in order to provide proper static library.
|
||||
- Use FAT LTO objects in order to provide proper static library
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 12:03:45 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
Mon Jul 15 06:05:03 UTC 2019 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
- update to version 4.21
|
||||
* 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
|
||||
* 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 21 07:30:43 UTC 2018 - wr@rosenauer.org
|
||||
Mon Oct 29 17:33:55 UTC 2018 - alarrosa@suse.com
|
||||
|
||||
- update to version 4.20
|
||||
* abstract socket address support for Linux (incl. Android)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mozilla-nspr
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# 2006-2025 Wolfgang Rosenauer
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -20,7 +20,7 @@
|
||||
%define useccache 1
|
||||
|
||||
Name: mozilla-nspr
|
||||
Version: 4.38.2
|
||||
Version: 4.36.2
|
||||
Release: 0
|
||||
Summary: Netscape Portable Runtime
|
||||
License: MPL-2.0
|
||||
|
||||
BIN
nspr-4.36.2.tar.gz
LFS
Normal file
BIN
nspr-4.36.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4092faeab77bdc9b32db1113e4215948ee768e26c4666db3b5a60b35f2c9105
|
||||
size 1025394
|
||||
Reference in New Issue
Block a user