From e6634ed26c50e99f6ccd285235fe477cb4168b06 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Sat, 9 May 2020 15:51:15 +0100 Subject: Update submodules (#4727) Closes #4708 This updates jsoncpp, mbedtls, TCLAP and SQLiteCpp to their latest stable release. A few additional changes were needed: * jsoncpp deprecated Reader, FastWriter and StyledWriter which I've replaced with some helper functions in JsonUtils.cpp * SQLiteCpp changed how it builds with external sqlite libraries, now expecting them to be installed. The simplest path was to remove sqlite from cuberite's submodule and just use SQLiteCpp's internal version. --- lib/SQLiteCpp | 2 +- lib/TCLAP | 2 +- lib/jsoncpp | 2 +- lib/lua | 2 +- lib/mbedtls | 2 +- lib/sqlite | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lib') diff --git a/lib/SQLiteCpp b/lib/SQLiteCpp index 1c83894db..829d549af 160000 --- a/lib/SQLiteCpp +++ b/lib/SQLiteCpp @@ -1 +1 @@ -Subproject commit 1c83894db9deeea32418089e2ffd0c5d3af85b8b +Subproject commit 829d549af3a11e24fcb0b99090837dac9a9aae4f diff --git a/lib/TCLAP b/lib/TCLAP index 12cee3878..ec3ddcfe4 160000 --- a/lib/TCLAP +++ b/lib/TCLAP @@ -1 +1 @@ -Subproject commit 12cee38782897cfe60a1611615c200c45cd99eaf +Subproject commit ec3ddcfe41b0544a4551a57439b6b3682fe31479 diff --git a/lib/jsoncpp b/lib/jsoncpp index d5ba7e733..d2e6a971f 160000 --- a/lib/jsoncpp +++ b/lib/jsoncpp @@ -1 +1 @@ -Subproject commit d5ba7e7332ca05aa0a9740b497f914be27181774 +Subproject commit d2e6a971f4544c55b8e3b25cf96db266971b778f diff --git a/lib/lua b/lib/lua index b4e10cdc4..6d57f1c3c 160000 --- a/lib/lua +++ b/lib/lua @@ -1 +1 @@ -Subproject commit b4e10cdc437bea82cec9a5da3056ac209bf2386f +Subproject commit 6d57f1c3c4face973f0405b2a3c0fb8471a79d92 diff --git a/lib/mbedtls b/lib/mbedtls index f2a597fa3..ac15f842a 160000 --- a/lib/mbedtls +++ b/lib/mbedtls @@ -1 +1 @@ -Subproject commit f2a597fa3dd1c7b15e0fee62f6932b253295803d +Subproject commit ac15f842a5bb8d4cbceb7175c5d7ab50d96173c0 diff --git a/lib/sqlite b/lib/sqlite index 3ca24a246..9a17fd731 160000 --- a/lib/sqlite +++ b/lib/sqlite @@ -1 +1 @@ -Subproject commit 3ca24a24687eb82c576838ba783c838006004ef2 +Subproject commit 9a17fd73198c645c924996c0aee7836f51bcf7bb -- cgit v1.2.3