Ryan Steinmetz
10cd1a3c6c
- Update to 2.9.6.0
2014-02-24 22:58:49 +00:00
Baptiste Daroussin
e04b632220
Fix properties on pkg-plist
2014-01-21 23:40:21 +00:00
Ryan Steinmetz
edcb53ae0e
- Update to 2.9.5.6
...
- Add STAGE support [1]
- Remove SNORTSAM support due to lack of upstream support [1]
- Makefile cleanup [1]
- Use new configure magic [1]
PR: ports/185274 [1]
Submitted by: ohauer@ [1]
2014-01-03 18:34:46 +00:00
Ryan Steinmetz
8199d9340e
- Update to 2.9.5.5
2013-09-22 16:46:42 +00:00
Baptiste Daroussin
a65ed2e51b
Add NO_STAGE all over the place in preparation for the staging support (cat: security)
2013-09-20 22:55:24 +00:00
Ryan Steinmetz
aab0c4897b
- Add OPTION to enable non-Ethernet decoders
...
Requested by: Andrew Nichols <andrew@quadrant.net>
2013-09-05 16:55:34 +00:00
Baptiste Daroussin
b2c2296adc
Eradicate USE_GNOME=pkgconfig from security
...
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5
2013-08-31 00:11:06 +00:00
Ryan Steinmetz
a017c61eeb
- Update to 2.9.5.3
...
- Don't build example dynamic preprocessor
2013-08-26 21:01:43 +00:00
Martin Wilke
d954be0b06
- Do not remove directories not created by this port
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-14 03:21:07 +00:00
Ryan Steinmetz
cd8acd0e80
- Update to 2.9.4.6
2013-04-28 13:46:15 +00:00
Ryan Steinmetz
f62b2c8ce3
- Update to 2.9.4.5
...
Feature safe: yes
2013-04-16 15:13:21 +00:00
Ryan Steinmetz
f590ea9b1f
- Update to 2.9.4.1
...
- Migrate to new 'created by' header
2013-03-05 19:44:01 +00:00
Martin Matuska
b2c4fbb77a
Update PCRE to 8.32
...
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Ryan Steinmetz
62259d23d8
- Update to 2.9.4
...
Feature safe: yes
2012-12-04 16:35:08 +00:00
Ryan Steinmetz
33f6437307
- As pulledpork/barnyard are required for most installations, depend on these by default
...
Feature safe: yes
2012-10-13 02:05:14 +00:00
Ryan Steinmetz
b4a6cb421f
- Update to 2.9.3.1
2012-08-10 01:29:39 +00:00
Doug Barton
9aac569eaa
Move the rc.d scripts of the form *.sh.in to *.in
...
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Ryan Steinmetz
ae5d1e622e
- Update to 2.9.3
...
- Convert to OptionsNG
2012-07-23 14:19:34 +00:00
Ryan Steinmetz
b9526c83bd
- Add tip to pkg-message
...
- Do not bump PORTREVISION
2012-06-16 18:20:56 +00:00
Ryan Steinmetz
07aa0e8f09
- Fix NOPORTDOCS with u2boat
2012-05-16 18:12:54 +00:00
Ryan Steinmetz
650bb69ba3
- Update to 2.9.2.3
2012-05-15 22:16:27 +00:00
Ryan Steinmetz
17b8dd17e4
- Unbreak SNORTSAM support
...
- Do not bump PORTREVISION for non-default OPTION
PR: ports/166798
Submitted by: scheidell@
Obtained from: snortsam.net
2012-04-20 21:57:56 +00:00
Ryan Steinmetz
3c8b1c8015
- Resolve IPV6 port logic issue when IPV6 support is disabled.
...
Reported by: Dean Freeman <wfreeman@sourcefire.com>
Feature safe: yes
2012-03-30 15:26:53 +00:00
Ryan Steinmetz
a5378fac5f
- Update to 2.9.2.2
...
- Mark SNORTSAM support as BROKEN due to build failures with 2.9.1.2 patch
Feature safe: yes
2012-03-27 23:14:20 +00:00
Ryan Steinmetz
de26666938
- Update mirror URL on my ports
...
Feature safe: yes
2012-03-23 14:27:51 +00:00
Ryan Steinmetz
fd299125d2
- Fix IPv6 OPTIONS support
...
- Do not bump PORTREVISION
Reported by: scheidell@
Feature safe: yes
2012-03-12 10:03:37 +00:00
Ryan Steinmetz
d391588c75
- Do not install examples whenever NOPORTEXAMPLES is defined [1]
...
- Do not install duplicate sample config files
- Do not bump PORTREVISION
PR: ports/165800 [1]
Submitted by: Michael Scheidell <scheidell@FreeBSD.org> [1]
Feature safe: yes
2012-03-11 19:26:45 +00:00
Ryan Steinmetz
120a30a80d
- Do not install examples whenever NOPORTEXAMPLES is defined [1]
...
- Do not install duplicate sample config files
- Do not bump PORTREVISION
PR: ports/165800 [1]
Submitted by: Michael Scheidell <scheidell@FreeBSD.org> [1]
Feature safe: yes
2012-03-10 16:48:22 +00:00
Martin Matuska
dbbf004162
Bump pcre library dependency due to 8.30 update
2012-02-14 12:45:35 +00:00
Martin Wilke
93cfaf9ad9
- Chase unixODBC shlib bump
2012-02-06 12:25:50 +00:00
Ryan Steinmetz
eac9dda8ec
- Fix issue when NOPORTDOCS and SNORTSAM are both defined
2012-01-21 11:59:30 +00:00
Ryan Steinmetz
55a6fa9d11
- Update to 2.9.2.1
...
- Fix issue when NOPORTDOCS is defined
2012-01-21 02:46:23 +00:00
Doug Barton
83eb2c3700
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.
2012-01-14 08:57:23 +00:00
Ryan Steinmetz
b0b4b44ed7
- Cleanup snortsam integration
2011-12-16 14:45:39 +00:00
Ryan Steinmetz
b3b6b454d8
- Update to 2.9.2
2011-12-15 00:50:34 +00:00
Ryan Steinmetz
a3e7045f16
- Bring back snortsam patches
...
- Do not bump PORTREVISION
PR: ports/162740
Submitted by: Michael Scheidell <scheidell@freebsd.org>
Feature safe: yes
2011-12-14 00:58:26 +00:00
Ryan Steinmetz
c8137d6478
- Introduce multi-interface/instance support in rc script
...
PR: ports/161286
Submitted by: Michael Scheidell <scheidell@secnap.net>
Feature safe: yes
2011-12-07 23:54:45 +00:00
Ryan Steinmetz
5a0fb22ce5
- Revert previous commit
...
Feature safe: yes
2011-11-21 22:55:26 +00:00
Ryan Steinmetz
6febd57050
- 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
2011-11-21 18:27:00 +00:00
Ryan Steinmetz
d28c4a2ac9
- Make SOURCEFIRE option enabled by default to ensure all rules function out of the box.
...
Requested by: Dean Freeman <wfreeman@sourcefire.com>
2011-10-25 20:11:35 +00:00
Ryan Steinmetz
c05c766679
- Rename SRCFIRE OPTION to SOURCEFIRE
2011-10-22 12:01:05 +00:00
Ryan Steinmetz
3bcab11d1a
- Add additional MASTER_SITES
2011-10-22 11:07:01 +00:00
Ryan Steinmetz
0cf5eb2a02
- 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)
2011-10-21 13:44:45 +00:00
Ryan Steinmetz
0d0908e564
- Update to 2.9.1.1
...
PR: ports/161347
Submitted by: Ryan Steinmetz <zi@FreeBSD.org>
Approved by: Dean Freeman <wfreeman@sourcefire.com> (maintainer)
2011-10-07 13:42:13 +00:00
Dmitry Marakasov
6f6fbe4bdf
- 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
2011-09-23 22:26:39 +00:00
Ryan Steinmetz
d05ca82e04
Update to 2.9.1
...
Add LICENSE
PR: ports/160044
Submitted by: zi@
Approved by: wxs (mentor), maintainer timeout
2011-09-08 01:36:49 +00:00
Dennis Herrmann
fb73f134ce
- Forget to add SNORTSAM patchset to distinfo,
...
Users fail to build snort when WITH_SNORTSAM is set.
Reported by: sunpoet@
2011-04-13 15:42:08 +00:00
Dennis Herrmann
59cd7495fe
- Update to 2.9.0.5
...
PR: ports/156334
Submitted by: Dean Freeman <wfreeman@sourcefire.com> (maintainer)
2011-04-12 04:31:21 +00:00
Ade Lovett
e0d39220da
Update to libtool 2.4
...
Tested by: pav (multiple -exp runs)
2011-02-25 06:15:44 +00:00
Wesley Shields
c3765ac8e1
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
2011-02-18 20:06:36 +00:00