libmaxminddb-devel-1.4.2-lp151.3.3.1 4>$  Ap^ln/=„ˎyA P1lW)kgv#~K-2|%Th\ Ι\!\DBhV僚+DBvw!jg7ߘwƏ |'hFlWn*\ᶱ8{ d5 L$8OG Mq~V3*h5ia-V $՛(эvUd\][s ǝ©*gtL-i4c838574772fbc1a19dd60a6383549b9bc184cbf8c6d5e1faed4e1bc32f35de443ef3332ed426d5afc4c2685a573084414910bef^ln/=„5 yeFx2}i2=Rzܠ xb50Ă&A#$C /?Z!U4] ;< }ͅˍ7p+w|ہ`P=:eWRĩ3T㧒V}Rwmz6@w #+.a''W(&9S Q8"] 9Mf.~g݀{T?ܛq]B[qSH׹c֞6r/އVJ>p>7L?7<d ' `  9?D  $  p , D l  $ < ( 8 9 : F.G.H/I/X/Y/\/]0H^2`b3#c3d4we4|f4l4u4v5w5x6dy6z666678Clibmaxminddb-devel1.4.2lp151.3.3.1Development files for the MaxMind DB file format libraryThe libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address. This package contains the development files for libmaxminddb.^lecloud1157openSUSE Leap 15.1openSUSEApache-2.0http://bugs.opensuse.orgUnspecifiedhttps://dev.maxmind.com/linuxi586!u6z.o K,^,#GA큤A큤^lW^lW^lV^lV^le]\JQ]]\JQ^le\JQ^lW^lW^lW^lW^lW^lW^lW^lW^lW^lW^lW^lW^lW^lW^lW^lW90762dd498609b1fefbfd16b49717377b4fd62a27ae6162abb2278a03606651ccea4af9a24251467b00fde2f1889944a7bc26b25f1b99e7cdf37ba7ff3fd557463c949b309b7cc84f9b8c551790292cc66d56744809aee5ecabd1aed6e0898882c4ef44c229978591184478a7fa854aa7b3b4eb4c28c93fc708f7d60656cd543256b4f97d6eb6a7a5259e3f629de5df264375944e384763d9ec905b52bb6b5391f18e4d098a290f835569e4030ef4827fe9281e95643a73c4cb628bb227342626ddbd943ee727b15948984e203f55e526bd01c0ef400d2fe5a2f37cf2f4904ced5547258fdb8c649828b5c1e9958890ba18f239b087c4e9cf8623708887d2dddcfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30318238ff2e29da9333c0d4cfdd65a4d094a3e7ad237c3abcee99b949cfd97af5f70414a4f5989b3f47874be27b852f391a9bdec5b9642fa6e2ff4016f92646d4libmaxminddb.so.0.0.7MMDB_aget_value.3.gzMMDB_aget_value.3.gzMMDB_aget_value.3.gzMMDB_aget_value.3.gzMMDB_aget_value.3.gzMMDB_aget_value.3.gzMMDB_aget_value.3.gzMMDB_aget_value.3.gzMMDB_aget_value.3.gzMMDB_aget_value.3.gzMMDB_aget_value.3.gzMMDB_aget_value.3.gzMMDB_aget_value.3.gzMMDB_aget_value.3.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibmaxminddb-1.4.2-lp151.3.3.1.src.rpmlibmaxminddb-devellibmaxminddb-devel(x86-32)pkgconfig(libmaxminddb)@    /usr/bin/pkg-configlibmaxminddb0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.23.0.4-14.6.0-14.0-15.2-14.14.1]*]@ZnW @VLh@UTT@Dominique Leuenberger Andreas Stieger jweberhofer@weberhofer.atp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.com- 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)cloud115 1584170853 1.4.2-lp151.3.3.11.4.2-lp151.3.3.11.4.2maxminddb.hmaxminddb_config.hlibmaxminddb.solibmaxminddb.pclibmaxminddb-develChanges.mdNOTICEREADME.mdlibmaxminddb.mdmmdblookup.mdlibmaxminddb-develLICENSEMMDB_aget_value.3.gzMMDB_close.3.gzMMDB_dump_entry_data_list.3.gzMMDB_free_entry_data_list.3.gzMMDB_get_entry_data_list.3.gzMMDB_get_metadata_as_entry_data_list.3.gzMMDB_get_value.3.gzMMDB_lib_version.3.gzMMDB_lookup_sockaddr.3.gzMMDB_lookup_string.3.gzMMDB_open.3.gzMMDB_read_node.3.gzMMDB_strerror.3.gzMMDB_vget_value.3.gzdefined.3.gzlibmaxminddb.3.gz/usr/include//usr/lib//usr/lib/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libmaxminddb-devel//usr/share/licenses//usr/share/licenses/libmaxminddb-devel//usr/share/man/man3/-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:12118/openSUSE_Leap_15.1_Update/bd2523fb9c5b99909da93942bc0a24f3-libmaxminddb.openSUSE_Leap_15.1_Updatecpioxz5i586-suse-linuxC source, ASCII textpkgconfig filedirectoryUTF-8 Unicode textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)C source, ASCII text (gzip compressed data, max compression, from Unix)PR?VO*1,Uutf-8a9873ff4f60047de0dd5494a19fa23558629c92dc5530f57f5a6520d283ce100? 7zXZ !t/Jr] crv(vX0D7uߋ(Bo-x!윶ST<'.`&gtevdm:(oЮ7!C꣒ӈoIfx|IJZEyZ#۹a 1J+݃ǔSO1 SOدewfl3 =#1\D~fYXf+YS?;pnXTՎo vWr.UUac99e[~W~,:{uT8̯[' ׉gXzn7*?* bj0+@)/27*DϒF*ۥovRԁ#/wEZFLc>{ޢC=ZT4w1$^9KUZVr4JxS0%4՜B>#9v̊JG(`J$bi{'>$$5l\޲5'y 1Q`f8"5v(}q%kZ(]WN~̠M&3%>J}\K_Þ[7*|!ogj9d^:^z2WP=Xኤ԰gdCh%,Ku?6ML|dnd#pZHl(@oeQ =I$PV-M!p!?FbfXplUwAsf øl>z'Q8Di!Z>4,pZ\(jӜVm+)j$7 Z$t J?Qh$o(+5kpú:1bܥS5Yz| ]$FBK͘y IkVʺ;ET>c0O ЂE|P.`9Jgӏx8Um{G&hC椙5)Swn[T)/=i30u mxNYACU|+M|6wK! x+)kݹn.U1u_=8MlsDbN!v{(%vߥ Z?ɇʫyk/ 䤀pg>)ؙNIbY(tR5@w7>UC+ɚoKƀGF+pHC{$8[WdànidN6LѭR|N >WpiA2αR]?(b@+_`1=ݕFUy+‹ *R딉X4c3H4wV>῕*L(=3917Ux?7s8 S֫Ts}L r+.q$",Zrs4ˮ18o#l4ww$Y.vt_nqИgzr4htVU9!Aʱha-o0F~.r\A<!y;dM}ˎbhѧf0M*2^D?sJ!:"z5q.+\i`HR~O~i$yv q{9J[Et wVUA6_±:N|UmAkH5 |s-SV3[}s4Q\3"G#U+SW[R 6P n&8Vp/X>J$PG=O۠%"(]CcYqxf|UtBÐP9!ztQ0rO߿U# =ſlXr߈ VT*J}[g۵ 8o@*MS<F\cyŀ%BKzacTmp@e>V97L) E! 8Za"IlA!pdmݞ,7uk,>ktl/LknKKb@\Ǧ71☯]$6xoə*犯4PGh*f طK0^7o7v7[K`$ 7WN M.h=MEwMđe_Y16k{) tc QMo cEG*A`^0`^ >_hQH(N l N\8 :Rc`H-pWR%EZK f;vt)kĩJUcRa9N"Q5"$"BSͬ [*ݝcA]a} ;W+5|k /6OA]b9T0k#b:t.+q0Fr)``@k͏˓pO^(b&_ n?|JBM56#!BV|btp7x&9^fOUy%P¾UFQսiAw󀕺h&wkc/7iPHcDKAR:m¯jOʿ€6+qhh0GyK+>zj{̋V3Y^We%>60moA"+b$22_N3ӿ_ZW} ڏ֚5VȆ3 hi§ư)q-Fqʕ[S+Ԙ4m|yt_?r)[.˹2=!3k*]x /jB=?P|wMeeI1۾w0k ETB٧ ",g孧9s(hO7ofM1_-H7AiI $K_{"D* k8hZE.K AUgS!8 cwb(ՁܧYrAFkWۑ &a 4El ;5xsޚɱ#16ԃh. $Z/T&i!9G}0ݰAvehm$O4a 隽y!sNtVүޝ#cHrLe~CԈ ֘2,F۟Kd(1Acl@J!NO^){CQCB!_"`␫0zpǝ%7h4C\ 4^Yr|Y6U| @68ZF ?Is K<QKÿ/,!]s܏"hauƵHH} n-z8]n3heݏ)a*@X/q(CAݎk9J uK%`s$HPfCt+@NnhK= XBͧGV3tr8֎g[k PP+Au[zH{m! yJLV7~U+쬣Vצ{ώX'`_;).ߔ|}?`ӄGD<"PJxяT`.Η&mMQw<:4TW[[n6} qmʀ6)ȁv7ތ\ qeP ֝okHaZ49kxecl&`fV;\?H;Ϯܟ2K A}QůJ2Y^{dS^W$pyVDAH`g]*΁37S-0A[֦ݶ l3EW]\ 8<e[;GU^c-j%x:!nGKƝo\ ‹UV;W̌YLx w0˂U JS>}c2Afѻ\/Uګg%pVJgqt=CۅEMٗ2yFN3v+g,G4qx$6LWQEnZdnġc(5󥀕$[~U=:SU, p8Ï8Nl$3׷Tawh+ 8iȎ "ŋ|pX>H6_ӋT%KY\Ӎ@_Bq5.'mJ~<ػbQ?Ҍ I`?09 25 ( "{b@X >& H,_=E47 ٜnitHQ_C `m @͐ XA~dJ8nrQ Jt&2k-vSRL :-.[\1~KKM M|xTAHUBr!F7LƽsA`Ҕ)i #5 U*zWpJ HsNU;,+M.r; 8rO { վ4qQgfQ9~G-v@Hib|101}Ei_ n&wHu2'g `'hm#69xtn^%]jڿwBlnY.X g߁. a| {hROLkVC)JB CSjse.z9o `lFyeoʪ[:'F$bJtzI2Q8jU"m|ʌEckx1īSp *(0?֖gBG{+e%J?}'|VSk`<;UY"ryx;M.8v^J6]OSٗf:&^ھb\]?cS^ϰw^$hT$фھRf|K=& :%4 W3S&B&v h$kFxD@# 1'A?MkBuv:LQ8AYB)Xb'$vw5G[D=|ZYt;R4S2i3U-t]mDE/vy0=č5}tKgOyY;[wCNz++mkLfy,:O#<|]s d)m>?_`A 0Dj1P`+3/vKA>n^ t tD}{C9AåDh.WIDV$׎V vvBFOiQ[شp*@ac-bHk[S_2xK7]w7QU~Ξl=g S ~,ca Gu=n*MC^έmW-zT3o88G."CW\>&| VPkBj fC[wYW V`d@2/I 0Y L] 3WE݀ݩq@^ݿqh [PeGڞ0SSiV`CYveszw>9lG$4kl)\ؔ| ]{EZZ` U5uJٟw8B~k6*ڥ*XneB1 x1:bUg)wڱ|/eV2 c}(54<\%⏡F ?zFE-Ghj7ЫVMoHauXȘm>?^1bSLwUqZR񵸳h:!.f FA#O@"Qw'@)fJ>(ݥ_*.t5+Dw ӜhQ-:(a Ü\*IZ~2| (c:`AIT:cQȮe  -/قT=˜ TrNkbs`NE˴Rg~ cu~*]v-q= #L,<:vx-aUq)AiAT6:`.O|(׻WܢԽMm@c!ex~ 5w80>5(c&pЅHKAܶDDfY7Mt|(K`ʊ#'!20>ג/<F*굲B'f6(}|Ë);q%['"z w;sJW)qIDKR)E P\Oy|py{bf墙{Nv ̒k\!uUia!Q2W}ۂ HuLg:GX‹eM!I>;9䰔r?̏|:$A#^Np;3`@3ؖ]b=kj\ p"ށc θNjHͅ9 .8l&/I4:96hmRt1 as#*U3U j#@Ƿw[(譮Q8iJz@n<*Hs10Q`h';O#+ VPvlgVWS=0 PŚ/_ݩlcG 7):y_ͮpp_zn]f7fK;Q qg9mrPh g %+$SP-!|e0Rqfy9cJly;,Q^3S([rfmW1T-F=kt߇qeEym3' 68rN z=KI97~>FN&$ jT$N`i pMB?!Oj31d.7usQ>k))Mҡ&|<߆b 8!#m\ył ʚsnɲC1U-;;Ah1zpgue&??Ds0V="zRY MM |FywWfUm&?d*P%mr*>"t,1.F9>ׂr LM'ÀmO/R{륓&  7U%M?eO8#.j.sV[;Wc"t( I&1ߝ6L͇po=2FC &dk`TߚC|ǵ!N^I73Hs˽J K[ Xo RuY[3܋ʑ`g[x\S6OV ( |6qE4uEX'ۓș0DzB(tyAMK"3_Y/ J4mAkrXfpAȩ5YӥCgU T50Ȑ@GSu.ڠ t?Hn Hq[D ٧}t95ֽxi^/Ő"ھE2W4(Q.ȅo9CM(879079@ $_z3%|n~_dh56&[ġ*hN ͟F/Ofv²| egk3hq_]bj(ZF,'$AD>lRmxI}kzgdDoN-wї&Pqk HLl(əuS}޸eUw\)ԴivF") I\LI\uk*b=̑\Ey~cTԠ0W2sUm~<D-~!VvF 7[=DR#II<:YG/d nL^ܽ˶V]& ʙ*\e9-"g#g4Js<_{nrBS01"P;[ >,,/zȈT j@iEj8Rɴ=N9o<1)o9n-=sCMKV "ޒÂQˣ^ʅG;@U?^2G쓲Ќ6t@xZ'9{O$=GW9a돌?>ȇ9xUccXb NkK-**'k;-!%D)p:>uRAܯPl6Ĥf|<PZMی ZFM硙ׄ~ 74Qd&ԧƒq1RpB#! @4u^")õ7v\I;$xYrFc 9ꀲg??$(lh.sxPJ,7I Z*x2sIZi} .v~GTԾ3bVʕ/K N-~z)ZoîC>0~\3e6Ƹra7bނ^>2+i+&fe[;]kCi2Þ$zbYD04d>1T?{jEEJ#6-A!+gWDN<1*/2c}v^ڪ5-?Q͓hC'8aWƇfYzVH'71ˏJd(^>H&.&Op.XWhV@"'FNР$ $bMϡ04.(dx\b*EP,EBvX)aHNJ~CG)'~^(8iHߺxd~ W>@XSǷΨaXMM%N{-\cV= 44[!) BWpޚo3ZJJw;~/ҭ; 4ِ4C-9YZTK_hűy]L{IJZ;{dq1]z&%lTy˭bz0\ bʡȨBqoM0TE R!:eH+1P¹A;Q[> QUo6ђpdCOG2iޔG)1Nt@lwWAFd%QQaѬ)IV4 Z&x|mk@i;LIC(YEpbiwԓ6gUPw4/`=y3st;03\@l`Auvdu碟ˆ? ˟ yRզFe.8FLb|f{6HzzI1"6p& 6TM2r2wc%"h}єftUIWЉܚy\2 uƍmah=ER),B"=|.Rw߶D5g0 g#@gt~nLγY@3fkV߻ EDSI0iTϥi&TqM+0Cfrֶƭ] Ő!LZzg ҙVxf8FAߘDi̲ͤj-oB![|yOiңQ3>մGF`'Aadc'vB-=8 y9CL}m+Hݐ8Iib I3KCٴ5{*|,J9k *0Z-pr#k;yga|o Yw!P{O~7Id |+; Ѳz"R'H蹘HFV"`EWRI FSg]d'c>ڤz=My4F| 6J:\]NS¡-;oH8K Z7HَFN Bv7T|XYQeܭe}٫R*v ~FpLu] 5-cRؼZ]!y zV\Q[N̓WlJ̮ՂVYJazt3J>Fa32aTq?&IE"8M#d˖{[ݿ,34d;|kK(Preg*w|īeIBA:WWC$ SFd3-JS(KGcDz_vˆDu Z4?O J" T2G?_k\!-6M-38[7ZQXU}b0RIX5[ܫA#T*`!Rq-zu _k7bV_}eCDy^'cޤDQ=4'9QiL` kH^+[9Ps%K l SL7Jv:Z/3 l,y|Lo1MUh,1ZCF}8F{P:pJ܋'u=W,Ag[\;ף20y Tb[ yl4 V]"MX YϺ$Gws&?b_M`o r{gF A)K Jxả8e\N-G> [x!JRFP +loThvZ^ף>G^7{$tAV;DcjJdSgO`^De]Ȋu*{~ [ :EuxP_b,U™~RG k(b= @߄_2Uc2r⣓ Ug M/ n;No]k֤5^%)7&њ_n:~([K.hړu3eHk(V ֗(2Q tӐNF蟗{B_fi%2#La|auaޏ@Q;m#.bA{p7"Of3~\X(1w7'3lO+\"hO@$8kVw(WEs xm 4=,\lk '}eAbm@9'H2F6;Xiv^]mV ᒾ̂ʜKMf^x}kX?nw $)>= q*+Jhi D+LNc\2"F/]4NkcщjW1fҔjϕXATtDE(4c.2tnbz<V+{[?\te`E MV}~ĶL7-q#sVik4$)ž^mogɻdtmf1I\boi"Kn6S<W]O\P_si!ȗew ;IK망=Y՞Z:· -K;\5@w xS%WkPG9ctXްn<0C!CwqG9?DVT"9݌dy:"v3CK&Y ;X3J3 ^xyZO<ՠcP14~"CđfˊvF rG ʐ8Ź:&N鰗'B:T(Οb6VXܪ>_C7;=3bkNӒ Ĵr'&" j5墒M3|$;YT8'y.]'^(9=vڱMSB}{X%u=w+SĆީK-: h}b= @I+t;–^#w]NRg:s R:^DK5alK̊m($ 1KYN̅&E~`<}f,KY J8:@jw bg۾LX\ߌ8ƺ~1hV"uCFC-ܩ37_[|j3%1X3c}ԛ XIPG?d=YJh 2@[Bvς&B:Y *}c[xyjEgH am!#Kpm ţIyXHُK_El䮂thtm/} -3g}g uI.>WRG|KA'c%jeʎċp:a@!-tQ4/N'4x `0QQG鳓eHL •6\_3ZC&)z]pgX-Y PO'o% m ' rct}lcp*.=he^UtU<Ш \}`V3E{(lFţD`U+yy0V*m[68qp|d}6Y%05dkEJ΀[L2:Bgw}>qFbCeّ>+l0uW^Fv_*aXm>1 ZP"fÎv3pi|I뺁KU\G$ؒi.nZXbC$M" 6SUhEq,ԘݖuMtbwf^/?$>kRqφ7Q eɤdcSP!}]ּLVTyB6KV0Q4׎w>z;A/ibUV{`ҹղ%HF"^FA2'~dӫYV {cb'@݂T/! >< am5mMdno$D m'"Gl[`2Ҩ.~m>d*EjP/Ⱥ{Jp;-}0:m}!Ƙ_cyq*1bIJuԏym͚zL),_()5[m O;AH,OG32D@Wy9H[?a8 nySwykZܧaaۯv%)ǥ+aMެYĪhXz0ʛo̎r*?\ѶD6ǖ;[x U]lGC_B! YyU+dsZ`=>I$"6Ig? Upf4p_3gt9 l#NNrw[@cթ(=l[J,rcd?*] UlumB_@b1̈FYo3&$׳}}st+>lF"trsX-,9ܒV?!8h!-φv 0FYeO;{hSJp1>Fq dbcd>U5*ӔQAD ({%HE#iwr $e3S`/Q<I/8{6ti'T,LE^ߜ/dqqжTJP7{P[ , >Bmx}9Oiî {dTw)B= E쬨DAl/F]s>#/Mkmn w~l籀'Kh;r(7!i'ɑ?f+x!WKM em Da_H(+77fz} i.jfMMP#ƨؽy%6aU˛uu?#r:$sxvw4TM~#` * ыX߳ۤONG;_Rd !f&ZX{|] 8e$~s\׼zJ%gȲB^422{Y.ce~֒ ġn5\HP*:cktFYw2Im'omRpCG@/K0{$x@Zw23E8D%!XjrD>Iːhjb;v6% 8f{M+yדmC͝_Z7gqF^u)I s("LbcԯJ@a9( Ib( ͻ)WL ѐqM-hAڀоXkGl^YȽɒsfjDН=-O tėmRRe"v#]])v`فKAD sLr:ew2xmON%-z#_. UCLq[_NL8'[oUL>½u-V@ b t!9~d[}Y/⁀H: _զ-XyR@$r7@~ڰ:XSY˒%ZZr&<=lMt: 2>Q5$Gȇ=~Ԣ*pCķC`;l}Sk}d|ą0$*q,#9pgAﭣyo|e:"]i/:Y`,(:lMg{~QMK}Z,-œa4૗a)/m'XpIlCe ,ȼ$ (:0{ SWBl%}ju 21h>tqm4-)kw@ȺHv(Y*b`4TbEb"thi,i%1'ى"+YL3} Zr j*GTxZ&{%XZx I=wW 6V`6Ԭ) m=M[! 3AR $2jM`d+HryJ檲ntS}t[_,V -5EKJGBJiCeT<%ov>̚=V6ȞXقOϊK- a߻,:#yY0鐆: >W9bGvWɔRb"ewXut4[EΤG rtTCxͶhlȬ 6q RXP/+Lޟ:Mh\l낫ARh +OڱM E鬄Pcs;?(DrҖrcPs{Q"nV3Y;Ȩ@y-q2:|r6*V:D=c8K1O(_^">0'8$N2$8,xba#@$Y]}^Ro@g+_P^Y8w]h™m͚s_J;0tM\ š>K'e.H~Y3_/G|f.3~SiF,MàHz}xtM Piˠ)粧C,)hޟZm2ֆn󀋣<-x!X (鍎2Ψ|t: Rl 3O~@s[p0'Oޡ.mޑ) !cL{LIe Nĝٙ`H@1_BWvz5޲j])xb۩\:fXT>|tcn Ͱ[ Yzz YzҠcZxN&A'``~98Ga3cuv4ZJ_ſߊUaY3u ̃_V ^hQςDDz&y0e&(dtE}i-Ȣiܑǘ`sVq3͡>_rt4NySH VB)!e%b&xɟso)6TOӀ }=8IkZ \r~8(6<{&uU{w'a'_ޡTkGX UJ!s+2g >%@dXwB5,#'Jy H~_3Lyzy 3+?oz0by_X~ac_29_\}8֞npc 9J7̖/WCsnu:t_ T?/ȓc/GxER_tETAwlrK/ ^U3C ,_k}6ɲ!" fAq8c@U y,Ly9C݇:Sfи6fxk ;,ؓ^I`˸N3ӣh @5klTA$p~g,,\.mW=s |2eN2k8L?Dhq-~Pnh%E[i/iTNd9WAZD7`6D\9lo{9 $&%( 2IX^q1}b;\Kf@KP!iY~U vJ6k:3:H ; o~pM k,Pl(V֛@O{יH:"LSNvX)'/e gB7xKӧ!wADwAv(KR? [j#q\H=ܳ<x/YaJЧ)8bd۞ tMWӀȴ; *M6;.Ǖ˳\H0j.Wě"anRɊ1ڇFMۛ6H?QX,BV =^КEPO@ڙʯ Kc04s,L%Aɐa.Z2зTS#N,s h,%ajAkM\)!^&KrgԪ*DlAŝ/4#/#O ʟ>.Muc?\'E" =xuMH|GТt"}jHLG{&>a sXBrk#D,j\Y9de㾁r+J{=#!`g`$A7` 1grc =U6dp۫% pN.1O]C:JdG'S.,.<1l)Ɍv%&n!R%FF Ooh#()VXt`3q=4U "s,d:?Suz#+܂Diɩm8a\;2 U`*8[VjfI/#zb$ XRdտ>9k"KM*jՕ[6%P⼚&}mA:z?Ƚ z3K̃,9kU,c30x |"Pw˖u;OLιl-vdv+:[h=5M_IW"]0dQ2U36j&g:5s;RX׳J :Al#ayYه@]ÏEo?9ޒN@$Vb{j!Sem]Vݔ/[T>"Ͳځ9L9ql eiEM]#8,Vm~r-=aȪ7s},FtǭdQ|r*eE2d6h8,yZ☤sH$.4o%iI{B/t8!csoUCN!#h G٭ox[Q^KRp楬f#lJԦpqlrE)/']>˃[F4 L M<F<~/?S$D?_Z~3xw. nCYO1R'@Hݥ)̩Ϫe`;RBwy^P-3bi^w(rL\-Bv*3G_uXby䳖꽪w'l_ԈcK1J,l{ÔrZd +rntPy8}T2NB0RwMwL}&}tܠ@ȍǒ9 ];1!gWXixnAwr,I|9i>u?DB!$ZHyI֊r"n9I~e%bpTCY`c2F,(?ę6"x yR&ZLҼg):(X k i y4ң#T+J_v>QSbjBD%1 ~o"Yr|uZ츩c5p w,BJAb_ ?3h1qXv}xA ).'Tƚxq#rՇ#`W|,͹dH+O)w骄=(z|Gs8` EMX=^ |  ˯P)je3B!HiGu:5$)g{791A_V6צ).|YlUHmΡu%~*_׷kK282v n@;UG4< ,#'j}irn^ [0]ZTp=v3-\EsֲTq7S!6"αYcmLE 49Sw4UK6p7b.q竍v_m#i|oSu.~& Q /|1"~@lm1~+h1Z.amrb*i`ap:G\=Ԍ/_ n__ЯY/N6Xf A{8%? 6DBmyt0GveROƼ L,Tre3 a/wӥ3r݀7<ڋ>*}_;fڧkhD/Ȉfh90/^^nbzk "Z4d#oS^ρwVޱn0K{ab_]fNԡE@M>"/EńHI\+7Mۧ!-d{dT/#\Qr2"ivlV1Ԯ2Z0~:Q^!5t 6/U$uyv+͎CW57C f+k\LuZ+&8аߓB𞙂v)2'ş >}F,Am7imFۆӿRGxC*k>6=!^>#[f|j1vuK'{Ȩ٪|"lwᷫAe ^Їڕ{}QueWm>~--:IjcYa[cT*%]t#:MlK''&q4Q)~QvCLA){xBO5-? JGbc$ٽq*Jrw*F'@j*.U) ;<;l0\d] '#=Œj{zh4Xg9~;-@-M$U,`,N?`w,ʓ_2Df,^ |sY ?jyw(MACM}Tv4nǹIR!]9^ 69V* ivSӡ=Qx~>Ȩ B@?a ja*(dnυ,yEE_֙^.-@]y; BG2;iV (M4N06ڃ(-ݽ Vn- ͊<%?3ݾ`m3 }fM_Z{%M% B/?Lb a}Qo (^, oV1sMJY_Mc{eXc•^/8\YnN%ʚ>2x*BCQH5EkT@=RyqRe}#yigxI2[58t,*8?*T́:=6kMAi03R|=$Η$HTʙ,V?UX֦!4b;ٖS6;aB*$zA>fM(g]odztY _ Lhv 9Ihe<|!hr~`bݺAEm0wxdڈmU= 49? 7d"X *uݍѼe&KLO{WžQ] i] {n~AZ?{kF~n.QWCwm@ ]B-EY;鿾C;2n绤0y&$b܏Ȍ;`Ms"5rfm%z]5Ke*5(/6-Xd|ds vsS'ުxI H?`j[{2 6i amNy`X[fv,iuWQ6f^.}@+:qhef*fH"#Mب@pG%4.@ݽafKMɽo|vʠ?oכIܴqTjH2uA//yB#el\edI 8b-t5!z w,S3coSY "`<ך)VQn֑xO2y=jhksHY~Jq=k3fm8D2c\jՇ_xӭ( ?iFAEѐwswm:ݥWS= R␔J)i1_U$mk߲nRY69,vc8&h%:<FQ*e)$h3h Sa4Ae/2Ld& JF=Gz!st޾m3'C>=N7GU7TceS:7k'l9>||4ܝB3, U4]O|/ݳYdBCgŷgm dô\+ ݯ4ݭmdHO^kD N"ymCՋ7DR[ض YZ