uriparser-0.8.5-bp153.1.20 >  A `B!M@eeeu []/{ t^܇Pykxv[ZLpw`_gtDr`<]O#utW⬒&_(IX"ꜩ+5y !`;9D @2Lh( @i)'ZDM;J0bc]|s fBʀ05h.&Ev]CteS#O ZD19ߢf'^ *wC} ռ.t{j43f40e8c12a501f979e675d0dc8f637829bac944ec7356ba650428aeee547e2efd9eb0cfaa938866428fe4cc333b215e1489fdeb/`B!M@eeek.e{ȡ,¨՝ӧa9?]}eۦiR~m\_ 9t1_*)Q>o٨C ꌿ.;hpA?d   O $48U^k     w |(8 9 : BFG H,I8X<YHZ|[\]^bcd eflu(v4w$x0y<zHX\bCuriparser0.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.`Bobs-power9-073SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://uriparser.github.iolinuxppc64lepÁA큤`B`BZzB33710f562c4499ff753aca81a07cd7c59d3a951ffc4bf9c1b49d8088c511c00dee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561frootrootrootrootrootrooturiparser-0.8.5-bp153.1.20.src.rpmuriparseuriparseruriparser(ppc-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.uriparseobs-power9-07 16149928800.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-uriparsercpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=3e93a716180b837167e7fa489ee61b29194c0496, for GNU/Linux 3.10.0, not strippeddirectoryASCII textRRRE,Xb&utf-8da97d3cb4dfba636c76baff17cb351f6a5b3da0212845286bf4efc5206533ecd?7zXZ !t/[] crv9wH2NoY3gM#׫&,[g"E!@-*p*h5WLF!e1,hX0 r?ڐ.eOWdIU z(0t?l(6bLfߓU- !,Z~JqpL9UZ)5cq(Tl\ ]jB*z!|3 rBA>rp<l . fUghN`&Dh헰M :e>"9/qD◶i)H$V8 [i&JiQ hL^M qFKZBލ+C뭎<{Yfb@ |q?tty4*.4>k`s̅+ѪsM:ctdj?xږ^\1 PNxu([& ^3h~u%/KyscUyT4?yK]̲=MORAVi>*֦b$TL' 9^+g6Aa2` @9'nT Ϗm^ec U=y(~NAt5U0T e.w٧6#R K:˘YʰlagFܶәF&.i˫bwtEw}Gw?HqygBBP[?؞(/+ںE]S-E2LJ-3/u,Zu>R#N@o(-S%bP2#`Y០|` =+f2R]xq곮ih[#te$ʏ/tD}$WA[ݾcCy)[ gQC`r]W`;t F6/G䵅I50$ҍyOX&yЍtGGѯ/NQ8{Dtdܐ2j5'7M+v52ݐ9~*]!Y>;N +Vn"O,_'H+h#]/)a_f6gitj݁pG<5sCAxn9wj}E㴥/t{87k* lIOqc)|%KȡsdU0EK-=#N v/XeXNgHJTȏx׍ E[P)} jßJ 4&hwҕpfc#.%Xk )AX) %GQmY,x+_jP%:# xt,˙'(.z(O5͉"Ƴ )!W?BߺN-&v1?j?ݻBOs+efRàVuno;PqmkvЄ=<4ΔT0o7h)@DՠXl^TjG^[aJ(Y-pvx W.}OU]p PTc7BHf%8y L.1b,RA"]nة&OX$S[aH0"[Wú^H5m5\-"=*/hZ9\"^{H6Ujd 8PPw+LT!{)7H9Ko*d/5g"i?OO&-67IĪ/>oĂ) 5هGWYGWMN兄ɦhh]"/6zԚl<UH,,Y'y9&Qskک9$`~k]Mڝ)֓#961#Դ9犻"Zmg;q$=aa\S?8jL D%.P*??_:Exo[sMU@We`9:w~uV5)BJС &dn ȁ|O {Dy=p6v nD!27f+U}#}hf}bjc2)5p^HEU 9oJyne!#ȅY': ޏs.*PNV8$'EbazY,wmH +=A;e5eΟV3<kwsTQS2 :`oG}U]Loݧy^v~NOlV' m{-3E+:<8h\q3RG&' Ȼ/MXcq%zp:X^j^xes٧q'Voд/y0a٫gm5Y'ڪWOඉqC*Gh88$EBgTN@/:C1GYκ)naB,˶Dfu s+͚Z#} 9yyNmrnQ\ɞבmR_OF8Ū%Y^ WAURuEW_sG*h o$K)+( %6 2 !c>۠JsmzpM)?,;(ԷmMP&El RO.Yӽ 'F3ٸ`XcJª-Iy*gg‰;*ѝHlKF 6we_j!Xs1  %ATSOP;k gwLc lL-e̫cJJ["[{fg㖋PO`'8^&nAm)wGI<6 Zهͳ#oPM(?q"&rXQBeR4ΘBR{nl)K3>$> `}O 5aߢRpf;vGS7KX>0']rYfZs(*жԢ5혊q 7 t֤Zz|;bJ970W>b[R_Yw5Rd U݀BauiFTWǰ:FP+icmtS9cV3LT^Z9p^ O"_Tf͹U'˖mFl)uF&K+;%\Z[M]lho .` T] TbOqnGF8v̀0p tmi \Hwl?y5HÂPb!ASUsrs\#L$Vyi&4%E9TgiIW#ܸ #\ YZ