usbredir-0.7.1-1.29 >  A [p9|qrjeH{65Wׁ H#Ru1Чv$gX SJ[n$lQ >Qu~@ *P{3="ο.2ݱZ@ Jٷʬ8_wDrqJ(cDGH>SVc^0JQ7rXT㵱@:vK3OQI[0B5v}ևeA o'֟vl,c8c085989efff3c8ede030a461ff1fb27a4ad30c99378e1887f94dedbb4e817f767c642ce492ba82affe226860d5502ab53cd725`[p9| Dw &{oWg&5^G 7HM"F[MqS=H$o_%JHwRBKf^ź^@Q[T1XmaYl;JLAp>"?"d   =48@D]~     8 ~  ( P R (t8| 9 : FGHIXY \8]P^bcdeflu v $w!Xx!py!z!!!!!Cusbredir0.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.[s390lp4SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ and LGPL-2.1+https://www.suse.com/System/Librarieshttp://spice-space.org/page/UsbRedirlinuxs390xIF^oA큤[[UP}V38UP}[61c31bf65b2f1cc0d0844aea8313bcd2d3374b12e7775e8c1395f984d6c04f6a8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643ac5737f0f82565fefb45bab58c1a7c0890ac8bf14dff1f4e62a67c013e420c7cd2a0628b47da96b2561cc2c0e8429513848e74ff291fcc429410b79c3fdd1b5e61090c7d815f218a9d2c35db246e6b07ba6da32bbc988c7499a2cd6c887eca66rootrootrootrootrootrootrootrootrootrootrootrootusbredir-0.7.1-1.29.src.rpmusbredirusbredir(s390-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.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'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.1s390lp4 15272969560.7.1-1.290.7.1-1.29usbredirserverusbredirCOPYINGChangeLogREADMEusbredirserver.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.suse.de/SUSE:SLE-15:GA/standard/6bfec528a98aa53039bb0b3d2b2fca26-usbredircpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=325d252e5b942965f8982c0e9e40dad8136ca076, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRR ct/i\`sutf-8f122ca9a7f3549ff27a9a8709bbbaeff3e0790531130dd25bcd7d54ff1024a75? 7zXZ !t/:V] crv9ui[@.k>2dRhTi{w?Rt#U*F.if_JG1 c ai2q&|Vf"h{ʊPQq) #~/TM– $LaH{RGy_<*hVG12@/| xqX+“Fxu]CWaϛVGfԣ3mhH~HGA] p)Zh=>;R0m8hF{TKJؗ[q.yZümA$$Ş c86pm]{C9@%sdP8_^UF8|1"A>S4߅x-EڃBۜzY/ ;65q_ "M rCWA=`"T ~> /k}wh;qWj7S}8U?)^om0[ )*e={)w0P¼ɾ? LǗvC[vD{;嶫fv>%hVA_B Fȳ [rx,GH8 g$Y?; r*恰|`h_UN)pcEsDjE^cw< g$A޶D./ˈȺЊK۶ojUo: D5AՎ^>漠- noP.zk."$lj k ay<0N tmyvn%Ǣ˚AE'.ݎA7+T8e֗iAPS^Y}BρzJ'CB*fޘU/X7ilKvba J Yq kNXx'^-9'@i$ٙQrxmQ 9qc H`c-[%>֍pFiF\6u2wa,݌dOYz^?ܻCx-†~84ǭkljVN7"NRC05 R~sIU5%&rCL#Zߧ:;&cL/:3>?_(>ĖmwWޖ?Ksֈ;4>PQڵQ"nt3{k~(M]q3xȻη`tyj:0>C&ɯ{(hC0,sE-ERqzF6Lb5q UDO;`Xc/>lcwB_F'c󬰊!V mIƋAcLٓsBT䃋;K>_0pIf} ^(vF^ɇjk4 *5<rZf)?=٘1ӣj\`.3_{^D=0܉SQE$!^}hv9?וȝ|S8]-bc Gvv_pW;ӛ'O?7?T"VG 9Zq~5υ&lV=^3N #T«}j+x29qY0#mUCk8@<7{f :j7V{rϽpE7]p-t3D|ݬ/@>u=2A[CET˄ JÜpޏX*R h/=@vgq3{dӵWZkHɑUrb6nƄ;=&wPٺz ;!zD<m1s w,x3l͟;vyVݤM؝acWCJz/+@ `.ze}kʼnм+%";M]$ !P}#eY{|] wAޠ$do-g>Hn8Ǽ} ? ^=z кFop2_Y?rD4\ż8Uji.]7)D|#6˪s6_ ;͝ECVORmvk!/ o(RgWE}FM {W4!rZJ?fҶnz\ ӹeМK[KdIldVQ*?78xw8S㳥Gz/vX0H8S*zsmgوGG'#$LP4ϋTHзDR8ncMi i?JsZe|Yp) ZފEř 5r/i^DW X0[ވݰE,KIc4Ŏ$SuY`ŖZg fZDf$2UW QHGt_3:(vWd] t〟V^c`\YpI2J IۯyоreT@<)*,WB0]X aD4UW DPhʋ̗ qEyxk86W@YilXe(Kv2! -5hL"k̖Fobkhḑ;Sy¡]ۡk*ȭ :lȵ]#8f"[c݄foLj+e u % #1 gD•y>DOB, J)ub昭`EG߈ SqwՋgYK~FwH&5NV0F:Ӎ@ ^!jcdS*dŠ&yL*u6-2Xa\l ;@8N=;>m< jȠL>Aqt@@;^f39]dn1߲~h1ѥi =OwbQ`# N,wp_vHƒjQf#QS~ .\dM.,M^[<˂[Iυ*#WHc׈Ap4G~|$aAKTu+>SmJ%{Ɍg01 (kZX Fmt߂8xe%Ft0揩SF@'E_Lؓԑe%gqf%<+[#*D2sÍy7@.<ĉxYъ!Ֆ+yu`?[)` !"CVs~ /fhZ_80ڝtz{<= H@KOnkbza$OxG+_:fO& DsD5P#ۣm=#a$VzDCJX$16 l 8$&jx .1lZ;T` |r8oQ[h]6&w/n놰4B} 瞻 K6R]jxidowKd`$jQ=Yp&j}G?yRFؗ3TE Sb_XsG]5biD[}/ϫ G;lTDڼ#oVFޚibC ^uF 4/OE;kLvGx$~%7ZƑq0v W?aߒW@\Ѯ;ڻ1ݯ"sH: :p&Qlr;r&~Kס|ҨZ- ,?FCP;jHš PC4|SekN>EgOBx {7?y;ۧd8G ocAN6^d=Is0-aXkq#։ԧyV򔙆P7k=70Х Zcse3S/_z@P)W-EK2y#-|X^dth7Bp37&V1swU#D[V:H}GE%Y}4W9_cVE"Xcs$вԣ5 M(ɬ>ℿZ`B6w%(c!Wq}*`қëH$8zGIK2|Td0q&j+IsL&;$^+Mh5.pTS3&$PLm$.aP˕\S(qtzXNxFň{`bLϮyt-/VPG%ynQsL|mηBu 8*of~o(K3I-$8 ޑoگ`cfY)ʭ{3Em+Y\˙>98p}BP#K-q_V_%{.6Kk߿o&'9|E͐r|xύpZR,hc`P94+ВnOL H:A g!=bWj??tyh ( 0W|euΪYgV6&؄|b*eToa غk&fFB?l 0c|dC]wr΂׸ i04P䂬U*:y}b:sЮ8<*%LHp`O 8Sq,,j 8ltMz &ŦR+Rɣq Yw:x*1mIZpZTL_ҷLu^1'@?%( UO<>8?ܬׂ9ʜ-C UN\X}8;VM lKM' }vBh PFβ[fL匯g&RT::Ahи7EI˼Jk* uߴ]~fHenjp_&uL>댮ISg}'#J9L9nl ]j_wlRI =]2hTJ_m5A <X/NК˞i:]t- 0j{h?f/l\wSk l*AF/Z ]:"WݺbҲGAC#mSȿe?o{V۩(>LY8km2h 沈θ#Q j4[֙髵ԥꃱ9": 13_ׇ,@]/9Y.-Gdв@+ڪ驱6t Vo'L!wQGf%7ݴs)Jc*G#ĉZ@*JHQl9^0Bn?\h~QH\b"' K2d(W`7 `}v_a&e|avJv$Փl,2cW / Ij5&ՕݙXAR!*Y Dhų!?}͉i*LKL\-R/zj{szl\X@qj6L?,f6нYF!=R_voh̼SK02q\c|m2Y*I(BZeg B#R[gh| ^u]D7veeY-[ Z_޴! beN)ן"6g)S8F_"cJk7TK!N,qᲮYU&YGdWJ@]E-^-˔ƠСhcR8Dy2Sl3%Q*l@yQeEtB]=D! sjf5?c~ޥ%Oj3xA{gh[VGgx3Y Id^-Ȅ}NGthl,:$Yass"_7zjՎetߧz]2H$Bwi }FpocQ4%8'LNTF{o,ړۼy5nX[<=3N<,UC] r<CmcL՝d<.&/e?K ӥۭ Yfs;*{ՆřkJEo J<7nV{r@ <3Oȇ@uoCxye1A Q=si;9{7CU7J?k~cy~>kKeO[.#Ax^]迺P?j.i3POq26";~i-l0I\3O4k$-y!7'9)s:&Y0"F6~@YJE"xַKМԾ=Xj"ѼNKyj`q/MB( } w {EkWjВl6,~˴D1kԘ񓖉jRvQp+ ;}B:t]({dYtgsJn8HoC$2C4وYclf a 6l{13ad3T$vXJZ`/)NUJ_(=AS0 ES4- =:L+r3jxASFzesd[d L_^d/:'TIҏrG 6LMFZY7-[{`mB/i1A"?GH.݂pzXy hmpRʕR'}n>l*^%*w۩$ҟK=9:\5Q[䠳YQ`HV\ka^"P02OF@bgHԧA;/ڛA!WwYUC #C3:ՅUkCd48 fQY8C<"<@ٓz'"_H4WoQrp3z]J;e0!iD%)73S˼^S_~fw2xy@IYSEzx?Yo: } Nɍ*E z*mʂiz@%@*PɊjҬȗBzA:} RWf;#8).*>54hӺ=te&*14@4"h|`mԃWLb F~?' F9@˗kpD<>㬂ui_~{m {crP #6?oҌv7-[_Z{¶˼>1Ǫlbڇ:Òc[z@~ D\hQ:o$(j/BzZ糕Y$cݲb $1]Ig78vO⏀ 6:i|msݵ*J$22~Vnh"TH۵tjn. Ҧš 2H<kohHO'Ay` 'N|aZʛI,ŋ6r苓L.A 8*_m&N螒1jy^K] % ѻKuG %)YzvvXPm[3QEOj%#~-r"70"3qpοMtgMhl}.SuHa:HM[rrg2&bz~6tŚZ^*qUl~vq B wK?5_"5: mQ̾wu7.#b={@yf9wOYw42kW[JGĨ 2s8AKā4UF\B˵j&fwh@d:+4AG8##5v˱D >-äGK3k paRlv`,SHv%_垨԰Mo;2SR2G[h#řAsloSi gˠbFq0*C3-TE=LZ8&Ivd41@[$nO_-Dqm"$~T@~Bu5 C =Lih1}7-0d=: ^0M0XS^USq&ﭘ~CY?+fp/,bc)4q=c[wX-&>+1{]Dqr,Z4u>mK#Ix8ei%Fgu?vFT|7ˌ.r>6\{9,hط/p$EuN +Ў2}cjȬVnzEr" ICJi8L DJn_[5s/ŦyuD[dMO8k|3 fv*\U#4bلkkveH^Eͼu[3Ðl}d=c-.ށ"8oD@pS))'}_=ju2K#WpXYs=g0R#]SXTPPṳS*HL/0I.IDR>8r"(W"*.نbPc>y^1}.}wv&ſ F([ j?i#gR|mw W#wÿ:c~VMR*0ҧ1JG07ꙺ?W"Ɩw?M]*k`Հc4薐 *CӺcSO&`U%#{&yt;}`j;piP]k4ŕaD`Rɐs{`^9OH]40|HQ9t;&P[5&Oڹ.P>,ټAiC ;U('N_ŃV%IK@R>Y=x@j)b[/L$ ԭݥG|P%>*`7x5Pn]VW+OocTO8V2[MpNhl;3<&hBa8%K`B4Im@NT&ešta !f> կ8Jee™T-qY|83aM!,h=$,H=ͮ!A?Ğ.yV> JE%# AjIѐ-'5愈6D9%zl۲y)0 7gw10 0$0o_:93cZ["B'}c/j(XD, Hi`?rjR/湋G}}G_r 'u YӞVIR>~-%*P|{ʼG333+wʻI2{{k5QRhA})$MRܼ >k1gpDN>7h6*Vz1]M2oC{W k-0N=VE76>*6ݏ%5|4sk Gv^Ղvg>P6a&[F٘+uqi򘩳1\kֆ&YbP\!(HW "Ԫ^Gʦ.'o/BL}nv6օ0CRXI /## @2HP Vu#,6Z|r(1fMy?0=[4MYX e,>>Bz| /3L7"Ht˚i!dj%2tir]] #-C8_%<[X1ͨ)$Vwb^FanWKE"TmLk*2Ѫ)#f. q g߼vu}w0Qح=e|\" SPd! VnAIG#<*W?V[}Z*khE z^tֈFjq)Inܖn`?o[ޣP{@0o8gGCPb>8p#,'%=.I/P)[~M!:?sPt:a),ʐ<[C,u&g)7 _9]fX/;DjUNTR`*@y61<߸W8|Wi1Di kQGzfBȃFjS^q04P1A-E福G&?ԣI8,οݘ'L)LY9]\|^8m3;>_lR`@0w ;o׀55Muα YZ