!60 update sample-keys

From: @li_ning_jie 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2024-11-15 07:31:29 +00:00 committed by Gitee
commit 0ad4cc1760
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1623 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: openvpn
Version: 2.4.8
Release: 10
Release: 11
Summary: A full-featured open source SSL VPN solution
License: GPLv2 and OpenSSL and SSLeay
URL: https://community.openvpn.net/openvpn
@ -11,6 +11,7 @@ Patch0001: CVE-2020-15078.patch
Patch0002: CVE-2022-0547.patch
Patch0003: CVE-2024-28882.patch
Patch0004: CVE-2024-5594.patch
Patch0005: backport-update-sample-keys.patch
BuildRequires: openssl-devel lz4-devel systemd-devel lzo-devel
BuildRequires: iproute pam-devel pkcs11-helper-devel >= 1.11
@ -42,7 +43,7 @@ User guide and other related documents for %{name}.
%prep
%autosetup -n %{name}-%{version} -p1
%autosetup -n %{name}-%{version} -p1 -S git
%build
%configure --enable-x509-alt-username --enable-iproute2 --with-crypto-library=openssl --enable-pkcs11 --enable-selinux --enable-systemd SYSTEMD_UNIT_DIR=%{_unitdir} TMPFILES_DIR=%{_tmpfilesdir} IPROUTE=/sbin/ip
@ -129,6 +130,9 @@ fi
%{_mandir}/man8/%{name}.8*
%changelog
* Wed Nov 06 2024 liningjie <liningjie@xfusion.com> - 2.4.8-11
- update sample-keys
* Sat Jul 20 2024 Funda Wang <fundawang@yeah.net> - 2.4.8-10
- Fix CVE-2024-5594