libmaxminddb-devel-1.4.3-1.6.1 >  A _1p9|7+ sҴl|"5$?hUtJQji1As_\TH¦x'2 9QjJZ5 HKj~ٓk~j95^b#ΚEt)ŠZ-J:j€cP?T$Rݡv\yD]FM85 A' SlƲZ+8zթSz8I:Y]ef8d918ea3f2fd1283163827e1936e6eee74b061325559bb6b00f9beb9886e67d51b577ecb2b29df1c7c46d00ec363a183f577d3p_1p9|R>>PaPJs]SK{1gj*a1w/@=Zp% |)6vC~BQ]{v5eB3&35p>7?7d ! Z  +7PV`  @   H `   < T ( 8  9 ( : F/*G/@H/I0 X0<Y0H\0h]0^2b3c4`d4e4f4l4u4v5lw6\x6y7<z7D7T7X7^7Clibmaxminddb-devel1.4.31.6.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._1ocabernet9mSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Unspecifiedhttps://dev.maxmind.com/linuxppc64le!u83.o K,^,# A큤A큤_1h_1h_1h_1h_1o_,/\JQ]_,/6\JQ_1o\JQ_1h_1h_1h_1h_1h_1h_1h_1h_1h_1h_1h_1h_1h_1h_1h_1h81a32d41c58115d30a0212a32f7fb7d77c3f6dcf87cbcc78b0ca558a60cb7f048762495b690323c31fdae29fbf4306b67e402c06bd1fb622a06d895dda85a0dbef2a851246e6bb45fd2fa72b62f8ac99a90e3fccf517e35f35869ac348af7d1ac8898e498dddfbdf321dbc69933d97c4e4d5c31e29fafb50f26bfabe7481b608256b4f97d6eb6a7a5259e3f629de5df264375944e384763d9ec905b52bb6b5391f18e4d098a290f835569e4030ef4827fe9281e95643a73c4cb628bb22734262b5d340a31d3dd919fbc803d7a5546fab1525ad742f84096028847ab4da194383d5547258fdb8c649828b5c1e9958890ba18f239b087c4e9cf8623708887d2dddcfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30318238ff2e29da9333c0d4cfdd65a4d094a3e7ad237c3abcee99b949cfd97af5292ba14a435aef5d61961ae883dab04993f78579ccf55669c0423b940e08ede4libmaxminddb.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.3-1.6.1.src.rpmlibmaxminddb-devellibmaxminddb-devel(ppc-64)pkgconfig(libmaxminddb)@    /usr/bin/pkg-configlibmaxminddb0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.33.0.4-14.6.0-14.0-15.2-14.14.1_-B@]*]@ZnW @VLh@UTT@andreas.stieger@gmx.dedimstar@opensuse.organdreas.stieger@gmx.dejweberhofer@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)cabernet 1597047663 1.4.3-1.6.11.4.3-1.6.11.4.3maxminddb.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/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libmaxminddb-devel//usr/share/licenses//usr/share/licenses/libmaxminddb-devel//usr/share/man/man3/-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.suse.de/SUSE:Maintenance:16046/SUSE_SLE-15_Update/d508c1ffd84b5dec40f9cf0aefb05185-libmaxminddb.SUSE_SLE-15_Updatecpioxz5ppc64le-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)PRAJ;q ˥}]utf-8f4dae0fb4ee6683c4bbc7a210d6bbcf1360334587c110d102f2d5fd703c18be0? 7zXZ !t/L7rq] crv(vX0a}$ ,cÌ ?m'1I1??@AM[aԗM=_DYNIu-k,hhV$ݩՄ* aĽ\b"u١u?[Ŕ&guRDNBԋ/}JrZd' &ց\(voB4)ȭ, ÿz$|u'eWBtg.gNzZEOEK. D&qmp {ǀ?Hn*JUQBYPDM87}Y{F*Zi?yvh+Vb8RHA܍IyH'h#x,*밯MV ?ީ(Z{(o* ޚ,i,N qR%Mq; 3z%Gz{[&g6F7'`gǥ4N{AB8t{.(=9/:(Z#QXBVߍ5n'ߏ:J_yհ;=fM Q邥[x7F:J&3`/c2>?R[iyl^4 /zX SNop ;`b4䙙OzK1ur).'qqC9@`RPW0Dtn/EGt5~$/_ ~ 4 ?6F&e[CuB|<kɤ'71dtK#M6dEh61U.l#بjpyt(& [qv)egD0)!%7D7˽DPub:JP57I֛/WiaԸK5R&W<8Ւ[f x'(d2CH2aIlFCFo#{ѳg3!$bmu47'!&vYYI`%䏑DM(B@] XR{-f?!B'\Z"qiL3Mp/x)T:|SzKܔK6ُTح hO+.bbfP ,awN5YX&ƬŨ1 u*e^uQqggN A 2I?\-P0'FdfJ `7Rѕ՟Y.~{`:<(ߛ el{ַ .}T¿9,1G=S8س\H#:h ŇڀO$P}v|+\<}kiS5@8Vjl>#ȓN Ym Z:ZXV/ܺ珞[&;Se`U>/́CmaѨI9'6qcŚTig~da!pJq}9-m|d*5/[p?lzm匟Dn{Çϊ&j&s`d"kO"t7+'œMFK>.:v `ggE~Z@-F^z~mX~:JXx:展Ml=Z_<ҎvFt'ܪL;M'8bL\;]ӰL.#)*ֱe/z'n(cفݤNB!Hs@||Vu{qF )8.^Jr9dQE(HeGş" [D.5D.FCt=)j0}CBcPZsR`*j>P+ሔz]@_7jΠx6^_" &T3UUw6~+{~^m}437ZFS)/ Y6fWr>#mY5"8>N)5M%%`_1;{ͭ/e_6LkW'b&sC0.bGp2S!]/Re -Hl(g#?xI1!s6 B֎rξFth8Ǔ9[:(s)б rGռLSwBm#PRt4#arLROcK8I(^#x%Vfu6)0"ߔr(Gجؓy O̷%뇃 ]viJb6<%UIO7P+"e,R*N';_TBQA xYh[uSԽQpِ_!& 5 7.X|6#vGN" lϗuxH `a=zT ]$xcV'T(=yanpߦ@8[s/@lWԽ P[\Ҡڽ} \ ㄂I@+MsqLg-3QzOzoKw>QJj%rK tTڱxcYh70>%H-JUM"GDv]]l)Ne嬞cZGbR@|DL'ɴ0MH1<^KT2\I$NS@A LZ7ECz:QIh#Fp˜rnɩ -'G'䟍6 )T0cv'V2/cRmoVֈTæb'co$N ClPgIi9=> QxѢo6k&ϟXLz< ‘{T^wҜ˫?bӾbk>m*.YɘW&~U|=%,oxs>S ?.J*[MXܦBx^A@~}=gš$i).` Áh>|g܊ueetKW ̃/Q#G QΥ-O9 "\g>Ob俽Qݾ?RI޽%qiJbq톿'23ebKčBJs&}zG +S6 n`:q F苳Lj}wY<SL)OCA`aBD%0TBj&\սOZRi }"uHYO0^~DpExԡMKяg+%ɻ6Q.i'Ưc<8]Z5-[#~aalI!+A:Pͮemf%y=np+QAٯ[R)2vD>TeOB|?; >g&fEοROxR7R˘֮aլ%kF9 <Uj^-}q>%객> COy\1lc/ 5aѐ `>o,#ڼݵn9燅jRmBa(5c^ăeE`ej)x__9q[}齱xrWf!b]uu)ax|gQBM϶A&9!|d^!LR7QjV,gB~ *! {Is`EAOvAG n#d+>?a>Bb7k'U~IJVU2Q(imޱwĂb|# bR 8+J!N,%]`h=Dn*^GXG?yB@.+s,q [(evpAϤcҊ2'0x *\AGMbŇWafK3<;[ie:q!FSVm7}5:}e@\XE!=&mit mޮ9Ix5H?`=#[K2'V(QE'oo_y,L}qB0eK9[<ۺn7TṖ;c)0ʾ/ے]16,FVA_hN"9'47ޠ$]oZeO§nH`q[>7׼Q^k3AdͶp /4_;-]O%jƯJy77gN`'r/4j`3m7XpCnkl _ 3Wa9JE%)_D_nlb+J m3:h3P~61?1GYnst3pwz WjfSwQ;e-iqOP1W܄08cw9kOju rW 64:oK:Uq I zrO!Q ZcC{Gjb(y#rߏ(h!oRZ7<8~2yjHznH+*Uy;[\_ QO%qc'EZzѣEBAh_ 9_ v[s"iW %T@-FkV(^'S) .ytSAo{Ni~+yS% cBgxbX}fa-fL iQ`eb+CFymWN"ްkn7V̗s W0Q8*O_jrK:S@09wxf,^We?}*V?䥲liEyR͢h}} 3=b4p{u I:Wj᳙_ދS,E U}bG괝LHG-<ىܷDWVu*gi4`EOja¦ ־qF R 3`!`Xr{f2CAQJ쒘7"'j1EFu9z|NMa2"͝mH)fn{7zLjb _{kM}0Ƕc.!޲T070ͣe B'ݳ~ "/Qj2__ HieYb;`6mmzl/LS95[p_:\RlE+Ku۱=}Ƈd ,d0$=@,_ 93´]dž$u`Od D5x;Hd7/Ο5,qyiO,U߄Mn4p>%#Qa Fonxƣ2~L{l/O+oxԺk֧Ur/Ft4رΔ#ir!1'lN1gZj+8n{PdLhF\%8ǩȴɵ F4½1goj* bӆ[WOs#)C1`!k|O?o^lS z@_Ghj Ep8Bş4 oKj% Ï@f6?"cf!LL}+V;9A̩Oۧ7̠q*/(C9JG9FZ~A۫vSCZCH +w@ɟj伀_9 ʟi7MeIz$1z/e/;̡< 6֓Hچm6x R"%8U7kˆ|ǩ@d,UDjaEOެh#4<:㪹?\:Hs},<~薷h< HԹ۷O* ~Nz:IA`4PֲbG a/D3?3)&eҦ̇1ᓧl*8ȿ94o|:U3ZR?۾e^i2ok$B?y?.y&$F ?{Ta !%88_ }Kq~YۊlNxI鋽pdݮ+o{~0W+ G qpm1BZ;&> 17yu١P/mݒ'mp"/ OိY2CLӱ=JXXCʡ!R[:LkK7AZZdrG kf^vpQU%Bk^O}1K &--/O=+h1̱GO7N$7Sj҉S)X|;:"8Ar*.QD%ej\“0Ck]vvIf ˀm@@:'JXw@ 8F-#o\:F輚e@Nҹox1=|[#&y?2;Gn#f3uO9(^<" q d*&_.Kܲ0;'Hqu,Z!ОIkEڭ,cĕއ;mTX Ihx6>'*HW+@(,G M,BCDTZk*e⤽(:C5Իe3I*YSp4&6JF6 vrS{737ǰӕbnt$[Uo|?(ѯ,3&IcqT _Gq6Fr|Ly=b br 8a"qI#ԍF8֐=#.E bbĨbv,\V>fW (xFw? vR<ˎ𬳄 ^8|47'Zz)Qa,JEvL dsߴ,X^0iKJE9KyؘJ(vpWݏb@DЄ]Zۿ 5lūKeW|nrA4{ psdhp>8ƿlE "N[`"㋔n`-"2P OY $)iKQJCL[k9POͬ(~,a"^fsUZ#T ތg2ArsOdDFڜ ~2/}@Յ,֓?dv>M^o0K٪E$mO*Zey#g9ir)W(7PJVA;DHRX쭏}<˷]|nʓ^ tW767Er g6Im}[鼛 z=ծs} u)bxT$[Iv@mFFb"O0qy̙bHt!0\B4.NJ U<U+&TO7U0T ΌR$3M {+o$174SuP crY΍ u[<8PA`DLGBaAg(lzk=#G!o `'Eo"7vcP_yA+-NN_!7\l#<Ȣ~̥="J:[Us׼ ]{(V .,c96iXuX&@Q+iZqQL88%jܘDWW$T$<@>Udf\d*obq÷/؄{\v#c֯qHчn<׭IkB%9Se1 A Β#CnaJH$ DRsAD!gޥO_Tv:t뺬:].r_ǎ "TVK&_٭l\|Il[.S=JH SQ>2OvX]ѻ0ba,BW³:X(%J[+\7 'D7aCOU)P>uh!V2GN(̛*͐)|G,vC#k@C-܉ }aBPbY%>.!%J*)uD^𧈶|k`fQLIpv޵{ Y'?>;ӟRڡ-T[`Zn sf8{b&ȴmsٱ0{"P}wB`;; (em3WFP`Ҋ KƯ i*/H7P3[7%Sjt s;cmI`N0%U#5ЌfP2FtW 5A G58b]R$-LḿWua@B|Z#nOUDY Zv/=u 2IxEU\1Pý:ڟ} T.򶙘 1vN|@ɇ/hD &x?fc.kE`H4bmD,Up9< r$b,XtuD(K-#P}j 3{wz*GM>rJxK+}y<}̧A#R;3gcѰ0 ? |E!gqwxL{Plh0J|@w =i f1 _4#L)oB))|sc  Q.?`9O@vF4GpT7i0~ xjq,O } nt(E`*8R̡=T>Pr4:aa 1g5hBX[ ["9bӍ6#kqe0] YN|T tei+_N+\lRFHDSGp`XQ<4g۫kN0tIdAWcs2rej8GRi Z_1'fv6L4)h0Nɐ&wU !s=u"l3Vy.%!0DDfeȍcc# $Ϳ )Aa1%Yrl:ӑDiB ^=Sore!@ğo Tm q#9ɢGqGU$K7\l/ 0h+0"if`ΊS˜r@HVz<?m#eZ̮M'6&eͭ? `,}ã8y:8 a#EV+y;[*.V92[9ڱXۓhX1MW؆d VS$EfLMYroiӨ>kנ+kW:RԚ"VG,rfz瞧$8[7?KN}v4O &À%*8w@aFF Ռz5``fCIeGПRǴub`cROG!l~C^@)|z+(e$͔ݲU@"xYTĩJ 6L*v25@h7;"q8c;@3@Ņ6}2(#moYyH?RrA0pvЫӟF8pcPk7Xm57e/;zYAl␶|9QTUx&KYCGpk)NIJ·/s(>*.ݯ z:D|aaMB]\-Bcj@BALeeWԹyJif?{֒Q)8/x1 cPB1*A;P˔)4$jM!ՠm9V2R?g oP7;!_rVYX^UFhuH+A**$ s`Uw"P_E̪nKreEɞ!l0:_q~׺*[[FFs*eTSKTF0rЭdo@ȝ}GB`ڀT)%l}/!IZco01O@]4va8Wݦ [3[e:c1 Dz.ԵE1ram$Z8bmM.ʀʍapK@ЇPwsFDG̸q99xHw`P¢V:<mO:{/t <)j]]Tˣys;r6 ur!fli$[Tԧ"Ie&C;<̢xLE2 %ZBKTgRnߛ"M3pE˟rs1qpNoxw9;w"p=JJGÌU?TUSiDAezkZcN|u[e% ^Ng/&toB@CNJJT]*`Dfw}fAWp[)!{Df*a~mJr`+p[%4fw Qexk c[1*Ț͹n]I.SU+AέJFw#} ghk dsULh!,Ȳ >ml)4-H@Q+ . "d%gw*ܥ&! xT=PTAZy֒I?X,m=vpYp1 "bƫqDmQ}GmZb#Hjc84t/N4*Ե~~dum9quʧ>$Ί>b@q3 Xv0nCש Sܱ.ks&-&kIVs{]cRymUX1[*|[ ڜwZ1Ϲ?: F[Fd}]2D!X[fpM.he~<J瘌HSGxo]-Oj>Ssr>$!4N|d$+s57 +6Ñ k=60WWTK&\TynavMeY50#`lroi5Ӱ*DM 7s'Ǧz4X,3EpN\oTn1x9IhkAЙ _#g*pRU^pķ"܁q#XNE|}AN zI-J\Xs(DdǴJL?L_l UzU9%oT|>ᅤ:eR̖wK2ႏ0?Gjsո spװZ[(ɂKd:q S h"N%8悂#z1pB'QZSTîWrkĂ*3l}Y[Ɗ =_~ eB+e˳sKO=s0ZLF9[)85Owge14WG c3MyʟzX cjy?U[P-ʻ17>MB遳O37JF8v-Lri<9Yބ@'ѥ-f%*2Z矽1whcX$,-压iɳ9t=i=P3|C1j FllHDP f%k@ԂpM?8Y0r tSM&j@p5{\ .*tC~7uUe^۳oSyA 0 M P9[|];G: |Y4Dlm6h#PbI~:8˔"]bn9]UiW:|sT52-Sy~{NWea˴R`نZq뉆c]}^v\QejݓY< oFdqW^s!tq>Iɬ/r⛢ts`bۅQ,(VɊڞ #U6F>k *'ox2sn7oUoۂ̫$hh eᬺ0~\aE^ԍ9.$94ݞ0TF.YCuKO>āw~t t9%@w_?x,$=##iߒ9a$ֻ>4_$BwIQ}D@hXBd^Hg^. ".C#B@9ga<Ժc^Ƭ ,w8g|^!AteI&AЯ% .J9^PþI}7n6(XإڊN/.iV $r)UDPG%`ae-AFuIN򽌯k>'IͲ? z bjsk񞇜@8t܋/ӐHPCP8jjuL"Z!z F̗l{llЅBP jҊ %NS%^1~i:yw|=/ꁐ+nb.#GCWsH9ݩfwV6OUR@4Iy@Zr(1tX!SꖧO6vMO}H8.A vdzu )ȶ)V}Bze t'ў)E+%8ω-op@+ws-O[{ʵ^1qE=Gؾvn.h/f.(,Sw,,XeVRNv4踻 }L +o,;Ru%3$ѵc RR"~^;xMuCuz,?^%]o SP翶J{jNg N(X&ƛpFB$)B{B ˂ٱU$-bBsg@]p{~be[x#f#Ȍb4tQ.oϮ=kX2{Ӗ$?Xv}Ow|8e1Ifr IФm^ kԤX [Q81gn6 &UAx9giOI4!@G^5^@ {%%Leb &>KN-ELTW¢fgNRDu^K 2)؃wy%n>Ri?ϼo)T5Oxˡ P3j woPk~/"TɸT.g  vf7[wakGT+q)&x7K Xru}b1kjW>8([9VϥT OoŇv4^o{̅y6f3! ;]fqJ9sΎuͣanxr~"˽ Eq&Md~"ةɨg?k`Vܝ!Mu\xp\CA hW! ~PFp [Vt zV 27og*i,MuX@B$}ݾ"wdZ$vnqe">q|* YpgvxC^onq4}{Z$Kٓ JΖmGB;T"+ $_rT Q$`){JU~P&:D?{"٬^'tmSȷ"R;zHk~~| Dѐ Z$VTCY-ۭDyP\H(]W=ND4FhUF. Ƭq4B?D*5&Kқ ٞnl#يp-!\pW7붼-f ș04?.UTlsM{si.a w"{A*Wxz]ZDՎju&F0؉lWs\j~pdo2Dd3+:LdxP5GE ]@&@TRJ?2 1g6oN}ʫ df`\~bx/ *=$WdrxǪ! ٸ*qR[np@=: p}6vF?)/R vƨn$m#8#*<뉬$Kô%1!VۼY72^ ǟ@`b|ozm:#JvާI@cE(r2{:X=1OU*lɆNt- f"̵8 ERԪ &GVO2!  CB X-0rCIDNwQ_qlzŊTp2I&́^4sM9P ʕ4Ǔؕvة RH̴=ya?Myf6`6XuJ0r`=y'`I9|t&Σf>^5"i&e#ʾ:&ȰP z_\9,w[dvWRtcօBM-yQ 0.GaE>W0WDΩE {CN co@ziM7 H4|%n^Fp}C$ubJ-j2ODEx4p0A&e@ػgĠ#ofX\%kzMc)^fBmL~*mXrG(l,iaÌ"«O2]9o1¡6d {7DY_-<>sFdpM Cf70+bfq3B 1qUљĸ^(h]aڎn?FqIrÜYH Hr݁$1IFKpV@URKj|rC2G*?5i/칍;NA bp+uY6+a ] ieȋ/M{3ffC:1C` Ѯ*~_p"XӺrn):~m]nCe큚 D?&[DpV87+ĝ9'2ƽI5Py,H%K=#B?J|O`߲9߲tP}$T0L sR&<9SԦN**:hE Y\Y45<죗~'ޤU\'nnx=# Gy*K5־_Cp.!kx7{Hv}qwxOɅՋn[ HŽ"` *HZOtS2 7dX [Sdm`GzDJ]GV2eCݮ]<խr/",f?o`ȃnI;P؅ƨRD7pq6_?eqjF"`T%h8m+z}[o{uY>ve잢&p}f)f)=6sv[R?⿿7FY3ԤAs@bh Pi#CnHX l G M#$Fkރ,_Q_ DL^t1ƞ/qc{z.u<~ $ ѹ:6eĢ2_bT x\N {{}ʏ,Q.ayp[Cnu[]ؘ,<>l9 l҅\!Tbp!l@1lyS'JxOdkcņ޹&.wc͈!zK:]߅-I*9OutMqU:yw|R 0-ONO҃\ E„R0A|Z8zPk^At9P=MuUK疿$gȨk%8hd{p:0{ cVz!lE"P\SIFW?+sv=Xwi2i&t6OJQƢ}R}#Br8e?ԻD؋b1ϊ*%·#{UF':8rrtWF!Y#'eÛb⬯ݞz}-p,HUȒ 9=ؿskfnNh];Bk$;a s~'5erv{KXTfbu3;fvx,>`0 n.38;1yFї? b ̋}LQMۦ ;$|WYK܈ pV1"_q1Cۂ:;\'` *@ģ's: k #3X* &T5Nfj!e[TzXvtg'v|l#İoB%x9ll5Z^S >QpœC>][UbAT>" ovZ aė <_slVe 1 -ć{y"c!,Ca-QxTzh>CRh?饘5RPR.C|Ȱ5qJ2FpntRЏQ&?^ls9X!D5b(1cge"U踮0pDXcAPnr}q@-҃ӹ{uYnwn<4ԉ 4Y@I:An{:tg@4$\UvR>YD"v`,|a$Rng&kݝ+Q$fSf0AAU nU ĞcԒR1OF@ c3?G+vpίh5r@RT2zv7[txW{bS}\>ujRVLŦIJ1m6 |a 5U dM`7_xcOCp;VQMyG_\h$؟O&2 % tU U* }.G(D+8uO@,-Q4Ãd<'Zr : "4ĥ_VƓR{DިDfN< C~Vn*FB4_0e{]dy7*#cB i>Jcwvn_^"Hc5̣aY3A=O lX2Nd0<ǽA`{'4D}a!M{3x}?'9j~*l_}/Ns2Z!1fʰr>i+c3jV1GJrh0C.#Ec:\M*+u0g|_~T/9ME{颌'_YYO8Om1lj61BS$2hCW5zF~tUy=yuغ;Çb=*vN|'|X֋`-HmX-p`4Q?܅OAw"Vfg?zI0|7@)H6pѲI} ؒY#h'Z"NkܜV Cg ;2 0C- u.B ;C:1o{-Y&r7Dm/P\url&#f"8'?y5HB7Y*m{YX4s[3O])P :emkO~y-WXf?xkwզV1`LW^Ϩ {-ʫ`8}BJTlJ?DΫ# ޽i2pV%æ~jݿX?*,y3qկ_k3S]@TK-4/i7хE/(+{ Ý~K-~1D *''@E^L'9k4*E),_b%hK y~lZDe?1; *95'HnR8 du,5wzjus5n4Zx&cB?!z:Tv]H _R#wv^,]f1*/lӘO;tv:FѨȿDc)ڢsn*e.~z=טFVdOq="PA\hѦaED'_]=2,1u#ƴZ}e،21@zw-R|7Ti}jș$HВ c0w\. f}"+obCW>Er/F4ǁo 1'^5PlqF`$lDS}͖S&Eg`dk1|7) _-l/FHJZ?OߚpHI'x_xcB`b.f9,);}@P8bh&ȺtT*/T\Ge萁 ~ӄZݩ@qǡ9%MS#,ψ-s2@/=2G]l“ݿJݡ`K$vYśo):v!'$֊X\=9˨w1^`P==H_qiI;[`OŇK>D{e z؁ 0e%ɳP?M"}%- G :nË$gi7& N`n@6tv[aја]=rwt-$$2s0>|Na.`c 8B$Sxӡ8R<`p4`f,wN䪠"`LNcUQ.\׀tnW>z4*XHH۫U\Ǡ;fDZ)҈1F+H*OS'_FX s5hs|$֓ā C(/0ğ G+НSkc 5`β/4-a$pSոJi:qGjq#&Ho(1[ !6w2>Afڃ[4'<Jӡ )a.+M@W<D7ҽ:*M^;KXO#h2gLGh~ A? ``2)RfkB7~A/ˢUgq#YGmsHT#WW< 3 mz;TU k_-J;cj'+>ދH%Su|{;:Z*aeQ)I"GCW@vU6'W69B|~yJMquIqkS(xjB_M #`t8h-Bv=7pS1k*}֊TYL1L{f\J2@k&|K_k ^؜oJkOr)*?D\=5ӏr]L+r4|.6O‡O܄n gKS M^,Zǎ9Y #0INVډxJD:@v ?? Ypgudv ~R6 5]2x |*F(btU+zoewlt5>lǁE7qi![wRK<I> s 5>V#`&t j$&~Ul/XHu&/Txh%tt eZ;/ VW.*c'P"8µ]jD] b 1ǥmeߦ:+mWTyf|+6sgX:L/n͍MkKΨ"6AW!mdMυa>p S_HQ ESȹ~$ӥ;f(fǡiPKhϞ'/&㝁~BN LYG^*&cS).h'yUx\Uǘq:JX?Yi}pVfxIx6V.xBwB54H1<8JxgXyLnq<}9óWl8m`B _G-}{[;1&ʈy'Hi2f#͋SWUO8&eAee @'M_?)E95lUe*.!S}0EBUѡBN7`Us]?'dնN gӣv֌?]J˲ʴn^=W:~ *5'Wx1I/&'w@$9E~Kn.Z! Lf̘̄GI6:@itiI%5 ji3A|9 yzDR$`V[y}ܖz)VBkϠdӋ mմ\ouLݭg>*5-В+F릑/.`~-/o;,d@>]Yb'w\/phpdJgt 4z'v&x4$p ]ʭju d;[F5ߟL>[V'%C~רkbt-ņAˆz~P-i/\&`%;?0ȷC[ %EGBX3{589"E/қ\\p]CZqw l&#Spp%0~Ⱥfmҟ7Ax \ݿhx;11%al.LvR+N\2ڈDug-|TZ]>]HTAZcФ s|[O.C[Vc$Zu#^fQwTB/vqŻcD>n} Wέ©Ҧi6 7ִcfkvBI⤋8 X͹%8έx$RJ6(gC \أ9kTs 3K'Հ *WA=G4AwbX+lА}/N+@u})PQq{1 + R(Ѣq7|ת&'Toâ.(?2KIG;dk21ټSXpb3%u;}SPGo׏o`ݷ+ ,b ٿ6\d}F U/nzX3Kc^oQv /lØuY:0'[k'tAkx5T7:0&Ehny:VRR_0xD#B[:yf7q|*I\a иyƉbJ*QV<>0+sNqwr"Hp!X_>uNqYG}gq %{9:QIL04)Ki(y>~7b|4͞'jzK͊ .3h\!:kY3_rFBv]08<mʑ݈g蛿{RA[f71؋|-W7ɖ6xթ^ !̭ޢLCͰ-tk&^> +hb .K