summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-06-24 17:27:22 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-06-24 17:27:22 +0000
commitca6a5ac9bb882e76e016a2291a12e45fb4845271 (patch)
tree6a791dc566a3a7195979a6e4c6578823e384907c /net-firewall/ipp2p/files
parentSyntax and modules_load updates. (diff)
downloadhistorical-ca6a5ac9bb882e76e016a2291a12e45fb4845271.tar.gz
historical-ca6a5ac9bb882e76e016a2291a12e45fb4845271.tar.bz2
historical-ca6a5ac9bb882e76e016a2291a12e45fb4845271.zip
Version bump. Closes bug #95965.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-firewall/ipp2p/files')
-rw-r--r--net-firewall/ipp2p/files/digest-ipp2p-0.7.41
-rw-r--r--net-firewall/ipp2p/files/ipp2p-0.6-Makefile.patch34
2 files changed, 1 insertions, 34 deletions
diff --git a/net-firewall/ipp2p/files/digest-ipp2p-0.7.4 b/net-firewall/ipp2p/files/digest-ipp2p-0.7.4
new file mode 100644
index 000000000000..6ac7a7fa45eb
--- /dev/null
+++ b/net-firewall/ipp2p/files/digest-ipp2p-0.7.4
@@ -0,0 +1 @@
+MD5 a9ab4262de0f503cb8905d180a8bb75b ipp2p-0.7.4.tar.gz 16684
diff --git a/net-firewall/ipp2p/files/ipp2p-0.6-Makefile.patch b/net-firewall/ipp2p/files/ipp2p-0.6-Makefile.patch
deleted file mode 100644
index 3acd9b687591..000000000000
--- a/net-firewall/ipp2p/files/ipp2p-0.6-Makefile.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- Makefile.orig 2004-10-26 01:21:56.916739945 -0700
-+++ Makefile 2004-10-26 01:22:16.672041397 -0700
-@@ -20,16 +20,12 @@
- SED = sed
- IPTABLES = /sbin/iptables
- IPTABLES_VERSION = \
-- $(shell iptables --version | sed -e 's/^iptables v//')
-+ $(shell $(IPTABLES) --version | sed -e 's/^iptables v//')
- IPTABLES_OPTION = -DNETFILTER_VERSION=\"$(IPTABLES_VERSION)\"
-
-
- KERNEL_SRC = /lib/modules/$(shell uname -r)/build
--IUSER = -I/usr/src/iptables-1.2.9/include
- CC = gcc
--CFLAGS = -O2 -Wall
--
--
-
- all: modules libipt_ipp2p.so
-
-@@ -39,11 +35,10 @@
- $(CC) $(CFLAGS) -I$(KERNEL_SRC)/include -c ipt_ipp2p.c -D__KERNEL__ -DMODULE $(MODVERSIONS)
-
- ipt_ipp2p.ko:
-- $(MAKE) -C $(KERNEL_SRC) SUBDIRS=$(PWD) modules
--
-+ $(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules
-
- libipt_ipp2p.so: libipt_ipp2p.c ipt_ipp2p.h
-- $(CC) $(CFLAGS) $(IPTABLES_OPTION) $(IUSER) -fPIC -c libipt_ipp2p.c
-+ $(CC) $(CFLAGS) $(IPTABLES_OPTION) -fPIC -c libipt_ipp2p.c
- ld -shared -o libipt_ipp2p.so libipt_ipp2p.o
-
- clean: