aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-06-04 12:32:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-04 16:34:41 +0200
commit2577e96215c480a381a7d1b806c25e310d7bea52 (patch)
treebb106e10f2456d6fb47447e680829cedaaafbf6f /community
parentd7f01c593b1ee60783bd9bf1b13f1ef234896a10 (diff)
community/wireshark: security upgrade to 2.6.9 (CVE-2019-12295)
fixes #10502
Diffstat (limited to 'community')
-rw-r--r--community/wireshark/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD
index fbb34697837..6cbaf39f837 100644
--- a/community/wireshark/APKBUILD
+++ b/community/wireshark/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wireshark
-pkgver=2.6.8
+pkgver=2.6.9
pkgrel=0
pkgdesc="A network protocol analyzer - GTK version"
url="https://www.wireshark.org"
@@ -20,6 +20,8 @@ source="https://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz
builddir="$srcdir"/$pkgname-$pkgver
# secfixes:
+# 2.6.9-r0:
+# - CVE-2019-12295
# 2.6.8-r0:
# - CVE-2019-10894
# - CVE-2019-10895
@@ -232,5 +234,5 @@ gtk() {
mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/
}
-sha512sums="2066fb17e835ca4ac8f3242644b4ed5c23066796e776b87250cc2e1035fbe59d500019c5621ef61e838dc103c2ca0c57a834c89afe1e30b0efad6b9309158b43 wireshark-2.6.8.tar.xz
+sha512sums="ddd2efe25623f44d7f3d47808a000b2979d426a0cdf37dfa81af4d4159e0f67b172c7dbeedeb31034d48499089bfc7a99a8e7c6d1e7890be0523b693269c41ca wireshark-2.6.9.tar.xz
951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch"