| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
06 Jun 2008 15:01:07
0.9.17.2_1
|
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) |
13 May 2008 15:51:48
0.9.17.2
|
miwi  |
- Update to 0.9.17.2
PR: 123486
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
03 Mar 2008 11:57:08
0.9.16.1_1
|
novel  |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
01 Feb 2008 12:43:44
0.9.16.1
|
linimon  |
Mark as broken on sparc64: does not compile. |
18 Jan 2008 19:35:18
0.9.16.1
|
garga  |
- Update to 0.9.16.1
PR: ports/119708
Submitted by: maintainer |
25 Oct 2007 03:18:38
0.9.16
|
clsung  |
- Update to 0.9.16
- Added two patches due to some system umask settlement(s).
Added file(s):
- files/patch-prelude-admin__prelude-admin.c
- files/patch-src__prelude-failover.c
Changelog libprelude-0.9.16:
- Implement prelude-admin list [-l] command, which provide the ability to
list existing profile name, permission, registration permission, analyzerID,
and Issuer analyzerid.
- Implement multiple analyzer deletion in prelude-admin.
- Correct printing of IDMEF time field using non local GMT offset.
- Patch to avoid struct typespec redefinition, due to variable mispelling.
This fixes a compilation problem on OpenBSD 3.8.
- Various bug fixes.
PR: ports/117417
Submitted by: maintainer (Robin Gruyters) |
05 Oct 2007 02:44:07
0.9.15.2
|
clsung  |
- Update to 0.9.15.2
- Updated patch-Makefile.in
- Added Man page
Changelog libprelude:
- prelude-adduser has been renamed to prelude-admin, and now include command
to print or send files containing binary IDMEF data.
- Brand new failover implementation, Feature a real 'journaling' log,
allowing to restart where we were interupted. Allow multiple process to write
to
the same failover, and is chroot safe.
- prelude-admin manpage, thanks to Frederic Motte <fred at ubixis com>.
- Use SHA1 in place of MD5 for Analyzer checksum.
- Do not set TCP option on UNIX socket, avoid un-necessary warning.
- New measure all over the public interface to protect against bad API
usage, when a function is not used correctly, a critical warning is triggered. (Only the first 15 lines of the commit message are shown above ) |
02 Jul 2007 13:04:50
0.9.14_1
|
rafan  |
- Update dependency on security/gnutls
PR: ports/114210
Submitted by: Robin Gruyters <r.gruyters at yirdis.nl> (maintainer) |
06 Jun 2007 13:50:09
0.9.14
|
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) |
02 Apr 2007 10:52:03
0.9.13.2
|
clsung  |
- Update to 0.9.13.2
Changelog libprelude-0.9.13.2:
- Improve error reporting with the central option interface.
- Fix a bug when comparing IDMEF object with optional fields.
- Fix a problem with the logger, where large log entry wouldn't be
logged.
- Fix distclean target.
PR: ports/111131
Submitted by: maintainer (Robin Gruyters) |
16 Mar 2007 21:06:01
0.9.13.1
|
miwi  |
- Update to 0.9.13.1
PR: 110389
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
22 Feb 2007 16:26:26
0.9.13
|
rafan  |
- Update to 0.9.13
PR: ports/109428
Submitted by: Robin Gruyters <r.gruyters at yirdis.nl> (maintainer) |
29 Jan 2007 19:05:07
0.9.12.2
|
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) |
08 Jan 2007 15:20:10
0.9.12.2
|
clsung  |
- Update to 0.9.12.2
Changelog libprelude:
- Ability to debug TLS communication through a new LIBPRELUDE_TLS_DEBUG
environment variable.
- Prevent binding generation error when using old SWIG version.
- Generate bindings for the error handling API.
- Small Perl/Python detection improvement. Fix #182.
- Fix bindings compilation when using make -j.
- New configure --with-perl-installdirs flags: might be used to override
default site perl installation.
- Fix make installation error when Perl bindings are disabled.
PR: ports/107677
Submitted by: maintainer (Robin Gruyters) |
02 Jan 2007 08:54:13
0.9.12_2
|
novel  |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here |
22 Dec 2006 08:56:09
0.9.12_1
|
miwi  |
- Added post installment for configuration files
- Bump PORTREVISION
PR: ports/107079
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
21 Dec 2006 19:14:35
0.9.12
|
miwi  |
- Update to 0.9.12
- Updated patch Perl Prelude bindings
Changelog libprelude-0.9.12:
- Correctly pack and unpack float value when sending/receiving.
- More error checking on IDMEF object copy.
- Fix a crash that occured when destroying a copied object.
- Correct registration warning when using AF_UNIX socket.
- Compile on systems lacking poll().
- IpV6 compatibility fixes.
- Fix OS X compilation issues.
- Various portability fixes.
PR: ports/107009
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
27 Nov 2006 01:16:41
0.9.11
|
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) |
10 Aug 2006 04:52:55
0.9.10.2
|
rafan  |
- Update to 0.9.10.2
PR: ports/101585
Submitted by: Robin Gruyters <r.gruyters at yirdis.nl> (maintainer) |
27 Jul 2006 11:56:11
0.9.10.1
|
garga  |
Fix build on 4.x
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) by email |
26 Jul 2006 14:01:11
0.9.10.1
|
garga  |
- Update to 0.9.10.1
- Mark it as BROKEN on 4.x. Maintainer will alert authors to fix it.
PR: ports/100854
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
19 Jul 2006 16:04:25
0.9.10
|
rafan  |
- Update to 0.9.10
Note that though shlib version bumped, no ports need to be changed.
- OPTIONS'ify
PR: ports/100490
Submitted by: maintainer |
06 Jul 2006 18:41:23
0.9.9_1
|
novel  |
Chase gnutls shlib version change. |
07 Jun 2006 16:07:26
0.9.9
|
garga  |
- Update to 0.9.9
PR: ports/98585
Submitted by: maintainer |
15 May 2006 13:40:38
0.9.8
|
garga  |
Fix build on 4.x
Submitted by: maintainer and author by email |
05 May 2006 12:21:57
0.9.8
|
garga  |
- Update to 0.9.8
PR: ports/96761
Submitted by: maintainer |
25 Apr 2006 16:57:33
0.9.7.2
|
garga  |
- Update to 0.9.7.2
PR: ports/96314
Submitted by: maintainer |
23 Mar 2006 11:09:49
0.9.7.1
|
garga  |
- Update to 0.9.7.1
PR: ports/94853
Submitted by: maintainer |
21 Mar 2006 11:50:53
0.9.7
|
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] |
02 Mar 2006 09:37:50
0.9.5_3
|
sergei  |
- Replace deprecated USE_AUTOTOOLS=libtool:15:inc construct (somehow missed
in the recent sweep) with GNU_CONFIGURE=yes; update pkg-plist appropriately
- Add .../old/ subdir to MASTER_SITES so the port is still fetchable even
when the Prelude project releases a new version
- Bump PORTREVISION
PR: ports/93795
Submitted by: Robin Gruyters (maintainer)
Approved by: portmgr (linimon) |
23 Feb 2006 10:40:45
0.9.5_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
20 Feb 2006 23:01:03
0.9.5_1
|
sergei  |
- Fix run-time linking problems of the dependent ports by installing libtool
archives (.la) files - switch to USE_LIBTOOL=libtool:15:inc
- Add a patch to avoid overwriting existing configuration files
- Bump PORTREVISION
PR: ports/93498
Submitted by: Robin Gruyters (maintainer) |
15 Feb 2006 14:02:57
0.9.5
|
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> |
14 Feb 2006 15:12:59
0.9.5
|
sergei  |
- Update to 0.9.5
- Unbreak (fix pkg-plist by using @dirrmtry) [1]
- Remove USE_REINPLACE which is not needed anymore
PR: ports/92401
Submitted by: Ion-Mihai "IOnut" Tetcu |
25 Jan 2006 23:02:22
0.9.3
|
kris  |
BROKEN: Incomplete pkg-plist |
10 Jan 2006 17:07:27
0.9.3
|
sergei  |
- Update to 0.9.3 (unbreaks fetching) |
09 Jan 2006 16:34:19
0.9.0_2
|
novel  |
Chase gnutls update. |
25 Nov 2005 14:05:38
0.9.0_1
|
sergei  |
- Add SHA256 checksums to my ports |
14 Oct 2005 19:17:00
0.9.0_1
|
sergei  |
- Respect NOPORTDOCS
- Fix pkg-plist if WITH_PERL/WITH_PYTHON are defined
- Properly clean up (extra directories) at deinstall
- Bump PORTREVISION |
07 Oct 2005 16:00:21
0.9.0
|
sergei  |
- Update to 0.9.0
- libprelude now always depends on GnuTLS
- Add two new knobs - WITH_PERL and WITH_PYTHON - to install Perl and Python
bindings, respectively (both knobs are off by default)
- Remove patch we no longer need |
26 Apr 2005 09:21:06
0.8.10_1
|
sergei  |
- Take maintainership |
12 Apr 2005 04:26:57
0.8.10_1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
0.8.10_1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
14 Aug 2004 17:26:26
0.8.10_1
|
krion  |
Fix plist. |
10 Apr 2004 18:26:55
0.8.10_1
|
trevor  |
Tidy up whitespace. |
25 Mar 2004 21:26:53
0.8.10_1
|
clement  |
- Use CONFIGURE_TARGET instead of --program-prefix=""
Reminded by: -ports@ discussion |
14 Mar 2004 06:17:56
0.8.10_1
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
29 Feb 2004 15:29:53
0.8.10_1
|
clement  |
- Drop maintainership |
07 Feb 2004 17:16:21
0.8.10_1
|
clement  |
- SIZEify distinfo |
04 Feb 2004 05:10:27
0.8.10_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
13 Jan 2004 15:04:51
0.8.10
|
clement  |
- Update my email address
Approved and reviewed by: erwin (mentor) |
17 Dec 2003 00:07:53
0.8.10
|
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) |
04 Nov 2003 03:05:25
0.8.8
|
foxfair  |
PR: 58388
Submitted by: maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org>
Upgrade libprelude to 0.8.8 |
06 Oct 2003 14:12:16
0.8.7
|
edwin  |
[maintainer update] security/{libprelude,prelude-lil,prelude-nids}: update to
latest versions.
- update libprelude to 0.8.7
- update prelude-nids to 0.8.4
- update prelude-lml 0.8.5
PR: ports/57625
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
26 Sep 2003 23:30:58
0.8.6
|
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> |
18 Jun 2003 03:40:11
0.8.5
|
foxfair  |
PR: 53011
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Reviewed by: me
Add libprelude 0.8.5, libraries of prelude Network Intrusion Detection System. |