libX11-6-1.6.5-150000.3.24.1<>,McOqp9|[s ;aQ?fV )B #cϮ- !UO+%>.htCWyS_$)U#mw-BK62x;nPw~8B%:7(?[tdXzhCɓ3$cO3V#b <Am".BsVS@oQJ{ &m/O$ (nur!mr%+VVe6XfuO>C ? d   @ 04Mnr      08BLpx   (89X:>@BFGHIXYZL[P\h]p^bcAdefluvwxyz ClibX11-61.6.5150000.3.24.1Core X11 protocol client libraryThe X Window System is a network-transparent window system that was designed at MIT. X display servers run on computers with either monochrome or color bitmap display hardware. The server distributes user input to and accepts output requests from various client programs located either on the same machine or elsewhere in the network. Xlib is a C subroutine library that application programs (clients) use to interface with the window system by means of a stream connection.cOqibs-power9-10J`SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://xorg.freedesktop.org/linuxppc64leJ`cOScOWe9668c85c7fec2509a2c5c6d8840bc282c03a747fefe647ca4f154e62295275clibX11.so.6.3.0rootrootrootrootlibX11-1.6.5-150000.3.24.1.src.rpmlibX11-6libX11-6(ppc-64)libX11.so.6()(64bit)xorg-x11-libX11 @@@@@    /sbin/ldconfig/sbin/ldconfiglibX11-datalibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libxcb.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.6.53.0.4-14.6.0-14.0-15.2-14.14.1cO``Z`#_D@_)M_"@[WXX!@XX@VRUU.@sndirsch@suse.comsndirsch@suse.comsndirsch@suse.comsndirsch@suse.comsndirsch@suse.comtiwai@suse.desndirsch@suse.comsndirsch@suse.comtobias.johannes.klausmann@mni.thm.desndirsch@suse.comjengelh@inai.detobias.johannes.klausmann@mni.thm.demsrb@suse.comsndirsch@suse.comtobias.johannes.klausmann@mni.thm.de- U_fix-a-memory-leak-in-XRegisterIMInstantiateCallback.patch * security update for CVE-2022-3554 (bsc#1204422) - U_Fix-two-memory-leaks-in-_XFreeX11XCBStructure.patch * security update for CVE-2022-3555 (bsc#1204425)- redone U_CVE-2021-31535.patch due to regressions (boo#1186643) * fixes segfaults for xforms applications like fdesign- U_CVE-2021-31535.patch * adds missing request length checks in libX11 (CVE-2021-31535, bsc#1182506)- U_0001-_XIOError-dpy-will-never-return-so-remore-dead.patch U_0002-remove-empty-line.patch U_0003-poll_for_response-Call-poll_for_event-again-if-xcb_p.patch U_0004-poll_for_event-Allow-using-xcb_poll_for_queued_event.patch U_0005-Prepare-for-_XIOError-possibly-returning.patch U_0006-Fix-poll_for_response-race-condition.patch * fixes a race condition in libX11 that causes various applications to crash randomly (boo#1181963) - refreshed U_0001-Fix-an-integer-overflow-in-init_om.patch- U_0001-Fix-an-integer-overflow-in-init_om.patch * Fix an integer overflow in init_om() [CVE-2020-14363, boo#1175239]- U_006-Fix-size-calculation-in-_XimAttributeToValue.patch: * Regression fix in previous XIM client head overflow fixes (CVE-2020-14344, bsc#1174628)- U_001-ChangeTheData_lenParameterOf_XimAttributeToValueToCARD16.patch, U_002-FixIntegerOverflowsIn_XimAttributeToValue.patch, U_003-FixMoreUncheckedLengths.patch, U_004-FixSignedLengthValuesIn_XimGetAttributeID.patch, U_005-ZeroOutBuffersInFunctions.patch, * XIM client heap overflows (CVE-2020-14344, bsc#1174628)- u_off-by-one-write-in-XListExtensions.patch * fixes off-by-one write in XListExtensions (bsc#1102062, CVE-2018-14599) - u_out-of-boundary-write-in-XListExtensions.patch * fixes out of boundary write in XListExtensions (bsc#1102068, CVE-2018-14600) - u_crash-on-invalid-reply-in-XListExtensions.patch * crash on invalid reply in XListExtensions (bsc#1102073, CVE-2018-14598)- Update to version 1.6.5: + Revert "Compose sequences for rouble sign" + specs/libX11: More synopsis fixes + specs/libX11: Fix paramdef entries listing multiple parameters + specs/libX11: Make paramdef spacing more consistent + specs/libX11: Add missing parameter types for XGetWindowProperty() + specs/libX11: Fix broken synopsis for Data/Data16/Data32 + specs/libX11: Update Portability Considerations for the 21st century + autogen.sh: use quoted string variables + Plug a memory leak + Fix wrong Xfree in XListFonts failure path + Typos in "Xlib - C Language X Interface" document - Chapter 02 + autogen: add default patch prefix + Compose sequences for rouble sign + autogen.sh: use exec instead of waiting for configure to finish + Revert cs_CZ.UTF-8 XLC_LOCALE to en_US.UTF-8 - supersedes u_nls-fix-handling-of-cs_CZ.UTF8_locale.patch- u_nls-fix-handling-of-cs_CZ.UTF8_locale.patch * refix cs_CZ.UTF-locale (boo#1008951, fdo#81875, fdo#98219)- Run fdupes over at least the manpages- Update to version 1.6.4: + Move Compose \ o / to be with other emoji compose sequences + Replace Xmalloc+memset pairs with Xcalloc calls + Remove unused definition of XCONN_CHECK_FREQ + Bug 93184: read_EncodingInfo invalid free + Bug 93183: _XDefaultOpenIM memory leaks in out-of-memory error paths + Use strdup instead of Xmalloc+strcpy in _XDefaultOpenIM + XDefaultOMIF: replace strlen+Xmalloc+strcpy with strdup, code simplification + XlcDL.c: replace strcpy+strcat sequences with snprintf + XlcDL.c: reduce code duplication + lcPubWrap: replace malloc(strlen) + strcpy with strdup + Stop checking XTRANS_SECURE_RPC_FLAGS since we no longer use them + Stop checking for preferred order of local transports + Don't need to link libX11-xcb against libX11 + xcms: use size_t for strlen/sizeof values instead of converting to int & back + xcms: use unsigned indexes when looping through unsigned values + xcms: use size_t for pointer offsets passed to strncmp + omGeneric.c: Correct the parameter usage of sizeof + fix for Xlib 32-bit request number issues + Add Compose sequence for U+1F4A9. + Xlib.h: Fix macros imitating C functions. + Add compose file for pt_PT similar to pt_BR + Mark _XNextRequest as hidden + New compose keys for local languages in Togo + Fixup param specification for XChangeProperty() - Package changes: + Remove upstream patch U_fix_for_Xlib_32-bit_request_number_issues.patch- U_fix_for_Xlib_32-bit_request_number_issues.patch * Fix for overflow of requet number on 32bit platforms. (bnc#845916)- marked baselibs.conf as source file in specfile- Update to version 1.6.3: This release of libX11 looks bigger than it is, due to a lot of spec/doc cleanup work that doesn't affect the code itself. There is still a good deal of bug fixes, code cleanup, locale improvements, and compose key table additions, including new UTF-8 compose sequences for: + : "" U20b9 # INDIAN RUPEE SIGN + : "Ș" U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW + : "ș" U0219 # LATIN SMALL LETTER S WITH COMMA BELOW + : "Ț" U021A # LATIN CAPITAL LETTER T WITH COMMA BELOW + : "ț" U021B # LATIN SMALL LETTER T WITH COMMA BELOW + : "" U1F595 # REVERSED HAND WITH MIDDLE FINGER EXTENDED +

: "" U1F596 # RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS - Changes to package: + remove Patch16: U_nls-en_US.UTF-8-Compose.pre-Fix-typo.patch/sbin/ldconfig/sbin/ldconfigxorg-x11-libX11ibs-power9-10 16661814891.6.5-150000.3.24.11.6.5-150000.3.24.17.6_1.6.5-150000.3.24.17.6_1.6.5-150000.3.24.1libX11.so.6libX11.so.6.3.0/usr/lib64/-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:26493/SUSE_SLE-15_Update/5ab97a389e25451c4b2b704ea1227c05-libX11.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c248f9f6d02485252936229cce342d5d4890199a, strippedPRRRRRՓ-@,`J/!Dutf-8a0150c8be1238041eab04e55600e8a576631555d9ce831f713eff67562b7efa8?7zXZ !t/9Z([]"k%adFnn/GOx;o6săaf3ͷ悅VC{nGHAj4/W<sWQ M5,zDK9A.&tfHz6'xLQ\msMP$# %P[&\-*;sx*. B \OJ0-$`d)k@­zw$UH7jL΀1Y8CB&i$yAA`C~"XbHxJ)+㍢0Pe;'a|1h=tb؇#ݸ-Y_PJ8%玩J%j"u"" H[)G;iSM+cΛ!gĞf@{ӯ1tjLý4mds=~s^WZ_w9D[ ֢io JߌRo ĤF 7 [Tjp:fIF-V.xV<a;Lj21$MGLIK&J=ϕ0.BY7yE׸aKxXxy‰[f9k6@0^Aa]<":Y «(gV*{+q ȇ5@hBe \ N j+xR4ͅcGL{D1`kwLԦ"apE̮H}yߥ|KCu$")0r5Fıα^h.] )Qn ]/9資^쿟RM50yĉh*%ɵ]kZԮ_obv`'U .ޱ4L#G+&QJvμIt뀏1v1ά\"Ppd NÓ*y]4dȌ`2VKA?焲)4\./LlH& .ŭgn: 62# >T)Iy-0TEXɈ$7LM=+~ՠ ooJz}lOG>x BlaYΡԔP%sŕ:("qo:hǤeoyU,7==d{Z9ьiw}Wpe#sYxVs>Pb mA9`Z捹Pשׁ,HݟZONJϫD 8~K{IKVDNFXFФdMq_> H;64gY H=͹o&?"v>xhe.,nUG8}r Vauҗsj6Ǎ%9E$K k6mo)JLWQr0*G*e$_x}WsгN!ŪG5I4쒊&jޙTC6iՎFlsx#7 JSw <ٿsjpF ~%ƾN%zoZJB` DoAo}ەÝx: :WŏMB߼,ITiaGC~P,.Ĩj%،U6p&)6+IAFN$VGk-2Á #6q^_)KnRN[.!.neө^MrIM'm:Jn.k6Ƚ}Vv$|^"=늖5eۗY%n `F~HV<[2_xdSċ5Q*_$&cnw|7c JiJYvS ?嶝w[}>+^|44DXCTUo0\8-dlW m  41 }1aw-Qڷ&+m" H/dž  w Zyџvu؃$Ai}b55T.AW2MMMqًgxՋcBӳ;%]~jmVhmdMǹWעrJo;IG`h d$WBPSjo6.塵+&< =_ʨ޴.۬آ잒ېffG7`{JxQxqRSf {f)|ˁB@bT&rJ& -:-WhHucQ&U8CėsSe8({ŧ㲝d~[1GO;?T3z37Y~A-0nӠ}Vis 4+H l 5Aw+n}`ߤ]1')45 ?mݷ>pȘؙ>WNbTnihHP/VSO7dѻ9wogP*->(9~՞4|t>U h 7«r{7(mf߁iL lWkK_Z=~z&h;a݊}@{|켋6!C>HE$0-m9LpTV\3OzSkK>G *9pW?rVv3'{M@]!zn#:apjdk{# I*J$&7ӈ j V՟V!FC 5K[bGu} A_Q^7sL, 'eMtq]hzk*5V,#ZpЈ݈K*VHGhZH"vN.av/f{WVNۻo\̙#4`IGAxH~W\@븯qV|"ԍ7:J/%Kĩ'zLly:fʦ_~ >_O =vy*܋V՗ } zLߗ%B`\4U:7:_n%TY8d_|,2Cʞ`bxKum䔵Ig(@倅!F&0mOAKCLŎЭ_0#JPMۻ0#5W o s|<hLߤn7}H• mQIE29یPpC w71 L|;ZھC9pR54p[r}lvoمEyuٕwپ*F}SQcs|&kvMĶ^ѣzhKwD"dg7HGge't{|Bmrr&:'TQYA[}Rn;A%=K UstV|4+t*v9X"Y1LH2@ˬJRܛf烰#0(-VԙB v_&g?&?15")B=h{E suJ8an e`Gх|iYtO(PBHO@j|p Otz޼PZ.]A{t0˅0f=5G;vWwxtk̭/.ߪCu.0v S[ϢLGT@-q̥lN4{`?݈X]+MT0}ɵ(F"`$H@7(Կϫwq{ԠA'?5֔^[s@ef f&FdʭONJ$bV8LJ*Db5_Bf6jBS^}(`^,"GeXƾۢaۧE@gw%xa 0xW6# kTK;;۽j_ He7=avPKkU+i&!6GKu䟼*7 |2aShvabiB5FvIȾXܡys7زVwi*envbJPinANJ{q灕7.=H"ڨJ6P˳HK%UOA;@cL*Ak Vg @ v:7}Ƈ ߠ..36 #*/2- Go-U֪7KQ*Nv7H(s7}Ϯ p!19?!d > όr5WzqFhBW, ܲQBٓ"J)72oj6OtYs r)[YF攀D˸ixm,H'&Z-TZL"%f,n{\)FoͣnC2E?WSuTyI aﷀ 312hUZl S3 B8~WvQ]w]ąiHB/_ BQֹE?02 YGsE?9xvʣ!}1db<;8aJ3>v!bpf?;'RJqyEQid ΄$lnׇWN[en}Dh"fl`Lh\{AL| _ڭ:4-  ٞ!e yPrhC'm윲 k+q2[ʼMLm&g#B onWF6/&b P!f 0~vs'߲fO c/D-8]0y/aB;Aihx"s!x~W =X #v(zP.AH$/728s.7CY?/QădSYM]b9cROu, Zrp"RdCԢJOfߙXGקJ] *~!68<ݮ+[r۸[x?qB!خh< µrR~4sdWeY֑[FM5=] *|;.!Tt0cëgȰOHkU=!b7jgz^P0etWViX w+V!ƺ49Isp 6p$ux)X2H^/4Dг\56Ob=Eǰ+xXS5j.#Ki2vр e}E]|Cq!BP z 9ӠCgp3 ,%fVZfe޼*5({I4Y^oǟEO^Əx50A'}%" ?q(.WLS! kY."Bkd$hoX΢.G醠&h do"B(Exߑ˫Q.X/O" >s:Twh'=VtNS\@u #ުPc%EL=su!qij2p/M  2Oޠ [i oS#n/;o iٚxyzr]Ur+Xhq.ҰdZٷoy~39R=z5bT]jpF#Wgoo .)sTţwǷ[$K=NIMJԽzFv2$> !_W}H:HEm&RÕa4NNXYqsZ ^Ikm'  Z}!d"! 1rs"'o^M;!n(%YlH'ˬ}!Qi |"8Dv \(U[!qү.&G}P,gk$pSw!YDe 7Y8sG'GfMBE K\2Q[G*n3@O]"8oK ^c9e m@wNc%T_LfHv/WU4x`[DSޫ|p]l&=. }rAC09dQ) iJg i+ѱ0AV"ZoTs /(y-su~8tgY eءPw:.Y^}#F"8H4sjQљލ"gsX-No_Mv p̄ $ r%ћ~a)eiƤAPEBż``a#hO]q7bw@9/Rd)o08>~|aIƟO=IMs9VnCu@ϥ isr.4 &"0sE:׿zӃ 2QZu/_|jkHo6q W.[SjSny~(d M'9:?Z!j*eDL3;և E> p-B%&=a]+ l'f=ęv3[OXGC?n ywAzb)Tw +Z'X={n˪Q_ s`crOm_vfViv&> /B\< ^O t9;Jҹ6l0Ar}Щ`9*T},k{ @uѱbè\=-6aƖ6ʒ7rC=!˟OcsBw U) ݺTS2D&]͍+^cZۭgú6+T 0 %;D) ?Oө7<҃GTt5M8*f}]v<  vZQڞ^ xL6h&GRE#֎iiPG4nM8c@ZIenı].DF UQ[߼1dg%洶GWR,o-<9)'$%2P%0o4Hm0~ [ L ײzŤ"߸=nV;iٵiTޙ`}V\\MUi.!q$I䔊-T*Nv;kCkWR,$^Zgm<#5nөpReOǘ#{,D,E5DAEy q%VR;FQE_{{\]ڽ,V_sLcOy|=sI $(z}|SW«3PA$h7X:r`ŀd)plQU qyH<h{doQ\pAaa4 :V6dbޥFkY'ӭ9Pwg^/AHI@&q%[F~$Ϡҡ1a H&.DT+~N4$دC'nVXXeqcуhHP"nh&Qr  YZ