From aa2cd422bc90cd58aefa53d13281552f849b5388 Mon Sep 17 00:00:00 2001 From: shannonjr Date: Tue, 31 Jan 2006 10:44:45 +0000 Subject: Update to 0.9.4. Changes: - Some useful API addition. - Much improved, verbose error reporting. - Cleaned up TLS handling, various bugfix. - In case an error occur when verifying the peer certificate, notify the peer about the failure. The Prelude Library is the glue that binds all aspects of Prelude together. It is a library which enables Prelude components to communicate with the Prelude Manager. It also makes it easy for third party software to be made 'Prelude Aware' (able to communicate with Prelude components). It provide common, useful features used by every sensor. --- security/libprelude/Makefile | 4 ++-- security/libprelude/PLIST | 3 ++- security/libprelude/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'security/libprelude') diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 53957319868..81b2331c458 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/01/29 15:54:04 shannonjr Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/31 10:44:45 shannonjr Exp $ # -DISTNAME= libprelude-0.9.3 +DISTNAME= libprelude-0.9.4 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ diff --git a/security/libprelude/PLIST b/security/libprelude/PLIST index f10cf98c42a..1e669d579c5 100644 --- a/security/libprelude/PLIST +++ b/security/libprelude/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/29 15:54:04 shannonjr Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/01/31 10:44:45 shannonjr Exp $ bin/libprelude-config bin/prelude-adduser include/libprelude/common.h @@ -42,6 +42,7 @@ include/libprelude/prelude-option-wide.h include/libprelude/prelude-option.h include/libprelude/prelude-plugin.h include/libprelude/prelude-string.h +include/libprelude/prelude-thread.h include/libprelude/prelude-timer.h include/libprelude/prelude.h include/libprelude/variable.h diff --git a/security/libprelude/distinfo b/security/libprelude/distinfo index 4da9949aba2..d288078f8c2 100644 --- a/security/libprelude/distinfo +++ b/security/libprelude/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/01/29 15:54:04 shannonjr Exp $ +$NetBSD: distinfo,v 1.2 2006/01/31 10:44:45 shannonjr Exp $ -SHA1 (libprelude-0.9.3.tar.gz) = 38bc3bd102d21b164ed7da6586ada38b55fbe46a -RMD160 (libprelude-0.9.3.tar.gz) = 40b520978a71fd7dbcce4dd84e5fc16b75632543 -Size (libprelude-0.9.3.tar.gz) = 1704602 bytes +SHA1 (libprelude-0.9.4.tar.gz) = e300561bbbdcdbba4e4d9ca9fafc0529b546c7d0 +RMD160 (libprelude-0.9.4.tar.gz) = de86fa000d1b23d3cbc69a013571670d9070a874 +Size (libprelude-0.9.4.tar.gz) = 1714892 bytes SHA1 (patch-aa) = 1d788517feb2ef687777ae6640033d9f177b07f8 SHA1 (patch-ab) = 592f42a6d9217c502eb49e8fb0ba7d17a49f2ada SHA1 (patch-ac) = 34f11cdf22cbdc843ed0db6ea017a56b2ec780ca -- cgit v1.2.3