libmaxminddb-debugsource-1.4.3-lp152.2.3.1 4>$  Ap_N/=„lfᇐ:P_Lَ.Z!W!lf7dq:f Bwi( X7u.KbI`Mg"[[I$U})=$v\k& 09+,r> skjzQYXH0qHѢ΢Yi+ꑠU' s+G?Y?ɥ65Bc 7ٸ%;>Dlb9yO:APxe~qPEFe7c6b9910674ffae63f76fa60218a74aee5ecde248f5b07ee42b1e8b5753c454bfe15fea3638ee80292177c3ce8225f97ff19e5d8_N/=„QeWyBn-t6y)72Q("zՙ46Y? HK i2aO%5}H98<|ԘXz VϪ) OA+29s-Ds`,ƉBڹB܍#F[uJ ];1+#_*Jxn{3%2vl?uHp;.?-d! - T #,7 Pb{               H p(;8D 9h :e F)G) H) I* X*Y*\*@ ]*h ^*b+c,d-*e-/f-2l-4u-H v-pz-----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._N lamb18openSUSE Leap 15.2openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Debughttps://dev.maxmind.com/linuxx86_64Y0!uAA큤A큤A큤_N_N_,/6_N_,/_N\JQ\JQ_+ 5_,/60a98b212f493116cd02fe74f623d417635bed6cd8097ad918baaf66a74ae02ff81a32d41c58115d30a0212a32f7fb7d77c3f6dcf87cbcc78b0ca558a60cb7f04a92be45334e111e8b21b92f555b2f43193dfdd61b69aaf78a7705dc6035dedec4be2dba09a708b0579f2fe429a08854c589714a20831a9126dd950c7a8599b21c2efa447c84a0b7c4e67188e9190f45122269eef589c2d1b251cfc1f3b6b40fe261c415ab59983f3999e4c398cafd6341ecb2018ca15b8984ea9d1fb2f2f912erootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibmaxminddb-1.4.3-lp152.2.3.1.src.rpmlibmaxminddb-debugsourcelibmaxminddb-debugsource(x86-64)    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)lamb18 1599007755 1.4.3-lp152.2.3.11.4.3-lp152.2.3.1libmaxminddb-1.4.3-lp152.2.3.1.x86_64binmmdblookup.cincludemaxminddb.hsrcdata-pool.cdata-pool.hmaxminddb-compat-util.hmaxminddb.c/usr/src/debug//usr/src/debug/libmaxminddb-1.4.3-lp152.2.3.1.x86_64//usr/src/debug/libmaxminddb-1.4.3-lp152.2.3.1.x86_64/bin//usr/src/debug/libmaxminddb-1.4.3-lp152.2.3.1.x86_64/include//usr/src/debug/libmaxminddb-1.4.3-lp152.2.3.1.x86_64/src/-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_Updatecpioxz5x86_64-suse-linuxdirectoryC source, ASCII textsE Q~utf-879b6748b2b2396f273a5f7eebf5037db82bc96ab5deda764c9f5fdb509ade1ae?P7zXZ !t/oQ] crt:bLL f1rDTb"˄(~t7^h[rjYoss+ 갅' 6"n4*l"8 rQAJJ{$F9V4HŨ8QQdk%.kWU00`[ mmuY2Ps[J'\A 'ܹ.xrqM;ZZhzƢ,M'_e)OPό qbkށ'aT'. _Yqe89$4CCgı+N֨3e‘sWɾ%'z'_G.X?q>k.ʎ8&D佭>6qW-׈ށ"ü~'HUL6'w /ƃv#"T!h(MAA@%!d+X8@ي>uYk'"2.Ќ*+q6jxgI0S ~mψ%?NF Y}wINL5&) X<\/N'D7 B!޾=3,xq$yrބVJBWA \X'W k\骭.RΊ8wZ&sZ>B/X;)A>[.?K& ?GULKGǃ $B8քG9!D]hPN_,&K*uw*3xѫh^lQ +0@+QD" d:8K9T{K+shluWs*[xH&8I5a{#MV> J 8.dv %mv@f7-:B D ˩Al@eS7Mq;lmlfMk U/p  g3hmP3L^bTO Bc}wt){"Op--7Gࡷ%|xcLE2tini+:EFpsN\.z̨Q |V}r٥4J5Xg[>{ V`m4itT:>vɐ$\gBGPmF^<ä,v f dtR3uVU43CwCx5ZU7#'ŤLmPxI&|AۊZ5߯zB a<{ɰ|4xJffy#XDvV햏^*$C#e 9CyEvK$F P@cx0ףI>xUH+Ov9:ƶLŸ4<6ĥJ:j#Y9s|2 vΐoï9ÃU1U(pwA띑e:cdo3b+}_Ivr[t ,f:]ݟ1ApQoa-4zH!=ݳƈo Ȫs %洎ْC#qW;HzIh\e >R_UԄ>$}97=|q,"c|>V%3̴-U5ƯPYL+. 7߳MHN]?_e1ENDf"c) ~ "ta \fZ2 <:1:ՓRap\y# ڸp͝W>P >tkj/WJfsILNE67 /ܗHP0w-ԣQ+H~Aa qCf`*%gf1":U5i[Z`NE8Cv@ DB,5Tuk/Dz+[![Z;M"+gP6t\:CbzڣwrBx<%1}hy/"<%X`\kCKÄw1i'lv4UL xJz ?~2cW"WGÒRE)^kpuhU?kq4UXGv3;v Vơ}Tݑ?ҋ$ Em 2Y% u;1*LGb̦Gi+d(ˊ%RO9C(!Jd` 2V{}E쨳b%~́5iʧ6݂= Q [49k }! M>qKeTS ~cMG+ 2P9p"v9K{:"oJ)xFdXvD/ Bz[^sP02JpVk6L#n".v1 ~B6=Gtt.i=I, `+,SMT ,~T4dBܾ]ID#(Lgf6:e@8vL2+@:{4eO $=fQ|xc'c 5>tel "M~[8 `_tXw|{%6OXp~CT-fMjoS"dBj8kQ2|=K`k)#1滓"[("W%%a ~u')ǝQ~)CX73M֬nMl'&e$wHnx珀z&4U1G$dҩ.gIX>_4tY\|W Mjh%׻QIوr'9Y3E1bΘq06$̅{R^ݩ4rmbDx;XQITw\/ !np&3G;øx]v2{^(P†V}Sİ1Dݘ6) Јe@`ݛ$\\ =d3o{i426s]PZ'- @t11n R[RHIxA4GCآJg֊/Xrd2$L%>$x^Uy{cUi ֶx:T2h`qrt<=T(mo5C⎿&EhUd~|6.bHc!z~4|MChy7[/_RrM[T6di_ ӞAbW/ !-U2+YΎN p8hr+ϧGpg9Nsy)ƫi,YXWvo's鮯}Oq 4Ak<"ba"'ӗÿa 0|!tif.RCŏ  ^ZSf:cx3-ڡ[ SGFJvʦŽWd_Ԙ~Is "N_q!&{Y:ƹlm _l6p8| RIE/N$4nB)nTpB1{f&cUJ B`=V`x&L7e!”,|={B E$}`R)qzTqBb^#^Ws U :N8-Wbk)M3j; . qyjwRr'F x2H?Xw&'I+^" Ԝەv&ǷnʠiL`Ȳ`+!:alo/UɷL!|I6Y6$RNr9]QR]meӘLÝ&NK-xIu+)]~#]AO;)w8–|Vɏ%c 5ir ҺMv= 6U=s^9-CUcVIhW,RzWB%bqyz!!?n`IpN(@*(`֫/t3gz 8`lNDR,l I>Y@\RYϰ9(B&tRU_gݒ`Y I=˲z1:Ҍ;,3*-;_p ?5ȧ)ߟi:#p'J, 4\f1S$ܶQQ44PofbFnlM9)&w1/ D@alf#Fp%Ւ3zlRr*S-.5F`l %o4lc}O2AhL+F`6g6R 3Y{&PS_!`ݕDӛ D^ѱ䒟^՘0-J|tX}84"A ]Gܸ>p Cxra ֲiK S & Rq|XzӷDrC:Exo S ҍDmie?Ƃ'6J| k/! 4H r1`?ǶT;ar%tg;yqȆG=6s>7- J`8K(=?U4wE3U/ ?d[`1ԣ zijg l%EKb(ow+7W@e@&dLŋfPNAVV͠1ծ)۶H`JL*&sOZkT<] l=S%'Q/4#6.i͎?vA]3O:f9'ͶAܶaBV$EMi]XVM,'F#zOZvtWa# EJ [?m&xpKgeMt߃QL!:}8S6酿ȽWl |~k8ŏ?SR^i.b ?́"~` ĝx#䰹WgNoٗ;%AF_=4!\P\כ}8g)5V/E>-dE|U-z+\Ѯ`ΐ?=*1fa{L9ha rX- 䡦{2j20Uz}0($HkY=Km#u_WzBsN)~($P u#J' nuʓ|Go 5p V"FsE]!qi [U3Ba.dcbQYo#, FC2G p櫶*ZN.'Ώ mϥXpaLô3=m6VX\ --[$S|⽬f5"[`{8~kaHOG.U 3mT-7:ۏ,“I\HI7Ǹs{-* &㇨Ğb}$yYVk1ۿ[{T0 BSr_Fg_% 7aɃ"9>u nQ O}(2?2pN%n6YL)g:tӹաLuhC˄A"1W# 47ف~I8с 5%xrcĭފaѿW!'%;!3| vJuUDC \8lcG>kb+\^es.\,frcčw f=_km!d UMJ,Iϸ #yMİ;$x{i *ESNKq~wg =9j# L`-6a@ۦBhQ؀^Z2e;XG֬>{~[h5rd7/ \?c;nRM 9pF>R d sEw+I:APݪ5O@ 7)k#3#;bf9֢c/ŽQ1Z9cXd,U{40;V]a"i-[?4,\dƄa{O "4ӵE{O8d3tV tT]au)v,,١۶ݰ|fgI[}Fѷ x7w(rfjk_e[hhb";7JZ}˸NEw# IBN2Aĩެ(HdH~$Oj I78ީ\B͙(Xyȼce+NBM6 U ,P9pBL%Xbڄr v_z`CYׅJ#xȂLD0n Š0z@"/zٱ$Bn"s;쩳Ku}s`X+qo s$F,X#Q/(jȤlX "O=C 9~G]u~3 18X%|)SI! VMBA~]Y±~cF*rգ T.u૪Q0+4%pH[#nHfRxU%R¡α<^=-ZG­awCrЙ&0`ƿ_P2у&UPA[yO#3+d? {!n "#*(I Ҷj lʧmKBG_h\C|c4W E,@O8RlìLA Y)@2k{X ^Y ˿;#Z0ΣU=faVp%&>9D[/+iܘE.Í⇩M},֪BY;VOo6/3O2거.ӬRGU  .C=ww'3:fɦO-oB{v`_â)wA[Ȳ ub[4D,l_?pelJVVU"jfX_,՝*M V\v]P~pcsޑ<>B9H5lK>DBk?y#8UJ];Qʱ~km.(:uCƄ 7|ZμwgeX' ##[' _ Gΐ6!8z3Ue9Y &h߄qf8Ze'4Ȇ AH9(#o٩#c2Y*jy3\攄 >[ B>[3Z"ao(@!|`K&r8<5dckbSSKᇲd 6t!r/@Y:,=w n{'.`,yFw0E:3͸jy?@Y@Ag4m 5LL 9ׄߞyQ- BIAө;ޘ2Щ6+\xӞrֻ~{AN]:Z&x,Eb7K3ɼW\f jZ} 筐Q,s^m+?H)I GHp`BEw3/O"ű:͂T1C.Ξ俁E:RjӚ efLU끄O:yShZA>ԷYd#b512=_*Zg/v%]S.\V|]V4`^m5>0;dtǽGcүak6~O[.ZHD~]TK7~=Q"diAW5dq֜0iN]d Cp3 ACh<=Gu3h# 0םs۸O1nw [z*ZN*/ A(A8h䷢}]%ɛa {CN8*S׬?άsMFmst}Bp_ ^C2~}T4!Cm[:dJ5_cl|!nM-ϣ&,?:|]IPTyciZl)͉9IK<'cTj >sX9bj.  O|ycX}T|RڲעmLVZ('Q\W_{&o߉FC. wLN&*$6 qԂ"OHD ܧBq@9D v mcRmce!%dcLK7p^zz,\Q=!oQS C^u m+P XtHjsVfK(/_>p)2QqՌoHv$%A{_Uvx&nuӰ=N+4qFRhAD٪FE7 ?i@@ܧ{leJuGt-yz[e _rāH36[z{xC$V<*$7 -Al<|Ӛ֢H9~⏇㗈0&`'\9cV~0BG+q0Ɋ9wq_BұFf -&/ m`PoC u~uD'g~ұbJ*Pڍs @3.J|j*Zϛi9eXN1H+*;,2 ibaӿ6F~nV3NJi;d!fUIb^1˒A;-rl OԅP Vt50\ŘGyw6>Xד_WKv ӵ)a K,'u ctZMmDkA֫W;~:^8!%=Ђ^9oe􇦒1~AN+.fOGнqNX*vaGwpB^1r܂=jӝӇH|Jq=Ma)Ԇ[QtC>+MI[J9nw#K wQn3PeTVq<ȴ<˜u[%E 6g  cQtD!xp >ۡY֎,CهMi0oqh0qڎ :5m:3܈-NmJBdޝc$i 1$ª@qZ(Œ Ә> QڳEțRV}D#W.G+ g6B5G5yocewT-S)3L Ocv -d!u\$$/eqhvQ]|9lÙ? _^N+*-N)wqعlN#H&y2?{4R4H *wꘔ|JY_P!{7;u8uO]CQ:"ecQIC*=nϟ =JO螡7+G#`-g#OVߪ/@[iji*̪@4xyBۗs\Ǹm4NgF8g2_rF#,R ިbjX-].@~PD&6x&Cf.ւWv0[t~*f(:b*&(y]p~1pר: 8=+*=HyϦACvlt2!M@&?^&Ræ."&it,[R.:FbyRsM4 VlbMl$ԅסR&: PBqF+)."~voXd$wLkFG WyQPgV1FԀpͶQ΍*'p@OXQ[٢~v$ѝpXk 7KckLV Gq5_b-%~Nmd* ϫt>r&P}! yϷof|r`d+? zk é~hĪXdR 8b-t]T8 w%)g4{J> °V ~l>M|pGI[&jgvbB6,>g:W<^""JQ!%ꙛ#~Ot=dbfx1e12َ޶KNdбSg4oy,xd / qU{TYE@!E{Q(r$׫.Ɔ [`;§ v]U`L?*۶ ⊢O[ 0q8jBf:q7~{.]6>ZiqV/dB1Xh,GEUZg׹0E|IkgUE4jQR9nv@9qxV %PNe7 9LayÚy P[t6 GOpBooJuSC\^a.0{cԚ e ŀL/PӀ``^VlJu yV;oke\9b@fCQȚՏE+~#χ-𦹁F˖%_ h}{ ycxz_^lN 4u==H^^%zRV臑TQ8KꌪV I_:[^IbvAƛ4T@ʞ M-F XW!2\Ɵ^ԁe _>$ߪ`34uVġʞuG99ZhHSp#vYp@:`p]1~dSqj^֖(6fB/zG,YrG/^鹉yR3?`QIU n/O~G^ٞĚЮqQ/#D K=ն!)"T<@ NQ 䁖϶ؖЅZS̲5/kƧ-T]Uҳ2~y ᥡ>.LmpXwbx.@@d]Fș1x:°LiANss3;&SERbt Wbr|߳Gն~؜ s\oa `33Z{X~#LK>Xύ .MFnNGvbušjݺ,e)l53i&*!p`+W&q%h;\mQ@2>z)Gjt`S$S*%]ebnJ ~^=O͐8mTKB<|3#T{;@1\# !@Ж3Pҝm 0c#,y僇+z+ ^CwKoQЭ)1eT7EӻNjY҂v/V]p%u8T (*AB)g1CpK𢲠*C$OWЬqS\Zw&`7K+oŐ9kgnFɝ^;BAJoW3)0SWR _s"T\ ݮ#@HQӹ(2дT$\_~]?X+gM9o93ՌחQ <~%W ø,Xw@`zoǝ' Gp.Җz}k`TTN`pCjB1O1 '?×$G)CPrT\:v0̃$حG9 (xT ەTJHЖ8J.Z/s{ur25y{vu&q>3J~IFNġYD._s-wR>j<gE+OntTpMyf13nFL&6g|}٠09}!d/:}c6J{[UyS̑F@"ibv9R)F |n]sr}kM \Û3zBngppv+xP|Gߕݜ$'r;q@+ZjY?E}9ʃZuT_qb< ω!犎%K*) Ou73(-[jKG}|8df"DĨs߿>Uk䦿$yM^n1 KG|.ޭtWYJTqEI($_2>Hה@f ¨{eT:~ ꘆ2.S[a$atjaRz}7na?`xuD_IMDZ *Bqa1ۿr$tbΒ">7aub  13+EY,Vbz>-lm0Nhg+"3by׮TmKVA kv^6NivΫ{=ג^!G?`LUtةnD+2}Ϥ- h 6ԫg&$kČB: E[$'{UOӧgT͒|mGFeH(>^^ 1Φ"C~x4jm KK5h 2nӦѰzFxЦIh/va@IJ.@ gOtpȺYAl '-g&;Q2<`p\k"7㤨9j[L|=攊[m|pk"vroj O' OjXs'N3u:֚ZIRNR3S6afp0\|.f}du_uN7BJq&ȚLG]4^WAfΆ Wgh$/^(vd&q(ֿV;CMs/| c+C=@:g{!)nTEzjCUFr oM×Mg|VOA.4P %f[0j|nPeݒ#\l/14 v' gg] ˺Bk#umۂqU?R:EљaW>+ ydK~zįU'E~{e`++3-(:$<>2\}H6!ջVհ7M-Nf(ҎK$3>; (\Wj`ēP_w0SN1m4!gi|]2. i[OxMA hf9lDFx&ky9@- y {m),ٱW|a>;B?ePQT!!W{ 跫E|NR w.2f{̬DZmԋQ:__Rd% ׭:g*8P[XzD*>e5_x93wǔ~\9G6zj~YfմuI>.QՖ-SUdHc^6QO0J`LG9eT' vy7q%jfq@͇":vs;+*lm o\r1C2klz՝lI)=b3? ;d?Gwܺc7+[AQthWۺF4yFg?TO`<Ix6YC܃ @uܠAlxmY=þ lt%+uڹ}UmafOmKAݙڑolSᰝ!H/_PL+뵮jSak_U웯uR;h^sqiLqyf),+_IFc pǤ:ȣ#MԬo>ߙ_rJ=c@?bTxQxec;Fu*VuUMTtq q[6W7DaT"Vƚ_idMgȵV.+}lS,n/x55R^5Y])sC|7F;2>V* \`GeI/W;a{[ABt6OM{2XR! t? w;U5 1t乭8"܎1ldQ$br"vy(33L`u8 mz؟{5Qpع¡=p=iQL`ш4eN*3qw@PvJm'.5ES|hov涷W0)VsT8|;F(9s9 PϦ hl}ûXr`N6ʕÕC_wS'7ҢT4Ķ YZ