Revisions of libimobiledevice

Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1103810 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
- 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
Michal Suchanek's avatar Michal Suchanek (michals) accepted request 1091442 from Michal Suchanek's avatar Michal Suchanek (michals) (revision 22)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 947400 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 21)
[This includes the changes in sr#939092]  
- Add python-rpm-macros to BuildRequires (boo#1194755).

- Update to version 1.3.0+git.20210921:
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 841777 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 20)
- Use the new library name in baselibs.conf.
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 19)
- Remove unnecessary provides/obsoletes
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 836450 from Stef An's avatar Stef An (linuxrecon) (revision 18)
- 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
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 791482 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 17)
- 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
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 16)
- Fix not needed requires
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 15)
- Switch python bindings to base on python3
- Update version to 1.2.0+git20200220.3d8d13f:
  * Many fixes all around
  * support for py3
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 14)
- Switch python bindings to base on python3
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 616170 from Marguerite Su's avatar Marguerite Su (MargueriteSu) (revision 12)
- update version 1.2.0+git20180427.26373b3
  * Propagate lower level errors to callers instead of returning unknown
  * Added IDEVICE_DEVICE_PAIRED event constant matching the corresponding
  * Define htobe16 if not defined
  * Fix parameter check of instproxy_check_capabilities_match()
  * Avoid double free with OpenSSL 1.1.0
  * Don't use ERR_remove_thread_state() with OpenSSL 1.1.0
  * #ifdef out code which is a no-op with OpenSSL 1.1.0
  * cython: Fix build error after error constant rename
  * gnutls: check for interrupted gnutls_handshake()
  * idevicescreenshot: Detect screenshot image format to determine file extension
  * Add basic mobileactivation service implementation
  * mobileactivation: Add new functions required for drmHandshake / session mode device activation
  * lockdown: Don't explicitly validate pairing unless we're dealing with an older device
  * mobileactivation: Don't convert activation record if it is already passed as PLIST_DATA
  * mobileactivation: Allow passing activation response headers as required for iOS 11.2+
  * lockdown: Plug small memory leak
  * idevicesyslog: Wait for passcode entry on device when required
  * idevicediagnostics: Add HDMI to the list of valid options for diagnostics command
  * idevicediagnostics: Add ioregentry command to query device IORegistry by entry
  * userpref: [GnuTLS] Fix 3.6.0 SHA1 compatibility
  * userpref: [GnuTLS] Use valid serial for >= 3.6.0
  * build: Fix autogen.sh with srcdir != builddir
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 454009 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 10)
- SRPM group assignment fix. Trim DLL/library format baggage
  from description.
Martin Szulecki's avatar Martin Szulecki (FunkyM) accepted request 398366 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 8)
- Add libimobiledevice-CVE-2016-5104.patch: Make sure sockets only
  listen locally (CVE-2016-5104, boo#982014).
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 317451 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 6)
- 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.
Martin Szulecki's avatar Martin Szulecki (FunkyM) committed (revision 4)
Fix proper Require for libusbmuxd
Displaying revisions 1 - 20 of 23
openSUSE Build Service is sponsored by