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.5. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5aae3f7ba92e
branches:  trunk
changeset: 507781:5aae3f7ba92e
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Wed Feb 08 09:58:46 2006 +0000

description:
Update to 0.9.5. Changes:
- More TLS cleanup.
- Application can now report error without using specific prelude_client
  error reporting function.
- More work and improved verbose error reporting.
- Fix compilation problem with prelude_error_is_verbose() (#130).
Compilation problem on NetBSD 1.6 and OpenBSD has been fixed so patch-ad
is deleted.

diffstat:

 security/libprelude/Makefile         |   9 ++++-----
 security/libprelude/distinfo         |   9 ++++-----
 security/libprelude/patches/patch-ad |  14 --------------
 3 files changed, 8 insertions(+), 24 deletions(-)

diffs (59 lines):

diff -r 1c83bceffd6e -r 5aae3f7ba92e security/libprelude/Makefile
--- a/security/libprelude/Makefile      Wed Feb 08 09:44:26 2006 +0000
+++ b/security/libprelude/Makefile      Wed Feb 08 09:58:46 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2006/02/05 23:10:44 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/02/08 09:58:46 shannonjr Exp $
 #
-DISTNAME=              libprelude-0.9.4
-PKGREVISION=           1
+DISTNAME=              libprelude-0.9.5
+#PKGREVISION=          1
 CATEGORIES=            security
 MASTER_SITES=          http://www.prelude-ids.org/download/releases/
 
@@ -18,8 +18,7 @@
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-USE_GNU_TOOLS+=                make
-USE_TOOLS+=            bison gawk
+USE_TOOLS+=            make bison gawk
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc
diff -r 1c83bceffd6e -r 5aae3f7ba92e security/libprelude/distinfo
--- a/security/libprelude/distinfo      Wed Feb 08 09:44:26 2006 +0000
+++ b/security/libprelude/distinfo      Wed Feb 08 09:58:46 2006 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.3 2006/02/05 13:23:14 shannonjr Exp $
+$NetBSD: distinfo,v 1.4 2006/02/08 09:58:46 shannonjr Exp $
 
-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 (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 (patch-aa) = 1d788517feb2ef687777ae6640033d9f177b07f8
 SHA1 (patch-ab) = 592f42a6d9217c502eb49e8fb0ba7d17a49f2ada
 SHA1 (patch-ac) = 34f11cdf22cbdc843ed0db6ea017a56b2ec780ca
-SHA1 (patch-ad) = 3947ebbf63bee2f657d39dc13b53be35bfea1edd
diff -r 1c83bceffd6e -r 5aae3f7ba92e security/libprelude/patches/patch-ad
--- a/security/libprelude/patches/patch-ad      Wed Feb 08 09:44:26 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/02/05 13:23:14 shannonjr Exp $
-
---- ./src/prelude-io.c.orig    2006-01-28 07:48:36.000000000 -0700
-+++ ./src/prelude-io.c
-@@ -28,6 +28,9 @@
- #include <stdlib.h>
- #include <unistd.h>
- #include <errno.h>
-+#ifndef ENOTSUP
-+# define ENOTSUP EINVAL
-+#endif
- #include <sys/poll.h>
- #include <sys/ioctl.h>
- #include <netinet/in.h>



Home | Main Index | Thread Index | Old Index