libtdb1-1.3.16-lp151.1.2 >  A \인/=„/9]'kY1VꤽN;\m@)KYwSb{o HpR1AԚIev!󵭲p@3D?34d   2,08<OXj      (0:Ddl!(d(8191: +1>.@.F.G.H.I/X/!Y/!\/]/^/b/c0d1e1f1l1 u1v1$w1x1y1Dz222230Clibtdb11.3.16lp151.1.2Samba Trivial DatabaseTDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB, except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. This package contains the tdb1 library.\build70k`openSUSE Leap 15.1openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://tdb.samba.org/linuxx86_64k`\~\~9df77673251ac0b15971018733aeb1560f6a45243aa691a4068d1d95865f1ac3libtdb.so.1.3.16rootrootrootroottdb-1.3.16-lp151.1.2.src.rpmlibtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.10)(64bit)libtdb.so.1(TDB_1.2.11)(64bit)libtdb.so.1(TDB_1.2.12)(64bit)libtdb.so.1(TDB_1.2.13)(64bit)libtdb.so.1(TDB_1.2.2)(64bit)libtdb.so.1(TDB_1.2.3)(64bit)libtdb.so.1(TDB_1.2.4)(64bit)libtdb.so.1(TDB_1.2.5)(64bit)libtdb.so.1(TDB_1.2.6)(64bit)libtdb.so.1(TDB_1.2.7)(64bit)libtdb.so.1(TDB_1.2.8)(64bit)libtdb.so.1(TDB_1.2.9)(64bit)libtdb.so.1(TDB_1.3.0)(64bit)libtdb.so.1(TDB_1.3.1)(64bit)libtdb.so.1(TDB_1.3.10)(64bit)libtdb.so.1(TDB_1.3.11)(64bit)libtdb.so.1(TDB_1.3.12)(64bit)libtdb.so.1(TDB_1.3.13)(64bit)libtdb.so.1(TDB_1.3.14)(64bit)libtdb.so.1(TDB_1.3.15)(64bit)libtdb.so.1(TDB_1.3.16)(64bit)libtdb.so.1(TDB_1.3.2)(64bit)libtdb.so.1(TDB_1.3.3)(64bit)libtdb.so.1(TDB_1.3.4)(64bit)libtdb.so.1(TDB_1.3.5)(64bit)libtdb.so.1(TDB_1.3.6)(64bit)libtdb.so.1(TDB_1.3.7)(64bit)libtdb.so.1(TDB_1.3.8)(64bit)libtdb.so.1(TDB_1.3.9)(64bit)libtdb1libtdb1(x86-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.12)(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1[#@[j@ZY*@YY\YV=@XAW;VɦVɦVC-V3[V,@U|@UU@TT@T[bTO@T!`S8@S8@S*@R@R@R7R7QQPPBO$OG@O O؀OOQO@O@O]@O]@O O OOONg\Samuel Cabrero dmulder@suse.comdavid.mulder@suse.comjengelh@inai.descabrero@suse.comscabrero@suse.comscabrero@suse.comddiss@suse.comjmcdonough@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.commls@suse.delmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comdvaleev@suse.comlmuelle@suse.comdvaleev@suse.comlmuelle@suse.comadrian@suse.deddiss@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlars@samba.org- Update license to LGPL-3.0- Update to 1.3.16. + Fix build on AIX + Python3 compatibility fixes + Use tdb_wipe_all in "erase" command + Harden allocating the tdb recovery area + Make sure the hash size fits + Harden tdb_check_used_record against overflow + Harden tdb_rec_read + Handle TDB_NEXT_LOCK_ERR in tdb_traverse_internal + Fix build warnings- Remove the conflicts between python3-tdb and python-tdb. These packages don't actually conflict, and need to be installed together in order to build samba with python3.- Remove %if guards for blocks that do not affect the build result. Fix RPM groups and summaries. Ensure neutrality of descriptions. Drop very old SUSE support. Replace old RPM macros by new constructs. Remove some useless ldconfig calls.- Update to 1.3.15. + Add protection against EINTR. + Truncate the file after expand failure, ENOSPC + Use posix_fallocate() to expand the file + Fix GCC compiler warnings- Update to version 1.3.14. + allow tdb_traverse_read before tdb_transaction[_prepare]_commit() + Improve documentation for tdb_transaction_start() + Add new function tdb_transaction_active()- Update to version 1.3.13. + documentation for the tdbbackup -n option + correctly upgrade F_RDLCK to F_WRLCK locks + tdbtool: Add "storehex" command + fix robust mutex detection in threaded applications (bug #12593) + improve debugging of transaction lock failures- Update to version 1.3.12; (bsc#1032915). + Fix mutexes on FreeBSD + Only mmap the mutex area if not already mmap'ed + NULL out tdb->mutexes in tdb_mutex_munmap- Update to version 1.3.11. + performance improvements + make pthread mutex code more portable + avoid a race condition when checking for robust mutexes (bso#11808) + Remove use of strcpy in tdb test. + eliminate deprecation warnings in python tests + Only set public headers field when installing as a public library.- Add conflict between python-tdb and python3-tdb.- Avoid a file collision for non SUSE build targets; (bsc#966174).- Update to version 1.3.8; (bsc#954658). + Fix broken build with --disable-python + Minor build fixes- Add doxygen at build time to add the development documentation. - Disable rpath-install and silent-rules while configure.- Add python3-tdb; (bsc#951911).- Update the Samba Library Distribution Key file 'tdb.keyring'; (bso#945116).- Update to version 1.3.7. + first fix deadlock in the interaction between fcntl and mutex locking; (bso#11381) + improved python3 bindings- Update to version 1.3.6. + Fix runtime detection for robust mutexes in the standalone build; (bso#11326). + Possible fix for the build with robust mutexes on solaris 11; (bso#11319). - Update to version 1.3.5. + ABI change: tdb_chainlock_read_nonblock() has been added, a nonblock variant of tdb_chainlock_read() + Do not build test binaries if it's not a standalone build + Fix CID 1034842 Resource leak + Fix CID 1034841 Resource leak + don't let tdb_wrap_open() segfault with name==NULL- Update to version 1.3.4. + toos: allow transactions with TDB_MUTEX_LOCKING + test: add tdb1-run-mutex-transaction1 test + allow transactions on on tdb's with TDB_MUTEX_LOCKING- Update to version 1.3.3. + test: TDB_CLEAR_IF_FIRST | TDB_MUTEX_LOCKING, O_RDONLY is a valid combination - Update to version 1.3.2. + allow tdb_open_ex() with O_RDONLY of TDB_FEATURE_FLAG_MUTEX tdbs. + Fix a comment + Fix tdb_runtime_check_for_robust_mutexes() + Improve wording in a comment + tdb.h needs bool type; obsoletes include_stdbool_bso10625.patch + tdb_wrap: Make mutexes easier to use + tdb_wrap: Only pull in samba-debug + tdb_wrap: Standalone compile without includes.h + tdb_wrap: tdb_wrap.h doesn't need struct loadparm_context- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Remove dependency on gpg-offline as signature checking is implemented in the source validator.- Update to version 1.3.1. + tools: fix a compiler warning + defragment the freelist in tdb_allocate_from_freelist() + add "freelist_size" sub-command to tdbtool + use tdb_freelist_merge_adjacent in tdb_freelist_size() + add tdb_freelist_merge_adjacent() + add utility function check_merge_ptr_with_left_record() + simplify tdb_free() using check_merge_with_left_record() + add utility function check_merge_with_left_record() + improve comments for tdb_free(). + factor merge_with_left_record() out of tdb_free() + fix debug message in tdb_free() + reduce indentation in tdb_free() for merging left + increase readability of read_record_on_left() + factor read_record_on_left() out of tdb_free() + build: improve detection of srcdir.- Update to version 1.3.0. + add TDB_MUTEX_LOCKING support + consolidate tdb allocation code - re-use dead records at hash top. + don't alter errno on success of tdb_open_ex() + introduce tdb->hdr_ofs + introduce TDB_SUPPORTED_FEATURE_FLAGS + return ENOSYS if the tdb was created with spinlocks. + use asprintf() to simplify tdb_summary() + test: add a "skip()" macro. add marklock deadlock test add mutex related tests add PING command to external-agent.c add shutdown_agent() helper function add UNMAP command to external-agent.c always call fflush() after [f]printf() in tap-interface.h avoid const warnings by using 'discard_const_p(uint8_t,' instead of '(void *)' correctly use stderr, not stdout, in fail() remove "\n" in diag() arguments + tools: add -l option to tdbbackup add -l option to tdbtool add -m option to tdbtorture Allow tdbtool to r/o open mutexed tdbs avoid const warnings in tdbdump.c explicitly use TDB_NOLOCK in tdbdump + tdb_wrap: Remove tdb_wrap_open_ again + wscript: maintain a global list of unit tests - Include stdbool.h in tdb.h; (bso#10625). + include_stdbool_bso10625.patch- Don't require pkg-config from the libtdb package.- Update to version 1.2.13. + Reduce freelist contention + Make "tdb_purge_dead" internally public + Make "tdb_find_dead" internally public + Add "last_ptr" to tdb_find_dead + Move adding tailer space to tdb_find_dead + Do a best fit search for dead records + Don't purge records to a blocked freelist + Fix a tdb corruption + always open internal databases with incompatible hash. + in tdb_delete_hash, make lock/unlock bracket more obvious + simplify tdb_delete_hash() a bit + tdbtool: dump record magic with fixed number of 8 hex digits + tdbtool: dump record hash with fixed number of 8 hex digits + Avoid reallocs for lockrecs + Fix some typos in comments. + Fix CID 1034959 Uninitialized scalar variable + Fix CID 1034960 Uninitialized scalar variable + Fix typos.- Verify source tar ball gpg signature.- Adapt specfile to ppc64le.- PreReq /sbin/ldconfig from python-tdb.- Add python-tdb to baselibs.conf.- Don't package tdb tools man pages for pre-11.0 systems as they're not built due to a missing docbook stylesheet.- Update to version 1.2.12. + internal code cleanups + crash fix for pytdb + fix for 4GB overflow detection- Refresh ignore-tdb1-run-transaction-expand.diff patch.- Update to version 1.2.11. + Make tdb robust against improper CLEAR_IF_FIRST restart + Make robust against shrinking tdbs + add -e option to tdbdump (and docment it). + tdbdump should log errors, and fail in that case. + add tdb_rescue() + Fix a typo + return unpack error on strdup failure + finish weaning off err.h. + don't use err.h in tests. + make TDB_NOSYNC merely disable sync. + remove unused debug_fprintf() macro that breaks the build + tests: fix use of a non-existent word (existant)- Ignore tdb run transaction expand check on ppc as well; (bnc#769268).- Ignore tdb run transaction expand check on ppc64; (bnc#769268).- disable test suite on qemu emulated builds- Build and link binaries with PIE flags.- Remove superfluous tdb-tools rpmlintrc; (bnc#765476).- Define library name and use it instead of libtdb1.- Add tdb tar ball gpg signature as source.- Rename package to tdb and add an independent libtdb1 subpackage. - Rename rpmlintrc file from libtdb1 to tdb-tools. - Remove bogus requires to itself from libtdb1 package.- BuildRequire pkg-config for post-10.2 systems and else pkgconfig.- Rename libtdb1-devel to libtdb-devel.- Define python_sitearch if undefined.- Remove superfluous AutoReqProv on line.- Require pkg-config from the devel package.- Move python file to python-tdb subpackage. - Build and add tdbbackup, tdbdump, tdbrestore, and tdbtool man pages.- Cleanup BuildRequires. - Polish package descriptions. - Add rpmlintrc file to set badness for non PIE code to 0.- Initial independent libtdb1 package./sbin/ldconfig/sbin/ldconfigbuild70 15450717631.3.16-lp151.1.21.3.16-lp151.1.2libtdb.so.1libtdb.so.1.3.16/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:Leap:15.1/standard/842ce28e465eff33cc659d2ad117b564-tdbcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fc114e5039d90c024e4dc358fc3f5e345a127d52, strippedDPPPPPPPP P P P P P P P P P PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPR R RRRRRRRi*WDz1Y#֘utf-828c996f8345c8c3d7adee8d6b5f57cb4845184138d88837fd1e393c0be0e520c?7zXZ !t/lN] cr$x#rbf^^m}9td1⻭zEZ/4LDd'ʸk8hʴ c)W\[3A<𑅙Y4dZn_>տS]Z>y@# Wz$995G;6R>ٍ͖SI?='}؈n ^tB5}q:φHUBU^L p͓u K &P`gOrʂGz#\g{1ofsaQH 5PS%̳=?K DWɢ<@{cR^ пK{ktroVwG?,|evŦm|\ < Aј>ZAQ,>G2R&QT2fcِ$_kF߷BýCq^ځ]t1Q9I(@o+(v/77TZ zS}fq!q]-˽[ 5 QW3\~c+_%6YFuX+r5 ZB:o21C7NVVgLKjŧ9\"'aځ82"0pyTI>x\ _  6:30. U$cO7}_'m2 OQ*w;p'rsgnuL3qK CZn%faRC*k5M R'?oLSǎg^Y,)Ia6qtRtt((XfpPt-ЎOCb Z( h`W$ \_dA4E QxA7ޚi nHEڕ~@4h¹rX}o Ai7$o/% ~ESׄ, ?fKua\dJLegM!h#k޳Z7:Tl*ѭ=`i0hILkOH鶇J ˝Vx 6Q5 l=E{Axծ*ۘWjWO(u 1E-HDq 6O_Xܺ&+MRP\O7G ΂dZ{(^B2AhIl6l8GH3A*@" xar5bw9G-t^V18k#xEZbx{h*g*!yq2QP`fJ)5\Q':Q|//]*[ oc<#\Hy:o]:p]{hp_33=G_ JZ :w)GD'%w芘ZQ 5ʉim*&4T$eCC냙7M_BB#9>anw `I \ y{%2X<%~k*\'-=3v%ϓrMmG{/2f-a/ ndkS.8y_٢+AHH@۪.\Rh̤;9JE8h.n_Ö \K*& Jyw0I.)lULXPтN\B6#Sq]WIMR!=BnO??[QSí[`;oߢ6[b)g}phW2u"2rHmid5u89!uR vSZ7?WG@hX 7<"X:Z=h G:iG?7_OHL.6SH"cU^Kᛑ]9aa=KG>;e_a`e$?*qm8h(A g8Fe4+@r}4y_!] BB`%&.&@~MގEԪ b2f2[s.õ(C2e4%ls*)pk]e͝C]*cވG-͕Wƺ鈟^1D|jicFM~k"eKde?q1u1Mдf R ꚳ\\tYm@3Iv?擝jd[_\ˍ H RsvRQZvnBAI!@'EFnm7#"{VQ'$"DwZd!zK<&o-Lkz@cfj8^-3nL~[A 'ˆP6m[<[N6aõc gs-& 2sفxnG=F Kߓl'^:[%"D݆|v uC"{qeʊ _5yZn{`Hl]Vة&]܃@0cޤ*')8iJ)9ܘL-{2s\K%jx_8"zDܾ[a1^uQ*$C.X>}OCBhZzP96F7c6qؙEэ*b_\DY4ݷe^&վP V^q;cVpp.(5kR! UJ 6zCGPhb n!u]7Q$\yQȟX2Fh]>8)] htkT89SZ9eӷq /ڇᐢ-0'Ezg0w@j}N!Yuߤ7)X5 ;^b(5^˱Jވzr)k+>7P0̹3uq}Qe<5^։[m^ot0[f\$:=7&]u6ɐ&nsIJXBxK un 4sQ 7ғW0nڇɀ ! Hի$Z 2'}nQ(KU R5y$,`-֭߬ M"C}d 9yr!2/nŨe vpד y> 0/,LO0w(寢Hr͒NXAy=ӥ bh;un[HA[QvYHUsM*|)B/phu=|i*}pPZ=z@ v #}ԊK37* =9k9(ANdTgW-K]w&@qIn,K\QIA6۸n6Ykgg)b_%V"pBom%Z rF4b)<dlG"jTIsWUmGPP~{}\á \3nmܠQOx@!-©" Xٚw:Q wBRxP^7رu]T#Kpא =^2nj<h2vafxr.OPA8~I3-"5-wyVhW֦R 1>!Y\0 S:9_E%8"ٰK3כ#s~?n-ؚjJ%pcw6ީG^X+W'cP4(OU T?.^Lw:X3l#wٕDѪ@kS{x;X&Js~}!SuV{;hgqɼC*V&"!ͤ"I62DXYTz%|F{dFo;##KԿN3u 5lׁSèOlwҢ a#ahB']ݶ{F :῞:&ѠChqKU7a+-,~K?)LSF?VI)qp>C=L~@ibiiR+v" '"f/98.8]L\}G.$JvhTmIDDZsUw 0bMwGEBdO, \ʫW:K)mx} 7Y;Ԏ'Z8"^~JP֗'yf0*#H.Zq\)ΏPxк2_* Lj튁%X[å|sXv d(08rt7s`"B#P?~"ȾpX1z7J]WZϐQ'MB %fhOqǮ6GϠ n\=1Lt?U|W~]N ر&㣇т4Od+cWVl5ɽQ~JØz=8?/ su[{n*j Z?b\$¦vOT#sO^Q{z wqz2qnHACcQCprх-[3'w>0^,Z8e`V9CYqZt| L+ݸVuQF !FAmF)j*kJnvj{Q%7 hKrhWC3w=;H!g|\`_G6ca+7rZ0^_gSLuVw'; p e0q8_dۥht5ZM- ?E!AjxCJ3el K^Rft$?(XL .fa~EdQ{ |{-%{luOڧ Ӆң#h^}1 +1! %۔*! obeN+_2Fќ5妝'-Zc 55AGDbS-n.Aliߣ UYc=I #xqCX!mb$v},úZQet&wj1AAwQ`VRH\t1莄֌u}z9׋@DI!r݊{8|\6`M{U<زoܬSxEGDmfǂDYAiVsQ)6~z|w i3h n)'71&p ,) s%S5x988P$YH*lEM|@:95ӊs0aOllUiGSv˸¹[y3,C4b95vƈJ\IQ> /D8+׆ lhUf V喐#]qh 8)f׊, ,k1G=oW 쎾9OXȓ"5nO-&"a.UÇ9d^k16% `8ٜsr +>=vLMT8vl䳻1ZHpd D1a06 ]êſw.> ui۞ oSbZ'>鿺)r^ho<+DD(Η8SXXqװq':*xsZ;~LAH'JtYy%!nf;l{~揥CtR' ,H`v:/䈖PL07q\m"cGCؚL،9@GJ㜱%`8fpD˶>cg1xéut m? ۥL"·'b-\h)h?Hew@OѢ~9;@ae kG3TǵŬ Q%j8?qJjWt0J\_r.&"~-vnyJC@+bBJ6\…Γ/#>ѬL |';=kȮT&$p,4q!XmBOA~)P;-g|: e1Uޗ4թ'81)_iUIu͉Q1mPrōUҝp슽KYtHØ=GĽïȡoWOQET;EQaSzYjMۉ6L_^wE>jN#0 ~Ei8na5܆ڶQ `2e#5764%La[vKv7 °9&Nyzen&PL;z=J8v*^ogw+'2Zw-OVϺXby鈺픯p`h؃g& I\b^"ϛĖߪLm><7vFGC;G ˃ZTYj$cb*22Tf)q+]r:j!dclLF̬Xc;6r ~4h\ď!|KqV+odMM2D|wiӬQP}1$uO ǩKfLT ĀKg QV׵k˘/ <,aHrws-F? O4h[lȫ['7\QGVy-Dh!4PQ),ltr&+K_U`tcMiSq)Z&fkSxeV`=iC ~f"xE]38%':Op]Y%c s !L /T9u\>pzE(2Z:TNE)kr IoD<$Y1YO *]A7 Q^(n{1~N2RBRFgOv&9AΜExwHqw%qx4^cHpUh>/bЂCC2}u yuNZ#m]߇i4BÎ.V.1e.jG`Odߴ O<+lIZ >_3ac+R2ډX y[E c䠄E%Th\ĔRNmԫTTC`ˆdTfm=#fݳwu&;~UvmJfK'LYv>SQsGi'CAg~NE-7Wqఢy~}k+e!Ċ|K.l7{Y׌ *x"Y-06p 8ۃ}ŌMOf9CZFf晳&̆Uf*G^a,%KVJ[_=#ux:G9hi丑&~:,yMg2z>H$8@چlJ{./0]b݀M*?; )l6J$ޱe~qT.;y6 r3tszcsO7`A +AM+D[O?Hzփ4΁@WY׳ӝf͝c ƚ|1 ͐B+a țeǙ.VQ?Y}ӺI=J\fBt4`BD$`BIIr*S}b¿kn 9ܶ'`XOWkS~LRec:[I|SB nɹ&,Ȗՙzފ$_%֪qwA,gyAdw+Ҧ1ї[J/4lг8Fז'ҫaI<->]ꏽr״Wuo)[pSvz-e^@ wH"6_6X]g~? @KTT#_YR!vŀa/ǝ8ra@930O·{BBfˢ:vLE g[?pQ{'fϊ:6x4Y )V"BiJ+/ڱNWy܅M/bLaFw- )9eє)~a/Z-H 6{5ʴ`jHE´G?6v~}P j4#Cm;P ;1KNr,C(6v' zJa@P!Jbw21sP/=YY5#+8ZpN[ 5 CO_ ^lX+D).n7Kɰ°;?P'`5ǹ UY"-R)pb(fՆ$iL8Of !o|o>p,4HHxx|,Sݾ1٥ ndʾ{ HA>h^Kɝ '? 5tӯR@Mnrm4$p^¢l*xYv<Ӊu'EVWnJ@N\,E8=DlIf( M<;cnj@ltD "c ;ڦ 3pt7w#J Tǹqr2[[զ#2JdW-mut۠ Z)~scI]3žY*:{ɮ{;Fo7čMx.wdH&haxLV.htpH؎_E{ACvdV̬-e8hH|%n zƩDtTN)z!ٛzdϒ1Wﳑkxri/f٦. O!,r%bi6Viq18MЊ*mEahI9$mcnXŎFfD؏sB@d4F'BJFз-Ij']̖ڃaeDf{Kև@Ѹ n\@i3m]N鼭:^^[Dn0zaVU*:dr!pv^|P:y!r勸q2or >qtx9*n_n20Hݶ>ٿB5')xJuhvE꘰CIPӱ2mWWvba<urI3Sw\i]׺(RXH=hMd} b\Hȃxjz0qq13VG+T\yDɢOm/e퀺:4Dqը)G ",m;'% (ʍ)gteTۓa[i|P,/ۨ&s[0/+Y4]3 pZb*n;&gbB-&kr%ijZz-%y cR5)`"'vߏqli1ތ R$h }z:K/jx] |Lx/-ON:Td.wiB@ tQûBLQ=؉JrtTR*P4Y&*%%Su] 8RLEnLU`y}~5ɲSJOZu s!ͻ&ր h;~!a]a;//ZKPAKݧ^'7٧`%(/U@%BEvnHlCw#9 9fFQ!7唰[0tP\`p~E{PMG?u:N>znBW3X#dŽ׀šr@H, Uu$ڟw-_x~x h>Fl&}y_9+':WD0V P.R=U CccXPB8\C`s$9v2$ƾ+4Np]V% 2+@Y5'룧;e\]$**T2O]((>i:> w?W7dx”y1xA{_n<.P&_{|WŞXك\؆'䫘k8p)*h3k]0 H &5^eي|zhVSEg%I8-%]8醆F2uUt&HECQ|AN/; t'N]cTCz뱹]45.3x-T"lLc<ԕ,ΩƤ26~Q7jN.@hO+'-Y; 'tyiAfA`~YimqWwi_"i*X:Ḷ7n?w­/€a!h%{7١E pK5C~3#a6[uEw-ԇ{]Qr/WJA"_iHcp[Do9$jOa^ w W4\C+q޾v}q>ʎP@ONgg/]kU Nʂzl_ ٷߌH ]IA M^Wӄ~Y~3g.{ةz Y#Cߪ^O=:Ó acQsQ։{׿ e1.59D*ɂVi΅IDwmٟld Xb 0kVba& V Ju`Px7 [V׌. .08Ji:{a[+Z:c)78/aKt؍`vE8$YrW>sR^Sp컘z'"|l iiK8}qv- zn~$f ULQpi8%QvVc:g:>[ﶸًJ mѢ%Ld$ÈN|~ʍM[y8AJS J"vS""q2s8V56{~_Q+;A!1b[rLI@xs$ڈ *Bow?Q%N IcV\3w[Q?H4m$+PLcÆǁJd`σߔ_b9Q BE"k05;nr]m36&`G:]5L %2w=s!/sU\g9ÜDpں*#Trͧ`h̰R"g' tŭY&C D1VN}qy.-k`_?5 $7V_p - nSȇZڃm6cv 3TR_V;V {4VP'i[k1JDB A%AN*͚`I݌M>~ ֏X%iToFFNż E"wdT'(`Z:s9mYGᕑQ_ŔDoHu)rvQ?\7R>7K7$j8LJ0פ0aQb-𚇴6)+lKH~.|kK@?pۇ{T$Q!Tn~0L ?fpEF~WO%lN}=LMdNi5jXY<4W)l!@8ޓ'0 QY4}Dn8xB:>Zw+ sJ$d̬{5c1ipgbGLl>'rG|I+݄#D&p<.O ̽B,I),IEb6?L}ja/>SZsx`)khϞ(.|yXTEUM0ZQq?V CPA?eϕ«ԔI 1p.:DҜ\~ ;1A+dŘ 5pZ93c 'bTR5Y%)Xa.apq B^,3eKcVWYoL֯g*5_Q (AUGTa&lI2̶DtTPqBaNvB5K%(ZBe!Q ک4R.kư2.=<+ܭoGs(2P<7 +7oBq$6 Ci|?)e H\uΘM޻z-xs^J[P[NTh33!r jY.TD'Vў [i K‹^ΒO׀8s]>l=B(N''M Y`0S/?Zf2+:;X'"W_88$AL>pMo<[*#dDW I)bVؤT=:FXGUVllPh]hepvo og" i%Da~t.oeFLɤ}]XRkKlԝڟy}3s{I|n"u%q ?ܒɨmc)-SuNE]5eO Ix\늤s{l;K{;$e\ 2¤nۿ<Bk߲&D)wpv% 'uHui#_9-|(Gb'- 8e^a:jFAꆀ|vX[ Xvscì˘#go2hj,ODgږ|k@y0E/nXEe0==ԓ>9ց9x^pLIcs$cbS ozw֞NףC::Cmukx  mn{y6tLЩvrZ,w4uUJ6%bp/b7-Y,CG=N$Ct`$@y*փ[)v;G.C'B8a76f/oN un Fp^7֙ De~b5F.Y87%~U/ǦZQ=eaj(?a7\oYDڰjṦc1 r`&y_DζzIR;O]OJj /9|` 0N;JV*%~:?%'l )XǕE m(vQLk'1 4ѝG+K;nF Mֵ3֏x_։HO}ltu|tǻh/Ў Lc`eV\%A,uZ]׽Vrwi qIN8!rY\$9O9o֖)xu*~ J>"1>5cjzÍSxMM+k[+ebhC~a"шC }Eh fMy"QrPBXv%{m VcᥙRsεPaI^Ĭ&&e3S$XU͖zd$y.ae6}.CIXl}~j$QDMvΦ/ٝc&#KY:7\͘N y:U`[ެȬ};OBC C;' 1D=OtflnZT7TtPc^ӷI/AiK3&>iO/t6X$!)٘J kZH@>v|mh܃G2i'= Y3ى06bəS(- Pj-8i=(`a~撪6\h̫dF,M#R@^' xH鋛u -SXrxc5&,{IUH*M&?G2LAH[#r vooQ 捔KfKՒPq.K|hQ2+rO̮FW]bݳ'*~{~ WjPZsr:[6!&*üXXl= k|VtKw\xФQsԂ-_nK]C.Xd]z9+ U!r (pq_aa#c?!lbPlI7Or2Rݝ{4>[Ubĩ] R!TYXz>䃛Yݝr\5#wϠ֭Ӯ>4"JCJGJ1}w"Dń\:KS% S?#hBH`:d"ծKq4^~2G28@PX_.sWAX8WCva#HX}gYvb@Ƴ7li:%#e7FZ ^߿BopTd/ثO_3r!&X&I"dÓܜ0 F85#wp%I[6n#n>Ny-^U]YG!y!w. },dۗq!^Ÿ@J~dSa(%#΁rLNӁ-%&뮨i:Dr  V ,D4*{,p$Bn}uUK P.tҹi|IRA\ mBk3ZȂF&Ob"=n[n̫3(2|6(ԽCVx%%B^ȑR7U8 c?#dY}@YNFr7tXeFp ސ{HyN/rlB (뛍{!N0}v'HP0FTEScWC.ŞjP4ʆzSmup9Ձ7^}fz+f?ʟ%wJs_@mFb"-E/.40 ԾcRМR5-Xrbv aN7g ,3 &Ыh<8dEm+`f4[w@OmZO?>HbM>uAyr; ܜ}3J>'E|k!^Sx#.cexpfqkɸͿԧFdD'K?s#v;͇Qc5=!iVOMEVoG쀤y;)*C[d:+Ը }u1D+` ³ uW"x /%-mޅ:L*:](9xNs`\tsF7KA"izn4GwTIz%BUf hACl~t(e"-?=/F^Z .GP2!7ri'oȓhe {q9Htwlj4}c.:m:N_F[6s$9W* 8mGWKBOAȮӖ՟|Χz{"rB{C*X2f}R-K5yVQn"-Y::+#OXT7{ZU˂R:3!ޤ U UyBo!]gNoɊWxejT7kFļmdix2#ۛuZ >~4K>'Q8h^Ӗvc.~~SoxDVhE _;E Mn }VXk!씁NT}Y-SNLhz?;O gmzddM^p̖u̬HS{"A BR ˙KPTs;^X= ALV}n)Qbv@ ~Wc &O@I>/X\|FBriUs.%3BQq$U3⚿hObZaWƼh(Ǜp5zhL OT P)@1SNo5|e^Qloɢ|}ξ Eّ P8UTB 5bMK ϩūc6,1c*&a/ϕ44@G:B^S0S7C~pog'*R]`vNOx{3oORj@B rGi됎UgƳ"#[Ĩ[ .9 JBo5\c&oXG7("# t*G7&{9 gƱH/v?v{@S0%c h8 s}>6xNkvnA16OiK[ϐ|ToMԴI]v]q; ˂=\<SZK2&հΉ ʈ Eͳ2ɻBsOwJKYm%+,RݞMήp|ϒi9Ȃ7 }fU\M5R.*|A >`=P.cg~"1Ěrӣ4iQgb-9ۘ@Qx;mJi4f.\Z+d8"*Ts+\O$SE.u?G/kK(8VQ&ȀwYt7=H2(A-׷6y$Ԕ6XvŚ(TUqLK0!w?kե/a.k02|xDMQ e RVZϋxH$]#>_H =SS.|"'eB/Vwl&t+#;օJ}ž7 5Щ+ʬ= \ǞBBF ӑE4`S'v f` R 3<|LQ@ ee&)>&IEb}WRa(͑V^e !?-D'EZIb~5V8Kiqͻ k/5S%+sEWq<&Us JDP>w}OH~wz^XƯE0 8h)-pÝ0T^A{PKSy# AE}Dˀg6ҿR%qY#gm/eT~V&'ba 4!T!R}a19`yw:i+N5#̥Mc)3tc3N6F̄F\B+G}X! w`_7ԳL@< -.ƚr1y4@ű*Viꃧ(/*j}"Ekn_%)ʰ`OjuxTc\4rF#.>hBq"G** ƲM5H:q0$,Lۖ1Ӓ78ߗ7SxT;JHPK3ǔ;4xY%.RFY`Ier)$/`%# Ӥ0 Z>D;Lu _K^ٻ*>oeğ-W uk2%!i GMͧDq41J.?4Xogf .YDbj a8`IrSՒ3{v"0cQ7 'e=1B@1c4\NYncv CI#yW[0HkL/lZFg33A]#u&YQ6jQvA'fsxnBj7]n;]:Wa5^|Q9:0&C72Ղ`y)L\_y̷X^,&λfmɣ8F&BYN Hm$}A; hIGH|Lom^+Uظ+~_Vti/tuW&pMcE1L2Zː*ipsRLhnzZMs  BTrG_5JSoj$xt(-ǣ?,Iw8 }soZR+@z"`zML`݄b`':Ayl㐠!#Ml-EM8m8$sҋU9`s!Tfu]9ZjgfnO'=UKik֏Qt~}n'RF`Cs֋=1C0?BC`dnܟ G}j:=|q)d#~KC8f "m%vsQP3u9|f>Gad_>❔~*Y52N k|BLdbm?+S*o +$=aΑH0 =^I&)(+S`])hh '&;rxGݵqQ%@[iN+| 9Nr7z?]aNQ~9k{?zJ <̤簿u!We~(RAjZί!ߨd},bL=h AQ+j0sn9X'/=JیW$`:QI͉a逸F|yz 1a.6b[r }}'_USu a6X<4!ױPG[mD몋n!'%PȮ gYտDdN<ʱaeˤ+ !|k3> 6z]qb= 3D.NnapZR񕀺 R^VPG@R:qbuK/|Ŵٱt 8JK?ssxhumeE=!}.M*l9"u7o "dH3k+>XfgvƎ WPF̕10\FdZ"}Ӡgb/|?V14\C3-hH,;/lk좷bUTǚ#>N Vh/DL}>*>4fԮmH2>9 ҋ?xu/ %PR Wˤ%%u^`\ׇóh#'弯p$;#jnX)\anTV<&04jͩ<|0F &ږп.tö)0~ MAD 1@_ݭ;juŎ ol(nR.+3W(qQǿhNyOEr-CXnA-)|FD6,=zH[ѦK" "Tgā0gUZFw9׾Cz`3zO>g"YUV*5 $g뇗NX%Q=ooThћx-_ W?qs )gLsoNζ5^t ``( <<ܬU4fI$LeN8X8GbjN˾cY/250cvWvoyAYaIp9\hV7|K Iz]$XtIQ>؍Mw+ZD2sr9b1 s.sf4QOMwBUVCGj:(e)z79Uh.qch-#P8^]>YJzI)`2~\v&aEH#;۪<M|POTg#hW8/NjOsb-lLh;Y޼y?4IoMm)y>ZAM[l x/l,bkߴܪASGRIIH{ǘ}Sl2 *BchkMmV1sheGlPk 5JY>1Y;v40 *jfϻ ^H3Kr@XKdQGqdgo!7K`II!ɀRɻt׵;vNj~4ʭ+B/ɸ#<,M3\9eġ3p_i&]^tDqѸΖ3W*k]C_6B)D ^oLä?:)nLgXw ;TEL|a"0k ە`yz1,!*]c&A^roVj7ͺAa?"Jm,UqHC 9fRA"?C8h¾Afƿ8"{M <+W7~ NZYJLUEᛎGl m*g uOՉRjC޼{9[+1O*S҇˦*=V稽3vqQ\"ol0(kip]4:(!A:nl=9>r1$=2%x6*SB &F1j*RVKwqlMo7/w9N\}#Ra|ﵤl/=}4[%@>`t*uv+.5%(^%NhǗvsR @d^1ocͫQ1zrV˟6lˢ4B0 IP\2[TGBgd5=L9Ogcpf0eS?f5@q(dJR^M4G(Ctl;pfB_Q>@ȸvBh afv~>c 3:Su餭[TMpܘ{ +kXoBwaHNeuT\C|F`r5`|P&pq!ir4҈$gf΀u"XEQ/`5[62<3BGX#6 F YZ