qt6-bb10/src/3rdparty
André Klitzing a0a2bf2d95 Update bundled zlib to version 1.2.12
The remaining diff to clean 1.2.12 is archived in the qtpatches.diff file.
Also this fixes CVE-2018-25032.

[ChangeLog][Third-Party Code] zlib was updated to version 1.2.12.

Change-Id: Ifab5d57acdc90ace61f2fd22c6dbb7ec6b4ad319
Pick-to: 6.2 6.3 6.3.0 5.15
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
2022-03-31 08:43:56 +02:00
..
VulkanMemoryAllocator vkmemalloc: Silence clang warning about unused member var 2021-01-19 13:17:55 +00:00
android Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
blake2 blake2: Fix MSVC warning C4804 2021-05-31 08:39:59 +02:00
dbus-ifaces dbustray: add NewMenu signal and emit it when menu changed 2018-02-22 21:05:43 +00:00
double-conversion 3rdparty: Update double-conversion 2022-02-21 14:52:35 +01:00
easing Update various qt_attribution.json files 2018-11-02 13:48:35 +00:00
forkfd forkfd: don't attempt to guess EWOULDBLOCK when WNOHANG is active 2022-03-08 09:18:40 -08:00
freetype Install 3rdparty headers for static builds 2022-02-19 01:52:32 +01:00
gradle Gradle: Update to 7.4 2022-03-02 14:55:01 +01:00
harfbuzz-ng Install 3rdparty headers for static builds 2022-02-19 01:52:32 +01:00
iaccessible2 Remove the qmake project files 2021-01-07 15:32:28 +01:00
icc Update various qt_attribution.json files 2018-11-02 13:48:35 +00:00
libjpeg Install also config headers for 3rdparty libjpeg 2022-03-10 01:06:21 +01:00
libpng Add missing install of pnglibconf.h for static builds 2022-03-16 20:19:22 +01:00
libpsl Network: Use public suffix database in DAFSA format 2022-02-24 19:36:26 +01:00
md4 Attributions: Don't mention QT_CRYPTOGRAPHICHASH_ONLY_SHA1 2021-05-23 11:47:42 +00:00
md4c md4c: Fix MSVC compiler level 3 warnings 2021-06-15 22:21:38 +00:00
md5 Attributions: Don't mention QT_CRYPTOGRAPHICHASH_ONLY_SHA1 2021-05-23 11:47:42 +00:00
pcre2 PCRE2: upgrade to 10.39 2021-11-03 22:54:37 +01:00
pixman Document version number of pixman 2018-08-31 12:06:34 +00:00
rfc6234 Remove workaround for MSVC 2008 2020-09-30 08:39:28 +02:00
sha1 Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
sha3 rtems: Fix build 3rdparty/sha3 2019-06-30 23:34:55 +02:00
sqlite SQLite: Update SQLite to v3.37.2 2022-02-22 15:44:48 +01:00
tinycbor 3rdparty: update TinyCBOR links to 0.6.0 final release 2021-11-01 13:30:23 -07:00
wasm Doc: Remove broken homepage link for Vera fonts attribution 2021-11-05 18:02:09 +01:00
wintab Doc: Improve WinTab license information 2020-09-11 17:11:03 +02:00
xcb 3rdparty: Add touchpad gestures support to bundled xinput xcb module 2021-11-13 17:58:45 +03:00
zlib Update bundled zlib to version 1.2.12 2022-03-31 08:43:56 +02:00
.gitattributes Mark gradlew with Unix eol endings as it is a script 2020-07-10 11:38:00 +02:00
CMakeLists.txt Install 3rdparty headers for static builds 2022-02-19 01:52:32 +01:00
README Remove QWS era pvr headers 2012-04-10 10:38:10 +02:00
_clang-format Make clang-format ignore formatting of third party code 2020-08-06 13:35:30 +02:00

README

The libraries included here are the original packages, unpacked, and
with their version number removed from the directory name (for version
information, see the README files in the directories).

Certain files and subdirectories of the original library packages that
are irrelevant to Qt may not be included here. Typically, those are
the standalone library configuration and make files, tools, test
files, contribs, documentation, and similar.

Patches may have been applied, typically for configuration and build
issues in the Qt framework. Such patches can be reviewed in the the
public git repository; they will appear in the commit logs of each
library directory, following the latest clean version update commit.

The 'patches' subdirectory contains certain patches applied prior to
the start of the public git history, where the library has not been
updated since.