Port details |
- suricata5 High Performance Network IDS, IPS and Security Monitoring engine(v5)
- 5.0.0.r1_5 security
=0 5.0.0.r1_5Version of this port present on the latest quarterly branch.
- DEPRECATED: security/suricata is already at version 5
This port expired on: 2020-04-20
- Maintainer: bofh@FreeBSD.org
- Port Added: 2019-09-06 11:54:24
- Last Update: 2020-04-20 11:21:56
- SVN Revision: 532195
- License: GPLv2
- WWW:
- https://suricata-ids.org
- Description:
- The Suricata Engine is an Open Source Next Generation Intrusion Detection and
Prevention Engine developed by the Open Information Security Foundation (OISF).
This engine is not intended to just replace or emulate the existing tools in
the industry, but will bring new ideas and technologies to the field.
OISF is part of and funded by the Department of Homeland Security's Directorate
for Science and Technology HOST program (Homeland Open Security Technology),
by the Navy's Space and Naval Warfare Systems Command (SPAWAR), as well as
through the very generous support of the members of the OISF Consortium.
More information about the Consortium is available, as well as a list of our
current Consortium Members.
This is upcoming version 5.
WWW: https://suricata-ids.org
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- suricata5>0:security/suricata5
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: suricata5
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1570307388
SHA256 (suricata-5.0.0-rc1.tar.gz) = 2805bc027932ada6f0adcbcd5d9cce23594f7e37ba345e9bf04e7e7400be8bc7
SIZE (suricata-5.0.0-rc1.tar.gz) = 21876920
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rustc : lang/rust
- py37-yaml>0 : devel/py-yaml@py37
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.7 : lang/python37
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- py37-yaml>0 : devel/py-yaml@py37
- python3.7 : lang/python37
- Library dependencies:
-
- libjansson.so : devel/jansson
- liblz4.so : archivers/liblz4
- libnet.so : net/libnet
- libpcre.so : devel/pcre
- libyaml.so : textproc/libyaml
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for suricata5-5.0.0.r1_5:
GEOIP=off: GeoIP IP location support
HYPERSCAN=off: Hyperscan support
IPFW=on: IPFW and IP Divert support for inline IDP
NSS=off: File checksums and SSL/TLS fingerprinting
PORTS_PCAP=off: Use libpcap from ports
PRELUDE=off: Prelude support for NIDS alerts
REDIS=off: Redis output support
TESTS=off: Unit tests in suricata binary
====> Scripting: you can only select none or one of them
LUA=off: LUA scripting support
LUAJIT=off: LuaJIT scripting support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- autoreconf cpe libtool pkgconfig python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.0.r1_5 20 Apr 2020 11:21:56 |
rene |
Remove expired port:
2020-04-20 security/suricata5: security/suricata is already at version 5 |
5.0.0.r1_5 20 Mar 2020 17:44:37 |
bofh |
security/suricata5: Mark DEPRECATED as security/suricata is at 5.X |
5.0.0.r1_5 12 Mar 2020 19:39:25 |
tobik |
lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24020 |
5.0.0.r1_4 27 Feb 2020 15:22:29 |
tobik |
lang/rust: Update to 1.41.1
- Force rebuild all consumers to fix potential miscompilations with
1.41.0
- Enable SOURCES by default. The sources are indexed by RLS and
required for it to function properly, so they should be available
by default. This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]
Changes: https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by: mikael [0,1,2]
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23835 |
5.0.0.r1_3 30 Jan 2020 20:00:07 |
tobik |
lang/rust: Update to 1.41.0
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
produce more useful failure logs when something panics during
builds
Changes: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23385 |
5.0.0.r1_2 19 Dec 2019 16:14:49 |
tobik |
lang/rust: Update to 1.40.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by: mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D22843 |
5.0.0.r1_1 12 Dec 2019 10:17:19 |
antoine |
Fix packaging
PR: 233770 |
5.0.0.r1_1 07 Nov 2019 18:07:20 |
tobik |
lang/rust: Update to 1.39.0
- Force rebuild all consumers to catch regressions early
- Partially apply D20792 in preparation for PPC_ABI support
- Add LibreSSL 3.0.x support [1]
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html
PR: 241411 [1]
Tested by: mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D22240 |
5.0.0.r1 05 Oct 2019 21:31:55 |
bofh |
security/suricata5: Update version 5.0.0-beta1=>5.0.0-rc1
- Remove HYPERSCAN as OPTIOINS_DEFAULT
PR: 240794
Reported by: franco@opnsense.org
Relnotes: https://suricata-ids.org/2019/09/24/please-help-us-test-suricata-5-0-0-rc1/ |
5.0.0.b1_1 27 Sep 2019 09:35:21 |
tobik |
lang/rust: Update to 1.38.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html
Tested by: jbeich, mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D21778 |
5.0.0.b1 06 Sep 2019 11:54:17 |
bofh |
[NEW] security/suricata5: High Performance Network IDS, IPS and Security
Monitoring engine(v5)
The Suricata Engine is an Open Source Next Generation Intrusion Detection and
Prevention Engine developed by the Open Information Security Foundation (OISF).
This engine is not intended to just replace or emulate the existing tools in
the industry, but will bring new ideas and technologies to the field.
OISF is part of and funded by the Department of Homeland Security's Directorate
for Science and Technology HOST program (Homeland Open Security Technology),
by the Navy's Space and Naval Warfare Systems Command (SPAWAR), as well as
through the very generous support of the members of the OISF Consortium.
More information about the Consortium is available, as well as a list of our
current Consortium Members.
This is upcoming version 5.
WWW: https://suricata-ids.org |