libusbredirparser1-0.7.1-lp152.3.6 >  A ^{/=„Vj{!tA9?AJvxk`H?Emţ8͋2;ᮎ<6EK-i8Z jL9_A0O!) ;U*-DsQ2: =?]VeaiŭFbI }Y1(^>6jm.<=}Xf:`(QNj9w*L T쁐r:-K;s1J}_ flq[=v^q=F-H*156323ed81914ad69cdb19c3839b700e7439edac1b3ccff2e5f0bd19ee4d042ecbc80d359a8bbcb89f821489940f3fb69191fe5cNԉ^{/=„5$4 1cC7:(K%EwkzYi PELgL=U/aMƱ]ZjnS si".Lo"ג> X?}'fѤ"у8DI>8bXϢ02CT/cR5.<+.\N|J2#NZ}~7 [ݒ)MG$|z\ms;x#e#DAt׽TnnY\t kTI$sf(1ݸ[z>pC?d % L@DLPcl     : X`jt 0 9 (\8d 9 :X >{@BFGHIXYZ [\] ^Rb^cdfekfnlpuvwx$y,zDTX^Clibusbredirparser10.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.^ubuild85xopenSUSE Leap 15.2openSUSEGPL-2.0+ and LGPL-2.1+https://bugs.opensuse.orgSystem/Librarieshttp://spice-space.org/page/UsbRedirlinuxx86_64x^s^te6eb13c4dde6eacfe07acddf279b0a9fca00ed69a45d1ab518d0b8adb15b22c3libusbredirparser.so.1.0.0rootrootrootrootusbredir-0.7.1-lp152.3.6.src.rpmlibusbredirparser.so.1()(64bit)libusbredirparser0libusbredirparser1libusbredirparser1(x86-64)@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(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'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*./sbin/ldconfig/sbin/ldconfiglibusbredirparser0build85 15896392850.7.10.7.1-lp152.3.60.7.1-lp152.3.60.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.opensuse.org/openSUSE:Leap:15.2/standard/c4e41188b4b13173506d57305c7d8389-usbredircpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5b56882ddb204b7c3251eb9a0798d65d6e709272, strippedPRRRRRzN )utf-8b42ddf9e4ba6b54380169efb6d4f46a15c271f6af81c5e0bbc3391cdd4323c4a?7zXZ !t/z*] cr$x#*kФ;{"9т@it#U_iI%|R2 eX7WY i&=Sf]@xDf7S]7jjѕ gwؤgυTy{H=T>7-WzP;#D߃;xjb:^L5 pTYP g{[iÙCeTJ:4̧1EgDVOs&Yn1rgE6ġ3܌dĭҐ -czL" ~^7Q׻sR( U_Nfc(5YCI.{` &W-Ӈ2ksc,,NT >uJzADZwzXl8إı OܜVkY yPI`CXftkC.53+E9QL=`E!*nNQ (Ga ɀr4XOb|%;zD$Gi4=57>O) xq 2z6Eip^ EqzIz`A˽7\=<9>;EֱqE=UR6wg~s%lN7A %M`5_sf5"W JBpZ y L#9-%{r&3Ѵ࿠9_6 /7ӼE42觹,7ikW_}8Ä$^%~GgfTVM&99z ԬS#_{s06q8izǂBS|FNaR^&`dOr0S|dѪ :1M͕A8C@CA0;WGB-qI}UjӌbKU pjtJ3چv[j 0i2;pdWmQH&:2읿Q!cA(j!4Ү|T*z{,IY)|L_eBpjپVd-G)zaL8khm,_7! l~Bx-N̪; I8E+_^I䜽.w tL*g})%S|m ΁C1W_qh^ ɍ:mJ]xj0aMTDHEm[9 ]~:8-nl2՗mocx=ܨ2ݘJӐ]7uB3A>&HYCv73NDbfGG\E^u N%iJA^RLO#WF^x)^OUpYC2rq~u³30N;cav 3JgD 2f9k| VV9;jѵ74&ߜ/gۢM_{7 uȟs!zsWQ dSk1iI9Olfy`tx tǔ-;}Ѩއ0Lom o87p Lj?5$١ 3 QVq~I<@_Ъ/K,c[C4fHN}=s!^$8AA(Y\} ;ʩL!PHU(~K LF@_j mbaA50:_:Qą/ :&ʣx-ip}bB˴4"7 ,6\p>?di/d,5; +!Պ/{vmT-0̘m"ac RsDU!r)q \  I` =q g pi>>KE'+]odek%HÖ`֪ :v=c#s"wbœ$goN؂fkՔ3V zcH_u*n&ʏҽYdJ;3 > 4(JvoOđEvyR"{$CB5W2@g GQ=^Q |UD#]%+C`m@":(яBD}<0\ˈCef["9)]~L`ѿ8@tT'FT…WUxm =Ԓ.zz:k.JтxWeKIT1.āme}*ӁkL$iZwݫ'~}2pxLdkj>f!!cdW>V9[?rg ;̸y <;_ CWnl{<Gט8Q.A`#e&{h7T~bL\*TVMktgx*pg}x!K;ɂ@ICo$s$͋.xY݋5Qzā>ڃ[ *m*`ћN?w!/Wm%W~HPO2N䞣Tu#o}93PԐblMH#ы6qf$Dfᙜ5L\ zG#N9&vRgf٬b|glXG DUŒ;/o~.b_8͌MEQ@ ԇ!EŽNruD!%]4eRL6 Xoş4IbK^t% U+5!s,0>hx ;B-$j[f4\rZEc3~fxTE*`|mgYʁC+Zv}4cԈӯ޴TlBsA0­*# xq _N癞mH-Fߋ.7?pOJ:0kc D0$G1y~"$(9Z LuyIAбiygFVEڹ?sIy"LNqyMZJ2BQCHdŹ1\8V c&O)w.fW{("|L)yk9IR?;S;=w8d2".VKԚmYF{6:z(on~ȳ&mk_1Io"6[+h֝c>c4kWi@(3z l3kG.!n`#fxWwƭ;cWÅۯ;={5- B.!_NH]hDLԔA j`M%]^ў%j8ZVxcD(N:l$e_1“\6/pǟ䨈:y~Vg_oǍ.tvtWi[y_=wLXä, _iJ (Iߙ^ ~7fcZM,<􋑻&a=^po*KXN'ꋓ]]"KVc1HR g&-aIg)͊5^*2QMɘuyU1?6\4ŔFR<^X7}l},%?~EL=leI_7+BQ}Y΋t+NS5SKkeӞU1&itO\GWh&`Bz61'/$R*br 1J~0jJ?:@USjhb Ϩ=DiRʈs˙/-Gf7PU'**NaRZAۊ֐%E^c?LWG Y3;Lwcx60"IvdT_V&9*sbLhJN:Ufeʠpvu)-Sc_Y*;Ì?;V$ᯍ c&pHWVRRkr(.F[Z7 UV- @q+}I!B3TK:8g$&NLƞ_(d+|' GU" "!wyZ6xA,'&)~5xo^礖ؘ:Iwɥ# "pn_^!~4iιX[#`%-tioV z8'3.q8L#*yF_G6Ks;L+&6W .}`;uzsk <罀8[큎0Lqh oby#iNPG! ^恭ÆxË]:lwҷs1}B!@Yw-&269p嘶Y1~W=/z3E|t]hjǦFՎ{q7y" <;2[~&p$ Q6dg~ӎGX e0>FՖ<%"7VbCd c<@ گ>hGV M/~CY7`7SB$"'3",9?ƻPZphC{\gCnR*C%Jj` <Z9H͞sqƜa6H< o2$ad*T΂Շ5/iy\w[`e0r7([l }:ii)b/dǟfi9,"(VV\ŋAȤ4.Es YE (?q3o*c:s`RwՐN߼ChǰepGÀ剫{C|n@~h#*Q}ʖŤ@[]ZILMSȭف(V,ͳ$.9JNn>ANbЀ@Ax\@Io/R.y_;pۍ Ս4Y+使=X2" fIbQXeC^Ҝ,paF]og"d¼Ns?V~ݝ$  ^X?qi X"ҠNNpYV MC1`[hW y8F30c)Ƴa3{X $( 'CgQC2LXQqQ:>'J۪VN;^B(84+z]c/Kg^(R\6sgFSFhE~#1>7V|c:j=l{M S14PGBQǙRW@_ePn:K=?qP`hU)%z;$0:6Z͆KӅ$q?=Ӓ%ABu]6 y°-i FD``⧣t ΄Cѡ:s3;~rԳkE0|\$#$ozyo}Ml%GCž3G3ԚY e=/ CiM; ^iG/& P/5)uK-9 .>Md𛽸!8u*A7r,Cp@,F 2YơG$Ig.Z9 ]tg[7q[J% ckwܶopcjxe85C9b)yDPbG"[ZBS)L5;8[>?+x(C!3)6>C dvIڌ>dDc-:}CJWpMl;=EuIħyB3ZxffAB S;F~Dy :@ [GKKtY|Y,u7᪉Œ)N'A<1C:t&bQ)r yg %@T0qQXnmF!ەhJTh7r[emxq(a=dڸs:9ٲfDv~84@2&+(дRFy0tA8tEp9 EF3|#%@]߂ok'H[=0?1h3ŃOGTr=W⥽T^+*NW8&*FF aLd~6iBC_]6(LdLsm4><Ls`8;z$$#Bt E٘m#ؐaHJEvhvtْK/a,ߵVV7cDl- ]07pURi}`yHMкeoؤ?#ŌIa tqix,8\agp:^TO>16@Uat 8P'v7ֶɈىg@\r6ƌ:<' ㅞ=0,HqM XK,.eY&}`w?%Hҵ‒Y7f/mcN$qtXEuj4 K@8?#WKIدGZ2M0H r|"E_"2[Dp}}_CVA[W&Qry=jT(4MoЧGu^w* ٌ_XW=/`/}<U&J *f [[PUqh]|`'l]SWcm{- HSn*<dk,V'̞W)RP@;P;uX?jEޙ?`wD] sW_ZjXHK@N*\ƈF4M'7B c] 00H'A+~<5P,^*?5I4<'-oPy\_'} k܋i\m[] )n:^P ǓHL&K(n}uE4'}K4vz{@j(h^VP;ܽ1L(J>DmfcRѿSՆ[W95DW8 0hhVʬl/v6[U}i jΜy ()j!#E0sZ#I Z1{g3_VYK- .^]3+T%PkV9@.V=hgW(LM ㄶ9G#ٜ!@E,Z1l VhΜy%]"ah*o馀~8_<9%&԰")j7>2N61➭VƵN7A=BA=hW-p{+21W<Bdq<52RMR}.hn@q\jFX~JV>6>6VT/<4?0gY@!,R9?@Yh)σg.-xOlW38ogXӣĞQK`zjk׈_ ^cf$rƉ l*ؔTrtjul?`SkV OH+f6-7ZhsU=To^4؇6B )wuaҩ:QFmLo2 _6 9ځ-zT`FԮ扐 o9p~q<;JJnL1gŪ2 QuEJ5dd.b(?V8/y +tƊ G b4)ۯOU0jlxh.<|BtJT`#|bPE q<؏"b[kZs8nF<ۅhxsUEʙ``@BĜHQCQ2r}0ߔ;!бB@ M7!ݼZ:xoV;TcIsy)V>rGLu5*k][i3b + "M+A\_GNXi z6d ՛B;ftFb8Yn4 JoiX?AL쥁{1:Y& lXaᢘl?LHƍ\гHUք YZ