libimobiledevice6-1.2.0+git20170122.45fda81-lp151.3.3.1<>,Fĉ]p⸋/=„|+ysrB7g:ec<țbz-cLǬ@)pY&w;zÕ/ERG f*嚊X$.}N;F]t=%cݞWke4RuoK"!}ోuK1-l^oVNz jV3*bOVXc4nBwbdƉ.}iƁ3.F -4^lXQUe>C*?*d. : c * CTtz    4 Tdx<(8 9$ : >&@&B&-F&IG&\H&lI&|X&Y&Z'[' \'@]'P^'b'c(d)Ge)Lf)Ol)Qu)dv)tw*x*,y*<z*****Clibimobiledevice61.2.0+git20170122.45fda81lp151.3.3.1Native protocols library for iOS deviceslibimobiledevice is a software library that talks the protocols to support iOS devices. It does not depend on any existing libraries from Apple.]pbuild33vopenSUSE Leap 15.1openSUSELGPL-2.1+http://bugs.opensuse.orgSystem/Librarieshttp://www.libimobiledevice.orglinuxi586y4gBA큤]p]p]pX}be2bd7eb7fbafba6a05a00aabc5c91486e043fddd91c4e28de1fe1715c7b57cae237fa56668030e928551ddd60f05df5fe957f75eab874bbd017e085ed722e7clibimobiledevice.so.6.0.0rootrootrootrootrootrootrootrootlibimobiledevice-1.2.0+git20170122.45fda81-lp151.3.3.1.src.rpmlibimobiledevicelibimobiledevice.so.6libimobiledevice6libimobiledevice6(x86-32)libiphone0@@@@@@@@@@@@@@@@@@@     /sbin/ldconfig/sbin/ldconfiglibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.8)libcrypto.so.1.1libcrypto.so.1.1(OPENSSL_1_1_0)libplist.so.3libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)libssl.so.1.1libssl.so.1.1(OPENSSL_1_1_0)libusbmuxd.so.4libusbmuxd4rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.0.93.0.4-14.6.0-14.0-15.2-14.14.1]R@X@X@XWH6U@U?T@TAS@Michael Gorse i@marguerite.sujengelh@inai.dei@marguerite.sudimstar@opensuse.orgi@marguerite.sucrrodriguez@opensuse.orgi@marguerite.sum.szulecki@libimobiledevice.orgi@marguerite.su- Add libimobiledevice-boo1103546-double-free.patch: avoid double free with OpenSSL 1.1 (boo#1103546).- added _service file to clearly show the package origin- SRPM group assignment fix. Trim DLL/library format baggage from description.- update version 1.2.0+git20170122.45fda81 * m4: use python-config if available to fix python3 support on newer distros * lockdown: remove unneeded plist_free() calls since entire dict is freed later * lockdown: add more error codes * add new lockdownd_pair_with_options() function * fix installation_proxy when using GnuTLS instead of OpenSSL * tools: fix inverted abort condition in idevicecrashreport * tools: idevicecrashreport: propertly initialize buffer used to check for ping message * tools: idevicecrashreport: fix missing 0-term when creating local filename * make sure sockets only listen locally * idevicebackup: fix some timestamps that are relative to the Mac epoch instead of Unix one * avoid potential NULL pointer dereference (leading to segfault) if functions are called w/ null arguments * add new functions to get the underlying file descriptor of an idevice connection * idevicedebug: show error if container info not found * diagnostics_relay: plug small memory leak * file_relay: plug small memory leak * update GnuTLS certificate callback to new API * fix SSL version negotiation with newer versions of OpenSSL * lockdown: remove unnecessary check for pair record file during pairing * userpref: remove obsoleted function userpref_has_pair_record() * idevice: update GnuTLS code to support iOS 10 * lockdown: return LOCKDOWN_E_INVALID_HOST_ID when missing pair record * idevicebackup2: fix removal of snapshot dir during backup w iOS 10+ * idevicebackup2: add installed application info to Info.plist during backup * idevicebackup2: fix assertion occuring when copying non-present MEID * idevicebackup2: suppress repeated printing of global status when 100% is reached * idevicebackup2: use remove_file() wrapper instead of remove() * idevicebackup2: don't report an error when file to remove doesn't exist * idevicebackup2: fix heap buffer out-of-bounds write caused by wrong buffer size * userpref: [GnuTLS]fix pairing record generation and improve error handling * idevicebackup2: plug some small memory leaks * misagent: add new misagent_copy_all() function (introduced in iOS 9.3) * ideviceprovision: use newer API to get list of profiles on iOS 9.3+ * ideviceprovision: check output directory parameter for 'copy' command and return exit code on error * ideviceprovision: allow copying single profiles instead of all * ideviceprovision: add new remove-all command to remove all installed profiles at once * idevicebackup2: fix logical bug when checking for success of backup operation * ideviceprovision: fix ASN1 parsing for large provisioning profiles * property_list_service: remove packet length check when receiving plist data - drop libimobiledevice-CVE-2016-5104.patch, upstreamed - drop libimobiledevice-nosslv3.patch, upstream changed default method from SSLv3_method to TLSv1_method.- Add libimobiledevice-CVE-2016-5104.patch: Make sure sockets only listen locally (CVE-2016-5104, boo#982014).- fix baselibs.conf- libimobiledevice-nosslv3.patch: In tumbleweed, SSLv3_method fails because there is no sslv3 support, use SSLv233_method instead to negotiate the highest TLS version available.- update version 1.2.0 * Require autoconf 2.64 or later * Remove dev tools, will return either as proper tools or website examples * Refactor installation proxy service implementation and normalize code * API: Added instproxy_lookup() to efficiently lookup app information * API: Added instproxy_check_capabilities_match() to check device capabilities * API: Added various instproxy command and status plist getters * API: Make debugserver_client_set_ack_mode() public * Fix handling of clients reconnecting in idevicedebugserverproxy which previously didn't work properly * Flush stdout for every line in idevicesyslog * Fix shutdown of idevicedebugserverproxy tool which could hang * Notify user when erroneously using idevicebackup with iOS 4 or later * Enable build of idevicecrashreport on WIN32 * Fix thread handle leaks on WIN32 adding thread_new and thread_free * cython: Add receive/receive_timeout methods for iDeviceConnection to receive raw data from a connection * cython: Add new FILE_RELAY_E_PERMISSION_DENIED(-6) error * API: Refactor lockdown service internal error checking and add a bunch of new native errors * Convert int16_t macro error types into enum within common module, too * Add new "idevicenotificationproxy" tool to post or observe notifications * Fix overlong blocking in np_client_free() * Improve maintainability and Requires of pkg-config file * API: Add new LOCKDOWN_E_SERVICE_LIMIT error to detect service limit states * API: Remove const argv requirement for debugserver_command_new * cython: Add get_path_for_bundle_identifier() method to InstallationProxyClient * cython: Add DebugServerClient class to communicate with debugserver * Comply to strict function prototypes by using (void) instead of just () * Fix notification proxy shutdown process which was incorrectly implemented * Fix linking problems on OS X * Fix missing debug output which broke with the last release * Unify and improve various debug messages * Fix re-pairing if pairing with existing pair record failed initially * Skip printing long plist (16kb+) files to prevent excessive debug output * Move a few common helpers from backup tools to common utility helper code * Remove incorrect flags from afc_file_open() documentation * Fix various memory leaks- Update to version 1.1.7 * Fix broken app args, environment handling and memory leaks in idevicedebug * Make all tools print an error if lockdown connection fails * Convert int16_t macro error types into enum for better type-checking and * for various debugging benefits * Avoid exporting non-public symbols for better ABI stability * Fix failing backup process for devices having a passcode set and entering * lock state during the process in idevicebackup2 * API: Added lockdownd_start_service_with_escrow_bag() * API: Added afc_remove_path_and_contents() for recursive deletion * Fix last memory leak with OpenSSL through proper library deinitialization * Add new idevicedebug tool to interact with debugserver on a device * API: Add debugserver service implementation * Handle new PermissionDenied error of file_relay due new security in iOS 8+ * Fix retry loop problem when device requests 0 files in idevicebackup2 * Add trust dialog related error codes to Cython bindings * Fix various memory leaks in AFC implementation * Fix disk image upload with latest iOS 8 in ideviceimagemounter * Add new "dump" command to print information about a provisioning profile in * ideviceprovision * Refactor plist print helper code and move it into common module for better * reuse accross the tools * Do not crash if retrieving the system buid fails * API: Make generic "propery_list_service_client" public * Moved doc comments from private to public headers * Fix possible segfault when using lockdownd_get_value() due to always * returning success * Do not read files entirely into memory during restore in idevicebackup * Plug a few memory leaks and fix invalid password check in idevicebackup2 * Add support for file sizes > 4GB on Win32 in idevicebackup2 * Fix declaration for DllMain on Win32 * Silence various compiler warnings * Fix assert within pairing logic- add hard depedency on libplist-devel for libimobiledevice-devel * fix build for openSUSE Factory * I don't know why it didn't automatically requires it./sbin/ldconfig/sbin/ldconfiglibimobiledevicelibiphone0build33 15676856021.2.0+git20170122.45fda811.2.0+git20170122.45fda81-lp151.3.3.11.2.0+git20170122.45fda81-lp151.3.3.11.2.0+git20170122.45fda811.2.0+git20170122.45fda810.9.6libimobiledevice.so.6libimobiledevice.so.6.0.0libimobiledevice6COPYING.LESSER/usr/lib//usr/share/doc/packages//usr/share/doc/packages/libimobiledevice6/-fomit-frame-pointer -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:Maintenance:11011/openSUSE_Leap_15.1_Update/cba16e77ea0ebac2e031b9560fc38210-libimobiledevice.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=ef16bb6adcea8bbe0394269ec6789fed10cfde4e, strippeddirectoryASCII textPRR RRRRR R RRRR RRR RRRR-l(ʾB}9utf-8ff62339c2b7718b37c15ef48264ec2fdbd5ec36d1210680524acb42b6bec4ef7?7zXZ !t/*.]"k%K y-oQ͓cEPRD7j͜:7Uѥ[)ݩVO_dޯ4}?]o%dȐ">CAoPO yL;)HVj>[8/%ْCmZ-(q*Gs%HWmYyqM5sT\Z]Er'a.n$uUDȜvVFEVBT TA 9_eLtPP<rUA# aL@-|-/5Xx 1d j=\-kPp(61( .(~[\( s#$ĎK0ȘԜhHQ5*M+TaEW3.C1x9yi,H,K݉->i5g`Rj1McԉI+?"a{ r'8Fe[ɷ;8ͳeQkYư[b0ͥ냣|/-DtdfInX o޳뒘}#3w#zڵ%0 *|:XjC|n=*q=]oRxvZAUUg[6~P^0/d幛w| :ًS G $G姭IE`i62e2 3*0P'r-N3EmU۝o}0p3NQR/{%| ^.˔$qȦ[m>boZwH(_|r4< h2')bf6uUNrWŘڔ^Xe /1C|-T9)Nzq/~DEq`ϊ'}+j%kxƲ쒮&(,XCZ:aA3n}H8b _\4D'}&=V6>@Sa/ȀvӅ;ٿKp UPB49Iα+(4RYt<,>ghZL) cdtNcQwiFf}RG10Q*??ΓKkXL{Eog bV˻[z:3l$:}]赝w2G?$;{ ofhja?TtF>շ֝;>ç%sԑC56}a)CnfW %u!OՔd+w]ž/3ߨs|엽e0ui]MhTkuO,{&9,1Dhvk{ՑDvj;s4|q3Ƚ#iU96]yp+Ch^2ʬOkpDċP.׀_$^y~Jii3^6@{PYВOS<󣪇em>~ _o1Y NAC ) ڸRqPnlbT2gYO~MX0 o#Έt7mz?϶)P%P ~5cЅv3:K&Vy܅e wTӟgyMhCDJ|w]N+,!⇳},~?[FHoX*1WE7m]> %b^xg|[O'0Ym&o.Բ/|yEyT*ގoGawO=lI܏[ab#FI*ǐJRXNgMA0%O|^E=煭*By|QT?._L/вwkCR2ptI~]{O:E|=YӖGrںʖn0߅Eϩ/Ֆ0*NcLpX7>-P+I液gyA@={uQ%5):F\9áai5f,Y@ۛ1n,(GE2Xl+; y W~3_t̢)1`Ҟ~j)7wgikq"]B%D)<?Jč.и+Yp^wQ;ُ*pi7M@TjEo4ޒݧ~)@-YT*T3}R09cERw1!5u*07?b`Vp2zO2k% 4Ħ y4,k(@IkA02 7vCD~R)vv8[N~\t2q?0#6wuX4ly֝O)"JJ"9{ AKцn&['VOC$2T1FIhuD?;ޗA }$bEg<z[Yb5=ֶXa%kޫ,_]ԧj}eXMbqXfsQs- #)z8кcװ!ԴRе~xEZ%p>g#O Wq 33ߖh ,^YZ݃0 4&nNlsӪaDqY|=%LeJxcbP8@eG8U"t[]qx a֠!'pzmRf3 >K_G>Z ɀsT=W/+E ,0ۣ4ǖ?LiiaxĭpO @N=cxba^XkȟK1Х%,Qp y]fNUNwDôjol{ B (I@n}"Y^ds~P%JA7uOg% $w:;xB2/C~]>P+d@(l]OPX,syJ_ىVGge~Qn&}0U^^W$v(+i@"xC"Ñq;, nI|BIҌ :KjEtcR@2`H.q쵎F2vzF ٍeRP~lX4QEj1 H\ԋg.:&`%+QmD =\QH%W8)6w3=Lep|s ;VSa PzJ׶ %f|/`0_fJHUZа9ӷ8ѸJ }!]YӰ<^{`BU}IMS>0sdN7hwܝ)D|+\c%h^w ܘwR} 0mknDx1_ d^"qx\kx>ffAFלN+7s]+s;~E\V oNuJ@N\S;ty Wt.䧃=} G^Müj؆\D_)^]WH ȐO?,f[?H0rm2X`*bP'M?r^ŞSc ^y {USGjC3T1 gDV"=5=-l%(⭧:Ӟ)u|X{Cbӟ|1<Jy"ڥ/#3Bc,[M.|o83FzR/A^, +ob(RyEJgwZt:py67 y[` nVķ >t§=kok.;˟EZgMW0i"( NO zS9mJ3u7dI:eO_Iy:w"䛣C,g! c :z${ Ŵ輋\[ϰeC!`[X%Ń>l{@iEA+ ks7urg3A؞SS }swkSyR͠ɍMV߂fjwrʃs1#a:D4{FxT-54GujNlrJ&B=r w(9\?32'N0>wDs;ܒ<ْCVRP w7Ņ k¹NG0i 8=5U]  r5QyV7cIa#|x)mWE @avId4b:5#0 7̍CqC::RE*Oׄͳ$'\{1t-IǾV1h.霌QŁ._aO^wjjhdGm4\&{=G_qMXAD$V :3Ň M8VYxǴ\aa661M|=(<|$0ҽ݈~sX%:9NqJqUa׎ĽE z͌ z(C¯\)]y>Gʐ+xhO pULZƏs_Hdd)N4}b!7ʁ;-%50@!!S7 8,>p"wPyTWh|Φ diYh2[ U4 8fNc .]dE $/񨪼)ȇm{a\GsQBU Lȡ`Wu( {)]eDC"`=Pk4hoK@>A~CPTmaR!ONCo*nëZO56&Iw.U YZ