Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
J0WI
aports
Commits
d68aa1f7
Commit
d68aa1f7
authored
4 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
main/tcpdump: fix CVE-2020-8037
See: #12120
parent
42f61991
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/tcpdump/APKBUILD
+8
-3
8 additions, 3 deletions
main/tcpdump/APKBUILD
with
8 additions
and
3 deletions
main/tcpdump/APKBUILD
+
8
−
3
View file @
d68aa1f7
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
tcpdump
pkgname
=
tcpdump
pkgver
=
4.9.3
pkgver
=
4.9.3
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A tool for network monitoring and data acquisition"
pkgdesc
=
"A tool for network monitoring and data acquisition"
url
=
"https://www.tcpdump.org/"
url
=
"https://www.tcpdump.org/"
arch
=
"all"
arch
=
"all"
...
@@ -9,9 +9,13 @@ license="BSD-3-Clause"
...
@@ -9,9 +9,13 @@ license="BSD-3-Clause"
options
=
"!check"
# fail on ppc64le
options
=
"!check"
# fail on ppc64le
makedepends
=
"libpcap-dev openssl-dev perl"
makedepends
=
"libpcap-dev openssl-dev perl"
subpackages
=
"
$pkgname
-doc"
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:
# secfixes:
# 4.9.3-r1:
# - CVE-2020-8037
# 4.9.3-r0:
# 4.9.3-r0:
# - CVE-2017-16808 (AoE)
# - CVE-2017-16808 (AoE)
# - CVE-2018-14468 (FrameRelay)
# - CVE-2018-14468 (FrameRelay)
...
@@ -107,4 +111,5 @@ package() {
...
@@ -107,4 +111,5 @@ package() {
rm
-f
"
$pkgdir
"
/usr/sbin/tcpdump.4
*
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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment