- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
This commit is contained in:
miyanyan 2024-04-09 23:24:54 +08:00 коммит произвёл GitHub
Родитель 3b818835e1
Коммит b8ee4db800
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pocoproject/poco
REF "poco-${VERSION}-release"
SHA512 7d8454d2f29316fb15d5771f20d2348f426666620aad50c45d63539f0fe33535f0b6954bfa11b66953ea2a2762c1b43bf97ce79987e9d865c2eee4924b3b4f08
SHA512 084064fb462c9e7993d069ebdf395802af900ed92c5b294465a2c246162bb86caa3505985de329e8110d3e9fb3bc39ae9536d523843729d4ed5ce00c35289d92
HEAD_REF devel
PATCHES
# Fix embedded copy of pcre in static linking mode

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "poco",
"version": "1.13.2",
"version": "1.13.3",
"description": "Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems.",
"homepage": "https://github.com/pocoproject/poco",
"license": "BSL-1.0",

Просмотреть файл

@ -6853,7 +6853,7 @@
"port-version": 0
},
"poco": {
"baseline": "1.13.2",
"baseline": "1.13.3",
"port-version": 0
},
"podofo": {

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "161e940e8c25d09dd731462771d84cbe78743643",
"version": "1.13.3",
"port-version": 0
},
{
"git-tree": "16034dbe3ca8ceae1aed4b5f0a97b07c32942cd9",
"version": "1.13.2",