wireshark: update to 2.2.7

See https://www.wireshark.org/docs/relnotes/wireshark-2.2.7.html for the
CVEs fixed in this release.
This commit is contained in:
Alessio Sergi 2017-06-03 19:43:52 +02:00
parent a8f74c1368
commit 50113d4af7

View File

@ -1,6 +1,6 @@
# Template file for 'wireshark'
pkgname=wireshark
version=2.2.6
version=2.2.7
revision=1
build_style=gnu-configure
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
@ -12,12 +12,12 @@ makedepends="libpcap-devel zlib-devel lua52-devel mit-krb5-devel gnutls-devel
depends="libcap-progs"
short_desc="A network protocol analyzer"
maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="http://www.wireshark.org"
homepage="https://www.wireshark.org"
license="GPL-2"
# XXX ovh is blocked (repo4.voidlinux.eu can't download this).
distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2"
distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2"
#distfiles="https://sources.voidlinux.eu/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
checksum=f627d51eda85f5ae5f5c8c9fc1f6539ffc2a270dd7500dc7f67490a8534ca849
checksum=689ddf62221b152779d8846ab5b2063cc7fd41ec1a9f04eefab09b5d5486dbb5
system_groups="wireshark"
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"