aboutsummaryrefslogtreecommitdiffstats
path: root/security/prelude-manager
Commit message (Collapse)AuthorAgeFilesLines
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-1/+2
| | | | bump PORTREVISIONs.
* - Update libprelude to 0.9.14.Marcelo Araujo2007-06-061-1/+1
| | | | | | | | | - Update dependent ports accordingly. - Bump PORTVERSION to force rebuild. PR: ports/112703 Submitted by: Marcelo Araujo <araujo@FreeBSD.org> Approved by: stas (mentor)
* - Update to 0.9.8Martin Wilke2007-05-303-4/+17
| | | | | | | | | | | | | | | | - 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)
* - Update to 0.9.7.2Cheng-Lung Sung2007-03-212-4/+4
| | | | | | | | | | | | 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)
* Remove USE_GPG from all effected ports. This knob is a no-op and the way itGabor Kovesdan2007-01-301-2/+0
| | | | | | | | | 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)
* - update to 0.9.7.1;Boris Samorodov2007-01-174-21/+9
| | | | | | | | - 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)
* - Chase security/gnutls updateRoman Bogorodskiy2007-01-021-2/+2
| | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
* - Fix post installment for configuration files. (if not exists...)Martin Wilke2006-12-221-1/+2
| | | | | | | - Bump PORTREVISION PR: ports/107081 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
* - Update to 0.9.7Martin Wilke2006-12-224-6/+27
| | | | | | | | | | | | | 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)
* - Update to 0.9.11Cheng-Lung Sung2006-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* - Update to 0.9.6.1Martin Wilke2006-10-092-5/+5
| | | | | PR: ports/104202 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
* - Update to 0.9.6Cheng-Lung Sung2006-08-282-5/+4
| | | | | | | | | | | | 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)
* - Chase libpreludedb shlib version change.Cheng-Lung Sung2006-08-151-2/+2
| | | | | | | - bump PORTREVISION PR: ports/102053 Submitted by: maintainer (Robin Gruyters)
* - Fix MASTER_SITESAndrew Pantyukhin2006-07-281-1/+1
| | | | Pointy hat to: garga
* Chase gnutls shlib version change.Roman Bogorodskiy2006-07-071-1/+2
|
* - Update to 0.9.5Pav Lucistnik2006-06-173-10/+17
| | | | | | | | - Add dependency on gnutls - Make libxml dependency optional PR: ports/98942 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
* - Chase libprelude versionRenato Botelho2006-05-051-1/+2
| | | | | | | - Bump PORTREVISION PR: ports/96758, ports/96759, ports/96760 Submitted by: maintainer
* - Update to 0.9.4.1Renato Botelho2006-04-113-10/+9
| | | | | PR: ports/95614 Submitted by: maintainer
* - Chase libpreludedb versionRenato Botelho2006-03-281-2/+2
| | | | | | | - Bump PORTREVISION PR: ports/94994 Submitted by: maintainer
* - Fix rc.d startup scriptRenato Botelho2006-03-252-1/+2
| | | | | | | - Bump PORTREVISION PR: ports/94902 Submitted by: maintainer
* * security/libprelude: [1]Renato Botelho2006-03-214-16/+44
| | | | | | | | | | | | | | | | | | | | | | | - 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]
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+0
| | | | Approved by: portmgr (kris)
* - Fix run-time linking problems of the Prelude ports by installing libtoolSergei Kolobov2006-02-212-3/+16
| | | | | | | | | 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)
* - Transfer maintainership of the Prelude ports to the submitter,Sergei Kolobov2006-02-151-1/+1
| | | | | | | who has kindly agreed to adopt them PR: ports/93386 Submitted by: Robin Gruyters <r dot gruyters at yirdis dot nl>
* - Update to 0.9.3Sergei Kolobov2006-02-143-13/+14
| | | | | - Chase libprelude/libpreludedb shlib version bumps - Add missing file to pkg-plist; use @dirrmtry; re-sort
* - Chase libprelude version bump (.2 -> .4)Sergei Kolobov2006-01-112-3/+2
| | | | | - Remove extra file from pkg-plist - Bump PORTREVISION
* - Chase libpreludedb shlib version bumpSergei Kolobov2005-12-191-1/+2
| | | | - Bump PORTREVISION
* - Update to 0.9.1 (unbreak)Sergei Kolobov2005-11-292-9/+7
| | | | Prompted by: edwin's script
* - Add SHA256 checksums to my portsSergei Kolobov2005-11-251-0/+2
|
* BROKEN: UnfetchableKris Kennaway2005-11-211-0/+2
|
* - Update to 0.9.0Sergei Kolobov2005-10-184-100/+29
| | | | | | | | - 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
* - Take maintainershipSergei Kolobov2005-04-261-1/+1
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-1/+1
| | | | | | | | 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)
* Remove databases/postgresql-client because there can't be a -server, and havingMathieu Arnold2004-05-251-1/+1
| | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
* - Use CONFIGURE_TARGET instead of --program-prefix=""Clement Laforet2004-03-261-2/+3
| | | | Reminded by: -ports@ discussion
* - Drop maintainershipClement Laforet2004-02-291-1/+1
|
* - SIZEify distinfoClement Laforet2004-02-081-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 1)
* - Update my email addressClement Laforet2004-01-131-1/+1
| | | | Approved and reviewed by: erwin (mentor)
* libpreludePav Lucistnik2003-12-173-5/+6
| | | | | | | | | | | | | | - 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)
* PR: 58388Foxfair Hu2003-11-042-2/+2
| | | | | Submitted by: maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org> Update prelude-manager to 0.8.9
* Update prelude ports to latest version:Christian Weisgerber2003-09-274-19/+38
| | | | | | | | | | 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>
* [update ports]: Use USE_MYSQL and USE_OPENLDAP in my portsEdwin Groothuis2003-08-281-24/+2
| | | | | | | | | www/mod_accounting [1] mail/perdition [2] security/prelude-manager [3] PR: ports/56026 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* * Add MySQL versionning hacksKirill Ponomarev2003-07-301-8/+31
| | | | | | | | * Set MySQL 4.0 to default PR: 55043 Submitted by: maintainer Approved by: fjoe (mentor) (implicit)
* PR: 53014Foxfair Hu2003-06-185-0/+131
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).