uriparser-0.8.5-3.5.1 4>$  Ap\@@zp9|ApifQEsx.  e|D"OYv(#|5|_ b0K'j2qO|{c}}Mu922OhP1j|GNm/ӏFѦN񩆸=jxЁ5{O( QYgj #!G$$Tb-{8^ѻG=f"oiG/Bj 6 ɁQF Pq7649f502be1f9cabf9b7e504d65773bc86c0fbd8d5c4c04eec44d0a026ba377b3a878918f25118c689ed4536334444158a66bbef1\@@zp9|F`'xMViSNd5;'Lyt1ៅ G+AϏ!non0yEtW  yf\H*;6~ vĂ Oȍsk {Φ gR򕔐zXn|-ֽli. !} ڼ\)3: bMlQOi'pcܴ# qc5)E%Oj6blIkbTʻ{d~}]"z(F8a>pA?d   J ,0Ijw      (890:\B FG(H4I@XDYPZt[x\]^bcd eflu,v8w$x0y<zHX\bCuriparser0.8.53.5.1A 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.\@@fcabernetcSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++https://uriparser.github.iolinuxppc64leÁA큤\@@e\@@fZzB1def9998db27867723de11c7e1af598cb5beb686a4229da2427fa3a459439da7ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561frootrootrootrootrootrooturiparser-0.8.5-3.5.1.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~@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.uriparsecabernet 15477146620.8.5-3.5.10.8.5-3.5.10.8.5-3.5.10.8.5-3.5.1uriparseuriparserCOPYING/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.suse.de/SUSE:Maintenance:9488/SUSE_SLE-15_Update/d8b10d271ce61041d66cf018e1dad09c-uriparser.SUSE_SLE-15_Updatecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=2787033cfcbd277080d68c72c9a9c8ce11b80043, strippeddirectoryASCII textRRRL ?!ZDԤutf-8c1e1d3e3f993ea12beaa240a0d30797a2c55a962df9ad410a479764d8dba6098?7zXZ !t/j] crv9u= A/RsZI@ ={RsSq"w>w: n 1Xz.[<v9A@7>܃j r\p8Y+#xBA* =WyR1IŶUdSc | gυ.YR{:|Ɵr ۙy'YwW\r.@$sl% 4uzpUێ!(2KTr}F,4pu:- uTUXqC>YcGJ;p5K;X[0SRPׁtDuqq.9.<~n b;IP)7{eYq2J;JEb|E;OL4K=;ĝV:W'_PcJxub MLC!3'aAq{"08Z~6$osSe[wXy<0x3^NwhZ7/];3i:C SIGj81Cf5"|㣉\$順24r,typkVR8gm9zqQ #M^*:/oOW^kW^pi06f=0jVkhN;T\S(t{Pї9eFlM M/Pu%Ikv?kuCcU MY*vɸeˇO2w·(/*&Ʀ'ǣeQQe v!/0`9xmh~\h-mu657('ߗO'/|3gh[2~/煥:H+&zy]X:ofNKB`I~ b1Da.TOc>R9Z]CW ZN+;qޞ_>3/9+8qAr M?q* $cܔYQi@Kk3,OrE,.lI٦,DFq["D\Vcn<4#mCOi|CTszÿy-^[BцdM$H .[m6{Fde%}[- N8ˉc"G`GE0>n" ^b!Y>K >&C$JX%D4 15$k8ytB 23Б=/xxH,)օo/B91wuWR3`Ì9 PJQsZ@  jkċM++I"~H<B @Y82)1ܹSe%tZ%wYeHFÓ7e4?͹n6g..lʼua1h( : c9X'|{fls\U2Jd@/ń#.ֱH5&$ PQCBʞjX[T<Օ Ts17Ĵ^4RU p4Or_1\#]:%>6afaG 7C$=V-~zo:`N#/*kSLtB+_%'RM b酒 Φ9=HYV{rA@Edb(owcTĻ'M@}eþ9$32g"Թn?3PN!]ɹ[_x3U6rSдw9{a =e 1fn\`Y][\t"f/2X(΀jDML/0o&q"AD 4e2ǟxA=59\f]z]EFh<~fg‡iWL\ @f8iy=Ir[YV͖m|9(f؉U}#)L.?{A3e tN 4}Cv|tONB$?<پZL@_aq+UZR̄X$!KC ZadlWh(HBP_=VA[F!=ai+#[=Go3@Jnt+^!-:z-P(Ιo +)UF!j_};T-[0)Y 'y5%%p'CF" 1 N!|%oD%v=_7]ߦ #gux@i&am ɿ`4tsX 62M<IJVꮨ=PW$x=1.jŹiT:B~!pV c}Jw&]& !~\9"]N4_7FTD>~26 Nޜ"LyEx Q/ݓ"G[c,JwbBcP5A$iW9 32@]}Lz&Qㆍ"_[`NCqBHajذj@)1- T YZ