-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[openscap] update to 1.3.7 #31917
[openscap] update to 1.3.7 #31917
Conversation
ports/openscap/vcpkg.json
Outdated
@@ -1,7 +1,6 @@ | |||
{ | |||
"name": "openscap", | |||
"version": "1.3.1", | |||
"port-version": 4, | |||
"version": "1.3.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest version is 1.3.7, please update to 1.3.7. Thanks.
ports/openscap/portfile.cmake
Outdated
@@ -1,11 +1,12 @@ | |||
vcpkg_from_github( | |||
OUT_SOURCE_PATH SOURCE_PATH | |||
REPO OpenSCAP/openscap | |||
REF 3a4c635691380fa990a226acc8558db35d7ebabc #1.3.1 | |||
SHA512 12681d43b2ce067c5a5c4eb47e14d91d6e9362b1f98f1d35b05d79ad84c7ee8c29f438eaae8e8465033155e500bb0f936eb79af46fab15e4a07e03c6be8b655d | |||
REF 3eccd5c064b9b152fe14a95b3534c60e003be17f #1.3.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
REF 3eccd5c064b9b152fe14a95b3534c60e003be17f #1.3.6 | |
REF $VERSION |
ports/openscap/portfile.cmake
Outdated
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) | |
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING") |
Note: I will be converting your PR to draft status. When you respond, please revert to "ready for review". That way, I can be aware that you've responded since you can't modify the tags. |
@Adela0814 I have summit my change. |
@jiayuehua I encountered an error while testing the feature. Error message:
|
should be ok now @Adela0814 |
Tested all feature on the following triplets:
|
"util": { | ||
"description": "build available utils", | ||
"dependencies": [ | ||
{ | ||
"name": "getopt-win32", | ||
"platform": "windows" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did the PR remove the util
feature? It may break users of the port.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the util install cmake have some problem. I will try to fix it today.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1,7 +1,6 @@ | |||
{ | |||
"name": "openscap", | |||
"version": "1.3.1", | |||
"port-version": 4, | |||
"version": "1.3.7", | |||
"description": "The oscap program is a command line tool that allows users to load, scan, validate, edit, and export SCAP documents.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And the port is even described as "command line tool".
Fixes #27328
coauthored by @JonLiu1993
The "supports" clause reflects platforms that may be fixed by this new versionAny fixed CI baseline entries are removed from that file.Any patches that are no longer applied are deleted from the port's directory../vcpkg x-add-version --all
and committing the result.