libplist-2_0-devel-2.2.0-150400.5.4 >  A bvgp9|5<4ɨܹ%Bf\$۽\.uC@ӐcfLc֩yV.rKOm3nqX^VP[[`n|M¿ON%=Y@({,t;rśf#VR?~p;e+uxW);+\& a1{M* WB~toڲ2dDWH [QZ/McY(#tнG27f764bb9a7ae1fd66f26d1c5a1b6f97273369b160c432d981463dd255d0df6a5554e289dedbd268bc230e339317200d61735cfa;Lbvgp9|=U]CQ` {{!E{\FH v >d jW,XOm-B}_:hHzu% D(4wZVC9$9$awt=q 9+, e(n7m=v!Nj+ eߐj(7a $DiCKZU , }?H~ Toqlw~QܳV\? }Ҿ1!i>>2BahʾYwa:]IZxd>pA ? pd & t:] s    p Ph(8 9D : BrFGHIXYZ[\]^Bbc/defluvwxy z   $ * lClibplist-2_0-devel2.2.0150400.5.4Library for handling Apple Binary and XML Property Lists -- Development Fileslibplist is a library for handling Apple Binary and XML Property Lists. This package contains the development files for C.bv6sheep11SUSE Linux Enterprise 15SUSE LLC GPL-2.0-only AND LGPL-2.1-or-laterhttps://www.suse.com/Unspecifiedhttps://github.com/libimobiledevice/libplistlinuxx86_64A큤bv2bv1bv1bv1f957611c605f41eb27128e3f3f88aecc075fc2592066c98c40c87810f337198a4d7f8dc302227cc650dc0a9d00a925074a7209f9c4c643ec110c603e79629cfflibplist-2.0.so.3.3.0rootrootrootrootrootrootrootrootlibplist-2.2.0-150400.5.4.src.rpmlibplist-2_0-devellibplist-2_0-devel(x86-64)libplist-develpkgconfig(libplist-2.0)@    /usr/bin/pkg-configlibplist-2_0-3rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.2.03.0.4-14.6.0-14.0-15.2-14.14.3aZ@a@aS__h^j$@Y#@X@X@TFJTAmgorse@suse.comfvogt@suse.commgorse@suse.comchristophe@krop.frsuse@foomaster.detchvatal@suse.commgorse@suse.comjengelh@inai.dei@marguerite.sum.szulecki@libimobiledevice.orgm.szulecki@libimobiledevice.org- Add python-rpm-macros to BuildRequires (boo#1194756).- Drop incorrect Provides/Obsoletes of library packages - Avoid libplist{,++} capabilities by using the library names directly - Use %autosetup - Use install with -D instead of mkdir- Obsolete old python 2 plist module. It conflicts with the python 3 version.- Update baselibs.conf. - Stop obsoleting 'virtual' provides. The package manager will take care of package updates. - Also rename libplist-devel to libplist-2_0-devel. - Add missing provides/obsoletes for devel packages.- Update to 2.2.0: - Rename library and all related files by adding an API version resulting in libplist-2.0 and libplist++-2.0 - bplist: Improve recursion check performance by at least 30% for large files - Add new plist_val_compare(), plist_val_contains() helper functions - plistutil: Added ability for files to be read from stdin - plistutil: Added ability to specify output format - Fix/suppress several compiler warnings - Fix: Return NULL from plist_copy() if passed a NULL pointer instead of asserting - Fix removal of docs directory on make clean- Update to 2.1.0: * Add new plist_get_data_ptr() and plist_get_string_ptr() for direct access to underlying buffer * Increase precision when converting PLIST_REAL nodes to XML * Fix several issues in libcnary (UaF, segfault, memory leak) * Fix copying of hash table entries when cloning array/dict nodes * cython: Implement load()/loads() and dump()/dumps() to match up with plistlib (Python 3.4) * Add new plist_dict_item_get_key() for retrieving key node of a dict item * Add new plist_array_item_remove() to allow removing an array's child node without relying on the index * Make plist_array_get_item_index() return UINT_MAX instead of 0 when node can't be found * Add index lookup table for large PLIST_ARRAY nodes * Add iterator for array nodes: plist_array_new_iter(), plist_array_next_item() * Improve performance of plist_dict_next_item() drastically * Improve performance and memory usage when writing XML plists * Improve performance and memory usage when writing binary plists * Allow building with sanitizers (without fuzzers) * Prevent store to misaligned address when writing real/date nodes * Work around misaligned reads in binary plist parser * Integrate fuzzing targets (libFuzzer) into project * Add sanitizers (ASAN, UBSAN) when building fuzzers (--with-fuzzers)- update to version 2.0.0: * Improved malformed XML and binary plist detection and error handling * Add parser debug/error output (when compiled with - -enable-debug), controlled via environment variables * Fix unicode character handling * Add PLIST_IS_* helper macros for the different node types * Extend date/time range and date conversion issues * Plug several memory leaks * Speed improvements for handling large plist files * Includes security fixes for: * CVE-2017-6440, CVE-2017-6439, CVE-2017-6438, CVE-2017-6437, * CVE-2017-6436, CVE-2017-6435, CVE-2017-5836, CVE-2017-5835, * CVE-2017-5834, * CVE-2017-5545, * CVE-2017-7982 (boo#1035312) ... and several others that didn't receive any CVE (yet).- RPM group assignment fixes- update version 1.12+git20170119.6a44dfb * xplist: Fix limiited but possible XXE security vulnerability with XML * plistutil: use static buffer for stat() * plistutil: Plug some memory leaks * bplist: Fix possible crash in plist_from_bin() caused by access to already freed memory * bplist: Plug memory leaks caused by unused and unfreed buffer * bplist: Refactor binary plist parsing in a recursive way * xplist: Get rid of setlocale() and use custom function to print floating point values * Node.cpp: let plist_t operations free _node when in a container * cython: Fix module build with libplist already installed * bplist: Speed up plist_to_bin conversion for large plists * Implemented plist_is_binary() and plist_from_memory() * plist_data_compare: Make sure to compare the node sizes for integer nodes * xplist: Plug memory leak when converting PLIST_UID nodes to XML * Change internal storage of PLIST_DATE values from struct timeval to double * Use time64 implementation by Michael G Schwern to extend allowed date/time range * remove libxml2 in favor of custom XML parsing * base64: Rework base64decode to handle split encoded data correctly * plistutil: Prevent OOB heap buffer read by checking input size * plistutil: Use plist_is_binary() to check for binary plist data * bplist: Improve UINT_TO_HOST macro, remove uint24_from_be function * bplist: Check for invalid offset_size in bplist trailer * bplist: Use proper struct for binary plist trailer * bplist: Check for invalid ref_size in bplist trailer - fixed CVE-2017-5209, boo#1019531 * The base64decode function in base64.c allows attackers to obtaiin sensitive info from process memory or cause a denial of service (buffer over-read) via split encoded Apple Property List data.- Enable %check as it is provided by libplist and improves quality- Update to version 1.12 * Fix plist_from_bin() changing value nodes to key nodes in dictionaries * Avoid exporting non-public symbols * Prevent crash in plist_from_bin() when parsing unusual binary plists * Fix crash in String|Key::GetValue() and actually make C++ interface work * Fix memory leaks in new_xml_plist() and parse_real_node() * Fix header guards to conform to C++ standard * Update Cython based Python bindings and remove plist_new_key() * Fix key nodes not being output correctly if they contained XML entities * Fix handling and storage of signed vs. unsigned integer values * Fix date handling to respect the "Mac Epoch" instead of "Unix Epoch" * Remove plist_set_type() as it should not be used * Fix deprecated macros to work with older LLVM/Clang * Fix various shadowed declarations * Add documentation to explicitly describe memory buffer ownership * Fix memory leak in plist_from_bin() * Add various test cases based on fixes * Fix wrong timezone related date/time conversion of date nodes * Fix endian detection on MIPS architecture * Fix parallel build for autotoolslibplist-develsheep11 16519583262.2.0-150400.5.42.2.0-150400.5.42.2.02.2.02.2.0plistplist.hlibplist-2.0.solibplist-2.0.pc/usr/include//usr/include/plist//usr/lib64//usr/lib64/pkgconfig/-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:SLE-15-SP4:GA/standard/6e04ef11c93284804d49375a37350885-libplistcpioxz5x86_64-suse-linuxdirectoryC source, ASCII textpkgconfig filePRFH"W@qhutf-84f44db3b5ac72299e6aa4a810aaee47b6eb3de1b2006483c78966a1f688a27fa?7zXZ !t/cT] crt:bLL h12h.WnhFYuՕXl4G/_tCpęhLЉGL`axլgIBM j+,ӂ،A.6,{DՇ}#id T%GbA%_y@eJYIFș91bkӬɝ@%DP hI1͎yaoh?EjPi=} uߐA-W˫?AcT brJY@> T3'ڇbfnߩlLvؼ6WAjΜ cA? :av.{g7V׌{R+p^%3Lj6x7 zqC)w}ϱ$Gi Zd>!ݪ=0XP"VOmi'<ܬ'Do oUEb#vM l<^bWz6IйKڟ* fwo&  : ¦BO`yTy1fHRuBơI" th  07g.o}a K*GKf<*ryk!;/Lӯ %2)D郱ԽPnAC"Ƀ ,04/qAK3XW=j#-()~-I&QSw`giviAA&Fe+GC,-@( *N[ E rئ_kJDd|ԣNF+!.TqrAj}ݬC#ȑ\򦷶7f_fv)JO胱RCimw~nbjYݞOw.˜_Hctπ>?oj P]?N&5jvt4Y&7}_.~nf(w⦆Y<9i7oKƹ-2ֹ[QUP⾢/a 7x^ \7fظM|ҵE93H]|Z4BE̱OoJ bMKbiBCe i W濾fΎNwyޘP^߫r7cmhcffٓOwX=$wf9ԅI"3 SA4[qǡ=.#pdo͚bՕR:-S/p.߬iPC if'=(8inbZ_y'c~F%AH=kO>[|1ak~_Q=6]яsJΠrrZz>z'!f1)s;{YxQT<ծp2UQ]b#g(|}UN|(B,5ҠOM%uu %)t;RsX)i昤vaWI'o U Vt+O} IǨyPpYW WǑ}w19s0OA[>%-qy-ZF$ٜGz?dLAniS/F D_jF]kTi+Jo.-nb{z Ba:GUQ0xѪ;4rgԫ ͫrLj!լ⢥RWSv\[ܿ '`@wYoA*O~7=]sfdH8Ur9ƶwdbrgSdxs%b1&{'OoT-Ӵ.on5 ~j?*abq'~Ϲ, UQd5yg=+9힛w!JZO-'oΪ,i)xqx9p5F{>j5<S=']~o^D* Iq /ۭnƕˣWpPӷ9_yG_1H!W@1>W;^_,CB# tr:ʳ'4x x\ `~8PK*ɃD>YQ_`\ eĹ,>c<Į6$(п^Sr7<98Ȏ ^]2zEfքT}XҠd N|=f3 UU:iPo<#>?&Lg]Z1܊ߣ/2ITbrCG,_6v8̐ݰX:{ p>GrH](EKBYf0M* .ݦ>R-CxG!I7;[W1HuHcl/aԐy'#8W+\$Ap:jFf3iJppQ.r0XѭMѡW p ba'p$.pFn\1͡MJԧE N? AR#h&ʉ;D!C?6_Gk'u J T{#7=iIq{NkbԪS_A8Sʅ"Sɪwu2n'Ҽr?U/kְVtfɌ9$[lzъC3Eī̶whx;'KiTGڗH^Qk_2ȉG {h893l "Hp+tqXkΘYp_E*9N| AH$[+ځ}.wmmkWnTZ4zjy(k5-JDª݊_ ?R 9 8rtL\SakU1( BR:k|Kg.X+;{5uiY%V4J4!2ǁS#—chK'CowFnF|z=^Iam1ߩPa.Ygz/]q}SZ{BOo~̇Ë( ^d҂Tk@ ![v|oK Bs@O:m>]znPNLHJ4 `1p02vgwYO*! ELwj hPcPc(]+*F"MC>>Wl~|ΐ/G(ꢠ)'jmXDmuyzά3bNNi f0rΔ^vww`hءqv&UI^D;5h9ymQ`Ε{73I~nB#Lf1FPq_7g/Ku P9je+r}/9; W;Vpsyt´ɉRw? j!1}& ݷw2Ԩkx^Q'hg,$s D=λ̙S -Ǧ-ok$K fA8442¡xm FAɮ%$ɦM) PSH(l[Z!+A(=ά8S D 53<Ʒ Y liH7rYwu0?:-ngK\Yw@]䑍~Xޭ1v/o%*VޮBe1/E=[aNbe̦ W<+(`מ'C Er+74z. Y *!v ψ,{1lYDtɁ2|{A ]uF*r:>PK8 )//]EiQ"Z)´=W|?[1CH6x7O]JOXׄ~+VoO_hK\OgaK v-T!ȢPq/x$ЭxK9i 4%HK{| AIֵ U#Nbm%rWu/ߌă[$u$bH 5FcnXASΞ:qMшts5Đ5^yZ,lqJR V?J sYax5GHo4 XVmVngWҋ 2}?Xs4ѧeK51E2}^oBMX0-w<@km&^^*#R-㋶ YZ