From 4da48405e251567dcaade9192e8d5ce9c6df8344 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 11 Oct 2017 09:32:05 +0000 Subject: [PATCH] wireshark: update to 2.4.2. Fixes CVE-2017-15192 CVE-2017-15193 CVE-2017-15191 CVE-2017-15190 CVE-2017-15189 --- srcpkgs/wireshark/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index 1225d97d9f7..80aca43422d 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,6 +1,6 @@ # Template file for 'wireshark' pkgname=wireshark -version=2.4.1 +version=2.4.2 revision=1 build_style=gnu-configure configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua @@ -15,7 +15,7 @@ maintainer="Enno Boland " homepage="https://www.wireshark.org" license="GPL-2" distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz" -checksum=02ddbcf9b10f9dfa1e36eec00fe00cb5b5ce8e07203843baf056ac7909911fcd +checksum=d1acb24735fd35e18e9b7a0555ec58277c2b87da45a19ebeb8087c3dda55f47d system_groups="wireshark" CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"