krb5-server-1.20.1-150500.3.9.1<>,fp9|ѺҠO}PjezƚJn) Os 8Φnc犆ۚGi8<)CGEQ)Wwm "_?+q=<*.MkE<[&3ӷܙϲkfQ^.bexċјu;❛(3]*:ɪal4E(~_ξ.g@J+Qqmp/'F|&8_nRn3>It?dd " U,0@D]~  "6|6 6 T6 ,6 #b6 #6$6%6&&6''-(-,-(,8,89-8:18=>?@FG6H6I6XY\ 6]6^ bcődeflu06vw,6x6yz`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.fibs-power9-18#vSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://kerberos.org/dist/linuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in krb5kdc.service kadmind.service kpropd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi 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 p`@ (H@@cPP  ,Z#E`\AA큤AAAAA큤AAAA큀A@@A큀Affffffffffffffffffffffffffffffffffffffffffffffffffffff05498d7ef1fffaab326a3a4a5f6f2480f8de345a80fb02118eae78ccba88f3515ec7bf86d70b8eb08a87302acbcdd531c762a13e69bacc32adbbafcb451f9a6a6c631f175cfa78a1c21994149b6023c789289452cfecf11cdb5e859ce2c864faa6e2053d49f88019547aab67438328f0bf1ff7d98ac6bdac7045679bf52ef5757ab4fff28ed2a2330fb6c2f435ce8309572d3f29fd87aae0fa8409c93ad29945b2e460494fb5010cb6a6047cdabe2f0951681e5dca522898f2b93c46fe0c7908c974ab58a31550b035a918a6aba61c1811f96c188a27edd0ab21dc5fc3481f17a6380c9843c8ec75bf611accc829e888c9cda9dc85bbb749d3157c7deaa0f6bfabbd193086b68d5ec73fde43b7c7fbbe778f4967d6461e808b0b9cc41699f46c8ff71fea91e5e9500bae8db4d92267d204950853dbaca08beaafd6b0b2516d112308e8a9ff742c38fb5e14b323ed2cd472f05c0223c4e0f655d0624c49ab0de357814d192bd3d6cda25101a5e52937543fcdc5edb725e37f935ed78180dc1733593c804adf7ed2744582d52b01b4dc13ac144b6e21595c6e4c53f7d7ebc33489fd68859dfbbadb14a649612e7a2ec592e9911c5d4a2141b522a8b62bc732f8c9401c839151aef0a2f39728c04147119a2fe49749b98a719b15900c4c0bec07401d4981fa4e14471a1e47a22140b554443a893d4784b92524f1bf3d72ca6c3748879cb96e9b108545f89891f37755cf6e588e009d8a8e9b1a04ad7bf30df2357385a652caee8df1c901f9f6c5da54cd22783efa2f33d862e026e37cb45f88680f72e0dbc7add8397ac05c079e08ab8605c6983015482ce935ebc9cc27c1049fa71e79ee3965b74c200e652f3251cbaa5a4150a43a0e01933b2f7cfc665ef2b8c868285d313dce65010cd682593d9f85f13599715dd110cc0e0ab895ca309a4bd221e9d6c38660475e24fca61d6b82976f464afcbf291a710c95ceef689ce8070b0d7586c762221c267785b0a44b26a0ba776f5313a0d32c32ace0e930f60570ad014c8b97820dbed75ed68dffd5cffc637c877d3986e452533a61091e2a88416dbcf2c144a5700d548991df217b4947011a884744fe85f5cf6ed716b48e27dd02e0dbe7fbcfa450c32afa15512ebe0f06d3317dcccabaf6526e32fafc52344031ca2642b2e7b12b35f3ea9fb7b856e5229d214885bde49abdaf58cf1aab264eb7fa98472b76818cb788e432e7722f4f16e540714bf75c328e9749af32924973a18196ef5ffc8fce1a0085fec4d0fc07ff55383abe6e2fdfa517cc51f3ff1bfa06864c542dae46f742b3798e5dc1871858aeec7b828dc2a5221b296646fb5551ed6a8dd8ee0fb9ed0d7bab26f84078257946c5a963b4e1abb8c6b3ff857b84defccf31f446a82a907e6a0790d7c9c6ff407b7765c704a938cd0f25c86686b515e8serviceserviceservice@@@@QQQrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootkrb5-1.20.1-150500.3.9.1.src.rpmconfig(krb5-server)krb5-serverkrb5-server(ppc-64) @@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(krb5-server)coreutilscrondiffutilsfillupgreplibc.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/shibs-power9-18 1719989736  !"#$%&'()*+,-./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_Updatedrpmxz5ppc64le-suse-linux  ASCII textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=0ff313eb054c9c48baaa47718953fe3fca0404d1, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=693118201896c2332ce2d1ae04b4ec0f5ea08b7a, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a87859e5e5a4ca290594fa0eed13958fba9d08e9, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=02fb71d071d2b8e9465b02643263d0fd8f08b0eb, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=70089c2f98e5ba3802cd3f0feb855a5697b6ef09, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ec6a6eab6c96e43d89c33e9f4e2c551f92bea803, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=0b38aeac575c1d80d05982221d90e3319dd24419, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=e6ab18657ecb1d1333e852afbda803b3bb0f6342, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=78f8d887591c5c16c0b574e9b187069e88f285f8, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6b75249508ca0320d235a4c7b044ff2fd955c6dc, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=58829d8b50008e466d7b87a9ec791e545baf5ce8, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8c337ee6c551b3b07de9c190d9c4754630ab4c39, 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.ppc64le/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.ppc64le/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.ppc64le/var/lib/kerberos/krb5kdc/kdc.conf' (No such file or directory)$6=LXinsx   RR RR RRRR RR RRRR RRR RRRRRRR R RRRRRRR RR"RR RRRRRRRR R RRRRRR RRR RRR RR RR RRRRRRR RRRRRR RR RRRRRR RRRRRR RRRRRRR R RRRRRR RR"R RR RR R RR RR R RR RR R RRRRRR RRRRRR >f="Oۀsystemd-sysvcompatutf-8680f10a855a4b63a224ed4c438ab531046a4a7724b0c4ac89de5d48209223b0a?p7zXZ !t/0]"k%?8O^!0(|yʶo;@P'_E8G*nm_"= /LAf wHWQ(!» qH fGaޘZ6;? ?jW3^|ͬz + ,}ޣY h[[ gR9r݋O͕6`{X O k5DuVb˨f91A"i%E/tD aZoH:N bV7Yo1< WQIZt"+HR2RKA KƄH2exwNg@"}l$@7vl~ Yso5Dd?F>^N铎W񦁏&ҩ|]Dp>o;F #(ٜqLKgQֆO2֨gs>t$lBO}ZX9\BQ18ѭHˠjvmy.DI-v<,y^.8ѐ|3hS'uu\~U EW&L ѶϾ{y}-Z@=*\;^9eG$3`JE]v s14ef|@ b572&6fZ SI񜐊9XB!yH c Ġeɽ{yuo(4I[ҌtQ$+^H|"<61YV7pQ4: I }X=Ak3?KFR@%1_ox'ֶwKcY/` hk?ZM<(,9$v1.f fWVm) vC>D\T6ӥRlC[ڸzմoR PQElDmiBh[6Z.Z~Bgb$>{2׬E~45=IDˮܯ^7:|927a沪CZX/J1&d&ݩt速}׍lV04m% ]j%4TD* Bxp!cl+ niw󇻞&v7<;h~iISLg;5^d(P>zLޖ1f ޺.cPXFk r&`!|QY3AKL0cG?%K &q5aX2: 3TUH ,RyڳV+㴸{}$iPڏur+;I7hI+[ LT,$}ME$KK4Dq@M^)D߻92i$R0F)A뽥@S 9Ni~1\c\͋TFz_&vmA\Ԗ u `J+d-hFB2IJ6|=JwR1,q{Kpp_\J"[)ϋ6,vI5~S[\ m>k~MNlD7FH|-are#*Dw5QEЪDؑ˟ڞ{gP;tv|/Lj$` jxnxb;; :=][JAM1q.ddJ~0ytt{p;?2N-1;y2VWL 9ۘuVtxTlŤK okn9$r[u--8;(wZ{裨tΨ/ Ug 4[xHG{>eq›5X?:C9PWw?7K&"ħo>zAsF_RA }f׊!%+j^H Ht ϰn ?$W7 y.|e0Xsev̠/jD#&ؑTߞaL/WUzF2Ǖ\< 6Hң ڿ=[;KHth9r=snI=E"UP6oŞ="Q-"4h8C#JVeN!c&xF>U_;E9}aJ[$x|V٫]Yuk֛'`M(Vv,Қ'ؔ$ʣa<hkJ)އ^I,%ɦQ!m#h1>epe2Td쩌Xl CK*ckz|+\.\ =MG {@I lϔޓjT~-Dxr.c~B#itw8J97P§鷠=ӧyM7,'yi δŻ-_u/ VRX5rov (аϯ.+?'(`Jʎ "Vn,-ڴ'^5b .Za{UTQdsMA`(Gk4 44wodU^>3 "/-%RcA`$g^ITS~] GX5IZΚ0"1ghOyχ$.㵁֪STrB| f>Pw[叫7%=)D:bR7dف8SL7nnzr[U 0-ם.Gekw0}NAxxt "2@*P>gtu.+t%٢c g@mIPh ᵚԖ_ 2_:D l~2{kYX#R{(Er*4v']FB|htE(Z [бߘ[ C*MxENαG=?]+z2ͻtP_9Zf#If.T '>E{o\򬀛ACHsFndr\lƦ/Vn!1D$@\&<9i;G'AkИl *'"=yWF CDu_G2a!P\{.\Y[fv@l[NЛv|4HBvdbECҨEɅE k QcD7Q*6_fU H}?[578O_`pYKA}N'_l IQ 6uaCֻ<9s>W"<( PVEcHMcOE!=`Yf,)x Bpذͩk c?wAMx^Br FEb^>;~+1~] e:\_&UvAǭr ͢H^P3#qh4 8ּ 덛59Z_m <Oϣ.?R9Fʗ2՚ȍLDo[ΈQ.&/reڄ 2Ĕ^s`9tKSődWjRi qkiwu0?YWN"VzmL//|qgvk;UޒAOWA(/Wk^&F:N#渘X8gB.7*BKx&nbH("K ~^2M'z:0|/2H3kVA'6rL5X?nPCdwZQ3Ѿr _KVq2\s):bNU櫛QJ2p G3;4է;hTVo><բicRmnk^K Y3O "@ 4MmW~8uiY8#@aoLN$!6SU͐V±qע5TzO0;m;zs?ْ9g hnFMp8w/i5s 8*ڠG(,$LG|H5|_j\Iѧć E&ľP<>#IS֔mn9/N(&GaY$6Sg[C֋UB3!BgR7,(ۻMVoDMn=ըw8;p @A'9.N.pl-X>ߡهz9@MxU1dJ6 ͝<([Sg Y4o}MK#jdHYryD c̨"׍>8k(^R|^-P[G䟉4!/k%"6/n˿ysuf_ox~aq: T9#Pfh$i@LOa(n8cKB `"Q8~hԯ._2ͧk[0T݉)ԹV/5K'@{*۷e2h\舕:xRv =#L;,FEZԾِ:^JwA@ XNqomɽkS fEwQ}X!WswN)I|0Tifh< >A=|//UQ[5]w8x+Ty]z$ `ο,b?x s} %%֥$-WOyMx_ӫۜLHEJmviK(Ph=tD<z0%wH$`B(" #Y'wxR"95&C^[_TG\Ѫѿ\3ᩉ D``"6Wp_". ><3:ԮXTYsw625:PҘ;wь=2H2XS?@w52Xh'PMFTxbQtt/Tُ&tyCKGV1_scz:!O] &|M SDjy8ht!Iűͮ\{@_">{{ bיZ`bFpRT&vDf?iqK8G Fb둊9xw(Oサe"#Peȡ%x`BS1҆Cbhy['֛{t=y $GxUEl! "iEZtI%ce#7_"nHUXUUϺJsqy5ҥ{x ZyWw{HN:)XsD(״<̫AJ[t5qC_8"= ~j݄ vr03ls+7a䝉:H0! 0+f/I0 d4L+o,NuP#ۖ:b5-׬MLQAϘsO2W%9h-:{˳VL!Z~M +y{N9>`a/ Aq`Y{x^mCjۧ8GyT#z D7`I?L _ 1 fKvDbw{O;TrSgD`i>(i aPtȤja{&bn;ʠtzJ"` @F+z6?}+ĨWtS=b'!DP4  nGqrf|_P%o8#&$EoRH^'VB( 5LCxt߂) O׾eۓLS4p SCRoiJ]0 MwdVڒ*:GgIn E ܦu< sq JŚOyOև䇎-QxC0T9~?qO e5]$×C,u \AV`x[yt`cYPsSliIg$墪X~]]~[FiEv$.>r`? 'R s'"^a [x%[ !W19wE> ;A/}o;F2ZMg2wXpg=Z6sc3xlRluv1ePz}'5ʙԧ>Um\{V*Z%Gdm=`dEILQ ]Um>yGTmvIד1#3UhI3b=|)d)5 U `x@7I7,bMSAyTD}!f)eg}j҉۬sr;esGiEq+WF!'ȆNvDiQKYRTGsɣX|T>~YlT2kߏ*^k֟ȠZQ jrOITg'񜷁 z35̆2 =b=<43:'gݤoЪdp[I%اz1I8O=43!W N\|DyyiCqؤo 3 d`l} pn85ɞƾ603yF2Ajݞ^EwSbN $ b/6xX,x~þ$'ku @cIRAD(;vӘ"Wc ֪ hLL\ ?GBpWЉ[ޭCDjSḷaZ39\OnNyކչy8`YV {5F%6I靖j7`F =gq/S#8q=.$){l9vaɧI!g'8LKZi!DgmBb"3O~:`T"\Hۄ!MU]2(PcS9f+J1 8타!e-tӲ=^$%Yͭ;gpR#28^2m9y-(Xap5na.{Jkxߑ{ȶo*7Z',},Ȧiv;ńeClB}ngHٗ5`Ԋb< Z KVoKG C-(ZS= vʗ8z'DӰb_SWC deV3-~5r!YK^0‡Z'+Ğt1o͌GECN~~gLeƝx EyB8:d;! P@̭|93+LWo~_as"C׿>oš4~Ju~#6NjQ**81mWX,ܧmFr! DFUU_'b;wR'<$ƲPBBJV)#EU䓮Rjpd#(͘n7Xֈa;I"xSV1a7S Nb w;O ~d]䒷PnO<V_RF<1drnl6VUl<j8fxʷ|MLv}$ڄ(& D*9Mi]]lt*<뛞L %6pVw{XOQ{{qB}}#?s]9"acnIh)(LN-\-ƴ#.ZbI<\5u}+ =: 3C-z*Rx*cpGn_f싌u)@ 4=+6%Spp~3i,`zI}zAm~EHw.W*՘eGvcb Uj<ٷ*:oLr4Q;%z bªOルCISXx#̼uf ;HH FXW Nb!c(p4C`#b\l|i.>̨N)|5X2 z` "0`n1L" RRAaGx Cu+aLxp)978s2cըKM IxVr_'GGAí *뚞BqV,hڭUFN /z|HgJ#hxA xOË:3nA-'+2%]^2 ŃK`l+G%A3 N{Wn.\АS*TltJWDE:S;m2@ 6}dKďYw,O%T ~Ttg18T׍\JKU2( >uo"E͙چcY)N`Fq['9Wr%Ր*̠6بnx]\tV,t~Q1d8M)~ w~vB&Dah[e5u {U)\O2B\^ xڰӂb.`j-Oa$nk{c/Zg-m A*|\b̲^WBe:J=Ca>{޸rdl5h_ pJ"L|UѽɈ"}^~-6sPA fKXz1剔adFϮ3n_θsohXSips#R%H w^"oa\H:qm|*"J C]kwD)]\W17_F<po "op,W~S1@_i:xx?HVD|:u 2͗w!7$~oE*`4MdTl*e "&#Ni  {\fP~iT3֑/oHT$r ɰg,jLU3;?^jauߋ][=Z2mlw^gA̕=uE՛2F\EBB+;5f,,=C1W/{;|]I=?'NH"L&Ӏ^۳E_P 4n+P 1Bҫ|64%r I/*p NXv/8meV35)BW޾GRĎ|#u\#8T HPB5d` "{(9~ AIZ -^a1Ada]x@pUwXKެ,?j!fGyT a3XVC>@ zp1$y z!?SƇ7tk%9^Hzڳ7:0^T4Z6x!qڰž]CqhX :i!em3Ϣ)Fݕ&=T{$S_}H&x9E抾G+5O5kSTRw3& vedֽ *8MQƇ +,몞?T7۞|"t2ŰI)PGWng(JQ_1qjՙ`[ڧV RP]V&0/&(}=)U3#fJ(.C$P;&'I)T{T%ieOG8Vk "9Ø#Exrm b@-vE 履HRNjb>ͽP~:{2P!՘q~+QjXGjz̞I6.#Hg)XiwJJ./~M)}3s2yL!쳨$0䇞p] Hs"IW&dNZ݅*:Aߐ[< ;%*PYڨcTmf0W Mzt(<O@)տn'}K=2)yٚCg^;M/ejt@?sSI=1TdRJ|OH,f\E=b<!2hlD0)RG=6-#QV)ڢh49YQ6` 3'5S:tO%DXsxٓ7{nE\cx(|cY~). 7-]0h cЛP S_U <"r>鉀}LYGE}ޕƁعɭ {L QB "Z_LUA}!:x[^ D"RrTR [+6ĺr9?ݿ-Y/f(cUgN xddur{$z"- (z;A B (  w55`\(NC+.(ɰ엾:B\n e&1'FßUSl\f-)`Ot Qe0NJ nL}ոQ(@1zm2Zф]ޢr);h\ƪD*E\Ev9HAD&V-Р,N/~W8αbܹW?:۔ܾ#2z &Ny # WX⚸Wv)4^wf/ 7QUJVAi'*NIS6{+DZq-EJ_o|gҳ5d jO /~ϐFsfÅ#6`vE<$V$GYR!!W$Z&=6;[Doń?qTȂ&ۿFIO^1UIգ@~ 2m~H~0%bÃB9y ]$ :h:ɇ=\3Gzr#8Dyۈg:#sz ё\3Mq1tja >͉e.@aۓ7ұa y /"Yc͂{yk<*uX~@V0lDF4Ї,,07g}+kxX]PMPER|d651, qʿ7-BN2S4޹3 Z?>ʜ}^^zgt@*S$'Y;. n@BnEz_$7l.8Ꞌ@dg;-'C-5:⊖8LdhO'N:|LtNGcي~F*oV.lFzX c/`[pRL6[@blte˚&ї} i|:yS1x.$aiOT2ÝH<6 4J/EkyOUods]:"0-&i>Ѭ>nr\8cܤIڝ{z g,+GH ]b j̧MU0)Dl\ <аӭv u3ǓA}v 4TMK=G{^_kE g3jYp[ wǁ7gz=ad5^`N) u4C GIك ݁5 拷fۧ) 1HqO .ZG~cWqH\¿MPZ'Zy+?cxy2Ы e.JFYY6 _VS B?F~ǩ)/\!&J,x1,#>?4>򆿆*Ld}k'zFl8B8Y/ko&Ci q8^㲂Q ˽:~_lܐnU,n)zm)IaU1z<=.y~@D=Qwd5UXmD#taaLCnhG8@Ce5cXJf jPHsG3=ut2[sК>9R&͓"ʟXKB5Y^{ 4a-xA`Ii@KВJ{ed,+g<Ǔ#(bx2*>bM\($ z"2kawTr 4AdfO~&HHd0d2kj+0CDlE?EF#?0xHd;Xmbq. [7n|K;휔g<'QP_sߜ.A[Eq-2:PRo'qǬxRNGKIX&C!nĸ(*$72_Ob`oFo C;T?>|/5w$H`$Rш3aTpK~*7_Ik<`0cs .KdH$f#(gU${HJY/4pq9b3\a][ j[b bnɽT1AF*"^ ʱQc` ܧk]ATEwf!DO<9 ~zV(tLزT\/S|Fh=v)^u$%=s*1w,&_ $_ 8]]ڏZ5p,j GS+%2vhBIg,|e={mgHՔ}tG*j!N=L x.^/"p;-*-OʭHk(7S~3 Ywwb݉_:ɇJqSo`lYIZ; NR( +!G0JgΘ|Y!(<+{G7 Ii"33HpT*jyмZIP:] V(VYvD>-kP1Ƞ$}v 4j`%85dK$niՉ>p`gSth&B}|ɟz+Zm_gnw<Q d*gxcbL_ŸQ+)2냌b׷Je2?0h ĮՈg*m:H`١^`9.2]/`~.n$R2w8Ԕ3otg>BQ4W סlθ[TKowc PCA=8$KץqULvyj {+eu uuP1qxS#CEnԎèޜ4ߖ/sRb[)enanQ~;2QJ=t2Fr=%7Uƻ<p";؃_ꂕ9 ̈ϗPc@& 4ӭ>>d+_NAB75;IXr'hv`e7VꪂEfo0??@H􏅨Lj/{7N|sfҠ5ufk8;@δ~tb~!/˔R/K--}(.f3ǫY8]lz`ЧɗFJBy%>&g3|(B9 oYb ;|zR3;5@x|zY>JbS8m6zYUpK7gaKa5%o-dԃ!†o7:RDXoEnC0 Qr"OO13t2ngP@令@O(C sҭ'9DAw&FظEgS7 ?Uxu ' k$S} Scɭ}MAПpFR?Crg/FHD^:PfAɅZ"Dr>mL4eǙ8$D-rt1N5 ݀0VY<(O*%;Kqd)PD37 WIRU"<.Fe`fF*cwIk}hZޑ>.[jZuV3+vj 6M"zSJR7z^ȹC% ],poZ8ɬz 4-L~I\)+z(ͨ&6"i8B5sX?eNm3HL2GOzB1wc Խy1͏v^H4߫ǿ7Ę@Jٔ{tО'ԧ4%t(UMF7,[x뼯<^E9H`rh>TPC9?zS,yR1E.[@'wtA}bvVR?}.3vD*?d7X U'`m(ş=mKj}J(50"nh}ׇϚ0@A+y< kttG+SR6%lt.;meOP>^NW6,`~bƭϔƢ)Sș2LY,9"5>:vrx~&J6_ G:k;s f~sݚeVa ]lb8AoEOG,oabdvT^ⓖ#DOu](|}RLpu5C%Ւm9lm3HuV<|LG, W6d(M4E0ǰ"҃aLj8Ujy|=roqذ77@gizl:fV'< +A1X(F\+]2L !XZb'77‡J[B>Utq#@38fuMV)ԝԕ8PWyhkup53mu&_Im6` /OMW{P*9 UCo Q g-dGP*X{W}z][3_vE=50ݿANTR2RGOvngӥ\rzTFQF/̔3ϯ(LݧeωQ=|QPOv fOD+XsRA:-'(:cG*z|oiMnFFܱ毅=<0E>MtpQ쵾={ş6j>.SX)dq᎑eh KRμo,ӷjB$Yh}:RDɕP't:%prOTcH71G7YT zP2w]fUtdK-aJ ҩG"@o?g ß L~{SusozL[6 ja0sk۫v3W:2Z6hiQ|isGUvNGn]'>}Us{v;*:LXGnЮ~gIjxR2DcS(-jPZ%La?eq`+<oIIҹvVQY&-%:R p+`ÒҵL1P=o_\u/t8ЎB{Z`3DtS^ڮ'1B*@|P,j=W5g+rb/@ÿK5F:8eU*e]X3JAyg!^a@`5F:ondwEbBPyjF"% |M`C{ʡ3P0WLu7٤2{ LA2љbDaB+?/j;`,l|^z@1S3*(>E1{%\nx} t;$k8 &5EcHLght H@5r~myp u]79ݷZ(|^2Q&PFkrmfs \`֓pdjsX_>f8l٧Q@qE<1h։yIO5ߨ&bPլ#p".DzNBbh@_KCK^Wٸ亾[i)U_mѷY1|m(gg*kR쨚ci(z_sZ8c$VhfR@\wxOqy|6Iֵ87*bnKX1k(*- `o)d$ lpFiWXG`Um E \r>l3TB&݇OGJq_v]7NZn/U!QfV #c׆sAY<F-Ck#N1d$CIT9Wu:6pk{{pۧ;aHZ>W MJq;Q>w$`A-!o rq;#v{B֤ vMzlU=12xӹ*I =l#ݠ;+rJJӱGb TS/7+mVR$W~#dRq)=k_Gpr Ɉ ]rJX))4XA;4=K'>bIފɉU%f{JB k]K%[uٺZl;l*Hlmx/q@D T~`%iJvm`GɬX.oin iB'>I4>fI:bfE5nE'6t╨&hH~xIځ+R%2L)?)FM3%r>Шg˪?>˭A[bE'35h/Nf{_|>Q w@ Iy]#ehKqǂ^2}`x㝊[ڬCشggV s^xj?hjį/~vfaj6Tݯ{D;Y.o >YP$lZˮN:q@  Gj?2vv5eFާ3t."HMM?TX7(ZGB|&-X=ޘY`&X=L U)ыMQ>Ei]Iޤvzl^"SqRR똁נHߏߤMӉc<YCJ(Tq SòQcD/6GSl*[ykۢ :Z2S/x Қ-_hrAC+Ƴx0:d)*;$Dl\ Y>Kr>`s7*#pRvHc[ynb(N͸7g 8CB8/mb1.u+f߶g"JL(La >k=@*&YYu_t&٪ɧ.$Ŀ|L/ .mԢ:)j!5["!\SSEkK2l]Oeħۣom5Bu0oHƮe lY;$Tk8!"#Ii,ay`Yߋe$IEoFZG!ne-?xm%u1$$TrB+J\wm*7-VE8˶JgѼ3 Jz ")9ʁ .&p<&(5Oj3>)>/*3)܍P3bYMlp1ұfAAXBG`mZILp[o?y SKJ8@E"M]8VÚ>RFZE0oHL() 8 ZxdXXN\q S;Rh e!#c-. r{15qimϠIVmSdсtƮ,[rPCoNQĢoZC5~k f@$T\.28^E(?4@U.9HJ1ڄa|NbAOkajdNy跾5Gz؄^ i!:#AD˰;u^|ݯ5ob 7Jҝ7.tԙ6[3WۍIw);|i2w(MfZP3C}IDԶIk) $A).s "1M$2Fcm SgH Q?f3%6!bb|i" *=^2-f ݢz?pL8vc_{.Kٙ cL,l.f~U~GԦۙ"HBD.٭|_-d ].5s%#5nm;"_OLEzs8b国~,ĉ"ZϭM)̴4˥ =;iKcq*Mw:/]W9y!>kAu9v< giIA1LDBRoѥxoez^cYS>s3E.hS| Z:`e'c9pI1 ^]0wUzS J14KН$=Fd{0ÃMmr77 VLupr ^-H@k"^Ͳ$?` ,ͥ5.y-p'kS}ϓVV讧(%*>]\}lBxE?{g,oG`e)NQԸE0DH#ŵH%,~J%|S,M;y-Tl.f3Pc>_*JWޒ+mS!ms (߿eZrcOEk4'o tkө Y:s՝4YIU9ߗ"npH/I Sycdke/$,G0;V]U[+55d=/\CM;+dQG/dpVjAE:7Șik[Ǔ!3Cq@>_{yK4l^ .O[mn%荣o@}'/%:zoZKmmzE֋tWH%--E͚ $ƺG Xn3R$y)+hs5 {a=loêt<6/K_é_apa].E7}OL'#115[C\3uY!)tvoaUޞ*\_ zM NKY[ iX1/:9ڂ~h B4ujls% cᒿ .#@*A<]Tno3 Era<+2WV8{:ώgSK?stJc0ç:6ݚCt\7dSMGLHuD7XiA!*ˀ -C ׫LWK_g 8E/ʷ"//lXdedS{RLRERM+&϶/mry rRje`8r+1_aN6QRUuL )dv-r% I3DQCy᫙J$(X o<^ZBƴ=tYÀ/2MG诜e]=Q)/Ҵ&h|H'/9 <: ^Zsw>>Vrh#_F@rՕ@vDu O83KQT(,XC07 輒 utb޷3JnU=܇!I=Qؓ-wo7uI <^zV}8^7MS3d^<}1{{sb>.{8GC2)MvM؄3/xڞ 8'*0 ?`芎A r?2,,S "2^ `(,T u1{"Ч|GEڥLa8^RK 5Uuphfs[tw幘O$0FJԡTh#4j}31o%t6f[Aj &q}Am_odضΐ%͠z-O'n*T72J.hb0NHש'`uS7 If7T.-wuQ2ev5zL5](7!c_EKz{8_XGI6T JdLB܀r&: ݚFs$iZ5^ Э΍aofm/s_+u6?ywT!k Sd]ޝzC- , %H:j>L RU\QxGfGZMWH& [2ݟ/E9ҢLeD( X+e?AO/bk>ֶJlIeVJC+f_Yt!,-UnZ tkM,''To,cC3 OkLlw h8Iڗ$âoC {8c7?v>gu|`l:AX$5"j%=l 0Xp2nQyS"S&O-XT(ACVy"IrۜoWgYCRq'\yHS5hu^Y 0d{`D`P/.2zð xPug^p YsfFi YTxlWc~,;d6֐G$[&iϰ?/O(qL6J '48 e=68,&#LH ;ݼryKCvc) E辚b} |2^m  p_> } M5 pGiw鎌2?rH.dޮf}hrׇL7wO= `&"bRb\wqńƛ+gX఼$ wv{g"5,{P[+@C`M<8RfTy `k8,xP@u o~诐€wW*e嫡N L ޛ>}q(}>c%Gv e}R02vb([{.j=7E `p4bsvW;VYyp2QEA8`e"`atJ PQ%ED6()$"/ҒK 6H'h!;˷3.ŭdhSҽ8`Ri`EPE׃Hta7›UȿWdc\^n!s=A)ytA z>* ' ܦ /sYs&x K$VC@I?쫣:ۖ/K-nfy8%xl4'?^! O0l[/A`jo?ήؤ0O XM`ssi*P~lDTC94kԖvs] _7A-b)LaMs#COE!=O4Mvc{:MQ> § T;l%z/{%NcD5ՑmŠ8 [O`Dۋ xK wY>bg_^6vmVʚDpy*q4)nFwbGp*?A[2ȣz J:GQ|pYf˖4`~ʬO VU%:H;#a>RV$h^ˤnF7+!ƿ/c-#v cՅ¼n{*g_zIبr~OvFgi,iHӌ[u#p{w=j=)P/b!Rj;Z`ܿVbc`?k6!E>|-t_9ALL\Mp_Юs\_}`x%/8PN$$wt.2 S,_p49F[!Ӌ0Ip'x[=Msu>% o|I]dnzY}kBUZlnY 3DG<|Y]$=BL]z'E{/EˆsWezqoƺ^_\ũy A%` &Misfዧ^P~rԒd/AgKO:en5qX)\=H&rUibϐJESF gMl鐁flխ}Ww͖Uޛ& Tnf/Vun X5ʲ Zxəܫ:b7| yǛ rprOm|tZ2KFb}LYE klМ(ڃmΰKě$DXAz0qͼ4s.Ya/9W+ͼ1GnPX S(_K ,aJHIYt^XJ._P1dIY^ Qa{hJ 8[9v/RI5\emRtP S?~ \T0xG+r>EX~ m=hy/G؂\J|cV}cK{un)d.`:YI1k.]ՏFF@|{"N?R3A֨S 9eه:͵`:fuJx(!r*v cpkQj-nTo\"̴ڪBW5tO4^kUǿVg"YӔrH.pMTi.arh;)4w~/FY# j]V<ڞ0ʏʶ7v: D5 j)S,#&C@cH_hH+0^'. 7AFi|7kLUx47hK){Vz:q~[4|L0wcQ|^5Z:/{UuEfӌ %E4>´Gk\w_ֶr ^=&)D 0u_eEDe0N!IQ5nbcg~58dֺˤ]~}BvyO u͹)Ҭ{6%͡w b1e-x!Z5IG պ{;~=@ ,rpAwwKvT +^{_8ԳќҙDgfM %Y;dA@gZl\SW KO8j6MB%  pe;0UfٱN+6~DFWzfl0 az)|'tri| =cbNUwr$.(9+JCYzV'^Ȏi^0dLxWka8)NV%W'=cGMa|*1D t[R . ij5YM$ i,њO^Dڭ҇,#lCdg*}Od礶oЈ.T̈u2zXSjc_IKQ[k܅檼晳!VMgUf6TFԉUQ~,ijpKݛöb$;U4a f{,ɞe$*-$O\!,׻Ԧ2 @|GsѼZXFCS_&Ui6ֻᑟx|2CgDO7V\$_ ԠOT 㽏ǰ^.fvv;, >+q[+\ XT]= MtZYW˵`d~J7}.݉lx5(5{ x@] {infi@`eM\-e7W~H❈t2AwGX).N[ Ճ#{c&*M#>׃j4OԵe+rj`?NqNVt4C(& wYl9je常R;[tj/"KnЯ,aD:h[ԷKjn["|3ony=R o*18Rq KUw"g-ƂXG1p(Ll KӢ&(q,&D ǩ6 DcP4ܿ'ul-&k\vE#C\(dk:,͂Z:C|"h%Gr.9:|1ɥL|@!إgQ#)J)ă{l!CaKzUb<, xµrGC']W?KV:O>XY¶| RF?NΈz+Pp$AC;=<)`UKV <}Zw^E%ςk v)ȼ! *ZvSn+r[UYʲ6v@pjb2! i)1p<.wQ^gn!hl C#&]퐵c[0DtvDseadTkTAGeה*p,Ic GM}{R5XX6h}ƠC=)gqp~xx\?E/v11*-hN) :%)@d7G]-8! X?_ps&aOi"z%7$>sx+#fEUY4qT>$IK >`j{\nL, QvuunWG"wb䞄`u2ZwVȃ)}y68FGAmqԪ4%ׯ&,E: TT>SWgu dTDA!hpaHIf"]sa.(',Jq7[a0=:kk4(>ʘ4+nL%fA<u4eu;IK,}--#*˕z~޷X'6I8@N5(t{wЫ,SD)z<B (H!wU+>(b6Te[ %$[kKzԜYU)Vu.X\ OA64|zxL)M@~#TD N2Xʳv&[SNH^>lk(77wc8ȬP ]TSp8 3t%#^]|=F!Y5kbJ "P 7&gJYE!~@$߁3iI>~UlSc:zo,p* *rhJڋ(bKG8rVju_O95c{hT?:ozxR')w-Msp-RAP"0t>\gL4fZ ] >y@uLem5)Aºo =]Ozۄ\]-dCWwWpv/OqGZ܍gPzXѢOOvN=I]Wɜ!-jZ } nH仜|!+)Cʜ)bY j7]/-r{y+Y#k" 䄎]Ӹ ҕKKcP޵,j~VT9 _rUƆwi=ܑ=zK5j,\k^-kAkR*:cU^@bbj§0pl,.G74PU뼔z\Z)ub394F3(^=(-aW$)R?F"J"=3:iņ+>2kC`"TۋmԩD 鲯$sKrlްF2'\վG[>yѪ_b蝂tJ-j0/i'9CF=Ldi\/~fG~{egz#Ë u֌:BaNeK`+#4uR&wE5bt4sjr/XPgu3M-(%`U_q&k]0GwaE18csIn"kJjԧP{F5o0*xבI&>`Ϻ|LPҜs M :%oWE'yh͔v:ӊ N>?; ,ittl#x?-i]=֡F{S>k/5݇ky]>ڲIv<]`$DF6DV} 9EsKdV<ם76 j Uܮhip bqWW3!\1ٖ9Cۀ̏Q~sR_#^$ݱj;T=dӳGRBկO$:l1' w>GP tU=ybㆱ3 ς90g[ >B`S}|ڷ SW !JJOrGĒ=C mDqq{ Ő/>rWe<:ii LviS<ŊΚH|d2,둎.hOZmQ0%l+xxK1gTՃsY$bPr5g٢{5Y24%.Z~$OJK\yI P(9k Mo،y欨 x}ڿaT ;Qp9ZUj_nYJ}ߝCr.$Wesہiyv?+10:QDv*Ҁ۳3ꌨ!N2xv1a>5'; e] Av 5PUke\By? apAj=&Cg.w%([ص8eL`48}#tP;H 8r6Qtl]}nWZ.r[$x&bpOcA2u/w]źD9Dm⤻#"@ذkyOy>˜TtLbCAlbWRD"&w>q;?ԥZ%|6 q{+N/aYQҀCʳX˧$= 툒L"HͱNN`_}`Ÿ.U{Ӂ-ru jB3)wtnưC/efw#Q mwƝyP%]&:"/e!"mA.\4xds\}L!B\+ ?"O`mLh(c˵֒HGl##tъF0vuu:SKaӥ+5S0 nwF#qlWQ(40]cV%d֒ :ER8&=jMC3Qxr;5}bG I-ԗ&,V˖ilOcú>Ѥ7`OrۢNp{\kQ F 'Z?UtY^PUfl"0._ܺe䛚hwFm3*,$ʛJF~SbK.S40 r}j{yjOwjSo !g lU.u9= Wcw]d͐vV\Kmτ:Xf1Œ=Zrv"wTV4z<0Wz AG,DxAAt)Пѭm >U"|3ܯwiyM.mdžv ($e:댂K9aeb˸{ v eɫn6ƃ6KMԀ?˨gAlIO Fxa"\k;B<$g* 2 U6ۢdn,b]ry w~@ME4T!jJ/@:=<bQ6;ՙl Sb1,^գs7ZLMXacQV=dӾ^`.NX _hھ+}*.70O3@.^tCAEZ*SA2#D2%5nJ%Vʯ1 RUtdT& YiVDc b1 ITTc\W~"sߎ$$ITld@Y(c~xj‘Y_>MƖeKc+dx]Vpb?v`^/@ATw}0*X ݄vy* [~x rntoLBϫT~Mr7ž3bdɂQLϷ`z?V9t}&2@ Gop%);j`c8>bX0?+ٮO:l-+%=ekR+4+ΈlG|qmX;Prp!Noѡ)"6g Z*ԵX!&yy|{ćG9%b|&,qDa"(n|:j\ Oo-]Vl ois#,JZ23X.U1~*xn`\R1Pp8~|N9}a|)Rǣa"ӐDO@bjyy^! ABv [ z϶~Dˊʩ|Mp˂K8VK<"S\r滖NK5K Lb)W]_*44\9F󲡁Ւ;܁YX$ӋId]Б훴xd*J[ŧ@@533N.}aVK7=j$\cA\n}zªb+j^t@$ zoQ@R90E6177h@~Gyƌt%}%Z*Z;CWp P@vǨ+h+}Ja:i_v]hp}t[S4c%|TIv! .!.Iiǎ V"Co\g- owKWC Fܴr)ΩԴbs\v$޹odZxvD+ J4*\<A7d na41Xxb' F鉔\~ji5udx~]ë WmTL*p[%s5)}sk?.!PRi6Hul44?bgҰ"? Gx'87`qD_o,Z/mdR vC $G.y!\)b]jofЦKUziQ0/:gƎ]]XjRԜ6.tz_?0s<ǦnHE{D*:nK 5,\]]kHt_z<(GUe[2e-B۝iDe%ZM0M/[^uˀtY(LlsZƚ9faeina%m+XLڡB f^+#S~vX2Բuu1fbna248HdџGn pAFQ" QƥIҖkx%!V^;, C՘pyѦp@JnD.e*'vw>f0߿J Z:AtvucܳnWG({żj6ݣƜc qcp}b3Nj~|⣐y] ݛc*mnkY RЉEX&&ΝXB wh &ФArʅ.v˙9b(iK`H傅9&lxs!ϲdũ/*o~N T5R6dQC>㿙6|nbq}#=V\PGAj0Ju額xZn*FYVb҅n5.L  ,qk&7lQ Ƞz:JS~T3vej`pK&!(뾤.ңk!O W*0787o;}mHI}]榦I] JsҕYO*]1g^~ {9hv[HSVz(ZY 'Dhž:dwJb͗a jh;[~j.\?\- NJjPcµ"XrF7M.Sw8&/D%F _DjP[P6-x;c0Grs= G$@\F 6>%ddF2+vJc}ɝZ)t}5 @W1 ۋ6%0zmvYV#("B$$"OE,kw :4# ָC&j7ȋ#ϴfj^r 4gT%KC1,;c&ԭ$ ;DuF ¸_ֹ:"APĬlR`oRqF 2x~QLHL4󣅣 „ĄXT"Xk5f#o-ˏF7FptmrJ??V6x&МiV<Ҟ7'p^(tM-'A[bJv].'}鉮$[9fzs$##$ٮ.sϴ:ۀ\?;ck@;rSi'RHk>Ç&~YjYS _ ꅟN\c6^Ɂ*v>U )1ʨ/čcڋf!COQ`vrtVmO!4QL3Yh*ye8:l@LXCcwBPi0HʊY]RF,taQenO4S|] kBk1GITX G&ݳ)&+VLg#c.x^UۨB`&#qMH8eawCIB"jr'1= o)5i_{Xя}n"1ϵض_H#r4MkJXW.``VS`چ?:_9KTIO6 om+NF&e8; ,:+/qD}ZW\JN~>pm7PuPI#{-Cdr]ƛkI οSY?}սaӌ[".\g4= !e|_]D0zp@th6NRe4FTFvZ>i,o*pI(&z?*:_r,A F*^efe[6#x0aWf 0 -1s_mKO!|q \Hmh:ہ+^*jċH(7+c!ZNP*z[ 7iSތ T˫`2N@P`O,jikmUPTGuAF@ 1E4Ⱥ~$>6JQI% 'ҡ'ͮ&'4Ɂ*l.g+nnbb+S#יu0%8fV6r>q?rcrpقZW.x*zL%>YcEcO;(-G#hgabd5NʔIsLD3R6)!F7[ڧWhp>ڇ1!t7%MP&.΅;"*iPk% ю,s_ڥf!BjYQTl!@/Q(^/)%H k)'@Q ԇ-7o)b>\+ȷhD]pDD\|[aR7YTX?;h`/a~&FϠTK:4A&s'YYeFloˏ<㼹xBF1xE&tVڛN 㚋)9]~ +3_ 5o{@ܿgQPDq_L){mk'$p5}H, ϸX$ ct3Ɋ]og519z-FX+ U0VO'Y|;ƗI~!^?|O8Ś]|F Q6 &)#z!_fT1_9@6 "DmݵWI3i/ ңU3t@D%5C:Eg ~V꽘b]7 5k9Ax r*)GퟱtгBkVŅK!X:l#Dr*n*c8;tJS q7v2v\=) ü=aAEjVƝh*aUbV^jvKS9uT~{/(\Y+u.8kqXz4ҊTi 4>g-w*83HB}$Mn#<չ9OvOZԏ9,z/c;W^+T4]tr6yNIScr{qDX*uǬ%?ًOPWu0wIgZlu.|qlMq0pt`qCF9 4Y?'&2ͭ.ȿ x <= >n## x&X`XMAY,V[7 FU]Vq%n5gѐnKQ(G%3S|F _vJV# ٖnMbo>yޡw+OB, #oN <^u+Ҿ =V'KJ4"hQ/kK:›0IٴKAj !>\:YX:dw2N#Q,1Y/#g(CNӂub,EAF_vxD*͇aWTJډ1Z['3E>F_륄d r%Q&w zaA Wp03X7ꑲl3@8^c{ԯc-SiUao'"1p sVZ!0 ̈9:ܐ WJ^o&4lmx yIHj($ ~~unP5{y'Ӥ07NNR]'Ina!}>}W]@A1ȀK`b#Vǩ9Ph]T]Ѯi>4AM#3A?䁯BiAgfS3nU4 z{$R85=zpEEVƚ" a:Ç.5dul $Hr}Ij)Scr{M=qNn;,Õ!fA`(w!V+jV Oe̋6ChU[+f@\{6C;o[y?"p񑷵sa U)8H8崾iXp+aO<)cy; ˗'|#X8]ڬ!*8ܤ"HXqC3CoH|@uAu]NxT]ӏ` TqR\|~@,bs8{#IfGNwF 6y"Q, Q _Jue5PS{ɔtK: xmNy>Hdi%>kJn)Oڛ/AQ")IE~ $gY9M,`Kݼ{('$n0XLX7fHW}ǘըfa0u*Hcr"[ጜn ޗFMyMKHлצP<% /d,}q͢"X_Pr{DE k`h3]̝2*5nebu_עRRȘC3A.yvhZI )cw> ppK4O1]_#b[B jxӽ  3a&_T1\s^OK-; @+?\ pJMjѦ }̓ئاA7~m[j_am@L?rn A zDbn`jO5z= \]9%''I(v`"%`-"{ +L(>$ƨ*gF.$5q?lK ai%(̹r N+gw|,T %Sr+ vPS*Zh9U|`A:X#DwbkI%7#poG'9ꄺZ%r 2xXquXȘڑ"Quш?OzH^"{ae^]*,$̬$6߉4E [AkKA滴:UI1`M_mکTjL@'dm$CRtL+ֆ=sw"Usח Jٕ 0+8h#HǩV Z&h\uk:m,=h[$zYGM8NtmpkPYA?›Ъzǚ0Oi|]&䜐F=5·䦡ӕ`Hx5"ʉxĉnuE'K 񴗘6voLۗoslt{ 葌wq{k¹u1oKH#+ GɎNYγU>KYߊ;{kN[WKM3z|\ )p!I)IDvP _C:`WSmς0w)>h áLNJmM+s EM7CְCc8 AXMxC˕('.bx@h4ͬil3@t~ͯύ3w-5[hOn叠riokӥ4P~#t}Kfa[K* <(0ş]?K!!snx_<^`RŕSla-8tPgEϕ l FtdoU=EӍֺfR=*Co P͐(»E Qxg= QQY*[jDQ[l0й`ί}mͿ ,H5I65F\M1c2!)s-ڧQOYl!ɢPgye ~ v!uVC>aEՏ=z`IM(N?bi#~0XI cјm(!Z'%nc ɽdć"?OA–}SJ VE[4i@WOz߻<<('M2%TtN*օ;ZJ~{agRg82'. XPᐪLLڑ)djK20YfA ( e?fXh5=16 >9_\"Et=uݒ7.k(H9pl̫خ;lٔq!4-QH$v.̍j.*[362@Qoe<[g[š貴08UmM0>f7-ʢA(f83Bx0蟗e>3eVu;FT7q L <6ZX#%s(t9w"{b׷u.b r$RHKʷ0%p;LwpI3ӓCȂ[3r3 `}r$<^ ~ |7D9&P|X?=&k2ùPNiaJuӚ.Ũ_Z;HQS)X1+ iZmVI v{নJJϒH࿿B93"hE 2DE)$HmN\#+>s-DH9[J|r7B<5ͧ3-RE7 Da]EVkEp6aqIKdosPoI#9?Lu*.)k/B-Yоŭ2d{(,W= ,b<ۜ?`P  >Tߨ.h {rpb53n&Ż U5g- "Rt1k\S[Mbnv/3[>pxsrD%҅uaFChl*!+#S@0~w+|g#?>9V#MCK -93_8nV,WPmfv4%&؜DpCo%i`=֓PnSr5&MO*=y0Kx;x1Fs<ü<ʀEl61O}zƃSƇݦcn|>uWB\}%Nd8-麬 A/)Kp}uU"hk?)mlU'r1cZ[@ϥ]@ Q損R& 6ۿQEa Q):5;8ZcN;1J?DLJ kqM2&euχ } [3> xV[kT$0-ۛуz֎UfwII4nu'*՝XWe.õ4ޑA KP0?5LQoK>>L^*5R))qW2m$_*>4T2GM6a9P-@E|s9XKzfKzZUmNvsIQ74sB P^J`6%*3׽)hCs>&LSwq[=a9\y$Nu(47 L'5v 0;E5Bm$c,eWBs>N.tg?޼) +gb)}]c]_ ^vQ$F%\ 㽦fوSupL]\yog}rAR??lGF %0ci8XY@Yb3+mŴ(6~y@rww#A¶u i?r;դ;lPcoP,S5W'd.K/) (g-3zPvn?[5Emҋ3͹?QޚTCmk3BZGh6~YE ?"F6 *&FkpH 5,3 T5Di!K2^Fȇg]I}7i\7#RH %p؅srM8gRθx:n 6E 7A-j,_XG{g+ߦ'xW;1$C-SѼӼc„?#܋M9ZǶc>qO݀W6cwہ{?E0^F958׭ۉ+>ɿܓn^iDd  t:vaSnoUk?}Vʁoꖨbfߪ%B[D=+/p@z/!ƠOv#DŽ5}ߖ22QΘkIrp8Ja4Q1o)8)Xj 5]8l|AaX U6QoW E<3&ɜ^#}RH(ޑdto5mp* umhg 󆻿-/U)u3?%,pW_iye=\OOLRr730x[\!##\*,+a|q:sEGaeY J˴}BH)! 1 ]#S4NOQ랫iB)QrTx.i*qv/fs 즙|ppHS/HE3ZfR&aCY:DT  hIY$7ڽW%OJPV{!U L7`S}di- tTi> Iezǝ2J. J*(D+gGƯN?:~`N%pQ?r#ƲF/L͠NңvY!P{$Mj)+Av[>|9`}7z~!П(H~I169ғp?!+y/F5|ۯŮvHTi kPm҄70CRLYxjœT9Өun jyR!9yq&E1Fr@SO'U;:"f:{hJoqE^msܢI]Ɲ0-KzPbH4& '1 MV|"W<=LrDYU M3ҫ?ߜɑAxҚx3KФV>~AO%o35ts|z"qD ®2^qs;Eޣ份 @0-.TrR(ǐ?y2M1PE94}B$ _tylH~$ˀqr6Փ#ĥ}Ap=g/ Iƫݑ{gYAO{HI3J 0ngœqTh lF̬R uyYZԾh;I KD&"\bxf 89RH?5Z"a5VÝ)Y^!Uej='SmLmtؚ*6hKx7J~:]ǿd줂SpE#hٕ[C-ggIo{('攠-!sc+)ҵ  ]3| 9T ݾ[x {M .'ɦ.tf,Vc>b| .\{dM ѽsj+-2. c٩QpsA~g 6o|O{#D]g2 ָڶ3='НO.09ߑ~?e|wP+88RjucF,ql>jaɎs !Cq^Sf|mHèo1|:{LҢD&kݭ{E_0jO]<C'O3;lc ).RI)2LCzMOܠVݶґŃ2m|ЫkU8uzMCڥ9#?@ꁑ@e h*uRbA&jO#a,A#9YTnC7Gu Æb* QM} &`-"G>z?A|%djX}vd@WP?ȼCR9Z' amL2ֱ>/-茁*eoC( &. g1x :Dz˥@蘶TQ0`/ړ &08gmAz潒ʸJR.xtk,؏Q  2E9L.S("Ӣ,1!GX$+,E+E؞iRP!55mx\=;2}5ӟEc޾{X?Xq63_nse6;Q(w%'jbȝZ`dɀ@34>KP6\?S.PEQ\?tB7U)yaS$]MUʴカ@iu0?e!BdcDL[]!YQxccǰ0e9ti{5 H=ԗr7Mh$ %{ߪIoF^xd!,1 C'U`5F:IurEۆ*-{E#G m7=:ʺ4fb{9_r84cb MM˸M\ؠ>5(Vt?ezoP N$c0Yt^ 92WhrphtiN(/ ޵k{9ec6Ew3:ޔآa-vl"5ʚ쭡c26[zz>b${ Q0 *5]'ʫxmn^ }"Qw걲b$q5 ~(g 6'LwŎ;j3KV h9J_2a: dX*nj ȚG` 7U G8~qS=j!((7[1?ق\A"k ]`U;}f!_aP{`SdJamg ?hOw"+s)ێ7kd i[WY/ h0U)? uDSw [ykS`_Q ZLu~d?DdAӜ%?s*fbSy| &t. ȁk ]) QB{Wb3U_0!wmc)\MP=10b'9F)XOzz'Җ-YlܣP]CTkqyUWCWDۡF+ڵtU) nk(ʑd\YSϖ&nVҋ0B~'K"GJӍa66`tfI;r`3Rl\`e4~WLʐ5]D &/X,\\ε֑p Ƭ?,>aoxI氒AdjF oByӟ> R㻈ga !黙$-W/:;6_oXL$">p6}B}.NZPZ +i "Y~L3C8y2SWW-[NqF//Կ=w $;#M*?PeJz"H>kQQgc ,~VZ dnZ#]x? .iNMWS$NсS -馒&LE|w;n5{ Yg%ur10i6w4Q>4f} d#})KƊ6 <(X!Ly/\H3u7't7f$ZD\~ 1W Qf5g`=f:)#fZ`azMHi9U9b(4OV krڌPQH@H$p<:]j੺f3י+ЇesrqϒKz^"9@J*W4]e87bީdr21?sRvIPs'+e4K]'8ꀢ{_٥|W/*z[ᱺW NnC.5$tĀ^XMM6J .Xzfޖun_kTRqinsAH+EnzI&Gg8r(YE/fPR M:5"0tTLUBiU-#hM󈦌J /~U6ύш6QocK?ZEFFNbzPz1x,0,MoBBs5$)(DL#~FVVivϐ<2J=[/0^YXvVfeP|B;I?Z!~=i[f9W)uΧvTSd**&"aA ah෼l muBȤe8Nl:zކ5l+$פ31VFC1RGLo䒌+  ͞fBU1"J1Hb>bY+M93#KZwuhD풩͓aVЌ*<޿=$:H,YU ,c{NbK[ +u ٶ šS`G0OejP̞ǻ͟C~X-}#fXa+*?~~P~şR} cUt,!X /ʳ)J=^`Za+5;gnU^lzT{JR-p,e#?G\A|([dMX].?']P5kZ> vՁ؋m6<hcnGH[+ )iH%X/H`яsXD-8{B+B/IY`5&sS^p92gU5 &;;cHk/XԔ)]zHv^gnuUj)e\df^;qY#˾q6g } 0dyMy5Yy@!\HUd\F˧.Ox)B~\G<{>;2A}fwyR-3e H$ 5V o .VTXT#}]zz%1;eF 'e\nsΡ~{^ K9±H/&g(4R9|m7 |gAu3b}zHf?2<] +8=?Kꏈ}n"b \5\LV0ⴁXN=gBv[VNnڨiC(hXHd95LRCgV65t`HjfbnƁ8L|a>C/%,PD-JUI+&=Jp@xEstm&z/fe>)Ko/k }}!/dR9ګ0}= fBG2pJc|EpKZ(b@, c\ ˝9Cd/Xߩg6ɶ_8۝߱+ѠTX`:z߼Aḡ_ X=G@rp{wuW2s7/6XR4ۨv~C|>"E뫹2|FrFË1&z>V16@N'ewַ;( W2SY.t/ѡ% z)>MuN/U*Xv#Pxs1Up,jX B &\W5^6/0낹"x;o@ 47w3\2`#7*"/S>i5ݔ"i Sހ%sWk%?H*/ ICx#+~>A7}fbiKʉDQs7 3qfgL.L;u(r4"o!!Ts݃2FʅkL?'|ɽoYBXZʰlg'.,SˬۤES@X+ ~jMx󺓇Bȷ; t_/ס.Nrsf>+ L*}f+7`/Pp:[;Ev0fC1j YҮ" TRYFR@\r M#"P[hn| t^Lh=Y;*{"E@}CYCd;;Q'{?r;ױC8j}6>Zۈ4f~y";0WG BІCmbއuc=@2hХ]>!T}oY#مXeLI3.3mJ-Tq_UߢnT;-But({#7)~ 5]+Cp62wAGY1sPvd-0*>!:`}X%yl.C/)WK“s@`~ᨮ3U|I݌r@8:`0zݎ4I|yFr$3 #?h<=vm>/rѫ!Uۇ8dS3F2![7ܝ̞pB9^Fln}XJ%՗^'evV] k{W b¢D~._'=QxS ܌?L3hZ8q&_H5僸kDdZ{: 㭺䋨F.f9cv#=YXhqGa;"~F,s#f!'.#@hurCT0Pimg\H#NE7cߖ׃ư^`?YV%Iant_p7z=Ƭt$,y3[5c_o0/\s$;lUzD^qnBuy7ȍM{1~BGjKyAjGR-μUݓ)Jb?o-]o-KзZ8H#s-Hʢ4Gc~A*TԜ6G+Nf93I xs#hq rK(vvg ҟٌ% }ne(-xCӣPBLBcWNp~U Rƺc$V۩ CxC$clgO(C DU}JpC K]]\$EaC xb69`ͭC5*F&*Z]zzLI8 lJqGK6%#}hߠ D *{-H59iC7.cuw^3d<^h6Հi@/{@/zVwUF;*IJvl Ԥ#!_W[@$^.H)ͧ_ij(F?hE۷0F(6)9n뾌Xs9&pg4?~K?qkw1;(kގecMk6eBnr=bY;٨ж6Rw(,[__܅-F–2ROH킆VawH5󩿋=,g~q([5_7ʙp+U '?yA,-roY_J}q@JL6'K<)UVN\w!fj0#)ב^fB($:$f[}u{-_\uW#yMfM19x<WKB{Ql<).'=Sϯ%eM#u ]9 Qח\d'!%l / }16Wl~~)[(w}EǠ 8e]}TO?/n|kV}gX=AeX ՀW-H%,wڛ /pct?Nj;/8l<9S]fvˁg+HE>lV/d~\P/}N7c^+&[\YBRM=QDnyЈ@ : L`KiSqrG/#!H7L8l7}wO~{Yk;2@ߖ`E0Pں'N-vs)x&#CHKw(*ڑBAg~(.E|-x`giL"KȫR:P-5ZA8&E= ? dh-(p#$j3D{%ҿt—wZRKy t bG>U"8Pdi'|0Sv)o sy1sa G7:]Tf/н2'jQ2x*G5~\.8(hEanS/=dC,G_"nmGJA|M}uNLP-ԨShSۆYj -?a~?kaBeDy]II/(P+#XNFZ-,]O)nʫ ?L4/ 9CSE fr3[(Ky>_@Y;v!2|\k`:JJco'W?ݗ-3>R:uZFY9o:ƣAafxيϺSx'3XuM }SeB*oSx8ף)CP@85m~)#ATRLi-zz.9@;݇1Y{iB۩%\"aʲ /)s ֗ zIS}kԖVGv+Xй}p9߫4ƢG0^ ߭f7^(π.+zjBy~4 ҩZ[;x8ZEd pSe],QnJ %n(H+cҿT -ugvP 683zc/GG%InXGkr 99K{@Uǜqi uҺFVCL{-Q ~9nhpH˫^AU' 9^aQzm@ 'hss؆oŚ#mHPTiمl)+j3AP*TT#f `Z#:<fY(MǠ"쐆3U`uqmoXi{BG;/Я"YA:Oȋ6|y\-H'A-|1a9.uӄ }җO I"SdW`hJb,pTm݈%ޤwd+ѿ:,KiG1ҪIHL&8b$P_ m-K- oIS#\雃b&+@ksDTvVL{Ļ(g"/fjq)ܠoi)ɹѮ$!]hqnxa)gt]DF㉕jァP3M걥4+?:'TNӥIڏzP>Bf+XeSuy7+jd{BM2{@:_P 5 I8msh=}gFb]zqLT)(T1{Y]cxNʪe)5[V A*O ,Y|~R GPgn] Ǭzu.R?p$i~uD`l3lx泴˖ 9p6٢5W2g_Pゾ; B#!ci[2 wt6%.dV󁒱,3ph;`)| UXEM(w_v 3: = ܤ92 .}J>+%7iV9ܜm$ܔHYFg,I 5F99Բ򀼏S ɻFZ?{gTRe;y |E՘yZRDg@@2MiweK<ɧ1|Mw b v{}&NHbq#`Z<2 S1k{B^5|B[6u86mjm qM8o潫6/XڝZtسFފD^$C+~l8Q~oR\ fS<8C$$jM69s& ]9!Vܔ>ÙSdhA0_qxp Wqmi$|_Nnжkj R%C@l "Bz.Y~CU-rcї`YË́InZo5l6!GшpmT0_4^4XB s_UTϊ{JNޝiXc'"e+l)~}&pwEY P @A,Ѭ\-RRVYUZn,ԫ?aVO4IHvb06.k&"ܢ,ƛ*i=chڲGVok'*=`a 5t8:\t*?d 62MLB|-'U"zc RLC:4pIڎwY- ;0JY8>s8US㱹!3N>BgDA"p9xVUu)v=5 :<|A=.aZM~bk%Ft8uf:dAq΢ w ڂJS~f<.n%9ںh!!Δ4`(dN~.3&E! KӲk&1=5A6:4_ND6g̭e[K9I.8qX)`1g^1t裻T #ؚ?Jypf1lǐw,zcrȺ ޸T?fYL '*3p xI֗ڎT>8:cx;Ϯ3Gzsp ոJ/^P)[)c^dRnjRg|R1+F MVx2X\JȀmXw1kOR]' !u o$!mib; NΧAIPr D6 ̉m\A,<\W‹BWdai%imW5\9 ΂mjEJі)!sHIZ js&p%[`7w~<^ `[AӐmoٰ=oRL1d.E5?v5į1|[M*Ov8r'7ӻ/K?:J7rfI(*qYTĖMJ&,nfgXk޲rH@_!5 {ȳ$HTS4dpWStuz`=l$%/5ُ6_ bmxl-?Ƭ$} :-8z{~:a ߊOG{kPpr%`XԴETںW/5=#PQi@[h!!yzG2Y)o6UϭLjs؋^ȃzkzk;[Ì4Cz${܆ɴneLj!f[ MTDA'@ziK?XXl쟺ZP ʣ٘)j#lmSV,s"I].TeNw.7>. ;\_n-&]y Tcl!幀^#)1#-:8T|ͼFrV$EavGG*j=IX -JqA4mM^>,9OH#"UF ֪<;)19޸޵wayr1$}B EsK=rVn79^e-O:.'J\?k^nqolT:$r'/_I2AWaJ1wBϵ#ѹjݷp꺉楼_B~wk-7L;l@Dvr*"xM n~0{ס ,vXXGx4"Gˈ,za?2)&B~ϒHwm]k %&{0q/*L.҉jgǎhsMu&*!ZƘ̌}3{U8' iTjٖafi;IE3Zl '2Խg@Ky;ָA8lDL]7p1I @sН",'[vAA@S$ȓi֤3pOO>zd>=5 QV ǯzά HJ8uep3>qsJ(o3qO.8$$\k{FQvoAMlJJ6Y5so+[pZZp|cd'gY 5 NgVJyiԲFR$連([Âl!#$])L#4N0H5>`Ua%A^=,jW/8Q.ɃMeW.%Z~UsG]$b&.7xQ Q9RuWyLu.V\~8k\YTqO48Nj\aV'9ޢ}rp5ڲ^mb̷ )8uQ|QpިOTq5dmP LD{gsq1 F;i0}Y=J_~tui,kklcr}F}-'7x1 XmXYLLMF@sP~ky`e;W&h¼9p)f0sP?YP58|pZHb`@er`8f&)}:WMB$}@'jKEjr#ۂO @ c)&KZ;E*A:} !Z͇zxtInVD,08}ۀᵴq zqjP`84gz⫙BQ@G?g9(NWȓ=T0 &'kÃjl<#پEd$b4"qsջ3p !@1'+Q繥r3I&'k=ݹ0u@uKΌe\ ȣAmq3|S cEG\ g#7)m 0BtT(5EJ"Lv6apN&u]NidiWlՇn/YӚeބHm*~}n[xl7Xఱ-17/r=g!ɫ$r[U^~2QwFFPJ!C9Mk۸4svgݓ:B1i<,I&sl{=j5geP0ۖ[$N֤'~߳Ӄ湪\ScKU+9!XWuR[14/\G&u '8(^Pds7&D۴Q e`ژn˚V5X;xXƨ*6pFկ_~BNO 6.*գImG w Jg)ITNaw=!qF4jo(jE -ݥ7bolMBuV5BZS-8= ,HF!'%ILm]'HÇ7+?!팻s3nm{؊xE>jƝf]|ÁLtiyhO~NJ쾚|XkLBTH{:/ی L+Ҿfq-/`Փ͓^ K'Kͦ̇ӧW@"gI#Ώk hI Bo7|"g4 {%UleN Pjy7{I?v7>8Gdud?#l@+QAD>~ʙzLdɷv  +͵n hH&4 s?m^Wƥ4J'3\1'3ԤA?ߣoV|Yl?O ~w1vin荾~_8nRoE@w4ZJ[{̍W0\>]0{NŞ0V&IW1/aûw+ 㶠[ahLn'kg[)Ѫ+?_&xG%4?k7J"\sڅ4/WMFhdy"yNu._QfE2i.CP< yM2#TGng0rJh9SLC\7ӀYO FJpHVT'c/˧AmjT{ aí/* =}s0nHC9 ʶMWn 07ic.mI-n(1?_V5La2 Hg#4uwMPaB:%2t>l+$>IЊす4)2P֚ jqsOsQ pz] C^-}JT|4yyr7tpsI\?nWF(JLo.rU<.teYW3{iMNFs͕>D,k:w8mF+|زF2MLJ?2 ֮=P"> w'M:^@!!ߩor[Kd;?^|c79}!:5_9k_?JsG9Q"c2؛GqaK5&͈^D6 ^MD@װ/Xَ[OjV^yvȬ>M8N?EY0:hbZV=5QsF|][SiP*tz#W2΄ZZ 7QiN%5-a8:7d'y`bһtFQ(׈QPRV 'n,2w/ )#-1â AV׃'Ky#] djd:$-&-zkk%J#8SY"fgQfYxHbijw}IuQe!Bj&Qpfuj*IAgK5oAY"΋37Aj4wԗM'#݂$qJP٭b0\K7=<'ҋ̬-xw6D@"sKFlF-<{]faɨt~W>Ʌt%5 ^\i**&Xn[#%2nJ>Ć5b4 )飱'/ WvROfr,$7(Zv"LqQ0R=PzM{mT]-ehnӒke24Ev90y* >"ϧ[a'*)ToV_;xҰ Xri|hA`aOgT^0> 3QL^31Rœ7.vlC8O8-׫ ecpfݟѝX3"U *(PjiሞO0[;]dQ7.:Y!()gY glupHX?i/5@[ݢ>Z@Zh.bớܕrSMy=B G8 |.[f5*3JVOE-ONI:B ^:Nܕ׬`7_ {%,;@BPH{7:vgF8 *9WdJi p:?Yz{kP3ʳ5ܝku~~x֫ rx }wGۙk9qTefn=Mz}J>yF^?mW. 0YD {*δ[Y!c_oY$ n~6HL,$V`z$RԕWG`KcuEZ=v%V^$W"r =tq1$D=Jt\BY`.̄b%DۇUCKb=WA|VBdǮ#RgRcXj= q"'MYi9z.cLiE48Kmeٻ=3h ˛#֛4G2rꦷY~5$劏\K>iz O+ضD-v 8c٥Vjx+(]kӻhl9~ޏ~>bY?n`E$Ibú=. o׶yËÅ〿_pu,4x,+鎺mǛW6=E_cBvn*]%Ӌ&\gS=]R<=A_ C}nګbV6BPؐTo zɤ=332 v`ҷ.[$^;X NۘE/,A.!*\S~:ߐ~ì[vA q^ ňY,9?'kvlAp;nO[$Ц  3ƌn$qABo)>Q]me=2 Gp‘Dt.է37cyl~KPo=OxGV'ͦ%g7Ǽ9O~#.HfWs ;|g,f#3k~mekWssE"]Jqqpx_letn> dv{,HB0uE.V4Q4]&0l_Tu-sblu"Χ'V` .l_0 ӃrTs+odUmo>^Sn)p.y:#hOfaϿaPM[bĐC|}W) i8os^Pd|1]uߣmL'1C~4֌|ߵvDhl& ȴ/(QQ9qܐJhp2 v J>`6, ln{gnMpq;yW3nmnf㺮w"ÆӍuECvFD^k~LN'{=\k̘4W5ݗ+ԑ kQҜC$#J Áe2X9kiɐyl_q:2ppa[>OX{UU;Lb$6KL]7b3.s-Ql(n ?&WD(Rw[DxcWMٙQʼnh'?X8:"8l<0[.hI4I|@X,dnބP}{Юkh{,b*wVQKZ{.;ie;Tx)Y;}kJD5%*gnWS~t/  LJ}_ʰkNAv^A'ɞ!CuNjZ @J=̟˷+!?cD}W0jK^2+) R,(mfL,0J([Pwڗ@Ns_tNCYpvu W7j|;)sNo-A☿t}8Ŗ| 陼3)ĤB\P #猫h'ߌ|nV\=!g60ym1Oε}]=gYgW*Fe69i2bICI藕H&6n"[ۻ‡逼1,!";1lno,C vfX}$%/"Ef 1P&7IJ3s:RW亓(IUi5 qUei!x$(n۴z#PDE/*xP}Iʓs|v˅ ؼ4HRl*3y*K9,_FcZ2w \B}|U^v9Ĭ9]TRZv/RC=|~ȱZٍa!G.}BniTxEnQGt3k_,㑺=\d᳕!q\T xf[u DIz"V(؍: 9QvC<mQEтxL4:65nQE\ UY}"%mON ;pLxG`&hޝd% ]Z`_pJ^7ʹo.-XP?ECNfD͊A {{ G X6r6rq{'0EFz-C$VYbT>K_'b3~gs> C7!JRY[͐U5Cņ;h\ļh!%YJ6W4 sV'ip X6oGe n\_2!ZHA#9|$Nsmu%H#M5Bm0ls܋3(b,/5kŜU4F܄ C`MA1up ,o.n"4 7brƒ]&)i| :p7W9< N9HfZ- n^h#ލ1 GP a~%Tf17OƚSPqtGGnM?Jczbj8R#`BxIT+&ڦNjޠcT$"?Gu*'jl-ge.& !/j$셻tXZV~yW]9lf o/7ư-atiwb?aҰ_EW^8!%=yxPe}O@NL^f"spZ`7@"Y'QBaw:o[*I/oP>kw5i³6D-46gWWߐYfC0_c!Cl)eNq?\ fP# DKFeQIPRmRzI&,!ژ<0гZ\ ]@:8h (E9&{O D4BL !5e-#!x"/ED$\_EWTNQ V2.&1E3Vcw>ԌP].sZB*KR#x-ԇJtJ*AlI__f:$06"9sO[hQL "# Qgj@dS5P2?dZZE; b(~bSƀ=6mnE9|TFkViOg`_&7 1Jxk/.Y%?Vlk\9\],t g&~T} O)y -³l{(k^ el&^{HKy4lIYY:`\Q,N*ěh;6 Lv&]M$BO㝐X_N'LUu`@B%q{וx?eqv{eR|~̫&p_gwR7?iÅ *)3.1.}g-P m%F VcDI!\*x0#Msw)oN KGf 8,*Z\ i%՝2wtƪq*.VmHCl"a^a##IA:qy_Q"KI_eT5T[@#J}5lv/=U\_3K'kDU4&l߲xXÉM~#bc%!O(8UN|wW1y#rk9kuXwmUvk6e->f_@k#GNX_2*8 }0ۆ\b'Iv&Qr${uJ6m~cb>=hQծJƁy=P0{Ӯo:;`=D0 ܕ];X#0msep(۠95wO)[P~Ψ( W[`+P`&,F7 UeW#s!dKĞ77:+7 I!X穚#\aziP&UM+QAm)70ja A/َY(hSՈe@R/ȀCCCc5{t%{ZhVz¤DRJ/KND4f󏙩ħ.\,~@c% A!?k+$=߰aGurgjD'ܧCӵwp[%dsY!Λ}si˙۽]\R #OSL@i_Bz[@n-U9I;zSעoOJ-._ҿ/Y{.eΦgZ%=P:NZ3ė sw/"K u]I(ɹ +#v$UFl]!#x6sģkF\еJYmV U'#72tOBB?zyKгvf{[+UܼegW,~'aJ!wg%k2Rb=rVrĀ:8_XP Ϊ9MĭDp%BPwMbƷZZ˺xp>Bjr\KSxƨNg_ s [iSŘq  #$3+ޫtQn]yV%_xpSW9*Ml ؤ|uz Lu貂 5#4--:,s9)֑ ˢɗ]Aȸczί20Lj:GW+L,f9ݾll|:rHH)Ž^RGR13[/s*Qr8CqYED'-«2hJ@\So_ǹ9US]ҮH4 H$xir #Om9m/n%Ay웓/N%O Ko ]P;}p.Y9@Q"9&u? 0׮-}=1Ըȩb kBqһKԺM w0l'z˳sakpCcr8wôC,7*)K`d?n<%SE[9KkQ (cJYbc`>MHp+\r$TE`"Zh xM1<@ x{{P imX'uy>aa wEF[4*rQێQDݽ:,WNܚnŜ:QK.Aj-1GLj5%穝5aY"/uX$g5Zx+22MKas ijpFsፘx}VU(.$RDVo)d^)vژ(_0狯E#[phAJ?T![5QnEIMn \幜57OKB[o`VKPٶI]0nPTG2)/Mfp CtgΥAbzƖrQXh>8 co5E8NG Br +J%'sDMtMڔW~N=t-Gas\4sͱSz )pQpV{2~GϜKAC7g"^ƢDBfq5UcoA #8ZGx2u[?7c˹ C/Vvat:\"XDЇ8ȽZU4{ؙ;0鷮fֿ!-C:[=Ʊۙ 7>t[ǧ,^-wM(?g鏹qy1W?o[kT*umH<)X$MqS\fUߪw/'AK6TdKhܱ9TvwEv( *i߰ב5 I<⥷bfiKD^KW=Yl a&[~=Sh[ufr/2E NX4zE^4ޑpt8~E'@R>Fb=f@5F q,6ԗ2wcYܔ欳|y r+,RW3!F#Gy5+V'S e@ Op|d@́>ՙzڕ umFoxPK32lf X ,0oxrS|ojx@WPc \*aZz&IPue) Gׄ[O_}ȷI-qiC&~D7AzvaywOE)nmfPٹ`L"2]&VEt_kp4͖Y)e`EyU5y22$xN_"h!G:YMTIf6zp+T /`]93\Uz:;|ҩE~Hv`*QPmP^6}{t1Ȁ-a .鄁H}[^`m$(@~{PBo(bޜP0w7@9bDV47(vL'f[9# o˔F|خKeч9b8=|o6>Q-:MYƛ #tR;fQp*IpޱE4U(拫$pks@2cP'<:Of" S*ʳjn,7dY))$IrCgFݶt泩b\{Ahu7m#_=? UAkiHQ.9,|h 2wgYTi ,5-(ŤM$[չ<[ E6#.^ pv( xz,'pe;Aj3Z됍g:yȈ#Q8`-մB7ƽ9^vv o;aJ,=k^7mjTFYpbe8fn{ܗꒁ/ 5Vӈ#eI[1me4Z{+v?5%py>9D`?r7啉n2KVvЭfI:W/3n!l\:ы5Je"f?Ku7RqD ʦ?JnZg@<ڀ/p\x yذF+{r1MUڴb\7UJ mf?(cyU\]9,lk6j|ʔ$k_ҪCXcE$@hOYb|XYNPwqG<͑e[ . S<=$(x%=Ӣ]~sYnJ6yDɌ+dI41GB ^l-yט-0eLڿ}s"jkMxq~}Sǣ u7Ojގ-9LνJ8[wWz2`bGQoM,WM)=R/KIiH"s&3Q#m0p-zb+w}@Javwj'.SMbu8K2m0 j4 p ~qyAh.2xҭe8HfgfG)(g98'ąnY}+%ern^\<{B|Bzq _L^ϊz/gnr\{ C?gyRJ"]dqEjLֶkOڏV$ͭAT3)*{ T_oa.t-{*{X!/UZu&R)ԧjmI.;mDR(v`-좲|KoZU<؏|幯l+8p6HWop3|FefR&ѕ!z\ M^X7ϑ-@\wH kX~;x(H$e>iH kbATG.V1 :ސ~GˀE?[CiJk5D*P3}]05VYA7rBS#c@<8dmEv=O|y -<ʿT>!h>2i&1hN+ ڵ* f6dז.YC }zJ.wpz(up% Ha~w@6bϦj B)5En{-88Y 5e bK< "0qmzL $rqLܞI+$ë0  S8sD:㢃&@ga-%ޚAC?5 qSa ܐQB{8kJ˭h+TS3Gz cCBxEEb/H3ĕoPnNw2tt ME')O~Rx秐 R/ܭMөB6THeظD-0U f 'd%U,e5x:&+0 JuyM"Qe׺XQPO2jLԃCY8LNeE `(Hx /Hg\>[';L.ޟy_EȘI\)U%wkSkX"IPZ> )jfeۣL#EQxeAᱯ _Y"xyΑ(MX֑N)l"F-*b!>|$5ؗaSHaX[A#mFU{A$*PtRC @sۜsLt=p2V3U(`pp+_cG9p~ IF| DNaVmgx9GcoFW&_K lHzڭiBF$IeTv ODCîX|6<Ա٦} URASL}qb*!CG <(sٵ]XΖ_E&)ם;CtimN<16Ye'h~މOa*gg lFC%?Q7T7F 5ӳ5rZ4GJ2 u9WLFo*&f6FrΥl HJb*8ojv_xr=ua\8qߎ%QEȄEsHwL[B5>"rOJlۧw *4K 2ɛMx#CVh ' QAsn9^ (ݾKLZ1UwvybF"t$봤ROԅ Ϙ\FK, 2'eͣ/tmCƱbRntBXZ!^n¹K˼}lHm{W?raw)6HFKt[  *?;s\;֣2KgS# ЯNOA~l%:7Ob0=X7RLB _8dteVs轓}i-͹Z{KJ{N LjVj9)Txt#vXU7 {R0{pS䮇Ag}6 !O(lmUU #d(sdjݡ~>p t.)aTx<-):=cDUVi~Ry*0=6l| AdIlLk I}Bn+Э4,P Q%0:z?|Ⱥz0N)yp6*d/3Z,f+0%2/*EilDΌO=LA;IzEDbr(%f+V aYMK :z(06,G8(|py-V踘zaQ_C2W(V/ԴX?$̢g_~UMpwn,*/Rxud߹j끚, M;7wun_AE.nYroA^nN-~0^MyN<)< &yGFk 9䃋 B%6\L+Kl n W\5lmz;ߙIw ~O>z`?UЫlxs9G3w.6鑹28q)2r@16R =ib|CՁҠ>"c A,Z]~T@ҥMrI4Oo9`? >.Ev e92QO=i7C샤qHJ3=BN n=X҄± ePNRj$xdi=KN+cuy]Y`%؈U}2BY%j'cD8-;U}HzmQŜlF ߸%` b #J*))2P$o#ERъ%xh a*dx,v.5bqϽq^x>n8@RJ-P6柂 p6fF6TRVsdN!FAD"%ځ2ezq$OE}?u#` "iVn%!M㤓ҝ>헐RuHa \d𰶃/5EwE;ðK?Dam ƛT>Gڂ?1WAΡsVcjx)uȢ:<4ZFܳTH;Χ0)|QUO9LS)K@IР|ض/z#玗Wna,fS> p7LXUg1`, ᤚRTf(/_[klO;Wl~ΰj> E-XŹcye%=hT Ne_&ZB2lz,Ey0_1& VۊDW YdFt{D1'1ӬbڌTLT} h'@0;zdbΆd. osT)5jp ŚMh`4ݤ_.ȏHtH>n;Mw _Axl:n_e a)L\WLi#yՈ!ٳ Ћa",ؾ)R31:EVR2FΏz !ciV~+]+inv(>C`bqN2oS -e}4Х5?Rnƶ18(NiSer:s?!3-Ѷ 3@NpvrVҥ!pKo*D'1i|7%P-Ixj 4,Fxy1R"T$zc֔ecwc+I t?B; ,'1Il C[fԝ1~W .eA&«cobhnۃRq#O:J$q?S؁ͬjmlV+?Ё8?(Bn1?l´p)6>=(}(ҭrhXr~/TT{ݝRXSq>\t#!s^鵾Znw˭"'|e;{Ig&.]`}[ [A(BQ&{/5h2|z.Ӽ%lhdA-7DgsIZ P$78>\m'"U`3(o4RPH>R"w΄a&b@CPZ:.YXxEٸpCGTAHb--Oft ں}z:CܜJ.S67±g$PFMk+H>=$XDBx,c "052VZ5j5XMspmNzm0$QC/J)|tD H)r9ϑ"`3{2:w:3aWfz*K7(/~KpH6M~ UgmQAC}9fu]3Q?tuAFwn!I[JKDBFUТ׷,y)Nԭ}q@Sa!h_$/[G=_[#) CG|G-:coG_bY^+C3W}1pGVv5B4DIEms0P a&hZ Q57&bkΟ "`r[GV Wu@Z==('AzjinsHLb]8hj_e6o~`q0 1 O27ޙ0oqj6 ^/p>[b61bx8"sT0 E'`;eCvEBu'#8lٝXKjjj2XĵƠw]ؚ?4QTR|@: 7"X ihӯmy/7B+TZY6)/8 ϘE=_E䷾P[% ((6"1uGAZ,Qrf=U4#6iSgn@UD*DhMMN H@!eh CX" _V>eCeYג\XwfbqyaA;[Ubr*,1%pढ़Ҭ"ecTgE;| Y:&Y:q8 >B߾Ψ){t""*zr#g0lmO@FuO1mg208Tp;,h`(/:{>MV D(uHX(RK@/ǣB+l-hdEބw蕍VG7~MXyCR:w24?h'g M6<աb`c&4=҅WqKOq[hF:{ ?)fi!SPMGƭXE;7oZEͪ`U` *3~9C>xNHC޲=G;0,zm*),SfDe3 ` B?~Jn#v u2q&GuFshiJ-6^מmTp3 2t@WfBWj]%ETC9@J(3Юn1\? `p1oL\}4u8PX L#;-ixUjT#'o">k^^.9#莦`S2<#`p%3 )3b؋!v!?{dλst􉝃|gU,p(zH 0+`C] 9NM@ $KOz yZ Ǣ:Qq]U%=`DBz[w]:;yD"6H\uhpǥbϜov^{D./˘5V)tڱ0sNv4%|D: m:z7OyM72H(?>ˣ9Ax|L 5lQMAR`)0Z=b=)=߲9 F:Uް;:]w8l::&ĪzCy@PuJ#`R׏cGY 7'xcZJ/;:4BEt- ԁYPES *Q/\caO;XiV}+pH4,+&+i=Gy"p)]& ~ΡJ'T ;^dfF6&\$pU;-Z2=nX <1խb-@9c@ tj+C/] .^!ieZ yo1ikރ91Tfq}W!{R S}f/ r%=[b}]ۡaD)s-V3!'^t+Oܘ/QN*%IJRD8Ds7 w|'hSI+\{~ϼk10-$=O b[cԭSvw Zl> rѤx}hEm B[$Sz:[ k<iJ}룇0ou&|ƒ Q3*t|LWYxd D?D2U~PIOkx]ٌ~go{ߴGH>>m석ޠK1HϘBc`XYKedtuZ,V 1"u~ Iu Mݿxqr3ӲXcU2.5/oĊ#OǦzeۺSQ[%nkf.ΈǸۃ$|+ ;ޢǹNbВ0ɲd@ :+ōZ}Z] !7mwKVS8V,s38po*c_xXڡH%]d¨ze W-+T6Ko8x]˸-X&\n xGwRjp20[GJ-4 ʁDÜ}B)xgQbbQ^PSܰO qdsvẉvzSx2N8G}sՆrSUWgSahe=ܛk G%2G 1"0xWW1!~ͶNZR%j 8|a ec}m$^[M=Vg %B-v3%kX=y` iJ=*]!"O2T v ltou\p /?]f_|NyVծhuS1FOmʰjeROMn_mGǟpYFNE9kn^F5W#ڧ,.ۆpyWRf|;> tH0 INI !PՕ;PpZ3f$xoDͯu{o6}6Tɀ F2fW˓K5iz-چEk6yׁ?j 27;0EԤb# :kWf 9upS V,0k祹[ۚѱ2./8'?K43Ӎan93dEtXjp$̫]M+ =l[xu(jxwP dNc\ h%[j-؟6`B 8Pʮ\`.T-C(;de?8^+ UCX:asLL߀a<:ITƯE=6豿kĆ BL,uȀ,5 x!S)AZ68|x x:9[j8`Ueu*9ˡ, Z>]a5"fًV ) JxEY>" j:ˋN,2}.w\,U:`M,6=%V]&ʊ9= d,c ,FhPU}m)\"+ f `ؿSەۅȳorj1)'76SA{n 0Mtvʯ**9q&>`FR?S@2+Nj5ѻa 07HCߌ5 rpAE5t*Y>7` DCI5:8`@#1IEAցi>6]҉+\c6J G@uԒW xuX@Lyr J\/"ygvX"N l/\˚ Bzx{^+{/U-0M\g*-Ҳ[К4xo 1jsVH+n\C VM h.1=%Imt]rGyD(vY ,$5RPԙ;Fhp>'=0[# ta:/7 kma|]d; Jⷁr([qt=ȅii6OUͦO04' \bREKnxEm 3>̽Py٭Bb4e%g WT4~ `m.z[7ҳœsսmgTT  %QiyeJ|ok.ie;= HaR%a 9x 2/CZw34,=2>".Wk :i,}m578F v S.?le 'P1LRBR*kXs8,'q 14 8S0BCIj ^Jur pzL^-ֻz=EM*lR1+\6fb@,NYUoɰ}L'ALJMX-4?Zb qB;3ذnDs8){/ BfƯk1w>d-gU^ x|XϜ}K&m&4O^MҠu@ 9*e,kUu3WxgT:7zU&7=`#2 zLOn2>f`aGu"|e2܇\ZSS-Rf|W!uz޽ )á^Ԁd׎P;m&rsDS)b}s-s]dACрREq.|acp$JФ3#,@Ӝ37qQˡ\*1+ \F ܀{Ro~VE 5r4F"--PK5<8T8 ,&=++l8H80 #U>"~f &G͂ Gq5TLKꖀJ:^4c1p%-)q}A[Ո??Umh_zQI,LThȐ0yw%[JA HGh ʇ,nD.<ܘf^]KqIȟ`;b*[Xyc.7՞̦YX0*554ӊ7ןm9~$A3XI/C$",&tUӚ8AlIđ`ŬM_E QXS#j|xyR@Xb)j@bW+3ltF U닿<4eK_Ϊyv%/uE9Y=ư5ζMqř?ef9**\1 jiI%-Sskg)H˾)6Ac 4eȩ@VwS Kf-'luSexyqKAA\e/.~yTP`5,YN"pr bʁz.J/T &bx׀(7YD=Is TOҬJn@]y4 ;DLA0}AD`^vtZb^I.N:rN.aY lē!nT`.7-9#.T8}Q_Ge@XPܰBnw79C r3,闎އ< D*7JO_T/N䋅Z >5KkWUh2::lpu%8ґ aS8/1hA[hG;tM(Ü/ ^TyYtZ#6oŵ%2q wg RVy J,m׹uIF W{`<`0痍:RH ^X9/&kx-$~=M4ل_x8*gKIKJۮPu$;i6.y7אcmlPB i :Kdjj''@T/آGy2›Ǖܭr{1B̂o/a6V4Qև_f "!kMƆe^(Vu a摙9,It'@adygX$I%<(0(]c|wa]^(F)=\jP88Ht(n!'ĭͽxʛ2ZP%EϬ ~WS\ yFvKl{`T="@\!BȄXwJr40na~%Ou)(+`uiÅ἖85nF^0LG L2 &LS0b왼F{9_M 6iH'D\NJX7 ˿JGNLjxŋrkݷT{!kXAʟ b Bp Uݶ{Aat[^06 g&82'Кw`dbj~]mhr]Sx)8bJNFiRNRT1mxc6ӯ:hRDGo=eNq}RJ4!SOMt)HZ6i!&^ ˨|%v3sRG+zT1DHH3n>&:O*`*K#|R*h_F9`8xc3J& *'@phRDfaLN8ąεqDNTnio?+@H0hW=-_ ew"ɱܩ@\e E Zn`h :hm))@ 摨{j~rNZ)UrwQנ#ȏ zjBé|B;q@b0vͯ%kc'81Y9dj>/`OlTaEhd ɪMf${m@HQ~Gw{A4C }3?b\$E;O,>ZόX#=`QzZp$jAklUޱj!ҰegBGqT z\20j󋋉wh߶ey0R@M *qpIvkHB^9jlL?o69q9xp]se5+L#D Q{Tp{p$%I{}e ~ep>8hbUiڑ BA#Xle jYԽ KͤZS3;K?e' ÅXp&ߠRqeLן4 "v Qۣleu!V1B泟iÙecxV 2v녬BUy=g+9ds݂۫4DLm#}<[q4qދp]9/Z.G^ky|f:zʢw>{#{怶/ߟ輼x(3mSQ25tUt,1N5e3*$1he `cz]HYaFCшD|N)b BuurkbBJ. Kƽ9Dy/k_/_q#rҷDEgdu.#3Qi4WOGkaTF%VV]yғGrT2fjījl16O*jҤ=_zz0 =LXe H3y(9y;ץo%tkM9T뱣OS[M;bkucoԥW22!(2`0!M̶wsLrlokw Ү/ҫom(>S!VK#Jm  MyA)]5Le=I] 2s 7noh_N}F$} {XhOWi%V}dTjB;\0C9xe,{)ľidAG,P_QϮې!Dmc6@6<**{Fb++!v`9y򆐛Me^]  Փ68J[[a5fW`L;oMknW[aˮ|k.u6uYisg9)YcT9\LJῒq&x#Ӳ2m!(=oYz`j}ƛ@6uA EN ֈ vHp4mGN~I.ܝ 8y}2J!n1 1cW8xV逅C9$?Xwx9/f[6E!eI FE/e:}r0CdDǁ("GaSxF#\"%~m r,F: rY;';}C8W萒]@U^ 4Œzå*ps\Oz`Qvr_x%75q HS2vu#g8 >z*"4N o }E pIt%DQu\V:,Oڜi쉕Mm 2J2RWRehkp= t~.orDՓODGM-:2&`P 8MoZ_Tj(k l )@RWer-@.k9P$h*vcۛP5PaV=8Yj RZUxc _e!~Yrej\MB0%}xCֲv#ox@uwSwSaW|2O$)3j *ز7.DPM/.oX*)KXkn *ƱJZYZaaw_@9Ҙjn**;ІtA[ #m)P_îsրϋմAj upz[akwC\u 'l(ƁZ{~_'Hèɏ3FJO(ᆒ:`F$MjV)PYI\*Ή >#g!_}Ms;U\[&'W79$l'XHK<;B[ɚ|/BU^ d )7׸B,K 6{|'1H&1<X Sr=1 V"#S 3<78F&o7z3w ;D⥼Z$kEkN .""Xt(KgnL\HE; >"DUm- H cr=8Rs؝JQs]r--:BK:-$R !8!T J52h&CQh64xcufW6m^lJ2{ ;{;|-%}%*E]qŝ159 Olr"ws1$*_oB&V[y@ q004Pд+VL$&.L" sUԣ (tFdS^~A\H)В;ū3g%-Di\ٲv =i|/:(!CYI3.<7Du>ԓB@Brϩ%݆[FR*6]zq?IvdEDhnk =ۮI$Q[pX٨Z,!JWTZn^5%!2s+fD*mKqdž" X!]PŶ4ފ\vKY@38꺜 \Z]`?΁xzV'UMw SL ``4eqZv)x/%[~백D=T-2+{ |p%![m8Y`o"bUQm\U#e1Ͼ廉b}S]cHڏ@(:hY] ^5:yL +GB(9Ft/ ,\ms&| U8~3#Nys=Z634yL< 2~} JY&M Q}';%?p 1QK3C#ʅZ.HS?&lꍙn cw8YGʩF\bF_Ήjܯ0Q*Z*iH}IU<~T!ptZuZ+aG|姰B^s/lL$ x >?PnaT\g/2"&~>N5l1-Ǝ<-(p1eKeVNZ2ilՊ+Ov} 2(@9&<PfHr&)eo!]?Isi&N>{ыCR!=3 lIq-?sd*D̑aӧq!kafv!s$#yKa_] FX9hB6S0n[zagV8-iuWP컨-DZ2fO`9%.93˗qyH'̛ZuCqBH>X:/>@ffo4EAҭUѦPq> 0;8{1\🛌念f<`&p\ 'C;[R> sLB$^n͹YVuE!A+|R#41v3t^Sc* Y>4";8ƒ$B91 Ÿ61RUA!}c}MmѪhWʬ=4&`KRB!ɸyC2եE&qсn`0?۾}3rq3qLqdff \w=Y>3ΐRxD~,4e vitFS.̑q̈߸odt˪G }) `WSjDYg&2%>aSybxE:Iգ6qi5 jWQC*2i=CҌ-Yu-=T|H$.|=X>'8Bz0lX,fRȕZ;UEu=M0d\+W!1E$:ʦm "F0զczBVJ'za%gڅ$7zOǪ$ו ? h+px5\BdxtAN5Kj+!t,B#- {1%8: vqMDAl_J}5qnX0oΆcEX5)K ZKCvkDkm+I+/x3nF-Bï&3I=LYEɓ "tfԨʲ|ZYs}*Af6te Miqƙ>'+ILǭ&0wg*4kNgY8@Iߐ=k-Qp L9T=];MjvrQQh4$Dž@"?IٳU ×2\VkPzn:{i2BxnsirLjU"`LE&1BܴqDZNS4!e-B@yRWhMdkNƿIr^rAʹ[Ԫ$vvESEE7\{F]+/Jduxb@B9 EG‹a!5!Y{;B8:.XRP[r?%pKims33fX^慊SuCՋɎU/]5y3lXtۃB{%x$'i=e8|, c,W)LPC O*rSMcWL' dy]ھtb =T 8O/S-醌"qO7PTkR]0ɸ~2K%W:Oh}w"2,(YH(8zvBc "(=|E1 %7Q TܾՍ'/ 8`DN4<lDw+,_J489ێ&)Y`KLg \DyccnPg.-lD §N4QWNQ1h>j%mR9IX脯+ҷK_@6leӔH2%{$dFھ$.'p"q'TQb XL\[sb?C*}v [5g,a :懩jKf8RԾ-YܦqUrU(Ճ>R̵נ`rAk"%D]2ʣ܆IX4 mֶ7L= bqF/y6Vj볟hB Idlz-5p S ~ޣZU܎̔u܍4 c^G1vpp#:d5 wAQEr`艿xQXɘm??ܑ&MTKhH0%]~ͭNhnmeϓ>ύNɛdzm;6coE Qa_ YZ