libcap2-32bit-2.63-150400.1.7 >  A bv޼p9|\TM?dXN+mPr$B$ٍP|A1*Hf֒sjISvM"oL;}hը<{pe4 3.`J@*1G҇SKI,ӹGWL?ΊX3Tu='Aaըu3wbgZڎ{IN_NV8uA\1 6.CIЍY@IMʰ,Zn6yd[ke]y;^/쵠G6ddc19340375072a361d6ee5122fb985e347f7a33e9ad0ed5d5a4ae5173aa04407b065bf9ff46e54a1a131ed299a084525e55aa40sbv޼p9| K2)ʯ "; DɴKNVK|K[VFq5+B'v UG󒁺ݝdhC99[iD>K,wHu`iEӫC(D6}e@^V՘8RڸuIܛٔ6x%TcDz3 zND+q*+`$,4ϧ%f^wӷJ' 0#n xن@V1pad{9ZBͰ9RgSXGԺ)P \%d@w'_>p>/,?/d  O7 M^     &0PX(!8(9:c>,(G,0H,8I,@X,DY,P\,t],|^,b,c-_d-e-f-l-u-v-w.x.y. .../Clibcap2-32bit2.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.bv޴sheep91SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause OR GPL-2.0-onlyhttps://www.suse.com/System/Librarieshttps://sites.google.com/site/fullycapable/linuxx86_64/sbin/ldconfigbv޴bv޴2e67617110cc2af07f0be6cf2b120493eef7b8d3eae208d5a78713d47b6e3ad5libcap.so.2.63rootrootrootrootlibcap-2.63-150400.1.7.src.rpmlibcap.so.2libcap2-32bitlibcap2-32bit(x86-32)@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.8)libc.so.6(GLIBC_2.9)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/bin/sh2.63-150400.1.72.63-150400.1.7libcap.so.2libcap.so.2.63/usr/lib/-fomit-frame-pointer -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-libcapcpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=588331d18664141126d3520252c99a3cfd9a2c97, stripped PR RR RRRRRRRutf-874d6199754781bbb07f6de6327d21ef72a9b65361d9a5320c833f675cb1cb8eb? 7zXZ !t/?] cr$x#Faڗw e&3ELT`Nny18:-۹ʕBa0v;z2GtxuA@k_KHsY {ׅ6J-rJ(0+$Rm"\00eBSu3lS&𣰷4|\`iNSw1A=RW#gLMִ'(wFh{$l6iϷ' ٞ`C䋉k>Qud}w>g̤և]zjm;E TmV*A;n,Ό%秧 T2c )mI%NOMHUJTM וt}Isu]CRZR'Var)|Ej -COeXԝ{]2mz Z-5wG# 42bjb| s:m\畬z2 Fϳ#K"m6*+HRfR$(OI;XHWue Yk!q%Mܣ*UDaKT  վ*'LNg7rܟ*(qr搟x&Ct0(oRFʄêf87\QN=LxS H־0F0g;0Z'RBעm\I֩E\? veO͏[wi*'#@vQb۽&uL[s܈g/}#@ߌZ4v ۚclSw2 :M4I1S@q8|tjZ4&}YZ;}<4> q])z5/GS 2&T$WܳC@7)XWp!yhqݭV0.QԫBF<$"7-THtYɶ%S]roDD׫ykJ0ΑuzI/dZ~gs7'p/HÌz~0ǕXbs7 ŗ.;ޞe3P5_ h=ʶD&ݖ-!zFUm^uRt[e,W|N]o} p]9o ;uTswwu:>'PP/IHp#~2➫S\(ة_ʯ< mCtU=  |f^$Chʖ%aQT'җ%A@޴îKѐL=b\VFC3.^\މq %50h,A_UT;wZ&l؁AK"pPIhwp,9Yw;bv$->H X_(Ea5a߃Яx=eui=:)2"%2Q,z:m'V=LXp] ܉yZS6_; sҠҐUr=-ϒQ.pl'3j|*//RAr%8MuznnA6$ wvQɎ!In3Uq07˱lefohsj:a$ed`fOִ瀴ɱ**"60cNhՇ-y"4[i DEE/-&4l*ϱg|MJg eҽYS}1PNl"@Lt۽֤үCE٩{r bQ fZe "{U/ACޣ&%u%\FZ3㗮x'-Dd+zwg)MFb(0."(@룔Gϖ]ṛ Fw:-c J o$KWkZ ^ݔ{<"`/LF`AX뚄h}3F8aA}X0>01nF&S7P6gWAu{Kt4,1!|'^[]lO>Za$6rS ㅫLi 0{|xM}JUpAC6Ȩ>YjŨB;c`,[bb@L836LCTxE!` qL)q{yWw`̍9) +3#qx4w,J.g]oN@ɖqFñ 5[|mh1=5`A1?䱲j?Ķt-eCehU}Mt!2Dѥ#f`*/ZL~YfvSpAEdW/6hS;A)>ޯ|O-zLv\X}нmx5NehH4JmSo_5d\LQ5 %mU]cI~-raZ\h<R3Kcw0@Y,ʎ>{^Mf\^(zs*_"pw,m(hpc8fu+fy2o*KxElJsrSij(qފ\u7 lErh< D7m*}LN B$:_[#65C3#@cTn&=\\ɼxA*CM`{ٍ`y$$|2t\y;;lPBP{{UѠN': .ćٷaFtU]" "5"O9q4N\wӤid;67pNQ5#_(G>UhPexgv5sotӊq*o2jLþ-8L>g@="O}l``e};}%3ZE"Ƞ:eJ:N !>S[8sDNj xEo;X vu;&LZ]'j 5̩rxYav,js*ӿ='>b+] %_? X,3pKZXuħ= і~A\8SǦ mG5(U뢃SX+BYLI T GCP?ߦ 5C>$H]%dȈ})'rڪ[)wӱ-i )5?֎+T .K%ےΉ1wMI338cqnۓse 4qg>QvA{tCg%Z(^KVw eE :r{ 8A$[r^eN){fĊz*4ct("c>'?M$Se*n<0F#Tq(9P1^* ӛk %ϼK*AL^a(]kqLDRgsU|'y9Yz5Kw 50Ha[*"ݦ|7Cf&4eX`Lu\fFONsi ލkً2:%<-y?uiepKRqug|#& Y]p L5k tI:|_':P֡$L~2/":\1Vw e9*3sVC2_:BWֺcSpf38Ǡ7-Pq&\nK>˜5{ۦtJ_5L5&JG鉪$z9Ơ{;} ;wT\Z7sDi 66Yɨ9۲I} GT0 ER96uu(S; idDQZ9Vli @HD<}l,>jctY*P1ٵO4ECOxާ4~CZ95,aQ?(;cp`*>KIM9+|e$֤Xx-$ؔZ `zfc#iU\5meuq;2`.o xC"9#$n7>jhJ<49R؁Eeξ\18KSxRL:5؜3\PXbEyE !EvVyQ zDbzb.']9r7NbTI%TU+?l8On2sk_ k nŲ Ymi Tg{ƫ3O8p[N02ut׍&2 %sR՘IÓ.0饮U2@3\/~h\414]5ET/z_ҷbY57lFHtp_˧Kz-w_BT}aN } j&z DiFl{k:(^+ztNs,*rlZbr(-\C썍DfBGN57扐õ8jwL1dHBX)~ wVYV2e ^DiJא^ 5;] 6AiziRF,9+igKL;_݁|K;}WX*;ЯxRQS5`&j!SjZq)mN ody[|uWCv6)p%scRoz>Q"29GRû_#w_+0"vB)^,]|ƐR9)='}w; OŐ-*oLCylN9?nʤպOpflPq+\lL8\:J#D* qb3x5٭,O y_LZ3cmrFr?)GA;8Л\@$4 ft!겇F}e&+(YQz3vA\<4RD?/{]oL647 n'!$(?;ZYOYAJn+L( okmZMחyع[D [WZY &i bgmNoaB#^ۦsM?uFb4Kѡ~6K|2y\π/[sBP$JuW=!g03P=9S.D+ERSNemtz% HX&pUP~ E2mACYlel1*b=9# ņk޽-l?TyBK:K N=w8gcL Ŷ)wm/ǩBٷAީ~5. |nz<5|C;ډ2{ {E7GrRF/}Nrg`FRT!, oQYgG}[Jp=CEyW@ЇJkEEZ- \Kɤ@D_ t7Lv[cԜLA1Y 2GnUGA]gˏ[#B'++¿6Q@7H9O$F څ .-j[q&_  /9}_wenKB͞50?Z)yݏ*EٞMT"|7 9Jz$.jHZeێp}E~/$n-ɔYY4X3ǽD;hvlfȊpD F‚Xvw_`w'j\]FNi%J$=>_H&PKf res#0ohl,;kk3PB2bTVʰԡ'F8DZ^+`EI4uVGV|˞,0`kP,5(;!{KEU'#] ³~tn* Ҡ}ÁhyvbB+ +z(Ɲhs/XMRfm<Ĺ+g}=-Sj#^D@ek"uhF!U-` ;D/cVJ입+gnVRlSj}6Нq?PU7YqCFC±%"; Yv9WY᧻\]䷍!ۏ}A /g/;L˿iРH8s,N}T:sN-{R/: G;J=S9,[$8<, 8mnpS?cJkꄚ _V/qU.s*LTXx`;Oޑ:=S_)KPOxd dxTÀl Lfd'Ї,dz"fjXJ|H2 Y)9h_(ifrim ?cFEt<[\xKfC, 9`M`ًq܊JkU%M /dFƄmF񵧠fiwƁV?QrU㼝`v!,#qK >oQO /agmoC4CzxmZݬBS,=nT۲=Y@X/M#5<|#Lɋf):dȊfh,6p-A凉& ,iAMq̰ߘY E4yۘi!"G;C3mF fL\ LpG O4M>A/g6R)m^~cB$vn-$:aF%(|~b *hl2=Y$fs؟}Bhh\8YU]%vqzq6Gcf˅"Fyɿ E0d8$#q0Ms}AU /LRAc`B̠Q5…tqav]G}C wS&4Nax%EQbGkn`1AaϲdMvG -nڹ_^g'Kȵ!(e./9;qיS^j$i$5bc"lګcPndmiA<@bŅ ^9w} hŝaLJipCNNÇVeAfHK Bk~OOW|jm}JOlU!.T۹j6;xG"+J `D$(违y< mծWpRI).>.,|3{V4I0q;X)G !-1G,@ul.z{y2NMA#;]?#~EocT .Y>6Bӛ⟜]Vf,T=|T~H. x Z~>TFJ7\Bt4>Uq^芅N b_QM/ ,74<ôly?rP;.Z -Ԏ޷&Wk?-}&qEōK>e1}bx~BbirJp`'Ĥ-rcU c+1唾c-PƅQo)G Y#&ܝl,[Í~e-oЫ2W^F*1{nj&p9bZTɔpo X 75D8'r9,0]y.Y c(:a05O-ŐZ&DdTTpa;n űOmO`r\ a%R ]1jf҇KVdV2>UɪP'N,/+m! Q!cYȓi>Z|J>U2%k=(.sQPl2Fާ`yo?),9$k4lյyMɢǿdP,/&GiaBʵ6{ؑ@+?%2A1A}Kl `SFv~x| 6rglF wskf^; ; ؞63_tXSG^cx<4vum=c(clyII+ 9>=,'ږs[^]HG{}Hvcc I8B̂0l#M="8*(t/7w0M WIM?͟aʍ|Rb־ۓӇ&r* V1L3/QT#;ɿ6B6xLʙ 8s2FZڛ qP` |&v6{c ?y-!$UG?MiCYa@3Qg6@i~#,W# yfvR Xš->KzmvTY}4uzn*?[ J̠dӃ'wGpOv D4Ldrewڕfޘ)Kֻ~QB*d3=%;9HG`f4>0ĤGtݺ 3zqp&R92c!!8Ww0.tc)'{nQY' ^4ؗj#"m6}g+MHЍ]F|$ܻ -o/ɃESnr큳~{%fC9&BmI; Ny%wy vXyLrӃ X7K}Dr.5]Zl>tʥwgI[ $>ڒ7\cH5oJ}ϧD}ZsE7?Rf/ 2#(-9oݽxr;ŕEWWHn;D 4o9%UaT_p`}؊GjUƥl2ZLRs+0 (sZɖ4kpMfIMO|FU}^psP-+K1pQLFs;OmׅGpQ Vc25n#j+F0ct*"Z\ S2Re l3y!L@gӄ+L l+)Wp:jH)V{o<54lC / #Z03~덠rqi_`$pOc߅ԑk ۺ: ;?2ӑ22!uHSq{]F?q\zSPsa?v^6wvśR,v~4{AS&Hi;saˇ9<`ۈtGM. CfO`T612N1|t0_LL&* \yzG֎ ߛzm%J'RKw䎽 fi,=Ϋ]F;~BHbpSGRh[p?}%q8 qG 1e( ڸ#_ }tKWƋlPƚ1u3sZ\9@Jq<܆^WrP G%y1A:pĭМwmyF,?zۛrweZ6;O6pR,Ǐ4?L6skw8Qܨ4tB+[Eۖ1&֬澂I"q<5.DO g<՛- :zE5cd$zBG" 8eMXG% V J7jdU:dmQ_G@,~c:q%`LyCfk_ J3z|HͿ+~PnGg-Kl5X- d&?7JIۢ/:msLӨ\kw]උHQ>=7MNcܲm%.=z]h㻌Dp0! Eζwj̹.f=jҁv%ְ2o2+jÇZo8G'V|U`]l:YqN9PbϩHcL{dӐpNc26(&w\Xp)s8eN}iչ&Jða-*Lƶ!tF_i_Ꮨ'2r?e{QܫȲ@[-L3EƴC0%R'`%K q'7A21*j9¦Nyܡ} y$lvpSX7 v:sZ̞x86,l~NJRץ9~J+]>н1gcK`F gqDðo1T.๒GcF)~]Uφ_-sN &_+*㉃(2>2ZSGǁ<{L.O ]+zMyC@=)Ad7/9 (vsWۭ{.|FFE鯬,8ZQ֣ǕDjcD%cS\:sl,d -(e3>b`wA'][Q_F Ƞ Qq5qΫ`c*.&gnoI8utW^wb- L;bs(=}/C}ۺKaZLVSK-jOOPtbUpb1jZ'u@Ә|ek/WaɌW0^;몴Ɉ3.(V7qNcܺ/pJlF*Y{P C!13 dҹ7;p|Qkԧvd^՜W {5C+Ao+m-73m;(>Y؋(2Q/z@=߿ /14#gXقQDnhM;]mSn>Ú>T߁$] FUE1RnR}_ zM"@&?;oU; |&\٤, ]] Qx_H+ϝh{+muH&~dOK)ZiU;Awjc–=R:ْ)W,̪%.R HBY9'4)Aq-qJiXNNoE~>2'1K&6vn}Qځa'ecC Ė(ӳM{!h6'ąˉ9?AK v]|  *vU 7O+ѯzh Ll0I?n`I2V{IF z{@8"',0#dW!7nƷhw1Ssֳjs.ְmH'(B?MdRFJ 䤸!48Hdys, ܔ%H,-odĘ%*ra'$ 2%ǃ;eoh}8L@bo,\=&"){3#X23R2߂""ónB1[@XXL]j%/SzìWR ґr5`KJ_'f${IP!:W|Ĝ/ʹT3bx'I/ki[i܅ZB+8+m[[K'B\4Л 󚧧p~a|'P/ވڞy>m?ٛXM!}#йёk&Fӹmf>(p88Œ5!:{z]>NlBoФ@X]1oCyiZC`6[}~D05:H,/!>OyQ*(F^q(ͯf+SExDQo~/Hm~M*yfJ zew xʜ6/6?9SQ'BftIblDW`ңx|`⿠QPY;|vtixZ 8C>3ڞ*`,EєԏY+B#c dJ7=J:0%C,w^9X(qˍ@IF;+|FIsgjN]>6m*1MeZ>T+jq`Flrc2D=a,sHmҠ~K{Ud]7 Q 핿hE~t_*]L#v(:"DN=N ޅ9z#F>.fs5JF:]735{T(f=7D#TWLV] V!`4e ʛZb{R e篽!+΍uT'qrQ0 }6@B-z c!}< tC+S|W s^#ޅkƄw]܄ LBgʚ[d`/9~9/v/8Jb2PЖ5cq,>ſ=J3?jn#P+MWh|" ]$Fnn! IN CSF#ww2J'˥aF.[tLjP LN&@?>-w*FeaW*s"A}o`Fb@6{oJյ>l[c/j66 {Va4$K (?4a7)AB|H3<˖ OkK {n[*h;SziH5F^}M8&U[=U}Xnv[$WmW 5$@TZLNiIB<$q{ !s9I!CrlYМ,mu>t]ى鳙K;oI>i.}!w 0ַtM