krb5-server-1.20.1-150600.11.3.1<>,<f&p9| &Ww/Tv݊l#y/@$!:9l\E.nbģ~1&־Í3ot}[j쎅;vcu362˰N${[ekøz2Bvx9Q[7`S&&Gz-WI8O$pO 17d]PΗt% cÓa[s04/ˡTaJdrJa TаITqܹ,1n4^>I|?ld # V,0<@Yz~ 6x6 6 P6 (6 #^6 #6$6%6&&6''4(4-b4(-8-:9.::2:=d>l?t@|FG6Hp6IH6XY\6]¤6^ĹbƔc=dǼeflu6vȰw86x6yz &hCkrb5-server1.20.1150600.11.3.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.f&h03-ch2aSUSE 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큀Af!f f"f"f"f"f"f"f"f"f"f"f"f"f!f!f!f!f f f"f"f"f!f!f!f!f!f!f!f!f!f!f!f!f!f!f!f!f!f!f!f!f!f!f!f f%f%f f%f%f%f 05498d7ef1fffaab326a3a4a5f6f2480f8de345a80fb02118eae78ccba88f351810867b4902a24a7daa19b70d31bef3360d86312157acddd24b4f5a2a4587bbed152a01e60645283c72528e3f53cff197333f93f5e1668908fd07235cb2dfc2332be04389dc731f2850488a470550a0aae69494cd592af85fff6819e307a2a76ced0c6f1fe46838d7c4c3aef52b8b261be823b966a76b8399c09058cc6ec319e17934f191d605830a715d59e3ba74df40090a8ce458188a0b139abf8a13fa6bc00ca208891bfc35edf3db044cab0b2cfdccc6e332d859f5a65c86885e23459a2cf8c5bce0eecc37c6b4ac4a229e8efb00cbab21e199430021987d611953e7ba7351615dcdb90cf25401e386d828efdf810e4b7b0d5bdf384f4c1a9a3f557e077cd6b0cfa432c9a5aaf389607e93bab34aa8efaba5060aae13e35a9ff59eb7ca5f431cc10ddd1420303193485f1fff1cab7d40def58e29bd4b6c0aba8fd4bce0f962c1d7e7b83b57a3cf922c50945e988a8145c84438c98170bcc1c128e197640593c804adf7ed2744582d52b01b4dc13ac144b6e21595c6e4c53f7d7ebc33489fd68859dfbbadb14a649612e7a2ec592e9911c5d4a2141b522a8b62bc732f8c9401c839151aef0a2f39728c04147119a2fe49749b98a719b15900c4c0bec07401d4981fa4e14471a1e47a22140b554443a893d4784b92524f1bf3d72ca6c3748938e77765f9f707efb3ec56b739d869364c18ccf860a86400d959b3aade2510a85a652caee8df1c901f9f6c5da54cd22783efa2f33d862e026e37cb45f88680f72e0dbc7add8397ac05c079e08ab8605c6983015482ce935ebc9cc27c1049fa71e79ee3965b74c200e652f3251cbaa5a4150a43a0e01933b2f7cfc665ef2b8c868285d313dce65010cd682593d9f85f13599715dd110cc0e0ab895ca309a4bd221e9d6c38660475e24fca61d6b82976f464afcbf291a710c95ceef689ce8070b0d7586c762221c267785b0a44b26a0ba776f5313a0d32c32ace0e930f60570ad014c8b97820dbed75ed68dffd5cffc637c877d3986e452533a61091e2a88416dbcf2c144a5700d548991df217b4947011a884744fe85f5cf6ed716b48e27dd02e0dbe7fbcfa450c32afa15512ebe0f06d3317dcccabaf6526e32fafc52344031ca2642b2e7b12b35f3ea9fb7b856e5229d214885bde49abdaf58cf1aab264eb7fa98472b76818cb788e432e7722f4f16e540714bf75c328e9749af32924973a18196ef5ffc8fce1a0085fec4d0fc07ff55383abe6e2fdfa517cc51f3ff1bfa06864c542dae46f742b3798e5dc1871858aeec7b828dc2a5221b296646fb5551ed6a8dd8ee0fb9ed0d7bab26f84078257946c5a963b4e1abb8c6b3ff857b84defccf31f446a82a907e6a0790d7c9c6ff407b7765c704a938cd0f25c86686b515e8serviceserviceservice@@@@QQQrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootkrb5-1.20.1-150600.11.3.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.3.13.0.4-14.6.0-14.0-15.2-14.14.3f@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.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- 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/shh03-ch2a 1719989030  !"#$%&'()*+,-./01234561.20.1-150600.11.3.11.20.1-150600.11.3.11.20.1-150600.11.3.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:34550/SUSE_SLE-15-SP6_Update/9cff00b14d7cc9839def22e28fdf9c39-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, BuildID[sha1]=abba6c47750a05c4483c09bda0f29e587275e365, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0c9625fb04f2bbd149bf01579aaadf07e7a64ce1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c0d97b2c3d290fb642efbe84ad8846b357397fcd, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b615a9420957592418c56dbc71a35cad51e96a9a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f2283b661b1e786f78214933b5b5403b3ff9ffac, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=809a933b6b2fdb6bc1ffcb48402cc3f1c91d41b3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1896d39d019e3a5885613b4afe081b9307cd992e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e3bc0fce2f181e64ae26ccaa5b7617a753f45240, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=51f195ddbcdf6f20209442319a159392dd43d768, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ec9ec01b3e8feb58f6cdf52df0bc40a9465cb45b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3a7d031846e1d8ddfaa888c126a3490add0ed7c6, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1063f7ecf49ea95575bcbfe6a2289796216f69c7, 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.3.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.3.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.3.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 5290sUlCbsystemd-sysvcompatutf-8eb463ed92f56a98b74dc0e5b93b9225597293ebc0558313f8e9b7550a1a97760?p7zXZ !t/(]"k%șv^_؍#bF"9M+'p >ۏ '} (܎wnBXS/$%0 > ܓ1(ɵ֓߰B,6qz0t\ng/{GM?`u L]ư2WY+]ҵrpPG5w c ccפ2jZnƯ )Se$f:ëZ>GMFD⍁ɭ\+'ᒣ`,dʒe-E'r(C~TkѡuƔRPU)c?-C_Ad Z@eZF#6SWPpYQp- Gx՚zIP6Bƻ{&/yTJ@渏ޅ++PJ|όlfkmo]D˳ lFK8c`+ĸ1,i+F610%+ 6˙FPFBW#7VW UB7A۠<3 ?Ѭw_2]H=02J` 0W_XQU@&~S jgXG1F,*DԱ;Vr#jؿ }VYp5(*Cq *Q}F2 Ht2n>Fsg ~6.35[}[O.o]h"꯿ (cMoOں֘! kl#.)MCC4ߦHkqfMA$d3(r#F8NtsT 0x|:ܫ}-[b4AC |l446yzqMzb]zI:M :S/ %ON$*մU=`U.Rl d^ %H>iiٱg{:eE/Xx(i8D$0tČɳG1CIG#Pa vh%k2Vѕ,OD_>[sk.R7χs3@X/ȇpc$8) BGPcEmAe#t>e1`>8<kp`tj%$K+Խm8 -AQ ݚpi>) CZ(6 B?Zz홖)Q͝nm̀\C/bΚ.Q6I`*r9̽rn#qA0ƅ Vg ;P߿z~Bn֪ǺRoW;]s`P~M:e|| 'ځ}#b'حV̶r$!bC)#d!:عǰ-^4r1E:y u ϩ[%' |!$S/rop \?066gQ{p:$<%G=[8֩-t0`/M-!lf-`b;]9'0lP,8HKCifm Q@ø!&3>\S a8ı۪Hia:J7NgI ;/:YL[A˻|`5+#߬HX|SFh ɾHHz)*daP|`zP{[g~gc <.q|Ѻ2%zv?zTΞ(/%- 9w/M "4nP 0qѱ@*׶4@"BA%ѱC| l Pvs: Ldo˜CDF>)F0 S&={)^y3C)ryX%jmG^Ag˾9q?A1#S~c[@T;Lq4HXiBwj7{С?".y瓸D9O|)iLQ2L:IN`F2[\P!92U l~n9d8 ɶY""'ţ,Fr itA{z` 0<_FɌZ@9i nL[%<%+aCr*]1V9eer[Aʕ5 dCU3WdIIN4"Ra@bqwn_i|T5p|DŞȼr//)<МĶ|PKK*xS_=e*1)goq]Oj=gmqLXC9Q#tyI].36s?xZTf' K2Yې|ydqsB**٨%" Z$57)b\h80J ~#P|6z0A? ϋt#[-8hPR)@5%[9oޮIl*11:;d\~\hlҏ4iip5D['5뾉d'.;0S^Gz{1%9o4;kP\ x|1U|w=arJ#mOJ-Fr>ͩ*?"?ӣa)9e+.CnEE~; Ȱ8w}_4F<3kG% A @@2eZ8ęxKWGSߵTA:Nsտ m17pyu=oaxdY~3X Y9Xـ^ {EFO n$뀈4;R )l%b:W!N[ooYi0CE҄ 8߆33mZY9P8iIj3 - 6sO."ZۆΩq"ZPU8BoxD(Q3x7C֒Xa>(R >h E{,Y=feߣ֝3C\=GBVtlfa;/ɸ@ 5Q'N!򾊧XsuS3r Ɩn@jvB|o"LhrUKBr'2mݡE\>jQ%dw`u_ [//cb {bh:\~}kL-%-ɺIm Fyr{f:N?š@!cF׷!"^Iu+-3Ln'tR@]L3DcD<5FxcLX͌U":%j)zFu4cߍ6Hnנ{Z4ϭ~Zj?/UdzHeH&@h )"e@G67ۭ7*wI~[cxT͍fhAgGz]jӽlƌ,rU÷ikH s!%Vt d,: EEBނ0(K,ٛ/{٫h'P h+HGd̉ t, I 7m{Z~Fsil.8tx8=c>s <>J \z`%.qZ۴L泠ϛx 17B.vdY bQ'<8l|Nf t?TSz!t t$9.h34^m="KMDn:s!Ȟ J0 xz!܁%Y!+61N{G6cū&ȥ$/Bܔ$ P60iB^00 Q!Y2 vM:hu|0`*(Ӳ),~ }MJB}8>(TMo=u. `s/'P*w4*ra54w3פd~5e;xE#F9ۤюdd0kiwl63kng<2TW9Α_zz/Fs_jٍ8fEݼf}3V8 pk O)hL^y ͤv6] gOII4J_ 0;Q0Xlܖqq%Jz9J@?Fu@{1B3 sʸg^5V.1$eI LJV1P!g#E L}6k̂+bGh5H NiOcC‘'0>%9tkd1HH45 0pj_a$# $7Vor'ht}=R`ǠPIM.OԼ*O r3]0*/Fu.3v)3f~̏"QE]*zBWB< # h96ĝԃ X(zp}h %+)R'H(Z5i~Re8ٴ"Ӛ8`8}`12H;f" 'R咡Oze^w粀oY,M`(JhͼDX׹/`46H{Q EniP;_ -K,o?{ "׀\-2ֶntۈhaouvqJ F^ ĐZZSw zh~f\w5gQ8f?)!.HPOq;|HeQL)B&b1KVgo:cmYTsڴѽE.8 ĽJ@-SMEPg(׾)EO p#!M 8J7!> 'BJR:#7 8oe{tPyR Xjh?Պ8h)P6E2p#u+6i.gx{t2BNo=Tl*TYZd⮄\!/2|o;3єS UAHJC\zLT,>ʰ%uiE,Tu,bDNwQt؜De͸!\e`|HSįs{'/Zp^CxԁOWdJIT/^AbHM]x6:앟O[lj.pyq|A'(B\:.2qu8F}2B#釻W'|@|/,&?%D#Gp[٨5R!jU`mׯN"RBsV]~ z Vy_[P;vzE3W{/$}ES@u]b<.w '&<[j) ?l% LeƋxa4xf0Bj@~ϮmQ&WuŃM*,$pH&dU<5cH D>5P Ǖ7#˲J\  7^D~6Oy;;(XTٌ-UTyacٿu!. "ͯe bDtqox?׆Uԭ?i< h~Y-˿>"p6G© o BGxFWã4(,T<;l:SXd!%|Xl}ӧË{_=O B=k9[L!~@݁bd0WJ'zjԙ핱ב?A;ktK?ǿ@eNfEaOН@X9 8IItISw}ˢF7z<)=Mg΃Ǒxڇ5y0^ع(Sf:Pz& wyQ`oLHɀLro_ ,ȍZ0ԾҺV2;W0 ;BIQԃTmK$J8 oLHה0s[V3f R[;MH1A۶$^q\5 &0ViZBKs%!N2cavRga svdzjsmvCn%YOj,gG NorEJFk{j^-BٯR[|; KvAb!:5Y/O`/$\"bu9~. h~v~ws^\^+}}{*+I'1nk<OlAx[UXBǵeqO^IVٿ*CW;ݚQB jbW],^75+ e<%ZBl憊.g Nu5r2O6EIpy%Ei",rP׭*Wl,.4dD{R- l>L@cbKMn/wd4dI$F %\ڰ -Uz|I@[wE$!BaLA +ʜbcZłu?r5Q'BuaJ) >I"o\eBw sf~xD%my(]xᬛБ18p-[\ ס&ӽ8zꡪiLf~Жj; eܢc7'it7 UJl(n(yX+9Δ#PI%+Si!;R FFL&m)Hh`%E8Uܽ0'a|iC؟bjg&깘b`ۄԤC6)zwFd9_BS^fx@ /Be7D0q(7u+2G/ lWMԕ;}h*Tt 1>=AǓ>~M|:,~l~N5 q͕$_h%Z wA̤eGQ2ݮ#bȧ+d|/)Nuzk^%^Wci/<`/ϕL͜Pj-4(]Wr/\Er0G;UF/ZQa4_fA@Dk9h0C~5yXyFP'QIi&1.C]VC7LR+QCH:Q-[MTN_l'יf<"u?NJt1j[p&\ʦ$-uogvBMV{ư?mg mw٣h#WIi5XlB~i4CPmL7Z!Er$!>Nꢨu["A5'ZACie-{ך(B0W0+\(zRjR{IgRjZ=ǭ|d/4]< p]JVoEִ̾?sU5đp ([;d̘sK$E-3蓷d"=ž,Ѡn@z/%37t7Ʒ髺3;s(̅앏;K)HT $sQ4]ڝU@\QqGnޢAxSĐ z;}LZ b󽄋!F˭9O) ;.磫ن7Z* ?Z K&܋9ns?Mw#j\'ϜQԾ4%NxϭÚx⥤9|yU'FoYLjLz0GC+(N s0^M\!mJfJ#1^$uѢWu=sHD[C?F==M @4cȞ_ ^bF eM5 [ t{'į%jö1jȥ%uWb8~U}E.G}`~WU&l@ic\PV~,]vޠWOq|"T?۹Q#>^itf>q;z)}*=N%}኿f :l/iHʋ9.r=FsHK3 2uАiZe)L1^̈Q#>v{&-> [B @E-j,hߪ7۶%aНbk¢?Ћ0q.Oi1&٦Kg aVyU}+{U69|{ 1{%Odm?#˲S^o Kv6mIV#cZ-(r6B0.TṛQ3Wukp@G,׵'6I!]T+nȏ=m/ aF^(5X{Nۋ1F\'>A?[R0s?LdXwW"4R^]t2Iw]3]:p&ez-4¨u!ءb3Rb{;KTjpwځJR|&ZJP#)nY!yRE/oBW'-@]-mO!+jCʕ8i+8XuuˍLxk$ WUYn&VvIqvuB6oeio;Ci Ba. /c o?&4#և.Ȟ-SSl+<},\kV^ W4m>[:F~IWBphbGrD#{0f+|ˬa|VHd_A IEe^!([ "d|̈́&M.HQ[(D-p-lg׹S24t%*\A׼顉zG^y&" h|{G^ fg:&I^u^GQJHtI\gj$B_M'?n& jq1n摀=ǢiIXpWұiaI|77jNt_j9?`pBPkcjgS~TO(Av[rLm嵲CUmSZol6`@ H+Ф ט M?e̽[PJRzx/{6,WJ(ZOd\-A.:v??4Ѭr2יI9^$r',dyڿ8p9m>[Fg:}`$D?K3B/$?huǦ fNxָF~DfY~fHae2WP9B1r&D$ :N "½\Br90J"Q1,ES(@3ĈDCўh;\0FKW|tټ *͋jxMbgk˜4tE'Okw1Cܼ` u| ٬HU< =Ruu؈C^yه~!6,y (׍/ Vuj Tӗ}*@݋&mOd]KT D71S8 WR6N^O_]Jn% bz4WpL&oqSw]Aϙ=Jc/]xi[{k:\C "O*%ɖwoڒU|@fDS?#Ber!\g+׍j>j7)Ĉ_P1[vT-EH/ | fV-h9Tug\LM<۳R 4e37;w$j^֓84QO+ lx )ô'jV|Amauj%zS T#2Hwa2ͦ|vv5uʙ\1dS~o)EoGِ (Fؽ-/D^̀QqAY]weO?Ft;EWTp. QygEoPL+T#!t$hm08"v,Uxuy.(DK hAԅC!6 ㊐"\rX=U6VVdqϵsga$K3Q}!ˎ^klԊ?^- EHs83M/Ǟ]d.E;;9N W]a [G{ò{q2j2*i't6TBXNO׀V5ẀY @,fF?Yƌ%] &+y*oXAZDv;cf5fRԜBZΒ3"U̠wX"cuf&+Mn$(̣C+qd(9bD*o <ߝ2==xXo'd9}| Dxw#{URA3\jh^zh +@!=JY+gvЏ?WEOk㿊0.Jo /﹡x13] 1N;.Rp!4tíe Aa3{ ӰA'e瞠X0 K}?gjKa~´F}p1ftCM p^MhUҎêދڕp=6z,4 $ o"۝TW>ġ{aT{0)!W~Xyԝ?mK%vxGۼPζȎzU[iB/1 DP ;QUKjA-< l-q1k]0EX~={SqT>t]č/s/zоQ$.jNfطuqM~ڷdaoBzmIoܛ+4 {1+7ʂgyfInvq$pX[:J,ӣ(2( רeP1&c g?/'#HRR).j~FAPg2' C37VRH-PFgzA}`fy1 :K׬s2Ups>#;ZM(a@yy'D;M~6+% s0os{NΏoY0w#٧jJ[ӯ{Dr/jEb/~fCq:X8\KRGmAw,^z`ӾPutY\5aa\CqkK6vP;CO!Mtw6wj vrQbE6c%+RL^+R8* n9<Š:Գh6bj;jS "j''})J2̪C$2j@ע>B?i~[o;bHvÄ"{vG﷝VCYp6BI1nv]Yr~e\BvLCyhMY88W !Bru@T;[|p5׮u$rSAKڎEkPX8M}[d[PuƯdQa8Z jA*a썚b,~(3 k̴XUjΩӏ͇;*LCm;)~t~pUM/KlInt}D؋g}gtd]YS,XE5EST~$_/-$nJ1϶W1ˠ,W;kto4!NO: ko!."5usDHgw?e5v5qny[NU}5-ՌU:5#4bhC\*e9M #'uvLy!d7fg4 KcV2z[? -Ȫ/(i9mو4hŦ[B$"r` }r)g.uǦ@[}1EӇ'~a #~˼#ȦBA6}hQQœ4;?@f>ߌ6>,0ODN+~o$pWY;%ApԕEyLc~`j\\X*jbɴ]!$l={"N&B%&砌Ġk{Q47%Jr_7*%c8{7%ag>Bͯ(Z bTlP(B߶^ndyרM?nXI9YbqA'!( A}؎[mE67; m{q5\t)P8B =yL<K,0B9>kR)*;d=U7AbtʱNl970OA͐}`?,A5e7W>T_rPz;H`NdTڿ,h0NsE7aƺʇַb=spwND%?y'+HkU^ .T `f ]ukD7WUQɜ4&U3[]>bxԝBI1< !e<^\ч@UYl`]e⦀ 0Ue @80RHG ;qwSt+|7~Gυ=N~n[V1}?RJ15Vyeޒ7Y/E`Vd)l >xmƁVQ)io#"=Gٙ aG(.g7%$E&Eal&|}/YϿ"@=q7gڕ# 3cJ)>8u3)6* fY!/IJPreO }7*ƼY%j-yGDA_ I&tgse$VW(҅^xMP$~ǩ e-߽l!:<ѻ3U-,ly|om Db/`"@z' +}D/Ѯnmp/C9F`U"ɠ5>9/n_H2Ǫgsgh.OP|'Lr suGd9~[+O[~1(xډ2*- 녭NjEO\jRx +kJCSz ^bo [uJ}] LZSnyđ7b[*kG]=>ȒlEh89a?Hբe$hE0loo~EVQĀ-1lKHyJP'kGHMh\Zx'mwn[5~VlPpv%E:p;sMY㲏Pge%]EEHqkbIݎ964.x*TuǙbڕԦ뺬7@zz`R `9^xX-0eA']ӟ!S /~ UaAXٮ0c_D.5s*V/NL.A 'xgUEj=2Z派 U8C_=`n*Zh>R{kLW`#GK!k}:(#ϛ]-0|IbRwg VmgzRv':jG%ӈZMoj2jNz0'^hk3,'sC  JAw3<6ds6hPFc r=OijImU#`.Rc,c% A(_z^7s 5 yDCs-m%ѥ&ˎ7GG*e{Z&q-5>qTh'_[ƒyvޫ |y&gEr/&S3G[qs S`ŀQGx!穬%?țG g;3/5hRQ"[n4+ZJ@( `XdYu2#&kJ v|$BD%Y߅Y(Ebi񰎸@i<>|˶^W߱W_~sG;d l:Kn1e-c09J}F[1ߟDk7~5צ,r9myɬ+f KI4H1kἱTLUU}c<όRt'YzAag9Wўb+*C*:D^UPŵCmJ9S#)aIV':S>Ra|SN#/&YYdY ٻ= R+gϣ+x15;Je1UQ8rYfIᓋ=Ŧ@NX_;ēYTIBC7΀J7 f,-Iˏ_.bY4XMNYQa#(r`}Ǖ# ݃W)OIF30.<-lYA?E vS^بc7QLarSFOMhXP;jK"\?;y=ϟ2uyU`q.Ӵ+2:㽻Ojb qkDՑ\[ڛ~IlܔQvm=95xD.JMnۏpp5}g]y{Z茦BlE~RlmePsZ)*ϜM]xP =_!A7 e+Z>a%j39ʀ~Cm$zfC=a{3$X"@3( N)o.XY)wt@z-7FL^kbJHZL]J_.h"ۿu{J>oJtjRZeҺb/6) W y5xH^7tTݯL}^nia>(Pocbf*8S^ĭk'Ic36;+zt~v( )p^J;Ď`eɚwvEڗy6a3a4X;9JR,v|߸j /yDo:$ևgz-dS%nLi--Pb\|Σ׿oyDA g1?m^: uV֦b*ڔ4V9#G,x?Go)ŭyi\E n:k`D#*a>ҚN |+kVNO—$ncbK #S#0V׉CbdVk+&5u '{JWH{3z@u`!=g]+$?%gF&WF!iީעȟFg?.Z؄60Q4bLKx! %Yt@KUhsD4njlTAhs?H҂g` `'" 5ITP_C>@.?Yol}R܊V{]yBEbQ-ԁc7ɂySLX J1#M9z82宔Ib^u 9◬@ϟU]tP\5 Ė[q5vg@zztC('AcX9PSVUOӳ:i<ZIPnu6y$J]>;h4;T ÜV<6,!^oEk' ɹze׎|/q*36CC䧲6H54ٯWk-:tPoўͫmp*˭,q \ !d꿩`<|ܝ5T$1nۇus!椤{+`"@6мS͠ +${o$,+K&yv6{&嵝v\Ma⣏6Yݎ+Wv} 8M*uϣ{g x_ݾ?5X䁃 tdj"w383T#B4K ?Y[dGy0 K(D,gAI=UO0ʃ{.-n5 O6d b3){WR\ʹqbgrԐ]}( UBʬ}zs6= CcqAoJ!JYC aLV}&O|BFÿ/3M%o7dKVW,"]I+ͅ3нާ;>]@~Y)|%~ڡXo@ ]%UP ϼzR~k}8AE;/VÞU~s.lh5iVջv&% W*PcrҪr)ɫp2"JCn:HN^ʴ)pZ:'}Mw]H%U.s: ҍzh0&\+ >ݬbɇ㇛-"Xvꔑe`q;8䡡ǗbFJGNRRjB,z>Ӵ`\AFr,E2Jߟ=3y `{!ʥ.FY,Z BǥOŸX7phQ^C4ثL\ЏsE{cnԮ]]7LJ#USK%d@bO#A0A:ȟ{zV qTM@3=6)?1YYq˙^r uB-C\n?yƍ6L)E= tV,xf9+ro\?UxZ m<A=sr|G&_006@">þ)ZYx,HyA:jL@KUdkc=^  _m"=54Xae9P02>/S\Zi2 gC!nOP<˔ R1T1.*:ww5"g.Zu?!z z N#<4R1Hs'LV5869)O3% $w[aZPZk:gt󣤢_UJKj[ծQA{RùS1ijQbolb|ETb/.>=8> !/#`m/J /́?d T / uV.nk'Xmf0jh2:xdj+n=Hox RE|ZBly?cD}ylI>[ĻN3hݽ/m87(ӕ(6b&!5΋B ďĢQk~0 W8#oUhs'J7S?:-Rl-"B "+jpez2xՋFBS`_AذԢ- ׆lQ0m2K&=lԞm>.t}J$ DVWu_\ lEI,i msbZ15}>FB\HUd𘞚E.\Py iuC&xt%c Oc~2=¡ IhRi6~q!"͒4DMb䈖Db/`+U! Bynֈ'V̵C6 eI_aBxX=`^ afEzx)IӪ{cdd-q2m>/}2!u:̸鈔s|h/&PCTIvˉA׻v.|p/_ߝV21V +FLPWyG$w[OHO#!f.ߥWHh%`̼!2w:څ䈃%*Glh#d۹ʕ'3ֵߊM+Ut+^Ig:Ah뺧}h2)H0Zr&\IS J&~xO[Rg&5i!cNy%S*[@ZR@b@$ 籵s=Y7zS)Fc:2(0?ZނuX&OO0G.\ў[@P^H2Z{C9/udN,Kɀ=kW$W|s :({}b~>UhJGo/|qtr5^LO03Eǽ'S`-Bh8Oz 83K? 3iDiZjۑ hUnZra:oݨGŁRnvle:||, Y^)4X"lNO&k\܎7^=PU #aa#|Iv4jUŘ obY۞ }"J䣴o3ê<E f%-2|L;W?!|8;@?=.W|EM؝wF*4T[Y3;AQCz &.@6Ng5.0 +>`6\4ÓsAe/?/'yĵce'f#٣B*`]ֺp`hIL^AVʝ#6BzYk O ͙aeuEٯ* Ŏ#8PpG7_Ebf+Jʷ;0.t5~2N 0-7׮? #3(W)g|C-\/@PE}P qfi9$;οRYDT8m^<ܼʱ;&noOG{$r{ ]pq.f$8miLRjO'%FC?sO̗gmGUd3^2]x5s?q&\?F@=(YWSE&1~]H[{W=V @=_t0' ŭS<~~.8D8ygfCZV{jԚʤ)}ա eaz/?Yt.LFhj;Ks/ʟ5\4D7qƟw)& pSqId؀|E2#Hnr~|"I+sq?ݣ?&y$h >%8L8oȾ8yS!S\7>}ZvV[\)"}7vi39\VDm!9MdXG .߯IGՌ)5,EJyWzC;_$ [j I"vf`_^Ԓαd5%+ybiF )* 坟gV&oqI0> $a&1|Ա>_a.,l}L3!=ćbCL5EuM.p,W0"Ę׌̴ ymvWUaTshvd~1f_j|>x,OG*(bb)M5Dv>u(+{Lwf,NZBT+{1}iM!֭m76'F&;~A"(_z+BOF:![&A2,d?-HyĎ{(݁ dX:;JFHY)Tt݈VKxue4>Un'!<.P>f#7q,@y|PvQSEx8SlAEV\0=5EWMh!dgWsX -Y~{4)I˟ȋ|REn_K5. qFZhƓ?7gt5RXn5"4r6V4Ка 鶋b)勿]Y cxwnHiW?UhTį [&x& ӑ)5]W(sTV#ZwSɿXm*z1E~ÖdqkOW/(FFM%+傗T-L/1du!,uS~Bgp%vc>_W\*Splm7벂y֭E18ϐ恒Ca8/|F$YWog^=,I;_{ wݰ&6ch9A)2j|8tT'W`Avb֚g͵1C yB t~-ǂ9wN4}YgXu[ÿc'dcp0ЃH#lz%at .3\Mcn0-\_:qQQ}wԼ3j 0Ef"7=^>Cz! wÈ~tֈ-Eme)N];j!8ʭrantoq +}֏$ne@(hEma"Fz2*t0iL-??oHED5mY]N^TւkiH0CQ_B<ƾFj+y1z/,6=-%[1T j{gP  t ˨KLfcX!=k7Xo9qyC:vGI"lZfЌ׆s`=e/2ɷfLZk&!>Q^FiCGtG.$!l]vMT-k9Hd`@n$d|p4 j{nqlVWddJռJ:¿HC9McqhVMu6[љX{A0h92qkalGAeO$YB#:owcټL`J5[8$  R4UHusŠTն|ng* '86bO TxQ%cW|AdrIy ! fQJTO2":E.P^QÄ׳Hv\ 6O1T3 S8JPaebާ͹wV TCtw kŇ@ '3@p 䈲of°ѫ2p` iKQ_Ȟ8#M+4"1Ч_{IAse ,zCSB (G9w~ج`.yl9N  h>q+^Ր̲^7YcJKeg{DX,.r%7z 01078@XS@ZBE@ ]Azn18 #~0xỗ˭B$|D1L& i\eac(r?ߒ-׆z,V%kk.4)gd_ˋb{6Jc/bZ.,!6uw֌typ+{"rjJd&ͱj=Z4z@7f@HpYrԣ}Z:=;{8);%6n_zXuf5T *xU O p8or^wabzA&{ٴ tY\t<*S $NC Fu|)axN^oْEą-}[\S78N*HԔ`:~+OGv6g2aF~m"c®:=۪ڴϞXv5qkPd5Y `)pb`XOOX.?ӿ0 k/U 9cȏx+;p76>גTpX$٩iI(0!ο]O *ƻs{0M/6w:a^E~2ȏӗhM:-C5vS?IL^@7ad/_)4^ 4PϹ m]-z&6q8KI,= u'=S_>7k]E|WebXk $;{#;{\'d4#hl0f*jn< α-&X>ği-\*e2'Hb7&(>$"Kh8dzn@Q"qz^Qa-ùԸfbll sC8,IRr%0#THTlԛQ eGuhf=:Vu+/a*Mv UYMRc]ړyG{'/{CGYc*As;oD|UΆNuD)Yz֗R E>@QZD6-,Nhd\In`LB9 'b1nX~~PZ+;Dw-RONLz\Q"%2qMtXLMU)D*`l|,϶b6*LV T>{Xf`G8O_\:0O*մ`="d mxps+w_N𔂺$CrA"n#-_ptZgol.e ]_@z=XgZڥ[&2QP67$OlsFp:;DsEjAbyATcXClL)4?g<єVmu랾gybr,LP⭨\$iAV3C';EQdJoj'IgjzB*rO :oݤ!l,:RHL_dF1dx$c XDC!hʿ A<J<i<$Uzv6zl!vXIFsOcCKMfcሏϫM2C a "V"aFVDm]ZǀfvBn.0ZE'Gԕ2Zbd6co@\nzvbpqRR ҡzHVROwg-Έ T^vH!"xИxy`F|(9!Bu]zf,k;16cJou *{C^À@>4{ep @HVZElc6f]Ÿr8`q4P?$ Jn x!St쌦{u[fJ &d&NvYXäD~h pM &p+UL٣qdUXID.ZZgĿY-Dj(c +g"-Bui9!x^JMs96$+aX"Өq9oEYlvCKwØ.SKɞӽ AUQRvIvxAkl!ؕ^+62, B-<}ˤ饨Ys΄OуqizZg3x hpEne2{7쑋'/ƺ(1 xs>X7+eE/>Ŏw,C8)gܮ.\Eo a%Xcg2;:`K[B_]:&oZ 1;}xelsrmHƿ*Ij-Xo0Jz,} g9хgjm!l k%Sb$@,LT뢵cIЅW֋ ()f+kGtl<;|CO[YW+"jxUCzifAɁ0HJyPi>R/3霕U;OjW/Z劝w6>%?!r]qQ[Fn(x5Sm5{Fg|<z@ && gKjԓۏ;{M}@wm2sd@y~JrSǥgPeasW 69Af򔷅 h2}ε^fH}|xM/a}(YdD7mpgs[C͸-H_6sz,Ezq~'c*Qúz.,{ $2,0(bȃ؀LèϞĹHv@g_7S6̚{k) j!R80c]}[iܘsdA]PpJ _u#5}kѻ5|@Q+1σ:ǪIA'30hMͶ1Y\G*܍ͩYՋFFokEr; 6\9ڡT[ aL{ éVP 2ď҆SaO]  Dy ?$ip΍cg_}L K2桹ˆ#p30ZU>jQBدJ3)bY~ߌg"{l-.eo'uܹ7NAp2UJ= &EeRC,tuTћ*խ$ZU_PN8^r4n#̮ 7 ghxH_l)֩Eff7i %0嬰U7X1zRei?X f)W%=ߕY0 rudI*LfcIP١ ub{˸S 2(CM`J@q8ϛ3<RXO%PMOШ$ZfW04x4LԒ n?LPG0Jj8_8>z7)XƸvO'ybdާ.UK+hy?at^**"3 Ž=g G^D3s{ l3$_dXde7BEqhtdv[)%HʴJw\Hq3OΓ@]Z 3J; 0Cv[k# M'0ʐȔ8u_R*4\#Nt($k!?vw>27e #e&ḾBh`9;Xަ7,>[OJ=s䣸gܣh-bWטx,Dazz05#|/KȤX M̩!Ad6)~C)FJ_(T y ;cS\-Nl)A <[PBBtb04M:4ׇS؃(b Us~LD{DC渟*4[ Bz+D254p&5X+?iat8LQP~ybc{C挻^in(pXDz?!= _wmrX>0܁Tzv)B pWW#\it8DSA,JH)7Ȋ) ޝkP3{7QM=<.-iB~m}d|5d73"2g鬸AI>yxgsЏZ ue'VevT#q.1z oaԘvοO'b[EL:4R/ aEwZ#1mHk=pkӍPI؁z=ADZmL͚;w.GYLmkEwE Y,~l!,> Jk/~W5ըվt|0 w,=T񅐤[9)ez<Э[ӿE4 jeB bpwɩ}^d Bh>'AYfp2* 1_i:g5Qd %Ą-L6&9!C\QI{nnAQċ,I<1s^NTxp% Ili'p>kUg4ٟk[#s~ǢO2A!ؑlԽQ۴V <~,(dLE|;##ruG2}EZE" O9-,yú{{y?z?BuENM\75QO4ƸBF tqUFLܒg~u׈۔(woR9`.a pB ҋ=p@.>l%PPI5q|>0b\Ld>#!ޚF @.!|347Ye'̸hk`Q`76 *NTPئwGSѕ#fbwLmg0j("saf[bZ6[w=7`%Ȕ$M#$Y`zJg[]xX~`D P:]79J.}AU4 qahw8 G8 $]vY  ڂx\*&sÎ7:vo ?΃vULf0W49IX-ʙ39~\"d/szv?I#/ڸ238=iG:')JbX/yC}[lxv9^BƷvP^rP/Q <嫿 M^/FV>(2bl=b" !T &QXMپIr~c۬кK !BzeRqjAfVp-X$V_xFsd,rG4$aѣ[h-G[H.y(а I l,+i.&9B)Tݡ1q;o3[lg#C3}GIŐ?\O<ȋg#S4-E('b&vwJnᇋl6昷Wj,bv}m!t͡ѐRw_]Rf=^T XؿA:]!BqR֊zŦZ*ƅ&sy+vm_7't;m`lHz"SRA*Ӹ[38(Jo^N6A-BNpmK,wN%R:WB#\cnLTj锾 P-]-IySpFŽ3՘Wֱj*r(ZӴ!Ig6aNJ%`oH!{^?I>]mobΑf$Z5K;KetLz`v|wVJJALDɇm2*ΙAEna(Yv[Eg=,V֙F[j GFYtkl F@#Wn;1[FMt/m:3;WEKt.7s=]csnX #s3' P6,&X+C\%m5? RSTMh輆mmh U! jBH&$ & Ӯߙ5ᆏ5[uI\l{lt}Sٌd7 rNj?{y^\ѝgK[<9]ԨPBUpyuZukTxVz0o~CŢyhN9!ٱ":8cr0Y dTg#5j, | k3d,'_k(]x%Wq:j rWlny7lm&:? -2> OTMı=Ppq@!,g zϪ7 b`l"-kiz/\{K{%[7ɿ__ fGj/|N+kupN aݬ Odg4 C|!׼$}^Gƃѷ"OQMl"Baf~_d*dihwˣ"[$!q+^Q3 G}kLfj[  (`"?fH |msߪc$1vFC(ƅ5e[^YEy]0d j&Yv.%|{Уz2A#rzdYμ;X?)hH~8~_p0re6ά^ݳ+l,P u/n|4+mǽA3."q?*ȭ1|;=>oNեk~$)XCa⸭K&CswCF Ao>Le>y%}IG/z=4/wp w4Xa8:e5m"&}fc6#֧kok@-$ho$o}@. :nW~2vptF DҪEo#L1%Tݎk._CE/d)L\|WͮqGKx9Lӫg PGb7"1 K1Նܝ6" -8ۀ|[hҰKڴeN=r9mi}*ʉTM3ZwmyGa>sGCU]0 '' [l.rn`.q(q['m3oJ]Euwcoc9%:9 Q-R@s|ܫ?8T`gMRĎ 83$[<_hGz=m J|Aa^I=ݦCk%CA|zK@Oiwks1f/C7^ձi)G:`.IRlA`w(8]g(|vEpuW܌G= 7cKRDZJZ)Z 0r?Dži FWbŵ2*/ǦN0ntVybGpHTI-+WDer [IHE3;QiXt\.lo׬y-`@9T= \|EboTfʓi/GE]AP1go=<=wAD#S7,P׎)T2eag9Q}}׈561)m$K p?E]bw#gxL*A+لby^JzOه٬r2 ȬLF8Dca2{d3-c&L]ַͮtTDn( SєXׇ)ePE܊^ƦY6S6⏎2P[J̾]%wQ/hGג Jҷp@ωPm^R9E PJ4|/Yԑ;FV0#D>zw3pz -eNcHxʻK7c03iyQqAiDf\A\j`a.\dSLӟ{ w CQ*%=P14_!M t)oo?ی453s$GE 7=0]6Gb0PJj` 9]~eK.ȒSTS:B3wJ*}h"OC e/kx;i;URDd"+%ZL%SsO)> zktZv%[&QVPP^쑕YDlQ?fqDRH%4x2Fw2ګ"l\A=zf=*GM]V[~VZHPJv~6)a^˘I Cbî@-Ya=XDV93[\fٛ3=bL%Vcb IO0^K.gY+qlq6+n'uuq۽PNwnǏ[HcWqD`MOߜU#( f>,M׊(U$M6r<]w]XmQך%Ί ZrY:Aȩ(B}XRX e3>;wbGM.y.No`$ 2 c s~Wub4Au< L5߿(ctnXO^aӮG0?@>^K9T\dMF F1.]UQ8츹Z{Yf4MdQAJmpB=jgm_,+Aʤ(31π)$%86ݬ30&'c8vu ~L:ZTYyԔ*BW!ATq  8Hn e !+[0UJ.j7AFG00H`r?p#dT례NHj_(35u/%N)K@DoY>'qOkw^Rok0"EFCa28.rUP7z33wa OA}6""r-sٟv\|gEYkCGKWP³qݝ?&hIsMqvݯ}  9gS1EջأR<VumF+$ ggzV"rG+VlEs [m߉<}1L~y|i"?87poP+ҕŤִ+}&VWQ -bag"clmP ".ph5ZO9iHSMuiT^XA@)ۻ XYCt1aB?y"N}6duklaIO0 7~rr":_l¶<Ӎ=wx˦g #V^z&6O텠QUN{9Sߓ5M9֖㑺?Vmo$n3mŀߕrFAJK< AjڍrWPAP\MH{im&9Um#O%Z s|*+$DZz1ֵܻ#,o(ic6ib<0Q8vkƷ~Pa,F7jFyn0Z @Iz6iҹz0EײԀ࠴t |ošp*|WS$s[ޘ%@ 6Ζэ(:/AAorpؼaoP~̿m׀NEGQTXqAk$TD{Tl\oepMfIGC+ (>9PY=Mŧp}żg0f8-+abZ-$ xFs͇~97qo| G9Mt$6S7P\RIId_ȚJ`|aXN{ | Wotetk!v9vң Efr[ZPe|:cgj&mizX C5_-6KF4j4E`^r9U |֮<:l& MxgǥHHyk:&CrL>Usf3XӚ zՐGI n-,loufeLΎCQ(?(V;]Sk$ւ*4 e."WʂhFBfnFȉ9Hस^7X?ܼ!/cIrEz`2E\-xG1졢ݵIby9Ҋ~]K,6ۺjn+p;Tv(ҽU%LR\5ȍ q[/!hU^Gl7\cXU2:$hd"eWbQḢ;m@+T&g t_hD OұO8G#9Qo'z}/-&4 cF~E?|džh(_!FkICC!aSkF2N:[FP^^DAK 5e_c Z|ҤB:%::T+$L`Dty+m Q q+˺u¸MBmPhQW+&&kv`}8b"_9o>U9 S=zOHœ`]w2#R|QƖ1Hq`r*u#]-˶P*jAF9y3U`ϹI@hR%^y9nz b: c{ E[8KP`v< n zr5lzXڢn =,rDk]=#_ 8sˀ؝cwO mK?U)`gL Y?F0fa\šXr[p]2ܔi104L1;~σU 8⛾uly3Zay"ǟzWMg*XNIK8Vc|vLj`8y n~@b6?^N)-,4XdR!BōȎܿMIFX'em >{!~KKGǶUD/E)u ,ېzwݣMC?)0(őPXDNތ7eZS)-5#|.+M_,pAڽ}^ٜ8YA/qaq\o$l1o~ Jƨ^mÙl$dܓ&{Kn@"-fߖrjB(VdCWO׺ fc(-}}[(<^7Ս%Ȗ)&<y fXal "8^QϭdˮάńF ^ TFts0Mw[m*gD7,,I@8|ٚ-0#!Ss^;̟Įt 1Z2^P KDftv^H AGSu ЏJMtl 0<0Jwa_mH@XpQz3!5Tʘn|Y*Ŧr\͓Gy;Q0 ‘`eJ>pte*+x'"ï/Fy A}Rn4zקD7nF/(oC+`>XlB:*(,Ap*Y+h\jx!uC>A0EמCc? V(ZoPj7dT'X y&yK0㈒`9ٟ"Rg[6>sL \2вg# ^6^27WFYŐ=0,.L ҭUvr2g>h<^4Qˠ_Oƫ}k\ǧ˽0TܞRAbsp񄧑S"}cu٤PdxsN sX/E9l -)`8tU7uB#sA⾦tQ.ǂ+T)OU0jP+b]45 >p ̡Q65eɡ⦱o{L9md P^ >R %^&ltPݎJ;@ZW6(&'sAk5ŔF"\~n9/y%tԿr3Aop5vZ\`}PD/\%`C vCxl"mn4~ז%g@G%1jVH$ =읭@8MZ݃zy8}Xqz ,hQ·XTbC[ͣ'8W8Ci}%mߋwlWBZ@&{K>8ZQ›mPo@ e#'ͬ_{AI\3CJLGޕF*7R84<'5( 빟.hhK Z|v6X/.ZnNxoʹ%1HWn+"р#G8J^qeM$n] b37 6̉V[D/'eo)8S w-M m۩GK4ώrP+ U-jP`"'tJm~$fJ"2iH%Xn%u!вR,DŌ(Pd[O>CLONU֚&%1r:zj+w}nVn-&hҳl<+ژR`t/~M"x(ͅpT4-43h[z4 hc_k"ULo{̜W}6zVKqǙ'{A&x>  }`*["g {ѧ|Ʌ}RA@u  ;L&rg wLާ3jߝ1?Y sU@*)J_#3IYmR/lFOe 4A(s}~Z@Ec5*/sYn`\}!rT X05^68PX(|וȱ3߀skˬ+@uA<]UhI2Uz%~Hр ̀D'G3''{s|m uJXı< dKO}7A r&Ȼcv6S<%1|dD;|n\ָͅ;C "xG"|:1ͣ{Atp- +43s:IE 6c [ y)\WA@=l$;Eq"b> j^rrčoIK{$" 2i/d39\`^$LRWH2sƀف ~(#Oݮo"c,'ɅѦDX>)2>9\k4,1 utoC̳f>}ݾߖۘQ^kG>{ yd+# Q=N{ =2AVv?;31&s܆d +}ĉ0)'PyՋy4{d]ob&!ך`0!mu_ :w -:ufӘr.c/Rn2$89 <^l{{O\$~5s0WeF[{?$=e\\f(5N͒YG+PjZܿOxZ<0{q9Yդ|^qfC10+x϶$D5LJ6HlH$5!K3(vnWM7JH &)/Zv]g]:1S`ocdGR@-r⛕yN_ "ZY0zlccRQp5Y5 E=^[{zV'6lO.:&XULx~ϸ`խ\Wϴ9_SVD"W ߨҢ*wNӦE4yx}(H86-C+)4_}WI uنxꔇ0Ixj,33H7*OUUih>1V%cޠ@Ш_b [Yzp/Urk(WMƘ~ $zf?Z"+{n0 ^`e[\[$. |\m˸|BkS98XDE'"* YЩoD-N[kߠQahyD]q1]Q\gU.La6%q|Wtj)%Y9,c<A]bδg#4^kmd8WZE}鯶cb&$HL&X0uJMJW;Cf,\3E682ډҠ 9\'р^mw픳TM.d{=MڜCxU? QӊH,&TJ(ߠ`|#海Jvqgfs^RHzg\C(xW[>c9Lvq~g{1T̤ݽ& *7`hk&A;k.鋇Wmϻt;o4+8üܸJ+羱ӕJlABYa1kdP;YKqqP'bzvR,A$ {(2ً w{X(es^1:1 XXal~O1 Q?T;0fhۚUÖf:}#v!fw%) P1?0d p'7;phsT=KB_qҶ7|'|љ`DS񕘱!Yx, OtrԛOЙ$BaD Ʋp|q=H Q-0͂YzK:sOTr[ʗMvfX  rY?2}qdB v(z|Ürv4&]x>D^6N%8u G.@ 9fi[ - Œo9'GR[Xl+ SJ@Hs y<βj2bե b3e``lM/2O4F ؠK"sf#xښGL!` N\Х6dI UhFÒ l"X5ss}G˳v^=CC3ܻS$l@) KZ2=uW|"{ۈBJ91?c˄= ©I"XH۫#ǃ|9fۺr>)q+Q5Bj̐ g9$[U}cZz_E)0ef/#DNHz E RPIGUAm;vs!+`u*?F )BDq>G 5_AmSį"2@{ Bd3K|{4INi)<`җ>,9Z5bAGw'eJxe?I{\F!,N(>FA7)U^ll6F9lM1h*̦AW`]'rC ;(]ьO;hg"Ce8%a /ǓonBƐfUηyˀ-@E S =7|kE9eZ~XTnH8el_ܾ&)LkvHLasSsB@pp  ҇Xxj$1Ozj"q-')wbwglOcLk]48&E4`;˝_$t6*G"=w˰NY{gڴXTew8Tw>넿D 4K5N*N< |Nd e0hnH4䣅8;}bxGlkq'УJ|5 c^%_KBdd9kA`wPTTr'{L5ƂK5s֋jҀ9AlR"]VeSPLŸĭǶAO= F{-'MQWphl8 m_8+eKJNnE`t{ɽ2GD&lqw@#50ϘpbIAz'\ⲵ٦chrJZЏ[R+ e2~ָ]&@YO{7>bDAoI!3 &v5sĄ x+$(GeG9Y BFӂϣߵ$yER}p#2 !\^ihq՘zTޚb{X5x6E{?c1vBL?+A_J$4X: N#6'[+ c0p `tTAtVu7>P 0$u@41 P ڽj.ȱ_m}uU؟m8ɼu\n|(K]C;Ezaf}ٓ kas 4S IsU瑟L+]h`5Dc[de<U BMkP  9ɹ`g:Ž՚Zـ%S:7cM\ޭܻbV4@4 y'X)qnw/n2cg!  ۙ"_+Uk*/ĬUIs4_nNˬHDF  9U>H%:F0gJ0w]E0lB*W=jfX_`W _o@ބL֋-uv񚆛 ~cM#G掵[ʶDUMA'%Fhb:/>yZK>qz߂#f;5Z+6 os'd{ߏo32{tD'Bٱp 1S-!|L(R %e &.ʠߌn~8@ѭ4Eۭ'w;:J]E*wޱ^y.>d>̅- S`OiM GP/-d#AYVlY/g|{<\ l ץ# 52:/:Y ; > M Fa51[D'}GQ7>)ŠT+Me&@JUN]Wz+q\vWϦJg=~֩B8q3nUGNT y| y~ six2 Fqo cP*2v. l&[i1O4/qH&*E[bᲓYV|881/$(v]B$Aذ3j,+H0JfM;K=IfLQNX?<gh/>* s0Z У?dK > 1U);sXMDWLI@I@ڣuv%*ܞʎ{̗&3̹Wm|u$͢,:T3c*̥V~g~K.mp~So5X ʔJ8mƾԳɩBUH8&2[OU|8XY)#wn@ˏ{+BWCpOQz6KR&L8zFWJ/~5/ [tgfTlaGtuS? 5dQTI/o5uΣG\Y^GPY7H6J_\\Z&fLjMSV49e`R>aA5[:黲(X}V@K)sY! <ֈaY i\}?$B8y"O`MXJ،\VLN8.wJ7_^کke~BQw|ZOS棰peOܽOF_)D*'T ][27PY Е.c2'˥UX,{VOz4wSsԄW-(RF;#pkx(B˦){r< '{m٘$Ӻ{T1!K8ʏPC18\R&DwlBIts|0'15XX4t Wr.C ~ȴdJXݼF*W9~B^ˑhy!nmfWkA847Jd7gBn$/df)MF iɸC˗Bg],|Wx3#':1_C3+O+ȋ,1u`#L51×J[a޿#a'Nj2 Z6$̱:ߙk}\Bf-˙{aCXgi?L޳f'㓏Q{pA-a"FM ߓvktThw y(.oZGs,{JP媵0ݑ:KzFMBCY%[ N*]I;UphC.Yt7u?]VEM0֊nRM&~4'CT9xAw3`ȟsn3EcqG)}[1$>b ph|2f.+qI 1'lbJAcD ,Ǣ~Y$*r TPGc4o`d+76rҺ}hQ ?ؿ[|BL Pf!`_:ev~gҢ>$gû "A<p Aa $}l_UHCkm7ϳt\߇/+7!ؠwm{Ɏ8h%yʇrݡZ>A82w-t- HrձwmN$K뼿BhC<I&z]DM_fP7P%C|nqvxǧ犌^@=wPC5"zfίLV_Jo2Vݧ]dM=*|LЁm9!;zB hз|#\NP;r%;EiZ&S|y g QD'7?ȷPQmX~UVbY,}n;N۲ _t:F3c*q.|IS8'^XD-IpG\2% ǤK̆Tf29"5sᄎkS~X~Vf>ò#Hjmыyzi\>ڳj$(hFHA 8frn^DOػ<'^%f1UbQxZboQki8um O.u~ި^c%@2TTƸc45'2GK,3Ǟuh\Mk\oM|XO|L?FMr`͚z'{Y+%(#zkJW4Vybb#YK??lՋŝDX; TܢV=_,@HΡʡgHcexr;:]yE/pr/,l PFzkʊ|̦m/ ^F$ݤ{Rt2 %qMϋk/PK!<?0"Z r#̭jnʺ}1*8 Kc%pV,~Wd>ݍWD=iA#@U$j|.C3F9F 6Nȳ׸e\"&%r@G-?U{F>him5By_puΒ1u1$3UM76zҬ ͙9h]pc@i9׺R}H}"FXD&n'Yꕏh 7_Z&C}%~"sHHUZW^ÍhL8=pϠQx?Bׅ*x;[yD {2$>n^^􋹀VĠCu0,Au՜TbӨs9Vann"8e$21-%݁(P3ȗHjNfP(yg _5bfQv8]u}&B ͞3B25}qxMH0SvXs #x^9DwE2ϪX/Fn:`y8)A0Ȅ4׺k@B''PǠDdiS15oscuyOU)yN^ahiHJEU*妭^ՐZ/ZCBq*Sͣ(xaOՀL(߻[c b>:SWw,mQ]udb\1rώ%qYd3G#O۵q1V&%!CeG\9Bօ[dakl7LNOb^Gm۩]y7|CU~E "ey'%u$\b n@L4?| ~\EQuxlR^T*w.` .WB\Ws,;p.z2Ii zM|ည/QgcRhnRP[ڗ9 M ob]4i<cj]ZO|eف$Q8N:ƢW[uX~MȞ%or.NyB,`+pw~˚B3nCѿl0F-*8^ ol)0EGi֚(Tk~_ +Fo?Gׯ Z^>uc E^<)j׫ÅK/K*mZ%VT&UT7M=Errq=G]8U]r.ׂz?؅*Ǐr~a?CX*(9T PXc˧BhmС1 p\R/!¦62>MP~,8!@tA~EZJشxJz(¿m)OOrNbP^>w>H%7CKGq4v: IQ̉Sw F˰#_uDBW|Ѣ{1Jl0a4 |wm4` zAV3L/8fz$lo Zz9/%c/ z:׏2ŢT(ʸ2,%&<-0kQ,G`]lۄ 6=)#L8ld]؂ y1h34$m.ޒmA;ѿi{^%P/@Kբ8R?,J;f13V6Bia@ZVDi5LX?7ZQ3(\Ę6e4|1kxLwr#ذt\+@ЋnX(jL[H[~(85q6#دVBfmPN1soDXFe) ׃~ Q;]Qf@E2sWF@Z\5 ?/G1G* /f|U|=zjG_ǂ[* )_ UVO%ɞ;QRҾ@y"Kbnׄt$f߁lEah-pv!Ou9^@k0æ0gbx/ծbc f"mƑǕDY'*=|1o¢Swd%>*ӆwh[nF 35Zg9ց3Ҟs,˳_o%yoZ]@57>NR 1+u <5yL#ٗaV3eVeW[EkI0/ (GQ-F>@fO>a*L.0o%7>t~FR}rE*f:l/o{9+dv0;ɇTxcBU\jo7+'oF~عWdJ$ksS&7WlMw5B},#wQxovOyb$.NΣ *e S tv׎,w%G=AsZS,=Tmy`5US/j?BdEy0vfq@.8V`C~ y ;xՙPmz-(r5wW~ /aX;iGz'IRN(Tt-Nj1o`",M^OI%2LET?!@r04Hq[S[ oО>\I~\bm^y!HbGrf6}2t;2$ 'Fb&s r12f1-5Q`=;|h !L[RcHr2*/GN<Ã6@vO> 2{T ?@_(]Y.I(J$e獰TS8A/wB}3Cߋe]Vުpp]lbu7/P GuVKC$fV0W$?6bGd Jg m e'T/U.FiS$g$f)yoކrBYϝ ! G&͡R/^svѽmmgcC+MA02!}}bૐ: E4Z ^W-R'''p4*N)~':U&‚?nMVΌ!+ :`[˛qDCz|Nh}5\R r*DЌd=3_O󨛰C2vcl^P]! U5KhdUVgnFERS#*puI1<(tYH:B7]n5 {NݟbޜHT?w+߭H:v4KT-&< 4KH5S#>*yCYYH" A~y*uפb=SWn{gcs`cњW1o f}p{JgŅϫZQEuexOVed{b\Nbp8L77.pq%][a>@ׅ,k%‰iCѹjg (nHJ*Q"Bm8LƂǀxꕱ.bFPTgk|\2վi`GGzB;9e|sl8ouOgJ}Xq =ܲS Džu=[;y-{[&|w( DviEf]|  0q:15Cgv {-lݓTG&~B&8~֭{^-:!ƾ&ma[N1lN z`1Ȅ~lx\XX#˰ ƃ6g\3'䦤^x64OIGr *9G( 'Űv&*F!(Q,z-z@˻qQt@C*ά8Y G? $o0 [Ѽ#,5!J9J(S9@ΜEZ4ُ߯yLR@D=lPb8^ݥc6oBs>LR ?!mHQ<h[$@PcfE:Saڤ9r: ? PhcyS@;x^5HހLc93P<v]2i}9-]hHY3_O,wfWs&`|M.|hsVP*9OkFZQ%Bߣ#@T/LNAz-D jxMLvHDN8>[S^ ^)̀UMzC}vMd.$gePZ.7EIEw{ڇE;>%kZFzIus-3qDIf/J0$\M1xg pka5'[3V= w[]Ze2$مrveeJ~6V>5o)_j^Y#.(rҸ&wJNaʅo<*N#KzfBS*(JJ2YrMA&*x݆M&쒾=ÖI&&4JiHO6$(‹%)-ߘDݘ.W:p'Uo賛u.1!m*<&_'q6)B/AJlzr7KϦ'v)'+4&sI2.{}Ձj*}"D>oo9RB.B{ zQI/Լ=s%%%b38-a ܏%b6:Z#06JOsw9ޮ@ˀ,aL81pz]:8?>Ѻ@CDI~3֘kK"1Y~;R&rCY6u`NHiXs؆1KymN?MWVbz0^J @$yS/93"c8V/z}F8*V{KC7Ù4<#xK:^B^c ʗO\ /y7D nR${NXalBY;U`B=_x̃f!+4?t=r.e1-s$bgӂbh8|JJm@"o.%'$T=`(PW#/CA gd .QzǐWR1)OCNb؞p ʼڙU(IQ- 6zl[z7&DL!+iA*B_6buk V)O:t\xpCjTg_>uDZ|T"㊺8X"/s^ ~CZ:X%S78 :}1,]e=K;J>(p Q߷dȤ~?`{3=VDkkߍ̬j):Y!& 6kcFIbYI}>҄>CrI`:W O%$]nಿMT6fB>PA4YK]B0`+ {0-bfbI|ـ0@8?c/R1PA~@Xp_ӑ ~I뫵5JCfe^ͷTؿI:[-êv%X1~TyְI* iӚC$~NF g Z|P42qdvİJoW_ c+o(|wHb7_ |RkX#VC-#߰btr0R_VIy| !4vJazث8:ؕԫ Y?c_.ȓ3+cSƣ-9q$a]v9pv؟ʅ Tn>\kN3+"m0V³QYP\-}蹽XO~ 71~ B>S3 ceڂEu(J.Ø[ ʾ}"ሳZ?e|1L0Pc 9.bxRHvAűZ?Q32ٲE^[SZ_KOf 5e/k, *SSYDזXϫ ?'v|RFDh\>ԧuOUtߐ1˝bDNEm!>/|YtD掖\eghG`mok"F6Q-1{q;L8EL*Ryل9[$3:1Twj:pNt'?4TpiFoBnYPKV%^h6N"!-s,()爵geB5:MM͘`x` 8s>QzGǡdSLL)eEQ>QH-L@溓p2F;RHT>-mC kfUoVX4Lg8 _D(k!Lz-o%`<6g_Ԫk-[\<)uv^y0yYkQ5m,jFN ꂾ"\ۿOiW&>AodX{*U\'^ ҼiKw~C[:Ú 3)Ih؞ʌ`E*njzw,X_gة,\YB(qՑp˖J631훾]G,*%$,!:f!+:.tBݻOk=:y5} `Ҿ ,M`CJʃl{{:D_!PɳO3bn[{dr)[LYPs9~^c:F TxM(aSb:h-$-kb|sއw4t"w%hh ϸfZSYp\&nzr]A҇|!B.bpߔ7*,EIJ@Z(&h*,IE3=e(4OAORy>ˀ~P qQ$kdkʀeƎ5"D۟ ob;MV>!2ޜw| _BiAU>JA[(jq4u@#tx;]m`ˆ +SXa8G #-x\+cAa>%Q/HV"bUxښ7CK-Kq8UL u87hvz;SPU+HseQ oIlnl6:IWV~llmy LiTq4bhC.dmIE6PWH"u4ތˇctRZ@ Y! qv"Dx5ܫ['f_+J=;i#A1UA޲_n r?JQ9Y5orsZ:^D:*&c.ڷqsQ:b3Y~:UO҃ opm+cߚ@|oF #(N$7.S1O,5;@<#0UDY (&ʀ*%PR<]rM d< SM( 658}._FpM~y7%u`C΂ݏd*͔}~Ռpw3ZcR5KJw8eYF,tƅ@{ReDZړNi mis]cf4SaFYv`V@Yپy>dEsF$K&f}ױS]^_j"9.srȂ zwD/eaH Cs2\\I8vt{ 8maвUwEu:QmUuQՇl^](v2H0hK-':|Ygu4d${;5K4aTDŽP춪ncN 6b>4g| !rY.?'8w8 @sErjj^ <5P&^s-ҖFDr>V.̘ o>XQҮ,2+=L|yDiE0WSD 2R q%[}qq*8䂶μ2㦦ea"Mػn)}q{zLXSN3  8\^WaLsf)2IC0&ZtZ:錤_L]B_O˚%v}*_ jzmTֆjco`3'ODx޾ $XӞZ6 w Zg8Xҽ+}]RyFQGVKô1Hm䢿\:e[a'4,hD)3OhֻNm E+ߧ1bm9u%D% "`(ip.#~{_b5~a  =y ![D@8]qމ=73y_et.Pv5]4"Z>ɛq =-EaݙC"\7ޒk8yl;gۮks5}HBղ#/'˝QHU?դ]OM"JR*d12Nsfc?[D&wg`ŻޅoN "mKx'2^(J$*sq9zF!鰞^cܰG +)r1*k,Hk(hNB_Q|ݿV,gUgTWTWqko͆vRZVm8\N{|e^7Y06е%/r]U&J뿡9[?; g7"a>YM=`{_P7N*!tnӳ96Oye.ec[{-jx3z^!Sg_I"+9P!q &2vgRCC "&`լ4}K4<Љ 緿Ƥ(.Qü2/:TL~2"ۦcJ3]{ȐP͉O!RlI2, pJJS#$cŇ_g xtk 7&R]F[0x-C;%}~EC[x,;(A˖Jǁpֻk D8v kŏ-0_Fb*QטQO,`XGplyIW&7qzGN:z9Ɏ+J2EV[,<NcV Fe/dն <zAB)GԬSf!v%~H$"!R_eIp+&g U h͹Ͷ!yoQ!{n}gW7-CJ(=@.t_Lky'sR*ήlŴ2Ɲm-=nm?'M'DWZ[jS:R[;z P  yGh6#H ]z S|x 5KIT6E*7y*kbA`%Z.rBBC X>K/5$Bpxs ^ XquhIxe22T#(>PU:0SWKL->AZOx^3m%e簺,qz8pbc>SRj?T|L3_l (dIo@@wWB3cj}r="x]RqQvLE[_ f"x-Kl 6ڪl?@XGsa(rތqg -Z8=': wZ|AmObt:j9` Jtr2y BCF߿B#P|1v./8mbElj$Ngǯ% Ŝu'Xd9{Ћg*E;o%,9(V>cx`Z 8 rs튋٬ u FvǏGyuKL._+-mɐ/G@EZ Ew7ՕX޾T 8sfioBڝ=(JQ$ԍ13@9BPU36j"wER3;1Q =Īn_D1 Gȶ^a:}=vlg'026@Ci$A ['B v\%5(HJ:kP{9,jfH$9S;g`qٓy@ '+ÙZ+xQbS& ޹v%L~ntV"jwf.IO߀ 3 <֔B&$=HTw)f˦ɺfBt1*e| a\ÞXGXZ׷IwsLɬOfdI"-{Srh#WYs ZGf;=>,}!ٴٻlf$,dTa Չ &Xy,M^DYSPV_5M#a4$=4 So;CUaOr[F\Pd+MisjNsQsFCPLC°mBf9ʀ]΋Vc%{|N!{?i@xmPSFgkɍ8B\\-mrndE&J;\a_xpKĕ`ل#ûx%;źI2[HVM0<궹 < Ξ[ScryitYpK>m=tmXR;O?mBVЖsK.ǂ dkZjc c4Hg:~]BZJ+d娊 t$l|bHf&`K+׬ڗ T.UCLui'p Zsڊ"9X9l|s;7gO&{+D?]U1k<:3D8]*G|Ȼ!hRZCq0ȵn;/O5~^ЛnkH ozbsԬ޳no]a<1_;eiь1cNg07Yh,&/"M߫CY?[-mBߴxḭa.!*h&)&{rsc2|v {h**}i/iRucqRgwy:e-tǚX` ȅS

5Fy~':L@:Dхe귦00dƦA0 )+T]ZLT)sۤ_813.>}p,zJrjUuZ/yM6qv P$^/}ӥjUWuH0q.;R˙bլAB$S0Js[ FgM3{qžeeo)&\@˫Oc5Bu4".g925xD.=vYEL> Kth(lmF0eIyMdJ{X-[Bx0I O" 8D،x@e_ϞE׏srN&`eFhZDYQ!mv-WtBۢ E?>aP/V1dm&ւ܇ƹ)-,wJBEqAॸ}>!PqưZ$2Jxʔ444IPcq~3dfxAnq5wTwqmE[ȻCﴛq+\Lԏf޶M+s 8g$#)||O7ny@&kb7&[}+Sh$5#~\8HI<6M=*S\s-GYEJ(;4e+N A6#9|k6WzPaj{|\3r!o9L#LwC趀=;'^hpͪVo[!bu 0,} PϜ5β` ~|ĥ4~&NGw؉*i ,^"5ĭ9cq{[hP;AWo$j  L#Pw%sg`!VrASٴ&^dyS @ٯfz ($,׷;y÷B:Od03OUJ>QSGKk.w'eC4RH闘(L~!ʩyDmt 9/Dve{kuCdh%&i &|?V|>PdHJb[;富HU{df^J9Aw!v-qHX95r CP8VAx`/#OBD+{=?Bvt|qLjr5Kdz`/tls/ va@LdUf+Ud~Y#NҮȬo?Nt^A+dRC(e J0J+sZ~tʾ] #|Ġ*T A> ZHZsZSߞT6!h~kNZ3|aR\"W rݿ `$mȆ\"ן]1|k@x,^3e.\Z!wZ(4(`[K8+)4%TqSkhRwRB CLѴ5},\zQG`U' cWK3h[8G"{ƱnSi[Z 5ȫò, a|{6kl:1{kؐ)fr[iQ2XD:jtQ)5.ht juqԐDlv#5 2;cWŷf} ؊].La10B WI($>});7ٷ'x@b%H?z=uʼX0-GVԌiPLK̑In\U6l(LLCl]MYU |C&1} Gc6Փ )$! 2=,@\@ ξ , A|H_0VR[;>JAQ/\9I-f5lJېХ'\9յ $Fն"_.7~ȷDfE1)k#}F釆9|i򛫅Ζ6{qV[A$Oiia4kαZ%LەWH`'r=MvBU&N?\{2'R=_v@9Z[ϹV{-zg؝.brRU pS MGW.#O61ޤ]E!ol=P9%ׇ[6i@w'z lq`~w9zoa-G(6oMrysDU }|.iL`ZMVܛ0z-=""UcNs[h7nN $҉J{7f13W`zkRR Zفў*K}GRM7F(Ԝگ=xDwtpL,::GV@G* 7CiߡrcC$-rQC'9!\M74:Wu=R2hxW'SWèD)CtxKm|&p4IKEU8j:gc920 \`,)dr eBS#r74l6Fil\y(},V~ *YWtϵ镩ڗ.S[t,%AjpJ6 gz}@u$Zf@?^ t Mԗ Hـ[2 Yx$KlOWqj1FV;861`txϩ"l @tAT`ui3"a(0M.T][J@E%-܄hr ,*S1@*)~ہMUWn2m{t$iu=`տjq"F"N)8mRt }8qEϙ<7lo'kmeD_׮|v^xVs?=Ya9 ։ߚ>>-Hs G7"6G,%#^,bO>xf6?&RWxͅ₄4p)ţ|jp o V`rwr$ ]NdcTb,sÙuf3t-蝞R'81u?01J@#ʼn4r$e6-ʼ3LLoӤMh삯 }=J]a… ЍpbX>NCHDyi7-pڷ@HJ<^ &( .]7_q 7 V^*#GwW!ԍ5}"^:T7m0]{NƩ9Zo$LJac=&0Q?I V=[`y}RjY+|u-u`P<))&>xLf!]x B|Kz(]e(Tg:ML6~81 9LI5ImVeEwT i$?HԁUOċGX_LL7?_zD@/ *9S B#hr.SĴ qHƴjꀠG%p2:IaAWOU{rG)oy=Жۄ-~2 tv7Ƌ5M2]^v8o΃c#t$Kkש_ӿNd*Z^*ӟh Zҕ0 50ߔ-D `T{x_`yaT\m -V]vN`zNvJ&̗[d\ R<p|fޚke i?z48&EJɯ-|ET%#ڰz`dT-)y<߳\hj!}&?@"ˮ껣7֭f2eϪ (`xyoWuSt]>M:མUr@$ tTx+A=:󓟦_Ŋ nɧKБY` i2 F ?ES# .Z~iя&M=ph).kV;!(#Eh:.\ LS{\xu)k'DkY_zvr"H0M7{'XQ> 0dǺ,ȍ^Bl F5 Sjrb,|c m<(HW(h[#g>noTP($j ,"A8AS9Nj7r-H`,vِڐ>S}N0kEMjH%6k\$V* jq zfwSԂ:F)^ 't969Lu۞ljIl,`{IC1~X}0B"tND3t7NexP/kV5Sm=L(joԿShWmiAI9DzʅiJH ӿԊsZHu^6L;*{ uDn?÷@Cf3r-0 *LX<ʶzVы*֙>~ 0êPn, /ZH)-IX,KJ)Z)4)SM*9du15 ncAH:"!BʢɎLJEwv{^r$Ǩ >=4^x&@P6W_: GlPߓUb|^Z].G΍^ gK`G$v!~j5`窅akT SHjT4'2}Քnɷ;-Y*֏޷R$V-G3o.oLEvHѐBWdԽtE\24+`'Ml"tmn1 jr 6d~rM`kb+׹A -3H>qN Ň,)>n[DR7w~hBDux\mhh59oSaSSEU%V.T%+R 9t/qmU;RʂHqg 7d({s/{ R֪cAI^B4^Y 8ৌD*ջt0L)ٹE~Xdv.̲ ^NqtHzD(7 5HMz?H7zr rSjr sek;K'ju͖MkR/Gw+8dgpS$ĭ^ prrB bBSyGaȭ2ӿ,2J}a~s1t|l҈R PP ; /mɀ.+u:3~xD(Xfjt=vodSƞ._-4ƌj~n鞪QZPbBuh*۸QknOqv;| 4X3$> :CJ\{|bMe|(W)_w^zRa ߯AxNe}W'x\*К* YklfyN$-Lf eߌV^pBm  34!g, .Paf!Ph"΋s@bIB5 g$pUk\L7΀HF>L Luy[R>KqU(;Υ,3zpǘj|qCʉwsU# g2뽱u0牬&Fqido5-^qh@  }.^șs˧"'ngDyn ]ei% Bg"hQnQIi?lRm8`Ն .ȫwģQdwCfC+q\TثbD s5] xnTiR5KT ql1&X{A)m軅I:tz۸o)meoP[֌Pۺʎ7y;)b6WO)&U|DO1+՛XwKbbq>_5,_&GP1/HdFC}MƸԜ2ӻiѲF_O,R _$Vĭ\3776G?]$N,J #[Oy.&na묋6'W߀o^A*ƹ8䙵5fiG Z8U:4xL#˚N\fRgX P}A=@O=#@syqɟ~ր)v'p*& ІCf6:+@K&Rn6 VRK"kߠc4k,֢|!K}b>SwЕhV%{!?_h8iY:uy-ik~If6V@~>2bɾp#_dPՠvn$< )Lʨa1I/ef|ÀSՠԢNItT8!1^pW,@gwcQ·$CdtºCn8V>Kmaa0uj;zj]DyU% Hq`h277J@98"U_~4tWN9M;kԷGɩO3GJL%3s- y%&AmҹՉP3a8I0:Ɨ&  p CZX)."L)#C7եR nDF /! @ g˟1ˏ#pR6gXpFs-v]b$5MRje69H4П) NjfY؝k @0H < 2~c"UKu€JϿtɈpӒ_bU}*,V= =VRAu.:Z {0l::m07jl~V)o)[<5\IXTm)%.wT*20%ݨAބP֯eY(7$\D"264ۺHb-;Ǿe=G~H.@H6K8>4ŇZjs  }*x-&C.T*[BiE+bUq0.>%P8i]IP ~¹/{]x#&rV}z./6I M TI _xN˝I xCH)|"a{#wfe7ݜJr\T2d@JlLq'F8nl6umH;}ƷvПg+i0-HNvB_!P9.|h0A;%+͢7t%~K׻"R4E@[Cw4$1GwdF:bez@YȟOv_"z#Ȍ82Fy7ByJl^GNBӼhTex5_: 4ך僭5 < sqV)5(w!6Z zEMAx@Ni*S~ YsY瓌PX\N#q=z g4 ..!0I7kR:LLej8A݈[ Bgy512Bqm SK_%ӳk]q/iVkHnnPW\ җzYts_ѩ){ ۹ěX$iK=Cx|W3@pļ?d?{3Z5C P3wQU2=h27iڶu7yW[Vk`يpDnw["䷭uKe1/zQji)b§j\2\^ZARO_,[΃kP+PT e<k+w0Jl暫Y=6i9dpVV RP>D]%6k͔捸frTe+i'AoыJV5'p]S'7|W횱(;᳼ 99v ֔2/lbOZ:t+Ҥu‡ȧѽ3ʭ+mZV>~4^am9Q.˺7[]# +w[7,/@VDŽr?m26 1omkrpK|1r~oڨ!I Rq>R24(vbJ!T%g83ܢw͙ Spy0k~;Ehht^ ZD\Ԝ}ymXN6:&s)=> 2S3Vㅛg mr$WLKKr{{i̕YIU:[J~Ez5bhBSo,,ya)b˙몬6$Fg#l; r]Q%M;d8KKd}Ć#݀4-0(Cv>R[mkkoy=J\\R:!e *;nb3: q;7#ٌS].!@ aܮ/vƈ,wdH@g(\cv]|x :OSde$e3gzIJ=1NFW󍔣QЋOMb<(VYg"YRo)9@-JFlˤ?@\b_ ZZB%JhkHǖE[BB\AU8~a0gHqbV%݁mxrgy*Ĵvw*%0If$I0Pe|jhn.TaL+Z,)(u~:ucy]\e$ %/4ojذqxZ IeZi2%_M23 "Fб g@ں*6M%J3`> a,(_q+y.Xs9^ $|?itgB#lz> .ktYQsѕFe^LP6ED+r"D@27ˬd[\r48%3Ĭ2gVpDͷyu73/py`qX" gkHTF5ZfNugn0-] _Lvзdz=XK-Ծ Q9R.'7J-qB`}PW\yVyE?X k?T/\@7#4'B[ʝOc*:fHv,K10@Dsؔ0X2l j]YMDH[j˔ZpX+wG5B A!< X#hC#wKeuKȞJNT+KRGV᫽NZܤ%lZA\8&9cWV4$ο ?9tSwaL5 #_ dBsX$ r1Wee#1b;UeҢK(c7Ś3mƦ=@&pu-t¢RP:E<M=t]!^Ñhyww6W g}mV>}&ώ<Ѣ~gv8 a >ribql뷞% ˶IDž ELnJ4ZkpV*wܥxϐNuc{F?:̚g7I[@O`(7t,?=3;o}x~ǻ+ @n jN K@##}ilNz2}8~K-vv6?N(cS#.ڟSm$~v+0ndFt!#?Zz>]j"k}Sm$\߿D'9aiip==ڹoI_LnK4m^dpl"Q٢ejld_VrvU"QhFߔGnGWҌ2`PP$h!.zU2&Ս6(pd E$U#%#`iEym=j32m+!~qE_ݕa2%>l|W=-0+g]CV"0@$׮EY O(LjN5$HBlҿx1+2JE/syM֩#YF)n9@).[wV&RAyn#(}wny^$C/z `}ip NA\$ռM_RQWBlCrr R&+ׁju8.si\kh"a D̖fԧ<5 PN #ւ 4A7SK1:jkQ[d%Eb7&( Bl"ߤ~*'0_du_\7]FsSIS4QS+o,Ӡ<0kJ:Ύ62tZ[9ͻboE0%H)X`HCXDy:RFQY\^B: FSYDޢ*wӚOȥo%O#J.<ȔљNZ;H>Vp3뿭 Q/VF:ua d~bZN+X J48^Li}SrYD,ꇍ?OyQ|'gW3TF=s2SٿgAz"Bf+uNSjlA!C>i~eM!cr h"DɮӬjr1G^Bemc0N^UDޤ; ylquG|cȅ>!NpZȵ >BWH6=ZD̩xR$dg#n٫f*ئ&:]r]BIQҍhY"mD@Cd_iq-.85co>1Ü$4i'pB/58V*+}e7rSEfzYI\s2VC+,@ܧ]B]א̣ klEr/ћ\ZI*9lTQ[EGgN>G [es:W0sKZ#p<5>sr6iD8e0[M1=PK!+{рv=ZNpD&u%e._%3[BH˸d 5E|ơf\;(d6c<Ԥe8;"kAL]*kB,)U`*0%[/9^uTB?k% *d?-gQY|E#:FllV՘7zi!ǟέZA _$ă71NWYO%NlǂK 0̢!3j?NK|oHxh/+o2ٹj~ Osm||Lsf벰J<WסT=B[œZb~0!.Vj:&~Ԫ]  :SoFyEl#23j14UY"Q;U@h px tU y/*U`yKHvu^LD'S'gikv|% [k/;o}Kl4 Aq@ӗcV'9 62ϓSW"1EBCjZWe֢⸤PRM%G ۨ{_1~_]f"ܹ^Ar6ՒfL"]*BR'V?lp6 ? %#&=Kn d!z!N? ,Ec᱀*a'^p~sANg6%5:NYk`0p߿{" h$@FJ? H .UQAsH)54ݖN`I)gڜ']*8`.𵼎0%U) BfX80fFKͅ,^+ &D892'KU6k4G^GEPJk$ N,y[=Z(.h6\gƧn;FGn9Xc¤ $eY9oLЮgU|\'4 j'(_^륚 SE$ ޗG>ܹ-¨l x4y7%Ѥ̎RaD'G+o vxsȀs)*h]҉" e ONDyq9N%V|@θfDd,aҔb@`(SDO ff̖%dult}m:ED$RCnY( d}-Mlwy`|M𣛒ZP#Cʱ锳 ]3#>يy8Ƌg>l\zE|&['YfwQF_*j̾Lߣ\a)=DxA:o$-JȂnzj:3DSy 9yBuw֐\|!Hc1Ԇ,Sw#d'`c3ןNF/\19,m([]Pפ5qoz %٤~q~ 4J;X>W5fLdP ų{ÕLA"+ Ȣr 9,dSj"8R7H߉GSvU¡ɲ S jFO-X c> AykcZ1l̂AsE M  (J+ºA~3K{ P4CIWZoU kFOJ^p.w4@lwfk ވ|a Y۴Z!E*Lj\l}D:HJ= &:]3DMFpW4!Fx:֗vCt_E$V|~Z_}WddN-"&cLC!jqj|)+}֑b45o., -GObձэB x6ȚMpÎoPF:pfo]UW߶0ݙugMdÒe3Oli-OW[H rH ?Q=xYhFep?mUr%kZDe\Nzg B۹j|! "2#I~$[1KkNj.l*9LtX yDKtHXAĥNXNĕ3Įܥ&SJKt'ʞ :A0;ж=]J/RZ`: [MbcZ{p|aʛY܏T/+$F^6/8h3T]=YN ]TrE3!I1S I>?YKaP6_zq.GyoA+tlߠ#mf]>iH־GDٍɸz߹)Ojż9CV-8{zO68nS2H#q_h[W9 eJ/R]~JWJw[߃ؒM߾`5TFƅT|AFȰRاm g.Z );*ؠV()Y@  MA;:͟ܜU&{{ E 0ģLAzJzggNȶ2֤lѲףf|*:Ro3t Γ 7V+zfkhǓٍ_{$L5+PLY`4[+4][RO-u֟9tɬ A %f+)gu@Ѵ2^]3QT^1GmaEX sm˴1t3!MY߸727D&g·PlaRA9QVok^ӊq I*> -QjKӪi3c+x]s6 Img_ %عwj'yh0KXՋ7k*TK%(I0A[ 61'浕5e˽e2Ya$]b,"baP'~ܥBr4j8@h֮mb7rph“YF~W}Vw?kSBΐw#%QVE0K:7]NUQ$`G386Hc`reP{5lcR pEmn_Jݔ@ jp ?IERTO0 4MS}pR7Q{# &e)Uvw3&40]'22`1}XŪzA,T'W:6)M,ӕ΋, l̀ev@Z4Tdi2ɂBF5(N (kC(/ZA2`Cs52ao Ais`/)B!~a(|?ZE(:2l^l1Ud`^ {A~)vJdԾ̵[B^E!T%>ts5dCX47Q2-^/LٟJ` M8+,7W4B2ٙ]@}ZR|EdӮG/s>ׂ~8=QGL+dEZaqlG[+(@Eq?I^xn1AaGQ=)w1S cj ?ArK/?qU_PkI5E*jw<=9niEs)!̗4U$YqP_{3Y=ߊʷ;v3qc|" 3;Kw̔ic黇*puXg bkײbɉTKfșbC!<C[m|VFKT*j *A_] ݣ&XHOnJI0x.Qx_Z-rxcQ ; Q3ga? n]2.bC3 3da>uVrs ᷀jc\.'ݽ.aG3ܿ> Xfx$ 5;spPA3:#x:YgeR-@;Qǰ@cdle)Ұz)L 9¢̀Z b?f,I咛Gj ;>j3;G3rD)I/<}()Oc>g:p)M+ ˌ'`|{4 ÒhhN/Bqx\$ ~ 4nDߏE2o^ᩰ/qAZc&r1LzWWB͖ˆFcy673Vjߒn,Wz Fc0"W"} r8sᘢWDMi֐#CwI"W8<- S m604-fH ɟM^ -d$*tqx$gpq¼ɨ?x eu[9%\Ó Xv.,V`G>@'9E~@˳:̹_TԫFi #m*̊>'>?hzxD $ $]U) )LǼ7iuGtsxvDѝ:!?җ$ K#os|Fa&k '%BߤޛfuvfE9%E^9'uujˬ ,ׁd,. A9.D˜qS#`:#Y1!N^4b,pE,nf[ =-~IQP+ rLPp2a6ij؉Q`GOUiR>p  ^tUft\Ƀp)z5Zfu#aA9BmW K9;Эa7vSOCeЧ N}+! *N%*q*xC} az`!OKX86oL2wݱ&A=;r__ԅ+l3Ik|R߸`TK[NRK /:7 g)|@tCAg .X {jJroե@ M">k[wϟb{[ Е->oALc 遏o/j3*Wa#z_y /5^Y(=WxV7Y 7L6 JE$mP fo*g/oW83C76$NcW>ʹ^Γ fX˱l(QYP`zX'u3Qba?w ]Ex5wO&"|!ef"ꥮYAx> ?D&#' QVcoLӷBR3q}L1q0z\ unR b-'9Aԋ 7A55Q>:?C(1L,fT<@kNkX*|{_KyӄSq꿿J/vO cfSTV5}Jݨр)\C0G#LJ[:L[dV_NkrA[K~e߭׌=OK>à К"O{ENҮgZ j5޴UBy«.P -/U"6/d05C@Nz,!_\܏yiךWOȨgpg <70`؀s.Ssȟ oLLxJ۳J~j'#k4^?Gs*enjB0a0awWe~!y_[AϤյkصвysx ՇgsAl-;+ZoBh7msQ:顈˛gh? &-S'VWT-'v 4gǢ}DomgrtnlTVr] eG35מg$Ut~^K@xzK3&K,2M c3&8T_ OY ܽ_Xp@0jYٴN.NvʗƱ"&ۥ/)_ (soI bL /zN"ʷ!.w."T{Ư#9tMC Z)l3UaI4k7.RsQaAk98:PH=bsQ;0࿗x'AڗK?̉H+g8UQn[59xy{5@5ޏo#[ u@-axYl"p@-9g̟T!CVϺnvuÃPB/.GM PZ$Kl衢qDQIyF3_9慧ZWxg?2J7O0Vȡ&\  7O JˆxMQn#_~Yr7g9.SIN!E ˤN",@eK/(#hvU}W+1?j6|a6@s-=3G t%LBڞƛ(zW R6]>IM' MӿM`꣐K 8D,6 idA01x΅ja{ /dRtLhzdYSܦV͌҉7M}m#+x0oCȒ%&т:"kWPEWt#n PYS^';| \Fe;gƛ00EvLrN0̤, yR`qAM|.D|/, t{؞?Y`*f6HI't&@|gBDXf|U_Ώ ` |y),h4jӅ}k[kJ٭F4P].Uzt9yNR;gхr1?+*XeUj"gY59O &XwK@<;F#GJI ?|Yy4qRT< +A pK:Q@C(BwLmg~{ gG$m;gMowzsf0HygE7PFy]^x'%^>}'pm!pR6\M3> Į{CZC =y'˔6X]hbh۰LBOIhg[ZA*˻ I1%zlH9N EjU۠RlbA­)7`ΛS{16sKp[q=DxiVaGGA㥁AQ9eRRz~Yձ3o5&c8$ .𣀕Wԧ0`ԗNQV!'&Es+G5SŞ sj `X˨&{ ʉ<6*E8`yËt,|7Ϊ&2/冐6}{ܾ*9Ug]١DH&⭝/c-w<ۤ Ѿb>P/E (6f[>egE 6}.`.6R[!O15b:Ǐ-KoLΎGq 0:Lвc齀~f5%h?_r BwqWB_GJOz\пyh0o9aspڼtmw`3N{h3k}EoZawiB/K8d2TWzvb텄H9@Tu)|}K Ĭ*7>Î-V J*Y6hyۄy\<ʴLNӁyEq4VWkĖ A-gS%=ztmV[黿G{}Av]-c]R/_<-_~KW }+Dd{iELtg46/dw,i3QadƏΈ˟W =Ԕ4& 0³/ZlO}1/n?$R{p?-i<6\4FjJOmj 4Bx%> H:H3]y r< x% jAKFfZ1a1T \C !1o6zZגqr7t` Yjtd|{WCAཥJ;UU:r3K7)!:\~7~? ibcif *?js{U -oA8~4oN&YCP۷m#s,ī7I1f?հB-ꎫSf1,Wb1@a,olijqCI5H׊ 6kZyYΐJ5X1uVVNk^ EvQa3Ckh&m4Oe}P"`]@mCiTNZ~#ve/9+LT&6 <+ %+h8k9?Bg $<(j֊;Q&^X{S ̑1rb޵*7am$&]4xcD `E2k(%_XEt7QV]D>cíV:؅T`Bx^ ~$TiϩdD]9BG7-k{nzS u` z#$zѓusIWiA^hnWa\@OZIjCMzs3Nѽk["݆Xz?XKfI —SLhf (ܷ7jV`IHӣMҥeYB^d mޝ-9GGai*oo`p}`- 8;"ef.}@\]ŖK܀y5I1-He-~r&jcݓ#")i+TQ] O6Id3 r&3!.pFf5Gp-TƢw%C1J)2| #sobcan?t'aMSrOlt$)KHs>`Qwboѣ/xbj0l{\rl9 sVQaGeΙyX@m38<z5STZk4ϺȳUSYwJ _@ jem9lV*>jͻk Gո uz[HƆ\veJd XiW Ȓ]™V-G=>\:j!(Ǫ>e$ҵ+3Kf}8 @D_11zt)]=H<\YJuEU!3<`Kz< 0Pѣ8R Yo Vx]Ysd:S?+Ε/}0> (y7 _ duEi]v nLᘟ93?@銵񫰖tRkJee&LyX!Ab|fi<V7<'`Ds#u,Մgz|yiJ&`N=6OӶbE'I*L| D2;lvak~ۃa_Xd KͶa{܃dHȪj`\sSS=$}s8 ;T'Y1Q`OXQ\Ad`x Bs,ls({F%0IVX]GS<1n$~!Q߶5ֲI!$dĶHp]xdkh-59!) .}R9 ,[Z4'yT\j:`qKvTDlhad>91uo"sNii5H|~딕-ޑ9 .ZBDn^6Txf2Kt+d~J b/ZH~$5~?ڈR` T@O"L M;:q94Hό;tq}p->ha #8лyHQ@8Q })R잯<$pEKY2vi'ᨏ:l)"> w*'}/bs59Vrv0iɨXӎU;gPQ} ;N?J*p6¼v+,VCӷaʓ9"os#MQپ^̊Gd//Y'xB P-rÛ<`%z6-J_ei=#ωYwye8[<MnQC2I( wtM]%_8 uEHe_).OB(`ͳɞ!zL)9MZ^g)pKj{$,q )73wGNd˓mN\NuC|4_V'>VhD ԇ]g/$L~%q(5wCEpˑhTz\Iz nԝDF]GJ1:B57/G? lpd ^T ԅ14\YtM꨾M,&\ŵuzs)YidN H%HZ-|(>6H/P`Ǹ@SB_}aT 9|sq85w)}_#6IVg>50 K8~r݄E w;=8m?T?sEQ2,gocIO+Gە-%YovmݞkE[[I#S2(F(LGܚsvrw&?xV1Wu7}5Ux9;OvìZ<b/|{ziO5r}l]K+WѺ MQunB !Na`LOq0ոdq)H[8N⯺~?Nw}AL'( 0%)r_ knr֦~?ZlvM!IA C )oũf*oeAgsUt#_w`v+c;|ڻWZN՚ 1 wrg:x'a:dB|i_MXoWWK3Ü-߭7S r)KV ¢fXdإ-p^9}xk\B}VT,; .\GCk5DpS 隃~ݜ u pGlS!ђVvI V#2#]lC4Ouܛ ٿ.XgƠ=\bJEKNKZ oMQAdSA?g { _Lepߔ林!H0@ ܻl"`@)R*Fq8d L}wƑ7^.L^)6+B"QT`8Q*|VLLWKBaf^JxW.u`)VB6Vuj!x;8q~C.b_A>$'fZ*h0^O50XoNowZ (SXBv τ=O8u 8L꘣xM>`)3=1[柭߂E|B?m" afG(MM:ik=F}@krnzK㬂Y%_<0|i3lf&0O;J 6&X7%u-im]2"^"q'aa!ts !#BY2ALDHNh%ת(0L ^8=^_/οГ\4rS‚lm)2Et6*j׍5;;JnQ:~ ~݅%n"?yXaP`;ǔdXYyY[(B4o_1n3,ŕD{< ؄]ו~)nҁ0A3BV*Xq(~l3|>[+\'5^7hl;fPq#`d|_j?NM~r:p{5e0<ęH(:DT+4rr3P$ n).^՜eA!lF[/U~xA,6~O?e桁ǣ/YɖV'Ȍ_Le\ oO}IӇHJ"ǡņZ}{oPAGQ;E&cY@/E7:A@.h "X@}g Z QHuF6X11(l̕+#FmFOcvk|7SξMZc֊}%wpa)TwjmP]`&Ojg6RS u'r3B\l0wqZ!vM׃ef  8ca[*@Tgoo@&C8&\X{®18``тhn0=F~(ZW`d/[¥Jg9%`tx(r'=?{\$G){ e'3.RRwMx mai!1Ҳ7Ctgdt3*u-Yw(zcg^ Smh'@#])OWFjͱ&ʶQ'.,8i7x8J$ɏ:w)/ l #}"K ?wV0o\2TI"*ͺvrD&]r?D@`:≱D'"&&\k7K1a5bܮnJcvJv61X3O*9RbO% d7hU>CmBtXB`5{n̸"/y4ĨϱxvT/U zwCJy쇋8giE~yɤ۰r|WheŬgnH~?\'T |@vӴ @βװNS\Tv>zg:ƶ"Ԓya3۱-&VXŤ.DZ.慿*X=6yr'd6pt$~I*Ma[C/z}C_Zg].׿Jċ \HDI>O6X= {+T@ *}ZwO2+*DƎ)L'9Zd$g BSa>l~\)JjP/( uo)Tp{cY%Kkn;c m_Dg2 =1p6CCE՝g+ N_SQTΈ:;y>ju7w :5wdMv)PZsn;B3;DMy)( Z_R!R2fonha b Nl: ۞.7sj;)pظĵQz;rLӫlZ&91X! o1kkn$N= p;C7 R7q!-q^ ݼ,$THl(ov$~?v B`P68˱(>N2^Gsr{'I gVVfi ݨj-@P_&'{wV _^I7rrJ Ȓ$ϡ##9ooӍ{~Go',득^I=Quvp4o0F:L{qU](x`nKGq*>&al}P\E%l Y3,1D2Vls 1"^rTxݬ== IEZ})77j`-Ƌ 9,{{L Ż\Rчٲrcw>lj%dp RY<`EKVY(@=So*{ ֖ +1 3]ԍMglW\bȖ=Ϝy{1T7urG:)3E wH.(;Y/̙w'BB{jy[v08l?G{Mq59ؑrv_CU:r=ܗ-ذdqWH-ރ߀ 4Gߥmm}i"JD //i'M?vϣCk7ȚW3׶0GwMCj5EcQs$FKL'һp]&[C)k TT [PL c<y||ѠxD]4e.3e pVќ]7.4+}|̀ӛX x[bQlRa&{~,$-`B奩;4ʠd߰iI7f;GԹ^KMs' f}g2G8p!#[V~fBS346=Li7(Plmv,ԁ:8?O#F3ἺFZN䭦#ҌޗFRs2ӀSc~MSq3{7wg MN}H!Jj4ML"6Rvak(?_fiL, 9S^\:ì>SqXZrMĪTq{[[2sMi _ypģGT)  3Eh[ @Hx ym\P@pҡ1mx Tk9VlZ:h 94' ٫QgOC+]yZfϤ|! V *ܭVa B6]V]iX[_| H7<}B[}h^n֐U@̞ށ37a2QeXdB%Jx"锥 ӼV&vDNH3,d'1_q)ӘWvED1͡:(RNt)#f5^zjs;;@*2$;Ѭ!'vKdӄLZSIôO G>)z\g+rzoE3W(=pwOzEIF-0WʹQq B`HXrߎZ]9`Elv,tzDnk?v>Lo:[x@"%:V2 6rSl@>g$]2% @?nIe01BSa by$!v("}d'[orIsgi+[V6R~L|jSsbmF(λZ}и;JCV ],σ jG(.0Ig԰y])zo3x"9/|ܑv>/?mE 0yvWSqQa51nXR9S݂S(>\ 4mm<ؘ4Ǹ{\I^:k+h!1_DE9@"8L/wE%u7g@3[[eGM .Ԥ҅ R,zg^AoTb Bk`ߌTji&;(8})1}l[iG+>Щ%ػfUVI"^!H</~I'H)|v` 篿@YKp̷5RWo&YM_ MM doU`AF~NL=-j-[t~[1%zsàeg4D D:uMR׼{Y7<̋kj2}Ֆm圞ߤV'"kG[!ve/e@<\O|iØy|x/( lU/1XšQ톒(H\slb}dΟOp\$!u& EIS a7ΫR'D2&֤49'֛KG#YrbʴId0-\N*Z[!62W_ v" /%r"ma9-LOz-YCU{_p5ק̽;;Ks“gΜYL״??S0^BJ&PJ\¦.`KbC^[`kLv_S~cDݨ_\m"uQR^-Wd>\VY%P7D~WNg|?̪՟,b`zJ5e[?*a.a9G|͎ߪUI\ 8Kʐ ?HƯ=7p8=m9428':泞QNi=tZ(RɉARm¦V7p˦}cz*T\A,?_߾d ] 3T~&yQBˢMs-7U1t%{ lUDuEŧ';䪎7'xt`9yE_xӷI0_񡨋o8 4s29%tC%eG`TbBt1} 1;K]c,T5RwkIGxb|ﺭj`'xȾs>f۬TSTS`·ZLJ&F5d5s!+I= Nyk$5W3f8BVfBD \RխuƢ #I]Ehos*QnNk!q8 2,Wp&A=)"=Fj8e 3}{\V v^ b.4Sn&|9~|̸NHd;{"z"g3iMBcP'7Ε3f~Gdvmy챡IA!e:O @"+i1 wz%:1}P>̈G$iWU*cLjP@Fysc)fDMPbo:;)z -Hp^;+)95 rNM+sl9  ';Cwi%o01e[rWV~m zcv lH_>߻fGnC|5T¢m h "컇8O3Ӹr%\XDvK?uP5O1qj0 BC#9vYhڙc> C㨳pu8`9 Ctpx!H8yt7>yxk- sƣlD&7ISn| :ğɏT#atq}7pc&l_ \LπyY!ep_ ,*?lS˝I꿨ȕ\}͋E%%ITIJIz0XnsC1ymLϵf1EgA/deD}!wT4u%yZ伅M szBdb\An(D.C:>s 6 C׭˗z[#pI(F1N]ZvRyTPqrm覒i5ٕsf! Q)687x"^w(+s&;G؇LXlStDߋl G.G*y%c/C ?iC`SRNz25 :+3h59Iȸ[&G^MŸ8У5ߡlSѮi qdr%w(~NT@ hsՊB9)”Q2j36qHAKzA5Ouf5,>A,>=h3* [8p+{i*{%u3˟u($ggp熙! GbL9Z@#Tbl}SAL¥>r8Š?i:8g9GьDWБEMj?4YTtT]sf-e!UU.Wy|N ["T\.֏/hkdE|D_]]؆w>k略b7r3 I΂]b:;%KD&E-P|g5uAV!%*-&ct8f{N7 v1a#|'.b2+xm7ɝvBdĖj+^s= {GYSM{d m~H,.ӔJXU5~j4u$QA}^4 }Ĵ{h_+Q+?ա诨fvO4 έ/GsB;ћP S)4د2~ن^wb1QH7wbdAA1PnDD#9-+enfPuB[SV~wk/;$6DPFB &`sTaKΫf=y?cTS컚`p|)F"ɟTVzIWz1yOO&֟-@ ̫#n^8O^I;iGF版"kN_;!,P&oxG#+*Q>ӍWiBCnϨ?ܦVɁMiD7[ z; 2t5>n ώͣnyHN5:Cńdi HRϱVHRcZ"S#/#WCtTB Bt8{)LK˙%H@Ӫ"˕η}Y jv=.2)O{G|F-Y%OB^)bJqKɒ"@uAś>Cݘng`[5eT! OHp#faz̦GA #Lo;}ա }0G`uCG8 O<_ݼ`WP}-dc0eu6.xY`%+8ńߵ XE/K=$DZ]ܝo0DvzPM,}[9!;Bq\/f]:&.uTvuYSB}kg1Byrb'Wue%m_KC`:Cu3dkQ̿K,5wi& ax#'~x>%X7Y 4OL)q>)T2A.+!22mCu3k95\pVkaqN8qan=O3)jbS^7~I1M&L.nx;vv‘tV)iD5ˤv FK'P=Z.P*/^`qKN/rMu)H}Fs;Ia5jA)sPwY`}rv 5;` Hլ/^wqEi/=Թyt+2]g{\ty\wwZ ~䦄FYn澻! P) -f7N?Zz'ՙb mxxq+\WfV%WIzIˬ,_/-Ҏ=|>n\ct4Q1ª*68MӷD*,Ko[zGѣGέMqQ;{HۇJ.uߟBRgŪX3 +Yk<{PҜ5AF =J鈋9͆GʩFê*¿UZt†*?푙H8*4Jg)_ZE;05k l?ڞ/>W\9.Lr#>rftcpzs3]륭< 3bQXTt5*@}3ܛ|L?y4L -Լ>rL <xܸu%5~t2T@eSNSY2ttՔLfXdGGȴr$z h#"e]S6|CM^iIי]ZaWx^ԍqg}Ǖ^4XuPosJ?;}fþ3t9-Z-K!ܞxpᴸ#Q@@Gl_ն6eklahS>P@:u<%jӵ&0!t5L՝jP]hI@D9o܂R9Yrun]~lspPc;BQ0N0Q)!VZׁ}469hYDt (\G=BJ~w"lՅ ҢcDw$1(8$s=W!9Y᯦4v1Xu nE,hQm/9yy-{o-zif5V|OF~fbofL(IK"yt!6̚W&j}`$jj]Jtaaէ=r葕!V~{y;8}Y[ k3ӡR5E?d&Oo>Az&BS$Ff:-k/,㚗$]>0#t '!8Y&˻@[1il_^*l-ʦ 1vOMV]p'DLM55IP[oo+,|nV+&5z2"W@>9W/~9Oy ~O ~~qTخ>- ׳33r5Sy5\p-nZ8Mo 2)//Wߺ~a$n 8u]STj1hE93 #R$H{>z4G= mhf&u)H:}\`QS߉;lQhUrIVkg̮ 2^0v00ob # nR4P :af*]\ѽV `J y \\)xy-5ʒ.5)h<~bU>;cSNؘvVσ8uCC Ips/*txz$Ny8{h<@,+@6eψ,F?qj:RFCv&FBX*r`Նwm \=&h@2h$h9MnZlq^o$7v5gb5fNP8p2FeugX.6sd$֦KY::j[Nfop%S ɻv> )\)0- >W bkN}"8ns)ZN)8X?2uh|K/iIcH@-g^JBAzc vMP}9f1tEA:R9Z4ӥKZwu1[!22"g1ˬΠjKӚcݛ@ZSttk  h#?^ɏ*:BC>@ҖeaBM^`W؝ NIhR8C4K՜8v>?J^0!r^^@S`417XinLMBPP  a1'zf%LF'tȿTi8JYI]nNj%u 8!x\pvaiʕ(]s}=R;C[T`8h|ai&rl$@ޓr5\El]'t,HRe)*@OK z橂a7%28ٺ8tae%ghɍXw#VY@"ӝ!.4(AF2uًpV_8}&IJ8 R w#,TUF'l;$|*F:]v-{{P❨X(lV yRt⓵L1R4m!99`+);Y  *jZ/mȡd[1RX2E…C \դ}kಎ -Zq ^GIAt\"lԡ% uPa.fp˪˧er_g`dz~p]MWŰf$Fa N*Oiiv7T ;q\ 'Q_ԑD`mtb.Uk@ػYAd?9!rM&XvlzTP @O+P2]Ue v>ҸcefxV&+3Ri L$ hiB YZ