libusbmuxd-devel-1.0.8-5.1.1>t 4 DpQ(/=„pp k]Ea8f=fj{*xܵF^A[3$ypx0SzcECR>|ߑ0CgĔh*Cq:VˀM&%f>?իKġgUpKm_43. ⵊП2;y~tU]υRk/JXxZ2$q3BȱEg&~H9 +gQ(/=„+(Y?I$$t3bő!@Gwi ዳ>TYX˒(!Sr-K Q$6䯝#C67=o!aK8BBA{C"-i'틀h5{knЭ1,hn*sX&7)n[j~ApR2쪂NAʙ#$Y_w](GD:R_CmUcJ j/,8ڕ!:T?Dd  @ 7`fp    > Tl4(894:KFnGHIXY\]^Tbc:defluvwxy,z4Clibusbmuxd-devel1.0.85.1.1Development files for libusbmuxdThe libusbmuxd-devel package contains libraries and header files for developing applications that use libusbmuxd.Qzbuild20%openSUSE 12.3openSUSE(GPL-2.0 or GPL-3.0) and LGPL-2.1+http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://cgit.sukimashita.com/usbmuxd.git/linuxx86_64 xρA큤OġOġQoQgQzOġ3909f7c36fe7e9ab19664b67f22d9db43a7fa16afe528e3bb8badd0669da3d99febb4c6e7a7f144732d889255ec7280879157edbeddcfa82dba6e8ed9be42eb5libusbmuxd.so.2rootrootrootrootrootrootrootrootrootrootrootrootusbmuxd-1.0.8-5.1.1.src.rpmlibusbmuxd-devellibusbmuxd-devel(x86-64)pkgconfig(libusbmuxd)@   /usr/bin/pkg-configglibc-devellibusbmuxdrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)1.0.83.0.4-14.0-14.4.6-14.10.2P~O O}OW@MM2@M2@ML L LH2LKFK@Ks@K@J&J2@J Jx"JuJd\@Jfcrozat@suse.comcfarrell@suse.comopensuse@sukimashita.comcoolo@suse.comtoddrme2178@gmail.comopensuse@sukimashita.comopensuse@sukimashita.comcristian.rodriguez@opensuse.orgcoolo@novell.comcoolo@novell.comopensuse@sukimashita.comdavejplater@gmail.comopensuse@sukimashita.comopensuse@sukimashita.comopensuse@sukimashita.comopensuse@sukimashita.comopensuse@sukimashita.comopensuse@sukimashita.comopensuse@sukimashita.comopensuse@sukimashita.comopensuse@sukimashita.comopensuse@sukimashita.comopensuse@sukimashita.com- Fix build with new udev rules location- license update: (GPL-2.0 or GPL-3.0) and LGPL-2.1+ See README- Update to version 1.0.8 * Fix possible buffer overflow in libusbmuxd * Fix detection for Apple TV 2 due to small interface detection bug * Licensed common/utils.c and common/utils.h under LGPL * Several bug fixes and improvements in libusbmuxd's device detection and event handling code * udev: Set owner to usbmux on device node to make it useable for usbmux user * function usbmuxd_get_device_by_uuid has been renamed to usbmuxd_get_device_by_udid * usbmuxd_device_info_t member uuid been renamed to udid- remove _service, too fragile- Add 32bit compatibility libraries- Create and use "usbmux" user in %pre to fix bno#679159- Update to version 1.0.7 * Detect iPad 2 and upcoming next generation iPhone devices * Fix support for ancient devices running iOS 1.x * Optionally use inotify instead of polling to safe energy- Fix -devel package dependencies, libusb is only required at runtime. - disable static library creation instead of removing it.- ran spec-cleaner- Update to version 1.0.6 * Bump udev rules to 0-9a-f, should last for a few device iterations * Fix potential issue with USB transactions >=32k multiples of 16k - remove patch no longer necessary- Update to version 1.0.5 * Protocol version 1 support. Enables libusbmuxd to talk to Apple's official usbmuxd on Windows and OSX * Recovery mode support for idevicerestore firmware restores * Detach kernel USB drivers to avoid USB issues * Win32 support for libusbmuxd * FreeBSD support * Basic C++ support * Fixes crasher bugs - Added libplist dependancy - Remove upstreamed patch- Fixed incorrect summary and description see bnc#611595- Update to version 1.0.4 * Fix aborts due to transmit window overflow * libusbmuxd: close connection after enumerating devices * Ignore SIGPIPE, otherwise usbmuxd might shut down * OSX: add workaround for missing ppoll system call * Detect the iPad and let usbmuxd talk to it * libusbmuxd: support shorter device info record messages- Update to version 1.0.3 * Set USBMUX_SUPPORTED in udev rules for user space to be able to recognize devices supporting the usbmux protocol.- Update to version 1.0.2 * Change documentation to mention libimobiledevice, add a trademark notice, and make things more consistent * Security fix: fix a potential buffer overflow that could be triggered by a rogue device * Fixed a crash when we get unexpected TCP packets early (e.g. reconnected device). * usbmuxd will not 'drop' privileges to root (-U root is now a no-op) * Made -U require an argument. The optional argument behavior was causing some confusion (since -U didn't work, it had to be -U), so now the argument is required. Please make sure that you specify an explicit name from now on ('-U' will not work). * Removed debugging printfs in libusbmuxd * Cleaned up and improved CMakeLists. Now it should honor the CFLAGS environment variable if it is present and nonempty * Add a missing include to libusbmuxd- Update to version 1.0.0 * Workaround udev bug; fixes not reacting to signals * Do not try to claim all Apple devices * Fix libusbmuxd cleanup when usbmuxd shuts down - Remove upstreamed patches- Update to version 1.0.0-rc2 * Improved documentation * Fix install target for 64bit architectures * Fix underlinking of libusbmuxd- Update to version 1.0.0-rc1 * completly new implementation * uses cmake build system * improved libusbmuxd API with device hotplug callbacks * better performance and lower cpu usage- Update to version 0.1.4 * udev operation mode * better udev rules for non-Debian distributions * debugging output refined with a mutex to prevent garbled output * smaller buffer size in usbmuxd_client_handler_thread to fix connection resets- Update to version 0.1.3 * Proper fix for USB communication issue using wMaxPacketSize- Update to version 0.1.1 * Fix USB communication issue with packet sizes of N*128 or N*512- Update to version 0.1.0 * First official release * Adds iPhone 3GS support and exposes new tethering USB interface * Fix race condition using multiple clients simultaneously * Fix various usbmux protocol bugs- Initial package createdbuild20 13593514181.0.8-5.1.11.0.8-5.1.11.0.8usbmuxd-proto.husbmuxd.hlibusbmuxd.solibusbmuxd.pclibusbmuxd-develREADME.devel/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libusbmuxd-devel/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/a3861f610c5ccd7c764c9d01f26856c2-usbmuxdcpiolzma5x86_64-suse-linuxC source, ASCII textdirectorypkgconfig filePRG5'&+ޚd<?`] crv(vX0}87`  [.9PҌyBM#,O#\Jև*>lMBci7&d尼dw$JmIdVvی~5 jB5en KhL=5fRk}%DUش@q{΅; UQ,lj NXhjmkr&zs{L1y(lp&2L*N". lӞm̦e 㵰;"uD217W*PX%*"2ry]uMakW}lyG1;.HojY 7u7ƖWy V5E[)q(h Q`ƙx^WA-w8\|됁3tF97:)6>y_ Nl ML3P\3P'6#Dtg͞@}uY֬7hlo4di|%Xۓđ9_j)9r2Ӭ819>G;z~nYs5n-څ0ª~/O <*g|ԩ.!Q7,b27aS^bKK43f#/U{:H^%[ZьgpX.PkAn v-Et@bE(V9MKpϸ84rvv4 3yG8J# _iOBVV$kj_)9/6[i_B H, 2wÿ\>M'ӄ 繀E\d|%ZPPRW6* 9=Lo, C(UUXx65N8~wlAdiPqw\5&m?1 i)pĺ/ɯ *$Ԛxd6ks(K 4~̰.6.m$#TB G^nSN@_`No@|l#'Fۍ}5o R IUCϤ/W!U#kkHɹ^xȇ'AB-QEW.FԲRߙXT1胐+ p*/h|s?~' dB @Ќq9˸qY]("M_G: a0XNM.rKn,x{rru#$lm.bNxMb2]c7 .du$YƲzeT PȔ&SϘȊA>hgQ2I _:}OX9k;5`#ujsmz݄!M5>XmYt8CyZp{*h-X :U^\f -^Z() EK|x$)w/yu[,H1a{NALqZ3DtVvgjjF] R}>岆<ֱ263m7H%D9 \o}!x]),Pz~hyU;A ||YL|$TI[|ё/` 9F~(8+'$ L&!3W\ m;V0'ˎ}C$lHewFx`Yd)hU ,בaKN* v} Ć3sd.~IPD'1Ad>͐|Umz ?nad9gTBmW!W ɆC_H'*:Clr yqu+8\wW.$SZk VyA_jYsH̳PԄ $88ق H~׾4jC \X6Z3Jt(9L|NxY~\NJJpTOԵ*ݰ֏B~7*&|Ev?$[iBP{Fڼ,