update ebtables to 2.0.8-rc2 (#558)
authorFelix Fietkau <nbd@openwrt.org>
Fri, 9 Jun 2006 01:55:14 +0000 (01:55 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 9 Jun 2006 01:55:14 +0000 (01:55 +0000)
SVN-Revision: 3922

openwrt/package/ebtables/Makefile
openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch [deleted file]

index d9c1c997d23877a8f9561bd4a093887ad9504451..952ac29dd89f22dcecf0a36ae8f2f98790e9c644 100644 (file)
@@ -3,9 +3,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ebtables
-PKG_VERSION:=2.0.6
-PKG_RELEASE:=2
-PKG_MD5SUM:=c4559af2366c764c6c42a3fdd40d60d3
+PKG_VERSION:=2.0.8-rc2
+PKG_RELEASE:=1
+PKG_MD5SUM:=f07111fcc1966be669278433c35dcc28
 
 PKG_SOURCE_URL:=@SF/ebtables
 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
diff --git a/openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch b/openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch
deleted file mode 100644 (file)
index 1973ea5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- ebtables-v2.0.6/ebtables.c 2003-11-02 19:22:56.000000000 +0100
-+++ ebtables-patch/ebtables.c  2005-03-29 08:03:09.734707134 +0200
-@@ -1171,6 +1171,7 @@
-                       continue;
-               return i;
- letscontinue:
-+      {};
-       }
-       return -1;
- }