krb5-server-1.20.1-150600.11.8.1<>,܉gyp9|wA·ܧ%cqe䫐xr|%/>4PZz~ ,RuNJkBqЀ}|y |Ld|Ziw.6 \Ku8j=Ad{JBė ߬~Llr2UE7_5>x6ձY_`*?$<(bgLVu>]]L;^QH>I?d # V,0<@Yz~ 6x6 6 P6 (6 #^6 #6$6%6&&6''4(4-b4(-8-<9.<:2<=>?@F G 6H6I6XY\T6],6^AbcdDeIfLlNu`6v8w6xؘ6ypz|܌ܐܣܤܨܮCkrb5-server1.20.1150600.11.8.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.gyh04-ch1cSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://kerberos.org/dist/linuxx86_64 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 fiX)}XHY((8cyHPP  ,Z#E`\AA큤AAAAA큤AAAA큀A@@A큀Agygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygygy05498d7ef1fffaab326a3a4a5f6f2480f8de345a80fb02118eae78ccba88f3510bc04d5bd6603a7b14c8959b6753e4f0bc66014b88eee3fc26e5a9eed41f514881e823c5c454ac01d075b3f48477a9ddc4d14be1809dd32baedc4bf4ac744a322b478de10b87c5d584854a72236ccbee41a271589fbe4e733922798a9e1036b5970390b7a7ef45e0a79dcb9b7577adc295a23cb7b1293f0a3e70a04cc929dfeabf5a1f5fbac8c53e33f870d89550a0a8a5d3e072fc0038f3d403aeb8c1ef191d2055bf1bf983c53b309121618538bb7cba7437d14809e7d0a6dd584beb12f92a388fd1b6f70a82513218e83bc4ef29986d7b6b20ffe7d366877c75944b7c14ebe5162162a11b25da779146bd4e8d4d313ff381709f2ccb2d3f91125f60e70272a15b4f911d6fa252cacc3326b886ed6d4b3a7baad929ca7e9978ff005949264d96e222d01b1a3a6b5614367dcededeccb3e968cf30522dfe499ec163ce25e82636f851f46f188fc0e750f0dbe560a8806d3b806edbe9321083fa55e22b20f097593c804adf7ed2744582d52b01b4dc13ac144b6e21595c6e4c53f7d7ebc33489fd68859dfbbadb14a649612e7a2ec592e9911c5d4a2141b522a8b62bc732f8c9401c839151aef0a2f39728c04147119a2fe49749b98a719b15900c4c0bec07401d4981fa4e14471a1e47a22140b554443a893d4784b92524f1bf3d72ca6c37485c9541e2cb16763b79cd2efbc6f2ff31e4d2567afcb17c3a1b8ad0fe9bc6792b85a652caee8df1c901f9f6c5da54cd22783efa2f33d862e026e37cb45f88680f72e0dbc7add8397ac05c079e08ab8605c6983015482ce935ebc9cc27c1049fa71e79ee3965b74c200e652f3251cbaa5a4150a43a0e01933b2f7cfc665ef2b8c868285d313dce65010cd682593d9f85f13599715dd110cc0e0ab895ca309a4bd221e9d6c38660475e24fca61d6b82976f464afcbf291a710c95ceef689ce8070b0d7586c762221c267785b0a44b26a0ba776f5313a0d32c32ace0e930f60570ad014c8b97820dbed75ed68dffd5cffc637c877d3986e452533a61091e2a88416dbcf2c144a5700d548991df217b4947011a884744fe85f5cf6ed716b48e27dd02e0dbe7fbcfa450c32afa15512ebe0f06d3317dcccabaf6526e32fafc52344031ca2642b2e7b12b35f3ea9fb7b856e5229d214885bde49abdaf58cf1aab264eb7fa98472b76818cb788e432e7722f4f16e540714bf75c328e9749af32924973a18196ef5ffc8fce1a0085fec4d0fc07ff55383abe6e2fdfa517cc51f3ff1bfa06864c542dae46f742b3798e5dc1871858aeec7b828dc2a5221b296646fb5551ed6a8dd8ee0fb9ed0d7bab26f84078257946c5a963b4e1abb8c6b3ff857b84defccf31f446a82a907e6a0790d7c9c6ff407b7765c704a938cd0f25c86686b515e8serviceserviceservice@@@@QQQrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootkrb5-1.20.1-150600.11.8.1.src.rpmconfig(krb5-server)krb5-serverkrb5-server(x86-64) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(krb5-server)coreutilscrondiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(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.8.13.0.4-14.6.0-14.0-15.2-14.14.3gigf@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.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- 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-ch1c 1738242504  !"#$%&'()*+,-./01234561.20.1-150600.11.8.11.20.1-150600.11.8.11.20.1-150600.11.8.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:37150/SUSE_SLE-15-SP6_Update/2e8e190bd0dc33e3b01e756eda2efa76-krb5.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux  ASCII textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=a74976791f8fcee2ef99cfb41f23329f3bd89d44, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=1a37931438b2047dcdb05b363acd24531f321a31, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=7862b793efaecb04dcbdafb0d69b13ebc843f805, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=17ed341ad86f160c969998a96daac204d2919aa9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=0ef543838bcd7b7e37da32aad1403a1716487863, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=25cc80c2528044e5a7678028aa7c74a2b7bb4a8a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=07f4471e876b5ff1d4443a5b0f1a6603fe83874f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=8b1b8d919117b3ece888dbf1e1ef67b8e5f81d67, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=2f7303c52b3f5ce87e58e51efa4401c287c01a5f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=38a95a3e0e3a9df464c7b6308d6c210cd10383fe, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=fe965036de249300995970c922642b10990257e3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d84c5d051ccd063902272f116a4a2cc4c540b9ff, 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.8.1.x86_64/var/lib/kerberos/krb5kdc/kadm5.acl' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/krb5-1.20.1-150600.11.8.1.x86_64/var/lib/kerberos/krb5kdc/kadm5.dict' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/krb5-1.20.1-150600.11.8.1.x86_64/var/lib/kerberos/krb5kdc/kdc.conf' (No such file or directory) 5LXm   RRR RRR RR RRR RR$R RRRR RRR RR'RR#RRR R&RRR"R$R R RRRR RRRR RRR!RRR#RR%R)R RR R$R&RR"RRR RRRRR RRR!RR#RRR%R R&R$RRRRR RR#RR%R RR&RRR"R$RRRRRR RR!RRR#RRR%R RR&R"R R$RRRR RR RRR!RR#R%R RR"R RR&R$R RRRRR RRRR RR!RR#RRR%R)R R$RRR RR#RR R$RRRRR R#RR R$RRRR RR#RR RR R"R$R&R RRRRR RR#RR!R%R R@^CWdsystemd-sysvcompatutf-81887f92f81c388a65ccc53249e35bf3b7b5bf067a979a98bcced0dad6582d4ec?p7zXZ !t/(A]"k%y؄O^!0(|yʶo;zjWj~ee~X/xXR&$SHm=A^i@FS-[db|ȦWܭ/&1g pVW-(`bȔLr6MK+xiQe 枃Ae66U;KW\(P~c /ISѓ?yDO] j0rd-8s_(JoXΉ>~|>Э,<R vfhOq?cb.)8)5r2d'sɷour+Ui䫌UX̹x-H+.a!1|[l.kw44U}i~U$Y&XTx&aF?hq H>qKr ovL 篖 XV+X`v_.Hq$JƯVX0$13X!:#든V{vj+UۿLg)kV'Κbt=9dneLIO<`ZoB\p}/ %^-06Zq]V!HzI8ށUoZ|1ٴ&LnG[V%_yM絙Br:__P aΟƛJ7ςZJ 3/Lҳmu$&=@B\W*}0Wƒ)|yRx !BnRL:М+mP7IFjuyClx$Iv/GqMÄQWvD?lpXoܗ,V~Cnf<)w1\~L)SEZܳ,DlqſXR e~^W"?N1P_Tס{"$ia璑:2ZY P7 W7Aҍ# y=9:V?p?~uW!`f-љ2KB8]FB36MB^9u>!Fу9N5"6 WJ8D;ci7_QSq?U&,<'0ڕ т@\!dJ seJv:?')ýH%zy!zI"<pYx}YLǥZ_{ o˟+Z5w4 SQ xę&~ /1RcUmk11ʬ$L%~uWB$;O}Ysn gz 5sV\&Ţ|^p[Ց\h* ?U}8+5Qw |oنD4ZYw#?Ç=FեPL<;/M@QȞHVU^+:B×ĭ1XzP܀QٗW"9.lƊ&2FDG&b:#hp31tCƊ[9(y̜&'$8LPw[EcpGvOզT,3l,] xz4K:7FQzy2嗂j:]o&C K9W{!Xo|L8aj>gz ԥy8H!|~D Zҁ5eo5/d6M EO2cg1Xf'MN+yE$ßNWbx9rJ#"f$1I K ԃͿx;lXƆ|Q{㔪i Hr͉%|/</>C@R0k+8cQ?<"BA"Mxo o6?vWuf9bpWWmc @%]dnOyGl*6yUwnSP dLRN]'I+CN 91OHK퓢CXTIa4`Q_"eBx7gK[FbU o#V*Y :ΔicXp0M Mk\fhڹɹN'ʱ*v91%O)|hb;J=kP9kmY=yź;X-EZtayJ] tꪦewN/|% $PT g=/4r)}:N\Ti3݀ǸJ؛HF| U5s+.gbx-op@96P$|?NZHA~S2!;+0|߲2ebҮ*0>E@Q\ΰ4hXe8XTX2倆;yuKمrQS u`VHg◅⻠\s n3o3}>ئ~ 4O.~ܱPW'ORr[Yn87qs=  4qPN9ߕ/_0 !f_݄z%t/'zy2崧IRi}"6tQ&Ai7{JGwԓhg?&z X~?E/ߤ ՜+wr GC3ʱ0‘anŢ'ƹAJr88-ߌ#8a%tq{6i+WIU9>d(tW>"͍dj?FX>G#V$s3ݱ /sM$gRoI4:SW|0y#pBP[Ohx >:8/ڰ&:Ci󽳢ng/Y!?mh̓4)dG܃ft|8N2j<ɫ8 ^SFg "R4uk׃OJ@k}nKeE8g 7D"T }YlOynso=TPU/+!WJ"D, "MG8̩gNk">A2t~ ߷RswI4,pNfq{HJk߸ʆ)OҦTB| Is f֖o肙 .]|. =p|"FoJ5727 y:HM[ے<v*8AW6^&$ #D@oX23< taz:IpPf,-o̤1 qzw6C=2j]5gJWJ(dJ TsZ+Yd“RH$9<VėYڛ7jȼ#bgפеd/x:w1GyJJ[wmƈe :dDZ,8cׁrZr{ 4؟G|vD#׺'XZw#\S}ogv es.iyvJdH/y4}EF5vSaD* tf?NT?B|[3`uQ_oE܂QU8" ^hr6qCD$_1-*GЪɔUnz@7am)]T*nD,5M*;cXP5ԴHH8zEuyhH^Zcr؊ua~ޡ>6^Mb̎ ˜ʟBFKZc#Hx DE =w]F{U,_BK&&5*6L-߱DQ LkyDrA><,2Ɣ0 ;cPk.:>3ΌpGMׂP2`^kfva+ykgܷs,uf V37 3@#:I~쯶q|ᯱ+u.:j}Wa T:1RY.'}}xz#ؔyqTdn|U:QI4}/@𔎒{OPЀ?iv É?S,uy yEؐ. qy΋5OGiYu4s0X6AWC ci9\U!)Ge_N% Q|ݶC6>ذ^ۨh+Y a>+xۍ~g^X>Tؼ?ܮj=Ow&4F06jb͟DAR1b 7kJ?c%!24l:M(3 f-]3Cx Bp~LW#lݯ8g|!.Wu^ԥ\:ðKRh,d v{}yx1 $cJW+¦hP rM22*wDvmDݳnkQ v36ro"8 (Չ]g>eA1rtI*45YtHY.ϘLs,8N)hyln^ps9A+@%Htp5qle0IcViL.V>@J{(b+&#f[BꁅT}tg aHxyw7hqݸ3$ܷto9 '88T9)4aO _-w5n|X+Jn.ZX7 i RG!];w6c' Chz>XubPj:Lh xA78[_2U]-8Ug3/-HczeՋ=[ uQB  ٞ$ _llac0Z~qh߅ÉS3.hab.+1ԁModXlDi$78rB g&EM#g(*ɓ@@)Ͻhx0ғ;[g+[1X( bjȄ[P.C)t%&m@bzܚ{~k}$ʳiUXvhO;QʗߤGȰ#tH|Ba/C F k6e\^/P@UhҐ9Y]pwıp Yq]uYj Nb Sڝ,}!ɾWKSAmC%۠fWHʂ5bg+Q27%*]V2Ii³q)vs*)uCLOYބJULJMS3 i6D&\)8A Ń@0HIi^ <{efH"%9)f;NFhmR J\[#@ÓmU&yw%AOUm|rt*ƒsP'@i5U3HZ߀!QNsGr"|3@{K-CBXj&~kK@Ŕ^<[R6f"Đ`񹽔&le+~V ȋly;| +*`4A:2jN@7sD6:%Axzt\?=Ғm)VYh3aNiK.KUjGU;8ɦe$?\Ӝ,#k%^h|.EPGmhx}4,!$WeZG!'d'AqwR$Z^f,6>n1BXO0OՂÓ?*ŭ Ӊ"UF%Jk]I9%ǡ2 } rx.-6 6)5<哦+հi׍ewAn&]fگ*oXX'|4|({*|Eߗ -={yPPV]J*TyJRN<8֘f6 }&h-VMf*Ԙs~[AϢZ,MD:.l[|Ǩ ٕᆠ8y/HE}\O;ӇҷxC)ZY,?~=c79yq0q8Q&Jqi[׆ID&55nO{"!J*UPi Yvg UPh!SԿ$4W5f.G$&|.H`nx/i‘amgި6\^ZVڂ൜%n!׋zpl'/P2q-m6CZ|)i?7+6ʀz7ɵk WtM*JMID\Rt%QD[,׸n48`j.hW$y TY~:7-8\́M٬?lBF+"jj* -;Y9So6Q¹Wofn,oŲH 7[r"Dȓ3=jxH8K\w`i=f89i5׾#=P iɈA[kq"NQ|9 4(LLTEp=2 J_dvlh4N"`_j( 1'v1҇ŒKld`*G#!E>ȑP/k-KGeyn.X?myЯ(jIt1X X9YNGPƘh *Ք[֭e]e:ignY\R-+W[gZbMvr1ݩ/sлx$tdރX 1yEV߉Tf\]b=22B#(JbYߪH{pŒb퇾36nhJc$$d3a_4+0fMp.`vY@BS.SwuaI,lșQj+?`G?q8V[nd%K3z ˓E!#RUv v)E#+:QaRw2Fe!}QdZT,l%G̢֌|(Է`843gʛ](Dl7Uo= \\fgcR{M9 #_^习z34?>j/3!*ӌ 8yԜ%5`$; ^/ 4g ܩu7I6sS_2dw_ؿl^fe9`@NuO<_JA?~}TqjE C$ y=oPucܤt1iNK%ǵQ%n^;=5F=f8 fb sb+,|!'53v{N 4pՁZ,Prw9_j q9"cug @ñudOiq`rzۻ׆ D;;8ɻUF.gK7bZ#Ri. HXCyvl`|h Şށ!.Ec,~6=˯1mvvÔWHA"z*b*%/5a'=%[#.Ew!oQ=E^oy`Am&8S);dC-GC c2Qc*0m[9pYVBٶDHG38X1^XPÁK~,{I',H"Un,)u G=M  h~qxYR~*bgyyp(]$ou ?,.YWhkDE"X?{Q81r] ̎'L M]ji"z8o=2Zp^woy@ +Z\db!C-iHZikyZ1RvYތl#~-C)bDd$vv[|% ;>?a3(=4˽7e^\SlKT|^NTVY0 n2 ̜zm[0Y=qx$*2gՕ4*xIIHq3c/QFI5n3ݛ*2ͫ=^m,Yρ`fW:DxY !SGu 뼍9@ۍVL"SU< ~x iJ[_0ِz4իFX*!e>9AY䋮f:.נlc{k!9~wsAb&sj` NPoН ?&?ʂzrTߐݿgwߌo&lL>20cy;itnμwA>R\}4Cȕ/r4 '-j4/ɓ?0e+111dYE!-Mj&0?؋_;6OkSZF)&V|:>ia6 OcV_fa:2Y8Q@ Ok{isiA?Sq+67_?tk5sbpIaz0ukgTk[#Z F47K4Μ|88J]g5L =GbGse:6Qt$ܻ@PN:p&N hw'Α$j8==NNc©t7 N]䭑tL["b\W$vWСƕIIhLUHK("cjLaUǠDHi!6! 5ֺ Ե'vЙ Ajd`ffqONс7;HT[T3nSM-,mHb„⢘tI]P6;x%ؠKD76~Ix)aόB4j-fAJwxe*s'h=ڇ{fHRubB؝d]|٬ab\-kdJWW1QCTJ$xeI5WR1hz?ج0{ܟM2Ŋ{EޞIF@ lŔ2I] su, #2vR2@y fRAC,u)iޡ*ޞPVIܩ;ARa! ;+^Ty|HP>Ìt8K 7}`- SP lPƸVhH"]ͫjrÈo?Z.=_%iУo5tu?h߯r‹1oAQY>S=dc${-U%JvgB9~YBiGkl*^{ {Μ6MN ļGR CЇ`=I.y2 K={]dFvmcxbjPc2.M,Mu89H*LѮJJ'!^pER&?5wY?D <ջ2_jJ`7>j" :CN4{uKF⊖*oqiCs I`^眿DEz?(0{'V0oP"Ͻ|TElR +OMZ$} )}*q;+_xp(80eQEo.BsZ G4w%n?G5`0NahlqPޠ!v+m+QѺ>u`Z6.u>~hhg\_LJ(P:dY~4`5IgޅI?IS(G/cJ\rv! QUU1!:CEη2UԪiP`"ۼc4%YׇGR۹ D'm8tTp +HBZKԕjvb=7m'lX'-tqA-*E2B{1.궳}'1(81XBt?h1O8-kX|)#KlҭB $4]/=K![R1Fd8K_<ZLFk]Yt_ v؟jbHRQLUx s˯PAhP\Dwk@驑v'). .9d!_@E̞e*C9˯ɷwYЙrz;# 0|t%\ei^Ny}O{Ylu&QWeM0޲=Tq3!W) 0._?Ih4 ̪0ŵR0/ /o_3Mg!@DL$”3;6&Ek.TQv#ۏ/}\Q+j815eK+?q|JQI55!|?傥eod~/_<'K^|/.P:7hA-Q.ΰ˸&O8OLgt[)r'=7z+Webdb=3GO؝gZ.{[_ςH M kv)mEJBXkam9?-Y{F%/JDS mO"Dަ֫vOmBe"Pn|wmhIPDL 8>_wO'.^.kU}`ix!*:ohbhV:6bwtŒ9AjNc9 _RDLhb[^X}C2%j\1<Tݼ^#ecZYe?B<'z$C;6 W:H.m?P>MsZ kSL_YC(օ"DM;35I؍\p!5 81@&h*vcH`، MGM{=aK;鲨2D|MwX37FRuo*~YR.T\XBG0ى12$U]xt=8;x ,6~qa;U HhneܝelFY?@ K+KVͭL/"dZQ#30mt'=(I# _BЭ ;pf!>InQd CZGVAMۙahfsqT*έ 9YTmOP[_J;]k}FˤHI'~$>0T>Ǫr:ٽPr44&|Dv1yŽKwA.{~7|;+`q sKU\ sLP"$v2ޤ B< 2Xj& %?3̱f.H*͵.W D#}*]4֑ #wR$EȕP[Igfdwxs<6LψuzWss'E/!oVS4mI kðZ:'/GC>Y/4_վ`]7CM< xxRRG,X vNFm_)m#'"H/Ex%'4nRx@0Af/CGmt;)^bVLwzq-ћkEgK[!n}o+mPc< GmǍx]pڥ[@kjx0iVKf񂍖2FPQ\^|g30GƣQ ]'<,5.ILrBpBZR;&ބsdEE+=U|Xi7L̊Jfv1; nN H KKq>/i8"%aIOB;*O6q@.4KsY4UÃu$ g <@i_hw8(Rs˿_,'"ӖU2~6^Yg,0+NuG*.󑜢s/"EA7Ջ}3:?ecb1Z|7ᐆL,Y[3<o}'jn}J&^/uv}aSbd 3F7w̿ނFaz6 誃B\h$BLdv͝g=d8[ 9G\Ds 5vo(I0 ;!폓9_9O> k?W?ͱu BB50ݎ9 p馾.4h\eo] 9w슻*{RP\3¼A2=~7A-OTq!aRM{Kp0IH<-qJv//yz2 +u1Z}tU,NA] ?:ӃX>msȗU0ڈ+rY"@QuQf>(T̀ӟaڼڇGt/֫ĥB#71;s4+H^uBoe j*.(? r֎ ;ߛwzh0 /:!wYv{ZZv|y{I~(ljS1 !Cu aR4P--˰?-':!eʐ uUd^R7m_o/90QL#/PZ\ճƽc_$0b -0qJZbR"bx>H)p7͕OϏN^@s9cKԈ(R)Yz$ɣ;mߟ\wh)]0N7=P6vIŲ uG*~,s"N \+41٢o2{ߗmT3"k%BB(* εB zSZa"(7 Ո4hL5;[)XZA@uo[SP֍ B]˺eiӟa~%;ZPySc]Y=7/>\?n5La n&h/ug]5xI, bC3o7{/˜u0YI3p{=z= 1L%"OE( Yxi)],_Z~`b-TyF~q+LzD>ݩx~&MςcDΑOAhf<iP%=UIxBSjBs<,Jw[WޛbEoXǦwF<9gSܓʻI0$-Jud.p՝! IAk"L1L[IωD.א}gҸ&`G #_pxX^%HOqfqbGJF5&ҊA}K Xxbvgrwl~CGm婵\n4PʠHQ˒eV-#I0 ,ϕXϱPwDXC?wwFW%c9 >+SB30h69|$HL>Y=c-ͿܻF2ӈ/Ѷb$lJ -45Q>ֈmi^ULh=j{3H@&6vu,x&Ȉ"^~yl{zQRE`KˀIb0jCQiz$uv-NIX ZP]8h_Q27;ff Ty͠MzĂVSM,@B \5}7_lS1d=b+?|/=TF/vT/XS/W7Fcn$hQ^-j Ϳ@nCv}`vu[\7oC /vL> U#SAv{=ȇWnP"y/ yNx-'2^R~ zVrxR掾saުEWG+\* jKC2,v:&櫀,tGw9H*5rT@`/Mޖaᛴ`n BkC,xK,84p*VM.MۚQMS,|MzơEΝnef/}m uA6<v "m9T$i)uSL}z_Kl/oo"GݼMY*^x0M3MV,it![9]QVOD;Ih2vϷIrtqU0z `7n A (]!0 qY},D_,۠ ιX X~T-\f[n<75Sk%/^alB4sM裎e5GmD9y%EIN/2eW)_5Sm_[s4zʻy=l6j!N*^}ɷkqB̍S89?j~^q!(22/7ImQqseVNnGj(fIRTJ S7yQcEejzL4vÄxES7 e]$Ʃ{X秗DJ|%}SؾE.{* <^QgܞEV\&mIo&/3۟ijP\ 0yTNnCzkOU7~;Z]2pՑTGHVRl Fc[Yo',_4D|.mFBrh}SՍ-JjxD.qpZJ쀑D0 &zRҙt#$e1eic{PTCE&Н}o9k?W$bjX1^(PVQsadE(yVVR0X2__ۖLS SFh)E cB)E,WmBein"F*6 _R6Ծ¿[ _ jla< =ۇBuμ: c^HVݛ2ĭ vژ{謄|5Dg<z(.Ll*v R.;9";>f1+4tFyl gh_Ħp%gsek6i*3 Y' H?y 'EoOozݥA8| UQG$gw> Z>-rK 7U>)/>AE&:Vޤ$^EL HN2!~nR19"uxٲ뉚2;]s(5O(!R|TL$jiS8eJ0hޗ*,lJAauzXТt \z9QpR;\9J03a5uN{maDf/0DB[(-KKsw E 3μkvYj[0[F&w.j91 衜6\㤚,5zOD]P))m,F1N7=+'}@v__T76L.^VþZ'NVvYR;}_;_ܣ٥Y+=]ZY='ќֹ&SVHc[k%oLt iLPO\,<ߡQlN|Ήvu&UڑX1#ZԀQIS叶K1ڵÄDӺzZanl0|64.0кXYqtTM{GDF!(hcQ1_]B;蘍H u $ k*ngم"~EMi‡/',GsU77i簄蕄g6eTi4 ({hᨛSy4J^'QЦyp`N8`Y"˚~d8|(I'!9Zi7UҥB_/}olЪkTu\CLV֋"w82<ph95 T\q\nlXFҖw8\ W4eQ[Â'4kY,>Λy>j(L i=׉(䡄@ێPkqS<@1jfeN$I{^F39g.Gi `~??ye򔯾">}Q=1x'o.[:"+q[ SEOBؙbPRn̈́m#3}EvEB.EAT$g/DhqIWy%f.!gJ|P*Fp?bM"j%Ðo T=I.˸(kLXo3Ca6HH*>7S2%-i}r@XTm"Uw,\ gKV̶avkqf?ɇ3pzAP|4BKhw4To;lF#_HPZhqk@􏰙PZݦ!q62 [fn~$ o2vEZRՓs wA-&U7 iǢ] zӡi6ʄeP=iX|A$[DMW/>BrdA͂dC91o4/ ǤyXQ+.i_P;؇POj&0ܔn, NEa6K4'Pn+hKR-R ̤E֧׺ S5 ꟁ9uyS(2vAl`܈9qn;x< ie6D 56idnYX5tU oYs}!Bu*\ M:1]#"K-ޮFa~2ַ@1NDI}`GK("B53(r}ӓ6?kupy<--evIڛ]A~n$DTciƋ5#zc! kF̓ ;%zB#7s#̉§so2.\yu' d%-N6,+ӯ6V`hdHhwoޯ+`y$cx4S/ y8qPL_{9[^vvM9c[",N;UsGh1&x8y?@@G'xLxd!9 R sح`Y( E6p-:Jt* 5UŻ#hnguϧwLzپonO7}I(^49#SPzCz /*c= PS*n M5~)E=$%P~%m**$`寕xj%s;DH'+!gҔta`i>FNnv OfF60q~)H1?BВC,lIǀ0ߦ`"/wr@EXU8Sv( Ȓͮvt?Wb8;|An⬮A0$D%:S87/^ 'dvxJ C: z'|`zBZ8L3%Ypm\W#Uo_p3C7N/^%{}ج%D\`lT45cV-0NMh9ǽUi8ߗf𭋧[:R{ԍaD.$7% uf( ; _w ܤ[3NR5*SDʒ#ate]_UԎ.䪐'S=Mo FYյn_1.(q Żj&({Zfys_܊N9KpА9CW?"iC~ caE$m[s i\m\?FS΅W-%l(ɺѼD !ɺ?,CWDL4Yq2Y^Zl *^kHz+@c̻AmH[ވ؅rV"V̋<3E7WEꅋC:*b WB`gd:Zw…֪OOPy*ڏ#TK])uV|g!CT} ג)X ݫqDO yMxP c'}^h_\aG 9-N2g?jlgI}cSA$>IAwoBXz)Y%l '_B/)a RMK1kbLӛy>XҾ^WP>6uLq}At2K:)EY"2aakB!U?4Y8*hƗ;] &mH@~W UoֺʟR yNOa|MLVSb6 weT?7aD@^<)4TQUA[^_֊G8ryh@KϣQCod?!ަ% hE~m< ހ#&?=[>!Q;,B*t@>~8uP .',KBfc*PfJ-wx2| b骛0'ٔ=PU8EzNNudpiRq<%Weej'ofQa)ƙQ!ZBLA*n1[c@/ .hAa25zveό;$XY(3Ah2'nj4T9:'-pEO CLnH#G" "y?eukh:M^ڱU%laD(*.z Wp3j3{YA-0?{6>: Tb[ڐY[(@rX)w*Vʻ -Kϖ0O/#ok)Rq*+s}Fy9*Aِ$χwVIh޹P4}+ E"H(adJI dqj.isuĚӍxf%r6 `UPj+\u zB7k; aY9AilRCͪr_s"Rv#6K,>ptt=gսX~Wr4bPjIeԓ;*-SwGLwa7VJNhBrE=ʗazne GLqz$Rw,;^c}?_KϿTq. U~_8 U<Ч{V"@Diٲ¾Bc&_m˽s@.Q(GS2d/왌uߺ}ŷw6/2-)sqxsm'r4?} YWlT`32Bjh䊀ލ2j7uN ""ib[yX6°a `+B ǎX,:gcq|o+JR:A *(&%.n !Pf-6Gal}<0@8vSG\EF#P];{)G4{LG!Vg ; V{>uL2iAQb*/TݷN{W,@xɢ7q3/C4R x\o_D4wu&J&`fu^qۙ~ ۤ<1e(yVHy86IpfݍU( ڰ~n5hFZJ5m< h=Z|̥ƕ\ )N8)Ief@zfFNGY(:_KTa7oj9X]+Pۃ*t(3uŒNoz OWvWgHIwOj3#x`gN|fZ!A0op[#Jpg2⊦ 9Kd3A(zD x7AKQ+X3ٸa0}D\֢X)ju.R9pȘ| b_?Q~pu#}[n{ j& {fO 2Q{^"LjLvP|"fPEIiͥ~%/Xɫ N\BvڊY}%ּ \(zU[X7ݷMOǕB (Do9^w D\4 b? Hׄ˖Q*J.A+ +ϻ'7Qzs#^+E^.fZC 9&ӟRHPplQzԚ [f߯=J;oo-HÓ1eK!z q ϝIF2VUAA2M*s&.k^# އ7D\RPsu Y$ڎPuғ `45́Yx"ex?u5>A Nb>?yũv%7f"_mg-Ti/q5uWvjFRhp].Lb\cB7wٳlnnoh˘㳅eSNn=4mJJ*voŴʢ]24Cu]ӤN)#Xzo} u}]] 434-r!žjQ _=4":hDG,{ &qLLUIپwռqfm8::EgʀrtĶaw+c0*!R"$}){2M$$ӓSJ`ƶnko1q|VcU(ڕJ¼fnc$Vh 8 eմ,rʱOb1ƛ Nfcaш״Of0TM@&> Su,L\Is?No;:8CP: .& ـ!#ms}OH}?찴5S*+<|Qb@ R[0Bud?#ȁE'[e-%;(o U`mI((IĕE5@mh敫["Jm=SG^Uu>U1g6 ^J"_o(-̔Ib|lζ|F5"};*eqDf׶ji U/#譃|;U0@Vo}@~2.fJq%BEөGRѲr^3jhޢu{. RPO|"3GޙҠw\+Ę$jdCd0a 0=6@X%xt ( w\O(c#JY"/Z\аY0>'"t&A"Co0"HtҴצ!ȕ{KȴCpǔTB_h~eVd;O?Qs/ ~6D6#@< ~N).mYZ9u&QVOK<h01]s^_RɢǷ`6l7zdAGHcc-|.>SB}¨ˡL%ڈU[&0ɾ5FUc~i.Sg`]`\0]{D0  9$0]p79}𵀡lVN_{rtOۥz+f- v5O[ݫSyߖg}cJܥy# R=o}WlB11_[֐ ae޹SZ"A^yV!0Z[UDHg];a cnXsֽe Q&gA\jix䔣Ȓ u+l@!_D<^kRf7 y*" P,4&wQvb U-gqˬ얠ve wR0^dުgX]Oi?R5)G:&sōgk>s˕߬~{X\} Y_nOlQ-2r#rD: Gd.+懿0y_'V.23Ͽ0*1LZ\ R˱:{sos]0-5ektBz_7%'"zpEEkkJV ư$$JfvͨDdY@nи*5"|;"Zĵ@ptI+@TZc/%xwTp n~Ny|hN2Th휓|HٖU6jWOg;~wԢ!@ǜ5xXSZKՎCU=K?&/yB&΂wV2ZKԶV"`ܨѭ%g҂B?H} wE+jAT cI.9Юb!Q/>@DxɿؚX{P6 B23L}O7`i=Ѿ5+zHz)'?lb hrS iCdv \xP`cu叔9mr 5}<m20]hױ5b%ba-(ºϪxM %߮#UR[8+%ŬV_/>15j?tLZٚHh?1l5f2+| 䦯 H$Yn-_bKl7K ܢ827Pĩ7[5|̷Q}g흳Ou)"nhLRhWX6Df̣wEaY3.Lill5=GF0*Ja"d #72LEOKe>e]xbamGO ;^N*DU'K5?k}xDCIVA3bFZmti,FozfkD|{h~uS/7AZnTG`TAY&Dl.[3 a.wKe߸0c"Dh fd{ AB5 `u?hřw^|JJ}MRhk\l ?)!2_VZB^q&&N+yTtuxHgSGS/wUqǑ_wDv]9 z#J hFY$kD~,s|/@9y8`z:V -#|)D | sQXUOQmZ#3hA5%Ճ_:QuxvD]f|o5 B2rqU*5zרG9bڨMeE|| f$ߴdr^~dF/LΩ{=.frߖ4tv>R"Yh5 rI\<ѣk{5-tL@8O^E/ I-6wyT@*ˉ Tp|3bG(uQ2:ޕ]NJ<=0'E)ڒ7Mek/Ps!ȮY!踥ߵV1ons:Va(bP#J\ f|9 'np˩d$W~.`BN2d"׾֛}H\m:U1Lؠ7-C1FaH^;EYKOIN_֩IKA* v}c3fך p `?1D;S뾺[iℼvT"S'z''[Y6M|`\ -pO!1gMxf6~=[,gpgxp: 1x:k**LywXe.uʙ joƪ, ENvȈ%ru$7aG"ּ}~ZSq`ʝ_?s0SR e l?;p|iٶF7Cd.3`!n;D {$kbi"g2r.}r h30:= c?; :=`L#Z?L٧}5(য়\6KNyhb !bpaAS䄉^>!Ӱ$EB?Vz H_ͨenIyfLr% e֍nRI1 دl$A[z@bmZ+%ۅ7q8C[#j>ԸC2a- *(&l $dsG|Z(փ՝8TW.KKds 5a xPʸ.VEBTOn\&c#>! UchދGu/}v\3C]J; mp*Lp )6W:²#RܽrKo>Pnİќ-Vm"W 6M̙:xCY|~Ly>J'ys&5!w&.ԨU [ы#Hjbe%Ku4l=kq6<5jJO Wc_At{>Ky ec=gF)?\3h&? I'DagmXřӾ)hĚ%GA(ʵ }CkP7{'9OX"#gM20Sa,2Ν*Q=oj 1I>`;L_xxm@:jB7 nFӀ 2Oo7yj™;9;*K;+kX^RR".6sw2UUn+T2^ Q,O3 1@8U_ȩV#X㖰9)k@Y)]˴Cr4="8}P`,iڏe>}Xf (_6[X1uk(l6倐C _Ce(_ٮa$iJڍGuLEZTg(TUk*M[OcPwp*Dz0[L\ĤlBq/7$~3k{0-äZGo r08 P&Zcs=嘯1[8^Fg#n ERB,bg{k*I>tQjou ݯw x C[wg#TaΙs.ȪJQM=qGpMnQ[&sV^cOE[~VE=z]"/AP͂ "_sUsL2<@dЯM"19n.ƒA0|LtH=8Z;@ A E𰜔>}.>xQH]zǪdԩD~pΦ^˫/KiKE*~4GVHq \Aָ,gbH2.:DƒϕLQ4yO hH_% s?"Ys:5*Ê}QBA*>74"-%.Ba`ވ$w [aMɼ4$sI}hSʅ"l0 1ADz؆jYINF(t֗*_0RLCNlr`?Q%e{9f ^KFoaY@@BqR3h2\0Ȁ$k;ctJA2+8?S{>7w:RT9s;2ز >nh1PzQ ֳX@^m%_C+xolE%C l+jD590 4$ʉhϩ]*J8>47 7jP,kq0>gNC0Q.ضS-i@ ?.Oh8l# FkP܄2f!ދ=wak9R.}$m9ζb2*r)~C&0th(Td/>9?'.Lxs(9axe?p^ po A`,]!8$GEXx;LNZSƟ_v^lTf:> 60Xg "`dq"Q睌C_`,\fST!TA7t d5/c؂(9'7U(sI>+WA@ZwG7 vy(>@O.cFY)_Gcs\ NcZ5FB ^ׯPz/!1wa%WrE9ӄ@<ЎSnZ^A5[fxM3TTGca")56}Y* js _e2,\?΄d3e0 kxj {Mܖ]^mʟq)9rdт.XWqԳh=';V @ot!v@U>&D؛qpx4HVE+/5B/ŠQC^u>N͍ T\$l Huuphь`Ef%졚d@fh`_SZ )[oߧ $JY%xV3u04-5OrGu\? _uXs? ûm _K1 x<ڐ9m!~D4u"T5WGm8(dRC_ #)`(|g #B_NpNe ?@7|>#Ed-VpRǛ܄ 떴ϮgcL(6&C#&p>^rW.b!PNdH `r2$)Xt)㘎̾}Zn;wi\ *%YHp 3ȿAp 3"L_A@Z<߬u0FSlW`ո:nz!I7 25]3i>x/88w^lHWX!r*4^bZ\ȹW. PPӚ N h鬌HxݫJsS3;:DV jnxK 72#훿BWgŗo^<:I[L%d_cR?ZJߗlφkVyn+uFb @M${ܦ^J6geNHLO(&¯B>d,ZsV6iwO5hk<39U[ 7sf֦Bok$-nVq^ܛUrj3r8v3U5Ϣw>8"V%3 !LoCLտf{I _9zH&W :=! kD⑍MGr,R9x ^׶1#v9,s硇{} 9嚌yYg[mf^p7 CG;n\7&+7泺ysٸM}|1A$p2YxDw g(V7HM-'p9 U@*#K៘ @JǍȄYKq8Z)QǬ$*NonjVKO|Y:ֵ=3`@;%qv c, CN9U@ ``;ׄ3а b䆞2"Km}x)ݸz4YUmMшܐpkD8Eq䝩v{dS ?ZJ~`QzJp99NEThD1x}Q-xK+R\vS5$lpa&KGa󆜘[!#`ۤ4l3 juXԽ t B@ k4H/>9']<S zua7I(P c>$w8#bcz! ߝ;5Jrkшoͨ)3aj71ؿ.'c\ķj!)~cqf=)jnGH0V[ǥycXE]p;sNi`D72#%rhe*Ԉ&<ٽjEIx@dR+ c:.[.܏0ps,˭ۣ7qĬ\4" >N++~!3{ѝ順l0V[2xk#F E$H6 fc= z_,a5J<zmG;#F5xY ]P޸ٲlb&ʄ潌T!ƉXb<*f:l#QL:Cz!J{shNѭqokTQMu~;ѯIwvm,c=R?t;71?s@8̨߈ u\AYDg\NgkIY~< ǧ)OX "mYpv_L|0-\ކa 0CZI5SKd|T~#-cȧuOs Y0 A#te_P9#phE9]pDkV!ReѾrOkRhLa˷gw+E짾"OQm*سjapf'6~ _HINĿx2/Kc#$ÿeBIfq' 6>I }TLY]V-.}7†xJ:"}\y6dβhL^IJx/LCѝs}$ұG!27Iϸ. nCI^|GQ&sVxv'SGkIrʎ ~}0&iv84yU0f5!sFsnpjZB.hO{+g% "pSHub-x>=m~@dց Cp'^~3F-FU]\R?ؕ(+D`w7}r4.h<Ȯ[kzhn{ ly(j"FRW[ S|eVsŭ. ST}T4;Tw .A&CqWc11Ax&P $ ܂#zI<8_fc zNGߋnl) i9oh;I)t^Yn1:"<I; d; Zẕ8G"mJ$OfQ$c!SSĘ{Oe:#-|[hLwΝTBM?`fNúָ>$>idNnp$a) 0v?$ݦ$TRF5+]# ]xfiUzΚu(V}?+^x_B9vTRp=UpX;U֊=╛H#+,U#'InZlVT 8`\t8Q|D?9a̲W>fF+*RT냾މ AGBEN_e>>D.2IbL퟿F)-&bEӟ={+! hZ8W>o6`!}`krzt'9hحfmK) &zHֺgpH*s5.-@P@>QO t=H]'_܈TUCBS<অ3B|ٺ1h6t Jq-9= Bw;3 NڡLcU 4rj[BFbɏ\\0鎕O/M'=;*4 Y:}`}@8xv_('@ ^6#@q ԟL'Y2-Z~&XRF@1vwlzoKOx;.Ũs!\Nr#cv˵.e*?e?6o ^сz^ G,[z/QSmH{_Wݏ2{~Ee5Ɋ/T0k Uͷv)\M-#_Ɛ¸.Sz1*Q(F>X7{b:f.$!;}t?b}|/IH$b% S;sm/k= #但lLGm/jElHmmqä44>b4h<# 4ĝ1R4%u.c$fj|L(óJ[W5Wnb~-$x_n8Sp;3o)LN635̘GTkgNu.8gPCfjj33m̄9nʅ)(C }:nQb[fW͠\!'ՙ( I R;OR`VKrcWw[nիA/GFFmۣ< ?}ʷy5'S qSTORiLI9xǖVG{層 ΣFw%"! 'B}uELz|vPjOI-?[=olQnpa-# Jتpe<d P-Lò, kۧq AI!nnXe)Ú 3>9Ms ɺ'y#;?Uo*Yui~rE+00۷+,+7%66G}lBUH!R$1͘y)vtBfEIa0tJW˳'-{P.Rt.C4$u*.Jɫ-Sb{lwl)x=Xʬ_":%}{H5{c섌(iwPz DPluo<g qMǚ816%{+Al<Mn#B^81hwM]Y~>j6DH,<"γ:7 @d'vq8;Fsip+AfR9jrXI.ҳ8FI1>~:BǜC[4eH@:ؗ9;c5ݪndu) H^C̹@eeׅd#3ՙu9 `u\:WM=FbDZ ]sq!TqJy^oBPi&ZWP&"PJ?3s#?+9ánA S}tغ(2*8nraie4l ՚/&4.8[$)Ϯ9Lj7"ߔOj8DP_5)X!:?W2HqjLӦNft8Y ֜00woeY$LAjIlJ?ZO;ؓxfn.L/1F&b$7ͅyA*(Yq(βibhi3ƒgI1 {38y9,o [cJWR)?aVB;J玁qyPA+RZ#* ~n&EQx{p(N#ScF+r=G~|R=_m_(v.$`(]Qu[:FGV%&GX=1Uƃ&sDD3ꭨ6_-r:W"VjuY*iab0H[}Q@$+uȎQL/CCyo/hw%0 k07:˫Ytcxq]Sl֬'\v JZ}nC'Y~փGR*l%z}†ipC{8lVh4mПE+' q /UDo<vߋK =Q#M z. 9Ngg:hx'B-2ʿ(TM̡zH avqm>^2N$gqH-1J4f@2_f <-j}8eaE ScT;,HĹ'!#*fya+=KHf6/|/g<1/w-ЎdC'PQl;O0Ur(",v3x7Ҿx ^GKÃN[Hx 9N<؋n'No4=<,Eiڒ?&"U\|NJ~ ә/̫wlO'H{М_Xp@'Dl>}S'cdG޲6 L[R0WkpfD]L]7a`|} ]߰Ua ciUzuoMV6+NUN|A x)ܯKw%q|ȫ&z o=Twm86ȁ[ɿFQ?SMJn{dm4Xs7-W[M+6>uߑ&IU+>wƕhhc)_`6v[4|Y2F7-qW^ʗ%i~ b߃Ӧ?sL,$fi9 SsN)6u={dg7&Zh\boZ{. `wjXĞX@JݠgQO1sFИ倱)!ӿ|]Q t4Zz;C`w+5ĽxId_x)^૔nnC^:.ЏG;f[GO]8\N VCHo9yӠKMdb*)r~Q7d>Kf7H/T ]FwxDե~{q։ҔJa6-(8hQ.žEN*z 9XROS8zWKuoi(o:GɵkNBT"-q` Qڃw௤Etg!V1;@)k׳Jq'KDKS.B#qZm:3FHyY9c?eW`P00J a}Ϡ}[Q-!W#$f;xnhs-d(mWIWGELp̧ g1o% T[ZEɰ+Ȼ ?S 4gb6lFZX$4N¿b>=V%:5 vWt_DaVV t\{5sq|,V h.\UVq!Ka߭lf+??09i #:\X,FJ-G"Q;U~ f0$"!>ͅ(yU~>dqA1}?zU29.ÚL;>Ilв3wāZ)d{_壙NE]埀"ts(PhHx ~A5e۞uF$a)eVfV^7*zL.M@?~Jυ8IɲX0 Kkrek ף)y&9DF$Oϙ}PW38Zrgux5͋مLat8 GiӢ68`BCUՓ-£W; Xк0+6CsGD5['8#~>()HOn8]$k3&@6}1lC2> +y n+v](?8jq+;N'k]((uD%k(gDB1ǵTT/ Rss.5Ra1V8 e-]: ͒AlɑalM ~z,:l\ @9ӑD6׈XH]&(F:Gv_$9c RhS,B6.J?/ 3ob̪iXȦLJ|.)̰ĿTIE+y$r+7K|<t8c:Hcӑ?R x7 ru) h ׭{፛] \-B=)5*/|я٧9#"XO 櫍\msr_dH\1C&oVhsw+NK M6-\@kVTS&d#}gCe#6oli |nV;K{~ohRZcHZR=6,$'ףʩrqWb6V &/,9pu90ՊMꉃJ~G i1ۈmKөtz!/Z0;_qS<3k0S͠9|,6ϲ=%\!&bJWvzF!D ,xP3#B||ymMIn2V\il:]<}xY|!{\~d'a:81%-(X]q JPNT`.z~"-7T̍TZ)YÜIϒ,isRI&MQTmWz6-uI<̭nC3JJ:/ p3^aϵljiNlB6PyNoص-V$}2.5IZ MP#1 'D /p+?Z3,9[xQ8ɑ>EE!AsJ؊a,. ڊt.**4n>0Z<}+쥜~(ưZuǕ*ȁM;P NlĆUkle1 @3^\xEe`AAekcCfB@~V3zFh _}˺hEr,scg0qpfphűr (εzv폘BYﶴ A"Wƴn0vvlq~ u5VPnGo^hpnP8m\=19/)X߸[:({MCql8Ğ ?欞)}1t Ns٨T/Qw;"2R&nIFCxĤS|gxle8F໢ QkBm$!e==Zc(?#BgV]{ĵra}KJ?U {.iO 3Y Օn8xx LOv>'Aѭ2Rh^XFҼE*Ȕ4(8䈨Cy`x![ЬFjjn!8 Fc ۮ=ٯ/jk0@&iF2BQWiByVWWW/P#ڇQrh bxU;aG4ѷ]B RJ_o (JXy&ɓYf0m~kϮItգq"mRi*oV!Vm hMS/Ϭw&Spqr=5q.:Zyi{k*?=~y/=?@r1ءo OQ㍸SIMC$Xqm\6L1BPR_*6qdq/:DS6G)8.R<~ Q+B4?#vBsx,؈L-,!kP8a9摨ѢM*Tm ʋD 6DF֖pls|D( 8pvpGwm9I˛E}i NCVA+g(ɷP / Y+"z64}uV}#tk2uf͍Xe'兞?c2IQAL^0k\:PK31:C-{a~XE j1+ hfimd >g$&7nϫ)f4u[B ;h|*;a55">غJaJ\fbҦk DmV{G/\4gK 0lid+.3u 8̥X"UA!aihjwi]F[8.x\pci5S-'lx^pCt\ZEC/X6f0߽MjRȔenT;%X X h+\@Pݹ},ƢJCd0Ϥ!橙Ɯ=L\SQ|ĔԀPܑr*.xj AtaxˮNmm<0N!Ӓ g'xGhMVinHvkЕ[~ߘEzg᱊WJٿلPQXgXzNzըB$Ii9N̞T+#"ЎN~`A!2q:&hː!q7lQ$ u-NґwDG3>:lRd>rE],aG#'Um8 FOәz@A눐cgo vH6Ws'!,԰qolM+d"՜1GR XA7NܘT/{t~_`Ôc}2Ҵeʀ+㣼h|٭^\7a _5I\E=~e $~=S}>I}:M!@Ї} !+#>.<=|;TMYW' |=?yH;DPjq=(.jvn镐qNé80A7:?ԪX]@PKtH(g%;5I3tè^"Kw\uɔ*k`G5/_vwMswWt6;T*ۉPUMа#VZ{ti)̮lq~׎]]%VAe& לMnXMNĎIMeh c[nbxR+A{flC;Z+rL>+?drwCζv+Xo.Q[KVE:j_asQaDFf뱞֞rۍN2Ms9}/,!VVδ1?ZStLl?޷2 PCQb3`wRjdoC Vi#=Ö8pg!BDp1sNF(iQY3$SE}Ha4a>bpסxBQu?Hi@o-(yM Mr`׹^$7%` >0?J(&1[Ƌ9>H>f Ν/ h$ 0q uO¹(ۯ_oda?X YҖgy\2RՀ7֧ wGc;6ja_H{*8/ 1A`E%m+0d r=2!B7r%m߱@X~.īP-^@x!|-G[DQE+NRzמo_2djhJwD W a"anG7fG%^lK<+GS&޽aLEe7H#3],;#nDP$')@.twn hxo{u1YH҂4>H ~*sPee3)-u1 2;w|Lᥡ7x 6D=Ț@V,a_}K0 g.T`Lݧr;57Wy}FM@z-58C2%vU+wAp8;'O$W$?>L&Ufh.zK#-/.p+ xdz?Nby7>LR ]}poL'-3=cf!쪣ԟ>`ٗT JI#9ұJK+`[yaj>F  M~pnȀБΡ1FM#P#8~-^} ol4j`6>E&Am~ˤKCB@Rr~zSGNխ<{?ʨgLlSHlYI%~%V2 zܪ9yJlz|FȫxmWҡNdE_đ+74nYCt'm> _ fXI:Mh%,Z4c(>"}6#HM4t [E1rg;"&*Ť4X?vɺ-kYU:Nb#I>ÛԠo~Z*,)iTl]k1lNWf{EXeE[0\wc=`I| Ƹ([3H΁sS=dW N{5I]4|K8&}i~$,Ή1nE^s{v{OJUm%#ߟ[VSs&`ÁRՕLqYbr'y< _EU N1 HHkT<}MXǢ͌8ehT[:Ԩ|Ϊr`%$` QZ| $(TxZpUl&N+hH 'ܒ2ghm_[$ .cCWS0ݭ};Np H/j%o7,aFNԥ bq3OqQ[J&x[Erjfv0C^QEfJS0@0p1MӋf "~U4.f]IVgX:9}FgNô4*W ^p ;'CURa CpPF|hG6iTc~ eG-{b2;GDA5Ht:z nRPa@ ^-Qt8QĸQnA|܅> x)%].3;ʌKR%,%zcaTwгVq$+:!e 1J ! cV8ÜExSުQtY@7Bo&+Bmq'#+߾s3 |V\鎑ڇWB X3~Fq 900;cM(3JJ͒Գd+EI,QI==; o<| jތQΓhnzg\]~_TZX vѧC `?v^,X:w,BbtUtf:K˩!?. ?ֈb`Cr[Zi :+6T  1V$SY9$>ny%4#)&KTu@޹炬SDO(Z,ǯ&p\L)z\ViO|E҉ "bmF\|0ӖK65N R>v6SĵYua,=w$Ӎ̪BZ%NO"OU/jq\-@i3^ Y͚ mc5In+lK c6jr ykkFX0D\j ȝ) ZЬ!AP16baK}sV%(9@+ PL l(i) W/@o7!E$JTԱy*`R2HNxV_{ w\p]0RLaΛ`IFYXd L 0>$rb { \7q%$zZuUI=EaxiJDU;3SwВkm-.Μo(5K't*a~~;h_0l uL3/vFC$iKX#̄ šk hJQ*[WTy,|`xdhgL \Üw/KGHZT6?H+ P%tD|>ɤy aLP+9oZ}sYYS:s9ŅHygn,]8lghOk4F9pP2]LBЌXʡ(]aj\^ǎ|b( ~GS@ &aBWrQ*fF͞{5}~^u VQ].F?bOO^#icz'ABo޶DI1dn`#MK=! XALeXחPEQ]|p7RQg;3V[Ur=(1b#l\vh'YOg;N+LM(I +vsk/HgdL%mI'c\YN'EB7!1!֒1X *ymch\iHG$fW L^f.ɲ0n ch(j]Eb?bU5 B.S17۫hH8I3u\{sr3zLgWiR|%6oγLl~Zw(B (89;'K&ݸG+qPjLϥa:qg/QbD3:Υj jP14/yeEʳUMI`s5!Q(:+Ar=lZiߜ)acl4{ ֞]*"dԖk!zwv;ζx2bqP.[Pq:N3ڦ:o ۋ/]HFˏ7 -?'7:6]h6+/kJG3%f2+|WqKmmiE[T">fY%%_=k9vIz.7\9fFAk@CnqW g~Yj39H@ћ' BQ  .lLr/?'#4I`+KӕQ -Nf*=ƿo yrYFx#1ReGp~ 8V r;rf{n-Oj%8/6 BT#l~24P^m-uPs>^5p]X tGZܑ%2}/\ߏTr'Vtī>_sY-=?vT$̯'gcܗQ gX "'b{xHoS\1]\e=dJkOQ\UE{~z~?!^d%ߐ_ۿpI}3Ht:U*٩WyCdݢU5tnkbv 3gLgQۑ zky'P %pJWRJ/ɷc:cI1?b~)F~Ku,Ek?8FV[e!"> ( Q [Uܤ~ H[K\\ND9'Y3eҤi1Uu.P)>Y{HYXr!f&2Q|7tn+u ;K\2Eڿ)etooM(샱(ys {mICRP@3tH#d@?z ͧNU6 t$lBgt0fZc_ D93@).F+Uπ}g6#4qqXnV[l &+' ߁*/bS3:z6^dKF 2a! #ȩPkk=>DJ-sLVq]bWO(5 x(- N]nj3@?qKtcj9IKI@6 oUQUzv8pKc5u;{x$pend_m66{0|52œΒaҌ7%Qk=R $D7,GY0͐\(?Pדҧ9hپD ℡! hګ.F?e=XE~&htsaOt`֓_ypbWij+m+4LMi\F+g IcÊ/eЃ 3`#.CR0c&rKVZЊ_],ݖDpy y#@33>@$ꟉIJ]~.]^GJ+)R;٤kFl b T0xt⧴{dnɆΙpw`Pt$yLIZ\ g6L==I_[F@AccV聃ciBtdK0}B U t iVBp/GPK+)#}ޖDkVaGѣ"TlZs9i(a4h7Oiy)qY<t^  _AUF ACZF!>v9Ky6juoHsሞE[JG!#7Ǥu!0U'a*ԷN-yyLNug9 ]X&AMϗeMM2(<{%Iv hXtH%[~v)D13[>~lg qTGLot==p04fupzZzbNƳrfiA1(wg o88Bf<[X4G xf)i& gxtq+9F' rt}.J^䞃 9Tv(O9$S S4W.FOip`6K2D|yjZǍCghu\M68WY4XM?LaUKS  GAn3HmI@1DoҨI-r+MC+7D"0Cm~7Rg- Cm?B"SF0uOضaq*ҺJg^?ida`)θM~{"  Db;.SPJf4]~ xrX뼃*QU}_]"ў{G,.#nA;Z{᫐G@5I]c6820%eV-#y`-9G** ɒ /Um*ǩ LP)=LBu ʮM83.͚Zh-3&-4Z:Z6bsk,bbAOB{=O G *$=ƕ gr0Js&)2&Г/GQvGyiwOLZ,^?DiZ{.T,Rhw{%)j-`w%;#i* Ӵ0lqXžisUz* QZ"5zn 5?gь(8>v>+ت?_gpé_sW7\`Ax(Ά-vdg MizЙm {ꄹlTˇnZFIĮ+aATuR# ^]nŹ{h))~wRVQM|XܑP>I,w?cX1;*.CI!12@09~UZQȏ޴19˛a3w, 魰YMЩ0͂>s=kBJ=[B~rpnTK1K2 wC5<0'!x?TkOa$MϡbXr(^KFgܙhʐ>]|L.;L6-}Is}v^M '_A B-db[D0iUZ2LT{a ݺuT0ah3|X̵xC@aao2P0O%B" pʣM}*Atہ **S䍻3$;95:Ǻ"g!w`$#,g)"U_?$;,;KR="+x%qNٿ8j/ (avZʱp8KVЦI鐰a)~1}V8ڬR .?Δ=V ~:JVһ{./|dL'UReq \5OWazcxDVŵAYwc ru£:I).J%3 @G8g}80ⳟZl](L* iT mynK~-w<:`2?^9W)VlխS)S6vloL]}!H@*22ná7Zf|}EYv_8 y 4AYlYܷJI^Dٍu|E0&z̯r=?ZYӌWey/ĕ{H_>BIɰ%&nKP2Iز:%ݜ潺=2l~Vةx [L-a9jX噆C;Zzl3 "s/9^͞BN[hn0gcwWK%"`uHKC#la(i04)U#F MpǷǰZNyz"EB/ ,l>/{p} A u?OHd ޞW$]@˝7E'b!v7O#-zs.!]iFzˆfP$l{\,f0Z|Gvʟ}RaʼnYvmmwSVۧ(m}6<5$O O?>{EZIQ6d~9ߚbȖѳ}rb26 ,׾tO.M7zJOV<ᦰM]*ZK?OW)a~-ݾLޢ_/4nL#Hl}WP ,8Z(&4> ͢DN|  LMed"MzxNNDʘb"bܗ\},L2[Rz% x}nA(HzۮѶsJ6# mp%Ew-&ûqV1:[z':Ae|_꽈[(T.5lFgJ/kNr~+aPyrЇui$ue E兼V'` 9{2_e,6\}=.o벴 Cj#` ?]5p5\tBPf,(=G 3 Z {(4PˏI81] 4W@.(SQS-lDUfh^d@u]Y:f[3mAP+#5l=Ӟ?P8f 2۫ s p[>6(##`Js/HPEo,KeiM>!@i W`[) 18Y=ė _<: ˌ4iѳ`G'^b!{DHR}˝ŗLƯ<]OV{!p=8c#P8˜us+R_>6ReDxt[Vʠ7]^PuaL2,e$ڵ9_L%e5{=2 mvX)&Q>Lm]0DL "=rE+i~oLq NDZ!RP|M]khEId[g{ÅeaYV KglAw3ZcARZI9łHMRwQO"=d3h ()[drl,>Xqjɇ SCXJqcvmG()R4D_ϟnH=h2?6Q] p-gkd+֪ҼwI\呭D5bgz!Qu2 ?m{c^ 1%X?: 1n>2O E&H_JWbd.ҲMeDj+QZ=1-Bͯǡ,9c 1՚8X[DZц4ø(1ʞ,@?iizG|VAh5ilk..RL 2jZil҅nQ @Tq$]#D?j9lc1,cb-3n 1|+~JŕX~ؤ6 ',skn=z~0u24 PlJҀ".IH.E {Fؕs {OAŊMrTvSifb*?;EVv@H2;M =[Pagp*uyui? 8zT~QyjFnD=A/{#c֫3X}+2mropG)R9E`ړQutvL68 q3ÐfBu^|`Ǘ~E3H9bqNs6YgeWVLOohH̙KBZ CW䗜3f )zdwn,aڜ;H̎Qբ I$uBh~("q%~ t͊錡,3QR^5 g4^(ugy){pjos,S/aM_(aKïLwځ[h} .ШDn[_D_^sǿG"Z *)D6æj)e\iDIۀju^s(:-U%Ȟ:,W|웽S%0&]si*cv9*/?E _3bUfX(q[W#þgR߸P)\SoW5<ݑ#p̉TD:#Hch3c}FܾRH%Gq`\p y,gK?豧Q)_~—#Ư:f25׉ԅ~= ՏlHoW>4"K'e::Vs\s{w>j¥MIOu[eO_R2F P[Η2y^!*f-0f=z:id\uͅg'M/J"p%j\]o9Ӫ<)y> h& * _rH"\{μ``=LFWRwvT 8PGtt.rYar(=rRldbLClL`eek.U <-v>h.r(t9"PWj[^5 uew!s+HUPFpӿ*_ =bKtpedcw/u~Ms!hs-9?dxg:(\i 7 {S ۡV~c:56\"%\GRa4D q8F?"LJ/Ý(]D+TU/As#MoʂZ ʃST{4L .-Gdq [ܜǃ00EX 5۔Gռ7=o @Bξ8} ʯ8Oǟ!B7XY hOF r^-h5oM`$=Į2dLlڞ5-0*PL Izw(*VAy8 O9Sk.Y­8酲2M'g }1ĀW[jΊAk屮'@ }BO藒V!⦗ Rȧ_Ww1?\~2^)QVgvF ez=A9V~p$@g1 :{5N9"CH&&D'fQ_"DGfU}ɃKoNA&,-7VԒj;|A;)`Ϝ B%,?;NP^x"/C&XWTu,F|U3Q,3#a8CWl *I*B'\CVrD°IH#\?o@S rxnz` O*ߧEyZR+z=Y c`-y}*~A$IsV2L?O?(L6 I-!96 @1 "^{JSR; w?TC!ܚSngg9Oˏ8 H*u'[~e$FCvZ CWza#tCh 6#J Sy{1{Y1:ኁж}6L̃ jkl+p%_rޣÍh{Q#yu!8iR"1$hݥy_䇢=Sy OWXXN,1(<ʄ |'7ڽQVGD%U >YO=k$I?|3Abzrt XW}%Y&V [B_(.7Nӫ>^?>]Ube&kF˯m\&))_Ol=|cltaBI$1ך{FeSt^ Un i6;|ڻHֲg},|h?:+ˮwfVl2NEU%9jJ@w4p:ⴍe QsY#zZr >-man6Om*v9|?Sj.ENV D$"K ,nbW Bbx,_,oJ 8Q_<72K10zAvWU׹"ev5q)jjEgONmeh ~:w:?GFԹ5ҀyIQae} 3}͚PdrBB&UK*8`믶g&o}j*# fo8 .L2.j/\^\>2dfϲCZ0finW!4"P8]/$2 Hh+?F5F^8,%QI9|ĞZޘ'ާœ\9 A%x3nOm-ⓚTqu"1 NA:hH7*`hV`!4io5QGsRaW)QSK5KDߢQccDРt[ޕך\m7ӑ=@%_Vf*8 t[QXXŁhsr7yOת?7mnSDrXZ/rE ^8@Uf %͟OJpW rgnIM%@XyGE 'I'G|::whקr Ox/d5B/vEKG\~׫fl^ gע'fG:. ȺMhCmB0xA)H iO<=,Hs `PVE}tBK@R;T=7@5y$2\$8NR}HX.sfl.د̀3.oMu`Rnz c u(]@Pob|^4`^^z.}űx&aSra #PŻm, )߇)uoo ;sa$ĥwyy 7:?yxqWkN TU%Ꮦ%t&2~ +=$l=$3[܈ai 0J̍4EW -MAlJZi6~RBZ4Mr"]3}Q xydkq8/nD[khUTg^4fKq$Rfh:ItK|2ʈ.g鍉a;lR:1UIu]J9aʰTgVU%v)Q50ƂWy+]-YZ[zOɏY~w&yYV?TӤW%o>64iMN ] F%6$zQ'qNyOH 7S\5N7an 7;o+)= C2E̢ n[V{@޴.PZXҗlab:& :neƴ'j-"C߄+ *!kM7ݭ[E˃fF/yZ8`t1bUclfȇi$䔟YDRjՍ:Rz6@<Hi‹oKK`*k+&& ڥoq @ ; F7-l)L4&cмHb'b>s[#oE!-#h4B&W (Rw]*=qfҦ&aVp?"hH kxjrk*cfhÙ^$ pm|G>D4;^kgX 7+bwNRvMdxJ|{zd@@cT3P>2n`z0TsyOƒ @hH6޵'Hzʎo{jQrbs[GA v/q YcBhGy "WHW+un&Y]Mh_?bmwLر3^ۛ%lrf3es 5ʉj% J AX ]JU9:+EAJ Ð.VZRbf-e m}w*wzNQ1*\v U@ s kAP!wb XJŚzVO/mc"xYFGZ1 7s #;Z¿K|P;]ĭ9ȓZSdѬ k$% MysnqP[J`V 2m=<A4Bs{WOQͷ:w.U'< 롵up[%"oҖq9Yu a Z@U[N|`[3.hzO 5zd*F14듺e_UH0C)6ry?f\nۊVu{,D.{h-ȴ1INӐsm@ńBk~o 1-B7.eNl -. V =\_eaQ1:0usCc )+>?n˔:b/RHןsK3Ū-J-}ىMnD@HwHaj̈8#K&:|%" &\N={ZPI?n|A mu4t7\@`@C ڄ'@nnN;:>cP+蔭KA7> 8=kseHAȍ4Tޥih nzO=,#یUɻ9\{`qSuof!!od'PH(ajؿeoM*c ,'lչ+gFaS'ΨUf rl[TIh ?O]R~0y0y7bIe A?2'>*22?_f<(l+3 N_ƉQփD`pN!d#PA͸H->~cYrl˓lmxxc-q$9e2BiFґ6RVXo)~Iτ!8qX1 c1+x3;G:NMC,33?RAJ}['?(4^JgsH¹22o+<%e^Vp&'KCɆr\GHOhqP#,0[Φ #tvN؀g|F4ye%r:ohw ub?#~ůl*Sۓ;x>4枭/YItr&@e OKICN* z~B.(ꯗ}D Ne 3.Y^;MNn>̱SZhp 2%dwMBgo{Y ^`|YUm$~-Fҳ_J鿌$y<4yrHe! ybX\^ֱ[.sKh<%Hd!`at I_ ׻fܜ9'.jzbbg;7yie `NeWx{Mlv.,RSnm͙kn}3VL .~kETQ|Z wڟ()ƛffENg b ҵZ"Ct;Yc 8\]g,6;^R5"u u?Pdl \u*\R*buM3~[*D&.=W5q~Yo(X28_#kGf <̎~[ V{릢quo}>Q:9+M7T(ۊM;~%=Ϫ9K@{ AKFyo6:?o7DZZvf12[ycrJ%\P4]&qDWi@u`w˸w >9Ui=SXfS&j;?Kȸ#ƒDҩ,ڇCo6AEMۥG;Xw64@iA J ӵ*=Vt^.geS3綶ۙ{jc-?ʣAέ8g\ NDgWҸi }s&lZ[^y|B4ML{?d-8$?X+N{q0BA]cLy~'AJIQ/He'][W dBt!K-X˽!)'iHeBR\TU6bnQ+TaW;2t m9[CFVή0qOǺ^_xkJCY'BzȂuwΛqb<:Y0q[HzYoo/DjuW/ȏl{t7`+Q4HA>ɍyðY"gPtKu/0 PE$^}iNA4 VDd^r!}"$G.E23spH826"WhN )K<EI{v `u72If9jɰ0ޝ㰆X-Ge'\XO:@2Jm?B gM8LoN\(]KK:#Nk2E$ ' ]v>1EzU,R %z6ȧPָ <4: 8Mf/-O][E ~&ڦ?a;S$-qCu.\u)l}'dhkDraZAԘ?wA[yi|tTӂs;'UЍgiE~ ̊gLG+l1lys̽y~U_\ ˃7 x{`8+msq+7Қy&!npJw<(OxO cw~Ӕ-5ty EoΕ[a nfߓSΉ9OC9"l[O*Lټ;te̘kpzCoz@(O?> {K^-fB`*`<._bFC]{w v ڰd4T@o| ;_+_/Ebl '}fC.S3PpLh< 2׻ne:o] @EeHj񆲍2&MW8V5 ƶ ƷS,W?!5V*qlڅa4S]慁YyWHoSj֩zQ| urj_9%J qzlr>{oVl Vzi *!;R.{z ik[%M91$C2|tlW҆Xmеv9>:Zm얪76@SC8I̝*Эǻ0$c1d8& C/hˆT!PwU z1q j $Pcy赍V  c$tvJk @Blń^1}`}]d?j/(F^5Ӌ3EEػ .|y49Ln%*wH/Źm0ym@`a-T+2<y{ruzݐH8> dl)αMW O#Ap2qd]¹g;K0K?B1cX"r(RL\ܧmMH{>0&64Cf($[wR|q]V510Pub_ԩ4ɾFV=Z&;7oh"oZ/`= jEYN׏ƶZ{as=o:.'٣C,/ yYb*ySףU8Zyɼe7qΣJprwR}O7eM6k}1etT|S0qBvncxC@1])1$F:'%:L i r6,SؾjXB>P`1/*zneޛǻ"ѥ2d`7|DF kD[[ha#2ȜWK: _nv(% 0:f7D< )xpSl\KDUx$WD+$&].fuޕAf]xTsLb*W,ApCݵ3l%W9CIO͢[!clgI c6F]7S)tY2u&"x63[_8ȇ}~]߳YR.38f>Y6E Ag.~.Nn:NS;XV(6N@Qgw Roҿ`wAKٗi _0duj:O*scU8"1#HHv!Ypop1]o !Gi4NNP*~/2L 4rk(L,=tW"eKq|Al~PbUʼBh}ĨOKX [ 35 h|# ɕ%]䜛Qt+NIJ7w_0 F>F;EoCyX;z.gPTT 98WS;2$kfbO< M"Rkcs^-͊VA'] cGe$uAV:1H+n?)3Z$'sO3dH?Hn{iFe;C 4M]v/݁`"K+,qtTCM: 7 #-T}E?BSEPM߱ԓJ3=Sj5(X i!Ӻ't" [_~ȉ Tl-A0Z$1"lP{BlFzRf匽 {H3ٸήW}EP}'$!Ubm=2_uIixEi”dx@RGk׷lR2Ex9c^Z?50@isQ}te$-5DG1&>Б#KOsmH8J!`t涩ԩd #vVDJpk~[2Zzȃ} [Ʌ|M(ͮJ"hMOGZls @2`C<^}.(DEP7BgÅ;knBRHX,N@P0[F lemr[#w[enlinN`%^]n64{{"Js6\!J%ЙHTl:_`r3So8*⴨PN^nHWa`Vl]--^ UWr+ 97(I3WI4FA4Ti`tg\Tt(_'$Sy )uc=XJ,Dk.8$:Kj[upJmJF<KWpl(lDp#%ԑ]fzs`6A\)wK6yD}_ʪ<{.>$(j3k,OAؽSǑ$$( {{@={@w׾j˩q+ =(S/=U57Kr'nuvV:,IKp3>x,Wg*a; @mܺR4~"?$CJ))apI/{q0V^}h#lFs18Jr4n\%w_S'oD-n%fH.5Ĺ <=ӡa5!E8gKIMy&ּC&6m :NdP8M#?JK]UD\zyv(7p=kFnN9Qz{o*uDo 1$opY~*հc+ ]J<Y Vt:iQ#X ;>EtscTf ( -5q2Fq:%P.}[Ԥ7)4˼P|/+&M[ E#5\oҩܻj _BQH2h~(+Tm0U{>_?X6VÓ=`R<CMCoQB[".:M5|I{ ȥ[LBvznD爚`W_\:'(15\8NyW⋸ˑK1C0/ K(EZQZYfZr ,cX'nqC+v_?rc*+} ؄ 21kD$i,ܑJ1ہ"+ω_q:[$O0Ȧ\L:fbӥ$OQk~Ws!68*vj_e7K jo,@/zvUDuMY镐[̅ې?2"&Eãc ^8Ny3S!)z[Vqj3+cfACԨpx?ƞEK|@]sj:L{7Q~9[In2V_r2PS2ҕ~_Ukp\ c4pd )7E¼Y`XҨvB#NBqxN@`ӒHV`+p}zW'>\"] ߴ ޏ%7!B讉`=F h=<`7vݕP px, p[G\{W*9 '*=}ӲZ}:xM tefg+S5 V[.Õx0)9rqzoÑ$/zu&tu_Q<ДE'T .C۝)f #3 23tP#6eM܁HzFmYԉNZT/Tۇycqh1fQa Zz6iWPb[E٧)~|qM2@$)_ˈ ϶@U1 0ǝt ['b=K(V䘸@fXjDp& _w_bN^fr~9\kqi͋ǎÐF%gh:2RBUȊb/)=L{O}'OXYGg^m1K~#%#V͹[wjZGgN(5 )%7“x߽+LÃ~PH7Eq+WdZ?H[G(z96B H6 RfnU`Mc0Ux[ fϓO hAx?Wѿ/sF| jC0Y0+e|ٟp*V`&@f-Cҥֽڌݝ]Gy~),(`ǭE}S||9Fk|~5VJAp̆U]0 $~*T^&V~7a Y I{ng[G&:8g{xr!#t]5]tx{^Pw~rD!ωwrc*u?ȗ8wZpVWXz nS,1<ۋ _n +.rXR&}WO#Wiiu/{f~hT!pC#n}Z+H/RłQ*˔ʊ{Oj\ m|j1mܥf~ov.CxtN[}XF5[p;sq`fIሌSnC9%6_@ɬ@V$”{ ȌGWB͏Kq[ѧYIZJACT3{;D tnScH{56G.e5(\c@՘󐔕##0_Z9%:Ӣ+GHƼ$Vo!#ry˲& !c2_hvsp8捐*~ON 12BS"3$m@۵ӭI>X|2Ӫ0B`ġt(nM۶O/})t@Qd0/sތk.IsS LT>Q -eOj .oNu <ʜK >IK4vf vԌ#@Um쳫E wJ" %j&~3|`\~ߺ+wdko8t(1aU2"z񡊱Z1 M59dtg 6cfHfmfxWkB]GʩDTYKϘ?}A6mej.v:w 6*JC)FǾiMlOM(f31(R*~jF4=็@TERfW,:⅍~eTjʂe-/`?2ok!¹94 0E*t V$o')0m_):ϺEeȲ<p_bXf*"FV2rӪ]9 Q&̰2NAcxok;RXS8wVWd:dˬxBvp4c6-,{!|gaziw$ΐ!(Cѵ/:ؠ/0߅m-2=V}DlRCI.=cdua=1Ms-,ćD}%ZbKwv-G_ܨ2-B]H7Rlr4;D}w7lmO+d^;m]voEށâ&RnC&WKNopH /{haC5 k3NgMHP)m~еgBv2v4g{s M 0˜]y=-u?0TU7YT;"Z/򺡪|faZ]f vZ|ƙ-BE%9'qfC*\bK#B3_{?dw,U;" '#jV[vr@@F Ӡ;Xt"yrop7'=WeAw𮑯[ }ɃZL(RUďBBhā-:I F{{]7DxC9ʮ䋝vYvY!<+=:i%NU-s4$U$wxY߮${xl)>g3(]Tdr7!d['-JK$w"ot $&?5zkc2J`~  V9=ߥ EúL`p]`BNwoa q#`QTDa41`gM3Đh01'Z@!yJ0MVsq.ZIP60M\M,>>J6߹L[yn3t-,`za 9/2(7 esFNТG7.Q @r˩bH*oW}0v̷ͭ΃BJZ+a;&Hw~$LJ&U)!4\ x_0!Q=j5vutZI.M]^ӫ({ȗ(E:z3cX6HC3& 94QFpdkPp3ZwZ?:wo@6MO/P.ߛSvX"WW]An*Zh>B̭bݖIRk2*D's}j4_$W!9WQL|<T;4^ƕɝyYv+уeIۉ,i5u?dF|WN)\ ebDs+VMǾ ^B?6#.4T^k&m&*5Nft M [lt$δ~pqVoTߨ=bՒkjVmr$eV6!"CXH.\()'! c8}h6nx*? =|z_=ځM5ލ*^XM!;}^ v$ze2KceR X^ҭ41\Y|}]d1htY3OX'9թsa?Ŏ?`M ?: p- -%\"P"MIAq]jušrM*0\~y3E%z|[juϟ;+jYhz0Q0ady_ 7[t%4 )66ajk]JT!:u|f@KI,}+BQ"zÕє3PaF#\.ڲd3hB u0_ `5jhd#ĈibI}8<ϮDV$Mu *n :#(-dxK(Ǹ7[nFAF:)8m^|,U / kf'6S*r=2V?A^MvTsVdT8tP K[fPs1@~OjWxj,O6 2O" (ZÍ,4Ξٚ O.2H_,* jE)9j/Ta9pq|[SFC?pa!ЫF_4mzۛcϳv>Lփ2WʸJ)䏡tK=ETncSv,d ֵ&Y7kh(yY^6tr;I̢ ,؏^`Q Fc@R/<Ѣ/!Y)GʪT>*rK#TF\lt&>mD{y꧕خ0C&TV.ޭpD~ہk>C׵ E&Tm# FGuŇTh,hcYf =JA  J >]0RB=G0췋GV݌(6W}?a. rmd9 WtК>ӟ$M1X5JT %Ew"f.+~2#(yGi/fīqF$G c,vK>,R%M]``?{yĩ;,!Pk{HbQ@io fB2lI!vzXi4׌d<*P6Evt3+n2n:#I$)hG\J@ZRIz.. =;(<9{ooZ3 qQĦv _]$/ܼ'rEi}g'+=Ncpֺ;W1jfnUŷ1pjds?S RD^&D:o1~?)w{:w)#?BTS?ů!NZ>]2YO !=4"_L͑\ϋ'&5&!.@KҊ?R FG:4g O)7$Q-AWtc2#a:Lv`z%׸Yvݏ)9ÏR@r/G]IzB|6g)f_OYry֬#:kHl'%@wX]EW $ T㶰w9.P&3IxO)P1t78d`N*{Z8:lC;;}=ȥ͗ G{WS@*XSZrH 1&|ulkMw4͸htP1T1ۂq5)WkWFKrXxx+& 82zu\MLZ?ϓjP%,|rBP LJ kUq 6$K5H@IsuUݤcץ_uq<`b^VAțs]D8[ѯX卬 ϐS IɛYweOGxM8 ]˱dg"Q8Jv"TapNL,ӬkZ:BdqPS7h a3E?C!RJh7瀜Qc3wi_*FńdB@وRJ,iq8d5=刞2j {<(NLhQe1rPaYTM4ZGT.K),/\,}C[ayY=fH[/_+AAmƧ/eiP@E,/.vz-, =/}.ؙh j[DIꁓkP b "lh+W'f# Ued9(6Ȥr(RLp_FvW+X[}`Bh/X i~#j Osv\p@qm#At'? ҒG-u9^tDR:W\؋@؎d8A9q[:~Y%Z6v ⭎8Pa4\Ckzܐq*Ԁ%&4m73 PcT+MaO=gm|g 8зP~nځ ެ",mP?IB},`+K8/[Egc7O쎝8&$fTxw OȘө8^1w CGݲT&&Q%uR!/WMD{kOf'fגi[N [W,i VaՔճd۩&nK3lm"Wf~bmFdu,'_c DtϝmtF)1j*8ǽ?T7R:$~}c@16^#s)2`hz]<12س]|+ݹS ۖ{/ԝ,h׾B6p׷jJomᩯA')- τ(>NEqk%=I&Ysݎ(zTbAyޯpePGۧOe}~8gW֚ujȷhXJ:]V/`UC}IDI~!*$XShkȹ 8y04T)5GuEv+;\SȄ(jbhcdy:IΨ/P^@xE_,|MZW_e41n^y"zpA~S)#z6c?ʘҖ7bef]Ib!i^)q>#̴)][x\3PpVtwŠPce(Wl t-D}Jtk)/W,G\N5g(IA=SZϦMA MD9eٛ3 ́c E2ɩbɃZ7 C,=|J2%1/|E"n2MJ,cؕWνե9O/gmQ0ճ=Ѕm\D@!j+1u3-K#i ,t~f9OAnS?$([E\21mn&{(g91/ߵEa;f5@^@g~bE7EL|@HE>rـ JR`| %0qˉ*ONezڥ%R`h:+_֡ip3]&s+#H jPXd jGMH\iߵ0-Yqpy\ToMEPv;&mE)w"wS }E Zӏ'UۨCڅS'x[8e00q}150M2_H$Z(rL1{2B${ŤMwz,,9gX1+<۞65cfrIEhB#Y߮I3;OLߘ<;mvlsۓ$ֹՏ.g$t }$@}_9h#Sbay3 gsLpH¸tXk$5}KOϐ<߈w7 շ\*v૛q-J=LN;S,V1&I,,xWĬ}K=Lֈ4|Az.aW*H"Ehn񠨥VArM{C`FZHk^ J, {_7bnO-WyzG+2=啧e- ],bvDP!pwuzu=_b"k]X=S0aGsEW&`+ݩ 2DG\ZQ֟=h{^Ϲߢi*} iWȴq0N( \q_jc"=YXVxtT/ `vҽO&GD5^YH'>JˮU YpmzYӟ2_bom*n`$: c jm; y ۞ѿ$8П?c .Sؑs`5vYtiXE{@$c?G!$pQšX˒(RO܌ :_n@kʁ5LJR,ZU˅ j2^e2d>U@;ScuٴZOq@R鮀>ۣQ KWA|te7VO2J=UQ6k|փ?d_x"?Os~-aU> +&r2-H/ծya8ۡ[_~xm!2q W pP#Z$qrZWK`,zްAAcG~}2eUktC& B]e+ L1f?TUrShPCϡ0Q&-!\sXx{N_k?3p):N=!썓e#MuzE<+~VM[iy+M#"Ў\ aio ܶa&$ &)uStjz% y.B)L%7GDYAb2޲$vaxմ^S!$/ L,5'4혿_ƘԠf}HQ6[1jQ@ '7Τe"*f9W#4DU!n_NRb~B).RڸONW[7כ!Rj T`~uYM/4eZ1lL2S Q\kqmsH " ?P=wbq| [wˆآV{ĆR6~g:6D* *ȭt7,:"wbNk_eoBy'2'V`t#-m)?suw'ǜt, t٦?%ΰ(=tgtCư)6O:7Ƌ"  8 IefNc#Q, 2ŵ7?' N'QV` G9P+o78 ⏟17B!яφ!j mw zj=7Lدffgzo>II& WPb+аY~@NBi/L*פ!FB}У) /SD,""4aAIp@3:ywi[Ղ:p6+P ?b6C & dPh86Ӥ#< `y-3? 12hH[*MO˼.mK^cj^{։o02ߥC dp^lXUR$!`s Ǵr[+lvB=aB',kLn*3LU Ǚ' @ ~|CAпLЦ-t(aW%10 5y`\_sl$׭Wș$ ӷ|}{0Æ CZ^ט] 5JjKx㽞W6{D@n}5oJWF q.}_gܭ܉/ەp *;6>#}it+2VȞA5!ع.b.Jtv&\6{V"9:ܥv!/#%Fmvcۜ=Hç cKĖlUFz;n'7J6/DeA{| sPdo0T`YT'DK,({RbaktK#_()P~d')x,kl|K!s~]s 㜘H(ղ#Ny2͟.`Oml#QA-smHo+ׯR<gs8G[;!qb@xvuVp!EQi,!q4M7?$rV<:jx䱻,6;^zEb'zٝ62Rp4"qah?(=qU9Ѭb~YNi;/$=ompT)С,opfBDihq$ ܂^U:+QN{v5gQQ8< {^{d-Xhdԙ[2IjPAP;o&!µTƚnP/jg>_kijYh %Tu;sU,p\sWxܫ`z7d$p8)xM@m!qr1%1Xpe;:H,b{Ҳp.աoBIPFƯ^9cU~9GX9ÞNQӰq3Ez)vZꧏ^_Im Аi:6ck .EFSv-ROQOP;cߺ;PL>A)P4v<$;Gcz\j(jq{͢@DԿLl*aAS%e GF#;k RPxO3d(dD-)p#>Z ފ kYx磐}粑S*u@usp*UWݩ,ၢx4uW7ObHq:bي z468V5Lw QcgB_,'DĨM.XҴ6rFxά?eYdXmW4T\("7"5uI;h:_\7py9:Vݗ$@\s9jI]YUג"y\[dCYB@=&RΝx$_鈛*AϦBk`㓏 mq `F7Nx\8Erb(AW|զ)L:7b~u [UP}ȣ ݟ:q( dejOix(qN-Awo&ӴgU$63R 7bF0k%T+FĽ 2#]Q±{R=C7!9uzd $2-UDD-qAد }WC,"6Q>"HzC~0(ϻ!,a?ܩqi> LsՠLXZmPw*5y qʒ*l2/"NLy@jF$RŴ[I ן؇>]LwC#}Y.pR`S֩.2+FR@fÍ>",z'4~lkY\j~:(3ϷCScőX#Ao`wف*.sn{,u-SOW4k>mVPuS0I?X3V>+ᆰI䰓fd QrE7ޜ[ee5"EoҦN% v\1ș{;X7mIb)0t?uUm[\SlN#'=qm0Vh$bͱ=6]I9?*!u(H sHJ Mm Q0=<~;v8ɋ?Kߤ1IMہiȎJniE՚$Yh<Q{ki E U!Ӏă^&.p G?9R?W{ۮ"GBҐA1S_4 _# /mpѷlZ=|լXjPLҫ.7p}iϡ*^>"xO@JRyM]]5ejXCb1;Ua;Z~W. @ 8;pw 7০ޒSsz.X| ´JQ)-'E .` Y OmWdZHÙs 9#hmKh@֞SOwHE2JŬ$:)b6]֣*L_2C;߶ ^׋t( JގCEU}VmlZ73K3typWi&k`v `P y? l׽c Fs M5gdH!Gm61}@Qa5DNz~ \#*ˊJhAes" }x&47'ۓ 1q}d(x :]$*mhDp'kL*w꯿Tua9E?9?WqH,A3 46 70 ;sUDE FWiB&yr?0ni{0E"Lnpx {d&'i{iMhc@~͏;hU.8k{s>ip>tM3Ɉ>z3f$4r!H,u/dO: Os+.0BQP]}xW9Ħ˨2ϭU]i5P:^ L: VlۺJBaS0BeLF"F*,FRÙ4'Ѕ_&:5A kѯ2QhK(K D: "n*H+<=*mZ4%J"i&-;;J\~9@6n7):ʁ)>a/|f"trzãF5O6 P#ގ( Josny },Gee{]t8هP7ݵp_] '2? F$<]JHۥNuvG^eRh'b{BR;0t=woN%Rw]ER nMu.jmS0\m RrnN/St\]`CIVDOpدQnk5Ɂ RXB/XjT5#dvc4ton_9 :t$abE@ItJ;5yќwxwLR/Cdr=]5i4y.|@NٴlΡڒ9I,ug4AHE7gbfyZ^gZ#e95{RA;rdh1>+euC8_QQ&S}^GBə`C/%]u GU /'ۺ (c\AySy"9:-h"~Hz WxN$ntKCE8΁M3ђzYCګvO/RQJ3BCOYw:4HMxVwa6?6j Fi\ 5;Bj7 |}rXEB9:03gix]ܐ%)"˦TȊ `ǢȞhum{"u%pecUA-1Q$kaw~6#sFPنyUm׎ْ\4s L̍O'pm@R]G>W g".Y[Qݍ`NJfjxEǼf{kn;QxAw{WfȨRvM)p-߷eΝH%mVj @o~j/AaUŚ!:Q q!(8Al0$oxlf׀2͠\8ҦH)Dt- ߥũgcű+ʝJ ʍk·IJ-8;$~E J=goudY:cܩ[Z0А%dyP!؝4$,6`bF^9#q~sA3?hND>yrU uxPV<|Z.(o*q-FkL@16CnFϛF2Z+BkdW%&g=2HEZolҐ!}y7.fAKRijaZX,*>^`hfƭ4nYc!7 1ϔ(3({N֎ݡҺ~\.4@BD*ik'9=X *1Kw=()D z~JK'J}wN9y+/w 7."_vɤ|2Ujr;*fX<wn;N)tI#Z] '`е1^"x 9 $Vk8@HlPѷMcNs𗯺/MM݄hA hB"کtLc4"ȭe mj3sg \e܉uu4me{#~54uaV`oyV[TR9F'GwzjZn!%"r9,,D*qy]Bvp u i0u^phH:^@ u -%#u] DFnRӖaN+l?e T7D#AQ,:MnVկ'3Q;=$x)d t ǓFcb"_|T`}$CB*y 85c _A P׵e ٵvs{6G`TP/wnDҭc 2˧"3Tavo_#c TūÏO]TٮniyoZ@x J%ږǼ3}G@ 蹔VCb6ѽ܌f[|ʶXDz%yAEWj6_0 N̄K5^k$SSjTjj+JA F V†AXn&#5Rg GEs[當x |Pd+?p :7PT*r.14~x.&̧Tx2kxu_˄V(|MlBUg\9/josqiMVz?-d=B$2p(4;Pr-lrV 9Fu-Xx-M#k/7"yǏx.)uA˭8*]d&+\RJCJNj&-F\c|3(+gPkaWMO~a5`oLL/D&UT.z*Yfh+2.<'TD[7ZEWWtYqA:xMeSd\~S2ho f5r&C.PH] pA}|J2A:/>^FD*`03c0!~.ix8JTjPhaD_􇠦[OL{<qs<2tye:9ѦJ\y-`kRǡ# !6̖0 Q29?- 6%9׻Y5Tym.7d?$s--#H1w].K }By37~۟#O"_Hر)emc 8]J.:zͷgHGY>uS9^;]tzDU|sV8S|@knUn,Io%A kKf.Ii]RϦ̐to@q*BdNXKoK)ɄzF\{M^MX`~pṘ$Gr XP1@ƶc<9+)'9?dl'R]EuALQ@pؐo@^K8 /J llRT+, <$4l˂ 8ʄBsɦ9l n!,AxVn M'(\+ElZT.˻ #nZӿ| %EMX*pYόc=L-l 1~T;hpVuEiEg 12#%ӖQ0FJ~Pbmm&4E{r <YJp^Yno 1#!8"fCwo"$헤*q;'veFAoȠcOk3B`1e,H*Cd7pb8 oYK !i Ru_luu %pW{X5+W;H@8;F i2_"k+{pIѲi# ޽\Ɵ܍|"o9|S4Ѻ?5^o缀7d3y2ųifx@82Xr+m o@rENi.,N}bq R:/D  /+ZdUVH}t6\~l hs9tj[fHl6D;΀NJu^ n*U{s nQF(U3LTxIN$Zm^'҈<8\"O\c%v޸YS9yx7+A- q5oQk !ۃ|tbBд17?\\M@\&QСmSP%W dE ӽw7~ (K>\Չ{*vGŎx[&ߓr Tع-t<3faמ$'{˕pH꓇8#955qF-⊭ `Zr``o )lfۓ+6l(AFvzB<1&sB1b}MBpڻKh#|6z?$'g-FOZPGt#s6/Zoi:݇|^Je(v0ÙLKYYN٤1 GmH1#Z /sHo ;al"Cϙ2HoWʫoK6iT/~[[^#-g4fu笪Uc[m^T\JD~Ai 5Ck{k;%r*My#NHEpCDR,p> EI_]BϖqpW&SpBŀ"?`AdfE\AXljznZĕ*قH>Q;uI\s$VOS:]k!̦)ΣSVY%F>(nLh$];ƒ'PJօ+RcsؑT Xfw ~,u%5 )D7Νbq6f]4kti-y-uyÃh .!̊E\r#L]%^z Cd4bu`@'NeKK|H\8!QH؝y<~y78rn LXwJ:ƅ)ahLI&GgBR|Vu6H\aQLd%nW![)<7%*.ɼotk*X{g0\77Q,?w.)=v4k$XAnB`ў~^A P @?S R_)BjDsp&}s/اs >,0`$5ƪn(0HW"cAYglwElD}j:+ 9ՔYУn5tĒ檩؋Ue6E#Uga,!Nir7*۸w̲T} 81|̮,7B~c 'ງkXwvy;.2 F ɹY o.Y^{DФ:*zv妬\>.#2CV^3~*GTTef-8,ry(O$ڧ0H7jܠ#=Y_rTܻy e{qRL/-̀#B)5bUfXkIQYWu+DXjO}3zFZ6D}1؃p G/ rwPc)D2]?9gk'v# ¢">bb.鼞9Uc׼+ct.&ޜYc|(A6%YB7'sèͮlru:L QI;.K+2"6?y\%K%^im7 XrP Y +_VY="?xhD餉e3Tw=Mߺ(*U5.hKsv*eXqՒUm,6~uѶIǜDW3{f6QFjMhߦ{?&9Īj]SNce-Ycr{-W0o\ nr&@4ؾԳt9? 4@I0ż$٪s  u?,94[*j)Vqz-Z>*J!W$ s|Ny7d}Q钥N+/VHK`g^2_+Il9ђ8ٕ;LIR/ ` DR-}\(-| C~=E$},q,htjv8j7s:KN^#bǀڿ$jXm6{UV6FK׿EJ([vVIetjqeb6>̔1XN,DPQA2_mҞ@FOFz+T})CF #j e$|YSn-HSѷuY cI!DwPdz78&H?N|.(y[e}y,xKߣC/Qef8.Z\lF'#-5;nvK_`z\aJs0o&mtT=ˎDWnʴ\+b+HzL))U2,5IAKR[ʿVLQVDҬ&_u`sSm$5.O68/b_lGJI:W4Lbtg=` rz5{D Q)%Wi$ymK^}~V"v,,ξ z6d):$E=Z0/fi ^l2 dj#|J]̓J4$!'Bv~W|ʉ"d-]iZJ (T7őEnSɲg03 ˳qiO\8Hc|YAS<mFyGptԈ{*I6's#-\o$B5*{UR|2 -R=|OCЋXH-b,/oHy9COdFH[@Da3k|θi89phl2]m[(~pqW ۵U1Iv:NM>J.Hwlkc wĸtթboݦ-j, iXr*, @H̆cG~u$lo`N]R#X!P)Ȳ [K~]ΓHw»GJ"yȆa>jf ҋE!Rh,?%b=u(UؒDf9یn! 1LXDġ-L:0lZ&0rıTGӸtukѐDX&x S` },~$=e>KgHO O{ #5|^bU]+11hZ(7@|9S4 TФ}iܦؚ.NbRur?wRʐ%R4e mysHGpz!+mxDZD}dWFs*ϬI;q|/I;]ϭ@N+8O){Vy^kIԆ Ws5rQ.eƘ'q6E"f7ِ:$KiIeBP7'{ E]TFeZTE w6Vab9! fNcՀSb.}(E~ǘB.&\4<_v^kXL ib!JlW69pY3?c>׋.;S)2rn?6ֆӬ=> uGC"ǕJ<# b^hoi)=B\pd̃#W9TDG)|&ܚ(zy' >  {j B$~m|J PfuBc{|,a,ȹ6qV.0KN7VA^v q"Xx‰Iy!Z92 Jt0lM61aju @> ,^ =UIGgv]Vy!^eV25Hvf7p@5 WDUt?яkfJqPRH)M>r%xڥ\LekR> nj]<~Xu &߷4O͹_hY{;%CŨ*8h MZOr`jy"WoZt33)㧥=7KdVĆ8`t[2'f] Hyf~ZNIG]>=[C6:{@ٹ_ʡ.{fS8 op7Fvm R"۞z Kd:'w&|gH2޷k&7rX{W^$m-ׁingWOǒCHf!1Sd2;>ON$5%v e2Tt !3hww&}^$%vX0V#fK6) Н9Ofbdl\{oNk>Ozr^oRm1)!!!LV?zLxx&Yk-@fmX2Q)tK5v?X[E/ e ;iGE8aL3ޔW^jA'\z}(~s( \nkT~lu}@%/kkVaՎj!waz2ɫ|bzݒk SrH@*z8i}ʒUmqI8W]d!J+?'CG+GO)D)8k.x6ĖFsջx2@&>EKD KN9$h.жZͩ|/65Ly;uj,{J]Hj98)<RИ|qJ8`"s=:J 0Vux>Z,33i?ג:97b/YpCÑ:d -2;1] 8zOm3Ac:&'D᚛ E|ʤkLZZesfIe9=f7tC/hPbP8YB??1QT=IKbcO9+hfq[W0istdY*[~gΈo⊨'9|1W?Tə9d#5(ZC'qKPIcV6\䏤YK!lI*Az'jnx½IVZa<׬JR?i>ۙt7yJ<+Ǔ&TkʟKvmB4(|qPa*1ɦ^û qvgB8j:V~̨0D  ._J0iiw;+[X4tI4K T]/M0a˰ ;[1`WR>qzvnp\fdKTrR ^"Hٳ yG/{Ӱ;JY7m@BV^?`epAzPr:kNjf@+WfN%闪ǵhOj|ZCp9$-NAnJd PgqcQʰµO~?&ɥ;,/$pB|rfԍ6l&$<-n+C"? o[AQ'N*H/Om2YFcO,V>(sJ4# }TMVZ6 /؆ΪA ǁ4_5%-mV^Rl!Uz㋂qۅ+)Ŏr@+\{m7!iSyIh3Paӄ+ʤc73[>Y<0Lyhޛ\Ѭ:R. }Uj.K)ȉ?q}ILU4;GG#2i6PQ]_T)Ѝ*Mi+ K^|nɜՅO1d1Amr(2M~9oGJ !C in;*']hN7[i]!( 4ȴ'>G8q\8.KExNtB#8MUɥT -AV@L7e ֠,T-5rx ƵK@e}, s!J8VZWS%ɡ܃)&& Z*?.`LDrx)d&=MӶ{q+yb˼ 2Ǟ0ɠiWh5! *:\/yfv-LkbʞAi7jQǫs5Z PV%P{!t%3 6*݆ 4;؆heV-ʽl%)Advaac4>#樁?;DPH1VV²[>JDor{I9-Cu90Z܋|֥| hڸRg2w 2t0SK*KX135.v0|LGlt6P0P;==s[**rj4/؃NY> ˟+sH\ੀ*/OSk3A3_zBYI_Ig}4y{sDfaw SȾNѤ%#c=چLE4zٛ} *6:[*ςOyCbdhG[r&G%v%J% aQ ;&lly6KB3/+ֲ~Dd bH]P+xsz4eX"<8'h&h`cf(MEYяX;$]7ɩGVe.Y"ƹn T@:?vߩCRAU$VČOo_ѥ~siJe2ugy\v"Q'[hN=(ezBv X6m|B"՛f)暩\;ILϺS UfC1>XYjru5QM4ul}ɚ܈!-´z(Ft6eG֠Ǎ5g l2$* u2)1HO l8쪅_q5S8 ^jݏz?- NCU;Ң_^Q|Ƒ%B%Tt˥81J<)"C^o yqdrmg-sCI#6UP ]?V#~Jwu3x3H%{S)%] eVa9&:'.o VǕfc@ߕ Pm%zj`-57O"uIP>ERm+ vz8^-zCfXe3Ӱ_IP R}=*F\3Ze0#vKmg! TPGyF=IuQ 1dKnnJrM#d{@Wҝ>iN(NJuGH%p]65=.lΦAQP[0: gA{J +X| Ɠ0`$r058b~/SC)jX$0X[Gq Y&ߡӓ4d׃?&[eᅥhjhtW~hdEtif@|~ ͋4rt}-^n;`R`ˏ(?>tƔu꯾&yo?[i ?(!p$O[F746k3{@:}BT9)-q%yy +ߨ]Qm7\ m.n9=Jӛܡ)\&vBZ壹p_ FWd%ESoIߞvpa3vx!b/gyA*Y2kgf_?X~iG⸕Q.VFP qa's @[Bl28J,hD,tMY.9+(iJ^%e!r]|fC3K} U@SΔHKcZxŒ{ZN%Ey/%TVC5C6 E[x 'g.(_uk8sT K ?ěvIE, eޠ6i|:#&mTz89/!x2G\t!${mN'_tcƽxcۦ\nCf4a||Ս.+t^R$m[Wy)na![i9\W4X&=ݩ";ٕZ>| a%;KpecۗHMx҆nZ^ 5|f߄ht~T^_f繿@%x&~OpGZ6BN`;SŖ+tw+/qwBfn(]o}Qz,\e#ŧS4 AcIr^C(2wk!O]QZ@ vXM@C^j2FN==~Q~Ε'ڬ/kDXr㩲^!3<楶6&n~c髅b6xɨfgsSkl\9_o1}(\Qsd?.TC1wL+Ls=_I>9j<Ք{A<+ߣ8{LA&\9x߄/Do(OuFݤ Si J7Ywo.BF1]ޢ/ }"L iGRW dDp0 deF_砏D6Ol{4cSh6l`Pݮ]ʌǖ!g]1$#~]GUk("zie%+_]Vm:(ÛՎ$$Gߙh2VQP ~A ]3;6yDI K_( ౼ wg$R I' hDXI }z?0⛥Yqó}K2΀=s1:mmM KKrM*AD_x ֆ)(9v3Z "n@е1{D"j(%adAn-uiHҸ"]]7QR};1Pag!Vm\3Uc_&W8P L5NRn;V1߱ۻI#k_nrTvWN4QMeŒ'<2 uꫝoB1׼ʿ,$"͞KF SKY'GHcg~" ;|+뜎p>3ף«li^nv~dWG$J)>瀯fޫ}=ى^b0۠j.@El1:1ꐍJJx6 gYXtևz ]@ski2M@^*'؄5pC"H {VBsL9Mo`#9ۓ tLDt8=3> GU C.3A꓊8A`˕fmd۝]@Di3񾼋\eŰ;e"G#&E=Fn|09[kVÂ(4 3|q!jC{̨ #kdAInNHMaIiUv5?<̤i9t̲=<=uͅxKa[5zd݉70Q4-y-$d=Ɣ_ԂT≕tձ_Yx]r58[3+EB @qwBlrg6pVԬsAwr͵VYoJ:j\eK7faKT<9ЗN[y 1%zTpV64x  I)sE~:p%I_:uxp 1t`gXĄs;A4tĞZ64v؜fj! e8L_;>ݴy(S*hxPq{V< Qp+ͺ aE /V㟡<_ f<اQw@HK$lihl-qI?uaq[uZAC52KZ!W GKLXS=9z< {\bZȾ0({I _R> 337ArX Y~)Ev|^v괗oJSMџ-)xhffeKe>GqF!϶3å"lcM>s$ؚj[#eb QA}՟p㙽VxM+tҿ9|*Z4:ϛs2!5$ŞTȏk'T}!B+'w_db1Ճ&}cdMEꅑ%{!oJ0Ix$ f_ J}Sݥ9U?ro3[-i\czn֤|KÏg&G39-߱;@$2`)V1o}[]- 3P ck=E %qo tHD)G #e& EDBF9M$se=D90L=od^-0/e]M<; 2H2B C5ttE:`pJQ,V}cR$gނh6qFL Oqye>Bz)%]gZCt C~&gGg?xx6Q ;` α<C WgD#d9m.:14=w_́c[^ҽUH7rW9#GJo\Ι)IE d]Ǎ3=r1l"[wFظ(,ܒ-&A ,*>c,֒YQfv߫3 ī-#޹ZiR'*܈0)qA GLZEpt"XV[PJZn|h;c4j\@_ g2GfU{ \\ˠp"@@ƥY5j 2;z5d!xͷz? TZtG&*N'Dr 'T,e oJ̇&4wY|שAwypݥNO^ %HB YZ