libusbredirparser1-0.7.1-1.29 >  A [}p9|%4Sڵޏ :8]dQxM YaYAXsp8a9(^wڕ+-CʩyO3meA~OऒNDR e'>CđZT'* LM5C/iEfBI:zpmXJmD"hcC+}ǎjԣǍ@ѣXLϸ(qAM\+>뀁DBD 2M{"VmL]qˇZ.1cbc6638b97eec9d2b40dc67d65931cf05be46b48db1ec7f3a3b367894d00872f4178f7b7d5770a30006d8e684c6b1a42ab9de46ST[}p9|{J΄4 ugsZpן̵yx.}f@a ?!/) bry(yN-H'd rbRA~/Ez 0pA]ԑzLAWrqYhߍ'VvW8.xI&=cnX6%bhv=,UЈBg19ykJi+G \P#Wsql/ٍ F'Dl ֹU %&BpjA >pC?d  G<@LPi      V t|8( 8 9< : >a@pBFGHIXYZ[\]^2b>cd=eBfElGu\vdwxyz$48>Clibusbredirparser10.7.11.29A protocol for redirection USB trafficusbredir is a protocol for redirection USB traffic from a single USB device, to a different (virtual) machine then the one to which the USB device is attached. See usb-redirection-protocol.txt for the description / definition of this protocol.[}]cabernet0SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ and LGPL-2.1+https://www.suse.com/System/Librarieshttp://spice-space.org/page/UsbRedirlinuxppc64le0[}\[}\482e4d3be310893c67de5d50a6965c652e3b5fd50e1e9adcf42a07a51f8f2bf7libusbredirparser.so.1.0.0rootrootrootrootusbredir-0.7.1-1.29.src.rpmlibusbredirparser.so.1()(64bit)libusbredirparser0libusbredirparser1libusbredirparser1(ppc-64)@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1V@T>aP@P@P@P@P@OOOYO'N1mkravec@suse.comzaitor@opensuse.orgzaitor@opensuse.orgp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.comjoop.boonen@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.org- Update to version 0.7.1 + usbredirfilter: - force check to device which had all interfaces skipped. This fix a bug which allow a KVM device to be redirect when it should not + usbredirparser: - allow missing capabilities from source host when loading a USB redirection stream during a qemu migration + usbredirhost: - new callback to drop isoc packets when application's pending writes buffer size is too big; The threshold calculation aims at 10fps as worst case to give at least 150ms of continuous data to application.- Update to version 0.7: + usbredirproto: - The usb_redir_ep_info_header has been extended with a max_streams field, this is only send / received if both sides have usb_redir_cap_bulk_streams. - Change bulk_stream packet definitions to allow allocating/ freeing streams on multiple endpoints in one go, technically this is a protocol change, but no-one has implemented usb_redir_cap_bulk_streams so far, so we can safely do this. - Add a USBREDIR_VERSION define so applications can test against which version they are building. + usbredirparser: Fix a bug causing parsing breakage when receiving a hello packet with 64 bit id capabiliy and another packet in succession so that they both got parsed in one usbredirparser_do_read call. + usbredirhost: - Use libusb_set_auto_detach_kernel_driver when available. - Add support for bulk streams, this only gets enabled with libusbx >= 1.0.19. - Stop iso / bulk streams on reset. - Make cancellation handeling more robust. - Reset device on release. + usbredirserver: Listen to both ipv4 and ipv6 addresses on ipv6 capable systems.- Update to version 0.6: + usbredirproto: - add support for bulk packets with 32 bits length - add support for buffered bulk input + usbredirparser: - add support for bulk packets with 32 bits length - add support for buffered bulk input + usbredirhost: - add support for bulk packets with 32 bits length - queue multiple transfers for interrupt receiving - add support for buffered bulk input - only apply mult to max-packet-size for isoc high speed endpoints - add a do-not-reset device blacklist, populate it with 1210:001c - Changes from version 0.5.3: + usbredirparser: - add support for bulk packets longer then 65535 bytes + usbredirhost: - add support for bulk packets longer then 65535 bytes- Rename libusbredirparser0 to libusbredirparser1: The lib version has changed- Update to version 0.5.2: + usbredirparser: - rename libusbredirparser.pc to libusbredirparser-0.5.pc This should really have been done with the 0.5 release as API compatibility with previous releases was broken there!- Update to version 0.5.1: + usbredirparser: - usbredirparser_has_data_to_write now returns the write queue depth, instead of only 0 or 1 + usbredirhost: - usbredirhost_has_data_to_write now returns the write queue depth, instead of only 0 or 1 - when the write queue gets too large, drop isochronous input packets- Update to version 0.5: - Windows support - Add support for 64 bit packet ids - usbredirparser: - Add state serialization support - API and ABI changed to use 64 bit ids, - usbredirhost: - Remove bulk packets time out, this fixes various devices not working - Ack packet cancels immediately - Now supports 64 bits packet ids - Use libusb_error_name instead of logging raw error codes - usbredirfilter_check return -ENOENT rather then -EPERM if no rules match a device, this way the caller can differentiate between a deny caused by a matching rule, and one caused by there being no matching rules.- Update to version 0.4.3: + usbredirhost: - Don't crash on devices in unconfigured state - Restore original device configuration when releasing the device - Significantly speed up reset handling + usbredirserver: - Add a manpage- Update to version 0.4.2: + Add usb_redir_babble status code + usbredirparser: - extend the usb_redir_ep_info packet header with a max_packet_size field + usbredirhost: - Ensure we always re-attach kernel drivers on cleanup - Make set_config handling more robust - A set_config or a reset can cause us to loose access to the device - Changes from version 0.4.1: + Brown paper bag release, fix a return without value in a non void function - Changes from version 0.4: + Add usb_redir_filter_reject and usb_redir_filter_filter packets and an usb_redir_cap_filter capability flag + Add an usb_redir_device_disconnect_ack packet and an usb_redir_cap_device_disconnect_ack capability flag + usbredirparser: - Add an usbredirparser_have_peer_caps function + usbredirhost: - Allow re-using a host instance with multiple devices - Quite a few bugfixes- Update to version 0.3.3: + usbredirparser: - add usbredirfilter code, to help apps exclude certain devices from redirection. + usbredirhost: - add a usbredirhost_check_device_filter helper function. - Changes from version 0.3.2: + Switched to automake/autoconf/libtool based make system + usbredirparser: - limited multi-thread safeness, see README.multi-thread - extend the device_connect packet header with a device_version field - Add a hello_func callback which gets called after receiving the hello packet from the other side. This can be used to determine when the caps from the other side have been received and it thus is safe to call usbredirparser_send_device_connect. + usbredirhost: - limited multi-thread safeness, see README.multi-thread - properly handle clear stalls send from the usbguest - try to keep our iso buffer size near the target size - implement usb_redir_cap_connect_device_version - Call configure instead of exporting LDFLAGS and CPPFLAGS; this is now possible as upstream switched to auto*.- Initial package, version 0.3.1/sbin/ldconfig/sbin/ldconfiglibusbredirparser0cabernet 15272830370.7.10.7.1-1.290.7.1-1.290.7.1libusbredirparser.so.1libusbredirparser.so.1.0.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15:GA/standard/6bfec528a98aa53039bb0b3d2b2fca26-usbredircpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=59abeff9620e912bb7e2115663d7440b0a580798, strippedPRRfx:7 /(utf-82ebdc0f7eb52c27e8a23ef4abb0e367a403f1e53aa51a87306ac7e578aca2b83?7zXZ !t/ /%] cr$x#˶ DȖ[i:P辝L;!F [$*Yw? &`X5Zf3͖-nDI3MwsA'~CC?GAICz:;g!%t-Jдw:wR2Q.oY54 Io#8 jT8LASaXTgB%xɈK!KoiG }fޯ-Hp_ Ls@;B9ޚ?; 9b5*<fJ2IdV q+Y?-巪]õ #6ێ_!}vPtP닅AW KWu&p1C"U/Yn߻ sKlM{vWRJ2%\}-D=xJeT}xgz.}GQ@mNs|JkJdQmAA5x('6RH!{ i=n90[")#q2v?(lpDL޼ȳV0*^ 0SBy:H@'o}'ʧ61즞zmˑG 7q{ ?'q?8{ʝ"S ->PG4܁!ͦ= E~BƭG/"#+/SCܮ9k;Pd^ Wx:Icx$'fB{p=*1nmN.^L-:z=f10u%}; :n*[η,j$.>&#+ŧ fi0ؕjdj/kQB*$S|j8[D4f#fETF?rNHf??3~/bb(yIᐩfQ$bսNҏr&OK_ſ>+3\)w6q- öp`'g;08 o=նG[P:M %nG?ɪbdF-z TM~WJ _9XU'X$|^iC雜iwutsWÁ8_q1Zd`f`5nGnik `ow|q(QH]1 w"٨a ]AFlgy1K;6ʽ*2a7^Xe fXxцй31vdud.,xN-@ԤY *%pAGKxwDr"vζ'ڴϑ}#Ѿt6_7}u^!gxviɧ?L(y\$j}9wj4) |MӖ<}wlxNre2@/8?e0X?@lqQ5~bCU%ۅ/yTZI}Ȁcg cSYFgي9D}c nPh5@6ߡ>ӎ:g*옔ܾ̓U=% PY? ]CU>NQԒ\,Ds3 ^DGD׊'h"!#ӕv"=iUyO(:܈M@ 0K }O9BI0D$ߵ9PjS+: 7ꥌu;HdʢIP[ILk^ʯdmuGzFډTLlʚ.-y9 O>34b)ZqTT?-n{&h(^q"Xʆcj^a@hیFaAIo`/=|-܁z|NО],H_b߽\ 9hU`4ՕRB>ᢨMLZ&H 'S/x^?+;ӱ׃XUbE=)`.{UCdaySM_%{7qέlKXNče; e0mtsGD`Eq8Ubsbn7)@=~g.'̅ؓ} (Rι%-:8ZCBo7ǐI;K9X\Zr!e~*g ~}q4$Qsɟ\ӻ*Яеd=qp5BsII;RI.f5G,[JɞXytEr+Rُժ&^@Cxq56߳H8![ܜKFnhDp$$cϨ0"eUNLּ-#z<#ck]N_|w'q ҍ;'Q/ƚla߼쑯v:PBڔBQ`B零u3m!ZIW4Wpf_uo 1;%/HV+V\xٯ_贽 z7#ScO$zDۈ$.k6VIFKj@+EP@ZE=y3 b}hM戜nVq9˙8k}k0UL T^]pHRN(+*sD EU٨̜:&_.:I8=ץ(Ѿ )(paUl4"P{<KHW"kE!jڴݡNo@ޏKo~oגe3<5#?+-Q\H`N$/LFN3@aMehF}հ[uXOw1936{Ea:k{w%+r)zjw* Ll TGP* (?N6MKCU5/e3~=ۓ/0yz@I'{=8pY"k Iж=/01ՠ$3.5=eq9kIC+elcyXR@ C~gd#Vp^tt,ŕeTί-Κ7*RF*?]ߵ BRnHt}b"%XB*.. ւcz'])yhfYpCg'6ul+ҘqT4iIIΈ$ uJHzᇲ% 9_1y4/oDYsFo07Cmef֢E|h3V1_~{H+q8OƱZCň@(/$S*TTVUҖ mzLN1;X`p !6Ϟ۞VQM'baa T߇uRErDGeMj>3="D )E4c/Ap"#q. P+έp!?0Ʒ11Kn)5rjkc`d8cǮ|̾b 0Nن 9k&gbdymqɭZ6+dp Z+(>GigrBDNsrto'X %]TC@ ocRް󶦝̑ټUgz Oy:=Uj0\pSJ7uq>'FP 1ncM(Ii[ IT'(7h|9G['xR#6⁓1g*D9Tzh Cp\F=m֕`fx׏Bża▹L<.re*ϲK4{8>{+s%p&зhYyҸ2op9&]sBʹQs|.# ?=OY58d9yJVf " gIS?|=B4v)\űuhd[[Ѐ/7&` ~F]gܞ|F}V՘yf:wN)<=@1 =H~~+ hBBSiHqҰkqxɼISx.6&zt"GE@$zYB{M + 5J=.?S6hб,s 8*(?EIǏ,ìwI4a"GlE61lEAC"^cG("LۚoΕjVX[nY@ߜ# "k_ٸrrZ"Fa_T p"lˍ&EBẍ́$۱G0,KA'TђΦ 4=laR]r |"td%?Tt5bcJXEx%IRaffYG<%?>mlGoamyH KE{<%%uWnYF,HuS&bK^%2_m-C^V~~V4%+MRQ,}6>aE$t ~lB}jg?жF@.4(Dv-żoBwoufGiIOsoNz2W̝R _LTUEU~_+/hO)əCmi&EN+[edYWhU7˧ "F ]?[MÊV`. qݵ"j[#H%fbNw9V  b)xI:uVm'4ɛK7{tӮ6*Dvyg;| c5qT;.+:~,d%=V\E"0nX$n=={p3c3;@#oS egލtn[ȫ3 pGZESV͖ck]]4G+/> q im0lG1%G7؍_H]CGh@]p1҅VŽFӊԺj[f5\,ھ 7d8v[٧ؗ$Ȁ8WbNP؝űI1nM`GV!.+Mk]/ZKpW@\f|ct `u5" n.iedT<퉄,pKVM9@mj <~"Tq8VǪ[sO-IËĎ>~bSC#^p# ,4F$;I픆X:҇S!7ydDe*n_?]: J5W`l5B0>M 3}h/i dYP[}}~g%O|C7""DdQ4( GsWW`?#TB-# fd#1I%$F=J\UsM\_|GQag9~U!?nZf;/Qlt<Մs{ys**%$}É^E ƨLMCqg) sJL 7b  ҧou ζ"3?('tZB\AI.i?aF&~2z[p7Vޱbc"8K.Etdp_WS!e4'NZA *l!oY].&]B׺9A磦d\OYI sxqecEí5igW"o%w0Aѫ(F0D\9j>hA ,E`H8q`bPv !258/L֖|oщY-$ɥ̾snoazo*)8 j[W/qWbJ'q ع1ƐM{XUJ'VHP{8LIoY#m 4QJhWCuNwRؠM-p3H`~f] OG6bCK¹U{xۋ̶ &,Ϧ6ݮ )d0d5͎Q[5X;PZ?u ] n2 cB*Y&B=L/YaI OFțbϬ k͞nI4x>jp3 1WTˋ5R+*/J;gq_ƕ_+KȁR96ݹ"Y&ۣS4r[PX>2r&]\Gnox D_.>?DF2E`ٹk-:k6* :-b\ PfWaԿ@hFY[zur 7X8M8d"!֫:>kLȴ/q]6R|#Gh=e8`<`FD+T^=C%%l^0Oxb6l0.A~&TŸWFZƌK&jŠ|4*n7פW8 - :XSr_8al:RhՔ`ǝ,L|J(eb'#1E(#3X|EOmy&\t;ei9V|rdb]3H Uن ){n_q^jpQ"ˇRNFXy(#z1gU4Ax@j< 3FZ`z>Ls4FvlV2F/̤/2|6sHsݩ_bo{gq{=4vSUم7Rb|Q~_ )H8|ǁɩ +WQ42$jCzZ3oC;s4J(炱0|t  <]q:xdƔCVN*Tr2{4qh E(P]A׏.e4٣M}XXsrPCh^+2' _tWTx 63U#{^ L!d(n9H[!~DhDuZZkWɍayciuZ 7!MnIʧ QZUyH߄l(@_p$7 _&Ptw ,e=ﯦϦ=bsnDΰDСD#Lb0"GtJ|Sӹ?m=Pjr2Ns!w]}UzHМ_bc(SP~ă c=bOX0@}OV5wg85bmH#D+5o jZ)+PT!lN.vtKk:)x;rЊ4R"^~d~ alXX#OZ{vgΦÂҩ]Q3+B4 tX)P羒j\{`.~ Wc඀-T$+$ԤM&8ǯ²Fn=J(IO~őW7%O_"wz:V Vo u*h̀[STbtXmvI^Rl`$Unyo廵V1%eh)hqzݳShR&)yF6LCJꛧPQ(B,FO"#J61mxkDPcj(i.MH e§Atںz4Ŏ gp!.?>B:EkoT=%dy5ȅ=)O ΍ӥ2^ͪz YZ