4 Commits

Author SHA256 Message Date
57b744c3cb Accepting request 1321911 from mozilla:Factory
- 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
  * 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)

OBS-URL: https://build.opensuse.org/request/show/1321911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=88
2025-12-11 17:34:41 +00:00
Wolfgang Rosenauer
c3061d0e3a - 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
  * 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)

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=140
2025-12-07 07:40:37 +00:00
24511d8d1c Accepting request 1305691 from mozilla:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/1305691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=87
2025-09-19 13:33:24 +00:00
Wolfgang Rosenauer
41ae4267d9 - 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

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=138
2025-09-18 07:40:08 +00:00
4 changed files with 60 additions and 23 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sun Dec 7 07:33:19 UTC 2025 - Wolfgang Rosenauer <wr@rosenauer.org>
- 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
* 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
-------------------------------------------------------------------
Mon Nov 25 11:09:22 UTC 2024 - Wolfgang Rosenauer <wr@rosenauer.org>
@@ -21,10 +50,10 @@ Sun Oct 16 19:59:43 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
* Add support for the LoongArch 64-bit architecture
-------------------------------------------------------------------
Wed Aug 10 13:25:50 UTC 2022 - Martin Sirringhaus <martin.sirringhaus@suse.com>
Wed Aug 17 11:18:23 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
- 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>
@@ -40,9 +69,14 @@ Wed Dec 29 11:14:31 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
* fixes to build system and export of private symbols
-------------------------------------------------------------------
Mon Jul 26 14:24:32 UTC 2021 - Martin Sirringhaus <martin.sirringhaus@suse.com>
Mon Aug 9 12:36:58 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
- update to version 4.32:
- added a ccache conditional
-------------------------------------------------------------------
Sun Jul 18 09:17:57 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
- 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
@@ -107,7 +141,7 @@ Tue Mar 3 21:11:34 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
* added support for Xtensa architecture
-------------------------------------------------------------------
Wed Jan 15 13:29:53 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
Tue Jan 7 08:17:40 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
- update to version 4.24
* added macro PR_ASSERT_ARG
@@ -115,13 +149,17 @@ Wed Jan 15 13:29:53 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
* added support for Nios-II, Nds32 and Microblaze architectures
-------------------------------------------------------------------
Wed Dec 4 09:41:12 UTC 2019 - Martin Sirringhaus <martin.sirringhaus@suse.com>
Fri Nov 15 23:22:52 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
- 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:
@@ -129,24 +167,23 @@ Wed Dec 4 09:41:12 UTC 2019 - Martin Sirringhaus <martin.sirringhaus@suse.com>
* correctness and build fixes
-------------------------------------------------------------------
Fri Nov 22 18:01:49 UTC 2019 - Charles Robertson <cgrobertson@suse.com>
Fri Aug 2 08:14:58 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library
- Use FAT LTO objects in order to provide proper static library.
-------------------------------------------------------------------
Mon Jul 15 06:05:03 UTC 2019 - Martin Sirringhaus <martin.sirringhaus@suse.com>
Tue Apr 23 12:03:45 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
- 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
-------------------------------------------------------------------
Mon Oct 29 17:33:55 UTC 2018 - alarrosa@suse.com
Sun Oct 21 07:30:43 UTC 2018 - wr@rosenauer.org
- update to version 4.20
* abstract socket address support for Linux (incl. Android)

View File

@@ -1,7 +1,7 @@
#
# spec file for package mozilla-nspr
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# 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.36
Version: 4.38.2
Release: 0
Summary: Netscape Portable Runtime
License: MPL-2.0

Binary file not shown.

3
nspr-4.38.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4092faeab77bdc9b32db1113e4215948ee768e26c4666db3b5a60b35f2c9105
size 1025394