pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/gdbm
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 28 19:40:22 UTC 2018
Modified Files:
pkgsrc/databases/gdbm: Makefile Makefile.common distinfo
Removed Files:
pkgsrc/databases/gdbm/patches: patch-src_gdbm.h.in
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.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/databases/gdbm/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/gdbm/Makefile.common
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/gdbm/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/gdbm/patches/patch-src_gdbm.h.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/gdbm/Makefile
diff -u pkgsrc/databases/gdbm/Makefile:1.53 pkgsrc/databases/gdbm/Makefile:1.54
--- pkgsrc/databases/gdbm/Makefile:1.53 Sat Sep 9 17:13:50 2017
+++ pkgsrc/databases/gdbm/Makefile Sun Jan 28 19:40:22 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2017/09/09 17:13:50 dholland Exp $
+# $NetBSD: Makefile,v 1.54 2018/01/28 19:40:22 wiz Exp $
.include "Makefile.common"
-PKGREVISION= 1
COMMENT= The GNU database manager
INFO_FILES= yes
Index: pkgsrc/databases/gdbm/Makefile.common
diff -u pkgsrc/databases/gdbm/Makefile.common:1.5 pkgsrc/databases/gdbm/Makefile.common:1.6
--- pkgsrc/databases/gdbm/Makefile.common:1.5 Mon Mar 20 06:02:26 2017
+++ pkgsrc/databases/gdbm/Makefile.common Sun Jan 28 19:40:22 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.5 2017/03/20 06:02:26 adam Exp $
+# $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.13
+DISTNAME= gdbm-1.14.1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/}
Index: pkgsrc/databases/gdbm/distinfo
diff -u pkgsrc/databases/gdbm/distinfo:1.13 pkgsrc/databases/gdbm/distinfo:1.14
--- pkgsrc/databases/gdbm/distinfo:1.13 Sat Sep 9 17:13:50 2017
+++ pkgsrc/databases/gdbm/distinfo Sun Jan 28 19:40:22 2018
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.13 2017/09/09 17:13:50 dholland Exp $
+$NetBSD: distinfo,v 1.14 2018/01/28 19:40:22 wiz Exp $
-SHA1 (gdbm-1.13.tar.gz) = 7f2a8301497bbcac91808b011ca533380914fd21
-RMD160 (gdbm-1.13.tar.gz) = ad3d3258d3ae82eb16237051ea0e981178d6e93e
-SHA512 (gdbm-1.13.tar.gz) = fdb777f5b415b0578ea46b4a6fc70151a04a3568e2f2c8c0219ccad8c0d34abb773d80d5d7a06462ad1a3d6c1f3b5b7ab25f9de4f43ccf05c58db05f9a2906ad
-Size (gdbm-1.13.tar.gz) = 891987 bytes
+SHA1 (gdbm-1.14.1.tar.gz) = d8d02ecfc442792756515ee1aef25a2ecbc9284c
+RMD160 (gdbm-1.14.1.tar.gz) = c42b51b1cc9170ff6bae8bc0a0961a0e8c6d8d22
+SHA512 (gdbm-1.14.1.tar.gz) = a15d7acb0ebf459f4f7d262e5a05393a9a7c8e9ae906d12ccb3b38715de15a41c9254e7814555e2f9af306ef63b2dc68b5f9f6c7b75dd0db77e07a58831ff603
+Size (gdbm-1.14.1.tar.gz) = 894412 bytes
SHA1 (patch-src_Makefile.in) = 52b47f3dcd381143d1cdae40f1972bd989dcce1f
-SHA1 (patch-src_gdbm.h.in) = 4bf48f2bd6bf28215dfca704b01f2b5302fe69c8
Home |
Main Index |
Thread Index |
Old Index