[openwrt/openwrt] iftop: bump to latest

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 27 00:59:38 PDT 2018


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/78f4305933b9c88472d538ccf9e5fd4df675fa13

commit 78f4305933b9c88472d538ccf9e5fd4df675fa13
Author: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
AuthorDate: Sun Apr 22 09:19:40 2018 +0000

    iftop: bump to latest
    
    The sender domain has a DMARC Reject/Quarantine policy which disallows
    sending mailing list messages using the original "From" header.
    
    To mitigate this problem, the original message has been wrapped
    automatically by the mailing list software.
    Choose first running interface, rather than first "up" interface (Redhat #1403025)
    
    Signed-off-by: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
    Tested-by: Koen Vandeputte <koen.vandeputte at ncentric.com>
---
 package/network/utils/iftop/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/utils/iftop/Makefile b/package/network/utils/iftop/Makefile
index 8c5b474..ed22eb8 100644
--- a/package/network/utils/iftop/Makefile
+++ b/package/network/utils/iftop/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://code.blinkace.com/pdw/iftop.git
-PKG_SOURCE_DATE:=2017-02-06
-PKG_SOURCE_VERSION:=35af3cf65f17961d173b31fd3b00166ec095c226
-PKG_MIRROR_HASH:=84131e2448ea5aa884d2bd7d58dc81741b5c476b4664a8c2c1eb34f62985804a
+PKG_SOURCE_DATE:=2017-03-22
+PKG_SOURCE_VERSION:=949ed0f7e2c54c598868c270b82c2d702131a339
+PKG_MIRROR_HASH:=2ba96d9a2adf4e43aaab439a9ccab8f21b415da48d1c8939f6dcea8e6e11524f
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=GPL-2.0
 



More information about the lede-commits mailing list