Skip to content

Commit

Permalink
zeek: rebuild against OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnynator committed Mar 5, 2021
1 parent 66138ea commit dd014dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -3532,11 +3532,11 @@ libtexpdf.so.0 libtexpdf-0.9.5_1
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
libbinpac.so.0 zeek-3.1.1_1
libbroker.so.2 zeek-3.2.4_2
libcaf_core.so.0.17.6 zeek-3.2.4_2
libcaf_io.so.0.17.6 zeek-3.2.4_2
libcaf_openssl.so.0.17.6 zeek-3.2.4_2
libbinpac.so.0 zeek-3.2.4_2
libllhttp.so.1 llhttp-1.0.1_1
libpinyin.so.13 libpinyin-2.2.1_1
libuhd.so.4.0.0 uhd-4.0.0.0_1
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/zeek/template
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Template file for 'zeek'
pkgname=zeek
version=3.2.4
revision=1
revision=2
archs="x86_64* i686* aarch64* armv7* ppc64*"
build_style=cmake
hostmakedepends="flex pkg-config python3 libpcap-devel libressl-devel
hostmakedepends="flex pkg-config python3 libpcap-devel openssl-devel
bind-devel zlib-devel"
makedepends="bind-devel geoip-devel libpcap-devel libressl-devel zlib-devel"
makedepends="bind-devel geoip-devel libpcap-devel openssl-devel zlib-devel"
short_desc="Advanced framework for network traffic analysis"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD-3-Clause"
Expand Down

0 comments on commit dd014dc

Please sign in to comment.