libusbredirparser1-0.7.1-1.29 >  A [p9| _ gE;Z5 i@QX.Yw, u7G8m]kl=`A GnMJoHES@ P  A)| ~Mѓ,YŬ61y4KΓ0د!m#d2eL69u|_xS7U!qSo3>WTX)J6ˢdUٖY[Zc4S*I@PcQr\}V\-U[048f6b1c44aed99dde04955b376da4eba7914468ce6af0f5678145cd6a1eddb1420dbf4c791afa4adff303475fd6200951d94f90L[p9|(.!$0OQ G?Ɗ烯in:2xOSU^p%JQaOa! ߴE٭7ި'LẑtәpYisBf*7]31۳:HREH: ^vFvD[[<EԻ i֪Mm37B|P;CO<`"aat6( 2îwLX'k]ir~ PG```D4`(F >pC?d  G<@HLe     R px 8  (%8, 9X :9 >}@BFGHIXYZ[ \]^NbZcdYe^falcutv|wxy z0@DJClibusbredirparser10.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.[s390lp4HSUSE Linux Enterprise 15SUSE LLC GPL-2.0+ and LGPL-2.1+https://www.suse.com/System/Librarieshttp://spice-space.org/page/UsbRedirlinuxs390xH[[0e6010efce12757a724a9813d6b368b580760bda51de8e38149f3a78c9605b38libusbredirparser.so.1.0.0rootrootrootrootusbredir-0.7.1-1.29.src.rpmlibusbredirparser.so.1()(64bit)libusbredirparser0libusbredirparser1libusbredirparser1(s390-64)@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(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/ldconfiglibusbredirparser0s390lp4 15272969560.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-usbredircpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad531406bc275844a05b45d2b22fac2899bb7bbe, strippedPRRR ct/i\`sutf-85b4e35f663cc8969c1b6e2f62ce11e4b432d212b904c8752e07cc504a6a539aa?7zXZ !t/ '] cr$x#ԌɌCUu[kLwaIPMgW*]EnKI4B=DFT<ZkUu&$S t[dF6&*Jz0 )CgbPRXMz#yX;mW?g%"9h.Eз 158 l5Sy-<<ڊt;w<)~T3eqR &))*PQr(+cS59-@+k:AI%n+1,~4-En|0ʕNt)<#] cF "@[Y_ʺ)O,UԎ,[c>~,_2ݾvʿΚ<iqFyVN-5޼MġǥkC# !5r0 9>!IUBI%HV orE1v*`puTI/d^^P ˼=됑~OI[o$|]6xI8j$/ "HT u}^֫Bo˖_mQmެ 73P?`y$bx?@Fhssrc˝ Ϫ)= 'xyIi">'g~h#խ|@/{Ȉ%fT<5CUI`Sי|GZg!uy)OUUQ";TC= ٺ)D]nTxLT+.a N;**@d8<: +UDkO'#;`k< ݎL8]%}5wQ'W!Y̢6BjidWQ&#(gl@f]N)¥>0 8$ҤPkQ'C'uB+䮭=- e^;4ALd23) |CA+-^ sdِ_abTqk ;65x{ y/Q6 38CM iQm"JYHr%#atCb4~\^2/k,$.s>"A 'QaM.xI^ )SD#cDmne8sv'U3pͦ)dG|Myd~[H4Uސ̌4pP.I}?&9%G.(R2=RHE.C_82 _1toaϲinaow:N`ܫP"\J5\͆FbiAG&R@ĩM$ꋘk;Vx9CB4#s9}AY&떻`IZ߼CF$@37sw zYK|! t/ߘ|!o-;m$QG4s P _OE&(? GRdn/7 mrau:uC-R-H @7~55>`!nV^m?qn%/o yX0RI\߼#ShY()nckdE0sぼnj^[Tc.K:nQIxPhsTѻsHeރ< `@9咩t)" &|UPB%0i 7B07v[S?m 'N/׾ C83m@!Bp7Yƪk]{~&ƒ-VL=mO2~Fl 5@W. 5,C5>AwXP[71LX陿mHT%'ÓNH~Q9[ n&I~λhX%J_rpYnD,6-חG%H[DL 7ePhZB+.R*xL}d8"*_̾Sj ڽz w;|W~Y~ԆllD`mxõ6`oT.X)d0:G8%6A Jȶ %qG3~5R*sP>cS&]A?*RyzBkx 3+ )ِHd]!5=md_!I]2P\Lȅ5$`}R?g9h}߹ K7Y&Zfn*N1 ESJ-!n>CEL;qx~hXǷ۔@Xl ւ:?[KgSCSaRD#j5Z63Ew'|&fe&mm;.5DA΄.6X]KVե5Vu=8ΐK{T'#H":*,ey9Rfjq_ǕgVf>)Vam*VhXM7}2RU ؋w|ç#{ (+'q!)}8*TWWurC2/.&»NqV{kHNW^on8"FϏMr,#RHPޥ hG1O s0yp0Zr hFYQ_vM*cmr2 yLXnkʑKfjBR}%ܖ %W*еd "5?`.[ja3k+=B6`bL=pf>nkeΩWkrd0|f)=V#?# Yzo!1zuurHժ ldOs0\ aZyk}zvfh|'[ -(>w_4d};2RiQQeiAc = 6XLktlr޲/o]ޝ_PlSY7?fl<싏L*c!Y!#aɶrXYuE-Lf2L N:~RxLS%קu"g.}dtm\6NRr- I(u`bR=ݸM&F ^tcwe5 eMx^ >vm(w6-fHeMu^&Ge@]UA/WGc Y?q bly6I{9SB8mcX0%Ľ`^}%2ݭ=ȝY]Yhܖtq^@a1t. ûR$JGqʙʉ@k!57 ѳ j-2g;`/lOՉ' ?1}Y[v1H i&UY|)+og}IEߕ^ X4*9QihY oFHn8|2"z:+@1n.*)oto~LXckCmz, ǟ)rU5>JKM}DKu+5x*Slcoo`3~ +Z>(ar OWHzβLfCT?TXd1&ST'}(r|VEN/¾#=U1Dċ:{T9HϫiLxߪj[v s(? qM%MP3c}&#%ufpTKdl:ͮ8 JVHfЏ&{Xb~ !uRF}Y05b]k I8ݎRe9{QL oxsY3΢rDnC1D!]݂s ,"\Ҧp"qUBm}5EZ<w£2d%y Uܩ,-urʯԛӆI " LY,Sqp9lT^45_ԶY'Ty 뻗Nb2˶Q]Mu԰\}N}7"<JoB@p˜/_#-i#_]G`; չȅRY.P:ۊBF cL@?3l.ZYNkU1̴dPm٭Gccew L7#T"-HXysg[A%dUЧ jG gE^$b6(ϒIJ l8N*y r'kAt!|7r/5}'zZTMZ-)V(a.Uقu/o"_@$(P"0u\Ia5o-ϲ%W41`L4d*[϶Vp(F[=@uLÅD'5^Q6 5ًOikDEFJc(KGF' #;.N+pJS`WdN~S1蕌Ǎ!1=AԦ# \Z;o.n7v0Etڜ뉉,cRJdjHq[)4!$Ūu>!`hpհ:;dsLk9t$f5F\ vϧa$L LCʙ7YJ>=hĜ.K|~E 9:JI1_ N _rnmpT|3Iz'*Xv/VskUymU|)[1Co/`K1,>ybtd'aeU>ETXf׌nxRl;z A8 i޽.=RP.ogTiVn>[f:(Kl7iLbv$1ͱm;L- l~0,l&0pad$G4i n\L97)uC͊~I=G; ۦ&H wAجZܓסQHJ[nA9Exոl!$BZ0tcx+nXOmeħ(pJL)VNLxbYJ%hGf8:ƽUNL'XY[Z[u_F՟"9 UCR`ڣ\$S2}f0F%@{L&# Ѕϰ#R)B\q/bH٩Qjڜl> "G/"@eHhOͿ? ̨ͪ:[|lR_աN GtahYgB ɤ /rf6Rj Bx5XT`~JHhhx\IDħ_z#_ýt\Vlg(4dcHͭO%?O.q#:!s[ Pk4I).VY9NR'֠e(4lyсD1GL(K3+S3m8nQ {S^Zcoʶ2-QdpA# gY<)v3Ϥ:aq87Wީ?5ۢYY C&Hr< ں/ 7$MS(C|>&RcB%?w;LoKf#M}6#2mAhTH]ᶁ(k<7=2.p#utͅ PQtG: W\odnngŪz]m LV;@~N0lgGO$J06v/Trse55; BO ՈM of{vTTFpLs@)y*<:n5f|ft2OUA.f!NȬZ@B J"3ܺ 29:!  g<YSGD3SCۖ޸yO F4pRe)%J&irk6܂ҹc,!$ ȽhUՉVwr1-᰼\)IDo#CӚ;WJF{مPeG^hGQ/v sTj*t !  ʒItcNtГ֎fy9\3r81FI6_uX};(䢿 G,h<՞hLo*cr`$`V?TPRT:x3+p#[.Ml*>3=7 5<XbJ[vCpkCoG\%4u x#Qƹ]cΓ~N@]hڂ_sFmg=\F|x'KY7"@` W}ӑd:gaIл$Ί$P3ܚ谠P!;CV,YZE+B=&CV _zhbU!W΍/2)͗wU "e7hfM)* (jT,an% Ϝ?@3ZNcXנ"u~j#)T(, X_qPDlϙbed8 eנ ;ڇ7MYX>]ͨ l#s0CY nu߱GD叫 s&l;͕%i5뻨(RS*=k_yBE~IXdBx [wG||t Y%"2%#: /F5Jݺ+QPv f#w'ytXaHKv;.l\{Ig;"OTy⽩9Lc#c[ګ]JL*w8MMq+rJ1q_x :(TL8pUsNئ'zk~߀T7Qx W3PW 8@ML` ԗ\JnQ}ڕ|CQ!o!䊞H qz<$8=_|~pDaexPR6jSSg!O_ MŃɊ8^iKLrJ:;<#VWϳ(_esHΊ{?"]H2S]u3hЬJk;Rh^[K}Ӏ5=kݍo 8MKUà%=š_QvN58wygL,BĬc16Il0_1Z$@ &xǢ V. y3wˮNـ#<~EDžSI_bF^y'%Moށ~D*% 1iNt#c`paDPLHMSoU+(il,+Zy-AsdArtCeQYV2 d|b' *Jt\M8uo}5HryP:y{5i쇾9Nn)<2A Q:ǵT ή(]:aͿwsl5Ȇp&l/Q 5e^e %j^x 's}I4~gKkPIWKfTU2[LYZFߦݹR^`C}51 Sa4xd}?ψPݥB YZ