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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3a25a4ff33f
branches:  trunk
changeset: 539308:c3a25a4ff33f
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Mon Mar 03 15:13:02 2008 +0000

description:
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:

 security/libprelude/Makefile         |   4 ++--
 security/libprelude/distinfo         |   9 ++++-----
 security/libprelude/patches/patch-ac |  23 -----------------------
 3 files changed, 6 insertions(+), 30 deletions(-)

diffs (56 lines):

diff -r 096850552e97 -r c3a25a4ff33f security/libprelude/Makefile
--- a/security/libprelude/Makefile      Mon Mar 03 12:47:06 2008 +0000
+++ b/security/libprelude/Makefile      Mon Mar 03 15:13:02 2008 +0000
@@ -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 -r 096850552e97 -r c3a25a4ff33f security/libprelude/distinfo
--- a/security/libprelude/distinfo      Mon Mar 03 12:47:06 2008 +0000
+++ b/security/libprelude/distinfo      Mon Mar 03 15:13:02 2008 +0000
@@ -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 -r 096850552e97 -r c3a25a4ff33f security/libprelude/patches/patch-ac
--- a/security/libprelude/patches/patch-ac      Mon Mar 03 12:47:06 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@) \



Home | Main Index | Thread Index | Old Index