wok-6.x diff ipset/receipt @ rev 23501
updated python-jinja2 (2.7 -> 2.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 07:57:27 2020 +0100 (2020-04-06) |
parents | c697de7825ae |
children | ad8b9ff412d2 |
line diff
1.1 --- a/ipset/receipt Wed Mar 13 15:51:22 2019 +0100 1.2 +++ b/ipset/receipt Mon Apr 06 07:57:27 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ipset" 1.7 -VERSION="7.1" 1.8 +VERSION="7.6" 1.9 CATEGORY="security" 1.10 SHORT_DESC="High speed match for an entry against a set of firewall rules." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -12,13 +12,14 @@ 1.13 WGET_URL="${WEB_SITE}$TARBALL" 1.14 1.15 DEPENDS="libmnl" 1.16 -BUILD_DEPENDS="linux-module-headers libltdl libmnl-dev pkg-config" 1.17 +BUILD_DEPENDS="libltdl libmnl-dev linux-module-headers pkg-config" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 KVERSION=$(grep ^VERSION= $WOK/linux/receipt | cut -d '"' -f 2)-slitaz 1.23 - sed -i "s/uname -r/echo $KVERSION/" configure 1.24 + sed -i "s/uname -r/echo $KVERSION/" \ 1.25 + configure 1.26 1.27 ./configure \ 1.28 --prefix=/usr \