non port: security/snort3/Makefile |
Number of commits found: 139 (showing only 39 on this page) |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 14 Feb 2021
|
17:43 pkubaj
security/snort3: fix build on powerpc64le
 |
Wednesday, 10 Feb 2021
|
23:21 bofh
security/snort3: Upsate version 3.1.0.0=>3.1.1.0
Relnotes: https://github.com/snort3/snort3/releases/tag/3.1.1.0
 |
Tuesday, 26 Jan 2021
|
18:17 bofh
security/snort3: Update version 3.0.3-6=>3.1.0.0
- Switch from devel/hwloc to devel/hwloc2 [1]
PR: 252527 [1]
Submitted by: jwb [1]
Relnotes: https://github.com/snort3/snort3/releases/tag/3.1.0.0
 |
Thursday, 7 Jan 2021
|
16:32 bofh
security/snort3: Update version 3.0.3-4=>3.0.3-6
Relnotes: https://github.com/snort3/snort3/releases/tag/3.0.3-6
 |
Thursday, 29 Oct 2020
|
21:28 bofh
security/snort3: Update version 3.0.3-3=>3.0.3-4
Relnotes: https://github.com/snort3/snort3/releases/tag/3.0.3-4
 |
Sunday, 25 Oct 2020
|
23:40 bofh
security/snort3: Update version 3.0.3-1=>3.0.3-3
Relnotes: https://github.com/snort3/snort3/releases/tag/3.0.3-3
 |
Wednesday, 30 Sep 2020
|
03:39 bofh
security/snort3: Update version 3.0.2-5=>3.0.3-1
Relnotes: https://github.com/snort3/snort3/releases/tag/3.0.3-1
 |
Wednesday, 23 Sep 2020
|
17:35 pkubaj
security/snort3: fix build on powerpc64
Use luajit-openresty on powerpc64 since luajit doesn't support powerpc64.
Still fails to build on elfv1, but builds on elfv2.
 |
Wednesday, 2 Sep 2020
|
22:24 bofh
security/snort3: Update version 3.0.2-4=>3.0.2-5
Reported by: ozkan@mersin.edu.tr
Relnotes: https://github.com/snort3/snort3/releases/tag/3.0.2-5
 |
Sunday, 9 Aug 2020
|
10:13 bofh
security/snort3: Update version 3.0.2-2=>3.0.2-4
Relnotes: https://github.com/snort3/snort3/releases/tag/3.0.2-4
 |
Wednesday, 22 Jul 2020
|
05:07 bofh
security/snort3: Update version 3.0.2-1=>3.0.2-2
PR: 248148
Submitted by: dvl
Relnotes: https://github.com/snort3/snort3/releases/tag/3.0.2-2
 |
Saturday, 11 Jul 2020
|
02:03 bofh
security/snort3: Update version 3.0.1-5=>3.0.2-1
Relnotes: https://github.com/snort3/snort3/releases/tag/3.0.2-1
 |
Monday, 22 Jun 2020
|
17:35 bofh
security/snort3: Update version 3.0.1-4=>3.0.1-5
Relnotes: https://github.com/snort3/snort3/releases
 |
Saturday, 30 May 2020
|
00:10 bofh
security/snort3: Update version 3.0.1-2=>3.0.1-4
Relnotes: https://github.com/snort3/snort3/releases
 |
Wednesday, 29 Apr 2020
|
20:18 bofh
security/snort3: Update version 3.0.0-270=>3.0.1-2
Reported by: dvl
Relnotes: https://github.com/snort3/snort3/releases/tag/3.0.1-2
 |
Saturday, 4 Apr 2020
|
12:44 bofh
security/snort3: UNBREAK
- Update version 3.0.0-258=>3.0.0-270
- Remove BUILD_DEPENDS and RUN_DEPENDS into LIB_DEPENDS
- Change compiler to use c++14-lang
- Make HYPERSCAN default for amd64
- Remove DEBUG_DESC and DOCS_DESC for the defaults DESC
net/libdaq: Update version 3.0.0-alpha3=>3.0.0-alpha4
Submitted by: dvl
MFH: 2020Q2 (buildtime fix)
Differential Revision: https://reviews.freebsd.org/D24263
 |
Thursday, 26 Sep 2019
|
17:42 antoine
Mark BROKEN: fails to build
/wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:223:28:
error: use of undeclared identifier 'DAQ_PKT_FLAG_REAL_ADDRESSES'
if ((raw.pkth->flags & DAQ_PKT_FLAG_REAL_ADDRESSES) and codec.ip_layer_cnt
== 1)
^
/wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:227:33:
error: no member named 'real_sIP' in '_daq_pkt_hdr'
real_src.set(&raw.pkth->real_sIP,
~~~~~~~~ ^
/wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:228:33:
error: use of undeclared identifier 'DAQ_PKT_FLAG_REAL_SIP_V6'
((raw.pkth->flags & DAQ_PKT_FLAG_REAL_SIP_V6) ? AF_INET6 :
AF_INET));
^
/wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:229:33:
error: no member named 'real_dIP' in '_daq_pkt_hdr'
real_dst.set(&raw.pkth->real_dIP,
~~~~~~~~ ^
/wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:230:33:
error: use of undeclared identifier 'DAQ_PKT_FLAG_REAL_DIP_V6'
((raw.pkth->flags & DAQ_PKT_FLAG_REAL_DIP_V6) ? AF_INET6 :
AF_INET));
^
Reported by: pkg-fallout
 |
Wednesday, 31 Jul 2019
|
19:27 bofh
security/snort3: Update version 3.0.0-255=>3.0.0-258
- Change RUN_DEPENDS to libdaq-3*
- Add USES=localbase
- Add FLATBUFFERS option
Reported by: ozkan.kirik@gmail.com
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Wednesday, 8 May 2019
|
11:38 bofh
security/snort3: Update version 3.0.0-254=>3.0.0-255
 |
Saturday, 27 Apr 2019
|
17:31 bofh
security/snort3: Update version 3.0.0_253=>3.0.0-254
 |
Friday, 19 Apr 2019
|
22:58 bofh
security/snort3: Update version 3.0.0-252=>3.0.0_253
 |
Friday, 12 Apr 2019
|
20:50 bofh
security/snort3: Update version 3.0.0-251=>3.0.0-252
 |
Thursday, 4 Apr 2019
|
23:10 bofh
security/snort3: Update version 3.0.0-250=>3.0.0-251
 |
Thursday, 21 Feb 2019
|
00:07 bofh
security/snort3: Update version 3.0.0-a4.243=>3.0.0-250
- Take MAINTAINERSHIP
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Tuesday, 2 Oct 2018
|
19:21 feld
Reset maintainer for misc ports I do not interact with anymore
 |
Thursday, 30 Aug 2018
|
04:05 danfe
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
 |
Sunday, 29 Jul 2018
|
22:18 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
 |
Monday, 7 May 2018
|
22:29 jbeich
Drop FreeBSD 10.3 support
Reviewed by: yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D15238
 |
Tuesday, 20 Mar 2018
|
15:33 dvl
Unbreak and update to 3.0.0-a4.243
Submitted by: Daniel Engberg
Differential Revision: https://reviews.freebsd.org/D14582
 |
Sunday, 18 Feb 2018
|
09:34 antoine
Mark BROKEN: fails to package
Reported by: pkg-fallout
MFH: 2018Q1
 |
Thursday, 1 Feb 2018
|
22:52 feld
security/snort3: Fix build with FreeBSD 10.3
Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210890
MFH: 2018Q1
 |
21:57 feld
security/snort3: Bump PORTREVISION
Bump for sanity
Add missing DOCS to OPTIONS_DEFINE
 |
21:53 feld
security/snort3: Update to Alpha BUILD_242
- Use cmake now as autotools will be going away
- Fix segfaulting which was actually caused by devel/hwloc
 |
Tuesday, 30 Jan 2018
|
15:46 mat
Unbreak last commit.
Pointy hat: dvl
Sponsored by: Absolight
 |
14:39 dvl
Upgrade to build 242
Approved by: feld (maintainer)
 |
Wednesday, 13 Dec 2017
|
20:32 feld
Snort 3 is the next major release of the Snort utility:
Here are some key features of Snort 3:
Support multiple packet processing threads
Use a shared configuration and attribute table
Use a simple, scriptable configuration
Make key components pluggable
Autodetect services for portless configuration
Support sticky buffers in rules
Autogenerate reference documentation
Provide better cross platform support
Facilitate component testing
Additional features on the roadmap include:
Use a shared network map
Support pipelining of packet processing
Support hardware offload and data plane integration
Support proxy mode
Windows support
WWW: http://www.snort.org/
 |
Number of commits found: 139 (showing only 39 on this page) |