X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=27cde309b91aaba09cfca98f530c591259ba4dcc;hb=9eadba894a15cd5c7d4047d0f2fbd8372b385a90;hp=0bc479127780ab2f495dcf896d874c16721d40b7;hpb=369619c33fa68bc2c00cb4504ce60d347a0159c3;p=iptables.git diff --git a/Makefile b/Makefile index 0bc4791..27cde30 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,13 @@ WEBFETCH := wget SHA1SUM := sha1sum -ALL += iptables +ALL += iptables ipset iptables-URL := http://www.netfilter.org/projects/iptables/files/iptables-1.4.10.tar.bz2 -iptables-SHA1SUM := c961b58c57cb99b10f5bb753bf3b436c0df05c7c +iptables-SHA1SUM := 8190b8c9714a3eec825317e8ac1deeb3d11c6d29 +ipset-URL := http://ipset.netfilter.org/ipset-4.5.tar.bz2 +ipset-SHA1SUM := 696a5cd96459c8fb028f0dfb9927a5c4f183d28b iptables := $(notdir $(iptables-URL)) +ipset := $(notdir $(ipset-URL)) all: $(ALL) .PHONY: all