Browse Source

updated 2 packages

nspr-4.35-3

nss-3.101.1-1
Tomohiro "Tomo-p" KATO 8 months ago
parent
commit
89f6967f34
2 changed files with 14 additions and 7 deletions
  1. 4 1
      n/nspr/nspr-vl.spec
  2. 10 6
      n/nss/nss-vl.spec

+ 4 - 1
n/nspr/nspr-vl.spec

@@ -4,7 +4,7 @@ Summary:	Netscape Portable Runtime
 Summary(ja):    Netscape ポータブルランタイム
 Name:		nspr
 Version:	4.35
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Group:		system
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -135,6 +135,9 @@ NSPR_VERSION=`./config/nspr-config --version`
 
 
 %changelog
+* Sat Jun 29 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.35-3
+- rebuilt with current environment.
+
 * Mon Oct 30 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.35-2
 - rebuilt with current environment.
 

+ 10 - 6
n/nss/nss-vl.spec

@@ -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.