xar-1.6.1-bp154.1.22 >  A bx!M@eeeGhalv@U vg~N2mXFur Gh͊۝kt.=ق#Z63 of4Pľc*/,u*z .^4g =}af361f6803074ba5579004df538464937e87387459f3faf766f2f57bf03620bb096d0838ce876a7ad6fdb68e7be5eadd415c3b7asbx!M@eeehX2AZqɄ" [p>?d   7| $,D P \ t  4L`  t (8 9 : FGH,IDXLYT\x]^b cde f#l%u8vPwxy z 04:|Cxar1.6.1bp154.1.22Extensible Archive Format ToolsThe XAR project aims to provide an easily extensible archive format. Important design decisions include an easily extensible XML table of contents for random access to archived files, storing the toc at the beginning of the archive to allow for efficient handling of streamed archives, the ability to handle files of arbitrarily large sizes, the ability to choose independent encodings for individual files in the archive, the ability to store checksums for individual files in both compressed and uncompressed form, and the ability to query the table of content's rich meta-data.bxarmbuild02nSUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clausehttps://bugs.opensuse.orgProductivity/Archiving/Compressionhttp://mackyle.github.com/xarlinuxaarch64p3\m[A큤bxbxPW PW PW bx6f73859e5f31ddc71e1582abf31d02538b29982a9327aa3a4f3f1d455dfdf4de60cc73b006408a3520b8868da204aa96a1ccfdb785fe70a753055f4fab1fd963f4e4050fac2d20bc687e349b545c4c60b2884f8f16a0a84292dff8454adf6ba54eb632f9f810ff6078a8ec1666bf0775167b21df36205a47145ee768d21e195d8c6c7f2f6323d7c47df5ad57d394b341e70fdc782797372034bac9a7b7045213rootrootrootrootrootrootrootrootrootrootrootrootxar-1.6.1-bp154.1.22.src.rpmxarxar(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)libxar.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ZZ%8WH@W W V@U) TPT\@Tgcrrodriguez@opensuse.orgmpluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.commpluskal@suse.comp.drouand@gmail.comdimstar@opensuse.orgmpluskal@suse.commpluskal@suse.com- fix build with openssl 1.1, just another broken configure test (openssl-checks.patch )- Explicitly BuildRequire libopenssl-1_0_0-devel until OpenSSL 1.1.x support is ported - Clean up with spec-cleaner- Add ext2.patch from voidlinux- Disable static build from the get-go if its files get removed anyway- Disable support for ext2 - gh#mackyle/xar#10- Tiny spec file cleanups- Update to version 1.6.1 * Fix issues #75, #76 * Added NEWS file * Stealth support for any available EVP_get_digestbyname hash (see man page) * Support digests sha224, sha256, sha384 and sha512 provided the linked libcrypto supports them (OpenSSL 0.9.8 and later). Note that using a - -toc-cksum other than none, md5 or sha1 (the default) is NOT backwards compatible (requires extended binary header support), but using a - -file-cksum other than none, md5 or sha1 is backwards compatible provided the recipient's libcrypto supports it. Both --toc-cksum and --file-cksum must be specified to get them to be different. * Do not attempt to extract attribute information to a non-file destination * Handle 6 more flags bits including UF_HIDDEN and UF_COMPRESSED * Fix xar_get_mode output to still include type when mode is unavailable (This also fixes alignment problems in -tv output when mode is missing) * Fix archival of FinderCreateTime on 64 bit archs (extract was already okay) * Add support for --recompress option to blindly recompress all files added to the archive not matched by a --no-compress option when a --compression type other than none is in effect. All prior versions of xar always behave as though --recompress has been specified. * Recognized already-compressed files will now just be stored as-is in the archive without a second compression. The gzip, bzip2 and xz formats are currently recognized. The --recompress option disables this behavior. The xar library itself now provides this support (XAR_OPT_RECOMPRESS). * xar.h c++ compatibility added * XAR_OPT_TOCCKSUM can now be set after adding signatures without causing archive corruption * Update liblzma support to work with current liblzma versions * Show additional information in --version output if --verbose given first * Update man page and --help output to be current * Allow --compression=xz whenever --compression=lzma is supported * Now builds on cygwin * A huge number of warnings were eliminated so compilations should be much cleaner on many platforms now * Add support for --rfc6713 (see man page) (XAR_OPT_RFC6713FORMAT) * Support compiling against an older libcrypto but running against a newer one * Make extracted-checksum/archived-checksum use long hash name to match value used in toc checksum (backwards compatible) * Add missing trailing 'Z' to creation-date in archive (backwards compatible) * Help output (--help) now goes to standard output instead of standard error * Reduce spew on command line argument error * Support --directory (-C) during archive as well as extract * Add support for --to-stdout (-O) (XAR_OPT_EXTRACTSTDOUT) * Add support for --strip-components (XAR_OPT_STRIPCOMPONENTS) * Command aliases added (--create, --extract, --list, --file, --directory, - -verbose, --one-file-system, -V) * The xar header version can now be easily #if tested using XAR_VERSION_NUM * The xar library version can now be fetched with XAR_OPT_XARLIBVERSION * xar_from_base64 no longer adds extra bytes to the decoded output * Library now adds a signature-creation-time element which contains the "%.1f" formatted number of seconds since 2001-01-01T00:00:00Z when any signatures are present * Rudimentary command line signature support (--sign/--replace-sign etc.) * configure now defaults compiler options to "-Wall -g -O2" for gcc * Update Xcode projects * Import into git (adding .gitignore and .gitattributes) * Initial release from https://github.com/mackyle/xar project - Update project and download Urls - Add autoconf build require; needed to generate the configure script from git - Update documentation files list when process %doc- Do not specify debug_package inside the .spec file: We control the generation of debuginfo packages by means of OBS flags.- Call ldconfig in post and postun for library- Cleanup spec-file with spec-cleaner - Refresh dependecies * remove useless autotool, make and gcc * add libbz2-develarmbuild02 16520933301.6.1-bp154.1.221.6.1-bp154.1.22xarxarChangeLogLICENSENEWSxar.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/xar//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.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/3129760c2198f0c2546f6445766238d0-xarcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f454114aee6a7ded276dd2df3b045b0b3d4a5c80, for GNU/Linux 3.7.0, strippeddirectoryUTF-8 Unicode (with BOM) text, with very long linesASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRR?"SSaf$utf-8c3ad906d7aec9270a1cf984a1942035e8e5c7a0105f81ceef509e3ed43150af7? 7zXZ !t/rQ] crv9w ,=pwPƿk.-|' QK 6ĩ3IH&~3sM,D@]%0e]X5 =oj Z%ioݠ )`}m28@! ~sCN-hΜ]yMP@YmMɢ\ eb U p+*KYկO;%$/ jZ ȽqM?fS;o+?/IbWt忌qjAрb?A?wD%RFlL*vL T5^u d-s kUTl[Xw9J8OB $X1C^Ҍ#䡷kx_I¨)%A(z8Dhwh}6xp֧C-zVm K/siR'q^w:2u^U';ߍ9PNI(`>7ej,gǓtSIzu觱+Le@ c}g[+<κ>Ǽūt-*xp4ņ^}qaqH'>dvK16vMSu0\^@R>~7703 >`znjuKSTaf$ $+Wb7gJ:۩##K`<7Yhw)\Y]ezT.tcRMRٻ:`MN{wBt뿳{ A]..{`,~|7 ui.W"ml7FoHw@=[! 2WRċMugH+w!A2Sci %+[q}~\<85d+s 5ccMXFqC3$EJCŜlUP,r X6/:ao炲^Q=J));b[,т@F)Q`?jSݬM`IpQ+E ËU=zJ5aj҂v37 9#63t›Ha{7 CT7ͦ}K6;yF=55i6F+W6r%= ^MXrSgm`uv)~|05} R/tkuN-=D0@ScDT MMFŎ5?J)mP'?4зYյGJMYS('`\$ Ji 7:r6k [r)TLKxZ,d+2&-!DFÕ nӄS"g13WT9x]xǃ0VlPy#ٍzێ-2"! RGB[討,G3)Ѳ2bXv'ws4gf?5`8mgF^B 1iĹR w1,[ FJhh8`l0A(=0pǟFtA).3%3IY-ئǰ &RLlrrC<)5=fFW F{X+#}?28 R1ρb^F0*AGR7ۺ202'#B&@Vٱ\N0"XWnO F~\% y E 8kWO)9NZ>f}: H1M[TO!650# =ZݛK8mdLAޛ$\m]4y&[Cٞv e}.ڙKl _19 FT48aO" XF! su~(33?ycF*ˡ BήIs}t;pYJin7.es Jl1dCRoz!5M3=䦙hbؒ˗ȏ}x~rt@\pd -o *l0rpͮќ*Sr Io&nKKv1c;`$ a91KS0 8jrr 0nȅ:d8Q&wmqn:.܃y(SS=CYS).NR{v`lDkb$#Py-~J4Ly:"O3"ol(#mQDπٳ!M:Ơy0yS8';zIg1\at*5EfHCZ`j;?,ILیh] mKՏ.;#@OR|.i} .;(Uy0571T #L@%M90RO^UH *+8p*WqIPԩA'|J(~X3ms qqKll0 SRqlͺE_M-\aS;^P] e;AypzȚ;4 z<7M _ۿ8(R }X14qK\@^x}]8* S^&O( Ge}eeHhRxewwr ;c]f j@]cZa6Qes\}Ie ';+Ԫ3[$=ho9\ c9R7H99UvA۟@= W يt\=$yz1%'*+J;ѨA,%\p~[ԖuEU 2<E|lK0a~X v=͋ Nmc[!H8H"aj]G}7 Pbјn쇥–Ҹ3qh9~[bk9 byRŘ֬]d#GW@ܜ0ӻ]O'2ݘe5rޟ 1MA;NBgĿ 8N_Ca5`;5=GMۆAcv$]H]Mah'DBLЊ=+гQfOعegVMq+y\3>qT!mI&M,k?Ȃi:wF68 ]`4T~'䢎Yz>;|Z'Gq{s->QOsW˭--|XUZoDBSB Y\ejrMxc/,F9"3]c?$ L[җ`z6dM ORm| !xv2OwB2.-$mŴو?iJEVz@`0q"U4 uw{!3n &jΜBxv'fϟh'mJw\52؋Jg Jf=a&>og9?WC5B̐ˑ ɑ=4)XGi T68AsM>.4e8A/вUq ӓaK_Ⱦ*4%ĠWƛ I )uA +zm?QZ0r7?U\+r^ee_ԟxD_t\,4o!H $?Z#μyD˲{΅Ef~>YYA #9dOj8 Մ,wrm2;`ᕳĀBTx7un>1D)њs@4}O5e<-AG=aO Ts+x!nC3B;UhKTo]-h#ru?:XerW} 'bKُbcVDIt:#{miO02j)N{H"#򜼜"[O|LjIcf_Tු~m7qI]37Deި̥@(`dl\w~?o2<{z9:OqUEmj!v6[A 1'h)p`^Lr\*^-V]Δtqgftm)2Bf,d\ ).|-GZt8,\:|_BI_햰˷MklՎTE"'9TN„WVq@kt|jt<cVlھ+m JXy™(i3$A|5I慘*:c;욿?)y4l`Nڴ!b';Hm9 _crcV/+T("^WBk zBB)+8Ff]ӗ>! PK(qw 'Ki6UgjϷk$x< ZP 10Z7?$7+< p,\X*>12V47?'ݻ yL0Dzm^x$!9b-$Xx ArLcࠆef%.Nlw `)8l4U ]-9ebdf5A}jpF1P(|{[;SR5q#/rvF"V1=O2(WnZG!Z54Gr֭l\ ב6H)J-&:zH  I:ɦI6_M( E_ڋ1ގ6`dYІdkTAF5dž<ŤW /ppiV `~(ȝ sm̪ 9|i/>;\tJUȊ08C7͔z8ʛK;+ش?(&cs~q-'MeiM0LSm!U@`r~)2GBb;/n}纉+G3CY}7c7Ps)ρXYȉC`uQ$!Y$>*%yzW8ǡm+8 8!ް,Ԁ.̔=j7x>D Cuf\8 $b3 ,TXܝ4٘TX痾3c?[{`>v_ ff>8$[T+urb+5;m/iSIW.KB /4ch/຦*B8_?)z>I'jM9 ahS8pTlu>v ذ~m} HX?5[mfY4rs(ΨlR$e6'ؔtotaW*Y&7E1W N=6fZ"OKन:5ddh.mGv6@(rG_.63ӠĮf?z~l#|/z5w@kug66RD/K 7hZJyWunA2VKuOؗ0n,]ƹpU$]c&/Xbp!]Hն bј~|DpH&qTM؃=?"X&41$~I-_|}`dڭv<[c*)k8e> Yn_Cy=o @7 4 ѣT'B,!S)/b9fUDw,d yV2S|$ۨvPj6Bw?lS\ q:۵_ $Ye.aW/cvQrQZ٠. 6wqmlfxz,1=j2|xpqR6d^m AJ{ZuH"*vnm#jXH͌(}p+9I9ރ#LZf #B#A7 op} %B?iYEDtJEvYWb`N7 KO gDT3fG[o|71\jԳE`ŁpDYuD[*w/-~3UnU4:u$8 D0\|NB‰u MQqi#峊ͪ^7*Z\St9e j3*p": A{Ot_hŏ(Ǜui/mj'gH;%+n[ŋd0Uhl7D ߣ6)E4wpJc[)d/׎=yrO4Ƨ3ձX~|7}jIxN1?QSk$.Z<* B>WqH1SM¤KUؖO%0(J ܙ裱 &J>tj5&cf8͖joAM.+uQ !&&2f%Jst6Z)z 3] |^yj}Nnd_ dn'H) ݄5)dc>%[mUZ?9ll*uMexg,gwƸw){b Gʝn ӱ 2޵XIM#v,4Gc$*L:j(V]l FoP>/w3[ڙQ }'Ip%K^%IW.w$@Cx@AHɏ1 B wlu $~÷!AF n=R1aOe [E;e3w)Nn&/XCXOkUv=)YR@ΟNGwqWoz,ﴬaӁBfvu5h}w0\:PN*9B><G UګleVw`G"Q'у\ky<̵_q2 >i1abcU#Sv!>˧TθmDВD/x \-QwYgЬ'K$*RJ)M=)gQڹ u)1UӚwtVqѸK*P ՑP|h<+]hn+m c&Y*k x"\F sK6EVgDs;?wVc֎k'z7)NږˈSuw|,`K⨋l3\o\?iY# ŅE,x@L8I济jDeIM"ȷhciyؑz6+c&62RdL*1c9$=Ұ*3Spzw[zUY"{LQ[| bW*Ơ6`W7h ߖM㩎!M=|Ѥ)J{S ^/=އV lQa7G(hxK^IϖJYJAij/J\0ݽm@2apdk^.#{}TKl@V]h04 ʮr}t'a)QUA"Py8G iEa>_Ee6yUX;es<'Bg;ydZ`i9fZfTfDH/[Rasl2PZu|N0w˼ToZղ?B˨%R6şM@8&WNȖ{ll_^:kI\s;QYijē!,4jm0n bwHh(洢wRvxv AfP"ᔷΗniTbQ6!.tkJzd TE, ~% pЙek1&Za+tpdH+8eB!C_+X26ެHR- EJv!۽Gou4hɭ1w,ᡴ> >wʑdr5IXgᴆ4\eqc;H/sBBjԷ2.u7Oc\ J"YBxkN587>e ~|ǹ !ѳ$X [)-ۊyR Urq(bJg5#$=_'P^:)!,%`ٛ0bŹn%IBvDsB[<G* P%ͻ 3׾M-uɛVM eYσFwr ?jKA%nOg0S0Hgh ȥ,>iH"ȟ!%]ĨJ!fԵYذ;#QC~dD^:ͨaQUqtsNJ{kP:M,jZ֦T#i%Iu,,Lc">^NVhio׺ܱxhf`M\E/_܉ՠEg{[qAФI>ͅ*$z^u ZU<ݛLDžW;"`Lmǟ )e?Er/y5=˙DZݗ1-L‡Y̥Qt@562I9@D$h,jUУ?Hp)K{:ƛX!sB%e)=a;WCN)ͮ{-0/HuC0-VP =9Vy8jy&-rov"F{!O(n|ݣshyȃ1ctx5OMݼnޚsҕag0<~wQSN dS$Uˎ?"0iԺ ͮľ|[auр(x`/vl{ҥ}_\ fu/ +-1".rܭ:~dfL/l4^?xW% -f2~כܑ.X]seYʺR aΰEk:9ϼ0ir2x`LJf AQ%@A1$wa,/8E mNM3'cs q779L~$9xY_m]@˛7?)RQNVˠ0*DUl#S~s=Q(/}vgwxx?_mѲ@K1\qr*9W7U{}-UG_dbE(oհ?V/i޶aVA:cD74z#Zhn9 G!b3V<)TZ'jjǀ{p/{ pƬd5JwJF?]:[ߞ'8vbe\-meQc JƣmXS@E@z8MBAāsV6GOS ̝&B_0G9#c*8@pN5fHڤGNkNq!>; ^#:_aWO6Ԑpf@_P.D|6͹fS &MfΞ`BCj4zZg r i:!,69O3r~. M!ՠL`M`]<񾹻׋ĞyhӷC>@CPڿ }GdMٮZeJj/{@~;kS5BeeW .VBLoŇMX3j`r*?mKȠs]) GSjP1I8d[|i3:KT3J#Q)ԘT3xf}07a0yŚqL<`C7}iJsK sN&K6Cr)?-׺Hg@Ǿ[Gd*N J-]8Ǚ[RÌ`PT(~uhWږY %:nW4R\|4PzWٴv ",%z-|J8S{ǡ \%-k?(-4ʀ%ȯ+)`xK{pJ>xn k74:_ lȍ]3,}dLH[x#KO^d7aE!gkZj2HKc9kkꢁV$cRb:e E @Hs.%ƍlլ懰;UO? 7%uZvkM30v?W[XV7wʽ89&3%m% ]ru;O= FzPF5P~E" Tt5;W;UO}\ ~# .eGJ,72XR fE]'V~X ӟHUMSGB@>CQc7/*v7h?TӉaV͆RզT^ ~"|]\Q#LRXv$!͠) 5*1Ey!iY|fߐ=.ݬ/cJU&V5h9 Zmsr$<9E-ƲRk0=Oy[ 5 /tn3X6X;Tm#4rɩ,Vq"wV#`8 nҰ2{̧햐rgkϱ1WfEfY 0 DŽ[/*;2Qumd>ND/ieQb=pe+Zr搈~o (45e3K`)'t`_1in;.E3bLkI2o2S۫w 0"}0R0rGQ.^%DA]_-P*҂]yJ]wx|Czk0jji:gޭ^@bJ nIÆ?C-JCxŏTZdžr=)ǜ;;t$ yE4^ _֭?2hN?D4cvٙA(0}'7ɾ?ƩqȮ{T3F7buKisjmǡ -aO^H}euy<сt.0e'B[Dr$-\ %-w 9yMWX#>M@%y 8Ǔ,VȻ!h?rb3`Z;XCAUE T.jF͝!? R%lL_*H'c9ⵂLʥjqryyg$2zF>Z8NE PiT(c-&CGRP!ۍkǵV 5d~[[Ý O> vō\2iy3꠵N< \_/= %K;}EүG1 F`[(Q@`V53FQD:lt= sԅ7-w-^bA^|z ԁn#׽0`\N*PuF؁w h4z|ijSoĎEYFJP1% ͷix5ITAK.3H`ffQsꗛJ^Z#m@|I; U'Xم5B|&~,M83)+N?(Qx=VnK]{)o;:`~} =a"$ L.ww8MxIclsSJX% Mb1E3==&hBP ;`QllN &%IƂ ϣ%H0)F7NG8{crcpD2/ƛh dXOXDڣ4 n zs Hf|\)hL+cJX,9݅+ 5zxeTiq: mer1h͆X߄EboQ{#EsPzZh.ܬbKSfk:H+r@R1QN=VTN]e+zmrZgP}(F-|_:JNgca(IIpd7½kT۪=Yyo 0ep{aUe} R:+cENF=[EHM_:`+u(*[lFP#{J+;╳ZLɜ[k}%ҷm~Rbdm+5ӗ#1a" &v?bg;: =7$g$r=9'ҋ%o% jHDKKpc2 J+D)oo"Z0Epمi]B+Yʃ\E8 aeclkBe*(ZK}0(R 嶡ήs,0- 4$/7~ Wag"N?٭|ç*ǽ6 Â{9D](Rz^mp> NBn R{p 9炭߭w Zb,rTr}lWsOY麯lTNGбTk;69ʒͩ1o=muӛesbI&yĦ.0;ETT1jT=`0Ӛ/ރIndnJŽ#a,8vA4*&STS+製OuHox|P<$3>Hő<}&wB9-0}ׁaȕ8Ii6;(Hg&썮Ԗ;%V f_WL#><yUL?/UlLPA4!5Qvyv`dدm~-a4ڴ?^aUT4;fkP߽pLB0WͱG; iKUU/*,+(fzT=;ol\rEάB-ԫL,Wư/QRv<?RJxz7+n{B{i[f԰ SʓUn+B)ՎScg f3F©28-9Es_59++(8Xe7K` GK1S1N(ͩE9!W+!!%$;s֯gȫ~}nsuFy>R*Pt}N^Ӛk"MX=43HʨgJN\ÆgBij(`bU=v?7Oi.G:)T>Yo"kZr&dbŷ+N~\\#3Ӯ5e 1!俢C'u2̱q$cˈ)UBZO,'GKqjv?#.{}o#*;t^-qw~X<=[k֒>-x gi d{/*|>?B,E9VMr&#C'smXHygNCX-|y" ) $\֣kAK?NR'#|sU75dU؆j/Ixy͸Dˤncsmyy%2^W‚|"sѬ`)u3@g,U+ o@ʷ.G *,/؄[ GQr†eYB+T|&½ K mrd%tD< mp Ji]:ma̱I2;\ xA):z%R3ʰ!Iz,̀KzA䬀T 'ALEJtrLU'y/rt&՚%=cJ2x1ȺבiSu.栟D V}h2>W f\L?u<9նR{v(hM[IEX_B06Ugki6qYFUg]I7SqB.S[ù}+Ek4YzfBd_we?/Q[}:ͧ?fK_-6Iebw g5$qʽ1kB,Ng)v`nk3UNVqtő66Eye}2WtGdsrWfYM< ~43&!Ųc5pI5gu[~i_bI3W{?(e(q@(B ֓r*F H(|0.,QS tƘlL&V5@EH JIƧ/3yY7Y\1pXLFffFK!:Wp,ҖCBLg^p3a\!#7`+DnCt`O ՝1ئѶ&V\f)JGH9ږ7k"+![ TBċ%I i*4Re]|$E1LFzM?Ӽia-3J|S>yg,b,LOC\~>=s9t2-hY 5~[A+>ms+؃7^ S D8̌ *:|2W7oAEqTMH?WˏԐj*eg>.MCwf 9G-gt)N HJDWL?cT.¦})_b7oN-ZG.u :}rH=Po?}CWƇBdߓ"VҪil2GS_suxUVG*lh;14^ǫ]Q)!o|݆{ T5*RU`t)9e =[ LڌDbneXzL #WIr,x:FIz8hj湵3/NxM 4m0HP6 xӞl@䤽?(ܝ]PzEgA *]n~z=SRMǀb]\l!^ Xٟw%0O BOR%<ƣ;EzF4Qneto.MDW$a#4ij/{ ,Vߟn,3_"֜D5RV}{g+[|߂i̘Fj[LB;\M{3< k^넖7,3#6INGK LjD@A}}T]Y9qps' YZ