aboutsummaryrefslogtreecommitdiffstats
path: root/community/wireshark
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-03-17 18:41:07 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-03-17 18:41:07 +0000
commit50e8fc6853dce179acf5c6379d0acdd4ddffa2dc (patch)
tree2fb815bfbc758da6b606812184390d833e344455 /community/wireshark
parente9e130a05fc89f1cc442f3dbe25606bb74babed1 (diff)
community/wireshark: security upgrade to 2.6.7
Diffstat (limited to 'community/wireshark')
-rw-r--r--community/wireshark/APKBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD
index 003515a144f..f18bd305e1d 100644
--- a/community/wireshark/APKBUILD
+++ b/community/wireshark/APKBUILD
@@ -3,8 +3,8 @@
# Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wireshark
-pkgver=2.6.6
-pkgrel=1
+pkgver=2.6.7
+pkgrel=0
pkgdesc="A network protocol analyzer - GTK version"
url="https://www.wireshark.org"
arch="all"
@@ -20,6 +20,10 @@ source="https://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz
builddir="$srcdir"/$pkgname-$pkgver
# secfixes:
+# 2.6.7-r0:
+# - CVE-2019-9208
+# - CVE-2019-9209
+# - CVE-2019-9214
# 2.6.6-r0:
# - CVE-2019-5717
# - CVE-2019-5718
@@ -221,5 +225,5 @@ gtk() {
mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/
}
-sha512sums="b781c3b34dc76a3d8e60dc2b9b4e46a11994440b8df7b56134521ea9a77b27b0719a600db60d7f3d65f15972a5db2a7e85a8bf60d7217fce498fb5668de8fe56 wireshark-2.6.6.tar.xz
+sha512sums="bd0f87debd8bd8947f386aaec9fc843148e3cdfbffc28ba499526c4053732becea606061deae6799da0cf52458fba840ba0ff8e4a034a671fa876b8a0ff25677 wireshark-2.6.7.tar.xz
951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch"