Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2_6 07 Sep 2014 16:41:30 |
marino |
Remove three unstaged security/prelude-* ports |
1.0.2_6 21 Aug 2014 14:58:55 |
koobs |
security/libprelude: Take MAINTAINER'ship, STAGE & Modernize
- Take Maintainership
- Enable STAGE support
- Tweak MASTER_SITES https -> http (portlint)
- Add LICENSE and LICENSE_FILE
- Deprecate USE_AUTOTOOLS for libtool (-> USES)
- Sort USES and OPTIONS
- Use OPTIONS helpers as much as possible for now [1]
- Add --enable-static to CONFIGURE_ARGS to retain the static lib
- Assign and Use ETCDIR rather than hardcoding
- Use the install-strip install target
- Update pkg-plist, use @sample and other goodies
While I'm here, bump dependent ports since our SHLIB major version has
changed
[1] https://reviews.freebsd.org/D665
Approved by: portmgr (implicit, bump unstaged port) |
1.0.2_5 30 Jul 2014 03:57:24 |
pi |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
1.0.2_4 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.0.2_3 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
1.0.2_3 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
1.0.2_3 26 May 2014 12:50:41 |
miwi |
- Convert gmake, bzip2 to USES
Approved by: portmgr |
1.0.2_3 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.0.2_2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.0.2_2 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.0.2_2 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
1.0.2_1 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
1.0.2_1 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
1.0.2_1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.0.2_1 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
1.0.2 15 Dec 2012 22:22:38 |
pawel |
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 (Only the first 15 lines of the commit message are shown above ) |
0.9.14.2_7 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
0.9.14.2_7 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.9.14.2_7 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.9.14.2_7 02 Aug 2011 16:22:15 |
bapt |
Fix master_site |
0.9.14.2_7 08 Jun 2011 14:35:10 |
bapt |
- switch to USERS/GROUPS
- while here remove MD5
- bump port revision |
0.9.14.2_6 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
0.9.14.2_5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.9.14.2_5 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
0.9.14.2_5 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.9.14.2_4 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.9.14.2_4 09 Nov 2009 10:36:07 |
arved |
Unbreak configure script |
0.9.14.2_4 26 Oct 2009 20:39:16 |
pav |
- Mark BROKEN: does not configure
Reported by: pointyhat |
0.9.14.2_4 23 Sep 2009 22:17:11 |
linimon |
Reset r.gruyters@snow.nl by request due to lack of time.
Feature safe: yes |
0.9.14.2_4 23 Sep 2009 14:13:00 |
pav |
- Chase gnutls update
Reported by: pointyhat
Feature safe: yes |
0.9.14.2_3 19 Sep 2009 21:12:56 |
pav |
- Chase libprelude update
Feature safe: yes |
0.9.14.2_2 18 Feb 2009 23:36:28 |
amdmi3 |
- 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) |
0.9.12.1_2 30 Nov 2008 21:00:12 |
remko |
Restore previous maintainer, now with his new email address.
Approved by: wxs (diff not reviewed, ack'ed to commit) |
0.9.12.1_2 29 Nov 2008 23:21:13 |
pav |
- Chase libprelude update
Forgotten by: beech
Reported by: pointyhat |
0.9.12.1_1 28 Nov 2008 23:20:21 |
linimon |
Reset r.gruyters@yirdis.nl: email address bounces. |
0.9.12.1_1 21 Oct 2008 02:39:38 |
beech |
- Flag broken, does not build with current lib |
0.9.12.1_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.9.12.1_1 06 Jun 2008 14:01:07 |
edwin |
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) |
0.9.12.1 13 May 2008 14:51:51 |
miwi |
- Update to 0.9.12.1
PR: 123208
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
0.9.10_1 03 Mar 2008 11:57:08 |
novel |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
0.9.10 25 Oct 2007 02:16:57 |
clsung |
- 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) |
0.9.9.1 05 Oct 2007 01:45:06 |
clsung |
- 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) |
0.9.9 15 Aug 2007 06:48:36 |
clsung |
- 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 ) |
0.9.8_1 01 Jul 2007 08:56:17 |
novel |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
0.9.8 06 Jun 2007 12:50:09 |
araujo |
- 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) |
0.9.8 30 May 2007 06:11:57 |
miwi |
- 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) |
0.9.7.2 21 Mar 2007 07:49:43 |
clsung |
- 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) |
0.9.7.1 29 Jan 2007 19:05:07 |
gabor |
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) |
0.9.7.1 16 Jan 2007 19:04:22 |
bsam |
- 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) |
0.9.7_2 02 Jan 2007 08:54:13 |
novel |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here |
0.9.7_1 22 Dec 2006 08:54:38 |
miwi |
- Fix post installment for configuration files. (if not exists...)
- Bump PORTREVISION
PR: ports/107081
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
0.9.7 21 Dec 2006 19:14:24 |
miwi |
- 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) |
0.9.6.1 27 Nov 2006 01:16:41 |
clsung |
- 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) |
0.9.6.1 09 Oct 2006 13:38:02 |
miwi |
- Update to 0.9.6.1
PR: ports/104202
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
0.9.6 28 Aug 2006 08:39:29 |
clsung |
- 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) |
0.9.5_2 15 Aug 2006 06:45:34 |
clsung |
- Chase libpreludedb shlib version change.
- bump PORTREVISION
PR: ports/102053
Submitted by: maintainer (Robin Gruyters) |
0.9.5_1 28 Jul 2006 13:23:33 |
sat |
- Fix MASTER_SITES
Pointy hat to: garga |
0.9.5_1 06 Jul 2006 17:41:23 |
novel |
Chase gnutls shlib version change. |
0.9.5 16 Jun 2006 16:28:28 |
pav |
- 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) |
0.9.4.1_1 05 May 2006 11:24:52 |
garga |
- Chase libprelude version
- Bump PORTREVISION
PR: ports/96758, ports/96759, ports/96760
Submitted by: maintainer |
0.9.4.1 11 Apr 2006 11:32:30 |
garga |
- Update to 0.9.4.1
PR: ports/95614
Submitted by: maintainer |
0.9.4_2 28 Mar 2006 10:55:48 |
garga |
- Chase libpreludedb version
- Bump PORTREVISION
PR: ports/94994
Submitted by: maintainer |
0.9.4_1 24 Mar 2006 19:24:39 |
garga |
- Fix rc.d startup script
- Bump PORTREVISION
PR: ports/94902
Submitted by: maintainer |
0.9.4 21 Mar 2006 11:50:53 |
garga |
* 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] |
0.9.3_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.9.3_1 20 Feb 2006 23:02:38 |
sergei |
- 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) |
0.9.3 15 Feb 2006 14:02:57 |
sergei |
- 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> |
0.9.3 14 Feb 2006 15:24:58 |
sergei |
- Update to 0.9.3
- Chase libprelude/libpreludedb shlib version bumps
- Add missing file to pkg-plist; use @dirrmtry; re-sort |
0.9.1_2 10 Jan 2006 17:10:13 |
sergei |
- Chase libprelude version bump (.2 -> .4)
- Remove extra file from pkg-plist
- Bump PORTREVISION |
0.9.1_1 19 Dec 2005 10:25:19 |
sergei |
- Chase libpreludedb shlib version bump
- Bump PORTREVISION |
0.9.1 28 Nov 2005 16:39:58 |
sergei |
- Update to 0.9.1 (unbreak)
Prompted by: edwin's script |
0.9.0 25 Nov 2005 14:05:38 |
sergei |
- Add SHA256 checksums to my ports |
0.9.0 21 Nov 2005 01:28:38 |
kris |
BROKEN: Unfetchable |
0.9.0 18 Oct 2005 14:28:01 |
sergei |
- 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 |
0.8.10_1 26 Apr 2005 08:21:06 |
sergei |
- Take maintainership |
0.8.10_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.8.10_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.8.10_1 31 Jan 2005 00:35:56 |
girgen |
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) |
0.8.10_1 25 May 2004 09:19:43 |
mat |
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 |
0.8.10_1 25 Mar 2004 21:26:53 |
clement |
- Use CONFIGURE_TARGET instead of --program-prefix=""
Reminded by: -ports@ discussion |
0.8.10_1 29 Feb 2004 15:29:53 |
clement |
- Drop maintainership |
0.8.10_1 07 Feb 2004 17:16:21 |
clement |
- SIZEify distinfo |
0.8.10_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.8.10 13 Jan 2004 15:04:51 |
clement |
- Update my email address
Approved and reviewed by: erwin (mentor) |
0.8.10 17 Dec 2003 00:07:53 |
pav |
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) |
0.8.9 04 Nov 2003 03:07:33 |
foxfair |
PR: 58388
Submitted by: maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org>
Update prelude-manager to 0.8.9 |
0.8.8 26 Sep 2003 22:30:58 |
naddy |
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> |
0.8.7_1 28 Aug 2003 12:14:21 |
edwin |
[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> |
0.8.7_1 30 Jul 2003 11:35:41 |
krion |
* Add MySQL versionning hacks
* Set MySQL 4.0 to default
PR: 55043
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit) |
0.8.7 18 Jun 2003 02:52:48 |
foxfair |
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). |