From owner-freebsd-python@FreeBSD.ORG Sun Aug 25 09:50:02 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 98B08CFA for ; Sun, 25 Aug 2013 09:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 860F1243C for ; Sun, 25 Aug 2013 09:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7P9o1f2048075 for ; Sun, 25 Aug 2013 09:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7P9o1Gr048073; Sun, 25 Aug 2013 09:50:01 GMT (envelope-from gnats) Date: Sun, 25 Aug 2013 09:50:01 GMT Message-Id: <201308250950.r7P9o1Gr048073@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Christoph Theis Subject: Re: ports/180327: bug fix: bugfixes for security/py-fail2ban port X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Christoph Theis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2013 09:50:02 -0000 The following reply was made to PR ports/180327; it has been noted by GNATS. From: Christoph Theis To: bug-followup@FreeBSD.org, nick@foobar.org Cc: Subject: Re: ports/180327: bug fix: bugfixes for security/py-fail2ban port Date: Sun, 25 Aug 2013 11:43:29 +0200 I submitted an update to http://www.freebsd.org/cgi/query-pr.cgi?pr=179528 : I changed the default for sshd from /var/log/sshd.log to /var/log/auth.log I will not change the installation behavior of fail2ban: Changes to configuration files .conf shall be made in files named .local At installation you'll get a message telling you to do so. In my opinion this PR can be closed. Best regards Christoph