update to pecl-redis-5.2.0
This commit is contained in:
parent
2754090c4e
commit
e195bc08ff
@ -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
|
||||
|
||||
DISTNAME= redis-5.1.1
|
||||
DISTNAME= redis-5.2.0
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (redis-5.1.1.tgz) = YhydK0BUx5ew5dW8Xg8e60m+2zfyDkb4OKpNF9L+gYA=
|
||||
SIZE (redis-5.1.1.tgz) = 245205
|
||||
SHA256 (redis-5.2.0.tgz) = TpCWsr8tGmfZqCjQewoiugnrVMHfiiuoDcbwTAUE8bs=
|
||||
SIZE (redis-5.2.0.tgz) = 251462
|
||||
|
@ -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
|
||||
--- library.c.orig
|
||||
+++ 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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user