usbredir-debuginfo-0.7.1-1.29 >  A [W,p9|tf ~#=:Jz'<"u5[ᙊgs<ڿ?<66s]tqD|  Ln:*t@WWV/-^>fUOd}'ۈlWywE:0Hb=NqgL_yzRRKς<ݮpd8ҤL6M5Q_oncNį,:p{J zehh05c9c4f626353f0b424c196dc812259027d6af7462c021dec67b826d8692ba6b3f2ef63a3501c6c0f753a7fae0656ddd19063d863W[W,p9|U5:)*+r\ת_or3O+FǢdiNx<]!]Ӿ&dT塳|.GΈCMmJV3>m!P9/`v}$Ֆt"oq|H%"}ipe?0e] 143$ԚFvgןU/H$A媻]]iu_){=o}fn [Z2a,{Dj%S]Sn೟"8>pA"?"d  G>U k}       (    0 X   DT(8 9 : F-G@ Hh I XY\ ] ^bZc d Ye ^f al cu x v w" x", y"Tz"X"h"l"""""Cusbredir-debuginfo0.7.11.29Debug 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.[W#sheep27gSUSE Linux Enterprise 15SUSE LLC GPL-2.0+ and LGPL-2.1+https://www.suse.com/Development/Debughttp://spice-space.org/page/UsbRedirlinuxx86_64&L(nHAAAA큤AA큤[W![W"[W"[W"[W"[W![W![W![W![W!d4cbfdb78739cb8e6c4f50bc5bd2a2a9313dd7bd0d2411c8dbc8f90f2129e2083a59286d5866015a623af296d5eab3356290c9c8323ca083f562f71943ab3034../../../../../usr/sbin/usbredirserver../../../../../usr/lib/debug/usr/sbin/usbredirserver-0.7.1-1.29.x86_64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootusbredir-0.7.1-1.29.src.rpmdebuginfo(build-id)usbredir-debuginfousbredir-debuginfo(x86-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'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.1sheep27 1527273251 97bf719879a3470e5a06929d9d2026279fd59b4c0.7.1-1.290.7.1-1.29debug.build-id97bf719879a3470e5a06929d9d2026279fd59b4cbf719879a3470e5a06929d9d2026279fd59b4c.debug.dwzusbredir-0.7.1-1.29.x86_64usrsbinusbredirserver-0.7.1-1.29.x86_64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/97//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.suse.de/SUSE:SLE-15:GA/standard/6bfec528a98aa53039bb0b3d2b2fca26-usbredircpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), BuildID[sha1]=68af846e06af8454e54cb7b9757438bf0b23ce48, with debug_info, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter *empty*, for GNU/Linux 3.2.0, BuildID[sha1]=97bf719879a3470e5a06929d9d2026279fd59b4c, with debug_info, not strippedPHDwe۷Duusbredir-debugsource(x86-64)0.7.1-1.29utf-837cf7fafc47fe4bbdc1b5e0ae6c01a90d4a4023d1be2e09ad953fe7a3ee6beb3?7zXZ !t/70y] crt:bLL $ձ!XR:K^uōLuf˿ ŭuxB;CNntkՋt AC$  = =(qĀj] >sqeGT͙D춃txؿM*ȸ >iyWBRkf&kQf?N@4'}sg7::)QgiA6{Y to7W^ɮ.i=5أn15v=P>H= q7֓ksnCz; ULR/p@D~֘<mWWƭth{S ^8\uV~:SbuEu qy9%qi'JT!E7< |ѻ>.C^t\i8P Iy?hQi78p s3Gy9rH^;zCʯuv@*zRwu##x2HhU} v[S c,=,1fPknF)όi0Ints]s?ǠA{8FRN 6aXiK4+g:;G 9oBfcuc|D\>7:*G^\:QF 5gvE\ea1&l_8$R܍9܆%M,+J/28YɄ[M%}`=l3xf]f~@ #"T07JmhD^vPUXNEsA]ed$>@/[8 }! 5y1#۴L#ElVImW}:Pr|3[nASm['+MXĩvastnf/`&Ò=rY@ɯѝNye``ȶx2RldjJ܃{#[H?]E:[$uz.\#,y;N:: f@@Kks+vPd_yaJzZȚw|+qߵ*(疰jy^Ak>1 ţƨfe9NCH]"fֹ5Ԏm3y?ZȌsiy5e0^T' ׵JXYEBzTUPI:Ұ=KCLF''$@ے[7`TSnTOZ8WP\-.Ӥ9 xU}Դ Ķzl*_ E!y,w6)ӴҐ]`RDGkm.U2@o"m"\7~q鵆fR}xgpTσgMkS]{gn )LI~[8.){60ؾy")ڐ`9wgXbP|`ubkwD(YHԛZCS#YL4Zʮ7u=%vG Y!ke ׽ټD6,W= 5]674in^J̤,Ӷ-7;YI6 x(J&&yi}i]YkƧSށ~ĕ(BgNPJXR0혅F:A49Bˈ~ eS'HBl3iR1l]lN 5.kSeoɽH>^DR[;L.}jx傒z'OjNۋ\Y_e Kvϯf@@ ӃDD 2\F/PkbTvX&w){ԍ[ Zͳ"!|hsyk9c[M$+w*`] a1 8g]*u.mYz=5H|j==?tұ{Wnf&=c=_s7B}i#Qr1ۂ=?Jj<, 뵼֒uxj*m%!$eds>Dw2={{ ? 9f p\$>Ll7gYP)Q2ME E{ hSCUr`T>ṡK*UuJaV\7"eu,qsNlnն:@ ҭ .iV!8Fv'( ~ ܑ>bj~isfR{Gx *M!&  GFm4AzyҟpaklW484nȺx P" W%ռ木lh#+Z g!f">u@k;0!ڈ2?kx>I0@_t̥5#A`y&ɐ }0S770Y\=# w]P8؈ެ :'6:(LN; 8$8/Iv+ ~cXB*֡iQ7ax'6C|seb]ڸB\P$zSbW !%o'e|B2 ZաJMxo WTn*TʼnOeUiI'jk\4oJcp ٛ U)[9?~_:hRaɦ!$WW7~0ʒdWז"E%U}}w/ez_K|)gA{qN ɘQ|S"{ArYEᎺ |uiinMKhQD<2+C8Hb -h4(w=6U-HT{Al|U\Tt* zo >y x k{"_ ^6hfZ,1\QO6=Ri7WJGř\͢a9zn&] Z┷ps(=ܳXu)H H=ϴIţ9ށ{wG v-KvK{u:6T#ԉx+)XA6fm,[%rYK9rL(wJI,y(O$XnLl$RUK\@՟Ia*Tk>~:eiPնv xK@^֘!}m)A0,갴7mQ7o `~91b1Cc4V`D]R nncO롏abC"@ݨIDfu* ~^V^H.!ꓰFt\t8K8vޔ4?3`Խ &]\9 t=/҉#͵Ӆi`D\3eNAM3C⚎ †e DS{>70)Jy$h.3t0vuIEm!Edvɴ2ja+MT6",7o9 uֽ6U>nHGTWL^j{=wY}l)HuK%$#O^ow7 %B+a!YDݦMe"Rme(GO7f|!s~}<6|-O5r3?Bgҕ 1-ɴW>Of%ntN3[JuZUC6̝"v EM.؄6<7 XFIY7~#;j!0Gf].5a(oürl#֥ WMQc"]%*ZA_"_L& J!),^ܛA Q 2W8>ᅶ۲L;[. R2eam58&}" S>'6]1fCϫ3#DpTѤ7캂\G-LA]Ds&AtwYihJ)u[c OE D!]gʭEM+2hI7zY "r$ Q3P.>0tQ/mRʖ) Y{'eHddhOH 9jRT&yqjz;87 '[SaiL۬7\iSPAho -vo _J/ qM"6(,zW0o*: eN-gs8'S(+HD'!GKROfC t5mS/kʏo(CTv}ȈkJo>>W2Qy} $ MC9z=z_`Ƚ0"hN]+Rݿ XݪE혴ɸ̔@{l; e[#ϳ KǏ!3<4}NĖx]bepZ,)߸Ho%fZ}ʐ"I:R")c3AE*a.x%S3ra׳fIt eKDro{p;ķ`gssI5W~ô$փ + (h"k dC`)mbn7ZYEcan_剗)̙fG$ˍ'37ĉֆN&41bVq71mHЉڷpA) YH>{X^* j8+7w|07ӭ̠'!yvIP?r7L;IS1{mtjWp~/i ࣎]CElT-h|Yh~4&4[xUB.SBc ~Ӈ|r1U1QưR-.CyޗBjuqKp(Am3|+/ӑ؟3VA~^k7lZXjsGr\hMעzc"nA&}fXO߆1wJ7SFZ _a!m5r%Ş DjoR:;%Mn|R" $ћ{. Kp -!$>9ˆSAuIr 䚻k,Z?|YD>5Cq[uϊ4&fPcVp(ÏtqF 1\ܮU-DԘŹh s>Y6V`Iy%qDgN Z!I^\?| 3\xCzI@4W`]{voE (}$~Wq =aCsUTܚ8}k6D̦wpG,o_f! Zvsj覙eMTU@5ڡڟW^.j>el×&d6uHz{9AAѕRH \Tka#Kp) c8Ђ[-1ϛiSW7J(0s=A9L)M/ɵlj<_F,"ce%`YeDiM> XsQмK$OAGs?F`]嶹%'5qt?|.2!9)vs<v~oT7Y: 嘵çx{&f6]DhVIg}P>@L4Wv-=~qHCLhssZDݓhVb%^¡ԓ(%9mXzb,a|r}#' Ơ6uM\gd4k.%*bV.g #MG!Mo% jF%q 0 Tyn~ד2HnqYMnNMpn#<]ZPP'[,><[R=d r5z٠F=@;TDÀ?Y>*6[?]hyXvA@2.vִ`(hsM>WDsT `,p*w=1bonkO |(3ﬕ؋=fP UP\AfAcAn P FϫVލ==L-MYʧc=|*롕bl~VTXX#n8wµK{CUmp5pIhwvчk{A+TwVI.'\!>g&&,6Dq@*a=ۨsO%?0vZ8ͪ:Ɲ ^1V ᬃ Ejr)Mm]aX!g3_}ʑ(ɁRbW;XAzx^C'{%}qhRC_2:K E~+m'Ev $2ֹ]GIvZHz*Xi]* }!to7IB@HrO soavi$)+{b{`_[cTQ3z! e6w~mHP|7 p89>l~ˊ\JNԒtRڽ+$#ڙ`_ VgU 4{(m&FO6o'0MPv4MI4f,jJt>% +u.SOf9Hʼnl(YxnV-\(%p[ O$R@ ޹#oeK4@5mBD0r:F|v)N#6.6粎&>sdZXGE논 Xv<4=`+!@. w?HEue#o'(r ^'sFG3&jQ* {q>3 eWb7?RZo64ya}@x\M4ExSGX\ bMT#sćr-9Jd_V7,lmaZhl9IoA@GCUc uRŔH #wF<>,#L6.񭳦2_A0JNY7 mo )Y $ Dػb ~@D/%{B cTGC X6$O:c6.z|\^Xa^ "g pJa[:;؟)qlsEl3^˶@a ){cpy{CqVri#joI8w Մj{nvr0+nOhS M`~ $Glsm_$wj?Bh:9XE)./IXՑ8VMZ|,D[H>Ki?_Yf] 6%3ao|-@ ȃ@iO̿/_\9Am<c $Y[ہv,LѮGFHű}\pBs. pyAUFXh^&Myߊӟ_.K" SW :4ue04FݹiByZQyw(̾VRzՠ8 -"8^nVU9)=" oV< v %(*װrNOxVUKI( 8q4:O ]Eܤ#%L Li"$Hod Ռ 75!Rk\^8Mܪ$z-W~)8G4k䫼-1ATCkz;uF0p9 ڽ#6{٠h&=z<;$ q8b`H8޽$gl00qSrC >(qXܝ|Z!Iw0~0,Yүt;=RaRY+ #w@XW|fd2AH-D,eݗx:NRX?hc98hL|=scDe !]!1"Z.+}}Z5Sh69s] kFBI ,7.^g.=(NN2"m)C;{js.'`lvιz1j5^ NsWyTqI_{ _ %c"%fաΖZ%6y9cr0[xwDp7bw=>HS?+;HqӬ2]0[n#ނyr"]Cd˳W[ˤ+J:< 1LM(uv: n2דB66S\`]2z_g3FD& $c#]u񣲖Kn1fbt &]d)X 'ȾF0J]p#B.Rt$1(Og˼fj CAvW8"7瓄޶X4?3KS 97`c~E-J` bi,63SìwB$v^oRC}%%\3{V)/Psn)TR);G1>p R6 zkUb_̱b7*>eiIe_Rt!DMudB5+tcv\kp!GIز!j:zS|gF^N(!^rdFZ8Ύ{#`?B ": K8[\6Jنoq InjCCnLIO =rq+벝VԈO(^o!IrOr[$wS^fOEE-syMufEdXugi=zX0xRDt<>*[9.$^[X AG S)!QeTCрzwUd1%j>ʋ yXF(\E$Qg3H43 C8δ5Ѵbw,ƛ\3ŭ%z_.`%[nnbz~48bɻ?(ih!D9R3y=߽ev35[,u]C}ָQw܃n])׋qtl;}-ŗw)Mi1*!eGS@0-Fr߂k+DȾ=$5:B :P/ҹu"MPW9rC6|1YUHE_;㢄)Чs.})ba9x9 i tb$7v ͽCUAW:(/P_;›BI&{p4tRF9DӲeKs|XbeN9`/B|Tڑl^7$dr (rWp+y_DKfӖLㅅ ҶKZiRWx2"?̌ٴhbaA'a-^;Ⱥ@yV\ J4Ҭ0nOdrqU@#Yۋ\l9ŊB|;˴Pm5^#-Y:ѿMoz=RX4)zROQ J@eBbrӴqfs[۝:Sy QN ރc,<,cT4yѸ~9^P[eqd$W ;.hOQUfe43M{ۅ s9?FtHIJ)A1K3gwV3ezP\ ) &G&=wʈTFދݥ+7hK!9 R2Cg#A/B-c|18VH!*?8%|%m0=ݍ2Kٶn L|0{󘢪-bDtTnCދI<׶_FoZɹM=a! YZ