update to pecl-redis-5.2.0

This commit is contained in:
sthen 2020-03-03 14:27:45 +00:00
parent 2754090c4e
commit e195bc08ff
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.15 2019/12/28 17:32:29 sthen Exp $ # $OpenBSD: Makefile,v 1.16 2020/03/03 14:27:45 sthen Exp $
COMMENT= PHP interface to redis COMMENT= PHP interface to redis
DISTNAME= redis-5.1.1 DISTNAME= redis-5.2.0
CATEGORIES= databases CATEGORIES= databases

View File

@ -1,2 +1,2 @@
SHA256 (redis-5.1.1.tgz) = YhydK0BUx5ew5dW8Xg8e60m+2zfyDkb4OKpNF9L+gYA= SHA256 (redis-5.2.0.tgz) = TpCWsr8tGmfZqCjQewoiugnrVMHfiiuoDcbwTAUE8bs=
SIZE (redis-5.1.1.tgz) = 245205 SIZE (redis-5.2.0.tgz) = 251462

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-library_c,v 1.2 2019/12/28 17:32:29 sthen Exp $ $OpenBSD: patch-library_c,v 1.3 2020/03/03 14:27:45 sthen Exp $
Index: library.c Index: library.c
--- library.c.orig --- library.c.orig
+++ library.c +++ library.c
@@ -1859,7 +1859,7 @@ PHP_REDIS_API int redis_sock_connect(RedisSock *redis_ @@ -1904,7 +1904,7 @@ PHP_REDIS_API int redis_sock_connect(RedisSock *redis_
} }
gettimeofday(&tv, NULL); gettimeofday(&tv, NULL);