nbdkit-curl-plugin-1.30.7-150400.3.3.1 >  A c p9|WnJ3ݸ2<. Pj(Lߺx o[M= 6Ex*wJGZ{PޱfFA#>aLuC%j/,<8!¸3o<Yo3W*}C&k'Fcߏw幓-x1e`_G'<"G=>iM+-~$j񃰧#̆fS.Ӡjcq|:LK3nŋZyJ)3w94028a1e4614bef89500c9041113189b289d8fc3fd3a1b5ea452d837830b54847307be5247eb0b3c0d9daa64f01ec0b2d693d7977xxc p9|<3J}c ~\'oRwYR@DsYSy cRvl^}n`%ԡn:>NXT,mZr0LmX+PnJ1^dM٨hgw %/囃fgR~bY=UǸJp>(?(d ) K  *08@ D H P  L |  (8 9 : F$G%H%I% X%$Y%,\%T]%\^%b%c&cd&e&f&l&u'v' w(x( y(z(0(@(D(J(Cnbdkit-curl-plugin1.30.7150400.3.3.1HTTP/FTP (cURL) plugin for nbdkitThis package contains cURL (HTTP/FTP) support for nbdkit.c ۗibs-centriq-3*SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxaarch64 x큤c ۊc y1a8ef5d532a679e29481b92160d340cb940c394057822ce83f144af585d1a8f7cc6a441b7ed0cded932ffe46b15c1b3870bfeaa8ff812e2520940bb555b61c51rootrootrootrootnbdkit-1.30.7-150400.3.3.1.src.rpmnbdkit-curl-pluginnbdkit-curl-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)libcurl.so.4()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)nbdkit-serverrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.30.7-150400.3.3.13.0.4-14.6.0-14.0-15.2-14.14.3bʿ@aa&0`ݮ@`@`}@`@`M`8`Ujfehlig@suse.comrpm@fthiessen.dejfehlig@suse.comrpm@fthiessen.dejfehlig@suse.comrpm@fthiessen.derpm@fthiessen.dejengelh@inai.dejfehlig@suse.comjfehlig@suse.com- 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.1ibs-centriq-3 16618525671.30.7-150400.3.3.11.30.7-150400.3.3.1nbdkit-curl-plugin.sonbdkit-curl-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:25652/SUSE_SLE-15-SP4_Update/b17ed675629b1b0f37bd010f018ac632-nbdkit.SUSE_SLE-15-SP4_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b2a39e7976304861ef8b15c34382b257d003ee1c, strippedtroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRRo&/o1=O?˸O;8H-e1[n^i; aJ*7\; Tۙ\\v]_UH; >T<']q{4?u!sќ.(6D(A$.jFxA] W7Z@9*3u2ũ &MV#oTZΟT2I(kBvJ V?kYz+"" rtX8WA'簢c@o0~w 0tx2[!OC_YU"Fr$R.*s m 0ї;0:|;ݞRG؜ޒ2?>\'kbՁ}?ҖQ[P\BoȩowK5!!Z[A8\1Xzc/Mf}Vst˒ OaQ}AދPTZѫ|? -$x?K;/l1&bpVK-FhyHG(K g87WG%~iiP ON3yg@w THk|2r,J_q>Uqf-H(gE65{dU4%0DBh~6}{TM&}9kG=n.QD4)?9X^9H滄\uW8B+JUQ +i0!sG{Y&LZH\lsz*W>SQq"-̲D E>RdCfO  7TE"0nw?N,i|GHR fl{bk:@ˀmqu{&Tos´WCE*;.`^#ZbMX+# chHRr&f#5*!-wZh_ k?B6~ƛxS)#]=eN"xiБf$"2 OHdKS^xW3~?x'bŬS<v, oor6͚S{)p(*wt1^hxZ-J[٥!㼷.YwZ@pRMiHƳ4b[Ԣ$Ec܌ ~-!=`_Kn;ITB lAaZ.=Wښ鳴t|a j7;_kvb}IĄ~0r:2&?|̎iTvicUwb^;{J\g~yU4X%~< vOۺ:]ߢ^9,Ė:Z2F׬ dd3t%khh`!y=VŕrC2)RF\3Ne;JxQH2d:qbg7ds=iy)ejvݍCX靫Ht:H f.GT0QOc t¸Z,NSv-@#5A/p\D<#J-ll-CJX?`cqI8bP¢jҾ %=QS \|.څ H>e=r5Q5Es*DH1Qk%eوNjW@t i8˧\_H] Ʉ3R7" _E ]Uu$iKV\޷]KE|4fLEBB.#{9k&FO0< } Krh-jQLTH%UN,hzItد/A pK|ĥHŤؓ++V~zK.0-@G0p rҨjO%د 1nxi)sBTNIcY[݉IڥJc=z̨(ssytvvl[ Hsg{`~nh&[%֑\ Aċ}VPds:5orxThgW)) [U?vйx FFԚ>Vk#i&#h~20>JrΫ"^f"ț;/_ bWr_Кa #+ 0-p#'O@ØE?'&',/Sy}wY <4p|+j[Kh(脴$B\iw]Csό7A|w=,ݳI!q#ت]5rvKN㴞Y83q : ăԙJӝ'S4c'%^x(fgo+ur LԦ'R~ aB^.e2Nǿ׭jñtRUVCv) y B"F#+1  &ȍ֘+}?Bcx <|j/9\zi)W{Q7-[lq*.^\y@X{h1f*mb_Ht)eΈZ(Fы$\M: ^eŰ~`𯞸~A&ཐeCbQlw'_K5ddEpUo?ftlJdF/+:ɷm'vp$*LldK/ah?ĹҢ?ǟBW<%;Un9%aHN<ޑݦBxYӊVɐ4γ!_*B :'L'ܑȍ=V#rA "6v ,BaGEX/UyHP>WT\.=hq1D! s>h>w| r]Kh ؚoϦݾ:,>WPPVkC"Fl!މSA šL4Q nRF,E.‚Yyw3O,:u' 6Lt>lOM3^/*ϊAXx^\4eazK|#{oxRxB`ZbjNbRi>i(E"}FœOk wmɜ""&lS{`caqlK@>|FC"*1;arrXք,#zO>fr1Օ&ΝMo>mBM4^ ;;O,?Dd[] >:oYh-jJ壃@@va̭Tx 9ȉny:^y_8;_CZ+yh[,/ ӕ6S+VH(:`8,#An^G}Qz(e/6 ?Qu=y 3#~_NO\^xt6 /WwH3T˶z&+@Y:wzB\f2oH*JQ͠"K pAR}41M[RtOE͠ Z6nVJ%jX@pkGgUHGY-+jjYѢztb>e|4@p\ $$LW=! ˠd ycCNPӣd!v)ıG, fs.!gPʶ>eES{ 0ԟD$ Qo, \O.~;cދ%>*)< q:H:oEL 纸MϢפ^`<=Rh]iP%I;}Xe6y񓐼Do*~~A4kłHD*]ڕjk%πq~u]wZ=k5 81h8X:e7e`5_ S|3`I]Do^},!^1:bT>H"L/8Zwq8}HYSwhjy͹f, QA M2C"Zw=x #tx6-lj1Q)Ow*@Ac8J&733r B_Mzj܅5)̱x"qoBMu J։%z` FIbl%Aic.OD((43גP {J>i?ʫrI h M~L*Asz#;矆_Q]";Cdq[, ?0z N=s6² P)"Gf\;ܱ.pl-oC0 /Eq䶥xJ쥪8zgy4U=𞤕yO3m4g?ʱH!aw4N䘝19_mnrF`ڲH }L'و,'pYq̣6|*ƶl[0]# Sg^A")O DnK薰)Ņ?™|V)B&+f*z^1-7# qtCfIȿ秿"q١+{>`]G[nZBB[0GC*'sxmD3ׁ=j)tTj7gniهU;~IHc#zLO'㨢|z7a)A\HTz/K mHɓ;>LGluACav|ф]!,,*qPb@"Ozql (Ẻ䰣ÕM`o[jf{) {Q'm5:%8gs\Mn]>Z3ukbhxЫP h٪S=S! 8#FzN(nB/tYI` 5%92lBDs ٞ*:kT}ڹ7́2цf';CLhدP"ϋi tκ+{_L@^V 虜Ekɡd,txdpE wOW]kaՋyF+Wf^>iVzH<GYUH`cPže i,ݥ GNX_O-aeыe΀8&dOXDǾHFnF\aE5^ d-%\"bcW"[ 680E*p,ҲٙT4A q|l a3syC9S.IzoN9G49XULk8rbJC+A'FlX+zzJy>U䰡"7T6|ܷkw*2Z1H}^_:LkkNխq%% "ծ0za$$4 2%% +_4LS0N|Cјtw$|ULGcu|PZ5\@sI2nk/M7>yb.('^Bǫ gDߥr>Qɸ^莖??ɅB8%\Nm!<2#G17n&j` b4NCaN0?[z9}Z{OS,<3c/[_}Z 04:j?JOBw͞}DOeI R1K=-w]u`Jq{7[S=5=?/?Z6pZ9YNFC.R1eUv݅=/pA-D*-hy@ #OGП{&0DWuVJ1@W1*? [eѶCL!ZiNBpeR:st>z{"=cx0篌aѶ/b!a4;1e\2<.:[n0ᑧu_jRޭ<"mmDRc:ðͭVSkz#f?b%gj.h 4H޼tr4D 7qn9[ofuabL3|Zz>t)x'E5> sͨCg=h駦&C)soTbCVK+{`\mb2RYn~:7v`aiåSN z;ULlzfݽb)ՄKcĤrEZji*Ix)vɥo+I 7#ȉ#®v@8lKA kgd&n^G|ج[dU^ siy}f.sS.%꼉=Ⓕ"%ұycvgt:bH L;X+KΥGq^].7%߇r>HmDA<~LGX♅5D#*pOǑ2(C6yYћ$(:`Y֟Uyz #i)H0@ky0>fW?Bݮi6|3Ayrӂ@m0;#P: F"wksSMaat=wfbɊ*d *Qg(^/*{yFVJ<و)㘑s{m_ Ll9Ņ]O;عQN5 6NOku>+w\bJɯ4hr89p塸WxxvΫ; oGZdoES`v/6_T!4Peo+ D:vr̾4817C>I|I>Adg7 \6!Z- tAB~O< ;ɐfhW <\`/&B>azІ <>oXoj3VfLp(AUZ5fקzS6e={̍ d1c7P8d+J`1yHU.m1=tq `d6=_阂ta/ {c m$ynbM:] 0/sc2j58Eli<Z軃ظJ8:0X?J呀DW}wڏ}^|_5;  8- uDs(~ `ȌƼ7= 0$h:pMte I0 s嚯IEz gx \QXO$~R|ӡZ-$_rPq01ĥw76 wj]V0by+M>ILK yuR4М-EK@7 <*03:N)/*6'_)hNX&H_jw\sb5&!%=> +2[HSw( [y0 V_&=BUP템.-dRBǚec{|l:cI:,>yTVݚ33PK ߥI`¹A5#1j#g?p6Q-(j(GqkR&=&€JLZGT $!I>uj-Ybn_*'Ĉ']5k5#*͠}!/Ov|Wu"essM]^G=ܹ*!Iћ!h^t]Vvc?ѲvX& X0pɈ}%? Kx4Ѽ<m$a k|y/T=&H6<8!Sgy j6G[./ށ^S`9><^ݷ1FSY׌PcuqKrYy ?4 3C+8<6|2X'3d/EdP0D5}d =!bz=uJ Pr/  ϰCQ]W:+AKAh;"ko6KX?h ;/xT|?,q!qEِ[Mzaw(U2v{T#xj 0 94+jEe͜Tr+y2% XTdJM@zZ9R6;iʁg G t*"1G3ǁ͚c;Cy-xD?HOsEUv(oˉs(fcxgSݘCy4IJ^^2ɗ91M3IMgnbbXmaӌc'0_nx^{ZbZ"H;fkreԗB\&w~AAq5]jEV OaډNrͬh~ }`[ iiҀT,AzR˩X$l]?5=HL?vQ\EhVcVu.^8?[P'e[Ь=HM{%k/7bu46fSJg:SP]>TYLQ u݇jctq `jgS`③Ґ @iW FޔtVUqY>*$LSi+/=*^N$ q~Ή6Q&_]?f%2z~hSmZ͢4Wފ'my[yYp>:r7YJ*OJr +^$T(3y`c29^sUf #f wB0{%$-ovSse(rl(#l4'bZv=?['R_ Y0+ @$C@xGoO<vV<sc^CGЏGZޱZѪ)њ$; F W@Aqb /*'}_Ӵ1T5 qfDeBS_ֶՀՀ MQ5x2e&#wG(bA_\yƱ1^oKF:- V1*$x'b! v>_+4*%n3T[} 0 `F#>+•Z$5˂"O(ˡh[Oφ^cY/]F b{HUmGf_4|` ƒI'-@dWfAD/_02r݈QY^N d%ȬbWu7⏛,Uwsqб7-ڵ% ͳ+:v)zgbE#Ք/{iy-M?9$ҡZU9=S c^YN>馓K0n9;mM݈l_kdDz5M@P~cQkeV2-.̎IHMIui`?霨 d+o]P xn\vg3|{Sߋ)4U"'MVKZ},ТsP-RCqS6):13$?Вʸ`{Vm:2˞7:@#Lgs/<7kscy}zPnFcr!:ͰiycLa%Qk:_!VhYSn',hXR -QP!M,MXNnn,Wgl(V1{9zRVCccZ?Dhre>7ߢ Ŗ$qJ?Nn xYm3H: BTA9*s-_I.Q1m }G'\-?QN!3 re.YܮjLkW*rTwP2@!( X 4+a> .&*d#+I0W%|y:վ"rȞlqSmܯ msv#g6bR@G4SmȽJإha$X.PG!OBپuc,2k3Y=MK;B^XH=\rKqWvDOw&TJ˵֧i9Օ$8x4z4'gLB݄-$Iԟ56Sx) ,

d~ejg^;CP*$Ȋ6.ok .Ox2 xޫ;܁Ͼm;Q#!KE Bw-aw//lX$dK0sk< ͵"Ët* FswU+꟩p_`SIZYOnm 9{{g}!d1uy+sc1""w,[Jü;Y.g+?cUȗ! i̽Jcν"I(RCtX&#Wa0M> 9dn{<\ QG}5E |mh2*&B@Nekծ!%Qt]!P杷y`\=ґ>GFG$=POm*]:*hވ}#N.ӵPu~[eB2Y"m+4nESsyTXmO|OtX'dk<& !8DL~oUےZ0)+ Wet;xJiڰ5z-T)h<}@5x0#f܏V1Pڔ%[',ف5/Vi?H3JE,5bP]`J`fhE{mó;g#OG]ǁ,"m# m1g =C*j@fk@סj嬒T֌ZHsߢ2*=/v& cڭ9 JK܍&%}G/6W|ZX*K7EE)[ƀHrj! tpcحϐ8F|iS r`)kEEΑg\U!L疑%NP 9Bϳ0=uA%$=j4SSR ; \cΝ(/T=dmw {K"-%$II”yN@hM^TbicA85]Wǔ&P~"L6UYd> RIQK%fMښfpK.Z3H2>O4kפUr!ZS؞r ,@{=&CwjNe` 1 j|GH&=`PՆy!R? MNJ1WaPULP7")4,U4 :Lsz5˘4ƒ1%Y徾#vpU>T'ȿ Mg ! | ZʰNZ[XYV$FǣI R` V([&vx wP4xu|˖g߅ hM+̇ˎ&ZuK mQTv*=V@+"Q[ws{ $I(R0bm޺Rnp.jb^FjR{"zl,YZ<s_صϥ]Rzz <7d 3,*պ gVq5ZwAor:$?bHtQ13/fp;O3 9?2ԥ9tЀitxQ Dcs4+"hϵ-*G{L 3s<.+"s~CvH(#By6őht&p=$Q[21UYUndA>Wx B:JAr" YA*VL+JD$">I,.dLq|Kw>EZ0ӗWdw*w7[Vӎw->!HZwߜPL$I[>F+yF#o%v[>&$h~q@V@E0$'9`"͹U}Ȝxpz~@3F<{p o;,*Eu"Ԣre'cSW< !6! w;l D Kg)Zp}KT`YYEso՜%Rߍ6 T;dd@InX7BxlF?] ^ d<#khzIG DD6&hB>mCkRfnr_5䕰UϥF .am9&o]2wOJJ+ruPV8WK&8M$iGUһeSx m;>X;uhi?"6ީW0rPٙ1)o۞^Su#Hv_52k:bsN1W}h׹?1`t|iI Vw+I1}vz}fKʇ]< :(y(n .I.,.r 5^V]'+6kX}_z-\ψ"‡(Ύ҇RFo@xKϘTd-K0fQꄖ"VOir'Ai n>9&iċ[)[pWvTl/}{[1`.PfH )Xє N8B ]%gD.je&z7woSQx!7KbNCPא%>yM!%&yDu<4P"Xэ{D&2*i'(0<˜7dBD_Z2+@I#,:h[,{յ` f8ڠSU8zwW$;ď -55;Kw^,fW7ǔs|؛b pm+&H &~@s0`ZVʶg7Qo7֎0CT;[ ;uƓy\@ S7.bO/ueiNu=9ϫdZ`,wWN S b&ȕ| l [@׵e!=,Nm-^3s}2^hJ)GsqOO-VYKwz7-2zFuckӔ"?9&Q3M:@ mV~+CE81Mu5YizR:Q+I4HuQ~p};4ؚ$-ĤP}t䬋³'Lje.BLrW NekdTvR"b̑`fodAOnK |0S8q? q˹caovtsln S:`>ˈ: EW?$ֆ]nvVG/xArn7;S_ 8H>OƲeL5u@KU^dYFwY|^,L6wYeUvo凛Dq6Q2͙ kT)5sOn]=:]P3"m f Ld 9HP*M+bpZcUn