aboutsummaryrefslogtreecommitdiff
path: root/security/py-fail2ban/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* security/py-fail2ban: Add support for devel/py-pyinotifyKai Knoblich2019-06-161-3/+8
| | | | | | | | | | | | | | | * 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] Notes: svn path=/head/; revision=504294
* security/py-fail2ban: Fix rc scriptKubilay Kocak2019-05-311-0/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=503168
* security/py-fail2ban: Update to 0.10.4Steve Wills2018-10-071-2/+3
| | | | | | | | PR: 231947 Submitted by: theis@gmx.at (maintainer) Notes: svn path=/head/; revision=481422
* security/py-fail2ban: Fix writing /etc/hosts.deny entriesSteve Wills2018-07-251-0/+1
| | | | | | | | | PR: 227577 Submitted by: theis@gmx.at (maintainer) Reported by: Niels Bakker <niels=freebsd@bakker.net> Notes: svn path=/head/; revision=475327
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* security/py-fail2ban: Update to 0.10.3.1Jochen Neumeister2018-04-121-1/+1
| | | | | | | | | | Changelog: https://github.com/fail2ban/fail2ban/blob/0.10.3.1/ChangeLog PR: 227424 Submitted by: theis@gmx.at (maintainer) Notes: svn path=/head/; revision=467124
* security/py-fail2ban: Update to 0.10.3Jochen Neumeister2018-04-091-1/+1
| | | | | | | | | | Changelog: https://github.com/fail2ban/fail2ban/blob/0.10.3.1/ChangeLog PR: 227389 Submitted by: theis@gmx.at (maintainer) Notes: svn path=/head/; revision=466874
* Fix build with Python != 2.7Mathieu Arnold2018-01-251-1/+1
| | | | | | | | Pointy hat: pi Sponsored by: Absolight Notes: svn path=/head/; revision=459924
* security/py-fail2ban: update 0.10.1 -> 0.10.2Kurt Jaeger2018-01-231-3/+11
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=459794
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=455210
* - Patch for user of pfWen Heping2017-10-251-1/+2
| | | | | | | | PR: 223069 Submitted by: theis@gmx.at(maintainer) Notes: svn path=/head/; revision=452860
* - Update to 0.10.1Wen Heping2017-10-151-1/+1
| | | | | | | | PR: 223022 Submitted by: theis@gmx.at(maintainer) Notes: svn path=/head/; revision=452134
* - Update t0 0.10Wen Heping2017-10-121-1/+3
| | | | | | | | | | - Update pkg-message PR: 221442 Submitted by: theis@gmx.at(maintainer) Notes: svn path=/head/; revision=451846
* Update to 0.9.7 [1]Sunpoet Po-Chuan Hsieh2017-06-021-4/+17
| | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=442446
* Update fail2ban to version 0.9.6Nikolai Lifanov2016-12-271-2/+2
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=429667
* Update to version 0.9.5Pawel Pekala2016-07-241-2/+1
| | | | | | | | PR: 211262 Submitted by: maintainer Notes: svn path=/head/; revision=419009
* security/py-fail2ban: Fix for Bug #1417 / #1419Kurt Jaeger2016-05-141-0/+2
| | | | | | | | | | For details see https://github.com/fail2ban/fail2ban/pull/1419 PR: 209494 Submitted by: theis@gmx.at (maintainer) Notes: svn path=/head/; revision=415186
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update to upstream version 0.9.4Thomas Zander2016-03-201-2/+1
| | | | | | | | PR: 207886 Submitted by: theis@gmx.at (maintainer) Notes: svn path=/head/; revision=411435
* security/py-fail2ban: Modernize and cleanupKubilay Kocak2015-12-141-7/+11
| | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=403712
* security/py-fail2ban: update 0.9.2 -> 0.9.3Bartek Rutkowski2015-08-041-2/+2
| | | | | | | | | | - Add LICENSE_FILE PR: 202026 Submitted by: Christoph Theis <theis@gmx.at> (maintainer) Notes: svn path=/head/; revision=393518
* - Fix shebangsDmitry Marakasov2015-07-281-1/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393102
* Update ports in the s* categores to not use GH_COMMIT.Mathieu Arnold2015-05-071-3/+0
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385645
* Remove deprecated GH_COMMIT (DEVELOPER=yes warning)Andrey A. Chernov2015-05-071-1/+0
| | | | Notes: svn path=/head/; revision=385642
* Update fail2ban to version 0.9.2Andrey A. Chernov2015-05-061-3/+2
| | | | | | | | PR: 200002 Submitted by: theis@gmx.at (maintainer update) Notes: svn path=/head/; revision=385575
* - Fix build with python3*Sunpoet Po-Chuan Hsieh2015-03-161-4/+4
| | | | | | | | | | | - Do not silence installation message PR: 196336 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: <theis@gmx.at> (maintainer) Notes: svn path=/head/; revision=381426
* - Update to 0.9.1Wen Heping2014-11-171-3/+2
| | | | | | | | PR: 194815 Submitted by: theis@gmx.at(maintainer) Notes: svn path=/head/; revision=372670
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* Fix recidive jail.Andrey A. Chernov2014-09-181-1/+1
| | | | | | | | | | Add a patch for the recidive jail from upstream. PR: 193751 Submitted by: theis@gmx.at (maintainer update) Notes: svn path=/head/; revision=368506
* - Patch a script to use the right syslogd socket (/var/run/log)Tijl Coosemans2014-09-141-4/+2
| | | | | | | | | | - Remove .keep_me files because pkg can handle empty directories PR: 193621 Submitted by: theis@gmx.at (maintainer) Notes: svn path=/head/; revision=368222
* Formally create the /var/run/fail2ban directoryAdam Weinberger2014-05-131-2/+2
| | | | Notes: svn path=/head/; revision=353977
* Install manpages [1] and create /var/{run,db} directories [2]Adam Weinberger2014-05-131-0/+7
| | | | | | | | PR: ports/189781 [1], ports/189376 [2] Approved by: maintainer Notes: svn path=/head/; revision=353975
* - Update to 0.9.0Sunpoet Po-Chuan Hsieh2014-05-021-10/+14
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=352813
* Remove unnecessary inclusion of bsd.port.options.mk.Adam Weinberger2014-02-171-2/+0
| | | | Notes: svn path=/head/; revision=344803
* - Update to 0.8.12Sunpoet Po-Chuan Hsieh2014-02-121-3/+2
| | | | | | | | | Changes: https://github.com/fail2ban/fail2ban/releases PR: ports/186683 Submitted by: Christoph Theis <theis@gmx.at> (maintainer) Notes: svn path=/head/; revision=343942
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - Fix PLISTSunpoet Po-Chuan Hsieh2013-11-271-0/+1
| | | | | | | | | | - Bump PORTREVISION for package change PR: ports/184336 Submitted by: Christoph Theis <theis@gmx.at> (maintainer) Notes: svn path=/head/; revision=335064
* - Update to 0.8.11Sunpoet Po-Chuan Hsieh2013-11-251-16/+9
| | | | | | | | | Changes: https://github.com/fail2ban/fail2ban/releases PR: ports/184213 Submitted by: Christoph Theis <theis@gmx.at> (maintainer) Notes: svn path=/head/; revision=334840
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Update to 0.8.10Frederic Culot2013-08-301-5/+6
| | | | | | | | | Changes: https://raw.github.com/fail2ban/fail2ban/master/ChangeLog PR: ports/179528 Submitted by: Christoph Theis <theis@gmx.at> (maintainer) Notes: svn path=/head/; revision=325700
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 0.8.9 [1]Frederic Culot2013-06-111-5/+15
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=320563
* Remove patch unneded in 0.8.8Andrey A. Chernov2013-02-251-0/+1
| | | | | | | | PR: 176426 Submitted by: Christoph Theis <theis@gmx.at> [maintainer] Notes: svn path=/head/; revision=312944
* - Update to 0.8.8Frederic Culot2013-02-231-5/+4
| | | | | | | | | Changes: https://raw.github.com/fail2ban/fail2ban/master/ChangeLog PR: ports/176368 Submitted by: Christoph Theis <theis@gmx.at> (maintainer) Notes: svn path=/head/; revision=312809
* - do not hardcode path to grep utilityRuslan Makhmatkhanov2013-02-171-1/+3
| | | | | | | | PR: 176058 Submitted by: Christoph Theis <theis@gmx.at> (maintainer) Notes: svn path=/head/; revision=312418
* Minor enhancements:Wesley Shields2012-12-171-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=309119
* - correct displaying of pkg-messageRuslan Makhmatkhanov2012-12-021-5/+5
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=308095
* - Update to 0.8.7.1Steve Wills2012-11-241-11/+11
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=307702
* - Update to 0.8.6Philip M. Gollucci2012-02-081-5/+9
| | | | | | | | PR: ports/164829 Submitted by: Christoph Theis <theis@gmx.at> (maintainer) Notes: svn path=/head/; revision=290729
* - fix reg. expression in filter.d/common.confOlli Hauer2011-07-311-2/+2
| | | | | | | | | | - over to new maintainer PR: ports/157979 Submitted by: Christoph Theis <theis _at_ gmx.at> (new maintainer) Notes: svn path=/head/; revision=278656