ports/158913: [MAINTAINER] security/denyhosts: [SUMMARIZE CHANGES]

Janos Mohacsi janos.mohacsi at bsd.hu
Thu Jul 14 17:40:08 UTC 2011


>Number:         158913
>Category:       ports
>Synopsis:       [MAINTAINER] security/denyhosts: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 14 17:40:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 7.4-STABLE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD csoki.ki.iif.hu 7.4-STABLE FreeBSD 7.4-STABLE #2: Mon May 30 17:17:44 CEST 2011
>Description:
[DESCRIBE CHANGES]

Added support for new PAM based log formats in the config file.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- denyhosts-2.6_4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/denyhosts.orig/Makefile /usr/ports/security/denyhosts/Makefile
--- /usr/ports/security/denyhosts.orig/Makefile	2010-02-05 16:06:23.000000000 +0100
+++ /usr/ports/security/denyhosts/Makefile	2011-07-14 19:36:24.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	denyhosts
 PORTVERSION=	2.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security
 MASTER_SITES=	SF
 DISTNAME=	DenyHosts-${PORTVERSION}
diff -ruN --exclude=CVS /usr/ports/security/denyhosts.orig/files/patch-denyhosts.cfg-dist /usr/ports/security/denyhosts/files/patch-denyhosts.cfg-dist
--- /usr/ports/security/denyhosts.orig/files/patch-denyhosts.cfg-dist	2006-12-30 18:20:46.000000000 +0100
+++ /usr/ports/security/denyhosts/files/patch-denyhosts.cfg-dist	2011-07-14 19:36:02.000000000 +0200
@@ -1,5 +1,5 @@
 
-$FreeBSD: ports/security/denyhosts/files/patch-denyhosts.cfg-dist,v 1.4 2006/12/30 17:20:46 miwi Exp $
+$FreeBSD$
 
 --- denyhosts.cfg-dist.orig
 +++ denyhosts.cfg-dist
@@ -66,3 +66,14 @@
  #
  # Misc
  #LOCK_FILE = /tmp/denyhosts.lock
+@@ -414,7 +414,9 @@
+ # See this faq entry for more details:
+ #    http://denyhosts.sf.net/faq.html#userdef_regex
+ #
+-#USERDEF_FAILED_ENTRY_REGEX=
++USERDEF_FAILED_ENTRY_REGEX=[a|A]uthentication error for (?P<invalid>invalid user |illegal user )?(?P<user>.*?) from (::ffff:)?(?P<host>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})
++USERDEF_FAILED_ENTRY_REGEX=[a|A]uthentication error for (?P<invalid>invalid user |illegal user )?(?P<user>.*?) from (?P<host>.*)
++# sorry no entries for IPv6 address yet :(
+ #
+ #
+ ######################################################################
--- denyhosts-2.6_4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list