ipset: 6.16.1 -> 6.30
This commit is contained in:
parent
31012d7d06
commit
473c02e4b9
@ -21,11 +21,14 @@ drwxr-xr-x root/root usr/include/libipset/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libipset.a
|
||||
-rwxr-xr-x root/root usr/lib/libipset.la
|
||||
lrwxrwxrwx root/root usr/lib/libipset.so -> libipset.so.2.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libipset.so.2 -> libipset.so.2.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libipset.so.2.0.0
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/ipset.8.gz
|
||||
lrwxrwxrwx root/root usr/lib/libipset.so -> libipset.so.3.6.0
|
||||
lrwxrwxrwx root/root usr/lib/libipset.so.3 -> libipset.so.3.6.0
|
||||
-rwxr-xr-x root/root usr/lib/libipset.so.3.6.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libipset.pc
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/ipset
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-rw-r--r-- root/root usr/share/man/man8/ipset.8.gz
|
||||
|
@ -1 +1 @@
|
||||
9fd70c825f052db7dc9d5ba0562b7083 ipset-6.16.1.tar.bz2
|
||||
41c32e3b884ec714f0aac95e7675f9d1 ipset-6.30.tar.bz2
|
||||
|
@ -5,18 +5,15 @@
|
||||
# Depends on: iptables libmnl
|
||||
|
||||
name=ipset
|
||||
version=6.16.1
|
||||
version=6.30
|
||||
release=1
|
||||
source=(http://$name.netfilter.org/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-${version%%-*}
|
||||
cd $name-$version
|
||||
|
||||
./autogen.sh
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
CONFIG_SHELL=/bin/bash \
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user