FreshPorts -- The Place For Ports Fri, 8 Aug 2008 12:51 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
prelude-manager 0.9.12.1_1 security on this many watch lists=10 search for ports that depend on this port
Prelude Network Intrusion Detection System central logging point
Maintained by: r.gruyters@yirdis.nl search for ports maintained by this maintainer
Port Added: 18 Jun 2003 03:53:52


Prelude is a new innovative hybrid Intrusion Detection system designed 
to be very modular, distributed, rock solid and fast. 

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).

WWW: http://www.prelude-ids.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake
Required Libraries: security/libprelude, security/gnutls, textproc/libxml2, security/libpreludedb

To install the port: cd /usr/ports/security/prelude-manager/ && make install clean
To add the package: pkg_add -r prelude-manager


Configuration Options
     No options to configure

Master Sites:
http://www.prelude-ids.org/download/releases/
http://www.prelude-ids.org/download/releases/old/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 53

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Jun 2008 15:01:07
Original commit files touched by this commit  0.9.12.1_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
13 May 2008 15:51:51
Original commit files touched by this commit  0.9.12.1
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)
03 Mar 2008 11:57:08
Original commit files touched by this commit  0.9.10_1
novel search for other commits by this committer
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
25 Oct 2007 03:16:57
Original commit files touched by this commit  0.9.10
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)
05 Oct 2007 02:45:06
Original commit files touched by this commit  0.9.9.1
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)
15 Aug 2007 07:48:36
Original commit files touched by this commit  0.9.9
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
01 Jul 2007 09:56:17
Original commit files touched by this commit  0.9.8_1
novel search for other commits by this committer
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
06 Jun 2007 13:50:09
Original commit files touched by this commit  0.9.8
araujo search for other commits by this committer
- Update libprelude to 0.9.14.
- Update dependent ports accordingly.
- Bump PORTVERSION to force rebuild.

PR:             ports/112703
Submitted by:   Marcelo Araujo <araujo@FreeBSD.org>
Approved by:    stas (mentor)
30 May 2007 07:11:57
Original commit files touched by this commit  0.9.8
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)
21 Mar 2007 07:49:43
Original commit files touched by this commit  0.9.7.2
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)
29 Jan 2007 19:05:07
Original commit files touched by this commit  0.9.7.1
gabor search for other commits by this committer
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.

Approved by:    portmgr (erwin), erwin (mentor)
16 Jan 2007 19:04:22
Original commit files touched by this commit  0.9.7.1
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)
02 Jan 2007 08:54:13
Original commit files touched by this commit  0.9.7_2
novel search for other commits by this committer
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
22 Dec 2006 08:54:38
Original commit files touched by this commit  0.9.7_1
miwi search for other commits by this committer
- Fix post installment for configuration files. (if not exists...)
- Bump PORTREVISION

PR:             ports/107081
Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
21 Dec 2006 19:14:24
Original commit files touched by this commit  0.9.7
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)
27 Nov 2006 01:16:41
Original commit files touched by this commit  0.9.6.1
clsung search for other commits by this committer
- Update to 0.9.11
- library version update of related ports

Changelog libprelude:
- Hook class comparison function. Accept NULL, equal, not equal operator.
- Introduce better error checking in the idmef-class API, which is now
  considered public and might be used by external application. Rename
  error code to reflect the API.
- Change to the way IDMEF listed element are handled. Specifying negative
  number as the position of the element from the low level API now allow
  to position the element at the specified (reversed) index. Using the
  high level API a negative index permit to address a list of element
  backward (replace an element).
- Build fixes for SWIG > 1.3.27.
- Modify idmef_value_match() so that it always unroll listed value
  (do it for both val1 and val2. Remove assertion, and let
  idmef_value_type_compare() return an error code in case there is an issue.
- Handle path using IDMEF_LIST_APPEND or IDMEF_LIST_PREPEND as
  path using an undefined list index on idmef_path_get() call.
- Make criteria parser accept (*) list index.
- Implement comparison function for all IDMEF object.

PR:             ports/104328
Submitted by:   maintainer (Robin Gruyters)
Approved by:    portmgr (pav)
09 Oct 2006 14:38:02
Original commit files touched by this commit  0.9.6.1
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)
28 Aug 2006 09:39:29
Original commit files touched by this commit  0.9.6
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)
15 Aug 2006 07:45:34
Original commit files touched by this commit  0.9.5_2
clsung search for other commits by this committer
- Chase libpreludedb shlib version change.
- bump PORTREVISION

PR:             ports/102053
Submitted by:   maintainer (Robin Gruyters)
28 Jul 2006 14:23:33
Original commit files touched by this commit  0.9.5_1
sat search for other commits by this committer
- Fix MASTER_SITES

Pointy hat to:  garga
06 Jul 2006 18:41:23
Original commit files touched by this commit  0.9.5_1
novel search for other commits by this committer
Chase gnutls shlib version change.
16 Jun 2006 17:28:28
Original commit files touched by this commit  0.9.5
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)
05 May 2006 12:24:52
Original commit files touched by this commit  0.9.4.1_1
garga search for other commits by this committer
- Chase libprelude version
- Bump PORTREVISION

PR:             ports/96758, ports/96759, ports/96760
Submitted by:   maintainer
11 Apr 2006 12:32:30
Original commit files touched by this commit  0.9.4.1
garga search for other commits by this committer
- Update to 0.9.4.1

PR:             ports/95614
Submitted by:   maintainer
28 Mar 2006 11:55:48
Original commit files touched by this commit  0.9.4_2
garga search for other commits by this committer
- Chase libpreludedb version
- Bump PORTREVISION

PR:             ports/94994
Submitted by:   maintainer
24 Mar 2006 19:24:39
Original commit files touched by this commit  0.9.4_1
garga search for other commits by this committer
- Fix rc.d startup script
- Bump PORTREVISION

PR:             ports/94902
Submitted by:   maintainer
21 Mar 2006 11:50:53
Original commit files touched by this commit  0.9.4
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]
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.9.3_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
20 Feb 2006 23:02:38
Original commit files touched by this commit  0.9.3_1
sergei search for other commits by this committer
- Fix run-time linking problems of the Prelude ports by installing libtool
  archives (.la) files - switch to USE_LIBTOOL=libtool:15:inc
- Make libpreludedb dependency optional - introduce WITHOUT_DB knob
- Bump PORTREVISION

PR:             ports/93599
Submitted by:   Robin Gruyters (maintainer)
15 Feb 2006 14:02:57
Original commit files touched by this commit  0.9.3
sergei search for other commits by this committer
- Transfer maintainership of the Prelude ports to the submitter,
  who has kindly agreed to adopt them

PR:             ports/93386
Submitted by:   Robin Gruyters <r dot gruyters at yirdis dot nl>
14 Feb 2006 15:24:58
Original commit files touched by this commit  0.9.3
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
10 Jan 2006 17:10:13
Original commit files touched by this commit  0.9.1_2
sergei search for other commits by this committer
- Chase libprelude version bump (.2 -> .4)
- Remove extra file from pkg-plist
- Bump PORTREVISION
19 Dec 2005 10:25:19
Original commit files touched by this commit  0.9.1_1
sergei search for other commits by this committer
- Chase libpreludedb shlib version bump
- Bump PORTREVISION
28 Nov 2005 16:39:58
Original commit files touched by this commit  0.9.1
sergei search for other commits by this committer
- Update to 0.9.1 (unbreak)

Prompted by:    edwin's script
25 Nov 2005 14:05:38
Original commit files touched by this commit  0.9.0
sergei search for other commits by this committer
- Add SHA256 checksums to my ports
21 Nov 2005 01:28:38
Original commit files touched by this commit  0.9.0
kris search for other commits by this committer
BROKEN: Unfetchable
18 Oct 2005 15:28:01
Original commit files touched by this commit  0.9.0
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
26 Apr 2005 09:21:06
Original commit files touched by this commit  0.8.10_1
sergei search for other commits by this committer
- Take maintainership
12 Apr 2005 04:26:57
Original commit files touched by this commit  0.8.10_1
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  0.8.10_1
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
31 Jan 2005 00:35:56
Original commit files touched by this commit  0.8.10_1
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
25 May 2004 10:19:43
Original commit files touched by this commit  0.8.10_1
mat search for other commits by this committer
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
25 Mar 2004 21:26:53
Original commit files touched by this commit  0.8.10_1
clement search for other commits by this committer
- Use CONFIGURE_TARGET instead of --program-prefix=""

Reminded by:    -ports@ discussion
29 Feb 2004 15:29:53
Original commit files touched by this commit  0.8.10_1
clement search for other commits by this committer
- Drop maintainership
07 Feb 2004 17:16:21
Original commit files touched by this commit  0.8.10_1
clement search for other commits by this committer
- SIZEify distinfo
04 Feb 2004 05:10:27
Original commit files touched by this commit  0.8.10_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
13 Jan 2004 15:04:51
Original commit files touched by this commit  0.8.10
clement search for other commits by this committer
- Update my email address

Approved and reviewed by:    erwin (mentor)
17 Dec 2003 00:07:53
Original commit files touched by this commit  0.8.10
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)
04 Nov 2003 03:07:33
Original commit files touched by this commit  0.8.9
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
26 Sep 2003 23:30:58
Original commit files touched by this commit  0.8.8
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>
28 Aug 2003 13:14:21
Original commit files touched by this commit  0.8.7_1
edwin search for other commits by this committer
[update ports]: Use USE_MYSQL and USE_OPENLDAP in my ports

        www/mod_accounting [1]
        mail/perdition [2]
        security/prelude-manager [3]

PR:             ports/56026
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
30 Jul 2003 12:35:41
Original commit files touched by this commit  0.8.7_1
krion search for other commits by this committer
* Add MySQL versionning hacks
* Set MySQL 4.0 to default

PR:             55043
Submitted by:   maintainer
Approved by:    fjoe (mentor) (implicit)
18 Jun 2003 03:52:48
Original commit files touched by this commit  0.8.7
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).

Number of commits found: 53

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
kdewebdev*Aug 04
drupal5Jul 13
drupal6Jul 13
popplerJul 09
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21

2 vulnerabilities affecting 3 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18919
Broken 155
Deprecated 99
Ignore 433
Forbidden 6
Restricted 317
No CDROM 129
Vulnerable 49
Expired 24
Set to expire 80
Interactive 78
new 24 hours 11
new 48 hours22
new 7 days44
new fortnight89
new month173

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.512 seconds.