From owner-svn-ports-head@freebsd.org Fri Aug 26 21:07:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F21BB761F1; Fri, 26 Aug 2016 21:07:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC3DFCCD; Fri, 26 Aug 2016 21:07:16 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7QL7FaE096675; Fri, 26 Aug 2016 21:07:15 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7QL7FnK096673; Fri, 26 Aug 2016 21:07:15 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201608262107.u7QL7FnK096673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 26 Aug 2016 21:07:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420950 - in head/security/sshguard: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2016 21:07:17 -0000 Author: feld Date: Fri Aug 26 21:07:15 2016 New Revision: 420950 URL: https://svnweb.freebsd.org/changeset/ports/420950 Log: security/sshguard: Update to 1.7.0 Changelog: Added Add sshg-logtail Add sshg-parser Control firewall using sshg-fw Match "no matching key exchange method" for SSH Deprecated Hosts backend is deprecated Logsuck (-l option) is deprecated, use sshg-logtail instead Process validation (-f option) is deprecated Removed Remove external hooks (-e option) Remove support for genfilt and ipfilter backends Fixed Accept socklog messages without a timestamp Fix excessive logging causing endless looping in logsuck Fix undefined assignment of initial inode number Note on deprecation: Deprecated features will be removed in the next non-bugfix release. If you would like to nominate a feature to be un-deprecated, contact the project mailing list. Deleted: head/security/sshguard/files/patch-man_sshguard.8 Modified: head/security/sshguard/Makefile head/security/sshguard/distinfo Modified: head/security/sshguard/Makefile ============================================================================== --- head/security/sshguard/Makefile Fri Aug 26 20:41:29 2016 (r420949) +++ head/security/sshguard/Makefile Fri Aug 26 21:07:15 2016 (r420950) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= sshguard -PORTVERSION= 1.6.4 -PORTREVISION= 1 +PORTVERSION= 1.7.0 +PORTREVISION= 0 CATEGORIES= security MASTER_SITES= SF/sshguard/sshguard/${PORTVERSION} @@ -16,7 +16,8 @@ CONFLICTS?= sshguard-ipfilter-1.* sshgua USES= autoreconf -PLIST_FILES= sbin/sshguard man/man8/sshguard.8.gz +PLIST_FILES= libexec/sshg-fw libexec/sshg-logtail libexec/sshg-parser \ + sbin/sshguard man/man8/sshguard.8.gz USE_RC_SUBR= sshguard MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" Modified: head/security/sshguard/distinfo ============================================================================== --- head/security/sshguard/distinfo Fri Aug 26 20:41:29 2016 (r420949) +++ head/security/sshguard/distinfo Fri Aug 26 21:07:15 2016 (r420950) @@ -1,2 +1,3 @@ -SHA256 (sshguard-1.6.4.tar.gz) = 654d5412ed010e500e2715ddeebfda57ab23c47a2bd30dfdc1e68c4f04c912a9 -SIZE (sshguard-1.6.4.tar.gz) = 546934 +TIMESTAMP = 1472244532 +SHA256 (sshguard-1.7.0.tar.gz) = 5ce784bc25dc9801fbfadc4117669ee02397526c420170ae1145ada96df8cd59 +SIZE (sshguard-1.7.0.tar.gz) = 769779