| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update baselibs.conf
- Update to 2.0.2: - Handle USB and network devices with new options in tools - Make connecting sockets non-blocking - Rename library and all related files by adding an API version resulting in libusbmuxd-2.0 - Allow to specify source address for listening socket in iproxy - Allow to map multiple ports in iproxy - Lots of bug fixes and other improvements
- Update to 2.1.0: - Add proper support for USB and network (WiFi sync) devices reported by usbmuxd - Add new usbmuxd_events_subscribe/unsubscribe functions with a context so it can be used in different threads - Add new tool 'icat' - Lots of bug fixes and other improvements - Rename 'icat' tool to 'inetcat' due to name conflict with sleuthkit's icat - Remove merged patch libusbmuxd-CVE-2016-5104.patch
- Software using pthread_cleanup_* routines must be built with with -fexceptions so a safer and cleaner implementation is used.
- Rectify RPM groups.
- Use a macro for specifying library major - Recommends usbmuxd to library package to ensure it works properly. - Remove duplicated dependency on iproxy subpackage.
- Add libusbmuxd-CVE-2016-5104.patch: Make sure sockets only listen locally (CVE-2016-5104, boo#982014).
- Add COPYING to %doc
- Update to version 1.0.10 * Retry to connect to usbmuxd socket if first attempt failed (Linux/inotify) * Avoid exporting non-public symbols * Allow multiple connections to iproxy listen port * Add ability to target device by UDID to iproxy * Remove outdated/unmaintained Python and sftp examples * Update README and rename license to more generic COPYING * Rename header guards according to C++ standard * Fix a few crashes related to using old usbmuxd daemon and broken pair * records * Fix out of tree build * Fix leaking socket handles by properly closing them * Check for validity of socket file descriptor * Properly handle segmented send/receive situations to improve reliability
- clean specfile as DimStar suggested