FreeBSD Bugzilla – Attachment 149034 Details for
Bug 194815
[maintainer-update] security/py-fail2ban: Update to 0.9.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch for the update
py-fail2ban.diff.txt (text/plain), 5.11 KB, created by
theis
on 2014-11-04 17:10:34 UTC
(
hide
)
Description:
Patch for the update
Filename:
MIME Type:
Creator:
theis
Created:
2014-11-04 17:10:34 UTC
Size:
5.11 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 371640) >+++ Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= fail2ban >-PORTVERSION= 0.9.0 >-PORTREVISION= 4 >+PORTVERSION= 0.9.1 > CATEGORIES= security python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -16,7 +15,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= ${PORTNAME} > GH_PROJECT= ${PORTNAME} >-GH_COMMIT= c7f4c48 >+GH_COMMIT= 2ab2bd8 > GH_TAGNAME= ${PORTVERSION} > > USES= python:2 >Index: distinfo >=================================================================== >--- distinfo (revision 371640) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (fail2ban-0.9.0.tar.gz) = 981d2461a75d818934e2dcacf618ad9460ac4a6c05956f845f4d51c4d88000e0 >-SIZE (fail2ban-0.9.0.tar.gz) = 274108 >+SHA256 (fail2ban-0.9.1.tar.gz) = 8ad1135d4669d5fb0890f364880a4125ff793a39084100b80b65e52ab19deb78 >+SIZE (fail2ban-0.9.1.tar.gz) = 299033 >Index: files/patch-fail2banreader.py >=================================================================== >--- files/patch-fail2banreader.py (revision 371640) >+++ files/patch-fail2banreader.py (working copy) >@@ -1,11 +0,0 @@ >---- fail2ban/client/fail2banreader.py.orig 2014-04-03 15:33:44.000000000 +0200 >-+++ fail2ban/client/fail2banreader.py 2014-04-03 15:34:00.000000000 +0200 >-@@ -45,7 +45,7 @@ >- return ConfigReader.getOptions(self, "Definition", opts) >- >- def getOptions(self): >-- opts = [["int", "loglevel", "INFO" ], >-+ opts = [["string", "loglevel", "INFO" ], >- ["string", "logtarget", "STDERR"], >- ["string", "dbfile", "/var/lib/fail2ban/fail2ban.sqlite3"], >- ["int", "dbpurgeage", 86400]] >Index: files/patch-paths-freebsd.conf >=================================================================== >--- files/patch-paths-freebsd.conf (revision 371640) >+++ files/patch-paths-freebsd.conf (working copy) >@@ -1,20 +0,0 @@ >---- config/paths-freebsd.conf.orig 2014-03-15 01:18:01.000000000 +0100 >-+++ config/paths-freebsd.conf 2014-04-03 09:49:23.000000000 +0200 >-@@ -2,7 +2,7 @@ >- >- [INCLUDES] >- >--before = common-paths.conf >-+before = paths-common.conf >- >- after = paths-overrides.local >- >-@@ -24,6 +24,8 @@ >- >- syslog_local0 = /var/log/messages >- >-+syslog_user = >-+ >- # Linux things >- # we fake to avoid parse error in startups >- >Index: files/patch-recidive.conf >=================================================================== >--- files/patch-recidive.conf (revision 371640) >+++ files/patch-recidive.conf (working copy) >@@ -1,15 +0,0 @@ >---- config/filter.d/recidive.conf.orig 2014-09-17 12:18:12.000000000 +0200 >-+++ config/filter.d/recidive.conf 2014-09-17 12:19:16.000000000 +0200 >-@@ -27,10 +27,10 @@ >- # jail using this filter 'recidive', or change this line! >- _jailname = recidive >- >--failregex = ^(%(__prefix_line)s| %(_daemon)s%(__pid_re)s?:\s+)WARNING\s+\[(?!%(_jailname)s\])(?:.*)\]\s+Ban\s+<HOST>\s*$ >-+failregex = ^(%(__prefix_line)s| %(_daemon)s%(__pid_re)s?:\s+)NOTICE\s+\[(?!%(_jailname)s\])(?:.*)\]\s+Ban\s+<HOST>\s*$ >- >- [Init] >- >--journalmatch = _SYSTEMD_UNIT=fail2ban.service PRIORITY=4 >-+journalmatch = _SYSTEMD_UNIT=fail2ban.service PRIORITY=5 >- >- # Author: Tom Hendrikx, modifications by Amir Caspi >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (revision 371640) >+++ files/patch-setup.py (working copy) >@@ -1,13 +1,13 @@ >---- setup.py.orig 2014-04-02 18:37:35.000000000 +0200 >-+++ setup.py 2014-04-02 18:38:12.000000000 +0200 >-@@ -141,10 +141,6 @@ >- ), >- ('/var/lib/fail2ban', >- '' >-- ), >-- ('/usr/share/doc/fail2ban', >-- ['README.md', 'README.Solaris', 'DEVELOP', 'FILTERS', >-- 'doc/run-rootless.txt'] >- ) >- ], >+--- setup.py.orig 2014-10-28 19:40:54.000000000 +0100 >++++ setup.py 2014-10-28 19:41:03.000000000 +0100 >+@@ -136,10 +136,6 @@ >+ ), >+ ('/var/lib/fail2ban', >+ '' >+- ), >+- ('/usr/share/doc/fail2ban', >+- ['README.md', 'README.Solaris', 'DEVELOP', 'FILTERS', >+- 'doc/run-rootless.txt'] >+ ) >+ ], > **setup_extra >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 371640) >+++ pkg-plist (working copy) >@@ -19,7 +19,6 @@ > %%ETCDIR%%/action.d/ipfilter.conf > %%ETCDIR%%/action.d/ipfw.conf > %%ETCDIR%%/action.d/iptables-allports.conf >-%%ETCDIR%%/action.d/iptables-blocktype.conf > %%ETCDIR%%/action.d/iptables-ipset-proto4.conf > %%ETCDIR%%/action.d/iptables-ipset-proto6-allports.conf > %%ETCDIR%%/action.d/iptables-ipset-proto6.conf >@@ -195,16 +194,11 @@ > %%PYTHON_SITELIBDIR%%/fail2ban/server/ticket.pyc > %%PYTHON_SITELIBDIR%%/fail2ban/server/transmitter.py > %%PYTHON_SITELIBDIR%%/fail2ban/server/transmitter.pyc >-%%PYTHON_SITELIBDIR%%/fail2ban/tests/__init__.py >-%%PYTHON_SITELIBDIR%%/fail2ban/tests/__init__.pyc >-%%PYTHON_SITELIBDIR%%/fail2ban/tests/utils.py >-%%PYTHON_SITELIBDIR%%/fail2ban/tests/utils.pyc > man/man1/fail2ban-client.1.gz > man/man1/fail2ban-regex.1.gz > man/man1/fail2ban-server.1.gz > man/man1/fail2ban.1.gz > man/man5/fail2ban-jail.conf.5.gz >-@dirrm %%PYTHON_SITELIBDIR%%/fail2ban/tests > @dirrm %%PYTHON_SITELIBDIR%%/fail2ban/server > @dirrm %%PYTHON_SITELIBDIR%%/fail2ban/client > @dirrm %%PYTHON_SITELIBDIR%%/fail2ban
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 194815
: 149034 |
149178