Index: head/databases/pecl-redis/files/patch-redis__session.c =================================================================== --- head/databases/pecl-redis/files/patch-redis__session.c (revision 541958) +++ head/databases/pecl-redis/files/patch-redis__session.c (nonexistent) @@ -1,16 +0,0 @@ -Patch can be removed in next release -Upstream fix; -https://github.com/phpredis/phpredis/pull/1804 - ---- redis_session.c.orig 2020-07-03 06:17:19 UTC -+++ redis_session.c -@@ -480,7 +480,8 @@ PS_OPEN_FUNC(redis) - } - - redis_sock = redis_sock_create(addr, addrlen, port, timeout, read_timeout, -- persistent, ZSTR_VAL(persistent_id), retry_interval); -+ persistent, persistent_id ? ZSTR_VAL(persistent_id) : NULL, -+ retry_interval); - - redis_pool_add(pool, redis_sock, weight, db); - redis_sock->prefix = prefix; Property changes on: head/databases/pecl-redis/files/patch-redis__session.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/pecl-redis/files/patch-redis.c =================================================================== --- head/databases/pecl-redis/files/patch-redis.c (revision 541958) +++ head/databases/pecl-redis/files/patch-redis.c (nonexistent) @@ -1,15 +0,0 @@ -Patch can be removed in next release -Upstream fix: -https://github.com/phpredis/phpredis/pull/1800 - ---- redis.c.orig 2020-07-03 06:16:52 UTC -+++ redis.c -@@ -30,7 +30,7 @@ - #include - #include - #include -- -+#include - - #ifdef PHP_SESSION - #include Property changes on: head/databases/pecl-redis/files/patch-redis.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/pecl-redis/Makefile =================================================================== --- head/databases/pecl-redis/Makefile (revision 541958) +++ head/databases/pecl-redis/Makefile (revision 541959) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= redis -PORTVERSION= 5.3.0 -PORTREVISION= 1 +PORTVERSION= 5.3.1 +PORTREVISION= 0 CATEGORIES= databases MAINTAINER= daniel@blodan.se COMMENT= Extension to access Redis LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/COPYING USES= php:pecl USE_PHP= hash:build json:build session:build OPTIONS_DEFINE= IGBINARY IGBINARY_DESC= Build with Igbinary serializer IGBINARY_CONFIGURE_ENABLE= redis-igbinary IGBINARY_USE= PHP=igbinary:build .include Index: head/databases/pecl-redis/distinfo =================================================================== --- head/databases/pecl-redis/distinfo (revision 541958) +++ head/databases/pecl-redis/distinfo (revision 541959) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593576257 -SHA256 (PECL/redis-5.3.0.tgz) = cd532d9e0975fe0e584d823932890c0b8b4f8fdaffb7c453d74c4f3942d450a5 -SIZE (PECL/redis-5.3.0.tgz) = 264024 +TIMESTAMP = 1594463813 +SHA256 (PECL/redis-5.3.1.tgz) = 7c29e49c5cbc6b54ccccc00b44fac4d3ed9895e5718fcf62a5b06281dda8809d +SIZE (PECL/redis-5.3.1.tgz) = 264485