summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2007-08-12 10:11:22 +0000
committerPeter Volkov <pva@gentoo.org>2007-08-12 10:11:22 +0000
commit2576202307d5e34d555f024d21756717eadca669 (patch)
tree46ceb675f6924b6e0e09ec9d5d27ca3d4d51f25b /net-firewall/ebtables/files
parentVersion bump. (diff)
downloadhistorical-2576202307d5e34d555f024d21756717eadca669.tar.gz
historical-2576202307d5e34d555f024d21756717eadca669.tar.bz2
historical-2576202307d5e34d555f024d21756717eadca669.zip
Version bump. Fixed bug #159371 and bug #167769. Thank Jochen Schlick, Olivier Huber, Richard Benjamin Voigt and others mentioned in that bugs.
Package-Manager: portage-2.1.3.4
Diffstat (limited to 'net-firewall/ebtables/files')
-rw-r--r--net-firewall/ebtables/files/digest-ebtables-2.0.8.13
-rw-r--r--net-firewall/ebtables/files/ebtables-2.0.8.1-fix-textrel.patch11
-rw-r--r--net-firewall/ebtables/files/ebtables-2.0.8.1-scripts-build.patch66
3 files changed, 80 insertions, 0 deletions
diff --git a/net-firewall/ebtables/files/digest-ebtables-2.0.8.1 b/net-firewall/ebtables/files/digest-ebtables-2.0.8.1
new file mode 100644
index 000000000000..1d64e3bc0cbc
--- /dev/null
+++ b/net-firewall/ebtables/files/digest-ebtables-2.0.8.1
@@ -0,0 +1,3 @@
+MD5 216e5d20fbd0e56dbe7e56b0d07b1909 ebtables-v2.0.8-1.tar.gz 96681
+RMD160 0ff0f5aeaa418157b0e791dfbe93450ef323da51 ebtables-v2.0.8-1.tar.gz 96681
+SHA256 e33edf08d5ae7974d3575f62468a981cc42afb1164bde3f0402e08fcfc404f74 ebtables-v2.0.8-1.tar.gz 96681
diff --git a/net-firewall/ebtables/files/ebtables-2.0.8.1-fix-textrel.patch b/net-firewall/ebtables/files/ebtables-2.0.8.1-fix-textrel.patch
new file mode 100644
index 000000000000..97a5497cabf2
--- /dev/null
+++ b/net-firewall/ebtables/files/ebtables-2.0.8.1-fix-textrel.patch
@@ -0,0 +1,11 @@
+--- ./Makefile.orig 2007-08-12 13:02:55.000000000 +0400
++++ ./Makefile 2007-08-12 13:03:04.000000000 +0400
+@@ -87,7 +87,7 @@
+ $(CC) $(CFLAGS) $(CFLAGS_SH_LIB) $(PROGSPECS) -c -o $@ $< -Iinclude/
+
+ ebtables.o: ebtables.c include/ebtables_u.h
+- $(CC) $(CFLAGS) $(PROGSPECS) -c -o $@ $< -I$(KERNEL_INCLUDES)
++ $(CC) $(CFLAGS) $(CFLAGS_SH_LIB) $(PROGSPECS) -c -o $@ $< -I$(KERNEL_INCLUDES)
+
+ ebtables-standalone.o: ebtables-standalone.c include/ebtables_u.h
+ $(CC) $(CFLAGS) $(PROGSPECS) -c $< -o $@ -I$(KERNEL_INCLUDES)
diff --git a/net-firewall/ebtables/files/ebtables-2.0.8.1-scripts-build.patch b/net-firewall/ebtables/files/ebtables-2.0.8.1-scripts-build.patch
new file mode 100644
index 000000000000..798eefda4290
--- /dev/null
+++ b/net-firewall/ebtables/files/ebtables-2.0.8.1-scripts-build.patch
@@ -0,0 +1,66 @@
+--- ./Makefile.orig 2007-08-12 13:25:23.000000000 +0400
++++ ./Makefile 2007-08-12 13:36:13.000000000 +0400
+@@ -15,15 +15,6 @@
+ SYSCONFIGDIR:=/usr/share/doc/ebtables-2.0.8.1
+ DESTDIR:=
+
+-# include DESTDIR param
+-override LIBDIR:=$(DESTDIR)$(LIBDIR)/$(PROGNAME)
+-override MANDIR:=$(DESTDIR)$(MANDIR)
+-override BINDIR:=$(DESTDIR)$(BINDIR)
+-override ETCDIR:=$(DESTDIR)$(ETCDIR)
+-override INITDIR:=$(DESTDIR)$(INITDIR)
+-override SYSCONFIGDIR:=$(DESTDIR)$(SYSCONFIGDIR)
+-
+-
+ CFLAGS:=-Wall -Wunused
+ CFLAGS_SH_LIB:=-fPIC
+ CC:=gcc
+@@ -163,34 +154,34 @@
+ .PHONY: scripts
+ scripts: ebtables-save ebtables.sysv ebtables-config
+ cat ebtables-save | sed 's/__EXEC_PATH__/$(tmp1)/g' > ebtables-save_
+- install -m 0755 -o root -g root ebtables-save_ $(BINDIR)/ebtables-save
++ install -m 0755 -o root -g root ebtables-save_ $(DESTDIR)$(BINDIR)/ebtables-save
+ cat ebtables.sysv | sed 's/__EXEC_PATH__/$(tmp1)/g' | sed 's/__SYSCONFIG__/$(tmp2)/g' > ebtables.sysv_
+- install -m 0755 -o root -g root ebtables.sysv_ $(INITDIR)/ebtables
++ install -m 0755 -o root -g root ebtables.sysv_ $(DESTDIR)$(INITDIR)/ebtables
+ cat ebtables-config | sed 's/__SYSCONFIG__/$(tmp2)/g' > ebtables-config_
+- install -m 0600 -o root -g root ebtables-config_ $(SYSCONFIGDIR)/ebtables-config
++ install -m 0600 -o root -g root ebtables-config_ $(DESTDIR)$(SYSCONFIGDIR)/ebtables-config
+ rm -f ebtables-save_ ebtables.sysv_ ebtables-config_
+
+ $(MANDIR)/man8/ebtables.8: ebtables.8
+- mkdir -p $(@D)
++ mkdir -p $(DESTDIR)$(@D)
+ sed 's/$$(VERSION)/$(PROGVERSION)/' ebtables.8 | sed 's/$$(DATE)/$(PROGDATE)/' > ebtables.8_
+- install -m 0644 -o root -g root ebtables.8_ $@
++ install -m 0644 -o root -g root ebtables.8_ $(DESTDIR)$@
+ rm -f ebtables.8_
+
+ $(ETHERTYPESFILE): ethertypes
+- mkdir -p $(@D)
+- install -m 0644 -o root -g root $< $@
++ mkdir -p $(DESTDIR)$(@D)
++ install -m 0644 -o root -g root $< $(DESTDIR)$@
+
+ .PHONY: exec
+ exec: ebtables ebtables-restore
+- mkdir -p $(BINDIR)
+- install -m 0755 -o root -g root $(PROGNAME) $(BINDIR)/$(PROGNAME)
+- install -m 0755 -o root -g root ebtables-restore $(BINDIR)/ebtables-restore
++ mkdir -p $(DESTDIR)$(BINDIR)
++ install -m 0755 -o root -g root $(PROGNAME) $(DESTDIR)$(BINDIR)/$(PROGNAME)
++ install -m 0755 -o root -g root ebtables-restore $(DESTDIR)$(BINDIR)/ebtables-restore
+
+ .PHONY: install
+ install: $(MANDIR)/man8/ebtables.8 $(ETHERTYPESFILE) exec scripts
+- mkdir -p $(LIBDIR)
+- install -m 0755 extensions/*.so $(LIBDIR)
+- install -m 0755 *.so $(LIBDIR)
++ mkdir -p $(DESTDIR)$(LIBDIR)
++ install -m 0755 extensions/*.so $(DESTDIR)$(LIBDIR)
++ install -m 0755 *.so $(DESTDIR)$(LIBDIR)
+
+ .PHONY: clean
+ clean: