wok rev 22956

updated ipset and ipset-dev (7.1 -> 7.6)
author Hans-G?nter Theisgen
date Fri Feb 28 15:32:13 2020 +0100 (2020-02-28)
parents eba8234042aa
children c0a400c412be
files ipset-dev/receipt ipset/receipt
line diff
     1.1 --- a/ipset-dev/receipt	Fri Feb 28 15:23:48 2020 +0100
     1.2 +++ b/ipset-dev/receipt	Fri Feb 28 15:32:13 2020 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ipset-dev"
     1.7 -VERSION="7.1"
     1.8 +VERSION="7.6"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="High speed match for an entry against a set of firewall rules."
    1.11 +SHORT_DESC="High speed match for an entry against a set of firewall rules - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://ipset.netfilter.org/"
    1.15  
    1.16 +DEPENDS="ipset pkg-config"
    1.17  WANTED="ipset"
    1.18 -DEPENDS="ipset pkg-config"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
     2.1 --- a/ipset/receipt	Fri Feb 28 15:23:48 2020 +0100
     2.2 +++ b/ipset/receipt	Fri Feb 28 15:32:13 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ipset"
     2.7 -VERSION="7.1"
     2.8 +VERSION="7.6"
     2.9  CATEGORY="security"
    2.10  SHORT_DESC="High speed match for an entry against a set of firewall rules."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -12,13 +12,14 @@
    2.13  WGET_URL="${WEB_SITE}$TARBALL"
    2.14  
    2.15  DEPENDS="libmnl"
    2.16 -BUILD_DEPENDS="linux-module-headers libltdl libmnl-dev pkg-config"
    2.17 +BUILD_DEPENDS="libltdl libmnl-dev linux-module-headers pkg-config"
    2.18  
    2.19  # Rules to configure and make the package.
    2.20  compile_rules()
    2.21  {
    2.22  	KVERSION=$(grep ^VERSION= $WOK/linux/receipt | cut -d '"' -f 2)-slitaz
    2.23 -	sed -i "s/uname -r/echo $KVERSION/" configure
    2.24 +	sed -i "s/uname -r/echo $KVERSION/" \
    2.25 +		configure
    2.26  
    2.27  	./configure		\
    2.28  		--prefix=/usr	\