pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/tokyocabinet Update TokyoCabinet to 1.4.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5f2ee8e8b68
branches:  trunk
changeset: 553535:d5f2ee8e8b68
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Jan 24 02:19:24 2009 +0000

description:
Update TokyoCabinet to 1.4.1.

Changes:
2009-01-19  Mikio Hirabayashi  <mikio%users.sourceforge.net@localhost>

        * 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@localhost>

        * 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:

 databases/tokyocabinet/Makefile |  4 ++--
 databases/tokyocabinet/PLIST    |  4 ++--
 databases/tokyocabinet/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 2777c1dd7d46 -r d5f2ee8e8b68 databases/tokyocabinet/Makefile
--- a/databases/tokyocabinet/Makefile   Fri Jan 23 21:14:16 2009 +0000
+++ b/databases/tokyocabinet/Makefile   Sat Jan 24 02:19:24 2009 +0000
@@ -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 -r 2777c1dd7d46 -r d5f2ee8e8b68 databases/tokyocabinet/PLIST
--- a/databases/tokyocabinet/PLIST      Fri Jan 23 21:14:16 2009 +0000
+++ b/databases/tokyocabinet/PLIST      Sat Jan 24 02:19:24 2009 +0000
@@ -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 @@
 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 -r 2777c1dd7d46 -r d5f2ee8e8b68 databases/tokyocabinet/distinfo
--- a/databases/tokyocabinet/distinfo   Fri Jan 23 21:14:16 2009 +0000
+++ b/databases/tokyocabinet/distinfo   Sat Jan 24 02:19:24 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index