openvpn: 2.2.2 -> 2.3.0

This commit is contained in:
Thomas Penteker 2013-01-09 14:00:24 +01:00 committed by Danny Rawlins
parent 021f4dfd2e
commit 17e273a836
3 changed files with 12 additions and 4 deletions

View File

@ -2,6 +2,13 @@ drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/rc.d/ drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/openvpn -rwxr-xr-x root/root etc/rc.d/openvpn
drwxr-xr-x root/root usr/ 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/
drwxr-xr-x root/root usr/man/man8/ drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/openvpn.8.gz -rw-r--r-- root/root usr/man/man8/openvpn.8.gz

View File

@ -1,2 +1,2 @@
f8152ae5357778e949c32950874c03ac openvpn f8152ae5357778e949c32950874c03ac openvpn
c5181e27b7945fa6276d21873329c5c7 openvpn-2.2.2.tar.gz 56cffde5d5320e0b1ec364d3e486aca9 openvpn-2.3.0.tar.gz

View File

@ -4,8 +4,8 @@
# Depends on: lzo # Depends on: lzo
name=openvpn name=openvpn
version=2.2.2 version=2.3.0
release=2 release=1
source=(http://swupdate.openvpn.net/community/releases/$name-$version.tar.gz \ source=(http://swupdate.openvpn.net/community/releases/$name-$version.tar.gz \
openvpn) openvpn)
@ -14,7 +14,8 @@ build() {
cd $name-$version cd $name-$version
./configure --prefix=/usr \ ./configure --prefix=/usr \
--mandir=/usr/man --mandir=/usr/man \
--disable-plugin-auth-pam
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -r $PKG/usr/share rm -r $PKG/usr/share