libebml5-1.4.5-bp156.3.3.1<>,]i$p%I%z >M4n2T&fx5/@#?#td   9 &@FLT X \ d  4(89 :> @ "F 1G HH PI XX \Y h\ ] ^ b c!hd"e"f"l"u",v"4w"x"y"z##$#(#.#pClibebml51.4.5bp156.3.3.1Library to parse EBML fileslibebml is a C++ library to parse EBML files. See the EBML RFC at http://www.matroska.org/technical/specs/rfc/index.html .i$p%s390zl21SUSE Linux Enterprise 15openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttps://www.matroska.org/linuxs390xСi$pi$pf99cbbd8971f610198fdad1d5aefb13b24122349b9302f97a92154b40a889b1alibebml.so.5.0.0rootrootrootrootlibebml-1.4.5-bp156.3.3.1.src.rpmlibebml.so.5()(64bit)libebml5libebml5(s390-64)@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.8)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ec@cAf@c8+`T@`4@_T^@]@]%@\[^[^Y@W@V(UCjTD@T@Dirk Müller Luigi Baldoni Dirk Müller Christophe Giboudeaux Dirk Müller aloisio@gmx.comLuigi Baldoni Ferdinand Thiessen Ferdinand Thiessen Ferdinand Thiessen rpm@fthiessen.derpm@fthiessen.derpm@fthiessen.derpm@fthiessen.derpm@fthiessen.dejengelh@inai.dedimstar@opensuse.orgjengelh@inai.de- update to 1.4.5 (bsc#1218432, CVE-2023-52339): * Fix invalid memory access (reading beyond allocated memory) due to missing integer overflow check.- Update to version 1.4.4 * Fix ABI compatibility: unfortunately release 1.4.3 broke ABI compatibility. This release restores the compatibility with release 1.4.2. Please use it instead of release 1.4.3. In other words: 1.4.2 & 1.4.4 are compatible, while 1.4.3 is compatible with neither 1.4.2 nor 1.4.4.- update to 1.4.3: * A C++14 compliant C++ compiler is now required. * Fix compilation with g++ 11. Fixes #80. * Remove Coremake project files * Updated the bundled utf8cpp to v3.2.1. * Fixed several problems in `EbmlBinary:` potential segfault by writing to a `nullptr`, potential memory leak under certain error conditions. * Fixed problems with the generated `pkg-config` files if any of the installation paths are absolute. - drop 0001-include-appropriate-header-files-for-std-numeric_lim.patch (upstream)- Add patch to fix build with GCC 11 (boo#1183715) * 0001-include-appropriate-header-files-for-std-numeric_lim.patch- update to 1.4.2: * Fixed several heap overflow bugs in the `ReadData` functions of various data type classes. This fixes CVE-2021-3405.- Update to version 1.4.1 * Fixed a case EbmlMaster::Read where the element returned via UpperEltFound and FountElt points to a just-deleted element, causing callers to think the memory returned is valid, potentially leading to use-after-free/double-free errors. This can happen if the specific element's Read function throws an exception when encountering certain invalid data constellations.- Update to version 1.4.0 * Due to breaking ABI the soname version has been bumped to 5.0.0. * Default symbol visibility is now "hidden", reducing binary size. * Converted some things pointed out by cppcheck & clang-tidy to C++11. * Fixed a lot of issues pointed out by clang-tidy. * Added a function "ForceNoDefault" in the "EbmlElement" class. * Added a function "OverwriteData" in the "EbmlElement" class to complement the existing "OverwriteHead" function. * A C++11 compliant compiler is now required. Several of its features are now used in the source. * EbmlElement::FindNextElement: fixed a buffer overflow on the stack by one byte when the first byte read had its upper four bits unset. * EbmlCrc32: added a explicit assignment operator with default implementation as an explicit copy constructor exists (implicit assignment operators are deprecated in such cases). - Spec cleanup- Update to version 1.3.10: * When reading binary elements with a size of 0, the element was skipped by libebml instead of returned to the calling function.- Update to version 1.3.9: * Some build system related changes- Update to version 1.3.7: * Fixed the handling of Unicode codepoints > U+FFFF - Dropped fix-EbmlSInteger-limits.patch, fixed upstream.- Added fix-EbmlSInteger-limits.patch from upstream. * Fixes build with openSUSE <= 42.3- Update to 1.3.6: * Fixed undefined behavior when reading signed integers with negative values from files. * Fixed a small memory leak when reading an element runs into an I/O exception (e.g. due to having reached the end of the file). * Fixed the EbmlMaster::GetDataStart() function returning wrong values for elements with an infinite/unknown size. * Fixed finding the next element ID when garbage data is encountered during the scan for the ID. * Fixed several potential situations where reading child element data could exceed the parent element's size.- Update to 1.3.5 * The function EbmlMaster::CheckMandatory() will now only return false if a mandatory element is missing for which there's no default value in the specifications. This means that callers such as EbmlMaster::UpdateSize() and by extension EbmlMaster::Render() will not insist on all mandatory elements being present anymore, but only those for which there's no default value. * Added a template function `FindNextChild`. * Fix reading and EBML element even though the ID was not found within the allowed reading limit. * Fixed an instance of undefined behavior in EbmlElement::GetSemantic() due to binding a dereferenced null pointer to a reference.- Update to new upstream release 1.3.4 * Some minor changes required for clang * Some minor changes for C99 support * Required for mkvtoolnix >= 9.3.0- Update to new upstream release 1.3.3 (security fixes!): * EbmlUnicodeString::UpdateFromUTF8(): Fixed an invalid memory access. When reading from a UTF-8 string in which the length indicated by a UTF-8 character's first byte exceeds the string's actual number of bytes the parser would access beyond the end of the string resulting in a heap information leak. Fixes the issue reported as Cisco TALOS-CAN-0036. * EbmlElement::ReadCodedSizeValue(): Fixed an invalid memory access. When reading a EBML variable length integer value a read access beyond the end of the available buffer was possible if fewer bytes were available than indicated by the first byte resulting in a heap information leak. * EbmlMaster::Read(): When the parser encountered a deeply nested element with an infinite size then a following element of an upper level was not propagated correctly. Instead the element with the infinite size was added into the EBML element tree a second time resulting in memory access after freeing it and multiple attempts to free the same memory address during destruction. Fixes the issue reported as Cisco TALOS-CAN-0037. * EbmlElement::FindNextElement(): Handle EOF when reading the element size properly.- Update package descriptions a bit- Add back BuildRoot: the rpm version of SLE11 still requires this and libebml is linked to 3rd party Build Servers, where building for SLE11 is still enabled.- Update to new upstream release 1.3.1 * EbmlMaster: Fixed read() trying to calculate the end position of elements with an unknown size. This avoids endless loops and assertions in certain cases. * EbmlElement::Render(): does not catch exceptions anymore. Instead, exceptions generated from the IOCallback class (e.g. if a write failed) are propagated to the caller. - Drop libebml-1.3.0-6efcb74d1e.patch (no longer relevant)/sbin/ldconfig/sbin/ldconfigs390zl21 17639956851.4.5-bp156.3.3.11.4.5-bp156.3.3.1libebml.so.5libebml.so.5.0.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-protectionobs://build.opensuse.org/openSUSE:Maintenance:19231/openSUSE_Backports_SLE-15-SP6_Update/512a08455b79b21d83de127fa1df3a2b-libebml.openSUSE_Backports_SLE-15-SP6_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2d7efbb82181d41270f9510c3e2b952102473a50, not strippedPRRRRR R RR R R RRRw!U0Aڠutf-838d00b4169e747e11baf97c2ab90ade3d38511024a1ec2cc6b647edfa10032d6?7zXZ !t/ছ5]"k%nd?ϸe/Grħ^==H`i 4 b̬O Qt[h|6#lFdFѰ?Sg8 s^\(c5Lڪz݄^,HBށZy?@x|{HBfz |vބ1H,&%NSy)A%o%h:|ր={U %Z-)߷B sbv洅7돹ȁRJq)Կxr:.CPazO='j*nbOq0תhߎFq[~f=io Aip#Ia7x':V{Pij}Jܗ p1t%P 3!$qPڱ,TY@O1 -3mбnԘpd("n'$./#SoCu|B`ٝ6 6 򺝿xAPŒIKvXEӕIL*iKoH_K!Kßegwb(Mur)*O/-/pˆ9ގ7D$E A+ ݴ-C #<{<}F߻"`n%6`j%v۶` 󡆁$41`o褂jX'z‹4K@-bm.UNFZ6 βtmHc>/@s3Aq7+ 2H3jVz LPIW B\η5ܹ* ^_p֍ jgo!qfh:w8P) f[&^_j]dEO?il$3ۏ;ÐϏ_wj6$D!zP7ҿ _PK6>t?%ys#zZ%N@{(PrĎK6 .Ywi8D K@J(-@mTo*{e@ *+Az G:p2@-2:&+eWgBI!9"3bOD]-dYGy7[VJ̬;`o0­ǃ(Z-r1RURKFծ-U"j(ur -Qxc?3~T(sXM-Rxz$# Ʈ?-y=7!3[-ALxQ2+R%Nâݞ |\D^y&l !obƛO(L @=$3OG0Ҩ@3%cT2jY ].ՙb6~`-kvdpS= 8/ӭP05ប}3 Lhhq"u nIG7dtWܳѓ<nP}D0e; y\9 I<}1d鳄x;b.25lhew-slK,uшNE/gl$,\$}*ʵK3EK mh]cA<׷'/YTĹYDD'W.&cyH `Xnkuڂ3/H 9[;h<|N6! 3YB8஁3Diͩa|=oOs[8;P ټ}#v,ѓ;(Fzyӡ=ɋ4yRl ZP;Э_*bDzf-b5 X )I?+h3p r̠/foh/.})5.<{EAVbcXS /݅͞I̗"_I8vri,/NKDAAƄ O ·Pϯ%aZ&y֡߻.n0_KrNSԒ\p"lڃ.iM&[ 3L(Ϥ0K\|?1qt̩;f 5fu]у[oX lkgb`' C3o U ,P!M=yαM7T?lI“&wlB&j:|mEgd\IsUofy,oЍ\q >޷hV^(ab{ 1* "ҶK* =" i 4JY_;RIg4Tɑ0Di`nLa_|S)"}TA\^ ?cj؟Fub-2o\jwxҸ@g{TK9:y\^iUߟy:`A  DLBj|jci- .lE:._PUBxz0}tKl}Ëya֤~Z05nHCqfKӲڕ}#[nxgN5Œ9E~DomڬpO!_Uu(bmF V֮řH?@[/HyU^ c1:e _ߖDp7 |f+=ekplA&-$#wnt6|mȯkb#K_N>#ō蕉av:UP RE:3?jM2CHE?.C чC6`ȶVprU#,]sRaڔn>c! ȇ44yZXWi\w JCkvfkh~ܖU t@-? $xo\LJݡʵC 9"HZ/[o(\ hH_߶p |r0v2e'&_ZR*U06d#UZ]PD.YvfIh#(]wkuic=z8H訆 @46+ & !J|\Sgp[Qb`j.M/swz:a, 1HU ix x_%/np\, ڄr:$HyKH%Ka &>nԒV!1yᏛT~ZjaK?*aeSʝ|v*V.(|9muYsl5T;,h5oqRA?7(_c#ӾBfr@ SCo ]I9FV=ao 7b0`$ Ơ ۈGun&7;1It>Ǹb([4O"}yɞ[:0ݢ|l.ݎl=Nh+ƣLá_[h0 k!9. =ɻ>R`b)7lt8}k%5 Y yK$we:M8Mqu] 23.?Vp fI{8uNEOby}5%5NϨr@C?K M<LJW[~=%Ҥ+VM˃"a1-U,!GV!u,bmIA _cz?@qҎx ,ZQ16a_*jZJ;݌}A-܏PƝG⍃/nJG~BfE9T6ߓ;hd}smj'% )J&"$ɠ}F4mzmq`AڶA%EH8 Kt*e`$_r$?5Lh  _"BɪNKGzfawG?m*nT3ISX8Pew |]Zl)yA` 8*_)ƃd-jՄ&p1ghF o:s6.2͞ulUqdy8%{9O@ e{.O[s c2 8b)X}zHt+c8&óz ?^YCj\J 76Uv2cc+ω ݻD( Ŧ⾹mf &IH]UEn50Y,&$qOw\Rigwk`g* ^otdWLG/0  h J+H)Y~݃oeA|8Td>=RHOWUYڑVf,z=8{y.}kO/- ח$x`vzkA֢ k.[JkM^HW-Fs'"\o|| e+CpA0-[nT $19Q^'{ I]SD 7%6m.IE6Wde[HSeޮFe6-`łXWc^?U!'!=XpVKK9ceE"ƺV-giVhU%.C܊he&Bdz%_8r=Mܢ0G D\qGY()(BK4C*N!pA&^"CxE)5n~ݽ]x'zr ::&MZͥsy+ .7HcBq;L(t5gE8nx&tUN\a+zzp.ʼDIèo>KG:iwg.[l{):8 S)hKԕ꡼( ic+Ku8ꪸ*w ۼ)Z@(Qz6: ΈehxyIJ5{69]U8@q|HA u6e ZS=nlDbe^]6q-&[rܞ8D߅aPg<"&y Xɴ@ԅ|tZNC;+ĮX* ʲQX { "gB$,Q͡3HblmfH@d=+nIjg4w$Jp!^* m"e+V@ N{gzYT*;f6v~AF쀃ZTi`@W ֯dUtbOǛ 8݅ncow[ͶFќds{Gj^ٸY1 Q6XO0k~ą9ф#hl?DLcG΅WZْC" ><7С]7%( {yD-;1fI϶;g؛ee U FI7=$O?8eɽ[OsxˆѴ`ڮY ?'?K;ؙyl .(Ҹ*ks`ܜΒNptn͝ "tG 1o)f rpoTeِ-Hg"V/:*dxhR oM->EvBBFS$ Gi `N;͌I]3! nin]A" Ģ|bȂXy6-֖7dFh'=O L >}'iJoNf!$k. 6F(Xjb1%; n'*z$kiAgIYy7=Go8: N j:Irj,{ Q,64f w&i)kU,MƶOuX w0Ă~ɰ[.cB$ӈrDȢlLswĈ\S+)Q9q|dYFXbؼL`F 0BsQ 0I3z˥MJDM lQvfGs)u~ ElƶIq[ylx1q0zFW"}mļhcpOmw@z 0lH•(3G|w@J,GTF7U]^X>>Y3',9 >k ˺g^CNO,88f*yK`wu G@NF-$Ht!R=:hA  YۏI<Ғ80pMxB=" &G?HՌ_J9CgT#}͢Z Af@c2Ι%^~{VipbjǶ}lUi?D=O" G\iЫzvAoe MZ \B`,;JȪ\';rP>@pF@{q# xFט7+ߏ%bb[9#ǟ\X9&G\ ZPPaa,7 0ZĬc@ ٹz aT{P29y.Y_xK!߽d{ڏd v(k{FIpwo¶AH6m "pA 5E2TI.$S{j<?2H g:h7mNG~\)qA3q-2r@L[nEC%ަFjekT1#X$FNK/}؃As9p1\XK5F394 \0ykuq ղN%toi} ZTa2$ݪ%88bQ>N#U +5@Bj@|.l(ZK;N'+~X^wU\\zayq@m]\R YA=edDr~hY2xfڄѰ܁ov!N~F옧]7ee扳9gCBkp%پ',#VQ@ $ZC-Ϊ:jգQcn3$|ݮ:e塃N:[=ܕ;3m5mM(",;? pC櫨*6=H 3 Zި L!!r$Tѻ DO UAuuRaq?1\ߞk>-5jb00b)6ELz釭]hO[Crt&|%Klk UM]ab z? {+spc7: ]khV!Od*dp CR { / x14PwV@e6dg{U}IN Z=7ф@d&pV6n6k5OgOYHd0,yY1@D p6gʒtjcyxfe&W)UX9}{<iÛ3d߾@t$Wq|mRG)8]$-D|ub!;√QZQLF&HMw/(7è& ^<_Cf(EiN3- HyigP{TZ?NL-6AbYSEZS\Hh(⠣RO;L2ns.8n 225/ĝp :s^M\XG | #ps !b:)ױMf{1%hn.(i6S1 E6Y=75\s 0Ywtl|>hQ}+tCEZ^󆝫0maP(,tFU/8GJ'tA,h~^lF'rk(GgR]$51jj&n#?C;8qlo f'5 i8)1~yi.cqA6-\66jO O 6=VRdW3Tm,p+WAn4>Wd>X JĴ:*aK>)<}D咜v\$}50k7 ua<8m0eR:N KhL{m~ eIr ֋MЁu`Nx3Y JS-Iz;KkaG>R{8ae,4CllvBIa$>3=g,zqb4sCZJv)T|s}Zk]2$p?+z??b*K@ q%AmeIfPI?Dl OD2T͋ 4U}coi{l%M:08^BDEbcW895 9f}SyOAzZ\ ۸.-s:@l'(kgb b/z$'q6̍*;26ۏK:V}fL<Z\6})ن-:*taN i6>(<_TL8>Z8~*~ͦاa$3O#CFPog 5kv+8K =_f(7#8=Gx@24"/ϲ+RGDy^ݫw*bȓi 7jGꨯ?p"<P{YRzHOpHV ÓT-k ?,]Y V2MQ\%jAΒS 0^'渙8 m>Ylu2ih>J*iE73)>"!bBWRHl&؞C9rFrԸ 5 Uj1l]p4cΒNb<{9_5%\, =1RP\2"@~TP55ftjO 4Z'd6HUN6I*gJ՛p_$!"Yh╀)sL)XG9ʢ1/;P3ށ8{=l!C9(\'D`r`;(v09)6-> n,"F8(snu2|A.xG;zaZ}v&˕kМ(j*+.'Dĥ0's/6{iv;e/ĭ<7/&%qn,}0.}#\2K+x@4l#F d(g4uصc,woW=fd_Znq s#2[U&<5 N.o_ W.#C>k#&!'Ɗ$^0{=D:Ɛ./g,5XE~]}9Ȓ12ԑ^Di8j'! 0~gZQx^&V7.=?lj}x6?f=Ό"Rv29@eѠIs3"xF Š SUгi5 qB5P2$r pȮ}FY,z!1RE"ݓD]/K) ;`W¬H;z+5(xw TIfI#0jti*1}*!5kVhFBFelztDw2Q ,PN2㋁Xl<Sz@~uԌ,6db S~,9HvVs7'}j5U<L/ۯÍl\2ƎN䜉:8H1k+uj̀z-qO$w5K<Msdۑ}hGv-k[r YZ