vcpkg/ports/qt5-base/vcpkg.json
Dr.-Ing. Carsten Grimm a4018bef73
[qt5-base] appy offical patch for CVE-2024-25580 (#36820)
Fixes #36819.

- [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.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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 pull request applies the official patch for CVE-2024-25580 [from
Qt](https://www.qt.io/blog/security-advisory-potential-buffer-overflow-when-reading-ktx-images).
2024-02-21 11:36:45 -08:00

75 lines
1.5 KiB
JSON

{
"name": "qt5-base",
"version": "5.15.12",
"port-version": 2,
"description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
"homepage": "https://www.qt.io/",
"license": null,
"dependencies": [
"double-conversion",
"egl-registry",
{
"name": "fontconfig",
"platform": "!windows"
},
"freetype",
"harfbuzz",
"libjpeg-turbo",
"libpng",
{
"name": "opengl",
"platform": "!windows"
},
"openssl",
"pcre2",
{
"name": "qt5-base",
"host": true,
"default-features": false
},
"sqlite3",
{
"name": "vcpkg-cmake-get-vars",
"host": true
},
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
},
"zlib",
"zstd"
],
"features": {
"icu": {
"description": "Enable ICU support",
"dependencies": [
{
"name": "icu",
"platform": "!uwp"
}
]
},
"latest": {
"description": "(deprecated)"
},
"mysqlplugin": {
"description": "Build the sql plugin for connecting to mysql databases",
"dependencies": [
"libmysql"
]
},
"postgresqlplugin": {
"description": "Build the sql plugin for connecting to postgresql databases",
"dependencies": [
"libpq"
]
},
"vulkan": {
"description": "Enable Vulkan support in QtGui",
"dependencies": [
"vulkan"
]
}
}
}