# HG changeset patch # User Hans-G?nter Theisgen # Date 1582900890 -3600 # Node ID c0a400c412beed90916ecff2278c0188422b5674 # Parent 9f5504597c0b7932320e67d4f8b0b5fa8b8add68 updated iptables and iptables-dev (1.4.21 -> 1.8.4) diff -r 9f5504597c0b -r c0a400c412be iptables-dev/receipt --- a/iptables-dev/receipt Fri Feb 28 15:32:13 2020 +0100 +++ b/iptables-dev/receipt Fri Feb 28 15:41:30 2020 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="iptables-dev" -VERSION="1.4.21" +VERSION="1.8.4" CATEGORY="development" -SHORT_DESC="Packet filtering framework (Firewall) - dev files" -WEB_SITE="http://www.netfilter.org/" +SHORT_DESC="Packet filtering framework (Firewall) - development files." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://www.netfilter.org/" + +DEPENDS="iptables pkg-config" WANTED="iptables" -DEPENDS="pkg-config iptables" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { EXTRAVERSION=_${kvers} + mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r 9f5504597c0b -r c0a400c412be iptables/receipt --- a/iptables/receipt Fri Feb 28 15:32:13 2020 +0100 +++ b/iptables/receipt Fri Feb 28 15:41:30 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="iptables" -VERSION="1.4.21" +VERSION="1.8.4" CATEGORY="security" +TAGS="firewall" SHORT_DESC="Packet filtering framework (Firewall)." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://www.netfilter.org/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.netfilter.org/" WGET_URL="http://www.netfilter.org/projects/iptables/files/$TARBALL" -TAGS="firewall" DEPENDS="linux-netfilter" BUILD_DEPENDS="linux-module-headers" @@ -17,22 +18,25 @@ # Rules to configure and make the package. compile_rules() { - cd $src # Set the right Kernel path to compile. KERNEL_PATH="/usr/src/linux" - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/iptables \ - --mandir=/usr/share/man \ + + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/iptables \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { EXTRAVERSION=_${kvers} + mkdir -p $fs/usr/lib + cp -a $install/usr/sbin $fs/usr cp -a $install/usr/lib/lib* $fs/usr/lib cp -a $install/usr/lib/xtables $fs/usr/lib