Enable the asynchronous push feature, which can improve connect speeds with slow authentication backends

epel8
David Sommerseth 6 years ago
parent a312456315
commit 2bb4f27d76
No known key found for this signature in database
GPG Key ID: 8876DD803369EF14

@ -7,7 +7,7 @@
Name: openvpn Name: openvpn
Version: 2.4.6 Version: 2.4.6
Release: 2%{?prerelease:.%{prerelease}}%{?dist} Release: 3%{?prerelease:.%{prerelease}}%{?dist}
Summary: A full-featured SSL VPN solution Summary: A full-featured SSL VPN solution
URL: https://community.openvpn.net/ URL: https://community.openvpn.net/
Source0: https://swupdate.openvpn.org/community/releases/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.xz Source0: https://swupdate.openvpn.org/community/releases/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.xz
@ -80,6 +80,7 @@ find contrib sample -type f -perm /100 \
--enable-selinux \ --enable-selinux \
--enable-systemd \ --enable-systemd \
--enable-x509-alt-username \ --enable-x509-alt-username \
--enable-async-push \
--docdir=%{_pkgdocdir} \ --docdir=%{_pkgdocdir} \
SYSTEMD_UNIT_DIR=%{_unitdir} \ SYSTEMD_UNIT_DIR=%{_unitdir} \
TMPFILES_DIR=%{_tmpfilesdir} \ TMPFILES_DIR=%{_tmpfilesdir} \
@ -183,6 +184,9 @@ getent passwd openvpn &>/dev/null || \
%changelog %changelog
* Sat Oct 6 2018 David Sommerseth <dazo@eurephia.org> - 2.4.6-3
- Enable the asynchronous push feature, which can improve connect speeds with slow authentication backends
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-2 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

Loading…
Cancel
Save