diff --git a/openvpn/.footprint b/openvpn/.footprint index 9f21d1022..49c6883c1 100644 --- a/openvpn/.footprint +++ b/openvpn/.footprint @@ -2,6 +2,13 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/rc.d/ -rwxr-xr-x root/root etc/rc.d/openvpn drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/openvpn-plugin.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/openvpn/ +drwxr-xr-x root/root usr/lib/openvpn/plugins/ +-rwxr-xr-x root/root usr/lib/openvpn/plugins/openvpn-plugin-down-root.la +-rwxr-xr-x root/root usr/lib/openvpn/plugins/openvpn-plugin-down-root.so drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/openvpn.8.gz diff --git a/openvpn/.md5sum b/openvpn/.md5sum index 1592cbf0d..9173a8cf0 100644 --- a/openvpn/.md5sum +++ b/openvpn/.md5sum @@ -1,2 +1,2 @@ f8152ae5357778e949c32950874c03ac openvpn -c5181e27b7945fa6276d21873329c5c7 openvpn-2.2.2.tar.gz +56cffde5d5320e0b1ec364d3e486aca9 openvpn-2.3.0.tar.gz diff --git a/openvpn/Pkgfile b/openvpn/Pkgfile index 77bdba153..e3f90db78 100644 --- a/openvpn/Pkgfile +++ b/openvpn/Pkgfile @@ -4,8 +4,8 @@ # Depends on: lzo name=openvpn -version=2.2.2 -release=2 +version=2.3.0 +release=1 source=(http://swupdate.openvpn.net/community/releases/$name-$version.tar.gz \ openvpn) @@ -14,7 +14,8 @@ build() { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man + --mandir=/usr/man \ + --disable-plugin-auth-pam make make DESTDIR=$PKG install rm -r $PKG/usr/share