qt6-base.git
2 years ago[PATCH] Add M68k detection
Pino Toscano [Thu, 6 Oct 2022 21:17:57 +0000 (23:17 +0200)]
[PATCH] Add M68k detection

- detect the M68k architecture (Motorola 68000) and define
  Q_PROCESSOR_M68K
- set the right machine type in QElfParser for M68k ELF files

Change-Id: Ie5694abbe1ae2bfeb5692defba0ca6062c1d60ac
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Gbp-Pq: Name upstream_Add-M68k-detection.patch

2 years ago[PATCH] Add HPPA detection
Pino Toscano [Thu, 6 Oct 2022 21:15:30 +0000 (23:15 +0200)]
[PATCH] Add HPPA detection

- detect the HPPA architecture (PA-RISC) and define Q_PROCESSOR_HPPA
- set the right machine type in QElfParser for HPPA ELF files

Change-Id: I5214ce64ef1fdd0ecca3d6c1694c5db9b2852a22
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Gbp-Pq: Name upstream_Add-HPPA-detection.patch

2 years agocve-2023-33285
Debian Qt/KDE Maintainers [Tue, 8 Aug 2023 06:40:37 +0000 (07:40 +0100)]
cve-2023-33285

Gbp-Pq: Name cve-2023-33285.diff

2 years agocve-2023-32763
Debian Qt/KDE Maintainers [Tue, 8 Aug 2023 06:40:37 +0000 (07:40 +0100)]
cve-2023-32763

Gbp-Pq: Name cve-2023-32763.diff

2 years agocve-2023-32762
Debian Qt/KDE Maintainers [Tue, 8 Aug 2023 06:40:37 +0000 (07:40 +0100)]
cve-2023-32762

Gbp-Pq: Name cve-2023-32762.diff

2 years ago[PATCH] Schannel: Reject certificate not signed by a configured CA certificate
Mårten Nordheim [Wed, 10 May 2023 14:43:41 +0000 (16:43 +0200)]
[PATCH] Schannel: Reject certificate not signed by a configured CA certificate

Not entirely clear why, but when building the certificate chain for a
peer the system certificate store is searched for root certificates.
General expectation is that after calling
`sslConfiguration.setCaCertificates()` the system certificates will
not be taken into consideration.

To work around this behavior, we do a manual check that the root of the
chain is part of the configured CA certificates.

Pick-to: 6.5 6.2 5.15
Change-Id: I03666a4d9b0eac39ae97e150b4743120611a11b3
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Gbp-Pq: Name cve-2023-34410-ada2c57.diff

2 years ago[PATCH] Ssl: Copy the on-demand cert loading bool from default config
Mårten Nordheim [Thu, 25 May 2023 12:40:29 +0000 (14:40 +0200)]
[PATCH] Ssl: Copy the on-demand cert loading bool from default config

Otherwise individual sockets will still load system certificates when
a chain doesn't match against the configured CA certificates.
That's not intended behavior, since specifically setting the CA
certificates means you don't want the system certificates to be used.

Follow-up to/amends ada2c573c1a25f8d96577734968fe317ddfa292a

This is potentially a breaking change because now, if you ever add a
CA to the default config, it will disable loading system certificates
on demand for all sockets. And the only way to re-enable it is to
create a null-QSslConfiguration and set it as the new default.

Pick-to: 6.5 6.2 5.15
Change-Id: Ic3b2ab125c0cdd58ad654af1cb36173960ce2d1e
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Gbp-Pq: Name cve-2023-34410-57ba626.diff

2 years agoqt6-base (6.4.2+dfsg-18) unstable; urgency=medium
Patrick Franz [Tue, 8 Aug 2023 06:40:37 +0000 (07:40 +0100)]
qt6-base (6.4.2+dfsg-18) unstable; urgency=medium

  [ Helmut Grohne ]
  * Fix FTCBFS: Do build sqlbrowser. (Closes: #1042709)
  * Move from deprecated QT_BUILD_TOOLS_WHEN_CROSSCOMPILING to
    QT_FORCE_BUILD_TOOLS.

  [ John Paul Adrian Glaubitz ]
  * Add Add-SH-detection.patch in order to restore SH detection
   (Closes: #1043225).

[dgit import unpatched qt6-base 6.4.2+dfsg-18]

2 years agoImport qt6-base_6.4.2+dfsg-18.debian.tar.xz
Patrick Franz [Tue, 8 Aug 2023 06:40:37 +0000 (07:40 +0100)]
Import qt6-base_6.4.2+dfsg-18.debian.tar.xz

[dgit import tarball qt6-base 6.4.2+dfsg-18 qt6-base_6.4.2+dfsg-18.debian.tar.xz]

2 years agoImport qt6-base_6.4.2+dfsg.orig.tar.xz
Patrick Franz [Tue, 31 Jan 2023 18:16:32 +0000 (18:16 +0000)]
Import qt6-base_6.4.2+dfsg.orig.tar.xz

[dgit import orig qt6-base_6.4.2+dfsg.orig.tar.xz]