svn commit: r385439 - in head/security/sshguard: . files

Mark Felder feld at FreeBSD.org
Tue May 5 01:59:52 UTC 2015


Author: feld
Date: Tue May  5 01:59:50 2015
New Revision: 385439
URL: https://svnweb.freebsd.org/changeset/ports/385439

Log:
  Update to 1.6.0

Added:
  head/security/sshguard/files/patch-src_fwalls_hosts.c   (contents, props changed)
  head/security/sshguard/files/patch-src_fwalls_ipfw.c   (contents, props changed)
Deleted:
  head/security/sshguard/files/patch-src-parser-attack_scanner.l
Modified:
  head/security/sshguard/Makefile
  head/security/sshguard/distinfo

Modified: head/security/sshguard/Makefile
==============================================================================
--- head/security/sshguard/Makefile	Tue May  5 01:49:37 2015	(r385438)
+++ head/security/sshguard/Makefile	Tue May  5 01:59:50 2015	(r385439)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	sshguard
-PORTVERSION=	1.5
-PORTREVISION=	12
+PORTVERSION=	1.6.0
+PORTREVISION=	0
 CATEGORIES=	security
-MASTER_SITES=	SF/sshguard/sshguard/sshguard-${PORTVERSION}
+MASTER_SITES=	SF/sshguard/sshguard/${PORTVERSION}
 
 MAINTAINER=	feld at FreeBSD.org
 COMMENT?=	Protect hosts from brute force attacks against ssh and other services
@@ -14,7 +14,7 @@ LICENSE=	BSD2CLAUSE
 
 CONFLICTS?=	sshguard-ipfilter-1.* sshguard-ipfw-1.* sshguard-pf-1.*
 
-USES=		tar:bzip2
+USES=		autoreconf tar:xz
 
 PLIST_FILES=	sbin/sshguard man/man8/sshguard.8.gz
 

Modified: head/security/sshguard/distinfo
==============================================================================
--- head/security/sshguard/distinfo	Tue May  5 01:49:37 2015	(r385438)
+++ head/security/sshguard/distinfo	Tue May  5 01:59:50 2015	(r385439)
@@ -1,2 +1,2 @@
-SHA256 (sshguard-1.5.tar.bz2) = b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19
-SIZE (sshguard-1.5.tar.bz2) = 303767
+SHA256 (sshguard-1.6.0.tar.xz) = dce32b1fc3fb0f8d15b6c56b9822c300434faaa87240e5373c095dc22bfa07e4
+SIZE (sshguard-1.6.0.tar.xz) = 384376

Added: head/security/sshguard/files/patch-src_fwalls_hosts.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/sshguard/files/patch-src_fwalls_hosts.c	Tue May  5 01:59:50 2015	(r385439)
@@ -0,0 +1,10 @@
+--- src/fwalls/hosts.c.orig	2015-05-05 01:56:03 UTC
++++ src/fwalls/hosts.c
+@@ -31,6 +31,7 @@
+ #include "../config.h"
+ #include "../sshguard_log.h"
+ #include "../sshguard_fw.h"
++#include "parser/address.h"
+ 
+ #ifndef HOSTSFILE_PATH
+ #   define HOSTSFILE_PATH     "/etc/hosts.allow"

Added: head/security/sshguard/files/patch-src_fwalls_ipfw.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/sshguard/files/patch-src_fwalls_ipfw.c	Tue May  5 01:59:50 2015	(r385439)
@@ -0,0 +1,10 @@
+--- src/fwalls/ipfw.c.orig	2015-05-05 01:58:28 UTC
++++ src/fwalls/ipfw.c
+@@ -33,6 +33,7 @@
+ #include "../config.h"
+ #include "../sshguard_log.h"
+ #include "../sshguard_fw.h"
++#include "parser/address.h"
+ 
+ #define IPFWMOD_ADDRESS_BULK_REPRESENTATIVE     "FF:FF:FF:FF:FF:FF:FF:FF"
+ 


More information about the svn-ports-all mailing list