Browse Source

strongswan-5.9.8-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
fcc494b461
1 changed files with 6 additions and 1 deletions
  1. 6 1
      s/strongswan/strongswan-vl.spec

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

@@ -6,7 +6,7 @@
 #%%define prerelease dr1
 
 Name:           strongswan
-Version:        5.9.5
+Version:        5.9.8
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Summary:        An OpenSource IPsec-based VPN and TNC solution
 Summary(ja):    オープンソースのIPsec VPN/TNCソリューション
@@ -116,6 +116,8 @@ PT-TLS to support TNC over TLS.
 # only for snapshots
 #autoreconf
 
+export CFLAGS="%{optflags} -Wno-format-security"
+
 # --with-ipsecdir moves internal commands to /usr/libexec/strongswan
 # --bindir moves 'pki' command to /usr/libexec/strongswan
 # See: http://wiki.strongswan.org/issues/552
@@ -343,6 +345,9 @@ fi
 
 
 %changelog
+* Thu Nov 03 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.9.8-1
+- new upstream release.
+
 * Tue Feb 08 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.9.5-1
 - new upstream release.