[source] tcpdump: Update to 4.9.1

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 28 15:58:22 PDT 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/911331ad0fb4562f275082ccf5e34f6aa0e35297

commit 911331ad0fb4562f275082ccf5e34f6aa0e35297
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Tue Jul 25 00:10:58 2017 +0200

    tcpdump: Update to 4.9.1
    
    Update tcpdump to 4.9.1
    
    Fixes:
     * CVE-2017-11108: Fix bounds checking for STP.
    
    Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
 package/network/utils/tcpdump/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/network/utils/tcpdump/Makefile b/package/network/utils/tcpdump/Makefile
index df510ab..0883613 100644
--- a/package/network/utils/tcpdump/Makefile
+++ b/package/network/utils/tcpdump/Makefile
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tcpdump
-PKG_VERSION:=4.9.0
+PKG_VERSION:=4.9.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.us.tcpdump.org/release/ \
 	http://www.tcpdump.org/release/
-PKG_HASH:=eae98121cbb1c9adbedd9a777bf2eae9fa1c1c676424a54740311c8abcee5a5e
+PKG_HASH:=f9448cf4deb2049acf713655c736342662e652ef40dbe0a8f6f8d5b9ce5bd8f3
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_BUILD_PARALLEL:=1



More information about the lede-commits mailing list