openvpn: switch to libressl
This commit is contained in:
parent
0214ff0a08
commit
69618c2751
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'openvpn'
|
# Template file for 'openvpn'
|
||||||
pkgname=openvpn
|
pkgname=openvpn
|
||||||
version=2.3.4
|
version=2.3.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-password-save --enable-iproute2 --enable-systemd"
|
configure_args="--enable-password-save --enable-iproute2 --enable-systemd"
|
||||||
hostmakedepends="iproute2"
|
hostmakedepends="iproute2"
|
||||||
makedepends="openssl-devel lzo-devel pam-devel systemd-devel iproute2"
|
makedepends="libressl-devel lzo-devel pam-devel systemd-devel iproute2"
|
||||||
short_desc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network)"
|
short_desc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Reference in a new issue