aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-07-22 23:55:33 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-07-22 23:55:33 +0800
commitd3b2f0724a28b64f0093e07bfa19d56a8e44b1f2 (patch)
tree7127bff11474e7b5dfb215c319ea7d8dbbda4d74
parenta9f0263f5f2b10f2715fa52d99451c74da94ce65 (diff)
downloadfreebsd-ports-gnome-d3b2f0724a28b64f0093e07bfa19d56a8e44b1f2.tar.gz
freebsd-ports-gnome-d3b2f0724a28b64f0093e07bfa19d56a8e44b1f2.tar.zst
freebsd-ports-gnome-d3b2f0724a28b64f0093e07bfa19d56a8e44b1f2.zip
- Correct regex for the defaults in FreeBSD
Submitted by: "Bakker, Johan" <johan_bakker@epson.eu>
-rw-r--r--security/py-fail2ban/Makefile2
-rw-r--r--security/py-fail2ban/files/patch-config__filter.d__sshd.conf11
2 files changed, 12 insertions, 1 deletions
diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile
index c0640be3ec3e..e2da76d5cd2c 100644
--- a/security/py-fail2ban/Makefile
+++ b/security/py-fail2ban/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fail2ban
PORTVERSION= 0.8.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-fail2ban/files/patch-config__filter.d__sshd.conf b/security/py-fail2ban/files/patch-config__filter.d__sshd.conf
new file mode 100644
index 000000000000..aae819436ece
--- /dev/null
+++ b/security/py-fail2ban/files/patch-config__filter.d__sshd.conf
@@ -0,0 +1,11 @@
+--- ./config/filter.d/sshd.conf.orig 2009-07-22 11:52:29.236981029 -0400
++++ ./config/filter.d/sshd.conf 2009-07-22 11:52:42.853934580 -0400
+@@ -23,7 +23,7 @@
+ # (?:::f{4,6}:)?(?P<host>\S+)
+ # Values: TEXT
+ #
+-failregex = ^%(__prefix_line)s(?:error: PAM: )?Authentication failure for .* from <HOST>\s*$
++failregex = ^%(__prefix_line)s(?:error: PAM: )?[A|a]uthentication failure for .* from <HOST>\s*$
+ ^%(__prefix_line)sFailed [-/\w]+ for .* from <HOST>(?: port \d*)?(?: ssh\d*)?$
+ ^%(__prefix_line)sROOT LOGIN REFUSED.* FROM <HOST>\s*$
+ ^%(__prefix_line)s[iI](?:llegal|nvalid) user .* from <HOST>\s*$
* Take over maintainership of XFree86-4 ports. Add patches to fix libGLU onanholt2002-07-1510-60/+70 * FreeBSD'ize the XFree86 v4 server configuration programs.obrien2002-06-098-2/+128 * Add runtime dependency on default font bitmaps so this works OOB. Bumpwill2002-06-071-0/+5 * Take maintainership of glide3, update to a more recent CVS snapshot,anholt2002-06-0724-75/+762 * BROKEN: Does not buildkris2002-05-181-0/+2 * Chase location of freetype1 includes to unbreak build. This fixes thekris2002-04-272-0/+22 * Fix typo (it's -> its).olgeni2002-04-141-1/+1 * Update to always compile DRI on i386 machines, including 3dfx support.will2002-04-028-60/+38 * Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1 * BROKEN: does not buildkris2002-03-251-0/+2 * Fix alpha package -- some files are not installed when MACHINE_ARCH=alpha.will2002-03-204-8/+24 * Tweaks to get this compiling on alpha:gallatin2002-03-192-2/+14 * More cosmetic fixes:will2002-03-182-10/+16 * [1] Update MGA HAL drivers for XFree86 4.2.0.will2002-03-186-18/+34 * XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgradeswill2002-03-1716-130/+111 * Adjust in accordance with the new location of freetype1 includessobomax2002-03-141-1/+1 * Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1 * Pass maintainership to submitterpat2002-01-091-1/+1 * sync with XFree86-4sf2002-01-082-2/+2 * configure exits with error ifsf2002-01-075-66/+100 * o pre-fetch: -> pre-everything::sf2002-01-075-25/+20 * xfs does not have connection with Wraphelp.csf2002-01-071-22/+1 * pass HasXdmAuth to configure script.sf2002-01-073-0/+3 * remove redundant definition.sf2002-01-072-4/+0 * sync with x11/XFree86-4sf2002-01-062-2/+2 * Update to 1.31, relinquish maintainership, since I don't have windows boxesade2002-01-062-3/+3 * Fix last commit; unbreak WITH_MATROX_GXX_DRIVER.sf2001-12-162-2/+4 * Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch targetsteve2001-12-161-1/+1 * Make pre-fetch in line 161 (one colon) consistent with others (two colons).asami2001-12-162-2/+2 * Fix long-standing bug of this ports: support HasXdmAuth correctly.sf2001-12-1510-0/+93 * o sync with x11/XFree86-4sf2001-10-206-68/+62 * sync with x11/XFree86-4.sf2001-09-013-0/+3 * Get rid of 'X11R6.4' from pkg-comment.sf2001-06-176-6/+6 * Change ${RM} to ${RM} -f in post-build, otherwise things stopade2001-06-152-2/+2 * display PKGMESSAGE correctly.sf2001-06-132-8/+16 * fix typo to unbreak Alpha arch.sf2001-06-122-2/+2 * update to 4.1.0.sf2001-06-1230-124/+130 * Chase checksum of xc/mga-1_2_0beta.tgz.sf2001-06-012-2/+2 * @dirrm DRI module directory which is not made by mtree.sf2001-04-142-0/+2 * sync up with x11/XFree86-4.sf2001-04-1210-62/+180 * Update to 1.2ade2001-04-052-5/+3 * As the last act in perhaps the briefest MAINTAINER role ever, releasensayer2001-04-051-1/+1 * Add WWWnsayer2001-04-021-0/+2 * glide3 port. Most of the credit goes to Eric Anholt.nsayer2001-04-016-0/+99 * o fix MASTER_SITE_SUBDIR.sf2001-03-296-6/+6 * update to 4.0.3.sf2001-03-2620-292/+393 * Convert more spaces into tabs in ports/x11-servers.olgeni2001-02-0629-29/+29 * Remove blank line from files/patch-ad to make portlint happy.olgeni2001-02-051-1/+0 * Use proper capitalization (freebsd.org -> FreeBSD.org)olgeni2001-01-241-1/+1 * Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)olgeni2001-01-241-1/+1 * Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inwill2001-01-172-11/+5 * Merge the patches that were added to x11/XFree86 in these severalknu2000-12-267-5/+318 * A whole bunch of updates from the new maintainer:ade2000-11-196-8/+134 * Reassign maintainership from ports@FreeBSD.org to Jimmy Olgeni <olgeni@uli.it>.sobomax2000-11-161-3/+3 * Comment out whole pre-everything: target that doesn't do anything now,asami2000-11-042-6/+6 * Change wrapper dependency -- depend on wrapper from XFree86-4-Server. Don'tasami2000-11-034-8/+22 * Reassign maintainership to ports@FreeBSD.org to make clear that new maintainersobomax2000-11-021-1/+1 * Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-0829-29/+29 * ${PKGDIR}/INSTALL -> ${PKGINSTALL}. It isn't checking the argumentsasami2000-10-082-2/+2 * Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toasami2000-10-087-7/+7 * Correct CATEGORIES - make first category in the CATEGORIES list matching parentsobomax2000-10-043-3/+3 * Take out @dirrm of lib/modules/codeconv -- this directory exists inasami2000-09-241-1/+0 * Don't install imake config files which will overwrite XFree86 versionsasami2000-09-222-6/+15 * Use MASTER_SITE_XFREE.sobomax2000-09-217-32/+14 * Remove HTML manpages, this is done from bsd.port.mk now.asami2000-09-136-122/+1 * Don't leave the bin/X symlink dangling around if we can't find anasami2000-09-1328-28/+28 * Add x2vnc, a program that merges the capabilities of x2x andade2000-09-136-0/+32 * Don't need to @dirrm lib/modules/codeconv, it's in the mtree file.asami2000-09-121-1/+0 * MANCOMPRESSED=yes is default if USE_IMAKE is defined. Do not use +=asami2000-09-081-5/+1 * Don't need to list html man pages, bsd.port.mk will do it automatically.asami2000-09-081-2/+0 * Add x2x.asami2000-09-081-0/+1 * Add newline to end of file.asami2000-09-081-1/+1 * Both of the below areasami2000-09-072-0/+18 * Add BUILD_DEPENDS to devel/imake-4 -- USE_X_PREFIX does notasami2000-09-061-2/+6 * Initial import of x2x.grog2000-09-036-0/+64 * Add missing manpages and html documents. (Hmm, duplicates....)asami2000-08-268-3/+19 * Oops, syntax error when !defined(BATCH) and !defined(PACKAGE_BUILDING).asami2000-08-252-4/+4 * Update to 4.0.1. Remove libraries from -clients. Try to extractasami2000-08-2518-213/+502 * Add missing imake config files.asami2000-08-131-13/+22 * (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-1/+1 * From submitter:steve2000-07-081-3/+18 * Update the base XFree86 to 3.3.6.knu2000-06-2233-44/+1118 * Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1 * Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1 * Second round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-3/+1 * Make PLIST match BSD.x11.dist. Mostly cosmetic (added/deleted @dirrmasami2000-06-102-0/+16 * Add x11-fonts as a secondary category -- this is a server, but itasami2000-06-101-1/+1 * Correct typokris2000-06-092-2/+2 * Note the possible insecurity of this port.kris2000-06-094-0/+16 * Split up XFree86-4 into several pieces. Pretty green, please test with care.asami2000-06-0837-7472/+755 * ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-141-1/+1 * Mark FORBIDDEN due to the root hole in the X server reported on Bugtraq.kris2000-04-302-0/+4 * Set WRKSRC=${WRKDIR}/${DIST_SUBDIR}. Otherwise it will not build.jmz2000-04-162-0/+2 * Update to use PORTNAME/PORTVERSIONcpiazza2000-04-142-6/+4 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-1032-95/+65 * use CXX instead of c++ and don't compile with -gmharo2000-04-021-8/+18 * update to 1.1mharo2000-04-013-9/+8 * Compile the mouse driver even if the user choose to not build the serversjmz2000-03-242-4/+2 * Remove support for building on a.out systems.jmz2000-03-232-46/+0 * Rename zh_TW.big5 to zh_TW.Big5,vanilla2000-03-202-4/+4 * xfree86.cdrom.com -> ftp.freesoftware.comasami2000-03-132-2/+2 * Comment out "IS_INTERACTIVE=no" -- that is the same as defining it "yes"!asami2000-03-132-2/+4 * Fix typo (by me) and add manpage.asami2000-03-122-2/+4 * Add mouse driver.asami2000-03-124-2/+4 * Port of the latest XFree86 version (4.0). Not tested on alpha and pc98 (andjmz2000-03-1112-1014/+2426 * Discourage the building of a.out libs in favour of the new XFree86-aoutlibsreg2000-03-074-0/+28 * Update the XFree86 3.3.6 port to:jmz2000-02-106-2/+16 * Enable building XF86Setup with tcl/tk 8.3jmz2000-02-042-2/+12 * Previous MAINTAINER mail bouncing, new MAINTAINER requested it withnbm2000-01-181-1/+1 * When copying Wraphelp.c use tr -d '\r' instead of cp. Too many peoplejmz2000-01-182-2/+2 * Revert my previous commit. The problem is not with tcl/tk 8.2jmz2000-01-172-4/+14 * Do not build XF86Setup with tcl/tk 8.2. It will not work.jmz2000-01-172-14/+4 * There is a new library: XThrStubjmz2000-01-134-2/+6 * Disable the i860 driver. It does not compile.jmz2000-01-122-2/+2 * Upgrade to version 3.3.6jmz2000-01-122-26/+4 * Upgrade to version 3.3.6 (threads support is already included)jmz2000-01-122-4/+4 * Upgrade to version 3.3.6jmz2000-01-122-18/+18 * Pes a update patch for x11-servers/XttXF86srv-common.vanilla2000-01-022-0/+300 * Added Xatmtaoka1999-12-271-0/+1 * (no commit message)taoka1999-12-277-0/+106 * Update to version 1.0.steve1999-12-255-24/+28 * Remove the old KerberosIV stuff and PAM-ize.markm1999-12-254-92/+12 * Update to X-TT 1.3imura1999-12-1034-102/+116 * Add directives such as HasJpTk and HasJpTcl when compiling with japanese tcl/tkjmz1999-12-062-18/+70 * Allow building XF86Setp with japanese tcl/tkjmz1999-11-302-2/+22 * Bump freetype's lib numberjseger1999-11-251-1/+1 * Unbreak.jmz1999-11-252-10/+0 * Unbreak for pre-gcc 2.95 systemsjmz1999-11-232-2/+8 * Mark BROKEN, this defines putenv(), which has preprocessor #ifdef's wrappedbillf1999-11-172-0/+4 * Add support for threads (use at your own risk)jmz1999-11-132-0/+22 * Turn off NO_PACKAGE for the Alpha. XFree86 is not yet providing us bitsobrien1999-11-132-0/+4