aboutsummaryrefslogtreecommitdiffstats
path: root/community/wireshark
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2018-06-11 08:14:22 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-06-11 08:14:56 +0000
commit215ab32e4b19dfb33cc73a102bd0beab21fe66c0 (patch)
treec87cc5a292fe3b6798c0403c6cfee954b001b7b0 /community/wireshark
parenta6e44f952284f5fe3a8a4d280f8dd8c3408d4d7e (diff)
community/wireshark: security upgrade to 2.4.7
Diffstat (limited to 'community/wireshark')
-rw-r--r--community/wireshark/APKBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD
index b29ae888268..63f9740e392 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.4.6
+pkgver=2.4.7
pkgrel=0
pkgdesc="A network protocol analyzer - GTK version"
url="http://www.wireshark.org"
@@ -20,6 +20,13 @@ source="http://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz
builddir="$srcdir"/$pkgname-$pkgver
# secfixes:
+# 2.4.7-r0:
+# - CVE-2018-11356
+# - CVE-2018-11357
+# - CVE-2018-11358
+# - CVE-2018-11359
+# - CVE-2018-11360
+# - CVE-2018-11362
# 2.4.6-r0:
# - CVE-2018-9256
# - CVE-2018-9257
@@ -181,5 +188,5 @@ gtk() {
mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/
}
-sha512sums="171047fa36a6cb29d1edb8e28086e24075f8b77581d9f3142fa39af8ae3d6dfe0c2e41a9335ca5d9851578b54ac9e6e74ff5bd92a96af262a5cc7a73857b8b81 wireshark-2.4.6.tar.xz
+sha512sums="bb6a75de86a578947b44c10e7b5f9348059856356872cc7bbb76f5edef797e29137c3a4f2528595eced4fecf7fccab8d4bbbc167da9c65c4ae31131d5a2fb5a4 wireshark-2.4.7.tar.xz
951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch"