Browse Source

updated 2 packages

nettle-3.7.2-1

wpa_supplicant-2.9-4
Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
fed9388414
2 changed files with 12 additions and 10 deletions
  1. 5 9
      n/nettle/nettle-vl.spec
  2. 7 1
      w/wpa_supplicant/wpa_supplicant-vl.spec

+ 5 - 9
n/nettle/nettle-vl.spec

@@ -3,7 +3,7 @@
 Summary:        A low-level cryptographic library
 Summary(ja):    低レベル暗号化ライブラリ
 Name:           nettle
-Version:        3.7.1
+Version:        3.7.2
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -145,22 +145,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
-/sbin/ldconfig
 
 %preun
 if [ $1 = 0 ]; then
   /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
 fi
 
-%postun -p /sbin/ldconfig
-
-%if %{build_compat32}
-%post -n compat32-%{name} -p /sbin/ldconfig
-%postun -n compat32-%{name} -p /sbin/ldconfig
-%endif
-
 
 %changelog
+* Sat Apr 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.2-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Wed Feb 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.1-1
 - new upstream release.
 

+ 7 - 1
w/wpa_supplicant/wpa_supplicant-vl.spec

@@ -4,7 +4,7 @@
 Summary: WPA/WPA2/IEEE 802.1X Supplicant
 Name: wpa_supplicant
 Version: 2.9
-Release: 3%{?_dist_release}%{?with_systemd:.systemd}
+Release: 4%{?_dist_release}%{?with_systemd:.systemd}
 Group: network,system
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -51,6 +51,9 @@ Patch11: 0001-P2P-Fix-copying-of-secondary-device-types-for-P2P-gr.patch
 # CVE-2021-27803
 Patch12: 0001-P2P-Fix-a-corner-case-in-peer-addition-based-on-PD-R.patch
 
+# CVE-2021-30004
+Patch13: 0001-ASN-1-Validate-DigestAlgorithmIdentifier-parameters.patch
+
 ## Vine patches
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -232,6 +235,9 @@ fi
 
 
 %changelog
+* Sat Apr 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.9-4
+- imported Patch13 from upstream to fox CVE-2021-30004.
+
 * Sat Mar 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.9-3
 - imported Patch11 from upstream to fix CVE-2021-0326.
 - imported Patch12 from upstream to fix CVE-2021-27803.