aboutsummaryrefslogtreecommitdiffstats
path: root/community/wireshark
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-12-17 19:31:32 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-12-17 19:33:37 +0000
commitcc155764f9b6db4e36800a96ce33182a294ed25b (patch)
treea56048206de77974549a8a7917e714a8d2d3e6da /community/wireshark
parentade270638ee342c0a9a3c46320ffb8382485b762 (diff)
community/wireshark: security upgrade to 2.4.3 (CVE-2017-17083, CVE-2017-17084, CVE-2017-17085). Fixes #8268
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 4d632450ec6..e336d6106a6 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.4.2
-pkgrel=1
+pkgver=2.4.3
+pkgrel=0
pkgdesc="A network protocol analyzer - GTK version"
url="http://www.wireshark.org"
arch="all"
@@ -21,6 +21,10 @@ source="http://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz
builddir="$srcdir"/$pkgname-$pkgver
# secfixes:
+# 2.4.3-r0:
+# - CVE-2017-17083
+# - CVE-2017-17084
+# - CVE-2017-17085
# 2.4.2-r0:
# - CVE-2017-15191
# - CVE-2017-15192
@@ -135,5 +139,5 @@ gtk() {
mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/
}
-sha512sums="212964482a1e45af490ef78b3f2465384f84c007a76c3a99e8de0e2c37d933fb34b0da5631f4a36ca12d2fa7cc4376d3d405cbe7f7113791ea09dba7e5915417 wireshark-2.4.2.tar.xz
+sha512sums="4344b9efeda3afba4b13bb468f7a12c4565da96c6182a8203cc5815baa11e7d84f3f11003b4289c6c11391cfb590b8c0319268196cc646a8f0226c432e9bb433 wireshark-2.4.3.tar.xz
951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch"