krb5-server-1.20.1-150500.3.9.1<>,\fp9| @Nk% Rq!,[׺3DXs5!!E\9В70yI.dferĈI>-r8[JJmctщ}M *gwRπPt~.-%̿iC0So=z֠E%ZDiwFs2x3Iյj55SD벵M) [mFC L7ۗo4hvFnbH2׊Ȁ8XI׸?רd " U,0<@Yz~  6x6 6 P6 (6 #^6 #6$6%6&&6''/(/,/(-,8-489.8:18=> ?@F$G<6H6I6X$Y0\l6]D6^Yb4cd\eafdlfu|6vTw6x6yz0@DWX\bפCkrb5-server1.20.1150500.3.9.1Server program of the MIT Kerberos5 implementationKerberos V5 is a trusted-third-party network authentication system, which can improve network security by eliminating the insecure practice of cleartext passwords. This package includes the kdc, kadmind and more.fh04-armsrv1 SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://kerberos.org/dist/linuxaarch64 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 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 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 -f "/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 fixX p8 (cPP  ,Z#E`\AA큤AAAAA큤AAAA큀A@@A큀Affffffffffffffffffffffffffffffffffffffffffffffffffffff05498d7ef1fffaab326a3a4a5f6f2480f8de345a80fb02118eae78ccba88f3512c976d9a196ab3682a870051bffe262ef27af619f6a54ac672cce0151be82719fbe733c55eea33649fb1d2248a7ebcdb764f34625c6029f2ae8907c14462f80baf7fecb44b295a5469c1f737a068add21dbe4257918be756f665f0a7364820743178c05634f7f683afd6784545bef6a7e061b029d138b8d0883aaef024c782bd307d2dd4cf12f541061d884d70a5096f57530823b60c3df11f8f5d98e367967698d66a7d5ef3d43fde2b3cc567b96ef3efeeb94365407377453034ba4b607408f453847edd6c7570901eb50da5007e5c4db99d461797ca0c5b787c7b24115d09f6b3ebd768b3c1d82caa899744e8adfb52db47eaa35098ded8807e63b449c37956107c9b320630fccb4048a0b5b901141ce9d54f45bf805e50c8d2add134cbeb0f9de1938fe7bbe81346cb0c6efc3a2b3da71db2722436fd8fd72363f76722c5c1bd76634eaada048a6cf73a6cc46863813004f1ba588b16f891ee42b1d7e4fb593c804adf7ed2744582d52b01b4dc13ac144b6e21595c6e4c53f7d7ebc33489fd68859dfbbadb14a649612e7a2ec592e9911c5d4a2141b522a8b62bc732f8c9401c839151aef0a2f39728c04147119a2fe49749b98a719b15900c4c0bec07401d4981fa4e14471a1e47a22140b554443a893d4784b92524f1bf3d72ca6c3748f8c5ca28332ac11c504f41a2da228c995f39c04d06d6efd791dff16e0b34b4d185a652caee8df1c901f9f6c5da54cd22783efa2f33d862e026e37cb45f88680f72e0dbc7add8397ac05c079e08ab8605c6983015482ce935ebc9cc27c1049fa71e79ee3965b74c200e652f3251cbaa5a4150a43a0e01933b2f7cfc665ef2b8c868285d313dce65010cd682593d9f85f13599715dd110cc0e0ab895ca309a4bd221e9d6c38660475e24fca61d6b82976f464afcbf291a710c95ceef689ce8070b0d7586c762221c267785b0a44b26a0ba776f5313a0d32c32ace0e930f60570ad014c8b97820dbed75ed68dffd5cffc637c877d3986e452533a61091e2a88416dbcf2c144a5700d548991df217b4947011a884744fe85f5cf6ed716b48e27dd02e0dbe7fbcfa450c32afa15512ebe0f06d3317dcccabaf6526e32fafc52344031ca2642b2e7b12b35f3ea9fb7b856e5229d214885bde49abdaf58cf1aab264eb7fa98472b76818cb788e432e7722f4f16e540714bf75c328e9749af32924973a18196ef5ffc8fce1a0085fec4d0fc07ff55383abe6e2fdfa517cc51f3ff1bfa06864c542dae46f742b3798e5dc1871858aeec7b828dc2a5221b296646fb5551ed6a8dd8ee0fb9ed0d7bab26f84078257946c5a963b4e1abb8c6b3ff857b84defccf31f446a82a907e6a0790d7c9c6ff407b7765c704a938cd0f25c86686b515e8serviceserviceservice@@@@QQQrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootkrb5-1.20.1-150500.3.9.1.src.rpmconfig(krb5-server)krb5-serverkrb5-server(aarch-64) @@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(krb5-server)coreutilscrondiffutilsfillupgrepld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)libcom_err.so.2()(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)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)libss.so.2()(64bit)libverto-libev1libverto.so.1()(64bit)logrotateperl-Date-Calcrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd1.20.1-150500.3.9.13.0.4-14.6.0-14.0-15.2-14.14.3f@erd.@ci@ch@aD@a,@``e@_/@_^(@]H@\s@\Q[@['ZK@ZmZ@ZNY*@YYY@Y6@X-XCXCX@X6@X@XBX)@W WwWu W1@W!@VbV@VwV@V@Vf@VetVA@V0UlI@Ug@UeU_@UQ@U8T~T@scabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dejmcdonough@suse.commcepl@suse.commichael@stroeder.comluizluca@gmail.comrbrown@suse.comhguo@suse.comjengelh@inai.demichael@stroeder.comhguo@suse.comhguo@suse.comhguo@suse.comkukuk@suse.demichael@stroeder.commeissner@suse.commichael@stroeder.combwiedemann@suse.comasn@cryptomilk.orgmichael@stroeder.comchristof.hanke@rzg.mpg.demichael@stroeder.comidonmez@suse.comfcrozat@suse.comhguo@suse.commichael@stroeder.comhguo@suse.comhguo@suse.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- Fix vulnerabilities in GSS message token handling, add patch 0011-Fix-vulnerabilities-in-GSS-message-token-handling.patch * CVE-2024-37370, bsc#1227186 * CVE-2024-37371, bsc#1227187- Fix memory leaks, add patch 0010-Fix-three-memory-leaks.patch * CVE-2024-26458, bsc#1220770 * CVE-2024-26461, bsc#1220771 * CVE-2024-26462, bsc#1220772- Ensure array count consistency in kadm5 RPC; (bsc#1214054); (CVE-2023-36054); - Added patches: * 0009-Ensure-array-count-consistency-in-kadm5-RPC.patch- Update to 1.20.1; (bsc#1205126); (CVE-2022-42898); * Fix integer overflows in PAC parsing [CVE-2022-42898]. * Fix null deref in KDC when decoding invalid NDR. * Fix memory leak in OTP kdcpreauth module. * Fix PKCS11 module path search. - update to 1.20.0: * Added a "disable_pac" realm relation to suppress adding PAC authdata to tickets, for realms which do not need to support S4U requests. * Most credential cache types will use atomic replacement when a cache is reinitialized using kinit or refreshed from the client keytab. * kprop can now propagate databases with a dump size larger than 4GB, if both the client and server are upgraded. * kprop can now work over NATs that change the destination IP address, if the client is upgraded. * Updated the KDB interface. The sign_authdata() method is replaced with the issue_pac() method, allowing KDB modules to add logon info and other buffers to the PAC issued by the KDC. * Host-based initiator names are better supported in the GSS krb5 mechanism. * Replaced AD-SIGNEDPATH authdata with minimal PACs. * To avoid spurious replay errors, password change requests will not be attempted over UDP until the attempt over TCP fails. * PKINIT will sign its CMS messages with SHA-256 instead of SHA-1. * Updated all code using OpenSSL to be compatible with OpenSSL 3. * Reorganized the libk5crypto build system to allow the OpenSSL back-end to pull in material from the builtin back-end depending on the OpenSSL version. * Simplified the PRNG logic to always use the platform PRNG. * Converted the remaining Tcl tests to Python. - update to 1.19.3 (bsc#1189929, CVE-2021-37750): * Fix a denial of service attack against the KDC [CVE-2021-37750]. * Fix KDC null deref on TGS inner body null server * Fix conformance issue in GSSAPI tests - Resolve "Credential cache directory /run/user/0/krb5cc does not exist while opening default credentials cache" by using a kernel keyring instead of a dir cache; (bsc#1109830); - Added hardening to systemd services; (bsc#1181400); - Drop 0009-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch, fixed in release 1.20.0 - Drop 0010-Fix-integer-overflows-in-PAC-parsing.patch, fixed in release 1.20.1- Fix integer overflows in PAC parsing; (CVE-2022-42898); (bso#15203), (bsc#1205126). - Added patches: * 0010-Fix-integer-overflows-in-PAC-parsing.patch- 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; (CVE-2020-28196); (bsc#1178512); * 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 (CVE-2018-20217). 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);- Move LDAP schema files from /usr/share/doc/packages/krb5 to /usr/share/kerberos/ldap; (bsc#1134217);- 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- BSC#1021402 move %{_libdir}/krb5/plugins/tls/k5tls.so to krb5 package so it is avaiable for krb5-client as well.- 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)- Remove build dependency doxygen, python-Cheetah, python-Sphinx, python-libxml2, python-lxml, most of which are python 2 programs. Consequently remove -doc subpackage. Users are encouraged to use online documentation. (bsc#1066461)- 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)- Prevent kadmind.service startup failure caused by absence of LDAP service. (bsc#903543)- 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 from krb5- 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- remove useless environment.pickle to make build-compare happy- 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 - 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- add pam configuration file required for ksu just use a copy of "su" one from Tumbleweed- 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 comments breaking post scripts.- Do no use systemd_requires macros in main package, it adds unneeded dependencies which pulls systemd into minimal chroot. - Only call %insserv_prereq when building for pre-systemd distributions. - Optimise some %post/%postun when only /sbin/ldconfig is called.- 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- Introduce patch 0107-Fix-LDAP-null-deref-on-empty-arg-CVE-2016-3119.patch to fix CVE-2016-3119 (bsc#971942)- Remove krb5-mini pieces from spec file. Hence remove pre_checkin.sh - Remove expired macros and other minor clean-ups in spec file.- Fix CVE-2015-8629: krb5: xdr_nullstring() doesn't check for terminating null character with patch 0104-Verify-decoded-kadmin-C-strings-CVE-2015-8629.patch (bsc#963968) - Fix CVE-2015-8631: krb5: Memory leak caused by supplying a null principal name in request with patch 0105-Fix-leaks-in-kadmin-server-stubs-CVE-2015-8631.patch (bsc#963975) - Fix CVE-2015-8630: krb5: krb5 doesn't check for null policy when KADM5_POLICY is set in the mask with patch 0106-Check-for-null-kadm5-policy-name-CVE-2015-8630.patch (bsc#963964)- 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/shh04-armsrv1 1719989223  !"#$%&'()*+,-./01234561.20.1-150500.3.9.11.20.1-150500.3.9.11.20.1-150500.3.9.1  krb5-servermitsbingss-serverkadmin.localkadmindkdb5_utilkpropkpropdkproplogkrb5kdcsim_serversserveruuserverkadmind.servicekpropd.servicekrb5kdc.servicekrb5.confkrb5pluginskdbdb2.sotlsrckadmindrckpropdrckrb5kdckrb5sysconfig.kadmindsysconfig.krb5kdckerberoskrb5userkrb5kdckadm5.aclkadm5.dictkdc.confkadm5.acl.5.gzkdc.conf.5.gzkadmin.local.8.gzkadmind.8.gzkdb5_util.8.gzkprop.8.gzkpropd.8.gzkproplog.8.gzkrb5kdc.8.gzsserver.8.gzkerberoskrb5userkrb5kdckadm5.aclkadm5.dictkdc.confkrb5/etc/logrotate.d//usr/lib//usr/lib/mit//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/sbin//usr/share/doc/packages//usr/share/fillup-templates//usr/share//usr/share/kerberos//usr/share/kerberos/krb5//usr/share/kerberos/krb5kdc//usr/share/man/man5//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:34551/SUSE_SLE-15-SP5_Update/8cebb2272054b82eeb9136585b69c2b1-krb5.SUSE_SLE-15-SP5_Updatedrpmxz5aarch64-suse-linux  ASCII textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f4de559b118284969fc9f9cef68d466b77c9ae0b, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1c0d755b2be6e4c8aa3b8dedc49d8cc422cc8444, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4a16d58c562b03ca8e417ebcd227cffa3d7046b2, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=086510216706c5d1f7d1ea7ffd3ae2227427f49a, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ee99cc20a95941372e4d6cbc6449120a284930b9, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a1f64dce5b60153d81d667c51e652c04e1bb5016, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=05aa42db3acffcb79c8a3ccb0485ed44a8428980, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=301fdd2ceaa3baa785eec50c2275d74397d28988, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=80b2188e50226447f4c27d3cefb3c6fd7938ff99, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7232865765b19157798da9879c5bc9b3e47c1a23, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=bc20c7f6a86e8d258837fe49ea8470197665da74, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d5188e8a8f60dc686c861f450288517a02cb9e73, strippedASCII text, with CRLF line terminatorstroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)cannot open `/home/abuild/rpmbuild/BUILDROOT/krb5-1.20.1-150500.3.9.1.aarch64/var/lib/kerberos/krb5kdc/kadm5.acl' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/krb5-1.20.1-150500.3.9.1.aarch64/var/lib/kerberos/krb5kdc/kadm5.dict' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/krb5-1.20.1-150500.3.9.1.aarch64/var/lib/kerberos/krb5kdc/kdc.conf' (No such file or directory)*>GXfy R RR RR R RR RRR RR"RRRRRR R R R!RR RRRRRR RRRRRRRRR$R R R RR!R RRRRRRR RRRRRRRR R R RR RR RRRR R RR RRRRRR RRRRRRRR R RRRR RRR RRRRRR R R RRRRRRRR RRRRRRRR$R R R RR RRR R R RR RRR R R R RRRR R RR RRRRR RRRRRR R G9!&AN0.systemd-sysvcompatutf-8cc990ede210ef68b45c8dc0cf57ef3746f074db045ee16e3d41b9c190a49a971?p7zXZ !t/0]]"k%?8O^!0(|yʶo;@P'_E:CD[SZ *sA*` ? rxeKGX&k[7 ;a_?FZV6u Ν jR.K<ɎСƅ #Cj`Վ y]_@a |-7dtv?mNee#_`eꧧusC~-jEnn+e>\a[n&N pj źά`S~ֻ(j01@nSg*שД PN_j1F(^JU+7Ô9R[grFH뻏M7Du3!tq|%!(Н8iZު TvD;q#?J J$xoî4kvDc\Zw3Lۀ=uSsGad:hU(FQa5"7JΫѳw e],WzW &{\ 3 JV`ZUwr̙Dٳmo8(v 0N|.B+Rr~7`xE5BLCzUWPS"7Z 뮈0W 0 hY(hؚ]^JTt96 K ]0(bi}^Qplvc3Z,BV'lNnU(1LFAi*j򑼌y3}%D™}j2Ujx֍R?@.QyieEIb^8T E$q5P)84Kvnƫ}IoWc$&m92٧͕uR4&zq[эT ]DHc"Y_"fwczu%'D' )w 2zٲv @ޘF}$"H-h caGF͵*ˆMkGt̶䇧bjdƅzH.7hZl݆èMؑ4/49& Fb.VGu-lӗҋL۾X[&X+W{]`@T%W8xލzL/faӺ̆`e;t$VE.K(ERpI*:J )bTφLe^ʰ)tnh$#Mb_(ufT1]3:FVFrvCXS V+$c l7=D7?PŴubH}b\"jV9;ꖮ<$zDG X<; ԸDTX-ةZNXƭx;Q*:hstբR8\2: O`o ^ ȟ0k R_'zo9{N{ O&HfL/}$4$_ˀdU)FifONQGtV`smQҨs{Ut'EO3ƪ5 .3<`Y[58lF<`#~p&>Ex+Z9%Cz\(t]кR>n)Gn1Eh*{A8A.:@s_5/JL?v/]b+aC!+jV+yVK iN|w5$ե.>@i7_ F ax#XOqa7m30i mIs"Ҳht"7MN Fca(/X`j?3kCD&)l0^AKųvg]W&7nS-ߋ&jϙ-MV{9~?Z6[V ka|jx@xxr@_85TV+fpOXP>BM܉xމ2.L:skjZ2QJV# 8Ӵ$ % Gƴ~7DbjvX/VA+xEqf0S[G[?v1Ε6(^*yԵH;[>_Eca,hy|!) 0bNO ̈DLnӽIGId$P,SĭdjB/Zyp9}V:LFq|qxe8idNO7)qwhP4]%j%P-O֦dׇf:Ϛt&wzCڇ`nKS" cH[pk q!H#x]c_g(" %JKo6j~qi:7& jXzWj_Kd3WZJ4ECΐ]Ȥ#)`xvlۻԺ)1Q*6V 拷}8V= lj{LNQ5K&Fyum' |6˔j? UhV BHK/M< 5?r`?ހ!(NJihត5y@GRDP0!gFY@w{ ]i\eReɎ[5`cC;Xkӓ8? 'N1]o.)p;|NN[AC%klh-50P<ԗZ9 0%MȟA<# `'G醎y!KƦ¯_̭5+""R'c;"Sl~U㉕m6n28 օXiѱD:W-Vahͻ{{y0T| C%e7f2MНhvf8$UoᵓPU_&G9}Y4PMF Lh+|-3׏|ƤA'ϊ*A%ǜ\E|]>k Ct}.0 Q=l>Z7 <7.9*osۓ;HQ ;?D24'`/nxm(Id $;#^`+W\dVTpHVv|!O#9kXh;_D-ܙ~/bgTLr]URy_8 ^ox\L4vGۀTwhۅ{NZH nD:'1":Y4*Px@y}6ݐnV{ H+X.SLAga"7 z }]S0̙L@[d'b )j~l{`Ѭ~pWR%@xv D (˭}65a!OGҹeХch/%}K6# ".oi<[}hdޤHyl o{oD:T*xkTQv)[Hz %@R*D rz rSvaWx#YL b>~-Ef@' H"Q#-$dۋOʦBa4Vɩ-/-q'OE#9!(qMQ^\X=.Vͩ11ή '?Q8?e^6zSyCS&W3-/~\M5A#PA]6]$wy@T޺gޯu/ \\GǂSV0/;ƛK$a)YjFZ EtnZh"eY-!nL7({Si ptW~'yP-N7{JpqJYD#~6IUqrvEYՓ#R"&1 MlEt6r #]5WC܏)ːƼ4±}'|ҋ!5KrNԅ%69j$++1>N̙d×6y<n5.gv?(3n\~ڐƮ1me8cή5-MY{YѾދpsj1\L<Μ!tήY^%٤:)bD,2̞G>GNy~Bƴ/njڥC=tQZʉnzwҜ thGࢬQhGՒsٌbS;]MՌۻN{tKkN'P'߭bF䕩J{:` =k[!VİIR`e? ?!al7.Zre/r7a_nlR0VOu[ @3odtx_U$rz`%\QlKQBf5=o*eɿ>a:΢Qyu=k5U͠Z~am$_K90}!{Iq cbcuf3O #6sq*&”DdaC=p<ϰA2<(W1b~E /j4\{Kw==ALqSQALL)WDfec)R~$u)ks_59)5/~B hƅP{7'\`MzOHna1@;X]bf2 ǥ) "ㆭSHeg zRQ-H oV5#&L{ӽSղWK,#-O)t*P}50LE!rY8kii_Zh]$Ɖ鍍;=mW]ǿTU5ز\0(ܣ+MVH@ㄠǚ;ouS 7'= JY:jr1TJ+dRR$ټ9 FA~ߒXk9iZ܌V?BujF ʤD4}rLj2Bm_b=*R3Q)E%,6XG|rPGyLulKiXǿ_tvi.P/u>9CgXWL55nEvBBL#Hў- OgY|fmKDb)96p9e-%zܸ k~ +F4K,(0'PA9NZcN8h(`(P! %$ɀУ 0^/(.^,GWzWژ˓i,ۈ9]E !*-IF%6W>G0pk-Ao-ڟGiU(F'b〺ngóK-;pU-LT3,4A}JewHB[̥g L|$yz׮$v1^Gz<>.{ r)0LV_K\x-Z#+[gqR|fm֒A?e8ATP6meԥ:buǀ(J, ew%a"t倖=adjCԷ?ߕ܄')Bg},v0 גT>\U8CޗHjGӹ_#O#-fs̐oJyJJ35lK@j(DC6Y'HaR2c..Pg9yގA۵SHnkκN+JOW5x:E볇IpH`C)/HȌt.!p9lu8cJ$>'|XKO42Ju&uïT[M-AOxT/?{  E&j'oQKx{Td&"' /5t:To]~o]QB(kmVYp}imYu-6?VJ{u^`0&}%IXeϽ2qƅKB-2ڱgZxc7 hUNiIlI a7~S6Jp$GClEv( g"8vͰқ3n܇ Kv w(Y>(o)<L#N5DUͭWa>3%NqR/Ǖk5yx_‚xOnibE'qpN50o\ w hwb5>1jRLÍL ^ʽχFYS_h1=yvV3б.dz'dSC{Cs^kӠIi0Q)UXl#@'>e1%K4L!/J؎9sj@d boSwD" @4u2fgk*b\ {@Nh늶HtiVd N5a3-^ۄ>tH)+w.(hO :e2_;xh61@}|$Xu"@ՠ@.Z>&jt"d;[i6iܚztG爲xRs#]vb1abjm>cih}6X_G]Ѻڵ{$b*;ea"TXna6 >g~Q,: 6~)#eJxۙ9w!v[p $ċ3S<]2:Lqwu $T)S7~2vuPh$BE8cU%{GF(^tCeuMcI ֗x6ڼ.MGZ'ȿ0rϿ5D&WG@W-mkɑ4=yg ] aiVoߖ9@?}^-J0[*u}*ȮurC=lM:`L9K겿YF I,XQ퐺9VsCl5Pxi%*,S2s4g5_Z*  miwTl0c(m2BY"uB &@FyÛSH(%]nvF ~]#{hxx!wF9xXWFkpzirቇ~E2ͫdp˶^Gt~zzv 2L}#r띢MuOTd??w]?.ss#Z3D]g ?VGG K wohlvOda1rKO%j*d\Dez oΏ!U$SZ̺8v {Uƫq&r?7ʸ/#i cc3ɳWVxfoPL'SO%5WCK7b%W3챤qqխK@>&wN7Ez{ nZsf>'Tg3%G6b&j]6.fv.V5ucn~j_'킵RO nW]٨` 4lO'ѩHVE=b &"-d3w$S*YrC C=T5Sxa \*&.gӻcrϣsW!+Qš+5JMGna"GA4iUn8N*~(CkJ^{+DÎ>xYa=Kߚi7a"2eR8;)'O(uSe :J8Š3]!ɹhi^xo'?ζ.}$}ƚxةxrw(9)֯|>)y'"dtw0M$PH'dl iEykOQQH*j (>5h x޿͛L6۩ɨݳۻ: " $CvGλh8jiA#T` ɤAvr'oճ|g и'd0}1} ^,)o;:>GRN\/^"Up4VZ%yä-j b }Gci_nh(CN:E~N]=LN6 յnv "4ĻSl1nB.py9 L ;\ިŌ]9]G'^< S,]R'LfM!]4KmQN)UjXŠ3zՑ*@H&OTmHfQ}3rL;BJ,Ai2HxH5;2)<+ XЫa Kwt =F)\\|n)~4Z3΀nyx(~* 5'BX Fi/O٭UBf)ylQp!TS臿~ '(^;xLeHFW4WSxA쪩t Sg2b~ W{|Уj*ؑv wϋ!{h<^.r'/OșS/沽8B92-Ʋ!´Fg^5uRB#PM"L=m{Ӣ ]ӍT^i0tNtS]E 8QH =څ8(aV'xdR8I,͚ãk\3T vøʷdkݥvuN&\f*D~ Tq=" 6 @]., ;˾%3Ÿz;*E-{;|SZf^j2z86s,?jk݇ET E]zq$0DP_+aUS;2 4HH\T3 re]#h_ʄіLv﹗>ppOh= Ztnֈu8kjqڟ:.FZ!;Xyk?n}8uQMNIwk(6-77c'|MC $.%(QIwYSOC1ӎ_U!moۼHKBg ؉zl{s3zySo6z +9`zU=cRBL9wbYZibL&Zx|TU[x$/sUAe"dM1eqd5&,dmOǻiAf@ph.( H2r#zNyj&4e"̙9x"X c \c"ZPy7)v?<2r(_=s8x._?%\TR*~2!p%Y-s5`(;E CTڅ F(&{nOxeW%9#εe;sq9un A4<Π]>2-aV\E@I9T`;Eor_%Y6AS(j]|58~ƨy/;n"dܮbE>/&0/޲؁3I5PyL<ڇ#Tl-ױr׭M%8[CHFC!ݯLѺf6  6ߖwU>BLy'0ʪk.[/5̪&cl"oϩ{8" o"OQ&f>oi^`ςViQw8NL8 tl#0i/fn a/cC,j?D$dSO?预9wop9f&r_w1/La0MIGn=J<$1m.*B="QptBX,)}Rc9-[wBwƟ; Rɧχ܅M=W̫rR! k>Ro°Zs 4;U۹g<'h@NF̀(.$h#W^DI9-:hD'n:sEQjH}p3&ʾ?`\]sTQe ~h5;yo ] yxSN' n~aMiR{ {!Y[5Gm[A*u Zg; V󬏓*xjGܖ(uDs}qIN""ɹY󟳠>-ٵuR%xiZ\2ri!8@(S qؘڋ*#٫\U#]veY{[{v#W薗 MLg?3Y ވڢ 8%`OXXAޱ6#Lǥx f ]=TIIɽ!uP_yCa4$&[R k^#ORs^dtxb-BHT҉]`sU^gVEH{3 jSd9b1}Ul,K1\yt~vx؟L`*,%܆Qd~+?{~u6[4m&j:?i2p 8 m;ƌA멽yhRDuLC>M{X}˶AoʕUYI]©Z> yAi'iJUzɅAl>+/;2QHKڕ0}l߿~(=`zAHToiڎ5$;8mw1D㳅r4\mP$VUrf@jˍ,r+"{!20oZ5+98f"˄8NĎ1!g5ȱa΄|fALAahidp;LEѺثO  Oh $tQآs:n-~f(r!t,&2-gm;1հ}C3I)66@zY3zC1hem#y8O͘ OH'VCP :)Ǒqs D6)Op~2E~mn;r_Bvxma7&`mkp=g_(gV^K:zQd#|P_ kmfIDn + NP<*A&Z7W _(cܷP3'Hbp;{aIPV5 Mn,sx3zFoÈ? ?$5%~+#=|&F8),e#>Pk'  ZDؾ^xz+g.Sn`_X`4djh#~^XG2bQBI#Xt`B՚x/+`PNBҗ14+(՘3eC/=Y~P!X=d@˂ $Z|2_>ks 1# )uFD튥{/|cz2|eQrk<Tی2],1A0oFoN c@cBܬ]}faTևE<jL?Ԇ P )L4k~d&{tM6Oꅖ[g-t|]OS1V>ze[ºdWx;A(hЯ! kӟaΧp2'*ҭyԜ'3!IOo !TJ_ ?C?6ԇ` ݺAHs% '+eW2GG4N:~u ghْ֞v8&֫ƄK;hS64x!FOFq`ީEvq,.;샬yz4OT[TSj]R¶i#;!G^Qi{WBp4|^crПk[ڛI(0[yj{+]|WӯYsP(ɒ[AX[El sQ Z7Od+h&1`xSx&E4%B`fSoLERfrГ޴RIb}}%*HJ-GpJܡZ0}E88Z'׹D[D$_pQ%fxѿf17ݘ80 e$⌭-6 U[_](fiͽ[zXBqYd^J0ƶ[7+a{xat އNmXhZ<e~ٞ51jж)u"|:vh%Dke3q$9|?@ߌ`s,t}Thy)}$ւ֚(yY1ߢeB(s4$>Z)jۄ-&ދŊYz. }kc҄\ۧji8Z6$8 fsw(,y ӛn{SZ5? ;?iGFQ0z NFHtIo1a#Z}D%d6rF[Ƈywy? (f C a ѝ1ֈêR `*v6f/^M^5"" W`㭔D4`hRj6q8WIJ)4Ҳqn/!|eyDdxt@[>2[gDOߠzIN`uwKN*q] ١TťѲ+a*n.Ke q*kU|kIÛíXB,~u}UǓzKcR^ʊسQ142m82H(XߢVG-Kmbv_:ޜ|島, IlnNBxQIZ\'z kMi&nH eiK.9 ( ^03"m)mYpsDZK|zxמ51DΎsI42`t"a1yU7w}u>{y1еfDV4ۋtdf*omjQw܎x]+'rhңU(>"5?>%k{-XJN52&mVZ +zEz,cg u?f(7J_tN U缉b{ yڵDtu};蓵~ZL?)T'F{g [&e ?[I1\nfE*tO\X׹F#+`3ej0XI9}OĘ*hW2Or"H¨H 5ӹ*Ȋzʚ8}Ǯlk7I={'1|LR:W'- pqC( QoАZƄXGRYQlwC+'8I3GryTqkJӤn/_yD&R[ TrM4틷F$=fbv^u2-wpy%>T*+sֻ8NckB~T:bZIvM@YXGKU8֡ԯp8>zgK8͔Fȧ;Quw+z LLdnLnob \CKżr\GLq66^_yKFfTO/4|pC>4:]i @*ݔQn7M=\^C㪭4=uϹ~b(.ő'D6m>`ƎaO$X[IV]a$]6+CBw{8f EoťSbƬ]l謊V $.y͕W;]~ eNG6RokW?,Z]ɣcJTg)xMEh[qop {iޜHIJNT[/M5T`#l \ yee#8T$i2WM#cx)b<[t`kHiP:r>(m^UAE l{kDž}RՊJ|5}JЫ 3 _)4L +O'NJ4lGJZP7+L8VfQь2,?39XsEr>P)+_bt&lkXbPAxbxde"vظVpK/c D Gdf>%b'Gtunz!߫2 'f\ \ "6d.q EDUFu,! ҽ*q]MX $B5[M*~y#@JV0^cm'#2\ZP#mV'DWCRŧ 5Dbl;*]GHC\M\ qow@ZfІQ398~ˎkï!C7SΓq#)P3]JznQ" ~頄H_IOF4xӚ!8B Af\Q^u&K,B&!z[_!1t<@!#Cv"I5OCEQrjcZV6bOC"^mz O;=tBTI7 '0Lo2iGKx΅{Dl@74WQ]pJLH9Am2XYV ꆸ^8 $\И|Fqᷯn| Q z%XGouȖJ$Qqijs.ấ3"#$yfOYp.Zd+b.36 {ޯZO QJNf\+ $ =_ 25Ԟ_Ԭ@qDW32E$`DͫjdoVҮ]+g[_g*Ms9 ?'X]Lwa @HJNumB:?g3ǍIzNu+84ԗ(`8miSfd0$*i7>_XDGJ9M/  ` QT]2}Q;S F!ĝ^{ j娕Iqc^w]|")!eqڗq &^QD85Z=ìj:ޏWlv'F}Q&F;m,_4;ȱФYvڹJ,R@`gCP|WS(Ux2ُ@=)̞KKB.Bl'SA /·[ܢGMWךugo xV<,w(kH[=j 3d ^,1%fs3gwТMu EQ NU\#}M$Or{;ԛvQ޷\0^l,|^m׫>0xVa4-(.W}!~OgF);p3M,&gۼPسqxc8߇bNZ1ɡ1|@r!&Bi h5վ69JY28Ea_=W>ėզybIw;iyA'B$$4V䖯5/@α^kgSLe#S B$j_:&b d|e#C1})}Wm ><߿HxVOu(v{H:U~ !,=ܼye6wCe]\66-vCXZ>(|7Fp,4`=ވu_f7 W6|OI}zN89X0BzBv;}}MjeZABc&#pB.K6s4w5T8آzUg.%AYwTY !~e@vG[1]dyڦwJzot{<'xg@T83ʅyF=y2Xr-qKV̔!`S\|T&^sHj#?BL !./QUkډ[%^:%-5GP"}^s|"7"7DJWZOd]idGr>=A);VH?M,|Х)XBfƵS9Yܪzi%V*Ǒ_>1Z>eN56۫1f;F[(R5 I\9c Crּ69d;|uGTr4Eԛ%z)R{K$=o$y)L'J޿ ir,w|c^t\*4s yuJKd+<`/C]lye ɦRw2H5hǍrd|VO>ðuZS@M$d%(n5C7}!r 13tozuҟnN2%=)$S/w"ُ,)l݈W*V@ɅQ8NnkS'zjEސV}hy9l{DSȳMk=.{~ Z/?Mm⟪ŗ%)Alp<|EX6b(0jB, Ee'm]uےدg,^=YqK]b&(Y~vB&V;":jv-؉ p E!p Iқ53X^fq ->hV'қxڽy@bY[2FY U6e8 cUfpb=MXͬ@3Q@6 ßDe܆ ,떺v!.0x982'btvvޓܛN (+xՋGnr9hSgߗ.K4eP^QBc=3%+#$džJf9m(%\[QK&'§),'NR+.kzڞ+l.{J$fZ-FWnKE^^םO{$:oVќ9WDH#`O~,)\ʸ4:8捡}!8Fn<O.+G\SI$SoKL *vMcJ4c#2E_<_N'l7SnϜnm} r7!S]鋖'> hlf_`Hq28 9 55\e5q:U XS^K+D//;zi"t~ 蠃&@ZǂY?}O4$+Ʌr۸+Cu#L]!I4.{' n J)-%h cY "rQKVY*<1P~Aiԗ̪S-ܭ;.JzrUӖ0{2Hf2c,#Ut'B: bqV"~PNBizŪAd@VyGm{UI-۾F O[Ad"M;_d&>#TNo 5DEkD.\e\<-礊r}9JnܴvA^=`(m8SG7s;Ĥ<({B=`svLZ@'̀*'{BѷG/$P_!U.KC{ȷS/O'Q$yP^F5`hzp_u7x+I9#\hW* Zص"H ^e=!\M.pЬntoH=b N (M` UTJVX z5>X2Ir6%c!oKil +)lЛif8yG}2 @G8L#<?rgRYD[ ԖsȦNH*m/v~MIŕ1>v Pa+WR6B~?&^)eT 9G؞\/=@vȞ[jaV_K{~Kk{@oc `&8t^2 VR6jQ(.[MLSu5!}K]D{s`Nmw>`#@GjuYFj>)$SoW=X$m9sXp3[n)_6̍V /YI#=*7wD ~r2\9$ nr_ft#ȉ !R{ ߁y2!6L=j)-ep9X Q.B@P^ ]JLxc?e|lHq$SzwhXg{HFDL~8(邏ͯ,fVO/]71$FkFSijRKDh f=tp>ˊLoLXՙxQtsI\Bi T:*G;%𕫡g$K:0HO;UQ3;m}g~y=;0@F7Aյx-)R%߷CU{vkq@8G_Z?^0Ax !&2̇tcIXc/˷Ԙa.ɜp6Y)k>4TetH/Ңwn9&'KuJ8p|Yr!o j%\#ڍy A\*\bbp$.2Ha|2Q3>剠?$$eS"ȀuU-e*3pN*n7&!Zhl읯MCC bK_jٰGWǐC ~| *5_!jn"8QPTzf>n&%Щ7)\N/KDŽQcpFէao OH.PBC4W6bNifH]]?y!<{7+TPe"w`.,!{ۭt2l(6 m19%҃tp}ESb唭`Ò͘wiLzaqI;7o鎒mr\xw]\*(A`RAt'pfƲ:m?ȱPÓؾ$3KL_ knIT^,[jɯGa&⇎TFءu8BTڃئM45﵂~+~"Mz`[ى{3moËGQc`Al}жrkPfWxiq(ZfO#ػqQ H4i?yT14Yѯ4!8.޴vX,X/Q9&ON+0A Z@@ԧcy?yňcX.u/'2X1`p\n`WIQfKdoYgKQ3w>h6ys uWFQyfiJUcb۔JcŅ+HNEThSQ>Nt]%*b6zheZۻ2(.-֢y7-s}?S;i^%sjU69pM,./@K"vB6C i&N'xӺA1u\4 35k{1!RL%T xtQGfMcm2dnIV# |{[J'%4) ̷dbO`qJ@J(3 fVy͓\JR n{y#yu7ސV ^g:ZXHΝC&WKa1H& םٛӳ~1͸m& Ή~`.d;%O2cıP|^! Gޥ j7MĿOK{[Q- &bD],{\]μu -L^0ץbvLf@2 X V&l;sCCR#Ia\H炊*TC@j4|{Kn&3.*/21v: ^C \]cH"I'Q0#$>nߥ|-,ZJ5hc:d'1 ol}lle* )яYK/` ڈ) cn>c-gbI_%!a+gj;a"w o?Z#b-&ɃTuQ%IgE gP?UHk[c4'[+g*4bXA}DnRn.,?촒l C?tkHf;hQ0>>@|i0rlDWdVKT`*S* % ~1[|s5lV* u_W` B+:n2A*?[NYQYq{x9{#]'&B4?٢u:?bȴן$]9Ty1i"j,ʚ+ri!ei忷Bu[k35u)J3vRAB'ٻ"6b UE0ྐྵh_-+cgB&L"G &TzRI_r|Hi.pᷨMl~v!oLRUBN|35hrVժ AW#y9BNe@ DVW?QyQ ~ʊ=kؚ&q. ?Q]Q9iܾlw1=8֢~!,x!x&n/7s4d- Tq:t~U+>AmG1ՙ~oûv2!m+*RlT8j\{6xrU>!đ \Rq{g"džƪv=Pffײ.Aqdh<,oQJT,÷\^8a;QS2Y!08,LxQe Io dfK8 aA-fCnpO|nF+qt.Ȭ>.b5ln!grrm]Ck/4M=ziySX:{?pq^fPP=.Vx\pZ1M«K1 ɈdnLpJ-_Lk&\Iik[:aPǨf\4r?o&kleAF+x@aqsw@zluOrJFXeD}`=6p?Yř%qW)0G" ǙB{C _(Jc!@8*Rw q%}K0@B~: Bm$|'6Zkr7`xysN7xu:A NԒkz㣩0ߙ6,5!zGE=`d:( SҼ^R9rFxsI:(!dy̬\P籴uxAõ|Η?8Zϱ)dRxq'RΣ9cJ$C^[3lsZMOتM] gVv9ULb;Ѧh-f3nnu|_޴G0K8ڐH5Ө.Q\ۑ$\S R+6k/i9TꝈ?)wXriׇXXX3F u<'P4h-Qԣ#wjU1&P}y:;MWb#AT6?{}Ag̦PܫTm (+u", -%'G+9 w?̷}%P.[֧RP7 %yW<cdz2".qzhD5q$!nDodqiD ()_W]s>8~/W{CMv*:?HɴzjdHH RyȢ򑬈> 1é8.^RNuUCƨBM 9GmnqFxl #* ğ8b{ϝ[iTSd3oȢ #6fr¤zźX|4گEpE^+ U!61XVL(W̧姌Z3,J.)ǖG{u7iMFרLƃRwLAGH~N8Bohg &qYDCon!!V6=lN*JVW2 i Edbͳ6SMkkhv%y1'[C |]\3rIz5eShA:T+ϓΙ>4v40Z343M> :~!ybfֈ/TgH_!fmuBRm&74Ncr&gR%8_>#~55t1vN.8 E@dž5j@/P%)ۮWή/D3n}4mQqeK+it>h'ᔎFHEO^N(HU̖">P_zsb :uj~1BJf"T(*M| ˈ@U*뛎wۍoF;<߶ߊ.9 B=+-6bUBeLм_!W3T  ' /`U ޅd: BtaU\L(RKrJEw" W9י|N!=uܔ4{7IcȘuԖk'$]|9x!'2w"ǩv({cˍg "Z,Ra'eIg"M|,\߻&I|,ڑ$_;>zG o''%)WʤW&sI}l)7c$;2w˯EQʛ2]wARŦ<Soh=qt2b]IM OX5i?=I?yCYQ?ؚe7 "c[L4;0_qcYU}h9aˀPt%gȿČB;-}\߹/A[<ߐrP8bP`&Qu1fKG )s pw:ܳBYm*r!R$x5p)!ęxAH8_GnQX?SKf54?6Gta62і$a+^{Oo[2j+0҄8 c<,A5l=tR4--&pP6U{?қ̩O8?%WWQaYw &ؗE ]P+7/:f[Wj6yuS5͠kAnH@) 4駫ŕ/v#"r[iRscёUrz hF?, ;Ѥdߧki&狫R7-%|,f'r˝1Y> k?+*4sPRՒIc V3\q8|$'gUGeAYU[3B7 UKdt+ 'mɋ-F D~j%]Ԝ5/H<>cz{w,oƸ4(0:XiЍ zreäPiO7.O" g,d/Gt($[S K>iȁ``$ ]w{KX,"1Gzt'߲kL~³J1Bvި|49TMbT yFYW8HuD>o+>ϺQ$"Ƕ0JGozImmp7v#/6LFL(p~(K#71c5O y"wNS]ʘI=cĉMgU}k  fs]C:,e=6n$؇tn|'8^x_z66b̉Eщ.El_wo+S$BoӻA5ͬ+a'n4]ΛzJBtGk==pW; CZ F&WG@QO BG@|q.Hn`,yՇF/Oo @Ț,)s3E>>0?g0Otp"h GnUl{wYsƞIM;k4a3=F?b9v.Ӄ,bʬ-Sf O$ 5f9c-dCne72Eyzʌ,~v /k#٫zٚ8$W`Y=<93`G'w;s-c 46byORfVCUshZT\H4aٞ-J\ jWt}V5d;"wοg e~jo@#+EirEg!]{ZaE#.˷MVRa"MrAWy^zˤ+T1+9.FdҖR$PE&8$\J)sORuL5*nznȾm$!`ᔼtRߢ;& ҁVj^ѯ4e$^~"T yjjSBK^^AC*p:T L{{Z*r7ë @ Z>^۬,¯rzJ AVx3&iZ:T.*$Co\% ]@Wj:m1 ]1*ÄdjAݦ9Ԧ/&OB݉ts,he_5:zHjx2 =#I*BE4XSY8r*zl,4fPZ>溹V9V`K?dLBfl3tӊ~G{]["睱Gԯ`wǨ򣜊y Cl=*LI>C7Nܮ8`;Nz3G}r(}1JpM漣YŶYZsX7~8Mi 2*.u"^ӯB? 52C,{J܈`ܭV6!lB$ [wqY,s` `AdUkb`'v_n?BF%,!ΕU!F3c6lToJeT,!}!Af/k|&/maxWTr~ RE[i͵&[c`:8Q̂XY}gYk@L]D8i֦ ԇ^[R)\ufEy  !5}oDv-yjKwh!bJzߚ;i:iҫԞ?)3h` 4KF4ԭHj&8:ǂ[6i*~|<#`5kzNpc; }F֯/bm 0ZD j)QQc4u/LDtwZ֓ȀhSn.joH'Qxڸ/d7)0ݚ@. L~Hg8U@޳ff[v`!Id`|NOfuq E:[Iv?FEav7r!pKV -ݼs'fLJV\osUVvZ$yh8rlH&l Z05X0̃<6,[ӏeERCoߤ6W}V~b qOąՕVޝϸ %[躁PbpZRvXX$$&Q=_Xy1Pi!fh幵 h R!j{r7,MNoj4f4q-!љwjˇkd0ɃP*o)pb<>]VwػB6 @cr-j#Gڶtzˣz4y4&0 \dK SR1*n.C Ѭy9?lƭKX6PW[7yѤ9 f64>ٚmU,OyZD%0rqU o~HtKy!2~nKIN|$ AܓEv3ֿoA4QRDSRe']R\7c5}pf[<_Qb\j1ѭYۨ~,mz2W^38,v[mĺiȘҡ#VTs اС 'AF!8d&.uQfPF n^;kt& 9nG ڪ -ͿD#L݁Bqjrc9Pxg:ǖ;yá U_ਿ_!`#WtEZ8zW0,+1sGY:ȱcSJ\:+9 D; pRMY>};F^vT"g; ث?d&/M&6)e'r<DZ!En} ^bs$g:dC,Sտ06p^^W'\~ݳg$m ;W/;&f$<-3@5moG8T+)bX㸁pGBcHB}n rÏ.?'gK{d =l)r9$Wd8axz˸t^N zП弗^dw 9zCvG;ܨQ}tN>kL;Jo(?~5Ðy 1oc{=uLܞ2SG4$#ٮ Bxs|),4ȇ?&e9dHmi!mq8l?9Ѥ+ݝA}.GUSݫ26Hzݞ- hXiBEto %aA"[סth/抹Epb&U[aUAL&4]V z+[q)/TZT\\ I? CtP:h{mR.\{\ESЍ:WdQ'`<7n9?IRei }&?**tY{0!@!7 V6V6-bY!^+:D~bV@n#EsoY[ G@x٩X߹xHC:b?+b < 4TeJOA+y21g[Xln۬.]MD>L5GQtβ_RcS`}ѿ%G괭V#".yr/ JB(ttQ{z!fEΨJ\0! a%۬F ]!tSsFh\>NBM.[svv8rl'6ۊtK-N,sdOFE%0eHC6!*Rۙ{~ԕRhHË{P~AsU5&V$ռ =vQJev;KwU;UZWȈdNZUg P! [/:6x麠gM;:#MiJJX.wEr#u' FӒ?6>i3岱/jM:FZ%2mAZY"ZHgCѸ4nK3;ֶ9VLgd?9a&:+<砌#'و4P ẅ́Hr}bՈ `ITj %y}5K;9]74̞[_ΒVzcз2M<MHL PC$3Y_f`kۖEOs@BϖN n='cï@|3JHړq瀝BB%esoMΦ5HuOM mE7o,Ϭ?jP#xHi-Y/ѡdi.c C&ջceXgWj SɍM^β6f ܠgdgέPVpu@ګt&>/i^:v- 0*CW[G`҉Ի<c&˥Eg&xòoSXvdşt,]lKγyHH|l[GL G ÚڃǗZ7 ௺9n=Ki։8p8J|Iܓ`~_7XŴ$XߐJD$ec BAQQlzd6s}1 )K'dA8;I$~s{'N 5f@1QV1[, $Ջ2l<%A+ 1r=%DReT?VSH=t9L[KhoV1bN{~UP:cB*rD a{eZ2kw)2(wPC JPPegxO #&80u#uGjAȀMڏ\Hw27WL1N?Y/]ԻShAn W0_+ØYj|.sAXQ @bD\]%zvK'4UzqN',?])^ ,V?8r?hAd'c\ q] dM_ EQް`-1p̓L|u&矧XPPJDL WoB=R5>2-[bTq*E˞([X+@REVqNtX y}\%x@ꚸhC-fc 2_9 A|(AB{qf'' Up#^X#60ɕ"mmni1q݆ 7F]n]DЇn'r Tv?ߛ7nzE~twF[`fߚ\c(>$Ib%SyLP+*Pm QNT4?ق^_F+}nݾ{lV/΅ 0LTu@d}RDijBӕ(ÔOCͿ|)TVLEsL=@e@A{fɿ5'Nu'#-(wHͮA¾1[3}{=ۛl+$ KAɼĹک9Y2_(ff:tKrBc'= ~^LX8lePט5÷|iQ{ڋm"+=y3CA+^R\`w|L۟QVk306X/_z\!= WڌHIZr_rJlL*H ~dpYrG#j| _)hsKBY$\NZz/YZDcVcSwLR(f[V!xI5FTPzO8옢Xrؐ)ປطc34s-I/U'Fi/<3R~JHbes&$SkAL`C)mDKB|ͪ2(<~uHLC< Yyz1 n2|lhQZ$YE 1KmŭQ6lvOVR-ytW֗FOc;Ѓ} !פ[Z41eE6YbȏF_iUtd)kPwHqkME Fȧaq-FVm4!7Q6#0KV mfyaeBR+I.En.ekz1!X!CFM>g&%UmI*yl+sҟt:j>٥.YREݭ&t;*RiAKE\CH %xᣬQ1_ ! xZg Ft壐 Xf c1(8tGXxH-)ܸ֛ΰKo8rq~opcW֏g=u /x-f|vNLϛY󿭁~Pв-nH(D\a xٮq! }5տ|bZ3lAob3:8pKmgoS\vUd-͑Cԏ !uKa!p/Qo?JN%apww}mw [p,R> s ,b,'TZGKH*Fwurs/o>R!(swLhѵjح:IAATK}BKۢ9;sC8r 4]h UF1BQ}x΄`$'&?G9LAVکgҊXQyo ]bq<*sP(z?:Tw dDӁzRmN`Bh<؟30]_iԌ`U2- agHQ&Jz3 }{T"["+$=G+Diҧ cڧ2\!4ahMGp{T7`8dWbT̔dCD9f 'tVO9+dX  L}*$s:ЌUfݞ L(-)3rB6W\e)C t2˒oD S;zqEҷh=<5D<.%&!Y~#%gi5FWp'H"CL)oĭ-[Mp o0%[S҃o?~mzsFi5IBl%x;0t6l(3~1B~3a'0Ɲ\,}JEoe2y)$Zgww$bden0h+^Rɱ9YA svH$v4V3D!I,Ņɢ7Pl/OoP^{'#1T̴%ZicSx~Nv4dg`Y F&sd{ \}P 5CE)=`a-QT?Kz{a[P2%}K&PZ=4>g$ptz ]"[C#%%'T4 [%g}?5ZԡUQXo> K bbفr$rqgI;,ƙhb-?W#=+ 2N^N]i M =ҹ ,UsBRD)ij tz;b~U_Q1Wxrjִ3Gͱ}4'z#I1sw֊p5[\9-U"(SƠe%].x$ϐ ޫXg_ b_Gjn'v>'὚KL ^ЧvoJESؼ 3f.[n?_Ep/yvǦ 9ѶwJ}SеOYEcQqpL#$24%1"}Ǜ6T+*gZpF7ZǏc(@DEhINjW$+M-vH¯jS e$']³]א}nϵW~uopn))㋐G8$ \ IZa5CN}MQ[#H=Mߕ. Zِ,h5⚳Iy AJos re Arz khPI,./dh`ϧƦ"ZOPBHxY>Hb;u Y{,=I e 纜!aQ|ۢ  -d9iTN([6qY}7"z!HRdzlN>_G)oqE'{˸kWfh!l_CiUONvF[bkdqjHطXs͒|ӣUQ_~LG+! #]j1<h`n':_b'Jɫ"mG<$$kHlHP}7P !0.as|@Dfil&R^DbRgNN8_߫z7m$!GĊz%-օ pެLZ%T074ug3a%< @1v#dCM}&~٥l.9~OM,ޞU\#֯[\T#nU6 (Fw K|7ܒjՒfCFgD}$XERe=+.U 3 '+[ ]j[vr3AP=?1G`l{E=-5NI+;5{ڹ}R Prq ߹nX% D<D> Uc2N ?)φc[U{˵y|&\xe dUV0U \\Pp+*އ(gRO  ݳ4q4ˢ3h& W< ׍ dMI{)[џ8S |^1CM>p.}j~DrJ^R{"@n L;i[.|=4_< X g9A,Ti4@k>TEKY+Og7xW"gˡ ] AYaʂ(Htr- Gˋ3-oȐ )vw#5vfņF'GϹ]Fʭ!\n!)!Dt-GX*u+wq b! S*,%__/$ <$daӶtۏ9B1(6[*Q^=T3xA?C1iS U'Bck^ud8n}}xXfP ?;h4DضI<]%SoN+oTLX+=P#}P U: sd^!/S4pݰjMGw=pt2pglgL4-4`ಲzvֺVDAK%$)~ {G#W`˯U/c*ÚOؗ{Ǽ( }| f:nF*^%׎a[󎴥PI >.F9Fo;/D0mj[&r}@Iul@2 ; X8] Ƌǥ|DU`R뉆dg N]SןWWG5k͠0&[]|+k5f]3ןbCcIipkYZc+6ZU'ArO.[9X08)G: օVpN&*QưrJ `*dRϼb&z#STMY1)̺DjQpE)(9a>O'ôagvtQKd%# ʚyiӼ"9)|}hQZcJ䛷1]*@zH$ݠӴ=@LV ђw1'$\V29^ʂic  蔵@`JRNk0ʉ/=Q FQh VpgeUM>"͞V/.hzyd0W2 %Ȓ.:N15Qpbփ -ݎk UÂyu &WY$a+S#hzTؐtxQlzdfӇzǔICx3C9YH30-_L:W0"*+d6F=RujP^slrU EȢrsfS5f.RT!#⥥b[țI(av3`m{BZ?`ɴYF[EX|Z7g}:xP6V)>J27nv!#!]d'  6hP5WJqv#RXunXYpԤ9Hr\ | ߔ;D>C֟GWH)S3qOLU{R:šc6Ks0s\4L'i|>_bۼ /) (OEul->p7ऐq)XPZ/luIPp`Ev&ω .*֖yh&rPoUͯCWxM9تy }NXg-VA#4(b`ۯo`g䙍 SQ{;}fcOlZҰqPei)@+H?]PqOefHMpXEa.:Z.½|`Ԑ ˁ)p¸s1#4ݛuik퇆"7z%)4_ۈrљze⫖ʊx`DAzpw'o0r;)[ {b VU?fЪyNqG^s!oi;8a‰T 2,ZIŲ#⑍alPɀ2Z;8.*Zr;I\[9ɒ#_4|kG=@8ck; HC"aLݡM@ cT* JQ&)g n*'Xs+ x+c`ep%!pH ζ7(2FI9&;@T{Ǚ' Q~*Q4DwKю ЭBme?lqAN\?B2jAnmM.U V(!-kj3pLE\^9^YCfN'38,aᴕp!y .\?W=Qc+|:_ #XlGGs9Џؽ H# (xaN0+V#8 Z 1QtBP?Jawp=vXw+(F56) ^,x|b`e#t([:g7Oh $8A\DE,ZbZ@WdhqdzµgjƮGjy @H^dM| Ko|+Ŀ) WTwÎIW؆YPI^E b nbdBXl5[+d?h.}e77ֿ:~Q%H)%#2)Jnk`wݮܔ*y /n{*x Egお(4U;W#rOجۧ"c8Sd?n&Wm =K䃕V|VMm)UNk$+~9="֛F=8h.Vot s=-%u+(#o awb"=A,s$A5PW;t')$Xˈ@.Jgӻ~40Sl LBt"L@Yc X%dmCgHR0g-mOQ!cb%_)x<'$ vyNQ.l후No(c}H$G!rȵ-~?(mJG7PDJqq:0=%#VQ N}}٪^ excKX#4&Bǝ_iÁM]`P :y*h<6,GF'΃O!?ݴFl~@w6L*d |w5d[^A!>SMO3UV$c!7Z7ʿ& \-m2n gq}CvWX#^cpx^)  fgX>y٫Wy=̔ubs=Gw= xT&Q7z׍\tGq|WP51 b[u󪎀 ݢ) u+&>"ޕړȬH2/=weFi1Bӎj 1ϡh hdl˒v2~.i_b 4%D3(C{U<>EӰ1x}J䮂 3VF< nuh-AЧe#4/h(XxZ#n<)ԋrV0ͥ=nh\tfPѱb.UhfdP}ynFɠ76-ǰ hsf.֍ԎHZϝ],e$Tn oShzFe T=$BEr1ռDY92n&PQ.}εQNNN7{Jr T8Sv dbFw qC." 3pp HdrNÌ9g20lJ9{ Wo*D6wuXժ 2Id7)뫎6}!a`壢nq+äV!RL7BcXd?8D2f|2lqaoN"4Ru#iz7mYz<c ?lLضv*.{֜r(z^ymeLLoQQY<]<Y0qϗ:[B`3$yM%iptEW!ݵr_C3\2_I8B@|9\c>9X2KtHbbF]Z<%i>; :{[b!{]j\n9܁7=E"Sjӯ/+cq7L$Y~Rx됟nS's-l46D7Tيe _{D]rvзv^Y>r,7(~~>EC=a.qӵkJI7wweo (uԑ6qTȸDX_uY{}[d+4/B¬jz$ҋ4 @עӵ ,&zM:ކ]D¶) kvY8ؒ{wu "=UX+ Dk.`!tzOl8[ZQ~WHCe9;z(#puN}x{qӤتa:;2qQxJ mgR~t9SL٪֬04ȗLZv0VNWJ]ĴE;]R.]ld}AeNaƤ)o2):VGF)]|W{„HDӯ2ջғdi Dg^.Ӑ?FI]Py!p{%7\Oq; F- 븃>,,M8FhUhiKࣱ!nh`[q[˻;-6c#T=_ y" j*=lx#qcQ JҽӤsX=&d;edV ,u=XwF1KDžBLW=y wo˵dCR8v#Hም>*LuáU!( U==cwK&٧[m[MdIx^>qiyᐓ&6!l>7|Ȯ#u0wjE}hab[!f2#J3}L $d[q@tY2m{:֢^q6C_[%_: δb sE ^ ;j?#b1H@P9v: h !& 1}6.KLF. &D3KQ`n? sٷr`m9V)>웜jf:UGXJpqO0teJM{.\Uğ]j4"(SDqxg'R}|.3À°@5Zqgpy̲:iDK:K܊hqX@] 6ܤ}p5 )@j!=n}uM{+l0J#tސVf d~NGb`_GWO_3h0'83!6ӈ݈Qοx:Lga?JA*`|X$td8{Ńz帿 xjQnvyYGw iT+Ag*kjO)gz%ƽG_}2+H"1ή @b T je'&.YUjP'2\. j?_<7λ+\K;JXBr+ 4l`V}Ч@ 'O%U~T/f<Ӄ _/k8bҎ!l6$+H=f{s^!Jq-zz'֧QWoB22'g zus8fgՓ:QXڡCarf9A30}P]VSa㲹!|4>sNEJտTʧࡍ@hA۲S Ѽw[/h@kC9+y<1QH$Y,(]t<}ڣR8DMC\|(giu9;t W͇MNW;c;[#stD )+8ԫ USv;ŕ,;+<~wW:!.ıQ3f:G?&0s)5kNj3jwϝh53'ҽT ϸP:)(4BQe! 2~qwkʴ :Nnq`VC Dup_ZdL14У7gsR-dI,|V DO|KشXv䨬;W+2:OG0Ft'n~ԭ{RW:{]U4BE5qC3롇 ݍo+>JpjV\KmYWmRa-޶o.'Ub=%Ɵ6*L4!vy| X&IX@pqce^dPHldvvnjDegol$ks>KI= o~8FG_3Nf$~)ua ٗatK![srD|ؓ7ap,(@|L~S Dzܲ8qmư^$3ԩl,0 ePIUg-TugZ>QK3п~ DC L t/Y2<.*ݙ=L-s^] nWdݿ<-[`T%$_V3$jWϨ`њ䓡cx:Lܑ)|AZ6Av .i@ 凔]m/\S!(#hivey1=Z9ZPG0E+U)I[kY:qv]B}!Cu} [\pIg՚q~,Erey`Mj̘V.vf\,#b!U 8}f$ ,.إmhɔeFb3Phb}j<<.ZC*#j}1ud?ng.>6jfm/xU9 𞸨w܀iV} iTtLe~W!3*nB? EyX2Zr-A)zbH*7WfCǻNKvGFvΆ:oUN,{x;R_YaE =Dh86kqUKk:$59Zzc";e|[O\쟦?!ke>Si4IMTkiX#|U5¾yU%œ=k"(ebZ0`ggde%H#Gq<c\9,Zz+b@"$о1<܉ (\fX 70z#G(Uɡ'W+V6yaC > gih#YB޻/D{C XJ*9xZ*< ?IzJ/Q%&uqUOPe6eI=#.-=V g^kz9lz7iHt?ƈ1whtmͅ`Hclf5B\/g| z #`%z +3`a$$-Bn{03(1SAnì=jcp//$^V!B`ĆlN{r+w0,c=Rq#ܺ0PnKn5V>[Ϲt0mD#ϴE0v->#i=_e~[ϥC T/u?$wLZXhd|h#l&po'. px{a.]M ( 9D.g[*q٬bϕS)\2Jj 0eׂÛ mXi*Sg:^@>0 I 69E/jt) {û0 ը`&vUiOTqž=E>}.g9% M6WZ@a ?V-o'k68Q3ŗt2EURO~GjtwgrF%P1o75 T[h>Ip,OIEN5em !m|Y9s&w`wd(vr,f`"?ݖ߳Kb{Sf@EI3k?~̪D`f\U|ϫsN?)pJq8y_rnXUKow3 6Kq]~tX%Om)dokZ}Zc:S UTiޫZ'{\cs&VN~>hٰYBV,Ԁ:xt]T٭;Q¤ڵuyo)ґ-{i>Q}ˮvg%xm NqpƤʪ?= p@D(b-̙:MG@x׏ˣʿ*-?3R #%E|^X4Zph>>';r Bl֑C煣3ğ 񓗾a^wٜKE:ިٵ'@F&SI 慂07%ɺH w[G;Yq~ͧLkGǐd˜(_O+!-+pXxߩ:P ZRVY/!ހy7 tjb[3=贙F_=w$|C6JtJ#M'?LNrLv5rJ}m%׉gsY':A±w(ap&, -_ΣE\{yχR_y֕TKVPM\e4E89qB*T{O9 \ Joo~zR$:~Pϣp$[h&?H}t%Ey s%P6՛9w ^^Cg T%VLPf:0zMJ,I'YVH`4/I]hVUc͕wWiͽ=8Y!0;1KC%?!ncNQI :GcmUSri\[jX58׎چG2b]f5+o=U +;sYFN ;Nw0 2F9W )`1!z2;KL!х^IXJ#:;Vj_cǒ>-~<4xLنxdK"z f2"ֳv#D/kh;ۥ%~i.#'!L7`)uk.0S;6Aj]d!o&ޑ' jd Gc|x~V)$JΠ >)HRpЖsYZ2;yeR <ZLkcc` ?uƊ=ٌӪ;[ŝ8l7hrr-5<6VOcŸN%HyKP 0|OSRa#ī!}wpߘ!“Kzp(76Q@BX@f0;t>E)%(0޾ \XvI4o2SWݘصfq"[ԡ%ÙWĈwk#r:o嵌jR<. pGsԒ>}(_| EW|5(:|YJC(`vNU[>Hhu}/ݎm}}M۝ ;548`W.Y}>vy <d-Ĝg,!͟d3e/'m&h=nśҐJ9谶K0|Z3N2dߩf\Pm!CPx 2yF_MXXj>?hʜf[AY>̰*{ӿΰ7[GFFn,!7 >_}C`- 1J-̨;ݵٿbhDv`v>z)B r@$h,~Zt a=0ӫ S2pVu%5Cb`U\K|j-5aXNn~KQ'iÕF VנfateHS\c7FvdHE8C6Š35/G&Mtj|(;vdnɰArwd+̴u8'>@֯0/FߑxV;;;:ƠTbZd7LO1hXgWEEH  ׎-QRmmhO:2|||;i ď$43PK^zrcU?cQ>QH\}ǺD|ޣhEDng(! yx?^J#wk[(9{(:_l\3KUa{mW' 8{4d$Hk 5B\s)[Mp:chl4)9Ƈd8fJ?A@JT.CZ|rḧ́'nki!-B:FJyoG՛RPTpI@Rd pmD˓gɊ0{\2&=]/mY"/{Wk'=LB $*H 5;Q데[+L:R8փR?\Ms ;vlұ:Kne{>Mh%9V<́z;VOVc[Lv%BH6A[FD[.nTxVNq\e~|)hFѻ.D^b釘43fn^<0εoi?f4VtmQR} W>.B/6`#|Lb&5bNvћo=n'HjĘNlG=mA3*bŰc^)~n (U4KR1Ǜ2ށٮsKCOy9#+ F]t9j@;hh6nyk֤RaIC5>JLWyT?CUrʂ*UٹK0y}fPiz0GaH uT; tȲ|9O 7({lxz{>30=3&cB歭|XoW&E_BkݜO Qz^lYHv(1ܾޝ bU*qo`0$(B"'*5=z6ɃWH$>9ՍK/DIrzԘc+4@ qT T,A 1ES{9AbFĆQo֫Ik18uv==>:@ <4`Jj8)DsKJJ<7@4me ΘЌ53'*3  U|78lIuǚe\ţuQH/mK47U! Y? ^NuB?-1Z51^S$&c|| fww;P`o q.hw{/K;yU J I1;& W/ f/^b~.kp#/m\QwYMn #6|}`p;Y(=^pJhPи22WFd\XcA.?W1k2kb3 ۇ4m=kr\#Ɛ wꓷ8U#%˳0e*?ٳfPSsn&%dw5Ԑ/(}}jyɠnn\3uOpΕ}M"/%:>i%;9dhf 'ޕhQR7Ϻj(+,o1-Dmu\@J~h*SPou`*m! d6VkrB )+Q;JLGEHl/D-U(&qi_o#~_@׺gˆXa?z?J fPKbx=0E[w拤别"֮~J~"A9dzw:+}%@FO;H)[hk'񘬘*kCKS̏Z[RJ-@䆍r5kCD>"SyR$sUOx!FI we.;8êQXQ32Ù& 2sGnE\ NS `BuE&If>S/`Mc;;z-2$۬w"Q.YM}|"=Cba8q+nXj$$tY,D.ʽIoE(!e_j0Cp)NwOֆN#[V"iLn^SUGm$lh^ɏzj?oFxa#Ѩd PwQ ^=0ɲ̜|*ٵ; EXFMX4/@_]i//z @aP`'Gy}+,MPwa+MŶ/HM[ٿ*KՊ%4 plA0i[ jw6wTޫk\։\F x5=1/ -DXr,Iqa!ʴX '꼻1 _iL6S8K D I$g0"5X~R C+c@͝m ]iTiIZ}p( 8y7eph %KKf :sqh`pj8뾵Cp:@)V 'Ɉ/ywcW.W"ԕ^BZZ 9b1sH=%q#ڽ9'oQO:wz(kkIpjMU{5,;Iujضz%:Kji$A.G)qƎMKNj`kɾo2VInؑW9ۃbr[5l+^L%7G+9idE|%C`ٱQ`YXciiBUȠ{[&(X-֫ .n{ $,4>`걦^贰2p*INq\>0Oc g M.^g=,7Ň(^ukF.{:0KЧAHDΑL{"1NRfa,7 ߾WUG -Tm>/̇@ y廹EI#k ҫ ewo9d^`BRid%t?~v@ ⃙!&Gȕw`Q,kx 7m%qgTA]_p{is!da%e!Ѯq }xq PUBJT`-OR{.est$<۳KCrOnӘ̞(3A%:Wb-|FF O@ld |UmH!=' d7֙>ꏽĭ%Dmx#+[ v g))d{g#fr*c/` iv?|O) 7h*Ǎ!:}- 谭TϠ`TB4*txB#qտYrM%]˾% "C+5j#ԷGhԜ+wO5=VhӱXڰB H596@m}a:qsա{' HTW\'y E}+(;lm$#?adEWϥiC^w-ֻA옢%@1c7H 9(5|[鼤8 r9!F s\(>\fܭg jDoaK1,ytΒ>p,}أJ-4kC ᦤᇋ;RƊ+4@tꆍt|úĦ萘RJCVT~?Zӽ22D) Bx$7¯.^jKijkw@ ]`aE@q.j!UN cu޿!VO4j!R@#w3/~] [+~4L"8 aNhMK![ "V?Ҕ;]C]YA{mq)]."ÇWs ʃ2 rۆMDm--eHHZ^ǒ%f BX-n|$1[ϳP S"[c+N;j]ġ1J?[z -^Xc'r]'r[^Gv[ik91)O} Oȹk-hiB{*;;N}c,t \kj͍Qkd~IkQ"8ўD6=:ȟlY@2;#HfC*{ i/ Vt g3в} cJ|^BN`EC, GLoU0^3Z8 +e< p/ AO:vd$'kB&OWɧ޺?Sm˒e|aϊiSV$ klA(7HfA3EϮ3}*}m"oWfZl:g\CC_WX@_;g [:%85T5`'Qqkkr'! Y~^kzˑ!ty c />CK"v24e =BݿڃԿ6V|1I/G+Ҍgmސ+[$6SBmC7;jhUESz'}G_=dg@B9x84V$Vj2rM궾2ن~8omi+Bi\ 9T?8pSQ &o} +ٵ03i ,i@Kg#Ap:T0X̽%eWG%ݔ1V~>mz #ZaO ;{ဒb4^f;{?Qk'cՊ~Y=ecK5+)"*? `6CN86%K2TNqܿ|8SK|Pu NK(V#:PtWuRWhNb>jzY:( !9),㓅Рw;,\C sf3\^p8dr-eWQwW@3wXv[2sV$ͭ TJ v9[X$KQH00TAÏ_%q(^cEOx'=*y[1ն:=sUD&< ^rPn;ʠ!$nÂdkю3{/K!.J8xJbot"\DulFR[;2Q|[_wA}B v0إPΒ*9Y>;JTPwF<`YK,! QՇ*/?,^O/t wh]ale3Nh-RvԽNۈ!Z\9$ZIǘ.RnkbXMp3&rS 7)*#n6w1t_`lLMaZ(#pzMS@OV[)栿 Vy HėП4p]:!R"-^% UwF},b]9NR`a~) K  %(ػ£!cK5{;a5Z$2 bѺNТS 5L| 7@uX!9s4)]0&c]j#b< #x8Msb|2 I ?)ϧAo@Gϲ$"-ǃ jCrf#PGَXҀHbC_vK5xBQY/GK PT^ęb* kJ9/{obr| (ҷF'zܯ˓MKbl.kɃ=;zUjѴmT*5pȯy{ M(V?G[A9'ctVۋmJ]?^?of(h\Y:qg{|#n6BiSXXom {+^c&M4(U &cs!.a֯#q0 8kS> P-Wxko$X߉ҶcV^ vCs fU'NmmxXs~(΋觯GKCɏ 1-&'>{b$FO*RSRĝ()?+ Ii\Ԃs!pY]Xpx'Cȉ^#Yz޼vF12WLiSm蟪rc5ZnL{D:?&Fk*SD+5%bk{-Iq@=%87=þ|̬ 7\,dp|*VF > ]NAC j~ތNʶ9d܁ q~;{䑏F=އ&l N#{k5d١2W/\JbM6\\(uɈ0׀qDR`T8d'/o*'"f q,*F';3Qe`ñ],dB~>ɬʏGn\%IWȁNP `'\SH>:pt a Z%ݨGq1osGmiԜTZ 1Zk-ұ3nc䉄l" 0*gq Y^-vՕBW&7k/Xlx#p vR;m٣r?&GVjZKjpi3Άg |*Ahll'. .MJ# DUġ#{:@yə,1w)^DY`cxCPj |zփ6O\4j0gβA q|}>IJx'Χg81{0TRvs 05ajbޣ2^bn_A7>/Q&k("akя[8XE]3`CcӒ aQcWx@}rW䷊S] o:*5%+u"pȕgDUeF\%_h7w%7vu¼[[Z0^K'ejeJ5HO5 \?vǶQ!9V)MkO96ᚍ%%\PSq9Gd] wf^!cCl}}ֈRF 1i߼p8b=gƄTErV_pLfR$iX_ &WQ"433ؑL^҃\ظmgzVPW+/,_ZN^7iH5˾3yMSk+YnWs8،{.?ƾhiI S#."0}#>|{O-2%/ Z Z/Lwpn&MP]fixP[Wi/{ݕB˼\洟i>Q1C"˲t]|LI{8$ eE1m58O@o77L'XH6WD=`Ü܋Q]CKS>ac|dgԻ$vPMY\32qeT42)̲ujhnD;i3n>yl;m+r&Bꯃyѷ/2Vfz0˯C7CёW@w@K)Q"t=ͩY( 3b@A/q~GoGk15}j֍7ӹy`{VmP: _?'>u8xSrIGJ{>1-mSNِ 7oJyu?ER-#+$7,k!h0*HFeϷr M25D+l7Qt럛r3Y=mHo1LԀuOqBP8E`v# ܡD\fB g\ނa*is>R3[IXvC\ڥ6kXAYDꯁXp̢K]&bc>c:߽2qo&<9$@i5c5\M{W\c=*Ò\Wk̿&S!kJ3b$f=, Cr4\\rnaO`#ľ!}JfWшfkō,a@]k(}TnG^"@D|0vJ/_/T3< f<;%9IA`h<.;uJypsq[s{-Ax[h\^oԻ᪨ E`y4mRcNw7b a)""mfh*TJ+:9 Ǟ4]?M9 HMC(B%/u?r_n*VpV'M)ʖU>>NQ+cIE3LCՉzՊӹ]=DžvV/PZbSa2W@ J=IqAΩ䖠/&y]x> rq#hkc2~25ۙ@mG2tLoN2~(=3!Hc&u"Mlr"R5{V֬/.Vmؓ%*o3>6u{ TK[wJG;Ƈ95CSb j3 _O'9@#UX#GwȕZ:058BQ 8%>aضѼtv ?"~eGOgwA)!Wcr[[4Z$ )? T<^xybUQ-%KeVԁSsέ&廮&EC@+gݹʽ]3D(˗cZO7{6:8c&na`1l'ژÿ" .C$I( /qg[RiCbB xC"<}lh(jesJ?*7Ӗ~mK d 92 ϸ oiQ߾Uv^r[xo2xF#c }|AUB~:N:*CPoS(8xC'ySQ7C gJ銸ň"; iqEnMٔV&}mrBR-~9V874YRuQ#*<>,+cBŨ/[O=y!_IeHj>\BBإZps6Pb,R lKʛQF^s'\j;v\y*͓:s[b̐DQ)ʠNRED:k ǟ('z9sU]u;XGkGMAx0$vcl1kb/f:#QT21y(h4p;4@w j*ĢUX#?+*:O/6RgɮÔj{)ko[%w˃Q]Uݖlb#ǻ6q î.IQp_3A$"jH޹6ҜmR.Lq;mҧw5eM^Γi6;eR,M.έFv*1SW2§g0*f@UY|}‰Z"5qR (v ۍo6ã ^`E!k}u%r!*S^h_ D"\,`?PiRZ![o-nKB 2"@J!@~0Q2n+L?O1%/BMw?Ձ0x~G]3o:zd#et ixAW@kDyYwo{~Y/W)fTb"kFR\uuwsmam(-9 C,/ȖsߠuۖocM<57ct=hLv%"Z?ˉ5 p;NyqtP-s%&Mhkp2zP '7 u ^Rҵ+:lakL1ߛNw4$,qG{tlQgM59"1;nzmrP_ď֒r,.G@ZYN#ψJ9dt1M}k/E<q!6QΆm8FhwfC wJ32)._"}K6<6q@NXWY$e2 CWf{t#eT'GR )Jbxzg[!ć,΀;Ss Գgжg7e6bߚ`֔(gCFחG_!9& ֡V!\"}▭yk6{&T6 izL'@"d&!0ꆠZΜv%ز**m9tAoK x=L,Ԃ쏞l'q%KhL\Q.]n@AWĬis~ R<8>`(ix3>~|Aߛc* Wf` ZVe=z|C > Y䌬<"Y@1=qGيP#aD\^]7Y7e]0D!= *[)nUXscX"4_ %_t!2^+/}^`pO5sp3aRGT13sA5*W:r!00S0׌zIk Gxu8$uW6=TJ=smj6s,`#Qp ^UHl;R|XIlZ nrtG9 o? %a  5ˮ ?Җu;._+ׅK$pd罿Zdu`O &`]$w!Ld3F@[rHut; r}K_v%.#a dgISɄiT&dta4*?69L@.P1S7u .ϝ42N0^8G*TNNcΊŘ5z:싖݉ gqij)) l#P}`NHPIiK,$Şjf؇ GթFwn}!޷AKEOvj;`+D>gF!"J(X2#UXtcFO#>t.~b 51MSC _OzkØ9+ʸQw-u0o4,fB m~ی F Pjs brz?$ ._\~`{Ė 5iRRhp,d |oI=8'$ȣ֗arȊ"SXMnAIcY c@IQH=TK>&78 榃͆n!ClHxXOmdbO"7KR_f","ՊܮFj~cԜ$̿4f\$LKZytx~R0E* [8H*|Ϲ4Iy;@ +4StKſt }zZfq &.lcywIO=m='"
_ؙ.f5W'>Ȋk/sR|0Cj1( Co@E ;/MC} 1DHzf1KykP*GIxgnj^t8ؒ '}~lm6ҁN? ]6{uZbkr,Auv>x_oI![ ;>ZۭX޷2#m\ ?]|@:Pp]".׿0S !l_aF 6XD͎:Il*_ `)xG@I2MK7+(čK8V?uY[׊2ѥ^K~/Sro%]q]A=zG;0'_ovKxxFݬ?ZRqp,Q3-DWu)1yp$ȠZt3/͛|S7 yK5 v"M9t;:X}.3PTz @xOG\&1 > = $5vzoXZ+&NBoq!.Ԭ+xmXuhˆ̱5A Y@?ʢe*yUA>_R|\ݲT D(tw=",}L,5s(gUQN 0GK9axS&KmZ_Xs<Ikr?<0= Ԭ~9HF”$0 YS=wu>TmEP8 |2^}F}npr$8|L^p4rDW0Ȍb<]~uWGG)Lg28fPX4A6 #vgHOdO?Q&.E58@ϴ|CƱ";n0on%pxtla~Sx.6[ayI0.ޑВN\@K,ًM"yّ>/7^+M%}zv3,&DX_#lO4DQ őrVO ^]LhO?懪m /hi1 Ka-!m,D2뒮L\M% Dx#F A0=,w-b+A/pۼf8rP8ܨZٺ_Y4D>GZ$u'2S( p]̡uQL3HËU7l2F⒧\gGN9੉ͅdʶn58!V,Hwk`UjBiRWD }x$k 4or#Ԟpc"HzliSC a oC6M d3.-K7-W]Àcˊڜ%X+.ۨ蟣I,dbch$Q4ޗ?b;0 _$SVU V@_ND@E9?^,4oNlOўi?"}!Joړt,;0*՟ńx I.H L¡%wW}NYk Ћ wW080S==);\- x$U.,UO{Wޝ+Ӯ4$(#^#-2όDs$ptG~S zö_Kv'dڔ,gNC.ZGwZ*b"g[Coa[U]t}ʚHH=GVJL@Iw o\;_;F3E=2C=]<–1^!} |b5fGH@ko8tZ6k;xvjC!A͕߭ eހCGŏrmVc'8KN7fٖNG=#.mɄcI -֌تǿ* nӉ>@df2 Ɇ( Es To^B?6yr4`{D2<Ë#O@;7?ȯ]~QXVK9Rą@m 1s]N{ymf~j~ԣw*z9mG'Q MAMdLsW)2fB4|ys=k9+? y'U 7ut4YACz* FΓA`VHQ|5u?2 3r,.)} \#Σ-tKNH`( PgNufw}͂.Yj$k%W \LۂQ_,1ӉEd9i7_V<[G1ٍ0J5SW\ۨy~ ҕ+<}K! ˩ulxAE`ML4ou5c=MBZ#9tR lF?SPX3 L ae$sÉh @ G}쁰I3= zJU$u?1ˉsJE_ȠJ0~ i8ɷـL^.x%,8y r+Fhr~ 0d ~*r<%f5mgeF$P`޸izaҭ~n&ܟE~g E : 6RӴi-f`8"(nJfQ`$UV3]׬t.կM{$ek]L7N!#$;̗ZۻQ ~,h&ʢ.Lw{!fzeƓ4_|s?3eCѵ>wM³]F@ˠpİLL~%G4@p7A,v9]ZUp?Bm 8sl[[ ˘:5M'ťKjP?wX\IR^ _B_74` 2sֵ;ңuZ&IW4sogp|2E8 8:w'~h[ï=+-l3~&F{?c}N _ARz $b7h$(ړ3h84Sus[zykl).G%r L~p*7@bƉC>lUɿk} + 3h@5ˊ=AR/"܊&p!K.k6W PIY\ubXW2Da~ S/8W)c4H*N&( JQjѿ.4 ho/}o@/(:ױP濷ZfrIWLS~O(d![ 4y`yGjcaXA!OQ`#F{kG(ʎ4 a¼X$j˯m7J}s I~oDy9"wJ,zk_7}=DH9{m!,kY…Z8O`#v.2_N wk gN zrv:2~9MfTa_"Y9qQȃl X4m; B,S6wAV0瓖 謖X =(vJcFNz-x6*D zWPFZJe.^W)Q:u[a"yck$i }I^}|gqO?ILA:}1 cLlƉd1o.A~mH3# ? UR[ ?}g2~|Ln֟[?o(ٖx$rD*JQ%%: ^b]eΧ (]DpGХ~Q.Q־;Y.Ŧ Dh3Tұ4ߊ6X.R~tɿp~'=ZwDu_d3*6yBDb'(C&D_:i2teS[8WY\0TM= g@@nGogViu ` SŎؚʯ}[NF=iUWsBۇ (ZPn=T@'8z;KP'//PUU3r^E2 [z p”|NP5,%J0xyDlr P/CqL!!-+;eu3nvaWi 3wVh1cL!S2o=W%`ZUspݦ,~9;ZAcIelAp#ȐD؊h4m-9UJrfQJnqlC֓Vy=jQ}|kl\d !3^-kal$Cy-FKysE"!pMx+Jk9Di)Q}VI i_13W̫dgG2͈nޗ=H5lۭL;ovpv@}@O$<3'(miu$wM@e'b׫@rf{{ZGI{C=RׄS3EnIpmJx*PއKamOT'')Ȱ\HDyL*|#wr?1thj k28v¦өȵ}?/5y?h@k,IQfqUHp譑qiHOkLT:"R3v+-*$" À1T8Wq9 HV #f,rhOV)Qpӊ;+m>g֙aL'dFn) N2)ҭ៸T |6$5=x t:kLOC4HNܶD1bezZC(3eGHQ57Jy9>AW^x u=ҟXԜ.-{P=Aes_ }0X.^@3L I>J W+ o .iƘ`XPǢѫuEi[p7ّpʱ}"!p)PHz@lm7f&dTRsid#P NW6>J_M&$z ) Ιοґ,B#"B8i!QҢ=#Ҟ(.IE;JUweu7&=Ӏj8pgkv)ę֞]@^^smODdEpi|j ,l2V\_?-[:A>N|JI1|z>&GZ4kZ gw37vu7@'-u@X(Vak;HA`8"` ~~-N`Y{2@3|(LjIc%ҟ_3E\1 R5ץDmB@,v}'MzHVAe?#nʏ4W_DpqC>m+!&jy5z\vϛąyyY-:I39&LCZv\i /zk(=DoK0:!C”G!a\~\gF*o>WRN9c3?|Ü8(WYL^Uxx|1qMK u/9} s֕_hGS>vuHF׀w\ԺƩJa禥]a]h"s=Z y#|uo6`j2ȭ NVI7˴"XW`YME%H9->n!"Σ5s7)Rb"Th@Ma܊dwѡfd/ s5?ⶂ(yHD&xYdl8י)e>YvAJo sߝ!g肰;u41 x#os~'vZyjЀG *^]yRx@bN%EaĂ[(mG2֎uASAG7,wdO˝ 7XR~hQEqƮ8Ӝ!>?+,Mlk]Rq|uO}^ojqXCݬ y ˴֎Ony& G4+IfM{4VEgϊ/(f.1|O)kw;*c)p.*Χv/:<vc[`F8;mhDcW囂#3`6~CqJ)莶FؠKW/o|+z `Nڔ@?rk$|8{yK{u9-MCԞ* >0Nl3|jԵ֏s]':nX5) k jhU#Ɠ6[\)@@̠BD\[tbT(MMϺ UxlD4#_АM96n.n6[!Oݣ­x,$ 54;\л3DO24\4*.MU]_Wz8`-h03WCkR|킠4o4rQfRL+64TH[wxc$YBϋ\- deT 8 _Sz7*ȪC<ڵ\j.z\b,tWO!R812L eUW<_y; F2JQ'lWŒ.DgA9J/*'BIIIl},>Ō oi$3VwlҴ\1ր~~b%}6mPq0Û:K- 49:-#Лd7 ӒRr\IDKr?f@ExbM䍓*5XZe+-Ro2z\ QލW` (Tj &saWy>!b/p!Cu?B(k: C,yf< NmQ}zW<Xm f2HZt4lo>F(> {劉`Ʀ^a/A\%]Іp8W>RZGO%^w/jo tQzMo4x(+#lbGeJݟkڈ$:J*N޾n/E˞=i앫Xbf6poA9Tڜ*#&4;:=" :Gg7W>tM|:r3̱םj)^3ɖލ!x \HjNxvCbka*#I,QXB~%~tZkM&')>iZǯ#L؊e&'ҤK1UsՃs#K$<'N4BP- Oxh#?-Zr|BB8&KcH_^*D@U\Gp }͘  ֝2݄S",J6P.2AimNXr L+*0lIw_wn™W+}I8cG6X1h 'C Ň\Yc؍bQct0/39)DZLhRMF~v7B,iBYbɥnݖrIoQgI/g*ob_36 €KW4 W|K&%'N}M0 mUc3dl{Ms??"]Eٴ>|[ӕ #P/~`ɽmE ApLXsRg[ *Sҫ*FRyi "xW46aa%qI^kudyf7bӑʊSUlq$/7 ed2Û0Z`c!${6uYg4IW|Q-q;Zl:T*7\CJF:vyo Z<SeaGv*nc>$ͣiv߉+rU01!}nCQ:`̂1bK^v9DQ˛LƭioȾCc@= Yo!G2 )9"]MتHFZQ UVTfy1t^Äƌ.'pe̷ >ܹ,3c}8U [VK$h\TCT zhnh\CI@0n?H׎_p#~ ?0z6I$c+h( #kZs*SN`RE|Dݨ4NBHV(ִ<Ֆce63Lb/PhtUZ y2?uv8oX%YC ٣U`Z|{,Q#Dx((uŌKP [~6WиӢ4dHx'JAaV+:&(n#a9jφ:n%l~}}sIP2o& gJi ?OخCWHz;ʬzσĝ8 0ADaU~r 7tvJGoM#io(Met rlNC3ELuw>R[0u'"~[:Y:N#x >y[7̡i%ՊDWMJY uݰ"0_Z+`-B6aZvs!w:~d߉lϡ弗\-a X1T YsA..x'"̸ lk"u '6͏'LXļ/'B7we'3bdVAIR2C @ Du/K: ?>Y~ޔ׿ۆGU _ 3eo`60J4 {L .gYl\!̴6tًm> 6E_JRpP8Sto.x`0CPl'Yue&-;?7_~-8Xyleި xpmPy+Gd(.84Yu]43rsDbǵqw/@ dISphs 3ÞkBGD7+s|*9K] @?^DΥj0aXŧ{ tQ"i3 Gq8|Ƒ1TI"a#Ak @1Y*7Re,Þ-=$,*E$BHѤ{nj_CVGF`t,eiNʭrPZ)âο/7Wu Fw$nRKDNZ W 8 iF:D.Kj,@pjҚ믝(q1-߮%D8Ud!@z"HqDwuVg 0Ü0:*]:/#TӍ}iew m xOPIdbPۂaib,j e8%nN dK 4 "|2YpI;!=q/2bQ\cd͑@FX fLd3[ ^__DZ6  i38;eg"OcKCN(qBf6JԳy2Pt%R"`K#ۗlLf.+;%92c5*n!K/ L,i8rBuSNʿޖ@[5聆F!?mr^+'yL 2% "&S@_:"d"|"fע"hӎ7W=-7/W_= ^ٮr`cAn<\ d8ځl%S}c5躈ӏmfg MƼ{He]n k~"R_91|KX ɫe{V>hR+!G]pz/&JV,麪B-;6ݔZebMw3=*1zǴsoݨMjL/&:ߩ1e!JB?Z.z3nC [?ʑ 9.~3OpnE1_,FçC)R7'^UɝGiPllywW\ߴ$B{9GYJОNSzoy :Xq\Q&; Cۻ2lP!ՂDVHA|nx?fEq92ku3a @3/PݶTɩ!i> 8!*'HGQ_T_Pj*(I&(je},|Ľ͒s3P?+CN#D G?b[ZEߟ.^y-'=:1RO|ldDXs{ɈY)QM,0muB pI8'AuV,v?)f`T=%F[Fe.wr:Nt7(v+FV|AB?1VMɡvy٢2"Q i-AةR]Dpd՝xk$Jt+Gϊx| ۀE,m)R뛽2s7 i(= 2,VI Ks><_m;`o殔VZEUyt˵fg  㙓|!gy1huPߵ&)Bl-=3EFc#Âe!!TXǽx+%Xnާ6Wj_X f*DH2sQyD87Y]a!#"N&4ll9nSf>@\Oh oMYyؘ|1^qkr~O?"NGXAsQQqoۍQ_W;%C ^u0&O' JR'.'oˏ"X:gcU?2-v ̅^yh8#Oy.Qnc*\\{+)8Y' :_)̻qu),V_zZ^/U_Q`sn7*\քzfB<<'gFMS$<( 19uk}Y5XXP xDk3 5X1~^gfzQ{B`(Zc&U_oBt?wV6r *O4FщV=ݓ!R eȍd(I`1fa @{ Q,֜Ʉz\v!"}Dc?EHz\dgº ǣthy3ǻB9,LY*_"#גUFG2SP{ /Ӟ|,]&^ 3H^xg [/WRplםW-fA$voڧ!=8 1(X)7Aqm%6h,&((e  6ZVUnI1YjJ#X f+'a3' ؿ\$B<<]Su㶼:M-Ę1]x*ˋ*,94r4>QNšT7Md :n=B{baǔNְ/ yT={ -3 \ivQj^Ǡ.];s ]JY<1--u p"jb>zxZKެn t4uxc,oFx3*a{x q\V^ _ \yR%T|/B {%L!hT[Ūy_mbkK|nˑje]q}0i +t. bAuWcYLiJxm#R(`6X܁c h)i,ym~Y[\DޖT Tuttc~moGX@ĩu0EX@_CìtRtTչt1&m12ңyNbJYjVE^CPu>8*rWǿ[9EVq~3Bh&~:i(/6WRQ:D¬ĭPYZF.Q%wArsGfCRݖ#4% D5|=,~;i "VK˺AOʶW~ZʨE)uGeRX{߶4F*_Zi&EtWw,a#,jz_f㦓KwgUX&2xG, 3GmLeD3a3]w aqRs,ց͡xXIPQiw{lhPZ?_#)j`7#(whrO3kIm ﴬ-̊͘~7 N{&c :v\ Yqr UaDPj`O;+C5н iG"G`^B'});QDA3þUëu_uu!J1mn# G,O?v[ng|in4 z,[q85i ~]C, #ȶ ̼JǕb=^~¡1_|\ 9P & h{f+L z%+#E}ꍢ9T FQ_:$k uyC).xQM&u|5宑EA5^>u̙ :ԖZ&*_>KXbm&04+Y'm1i.?;CyWZV%ˮ X{$,iOiر ?eOڕ_I`Q WW v._MeUOjf oA0\QaY*5D]#Sl# CX5Osb 5 tDD h6&D>j>iJĊ`.K"OjaQĒn\y򗛛^Ȉ;n`tcbA{`9i,?5:o&A;@ʆC>rPAmsӫL O"Ɏu%K@""uCb-8 zW吒>Wc{i%/W中hHHй +ʠ%™|ݶo0~MvDW-TXޢޭMVNeQ ݢ*,x3mEG̴!Rb"Ar7z-PSrM!|7Mmڮs>`FH풺e=-W}͇kkG?S=D"< E}f Ф[{a3{4J(՗έ71yk*$))T]=- j=Ix$%U,59,qL.t`q]9&#+tHunUhiҹ:'8Aoy*N:nDngW>B8- Rt$&R˯3Y{qf|,[π9楈xA$ʹ[ 즜chˋ%4UbC߃Մې/ڦ[j 1yմ! =HTSGӜlM8""Pj ȗakX5!)库,  _]dp{b!HUAlm\>W43hd ڃ_DRPѕh><[ ܐ5,%SYܨm=5^0gw>\1Y/iHV8̥$hhT{^wl0coq(„dF(z޷K0K/#UP_H$_&¿Ҿ/^enA03#9P 8}jkG2zX&tf!'/;6 z E/pzS2h8GkI'?إ[[OmAk11_>|tf&g:EmW }H-I \P-5}>LT !ObV\:Å;4rs[}+Nj>K9he O unTHt(І;ooO"XQmr2nX̍Q[_lVVAK̄]- Co;bZ}hUkM#[kG%SZ;ĝ0TYyT6 ;6VY>3MSgHm8(~dv;#^YD7x;\[*OwqH m[YRp( TI{&Lx-7,=-Bx#U*#1m?ǺvKij>X׾)@jh?;L3s#,=6F",؂!xGZ<3 M(@T%7sa4jDTd-bcJ&^Y\)_u`0>L g,AhtbP:1uj^ҁmB|4KG6د?GPѐ^P>zr0!3:{[pΥm;A"Wajzy,w?/,"cf`&;M9N$ x_G+.$U֊U29ώgnªƗQH='Q9`Q( $id8~l8'a O+֨g\gmmĎ%D}m[7"dSh,Hg 0n oY8l-Ɣ)C/u*0KUJoQoGt1f7!:YF8+u%EJs+}T9i7#I%FLIFZo9<I ScW(YO}*5{|z2v5.Z$` y2 )Tl X#us.,ajsD zgjU(HzZ(?˪q[+kQĉm ؍?CMCQz 9t0s̼2|2|׳ ø:]z,ND»[8SeTqU&f L/㣀2\ n}mVDC ƌ!ciۄ#<JC=X?!02JJ-"{O[M(w.E%Eme:!q٤] ׶FSUbsCu y877!K:b7yn rvB{]Ac#G=gQh)@Hw@`c)1o-grHdZDl vih024GˬbxVU,A+`S">y5C2 Ι"*? |EچE j8f AOއG{ְqxl V|f&d>+R֜D:r}? Ԯ۵O9$Fn)U@F/'+s= >Nd\3!cޫ]wi{Aq2 rҢ/P1 p֜+6W}Y춞RI"6C FT0 E6Ik}hL(/>ݳW-V- lEjf7Xє<0_\/|k=Ĝ+D6|gl9*KL-p3A٤~U/t4H 1W 4hMVFRd<5/EcRW]Ыi!#R@*5'%%em Qi]D.pM'IF#=TК0 35!ǽЦpiK!t%+Zi[ǂHP.iPϻX 㥉HRPQi2U"(ȄuA&YϴWQ_N;1 wUwHTwDU]d\be(@I]R=lSo":p?2Ҟej1;2?XRZd(ŃC+?GxVvu{,;z'CW27}KB9/+8,DQ*56M h~Ad\4>ȜV?n>rW^Zx Ի $gy{;0XwZ#2w^s[x%yN}C{D6k`:KVJ-ڍiUF^+#kvCQ3>S}!!4Uf # 4dɻ?Z3kS.X$1S /&\'C,MQ>"D>Ij*s=@]SG(& 7zWDv)~X:6FzFqxR$}J`O8X}܉QPhUq.O,O;@k:Y N[jT;r"Lhzpb#*UXfz0R5R]O5p>n|X=NvoCm.֠Z%ٷ 8Ig{ jkٯtŶmhe[qzV( ~9#S+_0}?~s &gsq˷5tY$Dl _?F6<)w=r] Kl~b "#aZ3N &>,\ۨ"Y|̣cJ({jGF.̻Jxb)=Rϐ_S< ,8zzCJ ђ̞ ʽv$vnG5i_P{[&&ТLWX QtW pT⥊=?VCD :WP  FhZ9[ f/7S!l@wzw\ eedume DT"o \;Ļ 2q ţhyK9E)VH/;*V@^SRb+E-#YJV2s4)i0pwu˂Q%S~^ZFh'PwGUʪ} |<9r fmӋdHn e)MtVbgNg`#iNKOjsX/k=g.)ZrHyAi8d.^׿A(Jk~!q'>Q|&Uky|ԇ(3,[K^}e, x~X$cv/Z#54j0S^T>m6Zf Gi6f}F#)Z4/ i\.-.7q@'k߅ׯiX|+u#NK7|Suvy/"تA`gMyD# B@։/axjsK i-}Ɩlo9Oh:U]>O#ij6P30 4۽-yr`}Nz_KF t\ҥ>9P5G׽Ƭ*6#e1qY }GELH6k0m-{dkm]Ҏt_fլ<ϺFpxr晩9 KU~geFJ 0a燴5tVx{,&4:8J媛Pd&% ܪF!)X;LcAIQs"+My!؍xk+;_*y3̏?:8\Fx 5GIS+f 2jW3 tL[ҙ채+^ݣ\^f/z~wHo;a []xԗ;z׀aH&zҺif̙Fp5RFSdI4Y`h,M9c\k;V}U1܉{5y;@->Kyg疘7Z L G`SU=  jTM 87#%Xӏo9Oe]ʁ]::=%S7YkvSKZomJjih OgR[N?KT $ ]SA9B|2*ϐ{{%\[}zUy3[ާږܽ sl_iAH:Jd<;1{|5 mJ7>g'B"aa2o+>T-f((O(N[^ VkT>OO%Y$E(z2}?l-x*4 $2\poD`G%~ǍzC tBPU97]\Ǭ!Y=k" mlxHI7NDIh%n%*-ߑnó{Qt\5&Wx@ÊT ()j`8BvI UQyum$LJװ*?0(v7zQNb=ijeI@z:X%SAy᧑Wh؆P8ϫN¸!{>9 .r#`Xގ1_q =ŵC0Kԧ>n1JS^Zi+@퇨ᗩǸwzN`R鏽Daj{$査:\Cj4 A4C5~%mz=B6GymT8 QOW?u[h{&UZ-$FU {SRd.@Ϥ Z?"Wg_/kD#M= RNs,XOb*Aa #|r=Vg9M.0'by @q K!z^@)H~LRcJ''yh.?9kY9M-1MEag nK8a { حO,5Ct\G9QH~V8cB~t2o"@Opn C%X2G8_`MS9Υ^;f@Aeė>m@ Y&m%l$xMx\pV?IF%%j͛+0qiSz >P9@͙|{qqry;Sci]뾪+C#HM^2gS1#bXs>N z.i#Ѿm=ߩ)Ի5Sz_x>KtR*:uHsJEA-UJx=nZ&76J9DdߣȲָլx8 AL,AJ!̟hb9ǑɈ6w@#%R&'L,T"mC+$֚24k{ g3U;Gfquo|Rw0;J4|JjMBF%ѓWQ3L;k|8æ(wjg/8ǐ;=2y7DcB^y%S`z*Gv i#Ƃs}.7{d}Q!5!A뱀q,H=sr:}(K ⊪%M2-Y *\XF)iE̶l~C]qtȕWye .'2B{/ 5E2W*ifzC,9V Ǹ7AByrI E2s(rC?hLt,_\T5{+[]MhfrK0Rb.~_iR|D n7: :8KKW;%|4*5ACUVё6P8[$͂]Fː{{ukԿY ӄBSUצ9u`bEI+(3G ě[u]<@e"VAo#qRIBlgzGW~3-JMSY>Z5!1vWYԦ doi%QdN:3KZd6=:is`n0VfNۭ(rVdH\hux$k7}|}Mwh[=rqƫ+ny2'Jڅ/CO~TX*lqF0zx֯e׸uTW1=ͺTJ93qmZN|aғUbGa;M¬Qn(;'gZUXIlc-65@o.@k`#82k,ZTcvAB%1-$xDE‘%v>6鳅ծ BfĒLj;P('cP`<uF䢩)C_ʁS:MǺ:SsKGIcW?,a;S,]`Y o jy5#C@F+'S98P[.mh:Wޓ1:vzT^R4[#lo|4>Ӝ+Y9O/˻sB|fR)'Z}O?.5EP4x fLڷ7r)"xzx\H|RT0M9[pj($&l*&B%0:SI,,v]u rqՋUD f"dPV(ZW$D`fCݿNAmu[$m;Em#MO(+=ޚȞ5shn)SUq-Ԥ݊5b)O ܩ;NmXpQ& <fz|6O¨Q/U$'Ƿ'ã.Dс*2{h[3Kҥ [Yභ5fËEnXnH \^܋ǣ4BѼ(ґ&!5w(ByfT!{?{&V\$Qnµ)jaoiD`Y\.Zz,oavdu tm+fGP r#T럞+4Y:Z^3AJņbshJ'6yYTxK&Ym>@cbZ` (ud(WַIk4 DaN gT??Ҵ ඦ]ᅇ(>鍍[yU OpIU+ ~SٰhQ5UK$ưS}1,kRo$AO ##62&>[~? j5yR{z՟X)rS}*-#~tv|A፵q9B} Fޯ_5],*ֆhͫq6fՑDvݾd2ˤUk}d*dt,vI~̂{w%NP'JtZYV_E#B]-3Rݲdm%ا?BhF7nh[xȮi' a璫٨_91ic}CmÉLVzgyd`䲫PSEReYAl9w7|%O-u&2G@nj`wRӘ2"@z۰`1),v. uhaHʴW F?hsb?[nB\GSG| 5x"y0gRm\^ɉUeaabO^sa0Ʋva0|p+^].;rЎ1) N_}aF$vzȀ %RY'Ғv=+{ X4bU 7<P~ pRP+f_]O P|9PԬTF)m腥ΘVe?J`7yÚk!'3fFT Ck.'4Uک-J`r-s׳A_ϲ`2~\'xt94|`>պ.+o A#S2xGD]NjO:6?)JMch z-@GI͍_2"yKXdzc=݊=?fn̔HJQM?r2At]>$yDOk2aFL`piM.jJ]3 -_Υ4?d_ZTƩ<] )5ٚ0I}pً\Ga";kt3WIEpM~|Fag=mmXp nR-ldۣ{^e{Ŗ4$bL „چC}F uv9$>jeWYTg=c^ `Ӧ<{66 ѝf!g9%z:G"x%{2 CAӄ&&(ȥ#\JA "l>齍m bNjZs鸫0M/L^spuyfn9;q "ࢷX ٜ7ؿ5^_!2hɎ=. '﫦(+1㋨i?.ݨ7/ G;~fC1 N][ܧ#8 d'7[{SʌЍu$?vT mk[1ޑpGAZ*;fFxDKeOQwTRa B([:uفGZ>}0Z8d +;iA'̄:]9l@zڵh>_<#@F=j ?(ɬ}[D3)anF((+Re4+fHlCmt#$al~­YSSOCG2Q 2b s(@Ҩ g}nn=>A$ؾ+Ç Œ*wu|XH.~iGl{bm^Hve6s{ "]A[yMm R3N.PtT%e\"`sW|"ލmPp+mk?젣Pf :Ua9ֶ7$%Lj% َ"/`[W?N1g}5 d10<XS) >cK$5)\O7Ig1zg˄e4Mgsd=~b&]]f%`S=ǽ-rMA]OQCyTRϳ$mpDȌL;A+;P L]*[J WH_@VM⸏p)}#Է}F $GST{$H23V۰__Q53vX׮ZgDd;[q#}CW÷ "]; M&}si%#0jv;#4jBDWGa<cYHڣƂl;ǶtEΏ>M',-Gyū fq?#ioo9I W43$71Hպ;ӄ&Ow*5kg'K8)U Ot]mĬXX3L.cwZ&=? JjX[jX/3j oyY#',@V倸a eJ㋹ j)̔ǝ>vz`]/A\"Dԃ$Dl܊r Q,@օ2ڨbr ؿ.HMĺQ!eoࠍ$+4Z14RKEK>0mrK 1ހV;N:JM,hHe} )dQi-*Q DJ2!DW( |XAɋ ШP/¶@IfQ@Cx 3;6(qC^,R&֩ #='ʕE;]CpS'ǧ3Â6Jǟu{e~WimŤG )Kg6+uYt?>cCcyxga (RH|`5YN E] (?.Zg Hf7+s0ZnrM2S cmeCѪ*oUl *h=k!V9NW?LF"1E*?  _+;oJw$EBBw:omPh̬8z*|<2$r$6"s$p`OskrD rr YŔp (lw5~>Plap=7Y:bn[#T-s{\^jsISY$<+cy!njv+J8EY!W|bJ+Br{u ?*U{ô#ԁ..}nCyѷ_t,ljM=0}rm*$Q` x_Y`x F%QMuR$]^7w,0)er:jk1Zq}ZTΗ-1Φs!-v.?04NSNtt:NSYQhg)ύ4 ";D,/FY8Cy*JuΕ(S&nq{'YL9+O?s>렢mTH)k٨2:Q-vk1@`H`%bТPg2n*+2 +S0I_9{q觼s a%6^G#^o > %\#yͥfׯǗh~VJi4IL$8l 4D<DZ&X>Cicks]'x1t3mXkw֢OS3Ab~~u5SeMP*^AcdLI0ȡ#ZfNW&cJOPCJ؀(NK5o^4t,jηaijA!I@tJű}6Ɉ  z+|zye 3+;&~Ci-+I2# {g`/0$DcoM:eln@ Z z}XDEbtEc GhiVhLq[#QĿ9׻Є]9. XV.=Ş s4[$ŒEb&\H+d&Y,1: +E4ut|EWjNɕKtMZtp4oZݤH)qN:bG<+0$ǰ-7[A^i f,7YQ_:h'uv)q͹ uvgvrF(]/Hd$~Nթte/2(YJ6t磑/-ن@9"([ TM8<0"߇5Gw0 G1Jba(̦o-^r~ $[6w[qO:G¼B%jhTvɔ 'X@{2Nr^GI sF1#5ۯWڭL0 Z#8S"R%~5nAPS: 챳gLu>}ror@Aلs5'l_j&^[.i0RA"UmTEҝ+r K63m:܉t~U gsӾՎ.;Y%3I;Sup} X.9oA&u'2s>(3{QzC}e_mO!NJFQ5l3'Ӣ o4u$LIRW0XQ5͕îCiO_E+a^lq ,⸆a{U$X7By.I蝽dLJWS!a_ O?IL?)ˉf8SpzL`0K6o}g;Ee!^四Fxxz"AߡW0+;2*`9!#*F|Cm3CYM@$fU~f>Q!|H%ځ&۫ lEE0@=ӉtY*Tc}WmdNQ1RdyGo0|lr!Zx~gU4xB 8'5~P皏dny %yJ^'n.OqaXZ1r6BuZ~b"Mﮪd{XKS.F ,((+ygos4N y͘rS{$tvj*Lj+UEЪ݉RW-xM÷. ҂=VeX8[˘@d$pH%-6ECAFA;.˔&"nnM xMD5Ӳ[ORṞoVA̶m|(*nEx\v4_2 Dmlhd{|frv"ɠmm5dc ?v"FFՉbÐ,Y샱ȪSBYtkLWOK p6x &QXuL_NEw^S(;tl1bW쁩%OcіOD9@vMOe>B !8eiOT_OzʉS*GgZlcUy`uIĥ̯'FRnXݎ!*,L&JtrvyHUk:W-<[s5jt,o{U*qUS޵/_xaPSbϫLA$P+C@ɔUV^1M3?a 7^&G fAߝ-GcA'#EMQJ=hYtIhZ@GP}qWIi슡 XxA2w%,m%NY{sb>M,7]Ǽ ͚Mp;qsp >+_ִO ́]0([u=/ Q1B#@+  hV{L4Uj4ְO<2\^FQ:Zpȡs^Ʒvs ;8/8$+VHꉡq2ڀ8rX1hyOP.R 2:v0dkr$׾< R. #`hڒJx.K7O E5:TRgM'~^Wl[D(rX4VeGᆭcMTt9'iyIk+N{Qj_SuUǍcѲ<2EƷ81[`.hJ-w凃`ȷvR/Xҷ ";AF$}ۮZw\p|f_=ј8}LAW貽yIʿ>pZ cDL {FX敒u-+hʡb\pa98qtOeb)-~=,uǥP,_άF= 7xk<`%ʐt),QP։F<\d81tu2_IBJ'5O*{&14ʃ%~~9q &q0GxWp* SBƼm"TQE$?6j{>t[#cG`rDKSW.ߠc#.N.wYmp|% kZK+ 2M `FT*[6CS{Kiۖ3s2DO] G8C_I_frsOaֱb4a­3.r7Z]>j'짗rlIC6lp aT ƔFnlT`oՁ' e; que3T㵚Ϥצ"0j(S`D{?yFR1~"G8q[椕y(qqN.;z23GfM||m= p~`QP z5Q6odY@Maz:x\jQU%L(3!t Hu2܀QV,rڕYQ&-~ip5b̌7Ƭ| Y`6AMߍmQ]Qj2ZLpݵ $ YZ