From 17b7ee46a40f2513e9ec4c9b3165c82df9c807f18f2270f85ea8102507b3b44d Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Tue, 14 Feb 2023 23:11:03 +0000 Subject: [PATCH] - update to NSS 3.87 * bmo#1803226 - NULL password encoding incorrect * bmo#1804071 - Fix rng stub signature for fuzzing builds * bmo#1803595 - Updating the compiler parsing for build * bmo#1749030 - Modification of supported compilers * bmo#1774654 - tstclnt crashes when accessing gnutls server without a user cert in the database. * bmo#1751707 - Add configuration option to enable source-based coverage sanitizer * bmo#1751705 - Update ECCKiila generated files. * bmo#1730353 - Add support for the LoongArch 64-bit architecture * bmo#1798823 - add checks for zero-length RSA modulus to avoid memory errors and failed assertions later * bmo#1798823 - Additional zero-length RSA modulus checks - add man-pages to the tools package (boo#1208242) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=405 --- mozilla-nss.changes | 19 +++++++++++++++++++ mozilla-nss.spec | 10 +++++++--- nss-3.86.tar.gz | 3 --- nss-3.87.tar.gz | 3 +++ 4 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 nss-3.86.tar.gz create mode 100644 nss-3.87.tar.gz diff --git a/mozilla-nss.changes b/mozilla-nss.changes index 9bb7723..213fb4f 100644 --- a/mozilla-nss.changes +++ b/mozilla-nss.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Feb 14 23:09:39 UTC 2023 - Wolfgang Rosenauer + +- update to NSS 3.87 + * bmo#1803226 - NULL password encoding incorrect + * bmo#1804071 - Fix rng stub signature for fuzzing builds + * bmo#1803595 - Updating the compiler parsing for build + * bmo#1749030 - Modification of supported compilers + * bmo#1774654 - tstclnt crashes when accessing gnutls server + without a user cert in the database. + * bmo#1751707 - Add configuration option to enable source-based + coverage sanitizer + * bmo#1751705 - Update ECCKiila generated files. + * bmo#1730353 - Add support for the LoongArch 64-bit architecture + * bmo#1798823 - add checks for zero-length RSA modulus to avoid + memory errors and failed assertions later + * bmo#1798823 - Additional zero-length RSA modulus checks +- add man-pages to the tools package (boo#1208242) + ------------------------------------------------------------------- Sun Jan 15 20:25:25 UTC 2023 - Wolfgang Rosenauer diff --git a/mozilla-nss.spec b/mozilla-nss.spec index c83e5c6..0d33a60 100644 --- a/mozilla-nss.spec +++ b/mozilla-nss.spec @@ -17,14 +17,14 @@ # -%global nss_softokn_fips_version 3.86 +%global nss_softokn_fips_version 3.87 %define NSPR_min_version 4.35 %define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr) %define nssdbdir %{_sysconfdir}/pki/nssdb Name: mozilla-nss -Version: 3.86 +Version: 3.87 Release: 0 -%define underscore_version 3_86 +%define underscore_version 3_87 Summary: Network Security Services License: MPL-2.0 Group: System/Libraries @@ -347,6 +347,9 @@ cp -L bin/certutil \ bin/signver \ bin/ssltap \ %{buildroot}%{_bindir} +# copy man-pages +mkdir -p %{buildroot}%{_mandir}/man1/ +cp -L %{_builddir}/nss-%{version}/nss/doc/nroff/* %{buildroot}%{_mandir}/man1/ # copy unsupported tools cp -L bin/atob \ bin/btoa \ @@ -461,6 +464,7 @@ fi %{_bindir}/* %exclude %{_sbindir}/setup-nsssysinit.sh %{_libexecdir}/nss/ +%{_mandir}/*/* %exclude %{_bindir}/nss-config %exclude %{_bindir}/nss-util-config diff --git a/nss-3.86.tar.gz b/nss-3.86.tar.gz deleted file mode 100644 index ad97f90..0000000 --- a/nss-3.86.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f385fc686476bbba811035fa6821b542475d55747b18c20c221d4d66573b975 -size 71423531 diff --git a/nss-3.87.tar.gz b/nss-3.87.tar.gz new file mode 100644 index 0000000..412f2bf --- /dev/null +++ b/nss-3.87.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a1894496d3d158babc75f8a5dda3f55b7c1560573936e3b101a10fa4ac152d +size 71435408