libcap-progs-2.63-150400.1.7 >  A bvp9|lcGVmpeF~VXI|\TE Zm32x;KƱAyH;&75'b5? ?Eד=#V2#|XkFZK)kN5f4_f)hF)1?:X<#x(`;3K<PWvaZ@91Q>p>4l?4\d  7 @FP t           4 a     (>8H9:F-HG-` H- I- X-Y-\- ]. ^.[b.c/9d/e/f/l/u/ v/w3l x3 y3z34 444XClibcap-progs2.63150400.1.7Libcap utility programsThis package contains utility programs handling capabilities via libcap.bvibs-arm-1KSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause OR GPL-2.0-onlyhttps://www.suse.com/System/Filesystemshttps://sites.google.com/site/fullycapable/linuxaarch64 K0;큤bvbvbvbvbvbvbvbvbvcdfccd4d28389f5cf8e3b4776b8a6fe55434f7d486af72ef60bfea0d6e25a8b1eab08b032e2b60a0714ba655f630cd34ece6d26b1dbe66ce2096c725bd0e532fb9eeddf0b953fd144b38f0ec5aaff679cf6769ca73da8d800a6fb7e81f38251319c1378bf0cf57eb13e289137226aff238d88d849bcc6acf1d70cbfe5ee18be860ace138fe518293909d2982bfd12a1b5aad93fa68b9f5b0de18f8e7bfe526be73e2fb2e6fa14b35dd05f859a9933f948869ae3a0ae13b22a2ab2cd4af631246b7a31f69ab9d527cf9ef086976c25167d15cd264504122140a3932681a1f70891e833d5501adbe8daff43e29b3551f3712a74b1cd065daf508865e2589d2109b9dd0e6f42e1884c7c4852ec257fc3f1542949819599435a36aa4463938c5b6e4rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibcap-2.63-150400.1.7.src.rpmlibcap-progslibcap-progs(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)libcap.so.2()(64bit)libcap2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.633.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 #UsrMoveibs-arm-1 1651961242 2.63-150400.1.72.63-150400.1.7capshgetcapgetpcapssetcapcapsh.1.gzcaptree.8.gzgetcap.8.gzgetpcaps.8.gzsetcap.8.gz/usr/sbin//usr/share/man/man1//usr/share/man/man8/-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]=83173e714c124ebf2e7ab8fb2813e3ab9cbecc98, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=64dd195d7b53cfe5a6f5dc2f749aa04a41ff7c05, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a173a0097f130a1a3f20c779f1743a5c9ae354e3, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=244fbf857a426602b073148a6f076af43c689589, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRRRRRRRRR:h2z 'utf-815bc557c76b2150b4f76796a01f97d171e2cf6ad60f7c5528a019f9d63ed40e8? 7zXZ !t/Qj] crv9w )$܃ 8@etsE܅WP)"1g߿7[ ]Q yِP ƀ^x}*M=*8VIh~#-7}(Ft_j֜ꓳh'e}椸C-i׹$=hӨ;p=֓iE^pHzAr:bD])سYf^,-,:#s^UOFLqF]r\}bz} 25P|OvĬsWtüa'K'ɫ~RRS=oP= Nu]Q٣ڿ>rq`ؘ_* )iϑڠ3q5#%?HhFI5ҷU08JcՋ$ZTg_SI eYRkۻ۰vG=9Fvn/uD7BNgDpƭ/FDis? @~G_wm\dPkyn .Xm2&#n,s sfZp^)_Mz'A3$LE W^ZNϦNxV"+) FO;;;6i OT o_ Ylhd|.I3]zٙ9l/d6%r9tT|&#c,z]fMAvX>ɪމR˾'H)/ E۵Ao#g}TӮaDصQօF'nܕ?ۏ;^B [e_ZfrK@粋KX]ųE>R!.tԐR7y)FJ6-)T4oPt{2yR؆ۜ C `,()jAM?W5|ci N}\JhG|P߼' JkN|\m!N8p_#E<&^ddUobW Fu+ՊkB0Μ\@>oWOpZ&'QcB8=%DƿL4LM+x #NO2[GWr(KE ZW5/o@5&;)\)s=)ۡcM,2Ѥ;^*wz_GŐdyj9HlX|.RpՋ)z= c)`k>:|g^"AdIY C!O4VuN IwF(`5IxهI-a%/,؍g7PY P>$<[Je{htZ %.9]Oahbd$a䲁GjO5+M|܏wp:m!o]Hˆ`*6;|iԩT+:zF 3F)4ǚ0)]Vs<}0TCCJlgSGlJ~/l(9йM"wNozK@#7}k%tY^oִ'{43 ɓFsrqAf B|]6+=f+C=VKU&N{-lt^OE+7ϑlPXTGK8/`„a) : @Ưu㗊A ӰnOncPj8SWI22  {d74hPOc@*g"ᠼ<.%Tl#!KX\O>d\XIZnj]cZαWFwq7-yzQyb!˵a q<~5@"ޝjR@5L?jR|p~kQ6CF0czหmg. }4`(T6Cea]C|ii lNufd)g_&-a翲,) 4Gw YqM:B_=Q~IStrn։tKiH PgF[o"VѢdOE;сe稑??㔩b3΋KC}Ϛk u$MMg'l!z"0YfG&zs9ߗ@TTpRNL+!%~ǖЬ M3R%*9_`P)$u2ݦ\*h>2"a#^* «ta1< mD.ծ71T';2ndD&=e}e7uzhjm+w\GPj,֥hLc XYzaR{#D fݜ,6y}bӵuS4ؤeo4^eBJ=2:ˮsJ=x@*\22Xl޻иp`yY#QFs=3֒HGXm5yH` 3`(UR;O5sD4< T*iۉߎKl$}:fMiēcwNY=6pL7FUj{꿸CZ.ȅ8>J7dUűDgH~K`tMkw܏P2B!s^Ϡ12VM8]#ؑt畷Ti-|U΄DqmJ#$;7raQcqjV@C%MCc`4;>f DBhG~VfC|ITbX :DOF@G- ;XG$PŸigm`܂-tX*9T"gWCH|N2O!,^vهP}#ĒQ'n*BAVpӭab pDC/hضIjƵWyJ5x!klB6Qr+`:vec-7:X7n`Rlfluۨ*茨)t!!uyՆ9kpF}u_QPk7ߋǫp .x' ZQ ~+~ Ǎ# Y_L]R=|E&p<;i"B,E}=P^Y1P߃aOOo3+K:ϨҺbK6!,y?Z|s ~5¤ZUQ:I5;B:-=VeI] 8[N 7 )Xd_r7jY*yV]5XN&TjBcZ43*@fT(NOZs{#6SuF핚ԣVj`&ݪ G ~`^ukZϴ$]dT^]bPەЍvpz)<h7HjZNRm/۞ϴZ$+ҿBz9jx:'pi$4 |"ViS\QF@m)pp (x8UPavk#{/.Vxܓ6 <%"F>N$3 خ(uWj FX;P*ZMKbݫ5s3v nm$?{P͘U͂=G@3q].'Ra9 4_Ґ[PGDE4aR%W}s-&c_$uq/sWpy&_2=^'ʔ4A>ElnzŅhtQ#vϲw9*k|]B̙у7=P%Ԥo"nRlgECIp_3OϠۡe)%l`~е`-j)2u[Xɘ+#Zߥ/V_Nga<&; I8au6f=hZW`Gɥg1cIHS8b}Q݈tc+߆B6.rN s,މh;L @_[=(}&M< [$o9.+#Pi"'iSo^2-MzZceVxV;wRG ~Xhfa}')m,SQqeu&B`f=kOhvio%gMj+RXg-Y|S~ZCW"S ^?KcJ{?ϕs wdQyE_};BMtɥTѧ)1_|Y$%kI<~6%UjgJYq3P{A{LlWTNr}@bNl PoZ>pɺ xbL\ -- A\!8)Bvț{Hf G?1hn]x*Da^0Йw=ito1;7j(mG`H{:_'+lڌ 3YƾKogԒ`F%*DZ‚cG\+@a}G/K({˛Q7q5}V_W3K׌,ٰ]G9 C˗,|_S!lbK8]RYN~}?+~k.t苶JԩO_7v. |bFLId]' !Q< un7`LVR/ϯ253jJr*0xv47 _6z#rS9u:U ^ =}j,x^nOQ#ڒ:Etftvq`v$NREB Fv_ج:vᘡG]v6UVfU:1p4֬-mp;eY~{jf׾OTVE.z,7aJN!FJm@"r> 9Ƽ.'%JyD@ȷS(gI !- Gs5`Z)w3ʅ K7Y!s YWYT˩Qik*XsD:2aAњLY%CDIo.)Hivxb0n'^⸪0bݙ^sZh_Fg4N2.6Jׄv#@#+-pJ7V+=N#۾/?ĐܰK*UP@ wG3uv3tۅs]!',{<{} Xw -4cl8 a<̱gr]Xq7n}+lQX8I,"hUeSI"iɣaN9lI¤PU,6JU/:vʸV<L"e nHt FFGݶl @'"~ߍvzCc;j\BokyW4yv8,UcX=VG}RffsH퍏cA @b(;{`l丗^M-b`9<1Fpp"fB&LwJTmY>s"A^b&0Η+Q;0˪ttd2c'9w岦gwѽ16âW&i:3#5{ĜE d=9J@Rg.8/c13.Ȉ(uqnbcj_^ȿL/mW7C8BЬ IU b2Tw&29u>ͭ3,MF"Ӽ׬N*? Y %P<Х|1N YC%b%4c\pJ/`T V'Pc"@$A -45;7@nmK$ xb\Վd .?OcOqs| (XӛF@Xy2tj B$|? ,`a h㰨Iާg5o"ȿêL,_C(ضͭ-eK^dƥkfZx۷$1W!tyj(>k;NBvNĵL2熐23$bALWeQnv5j.DYyG L4Qp5M~mW^7Jg(cGӷ. 1x!Ԧ]=L)I"to*lYNYҵQ5J锤xœ şBwF}6khMi0b%/Jг9/Tfg) 'eu/T!YxTa`/PCC &k4 CIp1_Lk8Im#"]S0ԤgFD,d'ߡ~3б|Ģ(_4NŤpai1>Rt=s(ѩ:q:GchBr#ӅAGuy<&\_BAa|VcXڃ ٌSI;ۛC<%]>r*ء$%$oAmT\בh끍m;qC4פ8#EVMp ?\ 8a,wu-2aqFwHV\̡_%d2z_B/s"NRr)^1 O5>-V2~"hr^ٿ j *݌L#"+7WcgUC /7>l0\NZđ=G| {NUHwUwxM __Es!Z.7Sj#Y aN(7.)ՕJWeOa `(C r2/rj|CSK Lj`B ~y?b͎xxݛ^lw,{5c{:~Hb@~=0($">oD 7j@:Io _AGi4;pML"h }C[U  4F`WQ8\$dͧ\F@_$64ru 9 "+hj7V1oɆh$R/ظk*_ 0`5(;+ FahX9o0lzzl:oSXUz"E5h0k|bL翝׬ 0, E`]$3辥g}v1Xj-_7(0tق穸E>þ%!LV`lM~ paq #9h_Oj +l80H//Y(Я/QOdh҆Zx1ng*Dm/8(W+R{mlKďQ ̤ܓݦ4 ,:Pg<#= ]7䔕GoO4sDQ]VI 3>`+#;:mejt \*jQ۽K5a"ѡ&͂@lf_˻4BJ@r~mؙ[7$QG;d2ae6DX%7=Z1I.`/rv ifU+ןž{%]#fv[%wP%9옹LMfv}!#LcbEue  ;DQd{%^ȽgzVp-P9P=$-|qRp G"Me/`DqMP=ǵ,sN.(r)ߧs:CL TW>Q~`4բom4>k!KOz+@mNUãjdfW7AzgH#4{7u/^N٫u"YP<"]|f|9;΋n YUT.uy%g]OF7w8tǦhF//5>b}Nx+޷ Na$Uh? t XR!2_&n5G'_Zռ0XQQ랓4}3Ş Vh)8P0 ,qbyΥ*ǝGS~SgNl#33%*<0-~O8p}*If #(FgڀsN0&PZyseV)Χ" 2~+B@ Em9 Y,shݤh|"Kua\jWՌLe| f'_l )ԡ/ *"xs; cՓA9VQp-`t>_d8YggFj:N{vP=,@˿( ,A 1>0^a;+6 ?{5cT͹ΚRd-A0đR|vzP4/9|rc[IV@ণb]Cx6@^vZ_IYمPӷr=T6 "җ$}"BUL ھnߨw R 5h,}g,78s?wq\^e6:V*I @J;Gk{=NMq gJ?53q_sAZtvͧ_)Snʸ?6O;*X l,𙈑^1"Ӌ[)Dhe-nFjaH~s5Q7WNun<8_2eq(.c_iJE8"(k4{`5&HI z&7RʻwEix S} ^N0BZ-XӉdpsxdr\sCj)a<ɚ*)xK8ӷq(O$EKrdOf1U=-Ĥ#ˉu}X~Qzm?鰙7#fuż* ϔXth|ౙ:O/B19x"j6]1༯MZ~r!k(jV!e0E2q]VZCK{}|7Q} Ҭ% /@ULb8ב"ikɔ&3RiF"oi#*,aй.g.4 *[t ApLl5iM~f?'b0]/0z%y' ձA( |ʆ* IE̞JYk|l#کC..!xV2͉6s= jg\21ּtk[eiQHnŶY9\%jY=sļq ^7*;buuZ*jlO62zD?+'O6?As~lwa_x/ 30W$6 !QJzu rX'/^5c `Y iQI%MQIBd0qYU6)@ >ߟ\<g-[G^KY [fLyyjw^X:w2i)!\-F :7X%;ѣY?;6_6@]/SYo%@qƭ'Y8jfld};oo|50|)S.:3 pz}$Wug[Z$HkQL 6IVT# v}T"@:< N9ghH@[;}LdՠUF:eH?w&QmuD;"QmF&5FR#$\_W/4-Q;0S@aLV|3擦wx"'+Q!0&aB{cSEN~oBUFC2?AuX$2N_=ES֙V3(lR~WIj0PID [#(ɽT\jY/ B-]?W"5,C]VJ*!|.co[\&#i?Gxz*h<_>f\:6ѱ5{#`Miq袶#ѳ)ʆjX9Xer2ШOA|7Y588*ey Gn\mܓ_YbO ~_⣔_TKD778Za8<ـoF(F6GrPRV3Q!j߬U_a9`"b]"؈fEWوkb ziܯ2+RJ>8i\u8i{AC-XRss=gekPHK]*R$Qǐ7CiJչd7nFCӼAQk=ij6l_^nCJخϛW1ͭ VD0=_V%"0Dz) ɵՅ HTC$sHW`?as,(`VX<;xE;) 'j9gc:I3';D.S}A.ޱ(BR D嶆}~nACͽxkE eFVaKKYJ$[zge_"ZȶV[%~[c(m'ފi7f26 1G^Yd7/>[9mPv9FoMq e|e*y}!Vwӣ!  6W͡ 5BX'`WOW_k󼒈hHͣ?eAOE%=e&wWҨH"onp5OPcX 5@(S4]A<Nf%{d" Ok(6= i+zL`М:1?ʤ_tHmܒM$!t$x`aj@Hl:fʝCgit0_={ln-{2{S{by*l(;k/uݑae+yy62̨#ܝ4Ӷo#k˝D$O56#Y6'%$ K_^ _Qi-=T>ЉMpNZDA(h;#دFܦ5Ų]j9t5ط#c@u=yᜪ$4A؉ڵp3vDVj֝*8Č!=K4ZTCZk\G ;" P1KLP`@ mkQ.LT8dJ@,**_B\Ǣ̫֮|b'~?s.Klň5$ZA!GZ+ZdvS3 MIj{84%jaHLv-IP؆R4;>58>!qK++si#1'VE>m5c'^Ne e6p< f #n)"M\VKNeuH1rwQ>]@l{Xwp({&K75{Z1ٜ`4-ʅ;:1GO@A]݀rtb`i{Rc?ƭX) [ ai aG'99l" RN|(;b0qxi|*89sjd4m*?b㷘n@0˝!( (ͤ9Tөmٻ̔@ ߤ~1_gf!+흲 C*9b}Ψ,#0NC @VhJ!PPwϩ vtTΖvq*8E~ߤfSPcQ>Ҏ*{g]Rb?h~MM5,>SG^t+r7ˎ=&ese[ (RxޫϤ3E1]N윹qNQCRN,5U;ߌFoHPRD jIXG+~;zP( 1DGX ,=10UJEvg=Q3{' o2d_RBZʞ[?CN ;1$ \zB>tMBFZxH&"Q4KHN#iFRZuqVNc/Y .|5o[ڪ3l}h[C?#Ul9$臽7RW# qoGa}fLHX,sqM>'xJ8Bp4LfiQS˷I>WN76w4tPظcE%^?m]0c9XQ0BsKKJfN:Hc'MV^%> >Ws9DJD*.SN^{,u&ThrCp(iQH`cHm.hΧrB`at%eu&='ߝ49-鋯smDcL;X鮜J:CKC?H-{y} g[SN!pVȨo]#iV\z. G (8VcnyoD`*Ŭ{U7ޱdOϮO rH@elC0/ Jr.ME {uy_{ RlEkȹ| \?s Oj$ &7Q1wnQjɃ-%[(ˈ'3RC`g{eelHxQ#cW{/JJr',]C:]wp@_0| #I=]̊7u.W;m| c< ] Hﭝ ^r:/M#n$ė”h<6;ωooݗ8\Iʪ*l"t SCcDzMso?LɈZ@P3Cwwv p$%N 3~?3MτJ5ձp>MP%+21FoշPT͈]{NnN<:%x$uKoC2Ko.o4>;6ۅPOWl\6-`Aܮad#uTl27{q ?ՊTI+U4ɐ? lR }l ~3oj96 <2"s[ T;:5W ~smGq{@~έ@QMT<grgދ?6MH7P}g\;5:B+ Sixr?YT!R'tCz^9ްl+kbh[ĪuipUiTm} ]9Aq,<-xñ>vS"+0S'H1F#NTBc0MR\']l3};r\(%[n=H,ߐ_X{Gi':}IUrDC?s\/I*ٝ3Xȸ3lYIz/%IS."4Ӡ_ F!gOjdMV},Y jj>26E~0-+.Rh-dDivkJ9M@J*rٽ6p½VZ)aA v^?X?Cxπ 0xVG3+l|N4._/[Q)f*t7K(HO:G̀Ĺ!@/a;(-]<(YmC<vWQa!,:a<ـG\|)UJ5 Ba'EW`^_lJ:i$|3Db Cf1k1{#S˨Y4NM!bҫ ֹ{sE6tRa i<:#V,eG廿6p3%$n_a{Jҕ8GIj+$X –hQZ6!Jywϭox ,.mF=̢rڂt9@/V{F 7(5Qk#\ $fhk385'Kw <0S+넢t,Ga0BF2SJy=PpV#t47uOq;@%"ѐ@"H FiW< ;Uwr7no/:<x)pfo^0)>,fM,Ff0?2Tj~g3&W>L^D cSػǍ}T 򉔕!o{{K2A}pLj# Yϥvl37хi#b(J☦&G:X3?aIsx naq,lHpsth"os}cϖs$m:<x#—׬"O$؁E`|>%2x9IAnOYԊnFMgVL DsLGQ}8{JT(_f6JqHH;/(ϕ0} AEPY9$}*d yuI۾c#<4$fN+x)b:WOL3mPn녥6_3K%#׹ B+QAkV4e23Ư{Ϲ[=:̇1ͩ wrJ=aQS&5~\l/KBr+O<J}F*JՄ jd䦔HlߘyOo܏|&!8bt)^ķ{Kz6?|-\#WhxB3S.c6quWm7o S2OV#ڗ؅[8/vHaDr;)O5U'#2o3+?$!xsN&zFT J63qo^45$e~Xxe97\mՍlC< 4=>X%@!U747N&m:K5RSuZΔ]}Z7(Cm; CзumLFOP cUŽhÉTKX*ssWerdep5\Gkzv'ֽ*B|G.K&9D^RsJE(A>K#B@w褙\0i)L^[!12$L_zJ~b#,:o giy<:Z (G^XA:RVs?3}9k2Ӕ>O`* #Dn-*r#}yi&f*,O/[E(:0Q(d;s,GbMXA$ZTfQ`LW[]bݢtZ:ͶQ`&ʔj_q Z#hi31J[Y{5\)YƠ@R02v $*Rn ~ m,DZMnâ + Cz&w2M4Ir58S=&o𥄙e'Ç"Il)C: /  ܐ f .o&I *Pe\g QNz~ C~c%$k #»O,P(%WtQsi7,-)wWʄAS\ ݺrCC AF)R`O<*i5Jl_ztAͩՁkهjFpu<~d!@-M#$syZ^HYŘ+BuԬ|uK,]Iy:G?i[\&64hэd+&Y(mP(?1((D?JE_dI("wm+d: cuٟL;X?zGS;~^&aȍA7VI X*v8ጅoZu8US4Mg\!0Qv}m펧6f$6QV+jHmSH,.1$"8j+B2-D9_[ng'?v[ӔLԩǧ}'MY2cTP-:<~$D7/a[}g.~* 'i 4Cb2U;wFgQ-W@Ԫ{S; NcO42|";A+<: {$V9y,:$:&bh8Yؙsvb8FҠuqTDZ!ZG^]_a $BT|_=:ѺZ]Vw〡A6lkDE@Q01B`%#*$U."ĔULjMʵ9h&>VsD |A|M7ϤnRDп N\NTDټfzAOHg\up ;:,Q*KwVpW \Nޱښ0.jW࠹TRzdpn>z7tr,F% q@l Pj6=&/?Wg3zrN[e`iVr?Iw u|^rU#ՁZgM`kze'$x~|t.X˩2;slҎL|(_pF#-zuwvlՕNT3&E1 &Hu. ͫw9 +o0.Ȳefz|uel=,XPd|ҥmz/ rS"I>FfVu捬B/ ?2jRT4ѹVd]iB*&gBk~N}1C+6XG|/u.oZW7h%(bV@1 )ȼAݽ~1j'.~iX=Ǣۦ;dbڤLW9X+V'$6dϿ_ǐuo.8 N{wH[Ui͏=j֨_ E1[ =8 )^&KA.6U订q:a]jϱh3|f!ԝ(^z= s"zB}*c p ݌_\h15TzsDHYK|/kavvtUQO<̞7Usdt5xi{OJPkՀ-_dA1y\:̳(%1 R8 愄| NҶ&X D碿y|#u17ran*ҏ+Jɧ2p)OSfrzk32@%d6үVəAm]۝jJyJ=2DLf꺧6jԨC4Y\qcg/00XzvT[z >| zu E!DL8睎IYR/$ L3͗KΡ\l#BHھP%T0,vȿg;rqhe`wz1tO)TʳcrC_F1iɩ6VYj]g('7xdDUk.SͶ s{za?+^FKI;IʁqYҳH:mbӎ avRU'b fu0v0g92 ]H#> $¨1ob@GԷQKdjp~P!EL;B`\s 5BEY@9w*Gҕ9+2)])[\NI6,d{yMhFDb`uO֪RO"ŘIȓn>|.VV}?`GR4L/O/Uxob: U4P}ƅ!LS>:ՈA\: !@{vV +*H+#:}!-W#]0Q$T%4U ɣgP]XǦgx\X,Z0Bn'k~ݟȤ2euqC zi.Xe[ޜA =yNN0 _#V61GʃFAE7zBlLU& QmN bеU`E'ӝ?<3`gHH<tAѲ~JOA/nOd!qAuIʕh]+3?#㫍ě`xٶ9  DR*x^Q~1ꀓ r[?Ó3sWRF>{f F5LOk9]O.X?ѹFG