libxerces-c-3_1-3.1.4-10.5.1<>,#paHgp9|xK|dm ǮKlg}|`R1ӟ:iM V*"DN%L#>{l‹)1[wCuaQƤ"w`5UZB[H8T?1>\Y<]o1;rG祹Kay , *;)Fg8]jW(I%AmCABQc[cS.^4Ki8&㳋AQ0I AHj3SiKbL/>C?d  W-NY o       8<(8 9 : >@BFGHIXYZ[\ ]^#b/cd[e`fcleuxv|w xyzdtx~Clibxerces-c-3_13.1.410.5.1Shared libraries for Xerces-c - a validating XML parserXerces-C is a validating XML parser written in a portable subset of C++. Xerces-C makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents. Xerces-C is faithful to the XML 1.0 recommendation and associated standards ( DOM 1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces). This package contains shared libraries.aHgsheep029SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Productivity/Publishing/XMLhttp://xerces.apache.org/xerces-c/linuxx86_649aHgd347e64c7302dd8e57d2ad4ddd48b0d2d58fcc86bcc29ef7dfd3ef6e5408bc42rootrootxerces-c-3.1.4-10.5.1.src.rpmXerces-clibxerces-c-3.1.so()(64bit)libxerces-c-3_1libxerces-c-3_1(x86-64)@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcurl.so.4()(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libicuuc.so.suse65.1()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(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)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1a#[@W{@Wq@Wj}Wi,@WbV +T@R@danilo.spinella@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comjengelh@inai.dezawel1@gmail.compjanouch@suse.dempluskal@suse.commpluskal@suse.comzaitor@opensuse.org- Fix CVE-2018-1311 the XML parser contains a use-after-free triggered during the scanning of external DTDs potentially leading to DOS (bsc#1159552, CVE-2018-1311) * xerces-c-CVE-2018-1311.patch- Add patch to fix CVE-2017-12627 bsc#1083630 * xerces-c-CVE-2017-12627.patch- Version update to 3.1.4: * Fixes bnc#985860 CVE-2016-4463 * xerces-c-CVE-2016-2099.patch removed as it was included upstream- Use pkgconfig requires - Disable "pretty" make to make it bit faster - Fix the selfobsoleting provides/requires to silence rpmlint - Use valid group for the docs- Resolve rpmlint warnings of type "version-control-internal-file"- Update to 3.1.3 * bug fixes + memcpy used on overlapping memory regions causes sanity test failure + Typo in XMLUni::fgUnknownURIName constant + Buffer overruns in prolog parsing and error handling - Dropped xerces-c-CVE-2016-0729.patch, fixed upstream.- added xerces-c-CVE-2016-2099.patch Exception handling mistake causing use after free (bsc#979208, CVE-2016-2099) - xerces-c-CVE-2016-0729.patch Fix for mishandling certain kinds of malformed input documents, resulting in buffer overlows during processing and error reporting. The overflows can manifest as a segmentation fault or as memory corruption during a parse operation. (bsc#966822, CVE-2016-0729)- Update to 3.1.2 * bug fixes + Wrong temporary token type causes regex construction to fail + IGXMLScanner can fail to properly set its XSModel. + ICUTransService and IconvGNUransService CAN NOT deal with huge file. + xsi:type is not applied to root element + Problem in prefix parsing while creating Documnet, Element, Attributes on all platforms : Issue is in poolString creation + Whitespace in xsi:type + XMLUTF8Transcoder::transcodeTo fails with an exception when transcoding single characters that require 3 or more bytes as UTF8. + getWholeText leaks memory + Missing Libs.private in the xerces-c pkg-config file + XMLUni::fgXercesLoadSchema[] is not null-terminated in XMLUni.cpp + XMLURL.cpp: isHexDigit() and xlatHexDigit() accept whole alphabet + Xerces livelocks while reading external DTD if socket closes prematurely + Memory leak occurs if an exception is thrown in TranscodeToStr or TranscodeFromStr constructors + DOMDocumentImpl:: getPooledNString(const XMLCh *in, XMLSize_t n) returns incorrect string + OutOfMemoryException being thrown on creation of an LS Serializer + TranscodeToStr::transcode throws an exception when transcoding to UTF-8 + ContentSpecNode::getMaxTotalRange: Operator precedence flaw + Add support for GNU/Hurd by using POSIX.1-2001 and POSIX.1-2008 functions + enumeration value ‘Loop’ not handled in switch src/SEnumVal/SEnumVal.cpp: + bit operation error in DOMNodeImpl::reverseTreeOrderBitPattern + build xerces-c with icu on mingw gcc 4.7.2 + Xerces 3.1.1 Xerces.Lib fails to build with new Visual Studio 2012 Update 1 when v110_xp platform is chosen + Off-by-one error in TranscodeFromStr (with ICU) + Use icu, which is built with features + LocalFileFormatTarget leaks file handle + Curl Checking + Janitor::~Janitor() throws in unwind + String pooling in DOMDocumentImpl is unsafe, particularly on 64-bit platforms + Code analysis revealed multiple potential NULL derefence conditions (currently unconfirmed) + XMLString sizeToText/binToText produce mixed case + Crash while parsing malformed documents * improvements + MacOSUnicodeConverter.cpp: ISO C++ forbids comparison between pointer of type 'void *' and pointer-to-function + Allow compiling Xerces-C using C++11 (especially Clang) + VS2012 Project- Use url for source - Add gpg signature - Use fdupes to remove duplicities in documentation - Split documentation into separate package - Use curl as netaccessor, necessary for proxy support- Add baselib.conf in order to build -32Bit./sbin/ldconfig/sbin/ldconfigXerces-csheep02 16321350713.1.43.1.4-10.5.13.1.4-10.5.13.1.4libxerces-c-3.1.so/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:21243/SUSE_SLE-15-SP2_Update/a4076198aceab96f9fae4fe6bc9c46b4-xerces-c.SUSE_SLE-15-SP2_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c11b978f8136d13fc52912c9e86329cc420fd62f, strippedPR R RRRRRRRRRRRRR RR RR 8tzK9 utf-8e007b614cc3ac02979a5dff6e2dce29018ade4518a807b6dc8251b806444d87c?7zXZ !t/]"k%dLC ˏ//_ pV( Z;lAQs58oY'L}X^F{>@c2\mEYhՉ< J`o$nE~eqvlj^I\}|"#7O"#kx#ki؂!DËqoveGeXYI"$&6B [ <2\/XPa,511 XUVL+f*R 6}IZT`ǜynmzsO0E{#-f<84BW `5D^i+ s=jy G/B}~IΒ$*,]ܴG!JGE5#D QiYYkC Hm;xJFGv! f:9X`ce$L;nྵb" \%y h#ZĘ@&ȗ%!|?j5vƩ졛u;jFHFDfHYW EpԃqCyRR]ȾWX-rǼi'J{ZZBԵ/yψkbVA!iSGR8cKކS]W<o[xڤPv(g`)BrjE2}z~fI׊-4p/f%ϭ@v 8m2J,19ns0Ei&%VdG1CvAfC"C2xrtA2oŬTR |ZC'8@uXN= P ,`?h1\Hb<`֊״?1KB.Fr48a*lDI  ̕^(G,g0;U)< YZ