!59 [sync] PR-57: update sample-keys

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

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: openvpn
Version: 2.5.5
Release: 4
Release: 5
Summary: A full-featured open source SSL VPN solution
License: GPL-2.0-or-later and OpenSSL and SSLeay
URL: https://community.openvpn.net/openvpn
@ -9,6 +9,7 @@ Source0: https://swupdate.openvpn.org/community/releases/openvpn-%{version}.tar.
Patch0: CVE-2022-0547.patch
Patch1: CVE-2024-28882.patch
Patch2: CVE-2024-5594.patch
Patch3: backport-update-sample-keys.patch
BuildRequires: openssl-devel lz4-devel systemd-devel lzo-devel gcc
BuildRequires: iproute pam-devel pkcs11-helper-devel >= 1.11
@ -38,7 +39,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
@ -125,6 +126,9 @@ fi
%{_mandir}/man5/openvpn-examples.5.gz
%changelog
* Wed Nov 06 2024 liningjie <liningjie@xfusion.com> - 2.5.5-5
- update sample-keys
* Sat Jul 20 2024 Funda Wang <fundawang@yeah.net> - 2.5.5-4
- Fix CVE-2024-5594