Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.20_2 21 Mar 2024 20:22:59 |
Nuno Teixeira (eduardo) |
security/snort: Move man pages to share/man
Approved by: portmgr (blanket) |
2.9.20_1 15 Oct 2022 01:18:28 |
Adam Weinberger (adamw) |
security/snort: Use USES=luajit (defaults to luajit-devel) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.9.20 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.9.20 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.9.20 08 Jun 2022 20:02:25 |
Dan Langille (dvl) |
security/snort: Update to 2.9.20
[*] New Additions
Added support for dns root queries and underflow.
Added support to get extra data from SMTP and HTTP into IPS event.
Added support for login success and failure eventing for IMAP and POP3.
Added support to handle empty string for SNI/CN/SAN/ORG.
[*] Improvements / Fix
Fixed a scenario where SSL traffic was not detected correctly.
Fixed security zones info in intrusion events.
Fixed URL lookup failure. |
2.9.19 30 Mar 2022 19:01:24 |
Dan Langille (dvl) |
security/snort: Update to 2.9.19
re: https://blog.snort.org/2021/12/open-source-version-of-snort-29190.html |
2.9.18_1 10 Aug 2021 19:52:05 |
Dan Langille (dvl) |
security/snort: Fixes for aarch64 and armv6/7
This patch does a few things:
1. Update depends to a newer version of net/daq, in the ports tree for a
long time already, but explicitly depend on it.
2. Split out corefiles separate from debug options
3. Switch from luajit to luajit-openresty so that snort can build on
aarch64
4. Fix crashing on armv7 due to misaligned memory access (from mjg@)
While here, in pkg-plist change deprecated @unexec to @postunexec
PR: 257747
Reported by: brd |
2.9.18 06 Jul 2021 17:05:57 |
Dan Langille (dvl) |
security/snort: Update to 2.9.18 |
2.9.17.1 06 Jul 2021 16:18:54 |
Dan Langille (dvl) |
security/snort: add another master site which unbreaks fetch
When a new release comes out, the old tarball gets moved to the
archive/snort directory. This change stops the port from breaking
when that move happens. |
2.9.17.1 11 Jun 2021 14:51:50 |
Brad Davis (brd) Author: Bill Meeks |
security/snort: Update to 2.9.17.1
Cherry-pick 018217c from pfsense/FreeBSD-ports:
Update Snort binary to latest 2.9.17.1 version from upstream.
Approved by: dvl (maintainer)
Sponsored by: Rubicon Communications, LLC ("Netgate") |
2.9.17 11 Jun 2021 14:46:11 |
Brad Davis (brd) |
security/snort: Pull in patches from pfsense/FreeBSD-ports to improve armv6/v7
- avoid unaligned access to packet memory
- disable compiler optimization
Approved by: dvl (maintainer)
Sponsored by: Rubicon Communications, LLC ("Netgate") |
2.9.17 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.9.17 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.9.17 09 Dec 2020 16:48:30 |
dvl |
Update to 2.9.17
re: https://blog.snort.org/2020/11/snort-29170-has-been-released.html |
2.9.16.1 05 Dec 2020 09:37:40 |
amdmi3 |
- Switch to options helpers
- Only install docs when requested
- Update WWW
Approved by: portmgr blanket |
2.9.16.1 01 Sep 2020 13:09:18 |
dvl |
Update to 2.9.16.1
re: https://blog.snort.org/2020/08/snort-29161-has-been-released.html
* Added support for GCC version 10.1.1
* Added packet counters to make sure flows with one-way data don't pend forever.
* Fixed potential race condition between reload and exit path.
Notes for versions this port has skipped over:
re: https://blog.snort.org/2020/04/snort-29160-has-been-released.html |
2.9.15.1 06 Apr 2020 13:34:31 |
dvl |
Update to 2.9.15.1
* Added support for glibc version 2.30.
* Fixed Snort core seen during SSL re-configuration.
* Fixed file access issues on files from SMB share.
https://blog.snort.org/2020/01/snort-29151-has-been-released.html |
2.9.15 14 Nov 2019 14:28:58 |
dvl |
Update to 2.9.15
[*] New Additions
* Added new debugs to print detection, file_processing and Preproc time
consumption info and verdict.
* Added support to detect new Korean file formats .egg and .alg in the file
preprocessor.
* Added support to detect new RAR file-type in the file preprocessor.
[*] Improvements / Fix
* Fix to generate ALERT if TEID value is zero in GTP v1 and v2 packets.
* Fix to whitelist ftp data sessions when no file policy exists.
* Fix RTF file magic to a more generic value to prevent evasions. |
2.9.14.1 19 Oct 2019 08:46:47 |
tobik |
Remove a bunch of unused *_DESC |
2.9.14.1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
2.9.14.1 05 Aug 2019 21:00:13 |
dvl |
Upgrade to Upgrade to 2.9.14.1
Take maintainership.
PR: 239667
Submitted by: Gilbert Morgan <gmm@tutanota.com>
Approved by: zi (maintainer) |
2.9.12_2 29 May 2019 21:03:30 |
zi |
- Explicitly depend on bison
- Bump PORTREVISION
PR: 238220
Submitted by: Bill Meeks <bmeeks8@bellsouth.net> |
2.9.12_1 15 Feb 2019 23:22:05 |
leres |
Undeprecate the BARNYARD option now that the dependent ports
(security/barnyard and security/bro) have been undeprecated.
PR: 235724
Approved by: zi (maintainer), matthew (mentor, implicit) |
2.9.12_1 13 Jan 2019 21:22:07 |
adamw |
Deprecate everything that depends on net/GeoIP and everything that depends
on those ports. |
2.9.12_1 07 Jan 2019 19:40:54 |
zi |
- Add CONFLICTS for security/snort3
- Pet portlint
PR: 234699
Requested by: Vinicius Zavam <egypcio@FreeBSD.org> |
2.9.12 26 Oct 2018 21:57:54 |
zi |
- Update to 2.9.12 |
2.9.11.1_1 20 Apr 2018 14:21:25 |
dvl |
Fix build when APPID is on
Approved by: zi (maintainer) |
2.9.11.1 24 Jan 2018 01:12:31 |
zi |
- Update to 2.9.11.1 |
2.9.9.0_1 01 Aug 2017 17:07:58 |
zi |
- MASTER_SITES cleanup |
2.9.9.0_1 22 May 2017 18:03:04 |
dvl |
Fix broken build related to missing %%APPID%% prefixes in pkg-plist
bump PORTREVISION
PR: 219459 |
2.9.9.0 22 May 2017 15:23:10 |
dvl |
upgrade to 2.9.9.0
Approved by: zi (maintainer) |
2.9.8.3 23 Jun 2016 01:56:42 |
zi |
- Update to 2.9.8.3 |
2.9.8.0_1 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
2.9.8.0_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.9.8.0_1 10 Apr 2016 09:41:20 |
bapt |
Convert to @sample |
2.9.8.0_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.9.8.0_1 20 Mar 2016 10:53:09 |
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) |
2.9.8.0 08 Jan 2016 16:50:34 |
zi |
- Update to 2.9.8.0 |
2.9.7.6 24 Dec 2015 11:41:32 |
ak |
- Fix various distinfo issues
Approved by: portmgr blanket |
2.9.7.6 04 Dec 2015 00:02:43 |
zi |
- Fix broken MASTER_SITES |
2.9.7.6 21 Oct 2015 17:59:39 |
dvl |
- Update to 2.9.7.6
Reviewed by: zi (maintainer)
Differential Revision: https://reviews.freebsd.org/D3963 |
2.9.7.5 23 Jul 2015 18:30:42 |
zi |
- Update to 2.9.7.5 |
2.9.7.3 04 Jun 2015 16:49:18 |
garga |
Fix spell |
2.9.7.3 27 May 2015 17:54:57 |
zi |
- Update to 2.9.7.3 |
2.9.7.2 22 Apr 2015 22:54:47 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
2.9.7.2 13 Mar 2015 11:54:30 |
zi |
- Update to 2.9.7.2 |
2.9.7.0 06 Jan 2015 13:19:11 |
zi |
- Add missing conf/doc/library when FILEINSPECT is enabled
PR: 194955
Submitted by: Bill Meeks <bmeeks8@bellsouth.net> |
2.9.7.0 06 Jan 2015 01:33:34 |
zi |
- Fix runtime issue with APPID enabled
PR: 195019
Submitted by: Bill Meeks <bmeeks8@bellsouth.net> |
2.9.7.0 07 Nov 2014 15:02:25 |
zi |
- Actually define FILEINSPECT as an available OPTION
Reported by: sunpoet |
2.9.7.0 07 Nov 2014 01:14:43 |
zi |
- Add support for new experimental features
- Remove old features |
2.9.7.0 03 Nov 2014 14:36:04 |
zi |
- Remove configurable options as they break the build when they are disabled. |
2.9.7.0 24 Oct 2014 23:34:18 |
zi |
- Update to 2.9.7.0 |
2.9.6.2 22 Jul 2014 13:20:18 |
zi |
- Update to 2.9.6.2
- Disable OPTION for FLEXRESP3 as it breaks the build if it is disabled |
2.9.6.1_1 14 Jul 2014 15:38:39 |
tijl |
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port) |
2.9.6.1 15 May 2014 19:34:20 |
zi |
- Update to 2.9.6.1 |
2.9.6.0_1 21 Apr 2014 01:14:54 |
bdrewery |
- Fix plist to have proper 'rmdir DIR' ordering.
Pkgng will not detect the directory otherwise. This was due to
incorrectly advise in the check-stagedir.sh script, fixed in
r351587
With hat: portmgr |
2.9.6.0 24 Feb 2014 22:58:49 |
zi |
- Update to 2.9.6.0 |
2.9.5.6 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
2.9.5.6 03 Jan 2014 18:34:46 |
zi |
- Update to 2.9.5.6
- Add STAGE support [1]
- Remove SNORTSAM support due to lack of upstream support [1]
- Makefile cleanup [1]
- Use new configure magic [1]
PR: ports/185274 [1]
Submitted by: ohauer@ [1] |
2.9.5.5 22 Sep 2013 16:46:43 |
zi |
- Update to 2.9.5.5 |
2.9.5.3 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.9.5.3 05 Sep 2013 16:55:34 |
zi |
- Add OPTION to enable non-Ethernet decoders
Requested by: Andrew Nichols <andrew@quadrant.net> |
2.9.5.3 31 Aug 2013 00:11:07 |
bapt |
Eradicate USE_GNOME=pkgconfig from security
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5 |
2.9.5.3 26 Aug 2013 21:01:43 |
zi |
- Update to 2.9.5.3
- Don't build example dynamic preprocessor |
2.9.4.6 14 Jun 2013 03:21:07 |
miwi |
- Do not remove directories not created by this port
Reported by: pkg (DEVELOPER_MODE) |
2.9.4.6 28 Apr 2013 13:46:15 |
zi |
- Update to 2.9.4.6 |
2.9.4.5 16 Apr 2013 15:13:21 |
zi |
- Update to 2.9.4.5
Feature safe: yes |
2.9.4.1 05 Mar 2013 19:44:02 |
zi |
- Update to 2.9.4.1
- Migrate to new 'created by' header |
2.9.4_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2.9.4 04 Dec 2012 16:35:08 |
zi |
- Update to 2.9.4
Feature safe: yes |
2.9.3.1 13 Oct 2012 02:05:14 |
zi |
- As pulledpork/barnyard are required for most installations, depend on these by
default
Feature safe: yes |
2.9.3.1 10 Aug 2012 01:29:39 |
zi |
- Update to 2.9.3.1 |
2.9.3 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.9.3 23 Jul 2012 14:19:34 |
zi |
- Update to 2.9.3
- Convert to OptionsNG |
2.9.2.3 16 Jun 2012 18:20:56 |
zi |
- Add tip to pkg-message
- Do not bump PORTREVISION |
2.9.2.3 16 May 2012 18:12:54 |
zi |
- Fix NOPORTDOCS with u2boat |
2.9.2.3 15 May 2012 22:16:27 |
zi |
- Update to 2.9.2.3 |
2.9.2.2 20 Apr 2012 21:57:56 |
zi |
- Unbreak SNORTSAM support
- Do not bump PORTREVISION for non-default OPTION
PR: ports/166798
Submitted by: scheidell@
Obtained from: snortsam.net |
2.9.2.2 30 Mar 2012 15:26:53 |
zi |
- Resolve IPV6 port logic issue when IPV6 support is disabled.
Reported by: Dean Freeman <wfreeman@sourcefire.com>
Feature safe: yes |
2.9.2.2 27 Mar 2012 23:14:20 |
zi |
- Update to 2.9.2.2
- Mark SNORTSAM support as BROKEN due to build failures with 2.9.1.2 patch
Feature safe: yes |
2.9.2.1_2 23 Mar 2012 14:27:51 |
zi |
- Update mirror URL on my ports
Feature safe: yes |
2.9.2.1_2 12 Mar 2012 10:03:37 |
zi |
- Fix IPv6 OPTIONS support
- Do not bump PORTREVISION
Reported by: scheidell@
Feature safe: yes |
2.9.2.1_2 11 Mar 2012 19:26:45 |
zi |
- Do not install examples whenever NOPORTEXAMPLES is defined [1]
- Do not install duplicate sample config files
- Do not bump PORTREVISION
PR: ports/165800 [1]
Submitted by: Michael Scheidell <scheidell@FreeBSD.org> [1]
Feature safe: yes |
2.9.2.1_2 10 Mar 2012 16:48:22 |
zi |
- Do not install examples whenever NOPORTEXAMPLES is defined [1]
- Do not install duplicate sample config files
- Do not bump PORTREVISION
PR: ports/165800 [1]
Submitted by: Michael Scheidell <scheidell@FreeBSD.org> [1]
Feature safe: yes |
2.9.2.1_2 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
2.9.2.1_1 06 Feb 2012 12:25:50 |
miwi |
- Chase unixODBC shlib bump |
2.9.2.1 21 Jan 2012 11:59:30 |
zi |
- Fix issue when NOPORTDOCS and SNORTSAM are both defined |
2.9.2.1 21 Jan 2012 02:46:23 |
zi |
- Update to 2.9.2.1
- Fix issue when NOPORTDOCS is defined |
2.9.2 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.9.2 16 Dec 2011 14:45:39 |
zi |
- Cleanup snortsam integration |
2.9.2 15 Dec 2011 00:50:34 |
zi |
- Update to 2.9.2 |
2.9.1.2 14 Dec 2011 00:58:26 |
zi |
- Bring back snortsam patches
- Do not bump PORTREVISION
PR: ports/162740
Submitted by: Michael Scheidell <scheidell@freebsd.org>
Feature safe: yes |
2.9.1.2 07 Dec 2011 23:54:45 |
zi |
- Introduce multi-interface/instance support in rc script
PR: ports/161286
Submitted by: Michael Scheidell <scheidell@secnap.net>
Feature safe: yes |
2.9.1.2 21 Nov 2011 22:55:26 |
zi |
- Revert previous commit
Feature safe: yes |
2.9.1.2 21 Nov 2011 18:27:00 |
zi |
- Update hash to reflect file deployed to the official mirrors. (source code
was diff'd--no code changes detected)
- Not bumping PORTREVISION
Feature safe: yes |
2.9.1.2 25 Oct 2011 20:11:35 |
zi |
- Make SOURCEFIRE option enabled by default to ensure all rules function out of
the box.
Requested by: Dean Freeman <wfreeman@sourcefire.com> |
2.9.1.2 22 Oct 2011 12:01:05 |
zi |
- Rename SRCFIRE OPTION to SOURCEFIRE |
2.9.1.2 22 Oct 2011 11:07:01 |
zi |
- Add additional MASTER_SITES |
2.9.1.2 21 Oct 2011 13:44:45 |
zi |
- Update to 2.9.1.2
- Add debugging OPTION to build snort with debug symbols, etc.
- Add sourcefire OPTION to build snort with --enable-sourcefire
- Take maintainership per private email conversation with current maintainer
PR: ports/161876
Submitted by: Ryan Steinmetz <zi@FreeBSD.org>
Approved by: Dean Freeman <wfreeman@sourcefire.com> (maintainer) |