libmaxminddb-devel-1.4.3-1.6.1 >  A _18p9| UL^ aFtA<&:9~⚶W[#:ҴZw3A6_ "GǢ*@t`fG*eo}͓Uπj>_zjS >r$]SDeBmVycpdKd.A7P"w*' lV>KTx΢ЃyfBJ"dX7)TJhrГA_W{{¼ :مfuIedCga߽0b00295a7795ca13749f58fb63d310bcf52bba00176caee6e0575f582311c395d6f3ebe2eddf6556c295132532428bed6925862dl_18p9|lsٴ 2@cGm|;)PgJEV? N=MoTd7΂ζUliGRwtyUuO RfMj\ 7v{1&Iw\'x)^3G:DdꙥP\!fbW/fue@_+*uO?cߒoMtXN1ʣ5j,\?%7$XQNgH:Hb#SL8>p>7?7d ! Z  +7PV\  <   D \   8 P ( 8 9 $ : F/&G/<H/I0X08Y0D\0d]0^2b3c4\d4e4f4l4u4v5hw6Xx6y78z7@7P7T7Z7Clibmaxminddb-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._1s390zp319mSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Unspecifiedhttps://dev.maxmind.com/linuxs390x!u83.o K,^,# A큤A큤_1_1_1_1_1_,/\JQ]_,/6\JQ_1\JQ_1_1_1_1_1_1_1_1_1_1_1_1_1_1_1_181a32d41c58115d30a0212a32f7fb7d77c3f6dcf87cbcc78b0ca558a60cb7f048762495b690323c31fdae29fbf4306b67e402c06bd1fb622a06d895dda85a0dbef2a851246e6bb45fd2fa72b62f8ac99a90e3fccf517e35f35869ac348af7d1ac8898e498dddfbdf321dbc69933d97c4e4d5c31e29fafb50f26bfabe7481b608256b4f97d6eb6a7a5259e3f629de5df264375944e384763d9ec905b52bb6b5391f18e4d098a290f835569e4030ef4827fe9281e95643a73c4cb628bb22734262b5d340a31d3dd919fbc803d7a5546fab1525ad742f84096028847ab4da194383d5547258fdb8c649828b5c1e9958890ba18f239b087c4e9cf8623708887d2dddcfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30318238ff2e29da9333c0d4cfdd65a4d094a3e7ad237c3abcee99b949cfd97af5292ba14a435aef5d61961ae883dab04993f78579ccf55669c0423b940e08ede4libmaxminddb.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(s390-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)s390zp31 1597047805 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_Updatecpioxz5s390x-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 *prjESSxutf-8e1366c30c1a19bca1604c722a2fcbf1eec0e5afb44c94ffdbeba039d17ab1e31? 7zXZ !t/L7rr] crv(vX0av8ܙVɥu 6\U$5OXr~[_|u9>Ѳ/,Nj*02*\iI@a]mة _\\r j#H>P8b-vYu> IQ,Eֿ{YQ{Zyb&8)k? DޤfA ,(zbA 6bY+fSP5pS[`lz.PKIf:t^Pt;7=cuQCt+ }?ptfS2U1&dIUCtO*}:N&1!~=CϘ(&fV:xMH&e8Ќ)~7)]M"$ U3dx\C I;pgh@.Z \o*U{ڧf;s=T93ג>[ 7P >YKibD .諡)LG+.W=0p5dyBXP)*d|{dA} Bgwx[eWKQl389moԊMm :jD#2@@j%36n¼/ K't`Pz.LIfl&V훤 N†(ddg";$}=|g(:l)fWґFvrQV6c(u-yGD!maJˣWZiqrO'Lk` PjϽ+kDB1x.Ov01hGڊ#n*#-56;9֜q6jI>\ @}1L`A&=Ή s!pW?-B'[d*WU_e[""NZ{+``7|h* 1Ac V Vڱy!YQ^$B/ix{>W&AEF `#~ `©?~Tf-_$Vo_U=q :ޖ|7TJLi?O6G^8|i'yh0s%xо)s#Ս.'J+V^H7p<*)*ä6m@o}0)s֪XEwSb5RRMۜɹ8K!6<[KBQ/[5^KXzF5n٫ɲmyuЫ +Alodp^Eh]y@eaor%U*{Rĕ10y4uN`&]TnK4+2t>ax,bC eǘ&R븶>D'!r9˽U!l"k8z$h*РfrEӎ@~ST XhX]yط{~EtQ7 tqA;pmA΀߫Q,mz[I@57!v'іwTއ73fǎœp*$F_LYCͻ*ƕ.ǔuzw8 y(cJf6C !B?cfh-n kN]nD2Y$4Nb~?(1ķZ ؄ƪdHFA ԅ>~< pNb'{ݖN1^m&kÄ́ootsp ^аv߯ύE;J`Pb@9U›W 4=F&TR6W CU0pԳ"bnՃ LΰG?aٌF hS-"i\J 8ѳ{H|b/{ƾ!M}u#& 2+S1%v옟„Sg|'>@cm9AFT;nIzN6/"WdQ@^wUceذu1) 3&?/ݱ ~"I/x5lo|l`7H[ 4jEv9h<(ppwz 0 ))&_KTW>]&HQ YFϓP˄O mo0?Yx؊RwZW䨓½z?oBb-ٷd'񙌮!S=V~cEvr},Mw%*2ZM.s!Ɂ h!=750n7=&CD_>wd-; ԓ ]8#&KC}yC`1Β}+2ثe=tWnd`ZLG<;ᄰE??g9tJ6RU l9C i{ joBe5ѭyRաf) it H:<30ʜ̪61U=@4f$Kx8}ԐXB#bT$1ͽv+hn}(B{PtXDdKTL M^ #u3+a1-O+ 9xڧlh|ͧW&(.ōaNnWgqYmxS01M%{>`ڸɝN `TS@_LΏ=7w3KYDO ZH7t]uzN D-K\PX20,E[OpY\?/vYUgai*/82t,tLߩq)Z9h cg#௶ z@vJk_ {4Ϛ 7E ;`aEJĀW~dh 9IB7;LtspS}b0dgσ++XHwD օ0;>.1 (Mc]}O HQ pQȵAQGB;ս\7'a_xH_vІ<{R"(̶#YXQ$9 OKED6m ;[y1AԖ|Ј. NPkEUi$"z` 19cQ 9IDOs9<}Ѝ++˨^X1SpheY}hcUr$pLSR ѣ>VBb*I(cY#~ۿj`s?Hu1ߺVv_kV Ԓ Vv-KV=t-Y{eD]šKP{ۚ`%А:D&q3K6&Ӷ1y-qB CbY pzx"'V.뵥NgK4Bb;?-iICw3jxF3 ~:׺ƾuNTj!$y_دH E:Bq=w$ҲE_1K4`,ml!xy+ZT{ch,(4* EM$Ewa;?_Vx :'Cs8c7r<p (;Pp*Oxa)_s/ LKfW;'eFm(8ô9kXѯ#\>B a}:0Z+ըVGNuYhZQ X 6*faECAsʣR)*/'N23; /<&Pqnqc0`9 (H.f!ؼNxb"=umaP?S,MYJg^#N*/uFs]Kuv5Rr|XM7vYo>mॴPO#41cM%{6,9ԄגۈV=ہDG *YGYkm+?QsII/R_h,ף K! 9 2v. Sߡ%Z(j ONXoReP| 7_ˌេy1Ҭ-âx-(4sS籅c`C%7|,Q Z urÚZ]Y]2/ }FWuxڹP;1/H}?5sU: QQ2UplFbQ>Ax߀&%ۡ0Cb.0v%G}`IP̾=:l$)_(_sH Imq6ukQɉkE 8] yW~UDDrhN0HL-ȑ]ǫJk,BT+ԵaVC0 "h|lC7M a;Z {5b7yoF&g).:3/شwPjI+<%ݙj#+uz|j9q= èt>y)!:V'A܁*?P>m>?s.5(I ̻Q9kw"t)Rx9_CsaPxY d_2W=70v9Ra5;r(Nb;&-IDyčȉ8U0 ƹy2g"OؾIo3#56zn;Gz@TIB/H@#Xe:FT~9(0KfVbPhOd)>+ #n }65&R5ӵZqzδiܒXJ9d~8kuaa(wrGNL=4 %M dHµw̟d"Z7ؔBuR[?Eh(7r "]Dn{;In:8j `+:˓MbfIiT *`ʞ0$`J\vn١M:[[ϸ8^sMƬX OvN9re@=xۨNAy6[X l3Qv'C *ӶP/$Ǯ27Yq8%~Єd]xHt5mg+s$9;W.5+Ƿ`ܙmIA%+gc]--*$F^TMjCdgL:qӯFQF4kX4| Op Z/ 36&2֜u](nȌq2^?L2*:mE=-%d=|Zcf + t ۴+a="`˳y.^pS3{AENEm5Ueitm*g:$y69ژZw1nӂ .I,/i"bx*Paσ9ƃ0:LaP<; ˘%z`s~\GCLsI_zb_sü|08Wm۶Mo FQe @Qٝ*tX?A'l;@Rҡw2bqJS+z&{d%8m78;kAYY3#} ߕ1<5qwn/ ,v/\?ut#\DqڣH[Ҫ4#.g\]w=dauWq>ǿ'ɄZ9Q r&v(ĭ< PΠ ? CA:cϐFV NLy?3,NfϽF)K1'-k a^ rC}W0Jut;V&8v` 2͡ӑ=z-Lc6j1D?2Lx0YQz&3_b7g6빨[)Z;)G既?o\Q7!H"xK# YUM`5iw^oi# D z0_ p8qLA76)}_sV!mJ8薤>pJ\Ꮟ nw0'p=t{t\I:B@OěZuش)܌2܎4' eXVd7LO(d A,|XnCDE;FX5P*cjr7I&% q/V8VH$*x)NԵwUi@Pg.M1$YؓL֊C/a&zA⛪ʋQtJLg(kO ݥK(Bu],`]3&X | C prl{zNYzmsY$1K1\~ gnidC[#5G?V7qȶ>gDQ hjeN@#n-;* I6/ѫ޲%-'qgbq+ͿPZ>[̯ˎvpC~#,QBǙ|xrջ7[ЛS`zG)Ni^JշW9AP3eZ "of +Z[ȮPxRSGz@^TAW,: @:IP MӚg>4TUoG/90-(3j2d3Uc3*qV9;!J[5vGgNx TIɼ*#* 2> h@.K9`N sH?zƕn;-yY)qrH($1gې@M*b:>sMC " %2`Qʖ,BA[mVy/jtɎ$iyd칖!Sx/wyaX,)!)IUIK*Mb(?_jގ jY4w759FxZ_ r~o{z^5ǧ5ĊZ{L ?nP#[AxJ33=aboMI-saaw+o;$ rr@zYkѮAc@0qr@b{X/}dxEL%e &ADWD)7H$NͯKҒ[( @\w^hE"#n2)¤\(l1 V ڲd'ukF)swہBq~Qn8_||>:[KеOL|*-r pF 8IJ$aZW<o~J",6CV2(,xcA`誦/pBF?,]7f6ł}ȔWZ0 1$gcUa+1w/}ΠEzƙLJ9I9ڲGˇIϡ4|Jh)򸖢`K.%į HQӏeg'ztІ|5@a9#a,ݛ2q)lkgY-T˷Vm4(%\5 3nn;DR{,,kh z3DNԔ}K"Weis-͜F` !Yc-1ĮT{W+J%SGSHz[c${߼0c2*(A=߀A9rGRuߤ7Վ~ 'SD#!VNfw *j+&ڱfSԽ[w7N.i衷%7'da: 㔖\O:3+߱! 5V|̡#K[&!;?)Ns tƳ n8jPtE$ԩ0@& Al:Жݲý@7-#QL_dNu.#+?#֏3|}Fp}ĩ]S U^e0ճ'L[!Zg8"%bٓrgTDD[Щ(t~q>̳DAD4`I*U靯bRC-(Ƹ>+IgsAI %nY0Q֌+4@{{':HdA=WGc*;Qﵬv!MCE9h ~qS ҷW+KA4pot'je^J|2't/%&;]3HRs1ߵ;Klx ʀ̷{x($Ff31Z]j j`߈=3NAMvߚQm#F6 >hx] #olmW4CìK[Yorkk @UK~}3(,Rd $j,7W "Ɣ{4yd{oOd Zp uق#(1~$qW7L>EkxީO7:/W]?AƸ, <` Nq+k-2?;*CЬ/q_у9,6ݔ3ɓ#df2qefT2'AyADs2NQӇk׬qd^d:cZJogub ̸Ha.4Iw{KT4$a`V/ă7mhrS !Cv"4JmbmbY&zH^ k~ Ɯ &B.PUYzQK+B\$ z7ub֡tmsEAv~=gX.olY*h¨ǜ%%J,-m˾'X:;[|!7'WӤJ0oIȁφ{LF9; ?y@0Vh)da)5lx`m:Xrg[&گh;Vϛ-]GG@.ŕ-plg+DV3`M t>o k2'E ֹ@j1cnyאX6*:*4z2Lژ}ڦcz=%Ӽ͕H~bʲŊA9ngaf=6”ϥܠ+}s_AW8KP'ePuW$(.5+>6U]9ހӂtqH1&$Ҹ U89߫p͈v#ŷlI)e9HRڙVI_xf(N{i7sY={P+esuApFuLqtvoy$ q{09)2@rǘUg? BU ~hz'blj!jQ0${>"f+K Nc.[2mO;vTd- cj;Pϯ +YmPO$7hŌNoyS6OHTl`\|4B d1 c|n}e`G[yft]GAbw `ȋm_"}ao)_O&gJ^Sv.`ޢ T FfhSiYSVkkU_PeJ<|L@f_8Kw8w+ hhR:*t,nPWv$4F5N}d-P@9 %&xE8y+,xW㵦hz^wTYaұr6x4qxkNW_:YK-\p}{PLQy+*o $(0X >%=ɢg^Mօn0GvUP_ P*cX"olYC 7kEzd [*"ɷAY`I*"Tȅ|ZAVa3ȩk,,BGF* WWzn@:KZh=ΨuGU5ʉb`uv)k7;x:k~sqԶuFVbMo>ÆmJ;`ZhJOgFy~ k=+$Lr&zs(1G]Erddﴈhirh.Ԭ@ 8BW!-za=^L$h{rb|^ 1?(BN(H_twnϪ:}ӎsA6Z^@T2tb~\S-}KԤ COnr5[uI޲x*~ ۃcD& PyZHTh7]!vL[XLE(!cR516${_uj^d!0,/.35e,=Qa(m-Gt3?u;d\?uNL{7@A> G.œL.r$#e;V%DIhƼ |On|^+7S"%.:hx-bf:\{xIׇk',$Y.j23D#)~Jb7VH$#rϢ"+M޸jD24fm}ʾ=igo02,3L}H. (2Mw* v2[i >S춿(t}$%8Ɍ 1=VPP:/ /1*){ωu Ii&Y> (Y!ƞp9xթG10  9Pr iPJUjfDsEֲAFњ2F>{x6ul2^h%2F棥Bds̸ztBOx%W_"A (e-[J:>+BiQ  |NUj9ׅx?Vj4Q"P^\?NI^sil-e`?`VF)ORTиKA?W5PxuW+ .oC{6֣ahױ3kҶ N $ Vpn}xCz ʘξjy p\v&CZ`,s ~yRF#|a[9 8J=XNoBµsFVYT(mc9D]ɉŕF"r,WŬ=lB\7? o# H0ͫ(jO|vů%iBSvɤ*D=AsnC2]S0Lo^_1T!vHKy0k]$T0yyKN}s}1N.)FVF!^|٦s5;uy`3=6k\ %W#[1؞*2 '쇝)R"ZNGe^lԕZ&Gmaڰ N *=_&eI WiGKK`|+;-VS/b6Q1r z`EU[(k& CMvXX _*r~)$&wH0gCvs~/K5SOPu.+N*K@*B:[Zu[^>b}.'g)2gRR"O# pQJ U/͛}F"ɌpغE-TW>''ʸ$.cs]l(zuS9.^ 2,Ȍz.~q/6הU(=Y-Q!: L;b-( &?tv 2vsQ\l2Σi%nY=k)~rWswyި1G sКP(n}hZ4}ayNMC. a.EtmKzjKu``XX1?|fgsP yThpj8A{C˸2b˵y/*~G}t[5goͯ{(RGU)*xΗ}%jX)hp5old< m2QP x\l { )j+NTWդ|@G0woT|p޺bYf n|溩@h̓_M-W1by56zf_^!^c\F+`PXs*$UN4FUl|/-?E'^Sh@I;!ٞYf6!?Pw1!܃gfjϦׁdTsƔ }1 e#MgPrd0)E/,su\*;종8$ٲ<"g\{UHVqv bcޅYDO2H֧|t#״# 9sCԧP̎0z<}E ΜVC{vi*PW{9 ~DEKdB``F4rKqqG-!K=m1jIxfe^!&c:,LUVc<Crb8G_?rxTnm:36 ՎWV&2cNI@rl46Pb D7G9[}Vl,//ąYןڀ '^MQ!8ED|$5JzI'[Jg%zwJc c<cM{A&q-A e⹙%<龬UxJzP|5VU* wrZ{2j_~q"s h RpTDm4Wn!48)1pB< Nmn#*KY CYZYxrbV~?S۔Xx;Um6b]y>H! A;^â)oQKKeC3;pIxaԁhHy &%mUUdLt&t3~HjKyw^FXSt3 p6Sc/xCmj @h:{!&DAf݉"DaXIn&V[3/29`ʴFR ms\fnqGF-{a" Z 6b^&fXN K?]y+liX\N?g2Ry Ks9p~Z^g&Mqj ^&diU0?{ȻA|,qX]:S&=Td$,6c렓:+XfOF\k^K9<*}|.<]~l_Z:p7W:8bSc7 BsI0xB#DWk~ 97[t廂$ӗh)|GH] B&uبs|ȸ1N>dJ`ܞ% YZy8.7W5?3Z2uB PBSMh%Ϣ4݋zoHPFd]?^:ي5KCCȻa@_{aռd`-xo%]B)Kp;!0 ekĂG'* w-^ͅrg20fz,g~B[;lUv5-73[@e(֏h&CƵq{_(zPW5 KxS,ː_{4Im EG} 3;<2Xυ:.Cܝwe3>bh2:Vʺz)W$P7Y_cqMԌaIQ(Ԁ#4kuQbD4lUdߏ4R,6Dhr9 "S` `D֞MUg(lXP^{w˯@R ~U!-V'jkFD8ֽw)m׮(<{%ݜ7zLtE~G+%pa˶E]%BҘ;Yb;\uZv`sNE+rj %[-eQtd2\صl؄} ?yQ_~^UfxC3U(Iz_P㮡4WO*XH rɽns&|}a`BΑSsZid!t7),nD. KEBaE:{%ҳNN,}C_YMSP)=! &_sw;e Ify&>abWyc湾l}f(>}|mzPGD}NB^.cZyOqbvև9#& @p@v]FOו]zqڅY_y{83̟ q=,/a42A5>\TRWqi cy'"0V(ɶRX&IE a xAJ lX"'^v< g{D}Bx_n4^>|+2Gꕍ3 T;-% c-?yn@ RQ&,óۭR˛kدS&x\t=&X"wQaxv"D24#en&Z2ɥ׿ACiérUF*V m{qQ0-kŏ{) QKmt"ȏD~s6!$䈩n)l* T Dڛn9+Z3/ 3wY1ꍳĊ MW{荩!hHqRo*jRIcڂ]w>C5^-{e:ѶT!ҙ!=iRvƾWjwKWvq4!8Q@"Ngc"Eo+?+L?i>9Tds98 z11;Cg5Ȏ T9+{x iZgP:ߣ&kT9 ǦYJ_ZBc@ Q1 / w4Z1~ªLͱm^QOJͽ`^ a2Q,kخ3/.ml}v6Y 㯡:1+;?hjC#핬4WK`uRRYiD}3 :H vaBsvPM'f 0*2J[!p\no@Ąn(ōqP8t>f|7%c3s h[ /O,9jG~}:/'# >A7}!6#M:;i'|~֠ۂ#~A^hŪٔ7{uh[rUdkv WY,?+fuHTˤȍFiۇ1SJOA8@\*4\~U_Z!:հSǮ۱ ]y7>9-xwuȝrҫC CVXQ#q`\ڶ" ٷq'K^J'*dVvKkd&1濚+juFzt#[gbbLH6BC oSU/:a~Y jL5[LZP*ʒ43_`]=rib57*1;6'Ĩ2Z"c: 9Rw[EɂK}=!SxՃN Zq)E]ʮ s /UoۚSҐ‚*.W+iɬr4΅ne Ӊj[Hv10.{KDp3X1j|F orus,[ _;iYz3Q&M ʫb!-tFBlN34!aCBP{p0ǍAqث(b}VY9F`'XJ"="E](* ;v\?׏9@ ,# ,w(z77k>?21g {`@I»$:"k d;&OT]O3$qFZ3&DylEDw?aM__ Nn ٚy$c՟_Vwr=xdzSfB.}v/uWXsB5t[K6ȋle/FRBu%J+v PXؑ owc5BVLb ڪCSV~ՊYQ(4SSi@5h>.m'|ت >m75$"l_"y3EoJV1iRJ!OCx)-J\ZIVGV~Kv0W ĸ(iTu41'D-FvNJE:fpk& +Ѿ&ǖ껐'bBeN9F*Wz򻲓hA'E'XQ`k n1T$鈿R\+D"FO,vh{-K[R6#V~[) zF݅S s\l.9>ٰUeѼ=2gOuT!-W^ `cq4{:eVn 5^r20;o߶0A vnhyy._c$0BhW[ݷ^5*mMŤͭ"j{o>x:._Vǂbɡ}{7! cMt@wשJnD6M#@}#u6(Dm\i'6isQ'DG0 K1BZL0[}_:` 4 ycie" [JL򙦮}yNY$ۏWz5M'(jčBh`/L[w&Q%]ԃIJrj{g 䧋lFèZz# $Xn=x]͔_?E& ٗQ&]-^AQ=x?9r+M/,ҩJf}c-pZO{H+gv BUVhJ|euիdEclW\ uhl;/˃ݚ|9# !D[_Gq1. =3?z[ZR~Afr=Ni[i*ctR>fF*pS.vE n`[3< Q`|&,Z5gD@~Pqh|wl 6I@Qllj&3YLH#$\?,^}+N느` cS [`%VH' Ѫ(ogL+n_rMGkMR]|ذ8p>+U1 uȹyy#8K'\k9\Ó [ݏzrTYm)ymw{ '6ʤ w _i[V>I佻gX%~gG/xƳ3,1?o?kT },[McQ%@/NPiZ׹Թt= 2*. ek043#.k!bs5a.74rPr/?u yFX^J=AлH!݀zqĠzHXMb~<. U&[~^u5Nt /s"ܺm >3kQ:#8Ũd5:EY;ӦPzKfS> 67GfD J4<@&xMOL;]/=TF1N55foPXYf|8N7IڮLiQuf¦~e>eu>u1 #tEEtB02-FEli+.b)5G;72B )l0mzٽvɆI[^lB&\ 6OF gAKxyQvmoQ {Qj^PhrODV;_!fo#Eqd.1M)mk߼zk17^FآK& w&H0V Q{#LCHA[-\%B?I܏D@4.%Q^d@f| F^S½6Ψ\ Ie:{G\||,eSA6Q? QowF.IhVB)J;"ߥTo(0xXw;X'9愵t+r @-8Пvkynw.N)xߪH2-bj(]Shk |Hn)^rxX𣟼[,/ES%k!h H7 pUr9hIM@KW-UMPh-c [^44Y[ >޸f޵3"`F.08$f0`[v"nfQyj-9ۋ%~+ 'Hո%L%׃0wj7>UB_tc2@9[(^cLs%gq:`Hb/iD#?9b=asEb@WpEfM4?HHFKNPG5m?fFo6gUS8 ,e%C_r-)%Euӥ'{%N*Oe@u8U_i=Omxm@088f᱌ ? s F9OS zJ#hLwJ,QQFS]((/Vye6{-zɮ޲ ]vh&jA.fzXpZE|a&)zq8i_3Ar:W u?v)33ڒ뱎 m&kd˚CqŚG"(.B(K~J0꩐,5$> _ؐ䦚K_(f,Ft~TxB.L|E%>#5aKѮ0duT5UiUo64Zrv}[^r.,/a!=#;OiHJT-HWs>2 ֠$6w&@i Fx+-p|fHLtvAp5^gT@ev}d$uj}"1PkRilKփɺ6s+4~pBg%+=-n̝\T\} n5 1%ET^*H kmvBtsuQRR%/!^1=Wf DʧZa356?;| `Ie2NKޮ޾Y݆6U B"'}2c2JH/<|&! ^/A_S#Sp !Su4J?j{u ؤ.qTFzXSOxZDZVd  X>O7W@2*p9.Hr[~_20ێPzfZ]"vHzt0# 4̌䆧Kv+UKsqI!\E|'kz Rg/%Ӗ<NA$P%\5~G.{7 r.w;%]$Ս1QAQy9Wz, |m}V?%k甾䷋rx4[]IBx(d< dReH: <ߩ:,+K鹜F+~k r?NI-~=iv pSѷ.NOv wG1K6A{9pz)磻Uh^c3BHs7{,@2z)S5M;t2ek3|V筼)5P:n]H܀:_@,8V]q{6 zVȅ~[I+j^Q0#QwmLă5!H2pR'V YZ