• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision19eefb86a8e86a83f2177d5760ad495d68f63d6c (tree)
Time2023-01-06 10:10:17
AuthorFs <Fsu0413@vip....>
CommiterFs

Log Message

massive update (早晨上班前编译不上了!)

Change Summary

Incremental Difference

--- a/Compile/lib/opensslCompile/conf.lua
+++ b/Compile/lib/opensslCompile/conf.lua
@@ -5,7 +5,7 @@ local conf = {}
55 abbrs:
66 OpenSSL Versions:
77 o1: OpenSSL 1.1.1s
8- o3: OpenSSL 3.0.7
8+ o3: OpenSSL 3.0.7-2
99 Most of OpenSSL builds has its makefiles changed for our use. No "m" will be prefixed.
1010
1111 Platforms:
@@ -453,11 +453,11 @@ conf.o1aaln321 = {
453453
454454 --------------------------------------------------------------------
455455
456--- OpenSSL 3.0.7
456+-- OpenSSL 3.0.7-2
457457
458458 conf.o3wx6v9 = {
459- name = "OpenSSL3.0.7-Windows-x86_64-VS2019-&TARGETTOOLVERSION&",
460- opensslVersion = "3.0.7",
459+ name = "OpenSSL3.0.7-2-Windows-x86_64-VS2019-&TARGETTOOLVERSION&",
460+ opensslVersion = "3.0.7-2",
461461 host = "Win10",
462462 toolchain = "MSVC2019-64",
463463 libPath = { "bin\\libssl-3-x64.dll", "bin\\libcrypto-3-x64.dll" },
@@ -473,8 +473,8 @@ conf.o3wx6v9 = {
473473 }
474474
475475 conf.o3wx6v9st = {
476- name = "OpenSSL3.0.7-Windows-x86_64-VS2019-&TARGETTOOLVERSION&-static",
477- opensslVersion = "3.0.7",
476+ name = "OpenSSL3.0.7-2-Windows-x86_64-VS2019-&TARGETTOOLVERSION&-static",
477+ opensslVersion = "3.0.7-2",
478478 host = "Win10",
479479 toolchain = "MSVC2019-64",
480480 variant = {"-static"},
@@ -491,8 +491,8 @@ conf.o3wx6v9st = {
491491 }
492492
493493 conf.o3wx6v2 = {
494- name = "OpenSSL3.0.7-Windows-x86_64-VS2022-&TARGETTOOLVERSION&",
495- opensslVersion = "3.0.7",
494+ name = "OpenSSL3.0.7-2-Windows-x86_64-VS2022-&TARGETTOOLVERSION&",
495+ opensslVersion = "3.0.7-2",
496496 host = "Win10",
497497 toolchain = "MSVC2022-64",
498498 libPath = { "bin\\libssl-3-x64.dll", "bin\\libcrypto-3-x64.dll" },
@@ -508,8 +508,8 @@ conf.o3wx6v2 = {
508508 }
509509
510510 conf.o3wx6v2st = {
511- name = "OpenSSL3.0.7-Windows-x86_64-VS2022-&TARGETTOOLVERSION&-static",
512- opensslVersion = "3.0.7",
511+ name = "OpenSSL3.0.7-2-Windows-x86_64-VS2022-&TARGETTOOLVERSION&-static",
512+ opensslVersion = "3.0.7-2",
513513 host = "Win10",
514514 toolchain = "MSVC2022-64",
515515 variant = {"-static"},
@@ -530,8 +530,8 @@ conf.o3wx6v2st = {
530530 -- Note: "m" changed its meaning for LLVM-based toolchain with MinGW-w64 MSVCRT.
531531 -- Note: Future version of this build configuration should be called "o*wx6g1" where "g" means GNU-based toolchain with MinGW-w64.
532532 conf.o3wx6m1 = {
533- name = "OpenSSL3.0.7-Windows-x86_64-MinGW-GCC&TARGETTOOLVERSION&",
534- opensslVersion = "3.0.7",
533+ name = "OpenSSL3.0.7-2-Windows-x86_64-MinGW-GCC&TARGETTOOLVERSION&",
534+ opensslVersion = "3.0.7-2",
535535 host = "Win10SH",
536536 toolchain = "MinGW1120-64",
537537 libPath = { "bin\\libssl-3-x64.dll", "bin\\libcrypto-3-x64.dll" },
@@ -550,8 +550,8 @@ conf.o3wx6m1 = {
550550 -- Note: "m" changed its meaning for LLVM-based toolchain with MinGW-w64 MSVCRT.
551551 -- Note: Future version of this build configuration should be called "o*wx6g2" where "g" means GNU-based toolchain with MinGW-w64.
552552 conf.o3wx6m2 = {
553- name = "OpenSSL3.0.7-Windows-x86_64-MinGW-GCC&TARGETTOOLVERSION&",
554- opensslVersion = "3.0.7",
553+ name = "OpenSSL3.0.7-2-Windows-x86_64-MinGW-GCC&TARGETTOOLVERSION&",
554+ opensslVersion = "3.0.7-2",
555555 host = "Win10SH",
556556 toolchain = "MinGW1210-64",
557557 libPath = { "bin\\libssl-3-x64.dll", "bin\\libcrypto-3-x64.dll" },
@@ -568,8 +568,8 @@ conf.o3wx6m2 = {
568568 }
569569
570570 conf.o3wx6u5 = {
571- name = "OpenSSL3.0.7-Windows-x86_64-llvm-mingw-&TARGETTOOLVERSION&-ucrt",
572- opensslVersion = "3.0.7",
571+ name = "OpenSSL3.0.7-2-Windows-x86_64-llvm-mingw-&TARGETTOOLVERSION&-ucrt",
572+ opensslVersion = "3.0.7-2",
573573 host = "Win10SH",
574574 toolchain = "MinGWLLVM-ucrt15-64",
575575 libPath = { "bin\\libssl-3-x64.dll", "bin\\libcrypto-3-x64.dll" },
@@ -587,8 +587,8 @@ conf.o3wx6u5 = {
587587 }
588588
589589 conf.o3wx6s5 = {
590- name = "OpenSSL3.0.7-Windows-x86_64-llvm-mingw-&TARGETTOOLVERSION&-msvcrt",
591- opensslVersion = "3.0.7",
590+ name = "OpenSSL3.0.7-2-Windows-x86_64-llvm-mingw-&TARGETTOOLVERSION&-msvcrt",
591+ opensslVersion = "3.0.7-2",
592592 host = "Win10SH",
593593 toolchain = "MinGWLLVM-msvcrt15-64",
594594 libPath = { "bin\\libssl-3-x64.dll", "bin\\libcrypto-3-x64.dll" },
@@ -609,8 +609,8 @@ conf.o3wx6s5 = {
609609
610610 -- cross build this configuration for easy unify
611611 conf.o3mx6 = {
612- name = "OpenSSL3.0.7-macOS-x86_64-AppleClang&TARGETTOOLVERSION&",
613- opensslVersion = "3.0.7",
612+ name = "OpenSSL3.0.7-2-macOS-x86_64-AppleClang&TARGETTOOLVERSION&",
613+ opensslVersion = "3.0.7-2",
614614 host = "macOSM1",
615615 libPath = { "lib/libssl.3.dylib", "lib/libcrypto.3.dylib" },
616616 staticlibPath = { "lib/libssl.a", "lib/libcrypto.a" },
@@ -626,8 +626,8 @@ conf.o3mx6 = {
626626 }
627627
628628 conf.o3ma6 = {
629- name = "OpenSSL3.0.7-macOS-arm64_v8a-AppleClang&TARGETTOOLVERSION&",
630- opensslVersion = "3.0.7",
629+ name = "OpenSSL3.0.7-2-macOS-arm64_v8a-AppleClang&TARGETTOOLVERSION&",
630+ opensslVersion = "3.0.7-2",
631631 host = "macOSM1",
632632 libPath = { "lib/libssl.3.dylib", "lib/libcrypto.3.dylib" },
633633 staticlibPath = { "lib/libssl.a", "lib/libcrypto.a" },
@@ -643,8 +643,8 @@ conf.o3ma6 = {
643643 }
644644
645645 conf.o3mal = {
646- name = "OpenSSL3.0.7-macOS-ALL-AppleClang&TARGETTOOLVERSION&",
647- opensslVersion = "3.0.7",
646+ name = "OpenSSL3.0.7-2-macOS-ALL-AppleClang&TARGETTOOLVERSION&",
647+ opensslVersion = "3.0.7-2",
648648 host = "macOSM1",
649649 libPath = { "lib/libssl.3.dylib", "lib/libcrypto.3.dylib" },
650650 staticlibPath = { "lib/libssl.a", "lib/libcrypto.a" },
@@ -658,8 +658,8 @@ conf.o3mal = {
658658 --------------------------------------------------------------------
659659
660660 conf.o3aa3n324 = {
661- name = "OpenSSL3.0.7-Android-arm-NDKr23cAPI24",
662- opensslVersion = "3.0.7",
661+ name = "OpenSSL3.0.7-2-Android-arm-NDKr23cAPI24",
662+ opensslVersion = "3.0.7-2",
663663 host = "CentOS8",
664664 target = "Android-24",
665665 toolchainT = "Android-24-r23c-arm",
@@ -684,8 +684,8 @@ conf.o3aa3n324 = {
684684 }
685685
686686 conf.o3aa6n324 = {
687- name = "OpenSSL3.0.7-Android-arm64-NDKr23cAPI24",
688- opensslVersion = "3.0.7",
687+ name = "OpenSSL3.0.7-2-Android-arm64-NDKr23cAPI24",
688+ opensslVersion = "3.0.7-2",
689689 host = "CentOS8",
690690 target = "Android-24",
691691 toolchainT = "Android-24-r23c-arm64",
@@ -705,8 +705,8 @@ conf.o3aa6n324 = {
705705 }
706706
707707 conf.o3ax3n324 = {
708- name = "OpenSSL3.0.7-Android-x86-NDKr23cAPI24",
709- opensslVersion = "3.0.7",
708+ name = "OpenSSL3.0.7-2-Android-x86-NDKr23cAPI24",
709+ opensslVersion = "3.0.7-2",
710710 host = "CentOS8",
711711 target = "Android-24",
712712 toolchainT = "Android-24-r23c-x86",
@@ -726,8 +726,8 @@ conf.o3ax3n324 = {
726726 }
727727
728728 conf.o3ax6n324 = {
729- name = "OpenSSL3.0.7-Android-x86_64-NDKr23cAPI24",
730- opensslVersion = "3.0.7",
729+ name = "OpenSSL3.0.7-2-Android-x86_64-NDKr23cAPI24",
730+ opensslVersion = "3.0.7-2",
731731 host = "CentOS8",
732732 target = "Android-24",
733733 toolchainT = "Android-24-r23c-x86_64",
@@ -747,8 +747,8 @@ conf.o3ax6n324 = {
747747 }
748748
749749 conf.o3aaln324 = {
750- name = "OpenSSL3.0.7-Android-ALL-NDKr23cAPI24",
751- opensslVersion = "3.0.7",
750+ name = "OpenSSL3.0.7-2-Android-ALL-NDKr23cAPI24",
751+ opensslVersion = "3.0.7-2",
752752 host = "CentOS8",
753753 opensslUnifyType = "Android",
754754 opensslUnifyArch = {
@@ -761,8 +761,8 @@ conf.o3aaln324 = {
761761 --------------------------------------------------------------------
762762
763763 conf.o3aa3n527 = {
764- name = "OpenSSL3.0.7-Android-arm-NDKr25API27",
765- opensslVersion = "3.0.7",
764+ name = "OpenSSL3.0.7-2-Android-arm-NDKr25API27",
765+ opensslVersion = "3.0.7-2",
766766 host = "Rocky9",
767767 target = "Android-27",
768768 toolchainT = "Android-27-r25b-arm",
@@ -787,8 +787,8 @@ conf.o3aa3n527 = {
787787 }
788788
789789 conf.o3aa6n527 = {
790- name = "OpenSSL3.0.7-Android-arm64-NDKr25API27",
791- opensslVersion = "3.0.7",
790+ name = "OpenSSL3.0.7-2-Android-arm64-NDKr25API27",
791+ opensslVersion = "3.0.7-2",
792792 host = "Rocky9",
793793 target = "Android-27",
794794 toolchainT = "Android-27-r25b-arm64",
@@ -808,8 +808,8 @@ conf.o3aa6n527 = {
808808 }
809809
810810 conf.o3ax3n527 = {
811- name = "OpenSSL3.0.7-Android-x86-NDKr25API27",
812- opensslVersion = "3.0.7",
811+ name = "OpenSSL3.0.7-2-Android-x86-NDKr25API27",
812+ opensslVersion = "3.0.7-2",
813813 host = "Rocky9",
814814 target = "Android-27",
815815 toolchainT = "Android-27-r25b-x86",
@@ -829,8 +829,8 @@ conf.o3ax3n527 = {
829829 }
830830
831831 conf.o3ax6n527 = {
832- name = "OpenSSL3.0.7-Android-x86_64-NDKr25API27",
833- opensslVersion = "3.0.7",
832+ name = "OpenSSL3.0.7-2-Android-x86_64-NDKr25API27",
833+ opensslVersion = "3.0.7-2",
834834 host = "Rocky9",
835835 target = "Android-27",
836836 toolchainT = "Android-27-r25b-x86_64",
@@ -850,8 +850,8 @@ conf.o3ax6n527 = {
850850 }
851851
852852 conf.o3aaln527 = {
853- name = "OpenSSL3.0.7-Android-ALL-NDKr25API27",
854- opensslVersion = "3.0.7",
853+ name = "OpenSSL3.0.7-2-Android-ALL-NDKr25API27",
854+ opensslVersion = "3.0.7-2",
855855 host = "Rocky9",
856856 opensslUnifyType = "Android",
857857 opensslUnifyArch = {
--- a/Compile/lib/qtCompile/conf.lua
+++ b/Compile/lib/qtCompile/conf.lua
@@ -5,11 +5,11 @@ local conf = {}
55 abbrs:
66 Qt Versions:
77 Q2 / q5_12: Qt 5.12.12/Discontinued Qt 5 LTS
8- Q5: Qt 5.15.7/Previous Qt 5 LTS w/ latest QtWebEngine and latest QtScript
8+ Q5: Qt 5.15.8/Previous Qt 5 LTS w/ latest QtWebEngine and latest QtScript
99 q5_kde: Qt 5.15.x KDE maintained version w/ latest QtWebEngine and latest QtScript
1010 q6_2: Qt 6.2.4/Latest Qt 6 LTS w/ latest QtWebEngine
1111 q6_3: Qt 6.3.2
12- q6_4: Qt 6.4.1 (Pre-release)
12+ q6_4: Qt 6.4.2 (Pre-release)
1313 If prefixed with a lower-case "m", it is a modified Qt version
1414
1515 Platforms:
@@ -1430,11 +1430,11 @@ conf.Q2mx6_ax3nl = {
14301430
14311431 --------------------------------------------------------------------
14321432
1433--- Qt 5.15.7
1433+-- Qt 5.15.8
14341434
14351435 conf.Q5wx3v5 = {
1436- name = "Qt5.15.7-Windows-x86-VS2015",
1437- qtVersion = "5.15.7",
1436+ name = "Qt5.15.8-Windows-x86-VS2015",
1437+ qtVersion = "5.15.8",
14381438 host = "Win8",
14391439 toolchain = "MSVC2015-32",
14401440 configureParameter = [[
@@ -1468,8 +1468,8 @@ conf.Q5wx3v5 = {
14681468 }
14691469
14701470 conf.Q5wx6v5 = {
1471- name = "Qt5.15.7-Windows-x86_64-VS2015",
1472- qtVersion = "5.15.7",
1471+ name = "Qt5.15.8-Windows-x86_64-VS2015",
1472+ qtVersion = "5.15.8",
14731473 host = "Win8",
14741474 toolchain = "MSVC2015-64",
14751475 configureParameter = [[
@@ -1503,8 +1503,8 @@ conf.Q5wx6v5 = {
15031503 }
15041504
15051505 conf.Q5wx3v7 = {
1506- name = "Qt5.15.7-Windows-x86-VS2017-&HOSTTOOLVERSION&",
1507- qtVersion = "5.15.7-4",
1506+ name = "Qt5.15.8-Windows-x86-VS2017-&HOSTTOOLVERSION&",
1507+ qtVersion = "5.15.8-3",
15081508 host = "Win10",
15091509 toolchain = "MSVC2017-32",
15101510 configureParameter = [[
@@ -1540,8 +1540,8 @@ conf.Q5wx3v7 = {
15401540 }
15411541
15421542 conf.Q5wx6v7 = {
1543- name = "Qt5.15.7-Windows-x86_64-VS2017-&HOSTTOOLVERSION&",
1544- qtVersion = "5.15.7-4",
1543+ name = "Qt5.15.8-Windows-x86_64-VS2017-&HOSTTOOLVERSION&",
1544+ qtVersion = "5.15.8-3",
15451545 host = "Win10",
15461546 toolchain = "MSVC2017-64",
15471547 configureParameter = [[
@@ -1577,8 +1577,8 @@ conf.Q5wx6v7 = {
15771577 }
15781578
15791579 conf.Q5wx3v9 = {
1580- name = "Qt5.15.7-Windows-x86-VS2019-&HOSTTOOLVERSION&",
1581- qtVersion = "5.15.7-4",
1580+ name = "Qt5.15.8-Windows-x86-VS2019-&HOSTTOOLVERSION&",
1581+ qtVersion = "5.15.8-3",
15821582 host = "Win10",
15831583 toolchain = "MSVC2019-32",
15841584 configureParameter = [[
@@ -1613,8 +1613,8 @@ conf.Q5wx3v9 = {
16131613 }
16141614
16151615 conf.Q5wx3v9sf = {
1616- name = "Qt5.15.7-Windows-x86-VS2019-&HOSTTOOLVERSION&-staticFull",
1617- qtVersion = "5.15.7-4",
1616+ name = "Qt5.15.8-Windows-x86-VS2019-&HOSTTOOLVERSION&-staticFull",
1617+ qtVersion = "5.15.8-3",
16181618 host = "Win10",
16191619 toolchain = "MSVC2019-32",
16201620 variant = {"-staticFull"},
@@ -1655,8 +1655,8 @@ conf.Q5wx3v9sf = {
16551655 }
16561656
16571657 conf.Q5wx6v9 = {
1658- name = "Qt5.15.7-Windows-x86_64-VS2019-&HOSTTOOLVERSION&",
1659- qtVersion = "5.15.7-4",
1658+ name = "Qt5.15.8-Windows-x86_64-VS2019-&HOSTTOOLVERSION&",
1659+ qtVersion = "5.15.8-3",
16601660 host = "Win10",
16611661 toolchain = "MSVC2019-64",
16621662 configureParameter = [[
@@ -1691,8 +1691,8 @@ conf.Q5wx6v9 = {
16911691 }
16921692
16931693 conf.Q5wx6v9sf = {
1694- name = "Qt5.15.7-Windows-x86_64-VS2019-&HOSTTOOLVERSION&-staticFull",
1695- qtVersion = "5.15.7-4",
1694+ name = "Qt5.15.8-Windows-x86_64-VS2019-&HOSTTOOLVERSION&-staticFull",
1695+ qtVersion = "5.15.8-3",
16961696 host = "Win10",
16971697 toolchain = "MSVC2019-64",
16981698 variant = {"-staticFull"},
@@ -1733,8 +1733,8 @@ conf.Q5wx6v9sf = {
17331733 }
17341734
17351735 conf.Q5wx6v2 = {
1736- name = "Qt5.15.7-Windows-x86_64-VS2022-&HOSTTOOLVERSION&",
1737- qtVersion = "5.15.7-4",
1736+ name = "Qt5.15.8-Windows-x86_64-VS2022-&HOSTTOOLVERSION&",
1737+ qtVersion = "5.15.8-3",
17381738 host = "Win10",
17391739 toolchain = "MSVC2022-64",
17401740 configureParameter = [[
@@ -1769,8 +1769,8 @@ conf.Q5wx6v2 = {
17691769 }
17701770
17711771 conf.Q5wx3m8 = {
1772- name = "Qt5.15.7-Windows-x86-MinGW&HOSTTOOLVERSION&",
1773- qtVersion = "5.15.7",
1772+ name = "Qt5.15.8-Windows-x86-MinGW&HOSTTOOLVERSION&",
1773+ qtVersion = "5.15.8",
17741774 host = "Win10",
17751775 toolchain = "MinGW810-32",
17761776 configureParameter = [[
@@ -1804,8 +1804,8 @@ conf.Q5wx3m8 = {
18041804 }
18051805
18061806 conf.Q5wx3m8sf = {
1807- name = "Qt5.15.7-Windows-x86-MinGW&HOSTTOOLVERSION&-staticFull",
1808- qtVersion = "5.15.7",
1807+ name = "Qt5.15.8-Windows-x86-MinGW&HOSTTOOLVERSION&-staticFull",
1808+ qtVersion = "5.15.8",
18091809 host = "Win10",
18101810 toolchain = "MinGW810-32",
18111811 variant = {"-staticFull"},
@@ -1844,8 +1844,8 @@ conf.Q5wx3m8sf = {
18441844 }
18451845
18461846 conf.Q5wx6m8 = {
1847- name = "Qt5.15.7-Windows-x86_64-MinGW&HOSTTOOLVERSION&",
1848- qtVersion = "5.15.7",
1847+ name = "Qt5.15.8-Windows-x86_64-MinGW&HOSTTOOLVERSION&",
1848+ qtVersion = "5.15.8",
18491849 host = "Win10",
18501850 toolchain = "MinGW810-64",
18511851 configureParameter = [[
@@ -1879,8 +1879,8 @@ conf.Q5wx6m8 = {
18791879 }
18801880
18811881 conf.Q5wx6m8sf = {
1882- name = "Qt5.15.7-Windows-x86_64-MinGW&HOSTTOOLVERSION&-staticFull",
1883- qtVersion = "5.15.7",
1882+ name = "Qt5.15.8-Windows-x86_64-MinGW&HOSTTOOLVERSION&-staticFull",
1883+ qtVersion = "5.15.8",
18841884 host = "Win10",
18851885 toolchain = "MinGW810-64",
18861886 variant = {"-staticFull"},
@@ -1919,8 +1919,8 @@ conf.Q5wx6m8sf = {
19191919 }
19201920
19211921 conf.Q5mx6 = {
1922- name = "Qt5.15.7-macOS-x86_64-AppleClang&HOSTTOOLVERSION&",
1923- qtVersion = "5.15.7-4",
1922+ name = "Qt5.15.8-macOS-x86_64-AppleClang&HOSTTOOLVERSION&",
1923+ qtVersion = "5.15.8-3",
19241924 host = "macOS1015",
19251925 configureParameter = [[
19261926 -prefix
@@ -1954,8 +1954,8 @@ conf.Q5mx6 = {
19541954 }
19551955
19561956 conf.Q5mx6nf = {
1957- name = "Qt5.15.7-macOS-x86_64-AppleClang&HOSTTOOLVERSION&-noFramework",
1958- qtVersion = "5.15.7-4",
1957+ name = "Qt5.15.8-macOS-x86_64-AppleClang&HOSTTOOLVERSION&-noFramework",
1958+ qtVersion = "5.15.8-3",
19591959 host = "macOS1015",
19601960 variant = {"-noFramework"},
19611961 configureParameter = [[
@@ -1991,8 +1991,8 @@ conf.Q5mx6nf = {
19911991 }
19921992
19931993 conf.Q5wx6m8_aalnl = {
1994- name = "Qt5.15.7-Android-ALL-Clang-NDKr21e-XWindows-x86_64-MinGW&HOSTTOOLVERSION&",
1995- qtVersion = "5.15.7",
1994+ name = "Qt5.15.8-Android-ALL-Clang-NDKr21e-XWindows-x86_64-MinGW&HOSTTOOLVERSION&",
1995+ qtVersion = "5.15.8",
19961996 host = "Win10",
19971997 toolchain = "MinGW810-64",
19981998 target = "Android-21",
@@ -2044,8 +2044,8 @@ conf.Q5wx6m8_aalnl = {
20442044 }
20452045
20462046 conf.Q5lx6_aalnl = {
2047- name = "Qt5.15.7-Android-ALL-Clang-NDKr21e-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
2048- qtVersion = "5.15.7",
2047+ name = "Qt5.15.8-Android-ALL-Clang-NDKr21e-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
2048+ qtVersion = "5.15.8",
20492049 host = "CentOS8",
20502050 target = "Android-21",
20512051 toolchainT = "Android-21-r21e-all",
@@ -2096,8 +2096,8 @@ conf.Q5lx6_aalnl = {
20962096 }
20972097
20982098 conf.Q5mx6_aalnl = {
2099- name = "Qt5.15.7-Android-ALL-Clang-NDKr21e-xmacOS-x86_64-AppleClang&HOSTTOOLVERSION&",
2100- qtVersion = "5.15.7",
2099+ name = "Qt5.15.8-Android-ALL-Clang-NDKr21e-xmacOS-x86_64-AppleClang&HOSTTOOLVERSION&",
2100+ qtVersion = "5.15.8",
21012101 host = "macOS1015",
21022102 target = "Android-21",
21032103 toolchainT = "Android-21-r21e-all",
@@ -2148,8 +2148,8 @@ conf.Q5mx6_aalnl = {
21482148 }
21492149
21502150 conf.Q5wx6m8_W = {
2151- name = "Qt5.15.7-WebAssembly-emscripten&TARGETTOOLVERSION&-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
2152- qtVersion = "5.15.7",
2151+ name = "Qt5.15.8-WebAssembly-emscripten&TARGETTOOLVERSION&-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
2152+ qtVersion = "5.15.8",
21532153 host = "Win10",
21542154 toolchain = "MinGW810-64",
21552155 target = "WebAssembly",
@@ -2184,8 +2184,8 @@ conf.Q5wx6m8_W = {
21842184 }
21852185
21862186 conf.Q5lx6_W = {
2187- name = "Qt5.15.7-WebAssembly-emscripten&TARGETTOOLVERSION&-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
2188- qtVersion = "5.15.7",
2187+ name = "Qt5.15.8-WebAssembly-emscripten&TARGETTOOLVERSION&-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
2188+ qtVersion = "5.15.8",
21892189 host = "CentOS8",
21902190 target = "WebAssembly",
21912191 toolchainT = "emscripten-1.39.8",
@@ -2219,8 +2219,8 @@ conf.Q5lx6_W = {
22192219 }
22202220
22212221 conf.Q5mx6_W = {
2222- name = "Qt5.15.7-WebAssembly-emscripten&TARGETTOOLVERSION&-xmacOS-x86_64-AppleClang&HOSTTOOLVERSION&",
2223- qtVersion = "5.15.7",
2222+ name = "Qt5.15.8-WebAssembly-emscripten&TARGETTOOLVERSION&-xmacOS-x86_64-AppleClang&HOSTTOOLVERSION&",
2223+ qtVersion = "5.15.8",
22242224 host = "macOS1015",
22252225 target = "WebAssembly",
22262226 toolchainT = "emscripten-1.39.8",
@@ -3513,8 +3513,8 @@ conf.q6_2mal_W = {
35133513 --------------------------------------------------------------------
35143514
35153515 conf.q6_4wx6v9 = {
3516- name = "Qt6.4.1-Windows-x86_64-VS2019-&HOSTTOOLVERSION&",
3517- qtVersion = "6.4.1",
3516+ name = "Qt6.4.2-Windows-x86_64-VS2019-&HOSTTOOLVERSION&",
3517+ qtVersion = "6.4.2",
35183518 host = "Win10",
35193519 toolchain = "MSVC2019-64",
35203520 opensslConf = "o3wx6v9",
@@ -3549,8 +3549,8 @@ conf.q6_4wx6v9 = {
35493549 }
35503550
35513551 conf.q6_4wx6v2 = {
3552- name = "Qt6.4.1-Windows-x86_64-VS2022-&HOSTTOOLVERSION&",
3553- qtVersion = "6.4.1",
3552+ name = "Qt6.4.2-Windows-x86_64-VS2022-&HOSTTOOLVERSION&",
3553+ qtVersion = "6.4.2",
35543554 host = "Win10",
35553555 toolchain = "MSVC2022-64",
35563556 opensslConf = "o3wx6v2",
@@ -3584,8 +3584,8 @@ conf.q6_4wx6v2 = {
35843584 }
35853585
35863586 conf.q6_4wx6v2st = {
3587- name = "Qt6.4.1-Windows-x86_64-VS2022-&HOSTTOOLVERSION&-static",
3588- qtVersion = "6.4.1",
3587+ name = "Qt6.4.2-Windows-x86_64-VS2022-&HOSTTOOLVERSION&-static",
3588+ qtVersion = "6.4.2",
35893589 host = "Win10",
35903590 toolchain = "MSVC2022-64",
35913591 variant = {"-static"},
@@ -3643,8 +3643,8 @@ conf.q6_4wx6v2st = {
36433643 }
36443644
36453645 conf.q6_4wx6v2_wa6v2 = {
3646- name = "Qt6.4.1-Windows-arm64-VS2022-&HOSTTOOLVERSION&-XWindows-x86_64-VS2022-&HOSTTOOLVERSION&",
3647- qtVersion = "6.4.1",
3646+ name = "Qt6.4.2-Windows-arm64-VS2022-&HOSTTOOLVERSION&-XWindows-x86_64-VS2022-&HOSTTOOLVERSION&",
3647+ qtVersion = "6.4.2",
36483648 host = "Win10",
36493649 target = "Win10Arm",
36503650 toolchain = "MSVC2022-64", -- only a placeholder here, in fact it uses "toolchainT" instead of "toolchain"
@@ -3679,8 +3679,8 @@ conf.q6_4wx6v2_wa6v2 = {
36793679 }
36803680
36813681 conf.q6_4wx6g2 = {
3682- name = "Qt6.4.1-Windows-x86_64-MinGW&HOSTTOOLVERSION&",
3683- qtVersion = "6.4.1",
3682+ name = "Qt6.4.2-Windows-x86_64-MinGW&HOSTTOOLVERSION&",
3683+ qtVersion = "6.4.2",
36843684 host = "Win10",
36853685 toolchain = "MinGW1210-64",
36863686 opensslConf = "o3wx6m2",
@@ -3713,8 +3713,8 @@ conf.q6_4wx6g2 = {
37133713 }
37143714
37153715 conf.q6_4wx6g2st = {
3716- name = "Qt6.4.1-Windows-x86_64-MinGW&HOSTTOOLVERSION&-static",
3717- qtVersion = "6.4.1",
3716+ name = "Qt6.4.2-Windows-x86_64-MinGW&HOSTTOOLVERSION&-static",
3717+ qtVersion = "6.4.2",
37183718 host = "Win10",
37193719 toolchain = "MinGW1210-64",
37203720 variant = {"-static"},
@@ -3772,8 +3772,8 @@ conf.q6_4wx6g2st = {
37723772 }
37733773
37743774 conf.q6_4wx6u5 = {
3775- name = "Qt6.4.1-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-ucrt",
3776- qtVersion = "6.4.1",
3775+ name = "Qt6.4.2-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-ucrt",
3776+ qtVersion = "6.4.2",
37773777 host = "Win10",
37783778 toolchain = "MinGWLLVM-ucrt15-64",
37793779 opensslConf = "o3wx6u5",
@@ -3810,8 +3810,8 @@ conf.q6_4wx6u5 = {
38103810 }
38113811
38123812 conf.q6_4wx6s5 = {
3813- name = "Qt6.4.1-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-msvcrt",
3814- qtVersion = "6.4.1",
3813+ name = "Qt6.4.2-Windows-x86_64-llvm-mingw-&HOSTTOOLVERSION&-msvcrt",
3814+ qtVersion = "6.4.2",
38153815 host = "Win10",
38163816 toolchain = "MinGWLLVM-msvcrt15-64",
38173817 opensslConf = "o3wx6s5",
@@ -3848,8 +3848,8 @@ conf.q6_4wx6s5 = {
38483848 }
38493849
38503850 conf.q6_4lx6st = {
3851- name = "Qt6.4.1-Linux-x86_64-gcc&HOSTTOOLVERSION&-static",
3852- qtVersion = "6.4.1",
3851+ name = "Qt6.4.2-Linux-x86_64-gcc&HOSTTOOLVERSION&-static",
3852+ qtVersion = "6.4.2",
38533853 host = "Rocky9",
38543854 variant = {"-static"},
38553855 useCMake = "Latest",
@@ -3901,8 +3901,8 @@ conf.q6_4lx6st = {
39013901 }
39023902
39033903 conf.q6_4mal = {
3904- name = "Qt6.4.1-macOS-Universal-AppleClang&HOSTTOOLVERSION&",
3905- qtVersion = "6.4.1",
3904+ name = "Qt6.4.2-macOS-Universal-AppleClang&HOSTTOOLVERSION&",
3905+ qtVersion = "6.4.2",
39063906 host = "macOSM1",
39073907 opensslConf = "o3mal",
39083908 useCMake = "Latest",
@@ -3940,8 +3940,8 @@ conf.q6_4mal = {
39403940 }
39413941
39423942 conf.q6_4malnf = {
3943- name = "Qt6.4.1-macOS-Universal-AppleClang&HOSTTOOLVERSION&-noFramework",
3944- qtVersion = "6.4.1",
3943+ name = "Qt6.4.2-macOS-Universal-AppleClang&HOSTTOOLVERSION&-noFramework",
3944+ qtVersion = "6.4.2",
39453945 host = "macOSM1",
39463946 variant = {"-noFramework"},
39473947 opensslConf = "o3mal",
@@ -3980,8 +3980,8 @@ conf.q6_4malnf = {
39803980 }
39813981
39823982 conf.q6_4malst = {
3983- name = "Qt6.4.1-macOS-Universal-AppleClang&HOSTTOOLVERSION&-static",
3984- qtVersion = "6.4.1",
3983+ name = "Qt6.4.2-macOS-Universal-AppleClang&HOSTTOOLVERSION&-static",
3984+ qtVersion = "6.4.2",
39853985 host = "macOSM1",
39863986 variant = {"-static"},
39873987 opensslConf = "o3mal",
@@ -4039,8 +4039,8 @@ conf.q6_4malst = {
40394039 }
40404040
40414041 conf.q6_4wx6g2_aa6n5 = {
4042- name = "Qt6.4.1-Android-arm64-Clang-NDKr25b-XWindows-x86_64-MinGW&HOSTTOOLVERSION&",
4043- qtVersion = "6.4.1",
4042+ name = "Qt6.4.2-Android-arm64-Clang-NDKr25b-XWindows-x86_64-MinGW&HOSTTOOLVERSION&",
4043+ qtVersion = "6.4.2",
40444044 host = "Win10",
40454045 target = "Android-27",
40464046 toolchain = "MinGW1210-64",
@@ -4078,8 +4078,8 @@ conf.q6_4wx6g2_aa6n5 = {
40784078 }
40794079
40804080 conf.q6_4wx6g2_ax6n5 = {
4081- name = "Qt6.4.1-Android-x86_64-Clang-NDKr25b-XWindows-x86_64-MinGW&HOSTTOOLVERSION&",
4082- qtVersion = "6.4.1",
4081+ name = "Qt6.4.2-Android-x86_64-Clang-NDKr25b-XWindows-x86_64-MinGW&HOSTTOOLVERSION&",
4082+ qtVersion = "6.4.2",
40834083 host = "Win10",
40844084 target = "Android-27",
40854085 toolchain = "MinGW1210-64",
@@ -4117,8 +4117,8 @@ conf.q6_4wx6g2_ax6n5 = {
41174117 }
41184118
41194119 conf.q6_4lx6_aa6n5 = {
4120- name = "Qt6.4.1-Android-arm64-Clang-NDKr25b-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
4121- qtVersion = "6.4.1",
4120+ name = "Qt6.4.2-Android-arm64-Clang-NDKr25b-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
4121+ qtVersion = "6.4.2",
41224122 host = "Rocky9",
41234123 target = "Android-27",
41244124 toolchainT = "Android-27-r25b-arm64",
@@ -4154,8 +4154,8 @@ conf.q6_4lx6_aa6n5 = {
41544154 }
41554155
41564156 conf.q6_4lx6_ax6n5 = {
4157- name = "Qt6.4.1-Android-x86_64-Clang-NDKr25b-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
4158- qtVersion = "6.4.1",
4157+ name = "Qt6.4.2-Android-x86_64-Clang-NDKr25b-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
4158+ qtVersion = "6.4.2",
41594159 host = "Rocky9",
41604160 target = "Android-27",
41614161 toolchainT = "Android-27-r25b-x86_64",
@@ -4191,8 +4191,8 @@ conf.q6_4lx6_ax6n5 = {
41914191 }
41924192
41934193 conf.q6_4mal_aa6n5 = {
4194- name = "Qt6.4.1-Android-arm64-Clang-NDKr25b-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
4195- qtVersion = "6.4.1",
4194+ name = "Qt6.4.2-Android-arm64-Clang-NDKr25b-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
4195+ qtVersion = "6.4.2",
41964196 host = "macOSM1",
41974197 target = "Android-27",
41984198 toolchainT = "Android-27-r25b-arm64",
@@ -4228,8 +4228,8 @@ conf.q6_4mal_aa6n5 = {
42284228 }
42294229
42304230 conf.q6_4mal_ax6n5 = {
4231- name = "Qt6.4.1-Android-x86_64-Clang-NDKr25b-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
4232- qtVersion = "6.4.1",
4231+ name = "Qt6.4.2-Android-x86_64-Clang-NDKr25b-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
4232+ qtVersion = "6.4.2",
42334233 host = "macOSM1",
42344234 target = "Android-27",
42354235 toolchainT = "Android-27-r25b-x86_64",
@@ -4266,8 +4266,8 @@ conf.q6_4mal_ax6n5 = {
42664266
42674267 -- WebAssembly uses emcmake which don't need a toolchain file
42684268 conf.q6_4wx6g2_W = {
4269- name = "Qt6.4.1-WebAssembly-emscripten&TARGETTOOLVERSION&-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
4270- qtVersion = "6.4.1",
4269+ name = "Qt6.4.2-WebAssembly-emscripten&TARGETTOOLVERSION&-xWindows-x86_64-MinGW&HOSTTOOLVERSION&",
4270+ qtVersion = "6.4.2",
42714271 host = "Win10",
42724272 toolchain = "MinGW1210-64",
42734273 target = "WebAssembly",
@@ -4299,8 +4299,8 @@ conf.q6_4wx6g2_W = {
42994299 }
43004300
43014301 conf.q6_4lx6_W = {
4302- name = "Qt6.4.1-WebAssembly-emscripten&TARGETTOOLVERSION&-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
4303- qtVersion = "6.4.1",
4302+ name = "Qt6.4.2-WebAssembly-emscripten&TARGETTOOLVERSION&-xLinux-x86_64-gcc&HOSTTOOLVERSION&",
4303+ qtVersion = "6.4.2",
43044304 host = "Rocky9",
43054305 target = "WebAssembly",
43064306 toolchainT = "emscripten-3.1.14",
@@ -4329,8 +4329,8 @@ conf.q6_4lx6_W = {
43294329 }
43304330
43314331 conf.q6_4mal_W = {
4332- name = "Qt6.4.1-WebAssembly-emscripten&TARGETTOOLVERSION&-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
4333- qtVersion = "6.4.1",
4332+ name = "Qt6.4.2-WebAssembly-emscripten&TARGETTOOLVERSION&-xmacOS-Universal-AppleClang&HOSTTOOLVERSION&",
4333+ qtVersion = "6.4.2",
43344334 host = "macOSM1",
43354335 target = "WebAssembly",
43364336 toolchainT = "emscripten-3.1.14",
@@ -4380,23 +4380,23 @@ setmetatable(QQtPatcherVersion, versionMo)
43804380 local Qt6StaticConf = {
43814381 Win10 = {
43824382 ["6.2.4"] = "q6_2wx6m1st",
4383- ["6.4.1"] = "q6_4wx6g2st",
4383+ ["6.4.2"] = "q6_4wx6g2st",
43844384 },
43854385 Win10MSVC2019 = {
43864386 ["6.2.4"] = "q6_2wx6v9st",
43874387 },
43884388 Win10MSVC2022 = {
4389- ["6.4.1"] = "q6_4wx6v2st",
4389+ ["6.4.2"] = "q6_4wx6v2st",
43904390 },
43914391 CentOS8 = {
43924392 ["6.2.4"] = "q6_2lx6st",
43934393 },
43944394 Rocky9 = {
4395- ["6.4.1"] = "q6_4lx6st",
4395+ ["6.4.2"] = "q6_4lx6st",
43964396 },
43974397 macOSM1 = {
43984398 ["6.2.4"] = "q6_2malst",
4399- ["6.4.1"] = "q6_4malst",
4399+ ["6.4.2"] = "q6_4malst",
44004400 },
44014401 }
44024402
@@ -4439,10 +4439,10 @@ local valueMo = {
44394439 }
44404440
44414441 local Win10SrcPackagePrefixWorkaroundVersions = {
4442- "5.15.7-4",
4442+ "5.15.8-3",
44434443 "6.2.4",
44444444 "6.2.4-5",
4445- "6.4.1",
4445+ "6.4.2",
44464446 }
44474447
44484448 for name, value in pairs(conf) do