pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/uthash



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Fri Dec 18 09:55:36 UTC 2020

Modified Files:
        pkgsrc/devel/uthash: Makefile distinfo

Log Message:
uthash: update to 2.2.0.

Version 2.2.0 (2020-12-17)
--------------------------
* add HASH_NO_STDINT for platforms without C99 <stdint.h>
* silence many -Wcast-qual warnings (thanks, Olaf Bergmann!)
* skip hash computation when finding in an empty hash (thanks, Huansong Fu!)
* rename oom to utarray_oom, in utarray.h (thanks, Hong Xu!)
* rename oom to utstring_oom, in utstring.h (thanks, Hong Xu!)
* remove MurmurHash/HASH_MUR


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/uthash/Makefile \
    pkgsrc/devel/uthash/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/uthash/Makefile
diff -u pkgsrc/devel/uthash/Makefile:1.3 pkgsrc/devel/uthash/Makefile:1.4
--- pkgsrc/devel/uthash/Makefile:1.3    Sat Jan 18 23:30:43 2020
+++ pkgsrc/devel/uthash/Makefile        Fri Dec 18 09:55:36 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:30:43 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/12/18 09:55:36 fcambus Exp $
 
-DISTNAME=      uthash-2.1.0
+DISTNAME=      uthash-2.2.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=troydhanson/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
Index: pkgsrc/devel/uthash/distinfo
diff -u pkgsrc/devel/uthash/distinfo:1.3 pkgsrc/devel/uthash/distinfo:1.4
--- pkgsrc/devel/uthash/distinfo:1.3    Mon Apr 29 00:18:14 2019
+++ pkgsrc/devel/uthash/distinfo        Fri Dec 18 09:55:36 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/04/29 00:18:14 gdt Exp $
+$NetBSD: distinfo,v 1.4 2020/12/18 09:55:36 fcambus Exp $
 
-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
+SHA1 (uthash-2.2.0.tar.gz) = 8f80f65096991b7cb60515743d3258799138010c
+RMD160 (uthash-2.2.0.tar.gz) = 12d1a9b931d0b5cae056162aba5e8adc5314eca4
+SHA512 (uthash-2.2.0.tar.gz) = 441ee907adc39c9b7e9c1f478966b7e8ddebb94cb6d5db9d2db409aee9a5e237033ee8cef3fed1c719fea01c7cfb5991554ac89f5a1e59241bd5c6eb4854cebe
+Size (uthash-2.2.0.tar.gz) = 191356 bytes



Home | Main Index | Thread Index | Old Index