zchunk-1.1.2-2.fc28$>pTiO \#>=-0?- d   E  :@H   h  `T   ( )8 4$9 $:W$G H!I!dX!|Y!\!]"^# b$d%e%f%l%t%u&Dv& w+Px+y,&,,,,-Czchunk1.1.22.fc28Compressed file format that allows easy deltaszchunk is a compressed file format that splits the file into independent chunks. This allows you to only download the differences when downloading a new version of the file, and also makes zchunk files efficient over rsync. zchunk files are protected with strong checksums to verify that the file you downloaded is in fact the file you wanted.\buildvm-aarch64-14.arm.fedoraproject.orgsoFedora ProjectFedora ProjectBSD and MITFedora ProjectUnspecifiedhttps://github.com/zchunk/zchunklinuxaarch640 @"!#kykAAAAAAAA큤A\\\\\\\\\\\\\\\\\\\\\\ \ \ 513bdf5ed49f019289e7c5270d659b8e6a0a71a56df1192bf7a1644541614a2bd6f3add70d0b2f3c69143f0409f53c88d826851957ec47a0310f23c2f01c95098b28e6452f115da9aff9130f0b6a99860c63fb8e8ebf0f086250b71616c8121639e5fe3fc171172eec1345f93b78727cb57221659a3d698f055fc4a36ad39049dab7e8a78f22c177b17c8c8483967957c6cb51b8c9638a947a1811f623dfa650a898fcba1e2ba921e629943bfcda835648a3aff724a3e49003640d8ca258d4ca1b733794164a2ded34d5034ae53efedcd714eadda86a4f27986791859bb0d41108dad8759a56c43c0264b40b262a8b763dcd44c9b754463464cac1b966b306a01b733794164a2ded34d5034ae53efedcd714eadda86a4f27986791859bb0d411../../../../usr/bin/zck_delta_size../../../../usr/bin/unzck../../../../usr/bin/zckdl../../../../usr/bin/zck_gen_zdict../../../../usr/bin/zck../../../../usr/bin/zck_read_headerrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootzchunk-1.1.2-2.fc28.src.rpmbundled(buzhash-urlblock)zchunkzchunk(aarch-64)@@@@@@@    @/usr/bin/python3ld-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)libzck.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rtld(GNU_HASH)zchunk-libs(aarch-64)3.0.4-14.6.0-14.0-15.2-11.1.2-2.fc284.14.2.1\E@\\r@\\@\V\I\&@\'@\ \ @[[[F[[[m~@[a[`O@[^[Xf@[GB[<[;e@[:[,[[d@[o[[{@Z4@ZZZ@ZJonathan Dieter - 1.1.2-2Adam Williamson - 1.1.1-3Jonathan Dieter - 1.1.1-2Jonathan Dieter - 1.1.0-1Jonathan Dieter - 1.0.4-1Fedora Release Engineering - 1.0.3-2Jonathan Dieter - 1.0.3-1Jonathan Dieter - 1.0.2-1Jonathan Dieter - 1.0.0-1Jonathan Dieter - 0.9.17-1Jonathan Dieter - 0.9.16-1Jonathan Dieter - 0.9.15-1Jonathan Dieter - 0.9.14-1Jonathan Dieter - 0.9.13-1Jonathan Dieter - 0.9.11-1Jonathan Dieter - 0.9.10-1Jonathan Dieter - 0.9.7-2Jonathan Dieter - 0.9.5-1Jonathan Dieter - 0.9.3-1Jonathan Dieter - 0.9.2-1Jonathan Dieter - 0.9.1-1Jonathan Dieter - 0.7.6-1Jonathan Dieter - 0.7.5-4Jonathan Dieter - 0.7.5-1Jonathan Dieter - 0.7.4-2Jonathan Dieter - 0.7.4-1Jonathan Dieter - 0.7.2-1Jonathan Dieter - 0.7.1-1Jonathan Dieter - 0.7.0-1Jonathan Dieter - 0.6.2-1Jonathan Dieter - 0.6.0-1Jonathan Dieter - 0.5.2-1Jonathan Dieter - 0.5.0-1Jonathan Dieter - 0.4.0-1Jonathan Dieter - 0.3.0-1Jonathan Dieter - 0.2.2-1- Fix multipart range handling to work with quotes, fixes #1706627 - Fix file creation permissions so they respect umask - Actually push new sources- Rebuild with Meson fix for #1699099- Fix compilation on GCC 4.4.7 so it builds on EL6 - Add missing sources - Also, zchunk will now automatically do all your taxes- Optimize chunk matching while downloading, significantly reducing CPU usage- Fix multipart boundary bug when dealing with lighttpd servers- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild- Fix several memory leaks and use-after-frees- Use hash table for finding identical chunks, speeding up process considerably - Add test case to verify that identical chunk checking is working- 1.0 release. API/ABI stability is now guaranteed- Turn off some tests for big-endian architectures since zstd isn't deterministic on them- Add zck_gen_zdict binary to generate optimal zdict for a zchunk file - Add functions to API to simplify extracting a single chunk - Change default zstd compression to 9 for a 6x speed increase in compression speed for a 5% increase in compression size- Switch from optional flags to more robust optional elements- Sanity check hex hashes passed in as an option- Add read support for zchunk files with optional flags - Fix tests for zstd-1.3.6- Fix small bug where creating a zck_dl context fails when zck context is NULL- Update to 0.9.10 - Fixes security bugs found by Coverity- Add contrib scripts to docs - Fix test failures for zstd <= 1.3.4 - Add gen_xml_dictionary to libexecdir with zck_ prefix- Update to 0.9.4 - Fix failing tests on ppc64, ppc64le, arm7, and s390x - Fix intermittent parallel test failures- Update to 0.9.3 - Fix intermittent bug where auto-chunking wasn't deterministic- Update to 0.9.2 - Set minimum and maximum chunk sizes for both automatic and manual chunking - New tests - ABI (but not API change) - Use bool from stdbool.h - Allow specification of output file in zck- Update to 0.9.1 - New error handling functions - File format changes - API changes - Proposed permanent stable ABI - Fix Rawhide build error- Update to 0.7.6 - SHA-512 and SHA-512/128 support - New default chunk checksum type SHA-512/128 - Automatic chunking moved into libzck and is now default - New option to disable automatic chunking - Bugfixes- Fix ldconfig scriptlets to run on libs package - Rename zchunk-libs-devel to zchunk-devel - Add BR: gcc - Explicitly enable zstd and openssl support - Simplify file globs- Split libs into separate package - Fix license - Provide bundled buzhash - Fix punctuation - Simplify source0 using url macro - Remove bundled sha library and add dependency on OpenSSL- Add zchunk format definition to -devel documentation- Add --stdout argument to unzck - Use meson native versioning rather than manual header and fix pkgconfig output- Rename zck_get_dl_range to zck_get_missing_range because it was too similar to the unrelated zck_dl_get_range function- New functions in the library- Massive API rework in preparation for ABI stability guarantee- Header and API cleanup - Fix warnings- Massive rework of zckdl utility - Main library no longer depends on curl, only zckdl utility - Rework API - Support for servers that have different maximum ranges in a request- Add new zck_get_range() function - Add tests - Range functions are no longer prefixed with "Range: bytes="- Command line utilities now provide help and usage examples and take proper flags - Reading a zchunk header no longer automatically reads the dictionary- Next release with incompatible file format changes - File format has been reworked to allow checking of the header checksum without reading full header into memory at once - Terminology changes for the header- Next release with incompatible file format changes - File format now supports streams and signatures- First release - Fix build on EL7 0.11.1.2-2.fc281.1.2-2.fc28 unzckzckzck_delta_sizezck_gen_zdictzck_read_headerzckdl.build-id0450b482b73d3b7e69ae817ee4fa5c7edc31f1db0a1bcce21746ae330e7442044b28b0bcd1fe382554de1dad9e5c37a4c16b363bd0149e80a228faf3ba9f1580acaf757cab58c0ad2783dcbcf27d7827d3ed02d8ec6858b32206381085cf7d9975f78e78e73a842c0ccfb2b74174fb0c1fd8b8a0f770012bzck_gen_xml_dictionaryzchunkREADME.mdcontribgen_xml_dictionary/usr/bin//usr/lib//usr/lib/.build-id//usr/lib/.build-id/04//usr/lib/.build-id/0a//usr/lib/.build-id/54//usr/lib/.build-id/ba//usr/lib/.build-id/d3//usr/lib/.build-id/e7//usr/libexec//usr/share/doc//usr/share/doc/zchunk//usr/share/doc/zchunk/contrib/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protectiondrpmxz2aarch64-redhat-linux-gnu ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=0a1bcce21746ae330e7442044b28b0bcd1fe3825, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=d3ed02d8ec6858b32206381085cf7d9975f78e78, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=0450b482b73d3b7e69ae817ee4fa5c7edc31f1db, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=ba9f1580acaf757cab58c0ad2783dcbcf27d7827, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=e73a842c0ccfb2b74174fb0c1fd8b8a0f770012b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=54de1dad9e5c37a4c16b363bd0149e80a228faf3, strippeddirectoryPython script, ASCII text executableASCII text %RRRRRR RRRRRR RRRRRR RRRRRR RRRRRR RRRRRRR Rhttps://bugz.fedoraproject.org/zchunkutf-8d53359ba76c1a3e24f15a8e633441d8ec334f61c92d486aaea91a0ee78edf1ef?07zXZ !#,x^]"k%YٷӕWTuljX]ׁc@55Md~J<$wj<)~c~EZ`ƦT Ɏӳ*axY)/>ϮVggY8,*si!xuƋ:XpPk@Hcg]ڪ/xs%\XTܺ.6*Z r}$*!Q;,7fnq߅TFCYo [Ahu[B/W8s|ج{ap3ܾsYBjoz^#5,tOD*+ z'1&Ys7)Z]pOY4*R .c98]P9ҼGbJQ霺h_G׬*uzF ;T:;9Sg-9u=gEM1BR|~"C'KcjmܜV^z~bq==qMES*0d`Ϥ~ly4"νҳ#v/v.Zc#9GlʇCb;6<Ϡ>Iog8!++dbV@Ud8E]@P-sTGgO<\l~Ow k 0gwkT"W5D\osu. kӠOEnQ+]A}7PFHQ} b!LfכF]rMKuqؓ.oY=Hj08cN#c%"F(6 ٦۽*i q9i׏rYs,"|m^,8q&5 f7(Yn ";-ϬL'l",g'кV_ɽıb L^n=N)oNZ`8J~ WY.Z#x/\N:Oo'DF#`JKO9X(;@A#ϙq|Y.棕PpNS`-~m$*PkM i6-4-NW1)i^nsbJc@ p|1 J(.-.)ԕ>!WJONĤ<J$q _4..N#%X\K (Eq@3A.LKUjf^g$zvH =G3Ӄ S=mڧi)t d<NݬB<1ڽ\<'̮~d?B:y*1ΨU!z^Hʔ{Dޅ%V^T5,yFw$Э6ʣZΊr+σf ;.07EURt1|7c  §WĄ[u൘ʾd2G=:[A01(f^[* PʠYZz+ uy9u&W8[.M<^xpH7]/ kl|%ô)~0`8 ߦΦiwS|%P(`$ {4β#pEc]T$ᖊS>zN Vp>cTkOrQ2[2e\zJڒULP夨FZUƋA>Ak%Ž#!ţ`<8 :`L?v%=Rd.JeN!]^%TCxЯm fϗ7d,Y*7xM~)"@QG],_:+/CVeO S/ FԘE2GP:<\=ŭmJuf<)M95ceD-=[~䒇ۼd$+ @I҅6XSU5H۟e`1ezޚuĒjc>p/[Z3R`\[2`<͆9u~?ƩтlN_B]Mtct$)xgG \jg=˴ &j_jx ϪPkO|w4eexO¨CLR <{ei.z#yL-vԖH!HWT^1g0 q \Ž;FS#2MRH9 tOz]E7!LU/8|ܭWC9؊>UZ$_Ϩ:-G\EHLN%Bׂˊ Fsd,"2Vh換w6:~P kn:k4 \_RU-,R?f"|R}JDieg\ƾ*$*$a~\ xG0pIu,R^G ]B9,7sfhvs9?;:LJX,t:.hB⦷A]َȠՆ>r9<=UT j,lM@d0}!J0_g'IBK۾_w$( @˃Q \X9y~PfHؓ7?9rtɘ_f׺d`sq%JUSU 񀲊5]`} ?( <01^9p@󾬕ȓN/U|xAB캶Ti|?X`feGqFurs\tYt?[dFS T&xFc1ޔ"I?ap]^ ( .myCi\F &܋SΜ\iX/S.ރ.IxGG$QDkk[Bq1%=JPNn( 7ߍ .I@{+#Ȟ60.gh)3iG.L>#op ti;՗uQ_Xͽ}{zLjb CFcnT:}6>S_vD#$nTё癅eoB0 qUtYx( ~mMr7cXʳ&[6CAch͇hS(aYdGKʦ@ Lן+Źbp)<?<`N</CM\x t5]ʑbq=SDxIyxGSH鈎ݿ3/PKˬxu}/Oߖ8[6+RurڰC[VQ.aSSb,;&< PƙDX2#'i+*9!7c1G;/ e 7/D a1}ٳ2E䏿VI(vԻMIHщpIHeF#p|`if9oU .tv6X 8؁.As9g{YSrEJ#j?F>3(Wq emp9;X6j|u=(Mu0eв>g z8KOF0uBWb9 j.Ccp_4CKa3Q qJiq>_%AՖ[L&'#_)TP0[C4HQg5 4ˊk'}%6el6A{+3}ahKOC /TGZ(-^4fHZ u[x@^d!YXDvP/4qU{Yd<?0-]C#:3Z5A`OgNk#9~}Ƙv^X!qNRȸL<$/$źLq-K*É!2Y~zah,f,Kͅ]mG \ 0zq`30.ۡXytڒH-[J8r^%1lhµX ل쐖ws+ @ )fV? xԳv|r~5фI~N.w#++j;XRc[Ijm~(FZs,0!Qu8*ѩ:^942ؑ,']u\@Ȟb̓\/z'{9l8G)Sp9 W,^JFRVQBbjbe (2`g,&ߒx<{2gF6+ߙ:\N]7 ?hM=y ɏ6˝|:;'O=#nգqʑWD?^zO}_K綂cJ+ӌvtSVϼ_wNYAf4JΌ/b[YV9{6@ZU0vD{ YYNX+&Hnw -y9( =, e0DYoXJ>I9ٳmAV:,A1~jpA@<\2Mڌ@P3AL[w2k2<4 d;{o sI 3u=PlǐDhE.͛xwt(_@x}W/(PlM)i+YayKd>ƘCDεDUW80/p3%CږsWS@1P9$ t8?4GT'KV]5 -8m] _1TP@G;@;:/rA5}ſL:aBf^s$2fYȂh sb_~U͂CIzW{?~2O2aܭo1\I+vo7B(5gQA(@^5u1x@FDX鈜8,sól%`)YIf;IdVw/4 S{gdBZdTUT˝SkW &Ttj" Y^\hH?6_%ިiFRqAgrt&^;R8JW+P9<ৡtH {V76a}!ie^hea +0m`r,hLdm*i66%KPO9PИJۂ)tf0UH4v脹*F6h%aB4t]*vw)]Wm@\1.1>g2HAnbb82P%f4|wג\fz\#sЯm"SP~㇎w): Ѣa!y(\o>Oy̗L8` 5$Gתw.g)-1-#o [;7w#/} ZrrD(s + pjA2޻ps5+fl,# Nyde\Lz5.t|#I լdE,Aqu# t˒O-s:^R,ɼ5>yS[\!Fv̽/D0.Z!fH`>wyzf:e 67ؽr˝ E( \U週οw b}pB'eLg-n9ɥd: K/c+o֌6g6˥ tɀdZ }|UXcC{e t ^(oH? 1&/u)K-P18= cu< BڭO승7l"_d?q ԗb<ی?6Hx\^mOG#)uI?KPk+&ZX*2UFpEʬ-Z0FU1D~:R&rkaWo@4zmh}G@KR(U=4kQ[zaw$Y .Nu숧1ܹbisכ.}P!Kg->m9`~`(3 !r*rh¯$zb(N+ٶgvHP2 J>N%/Qoa'Mx ^Ӓs;tk{UPd^ IסS\+E r=Fwƨ>m |T&۱33~  =J8g?'-ZiWNzNխJ-huM=~ 0g._Ě1܈q~x<!Ye߾ݩ$v u77L,׿lC;buyz_Q"AJ?fqx8c-Z}]ynߛ-6Zm;{Qy΃\U Bv)H:|4-4@kLhg=͘g=݅aW%LcW=a,+-l.x~Yx#E뱔sq3ҫ5\j{Np$I,iODl ]Fߡd7`J/g02B) `P'y$aZ %@R˸pbM>;\v;(THfJ>6CqT1扂G [uM I\uXEpϭ]1C0z|;qg^H?g[D`_U /-72Տz[F!%.| $QXI *RP:xe:WafmĀM`']4q\Xȋ x-oPz˒΃GwgJ-#emW ormTr6A[=$W69i>fy5׏N+ Ш璺ۙ }bc9 2!:I+?؛r!XBƠJfH]pJE}xFjBF-X(Vb12L' vH9ɶ"2f??ߙՇ eIr!zNlA]}yIP: #*gf*3j+= J6VEŜG_m̽=J˙ظ:h70گL UCHQj@@uOTW ͘xp &QQgLvΑ4o <@a4hE&k sQh)kɂ~x%k fBZ ma6ߤB:<.?(nʤܻy<2Oa/tg\ž:]^l;i?3Q؋^O玹]{]PNf@8Kkt &j!0a 3ѴhnyTP4MV. 8otK4@ύ P/nMp*[ٙ_? ڵM1&w i킀p?*ɖb7gU6%RsP:k,'ATo+ ?;xg`QWy%W+;A'g 8Go燐G ަZk') gHh@Ahc#pK̋ {zT,GkH|GTǠBS͋4w(Xxcb`&68ɉ[SxwwF(tW);#wks_ˀ"!;2#D=h`p] 2iirjIcXk=: 'hx$b7w!yqF?Y+%1.lg:wރKww Z>u;T0T>E mңBb~ KeI.Li0e%bQeyT~5Pfn;X/0L #p'o&Sc-8ՙ(iRRY!B:A .DLn@ЁU2Dj4bd#z]B?]e#NN!ᨂ[7AbHme'tayf2`n{ٶ.gbzw=TעJP0Khw$<c4F"v%kc_ {|bΧT̝=܌*^?"wY`MEb$t P`:(GYv* TP-,32FXE<JJ_r@5*37pkP=G9.e @:N} 8.hǶA6l\EFϛ9d1@Lh`a5atc,4qz0枠MGP=䣏#ő<[c:4$lBfzT?lW=[.})5y}h= >nTI$dsTmG6s,CC XpVѦ֖7总41}AZr_(JJL(' swCp8GԺV<3ϖ*_<^0em}yHqa$ kg_6ۢdܖ9=ɗywӴ k<@fN1"ٶC9R|+{ɁWݭ[>o{lkbû]p!ۿHH !AZ٢joV5Kk[H)?0LG!%Kz~[ ?.##74g A)qD5jh^r3@eUE',j򔾼}ѫŮXiiT(s2£oyZwA&<4hBP!'VӯS!2 y<@&%X{-caCk`e]4c")$m2ӕO{ߤ"9dƦbP~gk͝cW@5sFqtP8myv 2pM0;h"sumFoD4r/oVeLվ6xdZ~tkeEL4'$42/^wpO4Q&W`;W5m@ȗhXf :/Z+JH7sjE/؏"v ;Crfe:!jګ&sըx 9xC[9vw`틜Z-}o -:pQ%=K@Î(I*U%I2Af^9`^O#t n<⇑Kh3d/_69z.u︳wҗw#7EÜd%-]y=5j)U6@Yn&a#_Kƃ[4Gpr/AǮ[U xUV'-5"vՓr1΅|+n ĕ rZB9 d_ َ{@?I _&m!1`6 Cs}D+ @A!v԰"f~CQ ߩVbcD.V8pFlI(ϣ-%`GE|v-#~DN&L :-hDVF&}(ˇ"ApP{6 mՖl D& ZKSXS'ށ#s w]xrTRb́kbl&CK<q{d='8fY`=t[EiƶѦ6_ T^; d1 .=WdⶫHѼCFBUw  q kr@E1f^Р,,TOe<,2C3pl>.6zԐzZŒwerrfϸ2^eW })x&=w-ι6V!˶&V: 8ѻ_L-vh1ΜF aD$엮ç+ټA?-a14ɀ>~z3Vȅ$1.$[r`O0Ao.s:}V~.MҹfkN Ҟ [f1 j?NW^㺢qY,0`V 3-;Dk!IPry:MYR7FŰ U V[ BqivrǮ^y-Xx >8v.d?#Z@7eJâv͓p/wEDjJHϢG~na E'%TW&.?BAIDA،ƾ[rhv>޿e?vٳ 9*<1X ?Wj,U=?1Вܔ# ԹEXl?j…ֳJ!/U2,V։0eKPBŹV2 oX ϟ!uyJqpc7`M̻ xf;?ŐYRo7$ Bq$4Z$5 &`+VFxFM6gΠ&?HGfL G8V+4"X (`~[Se쀒^vqrFŅ^ɺa ;*GRqfd{@46r{~@o{S8Dä`e3Gľ]r*I'NFTT|Tk%ϑ? RpnIQƳ9I7<BK25b!teɊK\]ۯR!}԰N׫Fji`Ɖ D'3=yXBN;Amރ#$K<+ykZla3Ou0 ln> xUN1C%ղa܋Dn}0XcdJjop2SOZ\ZUQlN8Nl΃!H-=K5cx[NIp2 /; vy)RգYu8PVEc9Yi3s#WEd[&N;S(Br]_x$0d\Lut7zj.d}Q >Q#C7>fN}T"4lb,PE:=hVx6yq)'7R,?[ޭ*͎`PN9"OG*3]gt9iyc/~0zI0{ozԣk˹ao|S"kkO1۶@+.zgYi „]S/T:mj3{.FE$Rtgm, {7 7mE`2wP/ rhȦdtj!zFҜ“eKsg$]),2?CY?V2W94|7:͈) =?|tٶkT+ d0Q$Y۴I)rYtF{/lS-^3qBqNkѴTP |x(K:03ubvmJjҁO=[f{Moa@k^~vu֪9ESRO*8YN2so g=I?'J =`{7` K6x 8ݓa.]_ة5:>XM_&*ܨKϡH2ܽd+cgl!x%<]v'$tg 5L*Sj As{8IAeq(巸tKaKzbZWJ@ޝ*k F6PF݉&S3cRCh{aC{l2\b,Ag#`?gu ٕOHnV4x7V|I"ְ# JE 6x <&D1gH;[VQQt/dL\(&=H.+J,C}[tǫr#<h:ae2;+ ܘN8vcgIȸs6{3\;}48HgE-xm=k[(vy&['i{% Y5I5J1fB;}Ve]N0\]SL3YP/ρ0aDxVvn]) zυM @p-<@T* OGN`KJ5GOexI(.h!6LLԔ9ٗ2ŭT(l* "XFF73wb*%CDM9&$ ABhu?Z_zuYQ{v-zc' ɬ":\YLpY>Pt5cE`ie/=Oo^ճ@'氺s\qZv-(~ 1ߏڦZ51/w*"vʂZcj#HhC[WRE~ֈ#jB7G!'.o6fTcbo0|:dD-z/ǀUSC˜/CjZ7#ր/ο8~GpmEYjW=Cr|ns1Ub*?$inF*4nN9^#(`[qu$ 9c[Qv$ éݴcn rȀW(>\#ʉsҭנ@ >HM,{o qv8w:V;uGLF48!ҋtW8MSt}Ž`Z֟un7- "qv-WG# ,2(1Qs7-v5z&o P"[)KWmPNBKʩ7[56t̊˝вJŬCz)-zoE5}. y]ZRl+=;"9mk0PKKb\0';yGrRG;<$,_/p^>6Dg>s>OKL;J]7!=>JW(DhK`#,\y{l~͗M/IcEA1MG2g`^:be|~;tҎ\,iN5(B1P $Gۅ!|I).bB85`.ҦV?2rn ֠ ȠrEY=QZ/8ƣQ%nTu%mYōFa / +J4Bzwtȳk59z].t^7^?(kw; N7njtf2~&) ,RH۷j4b[J;Muo:̺ăI#&8`g~UBɐpMKg"H^Nlc?YxlKFI̝뀡eQs  {@z@"z݅^vM_\C/3 !fۉJVS;>zKZ{~8T cΛ~!00S.^`/X ap/B#/xYHȔOE\"Oa`-BXO&L-z?.vo<;yU`Qd6ޏ"H>%xck^΢xre)=0M2PPI 62h3mP^vޕ;hޑ(kFﲭ~QY0{>GD]Nˬ 0C9tv" _w>k>iA3XR&[H|}]}m,D\rG3-0ԽrwLK{(,D FsL!@0;\ u޷V&eoOЧWMepu!)G0B<~*@4LMi@'I_UD PPχ;yM habקb(O`H5 sY?4QdDnlc 6i)+9r׽7 HdC}Em<|Q$'7Mg(hw@\7J7.s[oX"KؚrZ:=F;ӳpNuPZV{dV6zUǧe`f>) 0d) @}JJŅimJ[ INOU_&[W 5 NC!փrքfza A<ҟ mmyA-O7D%y |S9زeGV9EWsڻK6MBމЮ"|P4tsh1VVC/DU>frqGa٢Or"Q٨F춏et{D@BrUOF3dxR #q~H{wc#eҲ8uyߢLNWU%n.6 ih`im5n%%?JtL3F1F C: 5".-LO  JtF9뚌/{rm괃 5)@(08ſqK\^&~`'rN;ж2A43+}4~8d4"bXH;"Ai&Еe6wʬeAH;xJ:?8Lk!a[N{;Xg'aWEh3R{a bv}JUu|!NjprwyȬL{L,Yv lRI8&0Y?~x[ҼNKpR9Q[VUǞb!GKF%K+5#{;?g5`fa3$:CY>_29}4# ! {[e:hqC1WTiħ`e8$%zLD%lπdܭCm 2$ڠ |i] <Pid P֏5T uAfN/[>8%CdGtڂ[[{QPCEħ;֞+(a>cF<$cu`z7X8nb*e}/O?ME:bn'8?L8sf+xY>|] kd~:PD@՘.Ԕ)I楤RM~Gdx?e>zˊ;vW;Qq;.;0")В32jՇ['=\~<;t#V@8Pr($pKͮ˿y< y[;c|3rXUfOU2]48M}ˮDeuM} mjx +NSy C㮓_(Gl0Vm gwuZ{~X@'Av*HMPhDk!H.c)WRM ۉo)F̄w&MZ–/'K~FX 7bf yq4 H|{iGK%yTZzٍa2"\+KEos ]IHuD\ܝjq>C`ȷ2?MeP،t^LA87ݩh|"+5Lʥ4Vl~Ҍ=!*C3kɈId퉕mZwՑi `&2PĴ 5/{؈(\Y77J"WoA i6w 1QFt#%hp\QUˁsw_bVR'mVM_]&ΙyFmmUZpj9F-C-ֵ"' HggyKX05rG9_cF5:)i2`>ƋD~jo/h1gc3sŐ=Ӻ'$V [!-3F,"${Ѕƫ*v{zd;tƼ NĸŎζ YZ