contrib/openvpn/Pkgfile
Thomas Penteker 55b2316ba8 [notify] openvpn: 2.3.5 -> 2.3.6
This update resolves CVE-2014-8104, a DoS vulnerability exploitable by
authenticated users. Detailed information about this issue can be found at
https://community.openvpn.net/openvpn/wiki/SecurityAnnouncement-97597e732b
2014-12-01 20:29:37 +01:00

25 lines
553 B
Plaintext

# Description: VPN Client
# URL: http://www.openvpn.net
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: lzo
name=openvpn
version=2.3.6
release=1
source=(http://swupdate.openvpn.net/community/releases/$name-$version.tar.gz \
openvpn)
build() {
install -D -m 755 openvpn $PKG/etc/rc.d/openvpn
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-iproute2 \
--disable-plugin-auth-pam
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}