From b63d7dcf3f0aefa46f44f6da8b84821535a2b4b9 Mon Sep 17 00:00:00 2001 From: laforge Date: Sun, 2 Sep 2001 14:55:14 +0000 Subject: updated version number to 1.2.3, added "most-of-pom" target --- Makefile | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index db6ca76..8a6def2 100644 --- a/Makefile +++ b/Makefile @@ -7,13 +7,17 @@ TOPLEVEL_INCLUDED=YES ifndef KERNEL_DIR KERNEL_DIR=/usr/src/linux endif -NETFILTER_VERSION:=1.2.2 -OLD_NETFILTER_VERSION:=1.2.1a +NETFILTER_VERSION:=1.2.3 +OLD_NETFILTER_VERSION:=1.2.2 # Waiting for inclusions in the kernel tree. -PENDING_PATCHES:= +PENDING_PATCHES:= sackperm.patch ipt_MIRROR-ttl.patch ipt_REJECT-checkentry.patch # These went in previous kernels. -PENDING_PATCHES+=2.4.1.patch tos-fix.patch tcp-MSS.patch 2.4.4.patch ip6tables-export-symbols.patch sackperm.patch +PENDING_PATCHES+=2.4.1.patch tos-fix.patch tcp-MSS.patch 2.4.4.patch ip6tables-export-symbols.patch + +# these are working fine together and don't break themselves +MOSTOFPOM_PATCHES=NETLINK.patch NETMAP.patch SAME.patch TTL.patch ah-esp.patch ftos.patch iplimit.patch ipv4options.patch irc-conntrack-nat.patch length.patch mport.patch nth.patch pkttype.patch pool.patch psd.patch realm.patch snmp-nat.patch time.patch ttl.patch ulog.patch # string.patch (2.4.9) +MOSTOFPOM_PATCHES+=REJECT.patch.ipv6 LOG.patch.ipv6 ipv6-agr.patch.ipv6 ipv6-fixes.patch.ipv6 ipv6-ports.patch.ipv6 length.patch.ipv6 LIBDIR:=/usr/local/lib BINDIR:=/usr/local/sbin @@ -173,6 +177,10 @@ distclean: clean patch-o-matic/ patch-o-matic: @cd $@ && KERNEL_DIR=$(KERNEL_DIR) ./runme +.PHONY: most-of-pom +most-of-pom: + @cd patch-o-matic && KERNEL_DIR=$(KERNEL_DIR) ./runme $(MOSTOFPOM_PATCHES) + # Rusty's distro magic. .PHONY: distrib distrib: check distclean delrelease /home/public/netfilter/iptables-$(NETFILTER_VERSION).tar.bz2 diff md5sums # nowhitespace -- cgit v1.2.3