mingw64-libusb-1_0-devel-1.0.27-1.77 > A AjA|?f!YϿ6\ [:(Q)h>Ol;K 9878b735f3f9a251d6606c4d24a187b508367543c7f5a9001218498a8b69fc90835662bdfd8db86a4fb80cf0675bd581601dfed7hO)$22?f!YϿ6\DNΆnZȹx~KQ`]Y=fK̃̄)H/V>p>7?7qd" ' T )@FP` h p  D HXl(8 9 : F3G3H3I3X3Y3\4]4 ^4Sb5 c5d6Ce6Hf6Ml6Ru6dv6tw6x6y6z66667,70Cmingw64-libusb-1_0-devel1.0.271.77Development files for the libusb-1_0 libraryLibusb is a library that allows userspace access to USB devices.f!Kreproduciblewindows:mingw:win64 / openSUSE_Tumbleweedobs://build.opensuse.org/windows:mingwLGPL-2.1-or-laterDevelopment/Librarieshttp://www.libusb.org/linuxnoarchB}hSA큤f!Sf!Sf!Sf!Se55b50eeedab44f0aa62ce6c2126d47ba80e8d9be1a67a62c27d2349bbf00c021f6dd5e961440d804869d01f67c526f0139dbad3e5f4e9e5a711366f866d6956c932e4d29399b62f7d6ba45200ef0f9606e5e8b26faf7247f51251f6a3aab5bfrootrootrootrootrootrootrootrootmingw64-libusb-1_0-1.0.27-1.77.src.rpmmingw64(lib:usb-1.0)mingw64(pkg:libusb-1.0)mingw64-libusb-1_0-devel@    mingw64(lib:usb-1.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsZstd)3.0.4-14.6.0-14.0-15.4.18-14.19.1.1e@a a<@]g@Z@XU@TOhN@Martin Hauke Martin Hauke Martin Hauke Martin Hauke mardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.deadam@mizerski.pladam@mizerski.pl- Update to version 1.0.27 * New libusb_init_context API to replace libusb_init * New libusb_get_max_alt_packet_size API * New libusb_get_platform_descriptor API (BOS) * Allow setting log callback with libusb_set_option/libusb_init_context * New WebAssembly + WebUSB backend using Emscripten * Fix regression in libusb_set_interface_alt_setting * Fix sync transfer completion race and use-after-free * Fix hotplug exit ordering * Linux: NO_DEVICE_DISCOVERY option set per context - Update to version 1.0.26 * Fix regression with transfer free's after closing device * Fix regression with destroyed context if API is misused * Workaround for applications using missing default context * Fix hotplog enumeration regression * Build fixes for various platforms and configurations * Add interface bound checking for broken devices- Update to version 1.0.25 * Fix HID backend missing byte * Fix segfault with libusbk driver * Fix regression when using libusb0 driver * Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusb * New NO_DEVICE_DISCOVERY option replaces WEAK_AUTHORITY option * Various other bug fixes and improvements- Update to version 1.0.24 * Add new platform abstraction (#252). * Add Null POSIX backend. * Add support for eventfd. * New API libusb_hotplug_get_user_data(). * Linux: Drop support for kernel older than 2.6.32. * Linux: Provide an event thread name. (#689). * Linux: Wait until all USBs have been reaped before freeing them. (#607) * Documentation fixes and improvements. * Various other bug fixes and improvements.- Update to version 1.0.23 * Core: abandon synchronous transfers when device closure is detected. * Core: fix error in handling the removal of file descriptors while handling events. * New API libusb_set_log_cb() to redirect global and per context log messages to the provided log handling function. * New API libusb_wrap_sys_device to allow the user to specify the usb device to use. * Various other bug fixes and improvements.- Update to version 1.0.22 * New libusb_set_option() API * Fix transfer timeout not being cleared upon resubmission * Report super speed plus devices on modern Linux and macOS * Darwin: Improve support for macOS Sierra and High Sierra * Darwin: SDK fixes and improvements * Linux: Let initialization succeed when no devices are present * Linux: Mark internal file descriptors with CLOEXEC flag * Solaris: Add support for attach/detach kernel driver * Windows: Add dynamic UsbDk backend selection * Windows: Add isochronous transfer support via libusbK * Windows: Add Visual Studio 2017 support * Windows: Fix enumeration problems on Windows 8 and later * Windows: Major rework of poll() emulation * Windows: Numerous HID API fixes * Windows: Support cancelation of individual transfers (Vista and later) * Various other bug fixes and improvements- Update to version 1.0.21 * Core: Refactor code related to transfer flags and timeout handling * Darwin: Ignore root hub simulation devices * Darwin: Improved support for OS X El Capitan * Darwin: Work around devices with buggy endpoint descriptors * Darwin: Do not use objc_registerThreadWithCollector after its deprecation * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated * Linux: Support preallocating kernel memory for zerocopy USB * Linux: Deal with receiving POLLERR before all transfers have completed * Solaris: Add solaris backend * Windows: Add Visual Studio 2015 support * Windows: Add usbdk backend * Prevent attempts to recursively handle events * Fix race condition in handle_timeout() * Allow transferred argument to be optional in bulk APIs * Various other bug fixes and improvements - Fix source url- Update to version 1.0.20: * Add Haiku support * Fix multiple memory and resource leaks (#16, #52, #76, #81) * Fix possible deadlock when executing transfer callback * New libusb_free_pollfds() API * Darwin: Fix devices not being detected on OS X 10.8 (#48) * Linux: Allow larger isochronous transfer submission (#23) * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings * Windows: Fix broken bus number lookup * Windows: Improve submission of control requests for composite devices * Examples: Add two-stage load support to fxload (#12) * Correctly report cancellations due to timeouts * Improve efficiency of event handling * Improve speed of transfer submission in multi-threaded environments * Various other bug fixes and improvements- update to 1.0.19: 2014-05-30: v1.0.19 * Add support for USB bulk streams on Linux and Mac OS X (#11) * Windows: Add AMD and Intel USB-3.0 root hub support * Windows: Fix USB 3.0 speed detection on Windows 8 or later (#10) * Added Russian translation for libusb_strerror strings * All: Various small fixes and cleanups The (#xx) numbers are libusb issue numbers, see ie: https://github.com/libusb/libusb/issues/11 2014-01-25: v1.0.18 * Fix multiple memory leaks * Fix a crash when HID transfers return no data on Windows * Ensure all pending events are consumed * Improve Android and ucLinux support * Multiple Windows improvements (error logging, VS2013, VIA xHCI support) * Multiple OS X improvements (broken compilation, SIGFPE, 64bit support) 2013-09-06: v1.0.17 * Hotplug callbacks now always get passed a libusb_context, even if it is the default context. Previously NULL would be passed for the default context, but since the first context created is the default context, and most apps use only 1 context, this meant that apps explicitly creating a context would still get passed NULL * Android: Add .mk files to build with the Android NDK * Darwin: Add Xcode project * Darwin: Fix crash on unplug (#121) * Linux: Fix hang (deadlock) on libusb_exit * Linux: Fix libusb build failure with --disable-udev (#124) * Linux: Fix libusb_get_device_list() hang with --disable-udev (#130) * OpenBSD: Update OpenBSD backend with support for control transfers to non-ugen(4) devices and make get_configuration() no longer generate I/O. Note that using this libusb version on OpenBSD requires using OpenBSD 5.3-current or later. Users of older OpenBSD versions are advised to stay with the libusb shipped with OpenBSD (mpi) * Windows: fix libusb_dll_2010.vcxproj link errors (#129) * Various other bug fixes and improvements 2013-07-11: v1.0.16 * Add hotplug support for Darwin and Linux (#9) * Add superspeed endpoint companion descriptor support (#15) * Add BOS descriptor support (#15) * Make descriptor parsing code more robust * New libusb_get_port_numbers API, this is libusb_get_port_path without the unnecessary context parameter, libusb_get_port_path is now deprecated * New libusb_strerror API (#14) * New libusb_set_auto_detach_kernel_driver API (#17) * Improve topology API docs (#95) * Logging now use a single write call per log-message, avoiding log-message "interlacing" when using multiple threads. * Android: use Android logging when building on Android (#101) * Darwin: make libusb_reset reenumerate device on descriptors change (#89) * Darwin: add support for the LIBUSB_TRANSFER_ADD_ZERO_PACKET flag (#91) * Darwin: add a device cache (#112, #114) * Examples: Add sam3u_benchmark isochronous example by Harald Welte (#109) * Many other bug fixes and improvements The (#xx) numbers are libusbx issue numbers, see ie: https://github.com/libusbx/libusbx/issues/9 2013-04-15: v1.0.15 * Improve transfer cancellation and avoid short read failures on broken descriptors * Filter out 8-bit characters in libusb_get_string_descriptor_ascii() * Add WinCE support * Add library stress tests * Add Cypress FX3 firmware upload support for fxload sample * Add HID and kernel driver detach support capabilities detection * Add SuperSpeed detection on OS X * Fix bInterval value interpretation on OS X * Fix issues with autoclaim, composite HID devices, interface autoclaim and early abort in libusb_close() on Windows. Also add VS2012 solution files. * Improve fd event handling on Linux * Other bug fixes and improvements 2012-09-26: v1.0.14 * Reverts the previous API change with regards to bMaxPower. If this doesn't matter to you, you are encouraged to keep using v1.0.13, as it will use the same attribute as v2.0, to be released soon. * Note that LIBUSB_API_VERSION is *decreased* to 0x010000FF and the previous guidelines with regards to concurrent use of MaxPower/bMaxPower still apply. 2012-09-20: v1.0.13 * [MAJOR] Fix a typo in the API with struct libusb_config_descriptor where MaxPower was used instead of bMaxPower, as defined in the specs. If your application was accessing the MaxPower attribute, and you need to maintain compatibility with libusb or older versions, see APPENDIX A below. * Fix broken support for the 0.1 -> 1.0 libusb-compat layer * Fix unwanted cancellation of pending timeouts as well as major timeout related bugs * Fix handling of HID and composite devices on Windows * Introduce LIBUSB_API_VERSION macro * Add Cypress FX/FX2 firmware upload sample, based on fxload from http://linux-hotplug.sourceforge.net * Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that while the drivers allow it, isochronous transfers are not supported yet in libusb. Also not supported yet is the use of libusb-win32 filter drivers on composite interfaces * Add support for the new get_capabilities ioctl on Linux and avoid unnecessary splitting of bulk transfers * Improve support for newer Intel and Renesas USB 3.0 controllers on Windows * Harmonize the device number for root hubs across platforms * Other bug fixes and improvements 2012-06-15: v1.0.12 * Fix a potential major regression with pthread on Linux * Fix missing thread ID from debug log output on cygwin * Fix possible crash when using longjmp and MinGW's gcc 4.6 * Add topology calls: libusb_get_port_number(), libusb_get_parent() & libusb_get_port_path() * Add toggleable debug, using libusb_set_debug() or the LIBUSB_DEBUG environment variable * Define log levels in libusb.h and set timestamp origin to first libusb_init() call * All logging is now sent to to stderr (info was sent to stdout previously) * Update log messages severity and avoid polluting log output on OS-X * Add HID driver support on Windows * Enable interchangeability of MSVC and MinGW DLLs * Additional bug fixes and improvements 2012-05-08: v1.0.11 * Revert removal of critical Windows event handling that was introduced in 1.0.10 * Fix a possible deadlock in Windows when submitting transfers * Add timestamped logging * Add NetBSD support (experimental) and BSD libusb_get_device_speed() data * Add bootstrap.sh alongside autogen.sh (bootstrap.sh doesn't invoke configure) * Search for device nodes in /dev for Android support * Other bug fixes 2012-05-08: v1.0.11 * Revert removal of critical Windows event handling that was introduced in 1.0.10 * Fix a possible deadlock in Windows when submitting transfers * Add timestamped logging * Add NetBSD support (experimental) and BSD libusb_get_device_speed() data * Add bootstrap.sh alongside autogen.sh (bootstrap.sh doesn't invoke configure) * Search for device nodes in /dev for Android support * Other bug fixes 2012-04-17: v1.0.10 * Public release * Add libusb_get_version * Add Visual Studio 2010 project files * Some Windows code cleanup * Fix xusb sample warnings - fixed url- update to 1.0.9 * Numerous bug fixes and improvements * Backend for Windows, for devices using the WinUSB.sys driver * Backend for OpenBSD and NetBSD, for devices using the ugen driver * Add libusb_get_device_speed() * Add libusb_has_capability() * Add libusb_error_name() * Add libusb_get_version()- new packagereproducible 17196731631.0.271.0.27-1.77libusb-1.0libusb.hlibusb-1.0.dll.alibusb-1.0.pc/usr/x86_64-w64-mingw32/sys-root/mingw/include//usr/x86_64-w64-mingw32/sys-root/mingw/include/libusb-1.0//usr/x86_64-w64-mingw32/sys-root/mingw/lib//usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/-O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=autoobs://build.opensuse.org/windows:mingw:win64/openSUSE_Tumbleweed/120896f7b5af15ebe6e7e1c9a3e835f3-mingw64-libusb-1_0cpiozstd19T0noarch-suse-linuxdirectorycurrent ar archivepkgconfig filePPRJ(h.gwutf-81be3b5ead4ca25496add4783b01804a4122eafdfb101b34fe692c9cc0711b93a9160b423ecf13853c14b0c95fe445a38e5074860fc066c1e74ab51a1c7697ecb? (/hnz-<K?7 ҩSҙw vf[{ QU5;O&cg^Ad'1}D v:K1Da=bCP` \KSA *6`yi Y<\||\]&L(ֿAl4hj2O AeJ*Jn!v:7ienZ0n/ζ?) S\ ߎ1v$4:e4dQ "P`- WITleS *ŋ{(-fW g(a 2`+ Zheܸ:l1(A QIF&դr|8xXJKHH9cҠ5<\<@$ UPA&uUhKɼY^A:/ :`S2ͣ)X: ֮emy,K۶@P|@'|ơé\zrL W+AŗD݊H&q,Fx rUKh0sq,0TI靿Gv0)f/oYaő[nۥ޶  7TTY/h@DxBB h\jjZCegJyw$-BN! S.l}*hR+T)as >2xX  IC@"HCp@&DJLڐ6jfDXBBƄqhL$BynI x6|$ҹ;AjE~h轸\׶otPQóΆG!˞s=yk;VH (ttCzluƏn;:7QKKӃŒ9vF+o;h$gkGksR hZ2XIYlg% <:׵;("Uj'\6er^~_])>rݥ0/,<`w+y޽|% nv ۍY.U:`l4Xf0 X<VMK'M%Pz* 7\Ky21蠖bEY]Bq`!B 3" $pu,F@Hx+s]WҼ pN%x, 'b` ZDPH:F9@[J3\lw5. hF^Oge(VI-4;MEEfUh3ay8/,@`E[ CBJ"UP>Lq"E'g/u. GRd1Ց߶ #%x6+(P(G~Ct4ʲm.8##io-^ ]mJ8=IKru.ߤpQ{OTC-7*4R>>4VE> S%|gRy 8f)ߞ B2WT)\uɆ]"x9fsp\coixP0X4fG*QjDC+b0^Tt2x!r=5^{Jk IM%`SG|T|U\ 6d<0 z1U ]Y*j0zPmjG anPœ[^ck(O-<5("%iwث¦YbTJ6*L^u(0mfOZߌV"-`lt4C5[n=۫mށ( U1n{ٖz$T:hA-6^TE-w`Dž騤D= `@d4SR)$qA pe 8# h4frdaWF R<VuH@ *ȓCTvT0MkZ@WG}ʙaURBn6 o;,yc&I&R_[A̪'ϯv;-yeR=P(h%X[(ޫV$l/7;Oxߏ\F@ ,Гϐ5v"arbu'>`txk-HιxZ q+6 ױh> BUgCVy=]֎R| Iy;!I9!̚?=4mG7l&49Ce%q| &(c%sl3eZ,:2ĹEXIuѭF04P}ێj[u:HQy QTV;wy.it or7uTv1(ߒq8aYbm^>[V ۧfП.%N]fgE-gMt4 `sl X~|=YٽH'd Hy&)8;|Y$)5vJ"4K>ٸ\x!iܬf 8z*̈w5_T 2 ME WiYs/gI֐=>J@A;6®(aHں*l 3ynHK]=PV [keDOP!<&/v萇xb ٽȡ.L_.Gx:1MM U&FbY+rpzWbnyȱv5<u|0MZoE R]1& mzYhLiqѣT~&0*#&3q)nlL"٪p$iPn5xvG⫓ s4xJK"m|QB~C2)5ևf9+¥WT,Y>M+IRYp* [f4" F%8'KP?]N^q8ZP$hTDV$jxZMgzPV_N1Wi2DFt$17?[ r6KW.cOcJwAk=p֪N~\fzsىSmllx h哀+fp<9=5k|+ۑJI’sYB/g=1g65Tůy7ne-(IڮqaYPQC :t:W9z RgyrA/TMd P'ch '&KlۖpteZJdo&}p11mtD%RI7'u'Hnb:P^jTU az *W"Ŀˈm6V>2ԩ)5bC_ޑdf$! ⰏnP艈Ι4Y ۻI;8 `B{t;Zz#u2 VC%y-x*ԡ0*Y^zMo^,m7 7U\p!i8dq%v-k2"+rCM-?d)O@Vg!YeG^ٌ㎮Zc}52':@TĚVM4T蹷@u9/wx8D>dQ2*:s3 sN Cۜ 5e^h-_s(Z *7SԈ,^kqgsFU+.4O-$APhr[diɰ>_H{B6@t]c|7zᄮO݁qʯGZ!,8G05^r]9gJdYHD 6?v_9Lg#V +>R;n A =$+#b 9 oV @[@{lC-L!f 4kPt97X;V'59vHr"nF^{Rdog] 84?+D2T nX"|<]nK i6 0%$UE 4-4Op͉퐫@l{4G(ؙv2-x! &\#_H6y"/DD^d/|V55Aٝ /edIo4qJҪ^yVFݧR8M<QwfZlmMj,`0c (F[?uE[箓6U MWJq:EYtc^1E*+g&zHd5 k:i)@dc5j*q߻2^/B^ y lt8IQ4ڷWÝ#e=!7e&zTm;0c?.tP:0X4(9+L Sz=))z'u.om?/ʹ>3,q$%K>d SQϚO ⥂/uמ`h--I-{Y6b(^G^x&Ѹb7_?rALClaL'rOFbY!t‚t=l{U u+ZfΣ"=FYQwVW02jc]̓ W_j Q vn Eo ҧJd}@1e oAi1UreQ21MmI*.|_j)H dBc-Dp-ҽna*іJ(}izK{r_P,!B!p iOYhrxw^XW4wkR(Zh, 9>\ܡưYeHE~ɒzzwЗI7\% A@LDly{?"@x,)% 7_yU˘4@lb^ v~VQ/L1pU ĀͣF _{ 3sq[魙1s6Wp+6 آb~#tA%!t?Nϯ{=9ȃg0m.x,#]oI$q#oxB$[p?hrn#鄝 \Ch%vuU&RD#A,Pu$k̋-( ,;'Eٔ`_M\!J}[iĠ>܅ lUߒ}¡8h(%$&-N(͍mX쭶rP3+ ;.XYB >?ef?ZDA'呌({KF(S\6#vR.{h+U9x=p1"OA<+C^5;:7:"8C@ BI6A /UEk A5f"IJur]O/CT L.ҁ4MD?wUrxH1xГhU5e!H~5-:,5@YvϏ= H9"r%VŽ2PrhuUfp=I>k8G@删YH :_3k0*R4>#7@nLAE$ALȏg78 8SbiZMh%kIw@ѕ cycBaR6ļ}3M¨[:MH2f)u^#`߄撜 Dpkz([k`/!WҍnYQټQD&6Tu/ 7;BҢu"N2@2ĐW62k,uʡ7q~*NKTuCΦ 2ۨ7!>H#F!GwY0P |&-mw$oOODd4 PWZE~Cy?UΎZ3kk!Ā3#N]d?ه֏;at K l˹О&Sֽ`\{ϦSw'\~ B斯SlC5dJ%c$H֘K >2 B"¼P YVxHCg&BJtA糓;֩|aJ2*:P9­.n5(RNݤm !-3$Fxs)BΩaa(uX +`.+Yo8AVR8Ҿ^Y$RD&EL?Tc%џ8krQh\ʫx~Ywڛc0] 9YBn66bv67Kgdž;!h z(52L2æLnzG%3lb"^dB7φ\eU.ҳI'304ƘY@?mYh^ǿ,kayhF `KNJ9pİE\2zc(EQ\H<ܻU_^A25lG*իΖ8bt-b#r!)ū3-8ZH۷tQXwg- ^ GQP.0I:%VD+ka2R}GYȞr5UaSen׺ڰMΦ#UP3u 6*Nٔ7d=ĉ;5Np Rp-S" ߐ6 H6x >mF , ާ^YkȤц*/Lhhݘ6fpZ-)uNiP[E=CE]pCY{.5'NL3Z=W#G Ѐ4mNʙfﲐr:pD \3ԮcalKy6$F.5bYIUmE#A9娇H|W7,x's(XzY@5 QRg)UP&(@ɗ !^c-G< T3z@JmS" wY$(}֡vZf yvu6gp;eNiJXZݘ>?[CBiCDo:z4%U&J v]"V/Yȇ t/;k$*4~v1k$6`^CΕ;&Byy3Av[0L&5CʀS~M#.[ͳlwL?pזw 去9-xlC~@' `[˩cq-No&e3*,@ "!&4nj 6p;}V0 fb|onl-#!hy?pO_޽O"~YV}n Lp&f/P3iTیӂč _ J~Z? 9MKiڻIA5n/4t%W|P޲10sAHʐPw/{z8 fz^O/cz73z65PXƦpӿ*/]$`ѮSiymO8!J_P(cb rCtf|J;:yndSЈcQl0 4 $L(.քh0&h|b80Zß C Q *c0s%UT,O]<ဥ.ݢ`iFP{6O Uv+a4GZjI ѹVi<ci!ᒱzJGw\Ė^d֑Ci# ݼ;0񷈂)_Z@~7nBK|%\I+ ![dG(rK2OckAU ʒOŵs4~nF}gCX5;Oc#[fGi{.uV͸"hgЏn&L\ w3QdݰӪ_H!tCf`gYj5z?mO0Ǥ,Κ'cB y~_"QKz< t)`ld,p(C jfES W J4DyB^ƕP=,qb̴I?;@1.0㺇MOb&\Y.T=#'.?ɢ{0arPX+ xcՑ 8!KndkU'/uE6q),qLgWWbZjlꯖʁ@A{Y?A߫3tgcHaR}YQ:Y c6_rZ;׸5ѓ|{Qijue~0F),j/ |d!%GB/`Yl-m0[d+4zEw$-Z6Ljc C MS U͹T2#Bʵt* (2( @_⿈Yk>3^ڏ4w]y}{IXƽ1ڸVSҼp6x$7eJ,xF6XҍcECM_ZmMɲCB,ޑĘԔ](y_&cR{EFB傒 PY}j?%\]>lVJXsP`xjm$ªjv#KLfd`WQMVp'}_Zw޲6;2ˆ!}Gփ#'[D;? b-bxE`ɔ* (ݟ+wԍɨᗴ+lb粐 $ު%z4ܺ3q(|NM`|d -5r^iɡ״MPf3zIİ..Zvxuk?-F>&?eпWMeOYcYs,\O8Uѓ7s@1Oj߹DƩR:ǸϽ;gS7g}C/?Ha+;kpJ7/]VFi(f*:]g~N߱yCp HU1Ku}Vh"+Qm1R݈{ѵJٗQkij*;rLք*)d~2rUj% X0H~[4šrSAϧ] %)6a7/#!;<̐hۈ6lP!o_PTz7-!.YM_`2f3ՆU0 w7 s,ݞd-8=ucW)Rf8U s\ܐz0n%)Y%BJQqE&~ 8ە^|9Y[O!nK: ŢG?XETpu M.d'+cT~+=3 KC)FLIV*UUY q-)&*RlO//xn v1{AVLӥ΄bf4}Gt7jǷ?6|ȷq,ʿ\OiL6&z0#3 FQ?om.CpUepC @JصAgn%b)P}N{jeOV3]PtdcI 8U<:S%SsIf; 9^} -C,9 S>'ݐL$rIq\=D`F6v~"l 9r@#U!b+I"m Z>ww2ŦX?{t \$fhm_̈́-IgÉs Fw|]([Jr&ul4괰,MV詋 `D Sz(pVGDz&}wT TΓ,.؛ Lqw?Ay_Q;wԾ|rw_Ä+[pWˍE!+17]^oZ6p}mRLJZZW 't?ä>?4*B uW {G0Xv_7\'MQ 0$Yĵun/f\7++Y6@D'P*[3" `IeU 7I6j˜s(-LH1BpR*|QMXy],Cbu`mJ*ϽJ"2ID d*IG|lG0SLۭEkUR$V `61UF i!N-*_+Wd 1% `\&M%8o;?"lɲF@xFQ%C@#Uc?j3Dd1/CCv 0zNh.cbz u"tcIi{]?U:A؊XeQ8h$ԿJĎ[LN뻀1ZEum=x|pw`dS5lo}X\I MS> ħꜫ_۶ MXhezx̛OjE`TED&qRRݢ1`$xh z8.H'M@X/L LKt^%eSmecBӳwt[ĥSG *QY&M8xa 05V+׆5&D<+fpwmEuӑzh'C$W,+TFLAGS 0dcardMATCH_ANY -1,ahadppe abool 1fn),, Raau 1eles), sobe, isped,twarrivamon;alande[in]trigg o/()iDes Gv8getof*V}327d3d/dll.a! /1719673 03546`NQSVY\b_.adgjZm>prux{~z^4ƌDȚN𨲫pJ 伬\ ͸ЪӖJފf>"^&~l R 4.$ #&v)V,D/.147:V=`@dC`FVݬ'I6!1s4hI&t{:א4>[4LkzhI&t{:א4-1Hη'3fn%lOZ"?Yݩ҈9L\qzT{z1/U?Mx8)ԮG=>ts"{JPxJzL+NpTgjݝA3[r晝cJu lӾ2ڽmjNZ$W^VC䌵@RPҺo E HVVS!a%b߂5O3.8`FSj(5*c7Ii>u5gxG [3?|#ؠ\k/p%z9k!2Q'SpCIJTG7r3Z)2ADY!CF9U" -hJP'$/=x@KUbX051hSՄ8%n*!'4 A0*Oȕ?6{$.bC=AC|TQ#Uc;[-& ?ы Q(φu5c &mq'-,"?q.j?kʢ`4K;Hs?oSԤ trKTR^,0 eL2'5֚웠 ,:_Z"'-ս`:J) =rV'i'*n/TvxȤRz 63 ,Y%D~q;DTeŒ1ÛVD竕4vp\~xHif rа3POj'x:|08q{m/8\Mق>=T7)^_r;2] lGVat 뚈$í1M?B#:&B@+l?7U{&,Pl&*\NFE*X`Ofn;N뎺bQxޫIvLORUXP[*]`cfpi6l&oqtwlz@}"؈ȋʑܔ^0Ԩ0,"ҼԿ¸Śj6>:2B"8YIHTzh h(&]m濕r4F`T=|.WlZY+/>%հYǦw H(P6ah-:w%瀰dMKW%EG"ixxں-AHMD~8U&i- rL o> zp`j[|. 2 k %[JHKdT#nu-?k8 K$"0P ! E!$ DF$:l@/G {9>;xTѲe[O#2c{eE5; +uEa)VtиB(}PuBm5C3u/($&h!>yɥ Ft~(Zܘ5 wԨ]Q[Ɋ$TQD r>,9wr $H5qvUDDo"u:lqJFck= !d6'O(kcI؅nȢp,cvZώFt?ei+[kQO:R7lh2100987654321mty^@?/  xQy((D0 /0399 14 597 d$. P`.@P.bssi$405 7.gfake5# /28662624  hfthunk2!@/567 ,d04n8x@6H % >[8918U59`jt~:W5556S22112O54728734Q32079hr|"Fc5 B_8665uxw)_(-`Ȋ?ݪUr'*[a-Ѣe\i=vۆg<}Z _u+8i^ddn;[:4;-!,E [t ~ L5?Q繄1pɷSW"]%gⲕa0gfS E'b!Ѫhhkrՠd=OzŜ`B]՘)V-֍1b5m>C=@ VUu f/xr5<@wm"Hu BX$s!!I yC @ `CB@0 4@XB!Lp̤H `]39Y4kqz5;r2=tgFtCXg +jiq_0 uml&xx/g%?~6ԕASsļb1oB `ܜt֦9+cV Tkfcm5ۋ3}IjEr\{eSe+{>Ϩ n|Ckc..usW#JxjE‚[ 2 Ԧ\K%b+-4IcIiTײ=tS i|)]NW?\xGփ PLо t^Vw@~-Ng͸?XchꇝU77C9}ںV|.S|l"q:Dߥ( dLU7빱݁vWuC!?OXZ3QoRXf:io+*zֵK&Z|CЊcgC-͈sDssH }3Rxdsz?V1lue೦'.)8K=%84/ uG<=wAK\ z F)B[l=ҷf-mv X eyBYF-LνOoٚ^rRHwM>8p6^x|GȶmoN>4Z }h3|y3i#E]=Z̾s91 q̄\TUWź@/(uH'N(mH̙}ɹY:D *b+{|{1Xr/# _68Ů{#Oˆ%v4lŰ s' eSgnv;\|E0`1/ȕkn|>#vA`ƗO &&9E \ 1ouM,iΌo*QRWTEj`t=NVqLit;^= XȦ\BЈ2/ h\u6} .~GHUc({\ VkC'Qrlޘ f]HɄ i2^ۚ_Y_#7c̫&|  -֪i{~j},jӽKW]NjG -Nde-okoёd^qw ePͫCX| {dc%nLceJg43 ZunMKd5=.UDM:uJhߌ|ʼf+-HZ^xvtͩ .b$%L(1Xb6eW:v=Q"SN O3KNt$5<) @ <3eQL7͇^1zx`l~OlߛA<1cMȒnJ^Y;}q$<Ю/4[_. x!9x7n7|y+[mo 4b|aW0azNA;폵Fbp/D#ag7ZCY4fpY|*%ZU|XVQE_ca#@`F$4 Æ\ 8'XI7baHmt8^1e{YZY9 U;ea)ዾ j]v\m<|