Next | Query returned 40 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-02-21 12:17:25 by Nia Alarie | Files touched by this commit (2)
Log message:
libzdb: Requires a C++17 compiler
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-10-28 20:39:25 by Havard Eidnes | Files touched by this commit (3)
Log message:
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
   2022-10-28 20:25:01 by Havard Eidnes | Files touched by this commit (4)
Log message:
databases/libzdb: fix 4 uses of isxxx() by casting arg to u_char.
   2022-10-28 20:06:09 by Havard Eidnes | Files touched by this commit (2)
Log message:
databases/libzdb: fix one more test's time_t print issue on NetBSD.
   2022-10-28 19:59:47 by Havard Eidnes | Files touched by this commit (1) | Package updated
Log message:
databases/libzdb: update checksums, ride previous commit.
   2022-10-28 19:58:03 by Havard Eidnes | Files touched by this commit (4)
Log message:
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.

Next | Query returned 40 messages, browsing 1 to 10 | Previous