aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-09-10 17:31:18 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-02-06 13:35:45 +0000
commitc0c7198ccd06ca0b2cf7244b0be786c36fb405c2 (patch)
tree9bc37cb1b78a7e987789db9ee1c765a90a3a165d /community
parentde7f79ec7d1faf81ba538ae2ea1262eeaee24972 (diff)
downloadaports-c0c7198ccd06ca0b2cf7244b0be786c36fb405c2.tar.bz2
aports-c0c7198ccd06ca0b2cf7244b0be786c36fb405c2.tar.xz
community/wireshark: security upgrade to 2.4.9
Diffstat (limited to 'community')
-rw-r--r--community/wireshark/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD
index 65c13876da..6b0cdeb70e 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.8
+pkgver=2.4.9
pkgrel=0
pkgdesc="A network protocol analyzer - GTK version"
url="http://www.wireshark.org"
@@ -20,6 +20,10 @@ source="http://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz
builddir="$srcdir"/$pkgname-$pkgver
# secfixes:
+# 2.4.9-r0:
+# - CVE-2018-16056
+# - CVE-2018-16057
+# - CVE-2018-16058
# 2.4.8-r0:
# - CVE-2018-14339
# - CVE-2018-14340
@@ -199,5 +203,5 @@ gtk() {
mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/
}
-sha512sums="98a0ac3f2fba48a76e426621c9ae5d42f673b9181ea635cace2a491b1cba500eee0abd839fa3bb63c25b3e8c8786bea830df01a921a542a1b9806c848e2cdf07 wireshark-2.4.8.tar.xz
+sha512sums="c6c30c8cde4256f308e0553dea20b64812781c2c7ae5a26eac9c3cbfc18de6b4c2fd19a3d742807d3d310f163d912db52f8fe2cc6a4061d6c67ec56ecca76da2 wireshark-2.4.9.tar.xz
951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch"