nbdkit-nbd-plugin-1.29.4-150300.8.6.1 >  A ap9|à~eiabALuN w+ jU f.z<%x"J Hk\P(=vZ2Hjb5[w6^`|&ո5dz/+`yW\9oպ]rB7Cu<6wn p5.^46d09fe9a96e8a57602d94d11c5a0b8ea0ba857736d6685443280a05b3a0c1935a8f698066686d22f5fa17498de6516c904d6845bn$ap9|/}XJnj@p;8?'r<72JU4 _;ҹ0;.Ri>ȑi'Gڱ3x`ܣK&Ґ'7jtoA6D(MQpM j'uBrݍRQjbs3-`ў)LN 8fGqL S5pPʖj81w/:FR?,>?"n!bE|6S+cTfܱ9h*N0^6DĎ{@>p>$t?$dd ( N  :@HP T X `  $,X_(8 9 :` F G H I X Y \! ]!(^!Tb!c"-d"e"f"l"u"v"w#x#y# z$$$$$`Cnbdkit-nbd-plugin1.29.4150300.8.6.1NBD proxy / forward plugin for nbdkitThis package lets you forward NBD connections from nbdkit to another NBD server.asheep61ESUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxx86_64 %큤ahaQb4c9cd78fd01c7894002c2434d77b3d04fda8ee7d1dbbd4e02216600dbee2ef6f9a4dd4d54744bb3a998966cffd5ff3861470d1c2ea800120fa34a36780d0bearootrootrootrootnbdkit-1.29.4-150300.8.6.1.src.rpmnbdkit-nbd-pluginnbdkit-nbd-plugin(x86-64)@@@@@@@@@@@@    libc.so.6()(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)libc.so.6(GLIBC_2.9)(64bit)libnbd.so.0()(64bit)libnbd.so.0(LIBNBD_1.0)(64bit)libnbd.so.0(LIBNBD_1.2)(64bit)libnbd.so.0(LIBNBD_1.4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)nbdkit-serverrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.29.4-150300.8.6.13.0.4-14.6.0-14.0-15.2-14.14.3aa&0`ݮ@`@`}@`@`M`8`Urpm@fthiessen.dejfehlig@suse.comrpm@fthiessen.dejfehlig@suse.comrpm@fthiessen.derpm@fthiessen.dejengelh@inai.dejfehlig@suse.comjfehlig@suse.com- 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.1sheep61 16433867841.29.4-150300.8.6.11.29.4-150300.8.6.1nbdkit-nbd-plugin.sonbdkit-nbd-plugin.1.gz/usr/lib64/nbdkit/plugins//usr/share/man/man1/-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:22621/SUSE_SLE-15-SP3_Update/5030f8e7725511181c96e86070977ff0-nbdkit.SUSE_SLE-15-SP3_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f2b32da7e2fccb874d45707124a516e13a235b73, strippedtroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix) R RRRRRRR RR RREB2T,,Mutf-8af7b48e47fd047c50fd813e14238a950bca47197148632bbb1cb2222f0de4ff5? 7zXZ !t/Eh] crv9w86;s3}W#^p.sZ:_{ޑ!CS7˧5`x\e$Zk#PIuc='?+He/fxu^ֵ|2;k6A뷤 g Ԗhm`a䎇ԻWXm[n_ Rh6/qW)s7W|dM58a5n%.u}Mdך.=bL3]'UhICn"mJ % 2q6MHKfRH/Yó!g`J XV_۷덎N/bmԒ3LvY^`pn]PPQxMWt_͂vDL?J\$Y:I4hƒfd'P_[ 6nVtdpE3;ԲyLxoVÉ aҤ+b&oqѐ/d4F;"(8AJe&;ū0g -nKo)>^nq!0 nK(=Tϗ-3HˆlOsq)&caY Fyjک!|L#PuN\̞%&SG8H/4oWnnX1-l+q;4S"C'x8]Dv ջ {G[> v٭@*mUe(a:]ds+f x׍Zx&xY8@ߨ]]񹸏 6{]˽}ՃYKleЏ52DN (e眥fЃ@~"Lj 9Le|wXVOXSS D0G;G.czn<J@ʜK1ͼ *+ <0Yv% }(8\죕)AEW2gC˯j}+fk!b9di9qsxSG=讆mA[~]Q>Em .,/x$&oy/r\$ݛ-]<" xYygK]GKA\ 8&l jMҟ"J͏K Y+"ɖ?[NiipEwɯd:{mؗ5*iLp>*pٽ_ȟxbશpC;}@yq(8ܕ5@ΈFMmIVź ' Ie O!#kɧwQ K<9F,r1<hDiSY5-72z;h`y<1pQ[r`Z(@ =#V@uj˗(0XkXuԟ@A,c1.YϛAk[bRvtO~=np+PA>3oʺZdY-Fbf,+?5#2w@qb<ʭR[$jݕ9!8ګFA"t{MӓwФ]uƒ j)m^&;~SUw03(1(>_g*ײFo*o|K`5&%΂ kO~rSsxZ5{Nyj b*xI aӎA-_V,`F+<ȥբ2 ~foRIVϨ׻'|w ௜ayMV5T 3{tDYtOX7";+4z8.m'ԟëtE͈V wc ԣw9DɦB 5THkP(#֫s۽Gbh>ꌡHWqR3y`ߜ-^!wfee QVZ AH0KLlwѼ;DFIv+GlJp-LN?eئT ==q9S AOp5>vc#žUӲnv?ˁ*[d}I"rr6{P]r{{D>ZM #b/ndEdt}EPaݒ5bT:mb 4jò:ԁ_-"n&iëw½ZƫBs}Zc%J2Fnw7Y֩bVQrN8Wo$S ( 'U30M[ rECA!8 +%J9hzհB'4N:o\` n67cu!wjGYmxQQ~{ƽ|{4UI_Z@ c G;i62frZ64e $ot{.' }/I⃆F0m*4][f6Fד=,׽h wbbiH'f7Xƽf"X1ʼ8[¤& Xb 6Bls:\.AU BT 8 wv zlDO2$t>:K)EM;ɂl8!L#'˜gTyДdI BejE6d_ pǽ3xU: "Ao2/\.uQ#.?.?W\2t#X3DlǓ[V 5^^01a9]KfFLBX `ed𒴌BտHe^)\FLЛ6EMή?J-Y$-)-]t~;CZ SUE~'c:5%㜣UB^;)%ס&80?;6OykOM 'I nvdї.0h#r{ ~MH 0weo؋oDa Z}ù6l]IU ▛{q](,|M0uze$gb^G4zaWX%z=BE_8 :lgo ]ލޗƵF7pN SFswkI /g)d.Np'n{^ ʖ˚dcJ*cxfTR_*vJ E蜗k;./?>#@? šxy+R R._#0Mh-.'DGPPituњX4) ¨@FF3jIV 0u4iLFasBhɝ'd"^/6WL- l.lDGؑSnމώF< -UAB@wi_aA xBd=R28gRߙ_E= l)Iӊ;䜜M! ̗NzB)T0Xs랍ޑ2 -sJl[w vf豇JyiE4W`Y~45yZAdo|oJebВ3*nT^iGLw,EN^gT̼Y!N{R\0k&0#Hk@K4y5 ;H3 ۫Z5J o!QiJ2D{L3B# D:A+O=ϛdڽӸiL^ fx#h.Wը5{|Fr|3YƙY5:ZB4oJ]3cv V%fJ%yamLZ"D!O:LM:D}2lR6AIF;eqȨV^v*YjMh ^)iu4_A$6 eZ|z}3:з%lk U!\i BdR!\=5=Ir2Z ni{?ɂޘZBn#<9*hOyQ;m=nsU/{|Z Co|O;ͽ)~~ bV򱋎7Zݦ0,{B`e;e ?n,[2 ;[d'KܶeۥEʻ[pz.?W2e.ƚ _=ΐNkNߨ݀x1r+x x֨qhfST1H#/z%;,ogOnPQ3Zɮ++R?2ЭleYA?Ķͧj\HHLSP^sdRʵUdlT!2n#dsFN9\z6Xn8-ϒš#4.3?yC]kѪf.z&̊gܶ뱬ˆR@iʐ$rZdIw\y.48cf`3: σ|a 7μp8^yOАoʉgΠ̊B%k)'~WiBH5pA࣑LpSrXG0}Y!!,/ ^yףѺ] C9C!njs;SY/"5N1Tv`$ E37a(a)QDjϗ0-߃71u(4+ ꨼ k>ՆCUM8'E!XFjhY+N)/3I-lr)`3-HZ^\78f;DC;'vNJp5۝ (:FDgѴ<Lwe}D>{MϠ$% R^Uxm3^>\E̢jJz[%a)YϓHQS@IqL'hMsZ!Q0sKwō/?Ԫghޗ}tO~q"Qee}P&V3kƎNHGQ4is%eU!u$6=zf[0cE]r"A\FJ?WJ}eĒJdO$h5}g\3t:K8DIܙv9ڕAL& f+MZuxYN?8s8G%Ǒ!w6N|i@JxDϺE_ k8|NJD:fA@dP3jslGSɲݵ^ l{v(H}ENщ15e`ྡྷ1"6h+{%z>v|b-< F02vRoY_ux<:U7f<|CpY ncABWnFwi<#HAPd=7NB*I 8ؔ>!Ὂ`~AMUD5c6US1s6OM_gŞ=Jc 1nև*̺hkXǷ@uvVbi31TxgڬqmWπq[bm<\4I' TP?ELRByTxzuk,X+ C8k"Zb#kMEŊ\_.L]lqU]lb~bB8Zs#UaXduHkI:+ؤЂ#P-$#ȭV&D61*~ *:O6 f?wވH.͉h%Sᧀ 0lxsDcLʚer؉4 )nP6ŵVȥ{CbUK#G\0VbpiF[`+f8T w\a~q݇|1ڨSԍCUCy|GEBca`ciT koel{3^[pm xK\)]ɢ~`C萁L67jVJoUJ+{ă/J gi*GN[*A'"lϑ%h^VZ[#4޹^+OUCJ]smɨ7 m gL nܿ.U S.@D0) Ѭ*S>W7&`cl1 S RsqnJW=(f}pW)+58IZҸ}eن|Nt;WwQ#|L5Aivgm( BY;4\Ȱ{W]X|!'c66 V[ҚU##g,U0>tzCy$Z%vl{N&t} LqT旜TYc}(-dfiR;FV)A-ZeIc“ƟCLq\.8h,Zlv}jd"$d@U%:x~tqo@!5Tzl˟͗3k2a ܎Risٱ׌lN ٍe@4`9SԜ]1D[8ҸsͬAҥxLA ?RS ",@۰e[I4CM7\)p̤ߒzZ2+b%l@2{̮_zn&+|@ k9* kU&owo2 IU eid O<ϫ،x6mkSpLH{W E:zi5lŦ@ZmıTm\o^LZ6wo[ qјt9&z8nBΕdBnǗS_([k1a[dȃ1ejWJt3| =d;JVF uσohD*Q( '6HXM#A$)9ƅU0[m\:J',@JUlq=HJC~M։vv[GrDR_-YϧcH:swX)|Ց3EXq*Nf]tfM#NQoROb^.r9v3Uiת@ tYW{GR=xHSq|IE3}ofo!=L*e:~ V9]Eσ7IK{oavLT ˭Z΅ nƐ>FOBg`7ETo\ 8V x +.5\қs"4_NUp\DIt'ͭ!yS*ԅ#ƣaV C~,ueQYtIhVIoW*#-yf 8z+!#UˣL#S#|NBpˁTI0df:i]86m/vN턁+xHG0 K0z x hԫȪMX7_%QMf\ݘ&J'5n&&-H.C ,N'PӠ:4B|GOj|htO FVWk9aLb12M[N| BLI^v5*w%tGr5YS}R(YNU&0rT i1iHΧ9.k7aK fO8R/f:W|)1 e~Ɔ( G5 ⢭{:|*UT0f OTە6R#E1 ֜c,;mIub;&vu忶SSm.$8˅nyk9$ǝtu?,xxLC[}o"jL.{ْ֟ش˅|^ $4lISk{ ёįۚsٸΜP?fΡZ=擉\<[t6XJ,;sDqNow`YJ.~GAk<QY-o lJ BZ,KiϾ8O@O,Eoᯟچzk !W3SW;b+'mlm{>ڒ}YuUk|Vvyt&vrڼS#~y[&nK䵇1E@Nee:M>s C Y^:/yP-?b"ey:'/2 WG-j_:zAѦT { <&w`UsǙ 2 ߽ԙS ˙XaE*7S |Z\Rqasg)aJV膸yFuo{xZu}rM2zB| J|I(yiyzfƇ{d_R9HaIQъ!V#M) H4%mmjO%T*ԜSn1> 1ƌ%dH3UIlH&H78DKGN*< I_Ѯ6Z',ۥ깛Zg\`fP( gS ] Nrvo}`f>uKpಖ`F|qchpq iynj)O=25]ELr^A近NcƄ+#it6CWƿz'ŗYG8)g:`Tʞa3 Xԕ&e,V$bOfӚ}oBy $^**r\K%(ӨE,ٿ);2UB]_3J ES Njn(?L^6ljiGUl,ՆŠYL?1 D;:PlKB!:nj7=em_c^'LcA0po }X% h(GKjQH["1&]fZQH |"!xxа:ӕI(%%FT[MnF;x/.~Zulc-9woPC#cjb^Ժ!eGIj ÒwE0?ɸX^K2 eԃ,I8%3Bs4U V/Ip X 3Gx0fcY'%IVT _o.ٛ&*|MBBO]xt ( %9idIu1<5۷}g0O+w+'lopc>8r ;sEhYuZ$/Ɍݣ]g&ݤiOcZ@N.x$PS20=xQ ҟ[~* 11ĊKla!<-k_WgeuYan&Y&uA\ǭz4 dq ΜuiY|ۆ,@r,gVCm&F"t"‘ #ʿF(-[,A2c.9ysAF*O,tGK"[uV@JGyPWEܘǔ'/A#ly[oVa{&).}1uՈ1ɐ@@#[q,n*w2BG=[Ӝld`l!/L[vbU 9 *wn1nf5Uluӛx4>Md9UrcG>i\E47']&mzMNZ]2E/Ձڝd wE"}1VKiİ6 cCMYOg]XQfQ.}C{T0gMϾ= :5u秊1 YBx+eV,W<qrL2/ %쥱{$ K>Fa|-VleLɞusgQR*<\߼b%1Ǜ{hƶl[uz򁭎Ó37@ )أR`ED @}!@V)~poiZk5<teҰ9&Z>aFLn=)N+9{wMyY$Rk0Pm@zΓ̫Pw T7\Ȕ-RkMafO9 ZU^#;Џ0mLԅ` !*‡36\w* QDIz=.` `X[7ڛT>YR69QIb\Z'(Y k~(@FDE8QjBWֹ&w'\vD Q|v;QK*Dt  bޕ,an-%:Fkv%NXagmtoFƽʮS}98 HӃ7]\7dmVlN3Ccڟ̈wG8鬢M} 3^N+Fy?vxw6q6\B|JͷV}l=fI׫MꞗjF߱mh9.L7 wKbƨM`H0ߛmX);82-M` b3Y#}r `]pn^& %9kcz)p"+b36T$&F^ԅ (c>js# cLڧ!в^ _ 7U68Ү!+A'<"kLvV'/u_K;dބ_Sw%FA?z^/J/84cZnp77Խ. 'b^-I'YCuPO׳tA▴ ׅ%m=L! j| ?d?nfyC=iPh[ DO: &qMNdZpECѳEHH9 %ƹ; Og&}06"8r}b}0&Z;3Qm>s&LW"?11̹Aw#XXۋAa&8`gmfq=/N"!0߰/tRd0#;sq^G~)gvBiN lpv_Pw't=4ܙMb}3:en.@t˂9]P*q|m x0bka]?j:#㭲0{.q eBTb6/Z+(H@]Ȫ{uGZȉ/>E3Q# _m  @&1H83'H50VG>4CdߞAA jSq=p`q2ك!61hdϢNZrԬJbjԤ&;&q9'?z绿P2xm9oqm *.G_*ᱟyˡkN2هJ w+cCPߝ%MHhp0\r he1A*;L \`z|˳az 4B8M$/<ȣT'':zWB8@9U3Qy!}s5)IJ!X9,_jq!7O{+m LѿP}lrּv-/PDg .tdPPA;ؗԋWfN.6rpPcƭf&{Qǐ9-G[왌 4c,:^HlռM*oV-|`'v<|2qA`5xHlʄ8OQHҬ HTG Ʀ-q0J!z}? cH{Z1_(ݑDWizveCr,^SʬX 9=R`6 1T$esNQgiԥa =I^1+sRl,B~S6_s |uS:آ $Oh9stDI[M2@>I)SADt hdž򆂹:@Y{sG48[t4&D³K~~(N>x {'G!? ?O+ v~a|# Oo术f3dʦq(QWvOJ9*q#CU»޻a|1]ZApGxɾ@ۍXRTm9KON4ڛ6K4bDq>bB2' QT}0:y5kj9nA_La5 :ʥ]{K2m15lQ  0og `;ZBK2m_gӉxى.Z= W^ Hx""o_a+֨Pߢ&KéJj5FUŨqIp3c"(ݍПwFy{1L̞lpt{^ ɩ !%̔ɀD[ác \_3AxFJN7Hp[$]}o۽-w֥ܼ5{+Jl9jhd eRqJPc-v@VexEzlG+{;!&^Ȅ9B ܩdY|9BY Æ⥐maFp$/E*d9+?S1 )[)Ȕ|lYYl:(/",f䃝f؊(8\OLylIe4(: qMq%s0dqrm7*`\lg:6͆Z'3][2hzJƗa#9з}:~v&IX\dZ(u u ΐTvQI@]`M.BQbRScT NpD"lB_ Q" Tt/VB|n_DZ#H`yļ{Ca('>4/hW7՞'v$ӍW.بNQ"GbbөI*T=+"&.ft~^jBjS>m} ;.9~$jcyp?C%(8W)brܽ-Dޫ>eeEQQYEfW({W>0S\Oj^UXSۻbxU.h,7y-EOR@w$͒ί, ͺڤf_FHO"\+/X[%hjJ}۵yHorطRA!w,D[$Zmx7ơ TWhY\9/od9 YZ