aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-07-30 14:06:04 +0200
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-02-06 13:35:45 +0000
commitde7f79ec7d1faf81ba538ae2ea1262eeaee24972 (patch)
tree24bffa028870839d347bc91f65f6bf3ff95cb34d /community
parenta281cba02f342e99837b6b28b6469e3111d738c0 (diff)
downloadaports-de7f79ec7d1faf81ba538ae2ea1262eeaee24972.tar.bz2
aports-de7f79ec7d1faf81ba538ae2ea1262eeaee24972.tar.xz
community/wireshark: upgrade to 2.4.8
Diffstat (limited to 'community')
-rw-r--r--community/wireshark/APKBUILD15
1 files changed, 13 insertions, 2 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD
index e0ec98447c..65c13876da 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.4.8
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.4.8-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="98a0ac3f2fba48a76e426621c9ae5d42f673b9181ea635cace2a491b1cba500eee0abd839fa3bb63c25b3e8c8786bea830df01a921a542a1b9806c848e2cdf07 wireshark-2.4.8.tar.xz
951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch"