usbredir-debuginfo-0.7.1-lp152.3.2 >  A ]PF/=„#_$MyFnhx1V͟?哀6v9MY'j[BjK k๹@o1eahK-͹Ht)hGg0d0#?ZkvpƓ%Ä8)W=x ZYp^\ uQev eUw4qBuGiCSߌRdzjd Q<~Zmȇ"'ڃ;鎇ݗ H2bZ $^(oE`mbDh@qN}n"C[)!>pA"?"d % L #,C ]o           ( P   DT(8 9 : FG H0 IX XdYp\ ] ^b:cd Ce Hf Kl Mu ` v w! x" y"Hz"L"\"`"""""Cusbredir-debuginfo0.7.1lp152.3.2Debug information for package usbredirThis package provides debug information for package usbredir. Debug information is useful when developing applications that use this package or when debugging this package.]P7obs-arm-1openSUSE Leap 15.2openSUSEGPL-2.0+ and LGPL-2.1+https://bugs.opensuse.orgDevelopment/Debughttp://spice-space.org/page/UsbRedirlinuxaarch64&R'uAAAA큤AA큤]P3]P6]P6]P6]P6]P3]P3]P3]P3]P3eb293c797568804a374ecc50ab02b274f0de6e5b3167bbb6b297ece5e6f676f95f2c18d6a5fab65c638818597145954f471d7c996b3838278af38bd4f2d4cc6a../../../../../usr/sbin/usbredirserver../../../../../usr/lib/debug/usr/sbin/usbredirserver-0.7.1-lp152.3.2.aarch64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootusbredir-0.7.1-lp152.3.2.src.rpmdebuginfo(build-id)usbredir-debuginfousbredir-debuginfo(aarch-64)    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*.obs-arm-1 1573146679 ac378e69c94db32bacc334187868c395db02368e0.7.1-lp152.3.20.7.1-lp152.3.2debug.build-idac378e69c94db32bacc334187868c395db02368e378e69c94db32bacc334187868c395db02368e.debug.dwzusbredir-0.7.1-lp152.3.2.aarch64usrsbinusbredirserver-0.7.1-lp152.3.2.aarch64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/ac//usr/lib/debug/.dwz//usr/lib/debug/usr//usr/lib/debug/usr/sbin/-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:ARM/ports/c4e41188b4b13173506d57305c7d8389-usbredircpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB relocatable, ARM aarch64, version 1 (SYSV), BuildID[sha1]=b8c9bd6a148a3778e9ba780fd0ae65c64193e22a, with debug_info, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=ac378e69c94db32bacc334187868c395db02368e, for GNU/Linux 3.7.0, with debug_info, not strippedPl AK⬡3usbredir-debugsource(aarch-64)0.7.1-lp152.3.2utf-8dbf6348c295b7d50315ccc4a7d986da6881e4c1c62ada06a06a90c6f39e8eee6?7zXZ !t/1] crt:bLL F7簩`zT2y:eIbj^hiS_q2Q{0`C2LUo/)w^:f07xϕ3A0ޟy7>MX2V|fh/Ǘ* 0.6QD1##u)ғu,G ȯzfaKj:5ہO}H7j!j[-6YLq k#'D#fP?u(CMvyhCI~o+wKn%o #HB'es6DOq{Jr)2$<괖ͫM5,o\0 pϿ 59ӏ\n }$)(--K6K}fXȽp A^wפRS{Y ͹p/Id~<U_>֕ qG9+}GLA11a"?{ZNsz2 wNl8t~m  wْ'b]~`? oӣlO~|JhyP$Pі?[.Zvu( cONAKB l#W.تB+~I+$L'0k L7I VBUMXu*/riS8֜Y\ # ֦/  qw[9$~YSUIt%GNJPG`wA:@΄E{f*0|+㾴1*.Dpw3o2T%QaK.vS/m^NCPNWm;  8eHďH|-0Pg|/8'}C_4lw{v\SA3T A1 Y!DWSӶ,sקB.So!bN *j wďMCv  /*DuOLb&9{jI%H'61hǐRwQկ!)ط*ytLǏ4#3R̼(wu8A.ก)f*ў?}x! eNQ;+֐gl6wX%;GBA~tMa㠵UKڹѩl97r?+S*A֡QE>-m 睒Oʹ(*60KvQ[ÈfqCR^ F`97^$nwڄUF#Sb֞l"5NƬf<Unohq^vufV5lky!0nq̔z*V?>-ua\ZKvEӉ<9fe )u9d7 Yx0WDl, ZKT^SdkmW~\Cs۠X|R(<:M[)b_o0.ML>?,HoՎh@Y^I]U|Gd=o5:яbTwuL6. I3& \mY>vxB$tVU-Jn: !ߵ6%G,Yx8ܡq)֩xc{Tj)y xvD.֪p+3%A @<(F$2 g*avl(Dƺ)@μ-~}N[}v[Ya͹虈3ɣMWA3?C00axp IefwR7g;Qc&fu;WǨhD1 ١eamcϥW~1J(c  RI 0egJ`Xn5v<֧8 ĮwUu?YF*m[} AFt3rM:u1|×[j>ŴýO>7ֿ4̽'nZ m g$ջ&Jw3,-ʸfSd[2} Dbq*LC:hFP>-'pp]&ZeFbn @neF\B0Rde7֭~ǭiYSiP=eDAP 2ׂx'.jv.^U2oD횬0[ܓ}I~Y ףI' 쳁>'ZQ^o91raE݁g`+g4]$_H> w6\C8d\̟*Rn+{UOJ#5y=ϑky{|H:rୋOѓE uٹZvcy~!g-kxV*ɅCZOH҂@)O l͋5+8P@M#=ȦuqpEjF占nr*AP,CޛHWv/=diKBR:TBAKNkuey'})Y3{22X#u:j}0z@#d0o'Eȵc0iU=xETHol㮂uP,Y_+M;EDl8 { =괾e?cR[5*-_l_SeB[_GY6NY.#6E*94/<-aE`DX:pgZyʐg6 QUrOǘYi'h'#QڎiyXp8 ,:gzBR% "J&C_xŰ1"6S!r($*JΗA?^'WަF5>;*ufZ4Y{#g4u1/|ҘqgE YjLHB`ɰF]I;u2[qb- zYY9 2[{}<LX$kʑZ#HYu~3UF4HG9})$Q?eZpdA&r >&IZbAé ^m!BXt/X|6M.jȮTqj^@/E}#@JxQy2vu]0Y)mG֗ owS}?Կg6&Vj=+}mI#k$wr9|s{wᡫM 漆dQhZci)؟BfFm.M,N@r\`ЭD ն2mفJ[ye4BABnD#4ޯ*R@y_W6ka6x5[y?;)ˇ+E#DhҪx R,uoϊ;2o!Ĝ/qR#5>onh~r02t~L֞>@1bPx SU/t5; kP!:@DKY;N.F %ZZ9@*x~߃DNeñX:9_O/6il5-FWaO3e-hiiSz6dsԶҲ؉t~ ;xIl .D`Xƀp㯎E&&{t$91Ӿp/x]wYBP.[abi "IqeF v"LPQ{GUЊ"e:&3U,4x(nSb:V͡fk^U΃G/4X`"Är9~2o q* xENߋؠUGG=3U_z,mޅu> [B~0s? -' ג#yQNZm HMDSp? LaY0/qٴ[blsb-$p[QWt={ՠe#|ǂp@U1Υ[, .<ԭTtgD{?͸vC!pLa o(*|dCg> ɥ-"Ͼg$e1q4HX<٩-(I*Z-}Fҡs#u ua빆q1H &yErMcL,hQѴ}  ?1jY 9,lF+j > pj闳:X:[q|f -f$όx-IM qqϽ7ѣP\Ӝ 'Lyd 4zuT^ocLg%r0`맹JKdFb$Ԏ*'LI==;+4bR^<1濫kjCLʹ4mwX>{χ)_? BŸfe:ml#|@$] f%M+Gm'mhxE iSZJG_~VS_+BpX"x!,&f;_W؄}w6랩 7dlc#Ścp 5=!ͨ|լpmh]3bѭ%֗KT̀]QS15F94i4 ;﫜NcÝh{\ASc2ʰ> ]G|7+y鸋,Z6tqx/t?^^"|O:x.r 5h> dTwɓq,mYȬ_X)UzJ* CI-yLvPFՎܖ@Կ;/ͨ-lv !+BPEl ޲Sn=[rY~ه蝋G9L'uo~ ispXѽㄺ@3&J4VBJdεwR(2y-W;#^DӷhנqhUH WܬLPNi>ԗ[O6V\]ebA"lsF̑*y xy/ˣ<Xa3{|?@X#_/u | ͫr?]0}og?`NLCج4\ 4z%#:Nvy 8ӕA~Pip3O P&p㓄 yxYL0x!ʍD^.{E_0 Ӎx6 hl7ѯdyQk\IՉE@2-OJ.SN@%r7& 5A7LFXjl0zw?yܢ,ExF~_;)_1aKHjDRoxc\.9$X3,e!=}dNz~?tVStc,Еq0`{\$JLeު@C/D(z?Dz^O/0@w[=Xs~?2(|@Z6s]=,RH7Dn'Ъ >p"m$ĥq ĭ`FYko[s-pl`}u#s+2]jmp;r4`YC&a-*ȅ#ar?NXIK\X=Mh wFH\m]+RܷvuXRa` ¾ҏ6VZRzlpl28B1]PDT0DK(TjvkXv@`V i)h'h|To L~րgOYa Ğn(-S?_F)p%JTޚ"if c+k:'gn̮vIN%[I|U%X<->p5̴v1~ k|J}$!z ReCߩ8ki%\iq(j PCG+r*V &R;ʛ^+e#? i-',am?>u~^lzێwMOCB+/#w/DwaoȹSJ;䲢7uŋSGk3]|G(;:`T*YOe򧀼/G߲ڈ|х!LvpZ`ל̹^ϧ%ղ,d2i!;,BC?=0O_S3~ *pN-FguM lN2~l"MVG -Tܓ_rK& ~n1֋3ׅ>"H6k]λj"A4p<*&V먋nElZË?/T9shFRdž Sy@:d(] O$㪉KSHQI&'S2:{ _KaMtKU,> r@[8A.5yxĢ~E1|jݿ\Qw.U-^T/4Y,!d_<E <[0'|/--\=J!B9m\-nK0."p0N^b>?YCeq qp#5^#tF^3c*܌H%nznLEFW^S2Ye F5>j|͙q,+%BY`C݃o$pm$Ӷ=D qN&GLLWYm;у4| 2Cfr\Ԥxd/sfkzyaHֳQ{pd夙J~Nҹ#$3If$/2M }[3@"ɖMxfɞrSGQ.4cu;TK\/s߮j6ݼ(x `Q/xwl[CD VDBr"]1ZWIȞYPƶ6VOiu]iHF̺L? RQgr3(aX'SC 1PMC,%)%Rk}zRPR>v?Ddĩ\WB~H@Dmbj׌u"Z*.3pƼqcIDbSNí-⼲uX<@HuCDaB;viWaɬ+٩Vd]^H(,^Lz%.<;"ǑУSXQY0JoZeQ{}cŶ+RhF`U{m7MZڪR ;ݨ y̱'o*uQ;J`tcF'Eh=B8VzaMG#vnukE" e\6_1qnuVgcKv]ʄv\7('vtX_;lJJRXGp%nm8dwfq5:E6F) E|`|k&\ |t{}5HcxS)5fŌ#x #'E5-V_Vv Y{5b=hX-y6Ӕ؏:}$cFW"!c3dn4KSL(?֬xt6Nqz~~)>e{y*=)M4iܹ !F$,8_DHI:Cc]Jh"m n謯YCl6o\Kd%W8Z7hC.bk}BļL k"rM.cy9(aky@@.[۰[%H#gB{+"3\-ɺR I@J(Χf#d0hblt\b%)2{[d4$1t!PQNy nt$lEɀzf_iQm.O&fGDJרUGr?*&lD14hv#, 4݁x҈?DdY.(E=6A/۹OGh L yșD\fHR#~l:^96l.Cqm)b=7{ $ԐD85%ywoo_ӱ/MP$8{u*D8z yJ$hYKpi$ TG]}I,D^"ID XNZ 85ZoC>/94*3nsIEݣ)eҋL`pg׹ ?ݖ(,h)ݽޑH?!X,?BV-{x7H桘%0O8z\/q$?5а7-y .~n7F)8#s4`^M`d۔m}|̀~+[(uc2,'=/-eY7#S$Bi }F:P78lFFOs4jc, !1?O/<.H[%V$^&cF9TAl%Qos}q (DCg l*]ȄBk1EH,Уo%.4?Ǚv~ 4]W`hW%* Iݖ qMq~p[ѥz`c)*ߌ0s*ŮAC{r eObcE 3d8#^x,N 9@֝{ym˙@Gb< !`RIʚ}bv*u$c]G΋ r 2R7`*=/4Ӹ:h~yǦ.8f jTsrX1D "{Y/S1s @8SzΞa.+-l.Hƍi0rGYAQ)g%GOo>WہZ d9Y'N963r)knbؘοa`zLÀX=r^C+e UyVD23ѪOcW'IϒhkT `Ӿ1mF6-&v Izco02$""NgiEiy $F7WVԒ!``ieN>`#p!ƙ1WetJb`Pu7_B|vGll)bU9,x>^ZBF/8Fn5#7hyj?B ߛ8{ W(=54&..o G9ڂtY[կԾ?Jt'pqb`0]<`aGaAi~H˘C4AfvhZn@#JB|7㖉?x3smb"\' oc ӊׅ^W;-N/,ge`콯GDSY""4JLci@ggh)ѬفԆ!+ܝ=pКqP6%=)/K CمfZbMRoV?~(^y}9&{"w?UMF(>W'E^GgE`zpՖqCh«GUV߉lH;K.G]=.N$LV{Q*j|vω(l RzOo@ݻ^8q̑_rB9PL&7~U˗ȠX+gZhaLwϔ~9+Ly7EfpK15H=u<2VOj*hS}tJ/m¨{DtOSz]䄥o\>KVm5Ae Lhw :$1 tsXR3MϸAFV 0ègXѽHxqYU"z6 B|ān~Jd|i1^w>A<[qxXR Y6Na&FRt +zjpM[=]^A6W`e9$qh͙x2BV֑ w7di\zgr ?)|B*C҂!È ,KjjTb3GX>opeyt H P*/PwG:U[w8mx,6 1,)PEr.Tůk,>Q4̺"e 2POg^[6.H4KU c EiE\Ұ|𙗀*(\1j|3}`5.=E$DdQF1В1D=2pHU8Í3;<9 =x[Qf9NfڱȺ&BL)O_Á !MŻfӶxZf L߶z h6 :`| ș5?NJqa"3eYXШ$owS>j#mpF6eɿ'{de$A0=:%Xze,rm_ ݸ'ETr\_WֳRC--V:Vusޚ*U" lQ㤖.Gkwz. *%,Ա2Z}>pѫ @C0ǃ31=e dp굶 YZ