diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2020-01-27 15:14:28 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2020-01-27 15:14:45 +0000 |
commit | 033e23316cfe3ab0fb844b1dfce8168a9f5f0ce6 (patch) | |
tree | 2c3ea71711c40926555d497592518118704ce2a0 /community | |
parent | edc4449fcdac91ad94207bf2ef804d32805668d3 (diff) | |
download | aports-033e23316cfe3ab0fb844b1dfce8168a9f5f0ce6.tar.bz2 aports-033e23316cfe3ab0fb844b1dfce8168a9f5f0ce6.tar.xz |
community/wireshark: security upgrade to 3.0.8 (CVE-2020-7045)
ref #11156
Diffstat (limited to 'community')
-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 85add765aa..1ae3076007 100644 --- a/community/wireshark/APKBUILD +++ b/community/wireshark/APKBUILD @@ -3,8 +3,8 @@ # Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wireshark -pkgver=3.0.7 -pkgrel=3 +pkgver=3.0.8 +pkgrel=0 pkgdesc="A network protocol analyzer" url="https://www.wireshark.org" arch="all" @@ -23,6 +23,8 @@ source="https://1.as.dl.wireshark.org/src/wireshark-$pkgver.tar.xz " # secfixes: +# 3.0.8-r0: +# - CVE-2020-7045 # 3.0.7-r0: # - CVE-2019-19553 # 3.0.4-r0: @@ -254,5 +256,5 @@ tshark() { } -sha512sums="64e242510865ca69e688677e3ee1f72d3efa2155f07bc1aacc6de19ffab06f26b1ef8a3f91a90e91a6612b10d75651aea6400f8c5852e6a7e82e5d3f3e88e031 wireshark-3.0.7.tar.xz +sha512sums="a71c4dafb475ac5c2b4c8bb163ac4bc1471e83de8e8c629d1fc9c4fba8276568f6a38071c74a9dc997e66cbc76efe65b76c96e32a1c4b0585e993734c2d85b42 wireshark-3.0.8.tar.xz 287159576be76fc8afbce450a53f969bbd519321e038c812b96857ca08c352052dbbfaa9208d54ed30d7a0c9ca4192b83c8865de60562c4490d99d75c61ede0b fix-udpdump.patch" |