Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

imobiledevice-tools-1.3.0+190git.20230705-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: imobiledevice-tools Distribution: openSUSE:Factory:zSystems
Version: 1.3.0+190git.20230705 Vendor: openSUSE
Release: 1.1 Build date: Fri Aug 18 20:29:17 2023
Group: Unspecified Build host: s390zp23
Size: 429762 Source RPM: libimobiledevice-1.3.0+190git.20230705-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.libimobiledevice.org
Summary: Tools using libimobiledevice for iOS devices
libimobiledevice is a software library that talks the protocols to support
iOS devices. It does not depend on any existing libraries from Apple.

Provides

Requires

License

GPL-2.0-or-later AND LGPL-2.1-or-later

Changelog

* Mon Aug 14 2023 dmueller@suse.com
  - Update to version 1.3.0+190git.20230705:
    * tools/idevicecrashreport: Silence compiler warning
    * Silence (v)asprintf related compiler warnings
    * Updated OpenSSL-specific code to use OpenSSL 3.0+ API
    * 3rd_party/libsrp6a-sha512: Updated to work with OpenSSL 3.0+ API
    * 3rd_party/libsrp6a-sha512: Update function definitions to modern style
    * 3rd_party/ed25519: Silence compiler warning about missing return value for fread
    * tools/idevicedebug: Add missing default case for switch statement
    * tools/idevicedevmodectl: Add missing include
    * idevice: Add missing include for Windows
    * idevice: Fix network address handling in other code paths too
    * idevice: Use network addresses as is from what we get from (lib)usbmuxd
  - restrict to Cython < 3
* Mon Jun 05 2023 msuchanek@suse.com
  - Update to version 1.3.0+179git.20230430:
    * Updated to use latest libplist API changes
    * installation_proxy: Handle BundleIDs in instproxy_client_options_add
    * idevice: Fix connections to <= iOS 5 devices with OpenSSL 3
    * idevicebackup2: Fix missing break in switch case statement
    * tools/ideviceimagemounter: Notify user of missing Developer Mode on iOS 16+
    * tools: Add idevicedevmodectl tool
    * lockdown: Fix error parsing for older iOS versions
    * Support OpenSSL built without OPENSSL_ENGINE
    * idevicedebugserverproxy: Add support for 'qLaunchGDBServer' command of lldb
    * idevice: Fix OpenSSL 3.0 internal error on read timeout
    * tools: Fix idevicebackup2 option parsing for --password option
    * idevicebackup2: Fix option parsing
    * instproxy: Use synchronous mode when callbacks are NULL, as documented
    * Add new idevice_events_subscribe/unsubscribe API with context
    * Initial commit of working packet logger (idevicebtlogger)
    * ideviceinfo: Make sure all error messages go to stderr
    * tools: Use getopt for option parsing in all tools
    * idevice: Fix mistreatment of 0-byte sent cases
    * idevicebackup2: Allow passing backup password via environment variable
    * idevicedebug: Add 'kill' command to kill a (debuggable) app by bundle ID
    * Handle connection failures in debugserver_client_receive_response; also simplify the code
    * Add timeout and interrupt handling to debugserver. Fix debugserver_client_handle_response
    * idevicedebug: Process "Wxx" response as "exited with code xx"
    * idevicecrashreport: Allow filtering crash reports by filename
    * idevicedebugserverproxy: Allow binding to any available port
    * idevicedebug: Gracefully fail on invalid bundle IDs
    * tools: Correct misspelled directionary -> dictionary in function name
    * diagnostics_relay: Check for errors after sending requests to service connection
    * Add support for wireless pairing
    * tools: Print meaningful error messages when service startup fails
    * Add Reverse Proxy implementation
* Wed Jan 19 2022 Michael Gorse <mgorse@suse.com>
  - Add python-rpm-macros to BuildRequires (boo#1194755).
* Sat Oct 09 2021 sebix+novell.com@sebix.at
  - Update to version 1.3.0+git.20210921:
    * Remove common code in favor of new libimobiledevice-glue
    * tools: idevicebackup2: Exit on service startup failure and improve error messages
    * idevice: Reset receive length variable in internal_ssl_read retry loop and fix wrong variable in debug message
    * lockdown: Get DeviceClass to make sure OS version dependent code is executed correctly
    * Handle error cases in relevant code when retrieving pair record fails
    * common: Return proper error codes from userpref_read_pair_record
    * Add support for MbedTLS
    * idevice: Make sure to handle timeout condition for network connections too
    * installation_proxy: Ignore non-status messages instead of terminating loop
    * mobilesync: Set DeviceLink version to 400 to support iOS 14b4+
    * tools/idevicecrashreport: Fix illegal filenames on Windows
    * tools: Fix entering recovery mode on iOS 14.5+ which now requires a pairing
    * tools: Fix delays in idevicedebugserverproxy when using SSL
    * debugserver: Return success when a receive timed out but actualy bytes have been read
    * idevice: Allow partial reads in idevice_connection_receive_timeout() and handle timeouts more adequate
    * Fixed bytes/strings checks in lockdown.pxi for compatibility with Python2/3
    * Fixed bytes/strings check in imobiledevice.pyx for compatibility with Python2/3
    * Fixed debugserver.pxi PyString_AsString compatibility with Python3
    * Fixed AFC afc.pxi definitions for Python2/3 compatibility. Added missing public method 'remove_path_and_contents'
    * ideviceprovision: Fix date output by adding MAC_EPOCH
    * docs: Improve --quiet command line switch description in idevicesyslog man page
    * idevicescreenshot: Choose a better filename, prevent overwriting existing files
    * idevicedebug: Add --detach option to start an app and exit idevicedebug without killing the app
    * idevicebackup2: Handle DLMessagePurgeDiskSpace by sending back error code
    * idevicebackup2: Update errno to device error mapping
    * idevice: Handle -EAGAIN in case usbmuxd_send() returns it
    * idevicebackup2: Don't fail on restore when source backup doesn't have any application info
* Wed Oct 14 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Use the new library name in baselibs.conf.
* Thu Sep 24 2020 Martin Pluskal <mpluskal@suse.com>
  - Remove unnecessary provides/obsoletes
* Tue Sep 22 2020 Stefan Elser <suse@foomaster.de>
  - Update to verison 1.3.0+git.20200910
    * Fix service startup for iOS 14b4
    * Add more lockdown error codes
    * Add new lockdownd_pair_with_options() function
    * Make sure sockets only listen locally due to security reasons
    * Plug various memory leaks
    * Store application information in Info.plist using idevicebackup2
    * Various other bugfixes and improvements
* Sun Apr 05 2020 Martin Pluskal <mpluskal@suse.com>
  - Update to version 1.2.0+git.20200330:
    * Add idevicesetlocation tool
    * debugserver: Fix argv encoding
    * Update debug.c to consistently output to stderr
    * idevicedebug: Rename name-colliding debug_info() to log_debug()
    * debugserver: Fix whitespace error
    * debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUT
    * introduces optional `idevice_connection_disable_ssl` with ability not to send  SSL shutdown message. As in debugserver this message will be considered as GDB server communication and break things
    * Increase timeout for service receive methods
    * idevicesyslog: Make sure CTRL+C works when waiting for passcode entry
    * configure.ac: Add checks to ensure libusbmuxd is up-to-date
* Sat Mar 14 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Fix not needed requires
* Thu Mar 12 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Switch python bindings to base on python3
  - Update version to 1.2.0+git20200220.3d8d13f:
    * Many fixes all around
    * support for py3

Files

/usr/bin/idevice_id
/usr/bin/idevicebackup
/usr/bin/idevicebackup2
/usr/bin/idevicebtlogger
/usr/bin/idevicecrashreport
/usr/bin/idevicedate
/usr/bin/idevicedebug
/usr/bin/idevicedebugserverproxy
/usr/bin/idevicedevmodectl
/usr/bin/idevicediagnostics
/usr/bin/ideviceenterrecovery
/usr/bin/ideviceimagemounter
/usr/bin/ideviceinfo
/usr/bin/idevicename
/usr/bin/idevicenotificationproxy
/usr/bin/idevicepair
/usr/bin/ideviceprovision
/usr/bin/idevicescreenshot
/usr/bin/idevicesetlocation
/usr/bin/idevicesyslog
/usr/share/doc/packages/imobiledevice-tools
/usr/share/doc/packages/imobiledevice-tools/AUTHORS
/usr/share/doc/packages/imobiledevice-tools/NEWS
/usr/share/doc/packages/imobiledevice-tools/README.md
/usr/share/man/man1/idevice_id.1.gz
/usr/share/man/man1/idevicebackup.1.gz
/usr/share/man/man1/idevicebackup2.1.gz
/usr/share/man/man1/idevicebtlogger.1.gz
/usr/share/man/man1/idevicecrashreport.1.gz
/usr/share/man/man1/idevicedate.1.gz
/usr/share/man/man1/idevicedebug.1.gz
/usr/share/man/man1/idevicedebugserverproxy.1.gz
/usr/share/man/man1/idevicedevmodectl.1.gz
/usr/share/man/man1/idevicediagnostics.1.gz
/usr/share/man/man1/ideviceenterrecovery.1.gz
/usr/share/man/man1/ideviceimagemounter.1.gz
/usr/share/man/man1/ideviceinfo.1.gz
/usr/share/man/man1/idevicename.1.gz
/usr/share/man/man1/idevicenotificationproxy.1.gz
/usr/share/man/man1/idevicepair.1.gz
/usr/share/man/man1/ideviceprovision.1.gz
/usr/share/man/man1/idevicescreenshot.1.gz
/usr/share/man/man1/idevicesetlocation.1.gz
/usr/share/man/man1/idevicesyslog.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024