Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openvpn: update to 2.5.8. #40713

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/openvpn/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'openvpn'
pkgname=openvpn
version=2.5.7
version=2.5.8
revision=1
build_style=gnu-configure
configure_args="$(vopt_enable pkcs11) --disable-systemd
Expand All @@ -14,7 +14,7 @@ license="GPL-2.0-only"
homepage="https://www.openvpn.net"
changelog="https://raw.githubusercontent.com/OpenVPN/openvpn/release/${version%.*}/Changes.rst"
distfiles="http://build.openvpn.net/downloads/releases/${pkgname}-${version}.tar.xz"
checksum=313bca7e996a4f59ef9940dd87c6c4b9168064db9be6cabebd37cd65f13759ed
checksum=2bbd0026469902037ee6499b68283d5ab36c74e36cae3112082cfdf6c77a0c57

build_options="mbedtls pkcs11"
build_options_default="pkcs11"
Expand Down