aboutsummaryrefslogtreecommitdiff
path: root/security/snort
Commit message (Collapse)AuthorAgeFilesLines
* Update to snort 2.0.1Kris Kennaway2003-08-042-3/+2
| | | | | | | | PR: ports/55218 Submitted by: mharo Notes: svn path=/head/; revision=86252
* Fix detection of sparc64.Kris Kennaway2003-06-273-0/+27
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=83697
* Fix a couple of typos.Jimmy Olgeni2003-04-201-1/+1
| | | | Notes: svn path=/head/; revision=79345
* Update to snort 2.0.0. This fixes a security vulnerability:Kris Kennaway2003-04-174-37/+10
| | | | | | | | | | | | | | | The Sourcefire Vulnerability Research Team has learned of an integer overflow in the Snort stream4 preprocessor used by the Sourcefire Network Sensor product line. The Snort stream4 preprocessor (spp_stream4) incorrectly calculates segment size parameters during stream reassembly for certain sequence number ranges which can lead to an integer overflow that can be expanded to a heap overflow. PR: 51106 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=79168
* Add a patch to fix runtime problems when snort is built with -DWITH_MYSQLKris Kennaway2003-03-161-4/+29
| | | | | | | | Submitted by: Mike Harding <mvh@ix.netcom.com> Obtained from: snort CVS Notes: svn path=/head/; revision=77137
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to snort-1.9.1. This is an important security update:Kris Kennaway2003-03-043-2/+3
| | | | | | | | | | A buffer overflow has been found in the snort RPC normalization routines by ISS X-Force. This can cause snort to execute arbitrary code embedded within sniffed network packets. This preprocessor is enabled by default. Notes: svn path=/head/; revision=76833
* Chase libpq version bump.Sean Chittenden2003-01-041-1/+2
| | | | Notes: svn path=/head/; revision=72511
* Update to snort 1.9.0. Tweak the default config files so it can actuallyKris Kennaway2002-10-066-41/+110
| | | | | | | | | | | | find its installed ruleset [1]. Install config files by default if there is not already one present, and remove on deinstall if they are unchanged from the default. Submitted by: The Anarcat <anarcat@anarcat.dyndns.org> [1] (based on) PR: ports/33887 [1] Notes: svn path=/head/; revision=67474
* Update to snort-1.8.7Kris Kennaway2002-08-244-23/+18
| | | | | | | | Submitted by: Paul Marquis <pmarquis@pobox.com> PR: ports/40528 Notes: svn path=/head/; revision=64936
* #include <sys/param.h> instead of <machine/param.h> to fix build onKris Kennaway2002-06-031-0/+11
| | | | | | | -current. Notes: svn path=/head/; revision=60523
* Upgrade to snort 1.8.6. The previous two versions (1.8.4 and 1.8.5) wereKris Kennaway2002-04-132-3/+3
| | | | | | | buggy and short-lived; hopefully this one is better. Notes: svn path=/head/; revision=57671
* Update to snort 1.8.3, a stability and bugfix release.Kris Kennaway2001-12-013-8/+16
| | | | | | | | | | | Also install the complete set of rules files; some were missed in the last upgrade. PR: ports/32112 (rules updates) Submitted by: Rob Simmons <rsimmons@mail.wlcg.com> Notes: svn path=/head/; revision=50801
* Update to snort 1.8.2, a bugfix/stability release.Kris Kennaway2001-11-182-5/+2
| | | | Notes: svn path=/head/; revision=50167
* Remove a stray line-continuation which was breaking the fetch.Kris Kennaway2001-09-231-1/+1
| | | | Notes: svn path=/head/; revision=48128
* Take maintainershipKris Kennaway2001-09-221-1/+1
| | | | Notes: svn path=/head/; revision=48091
* Drop maintainership.Dirk Froemberg2001-09-221-2/+1
| | | | Notes: svn path=/head/; revision=48089
* Update to 1.8.1-RELEASE.Dirk Froemberg2001-08-164-8/+29
| | | | | | | Submitted by: Michael Boman <michael@ayeka.dyndns.org> Notes: svn path=/head/; revision=46345
* Upgrade to 1.8p1.Dirk Froemberg2001-08-063-5/+8
| | | | | | | | PR: ports/29488 Submitted by: Rob Simmons <rsimmons@wlcg.com> Notes: svn path=/head/; revision=45906
* Upgrade to 1.8-RELEASE.Dirk Froemberg2001-07-123-23/+35
| | | | | | | Submitted by: Michael Boman <michael@ayeka.dyndns.org> Notes: svn path=/head/; revision=45063
* Fix WITH_MYSQL, WITH_ODBC and WITH_POSTGRES.Dirk Froemberg2001-04-101-7/+4
| | | | | | | PR: ports/25803 Notes: svn path=/head/; revision=41190
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Upgrade to 1.7.Dirk Froemberg2001-01-273-4/+4
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=37636
* Set reasonable defaults for mysql, postgresql and odbc support soDirk Froemberg2001-01-271-0/+1
| | | | | | | | the package dependencies aren't screwed up in case a package is installed but the corresponding WITH_* option isn't given. Notes: svn path=/head/; revision=37635
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-1/+1
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Add additional options (WITH_FLEXRESP, WITH_MYSQL, WITH_ODBCDirk Froemberg2000-12-311-0/+37
| | | | | | | | | and WITH_POSTGRES). PR: ports/20156 Notes: svn path=/head/; revision=36536
* Upgrade to 1.6.3.Dirk Froemberg2000-08-032-2/+2
| | | | | | | PR: ports/20156 (part of), ports/20366 Notes: svn path=/head/; revision=31269
* Upgrade to 1.6.2.2.Dirk Froemberg2000-07-104-8/+20
| | | | | | | Upgrade to 1.6.2 submitted by: Michael Vasilenko <acid@cn.ua> Notes: svn path=/head/; revision=30440
* Remove redundant/inappropriate CATEGORIES. People need to start readingWill Andrews2000-06-021-1/+1
| | | | | | | the Porter's Handbook. :-) Notes: svn path=/head/; revision=29084
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* Upgrade to 1.6.Dirk Froemberg2000-03-262-3/+3
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=27059
* snort has a manpage, now.Dirk Froemberg2000-01-291-0/+2
| | | | Notes: svn path=/head/; revision=25249
* Upgrade to 1.5.1.Dirk Froemberg2000-01-292-3/+3
| | | | Notes: svn path=/head/; revision=25246
* Upgrade to 1.5.Dirk Froemberg1999-12-222-3/+3
| | | | Notes: svn path=/head/; revision=23798
* Upgrade to 1.3.Dirk Froemberg1999-09-282-3/+3
| | | | Notes: svn path=/head/; revision=22054
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Upgrade to 1.2.1.Dirk Froemberg1999-08-072-3/+3
| | | | Notes: svn path=/head/; revision=20590
* Typo in URL.Dirk Froemberg1999-08-031-1/+1
| | | | Notes: svn path=/head/; revision=20515
* Initial import of snort-1.2, aDirk Froemberg1999-08-025-0/+59
lightweight network intrusion detection system. Notes: svn path=/head/; revision=20489