| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 231947
Submitted by: theis@gmx.at (maintainer)
Notes:
svn path=/head/; revision=481422
|
|
|
|
|
|
|
|
|
| |
PR: 227577
Submitted by: theis@gmx.at (maintainer)
Reported by: Niels Bakker <niels=freebsd@bakker.net>
Notes:
svn path=/head/; revision=475327
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Pointy hat: pi
Sponsored by: Absolight
Notes:
svn path=/head/; revision=459924
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 223069
Submitted by: theis@gmx.at(maintainer)
Notes:
svn path=/head/; revision=452860
|
|
|
|
|
|
|
|
| |
PR: 223022
Submitted by: theis@gmx.at(maintainer)
Notes:
svn path=/head/; revision=452134
|
|
|
|
|
|
|
|
|
|
| |
- Update pkg-message
PR: 221442
Submitted by: theis@gmx.at(maintainer)
Notes:
svn path=/head/; revision=451846
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 211262
Submitted by: maintainer
Notes:
svn path=/head/; revision=419009
|
|
|
|
|
|
|
|
|
|
| |
For details see https://github.com/fail2ban/fail2ban/pull/1419
PR: 209494
Submitted by: theis@gmx.at (maintainer)
Notes:
svn path=/head/; revision=415186
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
| |
PR: 207886
Submitted by: theis@gmx.at (maintainer)
Notes:
svn path=/head/; revision=411435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
PR: 202026
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
Notes:
svn path=/head/; revision=393518
|
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Notes:
svn path=/head/; revision=393102
|
|
|
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=385645
|
|
|
|
| |
Notes:
svn path=/head/; revision=385642
|
|
|
|
|
|
|
|
| |
PR: 200002
Submitted by: theis@gmx.at (maintainer update)
Notes:
svn path=/head/; revision=385575
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 194815
Submitted by: theis@gmx.at(maintainer)
Notes:
svn path=/head/; revision=372670
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371453
|
|
|
|
|
|
|
|
|
|
| |
Add a patch for the recidive jail from upstream.
PR: 193751
Submitted by: theis@gmx.at (maintainer update)
Notes:
svn path=/head/; revision=368506
|
|
|
|
|
|
|
|
|
|
| |
- Remove .keep_me files because pkg can handle empty directories
PR: 193621
Submitted by: theis@gmx.at (maintainer)
Notes:
svn path=/head/; revision=368222
|
|
|
|
| |
Notes:
svn path=/head/; revision=353977
|
|
|
|
|
|
|
|
| |
PR: ports/189781 [1], ports/189376 [2]
Approved by: maintainer
Notes:
svn path=/head/; revision=353975
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=344803
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/fail2ban/fail2ban/releases
PR: ports/186683
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
Notes:
svn path=/head/; revision=343942
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
PR: ports/184336
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
Notes:
svn path=/head/; revision=335064
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/fail2ban/fail2ban/releases
PR: ports/184213
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
Notes:
svn path=/head/; revision=334840
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 176426
Submitted by: Christoph Theis <theis@gmx.at> [maintainer]
Notes:
svn path=/head/; revision=312944
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 176058
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
Notes:
svn path=/head/; revision=312418
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: ports/164829
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
Notes:
svn path=/head/; revision=290729
|
|
|
|
|
|
|
|
|
|
| |
- over to new maintainer
PR: ports/157979
Submitted by: Christoph Theis <theis _at_ gmx.at> (new maintainer)
Notes:
svn path=/head/; revision=278656
|