libmaxminddb0-debuginfo-1.4.3-lp152.2.3.1 4>$  Ap_N/=„2ȗSm蘒G%b3 F5c HY]ۆkYtQb e)s6mZ2ƤGQ?%pajOˎ&1/Lf+K@+yVOH}!7Ѐ$@z%[V1 l},33ٞTngS>wav5BQʿMZ783+y7QNX㮯 '-p9xGq8Zt)+dc, a393e4b0593001ed11cfb4e0a5a4e844a490d0fff526a7774a5bfa5055d8d6dc1538d8ba90fd275023997fe08669bb73faff0151X_N/=„SW F:&=,E  Lâ/J4u m/~w6TD^NiQ$fʏ쮅JQe]:Ub'4IjTV2`e4,Fl @Tq?.։p48d7c4C(1+#_Ghy@>9 *7ϋȓ-Dbjmq:(gֻ^ZqįJ$ ǩf ":JZ1tƊ $>p@-?- * V +4? Xj    8 <dC(_8h 9 : F(G(H(I)X)$Y)0\)])^*Fb*c+nd,e, f, l,u, v,@w,x-y-0z-4-D-H-i-|---libmaxminddb0-debuginfo1.4.3lp152.2.3.1Debug information for package libmaxminddb0This package provides debug information for package libmaxminddb0. Debug information is useful when developing applications that use this package or when debugging this package._N lamb18PopenSUSE Leap 15.2openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Debughttps://dev.maxmind.com/linuxx86_64.[PAAAAA큤_N_N _N _N _N _N_N_N900337ad56f6fe948c40567f844a2d3e1bdaa5a95ddfe48f91d631ec2dde96e6../../../../../usr/lib64/libmaxminddb.so.0.0.7../../../../../usr/lib/debug/usr/lib64/libmaxminddb.so.0.0.7-1.4.3-lp152.2.3.1.x86_64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibmaxminddb-1.4.3-lp152.2.3.1.src.rpmdebuginfo(build-id)libmaxminddb0-debuginfolibmaxminddb0-debuginfo(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 15990077551645f22c3d2cb3212c128ae59ef09bf808a12b8f1.4.3-lp152.2.3.11.4.3-lp152.2.3.1debug.build-id1645f22c3d2cb3212c128ae59ef09bf808a12b8f45f22c3d2cb3212c128ae59ef09bf808a12b8f.debugusrlib64libmaxminddb.so.0.0.7-1.4.3-lp152.2.3.1.x86_64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/16//usr/lib/debug/usr//usr/lib/debug/usr/lib64/-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-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1645f22c3d2cb3212c128ae59ef09bf808a12b8f, with debug_info, not strippedPsE Q~libmaxminddb-debugsource(x86-64)1.4.3-lp152.2.3.1utf-8d167a8f0b82c8ed9fb36beabee54dccede61d755782a856855a2391328ef2e85?7zXZ !t/ #U] crt:bLL f1rDKjZ >\bfy 1Ď0Z,ґaZ Ӯ[+_ >))xpþB⚶hQUF8zm+.HW|$}.Rk7MK26d@O [d[`#$C7/GLz8A5mCy)%H.o_d{kѧ*< e?._M߆X؞LLlY$o0oJ+, $t?}bȚDFo*{ O.v~p GthfCh0}>X*678z2!mt׾Ӓ_8(Pl;A7`L7P%oiQ> >QE16@H.YP#EI2]]-(w[|Mu} :5AyN umq܆`5/5<#vgT*FpݬEAMI qӶGc>zW*mmuLlsrޒ,ѣ7Oĸb{UyEQ|YҠ*^p\E&Rd> ?^@YFtv>FB&15CW=3p%dH!`C/r?AɉaJw)ZҴ(#*]#5"sR?d%}T)Ňrr} K}˶Hkv_wR:JP7'+&Qב"3JRUC dGRFkJg2ei{ޓ [8SD%mX+y8ЍP~`!wM .~V [.Dfe2va7 SqGIrWW<:EA0gCYP[JY-ۃ Vç=,ߤ'XA>\mѳOqY=B#z>u&vւ׋F. EQ, K|wWm5>zM\UL=+^ u/IUAܔ}[SN 4F :Cr][yƅ6ae:NV`2j0hEeQ2So{;an8GLm ?Sqe\f(?P8ލWPvTU;j?2 0do9d rvBWzB%-32H!SNFaweq#m\߮s@pDk7ƻJ\5@"D 'Nhj1 \/fU\ؙ:PA5]fʷp"̘`XNH2cfHob{m6*{fXkf!vpKw )S8!PYP:C0C1N mvX {qP#Fev>Wi4s'i1ڒKɯ|GS?rj5H SP1J̐V~ĤKKnkDn5b!)AHcLnY4ZGoE,ĒL4@$Y-6Ng{PMD6fAnv3m̜+;lf464k|5W 4W5VO]16Nz쟖rT6fvǜ,ݘRש[&ZH*Qh&C"5VB#78M? i٥l*)_P|5`ۃ23@V#v926Eȫ$+JtpM@G9RP:k==U$oAEn6AM-<׊`{7X3LB VSe RzQIdΑV$u3_.sߠ?j~aONϭ>*Ӻ-p' gK4$JL\|1m%{1\AsMMwPb;/gW|9T%'){؏W3H*-4|Jx"imw{X ?p|P$ l)@/54PC6c %G^^qӽ&NsNf腈;PA ;JKv}o=Z#)e: cA ]4ɥ<@t{}/UϮnE\طyJ)r$w@QqYZ//"(vMegߤ 9W0Xge"bfv8E\މXҢ{ XMﻒ z0CЈe7/kn͛! 3*Y/`;V[9/')u&6R" ?htR"ruMSuD4ɧGWN kn/ӓFzRH9sꣽ?,ǣl6s}vs9[jOnޅ52ZHTT|':Z ?7G\M#/DpScGYVKrK䑹"H 4h21F\b|I:WSQK$ϬpPS c8hIƐwL)i_3x/'n%o7V8}gUN= m^*c'O{3^k9-~eI!HcL11W#gJ)i^1wM[:ʸ,ܾf|5[ Q-An/S:&~ ?/Xȕ;uP9hE52'&/ VDcht#SAXB^W2v&X&%SYj|XQZ (pda73Ҭ:T''Ƴ ᆗM5цSZ 4 |?%sY7/vå G3' Y`òɲ<)`ߴchXf4GJ]ZjԌ*(ʤ#q:{{>#r<'[@MXH 3 <#l$/6n;(#W)q"XS[yڨκuP21ƒ$]: Зp~]zqFSJoowN0d6L$h߰9QiLLBb.M;E tԄ@*80gBɗjB[C(GZ|&$}^v}jPݐ(ZMuCw_ = $;<ྌesӑHM k-} @KebFRD3?.|pJVv'{A\arl)yTDԓ!4L5a$+B`jL3=-2Wߧ$ACW⍅dӳiϷG粆qn:(ipȾzjdl& 3ĎT1a$xS0,P$L ]\*m2i%ɪ mMͼ9̈́4SRt,\{7•TXvr8ӃA Ԉx|.U})q'@z*64ҬZΓ0$EgPL7w9]9\Foѩ,Q#?B^kvˉc[Yma3,43T2қ݆sxpj焚wGAɩ`L@[ /uo(.8e5Nj`22^;@PU# Z_>TX."GrVR¦|F LW 1ed-^K‚zސ7iVl虀bg:C- ^ꢍ5+czOrW&`^!- $_sA\vX([hc-s5~NNĄMfeB݋N:aT]}.Z˴rDK}?#ean0HSǾnE[o`;oݤӨbMvjHy/F;ֲS>-WTzuVQv&EU,N]'Ί V>@a {6H\z6:tJ"1($kE\^)2wptA[kzjDh*)Zw.XÅ=῰b`_lV}kG/OaF\O}{cq[SýN՞y;x3 f_9Sn<ɜWOr4N>"iOSVbky~Z=p+x +=5rrK9%:{BD$]7d/  |ID(@,@w~asVDxp!{I AGtUߔ)*>lF,sx`&M|LtG >v+Jӌҁᵏ ,\ānggr L*Yx|cia'xC-h?+ %U=O1x TsU8>Ϩ+:Id^+O3wuڐCbAo%|Q@{pxoa8Tgxʓ{Jz1BB 1ZxZ5xO.Jh BdYn.ӎbWh#^6pt7A/>n$ehyF6njq)P_ 3D:`VIg ,AXڗ2 92 ٸ/=R.#V`#=S@胃e@Hna]t]aV3%!? EȮݸƤPB%ٚ'W'v$ |Mf9x[X[liC/gmۯ|JߺlC/ xpY%bf 8=}==xqF%1`zUw3o}Ƶc*UeN4o"U ۤ< T'AE%P1$zHM[٬#J'njL\8297G^.3Z=%Qstq1K7z?n*R;1Jk5`M/-q[61ڇ}ߐ)k U^NE[|9irqAp.qasCii![#4kB"q]e( (1{w׬G\=Š8`(!k/ijo&9iTOG,Q~u>'¯Dy#?Y%xrP7DyysybSw@ ##b@u7D]vw+Je/swMav bpjd4L~ ܎?3~T~ Hr ={dIVNHwM<&G&f*Or;T[Ȭ]|^Nٻk3 pwe=κI:?2TJˋH(ă a +t{`Q9H @v6:QA8?8G3CaK*/aAoE m8|BZHӞ6lg/Ц<6B)`{۩*Q=tdXb`Ήسc?KE*ᬓ7n~xvd#39]Tg4ǟ{ltH dK?*åLT3?2gh#聸K? ԓnAڀcsxݞ>/(@1DswvI|YU[N̴72HRQН-iɃ> w^E@Q+{7uA`4FXøV8mMRQ ˺c9q"kĹ;Xs,7Si?_FX1\a2}FTM N`\17Q4qdqrO SyNx_G*зz@%04i//u{Į(W*9Lw.٤;N1ykEWCk_SR2w8;2I~?&J0i=麚Nf8nG9(!Fk3Q14j!(oQpWZ Y:' |fBxx}ѲPeVs)g&y6_,EBjp>qD4 b5QciJ<+Dtsρ=;7 3ƴ[ O7ו[l|7Y\ KS<{ ]rkLJ|dRkq:l#wz1ɒEk0ӂ0&[9ʛ :qZe1T(t/n K?QgH]&?qꃸDC"nǿrEҚRUI.T='\lOwnqi9:φ%|&$b1xOϾ+xL"Yjci 6 " ?$C~P>*3.Fj"1+}7u` T.Iv:e KBwϐOEVq6%I7$5S0|]~}Qb#Ȟٙ0_kEE}+t/9C6~^:X' 1{馎B Z0Rp?p\e)v *p{m.7qfqJi5ٶtNT#gŨHQKL[Н,MHɫgP7k}d~;n=x'⧬ғ6ABj!H5]a_<' ŒgUCnu$ ;6\gPP#5 Z y%ZL|;Bp%sTS86A _8:ò ~s}{_#k\#J̋Nn#fDTuqzϫV`@]E]acn-_8c=_t2j֔4@'*SB.]+>䴜9U/%_X!^DdA_OT[3aeXqo'cuwrdL_"ޫ2XW=GkA6Guߤ@$J|4|ə\||:9XMĝ|/ח,"g App9fԥpE98O>$h풩,V.}z4GC%iǞgfqu?ѽߧ8ENrM7Cvۥ؟ՑS]x18k#/hB?.BF]lԷrD{'u?>G_ؓ mO% )޵j@s0]X_߁E1JVpCQ# Rļ:xf&`[{Bwy;ug?f$V~35odXSo'LWIM-NgoKY1-P(e萧x"WLN٫Im2?n;aIj?" Tʣ U!(GPS7,uPn;mk0QҦ:vhUp(tZC=e?N&h",dԨ`>W{4V3:8æ( Hl؏Ǔ_yD^?KTiCBb^bV#TR )H A>TG *.ْ}#Tq1M3vl^_¦}FY=~۽j.!?9 ^ ٌϗ2:juÝxCѤg剗.͙p@zݱ,Dˤ.7I|jXې5wقBbZM}E~>:P5#%G`23uiEol(mMT3dQ-8]$tp BY|IpvIע1槛v\4Q A&̀UGKC*{s$~~"KXFnS\&y,?_/$)iW…+/wXdf8֠j oؘЋ}Ҏt"{zXJ$We2 .q>e@m(3-rZ[Aa:md`<i0GO8:!Oa-Qm%_ Ս,|!WT/Cߺ/nQh/m 6yu%G HgaExkơE%Big+/jO+΅vr7^7 ;jz!Bp$L։tK:G^hH26b8yE?tc&x)0Hd~md -wZ?نWxOp0;$OwdsIemx+̿N8 3WND7bFjsB'Bb,}k%ўUV LRVx_P$,;"0V w9evfM +˹rwJz{W !rk}d?P8w;qs\Y=O7e+_Gez?!b > o !t߃yZEA57ݒweZF4+y5v _ ˗/HF{LhE Fɟq 3bOYhz_o|?zN5D_p홴/& /;U]Bq!~g ÌFZQ {^ȯkm4T q-$a;4G6ʟ!ZȏȞDGALCKE+ۓψIE'0L#]=Rm(;u+oM#'+ŗI*tvW:y˚.9OӺ[?LwrJ_4 `6|aħAֲ#lmzY6]#=ku|蟺<3@kbioZ4NLU;S Vnd'&X'iIO`kFFS$a{09!y RZ瑭Q ]c!ێb6%UIy8 O> uXaR4 ti̜5NO۱M{~!3IiAJi91""Xs)+L*DS~ u@(Jea0-]μ)۹X#m"Q|R2Ѹ|5 )ox6ؖ [嗼'PYhYuE.逵K<͚mp ΢Szƚ4luk-w&=)8ȋyxe>mF:^7vf5c7]]L;]\? _$VrIڥv۬sJ"DnZش.9]Dk1U;1wZLh%5 H'ϫ`BkT͔X?j-gaB'ϸuY( K AЉgJzB뛜dLzKk[Q2Zxʾ/tUv B>~@Ên?.-d)Mz-LÚadyD3.|%c 3l1/IYIBS֋){r3ׄ_['X͘H<_ /O^[pq'nx+l8gzd/(Dt)]ѡ p6Ik&]nt3*py\.c]o[+AhKH22EX)FtpСؓD2%S&) hcE<KRK{-_w.ɿd.|5՘SXf` cCް4J V-u ȵD'r5\qx+m @-Zo+kvhC5 D=8-dŃ"2 h:q:#|ŎoNV"FHv4v:Tz#±gzK$v/K:Id"-Jrd[qU7lʪ?hϱ(Rt-w^ 0iDz|" $K=ЦD+jChNJŸߐdkIhވI5fe^&Q1뵳3Ftf0Sh<dBip҉qyFIA, 7Y! 5Y9J9{ccu/}4XgW'q׃5-̾yzpP^~}R9=_>&G=Pqsiwm \&}a=>k1mā/6"]ʭ^l9[ 6ORuT\q50;=>lq(Lf\;KN!I+&?CPh|u u%\#i6KOD0y7gu}ke78-Ʒ#ͫn0&U [!cXuK҄y$a5oqP~iG 'CWadzqBrBGyD{w Wvx70e+]Ėx;lQBFophD]Ecoȗið-7>xeos7,:K2hh,O>~ ˿Kz^Ou"IdTX1Ň)'(D|6+5~\KÈDˏ0=l;lxHFRTc4{yM:ԨyO/D,XaNn&|x")#kfv/-Q`K{ O2m8l%Dy͍9"p)`@|a2_`ek *Q0uiDPVUI BQLn.>tvr_.= jq1,剜n&. eؙq:`"+I(yT_Xy'6MH\[Ikq.QC07|ȥQ,5,'? ._SyL"HY̗umCP]qG`5Ɇ {"@w0}V{ʷEĎ"J )N*zk9g+Y6.R  BՂ!KwJ;Yrym.1K}G*vt9 [B/ za_bz [P6rN֦G"#UHoǙѯ jk@:4-I׮dN,Q>LT^%ԗM[SĴMr2j]DN";no,w Ys5̈0`ReIaM$G+wjtS킭p6+a0cfDpҢt|uI-:*?n|>CRFb0u$fG Tm0Y.XlW<$Ec *mƐ&P!Lu i ~PIsM $.v=<ulUZLbP+с]=OEJGRUˎY-idy3<Q@'` 8秪wre QY $&9+6҃0CqMd#Cws3eLBDeЊI+:+DR q6 2orVA!Yz@zoHuAJuA Wg#΍QU R. yAcO#,7f~#?SR&R+2Vb+ ƍWivV旬h㐛慢$tXPޢ ߡkv8}P) Ʀ0!$u@l[Snۗ~bv쪐j+ȀuoR6tv^$U1[ k54oK6?" pogŸ&_j̚/9\F+Rf2g ׼a.X#>Iԟ5>O0髆Hųu-Ԃf6YFϟ "KtEJK~Vgzf|rT%pru. IhS=H{^[7*U-* :} 衽~W@"Pc_8U_ Ŕ;6naSӖ~hw_2'0}yҁSb.oF׌tIF leIB(QQb zvt̐; vFz$'K Q?JTr 8a N$shpb=9x;'otfTC H3ܔK%6XafK"y"矵 [+Jh#>zЛ M%=y) K֛Hƴ{9t9jdO^}ƏnS|j Oσ[01JB'r:(O 6!W릓]P6|5gczs8 E͊{O> *N)O/BԜ'΃! bhCqФbTY9M 8>KȪY΄z2')Y10r:V^*-פb6$Ȯfg i Հϊe2{ [;/#adtHRKG߂M3ws R n9-+?A7/%DmGXA'₳NUbAЇ00og3pYDڷ%|}.%d@/$$g+33%>en2Z64dTPc\ 켳GkyM)ƪ/) YZ