mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:51:37 +08:00
[openscap] Fix build (#27312)
* [openscap] fix build * [openscap] bump port-version
This commit is contained in:
parent
23c82b0851
commit
a44174524e
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "openscap",
|
||||
"version": "1.3.1",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "The oscap program is a command line tool that allows users to load, scan, validate, edit, and export SCAP documents.",
|
||||
"homepage": "https://github.com/OpenSCAP/openscap",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
@ -13,8 +13,8 @@
|
||||
"libxslt",
|
||||
"libzip",
|
||||
"openssl",
|
||||
"pcre2",
|
||||
"pthread",
|
||||
"pcre",
|
||||
"pthreads",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
|
@ -5494,7 +5494,7 @@
|
||||
},
|
||||
"openscap": {
|
||||
"baseline": "1.3.1",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"openssl": {
|
||||
"baseline": "3.0.5",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e19b3163cda0978696c4a2b6fc6db92800051398",
|
||||
"version": "1.3.1",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "6f96365cae0ee049b58b5863a0d59ca32782a9fa",
|
||||
"version": "1.3.1",
|
||||
|
Loading…
Reference in New Issue
Block a user