python-imobiledevice-1.2.0+git20170122.45fda81-lp150.2.3.1<>,2̉]p/=„X ٵ؞̖_R% q)*AVE钶5i8,!4_g}I2H !nݐZJM@i:rollźr-rj =H;:)p=SQr SHbkяj/x}/f9ff ,I2r 5=#>萊W-I+f5HN4ذ:d5&Iw&Ffojϱq\"Aty%;E9b:MN\UC.>>'?'d1 = b  @FPT V X \  (h(28< 9d :2 F$OG$dH$hI$lX$pY$x\$]$^$b$c%d&@e&Ef&Hl&Ju&\v&`w&x&y& z' '0'4':'|Cpython-imobiledevice1.2.0+git20170122.45fda81lp150.2.3.1Python bindings for libimobiledeviceContains Python bindings for developing applications that use libimobiledevice.]pbuild79 PopenSUSE Leap 15.0openSUSELGPL-2.1+http://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://www.libimobiledevice.orglinuxx86_64 P]p354da9814423e273fc22a6c868d1c510fd620aa37c845ae77b3b47a76c03bcdbrootrootlibimobiledevice-1.2.0+git20170122.45fda81-lp150.2.3.1.src.rpmpython-imobiledevicepython-imobiledevice(x86-64)@@@@@@@@@@     libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libimobiledevice.so.6()(64bit)libimobiledevice6libplist.so.3()(64bit)libpthread.so.0()(64bit)libpython2.7.so.1.0()(64bit)python(abi)python-plistrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.0+git20170122.45fda812.71.113.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.build79 15676850531.2.0+git20170122.45fda81-lp150.2.3.11.2.0+git20170122.45fda81-lp150.2.3.1imobiledevice.so/usr/lib64/python2.7/site-packages/-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:11010/openSUSE_Leap_15.0_Update/61435a0796595d2be9d2e1a723e8cd08-libimobiledevice.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=65dfb79d889f3f83cbf3a77d9dd1c088a9723e8c, stripped R RRRRR RRRRm H@焒>utf-8664d4920089213e0010200420321b6b208c050737c0b906e7a4a1b3cca32aeb3? 7zXZ !t/<]"k%>a \:=›}:04 7lY|$!_b[ AS&ޖBki"Sҟ$?AC@2lp $/T{xK{h~~? tQL@аq~Q}nK嵺Le*wq* 0IxǨ8e'",cdi-Q{C>Yl󩣶Q2CX&?#NdimmgO UZ;bU7qn,`-ճeםLe Jl3MC']Z14nEv7HWt虜sYH} |@1=;I'*(2F7Řyc(s=} :}W*dtwH>*w#t0C&r 7N$ .rI]y@g]U!w;p,ab|nǖI=41pO龦,..` 3&=`7;1p YrN01O0S8=xεHs wa<O>8гG HI=AD| jV ׄxNel$È1y]ß}]邕RsH\j#u'IèZ -HLcBQP YjmW?؃cVU,Ԫ Igs AÆ_ջFY|c)2vl08V14HZQWJQp9+ mdȪdVIѷщas1Dz6/8%䝏5w8=80"則M>G.*wNd G>MORÃ84+_ 2{ئ[w_?_D0y<nzͲWEZ 3u+s+L N^fYmw x2Q,gC%U"J:P7Og=TF72L!{ `Z%p}"XZ|:\c8XYeiKrfdϸ4R83W FrݐK.AJksB]ZO e7ds;ӠUjB$]l|-O.<%B۷U2V}D s,ޢ4fz1'VCOޅAh-"-hU+&bKr/~J x Q8n98-[xkJ?~:Z5$:y-G 忩$9V@y|k'3SkGܹFKͿ!1]ӑ @Ij.H9EP(fNҐzP mp*@lo' RM/!zʾ4gp!G2kra&>lOK41 YZ