The NetBSD Project

CVS log for pkgsrc/databases/libzdb/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / databases / libzdb

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 28 18:39:24 2022 UTC (13 months, 1 week ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

Update databases/libzdb to version 3.2.3.

Pkgsrc changes:
 * More patching of isxxxx() uses to u_char.

Upstream changes:

Version 3.2.3
-------------
* New: Provide better error reporting if a Connection cannot be
  obtained from the Connection Pool by introducing the method
  ConnectionPool_getConnectionOrException(). In C++ the exception
  thrown now contains the actual cause instead of a generic error.
* Fix: In C++ guard against stopping the Connection Pool with active
  Connections. I.e. all Connections should be returned to the pool
  before explicitly attempting to stop the pool. This is due to how
  C++ destructors are called at scope end; if there is a reference
  to a live Connection object after the pool is stopped it might cause
  a dealloc sequence problem.
* Fix: Issue #50 where unit test 5 could fail for MariaDB because
  mysql_stmt_affected_rows() only returns actual affected rows, not
  matched rows which MySQL does.
* Fix: plus other minor improvements and fixes

Revision 1.10 / (download) - annotate - [select for diffs], Fri Oct 28 18:25:00 2022 UTC (13 months, 1 week ago) by he
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

databases/libzdb: fix 4 uses of isxxx() by casting arg to u_char.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Oct 28 18:06:09 2022 UTC (13 months, 1 week ago) by he
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

databases/libzdb: fix one more test's time_t print issue on NetBSD.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Oct 28 17:59:47 2022 UTC (13 months, 1 week ago) by he
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

databases/libzdb: update checksums, ride previous commit.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Oct 28 17:58:03 2022 UTC (13 months, 1 week ago) by he
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

databases/libzdb: make this build on 32-bit NetBSD hosts.

Add two patches:
 * Avoid c++ overload conflict between `time_t` and `long long`
 * Fix a print of `time_t` in tests/unit.c.

It seems evaldo@gardenali.biz was swallowed by Google 10+ years
ago (domain gardenali.biz no longer exists), so I took the liberty
of reverting that to pkgsrc-users@NetBSD.org.

Bump PKGREVISION.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 26 10:09:22 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 7 13:35:13 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

databases: Remove SHA1 distfile hashes

Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 13 14:07:40 2021 UTC (2 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

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

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 3 01:56:14 2015 UTC (8 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Add SHA512 digests for distfiles for databases category

Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 12 15:20:19 2015 UTC (8 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Update to libzdb-3.1 (2015-08-31)
New: Support Literal IPv6 Addresses in the Database Connection URL. Ref. RFC2732
New: Honour timezone information if provided with date-time column values in Result Sets
Fixed: Issue #7 Removed onstop handler
Fixed: #8 Do not remove trailing SQL termination charachter ';' from statement

Revision 1.1 / (download) - annotate - [select for diffs], Sun Aug 30 17:41:51 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN

Import libzdb-3.0 as databases/libzdb.

Packaged for wip by udontknow and tnn.

The Zild Database Library implements a small, fast, and easy to
use database API with thread-safe connection pooling. The library
can connect transparently to multiple database systems, has zero
configuration and connections are specified via a standard URL
scheme.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>