pkgsrc/databases/gdbm/Makefile.common
wiz 7fb1e5e341 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.
2018-01-28 19:40:22 +00:00

19 lines
516 B
Makefile

# $NetBSD: Makefile.common,v 1.6 2018/01/28 19:40:22 wiz Exp $
#
# used by databases/gdbm/Makefile
# used by databases/gdbm_compat/Makefile
DISTNAME= gdbm-1.14.1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/}
MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gdbm/gdbm.html
COMMENT= The GNU database manager
LICENSE= gnu-gpl-v3
DISTINFO_FILE= ${.CURDIR}/../../databases/gdbm/distinfo
PATCHDIR= ${.CURDIR}/../../databases/gdbm/patches
USE_LIBTOOL= yes
GNU_CONFIGURE= yes