hiredis: update to version 1.0.0
authorDaniel Golle <redacted>
Mon, 28 Sep 2020 22:56:48 +0000 (23:56 +0100)
committerDaniel Golle <redacted>
Mon, 28 Sep 2020 22:57:12 +0000 (23:57 +0100)
Signed-off-by: Daniel Golle <redacted>
libs/hiredis/Makefile
libs/hiredis/patches/010-fix_pkconfig_file.patch

index 6b8150d68222c541ab54afd611b766dc3471886a..0e77e5e33225b8164118b6138466da5b9fed06b2 100644 (file)
@@ -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
index 955777627fd03c0bcf36e1b50a200fd76a1cead2..11d7e7fa61cea80bce910fc2e59c64f1837ff208 100644 (file)
@@ -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} >> $@
git clone https://git.99rst.org/PROJECT