diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-01-28 19:33:19 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-29 19:16:37 +0000 |
commit | ee19e3141c505313c267a44ffd031a37bfd4f79c (patch) | |
tree | 2058b1298a618b7a62cda009106d01b02b7fdac9 /community | |
parent | 7ead648e802fd4b503bf63bdea13f156b9babbee (diff) | |
download | aports-ee19e3141c505313c267a44ffd031a37bfd4f79c.tar.bz2 aports-ee19e3141c505313c267a44ffd031a37bfd4f79c.tar.xz |
community/wireshark: security upgrade to 2.6.6
fixes #9891
Diffstat (limited to 'community')
-rw-r--r-- | community/wireshark/APKBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD index 3dddc8aee8..532baecc51 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.5 +pkgver=2.6.6 pkgrel=0 pkgdesc="A network protocol analyzer - GTK version" url="https://www.wireshark.org" @@ -20,6 +20,11 @@ source="https://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz builddir="$srcdir"/$pkgname-$pkgver # secfixes: +# 2.6.6-r0: +# - CVE-2019-5717 +# - CVE-2019-5718 +# - CVE-2019-5719 +# - CVE-2019-5721 # 2.6.5-r0: # - CVE-2018-19622 # - CVE-2018-19623 @@ -216,5 +221,5 @@ gtk() { mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/ } -sha512sums="fed2d08bb0ba06496c22a5d45946faf2ff4ca19c59faf758c668c583193faeec3c4379b64750478469fede91562891e9b6991591a09a3da8d2193cb64718d02f wireshark-2.6.5.tar.xz +sha512sums="b781c3b34dc76a3d8e60dc2b9b4e46a11994440b8df7b56134521ea9a77b27b0719a600db60d7f3d65f15972a5db2a7e85a8bf60d7217fce498fb5668de8fe56 wireshark-2.6.6.tar.xz 951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch" |