FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 4:37 PM GMT
Port details
snort 2.9.2.1_1 security on this many watch lists=141 search for ports that depend on this port An older version of this port was marked as vulnerable.
Lightweight network intrusion detection system
Maintained by: zi@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
License: GPLv2
Snort is a libpcap-based packet sniffer/logger which can be used as a 
lightweight network intrusion detection system. It features rules based logging
and can perform content searching/matching in addition to being used to detect 
a variety of other attacks and probes, such as buffer overflows, stealth port
scans, CGI attacks, SMB probes, and much more. Snort has a real-time alerting 
capability, with alerts being sent to syslog, a separate "alert" file, or even
to a Windows computer via Samba.

Packets are logged in their decoded form to directories which are generated
based upon the IP address of the remote peer.  This allows Snort to be used as
a sort of "poor man's intrusion detection system" if you specify what traffic
you want to record and what to let through.

For instance, I use it to record traffic of interest to the six computers in 
my office at work while I'm away on travel or gone for the weekend.  It's 
also nice for debugging network code since it shows you most of the Important 
Stuff(TM) about your packets (as I see it anyway).  The code is pretty easy
to modify to provide more complete packet decoding, so feel free to make 
suggestions.

WWW: http://www.snort.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: net/daq, net/libnet, devel/libtool
Required To Run: net/daq, net/libnet
Required Libraries: devel/pcre
There are no ports dependent upon this port

To install the port: cd /usr/ports/security/snort/ && make install clean
To add the package: pkg_add -r snort


Configuration Options
===> The following configuration options are available for snort-2.9.2.1_1:
     IPV6=on (default) "Enable IPv6 support"
     MPLS=on (default) "Enable MPLS support"
     GRE=on (default) "Enable GRE support"
     TARGETBASED=off (default) "Enable Targetbased support"
     DECODERPRE=on (default) "Enable Decoded-Preprocessor-Rules"
     ZLIB=on (default) "Enable GZIP support"
     NORMALIZER=on (default) "Enable Normalizer"
     REACT=on (default) "Enable React"
     PERFPROFILE=on (default) "Enable Performance Profiling"
     FLEXRESP3=on (default) "Flexible response to events (version 3)"
     MYSQL=off (default) "Enable MySQL support"
     ODBC=off (default) "Enable ODBC support"
     POSTGRESQL=off (default) "Enable PostgreSQL support"
     PRELUDE=off (default) "Enable Prelude NIDS integration"
     LRGPCAP=off (default) "Enable pcaps larger than 2GB"
     SNORTSAM=off (default) "Unofficial Snortsam Patch"
     SOURCEFIRE=on (default) "Enable Sourcefire specific build options"
     DBGSNORT=off (default) "Enable debugging symbols+core dumps"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/snort/snort/
http://sunet.dl.sourceforge.net/project/snort/snort/
http://iweb.dl.sourceforge.net/project/snort/snort/
http://switch.dl.sourceforge.net/project/snort/snort/
http://surfnet.dl.sourceforge.net/project/snort/snort/
http://kent.dl.sourceforge.net/project/snort/snort/
http://freefr.dl.sourceforge.net/project/snort/snort/
http://voxel.dl.sourceforge.net/project/snort/snort/
http://jaist.dl.sourceforge.net/project/snort/snort/
http://osdn.dl.sourceforge.net/project/snort/snort/
http://nchc.dl.sourceforge.net/project/snort/snort/
http://ncu.dl.sourceforge.net/project/snort/snort/
http://transact.dl.sourceforge.net/project/snort/snort/
http://softlayer.dl.sourceforge.net/project/snort/snort/
http://internode.dl.sourceforge.net/project/snort/snort/
http://ufpr.dl.sourceforge.net/project/snort/snort/
http://waix.dl.sourceforge.net/project/snort/snort/
http://people.rit.edu/rpsfa/distfiles/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 155 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Feb 2012 12:25:50
Original commit files touched by this commit  2.9.2.1_1
miwi search for other commits by this committer
- Chase unixODBC shlib bump
21 Jan 2012 11:59:30
Original commit files touched by this commit  2.9.2.1
zi search for other commits by this committer
- Fix issue when NOPORTDOCS and SNORTSAM are both defined
21 Jan 2012 02:46:23
Original commit files touched by this commit  2.9.2.1
zi search for other commits by this committer
- Update to 2.9.2.1
- Fix issue when NOPORTDOCS is defined
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.9.2
dougb search for other commits by this committer
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.
16 Dec 2011 14:45:39
Original commit files touched by this commit  2.9.2
zi search for other commits by this committer
- Cleanup snortsam integration
15 Dec 2011 00:50:34
Original commit files touched by this commit  2.9.2
zi search for other commits by this committer
- Update to 2.9.2
14 Dec 2011 00:58:26
Original commit files touched by this commit  2.9.1.2
zi search for other commits by this committer
- Bring back snortsam patches
- Do not bump PORTREVISION

PR:             ports/162740
Submitted by:   Michael Scheidell <scheidell@freebsd.org>
Feature safe:   yes
07 Dec 2011 23:54:45
Original commit files touched by this commit  2.9.1.2
zi search for other commits by this committer
- Introduce multi-interface/instance support in rc script

PR:             ports/161286
Submitted by:   Michael Scheidell <scheidell@secnap.net>
Feature safe:   yes
21 Nov 2011 22:55:26
Original commit files touched by this commit  2.9.1.2
zi search for other commits by this committer
- Revert previous commit

Feature safe:   yes
21 Nov 2011 18:27:00
Original commit files touched by this commit  2.9.1.2
zi search for other commits by this committer
- 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
25 Oct 2011 20:11:35
Original commit files touched by this commit  2.9.1.2
zi search for other commits by this committer
- Make SOURCEFIRE option enabled by default to ensure all rules function out of
the box.

Requested by:   Dean Freeman <wfreeman@sourcefire.com>
22 Oct 2011 12:01:05
Original commit files touched by this commit  2.9.1.2
zi search for other commits by this committer
- Rename SRCFIRE OPTION to SOURCEFIRE
22 Oct 2011 11:07:01
Original commit files touched by this commit  2.9.1.2
zi search for other commits by this committer
- Add additional MASTER_SITES
21 Oct 2011 13:44:45
Original commit files touched by this commit  2.9.1.2
zi search for other commits by this committer
- 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)
07 Oct 2011 13:42:13
Original commit files touched by this commit  2.9.1.1
zi search for other commits by this committer
- Update to 2.9.1.1

PR:             ports/161347
Submitted by:   Ryan Steinmetz <zi@FreeBSD.org>
Approved by:    Dean Freeman <wfreeman@sourcefire.com> (maintainer)
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.9.1
amdmi3 search for other commits by this committer
- 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
08 Sep 2011 01:36:49
Original commit files touched by this commit  2.9.1
zi search for other commits by this committer
Update to 2.9.1
Add LICENSE

PR:             ports/160044
Submitted by:   zi@
Approved by:    wxs (mentor), maintainer timeout
13 Apr 2011 15:42:09
Original commit files touched by this commit  2.9.0.5
dhn search for other commits by this committer
- Forget to add SNORTSAM patchset to distinfo,
  Users fail to build snort when WITH_SNORTSAM is set.

Reported by:    sunpoet@
12 Apr 2011 04:31:21
Original commit files touched by this commit  2.9.0.5
dhn search for other commits by this committer
- Update to 2.9.0.5

PR:             ports/156334
Submitted by:   Dean Freeman <wfreeman@sourcefire.com> (maintainer)
25 Feb 2011 06:15:44
Original commit files touched by this commit  2.9.0.4_2
ade search for other commits by this committer
Update to libtool 2.4

Tested by:      pav (multiple -exp runs)
18 Feb 2011 20:06:37
Original commit files touched by this commit  2.9.0.4_2
wxs search for other commits by this committer
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
13 Feb 2011 22:17:19
Original commit files touched by this commit  2.9.0.4_1
pav search for other commits by this committer
- Remove stray cmd from plist that created bogus file on pkg_add

Reported by:    pointyhat
11 Feb 2011 08:27:24
Original commit files touched by this commit  2.9.0.4
sunpoet search for other commits by this committer
- Update MAINTAINER address
11 Feb 2011 08:01:39
Original commit files touched by this commit  2.9.0.4
sunpoet search for other commits by this committer
- 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)
09 Feb 2011 06:50:03
Original commit files touched by this commit  2.9.0.3
clsung search for other commits by this committer
- 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>
09 Dec 2010 01:36:35
Original commit files touched by this commit  2.8.6.1
clsung search for other commits by this committer
- add IPv6 option

PR:             ports/152009
Submitted by:   Trond Endrestøl <Trond dot Endrestol_AT_ximalas dot info>
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.8.6.1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
03 Dec 2010 18:54:33
Original commit files touched by this commit  2.8.6.1
kwm search for other commits by this committer
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)
15 Sep 2010 18:35:24
Original commit files touched by this commit  2.8.6.1
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
28 Jul 2010 07:21:13
Original commit files touched by this commit  2.8.6.1
clsung search for other commits by this committer
- 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>
17 Jul 2010 13:09:23
Original commit files touched by this commit  2.8.6
clsung search for other commits by this committer
- 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>
11 Jul 2010 01:31:57
Original commit files touched by this commit  2.8.6
clsung search for other commits by this committer
- distinfo is not updated with last commit

Failed by:     me
09 Jul 2010 12:57:30
Original commit files touched by this commit  2.8.6
clsung search for other commits by this committer
- Update to 2.8.6
- name for one patch has changed from patch-snort.conf to patch-etc__snort.conf
  (easier to build diffs with 'make makepatch')
- snort.conf was replaced with the version shiped in the rules tarball
  (Maybe users shoud be pointed to the Changelog)

PR:             ports/146155
Submitted by:   olli hauer <ohauer_AT_gmx dot de>
08 Jul 2010 16:17:21
Original commit files touched by this commit  2.8.5.3_2
clsung search for other commits by this committer
- bump PORTREVISION
- Fix build WITH_SNORTSAM knob
- Use an updated patch from www.snortsam.net

PR:             ports/148449
Submitted by:   lioux
20 Apr 2010 09:23:42
Original commit files touched by this commit  2.8.5.3_1
clsung search for other commits by this committer
- fix LIB_DEPENDS about libnet
- snortsam patch for snort has changed
  - ref:
http://lists.snortsam.net/pipermail/snortsam-discussion/2010-March/000502.html
- bump PORTREVISION

PR:             ports/145632
Submitted by:   olli hauer <ohauer_AT_gmx dot de>
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.8.5.3
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
23 Mar 2010 08:21:23
Original commit files touched by this commit  2.8.5.3
clsung search for other commits by this committer
- restore snortsam checksum

PR:             ports/144715
Submitted by:   olli hauer <ohauer_AT_gmx dot de>
07 Mar 2010 12:51:51
Original commit files touched by this commit  2.8.5.3
clsung search for other commits by this committer
- Update to 2.8.5.3
22 Jan 2010 03:03:07
Original commit files touched by this commit  2.8.5.2
clsung search for other commits by this committer
- update snort to version 2.8.5.2

RELEASE.NOTES
2009-12-15 - Snort 2.8.5.2

[*] Improvements
* Improvements to HTTP Inspect for handling of pipelined requests
and chunked encodings.

* Updated the documentation for output plugins and log limits.

* Fixed building on AIX 6.

* Fixed reloading of auto-iface variables when privileges had been dropped.

* Fixed issues at startup and perfstats rotation with old versions of
libc (2.2, 2.3) & linux threads.

PR:             ports/142885
Submitted by:   olli hauer <ohauer_AT_gmx dot de>
29 Oct 2009 01:27:53
Original commit files touched by this commit  2.8.5.1_1
clsung search for other commits by this committer
- fix default flags setting
- bump PORTREVISION

Submitted by:   Andrea Venturoli <ml_AT_netfence dot it>
28 Oct 2009 05:02:49
Original commit files touched by this commit  2.8.5.1
clsung search for other commits by this committer
- Update to 2.8.5.1
06 Oct 2009 02:51:56
Original commit files touched by this commit  2.8.4.1_2
clsung search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE, as it fails with forced jobs
- bump PORTREVISION

PR:             ports/138644
Submitted by:   Dmitry Marakasov <amdmi3_AT_amdmi3 dot ru>
21 Sep 2009 10:49:50
Original commit files touched by this commit  2.8.4.1_1
miwi search for other commits by this committer
- Fix fetch

Reported by:    pointyhat
Hat:            portmgr
Feature safe:   yes
19 Sep 2009 21:12:56
Original commit files touched by this commit  2.8.4.1_1
pav search for other commits by this committer
- Chase libprelude update

Feature safe:   yes
21 Aug 2009 01:34:33
Original commit files touched by this commit  2.8.4.1_1
clsung search for other commits by this committer
- Re-enable plugin snortsam
- bump PORTREVISION

PR:             ports/137765
Submitted by:   Danton Dorati <danton_AT_freebsdbrasil dot com dot br>
19 Aug 2009 09:27:02
Original commit files touched by this commit  2.8.4.1
miwi search for other commits by this committer
- Fix fetch
02 Aug 2009 19:36:34
Original commit files touched by this commit  2.8.4.1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
07 May 2009 02:26:04
Original commit files touched by this commit  2.8.4.1
clsung search for other commits by this committer
- Update to 2.8.4.1
08 Apr 2009 10:58:05
Original commit files touched by this commit  2.8.2.2_3
itetcu search for other commits by this committer
Fix plist with -DNOPORT*.

Prompted by:    QAT QA run
Approved by:    maintainer timeout on QATMail
18 Feb 2009 23:39:00
Original commit files touched by this commit  2.8.2.2_3
amdmi3 search for other commits by this committer
- Chase security/libprelude shlib version bump

PR:             131286, 131585 (partial)
Submitted by:   Vladimir Korkodinov <viper at perm dot raid dot ru>
12 Jan 2009 22:59:26
Original commit files touched by this commit  2.8.2.2_2
amdmi3 search for other commits by this committer
- Add mysql/postgresql to REQUIRE: in rc.script for correct start order

PR:             127954
Submitted by:   Helmut Schneider <jumper99 at gmx dot de>
Approved by:    maintainer timeout
06 Jan 2009 17:59:31
Original commit files touched by this commit  2.8.2.2_1
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
06 Oct 2008 05:35:29
Original commit files touched by this commit  2.8.2.2_1
clsung search for other commits by this committer
- bump PORTREVISION
- fix libprelude version
One of the config options for security/snort is WITH_PRELUDE. Last
time libprelude has changed to new version, but Makefile for snort is not
updated. This patch corrects this issue.

PointyHat to:   beech (ports/127339)
PR:             ports/127818
Submitted by:   Krzysztof Stryjek <wtp_AT_bsdguru dot org>
26 Sep 2008 09:49:37
Original commit files touched by this commit  2.8.2.2
clsung search for other commits by this committer
- Update to 2.8.2.2
22 Aug 2008 16:24:11
Original commit files touched by this commit  2.8.2.1_1
clsung search for other commits by this committer
- patch for enable feature to output plugin snortsam
- bump PORTREVISION

PR:             ports/126506
Submitted by:   Danton Dorati <danton_AT_freebsdbrasil dot com dot br>
21 Aug 2008 06:18:49
Original commit files touched by this commit  2.8.2.1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
23 Jun 2008 02:26:41
Original commit files touched by this commit  2.8.2.1
clsung search for other commits by this committer
- Update to 2.8.2.1
- 2008-06-12 - Snort 2.8.2.1

  [*] Improvements
  * Fix support for pass rules that sometimes did not take precedence
  over alert and/or drop rules.

PR:             ports/124717
Submitted by:   Michael Scheidell <scheidell_AT_secnap dot net>
09 Jun 2008 06:16:03
Original commit files touched by this commit  2.8.2_1
clsung search for other commits by this committer
- typo in files/pkg-message.in
- bump PORTREVISION

Submitted by:   kevlo
09 Jun 2008 01:55:32
Original commit files touched by this commit  2.8.2
clsung search for other commits by this committer
- Update to 2.8.2
09 Jun 2008 01:50:21
Original commit files touched by this commit  2.8.1_2
clsung search for other commits by this committer
- Snort now includes an updated version of FLEXRESP2 in the main snort source
code and no longer needs to be patched.
- bump PORTREVISION

PR:             ports/124048
Submitted by:   "Scot W. Hetzel" <swhetzel_AT_gmail dot com>
19 May 2008 03:50:55
Original commit files touched by this commit  2.8.1_1
clsung search for other commits by this committer
- Update libprelude dependency

PR:             ports/123659
Submitted by:   Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
17 May 2008 01:36:54
Original commit files touched by this commit  2.8.1_1
clsung search for other commits by this committer
- add Performance Profiling option
- bump PORTREVISION

PR:             by mail
Submitted by:   Scott MacGregor <shadowbq_AT_gmail dot com>
09 Apr 2008 09:57:59
Original commit files touched by this commit  2.8.1
clsung search for other commits by this committer
- Update to 2.8.1
08 Apr 2008 02:22:50
Original commit files touched by this commit  2.8.0.2
clsung search for other commits by this committer
- Update to 2.8.0.2

PR:             ports/121103
Submitted by:   Jo Rhett <jrhett_AT_netconsonance dot com>
Reviewed by:    clsung
05 Oct 2007 01:48:34
Original commit files touched by this commit  2.7.0.1_1
clsung search for other commits by this committer
- update prelude library dependency

PR:             ports/116111
Submitted by:   Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
14 Aug 2007 00:04:49
Original commit files touched by this commit  2.7.0.1
clsung search for other commits by this committer
- Update to 2.7.0.1

Tested on two systems, and until works perfectly.

Changelog snort-2.7.0.1:
* etc/snort.conf:
  Turn off flow since Stream5 is now enabled by default.
* src/snort.c:
  Fix printing of threshold counts until after all rules are read.
  This issue did not affect thresholding, only display of thresholding.
  Thanks to Jeffrey Denton for reporting the problem.
* src/sfutil/ipobj.c:
  Fix free of invalid pointer when using a negated IP list.
  This is used by sfportscan preprocessor configuration parsing.
  Thanks to Anders Ostrem for reporting the problem.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
04 Aug 2007 11:41:31
Original commit files touched by this commit  2.7.0
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
24 Jul 2007 07:05:49
Original commit files touched by this commit  2.7.0
clsung search for other commits by this committer
- Update to 2.7.0

Update includes:
- Target-based stream reassembly, including handling of TCP dataoverlaps and
  anomalous TCP header flags on a per-destination basis. 11 different
  target-based policies are supported. See README.stream5 for specific
  configuration options for operating system targets.
- UDP session tracking
- Option to emulate Stream4 flushing behaviour
- Stream5 replaces BOTH Stream4 and Flow -- should disable both of these when
  Stream5 is enabled.
- Security and memory footprint improvements

PR:             ports/114806
Submitted by:   Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
02 Jul 2007 02:11:22
Original commit files touched by this commit  2.6.1.5
clsung search for other commits by this committer
- Update to 2.6.1.5

PR:             ports/114123
Submitted by:   Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
14 Jun 2007 02:51:01
Original commit files touched by this commit  2.6.1.4_2
clsung search for other commits by this committer
- optional pcap filter in rc.conf.

  Example:
snort_expression="not net after.nat.addr.ess/24"
- bump PORTREVISION

PR:             ports/113551
Submitted by:   Tomoyuki Sakurai <cherry_AT_trombik dot org>
06 Jun 2007 12:50:09
Original commit files touched by this commit  2.6.1.4_1
araujo search for other commits by this committer
- Update libprelude to 0.9.14.
- Update dependent ports accordingly.
- Bump PORTVERSION to force rebuild.

PR:             ports/112703
Submitted by:   Marcelo Araujo <araujo@FreeBSD.org>
Approved by:    stas (mentor)
18 Apr 2007 06:42:12
Original commit files touched by this commit  2.6.1.4
clsung search for other commits by this committer
- Update to 2.6.1.4
- Fix initial copy of configuration files.

PR:             ports/111533
Submitted by:   Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
06 Mar 2007 03:02:04
Original commit files touched by this commit  2.6.1.3
clsung search for other commits by this committer
- fix build error when configured with FLEXRESP2

PR:             ports/109830
Submitted by:   alfss<alfss_AT_netco dot ru>
21 Feb 2007 10:38:24
Original commit files touched by this commit  2.6.1.3
clsung search for other commits by this committer
- Update to 2.6.1.3
- security update

Security:       http://www.snort.org/docs/advisory-2007-02-19.html
07 Feb 2007 01:57:04
Original commit files touched by this commit  2.6.1.2_2
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- pet tinderbox
07 Feb 2007 01:36:47
Original commit files touched by this commit  2.6.1.2_2
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- fix configure errors when WITH_FLEXRESP, WITH_FLEXRESP2
- bump PORTREVISION
31 Jan 2007 14:09:55
Original commit files touched by this commit  2.6.1.2_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Patch net/libnet* to versioned libraries and header files, so they can
  coexist

PR:             ports/103861
Submitted by:   alepulver
Tested by:      pointyhat
With hat:       portmgr
29 Jan 2007 19:05:07
Original commit files touched by this commit  2.6.1.2_1
 This port version is marked as vulnerable.
gabor search for other commits by this committer
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.

Approved by:    portmgr (erwin), erwin (mentor)
17 Jan 2007 04:01:17
Original commit files touched by this commit  2.6.1.2_1
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- updated prelude version;
- bump PORTREVISION

PR:             ports/107987
Submitted by:   Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
19 Dec 2006 08:53:29
Original commit files touched by this commit  2.6.1.2
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 2.6.1.2
07 Dec 2006 08:59:54
Original commit files touched by this commit  2.6.1.1
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update snort to latest version (2.6.1.1)

PR:             ports/106368
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
27 Nov 2006 01:16:41
Original commit files touched by this commit  2.6.0.2
clsung search for other commits by this committer
- Update to 0.9.11
- library version update of related ports

Changelog libprelude:
- Hook class comparison function. Accept NULL, equal, not equal operator.
- Introduce better error checking in the idmef-class API, which is now
  considered public and might be used by external application. Rename
  error code to reflect the API.
- Change to the way IDMEF listed element are handled. Specifying negative
  number as the position of the element from the low level API now allow
  to position the element at the specified (reversed) index. Using the
  high level API a negative index permit to address a list of element
  backward (replace an element).
- Build fixes for SWIG > 1.3.27.
- Modify idmef_value_match() so that it always unroll listed value
  (do it for both val1 and val2. Remove assertion, and let
  idmef_value_type_compare() return an error code in case there is an issue.
- Handle path using IDMEF_LIST_APPEND or IDMEF_LIST_PREPEND as
  path using an undefined list index on idmef_path_get() call.
- Make criteria parser accept (*) list index.
- Implement comparison function for all IDMEF object.

PR:             ports/104328
Submitted by:   maintainer (Robin Gruyters)
Approved by:    portmgr (pav)
22 Sep 2006 08:47:25
Original commit files touched by this commit  2.6.0.2
clsung search for other commits by this committer
- Update to 2.6.0.2
- let snort to packet sniff several different network interfaces
  - Contributed by Matthew Seaman <matthew dot seaman_AT_thebunker dot net>
06 Sep 2006 06:15:08
Original commit files touched by this commit  2.6.0_1
clsung search for other commits by this committer
- fix build error in 4.x
  "cvs update - sys/types.h should be before socket.h"

PR:             ports/102922
Submitted by:   Jez Hancock <jez.hancock_AT_munk dot me dot uk>
06 Sep 2006 02:29:30
Original commit files touched by this commit  2.6.0_1
clsung search for other commits by this committer
- fix location entry in snort.conf
- bump PORTREVISION

PR:             ports/102909
Submitted by:   Richard Bejtlich <taosecurity_AT_gmail dot com>
30 Aug 2006 04:26:54
Original commit files touched by this commit  2.6.0
clsung search for other commits by this committer
- Update to 2.6.0
- I'll maintain it now.

PR:             ports/99862
Submitted by:   Linh Pham <question+fbsdports_AT_closedsrc dot org>
06 Aug 2006 22:09:02
Original commit files touched by this commit  2.4.5
sat search for other commits by this committer
- Release maintainership:

I have jumped in over my head with maintaining the port, both in terms of my
skills with significantly modifying a port (particularly in getting the port
from 2.4.5 to 2.6.0), not using snort enough to really test the full package,
and not enough time to improve the port.

With that said, there still is ports/99862 that is still open (re: bring
security/snort to 2.6.0) which I have it the wall on trying to get the port
to deinstall cleanly due to the optional nature of some components. I will
continue to help out with other ports that I can take on and those that I
can still take on maintainership.

PR:             ports/101526
Submitted by:   Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
10 Jun 2006 11:34:06
Original commit files touched by this commit  2.4.5
pav search for other commits by this committer
- Update to 2.4.5

PR:             ports/98773
Submitted by:   Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
13 May 2006 04:15:53
Original commit files touched by this commit  2.4.4_1
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
05 May 2006 11:24:52
Original commit files touched by this commit  2.4.4_1
garga search for other commits by this committer
- Chase libprelude version
- Bump PORTREVISION

PR:             ports/96758, ports/96759, ports/96760
Submitted by:   maintainer
19 Apr 2006 00:16:48
Original commit files touched by this commit  2.4.4
garga search for other commits by this committer
- Tarball was rerolled

SourceFire, the maintainers of Snort, have updated the tarball for Snort
2.4.4 to include support for building binaries. The updated tarball has a
different size and checksum and I have verified with the Snort team that the
change is in fact valid.

PR:             ports/96017
Submitted by:   maintainer
21 Mar 2006 16:33:42
Original commit files touched by this commit  2.4.4
garga search for other commits by this committer
- Update to 2.4.4 [1]
- Chase libprelude version [2]

PR:             ports/94275 [1], ports/94412 [2]
Submitted by:   maintainer [1] [2]
22 Jan 2006 02:50:55
Original commit files touched by this commit  2.4.3_1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
23 Nov 2005 12:19:03
Original commit files touched by this commit  2.4.3_1
flz search for other commits by this committer
- Fix dependency on prelude (shlib version has been bumped recently).

PR:             ports/89191
Submitted by:   Krzysztof Stryjek <wtp+snort@bsdguru.org>
Approved by:    maintainer
14 Nov 2005 17:07:08
Original commit files touched by this commit  2.4.3_1
sem search for other commits by this committer
libnet update:
- move 1.0 obsoleted version to net/libnet10
  net/libnet is latest Stable Version
  net/libnet is latest Beta Version

- Fix all depended ports with a new DEPENDS scheme

- While I'm here fix security/yersinia build on 4.x
  (getopt_long and ncurses issues)

PR:             ports/85519 (based on)
Submitted by:   Stas Yakovlev <stas.yakovlev_at_gmail.com>
13 Nov 2005 20:50:26
Original commit files touched by this commit  2.4.3
mnag search for other commits by this committer
Add SHA256

PR:             88945
Submitted by:   maintainer
18 Oct 2005 16:32:10
Original commit files touched by this commit  2.4.3
sergei search for other commits by this committer
- Update to 2.4.3, which includes a fix for a potential buffer overflow
  in the Back Orifice preprocessor.
- Transfer maintainership to the submitter, who seems to be tracking
  Snort development much closer than I do, and submitted most of
  the Snort update PRs in last couple of years

PR:             ports/87628
Submitted by:   Linh Pham <question+fbsdports@closedsrc.org>
07 Oct 2005 15:07:30
Original commit files touched by this commit  2.4.1
 This port version is marked as vulnerable.
sergei search for other commits by this committer
- Update to 2.4.1
- Snort distribution no longer includes rules - download them seperately
  (or consider using security/oinkmaster to simplify that process)
- Change default config dir to ${PREFIX}/etc/snort (to avoid cluttering)
- Install database schemas scripts into EXAMPLESDIR
26 Apr 2005 13:20:01
Original commit files touched by this commit  2.3.3
sergei search for other commits by this committer
- Update to 2.3.3
- Update MASTER_SITE path for Prelude patch

PR:             ports/80338
Submitted by:   Linh Pham <question+fbsdports@closedsrc.org>
25 Apr 2005 11:25:52
Original commit files touched by this commit  2.3.2
sergei search for other commits by this committer
- Add checksum for Prelude patch to distinfo (forgotten in 2.3.2 upgrade)

PR:             ports/79188
Submitted by:   Greg Panula <greg.panula@lexisnexis.com>

Number of commits found: 155 (showing only 100 on this page)

1 | 2  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 6
new 48 hours9
new 7 days47
new fortnight71
new month143

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.314 seconds.