libcap2-2.63-150400.1.7 >  A bvp9|į=|+4SsNZ!Gtc#eK$Sy0 #B拸=A>NL){rew&ņY%}Tc('#(d&͈A9`j/SH,CR鸗>"^q!\VCB*k>X9$H=)~pl(HgnN%nGwC&k[XǙE\!Vjh1xd456ac25b9c1eb6bbdfab7d45a474f084aed38570e67b3ead3d789df97d435971acd97ed6977c25712f2dd2669e95d7f5d1313d9$bvp9|Inf `>G Q𙗬ʗbݹD:z۳}DVn  veUW]Jx8/hEg"e^/O+7̳B`cRBBYJ~V$fWs6CM); dShAbA[#>)[1 H/, c15}%\#*RתHtAIsJx|`RC5f*Xz] 1^\=wq)afStz`̚/=| |>p@0?0d   I3 IZ    H \l $ D (h8p9:>,p@,F,G,H,I,X,Y,\,]-^-3b-qc.d.re.wf.zl.|u.v.w/dx/ty/z/////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.bvs390zp34 SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause OR GPL-2.0-onlyhttps://www.suse.com/System/Librarieshttps://sites.google.com/site/fullycapable/linuxs390xO!A큤bvbvbv`*e0ef8260698bbe88895ba35769b2f19d765bfabd70da55de0e5758612881480df58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59blibcap.so.2.63rootrootrootrootrootrootrootrootlibcap-2.63-150400.1.7.src.rpmlibcap.so.2()(64bit)libcap2libcap2(s390-64)@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(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/ldconfigs390zp34 16519587302.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-libcapcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=bafd38ccf4beac5f640dd767fb145283ad329bb9, strippeddirectoryASCII textPRRRRRRXjhդ>vutf-8b2aa37cd2dcd3565b2fb1a88a29c3737ab60d9cd258f1a21846c0af9028a46b2?7zXZ !t/ {W] cr$x#F %zbYaE|XH8Сb(Ya;z_I\meOi N/_";ݽD}TO3otqw&]Ug+j䴱!K"W 6iQ=ʾϦ.0RאO8E@uR\V8R@X4'<ER>Ȏ&0 1D\) ) raӱN(r&3dN;mhcbb s6br C祁;*?CB*yL^Wj!,xLzu''~)Dcљ>5yDdS)Msn&+QmamH'=+n8he~[`s.y@=Eڈ~ZHWښ,(;хb*?C.$Q'wO ry^xY Q(lKdK<wa8^?fD.%80,Q]vnps)ah@SxE_v~@Nx2zO*0~Z.!fM~}l'8MoQ%j6| vPE[c+q|"ٌOUgg$q#lm`^iAFؔ0|x[ZokB\* ME7ሼ4 ׁƴeeL 1Fm,b2rA+@6j\g+ GDqb  X< + LsTjY*3[nxZBk'gdb-G\0V^>)މ Oi]0?r6$wYGbݐ:;JFLp-|^-hw<. ZŨh>J1c^&$/ʐ4OtL&z~3bE~{ֈY;(᭣(Qw99kV+q:XnI$}@jqF"ph1鼪%%C(Af S?C%5oB${!+ܽ? ,j+ n0O7rbsB79#U}(S(pvdOV_D6~x 4‰58'BwnRѝZNfC"8 8D49 )9A0wW930Hb7 iUOa%]Zèr5b A}-wоS;[ۺAE2UU[z*WK1%tڿ !FׂX3GlZ4q?f_'G{;}RDn CVhFz5)ʊA\(G<$^l9i3`6>`f]>"2XZx?<=p?3-GNEc{2&":ܑ t%&TsZxph>Nlϴ89Tt%DAV)Oq=Ti=Œkk5_L 0dO~F5pgBHһέb2:85,uٍdbB!m[}FH#SួT""fFm`>TyN0m0b`Eas(놶J?(>%"s뢫/Uo!R,={Gjs?q|0Kqz v%2? r5e)X[Sw~9Dݹ)?2]%|8^rɯN!Vx oLN_j1̎rEVmv1=N悰>υ\w/?/,l-啜5^p31a">|3?t-j2i1eS}cVދWq 'ޤhP3w`oa8^ 1rN%CƭYE@ M= /qȄh#&gӍao!"d B "bmn04 MgKO7J7Sm6‹5Qs7oy+޾^"Q?>b+bxP8$D9>m`g`}R xyB>Sr<)}P02^ @|-8L?Ńzp5Kzkbm_KCб8`AJ`qqmOOդ|{U+hZUs1? ^EqڧMܖ[(&#FVO]~);}} " {|nͥyɭv3ïpGE]s' ɨ=r-Sޯ7 M!pȓ1:A˿% r#!=?%V/5TD#:!}m; / &X3${4VYVbv܁ o a*i&(%꽾jPO'S\1nAč.xvٗj=>R槥b-_jg?RA?(nŧlq70 "e:fcOĐgF.N_ҭ)nʸ "-&ՃZ HTjM90RL4D8ߚɖ(!#T(ΖNTO Ur وM{Ww@cyNi);"kXC{/Ӡ8rTv>ټ:3:{p_3fwEqJ9 `aGԙ1 Bau]]Qoxw*ziIf㿐C!12!a{~As^5/=#JhI5䒶Э #/U@lޘ2)ՙ^ SZ\tjbiGT݄Uf20:DW~H.ŋ벹ɡNpʩgi0bX ^Joƌ,ubIМy8V}?=_F2("P4PZF7A~P}J'*brF%Ė:?->3Э6Ђ'/E*2Җg!Zo7>QE柎 gL ltV6rnHp?쭅;͜,SW<9a }KKn`/A.[6>b$PX͏TNSm)i`l!HZ*xm"'%YQLܠh/029BϏ욦J`[.Ejpx( OFt;->)uЖf9wO], \ ҦƜ$1u>Vq"'B>k\̚>^ 𲇱bNXUiTVPdK0GNP *n#ze8|bPq.;H[#KɆ&4"acHy6& bDbrd~7>8ǡj_h #!#|WT㓐3"J>Hf))N;/Ebt,Z!҄: {-} :RR wΦetU`69[ߪca,n3XJkj1oFV rr~#)?jh=U nŜVekÛw?,<tnʲ d\c`T̚%c$r5+,k|VO_0&k\ Z f)t9c˧LIXoat>t hhY͆!܊R4tH٫ S)/L!e[Õw7p"&L"f)Cµ7/䅻i8JiZ#mW j}Pn j331Pwzy pFi/+"#-¹fpKUK p/1/OkQa:?} mV.n&a4c9W"aC}-!|%)>Vյo)DbP!/yxBp}BP.$٥@Y]>CR_`=gv4p sN=C5ĭMVr6w]4+Ƈ#97;gu+xjFhsNҷcY/O1*Л53\R2+`1>߯Ht8h_3NmP2GЭu#o1ҪYX룺n8dc9S34=z1&jsGtrSGk1qo( 8SGJuGrkiBbLAut1Cܕ xg8U{FIme.'~7oC )B)):O Lߎuӎ~,oP#8k QHUbЖedצ $}'sfMe/UvɒM킻S2n.RPruч$rCvJz-)L]4Jɒ: p!WMwɽǜwz x5Sc t\𧳔FUu)D2f3KPD`Z#>`*Axfp''R3ȭo1F91 c\N cb^F?M޷w :~1WO"<5îoeD`a'@ru.[_i_>R7R:FF.)RHֻ6)`,Ctfa  =dyk]0U9y DWiCL9x0l4!m1 ΄4ScOCc8 i2KB–`ȥ<а?ڞُ:'O0#QnjMHUuQUԥpLO7)~Ye?l+\:G:ٝ^K e`d%8~o}qpq5Y>LoE;bF qX'9fbk"Яm>w 33S^ե9x~ ~%q4e4 XNK([a8v:ؕ]hWTBt)hOR_Q < n k;`g\p5/P:j Z 鄃$CeEO4joY*t9@b;Ŭ,T± 43a UbQOm?'K& h6.\IDVcp7&Z=؀FUߖ]$ܝ?LZKX+XVxX9@5ȳhN`oHyOL/--S?[֪.HsT'UTj4x@IM;fpԤZ̅+_hT@It݅c\Xq?*EJfs6'ªSLXM¸SdlS`-QRk@eT4vw0`/̈xCI NeZ~0XEĠ E 3{E|>wYjÃ/9Xbc6(K,}3&?TxA6kD;}+3#.f~ -̬7$.7/+'֭D|wr˵]7N0E&϶;_%›m&(ܡOԹ#aP+!*Lh=颂>.!er3:wsK@8=2 UK,OqwĚ~FY-2u2^DFmЪխ뺚tny"ڳ0s4S~ԹZ{ZV(p/ݐqBI+xSvas\GTNA.p5wc׭d1sZFg%?(/G;S :D~s+53K,N=p̅!e0O?s%.?TY PǶ5Yd"uYWWײrI3T?ONRE~£\.bMC>^6jES6ܢ+EI>IG#50&~Cb-M=5I'wCi{!\fv()d*ZamI҃/rS5١B/n]:eɛ1<sCŜt@dE^;/u1V}D ]e4 Psޛ6J*Xt&豑%O֎Y8bD.7$M >+x$D9"N:dxnN5n0/uYBOke<̽ 4&h!˧*eؚv>!DK^<fyҌec(Gu,?LU,!9.5YWGPԬ >,*cWPMShwzƻ Tijtbm[I4%>ط;h]F3Dخ/*1yg5,r/:? E+tNEE;:g@Nh5o1O(Ǖ)K p^{YQAăZw\z.ҟD;AE9]w{ZaP&@q"™,@=8<9ymPx )`2-JIL&mdc(z{_J)1Au*z% ̳O{ȫHˉ\wS:"J΁~b1+R0'lkήzK; N@$<6--2€xZO?BoW& AVӹ)[f@W+H-(t`XM h݈6 MVեzK,Dӫ(UK6tug5kٞ_&m+KME=f?'#XDNCj8\6s#h 0(3xy̢մzYy0ں=a#m8e%+ 诤8hꞶy1j8N{ N6T`lMPE Xb.zR596]Kx}zu9EaLF'}D ]}x JdJH8:]xHOngCK {@i8N`8 bԊ LvNBAqs*^  Oh)/k;w韮%+;S?N[WEH9xHGy#/F1>lt h=A"w<Ͷ9?mҥCXF>C!ۯk͂<~-h;jjHҐlѓ3v P)!egQs`}jv]qئ3te"yXvj)FZFtEĬ@/ k,>bM&{4?)?sջYr&,af~Ǽ?-ajt="$(9{0\o{Ж+ji OHca 9 mDtsP*/jeSn*r(-KO VyD_t*P݀cғ!A<^%Vnq S+5\4H0m蓵@:#Ǝ{tpMђװ- n4R(|8 aQ0 b<3hanz:0z¸6cMe@)면71z y+vAddfyYXZbkK\#[VJE`̀!](0ğ HLC(E2m,Q  ښ.COJbl pyh|C=A^Ƨm|́-uSwlk~{{Ѿ6TE6A=s DaSXѩ5a\;[+JS=Yx}$PK`bEͥ(oV v#ޞ27N ]f2J~:$E;rho Ampp*@:PLQ }F'R_ \WϬWIni;7Jv-8gjPf3lITeN Im ب.t H1Oa㞘NR,HC;ȬYkg\҉^߽ ?;5i<:Ș{F1}rY1Q`jlL,Nve<cbtV؉814؝ C,k O1Gx<-Pb^HC[M1dn^&POZ%hd1.{o:ϫ㕵wJoI7ZiĈb%6~Wt^(J`:n 2 ++34'.wagbc3<&gj妯Fme=^m 9ȏ% `ȿtgA0n(2vu ;ס;!أ_W̧S8tkU%SOm->FD+*/U(1;_Ap_ f:(4nIw5FS%/< C|G\ű!m0󘥉v~zK՚;;;+ P8)f@"ХB!'BEa ѓN|<<mۆ^G|&X+NdNفb}/4h؋'tE舳, h8@@w}%` H׻|L @ %>2~!%FDBMU^"7= _bu式OaۡxsC#%;{FD ~X;xBS4$xTa:[ۦЄ#xhĻɓ6]A/ 7&+'Jr,䰪(b?%t1{y&WA{ܛ!l Ꞌ4-Y 6kp8-A4).ZEœA[iؑ/ӄ8ă:J!QzH\w?G;N v=[q" dQ>˭{$B{P jѴ!& 6LkNFCF'%q(9=f72Q /ܓUU^ՉBRT4^LS-w/Ĵ͐V~q+{Y߹WɕڢvE'F-b>lnqMPЩ#R#WB|mbhuFǹDl?|%Lv_Cʣ Hi^hY GQo#[hSpVƉ۹kF1/75yDaZdOvEaJG8"eۧ^]lbP< 1{IN0z tY,h0fB>9gf!4EJ/a9?#kDI)I85Gf@ ?}Ye.Ѭm<)F+J%L Oc :௎CK|V5Uf>dnH-AcfkJIڀ;[Wc+Ug+Lk:3jNXW-ק|B38|MMTrK.}F[80?Dᄶb،{l&e}ߍe!e5[)$Ș:@`7.r'0'!eT\k}e (-6FQRΩ̥m. C^s$HyzNkcs;6l!*g?~!Ƶ`? g dZS;ޱFU/U -dsʊPJQ4t2RvW ݢ~Uzz@SN/:GFP9*@|l)Ivb8iY,aM;60Q+j"|iP I13UWZ])LIrYWz8]RVDRJΐQVߙ)ʖBɪ$+y?\DA5KG*{+{[ȩهy욤Ƭ2rAU͢+dNB϶GyϢp%~ņ1e> %DUܩty[/`r/=Sbԩ)PTw9MgȶШqه'I ;W(aL\ܞmXStk~Rt11g~ڑ l "Ɓ% I2 S==isc RA-/΀- ?% GpaYÚ#3^+veT nNu %;TGvBmkv&@0hRUrRsm~ᮩ*l<8V5pآjz~8Ao$(g.1^>7ź{og_g8;+"][ {̩~T0븽v(S&.!yDg4ؙ?c=&"ګlj rEb76oιV=T3dbx< ~gFETg {ܟO }urקEKWE:GXI94swYx~[a}—D01hY}'O + Mhd=(cRqǘ쿖(fX*~!S POʦR2>Zo}v.{5I'ǃh_`gN+x2tjSڈ%!JCDT۠^v Yxr"4De*/jz\Ŧ:fGyow!՟$$"Xʌ/h Fd(W1uJLT 3 ?n(#Vˎ am_*d(nPuSlڊAwhe7}|7@|}jp2R%$9ƸCJT썲XdGEu<`1_Sl}OU:du}Uw[͜c^.P?cuJ?O~J~sNņKҚcAW<"Y0 "O GKU蠂Pi5,ڄOxw|d;l#.CuFF]q{D QKyWx>çӪFf>^nw*ޝs~H\Z-lﲲ?I_T/v|5uFNG/^\;pJDZz/ xPSg//kU%3H iS)뒘fP+[)]q  j&}yRR/g4jwZիyUJߢrxL=/g=I16aÅC7ij׷Z<&;njܪFkeMFk})o1%?G ,6U2,+TBǣd!L;%&<8 ԉy ;ށ1w+=1R\b1=k+;lݲi_zml"* c{ZgEߎZcjEYF*쨶}.^=p,5XT&P/ƛd:8ʯd NUB*ǾWW`.; *l+u4A6B8"οJv|^$Tꀟ\碙Mc3i16IdN{KOs oP57ٙr p^@lIB[ Wmb~nXT~80~åHI\5iGWZAr'l3:6/^j0>IGsի\)WFf;:Kx^b}߯iX"NjnK@z0lؐaln͞rqI/'W!aWԾ} bBxla8}FR4Sp{WŖ4 7-@! #.u:'%&Lwe:'*,$WA9aZl/>$*'mP*: #통b벽8hEv>? Y5R$P=[q@#d#}GX5h2l%qAG~u\z8Afpv2~hL>fx[77R ^`!> <ѹ֜@Td䄬)Fӻ+躃`ĥG{|{6 &ǎ]8ݎj%qZbe b َ cZATd4rڭizTޙAp=EKL3O '[9m͌JN"AJPJ=#A`b4 ,Y gD=#G3y3߃ZCcM؍猁;Bմ6AN&a ^爥Q(辤x˾+ۮOtgЏf'&F];F_} |~!sn } "!t$WT^E+Ĩ5"N=Z{hvrKιfo w6A)PޭMF91[Ej*1/?)=.U"}K$ '+ۨ0p"raZ7}H:\2ioQ+[NtxoB8  ;s[!ܒ1w:%h;SCG2q2^Eվm#‘(aƸ$xO8IRW1 omd=ZwZ74+Fr ~bƐq /{*ʭ=]m=t>XLv)ʧ mK_3uk{-{ R[NTmo&L\zm[3L!i7鐨tFr`+f 9L%6݆F d< ;9 fXeXnvgLk,~>NJ569TrKH7p6W,$32:y]s뷙l(zGmrYԺ=nw G@ N DZ~zoCm~W+[DGw㠭jx(n 'ߊhuWi4/ &QaTeC5X !W)hC(>3l$1_F6=ݍ8Qb 3=rdজ9pe7G){tv%Gߵ~\OS "烜, +u6C%!eM*2w |u-}6߃~V(8(H.JiMaIq 1IO4"k}>y'J!C 1ԫ2޸Q+7t<1aǗ~^`'9Tpwֹ*3΀ˈdꍗAqښh+hQEubw`X(.jr/a/tI"8T#ZMGc4K.&uSD:l7 lNZah+~V]ܣ5o/ EF,vU//%f8W+>TDEsYRcR(- đ[#Fu{%" ғ>e VQ[gS#,rJCb"T%E"1?HG `൬Gls AƿY ۫g"*^p@5 Yȣ哨Kz.1\F1*vT;Oh[KOcrFB;Q{FZ4V|ƏVXa-w~|h;eYi܃弗e,BMƺCYgݯ% YZ