From owner-cvs-all@FreeBSD.ORG Fri Oct 5 01:46:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A80D16A420; Fri, 5 Oct 2007 01:46:15 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E4BF13C448; Fri, 5 Oct 2007 01:46:15 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l951kE3a024261; Fri, 5 Oct 2007 01:46:14 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l951kEsH024260; Fri, 5 Oct 2007 01:46:14 GMT (envelope-from clsung) Message-Id: <200710050146.l951kEsH024260@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 5 Oct 2007 01:46:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/libpreludedb Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 01:46:15 -0000 clsung 2007-10-05 01:46:14 UTC FreeBSD ports repository Modified files: security/libpreludedb Makefile distinfo pkg-plist Log: - Update to 0.9.13 - bump libprelude library Changelog libpreludedb: - Source and Target now use a 16 bits index (required for CorrelationAlert with large number of source/target). CorrelationAlert Alertident now use a 32 bits index (required to link large number of Alert together). - Fix compilation on system without ENOTSUP (fix #227): Include modified patch from Alexandre Anriot . - [pgsql] Patch by Pierre Chifflier , that fixes type conversions preventing PostgreSQL to use indexes (fix #225). - [preludedb-admin] Use separate alert / heartbeat command: this is done to have a coherent implementation of the --offset and --count command line options. - [preludedb-admin] Fix --offset with the load command. - [preludedb-admin] Give the delete table a decent size, should speedup the delete command. - [documentation] preludedb-admin manpage (fix #230), by Pierre Chifflier . PR: ports/116109 Submitted by: maintainer (Robin Gruyters) Revision Changes Path 1.26 +5 -3 ports/security/libpreludedb/Makefile 1.18 +3 -3 ports/security/libpreludedb/distinfo 1.11 +4 -1 ports/security/libpreludedb/pkg-plist