Commit graph

40 commits

Author SHA1 Message Date
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
Roman Bogorodskiy
3d0dcc46ab - Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
2007-01-02 08:54:13 +00:00
Martin Wilke
364c61e689 - Fix post installment for configuration files. (if not exists...)
- Bump PORTREVISION

PR:		ports/107081
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2006-12-22 08:54:38 +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
Cheng-Lung Sung
86e10e595b - 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)
2006-11-27 01:16:41 +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
Cheng-Lung Sung
d1b2160b0c - Chase libpreludedb shlib version change.
- bump PORTREVISION

PR:		ports/102053
Submitted by:	maintainer (Robin Gruyters)
2006-08-15 06:45:33 +00:00
Andrew Pantyukhin
39f4b9a490 - Fix MASTER_SITES
Pointy hat to:	garga
2006-07-28 13:23:33 +00:00
Roman Bogorodskiy
26d33e9388 Chase gnutls shlib version change. 2006-07-06 17:41:23 +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
ef92eb19dd - Chase libprelude version
- Bump PORTREVISION

PR:		ports/96758, ports/96759, ports/96760
Submitted by:	maintainer
2006-05-05 11:24:52 +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
417c8cb90c - Chase libpreludedb version
- Bump PORTREVISION

PR:		ports/94994
Submitted by:	maintainer
2006-03-28 10:55:48 +00:00
Renato Botelho
e0b8b4e73f - Fix rc.d startup script
- Bump PORTREVISION

PR:		ports/94902
Submitted by:	maintainer
2006-03-24 19:24:39 +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
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Sergei Kolobov
7422862bd1 - 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)
2006-02-20 23:02:38 +00:00
Sergei Kolobov
afe3e8f2d7 - 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>
2006-02-15 14:02:57 +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
47d941ecfa - Chase libprelude version bump (.2 -> .4)
- Remove extra file from pkg-plist
- Bump PORTREVISION
2006-01-10 17:10:13 +00:00
Sergei Kolobov
8e09579173 - Chase libpreludedb shlib version bump
- Bump PORTREVISION
2005-12-19 10:25:19 +00:00
Sergei Kolobov
80efc3d166 - Update to 0.9.1 (unbreak)
Prompted by:	edwin's script
2005-11-28 16:39:58 +00:00
Kris Kennaway
baa9a633fd BROKEN: Unfetchable 2005-11-21 01:33: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
Sergei Kolobov
68a7dff26a - Take maintainership 2005-04-26 08:21:06 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Palle Girgensohn
34fa6c853e 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)
2005-01-31 00:35:55 +00:00
Mathieu Arnold
4031a6967c 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
2004-05-25 09:19:42 +00:00
Clement Laforet
0dd9c1c8fc - Use CONFIGURE_TARGET instead of --program-prefix=""
Reminded by:    -ports@ discussion
2004-03-25 21:26:53 +00:00
Clement Laforet
c4bd8aa850 - Drop maintainership 2004-02-29 15:29:53 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Clement Laforet
3887814e09 - Update my email address
Approved and reviewed by:    erwin (mentor)
2004-01-13 15:04:51 +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
Edwin Groothuis
9ef067bd95 [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>
2003-08-28 12:14:21 +00:00
Kirill Ponomarev
88ce61c4c2 * Add MySQL versionning hacks
* Set MySQL 4.0 to default

PR:		55043
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-07-30 11:35:41 +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