CMake: Add PURL and CPE info to 3rd party attribution files

[ChangeLog][Third-Party Code] Added PURL and CPE information to the
attribution files of 3rd party sources.

Pick-to: 6.8 6.9
Fixes: QTBUG-137183
Task-number: QTBUG-129602
Change-Id: I888a9ae68ac0854c742892713d566d564c0113d9
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
Alexandru Croitor 2025-05-26 16:40:09 +02:00
parent 086bc424de
commit 0a700dd740
2 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,12 @@
"Homepage": "http://www.simplesystems.org/libtiff/",
"Version": "4.7.0",
"DownloadLocation": "https://download.osgeo.org/libtiff/tiff-4.7.0.tar.gz",
"PURL": [
"pkg:gitlab/libtiff/libtiff@v$<VERSION>"
],
"CPE": [
"cpe:2.3:a:libtiff:libtiff:$<VERSION>:*:*:*:*:*:*:*"
],
"License": "libtiff License",
"LicenseId": "libtiff",

View File

@ -10,6 +10,12 @@
"Version": "1.5.0",
"DownloadLocation": "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.5.0.tar.gz",
"PURL": [
"pkg:github/webmproject/libwebp@$v<VERSION>"
],
"CPE": [
"cpe:2.3:a:webmproject:libwebp:$<VERSION>:*:*:*:*:*:*:*"
],
"License": "BSD 3-clause \"New\" or \"Revised\" License",
"LicenseId": "BSD-3-Clause",
"LicenseFile": "COPYING",