From 980a2c068f2f300c463e96dd3b5fd9d467349bf2 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 10 Jun 2021 19:50:22 +0200 Subject: [PATCH] wireshark: update to 3.4.10. --- srcpkgs/wireshark/patches/cross.patch | 2 +- srcpkgs/wireshark/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/wireshark/patches/cross.patch b/srcpkgs/wireshark/patches/cross.patch index 46dcc949c72e..d454505b8279 100644 --- a/srcpkgs/wireshark/patches/cross.patch +++ b/srcpkgs/wireshark/patches/cross.patch @@ -33,7 +33,7 @@ Upstream: no # These files are generated as side-effect ${_out}.h ${_out}.out -- COMMAND lemon +- COMMAND $ + COMMAND ${EXECUTABLE_OUTPUT_PATH}/lemon -T${_lemonpardir}/lempar.c -d. diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index fae420888bfe..aab686933f5e 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,6 +1,6 @@ # Template file for 'wireshark' pkgname=wireshark -version=3.4.5 +version=3.4.10 revision=1 build_style=cmake configure_args="-DCMAKE_BUILD_TYPE=None" @@ -17,7 +17,7 @@ maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://www.wireshark.org" distfiles="https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz" -checksum=de1aafd100a1e1207c850d180e97dd91ab8da0f5eb6beec545f725cdb145d333 +checksum=8aa7ef4a44ae62bb8db463cf761e2cc03b97305e0e77ed5be53fa83729187cef system_groups="wireshark" CFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2"