libmaxminddb0-debuginfo-1.4.3-lp152.2.3.1 4>$  Ap_N'/=„J8,>tp4cJh$*iHU(d-A[1G Mi,I.K1+pai+Z;r- q߇0+u1KŊ\mAtk#x /p>B3"giOHQi0w !?ZoAI].T7)ʋI z A4VWCUj*E: \~hg-:LJf528e034219ddae609ba7cc5e0937b9dc95b38d5e39f6c2d64b34ff6b095c71acc956951892aa63f29630869f5679059cb0706174_N'/=„,xavLg:X;8:E'6p@-?- * V +4? Xj    8  4\|;(W8` 9 : F(G(H(I)X)Y)(\)x])^*:b*c+ud, e,f,l,u,(v,Hw,x-y-<z-@-P-T-u----libmaxminddb0-debuginfo1.4.3lp152.2.3.1Debug information for package libmaxminddb0This package provides debug information for package libmaxminddb0. Debug information is useful when developing applications that use this package or when debugging this package._Nlamb03,openSUSE Leap 15.2openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Debughttps://dev.maxmind.com/linuxi586,W,AAAAA큤_N_N_N_N_N_N_N_N69d62e5ddef2605b7222eec288ee59b74acfdee2c36d22e160997ff9e133fff0../../../../../usr/lib/libmaxminddb.so.0.0.7../../../../../usr/lib/debug/usr/lib/libmaxminddb.so.0.0.7-1.4.3-lp152.2.3.1.i386.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibmaxminddb-1.4.3-lp152.2.3.1.src.rpmdebuginfo(build-id)libmaxminddb0-debuginfolibmaxminddb0-debuginfo(x86-32)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_-B@]*]@ZnW @VLh@UTT@Andreas Stieger Dominique Leuenberger Andreas Stieger jweberhofer@weberhofer.atp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.com- update to 1.4.3: * Use of uninitialized memory in dump_entry_data_list() could have cause a heap buffer flow in mmdblookup [bsc#1175006]- Add baselibs.conf: build libmaxminddb0-32bit, which is required by libdns1310-32bit (new dependency gained).- update to 1.4.2: * negative array index for MMDB_*get_value specifies the last element * Fix a memory leak when using custom databases without languages defined in the metadata * mmdblookup now displays the prefix length for the record when using the verbose flag- Run tests - Packaged LICENSE - Update to version 1.3.2 * Allocate memory for MMDB_entry_data_list_s structs in separate chunks rather than one large chunk. This simplifies accessing memory in MMDB_get_entry_data_list() and increases performance. It builds on the changes in 1.3.0 and 1.3.1. * We no longer export data_pool_* symbols. These are internal functions but we were previously exporting them. Pull request by Faidon Liambotis. gh#maxmind/libmaxminddb#162. * Build with POSIX.1-2008 by default if the system supports it. This allows use of open() with O_CLOEXEC. We retain support for systems that provide only POSIX.1-2001. Open the database with the O_CLOEXEC flag if the system provides it. * This avoids cases where we could leak fds when called in multi-threaded programs that fork() and exec(). Original report and PR by Brandon L Black. * Added a test to ensure we export only intended symbols (e.g. MMDB_*). - Update to version 1.3.1 * Fix build problems related to rpl_malloc(). Pull request by Rainer Gerhards. gh#maxmind/libmaxminddb * Fix a race to set and read data in a field on the MMDB_s struct (ipv4_start_node). gh#maxmind/libmaxminddb#153. * Fix cases of invalid memory access when using MMDB_get_entry_data_list(). This was introduced in 1.3.0 and occurred when performing large lookups. gh#maxmind/libmaxminddb#153. - Update to version 1.3.0 * Perform fewer memory allocations in MMDB_get_entry_data_list(). This significantly improves its performance. gh#maxmind/libmaxminddb#147. * Fix mmdblookup's build epoch reporting on some systems. Big endian systems with a 32-bit time_t no longer show a database build date of 1970-01-01 00:00:00. Pull request by Rainer Jung. gh#maxmind/libmaxminddb#143. - Update to version 1.2.1 * Use autoconf to check the system's endianness rather than trying to do this with compiler-defined macros like __BYTE_ORDER__. Apparently this didn't work properly on a Sparc system. gh#maxmind/libmaxminddb#120. * Several compiler warnings on Visual C++ were fixed. Pull request by Marcel Raad. gh#maxmind/libmaxminddb#130. * Fix segmentation faults found in MMDB_open() using afl-fuzz. This occurred on corrupt databases that had a data pointer large enough to cause an integer overflow when doing bound checking. Reported by Ryan Whitworth. gh#maxmind/libmaxminddb#140. * Add --disable-tests option to configure. Pull request by Fabrice Fontaine. gh#maxmind/libmaxminddb#136.- Update to version 1.2.0 * Four additional fields were added to the end of the MMDB_search_node_s struct returned by MMDB_read_node. These fields allow the user to iterate through the search tree without making undocumented assumptions about how this library works internally and without knowing the specific details of the database format. GitHub #110 (https://github.com/maxmind/libmaxminddb/issues/110) - Changes from version 1.1.5 * Previously, reading a database with a pointer in the metadata would cause an MMDB_INVALID_METADATA_ERROR to be returned. This was due to an invalid offset being used when calculating the pointer. The data_section and metadata_section fields now both point to the beginning of the data section. Previously, data_section pointed to the beginning of the data separator. This will not affect anyone using only documented fields from MMDB_s. * MMDB_lookup_sockaddr will set mmdb_error to MMDB_IPV6_LOOKUP_IN_IPV4_DATABASE_ERROR if an IPv6 sockaddr is looked up in an IPv4-only database. Previously only MMDB_lookup_string would set this error code. * When resolving an address, this library now relies on getaddrinfo to determine the address family rather than trying to guess it itself. - Changes from version 1.1.4 * Packaging fixes. The 1.1.3 tarball release contained a lot of extra junk in the t/ directory. - Changes from version 1.1.3 * Added several additional checks to make sure that we don't attempt to read past the end of the databases's data section. GitHub #103 (https://github.com/maxmind/libmaxminddb/pull/103). * When searching for the database metadata, there was a bug that caused the code to think it had found valid metadata when none existed. In addition, this could lead to an attempt to read past the end of the database entirely. Finally, if there are multiple metadata markers in the database, we treat the final one as the start of the metdata, instead of the first. GitHub #102 (https://github.com/maxmind/libmaxminddb/pull/102) * Don't attempt to mmap a file that is too large to be mmapped on the system. GitHub #101 (https://github.com/maxmind/libmaxminddb/pull/101). * Added a missing out of memory check when reading a file's metadata. GitHub #101 (https://github.com/maxmind/libmaxminddb/pull/101). * Added several additional checks to make sure that we never attempt to malloc more than SIZE_MAX memory, which would lead to integer overflow. This could only happen with pathological databases. GitHub #101 (https://github.com/maxmind/libmaxminddb/pull/101).- Update to version 1.1.2 * IMPORTANT: This release includes a number of important security fixes. Among these fixes is improved validation of the database metadata. Unfortunately, MaxMind GeoIP2 and GeoLite2 databases created earlier than January 28, 2014, had an invalid data type for the record_size in the metadata. Previously these databases worked on little endian machines with libmaxminddb but did not work on big endian machines. Due to increased safety checks when reading the file, these databases will no longer work on any platform. If you are using one of these databases, we recommend that you upgrade to the latest GeoLite2 or GeoIP2 database * Added pkg-config support. * Several segmentation faults found with afl-fuzz were fixed. These were caused by missing bounds checking and missing verification of data type. MMDB_get_entry_data_list will now fail on data structures with a depth greater than 512 and data structures that are cyclic. This should not affect any known MaxMind DB in production. All databases produced by MaxMind have a depth of less than five. - Add a build dependency to pkg-config- Update to version 1.1.1 * Added `maxminddb-compat-util.h` as a source file to dist. - Changes from version 1.1.0 * Previously, when there was an error in `MMDB_open()`, `errno` would generally be overwritten during cleanup, preventing a useful value from being returned to the caller. This was changed so that the `errno` value from the function call that caused the error is restored before returning to the caller. In particular, this is important for `MMDB_IO_ERROR` errors as checking `errno` is often the only way to determine what actually failed. * If `mmap()` fails due to running out of memory space, an `MMDB_OUT_OF_MEMORY_ERROR` is now returned from `MMDB_open` rather than an `MMDB_IO_ERROR`. * On Windows, the `CreateFileMappingA()` handle was not properly closed if opening the database succeeded. Fixed by Bly Hostetler. GitHub #75 & #76. * On Windows, we were not checking the return value of `CreateFileMappingA()` properly for errors. Fixed by Bly Hotetler. GitHub #78. * Several warnings from Clang's scan-build were fixed. GitHub #86. * All headers are now installed in `$(includedir)`. GitHub #89. * We no longer install `maxminddb-compat-util.h`. This header was intended for internal use only.- Update to version 1.0.4 * If you used a non-integer string as an array index when doing a lookup with MMDB_get_value, MMDB_vget_value, or MMDB_aget_value, the first element of the array would be returned rather than an error. A MMDB_LOOKUP_PATH_DOES_NOT_MATCH_DATA_ERROR error will now be returned. GitHub #61. * If a number larger than LONG_MAX was used in the same functions, LONG_MAX would have been used in the lookup. Now a MMDB_INVALID_LOOKUP_PATH_ERROR error will be returned. * Visual Studio build files were added for unit tests and some compatibility issues with the tests were fixed. * Visual Studio project was updated to use property pages. GitHub #69. * A test failure in t/compile_c++_t.pl on new installs was fixed.- Initial release (version 1.0.3)lamb03 1599007772296eab52ea0b33e2936c64758b0d87c74ab735f71.4.3-lp152.2.3.11.4.3-lp152.2.3.1debug.build-id296eab52ea0b33e2936c64758b0d87c74ab735f76eab52ea0b33e2936c64758b0d87c74ab735f7.debugusrliblibmaxminddb.so.0.0.7-1.4.3-lp152.2.3.1.i386.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/29//usr/lib/debug/usr//usr/lib/debug/usr/lib/-fomit-frame-pointer -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:Maintenance:13856/openSUSE_Leap_15.2_Update/0b2cc50e2da750747bed1de4013b4f21-libmaxminddb.openSUSE_Leap_15.2_Updatecpioxz5i586-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=296eab52ea0b33e2936c64758b0d87c74ab735f7, with debug_info, not strippedPQEFGRJlibmaxminddb-debugsource(x86-32)1.4.3-lp152.2.3.1utf-8b116840aac29a5428103506cc57d01b702d4b02da078fe288d2ab9fd31e9d308?7zXZ !t/Q] crt:bLL f1<\$*H ˰"RxLܙ\8vF`w\. _g?m-؄JҍsW2s+\Tw TV7PUՔ%[*o .^^*5ꂍ+una3e0V'5fzFtY~hEՒ=RiL!&O31L.B-;t}c,6RR۔39믯PGLDQol8XK^[֋qãujs{wH]UMS"$LK w0?jp0^c ݧ* a sQ!h( )?TCO|DFqi_*r278YIGUA7yKsl>dt2\&k6t wYA2}σX由~«yױo1~Q64Նk$T,v-NNlN x\fzcD ԣ%t,=dz(ޘ?)4 bJ#r8D3g;aI=&ӿQ*"_鸃R\pZ*Rk6<10aex k07->j>`Lv/4rfb@eᛍ҃8S}&6b̰Nftdң;oQmDž!ҚhIL96r:o<6yZ7?:F63?!V y`t&'~<@Y7@QT_Ւ;]|w>kA6޴5d8eL! 0Br+mM[LbBI*aCH6í&2aG=zlWevzCp%'%iि+ vꩳ;>JOp0ݧHlQ0F@+чʪ\v2SIX7Sȥ8pT<(ÚS^4s?cņ]MJC8QSw"\EnhjE",^e{%)ivPP:PvQv T;W9L~y2cEu%/73;fNOôK'$x ~س7/.tapriaD}_ʞa `CZJmԗ&}cgY%`A(q7а^/45zwYJ^F!afһ&gecD? R9cAY_t^Ճ:k &=O |w@.jUDAs;B}8Y#]|32p‡ M*3ܽX " JA9АCYcVH o+#n쮛oe{H7Z]&G+>ol':nz*Peꩀ}υ$SZT̥OC$u^I)*7au޼Aޟ`3WFE^5VO; Q}<gҺy|?+#,dyM%Ul:sGŚӪIEL/ZMy(VyB}wb9|Qn!4#}Ƴq+v(`8=|hMO&ײY44h0ݻ*0(/=V=D@=k&ge}kB\llnڙ98X,> jBy yN1߼x{ix&ycz.lu36H'/OAC}_jLK CA5'4Lo c"=>=gܬ߂>[9/wXS Vҁeo7Rȅ`he7h FTK`n[loL,79>*@lv:vˏgP-ЯwEĢg#kq6m՚ 6m5d5u/K"K;O3^(W?ET߽3%\B7U$G86Î\gZ8:&+ڪuӛ(wTt){\:!O\/C,۹/#)t-XvS%t&qMj\Bݼ{A8)U*: (:69mu*td4ҚOrG:%/.wlW6Მij5yu13tn+(`"zJvh߷/'4Y<ϑ*87[dͺt-ӜA'yy{M? 8?K DhD@ ތmZܗB2I@} u2`:gHS 6^J$ߌgm?eQZ76uP@*zA r*%s<+ ?7EqPUu6}Ӷ \(t2~7m,u#q0Z)s:n>=pw4jDyW4~>8cdM3Imj2j_dJ*u"޶!!OB|SUiXU( ^Ržs  $$Cn-BVd?OZ<l Ztnz+\A_Weh7 MQb.bt%?7<!갴z_DzI!^j9)9blHvH1K pPZ3,E9[sM\}4G# ;eè~fYjkaրbY{AfdC ;N,,ġ. S>PrQ F,\y@Z^xc%rEasYXDke+|"[|ˮHeÚLꃸj `%HH "*30H 6z:~yp?g3: Cæ ['" 5 wF ܄I~R͍D Co9HaD T`|\Ixʌ=졔 ) 9_ԋ;"_VV9Duo-*ʑA;@d*HIO {*wUu#Oe ͣdONG8b@g%I7(+\&%)++!;cx%ڋΥVuVaq.;yuBG1C.` Eୣvv\635B< &| *HBDyL6Wu``LN>KxNI{ 啙Sϊ(5}EU 1ņOeQY:+q[`>b3/ 0~y٤}P7 V9crjjZRrHRWs9뼎cgxM8X0 I#$Iֹרm( %eoׁ $oOSً?(qƱ5h/UhHeS4]6 N%A  z[&ό HY-odi8ì ^P]( U!EbMKas1f`J3SRֻk]p۞;2X("AfXTU Cw"5QPwz[@xe"uϏNO"clv Qɭ n{*y"r(a_iv&;j7,#6ɏ J8fp.akEN\vhxfU#J"I7wVֵ+JJHxݣnr *m:OԥKU$oni,4iCMx5IeZ>dv, :sM@G/؎W*ǭ$,vS:eh'Zɋ;)\y_fj$t剖d;#kqn.;#fBybms@gyKg-x&ָKQD1Dц;*vbeYq:l4\h;]~`+2rxnyvIDfxˏ\'>An@ d3hbL}laVG_L`ʼ{PZD-/TjCGm oQ}CCX`?U.ͻHO2ig]҈fDz5̔liZɃ p>KV:I@3Ze%K^q+xz̔89MgU'"%#$c7jl7;&"f'}jd,0$s}FA&UC}p09;اҖ#""=64d~X#=JjpaY.\ ##=[8oSY'xWF@,#K ! 2cê23a޼rOt+q{w\dQ]Gh˨!A¦BuD;- .A9<[3 r gc}%1?6;dg.I&DpmҰh^WNwT=' iO PB\i,e+SD ! V[n ~ff<>}D6`sVanAW r)Tt盤=Uی1`qv`L\|I?X:T |ֳ*HPLQqn;/bg 42`Ƙ#e;&́Fd\-CDiBx_b"um1[-HHYmcKw zbWo!vh(k]VfXe$oM*[@ԏR C=;xX:>-q>SMbmF?(YHaR @ Iwl((0)\O{yB%4`gIYte,Z$Šr"[ P1p]gņ&FMe8d}r,T{QOnnKS0X~\'cZ7Ye28OQC> ԖD\73E<_N;e{f Uu&! ׃\ѯ^;5I_%)(bxG*M+$_,Wn߾îOE[ӂEA&3/XEDw#&~O~ &3= =y] }S`7Ĝ[Gä{ͤ(6%^F*Žrw05-OJyNE*G a5L M)\o_$X+o+xjbi HͲ#  AGi wFDe:2* gT}O.ԅPo=%B9 ^ӂ|̜5 sÃlGC带 U-{ϡ"+?qҡ/?@0n+2%30渦t[mZmq(P0FzyRNty ()(ݘr[!liă*޷L'͘6(~(DZQg?`tixF/&6+3wE g;Q5g#&^:뿢-ƮȬ;C5"D`~v>Ėk9mA}a"/.27c{;/CfI=a=ke#yGޓKDx}RdBMR1^[C*d*h-8[Kf>@lz<1"9lor(ihZS<,DΪƺtR!'mG0} kKޜj'-mKpKA뮹r6uDZFm?@.^Vˤ +V+)L):SDU(@$53!N- Le/X=f% ؞IEq |"`#T-/+"27u-&{/;>u/J wbŞ,R8>َuOZC?IXQ UOи/ ? A4F%DM׈}NPïݮs~ێH?5=M#IdxW!YCS6#l'}I?>M6x_8![`i+  ׏fnvܓt1Jd_6P" mz^ 5`.WP ƿ2t0lt1 {~Đ$ZJҢPR<)V( D R_JAj kJJs猢/3D=M/7eX$OIl@[t6Jm}ˡD|yE1$.e`}盽g'xl {VK5RIh=f H jdȻ,`6 ŶͿYe%ɕr.ZT@Xa;HbIZMXz>8.R5v%F}DY3a22 s/.bCOq HIM7kȕ3<k=VCgFgTvS]34}>双LJA4JOuU_Z-J"/^6KNl병3dY_2^vdĆmX7; q{Qƺv [M^?)z.u:^o0{ܵGrʢy| $yxn,ӳObonK<ݫV_дd덧f^?4Xar t1839!8jIh +qlieٙ_lB+ !g~;g7hž Bi^ɍ=z-sǚT sʐ&S5lz5d}"p8%(S"j }8Nd&9ۆrptv!I=#O{B?CG)[%]6KɣYMFX_֧J e $-2~lz Y `r *>Chd)C]*}r|R7hybz7Ӽͩ򾁕sczU 1:V@?X&2?.9zMWRQGdpFpȻC6]㡃,(R>l-f.pO5e?r"i:?^@fGud z/^@j\j <!,i"B ki@af?h m|AsXVۇ؁rt[ks 83\51.+-{JE ?bPM>01ĕN9(,poا&Z:X aRkE7dUc|Ǿw2u{w<&S6\w9Ϗb<~X/=8X˚E-2-JAڇKޭ׷u+jZzo))[֝IO,U<`âCltBQEސ)'x/6hWԃ{nu?k@Xwγ_;98XZxG$v)'g-NyA H (_dyE% ŸIy(y\)Eӂ3M9Q/^0;$?}O.N/̶xF2JJA+bpR8=jpwuI1*P+.>q+ <K#}!Zys9(EaqEy@JK⡺J_]޲f뉂N7 C2NKaZrTї%-C{3, "ȥ ˔6 )jUE (RlX]:MXF:@PEP;YkC)l2@Dڵ04f'Ⱥ_Q]T1@}$o;Pxk>3cԋ${(8u,w-kaM>Y~)`IwؼԊnE uLvHQJӞ?EJ32M~c`QˣQ 9I\i"<>Ų4ܑSg@Ftng,ElGEt =tXe(("ņ{Uʬ<WD>S>aQ].B,zT1=< Ȟ[4ͣtW9IWF<4)9)4h7VT66b־Nĸ,x1st*B+~O߾3 I~i_Z#^dti Lhj܅N!C=/X;Lu-ٹ6ϏRؾb0ҕ> Q^8ݦ{k /%#^) J|L=|ؓZ ]M̥}3ؑDo^aΆҗO,*x;z]?iRV6G -nED_,,hլ{E,cD]߶\ĵ-c\4xZB纺cq}j)o0|~> ȼeqΈh A`_7e`̿ krn kʆ>&FT)zĕ_rDĊ/KlMKmv\̋zb(+Fլ+u'F^۴tgCC^o(`1c(Un 5jjAe߀q@ǧ_'mɫ\>tbH]ӿYY."aX7I>QV-ZrzLe09mb,zO??Gz8΂n2B䙇3.Ort] ϞCm6`a:&͹p&(؁Z Vu:K,ť-&! ^-;۸%USkO`l_ǃ, rY/Jm߳L\ ^1.:jiS&1ZC(Va N+x\S>VO29pۮK9 X2[zllԼ?p#co^drKկqӟ^xX ulJ&>rVy Yڍ< <_[g<Ege#\Q] ,  M e՟E ] ErO ?ռJ2ɧ, { tFWOf!~( ,Ykɵh%V8rH˫VR6185Yh}&YϠyɻ[*23y{`1,Z x|pq=q ׹*׳>_)v U sWr*ULAF+!G$L7w&}Ü+\C8$3H],{3bmH\(˯s3D8bʉ@k0gl- ڄz% bWd?_s>m7]-/bi_u}uK_c AonFPc5w򔯸Nklc`T|+^̈tPhﱊݤq._66h]ɽ"e-s}8GxNj29qP}dMƼ)(@!a~Ekt&swP̳}̣!]_LH YGb͑5-,Aa/o|S+z"Ð0%OtJi9,BM~È _Dhp7QGQ|\׃"'2jT(b959\JZ?U!\* l諒Pv'L~ws\ȪX?>NU}i@{O]z`C4JNS&xNf:8%}UV<;c "@&E4a_%yBmL}ixFԇooa@Rzf3ZYٜ4/ҳ}24Yv–kLuowmƆWꆡ:Os о^Us!)&g$>z;$m:G۟9~qɼ w'ɓn2Jn4J1Rfg;BSV.4*hVq=񑡨?6~Ri+Y\I}{"q SSb1Xjh+tٷȫz,ev JN&0MS4u2 l-A$!=u>f]n X+bQǦ$@2 v^V4/ CP(j/8\pWQMD^. sXE< j<2D9ٵZjԚ&3/A{-FJ!:!:(#\U{dBN-šAx]:˺fS(O(fC}/ &}Lf\ȑ(r&ob[X~䄺OW^#e'+Bg u;yma4_U _ e|-a `{)ڍV_ˑ8CBVB}I\悎lr*Tk&w! dÅWjkV=Wn&XU\`τn! oFNЛ$BFOms&y̧&E 7m`m yR874ՇقV[E.a$ˆ#._Ôs0Vq 9sDXPNa6oG،hep($r VpRBBmF0Z| 8l* ltZ{WO˝_qAed:Vշ- ᜙{ VAšt̉AC3|OUpUz8.JL`nՈTqCd۽#][F4R52 'PՅ^%s F]],( ؛ ܶq׫B!iwߊʿb8" ;e`3"N`SȔZVH_+Ԭ<6>@9xF{Xt>p}o9 6hyFt0k\h2nmǥ:x啙֋ZT Rox E.>qUsq߀WK}hHP6ׯC^?ڎO4#XX+4VeŤT[S /˒tBz[utވOr@{72s:#F2دגz*Б&I#TM.<ѱR5ݨ0| 4Ɖij6ύn6Ō'ݘ~dC?Oy|8ܜDo1FF@OcwON%Ho%HӲ0Lpn)PI):vr)їܧbϥ bQ|s) >R/aRP6z'2½MOX褈8AiI@;ˏs.xC 9SFZ1;H2;1ɐ0x6>)Cl(:%Od| (p)`{S-HX<[nrT_(jZد-VlR5 mȶwȌ*Y5C2|W,ܪ9$dHbEüA+9,{ϾY/ G S˭73]:4Wi* "~HDljК3) Ju#AX`G*u긑nyfbT@;|`;8P20^y? ǬH|.Ju$נy 6m @bT~oA,Pks"N׃)z=K!@z0,ph2uhM( FZ>kĞ=v`6$i1FpX|.T{9r9w7~G5Cxe5 ٤\ F7TK/-.yfPC~Z4S=!S\92Ao#\nE,o`*?Fz{lzZ:{4|Նae]LNElr2`l5d\Hij:8lKӫ^ ZOfRL4^i8(690딧nی0(!!PU)_zHT𲒠U;](.ӫ](H>.xߓܱzʹFӯݽ:j4H(|~@#$SLdWl.=+~զjۅJڭ搿ATz3u>VTu^Q9cVb7l}'?bxEfgNKq)uREXxcRSz3K͟-ׂ5H٦{? ԫW.Mn M9ZiA}ޝղ[N7R#)@at)j5L>tc7h7 ؋_Je;i߃dAiq(wfBH *`Ϝ ZNL\rv YF!ŸCᦄ˅EiZBDT$AMerZޜnqW#P '}+9LJ^[G-뽋GU,+(p3f1{g]AŢ ݘs5:oH};ERb%9ߋL7Q)Ws$;yBYC_Fѣղp{ PBpqzߓpPҹ#zT[΁BVPFט .9yeRkg*ff P m{u$Lm]yV8ږ^.vh*uf50k!XJ>W}PN%jbR13}Xz;Mb?Ō\C=09? [uX)ˡHirPf 1i_e\x"oJi`  <*ydvD^Y`kĻ6]âQmM`)evqHN"fglMH. rZkAꪬoD(Ht#Ԑ-x-# qF;w_2H*%\* x2tbnt=aq;cU:%ɱI}l˜W-.bH`[./!j  s%+e 2JW08_AEywSķRK4k&;N D7BM "HA?¿WqJx**NV͔ͪ3sqT#=Fgw$ƶiޡo^ SJj|\PK"5sGW\m<]w:Ɠ|ct"^v**a2֣2;lM?tD@3,GҬ.%&$SD.eޠ 1*PYHe;Ir@ho3R2nL\鏮 ]+l{\e`kדz$o+S§, Sq萏tLTnz_eFw΃_~N@jrJ˧Ϊ20?DR*? +gd}@>3yծ. ݮ鄉M"nXBcFnjk:$*W`O~E{ ztbSōXܿRy8gsN 4C;j56n^X?~\ 3Yjf]iy UsuSGUE'@5:cC~#2&˝㠿V:Tt9'WHe ǀWGNl\)w mO|rlśv+N*b.չW'!P- FV#ŦޑgД[>&p"X;cs/M' /}TZU"r5󑫉ɃRP7?#FFDPtm"u|PQ`{"HHȑ|!jmS&Ɂrq u3Ip-pq|vGKAICngC=WO_V9G sH^Ж9L;6oYlb.aHy׽k.~VjUrs8Qv/Tb#,bR2d*@ / WX,ŲKb6VJ : % j|W#!oJ][]O|Efa Uiaۺg0 :qA҆WIqܨrءy2AEVm8ܘ{\eW٦c? `=?|~epWn]NQGrL|fCພj@?UMQv(,4ֹ<+=B΂h(a`Dh j1vjg?{gӼhX`XzZ}|yFȞ(J+ģmYq&D/jóaVf>뾌dU}OV',Ee`De^CQFYf@R[3JaK݈|jƝZcLdzQkJ7Jeup:S%VNAD$™!t l&]ZW|κ!jx#"Tq[ f;_E :MY A]={r\M7PU$725@ J qV2> nW;[K"I؋d;gȣBd!-Cyɋ^O?J,2Kr4s `a`܇[wA|3Fd1LWp<[߅Zd#n&!É]e+Lc_"9z\t H\\&OPBLRw҆)ho2g3=.zE\S^]ɯ3LuWᘄ{/!ƽ0$ <@(3hF{ۣ|^ &]#.2fd%/g"ZlyW#Fw[)9-ߣu YZ