Search Criteria
Package Details: zeek 7.0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zeek.git (read-only, click to copy) |
---|---|
Package Base: | zeek |
Description: | A network analysis framework |
Upstream URL: | https://zeek.org |
Licenses: | BSD |
Submitter: | synnick |
Maintainer: | dllcoolj |
Last Packager: | dllcoolj |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2019-06-04 11:57 (UTC) |
Last Updated: | 2024-10-15 01:15 (UTC) |
Dependencies (14)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- libmaxminddb (libmaxminddb-gitAUR)
- libpcap (libpcap-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- flex (flex-gitAUR) (make)
- geoip (geoip-gitAUR) (make)
- gperftools (gperftools-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- shadow (shadow-selinuxAUR) (make)
- swig (swig-gitAUR) (make)
- python-semantic-version (optional) – zeekpkg
Required by (3)
- ivre (optional)
- ivre-git (optional)
- monopticon
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
mcd1992 commented on 2020-05-13 03:33 (UTC)
Package marked for deletion.
plt commented on 2020-02-05 14:22 (UTC)
Hi @synnick
I understand your choice, but I think the point of a Linux distribution is to be consistent: in ArchLinux, packages install under /usr. It is normal that, when installing a software using its source (as opposed to the distribution packages), you install it somewhere under /opt or /usr/local. But when installing an Archlinux or AUR package, one may expect that it installs under /usr.
My 2 cents,
Pierre
synnick commented on 2020-02-05 14:16 (UTC)
Hi Pierre,
Sorry for the move of the package to /opt/zeek. I've been slowly aligning this package with the style used upstream by Johanna Amann (0xxon) on the OBS found here: https://build.opensuse.org/package/show/security:zeek/zeek.
A few months ago, I actually opened a pull to include a zeek PKGBUILD and the response was to stick with /opt/zeek and further split the zeek package into a few different subcomponents (libbroker, zeekctl, zeek-core, etc, etc).
So I intend to follow that style with this PKGBUILD because it will reduce differences across OSes even if it isn't in the standard dirs.
plt commented on 2020-02-05 12:55 (UTC)
Hi,
I don't think it is a good idea to move the package to /opt/zeek instead of the regular /usr, since we are building a package. Is there a particular reason for this change?
Thanks!
Pierre
plt commented on 2019-12-19 10:34 (UTC)
Hi! You should add swig to makedepends. Thanks
synnick commented on 2019-11-04 12:02 (UTC)
Updated, thanks for catching that.
teprrr commented on 2019-11-04 11:46 (UTC)
I had to add git to makedepends to make it build instead of erroring out with "==> ERROR: Cannot find the git package needed to handle git sources.".
synnick commented on 2019-09-17 12:59 (UTC)
The argument has been removed and the version has now been bumped to 3.1.0-112-dev.
Let me know if it works. Thanks for the comment.
plt commented on 2019-09-17 10:33 (UTC)
The option "--disable-perftools" has been removed from the configure script, and causes an error. It should be removed from the PKGBUILD file.
badagent commented on 2019-06-02 07:40 (UTC)
Currently the built package is not installable, as it tries to install some dependecies in /usr/lib64 which leads to a conflict in Arch.
Patching CMAKE_INSTALL_LIBDIR into the configure File fixed this for me.
Patch (apply with git patch after checking out the repository): https://gist.github.com/badagent/52a9bb0ed216dd31dec032dba13847ad
« First ‹ Previous 1 2 3 Next › Last »