# HG changeset patch # User Hans-G?nter Theisgen # Date 1582900333 -3600 # Node ID 9f5504597c0b7932320e67d4f8b0b5fa8b8add68 # Parent eba8234042aa1733c0f6d59958a5ceebaa58d845 updated ipset and ipset-dev (7.1 -> 7.6) diff -r eba8234042aa -r 9f5504597c0b ipset-dev/receipt --- a/ipset-dev/receipt Fri Feb 28 15:23:48 2020 +0100 +++ b/ipset-dev/receipt Fri Feb 28 15:32:13 2020 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="ipset-dev" -VERSION="7.1" +VERSION="7.6" CATEGORY="development" -SHORT_DESC="High speed match for an entry against a set of firewall rules." +SHORT_DESC="High speed match for an entry against a set of firewall rules - development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="http://ipset.netfilter.org/" +DEPENDS="ipset pkg-config" WANTED="ipset" -DEPENDS="ipset pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r eba8234042aa -r 9f5504597c0b ipset/receipt --- a/ipset/receipt Fri Feb 28 15:23:48 2020 +0100 +++ b/ipset/receipt Fri Feb 28 15:32:13 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ipset" -VERSION="7.1" +VERSION="7.6" CATEGORY="security" SHORT_DESC="High speed match for an entry against a set of firewall rules." MAINTAINER="pascal.bellard@slitaz.org" @@ -12,13 +12,14 @@ WGET_URL="${WEB_SITE}$TARBALL" DEPENDS="libmnl" -BUILD_DEPENDS="linux-module-headers libltdl libmnl-dev pkg-config" +BUILD_DEPENDS="libltdl libmnl-dev linux-module-headers pkg-config" # Rules to configure and make the package. compile_rules() { KVERSION=$(grep ^VERSION= $WOK/linux/receipt | cut -d '"' -f 2)-slitaz - sed -i "s/uname -r/echo $KVERSION/" configure + sed -i "s/uname -r/echo $KVERSION/" \ + configure ./configure \ --prefix=/usr \