2007-09-05 21:04:00 by John R. Shannon | Files touched by this commit (3) |
Log message:
Update to 0.9.13. Changes:
- 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 <aanriot@atlantilde.com>.
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
<chifflier@inl.fr>.
|
2007-06-05 07:37:41 by Thomas Klausner | Files touched by this commit (226) |
Log message:
opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
|
2007-04-09 14:48:09 by John R. Shannon | Files touched by this commit (2) |
Log message:
Update to 0.9.12. Changes:
- Fix preludedb-admin copy/move operations.
|
2007-02-23 16:19:41 by John R. Shannon | Files touched by this commit (3) |
Log message:
Update to 0.9.11.3. Changes:
- Fix preludedb-admin copy/move operations
- Fix a Python binding memory leak upon alert list deletion.
- Various bugfixes.
- Various portability fixes.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2007-01-25 15:39:03 by John R. Shannon | Files touched by this commit (1) |
Log message:
Re: pkg/35480: security/libpreludedb fails to compile (NetBSD 3.0)
Package was incorectly auto detecting postgres and attempting to compile
postgres plugin. Force package to skip compilation of postgres plugin.
|
2006-10-11 16:48:51 by John R. Shannon | Files touched by this commit (2) |
Log message:
Update to 0.9.10. Changes:
- Only export symbol starting with preludedb_.
- Verbose error reporting in case of libpreludedb initialization failure.
|
2006-08-23 20:51:56 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Add master site entry for times when pkgsrc doesn't have the completely
latest version.
|
2006-08-17 13:33:07 by John R. Shannon | Files touched by this commit (2) |
Log message:
Update to 0.9.9. Changes:
- 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.
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|