Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  2 Nov 2007 11:13:30 +0000 (UTC)
From:      valerio.daelli@gmail.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117762: [PATCH]: upgrade of ossec-hids-client 1.3 -> 1.4
Message-ID:  <20071102111331.5372213C4B6@mx1.freebsd.org>
Resent-Message-ID: <200711021120.lA2BK1f6007148@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117762
>Category:       ports
>Synopsis:       [PATCH]: upgrade of ossec-hids-client 1.3 -> 1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 02 11:20:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Valerio Daelli
>Release:        FreeBSD 6.2-RELEASE-p6 amd64
>Organization:
IFOM
>Environment:
System: FreeBSD sodio.ifom-ieo-campus.it 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #8: Tue Jul 24 17:16:37 CEST 2007 root@sodio.ifom-ieo-campus.it:/usr/obj/usr/src/sys/SODIO amd64


	
>Description:
	
This patch upgrade ossec-hids-client from 1.3 to 1.4. I also fixed few problems
with ossec-hids-client (thanks to Ivan Lago). 
>How-To-Repeat:
	
>Fix:

	

--- PATCH-OSSEC-HIDS-CLIENT begins here ---
diff -ruN /usr/ports/security/ossec-hids-client/Makefile /root/ossec-hids-client/Makefile
--- /usr/ports/security/ossec-hids-client/Makefile	Sat Jun  9 12:42:37 2007
+++ /root/ossec-hids-client/Makefile	Wed Oct 31 16:07:36 2007
@@ -1,13 +1,20 @@
 # New ports collection makefile for:	ossec-hids-client
-# Date created:		23 July 2006
+# Date created:		30 October 2007
 # Whom:			Valerio Daelli <valerio.daelli@gmail.com>
 #
 # $FreeBSD: ports/security/ossec-hids-client/Makefile,v 1.2 2007/06/09 10:42:37 miwi Exp $
 #
 
-CLIENT_ONLY=	yes
+PORTNAME=ossec-hids
+PORTREVISION=0
+PKGNAMESUFFIX=-client
+
+MAINTAINER=valerio.daelli@gmail.com
+COMMENT=	The client port of ossec-hids
 
 MASTERDIR=	${.CURDIR}/../ossec-hids-server
+
+CLIENT_ONLY=	yes
 
 PLIST=	pkg-plist.client
 
diff -ruN /usr/ports/security/ossec-hids-client/pkg-plist.client /root/ossec-hids-client/pkg-plist.client
--- /usr/ports/security/ossec-hids-client/pkg-plist.client	Mon Sep 24 23:38:19 2007
+++ /root/ossec-hids-client/pkg-plist.client	Wed Oct 31 15:16:16 2007
@@ -1,9 +1,9 @@
-%%PORTNAME%%/active-response/bin/firewalls/ipfw.sh
-%%PORTNAME%%/active-response/bin/firewalls/ipfw_mac.sh
-%%PORTNAME%%/active-response/bin/firewalls/pf.sh
 %%PORTNAME%%/active-response/bin/disable-account.sh
 %%PORTNAME%%/active-response/bin/firewall-drop.sh
 %%PORTNAME%%/active-response/bin/host-deny.sh
+%%PORTNAME%%/active-response/bin/pf.sh
+%%PORTNAME%%/active-response/bin/ipfw_mac.sh
+%%PORTNAME%%/active-response/bin/ipfw.sh
 %%PORTNAME%%/active-response/bin/route-null.sh
 %%PORTNAME%%/bin/manage_agents
 %%PORTNAME%%/bin/ossec-agentd
@@ -12,11 +12,13 @@
 %%PORTNAME%%/bin/ossec-logcollector
 %%PORTNAME%%/bin/ossec-syscheckd
 %%PORTNAME%%/etc/internal_options.conf
+%%PORTNAME%%/etc/localtime
 %%PORTNAME%%/etc/shared/rootkit_trojans.txt
 %%PORTNAME%%/etc/shared/rootkit_files.txt
 %%PORTNAME%%/etc/shared/win_malware_rcl.txt
 %%PORTNAME%%/etc/shared/win_audit_rcl.txt
 %%PORTNAME%%/etc/shared/win_applications_rcl.txt
+%%PORTNAME%%/etc/shared/system_audit_rcl.txt
 @unexec if cmp -s %D/%%PORTNAME%%/etc/ossec.conf %D/%%PORTNAME%%/etc/ossec.conf.sample; then rm -f %D/%%PORTNAME%%/etc/ossec.conf; fi
 %%PORTNAME%%/etc/ossec.conf.sample
 %%PORTNAME%%/logs/ossec.log
--- PATCH-OSSEC-HIDS-CLIENT ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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