From f7385882bf52604eaf67e1b66f7d8dbe93d797c4 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 2 Mar 2021 18:24:34 -0700 Subject: [PATCH] zeek: update to 4.0.0. --- common/shlibs | 6 +++--- srcpkgs/zeek/template | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index c836cc1a377..ff42fa819e4 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3492,9 +3492,9 @@ libupstart.so.1 libupstart-1.13.3_1 librtas.so.2 librtas-2.0.2_1 librtasevent.so.2 librtas-2.0.2_1 libbroker.so.2 zeek-3.1.1_1 -libcaf_core.so.0.17.6 zeek-3.2.0_1 -libcaf_io.so.0.17.6 zeek-3.2.0_1 -libcaf_openssl.so.0.17.6 zeek-3.2.0_1 +libcaf_core.so.0.18.0 zeek-4.0.0_1 +libcaf_io.so.0.18.0 zeek-4.0.0_1 +libcaf_openssl.so.0.18.0 zeek-4.0.0_1 libbinpac.so.0 zeek-3.1.1_1 libllhttp.so.1 llhttp-1.0.1_1 libpinyin.so.13 libpinyin-2.2.1_1 diff --git a/srcpkgs/zeek/template b/srcpkgs/zeek/template index 5212bb2dc4b..d1f336ac18c 100644 --- a/srcpkgs/zeek/template +++ b/srcpkgs/zeek/template @@ -1,9 +1,10 @@ # Template file for 'zeek' pkgname=zeek -version=3.2.4 +version=4.0.0 revision=1 archs="x86_64* i686* aarch64* armv7* ppc64*" build_style=cmake +configure_args="-DCMAKE_INSTALL_LIBDIR=lib" hostmakedepends="flex pkg-config python3 libpcap-devel libressl-devel bind-devel zlib-devel" makedepends="bind-devel geoip-devel libpcap-devel libressl-devel zlib-devel" @@ -12,7 +13,7 @@ maintainer="Andrew Benson " license="BSD-3-Clause" homepage="https://www.zeek.org" distfiles="https://old.zeek.org/downloads/zeek-${version}.tar.gz" -checksum=d5a984d383c0cc337e18d3d65b969e8566ab8a6fc38e9c6d39ba4a101027be85 +checksum=f2eedab3262eaa3f58a83442b1f38bad35ed72399564917b71bba42266f1ff54 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-fts-devel musl-legacy-compat"