Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Leo
aports
Commits
d68aa1f7
Commit
d68aa1f7
authored
Nov 20, 2020
by
Leo
Browse files
main/tcpdump: fix CVE-2020-8037
See: #12120
parent
42f61991
Pipeline
#59222
skipped
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
main/tcpdump/APKBUILD
View file @
d68aa1f7
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
tcpdump
pkgver
=
4.9.3
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A tool for network monitoring and data acquisition"
url
=
"https://www.tcpdump.org/"
arch
=
"all"
...
...
@@ -9,9 +9,13 @@ license="BSD-3-Clause"
options
=
"!check"
# fail on ppc64le
makedepends
=
"libpcap-dev openssl-dev perl"
subpackages
=
"
$pkgname
-doc"
source
=
"https://www.tcpdump.org/release/tcpdump-
$pkgver
.tar.gz"
source
=
"https://www.tcpdump.org/release/tcpdump-
$pkgver
.tar.gz
CVE-2020-8037.patch::https://github.com/the-tcpdump-group/tcpdump/commit/32027e199368dad9508965aae8cd8de5b6ab5231.patch
"
# secfixes:
# 4.9.3-r1:
# - CVE-2020-8037
# 4.9.3-r0:
# - CVE-2017-16808 (AoE)
# - CVE-2018-14468 (FrameRelay)
...
...
@@ -107,4 +111,5 @@ package() {
rm
-f
"
$pkgdir
"
/usr/sbin/tcpdump.4
*
}
sha512sums
=
"3aec673f78b996a4df884b1240e5d0a26a2ca81ee7aca8a2e6d50255bb53476e008a5ced4409e278a956710d8a4d31d85bbb800c9f1aab92b0b1046b59292a22 tcpdump-4.9.3.tar.gz"
sha512sums
=
"3aec673f78b996a4df884b1240e5d0a26a2ca81ee7aca8a2e6d50255bb53476e008a5ced4409e278a956710d8a4d31d85bbb800c9f1aab92b0b1046b59292a22 tcpdump-4.9.3.tar.gz
f53b5557ad2c68c28bbd6121b637ade43937ce4956fa9c2c8b187e8c62726c018509eb728f7f7479d078c9018f091f64114944b2d6106e6214662899f880445a CVE-2020-8037.patch"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment