Package Release Info

libusbmuxd-2.0.2-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libusbmuxd-2_0-6-32bit
libusbmuxd-devel

Change Logs

* Sun Nov 08 2020 christophe@krop.fr
- Update baselibs.conf
* Mon Sep 21 2020 suse@foomaster.de
- 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
* Thu Mar 12 2020 tchvatal@suse.com
- 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
* Thu Jan 23 2020 crrodriguez@opensuse.org
- Software using pthread_cleanup_* routines must be built with
  with -fexceptions so a safer and cleaner implementation is
  used.
* Mon Oct 02 2017 jengelh@inai.de
- Rectify RPM groups.
* Fri Sep 22 2017 fcrozat@suse.com
- Use a macro for specifying library major
- Recommends usbmuxd to library package to ensure it works
  properly.
- Remove duplicated dependency on iproxy subpackage.
* Fri May 27 2016 dimstar@opensuse.org
- Add libusbmuxd-CVE-2016-5104.patch: Make sure sockets only
  listen locally (CVE-2016-5104, boo#982014).
* Mon Feb 22 2016 mgorse@suse.com
- Add COPYING to %doc
* Fri Oct 17 2014 m.szulecki@libimobiledevice.org
- 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
* Thu Jul 10 2014 i@marguerite.su
- clean specfile as DimStar suggested