Accepting request 616170 from home:MargueriteSu:branches:hardware
- 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 OBS-URL: https://build.opensuse.org/request/show/616170 OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice?expand=0&rev=12
This commit is contained in:
parent
8517c5e3f0
commit
61b93ada2e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb23237ed34c0bd3a886f978622956d71a9ffd3cfaae0762add7cc8e4383bd6d
|
||||
size 179092
|
3
libimobiledevice-1.2.0+git20180427.26373b3.tar.xz
Normal file
3
libimobiledevice-1.2.0+git20180427.26373b3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:098c8ecb57f1fc65df71adaa950b4339fb9c73d13c1717c4194ff6bca0310099
|
||||
size 179424
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 12 01:28:19 UTC 2018 - i@marguerite.su
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 10:12:12 UTC 2017 - i@marguerite.su
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname 6
|
||||
Name: libimobiledevice
|
||||
Version: 1.2.0+git20170122.45fda81
|
||||
Version: 1.2.0+git20180427.26373b3
|
||||
Release: 0
|
||||
Summary: Native protocols library for iOS devices
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
x
Reference in New Issue
Block a user