libcap2-2.63-150400.1.7 >  A bvp9|/Ns2xu=ɫ֐QWQ9g%g@]N 퍥AH]!4Y*bbd$f`ǬV!#Y5̞%C`Pl쏋(p@/?/d   I3 IZ    H \l   (78@9:{>,@@,OF,^G,tH,I,X,Y,\,],^-b-Ac-d.Be.Gf.Jl.Lu.`v.pw/@x/Py/`z/t////Clibcap22.63150400.1.7Library for Capabilities (linux-privs) SupportCapabilities are a measure to limit the omnipotence of the superuser. Currently a program started by root or setuid root has the power to do anything. Capabilities (Linux-Privs) provide a more fine-grained access control. Without kernel patches, you can use this library to drop capabilities within setuid binaries. If you use patches, this can be done automatically by the kernel.bvibs-arm-1YSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause OR GPL-2.0-onlyhttps://www.suse.com/System/Librarieshttps://sites.google.com/site/fullycapable/linuxaarch64 O!A큤bvbvbv`*71206972003035f585b3c87472ac6453c5237bd02c1fa7da60e751d9d1591b73f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59blibcap.so.2.63rootrootrootrootrootrootrootrootlibcap-2.63-150400.1.7.src.rpmlibcap.so.2()(64bit)libcap2libcap2(aarch-64)@@@@    /sbin/ldconfig/sbin/ldconfigld-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)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ba@a͟@a4aS`@`r`y|@`X`"y@`U_@__O@_+^G@^0"@^[^]qZX|@Xh@W#Tmeissner@suse.comdmueller@suse.comdmueller@suse.comandreas.stieger@gmx.deinfo@paolostivanin.comdmueller@suse.comchristophe@krop.frtiwai@suse.dedmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.cominfo@paolostivanin.comtiwai@suse.detiwai@suse.dempluskal@suse.commpluskal@suse.commatthias.gerstner@suse.comfvogt@suse.commatwey.kornilov@gmail.comjengelh@inai.dedimstar@opensuse.orgp.drouand@gmail.com- Use "or" in the license tag to avoid confusion (bsc#1180073)- update to 2.63: * restore errno to zero by the time main() is executed * Consistent psx handling (a panic) for syscalls that return thread dependent status Inconsistend behavior noticed by Lorenz Bauer * Add a test case for a deadlock under investigation in golang * Trim some of the #include file use to make the tree compile more efficiently- update to 2.62: * Bug fix for Go package "cap" and launching * Build cleanups * Documentation updates: cap_max_bits has a man page entry * Recognize default securebits as a libcap mode: HYBRID- libcap 2.61: * Better error handling of the numerical arguments for capsh and setcap * Fix executable mode for all of the .so files. There were two situations where this was failing (with a hard to debug SIGSEGV inside libc) * Added an example of a shared library object with its own file capability * Fix the top-level include for Make.Rules in the contrib/sucap example application * Add support for running constructors at libcap.so start up time when running as stand alone binary. - includes changes from 2.60: * Some build, code linting fixes, the addition of the cap_fill_flag() API and a memory latency optimization * General improvement in thread safety for libcap and cap package * Minor API change replacing libcap:cap_launch_*() void returning functions with int + errno status returns. * Added a cap_iab_dup(), and (*cap.IAB).Dup() to API * New features for capsh: --quiet, -+ and =+ arguments - add upstream signing key and verify source signature- update to 2.59: * Fixed a potential libcap memory leak by adding a destructor * Major improvement is that there is a path for Linux-PAM compliant applications to support setting Ambient vector Capabilities via pam_cap.so now * Added libcap cap_proc_root() API function * Added color support to captree * Fixed contrib/sucap/su to correctly handle the Inheritable flag * capsh enhancements * getcap -r / now generates readable output * The shared library objects: pam_cap.so, libcap.so and libpsx.so, are all now runnable as standalone binaries * The module pam_cap.so now contains support for a default= module argument * Enhanced capsh --suggest to also compare against the capability value names and not just their descriptions * Added capsh --current support * Added a contrib/sucap/su.c pure-capabilities PAM implementation of su * Fix for a corner case infinite loop handling long strings * Added libcap cap_iab_compare() and cap_iab_get_pid() APIs * Added a Go utility, captree, to display the process (and thread) graph along with the POSIX.1e and IAB capabilities of each PID{TID} tree.- update to 2.51: * Fix capsh installation * Add an autoauth module flag to pam_cap.so * Unified libcap/cap (Go) and libcap (C) default generation of external format binary data * API enhancement cap_fill() and (*cap.Set).Fill() - to permit copying one capability flag to another. * --explain=cap_foo: describe what cap_foo does * --suggest=phrase: search all the cap descriptions and describe those that match the phrase * Add "keepcaps" module argument support to pam_cap.so (reported by Zoltan Fridrich. Bug 212945) * extend libcap to include cap_prctl() and cap_prctlw() functions to regain feature parity with Go "cap" package. These are only needed when linking against -lpsx for keepcaps POSIX semantics. * this likely requires substantial application changes to make Ambient capability support usable in general, but doing our part for the admin. * Add a test case for recent kernel fix * Go pragma fix for convenience functions in "cap" module- Fix a broken symlink. libcap-devel installs libpsx.so but didn't install the library it's pointing to.- Add explicit dependency on libcap2 with version to libcap-progs (bsc#1184690)- update to 2.49: * Implement cap_func_launcher() and cap.FuncLauncher(). * More robust "psx" redirection for nocgo compilation - the documentation for the cgo implementation is now included in the nocgo one because the go.dev automated documentation builds the docs from the nocgo version. * Lots of documentation cleanups and added a few man pages: for IAB and Launching. * Some general no-op License changes that might cause folk to notice but only for formatting reasons. These were initially inspired by some lawyerly interactions, but I ended up rolling back half of them because they confused automated software infrastructure.- update to 2.48: * More uniform use of $(MAKE) in Makefiles * No longer include symlinks in the git tree * Provide support for make GOLANG=no ... * Provide support for pointing at a specific build of the go binary * camelCase the contrib/seccomp/explore.go program * A number of documentation fixes to man pages and source code comments * Last use of GO major version 0- update to 2.47: * Restructured gowns to default to uid base of getuid(). * Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit. * Improve the usage and diagnostic message for setcap * Documentation fixes, license declarations, example updates- update to 2.46: * The bulk of this release concerns fixes and improvements to libpsx * Fix the capsh == argument handling and add a test case * Added build support for systems that do not support libpthread * Added build support for not building shared libraries- update to 2.44: Generally, this is a release to help package builders: no functional change to any of the generated code just documentation and make related fixes.- update to 2.43 * Linus' kernel tree defines CAP_CHECKPOINT_RESTORE (40) so support it. * Fix the creation of the $(FAKEROOT)$(LIBDIR) for split install targets * Clean up a binary from the distribution * Added some more release time checks for non-git tracked files. * Fix a deadlock in libpsx that surfaced with a set of compiler optimizations by removing the psx wrapping harder.- Update to version 2.42: * Closed a potential issue with "libcap/psx" Go package and errno * Documentation updates * Minor optimization for cap_to_text() and (*cap.Set).String() * Discovered and added a missing function (*cap.Set).SetNSOwner() to achieve parity with libcap * Multiple fixes * Support Go module abstraction * A new kernel capability: CAP_BPF * Better support for cross-compilation * pam_cap now honors PAM_REINITIALIZE_CRED * implements cap_launch functionality- Update to version 2.32: * Bug fix for fakeroot incompatibility (boo#1162014) * Slight perf improvement for cap_get_bound(). * C++ support for psx header inclusion. * Some new testing features for capsh- Update to version 2.31: * primarily a documentation update * fix libpam.pc to not require libpsx.pc * changed the text format of the default output of getpcap- Build using -ffat-lto-objects for static library- Update to version 2.30 (jsc#SLE-17092, jsc#ECO-3460): * BUGFIX: arm and i386 fixes C and Go setgroups choice - used wrong syscall in 2.29. * cleaned up make clean and make install to actually work as intended * updated Gentoo libpsx.pc file from Lars Wendler * refactored the way libpsx linkage with libcap performed mutual discovery. * Previously (2.28) libpsx had an API call overridden by libcap using weak linkage function in libpsx. In 2.30 this is reversed, namely libpsx provides the stronger function and libcap has a weak "no-op" version. * a bit more consistency in handling the 'all' sets in libcap (C) and libcap/cap (Go). Namely, they both dynamically discover the number of capabilities named by the kernel and use this as the definition of 'all' for the current runtime. + libcap (C) exports cap_max_bit() to export the number of supported capabilities + libcap/cap (Go) exports cap.MaxBits() for this same value. - For changes for older releases see: * https://sites.google.com/site/fullycapable/release-notes-for-libcap - Add glibc-static-devel as build requirement as tests need it - Install libpsx.a as it seems to be needed in some cases: * https://bugs.gentoo.org/703912- Remove pam_cap (bsc#1150522) since this PAM module is a bad idea, security wise.- Use %license (boo#1082318)- Enable PAM pam_cap.so module- RPM group association fix- Update to versison 2.25: + Recover gperf detection in make rules. + Man page typo fix. + Tweak make rules to make packaging more straightforward. + Fix error explanation in setcap. + Drop need to link with libattr. It turns out libcap wasn't actually using any code from that library, so linking to it was superfluous. - Drop libcap-nolibattr.patch: fixed upstream. - No longer add %{buildroot} to all variables for make install the Makefile learned about the meaning of DESTDIR.- Update to version 2.24 * Fix compilation problems (note to self, make distclean && make, before release) * Some make rule changes to make uploading a release to kernel.org easier for me. * Tidied up some documented links. - Update libcap-nolibattr.patch - Add pkg-config build requirement; libcap now provides a pkgconfig file - Clean up specfile - Move libraries and binaries to /usr because of #UsrMove/sbin/ldconfig/sbin/ldconfigibs-arm-1 16519612422.63-150400.1.72.63-150400.1.7libcap.so.2libcap.so.2.63libcap2License/usr/lib64//usr/share/licenses//usr/share/licenses/libcap2/-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:SLE-15-SP4:GA/standard/f6e7a90859083d944cab42aa406c5578-libcapcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=726d484cc176810dbbd3b6bde1f43e2c8750cd70, strippeddirectoryASCII textPRRRR:h2z 'utf-8776ab67c82a49fce477b537b961fb69001ecf2d872224d77a374024b2d263f9d?7zXZ !t/\X] cr$x#Fg|MI=z>֎T<󩓧WㄔLK ϼ+nȶX 9SgG1K#"e:~M xWշmzܰ^_rE. qvbbHP3E_鯀!^աRu葸݈iцI YNg1?vGsΑ|nZc1RøD.S| 1UTYOz'S!ԉLM)UxIx=QL,waodS”pUlee͛6SP{D(}s$I;|{/֜[C cp T@zU#6;>V[oG5;#jaF&}zVq1AF1DccW< #+T#TC- jp>|)w+j)egt@µrbxtDSLA}kX!5w-)8<_Kcϟ 5?M+\o6 H 騴+r㯲9Ɉ!(R胝0g(ŇJz1QXe0b)uhvS8/)=+ō,q^*G.ݎiӝ'3)h aGA*aAUQd! ӱkRcR>7>/6? nqyZ _\T8nN˄id H^`=w}[_wt&K֬4X;s 2Su[Z.L1`z6H1p%Q)͇tpP )> J[9]uA)nN?o}u^񚹿r.ִEh! qUP m!'! :0Ss#Cd{(k74[/3ObqSfWK$=~+`# =Bt7D  ]K!<=!m#%QpũlA r[4,N{pNLYnY迶AP/.k/YC^ջ5" 2Bw*d«fT(w??Q-\ZM`-Za2ޮL̠-!EFNoQ&=W͇F`Ne^X7l6\0ܴ!.K黆0({"/a1P,e,6 f8/ ]_ӴR5y8\ىi4*[ HTcx܃Z蠹S:܎g~́椬'R|o>R,u9 ȩ!XK#r%ke-C32>)Sox7:ǢxK{*6O!fĥ @ga)iL^"$Z+@`y ?c,f0ob!&\rQ6WTpA}CuY|@P`lAKDi@cY5CʅS >*yZd2H7Lބ?–$ٓ/Hh+]KUqlˡI$8$!,PqmH%μNa{}3*ȂTJesF[3vuFߡ!~E7|OA1n3$1nǡP !颲Ϥw~uzEzdt{&REv(N֗rd-7E;փS%3k"T&W4:v6`42zf63!!l+NSχ1=k母/ qR3AT; `A.T3!.|HpH?\ҸvN*_05yoxY[M5V ;< ;/\pI(t3vS;_%j3|G KLz1dlM<7v#.),{\ZhjKPkJUMYGw7S vOP,f{$\ޞ"31H  %蕪E`b Efj; c؁'?XMO'?vCAi*hN{ãl)vP]LNT+M{L'h,^VoZ ܙkV$93@7THW!D?B,?jNE`.< 47[0.5m'eW,d n0gÑj7/m{Bͱ]P]X>X.gGCiAJ,.j]MeR t[ff] }1n14@ĴzyJ>u>J 49Dl}82r/)H/SDQ^ϒ ARXI,>#Er#':Cjhm3|6p@/z֙#h$eMƆ51 T!>rgҾ"^kLsçSR)&Ny?!LZV^ 嗢tE5Lv%+} 2r c7PN0ئ!i'IhL?;1WOȶ:FAG\VKJ!9Suq@.٣w-ڙj-b_Pbj(%P<u]iحCӧgy9ސoJ-JZ.qRVMg?]ǘB<4%XvZKo@a&^2C0[u`?EAg `lբN'xUt" R gt m7` 1+{ZY[R*yh< :WOeo=>-[UW\Wh":P߸3|1=w>KOi~#&NNȿQy~{ڈ a@c+TЙzܚvıfPbC{"}YbZF7FC4n1d`g!z>/Pk JLfjEOţGWDqF5\mgk l=w@ W:D'2s>r!|s?b}w{Ld5-["1fPGTLjQ/YUˬpq%s4գb!J2'~ME<傚IYIָ$VWA]_eMo1U0ӈ:_^,^-R;@zkT x "( f{z,Mݴ2,%;q?eI@V>O=gTNJ*M MUTI-2wj pdL`ܶWo&&ne yTldX5LӭvWf!g{ؚO]Ʉ1kY J"-OЇ s&>֟hHڸ WNg&Db ]V5f=.b FTXKT[o8z7\&/yrㆍ_hF~R/yK%Fȑqqp)fJW](]Ţ3`FlLĘg9rʽQIhU7Z,НwҚ<‘ƅr`XFM! dq 2.DnE&6LY/ޚVp xibVrR΢vUs0BBex|-~&[e-֜tK 6Zu\ø@O>_5:\ğ.Juj\}4KCbPk? )+HbBy4uw!ދ/?; RU$ӺUNBD>h<׻d]PfvDd%ũx6vC<'#BSӧ)zթ'fG" M-{xHX67RcF̔\w2K?a>tv곤T_"aOJDe_x叿ĈG@¨OfrdkcX9dDTCR٤gztؗҖmAsU *79m]|H|@g2vrɥ*HE4N pxK_`ʆ, Zj:dbt\K]E:v_ Jp#s"btcɒv{"c~NÊ\iYt 'lR͎Ķ ۽(61giBE)g'e/2dVhFċPqR:sl _TVicC<;x:C[25Y~NXj/>Їc?eC/V}=+DZS k ՌY-P#7q E:`NêVYMxF#>ןqblѶkcyKs/0]S*0oH ź~\|z$/@WCf//-I W[ԁa6"e߁d?)#Hqa]-i 7P(rVaW3/v^]4a +^+.'/%ɡuX4O Oy$㫎*jzyBmgAD"t&= i.i5KZ/JeXH\-!mI9vS^=ћ~!EmHN.~?BI Jj)in:ȃL/p:L?$#q: `6p5iz(80|bܣC-o+ZuTxTA"V~Ϣ9eGOmĽ-l+4GϚM_\' v>fֈrWLH*klItc-!8d:A3JDOZg1C,1xxJQ4ejbȬc jAf:H6L'w9ӞOn-#4 MȔĨ$WX %C(FnAI$ʴt ZlZ\!C/AU/Qčh:Q1 o쵇7]"jDž# ;mgg.#,/UbI1]Do9R}*SRe$vHaԄu~kEhYQEu̥izXm]Y( z VCt'Y5Vn%V) OX)&jLc|\`M"(' 8l }j~AӚ2:kn=Q97,g"L}ru=QP<ơMFHXjfq0nwB{ \j'I#&gr6շ~13x} 3E#z쟖L96 tQ/b]3RHVjQɖmrZ""i)H.! {dC_iG,qIvI Zn8sa.Hɬ]+6yv҂ wCv+Ax~iln=Tqr9PX EqB<5>" 'ֆu%TH]쭾&9Vϧg Tγ" )!HKs# ӵl^6?tbu@u܃5ek/1xp'֮1Xij"J TANB@y+N8ƝvC,_cm$-œ1jJ\'rΆfH͏u˰DMzFXY뮩f|iV⤩hDzb. rF+—ZuP0+D!Zm}1uiZ.!I[Jn3޽V/ߕ5ubbb>񼕒B{y*BNwbUc6jX"7s' %w]hyqdvp$N5=/E&fAi#>+ +o̯8ʏ-T VRM灗c"mz"Bq3A=ΝtJHHA\5 Fu}ֺEJƑSڗ`lmBr񔱂eeqOw1 Z]S/վoaZ32/%,oU @2ײjL#D2RKlD̎l=J[X{#Oi.|gtf|ʊP^LiZyxn×(SY/ea'>tʴBd=2/^bGX|ti|Dw}HJi446a0늈YIx&yPOx:k6G1(j!Kfھ '\v4euI7o2]j Q`re,(&|EUwUH ?&/GT+V3Ymo%P-mEIg4S @xUldmbTEWP}a/:Qb/fQplADI}OyP +7bŗ<a tMtL@r(FFXHf/mek}Z*/_$0] c9HC)5H0*}VI܄&ACMF`UCXY/< 3UʦyB rƿ1te4ϐӿM2,o0/cKW-PY%\@ŻiKT` rAq'塪ˎ_TALFg~Λ+JKVx,C5Z/$z\_3(LlH +P&Ji[ ;X$n l|edSPNhqX Ǖ6;Eeo:d2h|ޘa7R |45[o.Ǿ6q#ODs XlBґC'(! BB6ؓP s"M9`jx[!k~=TV!C40CD{tks,$ݿq_ 1IxG>@^};`F1AB$T}Sw ñ8j%rjMxrJÞ4d/_'VMZNDI Yq9,UsJ]|9ɺ@FX3SiD`P0l+- 0Ll^q|C;H|Ecz=4.^<SMbeD{8kFF~Z܌y6`w2$?ȴKbdٲlEN,#;N] -Ŝڀy |T)</{XZU9%DX /ҍ qӅ-VS4a (i9ٷ2h+.1) L'LTlu4LH.5=>A蜱s̖8L{&_^Y+Y&1x>d+L'A)61@Rk)vpVf\hM=wfĸ[Xrxz">~SpInÙ,2l#VF^vGet o9OOv l{^pk(J7d:t`SFSPdz.lyeZV+#nN }[;C֚6'[(HeuGTҍ"*+zm7"}[h \@Rj:{\K]l-wgPGt=e$C?ڦq,$Zfvr iyg%6RWFSRV]:yGO'Ff^%/\}['6^UjC%`#j+mH$!apH v cШfW8cm̐^&d yb8|Lm䷾Cd$t ZAV4u0hM~~RO'0?w= D 'Ӹ#PG.U0{ xor)LWWsK(߈~6z6r*/I`n侉8y Mu%J K{B`j@ ,ōo 5Pk5rI] U &L.I3[7{:O>s *qphx#0Ft y {<וN)&z-4tQRR^`"u:ɢm gؒ;N^^##jH qs lJG0YMz?r`hɖiũ&oHo7UfC5oN"G wOgg{XRSuv(1`e߀E:lMŻr>!v^yFz-1VBӒ4`? $Jtfrt#0o&ΰ(^`0jv4&v]k,.`򀧀N vҝ9!4_Hy&.-Dy"UYzS >-uu7Y5 :=?M6 #DsZ)ONutL"c䐶CD 3m-2KH7?R*`i˯.uRmA\eE2?V~oO'6QPF珏JYGۯ9.Fvvozd@Wnf>-:[;7i^i!qU8,.'ezQywgm2G6 }uDp5l".X_89UI& .4&vU(߈؇d. NY]qSчckkEY?ht~1_W9' +z3u yj!ܓ mZE'&{_}nٟ1FKןIN`0x `m 0t"cF׹^y|ĠrYš@ќߞ Zua$P?>Ȟ G1+5=g*b3KuTSK%w4h*D]@-9&u2 kU  #ua3eŏz亍M+{bo:lϲ9{`?HIrh0h?Y!~zK^4;pcFt8csRj#sRv,%mfK*}FtKۡlt o= pj${ 9u/뾌4;r15Z~]}/sBk zWY?uxC"[IL'Ӓɏe0IE-s?-݀; DhQ \M<)Dʮ_kK[&pcogSV>ӺcMrk Cؗa˨É3:!T]= 3rT7{lb^Vt[RQ*ԎT߂j GEk :\q_Y#ةXSP z`MD9)K5'L'ұ5ˮ, ܬ }K*^VvhK0*o=8_" qiwN vJp+*:`L\_ VC{{_!) 69oͧkdH1kJSyӂJ+S?A%8G4$tX9TwZ ϩXègFշJIm߹gb#h7J"V"sJGY&3uni7i{'d $+clM% X7F0!+ CEl+mI:զLIG<,"4Z9I=:v,1tАOt@~r`8ƅ|IF~_DB ޼ROvtǦ{~.dwN܎CUIď0(sѽd }S) &T{-lQ;/(,ZDid)HJIjw1WARspw؉y):9na&A&5 #+0P514!D0 OdEppJ$Al `ִǒ9M А-6%Uȷ{{2V} D_!ԙ&dQp@텐ק1Ìc.nzu,ʍ}eQmQ$]٨1+FCeV*u>a˃BPQqAVKPTѲfE`JNSR@ٍժvvuJקypAZs}[F[4vY&j@>a% erlOUr( RqNP+܋ ‘##i2S<'R~l]g r 79mog&AGr39axN/fG[d@@1q<*)0]qp e*$,/E5nU5q>qo_կf\}3}_3X\>k39Wi.Mes0a(r@HA (2ڑҽgؒ('l4a {8%St&ln>2Pc+֏ʒ*db4|]KqиB1 uenJqOW./쪚%CD( ͇$>EP( |^DK*ɿD?Bl Gיl፝Ks!,̗ Z&^&y,XD߹iҰ 7K֨V-:څYlA49r\-02]4rz)&nҶyοfvixJ1NLYMC-L]m%lfZZo.дsp(%2U42*d'O ˊvc3Y#\'&yXE2V!![>c:\TJu0T'Z^%.'aHhAJV!Ia67_wT6^nPh3OiX;SZȷ kMUHJ&J[˳; 5EUQ?1a$/K oKjgd3%3PG+diqܙ*|ug/>_7;2'9}Nv}~C?B6H*<߂E gfe5:\0MSV$ yMɤ G㈄`3Idj?-S |!dǨR:aȗ81Fi>Ի"v3By]Kz>TbQ)X\>҄OO.KMe1 fz9o:'ûNL<tD|b*Q<Ǐ"cђ:v2Kmk~:tol#7?bUL}Pr䲎 ɭv}L͊I9$BY|PK»#lITLRc P|)}ώ>rTu 2e;d.˳X (U>N+ YS"00ߗ$jt&ωq BJqx;ǶEWVrkdM3JnNYDŔo/W\""a/Tf j#`- u9($=sCgk1,xλz') ꇵpe`NÑq`Fww/ xIbp<ԔB0:I .K0kX%\nٴl J3l7ST|nOs-vL$*xT֎gobGɭbc=\WѲPM CfDb f _bJ)hYV~ n %EÐ2ΩQ#p=) |9ngBᒿ,|PhĀ?nZ%)C~$ؓN~J ɇ`:CHT0v;d0J[ 8fM&BOwQ KL􌇋z#ejB!v >w L74gg/ٟ E!j!2kg>|m9?lľӢ3 "l<v@Z Β;.LL 9'Tծ Lj,-e*a U5e:c,Ua6hϩv,rM 2;|sɔ*f٤bR:u"]eBH_jHQlKP /cm 8bE`e:@{(A(QYUJ^9'_4raW;bswa5X> Jg Fy9x7Q%}KIaEZld}; q/NX.f;e׺la=4?*wP醽΢;\`PJoiF-ή+_j$mMh( |imO~`h NӸ$3}.?xn^-,u+,6F~*i= 2fO(QP% r-*}=cusI,9.0*nøE#ot!xؾ97q1]N|clTPR 9kvr|; wEG;^FO6}5o lA%<\3|9y=7,iDN 2/eBC(,i:y~")͎ gbPTkzrgT@A)5@]$y gTfi + ogfdi%Ҕ$JT-b`>HS>t #5;zO..#OIf$ 9@Rz7:7+zi8u>c\1fVP,IjOK ׼0{14U|WZzGfZh׾kСQm;ӷد$+/0]i*681%nI{4nE[2;4{o&oHB澰=.4LLsR;݋\ 9&naIy)=ש\Z|}C=иukU^*zQN0ܞ䱊k>u)ܑwZa'U'O\:L0\B 5E:UNhKIΰߐxâ#O$:uL:khW|EAÇ\P} EZ?x̦Rmuoh/P=od"Ӻ#q^~h@t>m?)k1E򷾴(4ez5܄*B:s?oy)]a]Д:#4 KWǕ#cQsȂZ=rN*X)|aSYЏ08^;5]gTV IBz^ hTB!:lb$HiYAvyVvt!R7WSO Y,9XqME&CHZp=ÀY* |G֎Nn?5" k~NW"D^{FmS|zj]+|P|rn?|YV*#܃'#vr59)U%YRV .ohER='noW!Z<,P VlZb]Sv#~ acLD^iC](}ڍE魨F}yEq0 hj,h)73/7>r(cCP%os4Q!%:+%&[*5L1&[Կi_c:ju7g_#t_ N\Dsw ^n<[zD8 =nZ\O|8fVӌT0@;}W*)~{ /r4ԣ)&EZj+3AITծB. P' Y$'AgaA'me^0 8sZ/1tshiE:a%# 2[$|H&~ކmLl[+ӣ;1p=)6` MsQ<2'ɘ>_چXB %)UvGva%G xuN?-7k/_,i#]jMmZ ;5a35ή}M>rc'+:Ȓ;༳[~?_3y睨[+s#}hq` +fB-fXUYRa/ؕ$7n+%8FBY^ &pm$1= g}524&Z[ )*Y3@A☏@1#KN=#CyPĤ~ֲn'+_lQ61x伎>I<%)[fţ4pٝg̓XȘqĩWd-.cPcҐS, Q4۬K𞯶|G/ -sVGL?$rFېJ, i|r{3=/rՔ :a//"1X]6nS>frĪ`:# bvMX&Q]cr9Ғf\xAT]lj1 &'rx+>PZ0*ŋh,E`T.'T dKUo~)uǿՋT"9'`&nf$FUxNt-ŀa4O N62lO@ݓ{2z9X9"bCzb$/5|P{}.I?]uJD5B -.B@M|Y&N",AP39:IWU_,Iś QkϵNա791a@߲塦B8PY&=`ͮwuv+D aw=ҧid?Xj.҂ԠuNѠUߺg Zw!= _'D{;T쯸 A?z}VKewr]rEʠ cKy]߅SD:?|#lk;3sB" 6mJxVR|G bNɅg`&qN0 XC%W`<'*1y\9b8sЖ.R ނ?m+uؕ!A$qDL#[Zn#jt粵@,T?e0ʶ1I2ۂQ>(f!q=;@< ʼ2'|gcoۉbKBKBx㉢Ct|!XivXw-G8yO<''Ƙ13>-dUoX~XCzs yz%&8t#9|>[[RRCبȀIΈJ3dqz@ Ɵ;A), oGiUsEi o%s?Cao&/,K<*vߍB\dWpjI`86zJ0dZo=oߚ{-p4) W\8AS!?RռHpR@ggkO342@ׅ8""Oi, ͺsJ S["ǰȎf]uLd[Wザ6h&;ɱL/s.9s {,1A8JsEetQ 3kas [fz+ gj dBRLcn}Vacv0S{ IWHöO{ĝ7ii`9ļo$TZb6\l ~v \s .C[?KdD;a?'q `DV3,#Mo @#HZxRtc- :LÁxN5 a+=[yyrľ9"]`E9')Lb  pi f_Uz'(;Il`$(\,[5bV X Ri&MǿG8]J${8W39qGi(P=F b?^B!ADDc>d+ݵg^:gweMah*\"e!@0d "ԀߙUl2Ou&=ye7*p>[(Z/6tCa i:qTPЗLpfn}џ͂3'kl:F lbXgQ]DpHȔ%~ȯW.u~J^*ږ?V̭&ZIB#4*R:3AwDB([t~ȼQ 1:y"*Yf_&ic<*k(K}ݕQBlLW:AP Q|8yG NP`HtC1ɽ?whېNϿWn+,/lkܙY@v -"HPubxhfNu̙]R.`67c߯|-Co- B Jw4ߎR`IB,b3`f©3{aXq)z\i/>"_Ou[& d'NK58rY҃h~}/$9Q*9=$e6{޸Wȑ3PG;mV0.͡VBg?;]sMSTb~^Uk7wLQ-3䜹^I#ǖr\eR%JP>JK\UH&Sw"-٘IeI/6by -P~KGJw! txǣ.QgPdn6OkJPoY?Og17ԊFp2$6`Ą)}ΠmحpAEHqj}V;B^-S !^:A_V@[F*ݎ%J\<$uCyJ'1=SLkO[N@6vt_r 74,H ;&  YZ