Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Jul 2022 05:57:11 6.0.6_1 |
Po-Chuan Hsieh (sunpoet)  |
net/libnet: Update to 1.2
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/libnet/libnet/releases |
21 Jul 2022 15:15:40 6.0.6 |
Fernando ApesteguĂa (fernape)  Author: Franco Fichtner |
security/suricata: update to 6.0.6
ChangeLog: https://redmine.openinfosecfoundation.org/versions/176
PR: 265331
Reported by: franco@opnsense.org (maintainer) |
02 Jul 2022 13:47:05 6.0.5_4 |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.62.0 |
10 Jun 2022 18:38:38 6.0.5_3 |
Li-Wen Hsu (lwhsu)  Author: Franco Fichtner |
security/suricata: improve plist handling after setuptools changes
Substitute the suricata-update version for less noise.
PR: 264543 |
03 Jun 2022 13:59:11 6.0.5_3 |
Po-Chuan Hsieh (sunpoet)  |
security/suricata: Fix build with setuptools 58.0.0+
- Bump PORTREVISION for package change
With hat: python |
31 May 2022 13:06:17 6.0.5_2 |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.61.0 |
03 May 2022 08:00:34 6.0.5_1 |
Tobias Kortkamp (tobik)  |
lang/rust: Relink ports after the Rust 1.60.0 update |
23 Apr 2022 19:33:17 6.0.5 |
Neel Chauhan (nc)  Author: Franco Fichtner |
security/suricata: update to 6.0.5
Changes: https://forum.suricata.io/t/suricata-6-0-5-and-5-0-9-released/2415
PR: 263466 |
15 Mar 2022 09:51:58 6.0.4_3 |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.59.0 |
03 Feb 2022 14:02:32 6.0.4_2 |
Tobias Kortkamp (tobik)  |
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
17 Jan 2022 11:57:45 6.0.4_1 |
Tobias Kortkamp (tobik)  |
lang/rust: Bump revisions after 1.58.0 |
13 Dec 2021 17:08:01 6.0.4 |
Dries Michiels (driesm)  Author: Franco Fichtner |
security/suricata: Update to 6.0.4
While here pet portfmt.
Changes: https://forum.suricata.io/t/suricata-6-0-4-and-5-0-8-released/1942
PR: 260250
Approved by: 0mp (mentor)
MFH: 2021Q4
Differential Revision: https://reviews.freebsd.org/D33335 |
05 Dec 2021 12:35:42 6.0.3_5 |
Tobias Kortkamp (tobik)  |
lang/rust: Rebuild consumers for Rust 1.57.0 |
25 Oct 2021 08:55:19 6.0.3_4 |
Tobias Kortkamp (tobik)  |
*: Rebuild for Rust 1.56.0 |
08 Oct 2021 16:29:37 6.0.3_3 |
Craig Leres (leres)  |
security/suricata: Respect CC
PR: 258294
Reported by: Evgeniy Khramtsov
Approved by: Franco Fichtner (maintainer) |
19 Sep 2021 09:03:23 6.0.3_2 |
Tobias Kortkamp (tobik)  |
*: Rebuild lang/rust consumers after the 1.55.0 update |
07 Sep 2021 21:55:24 6.0.3_1 |
Craig Leres (leres)  |
security/suricata: Add patch for upstream locking fix
https://redmine.openinfosecfoundation.org/issues/4478
- Suricata 6 may stop forwarding traffic due to lock/unlock executed
between CPUs, which is undetermined behaviour.
PR: 258335
Approved by: Franco Fichtner (maintainer) |
31 Aug 2021 20:38:26 6.0.3 |
Craig Leres (leres)  |
security/suricata: Update to 6.0.3
PR: 257603
Approved by: Franco Fichtner (maintainer) |
28 Aug 2021 13:42:06 6.0.2_5 |
Mikael Urankar (mikael)  |
lang/rust: Rebuild consumers for 1.54.0 |
11 Aug 2021 11:40:21 6.0.2_4 |
Renato Botelho (garga)  |
security/suricata: Use lang/luajit-openresty
Change optional LUAJIT dependency to lang/luajit-openresty and make it
possible to build it on aarch64
PR: 257749
Approved by: Franco Fichtner <franco@opnsense.org> (maintainer)
Obtained from: pfSense
Sponsored by: Rubicon Communications, LLC ("Netgate") |
28 Jun 2021 19:35:01 6.0.2_3 |
Piotr Kubaj (pkubaj)  |
*/*: fix all ports using Rust on powerpc that fail due to libc
This commit backports
https://github.com/rust-lang/libc/commit/a66f7c1eb26ad890c8169d8395e3042bcf776f01
to various ports.
It doesn't bring that backport to ports that fail to build anyway. |
27 Jun 2021 05:39:51 6.0.2_3 |
Tobias Kortkamp (tobik)  |
lang/rust: Rebuild consumers for 1.53.0 |
19 Jun 2021 15:13:19 6.0.2_2 |
Tobias Kortkamp (tobik)  |
security/suricata: Unbreak build with Rust 1.53.0
error[E0308]: mismatched types
--> rust/vendor/lexical-core/src/atof/algorithm/bhcomp.rs:62:24
|
62 | let bytes = bits / Limb::BITS;
| ^^^^^^^^^^ expected `usize`, found `u32`
error[E0277]: cannot divide `usize` by `u32`
http://package23.nyi.freebsd.org/data/114i386-default-foo/2021-06-18_08h49m22s/logs/errors/suricata-6.0.2_2.log
PR: 256653 |
15 Jun 2021 15:09:35 6.0.2_2 |
Kevin Bowling (kbowling)  Author: Franco Fichtner |
security/suricata: Fix plist issues
suricata-update is failing to find certain python modules when trying
to update rules.
PR: 255397
Reported by: Ian Dickens <ian@south-border.com>
Approved by: maintainer
MFH: 2021Q2 |
15 Jun 2021 15:01:39 6.0.2_1 |
Kevin Bowling (kbowling)  Author: Franco Fichtner |
security/suricata: Mark option PRELUDE as broken
https://redmine.openinfosecfoundation.org/issues/4065
PR: 255370
Reported by: Ryan Lawrence <bug@ryan-l.com>
Approved by: maintainer timeout
MFH: 2021Q2 |
11 May 2021 18:33:12 6.0.2_1 |
Tobias Kortkamp (tobik)  |
Rebuild lang/rust consumers after d8837418ea743776 |
02 May 2021 12:34:16 6.0.2 |
Piotr Kubaj (pkubaj)  |
security/suricata: fix build on powerpc64*
Clang does not have libatomic. |
23 Apr 2021 19:53:32 6.0.2 |
Neel Chauhan (nc)  |
security/suricata: update to 6.0.2
Changes: https://redmine.openinfosecfoundation.org/versions/162
PR: 255342
Submitted by: Franco Fichtner <franco AT opnsense DOT org> (maintainer) |
06 Apr 2021 14:31:13 5.0.6 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 5.0.6 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Mar 2021 14:13:08
5.0.6 |
rhurlin  |
security/suricata: Update to 5.0.6
Changelog: https://redmine.openinfosecfoundation.org/versions/164
PR: 254579
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer) |
29 Mar 2021 18:10:46
5.0.5_2 |
tobik  |
Rebuild lang/rust consumers after r569489 |
14 Feb 2021 15:45:11
5.0.5_1 |
mikael  |
lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
- Update lang/rust-nightly to 2021-02-12
- Update devel/racer to 2.1.41
- Import upstream patch to fix build issue for Firefox and related ports
(https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)
Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D28616 |
20 Jan 2021 14:02:18
5.0.5 |
fernape  |
security/suricata: simplify Makefile
Add USES=localbase so we can get rid of *-includes and *-libraries.
Reorder some variables too.
Regenerate patch.
PR: 252571
Submitted by: fernape@FreeBSD.org
Reviewed by: franco@opnsense.org (maintainer) |
07 Jan 2021 10:24:04
5.0.5 |
kai  |
security/suricata: Update to 5.0.5 [1]
* Remove the JSON option and convert the relevant parts into fixed
components because devel/jansson has become a mandatory dependency since
the 5.0.0 release. [2]
Changelog:
https://github.com/OISF/suricata/blob/suricata-5.0.5/ChangeLog
PR: 251887
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer) [1]
Reviewed by: fernape, daniel.engberg.lists@pyret.net
Approved by: maintainer [2] |
06 Jan 2021 10:13:59
5.0.4_2 |
mikael  |
lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D27940 |
24 Nov 2020 12:48:54
5.0.4_1 |
mikael  |
lang/rust: Update to 1.48.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0
Reviewed by: jbeich
Tested by: bdragon, jbeich, mikael
Differential Revision: https://reviews.freebsd.org/D27293 |
29 Oct 2020 10:44:36
5.0.4 |
pi  |
security/suricata: update 5.0.2 -> 5.0.4
PR: 246093
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
Relnotes: https://suricata-ids.org/2020/04/28/suricata-5-0-3-released/
https://suricata-ids.org/2020/10/08/suricata-4-1-9-and-5-0-4-released/
MFH: 2020Q4 |
13 Oct 2020 08:36:35
5.0.2_9 |
mikael  |
lang/rust: Update to 1.47.0
- Add powerpc64le arch (submitted by bdragon in D26711)
- Disable DOCS, same problem fixed in r546048
- Update devel/racer to 2.1.36
- Import upstream patch to fix www/firefox
(https://hg.mozilla.org/integration/autoland/rev/e2cede25c027)
- Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird
(https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz
: 0036, 0037 and 0038)
- Force rebuild all consumers to catch regressions
Changelog:
https://github.com/rust-lang/rust/releases/tag/1.47.0
Differential Revision: https://reviews.freebsd.org/D26721 |
30 Aug 2020 18:36:08
5.0.2_8 |
tobik  |
lang/rust: Update to 1.46.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D26176 |
03 Aug 2020 15:18:49
5.0.2_7 |
tobik  |
lang/rust: Update to 1.45.2
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html |
30 Jul 2020 18:26:54
5.0.2_6 |
tobik  |
lang/rust: Update to 1.45.1
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835 |
17 Jul 2020 06:44:04
5.0.2_5 |
tobik  |
lang/rust: Update to 1.45.0
- This Rust release comes with LLVM 10. Drop the LLVM patches we
no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
Rust target instead of patching LLVM.
- Build LLVM with Ninja. It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25658 |
04 Jun 2020 18:08:01
5.0.2_4 |
tobik  |
lang/rust: Update to 1.44.0
- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR: 246332 [1]
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25099 |
23 Apr 2020 15:32:30
5.0.2_3 |
tobik  |
lang/rust: Update to 1.43.0
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Respect AR to fix build with external toolchains [2]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
PR: 238556 [1], 245583 [2]
Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V
<greg@unrelenting.technology> [2]
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24521 |
12 Mar 2020 19:39:25
5.0.2_2 |
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 |
27 Feb 2020 15:22:29
5.0.2_1 |
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 |
17 Feb 2020 18:45:02
5.0.2 |
yuri  |
security/suricata: Update 5.0.1 -> 5.0.2
PR: 244186
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
MFH: 2020Q1 (bugfixes) |
30 Jan 2020 20:00:07
5.0.1_1 |
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 |
25 Dec 2019 13:30:21
5.0.1 |
amdmi3  |
- Update to 5.0.1
PR: 242658
Submitted by: franco@opnsense.org (maintainer) |
19 Dec 2019 16:14:49
5.0.0_2 |
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 |
07 Nov 2019 18:07:20
5.0.0_1 |
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 |
02 Nov 2019 13:25:00
5.0.0 |
tcberner  |
security/suricata: update to 5.0.0
PR: 241452
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer) |
27 Sep 2019 11:44:19
4.1.5_1 |
garga  |
security/suricata: Restore GEOIP option
GeoIP option works with libmaxminddb since 4.1.5. Add GEOIP option back.
PR: 240835
Approved by: Franco Fichtner <franco@opnsense.org> (maintainer)
Sponsored by: Rubicon Communications, LLC (Netgate) |
27 Sep 2019 09:35:21
4.1.5_1 |
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 |
25 Sep 2019 22:09:02
4.1.5 |
garga  |
security/suricata: Update to 4.1.5
PR: 240793
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
MFH: 2019Q3
Security: CVE-2019-16410 CVE-2019-16411
Sponsored by: Rubicon Communications, LLC (Netgate) |
15 Aug 2019 14:30:16
4.1.4_4 |
tobik  |
lang/rust: Update to 1.37.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/08/15/Rust-1.37.0.html
Tested by: jbeich, tobik, greg@unrelenting.technology (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D21247 |
14 Aug 2019 12:16:13
4.1.4_3 |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
04 Jul 2019 14:41:57
4.1.4_3 |
tobik  |
lang/rust: Update to 1.36.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/07/04/Rust-1.36.0.html
Tested by: jbeich, mikael.urankar@gmail.com
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20810 |
24 May 2019 03:25:12
4.1.4_2 |
tobik  |
lang/rust: Update to 1.35.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/05/23/Rust-1.35.0.html
Reviewed by: jbeich
Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20332 |
15 May 2019 03:12:15
4.1.4_1 |
tobik  |
lang/rust: Update to 1.34.2
- While here add patches from [1] for LibreSSL 2.9.1 support
[1] https://github.com/sfackler/rust-openssl/pull/1097
Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR: 237495 [1]
Security: 37528379-76a8-11e9-a4fd-00012e582166 |
03 May 2019 08:40:08
4.1.4 |
joneum  |
Update to 4.1.4
Changelog: https://suricata-ids.org/2019/04/30/suricata-4-1-4-released/
PR: 237684
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
Sponsored by: Netzkommune GmbH |
11 Apr 2019 19:39:28
4.1.3_2  |
tobik  |
lang/rust: Update to 1.34.0
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- 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/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850 |
10 Apr 2019 06:18:32
4.1.3_1  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
08 Mar 2019 14:35:45
4.1.3  |
garga  |
- Update security/suricata to 4.1.3 [1]
- Add support to python 3.x [2]
PR: 236385
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer) [1]
garga [2]
Approved by: Franco Fichtner <franco@opnsense.org> (maintainer) [2]
Obtained from: pfSense [2]
Sponsored by: Rubicon Communications, LLC (Netgate) [2] |
28 Feb 2019 18:51:46
4.1.2_3  |
jbeich  |
lang/rust: update to 1.33.0
- www/firefox temporarily loses SIMD in charset conversion, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by: Mikael Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj
(powerpc64)
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D19354 |
17 Jan 2019 19:50:39
4.1.2_2  |
jbeich  |
lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18858 |
13 Jan 2019 20:58:37
4.1.2_1  |
adamw  |
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this. |
04 Jan 2019 04:00:40
4.1.2  |
jbeich  |
Allow overriding rust dependency
Add DEFAULT_VERSIONS+=rust=rust-nightly to make.conf(5) if you want to
build consumers using lang/rust-nightly.
Approved by: rust (tobik)
MFH: 2019Q1 (avoid merge conflicts during www/firefox updates)
Differential Revision: https://reviews.freebsd.org/D18634 |
01 Jan 2019 11:17:54
4.1.2  |
joneum  |
Update to 4.1.2
Changelog: https://suricata-ids.org/2018/12/21/suricata-4-1-2-released/
PR: 234271
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
Sponsored by: Netzkommune GmbH |
20 Dec 2018 06:37:02
4.1.1  |
joneum  |
Update to 4.1.1
Changelog: https://suricata-ids.org/2018/12/17/suricata-4-1-1-available/
PR: 234128
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
Sponsored by: Netzkommune GmbH |
10 Dec 2018 16:04:49
4.1.0_1  |
swills  |
security/suricata: multiple changes to previous update
* Rename SC to PYTHON to reflect the new state of the option
* Remove PRELUDE from defaults
* Add PYTHON to defaults
* Add RUST to defaults
PR: 231839
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer) |
09 Dec 2018 20:18:31
4.1.0  |
swills  |
security/suricata: Fix plist with SC option on
PR: 231839
Reported by: antoine |
09 Dec 2018 01:31:31
4.1.0  |
swills  |
security/suricata: update to 4.1
PR: 231839
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer) |
09 Nov 2018 16:44:57
4.0.6  |
swills  |
security/suricata: update to 4.0.6
PR: 233027
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer) |
03 Aug 2018 16:24:36
4.0.5  |
swills  |
security/suricata: bump libhtp req due to recent CVEs
PR: 230322
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer) |
23 Jul 2018 15:04:51
4.0.5  |
garga  |
Update security/suricata to 4.0.5
PR: 229904
Approved by: maintainer
MFH: 2018Q3
Security: CVE-2018-10242 CVE-2018-10244
Differential Revision: https://reviews.freebsd.org/D16366 |
02 Apr 2018 00:01:14
4.0.4  |
yuri  |
security/suricata: Update 4.0.3 -> 4.0.4
Port changes:
* Change to DISTVERSION
* Removed HTP_PORT from defaultoptions
* Add NSS_CONFIGURE_OFF
* Add command silencing
I also noticed that it still links to libjansson when JSON=off.
This is because it auto-finds it.
Requested the upstream to add --disable-{option} flags:
https://redmine.openinfosecfoundation.org/issues/2473
PR: 226512
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer, original
version)
Submitted by: Renato Botelho <garga@FreeBSD.org> (final version)
Approved by: Franco Fichtner <franco@opnsense.org> (maintainer) |
15 Dec 2017 02:05:57
4.0.3  |
swills  |
security/suricata: update to 4.0.3
PR: 224351
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer) |
30 Nov 2017 15:50:34
4.0.1  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
21 Nov 2017 19:12:35
4.0.1  |
zeising  |
Update to 4.0.1
This is a bugfix release.
See https://suricata-ids.org/2017/10/18/suricata-4-0-1-available/ for
complete changelog.
PR: 223322
Submitted by: Franco Fichtner
Approved by: Franco Fichtner (maintainer) |
21 Nov 2017 18:55:28
4.0.0_1  |
zeising  |
Fix suricata failing to start if there is a stale pid file laying around.
This can happen if suricata is ungracefully shut down.
PR: 223052, 223322
Submitted by: Reshad Patuck, Franco Fichtner
Approved by: Franco Fichtner (maintainer)
MFH: 2017Q4 |
09 Aug 2017 08:15:21
4.0.0  |
joneum  |
- security/suricata: Update from 3.2.3 to 4.0.0
- Changelog: https://suricata-ids.org/2017/07/27/suricata-4-0-released/
PR: 221286
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D11908 |
22 Jul 2017 14:50:22
3.2.3  |
joneum  |
- security/suricata: Update from 3.2.2 to 3.2.3
- Changelog: https://suricata-ids.org/2017/07/13/suricata-3-2-3-available/
PR: 220758
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D11639 |
17 Jul 2017 05:58:04
3.2.2_1  |
koobs  |
security/suricata: Bump PORTREVISION
Actually bump PORTREVISION mentioned but not committed in ports r446052
PR: 220757 |
13 Jul 2017 16:46:24
3.2.2  |
garga  |
Add new REDIS option (off by default) to security/suricata
Approved by: Franco Fichtner <franco@opnsense.org> (maintainer)
Obtained from: https://github.com/pfsense/FreeBSD-ports/pull/363
Sponsored by: Rubicon Communications, LLC (Netgate)
Differential Revision: https://reviews.freebsd.org/D11139 |
18 Jun 2017 15:06:34
3.2.2  |
ultima  |
* Updated to 3.2.2
* Depends on libhtp 0.5.24 or greater
* Listen on multiple PCAP interfaces via RC script
* Dependencies added in the 3.2.1 update move to the PRELUDE option where they
belong
- Support additional runmodes for unix-socket
- make install-full can have race conditions on OSX
- af-packet: faulty VLAN handling in tpacket-v3 mode
- bad checksum 0xffff
- ippair: xbit unset memory leak
- file store: file log / file store mismatch with multiple files
- app-layer: fix memleak on bad traffic
- http body handling: failed assertion
- ippair: pair is direction sensitive
- defrag - overlap issue in linux policy
- unix socket: race condition on start up
PR: 220026
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11251 |
04 Mar 2017 13:33:25
3.2.1  |
mat  |
Update to 3.2.1.
Pass maintainership to submitter.
PR: 217143
Submitted by: Franco Fichtner
Approved by: maintainer timeout
Sponsored by: Absolight |
21 Oct 2016 15:21:13
3.1.2  |
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
20 Oct 2016 02:30:29
3.1.2  |
koobs  |
security/suricata: Update to 3.1.2
- Update PORTVERSION and distinfo checksum (3.1.2)
- Update pkg-plist
https://github.com/inliniac/suricata/blob/suricata-3.1.2/ChangeLog
PR: 212815
Submitted by: Franco Fichtner <franco opnsense org> |
09 Oct 2016 12:10:02
3.1.1_2  |
jbeich  |
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine |
09 Sep 2016 19:42:46
3.1.1_1  |
amdmi3  |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
06 Aug 2016 08:51:43
3.1.1_1  |
koobs  |
security/suricata: Fix libpcap LIB_DEPENDS
Fix the PORTS_PCAP option LIB_DEPENDS entry ambiguously depending on
net/libpcap, which should be libpcap.so.1 so as not to be satisfied
with the pcap library provided by base. [1]
While I'm here:
- Explicitly BUILD_DEPEND on libhtp >= 0.5.20, as configure breaks when
that minimum version is not available.
PR: 211578
Reported by: marino [1] |
01 Aug 2016 05:12:48
3.1.1  |
koobs  |
security/suricata: Fix plist with HTP_PORT option disabled
Update pkg-plist entry for shared library version missed due to not testing
with HTP_PORT disabled.
Pointyhat: koobs
PR: 210490
Reported by: Franco Fichtner <franco opnsense org> |
31 Jul 2016 14:21:35
3.1.1  |
koobs  |
security/suricata: Update to 3.1.1
* Update PORTVERSION and distinfo checksum (3.1.1) [1]
* Update pkg-plist for shared library bump [2]
* Use postunexec instead of unexec in pkg-plist
* Group common OPTIONS_* entries
* Group *_TARGET entries
https://github.com/inliniac/suricata/blob/suricata-3.1.1/ChangeLog
PR: 210490 [1][2]
Submitted by: Stewart Morgan <stewart.morgan gmail com> [1]
Submitted by: Franco Fichtner <franco opnsense org> [2] |
01 Apr 2016 14:25:18
3.0_2  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
27 Mar 2016 14:58:00
3.0_2  |
tijl  |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
20 Mar 2016 10:53:09
3.0_1  |
tijl  |
Install net/libnet headers and libraries back in the location where other
ports expect it. The files were put in a different location to avoid a
conflict with net/libnet10 but this port has been removed a while ago now.
PR: 208122
Exp-run by: antoine
Approved by: portmgr (antoine) |
04 Feb 2016 07:58:46
3.0_1  |
koobs  |
security/suricata: Add netmap IPS mode to pkg-message
PR: 206875
Submitted by: Franco Fichtner <franco opnsense org> |
02 Feb 2016 16:33:12
3.0  |
koobs  |
security/suricata: Update to 3.0
- Switch from DISTVERSION to PORTVERSION
- Update PORTVERION and distinfo checksum (3.0)
Changes:
* http://suricata-ids.org/2016/01/27/suricata-3-0-available/
* https://redmine.openinfosecfoundation.org/versions/80
PR: 206690
Submitted by: Franco Fichtner <franco opnsense org> |