diff options
author | adam <adam@pkgsrc.org> | 2021-10-08 06:46:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-10-08 06:46:02 +0000 |
commit | 258ff45c1599eaac8089860ed74a5c3fc74404ca (patch) | |
tree | b2011843269d9775e0787eef73fd3a6469e72e75 /databases/hiredis | |
parent | 2b38b02eba1f49f81c9dafd94aecd3c236a3eb06 (diff) | |
download | pkgsrc-258ff45c1599eaac8089860ed74a5c3fc74404ca.tar.gz |
hiredis: updated to 1.0.2
1.0.2:
Announcing Hiredis v1.0.2, which fixes CVE-2021-32765 but returns the SONAME to the correct value of 1.0.0.
Diffstat (limited to 'databases/hiredis')
-rw-r--r-- | databases/hiredis/Makefile | 6 | ||||
-rw-r--r-- | databases/hiredis/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/hiredis/Makefile b/databases/hiredis/Makefile index 99d0bd0cd6a..de23a31b324 100644 --- a/databases/hiredis/Makefile +++ b/databases/hiredis/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.8 2021/10/05 12:14:54 adam Exp $ +# $NetBSD: Makefile,v 1.9 2021/10/08 06:46:02 adam Exp $ -DISTNAME= hiredis-1.0.1 +DISTNAME= hiredis-1.0.2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=redis/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= wiedi@frubar.net -HOMEPAGE= https://github.com/redis/hiredis/ +HOMEPAGE= https://github.com/redis/hiredis COMMENT= Minimalistic C client library for the Redis database LICENSE= modified-bsd diff --git a/databases/hiredis/distinfo b/databases/hiredis/distinfo index ea861678b3b..0085d52199b 100644 --- a/databases/hiredis/distinfo +++ b/databases/hiredis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2021/10/07 13:35:10 nia Exp $ +$NetBSD: distinfo,v 1.13 2021/10/08 06:46:02 adam Exp $ -RMD160 (hiredis-1.0.1.tar.gz) = f1da085dcc647c96c49d0bef75207d71e04afa3a -SHA512 (hiredis-1.0.1.tar.gz) = 87909f78171cf4deeb3d030484b55fbd1a7f7f27f33636f90e169a900ddc5c5ec447d2df34739ada3cf35a50d647cb4fcbe2754f4521d18f770f1cf8ed962909 -Size (hiredis-1.0.1.tar.gz) = 97937 bytes +RMD160 (hiredis-1.0.2.tar.gz) = a3924f0d60525d9c2d52b56c74733a5532b6b2c8 +SHA512 (hiredis-1.0.2.tar.gz) = 86497a1c21869bbe535378885eee6dbd594ef96325966511a3513f81e501af0f5ac7fed864f3230372f3ac7a23c05bad477fa5aa90b9747c9fb1408028174f9b +Size (hiredis-1.0.2.tar.gz) = 98139 bytes SHA1 (patch-Makefile) = 2071de674bd5322365702986421accbfd1aadbcc |