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.
This commit is contained in:
parent
76ca95844f
commit
f30505a3b0
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue