update sample-keys

(cherry picked from commit 4dbbf8504816fefbe1693ec6e3ce800aa014d80a)
This commit is contained in:
liningjie 2024-11-06 10:18:46 +08:00 committed by openeuler-sync-bot
parent 607bf765c4
commit f8baa70826
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