Commit graph

100 commits

Author SHA1 Message Date
Cheng-Lung Sung
af1fe83651 - update prelude library dependency
PR:		ports/116111
Submitted by:	Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
2007-10-05 01:48:34 +00:00
Cheng-Lung Sung
a8a9201775 - 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.
* src/preprocessors/Stream5/snort_stream5_session.c:
  Fixed issue when experimental ICMP tracking is used without using
  the TCP or UDP session tracking.  ICMP was attempting to lookup
  TCP or UDP sessions from uninitialized session cache.  Thanks to
  Koji Shikata for reporting the problem.
* src/preprocessors/Stream5/snort_stream5_tcp.c:
  Fixed invalid session pointer when rule tries to use flowbits after
  session ends.  Thanks to rmkml for initially reporting the problem.

PR:		ports/115294
Submitted by:	Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
2007-08-14 00:04:49 +00:00
Gabor Kovesdan
42542fb076 - 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)
2007-08-04 11:41:30 +00:00
Cheng-Lung Sung
b737ff7d38 - 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>
2007-07-24 07:05:49 +00:00
Cheng-Lung Sung
b804d5fa8b - Update to 2.6.1.5
PR:		ports/114123
Submitted by:	Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
2007-07-02 02:11:22 +00:00
Cheng-Lung Sung
9da0f9fbc8 - 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>
2007-06-14 02:51:01 +00:00
Marcelo Araujo
2adf104b17 - 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)
2007-06-06 12:50:09 +00:00
Cheng-Lung Sung
611ebd2e10 - 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>
2007-04-18 06:42:12 +00:00
Cheng-Lung Sung
45d88df4ce - fix build error when configured with FLEXRESP2
PR:		ports/109830
Submitted by:	alfss<alfss_AT_netco dot ru>
2007-03-06 03:02:04 +00:00
Cheng-Lung Sung
35a9625030 - Update to 2.6.1.3
- security update

Security:	http://www.snort.org/docs/advisory-2007-02-19.html
2007-02-21 10:38:24 +00:00
Cheng-Lung Sung
e1e2c1d765 - pet tinderbox 2007-02-07 01:57:04 +00:00
Cheng-Lung Sung
00406c3e24 - fix configure errors when WITH_FLEXRESP, WITH_FLEXRESP2
- bump PORTREVISION
2007-02-07 01:36:47 +00:00
Pav Lucistnik
eb81a88093 - 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
2007-01-31 14:09:55 +00:00
Gabor Kovesdan
c0ce4105e7 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)
2007-01-29 19:05:07 +00:00
Cheng-Lung Sung
6929d8fa22 - updated prelude version;
- bump PORTREVISION

PR:		ports/107987
Submitted by:	Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
2007-01-17 04:01:16 +00:00
Cheng-Lung Sung
4cb5a104f8 - Update to 2.6.1.2 2006-12-19 08:53:29 +00:00
Cheng-Lung Sung
e5c27ad7e3 - Update snort to latest version (2.6.1.1)
PR:		ports/106368
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
2006-12-07 08:59:54 +00:00
Cheng-Lung Sung
86e10e595b - 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)
2006-11-27 01:16:41 +00:00
Cheng-Lung Sung
80f00f0291 - 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>
2006-09-22 08:47:25 +00:00
Cheng-Lung Sung
dabdff80f9 - 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>
2006-09-06 06:15:08 +00:00
Cheng-Lung Sung
c90a3a06f1 - fix location entry in snort.conf
- bump PORTREVISION

PR:		ports/102909
Submitted by:	Richard Bejtlich <taosecurity_AT_gmail dot com>
2006-09-06 02:29:30 +00:00
Cheng-Lung Sung
a85f6e8cc3 - Update to 2.6.0
- I'll maintain it now.

PR:		ports/99862
Submitted by:	Linh Pham <question+fbsdports_AT_closedsrc dot org>
2006-08-30 04:26:54 +00:00
Andrew Pantyukhin
f755efc0f8 - 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)
2006-08-06 22:09:01 +00:00
Pav Lucistnik
f8078849c2 - Update to 2.4.5
PR:		ports/98773
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
2006-06-10 11:34:06 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Renato Botelho
ef92eb19dd - Chase libprelude version
- Bump PORTREVISION

PR:		ports/96758, ports/96759, ports/96760
Submitted by:	maintainer
2006-05-05 11:24:52 +00:00
Renato Botelho
c0827a93a7 - 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
2006-04-19 00:16:48 +00:00
Renato Botelho
e721391e7f - Update to 2.4.4 [1]
- Chase libprelude version [2]

PR:		ports/94275 [1], ports/94412 [2]
Submitted by:	maintainer [1] [2]
2006-03-21 16:33:42 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Florent Thoumie
9937956555 - Fix dependency on prelude (shlib version has been bumped recently).
PR:		ports/89191
Submitted by:	Krzysztof Stryjek <wtp+snort@bsdguru.org>
Approved by:	maintainer
2005-11-23 12:19:03 +00:00
Sergey Matveychuk
e1c4707bab 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>
2005-11-14 17:07:08 +00:00
Marcus Alves Grando
097559b102 Add SHA256
PR:		88945
Submitted by:	maintainer
2005-11-13 20:50:26 +00:00
Sergei Kolobov
14bcdc8bf7 - 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>
2005-10-18 16:32:10 +00:00
Sergei Kolobov
38b37066a2 - 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
2005-10-07 15:07:30 +00:00
Sergei Kolobov
e85b061286 - Update to 2.3.3
- Update MASTER_SITE path for Prelude patch

PR:		ports/80338
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org>
2005-04-26 13:20:01 +00:00
Sergei Kolobov
a27412763a - Add checksum for Prelude patch to distinfo (forgotten in 2.3.2 upgrade)
PR:		ports/79188
Submitted by:	Greg Panula <greg.panula@lexisnexis.com>
2005-04-25 11:25:52 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Sergei Kolobov
d038538a07 - Update to 2.3.2:
- Removed end-of-line parser fix (introduced in 2.3.1) in favor of
    completely reworking this at the next parser overhaul.

PR:		ports/78846
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org>
2005-03-15 07:36:06 +00:00
Sergei Kolobov
7a4c18dbef - Update to 2.3.1
- Update MASTER_SITES

Prompted by:	Fafa Diliha Romanova <fteg@london.com>
2005-03-10 16:09:10 +00:00
Sergei Kolobov
1a2f2e3e0a - Upgrade to 2.3.0 [1]
- Add WITH_PRELUDE knob to enable integration with Prelude IDS [2]

PR:             ports/76679 [1]
Submitted by:   Linh Pham <question+fbsdports@closedsrc.org> [1]
Prompted by:    Roberto Bosticardo <roberto.bosticardo@csp.it> [2]
2005-02-07 09:35:32 +00:00
Palle Girgensohn
34fa6c853e Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Sergei Kolobov
08a10fb4a8 - Upgrade to 2.2.0 [1]
- Prevent local.rules from being clobbered [2]
- Revive OPTIONS - the time has come... ;)

PR:		ports/70332 [1], ports/70814 [2]
Submitted by:	Linh Pham <question+freebsdpr@closedsrc.org> [1],
		Jez Hancock <jez.hancock@munk.nu> [2]
2004-10-12 07:37:21 +00:00
Sergei Kolobov
812ef1f124 - Update to 2.1.3 [1]
- Use rcNG startup script [2]

PR:		ports/67842 [1], ports/67935 [2]
Submitted by:	Linh Pham <question+freebsdpr@closedsrc.org> [1],
		Renato Botelho <renato@galle.com.br> [2]
2004-07-04 22:17:18 +00:00
Sergei Kolobov
dbadd7c208 - Rename WITH_POSTGRES knob to WITH_POSTGRESQL to be consistent
with other ports

PR:		ports/62557 (part)
Submitted by:	Ulrich Spoerlein <q@uni.de>
2004-04-20 20:59:42 +00:00
Sergei Kolobov
50d6ef4d5a - Update to 2.1.2
PR:		ports/65373
Submitted by:	Linh Pham <question+freebsdpr@closedsrc.org>
2004-04-11 21:25:51 +00:00
Sergei Kolobov
72000055b7 - Update to 2.1.1
- Remove patches not needed anymore

PR:		ports/63373
Submitted by:	Linh Pham <question+freebsdpr@closedsrc.org>
2004-02-27 08:15:50 +00:00
Sergei Kolobov
ee6478c3fc SIZE *DOES* MATTER. 2004-01-30 16:03:29 +00:00
Sergei Kolobov
2acb9836b5 Comment out OPTIONS for now.
Let's wait till the dust settles. ;)

Sometimes it helps when you read freebsd-ports *before* committing...
2004-01-20 14:38:18 +00:00
Sergei Kolobov
10984e7167 Oops - marcus did add OPTIONS already <blush>
I still prefer to have near the top of the Makefile -
right after the dependencies section
2004-01-20 14:26:15 +00:00