From mohacsi@csoki.ki.iif.hu  Thu Jul 14 17:38:18 2011
Return-Path: <mohacsi@csoki.ki.iif.hu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 22F661065674
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Jul 2011 17:38:18 +0000 (UTC)
	(envelope-from mohacsi@csoki.ki.iif.hu)
Received: from csoki.ki.iif.hu (csoki.ki.iif.hu [IPv6:2001:738:0:401::3])
	by mx1.freebsd.org (Postfix) with ESMTP id AE0198FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Jul 2011 17:38:17 +0000 (UTC)
Received: from csoki.ki.iif.hu (localhost [127.0.0.1])
	by csoki.ki.iif.hu (8.14.4/8.14.4) with ESMTP id p6EHcFGT050712
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Jul 2011 19:38:15 +0200 (CEST)
	(envelope-from mohacsi@csoki.ki.iif.hu)
Received: (from root@localhost)
	by csoki.ki.iif.hu (8.14.4/8.14.4/Submit) id p6EHcFgL050711;
	Thu, 14 Jul 2011 19:38:15 +0200 (CEST)
	(envelope-from mohacsi)
Message-Id: <201107141738.p6EHcFgL050711@csoki.ki.iif.hu>
Date: Thu, 14 Jul 2011 19:38:15 +0200 (CEST)
From: Janos Mohacsi <janos.mohacsi@bsd.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] security/denyhosts: [SUMMARIZE CHANGES]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         158913
>Category:       ports
>Synopsis:       [MAINTAINER] security/denyhosts: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 14 17:40:07 UTC 2011
>Closed-Date:    Fri Jul 15 18:40:32 UTC 2011
>Last-Modified:  Fri Jul 15 18:50:07 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Fri Jul 15 00:06:40 UTC 2011 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158913 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Fri Jul 15 18:39:38 UTC 2011 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158913 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158913: commit references a PR
Date: Fri, 15 Jul 2011 18:38:43 +0000 (UTC)

 beech       2011-07-15 18:38:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/denyhosts   Makefile 
     security/denyhosts/files patch-denyhosts.cfg-dist 
   Log:
   - Add support for new PAM based log formats in the config file
   - Bump portrevision
   
   PR:             ports/158913
   Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
   
   Revision  Changes    Path
   1.14      +1 -1      ports/security/denyhosts/Makefile
   1.5       +11 -0     ports/security/denyhosts/files/patch-denyhosts.cfg-dist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
