Commit Graph

25 Commits

Author SHA256 Message Date
Marguerite Su
52beb3adb7 Accepting request 288314 from home:MargueriteSu:branches:hardware
OBS-URL: https://build.opensuse.org/request/show/288314
OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice?expand=0&rev=5
2015-03-01 13:50:37 +00:00
Martin Szulecki
179c72722f Fix proper Require for libusbmuxd
OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice?expand=0&rev=4
2014-10-17 10:20:36 +00:00
Martin Szulecki
e59461c2c6 - 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

OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice?expand=0&rev=3
2014-10-17 02:49:38 +00:00
Stephan Kulow
ef7c302437 Accepting request 240998 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/240998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=29
2014-07-17 04:57:54 +00:00
Stephan Kulow
3c60e970a5 Accepting request 183893 from mobile:synchronization:FACTORY
Make actually the -doc package contain the documentation (forwarded request 183802 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/183893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=27
2013-07-22 11:00:56 +00:00
Stephan Kulow
ee43038078 Accepting request 182620 from mobile:synchronization:FACTORY
- Update to version 1.1.5:
  + An improved idevicebackup2 tool.
  + Various new tools.
  + Better cross-platform building.
  + Crash fixes.
  + iOS 6+ compatibility fixes.
  + An important API change related to service lifecycle
    management. 
- Drop libimobiledevice-cython1.16-detection.patch: fixed upstream.
- Drop libimobiledevice-segfault-fix.patch: fixed upstream.
- Change _lname defines to libimobiledevice4, following upstreams
  soname change.
- Update baselibs.conf to follow the soname change. (forwarded request 182574 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/182620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=26
2013-07-11 11:29:44 +00:00
Stephan Kulow
46781a6096 Accepting request 171135 from mobile:synchronization:FACTORY
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 164123 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/171135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=25
2013-04-22 12:08:49 +00:00
Stephan Kulow
95b38bf5dd Accepting request 149174 from mobile:synchronization:FACTORY
Fix build in Factory - for now disable thepython bindings... nothing uses them anyway. (forwarded request 149172 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/149174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=23
2013-01-21 16:38:47 +00:00
Ismail Dönmez
659df2cda7 Accepting request 127522 from mobile:synchronization:FACTORY
- Fix segfault without $XDG_CONFIG_HOME and $HOME set
  (bnc#768537, libiphone#273). (forwarded request 127502 from sbrabec)

OBS-URL: https://build.opensuse.org/request/show/127522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=22
2012-07-12 08:46:59 +00:00
Stephan Kulow
1043bad74c Accepting request 125548 from mobile:synchronization:FACTORY
ix build with Cython 1.16 (forwarded request 125547 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/125548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=21
2012-06-25 10:48:52 +00:00
Stephan Kulow
3da718c4ab Accepting request 114396 from mobile:synchronization:FACTORY
- Allow compilation on 11.4 by disabling cython bindings

- Update to 1.1.4:
  - Fix a bug in idevicesyslog causing the connection to close after timeout
  - Bump soname revision
  - Bump libusbmuxd dependency to 1.0.8
  - Fix reading from syslog_relay and remove null characters
  - Relicense ideviceimagemounter and idevicescreenshot to LGPL
  - Fix a crash when using restored_client_free()
  - API: Add sbservices_get_interface_orientation()
  - Update man pages and code comments for documentation
  - Minor cleanup
  - Add Python bindings generated by Cython
  - Bump libplist requirement to latest 1.8
  - Add support for OpenSSL with fallback to GNUTLS
  - Improvements and various fixes for Win32 and OS X build
  - Remove glib dependency
  - Improve restored implementation
  - Fix various memory leaks
  - Fix support for iOS 5 and later
- Remove swig patch as bindings have been removed
- Remove gstatbuf patch as it is obselete now

OBS-URL: https://build.opensuse.org/request/show/114396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=19
2012-04-18 14:28:28 +00:00
Stephan Kulow
e0f3451181 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=18
2011-12-06 17:24:16 +00:00
Stephan Kulow
4c2aabb6b7 Accepting request 92576 from mobile:synchronization:FACTORY
- add libtool as buildrequire to avoid implicit dependency (forwarded request 92533 from coolo)

OBS-URL: https://build.opensuse.org/request/show/92576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=17
2011-11-21 14:46:12 +00:00
Sascha Peilicke
81edeeeddf Autobuild autoformatter for 77142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=15
2011-07-27 07:53:02 +00:00
Sascha Peilicke
3ced58ac39 Accepting request 77142 from mobile:synchronization:FACTORY
- add baselibs.conf for libgpod to use (forwarded request 77034 from coolo)

OBS-URL: https://build.opensuse.org/request/show/77142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=14
2011-07-27 07:52:55 +00:00
Sascha Peilicke
07a685f09b Autobuild autoformatter for 71929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=13
2011-05-30 14:07:00 +00:00
Sascha Peilicke
c398e31c13 Accepting request 71929 from mobile:synchronization:FACTORY
Support swig 2.x (forwarded request 71395 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/71929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=12
2011-05-30 14:06:47 +00:00
Sascha Peilicke
1a45abd753 Autobuild autoformatter for 70132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=11
2011-05-20 12:48:21 +00:00
Sascha Peilicke
9ea81df8c9 Accepting request 70132 from mobile:synchronization:FACTORY
For dimstar, because he asked so nicely.

OBS-URL: https://build.opensuse.org/request/show/70132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=10
2011-05-20 12:48:10 +00:00
Berthold Gunreben
a0e83e36e1 Autobuild autoformatter for 57221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=8
2011-01-07 08:36:47 +00:00
Berthold Gunreben
8f9099adbd Accepting request 57221 from mobile:synchronization:FACTORY
Accepted submit request 57221 from user coolo

OBS-URL: https://build.opensuse.org/request/show/57221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=7
2011-01-07 08:36:34 +00:00
OBS User autobuild
92d6216251 Accepting request 49866 from mobile:synchronization:FACTORY
Copy from mobile:synchronization:FACTORY/libimobiledevice based on submit request 49866 from user coolo

OBS-URL: https://build.opensuse.org/request/show/49866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=6
2010-10-06 21:12:37 +00:00
OBS User autobuild
2162ae67d4 Accepting request 41851 from mobile:synchronization:FACTORY
Copy from mobile:synchronization:FACTORY/libimobiledevice based on submit request 41851 from user FunkyM

OBS-URL: https://build.opensuse.org/request/show/41851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=3
2010-06-22 08:15:38 +00:00
OBS User autobuild
a5ddb24d8f Accepting request 40854 from mobile:synchronization:FACTORY
Copy from mobile:synchronization:FACTORY/libimobiledevice based on submit request 40854 from user FunkyM

OBS-URL: https://build.opensuse.org/request/show/40854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=2
2010-05-30 22:49:25 +00:00
OBS User autobuild
9488e7ac79 Accepting request 36503 from mobile:synchronization:FACTORY
Copy from mobile:synchronization:FACTORY/libimobiledevice based on submit request 36503 from user FunkyM

OBS-URL: https://build.opensuse.org/request/show/36503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=1
2010-04-22 11:02:35 +00:00