pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/uthash devel/uthash: Update to 2.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/162a9c900ad2
branches:  trunk
changeset: 322837:162a9c900ad2
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Apr 29 00:18:14 2019 +0000

description:
devel/uthash: Update to 2.1.0

Version 2.1.0 (2018-12-20)
--------------------------
* silence some Clang static analysis warnings
* add LL_INSERT_INORDER and LL_LOWER_BOUND etc (thanks, Jeffrey Lovitz and Mattias Eriksson!)
* add uthash_bzero for platforms without <string.h>
* fix a missing HASH_BLOOM_ADD in HASH_SELECT (thanks, Pawel Veselov!)
* permit malloc failure to be recoverable via HASH_NONFATAL_OOM (thanks, Pawel Veselov!)
* avoid repeated calls to uthash_strlen in HASH_FIND_STR
* rename uthash_memcmp to HASH_KEYCMP, leaving the old name for compatibility
* add utstack.h
* remove libut

Version 2.0.2 (2017-03-02)
--------------------------
* fix segfault in HASH_ADD_INORDER etc (thanks, Yana Kireyonok!)
* remove spurious cast to unsigned in utstring_len (thanks, Michal Sestrienka!)
* add uthash_memcmp and uthash_strlen for platforms without <stdlib.h> (thanks, Pawel Veselov!)
* fix a C++ incompatibility in utringbuffer

Version 2.0.1 (2016-07-05)
--------------------------
* in-order insertion macros HASH_ADD_INORDER etc (thanks, Thilo Schulz!)
* by-hashvalue insertion macros HASH_ADD_BYHASHVALUE etc
* during key comparison, check hashvalue before doing a full memcmp
* add utringbuffer.h

Version 1.9.9.1 (2014-11-18)
----------------------------
* inclusion of experimental libut bundle with utvector in opt/
* use shift in Bernstein hash instead of multiply (thanks, Jimmy Zhuo!)
* switch ssize_t types in utarray/utstring to size_t (thanks, Hong Xu!)
* fix utstring pointer math on >4GB strings (thanks, Thomas Bottesch!)
* change FNV hash to FNV-1a varation (thanks, dwest1975!)
* fix bug in HASH_REPLACE_STR (thanks, Ilya Kaliman!)

diffstat:

 devel/uthash/Makefile |   4 ++--
 devel/uthash/PLIST    |  13 ++++++-------
 devel/uthash/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 14 deletions(-)

diffs (62 lines):

diff -r de544b1d6110 -r 162a9c900ad2 devel/uthash/Makefile
--- a/devel/uthash/Makefile     Sun Apr 28 23:57:25 2019 +0000
+++ b/devel/uthash/Makefile     Mon Apr 29 00:18:14 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2015/10/07 12:33:16 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/04/29 00:18:14 gdt Exp $
 
-DISTNAME=      uthash-1.9.9
+DISTNAME=      uthash-2.1.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=troydhanson/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r de544b1d6110 -r 162a9c900ad2 devel/uthash/PLIST
--- a/devel/uthash/PLIST        Sun Apr 28 23:57:25 2019 +0000
+++ b/devel/uthash/PLIST        Mon Apr 29 00:18:14 2019 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2015/10/07 12:33:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/04/29 00:18:14 gdt Exp $
 include/utarray.h
 include/uthash.h
 include/utlist.h
+include/utringbuffer.h
+include/utstack.h
 include/utstring.h
-share/doc/uthash/ChangeLog.html
 share/doc/uthash/ChangeLog.txt
 share/doc/uthash/Makefile
 share/doc/uthash/banner.png
@@ -13,15 +14,13 @@
 share/doc/uthash/license.html
 share/doc/uthash/rss.png
 share/doc/uthash/styles.css
-share/doc/uthash/todo.txt
-share/doc/uthash/userguide.html
 share/doc/uthash/userguide.txt
-share/doc/uthash/utarray.html
 share/doc/uthash/utarray.txt
 share/doc/uthash/uthash-mini.png
 share/doc/uthash/uthash-mini.svg
 share/doc/uthash/uthash.png
-share/doc/uthash/utlist.html
 share/doc/uthash/utlist.txt
-share/doc/uthash/utstring.html
+share/doc/uthash/utringbuffer.txt
+share/doc/uthash/utstack.txt
 share/doc/uthash/utstring.txt
+
diff -r de544b1d6110 -r 162a9c900ad2 devel/uthash/distinfo
--- a/devel/uthash/distinfo     Sun Apr 28 23:57:25 2019 +0000
+++ b/devel/uthash/distinfo     Mon Apr 29 00:18:14 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:38 agc Exp $
+$NetBSD: distinfo,v 1.3 2019/04/29 00:18:14 gdt Exp $
 
-SHA1 (uthash-1.9.9.tar.gz) = 562f583d365ab21dc5dc0963241bea415fd26012
-RMD160 (uthash-1.9.9.tar.gz) = 031d5e7655238992595d9996c6c97d8796e79283
-SHA512 (uthash-1.9.9.tar.gz) = 40b888529db6baba7bdb0a11c3f782719c40470f6b8e4d75ed480c4c465606e990abf65786156a93f4e2f9c8805cbc098550cc3c62e33b7345fa5bf6d146a8c4
-Size (uthash-1.9.9.tar.gz) = 225620 bytes
+SHA1 (uthash-2.1.0.tar.gz) = 8f287a2dcf38218c3180d122e10039e23fe8e4b8
+RMD160 (uthash-2.1.0.tar.gz) = d0f9bdab55b8a5ed549858ce1921b431a22aca12
+SHA512 (uthash-2.1.0.tar.gz) = c8005113a48ec7636715ecec0286a5d9086971a7267947aba9e0ad031b6113a4f38a1fb512d33d6fefb5891635fdd31169ce4d6ab04b938bda612ebbccb3eda0
+Size (uthash-2.1.0.tar.gz) = 191782 bytes



Home | Main Index | Thread Index | Old Index