summaryrefslogtreecommitdiffstats
path: root/package/network/utils/tcpdump/Makefile
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-04-13 11:20:05 +0200
committerChuanhong Guo <gch981213@gmail.com>2023-04-17 15:32:48 +0800
commit36c30bee5e8d7821408358fbaf8eade5c8865672 (patch)
treef1fb0b9fa6373224b93b5f450749901db61d56a0 /package/network/utils/tcpdump/Makefile
parent72780e3eac98610bfeacd1e5862a655740899f23 (diff)
downloadopenwrt-36c30bee5e8d7821408358fbaf8eade5c8865672.tar.gz
openwrt-36c30bee5e8d7821408358fbaf8eade5c8865672.tar.bz2
openwrt-36c30bee5e8d7821408358fbaf8eade5c8865672.zip
tcpdump: update to 4.99.4
Fixes CVE-2023-1801. Changelog can be found here: https://git.tcpdump.org/tcpdump/blob/55bc126b0216cfe409b8d6bd378f65679d136ddf:/CHANGES Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/network/utils/tcpdump/Makefile')
-rw-r--r--package/network/utils/tcpdump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/tcpdump/Makefile b/package/network/utils/tcpdump/Makefile
index e07e9feb6d..d2e933a1a1 100644
--- a/package/network/utils/tcpdump/Makefile
+++ b/package/network/utils/tcpdump/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tcpdump
-PKG_VERSION:=4.99.3
+PKG_VERSION:=4.99.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.tcpdump.org/release/
-PKG_HASH:=ad75a6ed3dc0d9732945b2e5483cb41dc8b4b528a169315e499c6861952e73b3
+PKG_HASH:=0232231bb2f29d6bf2426e70a08a7e0c63a0d59a9b44863b7f5e2357a6e49fea
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=BSD-3-Clause