non port: security/py-fail2ban/Makefile |
SVNWeb
|
Number of commits found: 79 |
Wed, 9 Nov 2022
|
[ 18:07 Cy Schubert (cy) ] 72a671a
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>
|
Tue, 11 Oct 2022
|
[ 13:56 Cy Schubert (cy) ] 5b056b1
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
|
Tue, 4 Oct 2022
|
[ 16:00 Cy Schubert (cy) ] 0f8625d
security/py-fail2ban: Fix build
Fixes: 4650a958fe57
|
[ 15:06 Cy Schubert (cy) ] 97829d2
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)
|
[ 15:06 Cy Schubert (cy) ] 4650a95
security/py-fail2ban: Python is used at runtime
Register the fact that python is also used at runtime.
|
[ 15:06 Cy Schubert (cy) ] d0fcbc6
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.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 27 Oct 2021
|
[ 15:48 Yasuhiro Kimura (yasu) ] 644e5b6
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
|
Sun, 29 Aug 2021
|
[ 19:17 Bernhard Froehlich (decke) ] 4cc3fb6
security/py-fail2ban: Add CPE information
Approved by: portmgr (blanket)
|
Thu, 12 Aug 2021
|
[ 14:45 Neel Chauhan (nc) Author: Yasuhiro Kimura ] e8d8664
security/py-fail2ban: Add upstream patches to fix runtime error with Python 3.10
PR: 257784
Approved by: theis AT gmx DOT at (maintainer)
|
Tue, 15 Jun 2021
|
[ 16:02 Kevin Bowling (kbowling) Author: Florian Koczan ] b48d2a6
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
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 12 Jan 2021
|
[ 21:25 rene ]
Simplify some ports using PYTHON_MAJOR_VER and Python 3.6+
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Tue, 24 Nov 2020
|
[ 21:21 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)
|
Thu, 22 Oct 2020
|
[ 02:08 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
|
Fri, 27 Mar 2020
|
[ 15:29 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)
|
Thu, 16 Jan 2020
|
[ 07:49 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
|
Sun, 16 Jun 2019
|
[ 10:14 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]
|
Fri, 31 May 2019
|
[ 11:55 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
|
Sun, 7 Oct 2018
|
[ 05:02 swills ]
security/py-fail2ban: Update to 0.10.4
PR: 231947
Submitted by: theis@gmx.at (maintainer)
|
Wed, 25 Jul 2018
|
[ 19:09 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>
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Thu, 12 Apr 2018
|
[ 04:48 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)
|
Mon, 9 Apr 2018
|
[ 18:17 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)
|
Thu, 25 Jan 2018
|
[ 12:37 mat ]
Fix build with Python != 2.7
Pointy hat: pi
Sponsored by: Absolight
|
Tue, 23 Jan 2018
|
[ 20:13 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
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Wed, 25 Oct 2017
|
[ 14:11 wen ]
- Patch for user of pf
PR: 223069
Submitted by: theis@gmx.at(maintainer)
|
Sun, 15 Oct 2017
|
[ 10:56 wen ]
- Update to 0.10.1
PR: 223022
Submitted by: theis@gmx.at(maintainer)
|
Thu, 12 Oct 2017
|
[ 10:58 wen ]
- Update t0 0.10
- Update pkg-message
PR: 221442
Submitted by: theis@gmx.at(maintainer)
|
Fri, 2 Jun 2017
|
[ 18:15 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]
|
Tue, 27 Dec 2016
|
[ 21:25 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
|
Sun, 24 Jul 2016
|
[ 16:06 pawel ]
Update to version 0.9.5
PR: 211262
Submitted by: maintainer
|
Sat, 14 May 2016
|
[ 13:09 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)
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 20 Mar 2016
|
[ 11:20 riggs ]
Update to upstream version 0.9.4
PR: 207886
Submitted by: theis@gmx.at (maintainer)
|
Mon, 14 Dec 2015
|
[ 10:52 koobs ] (Only the first 10 of 11 ports in this commit are shown above. )
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>
|
Tue, 4 Aug 2015
|
[ 12:09 robak ]
security/py-fail2ban: update 0.9.2 -> 0.9.3
- Add LICENSE_FILE
PR: 202026
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
|
Tue, 28 Jul 2015
|
[ 21:10 amdmi3 ]
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
Thu, 7 May 2015
|
[ 17:41 mat ] (Only the first 10 of 28 ports in this commit are shown above. )
Update ports in the s* categores to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
[ 17:32 ache ]
Remove deprecated GH_COMMIT (DEVELOPER=yes warning)
|
Wed, 6 May 2015
|
[ 21:57 ache ]
Update fail2ban to version 0.9.2
PR: 200002
Submitted by: theis@gmx.at (maintainer update)
|
Mon, 16 Mar 2015
|
[ 17:00 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)
|
Mon, 17 Nov 2014
|
[ 14:41 wen ]
- Update to 0.9.1
PR: 194815
Submitted by: theis@gmx.at(maintainer)
|
Fri, 24 Oct 2014
|
[ 16:50 mva ] (Only the first 10 of 118 ports in this commit are shown above. )
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
|
Thu, 18 Sep 2014
|
[ 19:09 ache ]
Fix recidive jail.
Add a patch for the recidive jail from upstream.
PR: 193751
Submitted by: theis@gmx.at (maintainer update)
|
Sun, 14 Sep 2014
|
[ 19:31 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)
|
Tue, 13 May 2014
|
[ 18:30 adamw ]
Formally create the /var/run/fail2ban directory
|
[ 18:22 adamw ]
Install manpages [1] and create /var/{run,db} directories [2]
PR: ports/189781 [1], ports/189376 [2]
Approved by: maintainer
|
Fri, 2 May 2014
|
[ 13:17 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)
|
Mon, 17 Feb 2014
|
[ 17:57 adamw ]
Remove unnecessary inclusion of bsd.port.options.mk.
|
Wed, 12 Feb 2014
|
[ 16:44 sunpoet ]
- Update to 0.8.12
Changes: https://github.com/fail2ban/fail2ban/releases
PR: ports/186683
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
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)
|
Wed, 27 Nov 2013
|
[ 21:33 sunpoet ]
- Fix PLIST
- Bump PORTREVISION for package change
PR: ports/184336
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
|
Mon, 25 Nov 2013
|
[ 11:34 sunpoet ]
- Update to 0.8.11
Changes: https://github.com/fail2ban/fail2ban/releases
PR: ports/184213
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Fri, 30 Aug 2013
|
[ 14:23 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)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Tue, 11 Jun 2013
|
[ 14:21 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)
|
Mon, 25 Feb 2013
|
[ 22:23 ache ]
Remove patch unneded in 0.8.8
PR: 176426
Submitted by: Christoph Theis <theis@gmx.at> [maintainer]
|
Sat, 23 Feb 2013
|
[ 12:36 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)
|
Sun, 17 Feb 2013
|
[ 14:44 rm ]
- do not hardcode path to grep utility
PR: 176058
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
|
Mon, 17 Dec 2012
|
[ 18:44 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)
|
Sun, 2 Dec 2012
|
[ 10:53 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
|
Sat, 24 Nov 2012
|
[ 03:08 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
|
Wed, 8 Feb 2012
|
[ 18:58 pgollucci ]
- Update to 0.8.6
PR: ports/164829
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
|
Sun, 31 Jul 2011
|
[ 22:23 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)
|
Sat, 11 Jun 2011
|
[ 02:08 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
|
Sun, 13 Feb 2011
|
[ 07:01 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
|
Thu, 29 Apr 2010
|
[ 19:43 pgollucci ]
- Assign to new volunteer
|
Mon, 1 Feb 2010
|
[ 03:31 pgollucci ]
- Update to 0.8.4
PR: ports/143020
Submitted by: Kevin Kobb <kkobb@skylinecorp.com>
|
Mon, 18 Jan 2010
|
[ 05:24 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]
|
Sat, 22 Aug 2009
|
[ 00:35 amdmi3 ] (Only the first 10 of 349 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
|
Wed, 22 Jul 2009
|
[ 15:55 pgollucci ]
- Correct regex for the defaults in FreeBSD
Submitted by: "Bakker, Johan" <johan_bakker@epson.eu>
|
Mon, 1 Jun 2009
|
[ 06:19 pgollucci ]
- Add an rc.d script
Submitted by: sd@mostnet.ru (via e-mail)
|
Sat, 16 May 2009
|
[ 06:27 pgollucci ] (Only the first 10 of 103 ports in this commit are shown above. )
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
|
Tue, 13 Jan 2009
|
[ 18:22 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
|
Number of commits found: 79 |