- Update to 0.9.9
Changelog libpreludedb: - Implement an idea from Lex van Roon <r3boot@r3blog.nl.eu.org> providing an alert/heartbeat deletion performance improvement in the order of 3000% (preludedb-admin already benefit from it, next Prewikka release will benefit from it too). - Fix --with-(perl|python|swig) detection path ordering. - Verbose error reporting on logfile opening error. - Various bug fixes. PR: ports/101995 Submitted by: maintainer (Robin Gruyters)
This commit is contained in:
parent
5f1823eb8e
commit
d4b211bccd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170567
@ -4,7 +4,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libpreludedb
|
||||
PORTVERSION= 0.9.8.1
|
||||
PORTVERSION= 0.9.9
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
|
||||
http://www.prelude-ids.org/download/releases/old/
|
||||
|
@ -1,3 +1,3 @@
|
||||
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
|
||||
MD5 (libpreludedb-0.9.9.tar.gz) = 93a895f1e1556b2fb2b92014fde9990d
|
||||
SHA256 (libpreludedb-0.9.9.tar.gz) = c144ceed3e4de3f3e75b09dd849e3b50c7e0e9e60ce1752844852b9471a3e77d
|
||||
SIZE (libpreludedb-0.9.9.tar.gz) = 729705
|
||||
|
@ -9,7 +9,7 @@ include/libpreludedb/preludedb-sql.h
|
||||
include/libpreludedb/preludedb-version.h
|
||||
include/libpreludedb/preludedb-error.h
|
||||
include/libpreludedb/preludedb.h
|
||||
lib/libpreludedb.so.3
|
||||
lib/libpreludedb.so.4
|
||||
lib/libpreludedb.so
|
||||
lib/libpreludedb.la
|
||||
lib/libpreludedb/plugins/formats/classic.so
|
||||
|
Loading…
Reference in New Issue
Block a user