community/wireshark: upgrade to 3.0.3

ref #10700
This commit is contained in:
Leo 2019-07-30 06:45:15 -03:00
parent e8ce71610c
commit 9aefdc0c3b

View File

@ -3,7 +3,7 @@
# Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wireshark
pkgver=3.0.2
pkgver=3.0.3
pkgrel=0
pkgdesc="A network protocol analyzer"
url="https://www.wireshark.org"
@ -15,11 +15,15 @@ makedepends="bash bison c-ares-dev cmake flex glib glib-dev gnutls-dev
qt5-qtmultimedia-dev qt5-qtsvg-dev qt5-qttools-dev"
checkdepends="py3-pytest py3-pytest-xdist"
subpackages="$pkgname-dev $pkgname-doc $pkgname-common tshark"
source="https://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz
# Use mirror in the meantime
# source="https://www.wireshark.org/download/src/wireshark-$pkgver.tar.xz
source="https://1.as.dl.wireshark.org/src/wireshark-$pkgver.tar.xz
fix-udpdump.patch
"
# secfixes:
# 3.0.3-r0:
# - CVE-2019-13619
# 3.0.2-r0:
# - CVE-2019-12295
# 3.0.1-r0:
@ -236,5 +240,5 @@ tshark() {
}
sha512sums="0dab01b614534c9ddea517d045598029c15f24ab54d59110e6819d43d2479afe9eebe04554d25f3b0806cf8c78ed241b0fb261c2024234297eeb25d032fbb982 wireshark-3.0.2.tar.xz
sha512sums="78d4aa68e47a72b641cb2a694028de743c195a41c42fb58f510402581a213c1239f63cad1f9163b13d64608fcedf64c7367a4888021b80613cb7e9a6ddbf8750 wireshark-3.0.3.tar.xz
287159576be76fc8afbce450a53f969bbd519321e038c812b96857ca08c352052dbbfaa9208d54ed30d7a0c9ca4192b83c8865de60562c4490d99d75c61ede0b fix-udpdump.patch"