qt6-network-tls-6.2.2-150400.4.9.1<>,JHeb!/!s2"rGN)1Ol 4zؼQ @P0ID{>&?&d % P  #/AGP\ b h t  &LXP@(n8x,9(,: j,F!G!H!I!X!Y"4\"h]"t^"b"c#d$e$ f$ l$u$ v$,w%Xx%dy%p0z&0&@&D&J&Cqt6-network-tls6.2.2150400.4.9.1Backends used to handle secure connectionsTLS (and non-TLS) plugins used by the QSsl classes.ebLGPL-2.1-with-Qt-Company-Qt-exception-1.1 OR LGPL-3.0-onlyhttps://www.suse.com/Unspecifiedhttps://www.qt.iolinuxs390xk\Ae`0eaea1fb53a452079efce788b4473947a502ddb829f3ab3aac50eb33b94fe7a6ae8bb7c56f7e5aa528a25cf6a2e7d9f38fd99497201367a0d1ca31853259b22fcf032rootrootrootrootrootrootqt6-base-6.2.2-150400.4.9.1.src.rpmlibqcertonlybackend.so()(64bit)libqcertonlybackend.so(Qt_6)(64bit)libqcertonlybackend.so(Qt_6.0)(64bit)libqcertonlybackend.so(Qt_6.1)(64bit)libqcertonlybackend.so(Qt_6.2)(64bit)libqcertonlybackend.so(Qt_6.2.2_PRIVATE_API)(64bit)libqopensslbackend.so()(64bit)libqopensslbackend.so(Qt_6)(64bit)libqopensslbackend.so(Qt_6.0)(64bit)libqopensslbackend.so(Qt_6.1)(64bit)libqopensslbackend.so(Qt_6.2)(64bit)libqopensslbackend.so(Qt_6.2.2_PRIVATE_API)(64bit)qt6-network-tlsqt6-network-tls(s390-64)@@@@@@@@@@@@@@@@@@    libQt6Core.so.6()(64bit)libQt6Core.so.6(Qt_6)(64bit)libQt6Network.so.6()(64bit)libQt6Network.so.6(Qt_6)(64bit)libQt6Network.so.6(Qt_6.2.2_PRIVATE_API)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcrypto.so.1.1(OPENSSL_1_1_1)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libssl.so.1.1(OPENSSL_1_1_1)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3e 0@ds@cb@a@aca@awaUaO@aC1a9@a/k@``[`g@`@``z`u`dd@`U`B@`B@`@` ___@_j_@_@_ǁ_ǁ__G@_@__@_}_|\@_gD@^&^&^ 8@alarrosa@suse.comalarrosa@suse.comchristophe@krop.frchristophe@krop.fralarrosa@suse.comchristophe@krop.frjonaski@opensuse.orgchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frw01dnick@gmail.comchristophe@krop.frjonas@jkvinge.netchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.fr- Add rebased patch from upstream to fix a regression introduced in 0002-QTextLayout-fix-maximumWidth-for-a-text-containing-line.patch which makes qt-creator6 hang in an infinite loop (boo#1215178, QTBUG-109474, QTCREATORBUG-28593): * 0001-Fix-infinite-layout-loop-with-negative-line-width.patch- Add patch from upstream (backport taken from Qt5PatchCollection) to fix certificate validation for TLS which does not always consider whether the root of a chain is a configured CA certificate (CVE-2023-34410, bsc#1211994): * 0001-Ssl-Copy-the-on-demand-cert-loading-bool-from-default-config.patch - Add patch from upstream to fix a buffer overflow in QDnsLookup (CVE-2023-33285, bsc#1211642): * 0001-QDnsLookup-Unix-make-sure-we-dont-overflow-the-buffer.patch - Add patch from upstream to fix QtNetwork to parse the strict-transport-security (HSTS) header case-insensitively (CVE-2023-32762, QTBUG-113392, bsc#1211797): * 0001-Hsts-match-header-names-case-insensitively.patch - Add rebased patch from upstream to fix infinite loops in QXmlStreamReader and raise error on unexpected tokens which is a new behaviour (CVE-2023-38197, QTBUG-92113, QTBUG-95188, bsc#1213326): * 0001-QXmlStreamReader-Raise-error-on-unexpected-tokens.patch - Add patch from upstream to fix an overflow in QTextLayout (CVE-2023-32763, QTBUG-113337, bsc#1211798) and two other patches from upstream so it applies correctly. These patches fix QTextLayout's maximumWidth() for a text containing spaces (QTBUG-106947) and a text containing a line separator (QTBUG-89557, QTBUG-104986): * 0001-QTextLayout-fix-maximumWidth-for-a-text-containing-spaces.patch * 0002-QTextLayout-fix-maximumWidth-for-a-text-containing-line.patch * 0003-CVE-2023-32763-Fix-specific-overflow-in-qtextlayout.patch- Fix a possible DOS in the Qt ODBC driver plugin (CVE-2023-24607): * CVE-2023-24607-qtbase-6.2.diff- Add upstream change (boo#1196501, CVE-2022-25255): * qprocess6-2.diff - Install qt6-core-private-devel when installing qt6-core-devel (boo#1195368)- Increase the memory constraint to fix a oom failure- Update to 6.2.2 * https://www.qt.io/blog/qt-6.2.2-released - Make sure all dependencies are present when installing devel packages. Qt >= 6.2.2 is much less permissive. - Drop 0001-qscrollarea-performance-fix.patch. Merged upstream.- Add patch for critical performance regression in qscrollarea * 0001-qscrollarea-performance-fix.patch- Update to 6.2.1 * https://www.qt.io/blog/qt-6.2.1-released- Update to 6.2.0: * https://www.qt.io/blog/qt-6.2-lts-released- Update to 6.2.0-rc2- Update to 6.2.0-rc- Update to 6.2.0-beta4- Update to 6.1.3: * https://www.qt.io/blog/qt-6.1.3-released- Update to 6.1.2. New bugfix release: * https://www.qt.io/blog/qt-6.1.2-released- Update to 6.1.1: * https://www.qt.io/blog/qt-6.1.1-released- Update the minimum disk size. Leap 15.3 needs more than 13G. - Also require at least 4 cores.- Update to 6.1.0: * https://www.qt.io/blog/qt-6.1-released- Update to 6.1.0-rc.- Stop owning directories provided by the filesystem package (boo#1184786)- Update to 6.1.0-beta3.- Update to 6.0.3 * https://www.qt.io/blog/qt-6.0.3-released- Update to 6.1.0-beta2 - Drop fix-fixqt4headers.patch. No longer needed.- Update to 6.1.0-beta1 https://www.qt.io/blog/qt-6.1-beta-released- Update to 6.0.2: https://www.qt.io/blog/qt-6.0.2-released- Update to 6.0.1 https://www.qt.io/blog/qt-6.0.1-released - Drop patches: * 0001-Fix-QCache-Crash.patch * 0001-CMake-Fix-conditions-for-some-subarch-features.patch * 0001-CMake-strip-the-executable-bit-from-qt-cmake-private.patch - Enable ltcg where possible.- Remove uikit qmake spec to avoid automatic dep on python2- Use a different 'Name' when building the docs flavor.- Add patch for critical bug: QCache related crashes. * 0001-Fix-QCache-Crash.patch- Update to 6.0.0: * https://www.qt.io/blog/qt-6.0-released- libQt6Core6 now owns most of runtime folders and qt6-base-common-devel owns development ones.- Disable the reduce_relocations option. (boo#1175278, QTBUG-86173)- Qt 6.0.0 RC2- Add the missing openssl dependency for qt6-network-private-devel- Add upstream patches: * 0001-CMake-strip-the-executable-bit-from-qt-cmake-private.patch * 0001-CMake-Fix-conditions-for-some-subarch-features.patch- Update to 6.0.0~rc1- Update to 6.0.0~beta5 - Drop upstream patches: * 0001-CMake-Potentially-use-INSTALL_LIBDIR-in-qt6_extract_.patch * 0001-CMake-Allow-using-DESTDIR-when-installing-documentat.patch * 0001-CMake-Make-zstd-config-based-lookup-quiet.patch- Update to 6.0.0~beta4 - Replace patches: * 0001-CMake-Allow-using-DESTDIR-when-installing-documentat.patch (replaces 0001-cmake-Fix-doc-installation.patch) * 0001-CMake-Potentially-use-INSTALL_LIBDIR-in-qt6_extract_.patch (replaces 0001-cmake-Don-t-hardcode-the-library-directory-name.patch) - Add upstream patch: * 0001-CMake-Locate-zstd-using-CONFIG.patch- Update to 6.0.0beta1 https://www.qt.io/blog/qt-6.0-beta-released- Turn more options on: * link to openSSL * libproxy usage- Update to 6.0.0-alpha https://www.qt.io/blog/qt-6.0-alpha-released - Import fix-fixqt4headers.patch from libqt5-qtbase - Add patches: * 0001-cmake-Fix-doc-installation.patch * 0001-cmake-Don-t-hardcode-the-library-directory-name.patch- Resurrect 0001-Tell-the-truth-about-private-API.patch from libqt5-qtbase- Add a qt6-printsupport-cups package for the cups plugin - Add the journald option back- Split the changes into smaller commits - Fixed the wrong paths in CMake config files - Fixed the mkspecs install dir. Everything is in qt6_mkspecsdir now.- Experimental qt6-qtbase packages390zl33 16959002206.2.2-150400.4.9.16.2.2-150400.4.9.1tlslibqcertonlybackend.solibqopensslbackend.so/usr/lib64/qt6/plugins//usr/lib64/qt6/plugins/tls/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:30866/SUSE_SLE-15-SP4_Update/aac9fe4dda6b6b77082ba021aa64bc7a-qt6-base.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cfe4c53a89917df54020ac10a7715672d2eaa4aa, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ec1b42f2c53961d70790b30239a35ee097acb36f, strippedPPPPPPPPPRRRRRRRRRRRRP PPPP P P P PR R RRR R RRRRRRRRR RRRMGJ @S-utf-81bcb84bf745f72085c162b0e3ac7228eaba4f159184bcb98990c2be0ccc7587a? 7zXZ !t/:]]"k%|_&t]ƓS K΂#O?25k-YN>Yb?!%1iZU¶b2`8BI$ :o@#~F`4aÆZfßŘ+_KhZI{ڕSDZea|3έϛ'Kqik?wK4)S*%MMfl7`iL@UX:̈܂?e4v+F}{\2C'3m.$Ex'j oK ȁLЇl xX!8->ׇuN\5Of˷p)q`Mq@2F5A(Xs,7!-{F2XQ.d^W) '%0Uh(gƝng|-0a+H3SW[5据r[~5}>6ҘY6KZX+¬ZAcV 1.9% +ש-A),Ӛh`l h|tt"[_̽NMb{bZtL]앷 E:d ~HNVҊhc_]zҮrLNTRu3 PNP>e3z4~‰=؇$a)6?٬z bK$N:c6\4*LU|>B嫨م uXxקL-IY"<'EoWjp8L^U6E5.p 5sʺ>t4kd@MTa!Tg-Qf gg` J*b*_+\6'Zu3\ dF,&Z;B!MվhcCGڮsW;Jm\0Ek&Eu-`Iti%pCeE |t;nKbrԜ&4־+Ԇʝsڝ8ozFO$ {`)tϗ+9 딌,;{J9/ʎC{)KBj~_J,s.'`If3cn9[Xp~x^sQb$KT .S :qF# 8ޙIR& rFmq ŸJH}+h|2='rNKFQU2^7k\ ;$Y)m9_l *T?$hx53H*E.xbsn}g#)KzR`X,V$rVEkTKVZ|fƍpjC!x7WrHpj objάI:eR$ޤ* xp6o}d`>)*yev.|ǤjL qȧH[׺Aqj(~{|,{W[M& j{D|!4IJ'2<=Zss=3!N0录=Ri{QY11c"9+83^$D?%d ;`bqf] *`lӄ?qp͵\ɻ]^#! t2;e@^9X8JnۙDɞR%ݩ;8r{q0AiSעWndIJ6@Mėw.tO|#Qϙ4 *-ڌ> NiiF9| 32A'ˎ!mڿtڼXٺֻ8hDB1E%%gQ `#S R)R:miwDF\3<=E WIڕF]Laɏ!j!t|M4`5(*hPg=;_%8TW.Ok쨌rCS镎aj|Oj) 5/ x۪`#} Vb,6Ui 7.p1Akyl7ǒkϰ^F`UuǗ9C 5>Z!ZP/%km vt>z.JU-Zb΀!WskIaȼG-`zMoGvC&o _dݡGd" YK3^Q[\.{wܴN$1̡.X8o.O KgK!Oxw PQ„8P< ee˸.uI/KQMqu}a$Z .^3c&c>-m#CM_%!/$rf`n75*ﳵi-E&s@%Wu@3 T~ڍX<qi@r.ķLUH:1ִ95 G֢E>)/🫬kf &}OLڌɆB30NNFE, Ä^ڋ οefq1Hjv{F.Vw`X!tFY[/+r'вF<,4Pb~&p|ۑ@[7ؤ:7XOמ(B"|@kPb)n5tDh+hʜѦi,5aWs͵*>2D!SOeg(Rꗤcu fWIo-0kJ%hxǓ/]@p7}|y:$bZtp˛dLvaB݂RWj¡5ɝ^!A e&ڔ{)FZ iB 1`äx`$F=pUHwO![E|xؿ0 c]WY2Nk Uk|4rh1Ҝp_Jʠ$|VlR(u;P"] 2'Iu?>Zi-Dzf_3Kb =TD#ƪǩ*x:jݿw?Y+@McيvhxZ1i)cSZ[%EmY%O L2B$W5fq_5-ō;ˌF`Tq3脿VӸkDZK|z_.S),ivK:Lao#e$t}gmx7g9KˑLe7o;¿Zh"H ?|CRHbgjke-"LC6$fJ]{M[I&Cօ sj~j; yn+=a( :c1sB,'&s IGseHc9Q-ٔ.3xJx%B-3]MnG kaO8nqoҝ+Fc*.0*^R-{,,KHaLyKl>{Ȇj}e0]06ZO11 t]^;q}r% '~l/rp`02TB=`(Ae.Fwv3k6sNK(-@ސGrxv,z6N+arY-ߜ 5l{sg}Av:+Q`Ȁ !RLYr*$Z29[!z3))u%àf穼jtpa9gVC'vmEN vDF(!3 _x ę_"{iG%`Ib#-Yj QgcD0؈MEѓk%xJLҍkT-jOñu7L8:Zcɭ:}%á?rT\hjKFpaꆕOdZfS.U" G/;7Df7_h]FOM,t!-uy'p.%Ѹ|pM |JB1>}7#!-<1ǫ d6&v=AnЦ/1Gt\1Ɲ*k‚ =400])Č _Lo³RiMAJv5Ȟ4%K{mva9A hp_X.bd'xO'z#$7ԫmGidӻKk2`ӂmhqO. -~>lA~ k_ ڛEѴ>>К% Δ⥾ #[o2w>s9r5oclELo8 QHե,M_# HBYXYWZ i v;A`T'<|ݠgbr҇kz<\ta1sMhc:emD1^/;9;\w6Fܝ;rwtdDvn.$,!]3B0W91ٚ>$Sp P\t7Z^`݊QO6퀅[+?[Q:Hb6Xuݾ<2Y'3ggv`:>֔6F|#|nNsmF exHfG6h+3şyE_ P˅8 qS! Wi?zQ{;% M~#m^IQu_̠K2 K]`_!VEHN; $Ehq3&;?ojQxTvpc.OxyP-oWLѡ~^uXIYXmO+G՟}uv>As15Xr]8u) 27&-@Ȃk8awufZLkh惩xYqC`}$)M} 7vxC%cDRނ)&,Ey-5۸?xJ/➢ YCKz9H-.PjʓkQWBd&@NV4y (.ZW1a،̄mț)ɛ_`κFd,б;Vf>P'awXpϱ7Gq0UT<U6d'\j/9ߡoə'6(E}jJzIGl7P VuϭUG=X5Mucn> 6;NCAM&zKh:!TBU>|ꃘhpi%H0(ekv MwKB,_ /w:J~9ˍ=028=2&R{_RԶm;LbkH>ĨjŁm˙`اa|t553"~P؝"'Y%k1A":}Zt:P_Qu^<9B QWxQmT[YS 0!+/-pLw9 -=7vQ~- aov ,=êEX AD૞OS2_&m) 2fM&. k9dIcL0!F@tY<3o Aܾ28[ѻd(\cT3D;a٩