pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libpreludedb Update to 0.9.15. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea0aef1485c1
branches:  trunk
changeset: 546334:ea0aef1485c1
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Wed Aug 27 22:37:09 2008 +0000

description:
Update to 0.9.15. Changes:
- preludedb-admin has a bew 'count' command, printing the result of a
COUNT() on the database.
- preludedb-admin work on smaller set of data, to prevent large
retrieval error (fix #220, refs #305).
- preludedb-admin handling of interrupted transaction was improved.
- Fix MySQL and SQLite MacOSX detection, by
Uwe Schwartz <usx303 at googlemail.com>. (fix #296).

diffstat:

 security/libpreludedb/Makefile         |   8 +++-----
 security/libpreludedb/PLIST            |   5 ++++-
 security/libpreludedb/distinfo         |   9 +++++----
 security/libpreludedb/patches/patch-aa |  13 +++++++++++++
 4 files changed, 25 insertions(+), 10 deletions(-)

diffs (68 lines):

diff -r 982258761b83 -r ea0aef1485c1 security/libpreludedb/Makefile
--- a/security/libpreludedb/Makefile    Wed Aug 27 22:03:56 2008 +0000
+++ b/security/libpreludedb/Makefile    Wed Aug 27 22:37:09 2008 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2008/03/06 14:53:53 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2008/08/27 22:37:09 shannonjr Exp $
 #
 
-DISTNAME=              libpreludedb-0.9.13
-PKGREVISION=           2
+DISTNAME=              libpreludedb-0.9.15
 CATEGORIES=            security
-MASTER_SITES=          http://www.prelude-ids.org/download/releases/ \
-                       http://www.prelude-ids.org/download/releases/old/
+MASTER_SITES=          http://www.prelude-ids.com/download/releases/libpreludedb/
 
 MAINTAINER=            shannonjr%NetBSD.org@localhost
 HOMEPAGE=              http://www.prelude-ids.org/download/releases/
diff -r 982258761b83 -r ea0aef1485c1 security/libpreludedb/PLIST
--- a/security/libpreludedb/PLIST       Wed Aug 27 22:03:56 2008 +0000
+++ b/security/libpreludedb/PLIST       Wed Aug 27 22:37:09 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2007/09/05 19:04:00 shannonjr Exp $
+@comment $NetBSD: PLIST,v 1.8 2008/08/27 22:37:09 shannonjr Exp $
 bin/libpreludedb-config
 bin/preludedb-admin
 include/libpreludedb/preludedb-error.h
@@ -45,6 +45,9 @@
 share/libpreludedb/classic/mysql-update-14-5.sql
 share/libpreludedb/classic/pgsql-update-14-5.sql
 share/libpreludedb/classic/sqlite-update-14-5.sql
+share/libpreludedb/classic/mysql-update-14-7.sql
+share/libpreludedb/classic/pgsql-update-14-7.sql
+share/libpreludedb/classic/sqlite-update-14-7.sql
 share/libpreludedb/classic/mysql.sql
 share/libpreludedb/classic/mysql2pgsql.sh
 share/libpreludedb/classic/mysql2sqlite.sh
diff -r 982258761b83 -r ea0aef1485c1 security/libpreludedb/distinfo
--- a/security/libpreludedb/distinfo    Wed Aug 27 22:03:56 2008 +0000
+++ b/security/libpreludedb/distinfo    Wed Aug 27 22:37:09 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.12 2007/09/05 19:04:00 shannonjr Exp $
+$NetBSD: distinfo,v 1.13 2008/08/27 22:37:09 shannonjr Exp $
 
-SHA1 (libpreludedb-0.9.13.tar.gz) = e8dcb2e5a19cadfa0fdf6feed9ba5c09cea02745
-RMD160 (libpreludedb-0.9.13.tar.gz) = 335feb172e86111ab93d7dfd8fd473643ffcd6de
-Size (libpreludedb-0.9.13.tar.gz) = 699987 bytes
+SHA1 (libpreludedb-0.9.15.tar.gz) = 4de780db1b623a0ed1f73f3cb56165bfa943ecd7
+RMD160 (libpreludedb-0.9.15.tar.gz) = b9eb07df2fa569e046f6f2a143e98f3845bbcfff
+Size (libpreludedb-0.9.15.tar.gz) = 810314 bytes
+SHA1 (patch-aa) = a51e3b80b09f856c6cae21b0f0773d0a8a1eb95c
diff -r 982258761b83 -r ea0aef1485c1 security/libpreludedb/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libpreludedb/patches/patch-aa    Wed Aug 27 22:37:09 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2008/08/27 22:37:09 shannonjr Exp $
+
+--- configure.orig     2008-08-27 13:14:38.000000000 -0600
++++ configure
+@@ -21052,7 +21052,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo
+ 
+ { echo "$as_me:$LINENO: checking for cpu-specific compiler flags" >&5
+ echo $ECHO_N "checking for cpu-specific compiler flags... $ECHO_C" >&6; }
+-if test "$host_cpu" == "x86_64" && test $enable_static = "yes"; then
++if test "$host_cpu" = "x86_64" && test $enable_static = "yes"; then
+         { echo "$as_me:$LINENO: result: x86_64/static: adding -fPIC" >&5
+ echo "${ECHO_T}x86_64/static: adding -fPIC" >&6; }
+         { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5



Home | Main Index | Thread Index | Old Index