krb5-server-1.20.1-150600.11.11.2<>, hp9|( Wnj4h@CD%,wu8mh+GN_h 3#-z &(Uxȋ¦')J=DU^ǾL 5dknSl.aoUK%r̕n#zYeyǧoISIk$_ANɠt>0~mP9`τ!x?zsL}ນ|=>**J q΢rC*z!gQЫ>I?d $ W,0<@Yz~  6x6 6 P6 (6 #^6 #6$6%6&&6''0(0,0(-N8-X=9.L=:2q==>?@FG6H6I6XY \P6](6^=bcd@eEfHlJu`6v8w6x6y٨z\lp܃܄܈܎Ckrb5-server1.20.1150600.11.11.2Server 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.hh04-armsrv1SUSE 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 x8 (cPP  +Y#E`\AA큤AAAAA큤AAAA큀A@@A큀Ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh05498d7ef1fffaab326a3a4a5f6f2480f8de345a80fb02118eae78ccba88f35194a6fb94da8aa71e676b7dd66ac73281510a6a8fac5ef5bfc3527752193bb5e724992614ae1b52171e8c94c7f09c0b5cbc94d9e2d16d56c58e8f7f711f572cf4f03fd1169724ed8339287c7440417b076ebc50899c21afaf593d4b698c105f72be65600e7a41f3f423e349eafe070442842a038312711fb9fdc00b1f2ee00c4899b7b269c890c56b674cc7b72f4999573e1fddc7b5f8349790b6f1cea197fa91d1b3b070b926a3ffb76cb8d88ed24ab64ef436ed8c5441f8d1a71d377ff47aebdd4f6f6b3627a764eeb3095c42574e752e814ba38e2f4ffa0d39e6439f83cb6fd33e6e7249632bb5ec5ee7abfefb7ae726f01afb6fee821b183cd0de13a5f66181ffad0e34ace1db0a33980059ffd8cfda98d9a3e9a541935bceb9a1466756f3a4c7d7180c68ae33d5ebcad1ec0e8f809a4381a24379868ecde15c7f0cb927fe97b667fc51f6f8e8d4c42c1e0d17b8c99c12d948b0f255e176283323b64fc02e593c804adf7ed2744582d52b01b4dc13ac144b6e21595c6e4c53f7d7ebc33489fd68859dfbbadb14a649612e7a2ec592e9911c5d4a2141b522a8b62bc732f8c9401c839151aef0a2f39728c04147119a2fe49749b98a719b15900c4c0bec07401d4981fa4e14471a1e47a22140b554443a893d4784b92524f1bf3d72ca6c3748cdbaf7619fb844ae78ea4cb6207a18e29a2f59b4db6f52dfdf826e1b68bcf7b185a652caee8df1c901f9f6c5da54cd22783efa2f33d862e026e37cb45f88680f72e0dbc7add8397ac05c079e08ab8605c6983015482ce935ebc9cc27c1049fa71e79ee3965b74c200e652f3251cbaa5a4150a43a0e01933b2f7cfc665ef2b8c868285d313dce65010cd682593d9f85f13599715dd110cc0e0ab895ca309a4bd221e9d6c38660475e24fca61d6b82976f464afcbf291a710c95ceef689ce8070b0d7586c762221c267785b0a44b26a0ba776f5313a0d32c32ace0e930f60570ad284cb9e18415363eaab26431c64158c2f3aeeddbea1d3c652bba44d269d57081bcf2c144a5700d548991df217b4947011a884744fe85f5cf6ed716b48e27dd02e0dbe7fbcfa450c32afa15512ebe0f06d3317dcccabaf6526e32fafc52344031ca2642b2e7b12b35f3ea9fb7b856e5229d214885bde49abdaf58cf1aab264eb7fa98472b76818cb788e432e7722f4f16e540714bf75c328e9749af32924973a18196ef5ffc8fce1a0085fec4d0fc07ff55383abe6e2fdfa517cc51f3ff1bfa06864c542dae46f742b3798e5dc1871858aeec7b828dc2a5221b296646fb5551ed6a8dd8ee0fb9ed0d7bab26f84078257946c5a963b4e1abb8c6b3ff857b84defccf31f446a82a907e6a0790d7c9c6ff407b7765c704a938cd0f25c86686b515e8serviceserviceservice@@@@QQQrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootkrb5-1.20.1-150600.11.11.2.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)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(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)libss.so.2()(64bit)libverto-libev1libverto.so.1()(64bit)logrotateperl-Date-Calcrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd1.20.1-150600.11.11.23.0.4-14.6.0-14.0-15.2-14.14.3h@gigf@eree@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.descabrero@suse.descabrero@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- Remove references to the LMDB backend in the kdc.conf manpage; (bsc#1242060);- Prevent overflow when calculating ulog block size. An authenticated attacker can cause kadmind to write beyond the end of the mapped region for the iprop log file, likely causing a process crash; (CVE-2025-24528); (bsc#1236619). - Add patch 0013-Prevent-overflow-when-calculating-ulog-block-size.patch- Add crypto-policies support; (jsc#PED-12018) * The default krb5.conf has been updated to include config snippets in the krb5.conf.d directory, where crypto-policies drops its. - Allow to use KRB5KDF in FIPS mode; (jsc#PED-12018); Add patch 0012-Allow-KRB5KDF-in-FIPS-mode.patch * This key derivation function is used by AES256-CTS-HMAC-SHA1-96 and AES128-CTS-HMAC-SHA1-96 encryption types, used by Active directory. If these encryption types are allowed or not in FIPS mode is enforced now by the FIPS:AD-SUPPORT subpolicy.- 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- Update patch 0007-SELinux-integration.patch for SELinux 3.5- Avoid KDC spoofing vulnerability, enable verify_ap_req_nofail in krb5.conf; (jsc#PED-6213);- 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 1746538503  !"#$%&'()*+,-./01234561.20.1-150600.11.11.21.20.1-150600.11.11.21.20.1-150600.11.11.2  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:38594/SUSE_SLE-15-SP6_Update/12fc941ac5d26806fca89588a1e25afc-krb5.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux  ASCII textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=88413d75500ff40453acde5f55777fe79a8e1da2, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=83b270109e4da7327296cc6ba1f79721af2d3c9e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=a36bf86befa952dc292bf7d094b2db5b5bc57ce5, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=3ba43773d07ae72716d80c8c4a82aad89bce6f33, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=26bd1e71cbe322e63876e107b499fc8d0e292289, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=fa4d6872f7a13370a0cc1c05cc1bdeed9093a235, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=8d290c963af157a52b1a6154382ea020b4ae334c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=43b4b237957aeb654e9e6013eac94deed7bfce4a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=0eb997b9752d7b2b54f1ea02e65362f5fed1649d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=96e71b5e83e132b9139146c613dd135ce55f6c69, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=0332babc73093d803fa300404e975918e1537b24, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=26159f769dae7fa8d10a179191a3e885565fc2b7, 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-150600.11.11.2.aarch64/var/lib/kerberos/krb5kdc/kadm5.acl' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/krb5-1.20.1-150600.11.11.2.aarch64/var/lib/kerberos/krb5kdc/kadm5.dict' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/krb5-1.20.1-150600.11.11.2.aarch64/var/lib/kerberos/krb5kdc/kdc.conf' (No such file or directory)+?J]n  R RRRR RR R R RR RRR RR#RRRRR R R"R RRRR RRRR RRRRRRRR!R%R R RR RR R"RRRRRR RRRRRRR!R R R"R R RRR RRR!R R RR R"RRRR RRR RRRRRRR!R R RR"RR RR RRRR RRRRR!R R R RRRRR"R RRRR RRRRRRR!R%R R R R RRR RRR R R R RRR RRR R R R RRR RRR R RR RRR R"RR RRRRR!R R u'f,](振systemd-sysvcompatutf-89dffcc6631530537b1cdffab522a407193b4c0443d11f2ed744e1f963925f07d?p7zXZ !t/$Y]"k%șv^_؍#bF"9M+'p Ӑ>lI b]o)}S>,}r(G'*{wgfQ;kkBS$A5eY8/f6Όh6z Lb`hRyӱNBm I{y 023J$ʒkN[xbE#<{{AXںqumDE@`4K,Բq:6Z<){.P?r Z'i:pqOW+ ĥj;E3Fzh&2oLϗΎls"oZI% ZsiCw?_112NqIJF0ΔqM,\_fQ4:&/NHh^7d gՆhsPgIveэ`6w@~13?W7M "ّ}Ɨ+|rVnںܢEC8A&Uu,7SQՄC{֒'MMrc7^ ɲ><"bPZ4' isZy9A3q.ˀtIja/p#١m6)E6!-6ʧ: @; MSx93ȀGn8dI5D2JoPc< Ѡ8GD Ũ6n K:< Ӊ\!ȟرHS$ j/ YlʪmAnCٟUPS솠>#4/(/̜&(T;Vw!ɨ3]xҐ"άT& QsR)zQ-躑-љ"Mc~Y, N&e;&#)&W-Zȅ|h)*@,fks%Xg`r{ NՔr<^?edu'E; |e<J@ 0&zJm}lsLT։=&g xʁBEs [oGZˈVe'￉.pX񅖃1lXbY<8qcZ=,@Ҟw~*gk(CdǙ1 WyV*?|7.Qb /ĈUl :R 2ioY=9[._۱3DcH6R9GaA^+g1mA$.ws-Q9Fk )t'mGV*!.AWGa3񣅵^^(9cp~ٔT_:'>lHY(nH\s]պ vWWJ~%T!}u6]Dx]/r 3[4U^bq^`0]p0F% 3o0,قEymjE[x >W@vJ)%/[+&9kS[]@M/-X5&wsn(&iC=xd-[E򶾝;̹:X@ >'^q\>XpHZb6!I~\V'Av EuQ[#dp|)H$\(ܩ˱,BIy?͗>Z~K' ǔ~ B ]͚>]vU4g va@5,`=+nS"Мe@b}mS0&+f|U?՗x?Bd\3)Q byXe̼ eH8ױ{S~5@~cc}|QYD?w!llȻ!%u<bˍ:[ܶ0eHu6w) .I`)rw^kU|Ex7Qb<{7.Ͽv{P^L&.X[a:bń"#{1bmXܠ+v\JEB/ bB͊퉛ZڴmXoRPkXe+!~ 9ݮ&<;+Ǣ()UjMV_#6qVbfnluʊp"k)"rH'Rgݐ\Eo腖ωUQ`,kk/{]EޏTf,mhӏBP2NveLpɱn8~[{ & %8FJpJ /bu̥CUZ-_埀*ZgVioc풭~֖g*SJIK9u|كj:}Ɋ>єRgdpDi~: P  &_1MX S<]*Dv;Lˉ!}S&QW9d1 WumĜ^UOh'm7KGЀ9>ѳ~lS>w}<@ౙ*/ e7WR8bVfsIzYB? lf*.KkS8G]Fn~~saݹyU@dd aF<3iY2ҪY^ s0V2Z$ =\;${AV cow /#tsea&oҸ}h/E~y"luN } b٪khoӗNyFdHDQa b\ *Cx(g*]e1-U'J܉8<Ê"N'WH~1E YHl_uiU#;1'{jǦaȥC>`/iބ>Qf; n<($A|e!ẸD15 (־Gu fB,O'8lG9'BUR[wM2; nxg`HjոK̕m|HЈAg` [' 2]Sv Q:2'.Hokءh?hn?l“nTU,6w&Sde|j2Ӽ*Ula&tthͶ 0Wg춅&ZFFf[/+dJ ͹ |V"A{5H"|I{D yFi댈hRȽsJt#K4I(6x~XpvTy5OµF2Bmy.qp}0ڊR}{s wd2uHlAZ~4/{=I/כ0]o?q0 ~E:eIMsQNԜ]7a<\[Wh,Zd!h)ȇ!_~W])WXZ!sփқM#rgkً&i2&Nw"ZDpܿSnO h=›WwĊ B `J_x5՝i_X lpVZT=XlTRX :%[_[wfY.q# N,/dҝ?GXϢ:ځ C̆jK 0J_-l«eKh뾰0cM/h1 U}Fgb؃RlQ VBR&SOU %yG9 y9߻8#ąIfCZ4(Q؋(#^;+jKfWq 'xAGW(F8TE7-IoŰyȤ]^_i`^z Nc7A}k^xMP LOP9~.^IA ==e [T&tmΨ'ȼ'jR͉Ζ hsf8'aҎNYGƼ"4ni]+-RAMJ (j[{:DL;e#ubw\_bDOVsk%ֶOsG-21|}t~>['J5.N(K8Օ\RlgMD11 ,BI/S.:7 4٠ZhG:gzLjڒ*m# ]a\;SڷbfB#< pâ:7\8su]foǏBbξ}*cT%)MX馆I-osQkfP:c17oʴѰ#u~E污#+3`᪾"q8"//4YZLĬ}c,ͶlM蛮=PR"]^B8#<ckw8%h̗FGl uh47.dBrs\1rNzG0f%nj~{@tlOzaC6I+Lkɬ-8kDul ԛsMJ1NEl ng3{Q`Ow{8[ϯ5+Dtgut=-[+``~Q (աN9cޕx<3BˣTlk'M wLo}sf)=$)6)(4'b7d'-S$2exTrn@rĈ*Jqu| 7BqGDA I%b\~B:&2аHjJtaԬ+Ra_J]qZY|K٣(V,]hS*V<6Avbo_H,1͚gRP#YqB)GOs(|Gܿ",\9b佧цGtO) ժ?)%;GvO]u0x͈ 1+g ѸtvPk$t, 9K!%NlX!L3HM=s$o@=QKѮtV)d ќ-gp#XN3tJMS'javYXB!X*Ao[B2t' -uFzSLrc(l#!eG9[;:B=@ﯨeLRF^2ge-CMY3PGTV.E(y1ﮑ'a[+1(e$=:SJda*P7,:kbFf "!C3=iޤ&7(hmv]ObE=gRc s-g?zS>1̠#G[1~.Fa(JʺkjuoR#}*In]Nm3`q#% `0.` H7}x;9 `c,k^4̐>hnU;Om<;uD$*F`u6 iAհK, 7)Zp^`781Cp0J 3XGxr#\ p$9X} jF^IyؖH67VI/mAʰtj48-RR`WX#ekbyWꉽڝLz]☾62NZ Wm=୍ vR^n3+r1ݹR#].$X`{g: 7Mjg>>8WDEZew^UTp=$?R{[u_IFX0aF?IPI6/WEA@!`M&ƁLX80n@a`@37CORu)א4;`KW8TY?nϠi#_IBoYhprdȀȹ^BӼ޲1͙8> xF|5x4 u'zw#!BUP o ?Cݦ!4Z 3+Hc>՘_, SHA3I*kՙo:B(n_M :mkdH+pyDC;u9u3s`vA'5tBEv{L}"ܿ5LNύ`9n+ FӸa4e iKb)FjkO|rq3'薼]p' lt⟮.) B$F8bk:A)x1{S9 NȊՋ'+NI&dB(a/sJ'Bv$1!\Y/qM.mbb5>@4qc'RF ȌA`,)Syu̵0?ٜu}ӄX ayIM"sc+Ż -¸A Hϊԏ;EX!_v7˟Qbg:> ZTgjYZP{5pU~80nyKd 7-?,(C~Pվj舆ZAtWx)?Es¾xeZS6xAdč0m;=Q>T Jl]>e &Jh:S>ڢ5QANρOv\V4iΝ ̱A+`1֪^e1fzenZshL]%~H)o"O^bU>\ejn}ڿ /Л*x&S$I\ ]L#omZ9? _9}>{#v% i&5G$*wkeva+UAP+$/1;=4"j/n!|@r ;Ev3'^KHӛ&{wi>*4qC)cZQةHdi1RG YY:hi0*9]3DXOӏLwcTaԍ<+6c hF~mKd.Ib~<3I4)loSo m,b3B.v"\ѣPJv԰]ZKqIq[pz_ΐ$4Թ 842~OAlxamqLV|ܝ G!zl{0sq ܮwyy5#gwp5#ø@o=Z3LZUdqdaנOWӠlW,qhe=+cifOv)~R+1KgMhcvCRix8D9.'vs3y+;zFt|۞jʗa_Ysw!6ٮOM6L|cmlz۝dJ;uA*?vyYL }s}')dd_Q'W,ɻ_sDbE-+*l*aO. 1|/D?2@j.lhځwiyy1L߄#-f.ڶ{?Qv~[>2UD 'ڼN%'TJwn.8eQ'W.h]ËYS֢K| ].U.QuA耶oVw^5O@V1vWjLUxLXqrbob70s8 !$`EST$^$Kp^s E]=78c[Ae:_Q; =%D|q 'iڰtӠ\')vZȡN^ JC:hyuPz1tRw(TِOt!P%~"rkN?H铺2CR=Q,ߚ, obhj x\s߀px -ϳ*g2O tE%fӰq:IPG~1ERǜڭjȒϞ `wt983ƫ΀Z9̶F]:bOFN߳}Of |rzkL0- woxS<}׶Q3v B q׌cfVZo;DxvkFuk&.Ç9jE~kp y Vٵ =2?yKYz=rE,(D ?4`uܟ|=Fe< M xҹ[A9Ԙ QgpK@YF=,HB%WBlY._(z[abnOۋJjXT˰ |ښI L & 7&ʨ%"VVc662i)s|eO5{_ۑYi[ qn-J: |6zo9ZGd^)"hh9]`,_F<$ZŖ-M * taTB] o_"Ha}(T`0x1hP$܁ so餿{ h6,{p0aΧBJ2g`gRbj0T[鋅"ze$?s3/$*@Ha^kZn3Wx`Jiv@ pub^4sb/i}rB@}WuFb9<;Z~'2lmLvzu9T1q!/h-S\c@ms}Wd9 JHIJl%ػBQ9m  0#`eЊՉ8Xٖ7szxYGdq@ !Xٵ럮</F v \G۬qJ_Ql{hv5ʗfak"i0!iK&Zz x YxyEWuJ>B]咑xƥq괳1~lN֛7=17ߊTX jA~X1WaJO.It&̈)Ek4X =ED%8lg2(E]dο4@O:su%'X7l3=tU$THz*$ʛG.Z)Sysr? ݀EwNFfp PhJnLQ,1@qjxF^E[ާ2+M âٱrOk MAv:v-VzF2#wdM*u˚O %@T[lKPŮ|JPظ]?jZ=ca ;5?,VK=Ѳԁő''{FZsx)ݜ섇fiȫ8N\5xDr 47}Ix !QmH}1j5xw]iG }*-spX6.ً塩f^TY.5S QR + Wu|hw}/(5Ŋ0bl0,u;l# 1`3|l«G5eYكwV3I)I-u P| >6vJۚ:gXPƛ~M?15. r@D!`(3v{h jǥTX a~ {x!0?S.@+9k̔Z;55Jp *q1|X&$LlKr1)2 )Ԡtw, /_;[n\풡f_!e+7R$cpmT"j'pmhMɽ-HJf8zVi.[y{4歛 cE jW#ȭ*J'<|h"uFܻLj9P7=C~> dQ菒աsjff#%RgFV)1g!̅B$a6Fkv!Np A:MgVF;l⌱{Z=U{NJpG Tպ!e =ԑφPy $B5 >}x=t%8΃;(ǵݤzp8( #}`58HfX{:}Z!}gJmjS-{o᪓ܣ rGp{;gІ>)@'@7an&S+.SZ s>~ TVbO 1"1ʧҕ)umIhmy3To*ہgr"kyu::%?͆n_wWL+ QԿx/ގ +];M5G37U|%[t5W/X K֗8'ZGwd\sܱIll$YJDNphej 4\;jXuEYԘ.*'+64!$ځgl-'HPÆXXX*h)*ko8)`%Wls7zr>Bx]UJtʑ0#3wTFĿu)굣>Ky9pG2rH@X$ͨI2$ٍ%t ߰:~̞eփ,* Lkmky 52\ޔKWw-b~_@|\{,N%sQ@?7ĀxI`RS锣?zJU5/dm`@\9M׾uG>_ ܮnbti a D)Vu~̦l `@7:Ѹj.5\arԌgD-Wn<.ŠY^r#V#rOTN &diuY6J?rk).JoN+9 ϕ6neӮkP(k0:!;J򳊔M^X=w L)&;t3aCqs]\ZDY><*: "+Uyz G%*/y}Ωd,Z 2Ud 6f8ϫO8_7B5ci< M *7MoPOATV1Va#y)c+ ^*7u>ˍLEu{at(Py-vS%k :b;bP0T5Z m̘*\F A034'b,dy)0F60@UK? 2tU^_uqyĕ[;B-9cKnsy]z"#I3奫 upMٕauWZ'9q|P MJAP*t._GL~\:P3 $GhQX[ Hwdr3T4B"^4!YY-59t3E)mƶ>mY9$4"И-ek\0 xrs"<,MUnoסJ6@TFQ:7|V7nHfHVэVXߐJ'Yn20,2IdyA?O+n}ꯓm=a^ci,ҵfGQT: ;]*qk-Gwue';ou/ ۹5 6F?40B{s-M Y(cYQ3k)[?pAp):O$ht,GzzTLgIoʙ{;;Z\6su1tl&{5l7[.r՛S`KǾFGFoLKvbF[,C"zw͒㼏Ebq3p"4±iÆ]0W-9+3Z*`%*Jb,V_4Vls1r]2^u| 9wK7/X~*_*[WAĩ``]v3LWð< ǪU,Wg܀WT͈'h?we3`kq:'Yw zT6 LX8^Drk]TM)=8κ7Ţ=?JzuYo4Q"NK{zp ,-YGA7U+ljĤni#;"Rms RƧUj I>(7HClɬ^ONVK:(lq/u~Vpز%Te+@8UT m_(GydF:jh&bM v 5 _Ȋ(_]׮s!YkP Gɛ+P}nǕpЊSN0G^ 5V`Ȃݕ#(z%| Tq-Gƈ"\#ngcH)ʪڽ0n fJ*;Qsb|_\/tB޾c{~h Q38J`?ߒ@nwoּ p!2Jg:ܲI 6 V׽'ŤZ?ۡlg3A<cS62-W8/J5 Tϝ*;Fku"+?N5*@h3&f/)cH37?!Q?_΢X.v3=/ŃJ 3JJBb#^=?2]NdcI=,@(t/Pٻa2GS,)6H22/gBO{`ܒ?9c&_  &S%9q$h,BnB@XYE4 vjŽg npqyީ9j _(+r<0 zDAL5k=prak #K#6+c"X ݒVn13)2즬pO@x5PAi.`'s޼Q@x;34<#0Ϸ&1* WQVv-+JlݽE'ňekjV$Q&bB\$% ͋AlDFּ /8tvBѧxyx:[O?HcVe}x:<wɒDon} V}NG:\(yx,f;a<{W՟%暈 |Eۈ<ʎYDzEJ^qch |MSLj&%x_~y1Ȁ\ 49{)6\() F `ky"QPqu`o8c\C(p~+4{M %5#fo*j+sqEwm;l#ءlA k~&H>A%޷ࢽhu]" yΕ;fLEhA1$¨#m]Ǭsq;W03/^q=xi"$7[PUwpȤ~]_w1%ݢ1cܮ,11 b| OED]|1 (Dsehu? l%R{]̩'@M'm0rtK(%T/4J\wʷSd 38,kV,ќ3f򪈅!KxqcR fWDs4իnG!,7X3)~4 7vhCoPSS h]AG-~tw) tjTTWihmj^4$FeVlS #q=vdpO*!S6|]2c%aޣ23"ԃWH\YglvԌǗ?1t.<-M(A_}|h]/'# ]o1ox`Algb̟mٍ]C߭y T^^K/w9VMzSGfEa5Iԩ)aCd3.t:b[wx+] i7ޞ|aowSYc ]؏n:)EKi,Ē$Ya_7EѽVAr=E<CUL>֐!}9SQ+"m8Kk@`+y 6te-?ክb/GՀ[&Xӯ@"q(qj5$TF;0J#04vl~+QǙ>6VcKtC~wZ?jK6Z[_iRPdbI9}p ,Q̳#^ޟ`^sv^^EOl'_JʯFp\vsy( y#hη9f*K@:g W -S13#1OXL{F`\2GQO$F$`o#?uEm2L2s-q\'7/!J.J *L!t2`n?1fSD$tzߵwǯoP,|d(^%JU=%}9u9RLЅU?b>Yݔ1Ni$eu%C`LƒvAfo#ŋ^Ɋ#]teW;:LwZ'z)P ?𔥸7I6wW CBHz[eJm}6?7yPQSஷ-9)MӧڠTmaVݶMH` `UMi/L&#qPloU0򌀼pxyeRvnVk` 7KJSseeh7ҙ1^cv'sQ0A>x+Ï7Ra4i5'H"#B(7MՏ"Wa{m}L(Qe#tcWy4 8 PMAڎ!)}7͙Ӛ ϐuZеQrzn)SQ1[g~m)V$wO7Ğ]ν u3eQCC1: jPD:J 8ho Gm4tFVn$('glI lґp[ o15ZsP4n490gWblQAL.Lw,&[DPV?N0% ʄ ̳^$doI]^hV2lctx[f\`70Kg` %*`u{#e@h >i[gTt[ھd$DLnΣ;]IETٕ}¯x\>|Jڧ&&,="DOMLΓFrX57ݺE]٢Rp'Ivg5n}ќhV/t.RPpkag)@|ނAC3Rq񊓟ލ`3g[ s쮡!ԕ.Y^=C-\b,S3˟ :O4jʼ0sWu,m1Ǿ +eOp͡@%عe@"/EЯ`gU9Ȭjr,RFYl ᐮo`B=eWynO]gBq̟@CT[ETtώU-T>)pZ6{Ci8f&y 07m5YB?u՗7Hh0?2АCO2Xe0yfD%vCA]g׽E8v C,X,"k)LGz1- I Htaz=\Min̎Q]9v D9[R58>YTCRCT>&L,>G)%2<wm[[AIXJ=w" )9fcV|WuHq&h _"O"WX ~P-WkBa4""ͬjP3SŨJS`H$e❎!Jb!xW''ս;k[%lS%k1Zlj­53t)C)\Jy9w9/zy'@C8 j =ji<$]5y#ȴ7=w&@]e VfAi=4>JYޑHa MjD-ӸB!JY-stUt].A߅`v rS.]_mcG );qz]Wa_,[ʎwHrW%Q Bxg<5вeS)C[9G0m2XXT[@ְ9\#3363N6BXKLp9D#a(Uj(> z@2ƍP}>VjYB1 ?e=ϬO)FL_ ~ ՛o?MQnRiaabo~ڿq' *~MYW?S}P6J['!G-:G+2,^@4 @=8-%$O^jRn0%M9u%VKt\ Bb\AN*%0*rZ`֓6`eJG4L~9fRlgT-7,WX{O9$y0doɧ~,J5n u iY(8rIFlݵL$jyz셇RFK[e;Uq'gzO);\l{fr;iP?dӤ̉AsThw_۽8Gb-hi&;x|V SջtjM /"~ χj4Zt)a?du|m׏й_#MBˁGіc|Yk}I.[jjgO`D6S )i|pt$ pF?[D.=j#Ǥsy?%e&@X x2V"g߬ʍN=F5 RcTQ9H~8ْS7W;A9~ y8vƆ"k*jwNteD^B=ढ़>{9jcvAՍwNCLd=8p!<_5?vpϧco+1`a ,Cp*e~pQ#.&O 8UZSv)=gI*b~C9#ziv#bN}CY;k?mTȸ}8X&$,t#H:C,~-4NjN$IވCKG\ !L,βO~yŵe#f CRsMf ygm@_M?Bd9|.(QY>Az/  rIx8ɺT5E O.1´JB,4:LD*UO_eoc-TRip?PujGDس.V<}ma$9D2HHza'M*|>75:QG6r7DB[Gqgϙ4Jbt _<u`1r-qM`h*1 [VlӎO}H_h1M/oQn޶ME*N7m4=%6wNGfɽ d?_&o%Qwe_=tD0/H2\о p:.)G@$U۠MR _P}kQ[" |NH|tV;?.q}aUD gOn~a4L-:֫F5Zq=˟`XfR5->~VE2CJI`0bp~c=ۆPtzTnÂ34IZ2c<6gĨ` #SPeTǒɎX/1bJbGr|/SdC+ŽDW`3NX[ K#*R9҄nIǎ1H(?9)_ϛ'7㴵 6; bϨhJ+t"^Z5 $*1J ҷvp0w#ejwdF)] yKǒ4(u[>=I>C ʃ߃k"FeT9;٠bIIXlHq؀@"Z011CۘEm&nIM v( EƷ"Lǵ\RA#2hJ$hjsl 10!O֗+#˪EƊCO2ۘnHGIeA 59xdֈKKWZX)?u ECF?} t<@`KiWT"pkkШ D\q8R-.%dv1 qqXD fv7_c=9 ћW8\PEH1)'=YBGĠlX:0Ae^<0AkL<]1YsfhY[sQ$P_"WPuJgYCFX9؇ǞHpJGZ͞suFdi 4.7ܑXZr7BYR/CGxo/X)i\ d2KT4?ڲz:$ KAz䝊mt  t+^"s?H[sQ"c:64{0>$0+"o Egi8}WqV8Cr +9}1tIvU9w*=K?xj}@W!O H 4WH=KSt^SK}V >Vў!<-W-ɚguARK7-]zQo`O'= X82W<#SRtLUu#ҟl7YtKo!~Zyш4Dg>m<}~}в`JgԈ[2WW\gn~є*P^3/Hi48oxE\BjLȗ{EzEVuK1_YjKeU#.xH6Kn`uZr"s\dGXuc 6e,Xd< qKU9q D9*"v *aS9d-[etm'o"UO">&ZZsv^H`zuNlsq?L{BLb)1/ے;xJ`odi5(SyMˣsP= fQI[hD]c[pe_6 n3hrO!se6*9,9 ̌9I8!s53o^K^_#\kd3;rVX,B;P2AkL~lBHaG\l_GWE`cg<{R[HeUZ'w)'u2sWQgff ]pvu yP:OtnEA"ۤᒺw PnAifD; !5˽ff+2c8&˃Ɓqe0n:C<kCT'myƧsm]X\#u[\Pl s'h UCRwm}kGsLJSV0יǞ2_JD,0P0y /Ѻ@=;|eG v׺“w?賷HAƍ' f[=BH;cclԽ7{K*'Z{O-; C_Tͺs Ge3$,Mu_=y܈+}O|NBmuM7Rlg=48@>uL57DaE Ro;%Mt]tj9Ú Zt8'\HWX̬/8C|%M)JAˎ2]a١w.'x6'Y.^ݺm/<^+dbːq- ɕI}Oi;W;pqRVzK'xV:>i)5(3ęGX9&(nO +U!.Bו8g#ݠ,Kڌ88/]Nba>w$*R9>JAN<s~Uϥ"(O;.ξgRʴn- LϞTf?G2Of;?sNb̥Xl!F}{ձl8k@PZso@,d(`ܜk@f1qW'tl%i@>"OkȽ̈́1֫ƿ/k:HcCvF4YqwƈR|5t=hG}12 )2aQF6$%jb\6uc;0KK"ܢ6;p5 ax+vZ\n>ޣ>8>N`E;.ԴA#3LEx+Сnox؊.{ն^xg=U+NI|S]^~-1ݴ./Ɨ\]^. |Sxlb|>;?[1nѦZI ļ{I0GD> ZL!#!LKEN]~/P%u8P!SˡhS"knʋeC\*Ec; zU's\xϡ 5;;0G@iF#0K/FvиK2z@c!W)Xp? =+ͭ|O2x$$7wl0bLߍ xV]Obww2Ty{W Θ?Gf=kj!ޅFlݤGI)}GWŨImF)ehZ\ȖA֘l A<Ն>x%+!b|`NʴK2 !0׬t(`eKZT qd܇'WJLsh_8oX3=] Q UY7IeGpJr>f5Y8cerÁ0ޫ/[d;e8{|;/N XBH5M|%\v[g!t<ӄ7q@ b{>Fr]SG1hFi<ޯbSۘ0drd@J[Or9FtT4Q^'ty.aOߟ4f{ ݫ -}S .WVU7?qn4ҧz=sb4ȓ"]z_%=0],vsN)O+jϗ@9ד>]5Y@T [=Ϩv}|'pMh ޫH9^$oMDx{k?ߴM]FSVK-3 *w=ZqB2:R^oQTFCwXͼ]N(@ jT_Ej!9! ZhlkZ ݠGxHrI*}]fZq ;Sj;3>֪~6شiJשM䓢9MV- UI>[#e.7[&~=bx5m3r9 C> [UA~zH(5IKqkȫжɲyi?bOLl95<|6[lkNj2 je^"91툉G&sz(6}A+gܛM&㒯Gew Md?P[DkF5uC4Y9{Ф>/5uh58R\o iMxA5L _|4VXa.n80JA0n<@̲%!XanP lԹhg\T|Vo oAb^v+bFo7OXeC4ڲvY* 3\Dx@פj3cH1h+KEF1[rq-I&[U`P)I u!J!VPY2@un܈V8;LwrD7qe5=XS2CRQ[ĢuQOBD.Sbp8R#UCeLЌv XDf A h렲i8Yo8pd=ȞXیKG9n8oﺕ=/Ūs[%̛wd2X}:3vޗ~<3-ꛇd&j$Z&yc wZl|_Xw,ٻWу'ƕ⚎3R(#/4@x|G}FD^z \WXCUnSRPjĭZԑ`J:0 5E aL?AU:= 灮am^SXbn!׃; 4o"%)߲ -%zZJt5d*cE9*B` xA)>Ev9ѿdβY<3Ro/ɯd (pwW&Ee yt G!Gk6VO| h(HGH^@ϋ[y!- -C'G'xy c. u.KS~oL(}pG'VIq[ 2¡Aݰ&feJ0*3FMQF8bm4(+'mQ/9ңN?x/qtEgIlMЖۦkK|1]9Ri3ZB]PjE+ȪF<[ٿ \ڹJMm- S{CN@Z:G\DTla/ߘ.B.y-[Uژ}a^~ufؚJ Cr';jx^\&Ql"LSRs9YlC0ٞx25< ` b lJz-Ѝ dV׽'{?" ;@M~9i~wI:Nq׶tVupe6hP<{2o;?(,."*j@X}?DFe"R@7pI&~}֝Ҹ ;}[ L Tﯳc*U)rsvDk86' Ğ~[CvDGP&u!/]Ԥ,,:>X!UJ4t@{?lF:/ѵW9OP(55E봚ÂroSBz߀+yUSj=Oz>SEQ@PV`n.BFuBr ưhJ,>˿\d1(&zszӹ3X9yWB^͓jTe*w?B9)?otmʘώIT Cxz-WѪ0B\X~ xz08`]]?‡J]Vlm`9"9u PԠ|HHc ġ ]\ qT|ay:p m |!Ce[X-ILy! qTUs.=u!:4\Cҡ.Q[v  wqZ]Ewni(WV?ӯ5횊{tjl:<[!qHa! =ltGI=~Y cLac!jV U&k~⢵0rax&k`+:O"C繝¨)vޕ.H\ #ﻄWvr !m-㍊Oӑv ۖd췺3/rG…|^2^&j-w 0P|ӊ~\gP'&Fevd.ѡA`^ԫh9^\nSBҀ9/-̈́.gѢť${K[r|M>EcL&ҢiO]+YW^a}330?AqI&բ%q Nc&y ~yЂ; 1q},<7AU@p] (<cHȆEx_=u S2>UBY\Svvxf]^°yɚ["e8=c& }V%bZ_nFn`hNf{'+d@qK.c#pLɨ .:\{ Lc@_ "w?O`}/Cqx6B<ĵNnktZ}(6)^Ћs0{;).y5NgN :Y [-KG8ݵb,m@Um m!zhxeB>Iݚ@?.B'cx+/8܆7?4j`{9ttx5#ֿw#.jDqf fb6.r{W#_Cޯf =[k}O9 mSmkΑvZ:pׄl9Cs<n΄I Y6U$K\QZ0z=(_= ]/2r$\HQ=6fKsZ'jX{5΀>p^N 874H#yZcx3}|5s{n`s·KcAۦxƂ T*tgiAXq5 H pP5xq?$q"[9s։wG8{ˣ! Oshy>刨 VE'~+V[`ٚ9;Vw =CY @,"XuXJ^ |2Off15<>XJ|ڴnީ6:q*@=EH4S泬@w6Pd{>lriix~dmVSkÐ1DpjJS6WgvgHy~T@ŋ|?,xC|ѵ-\0ό @,3M xD _tSyewCkk =SIe`v"-MRx@T_NSK_AL!/~UV)~;-@ϮVHFB(Aퟨl*»4/je㚌pG _ft*y;y?t>,|41m$6(|訹~9]z/{Q5պ`@mw,xoJd%UNZ"x&Ts#ʔX0C4R{U~H!z3;i KWtjEeS}9rRd%U ̖ }s勷#Bg~gD p4ɐHh^Ju1O8klHK)XdṉK8ҪO+Gr ҮϭJ'v#PZ"BDW6{*=UZ+Ƙl,{;̞=;F,4{u\{_j |\Pw׾GjҦ*fCp(3ϥȜL0e˒7(p@ꮡ#|RY=`޴+oyur]KX>Ywϴ'aXPd/# 4 m Œ)xl`5j,87y6ۛTFt&9D#8쟜wQXG;['B6d($5J>8hf ܥfj^ޖ܀`AG2IIdDCXCDCD |F̟o.3?UF6" 3)/=l }3u!arb} ޿{{w'N 2et/GR?`;^icxM$k!Shd5LըԆ# 2gPp S]髈BAII`2E󝭨X-;ˌ#e)u,g,jo: 1Nm1 a c8۝NNV~sT𓳘ʊ5gwo|;}Wf0\DRk)9D_siX>93C:>*#_/aѵ9}:x _jO*aD feדu:^zm:wH +YH=4D_#W)3GSyн"b `,uO{B^ɈR`=QG~٫:,,y>"sB4s*wd2cD u DA0(9Xv 9jODF;V@YVt$b`\2h"&Vɛ-i@J؞A#YfD*Y`Yma6%*^n0R\ S>Nū{}w<̞e^kX4yz' zĈ56u;H8+RxH{bx!k$%.J{r9Rb}uP|vװ瀊_9=؈W}5 Uz%[wʕ J_#*i;ժL_Șk-ub`oj5uh/7kaϑ$ V'ȥe..v3#e |0<IXIIK K( SQdSKvߠpeq>nڕ\h\ms(Pfb%,D7V~ 5~҅Ѫöő 4aT KlWJNB]8^qbSߝ UJV1Md`Uhr)rXdmޝ:yY{!0Pn&;Nxe0f9I2%vfUP"_+=.T[y d1esPu_x\r㎩#C!%[/SghT`bOfX >q&S?pxQzx "ϡk>2VK Zz~Pp.P)ϖgv8ضQoLwMŨ~ e^i?z0u佪!cuRr$ҽm.,})zY |+Il6 8#t]œo73)D(靖GztX_^zP̻b+G{@ …Xil|8٩>h{:s3;j.s)I ('ėk4퍯FvR9ZX648;ʩ+oJ%8ɭ7 z1 ^:6MČ#iA6'b)lgJ%!t9xҔ/2@<V+)։bmiCNS?Pl|d\K,_-LK+g$v(fC.XȮdmj^Zug"\' "„P|!d=4JԊu_D\\p ۹Uyg dĆ$])s89${rywȁS~A#.V7L~)nݤpɞ Pg?&ӁxF ,suҨ=sZy: M<0,Ŝ0FX:t1I>ߞ"W+. Ƈ^#ǘ8EܠYU_44"5 ]p$PIU󄮚_wŠ|LT,YLTs0ngspk:XZVߢ:_ihF+)-dt" jݕoNt&2yGTןX+k'9xJRu.f6ɥҭ!ݽ YjLAar}AT>Me$z.v fb"$u[~egnݺըn_"^;:~zijAYEcKUR%+=/)a3H @;|Mf(Tvyu v94ƝliṖGFH0SW,JR5h*wJ2AtM~<;?+i_/{KFwT4-¬3=L§7Nկx6p`{ ׺--M H3E K~޵8aiXwcgMrmfVp5^|cZfȀ * 8ʙy{WL;6z Uhs,= ~.2\=iťX5z."BouK*=,(bcBFMUO@Pm"eHu"U(th3;mZ>x' |KEH'OUՏ1L Ic/_)Cg)j4H|p%u7mTNx[AQr^5,HߥZVda`7b7N6{C@<^NŚ&u⍐>]T]0J 2$Q:,oL|oˊEE l]/g<ê}j%uN o=#bVvW"f_7^LV?|W[%B_̈8eTX42hzL\?u[(. r5GISba'TR)(g!$.}x/]y-va%%}[]*OG*p,h(}qϚZ=&ebrHJn1(V`¯3WM Xs\?OΤZ<? JfĴ0gGt8 uF0$1"_7DSߙ.J|atf7w;vi{"G_$_-ywgIүX^MZqj kJڍz'W1 4Nyt3o*0,Řwih8@x,{vq1:&]%F )|{{&`dvւ(Y&f0m!ugMAΤz6Msy?4vʂC>WϏ~k1,15Huߋ{m%[p㥘L|kH6 ##ζT\v8~tC*^eoORџ z1kaۉ+(!>-Sy >'232w^,V6P/Q{Pg t˺=|hŌL)Pҿdq""/7,> 5N M yxnF#Kq h˗mh&lP@ǣt0"e>A|c̭ 2&{ 0z3pT)?@j72 5􀠴4MIGщ)ɼ1IGNޣyr1K* F>uqҘhmtvW9f^&@LMt M$]knozCIA!J6th; V}v.y2z% &xlZ뺵]sM4M/C&y&T|~Y+߬k^ L(N"UTnu`+R: #:ZqA?<=4)H|yk7a-ojtÓT[Zf??5PY1Ztr$Vk4Aɡ=B ܜ9[^)ft]ƿ9Z^#fƵ¡iipK1p g͠)Opd%qS|#RFc0|toFs냁&Xhl dzi-2O/ c},&>7faP(n߿x+Z?Q 3,߃3vziyb )gZĹۀkǑڋr`@˩Z@\SZ89pPqQK995*@o8>m$! RrޮiVvyQ ."q-;00Ao5tqBoD JO,{* {Ɓo!#o[>CH~2ˌ?:O:rQ |9rzYzrY-Lюމ]YSo<lߺ7߸"6K~.R@}R$"I0K#:_\77!̒uD8볞Cz#!eu\i[&?LǣVF[iw ٙPĉE}B!"PyuM%/-O#=,| ~e+OZL3M M$ q{8 "98$J }ְ9 p`Z_7tSĸݡU`'ϯȘL〦ād{ٕ\_uPDcCJ+$.9RYWߣHu0<Q8P *Akчz\_2Pܢb|@<_b-1UXBI2d,Gp/G)<|F-H2+j&q%$ ZT`0iij\ˢ햐;O͠?cXX?Q9Ya&<GCTK߷?uA!DgleY_usl7IӪ 19ΉxPVVKGb`]vhb/ ~\B%6@J69fm][^=YϨl_i/֑}i P'z^3 _ P wFm:XNi d?H ʃjёvt?`&Em>]"#dAy#ǂuV 5PYȤzI>*ȕwP=]~Rp=tXF)ldrT^1 qU\:!ȕ ee ɳёI$5YK#K̶xtG} 9V𝲀Dö]mTܙ53Wdg4v)99;Sw&t|ADnʶ7-j%>%-d pgq@ 5w"皤nRZcv HœF_ƩA?aAbiR)9Ymܠ\3W:_Ak#+M_dCHZ H ;!LSY1уLbs{Db@?bc?v֞ۓV# 0MêE}:dہT0w̸2jْG^ E {,|ZDl{e *t6[ߒ=W2p>|N]iTgN 8e[=@䝹դ6W3d!NNi::J,s%S KkzR-ZMˢҒO}ćp|~{ i>CI1ik)* 8OQCz9B0TЕL{oCBItZh_ o]ɇ1wX"A:[SCeV $p=L2Y{3[86y <08&5V)qy܉ʘN& LOEJzO|IDQoȌalw.waw֊1m>ҟ BMo zf6ߢCy`vɰE<^tbr:r.VI5t:d,CG c/:%+WݞX YC7yl436xԔ{3}&B~jh]1&-yv& g=3bh႖`J >af u m=Ó(|~׳.n;f3 N+'U%7˩/vgD?NH)eVtkpLf_&i2.urۋ%xɵ=u]pCyuv7ѭ <'09]ob*ԶpdFDY97QeB1`؂ ?RhO@n-iY 5 ;RPJg Tl/"e]3z3K{ 7GIDj\x!O.MW!! X%\'R;h'Ȍ)85S| {8J@Õoݻˁr|,z7Q/:<\ [jNPS ;NVF!yɳ)mܬD>{rL3 #޹ucƀ*2.nO K1 ug nbd!G+KDPmy ?`)LLJȆ p>ӮPTcK5J&$jlڄBf#x tޝkt9¬`wiS/^.0` l~سсWtq6`BdwgOaH߄yo">_C)w5.!y Yp:g3)у{!8y If'rR/>򞀼anwKwcN3ߏ4[8h3kyQjoz3ɲ >Ti֡ŭfyf^;OPϱ##efr+2²bYs\K JYpLa2p<%L[_(z.a虿p՜!YΔ~X;Y_+*r<{,%+cڅƘ%} jn2o$w 0ʯp %Epc;y>Wp؄/_(sS|M"'?JX>2/\a|&!i~OCV=3Cz݅K|T% ջi*Ӌh@ +Iv Vs'")?wEğCu%N? ,+LR7oEǹ~EYZ'o3/@&Bnآ5O!j>S\l -=-9 lO&=VlFE}ƍr񀅌Ps%dx;:64"",!s`%*!7DŽ@˞Qdo{h:vʓt-rfϨ4>z6׋ Ln`ptaX^Nm'BRwG蠈2QO[ 9r/PYX']ij@Y sg fӚ'VOQEK0uˍ}m0~` -y|Ű%a"}pS'_֜F_o>[2OpW=$ jJ5BQ"sv̵&vy-KP ʨ@tRVIMHȐ !W! TYh Xx}D ;EzEB-OYC_ԑhCQb3h{()z9x`G6 19>X_&t2>_:fIX6O Gb< Ό:ZվkyD| NU'r"6+٘ H]Sfti@Yd+Az턙3j43[Ğ8ZMg݂d.2-Jwאַ~TvrOaX 岝 ^C4ퟥp2Ɯe˚˿}[nߖ.+"ts.lnӏBe!PfqA5!Z8qJ[\1o!ii tF=fMKWJN6/]צ)e_jv< R}&\)0܇Ў._ YєN˿]XګP*^TS/;-e{IsGoQWZM]f &.[=#3 z-Va=)E욨hCchHH'iZ)x/O5צ0[)hVgupl.W­K%QP;|,_*n˜עT ORpEa8.$4C^4685N-{kt}߁W&KC(gq*k <ȻTy9pD q 0c<+VD[JCQ44NE٩+\6'Iߒn;lOqwX?Z.>ln;2a'<#N?s U?{)Xy+]|,d́T7U`qC7rHO`:q,l'Bh<虝hRטK\Neah&hbAhgqUX]^>iPvYk|{G4ܩvn˼M!RhH{(Kۂ^'7Vɸ(NefȽ4^4}zʻ70b8&)PVǏY0IxV^Rc"ȶyg5 BzD:ûhvpjEmCݛJ.;K7KX&bvԡ)IBׁ"'i19[Jvsd+t{LO)QH@Q YN".9HՈJg5&ސ5޾v(o+LX %SEUZq(#ݏP3>Yk c݉+;=;~e!:R <E69V?YgyS)ZЛ n)!q..y"@*|lfjGt`5.OM'V|\qQy8R8+ TO*sIgGq[W|sh?*7sx P>"%WV?א3i9:7E#iwBfȃ~Yސ# ooraSz$ xL1М)C)x TE7[eʏU.♐ՋǬ;k3DgTF;b#E{j|QF`z.~+bNےj:OXX A0@-{v={涧F7,GjRP` ̞W:6kAN"[g 5QT,>@Vb$ZXI{qd9Xyw/ Vn󣧑Xye|5c!j_/ ؇7>+44Zؕ.u$x< f1[K ӟ1_rئ8*O[YbvRw4&Djܙ @;ŔШdi+; YG[3M U5GXsxPns,:ҚLWvu~ -6&Ļwĩiю}V Sĭgo=w#Ch{po~µ_-_&D hӊ7>5ɐ>Nn3_BWg7(c8`}ŷdaqh;5 'TC]COeoLim2& Lʹ6w!lgd`_[v rn$Rz8u;;,o19iµ^fZɿ͸/j;xL3򟔖*Eihd$WL7 KQ-[;O馇E+^m&nKŋH2҃BZ'3' %ڨ(֤Ꙥ2 OAB`u^cK߽6IE| Bwt]H/\_\-ifǨF y1j' ؉n uW&JJG\rP|A,Ri9-[͡./Zs4MlA"; ʺcLHN?<&-M|f&ö57/+"L8~ӝǻe-f.4"NJnȽ#M%QMa/tWؖ8\ s,`;Dn1WhdRpm^Z?V5Wl2:(}LJHیˁp_YwOaC%3c|8aoqyخ3zʠkTurd12y<36.]17qRTY`4h|vML p3(ԝiV v>fyfMv889ԦM_ûM:w;VqV| cTkU"ZiNFҧbĐxe5O;=..c2x7+V~#=Ǿ W>'*PtX>!JM Q2{BѴ,fƍF^Υ_PLn*q6*r7ߠ,XwK wʇT(yqOk2i#BZk~, *ti15UYF> rb5NGóX $I8X(p?<)L##:l#>EKh\"rx.q+ =4}zq}ﬠƤ6Es- _+Ujoԉ g' y[up^eB슓Y+-m0G te3@stk# uJ~GxaNlG;nl͘J?e˄y,ۗG!~-M6m0ZVq*ܥ;~3`cYчp ܸ l\BZj)hh/f{+ox.aJyn,\c<+;8k@0I4`#7֥vsPnmki9cᲆ/~纀&B_/!ܦؿR:v#ĐH"3<~rzM4 RX(m(FJfl?sUpP.R݋{w$EǃBȪe\7ŷ#>+L Ge=.ȓ )|~_NZ4l^|H wNȿ/HNCE.Օ#e#-,۰"M(qvє+Y>v`t?U1rҰy'^Lqd]QkLJULDDU؏h.hG$Jkx@ʁ[v'$zFFwl4ᥣ[knMƖكѮ[%[kźV)T0xK8/5,ʨ:CA-%~IcY Tj+L:o#S&XJzl_ׯ>{w<|bYwW5d9)q!F7";*EcEB~\U݅6b&ڻZrW5}tG?y|,_݂3MSAk%۸q)5\a1.O֡`Z3\k8 H_yI5Lɱ;B C[]ȹ5'H@ o˅I"]Ƀ_D.Q7j߻Y{3*$G;,r z+C6r%r$'rsf( )Ut0:ط49($ (M[]=Dl//u)I>oaZy+rW"}3,| *HˎnIQ2"F.6┅F"hf&P0W)סpjTzE (=Kl{UHI@Ų/}od,;%>6×ų/SC Y@CHcS7Z_vȝ$ AO] !~뒍4DzOś©lV +-9,3&]NZS ]JJ0rN.cZG dp~thQf˕O1opd7]X䥴'r~[8ԯ$4Bsor%u6uCE6^._ s&gaGm4nHq<.AK=D}Z:ggcgZ)?,N3:7we-3OZ0u5jG]bǾ]'`prOTPI_R=t6ljZiOkX ׊PoRյU8 A dٞ";]٧TerbtA6e`ѥYa6uʮh*uQ0py avyv85Ie Z dn'KދӸ8G %eH%Zi }@''bYqmWꗰ:lu/vu(E0s:Nʥ#܅? YbfVk5nx~6Yp掙5)$3ĶfϷK#_Nv ?KcCYAY fUÃWʷm{nΰS=ůcPa—vsȘp*o_ JhI>&{ XMAdΞi~'޴~b,a=ǖ> L$^PrN;WVvߊ,(w h1U>hDc^F%@+pErFbn)fSa3> ?лRGb[O[ޞQ1 f &}ۗVIJ+3yCG#3PzX:lH7L: x&n7T\8 X2cL.MJ G(AVqewΧOШɢ˦8h6]|k7g|+BygČ>a\;:$4?9tI9$!*FZWVuHGepr c bq΄3U܁,BVJ<&67{Jچk:;y[8I~:)ra!9=D)Yخ4.%bKo!,}wW>fn yRALО;ohͩ* ]DYoKf=)U"|rtp8Sm `?:Ar@Cll5k%+'t S%䵘=͒GF03@s‰39>[;H+>ZiWRsv-` o@CA|$ZE(z3gBg~u1-0{ͲpG qXpl. x >o@  Z2:)İJ 'w O̐ Ģw6ݏnE'!,ƕpr\g5*zgfP S"If}دH0эwՖO}iKݏIsڒ{k 66X`JĊVvlϞ)x5@,f1<=zEۥAD)Gn"^|')/5܆<1{Y LVl9dDn\NuC<kR'XMfk5?6x3зA[;/LJp6G@檋1Yͷkhgu$c{=p㫢Z KIRm9x':yRpjfVl[ 6WN~%Ot0=X|;H6 k R dSNm$zw`<$ڎPus)V6fbd]9$6:s߆ ˞ltLyIqC6SV "mQop塔.+mFNohp$t*>0U߱| p|͹'-9 a4Ǜ( 16b N`TLas҉H~Ifܣ>0[zU8[Sᦴg1D& zySX㥐'>ldkr>`;FBMѕ>1[ryF X-ZS^RܡjŮ4i{|BmaT=rQ ؞Tlˊǃt)_iyq6IzivZ hN4}C TtwN\}hO'`Nʏ&"=/OR:w_XLpz.HU֕Nz{MmےtP1n B4 }Yȋ(` 5P,Bl?Γ)md [e-EI>{ջN.1e:@sۡb<Ӧy„* ieܣV`oc٥=scaf^MT:!${@7_|srM6"H5hHa`N*>UZlrڙ6w W1S;ZXlt6L[lld \swڹ lFlkKaĤB+fy*N^Me쳑g+=X3P/C@ƿn褣:.^H˄:jf:TAېҟ3Lw]`QuPxJ^Du͆S}!&F2V$ީ#Ezc|$5_Ϲ|fA7 >;F1/ғU|X[4Ol^=%xG=MsE6h?c#qOnx5vĵ2 +jŬj8TΞˀq`/ߠ{dHϟjWcnL}־ A3~ B"+uh5&9)"x~yᘠO׉656prUS~Z*JIg 6HpeoyPMpc!\Y)C{ܑ)>ط"БG'%5.SC܍=us' y€8F7\zD4Oӳ1>-$*6p0=5\i!rB?{\ʚ@IA>ov*Vz^eOҦ0kgO*D&w;Vzw*-*g@j ;v* ~dY{ul& @݃6D@=])𬏢\[a@k/1-3 ߾dOp2j}30V1 ??6`\(MblTV#順rp%=g\w[ )-0FY!{`1g?,ƌNya8奤 :b%V~K͕ŧ@RH8[oh"-R,vj7v[ sP{CcP~wt=e DP/Z*(.(oق6S Sʚ5 K6g=uLӘrBLDC--c\rM`u,LO15r 5h3d16% G^ɯ +{P0ԗF.[,.øsbePY,k6pظ{qm6|&a}Q!0d? F<&MNdR˄d/!rBޥפPi ߠ̴U}JrwP췧s>PO;>!UjSe1Ԟ &R\BLW0|U3]WXL'?/s}=<,H(Nʒ_.:O*qVv T}$*j^U%t_䀖io@'yVq(3 Ϣ#|837$# [ȡ-s*[)e{wa~pZ6):>Hpt/}zFs2 ,+IW"XOS L$jT؇+vph0{ `OCc) Ļ>͍ o@TUHt̿l}ZL-pOpfV6(1+QC$-YJ)su/U&p 5;?[.)z Nf4 ׄٱ%<,IByBYp+xE6W֔Odֵ$ 7hH洚VuhpJ8Os\mY6 D.wj`R,3:VL)65"7a뢶f]̊~gT@qivFm*X<yfGT 5a f0{˪sv`!WJz_ M۽R>;|zfpFjmXB&PFhUJ~kSMܔ[}d4iiynGC9*rF\;]LN'v\on 8E瑣#It'_u#wʷu,XAҪJKA-%CN}vR $XHsfɊU" BzK@H5!Ҷś&@0?\ͤ)W @z &|6tk XRvAt`>Ls_?l]\3 dG̓"A=p¡|!v6\Zʭ7eؑ:/HP»v5M. JQvlt!$4$I s~(0":W5~Ek՛IuB# U9ڍr)HdեL }~ [.1HD2E[3F;mjvUtVylOA{W6/Aޏ@G]9:ub.="T+ fư ߙٸ(ݡge'o}fny9)UlpHyϩB:wA+^ &Nɑ "3nj 5(Ei6BfdSw[7Z[5: ހ/5vЮu:}|>h2}h()`m0ՇŏNw,"T)\'qzyoDz!䐤04"Mw["4pҗr9ĩ,)g\n6 I'6|>resB0F< U91|(H74](X9/J3eK3Y.Ջ ˽&Isje}8%^ ʪG LJK<%<3941`Li]_B/Ѕ!B +^G>[b`\&́s JwEpIuʕ)O>S+.,9IИ?K#꾐I&yHQ,GqjsM/1l H@~No/5}RRFswL7$`tlbSZT) v^"i>iEj;]~?9TȹB/gHuX[ѩA@SuP{n!_~k??HP5MݽlÏ]rSi %ѿL33o:ȉ#j-,{;("(Q2ՋbʽN!8,W!Dyaˀۄyxze-GJRW DWErxٕw{z8_j6Hi~87Y4*52 j"ﰎټ>ZCr!rή8n 864nkɼ3_tZ@ȏ΁7 'ĻϼM\hH%=5PKlqo?6[zN= "Pb q{,, #Gl >9Y3K Gğ3G,uH&w:<(9{WoN+S5Sr2U a}Na7Ȇ]:MU{DfQ@{s2[m1"aԸ{qj׊e'%SDa8u\IEգ"p|t͊CA'1)7?~"]^c)S@B5R9 9CeOx@8vW.49.1E@=+j-ԮZG?[l#~F!]-8HDb/%j7@**f"\AU!!Ojk-H smۧd!\A^A{1YPY]g >L*tӎc Pl4 J?^ΦDb'|BxdY.L,w*zg)&J7jP}ćeKVvܾ ط&Y+Ϩ*Aע33\W?Lg?ઇJ:xOm35J!bm'cE:4ZHД5hr1e z$^IOI6ɮ/%ctȶmƋ)XPo˃ 6}FʖkT%rtVŎ^QXgTU = M 4W7{r1'uMn4wegC%sU7]jrDcdя'nY<Fv#KOu+PSN;]3%#DXSqw"aƠB7jvំW/LZ,4jVIWSHF90&zyA'1\=C,·߫5&( /vGlT?A2Nl/ OLCHeB1'LqXcs[3V0Ra(G#/Q,MoAK$EڗooX\Gi.+ ~79GAq 26hk#݂ |QE#)j 0;؝?ȾFeC*R-i 2p_rAgRkI= ۽6O[u JN#aNvzS@ bTs)F ě 34QIexsykhuVugyBl:աo?,#J́$a:#t xحܔ- ɭeXg?h$f|x2vZU@A8 r|R/׊;C_$ꞇ\ݎ>H.u=)u@jb,KoX@mH~QJ] `dzn\,YEHJyVJSw?%j,h8 R`L/5ҏbͻID//[/*.Tw+ Uʚ[NidfM?fA^"z օf$BLm;xѾf5IUY'pE_x<t(%ed ,f"&E}8 &K`"8*x~T% BmF)]ĩ`O@[zπ%~҄1_Z'9ӎZ+`K&$ T ~L+TPyi_trxxm`#e-sՌ-{Ϡ],dr)Zg \;YQ'ku 4"^<b+1Rl܆!'wJ!&_[#٤ْR(40%H#EJw'6qThXKqfilXm_, RȡKh@)^G6S&CCicR# A;PS+ԉ!in.6LnW0Ova5=dRAKs2 2?)c> Omn$[^ z';3$- bX dq2c7(508`LyTh|}"ׂ46?#jVh3چ;ʍ MF{3֮dq#ުD 1[onD2{~2<Ԧsħ5!͞_/h).c]t#/ zfu 0dhѸw4/ϲ1 2<3$PMKn U[Zďc $-_bM ):sڽ3lj~k$3hr(|Wꝍ싕ҩ2": N6py#H+|ϬZCZ)}2nK!, 3:4}B[|&>b*S`=tlq/m]`CƊRdREX+4$(Cc(Vguǿ񜷪5q!}[ UgR/\ý[+1gO+[6Sr^G4|&i`Lhc&QY;LOji& pߡL*}n̫*.MꗬgM .n-05@뗟QY9.LQȵ,'矉KuAKZÞ=15P: ޹& RW~ިH -lB(OR2"=ay5 )@C I9K_o_[!LE"ì/r:ؖrsnș@ѱKPL4M0DV> }ClcAl,mMVasEP<sTTlc`tHjݻ |_l* b'ݗpw{}egt2f&6@m{/^s'l6S/[ggM`ϱCĵucH2xV ȏP$Yzg)U  \*=.mUkLH\(4`ޚT>3)ޥZ+~)~фG""^r;/YHG ܮnఋ)|[*IwaКWʷU-ASj{^mm@@=i% kKE"=N3YW<1֡Uc7lllw6#4qV#pU ikUf׼a\ԑU}9!@0:|~X3îPH@2BeA wg]|b_dvR<CF=RyqU$܏'($a cA40=\1 rx **)A>d+'G[erhd) lK fSDzgzUm+#quPaxTdlt;r!0{0Kz(u4v$AF!]֯<ȭ+T)`6KO9is*.5qgp<kVv}"o]kKsA.wdQ ē@Rx\6jٗ03߻#2Z-v]pv} uoga볉 V}jT,et 썰r Ӱ5y5"\EZus>erySO5_2jSqNLCcñC \L%<]< X4rfG5P ;EoA}Ϲ;A5 ZF˽'-;wb.4ǖi^䄆 =MC8Ѣ겚ڂ O0>X ,V'v",–=I« %o8=>DŽ09\x-4'84bo&FZ"sɭwImdQ"9WRa:~T#"}UfE PrEFF B:#1xY q_ Ϝ*;DDX y!CF,`#;MT@_&O|z*$ +7ү70}uuSS- xgx`HUa&BE唅;qkˮЀwb#NOB#?]D3_|v I'?r5'm52̂dV:s vͰxgyxyS1Uhqh"qKޔj%, \J.qy2P׸4ʂ?m 2m18w=yTX'_!ӾdhH9E?&.K)Pvl/y|| xMօB I× E3dL5)'uhLbA -huqmRVߍaW@xϔ1R0P#={P> On6oD6!y)4`ư5C@ePbxӦhҘa#N:q9ݟomwgzmjO'Xκa `c>VG2H7Xv;qF"%|'{< -_%9YA(bJ@]"daFHV tdEA=̖l0J$\F !w[E"Mn&2  濜a-xn,HA\>{ˑ JBdc09+yG/QUّZJmjʲU)2/|́!ܷ`k(Q> t6fmcW`0E`[C$/A~ Ì5fW[//p81W7_4Ke3CԘ,l'.mZ0kLYݯ(!c>!M+7kEFD<ò.P{=^IZuKds7Ex7(]LS0UfИ5C>9ff`׽yN_+y;ˬH)yV_" lz*\?pw -T`:QbnRv 7 IW*>8zYM$z{iVLV$yۜeJVbQa"? 0a" ҇Gt'n7H歋_LES")hBfmXqG.z>zbce}ΛbDQzd;hi44.$dxW_W+";GUiH)iVA5 }XUZ >u{kjBs"C(zk&y2 >hzLJȂk]s7i.^3e*$pwfb##?2"xp ܑ9(>Mx l *xTl.a *m8J|zoϡ@Yh 6 Ph (S"3 *lb$mQ3I8w?vke.; mgT6Pya4zQZ$!dhlp 씅>_ ɛS._AM 7:zjD"W(V.}k(;t2f<𓞾 |l[ f!9ÖDjyJY!({aeileq/Ad ) = Y[6@Nv+k C tWO2 ;$_M!FǷFj<2Hp>ТCnݩ.hQ[1Tϡޅ8=\-M!L: [0I} D?Z K!i $uC1um O]S) sMU?+rz5ndubCp<"DX1lbYI=K\i暬,"[|[:=`j7v9.Dǩ'k\N_LgXăA#4,QBÞSӏjުR&b QSKC"6fj@{<}:: pߖgO 1oο(CYmac~ͶJcM([#!|pAgN<9CTIn"f_i%{6mxvt`Z4eLi.#10V VM|Lk/Z/y{^D;Ekֿ1@6'\*\ϛ3<߆k~`f;*F`-0ӷ!6t/}~OlYelΩ9vNd2fКe1$#ie%/5"{N|iK42&ՔVkL|ş`,zQuF_j7[c rb\Ȍ5D05?}.b~m:jg*ЀPf^'70q'h 蟥J4y?ׂgl² TN=/ Bxkv 7tY |ʙK.*AytqM53c_C_%)t'Z{ Ol*} vkQK% /4#!X_9JTs0⹸ |hdPݢ;m))Pku|F9ǜzj}/&ەͅxTp6{U:KJՁC,G:9[KbxΕ1]xU /KxS7w&ڳՁHEM%sR,Ѥ2CD'IJE@l:ts*"_Z3'8GuбZ bؠ(Y$y?ȹwv't!T،wӣP_3[(\'δ\aG{@Ql-%_NXiN08oЯ'Vwnf<:K[t*yMg|̝Av+ *6r,' D)o|qO,cbs l+J/Ya BmyFX͖ҔS80 s(87nk@WA5fQ3&0#eKx,P>@k1WYRwLfI'N~S"[w] klvY_n_ :\$\S^Ȟ3~%Bwͻ pAGjf218d=Jo4OFG'P*zf}#pՃaA3ש;į8RBQM5M \-b,U vsD8YaM =B#ٟ v D$NslPuRøHΏ#qX@\B8 >9m+B@~~c7*7>Fדp ͘v߰ xK ZlMe|WlSO %C5 l8iUk~lqK"t|Jͩ@bp[`jT^ۑ*Z&lǂ4FxujS=6'S]no+&nOGL9Ya%T]Oosmʸ0+TEҢVPM`=]X [7TG])Ӓq% K##C/j7eɑQ8vX+qc巶~vgѧ#ZcBiInaVT"Vb^#^$w<,ܤ[!ky*rٔ$Bӡ w'^8O&nuH cvc.<ϣrB 8}ɉ.{ڡ |d_dO& (40+8Fy10UhP#C fl /&5vGG<'E ypI+=WI>c8Dܗe0[o<m |~ԙAwF:<Ϙ`ܿ-Zhs/ xi |MBA[`DcN=[nzD Prdִ= lq ja`5L+t[ rzp9~f`J22~ l F 9\lY%g#z" 72rZV9G7*ԇpnLy1תG@R A!Pxr`v^ۯ5rM|.P} t@DJ0nnIhq@zN\\C\TViW6`ֱeo;~OP&Ibc?o: %1cj}`sVǕ9dzG ԽImƞ6{2cQOu*-#!7ڠўs68cU=gpXvҴZ ]h]UYڞ2.5t2jL;ӮrPqrB\;tӌ̣!z8pΡUd͜y*řec({Byi$7*|V_5V:˔Iڤs;a]Y-;& j^i):-|c67O+z*c|B[rJf@+A3T2)@^KԹ wgEE[\S=єU _y #/"QOg;G~]Ņ;S)SVT/ :xwAhì¬MOCP ⯑oDէI`SX+&L]= eA"( Pw% Kbx3+#’tQ<DADL OY JRНz*&%=xmZlmlDlgukFug3&p ڢI/k)%Ux.4>D\'_#9ڎ9iotM$LCF/ epߜC[^kũ|~ V,z$Ѓfϲ59q\(:eb " ;5P!nzΒacepbPoi$ Qqwڗ^Ƥi٧px˓8~zAGoizL sǔA!\u2Ӿmu8PӬLJS}QQ~DzAݸNN:6#f>&8~m8ly!dwji!|2V=-O ŸU!#N3j5VY!|UE!)35xRƱӓ,)p T`p ԃX1K3p2ъ ~Wk8^qH٢QdUhF:64Vމdpz7BUd*lPT}9n٘:cA([<"wL}8eC$8yյXg²0<J‡`\K՚/}w9Yy8$3*eTZ_oxF0Y~^6DX%2f9WousiݖXbLT3/1P'!Zz b+"> Q^ ֓&!L8^|t=YVn"iS|$$~AUP9|z5_[L{x7t,q@7k;daZ~apIlu}?odkc29 W(8̅gU(V29# hs$ޖGfUrq3LiGiO|U<9NBS㖰$wGJr+ݖ.O)U0PF0ߵ? 6ǶDm,BՂbyT h=t\ {5˱%.SGDn&S'ב]<fDXQv3Qíb2%ѣ”Hioer~),k@PqulS5\^0?EA#ە|+^p `#w#Jǵ?ӷbY.&mll!7G琳vn5(e]6> =UD>*"PH/l%7?>ŵ`&0EQT!8P6RK+1b"I>e9 WcWBF2s9ho9Iddhԥ!Χf-F?|%poF]NmbCG6t|qFmN48ڥTk1Oy蕊zZ|<`_m"-HP 5t;ԃ/Dр zOo*K:lMӃ#~c^U!ː6s/x?ޕSY8 =1}@ieSI*HG"^um4R עwgJ KazE!5gҁ(#ߏdV'F^ {o0Nty RܭdRς arp>hN<ͪI$̵\޼ʄ * xb5g^XSX605E<:k`NJOс%sO%945tril:'НztIFt)LͺWdGH4 :PEyN9؅HI|RFMTka4X }T"j$_Wo:pVˌtnyj0Q2'bC8eN=ĕ'||o7͋#:`o8y}Hq6@\$aŞ i2{YKr~[5뮆,/EٰJ0K`x"ť'PdR {%ia7z<t:=RZ;l}\!n,X$Ӹ3ǹouu>YYU)tkB~%ܱD\,U m~7miSmyl%^|_8O:gyBGwG^@SR,8MJ]|Qsj@fr<:pJٛXB-/K:~]BIvpt5vU=;"m.Eic|YgYXzmb3Q_ 0`I C R5kxfvGb v]ۦG!>ElY8pzh`tdoTg21&ưjxL5?gW;tjRxW/̚}f46&A{nq 0Ǵ~8Lv`^Peb˵('n7Dţr/gӮ^yff7${eOoS(\U}Όį"/VSIZnipT%&jṱh,hD<,oi;x`c9"ʋ(ܱp(WJ(d 6F+چ#4F;mzpW;{x"Qzj;ڣ.]zAps{ =%|QF.C(O$'rfoUKn^,62Q UIJI֓cmH1c-EiշsY;Ҵ88:Oq@PN&VR9)붹+z.X"Fie6 d0,4d BE&˥ac% Sa~뜒>t1cM;gRfl/Vb X? a>A<\bGP0$9qJwqc k03.`yox ^.duՙ)H.1O#9MJaтahuٔe~+2%KnEG3r쇡lW}q =1CsmgV.!&Hxđ~{Ԗ9<3dz8ug~ <Éyy4_4J èеQ)[4ݷ7Bum' \^QD_!ے, vgIv4tPW9-D'v/^2F ͷCq3ظLQJE'*u zEDh)=8 .hdLD6MiL]Pۯs-9sozDƇH{*6+C4X7YM4}hA'a_2){ $O:|G\,U,5u~uekP:zď|Dh& 2K F7ƫt⮝<5nE2A#W+$i,xQX#٥;?Ri> N51S) -Q g[;Wjc*MN0NE)ev*MsNnt$"mCZ^$#͆tzT7:H]yGM"%~]Zy^4;ΰ̡/ q 5%i\iflu`6?!i`{L n"7 WpIN쳋+KOβƈ1j0Gժ;ըc)!wuC˅Ees|D75ak8QIx i9sH9j /tC`j' R|Lbj tB mR̡qEY)(BP(ŭMN)P{ js?HuoaFAt_> H> 4ԥ~EIaydy!K"t{~޶} #0f;>9Zt2KJmBr+Y6}Z:E41$1n uPD$]jWZIr٧ M/u`RZP||ed}Єé?%{[s&S|hN4eS^q6v|dBpP|L=e~LZB?crz'ƃZQ(!osx*\oDZj*tNʭktr$ii@rm Bc<.eDRE0vsder)wS3o1~C\wbs-%B6[ϩ1gRߦra-M6TcqZĵ jI+Q *xĝx|3%St7;ffW;Ll#U)̲4'$_=}"83UM9 %A RA w%4/6 C˚  b8J:i_AW ܳoZ0B:3ȋ(L1>{KLыG"xÖb.f@{D<%! 0',nM`'<4)F!AW4/ V'T&;M|BcQ҇7hʚ*W\ Ƃ3e1*8[vic<{螦FSu( mZ#))%4TԲ/C$~M 5h>r3Z@y%}c\/qO&X~N׳:ƨuC@&ÇpE\D(SDJp]R)wfyaGoV>A&C1z3~|t=In:,fDe|rr-K]LyX b ~{X m/DrkA ^1$ͼ1GW@ aM'33g]E_^ 6i\1~ON5#E/ ɂg=jf:K7UPrHF(Q;2B'Bw9v} ,'R Y4ϗ?Ȏ-Jz-oDT ا4+ #NPBatI!7o'Y)ƛc;9ҦmozP 6xO@|Q'UNߪ][ dՈ./oB?-aS xKUP]&q->ArC#;lA_mi?T~D}%QA¯ 4k8ן`5'Tm _ |^x ]iCͫ/F[rbh)yx9J:[zm* }H``J6"WX650T@ E rq:#06y=ܠDzaKUOU>?P_qUhLa#_zuUG&Q0a$ hL9lz$nuo&/_.؈`lS 61i(H[SôvqTĦA}29?i6Ƚ87?)`g;EّiXjg7(F 5ofPQb* SS,-*@kGRC\=fRfa;&5 veX<}݈͗m0AXK7JOt -BRSF(##<? \)B NxW)37W9t'*^NgޟgYֵ[&>*k!ZV˺+}/koH.nXEU0Ta=N7Pu TS@DK<߄)b r:oC 8̪!z qڒ'#Y{q#v=.n,k?$%pƐ`rsCjX0fM\1ͧztOHsS >>4n@Nt]^I_isC~$/bXv8'>&96rOq|&" >|+u]̇aF̟[0YsCUl &g'2DZN<;%nF9?aDm/$1M}F"+>h(`#mg3,F\Hϧ?oKبB%=vE8<*oS/rnP @& XBaŢi0iձg u )U3639fG([xÎB .,)B7̤f8͊cyV51fUPf ӎbw9M Pq*Rk5Y,SX{&_c6&>~ S]֡}cJH&Eu:uS>Niva`JV>:|cYw k8L=at**@[|7bV(6VxZS j/:\09hh=BDU8O<I9Sw;:LQ"uI&LbƧ裎4=)Tf`_Ӓ]\)P ;ۼD7-Q`  HO~!ήT$% /zBQuB7chwmMtu OgWS7ѝ\ 򔄍j@x$E䡊WPy[M~oe Id:[bisERF96pQ\CZ\LU|鱎4Bew?-+g>MNihb_ȆV ϊX|tOp z3MZbz1}0Jl7vZ5Oh?Ϩ  4y.:2PCS;؈C<&FU@ V,ainΟǾZͬd\OA~6I䞐D\CX|U8I\0S&aio\x- 3o18bpו9z#ܥTݩM}|k/J)8z9G,I4g QPJ,l1MSSm>X855L㴌gŚTp_.1,@syI,ߓ)~/-(6Ld-G>uo : \l }gWscT ItB [,[tp>a^T HOUm8m5 mhُf`̩ofm?z)Yը2T]py˥.bI;:W/+bv;!R\i ѓGyo -R r*kq wc!|Ve=5< ۃH䙌OQ}ƅ&ke!Eޚn^yW%{_ljB ꅑ6"xG͠S wXw即Rr4bLj[ٚhΙ]Bz*/c IfHTߥ]GjF!/3j9x =X3;'cx:ʄzK|u+B !' XFHㅃɩ*q/D;zu6P2"00P8d ;Ѷ].>֭ON؋\ W\Bufn5Qmh~M]S;S쌻o9}!Yr~lj^H h$?C*o\nАb17:҈p׀0r&ΏAi3kbO:=!Q;[;ʴ㏻4bӐgۻhƞṘl%w!"n;g47Vj.{D!#]=Ɲ}=YMS-Į#M+oҞm4{ 5-pewo ʱ(]M\lqsA(|r|(xf_N<1/%N&jK;]6I;rbs-ENhl 'O^rFaa?2!mo^J5 [Y13Lu={9hvڇ?6rFLKmx퉴oI'KL(,8&d}izו%|q#2j&'PīvdVdJbXP6{+0ڦ&}볛tI M2{WψS]9V=+P쿖 &ܻenHDZ1@@U!|i%Eǡߤ8<CrWϸ@k6"5<<aq !VL}ȡz0OR&|''#.6 N#t#`Uee0#`gG@XC%2G-Zeq@u].G%͇ӣwNbU^kQsU+ ,&kX;+gM$S?7Ji;@*QzX-LAt#m=f~:Q=C/9.EI,(C X|~)UBLLJu@%!4TawF#wǻCn.uϱœQL(E X÷Y*T,LhBsl,JMɈE-3LlE5D,nz%:#^'np{/d %6:e:j2se",=xKsQ E.>Iꊆ̀6:4&ʐlOۿD/e 0>|QVyP(=0D$U-1O[#X@1cJG5y #%U,)63GE_~(Yë6f u[yuK{l6$1c05d_~eev:S&bt ܢ$/|ѧVUB RVXdlvjVRPͷЖZ+rajd^$ DKev,8q+!XFC*$؟1U>ֹH Py[b$IyPsIVK dh =߀%6q9*)99Yη?,+ck T$Ah$*L}EJ bD81 t)@NAb5p\zTb]Ey]+3/B$&rפ i.&Xjv6Ŵ99fm޷4zH xI Sϡ "ѳgi(+r|Lfi.#j_#[Ӷi9ϩZ0IT˥a;Zr4Q7Srf6[阦V!S}[ ׋؄>cK}lWXnwR a3V"dz2qg'<e x?vJU+qgOQI/#2Yu[35rGwpU;TvB  ;$E &h!~9l{>W4\SU@~ #\(h(L2C~yLqn Tf N<ϝ9'{?Tؘ~׬7zpgp+kRWliq;e]!1芖1N#Wpڕa-0H+$r sQDB2dzrWϸZf.:jߓ+`&PtM|a`E3DݚLD8s %oL 44kO^6쀅Ӓ56͑o0YX .EŔ=.CO3J6~K1mC%,L\{/*[Y 6>G;8L-vtq qy3 )? x'ÎQS Mxi%Rsi9 om f)l`a *:ۆ@ ~NiSHFo**nVi|ե'HF.[7eO33i^]'yXxvmIhNh~oS|8|DI ^Fgj8WƯΞR$-8)m٪+ /870,ǸmfCTUv.%P{iYڵFU|%s$Rc/7l1 >14K`'ɏLQW I)Q;AqfP YbҲ$OtnFgjn `D:Ve]=bI;h!mSw_:0>^˕nrVm|/d`naB@TƟ!S4`H; S8ꈑb(;J9R}'Vm.{|NgRvZ6_޸N9S39o6=W!ek,u]fgQ8wiI~](d'PC[;X`mٔrZSHrQ $[ZCzj᷏ QҚaas;mUtKt6 U0Ѐ@ݯFx%WpgvA_pM_}؛FL&/GTOVV.@^nV\ȍB4C&Ct`JwsIiSɤ 9k1B=)w:S*3ϙ<͎(;ONU鳅W'ۡxBaTU]eHLݲ'Xv&x#fJEm-i_6LMKJ6iyc9p~dTׇ21'wx8T I_ꤲe\:PL{2u1/;4剨h\w}t `s^#[]I6|2gɍhK1Z&;6~`L/B귚.:ͶK#%4F>߱E*PYCQt@X>h:m(Lu>=.co8̺KwH'Ƕ`zgK(mpR)%|$+ kح SLgUCh6y-8n/ѿi3%/<{YX"]PnZLFLөyVVe'`۩NySbC8{tQr. n*- Km0 3N$򀼬qY6?ώ9.{\vקX]q䰯jŨy&7Er0 hM:Uw56}O)RE%O2NSsq>!O!ժN~ZJ`! Sm^-1]С\V$74$%&}-Mmpm-'(\Oڑ Lگбܭ}g0Km~]2MC<\$i\ 6#2Tp!t4le? 3C 5?4ELѻ7Me[, Ԏ6D?'Z!+(eq}`${8fP\6GmŜH2 ?W[Z{0Cm7:ߢ n> 7~@8-"q ; oC}jgDO+ Ľ,X6!#uiRQ-;/JFf}JlHc jeۤ^8b&҄d*kx1竫O=_p&4i.ۣqL3&"7b){dA!&ǡ\71C>es~ 9Q 4t~4fjA]`۽[!\J8v =~]ar!pٲ55@+{_bajZug16K0RSR[^Zr>tD>k 챕C 4b0K1x ~WZ!ŀcbX`rh"a6EU=0:1mh"i!{dl% .! V{XXɡ+IbXaWȑA'=`D+[qB{YKPMHK?:e 8J|r^U?&dIch,xGG 5$% fS8J٠r4cYc+_g'q%ABXF:o ؎$ CQQxVNFʦKyiQR'1ex% ,Cgx0~6Mj+PfHj$4ߤ ˛$qƩJPIFpؠDaWyP) =Ȥ~|\]AG15. [^QA^ʱd4@Awm Of#?5h6q f kdG֖+ZbMgHtaTT5oh0 }pDg( %x1˰.BHBpi7rh߲fCݙ-kn/GLx(2Ƴͻɐv(s(>?5 L|:iȡq1A!d %Oۊ䀬.V+ OW8DV 9ky5_ʿE8B$إ'-ZLS@ g?ٮBDfD1'?gG=pyA4Oi0mɐ55kfbSi^Z*qh8A^,*B`(yN飺K_ﵳ@Pej$.jqN@pɽ^Lw)g1Ⱦ:9FO=vvB:>$p`7fObZ|ޓo .Pww"vxTE Z>$m|}'Bf BBA={lExv?M)'[۬ W:.it0DhmY[sO*+]an/4wԌ{G ^PaJ!0o uXv' HI n:H$@7 moA/_l`kSBjt.a Pj2ٓ:r:(?Ѽv#p` VX2b[_")4vMԸXLKR 4L%xpzY#dI#CyZ|l6\*Dc ,yl{10v }e9'TWkFil18TdRsr ڼZlTq3Ո g*s"RO΃=J:[+zOƱjX?A4{^+גI1|SLG,h[Sֻ#VKTl>ǟw)ڥY?f|6Fw~E\LwADp_t^}ͼ_6bz5]H.qV.*ȷ@-kX᷇YJfAqONyqTk31'[$s͡T?F:*xHjC8ڀ/qR`ei-nmT͹ Ś# +]иIH jPܒ3՟ wxDl?m)7(g-M R[F #6[\ty(ꖘ7T0 S[!쐄{pǨK*Ў=ŮVSkw.spQnt7ܗϵ壬)z-}.?('G' m lcNEG< M%s+v5/I0^?Z>ctw,U~؋ŞEyS ͧنʑގ497śБӥ[dƣy|-؋nMRhajoz-O-Y5dlP F^kum䁖<'va}aΑa qSM bT1X{$*CT}n|;!!y 'J R~۩2mEhEW_~biЖАu@ ͹L>yޭw=ERP|w*iM:b+^Xx۹J$*.Wx2{|4Af=_SlS}[1+XOR;3Ŋ%SP#nbdFJ! %qHtfM]7?;5Eڎ|ئq̭l'elv҈F*[@&>;_z6R D{BBJz',}M)KNAE[Fe,˙G̍lG4\J%gN@Z0 9[B48wV̹7M"Տ9M]!=6p|vD KObޝ퐌5^:\ IYqE',~-[=1gx<j@E^[߼V Na9U$p"7uPW7 JZ=lt/%%椇f80(#<$a4,lIV-d϶ Gf?~ _qGT9 4y8蟎 PI5>#Kn@h^NHdrԢ2MPѽtfŵR5(Qug;j#!ݣ.6Zױ1S^ax k-дzpSNFQ;+߇{f|S* "PyÑLX$es`4|e΅// [tDB"v;,e1GU&AI&Dܺ5=BSQ>`vaICdpΰA,v?_$ZQsȋNazMUıʌBo<@ⵝ2BmU%LvoG2 $p R}-qQ:I\5{=CmyHuUEY8Tea K bz՜]-hr,cHBpi +)نReaiLQEu~$|/]lgaH3psۉ5 m Sy4-)3hl,߰…)듞7摑1KҲI,2-W7gT.`:ޤZ 3t4K و^ 4U~{΅Xؖd o=@1F QUjMeȟMOLyh&d$޷ǒUο %BPGHV9 L|hDb>}o͘|c~/PK ZAp-p@O=X3QwEGѶnD? Пj2k8ēE3(:nm˗UmyzAՋ(bX\]9F6r2-f:*%{ _ЏMԢ]J[;΀ap;:_ǤZ.>Y SYx3,<YWĎ$%˸ZA 2qis ~!3MYXqf6+b&34ɳ,x~N!!|1*f!CA/zᲞIt\oDtL,+Ry?NHP!-KcK+^pJ42&ԛ/h"j-<Wy4s dx { lts_Y^5Y{-),U[k2Ӵ/cy;A3mʓ_~ ?׾O.bkؖDkbäxvziA@=J&=a_r4a8ӍìVqi "5+dHXC֖TpuKK/wTH %.{/;CIF&w̵"Vqde.%8*#8敨8۲@$3XE" *鲖m k]9_!7?h 0,X_x)*GJW(Y=yIސH8Z}ÎDRreT;Vrń4D0 cj=lVQdI͙͂mzbQR އ4KT,p S?4 TW욣óT̬`h~GBFD7\n*HQL в%Ϲ>i-nZBėͶv?GvT4)ki &PesE'Ȟf9RP%gno!9N*At7VƔ-)Qpн n4]J|hJ]}_Hd8L pQ4yW('&%~Azg(ZUڅQ}|$2zC&](;tu/A 5)@V ϳb2_y2Xɥބl>b;0zW.A]b}\8v-Cs#7-Fxe{4ZP^KRh; E4mm݃ b4vRAz%Ws!XZl?*w)h)?mOǜ aV]^{QÝ4(Ƒf,/~Sjew˹UN2$Gp#R}PDU5+9ҽ7L޿]zo1[r<} qEϊo W݉.1Y7ۿNLl 4Ϳ$aXhoߥ\p]H32K:~9Nq6,A[#K21vCDm_Dd[j:ie+4, #Ϙ `h[2Wl( r DzIj(/t4[ z|S=@ ЈEԍ<8Uh\+h .F2TBu0BĀ Gε@9r(2OM`1DV1ې [ŻSpb)"c{E!O=L )TBgP[ai(?[ǓRHt7GTBzH 9ݍWTT aA>Z/]/}f$ndk   _E򳢟=X +qzk8'X~Tb ?' ]|0,AoQ!' {+d9љ?~FXHuhE|A> djU6 o*yc%7N֜SZE7v56߿2^\u^JuRV.(C@m-@G1Zix7Ū81õ&pĭW/v[t ^p _=~z̒scTGd$ŲD4Ykm+~Y ď]pPG p[DL^jtS*~,y LjCp"x: ks/Bez%f9ڞe )=Mz񸋃Hy7}XFL,ϊCBTTu_98s_CpLMUZ<~SsVC sWx ΕB"'by6J2|+b+m vqV1ؘAon= dUl1.3:dClCNjD.t] \c 97'W5yft零Dw@JzE'HO;i*MbNaVALOnH݀\(`uԻY:kM;j_ @5|oSo5A6d_Bd"CćGm$#FUᗎ7Qʼvp,pJӌ %]klqK^@*G )ѬST6|me8{saE>m-W2"[f L<ܽO\dNVЕ]:^NB+!~}D釲<ۯ,%P*ůQKM&C>53!jUoa륵ʊ}7 yZ2m~1(99c1o3'EH(IV$\9 O'R`Nt-(i>^ P<3Z0I1Df;E$f%y~R H My(beW~aT6cfDp5A): XK mö}}!I)E'ӰqT3R$VwReW .vBHЂ@"G C=GyGUCHY$׹K*!!'fZdL"Mqp{``=WӮ`hwPH}r/c|4 I~+=:9YݺZ)Q$RDb9|ǣܕL\v鱈8mͅcy$-4G^}$i}\58"J2 bi:n1o'xiM_.0֧CV }w9p[CϯԠ5 zJNHhfLSWNI:l(48?s\u%ϯP;4߽ Z]k9vJQaC/PUkww7¶25*1\$M_qF,$8R28K.yOm߈ { @LS}94hCm&ўjUwdQXj |Vzڇ'bVS2ep@&on ;=#b" BʨqfUqT]F/pF.&|DZp^gY-׉\6I4t5lCdL[/ײ Ti3<%53P-]-=lѶl-PNQ紪?ÎTjY+jv=?]DRŬE;B} )ue]0$֣6rMR)TSLGŧNm 1,O/FH'-{'cYJp"Ta哽(Uo DZhpFWe6 HNh(ƀB]>6rPJ.Hf4LVCs +{b1E QJ8_|d4.R֧<$TĺTd r/QAF,+ucO=ց}$T}H)N9d7j|B' Z~ؠSȽ 5볒t쮝'w7z[a}^ vo__ӽRW}e dT}y͋$`Ɛ'{B_t\'P]50FƌÊjZ; X/Z1}JxF/dKeWI%jH\YJ Sf2N{ig@r߃"Q#l5rՀL>bz*k@o ޺tSsme\~^֙Pp9?D툦[)^>Iḣ篸f@.sb̜v)2y!lt#ׯ&hu2aiG sЁZ'hI,9pj=.k®[פP"# 3' >{ Z;wuG=Mrcep REJo;G >;l)MPt: A"_[A!''w wNb4cyI/##"4z8/N JRA 0Q-nK񚹎 .VabO%[2]{]pz#\WMCtČJFg oh;̔!_A,/;sW̰$g?]KI9o3 E g1L^p "@ 8*4tҫVL; i1;^qiTo1)#ʋwWC \(>Nc:Gu:0O9ʊg+NqBfY%C጑3X7<|h)Ke,p]٬L.;{8V1[dW +%ʝ)/4fZFn>R,YJԽwƔ9T;c:ܳxޱF$Mc=>ڛk <2ry\.~4~W#&,Dm]4ख[۱a-m@@`ZRʼտZATo㵥HdW \"(I ܫ G B8XMcw0;u1mbNy}*` h28+ELp>V,c}Mb-S6H@}\Rm=9X4yjC[U%6ϊ^i .>fϙrcڕ&7 lAf [ծÁxJ"r0kƋh?K!8(\~0޶ \IeW@£0=%\XZTk[00>b$gZ`,pCka4F]3N8/ UIoYCT?Q=xYi2$>w?Rt8 &X/5#Rw$χf|V)R1&+H_WƱiiq"p'0oo:K;xy̾d,_-jBB8NTP giu E)JPޅGWg"XO-u=*QJ?펕%Hc|NNPO }tBTPߜ!ӆz 'suؿ#$%gąrP-5p"1$Ҋk2[y&X&M8=fh5/ar: suMÎqIebpC zp/&$BsomE[jYxD(ֶ'uDF1 OږwBKiٙJ.H?%6͗ e{PXOD[?%ӭc-hϘJ Nk j\4Ƕ-[:-ڌS"N45"Wq[ {c8_g`Y6'x*5;ĹGݕl]X?tb cTc( opoл gs&]==A$6y~)cש'S9w݊9i*dIÈ-?) '@Χ*_*F!R./o+Tv߆;OjUf@tz.#n~USjۅ=!jpsᔻ&z8kFV5U)Zڇ\at c)w v.O3O8X̡z"iVtM\I(8Cjyk(PxJ2c6KU/Ȏwxjz BpRH' )r0˥t]`ݱ_e|ѡน6_߶!9Eݤ?>bsB *sJvr#E?|{Ll[ÚRУA54y+Gjl^ 5 DkDZhI2g:! vEղδξ&I e ed ISNl>Mundf5KʀJS8$I"IG\KqY&Kx2k hF+an[%Kg|f^akR?6bl_0SJ9!MઢZD /; ㍜\?k1.15߁j[w2Zڢأ6\i! xQuC6֊G=^%*z6ib?&} 6S<ަpOcn\KQLv)ST`1/Ae^Ci)._/az} Yf8/G0ȒrBF3t 84@Q+W6,CGv>݅7h{<;JWyF^(@>]@J$v/͇-5)Ąr~٭# lg9BGj (vq-U`4ǻI׻) ]`!kG o[Dr1+qe6ü"H1AechWm|Ti/LH`8qY tcR[e}o_7P /@}uZ#R񞻖w<+uD]\ SEb-yNу٬A"v#HMxAAAdZ}u'wBE+8fߒmlq-bEcbIZ$:Gl;X`9Fۢ4Jp){0岧H܍90z-ruXC^Y ہލk_C\ K0{h;q0T?mpWQЃQǞ M8׍UsЂatVo}; oˉ;"drN癬ρxM'鄃Y:U=Χ95 {eJ|m'>d\_ i ?V՜3q 'I)=ArU ЦI.a.yCmbw+qexlyCLD]THb' *qRZu:]r؄xmbߘԈÆl!qk[藣F<4XuD/YSwp?S8e|ZvU!t:U7g$g7k/P |Y&~_oxӘWӀf\Wݷ)Bg>cuptKk,5ݹ[B߳l(v!7e`+e,9z^$GU%ɇN 2Ml%쳏:.cx[6oc, x&J_MpķRՉ?XE = T OpyҶ8t!v7Wf,ҕ-ג9m=#9bR&=b[Pĵ^tʹc8A@JLg*;xp'lC+nbSkb~@a<  U_waW[T`rӦCd Ndd=׹ ֧<|ű-ّ%WE /nnu`?Xocr-xeǺZh5нg>ފaYfnwmӃ>pDD{jh+b Gl{UÁeeZ˩4Refq=5Yt'UM=MLE5TC;v;mL71>  ѽzb6Rew$>dzW=N{MH;L,LWS[Ra"Df*p%J}Y q6,= DɦsH_Ќ؞!7]X(訵юK(Gᆩ~|45դG{B !&:HxUI &B 9…~g6+r=sڿEHmuN.!:yqoˬg eM9{1אlbh ojj'lG45GRC0<~H5't!%({pfni?kTr{SwmjǪWf-W6eDKuX-\t-~ܨ6 ]0 1&-YOCCܞP1&Ą Y8$K}d{B%@-jhɂ=3KN%#kyk@Pryx@{k͠eo ߱&ͅ^l >/P,ƦG,|PMO z`|N/%;%iì[$U*lmQ[gOl+z0ц95 !} Q+ddhEJYELMק(?L4r4ni%m@/%:ᡦvE Ƿͬ"[6z) F~kd`\{~~Ϡ;@QSiV S{@Yuv\_(WB 1홭2_([Z<@X;C {δve/ƟW^e~&,k3# x wV"Œ/`.mxmq T<;sPL9Msg6] $(~L;\d* 08BǞƋVpG'S =|)O! XI:LOj|RߩPpzЁSxqba>MP!iUI$FǟjxJ8fr0%NXFoӊG t[kN?X/ =C1^LJAXa*%JxaZZ#P'ƣUt/i qL.)c+lFmq]X}:-1~۫"D c*AlbGLI.Xg,u\"®r ?K}@f;[ȟC?itǍô[\&t[x%lSdg@CKVU ':ܣs!W9$=:R򫁒vJHq_1 t|Zge53f+ _V'Hw#ٗǴ@ qJ ݼ:}lh!%۱sk:$a`Uӱ/RSX=u։oPZYKRq5(?lɞP9 ݽ+ԮoWQAZ'E]_'qs; !е}>?T5V_!CCvwޤ-|r&*&tE\DEIC|ny$//.3>sV>!7Ÿ\Zf@O"zQn C0<%4dؔ9~UE tpҌir;۝og @wq4}MbA$>>yܾ Lb>9x(EȄ$(Sl{^}Sr$8ie{'GuQO#.*AQ &ZFN}56mB=Au93KΙO7mt;7.d-ѿq-m+\ڞE.a%Z!m2tþnbKÃwO|Exf{AEBȃ5_5SggD<{9 |+yנ vѲ^Co_E|FxZC:+d; f{>z ѿm?5E s{P]P|˿Sg+B0༕!W/}SϱX^ :rE{= b'!y<Nΐ'@𹅐TǭxdfYQ\t$LLHp?Z3&>~#6H$/j66es׶4(_VסS|ѝva`HykOS8E&sADp\ci^]PiLԠXΈ$?OK3'`:L۱kۘMa@|G ?`+(=9Y:RUW!/ìAFeQ.+=ِhV9AOQiuQ>WQ*K'DͮgA$})V:V<&edZgEMu5NhHǴ,rDehn~:@뛫^t%Q輨qϰpV'e;(k>Rz?R}ϓ C ':ܞn:Ы^-\g1nLprff"dYe"@>*F+T/髱ݿW? Q(nwG('QLUR>q fU*\35bLЕ S@Qq="^j\z^ӫ"uL=A \B n7*3}qtmx)y\%PtZ?—X)a}{v P|>x=:Cu8,Y9yRXҲL"G迭v8-Q] rn#)ޠp1\ -˛@[X%1jѪ# 3\ j4LDm@`jjvr X&@s0܏ (EU<<*^ z2y;)Œ3 ]"+7SFD_d )(@1e<ԉ?|8B`,*+@L Z:}\nywɿ~Lg>UmӘLY 1KS}p&Y1K 9@]d}ȈlJC/% +*#fe]O׀!uh8^ I2t ʭFe;-$S%Uv1Dt*x8 \^(=Rr7e0YX֠5hv߫,fEv,x8f@cLTbG( ;hqf8h{ Yi(01u2(;T\ С {=1".I"  u8E4:م`SMb D88= 6vBQ-X=#ͨFLLJ\<^ #eW>|k'O8ɗe: \D@}՚K@!ڐZ'*b@\}K{O=I#Vo~(%?^: 6,% Gx+XDf *N@&z"v r /j|0yl|ȌSpaSӴq0` I:`?O;ڰveY|I%l!y6?Нp;T ]j@x|1 v5\[ p^v2tE83, Ȓ U|Dzg ^L$jN6+.պfN'2j~[i䮕\ʇ_M}(`]qE1ܗUl}ZICX@}] I o:B N;L1W=]599R>ǓE 'VvL(#-f(oQw`my ~P #hI{ě]`(1l߸ })aiƢNlhE۟QR5= }B[]& 4N ~'0"^oU][x=LD6LQ ċSh qfyv MD^O#_ܧs-Xl"Zw s|e^7F4S yh h/$[ rkJ q#J`"T@99IU*J(i'𕘞HpjFY+>r!>( Y6n6!}=؍&y\>/ q~ױ/r%d؂IYW4T GᇓH[pIVjj@&);;t'K_wvzߕSa!M0)=A42H@GVHx1}^Bw"'TJGph֘D^ VY17A pV 倂!9AKNÇrd@eZ%a/G<:!Zdo;\D\2FG{v[a@Ejvё0D9_ROLYxլ`dբh8_prJJJ])7qyΧB/1{-|s#KE ;>!`t!K˖Uh}s}x.1FKGP+>)JqsD "@3LCiJP."vXSȈ#%LBqVBo+T&edl(pR rwANu_  Jh6IādcbI#KVv[⒏n=i C#_w dG&(H ;6%kpҒ+Úi[sgF|59m<$_֜\Nl'V=nxr md4ԢXiԑ?PZ[#ϤL>0bB`l+ c%r]6QwKæ,BZ "}, pҜ]8EQY- J{q|rD`EpLXwũ:Z.|J ^^PJu-V9jb{jQq$g'N{+t!+赱LbYnM@~\?Hd>s`UvQ@HVXm)s(pb0n`W Vo`uCriZ)N"Mwx։0_mtwpcmnaJA1IJUKKw]ZDj\c#G9Jxpa\ Б<}Wiwm0x{\YF8YzS-z󤒤VT|ġ= IQ<cCn"p߬@kWN|8*Z;<)Pm~M:z̮60~Ffﲄ[?;yWo -x;8]mkbu=5buVװ^_Djs=xq"hhir,^z% gGlGM_Uuw[mX kF/T mI~~FU)1dzt@0Ճ~^2?:" :h91QR޿_D1n~FydC1d7J.tR)xM/T@ۚy \ 49FYPvk}_v7C`$JK2vUw.X/-0]RBȷ|9|LRG5N Id$*Xg5;Md؁P/ Yݬ+Veu11$Ƶ㺌*צ>PGѕAi 3e.B ;b+SPgxx @\ uJRyxsSwy+eNsJ8^79DDewAv<>ZpP,0H#a}Q m6 \?F&GjJDzܭ #DX2sd8t*vbUgτgEYCOۚv ~JW y{w4d;_e@{(%YB ̺pҜrK^:< ^x^ ) (*(%KV;7[#mZW-˹-:5/BEP-bT(.h{R姠\+Wi M26pmb{! 9YUB?|—QO$ԨiO`$%1P6@ݬ ]xͦW|Mt, =}t[ jŰL`ecS"ݫ@WΦ~Hݷذj˾aQ׺[dh96ၱô;7?*#t~{E߿K5/I0h=67_mW7o>DTj#KQ1(n|h+lkh(L!t8R.%[WO$2d4yܥ]6r>*?^~6S %&:{} 'P): [ttaY3fʤgTϠ/~Gs]-d,jm{i⌜oH%LMzsU7ȬzĥGY,ƀ'*A4yb\$Z&F <O^5:ʄ䆶-;J`@?r(t5Jzn-$ħ!-+t%7f Rf-AҾE˲Jǝ+`kTtة)OAuBOO@lV/ΛDzQgėReIhviCF,鎨l=#eqf׹1D*.bUլ͓ɒ{T40oALdH ӫrt8u:)}J' *Y^ kOk5;fEjvnVnKσn1Vb#9k[ Y6IH^0ZqD=)Utmq}!e۷y8-#1x6ivku7[+6.^O>ϤjLn`=vF{i N0Uy^@# I9|[6%cw p$y_\x1Jb7-;N߅WDE\T\|@rh͂dIA\ i[VwU|[&_f \ͻdBa+*.㖛Ȣr2A;īYR6Pn#@M++f lX\LT>5_֥GND};6#f(e(rŒl,**Թqu>~*g̍i:HC[xxưf`Ǧel=ٵSU9N9L{&&UDBךk沬nmyJs}d[VuMi=,,|mZeŪjNR*39;{#cBX/(0&|2pzVQSEs&;, VS,[f%) /~Ҟ)8`H23*&xT{ʹlT*t 6Blp)E 6crY{򸝣 6O,CfQZ;E*Ŗ1I #3Tdl%a>`AڌYn(SÆZpt6 9U 7+8^QGߍ8 QhQxU^ٰ nO7(g8Fe~yGYKdv81?_ >_]NnGͿ/vk ل͏?x"/EW;/86@24W`bqؠA|6%&-*119CIr#o|ӊ ע>Ҍp3v =fXAz^A^ۗ>|U Y #YPZ w顯[tt814N)Ϻ.O$97o،4}Dhm H:5 WhYKs M[s}5(%'r }CA@閩#u08$2pY"{ϫ`xeJ҈CA)>Ic-[>*)L;7Ea*6Y덢T/zZ`yog_g>IO폆LkG_,"fi/wg'#RHN5c3RG$@U};V>Ćdvw%s8Q9u߱Tsȏ )8IXfn4V gNсՅFa_; '/ӫ^E=FU%^TRT6+0%1é~}|m- C}\9Tk󐓇ؼfWƦMGZD8l[z$LK5r*@Jh1/jn &E*:nk( NgʁkL>laYfR[BkjU.^QF.94I$ÛIv 54D@ce歞z wOo.oyul޾)x9R-8.dw,ւB^EQIEFXXHY #]ZD{M?Ji=Jd\Jdj|O'lo_ #nʠVȭuzQ}-. +NRxXhOz*NN1u}L#uտ4lSV_iR}wO@9)'$Qv6jxIk ]'ٯ{cY߮Z7^=haҪ>~>9}Ewݒʒ'>OGCo~9knW[W}7Wn}5-*06`o3G7Cup2+5t~<=enN_{Dx /K79^~e_Pg$&X1$N0"w01n|*?wʩ3ޝC05m i 6gl-]#}x#6p\oS烞LWH<8_<<5 -z 5GK]^:g6oIWu@\B _gx_Eh7o/x.* #&ϒ$ |H3s׺%xӺ-,c;;L_=eS? `.nS¬̭1d8jb̺OFi}3H) nRP;pvvvḄHc8[^|rw>H٠3lGSio>ä!1m40 pxr}vnawC+J r=ZsQ͔NQ_kܡFց9ҴCϭ"td oޘ6f6şFW]^]ր]i|8bպEiJJZ4I?gɇzakge_Gf3Rl곸14ݥYM-l@F,<ؤPymM) .Gsp[Npڶ`O=M|DŽ#}~?"Ƕ J ()z̐q0MV >X蓺ѻrʉO31Yz-'2'Z޳&?tE#6ԪjUJu(\<8뽩4J1%8} P\(ΕM.Vȏ C C+X+mz[ku9v}iGE43A(b9JmNA2J1Hk:/Εцr0h{%fC {咔 եY 5 [g/"~߼ ]Qxi+G`aMGOAŠ-Awln߻5 TJy͘?&bJ+<5$htDyWìq&?EZ%ӕj/jm4`dgFP*CŞ ,kǎ rr\JHH? `0_*kuzxi‹k{/1LG͇o$ ic2dSx#C*n!b^ YZ