notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: security/py-fail2ban/Makefile

Number of commits found: 88

Friday, 6 Jun 2025
14:41 Cy Schubert (cy) search for other commits by this committer
security/py-fail2ban: Remove systemd filter

Fixes:		c98813ccb078
MFH:		2025Q2
commit hash: 81a3ef6833f7209ce3d32a245c391e911ce0c2e9 commit hash: 81a3ef6833f7209ce3d32a245c391e911ce0c2e9 commit hash: 81a3ef6833f7209ce3d32a245c391e911ce0c2e9 commit hash: 81a3ef6833f7209ce3d32a245c391e911ce0c2e9 81a3ef6
Friday, 23 May 2025
04:42 Cy Schubert (cy) search for other commits by this committer
security/py-fail2ban: Install bsd-sshd-session.conf in correct path

Reported by:	Adam McDougall <mcdouga9@egr.msu.edu>
Fixes:		c98813ccb078
MFH		2025Q2
commit hash: b4570985b80dee90e08079696a45edf48a9b78f4 commit hash: b4570985b80dee90e08079696a45edf48a9b78f4 commit hash: b4570985b80dee90e08079696a45edf48a9b78f4 commit hash: b4570985b80dee90e08079696a45edf48a9b78f4 b457098
Sunday, 4 May 2025
13:42 Dan Langille (dvl) search for other commits by this committer
security/py-fail2ban: fix typo in pkg-message

Approved by:	portmgr (blanket)
commit hash: 37eb91db238ce615996a63b4fb805c53786bd885 commit hash: 37eb91db238ce615996a63b4fb805c53786bd885 commit hash: 37eb91db238ce615996a63b4fb805c53786bd885 commit hash: 37eb91db238ce615996a63b4fb805c53786bd885 37eb91d
Thursday, 27 Mar 2025
15:44 Cy Schubert (cy) search for other commits by this committer
security/py-fail2ban: Add support for sshd-session

Now that sshd has been split into sshd and sshd-session, sshd-session
is now the producer of syslog messages. We cannot replace the existing
*sshd.conf files because this port must also run on older systems with
older OpenSSH. Therefore we add new filters to support both.

Reported by:	sef (private email)
MFH:		2025Q1
commit hash: c98813ccb07851890f73f442be26ce530b6744d0 commit hash: c98813ccb07851890f73f442be26ce530b6744d0 commit hash: c98813ccb07851890f73f442be26ce530b6744d0 commit hash: c98813ccb07851890f73f442be26ce530b6744d0 c98813c
Saturday, 8 Mar 2025
04:05 Charlie Li (vishwin) search for other commits by this committer
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal

Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 06a08e6
Friday, 26 Apr 2024
04:16 Cy Schubert (cy) search for other commits by this committer
security/py-fail2ban: Update 1.0.2 --> 1.1.0
commit hash: 54e5653d56d0a48af78bd032b10edcd10d221be7 commit hash: 54e5653d56d0a48af78bd032b10edcd10d221be7 commit hash: 54e5653d56d0a48af78bd032b10edcd10d221be7 commit hash: 54e5653d56d0a48af78bd032b10edcd10d221be7 54e5653
Sunday, 21 Jan 2024
22:32 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/py-fail2ban: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: 8dda5d05cfbe8f4863dfb9c820fc0a767e565e72 commit hash: 8dda5d05cfbe8f4863dfb9c820fc0a767e565e72 commit hash: 8dda5d05cfbe8f4863dfb9c820fc0a767e565e72 commit hash: 8dda5d05cfbe8f4863dfb9c820fc0a767e565e72 8dda5d0
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Monday, 12 Jun 2023
22:06 Cy Schubert (cy) search for other commits by this committer
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
commit hash: 1036c8dcca6e51b2c3dac6b9ebabd42cfc334a90 commit hash: 1036c8dcca6e51b2c3dac6b9ebabd42cfc334a90 commit hash: 1036c8dcca6e51b2c3dac6b9ebabd42cfc334a90 commit hash: 1036c8dcca6e51b2c3dac6b9ebabd42cfc334a90 1036c8d
Wednesday, 9 Nov 2022
18:07 Cy Schubert (cy) search for other commits by this committer
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>
commit hash: 72a671a3d290e522db62c1411f05ba02dc75cb5f commit hash: 72a671a3d290e522db62c1411f05ba02dc75cb5f commit hash: 72a671a3d290e522db62c1411f05ba02dc75cb5f commit hash: 72a671a3d290e522db62c1411f05ba02dc75cb5f 72a671a
Tuesday, 11 Oct 2022
13:56 Cy Schubert (cy) search for other commits by this committer
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
commit hash: 5b056b14fec89947c189a1a095a4f0a139deae54 commit hash: 5b056b14fec89947c189a1a095a4f0a139deae54 commit hash: 5b056b14fec89947c189a1a095a4f0a139deae54 commit hash: 5b056b14fec89947c189a1a095a4f0a139deae54 5b056b1
Tuesday, 4 Oct 2022
16:00 Cy Schubert (cy) search for other commits by this committer
security/py-fail2ban: Fix build

Fixes:		4650a958fe57
commit hash: 0f8625d292233dd03dea82ec20444663cb01e2c6 commit hash: 0f8625d292233dd03dea82ec20444663cb01e2c6 commit hash: 0f8625d292233dd03dea82ec20444663cb01e2c6 commit hash: 0f8625d292233dd03dea82ec20444663cb01e2c6 0f8625d
15:06 Cy Schubert (cy) search for other commits by this committer
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)
commit hash: 97829d274c538ecf69540c35025bb2edcb8393ca commit hash: 97829d274c538ecf69540c35025bb2edcb8393ca commit hash: 97829d274c538ecf69540c35025bb2edcb8393ca commit hash: 97829d274c538ecf69540c35025bb2edcb8393ca 97829d2
15:06 Cy Schubert (cy) search for other commits by this committer
security/py-fail2ban: Python is used at runtime

Register the fact that python is also used at runtime.
commit hash: 4650a958fe57ebc1989aa4255234ab4e0762a801 commit hash: 4650a958fe57ebc1989aa4255234ab4e0762a801 commit hash: 4650a958fe57ebc1989aa4255234ab4e0762a801 commit hash: 4650a958fe57ebc1989aa4255234ab4e0762a801 4650a95
15:06 Cy Schubert (cy) search for other commits by this committer
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.
commit hash: d0fcbc6c271fe89343642260f36bb5842177f75d commit hash: d0fcbc6c271fe89343642260f36bb5842177f75d commit hash: d0fcbc6c271fe89343642260f36bb5842177f75d commit hash: d0fcbc6c271fe89343642260f36bb5842177f75d d0fcbc6
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 27 Oct 2021
15:48 Yasuhiro Kimura (yasu) search for other commits by this committer
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
commit hash: 644e5b65b9503bed420885c9fefc8b3941dd009d commit hash: 644e5b65b9503bed420885c9fefc8b3941dd009d commit hash: 644e5b65b9503bed420885c9fefc8b3941dd009d commit hash: 644e5b65b9503bed420885c9fefc8b3941dd009d 644e5b6
Sunday, 29 Aug 2021
19:17 Bernhard Froehlich (decke) search for other commits by this committer
security/py-fail2ban: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 4cc3fb6be5debbddd7d39f24d0b77438a4a3b1b7 commit hash: 4cc3fb6be5debbddd7d39f24d0b77438a4a3b1b7 commit hash: 4cc3fb6be5debbddd7d39f24d0b77438a4a3b1b7 commit hash: 4cc3fb6be5debbddd7d39f24d0b77438a4a3b1b7 4cc3fb6
Thursday, 12 Aug 2021
14:45 Neel Chauhan (nc) search for other commits by this committer 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)
commit hash: e8d866428c99ca6838a6a112cb16fd5df1e2cffc commit hash: e8d866428c99ca6838a6a112cb16fd5df1e2cffc commit hash: e8d866428c99ca6838a6a112cb16fd5df1e2cffc commit hash: e8d866428c99ca6838a6a112cb16fd5df1e2cffc e8d8664
Tuesday, 15 Jun 2021
16:02 Kevin Bowling (kbowling) search for other commits by this committer 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
commit hash: b48d2a658ef96565393b9186cbed85803b2b87e0 commit hash: b48d2a658ef96565393b9186cbed85803b2b87e0 commit hash: b48d2a658ef96565393b9186cbed85803b2b87e0 commit hash: b48d2a658ef96565393b9186cbed85803b2b87e0 b48d2a6
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 12 Jan 2021
21:25 rene search for other commits by this committer
Simplify some ports using PYTHON_MAJOR_VER and Python 3.6+
Original commitRevision:561385 
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Tuesday, 24 Nov 2020
21:21 madpilot search for other commits by this committer
- 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)
Original commitRevision:556221 
Thursday, 22 Oct 2020
02:08 meta search for other commits by this committer
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
Original commitRevision:552920 
Friday, 27 Mar 2020
15:29 madpilot search for other commits by this committer
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)
Original commitRevision:529264 
Thursday, 16 Jan 2020
07:49 meta search for other commits by this committer
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
Original commitRevision:523211 
Sunday, 16 Jun 2019
10:14 kai search for other commits by this committer
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]
Original commitRevision:504294 
Friday, 31 May 2019
11:55 koobs search for other commits by this committer
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
Original commitRevision:503168 
Sunday, 7 Oct 2018
05:02 swills search for other commits by this committer
security/py-fail2ban: Update to 0.10.4

PR:		231947
Submitted by:	theis@gmx.at (maintainer)
Original commitRevision:481422 
Wednesday, 25 Jul 2018
19:09 swills search for other commits by this committer
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>
Original commitRevision:475327 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Thursday, 12 Apr 2018
04:48 joneum search for other commits by this committer
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)
Original commitRevision:467124 
Monday, 9 Apr 2018
18:17 joneum search for other commits by this committer
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)
Original commitRevision:466874 
Thursday, 25 Jan 2018
12:37 mat search for other commits by this committer
Fix build with Python != 2.7

Pointy hat:	pi
Sponsored by:	Absolight
Original commitRevision:459924 
Tuesday, 23 Jan 2018
20:13 pi search for other commits by this committer
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
Original commitRevision:459794 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Wednesday, 25 Oct 2017
14:11 wen search for other commits by this committer
- Patch for user of pf

PR:		223069
Submitted by:	theis@gmx.at(maintainer)
Original commitRevision:452860 
Sunday, 15 Oct 2017
10:56 wen search for other commits by this committer
- Update to 0.10.1

PR:		223022
Submitted by:	theis@gmx.at(maintainer)
Original commitRevision:452134 
Thursday, 12 Oct 2017
10:58 wen search for other commits by this committer
- Update t0 0.10
- Update pkg-message

PR:		221442
Submitted by:	theis@gmx.at(maintainer)
Original commitRevision:451846 
Friday, 2 Jun 2017
18:15 sunpoet search for other commits by this committer
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]
Original commitRevision:442446 
Tuesday, 27 Dec 2016
21:25 lifanov search for other commits by this committer
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
Original commitRevision:429667 
Sunday, 24 Jul 2016
16:06 pawel search for other commits by this committer
Update to version 0.9.5

PR:		211262
Submitted by:	maintainer
Original commitRevision:419009 
Saturday, 14 May 2016
13:09 pi search for other commits by this committer
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)
Original commitRevision:415186 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Sunday, 20 Mar 2016
11:20 riggs search for other commits by this committer
Update to upstream version 0.9.4

PR:		207886
Submitted by:	theis@gmx.at (maintainer)
Original commitRevision:411435 
Monday, 14 Dec 2015
10:52 koobs search for other commits by this committer
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>
Original commitRevision:403712 
Tuesday, 4 Aug 2015
12:09 robak search for other commits by this committer
security/py-fail2ban: update 0.9.2 -> 0.9.3

- Add LICENSE_FILE

PR:		202026
Submitted by:	Christoph Theis <theis@gmx.at> (maintainer)
Original commitRevision:393518 
Tuesday, 28 Jul 2015
21:10 amdmi3 search for other commits by this committer
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
Original commitRevision:393102 
Thursday, 7 May 2015
17:41 mat search for other commits by this committer
Update ports in the s* categores to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385645 
17:32 ache search for other commits by this committer
Remove deprecated GH_COMMIT (DEVELOPER=yes warning)
Original commitRevision:385642 
Wednesday, 6 May 2015
21:57 ache search for other commits by this committer
Update fail2ban to version 0.9.2

PR:     200002
Submitted by:   theis@gmx.at (maintainer update)
Original commitRevision:385575 
Monday, 16 Mar 2015
17:00 sunpoet search for other commits by this committer
- Fix build with python3*
- Do not silence installation message

PR:		196336
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Approved by:	<theis@gmx.at> (maintainer)
Original commitRevision:381426 
Monday, 17 Nov 2014
14:41 wen search for other commits by this committer
- Update to 0.9.1

PR:		194815
Submitted by:	theis@gmx.at(maintainer)
Original commitRevision:372670 
Friday, 24 Oct 2014
16:50 mva search for other commits by this committer
- Convert ports of science/ and security to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371453 
Thursday, 18 Sep 2014
19:09 ache search for other commits by this committer
Fix recidive jail.
Add a patch for the recidive jail from upstream.

PR:     193751
Submitted by:   theis@gmx.at (maintainer update)
Original commitRevision:368506 
Sunday, 14 Sep 2014
19:31 tijl search for other commits by this committer
- 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)
Original commitRevision:368222 
Tuesday, 13 May 2014
18:30 adamw search for other commits by this committer
Formally create the /var/run/fail2ban directory
Original commitRevision:353977 
18:22 adamw search for other commits by this committer
Install manpages [1] and create /var/{run,db} directories [2]

PR:		ports/189781 [1], ports/189376 [2]
Approved by:	maintainer
Original commitRevision:353975 
Friday, 2 May 2014
13:17 sunpoet search for other commits by this committer
- 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)
Original commitRevision:352813 
Monday, 17 Feb 2014
17:57 adamw search for other commits by this committer
Remove unnecessary inclusion of bsd.port.options.mk.
Original commitRevision:344803 
Wednesday, 12 Feb 2014
16:44 sunpoet search for other commits by this committer
- Update to 0.8.12

Changes:	https://github.com/fail2ban/fail2ban/releases
PR:		ports/186683
Submitted by:	Christoph Theis <theis@gmx.at> (maintainer)
Original commitRevision:343942 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
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)
Original commitRevision:339634 
Wednesday, 27 Nov 2013
21:33 sunpoet search for other commits by this committer
- Fix PLIST
- Bump PORTREVISION for package change

PR:		ports/184336
Submitted by:	Christoph Theis <theis@gmx.at> (maintainer)
Original commitRevision:335064 
Monday, 25 Nov 2013
11:34 sunpoet search for other commits by this committer
- Update to 0.8.11

Changes:	https://github.com/fail2ban/fail2ban/releases
PR:		ports/184213
Submitted by:	Christoph Theis <theis@gmx.at> (maintainer)
Original commitRevision:334840 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Friday, 30 Aug 2013
14:23 culot search for other commits by this committer
- 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)
Original commitRevision:325700 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Tuesday, 11 Jun 2013
14:21 culot search for other commits by this committer
- 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)
Original commitRevision:320563 
Monday, 25 Feb 2013
22:23 ache search for other commits by this committer
Remove patch unneded in 0.8.8

PR:     176426
Submitted by:   Christoph Theis <theis@gmx.at> [maintainer]
Original commitRevision:312944 
Saturday, 23 Feb 2013
12:36 culot search for other commits by this committer
- 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)
Original commitRevision:312809 
Sunday, 17 Feb 2013
14:44 rm search for other commits by this committer
- do not hardcode path to grep utility

PR:		176058
Submitted by:	Christoph Theis <theis@gmx.at> (maintainer)
Original commitRevision:312418 
Monday, 17 Dec 2012
18:44 wxs search for other commits by this committer
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)
Original commitRevision:309119 
Sunday, 2 Dec 2012
10:53 rm search for other commits by this committer
- 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
Original commitRevision:308095 
Saturday, 24 Nov 2012
03:08 swills search for other commits by this committer
- 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
Original commitRevision:307702 
Wednesday, 8 Feb 2012
18:58 pgollucci search for other commits by this committer
- Update to 0.8.6

PR:             ports/164829
Submitted by:   Christoph Theis <theis@gmx.at> (maintainer)
Original commit
Sunday, 31 Jul 2011
22:23 ohauer search for other commits by this committer
- 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)
Original commit
Saturday, 11 Jun 2011
02:08 wxs search for other commits by this committer
- 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
Original commit
Sunday, 13 Feb 2011
07:01 sahil search for other commits by this committer
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
Original commit
Thursday, 29 Apr 2010
19:43 pgollucci search for other commits by this committer
- Assign to new volunteer
Original commit
Monday, 1 Feb 2010
03:31 pgollucci search for other commits by this committer
- Update to 0.8.4

PR:             ports/143020
Submitted by:   Kevin Kobb <kkobb@skylinecorp.com>
Original commit
Monday, 18 Jan 2010
05:24 pgollucci search for other commits by this committer
- 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]
Original commit
Saturday, 22 Aug 2009
00:35 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Original commit
Wednesday, 22 Jul 2009
15:55 pgollucci search for other commits by this committer
- Correct regex for the defaults in FreeBSD

Submitted by:   "Bakker, Johan" <johan_bakker@epson.eu>
Original commit
Monday, 1 Jun 2009
06:19 pgollucci search for other commits by this committer
- Add an rc.d script

Submitted by:   sd@mostnet.ru (via e-mail)
Original commit
Saturday, 16 May 2009
06:27 pgollucci search for other commits by this committer
- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
Original commit
Tuesday, 13 Jan 2009
18:22 pgollucci search for other commits by this committer
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
Original commit

Number of commits found: 88