aboutsummaryrefslogtreecommitdiff
path: root/security/snort_inline
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Add flexible response (v1) support to snort_inline. It borrows heavily fromBeech Rintoul2008-04-241-7/+28
| | | | | | | | | | | | | | | | | | | the snort port, which also has this feature. Adds libnet10 as a dependency if this is chosen. - Add options, ODBC, POSTGRESQL, and MySQL support (plus flexible responses). - Add dependency on libnet10 if flexible responses is defined. - Bump portrevision - Note that flexible response v2 (needing libnet11) is unsupported due to libnet11 patches not applying cleanly. When this is cleared up for snort, it can be ported to snort_inline. PR: ports/121710 Submitted by: Yousif Hassan <yousif@alumni.jmu.edu> Approved by: maintainer timeout (1+ months) Notes: svn path=/head/; revision=211868
* Another round of the periodic sweep for removal of theDoug Barton2007-02-261-2/+3
| | | | | | | | | | | | KEYWORD: FreeBSD scourge. We have ignored this keyword for a long time now, so this is a non-functional change (therefore no PORTREVISION bumps). Insert a $FreeBSD tag where needed, and adjust a comment in mail/milter-regex to match reality. Notes: svn path=/head/; revision=186045
* Remove USE_GPG from all effected ports. This knob is a no-op and the way itGabor Kovesdan2007-01-291-2/+0
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=183644
* - Update to version 2.4.5.Alejandro Pulver2006-11-054-68/+31
| | | | | | | | PR: ports/104730 Submitted by: Nick Rogness <nick@rogness.net> (maintainer) Notes: svn path=/head/; revision=176520
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-241-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* libnet update:Sergey Matveychuk2005-11-141-1/+2
| | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=148262
* - Fix WITH_PGSQL knobPav Lucistnik2005-05-311-2/+1
| | | | | | | | | PR: ports/81700 Submitted by: Ulrich Spoerlein <q@galgenberg.net> Pointy hat to: pav Notes: svn path=/head/; revision=136493
* An inline IPS system based on snort using ipfw.Pav Lucistnik2005-05-286-0/+264
PR: ports/81378 Submitted by: Nick Rogness <nick@rogness.net> Notes: svn path=/head/; revision=136338