mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 02:59:27 +00:00
ebtables: update to latest git 2018-06-27
48cff25 build: drop install -o/-g root 53d7e7a extensions: ebt_string: take action if snprintf discards data Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> (backported from afac2a2dd67502ef8bd9799f328fa2e3b39292b1) (rebased patches) Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
b1c42ef115
commit
3341376e0b
@ -8,13 +8,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ebtables
|
||||
PKG_SOURCE_DATE:=2018-06-06
|
||||
PKG_SOURCE_DATE:=2018-06-27
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=https://git.netfilter.org/ebtables
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=56993546c80576986930f9bae7ae4ba744b1e508
|
||||
PKG_MIRROR_HASH:=0ec27dc8c6de15f5fed1977ca04db554a47891e12814da3742b351f347a51fc6
|
||||
PKG_SOURCE_VERSION:=48cff25dfea5b37e16ba5dc6601e98ab140f5f99
|
||||
PKG_MIRROR_HASH:=1327cdc3402e5e3056819e4e9b6f9d4a5bfd401f2c4f58447afb2c3c73fc8aac
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
|
@ -7,4 +7,4 @@
|
||||
+#define _NETINET_IF_ETHER_H
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/ether.h>
|
||||
#include <ebtables.h>
|
||||
#include <linux/netfilter_bridge/ebtables.h>
|
||||
|
@ -249,7 +249,7 @@
|
||||
}
|
||||
--- a/extensions/ebt_string.c
|
||||
+++ b/extensions/ebt_string.c
|
||||
@@ -310,7 +310,7 @@ static struct ebt_u_match string_match =
|
||||
@@ -312,7 +312,7 @@ static struct ebt_u_match string_match =
|
||||
.extra_ops = opts,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user