diff options
author | shannonjr <shannonjr> | 2006-03-04 12:35:31 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2006-03-04 12:35:31 +0000 |
commit | aaf1908b3e1df29f4f6f0494f6aa34215ed852b6 (patch) | |
tree | 47453b139ae73683140388511dab0b58c33c8557 /security/libprelude | |
parent | 9062bdc38ccc61b4cd1f6002cc04f3127d54c449 (diff) | |
download | pkgsrc-aaf1908b3e1df29f4f6f0494f6aa34215ed852b6.tar.gz |
Update to 0.9.6.1.
Changes:
* libprelude-0.9.6.1:
- Flex generated file build fix for FreeBSD / NetBSD.
* libprelude-0.9.6:
- Implement workaround for buggy libtool that will fail
looking up symbol with preopening enabled in case the
libtool archive is missing. Lot of distribution package
seem to suffer from this.
- idmef-path API improvement, allow user to specify negative
index to address the list in reverse. Developer are now
supposed to use IDMEF_LIST_APPEND (in place of index -1) and
IDMEF_LIST_PREPEND (in place of 0) on listed object operation.
- idmef-path API improvement: support for (<<) and (>>) listed
object index, meaning to prepend the object / to append it,
as well as (*) meaning to retrieve all object from a list. This
deprecate the usage of (-1) previously used for appending.
- Fix deconnection problem in client reading mode.
- Improve option parsing: option value can now be provided using
--option=value. This format is now a requirement for option that
use an optional argument. Provide arguments information in the
option help.
- Fix deadlock on asynchronous prelude-client destruction.
- Definitely fix the problem where prelude-adduser will, on some system,
listen to Ipv6 IP address as the default: we now bind every address
returned by getaddrinfo().
- Fix crash in case of successive call to prelude_init(), prelude_deinit(),
then prelude_init() again.
- Introduce --passwd and --passwd-file option for prelude-adduser
register and registration-server mode, allowing to specify one shot
password on the command line, from a file, or from stdin.
- Verbose error handling for prelude-adduser.
- Fix perl bindings, make them more robust by adding type checking, and fix
memory leak.
- Fix parsing of string based broken down time criterion.
- Handle configuration file containing \r.
- Fix prelude_read_multiline2() return value (fix Prelude-Manager
idmef-criteria-filter plugin).
- Fix a bug in per thread error handling code which resulted in NULL
error to be returned in case an application thread exited.
- Various bug fixes.
Diffstat (limited to 'security/libprelude')
-rw-r--r-- | security/libprelude/Makefile | 4 | ||||
-rw-r--r-- | security/libprelude/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 84ca2d58da1..5c7dab97707 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2006/02/08 09:58:46 shannonjr Exp $ +# $NetBSD: Makefile,v 1.5 2006/03/04 12:35:31 shannonjr Exp $ # -DISTNAME= libprelude-0.9.5 +DISTNAME= libprelude-0.9.6.1 #PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ diff --git a/security/libprelude/distinfo b/security/libprelude/distinfo index f988a0ca8aa..305884cd9f5 100644 --- a/security/libprelude/distinfo +++ b/security/libprelude/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2006/02/08 09:58:46 shannonjr Exp $ +$NetBSD: distinfo,v 1.5 2006/03/04 12:35:31 shannonjr Exp $ -SHA1 (libprelude-0.9.5.tar.gz) = 5700936158e873c49dcf55a32258303b442a0d6a -RMD160 (libprelude-0.9.5.tar.gz) = 741f19955909ab29dd1e2d9a1564289d38af9568 -Size (libprelude-0.9.5.tar.gz) = 1714089 bytes +SHA1 (libprelude-0.9.6.1.tar.gz) = a32486a282710900800783960f803ef6e843a11f +RMD160 (libprelude-0.9.6.1.tar.gz) = 75c957525a1335df03062e89d70f5fba223ecaa8 +Size (libprelude-0.9.6.1.tar.gz) = 1736457 bytes SHA1 (patch-aa) = 1d788517feb2ef687777ae6640033d9f177b07f8 SHA1 (patch-ab) = 592f42a6d9217c502eb49e8fb0ba7d17a49f2ada SHA1 (patch-ac) = 34f11cdf22cbdc843ed0db6ea017a56b2ec780ca |