Commit graph

18 commits

Author SHA1 Message Date
Renato Botelho
34b52ba189 - Update to 0.9.16.1
PR:		ports/119708
Submitted by:	maintainer
2008-01-18 19:35:18 +00:00
Cheng-Lung Sung
66f857032e - Update to 0.9.16
- Added two patches due to some system umask settlement(s).

Added file(s):
- files/patch-prelude-admin__prelude-admin.c
- files/patch-src__prelude-failover.c

Changelog libprelude-0.9.16:
- Implement prelude-admin list [-l] command, which provide the ability to
  list existing profile name, permission, registration permission, analyzerID,
  and Issuer analyzerid.
- Implement multiple analyzer deletion in prelude-admin.
- Correct printing of IDMEF time field using non local GMT offset.
- Patch to avoid struct typespec redefinition, due to variable mispelling.
  This fixes a compilation problem on OpenBSD 3.8.
- Various bug fixes.

PR:		ports/117417
Submitted by:	maintainer (Robin Gruyters)
2007-10-25 02:18:38 +00:00
Cheng-Lung Sung
1e36b84691 - Update to 0.9.15.2
- Updated patch-Makefile.in
- Added Man page

Changelog libprelude:
- prelude-adduser has been renamed to prelude-admin, and now include command
  to print or send files containing binary IDMEF data.
- Brand new failover implementation, Feature a real 'journaling' log,
  allowing to restart where we were interupted. Allow multiple process to write to
  the same failover, and is chroot safe.
- prelude-admin manpage, thanks to Frederic Motte <fred at ubixis com>.
- Use SHA1 in place of MD5 for Analyzer checksum.
- Do not set TCP option on UNIX socket, avoid un-necessary warning.
- New measure all over the public interface to protect against bad API
  usage, when a function is not used correctly, a critical warning is triggered.
- [logging]: New PRELUDE_LOG_CRIT logging priority.
- [logging]: Correctly map Prelude log level to Syslog priority.
- [logging]: Improved logging format (include timestamp, level, process pid).
- [logging]: New LIBPRELUDE_ABORT variable, useful if you'd like libprelude
  to abord on critical assertion.
- [logging]: Automatically switch to syslog mode if we detect stdout/stderr
  closure.
- [IDMEF-Criteria]: When we try to match a value against a path that is not
  part of a message using a 'not' operator, the match should succeed
  (Example:
   alert.classification.text != 'stuff' should match if the message has no
   classification object).
- [IDMEF-Criteria]: When matching multiple listed values within the same
  path using a 'not' operator, return an explicit 'no match' if the provided
  comparison value was found at least once.
- [IDMEF-Path] (fix #251): Fixes NULL pointer dereference when the last
  element of an IDMEF path to an enumeration is not the enumeration itself
  (S??鞋bastien Tricaud <toady at gscore.org>
- Fix a possible race condition with the internal libprelude reference to
  the program idmef_analyzer_t when asynchronous timer were used.
- Workaround possible deadlock at exit on OpenBSD, Linux Glibc.
- Only configure libltdl if it is required.
- Various bug fixes, minor enhancements.
- Write the children PID into specified pidfile (fixes #257).
- Fix double free on idmef_criterion_value_t cloned regexp object (thanks
  to Helmut Azbest <helmut.azbest at gmail.com>).
- Allow Python thread to run, while entering libprelude C function.
- Return PRELUDE_ERROR_ASSERTION when API check fail, in place of
  PRELUDE_ERROR_GENERIC.
- Make prelude_plugin_unsubcribe() work as expected (call the plugin
  instance destroy function).
- Various bug fixes, minor enhancements.

PR:		ports/116107
Submitted by:	maintainer (Robin Gruyters)
2007-10-05 01:44:07 +00:00
Cheng-Lung Sung
e888c2e3a0 - Update to 0.9.13.2
Changelog libprelude-0.9.13.2:
- Improve error reporting with the central option interface.
- Fix a bug when comparing IDMEF object with optional fields.
- Fix a problem with the logger, where large log entry wouldn't be
  logged.
- Fix distclean target.

PR:		ports/111131
Submitted by:	maintainer (Robin Gruyters)
2007-04-02 09:52:03 +00:00
Rong-En Fan
d11fa9037e - Update to 0.9.13
PR:		ports/109428
Submitted by:	Robin Gruyters <r.gruyters at yirdis.nl> (maintainer)
2007-02-22 16:26:26 +00:00
Cheng-Lung Sung
c538e747e5 - Update to 0.9.12.2
Changelog libprelude:
- Ability to debug TLS communication through a new LIBPRELUDE_TLS_DEBUG
  environment variable.
- Prevent binding generation error when using old SWIG version.
- Generate bindings for the error handling API.
- Small Perl/Python detection improvement. Fix #182.
- Fix bindings compilation when using make -j.
- New configure --with-perl-installdirs flags: might be used to override
  default site perl installation.
- Fix make installation error when Perl bindings are disabled.

PR:		ports/107677
Submitted by:	maintainer (Robin Gruyters)
2007-01-08 15:20:10 +00:00
Martin Wilke
9ab159127d - Update to 0.9.12
- Updated patch Perl Prelude bindings

Changelog libprelude-0.9.12:
- Correctly pack and unpack float value when sending/receiving.
- More error checking on IDMEF object copy.
- Fix a crash that occured when destroying a copied object.
- Correct registration warning when using AF_UNIX socket.
- Compile on systems lacking poll().
- IpV6 compatibility fixes.
- Fix OS X compilation issues.
- Various portability fixes.

PR:		ports/107009
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2006-12-21 19:14:35 +00:00
Rong-En Fan
31eac236a5 - Update to 0.9.10.2
PR:		ports/101585
Submitted by:	Robin Gruyters <r.gruyters at yirdis.nl> (maintainer)
2006-08-10 03:52:55 +00:00
Renato Botelho
19e47befcb Fix build on 4.x
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) by email
2006-07-27 10:56:11 +00:00
Renato Botelho
5fd25bccec - Update to 0.9.9
PR:		ports/98585
Submitted by:	maintainer
2006-06-07 15:07:26 +00:00
Renato Botelho
5ac3691c5b Fix build on 4.x
Submitted by:	maintainer and author by email
2006-05-15 12:40:38 +00:00
Sergei Kolobov
f572380f7b - Fix run-time linking problems of the dependent ports by installing libtool
archives (.la) files - switch to USE_LIBTOOL=libtool:15:inc
- Add a patch to avoid overwriting existing configuration files
- Bump PORTREVISION

PR:		ports/93498
Submitted by:	Robin Gruyters (maintainer)
2006-02-20 23:01:03 +00:00
Sergei Kolobov
1c46b937bd - Update to 0.9.3 (unbreaks fetching) 2006-01-10 17:07:27 +00:00
Sergei Kolobov
c60b7bef2e - Respect NOPORTDOCS
- Fix pkg-plist if WITH_PERL/WITH_PYTHON are defined
- Properly clean up (extra directories) at deinstall
- Bump PORTREVISION
2005-10-14 18:17:00 +00:00
Sergei Kolobov
f7219c8814 - Update to 0.9.0
- libprelude now always depends on GnuTLS
- Add two new knobs - WITH_PERL and WITH_PYTHON - to install Perl and Python
  bindings, respectively (both knobs are off by default)
- Remove patch we no longer need
2005-10-07 15:00:21 +00:00
Pav Lucistnik
a769a701f6 libprelude
- update to 0.8.10
- use NOPORTDOCS
prelude-lml
- chase shlib version, bump portrevision
prelude-manager
- update to 0.8.10
prelude-nids
- update to 0.8.6

PR:		ports/60113
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
2003-12-17 00:07:53 +00:00
Christian Weisgerber
39d7abce78 Update prelude ports to latest version:
libprelude: 0.8.5 -> 0.8.6
prelude-lml: 0.8.3 -> 0.8.4
prelude-manager: 0.8.7 -> 0.8.8
prelude-nids: 0.8.1 -> 0.8.3

PR:		57168
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-09-26 22:30:58 +00:00
Foxfair Hu
25d1e2e8fc PR: 53011
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
Reviewed by:	me

Add libprelude 0.8.5, libraries of prelude Network Intrusion Detection System.
2003-06-18 02:40:11 +00:00