diff options
author | adam <adam@pkgsrc.org> | 2012-01-08 09:22:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-01-08 09:22:52 +0000 |
commit | ceb947353f47c0dcd59c47558144e3e09b39e69f (patch) | |
tree | 338218293501c821a7d362391f79c8d055542313 /databases | |
parent | f97c57215b2b69d0c455b863b3349be28565fbc6 (diff) | |
download | pkgsrc-ceb947353f47c0dcd59c47558144e3e09b39e69f.tar.gz |
Changes 1.10:
* Internationalization
This version of GDBM is fully internationalized. The following
localizations are available: Finnish, German, Japanese, Polish and Ukrainian.
* Support for close-on-exec flag in gdbm_open (see GDBM_CLOEXEC in the docs).
* Improve testgdbm command system
The testgdbm tool now supports multicharacter commands.
* Bugfixes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gdbm/Makefile.common | 4 | ||||
-rw-r--r-- | databases/gdbm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/gdbm/Makefile.common b/databases/gdbm/Makefile.common index b5527f74af2..685d7ddbc46 100644 --- a/databases/gdbm/Makefile.common +++ b/databases/gdbm/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.1 2011/10/17 08:40:15 obache Exp $ +# $NetBSD: Makefile.common,v 1.2 2012/01/08 09:22:52 adam Exp $ # # used by databases/gdbm/Makefile # used by databases/gdbm_compat/Makefile -DISTNAME= gdbm-1.9.1 +DISTNAME= gdbm-1.10 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/} diff --git a/databases/gdbm/distinfo b/databases/gdbm/distinfo index 265000dcea9..7f13c22d205 100644 --- a/databases/gdbm/distinfo +++ b/databases/gdbm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2011/08/17 07:17:15 adam Exp $ +$NetBSD: distinfo,v 1.8 2012/01/08 09:22:52 adam Exp $ -SHA1 (gdbm-1.9.1.tar.gz) = 0742a9ed8fc93fb5d5d3984d2acf99821134e2e9 -RMD160 (gdbm-1.9.1.tar.gz) = 512ad1b5c3a3fb7b17094d627b9d6da8215532f2 -Size (gdbm-1.9.1.tar.gz) = 554843 bytes +SHA1 (gdbm-1.10.tar.gz) = 441201e9145f590ba613f8a1e952455d620e0860 +RMD160 (gdbm-1.10.tar.gz) = 32207388952acc2e9123fd1fd1f8880031cfb8d6 +Size (gdbm-1.10.tar.gz) = 655599 bytes |