usbredir-0.7.1-lp152.3.6 >  A ^|/=„;K\J&ͬeoF)oI}mD9etΩ#u_up'&T2za(. )yIgsy{OI=T.m|(EatnUXC_ rDOAZiA0h]p>!?!d   B8<DH[d{      f l @ F (h8p 9 :d FGHIXY\]^Ybc]defluvw!x!0y!Hz!`!p!t!z!Cusbredir0.7.1lp152.3.6A 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.^ubuild85JopenSUSE Leap 15.2openSUSEGPL-2.0+ and LGPL-2.1+https://bugs.opensuse.orgSystem/Librarieshttp://spice-space.org/page/UsbRedirlinuxx86_64:(F^oA큤^t^tUP}V38UP}^t3d06c251aaf5f929d0e46219b6d9a5cc4def02faf9dac7eef045fb6d19d7d17a8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643ac5737f0f82565fefb45bab58c1a7c0890ac8bf14dff1f4e62a67c013e420c7cd2a0628b47da96b2561cc2c0e8429513848e74ff291fcc429410b79c3fdd1b5e61090c7d815f218a9d2c35db246e6b07ba6da32bbc988c7499a2cd6c887eca66rootrootrootrootrootrootrootrootrootrootrootrootusbredir-0.7.1-lp152.3.6.src.rpmusbredirusbredir(x86-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libusb-1.0.so.0()(64bit)libusbredirhost.so.1()(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'mkravec@suse.comzaitor@opensuse.orgzaitor@opensuse.orgp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.comjoop.boonen@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*.build85 15896392850.7.1-lp152.3.60.7.1-lp152.3.6usbredirserverusbredirCOPYINGChangeLogREADMEusbredirserver.1.gz/usr/sbin//usr/share/doc/packages//usr/share/doc/packages/usbredir//usr/share/man/man1/-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.opensuse.org/openSUSE:Leap:15.2/standard/c4e41188b4b13173506d57305c7d8389-usbredircpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=a8ed25d8867adf8ff7299e0b0365c821756177bb, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRzN )utf-89bbf84071655d5488800505adeb980b9bf769dd4a0bc2642bf8b633f2f1a12aa? 7zXZ !t/G:Q] crv9uP1U_m^Eb S90xQ*b##9+yFfY$?+EP7*/Fum]n&ȓ&l0#ߎ_O~1{e.t{##gV02t4}TI`yHYYm3)狼n7cQ֩FY{q%<~w=+8ֽ)yiDp>]My$Ȳ̊@J4au2$"qL6A"ö.*֪G`!Gဒ FXtHk\T2ieIK'+GAҕ i0=Sdh $@&y*Jh5I%m8V1L7Slx.)eD0hC>کx8\g4Нk;Pz%V[8jkTћs I,cA@P@G򠷦{b4_L ΖRʑ31rc "2elBŸ`X4~'W9"#T [^yLO1t"{p s,#<6HK-`E0*GL,Fd@#zAMqtio| #dK!Rۼ$U4<$w!BYu?;H>,ٙ6m8r*K OQ_#ڬ=ʩ#E##YF]V|y|B%'=өM[Z^KTEC&tR-hrS=8@% ش3p=ְ4 ƚEJgo%<-JKv.@7]D䧑XV˝py #Xؘ^* ƢKڼꁿ'u84F-ytE~eI"7 .$R cWqiÂY Z/J ',q,XߴpH̲ŷT5*/N3RRRuN8qW0li0yN&(.B}W_CJa,IQT'K> # `T!S (^ؿ2%hS`:sU<DR,tuDd8ik[4 J3kTx Žu n]ob LAz G"2-f+h!+s$LE؏z}&G_=/AjVh\hnGGP}:=gS @8^ HUbOG5[jk ף$NvV{ǁ#競r")<h_~{ @X(}JDn$}tT Զ.(Puq4'EW\J}MQ(wqg.`+juSHZB"j wz~NqK;%!?{2oA܊9Dwb[v ;1tglf1uE͂ڤIhlibƐm Hɡl1 t"UHMWCϜ?9gl[ÁyDQҜrK%2Y¾$<œ{:oޞ$^_)ߏڨ[2JA ;zީvΡ .8lVذ}>2|c{l8;5(xU7u&\[= ϱ)Qf"A!9q՗z▾~Tkk|/jHmS@tc*c;'!} (آ)FQqav ?|O3z6˕ʧ%I<t977$\xg(Q=tT+wnY2J~$k&jh ,O/ҹ܂g (R?'bC?2(\jE@jsRA

PL@7b>>xښ {:,UO,w8q/muI̦%)(I5қTWXpXog3`v;`xl;od>$mz9)}${5-jԅn?Ps?}, I/jf,E<q+;OɠJv "A^0{k=lA2^"jmyB`z9Wޟ{ձJ)4c>*lLfZW$[Q08MoI۴KVW\`~Xyrl!ZXڟG?g$3, J{x P!j-ݬeo"fcA*=.\+55gџp&6HMBڻGcRjǂ)> Z*;wQZk;,z:鸐:#~OךIBW!rl*p\+Jq'_N[TZ`)%ЖXsBc(#",E >gi9}Y7?+ҿE(HHQ~ӯ\gv'IxGճ=r{9|T#Ean(E=EJߤZȞtrDqI( 8w T(pC v'}[ڃ)B+ˈ^̊}130 "&Q~18TVH4 "bTAy1E0w+2 M\`HӪIR;Ek1+5{vXC,6M%nf)F=x"d|l5ZGP#K\a)d)&) w2Q̧։:؅6y.Fs ˘?R}sBmK_\vBf5-!w4^%7'&էZA3"6peXP*X'ڎ"ٗ$'W.6*n8L/2llOT+ԑP\D_o=.Ǹrf}*pڨoMP8@EY .2WH g:y7 z٢Lٓ 7 (m's<eIL,^ѹ!>#[VϾĚY O,[YM 3׋xp%]MA(m֭#{^4!p gM5er@QG"UnbgK]Xêe$`IL⡫wj}MJo6USJ \iYv3kk(ۉElq=' f(nRLDk4eĄ}RHONO~#z|#}жv/?KހoEUuГ=-`hnճz~ d˯:c4(tCBvnOt k Y1.k7|"ҡԘ1 &v0slGeD\ş,b0-秉 *FE8!!@rfT[d.uՐ!͜B-JɊ7; ]~xn[Uwrd~KZfE4䱕۬b&9j8i@:@iR}U̠ %7X "_1UXsWzB4ե1S2$BPdK]8Ż!n1U-" ۆ3o'#uc cgˇo eSK1VN{/t؀fӑ;k|&DXEs+-і6s {y1cXA} Ƞ}eT7r֛B*/DqV S֖iNDhJ+7.C s!TOrX^]O]V'1d 4UQX"8XəN\kL^AIu(QGI|׫UH,xܶ5aek8Rwt`;Eh&w.d/#:]{]% ur3ITIlۗ{jfFo_~}V.tLyp0{90Ltkab㵞{?C\t p 7]-ڵ]!Oփ|iM S[{Z/tiI.`.=1_ýte1޶pJ`3np}/ծC7 "8rqFضeE︊Qxtgeyr׃(7-G{vS+c_G4lmivp50||,mۼoo= d…D1еlIdqZ 48t?-rqʛ[q%2zb7}KҡWZ)%$O>cs}<J?kX@jh n,<ΔsnSTjfBu=&G$yF/ufgG!IO#x9N`bA/2Qp$]lY]K.<: Z?\9h 0uUH4puJ2s15sҶ R#Q#k}dϬ(ЮY2$TZփZԐGem@nDEu` R' Uյ@oe_x40Gw7AMgL_`|37e܃C\,')fRB{r6ہG<) 8#PΦ" 7EIӀ^XB)]Tfjt݁60l 4DЭ[)4dNGQe m1AN BRw?*3L`H>b$rm曍oࢤE`_Oؕ? m^%yը&}ki{]S6oLI,c&?$ȴR{F3^@QI*Va/+  . _ |b܃Ps\֡\'r5n3|>/tǽCe*)svS>9R[3[n` XXe8<\|1ɋBo%@: $\$ 2Q +uy~ iܐe)):NCDC'^E z\fNN+6"\NDbd@0sUo/wV#A2ڤʁlebgK4^*73u>Á߱'k [)+ sዡJibs =|)<qzTEˮ,$C@Kg@r\"q!<ΣpW1^5Mb.nZiQn5ĽcE eԀCKff\P.Ҍ[~M ulF6y隷*m>DN_3ҩv-G\C3PPl^ xy\ Ӿy`8^VJ|2>lCa~nNZ (FsklQR6+]k:sߙ<=Y/5:&sbi͊>𶒋Ptp)0'6adOXcJSOsQr;^dž9n_Ĉ'c_0z/VHXVGhL SQyry6&TeG Mܶ1+i>|͂']4_,vGvԤdž6w_ 0ǖK]^ WWJΗ'z[@?9Dv,_yVG̍XUkjuRoy.D CљsvsuBb)n`X6K 2Ήf'ʵh&}Tm~|Vo^S"ol=o#^bF}¦/$t<63ly _ F* I|N!Z.A\&8EvU[my: >|Q .1Es7a _$9#UQK"D;L/5XLh8ָ3U'^Sȵ'M*y:YrDw^Xc lnw]*.9SF -wzDVN.܅1U`?#Rx 21X%^c4=<˽*Z 6 p-,P0UnEc17*c@ď܎C:33J}0 ^`%K"%) q4xd+ ]wFxv&=W/ )bf=xkMT֥l}rfݎ/VCL8.*P2е&)3wxT!".i3kvhuON-ѓrԈz >nhBꨰ չllv!aw۰8?buap&5շݠ 2ThF 4Dz<l D2"őǂzted["bQn‘yvS mҦN^jT?ڛ{ޱf q{(M{o1nha'[Q^xr2/*jKRF([r~!؃HG3Ad*STܱo G;`Q'3j#6P{y8Fq@4} :QQAZDoަNȹl % ]M+ka1oBzk;wqZ^1Q.S*`~^_}Ұ"lOb ߷n0 |*I pM#`U%䝭 Refc+K櫂)S,+I4 Gb$2SЍ)46jaM!uPi1O;Atj+P—1MVl4pq5 S8tiȌ .L5 M4yf@-̍{ ӟ38c<3An䭐WţSq#5}V,Xō84?¥Z"uHu7@T쿃^I`W l7K3@P^rAHml)]Ki Q ,\~M4JQ6Vi3O'=;'w-'.b90=0{:0ՊYAA/F)T|(ny\Trv.!a~s07ilÕYjF׷+rlqab('/TMw\ `>mE\9I}Õ{ad6Sz4J3Hg } $JȜ鉕YL3 \6j)k@?%fMrsβRHл;9g Huo7KzpMxO(~# 8AeXU'sQ(*r>+X}v}k4.EseaG**{Ie#IKn7hrOUၥZLce|?5`{XHNڑ*Ǫ|@Ԫ-aK`m.^ܮrwb]\{vOa@vz8@,\#k+4FKo k(D*B76>;I 7udP Y8(H%N=`1\к(1FNKST h ԥ Z C{c"$C1i o,WޘQKDhb(vŸb3ܼTܢx&Oxlֲ,]T8"-DZTP6i1.Yo݈{qM8b3. QbTXH M+)?G;zˊ=U&'}F8[T:󋡽)B!V,͠HRF# % \ g;l0';6?Q3u/v~&{RҷG앸^q-)fn6[#Ι>|^t!EF}QLrK9JIJ0 2lVH#%\T4{e*֜:yotR{P?_9;` 3!~`h`X\=ߨPɼ2h*9w4H\Ru+Lԁ=$utW . -<>GUYg&ДLA>U)|rq^T1.|-% cG_@ ɭ%qWEɾIk7i%7%R6B9}$w(|N9rĢVbHk@K5_tBUf :~Iǧ9+RK<"e嫾;I%JfQ9C ;8KxyB'X(ѲK SC$}ݸ}ZEsMrBXT|YQ$bx]iq<9+B<: 9 ;MZQOe{/rSej *'zQWl$88njvKXҬ$N/cV( QAt Uœ4M2W.ΑYh2s?/t睡‡.K$)O=F#krLjّ/ R;Mȷ2^' +ō;~%;z͇p+%/?",@oVZ1uY̬S0TO7zV JFa'}yZJ `%6l>aK%ְiz &餳w_2 C3#ӽnlXSUB" PJEzvK;߂]Pג1-8Hi(iDdv䅣 5 ^5ҌO80pcZn%TrHC9{%M5W0 VFH[i `"{rd3Wݹb4շN.(ydlSN_΂e3$i {N(xٶstv-D)bN^\eI*/,_48t{GCZ̀B1b>ҤHVYx?YYʓo5DFCW#w!lU~V_ax$@MDZA;'~ &=ϻШta;hͱoF9.O'JNd/կǛezt =E6׈GerDpIJzȵ, j94сV5Fv%:lbwxL~TH?uMT\`\s\2Vy񆎿ҙ]h[#;,c%`~A fҚp'_p-`zߨߦڢysGo>Mq+ah.k|p9.OK_G]'f"Qt'Ӗ߱=h,ŔęD 2vw䔉dfV8R?.4nÉ\lX8ȯKX 6Q-??nVxǿ܍N;1#w@-]{3 VQxݮWH{}V@a>;*BVTHjم ;$J_$ՏnϾvI&id s6rƈr Q'LRFar AFB4I{ uphQpzZM,Í4PGq 7&[WoI&S9dS[ &89ftd4%ِuWy17Ҷ bsӧGk-ʐnU As{sF40S\۫d=}LGOhub/{u<{س YZ