Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3bc2426cd0 | |||
| e26c51951b |
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 12 08:06:31 UTC 2025 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 11:09:22 UTC 2024 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
@@ -21,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>
|
||||
@@ -40,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
|
||||
@@ -112,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
|
||||
@@ -120,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:
|
||||
@@ -138,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,8 +1,8 @@
|
||||
#
|
||||
# spec file for package mozilla-nspr
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# 2006-2024 Wolfgang Rosenauer
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# 2006-2025 Wolfgang Rosenauer
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%define useccache 1
|
||||
|
||||
Name: mozilla-nspr
|
||||
Version: 4.36
|
||||
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.
BIN
nspr-4.36.tar.gz
LFS
BIN
nspr-4.36.tar.gz
LFS
Binary file not shown.
Reference in New Issue
Block a user