Commit graph

23 commits

Author SHA1 Message Date
Dmitry Marakasov
cf4bfa7c04 - Update to 0.9.14.2
PR:		131288
Submitted by:	Vladimir Korkodinov <viper at perm dot raid dot ru>
Approved by:	Robin Gruyters <r dot gruyters at snow dot nl> (maintainer)
2009-02-18 23:36:28 +00:00
Martin Wilke
3f2b742b1d - Update to 0.9.12.1
PR:		123208
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2008-05-13 14:51:51 +00:00
Cheng-Lung Sung
be9a93457a - Update to 0.9.10
Changelog prelude-manager-0.9.10:
- Make threshold act like a real threshold: pass every Nth events
  in the defined amount of seconds.
- Allow mixing Limit and Threshold.
- Do not share the tresholding hash accross thresholding plugin instance:
  previously, the shared hash would result in strange thresholding plugin
  behavior if you had several instance of thresholding loaded.
- Various bug fixes concerning plugin instance un-subscribtion
  (unsubscribtion of certain plugin was not triggered).

PR:		ports/117416
Submitted by:	maintainer (Robin Gruyters)
2007-10-25 02:16:57 +00:00
Cheng-Lung Sung
17114d625b - Update to 0.9.9.1
- bump libprelude library

Changelog prelude-manager:
- Fix for new libprelude (0.9.15) runtime warning.
- Add documentation for SQLite3 in the template configuration file
  (S??繅astien Tricaud <toady at gscore.org>).

PR:		ports/116108
Submitted by:	maintainer (Robin Gruyters)
2007-10-05 01:45:06 +00:00
Cheng-Lung Sung
3a8f5e82e4 - Update to 0.9.9
- Fix error when changing ownership of spool directory

Changelog prelude-manager 0.9.9:
- Update configuration template, add documentation for Prelude
  generic TCP options.
- Implement modified patch from Pierre Chifflier <chifflier@inl.fr>
  to fix the example log path (fix #224).
- Move IDMEF message normalization in the scheduler, rather than
  doing it upon reception. This remove some load from the server
  and allow Prelude-Manager own IDMEF messages to go through the
  normalizer path.
- Implement heartbeat->analyzer normalization.
- Improve IPv4 / IPv6 address normalization.
  IPv4 mapped IPv6 addresses are now mapped back to IPv4.
  Additionally, the Normalize plugin now provide two additionals option:
  ipv6-only: Map any incoming IPv4 address to IPv6.
  keep-ipv4-mapped-ipv6: do not map IPv4 mapped IPv6 addresses back to
  IPv4.
- Make a difference between exceptional report plugin failure (example:
  a single message couldn't be processed) and "global" plugin failure
  (example: database server is down). We use a different failover for
   'exceptional' failure, so that we don't try to reinsert a bogus message
   (fix #247).
- Start of a Prelude-Manager manpages (#236).
- Various bug fixes.

PR:		ports/115233
Submitted by:	maintainer (Robin Gruyters)
2007-08-15 06:48:36 +00:00
Martin Wilke
016298809b - Update to 0.9.8
- Added user prelude with uid/gid 281

prelude-manager Changelog:
- Initial implementation of the 'thresholding' plugin, allowing you to
  suppress events after a certain limit/threshold.
- Filters hooking to a reporting plugin are now OR'ed instead of being
  AND'ed. AND is already possible by hooking filtering plugin one with
  another.
- Improved error reporting.
- Minor bug fixes.

PR:		112416
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2007-05-30 06:11:57 +00:00
Cheng-Lung Sung
37e26c557a - Update to 0.9.7.2
Changelog prelude-manager-0.9.7.2:
- Allow filtering plugins to hook others filters plugins.
- Update reporting code to latest specification for the SNMPService class.
- Warn about Un-handled command line arguments.
- Properly dump IDMEF-XML output (fix #186).
- Various bug fixes.

PR:		ports/110584
Submitted by:	maintainer (Robin Gruyters)
2007-03-21 07:49:43 +00:00
Boris Samorodov
f11eb77bb3 - update to 0.9.7.1;
- change variable WITH(OUT)_DB to WITH(OUT)_PRELUDEDB;
- delete the patch files/patch-xmlmod.c (merged upstream).

PR:		107986
Submitted by:	Robin Gruyters <r.gruyters at yirdis.nl> (maintainer)
2007-01-16 19:04:22 +00:00
Martin Wilke
b4fac9c9f8 - Update to 0.9.7
Changelog prelude-manager-0.9.7:
- Fix a startup problem on system with different address of different family
  mapping to the same IP.
- Fix for system using the GnuLib poll replacement modules. The module was
  broken when used in conjunction with server socket.
- Various portability fixes (this release should compile and run on OSX out
  of the box).

PR:		ports/107010
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2006-12-21 19:14:24 +00:00
Martin Wilke
8257f2d5d1 - Update to 0.9.6.1
PR:		ports/104202
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2006-10-09 13:38:02 +00:00
Cheng-Lung Sung
65697862b8 - Update to 0.9.6
Changelog prelude-manager-0.9.6:
  - In case an IDMEF-Service object contain neither name or port
    attribute, set name to "unknown" in order to avoid IDMEF DTD
    validation issue.
  - Normalize analyzer(*).node.
  - Fix OpenBSD getaddrinfo() problem.

PR:		ports/102593
Submitted by:	maintainer (Robin Gruyters)
2006-08-28 08:39:29 +00:00
Pav Lucistnik
832e10d6de - Update to 0.9.5
- Add dependency on gnutls
- Make libxml dependency optional

PR:		ports/98942
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2006-06-16 16:28:28 +00:00
Renato Botelho
cdaabdf8ca - Update to 0.9.4.1
PR:		ports/95614
Submitted by:	maintainer
2006-04-11 11:32:30 +00:00
Renato Botelho
640cca1ddc * security/libprelude: [1]
- Update to 0.9.7
  - Bump libprelude.so version

* security/libpreludedb: [2]
  - Update to 0.9.6
  - Chase libprelude.so version

* security/prelude-lml: [3]
  - Update to 0.9.4
  - Chase libprelude.so version
  - Add a rc.d startup script

* security/prelude-manager: [4]
  - Update to 0.9.4
  - Chase libprelude.so version
  - Add a rc.d startup script

PR:		ports/94402 [1], ports/94403 [2],
		ports/94404 [3], ports/94405 [4]
Submitted by:	maintainer [1] [2] [3] [4]
2006-03-21 11:50:53 +00:00
Sergei Kolobov
fb14eed0c1 - Update to 0.9.3
- Chase libprelude/libpreludedb shlib version bumps
- Add missing file to pkg-plist; use @dirrmtry; re-sort
2006-02-14 15:24:58 +00:00
Sergei Kolobov
80efc3d166 - Update to 0.9.1 (unbreak)
Prompted by:	edwin's script
2005-11-28 16:39:58 +00:00
Sergei Kolobov
a66a28cbd3 - Add SHA256 checksums to my ports 2005-11-25 14:05:38 +00:00
Sergei Kolobov
a5a9ecd568 - Update to 0.9.0
- Database support options moved to separate security/libpreludedb port,
  which is has been added as dependency
- The port now uses GnuTLS instead of OpenSSL (indirectly, via libprelude
  dependency)
- Convert to USE_AUTOTOOLS
2005-10-18 14:28:01 +00:00
Clement Laforet
3b8591d72d - SIZEify distinfo 2004-02-07 17:16: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
Foxfair Hu
4129d207ce PR: 58388
Submitted by:	maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org>
Update prelude-manager to 0.8.9
2003-11-04 03:07:33 +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
5d3b4fd7b0 PR: 53014
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>

Add prelude-manager 0.8.7, System central logging point of prelude Network
Intrusion Detection.

prelude-manager : the manager is the central logging point. It receives
alerts from sensors and logs them using one or several plugins (the default
logging being to a text file, but logging to a database is also possible -
and recommended).
2003-06-18 02:52:48 +00:00