uriparser-0.8.5-lp152.4.6 >  A ^1/=„uoAsx8EWn2BH\":z{)we/?J&Go5m8(OY3urQ{oaLh_'5bw)9yzigR*Jy1$PD ==VC+~K͎)KF(¢) .Prgcד-߂;`$#.>FNt=+ʏt \^,R3'F2h T`0Ne.U-1m*Rom~=S.f93b0d65220022518bf85b91fa0c33b73d871eaa7a972852a8eaff21689ac0257c590a8ea4a5372083f6988ca8d009852a308161+^1/=„u3pzop0gH(&X #?2>(n|]a1DM56 S;)NQWBFb LZ4Ӛٰݜ̸+euG&'jWUF2Ho>>U3񅰥 ( ;TrILfO9-<ɣ[u_ނ}3uQD3{vhk!1`Yj";.Bo.\H<KBIMh#[@jen-7<|1>pA?d   N $,0CLY s    c ht   (8 9H : B,F5GHHTI`XdYpZ[\]^bcd"e'f*l,u@vLwx(y4zHX\bCuriparser0.8.5lp152.4.6A 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.^*build81/openSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://uriparser.github.iolinuxx86_64(ÁA큤^*^*ZzB3867959661299114f6c613a87302355b3859dec30ff9a5aa3045a1d135a67f0bee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561frootrootrootrootrootrooturiparser-0.8.5-lp152.4.6.src.rpmuriparseuriparseruriparser(x86-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(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.uriparsebuild81 15896471460.8.5-lp152.4.60.8.5-lp152.4.60.8.5-lp152.4.60.8.5-lp152.4.6uriparseuriparserCOPYING/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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/a8b0b4ec70448c8da696109ad926398a-uriparsercpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=2eb7efcbb35a75b7e89452e88a505ae2faa20afd, for GNU/Linux 3.2.0, strippeddirectoryASCII textRRRRR6/]lutf-855f9aaf9e4ff0ef16aa55097b687f0ba21741f63a364a27cb634e6fc407b5a5b?7zXZ !t/1 k] crv9uQhFmֶ+FUUE]ӌJ ?~hſ,Uؒb0k4h%JEӃԃD@[o2s! ¾h'?xnOۅpM!XGTﶧ\X`թ)#L`2ZKdk-";cpzT Nہ>6ͳb _J(`vׄ#ֵIH4Cq1)9u~)/7s ) &J}9SA{e* uhV`X#vi"  Ak0/'9 |}DpMniX '#<湡1E" Q0d(0ȨDP gr_X*Ha'%]S/_Mຈvl ,PɚfSh| e>ߚz%.|rߞW_c 냪Q:g^)h% DO ԫ󔺇 խ3/듩ia&`y8^ } SC%3x(^gz91.y= CmvKCӴp};$J6n7斲|8I|>I_I&fq,,8wܶM'n"ӿ!F*z,c9 , 3w.3Rl)a?9K.];]ilsT%A:.>VcLV HٲXU;;'@Y,+h#lQ5~p`F_J!rpk/^lvb~~G8KХ 1r.h+SȏbHi~( PA+Ily+%@E(VܠEC$#}jNUON8NmY^Zx'WnyI kdo*ث|'Kojy $){B\or:)jB$N"wݴzTrE20i M=>;X"w]( sm.5HϚFd9p z5SN7n?Ύ^s-^??EA^K'`dkuު@ITH"CS`/"_ ]6% q<L( ]#TD"޷ y \Y%ej$ ΌLAWj}:}[cS ډBNXVO\+|-LĭkS'u7f^ͫD(8pTȇn YzR>>(+ԑLbJl0كM;!p:`LNa)v OUQg8](?YmcH}]~.\T#է fo6 ,t QhF#ʽ0W9SӸ: 5;%% ' :^uVS=">]/n ᥍гm0 ŇAqV@AFR G0KQ(!׺^>r 2!hVB_5&q0o-CFLv:=]yہ"W$r _Dz& +[/mRgRdH91Yk,jYE> rܯjEA}g\Ck 9:j†nq6凉6c-J]йz$rYsV}caCaޢXt$ 9&T:ܿh)m'݁Sq^Rhۢ5_U&Gq#%_KqCTܕcfs3Z^!w(?g!ا5Vc AX.Eup*&{ho8^wJSrQ#4ե$S^O}ʷK.G.mpҗHػ|zKM]MO[~bWwwf&Í 2fvl# թ QJRhs枯mqAQVZVt(둼}$9ܽl'۴RVRp9+jqh r8UO$ wtcJ-gg.!܃I+t]o M!Yo~|OufKSἋ?󤻉*ϴ:AM$ f4<9V 3G?UP0۳jn,p9׬N-eId<蚘WM 1coo>(#$:k*sCM *l "4H 5? Pцb8SI~ٻ~m {{q㭟N&yN*LR*'!Lx8bq$խH AfӪE eyG{w/֌fPǥNGeG)z$l=aJ_HsV ƒy,cy2 ?o}'b- {zsg䄇wQAFdG{A h ԍ3j53q>:FK'afWmwj^A-׫xX-bnU^ӻOUc-6d