Patrick Lodder 92b439f375
depends: Backport Qt bugfixes
Dogecoin-Qt cannot upgrade Qt on a minor release without breaking
support for older systems, and thus preventing operators on these
to get important security updates. Therefore, it is important to
patch the fixed version of Qt we are stuck with when applicable.

This backports important bug fixes from later Qt versions that
harden Dogecoin-Qt's internals:

- Fix possible heap corruption in QXmlStream
  see: https://codereview.qt-project.org/c/qt/qtbase/+/236691

- do not attempt to load a library relative to $PWD
  see: https://codereview.qt-project.org/c/qt/qtbase/+/286795

- Fix specific overflow in qtextlayout
  see: https://codereview.qt-project.org/c/qt/qtbase/+/476125

- QDnsLookup/Unix: Ensure that both the RDATA and the Record header
  fields before it fall inside the buffer we have
  see: https://codereview.qt-project.org/c/qt/qtbase/+/477644

- Fix a crash while parsing an XML file with garbage data
  see: https://codereview.qt-project.org/c/qt/qtbase/+/471756
       https://codereview.qt-project.org/c/qt/qtbase/+/455027

- Fix crash when reading corrupt font data
  see: https://codereview.qt-project.org/c/qt/qtbase/+/503026
2024-02-16 21:05:15 -05:00
..
2021-08-21 23:55:05 +01:00
2017-01-11 08:44:22 +08:00
2023-11-24 10:22:57 -08:00
2023-10-28 07:49:23 -04:00
2017-05-17 20:58:56 +02:00
2017-01-11 08:44:23 +08:00
2023-10-28 07:49:23 -04:00
2016-04-27 12:47:41 +02:00
2015-07-03 17:21:55 -04:00
2024-02-16 21:05:15 -05:00
2021-09-29 20:50:11 +02:00
2023-10-30 12:17:24 -05:00