bump fail2ban (hack for Python 3.7) to 0.11.1-r3

This commit is contained in:
Andreas Billmeier 2020-02-11 20:14:19 +01:00
parent a145954b46
commit 3c0b869efe
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 11 additions and 12 deletions

View File

@ -10,6 +10,7 @@
- bump py-ubjson-0.14.0
- bump pytrie-0.3.1-r1
- bump wsaccel-0.6.2_p20170108-r1
* bump fail2ban (hack for Python 3.7) to 0.11.1-r3
2020-02-10 homeassistant-0.105.3
* bump surepy-0.2.3

View File

@ -1,3 +1,3 @@
DIST fail2ban-0.10.4.tar.gz 493104 BLAKE2B 3a58ab114cf25172c77b229ce53bf6dd009d4fb8c700142480ba0212072d8820126bfabf5dd417835bdac5f5b65d599c6dde859d8c57267e90cfb569dc4a2073 SHA512 ee53f2e8dc3cda4f588c60da5227d3d71550496ddfdf5bdbffced25bafd442b8e2352a9ad9f27bf76489903b5b779cdb9614963342de907c1036ae9268b8f35f
EBUILD fail2ban-0.10.4-r3.ebuild 3266 BLAKE2B 73393190a236432ca39d801268748a6483afcfc34aceae4117c2d206b87bda7aced05ce865a9d879e5c7cd24b6210fc16995e8f26dd222d76de6465d3c28a462 SHA512 5c518886e2577574c10d943265a801ee218df5220dd647721930f851ce7a1bf92a6b266b3df45fca071d4799ed351b62e0851766be1e57a8f7618eea6a235bd2
DIST fail2ban-0.11.1.tar.gz 538660 BLAKE2B c88765ac3f49c19e0570248891814c647f2c3515290982de21c7b6c377508189fa53182fca84d62f61b231e250395992e8cf06cc61394dd41150f02d8a254f8b SHA512 019b088aa6375f98742ed101ef6f65adabca3324444d71d5b8597a8d1d22fa76b9f503660f0498643fe24a3b8e4368de916072a1ab77b8e2ea3eda41c3e0c8c6
EBUILD fail2ban-0.11.1-r3.ebuild 3342 BLAKE2B 0d799fc0a6ac80537796f75c175fe306072176897d9cc96aed19df628d70dc59fb0615f9e0facc30e365dbe695a0f2a5e8328aef60865124e88c9f5c9290ddc4 SHA512 b3e12df0fdc554bd510d271bfbd75a6dce1bc9555681984ee7f5b8fe2fa553453cd5849e1192285ffe0e50d6262cb9d9ebec47a136ccf1444514fb382022c8a3
MISC metadata.xml 372 BLAKE2B 7fca866187d9a128e6fb6787a4099d7a6442e0e51e558786773b91c3e2f06e67167d76f9bc96be0fe1baa1c44fc3f0e9e2105a327a10cb2720b3e3f9e4303a66 SHA512 4d5710e2fb4a7c353ca6bd3203bceef57d4d004367993dc1044800ee8713a3f4697fe8ba3472a73ecd015503656dfb7cd68d674c99188ce5702769cfeaf06b25

View File

@ -2,14 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
PYTHON_COMPAT=( python3_{6,7} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1 systemd
inherit bash-completion-r1 distutils-r1 systemd
DESCRIPTION="scans log files and bans IPs that show malicious signs"
HOMEPAGE="https://www.fail2ban.org/"
SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz"
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@ -21,19 +21,14 @@ RDEPEND="
virtual/mta
selinux? ( sec-policy/selinux-fail2ban )
systemd? ( $(python_gen_cond_dep '|| (
dev-python/python-systemd[${PYTHON_USEDEP}]
sys-apps/systemd[python(-),${PYTHON_USEDEP}]
dev-python/python-systemd[${PYTHON_MULTI_USEDEP}]
sys-apps/systemd[python(-),${PYTHON_MULTI_USEDEP}]
)' 'python*' ) )
"
RESTRICT="test"
DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt )
src_unpack() {
default
mv ${PN}-${PN}-* ${P} || die
}
python_prepare_all() {
default
@ -72,6 +67,9 @@ python_install_all() {
newins files/${PN}-logrotate ${PN}
keepdir /var/lib/${PN}
newbashcomp files/bash-completion ${PN}-client
bashcomp_alias ${PN}-client ${PN}-server ${PN}-regex
}
pkg_preinst() {