diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-04 12:32:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-04 13:38:25 +0000 |
commit | e5bce08f307d563f1c82d22257e76bf9f0bf48fe (patch) | |
tree | b0a89f069903072fc1de7544efe887f00906d6ef /community/wireshark | |
parent | d155d47caaebde08e5ade54e44e976d4e8e156b1 (diff) | |
download | aports-e5bce08f307d563f1c82d22257e76bf9f0bf48fe.tar.bz2 aports-e5bce08f307d563f1c82d22257e76bf9f0bf48fe.tar.xz |
community/wireshark: security upgrade to 3.0.2 (CVE-2019-12295)
fixes #10501
Diffstat (limited to 'community/wireshark')
-rw-r--r-- | community/wireshark/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD index 09de317ccf..6bb6141399 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=3.0.1 +pkgver=3.0.2 pkgrel=0 pkgdesc="A network protocol analyzer" url="https://www.wireshark.org" @@ -11,7 +11,7 @@ arch="all" license="GPL-2.0-or-later" makedepends="bash bison c-ares-dev cmake flex glib glib-dev gnutls-dev libcap-dev libgcrypt-dev libnl3-dev libpcap-dev - lua5.2-dev pcre-dev perl-dev portaudio-dev qt5-qtbase-dev + lua5.2-dev pcre-dev perl-dev portaudio-dev qt5-qtbase-dev qt5-qtmultimedia-dev qt5-qtsvg-dev qt5-qttools-dev" checkdepends="py3-pytest py3-pytest-xdist" subpackages="$pkgname-dev $pkgname-doc $pkgname-common tshark" @@ -20,6 +20,8 @@ source="https://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz " # secfixes: +# 3.0.2-r0: +# - CVE-2019-12295 # 3.0.1-r0: # - CVE-2019-10897 # - CVE-2019-10898 @@ -234,5 +236,5 @@ tshark() { } -sha512sums="59c3f36e4e7a1a7ea8f926dbf8ca495f83346396e1df5edf6a1bb34823c84308f52a1b6d46be9675d3af9ce8718da4a574f63a4fb210d8fc52131f4534d8670d wireshark-3.0.1.tar.xz +sha512sums="0dab01b614534c9ddea517d045598029c15f24ab54d59110e6819d43d2479afe9eebe04554d25f3b0806cf8c78ed241b0fb261c2024234297eeb25d032fbb982 wireshark-3.0.2.tar.xz 287159576be76fc8afbce450a53f969bbd519321e038c812b96857ca08c352052dbbfaa9208d54ed30d7a0c9ca4192b83c8865de60562c4490d99d75c61ede0b fix-udpdump.patch" |