[openwrt/openwrt] ebtables: update to latest git 2017-10-24

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 11 02:52:41 PST 2018


neoraider pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/f73f1aee768472877c2297e4a965ca753dbb89d5

commit f73f1aee768472877c2297e4a965ca753dbb89d5
Author: Matthias Schiffer <mschiffer at universe-factory.net>
AuthorDate: Tue Jan 9 20:05:04 2018 +0100

    ebtables: update to latest git 2017-10-24
    
    6a82659 Use flock() for --concurrent option
    73c2371 ebtables: extensions: Constify option struct
    
    Signed-off-by: Matthias Schiffer <mschiffer at universe-factory.net>
---
 package/network/utils/ebtables/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/utils/ebtables/Makefile b/package/network/utils/ebtables/Makefile
index 7a3a825..693b4d8 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:=2015-10-28
+PKG_SOURCE_DATE:=2017-10-24
 PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://git.netfilter.org/ebtables
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=4c3e5cd3dbae3ea773e9dcca7cf019b2713af70d
-PKG_MIRROR_HASH:=997a877da02d6e2141e6d31c5d4dd005737facecfdbea07308c0e1286db8591c
+PKG_SOURCE_VERSION:=6a826591878db3fa9e2a94b87a3d5edd8e0fc442
+PKG_MIRROR_HASH:=7100f34f8d9373c88a788e8161f8158b364b4d6c87f766fc353382b6111196bd
 
 PKG_LICENSE:=GPL-2.0
 



More information about the lede-commits mailing list