update to pecl-redis-5.3.4

This commit is contained in:
sthen 2021-03-25 14:57:10 +00:00
parent e7022f0e0b
commit d905f4a96b
3 changed files with 6 additions and 7 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.23 2021/02/24 21:23:16 sthen Exp $
# $OpenBSD: Makefile,v 1.24 2021/03/25 14:57:10 sthen Exp $
COMMENT= PHP interface to redis
DISTNAME= redis-5.3.3
REVISION= 0
DISTNAME= redis-5.3.4
CATEGORIES= databases

View File

@ -1,2 +1,2 @@
SHA256 (redis-5.3.3.tgz) = N3iRYeFkzVIjmjDJojjaYf7FyDlc2sOFtu2PDFD9kvA=
SIZE (redis-5.3.3.tgz) = 266990
SHA256 (redis-5.3.4.tgz) = SzkFbzNW8TUlXgWe/XY5jRx2B8hr1SUT5jQbsHo/tMw=
SIZE (redis-5.3.4.tgz) = 268154

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-library_c,v 1.8 2021/02/20 02:03:50 sthen Exp $
$OpenBSD: patch-library_c,v 1.9 2021/03/25 14:57:10 sthen Exp $
Index: library.c
--- library.c.orig
+++ library.c
@@ -2268,7 +2268,7 @@ PHP_REDIS_API int redis_sock_connect(RedisSock *redis_
@@ -2296,7 +2296,7 @@ PHP_REDIS_API int redis_sock_connect(RedisSock *redis_
}
gettimeofday(&tv, NULL);