Browse Source

updated 2 packages

strongswan-6.0.0-1

zabbix-7.0.6-1
Tomohiro "Tomo-p" KATO 7 months ago
parent
commit
7feaefbd86
2 changed files with 14 additions and 6 deletions
  1. 6 5
      s/strongswan/strongswan-vl.spec
  2. 8 1
      z/zabbix/zabbix-vl.spec

+ 6 - 5
s/strongswan/strongswan-vl.spec

@@ -6,7 +6,7 @@
 #%%define prerelease dr1
 
 Name:           strongswan
-Version:        5.9.14
+Version:        6.0.0
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Summary:        An OpenSource IPsec-based VPN and TNC solution
 Summary(ja):    オープンソースのIPsec VPN/TNCソリューション
@@ -127,7 +127,7 @@ PT-TLS to support TNC over TLS.
 
 %build
 # only for snapshots
-#autoreconf
+autoreconf -vif
 
 export CFLAGS="%{optflags} -Wno-format-security"
 
@@ -154,7 +154,6 @@ export CFLAGS="%{optflags} -Wno-format-security"
     --enable-chapoly \
     --enable-md4 \
     --enable-gcrypt \
-    --enable-newhope \
     --enable-xauth-eap \
     --enable-xauth-pam \
     --enable-xauth-noauth \
@@ -183,6 +182,7 @@ export CFLAGS="%{optflags} -Wno-format-security"
     --enable-led \
     --enable-sql \
     --enable-sqlite \
+    --enable-stroke \
     --enable-tnc-ifmap \
     --enable-tnc-pdp \
     --enable-tnc-imc \
@@ -205,8 +205,6 @@ export CFLAGS="%{optflags} -Wno-format-security"
     --enable-imv-attestation \
     --enable-imv-os \
     --enable-imc-os \
-    --enable-imc-swid \
-    --enable-imv-swid \
     --enable-imc-swima \
     --enable-imv-swima \
     --enable-imc-hcd \
@@ -362,6 +360,9 @@ fi
 
 
 %changelog
+* Sat Dec  7 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 6.0.0-1
+- new upstream release.
+
 * Sat Jun 29 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.9.14-1
 - new upstream release.
 

+ 8 - 1
z/zabbix/zabbix-vl.spec

@@ -19,7 +19,7 @@
 
 Summary: The Enterprise-class Monitoring Solution for Everyone
 Name: zabbix
-Version: 7.0.2
+Version: 7.0.6
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: system
 Vendor: Project Vine
@@ -52,6 +52,7 @@ Source120: %{name}-tmpfiles-zabbixsrv.conf
 # cd zabbix-7.0.2/src/go; GOPROXY=https://proxy.golang.org,direct go mod vendor
 Source1000: vendor.tar.xz
 %endif
+Patch1: zabbix-php84.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 %if %{with server}%{with proxy}
@@ -230,6 +231,9 @@ Zabbix web frontend with PHP and PostgreSQL.
 
 %prep
 %setup -q -T -a 0 -c -n zabbix-%{version}
+pushd zabbix-%{version}
+%patch1 -p1 -b .php84
+popd
 %if %{with agent2}
 pushd zabbix-%{version}/src/go
 tar xvf %{SOURCE1000}
@@ -734,6 +738,9 @@ fi
 
 
 %changelog
+* Fri Dec 13 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.6-1
+- new upstream release.
+
 * Mon Aug 05 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.2-1
 - new upstream release.