|
|
@ -5,8 +5,8 @@
|
|
|
|
%bcond_without tests_long
|
|
|
|
%bcond_without tests_long
|
|
|
|
|
|
|
|
|
|
|
|
Name: openvpn
|
|
|
|
Name: openvpn
|
|
|
|
Version: 2.5.7
|
|
|
|
Version: 2.5.8
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A full-featured TLS VPN solution
|
|
|
|
Summary: A full-featured TLS VPN solution
|
|
|
|
URL: https://community.openvpn.net/
|
|
|
|
URL: https://community.openvpn.net/
|
|
|
|
Source0: https://build.openvpn.net/downloads/releases/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://build.openvpn.net/downloads/releases/%{name}-%{version}.tar.xz
|
|
|
@ -16,7 +16,6 @@ Source3: roadwarrior-client.conf
|
|
|
|
# Upstream signing key
|
|
|
|
# Upstream signing key
|
|
|
|
Source10: gpgkey-F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7.gpg
|
|
|
|
Source10: gpgkey-F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7.gpg
|
|
|
|
Patch1: 0001-Change-the-default-cipher-to-AES-256-GCM-for-server-.patch
|
|
|
|
Patch1: 0001-Change-the-default-cipher-to-AES-256-GCM-for-server-.patch
|
|
|
|
Patch2: 0001-Allow-running-a-default-configuration-with-TLS-libra.patch
|
|
|
|
|
|
|
|
Patch50: openvpn-2.4-change-tmpfiles-permissions.patch
|
|
|
|
Patch50: openvpn-2.4-change-tmpfiles-permissions.patch
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: gnupg2
|
|
|
@ -78,7 +77,6 @@ to similar features as the various script-hooks.
|
|
|
|
gpgv2 --quiet --keyring %{SOURCE10} %{SOURCE1} %{SOURCE0}
|
|
|
|
gpgv2 --quiet --keyring %{SOURCE10} %{SOURCE1} %{SOURCE0}
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%patch1 -p1 -b .ch_default_cipher
|
|
|
|
%patch1 -p1 -b .ch_default_cipher
|
|
|
|
%patch2 -p1
|
|
|
|
|
|
|
|
%patch50 -p1
|
|
|
|
%patch50 -p1
|
|
|
|
|
|
|
|
|
|
|
|
# %%doc items shouldn't be executable.
|
|
|
|
# %%doc items shouldn't be executable.
|
|
|
@ -203,6 +201,9 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Nov 1 2022 David Sommerseth <davids@openvpn.net> - 2.5.8-1
|
|
|
|
|
|
|
|
- Update to upstream OpenVPN 2.5.8
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 31 2022 David Sommerseth <davids@openvpn.net> - 2.5.7-2
|
|
|
|
* Tue May 31 2022 David Sommerseth <davids@openvpn.net> - 2.5.7-2
|
|
|
|
- Added additional upstream patch resolving BF-CBC issues (to be removed with 2.5.8)
|
|
|
|
- Added additional upstream patch resolving BF-CBC issues (to be removed with 2.5.8)
|
|
|
|
https://patchwork.openvpn.net/patch/2504/
|
|
|
|
https://patchwork.openvpn.net/patch/2504/
|
|
|
|