|
@@ -27,7 +27,7 @@
|
|
|
|
|
|
Summary: Network Security Services
|
|
|
Name: nss
|
|
|
-Version: 3.94
|
|
|
+Version: 3.101.1
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
@@ -77,14 +77,13 @@ Patch4: iquote.patch
|
|
|
Patch12: nss-signtool-format.patch
|
|
|
# fedora disabled dbm by default
|
|
|
Patch40: nss-no-dbm-man-page.patch
|
|
|
-
|
|
|
-# https://bugzilla.mozilla.org/show_bug.cgi?id=1861265
|
|
|
-Patch50: nss-3.94-fix-ec-encoding.patch
|
|
|
+# allow crypto policies to enable kyber
|
|
|
+Patch41: nss-3.101-enable-kyber-policy.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
BuildRequires: nspr-devel >= %{nspr_version}
|
|
|
BuildRequires: sqlite3-devel
|
|
|
-BuildRequires: zlib-devel
|
|
|
+BuildRequires: pkgconfig(zlib)
|
|
|
BuildRequires: pkgconfig
|
|
|
BuildRequires: gawk
|
|
|
BuildRequires: psmisc
|
|
@@ -142,7 +141,7 @@ low level services.
|
|
|
## to build compat32 for x86_64 architecture support
|
|
|
%package -n compat32-%{name}
|
|
|
Summary: Network Security Services
|
|
|
-Group: system
|
|
|
+Group: system,legacy
|
|
|
|
|
|
%description -n compat32-%{name}
|
|
|
Network Security Services (NSS) is a set of libraries designed to
|
|
@@ -505,12 +504,14 @@ chmod 755 $RPM_BUILD_ROOT/%{_bindir}/nss-softokn-config
|
|
|
%{_includedir}/nss3/keyhi.h
|
|
|
%{_includedir}/nss3/keyt.h
|
|
|
%{_includedir}/nss3/keythi.h
|
|
|
+%{_includedir}/nss3/kyber.h
|
|
|
%{_includedir}/nss3/lowkeyi.h
|
|
|
%{_includedir}/nss3/lowkeyti.h
|
|
|
%{_includedir}/nss3/nss.h
|
|
|
%{_includedir}/nss3/nssb64.h
|
|
|
%{_includedir}/nss3/nssb64t.h
|
|
|
%{_includedir}/nss3/nssckbi.h
|
|
|
+%{_includedir}/nss3/nsshash.h
|
|
|
%{_includedir}/nss3/nssilckt.h
|
|
|
%{_includedir}/nss3/nssilock.h
|
|
|
%{_includedir}/nss3/nsslocks.h
|
|
@@ -603,6 +604,9 @@ chmod 755 $RPM_BUILD_ROOT/%{_bindir}/nss-softokn-config
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Jun 29 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.101.1-1
|
|
|
+- update to 3.101.1.
|
|
|
+
|
|
|
* Mon Oct 30 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.94-1
|
|
|
- update to 3.94.
|
|
|
|