nbdkit-python-plugin-1.36.1-150400.3.6.1 >  A e?Sp9|@ų蟃E>4c ZMҁ4^&O[9 ω6i*t]qbhr e"˞pZLWߧ3ˆv d޲4L5L᫂T*;^#y]Z RGrg ^8^,S"aRHSEGu|0YpTސ-b/6_5Sv' ­4̟GX3ѡ$dl7\n7~&.$Eo- #jiLd.w2*tD6L q}:vrc'p-+DilARK : VTI6VVqfa<ʛ?gOUr}īho*mւjo{Qaa˩# nQ"!n0]J3RkK̸g@*AGbyLsI|[T &K8L9*>p>-?-d + F $,4 8 < D  D t  (8 9, : F*G*,H*4I*<X*@Y*H\*p]*x^*b*c+d,e, f, l,u,$v,,w-$x-,y-4z-P-`-d-j-Cnbdkit-python-plugin1.36.1150400.3.6.1Python 3 plugin for nbdkitThis package lets you write Python 3 plugins for nbdkit.e?Sh02-armsrv1(SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxaarch64 C큤e?Se?Sa20f676b28ce02adc3035680cbe3024a0c51a54f8bad318b7dc6282145d54ec858e205ce1254bb0954ec316f8cbf084aaf1beb1b8a0bb1e8fd78ed86f254711drootrootrootrootnbdkit-1.36.1-150400.3.6.1.src.rpmnbdkit-python-pluginnbdkit-python-plugin(aarch-64)@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libpython3.6m.so.1.0()(64bit)nbdkit-serverrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.36.1-150400.3.6.13.0.4-14.6.0-14.0-15.2-14.14.3e9@e@cIO@bʿ@aa&0`ݮ@`@`}@`@`M`8`Ujfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comrpm@fthiessen.dejfehlig@suse.comrpm@fthiessen.dejfehlig@suse.comrpm@fthiessen.derpm@fthiessen.dejengelh@inai.dejfehlig@suse.comjfehlig@suse.com- Update to version 1.36.1: * Version 1.36.1. * python: Document nbdkit.disconnect(force) helper function * python: List helper functions in alphabetical order * python: Clarify possible handle values returned by open() method * tests: Fix incorrect comment in tests * docs: Remove references to -U - when it is implicit- Update to version 1.36.0: * Version 1.36.0. * evil: Fix typo in man page * tests: Rename test-curl-options.sh and add more tests * docs: Finalize release notes for release tomorrow * curl: Use new curl_multi_get_handles API to simplify code * curl: Store pointer from curl easy handle to our struct curl_handle * README: Recommend new syntax for ASAN_OPTIONS * fuzzing/README: Remove advice to set ASAN_OPTIONS * docs: Small tweaks to the release notes * docs: Add outline release notes for forthcoming nbdkit 1.36 * tests: Add some consistency checks of the tests themselves * tests/test-evil-cosmic.sh: Use requires_nbdcopy * tests/test-nozero.sh: Test uses nbdsh -u but does not declare requirement * tests: Fix a couple more tests that are missing requires_run * docs: Expand Network Block Device (for NBD) in title- spec: Don't set tls priority to unavailable crypto policy- Update to version 1.30.7: * Version 1.30.7. * configure: Use printf to print $ISOPROG * configure: Print the version of curl, libnbd and libssh * configure: Make the 'feature' function print the dots * tests/test-protect.c: Fix typo in previous commit * tests/test-protect.c: Skip test if "disk" was not created * common/include: Rename BUILD_BUG_ON_ZERO to something more meaningful * common/include/test-array-size.c: Avoid Clang warning * vddk: Demote another "phone home" error message to debug * Use ARRAY_SIZE macro in various places in nbdkit * common/include: Add ARRAY_SIZE macro * tests/test-parallel-sh.sh: Skip test under valgrind + debuginfod * tests/test-parallel-sh.sh: Small cleanups * server: Work around incorrect include in gnutls/socket.h * server: Display kTLS setting in debug output * exitwhen: Check nbdkit doesn't exit before the pipe is closed * valgrind: Update comment about valgrind bug affecting OCaml * ocaml: Add further valgrind suppression * ocaml: Add valgrind suppression for OCaml 4.14 bug * perl: Move GCC diagnostic ignored earlier * docs/nbdkit-protocol.pod: block size support was added in 1.30 * jsc#ECO-3633 - Enable linuxdisk plugin- Update to version 1.29.4: * Remove deprecated nbdkit-streaming-plugin * Added retry-request-filter, an alternative, more lightweight, filter with different trade-offs for nbdkit-retry-filter. * cc: Document how to create OCaml plugin scripts * cc: Add binding for .cleanup * docs: Document NBDKIT_VERSION_* macros- Update to version 1.27.8: * boo#1189634 * Version 1.27.8. * data: Simplify some of the Python code in test cases * data: Fix optimization of inlined lists * data: Optimize slices of some constant expressions * data: Add a test that expected optimizations are being performed * data: Get rid of EXPR_EXPR * data: New functions new_node/get_node with simpler usage * vector: Add vector_duplicate function * cow: Clarify documentation for new cow-block-size option * docs: Fix title of nbdkit-client man page * server: reset meta context replies on starttls * Version 1.27.7. * cow: Ship cow.h header * Version 1.27.6. * server: CVE-2021-3716 reset structured replies on starttls * cow: Make the block size configurable * vddk: Add stats about the amount of time spent in VDDK calls * vddk: Replace DEBUG_CALL with bracketed VDDK_CALL_START/END macros * cow: Remove #include which appears to be unused * cow: Make cow_on_cache static * maint: Mention online gpg keyring for security use * data: Missed optimization: ( fill ) => fill * data: Optimize strings with repeated characters into fills * data: When possible, combine adjacent list elements * common/utils: Fix off-by-one error in _remove * tests/test-data-extents.sh: Remove some bogus tests of zero extents * common/allocators/zstd.c: Handle zeroing unallocated space * data: Optimize single element lists containing a single byte * data: Remove redundant redefinition of APPEND_EXPR macro * data: Use common EXPR_NULL * data: Add a new EXPR_FILL expression type to optimize *N * maint: Also ignore signature files * Version 1.27.5. * maint: Modernize configure.ac to silence autoreconf warnings * maint: Update to latest ax_pthread.m4 * maint: Default to probing valgrind at runtime * tests/test-data-format.sh: Reenable valgrind * common/allocators/malloc.c: Remove bogus kernel hints * delay: Test delay-open and delay-close * delay: Fix delay-close * server: nanosleep: Change error for early end of sleep * server: Return from nbdkit_nanosleep early if the socket closes * delay: Improve parsing and representation of delay times * tests/test-debug-flags.sh: Don't use port 10809 during test * cow: Add some more debugging especially for blk_read_multiple and cow-on-read * tests: Check that cache-min-block-size works properly * data: Improve the example with a diagram * example4: Do the parameter checking in config_complete * example4: Use get_ready instead of config_complete to allocate the disk * cache: Move plugin-args in synopsis earlier * cow: General revision and updates to the manual * server: Make debug messages atomic * Version 1.27.4. * cache, cow: Fix data corruption in zero and trim on unaligned tail * docs: Grammar fix for .cache * python: Implement .cleanup() method * cache, cow: More links to related filters in documentation * delay: Add delay-open and delay-close * cow: Implement cow-on-read * tests: cache: Test cache-on-read option really caches * tests: cache: Simplify test-cache-on-read.sh * cow: Improve documentation of cow-on-cache option * docs: Improve documentation of .can_cache and .cache methods * cache: Fix misleading LRU diagram and comment * cache: Refactor printing state into new function * cache, cow: Use a 64K block size by default * cache: Add cache-min-block-size parameter * cache: Implement cache-on-read=/PATH * cache, cow: Use full pread/pwrite operations * cache, cow: Add blk_read_multiple function * cache: Reduce verbosity of debugging * cow: Fix assert failure in cow_extents * Version 1.27.3. * ocaml: Change thread model in examples to SERIALIZE_ALL_REQUESTS * docs: Correct --selinux-label example * data: Include byte-swapping.h * wrapper: Use vector type instead of realloc * ocaml: Fix comment on plugin .pread field * ocaml: tests: Add .after_fork method to test plugin * ocaml: Add binding for new .cleanup method * ocaml: Rearrange the callbacks * ocaml: tests: Actually call .get_ready method in test plugin * tests: Add a better test of real VDDK * vddk: Implement can_flush and can_fua * Version 1.27.2. * ocaml: Fix valgrinding by only ignoring caml_stat_alloc* functions * ocaml: Call caml_shutdown when unloading the plugin * cow: Reduce verbosity of debugging * docs: Remove nbd-client '-b 512' flag from documentation * docs: Use I<> consistently around command line options * ssh: Drop srv_pubkey entirely * plugins/ssh: remove pointless code fetching SHA1 fingerprint * floppy: Note that nbdkit-cow-filter can be used * floppy: support FAT FSes with unused space. * python: Remove documentation related to Python 2 and nbdkit <= 1.14 * data: Add le: and be: prefixes for little and big endian words * data: Rearrange cases in switch statement * maint: Untabify configure.ac * Version 1.27.1. * tests/test-cow-extents1.sh: Fix this for new output of nbdinfo * tests: Skip tests/test-file-readonly.sh if run as root * wrapper: Unset DEBUGINFOD_URLS * tests: Test --run + --tls + $uri + $tls * server: Add $tls shell variable for captive nbdkit * server: When --tls is used, set captive $uri variable to nbds://...- Update to version 1.27.1: * server: Add $tls shell variable for captive nbdkit * server: When --tls is used, set captive $uri variable to nbds://... * valgrind: Add OCaml suppression- Update to version 1.26.0: * Version 1.26.0. * docs: Get release notes ready for a release today * valgrind: Add OCaml suppression * docs: List release notes in reverse order * tests/test-ondemand-list.sh: Skip test on OpenBSD * server: Use struct sockpeercred instead of ucred on OpenBSD * tests: Don't break if libssh is installed but not ssh-keygen * docs: Add outline release notes for 1.26 release * Version 1.25.9. * tests/test-debug-flags.sh: Add a positive test of debug flags- Update to version 1.25.7: * tar: Add comment about why we use LANG=C * python: Split up the large python.c file into smaller compilation units * Some documentation and test fixes - Use correct upstream and not github mirror- Update to version 1.25.6: * Improved documentation. * iso: Pick xorriso in preference to genisoimage or mkisofs. * vddk: VDDK 6.7 was the first version supporting extents. * Removed deprecated tar plugin - Added multi-conn filter- Drop ExclusiveArch. This builds on i586 just fine. - Trim bias and redundant information from descriptions, and adjust descriptions for grammar.- spec: Fix license- Initial packaging of nbdkit 1.25.1h02-armsrv1 16986490381.36.1-150400.3.6.11.36.1-150400.3.6.1nbdkit-python-plugin.sonbdkit-python-plugin.3.gz/usr/lib64/nbdkit/plugins//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:31325/SUSE_SLE-15-SP4_Update/9058952fbe35c06bec368545d1e73b82-nbdkit.SUSE_SLE-15-SP4_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c96dcc660fdc2645cb59c1d1ac77cd22af174a07, strippedtroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRR z&ojĶ6ݟutf-8d9e82b0fa407b4bdfa4ecaf4cd451a65ba87d28204bb5d18dd067b71abf536e7? 7zXZ !t/*N] crv9wݸߥNn~88Gpd2)C? *N@292DnBKkf"` dl;SMM?S7,Ə"K8%,m ihb.ydY'fY8'tJ}hP:߱Z@Vn%e˿2lem?ē(~r\$#T6-,X["4]'dW+M&gv 8YC@vtBZW  ȑֱvSpT͡7䛖xnwhƷ$qúOiR~f@K #IUYnB>[c\z^Yɓd~(8w_"@_ȋL~rC4H{Yw%='4_| ^[nu.BbN"^0:>ä1Y vV# ifC$̗h&a@}Ӯ@-tK˹%9մ{iP?`)E,X잺}TJHeC ˼ H{B<) W!ͨD^DfiR7?!؝BuU%ia]AܛD7 vU)sav\Ke4a ķެH|ITQ20(MlѭINLۣF ڞ2̸B mUb/'}E"FՓ^<ޭ7p0L2'jS^˭2tQ#6C&CHݤ#)L=W`~Y~Е%\dcc#+Ȳto{|3_(:_ֆ(KMm3}m0+HJsdt<ɤRو]z:e,S gEўeZz{2x7Rs1G:ys}R|U*IQkuƟ1#M"$~4)yHsYz n6{a#a-ڽ` y{ +/ 3wRFeH~AzGk .I: \V׃~˚V.._ZE9QٻяZ-4OAˇ0ӬĈ<|zֻ2E=?r[ڲkA\?"+߷{R_"rGj1}l^Lmjj'77tUJ Uzl64b,. j4ȍaթr#E[#[M!*V. 9K}إ+I8)*ٚXo4W)~JGqbP+ ޑC4ģ۶LÈ#ڔ'5zA]:67:7\86:_U 6O7V>BKy/ȾNi"s̨`"WfDU?߇a6[T^vTo]m34~HL@6H࿓n1:ɿ8\h6_9ܬ3˕n331 夘HW 0 ^~K Ƣ̍o<:lsBvo QÃ@^$obק^u*Za2l>w].hn YdzcDg.LN]CU~cwTq.(sVM:{KB.A vg ܑKt@3{+q#TOⳤE_lѠn΀;bRc_PU@A/Rz A OP\U }PلMIhUeSMdC-WT@ Ǹe7im8sڨ{B>6=lѤ6ؙr/Bs uF͝R-W]TrR"L/;xc|D^ VE]D%D.]<2$ʄ{ZQɇ yc_e énN~C+ζ>@!X2BX! 1hH}ÀQq^'l֤aJ02/WЊR,BC$ )Ç_) I^R9<؞Y"S# jsu*.bi9[(y<|.vfB;yR8HL4ػsNG@dCPM(kAFa7+*:-[y(yhJiqLǥFPU+6CҺ8;b~p#V)u4GU{!p|()PO[J`s9S>} Hs<fI liŶXeV~LzCdJd AZOSX[ۯbN` ާT0r@PS.>A֤OE^Ryqu`OZ6{cڈ/֔x(%o4U§Tϑ4:V8AJGΫf%ҐsP&_ĕ8Cyˆ::,> pS6/:>/L^9 K 5q$ޙE%dw'^5*Bi2#H3#x6]A})ssBrR W6Edq]_(K홏!(V8=|+ĕH#o yDWc5REeO .mDp05@P@H$2/F ]`Ak& H]"Z5*n-\"UNqlVZb=hRںm2+|%˷f"Tpds%=Jj }a>XѦlIL@xhM!.YPY$X؃ ȃ {:`laNj};?Ґuɿ g/׋Ӎ=Io+jS69C|Z:6lM62o bҏhWBԻ\ju .qz%*3r|}<5Lz۠F|&䗹sq@geJxxt-ɸR"KS〥U 1ahM76\qqJʘ \DTH`䰵Qo'+n?GNSwA1~y [,Т4F ʳH+>BaduqJ$c ]/$jpm4Eo&Z d6ws=Es0B*pioLʇ|+XiqeX_(P-@qĥ|pCJʒp&%Q8ibU}*ɛTlf $}T_KaЀ#zg[8*_8W h/9h1v)pn^9< m4݌f܇,^1^t`R]}R?6w\g&Q0(AyMUx~X>AR{9cZ;VCn<ԑ$g)2O]1U(e)!qj[`7(P #~d5 Bkfʯ n\ VQŷev|RIeQc;HRg@$> v34rH\zl:Dퟏ3PP>kjy~HL {P8rq8bY-$g4MY쒨A4B]T bfݝ']aGcV34xh5nN>r칹N:&sq3C-Ke0rd4gY|7%;ro v*𾩛:>Z!tTZofv܉̄+4I*2j5g.rj#P w%/"(=5_zշb"gvBۗvyPXP!sCabX$V08*}\ȟi~!ݟJ Ejd7bbDD#6g'T~%KPL7 Pt"QE.jZ^L~[ [QN5ձXU#{/%=v3Naȗ:=(*v>h+bLL!z~`UyƊ4kT0 K6{b[ CtiIݓ=b͛-(1Ѩ'ۀ2v/IAIۢq'ymٳzKAq}Dȓ3!$ k:[8J7+Qsq:iܲ2*9qoZI^>fH3ǜ̖FR d?xo/k8kq&PZL K&lG#)HhKINu=U Uç_OWjrN[u2[.wI;Wx6LFzwEI36+EY;>~klW0ds/ô 92 c:(o29S3#9OsV` JPbkkRtɀX!fWW^%7tW;5,6gd8UvaÁ"eMsq(_yɃͿY|{+04SwcO2v: Rۨ{ѣm_ZS:Pϴp/3bh&M6?NTtͻ 2ϘۢޟVi6d,hA, G]4&#zK4v;#b 0dB%Sh tJU$7~ kxl1HQP[/6~\NN3m??b@Mq/nrAjV[)#_A$- yPT#(ccw@D.2PL/Х̈́LtX'6ne05OF[D|ܒй2.P ˖kfZj~l 5͐C;c6RJʸu8 M0CO\i?ъ|(񛯒9wql4^эS6-ejCF u^q9?}uLqd)4^ Ep_J/?六HV^/YOyW&Z>Ƒ(j0%=~s)5;ܤ4<9QP*_b4l"ǹfFy&û_1͒Ί 7,mw0=<ѿ5Qm)"m@?Zy(m4PE*(yvFɆZel`cx ʍMx[%ڧ .Y`)̜GƇG"BI:+^H,Q4Ё_+D%q>jD2y:TRڷ_ K_P>$}VVx|Ue wk}f.rm}7r8{d#7/E:SfuJyůAV?4‎gO*-c8# @++N síw^bV^,lfx D[N"&C:jo3Y9cHWxgS7/!P`,NE+!͍ W+]_-l~=Ç3]lK.rB=ww]'m0֨PJ&Upޔ>['%ph8}x@$Z p.F.iw.JB<Ӫhtky^%rбL^Uh^3{8 wܬ'H&K;(FiO\HD\H=fɑyaG8e̵# VF#q1 *kXor>x;캢0MbWԆBt!K綤&qXLsNW̷Y "݆=2S]=P;lAaR+ɡ;=bUŏ3AXs7eE @>'`V;VAlx\~D cRay֏v+utrepc\DB1GHr7bGWt PQdF_J0AcsY)(>řn:5 ah72^Rk9]2}c%~- }zG\IBjr RNh鷕5nTcQ2`?ut+![MJ+Ôܾ!W/`ݜ͂I΅u};GMjg}/sɛ*Uch^@y` CxmQ596su}C6eh|F]E#e ̋! :0 1Vy'F`K0mSaP,Q"&a4VpG꩖-e9q@ (P-D0%c'5t))A:-n%dg8 U,{l ze 6xb͵QoI*bNRm"TbQ\|]]`AS.z TA`ד{4Lʀu#z?e hMAl tPdӳ\}-NG3t=6u >-%Rda"aիQ8dh&R^Q~'Yb z@I8BRT L9?K"z/tL8HU;}3#5A+)4 5t.:KAxiz01$މ^AACj'^  j!/iuh29 Gy݄DMui\-pRzacip60Y FX[jZ'PBh(#ٸOA_Erq~8k͊ l*'pUy }L˟82 E2<;AHJ}.H~|#'7U<\1.37;ؤ4"L1M6@H_\6d| hHi|cUv}PZ Qܫ#1~Y#4.g|Uq}lTf$l0wg޴i`mCV&t BhM;*48mLOt7p$𡕯T×hjf %γ{*qc <K`F |)j{tx3X jޫ~1%@ܰΰQpc!#6Tj o|p [ߦ>& 1-FN]lg%Fk80ǩ1#`c=S/DW.8F7}FٵV)M+7X}E.|i& zޓLo'K-{`[\*CLC1kg KD,bGM| +N <+QQ~2;*KzTOR`(p!%5\%,3?mr$]pҷ0e#-EUkYȥ|*taQ}Sl&øH¬uVV<]oT Fޞp:D}!ywf WD\Ϯ6*{D7WRPZ=ta ' B sڜ̔'r%h74n nT8ˆBH~s ^4XyE$ "xyٚRKucߤ|(2znY?^h y}7݄_P,h@^'XCp3|MiZMa!P^1|gI##G, PDI&r2(Sz(gO 7aN6ߧ:+eLXخ`jKkbh!SfY>6tE%~%RgEptx`⽾lރ8,*>Ӟ {ڗwF#~`r?P IS;y Ab8)0 C)Y T M]&>&:^ʂY1Uw@-/IR!Wljc|z39mJ`K]?6( ˽en)XoW0-G˪ťp)n_`:$-fo!HT@<  N߄‰DcyR^Ojk`JT }kbGXm}lB#JwDHuG$ŷC1Ӻځh@@fu^9)TXo ?ޢjPaTpo3F_kS!RO ,4-mQdZ'ǃ/? X$Μ{A^p dܒpU+aclԙ͞cq^/HaD.p"Zdş ,4-k OTC7[lVITf0&ܻ^ltG.3WX9"Q Di4̤rn  J7ųK ^ؿbVKKҴt$R37_(WSR''-k#({OekYJQի$`Uh 13Bu!*r8&ʧ]3ѵN Dp]qkaw-j YS8'pp@X9Gnj#`dt*_0zu Y$=q*.)8Żo ))9zD_F<1  Rz"ﲋhU4'<],__#  ^аr>:(~DnpF hɐsa,q.?"H"L|XR EoNj,yIBnLM {>'*U! 0{6!azJBH {|W`as&L/c]-* ȊU^?rgc2A~-89Zf~d>6>/pzkbJy/:T`ܿ૱E2$O@lP;!Ni$Q#x3 d12݇Cs\aCe \l6uDX@vwdHj|@ N͟8-ː\9矕BI'#R!@ڢ!2C'&EJ !f$$̼/~B̹' DlBY2 ҫxu [mU+WNo,@}iL|B/"ݍ(1ko6сA-AyD2nbf _6甒C}ȭ$ y#TBS!IumH!9ʮ{q6o@!CR>*BC*R _w}3&=pR54+ƾ^T&jvS5ߒ~ ۰uU >0|42Qw-]?-6aCSZZ2b0&O~x"/s"s̙iduT:vh8jc6&Ďά7j|E'c[l8Wn,U_Ne=1Ζ"Z:"h-.b˅K[3 Կ F}Q~5W?xmWK |BxgAG^$*ԣLgsn}j 7x!,7ømo]ͰT͊}|lUȞ<gM|$iBOQÃnq}."ǎ7fu!M a+ur8V acYs/orE _=#!HyN.k9wO"6wt fle /dM`^QGV=j?ճwy|Phb@yf#&$p@:'; U~c@36#VD)<'%gǤ\G'Ȕa &GJnN&5pssC^+-ũ&\6(c U4n -91Je[[^{j 1ƈ!^ix: 61l [.MǿANz2^|}y\\. pcI֛I?v2O^uy~ԁ֞}TJO^O72=E3C -B7ݯ5ki̥F#&XǍ$~+;0DRUBqf:\݋!XÀ@8q_h\ߏ^`t뉐Ba52JG W}G3*mCEG8'+=K:ҧ:Vijt6uõ<,Ji21R˫ kuŁaW;;c5ʌw)$sYܹ?566XDt8Vu3<[*$\nDm\q lP_fR&_Ӥs*/ pHY-nq|S6#`}01G?b?BBGr@M1YvĠ3-h=$$KOVXh|!*l_+Di\gKlXܵY,_\vK/@ao*n'*վ_cwV˫f$cQ>} i^ώո#co"6[9vc$pdQ[ƞ(4th'V9p `(:Aes1^>~<0N61;p ZfD ŽO^d2Zdt{Cjmb\N*$%VLSj0aOqW51&ǺF˷ܰyX𥦷ǃ8--=C58ʬ+ҬNYk8Oqm~l$tj2'q() CUai6 zy?.(e_`@@ 1gZZjѐz;G~+i"i7q&\OEXO:}V>?1*گՐ|5vmmSi^VVwglOzT0Cw3< |w#,uX,/\q[Q綝rJZMa+ a|,`EC6q)5 Le8Fgék!p=zFȜ/0ōͳRii ؾUc7cbc TNTxd"8tGzm,w D*MbG19+^$X_sPgt,@.<}~5bJv(*f ;y1r~>{6Lڂr?$~{Ͷ9>|gV,0ԠH3DJu'^ ~5tAF<#߽AQf0h=uTGg8MW7 -9s\u(1UP8d L?Xgfo-(Cl,9n1{D|&l+5'[A84<% d~D};`X,{fG\Ayτ3 mڛ8DV <s7@ 8tp@`K&VxT>u K)ݚbLJl<gsO |&Om4f_@*Ε(FFKf R'ڏB?wyvps'SSOqy‚ןIrzmO,2q(tBT⊙x6/ :pFZ ;Q\VǮzc]Y[TZQ4yj Zπ(7!Sb%:DPk)޾VDfW!1<]\+=G$kqLh%@1<,Htp>;bc2h )H]SsK{A)ıjח|^:t5VL:k9Mn D#Νl$"-\q;ʳ8˅TH\ogck\AVjxi" [)`Ѽ嵾cܞ)YP"nB]/U#(Hz3v 66SVw0 ;S1ҟ[o3Pxgܘ*ƩS;SIbcqہ:asVMdoЋJԟ R_ACԚm=kIƏ.ac\C=f,<$p#^nyC<98a3Ii5FD ԉ[sWʲ'.{cDWpÎ)#IW*K,rd.  ϦI;S3GL8Ӱy+K82̝YloIc*fPء-m@-){pFg1:t b~(u {=|3}$w}gA pE$Rj` `׺ϡB' +evs`QQ "f>)HCjl`oTnAen?rp"wZcwi!(&Wp)w.6|O}\LWZogV6TKo#.IQ,7:S6u[%a2 r8Zkvy.&31Uei_*4u"bF~_2a02da&< xjMV{}u|5Uҏ}^hz{SdE3WBAw#rD-RZ738 o4"2h) *BfW73g|f>bTIHjeʦdAV_d|d3`ɬ@,omNgt\J_iKa q 9k y,Ta% ]Y 1T+,X&o`?{/=Xܳ6=ϒ6$:WTSRen3C/o 1{Re) Q .r a}ՅڼW&ǵxwϷ#p@FELutqk[[5uP-[an%d`1&xY\5 GdCoz ~]Zo74~W|zbPtVnGl/"! T8) #l,N]DK w(;_Nrr> KLo'eT+`7uJG7ORktTTMb6kjGg1ꨑ@DD|Lf?G>w#-aPӌ$]ڭόȠ3;YNd+XxGXnNoZ{ow??U;0.*w0UB]Vl3ZruC@!p}> 6咆8EY}Aՠ"8kN c#{v23 =t$qz~ôEɃ恙'ɪF# Ĵ~toe'CȼA[sְWV=k/MѤ9|:)w]./OMOKzG|2TjjXߍ):d'e~0g'ᖲLOt_)@.|k|aJ8*Ol !zXMj7EDzeJXt?qg)=fxk#5#Щ:F3ۦRƘ(~=rSԠΈيN_zۼ.hXq:Qq@u>t$"o|c^8] q x*w` p< 8n.3CeZI[Ww$ɻ)̅ȗO^?$Xu/b_d\(EUVkE1Cj\̱z]R;ϫM8\h5T=Y0Z2>"pѩ1\ 1T& 6*hˌaj|`2`EZ,d0zA!Cz- _a+~* Kv_<(;*V#7@,P? QSl$}iUNpqˌtEiK~p R؃DO xG:^@Ox(YÁG>7Ah=9ݧ#8%$.#w-l3b3M&{kb08<>'7$b@V:2ټՍoD _w@dxs #Ch\'K[+nLckCՌ{ Q #}ed-nin"en9a`[Y<4c"pG˖7ÖD|7PtUK5P 17/ ʖWx|^,GjpSls2PrxxL̹zXm]#64-G,ۇ)T,0&ǽu7]xuW[7c^׼uS K">?n80qNK|4Jq=J%GоfNuatF}$=y=SIҿe89?kݣihH"9W#M+?6_J; |eU0jmѓ ZT\[B:bٟ*SmHcKևZLR~s#i8Qވ?Qn -L V Z70kœ!. .ۙS}.#