Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2007 10:45:37 +0200 (CEST)
From:      Robin Gruyters <r.gruyters@yirdis.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117416: [MAINTAINER] security/prelude-manager: update to 0.9.10
Message-ID:  <200710230845.l9N8jbEZ012925@server.yirdis.net>
Resent-Message-ID: <200710230900.l9N901QS052849@freefall.freebsd.org>

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

>Number:         117416
>Category:       ports
>Synopsis:       [MAINTAINER] security/prelude-manager: update to 0.9.10
>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:   Tue Oct 23 09:00:01 UTC 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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