pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libprelude Update to 0.9.6.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b334773a8290
branches: trunk
changeset: 509161:b334773a8290
user: shannonjr <shannonjr%pkgsrc.org@localhost>
date: Sat Mar 04 12:35:31 2006 +0000
description:
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:
security/libprelude/Makefile | 4 ++--
security/libprelude/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (28 lines):
diff -r 9cfb9db87e89 -r b334773a8290 security/libprelude/Makefile
--- a/security/libprelude/Makefile Sat Mar 04 09:10:32 2006 +0000
+++ b/security/libprelude/Makefile Sat Mar 04 12:35:31 2006 +0000
@@ -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 -r 9cfb9db87e89 -r b334773a8290 security/libprelude/distinfo
--- a/security/libprelude/distinfo Sat Mar 04 09:10:32 2006 +0000
+++ b/security/libprelude/distinfo Sat Mar 04 12:35:31 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index