FreeBSD Bugzilla – Attachment 138283 Details for
Bug 184213
[maintainer-update] Update security/py-fail2ban to version 0.1.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.35 KB, created by
theis
on 2013-11-24 14:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
theis
Created:
2013-11-24 14:40:00 UTC
Size:
4.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 334719) >+++ Makefile (working copy) >@@ -1,20 +1,19 @@ > # $FreeBSD$ > > PORTNAME= fail2ban >-PORTVERSION= 0.8.10 >+PORTVERSION= 0.8.11 > CATEGORIES= security python >-MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >-DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} > > MAINTAINER= theis@gmx.at > COMMENT= Scans log files and bans IP that makes too many password failures > > LICENSE= GPLv2 > >-GITVERSION= 0-g921d9a8 >+USE_GITHUB= yes >+GH_ACCOUNT= fail2ban > FETCH_ARGS= -pRr >-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-d56f01a >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-fc213a1 > > USE_PYTHON= -2.7 > USE_PYDISTUTILS= yes >@@ -24,7 +23,7 @@ > > PYDISTUTILS_INSTALLARGS+= --install-purelib=${PYTHON_SITELIBDIR} \ > --install-data=${ETCDIR} >-PYDISTUTILS_PKGVERSION= 0.8.10 >+PYDISTUTILS_PKGVERSION= ${PORTVERSION} > > PORTDOCS= README.md DEVELOP > >Index: distinfo >=================================================================== >--- distinfo (revision 334719) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (fail2ban-fail2ban-0.8.10-0-g921d9a8.tar.gz) = 7bed38372a24e35268d9c9ff5b272f7e88e91074f9bb24d5be5c70196f19e7be >-SIZE (fail2ban-fail2ban-0.8.10-0-g921d9a8.tar.gz) = 161952 >+SHA256 (fail2ban-0.8.11.tar.gz) = d53b7522875777be879bcce51b77a25ab97c4a9a7552f823ee2d085172656d16 >+SIZE (fail2ban-0.8.11.tar.gz) = 204765 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 334719) >+++ pkg-plist (working copy) >@@ -1,3 +1,4 @@ >+%%ETCDIR%%/action.d/apf.conf > %%ETCDIR%%/action.d/bsd-ipfw.conf > %%ETCDIR%%/action.d/complain.conf > %%ETCDIR%%/action.d/dshield.conf >@@ -2,2 +3,3 @@ > %%ETCDIR%%/action.d/dummy.conf >+%%ETCDIR%%/action.d/firewall-cmd-direct-new.conf > %%ETCDIR%%/action.d/hostsdeny.conf >@@ -9,6 +11,7 @@ > %%ETCDIR%%/action.d/iptables-blocktype.conf > %%ETCDIR%%/action.d/iptables-ipset-proto4.conf > %%ETCDIR%%/action.d/iptables-ipset-proto6.conf >+%%ETCDIR%%/action.d/iptables-ipset-proto6-allports.conf > %%ETCDIR%%/action.d/iptables-multiport-log.conf > %%ETCDIR%%/action.d/iptables-multiport.conf > %%ETCDIR%%/action.d/iptables-new.conf >@@ -19,14 +22,18 @@ > %%ETCDIR%%/action.d/mail-whois.conf > %%ETCDIR%%/action.d/mail.conf > %%ETCDIR%%/action.d/mynetwatchman.conf >+%%ETCDIR%%/action.d/osx-afctl.conf >+%%ETCDIR%%/action.d/osx-ipfw.conf > %%ETCDIR%%/action.d/pf.conf > %%ETCDIR%%/action.d/route.conf > %%ETCDIR%%/action.d/sendmail-buffered.conf >+%%ETCDIR%%/action.d/sendmail-common.conf > %%ETCDIR%%/action.d/sendmail-whois-lines.conf > %%ETCDIR%%/action.d/sendmail-whois.conf > %%ETCDIR%%/action.d/sendmail.conf > %%ETCDIR%%/action.d/shorewall.conf > %%ETCDIR%%/fail2ban.conf >+%%ETCDIR%%/filter.d/3proxy.conf > %%ETCDIR%%/filter.d/apache-auth.conf > %%ETCDIR%%/filter.d/apache-badbots.conf > %%ETCDIR%%/filter.d/apache-common.conf >@@ -45,24 +52,31 @@ > %%ETCDIR%%/filter.d/dovecot.conf > %%ETCDIR%%/filter.d/dropbear.conf > %%ETCDIR%%/filter.d/exim.conf >+%%ETCDIR%%/filter.d/exim-common.conf >+%%ETCDIR%%/filter.d/exim-spam.conf > %%ETCDIR%%/filter.d/gssftpd.conf > %%ETCDIR%%/filter.d/lighttpd-auth.conf >-%%ETCDIR%%/filter.d/lighttpd-fastcgi.conf > %%ETCDIR%%/filter.d/mysqld-auth.conf > %%ETCDIR%%/filter.d/named-refused.conf >+%%ETCDIR%%/filter.d/nginx-http-auth.conf > %%ETCDIR%%/filter.d/pam-generic.conf >+%%ETCDIR%%/filter.d/perdition.conf > %%ETCDIR%%/filter.d/php-url-fopen.conf > %%ETCDIR%%/filter.d/postfix.conf >+%%ETCDIR%%/filter.d/postfix-sasl.conf > %%ETCDIR%%/filter.d/proftpd.conf > %%ETCDIR%%/filter.d/pure-ftpd.conf > %%ETCDIR%%/filter.d/qmail.conf > %%ETCDIR%%/filter.d/recidive.conf > %%ETCDIR%%/filter.d/roundcube-auth.conf >-%%ETCDIR%%/filter.d/sasl.conf >+%%ETCDIR%%/filter.d/selinux-common.conf >+%%ETCDIR%%/filter.d/selinux-ssh.conf > %%ETCDIR%%/filter.d/sieve.conf > %%ETCDIR%%/filter.d/sogo-auth.conf > %%ETCDIR%%/filter.d/sshd-ddos.conf > %%ETCDIR%%/filter.d/sshd.conf >+%%ETCDIR%%/filter.d/suhosin.conf >+%%ETCDIR%%/filter.d/uwimap-auth.conf > %%ETCDIR%%/filter.d/vsftpd.conf > %%ETCDIR%%/filter.d/webmin-auth.conf > %%ETCDIR%%/filter.d/wuftpd.conf >@@ -147,7 +161,9 @@ > bin/fail2ban-client > bin/fail2ban-regex > bin/fail2ban-server >+@dirrmtry %%ETCDIR%%/jail.d > @dirrmtry %%ETCDIR%%/filter.d >+@dirrmtry %%ETCDIR%%/fail2ban.d > @dirrmtry %%ETCDIR%%/action.d > @dirrmtry %%ETCDIR%% > @dirrm %%PYTHON_SITELIBDIR%%/server
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 184213
: 138283