libexpat1-2.2.5-lp151.3.6.1<>,O܉]~Ҹ/=„n$` \eTa5ly% oLJ]@i\Ť` Wv} |`>alS5JlNLOVCugKKfi3z|3)68gVe!rCORKɢۘ9byѲt:cseJm 64Qw7 zC^@Be/ nDĠˈ?rg ꏴap!| ]%Iť;H7<>@)?)d   1$( ARms|     (0d  V (w89:>&@&F&G&H&I&X&Y'\'0]'8^'Xb'dc( d(e(f(l(u(v(w)lx)ty)|z)))))Clibexpat12.2.5lp151.3.6.1XML 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).]~obs-power8-04openSUSE Leap 15.1openSUSEMIThttp://bugs.opensuse.orgSystem/Librarieshttps://libexpat.github.iolinuxppc64le]~]~5467697eeeef459cbc019b9d0d8dbd19f0c07bdd53032adfa0d8cd703a6be84clibexpat.so.1.6.7rootrootrootrootexpat-2.2.5-lp151.3.6.1.src.rpmlibexpat.so.1()(64bit)libexpat1libexpat1(ppc-64)@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]o@]G@Z }Z }ZY@YYdY[@WW~WPedro Monreal Gonzalez jengelh@inai.dempluskal@suse.comaavindraa@gmail.compmonrealgonzalez@suse.comjayvdb@gmail.commpluskal@suse.commeissner@suse.comjengelh@inai.detchvatal@suse.comkstreitova@suse.comcrrodriguez@opensuse.orgidonmez@suse.commpluskal@suse.com- Security fix (CVE-2019-15903, bsc#1149429) * Crafted XML input results in heap-based buffer over-read by fooling the parser into changing from DTD parsing to document parsing * Added patches: - expat-CVE-2019-15903.patch - expat-CVE-2019-15903-tests.patch- Security fix (CVE-2018-20843, bsc#1139937) * Large number of colons in input makes parser consume high amount of resources * Added expat-CVE-2018-20843.patch- Expand description of expat-devel.- Do not generate manpages from docbook - Temporarily disable profiling due to bug in build system- Version update to 2.2.5 Tue October 31 2017 * Bug fixes: - If the parser runs out of memory, make sure its internal state reflects the memory it actually has, not the memory it wanted to have. - The default handler wasn't being called when it should for a SYSTEM or PUBLIC doctype if an entity declaration handler was registered. - Fix a case of mistakenly reported parsing success where XML_StopParser was called from an element handler - Function XML_ErrorString was returning NULL rather than a message for code XML_ERROR_INVALID_ARGUMENT introduced with release 2.2.1 * Other changes: - Add argument -N adding notation declarations - various compiler-specific fixes - Improve docbook2x-man detection - drop expat-docbook.patch * fixed in 0f5186c7b8e503c669e332d944712de010b265f3 - switch to github for release tarballs and website- Version update to 2.2.4 Sat August 19 2017 * Bug fixes: [#115] Fix copying of partial characters for UTF-8 input * Other changes: [#109] Fix "make check" for non-x86 architectures that default to unsigned type char (-128..127 rather than 0..255) [#109] coverage.sh: Cover -funsigned-char Autotools: Introduce --without-xmlwf argument [#65] Autotools: Replace handwritten Makefile with GNU Automake [#43] CMake: Auto-detect high quality entropy extractors, add new option USE_libbsd=ON to use arc4random_buf of libbsd [#74] CMake: Add -fno-strict-aliasing only where supported [#114] CMake: Always honor manually set BUILD_* options [#114] CMake: Compile man page if docbook2x-man is available, only [#117] Include file tests/xmltest.log.expected in source tarball (required for "make run-xmltest") [#111] Fix some typos in documentation Version info bumped from 7:5:6 to 7:6:6 - Release 2.2.3 Wed August 2 2017 * Bug fixes: [#85] Fix a dangling pointer issue related to realloc * Other changes: [#91] Linux: Allow getrandom to fail if nonblocking pool has not yet been initialized and read /dev/urandom then, instead. This is in line with what recent Python does. [#86] Check that a UTF-16 encoding in an XML declaration has the right endianness [#4] #5 #7 Recover correctly when some reallocations fail Repair "./configure && make" for systems without any provider of high quality entropy and try reading /dev/urandom on those Ensure that user-defined character encodings have converter functions when they are needed Fix mis-leading description of argument -c in xmlwf.1 Rely on macro HAVE_ARC4RANDOM_BUF (rather than __CloudABI__) for CloudABI [#100] Fix use of SIPHASH_MAIN in siphash.h [#23] Test suite: Fix memory leaks Version info bumped from 7:4:6 to 7:5:6 - Release 2.2.2 Wed July 12 2017 * Security fixes: [#43] Protect against compilation without any source of high quality entropy enabled, e.g. with CMake build system; * [MOX-006] Fix non-NULL parser parameter validation in XML_Parse; resulted in NULL dereference, previously; * Bug fixes: [#69] Fix improper use of unsigned long long integer literals * Other changes: [#73] Start requiring a C99 compiler [#49] Fix "==" Bashism in configure script [#58] Address compile warnings [#68] Fix "./buildconf.sh && ./configure" for some versions of Dash for /bin/sh [#72] CMake: Ease use of Expat in context of a parent project with multiple CMakeLists.txt files [#72] CMake: Resolve mistaken executable permissions [#76] Address compile warning with -DNDEBUG (not recommended!) [#77] Address compile warning about macro redefinition * Added patch expat-docbook.patch to compile the man pages with docbook-to-man * Cleaned spec file with spec-cleaner- Allow building when do_profiling is undefined- Build with profiling when possible- Version update to 2.2.1 Sat June 17 2017 - Security fixes: CVE-2017-9233 / bsc#1047236 -- External entity infinite loop DoS Details: https://libexpat.github.io/doc/cve-2017-9233/ Commit c4bf96bb51dd2a1b0e185374362ee136fe2c9d7f - [MOX-002] CVE-2016-9063 / bsc#1047240 -- Detect integer overflow; (Fixed version of existing downstream patches!) - (SF.net) #539 Fix regression from fix to CVE-2016-0718 cutting off longer tag names; [#25] More integer overflow detection (function poolGrow); - [MOX-002] Detect overflow from len=INT_MAX call to XML_Parse; - [MOX-005] #30 Use high quality entropy for hash initialization: * arc4random_buf on BSD, systems with libbsd (when configured with --with-libbsd), CloudABI * RtlGenRandom on Windows XP / Server 2003 and later * getrandom on Linux 3.17+ In a way, that's still part of CVE-2016-5300. https://github.com/libexpat/libexpat/pull/30/commits - [MOX-005] For the low quality entropy extraction fallback code, the parser instance address can no longer leak, - [MOX-003] Prevent use of uninitialised variable; commit - [MOX-004] a4dc944f37b664a3ca7199c624a98ee37babdb4b Add missing parameter validation to public API functions and dedicated error code XML_ERROR_INVALID_ARGUMENT: - [MOX-006] * NULL checks; commits * Negative length (XML_Parse); commit - [MOX-002] 70db8d2538a10f4c022655d6895e4c3e78692e7f - [MOX-001] #35 Change hash algorithm to William Ahern's version of SipHash to go further with fixing CVE-2012-0876. https://github.com/libexpat/libexpat/pull/39/commits - Bug fixes: [#32] Fix sharing of hash salt across parsers; relevant where XML_ExternalEntityParserCreate is called prior to XML_Parse, in particular (e.g. FBReader) [#28] xmlwf: Auto-disable use of memory-mapping (and parsing as a single chunk) for files larger than ~1 GB (2^30 bytes) rather than failing with error "out of memory" [#3] Fix double free after malloc failure in DTD code; commit 7ae9c3d3af433cd4defe95234eae7dc8ed15637f [#17] Fix memory leak on parser error for unbound XML attribute prefix with new namespaces defined in the same tag; found by Google's OSS-Fuzz; commits xmlwf on Windows: Add missing calls to CloseHandle - New features: [#30] Introduced environment switch EXPAT_ENTROPY_DEBUG=1 for runtime debugging of entropy extraction Bump version info from 7:2:6 to 7:3:6- Remove pointless --with-pic (for static only)- Version update to 2.2.0: * Fixes bnc#983215 CVE-2012-6702 * Fixes bnc#983216 CVE-2016-5300 * Various cmake and autotools script updates * Fix detection of utf8 character boundaries - Remove all patches merged upstream: * expat-2.1.1-avoid_relying_on_undef_behaviour.patch * expat-2.1.1-parser_crashes_on_malformed_input.patch * expat-alloc-size.patch * expat-visibility.patch- add expat-2.1.1-avoid_relying_on_undef_behaviour.patch to avoid relying on undefined behavior in the original CVE-2015-1283 fix [bnc#980391], [bnc#983985], [CVE-2016-4472] - add expat-2.1.1-parser_crashes_on_malformed_input.patch to fix Expat XML parser that mishandles certain kinds of malformed input documents [bnc#979441], [CVE-2016-0718] - use spec-cleaner to clean specfile- After simplification of expat-visibility.patch, it became uneffective as no symbols are getting hidden. add - fvisibility=hidden to CFLAGS again. - expat-alloc-size.patch: fix braino, realloc()-like functions should not take __attribute__(malloc)- Update to version 2.1.1 * Fixes CVE-2015-1283 — Multiple integer overflows in the XML_GetBuffer function * Fix potential null pointer dereference * Symbol XML_SetHashSalt was not exported * Output of xmlwf -h was incomplete * Document behavior of calling XML_SetHashSalt with salt 0 * Minor improvements to man page xmlwf(1) - Simplify expat-visibility.patch, refresh expat-alloc-size.patch - Drop config-guess-sub-update.patch, fixed upstream.- Cleanup spec file with spec-cleaner - Remove old ppc obsoletes/provides/sbin/ldconfig/sbin/ldconfigobs-power8-04 15692264502.2.5-lp151.3.6.12.2.5-lp151.3.6.1libexpat.so.1libexpat.so.1.6.7/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.opensuse.org/openSUSE:Maintenance:11106/openSUSE_Leap_15.1_Update_ports/d638451bda44bb6ccd8b7bb727d14f6c-expat.openSUSE_Leap_15.1_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=70e7a68ddcbafbb26e8d8c79750c47301ebe323f, strippedPRRRuMhDutf-849fa2f192b33b77615f0e46d1678c51cc8f4ced0d39bbad3ddc94bb9a31f90c2?7zXZ !t/9s!w]"k%{U}dtb3z-w%gBGw+AKHesQꉃ[/%SûPޏ#qX#U5kZ^7{d .9!X[|T3ڽh-IM bSlJ\赫fnmZ#/f_jnl{.V晇?l?,uq9{-k2,+0"YVzG"HX[}~FJGr}s)}HHueJJ_C5 RVLo꣛*;{ȳO$`X,0 J>uybr:_2>g[= Y[~/u #|IV2%:L| ϻUBcFWU 7ˁ1sQmZɝ:$Z0GSâ[}'PuC9x4Ćfsz*6¢+/ѿ*/^Z{>.KhPkS@ }D-ѶwM35U7mD8regu>%T*[˪<H([?sak7jd$ENwumi|'*Vu ڱ(+˼ gfc`S=@jZ?Xa'p qos[fFYl?Pg`$NA+(C9hAOrqT.f eXLk4M>Ċz7qH$w嗡Y)™VS'vTjr; HʎB JәpCbq̊A-x;=i&Iݸ'.$:T2ȹ֜ZlBltuF!cR_.Y9g)]Iw9^UddTJpX꨹[exL3K8Ú57HkJ/M&])U37)5ρn{f9G7e&#rⳝ ~<ytߦT-jz{Lrr6=FK *W߫pZ7cDSd(̙(%c&>RyApUz'~0҃!iA|d~;] ;l]jP%K7_wnL}^dp og#|OOq,HOT\ƅ@2]~Œ[_H姄ۊGj)4 iv/jk Jf5(oV4]^N:7-1bzҺPb1jiea~tbg/y$4Α"Iai9/O{%rn(I?*CٜnB cgx;5)e B-}0T !?@Ճ8]@pN|0ѿdEsFGu*'/\zI{=p*KkDE5rUeU3Uvλ)5ûלdr_:q]$pX5_Cη,4F aȌA[L|TeNSE< ᕀl|f|H>s,0(gYTIQO6o1*ZU͝52: 1YL1ow.4&p;1ƽn4Q3f !UvŊ,ju!ˇ]% lL(Do/K왴)_WQӔ h R)V)/}xZPz,q^;2ISJ|rvig@\?9 KSͥCYL9$S@ąݹhP6F5E@U*otVEM qsq $+'@{s 2HT;2zr(F2)ke >V0QqkO* `u`ŚO)zo|!`O.H\S(aY7GѺMq+?]B<{\$'$w}m*.&vl)<{GA(րp.l2|K?S:4[R랟.Oaxܮ0&:Te]<vbD-YW@yʨ/9ѕYn„G!"T3A15C`)`gs9둛dce԰ I=Z:^ͯh}{ױUi7l sBZVsx[cbRA}4%N|`6QםnM(-8jj$ [NG9>&p3e?Xs҆ud%foFN1~bHuڿDe&nw Xj .mYR3CPvF;U1S"Q_CfJGqMgemPmJ4ƴ-cCwQV/!HV2ظя }Foat\8iKKO@h/ryj4,#Y;^q :0?aLg eb#)8 tbdTMrZ L댿=Đ<]YK_Sm֭8 TFӭW,ӡ4{B 4hZc;$[:=6(> |Mz[Ru<7)~P%#XF%ϼhb4Nfe@eKOzq 4_G(CE sāp# an9SqTft>:'PVck'yƯ9jApWIE ^s @CX*-v2I } A!XOG] 9چmjd{L֑7t gwAb͚22ӶXwi5{H5=ݘ%r֝p`D]dcU\RkBM+P솰.Gg|޽ScK7nkf<~C 8+0 F<_"eC GNH( /dae'/BJRQ^vkoȦYb& S5Tµ}(Du>]QHvIvr7kP_+Ŗz7VM~MxPHR7L%f>ll16@a0:AmVyi4"yogt{@d8J,(Xi=v9GO\ـW{yD /ɞrl1#Ҩ@܃(Gx'bZL.}+ONld+j  Zndj[Ty-s+ Y4[ uc0Il"YmWi(jmR BG{5u9f>Y ̢p*5#4F(ޏ9Gus'zzR_dx(iەEzvl4Os7/Nty&d88ƷN%fw-?|ߐfKűW+!#NA٫Yx9e'{מjc ]8:qrjQV"]0+O/%r|-|BfPFr֕2Eb$4ÊbG(Yp-gȩيu 7UVٖan8 ADw"tE>D',fÎ^v=_v!^ uvZ[}a5%De;}3y\2klCgt"xڦv-ǞA%$EV) Vr793c;ShW*[V \(@gÿQAwyɶgI3.@H,yWJuВ"љeUZ\\"It ),sYY;o@6ЉϬVTNeҷ?g;+Jm3kJ݃OI %&-m_ 4\ CO88t:lJЀi6Qx٥8D@#*̞vɆ漟:%O^&:Υ:U` >yKS_Hcu+ "-1-srL[}M<]nmZ'!ՎMT4iFtsDuw/V3eHR~n*ȳ^]3 =I ?w72A e(#1?G|JKč{2":JڐAs܆RBp@S=|&ð)w17LIoݷO`^i @CLHIT:~&YMfg0X/Y5s]N]JAq]#37L!8Cq nB"ͽ>1ћ5WZ.DӦVqޚ5I2،t&Hn RșЙ=bhآ|sq|ػőm5duBVJX<_ia[ q 6i{+4[ m&f uBy1Bpps۞UF+vQZ93Pt[ٽhm2 ;.*=|8t |]4D)<@1һ݉6ō(3Ww8#m3S~3y؝6C\CVFх[R+pd>CSBa廈ur3DWK"* Mڔwq5b 2^< GZh&rhh re UUS D}nsڇwYpCSZ5|`Px ;/ dQqw furo3W=uDu+b8=Al'&m:!M_!O@꭫(jss(K]>Gc˻m!90a_qJu;f><|ks(yzaBUщb= ^ :FB8fh'\GTJENY 1Dմ}w| -˘1u"Fな3s<"21JaZIUvK sĩ(je\1 CS)˚1@i?MJzF]1h;kxٽ0_f$ 4'{lQ6|]tP*NtiF."Go0;|%?Z@"f(JA8M1 F7F,|,ՄBZpbShJ5v=b|BP>$–U]ppp[3NJh^$ eKVA5wURx~C)R` wӻbkbn'W>mW+ YgXRCi=yVBO.o&Dy/7P/0J4ȭߜfcf7u|]}X׈Y(Su69jΧ "@J Q`ŤL !\hCiX)=zp?\;  t7s6!úIף7q/DTN  Qq/lvzT)[ 1ςP['įcQ=$nUv'{KǎBC݀a5I>^rEO؀i+ʛpc}Vvy:)_2(||! <5TvNWI6𚛀aCr* YZ