From 50113d4af71309a75d4becef457c08e2e057b898 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 3 Jun 2017 19:43:52 +0200 Subject: [PATCH] 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. --- srcpkgs/wireshark/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index 2450f36e2e6..52eb05144a7 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -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 " -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"