Skip to content
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

CVE-2024-30161: qtbase upgrades to version 6.6.3 #11932

Open
wants to merge 2 commits into
base: fasttrack/3.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/qtbase/qtbase.signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Signatures": {
"macros.qtbase": "033a4124b7dbb211068a64b6e500427fb645825f6c94a5f49afbd764e9d65543",
"qconfig-multilib.h": "2d01cdbfd11a887a1729f1ce2c4e0ad0c080509cc009279090bd68521845be93",
"qtbase-everywhere-src-6.6.2.tar.xz": "b89b426b9852a17d3e96230ab0871346574d635c7914480a2a27f98ff942677b",
"qtbase-everywhere-src-6.6.3.tar.xz": "0493fd0b380c4edf8872f011a7f26d245aa4cdd75b349904ef340a22dedf7462",
"qtlogging.ini": "7493edc0df47c1bb9040331694922d4500b897b30515d698ec482c866ee5d9d3"
}
}
5 changes: 4 additions & 1 deletion SPECS/qtbase/qtbase.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

Name: qtbase
Summary: Qt6 - QtBase components
Version: 6.6.2
Version: 6.6.3
Release: 1%{?dist}
# See LICENSE.GPL3-EXCEPT.txt, for exception details
License: GFDL AND LGPLv3 AND GPLv2 AND GPLv3 with exceptions AND QT License Agreement 4.0
Expand Down Expand Up @@ -700,6 +700,9 @@ fi
%{_qt_plugindir}/platformthemes/libqxdgdesktopportal.so

%changelog
* Wed Jan 15 2025 Lanze Liu <[email protected]> - 6.6.3-1
- Upgrade to version 6.6.3 to fix CVE-2024-30161

* Fri May 17 2024 Neha Agarwal <[email protected]> - 6.6.2-1
- Upgrade to version 6.6.2 to fix CVE-2023-51714

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25373,8 +25373,8 @@
"type": "other",
"other": {
"name": "qtbase",
"version": "6.6.2",
"downloadUrl": "https://download.qt.io/archive/qt/6.6/6.6.2/submodules/qtbase-everywhere-src-6.6.2.tar.xz"
"version": "6.6.3",
"downloadUrl": "https://download.qt.io/archive/qt/6.6/6.6.3/submodules/qtbase-everywhere-src-6.6.3.tar.xz"
}
}
},
Expand Down
Loading