aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-09-28 23:56:48 +0100
committerDaniel Golle <daniel@makrotopia.org>2020-09-28 23:57:12 +0100
commit7a8465084a363b4455ee83513c14dabf6dca6979 (patch)
tree11608730cee8fb987435b03a2e0b2239436584df
parenta7862b9ef95a5e145cc3b45610140e5a71f3b8fd (diff)
hiredis: update to version 1.0.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r--libs/hiredis/Makefile4
-rw-r--r--libs/hiredis/patches/010-fix_pkconfig_file.patch4
2 files changed, 3 insertions, 5 deletions
diff --git a/libs/hiredis/Makefile b/libs/hiredis/Makefile
index 6b8150d68..0e77e5e33 100644
--- a/libs/hiredis/Makefile
+++ b/libs/hiredis/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=hiredis
-PKG_VERSION:=0.14.1
+PKG_VERSION:=1.0.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/redis/hiredis/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=2663b2aed9fd430507e30fc5e63274ee40cdd1a296026e22eafd7d99b01c8913
+PKG_HASH:=2a0b5fe5119ec973a0c1966bfc4bd7ed39dbce1cb6d749064af9121fe971936f
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=COPYING
diff --git a/libs/hiredis/patches/010-fix_pkconfig_file.patch b/libs/hiredis/patches/010-fix_pkconfig_file.patch
index 955777627..11d7e7fa6 100644
--- a/libs/hiredis/patches/010-fix_pkconfig_file.patch
+++ b/libs/hiredis/patches/010-fix_pkconfig_file.patch
@@ -17,11 +17,9 @@ Date: Sun Jan 13 19:25:52 2019 +0100
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
-diff --git a/Makefile b/Makefile
-index 07b8a83..14d21de 100644
--- a/Makefile
+++ b/Makefile
-@@ -166,8 +166,8 @@ $(PKGCONFNAME): hiredis.h
+@@ -234,8 +234,8 @@ $(PKGCONFNAME): hiredis.h
@echo "Generating $@ for pkgconfig..."
@echo prefix=$(PREFIX) > $@
@echo exec_prefix=\$${prefix} >> $@