aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/tcpdump
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-01-25 00:22:01 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2023-01-26 00:17:59 +0100
commitd68a73a025648cebbf68862090471d865b2a6605 (patch)
treeb244ff89eede3a5ddefa888c9a93086c41e12322 /package/network/utils/tcpdump
parent4e9365a654fe33c1c140253de752bdea67d83d03 (diff)
downloadupstream-d68a73a025648cebbf68862090471d865b2a6605.tar.gz
upstream-d68a73a025648cebbf68862090471d865b2a6605.tar.bz2
upstream-d68a73a025648cebbf68862090471d865b2a6605.zip
tcpdump: update to 4.99.3
Changes: https://git.tcpdump.org/tcpdump/blob/032e4923e5202ea4d5a6d1cead83ed1927135874:/CHANGES Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/network/utils/tcpdump')
-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 5019e0b3b6..827a66e860 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.2
+PKG_VERSION:=4.99.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.tcpdump.org/release/
-PKG_HASH:=f4304357d34b79d46f4e17e654f1f91f9ce4e3d5608a1badbd53295a26fb44d5
+PKG_HASH:=ad75a6ed3dc0d9732945b2e5483cb41dc8b4b528a169315e499c6861952e73b3
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=BSD-3-Clause