non port: security/snort/Makefile |
SVNWeb
|
Number of commits found: 211 (showing only 100 on this page) |
Sat, 15 Oct 2022
|
[ 01:18 Adam Weinberger (adamw) ] 84778f9
security/snort: Use USES=luajit (defaults to luajit-devel)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
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 )
|
Wed, 8 Jun 2022
|
[ 20:02 Dan Langille (dvl) ] 0839acb
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.
|
Wed, 30 Mar 2022
|
[ 19:01 Dan Langille (dvl) ] 3174656
security/snort: Update to 2.9.19
re: https://blog.snort.org/2021/12/open-source-version-of-snort-29190.html
|
Tue, 10 Aug 2021
|
[ 19:52 Dan Langille (dvl) ] c2a4ab1
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
|
Tue, 6 Jul 2021
|
[ 17:05 Dan Langille (dvl) ] 45ccf3d
security/snort: Update to 2.9.18
|
[ 16:18 Dan Langille (dvl) ] 9e4c8c8
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.
|
Fri, 11 Jun 2021
|
[ 14:51 Brad Davis (brd) Author: Bill Meeks ] 8a16e2a
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")
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 9 Dec 2020
|
[ 16:48 dvl ]
Update to 2.9.17
re: https://blog.snort.org/2020/11/snort-29170-has-been-released.html
|
Sat, 5 Dec 2020
|
[ 09:37 amdmi3 ]
- Switch to options helpers
- Only install docs when requested
- Update WWW
Approved by: portmgr blanket
|
Tue, 1 Sep 2020
|
[ 13:09 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
|
Mon, 6 Apr 2020
|
[ 13:34 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
|
Thu, 14 Nov 2019
|
[ 14:28 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.
|
Sat, 19 Oct 2019
|
[ 08:46 tobik ]
Remove a bunch of unused *_DESC
|
Mon, 5 Aug 2019
|
[ 21:00 dvl ]
Upgrade to Upgrade to 2.9.14.1
Take maintainership.
PR: 239667
Submitted by: Gilbert Morgan <gmm@tutanota.com>
Approved by: zi (maintainer)
|
Wed, 29 May 2019
|
[ 21:03 zi ]
- Explicitly depend on bison
- Bump PORTREVISION
PR: 238220
Submitted by: Bill Meeks <bmeeks8@bellsouth.net>
|
Fri, 15 Feb 2019
|
[ 23:22 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)
|
Sun, 13 Jan 2019
|
[ 21:22 adamw ] (Only the first 10 of 24 ports in this commit are shown above. )
Deprecate everything that depends on net/GeoIP and everything that depends
on those ports.
|
Mon, 7 Jan 2019
|
[ 19:40 zi ]
- Add CONFLICTS for security/snort3
- Pet portlint
PR: 234699
Requested by: Vinicius Zavam <egypcio@FreeBSD.org>
|
Fri, 26 Oct 2018
|
[ 21:57 zi ]
- Update to 2.9.12
|
Fri, 20 Apr 2018
|
[ 14:21 dvl ]
Fix build when APPID is on
Approved by: zi (maintainer)
|
Wed, 24 Jan 2018
|
[ 01:12 zi ]
- Update to 2.9.11.1
|
Tue, 1 Aug 2017
|
[ 17:07 zi ] (Only the first 10 of 39 ports in this commit are shown above. )
- MASTER_SITES cleanup
|
Mon, 22 May 2017
|
[ 18:03 dvl ]
Fix broken build related to missing %%APPID%% prefixes in pkg-plist
bump PORTREVISION
PR: 219459
|
[ 15:23 dvl ]
upgrade to 2.9.9.0
Approved by: zi (maintainer)
|
Thu, 23 Jun 2016
|
[ 01:56 zi ]
- Update to 2.9.8.3
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 20 Mar 2016
|
[ 10:53 tijl ] (Only the first 10 of 57 ports in this commit are shown above. )
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)
|
Fri, 8 Jan 2016
|
[ 16:50 zi ]
- Update to 2.9.8.0
|
Fri, 4 Dec 2015
|
[ 00:02 zi ]
- Fix broken MASTER_SITES
|
Wed, 21 Oct 2015
|
[ 17:59 dvl ]
- Update to 2.9.7.6
Reviewed by: zi (maintainer)
Differential Revision: https://reviews.freebsd.org/D3963
|
Thu, 23 Jul 2015
|
[ 18:30 zi ]
- Update to 2.9.7.5
|
Thu, 4 Jun 2015
|
[ 16:49 garga ]
Fix spell
|
Wed, 27 May 2015
|
[ 17:54 zi ]
- Update to 2.9.7.3
|
Wed, 22 Apr 2015
|
[ 22:54 amdmi3 ]
- Add CPE info
Approved by: portmgr blanket
|
Fri, 13 Mar 2015
|
[ 11:54 zi ]
- Update to 2.9.7.2
|
Tue, 6 Jan 2015
|
[ 13:19 zi ]
- Add missing conf/doc/library when FILEINSPECT is enabled
PR: 194955
Submitted by: Bill Meeks <bmeeks8@bellsouth.net>
|
[ 01:33 zi ]
- Fix runtime issue with APPID enabled
PR: 195019
Submitted by: Bill Meeks <bmeeks8@bellsouth.net>
|
Fri, 7 Nov 2014
|
[ 15:02 zi ]
- Actually define FILEINSPECT as an available OPTION
Reported by: sunpoet
|
[ 01:14 zi ]
- Add support for new experimental features
- Remove old features
|
Mon, 3 Nov 2014
|
[ 14:36 zi ]
- Remove configurable options as they break the build when they are disabled.
|
Fri, 24 Oct 2014
|
[ 23:34 zi ]
- Update to 2.9.7.0
|
Tue, 22 Jul 2014
|
[ 13:20 zi ]
- Update to 2.9.6.2
- Disable OPTION for FLEXRESP3 as it breaks the build if it is disabled
|
Mon, 14 Jul 2014
|
[ 15:38 tijl ] (Only the first 10 of 35 ports in this commit are shown above. )
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
|
Thu, 15 May 2014
|
[ 19:34 zi ]
- Update to 2.9.6.1
|
Mon, 21 Apr 2014
|
[ 01:14 bdrewery ] (Only the first 10 of 26 ports in this commit are shown above. )
- 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
|
Mon, 24 Feb 2014
|
[ 22:58 zi ]
- Update to 2.9.6.0
|
Fri, 3 Jan 2014
|
[ 18:34 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]
|
Sun, 22 Sep 2013
|
[ 16:46 zi ]
- Update to 2.9.5.5
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Thu, 5 Sep 2013
|
[ 16:55 zi ]
- Add OPTION to enable non-Ethernet decoders
Requested by: Andrew Nichols <andrew@quadrant.net>
|
Sat, 31 Aug 2013
|
[ 00:11 bapt ] (Only the first 10 of 15 ports in this commit are shown above. )
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
|
Mon, 26 Aug 2013
|
[ 21:01 zi ]
- Update to 2.9.5.3
- Don't build example dynamic preprocessor
|
Sun, 28 Apr 2013
|
[ 13:46 zi ]
- Update to 2.9.4.6
|
Tue, 16 Apr 2013
|
[ 15:13 zi ]
- Update to 2.9.4.5
Feature safe: yes
|
Tue, 5 Mar 2013
|
[ 19:44 zi ]
- Update to 2.9.4.1
- Migrate to new 'created by' header
|
Mon, 10 Dec 2012
|
[ 19:11 mm ] (Only the first 10 of 233 ports in this commit are shown above. )
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
Tue, 4 Dec 2012
|
[ 16:35 zi ]
- Update to 2.9.4
Feature safe: yes
|
Sat, 13 Oct 2012
|
[ 02:05 zi ]
- As pulledpork/barnyard are required for most installations, depend on these by
default
Feature safe: yes
|
Fri, 10 Aug 2012
|
[ 01:29 zi ]
- Update to 2.9.3.1
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
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
|
Mon, 23 Jul 2012
|
[ 14:19 zi ]
- Update to 2.9.3
- Convert to OptionsNG
|
Wed, 16 May 2012
|
[ 18:12 zi ]
- Fix NOPORTDOCS with u2boat
|
Tue, 15 May 2012
|
[ 22:16 zi ]
- Update to 2.9.2.3
|
Fri, 20 Apr 2012
|
[ 21:57 zi ]
- Unbreak SNORTSAM support
- Do not bump PORTREVISION for non-default OPTION
PR: ports/166798
Submitted by: scheidell@
Obtained from: snortsam.net
|
Fri, 30 Mar 2012
|
[ 15:26 zi ]
- Resolve IPV6 port logic issue when IPV6 support is disabled.
Reported by: Dean Freeman <wfreeman@sourcefire.com>
Feature safe: yes
|
Tue, 27 Mar 2012
|
[ 23:14 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
|
Fri, 23 Mar 2012
|
[ 14:27 zi ] (Only the first 10 of 19 ports in this commit are shown above. )
- Update mirror URL on my ports
Feature safe: yes
|
Mon, 12 Mar 2012
|
[ 10:03 zi ]
- Fix IPv6 OPTIONS support
- Do not bump PORTREVISION
Reported by: scheidell@
Feature safe: yes
|
Sat, 10 Mar 2012
|
[ 16:48 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
|
Tue, 14 Feb 2012
|
[ 12:45 mm ] (Only the first 10 of 140 ports in this commit are shown above. )
Bump pcre library dependency due to 8.30 update
|
Mon, 6 Feb 2012
|
[ 12:25 miwi ] (Only the first 10 of 44 ports in this commit are shown above. )
- Chase unixODBC shlib bump
|
Sat, 21 Jan 2012
|
[ 11:59 zi ]
- Fix issue when NOPORTDOCS and SNORTSAM are both defined
|
[ 02:46 zi ]
- Update to 2.9.2.1
- Fix issue when NOPORTDOCS is defined
|
Fri, 16 Dec 2011
|
[ 14:45 zi ]
- Cleanup snortsam integration
|
Thu, 15 Dec 2011
|
[ 00:50 zi ]
- Update to 2.9.2
|
Wed, 14 Dec 2011
|
[ 00:58 zi ]
- Bring back snortsam patches
- Do not bump PORTREVISION
PR: ports/162740
Submitted by: Michael Scheidell <scheidell@freebsd.org>
Feature safe: yes
|
Tue, 25 Oct 2011
|
[ 20:11 zi ]
- Make SOURCEFIRE option enabled by default to ensure all rules function out of
the box.
Requested by: Dean Freeman <wfreeman@sourcefire.com>
|
Sat, 22 Oct 2011
|
[ 12:01 zi ]
- Rename SRCFIRE OPTION to SOURCEFIRE
|
[ 11:07 zi ]
- Add additional MASTER_SITES
|
Fri, 21 Oct 2011
|
[ 13:44 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)
|
Fri, 7 Oct 2011
|
[ 13:42 zi ]
- Update to 2.9.1.1
PR: ports/161347
Submitted by: Ryan Steinmetz <zi@FreeBSD.org>
Approved by: Dean Freeman <wfreeman@sourcefire.com> (maintainer)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thu, 8 Sep 2011
|
[ 01:36 zi ]
Update to 2.9.1
Add LICENSE
PR: ports/160044
Submitted by: zi@
Approved by: wxs (mentor), maintainer timeout
|
Tue, 12 Apr 2011
|
[ 04:31 dhn ]
- Update to 2.9.0.5
PR: ports/156334
Submitted by: Dean Freeman <wfreeman@sourcefire.com> (maintainer)
|
Fri, 25 Feb 2011
|
[ 06:15 ade ]
Update to libtool 2.4
Tested by: pav (multiple -exp runs)
|
Fri, 18 Feb 2011
|
[ 20:06 wxs ]
Apply two patches:
- Fix build when --enable-dynamicplugins is not given to configure. [1]
- Fix a segfault in HttpInspect
PR: ports/154868
Submitted by: Dean Freeman <wfreeman@sourcefire.com> (maintainer)
[1]: Michael Scheidell
|
Sun, 13 Feb 2011
|
[ 22:17 pav ]
- Remove stray cmd from plist that created bogus file on pkg_add
Reported by: pointyhat
|
Fri, 11 Feb 2011
|
[ 08:27 sunpoet ]
- Update MAINTAINER address
|
[ 08:01 sunpoet ]
- Update to 2.9.0.4
- Update snortsam checksum
- Fix LIBNET_CONFIG issue
- Pet portlint
Changes: http://www.snort.org/downloads/740
PR: ports/154668
Submitted by: Dean Freeman <wfreeman@sourcefire.com> (maintainer)
|
Wed, 9 Feb 2011
|
[ 06:50 clsung ]
- Update to 2.9.0.3 [1]
- pass maintainership to William Freeman <wfreeman_AT_sourcefire dot com>
Note: This attached patch replaces the one in ports/153998.
Also fixes the location of the dynamic libs/rules in ports/153224.
PR: ports/154514 [1], ports/153998 [2]
Submitted by: Michael Scheidell <scheidell_AT_secnap dot net>
|
Thu, 9 Dec 2010
|
[ 01:36 clsung ]
- add IPv6 option
PR: ports/152009
Submitted by: Trond Endrestøl <Trond dot Endrestol_AT_ximalas dot info>
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Fri, 3 Dec 2010
|
[ 18:54 kwm ]
Unbreak the build when the SNORTSAM option is selected.
Change a manual build depend line on automake110 (which is dead)
to a autotools line.
PR: ports/152171
Submitted by: "Tom Judge" <tom@tomjudge.com>
Approved by: maintainer timeout (clsung, 21 days)
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Wed, 28 Jul 2010
|
[ 07:21 clsung ]
- Update snort to version 2.8.6.1.
- From the release notes:
* Eliminate false positives when using fast_pattern:only and having only
one http content in the pattern matcher.
* Address false positives in FTP preprocessor with string format verification.
Also addressed issue with handling of response codes to data transfer
commands where the response code didn't contain a message.
PR: ports/148878
Submitted by: olli hauer <ohauer_AT_gmx dot de>
|
Sat, 17 Jul 2010
|
[ 13:09 clsung ]
- source tar ball go to LOCAL
- fix WITH_SNORTSAM knob
PR: ports/148484, ports/148516
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
|
Number of commits found: 211 (showing only 100 on this page) |