[log4cplus] upgrade to REL_2_0_1. (#3933)

* Install sodium.h

* [libodb-mysql] adapter mysql 8.0

* [log4cplus] upgrade to REL_2_0_1.
This commit is contained in:
LazyWolf Lin 2018-08-01 03:46:41 +08:00 committed by Alexander Karatarakis
parent faac8b7d2c
commit 2a205433d1
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: log4cplus Source: log4cplus
Version: REL_2_0_0-RC2 Version: REL_2_0_1
Description: A simple to use C++ logging API providing thread--safe, flexible, and arbitrarily granular control over log management and configuration Description: A simple to use C++ logging API providing thread--safe, flexible, and arbitrarily granular control over log management and configuration
Build-Depends: catch Build-Depends: catch

View File

@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO log4cplus/log4cplus REPO log4cplus/log4cplus
REF REL_2_0_0-RC2 REF REL_2_0_1
SHA512 34392d85088534e0661e6fa9726c5970647a5acaa559bafb5d3746a70f5baca01012f457d50c15e73d9aca1d3ed9ec99028cc65fab07f73cdadbbc0b4329bcb5 SHA512 7a84bf237bb5db3eccd90196c0f97adb75d0dd247d73852150078b9458f169d883f3ae92908217ea668bcf25c64766c86380bbcc64b432eb1bae6427c9268b18
HEAD_REF master HEAD_REF master
) )