diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-10 17:31:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-10 17:31:44 +0000 |
commit | e9155647732297c2d4e384b3c1c9cca257f2416a (patch) | |
tree | 008835fb0e9acd92b1deeebbfa7e7fdcf909ad0d /community/wireshark | |
parent | c13758613f3110e14c2e9eda818406f235d996c1 (diff) | |
download | aports-e9155647732297c2d4e384b3c1c9cca257f2416a.tar.bz2 aports-e9155647732297c2d4e384b3c1c9cca257f2416a.tar.xz |
community/wireshark: security upgrade to 2.6.3
Diffstat (limited to 'community/wireshark')
-rw-r--r-- | community/wireshark/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD index a5641a914a..14750a62e7 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.2 +pkgver=2.6.3 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.6.3-r0: +# - CVE-2018-16056 +# - CVE-2018-16057 +# - CVE-2018-16058 # 2.6.2-r0: # - CVE-2018-14339 # - CVE-2018-14340 @@ -199,5 +203,5 @@ gtk() { mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/ } -sha512sums="e39cd8dec44c8c64e5da25df0ffda529130541e5267fb0bdaa232fb4a4438c28ac5c9169ba17a37119d6cedf04a022b40da09f35f44a3739bdfb9486703f39e2 wireshark-2.6.2.tar.xz +sha512sums="87e5335840baa401a1064ee83e3f0ee859c059dd37a09f63f19eb5d91ad273e84f1c0e7a8fdd63fe8a7076abff5e79593827544c5796d921cf7dc7682c7c3f80 wireshark-2.6.3.tar.xz 951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch" |