aboutsummaryrefslogtreecommitdiffstats
path: root/community/wireshark
diff options
context:
space:
mode:
Diffstat (limited to 'community/wireshark')
-rw-r--r--community/wireshark/APKBUILD14
1 files changed, 11 insertions, 3 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD
index 03c7b8afad5..3dddc8aee80 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.4
-pkgrel=1
+pkgver=2.6.5
+pkgrel=0
pkgdesc="A network protocol analyzer - GTK version"
url="https://www.wireshark.org"
arch="all"
@@ -20,6 +20,14 @@ source="https://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz
builddir="$srcdir"/$pkgname-$pkgver
# secfixes:
+# 2.6.5-r0:
+# - CVE-2018-19622
+# - CVE-2018-19623
+# - CVE-2018-19624
+# - CVE-2018-19625
+# - CVE-2018-19626
+# - CVE-2018-19627
+# - CVE-2018-19628
# 2.6.4-r0:
# - CVE-2018-12086
# - CVE-2018-18225
@@ -208,5 +216,5 @@ gtk() {
mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/
}
-sha512sums="bc740548901b30f2e44c2b0933717288615fa38edc5e092607a8b12c60ecfacaa5aa7c59d7644cf29238d0d636fbe03d85559a0f2de81a3bf8ceac55fcf9ff07 wireshark-2.6.4.tar.xz
+sha512sums="fed2d08bb0ba06496c22a5d45946faf2ff4ca19c59faf758c668c583193faeec3c4379b64750478469fede91562891e9b6991591a09a3da8d2193cb64718d02f wireshark-2.6.5.tar.xz
951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch"