diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-06-14 12:35:04 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-06-30 13:39:27 -0400 |
| commit | 31d4fbf208f620cb388f593367594e92129919d4 (patch) | |
| tree | 942b6d4716494b0ebf010b5a3007dc3ebc855751 | |
| parent | 75749fa360f32ed0b5c2e09c359e245e58cc7131 (diff) | |
| download | meta-openembedded-31d4fbf208f620cb388f593367594e92129919d4.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/poco/poco_1.11.3.bb (renamed from meta-oe/recipes-support/poco/poco_1.11.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poco/poco_1.11.2.bb b/meta-oe/recipes-support/poco/poco_1.11.3.bb index 8694983e7c..757fa89837 100644 --- a/meta-oe/recipes-support/poco/poco_1.11.2.bb +++ b/meta-oe/recipes-support/poco/poco_1.11.3.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = " \ | |||
| 12 | git://github.com/pocoproject/poco.git;branch=master;protocol=https \ | 12 | git://github.com/pocoproject/poco.git;branch=master;protocol=https \ |
| 13 | file://run-ptest \ | 13 | file://run-ptest \ |
| 14 | " | 14 | " |
| 15 | SRCREV = "9d1c428c861f2e5ccf09149bbe8d2149720c5896" | 15 | SRCREV = "191cbdc97e1d9de023b8a65e0dc844911c06f6a8" |
| 16 | 16 | ||
| 17 | UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)" |
| 18 | 18 | ||
