Subject: CVS commit: pkgsrc/databases/gdbm
From: Thomas Klausner
Date: 2018-01-28 20:40:22
Message id: 20180128194022.B8933FBDE@cvs.NetBSD.org

Log Message:
gdbm: update to 1.14.1.

Version 1.14.1 - 2018-01-03

* Increment soname current version number.

Version 1.14 - 2018-01-01

* Make sure created databases are byte-for-byte reproducible

This fixes two longstanding bugs: (1) when allocating database file
header blocks, the unused memory is filled with zeroes; (2) when expanding
a mmapped memory area, the added extent is filled with zeroes.

* Fix build with --enable-gdbm-export

* Make gdbm_error global variable thread safe.

* Fix possible segmentation violation in gdbm_setopt

* Fix handling of group headers in --help output.

Files:
RevisionActionfile
1.54modifypkgsrc/databases/gdbm/Makefile
1.6modifypkgsrc/databases/gdbm/Makefile.common
1.14modifypkgsrc/databases/gdbm/distinfo
1.1removepkgsrc/databases/gdbm/patches/patch-src_gdbm.h.in