aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-29 17:13:09 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-02-06 13:35:45 +0000
commit81a1590fc2d4d3fc350313dc1c82eee64d170988 (patch)
tree509ead2666844f51fc449fccc56592a94ff46f59 /community
parentc0c7198ccd06ca0b2cf7244b0be786c36fb405c2 (diff)
downloadaports-81a1590fc2d4d3fc350313dc1c82eee64d170988.tar.bz2
aports-81a1590fc2d4d3fc350313dc1c82eee64d170988.tar.xz
community/wireshark: security upgrade to 2.4.10
Diffstat (limited to 'community')
-rw-r--r--community/wireshark/APKBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD
index 6b0cdeb70e..f8c12edd2c 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.9
+pkgver=2.4.10
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.4.10-r0:
+# - CVE-2018-12086
+# - CVE-2018-18225
+# - CVE-2018-18226
+# - CVE-2018-18227
# 2.4.9-r0:
# - CVE-2018-16056
# - CVE-2018-16057
@@ -203,5 +208,5 @@ gtk() {
mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/
}
-sha512sums="c6c30c8cde4256f308e0553dea20b64812781c2c7ae5a26eac9c3cbfc18de6b4c2fd19a3d742807d3d310f163d912db52f8fe2cc6a4061d6c67ec56ecca76da2 wireshark-2.4.9.tar.xz
+sha512sums="fc98e9b791fd99a7c0a0a7b0f0f0ec7e90c51b2a413bceacdacaafdbb325a66b3ad6263ca3bb8f97f808771b826f0219e374cf4458695b52f5ce0df65693e033 wireshark-2.4.10.tar.xz
951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch"