wok diff iptables-template/receipt @ rev 22950

updated inotify-tools again (3.14 -> 3.20.2.2)
author Hans-G?nter Theisgen
date Fri Feb 28 14:33:03 2020 +0100 (2020-02-28)
parents 5b16e60b3d24
children 4ce52a0b72fd
line diff
     1.1 --- a/iptables-template/receipt	Fri Feb 26 18:25:53 2016 +0100
     1.2 +++ b/iptables-template/receipt	Fri Feb 28 14:33:03 2020 +0100
     1.3 @@ -7,7 +7,9 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="MIT"
     1.6  WEB_SITE="https://gist.github.com/jirutka/3742890"
     1.7 -EXTRA_SOURCE_FILES="rules-both.iptables rules-ipv4.iptables rules-ipv6.ip6tables"
     1.8 +TARBALL="rules-both.iptables"
     1.9 +WGET_URL="$WEB_SITE/raw/c025b0b8c58af49aa9644982c459314c9adba157/$TARBALL"
    1.10 +EXTRA_SOURCE_FILES="rules-ipv4.iptables rules-ipv6.ip6tables"
    1.11  
    1.12  BUILD_DEPENDS="wget"
    1.13  
    1.14 @@ -15,13 +17,13 @@
    1.15  compile_rules()
    1.16  {
    1.17  	mkdir -p $install/usr/share/iptables
    1.18 +	cp rules-both.iptables $install/usr/share/iptables
    1.19  	while read dir file ; do
    1.20  		[ -s "$SOURCES_REPOSITORY/$file" ] ||
    1.21  			wget --no-check-certificate -P $SOURCES_REPOSITORY \
    1.22  				$WEB_SITE/raw/$dir/$file
    1.23  		cp $SOURCES_REPOSITORY/$file $install/usr/share/iptables/
    1.24  	done <<EOT
    1.25 -c025b0b8c58af49aa9644982c459314c9adba157 rules-both.iptables
    1.26  622104b0e46e0e7134a69bb7ce24850943b8d2a7 rules-ipv4.iptables
    1.27  3b92a873bf750a6df32331657c641078adc5906e rules-ipv6.ip6tables
    1.28  EOT