forked from ports/contrib
xtables-addons: 3.9 -> 3.10
This commit is contained in:
parent
541b4039a6
commit
95a1c4c32b
@ -27,6 +27,7 @@ drwxr-xr-x root/root lib/modules/<kernel-version>/extra/
|
||||
-rw-r--r-- root/root lib/modules/<kernel-version>/extra/xt_quota2.ko
|
||||
-rw-r--r-- root/root lib/modules/<kernel-version>/modules.alias
|
||||
-rw-r--r-- root/root lib/modules/<kernel-version>/modules.alias.bin
|
||||
-rw-r--r-- root/root lib/modules/<kernel-version>/modules.builtin.alias.bin (EMPTY)
|
||||
-rw-r--r-- root/root lib/modules/<kernel-version>/modules.builtin.bin (EMPTY)
|
||||
-rw-r--r-- root/root lib/modules/<kernel-version>/modules.dep
|
||||
-rw-r--r-- root/root lib/modules/<kernel-version>/modules.dep.bin
|
||||
@ -35,6 +36,8 @@ drwxr-xr-x root/root lib/modules/<kernel-version>/extra/
|
||||
-rw-r--r-- root/root lib/modules/<kernel-version>/modules.symbols
|
||||
-rw-r--r-- root/root lib/modules/<kernel-version>/modules.symbols.bin
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/xt_geoip_fetch
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rwxr-xr-x root/root usr/lib/libxt_ACCOUNT_cl.la
|
||||
lrwxrwxrwx root/root usr/lib/libxt_ACCOUNT_cl.so -> libxt_ACCOUNT_cl.so.0.0.0
|
||||
@ -75,6 +78,7 @@ drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/xt_geoip_build.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/xt_geoip_dl.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/xt_geoip_fetch.1.gz
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-rw-r--r-- root/root usr/share/man/man8/iptaccount.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/xtables-addons.8.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3zVH/FBPLIRhj1DN7NHUnEi08F3ozDA0xLlS1t9yfs4nIWJx2DBOuO4naFhau0tuAioAbBbu6A3XLgdMAahMlQE=
|
||||
SHA256 (Pkgfile) = 2c2626668d8e643b0b1566cde1771de9166a8d23f4969f8f602aec22ea4f9b05
|
||||
SHA256 (.footprint) = 2311214a1d3137b070c94b25a7c85a1b16fb32552e1025a69b8363b93ee5a665
|
||||
SHA256 (xtables-addons-3.7.tar.xz) = 045ee3fcfe5d6edb95483cf49e2446ff8cab4bb79411018b18354138b70c5eb5
|
||||
RWSagIOpLGJF3+h1Tt+Zvgse2JdX01fNOR0Xu1bbP7dNZgVz0tHw398yozyhCZDSSgCSdMrZgcQ3cXiWRdTgKLdVwGxZDA/ELQk=
|
||||
SHA256 (Pkgfile) = 35f087e21de6d439d869ed0796f6b21215226d4ddf8d47972e49868799b6b5b7
|
||||
SHA256 (.footprint) = 114dd06c0e522713524011c7df94df52f3932201ec80a5170310a7bccff0dcf7
|
||||
SHA256 (xtables-addons-3.10.tar.xz) = b783ecbab46ff3534a0aaff2baacc79553f685697b1f034ca61698443b8210dc
|
||||
|
@ -5,9 +5,9 @@
|
||||
# Depends on: iptables libmnl
|
||||
|
||||
name=xtables-addons
|
||||
version=3.9
|
||||
version=3.10
|
||||
release=1
|
||||
source=(http://downloads.sourceforge.net/project/$name/Xtables-addons/$name-$version.tar.xz)
|
||||
source=(https://inai.de/files/$name/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
Loading…
x
Reference in New Issue
Block a user