ndiswrapper-kmp-default-1.53_2.6.27.19_3.2-12.37.6<>,Ipb/=„:ݯW]eU/lf)f52ž |zaC.Kc7"9@W=ؠa MWE! g,z"bXCpIh|r+DJ-L{GEC{vJ.9)Gc 2DdcȂ˅VMs?$׃MVl@#ӦﶹC :7:~3'4xltf.Osȴ,d.1.v@]>?3?3d- 5 g' @Nqw|4P\ b h t   +( 8 9 : >1F?1N@1VF1^G1pH1|I1X1Y1\1]1^1b2[c2d3Oe3Tf3Yk3[l3`z3p333Cndiswrapper-kmp-default1.53_2.6.27.19_3.212.37.6Use Microsoft NDIS Network Drivers for WLAN CardsSome wireless LAN vendors refuse to release hardware specifications or drivers for their products for operating systems other than Microsoft Windows. The ndiswrapper project makes it possible to use such hardware with Linux by means of a loadable kernel module that "wraps around" NDIS (Windows network driver API) drivers. Authors: -------- Pontus Fuchs Ibrahms$openSUSE 11.1openSUSEGPL v2 or laterhttp://bugs.opensuse.orgSystem/Kernelhttp://ndiswrapper.sourceforge.netlinuxi586version=1.53_2.6.27.19_3.2 nvr=ndiswrapper-kmp-default-$version-12.37.6 wm2=/usr/lib/module-init-tools/weak-modules2 if [ -x $wm2 ]; then /bin/bash -${-/e/} $wm2 --add-kmp $nvr fiversion=1.53_2.6.27.19_3.2 nvr=ndiswrapper-kmp-default-$version-12.37.6 rpm -ql $nvr | sed -n '/\.ko$/p' > /var/run/rpm-$nvr-modulesversion=1.53_2.6.27.19_3.2 nvr=ndiswrapper-kmp-default-$version-12.37.6 modules=( $(cat /var/run/rpm-$nvr-modules) ) rm -f /var/run/rpm-$nvr-modules if [ ${#modules[*]} = 0 ]; then echo "WARNING: $nvr does not contain any kernel modules" >&2 exit 0 fi wm2=/usr/lib/module-init-tools/weak-modules2 if [ -x $wm2 ]; then printf '%s\n' "${modules[@]}" | /bin/bash -${-/e/} $wm2 --remove-kmp $nvr fiHP$AA큤III6a55d2f102ac700231c810ab4617265brootrootrootrootrootrootndiswrapper-1.53-12.37.6.src.rpmndiswrapper-kmpndiswrapper-kmp-defaultJ@@@ @@JJ@@@@@@@@@@@@@@@@@@@Jrpmlib(VersionedDependencies)coreutilsgrepcoreutilsgrep/bin/sh/bin/sh/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)kernel(default:drivers_usb_core)kernel(default:drivers_char)kernel(default:mm)kernel(default:drivers_pci)kernel(default:net_sched)kernel(default:kernel)kernel(default:kernel)kernel(default:kernel)kernel(default:net_core)kernel(default:arch_x86_kernel)kernel(default:kernel_irq)kernel(default:vmlinux)kernel(default:fs_proc)kernel(default:net_ethernet)kernel(default:kernel_time)kernel(default:arch_x86_mm)kernel(default:arch_x86_mm)kernel(default:lib)kernel(default:net_wireless)rpmlib(PayloadIsLzma)3.0.3-14.0-13.0.4-119ae270ea76e07859eac313ab2bc8ba4f3eb7c17cf1a16045f289cc7237dbac85b0458d719f5378f3df41a687950fa3d7f1373e539002cf0a71f20c04b8e8bc9966c8ea771deaaeccd0f8682a926a58d40f41acbf82d5a9ade5c7ba437e2813bdf4d7992805d1012513931fca553ad99737dc055885b5e6f134ae7c026908908322d28c96c238f143ce5e8985356727f36a90c821b2b17bd4.4.2-14.4.2.3H8@H@H@G@GrB@G9G9GJFo@FfF@FEE@EG:E$E@D D D+@hschaa@gmail.comro@suse.dero@suse.decrrodriguez@suse.decrrodriguez@suse.dero@suse.dero@suse.dero@suse.dejg@suse.dero@suse.delrupp@suse.dejg@suse.dejg@suse.dero@suse.dejg@suse.dejg@suse.dejg@suse.dero@suse.dero@suse.dejg@suse.de- add ndiswrapper-long-essid.patch which fixes bnc#432461- fix to build on 2.6.27 (ndiswrapper-iwe_info.patch) - hack around problems with generating _exports.h files- update to version 1.52 * Implemented va_list conversion for x86_64, which fixes oops in vsprintf() and vsnprintf(). * Fixed oops on unload if using our workqueue implementation with SMP enabled. * Don't change the actual thread priority, just pretend it was changed. * Implemented format string conversion for x86_64, so that Windows long is mapped to Linux int. * Fixed most sparse warnings. * Simplified code and build system to remove already broken support for Linux versions prior to 2.6.16. * Added .size and .type for all functions in win2lin_stubs.S to improve backtrace on x86_64. * Fixed rx key authentication sequence number conversion from Windows to Linux so WPA authentication doesn't sometimes go into re-key auth loop.- update to version 1.52 * Fixed kernel crash when CONFIG_DEBUG_SHIRQ is enabled * Compilation issues with current 2.6.25 kernel tree fixed - loadndisdriver.c was compiled without RPM_OPT_FLAGS-update to version 1.51 - ndiswrapper-1.49 crashes kernel, 1.51 works ok [#350735] - Added support for 2.6.24-rcX kernels - Fixed issue with changing mac address (with 'ifconfig hw ether ') - Fixed kernel crash observed with mrv8335 in ad-hoc mode - Fixed an smp issue that may cause ndiswrapper to stop transmitting packets after a while (noticed with Marvell Pre-N USB driver)- hack to compile with 2.6.24rc2 (using mandriva patchkit)- update to version 1.49: * If a driver returns invalid MAC address (00:00:00:00:00) when queried with OID_802_3_CURRENT_ADDRESS (probably because NdisReadNetworkAddress returns NDIS_STATUS_FAILURE?), use OID_802_3_PERMANENT_ADDRESS to get the correct address. This is required for some atheros devices (e.g., AR5007EG) * Fixed a kernel crash with non-preempt kernels (observed with acx111 driver) * Preemption, as required by Windows, has been reimplemented. With this, ndiswrapper works with RT-preempt and non-preempt kernels * Dropped support for 2.4 kernels (and very old 2.6 kernels)- update to version 1.48: * Support for 2.6.23 kernel * Disassocation with wpa_supplicant is fixed (earlier, after disassociation, the driver and ndiswrapper would be configured differently, requiring unloading and reloading of ndiswrapper module) * (Re)Association / (Re)Authentication issues with wpa_supplicant with 2.6.23 kernels fixed * Fixed an issue with 64-bit Broadcom drivers that cause ntos_wq worker thread to take up all the CPU in some cases- update to version 1.47: * Fixed random (occassional) crash issues with 64-bit drivers (observed with Broadcom driver) * Fixed compilation issues with version 1.46- updaet to version 1.46: * Fixed crash with large transfers (bug in version 1.45) * Fixes 'NOHZ: local_softirq_pending: 08' warnings from tickless kernels * Fixed issue(s) with RT-preempt enabled kernels * Fixed ndiswrapper script to handle installation of Intel 4965AGN driver (which apparently works with ndiswrapper) * Fixed a warning when SLUB allocator is used * Fixed kernel crash with PsCreateSystemThread that manifested with sis163u when preempt is enabled * Changing MAC address with 'ifconfig hw ether' should work with all drivers now. If MAC address should be changed everytime ndiswrapper is loaded, change 'NetworkAddress' setting, as explained in wiki entry 'Tips' (earlier 'mac_address' setting was used, but that no longer applies) * Fixed an issue with some drivers (e.g., sis163u) that would stall after working for a while * Fixed crashes when removing module with usb devices * Fixed issues with Ubuntu kernels (where PREEMPT is not enabled) * Issues with combination of DEBUG_PREEMPT and RT-preempt fixed * Fixed issues with newer 64-bit Broadcom driver when more than 1GB RAM is present * Added support for upcoming 2.6.22 kernels * Fixed long standing memory allocation issues with some drivers, Atheros especially. With this fix, Atheros cards in Macbook with Core 2 Duo are known to work * The above fix changes core architecture of ndiswrapper and improves memory allocation issues with all drivers, as well as executes mostly with bottom-half's enabled for better system response and performance. Many drivers have been tested to work with these changes; however, some drivers may have been broken * Added support for Marvell Gigabit ethernet drivers (apparently in-kernel sky2 driver has some issues) * Yet another smp fix * Bug fix related to events (no driver seems to be affected by this) * Fixed soft-lockup issue when multiple network devices are used * Fixed a bug when unloading driver * Fixed issues with recent RT-preempt patch * The workaround for large memory allocations (needed by Atheros drivers) with 2.6.19+ kernels, introduced in version 1.33, causes soft-lockup with smp. This is now fixed.- added module-init-tools to BuildRequires- update to version 1.39: * An smp issue is fixed * When initializing a card that supports 802.11a and either 802.11g or b, set the mode to 802.11g or b, as 802.11a is far less common * Added support for driver for Atheros device with PCI ID 168C:1014 * Fixed issue with initializing athfmwdl driver (for atheros USB cards) * Fixed ndiswrapper script so it installs drivers for certain PCMCIA cards (which have bus type 8, instead of 5) * Fixed ndiswrapper script (broken since 1.23 for sis163u driver) * Implemented full scatter/gather lists (not tested) * Implemented support for hardware tcp/ip checksumming (through NDIS) * Fixed a bug with scatter/gather. With this rt61 from RaLink and VT6655 from VIA drivers transmit data. Other drivers that associated but didn't transmit data (e.g., RT8855, Airgo's Gen3 PCI with ID 17CB:0002) may also work.- update to version 1.34: * Provide workaround for large memory allocations in interrupt context with 2.6.19+ kernels. With this, atheros (and other?) drivers don't need kernel to be patched.- update to version 1.33: * Allow large memory allocations in older kernels; with 2.6.19 and newer kernels, vmalloc in atomic allocations is not allowed (see 'patches' section on project page for workaround on these newer kernels). * Added compatability with 2.6.20-rc1 kernel * Fixed crash when changing MAC address (with 'ifconfig hw ether') * Fixed crash when names of other network device are changed (e.g., by udev) * Fixed crashes with shutting down computer without unloading ndiswrapper module. * Added support for Davicom 9601 USB ethernet device. * Fixed ndiswrapper script to show correct device IDs. * Yet another fix to ndiswrapper script (to handle file names with upper case extensions). * Fixed ndiswrapper script to handle INF files properly. * Added support for Atheros 5416 (802.11n) chipset. * Windows drivers may request firmware to be loaded in either upper or lower case (either full name or partially). Instead of using given name, use installed name. This fixes firmware loading issue with Airgo networks driver. * When compiling with 2.6.19-rc2 and possibly next rc(s), compile with 'make USE_OWN_WQ=1'. Final 2.6.19 may not need this (hopefully). * Bug fix to drivers that load binary firmware files (broken in 1.26). This fixes issues with Atheros and TI drivers. * Atheros PCI driver requests more map registers for DMA than limit specified in NDIS. Instead of failing such invalid requests, continue. * Removed debug flag in ndiswrapper script * When HIGHMEM is enabled, allocate and copy URB buffers only if necessary. This prevents memory allocation failures.- removed debug parameter from perl invocation (bug 215609)- update to version 1.25: * Support for WE-21 * Bug fixes * Devices are recognized when they are inserted, instead of registering when module is loaded. With this, new Windows drivers can be installed / updated without unloading ndiswrapper module, and any number of Windows drivers can be installed without overhead. * Minor tweaks and optimizations * Fixed issues with RT-Preempt patch * 64-bit RT2500 USB driver works- Removed use of uninitialised variable (bug 184410)- update Makefile.in to fix build on x86_64- update to version 1.23: * Bug fixes to recent changes in 64-bit driver support. * ZyDas ZD1211 driver uses interrupt-out URBs, so set them up properly. * Bug fixes to Atheros USB driver support.- update to version 1.22: * Added support for Broadcom 802.11n (draft) driver * Added support for 64-bit Marvell driver * Optimizations for 64-bit drivers * If network interface name changes (through udev, ifrename etc), ndiswrapper notices it and changes entry in procfs * Fix to a bug (in 1.20) that locked up when used with RT2500 with SMP. * RT2500 is supported with 64-bit. * Fixes to 64-bit drivers; TI 1450 (used in AVM Fritz) is supported with 64-bit. * Fix to SMP kernel crash when USB device is unplugged. * Calls to Miniport functions with serialized drivers (such as RT2500) are serialized, so they should work with SMP. * Enable interrupts in IRQ handler; otherwise, some drivers (e.g., Marvell 8335) don't work. * Kernel crash with changing mac address (with 'ifconfig hw ether ...') fixed./bin/sh/bin/sh/bin/shbrahms 1235586012     1.53_2.6.27.19_3.21.53_2.6.27.19_3.2-12.37.62.6.27.19-3.2-defaultupdatesndiswrapper.ko/lib/modules//lib/modules/2.6.27.19-3.2-default//lib/modules/2.6.27.19-3.2-default/updates/-march=i586 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.suse.de/SUSE:openSUSE:11.1:Update:Test/standard/fd5c391c3a3f96b43176973a1e312350-ndiswrappercpiolzma2i586i586-suse-linux'ǹfn;O]#kkernel-defaultpackageand(kernel-default:ndiswrapper-kmp)@?]"k%;:k? m=+A 7}9SP̘@u4djVYldɞOneḷ_Rݴ㟗y[RD5%w]([,Yz8't QւEX"aO*# Z\e"x`Vi2J}HOEArC }uKbNv;ynI,L]1sk߬_|)a >'AHK 1˴C0xB]\2P,LYyQEr,Ү TC9RL{F1)gm2rU*h4=ΓJ?F;M».6E⟔񝻦Ps a؀PaDa$Vd?o勂EŪIV dGRर14~5B.G" U&) ]llԁR0H/0p8;/1hG^L*t_6  %`1@&ߴ\1&Kmƿ`Ͻ"8|z&(-e$NJd[JeHnQ$ȣFe˝)bS,ڛ L::\KrJ뵥u4.Kve>t>Z2xoL?;/bj\5ކnKk%uG3Mp{Ype$;5 pY*L_ux{ FMIe6 C(I#{kiN q(pAC>/-&]X,JY<>U0Xq`_8N1)=(S nK<'@nUYh(]6x$|ؠdJ/zC:mWU kPֆE%r 4uOKJp>֛~q`uL֘Gg}-J>os3fW##O#Gcc VZ/f+WvR1V4Yf'.k=AlpRtkG<xRVw/p*6) ~l7~\ZGK~qgP8wrl &RdĐb[^4grO(aizO9B^O |~vy?YRZZ;P}莎uFDe5^(`!jD|=Y-TzmbDd%˅ꧥCb$zi 9=(VIDfuO>]ʼ;i1w Qi8NMSgO-  F_ .60.1zCY'_}xRov0yDpCո\5{3bWҨC!bqL l[_8*Ёl%6Yѻ<$j7< uةA?^`ۥŮPCs[zXibfNtL^p9 CIh. %3#vLOD z *OP[qs$ `du4,֒$>*g-<5K9768QDfF$ t̝8(ݳhNdE>R2{[8K*#3.OFeG6=ILҢTuwf_0d")Vd$4TTb?ksen~mđs2-BE7_2_D.v)Ճ'x_Ҵcm r, rRޠK(}_źv015ЂFk`N1o͚Z(!ԘмJG1 61Z(8ʌ?WvZ6N[n l}<>X8./SMi]d*W 86[f]MC-B(NyOSޣ//OsELJ㽖Y7MJ -Cܡ2"E0^R|b<[7Pr[u&wx.s+D© 5+ "m Na50b{B{gbEw-jNub.-sqA^7BJNiBM_~o#zE\1RdϚ|]6]cU0zcD(j0Y+}D` @2o+Ch Lgevawe ;Z}X\8 ܽs\z=XlޓB~Nb )߹װ P™FDdD#fko zw3C8=ULl0  aBC;ҢL:vD-zvHe\%Lwl~F]Qy9_nvnp_6,2Da1)@yUV >B9]RoF]JsY%:A! 2c}\A=ޝ#&GɌk_MģokСv\JC!МZJSky (JŨgNH6FXsKɳ" ShnWggKo'lUyrL tw0Tgy![DORT4&1Gqes.VA0azLG=SpVƃ4w oBb ;pl~UWD.tsŃi7]LkR:yb'+Vn{籂@=uXHHX{/+/y1<w)FfPaFSXńu{OʫYP 3Oy-:6t- Cq;'x0 Dᬣ P _?Hs^ "ȣ:h֟{ab >? F~ɼ#6:1d1F3ۓo~vτZy1mD(ͤߜ}rw{{ O=vxJF" *Ñ%ĬSS0M*I2+?b (JƯm r1u &ZJ87W@&%@UWJwyy RCKe^n^3sK =L2b-f kRr%l;f}5M HU?asy*?zjqU'hLOFZ(#;z^F3`uc M:2v4 VTXH˘ƏcINX٣]fBi$HFGxOޱ 蠡6JR3 vلO g;{UaЀcӔJ q`q0Sk[R0.WJDs=`'wBr0KinpRrUEm<׷ZS!Tl<Ǵ.>5ge_ap{Ɛy^ PAt q7[`Da ؚEhbmރƀKョLMuy1[o~Et)T$O~hP'abz1ᡜ<"R0 ɗ`eeE\,-!5"WA0ZՂ#֞ j-=@Ьe:S26)y&r6.qQX[EU` vo3yEPΓ#.Fvbȯٜx]8wU`%qE z.XX%Bׅ zE_+"I\wrq@j/i * e3}4x~[ eecb@֣.;&v7|4mizV[Ls&ThO&B+XL\)]W(?1bi\9<%]t`|긑oJg}p;~FcT'-~RoSSŻF_0pϢkna,']΄3dT,'T kvQzZv'$V`v2<*c1|f P-}L/M'(-FwBuw2K[ѣ-쬽Fk-*,H"‡|'EkN S|(DYX%Jej :\#EF UygJ,$k;6elν\.vJ8k߉ C"y+;)8W6_ ͣ,ɽ޾KgcM!s )9"*eǞ֐G1t F"|SCj9y4t۳WPIꖉҎ)#E!,ل (=rl&0LvX+EnAmqvGcYsW{А zKϡUL[`'Jܲzie}^9rƷ1ӂm ۑݡٲM3gdkP K׆hrNmyjpќd?c" '?IhivZTۍOj UJ!J`5|gp0qI*,HfPOGH|!a$1}w>TlV*ɣ2DBlO! shp'bu@xjv)Dqs%=x Sgi9vvzӚiIqv&x9j0[ʶ-pzKvP @h4f'ޟ Vws`*J 'Q:I>\A  Gj%T0 {>DbZay\>?Mv5WՙESvP1\6Aq:t ڑPn[O⍧15Rԩ[me@@ɵG#Ht&B]SGNkg|Ƀ<835 gIf=obK]z\G 5f䄸H ) @͗wKq8ݴ]p\NXw乊"cWXх/ơ?y(o@ dvxeR: /x8MC $dwb[h+t4T``PEiXE5ΛaJtZAЪPt^شwQȊOrU uy ihzSdpTîXMryÛJ8 %J'#Vc0i⠗nJ>j, kF[ʑDa#D:bdVzɸv0Ԡ|]}AL|'E sy~9l!5Rn4vA'>"ZEۄcZnjd, DAgiY*F^spb &m|RV0 3Ql/aU2,&m$Ah:]fekzQSWt obPi;ʦ Dp;t{!=wS%6M*<g:1FKZh\vǹ)~w;|( 6f#s^ k^7@?:~<:^%z*}ƼIjRFa=D:谊 9E>Jijw'7)ψ7ΐ1^RNUܖ^o/3(kW %37\s2'bc,5nfw nN-9xP71=?/aZ'݇ExfHߜWEI]cjfTu"fBH]!-Vu3ǜ/ /ބxm-°m=<*([p߬o- d LA~D9JLu*?j&`is}OF]ԌC,JHʩ|ZCx1Ro0VQT0X D٥=߁+`Hm.c s^NkS;|PA~.W+%E~FdWMc} xKeV(2:\j<5C.y_n?grEQZHdSdgu@9+邡Z%Xrt+ԭιEhL7TӬƺBVp,»v3sQ*hU0PgY>"c{ۑe} TC:X(vF YcV闫ȩA#4IApk$)Amnm7=J3R)Xlw͛g$,(/5~Hnbt/(rN_ q[v8`68kJi{?OyS)yvynfd)Ь&f+0OK$*~l"e3,ՃU玘/7#}~:3&XQVHl) )v=u󣫅c0/ Z pʙh;hgkoMO)@+:3wt@1a,lO-eA?8'vcqN& N5V,+7Yf+# FmuַK[u#nrETRܢUb`yN#.֍pM T .NIId ݈L[_veeYa|E(O cqg4ěSOJ:Och5*JdOk.-9P.̤/ݓsώ {l^ad?h,h3Mu+j7\reIY3J,otFDpY*?5;a^0,F='= zup^q:~cMZ[( L.+H݉@M.dB} `B|!MXP.Qb5e*.aئב`?)뮥y7x1. ACG9UKH)z'nգ|&)V(Q'樶á  ߅lIT?UZ[qiQ\q+>μ5 DtO\ҋY=RYO;c?(P=8869QbǾ6(<bί%:%wTi,hl}i>x *MA-AFV|(, wp;k"݊79qd-4Y-BkD#. =5"_69qxI78] ? iY)* hN,rlLơjf0@薢ĽU |tWe+<|aCݏFa23t+>8ڸפBVpfbM"_a>|Ϝ,^;|36t9*3`5>^x ==#›"ذ!W6o1Nݰ6B R&,0KӸ^=>9;ry7@-!Gn@lmX$ ,3iˣ ^]}  &04Crp) wr/BvWo ^qd7 Fꬒ·G%tav*t(QԶ-n- IA.K)@E@MCXz<4 PCs; U)υ\?iC5BUҜ\@P=)B*aЈ{z/фwc'}(M9$C\i*9,1_ŎѱQsYD,l*7諘d F΅Q=B>btQػN6}SBYަ\D0㹿ٟ ?p|g.y! ܯzn\E(;PgF,$\B@3_5j: ͺQpXy˽(EhWY`"wg[Ҭ&/y /[ÃG :Ux:0۵޾߈=b9A5wo'6?kU7$^Jٟaȸ0w`9G x/\l*wW\~1v 4XTb>._@S;$!8Y=%AqNf8|P l;꫾"v"+e<ܿc*+oh=O4񽪄q|I\D{MXSn.Fbtm}Pһ/]!1C(MS7: \_0wP.VA+S=Oe+[HOt8!H6+*=:Vh gygo-[S YpljjqjEF7<5qh+\3I.9NS7Q($&;s_aKjMIJE(^&S#40D=: t8P! f=,NCJ0獟])ClqiΊ [9-$Nr n%zxIV U90]3Z}hlT q[ֳ2V)p{Xen^]?qi[t'j;W~Dt`8ٞ8uQRiE5?+|>7:Rt- ,DF]ڇ^_o`:?^>x9(S;99d.AMÏ9=:sV'>׸U7\-)y \AN9_ܙ$%2[_vK.`i:Y{vq1빟(Z Fݟ$AMxbe) K :w5jFsehu1ꈸ5,rzH,{ѣC8jFZ4Dr@mJE͂"TX~^) VUMyIJ]2!Ƣ6hb1 bZ|vJ5ZܪѸNVJ IzzWI{Ŀ+i檦Õr#JOL.=˓ՆZ 캟靔4`}2P{H}u sB`4)b[6NsgWQ6UGZ'(@6QTp7:{:7/5Z &#SF2Ԏq޲%1,4R; ?ӛw?Ge!iC;G=bJF/mu>nou 82Bi `㒃K0sc Dfoz@:!={7+je5;Ij%*N†3.l*!=L(?yKs߅,}ǗJ:L6#B-O.\!$JٴjbCGC( c|BTڻy lGd-3e;S)+K.ҫ#rS.?/k'x I{Y ͑>RȺt 60Hm ̻|լb?/eP?ѝ oXkГ3G.tpھ*/$jUS }2ǂk,6PyA&5`no{÷E19>*+"o>6o }n1(ZGw ,ZDM _^䣝 g4$1H-5PW-'7qV4֣` RHkKq|㵑4=OĜ2{OYыےř"yE Kڹ(:+Jts5ΈIvAeؠy m6f Vh^ Dc&AC<*6@O3t=Fyl5`2|2M"eyJn5t? AUm8y-0d=?VPJȥ8@5ttY2>y8=:P' )(bT)6ئYťrpfjv?:3F4ܔt*z"OL¶4XBa"ET2ߜWlU[GLa|OA&7sebkm-6~@ٞ r:k VJh@&.{*Bkq2@ɾk%5b"eŧ'[OUP/cqJ؉/ٱ: *gѝ_6v-J>Tn|6K޼[yAawhxM; D/te_QO6GYµ: a"\;Yı>$1 (nNpxH! و7L w˚W(c(}ufKc!5"25PΗi}Fm\V!y7k 1؝6| h0LPL?R"حPBٱƣ~,-4$͐-,yALGoa/@n/{øza~9-wg\kPy+ڷWbdy>\goSσiB%= ǐ1iU#$׭e>Dag}$\mfr:Ak1.D QU:X!WsIne)sOgίΑ7d3υcHHsT T,/P瀀6Gk"W<6cQպDz.Czس&-[+Þ^q @3}j{rhucUăeS]XW,ΧjT,"ƲY[= pT*PuZ`?AY@;bl^n~JIhִ\̮Vxb:!$_@&f$& L F\\QAlif)(5+A__*c ,%?qWBK\x~lWŰ&VEZdPxhɥt+v_GoOӒxzuͦvRUsfJ|ËatZѸʕJo0Ҏ@,ժ!ӀbsG dў$H,Qh<()4ć@7GΒWC$cRQQlH= ]Wd 9:O(v`t=CꍢfbH|5*Go]\{9g e2a8WXx1wYT\8QoTY6FӊvLBCjz&{Jm ٽ31<.J4ĉ-/Q#=PmqAyPR{(lwVK+.(& &(`$.sN'c6yЀ&mi#D3d; ^ZWk 7<h!?s`ZWsd9sւ)ݦT;Y$z#I]gQ3!&[Z7(uq|X$T^nݦrK: 7 ĒPRρp|L8Hk#͉?f%:21-\3-aO@`^V=vH_29kkФXb i)eq Q{T/qZ- 3cGNFp6D`mlLNÚ^!emXcNkp\q}{v` }QI ʗ8JRn5 { mqߐMK<̙ !.Q2MUx=Pm+,XO'[ -Gb|El>w1;3Uγ,3pD,:&p Ik!Ɍ9S*+]S!UM}_G#(x#ְa!eEShv2&A5/`#A-r$*dO՞/?z穵EC|/$u!Ɏ]q( ̓ 6kŊ8cX+tE(S^H<-:"svmRmڄuoc{%יT * 2-H1*4[[H㣬mh}4r+U$!)/:%12܉CMAoDc,lt` ܄dl]O`URgjT֐ C(GX=yfC0$zY=o< QiVn [ eRҔFҒÞJ . *ß'8DZHVyt'>;Hbx{h $]qKVA'/7^):Ж]YDŽu܊ J \57zxFj14L}Zwoåza҇oU^ē_# 34Mm+xCz*ԽNi:qmu> Z8Y-ܐߣu8;Pb9*A*^qluP*Q}PAa#-`PQv)ofP,q1dD*@SL MB6~GHm-E 884qk 9XbY>Ѩ0ܸ0v=8 R cQ!?-ke4E 66A#D>S);ȴ42m dIZu>cJ"uK#+ XM~0ޖ!*6SAFBӏ2ygSUD)}eF[8GPPkNeY巩`0An*ZiekݟHiO-w "^!鸝gAEQ~)EjD- \rCMX=臠'G BηP$VSȪv[9PXif}ShUS2@מ&G|cc Kb\Y޶YQ$%lm[̺c)bAZRC ygr7`(wsݧb.)ΚI3}N>dϸˡx[d 9wͺL4-;R';]!$#N=/ld [f]}"A1 0(v4NBqs0ٗѿܜ^1aTr[n&[b7v4_ QEr ̵O:S,iϩPq h-X*mvO)i"LɔDDdMA1}Ɵq;[Tm#@O%k>@esXE.rF;v@Zh&~%x-UӼ_efO+: <_ Ăy([OuK]$bF*Ɏ~ųjռޣ~ȋy2iv ˋ0LM`(TR̸VLƍ.Ѻ3țCw~ljUI\CUyd&@‰( EG7cw,@~HN:Y]?m/~?/LH&\cӳys3ϧbPj{IP C9󱺂n(Kk˭'K#Bv\b=OSj _Kɞit][PՖPtŢ>&ǤA-Q:(PV@~"y|҂FzN3)$ @^5U38`p$[a6ě&)>.VŗN_ӂA{1]aqJƦs!ޢHz_m][~\c0?طJM DcL;Tr> >4q&(M&@R)$=*{S \Ə1>[Wyǎd1Ԛc,5(yưDm:g_0:aւ%v+ f|ƒخM*k(M6zK_V}~`:IkG<ϻXkԂR=Q 嬨?*,%){jġտ7e%y0RhVC zq˦V}5/{a!PڦA.*o⭻p0բ|i}Jhe;p_HĹ8Zr/L9E-x3%&4L&7K;WAbPy45>X~U8- fq;-YQVvw`Hy?ܽjL8\ ;Zn|'FuWԬ+t!E:@mJ1gf% +;su٬ c9|{qN0A#st0?_P rN8H챭aR Mw4|S"Ә^lx q6,(Ⱥ]*'Z95]${&zaVҚ'@bʹ7QUiFv| Պ?} dZ`bЃ%a 2~ehCťW.[(5̼.=-kY˳8Cx KU gSH1m \Ze7x'2A )vCcB5Eu M<8<]0Gew/;Vɉ*te?,*!MF3[ꌱ,r#ú052ֈYYކ'6 I5I;@LjHjtϬww!'vTk^z:-4|›f.(g 1<h3'90O:dCFtBJ54\;ˁ\HA P#9QYPGmi,S3/xv Iql@M=R`]0a^u]*,p˻Ar4zso=8{25򞺮3L|m DDF؃lyZ%cL-8Pr `)rae.ʬY4[2t"=np) Dc8o؋]2KwNZ5c5 s%4@8GOVymjAp}Õig8 k_x`e+HŮ"9Ǡ[2 $<(2嗩\)ٮsyvM >.bprL_ԷCKy'F´+}m9LCQI^qՁ"l<"1E: J4u7I[0([44B7,ZM1Vm/{XQ;soM[0kmUF7|5VJ|;9^ge*6PNl[#8 ܜ#mШx=ߋ7pQ5-3Þ=KF,NKcġ<3I4py{tʯK6魞 8XFj4""ɄQA/j%5/+#&#?zۃ v8IW.Fg O'nbuksM:Bk|z*M5#X=k7^$zEC`tRXMxqzY!|)&׼yGx|A{wBMcUKAKM!JVeوI?Tc, dS,1᱇DƇ>/Hݏ]I1EA~CPz6rh8`H U'Q1H3acˌv2RY}KRY3g? 􈊠(GeGx.8Ǻ[]Gqq t82dV,EZH#.2>91LH=\06{W7fz~9X2S6m`[uj~9yP:L苅4R dGu&EYQN~Y O5D?7=4)^0ptTo2R/K͹#yJ1\d W,4/( !S7 &pU#2i㉘Ai@mW! Zs]vp2@N>Jldz1='lm0@ a??!dr (!Ԋ%R۵e'6\Uz` 睥E 9έ.gguwqh.9W}_w~LYA``#x;c:g#`?5SD`|Н>CI5SR~xA|z 1S!$>~9dq5K h4*l1;޽H2'P=C?DXCAl@b8iFF}tْ(= :z(;FB^|nDPѭw 8| UjF/gWS4ݎ0Q#u*?KJEBJB.vai)zFk910adj]p_,ztv/5Ϗ۫ؑbJlrɔW-vv$e