libexpat-devel-2.1.0-22.15>t  DH`pY_/=„f]:X^";Ia7hA ] S[AV|-hfI<f(ܶAoQyŰ,)fRoZ4S-‰Yk'L|׋&qKdb7Y 953/'*Z'hapqX~g%La\-Drp{Y  ,“Ҟ'uwÉc,z;ɭ }bR[`rTV?ru9gC_oR{+,27f2e0343f2eeaad7a988578af0b5f86634450b0I/Y_/=„U-#>A3Լ#H"hcQ % TʎY|Kx-@-m]u N::'y#HCOyR/tc-ܗ{hNOmٻRAYN_xWN~{9ZvG/Zv~ZUU| uC9ǫyy4Cv2t*vK^R-o$G+#{lڏ0lcbvK|[88:UJƗY㘳\KB= >ʮ:>:4?$d  0DHPTgpt     l  8(89,:FGHIXY \@]P^~bc7defluvwxy zClibexpat-devel2.1.022.15XML Parser ToolkitExpat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). This package contains the development headers for the library found in libexpat.Y_lamb19$openSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://expat.sourceforge.net/linuxx86_64fЁY_Y_Y_Y_2ad930016f3333569fe261a59a290b5aa7613aafb0d6368965e21df0dc0d783a154db44d5fc0b0568f3f2a742ec30adalibexpat.so.1.6.0rootrootrootrootrootrootrootrootexpat-2.1.0-22.15.src.rpmlibexpat-devellibexpat-devel(x86-64)pkgconfig(expat)@   /usr/bin/pkg-configglibc-devellibexpat1rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.1.03.0.4-14.0-14.4.6-14.11.2X@W;W3QQQ& @QPP@P9@O OU@O7NؽN<@Nu@MgKG@K$@KJI؝@tchvatal@suse.comkstreitova@suse.comkstreitova@suse.commmeister@suse.comjengelh@inai.deschwab@suse.depgajdos@suse.comjengelh@inai.depgajdos@suse.comtabraham@novell.comtabraham@novell.comcrrodriguez@opensuse.orgcoolo@suse.comcrrodriguez@opensuse.orgjengelh@medozas.deprusnak@opensuse.orgprusnak@suse.czjengelh@medozas.deprusnak@suse.czprusnak@suse.czcrrodriguez@suse.de- Add patch to fix bnc#983216 and bnc#983215 CVE-2012-6702 CVE-2016-5300 * expat-2.1.1-CVE-2012-6702.patch- add expat-2.1.0-heap_buffer_overflow.patch to fix multiple integer overflows [bnc#980391], [CVE-2015-1283] - fix some issues with the current version of the expat-2.1.0-parser_crashes_on_malformed_input.patch [bnc#979441], [CVE-2016-0718]- add expat-2.1.0-parser_crashes_on_malformed_input.patch to fix Expat XML parser that mishandles certain kinds of malformed input documents [bnc#979441], [CVE-2016-0718]- Added url as source. Please see http://en.opensuse.org/SourceUrls- Sanitize description of expat (replace it with a more current one from the homepage)- Update config.guess/sub for aarch64- fix of fix of [bnc#798644] - according to upstream changelog: - Improved ability to build without the configure-generated expat_config.h header. This is useful for applications which embed Expat rather than linking in the library. because I am not exactly sure about implication of this, rather use - DXML_HAVE_VISIBILITY in CFLAG_VISIBILITY in expat-visibility.patch- Executing autoreconf requires autoconf BuildRequire- really hide private Xml* symbols [bnc#798644] * modified visibility.patch- update to 2.1.0 - Bug Fixes: [#1742315]: Harmful XML_ParserCreateNS suggestion. [#2895533]: CVE-2012-1147 - Resource leak in readfilemap.c. [#1785430]: Expat build fails on linux-amd64 with gcc version>=4.1 -O3. [#1983953], 2517952, 2517962, 2649838: Build modifications using autoreconf instead of buildconf.sh. [#2815947], #2884086: OBJEXT and EXEEXT support while building. [#1990430]: CVE-2009-3720 - Parser crash with special UTF-8 sequences. [#2517938]: xmlwf should return non-zero exit status if not well-formed. [#2517946]: Wrong statement about XMLDecl in xmlwf.1 and xmlwf.sgml. [#2855609]: Dangling positionPtr after error. [#2894085]: CVE-2009-3560 - Buffer over-read and crash in big2_toUtf8(). [#2958794]: CVE-2012-1148 - Memory leak in poolGrow. [#2990652]: CMake support. [#3010819]: UNEXPECTED_STATE with a trailing "%" in entity value. [#3206497]: Unitialized memory returned from XML_Parse. [#3287849]: make check fails on mingw-w64. [#3496608]: CVE-2012-0876 - Hash DOS attack. - Patches: [#1749198]: pkg-config support. [#3010222]: Fix for bug #3010819. [#3312568]: CMake support. [#3446384]: Report byte offsets for attr names and values. - New Features / API changes: * Added new API member XML_SetHashSalt() that allows setting an intial value (salt) for hash calculations. This is part of the fix for bug #3496608 to randomize hash parameters. * When compiled with XML_ATTR_INFO defined, adds new API member XML_GetAttributeInfo() that allows retrieving the byte offsets for attribute names and values (patch #3446384). * Added CMake build system. See bug #2990652 and patch #3312568. * Added run-benchmark target to Makefile.in - relies on testdata module present in the same relative location as in the repository.- update to 2.1.0 beta * refreshed expat-visibility.patch * removed obsolete expat-CVE-2009-3560.patch * removed obsolete expat-CVE-2009-2625.patch - hash table DOS attack fix - accumulated bug fixes and some changes to the build system - new conditional feature to make byte offsets for attributes and attribute names available- Put libraries back to %{_libdir}, /usr merge project- add automake as buildrequire to avoid implicit dependency- Hide non public symbols reusing existing win32 API export/imports - annotate malloc/realloc-like functions with attribute alloc_size to catch possible misuses in calling code.- Remove redundant/obsolete tags/sections from specfile (cf. packaging guidelines) - Use %_smp_mflags for parallel build - Add libexpat-devel to baselibs- fix license (MIT) in spec file- fix CVE-2009-3560.patch [bnc#566434]- add baselibs.conf as a source- fix DoS (CVE-2009-3560.patch) [bnc#558892]- fix DoS (CVE-2009-2625.patch) [bnc#550664]- test suite requires gcc-c++ to compilelamb19 14994397922.1.0-22.152.1.0-22.152.1.0expat.hexpat_external.hlibexpat.soexpat.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/75415130beafd4579a17779805eb45e0-expatcpiolzma5x86_64-suse-linuxC source, ASCII textpkgconfig filePRTД*d 9J/?`] crv(vX0D |!tT?閦g+97ba7S1Azb,ϛ̲i2Ђ)jE#\`lD蘮⳼jx׳QK9t 1/qQO5c|xZrDx=Ef*Ҥ#_5h߷e;7|ԝ{8uX5RqOB,=1N}b2$`B*Q%3ižAKKWYXSUEeO0aK3mywsS.S5q ekr%dԠ_e9[薏r#B`XD}^z<-|M}QyN-#LH0jBoELøE8x/aǻMB\,NvnX#>N7Կ73ziMc uKQmq/ pfW1 rOJ[?* %]ho f朗e{bM\Wqp›!a^)@)\"E֧zHRMzsSz+tŇptjΥ(jЌ?keů~b:8>L蚟 ^Iz/J<ߛ)~YCi-!M"m0[Xlqi+_ɩt w]=ȣ}鋝HPuv6U9 ƃ~u&%"f:^cJr G-%x?6ΉsMf`fSI+d-2;Hq֌N I`bg(ߜx1e4 Rx?xx|i0}:ڔ}É?LZAW]H])[/3z4暶4v^q#v GyQa# bY&e?p_[.ldz},Ff&dTiBa4w1=/T̝$.47Q<[reOA_]?G]HrPY$^H,RN@rMS .įs'&G.Qxp5‚bdYf NF%/ [NA8V3 F:xvV⊿3a{ݳr ߷y$F"F̔v_+^CgK tp~D* My0#(bط(XhE{֜վ|F-cyTe9"SZcΒ鯏XG*+,AvZCPg FT|{r ޤ#7I'pVwEC6oMۻ&e+̗;ưô#Z$ rcH?ؾ'q &}&(0#? ':wOYINg@x&]!ݦrMA}P=H*^ꪧC'v2꓈fjHHgkxjI@NxzY<|cYgdĊ-x Y,oښo~߽U3z/öeY.$Vbl5Z+~[pDet #5Lp1}d{˫ߖMU?l^9C|#P)>.Ehcc`̷S@QWW[3^oWq9w!f?cGYXGC;F2E١a]*97+XQ]sk#tZy_E)R#;. jlWWUkîduri*U&DŽ2NRhzB|m4 W$lEG j%Kq"+ҵkŘ Us>j=ķ.;T%dD+/%9SVa1wU\--?13A)&f(v)+LooUßm*2CMk_>П1HwU*EkWωA\A V>fV7v')-Biq9EJ]3R>kYxƄ_Iؕ@櫓4L&! jNM#Hϵj4&60(n6ftޟL)͂w-8%JYCy)BYއ%u h!6ŢgݾtJFx )tss6bL5C;yjm6Rv~[7^e bU ؉m3>K60l^6VLDt/ֱV.f%Qua*4 &8Bš&ϟMvBZJ_u~鄃]t(%moAut8 AhI98ѿ0E6~* dS=VCUKD\I <O5}`j$,,_!oJqa2> Qh<afa WFj;Һӈ ;g0h:J=F 6\jCV;>ΓZ\ְikj.=K{=_4+#8ȇR]pk/IVBc@p_YXǧc|>#Z2wl8Ty W&FI3v9z`[f\)܀U&DEnc  ˟]$gd-Z đ/LLHYNH%* 8=$!V/q eY'vESNsRu\jy.QGkBdև5na X;b>ݙzS7Nx/ tD{_h?uV {ESt ֝&~f"A8V PGRc Rg-)qިprܮ:֐٥9obB8%=J~ynꋌ5Ebص8>l%+tH$o q½ҙx^p f]Tp_+:Vsiv!Տ (Ew_CA(">m1˟*KRcs>R=bVL޿10> K,/ O58yk`>LʾReC7VtqDMc )r/k2ĺ*glnC'zYjR(+0[h1FÖb%GGaڈ23mEFQro˲*HJQ.HE[9'G@C(=zQMLi{Q&C.z=@kYyFl{moЌZ)|: YV 1 [P4ZNnE9tj`bM80P 7Bz5cEt:v//VRNr u&Uyx'ѿf ]bУ-y1(2`@'w*z-F+o-Z~q*zM E@FKO(PGMmpTQL7 icrӶ9ܛŠPr-vGjvUD"mo׾*,>6G)ZGߤ62Í .~6C;:#xKwz& DS{d8dA\dIXĩh_N#M8 v[:`LL>kaDC3ƞQtfz:M$[dزCRxH{>X$Hz=hzSNF"/:bn nrpzʖȅ#e 3'$iPs+A㔲A]K~ʸG bB%貇liHpi,78Pe"E\qi:U=BX=FЈUw띕bw/zE}-2)*/ȕYx\/G"{EyH<ԄۍΟ+S\oi@p(vQ:cIhw0ME0TsX(ve6͹t@ Yiz^8.O6bus=ΒPbScllߒr].~3NJY!8sA2/ԞqHحDFt|4Bm\,C8$/v 0*I'?ۺ#{ (hoϝíYm2ٕnϔq|XOU+5o?TWd=?iy XOG ޾`HʵcӺ{s5>dۤ'H=m,R¸T\D5ŕl̖ "h౬'ۄ.'ڥ/OLؒR>/mfq(( G7j&2emalZ]]R EO{tC3E嬛+7aEa]Do [Ha/?kd_tF̖t͵o+j04Ĩʥé?;LV]˜$Fdn,+klr>\-]-K2 6锅ºɚa6pf$c?$J%qwĩ#櫖w̠Vk0z%'8! R2TŎ\_rAս|@e_ʴ͍~=c1aJbC`* ~FŒMTWܥ#XQ<]CJb.h@,@\v &œBM& #qZzWF^x%(;]Ԁ/JK x/]`SOtWF'irDpȭ;Ik {-J㽆e㉝A]wOĈ~'lynB.d),4;b꒤(i#_e, ؋&z|,pa?=h5G3L|ԘY~2h zm( ^rq ]^T:#s#!ۓev0H߬jƑaZ~Co|i,Eg=ER"jŌ DKˮHn5W9 jۉrx{Lҟ#/7ٜJ~{rck(wA^v] ^sL*םwi:eTg\>pq$B$%5VyWGxK&tfsm@P׉PҊ|S6O* ZwR- ]| Ҏu)iY^BЈf磉rQyj?&I[h_.2áQӪ( \Š:sne !YK&n9P2F9|b5AʬBa/H0;w*:~^V# X ,YbԢEVޤHeZ b+%TB@7 &bܒq5vN5fzmb(yp ֈV,g4?QFmu7^L3ţ>LENd6>`G:(Wy͂0D ufhrM,"1(a\ !$&^5$3OTߨWh` nHYǕpB(LDw ͍_@GZe SEg5/B yQX %n87,N횃9VqK'J?8 Qx1r%\- ib xM [1ɇ|_`"C:5,\EZ/Zehtɡsr$>wu\ؼ/i^e!lmJ-ɓx'"Қ =Y=rugā7u)l3F$5]r\J6>3S)Tr{ї-JtIOPU%oD9A˩T/qc7sލ5H:<8"q'N F&9[0@q K_*UX^O7_ud Ͳy梈`?=D}s}hnC˚QA8Zk]QB Wz)aw#G(P} əCkŧa< _+ӜlFg$ƙ_({!Nrv  7D {ⵉ@l9-̜>|~om.C@#\Tythsr$f~tTm isX)w:)-TnlsX9k0օ pZ]2v2옏x1.0.~è%po_f4g-獉Q^zQFB~H17JdB5u1(i+Ϯ=GI)IU:.f G|n>Q?XnovϦTP$Y[9+5ܖ ^}n6kQ8kY  X9r%w 怅a0Lfq!J*E;r1g($Qm/1E,zQgg3G2H斟#-oӋ̲DGH–U_mC"ߦ&L{U"YKZ],I#`Bx,[C5 DZk?ma1~# 1;Uџ3~)d xPϨQ41ECI[c急–+ڤbpuH/i|;'#=T+j80T{XZ% &w! 1L|?j$~. / zv2,|EX.H7Gךh7ǜ+qg1 {t頇6E O`,g*T5A$iw17ےyQ]X{p:r|5d~N)5Њ-)J*ۺæ8vϛ= ,elݼ(횰=Rp21I3/%6 2i-DC'FNrikd~D0v֥)Tz**mJh:1yxD ]?Dbn|H0xAh͊lLskBPx>,{yeyҭ QT }5ddBþ( jouO06Q5RM0qSR Ёr"TMHA`B3 $>æ $R,8?<:F;K$$.PVŞ.}.,+@.v36|&O ]Z&ƔB(}V;?tFҽbp1X]ij& 8 ||8pit_0^1ybNuHVJ&㳏=hD: oDь@AA- Os"nDL,`!:iWsX~