liburiparser1-0.8.5-bp150.2.3.1<>,8\d!M@eeeMFGSjz͠Έ@"I6\1??d " T  &08 < @ H  ,L(8$9d:>>@MF\GxHIXY\]^bcdCeHfKlMu`vhwxy z,<@FCliburiparser10.8.5bp150.2.3.1A strictly RFC 3986 compliant URI parsing libraryuriparser is a strictly RFC 3986 compliant URI parsing library and supports Unicode.\dobs-power8-035openSUSEBSD-3-Clausehttp://bugs.opensuse.orgSystem/Librarieshttps://uriparser.github.iolinuxppc64le5\d\d8af3c6bd3f2de353a02b8735fa179119b2677d3d9f891bd142b760561c070254liburiparser.so.1.0.21rootrootrootrooturiparser-0.8.5-bp150.2.3.1.src.rpmliburiparser.so.1()(64bit)liburiparser1liburiparser1(ppc-64)@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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~@QQ@O&@MK@LKJ@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.orgcoolo@suse.comjengelh@medozas.detoddrme2178@gmail.comcoolo@novell.comdavejplater@gmail.commeissner@suse.de- 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.- update license to new format- Remove redundant tags/sections per specfile guideline suggestions - Parallel building using %_smp_mflags- Added 32bit compatibility libraries- fix compile, newer doxygen does not use .gif anymore- Update to version 0.7.5 fixed doxygen build with uriparser-0.7.5-doxygen.patch - Upstream changes :- * Added: pkg-config file * Fixed: File Doxyfile.in was missing from release archives Thanks to Rakesh Pandit for reporting! * Fixed: Doc generation troubles * Changed: No longer shipping bundled libcpptest * Changed: New dependencies: - libcpptest 1.1.0 or later - pkg-config (for libcpptest detection) Both dependencies can be disable through configuring with --disable-test, which excludes the test suite from compilation. * Soname: 1:10:0- use correct version in .spec file, removed unnecessary CFLAGS/CXXFLAGS stuff now default./sbin/ldconfig/sbin/ldconfigobs-power8-03 15500641360.8.5-bp150.2.3.10.8.5-bp150.2.3.1liburiparser.so.1liburiparser.so.1.0.21/usr/lib64/-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:Maintenance:9654/openSUSE_Backports_SLE-15_Update/749dc95009bd9ad958e846e20d8ea880-uriparser.openSUSE_Backports_SLE-15_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9ff52e25b295fe5d63c92e703b3e0ff186466dd1, not strippedPRR *&dy;ҹղr4autf-829650271856172224ed04533137365816af8a6d7e02f8a88d8060876cc90fc6d?7zXZ !t/1]"k%ʽd=BVmRsHΉ T*V1.W5K]SqKF7o?dh7<,EMU :o|T'ad[ַ ݗ9<#xްCE u&)0/h Y([;7@?2%@4;Vu6-3펉H"p"vDD@{àE*߳{1PY);4;"BͣQ;F WBM @=*ǒ-!,l-)r~f ^ׅK1'-_TM ; FcHcCR.v[OjP'0l{=x$VF+4rt zοL~kUdcf}zVy ÝSAo7bsBOQuLv.W(*+P"ԡqQANzMN?%$30G1T; 0*gҾ f[XSO)aCN gses j:3Qyʶ= ԭhUu뾯؞^GTY xǛp"^?l|K{1Y껹7}gt\mII(^wP%]a:/;[48x-ˮ[}@ @1}]煛]Чǚ ( =Sl ,ޒDcϘ />pQ sX NMw׿يo\YQ6ԭ25- lS|*ͧJgЗE?۰EPryfW*7p<O(PvOTE$i3WmU[CcSϣ2_<~CWxQ%\Yl= :SȋmLCIj~ƙF3DbZR EL4 hM<%6z9uZ" >Hs$>tQAJ4$}d z)bFQHn",CJirG̕8\=} ӿnP0"^!hWn]1D#4:i1c2̊F,i.X!|]#?JCWq-BOi{= L{}ax|Lp o0XpuS_8Եcۭ1}v=~(í6 Q7&s a@_2rn .0?:)pwEaecWC5e5=sAA!QBWPSYi} GF[.x:YyW&5V(QD 4pQ{BipÏ& ,}{-)3t*~5~Ifap* L:avUz* "3 y?Aa ;K76A j2d唬%T9 r;S  U,v/̱ö,2S;PTZj@ý-k>4YVLCP^Py w*}a'H2ƌVRx)0Eר^-1峛^\}6x6)έ,RnnOM\4԰)[GhK`LDGOTLUm"ev᠌2nZDJ!ۅ9n `-uTusryscW5)|kʙJt8,6 golje'];@y{5ũ ZUW+!{QLHDK3' EDwee?* %g*d?Rשqz>i8lm׼ #8qz##0}̩J*:ʴzB&P s?j<n>zIbXfMpؒ.Aa}TC9M7w3Fq̰P5<:R=4 9BgrO+_>J?9aqu>9shY6U4/w<1Gj/kNl!ڃ83-Y*da:(-)#.Y?]Xܞ}n/*T^1WXTcJBuβK9Y~YDQ $}Bp vnk/ѯ42\2c+ lݶ1BB~<]9sJ >ʖ6,!27ʆdHX\Π4^˟:7Gpn]7$lRArtܯr{bEPBzfC)4ىy(|f83:Q NR&eRN{~\ё5Z (g{|li7=0Kʥ.6I pΘ0e?@B_V`YI;V.}ѕ9bBChvh0_eϵ0w$+قe8yڴieifyioTI3["ow JZNM 6yYܠvP^b Mq"Q7O>lBSšɡs=ON09&L\b;LQy|pVãY̌e?2 =3m{SckyՇ'L~S+3rѕI颯th =D.T>" i5.g2KO Φ[z;'&`GX cЬrh:oϞ@%xWy̰EY"1Fs$ di_Ku;BX ˁ$%"Dyesi-'PHS!Y'RsgTkL;`o(NAr>c7+?($3]='gR ]hV k?٦kjG eѣ*n1PƟndj%% vQ<ŊٔTL0Z.eh6ṣfqL!;V{km {Xε~*bߵ1~^q;[ٰiC΋=,zy_PHDtm5L%yp@sҕRH6KK8 u Vd;_gթx 6Q9W`̭_h(dX>ԽC!5(ZPLՃV$hlAeӿ./pKE6%+W+9w=`S-kT[oVg7A fJZ]}D*jvrʜ `/~ep{3oh&9HmIՇc_H =*]Ԯ{8gE@_\B62R9h< cfqy7DjũȼoÙ<ҡbrӧd?d~Y%S)%VClQ2JV;XwiƜ['Cu+ѧZ V+ͷ'zGOqj^+L@Eg3ῆ:Ȟ,LE3ߍZ!=Bѯ`AM.>WžDdr~mz lj/J5v[]hQ02szN\ ^iPvC,=P͌o-o _xPHNLjT.o68퀟MEicukԶn/ɄG&>XG8<^2O9*۵"eG-ͦ? ~5R<)ojxمbŖ])+](jNL%?E=( fsHEC2qׯ>*DAG1p@0 vJ(<FFX[żr4P7&_G^Z5" i #΁.|moEp78i1t,UP9,~hRu%ҵFpFmn$0s r ;ؤI+.䈅m=se$3,_ȁ’$Itf ZSEe+ݛTjs>9c_(%y6 IQ9KSMr-],-GpBy)LoZǽ_Gv Cdr\L})r& cߑm 1uMwhذ/瞣C_|>d#<9g.l@DYfםJ+5q1TkC,"eEіs9r7Q+f[dCaz7IpToe`73KoK $bh#8˲ jPb.~;A`ӭ EM"W}hfT^]J!Ѭ7l1aYH0(>Uw{T"(+l˳^0XRK}lT\[,,qۼ͞@#EqCpG{"1.bib"蜔_Sf$-A䩫w&oIdL0^8*RAjjAv2~W>N*^MC=1M0NH< i='".}B\';ЎY$UCV@p/cE2 YZ