ports/115233: [MAINTAINER] security/prelude-manager: update to 0.9.9

Robin Gruyters r.gruyters at yirdis.nl
Mon Aug 6 07:20:02 UTC 2007


>Number:         115233
>Category:       ports
>Synopsis:       [MAINTAINER] security/prelude-manager: update to 0.9.9
>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:   Mon Aug 06 07:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Robin Gruyters
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
YIRDIS 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.9
- Fix error when changing ownership of spool directory 

Changelog prelude-manager 0.9.9:
- Update configuration template, add documentation for Prelude
  generic TCP options.
- Implement modified patch from Pierre Chifflier <chifflier at inl.fr>
  to fix the example log path (fix #224).
- Move IDMEF message normalization in the scheduler, rather than
  doing it upon reception. This remove some load from the server
  and allow Prelude-Manager own IDMEF messages to go through the
  normalizer path.
- Implement heartbeat->analyzer normalization.
- Improve IPv4 / IPv6 address normalization.
  IPv4 mapped IPv6 addresses are now mapped back to IPv4.
  Additionally, the Normalize plugin now provide two additionals option:
   ipv6-only: Map any incoming IPv4 address to IPv6.
   keep-ipv4-mapped-ipv6: do not map IPv4 mapped IPv6 addresses back to
   IPv4.
- Make a difference between exceptional report plugin failure (example:
  a single message couldn't be processed) and "global" plugin failure
  (example: database server is down). We use a different failover for
  'exceptional' failure, so that we don't try to reinsert a bogus message
  (fix #247).
- Start of a Prelude-Manager manpages (#236).
- Various bug fixes.

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

--- prelude-manager-0.9.9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /data3/Build/CVS/ports/security/prelude-manager/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- Makefile	1 Jul 2007 08:56:14 -0000	1.45
+++ Makefile	6 Aug 2007 07:16:18 -0000
@@ -5,8 +5,7 @@
 # $FreeBSD: ports/security/prelude-manager/Makefile,v 1.45 2007/07/01 08:56:14 novel Exp $
 
 PORTNAME=	prelude-manager
-PORTVERSION=	0.9.8
-PORTREVISION=	1
+PORTVERSION=	0.9.9
 CATEGORIES=	security
 MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
 		http://www.prelude-ids.org/download/releases/old/
@@ -32,10 +31,15 @@
 PRELUDEUID=	281
 PRELUDEGID=	${PRELUDEUID}
 
+PLIST_SUB+=	PRELUDEUSER=${PRELUDEUSER} \
+		PRELUDEGROUP=${PRELUDEGROUP}
+
+MAN1=		prelude-manager.1
+
 .include <bsd.port.pre.mk>
 
 .if defined(WITHOUT_XML)
-PLIST_SUB+=	WITH_XML="@comment "
+PLIST_SUB+=		WITH_XML="@comment "
 CONFIGURE_ARGS+=	--disable-xmltest --without-xml
 .else
 LIB_DEPENDS+=	xml2.5:${PORTSDIR}/textproc/libxml2
Index: distinfo
===================================================================
RCS file: /data3/Build/CVS/ports/security/prelude-manager/distinfo,v
retrieving revision 1.18
diff -u -r1.18 distinfo
--- distinfo	30 May 2007 06:11:57 -0000	1.18
+++ distinfo	6 Aug 2007 07:07:24 -0000
@@ -1,3 +1,3 @@
-MD5 (prelude-manager-0.9.8.tar.gz) = be73ee46a7279200c5b9fcc4a2f9b7ad
-SHA256 (prelude-manager-0.9.8.tar.gz) = c5a41ba98ff05d4c75f237e7e8c01efb8c086362b0713736d4d3451a1c023f15
-SIZE (prelude-manager-0.9.8.tar.gz) = 617261
+MD5 (prelude-manager-0.9.9.tar.gz) = ca9258faadb7306863dffeac8f855161
+SHA256 (prelude-manager-0.9.9.tar.gz) = 734bd844df4e337cb989ea9700d60ca2d0eae03a5b0e97a5559b3addb2498ec6
+SIZE (prelude-manager-0.9.9.tar.gz) = 647696
--- prelude-manager-0.9.9.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list