Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0 26 Apr 2024 04:16:53 |
Cy Schubert (cy) |
security/py-fail2ban: Update 1.0.2 --> 1.1.0 |
1.0.2_1 21 Jan 2024 22:32:10 |
Muhammad Moinur Rahman (bofh) |
security/py-fail2ban: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.0.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.0.2 12 Jun 2023 22:06:13 |
Cy Schubert (cy) |
security/py-fail2ban: Fix FAIL2BAN_DBDIR
FAIL2BAN_DBDIR is a user set option. Unfortunately plist is not updated
resulting in plist errors.
PR: 271972
MFH: 2023Q2 |
1.0.2 09 Nov 2022 18:07:07 |
Cy Schubert (cy) |
security/py-fail2ban: Update to 1.0.2
Update to 1.0.2. This update includes the fix for upstream gh-issue-3370,
which is now removed from our patches.
Reported by: Ken <mayhem30@gmail.com> |
1.0.1_3 11 Oct 2022 13:56:32 |
Cy Schubert (cy) |
security/py-fail2ban: Import fix for upsteam issue gh-3370
Fix dovecot jail causes 100% CPU usage (upstream GH issue 3370).
Reported by: Michael Grimm <trashcan@ellael.org>
Roger Marquis <marquis@roble.com>
Obtained from: https://github.com/fail2ban/fail2ban/issues/3370
Upstream commit ca2b94c5
MFH 2022Q4 |
1.0.1_2 04 Oct 2022 16:00:37 |
Cy Schubert (cy) |
security/py-fail2ban: Fix build
Fixes: 4650a958fe57 |
1.0.1_2 04 Oct 2022 15:06:21 |
Cy Schubert (cy) |
security/py-fail2ban: Add ipfilter ippool action
Rather than add a block rule for each banned IP, add a blanket block rule
that references an ipfilter ippool named fail2ban. Maintain the IPs in
the ippool reducing the need to search a large list of rules. An ipfilter
tree pool is used. |
1.0.1_1 04 Oct 2022 15:06:21 |
Cy Schubert (cy) |
security/py-fail2ban: Python is used at runtime
Register the fact that python is also used at runtime. |
1.0.1 04 Oct 2022 15:06:21 |
Cy Schubert (cy) |
security/py-fail2ban: Update to 1.0.1
This major release of fail2ban includes many bugfixes and features.
See https://github.com/fail2ban/fail2ban/releases for more information.
Add comment about "build" being performed in post-patch.
Assume maintainership.
PR: 266810
Approved by: MAINTAINER (theis@gmx.at) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.11.2_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.11.2_3 07 Mar 2022 18:13:20 |
Po-Chuan Hsieh (sunpoet) |
security/py-fail2ban: Fix build with setuptools 58.0.0+
With hat: python |
0.11.2_3 27 Oct 2021 15:48:14 |
Yasuhiro Kimura (yasu) |
security/py-fail2ban: Add upstream patch to fix possible RCE vulnerability
* Switch to DISTVERSION
* Pet portclippy
* Reformat Makefile with portfmt
PR: 259297
Approved by: maintainer
Obtained
from: https://github.com/fail2ban/fail2ban/commit/410a6ce5c80dd981c22752da034f2529b5eee844
MFH: 2021Q4
Security: CVE-2021-32749
Security: https://github.com/fail2ban/fail2ban/security/advisories/GHSA-m985-3f3v-cwmm
Differential Revision: https://reviews.freebsd.org/D32576 |
0.11.2_2 29 Aug 2021 19:17:03 |
Bernhard Froehlich (decke) |
security/py-fail2ban: Add CPE information
Approved by: portmgr (blanket) |
0.11.2_2 12 Aug 2021 14:45:04 |
Neel Chauhan (nc) Author: Yasuhiro Kimura |
security/py-fail2ban: Add upstream patches to fix runtime error with Python 3.10
PR: 257784
Approved by: theis AT gmx DOT at (maintainer) |
0.11.2_1 15 Jun 2021 16:02:44 |
Kevin Bowling (kbowling) Author: Florian Koczan |
security/py-fail2ban: Create required start dir
Reported at https://github.com/fail2ban/fail2ban/issues/2634
fail2ban should check and, if necessary create, the required directory.
It is still up to the user to ensure that configuration in fail2ban's
conf files and FreeBSD's /etc/rc.conf are in sync and that both, pidfile
and socket reside in the same directory.
PR: 244092
Approved by: maintainer
MFH: 2021Q2 |
0.11.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.11.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.11.2 12 Jan 2021 21:25:30 |
rene |
Simplify some ports using PYTHON_MAJOR_VER and Python 3.6+ |
0.11.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.11.2 24 Nov 2020 21:21:00 |
madpilot |
- Update fail2ban to 0.11.2
- Remove patches now included in the upstream code
- Adapt option to not install test files
PR: 251341
Submitted by: theis@gmx.at (maintainer) |
0.11.1_2 22 Oct 2020 02:08:18 |
meta |
security/py-fail2ban: Fix runtime error with Python 3.9
PR: 250356
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: theis@gmx.at (maintainer)
Obtained from: https://bugzilla.redhat.com/show_bug.cgi?id=1808347
Obtained from: https://github.com/fail2ban/fail2ban/issues/2646
Obtained from: https://github.com/fail2ban/fail2ban/pull/2651 |
0.11.1_1 25 Sep 2020 15:05:24 |
pi |
security/py-fail2ban: add missing paths to rc script
PR: 249578
Submitted by: Laszlo Karolyi <laszlo@karolyi.hu>
Approved by: theis@gmx.at (maintainer) |
0.11.1_1 27 Mar 2020 15:29:21 |
madpilot |
Add new regexp to match invalid users to bsd-ssh filter.
I have observed a regression where the old expression was not
working. Looks like the regression was caused by the migration to
python 3.
As far as I can see the quarterly branch is not affected.
PR: 245097
Approved by: portmgr (blanket: run-time bugfix) |
0.11.1 16 Jan 2020 07:49:38 |
meta |
security/py-fail2ban: Update to 0.11.1
PR: 243325
Submitted by: maintainer
Relnotes: https://github.com/fail2ban/fail2ban/blob/0.11.1/ChangeLog
Sponsored by: HAW international |
0.10.4_2 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.10.4_2 16 Jun 2019 10:14:21 |
kai |
security/py-fail2ban: Add support for devel/py-pyinotify
* Enable support for devel/py-pyinotify that itself uses devel/libinotify to
monitor changes in the filesystem. [1]
* Also introduce the new dependency as an additional default option INOTIFY
while I'm here because it's not a hard requirement for runtime. [2]
PR: 238427
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> [1]
Approved by: theis@gmx.at (maintainer) [1] [2] |
0.10.4_1 31 May 2019 11:55:40 |
koobs |
security/py-fail2ban: Fix rc script
The rc.d script evaluates fail2ban_pidfile before rc.conf is read.
This change moves those evaluations to the corect place allowing
users to override the values via /etc/rc.conf as expected.
PR: 236017
Reported by: <epopen gmail com>, Dmitry Wagin <dmitry.wagin ya ru>
Submitted by: <theis gmx at> (maintainer)
MFH: 2019Q2 |
0.10.4 07 Oct 2018 05:02:36 |
swills |
security/py-fail2ban: Update to 0.10.4
PR: 231947
Submitted by: theis@gmx.at (maintainer) |
0.10.3.1_1 25 Jul 2018 19:09:50 |
swills |
security/py-fail2ban: Fix writing /etc/hosts.deny entries
PR: 227577
Submitted by: theis@gmx.at (maintainer)
Reported by: Niels Bakker <niels=freebsd@bakker.net> |
0.10.3.1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.10.3.1 12 Apr 2018 04:48:44 |
joneum |
security/py-fail2ban: Update to 0.10.3.1
Changelog: https://github.com/fail2ban/fail2ban/blob/0.10.3.1/ChangeLog
PR: 227424
Submitted by: theis@gmx.at (maintainer) |
0.10.3 09 Apr 2018 18:17:32 |
joneum |
security/py-fail2ban: Update to 0.10.3
Changelog: https://github.com/fail2ban/fail2ban/blob/0.10.3.1/ChangeLog
PR: 227389
Submitted by: theis@gmx.at (maintainer) |
0.10.2 25 Jan 2018 12:37:06 |
mat |
Fix build with Python != 2.7
Pointy hat: pi
Sponsored by: Absolight |
0.10.2 23 Jan 2018 20:13:52 |
pi |
security/py-fail2ban: update 0.10.1 -> 0.10.2
- many fixes from upstream for bugs in the 0.10.x version
- automatic upgrade of python code to python3, if that is used
PR: 225317
Submitted by: theis@gmx.at (maintainer)
Changes: https://github.com/fail2ban/fail2ban/blob/0.10.2/ChangeLog |
0.10.1_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.10.1_1 25 Oct 2017 14:11:57 |
wen |
- Patch for user of pf
PR: 223069
Submitted by: theis@gmx.at(maintainer) |
0.10.1 15 Oct 2017 10:56:02 |
wen |
- Update to 0.10.1
PR: 223022
Submitted by: theis@gmx.at(maintainer) |
0.10.0 12 Oct 2017 10:58:43 |
wen |
- Update t0 0.10
- Update pkg-message
PR: 221442
Submitted by: theis@gmx.at(maintainer) |
0.9.7 02 Jun 2017 18:15:20 |
sunpoet |
Update to 0.9.7 [1]
- Fix shebang line of fail2ban-python in apache-fakegooglebot [2]
- While I'm here:
- Add missing OPTIONS_DEFINE=DOCS
- Use SHEBANG_LANG
- Convert to options target helper
Changes: https://github.com/fail2ban/fail2ban/blob/0.9/ChangeLog
PR: 219733 [1], 219419 [2]
Submitted by: <theis@gmx.at> (maintainer) [1], Lukasz Wasikowski
<lukasz@wasikowski.net> [2] |
0.9.6 27 Dec 2016 21:25:07 |
lifanov |
Update fail2ban to version 0.9.6
PR: 215239
Submitted by: John W. O'Brien <john@saltant.com>
Reviewed by: matthew
Approved by: theis@gmx.at (maintainer), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D8917 |
0.9.5 24 Jul 2016 16:06:48 |
pawel |
Update to version 0.9.5
PR: 211262
Submitted by: maintainer |
0.9.4_1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
0.9.4_1 14 May 2016 13:09:45 |
pi |
security/py-fail2ban: Fix for Bug #1417 / #1419
For details see https://github.com/fail2ban/fail2ban/pull/1419
PR: 209494
Submitted by: theis@gmx.at (maintainer) |
0.9.4 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.9.4 20 Mar 2016 11:20:43 |
riggs |
Update to upstream version 0.9.4
PR: 207886
Submitted by: theis@gmx.at (maintainer) |
0.9.3_1 14 Dec 2015 10:52:47 |
koobs |
security/py-fail2ban: Modernize and cleanup
- Use autoplist, update pkg-plist accordingly, deprecate py3kplist
- Remove unnecessary PYDISTUTILS_PKGVERSION and --install-purelib args
- Cleanup a REINPLACE to be more explicit
- Add do-test target
- Regenerate patches (makepatch compatible)
- Add NO_ARCH
- Sort and group USE{S,_*} entries
PR: 204373
Approved by: maintainer <theis gmx at> |
0.9.3 04 Aug 2015 12:09:10 |
robak |
security/py-fail2ban: update 0.9.2 -> 0.9.3
- Add LICENSE_FILE
PR: 202026
Submitted by: Christoph Theis <theis@gmx.at> (maintainer) |
0.9.2_1 28 Jul 2015 21:10:36 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
0.9.2 07 May 2015 17:41:24 |
mat |
Update ports in the s* categores to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.9.2 07 May 2015 17:32:16 |
ache |
Remove deprecated GH_COMMIT (DEVELOPER=yes warning) |
0.9.2 06 May 2015 21:57:01 |
ache |
Update fail2ban to version 0.9.2
PR: 200002
Submitted by: theis@gmx.at (maintainer update) |
0.9.1 16 Mar 2015 17:00:06 |
sunpoet |
- Fix build with python3*
- Do not silence installation message
PR: 196336
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
Approved by: <theis@gmx.at> (maintainer) |
0.9.1 17 Nov 2014 14:41:25 |
wen |
- Update to 0.9.1
PR: 194815
Submitted by: theis@gmx.at(maintainer) |
0.9.0_4 24 Oct 2014 16:50:43 |
mva |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit) |
0.9.0_4 18 Sep 2014 19:09:50 |
ache |
Fix recidive jail.
Add a patch for the recidive jail from upstream.
PR: 193751
Submitted by: theis@gmx.at (maintainer update) |
0.9.0_3 14 Sep 2014 19:31:16 |
tijl |
- Patch a script to use the right syslogd socket (/var/run/log)
- Remove .keep_me files because pkg can handle empty directories
PR: 193621
Submitted by: theis@gmx.at (maintainer) |
0.9.0_2 13 May 2014 18:30:23 |
adamw |
Formally create the /var/run/fail2ban directory |
0.9.0_1 13 May 2014 18:22:28 |
adamw |
Install manpages [1] and create /var/{run,db} directories [2]
PR: ports/189781 [1], ports/189376 [2]
Approved by: maintainer |
0.9.0 02 May 2014 13:17:26 |
sunpoet |
- Update to 0.9.0
- While I'm here:
- Move RUN_DEPENDS upwards
- Fix space/tab
Changes: https://github.com/fail2ban/fail2ban/blob/master/ChangeLog
PR: ports/188426
Submitted by: Christoph Theis <theis@gmx.at> (maintainer) |
0.8.12 17 Feb 2014 17:57:35 |
adamw |
Remove unnecessary inclusion of bsd.port.options.mk. |
0.8.12 12 Feb 2014 16:44:25 |
sunpoet |
- Update to 0.8.12
Changes: https://github.com/fail2ban/fail2ban/releases
PR: ports/186683
Submitted by: Christoph Theis <theis@gmx.at> (maintainer) |
0.8.11_1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.8.11_1 27 Nov 2013 21:33:18 |
sunpoet |
- Fix PLIST
- Bump PORTREVISION for package change
PR: ports/184336
Submitted by: Christoph Theis <theis@gmx.at> (maintainer) |
0.8.11 25 Nov 2013 11:34:06 |
sunpoet |
- Update to 0.8.11
Changes: https://github.com/fail2ban/fail2ban/releases
PR: ports/184213
Submitted by: Christoph Theis <theis@gmx.at> (maintainer) |
0.8.10 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.8.10 30 Aug 2013 14:23:34 |
culot |
- Update to 0.8.10
Changes: https://raw.github.com/fail2ban/fail2ban/master/ChangeLog
PR: ports/179528
Submitted by: Christoph Theis <theis@gmx.at> (maintainer) |
0.8.9 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.8.9 11 Jun 2013 14:21:48 |
culot |
- Update to 0.8.9 [1]
- Make additional documentation installation conditional
(note: run-rootless.txt not installed as not relevant for FreeBSD)
Changes: https://raw.github.com/fail2ban/fail2ban/master/ChangeLog
PR: ports/179426 [1]
Submitted by: Christoph Theis <theis@gmx.at> (maintainer) |
0.8.8_1 25 Feb 2013 22:23:15 |
ache |
Remove patch unneded in 0.8.8
PR: 176426
Submitted by: Christoph Theis <theis@gmx.at> [maintainer] |
0.8.8 23 Feb 2013 12:36:58 |
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) |
0.8.7.1_2 17 Feb 2013 14:44:09 |
rm |
- do not hardcode path to grep utility
PR: 176058
Submitted by: Christoph Theis <theis@gmx.at> (maintainer) |
0.8.7.1_1 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
0.8.7.1_1 17 Dec 2012 18:44:26 |
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) |
0.8.7.1 02 Dec 2012 10:53:00 |
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 |
0.8.7.1 24 Nov 2012 03:08:36 |
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 |
0.8.6 08 Feb 2012 18:58:36 |
pgollucci |
- Update to 0.8.6
PR: ports/164829
Submitted by: Christoph Theis <theis@gmx.at> (maintainer) |
0.8.4_2 14 Jan 2012 08:57:23 |
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. |
0.8.4_2 31 Jul 2011 22:23:40 |
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) |
0.8.4_1 11 Jun 2011 02:08:40 |
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 |
0.8.4 13 Feb 2011 07:01:53 |
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 |
0.8.4 29 Apr 2010 19:43:20 |
pgollucci |
- Assign to new volunteer |
0.8.4 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.8.4 01 Feb 2010 03:31:37 |
pgollucci |
- Update to 0.8.4
PR: ports/143020
Submitted by: Kevin Kobb <kkobb@skylinecorp.com> |
0.8.3_3 18 Jan 2010 05:24:38 |
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] |
0.8.3_2 14 Jan 2010 04:42:13 |
pgollucci |
- sort pkg-list |
0.8.3_2 14 Jan 2010 04:41:12 |
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) |
0.8.3_2 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.8.3_2 22 Jul 2009 15:55:33 |
pgollucci |
- Correct regex for the defaults in FreeBSD
Submitted by: "Bakker, Johan" <johan_bakker@epson.eu> |
0.8.3_1 15 Jul 2009 16:56:10 |
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. |
0.8.3_1 01 Jun 2009 06:19:04 |
pgollucci |
- Add an rc.d script
Submitted by: sd@mostnet.ru (via e-mail) |
0.8.3 16 May 2009 06:27:56 |
pgollucci |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
0.8.3 13 Jan 2009 18:22:19 |
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 |