Skip to content

Commit

Permalink
[poco] Update to 1.12.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mltucker committed Nov 27, 2023
1 parent cd5e746 commit 7e9104a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/poco/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pocoproject/poco
REF "poco-${VERSION}-release"
SHA512 dfb7bc3241c78216ebd9eeacd6d091c069a342a7f92e73b348b07ff817997a16c8452fdb954954a182f65140567fc2e910036efb50d55d327a4de8063bac005b
REF "poco-1.12.5p1-release"
SHA512 9cf885f67d87b86d3d5337aa2a3247a5828e071bba04304dfb79f7e00d94cd245e5def5191400a5753eebe0611b7f120c470cb0e0ab9b120f1d8b5f202d7d3d7
HEAD_REF master
PATCHES
# Fix embedded copy of pcre in static linking mode
Expand Down
2 changes: 1 addition & 1 deletion ports/poco/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poco",
"version": "1.12.5",
"version": "1.12.5.1",
"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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6657,7 +6657,7 @@
"port-version": 0
},
"poco": {
"baseline": "1.12.5",
"baseline": "1.12.5.1",
"port-version": 0
},
"podofo": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/poco.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [

Check failure on line 2 in versions/p-/poco.json

View check run for this annotation

Azure Pipelines / microsoft.vcpkg.pr (x86_windows)

versions/p-/poco.json#L2

versions/p-/poco.json(2,): error : while parsing versions for poco from version/p-/poco.json
{
"git-tree": "88917a133a223f1fe55b5cd4151fc1500cb5ad80",
"version": "1.12.5.1",
"port-version": 0
},
{
"git-tree": "baaee315b717f3b0a819aed2f78b8a2059cb1726",
"version": "1.12.5",
Expand Down

0 comments on commit 7e9104a

Please sign in to comment.