summaryrefslogtreecommitdiff
path: root/security/libprelude
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2006-02-08 09:58:46 +0000
committershannonjr <shannonjr>2006-02-08 09:58:46 +0000
commit131e4cf8422a88c0ba3aa9cef678ef19f80769c2 (patch)
treefed2398137a2e258c2f78208a70fb3900642a273 /security/libprelude
parent204887425187481c5737106bb6a0332b45e54a7a (diff)
downloadpkgsrc-131e4cf8422a88c0ba3aa9cef678ef19f80769c2.tar.gz
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 (limited to 'security/libprelude')
-rw-r--r--security/libprelude/Makefile9
-rw-r--r--security/libprelude/distinfo9
-rw-r--r--security/libprelude/patches/patch-ad14
3 files changed, 8 insertions, 24 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile
index 93ba7ef0ba0..84ca2d58da1 100644
--- a/security/libprelude/Makefile
+++ b/security/libprelude/Makefile
@@ -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 @@ PRELUDE_GROUP?= _prelude
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 --git a/security/libprelude/distinfo b/security/libprelude/distinfo
index 74f3e255b64..f988a0ca8aa 100644
--- a/security/libprelude/distinfo
+++ b/security/libprelude/distinfo
@@ -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 --git a/security/libprelude/patches/patch-ad b/security/libprelude/patches/patch-ad
deleted file mode 100644
index e6e06df48f0..00000000000
--- a/security/libprelude/patches/patch-ad
+++ /dev/null
@@ -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>