libipmidetect0-1.6.2-lp152.3.6 >  A ^/Ѹ/=„yn${9pgV2A?dgK|Zq^NmdQe4'֒N`VIdC` 5:ezQ􃥺oJt*t|%0 f.Y`;Z;z $8gGp@)8?)(d ! 2 +4E _p      *4X`:(`8h9:x>& @&/F&>G&TH&\I&dX&hY&t\&]&^&b&c'd'e'f'l'u'v(w(x(y( z(((()$Clibipmidetect01.6.2lp152.3.6FreeIPMI libraryThis project provides "Remote-Console" (out-of-band) and "System Management Software" (in-band) based on Intelligent Platform Management Interface specification. This package contains the libipmidetect library.^/build85openSUSE Leap 15.2openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttp://www.gnu.org/software/freeipmi/linuxx86_64^/^/74d7207dea52d4ebed09077b4874260e6c8af4a67797d668d32a1aa1e6b0c5eclibipmidetect.so.0.0.1rootrootrootrootfreeipmi-1.6.2-lp152.3.6.src.rpmlibipmidetect.so.0()(64bit)libipmidetect0libipmidetect0(x86-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\8@[v[9@[aZK@Zu@Z@YB@YY^&@XCX&WW@WL+@V^@V3[V'~@V'~@UUmU/@Tq@T@TPtrenn@suse.detrenn@suse.detrenn@suse.dejosef.moellers@suse.comkkaempf@suse.comkkaempf@suse.comrbrown@suse.comalarrosa@suse.comkkaempf@suse.comkkaempf@suse.comsfalken@opensuse.orgkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.commpluskal@suse.comkkaempf@suse.comkkaempf@suse.comkkaempf@suse.com- Add provides:freeipmi:/usr/sbin/ipmiseld to the freeipmi-ipmiseld split package for backward compatibility for now- Remove has_systemd conditions - Add rcservice shortcut links to control services - Fix some more build warnings - Use %license instead of %doc where appropriate - Extract ipmiseld service as a separate package as done with other services - Declare /var/lib/freeipmi/ipckey as %ghost and do not create it explicitly in .spec file (bsc#1100124)- Enable build for aarch64 (fate#326605)- Changed mode of .service files from 755 to 644. [bsc#1103311, 1103311-service-files-mode.patch]- Update to 1.6.2 o Fix error in bridging where bridged requests were sent to the wrong LUN. o Fix command parsing bugs in legacy ipmi-config scripts (i.e. bmc-config, ipmi-pef-config, etc.) o Do not output full path of daemons in syslog, output only the daemon name (i.e. output "ipmidetected" instead of "/usr/sbin/ipmidetectd"). o Update channel range from 0-7 to 0-11, per errata IPMI update.- Update to 1.6.1 o Add IPv6 hostname support to FreeIPMI, all of FreeIPMI can now take IPv6 addresses as inputs to "host" parameters, options, or inputs. o Support significant portions of IPMI IPv6 configuration in libfreeipmi. o Add --no-session option in ipmi-raw. o Add SDR cache options to ipmi-config. o Legacy -f short option for --flush-cache and -Q short option for quiet-cache. Backwards compatible for tools that supported it before. o In ipmi-oem, support Gigabyte get-bmc-services and set-bmc-services. o Various performance improvements: - Remove excessive calls to secure_memset to clear memory. - Remove excessive memsets and clears of data. - Remove unnecessary "double input checks". - Remove expensive input checks in libfreeipmi fiid library. Fallout from this may include FIID_ERR_FIELD_NOT_FOUND errors in different fiid functions. - Remove unnecessary input checks in libfreeipmi fiid library. - Add recent 'lookups' of fields in fiid library to internal cache. o Various minor fixes/improvements - Update libfreeipmi core API to use poll() instead of select(), to avoid issues with applications with a high number of threads. - As a side point, while IPv6 networking support has been added, IPv6 configuration in ipmi-config & bmc-config is not supported in this release.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Follow the shared library packaging policy. Created new packages libipmiconsole2, libipmidetect0, libipmimonitoring6, libfreeipmi17- Update to 1.5.7 o In libipmimonitoring, fix several mem-leak corner cases.- Update to 1.5.6 o In libfreeipmi locate (used by ipmi-locate), use DMI firmware in sysfs if it exists. o Minor mem-leak corner case fix in libfreeipmi. o Minor documentation fixes. o Minor error message clarifications.- Edited %files to clear unpackaged files builderror in openSUSE:Factory- Update to 1.5.5 o Fix invalid flag clear in libipmiconsole that can lead to a potential double close on a file descriptor. o Support Supermicro H8SGL-F OEM sensors and events.- Update to 1.5.4 o Various changes/fixes in libipmiconsole - If user retrieves file descriptor from ipmiconsole_ctx_fd, user is required to close it. ipmiconsole_ctx_destroy no longer closes it. This is to avoid a potential double close which can be a problem for multithreaded applications. This is a change in behavior, but we do not believe this will affect most applications since most users close the file descriptor under most scenarios anyways. - ipmiconsole_ctx_destroy() should now be called to free resources even if ipmiconsole_engine_teardown() has been called. This has been done to create consistent behavior in the API and avoid a former segfault possibility. This is a change in behavior, but we do not believe this will affect most applications since ipmiconsole_engine_teardown() is only called when an application is being shutdown. - The use of IPMICONSOLE_ENGINE_CLOSE_FD has been clarified in the header file. Some of the prior text was unclear. Behavior has not been changed. o In ipmi-oem, support Intel get-bmc-services and set-bmc- services commands. o In ipmi-oem, support Gigabyte get-nic-mode and set-nic-mode commands. o Support Gigabyte MD90-FS0-ZB OEM SEL events.- Update to 1.5.3 o Update Fujitsu OEM extension product id support range. o In ipmiconsole, support --debugfile option for more difficult debugging scenarios. o In all sensor related tools, increase max number of record ids and sensor types that can be handled. o Fix several invalid completion code errors/values.- Update to 1.5.2 o Update configuration file parsing code to handle values up to 1024 characters in length. o Set FD_CLOEXEC for ipmi driver device files opened within libfreeipmi. o Support --read-fru, --write-fru, and --device-id option in bmc-device. o Support --fru-file option in ipmi-fru. o Various library updates in libfreeipmi to handle new features.- Update to 1.5.1 o Update Intel Node Manager support for 3.0 specification. - Update API and fiid templates in libfreeipmi. - Support new OEM SEL events - Update ipmi-oem commands. - Support new get/set-turbo-synchronization-ratio - Support new 'policypowerdomain' option in get-node-manager-capabilities and set-node-manager-policy. - Update output of get-node-manager-policy and get-node-manager-capabilities for changes. - get/set-node-manager-alert-thresholds converted to get/set-node-manager-policy-alert-thresholds. Legacy commands still supported. o Update libfreeipmi for IPMI 2.0 Errata 7. - Support/handle FRU Multirecord NVM Express type. o Support Get Device SDR Info, Get Device SDR, and Reserve Device SDR Repository commands in libfreeipmi. o Support ipmi-sel OEM interpretation of Linux kernel panics. o Re-organize OEM header files into per-vendor files. o In ipmi-oem, fix error in "DNS Register BMC" output in "get-dns-config" output in Inventec, Quanta, and Wistron vendor sections. o Support systemd through --with-systemdsystemunitdir configure option. o Minor corner case bug fixes.- Update to 1.4.11 o Fix logic error with a few OEM SEL events for Intel E5 2600 V3 motherboard. o Fix various logic errors in ipmi-oem Intel Node Manager extensions. o Documentation updates.- Fix SLE10 and RHEL5 builds- Update to 1.4.10 o In ipmi-oem, support Supermicro get-power-supply-status2. o In ipmi-locate, fix probing issue on arm32 & 64. o Handle several additional completion code error message in libfreeipmi. o Handle several error handling corner cases in ipmi-sensors. o Support Intel E5 2600 V3 motherboard OEM SEL events. o Fix several errors in ipmi-oem intelnm get-node-manager-statistics output. o Fix logic errors in ipmi-oem intelnm set-node-manager-policy.- fix Fedora/RHEL builds- Update to 1.4.9 o Fix strtol parse corner cases in several commands. o Minor documentation fixes.- Add gpg signature- Update to 1.4.8 o Fix segfault in crypt code with libgcrypt versions >= 1.6.0. o Fix --fanout command line parse bug.- Update to 1.4.7 o Fix typo from FRU spec, language "Tegulu" is actually "Telugu". o Fix typo in SEL session output, "Invalid Username of Password" to "Invalid Username or Password". o Loop on select() call if interrupted by EINTR in openipmi, ssif, and sunbmc inband drivers. o Fix integer overflow bug in ipmi-config when configure vlan ID > 255. o Add workaround for ipmi-config issue on Supermicro X10DDW-i. o Fix error handling bug in bmc-info.- Update to 1.4.6 o In ipmi-fru, support output of DDR4 SDRAM modules. o Fix EFI probing on non IA64 systems. o Fix corner case in ipmi-raw w/ standard input or --file and empty lines. o Fix parsing corner case in ipmi-chassis. o Support SSIF bridging./sbin/ldconfig/sbin/ldconfigbuild85 15896534301.6.2-lp152.3.61.6.2-lp152.3.6libipmidetect.so.0libipmidetect.so.0.0.1/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/d3e22649ae0e48c67b0e59b1663b8f67-freeipmicpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bc962571f36bb95044fd5ee02b30d98c3973fadf, stripped PRR RRRRRRٞ|c"뾿Xutf-81ee836eee1e513884c9fff01bf94cacee6829606487aea122b26cbfdc24658e9?7zXZ !t/f] cr$x#+P eKz2#g   DjԘ^a4B(C8𸜪EC5/Kdo1lkΐ^<9Fa#*OiԾ43Ś.&Pjlhٓ@R{镥'*}/TWQVrLeusR aң!\UqJ0P@˔;04bgtq3@j79AS zII}gzt[3"ނd|^(XHo"#;&o/NbE@m(||P6}Y*A[7eK$Pً;Jeyx ި\-l~`#jVՕ\aŜGƉGɫ;ZAK)ekf_; Zpl3/JNEfC; {DN:,&r\A;paB(XUIN 4-/HA6uxuz0i \&\)X ãlKRtwm 46@b zy[53%D*{qs*hX)R[;NZ"\ƺVgDA[D{!9+AZZ<}j{BR5C; y3De702hz%DX-VC8lgoH bh{4[%E drW#} }pO]n򆖹E(+ V!WHR^vt!#lVzYպ~:ҝ:1\dc$_Ib&>Wy؇ c[M$6,PN%)o7pHg0Hy;ط>ˑvo{wPy5е|j>$g1C3ZQhBcƴ^5 qJf_~?К^Ru>",٦M~j}4}Ī`.ʛ`rF+rwwئϾ7-icE_r8jK:Av]mܮgtIwdT)-NE#%@הHw7?cJ=c!؀QgF,Ϣ9eD-%< &lG&pD\UX Tgh7iPߓa+*tx˜)Z*|j~Q$^ ^[F"gq.ĕ>5u}ٰ"ɠSyX]vJuʅSjm,ЫS]m̢ o[foy[>XtїE98T P.ND%Y t\{ۚ/˟B[)_ $к;[ k!>#܏<8B[Njk0DauF! | 6F w$9IA {DW|jcc4 @ SɋBbCu柤Z9W;Zm/s R;DDɴ:{Oݢ`j~z! 1'8ѫ6{71s+hLI}=Uo+oe teik3[usTľ格.(;8dZG.O;H9qwAZHˠ<4=X7:lҼb*xvM|H9plv0 7bEȦP 6vBsHڀi#`}J J_M´٣Mf6<ŃxxCޠxi-?}X1"piPۺ.'7۟$.KeSPЮ+ k [($Ǖ6Z(~ܻ;Gla`"G뺊&/$%WmDQ6䘑U\[~z?&XNyBjH7TS<[T<&ҡxĄD,9RNpd A *ZSұT,h+:RI?ZK^cgWT-hԿ>T06P]x%ZkTfQYuu g LJM>`USy +XEgxc}W^gyEeSǓp75Z( JΛ׊k3 aƠ9`H;K"v ! ّZۇ^WFL|I0a͑},:ɚxh&) T줘 egpP $p6mx n !K}$Χ^_rڮmEnF WNƛ_}&M1Km#pu;e_>ĉgN nu'J]@d^ں'25`,ʶЄZRo<-wFٷ]zt툑AFBR8isO!;ԙ,k9z1:,-5ق;_G]x@'8o&CJ z0ǚ,A bt S/3GP"CuŜoMF2o3r MYk$kKM:dL<Dz#dg+);6^Qr0B}@1*;O_`dc W a@wfrtP\'$pY9TYfndaN $EqlsN&'p4n1 ՍDg|gK0 qV$wʆ}s`nWDbO~GTbF\v>GP{/3^' (ɲ|$!0z"m@q^"+b_M-KhVs @D?Q%(o-4S}rZs!z:{>A]%9#\/ūY+g}q>*Rl +_UC+̅zsH_J<:7O:yp$}C+FڔWtĺ㉕Sӟqc5VK,*[]Vܐ!ԬFG qP+0""q3P0aESiڡua@wɽ&04*͘dbۗ];mtyq +Ν9IVv~?%קcm %04%P6;:vJs\`R&)0V]m D${iccEy~Xi}] lomIg?o(b>zb)m4kJm1:H?,@&O?sMPJq UCl`Yԛez܆,8;*4kXL"tȄ%PbbgvZN?IS[Г='i wVg]*w+Lom#7JטOaEd9մX?'N_ n޻DϿ4ٽӝ&NJret4`Gڌ&eI-UȒqѕsӓqNCjDI5;S#[ lk#=*#hl/a6OB1V_)y. OVz,>UOnr g@`#hG>l,Ȓ=C3nj`oh<܀q\+p[OXT>}~y#T gV҄U_ 63Zk?^&P|S}h0e6bƢoAN=j",L*K3RZ9="MnDtevEn&WSc=~KuĒ* |Up¶fcFz /:/Efm`M\R a#`m{;G,)VbE1 ^C!<mce+ V eqϭD.HbΣ5>nC48F4Q ]7pzϕP躍! N-n45cřdom&UqmumcG9'hɴeUm/PK|4e\Ya90w]-IlO*6L|xڡ-wh?d|8#8SNfvTu] ^fn#ɢ$q d1g,/rn2'ۥ4y;Jsj Xʓ9D/Jsrׂ ,xz7A~*(NA +YSYƎ<+{x`@$e=&S߱utZE=K%5tbo xW;͏ÛD؟!bJc4#~{h=&4W[xe[—@".<r#'o !zCj'|`żl):L ˥ŀ9at 5#0_LuhCaA :QI=~P˹ƆH a-emita{_ YMPRuB !0}UNW~ + Ti4d!~ԸV>*~kmȚn'+(R&X1Ȕy])ĊzqR"jGS\^w "34#}#d$E $L6l-WQ"wk2OK`'Le"ߟLBQ8+(aS΍`dusFfY,Rckӌ D4^}_s㨜t .rUV_s'@ ?e$,">Prߕ?AL#RC1"2sm Ғq= 06f$Rqa:&gRV0sJ'jޫ6Xq> 'm'a+>/Ih?1 "^EȨTN\Q;1h`ؕxS}`hjJJ;!N`$0 ?/u'֝ls2!b]bJ?UYoZT| Ul7dp<.9=/Y]2gX>)2FJ)FIĝ>5pQ2܂=X4N^1X~UT7D 1bɵyhXЕ~hjCDdhBL(hp@f'tނP&x ;vJoܴ;,*KL^G1'_ʚƓ:(C_ܨʓ$UfL?6%f{G0Tf0E@[ut6+5NA.;-&GZ2?OeI_HoV8VHl&~ 7^gQl xiYsZor?A0Gr!JhUG؛d?:<`;7e2Z aoi|s]Wc.4{vJmpMt~'H7 jfcC;'sUpZ--ayT6q dD9Xh@'+!|~E0iPsK~^߾BajUW>1 V%U,on>,F!x u~ {Vƺc`hjxHSm;SCVn\* 9YC'qN%HW0QZ r$yJKXJS3dg)D솺 Rpf+ C~ZoW?ݙٚԬbK˜YAFPW5K{́.,blFpsFIrc[tv*)fbzdlls(S*;kJ2gͷ`ɮώR1p]1X-!yX,)IptxIů)]&4W,W cՆdZ4%"810E>k|58۰Fxd(\$;3s(؇|S*?$B{iL/l|8)?(33cQgT_ӱ3We[ k{G'_Ez7Dۇc蓖C~l;?*m?0;^rM3GyӀbM) BEn7pׂ{}ob 3S9DW>zg &OF"o1E}.1VK) cc{\}dYf/[~٨Jўrcvfc=yCSٖ^pk'v|d+P97Lo$(J_wWnWD)m̲9TeR9{VSvf(di4 \^ޥ%h.ٌΝy6(R&)md$~Dֵ3 z3 g=YT(K)mdA|tej6GMM:іs4 k2^ ֎?]~?j|=H~l7_[pJ5o)I Fw4Z@ϞfME}"Ut=NF06Dg')%1 +|F~`Lk)Iʣs)ațw%8 FXk1`ֻxv$P;l!rb*Ҩ(oDJV|Ekgk8 {_x{R0HbL(z,!sOpGx89H <"H!XQ`o \xP]m7QXmkժgZ . <XoG:jvۉ?n .T%yLL[V^mG8sJx\>lT5hԂ"03>IW&{3՜pcj|SKa`Hho/H~ )hƁ&T']:N,"[س)s !7Gb\B[ߺq|Ϳsj}]SbZ5ϏAQאqM4AgׇFN=.4oOT#Ь|U=@6X'&\/x1g7 WfWdjR{bX0N2\/RyUDZÔvAd/- ?gmPMfdbu4~ FRɋ/we*;ʂ\bS@Yl0ov`EVE8&c8lcFe8khޘ;aab[qukԕaxLɏP鼜=ɗ/KƵW\dGYp@I_G)ρV:Iđ՝f(Êj؉>$o)#ܰmI%_[ɟr?tri/*`Vs; MzYQeHCͺBPcBQEKA >וmOє.0, :Xe 岃(lZ22ŃwIQD1J?Pj'N˹?H \ Ow"GA-5xtuvDo߃ݦM:2.pD2^ə|EBk߁ʋDh4@38a{Q83b ik;)S+H Ȑf@sYtK5YC>iqӏŭէ3u ;R9?ThcSkWXzѼqރBTn%./,"Pr9G{OI*;C17-ڂI<;j {Q_V[y]q[)90)&?sK>g [PwU|WR|%gMr^($_eIWq`]#aI'g2FrJJ^jq>9.;N?5ٛΗ~I ۇID7 y}2Y+Ǡ}]%o{'C0 -` ַ;'K0/dE?lIxG򋘼`(ۃ,T8%LI;X=+@31FܲF{_dSq ju̹~\w"|Ldt.gaQOӋ]4;JNE|3A^l-"-T{rN  KvYk4EN mQZ7Xv bRCņ;ϜYZ~VyMa=7hHΟ_t8t'we,VGadZK蕏8F^;fpWaQzkF阎*o2~O0rseMᬏa)T@-*VL}f=>H@J' luVSiTyXL!(E@uyE:ÂLFwc%f>E3ɎC:#i;Qk8܁ QmI]6#Bm3/M`/Qʨ<CmJg_#w}q$eRm |wkES? §-+ %y+- !nW|]eC—y^1ߝ v?0䕖bc?G&&/tBG/Ndp `8] C-,3 .N#)`q㝂N<P.| ؓ}XX+3s!L}ݤ`AzwFey39L-T/P?֦Kã\#W\"#u -a$sˁ=g xdl4ޘk~݇~ .c]#i/VŦk]eYv$TYpum%^;~Myia V/LWn:cpH4m왧2~>t }Lյ#|ZFU}%d5\ Me(1kv٩]ClKʏB+OxIB+Pϔl< ~y<֒00fP*iX\Q$hz:̚B0*H#%ejBKo:V(6S0kF`-9rG`[Hn!!oGd"gXzB3Q9@/yH0ݓ޿A E+m|b(i Jjh #?Xc-7!+5Jr -e[Y7A5SFLsXezaƳ'Տn<7Wugz[7=H>ԤMDpO [e- m+c4v5 $p$l:ƽ. HJP%2 6 3ãW@3)R&0qbwM㮌g%xvjVR}m#dwhe6 ÚO A~"Uf񬓯5 q+FMoq9^䏑sCӱw4kêPWNc#v'Rm4jc:~ܳ/ccG_wW̫72z'Zsvui/$*R-ޙe r<".0<~Ĥݰ6+ɥ(Nd/ UC5o0(Xeu]J΂ehJJ8&wsl[?Q"YdܻiJ^WsSdaMs8H?fŵ/̳E@{^zfNZY OYUs~K씐ܿ*RT*ƽ>|$.coF߉-~x&Z"b?%;OdO%TB;xI(MJG?)c&*{TʝZ~aѾH <)4Bt|@3۫>OXm2tdJ_U=h g=ڕAUvriwaVjE~fX`(r_s\*B yui(Y$_T Pt o6J\mQbșox\yjam̕@z|ےZj l~:8i뎵8< Wi^G{rQmAD\1Q]`b3쯩X.׻ u oƒOT䥮rq>Xk?U+[.ry'qdz5c}8IZL]uHP#,A2ncݷDa~jN؍*ZYKx\]o{a&0j+'T$k+X6ùFq>< 1=# Ee{D2ܹJH0xqVJlb ١6AIh?p,4! GG㪵E3 u *v[V[D=6- bP߳UJ "Ovd!㖝/d !DRI_+$C r+H_Q}8k֊bSe]rUH96 շ2cw6 ̖0u.;xͱ A"ui1g&`1HPy#7Ki9KPth)t[)\UuiʙJ*OB@o- )a_&j$e՟:7 ǹ!!YeJ`bՒqGSF3W*, ǤJ+lhp߲&V 4Aw H%7@s>}\)" E巟O uM9;<8adL+v,_P[LY2L^q94-J$NzBIXнIvW_#!Vt BBfnX&c&Pe7<{!نXI;g'M8 iv.sV4ƅ@yhy`vɈ1vk[ \SRe/2m 8a}{*UO/pLfyk~3Zq 1]4yO!ݬsc׬!9u5ul'^C5V.*?غh2g3CR흇Vٛ|EW< , %/^LEQ63ge:#  (X:ehn`ij \Vۀ}`ܸn)qSPyK<|R./1x9oakJŭ[ijcyo!^ʙ#wRXcj7k~N_XfT; P"XI׿Ȥ(Ckۊ\"i՟;طapmj^T>'S`[^> UMhrMRDQQթrD1&^oXJyJ̞{iۭӹ< ʋ+`Lb|pI.6qlE?M},)%\R팔|-%K$X54 t/ϖ&1&4i>ko0L܎^YtV9/,mD'ٱ!aj7C$+ȗG|`\(x)SmZgd' B#J\/&1O`Bkj!H!bjsNאrqt^RI+OgGHك!nRՋuO젴!1y%3Y¯2`a҅!.36?ӘSm>$VؠH 9I 2eLQVP׌O3vՐFڴes7zZp;tڳl\9] ?g%瘒^]Lv>>F߉ŮXds?d2K4tmSQL >cDKl%DT .[ 2y{ʠ Y+-6I0GQmQ e2 >M jiH:-A/Wf^v$9;Y2UvnpO)7\Lj)"OSK%hZo嗳4>%}J!0Y: 8@3 }ʾ`n1(Eq7|kB?A `M5RZos9✊)zVܥ@Dn}{H6Ӹd'k_Y782ׄzlWvO-QE/n餬|/=p9$!03yrH;5vyXNl␆C$zFWg.- f!x!6d*Yn=3_~X;4iT&_TbbPWL됢;)"4/ %ȳme)4y`<2 X` '-,K[/^kgEV'J17GX<>#',iy;Aݱlp7zLALE{PmvM2ˋ~&9 ; 񙑴5J-As.{BsC-l$aVY!9(;ҥo⃻5Ib+JbP?Ь(cmJ*b=Ė:$0Tbn7WChmP;˒; 㝎osElZ$#c+*>?F-ˁR4YzoW1#{&Snڝ=rλ8gA7PGBVb|'`5:`~?@.?jJd~&oYɮU5ӟ(mY;hx_F9lJe!+N#!<{Pva/l` f( '6܅&NIUp0J?>ß0=WF`u~Aj.!CTέ˷iE[S"< }jbԩKe)s[gC*r>.fp|AY1}t!Vs?n48wI^ZF]Y T9tkvk &Gr& 9(I8s__WtW0y#8Nؓ򔑣mDUf4wtqdt3:CYŋ \2H>_^(Y܇U΋- p8 L& Zeꑪi`v_81Q[݃따C3)L^W+!1Yyk4FHrqÍ%3fza/Ԫu? ?\߯A_oClJ]}ho~e/)zɈFܞ쩬q'*c@ߨQڔg TcWmO Maj萺RY: D*<\pah8S2V|öIC+a C dB>C?W_UAnY/j 틮tj6, .:'aB.aE {!V" V/>< 7Zu?^7+^Bee_ r9,Qwf BdQ{ nj}U /o՜g8Bg/,Jr#BvoY`S ރ;j_> -bN3mO,TffAP  H$@R2+~pnqfs0,&PY :Jio>Walt_pcN;~5}XĖJ06ޝمGtB=XqfJܙ BT}{9* z B`rXy7Qs;h1 hYzB+Z>GW3jB^;Y|ߓ0h('痯ҙ>F3?+U>ݱ%p"l9O4ye tE:uJ9؋bRJ$Zmn5ԛT=n"4K. G)aF'+ĂϯH-rwj.èʩ밴#uZ_kUW"3֖<1̣~ڍ !ƉU+IqKo|RM`%E!Qg"ڂL f9p!3a~Uw M*S[k5.J`􀥯\Pߦ^yH-*jH-1ˍȷ/u<#^GU{GNS$ R.`h@\K;EC p,;禲~PGjMq#~gĆ?;ZNڀ*cH0:l+;P)j|XљІX/oDͻq^!6tmx@p9`9Kȵ 1X#F Ie*NTV27 -~-tB Y-q>1!JsHW|PWiӏ?I!BE%0Jc저& t?`b yhF|ZXY~ @}wǠڍ[ͽlQ=N1Q -z35$<ۚ7 @˄1:@zg) ĘF*Ofby7˔69wŠKP˓=~Hŷi(Fh$;r) `t@H^8:#'W CsP L` ) ^$0T_OC/~U!=DX_^ VzH "c@A'p 6w#wy>r. L>nXa;8YtRxEI^.0%;v:Ie1:-_PnQ?]F2XzB("&L\k3~*0ʾHf%SO._` QSXer>C8>@t{7Y h;>mUj3`(ݢ'{Rq] n=[B-(YEr! 8{OF#.vҹEbC {;%vfЅKԅw*S?Gf)zZ3SY2 %8קptA A_# ;TeNąu53p&pALyݓgSSC\ -wtI/9\,Mf&T +'Bj%`Y^Q6(VrYtQKቅ3oyQH2po`E;`ս@ '?[EK C r40&3h-6U@;dI?O(;ԱV7B'R'J `W7V^$KSfe? ms^~m(PQI9`>H0oMY,e> D9h(98l'}AEndل\ۥ+BlGMazt?L ~sx m;>+fg&UUb&jKfWXJn@zrX6k +K>JrrdZut;Awlr7Li!lד3 -@dӼ ,;IAD↿SdGK.+|$]@(ҡQ/QJ~xXROɉe>_ jN.tQ~?cT}FLމDn(a0p7nhe&lK:UdSQ)V4yq"-2Rd06|@$m@&pFR-0jJ%,cIP9O6rӵU0ףɄh-3ql42Q.i%y`~1s!G,h%f7Zk>V_{ks=rxtU);Qz"MRѠ'6<.  UMs2qAiF2YaMC7"D>'e1묠owV 3R5MG:Ny Fpzu _=iYŧׁE%DLeviWa25;u3W1^$;vl`)sG}paT}_6F eއjRp*A Z i3tTw!o;HQPRrE?(lH  B!]Кu!E.!Z$>m|eʧF%nfOu.L` _H\;+7 \YpEZRt >i`^Fǚf.˅n[zgB`C?,- CҒΓ$\*y*m9` u^@fgƌicKރqFGY3ۭ R8W(*H8ywG PZf||;>9HK#lq:ז (`*#dŅ{ Au\1x}>y&>tZ,'\ v!9Fs66C(K]={$*LQn $HW"`>bhy&kbb!eVtk,`B驙FҰW;si"%j8{q27;s,Z8Uvx<'zIGTY1㒍_JZH0u\:*{#CzWv3GxX򃤷qɊ~ XR/xHRWjCr,D6xI 7*/]璞ɒQv,ڭK=28ouSn1D~2oեTS-N@ZzldDs`Z@bV0!l_[8:CB.>;딈#`*$UHPW7dMf6& y#?&' 9 (8>MXN)QЦr Ľ1aV@4g^6i 3 -pi=0L OxCb|גj8;RETZC|#lWe?Ɉ cG3f.Sf^ fC#$dͰVd0ړD`q?ɕ_`KJ1VͮT޸`(8A [Œ[*SVE9c懿08=PH>ZsE2]Z'*xr1Cjwyy[n7kITrm[=`)W:IcL̍X7H| D80h9m]LHu0&#v&zˤ ,u,牸28deq&Nc y2Y6e)X2GxEi3}#hVxwT/ġ!?@S jڟ'l7 $1PAs¼kD]-R{P I#7zǓ5LO#.Ʋ A5u1R{Lde,h`BиBO$FۘQ=(,2{9[< *7Ե,n=\-0H3\SyoDIz4.Tg`q{hђW䴍*2ҩwk'yuZjVIj}]ޭ]+w 8B䗔f׾xC 343G$1-K6P<{s0bIfcգVa gw2p?WoR-)oee9T[<'-+D mWLjmۃ8,݉Mcu=gĐ8yWKNR-ѫ.ڋya\9Cڨw;6y̔}Z#xHQUo(6-h.,F wB"n^9]=]ܧYk?|\ 0VS;fW 4HYVwи" _KZ.J!Y<ʒ( /G#֪ ՘xK^dǦ vheϨ/YcA|l)WD-1Tig}i'FeX9da̡ߪ'S*P[_M>y4P0' i܊E^p}ׄ 6,7g{͍h 'hKs! p$ʭs`AU|Ā_>7pb^*am/sJ@-)zX;ޯ 7MB5m-?F=DWͷV1/܉Ĩ;p\!T|c߶)X4ήM x3r:h(kDc l}S~py;i=`fcl:W7#zRxX~EяbQ Ѡ%*?|Ъ|90m,↶W3ܐ(2gquS)וÇ41trv - Yw!ka\$ެSmc6 XT)ݭ^!z[‡[@ιku~G?wRg㚬x1DN,B!W' Ώ/x^DS M v9=pA I[讻دɇ% NIUBg#ݬ@5`NBɿhǁJ>6lSP@^}z㧮%-Uoqwfa!N9کRiЧbo ӖIR#+jУ[gZPBхT' Jj~\'eqZ5*5 YP匫>=خ/-7gEQd}V:ڸhI0PD(cSqZp0Qk i_;o _ԀP,u+ a Mnc'듭:h*'P&XDLϤB\D1706"4kns# LFK6N@~@K%MD rfE+ vE,XD4!X+Nt~=KoV)QWv"8JcrAN `L/.>kpw_Ba,.CuČr_25aQxvzq7?H9l ;=G\8q=@>N` 0z[`̹ @Dj'roR~޴9gB*ɁgV 2wVP3FJ}M|a}qH^%R)D"Dg6 VGu z? !Ml85<+e}`>nkI<Gr}4,O_~MdV<-Xpi`>=Z11 \2nWGWcH.~^/Spz8%ZqMobkH8J7C#w)M{"2d ԃb/+D_u5oR 66x7nVϣh5&S"b-N(P$TS3KDSkNvx >mF)9Po ϷIyµ]*~d6i׌퇏v:i6P=ѻcJ񇰿pJ <32n!xѯ9Ξ>[԰v. (Wƺ.xHSIA@ }XW81]& TND `F nIے' Tӏ&6Tr,D(vȰx7OXSwſmrAy7ߜ7W}R42'y_*vEp=aҊpabړjp^_,[hyfYˣ"}: v/+?'RZ仚3^.(U%Q#H~s3wY✸Q#9_7l ,@PF Í =nC}_ -?mk8ELЅ409/ pRO'y{l\O?GR.GC"]齰Kt GwfJ-`kR!XB-C8'@.sN6@O{WϺ^sզK\f[ۚQODݲSV.{$=ŤDe6CD`>+mzWRL!*eOs&eaPIBU:Lndd.41mមBW-Ztn߹ D Q&C/%:%Wq]Ww9 v^1l*S5ݭi=׉Cz`>hq( %BM5 )#b;v}ы+f}@0q)JO,SFylsUWא47X<s\|tQzhnXǦsaIcP k҂(|WswOVrmxqB5Ptcy(Wj!H7!R&Z&"S[ڣ$&&g,!8{GȜ_,<]s޹>{&}F8]5 刣{ෙ` %[5vHNt4‚Q%>70f^5 .;܋8t^0d)"4b 8tHTK=WS\: |6.vP ھ}]#o0wɡN"QXӞj H@e#*+ ?tt*c!3P$!F(: U9q-N_i ) ybHܟ!QmҪv+17V~ yZ,\S=`FZ,U/VF/6Y~Ό' `SX! 7*GqO;тmS4:lvI/˩s [y %6RSXA)vPp _ c LdruT +G-f`ܠUmM;洑"ҹv>.`љ>oUwBָ} *rޠ;ZNG% g1Wh8.6t9{D#Ͱk^n65yL㲟~Fn1hU +H0|"WPH#ʤ sFDbC[;0Z6w67M\pjMq5+=o rv1xO2c2p3d^w1ؖv8m 1̜5{?2okt 6KSO 0_!O`Ң0?H|ke K^iL8P8칚L=Jo~HRjT:kIZ~duY`\l> s$<\u\Qk*f1Ğ-A\DߢԫT, `Qx\¾+Xۚ!Up >*'ᑶ]tx6|2N-x_7\F[`[}H!51,: Lhn~e~g4\E+Fթ0C0nUIH@Zv;*ֺl B#01P!)lYe+(6NI9O j«v-vr0}wДMg) 0YsTɮ;O0ŧvjAP|bDAA= Ů(SUYm59Ra`oMR C{HVsAٳwBZpG,2(3m6/P,s_=fm!mSPW- {s77Εmx'Я9(DyO\"R'xyW6qqZ-ս9w[/\-^2aZOcAޠ$bz$PY뀬HTz!VPfOb-F*Z͛Q}@( mQ3ciPOviܮXMWHҭw/ rK4(xLp?)x7j;çJ}hw7`=`CBYj, ƪ q0)%$z٩ i:BA9o o:6h.:]2c0HfsA?Abꠤٔ1b& YZ