pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libdatrie libdatrie: updated to 0.2.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce4905abe598
branches:  trunk
changeset: 379095:ce4905abe598
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 23 07:00:39 2018 +0000

description:
libdatrie: updated to 0.2.11

0.2.11:
- Detect iconv() error more correctly in trietool.
- Clarify package description that search time is O(m), where m is
  key length, not O(1), while still claiming that it's independent
  of database size.
- Fix trie_state_get_data() on a prefix key.
- Fix reported segfault on full-range alpha map.

diffstat:

 devel/libdatrie/Makefile |   4 ++--
 devel/libdatrie/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 20ae08b3cd05 -r ce4905abe598 devel/libdatrie/Makefile
--- a/devel/libdatrie/Makefile  Mon Apr 23 06:54:01 2018 +0000
+++ b/devel/libdatrie/Makefile  Mon Apr 23 07:00:39 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2018/02/23 15:02:14 adam Exp $
+# $NetBSD: Makefile,v 1.18 2018/04/23 07:00:39 adam Exp $
 
-DISTNAME=      libdatrie-0.2.10
+DISTNAME=      libdatrie-0.2.11
 CATEGORIES=    devel
 MASTER_SITES=  http://linux.thai.net/pub/thailinux/software/libthai/
 MASTER_SITES+= ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
diff -r 20ae08b3cd05 -r ce4905abe598 devel/libdatrie/distinfo
--- a/devel/libdatrie/distinfo  Mon Apr 23 06:54:01 2018 +0000
+++ b/devel/libdatrie/distinfo  Mon Apr 23 07:00:39 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/02/23 15:02:14 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/04/23 07:00:39 adam Exp $
 
-SHA1 (libdatrie-0.2.10.tar.xz) = 29162b5a63b75f54bb00f6b60fb8a9fb8502d89b
-RMD160 (libdatrie-0.2.10.tar.xz) = 7af9ebbd93a667a8db15a013d9bd75fc93bdd886
-SHA512 (libdatrie-0.2.10.tar.xz) = ee68ded9d6e06c562da462d42e7e56098a82478d7b8547506200c3018b72536c4037a4e518924f779dc77d3ab139d93216bdb29ab4116b9dc9efd1a5d1eb9e31
-Size (libdatrie-0.2.10.tar.xz) = 294380 bytes
+SHA1 (libdatrie-0.2.11.tar.xz) = 29689f5fcd4a6be42ea77edbbee6d4a421966084
+RMD160 (libdatrie-0.2.11.tar.xz) = 57d7d19ef9e38a0f231a2c2456ffed47b74d0cda
+SHA512 (libdatrie-0.2.11.tar.xz) = d2c197f41f9acf29d008f576a34c63c968d0de9a496f86f8f2402266ef3e8af3ae5f1e26b652f5eefd14f59f8410a5556d9bf189b6ded19fefd91cae2132803b
+Size (libdatrie-0.2.11.tar.xz) = 309172 bytes



Home | Main Index | Thread Index | Old Index