[openwrt/openwrt] ebtables: update to latest git 2018-04-11
LEDE Commits
lede-commits at lists.infradead.org
Wed Apr 11 22:40:41 PDT 2018
neoraider pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/85a35c644eea06e843da9d631de005ee58365d17
commit 85a35c644eea06e843da9d631de005ee58365d17
Author: Matthias Schiffer <mschiffer at universe-factory.net>
AuthorDate: Thu Apr 12 07:34:57 2018 +0200
ebtables: update to latest git 2018-04-11
2e783b227766 ebt_ip: add support for matching IGMP type
b5fbb8d786c9 ebt_ip: add support for matching ICMP type and code
c5e5b784fd1a Move ICMP type handling functions from ebt_ip6 to useful_functions.c
11da52177196 include: sync linux/netfilter_bridge/ebt_ip.h with kernel
Note: the new features require at least kernel 4.17 or backported patches.
Signed-off-by: Matthias Schiffer <mschiffer at universe-factory.net>
---
package/network/utils/ebtables/Makefile | 6 +++---
package/network/utils/ebtables/patches/200-fix-extension-init.patch | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/network/utils/ebtables/Makefile b/package/network/utils/ebtables/Makefile
index 8a37cdd..baa8f2e 100644
--- a/package/network/utils/ebtables/Makefile
+++ b/package/network/utils/ebtables/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ebtables
-PKG_SOURCE_DATE:=2018-01-15
+PKG_SOURCE_DATE:=2018-04-11
PKG_RELEASE:=1
PKG_SOURCE_URL:=https://git.netfilter.org/ebtables
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=068ba959c09b1f3697ccc93dc0ab0b2557719776
-PKG_MIRROR_HASH:=5aa2ab6c70f050d78f7b8b276b0b104f04f3ae88892d1e1e201e0f6629533036
+PKG_SOURCE_VERSION:=2e783b2277665c467138e7685309622456c41db4
+PKG_MIRROR_HASH:=601a41f579f76c8121bb6076ebcf5eb5efddf634ebb5949ec9e983a17e66e689
PKG_LICENSE:=GPL-2.0
diff --git a/package/network/utils/ebtables/patches/200-fix-extension-init.patch b/package/network/utils/ebtables/patches/200-fix-extension-init.patch
index b77df15..52ab175 100644
--- a/package/network/utils/ebtables/patches/200-fix-extension-init.patch
+++ b/package/network/utils/ebtables/patches/200-fix-extension-init.patch
@@ -62,7 +62,7 @@
}
--- a/extensions/ebt_ip.c
+++ b/extensions/ebt_ip.c
-@@ -338,7 +338,7 @@ static struct ebt_u_match ip_match =
+@@ -472,7 +472,7 @@ static struct ebt_u_match ip_match =
.extra_ops = opts,
};
@@ -73,7 +73,7 @@
}
--- a/extensions/ebt_ip6.c
+++ b/extensions/ebt_ip6.c
-@@ -560,7 +560,7 @@ static struct ebt_u_match ip6_match =
+@@ -413,7 +413,7 @@ static struct ebt_u_match ip6_match =
.extra_ops = opts,
};
More information about the lede-commits
mailing list