ports/107008: [MAINTAINER] security/libpreludedb: update to 0.9.11

Robin Gruyters r.gruyters at yirdis.nl
Thu Dec 21 12:30:20 UTC 2006


>Number:         107008
>Category:       ports
>Synopsis:       [MAINTAINER] security/libpreludedb: update to 0.9.11
>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:   Thu Dec 21 12:30:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Robin Gruyters
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
YIRDIS B.V.
>Environment:
System: FreeBSD server.yirdis.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #1: Tue Oct 24 10:44:15 CEST 2006
>Description:
- Update to 0.9.11

Changelog libpreludedb-0.9.11:
- Avoid using GNU sed extension when generating postgresql/sqlite schema.
- Fix a Python binding memory leak upon alert list deletion.
- Compile and run on OS X.
- Various bugfixes.
- Various portability fixes.

PR-104786 can be closed. This PR has the same fixes + version update

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

--- libpreludedb-0.9.11.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/libpreludedb/Makefile /data2/FreeBSD/custom_ports/security/libpreludedb/Makefile
--- /usr/ports/security/libpreludedb/Makefile	Thu Nov 30 02:21:12 2006
+++ /data2/FreeBSD/custom_ports/security/libpreludedb/Makefile	Thu Dec 21 10:47:01 2006
@@ -4,7 +4,7 @@
 # $FreeBSD: ports/security/libpreludedb/Makefile,v 1.19 2006/11/27 01:16:41 clsung Exp $
 
 PORTNAME=	libpreludedb
-PORTVERSION=	0.9.10
+PORTVERSION=	0.9.11
 CATEGORIES=	security
 MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
 		http://www.prelude-ids.org/download/releases/old/
@@ -12,15 +12,15 @@
 MAINTAINER=	r.gruyters at yirdis.nl
 COMMENT=	Framework library for access to Prelude NIDS database
 
-LIB_DEPENDS=	prelude.10:${PORTSDIR}/security/libprelude
+LIB_DEPENDS=	prelude.12:${PORTSDIR}/security/libprelude
 
 USE_GPG=		yes
 SIG_SUFFIX=		.sig
 USE_GMAKE=		yes
 GNU_CONFIGURE=		yes
-INSTALLS_SHLIB=		yes
 LDCONFIG_DIRS=		%%PREFIX%%/lib \
 			%%PREFIX%%/lib/libpreludedb/plugins/formats
+USE_LDCONFIG=		yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 OPTIONS=		PERL "Include Perl bindings" off \
@@ -29,6 +29,8 @@
 			PGSQL "Use PostgreSQL backend" off \
 			SQLITE "Use SQLite backend" off
 
+.include <bsd.port.pre.mk>
+
 .if defined(WITH_PERL)
 USE_PERL5=		yes
 CONFIGURE_ARGS+=	--with-perl
@@ -39,7 +41,8 @@
 .endif
 
 .if defined(WITH_PYTHON)
-USE_PYTHON=		yes
+USE_PYTHON=		2.3+
+# Need to manually include bsd.python.mk, because USE_PYTHON is defined
 .include "${PORTSDIR}/Mk/bsd.python.mk"
 CONFIGURE_ARGS+=	--with-python
 PLIST_SUB+=		WITH_PYTHON=""
@@ -87,4 +90,4 @@
 	${INSTALL_DATA} ${WRKSRC}/docs/api/html/* ${DOCSDIR}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/security/libpreludedb/distinfo /data2/FreeBSD/custom_ports/security/libpreludedb/distinfo
--- /usr/ports/security/libpreludedb/distinfo	Wed Oct 11 12:01:32 2006
+++ /data2/FreeBSD/custom_ports/security/libpreludedb/distinfo	Thu Dec 21 10:45:17 2006
@@ -1,3 +1,3 @@
-MD5 (libpreludedb-0.9.10.tar.gz) = 50131972b9e84446f636c2e6d383d692
-SHA256 (libpreludedb-0.9.10.tar.gz) = 30f4f881858980e5dfc6a592e3d16d638bf1f1bff1bc64bd2abe5ac4701093cc
-SIZE (libpreludedb-0.9.10.tar.gz) = 747841
+MD5 (libpreludedb-0.9.11.tar.gz) = f0b2a1229784419be1f9602f3f06d539
+SHA256 (libpreludedb-0.9.11.tar.gz) = 046b07096e48aa259d236bcb275f3a948c711f67960d6ec2895923a477151343
+SIZE (libpreludedb-0.9.11.tar.gz) = 636984
--- libpreludedb-0.9.11.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list