diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2006-02-08 09:58:46 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2006-02-08 09:58:46 +0000 |
commit | 422f3dd3aadb9152d8ce058b17617369f133b21f (patch) | |
tree | fed2398137a2e258c2f78208a70fb3900642a273 /security | |
parent | 68806a6eb2d437894100b6e1942e19c81abdfe8b (diff) | |
download | pkgsrc-422f3dd3aadb9152d8ce058b17617369f133b21f.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')
-rw-r--r-- | security/libprelude/Makefile | 9 | ||||
-rw-r--r-- | security/libprelude/distinfo | 9 | ||||
-rw-r--r-- | security/libprelude/patches/patch-ad | 14 |
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> |