notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: security/prelude-manager/distinfo

Number of commits found: 25

Saturday, 15 Dec 2012
22:22 pawel search for other commits by this committer
Update Prelude-IDS ports to 1.0.1 release

security/libprelude:
- Remove BROKEN, update to version 1.0.1 [1]
- Add missing deps, port requires pkg-config during build

security/libpreludedb:
- Update to version 1.0.1p1
- Add missing deps
- Make options deterministic and not dependent on what's installed

security/prelude-lml:
- Update to version 1.0.1
- Add missing deps, port requires pkg-config during build
- Convert to OptionsNG

security/prelude-manager:
- Update to version 1.0.2
- Add missing deps, port requires pkg-config during build
- Convert to OptionsNG, remove PRELUDEDB option - it can't be turned off
  by CONFIGURE_ARGS, package links to preludedb at all times if available

security/pflogger:
- Bump PORTREVISION, libprelude ABI version changed

www/py-prewikka:
- Update to version 1.0.1p1
- Convert to OptionsNG
- Sort plist

PR:		172056 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [1]
Original commitRevision:308968 
Wednesday, 8 Jun 2011
14:35 bapt search for other commits by this committer
- switch to USERS/GROUPS
- while here remove MD5
- bump port revision
Original commit
Wednesday, 18 Feb 2009
23:36 amdmi3 search for other commits by this committer
- 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)
Original commit
Tuesday, 13 May 2008
14:51 miwi search for other commits by this committer
- Update to 0.9.12.1

PR:             123208
Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
Original commit
Thursday, 25 Oct 2007
02:16 clsung search for other commits by this committer
- 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)
Original commit
Friday, 5 Oct 2007
01:45 clsung search for other commits by this committer
- 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)
Original commit
Wednesday, 15 Aug 2007
06:48 clsung search for other commits by this committer
- 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)
Original commit
Wednesday, 30 May 2007
06:11 miwi search for other commits by this committer
- 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)
Original commit
Wednesday, 21 Mar 2007
07:49 clsung search for other commits by this committer
- 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)
Original commit
Tuesday, 16 Jan 2007
19:04 bsam search for other commits by this committer
- 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)
Original commit
Thursday, 21 Dec 2006
19:14 miwi search for other commits by this committer
- 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)
Original commit
Monday, 9 Oct 2006
13:38 miwi search for other commits by this committer
- Update to 0.9.6.1

PR:             ports/104202
Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
Original commit
Monday, 28 Aug 2006
08:39 clsung search for other commits by this committer
- 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)
Original commit
Friday, 16 Jun 2006
16:28 pav search for other commits by this committer
- 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)
Original commit
Tuesday, 11 Apr 2006
11:32 garga search for other commits by this committer
- Update to 0.9.4.1

PR:             ports/95614
Submitted by:   maintainer
Original commit
Tuesday, 21 Mar 2006
11:50 garga search for other commits by this committer
* 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]
Original commit
Tuesday, 14 Feb 2006
15:24 sergei search for other commits by this committer
- Update to 0.9.3
- Chase libprelude/libpreludedb shlib version bumps
- Add missing file to pkg-plist; use @dirrmtry; re-sort
Original commit
Monday, 28 Nov 2005
16:39 sergei search for other commits by this committer
- Update to 0.9.1 (unbreak)

Prompted by:    edwin's script
Original commit
Friday, 25 Nov 2005
14:05 sergei search for other commits by this committer
- Add SHA256 checksums to my ports
Original commit
Tuesday, 18 Oct 2005
14:28 sergei search for other commits by this committer
- 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
Original commit
Saturday, 7 Feb 2004
17:16 clement search for other commits by this committer
- SIZEify distinfo
Original commit
Wednesday, 17 Dec 2003
00:07 pav search for other commits by this committer
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)
Original commit
Tuesday, 4 Nov 2003
03:07 foxfair search for other commits by this committer
PR:             58388
Submitted by:   maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org>
Update prelude-manager to 0.8.9
Original commit
Friday, 26 Sep 2003
22:30 naddy search for other commits by this committer
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>
Original commit
Wednesday, 18 Jun 2003
02:52 foxfair search for other commits by this committer
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).
Original commit

Number of commits found: 25