diff options
author | adam <adam@pkgsrc.org> | 2018-04-23 07:00:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-23 07:00:39 +0000 |
commit | 8060ba0a28122eeaa308f954cef3ccc7627aa37a (patch) | |
tree | 8882df3745ea0219dd5a96b3b1845582a1f2791c /devel | |
parent | d93b7899caacc403000840694440011695157057 (diff) | |
download | pkgsrc-8060ba0a28122eeaa308f954cef3ccc7627aa37a.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/libdatrie/Makefile | 4 | ||||
-rw-r--r-- | devel/libdatrie/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/libdatrie/Makefile b/devel/libdatrie/Makefile index 11bde041601..845004f4a7a 100644 --- a/devel/libdatrie/Makefile +++ b/devel/libdatrie/Makefile @@ -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 --git a/devel/libdatrie/distinfo b/devel/libdatrie/distinfo index 0e19910b8e8..6a85b56667d 100644 --- a/devel/libdatrie/distinfo +++ b/devel/libdatrie/distinfo @@ -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 |