aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-12-10 15:31:26 +0100
committerPetr Štetiar <ynezz@true.cz>2020-12-14 09:41:39 +0100
commitce1163dfa7a10c7a97cc3d236d21cea91e6bf24b (patch)
tree0ca9e4c92c45d55a64a942e406b52723ae065ef6 /package/libs
parent23bbaa02a94ef51abbe6060f49b431eef49843f7 (diff)
downloadupstream-ce1163dfa7a10c7a97cc3d236d21cea91e6bf24b.tar.gz
upstream-ce1163dfa7a10c7a97cc3d236d21cea91e6bf24b.tar.bz2
upstream-ce1163dfa7a10c7a97cc3d236d21cea91e6bf24b.zip
uclient: update to Git version 2020-12-10
2c843b2bc04c Add initial GitLab CI support 073f89f567c0 uclient-fetch: wolfSSL: fix certificate validation 086c292160ac uclient-fetch: init_ca_cert: fix memory leak a3c1a88b031a cmake: enable extra compiler checks 32ff717ed316 uclient-http: fix extra compiler warnings on mips_24kc and cortex-a9+neon 86a2ac6ac46f uclient-fetch: fix potential memory leaks 158dd9dd289c uclient: fix initialized but never read variable 66b4420856a7 uclient-fetch: fix statement may fallt hrough 436f9b3af2ad uclient-http: fix freeing of stack allocated memory e6b5b8a98ce2 Fix extra compiler warnings 12df67e45bb0 Add basic cram based unit tests b6e34845124f cmake: fix building out of the tree Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/uclient/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/uclient/Makefile b/package/libs/uclient/Makefile
index 9edb5a6ea0..43d00a2299 100644
--- a/package/libs/uclient/Makefile
+++ b/package/libs/uclient/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/uclient.git
-PKG_MIRROR_HASH:=05962d4edbe7b856e017d974c3d7e34dfa5f905821ab7a3534acc5886af4e5c7
-PKG_SOURCE_DATE:=2020-06-17
-PKG_SOURCE_VERSION:=c66098611f16806a936a3a3f92113a16382fc4d9
+PKG_MIRROR_HASH:=532016a283722f21dd450e388060af0db765972956eee288c7cabf102c8303d0
+PKG_SOURCE_DATE:=2020-12-10
+PKG_SOURCE_VERSION:=2c843b2bc04c34403d9a6b4de025447e4b5d8aa4
CMAKE_INSTALL:=1
PKG_BUILD_DEPENDS:=ustream-ssl
@@ -24,7 +24,7 @@ define Package/libuclient
SECTION:=libs
CATEGORY:=Libraries
TITLE:=HTTP/1.1 client library
- ABI_VERSION:=20160123
+ ABI_VERSION:=20201210
DEPENDS:=+libubox
endef