poco: upgrade 1.11.2 -> 1.11.3

Changelog:
===========================
- GH #3567: fix(openssl-initializer): check legacy provider existence for legacy exception
- GH #3587: MySQL UUID binding temporary string
- GH #3632: Redis - add TLS support
- updated a few copyright dates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
wangmy
2022-06-14 12:35:04 +08:00
committed by Khem Raj
parent 75749fa360
commit 31d4fbf208
@@ -12,7 +12,7 @@ SRC_URI = " \
git://github.com/pocoproject/poco.git;branch=master;protocol=https \
file://run-ptest \
"
SRCREV = "9d1c428c861f2e5ccf09149bbe8d2149720c5896"
SRCREV = "191cbdc97e1d9de023b8a65e0dc844911c06f6a8"
UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)"