aboutsummaryrefslogtreecommitdiff
path: root/security/suricata
Commit message (Collapse)AuthorAgeFilesLines
* Take this port under my wing.Wesley Shields2013-04-301-1/+1
| | | | Notes: svn path=/head/; revision=316970
* - Back to the poolRyan Steinmetz2013-04-281-1/+1
| | | | Notes: svn path=/head/; revision=316727
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - update libnet to 1.1.6Dirk Meyer2013-02-181-2/+2
| | | | | | | | | - build shared lib - fix dependend ports when libnet.so.8 was linked in - fix dependend ports when includes where missing Notes: svn path=/head/; revision=312526
* Bump ports affected by security/libprelude updatePawel Pekala2012-12-151-6/+2
| | | | Notes: svn path=/head/; revision=308972
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Update to 1.3.4Ryan Steinmetz2012-11-182-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307528
* - Update to 1.3.3Ryan Steinmetz2012-11-022-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306882
* - Update to 1.3.2Ryan Steinmetz2012-10-104-6/+58
| | | | Notes: svn path=/head/; revision=305642
* - Update to 1.3.1Ryan Steinmetz2012-09-062-4/+3
| | | | Notes: svn path=/head/; revision=303732
* - Add in workaround for compatibility with libhtp >= 0.3Ryan Steinmetz2012-09-062-0/+12
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=303731
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* - Mark BROKEN when compiling with clangRyan Steinmetz2012-07-161-0/+4
| | | | Notes: svn path=/head/; revision=300941
* - Update to 1.3Ryan Steinmetz2012-07-112-17/+19
| | | | | | | - Convert to OptionsNG Notes: svn path=/head/; revision=300749
* Update autoconf to 2.69 and automake to 1.12Ade Lovett2012-05-111-0/+5
| | | | | | | | PR: 166836 Tested by: Multiple -exp runs (pav) Notes: svn path=/head/; revision=296454
* - Update mirror URL on my portsRyan Steinmetz2012-03-231-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293717
* - Do not overwrite files from devel/libhtp [1]Ryan Steinmetz2012-03-134-19/+38
| | | | | | | | | | | | | | | - Do not overwrite customized config files [1] - Optionally depend on libpcap from ports (off by default) [1] - Detect and use gcc hardening options by default - Cleanup language/whitespace - Bump PORTREVISION PR: ports/164237 [1] Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1] Feature safe: yes Notes: svn path=/head/; revision=293235
* - Update to 1.2.1 [1]Ryan Steinmetz2012-02-232-5/+4
| | | | | | | | | | | - Reset maintainership due to multiple maintainer timeouts - Take maintainership PR: ports/164471 [1] Submitted by: Nikolay Denev <ndenev@gmail.com> [1] Notes: svn path=/head/; revision=292121
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Update to 1.1.1.Wesley Shields2012-01-104-29/+9
| | | | | | | | | | | | - Use libhtp from ports instead of the bundled one. - Remove check for 6.x. PR: ports/163603 Submitted by: wxs@ Approved by: eksffa@freebsdbrasil.com.br (maintiner timeout) Notes: svn path=/head/; revision=288910
* Repeated words are are hard to to find sometimes.Eitan Adler2012-01-081-1/+1
| | | | | | | Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=288737
* Add DAG SupportRyan Steinmetz2011-07-191-4/+11
| | | | | | | | | | | | Fix build when using custom LOCALBASE/PREFIX Pacify portlint(1) PR: ports/158147 Submitted by: rpsfa@rit.edu (me) Approved by: maintainer timeout, tabthorpe (mentor) Notes: svn path=/head/; revision=277964
* - Update to 1.0.3.Wesley Shields2011-06-222-5/+6
| | | | | | | | | | | - Add LICENSE. PR: ports/157860 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Approved by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer) Notes: svn path=/head/; revision=276047
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Mark as broken on sparc64 (and, by implication, the other tier-2 archs).Mark Linimon2010-09-171-0/+3
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=261326
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Mark BROKEN on 6.X: does not configurePav Lucistnik2010-09-091-0/+4
| | | | | | | | PR: ports/150393 (based on) Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer) Notes: svn path=/head/; revision=260840
* The Suricata Engine is an Open Source Next Generation Intrusion Detection andJean Milanez Melo2010-09-017-0/+195
Prevention Engine developed by the Open Information Security Foundation (OISF). This engine is not intended to just replace or emulate the existing tools in the industry, but will bring new ideas and technologies to the field. OISF is part of and funded by the Department of Homeland Security's Directorate for Science and Technology HOST program (Homeland Open Security Technology), by the the Navy's Space and Naval Warfare Systems Command (SPAWAR), as well as through the very generous support of the members of the OISF Consortium. More information about the Consortium is available, as well as a list of our current Consortium Members. The Suricata Engine and the HTP Library are available to use under the GPLv2. The HTP Library is an HTTP normalizer and parser written by Ivan Ristic of Mod Security fame for the OISF. This integrates and provides very advanced processing of HTTP streams for Suricata. The HTP library is required by the engine but may also be used independently in a range of applications and tools. WWW: http://openinfosecfoundation.org PR: ports/150191 Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> Notes: svn path=/head/; revision=260372