From 9f7a391b8a4478f35a1b1f3b3b49a51a820e005e Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> Date: Mon, 29 Oct 2018 17:13:09 +0000 Subject: [PATCH] community/wireshark: security upgrade to 2.6.4 CVE-2018-12086, CVE-2018-18225, CVE-2018-18226, CVE-2018-18227 fixes #9602 --- community/wireshark/APKBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD index 14750a62e7ee..9130a0b22ef1 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.6.3 +pkgver=2.6.4 pkgrel=0 pkgdesc="A network protocol analyzer - GTK version" url="http://www.wireshark.org" @@ -20,6 +20,11 @@ source="http://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz builddir="$srcdir"/$pkgname-$pkgver # secfixes: +# 2.6.4-r0: +# - CVE-2018-12086 +# - CVE-2018-18225 +# - CVE-2018-18226 +# - CVE-2018-18227 # 2.6.3-r0: # - CVE-2018-16056 # - CVE-2018-16057 @@ -203,5 +208,5 @@ gtk() { mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/ } -sha512sums="87e5335840baa401a1064ee83e3f0ee859c059dd37a09f63f19eb5d91ad273e84f1c0e7a8fdd63fe8a7076abff5e79593827544c5796d921cf7dc7682c7c3f80 wireshark-2.6.3.tar.xz +sha512sums="bc740548901b30f2e44c2b0933717288615fa38edc5e092607a8b12c60ecfacaa5aa7c59d7644cf29238d0d636fbe03d85559a0f2de81a3bf8ceac55fcf9ff07 wireshark-2.6.4.tar.xz 951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch" -- GitLab