mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/wireshark: security fix to 2.2.8.
CVE-2017-11406 CVE-2017-11407 CVE-2017-11408 Fixes #7558
This commit is contained in:
parent
52c03af91a
commit
9efd6940e9
@ -3,7 +3,7 @@
|
||||
# Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=wireshark
|
||||
pkgver=2.2.7
|
||||
pkgver=2.2.8
|
||||
pkgrel=0
|
||||
pkgdesc="A network protocol analyzer - GTK version"
|
||||
url="http://www.wireshark.org"
|
||||
@ -20,7 +20,11 @@ source="http://www.wireshark.org/download/src/$pkgname-$pkgver.tar.bz2
|
||||
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
# security fixes:
|
||||
# secfixes:
|
||||
# 2.2.8-r0:
|
||||
# - CVE-2017-11406
|
||||
# - CVE-2017-11407
|
||||
# - CVE-2017-11408
|
||||
# 2.2.7-r0:
|
||||
# - CVE-2017-9343
|
||||
# - CVE-2017-9344
|
||||
@ -41,10 +45,6 @@ builddir="$srcdir"/$pkgname-$pkgver
|
||||
# - CVE-2017-7703
|
||||
# - CVE-2017-7704
|
||||
# - CVE-2017-7705
|
||||
# - wnpa-sec-2017-18
|
||||
# - wnpa-sec-2017-19
|
||||
# - wnpa-sec-2017-20
|
||||
# - wnpa-sec-2017-21
|
||||
# 2.2.5-r0:
|
||||
# - CVE-2017-6467
|
||||
# - CVE-2017-6468
|
||||
@ -116,5 +116,9 @@ gtk() {
|
||||
mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/
|
||||
}
|
||||
|
||||
sha512sums="417836810eb895b3f2a6ac1cfd138fb0275382ea2edc60fc5f5e5f8ce433b56b8120aa8b58b4f77296986630fdf49e4c5c3859b2c2c5e26b1ce0651393b7d716 wireshark-2.2.7.tar.bz2
|
||||
md5sums="bb81d0ecf3a8ed46bedfaeae6fd318a8 wireshark-2.2.8.tar.bz2
|
||||
38a681230ccab441e64d1fc6f52858c4 fix-androiddump.patch"
|
||||
sha256sums="ecf02c148c9ab6e809026ad5743fe9be1739a9840ef6fece6837a7ddfbdf7edc wireshark-2.2.8.tar.bz2
|
||||
21aaa55e6b4bb9144146e8e3284512d2c5ee5deee8921b66a513b819b57d8b01 fix-androiddump.patch"
|
||||
sha512sums="71af39c8c212bfb78ec978bbeddb4af41aa142643e2a27e05827b3b46d34ff85772321cb63d863270bee75ef6a6eb3e29d0e6052fca6b072f9981ad1eb924c07 wireshark-2.2.8.tar.bz2
|
||||
d462e3289c1350a9f712a21d2d1973977e5dd7989f7beff4b71498551174458f572a23f267c83552f088466cb9d2721df2b2eb807514db6ad1e0877dbc87fc6d fix-androiddump.patch"
|
||||
|
Loading…
Reference in New Issue
Block a user