pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/libzdb libzdb: update to 3.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54d511124a55
branches:  trunk
changeset: 446819:54d511124a55
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Feb 13 14:07:40 2021 +0000

description:
libzdb: update to 3.2.2

Version 3.2.2 Released on 1 April 2020
  Fixed: Removed Thread.h from the public API.

Version 3.2.1 Released on 6 March 2020
  New: Include Library version number in zdb.h
  Fixed: Simplified test/zdbpp.cpp and added missing header
  Fixed: Improved support for MySQL 8 and MariaDB

Version 3.2 Released on 3 Apr 2019

  New: C++17 support via zdbpp.h which is distributed with libzdb for more
    idiomatic use of libzdb from C++.
  New: Support prefetch rows for MySQL and Oracle. Either programatically
    via Connection_setFetchSize() or via ResultSet_setFetchSize() or
    via a new global fetch-size URL option.
  New: MySQL 5.7 and later. Added session query timeout accessible via
    Connection_setQueryTimeout()
  New: MySQL 8. Added a new URL option auth-plugin which specify the
    authentication plugin to use when connecting to a MySQL server.
  New: Oracle: Added a new URL option sysdba for connecting with
  sysdba privileges.
  Fixed: Revert previous fix (#8) and remove last SQL terminator character ';'
    in statements, except if preceded with END; to allow for ending a
    pl/sql block.
Fixed: Oracle: Set SQL null value in prepared statement
Fixed: Oracle: Handle date/time literal values

diffstat:

 databases/libzdb/Makefile |  16 ++++++++--------
 databases/libzdb/PLIST    |   3 ++-
 databases/libzdb/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 14 deletions(-)

diffs (67 lines):

diff -r b5ff0c68d771 -r 54d511124a55 databases/libzdb/Makefile
--- a/databases/libzdb/Makefile Sat Feb 13 14:05:40 2021 +0000
+++ b/databases/libzdb/Makefile Sat Feb 13 14:07:40 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/11/05 09:06:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2021/02/13 14:07:40 tnn Exp $
 
-DISTNAME=      libzdb-3.1
-PKGREVISION=   16
+DISTNAME=      libzdb-3.2.2
 CATEGORIES=    databases
 MASTER_SITES=  http://www.tildeslash.com/libzdb/dist/
 
@@ -11,16 +10,17 @@
 LICENSE=       gnu-gpl-v3
 
 GNU_CONFIGURE= yes
+USE_LANGUAGES+=        c c++
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake
 
 PKGCONFIG_OVERRIDE+=   zdb.pc.in
 
-SUBST_CLASSES+=                ossl
-SUBST_STAGE.ossl=      pre-configure
-SUBST_MESSAGE.ossl=    fix openssl configure test usage of deprecated symbol
-SUBST_FILES.ossl=      configure
-SUBST_SED.ossl=                -e 's,SSL_library_init,SSL_CTX_new,g'
+SUBST_CLASSES+=                tput
+SUBST_STAGE.tput=      pre-configure
+SUBST_MESSAGE.tput=    don't break the user's terminal
+SUBST_FILES.tput=      configure
+SUBST_SED.tput=                -e 's,(tput[^)]*),(true),g'
 
 .include "options.mk"
 
diff -r b5ff0c68d771 -r 54d511124a55 databases/libzdb/PLIST
--- a/databases/libzdb/PLIST    Sat Feb 13 14:05:40 2021 +0000
+++ b/databases/libzdb/PLIST    Sat Feb 13 14:07:40 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/08/30 17:41:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/02/13 14:07:40 tnn Exp $
 include/zdb/Connection.h
 include/zdb/ConnectionPool.h
 include/zdb/Exception.h
@@ -7,5 +7,6 @@
 include/zdb/SQLException.h
 include/zdb/URL.h
 include/zdb/zdb.h
+include/zdb/zdbpp.h
 lib/libzdb.la
 lib/pkgconfig/zdb.pc
diff -r b5ff0c68d771 -r 54d511124a55 databases/libzdb/distinfo
--- a/databases/libzdb/distinfo Sat Feb 13 14:05:40 2021 +0000
+++ b/databases/libzdb/distinfo Sat Feb 13 14:07:40 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 01:56:14 agc Exp $
+$NetBSD: distinfo,v 1.4 2021/02/13 14:07:40 tnn Exp $
 
-SHA1 (libzdb-3.1.tar.gz) = 83136684c6dff5e4bb3cc69fe04219c2e39c0609
-RMD160 (libzdb-3.1.tar.gz) = a8be00d56ea631a181a9b03a88c87411890455dd
-SHA512 (libzdb-3.1.tar.gz) = 7cf24ccf0f0a938955d8b54af2c6eca8a8f700737beafde9e824129f324511e06adbc11a3fdbd6ad6d9b902fdae6f7caab4e5c1c594d2211be314e3a24c697f3
-Size (libzdb-3.1.tar.gz) = 720162 bytes
+SHA1 (libzdb-3.2.2.tar.gz) = 0482ccb83582c3454e98a5542d82a7945a356ceb
+RMD160 (libzdb-3.2.2.tar.gz) = b6479b10f995f1b21a90be54c92660e54f1925f4
+SHA512 (libzdb-3.2.2.tar.gz) = 1e732f8785322e0369de16a8100c9467e96ad1ca4eee31e8bfc349f4f17d4cc237a691addc060a66e1b46bcfeb99c3aed07b1d5dbe20e70fde4ffbf35dbea2eb
+Size (libzdb-3.2.2.tar.gz) = 752292 bytes



Home | Main Index | Thread Index | Old Index