pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/hiredis



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jun  7 05:33:59 UTC 2026

Modified Files:
        pkgsrc/databases/hiredis: Makefile distinfo

Log Message:
hiredis: updated to 1.4.0

1.4.0

Improvements

Increase required cmake version to 3.15 @memark
Use ffc (pure-C99) as the RESP3 double parser instead of strtod @fcostaoliveira
FetchContent should not include cpack @koenvandesande
Add C++ compatibility to sds.h @JonasKruckenberg
Apply FD_CLOEXEC on sockets @lennyly

Bug Fixes

fix: add NULL check for c->funcs in redisReconnect @ghost
Fix buffer overflow in tests.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/hiredis/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/hiredis/distinfo

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

Modified files:

Index: pkgsrc/databases/hiredis/Makefile
diff -u pkgsrc/databases/hiredis/Makefile:1.13 pkgsrc/databases/hiredis/Makefile:1.14
--- pkgsrc/databases/hiredis/Makefile:1.13      Mon Apr 28 19:39:17 2025
+++ pkgsrc/databases/hiredis/Makefile   Sun Jun  7 05:33:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2025/04/28 19:39:17 adam Exp $
+# $NetBSD: Makefile,v 1.14 2026/06/07 05:33:59 adam Exp $
 
-DISTNAME=      hiredis-1.3.0
+DISTNAME=      hiredis-1.4.0
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=redis/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/databases/hiredis/distinfo
diff -u pkgsrc/databases/hiredis/distinfo:1.17 pkgsrc/databases/hiredis/distinfo:1.18
--- pkgsrc/databases/hiredis/distinfo:1.17      Mon Apr 28 19:39:17 2025
+++ pkgsrc/databases/hiredis/distinfo   Sun Jun  7 05:33:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/04/28 19:39:17 adam Exp $
+$NetBSD: distinfo,v 1.18 2026/06/07 05:33:59 adam Exp $
 
-BLAKE2s (hiredis-1.3.0.tar.gz) = d0c242f4744a53fd04b1725727af1c1d2275a382eb1fe9b6780dbedd9c1aceb9
-SHA512 (hiredis-1.3.0.tar.gz) = e6e9f7e617bf1d03bdf64a80e74ed24816b6c71607b976757a9962ae02a3b65be7006d84fd353dd5a63c8d0ef1ed385c3b73851b4a119c5ed48f3f86437cf250
-Size (hiredis-1.3.0.tar.gz) = 124013 bytes
+BLAKE2s (hiredis-1.4.0.tar.gz) = 2195fc41562037bcb201d49a3efca18ccdd63ecc9c924baab5dee11fda99ac35
+SHA512 (hiredis-1.4.0.tar.gz) = 0273e17d69919013a5ad0b400bd527c0f42dfd529777e059a3994803520b4229f6da77da89ab2d41b021ce8a7e5a43bd1ea8357cda8dc1fb8b50845cba5285a7
+Size (hiredis-1.4.0.tar.gz) = 171943 bytes



Home | Main Index | Thread Index | Old Index