mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:28:01 +08:00
[poco] Remove dependency port openssl for feature netssl on windows (#16526)
* [poco] Remove feature netssl, add required dependency openssl * update version record * [poco] Restore feature netssl * [poco] Remove depend openssl * Update versions/p-/poco.json * Update versions/p-/poco.json * update version record
This commit is contained in:
parent
186978b0e4
commit
b4c067ed7d
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "poco",
|
||||
"version-semver": "1.10.1",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"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",
|
||||
"supports": "!uwp",
|
||||
@ -26,7 +26,10 @@
|
||||
"netssl": {
|
||||
"description": "NetSSL support for POCO",
|
||||
"dependencies": [
|
||||
"openssl"
|
||||
{
|
||||
"name": "openssl",
|
||||
"platform": "!windows"
|
||||
}
|
||||
]
|
||||
},
|
||||
"pdf": {
|
||||
|
@ -4786,7 +4786,7 @@
|
||||
},
|
||||
"poco": {
|
||||
"baseline": "1.10.1",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"podofo": {
|
||||
"baseline": "0.9.7",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e9c709300900158cdfcad75965e85b04413c8d5b",
|
||||
"version-semver": "1.10.1",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "e5bc44534a1611fd4c61e92eb0e747d038225f02",
|
||||
"version-semver": "1.10.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user