Update to zeek-4.0.2.

This commit is contained in:
ajacoutot 2021-06-05 13:15:05 +00:00
parent e7a4d32797
commit 3c2dc99ec4
3 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.75 2021/05/02 17:57:18 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.76 2021/06/05 13:15:05 ajacoutot Exp $
COMMENT= network analysis and security monitoring framework
V= 4.0.1
V= 4.0.2
DISTNAME= zeek-${V}
REVISION= 0
SHARED_LIBS += binpac 2.0
SHARED_LIBS += broccoli 9.0
@ -25,7 +24,8 @@ PERMIT_PACKAGE= Yes
WANTLIB += c crypto m maxminddb pcap pthread ssl z
WANTLIB += ${COMPILER_LIBCXX} ${MODPY_WANTLIB} lib/libbind/bind
MASTER_SITES= https://old.zeek.org/downloads/
MASTER_SITES= https://download.zeek.org/ \
https://old.zeek.org/downloads/
FIX_EXTRACT_PERMISSIONS=Yes

View File

@ -1,2 +1,2 @@
SHA256 (zeek-4.0.1.tar.gz) = ZZqJD0M8tzBRmWa9xB8aA/tn4n6UtdUq2e6JACKhLDo=
SIZE (zeek-4.0.1.tar.gz) = 29450307
SHA256 (zeek-4.0.2.tar.gz) = VQcTqdP9NIeD85yVmvflaRZMlblsw74o19VVe97r/ZU=
SIZE (zeek-4.0.2.tar.gz) = 29428156

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-CMakeLists_txt,v 1.5 2021/04/24 11:37:10 ajacoutot Exp $
$OpenBSD: patch-CMakeLists_txt,v 1.6 2021/06/05 13:15:05 ajacoutot Exp $
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -550,13 +550,12 @@ if ( INSTALL_ZKG )
@@ -553,13 +553,12 @@ if ( INSTALL_ZKG )
# An etc/zkg directory for zkg's config file simplifies zkg's
# config file code.
set(ZEEK_ZKG_CONFIG_DIR "${ZEEK_ETC_INSTALL_DIR}/zkg")