libmaxminddb-debugsource-1.4.3-lp152.2.3.1 4>$  Ap_N'/=„2C7hnjՉ oq[z ;#l%?\dKzHjn:ad?Mo6PCiR$5b]8)*)u.Ng"HeH'N6ף`( bk+^2(7Z`^tǃưsn}vMqrP 8'$,t=}*g/Wc*sFC2k3-m3!zK+{.502595c0fb1fa6c4301bea2e9ddc687762252d88dbdeb401a20c9290a163995858fe97d6470ea10604dc5f0091b3fec2296871c9@_N'/=„%Li=Sccq̈Udpo>Z; LfK:hjnumlբ7L~"^b!Ќb ~E5' N>W O+SDQ B"yd(pDAtZTD O@/Cc>*xT}ICχ;!~9ܱ=?2H=Ev!6c6`ۃG\&o.܀@nӄE6h10 7B< 5l>p;.?-d! - T #,7 Pb{               H p(;8D 9h :e F)G) H) I* X*Y*\*@ ]*h ^*b+c,d-5e-:f-=l-?u-P v-xz-----Clibmaxminddb-debugsource1.4.3lp152.2.3.1Debug sources for package libmaxminddbThis package provides debug sources for package libmaxminddb. Debug sources are useful when developing applications that use this package or when debugging this package._Nlamb03openSUSE Leap 15.2openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Debughttps://dev.maxmind.com/linuxi586Y0!uAA큤A큤A큤_N_N_,/6_N_,/_N\JQ\JQ_+ 5_,/60a98b212f493116cd02fe74f623d417635bed6cd8097ad918baaf66a74ae02ff81a32d41c58115d30a0212a32f7fb7d77c3f6dcf87cbcc78b0ca558a60cb7f04a92be45334e111e8b21b92f555b2f43193dfdd61b69aaf78a7705dc6035dedec4be2dba09a708b0579f2fe429a08854c589714a20831a9126dd950c7a8599b21c2efa447c84a0b7c4e67188e9190f45122269eef589c2d1b251cfc1f3b6b40fe261c415ab59983f3999e4c398cafd6341ecb2018ca15b8984ea9d1fb2f2f912erootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibmaxminddb-1.4.3-lp152.2.3.1.src.rpmlibmaxminddb-debugsourcelibmaxminddb-debugsource(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 1599007772 1.4.3-lp152.2.3.11.4.3-lp152.2.3.1libmaxminddb-1.4.3-lp152.2.3.1.i386binmmdblookup.cincludemaxminddb.hsrcdata-pool.cdata-pool.hmaxminddb-compat-util.hmaxminddb.c/usr/src/debug//usr/src/debug/libmaxminddb-1.4.3-lp152.2.3.1.i386//usr/src/debug/libmaxminddb-1.4.3-lp152.2.3.1.i386/bin//usr/src/debug/libmaxminddb-1.4.3-lp152.2.3.1.i386/include//usr/src/debug/libmaxminddb-1.4.3-lp152.2.3.1.i386/src/-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-linuxdirectoryC source, ASCII textQEFGRJutf-8cb86de8ad3860e12872e8950a10ad4ab2b1881ac8b50c8e4d7be4eaaf69a1347?P7zXZ !t/kQ] crt:bLL f1<\,+ BÎbԲ6@ku #pE]4 eJOV7V D|&bdDH]KW"#jNҳRT.xk%@JzI6;+>iHÇЈ6zTgyV[l[ ]\ac@%wV&G6',EM9S|%d2  No~2mEcSmhhBCS`Nc3d¶Ta?dʬ28JusX!goH/X8i9_E":1ѯeay b'5RsA7o*Gn*qJpt.$SOXÆ=m ]u=fr^§3AD0ރ@il4u͘MMN= ڇR| :xr0}a0Q27"Cኙh*ՓPt')tCO]T9T}җsF0I̓Ƹs5r jWeJT2c}C /pJUy^f|-sĘҶUxTc lUIW@w85,` p$]f̦1ڄZ? ~}isOHEa?dGo!$_l|Ι'bϐSyJ] |{cU~_GUQ<) ٥yItJ`xҋ~uEc r_jJ o3m+!05beZۀC|.Đs`X4"6^-\O- Oi*VbҼ?-JCsPhdOP! ^CUo'R<=\6 - X_ 9HjTpA&E<|x{$vRm]]*dEݏD겸y`7ay:Y5-~,7kUxBIFpPv\N3dC⒗_EZK/`-b?b7;)g+$Ukĭ1"5R2sٚ'@,*d` aps_T&AALIq1prRGiuŬQ"ė0&5ly""ɫ Wh[=E62]#䒢'ZQM<32ٹ =Ex[ʪ 5K-s[N(VXi+.r/=Nj>ޘ[wבW=2X'Yb#[wşGv'k' řCf 1EfDMҦiP+z;0)Z)碀lԘ1a*J#T (.R`EN(; g'j5ɳF*e+~Ok #XjQ C EA%ڼDKlδyj˫]eymr.鱿p?8W\i ʝCHhePkB߬$mB?^") ;h^]*k7BCf|Sj_=/`w#}":~3ZLTٰuTjmZbfj7`yvIYtCgj)yJ4P~k'baFyo*aMzԿWMV$^kEY*<-$oM#ں%n~K$bxm'20U?pl@6uG C-`l~?߼~^),e<\cL{wԛueX`ɛavqJS*7!rInv+3yK)PB9!0`/l)n#{\La,*S(>=@ptO T d/uq+~-j.KF[`Co6DG+%gQ`wd7mSC8} lH&j5/APbOrGwtP#5p ݭ$Qt`7ضߓ֌̥[VrRl RI A1 !CX+15ev= wCtfj b.h'c+`kBcҶ5IpJwKv u3'Kԁx I2oޮFyahr6Jf$J#!ލ]2@7 SRt\IK.%v^MfGR%N|r`% 4Xv.!5pB _QAHc7U,B2TwH/)YqYqIHtC Sb/& ~,IuwUOT,8C׆߻oBois](a^^sIN'l inY v2wPM!zƑ^9:GWWIbDlX s'N!{nϚYyʭj'F8dఆ@fI`DGf#&5vN&+!-4UD1J̖_*IB, PE.'p:l3t1osɍ.@* U+*1r /ٸY4Qͣ'[L&)8 c 'w pd䋍ǂ8)OP+G# Ca7. QbR#UdNf+9ґzKeP>Zwn[vEJᇎ'__# U'Dӌv:D)Mb:"!f>gi:4:P-u9LUs ;iGh` (yYiQm\k ^?qC&g%֯R}l T$7)O /J3:m)h (/j=R2-_Iɚtb*OtzDM`\H ʑ%❋/ܴ; `lHB(Tu U}RƩ!uقYXDFh;{>ט!Xlp@qZHOO1[fy܂N n50R0DHBz/` 60C(A)|YԦNPsl|͈5sYFIK3x # s {m0Ib_>T29 0&}Zߢ׌h{!+ǔB1 S( J | 9;-U9x(]Ss#~{F/G8dӇ0^Q"Y-94~(mb&Ο{nhSf,"֩pw] lUjH-3L\Py:2rl 3'l}K*335XAZCc"J{a;??ng i;&\_F՘qXfN=%a0Y{UqiᾔeW!U+-H(̗,zN)h"CֿO]X:6r&0&ESf#d/.S&gS?)1Z1sdĎ 'p۵`p2vs7>{YWӋGIl0`|җ3 5Rҙ7ihHA8j;]UI2(jv-!.̜S'hJ"EcQ|;ڌ]Y't&"nR5 n*+0bN>ȋdAoWs~&q1+6f4H*δOX&-d1虴9;&h{; {1BLC x .xL$Q"rOm6@#0`WGZg~IϲwK4϶yKn a~%@yB0@(WCEU1wC>Q, .+W%ō_nSNq':'P9^DSPKt)YRbCBx F֝63TBsP'\.M4>s&T,(˛/ >ty|RljzHd:oDhM'gI/R\;m+p.$K-[4FӮhn"U + Sۡ9v:-%5m9\1m,RBX H#2_Yj,u7oۊP@vCJOs".4G)Hޖh E :͋d@;W{:(K2g?åvU'`U0i/ai)}#qb,YS "%Ɔ&rVVH>$aFP=xE/A`-Yu XZYX/񴞭/NÁԶO[ 3H:J&OňݨZPV8CO+`T`Rc&b3x׋{?#%(߄/ַEaW.i3^3ϒSL$~ypLOx ,K4n?aTgP*曃ڛŠln$Jmw7} [)b#$j%-BN>ZR9EoR~WH&Kc|9G׆PNDf'"8^Mz᱄dɠs|Tͬ2~7`wHZEBc!>S{pO-żB$1cX%-{GYr'Ng+| Mp}򤙗Q%>[`c_nW&[`%.\>~1J.g~Fڻi# l8PW:2N+]k<3oxr#C扑{؀$VIwz.>wĦ\ gO1U$@isVh%|E):"Ps$s0cs6,cT\[C[} Njj'_=^:-@0v뮓R"/O#U;7r B/IK/t |F5& |~ȿP\ _IJ@sT9 3F\,dV,l/IΝj8RD¬, qrR7O#1C'#3}y{7"_D&ўB6GmQȃ 5IhV',CN#ΰY_-ŝjjmȌ0q#43bc'wd 9`9FꇢSYkR9.?CNA <Ť, pqVQwVtױ-2!Skrv"u x}-|d$P]~}m/rx#d=FZftEu@a|M:*zD@ԯ2RgT'kBj|p|Ij.yg4}_+Z>j N.,:WafMO16+0&q=*"uKt_ӯNJ'ùL_́?Í7v ƷW;SJ36f+o9zT疃c3MlZo, o{K4ImJ-HFrmx4ÍklPUN !AxTshtk(:μm~D|=?8fJsm^ͻSiʢTT&5+~ O[2M!9сKMK9rΔFEu_ bbXsB phx׮OJw>r:ܽ]؜46MDstSt$w$ƫ]_`xktnx GVEy#5O)d]Y\?SHMڥT{eact&Zܵ1Ѧ88 @d#3αzv p&PU1xXxgr%g1 ` UNwK=8?Va<""-|Y |;ϛh05tAc7fUa"O3Eg^Qv^sY$MXNAuhv j -ic! pzS ,NCR!_&rUk%i5W'pU>.!ݽ" 4N}q֓< cMC 5U_RE6@]7<\hhs~:7͒%E쵰zm[fC1] S+eYap猾  {iN7.^; <9bW9G!r#[/{ w֭"?-ٹLksgs}3%-eH$犀Xx%w!#iMmkYFbh`swgNyimo1ȏvkT1ÇLAIhZdY˗6yG2VbT޹v^P*W"Ц6@+`8͵QPB馧hpuy1&jV=RH :((;"jšF W2u 2'6O7[~1'֟Ve B4LhJ$rh8v zyl캼f'I)]{]lv:d/&F\>#GovF)طA!0 U~i|4;Msޭ1s ,dkWڞK%/S:"$VD`n)}-.:e8 `0jg@z>=y'j{2T,-~0P\.T'L6+ ܇:>5Dsp}z)յ(ʢ>bJ E FзB- nJ +ߎKsGHt^Fcr̎kkrRV|q8S>%GeQXWə.ȥ*X@oc_`2XQLce}WO(;,djz]j&mbDՅ͠:ۡ1Wq s `Vkս@UƑ0$Жi=dOczQy62ZəO]FKv}h*d$2tG8"!0=.RD|YK8W_ِ(^(*s[+؋xr)2;bJYYtrE G&PΓT(>ah#fYuʙ-,Vb% B7P6Op M-&Af-֕ΈKpVBpNcy)95 B#LA}@S_HX$ l5V,9 ^esf}= BOnBq>A.ߔ ,tJ@ jݫZU>$qgnկSw݊vD%tˤ.z{:y3cyS5 -}vCzH^uqo&MC~CArUߧ2qFZ@vp9I $,r15=6RlEX8L&PHLbH\kIi&Do٥eۄ"Z֖M8i}\ZMKd#.n*,cRJ,RNkT S 3H4mG-8jpO b~+KA+Bò;Hm㮱|ݥڀH-lz^fc%-K(;vڙQ1GU R _F yb$8Hx5uC#uXThoqnZD: L3YW. kjl/HixjF>C/{ 3Vՠɉ 8-=*W>- G~q{z0l 7`{ʣcgѻLY:ᷩVcNVr@[`KT*64I筩Ah; |}WB@{69= ,qX۩{r2Y:ct$w|=2, Tn Ŏ{c6HhH_!`\::;uc&'7WF ĉ4=%1,9x?lm^GY>Q3(@!!K/H[Fb0l-J4-$Otyv]Y8Po^@!^q~nӓ1뙻!y߫xsQ@N =uRjWIbњTj@ig`I5+ W4?po(2'@VDP;\V{LsIzv~ٝ7UwxҬ!U%jekgmƄqDN'?@1O/Fn"Ôs# &T=#_yzARe_=bWO=ȶʁdryUBlg6 8x,QUQ3l{cVΙY5cw5k.AWD Telu^+;kFVf<{A X1"QG'(ervHdR͔kuZ9Ҧ05Ŏ|zҶ^"Tl!^5pu jd*2o\T^56^W=B̡=hfEoc)ukj=T/6ܗI ;H2H?F)A Ezu)2KYlB$l_! \3~N{1M^$>؃pvh6=z]ΜТu(M‚ !Q8 $cO\HWV/F\ ?JZ|}^CAm?ظ9Qߊ6$&_/wYHmq%~Q%/ț-XQ9xtp%V<_PG 2dg$Yx=y"(mz#勻ֶ Ep`1"Kd)D٥_ݯFOJ,5;Q;r.xU&} n紞bK+YuZEJG-JZBN=.yc4NN{2"wgLǛ=*ᒁ2փ)٦y뫲Pf"`0PrsʞixgQ$fzdk:0 KI))Td{&N侨Ic*raOV; EtԋC+Go> 41|sЖ~qe;bC=@D(=A-ZTڃdydBcsN[I7E1^—#魀`&rN9eLE wށiM?y?Fh !To3qT ׸fo]4*6j v,Q <2ެE$o W9xh$q DI9w4KjsK%桖؁oRݺBq\%?bΑ {RJ %aZ -Ktb8|h&4Mڄ"~r _8vapH#}$ >EchmP"qdy͍au PNqibFL1%Nuo>;l|' +')TyOF Ny4| $KĺC/f(K:/_lN rDEWiG0`L<| J**(G8MƼҥeyW 6"Oen\tTZo'O!ņgax8,>V&l?ucV]HO ݙxO[%̌y*>Pt @o~PDPq-X,AG[h?*&E'ԊZG} )-W!(P("g qT@:2ڗ|}a2WDH~Gx{}sQ\'14W9y#*w4v#͘h/iA2#.`smRu'[+^mF.'v%O71ڲyt6@5naMĎ?KUkό2 [X 'fo~w..o.&^2q"#L $7FSW$:2Յc9p?_7$m6""T)aV)f55-z$'e2.P?_XFQk׀ŮjuzJ; 4BgQ'Aw>B5gԈD3,U1Hfd1aD+ƾ"'FSY2wKX Z(=E؝ y̰R#L[;u<\ 3Ka|IR$Zm& Lef7"vRp `R=gy!4pH0Lي Ze&t;,\8xO_\&i1eSPR 3>!kVZ8@zfɄHĬ"GtoMGTIrW\LM"3e92Pzz*|FnsN_4?96l\tTAGrS9h4phn<.z5wDC4|tg`'<#Vg ݡ[u h>7,ЦՓ4GBCa(Q-8Rٞ4***&6m$x.xǙ(!kHh̓ozK3L% UݫECͼy~"= qn4/\"ڢ[ϹLmWo{GD_D g{aP)6GØxJL74g5-_Ÿ0?ڔJ|zXO4=^f~z]]j`a2՛!7thY<.rR&Qa_-1mH@T% }OyJ10.F١K7<@T"u/4\~N0-#TnB%vzN節mB`cՀ-P5n` p<9K7qV $oԧd7fE*$XUQęjw~"ꊫ : z,^hq{pH:5·W5NQ͔vT7>jeBx0߈NXdw@`hd:8ASm(7XH;;͋.qA^2 ׋zq>;p1-@gTfvؘ֘].ԙ6JpݢlE{mN e5,U7ko(\[IZ" z8dE^Y'+38'sŤ'syOܘ̠1> h77R`Hǀ=ٯ²"Ghp!4 X7:fjc?}9?uvchr;lS7, ᬣYh^.嘪 $!QruYΒeϔh'DzpH7%`/`RwH+Q`45X_GD٤0bnU)x&@(q21`p tKHs?{<^I..MCg: LZ@";`pS,9)jV/^{Fr|S2=V42",5rKGqc7M !8"!tFGHB: #ִӐx@!uZkJFۮp >+F CmBrE*H6\\;^ B=B/XRz L $ i`J3g/^\C]8L6 sۜ9W*WD;~pӨ3dFKFSs?2ugmAD *g E=Nȹ2xZEӹ㟱񇌒ꄌ\φ9G1+Z\FGfb÷/d,Kyr'incE3pN0ǵ#v48޴^yl:zfqd{N߻tH[F9\v+!I{Qp=tv6'ut۔}167h(5ZYj:Y { }Əm t'lx: 9zH NѤ.+#!d 4cJj&VNnJ`9.KZ'tur'LVtkaWo"Ds͸κtZ8+#!"{"IȠZ:eJ1 y>F!8Yٞcǔtyc̀W|*)Db<γGHp r,+ iflFgg%6f/xX`y[#+oN\- f*[x4jɓIqXHҊzp>W}'pkOYᒰtg?f^G^t> 159s~-oiߔ)<ȚqmT6-ݙw%)S,2KB{|{Mx 6JM&}0k?@쎯G`wW]IM^{UoqR?U>jjA5gµ\>LJ!Ej]!J?V&e 9-EC:??.=qP@g@4R) (ӰafU6kG/-o(AI6@5 j#z+xG9tWv(ቱ(oٖ,'jYlia"x';ՍA:\ ,zlzcx^8n1,۪$GVg/_?1!3hĉt@\x(x#ٔQ{"_:Ձu, 5Mvldq!z WV(6́!XT*̦,NK0kyMX2Z5|\>VQMiӰ1-8P#{սI𥾔?1Kqh!_WY@,|K/r<){<5L 1NɸѢb|W YZ