pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/libzdb



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Feb 13 14:07:40 UTC 2021

Modified Files:
        pkgsrc/databases/libzdb: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/libzdb/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/libzdb/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/libzdb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/libzdb/Makefile
diff -u pkgsrc/databases/libzdb/Makefile:1.22 pkgsrc/databases/libzdb/Makefile:1.23
--- pkgsrc/databases/libzdb/Makefile:1.22       Thu Nov  5 09:06:45 2020
+++ pkgsrc/databases/libzdb/Makefile    Sat Feb 13 14:07:40 2021
@@ -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 @@ COMMENT=    Zild Database Library, a fast t
 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"
 

Index: pkgsrc/databases/libzdb/PLIST
diff -u pkgsrc/databases/libzdb/PLIST:1.1 pkgsrc/databases/libzdb/PLIST:1.2
--- pkgsrc/databases/libzdb/PLIST:1.1   Sun Aug 30 17:41:51 2015
+++ pkgsrc/databases/libzdb/PLIST       Sat Feb 13 14:07:40 2021
@@ -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/ResultSet.h
 include/zdb/SQLException.h
 include/zdb/URL.h
 include/zdb/zdb.h
+include/zdb/zdbpp.h
 lib/libzdb.la
 lib/pkgconfig/zdb.pc

Index: pkgsrc/databases/libzdb/distinfo
diff -u pkgsrc/databases/libzdb/distinfo:1.3 pkgsrc/databases/libzdb/distinfo:1.4
--- pkgsrc/databases/libzdb/distinfo:1.3        Tue Nov  3 01:56:14 2015
+++ pkgsrc/databases/libzdb/distinfo    Sat Feb 13 14:07:40 2021
@@ -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