diff --git a/openvpn.spec b/openvpn.spec index 993705fb382e6e70da04553edc4ced7ff159b097..a73d7a3a7dcfde77812dcddddf7d84cc9c4a20d4 100644 --- a/openvpn.spec +++ b/openvpn.spec @@ -1,12 +1,12 @@ Name: openvpn Version: 2.5.5 -Release: 1 +Release: 2 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 Source0: https://swupdate.openvpn.org/community/releases/openvpn-%{version}.tar.gz -# https://github.com/OpenVPN/openvpn/commit/58ec3bb -Patch0002: CVE-2022-0547.patch +# https://github.com/OpenVPN/openvpn/commit/af3e382 +Patch0: CVE-2022-0547.patch BuildRequires: openssl-devel lz4-devel systemd-devel lzo-devel gcc BuildRequires: iproute pam-devel pkcs11-helper-devel >= 1.11 @@ -58,7 +58,6 @@ cp -a contrib sample $RPM_BUILD_ROOT%{_pkgdocdir} %check make check - %pre getent group openvpn &>/dev/null || groupadd -r openvpn getent passwd openvpn &>/dev/null || \ @@ -124,12 +123,12 @@ fi %{_mandir}/man5/openvpn-examples.5.gz %changelog -* Wed Apr 13 2022 xigaoxinyan - 2.5.5-1 -- Update to 2.5.5 - -* Wed Mar 30 2022 wangkai - 2.4.8-7 +* Wed Mar 30 2022 wangkai - 2.5.5-2 - Fix CVE-2022-0547 +* Wed Dec 29 2021 zhangjiapeng - 2.5.5-1 +- Update to 2.5.5 + * Wed Jun 9 2021 zhaoyao - 2.4.8-6 - fix faileds: /bin/sh: gcc: command not found.