summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2008-03-03 15:13:02 +0000
committershannonjr <shannonjr@pkgsrc.org>2008-03-03 15:13:02 +0000
commit39e994d32faf1ec01e1de524f58e691b2f9f29bd (patch)
tree71a96e7efe6c03ec2ba8c7b530e484b6f7fc54a2 /security
parent98e4d498145c9ae69f3d93e0a3906658bd91a07c (diff)
downloadpkgsrc-39e994d32faf1ec01e1de524f58e691b2f9f29bd.tar.gz
Update to 0.9.16.2. Changes:
- Fix bindings for IDMEF 'get_next' functions. - Make sure we use no additional GnuLib compiler flags when building bindings, this fix bindings compilation failure on some architecture (Solaris).
Diffstat (limited to 'security')
-rw-r--r--security/libprelude/Makefile4
-rw-r--r--security/libprelude/distinfo9
-rw-r--r--security/libprelude/patches/patch-ac23
3 files changed, 6 insertions, 30 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile
index b77af11982f..ee37706b607 100644
--- a/security/libprelude/Makefile
+++ b/security/libprelude/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2007/10/29 21:55:30 shannonjr Exp $
+# $NetBSD: Makefile,v 1.28 2008/03/03 15:13:02 shannonjr Exp $
#
-DISTNAME= libprelude-0.9.16
+DISTNAME= libprelude-0.9.16.2
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
diff --git a/security/libprelude/distinfo b/security/libprelude/distinfo
index 122490913c2..daaba54a85f 100644
--- a/security/libprelude/distinfo
+++ b/security/libprelude/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.20 2007/10/29 21:55:30 shannonjr Exp $
+$NetBSD: distinfo,v 1.21 2008/03/03 15:13:02 shannonjr Exp $
-SHA1 (libprelude-0.9.16.tar.gz) = a42d5a96b4d0d19744747f97ddaf409682785181
-RMD160 (libprelude-0.9.16.tar.gz) = bbcd7be68df090e7951e7c437e6f9481649ced85
-Size (libprelude-0.9.16.tar.gz) = 1964830 bytes
+SHA1 (libprelude-0.9.16.2.tar.gz) = c2e5e3440b1bb89e2f84ca2f3d5cc73b5d1dbdea
+RMD160 (libprelude-0.9.16.2.tar.gz) = 5e4c7745006039589f0cf06e23677dcaa4423d35
+Size (libprelude-0.9.16.2.tar.gz) = 1986749 bytes
SHA1 (patch-aa) = c8aff1bce0b649b77554eefca4625f69393ac1c2
SHA1 (patch-ab) = 3fa1b01b728cd1210cf22717e2f6c81a3d3b70cc
-SHA1 (patch-ac) = d459148ce7035ef26440e52ae9154c32080ae1a5
SHA1 (patch-ad) = e89900459ed7834801ae22b7a4a711163ec3f86b
diff --git a/security/libprelude/patches/patch-ac b/security/libprelude/patches/patch-ac
deleted file mode 100644
index 6457032db5b..00000000000
--- a/security/libprelude/patches/patch-ac
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ac,v 1.5 2007/09/15 08:30:51 joerg Exp $
-
-Hack around GNUlib idiosyncracy where the overwritten stdio.h includes
-sys/types.h which includes stdint.h (overwritten!) which includes wchar.h
-which includes stdio.h, BOOM.
-
---- libmissing/stdio_.h.orig 2007-09-14 11:29:05.000000000 +0000
-+++ libmissing/stdio_.h
-@@ -35,6 +35,14 @@
- #include <stdarg.h>
- #include <stddef.h>
-
-+#ifdef __DragonFly__
-+#include <machine/stdint.h>
-+#ifndef _SSIZE_T_DECLARED
-+#define _SSIZE_T_DECLARED
-+typedef __ssize_t ssize_t;
-+#endif
-+#endif
-+
- #if (@GNULIB_FSEEKO@ && @REPLACE_FSEEKO@) \
- || (@GNULIB_FTELLO@ && @REPLACE_FTELLO@) \
- || (@GNULIB_GETDELIM@ && !@HAVE_DECL_GETDELIM@) \