krb5-mini-1.19.2-150300.8.3.2<>, |aup9|tuʛmrgzt_aFnC 0Pũ׊gvN"VMzV׺{uM :K"Yg/IQi׵Eς2zҒ-Z[+.~sh @ֿr<% Q<"#}54.2ilv:g&穇h5C@>I8iɀ60@ͿڊaFe' i"vD]~\:ZUgvj3>L?d   e\`pt vXv Dv 0v v 3~v 4v6v9v;`;v=`A0A0F0G G(G(G8G)9HL):K)=e>m?u@}BŅFŤGvHǘvIpvXYdZʼ[\v]̜v^"bԖc?defluvv׸-wpvxHvy ^zCkrb5-mini1.19.2150300.8.3.2MIT Kerberos5 implementation and libraries with minimal dependenciesKerberos V5 is a trusted-third-party network authentication system, which can improve network security by eliminating the insecure practice of clear text passwords. The package delivers MIT Kerberos with reduced features and minimal dependenciesauibs-power9-10ZRSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://kerberos.org/dist/linuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in krb5kdc.service kadmind.service kpropd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi ######################################################## # files sections ########################################################/sbin/ldconfig if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in krb5kdc.service kadmind.service kpropd.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create krb5.conf || : PNAME=kadmind SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=krb5kdc SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=kpropd SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable krb5kdc.service kadmind.service kpropd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop krb5kdc.service kadmind.service kpropd.service ) || : fi/sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in krb5kdc.service kadmind.service kpropd.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart krb5kdc.service kadmind.service kpropd.service ) || : fi fi!znp@H@@@@@@@H@xX p`@ H@@- 0 P P  * ;PP   q#6 1=S*' ,9* *# E`]A큤AAA큤AAAAAAA큤AAAA큀A@@A큀Aakakakakakananagalalajalalalalalalalalalalalalalalalalalalalalalalalalakakakakagagamamagakamamahahamahamahamaiamaiamaiamaiamahamagamakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakakagaoaoagaoaoaoag9af94162e38c9d977936d977f23f9acc704e08062e84b23a56547ecc2b892b6a05498d7ef1fffaab326a3a4a5f6f2480f8de345a80fb02118eae78ccba88f351680a6555e3034646f026e9c4fcc63cee0fde9d1c7228aaaeef3ff1c625fc0015babf1d06ea3a76e3b9909faa00e4a0a5c4f0e82447efa6abb3815273d79362a86980e8d4651ddffd6398449c6c18eee8a5b28ecb61a59dcb6ecc86f79d89cb4ed44b92e0c847223da03e6eecfcb0aafb02eb87e7bbbb4db60d31ccfb088d0f7b3bb6ce2a659a84daa433511a0dacc0e142a2c5f75f0b11d21a300c8d130aa4422fa0c73eda4f9525ced7e75abecc2b970f0e5cf2ce4c5881b484000aa0c1541d8470113c07d33f008efe4f3591fb636d439032f0ff8fb63496429b6915afb7b3e746ab11a635fed1a1ebfcd3a196c3f836f8d54033f61c8a1454c800f848d3641913c0210aeff09aca08282c3e2be19816ec5e969fb4c8139ea755c3e523432736bde5c907b2425dbd7c39c52e3927049af8f4cfab873132e14c0864f23cc9672e177b1e4ac26008ce1422090b854affce02521a1db812411fe5decfb876390517ac8e6b2dd36730c97dc1d21ce515d1b25fa584f99050688698565021815066a828ccfde806b52d5a7bcb2ba2715565138c2d63bd4cb1332ff131f61362a0bac517137f3f72754db66dc7329f8cb1996ffdb7a095b96584447157c5199b9a0476b6caaabaf8935ea05650511f623eaca0c8a2a441bc7ca90f0fbfe53e5dc496c454cc691ee268bc780e5007c8f5a0be3446a0602bf80d108f0413058e3882afe8542621331391982776d4e2cc1cffbd428a16b3ee2617f33377db61353266ecddbb67306c1eb3c2d3257e50950b05bb9d9ba5ae3de259e8d1cbc54506e7abdcef2a2979b5eecbb5288450d31f113baf12f19189e209cb5983211c76bbc90873890d258dc0fa09d498e4ba23ce098da62363c11664701673828f34cc814020209214147dedfc82c1a1abca567c0b7eb5c198e28ee114173528bfabe6b4f75bd2a84a08a92beb8d746051f17009ccbf1f7df7c13d27332cde9b6cc2be1f7453f5177ce9066854b716251c699b76bb70be87926b9ed8bf46e7a93af6c238f164f24efab57d3a0a90c62a91080a1c0aa2eb8d6e91b763c5d5fcf5a1b7ce4508387f47b732a9a177c3c916f55406f6b17b4449c426b57306e97f187c736ab5f15a20c0709e7b9abd15a6de121cef009a4829cdd97845d6c932bf63abd8cba23a77eb9d2392fa0187787a356efa7c894856165c50e5bd2f51bc34084efaa15ef913ab5a4c6c0f5977ce9f56cf1182aaa8deb4fb062e68230392b41ba1224b5742acea1f2b4ce14bb5776d8b3eb632d7c3d21bba71f017ff39437488e71a1a01532dfc91ebfd37fbeb8d18d8dad8d7a9dc4b6a3b6a6d9c30ce0b4b127d29a624d3d5441d4981fa4e14471a1e47a22140b554443a893d4784b92524f1bf3d72ca6c3748b8baad03ae628e4cf13d5f0ce625d8b211d678fd149a1b6186095c14947580a2c47da9887eaac804e1fb7b2fad802a209cbe1a116bbd8241cd3f611f1bcd9950e148946520987dac7aac56158a402f21cbf72754b37ac5435f296dc5da1d755d1e82bb4cc3075e2093b3f283381f8eaa1520abb8df7a313491490f4f5df904338382e935403698d02dc527bb5ed9b8679b00e6115ca7827e20d28a075a97502c6cd62b0bdbe2fa054352a522c266baf8243f190a637f7f472510022dd7905e8203a38f3e225fea534770eecee4cc0853b666798d422caccbcf1a84b77968b4f876d94536685910c7bcf43bba8b9cae16e0982482caa45bf283713ba8fc9ee355b73710110dde70ddccad8b08dd29b11b05b3618a2d2663858bda672b4311b932ab71086e02d0d376d36eaae85b2488992a6e87e16d26a3a3e0000d5bd826819650da807f8bdd95ef8e621ee6ab03740356c3cba1e7524fd11d13393744f578bd87fa8a00437dd9ac78f565d69bf37c0402ca30a2aecc80f7ca3a1e91e3fc004085a652caee8df1c901f9f6c5da54cd22783efa2f33d862e026e37cb45f88680f72e0dbc7add8397ac05c079e08ab8605c6983015482ce935ebc9cc27c1049fa71e79ee3965b74c200e652f3251cbaa5a4150a43a0e01933b2f7cfc665ef2b8c868285d313dce65010cd682593d9f85f13599715dd110cc0e0ab895ca309a4bd221e9d6c38660475e24fca61d6b82976f464afcbf291a710c95ceef689ce8070b20055d170bf3f0568266bffcfb845103bd7df2ede9f0cde37bd89d987ccd5b07482c44fc8f43c1cd7bd5cf58675bbff7b1f7171f24945b2fdbb4335fc55c890c919c60976041eaf168163e6b951dd751c82031457913cc9a8fa9cf1d39be119c690cd67d478190ab0c7d720f5d62ce3b74dfa8165d27c2d1d236cc5d360a57c640cfcf7569ac39a30fab2f87a6aab6b721bed7b294ed26dae0a84ec455b40986315febffd7b2daf51b313749c178c5dd3f634b27ed4c0b12034d751e5648d2d0595bd846f3eb5e70e913be5c7b54cd10fdf645bd540ce99fd84f2777cb97b258f10d7c69cdb4925dde65c02eca32a4447d067eaf9a75d048ea448624af15a05c0d910e3d4b327bb9cfc72983f5e18eb83a479f26f3d10c1b1e826f0768d54244394121ca25797c33a57a9989a238dd09df414d2026b16853dc4fa07036b39790762755a58ef17fdb4a4c0a237464bc7880869a173059d6f244e9f92b3f4ed74ef8a37a972a71064278ab776de924dde29c6a1d827907617dd8e863c5049f0b8eae94b27a0a048c22ffe4b26fa492e38ddea704c45877fe9399f65e894db0d45e38df17b9e89d0628fcb53e9f1685ebfee9696029f48d16af80f712d9769c55d90a3338871b1c4f66d601587582d58e46eb5ce5d00fa47496547744e687f355841a5a1a73948cebd1fc64cc767b984535b19dd6ec44b3292614d096ff6f19af2ee4456b0e07559802bcd8066828d2f364dd389f353b8c99f9a014462cb0a51f5b4669e508809bce5a8596cf7997827bfded685d21fd03cbcd76ca711eb154849725f76d9a85f624559bf0be75d2d813107b119f61d94605347f5b7258af640362b619d10dc42355ef1624a520a3a34e45c29a8f1a64d29f9d5c3c60a8ee2c360dc69614b7264420b5ad8cf1b70f988dd5d1302a5cd72ee86b042eb46fdcdb821d690cd67d478190ab0c7d720f5d62ce3b74dfa8165d27c2d1d236cc5d360a57c637533d256681d19521e694678f3b5cd2cc984db3565b48db95ce9f2a6061e74704593a5df78dbc51d3e958847ba44ff385e723724ad7a5f17aeef2ac8471f57899fb11e67c9f7c25b3ef5efe8e5ce197ce3259faf51da3668067e5c96a738ccfe022d4859dbacdfd3c3570d25aacf455a317ad0f79c67df7a49763712fa1e11525abf16b4d5ba6f23fbf5e34a0a5aff6eba06e0aa26f9de70f7ded63899d297d2786d0d05fc48dd0905c9696a0c1992491b9117e769f30cd88166f01a33645462ae4595768bc93aa32ce118ccd40eb93ac185aaa4633a4da4af065d860da83a81bd8b63f66612895345c32cf559012ea758c9975a34aea1d7dbc9ad3a221617a../lib/mit/bin/kinit../lib/mit/bin/klistlibgssapi_krb5.so.2.2libgssapi_krb5.so.2.2libgssrpc.so.4.2libk5crypto.so.3.1libkadm5clnt_mit.so.12.0libkadm5srv_mit.so.12.0libkdb5.so.10.0libkrad.so.0.0libkrb5.so.3.3libkrb5support.so.0.1serviceserviceservice@@@@QQQrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootkrb5-mini-1.19.2-150300.8.3.2.src.rpmconfig(krb5-mini)krb5-minikrb5-mini(ppc-64)libgssapi_krb5.so.2()(64bit)libgssapi_krb5.so.2(HIDDEN)(64bit)libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)libgssrpc.so.4()(64bit)libgssrpc.so.4(HIDDEN)(64bit)libgssrpc.so.4(gssrpc_4_MIT)(64bit)libk5crypto.so.3()(64bit)libk5crypto.so.3(HIDDEN)(64bit)libk5crypto.so.3(k5crypto_3_MIT)(64bit)libkadm5clnt_mit.so.12()(64bit)libkadm5clnt_mit.so.12(HIDDEN)(64bit)libkadm5clnt_mit.so.12(kadm5clnt_mit_12_MIT)(64bit)libkadm5srv_mit.so.12()(64bit)libkadm5srv_mit.so.12(HIDDEN)(64bit)libkadm5srv_mit.so.12(kadm5srv_mit_12_MIT)(64bit)libkdb5.so.10()(64bit)libkdb5.so.10(HIDDEN)(64bit)libkdb5.so.10(kdb5_10_MIT)(64bit)libkrad.so.0()(64bit)libkrad.so.0(HIDDEN)(64bit)libkrad.so.0(krad_0_MIT)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(HIDDEN)(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libkrb5support.so.0()(64bit)libkrb5support.so.0(HIDDEN)(64bit)libkrb5support.so.0(krb5support_0_MIT)(64bit) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(krb5-mini)coreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.27)(64bit)libcom_err.so.2()(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libgssapi_krb5.so.2()(64bit)libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)libgssrpc.so.4()(64bit)libgssrpc.so.4(gssrpc_4_MIT)(64bit)libk5crypto.so.3()(64bit)libk5crypto.so.3(k5crypto_3_MIT)(64bit)libkadm5clnt_mit.so.12()(64bit)libkadm5clnt_mit.so.12(kadm5clnt_mit_12_MIT)(64bit)libkadm5srv_mit.so.12()(64bit)libkadm5srv_mit.so.12(kadm5srv_mit_12_MIT)(64bit)libkdb5.so.10()(64bit)libkdb5.so.10(kdb5_10_MIT)(64bit)libkeyutils.so.1()(64bit)libkeyutils.so.1(KEYUTILS_0.3)(64bit)libkeyutils.so.1(KEYUTILS_1.0)(64bit)libkeyutils.so.1(KEYUTILS_1.5)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libkrb5support.so.0()(64bit)libkrb5support.so.0(krb5support_0_MIT)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.17)(64bit)libselinux.so.1()(64bit)libss.so.2()(64bit)libverto.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.19.2-150300.8.3.23.0.4-14.6.0-14.0-15.2-1krb5krb5-clientkrb5-minikrb5-plugin-kdb-ldapkrb5-plugin-preauth-otpkrb5-plugin-preauth-pkinitkrb5-server4.14.3aD@a,@``e@_/@_^(@]H@\Q[@ZK@ZmZ@Y*@YYY6@X-XCXCX@X@XBW W1@W!@VbVwV@Vf@VetVA@V0UlI@Ug@UeU_@UQ@U8T~T@scabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dejmcdonough@suse.commichael@stroeder.comluizluca@gmail.comrbrown@suse.comjengelh@inai.demichael@stroeder.comhguo@suse.comhguo@suse.comkukuk@suse.demichael@stroeder.commeissner@suse.commichael@stroeder.comasn@cryptomilk.orgmichael@stroeder.commichael@stroeder.comhguo@suse.commichael@stroeder.comhguo@suse.comhguo@suse.comidonmez@suse.commichael@stroeder.commichael@stroeder.comhguo@suse.comhguo@suse.comhguo@suse.comdimstar@opensuse.orgdimstar@opensuse.orgmeissner@suse.commichael@stroeder.comhguo@suse.commichael@stroeder.commlin@suse.com- Update to 1.19.2 * Fix a denial of service attack against the KDC encrypted challenge code; (CVE-2021-36222); * Fix a memory leak when gss_inquire_cred() is called without a credential handle. - Changes from 1.19.1 * Fix a linking issue with Samba. * Better support multiple pkinit_identities values by checking whether certificates can be loaded for each value. - Changes from 1.19 Administrator experience * When a client keytab is present, the GSSAPI krb5 mech will refresh credentials even if the current credentials were acquired manually. * It is now harder to accidentally delete the K/M entry from a KDB. Developer experience * gss_acquire_cred_from() now supports the "password" and "verify" options, allowing credentials to be acquired via password and verified using a keytab key. * When an application accepts a GSS security context, the new GSS_C_CHANNEL_BOUND_FLAG will be set if the initiator and acceptor both provided matching channel bindings. * Added the GSS_KRB5_NT_X509_CERT name type, allowing S4U2Self requests to identify the desired client principal by certificate. * PKINIT certauth modules can now cause the hw-authent flag to be set in issued tickets. * The krb5_init_creds_step() API will now issue the same password expiration warnings as krb5_get_init_creds_password(). Protocol evolution * Added client and KDC support for Microsoft's Resource-Based Constrained Delegation, which allows cross-realm S4U2Proxy requests. A third-party database module is required for KDC support. * kadmin/admin is now the preferred server principal name for kadmin connections, and the host-based form is no longer created by default. The client will still try the host-based form as a fallback. * Added client and server support for Microsoft's KERB_AP_OPTIONS_CBT extension, which causes channel bindings to be required for the initiator if the acceptor provided them. The client will send this option if the client_aware_gss_bindings profile option is set. User experience * kinit will now issue a warning if the des3-cbc-sha1 encryption type is used in the reply. This encryption type will be deprecated and removed in future releases. * Added kvno flags --out-cache, --no-store, and --cached-only (inspired by Heimdal's kgetcred). - Changes from 1.18.3 * Fix a denial of service vulnerability when decoding Kerberos protocol messages. * Fix a locking issue with the LMDB KDB module which could cause KDC and kadmind processes to lose access to the database. * Fix an assertion failure when libgssapi_krb5 is repeatedly loaded and unloaded while libkrb5support remains loaded. - Changes from 1.18.2 * Fix a SPNEGO regression where an acceptor using the default credential would improperly filter mechanisms, causing a negotiation failure. * Fix a bug where the KDC would fail to issue tickets if the local krbtgt principal's first key has a single-DES enctype. * Add stub functions to allow old versions of OpenSSL libcrypto to link against libkrb5. * Fix a NegoEx bug where the client name and delegated credential might not be reported. - Changes from 1.18.1 * Fix a crash when qualifying short hostnames when the system has no primary DNS domain. * Fix a regression when an application imports "service@" as a GSS host-based name for its acceptor credential handle. * Fix KDC enforcement of auth indicators when they are modified by the KDB module. * Fix removal of require_auth string attributes when the LDAP KDB module is used. * Fix a compile error when building with musl libc on Linux. * Fix a compile error when building with gcc 4.x. * Change the KDC constrained delegation precedence order for consistency with Windows KDCs. - Changes from 1.18 Administrator experience: * Remove support for single-DES encryption types. * Change the replay cache format to be more efficient and robust. Replay cache filenames using the new format end with ".rcache2" by default. * setuid programs will automatically ignore environment variables that normally affect krb5 API functions, even if the caller does not use krb5_init_secure_context(). * Add an "enforce_ok_as_delegate" krb5.conf relation to disable credential forwarding during GSSAPI authentication unless the KDC sets the ok-as-delegate bit in the service ticket. * Use the permitted_enctypes krb5.conf setting as the default value for default_tkt_enctypes and default_tgs_enctypes. Developer experience: * Implement krb5_cc_remove_cred() for all credential cache types. * Add the krb5_pac_get_client_info() API to get the client account name from a PAC. Protocol evolution: * Add KDC support for S4U2Self requests where the user is identified by X.509 certificate. (Requires support for certificate lookup from a third-party KDB module.) * Remove support for an old ("draft 9") variant of PKINIT. * Add support for Microsoft NegoEx. (Requires one or more third-party GSS modules implementing NegoEx mechanisms.) User experience: * Add support for "dns_canonicalize_hostname=fallback", causing host-based principal names to be tried first without DNS canonicalization, and again with DNS canonicalization if the un-canonicalized server is not found. * Expand single-component hostnames in host-based principal names when DNS canonicalization is not used, adding the system's first DNS search path as a suffix. Add a "qualify_shortname" krb5.conf relation to override this suffix or disable expansion. * Honor the transited-policy-checked ticket flag on application servers, eliminating the requirement to configure capaths on servers in some scenarios. Code quality: * The libkrb5 serialization code (used to export and import krb5 GSS security contexts) has been simplified and made type-safe. * The libkrb5 code for creating KRB-PRIV, KRB-SAFE, and KRB-CRED messages has been revised to conform to current coding practices. * The test suite has been modified to work with macOS System Integrity Protection enabled. * The test suite incorporates soft-pkcs11 so that PKINIT PKCS11 support can always be tested. - Changes from 1.17.1 * Fix a bug preventing "addprinc -randkey -kvno" from working in kadmin. * Fix a bug preventing time skew correction from working when a KCM credential cache is used. - Changes from 1.17: Administrator experience: * A new Kerberos database module using the Lightning Memory-Mapped Database library (LMDB) has been added. The LMDB KDB module should be more performant and more robust than the DB2 module, and may become the default module for new databases in a future release. * "kdb5_util dump" will no longer dump policy entries when specific principal names are requested. Developer experience: * The new krb5_get_etype_info() API can be used to retrieve enctype, salt, and string-to-key parameters from the KDC for a client principal. * The new GSS_KRB5_NT_ENTERPRISE_NAME name type allows enterprise principal names to be used with GSS-API functions. * KDC and kadmind modules which call com_err() will now write to the log file in a format more consistent with other log messages. * Programs which use large numbers of memory credential caches should perform better. Protocol evolution: * The SPAKE pre-authentication mechanism is now supported. This mechanism protects against password dictionary attacks without requiring any additional infrastructure such as certificates. SPAKE is enabled by default on clients, but must be manually enabled on the KDC for this release. * PKINIT freshness tokens are now supported. Freshness tokens can protect against scenarios where an attacker uses temporary access to a smart card to generate authentication requests for the future. * Password change operations now prefer TCP over UDP, to avoid spurious error messages about replays when a response packet is dropped. * The KDC now supports cross-realm S4U2Self requests when used with a third-party KDB module such as Samba's. The client code for cross-realm S4U2Self requests is also now more robust. User experience: * The new ktutil addent -f flag can be used to fetch salt information from the KDC for password-based keys. * The new kdestroy -p option can be used to destroy a credential cache within a collection by client principal name. * The Kerberos man page has been restored, and documents the environment variables that affect programs using the Kerberos library. Code quality: * Python test scripts now use Python 3. * Python test scripts now display markers in verbose output, making it easier to find where a failure occurred within the scripts. * The Windows build system has been simplified and updated to work with more recent versions of Visual Studio. A large volume of unused Windows-specific code has been removed. Visual Studio 2013 or later is now required. - Replace old $RPM_* shell vars - Removal of SuSEfirewall2 service since SuSEfirewall2 has been replaced by firewalld - Remove cruft to support distributions older than SLE 12 - Use macros where applicable - Switch to pkgconfig style dependencies - Use %_tmpfilesdir instead of the wrong %_libexecdir/tmpfiles.d notation: libexecdir is likely changing away from /usr/lib to /usr/libexec - Build with full Cyrus SASL support. Negotiating SASL credentials with an EXTERNAL bind mechanism requires interaction. Kerberos provides its own interaction function that skips all interaction, thus preventing the mechanism from working. - Removed patches: * 0007-krb5-1.12-ksu-path.patch * 0010-Add-recursion-limit-for-ASN.1-indefinite-lengths.patch * 0011-Fix-KDC-null-deref-on-bad-encrypted-challenge.patch - Renamed patches: * 0001-krb5-1.12-pam.patch => 0001-ksu-pam-integration.patch * 0003-krb5-1.12-buildconf.patch => 0003-Adjust-build-configuration.patch * 0008-krb5-1.12-selinux-label.patch => 0007-SELinux-integration.patch * 0009-krb5-1.9-debuginfo.patch => 0008-krb5-1.9-debuginfo.patch * 0012-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch => 0009-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch- Fix KDC null pointer dereference via a FAST inner body that lacks a server field; (CVE-2021-37750); (bsc#1189929); - Added patches: * 0012-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch- Fix KDC null deref on bad encrypted challenge; (CVE-2021-36222); (bsc#1188571); - Added patches: * 0011-Fix-KDC-null-deref-on-bad-encrypted-challenge.patch- Use /run instead of /var/run for daemon PID files; (bsc#1185163);- Add recursion limit for ASN.1 indefinite lengths; (CVE-2020-28196); (bsc#1178512); - Added patches: * 0010-Add-recursion-limit-for-ASN.1-indefinite-lengths.patch- Fix prefix reported by krb5-config, libraries and headers are not installed under /usr/lib/mit prefix. (bsc#1174079)- Update logrotate script, call systemd to reload the services instead of init-scripts. (boo#1169357)- Integrate pam_keyinit pam module, ksu-pam.d; (bsc#1081947); (bsc#1144047);- Upgrade to 1.16.3 * Fix a regression in the MEMORY credential cache type which could cause client programs to crash. * MEMORY credential caches will not be listed in the global collection, with the exception of the default credential cache if it is of type MEMORY. * Remove an incorrect assertion in the KDC which could be used to cause a crash [CVE-2018-20217]. * Fix bugs with concurrent use of MEMORY ccache handles. * Fix a KDC crash when falling back between multiple OTP tokens configured for a principal entry. * Fix memory bugs when gss_add_cred() is used to create a new credential, and fix a bug where it ignores the desired_name. * Fix the behavior of gss_inquire_cred_by_mech() when the credential does not contain an element of the requested mechanism. * Make cross-realm S4U2Self requests work on the client when no default_realm is configured. * Add a kerberos(7) man page containing documentation of the environment variables that affect Kerberos programs. - Use systemd-tmpfiles to create files under /var/lib/kerberos, required by transactional updates; (bsc#1100126); - Rename patches: * krb5-1.12-pam.patch => 0001-krb5-1.12-pam.patch * krb5-1.9-manpaths.dif => 0002-krb5-1.9-manpaths.patch * krb5-1.12-buildconf.patch => 0003-krb5-1.12-buildconf.patch * krb5-1.6.3-gssapi_improve_errormessages.dif to 0004-krb5-1.6.3-gssapi_improve_errormessages.patch * krb5-1.6.3-ktutil-manpage.dif => 0005-krb5-1.6.3-ktutil-manpage.patch * krb5-1.12-api.patch => 0006-krb5-1.12-api.patch * krb5-1.12-ksu-path.patch => 0007-krb5-1.12-ksu-path.patch * krb5-1.12-selinux-label.patch => 0008-krb5-1.12-selinux-label.patch * krb5-1.9-debuginfo.patch => 0009-krb5-1.9-debuginfo.patch- Upgrade to 1.16.1 * kdc client cert matching on client principal entry * Allow ktutil addent command to ignore key version and use non-default salt string. * add kpropd pidfile support * enable "encrypted_challenge_indicator" realm option on tickets obtained using FAST encrypted challenge pre-authentication. * dates through 2106 accepted * KDC support for trivially renewable tickets * stop caching referral and alternate cross-realm TGTs to prevent duplicate credential cache entries- Upgrade to 1.15.3 * Fix flaws in LDAP DN checking, including a null dereference KDC crash which could be triggered by kadmin clients with administrative privileges [CVE-2018-5729, CVE-2018-5730]. * Fix a KDC PKINIT memory leak. * Fix a small KDC memory leak on transited or authdata errors when processing TGS requests. * Fix a null dereference when the KDC sends a large TGS reply. * Fix "kdestroy -A" with the KCM credential cache type. * Fix the handling of capaths "." values. * Fix handling of repeated subsection specifications in profile files (such as when multiple included files specify relations in the same subsection).- Added support for /etc/krb5.conf.d/ for configuration snippets- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Update package descriptions.- Upgrade to 1.15.2 * Fix a KDC denial of service vulnerability caused by unset status strings [CVE-2017-11368] * Preserve GSS contexts on init/accept failure [CVE-2017-11462] * Fix kadm5 setkey operation with LDAP KDB module * Use a ten-second timeout after successful connection for HTTPS KDC requests, as we do for TCP requests * Fix client null dereference when KDC offers encrypted challenge without FAST * Ignore dotfiles when processing profile includedir directive * Improve documentation- Set "rdns" and "dns_canonicalize_hostname" to false in krb5.conf in order to improve client security in handling service principle names. (bsc#1054028)- There is no change made about the package itself, this is only copying over some changelog texts from SLE package: - bug#918595 owned by varkoly@suse.com: VUL-0: CVE-2014-5355 krb5: denial of service in krb5_read_message - bug#912002 owned by varkoly@suse.com: VUL-0 CVE-2014-5352, CVE-2014-9421, CVE-2014-9422, CVE-2014-9423: krb5: Vulnerabilities in kadmind, libgssrpc, gss_process_context_token - bug#910458 owned by varkoly@suse.com: VUL-1 CVE-2014-5354: krb5: NULL pointer dereference when using keyless entries - bug#928978 owned by varkoly@suse.com: VUL-0 CVE-2015-2694: krb5: issues in OTP and PKINIT kdcpreauth modules leading to requires_preauth bypass - bug#910457 owned by varkoly@suse.com: VUL-1 CVE-2014-5353: krb5: NULL pointer dereference when using a ticket policy name as a password policy name - bug#991088 owned by hguo@suse.com: VUL-1 CVE-2016-3120: krb5: S4U2Self KDC crash when anon is restricted - bug#992853 owned by hguo@suse.com: krb5: bogus prerequires - [fate#320326](https://fate.suse.com/320326) - bug#982313 owned by pgajdos@suse.com: Doxygen unable to resolve reference from \cite- Remove wrong PreRequires- use HTTPS project and source URLs- use source urls. - krb5.keyring: Added Greg Hudson- removed obsolete krb5-1.15-fix_kdb_free_principal_e_data.patch - Upgrade to 1.15.1 * Allow KDB modules to determine how the e_data field of principal fields is freed * Fix udp_preference_limit when the KDC location is configured with SRV records * Fix KDC and kadmind startup on some IPv4-only systems * Fix the processing of PKINIT certificate matching rules which have two components and no explicit relation * Improve documentation- Introduce patch krb5-1.15-fix_kdb_free_principal_e_data.patch to fix freeing of e_data in the kdb principal- Upgrade to 1.15 - obsoleted Patch7 (krb5-1.7-doublelog.patch) fixed in 1.12.2 - obsoleted patch to src/util/gss-kernel-lib/Makefile.in since file is not available in upstream source anymore - obsoleted Patch15 (krb5-fix_interposer.patch) fixed in 1.15 - doc/CHANGES not available in 1.15 source anymore - Upgrade from 1.14.4 to 1.15 - major changes: Administrator experience: * Add support to kadmin for remote extraction of current keys without changing them (requires a special kadmin permission that is excluded from the wildcard permission), with the exception of highly protected keys. * Add a lockdown_keys principal attribute to prevent retrieval of the principal's keys (old or new) via the kadmin protocol. In newly created databases, this attribute is set on the krbtgt and kadmin principals. * Restore recursive dump capability for DB2 back end, so sites can more easily recover from database corruption resulting from power failure events. * Add DNS auto-discovery of KDC and kpasswd servers from URI records, in addition to SRV records. URI records can convey TCP and UDP servers and master KDC status in a single DNS lookup, and can also point to HTTPS proxy servers. * Add support for password history to the LDAP back end. * Add support for principal renaming to the LDAP back end. * Use the getrandom system call on supported Linux kernels to avoid blocking problems when getting entropy from the operating system. * In the PKINIT client, use the correct DigestInfo encoding for PKCS [#1] signatures, so that some especially strict smart cards will work. Code quality: * Clean up numerous compilation warnings. * Remove various infrequently built modules, including some preauth modules that were not built by default. Developer experience: * Add support for building with OpenSSL 1.1. * Use SHA-256 instead of MD5 for (non-cryptographic) hashing of authenticators in the replay cache. This helps sites that must build with FIPS 140 conformant libraries that lack MD5. Protocol evolution: * Add support for the AES-SHA2 enctypes, which allows sites to conform to Suite B crypto requirements. - Upgrade from 1.14.3 to 1.14.4 - major changes: * Fix some rare btree data corruption bugs * Fix numerous minor memory leaks * Improve portability (Linux-ppc64el, FreeBSD) * Improve some error messages * Improve documentation- Upgrade from 1.14.2 to 1.14.3: * Improve some error messages * Improve documentation * Allow a principal with nonexistent policy to bypass the minimum password lifetime check, consistent with other aspects of nonexistent policies * Fix a rare KDC denial of service vulnerability when anonymous client principals are restricted to obtaining TGTs only [CVE-2016-3120]- Remove source file ccapi/common/win/OldCC/autolock.hxx that is not needed and does not carry an acceptable license. (bsc#968111)- removed obsolete patches: * 0107-Fix-LDAP-null-deref-on-empty-arg-CVE-2016-3119.patch * krb5-mechglue_inqure_attrs.patch - Upgrade from 1.14.1 to 1.14.2: * Fix a moderate-severity vulnerability in the LDAP KDC back end that could be exploited by a privileged kadmin user [CVE-2016-3119] * Improve documentation * Fix some interactions with GSSAPI interposer mechanisms- Upgrade from 1.14 to 1.14.1: * Remove expired patches: 0104-Verify-decoded-kadmin-C-strings-CVE-2015-8629.patch 0105-Fix-leaks-in-kadmin-server-stubs-CVE-2015-8631.patch 0106-Check-for-null-kadm5-policy-name-CVE-2015-8630.patch krbdev.mit.edu-8301.patch * Replace source archives: krb5-1.14.tar.gz -> krb5-1.14.1.tar.gz krb5-1.14.tar.gz.asc -> krb5-1.14.1.tar.gz.asc * Adjust line numbers in: krb5-fix_interposer.patch- Remove krb5 pieces from spec file. Hence remove pre_checkin.sh - Remove expired macros and other minor clena-ups in spec file. - Change package description to explain what "mini" means.- Add two patches from Fedora, fixing two crashes: * krb5-fix_interposer.patch * krb5-mechglue_inqure_attrs.patch- Update to 1.14 - dropped krb5-kvno-230379.patch - added krbdev.mit.edu-8301.patch fixing wrong function call Major changes in 1.14 (2015-11-20) Administrator experience: * Add a new kdb5_util tabdump command to provide reporting-friendly tabular dump formats (tab-separated or CSV) for the KDC database. Unlike the normal dump format, each output table has a fixed number of fields. Some tables include human-readable forms of data that are opaque in ordinary dump files. This format is also suitable for importing into relational databases for complex queries. * Add support to kadmin and kadmin.local for specifying a single command line following any global options, where the command arguments are split by the shell--for example, "kadmin getprinc principalname". Commands issued this way do not prompt for confirmation or display warning messages, and exit with non-zero status if the operation fails. * Accept the same principal flag names in kadmin as we do for the default_principal_flags kdc.conf variable, and vice versa. Also accept flag specifiers in the form that kadmin prints, as well as hexadecimal numbers. * Remove the triple-DES and RC4 encryption types from the default value of supported_enctypes, which determines the default key and salt types for new password-derived keys. By default, keys will only created only for AES128 and AES256. This mitigates some types of password guessing attacks. * Add support for directory names in the KRB5_CONFIG and KRB5_KDC_PROFILE environment variables. * Add support for authentication indicators, which are ticket annotations to indicate the strength of the initial authentication. Add support for the "require_auth" string attribute, which can be set on server principal entries to require an indicator when authenticating to the server. * Add support for key version numbers larger than 255 in keytab files, and for version numbers up to 65535 in KDC databases. * Transmit only one ETYPE-INFO and/or ETYPE-INFO2 entry from the KDC during pre-authentication, corresponding to the client's most preferred encryption type. * Add support for server name identification (SNI) when proxying KDC requests over HTTPS. * Add support for the err_fmt profile parameter, which can be used to generate custom-formatted error messages. Code quality: * Fix memory aliasing issues in SPNEGO and IAKERB mechanisms that could cause server crashes. [CVE-2015-2695] [CVE-2015-2696] [CVE-2015-2698] * Fix build_principal memory bug that could cause a KDC crash. [CVE-2015-2697] Developer experience: * Change gss_acquire_cred_with_password() to acquire credentials into a private memory credential cache. Applications can use gss_store_cred() to make the resulting credentials visible to other processes. * Change gss_acquire_cred() and SPNEGO not to acquire credentials for IAKERB or for non-standard variants of the krb5 mechanism OID unless explicitly requested. (SPNEGO will still accept the Microsoft variant of the krb5 mechanism OID during negotiation.) * Change gss_accept_sec_context() not to accept tokens for IAKERB or for non-standard variants of the krb5 mechanism OID unless an acceptor credential is acquired for those mechanisms. * Change gss_acquire_cred() to immediately resolve credentials if the time_rec parameter is not NULL, so that a correct expiration time can be returned. Normally credential resolution is delayed until the target name is known. * Add krb5_prepend_error_message() and krb5_wrap_error_message() APIs, which can be used by plugin modules or applications to add prefixes to existing detailed error messages. * Add krb5_c_prfplus() and krb5_c_derive_prfplus() APIs, which implement the RFC 6113 PRF+ operation and key derivation using PRF+. * Add support for pre-authentication mechanisms which use multiple round trips, using the the KDC_ERR_MORE_PREAUTH_DATA_REQUIRED error code. Add get_cookie() and set_cookie() callbacks to the kdcpreauth interface; these callbacks can be used to save marshalled state information in an encrypted cookie for the next request. * Add a client_key() callback to the kdcpreauth interface to retrieve the chosen client key, corresponding to the ETYPE-INFO2 entry sent by the KDC. * Add an add_auth_indicator() callback to the kdcpreauth interface, allowing pre-authentication modules to assert authentication indicators. * Add support for the GSS_KRB5_CRED_NO_CI_FLAGS_X cred option to suppress sending the confidentiality and integrity flags in GSS initiator tokens unless they are requested by the caller. These flags control the negotiated SASL security layer for the Microsoft GSS-SPNEGO SASL mechanism. * Make the FILE credential cache implementation less prone to corruption issues in multi-threaded programs, especially on platforms with support for open file description locks. Performance: * On slave KDCs, poll the master KDC immediately after processing a full resync, and do not require two full resyncs after the master KDC's log file is reset. User experience: * Make gss_accept_sec_context() accept tickets near their expiration but within clock skew tolerances, rather than rejecting them immediately after the server's view of the ticket expiration time.- Update to 1.13.3 - removed patches for security fixes now in upstream source: 0100-Fix-build_principal-memory-bug-CVE-2015-2697.patch 0101-Fix-IAKERB-context-aliasing-bugs-CVE-2015-2696.patch 0102-Fix-SPNEGO-context-aliasing-bugs-CVE-2015-2695.patch 0103-Fix-IAKERB-context-export-import-CVE-2015-2698.patch Major changes in 1.13.3 (2015-12-04) This is a bug fix release. The krb5-1.13 release series is in maintenance, and for new deployments, installers should prefer the krb5-1.14 release series or later. * Fix memory aliasing issues in SPNEGO and IAKERB mechanisms that could cause server crashes. [CVE-2015-2695] [CVE-2015-2696] [CVE-2015-2698] * Fix build_principal memory bug that could cause a KDC crash. [CVE-2015-2697] * Allow an iprop slave to receive full resyncs from KDCs running krb5-1.10 or earlier.- Apply patch 0103-Fix-IAKERB-context-export-import-CVE-2015-2698.patch to fix a memory corruption regression introduced by resolution of CVE-2015-2698. bsc#954204- Make kadmin.local man page available without having to install krb5-client. bsc#948011 - Apply patch 0100-Fix-build_principal-memory-bug-CVE-2015-2697.patch to fix build_principal memory bug [CVE-2015-2697] bsc#952190 - Apply patch 0101-Fix-IAKERB-context-aliasing-bugs-CVE-2015-2696.patch to fix IAKERB context aliasing bugs [CVE-2015-2696] bsc#952189 - Apply patch 0102-Fix-SPNEGO-context-aliasing-bugs-CVE-2015-2695.patch to fix SPNEGO context aliasing bugs [CVE-2015-2695] bsc#952188- Let server depend on libev (module of libverto). This was the preferred implementation before the seperation of libverto from krb.- Drop libverto and libverto-libev Requires from the -server package: those package names don't exist and the shared libs are pulled in automatically.- Unconditionally buildrequire libverto-devel: krb5-mini also depends on it.- pre_checkin.sh aligned changes between krb5/krb5-mini - added krb5.keyring- update to krb5 1.13.2 - DES transition ============== The Data Encryption Standard (DES) is widely recognized as weak. The krb5-1.7 release contains measures to encourage sites to migrate away - From using single-DES cryptosystems. Among these is a configuration variable that enables "weak" enctypes, which defaults to "false" beginning with krb5-1.8. Major changes in 1.13.2 (2015-05-08) This is a bug fix release. * Fix a minor vulnerability in krb5_read_message, which is primarily used in the BSD-derived kcmd suite of applications. [CVE-2014-5355] * Fix a bypass of requires_preauth in KDCs that have PKINIT enabled. [CVE-2015-2694] * Fix some issues with the LDAP KDC database back end. * Fix an iteration-related memory leak in the DB2 KDC database back end. * Fix issues with some less-used kadm5.acl functionality. * Improve documentation.- Use externally built libverto- update to krb5 1.13.1 Major changes in 1.13.1 (2015-02-11) This is a bug fix release. * Fix multiple vulnerabilities in the LDAP KDC back end. [CVE-2014-5354] [CVE-2014-5353] * Fix multiple kadmind vulnerabilities, some of which are based in the gssrpc library. [CVE-2014-5352 CVE-2014-5352 CVE-2014-9421 CVE-2014-9422 CVE-2014-9423]- Update to krb5 1.13 * Add support for accessing KDCs via an HTTPS proxy server using the MS-KKDCP protocol. * Add support for hierarchical incremental propagation, where slaves can act as intermediates between an upstream master and other downstream slaves. * Add support for configuring GSS mechanisms using /etc/gss/mech.d/*.conf files in addition to /etc/gss/mech. * Add support to the LDAP KDB module for binding to the LDAP server using SASL. * The KDC listens for TCP connections by default. * Fix a minor key disclosure vulnerability where using the "keepold" option to the kadmin randkey operation could return the old keys. [CVE-2014-5351] * Add client support for the Kerberos Cache Manager protocol. If the host is running a Heimdal kcm daemon, caches served by the daemon can be accessed with the KCM: cache type. * When built on OS X 10.7 and higher, use "KCM:" as the default cache type, unless overridden by command-line options or krb5-config values. * Add support for doing unlocked database dumps for the DB2 KDC back end, which would allow the KDC and kadmind to continue accessing the database during lengthy database dumps. - Removed patches, useless or upstreamed * krb5-1.9-kprop-mktemp.patch * krb5-1.10-ksu-access.patch * krb5-1.12-doxygen.patch * bnc#897874-CVE-2014-5351.diff * krb5-1.13-work-around-replay-cache-creation-race.patch * krb5-1.10-kpasswd_tcp.patch - Refreshed patches * krb5-1.12-pam.patch * krb5-1.12-selinux-label.patch * krb5-1.7-doublelog.patch/bin/sh/bin/sh/bin/sh/bin/shkrb5-plugin-preauth-pkinit-nssibs-power9-10 1643295861  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvdeen1.19.2-150300.8.3.21.19.2-150300.8.3.21.19.2-150300.8.3.2   !krb5.confkrb5.conf.dkrb5-serverkrb5.cshkrb5.shkinitklistmitbingss-clientk5srvutilkadminkdestroykinitklistkpasswdksukswitchktutilkvnosclientsim_clientuuclientsbingss-serverkadmin.localkadmindkdb5_utilkpropkpropdkproplogkrb5kdcsim_serversserveruuserverkadmind.servicekpropd.servicekrb5kdc.servicekrb5.confkrb5pluginskdbdb2.solibkrb5preauthtlsk5tls.solibgssapi_krb5.solibgssapi_krb5.so.2libgssapi_krb5.so.2.2libgssrpc.so.4libgssrpc.so.4.2libk5crypto.so.3libk5crypto.so.3.1libkadm5clnt_mit.so.12libkadm5clnt_mit.so.12.0libkadm5srv_mit.so.12libkadm5srv_mit.so.12.0libkdb5.so.10libkdb5.so.10.0libkrad.so.0libkrad.so.0.0libkrb5.so.3libkrb5.so.3.3libkrb5support.so.0libkrb5support.so.0.1rckadmindrckpropdrckrb5kdckrb5READMEsysconfig.kadmindsysconfig.krb5kdckerberoskrb5userkrb5kdckadm5.aclkadm5.dictkdc.confmit-krb5.momit-krb5.mok5srvutil.1.gzkadmin.1.gzkdestroy.1.gzkinit.1.gzklist.1.gzkpasswd.1.gzksu.1.gzkswitch.1.gzktutil.1.gzkvno.1.gzsclient.1.gz.k5identity.5.gz.k5login.5.gzk5identity.5.gzk5login.5.gzkadm5.acl.5.gzkdc.conf.5.gzkrb5.conf.5.gzkerberos.7.gzkadmin.local.8.gzkadmind.8.gzkdb5_ldap_util.8.gzkdb5_util.8.gzkprop.8.gzkpropd.8.gzkproplog.8.gzkrb5kdc.8.gzsserver.8.gzkerberoskrb5userkrb5kdckadm5.aclkadm5.dictkdc.confkrb5/etc//etc/logrotate.d//etc/profile.d//usr/bin//usr/lib//usr/lib/mit//usr/lib/mit/bin//usr/lib/mit/sbin//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/krb5//usr/lib64/krb5/plugins//usr/lib64/krb5/plugins/kdb//usr/lib64/krb5/plugins/tls//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/krb5//usr/share/fillup-templates//usr/share//usr/share/kerberos//usr/share/kerberos/krb5//usr/share/kerberos/krb5kdc//usr/share/locale/de/LC_MESSAGES//usr/share/locale/en_US/LC_MESSAGES//usr/share/man/man1//usr/share/man/man5//usr/share/man/man7//usr/share/man/man8//var/lib//var/lib/kerberos//var/lib/kerberos/krb5//var/lib/kerberos/krb5kdc//var/log/-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:Maintenance:22444/SUSE_SLE-15-SP3_Update/97edc6aa84205cbf987874c3c223e279-krb5-mini.SUSE_SLE-15-SP3_Updatedrpmxz5ppc64le-suse-linux  !"#$%&'())))))))))))))))))))))))))))*+,ASCII textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f9cf44964bfe4e29f666d8d514ed14e917bbdf04, for GNU/Linux 3.10.0, strippedPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=aac5debaf3f5da5877f3b5d99b05bd698f44d4f0, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=111c315222f0867e37d47ba0a21c8551ac31a079, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=e9f5ca8c163652bef1858f5e95f02dea19873ab6, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=297b1c3e9216643ded90e6ad286526a31b4a6ca2, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=cc1abca9f4d60d2e13eb58a3edac4ad925d28cdf, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=31217d411d8d0d7c0b6d63eea2aeac76d47af362, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=aa9d0c16f0f9e78da393f460839f865e5542c2e6, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=d894c91d04f3af23202f85baeebc7ba41f7da17d, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ff2bf92fe692ec7b40c4f1a309aca4f8b8a21e54, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=9d95b82d65a6caada5d705312c8269008af133cd, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=7708ea152cf547abc359ce9792e3980134a2e9d2, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f654d4e1cb2901872ef1def2c7d2b526b4406229, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=5c205265d9afd983dde9b1efb7884487df48b444, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=141eca90b8933d4a225faad110aae2b7bd8154da, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b9972381e775f55c2567780da09517e981f139e2, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=59cbc5242b0307040255a8abe3989ecc4c6ded3a, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a2588c554468cd315aa8dd6c17fc95c3072549ca, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=25de34e70abf3855707ea81f4005570f14d0fac6, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=fdc4fdb7d6574b69dc8fa2399a059aba8b905a63, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=5eddfa460cf1b7096ae8d129f877eec9b4f6a531, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=034ffdc0d8cd721a1a6f10ae83131349a606c437, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=c011a1a75e37a3a1ee8ed4a11fdbf5284e916eb4, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b9efdb42e4f3a1f4fa464346f793ba97fbd36335, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9714b7efefbe4e95bed79610ebe4fbb3929c415f, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ed31eac7ba936a14e4d95a961519762978567d2e, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=98b3e30b898d0ba68521f8f5a240a9a7b9e2b28d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c80549520c85f6155406df15a54e971cd43b3e9e, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=60dbcdff8496f0f88e237f76ee5ffe96e0bb0347, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f4023dfa874118820c0ab159f986625e05a32ce6, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=dc41ac9c2c61272cb4891615c87f86ce3d7979e4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e8035ac30b4998fa234d206e4c59997711f7f399, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=46dba0eb67d40fdd36e2a2bc81e28b08f8d2f2a4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d3061373002d6e64e202047ed79d48409c680308, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=62e7968164af26e5a0ba0ae7df020842327aba33, strippedUTF-8 Unicode textASCII text, with CRLF line terminatorstroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)cannot open `/home/abuild/rpmbuild/BUILDROOT/krb5-mini-1.19.2-150300.8.3.2.ppc64le/var/lib/kerberos/krb5kdc/kadm5.acl' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/krb5-mini-1.19.2-150300.8.3.2.ppc64le/var/lib/kerberos/krb5kdc/kadm5.dict' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/krb5-mini-1.19.2-150300.8.3.2.ppc64le/var/lib/kerberos/krb5kdc/kdc.conf' (No such file or directory)(-7<GPW\aer*9DU         RR RR RRR$RR"R R*RR!RRR#R R"R R!RR RR RR"RRR!RR RR$R"R R!RRR#R R"R R!RR RR$R"R R R!RRR#R R"R R!RR RR$R"R R R*R!RRR#R RR"R$R R!RRR#R R$R"R R!RR#R R"R R!RR R"R R!RR RR RR RR$R R"RR*RR!RRR#R%R RR$R&RR R RR"RRRRRRR!RRR#R+R%R R&R$RR"RRRR R RRRR!RRR#R%R R$R R"R!RR#R RR$RRRR"R RRRR!RRR#R R$RRR"R RRRRR!R#R RR$RRR"RR R RRRR!RRR#R+R R"R R!RR R"R R!RR R R"R!RR RRRR"R$R RR!RRR#R R R PPPRR$R"R R R R!RRR#R PPPRR RR P P P R$R R R#R PP P RRR$R"RR R RRR!RR#RR PPPRRRR$R"R R RRRRR!RR#RR PPPRRR"R$R R RR!RRR#R PPPRR"R R R!RR+R PPPR(RR$RR RR R RRR#RR'R PPPRR R R)RR ,ȗ9j~7jOutf-812a30d7752458b2919da42b092ae32b91ffafa9ca25d3b2088f4d43ad26d3f82?@7zXZ !t/]"k%șv^{ }xSUsncmD 4ZSM-mn!EYkD#*&|YK==F̆@ >l.І?:lvz[s^\ښhP͍HLǕ< \شP*Đq#;qXd.\gl5W2.PL\e%k:4!l%*d r?!ŻfIOWVi9hu0ÃC)6SnDޙjn$<̦+mSᑂ[#cx q7ސMT 0:^_Kr|9lmjyZ%p;?R[soZS,#^Thuz7maMx3S}2{$KI,ou#kѻ*_˗$ *MdKcewIK6tGyY4 Xۢα?83zML)f/:_AdrBt;EF kB M&Ȥ0:p5Nڋx 7av(Hho`؈?y6K3r@p/(U1'D|^}u10{Z83';щIw_͈Cy;x2v8gLj;LC/GFcC(ư-'VNjgDSYCsZϯ6lxĝEjuzjѠ6HiNbcX5ԠAgɺbB8Gڎȼ)2DB8qi[PY?f 7O迣B.4}ޘz8KceaqkbDEN$߅LDR>Ԋ[~h즇?T"_[*BIC>iWy>%VSI+io&)` H~8"[Ё l\odo,<ʓEo7[ 0*{)7)783%TW t ws _Gyw+z3o=%Lk;?%6cn)xaؿ~Bt [fWG8L!DG&lV"_ v{!W>zL_p*"R[N99uH (X=[GThGH r$Z"~7l|T@ &'LcL,ÅV>PwsVh;,6స9XfZO;SStAe˵0 jUNܵ֯IbEi|fM?7 ٦El!6xlzN3AZw.:OۜYt=ow3P7wX>rd5m75'Ɠ5RP5FhB*7;י{aoghN1E )j}9vsb__?J$ڒK{Ð?@:Y;UTYB;VZ^&Npt|Ƥ6Qx2+{VH$Fu28h]%Ty6vB͇xCSg,gW#*c 2g!+$%Rn԰! !G<&$aΙYZ @/GQ>w) *]M{Ӄx;FRR٦U)#^# VdVWU_iCc: |z^t>a{Pz:N"9k]2G}rNTUVt515:-鸰ϨT*|*Biত Q Yo@{ڐxz|ӳ-6 R?p&Z ŌZ5*myK;M}[!hQkPz@ov.!>@^V˫*Wׯ|agp#䰥|s.zB%ͧjb'8KTg0d=(.ܘ>)6TnPd$ Y'T(~CSr/ X]Y=gNLcB=ӷ/-vҾai̻끇G?iRE*2]Dwͭ&ˊpX}k$dcgqKzFl(e5çu<) 0g>g}?V:'g\g^VD\@j*!N3c[O2]&e!jwfjT`=0gl!o\IyѧG,}] R 6Rre0xlD C@Gn!P'o޷p}+tvC asqP|KMg: H Ri(F?΁H+B19$,n!ohݔ'˪z3IM*]IulIbV_BeNyUϞYȢU߃OMTs25okeka1WSF#0dkX:\K8NB*^jrkG($srx!1vdXPnQ+;CAXh.N4JJ\<@ [=Ɍ 23.Pϫ1/$\u(d\rXdġ?Gk$H;t[YF&{,,RJ5'. )ح{|q@ec(G@тiW֝ßxe)n<%خ B%Yc\v Wt&}wg? 5))SL:">OxT+IOH#O%YR [Xv[ YF`Tnfb`S;FŪ8{mISk^'R&f%Fŷf\ؤFD(RTvכ-s_XAP):H TaT&sL$k_;坐긵J勆߄eăEb(ZQʏRp=n)],\L3hM/&.dbsBrv^D=oB}b *â8N |х^ u$ Ѕ M+v>dhp&'Ҕ#h'vKJ>ؗRC⿿%NV+F!&šYW sJ* k !N,G~.>'|_`҄3Ț?!ߟh|nYN 0:ajбprr/_XEbr& F4-_>%pA [eRܱd:1Dn-Upio쓴P 0u1$!609jv֓兾I% h4ۄw aL!{evdN,j58ߥ?MxZ6鱊8W*KgN V31%g]}z*q~x1f8ݒҔ)xu,RԠrm{0j W#5O'HWVV }5$بEC6R;PtƟ7R`yk,`a5U`=SIg#H* *i%Ē6 :r&,Su9_D¬uTyfXMڋE-'[&2fYpحG y\zʊك;{Z2H=Al{Z၄PJmG˖LAn=ImGb|Tfa%8\I)#hitѢd(&-r$tIlX vE^DQӾ[L69ɬʙ%AR-N3j'o>\N6{ R(!㓶7``yy說lKHUh߫/l{x)NҿI-dSow82q֜{Zc}@ͬmR ]+SM(e.8`:e >u>7sٍ ~CG*d`en+@h1|[,*e5Hni/Tˬbc˛'>/X߇E02GAJS6QK7 l0&d/V9ZQ덙@͸S#%VF@ E` w(ub u^1\OEEf:徎e7XD (ugOɄ,QeB4G2̪/8MGj<,:5eo?9miIyE)wӰ`lֆH@=䦤D"GlkwDk8/"d05+wy\!MRfyD6WB~ ĊW4a/d$ړEZ{/JGhQV *HknRN}ˤ}B/\῵SH-7}H(/Oꪤº?\m^~gMyE=h(X~+P/`ō YBg6S:JygΰS* 4XƬ~e@-{%}h2Nj3n;'Ue5\L"埲/}&Z?j LQƱ&zKB#i_F4eY}?Ї  ,ec)y=SH2łVH?k'ȁA}(Շ0tq:ZsQ1HZCrNOdɛ./NAVX, z0ΦryKF~ Vvʣ;!LKeoGp̚9 c~]`Xn,1R?u*=;;1]}S1~r젏g:AIjAZ `c‚G&xjfe"DLͯ@s]:-l2 @dU[3q¤TH0<ȍֲM/T>E2),TM4*sS3m#V:2yASGM^ JGR]Y"(+AuɄO s:m_aS  @Z{q=Hvbܪ2jkg7OR̴jԒ̉̊r*Ǹ%9-/o%gXJ--<r}g F%p6S>Y##Q`o)ʑ.(;p: #T!hwqY 3>%G6;:G ͖uҁ^ 5hąP($!j+P|pfL\;u`" 4V3 2VdxMV.ot2 he]PGl)@Tlrჲt{D[> F0oʓi7PM e3']Kf:-k6ßvʭ~(8~ѶDX 9Όr 'rFf5`ͯ00nZ͒<y:J! HyEydy5dm?t"¡ZT|ai3SfNO%1κ54҈@‚2LȳurȶdaY6j՚NhoJ eIˡ%Ȧ"?^.S5m)yCu+]2w<)Lh]>3P^_U> emUbFJ@7\#vp෗KzAj_yr9 qq%Ïnn Q=}B0 En9>`GQ=H#.\'j"ބ:ŚYSMq#]?/Rv2BcvDN>'a`В{TXɴ@EgX? μf=8%׋챮)8);wւ8V+auc^7p Ω9g,QihߢN75d?3c+aF(L (0vQL76{w:!CЦ+/oN/لr4eҞxNHĕvu!jW׋~`:VyuKD6V!4N<]p V觶0sA~K~]̇*@HFZ<δV͚s'#=ij[%t0CE }$"m}-{ PhGJ5)p[v4{V8y}*] Ih-G+BoBގ4.Ψ|'!'H;Jpn19t5w-uR|6A2RA5K,{zo^v'?EqЗ1E\Q3E#YqIΏzpѪYa@ZçpeDGQG=B0;*˵w]vZT4 юu])ǷDעK+`RO&Mz%g0hKx}V&EGmxO;l+?Wb*YZU:P0ЇnJQk\2K^.;碨2҂7JX4q3@gÝ^"1Y.zՇRx}8j&[8b% ,Zr2`E=p0̭w6䭓/G㐞=o4!d H

o*CiANRmX$*$_H3Icc3%*&lC3Id9@%-Iǔsb,'|KJ ۨj45Fi]#Wps$auA*ŀ@KA,E~d ]*6Bd+vsBpe щ']0fՐm!z ΏW7*0xQ(A&m6l71xۊ\(-ПSI tzbb.p#%倣yj{ChO;9ju(Jƭ̉SU n["k0E.6~!/o^Tv9D_މ{xxfuu+w>ޟ,Fʭ?<<* #^f>YK|(yvR_;f T?+< D$7}Hcr^kQ{LxDƯ`> e1Ms yѕT\]䮓xas ʠ|bmmE3n͍+0V[`b ɽwt=p2lO?*Yۛ%Y41sxnOEBVoWq"~ISM-gνQȭˎ\Km;YUij,v!Kmz"*8t񻺥RX%/njЖ m&nK?_ړZDL-lOp^Eoh٪[Ց#Oq^5_RE0J}Oa7) { e h}OQGzP Wz b y͜ `V; V/XKL;Cs1WU{2JkLXoyIsQ^=m'|GAd-n8ʫ<Փ@B.,52s#CLl@Jq iwu;N ~[V"O#֯w}ԒIsfV:mmKJ\N5H.OĨ3% e+T+f!kW"۲r$"2Jcߕrʈѣ5aΖK 6.#_MxoǴÿ#>!*Yvn_$Qj- uG C%gۏRޚi`9>( w%L-knR$0HN/LP}?2'꿎ƍ\x.E$5Uk3w(\2F KMfLMlBXz%w/Pۖ^qN-CދCx``/޽ 3Ǵo sxU4C`EC ^?HRiyKyS`ێ a[He5qc8]bH )Mljz -9!~CTV D \#Hb?z`^-AWV#s,:!S:[b:fNլfy!XgEnZ[̖V+hE)nP)nL/|8"xD]Гz5m4*h23氂Ta\:oL\BJa W[*LBDXfV/6Kd 5Kԯ}.vkwޫCpBť3 `/@5dU.Т*fk)]28qNLh,ZDѩK1>JT)uJj#,o q2̪7Yb}ϠEFݭ6)Pa`fğ*xŘjeij!  2CƇe^;8A'&qij90"~BQ6˜KcGN{i1a/EncXa1g銿6̨s(%jm55GsLx9 +! Vbnx 2T3d~;On#v 1CAacokD(܈3E6^>5vBɚƻ =m|`Zj\ 85Q,t?A eŰ(s8z<9v>"QGK*XwfK`#r˖H,u'>HƇ#4\ L;!!~Fj: HkS$O) b!mwT'Q,k$~G&ݰWl굀m>J2幚NSvW6Fwˮ>V"h3 f> wsc`nckI c*FOERj $v:VCCHTCP$/ݧ}Sƹ#Ml(==6>Dc%%z{fPPԪ)lNV^Ͳҹtgn۲P!P@cr݀2lUnC̵C2O >8ffI*E]Dq]g6,wIHJStvGCLg>+,-. Qݶl-CI;e.4+1A"&؈JSiuGPOc@,)YLK 3(}@_1) _;?u!o5hE!ov>[ٚ(Yql*) w$zb>ZZ5'> i!e:_?DkZe_t d5DIW6)UMa,mޭz[ujh.7k>baЛJQי^b.W: W/U0k[_r)D|䪄k_M^wPg  ,mCAԍwAuv SaZ REapM# ;eޣ^'[s%WRc u֐TR%We[ auMһ1Ŕ/|p ٳ`ҀxSӋ$MSuo]ÊƵVujQ<"r"䓦,G0{MBE& %>5 aߚ ~cNagT]`A2{,[fkM+Ζ᠆nѐ0@wr6j=ŋD|K0:>4@8pvoLjm3U*C<v#+7V+XJk@lbN5~Cfh[0[U8&(n.B0_*9Idgi˳]B -Fx޽5?7rC7;Np<<~.e:oRX_, ^x-EFv#245"'-2V=aF\ ?(ʷ63>kqHڸg G(u=VQ#` ={U Q %(Y FJ\ќC[Cgm 4 j!e2(wJlM2dTbQ>>/>C:4jBBmw}Z̅?W 9/gHF82+ $YĹ%R1{%o8B9);dMĝ}cI*'u[)I+2b!ɉd{KglYt=5Ҍ:~,Z̤1ßh9{6;I{YL*9tK/WXX\;51»,q@jlIIe,G Nh6WFY6u7@;N͝C7_ *FDĀu:8`/R#&J qWS|¨yM߻SHWDy䃒'i)WhF n2XQ.`9_c\ C<2fqWKrNx@ N̝nmNQ6t?J4pb˨0g3" KQo=3y!!cj)۟glS.1YyîYŕgf`h-Q~Ofg8eJ~Ta8fVΆ!Ad51y+RCh@zُEgy݈t|Q&zbb~^Puݼ +#[ް{9v> ,u9{=gH{wZ-sz#d! #bl}X˼>Q25/č+wip,69Υ̾J>(mnSdOTBjydj ^ߊyf=FXsLTzr|Q&M-m +XuSo/Ofma#Cq}ފĘm*+o\uDD%[h/roLȊ(EӺٝCLr o+prfxa@40q(6ޗ5~#(_vE)wT=v+9E ;@u[cva8Zc{BE&ٻiJ0BܸmO|V) $ghcO[op0?V{%O~z'64##TZRU4J7t㿪cy(nM#ME |0)ՙzCs%} -CE(V$P` >2+[UgX}_vi[8:>@VzR,*l6iְ xaM b !HfO:aUK+kN+2,ؠ+:tailyxAJoldJRRiD$a ΟzaD@#q˄{@aB>5,ծb3b*DeEO ఋ d) LC?Ȅz%#mJĪQl[0I! JvSa@א0GPڧk&S JPb'tUh^GwuQnbVryLW/=[ 1y^}v2G d6yMY(~rɇ.`i\ς_ U8!{\k)e+B)E]KR̎W 6頊Ur&02\">c Ahf6--9ebn'|>w}X779 YO.MDF,T觫jMTqB炉cZp[R`{?8k#&+hj WF$o,I/i.'%piMZHc?:h E.h*4!/@%4L3mI jQޅ?\3 s֢'W*IEZTj.׬6e1&Tڮ̘a+ҁPM"N*9_.Ƚ{IsQK Dg)|HG(thzŏMj7*sSЧ1-HN@>(C&QR6>or *e;eݓ_bΔІ[<qEz$ =>{8GN7^iyx  UUu23h!b Nx ޏ9a!$}%״-z!$uo'KA ض6.@S9+Fѷ>&amH΃x4_NΈEIIF;`X"[l p54IͿ HH^ӪozSBW(XbuNTjV2H̍O = 0e2M^лY=|.-Ax~vԮ212b3ܑrE#T:2 *nxy~3V&OvHQxĦg/WGn4)di&Kg6]Q)&1\MFC/-̘wtb68/K{n!cl8N V[" o2lϰ /loB?uUI9v;8**rIwY9cSEm6}.K1 Ѓ7_GlFѹGc/qBˊksӣ0LRl9WFd5p. d8ٿ\H0ZYԔ)!v#'Tw{fq@4'%bKխ;e)Ӛ'ju<9ԋجuՓtjݨ4q t\ f4Z/տQJ/4-Dc\N_`ZD?(݋O,O\;u] MKs]<5.oil>|Js(oNiWh+ r/MS/ ieV~[FsN6;B}MB0 "9nxT#-z L@L6uhmN*5&J=SBYbJ*jL cbTy50>"?'F؝6W\rTڶGSzblۙ].n=Հh^p9Wt?+ $G@D!Qgѕy26{ﺲvw2![UV/`яRt+#ͤؐMFew@/+Pr |Iau:h,uM'V#nDu)4$26uآ|0<`61aن'%{S} wwiW^nn_ןB1\oSI&J| ugF $܋,}ҥDh^tO%îLh,O5@jtDH/|CMƚPj:zs幂P\SpWE֯nGj.a 3^xEEW~(WB|bЂ1m2Ed2wI*V4D&|$̮1"e MˊLT:#e!tQX\Seح\-~eWf)BcV:;,Լ m-v+-"T yYT#'*{©/QSb>.PMFe_w7M/E6za7F"ZM:N@us;}@F^ZV^AEB 3Ll f?|j+dQ+8a)8QMz[RKHd>k1l!uD||'n}6ؼLWYKX;2RQQٮ])8Gɵ6GD%C|(kFJAKQa|F Sn")n͑N6YVIdd#σk]'akq-o^\_/u_& Ad)R^Fq#&0Y"*[:B{kO TN@'qbDe/a 8&XrZ6yl[;ntVsȣpI4`n C̋(JX8"g͢,ۅɑ ,֒V9WU ѫR K_#M5}Rkw~! M"0M ܍뻛ED}g3oTXkj\ &БRTGFBjg: z?jæ4WQCu 8RaB1&޼VZqqg 0}~Ν3W3y"XR\К%}3&13 ~PQO2 P `~APF?MGa/N;8|joM?vnoӹ6%8x'o#o?LBp$h~H,܁~1Wb{[{SSSMW6xjlK^ޞ35d 7BNa.`yTF3B(Mn B=v[c5ZH>>*ҬoFewx8J`?*WXC41/ߚ\aaz4º|5pg.LRvjI}:̥7)伈@k5h}tYp+7#YQvq#44~vt%A_]꓎ >v"*i+ əQe4jϺq+׵ - rC݁J_B|pSqM 7oQ|GXtuAiq0ny p 5{7@'W@'0~:M*qL)VezHA͚ .8j@U,^|Ma}O4q|}Z[*7)\Aߒ{ ~*IBAr&Uxk'%#`q:h.}Pr,R_H"=ROCDΆ1j UЄ㘾dYrYl_-L0aA\ьr +s<|ûB͍%ϢsK'/2&15^KLJ[dZ{cHGi`bcT@ .|v}OmmkѶ⦣ n<ҢK|GH*<FoEqх\0{;"wxڀPIǷ# < W)nU/WduH3Vg̶RA$ܨc)%fF!ퟑWwD#*6r A%fRA4~cD1OrfTVڡ`BAOa%!rM < |K(͞70r#XY+~V.[UD,Cm /,S@#i_ 5d#I+l4F32MyGdZ )\QZ#fWX{]dOhD>ULiNV[%U+;?eH:$ނ G]y:PaN^vҗKtpv>K19D5fIwKԱy:ioՑ/;xUz0޷=xL[?US+q+lS&%mqOU.| kDU r <`$ْ J'l D:??ZG_C1H>9'ēR/uENԬ\7@#,i(ߑw15z ?nST7IƵr.?Aq2/ c;&dXeVBq,O`ͱ1{ [r!y t&phu j2l kKun21Pfx[X|2*l~IBJc^u,vY2=ݯ|5ݽ!;bݶ^hۇY6Oy l"ε[hZwN]e`7}5tx_\v4El㑍2C<ܧ 7l2@n@-u*C-hCb'H   (F*V8PʧG$F1KesFTBOמz{grc*}Ρ6(n5\@vt6.X,VOjy뉛·<k\w[1Jv/+h-3+k,Nuu%6UjGRte~W *Af{]` ֆx>/-4%a!J "kiSNo,,}_S_UaMP8Bd\^RX/O3dtZ~`x`\;}x$iӁaI\pLCwU3Cw )rmn-}̓%La1͎ ymQm$6ꄵlg7֨_ L{hE?!]>!gf-(6 @Y_5s_`jz?{Jp[Ki H!}_skm$=⎎2;QW\(Ӓ^XB2܇3ǖpi#쑪~Ϻɸ3%8jOt[ʣj.Y5-+)G;y0[5no3{^FSN\=ywk1GD W]Cǵԋ0/ތ#BDvGC !udQ3hVuE\KEq%t䅐oO.E~bu#DJW vSwd5d#FZ:l gINiK*|`o"{8W~-2p:a-69FEPS#ܑ#-m@ih#3&nj:u(0.Q4p8 v6m\Ӈ2Ɛl%^LJTsR}IK MEhZv>@t] |OyZ /\bzapU3[,PHuv vV%әc,<9{ZOg}3̆C_Е0>~ g[{3]8ZmtwmJ@sIו%)䉱a9 %z+9cTIB1; QttD6ݕG , Gk7Lc_~|Rxߎ:I2jaD`N!uI{fF9ҸY!_ }\'ZdEkaWOYJ^M|mY:DG$ E [/@^%RG_=-[{&{pӿ|,q\ZjJ&mP[^@dwS"AW0)tm%^1ɰ3Ud+:&*rL2M!erI &My;A!Q?5޾+Y*2hV~Лk9z;Of;ۙI*n{]}Hgn1 b q{Q*Vĵ7Y`;,)aK( 5ZnFEњ<* RM?{%5'T] "? T6AvKc E}7 9n2#a'G5;>`_4"$-2yg^ncg:0$.pFR_Bs H(Rm1- H#a˖2N 3ݖOl+qk?) 54ne .)Ut@0Kɀ㤌oɱ12`8}RUUHvSΉXPa.b|{:͑_HktDf+yZ'3\Tx#+K+6oN*# `Gy,8/\4zVٖ wa?Ȓ{!KV7RAU% t1ζ]3HZ~h&WNF@ei\t:M k:d#BCBAnB ^)ȿΕAkpyg"`[!I/.fö_oC!m\Qų fS+Bb}-Gk=FIO.*le 6s%ZZT;l9qO׬,6l)1:sS\'{f.hTw]{,JOM&<=8CnEDf$@C%v"n{ dtZE' 5Šŀn@/ BعA.QZ)}u ԇ0";eV(1) d .)++$ oHvF[\+҅d 11l~ $gYF*DH 5jg81lc_I ߑnH- 076auY=d3bD)nG6uV6'dztKy93|jc6 } 2[ʨd"ٽ7NMHgDgߋ. ΢&Z\ ^B k'DX0_*bV*a]hg(Oz״ltbBYʑ\f!|*%h6HFb_tՕlm,K4dޟ)M&p?Mϵ^,3 @qx ﬦjrQ&;2-4OiƮ@Tx^TBf'۔pJi`=Sbc&qDVOL!fSciK?=Xr|W8;;d,8`^wۃaӚI\J~Y|U,Z 2rw mRFY$zi wy72pKVp/JY1$\#h(迳.YM./髐ȫmiWKyf!9>˶wIi9L [g (a.4A4D' X]m{FfVsF:hOqbiwd7UA:E$2;Jl9j~]SG^0PmKA&Lz:18, de4BYd* \'IGD?%DClh^Q1eʏjEo,+8,N.W'*'sW5'߾XH~~;o qn:P6~&4wCAcöe6Cj [Pc*./q ddg4< ,:пF~+1 k홪\4 `Sjsorӫ=/п$ڔjJAðu7z y c!9!m fVj˖9f鷵ҩuZCMں<3It /# IN?q͖ȱq_Q?h$O,11ū o>h\ƘeZմ'.xj";8fQyhVtJB:7ǤnReSlh{HY)r`eVXw9J>rUL,Bc00-Κ#r^J].IO\UΣ,Jv½'/T:`i#E>I l$`Q[;qw5u8$]^hZ:H#Chv*dJ0y ;|kt5SyZ@5vs1g'b; nzx唘#_ #Ϊ̀ VF &\IQvv.,DbFY5̜ IQᴊlח'3Dh`3'\E9mn͟Prݓ$FEA}5\=%NA#8b n~ e9E uv,ԋ E)vp"knHx6E?-l֯& b )< ?V;#O94(3[''Lwؑul-80z N*Ȉ{sXnP뼝9gҩ*}VRA}洶aO ud!UR\$RU~hN IJ"}̴?7r\$(u! -Sy{;fĵ=M-/hF+xUYOGCr2Ţ&GI/V}SGJt:-<#a#ըh&SӲkz|=\s3*JIV  1vcG6' v~g߲buL靝~fCqsur*7l[3l'Akߋ<<w*%gQηPNt+hl){ulºhֹj;X&)|- H;{ RKtIL#1"Ok\c =mŒ+YYGvw:CaH_zеP'W*$drv㊍+nր0$JxFYLؘm6*QJ&ٻ^{k4 *s>ZiP̍uIro!%X?H,K>9{3*#;)agz!lD_(TN;SK. "5|s.ᜒޮazk JĬ鶷}rZ2R]߸.Ã@#nv=бO>cDv9 V웱D൹tPھ_f@OTW{37tp2N0zЋf)TlO!ڜcCHt%c ƴmu5|Fx CO |0\2%b8Ed=+`-sT ~ɊMo=)ks]nhsϷH%ՀF!o\ȩoֿ$kN'ރI筊}@*fGҽ58Wu1u@FҊK4]F5ܝ@j>'YՃ|:X+^u\@  1FFAzk1Cgy噠x? g/0 *td |Rg}3h65Ae8YtCYı8<7dR~r8lS}"1 [(02{GznB=z`6 颪VjL|s-VdۛZy7s'A@Mº aizeB5 L]X83 'e H}݀==H^k(*,eݾ6ҞsL}b`U1s8zk_N#/֖RQxzbǪwU_@%$[gu o!͗N"e+veerkA&"•ғ^d0gUSNKcwU<X)Bh(NfvqDיt`s6V(wj %2jݭIsg\)i+G!3k'iE.dк3*!a{K{ $ ={*ؓK)]|'We27ޱrεUf5@SGKU̡S1l?lցC?E|J*l"P3 '+b"a-IEGYįVUZ!~l/RqݽPJI<8|¶И-܊״ dq.nG! 9N?ZΨGx&YEHYm.oHdvՎDuHqxy >͇H6%C(-`c*jH B.d!F.l Y+TcR z^cp)1#>xOHm9ެNZ@ gZ|N8QX.d#sTа.;QS(P\KN5EYYJ瘷1\p\Gʏ WA6 nq8),$Y0^@d*baQ`Q}GMKoRK5ζ_vҷO!6. SɚW foҝ0JF҅~^G^C%K3 P'HAZ#q@k $Ix׉\MPm:7K>={~n|( 6nfskVeOVgq\e +_U9cIfRIKKqyq}ho'+'y;?@yE?*&it΄5tYQ _m&>kWe,.%U5či셡ӌu h-q-ܛc]"SbŒ cp*c>ҋ X Jv@֤T}N|^kI>#ˬLX9]Z8;(j0o5Um9%^O|н>=lI I%\ET'ln\j^ܦᱰd`Ld򅶜,tLN.N ڤؒ^giAO:>1(l஭zN=Tw˻K Q!aYU/$QqBJY¬J٥/6q9۵zv0<X64R WB$adKʹ3E{ΖC+RWn?h^CnmL9{7 OAGͪd$TZYh@=K=x,NV 70LJ vI{^=DE9K-VMyy 8& PmN 2} SY^+޲+ a@݉?p ٔQI '>fQFq-gD .eXһF9.`~Ff;"|+,z3Y>D\M[E?zw/J6_42e'vjvgCJQE sH! kWa=_oO >w%QpE =, HX6(W#5d+:k V)&?d |Ɲ8aW0*97U9eǔeҟ>~'FW,ciJhٻL~*]6*[K|@jPب*zzT g v"}cX& <D 90NcaY7q6bys &&4#8^=锔՘++)s8?=ʭ1oWu+ 953*L|-b:ZK} ؠݟRwZQx[hCtU -~tybAI8x}OL֐jڃ?-%nbχE?8/Co$OMwcxd>N02_p+&poiV&WSfisNM^ݩ?Ԥ,,kpQ:j+ňkI@`Q:i+tC18mGx1xsyNHj|޽v~MhU #&0vmpv Ş 10 )kw7ra;̙ub0t>$YApEgloݑTMpC.[3gvMfZ(`}Wl)$[W84$y :Y^E;&9{:G̹f]M&SR3GU;e yOSwprYb yXy<)& U 1&,yN(f;{sy(D !EfeV-peDiQT89E>HBԆ./N}@D[bcۂw V`MɨӹPnrQ Q"+0Yc?7иx[c<.f F 2b>f.o1:X &o$n+˯{nEoN9s*t%@^=(ܖ 䁐 9ѬiM ufiB%+喈HB]Z㸴JSߗ~Ӌ$Rp漹e2sl"S|ҖJ8նmH=J|_OLhx)sy6&j'Mi"p6}[5 ğ4Qd]9F3I.6.G(tOײԆ0Ohi51{bĎ.nHR |Mz4Q\:o^__9trEp9Z! j [9KB)k*`ě6@lGNTpDgi CWea, fŌZY>eηTA7m*[hy#t,FsvkX"NsW\?g{HO ij@K9gl.6Ʈ0־;4̏$^ SA`RipW*BWs$LYhͿ vuw>: xH6\6u]ogᬆ~5'EE;D>ݘ1yђEJ"aAVhַv6/:a:t!-8,U~XW#1eؾ@6?bgѫ.86Mnݟ37Ifc2/Z~&G ,zAT.+>8XHURFHUs8Z,=5bTN.Agۉ[:~2u/ h*n&WV\9u60ZL2 }G3օ8@1eB_~ߎNT؋C~/>Ř{rx8MA աu+(b wFA_e c:m]azʡX_b ]'K oґqC[<87Ryi/P-[ Xn>slǯ8>'rlହ6 Q 1?/qa8*mN (B?~4j_"fp_f}u&H%C0g}0g!Q,ga4ڤE`0DF1Q~bV;һWK];G"BHV|E})guG(VY)ԈIc2u30,Sݠc+8a$ێ:ު`{l2HUd˄*HW nȃ2eĄd2O4]R F֛FWŴy,,)I٩o"7yQeM|m5%Өȹa憥Ք^=h2V c1fpEӏ*c&\|TItRW[sS-@p@ꟛPn?jSG`Z\e b3XdyB,|Xrd:A%j+%LZp@\b=y] K%khD= Talp[_U2;DN[Bm>.4,ɏ=e& QX@)StYtIo=Ć0j#] wZ7 $@;JҴzIWR/.6{7 m@*CG1Q oH|D1#LvH0*;+Q ?Ogk\9rW_0M̼q/CPKӰ !c)v@J&Nv'*tw@sۭR{70R|c&cڡ8р4S'68T$E?r<)"էZpzN6C/=) s|oɔHG}1GC[ Uݦl[_IS`~#>{h,,hSm$s3š0G%ײvKzI[R,[)GP -_0#qSSzWcee!TBT5ވ w۝nb!AAXzWW`11ū'LoP"[)6Arr Ȟ.D_: J!&O뱆-Rd}A!A qXp" >hNMt`X#d<9wF-s9U0Z+F:QN3Tc,i ~NMD8-3&G2+$ c0Jal{f|ݗA;6HhP˃3VG6ęC O;ѩ>Feq:F*,#`@ܫtXK=c O+Tn_OH͈[ߘ_ ܅ùkǎOr[ެ{:V\D݀ouW/ #_ك^g'atȡCv$\5NWS.e5&2> ̜kI"j_o6gSaQtzBO7#eP+[`τA] Нg+DvWp٭V]_ρPT!wN;NܘGŔk iX!3S3dݐ)ttp*$+*8fV {:,}ݎ24lw:Viᭅ'B_$ We;<5|-(}knvcə~Jp_ꁢ߄F8c_ŧh,/Xan:+sNp61 |EzIn'lVA a;d ]O_JxMm^#okqlfӇ\bȿ?"U\CB]l%'W[';gB韹ʄMpJf{c1b F*dr>1fl'IIxC_~8˳)IDi(sDݩ|٦xOe%_y VE1>$~!$C/~KJ>vu9>'(d@#u-/38ڻ7ed1̛d>vy4|*byQ~_IXaݧR /El;: >s><̟|怆 _畵x\N}f3Y2B뒎a/ hht!WM,;9{,ή/@>eC#XwR-Mr3Fo=3:D\焭YD$N_r xw벏|@F "3Bs mSNmUn}]hi*f(u7AP+Kj3t>#+S^ұdm]NFj*4I;<1כ$ߕJ!@Lԅl#dLCZ.GQ rszĭp&wiݪk ii<>VbjV'g w嚖&13 uaj-A: 5!G"=WdED@C[k8m^&*74$#] &T+w ԑ6#߱r3vͥ "d) E!*\n"qdnbfyh&8{=s2xSlN4 KVST?5j[&k2eHIג;5#"IpM&2#T0 *8{HxΞ̐)d>~^[$6p|q}YnW 蒶FZ5*䅔ho┬JSAQܳ꧚7Tz#qݪڥS7-'*HW-p Wki.4Rʗ[-6&K=Uk-L3jF[3u3~N13,u:D fF!;a2cSOdt(GKClCai۞5CʕQT ȧ4-BQnX0Iq% a+d7K5 Mq]^=w%˔J] o .GE}r%}:y^Eh |^IuxtK|^ AڔMtDC"Ex$1tdnW~a4q[0C U_36 rfF+dDպH6^*մd9U8[ח,[8/M#72Zɩ>YF$xGOjn˟]@D}#|\lș`^yfW#6kJ &ѰiVq)F!K#kd&`io(_B'8I%~ CF^Wa~|;x%iu<C*SbXTCstw\ơؿ?`JbZ8qYDN!R=@mFX⼆xmmZŵ飍?xXU_ Htw} 5ĆzOD?FBHEwRvOa#S:4YܥN$Z%S$r^S^W~}"T/,!$a&1] ""%z;" 9uC#jRld #נOjHOͤ] FJ`<"'zriaTte TݿoDPmVL?EYar|C>W/呂UֹoOhZ3*u@4msg9:oQQF-un"|6D io#fRS2@rvtedȊؿCa*Q05rcaHW>9d (9 TrE@}:ō!*t!UJ@?Ӏ*hQ!#qc^D'])ҏ Objy9|hF6LxqxCN9Vל6|z+AQshêX6nzKE${Dj7s۰4".ǁ 0kiW¦xGr**sjJ[yU :{Da{Es>% rL)j[[ڰC}VYhj k]ꠚx˥j"]KYPUyQXnke]rqD1ًH`!FPSP1+ę@6kajn4f_q˃lWu>1&a4cJ~% T~ӽwRy;]"'m(.~YHryB dR`*%Аۤ#3kuyZ*B]ryl sbs9 9zQ-~vS(Lq}mtU\Ws |pVaocK/XSZ( Yͤ0u@ fCnLE+&*:G)9:k/ˌ S}/tDq[DD ~s3ITׄPZh2d2 |Q=K]ţIfJbbN}a`^F"vKMx,?D'/&܊>ltuVWǎ2a$01$GZ৿GbkrP'Vew\$~9/Eù: 7o9Y"V8Ǒ#5_raF*X6uNthqsx0za”'v">s8RBuwb2;Lq`ӖoQ:5}koJ &3) £WJ)U:QVP 7([9%'\a}4·=givj?3g.[P_u)\2:|:.|~IkS0 XR03-2צY\0&Y'ۋ!$o-e^F;:4oa4JXs{xRբ}Xy+3熃i U}V>2\rHu(pߥrJ7D+Klެt>N* "q@|/{`j:z@#ѮLFM1.V|)H0yIY0^+d,zlE«lʼn ё^PX<[LU7WJΦD \4 '՗Ua ]0F9?o<+UO|蘭]Ƈc?P,`MġBn]g/fi]]ޠm-bB}JD0V+ ێͪT9g9w+ JFk+ *x㚉^+X/ݿ%y&醃: .MiY<7'h- 6Vjڳql->Wg>(sQ)&vgEʑ%iLY3J0Yй\ޱUN jAE&IW'n>C6Mu\U^~X Me1L-3ֶ58ҩ)m)O7Q%8DY}nU w7>L{T uK4/=V|$ 6z5#By Zq^cd}'&w s-2:R\EIZ2P'MJXqfB(1QS.&:`?kD> ^93paklyGZa @VMq3MYf&[M;xbS !oڔ ^l,L|W,ߙ+s(p3o2=3SGxebghZQ$t}~8X&<UGd߉b3ED*H lA'HuOu^lr4!1[ܚZj'MזU?Ig#0*2sѐ(V0 % qEKњ(d&.V\K6|R8@>C2 J\|U`!CYv{*;ؿ ]"[*6o2@q$Ҵ]lkZd@)~'_r/MO7hv=!ܨX< "a|ӹӃ|Y }}& H#->-3eB,P 4rjBE"D0O_ t֫9(IGt[fq^l.")s<];N;k3&=e!)ka(1T+bF (k pS|[Ho,BDHcVww?щ"''F >H:oU^֟m3&TXӹ] hH׃N}XQ D6ET6V4[%~#0GT%GW -f eUƆ|v+Tm•~cQօ38x/;yԸi9 ]I|_ffXD=:L!f-cwhrپVg[0OmF0x;jh~/ w3WL,9ss/ Ob.bU%̆wtRdW:akL ˜О&晬2ψ`)fu`RƮ5܊}{օl!LӛH*24"# $}Af 3z}?4j$(mD=# #7Q5N{IdKvʔ03͘HFJbMT!JZJ NfǵIpXttT+}?s-+9rr^:@n]f,dQW,1_Q~mp Qi~eײ9D]9.YJzqr"_!%x&<~3ϕH J9!U]LE"Nji9imp{g]bJVK;kg_6 j`^+wϔp9Cz~1o-m3LYC~A.nR$U Sbl-G[ O?tbV=Zie[ۤ*,]Lif{B^sowYcFN/%"O/[8ʠ `Bp;^gߕ1R^ H&ȪbiC` /#2gգfJdu)rvڛsGC x7B@^Й鍱fI ^ x{\߀{ռav\}}>]| p5b.8P}$OQr|U]Ye\>뾌T) ,Py9]hJnKپDj7c$[kh߸@3Rq@Rؾ[v iCGxvF=z|$K]BSdȃ?IT e|Tق|,jL/t]I=v]wr l>u<$Tw 3墭)XC?T xiZdrH)0\\)rCOQ*1FFFOA42{ <؀>W DTC~3L$FYɗ_GS_W \mm2w@&K#$=|ChY I*FDVk[~rй 5JN^'IN ;MӘ.a3뵅TVؓ>1CؒI-DH&PebT? `խV;(uAOHбALDWKz+Laj}k*@nj pyں7R`MQY\)'zkr;.eS<_oEZqMks?+2M^T%s[~T86u#b9b4@ZН|].MS6#h_Ii&Ik ø׳6gMY2i AB9߀u_ݥ'sCE hqR+0-YiR%*-21BiSk)doC.80 ~p[c˞|]4eVc"0w/ۨ['eA\Ң@cO>_1گ"g{C1,|#ꭖ`i̕:enEdfAW!WɪEu4If=ҚMPLR< 2 xݶ;\ƓJPJ#.\qI(G-|Jl}]>=BE|>VYj[+o "!idH~$M6BTJt%PkDY *ӟfd%HM9׃F>RKDCQHqlD> [{c3EY\#$ OxHcbmё8Ӣ&?Yة~#ex>*+kj8wasl$uH jϹ1E!,>y$AەP(`U9ǬLo0]J, j X?:VD،peUlS0=;۠v>cK)+u8 nmhL6hxp":w0~[{?u&#! EkkkVdXાȏ z'nSc tLѲ+J=Q{sD'/Td]E@ͣa wڊ<.?41Z=T5mPU܅9V7rXpIz@ t( It ӊ,Ċc/;T(ι1_{,llF|&?3 ?g`7oU\CGy@f2cd$JleXaրpݗۋ5ۃiiTaF ne >\]8UmU&Mf8} 1Z꟧Kڇ¨zVBW'(M`p<CaxXnIn*qAP<-IQر ㇓H͡ M_mMzjS]?1isH#RUep*edhY;+&y>..'xOT/%G $TV69ZfObdJ-[{Vʟ9@[Yʟ H+eבKgM!7%s:Y)qh31H/ppO䌵5tmsκ$L| e;>b* b ׬VD,[L$cܢA]Hdjw}cKYkVVnK#LOiS1|8o;fGHV+ca-CfQH+ԣ}< > mb) mҰ+*!ǨRrc*?'Q`ޡϋi95mI57;pkֲr #0}$Ec3TmoSЫEj|zqX"}d5'`NAC;1\t6"۟nǼ2J:y#6­[+?$0A ]< 0p;F E\6r ^x;mkgpmZ gErޙz:1z` _ pkB獒MQY7p)bBUˁ3>~M08e0iL H#*~8H} <=UJWtrA谚6K{M}Rp B*yʼn3^% Z&Wa읾QX'$߀k`zFfT9Eg8="k(r7:VHb X9/B 彭D^ھVMb O|6pfگze&.&'VRM©a9Q#zs܍ruՆz;)!kuK7'Aj0fc|;E ]f",۶LQ8f%)CqPmQV-ķu*֦s|r":/i2ZYbi{25+}ʒZҸwhQXW {K#B.(1̇]~#>F}r0tYmUMF~@1UDCOig.7acBz-G^T& ѱD/'VMA>FFkD*Ul:ï\ fVSwKz%IkaV!/+p2' |XJ#x^ <Iۈtq!S-Ԗٽ׶i2J8ePjZF|!'6?@]9Q7Rk-9;F?q9lܼ܇;4VD[ňIڟOinW鹗͆NR+XJ4 uT^ ;>`` "cl#KD/Gi'_Qs;;E 㬮Ԭ!!K%zZ38vECBVL ]EU4 ҵ}v/Ja&zY_Na*A Dܹ'cYR0ϑpp@6h4[?WTfՄD;0ᎣB1'(p[24A}y\V |E9#c)|7\|BHʂ [zP&#ՋwgQ n1x>4ђo}᠏+ FTJ3U}۠TZ`V+Ny99~R;QX~[Vi&Ԅyw)n'r1]RdC#`{H;1.nk0Afѯ[dm||(S yB+g0 ``Y"ZBWε 栭Nw@yP{E(-B}(ఋYVt:|8BZ4 T' MRR;Jlw7X뤃}F+줾*USg8sX`wJe v.)76#' :?]A""'ttAԐAcr|LG`Q&_|b(F8%#FP :>u~vXР2/i)* 5.7$}}9Q12lТbub;y"S炗VxҀT\mI+#y'7/nkQ7ے1=΄K.\ &GҨ?~HL\&8ʳ3j5N#& 1$#}Fyf*G&"/')ۛ s75}HYxɉ>^obU4{x!P&QkۤZ)q/%}祖U;q+ܦ_g e]ҳhF5PPGfV&Ů;+z^T5锏j@Z)2>*J8p q77&(ej)QG\ԋ\M.o^waKX ȤͿvL|[WP{̊)K Xg.QL`j+P&΀H[@ =w7AO/`qUlbY`H)B`pnR6׶oŠ;?E;'\Zv*0D}Rj mwqnɺ?gy15eToB:.a QobԽR亾AޗiE_2(+͝k%4g*dJϋ/5eFSI*O \~_Qy%e P A1.n \o:GXGy[ J#j]*:uZ+Jos 7^Iڸ܇e; Uë9b͢?mH1W\c0X=c9: >]q>~ؙR/bUTt"ʴ!y?U2Jdx;dCw:}j`IhMlXc}Ɩv#!KtsJB98Oӊ/[?f!THoFO>J#4` yPE1:Rۢ#c!(V̉ÜER+r(E,ݪ}8LBO~i"' <~zGv, !KdT-QZ~ATc8dLԌ ج4ˏi5L:Jt1Y0@F/5i$!`-e/o;j[W㐕8ͭ-N4  hmg|=Nx wyOInP[m^ȘlCbbߓmyMM=.Mn!=hZq<"?-L\RO];԰s/$o dJAB]l 3csV᚜\=e 3h`YE]dh*ދ-c eu =)lш1@ K^D*?enkMY cMӷgO!)ֱ fhcyb%ˣ;Gʝ ,/!)UVo4t}gnw#>vT > 8H% Y5[1--\&/>KZ5ы_{lUn¹jG[ӛ| $I# jet?}$TVR ʲ }( g =ϛXEKfǛbxS:ǣU2e1}+aBlǡ&ʨr ` .0_ Ǿ|%`XS(?Un5nx~\.NXD3=9)F0 Tr–N/sʵ,hNC/F*vQ62{Q3t(.a2I轒W-N橮e|hCo D9 :n6ba g'V.y˕Va:aN,L4hb EAo.z/9T TE'89f.䥷![ ܩ,{f4MUdI$|ϑwQ=I5xOdh) xtj4 #9Gdd|R)9/řᲝhee_,h=cɗ^7@T~K@ϟƈ1$@@4~9=89 +v>qV*Fqz6__փ_6|3mD<F=9'm򂴬;|l]P:B/<]E9t6ߧɄ{w|͒rR,. $wQ!*G>kw(5hE$& u'tˆm{4'_)NhF"2M0f1}:{mqx-ThȨ(p.ddTHyY/Mf`s DLRB;kn5B1z𹚧l;B;;Ih^dH[C6Ԋ9vr*h_IY@eU2>S$3Gny=T܍5/ {ιNk۞ac=׷m=)h~=!7XaHd ?SA"WG_- }<dkHH{r,?T8nTR*HA؁uLXᱫ>a/ h|饻g+4NR:'apBm&tO\dj8d%> on>.Pⴵw癈ȇ8$kqIE)krPόj;HZB2u- MZwsWmۢp+Rrܬ=l>nYa/i#Tj{ m*cVYȰKR#V-O?[E:!l$`F1.U0ȩNV"O%@5g9lM6*SKRDx'rX%_M?]B&Hʎ B'I}3G5T/xw8_V~De֗#,10r)w40Gv9هH6+̓n뤮1,U?i}a~QP=V ذ/&f;ەam $´.=۞++ix&#OIB#k~Y J33Ly[EcS|{FrSq^_8RX "wbk4C,6Ztؐk skUu?]ɺHEpZDң WLE3+1ky>4T}6m4tN o7I!*nc;/Ȑ~\xJX(%+fE5o12% /~9$>4x}Bk< n㐷[htTw?J;# ՛ LYfn$ ؍ƺ6anPp!_8> MDKxaRoGgρSBrji 9a8肿uA5fR{Pɥ]Бi(:|U߮ e,^@R:/lwÍ%lnA+h3ys.vISM`)J6ixIWه?s~ڃ6' ?;BM˷h4Bf`ՙI]oT jr.lfP9_ԗXtMV/*keZ^u:vGou& h ehB;fdQV62)7ş3qon2XcCxҕU"tK8(m6e 9ѰW!,ISUC6m8+7#NY\j~SրjQ2MWp/_񯠱u,U\B4d5ԁ<)UF:S.D}-,W}翘WچFVmKGQK_4 cMlMt}L׳׸} cl0| l|\'^SAn䙃]#|B Uxύ4k.AkQތjޞ)hwhkѠdK;(1n)C'% eBj۶:40V_I?<\[A{V렒ܔ%d8& nb[b~I{=wTZ<XUHA;=p̿CZʌڛWUn8SW$GCz-RשZ!QPN 7%s[?$εHSԾ!߳ln.l9L@'} u175߮nً:*9^ExXf^,\\Aoژض@#W`mzrgI"|QȾ6F t<I,aנl{U.`ΚC%h Vc~8 %0/eýOGrOLe&~k I,{u}Xi u ,>R& WmV5 (݀Jmz,ȓgycK!}B :yGq̝U/:1J '{vszL//٦^H [K?#bznB%A>J%Z04 =(NQ2\!N+d{ሳ+\ k9`EEZDSEQj}E )؎t!z6UV+4PCBdDztb B v syBY3}Bێ~THB<R EHd3hQ "+y:*ᬹۼ):ݙ‹owƑ՗x s5HVn6>:XG^PwCQޢ0N9c]F\&°urSnꡘ}c&7ݻ9&?#[%sPs1aů*^;j&)|SД5aerW PtªO?P_T$,GIf2hgqq1ۑ喯f[d[e"y(TqrhZX#HbT=JJ2*Qߴg8$ߒ(__*1yXڕħL_ U(*xJRiE_3YVSuIqu۱.TnMezJ*2>=BjLg+8jPԹygfAWH5_C)m]|EƘ|X~Fʌ;fx7R>Ij>B2Z~F-& /THVt8tݯ-PuӚgmݩLVȨn*3BGù| 3"x&\=Sp{r|@l*7U{,Mî@\̠͙Jᶆe2f,5%,uP.]0\k6Pt+ci?Wn #=&^Էke-j׆"wAL\]]̓fN:=AZh*PwAkObf4uoZMWm{#!Uʬ/ۻkcޙ grz79{e$5%hK?0>ռ:]vP槇 LM XSC8lxq@sƯr티1rTvEYOa%K$.ty4X+GjSFf(3CV.*X\6+''N̽~,Ehenr uvG&!ws{&@F`5*F\+S3{KvRoWIq 1T/  eZc,d{6l|2oGJ8b}j d٪YZP s Bkr'ULwܿ Yj73fld}>xhTښb?|;<6Vpx*{2#mnC"{mK] xhLپz"'$?%."V X,]@#P5{]fY=v+eU}4q y\M[M5uhu4LL8Q!z+,;[Yʼnж*q713a÷fLl@_s/ *ry>^Ry+`'XxKUQ^nKnj' WtwiF3&S^Fw+a1vïJW'҅[m3e%VTwi%EIAY"ť㉾LvlIx%, 1guF?xI]5={ FPqR H"|4].)QL{6P-DL2&Ft9Dx.x(mƝx!aSZD՘bݣmMWtVPXZSVƣC!kZ?\#"N0h=Uq&L @&40$Xg"=h~iS-h1[s>x,IGGiK@2kGX^ܚĐpʦ*8t+5iTrRaS =(u R1XWKQ BF j[/<*KvCz9(I27/׃a쵳կ.Mpl 8"ݞ9{c΂yԹIncCTgnF,Ҵ Lf$MW-HQ:fnp~SX<{}k"\Uc N#Z :{=F&EF& RYҿE04v-* 6~]W}gsgv+d`J&5@ ~1dw=Xb/r΃[fGzNKL[bEl ^a2`#;ղ+¬|ӡ sƴb7I)^m5#KZy!&EѓU3oL F;'N[8'یh/fe 925Kd، ]ɧ;6 ĺse3 7+#VD96L[աFϚsͨQ6gp~NĚpa0;8 - !-*>TĕO#/|2p\gG~*f-=$"S[Q@Wd熺 ;LT#əlCyFZqgj9v`IbOKNooĜ !7UsPd*ʱ;+ǒEEel?7}8?1$Q&@9F2 'Ԇ'H#{l@7}6{q4M4$՘Y ]a)IH!lOqnT>x-FP/F42~B6[Qdr.RT2Xz~BqCFW.[5YS?A!UVӏrK7MG(2f2윃9TP_Xpb%ά-NN|;9/3 €yhhJ-}r2{ʹ Y>WÒ &fzh9UN+wxVa7iET}a_?9rbe}>@! ۊE,ce}tٞ c[x,mfkOO)ōko߹>KT^ qX+ϟJ,ҟf/ Z&f6Ϧ^s>{Mz hϢ T= $E/uh':;-)FjOɍ׺(h)*|?ɧ̛g%~Uv1<ͣ #:/ oƃQ ߝBHUf#U3Ish,#+G}qTKQubwg踦y _(=6H?*Yws1vKM[4Q )?'z&|^xyA[A$&nꑁvb!DN[ E~sQR'm/řskiCr!DqBCv rяM8\=k(8F~:Hxwmd/s_Ij̈2؝ՕĜ^Ą|:4t4*ܟePLmG,;zh!/vB`S6TO~ܤU{oS$Tl1 BmYu4O=Rjf{XV:WXpI:0j W;<|$V^fߝV[Ϡ)5{ /[,:eD1a9HHLp<޾ab fDzŬk)_yELGV04u# AZQ4z) C+&?}20ƙ;+& &ŦL}9tO(Rˢi"L`+J,Vj': `>ʘrtzLu^v'|477 FMՈ@`No3Yif7QM'ߝ7}laNdnB!}qB$;ȝǎ);'*ÏL?&9ޅHR oDZhsJ@ 6dj~E\Mqxna,W!)= "8uN_DjxtՅo 9$p1@o0$ݏ҄~ຽÎ%j.E*9|%!&FۢhmK[hݿd!J5^ f)3%?t i;=>1}}eZ5lEN9\mJ0jwG+*"_Y¿"4wD.pL:ntO?M{kc7H@#tͥ^ 7>/~;6+΀:qauu1Kp@YeC.*g?5){SM],T ]NQUtv{4̊.B1[V㿡=oIhvxn?d)Iu.olb*RĬikRWeHId|&r0q#{B\+`l/1)VCD:pCݥɓڠdmLoswHK~xW1R1pz/Q/ا_Ll}a89&fCӔ4} P!&NPv{ҫl+#q"D7O޹>mddll#$Ȩ DȺR  U?/8*0-{g ?Dewg ͐-TXHc7vJy4K];uFl.I{3ĺKg(0;uhuV~Ka Y8V3ly:a跳8w`.+]Y cAū[-IД_@X|1F`ed4-74թ,e`}`3H{HCV$ ؙrLE*X`N 3+dө\>*]IB}kJ:OHTHSq6,CMBz4Ci>*.yov,hc98 Gu #4kfbsĢ^Ʋ^U\Z_ㆋ(&4Du[ @Hh5LEo#B[C8e>M-@؅{nRc2Q~SxjI-J&SQArQIPXS~*]$y4_Ă_^dE@ IXAvjTv |J$9o%T]=d/d5.u)3O YpiڊsSd5$_PhїZ/SX~7`]3xq2ֺ~Z{-'񀴄:en^- ԥ%7l Yax>uIu9_!SӼ rvkbF>%lk:XDԆ/A&H[iX;ϩ8{0QW|G!6Vj%˘6 ~i<2Ʉ,׳PNb܏!XwR9 MR0? )rV`=N*~5,rDyt^J[]# A~P)6tujZ)"~c^\-∯ ; >L4gl_N9O.8ҺԶ/4_9E7Tzk% + ^q-e6Jr.l+zZ!f,*?CӂuՈ +b @t8s|ѱ|RC=]L8 @h>}Fy-g]{NvʒM!Z`at<eWK41B>K tĦlEGi7+?JU7Ui9yaDyk> /IEuuIo,5>'WpR]Є}ƶH9i#'8 "VNf caK(@߹J:)/:c-v3Liմ^t$M½(8VW[O]ܺ8'jp0)U.IGvQE!5ߎ5ad$a5x , vVSjеo`8vq(]II 8t}a  pCa2{v>z, P/AyV:Dbͥ^NrEсqtE./D+W۽;FGxڟw~^RqlY(h V"=g^HFI"/[}uXS!UTү>Kꞇt̝^P (SmMնLF{XÌleI*'hS_Mܺ>-OܞͶ_Zaah@-%q2@,À频Ѷz;Bmwh}p]Ʋ`;hD.]ߒx]A7rUǙ&pEq5k=0!ƆN  qQ^;xP5i-@:x :mx,̛8Ɖ" 례a$1fhԔPUb:2r.3Ţ'>{xk#<ʞD/G)D*/g41m6ob fNh!0ߔ Oj&"}lW˴+p H}&4Gӣ$Y.E,Zv %GrIwې,Hj_+H`q1DrOnpZ,W6O[Q_Wֿ ')2&h?t1Wy>=;(7`s$,o`0/2LOL]fTh =//uKh6#sycC7GۊP(="~U`&騜!7$ ;: OA!aiyC6`Nh?Gq-RH>^{}k'&%#Mj`VjX/o1Ty5KRde7L {;ZLrpJmy`,f[K) wky }iRbwo@=Vš$dv {dg|Ykp) ;\2Jf(dtOڄ 1-HO14*݂5i44BPX.L wr,"ݻʍ?Nmnb9K\|"Kokq>3O  l X.'v:,GASj٠eUeep g%}?vq;jQs6 BXWFw>̿ql*-)>żbp ۋveP3v3d04{rYO #OM$@0yj\{ȫS)q|y1EpwRc!es$bũTGng+|wB9"k1aͽ+њے{7LL>s*:)Ul,Πg=\ zCleHYɰ2H=JZ`l wA둆)Cs1 !X`I7CFڅVf*"m3϶ihK_C_(#豂 X6;hznǭB+1bjf݀* K<qma_B15/,m9q>Faqz -{ƚ uh$o0&Ui9&&V ۍ%\h8׽v-کR yq{q[-%0@W^bXilW‚,*|Z\y}B~0vCd& 0G(E <)ھ<WL)% +6C@1.|26pAAtSiSKo\FTN0!͆FP(Xv=v$:yz2ї_wHZ<Œ]QwbN1wgux(CCƢnQYçD"+>$*Wm `#<_ɝ#CV;%lB E;#-euտѩivHvB۲z 7!0u9|cs#\3`d&m_j;FJ~\ CQf٭/thst5^QnJ_om+ciU)fXC;۸0L| 5[f~^8'ר[rϏ D~渃3CύZBY?j]9a\G5p_w{M7rԟ`̶aS)ɯjpw)_"{;^ΗԳrjR vۯuD A.le=~ҰQ,Z0N-'(2ˤ&5TT EZ\gD9Yw0٣nsP]~ cԪ%#'q6q[_B:=^ʪ $t\\Mar6m]Mpk|pzj$)p3U(Sl'궢kmWx Ia'rCzsuy**C~*C|7f7?K0vV;708 ; 0uZ U#{vZZN,*I @~=%Һs.wHVq<'ss>Ϯ^a sI?UFvKvLR_/y J::ã{& 3?el܁"i2Zk|>27%Maqrʠ:{ 4&:ҷ7%-#FO ]!LMFPzt $uEẙ@{=:$tM; ݱ~ϋ;aJ/,h|rE`x~]de|EZOXk \$BcTaB,׳h`s}1KnDd7ס>zbQp\6 -|BK .{͍kpho9+H`%GF'˚f |c-μ%FK!rTak[W(cw!pC.f` *+s!"~OV:qd`G\Q)_pfqɰv?(:C%UZ)vZ!ky:H&ׅsֲ=X:,%$r.\@[?-_huGN)D1>'glN,@>A]%gOK?e)%x]J5D"RlO&T 8#L=-9d^_ì r>B |Fh5W\tʞWAPpt|4UUKhRDׂʧҏ.B ym,2^S5k7P]T"A:*ޱwpgW֨eg=Ry yU*\9 s3jD}ipG]$I1 ̤BZlXƮrGISW_5π ,*QH7 W kB%bZClz}fo d*:@e4kyTLKt5@Nn:Mm:,{2(AҫinU!g(q2;m' -dj(8:9=cV+RFSL*Ae"ߚfsbт ciLʵh.O"9x"p񇽂*OfDTx? :2ܴƑ3\@Hъw'x]%okA[*Ve *?ksVd{Hv7J^wq}J*4`u /HmjBVV'NO<g=N՘>ML56~ sǻj^f''+ ┩m8{"7=vU9X+r:()1e_%}hȸ5fF \mB?;U ^-* 2@l]$Soe̝ήrTZoWc~ \kUѢ5NJHO̳>Bg쒂A3` ƧCZ kHW*I/xc_gS|Hc$ŦHi/(%ŃgŘ4gҦ{ ԭmuYz_y9~CʊٽHF-h{833OTŚ|.\vc5O뎢 <.L땰.ɦR>"/+hd /3==9%{A}Uh,c1ڑ7ldv%W*]wWK{Y˪Quv'AėZzZ,g Z9)AnyS[xi1sP# lg=r@%,w\o"qƃdؽ/Ʈ hbΑ"VeȚoÃpA9SBkr嚢d` ~'@be41ϧ5=PafEqE!K88ꝗ0ֲSG% fcIV}BhCi՞l7N7/$S1 t,{)W.7\`~8Y(Ps1Nb]UPR~ yh-3GGyS2?K4iF gx1K \7kdv!|nõ޸ c ~.6|6F!,RG}}8Ąà+Ι6Foty̠c? ;cVx˧ QX:J/t/iwv^0J*7`["^ N?lL2)z5+V(t}aӴ l-R ++<#΍V,UQwc*x.zrX7x+p2y@oJFߓZPG<9}*Y `,f; _qNEՖp*baKW$g6Q^s_xk's^0aFH}V51;X[O~%zQ $aisM̬a6'L9T7ƺ,E%-f%~-sQ#'G[Lڿ:~!$+ܽHmC/"-wYaSPt`$]T \YɯtӰZ]ɰIX$:fۼ:_k!PЉoV ȷLίj&\y?jΥZ}?qx$;?!fR_)?RI8o&X8. ZFk ;rlTüРLX橈A6 s O X A ,cDΉ$s1DusF杷FeˉryDv1wObYӆKQ" ;Pcn{N([˜.çtd, ;iLC#Yu$? D:U{Vz6Wp6%~+`)lš/ӯ`_`iCTsI t.DaIyPXՋfp|^(Lqα<b?`jUC;}Jߨ úߒ1&|4 ;ŊA]\ y)I.ϊ0c}mٹvf$tk__ 83C0lգP~3DV{rTv(Rk# 9K"[0XޛaQC/Հ▝Jj\>.=_bD / j1}V} 5#gT1/zb "C|^KF횡Җ\,e7^ӥĺ|,yN)Aդ-y`[Z>~+DŽְqacwyq\V֡}vaW z|{| (<X'̻>$v4VM}6T鎏s^CܒKOACbq_b-y/QgߓR6y9{bTTOkvEm U j=a&=mI!K "wSc ~4A_\Z rdK Ys˵Tyv= utA5AV}a#SS]b!Қ@Gli}'ߒp#|1H@;p67jq,hJ/Yh TkcOAi)u!R"U(#e)U@͟k 8^_nךM|N[@tQ2ĄqfNoqu.Ȁ$" e&G =Hn\N+*)KܢQ =Վ &r$sNa_ t+! ?_DISے2} ~0.Űz:B?!A Sh׾Bzw4kRy!e@F Zeõwa"%H馺 #Oh@]kKy3ࣘ :S}mdQ0Y<]=\"xx3࿌'jb#@~;"DBMy ry)/6 vAZ+*૆q{giIaS%{ON`r(JeOM-*b_A$ bSFE) Y g,X6p#  'YD<-{w!`)y j?a̓ b8(/yLhtPP"SD˔N[{Z<6PW߄w? ǮI= eP Ѿε+uJM6x.ADOdb kٽY_#|.) Zbe"y\VHBcIҭÍ3QK%Be7mHL_L{n^ᩰF "9-ΞP7ꋱ#з7)ժGN)n#:50 by"ij{9i͓_p$f S+3X2uF ožnyΫvG}[jƖ|8]F}vpZEkG^2˃VWf3ebDѐt'6/V2ڜvzebbwWldǂĶ538O&wNz[9VE ֨;?ogWiT)mCkޕqb@Bn)SI Zlbk1sV W_5GU'6(ZW4iaK@!K;LAy)q񨸆BG90!$m=;4JY`KCh5/@W:M8n,uuʿH涘eT+Fnl:s7Ӱ`D#Szi}vwFYq{Kh].pX5' j0/ÀS::T`lV*'ިmXsc@ԣ@Xi?yQ1c+f \k83}8~U?u& Xb " êpnp .bEDR^nTɪ==T!o4TQ+@f0hCդ"uF4e[j Nc Nʧ9cP ٢b{h lǤmv!WXBYP "I;qJA撵~  C[biVO9mczp+PUQ ˊ;E?)ZeȔez3})殳"|Ɯ%E=/ erAo MH!jA0V]3TP^'j6.~RZ,˓K^5+PuͩW]f*1\>Y g'*s82*BםK>>008͖x%Ψ}WWzh [Yx:/$ y+^i{9DzXfM$_Sϊ!/!Dy>tq Jx fPԊ<4}>ܯW 8!7XP@ I01]7w5cEE%L%58}dw{lg#yB!3y(eU+`ZgA7~yg9;²wa-u X9T`:nP2eK$Ǽb,5yUޞY@IciЕgP2؟-n/v*v*vVs0Ա$WUxB"P"9C#"+%X;Vt3xYGy{μaN(\%%ľ;RH$<9p[m(53f~EWZAM)^o]]DG Lj;{>ED!Kh52+Oʘ((S}t&_:c7qiӣӱpop_>ڪJy0V=IBB4jJwwF+ORiVɁ 粒 oUC$MТtlvP5àuvÀ_@((3ڥ[p;(Q-vqJj)[֛V +HT G ziiŨ*%^5kA2X ΪG#$'ϻlPE/:cKs{kPHLHRvyKf-3'rpںm _#DL//HA\ĐL }Rg/pJɗIWg#|ޠDE|6ԓ:f^MS)†W_qfc1JN,-1V8Oeى~/3ZFmNӥkM>lX[DN}Jy۵jSa;ս_.ўkA0g2lc˦:Y=qEB2 Ojn0@ck<%>q:u*!^*hnD{mn(4:nrP5iyNJz|()$U kXf]upN 2Z 8; GxT `$idu'`ULRUO߶> ?Q\vz0.[ggHxt6[n.J*4@ɖ{!8s4sVHADTMόH(UWc i8b2=Ap3q,L5J]̳b\v9eoRx  řQNV˹>+(_+>/f8CD~~<&s@8ZF L".F!pJ̎IɊL╵NaJYC}Ȕ&^'0._!Ȯ]. /k jf.&!h!(mU]s4b}ǫ'tSnH2Vm? miٮ3X6jWh`U3Ʊjnd)k^@#]h(5ln7ambgpDv8]܎&Cso= gI330wk{ !$Vhyu3~).T%Фrh"E'w މo1V iӁ+H).!իd>~ лѮ½Dp~zϨ ڀNNFXXF(1q=ikŮ<ќNL!/n^;`ݻ8 )Yщj2Iӹ+YMط]9NhpX;FYNt )zb(,7j*Vhq{-OM<8/c Rm9ds2k @Iu {Dtb]_,>O-Ɍ_4WO :_g tjÊB%z/K+ 3wH s* ZF_7}  YH-HEo5MJ$ R|_/7󑌰Px)?Gdf5SB wC3hPBY:MlFo(,H"0[(9v Џ E M\@`ixA %KA#"#O<_52 A/3BۊcAǰ q;[-km\60V9pLNw.pdj^Ľ%d:.wzlӮ#JaU3 ]рo_!ЕvXLH S1*b~3j:*& QNx>̎=ƓZέ[ɚ=c2m[N\kxG/ ^45Ǹq"x3@~d du{cG:K!GQd 2ҋ6zOIv.FZ) Ńq#7NK!6߄ \)#>{~3 ]|e 4^JX@<q8*do((!O"b2O>gäދ(&")am d 5Ez ːz-~:ݰf;IuʃcH| 8XPZ:`Dl")P; 7 Fܰ,}P?\۷v0xIT!5Af6M?>&eSIbn#$$8 ` xpAd➬9H }XI*ͧFf5z (Iq&'م{ГyU6Mr~M DfO+M$vvAw;(|"obj3t1|fEZl0`Ƅ=?D7o-W}ӺvpAhY,6J& "G>:Xvr䆜L$E^}'uOO"i֒}xt{m5`IwVHpjZ"W0_DTinJ/q) jhHY_8Yq}P ` mPû|p?@uh )̷sHb~u'fAe^:~ ,ކ:$A‡32&ߐd+iLR6k s0I*vfLT5~]h}z]NKe Ee-_GʹE~Je- tu"5=\tI{ԸhA5b9`vNm+t ɥon4+. ܢ<~{'h RoX8\&k2+ op!' p9z|Eqn1dzY} @/~]%fäul }*rW9qJUi+ެ_>zD,6 ?3'8N*c7+~#!W0pե+*lAXd>@-7Js-t{&"'+&\9 }EéL0CuuvI6}2+I&0c)'WX=$b_JB 7_AINMX4u?^VSwp7ʆ$6Jʋomp&AX$)kap%_'I]Va\"ލ@Cu\ؿytpa>h}%%yom&@ƌ +)EI#:} j.Fi'gsP\Qr:eA_IBsD^0;ƜZF"MucDm8RM<փCaanWdL/:qDջoMk|r]Tdv?ӻ -Lŧϔ#ָ~G"(]$rTY WoRZ"`hxzV3NPU-AҚ`ਿZKq#!y{9 d2YBCS~8B&%e '@V3- Vᗗndkw)Zc1zy?CVlpԢ0WJ`ra`8 uG8X; R%`9Z q;#0R|9>&¡djօ*_Q%,sfW9x XbZ93D"w`?:O2ϯl@ h#k/qڛktLt:,I$*K_̷x &Oԁf}0UpW6R6)̟u"MkIo.$63{{wJ3n60=ݜ/|Ǖc@ ey"!3[/KʁUyL6$K/$N3G'|tJqǸL5v_ٲIt_9(#-P~X)^n"UlKlUoy?`?t_S s"$9mi=/&('* ll,ȢMj12T.8ɟ?cg;k 63Tn QS%/x:!6E`9wJ,kǐhIP BF>yW:[RTkK䒝4}˨S[ۢnU:݁abKMpcH=#u+fUĹ׍5f9h# ;%XʹTBgg&پ"MKSX"ٳx,r4cChDc ~•AYl+0?sml}_q.тTױLQ8V|ЌEi.~;XX27{I-jǢ>br=" nk o?;ƨZ6J =NdqX!FIY% wskȇ,|K,Kwה+jp>`\iay.TԣБcΡj|huty64v/؂5aesᗗ5<7%d-L8wRzyfov 3mL8f0V+3(ڑMn2B uC|bJnCzds .y[.P[ *sol?GX.yAo|K,tz ad͏5ީTDCjyhEqM[~d'pRǬ]gx)f?G#rNpn .qZ^^]Ip 7zn4Zn=Q> P@=XΊ'.-Ғjkv~HtVg;/PYϩ8mɔӌ'4Xnޖs91C i3w,L@K]9O ,N"#?zY("O8(!=Mک>cŌMm}7F9=IJϥRL◷|C.un&wh)aó=?K˂2|˻ڲh,:aQ HpǫWCG[.e4-6^ΊpWA*ͺɡM% HG#i4tka LiODž39#喘Ċ"lDb@R外I 'Yi:ArR@},kš#8 -qߥ.9>y( j#BwtK،_'t3\m61j"0 Z].^J" E}NOEY=.M?EAn K$16 ĕfIgoVXEN@|X]yS=3VL5"HZǢi{ ܜ"LUu=u[Oрz{-#Ӯ<Q-0u% طpO=fRrNړ-υے1i\3ō 6z< 4^Y tMHmw0(1s?kR2!֤&#H)5dl59 O2laz0\(r-`'N1'\$.Y3 vF/n cN˽8a ?E߄>jӬ/17=!yZnV_Vf%E؃K1:,YTƾA'9ctnYu}Xָ,FEBoV찞8- AG.H$NOW|@?H~&z*K$Hڡ]~M|NnG3"Yǽ*hU .9`3:*sfD <  27a8%O z~]VoN=vZY²JKp:Dy=pKbv,e#vk:,R7Wfx;'{R|&uf 0PȮWZ%6R?qB-}Rfi %sXAhnZ#Eo}ܐZ =$q],Zj׿IG4&V%壙¸C5@b.E;겔J5 u@AE^)S њvi2͔)K4<bO>1/z# 9!@ݬ)V-KŦ} CD9IiUr7e3_{BN8z^KצEl$C*ɫ>j|vV c ڃ{HX#L!!R8"S?J}MN%c VZX`T-t` s#Y }PFwёwvFt٪ $練3+oSem=vkP{M Ts,p TIcn )͋qVCT7e~Ƌ}-ȫTpm]")8Y9PzS^lGq0f,nl^ڊKHiP7;w#^/ 6+ &nѱǃl|À`ofH%2'q-<'d!hRظ@N"cz\_@\_2t>JxW&) v[,Y TgI[5v\wت;pἕ|gzcvбʺ <0-"9 xLȇ"ՑZ\ac8F[.s\Z^5[y"yPuk+@,[{gtǠw+# B#T[P$[trrS̰;,sl. aEơgJr}g/bKdݐpˮmK:``$iMXSjF$h-49ͅTf[6bVļ+WPUq#l!~{de)?F;R@ؔ٭[ L~2 JBlM>"2FcqZ&quѺYG8-\/a/Xb;{XOKXSƇӬ$m0ݝ.vFe#)/sI^"1ds()xu0x?B\s3@ F ? 1[h?W۠:;by_o(@Pa}7 d+E:| #lS D I|S ށ8}K--iF]kC9ꡗS[d՝Sԝg #mb4HnۍY= \N"u*N7-ty_Ӥ.Nba?d\۳|8\rG/|0m 8RYJWn#+\G}8r̰d^6 "K4#^5K')QTh2i-=!]C@+p}1?6̖, O6`+k'=l'Mvk<` M ZHaK&Eb=LSOH֨b'#jKb bI#ÒG[Dی<*yn<,4X:l0>>rrUv;a+Dw>A jw#gdIq|#F2?N#g(CVk핞qjS3}lE ".SR.cn0U STQiPA%0T_HlO5Cun2g.8uKũ$ ))p}-Ԥ thl|ڎnZb%NW %77}:%oWS#" !ea"‘&&ibhԮ3MXV)RV:՜ZW]̀L- TnW&YBtT1tCŘ7|A As(%Һ Sl+ͨۘsه,MTkt|L\NK"ߓGka|% My_N߇]\K C8+8s[[_-j6I -kMS_c^5uaHΞbo}•Ż"]Q~ Y4ZiCOĜxuLPw耶`#q㺣GVƅz煏9˫6Na8IX"Kj@۶H)y oqdˍj%fTyiC27(j˶c Q0TR5 ^b4?+YD^~tR8l+>c8\Q'?r>}Nl SP.r|.P^fM4V&@,=F#ihSBӱ3NK`8>+fM㭦;1\Iǵ*|\9İp eXO*5W-RWiQlj>̐m\ww#y!z0?xpQ Y / p\BbhCHQAg6,#N2X_S%'sNZ[Gsl2Zv"h֩Jfc2$7 jh*{)I`Ll|EI* NB}\:-2nt>))9<*?/-ރbEA))}3wSp=4TJb)wNL]}|}w*(r Rm ʊ̹ɥjMB2j۪[,ruZwΥMF[34k&= x낐2ǹ*22V[J؝4̽ؽND-M `x}L]?n5Bc^Y%UhΏwְv%>qu,s [ 6uBǚs/LW{v= 󋍒b Y"SgO*⒪gv͛xuL7#oe{z5vvrȟf4ׅAH E\JY߬͡%#I;zdﳥOc#%#&|tU%*zySD)v L!RIq}qPk񰈄v+ƭiy|Md+x;C@о{B6CFWYq8Ws 6q0i[~;j3[nN?_ }mO7Lފ2-p`=p+ݏft-uoW񲦋 boU%WH2&C4Z&ANt'a]a/ 3p.7HBÉ*WQyJN  VWXl]qgߡfVX荔bE7ByP1XS*1}VVdB:@ rW2;&bEu8-y6*hf@#乬h67+n(6^E+q!rl?c+Oa!-[C}RKP]{{."}s2Ak{@.x6](]cK :nX@fL` 6=_86:K!5 E M 8tx@ ?;3Y)KGц]X7V˒d2Y[\nam~n2.=y=HR:s?2jګwpIm=T}KgW 08Ɋ84*ocvYt+Z!I()b/D7i㒋̍4z Sy젮 6SbKߑqL"VK [|hN _`}(벳 q*}hsm@x~u>a,9j,"iy'Tcb -^\GJb@;{AZY!s34%6J)!I U"-? 71N4y*7(Xg?Fx,kؙڸk`P[t^lTb(Q!.{LK5Կmt&k"a}8+0)iiTJL oH^4a o@>0ͻfܢ?vTsD!Ĩ3¹IrR}*HV ݞ='SYz`wa`Q.!O~jŘ`BY3N#JVEBԺz w/RF%~vf3 >oQs cOWT_%})dXK?! ̆=1)uNr,T$ ZhbBvA7VkttRqub gOTWi0+o,KHB$ɱ.$!|K JzId0wifCAi^"ܳ3}H!ieTOpza:>W‘bb'Zdb^R 'P{-Ktu[b}✙M/ >09ݼ+m:B B?^Dz_9++e\]>C6OUz^ bZbazPAб\U1NOp!;xϿ|m 3]ly!s"4>2.EڢAk!H´=ur8Q TΎP5v4]Q W|5\Y:J w> 20ョc^Aic8fU[-΅Qnu Cf"؟%wKt FG>`0dLك{TH. HS_X;G)-C\S*/oX&o絵v/oAy䗤P!bH J_ ouL+Et/1VౠTL.IJIq o?2iupok q";#\!NQ[oxѿ# ͐mv숶`FVt:y"z;SZsa69'Es(1e`ԩzDs-S9O =#.[a|cJ bA?.ƴ,aQpY,rd@h .9L@<+dveuO9MB!9=Z/=fs;^;JY }sK;ҫf{,/ J[k#2j)y}0h\uV $>[ĿGFN"pd >zPl"d*a#{^=̬#gC5AKM)o,<ڻsn;{&)6k:a;z87^s;!s';3tsNf*j*ք z.}p?D2/lkQt@Sv~F,CzA4X/C8 s![W@T.,Q23V3:> AӠ ϺZ[p!eP.;oxLv]t5Ef;-YPjt9\Pz|WQEZ,~r"~.Q냍KX2)SձY5įLVKI/umvR>%K3}CDŽ,Q1Wnz4r="^yngAFs\ jr dKүYSt /)5:kfڄk<4dBㅸd:+JV9Z5K6B|[R,e %E b(. +[7'_NK):T3GGNPl?Uyv\fcw/%B@3Ja"r9XzC_1bL)ZPÎӫ}KDk7VLؤ+ |bqY2ZP9}oC:3,2Si|7c9ËF`ZUL"}"d [xj6# T(tdS`Qm,_hVJ vs% 0.7h<R8%-/^J\HPfn r蟣Vtfɗ[{3Neb6Ňt}J⬚rF&?e6YV\Yq3:YDdjOq1!fONreNYCu{JrW,6 DzRY?*2+f?RdM-_0>$HRKh *~f828\Os9qMfЦ\:}B8*, P}G0q*,uia`'A+t'ts̅8W!O eAAݝENґfΙaֈE> *)F0wt{mټV Ob7ax2SZDrzIWrC83@4a{۰=4g<'BV;j/b!ImZ-klp H~9%J Q5l#X2,KwYq7&N ,_t?`5) M>Bl-9P p)VPJH?ǵ]w8Kyq @E%7޹Ob_ / D!yxgd B_@NkVc tM/no5 lP&1f'YSE/PZm5c8׼rM(A]=45ȏ!~P Np0}1C- sS{ @zJU6r8[}:VkQ'fyE93^Ҳ'A%*P>`s`~$HSg 61 l=O:_M"_TZۋv6A%7)^ړ)Fowû(vD%tGEf(CLe TΰILY9s8rN/}_\!$X >z,z1 (]wޭl^{ zXgB_0#d8j!<ƬJu%w')u@73eO% NOT-%( َi z+#Z%Ӵfzp: 󱬤9lI l0i+IRu_ƞɬBo-(vxb6 "[utV5WĠev}NFWNs& 1s(aĶsK!wE`ӶDlJ t"j;aBa7* 1=>!,3mo\"\Oz_'%bb9`Z6lk/vA#}VX(m(H\L^?s+& FE3LY,h{SH~7w7$)(v7ܪ^&?ZgyvPrhepF -%Sh$tHV1 k^ !X߻UڿT$ RhMNgXNbn'OHF %qݦԦp*ղxV7-*RFx&m ! z=Bubr}AJ8>,"K.ܲDN+H?q ע if6Ź݈umIGJ;,l0xeYZ1nkͣ -К8@8Z\.w İfڠ`V աPrZ,A_(&خ8ըښ˶ʺC8NԠA/ <)qy^T %mVuuԝ՚٨vl#Yv0;ՔgVs4I=]߶ݓ{@,1'"g^QO g dvN+Elje+6ΉrɍK䛘J7xXˁ"ᔋa%\j؁[L  ٖbRnMn>{ys/gVc1R<"}f[?CzL9@kU!;Ka(`hZUj ek Pǟ!Fhn~qbG,n378 wm%˫jU[v) 1wrbJPd9Gl܃sCd@"By5{d txGj_,2%ԑ((=wb̓rq=Н"qPo@B5JaM.~AuY g/ϡ,u&ٹX Yk8HzQ :3B]!g1½@LE)_JۆV.i;J\KB9ng3Ii>gCoz$$u*R(OL!g.F$T9[r \?su񼿰&mveIbp4U  VSkÛ9E5,M^!> -m߮z?:LN ݚ`_l pfBH ?X|%x{I\߇O+b\6Rf.eMR F)[VhyW aN ^c|0iumIjZ͠קVHt"5e2>wm{.?Lsa׻EHehNg yz]Cw+0jlt*`6X3Hx20粎8NPDJмbu)D~ڎ* .W _P@o0'M?Unр'3!-i v *7yYaQ_lRWDD'J}&'Mm`3ST RΪ3 h+ٰۣ6r­5zIIS߁WrjmpEdEK]Ի qz'*aEMm!b6Mr+TIO<~ki¬ug=%1nt Ȭda܊8qALQtړi>oJ}alrD ŕMpn`Ź|*Uf戃)- Ұ֟ GMk9.wZxj&jiFWZ kӝ;^'iXv/y5ʕˀ?%f J _nmd$Dn(22#3q[qd2 'ǝq[Y@V?qǜ$kj} x; c)FD."J l^s;]rp6ۺ>Tlq{d6V0ꔏQ/|o^D%ϟy߶we/H}A35_?*f6>ZO b`Z?@H`]pOŽ8upExGKmK.D]T'~`4CKwawrL_9?ubMݚT4%CVU({d=U_mIk\R*gJc* q3/3t-s s3.EВ"P1.lu,$ Xuz=a8sk^~u%r_XwGKw1JCʀ^IiYZyefcTW"š9ѱ {.ΝJ,N?a<(ױQhjZFGPhP#7P.}zq3l;ڈkKv" Ae2RFAV?$2@w+'ʂyޑO;/'~W>g-N +"<3ZiUfѥԊM3Rܓr6z^^ɟ&* wƊ(Y$*/,xt%HA*O)ӿ "YԭEg 2.B1DKsw[- MS<<ѣNt-lk~^ wpw^;-uFw ƞg}u26;tLSٟhR4*2Õς|*۹g߾/Zd;\ i Iz 9_%H`ĞvOI2x2G cT&Ya=혊" D_Um|*_*V!_V5GV>>kmCLD|~`~ f k ]8>|e55dd\}=AM*YNUloT@2qى*7:1ޙ#'R[I/dc~PTP>ڕiwIϺP @4H{٤(1[uą*izcIB C3>zW<:[)4P;׿Vb'3*[/V mR|jhmߞI79kea1/ΥzH^q排i,i6F"R ZL\v); cx}-'nmp>pJEjs`(Jh!nƶYzvlIb!mh {ըqZhx? B_=ͅ(x>5@)ǔ]Mla;JTIZ(7 6vͼr r{^jәj}ubeyޑ:WEKĒGi\&=|$]qPb JZttE sx)nI0 zcoMJJdN-UFr=y :cD@p\̏mG[æ|a`ΩK>W[Qƚt##WjԞJ]@p׀e )D~^vA{GT3xzo1GW0? M@pbWkP(mf 5Tfȣ`Sa!-ԙ:}Fzײ3 l+RƥNPZ${% ?*Ѿ0}51&@P݇|, *ζWܧ꛵$oz?E7̜HXɔbRUg~(#Dǭn,} #/rl"r̠ \WۢT-`U̡_)t@0ٴYsiL M4\I0"m\ǣG( ~87cFm-Sϙv \$;§~1k妧"a.1Q V}D̎ME6v4kW@9p%{n? +@#as!HbUfጢ~t4B>ч.D~io $}gf!TQ1]aGR@6 "C$ި|IV7+_xoUY6crm^gb)FxHـ|yJ3x`֐%s@#s^ĝnjyI:9[$9@kϰq+l=:ȶVh]mhܿ",+DrRm q3]v)'e{ |\<9PRU݇2a5Hy(gczo*rU`MSʜ(P~0t?i.>btpѤRuuw.dlpU9mg$?8b*SCV![ l‡ fL~b_L.U:ߡCghKz[>`OHl5wF+Uګ9ÿ[-d;Sj"mL&[4kmDYjlل2]3-|UT m\NGiuf"^͝Hvu&$`y)Тrvc\ak;:<'wUloj{$׃w`9r'ɸYΕuY0"a+k.GFꃂ=,9ՇY|,0==4Yܕ[n,Cw@>VW#x'Eٻ6/P =l1CmP ,sh/"_9eMK2BbR7V=nb.CsOm8ëm׀Ѧ1L΁l2jSҠE }(cE`Iw$ѡe<|)EmPkMf{Dv6nu?ɉ?A^o=+`e"_ցe`ϜoAտ F0,#{iHA [XIl-vKm dԭa._Tu[f+4/GP<P䣢Gm"}'5L\"rUjvNWhj=f@5{(V Xם,\Y*q({86^c%|(9j.eדqV.\cAdAilIghTxY4GJCkl>H;2H=Hf}2;TS2HZ;hҗUQ Q﫺~Mɹc/b^g%'Փw JfT(aWܫ(Ra)>KmP4bN@D c'$7jһjy.uAxO9^ ǚ[ m{e=ǩF #w-?'nVPEJ+S*1\ԫUa Y'.kaŃB2itP 2@eU OE4Z{8Zo6e:)q S84*ϭl<J 0J¼Fu A&ӸLDOt-TE&%ӎk#^>\hFNdɛvqXikGR`kW 9wW8!Mo\M+ŕ1 =/p?m,".@n.asJBщiHC%O.>%SIAn+)u)%؅M>Er`M&inڼ =fFJ[WxM&/@;nzw)[P#"-ֶ) g ej15keS`B:Hi}KKfJc$[v 2PvDPvF3@ o4`f`+bZ'hm^oJ)b2-<^hR?l ?XF7w}NP<aYN*~Bϲ2Тˍ<FgI(a.spoJ])<˩[ !GFjoU댾,K"]W{ uo9uD2K; >h`X[ue_z)Cq]n/# ,ߕTJ"WqA<ۙ靖_J(_<=u{.( qD>[׿53(gšD0[vm[gv.\]5U>AhD+up`hG[e3AbD$?MQ]<*mE(}KFuDž$ԯQ;6"N ,>i֔MT ~7I"__TJGnfZ4MyUوѨE2'aF =DK>?6%An B.Ec֖]3$*f廆aIXԂŽkVS ,>RQK>04ˡ<|ehu'\ݻ7ٙYuS:׏y9EW>oDKt=\,2>NRԶ< 64َ\dGwR`-oEr3Tm(>O7_Ê17]w (l9ix&WR@t?qb_/ź/ g!kyX8DuLHb;L+qF=KNJ&^\a檬67>6H;aG~^8Ju^_Pp(^?7ґO#u['ӯVT3t|'wR9_ͻÌ}/P+@3XC7W݈DgPq3zTSo W(?k>숔Evυ!1 YtcU)NK% )2x27&ۀN)ذpR[-pH"M P%9o$w{P5MkCB(^p Li0-)U_ݦ= $ ЧA2hFFjǯ(~A]T"*8qq>«KAi7jn3 qU:ߡիZtgȃa{]Ey;w(,0WoYDFk>²NSjf4^8؟1 ~sӼvaT|&*28`kTJ ,|OĶt35T4 FFrHI[U-R0:qo*R.x  X{ukS".H+66-'Sܩ`f\Vbx:B#RT&!l_ #5F`̶\Ǎ<[.-h|槎)@+gh,8#/xa6;a_t֟LX0׳v#!77 GDygV'ׯFa%i9 7n]Z] RFMwnGԉcSs R!!:x0(l+=,6n;d6 ~ K1}>g!@k^۰wЫrӲnMJ]h0SyMjo:[<@GX4'#<#]5ܳNpqY|2IeiA)Y "!&:ȔT4n UO FY#1Rmu_V}fބ9; z13"CSC^&OL` E;O ra *_nQxg\ĒW_蛝;>F!WGq, r1ĤےC/T[3웮H_ z[!oQyu>ucx3hqqy;=jxC,f|g ^!1SH %n<֡h7q<al˓2zX0 U/bD䱓H+Xߌ$li vChm(l$[q]9g9@;mʲۗ[8+GP:Xn77|!Pqei3۲F gPd|EIx#e nܱ..W_@J}H!_NK\Ϲ.лH}uTNwH\CUW̼8mteaF eTE#B[S5sp0~UY*{\ĨP q+o9ou(-L"2ɆOt"&ǎF#XM^OU@數-C}^|(s;R{EMxQfB59%D]Uֶ2LA,L+ s1loFѺɱW1Nr +|]|kKk}I]7es6_Jfld5fQq^A JUҫ j}񑜩=.Ô?XReSWz$l; x6P!zN =A%K3B08EA`%/da&\aWS._ Niʸ+ĐCR$B׈puTv_$0pyJ9 eHuZm3׿G\m60~YIO07C'(dǂHMEe0+3ȩdԣAtfC %6^eQOYƃ*ad.]w8{)f\ d`_'GN$L2#=o}k?+(MDMHLojVPsg{qQ=O F5(Jwf7<-Ӽ:U%ז,L'@ꃤBNbA5.5=>ycbk3t5ͯ8$>;_D&L(9[\8"t\0_EJ ^LBvTÊ꽲֩K,t+la-~ԧH:>)E/`SRJ^t17RJ+J)-UE0u\<}͚q2kL PvtG~JM|Y> 둖[t\m 2țUޔ6**K^FM,*W<ʞpu{)zP/XratP]X6;f8+Hq}uF3T5 >VJ\_7n:~*^{5Qj )D! 뵱99tSRwFauyPk^ ;2̬_I(蜫-J"x1zƐ#h/]ݶXjLr.W .i`Z&-jfW &9ēآ "fcв?}9M^ha3onV}ݽ$ aE><.n1ttNJ8( gs)V}} -Ԟ i{qoc[Ykakmhr.~K;VFLl_IJʢÂ\r?仞a>%Cks ߱9uzeRFZ1UTs"}~鄫7Kd4DQ3?lu EDX^ga.U#.ʩĽZA9N66&<"=Ouf#_4 dC(^ pWŎ fI~7Zsk=7[>3W-ڜc P5=+1j⤠ Ϟ†Է=B4NJ4g?-6ا 3+sVj<dbgmliޣ];2w~읪U} f4Wx1"XlS6ȯ-:_FR\_#]Ntp Jހ L'֢e&mZF3c!{3EsqHIϹ81Oϒ{I#aN2 pTbHm$0JL$VJvpR%^r7fchGawҙ/׈?O $s֖\:uR+N+T@>q3>= ^.Fɖ>P1T! hXZr PM/c\$1th#ߡu,cHےM` OA=4^>4"7>C4{q-1'z撵RAM;x n]  "ٌkہKksNqo߻ Q}@}A=d _XY: }#Cۉr08_O,2Ln7D;}T4 #ep Rψ8HI_,0t.c5.'`!T5 Lb^g9!`q)Ox6De!K4mG=Aci4?(UW6_1i)vKg:S@8Vf˰4Ǘ5"kl˭,QKz?zdciU>LGzHmg&ڜ[E wT>iLdv摢hf09\ϫ3L*2tW%>MR*\;S7C|aa$JH{/<^aqr`2g~:'ܚk㴫eWޘ48R?p#sQW4M \P]3}zn0j](q`R hh̸njƩ2ub.c:KIMZ>:s,$~Sċ DktP[0i1y[OZSd>b-cڛC)/>"MuJiŽm#;H`HObh/9&=>/l-sq[*ݝsjb:ux2Ů?-ؒiȾ2K{lf76YgUFf-yQG8pB: b '|ٯ3[!rrXv>+Ӭw4NJ #z~5*@29{ʈH_#=)DعMm]4+xs`}"0-h^i3=[# pfWV2O˼Q}N0d+*2U+ W)iL+G`ڐ3$@_^%-_`@%*OE 4v0_#ؼ4HHUIy]A$*"Hoڬq*rי-SI͵G=(Y*U&Э Nm̎Y(p;$Aْ#8*NkxO^Q%)?[/ uMYtkSKׂ^tYkH {Z帙O݋*w뗸7q+w>Ǐ۳k޷iʂզ_7"π8~ ی+h`!eTr;\\v+P!uKL7s+B0jUEyuoHO|D.-gH9lK>~xW`&P$BfuT=!L3.j9 /'L|0q>b@>m1#%@,rJ/i>t#|(2Ob_RwI!;˛!ڂeR]+jSFf~h7ډO|zȯlXz.ر*mY̸NeP,j@$Opn@{:8EMmNjl \uh\cvVuYPzsp6|Kw|nIE@͖0E1Eh[E…)^t0-rųB-}U)zGv}#K Qh! Ge)];QUAaC }ZUeF)l3!mtk}i32|_U)nS7- ʏ_TVj&+Q3dϞZY(͐#]/>T&Ig2S$G?B޲\l LfʹE7 ]Qhu&77ܚ:bNeܗ"NN)lH O}lSVWfT! )φ;Vyƒ ǩ^W?V8^ (.j B4XG'*\?G?z|b[GgXفhόDk}i(Ҿ>M%8#Q`SETǬщ= \Ow 1q”J8tbˢڋ`j.[R.̸eTNZ 4̠79=Z$Bq70H$f?D|@9T]?ҷƒ|B /j|aw}-)GH5.vKw]GTPр_1Ktb=3Ly\Vs|qߴ?e1L%|N`8R•oU|Q:zTR匌§##0(ac+(e22xtT4ʼn:[ iy-ւ@Tj J`ͮJkYBdVUWm:q:ߝK*q<ނnyPQ[3᭼ߕPaw -ZT5rlDU(?,?)t^뾟G͂䍩!無nHxStt"J'ndOT’RP:\ŕIoo0a Z6C6F|y y\iѤ'uH>Cenڂtoɍ05fu2wk/u[$` ֩ rptt[4.6Kt:KȸuD0*%.;J||]V[y+T&m;V&M:3R6+#Bn eOEUsJ qD1^7 U96OlCie{ZT0lX\ ޯucnTy~a̮Jy[hq%De0v$qg H- UT~iH^=MiHw@M^8k ȭʦ3&&zy0 ̳>; WMOzrMoQd\0e 1$#=[dVf䌼] Y߸Ҵy|Җ5 2QX/<,TK]@NBᙖM"4X:8֋6 6f)ύ;gEΈe6+&sғ8́V,Oy%9זtHț{<l+j*/㑻-9nj,,P7bCfp#c #"ɆM?12Bմ:HĜ0ղ| 1!~g)"PghӄdkUG}" 12cw [J> ?6rgHwh#WfseGB+5-LM99C_%fpqw);5ej*DF)f Q,%[>\m]}aFg^$5?qa;3p0CIQK=f@LvfBzxg~:͕oX -)RO* 2cYVi+ kB1 `Eux]QǏi[ۜ$ӓQ֑o9}_1:^SSH;gs҅5HPRC^bX̌ON#Nzo8|0xtk0 gC!O-G( )r╨k5[j?svړ$5jMsHO[l `]i?;I g 0f핽ˁL;xμMu-"o? (=W: \FLh-Em~{ZJ *|9thԎ".P.T4 ~ ;-'.#ZXg;g՘eΟ}P#ʷT.aɜ* \퐻]Z?EŌ$D1l]_gjZpjy69av7愠`Ԕ$nt׈ 4EL g+F{BՏʴ#2CDž%RC ZK.u 줤/Of(g2S˜dK:@Y*ADKA xh)E3\,+6@ۈ0@ ^KGVk3,-<1:j$zh٥@rn >]o m'{zEI`ަpIEKxI琘L0{Ϙy.2qe=׎-cK`[~_SY# UNTV'z&kD<Ӷ> q"s1ٵy3"v(p+ ,q(rc[ޅB-bÙ?kME'g, =ߪZ0S-({nlѨd\{/CSV:Xw/@9N|ǎd{7?{L>i1z| =R?ϰ&XA,uژ<;cHGhvprnx2-9M%H-\U4*:_嬂i5\k zAS%DڃyT6W &`yck 8ei'8i{N_Ar=:2uiUT#1;xb$PQ0&Xx6XJO|M 5&rE؝h4}i*I4`j,^`.3?jwoϔ$ϥb+ϑŕJmkZLja@xp@~f.W-5@460=Nc>AUKT-VŇTQn]}\c+ ɵJrRѨ9~ifn ~x#'Y24V)OqrpBJ\:16Lzunmoo<{[KL@]!LmG=.+,_c_bBѺhL/l?7Z<Mj@r"6JAI46ͼ0Uo BNѬP^V6H>D[9@- f Gь(zK#52GjTGM}媐wty8X t?oAՑYEQ@5"_zH1','K40%Ы,p#Lg4ژ_ݼhםsPDM]Bk v U~̧$$;Ytjeux}+d~9#' wD1ax & o5s* z R9f~d-?v,דIh\f͖YӨsn|W.)1 ?#۫*s,K) R:w'k|Ȟ$gQrqgiиz.w֡VdFɶ!7r4 xIw'cq|l5"&\̎D>HlO^9eŝP:ͧGp|u G-UUAOh Uj4ِ 9VXzEWJN kr^ٝHa׸% hCB# {C̴k){L>mLj'P&Y|dkM0A)ᔲu5贾:w~öӼ΢Mk\5c~=n>צBt|(W4K$NI|fjރkY^'eŕ x^'3fWObDҿm,[[R%}ɿV~}=pe(X -\N1\lۻ)`Ex7E,Jw ȧaԗtnUv0")L٥)[u64.E doz{obFJn53:_{<@,g3}% '@u P7ܦzIߟu^1[̀ݧȲ җ2 fTJK`3< * eLaD3%4֪׍Y)hӓxĊN18a+r?XS+gӥxaÒVr_9n*]K*Notd{I>ՕNѐF*,#i_ > X)pŹ"B7dO%<٩D#'O&鼰] @jjnRiz@TFW\d Ap(hcszfuAv c\bwz&Jߔ fȕ/LcJis@DW,HGVh[@pkˋff}{Pe}8jsFvMN#@dY<# L,"ƃx3QUלKܨ݋5/7tLmuERf/,Í`R): ґ$,#]1X$3\ Ӎ$yڀ!-LEHw8Ζw逵atȴf#Y4xQ0X(䝤@.C|Rmy&`,,c ڔ%DHЯ1L7&M."tdVRVr_r_Hjwg"* xEDur6g _c)[Lށ.Y[gK;Sp˕m&x@1J'xv %'E7 }{G (AΠ&"AKSA}cTMu6;k |Z,/%]=立Wj>[>q0Zq dX~)S u*`YzBk|B/29ʅ-D]V(u>$ZM̖t QDz*^ao+}@Bfi9rq^?[ wMhl6AEJDV\GXvP$JhM {Uy5 #i JxAc8'TB_`&ZĀW;8;1DNU PxԮnM*c<МX``|o%Y`699Q`Z܊*G`b,1[ tƴt++)Ҏd(]@[nؠ"6@b Y^R&xHѫ@75;R1#-$gKMU%2!b:?iA#&HY뿯6]j4LTIi3+ZG<h6jv&=,wP6]lBp]C>4Γ(ǰs5m iJvky>HX Sp)_(v=|H$P`Fq a..ljV+yEvj g#8L -'7yZoWRqGgȿ,gAT)M*} }m΀xMHkiu!lg؀8 Y((R:of"_6Էv bDِYm, Mm*ԥҖMt,Į uG"65wj ^Bq@V8 C2߂浳N9?KۡZ+&\I8j/9 TVSd t -5F0T+< >HFiq@M avTB41+ R75xK2ɠȂzehEtV@%r(MN+2ⲩn>i1[.*JuHrwf.8f FOLvG#U #M=7g̉*Q)񃳧4aX~0' GM_:>]tqko>^t%TXbQm,rzHWُ,fO>8(ǐb#p='p+-軩< CC!*zdN9`Raa'WYTYgspr\ ztfCC &eGmrTa2 = On yvk!z6I:EMѢN<_Z &HU=2ϳkۍBm \s Ձ<ՅNǼMAZ ~Y(K,c?c JiJynTq\ ,q>RTлPA~~nЮgtwygǝ.^NlWo-`bqCxԮ;Y!aTX朖7 p8~g] Ib`tpVcG Zp{ )FFY (8ĕ_E gVR<&7^M+$* ZfP({ :a2+;c-㴜ȿP'pE4FԯS2!#*2vy`r8tV%t'T}{pOH[?y,Kf9&H/bwn+쐣y,&F2d$s?Z~a{1bxmf;Sa9VsKMaP2yb>9ԒEVZnCS7;cz_bw֨޹3JXt/[҈ ٕ@fQ7ݳG#ToXbv);p2-X؆'U(=BnF U߸UeAa%ѓA{=,ݜ?

&MM ٠7L8i"2I*W\w5K>0 ~mt^ul꣹ArA^CF? O`i<5%QFuV.i0tW/k+_)Jgw4Mr*ћ^p&_PvˀCX658Z]L>,p sCo