Date: Wed, 19 Jul 2006 13:44:15 +0200 (CEST) From: Robin Gruyters <r.gruyters@yirdis.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100530: [MAINTAINER] security/libpreludedb: update to 0.9.8.1 Message-ID: <200607191144.k6JBiFZF038685@server.yirdis.net> Resent-Message-ID: <200607191150.k6JBoIBH046322@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100530 >Category: ports >Synopsis: [MAINTAINER] security/libpreludedb: update to 0.9.8.1 >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: Wed Jul 19 11:50:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Robin Gruyters >Release: FreeBSD 5.4-RELEASE-p16 i386 >Organization: YIRDIS B.V. >Environment: System: FreeBSD server.yirdis.net 5.4-RELEASE-p16 FreeBSD 5.4-RELEASE-p16 #7: Thu Jun 15 14:16:11 CEST 2006 >Description: - Update to 0.9.8.1 - Added option menu (requested by users) Removed file(s): - files/patch-bindings_perl_PreludeDB.c Changelog from libpreludedb-0.9.8.1: - Bump database schema version (fix invalid database version error) Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libpreludedb-0.9.8.1.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 Jun 8 02:28:02 2006 +++ /data2/FreeBSD/custom_ports/security/libpreludedb/Makefile Wed Jul 19 13:28:46 2006 @@ -4,7 +4,7 @@ # $FreeBSD: ports/security/libpreludedb/Makefile,v 1.15 2006/06/07 15:08:09 garga Exp $ PORTNAME= libpreludedb -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.8.1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ @@ -22,6 +22,12 @@ LDCONFIG_DIRS= %%PREFIX%%/lib \ %%PREFIX%%/lib/libpreludedb/plugins/formats CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +OPTIONS= PERL "Include Perl bindings" off \ + PYTHON "Include Python bindings" off \ + MYSQL "Use MYSQL backend" on \ + PGSQL "Use PostgreSQL backend" off \ + SQLITE "Use SQLite backend" off .if defined(WITH_PERL) USE_PERL5= yes diff -ruN --exclude=CVS /usr/ports/security/libpreludedb/distinfo /data2/FreeBSD/custom_ports/security/libpreludedb/distinfo --- /usr/ports/security/libpreludedb/distinfo Thu Jun 8 02:28:02 2006 +++ /data2/FreeBSD/custom_ports/security/libpreludedb/distinfo Wed Jul 19 13:29:47 2006 @@ -1,3 +1,3 @@ -MD5 (libpreludedb-0.9.8.tar.gz) = a9bd45d4d578d1fe8b8865ba066781db -SHA256 (libpreludedb-0.9.8.tar.gz) = 8481939745a9a89403bd728934cd29300c39c93c58d8f6af6e2f9c1453ddeeb1 -SIZE (libpreludedb-0.9.8.tar.gz) = 719497 +MD5 (libpreludedb-0.9.8.1.tar.gz) = ff433fc4d0e6400a11f4cccf8e03f874 +SHA256 (libpreludedb-0.9.8.1.tar.gz) = 1be094246e579392d47db3c15f5c864c681052528441c8311e92bc7f2693dce9 +SIZE (libpreludedb-0.9.8.1.tar.gz) = 732070 diff -ruN --exclude=CVS /usr/ports/security/libpreludedb/files/patch-bindings_perl_PreludeDB.c /data2/FreeBSD/custom_ports/security/libpreludedb/files/patch-bindings_perl_PreludeDB.c --- /usr/ports/security/libpreludedb/files/patch-bindings_perl_PreludeDB.c Wed Jun 7 17:08:09 2006 +++ /data2/FreeBSD/custom_ports/security/libpreludedb/files/patch-bindings_perl_PreludeDB.c Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- bindings/perl/PreludeDB.c.orig Tue Jun 6 10:46:03 2006 -+++ bindings/perl/PreludeDB.c Tue Jun 6 10:46:46 2006 -@@ -14,6 +14,10 @@ - * declarations/attributes, and other compiler dependent labels. - * - ************************************************************************/ -+/* workaround to build with perl-5.005 */ -+#ifndef INT2PTR -+# define INT2PTR(type, pointer) (type)(pointer) -+#endif - - /* template workaround for compilers that cannot correctly implement the C++ standard */ - #ifndef SWIGTEMPLATEDISAMBIGUATOR --- libpreludedb-0.9.8.1.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?200607191144.k6JBiFZF038685>