diff options
author | J0WI <J0WI@users.noreply.github.com> | 2022-01-27 18:18:16 +0100 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-03-24 18:46:58 +0000 |
commit | 08f5c51b8f7df6051aa52609d97a1fe978c0b98a (patch) | |
tree | 66728c7147f32fcc68f8e093725fc0d42b2d5f99 | |
parent | 999bbcd82e935e8e28703745ce7e31629a56d390 (diff) |
community/wireshark: security upgrade to 3.4.13
-rw-r--r-- | community/wireshark/APKBUILD | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD index 8cfe98f972c..00fd8dc173e 100644 --- a/community/wireshark/APKBUILD +++ b/community/wireshark/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wireshark # 3.3.x is an experimental release for 3.4.x, stay on stable -pkgver=3.4.9 +pkgver=3.4.13 pkgrel=0 pkgdesc="Network protocol analyzer" url="https://www.wireshark.org" @@ -42,6 +42,25 @@ source="https://www.wireshark.org/download/src/wireshark-$pkgver.tar.xz " # secfixes: +# 3.4.13-r0: +# - CVE-2022-0581 +# - CVE-2022-0582 +# - CVE-2022-0583 +# - CVE-2022-0585 +# - CVE-2022-0586 +# - CVE-2021-39920 +# - CVE-2021-39921 +# - CVE-2021-39922 +# - CVE-2021-39924 +# - CVE-2021-39925 +# - CVE-2021-39926 +# - CVE-2021-39928 +# - CVE-2021-39929 +# - CVE-2021-4181 +# - CVE-2021-4182 +# - CVE-2021-4184 +# - CVE-2021-4185 +# - CVE-2021-4186 # 3.4.7-r0: # - CVE-2021-22235 # 3.4.6-r0: @@ -311,7 +330,7 @@ tshark() { } sha512sums=" -479abcf7b44504a269b73201da5aabac0d7770cd779a325df3214b6df5dc37e175f2889165a933c2902001a06c8141768f35cd8ca35cc55fc6cf30a482ea27eb wireshark-3.4.9.tar.xz +e7ba3671f92a486d08b0d4a10eb4fd7c33a450bf2a6c0b4c808e34bd4db1d217f26f2433fbe206612cf1431b037e3d6986efe325e51b40e4cde45127eaec1012 wireshark-3.4.13.tar.xz fb7594ee632174d12ab070a68f2d6070026e3111c164fc5815c03066efe960b31cde801b205087c672782f04aaabedd23979a4fb071db233879a820350a7c9d3 fix-udpdump.patch 3c907a037504d39a56766db37eecc9d5f968fdcb90c431e099b3f77e4ffc52fb65cb6c3896406aa939a846d526daf5676693ae5c2ff933e1d878e39ac074417a disable-tests.patch " |