php7-pecl-redis: update to 5.1.1
authorMichael Heimpold <redacted>
Fri, 29 Nov 2019 21:24:08 +0000 (22:24 +0100)
committerMichael Heimpold <redacted>
Sat, 30 Nov 2019 21:01:54 +0000 (22:01 +0100)
Enable JSON and disable msgpack serialization.

Signed-off-by: Michael Heimpold <redacted>
lang/php7-pecl-redis/Makefile

index 16c15f853719daf02c83a9621987d21a6ae60a08..025f02c80bd9ece8b48ec86ae5a014102a44813d 100644 (file)
@@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk
 PECL_NAME:=redis
 PECL_LONGNAME:=PHP extension for interfacing with Redis
 
-PKG_VERSION:=5.0.2
+PKG_VERSION:=5.1.1
 PKG_RELEASE:=1
-PKG_HASH:=4e18d7ebe032a562c358d79f94efa5f187ea90db7a56ef648476e24f4fe0b72c
+PKG_HASH:=621c9d2b4054c797b0e5d5bc5e0f1eeb49bedb37f20e46f838aa4d17d2fe8180
 
 PKG_NAME:=php7-pecl-redis
 PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz
@@ -32,8 +32,10 @@ include ../php7/pecl.mk
 
 CONFIGURE_ARGS+= \
        --enable-redis \
+       --enable-redis-json \
        --disable-redis-igbinary \
-       --disable-redis-lzf
+       --disable-redis-lzf \
+       --disable-redis-msgpack
 
-$(eval $(call PECLPackage,$(PECL_NAME),$(PECL_LONGNAME),+php7-mod-hash +php7-mod-session,25))
+$(eval $(call PECLPackage,$(PECL_NAME),$(PECL_LONGNAME),+php7-mod-hash +php7-mod-json +php7-mod-session,25))
 $(eval $(call BuildPackage,$(PKG_NAME)))
git clone https://git.99rst.org/PROJECT