| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
25 Feb 2013 22:23:15
0.8.8_1
|
ache  |
Remove patch unneded in 0.8.8
PR: 176426
Submitted by: Christoph Theis <theis@gmx.at> [maintainer] |
23 Feb 2013 12:36:58
0.8.8
|
culot  |
- Update to 0.8.8
Changes: https://raw.github.com/fail2ban/fail2ban/master/ChangeLog
PR: ports/176368
Submitted by: Christoph Theis <theis@gmx.at> (maintainer) |
17 Feb 2013 14:44:09
0.8.7.1_2
|
rm  |
- do not hardcode path to grep utility
PR: 176058
Submitted by: Christoph Theis <theis@gmx.at> (maintainer) |
01 Feb 2013 15:04:01
0.8.7.1_1
|
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
17 Dec 2012 18:44:26
0.8.7.1_1
|
wxs  |
Minor enhancements:
1) Add a fix for https://github.com/fail2ban/fail2ban/issues/91 (Spurious
UTF8 in SYSLOG is not fully fixed)
2) Add a filter for sendmail, the default mailer on FreeBSD
3) Make the ipfw table used in the action bsd-ipfw configurable
PR: ports/173956
Submitted by: Christoph Theis <theis@gmx.at> (maintainer) |
02 Dec 2012 10:53:00
0.8.7.1
|
rm  |
- correct displaying of pkg-message
while here:
- use one space in Created by:
- some whitespace aligning
- correct python versions in USE_PYTHON
- use PYDISTUTILS_PKGVERSION to set correct package version instead of crafting
full PYDISTUTILS_EGGINFO
- remove trailin whitespace in pkg-descr and unneded newlines in pkg-message
PR: 174044
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
Approved by: Christoph Theis <theis@gmx.at> (maintainer)
Feature safe: yes |
24 Nov 2012 03:08:36
0.8.7.1
|
swills  |
- Update to 0.8.7.1
- Fix installation so it doesn't overwrite your config files every time you
upgrade the port
- Fix some space/tab issues to make portlint happy
- Use dirrmtry in a few places because some people have their own custom
filters, actions, etc.
PR: ports/171708
Submitted by: Mark Felder <feld@feld.me>
Approved by: Christoph Theis <theis@gmx.at> (maintainer)
Feature safe: yes |
08 Feb 2012 18:58:36
0.8.6
|
pgollucci  |
- Update to 0.8.6
PR: ports/164829
Submitted by: Christoph Theis <theis@gmx.at> (maintainer) |
14 Jan 2012 08:57:23
0.8.4_2
|
dougb  |
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. |
31 Jul 2011 22:23:40
0.8.4_2
|
ohauer  |
- fix reg. expression in filter.d/common.conf
- over to new maintainer
PR: ports/157979
Submitted by: Christoph Theis <theis _at_ gmx.at> (new maintainer) |
11 Jun 2011 02:08:40
0.8.4_1
|
wxs  |
- Include configuration file for pf.
- Add patch for supporting syslogd -v or -vv.
PR: ports/157318
Submitted by: Nick Hilliard <nick@foobar.org>
Approved by: maintainer timeout |
13 Feb 2011 07:01:53
0.8.4
|
sahil  |
Expand the range of supported Python versions and
pacify portlint(1).
PR: ports/154374
Submitted by: Jase Thew <freebsd@beardz.net>
Approved by: maintainer timeout |
29 Apr 2010 19:43:20
0.8.4
|
pgollucci  |
- Assign to new volunteer |
27 Mar 2010 00:15:24
0.8.4
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
01 Feb 2010 03:31:37
0.8.4
|
pgollucci  |
- Update to 0.8.4
PR: ports/143020
Submitted by: Kevin Kobb <kkobb@skylinecorp.com> |
18 Jan 2010 05:24:38
0.8.3_3
|
pgollucci  |
- rc.d fix [2]
- broken on 2.6, 2.3 is gone, and 2.4 is gone soon, so only 2.5 [1]
PR: ports/142849 [2]
Submitted by: Krzysztof Stryjek <admin@bsdserwis.com> [1], miwi [2] |
14 Jan 2010 04:42:13
0.8.3_2
|
pgollucci  |
- sort pkg-list |
14 Jan 2010 04:41:12
0.8.3_2
|
pgollucci  |
- Update to 0.84
- Install sample jail.conf and fail2ban.conf files so that when users
modify the fail2ban.conf and jail.conf files they are not removed.
- Add an IPFW example using IPFW tables
- Created freebsd sshd and ftp example conf files.
Submitted by: Ken Menzel <kmenzel@whisolutions.com> (via e-mail) |
22 Aug 2009 00:35:32
0.8.3_2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
22 Jul 2009 15:55:33
0.8.3_2
|
pgollucci  |
- Correct regex for the defaults in FreeBSD
Submitted by: "Bakker, Johan" <johan_bakker@epson.eu> |
15 Jul 2009 16:56:10
0.8.3_1
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
01 Jun 2009 06:19:04
0.8.3_1
|
pgollucci  |
- Add an rc.d script
Submitted by: sd@mostnet.ru (via e-mail) |
16 May 2009 06:27:56
0.8.3
|
pgollucci  |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
13 Jan 2009 18:22:19
0.8.3
|
pgollucci  |
Fail2ban scans log files like /var/log/pwdfail or /var/log/apache/error_log
and bans IP that makes too many password failures. It updates
firewall rules to reject the IP address.
WWW: http://www.fail2ban.org/wiki/index.php/Main_Page |