diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-11-25 02:04:00 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-11-25 05:49:09 +0100 |
commit | 5bb3cc749ee0d08d82acda3c084ff759f3829a91 (patch) | |
tree | 81a658fe9a01986b3b37b55fbcc8ea0c8e49f19e /package/network/utils/tcpdump/Makefile | |
parent | 0c87304d2be2b21788f116a3ecbd4a2ba33bfd4d (diff) | |
download | upstream-5bb3cc749ee0d08d82acda3c084ff759f3829a91.tar.gz upstream-5bb3cc749ee0d08d82acda3c084ff759f3829a91.tar.bz2 upstream-5bb3cc749ee0d08d82acda3c084ff759f3829a91.zip |
tcpdump: patch CVE-2020-8037
This PR backports upstream fix for CVE-2020-8037. This fix is only
relevant for tcpdump package, tcpdump-mini is not affeted by this issue.
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
[added missing commit description]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/network/utils/tcpdump/Makefile')
-rw-r--r-- | package/network/utils/tcpdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/tcpdump/Makefile b/package/network/utils/tcpdump/Makefile index 09b0b03766..3e4d9d2d73 100644 --- a/package/network/utils/tcpdump/Makefile +++ b/package/network/utils/tcpdump/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcpdump PKG_VERSION:=4.9.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.us.tcpdump.org/release/ \ |