summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2017-09-18 23:05:06 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-09-19 08:44:15 +0200
commitdc120d7e42d1c14a23da21c2d504d693fb162948 (patch)
tree3d991ee7079136c80a282c780839e78863684be1
parente15f720366950f0f7d5f6e941ab6184d98367f34 (diff)
downloadptxdist-dc120d7e42d1c14a23da21c2d504d693fb162948.tar.gz
ptxdist-dc120d7e42d1c14a23da21c2d504d693fb162948.tar.xz
tcpdump: Upgrade from 4.9.1 to 4.9.2
This is a security update including a long list of CVE. See the changelog for details: http://www.tcpdump.org/tcpdump-changes.txt Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/tcpdump.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/tcpdump.make b/rules/tcpdump.make
index 4c501dcae..d9114e164 100644
--- a/rules/tcpdump.make
+++ b/rules/tcpdump.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_TCPDUMP) += tcpdump
#
# Paths and names
#
-TCPDUMP_VERSION := 4.9.1
-TCPDUMP_MD5 := 1e0293210b0dea5ef18e88e4150394b7
+TCPDUMP_VERSION := 4.9.2
+TCPDUMP_MD5 := 9bbc1ee33dab61302411b02dd0515576
TCPDUMP := tcpdump-$(TCPDUMP_VERSION)
TCPDUMP_SUFFIX := tar.gz
TCPDUMP_URL := http://www.tcpdump.org/release/$(TCPDUMP).$(TCPDUMP_SUFFIX)