aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-07-30 11:50:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-30 11:54:36 +0000
commit3707c538782fe330b200ce42050813ee9b5af560 (patch)
treea33a6edcabd1e931f972067a72716c58f4aa5fe7
parenta2a2fde27c587ac5a5f28031010dce960f55b158 (diff)
downloadaports-3707c538782fe330b200ce42050813ee9b5af560.tar.bz2
aports-3707c538782fe330b200ce42050813ee9b5af560.tar.xz
community/wireshark: security upgrade to 2.6.2
-rw-r--r--community/wireshark/APKBUILD15
1 files changed, 13 insertions, 2 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD
index 63f9740e39..a5641a914a 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.7
+pkgver=2.6.2
pkgrel=0
pkgdesc="A network protocol analyzer - GTK version"
url="http://www.wireshark.org"
@@ -20,6 +20,17 @@ source="http://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz
builddir="$srcdir"/$pkgname-$pkgver
# secfixes:
+# 2.6.2-r0:
+# - CVE-2018-14339
+# - CVE-2018-14340
+# - CVE-2018-14341
+# - CVE-2018-14342
+# - CVE-2018-14343
+# - CVE-2018-14344
+# - CVE-2018-14367
+# - CVE-2018-14368
+# - CVE-2018-14369
+# - CVE-2018-14370
# 2.4.7-r0:
# - CVE-2018-11356
# - CVE-2018-11357
@@ -188,5 +199,5 @@ gtk() {
mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/
}
-sha512sums="bb6a75de86a578947b44c10e7b5f9348059856356872cc7bbb76f5edef797e29137c3a4f2528595eced4fecf7fccab8d4bbbc167da9c65c4ae31131d5a2fb5a4 wireshark-2.4.7.tar.xz
+sha512sums="e39cd8dec44c8c64e5da25df0ffda529130541e5267fb0bdaa232fb4a4438c28ac5c9169ba17a37119d6cedf04a022b40da09f35f44a3739bdfb9486703f39e2 wireshark-2.6.2.tar.xz
951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch"