From eldon@sodio.ifom-ieo-campus.it  Fri Nov  2 11:13:32 2007
Return-Path: <eldon@sodio.ifom-ieo-campus.it>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EBC0716A469
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Nov 2007 11:13:31 +0000 (UTC)
	(envelope-from eldon@sodio.ifom-ieo-campus.it)
Received: from mail.ifom-firc.it (mail.ifom-firc.it [85.239.175.131])
	by mx1.freebsd.org (Postfix) with ESMTP id 5372213C4B6
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Nov 2007 11:13:30 +0000 (UTC)
	(envelope-from eldon@sodio.ifom-ieo-campus.it)
Received: (qmail 68175 invoked by uid 811); 2 Nov 2007 11:15:36 -0000
Received: from 85.239.175.187 by mail.ifom-firc.it (envelope-from <eldon@sodio.ifom-ieo-campus.it>, uid 803) with qmail-scanner-2.01 
 (clamdscan: 0.91.2/4659. f-prot: 4.6.7/3.16.15. spamassassin: .  
 Clear:RC:1(85.239.175.187):. 
 Processed in 0.398386 secs); 02 Nov 2007 11:15:36 -0000
Received: from unknown (HELO sodio.ifom-ieo-campus.it) ([85.239.175.187])
          (envelope-sender <eldon@sodio.ifom-ieo-campus.it>)
          by smtp.ifom-firc.it (qmail-ldap-1.03) with SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 2 Nov 2007 11:15:36 -0000
Received: (from eldon@sodio.ifom-ieo-campus.it)
	by sodio.ifom-ieo-campus.it (mini_sendmail/1.3.6 29jun2005);
	Fri, 02 Nov 2007 12:16:06 CET
	(sender eldon@sodio.ifom-ieo-campus.it)
Message-Id: <20071102111331.5372213C4B6@mx1.freebsd.org>
Date: Fri,  2 Nov 2007 11:13:30 +0000 (UTC)
From: valerio.daelli@gmail.com
Reply-To: valerio.daelli@gmail.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH]: upgrade of ossec-hids-client 1.3 -> 1.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117762
>Category:       ports
>Synopsis:       [PATCH]: upgrade of security/ossec-hids-client 1.3 -> 1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 02 11:20:01 UTC 2007
>Closed-Date:    Sun Dec 30 10:54:51 UTC 2007
>Last-Modified:  Sun Dec 30 11:00:03 UTC 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sat Dec 29 14:06:00 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117762 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Sun Dec 30 10:54:50 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117762 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117762: commit references a PR
Date: Sun, 30 Dec 2007 10:54:20 +0000 (UTC)

 rafan       2007-12-30 10:54:17 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/ossec-hids-client Makefile pkg-plist.client 
   Log:
   - Update to 1.4
   
   PR:             ports/117762
   Submitted by:   valerio.daelli at gmail.com (maintainer)
   
   Revision  Changes    Path
   1.3       +2 -0      ports/security/ossec-hids-client/Makefile
   1.3       +4 -3      ports/security/ossec-hids-client/pkg-plist.client
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
