Accepting request 1065822 from mozilla:Factory
- 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/request/show/1065822 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nss?expand=0&rev=198
This commit is contained in:
commit
fbb7619329
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 14 23:09:39 UTC 2023 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
- 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 <wr@rosenauer.org>
|
Sun Jan 15 20:25:25 UTC 2023 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
@ -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_min_version 4.35
|
||||||
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
||||||
%define nssdbdir %{_sysconfdir}/pki/nssdb
|
%define nssdbdir %{_sysconfdir}/pki/nssdb
|
||||||
Name: mozilla-nss
|
Name: mozilla-nss
|
||||||
Version: 3.86
|
Version: 3.87
|
||||||
Release: 0
|
Release: 0
|
||||||
%define underscore_version 3_86
|
%define underscore_version 3_87
|
||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -347,6 +347,9 @@ cp -L bin/certutil \
|
|||||||
bin/signver \
|
bin/signver \
|
||||||
bin/ssltap \
|
bin/ssltap \
|
||||||
%{buildroot}%{_bindir}
|
%{buildroot}%{_bindir}
|
||||||
|
# copy man-pages
|
||||||
|
mkdir -p %{buildroot}%{_mandir}/man1/
|
||||||
|
cp -L %{_builddir}/nss-%{version}/nss/doc/nroff/* %{buildroot}%{_mandir}/man1/
|
||||||
# copy unsupported tools
|
# copy unsupported tools
|
||||||
cp -L bin/atob \
|
cp -L bin/atob \
|
||||||
bin/btoa \
|
bin/btoa \
|
||||||
@ -461,6 +464,7 @@ fi
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%exclude %{_sbindir}/setup-nsssysinit.sh
|
%exclude %{_sbindir}/setup-nsssysinit.sh
|
||||||
%{_libexecdir}/nss/
|
%{_libexecdir}/nss/
|
||||||
|
%{_mandir}/*/*
|
||||||
%exclude %{_bindir}/nss-config
|
%exclude %{_bindir}/nss-config
|
||||||
%exclude %{_bindir}/nss-util-config
|
%exclude %{_bindir}/nss-util-config
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3f385fc686476bbba811035fa6821b542475d55747b18c20c221d4d66573b975
|
|
||||||
size 71423531
|
|
3
nss-3.87.tar.gz
Normal file
3
nss-3.87.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:68a1894496d3d158babc75f8a5dda3f55b7c1560573936e3b101a10fa4ac152d
|
||||||
|
size 71435408
|
Loading…
Reference in New Issue
Block a user