uriparser-0.8.5-bp153.1.20 >  A `B"!M@eee~\Lpx 坵R\|gcot?KŊw/5,hژ㰒:5.b{tt]jb`9`뒞``|˄"!mo$Z**@㘵X|ʻNv̩O.=3xw' zd"`#j̈́;I.QOڙ4y/\V2qM[߭sM4^P֑lY8fe640396d8729412f467b42dd468ae7dbe725f48fe61acffd39c528f382bfd490ee4b076b58875deaea4b65a7a5dc67a209e99a-L`B"!M@eeespMT r%vMž2s9ΛiS$4"bu9p~Q::)̔%J2 iBťt`Dj3=IكC/5KTGo4E,.;MqJ;heo yl op'wStcHٶ^7x@ƃ;eRhX2„TS!?WX/yAԋj=)J)i0Y9,) Qa.ꄼ:5:L>pA?d   O $04QZg     s x(8 94 : BF!G8HDIPXTY`Z[\]^bcd"e'f*l,u@vLw(x4y@zP`djCuriparser0.8.5bp153.1.20A strictly RFC 3986 compliant URI parsing libraryuriparser is a strictly RFC 3986 compliant URI parsing library and supports Unicode. There is a command line tool, uriparse, which allows parsing URIs and show how the liburiparser splits it into components.`Bs390zp218#SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://uriparser.github.iolinuxs390x1`ÁA큤`B`BZzB172e134fbd23ed29c3c0b3b6ec731db7524b362a9e2aa80288b261e0a873ee83ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561frootrootrootrootrootrooturiparser-0.8.5-bp153.1.20.src.rpmuriparseuriparseruriparser(s390-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)liburiparser.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\?[@Z_@Z_@Z Z Z@Z|;T@S~@adam.majer@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.dejengelh@inai.deadam.majer@suse.dejengelh@inai.dealoisio@gmx.comp.drouand@gmail.comcrrodriguez@opensuse.org- CVE-2018-20721.patch: fix an out-of-bounds read for incomplete URIs with IPv6 addresses with embedded IPv4 address (bsc#1122193, CVE-2018-20721)- CVE-2018-19198.patch: fix an out-of-bounds write via a uriComposeQuery* or uriComposeQueryEx* (bsc#1115722, CVE-2018-19198) - CVE-2018-19199.patch: fix integer overflow via a uriComposeQuery* or uriComposeQueryEx* function (bsc#1115723, CVE-2018-19199) - CVE-2018-19200.patch: fix attempted operations on NULL input via a uriResetUri* function (bsc#1115724, CVE-2018-19200) - enable unit tests, when cpptest-devel is available- Package COPYING and other basic documentation - Drop HTML documentation, for now, since it has no content.- Fix Group of the library subpackage- Merge subpackage uriparse into uriparser main package, and rename liburiparser-devel to uriparser-devel.- Rename package to comply with openSUSE packaging guidelines (bnc#1081686, sr#577196) - Rename changes and spec file and drop usage of pkg_name- Remove pointless --with-pic (no effect with --disable-static) - Ensure neutrality of description.- Update to version 0.8.5 * Changed: The uriparser project has moved from SourceForge to GitHub: Code + issue tracker: https://github.com/uriparser/uriparser New website: https://uriparser.github.io/ Please update any links of yours, accordingly. Thank you! * Fixed: Memleak in out-of-memory clean-up code of URI normalization, related to SF.net bug #28. Thanks to Chris Hills for the report! * Fixed: Fix compilation of uriparse(1) on FreeBSD Thanks to Ed Schouten for the patch! * Fixed: Fix C90 compilation errors Thanks to Joel Cunningham for the patches! * Fixed: Space requirements documented for uriWindowsFilenameToUriStringA given URI "file://server1/file1.txt" (SF.net bug #31) Thanks to threedyd for the report! * Fixed: Compiler warnings Thanks to Joel Cunningham for the patches! * Fixed: Stop exporting internal function RemoveBaseUriImpl Thanks to Joel Cunningham for the report! * Fixed: API documentation front page no longer empty with Doxygen 1.8.13 * Fixed: "make -C doc install" fixed for lack of .map files * Improved: Communicate that absolutePath is always URI_FALSE for URIs with a host in uriparse CLI tool output and Uri.h header (GitHub #2, SF.net #30) * Soname: 1:21:0 version 0.8.4 * Fixed: Stack overflow on parsing malformed IPv6 addresses with more than eigtht quads. Thanks to Alexander Klink for the report! * Soname: 1:20:0 version 0.8.3 * Fixed: uriCompareRange reported NULL pointer and range of length zero as equal, by mistake. Thanks to Robert Kausch and his Coverity report. * Fixed: Use-after-free in out-of-memory code of uriMakeOwner. Thanks to Chris Hills and his Klocwork-based report (SF.net bug #28) * Soname: 1:19:0 version 0.8.2 * Fixed: Broken conversion from/to Windows network shares (SF.net bug #21) Thanks to Adam Gross and Dmitry Repkin! * Fixed: Limit uriCompareRange return values to -1/0/1 (SF.net bug #24) As a side effect, this fixes the test suite for AArch64. Thanks to Marcin Juszkiewicz for the patch! * Fixed: MinGW Makefile: LIB_DIR fixed from ../../lib leftover to ../../src (SF.net bug #27) Thanks to Dmytro Zagashev for the report! * Fixed: Add missing NULL checks to UriStringToFilename (SF.net bug #25) Thanks to Jerome Custodio for the report! * Changed: Leave inlining decisions to GCC * Soname: 1:18:0 - Refreshed uriparser-doxygen.patch - Spec cleanup- Update to version 0.8.1 * Fixed: Sync URI_VER_* preprocessor defines (were at 0.7.6, bug #23) * Fixed: Bug in internal function that may flip uriEqualsUri results around * Added: Function uriAddBaseUriEx allowing to resolve URIs with a scheme identical to that of the base URI to resolve against as if the URI to resolve had no scheme specified, when flag URI_RESOLVE_IDENTICAL_SCHEME_COMPAT is specified (feature request #4) * Soname: 1:17:0 - Update uriparser-0.7.5-doxygen.patch > uriparser-doxygen.patch - Add pkgconfig(libxdot) require; new upstream dependency - Update download source Url to current sourceforge location - Split out uriparse binary into his own package- Extend uriparser-0.7.5-doxygen.patch so doxygen does not generate timestamped files.uriparses390zp21 16149921140.8.5-bp153.1.200.8.5-bp153.1.200.8.5-bp153.1.200.8.5-bp153.1.20uriparseuriparserCOPYING/usr/bin//usr/share/licenses//usr/share/licenses/uriparser/-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:Backports:SLE-15-SP3/standard/a8b0b4ec70448c8da696109ad926398a-uriparsercpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c2699efd986c74478954322b58ed81e4bbf04fbb, for GNU/Linux 3.2.0, not strippeddirectoryASCII textRRRReUJ tputf-8153299ccef952cb77d763d6895612abc88fe3afae9a9438acb027c0fb72b0f56?7zXZ !t/:K] crv9wH1=9HLKonW)-p(bjPhFnڐ" c6 "bwIN~J18C]d8f%سS څc7Tr7DNz2 .Y^CB-# u+W[7gr8_b#U"3U ̷bE%}㶊 so>#FoO'$icƝy\\ڊK&ru7yV Χ[h25\4=~ЎMA0p&CK('Pgb+<^A`MKZNV&rH=۳z#au4q#өQHFzCOh2a~FJOs +uzr/o0fdJOmڬ.Pwp0o :֯ t?OԳdly.ˏ ޙ:3ޮb,%[ce^r@2eF]Kg. ݕyUc܁x!W p&@%aHYB̄(&'Ahc'9VZQ_WV4'&%p}$9ś˕9H'=OE~g#f!bqktΉM[7P/!+/)BS* dPMvWTѩ4j3r6:D !ת)L |eq>'BRTݽ /g5lRX]5EWZ8(_QUG 0'P};ڼgpoׄV(Ac؃?cOkv6`PK<>k9PE%c fT7RM:TX$KEG \.x)7Ǐi(Umkďg$>l?;T@f_؀GBf췒l+0&evV~[gC6|n{jeko&YTF9Y o3Tm˜.޶[rM $S 3/2vNuB&JUpq##U{[,1uHD٧?7M*vQKh>̴} 2=#> 8 }EЎmD1:tlA_iRY|sE,CW#N&XHZ4=P c'7\?1.y(b&u@4A0Q {)S `.gE>"\(>=͛^ ZŒjZgfi ) u,H,M^poP=Ms  'MuWm2ω fE~H?xgT3jxA!!.,5/¦[ZÇ gBKP/TF3F_ibO?oD3+*S :&VA%͠'lbjW7z]]bw hedazrdW5cg h-OZ IɭpAڬO |U(5xis_UaVw]tG==BqUmTلQ,?ƈDA|읨 L@θU>ߜ+Eeر +9^0O.mUzbfkomȌ4(xmRL;)r^nn#jȑf oR`h/76bHz hWBqwC kĄD_GYxm!Bnsix~f~ZDh-n)GJ|*>ZKHygz-]d*&(4rAAؐ;B/->t?zvsw{U daGUt;|QoDJZ:=lt枩S] 0)|mYM~a(@.fD Ĥ&ZbVBCƪ_2W[;RֹF&ܲ$qnH`pJ,m*+CliI2zdEêp孌~WHVdlWoJ+G8L փE`Y;ap^;n.fdK?VvǓ^1Ҳ^ZW֍wW ؔA\3 E9BH߆6y8mP\@yU^hmXpͧ*TxR7w?ʣ2?Z[ye#CEMp7|IUh5$:"L:WYwWC[*8LHfi">:B9JB}f$$:>'9\X6tβ<2LELI(DAMp'tTRIG豬ynRy<'6^:%uFl}|'? >Ұin\߮N /xhJXCPP @GHZn7PGWq{D9.CċZz*WG5!k?Ί.0M̳I )"/hb>Ɩ&ߋ$ցl?>tyE\ܶe]7i~nP뚙quָ/mr B)K z[̓)\&rsE]N@ ݚ٬ tB  YZ