git: 0643004835b1 - main - databases/tinycdb: Update to 0.80
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 03:23:16 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0643004835b11d8d8560b998fbc1ae2fce8df842 commit 0643004835b11d8d8560b998fbc1ae2fce8df842 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-22 03:16:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-22 03:16:54 +0000 databases/tinycdb: Update to 0.80 Changes: - bugfix: cdb utility: check return value from close() too, when creating the cdb file - portability: cdb utility: ignore SIGXFSZ signal if defined, to be able to clean up when exceeding file limit - robustness: let cdb_make_start to lseek() to the zero position of file. This ensures the file is seekable right at the start instead of at the very end, too - portability use SEE_SET macro instead of 0 for lseek() - split out cdb_pack() into its own .c file --- databases/tinycdb/Makefile | 3 +-- databases/tinycdb/distinfo | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/tinycdb/Makefile b/databases/tinycdb/Makefile index 677bf0cb229c..3ede8cccc7b3 100644 --- a/databases/tinycdb/Makefile +++ b/databases/tinycdb/Makefile @@ -1,6 +1,5 @@ PORTNAME= tinycdb -PORTVERSION= 0.78 -PORTREVISION= 2 +PORTVERSION= 0.80 CATEGORIES= databases MASTER_SITES= http://www.corpit.ru/mjt/tinycdb/ diff --git a/databases/tinycdb/distinfo b/databases/tinycdb/distinfo index 71caa0f5de41..4026e2e3d8fd 100644 --- a/databases/tinycdb/distinfo +++ b/databases/tinycdb/distinfo @@ -1,2 +1,3 @@ -SHA256 (tinycdb-0.78.tar.gz) = 50678f432d8ada8d69f728ec11c3140e151813a7847cf30a62d86f3a720ed63c -SIZE (tinycdb-0.78.tar.gz) = 36754 +TIMESTAMP = 1695143213 +SHA256 (tinycdb-0.80.tar.gz) = c321b905e902c2ca99a3ff8a8dddfd8823247fe1edec8a4bb85f83869c639fb8 +SIZE (tinycdb-0.80.tar.gz) = 30506