From robin@yirdis.nl  Tue Oct 23 08:57:53 2007
Return-Path: <robin@yirdis.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 74C2716A419
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Oct 2007 08:57:53 +0000 (UTC)
	(envelope-from robin@yirdis.nl)
Received: from mail.yirdis.nl (gw.yirdis.nl [82.148.219.21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0741C13C48A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Oct 2007 08:57:52 +0000 (UTC)
	(envelope-from robin@yirdis.nl)
Received: from server.yirdis.net (localhost [127.0.0.1])
	by mail.yirdis.nl (8.13.8/8.13.8) with ESMTP id l9N8jbsh012926
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Oct 2007 10:45:37 +0200 (CEST)
	(envelope-from robin@server.yirdis.net)
Received: (from robin@localhost)
	by server.yirdis.net (8.13.8/8.13.8/Submit) id l9N8jbEZ012925;
	Tue, 23 Oct 2007 10:45:37 +0200 (CEST)
	(envelope-from robin)
Message-Id: <200710230845.l9N8jbEZ012925@server.yirdis.net>
Date: Tue, 23 Oct 2007 10:45:37 +0200 (CEST)
From: Robin Gruyters <r.gruyters@yirdis.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] security/prelude-manager: update to 0.9.10
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117416
>Category:       ports
>Synopsis:       [MAINTAINER] security/prelude-manager: update to 0.9.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 23 09:00:01 UTC 2007
>Closed-Date:    Thu Oct 25 02:18:52 UTC 2007
>Last-Modified:  Thu Oct 25 02:20:01 UTC 2007
>Originator:     Robin Gruyters
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
Betronic Nederland B.V.
>Environment:
System: FreeBSD server.yirdis.net 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #4: Thu May 31 10:58:52 CEST 2007
>Description:
- Update to 0.9.10

Changelog prelude-manager-0.9.10:
- Make threshold act like a real threshold: pass every Nth events
  in the defined amount of seconds.
- Allow mixing Limit and Threshold.
- Do not share the tresholding hash accross thresholding plugin instance:
  previously, the shared hash would result in strange thresholding plugin
  behavior if you had several instance of thresholding loaded.
- Various bug fixes concerning plugin instance un-subscribtion
  (unsubscribtion of certain plugin was not triggered).

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- prelude-manager-0.9.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /data3/Build/CVS/ports/security/prelude-manager/Makefile,v
retrieving revision 1.47
diff -u -r1.47 Makefile
--- Makefile	5 Oct 2007 01:45:06 -0000	1.47
+++ Makefile	23 Oct 2007 08:44:55 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/security/prelude-manager/Makefile,v 1.47 2007/10/05 01:45:06 clsung Exp $
 
 PORTNAME=	prelude-manager
-PORTVERSION=	0.9.9.1
+PORTVERSION=	0.9.10
 CATEGORIES=	security
 MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
 		http://www.prelude-ids.org/download/releases/old/
@@ -42,7 +42,8 @@
 SUB_FILES=	pkg-install \
 		pkg-deinstall
 
-SUB_LIST=	${PLIST_SUB}
+SUB_LIST=	PREFIX=${PREFIX} \
+		${PLIST_SUB}
 
 .if defined(WITHOUT_XML)
 PLIST_SUB+=		WITH_XML="@comment "
Index: distinfo
===================================================================
RCS file: /data3/Build/CVS/ports/security/prelude-manager/distinfo,v
retrieving revision 1.20
diff -u -r1.20 distinfo
--- distinfo	5 Oct 2007 01:45:06 -0000	1.20
+++ distinfo	23 Oct 2007 08:34:51 -0000
@@ -1,3 +1,3 @@
-MD5 (prelude-manager-0.9.9.1.tar.gz) = 89f7f561a4b6d70c5336dc49454b8661
-SHA256 (prelude-manager-0.9.9.1.tar.gz) = d1174b32a5a0fa180811a9206c39dbaa83eb3eec367037b5d433ebfce2187c3e
-SIZE (prelude-manager-0.9.9.1.tar.gz) = 647637
+MD5 (prelude-manager-0.9.10.tar.gz) = 7f164d7ec6ffbfc6ab065165ea39b6fd
+SHA256 (prelude-manager-0.9.10.tar.gz) = bb8de6a1d2b702d6d8f0b5d6d575cee16a8bbedc112656a4d2d9a65e1f27f663
+SIZE (prelude-manager-0.9.10.tar.gz) = 662751
--- prelude-manager-0.9.10.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Wed Oct 24 06:09:48 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117416 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Thu Oct 25 02:18:51 UTC 2007 
State-Changed-Why:  
Committed. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117416: commit references a PR
Date: Thu, 25 Oct 2007 02:17:01 +0000 (UTC)

 clsung      2007-10-25 02:16:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/prelude-manager Makefile distinfo 
   Log:
   - Update to 0.9.10
   
   Changelog prelude-manager-0.9.10:
   - Make threshold act like a real threshold: pass every Nth events
     in the defined amount of seconds.
   - Allow mixing Limit and Threshold.
   - Do not share the tresholding hash accross thresholding plugin instance:
     previously, the shared hash would result in strange thresholding plugin
     behavior if you had several instance of thresholding loaded.
   - Various bug fixes concerning plugin instance un-subscribtion
     (unsubscribtion of certain plugin was not triggered).
   
   PR:             ports/117416
   Submitted by:   maintainer (Robin Gruyters)
   
   Revision  Changes    Path
   1.48      +3 -2      ports/security/prelude-manager/Makefile
   1.21      +3 -3      ports/security/prelude-manager/distinfo
 _______________________________________________
 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:
