Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Mar 2016 16:20:03 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410632 - in head/security/sshguard: . files
Message-ID:  <201603081620.u28GK3nb030240@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Mar  8 16:20:03 2016
New Revision: 410632
URL: https://svnweb.freebsd.org/changeset/ports/410632

Log:
  security/sshguard: Update to 1.6.3
  
  Changelog:	https://sourceforge.net/p/sshguard/mailman/message/34733464/
  
  PR:		207511
  Submitted by:	<dcarmich@dcarmichael.net>

Deleted:
  head/security/sshguard/files/patch-src-sshguard.c
Modified:
  head/security/sshguard/Makefile
  head/security/sshguard/distinfo
  head/security/sshguard/files/sshguard.in

Modified: head/security/sshguard/Makefile
==============================================================================
--- head/security/sshguard/Makefile	Tue Mar  8 16:05:54 2016	(r410631)
+++ head/security/sshguard/Makefile	Tue Mar  8 16:20:03 2016	(r410632)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sshguard
-PORTVERSION=	1.6.2
+PORTVERSION=	1.6.3
 PORTREVISION=	0
 CATEGORIES=	security
 MASTER_SITES=	SF/sshguard/sshguard/${PORTVERSION}
@@ -14,7 +14,7 @@ LICENSE=	BSD2CLAUSE
 
 CONFLICTS?=	sshguard-ipfilter-1.* sshguard-ipfw-1.* sshguard-pf-1.* sshguard-null-1.*
 
-USES=		autoreconf tar:xz
+USES=		autoreconf
 
 PLIST_FILES=	sbin/sshguard man/man8/sshguard.8.gz
 

Modified: head/security/sshguard/distinfo
==============================================================================
--- head/security/sshguard/distinfo	Tue Mar  8 16:05:54 2016	(r410631)
+++ head/security/sshguard/distinfo	Tue Mar  8 16:20:03 2016	(r410632)
@@ -1,2 +1,2 @@
-SHA256 (sshguard-1.6.2.tar.xz) = 57f56724f475e81bbe5fc75dfcb573213bf7e446d7dd039dcf5ba8fa5bc2cb2b
-SIZE (sshguard-1.6.2.tar.xz) = 405092
+SHA256 (sshguard-1.6.3.tar.gz) = 6c4d3be2acf6349b4ac5d6fff4bbcd8fa988c82876d848cbbd0c7c99bc0438c7
+SIZE (sshguard-1.6.3.tar.gz) = 540130

Modified: head/security/sshguard/files/sshguard.in
==============================================================================
--- head/security/sshguard/files/sshguard.in	Tue Mar  8 16:05:54 2016	(r410631)
+++ head/security/sshguard/files/sshguard.in	Tue Mar  8 16:20:03 2016	(r410632)
@@ -37,8 +37,6 @@
 # Add the following lines to /etc/rc.conf to enable sshguard:
 # sshguard_enable (bool):	Set to "NO" by default.
 #				Set it to "YES" to enable sshguard
-# sshguard_pidfile (str):	Path to PID file.
-#				Set to "/var/run/sshguard.pid" by default
 # sshguard_watch_logs (str):	Colon splitted list of logs to watch.
 #				Set to "/var/log/auth.log:/var/log/maillog"
 #				by default.
@@ -76,13 +74,11 @@ load_rc_config sshguard
 : ${sshguard_whitelistfile="%%PREFIX%%/etc/sshguard.whitelist"}
 : ${sshguard_watch_logs=/var/log/auth.log:/var/log/maillog}
 
-pidfile=${sshguard_pidfile:="/var/run/sshguard.pid"}
-
 command=/usr/sbin/daemon
 actual_command="%%PREFIX%%/sbin/sshguard"
 procname="${actual_command}"
 start_precmd=sshguard_prestart
-command_args="-c ${actual_command} \${sshguard_flags} \${sshguard_blacklist_params} \${sshguard_watch_params} -a ${sshguard_safety_thresh} -p ${sshguard_pardon_min_interval} -s ${sshguard_prescribe_interval} -w ${sshguard_whitelistfile} -i ${pidfile}"
+command_args="-c ${actual_command} \${sshguard_flags} \${sshguard_blacklist_params} \${sshguard_watch_params} -a ${sshguard_safety_thresh} -p ${sshguard_pardon_min_interval} -s ${sshguard_prescribe_interval} -w ${sshguard_whitelistfile}"
 
 sshguard_prestart()
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603081620.u28GK3nb030240>