wok diff iptables/receipt @ rev 25056
linux-wireless: add r8192ee.ko & rtl8821ae.ko
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 10:49:51 2022 +0000 (2022-06-06) |
parents | af8d823a3077 |
children |
line diff
1.1 --- a/iptables/receipt Mon Feb 14 14:14:23 2022 +0000 1.2 +++ b/iptables/receipt Mon Jun 06 10:49:51 2022 +0000 1.3 @@ -1,16 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iptables" 1.7 -VERSION="1.8.4" 1.8 +VERSION="1.8.7" 1.9 CATEGORY="security" 1.10 TAGS="firewall" 1.11 SHORT_DESC="Packet filtering framework (Firewall)." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="http://www.netfilter.org/" 1.15 +WEB_SITE="https://www.netfilter.org/projects/iptables/" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 -WGET_URL="http://www.netfilter.org/projects/iptables/files/$TARBALL" 1.19 +WGET_URL="${WEB_SITE}files/$TARBALL" 1.20 1.21 DEPENDS="linux-netfilter" 1.22 BUILD_DEPENDS="libmnl-dev linux-module-headers" 1.23 @@ -35,7 +35,7 @@ 1.24 --disable-nftables \ 1.25 $CONFIGURE_ARGS && 1.26 make && 1.27 - make DESTDIR=$DESTDIR install 1.28 + make install DESTDIR=$DESTDIR 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 @@ -45,7 +45,7 @@ 1.33 1.34 mkdir -p $fs/usr/lib 1.35 1.36 - cp -a $install/usr/sbin $fs/usr 1.37 - cp -a $install/usr/lib/lib* $fs/usr/lib 1.38 - cp -a $install/usr/lib/xtables $fs/usr/lib 1.39 + cp -a $install/usr/sbin $fs/usr 1.40 + cp -a $install/usr/lib/lib* $fs/usr/lib 1.41 + cp -a $install/usr/lib/xtables $fs/usr/lib 1.42 }