polkit-0.112-18.el7_6.1$>@"ЅHdfHDǰ>FS4?S$d   5 #@pv})w@$$ $ `$ $ $ 0$$z$.P$l%%)%hly(~8U9U:'U=A>A&?A.@A6BA>GAp$HB$IB$XBYBZC[C \C4$]C$^EbGdH+eH0fH3lH5tHP$uH$vIpwP$xQ$yQ`S Cpolkit0.11218.el7_6.1An authorization frameworkpolkit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes.\{x86-01.bsys.centos.orgc"CentOSLGPLv2+CentOS BuildSystem System Environment/Librarieshttp://www.freedesktop.org/wiki/Software/polkitlinuxx86_64getent group polkitd >/dev/null || groupadd -r polkitd getent passwd polkitd >/dev/null || useradd -r -g polkitd -d / -s /sbin/nologin -c "User for polkitd" polkitd exit 0/sbin/ldconfig # The implied (systemctl preset) will fail and complain, but the macro hides # and ignores the fact. This is in fact what we want, polkit.service does not # have an [Install] section and it is always started on demand. if [ $1 -eq 1 ] ; then # Initial installation systemctl preset polkit.service >/dev/null 2>&1 || : fi # Restart snould usually be done in %postun, but that wasn’t the case with # polkit-0.112-5 and earlier. This is a workaround to ensure restarting on # upgrades from earlier versions. if [ $1 -gt 1 ]; then /usr/bin/systemctl try-restart polkit.service >/dev/null 2>&1 || : fi if [ $1 -eq 0 ] ; then # Package removal, not upgrade systemctl --no-reload disable polkit.service > /dev/null 2>&1 || : systemctl stop polkit.service > /dev/null 2>&1 || : fi/sbin/ldconfig systemctl daemon-reload >/dev/null 2>&1 || : if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall systemctl try-restart polkit.service >/dev/null 2>&1 || : fi~F - 0.112-18.el7_6.1Jan Rybar - 0.112-18Jan Rybar - 0.112-17Jan Rybar - 0.112-16Jan Rybar - 0.112-15Yaakov Selkowitz - 0.112-14Miloslav Trmač - 0.112-12Miloslav Trmač - 0.112-11Miloslav Trmač - 0.112-10Miloslav Trmač - 0.112-9Miloslav Trmač - 0.112-8Miloslav Trmač - 0.112-7Miloslav Trmač - 0.112-6Miloslav Trmač - 0.112-5Daniel Mach - 0.112-4Daniel Mach - 0.112-3Miloslav Trmač - 0.112-2Miloslav Trmač - 0.112-1Tomas Bzatek - 0.111-2Miloslav Trmač - 0.111-1Miloslav Trmač - 0.110-4Miloslav Trmač - 0.110-4Miloslav Trmač - 0.110-3Miloslav Trmač - 0.110-2David Zeuthen - 0.110-1.el7_6Matthias Clasen - 0.109-2.el7_6David Zeuthen 0.109-1.el7_6David Zeuthen 0.108-3.el7_6David Zeuthen 0.108-2.el7_6David Zeuthen 0.108-1.el7_6Adam Jackson 0.107-4David Zeuthen 0.107-3.el7_6Fedora Release Engineering - 0.107-2David Zeuthen 0.107-1.el7_6David Zeuthen 0.106-2.el7_6David Zeuthen 0.106-1.el7_6David Zeuthen 0.105-1.el7_6David Zeuthen 0.104-6.el7_6Matthias Clasen - 0.104-5.el7_6David Zeuthen 0.104-4.el7_6Fedora Release Engineering - 0.104-3David Zeuthen 0.104-2.el7_6David Zeuthen 0.104-1.el7_6David Zeuthen 0.103-1.el7_6Fedora Release Engineering - 0.102-3David Zeuthen 0.102-2.el7_6David Zeuthen 0.102-1Bastien Nocera 0.101-7Matthias Clasen - 0.101-6David Zeuthen - 0.101-5Kevin Kofler - 0.101-4David Zeuthen - 0.101-3David Zeuthen - 0.101-2David Zeuthen - 0.101-1David Zeuthen - 0.100-1Fedora Release Engineering - 0.98-7Matthias Clasen - 0.98-6Matthias Clasen - 0.98-5David Zeuthen - 0.98-4David Zeuthen - 0.98-2Matthias Clasen - 0.98-1Matthias Clasen - 0.97-5Matthias Clasen - 0.97-4David Zeuthen - 0.97-3David Zeuthen - 0.97-2David Zeuthen - 0.97-1David Zeuthen - 0.96-1David Zeuthen - 0.95-2David Zeuthen - 0.95-1Matthias Clasen - 0.95-0.git20090913.3David Zeuthen - 0.95-0.git20090913.2David Zeuthen - 0.95-0.git20090913.1David Zeuthen - 0.95-0.git20090913David Zeuthen - 0.94-4David Zeuthen - 0.94-3David Zeuthen - 0.94-2David Zeuthen - 0.94-1Fedora Release Engineering - 0.93-3David Zeuthen - 0.93-2David Zeuthen - 0.93-1David Zeuthen - 0.92-3David Zeuthen - 0.92-2David Zeuthen - 0.92-1David Zeuthen - 0.92-0.git20090527David Zeuthen - 0.91-1- Fix of CVE-2019-6133, PID reuse via slow fork - Resolves: rhbz#1667311- Error message about getting authority is too elaborate - Resolves: rhbz#1342855- Bus disconnection report moved to debug mode - Resolves: rhbz#1249627- polkit spawns zombie processes - Authored by kwalker@redhat.com - Resolves: rhbz#1570907- Localization *its* files required by newest Gnome Shell packages - Resolves: rhbz#1584533- Rebuilt for mozjs17 48-bit VA on aarch64 Resolves: #1436518- Fix a memory leak in PolkitPermission. Patch by Rui Matos Resolves: #1433915- Fix memory leaks when calling authentication agents Resolves: #1380166- Fix a memory leak in Polkit.spawn calls from authorization rules Resolves: #1380166- Update for another mozjs17 change, the pkg-config file name does not change. Resolves: #1331776- Update for ABI change needed to fix use of 48-bit pointers on ARM64. Resolves: #1331776- Fix a memory leak when processing the result of EnumerateActions Resolves: #1310738- Fix CVE-2015-3256 Resolves: #1271790- Fix a PolkitAgentSession race condition Resolves: #1063193- Mass rebuild 2014-01-24- Mass rebuild 2013-12-27- Workaround pam_systemd setting broken XDG_RUNTIME_DIR Resolves: #1033774 - Always use mozjs-17.0 even if js-devel is installed- Update to polkit-0.112 - Resolves: #1005135, CVE-2013-4288- Fix a race on PolkitSubject type registration (#866718)- Update to polkit-0.111 Resolves: #917888 - Use SpiderMonkey from mozjs17 instead of js - Ship the signature in the srpm - Try to preserve timestamps in (make install)- Shut up rpmlint about Summary: - Build with V=1 - Use %{_unitdir} instead of hard-coding the path - Use the new systemd macros, primarily to run (systemctl daemon-reload) Resolves: #857382- Make the JavaScript engine mandatory. The polkit-js-engine package has been removed, main polkit package Provides:polkit-js-engine for compatibility. - Add Requires: polkit-pkla-compat Resolves: #908808- Don't ship pk-example-frobnicate in the "live" configuration Resolves: #878112- Own %{_docdir}/polkit-js-engine-* Resolves: #907668- Update to upstream release 0.110- Build with pie and stuff- Update to upstream release 0.109 - Drop upstreamed patches- Attempt to open the correct libmozjs185 library, otherwise polkit authz rules will not work unless js-devel is installed (fdo #57146)- Include gmodule-2.0 to avoid build error- Update to upstream release 0.108 - Drop upstreamed patches - This release dynamically loads the JavaScript interpreter and can cope with it not being available. In this case, polkit authorization rules are not processed and the defaults for an action - as defined in its .policy file - are used for authorization decisions. - Add new meta-package, polkit-js-engine, that pulls in the required JavaScript bits to make polkit authorization rules work. The default install - not the minimal install - should include this package- Don't crash if initializing the server object fails- Authenticate as root if e.g. the wheel group is empty (#834494)- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- Update to upstream release 0.107- Add forgotten Requires(pre): shadow-utils- Update to upstream release 0.106 - Authorizations are no longer controlled by .pkla files - from now on, use the new .rules files described in the polkit(8) man page- Update to upstream release 0.105 - Nuke patches that are now upstream - Change 'PolicyKit' to 'polkit' in summary and descriptions- Don't leak file descriptors (bgo #671486)- Make the -docs subpackage noarch- Set error if we cannot obtain a PolkitUnixSession for a given PID (#787222)- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild- Nuke the ConsoleKit run-time requirement- Update to upstream release 0.104 - Force usage of systemd (instead of ConsoleKit) for session tracking- Update to upstream release 0.103 - Drop upstreamed patch - Drop Fedora-specific policy, it is now upstream (fdo #41008)- Rebuilt for glibc bug#747377- Add patch to neuter the annoying systemd behavior where stdout/stderr is sent to the system logs- Update to 0.102 release- Allow setting the pretty hostname without a password for wheel, change matches systemd in git- Update the action id of the datetime mechanism- CVE-2011-1485 (#697951)- Also allow org.kde.kcontrol.kcmclock.save without password for wheel- Fix typo in pkla file (thanks notting)- Nuke desktop_admin_r and desktop_user_r groups - just use the wheel group instead (#688363) - Update the set of configuration directives that gives users in the wheel group extra privileges- New upstream version- New upstream version- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild- Own /usr/libexec/polkit-1- Enable introspection- Fix #629515 in a way that doesn't require autoreconf- Include polkitagentenumtypes.h (#629515)- Update to upstream release 0.98 - Co-own /usr/share/gtk-doc (#604410)- Rebuid to work around bodhi limitations- Fix a ConsoleKit interaction bug- Add a patch to make pkcheck(1) work the way libvirtd uses it (#623257) - Require GLib >= 2.25.12 instead of 2.25.11 - Ensure polkit-gnome packages earlier than 0.97 are not used with these packages- Rebuild- Update to 0.97. This release contains a port from EggDBus to the GDBus code available in recent GLib releases.- Update to 0.96 - Disable introspection support for the time being- Rebuild- Update to 0.95 - Drop upstreamed patches- Fix a typo in pklocalauthority(8)- Refine how Obsolete: is used and also add Provides: (thanks Jesse Keating and nim-nim)- Add bugfix for polkit_unix_process_new_full() (thanks Bastien Nocera) - Obsolete old PolicyKit packages- Update to git snapshot - Drop upstreamed patches - Turn on GObject introspection - Don't delete desktop_admin_r and desktop_user_r groups when uninstalling polkit-desktop-policy- Add some patches from git master - Sort pkaction(1) output - Bug 23867 – UnixProcess vs. SystemBusName aliasing- Add desktop_admin_r and desktop_user_r groups along with a first cut of default authorizations for users in these groups.- Disable GObject Introspection for now as it breaks the build- Update to upstream release 0.94- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild- Rebuild- Update to 0.93- Don't make docs noarch (I *heart* multilib) - Change license to LGPLv2+- Rebuild- Update to 0.92 release- Update to 0.92 snapshot- Initial spec file./bin/sh/bin/sh/bin/sh/bin/shPolicyKitpolkit-desktop-policypolkit-js-engine  !"#$csda0.110.112-18.el7_6.10.112-18.el7_6.10.1030.112-18.el7_6.1 0.100.1030.110-4 org.freedesktop.PolicyKit1.confpolkit-1polkit-1rules.d50-default.rulespkactionpkcheckpkexecpkttyagentpolkit-1polkit-agent-helper-1polkitdpolkit.servicePolkit-1.0.typelibPolkitAgent-1.0.typeliblibpolkit-agent-1.so.0libpolkit-agent-1.so.0.0.0libpolkit-gobject-1.so.0libpolkit-gobject-1.so.0.0.0org.freedesktop.PolicyKit1.servicepolkit-0.112COPYINGNEWSREADMEpolkit-1.mopolkit-1.mopkaction.1.gzpkcheck.1.gzpkexec.1.gzpkttyagent.1.gzpolkit.8.gzpolkitd.8.gzpolkit-1actionsorg.freedesktop.policykit.policyrules.d/etc/dbus-1/system.d//etc/pam.d//etc//etc/polkit-1//etc/polkit-1/rules.d//usr/bin//usr/lib//usr/lib/polkit-1//usr/lib/systemd/system//usr/lib64/girepository-1.0//usr/lib64//usr/share/dbus-1/system-services//usr/share/doc//usr/share/doc/polkit-0.112//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/da/LC_MESSAGES//usr/share/man/man1//usr/share/man/man8//usr/share//usr/share/polkit-1//usr/share/polkit-1/actions/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=genericdrpmxz2x86_64-redhat-linux-gnu     XML 1.0 document, ASCII textASCII textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=c730f697488459a0e676e0a92af390ae8e99b1dc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=e2c475e79785c0d72cd9789a124d3f2db474077f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=e137c98193ffeaebff9c765bcd395fa53455b187, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=aeba4a0e290904ebf00c25567ecba0090428bbad, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=bcb6b49ba87d4114e7ce9d78bf40efec1480a314, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=9b9dc86874666524f1887957e6f485f11d7aac10, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4dd1c26e848d31fa1ea59d975b924efaaa13d101, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e778890c139efb1590b811423085dc431a2ce376, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, from Unix, max compression)troff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, from Unix, max compression)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, from Unix, max compression)XML 1.0 document, UTF-8 Unicode text)4CR R RRRRRRRR RR RRRRRRRRRR RRRRRRRRRR RR RRRRRRRRRR R RRRRRRRRRRRR RRR RRRR RRRRPR R RRRRR RRRR RRRPRRR R RRR RRRRRR?7zXZ !#,ދB]"k%Y:0wD8Tk~g6>ؒp^rRs%uWVY|%7m(a0!8Ypo=lʸ2z;ҐGƵAGn}NLkW> ?̒ h>ሚ f~'OAVyk( J༩uܐz$QҎ}Ncl5; 9n LlUb XZr'3͌8$ Yńc~^ۇRJr>z*vp{0KT"FSZ)0y3E4>X\nVȦPs2ͭo*?/_5RFMl cŘ=|46c7mqM (;ȣ@jXЩdÆ`r6\Z̠EҚ&qqtFZj嶉FaG%n&a|X0KUخZR 1r'yT(E#|IިHhP ?Vn"}ֈb?-J&3ѓ7_ZQ;xY9ˣt41(g}[l$,9ʶ'}qdB#ٴD EkD73'wH W9jמN M.L1 c:T"a*.`] ZIZ@k]zB*neQE( =s3n\\-/aZ^ao:3ţgW3`KqQ"46aj-#YjL.A0#c^nA@͘pƜQS*Ja)$H{oH IDpurlƊm Q:ai+I c^ q;^"ۏkɑL!.8mgL܎=g}֬.J= Z&ރURQ`$zdsQR| -G@HOM6rNK0@@*5}_`\i~[u.2=$Ӟ+@mj'f-o̵+i>A{%j<vV7!&Rg]5tE="P>"$TCiLO#塴D"qX5P)!sهke~d1'"&*0g]f o%afc/oz9ی/|/da*bl5c mI᝹~2Z|VY ,E*_ī,rb_?<s{>Dqdд83$Z6QEtw8#(@#Yȍ  b&sn0ZGb R4?~`$ӔhT<yRPzX*Xd31;S~Dw1OKOWB~S]_>A+;FtCB< /H~&Z_uz"5:o ̏gm#o@+^v!5QʺS0 "m~zfvc֦RZEe^r8'.5+]cG_A86A&$|"lfL/fA*-Z_}@Xm [ 42@1>BUA!<'1kiۥPE<8C]\QOܮXʣpo]y2/f!1ɫ׋hXE?5í37c -빕Ž?KYeAħ-F&LK1Nm%TdpM`A9aC k>srw.6ĥ1B͞S" 3q@Mql{NBgˊ!ȳs\f}"j8Ў5١M,A[Wiz>}(.>@H5lXqCKa1@VTN\E]s ^\mlxDrWgZsd]a9R8 G6L=r?A/krfclR9=вdx]doc/ʸ +)2oMzK߂lqLQdMVkSﺡo 鰀G~\kk1ҝ3S07K;W4ɭt֛:>]馞|HY4%:Қ |kmDomLb%dJ&#cFmעL_R03QS|6ꝛf@|~/,mIR1f-+v? SHpwVg`T Srݺuh8P_Ovgf|(LrFbǁV?b*4u&k^HX`gUo-ydbFUIz\zI+n/-XX6h90 #%W3kNwa#-'A;IQdCW1Ih/VPj;MA= :pM䦸ލCH9`;-Z ?)([sb!#roc`e+90c}*.} :ǶG;.F2;ibR8vg#k[5IbꎌAţmTo{hlkď"D*e ~:M$Kw^71oV*].aW:% OkHu`^P9+@7P5hEt n2FIQ2(邙h@P3^#Mh QҪމ,].UYf2OY (uPeNxV2_Ckav-x*O⎯Q(uJ 縢x=TA Eg ͞ P˄N'ua '귍:nmIX4^gF+Y΁Ρ&R$ӫ5DBjhQf'Hgiֵhwt\ZRy#ܼO|nL0GM$0t=-3!whXb+0XJ~LE634[C %"ICɦ(}w?;9rJrYfٌޭ)lN9̥:c6/C۠ӫ@ATA'V2{¢;=5.<=4@˜pJ_ VٰBǥ>x?C hjq~,[wDk?q<|Ƭ"6EMH/va{("HRbB"@gx+,1΃ K(:xh&hx9G&5B7 $2=RE9^c_Je.U#ʼ Kિo{KX}Ur*LP ,SQW eg!#']tS)ADn) %*&+VkҺ@gwpL~-|Nwu+xI4j{G8'!>:+ YZ";5P@,%̄M&ev(B[Mh?8_ds5%=##.3=O9 OmmdQt5fbwy@4m FlS)S(jP\  0q}Bj~ 3CTA u&#zvy(ٍ87dl!%_ >meCR>9r@>c2B$Xg%HYIM~R$sB[ͬ>ϕ J0%";,Dp(I.ѳ% [="efq\KAِM cwD rSd~@^4`Ĭ?NhLx 5"Of 5cH&ZxY~[s:i~VB'A=L[ ' XbbHNyE{J|e~ŠPI6oЈ\<X> NDZbka~op<)\hG" E FW$-Q~2@W,S7Z,v^ueVpz,9_D#%5F*yl㕿{(J`ANn>*QN̈OYww4&_֔x4_h8"ijйrBrӗC6'> iIsҗ'i'E7Aቾ,܈ovC9ɷt:r?Oq ,74_5Ax&z{3ڿ`-TNKXޅ;+4pp!N;FP.9ޏG~}8+ʑAH/]ʶګl[q^iKm~}`[(To@qFh$rRUC]&rXGUXu/EhF #R#oZN ~*NG6Շ:ԀaIDsB.Ot) _`hR `5cIhl{Ʋ0_6e=h!1F's{ $c?^Qz? <R~Ŝxn,52n)/2V ys6Bnx;ׇ3NՍc+iE#vPC~lC5rP1B3 q>1.21&+x+urPD1:??M !i(pߊ@f~p,V$58N,{Wqז=Q:dcը Ft;JN⅂]8͖ Y<|,N.lUyٹJy|6,& z܂݂љ:X݊׼JFukLZ/GsZ2Wa|d苇(2L+(D"l+y4niuO .]oDM6Fhٝ%0kGSL_2q*&1Ҿf&@vN6Bn1(-YS ~BowFNЗ.ziQ;Uvl'6cKxE%L)]2uز<_ղ*>$.Q\TsqvK(;6P sK̓Bo% m64`"UGxv^ѕӨ+qd zěRAN7;L TbJr$>d!Nqg0B*)16c*rUkGf9 \Ni~e1h\47pASÇtBu-^r*W֖j?p<,h4aGS ?} e4e d~Fwz'ˈףHrfkViƎȵ` Dcˡ!DbԒGPԷu{,@:vSKlI2JBfj8$^YŵXEGg}d *b퓠 RT ^OA^N=Q7E(+':WXxM:eXQL5=?9P̙b_7.]]PJ^,qJ|3ɸՏvyܟ#jÅn!F0T {Y!~Z+#>Ȳ%;yKh? N"D+=wtE<IELRMkc2aqG1,F/mZ/ ةj@c3̝EcO#OQ_a]:\uӍ;"{|@l)M"͑¢fneF"?j΄RD+@Ѕf"4@̈́.'.)v;$}UN-:yx*#UqQ?| 'c Դ']xR ƟUXRr~s&]haRJu;f,Jo -,M{UjBΎ,C?g*"zc3:V2@2Ɏ[/+Egbۋ6dpe􈂈 [Caﲭlz}Eq܋U*y^UykC8Y7 qs l Hɠ|8.DC$"KIVP|W!xؠMOH短 q 1Q|XXR.u5ƨ:Lr wLSc~!s?/hϲ @6tdt{1HH.>\]/oMH= lYzEZ?Uճ,3; 7k>=W7vM?0lT1%yEQdxdnQ'gT?nZ[iџK|C3ry٦XG{dԜ`_EKዬLԅ)~Mf, `iyɍ 0u X? EG2oϟ62f.i[K(АUr$@<K KbuPOĽyC QZ?cVۺhC 3I0LEk꫘bq(V=v$'O;7-tJ|pUQY: ()1ZsjK 'uim)C, 5dxM-%z3[>_m`i Ħ86N3ym@!ݨ>{e3(+Z?1oxe'*^i׹] 1J jW¶DXuxE9t+[~¨^" X;I4P ]Pɴ"?Q ZqM c X]^,+IoVOxSKiVCv#T8c.nR1\غ q6_f`!iRd=\ꄁ ~5пƣkM}.CΦGEUޑNVS^Jw*e Ų976տpS+rl:bg/z;YUl .oyeB>:zB%RϷ4;cV` B/j 0Prv^Ҡ4=p!|WE+lAʶ ^Î9uCޕNLyNL+ʂHYPKT#!XM:ptJÙlrdQnCD` yaT-#kd^,{'$qqn;x*)rOCJTCS%3mqصrpAhugbrQ `,& ϵ%몵?^Xv@~oq@i=F:m:w He$ +&tB_[FUVm(,[,0,akzYkF:9O?UrFAѠ,#:X?PT.men"(Svcs`05~Q(㩈.n56֯ƹyEf;zȞ1~]MC'|֎2[BFV"ݓw}[ 3-ƷE W2#D2ݤ縃Nh2%ZN.97F*ه*`xwi4Bג|RP5$|5 Ԥ p̴(%] O*G 39B oZCxkȪU5[|x%,MZl?{={UKulF!`;O8Ov@[-N vb'o3ao^}7В/Bsجo R"!gzH)]- n7;t A{kT ľ !YA EǹW*MZ^ga/!%T!Шc0v5aKx,(|O\}xo°";͡3}>V0݃fǴzZ_\BOzN]qp?%ܤNw7#iЊ?H6HkINZ#gK{wzXnSy\GQeM` Io#82RAAXFHM@:n{ȱV#vt1uw fx10C1Lk h7Ɩ_d{.X6k:(cNAECy#ܶZУ^6e5\; 6C7l;Η Ps^Oq}N#͖q?ܵŶX͵Rq$뫎XB+!9"qD5ާ1OdWɧRYS*h0n F"ՌbYCM \p{K5guԹd *JLp}YɗM-UnMdkuejPvp&NxpآdCAu1gn!_+ڝ"p3v6X%Q{ u̽}HXzfgv",-]MrvJx5@o>npm=A$34cIÄVVf=j hup9v&ۺ 4 I],lxrX Pg0 ў8SӴw᫼ 1e PNWX}>gFx7kpVDTK㏑!yj(z5zH:@$w'MͭO_t$aT^dÈF_V^ 咲(f42PF"PoHS=ޜ=t|=<ywbВ￁2RYJIT\?7,#s'bCF5W鿡Q:Qu'k ӁTqʟ$qIhc oNeE2X\;⚱H_"cQ>:$X /[yOȲ`EiF|lu](w{R0,Q4~ .ىD4o4~~BqLa_7 .xr2myf"*}2}mGiMv[o aݮ*~78!czۘo o֓7r(YV1O.aRy-XL/*UdY^.t-M_<ݹs?JBA[ql, `޻`FdK;FR|ur?S> peV"dzR:,46̆ŵxQhC.ob5a1E\/K]L"Ǜk 7JCD7,9LfI#^,aNPŭS-Ѧ1U"> 'Zy#7V{,x>"ZS0UYZdu m18.ְE@˴^e;N溔\&v(]dgԊi9 ,hpei睊DKoAKʬ@x@zS$"lujVң'-M:o p YMzZ9y9O9 yF=HX[fb@DՅE @|!TbLva}$ |P`'7`>Բ:@!Z $3(K[qЦH^Cr ~nÕFx|  N-s`ZG⑨'\*+iҸ Pop&aS{-x"];4a ).x2u57u uӞ#_7dߨ8$ sWs]h1: 2^coje8GL>m(ZzpK hpjW <ֻrCXĹ A|깕g) wk,)@L甐E$o^(?5 $tnV&;b07{p{R!S!fRlW>-7 `,,%N`dV]%KKL_)`!Wa7 ?ib5嵩!JJ[+wRrnfɅNדnHfQi o㈉kۿz8w )EV)X&Ӑ\t~fspjW_x79}[*PCw~qB02r͙%;P=@l6q-tarV}1"Ǥ~6aGmuH`\>U/ 2l(cxd{f@h.B"_CN'GOmZxc`f\βд/4'ൖ=%wL 1+&lh(^4/_\WDr^KN2 thRnsٜ rD̳=3}QD͊3MwqHxJ74ʺ e%P $!1nC[SvW7E6Gf>]9-1d,A'~4$$UZC*kG7n( ?+M!K" TugGlg_^}ea?&yDb-N)'uu:jH'>S)y[~KPo=ymqwzOX^N7]*c(&XL.z]c vZQ"&y=6.H|t/*Ü7/ ѢUQ&2-olƪ3`  &HL}U ~y0ED;>{/yUz|3t]y0ݸ:Y\藚J`e48wRHQf¹ӥ$ yd;/'C] ^fBL)uuEtu/-EA##bJ]۹y ~g4gjt]ԡQ "QDhx]{Hh]}[I9ֿ>s8洍@nŔk._0#+rUQX`R&- 0RA þpI'_FȜKۻHrIմWYPBg XYoh1Q{.4%_un9{hTa#$őm\A=(u n{aYz% җT /9>k=c٪tzhhU&=0Z.o)"v~)xӡ#&a+ 4Ndsě.S>p]eAFkDįN)l$] PD@Z;ذck TgtP802jfpX8Rv4Z=ĩCsy4Rv}ɯtRm<4UH^^VKi$<3@_ kjy\H0ƥhe:s9.~*v?nSB¦rvsgR~ _We+$ 6xs=};UȝmO *dR@i42rC}g9$g.Nkup(6sʝegϝ_G(ln u:U\pio~v;VXV;),TӀ\#&" '#8DZR`>='D 9zӦa~o{+:~}EG*\Rӎ3@ڈf玱jN̙xu㒊 /{,[(<*Bsqivt AߦTPBv13IQxσ'rm;z“L1ƥO/+*PdçR5UcKni^̄9pž:22Z>]H`d2}=~+) }(TZگ0ԵE\v' Q}&P9qʡ=N?'Fs}G!b h}HX6(|8~O{1e^)d[eGp=U^ ֜Q;%o{zsӥ֝"9Rv(¿fgj]kr7 &hcjk@wF_Ӷx l*B wƒȎٟ `U:'CzA?@߄WL1Ñ׭K*p۷=v2b{ޚr6^ $W0?Ѹj:bDI4p QV_fc5Z?Ñx:Ia.Zj15 { ֣AuǙH♠k!淬zK ?q,fwЎ4>0jyZ .&*ͻ]18Ȗݷl'#6;]L»*iC#>"Wh\]QbP5C/|؆Z=8ͺ3IT-״U#;!\ [w+"VFHW0hUMtO?vI<+{4ޑ@o$Ҵ$0ti:>m}QhŜKY(*Oo^_{l?`!JM ,鎊švزU 5A4;c;e'`x\w+ #W7 ;x2T"U.LOPRѪcT)ۨZS Pe;m(#1.((d)dE2K~J|e,r}ǯװy?/I`tetydahO'i ] {fO0/r[LlYKP&px e#mNI<9(g{d/^B PTXt yL9b 5k`,( [A$玝f5oEeP06UWZKd Jş5ʰtׁ8 R&*Az)\wr҃YB#{^ō\ (k'QsomQ4}xR @̯I EwUP48"DD/_NzgPGj {CeqQWUG}jߧ΍ %Nv: !XGZE"m=y/ƅl5& IVȞ}MP#3`I/!bΕҋ6zeu=Z)~ǚ&-b@x k\}h`E젷&E 1߹S*n1QM T;5>+.t t{_ FlӖ Mbk+}Gb({W{6e+Yrqր|eb,}#N'M'/EuFh9(}>f?k{Ca;08Nڶ'W ?=P[ _v-#PSp9%u b0a ?5H+>./Q^Q zߞAiF@7fթ+>C6t`SC xmŲdyW8G\cLȒeв 쭱 [ƭ]y(#owAG(K:Y1L;eAETg)RC)qc3YPZV"da~|<)6`<`Ĩnp\δfē@%H(LDW*a֚;͖:R(z/V!Y \ah9ʒJs4{ʶ),]2noy%-﨔S<7Ì 18|iC;81?hkqI]/FkkOU ЬJkDЬl눴5ՒΝ {BbfATp*y=~湣KocL|xc77 *zǭp}}o"a4db;͜A35e O ion &3|V}p3Xq PE'+\1F/ҫH-Y#4`h/ݰ*SQbZC]wѣbWeF #"BƑnx(w$ |d+Vbǝd$m@vi=\5lʼhm"" -l`:ѝDNu"eoQoaRЭ]8d lh]XB 2/qW9)H"D}<ҷ& ײټQ%ͺhݧg #Cd,>ѕXYdr9MPF axvG`ʓ 0"ަ_$"DyVEY ۲3hX %/ப2+i+:=CM:6.đקxG;RLyLm+f^] gw7m0i2FK#>T%MCKm_kΠ#TS }YK:7s]nyPp.Hf}K[X= ` z_f"J)-p|eMޢLFr6s_n[j~ +. (E'8io̥ jzwzC*b8Μ >|ʃWgf 3-һ G,#+R/8FPd+3abbOGFfm M2\9o #n$]4v+'9\c#8d-)J B|Ƙy,>>T~t0 ` !3Q4GvcƍEiێy#*ߞ._Fr; ~>nwNSr˾$r92S}̫\L֜9J3Ua|*/<T;䪣P1^,3Cubvq2sY9,HOV_^ʻR09cNR6C[,{ewOg}M<UB+gW!`\-ʕ$mV/&4P?^I=h(>zfP&{ߚ?RҵE' lct'ʝ3ëX=(;D6ӭ 凙b<e?y'-|5 D[^LSb8C%'5y=',T ywa%Kp<>sk68']uߋFe-6}IIrzܮ0\T D7N u2.kUti>*.G=ȷ),X6l ,W1q`9Wmas:'uRMB#uC_+Y}nA ݒrIE ̷ĖW6yu>@>-=Գ܄p3u3<櫍U-s2xj&(ދ:mt>';љ-ܺ^U jc\<騝 ʪ@+azW)<|F>wE#)rHş0TNaQ"MC%F8ڂRLFkUR× B/߈< NN\d_V:%XNʀ+⨞*g7ЕG/a/{3fDX+oi8`:mYgNk˄]Б wګx#{N\5S^{}Oh2(_DSwǍ9vB6 Gr9K&3#%0Z I5,ը(Rj-G#G dyVd}yBՂgI nX1OW)lb"lY愵!f<:ER7VnS|Q*2AA=%z iKsb]{H&< ND  ɥ4%0qˣ ]姐eZ Y' /ŨThh"lQ @ }@3w]#Q!9T~|vڏQZ[ u4 (P>^z7Ҋ/PD#X[93~ϑXLÇ=tG]U(D7 `>-9|"@!5sj N8J^  ο-h\n%2=6j=ϟF^25yi'4u=i(ݕEڠ16LûJ6N73+rUaHo$,_SQyee,WS̠2%%mND$x ?&NLjqh=l9lGJB{ 7"ׇ0@?Lt(?;5.il~Y1`kJ:V:?<7kJ.cR2.SvPE ˜>DÊY$)z&D-4Umִ_?9EL97Rڙ AY qپ~hsț6 VY* U7򞚅^Bi5|;eWo /W!mm7>c~9ʹPM0ƘTLz N.W e. ǥBLGn$-40LP" ?P(yS1P\^ݸBGdBjHVl#D={fUaZB>_a"U0 TCwMj k~Z Ą D:.̭ʛHRy8+↭ .2DLn}4S kFs(5jxw ]4 =ATr%C~f_&O]{;$+u?S3#]6]%~p{ٗKmVjV= B4,-Op":?{2}8j+}ue.}gbl}.i{#2ѧ`vC1cbĻPB1 k S+~ -$TBU=ӕ RF| ^[ت+і#R!D^ !:2$Q׷=!0i:pZcWtNUzFZ(w@4 ' !NMZ(Ɵ75)_3}[gm2}9Ƭ4RTNuh+<G̣v a7nAMR#c+fFW|lnVOfO$w_nZ Rr'z 8$ JA0sSęF:ӕ S/ FEDSGRU¡SX[rmC!xu)9g!RػzYK\80V ]X'a[JàQ! =cK'UPNlCKOfjE2^r EK0ӴDv(.wWmO7$6tGr}o88s/GY\3lvi(|^.7l3I @q . >"|$ 4*4QpnhxLh:y>)iqC{Jc9su #q:sR'kB)+vK_YSNǽLDHP vIFܽξd Uz@cldlq{L3D^ )bCN <\;F;/]ь/]s|Sܸ^gһ2$#P-秊tB^Gy;^Rn{1r\KegqXRԈ88L|wyʅ"lL:=cGܞo2 Ib/A$0ȮC>T7 353M~UʄAOws`qXsQ|uؖOG>vjX6Xa3?#!c-TfQSklw~u\2ahs/YaETJGWL7UjaySr6Dx.pe*0W..:J Bh~w̨$imu+FʕN6DW&t E>6=66(dovV7+،RE0n gn g:ڸ }V=Y{ `Hj 8ZѣS^?kY#c91c+P]쐚9c'?8}."#|yE 'Khpf{` ZA ?E' +6-b)\"D)#mO~BijޅA1x,6u9%]^:8\@O;UWm)(/ۢ_UЎX]q3d|s3wn+k9*ᬅδ>>n3<6fKZ > }m#y$5C_-=Ӗb~Ik&)BJ16\wm 2Ll2[`@Ìn3Rk^axkqQïF[?^W QI=0B ☞O%/NwTz\Ma"`hL]g# +#?|E^ݝdFc9!Q%n0J}XL/|5NSe/h:<;iνݞ+: L3`8k'.}O51cc§Auby1ѬD1V%((Ph$g7ѝ7_a3{7g{+݇oB Rlw9_Pxvߤފ?a<,A-ZOu $%k 9`Q5蔷h}r!E/I3cZ'K 9K7P6]5F׵-Ju pl?5/znSזZaO5(s !q`qb-hxsvsWY>-SjbA敁K:I$9DꣻDGRQzrvze- ,N1$&/}8qlDɰ$)"| +KM'%evTFw@aG1tU~҉pԹ9ՇA&F}x'8, ZW`x:Hhh{lwrilS;PQ]6~[϶Kty5dtCC[><3N2h:g1k$iDt <[nw7M)Q@&뿬Dax}f/`Hw&\P'o/^罙5Z~Xg/;ISI{J%,cCv!ҡz1xKrr Cz H2ƪp$Sd7'>@wɡTmʖuTa0_{T4:B&!@ݹ7>7u=uyBծ]DVV,y0 pgԽaPn gS XMKwbH/޼տB\":'1mI7UZ(W` 0\ iBV`/P8+$$$ 3pquSz"sI-Hh)L Q>aٯTWz|Ot)ҋL waci|ʦ7K[k\AH.]4sYh#hnha >Fgg57d2$2cqĔt:K^I8lM ^xWbI\3뷵ƒUpmo%.ADD^؜L?%BV|6s@+gwybc!~劇 50G.KFTQY >2m7s$?Z֓Su]P_H5 Vú0%(Q9nGGҌ~pE.U>#䉷#Z"S7PPѮ&RMdMX僞ޚ39iak7L7X3ì_Dp tNZ{y8\6Oxr G[AN&n{a\I vet9^vhu7hT+XzP$oyrr{ B3"Zb{kyhQk Ը7V#LoAO/hJK#",nU=5qڛp#UF NBKA%t _-Jn >Rz~&݅ܒ6g9¡. f?΃H%o\p5-,vva\LK0ŋ'¬Z=\IX T^h[ovp.&3,JoFcj'FΆG{, F%ݍ1W3فQb_f@2bR`Aݸn-WH\q8{1++zr*|\>Uj`UB _֪J+Fx2XX_ bk.gA*E?iTV (2`H[ؔ#@k+9JKLZH[+ H,̛3YPtW!M0Z M9t0즋!A+rmj-*(1g1^U=+?%%-`~k9NmCCp seQMg Tr.΢1INffBҚ[;4%ԀU TRnNYWcTPFfB}S+%qt6# }yyv`S!?}"z|Xڈx>W"w9GLI-&6sU(qVT5ybGږaR;%lQӹ.Ѱ=Vr wS=p˻뾂e:c[֏5Fm bۖ'/J/#2vxIذ_!ǝi6\Ad{q_|3߂cV5ͅ;GW]I'oE0>wuiz}VH.DD*ܥx-htXxK¹ka/0%dԽO0z0E'gHB1E| ı{dﻖr3(RC,>^4Iuᔕ by35c#,0. YZݓ{kyaGt!y3)N|?ŜuzU%uA,lHJ'Lp5P`:voiw  !Xa"XΜ,M3?o&'?P$B{lo/7A՜IPT(T4Q+O="(XI.V2_Fz[OGI1B-Sb"47ԒYMC]ze&ϣJѪ.ھASQ*CIT;x2ygMϼn *rJh-Au5g?&RVcbB$ydO+nRbaȹ9=i CLM9 53\3#:+|?p,(Ν2\17v>2 $?v{]xrsjl{oÎp{ QsWgؤiG>DYy@:inK@ 7T;Y}ߨ )U8HMa`U=4Aoa8Ry7o>FZy?ޛ[j7ǐqqFTEu'~8{F|bh?Zaꎕ)Wr\=tjP?O߻w7hA;ܣ1&'Mg h ;ENWpbK˸!&V,36ȭhKv_)(s1imIXMl\kXti gv,Q0XL=]hEKeB=DHrO/%% Y˶e4tG ?xإcl8rqD9>F#|m0Cܧ5mPNP@*yyq0vd`c$,2`:K# 㺾 <֡d(0vٔ5_AEpY2|x|z#f_)Q+b]}8[y=6-qJ>3mE0hc}+58S-(Dk.JgWsǦzdj7]B x4o+0p:oP7`g ѱA<|\}YOhG%dOMDArr}T뼎}3 Rˈtpc92_x䩙MaG|Fr{0\jaCkAR)6W60|F8ηQG}i Y˩qћ~>-{%xAiPWtO!Uk^@2e QC؋(gmNe{!^ݩ2BpkE닮>d jtW$)z]5~P|KsQd/nznXPImMQf; ޚU>iiRƀp(#,MB N//܋#3]k]<?|󻹠]HHޝ)ݝ~RdKd#ۿ3t9w)gkb˛1R5ey+~/x.^.i98BU  p~Qs Y&*hvɜZ>!LXWǩ:^4W\'`w ŀ5 oc"IZz!5xi"$Pw:S 7I/E"U2a)ɘXoiUrҶepYOg0ҎFmHq%VpmٯRLGu` D񖗇?ZӍo^t7uhɊ#NdvlMEO2Ar+b_Ա7}ű7=\8viFJXXxy=<8M%A3=o!1R$mk}575[Tb4cV$2yT6qh}rjkNU\o5_--:^3n>,+&~0 K2m-:9P)m(}?.MSW|uus4.YsVhMo^nǽoGV;3~ >ebxHw i zW6rs $'1VYb$k g WR[Q-O6Fd!vdOv3g1 ofgHIV}'%n.c$l9t !o/h|ܞ1Zc ei)٠4f}OfI򭕷Wηˊ)zJy}p:; K1b%x{dS>L2-0Ow[6Q=A^ٛ>1_2\p-=== AA #C ťM[V, 2+Q^4] YZ