diff options
author | obache <obache> | 2009-01-24 02:19:24 +0000 |
---|---|---|
committer | obache <obache> | 2009-01-24 02:19:24 +0000 |
commit | 51c6a7fc29ce2bc0aaf5535337438ba1bf34adb5 (patch) | |
tree | b8f34961e2049fa2af289b895ee76d8f225e8972 /databases/tokyocabinet | |
parent | 5eaa03589f46f81d36825dc7bb64908dc3c4cd52 (diff) | |
download | pkgsrc-51c6a7fc29ce2bc0aaf5535337438ba1bf34adb5.tar.gz |
Update TokyoCabinet to 1.4.1.
Changes:
2009-01-19 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcutil.c (tctdbsearchimpl): optimized with macros.
* tcbdb.c (tcbdbcurjumpimpl): a bug related to backword positioning was fixed.
* tctdb.c (tctdbsearchimpl): a bug related to numeric range search was fixed.
* tctdb.c (tctdbsetcache, tctdbforeach, tctdbqryproc): new functions.
* tctdb.c (tctdbqryonecondmatch): new function.
- Release: 1.4.1
2009-01-04 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcutil.c (tccmpdecimal): equal numbers are now distinct by lexical order.
* tcutil.c (tclistnew3, tcmapnew3): new functions.
* tcutil.c (tcatoix, tclistinvert, tclog2l, tclog2d): new functions.
* tcutil.c (tcstrsplit2, tcstrsplit3, tcstrsplit4): new functions.
* tcutil.c (tcstrjoin2, tcstrjoin3, tcstrjoin4): new functions.
* tchdb.c (tchdbputimpl): a bug of memory corruption was fixed.
* tchdb.c (tchdbgetnext3): new function.
* tcbdb.c (tcbdbleafaddrec): a bug of memory corruption was fixed.
* tcbdb.c (tcbdboptimizeimpl): a bug related to parameter accession was fixed.
* tctdb.h, tctdb.c, tcttest.c, tctmttest.c, tctmgr.c: new files.
- Release: 1.4.0
Diffstat (limited to 'databases/tokyocabinet')
-rw-r--r-- | databases/tokyocabinet/Makefile | 4 | ||||
-rw-r--r-- | databases/tokyocabinet/PLIST | 4 | ||||
-rw-r--r-- | databases/tokyocabinet/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index f0a06c7d653..ce46ad776d9 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2009/01/04 10:58:22 obache Exp $ +# $NetBSD: Makefile,v 1.17 2009/01/24 02:19:24 obache Exp $ # -DISTNAME= tokyocabinet-1.3.27 +DISTNAME= tokyocabinet-1.4.1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/} diff --git a/databases/tokyocabinet/PLIST b/databases/tokyocabinet/PLIST index 90000e0bc64..fe628c4ee16 100644 --- a/databases/tokyocabinet/PLIST +++ b/databases/tokyocabinet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2009/01/04 10:58:22 obache Exp $ +@comment $NetBSD: PLIST,v 1.17 2009/01/24 02:19:24 obache Exp $ bin/tcamgr bin/tcatest bin/tcbmgr @@ -21,7 +21,7 @@ include/tcutil.h lib/libtokyocabinet.a lib/libtokyocabinet.so lib/libtokyocabinet.so.7 -lib/libtokyocabinet.so.7.4.0 +lib/libtokyocabinet.so.7.6.0 lib/pkgconfig/tokyocabinet.pc libexec/tcawmgr.cgi man/man1/tcamgr.1 diff --git a/databases/tokyocabinet/distinfo b/databases/tokyocabinet/distinfo index 4483ead51e8..ca73a12905c 100644 --- a/databases/tokyocabinet/distinfo +++ b/databases/tokyocabinet/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2009/01/04 11:00:35 obache Exp $ +$NetBSD: distinfo,v 1.18 2009/01/24 02:19:24 obache Exp $ -SHA1 (tokyocabinet-1.3.27.tar.gz) = 1ea3f009bd91de81eca00146bfd091b0a6af5251 -RMD160 (tokyocabinet-1.3.27.tar.gz) = 59b4f44dc968c0dac6db4e5b940a4041ed2b1ccf -Size (tokyocabinet-1.3.27.tar.gz) = 768517 bytes +SHA1 (tokyocabinet-1.4.1.tar.gz) = 5e51397eefe48005da4250730310ffeb21aaf290 +RMD160 (tokyocabinet-1.4.1.tar.gz) = 38651146f23dc23540b03df19bacc0367d653d67 +Size (tokyocabinet-1.4.1.tar.gz) = 839879 bytes SHA1 (patch-aa) = eb38eb79251d653122fa0f088fd78d1fb828340d SHA1 (patch-ac) = 12524014241c14d83ecd4d4d353f1dc016e3a02b |