update to pecl-redis-5.3.2

This commit is contained in:
sthen 2020-11-21 16:29:37 +00:00
parent 20fd816a9b
commit 6a442683d3
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.20 2020/09/23 15:21:28 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2020/11/21 16:29:37 sthen Exp $
COMMENT= PHP interface to redis
DISTNAME= redis-5.3.1
DISTNAME= redis-5.3.2
CATEGORIES= databases

View File

@ -1,2 +1,2 @@
SHA256 (redis-5.3.1.tgz) = fCnknFy8a1TMzMALRPrE0+2YleVxj89ipbBigd2ogJ0=
SIZE (redis-5.3.1.tgz) = 264485
SHA256 (redis-5.3.2.tgz) = 9Okt5iiry5F83IEN8EXKP6DyrzRnPqoqAzUOPFxf2rE=
SIZE (redis-5.3.2.tgz) = 266814

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-library_c,v 1.6 2020/07/01 20:18:06 sthen Exp $
$OpenBSD: patch-library_c,v 1.7 2020/11/21 16:29:37 sthen Exp $
Index: library.c
--- library.c.orig
+++ library.c
@@ -2221,7 +2221,7 @@ PHP_REDIS_API int redis_sock_connect(RedisSock *redis_
@@ -2264,7 +2264,7 @@ PHP_REDIS_API int redis_sock_connect(RedisSock *redis_
}
gettimeofday(&tv, NULL);