krb5-server-1.20.1-150600.11.3.1<>,fp9|5ȁ Pu%IgQs2ֻÏZ7~ 7߮y)pxVk}"S`JNozq> LgQd*nڣh`_Hޅ6V,ՀV=r Z[sVGBA ^ gAj[1V!X6{Km̓/̗N.&GU W릇y(d}wew4Բ©, qzD5}ˍW^ч~8R4C U>Iب?ؘd # V,0@D]~  "6|6 6 T6 ,6 #b6 #6$6%6&&6''.(.,.(,8-:9-::1:=>?@FG6H6I6XY\ 6]6^bc}deflu6vw6x6yz 04GHLRؔCkrb5-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.fibs-power9-11#~SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://kerberos.org/dist/linuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in krb5kdc.service kadmind.service kpropd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in krb5kdc.service kadmind.service kpropd.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create krb5.conf || : PNAME=kadmind SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=krb5kdc SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=kpropd SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable krb5kdc.service kadmind.service kpropd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop krb5kdc.service kadmind.service kpropd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in krb5kdc.service kadmind.service kpropd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart krb5kdc.service kadmind.service kpropd.service ) || : fi fixX x`@ (H@@cPP  ,Z#E`\AA큤AAAAA큤AAAA큀A@@A큀Afzfvf|f|f|f|f|f|f|f|f|f|f|f|fzfzfzfzfvfvf|f|f|f{f{f{f{fzfzf{fzfzfzfzfzfzfzfzfzfzfzfzfzfzfzfzfvfffvffffv05498d7ef1fffaab326a3a4a5f6f2480f8de345a80fb02118eae78ccba88f3513426109afecab30fcd5e6cb992a7e858011985fc8d817fdda4d1ebde99620df98768c3ee54760cbcddffbfb764f637d70766625f82e2de0cfc54605770b9336c5cd089a99e56f0fe10ebeb64ee4396af9fd8b3dc6369001653534c58fe1900f3cf58f922830e4ec4d6e5fab28203106f536454d680121363ca351b5a4753cf20a97d0a40d636752199776b60d6183f6b8eaf73af61c1b95a5b03a211080a14ee545b0d4f85d37c503baefdb3cfe13fd272857139ff07fa51289e311c788511c7f7ab721f31357cb209736176f9e9c445b267f7bbe978db81192d3b7d1a32b30104e9a370d4c43c64878c8d20bdb85a5638dc5ff4451711548cc587b5a7e0edd164c2998f4a429aa7dab07f304e6ac01c7893a4e0a961aa3b1850bb19295f201a83c853ddb4a45a5c3e15668f55c2865c3f949e31bf7f79be409426bcb8cb32af94ae3d6194494f894085d5bd821535502771905a1ada5ef3edbd9dee650bf1b6593c804adf7ed2744582d52b01b4dc13ac144b6e21595c6e4c53f7d7ebc33489fd68859dfbbadb14a649612e7a2ec592e9911c5d4a2141b522a8b62bc732f8c9401c839151aef0a2f39728c04147119a2fe49749b98a719b15900c4c0bec07401d4981fa4e14471a1e47a22140b554443a893d4784b92524f1bf3d72ca6c37484ad54b83416f33bca9f5fba5756b18bd6bb9ca051fdbf18c7ccab068258ce94a85a652caee8df1c901f9f6c5da54cd22783efa2f33d862e026e37cb45f88680f72e0dbc7add8397ac05c079e08ab8605c6983015482ce935ebc9cc27c1049fa71e79ee3965b74c200e652f3251cbaa5a4150a43a0e01933b2f7cfc665ef2b8c868285d313dce65010cd682593d9f85f13599715dd110cc0e0ab895ca309a4bd221e9d6c38660475e24fca61d6b82976f464afcbf291a710c95ceef689ce8070b0d7586c762221c267785b0a44b26a0ba776f5313a0d32c32ace0e930f60570ad014c8b97820dbed75ed68dffd5cffc637c877d3986e452533a61091e2a88416dbcf2c144a5700d548991df217b4947011a884744fe85f5cf6ed716b48e27dd02e0dbe7fbcfa450c32afa15512ebe0f06d3317dcccabaf6526e32fafc52344031ca2642b2e7b12b35f3ea9fb7b856e5229d214885bde49abdaf58cf1aab264eb7fa98472b76818cb788e432e7722f4f16e540714bf75c328e9749af32924973a18196ef5ffc8fce1a0085fec4d0fc07ff55383abe6e2fdfa517cc51f3ff1bfa06864c542dae46f742b3798e5dc1871858aeec7b828dc2a5221b296646fb5551ed6a8dd8ee0fb9ed0d7bab26f84078257946c5a963b4e1abb8c6b3ff857b84defccf31f446a82a907e6a0790d7c9c6ff407b7765c704a938cd0f25c86686b515e8serviceserviceservice@@@@QQQrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootkrb5-1.20.1-150600.11.3.1.src.rpmconfig(krb5-server)krb5-serverkrb5-server(ppc-64) @@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(krb5-server)coreutilscrondiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcom_err.so.2()(64bit)libgssapi_krb5.so.2()(64bit)libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)libgssrpc.so.4()(64bit)libgssrpc.so.4(gssrpc_4_MIT)(64bit)libk5crypto.so.3()(64bit)libk5crypto.so.3(k5crypto_3_MIT)(64bit)libkadm5clnt_mit.so.12()(64bit)libkadm5clnt_mit.so.12(kadm5clnt_mit_12_MIT)(64bit)libkadm5srv_mit.so.12()(64bit)libkadm5srv_mit.so.12(kadm5srv_mit_12_MIT)(64bit)libkdb5.so.10()(64bit)libkdb5.so.10(kdb5_10_MIT)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libkrb5support.so.0()(64bit)libkrb5support.so.0(krb5support_0_MIT)(64bit)libss.so.2()(64bit)libverto-libev1libverto.so.1()(64bit)logrotateperl-Date-Calcrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd1.20.1-150600.11.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/shibs-power9-11 1719989384  !"#$%&'()*+,-./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_Updatedrpmxz5ppc64le-suse-linux  ASCII textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=45d97c6f7044e771e5c3194e12295d02d3a9ad42, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=974492bbdafa3b7bcd315203c48d38af6e692181, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=d66512e7062d4ca012f6ad79b7580511e54a5e26, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f84088a937c63a6859932f183467d8049003edc0, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4da3676b9dd7f87837d94f07f510f9ba172952ca, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=7edeae0b2c5805f0b6145efdc802a53ec3703179, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=551cdf1231c8339fb64f4f4659932eb4ed56ae22, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=1310aa962faeb6d7687580acfdafe86d7170b0da, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=1d4c971c92a71e679e60948c1af22c095ab35a34, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6a9fab9dcba189407bf9d3cc7b36836b5469525b, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=e6068131860124f9cd6c83d41d80e1425d023047, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=6ab0784de9fe5dd218932f074561e0899e3fe998, 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.ppc64le/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.ppc64le/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.ppc64le/var/lib/kerberos/krb5kdc/kdc.conf' (No such file or directory)%7@Q`sz   RRRR RR RRRRR RR!RRRRR R RRRRRRR R RRRRRRRRR#R RRRR RRRRR R RRRRRRRR R RR RR RRRR RR RRRRR RR RRRRRRRR RR RRRRR RR RRRRRR RRRRR RRRR R RRRRRRRR#R RRRR RRR RRRR RRR RRRR RRR RRR R R RRRRRRRR vSpm%s,>)systemd-sysvcompatutf-8ffbc32b07e84d3a94d1d74b63c01dd4ee86086f38ed583af77e2cca006a3ee33?p7zXZ !t//]"k%șv^_؍#bF"9M+'p 4a.s~A07S0aP5 ;ٸfxwp ]Y߿u*qQBRX/MPq3LM GOM9Sk8แ08ci1{sYU(CPb;軸܇7NV[Ibo1CbQғK;-RA'¿b3QA+[~ӂ?gZ 9!o0sczI _HCتc--mdk]a˲)zJ< ET- FXdsϟIm_x;E]9+Ĕ_v6O*[T`>rǤI+71?do{lU{Q)v\tT]qjEw{Qexy=zD1DM-%;q FSOûX /BA똧kH*5ʐ RfjƜ)o,&GcuiTԇ5Itеۃ@e{6ՑLQ %vSo|Ry~a=,(G#V㪿VaՔ wR ݴf0O==NU}| ;}["ˑhҗAKUQ:lo"dLtrNztwO~0* 'G5j Iz))ܨjr'Ês̙I\i;/jiaJTVQ)Q`z4qJv󾖘hC/"KfǓYl8 .ökh@C[xoVE旨kd\z:D5d%Ԟɇ!)9{Ut˷ntu AZ5H>܁)#0W]a(WNjT!c8"ʇJtPaw/Hrش*-A=,Ҕd ;9NgAt3tM6256 ɩ{Hᤴ(뵯.<3{E!jdJ~d ?cz !j=kI5K*\Xrꢐ'X!"G mO%jjKLX3MPNYdk?Ʃm5C}bˁnb^B<u6L;:atBύoh]nhTA=n3ePZs߱㤺upL ZM[~#W.gM naz%˃4`NZrͬzg{1j{yhcVT$.I+&#W;,PVfT#wC59,ctdqbI-%ٸ6vv.Ϧ$uC)W꬗qmZ;!(r-,ICI7P5|N.O_BS=_ٮkH@'LVՐ +IC@EntרÜ7X/DlA^,=T}sP0󭇠 [)fM{W:ϭ{\x DZkb!uofjE^ItWwluc~/w1ѹ)?+V͌nn8'ѯ"g坳$s@zR5n*?Lx0y.Jsꁠ/d. g[c3ZLy`&8A)BE9%^6n@)Yvh\ 0}PwRv]h%f."}6=q}ǔ( f{7,-d=S]SSdTI;Kþ:F p(qƑ{~G zlA"ZDS&:vY? 2a5Kul5>nQiE+{bv~]snHWɨ몹L%7rf?icHuh*ޅ%̀ډ;Q H:<G?xT(c2xJ>J  9mWoV1?Q+ϹN<#P);9z)xirP2O\{2#@3T„pLkY`Eh'M&L3 [v] טLOK}*!r\37Kg Q8pdDm ߝL\D'aYfCvؿm4Sf⾢lSzW$c:0(mh8&N(!_YA,v@P?Pj@1T]j~22|{`i XiοdţKHY󐡈YѮi`͠kVtN?RaM_b̦b\&!*x^T֌icڥ>yjs u)T@|3JM+t +6'C.Np)ɛ$wm5yT(35Q,k1QKMGOE f,timSsǺDF E+[n&YI4hL R0lQ) P$;0]>xĈ4Y^Vk\`;=o.ܧm_k$@~F7KXIt_++cY5g sm2sz]:&xblBEf3s# 2֓{OB.M=[17NݜTa6e@U!4rvFSi 5W?Oqg@K;K7O񛐔3xAP%0ttd/̓6S Ua.jl}yj-J;:Lŋ@ O0~p\ڝhad}o2ܡ}f!72NÈ`Ktyahr,]-W~ 2f1_g'/&s S29JapLRxfsqxαNƑQ¼FE Σtۺ!S\GU.,|(갲]aT 4ȋb.l^6 D_Oy+L<_2Rjf} ?1ӿWQ]LD J/%5XVpUgOKsw֡'W)2i;%8@m]SXt*:#n p! $2GOt!wbtZpɔu/3!Yõ ˔/4OGR}I ڭ]o`iYs%/Bg@ܤ zAT<>}:?a#ٓ2ޛ^'\ZzmRz-4c; 9 afe(#yɽ a1f%ʄ*~;L`=c(% c ؏y>i9ȽAߖEu#;#\Z6kR_ʅ_mTU n_L1_6Ri=<¹)"7T*g2Tt,@KɊӝN,y$ur7R8`Iɯ2|oozÖ/ X`mVbi'n9j 6*;+k4P )NV˺*My{זvTͲ,E:m(jC/} fLȭLUF"Fjx\ "H2g}1K2PC.:4ލ \yvAƉVs|Zh0SgVnkbp򨴄V(\Bi<DTL7D#\+;0 ֺFsq[ 42 qœ3Gg--~~,(5<#kkh؄4oiE'>ggec%zXK-Ӆ4sA=FdM-q,/7^$3yLzv[a73"5,b8T ~1;1J߈?oPQ P؁۞VHQʷ "o}~}ӽ,G&C炉߬[+k7R>,1ggDH ,`ZO;3h$]H>^}pB8(}Y'gRI%67n>ȖQY㪤Ba4DڄimR֡@Fjm3]У' [cVFjI0'{}pYKk'ܧ it)܍; 1Ǘ¼w,#>a A\}1rATv$h=r*۽ʫMG "0+ ث-P ֝.mX_/d1rQ}8 Oe /g,naXXQ)0}pve+r;߂ZՂ5 5"ysl"+GNcJ5 PYlVETNb<Hi2Տ&K} =:!g;VTR9<ǣX OmVt`p$EOuYK,wy(@K,Y/ }3&߇U=ј͂\8VC8d$8.K2B`-\l}f Yx2! pxbp} a&6f"#gCךF:[C~ʟWe4MPVP8@%$PZQё̋ z/u6kׄDNǀ@VMmEț͕i_~SN0=)ʈS TEml ܶރa==ƥɽ0LT\95YW,M*:u?a \~Y1 > d}ifV:j 5{%u=qnT<`>.T] wan=AP6}E3@.:l.`qza 1%iN"MyƲaաE^y45شW|DŽ[\F##$-GFfVJyx;وJZ'pQU6LM➍EHMb^ͤoڮa(7ei|?4cu p=HY>GtUӁi+`uaIJKJ(_tTV@{ Pӎ^>Whƈ fZ7Dlۢ8 X6;;:ʫub#?TXO%+xM!JdKIT!KQ;ϛTJG*)97ԟ ?_V%t>c``^о c[Żs1ZWC &.=܊ H٫.8z<0jʋMȻu1jr˨<¨Qԁ;+NLӧ_]ȥ?VvnB=RsZ 9v_DEK-_2CO͑0ZZFEǯ V|ɀI}*UeB (#C:YW^bW/^[xם1][9Yot5WvѶQ^H,db͞Z{y0)])yIzB1o/5=e4zo)VɱD=lDrG| ,_Di$8.CGmˑ\-ek]]p.ξAnnψ8~Gl/r^ss<眓)WW*>NJ-bC褄PeȾxB%L4 u9_z 6wֆg4~-]$ꃀgYeΫWu7O1CcP{d *™+H'6{|sLWqOJiԲw #Зt K\J#$;eU?$JŇLQrl 7 :YɨzP#6S]U}BiQ=Soĺ輞 6WXhnڮ;0#ܩ;x L\w/7*U]:d?XG (.a8Z 她;\ ^L"O@SȖ4'TK7A>bA:(Lxnw^ʚQ,#ﱽwjOL.vt6 Y=PxUAzz$J9c˔¢K^|6}D.W~R qANAYi}E $1`'fԟP\N:5}Sk:KsCӁ)oߥQܑ(u+SR'H@Sd(ZgڭdE72a설)k7=݆2$ZwM\++cdg8(sY|7DigO)7;qz+n؆,-{볜x f9G0_2ASQom wkKH|Z5FC10YC}z_Yԝy:iwٵ^;֛[A)SJjasJ ?Y!eZRzv)ҭ wIaOO\F1}_:g({f{IJiKf6NGȽyfoȽ$g? 8ogJ+c`8y+:u2nq k TQbQܜfPŊFKwu2\~{9V J `!Q5$m-!\CGE,W/~BC[ ňy_ȲXPVO/0èL.1AT }K/g绳5af&貼@b<`T?hS;{7;/5DWHo\i5 U'[, hYk r0{@o3Rmʀ0avtkBZEf2坽VbX:Gג[U,lh|9_*=p ӡLzty`8"Zy/6Ҕ 2 =E|ĴPнf`Vv.)]u^ԡDD <.znMipCİ4LG]Oio/p2ĭq@k3_àVt/~҄&4ڞY*/O;gɄYbue6=v<{+HU&yS) <yDiB\ݢTRnq#OnLhQ;]lL7aW%+=x+v}1$xEF.{eEJ=.ysZuvg@WԮ0O`RT|#J=úMldZ}1+bO?żK{IQ=ƾc6n!s_Jצ#k#*%bk?"44ӳ n ^Huj Xfu8kFnf~TMƆ̢a']6o]*7Ey(iqeTa`(-A̷8a Q |&Fݒg|M9ۿQ?˴\6IAYjlWWx*]p7FxaRđ$/=R2+*p<ɋ8rk*;ut2V0=lS"ɑ]"El\[6=bCpl`^M_zv`%?NfHѥ5ΦȯnutyGeUFJˑBm=z$c#!,i7BǎXgHT%cBU@хsiē9@jm.N8BH ĩ˃6td j\N*PWG!(1eJav\GڙХKj^ R_a_<-Q) p'tyXm+5$disQs}wL8(M.dZFԋʕe߽4gRg+\1{]gXWDPTpF$I5&Y)tDQ|ܔ@C蚅tجDsX@Ÿ(=RԇK0-Unf1[G tȈ[1ya_6/F:*xH N ?&[9\"Z/W%Ȭ5_clf}b-[6|mG9P)~ep)TgzBf1|D"ĘtK-"N]nRg%{iEվ.95^*Bgls|,; {SJԍ a >ym, >"1w$BTti_%ݰa_ puwEtpYo},Є^Xkb}w* ]IL9ڛD+@#gTB{XfZh{UwǗk_jh D-=7阏YBZS/eC8o([Lʞ'6Hྶ~e ~@PKb74$G7T6ICk8ѧt0mGF\juiR*_;BE̦k1"r荢&C.0od~v/ u-p9H3?Ox &uX$;BgԎOj!$[͍\P*`ʦˏju%')ֵ?چƌj% nW-~7eрW5<&!mM:<:eh$H Q)UJ!@T$J5xY%, a% B~;p=wyQ~_U/ $+{iCSht$N|zIƘүCS)I;Tn.iKh7хeLm9;{ hd,_^or&lM|$:7W)!mj!hU+jSqwqR8ZE¤YH!G]JP[|@u늅l<89ve!@û}@5W9J"%\ׂ ,>niH^dHђHWSf㸷g _ҧOuau'u)`ްuBWV1g7}M>ο{tT%.kl%AΩe8%^deߌGUT]1f7>Thc}(ϿGk[G"0Bp92|mj;HFǢ']o\vpX\ǡ>,Gba5hw6yPz/O}~cBr ^1RHd]xA AkG5e:$Ϛ>Q?}ضw;UkYbJjY٠soL7MQZAw6%ރc%oSdlL{J&'Aؙv)TqH%M;,Q[Pfr2_v ZL(h};<Eu)rIBjdˍ>iE;HfHN U[jמc-)M`9a&X*4[) RY45ǁv+ʝ#ѣ`&pnw ]]t0w*Acl2W*Sp ]1%SA-(&{[ۻ~vx>fRn\_^[MA>y2Sb r VguT"c.Ky{0-{fJJv!LVQn<'҈IEǠ_:b}۠੸a Ez.-(D]rs2mՈK(_Ŕ^F*׸X7Awj )*͖\v2ݨC*Mw_-&9쮥Lh&mVF\F] `'%\Ӛ od%MO}k^r7O~ rnxiBT{V/4zf /QZ(A^.9IόlR?V9U^'z~Op}nj W >鲊'L& *^,{{ ֧ %t 6zzQLX";qïLPXf}=_/[7w=\]?c9>ͽ>zEʻɻ[KGn꾼{/an{~G6?t&Hbsk/܈\J5 ȟ[~QjV I+c ZMV"BjtҐ 獙_¸xqoz}Qg &{@.QH!N˷BBMbRi)Vo*[I%oz; 9^ga3P?22ky3Zo>W9~{k\A;Z1 7E҇y4QLg\O=}a>PΣ6ZVo\hGIݷu#P'iyt4 ԣr! Z5 8L8KTPU0kr]UaİfZihjipUj/X1g 5;@` 2qWVSws; 1EK,bKr`/ &]dQwN[ vG+j4\=w0y2Ͷr"dUĭωݕ-w j}QZQyVv٥=:ķ;.&S6#MiSva=^kJ:UpgǻzTK/dz_&#0 tR],'Sg t/=, ݩB P$k+J2b^z/l&Nwu+<hAThIXONUcnݨ8SP$h}|]._^E8s䫌W<8Iincu;a+5m8`BvB I}vD of2;gu*Jet3f&dZ"~͔u F+A嵪ʦ'fBhLٴdê" S(Jc%/g\^oŻu nп C*Im~+M4zg-EV`3qfNӺ%)h֕i[Kz gKOjιt89Ԭg5*lp"N}& 3֨m=<խ[ANX Ve㮵Sb~ FvrFT;&sc4ŲDZ{C ų<7fnGO?:5Uy>Z@a'-N;8arӯ[Ea} P /zRȟjQhVfڤX,HD?6bJAp-"Ƭ8Unpz9K'ɜG3Nӱd)172Sd\ia#inUÁWM:#-KcD*">8Z!"]E|%7#6grv#z?aPuq^wOȁmjٟ$ Wᐗ}Z{S"1/{2i.gj]1Jt[\]TjУ=hV Ċ*$)( 2K>ć;n ^/7H =Gd3US@>yP)IHqgrU:XIfR5B YwafsiR=)efد}"OW_܏ok$,CaYAFA31T8ɖX%oJcldI|W_A}{= priid&u]胥͆ك9R&::ȤiVmU_mSD{2Tk"Dh.n;ٽ<0FRˆߑz|pdyvcip3(B\,("u;[']JG-0LNlݤYR$nPMǪjPhL?,lXl9:T5r192ZiF{RۉIo2+dҙ#XT+ӹDV>N=7vjњYc4):x4*B Xh,Wu lS1a[A?`-n$kIF*5=l@EP{@yC|[=E+Z~ׄ3;sf_aEcuZ^ZP* ZXHEnz@BS֋ DA$/2֪-4W2%ђ?!: M]*u;rÿ0)1"4[Sb&d4+frE)Lrqq9AkVByOh8,)[!4Gu)MZ͘>ɩC`U9PzyӦq褎xNi/T(0p*m 8~M O62v f>)cw/a~s? KU3>jHv", DzYsk`N^PTFZ8NYݩ*a0pV|H ?x.<ȮpͳZ  \cɌuٙLO6K[ Hh]0HevFѶpphoF!38*QY8e(=S"ЧKrnOP?\=saׄFc؉#䀀tJɭQ=k~a|Ku >lf z48!Leg=LVlN{b?7"޿ɛʅ1Jq# y.LVJ[PEE#I%P~e&-~Cx 'p-{exb(hҮ_?zk9]9՚H;$v*g?ya^*^)5iFQAXT YՆcZ@ (q/jGwh7}+!BԥPqH7}rl-faY{wA[GrH6kܝ~&XCK[I/V\>k>Dp5ǫuvhkQ|ϘuP [a[qbzտ#~:?/ PȌD;\rZEѽxMo8A+-}˔J`G۫d-91#93%?t'˺g+Jw%rmǙ+ C[) rs!LYx&Gӛ7fnNJؘ(QD5Sf45/RաZZ@6OO.<:ݔB^N?ġ$Ak 3f::ܱ2wҤڠnK >`1\v5je5,#QyQ~< 0inI47m3v k_8bkyRk$?jLZrG3%9!^^i6^y's,4d Ռ3N\#X=($7El >=9S\ fmkKL….'6 >sj܆2^桏sL0m})y {Hn\|ܽtyH이>TMԌDͲ򥷥c+C*$ 7.ofÇ.4HB|QVon+ `tޠ+#TLq 7Va3 NNV0{7o FeE=nS횫\ۉ e7? `6v:,HiξROfy ѿ0f;Az:#q{GǸBL﬛}ɂK5m|L_"V&J".t?cpK@w2ۺmX)VW= &|q:I kDBÆ ͿKܒ'2E ~sPWIJfڍ,@D"\z7Z?IM@.}v&- 2nؕ~6RѲDDFzۥn2L99oW16<(5ɗ=`sc״iJ lKEê (la܋7plSlFXJpxH\N$jQ>)Fsh.|62ԗbx^BRMطU*2Yζw pA&< >t%LolL}GH!Xq?i3_&&&!$jDg Gݪ縵SFia4n(㢓oFyѦHTC>"l\% ) | r>2swiMfN?%d ]$?n:JyB3d#8x:'~F";|o6t(vI7hJy6cXC5 |c̍paWB)Dۈ!s{_!ޙp_0@Z3':H 0pi^M1%ڸ+%(.6AP;hܞ"x%h]-b I>pDi *qg٣gB^ï0s?eu~ rUz*&KKey{zO5[u ]6*f=#6!2GЂ %8res70m-@"Sk0!]Era8lBي"ژdӂc<418lde ?o΀hh|LʼL^$d' *?1BA̝=^^L䤏[+: ,!n! %$>v˗|]~\6x\CIPtz.ߵ+ wRqTfs9'3 q&cН7E3^ßé h4_x.JNȺǡ$ez.*&(@ HA9RTEqމM*ԧ)e+tu\](pѭ=3:$䛊`=ݜu|p:]iݕ&)//}Š.z&i.G3M]%D5!kմ^^SYwiA/Z_戒a+$j]+:AG$=ۦ̱W~.6ce[ZH,Zʓ_딛'n9YL J/EՔao!YspxvL{(; {3:)/&RWCn .ԸWG=PkHr~ZBWO) <)[@>IJa̪6WϹ#_#^Qҧn|!Xf)B Kχ.%VD@A6ǃ3!̓?qoZD`3L[& bl= ,Di1^zEre ]!tN ^-ZuoSJHcض[mqdꅠ.;Mgt!Ǒ&YbQ[L(qN^Z&>گ_tD-ĜC0pxFC/jÇ ºBojѡw#H{WQQHe0B;g'Qų(4{nDP;b8rUVx -L!*!o@EznO c_X"X2&Z%zS񫞯]=*w>AEP)?m; b?w3 Rb%M*,pC!B׷CQDx0Aqf:##}KE#m-Aa?UtIȇSQԁZ<@kgo g dCyCD7H<[%Cco }(L>]k#D _X+H磿Ê홸/='bt(Qm0DՙP m gﻞRѣ.[>baM^juXR2y L?8]+{>_#ڋ@i023,TRusaOYzO2WNf7N/='\ p0[tj蝥d3j( ĄՅ[0Ӈ cc:U^ _<5T ͭ :*8yE/̈ߏ[4yOK({QQ\)67} ~ą HVmI8p " з5 2:]]< iX{ a>~$ d0?9: ^-dTvg͜P~?`թqo"֬E j> zǝ|W#Ϯk]fZ9OݖI2hե/$?4-vʘ=&eEYi.>xܷl  lCnr__̻#+Ov >WI'rn!, $#bXWhZ87DJ]ᶌI=)*:Z=a.rU:X(כǴ!*F=‚wü[Ex{XJD>&K.n؍2a 3J0^U'}^"$d̤c)̱eO:]D Jk.EO{Pr '1?%K`;Y D2㥿+7{TՌ;5 {a. 퇽P?y/y5b\($<D&yc[%oښ Df۽1PY҅UP0'ydƦfh^fcvHXhhZGb]һ1-PxZLZ:C<ec{g]5׮ZWҴH6%^҃E|lyڂZ@avƱ~~$td9ШiA9eC~7 Tmھ-jI!~ GUDDi+Y͓#7#2T*@TdQ4+ ʨ†EZPe/gԩv FaxtXHw-QJ4I}$&9M-q5SNZ? x^l@ 3?$`O%4Yˈ2RdsY +Re<&J&P0.HM=V/%B5E0TURB( @_!9]UZ88a/2e/TQ?x~z.¸Ksqtϣ׸F}wkS Cw|Pgr-C7H%C\T 6=9Mc`C.?I7\L֝U

|:ʈ=δb5a:9~Ia&Xba@5PJ`n;UM"v@,Js׿QҜzWX/ɬP!gK ιQJ֨bࠚL+`s s(/p: :610Zx(T_qۦ5|`V>"_x@կ?>$^e',rW.JA:̔ԤH%P @v{ߣB;cm 3GQ6x#ea"zi :~6=fgWe𸮩*?EI)ݍs SCS,>vI1f@J.$H{6:U+y4kP9e:l.L/>_fm胛& `ߡ'rEn;feX/g!%㷌i jZF4'áqܜZ宗7]*PZBjqF^3ڙ:EHPg}[Pya񟧾aM$:á"@XJK!T'@\qqAUu,ĿK^*W `j,!Gx:1e a};,1<ӓCѸ& 6r dy'@a4uW|tu.]r(}[{AFu>M/0>ڷRrJR7L PX<,~ uJʲBҏ5)z=Ez< ޿Nu 5!U,2mZ%}/h~dψkP At|@fUQA;w pi~Ro[%m:l9kDhlȐ ڇjWKEؙVѵvjNbI^9oNRa$05iѝ?F;<9*]sQDX",xϮqx(uUw.SJB$1z[W9[ Β?JM<]B&͐^zt+=YsnŠJelXǛ ve>]kK,QBoJW_ycbm J4N]O;dPo B!.!b* 1$ˋO*omӐWMԣMn@*i(;W1;827udA͉8>$wIOg@sڌs(L;=@ )HGg-t\ nE2-6@ݗe{U -]U`]RE9FhW¨0Q;OX)4a㕊ڡ=(&-<2W>/a\V .髛5#Le֤ >u޾Ĺ2/2 ="o}1+ǹ+rbB1E2 IzswU?3MI2L F5,lkPA)Ğm@~Ih2NĶ3pqK6Rւ$kl7o}TNښ!&AkZ-D+&4]1Bd[ŇK4trgAiyrpy}cO^'`*8oCF;҄Z_a)|냐 1 #陻{ )RT7!7)I@iڳҞw&i8HNXGOfl*WM O2B\4cruwhm4Vv (YD6}58,Dos֙ak5uEvpv?!L^ss¤T  |O?/ m[_aF"Du]׎T5_ucNNi24'N`R{]}d/9 o67Q0L?j$*c36&QsF3Br.[\"29{1dyHl+نtNM޶(%b6+.{Wtpt[ r_k4a1#x3hx0mJlw;Ӏ16]/˜k >詺rn3M(K,5s<{w˄Ա!0tnr"\Mg_:<N/L3cTIw{B.pYw"x?iaK*?; MeȩFw'@,dS`VFCaaWt\W/wCKɫ!w.Y\)qpWCH**J5"(CςFW0D $&m/1G1}[diNQ9MfOivBjX꡿)3"V E憙-`D8(AY198*6Fu|l]86n*Fms %VҬZ U-}8}jjvte|u_+~;8EzB`6ʍʖ(v"6qrVp'ݙ,-5[CraqIZ }E~~ XW T$zΕtahg`Ps[JķS 7 bĂ.h|9m1|ÎL&B/+`]k^= Ti HS}ap<[c7t.O ]8<"WIb]1FBzpΉ4b$1 L9`y  ^8SL"|>yh_ȺHP 64%V0_6'&Jܥa]5%qrH>X]h۔'i {0niYX,6oUԜUƱ ς!M1^eqNJ gV02o6cY'2sUgS=U%wR9Vq3_b=~XTk,4UAW#MQ?CYG^hKGί> eB16vZb*1}YwLeTZ̛i::?U=r[ع?*%Ի✔Q\uWBR^{6lvt'r"hk2Pxْ/1= O7*k_ d2%:T:''%V+ax5~)CyNγ BJc*Qh38uq'fzMzb&!LUYawo~M}3aM HdU*66KcQ¢UkMfonZ ^Q x(_ټl M1DZdggN4<\<]x֤pWa hzv_sW/T^!xssԯawt!.ks:>7!f/Ѓzu:rr!1o :% KSS VZa.'p3heBHNlH1atAK mTD ݄Z7\,jA'w)ɹ"#kjgE]IeL'ט !ᔵ_W^E\\w45~" ȫ@z8DDfuijb JTm)*q6]qUp|\!⨲8F` Vqufүxǜj J]s&`gb hا"韶lpLÞZ|mejJ=qL V05M޻RD,n-J~1hN`ω I7ݲIS>0ydQqOvsʗouWg:iG$dY^igu-TFUx&؆gfPE_D{8{XqIeߨg,38ICjN+!V┺!㺌3c?+u52n,7'hx&vQ;mVzIT|IkbX>Hg ݖ%qvqɩH:W\g$c,]eDnsK~cQna_.RN>73hP7Jc VsmC 'n=wyPNSpM0|6Q;$S|^m|FvN|;|KL "zޛ$8f5ØeLN*ό~$}Š9|9 y~9tejX^-$I/IO1YDQ.M^j8S#x^py,QIU#=O$rfONW HyB*G|^ ;/*"ձ6XJp] W.sKasj{\(2!ot~kr`3g4:`LgnBeSe>&lgXi'u XV-־0( 7lE|g'Tp-`e! T{FcaZdYKHkNczdgs祮U_1ϵ^~eTl'֪)]e41^c+-xcfV@ʚ˝ő*ƹ2 ,YR"D2eĸbI'?4뛾ƃ۷O a5~:lگkLR> `.@V) 8TTDG5z槵@:R//G@r* rXl.NDDh."E-%+45>[pL3VibK:0ZɈu0ю^"q~5P]4fN/ j/o !yjo<&Xe`E4osM{؁1sx!xj`IJeH,6FRTLqj`M DӅ5>L]A1(LHL+4EϩLN0H%'O"a7&pBl$} |ѿv0kqT0Zx˴GNߘgW[Fw"5&)pnxKd9?=XLU77?^}ĝ`tvRLer܍mInz϶y?'ֳj:cۯ(m.c%6ܪd?j,L>h!]ڻx_\Rqŀ/D(#^mNO1@,6kB{IQ49B/>*u~▖kS+Jߧ'S_aSH@)ƙp^[A~d䊜1S&զ9`k/9F#K"R{);1Ǵ֌|K^H  2N1,g3 |,na X79ʯn|30!@B ځ ۠O=xRhp7?5}Bϟ@,pӐ4 dUP=s%Js*td.\{AoaWNːR+KĨ7k⚫ (`񼷲ABw5Mqcw=!ihBz6;w1ܼ#F/L|gCJI/y >&3g#3'ϖkGp{ *FQ$C8G_c/B=#ZJ zIЕ,}@;?q>`2c[og`MkZ0'J]QFeBȰU<DR+qۢFdph Iy9sHy˶GP IlIWN蘰강L*5le-L3ZSʕv꾩6 a".~˖R}z~jfMHf^l>!# : 5>!輿Af?%iBU幃h&oV^}Zlb&GgRRsEr6 ɽ:$"GA\!Q[X : HY&y$oTB<~HV\aKo6`nt?`c?B%V)$yG:cŨ -cZoOZԍdHFJALǜDW! uOoh<=g[N~ 75 0gT)O ki4,<Ë[JPor^1vxCٿA ibd/*ݥ|2zTҳ?d802 F{e߶wc0CbXOgLy=/NpJǂcH?:d1*D͟+^hR> Y-1NBU~{,[{K_iJ >PcE\}K-5n;rim1{PއBce{[ڕgs=,]j@;WP ^[K:DZ> 3h:2K*y<'ZhU5,FpNNH24 ܀vmorXz3d5M1μ\ί`)ʦ[º:Kv_/2WJx:-.ߍ|43#R/ Pn@}l#B&4m"HxV_iʔ YԆ D)gTѳThș{ͼNem-.4]Ȣ8(x\Z(nk qrسzP2RsZK%#qAouf<2_m$/^o:?xo!"^lA0~[*`Wn{tQ1t@4eL ؁4?'7m[=N+;.Ya{- Z2a_L'>[;{aZ5u,>fW?h \<Di[ֵuxOa(E>@H[-;o[QҠ12Iܾ$KSmh :]4]y7m" ,hY"COթaaH _4{ŧshI,F^dY, f9!6͋Fotťe{("($6܍悔|R{e5 \jYr,ϑ4nqSc4QIЁE)xmk _:m `0}"rɫ1,]n`^}M9U9a kR sAP;Rgxڍ.P4-Mp_>Im[t1t傣) 82sw%TA\=rmHE`Kb'ٮ_#Ob҈85^ 1SolKk[ڼlBư٫}3E~dzL> ?ȺU%w$z깗 ,-uEX`ChLLӯ_[{w &k78R9cTǡE6Js|Z_|Ff]`42CL{ṇsNbz똪M6Mŵa!J'o9Ȱ]^ewjA&hJKw`Wh@g,*Ob4z*|iMg0ApvG*" oC砉}ぁanE;-7/Kb,񝹰?CMTmv!"17Ђ`ChQE+1\1zi pdC&N598-GiW{Bʋ62T+(xF@Fpyrӟ#^DY.!y̗$o8k350 $e3irVL;$`%&J653\#s*e܋]DqXJc_[[q)G&'s0qՌՏ 4Z8W.I p v ѳkm oͲ,<'_Ng\\ jQb W 0@yݱPhD ZLK,֡ڷ!tVLJos{7VmZ)PiM3l"ge5-2G I^{Nѕ xjջuk{TWIX65@\e ̊A=bR~۽)D-s8v1*CS3_(<~ 2n|>pk&M|˛n* ~]Ж׷z8~_,\=;δ\EwbmcX:{|+6GJ}YJ]uGd3&ic;?tόDσNPS&Rc*]cTC] niZdF`x<R'I4/ƙ6iOOj Wk#ukMeG&M1׶ڰJ_`uv~$B~G9yFr4hRMl6BtwjyI.g>{$c(D1a\}uG `w$ @6AZ[7ėG3|1Wծ&9#g΀)%rVCs KlPprW\wǾfr|"Nl8.n;ؒK]|.?yu/RcaD&ܽ#qX)Xg56 [[R8,/]HI|,ЩԮ<~13Z oCk)gPdh>[T;V`HT&*U&5g|4vC"SLtp..Pzg8?l,Y!\6/&P1:BKP0?8]WZ(*OU@&3UOÅ$VԪXj70oo9/0Tr#\jy WR_I뒭P'ivL'%ڼ6% [;*&{|U4C6 ם.*r`o=?jLqQ;tm-\ʝArPkN>TFuTz1 keԸp;&~g>i K/b%̉*3tIYEs+Fl+vS -*k%SD#ͅیW)o`y^. cTlm$d;\ʙi3/ h`aofq? *Ph#ZY+y~º9JN4$BZ"ƟbJJ/0;:36qI`f\7H!fL8V1Dew[ VqfY/ ;DZf"9n>(7S ]QK4I6 Ly7oXXwETOs,NY&%ڤEG'6;> c.%.aY{ LzM+l<$Fġr}ه q LCEd0˺"iP6mp#׹`쎥$ѤЍ8RKOfʽu1uf']0neIQ +߆WsU FW 0ʘm%(c#ؙ[3DP`lzLa'8c˜o{pJrݹHK̟]ǧc G X7\ 4V*,7g6û$aՆ,J^A~nwN7z+aVR hdQf?>r;)}W2->]TTKWpBTQߖ8\N^2 _d\_k&ytGl3-L(ҏ)%)mxV-e5K3#d+,91'N||.K&z iLJĚT<QqX$jna-xoEEa V*`@CQ/'8#߳j6ĶUKθ:۱=Vx~y=AօB%*^*>b ,6e`HfZؗD#WɞBu}DB#|6L)'-DM HF&UcQ4/Rm׊Zڍwx U;!o0^j&c#KsN* av2(0"Dگ WEa+,3\-edκSNTSIp$ 1 >\o"K}.d ˮDhݿLR\&kU4nS섨;XVd#DrHŢ#ISZx1~xb`b˔{Of|d I^+Ւ'iK'BK(Nvvnv_<ʥRg!ʹ. QP`;a?_9 i^9@Lp+Z\}"sL9molv8aTC QGCj&N'ޱdE6#T*5 X^hX@A=|2 `mHdx(F{bȲe>M'|cʼn`P"-7%<j+xRP̚,9a:nPZECKu1i}{?Dlߵ]+8V]z:NۼU-ϵ|]RG.iѶ!1Q:kSids,~ 9u(GZW)Wu9[}hZN⴩`Pu:uq R6|LMDl!$21;28hIkƅK:NW1džܾɱE>yx!`Ѣ'A)Rg򴴊a@!QxDv2afs{$#$3 r߷/#%ڏ7SCzXwʄuU0 DΊ U}]k=v1y QU$ߺ5{65,F<(9- k*K;Y)"y~R~LX-$' 0Cq&- W Ie$nBjEX52pO{@c5HTE=wmzvSzyB#t߃^4E} 1UչwF"澅0^ՈMI|(K$Q{BfJ}HX3%/&!<<}$ٝpR!' gvAxg'R&K!iS&!jqULbPIzT"P l 2cߞ>7.4 餣mll%A,DWP xoPf*[W`E od?ðN3)=eQE@S7 #14#[]%򘪑|'Z8~mMSݯbjehj4SBg;\WW{/4W.$Qa}EP CQ dY9W^;? X [k/M|L~:YAEPpcnOE@N@45GBQ+¦<_#3lE[W7%Cgui x[,@_WH"~.D `Q]5gOeXLyfS8j$;0.\lp҅W\#5=U&BZ x{$DyT ]CČ3{=E_p %/2,"8_NHȋD)?d(g QpGkGЉ 8+ w jqBM.@\j tE7Jv듮LXZ? p| 6RՃv)E~Λ& 3楷6XvZnpg}YSo[n!/ U8QWCP-o 83O]|I#9ycTQmES~ grxJ+~eȄIyFHg Tl}ժVīaJ 4R<#9~.hb?+A .݅;%8k$0rY}^XpҠ[@7{W# 9r2U{9of 6==xȲ )_#fnp  uj^I].K31޹>h jV5Ԋu~M6`2 Nĭia^YƲ##9w bj 9P$+׎xPp[XtQze9ntWTBI@PrY͟~BRD9mX׌CEG?GLS"̾81tCid% 4U Ħ`E\Z´l~h5:J7}nYwm_ӻgc2D˺PFRf3|H`ٚV>iSKF&4e8;t=_I'ur"|9wX L7$#NbBbTh-|!%2.r: 4Z3z!S)ǿi3VkJhN_㧨6y+ ^>^CW|4_ocJvz*ڱ8QKǿ1vqQ ڳbWu/ss}*<yM\ɚ.;XdP+pVU==,4*$Rv0}+3uo30AdɣW&X Wi͙ڮ%i8/_ZRd!`/aH3{򱵐_ŸM*[.a0I +D^uTR2je轿 cErepL?'ל(L&jcxz}lbp7hIQ ڭ`aQ$cHYG1ː+'p"vT_:c(o7 >~1oȓQpUU{uM;D?${Zp,} gߴ#;RU$ip DS˦Z{c% 2J?F2S??#0O}t\Cˈ-#Ň?gc N@|jP22caF`xc}afaL{%9R]6L/|Pu_% KcG{Ga]Ii̽'7('$ D͆}9tuLA~)PxM̳1zYDlG9 ;ϱDÚe<1>ՕxB(o-džD5n[^MlwB)6!>~> 1 1\Wg**A8eiJS2*QuKݱu$}1R?`޽ z|c?ޢ;GIE*I`ie}ҡ*A+2+03:KKU%:p/,;K{'IHUwa%m-tFܘWT 'WxM ШO5G7[^~BL!;|t=y |i',gd ~JPp ҽ :aeCb._eɽ7EP#Rc+!덣za&LA r,|6z6j[5 L_OrW3ҭODh7Юw.b/ߍ{iuO/1vP1]6p줈S;x˲`8lNJa!py{O2E.B'rqm1(yVZ%mC=b#BV|G,UVHͥzkp U ZnJV`0~PxMxS0*1' uHsLN|Ob'Sv[TUx*a6'W S~ꗚ3A\|#M =[o=L-΃#ԨN't2qFȬ~(Up "*KA!. Wڃ!wtGw\86Ԡj˭ ;x蠧+"C54?ؔFꇛ rCi9ԩi)U!FUA[}^!D7D\|rb"B6dy5s+ũ|ڸfa;*WI&89w&M2 [ebeS/-?RGBGߧը3ӊj4 xx7F`MBed݊(RuJ,k.p3^a[>"Mя_(!殺+)pY1K7Jٗ#!F~T&QDzXl1c)B6bn(qe4$}7KăN<,Q-Dki&SY,1W%};Olw4{I4p4U c1[' pZB_uGM|6f.T݇v,pR2CVӖ%b9[5PĚbb\݅_HIydۡ,}:{7=[n.̆TJhV$ sEn/B n O8t> L,ԅgBCԇS;0.ݺw.W}1vfzJ$c1tXhA<^] aSz@w4hRKyC>jqu?~MBUo )5bCK!C'*w>t,ASSm< L!3(a84[!>jj~B#3` *L}3tRtzrP-q$Wi=g!{ $b7pY!ڦk lL8R}3ۚqeYuXob1M8S׾ub#/ﺫ/H|YLA$]xtD t[U8Iݙo dàѬok^<5^t4D,mTڢw55+Z'k'&q&/*w&X3@ކ1y460=pC,`Egw0u-L*ⶻ€} L-|aӠX|~oL_ؚer,es+lPO4H&'?QOMx($"3Vϟ]dl=&~S q~Im3g~\m#3"S/١Ȱ~JilvZvgD֓eK9ڦwPzP"dv/wR=ޯ̿ Y tG ْ#\2 sx +< n@:aMHXzD+Ds%?(RQ)U=|캯ŬX:_, ;B=}iI*D}D(j[M>p-/>HMeC:w2̂6.FUeTWZbʞ<H M{)o=&^">9ZSwiXmuSƃg5t~š%iq  >kvZ8yeQc[cES~XP(-G/'iE;XN1S"F4Nm0lHr>Wh*{8g3d]8ڹ%OQLO̅&C* RhA{}0$@г8:I,;!9Wqe$z =wzZ1D"}ЈH!_7]SgIE= 3]De!>7޸QKCMky?UuþNSkĥA=e*-,_R띜=KЯHd+ѳNʄ0!]uJBLgٴo5Ae1ٺ >,Nkjan" Ȏ9PAR0U̠YXQ!QFDP05-Ex|@c_z$jiPщ2燈t: g9Ak܃MO8m)uUg|1Twe/~=Tlo'/l6TQfd*z %gOЄ~)ʆ!yڀ_݌=aP 5H ,I÷`{4p.%%ta@3f&9 tVw3"2:G:`uYREhq% d7wjsvX.su-Jc2`=WG(-?L-N 16‹Cm׀wh=lQfíohEu)t9s=ls#>kg}UiĹ;kWӡ/_9%Ty7nɶeJ.MkJH`X>/#oK}؆$QsJYf- ǃ""פDb.bqwh:eG?dWxۿ كe.[G(16X# -B;pN(y}8!5\d,*$Js;N?esf3)Ի+"'Zc;q;;vO2ȎɽuOҐ ǿ5E5NGq\j$jKEKB/hD)a&} ¢nXb<=1ׇ@k IH-){ԡ/WLM-5\'ȍ;s6l%nBe,%invuqi$: x0<fG<[eSQQ) ju>yH(T⺹KчY~'3*s6A׬E|[o+j Dk8kL4bw /4d@ZUX.ce|C|GG&bXfAlQWM"EUkHEo8}DQф0/@- ݒ2B9c$)M8 nwF9 =M7oW^sb0 <7$T, ^3 ?7'gKK0Y}<+5Uw"LO]V(ۑyrd.roDŽNְd}ɓGu9IbB,o XI, _]xյ͂e%MNǟJ}˧ϛ%2J "K:甸Oŷ/yq4ڃ>;_P>mkA)VW!U!O!/|Ti0ST\A&b^†JG^EN5cy [S`~ Z&=bS\[-w-0U΢"ƍNզ:wYjϻa%S] Kǣebf Nkם)Guq2-p/v~|0H]/*, 9I%8Aω<rUD=zmtO;a`XN̉Zz"T<Pӻہ@|+6?T&jsSRgOgsk7 $>aгD hC!]4{f3mkpAҍ=-\ ?z8?PrŐ}J8"~U0V0>=Rre.D.WJ?{Q}ח \hEbV- >掸j}򟨶Ĵ^Rx7:Twm TA` |́B^l\lyhRTU2ϴM9+d ws| R l 4IwbJ.1PM*Ǘ6m*Ss1Ya?ݑA`I<\]U(L(!eYPB3X݇+b<-!$X+VˡUC=p5YԦZ l"z 6jNr *N~޾ ;{_U"vIHۆ33i{:,|e5Y/Vžo0Z [`(K2f!DK5ry}wB#:(Mlx ٥lpBى2M(}rnTR"qCEj 8 |8r#u[hTG2ui$@нW7륕( KI W:$)ࡲʂf pSQIvq8cQ՗mB'ĭP̠nޤ2;"NOwc:B Mݺ/dfݷGH ~]n#rfUxHVm[a3R_ }+ϐb@‰F#N}0ʗu E/n-ДC6ixxf6j2nA&2pBQĊ>I nPOc uAiP=Ts`0+W(TJbfՇh%^qtÒ:mo=o][FU<39 _jOn*H 3JyC!#/AhŚiT%d~LlщњQԦRvuz ;nv.g_0?˙?Խq9jNrC[.>$Qɵc6`- `Nu9@mpp)9cVR-0SK:ܹo/ĈV(!Tsi>f@ڌbJJc.Qp[1y#bs"7PS}K-cM<;GJ(TU4 %4 8LhA*8ۉPH*l% !<}ˮ" ~Wlr;3[бfivl4>OF_SeZ0[OqkTB8|0% W$MLr[@y1ppwC.aQի5Z@twT&3&1"*эZwHz INigaL2\ZJAŠn"<!`Jbے8:(Md|=x%,26[\&io${87<f#Gmtd~Q2ݫU/)H?e,,`uZxqM.93lmZpWEJ7&ퟳ޽+c.{ \&2>ń PѰ0U uK됿$+:-#]>{s*L;ʀ>PZvc"c9K^Uvɥ=υxKCEO x]"Հ<(myࣰՔHz%fև0k+4"iNw[mbCZXlHǸN ^HRk6v (byMݬ=(H,=-o͕'L\qkb]2pD2C=1XGWd6$HoLX7lެvnMO@<M2eǓE9A֗O~(\Uyy=DO lsy2m1Y <m^;%H]KsA_7gۼB!~逥^KTBzc/ap.,K Yʹ$֊1il;M4z4~"x {3א1 |zL͊dNV>wͽcHvnLw \6H8 `Օ-Q=[|g-[:^N* ͼKRhك=Ev\8T0=crq2)UEf~cN.FO}7Fy ːosVP@ػ ")Du@fz4F=qBYJ$rغr0=1iLIb2%ĩjZh@1PpLIpDҜ,wJ$fD+ h1}&t +eS8Q!X;X7QRpgC"Phsg.㰛g݃8L_Xc.8J i a-[e"v-`SLhַqþk?E ڏ j%k=g͖qՅHP16q>)|fa4ҾEBJD)s& i\8V{֎>2vm0P2SΓʂL5lS;tyq1Ttnl{̆UT= F%IQZdO'f@Ox}5{ &;GO=z}ϷNЮҌ7,򒷾a/t !611"Pi$vc{5DqOK/*1ӈW䴍pq> CYe8ĞUҊtʅ,ƠiSPR] hh#MD< o5p!LrjwЗ"s@@Oga/A0Y{! eQsZ"3|2Ӷ4pG|g99Cb`7NFr,j.1yf%)BK;N͐cJm@>?` LUh *8?)T@tpPtZEC 76CRMU*A5ΤCnPdn["(xѸŀs["qwd9ʾR Z[ڮ[o9,n A'jx.v ;l#fl &1+iD](߽ZSNg+C4rmj*{ތ-r>Ʌ cZY7uC3-ނh69Qo,ʬ Db'Cp^'JiHvEz|R8@c>?V 1T#\H BV]ħpLpH豤<[ը& JocLS(xǕDɪJFōC̩'Ȟ|hě֠zYQnFr)"濼Dڶ&c%F&M@ '|# +ۚe&C$z]k!TP[NjS A;ȕQ^`ew tb@G޽@U#؝}JF}\5duƱt fk%bDllS5am L*R!<됹i"mf8e*u簋%g،^Tn> {ѠD,>;piW 2V\VM  _/FS,wD"|S!4@(Vbf||HN%`C뵃4̦(>5Kȣ9L{Wڠ}s'!Nxʤ޸oR qgco[ܥ,UlG~ jyn+>\͹Q6r[ø<$6pkYX#8in#Ļԗ(X'7BNUvYd1dOt#G<6 > awDSeS;?aѢYԃw9 1j-CMG|(3=y{cX䚺uM?Vz*yZ\Xo*1?jVJ*h^r^H x">tP xJ+]A]KX) 9Ry"xvӵVEC н|ڮMZ !#0yДBl ?a#YP%" ^C_ =uvmeXsE%O?X ͅs|\>WR|RptCo#vۥJ³hSI>u>W/2$6(]r"0A1P4-HV L+)+rVhe_ bf\f/5jYk{ v7]'g>SY- nvO^S5H6G-Rs/hUrxo2:$L&6ګ!,_ J/0R4@SjSI4AMrpVYZ`JÑJcBYa.6mSuʭKOM=$ ީ5TÎ[5Ѻ}IG87m;LX$\%(Ө3iS^fu{׵zA>#hėďq9x)CaYWlKo呙g>'ظM8ck*nAWɆ"#ss,[UL4BJ Ռls0xyʯJp\#Dȥ4E)_ C5 "DD )݈@n*~E(J!.~V7_+I)x?bEtlmU1[8ΚCV|T:ܭsMj3[RkDủYB7x;Βv! ;U S(/ DJϴtIĎt Fiٺx/r^r"Cؙ;"soU 8,M* /Z'xL/-qAf^rrehbU"-Kw!8RؗeĖ vB4'06ihj "uZQ%hv;6;6]v^G4=~Fn)eUaQXVdh3ܹ+h OmrIKBWj/L AnűK`OBwL4Ty"խ7 D6—N7ܰ34HmWd5=# {€PXbYzRB?{׽C 8GE%=h&/v<:L+ANqYvawE"Mw&vq,j[FW9w hwI4Ԭ~ϻͷAR~M 2܂ *KVY)xC{r]n;"Jb+م?0秧ڔeL:'IJFyf,DXB9+>hTjP{Y"HjF ކ˅1Pk5Ot4L:Zp-@+v  0/c9>!rUyqc-\hK#S8`oz"Z%yI`y xR?y$Tćkg0 @p ~E+sMof idjzV3 {1Op q!t|+B6cQĝITQ[.m'cA%vD~UVYW$*ʝI`3'‘5¨r1zEAU/N"qk&և:U53aOYa8ER \rެL )"2w}B3A*]ȈkDRB!$]*^z/:i^^8-ȇӀњ11~c59I8f&BDd/DȪۗ|$1$RgyD͹zz@0]5sxVލp=$Sa˲JQԨzfUS'qі 1;&[0]4g-er2b>JSAiLUǾ3ԹpNd!H*]uL-Xs(b?Z0lKtJ\4K豓7 UOMkgW ȏ,w1ُQh{6W?m2  6J@BINlgg!nM fF{ZBqXN";l;u+IcУⵡKU=Iκc+Zb\(<7UHK7(8N7cרK4T4y)S6us/DnTd:GA-E[*'AZBXi'(W`!nuHP74j@@ o>x,xWHTgUM띿o J ΂~Y)?'nwB}0Bכț_8+2{zKX ʐmXkPbn 21\̱: {,i:)4M~#Dϒ_4: Y)qИ*A[;KUG]&P?`Ȟq(|saw=O1-dVxԻ|6[A*픋2r }]?GOz'V]CS8 pН a l,ӗOawz;?5P_. a3VGV4nkL`(d<%#=v,mt;m0lrO]؄jlk]+3&$-x7s[Ӛ3''2 %/9^|ix`?KSJwl )肏 *O}ǣ@}2k1>~y]BXYT29 0{M+Z?Ҏũ#602tP"dTN扡G?{BIJ}NJY0 "r>'4)EWGkm g=hhĭ:6_LQSOT jƪQtjB E}y{<@z %\#/IŜ?.׹eEDMt?^-mAbNAxZkw]˟=)wt3M>~IxgU"@)"}KxL ^R-]ofXᓩpKiߊRѦ$H'%݇@ig`g/BP[ 30KP.J~Gw%4+ X lJ 9r"h8;Jq -ǮS\݄tQ<8t M:-;Jih1`ҥ@.*m Box49ҷT}޻},3+ A$vje^Ŭ? sf8<&kMgX%&7Wu(?3c4_#zEF2LB㺰CY$ʡLN1E9N:MLDWLӵg\BXXB];M&rQ6Ww-Q#lڛLN9NoR!$iB 1&Q) 8=ֈ|R٢inx0%h%h1"FDe D@X`+rю,JxcW1AaUP BvBk.3"d<\mjT9|#+)zU Sgp g"4/\eˊ#t&N`:QTNEaNg52W8eE4ZzM1WgZw18v`Hw^Bm^*jl1Ve?.F'6ϵŴRW[ttI_TsՄiqton>#$zXg*b1y@`FDLu\lA~75!v(j>$!k$8L@ n$,umR~Cvg>Y]y(FIᔩZYQAO8M`Qm9E7(T (id0a?wx"Jyf#mJ*}+e"3zgY^ZJ,-,'zP7 >"AA{}O >MR1YOܲ٥A. RxNm'F-̕@d=rS#-Kd|ۓ_{VVO3}0=E|v v :ʺ;q080K4TJMlSnd \rq"/(e-9U5a#ckfV&j 窗惆L[w*%o0z|_Wj$yhH})rV?0sl>UthL\Xؗ`ϔr\ ΐwntvS%R 8KڝdvC]9R xnDJsv*XLEnAcFq8hn8kLlJt9ibFH\iOsLhs] jQ!UżۛS~Y;^‰9so{iE3LOLbxV+pn-t3_첈E Ŝwe`ȘHE{1A?H~wcA=MGw 5q-8_L>!@ vkzk g;C>'U M.\'ϫV QDq=Zy^UW̱gD07x!e\2fkսDQq$-qڜUQZĐ<9W:lrfE; 0\t ӂE'J?vLZ$eO++j4nZ>o2rbLʅR(*-g]t;6V,q;]vAjH9c>:U>%P$.zgr[;OL&6x]o$~} gǍo/8 4ݥV@ȍq26rG,V;)]&[ɵ  Md)QP殃]:1-b!^*+ǻa{{Z}?NkdudYe{zRaReLa }:Z JK@W_*㾷 ~ (*>t½Q3~~Á^ISkLE \K~A"2C;hu~7:xN9;▀ؑjmk.?M{.%q1 h ZVpnCOhE!SԵ L`8o0Mha )C'E\A[V`ehR@2dC$,UmQuwbb!)VT[0dzu;MhЩԓӧߪ_a?IQu)  FƼInzY϶25e$?"I;2I&pA1s%~iLMe)GNs|zP@qo_@ 8-#`b1j H2z⢌- ,}ٓN׽n8u ^ƿ ͑7˹(q}&ϧ7I[% {%7M{@obp$8v8\2LZU1^ط?LoSQlifLhL/.dT-(o+ھKg$'C@}ٷ*}xoc>[IUdq^q7\Q.◻Tlol%8;hsNIoQ)}'ƀ{-$svMQ0He+G) 4.2KG'/EyXPmf4k d $l ஬^Mə[/}s*K\b'FvV8G?2qלG&cZcT]tk&ݳ5,016nDRay,nP8cBIj P).Z?2|؀F@#Ci$Px㦆zPJϐ4q})wJ́K2] Ҫقfx~ΐ<$Z:߃-9v+6S Y#nSO.}ǐ?nkWvqwס;mp[,Wk8~_/n*X NbGƮz&_ZA8}'R>1}ԡ&OCmET4mzw /<8#1c&<yd݇@+=H(#67@{ 'EN9 8 胞!O`7Y7`Η6"bIꜯJ. 3ޫ %:+"'C2aTB{7/(=щʞKG"6q2\*GƁ;h ԺZr1|D>¹gmki` 2N^C9蛪Ŏa3l ,Nu5ݞQGwaF>!Yܛ ?sN|νL.` @ΞU!:#z=Ac!IN'XsG]su-5qZ7!b^tR ^ƾTwKs+"?Ft(eXiwStBYy-T"PD5fq%\)):y98+]5iOKp#ve[-ʊvu $H]gRe&*^E kg U f] E{kvZ>FXJW r;+uu>@bU얅K»OYY#da*\~qmT$-ct<i%xkwD _yAw7@S,C|:t%kr|ЫқZɩd4 +MUDup@ 4:N;\.!s'K&eȲBz|N[1]:na)n4WE0L/&gXH^fvO&x+<,gp߂ !9Yo %ҍDR·$\֮}${^ixf @^*Oo0DfY\1c~l#pŜ ^V9Mʬ+މ`Z:Lxw;!)hdf(3քc6zC ʈxRW[O[$QF#kS! x]gP˩^l zI\o`.;(7MOEQZYKi{H=OwC"MQF D{ wEfg"lx{ 'aЖ.޷{{ 4> r< +$i};GY;tB'_;>G/Vhf tpZ!s0EG07.LPvC#Uq/~`HcP_ar> ۶ ^6\**!l9ν\Vgn-y蜻=tyuzBſW8gu)} ȯm`JRM[\s-RO m+]huSN?}UHh+9{rL3Ed$S$Yv %v8P&SFu"*1pzɬ+ DECenmՑԌ_y l=cAn%%' ̾~܏E6KW$3n'm(qY8N:+TdvXEv-QwKUI |@;KIa.j B12jNJjx^X "?LQ|KF㛛 if T`dh\Au"|_ݲdO f0{ f+$ "<[ 6@;ؐvLvB59[MU:Jǎj~+1CNWPB)c:vz͠`TiBϜ^x dN1C@#N7xikU]3@ UHP3$ZX @2(mdc+ sq薍̭#< . VKСFn6OD4b`1O՝Z$EQ180,Ě+kd۝7Lu >'`١3 4JTDQM3[urc@Z"gu b<'Uԑ^s^cUr0a߹]j#%~hLj [WZڗ!hfPK#)F5rXc˦!tæX(f}%uOiK\~#\(EM.rdڥ2zЩO^Erf+?6>Hk^sj&PEuKy J%a^Ma+ZѳT^N/-~DNCki)mRrKr*cZ)RLj* ^}M`->q dvT?ėyƐ8͏/J8<&!N2+U*n ־TjNUDZEd}VO!TgQ~M0[TôĄ\P}j|Ed oayTS &H_I64t`:5S@g9=*#,Pbn H`~wB-з{ o]2&/>+nH؝lE*chp,["t'[1ןLkZ Lxf»(zUU|o*#(Y{ q䖮Zl`D (aH wlR ެpWcu]Z4qb* !6BބWe*0˂/sW7@eZr5yMB> g7[JSe~2~:[ DK# X_nVQQ #8N4U/bwj^c8`-VVX&D|~! i\A1Qu'r#`v[yF.Z3R`u*Ⱦ6@Z=D|W#r$ϯ)A_D@x ݪK[I`3N9*ޮNB1 x"erlPWE$Er3Uŵh*B=R nJ"͎DcDV?V%bV)B˥PB qVIOO/_y3˺NiE%u.MzgU$L;_:ڝrzm[v")ۘt$d9gc@7Q[#{$O]Y/7NɰzȤ]gkn@_f i ,TDkA.5ءc>#xN-살D4\c.ge^pO֟!26"tnq_6\Ubsa{h{ ʐH4iD }(XllX Xp'9_@Čg+K)} ո|C(nrgPv7EIi$X %UX="$[)g̦v/g'^5% gHo.V.EؔdZF<.`6y`NA=J@/k's[(w,'lKgOOF*F *$vyc Wl^:?z5%\-]Oܸe* rQ \g&:6ݟ6>+0jhH,P5x7q*|Gі0я?ڐ'ӝ?]2^G&%NB ggf #R)p3`C±P$]?9Y RQ `μQd{`Ȩ x xk2)1AjMV_`F#.Vy8ݘi FkvOqսv,!DlK0D|`GmYJs Z8x RNm\~C*zFnɻsP^r3% Rs2AO S>CI hHOL8m,7(g|Wi]>Z Wr&9HFq8cu$a0sޝEy^NٚCVvor4 J*+oXQ]cMx @A%Ccq3+<,7^d |bKDYm DwM#AO WY&:׫ak'QWnY<,{ES8ɽ:;s'Iʜg΁$nU&g}8iP!@"K.c!A HP^v!#3`@zN-L%y?A5h(rs/_3YFX=w*܁v25=+[Bt X !2u0'$ ꪯ(/XX[&R#9B:H9G\("-8]!+q8 {gh/vp6ym ;1a ߢ{B(v +v#r׏IZr#U$7[^}k|t8toBQgFz::ȥ^bޤb hBDSZ~h/"κ<*m,q&jL} KL_A([jcT dOkzs^OlP${y^l9~  Qc4xl<4IPeEѫ%R-V*.eIŪZn?Ėcye(y$ǀIVA1Og;r@d X\ З!{dOJ8FT6~.멥з+ϭ~P*g M۵:u1_Xh:2\H=alJEK#$x=sgS!$@׍'rs%!I78oŬjg#V5g +T^"1%/)-8!$x)ʃ<5@F@:&\ *>Fp\L֑*O2ԣyVuW _lyU31K8w^9p~Ӗs9 8L$Bx JC xt[<ݝeY*2ޞ Xk[Aa` HQ^Z}g=lF!Yǔs2.ir2򎿤=S('6E"Ew^3OԳ{Ɂ+t,Z^}fǓ횹/;6q%CQPD %54.FFh,,k@enq"p]C, 4XX>w3罺#j0!1=<) &)!t1 YZ/cb~ƞ@iW^ A,cfYs8<\OUBtc gS)@8$vb^^/oC\/=Y8oiuušĦ>X32˭пdLK-ρᅲ4.=b򃆖9>GMZS~.} 5mR Mit '7 gkޤTM]?V)ҍ1gsy^",5(' ]|5(`N*ʺ ك%5M Î?0(w&#t_H])_I+֧tŠ7gO7>ϯkl,Yz<^\E݋:@p3t8)1;ASz64 }Oă r1Ni.G)m4W.ii>C+阞X,c?t;vsRWOEeMq@Gd(@E xonP29v5_IiLƽ:AȂsC,IMR-YPp7V;quYR>\<$YN]7N.k +dP<<4b30q0bڋlioq3,F'-%t95ycj(Kc|w?hWWkX5WM$u{俸ͺJnN$D;`.PKZӣ N{t&vT_-VYhQ/O|AhRC8 kG'}@D^ŵׁWw-ʓ,P1?~FmTWkockŦ s,]iId'`1!wDqba));gx.xdz!n#y3)펷}PR-42Ih׭۝6^ݔvk6V8 t %HOdTDbǖm(c_&~|IX Z6cAh`lm` |eP:]*,ktm^ x3Hȟf nt啚5d3MA?锎{gXOcF֛^I"z)d~Jj,KzdTdUK[H=xT5/SwZsN f>.ok/9 ׍%Xl|:OoE%y1_ƒ/ =vOkv 36{2MO@X  (^ ˝+>"]a Ae4Pޝ /du.ű?"T)hd ›V\9EjKGA4!3ןhzߗgW~.\?Nb} $HpfAhE~T2CPSkchF'*;1v]CZ`ANGͰg'XER,h|.8}J] 8bQ1N=߁aNIhU1c,ԇ cXplsMz4Iۍ8į=9' e&h/O0a˖xNMmңa}MLH;@TH"_7 ]FJ { ktr v*m`ipמa^1i^4^6e&t^^WW\ccŒy>0×bè=l7B3h٣EW\Mm 㢈6`^dF_˓# ǝZ'|sg6zQ[=xgaȩj1ۛV7]cr|EMދ>ſ̟eYC~p\E|l'LuY,]!}g# َ̊k61VPs[xfC=uF0+]mlk,ZoY V͓flfgow++f@mwC,1aopʁ;K|[{%eEB>06m"PF~?if|3b @ĽB2ͦi! WIh$Փb*>D*~rBOuL, tj U 90=Z5|~c *vHSl?wkBvvfeJmEmLNnDוVD#0R>[M5݌sH,.2 ӄ;uMʷO\i梲3$`T=(k]BN:.;LGH5IJi˸āX*Ւn ,6}A\n1@k9C C(a#rΥRLgBBp>MwpT4oRQ [*Vj} ~ fXe]d}zhFuA?UB#%F"E7(='u+u04$`%X& x\[$kuDMRȰ]UB%f ).@D>ȳSd@t2|54I 0gw*u+!\~y eWzSQۘs%ue |9pN}a3M!p^m' ;7H0Xܧosf&m4ZV22=SFUpomЯ)/Fk|xu@#؍U$k=kjjl8b# UN,K/G I9UAXzZ12XZEi~zw`"\g3)q {N?ޯ U l%6~@_q#aFJ2̡Qf/0-9gX4;o5з>q|k/[ѥ}SN]~ū:Y !k੿,Qrvx c.Q ѹg ߇+m6@xf9 %zF815ω l3VXsfB 쎷뚺a]]%a2wNm"*hEI卆%P𭙛P/٥Xr zfe=C%^S>c4>t`u I}!I)*W{P?m5A{223EXOvO=m_B. C_ 4U@:.zWEhϫ;D11#ɜ[Oܤ*F 0F0$dCAqdTZGr ז^p $;৊*21'CK>^фM>f0.4t.sBZ;# ;"㩒韗&BG3yPIosQ#O9k7דXEo}QQW%ˬ2I5޴3'츀 4ʏ$i:.pB7^9'^Hs?.bQ:CI4}GD U''^f87cu;T&;#|F-c.=_' ܸE&*]5(ah l# OFV5uBhFv 4Ȫ Μ]dEk~ n>->Vie^vԩ,{(G@|a66 WtπZw>"VR5yM6hmo/'`5%kqbv,*nUǴVà 3ǜ#9Hb\J6Ϳb ˆx@"e, ')S? fZ #>}9wkGϚ?.T}W>'J[SSa𫞔8cUccPf;^[S ǴiEB@b2?"z1⹕NF/@HbkĢL~з hR3Ȯ bkW8oOۘb%8MqiB}pL˹5Տe>λ`Pc[rcQ 98pR׻{=AdyW{;E6IC;U|U'Iusa+ Ì(faO4l&%u$jejaO1=k=OP=z;9y mԫl8 Wܣ3 [ግ0%C%&&F#SCLF,RUj~:=*ɋTloGd4+x7c:O?k[]iQU`jX6Hz$O%2umfR:-[  /~  nmѧӣgzeKp:xҹout{Z?Տ㨫Xe?wX*(3zqc:pArF9Ebog/'=~ؤڟ݂7Z 0L* ]QvZpFm&8{-PDu(g&d HfvpLmO_Gp,1/@-4|xCiޔ]s?tr4*xKK/l TESanynm36jYn,e~H::,*~OϘ$$ФmãV%#ΡNh*17DZWU)<@†-\OV֜Zs :Q/ '5yuiX{_w 3nz~SK"p+Bs=78Ŏtxj蓒^G)dv"<.@xNܩ kf~?j2SC&CdÀ VgN&4rDncX^9fHX۽on(TyU_쑋XBn2Wd0P]D\tzTF:y/l C _["M;H;7%jV>J_߰z $3hλ;>@@葹*=@ŷ"RC0" H =upFm-\_!NdYXѶV/gPqw,.&4 $}rͧ3#y",z#TD(&`|;Xnyѐ)`_*IU2s Ct{犑s'aƻsC7r`Sc`s-a"dGG ^eu Y')sBXgNFiciן7s0L8wݪDV,=TKSENIX>#K3+ odPEh48ϋL-+fB( mjвLD{貛^UZViDpP<ԭ<Õ /e3+I yF?PYr| 8%fҞ,ig7d\B 5zєM N59N-d/=w$^b4k :+'_QƼ'Yb]|or?wJ@3.oSXvPo ¾_l"Ië4߲`'zpQ>;Nq[DB=q,1z-mݗA/N`ȧʹT8tQ3{l^ZYj,5j횑 r3Wm7jl$G\:Q `g[8N"8dy㇔45k幺_BHZf75HG&iX{[=*يe2I@/X^;nGNHs|L 7ZىlY}EI4)XlmU}IoN[LKQt2TDK1#ee$%XieФ J[|nob(̵eȬ)5UlV=8 ,zU q<*b&qۚ}_(Ԛ,CaGȋMSO%ג =fE&$:&wM@=օ?y9):__pZR_7hR|\'P;]2M^wKv*rH?RxVI_|e =skAorX콍  4sh0&4:o:X]3 AJ7␴`ږO} q._$]HBt˙qDPUiXt]W,(8rt,4WgǞ般CZKw= _5bҳfTF-tC.Z0AV@ɲe-+I0 t"l"\BsXَ&k ᛨ#cU4gFyC 'T9йٵ13 zK&*_n:FO#~#[|^TGz wwj'Jw c1ūȨyg["u)4^,2svg@9Ch[VIhRdxVw-_j ^cbC>sg8KdMR#GrNa^ &C(Uµ'kLiwLg.6  ldrq+̆DE"LӒR. GW*¯3{b B=ֳ))YC%9=Y?6S\w}WKx㬊UgMRgMFEcdr H  h=m{9GXh(-cͅpo@zkN'2nZkATǷ9ɇҮة]#'2 J?娋v5/bO2r | 4uܲdaΰRy7+ YltrcO eKe WrTp"fAJomCOJ9A.|k4";Bh#ݤe$RWuv$X$4_ _L-ɇBFejINW,y gTqFIbվ4vWw⩱?yYKY;Ph*fJM [ַ>ʠ%>d)%C3Kyu)'QzTT>Tw@SH奺zC6)g b q>FؼF;Ww#^bWx/7,Cx: FF56rk>_/i'':[Ø= aF-p_S[cPdPt6@iĆCW$223S6?#ihkSJl51hrf9/34΂#,WV>ZW]Ԑ"7EM&j:#*f=5|c,%huԬ)WU6ԝ.Ia͍I Iu[{xУNJrx;ݓs͇!f0 E F>ac4i0/ wql@C@e˜{B ԄŶ OLsdt'WG%@/A wq:¾%z Mw #I*b(Iqk$M4/GhS$ +mVܕƤbn q(6&}cl}?vE% A!+iTGJFSd7 蹫1O}y/T;AR% ʈٚL ˩%. o壪vvGs+dT:"< Y~MArJԐઓ%jf$ qkrDy@C(LFF0i]kɇ.A> > g65o!Khh5\]kc=eSmBS}(Gx%:Q?I=awNH7Iua{,x?i88J~:j&P6nd_oBk=|;y[сOJtf+mBb0v&BU埰0*^}E\!-7lBP#G볹*_?; A2"A"/ss-vj4K:X5t;WG*Wd6tT"`4 Xe{ߊJN"1^AտcʟoXldfѐ [*neʳ,=GE(f,1/0Th" Z=R=h~B65lQL~فAy8)8csYNe$ñW#)Ĺ55'YT{3psu{EM\z ULցv;Ycp,{l˵ELŗ\ !5J{ d-+8JjL^='uTKǗ -н5;\ܬg;i4Jtґ A;F2Ha-p|>͌j<:t]{EfYeIɮOҵaC Y@sp3"uńg :_i+7@A*p+K(c&mgtf4k?5&/=a&GϕJ~Xb8%a54b'Hnn}Ryesfu?*ia@?&S5<Bo<+豪l*tZP}5 )QDRGAnqAI>2=I._%F "{9t>Uwf‚F6yųOk]+&> Ǐn@L̏n7),OrwFMDa> Cw6֡E 1}@ \$OOqC,B?w`;m`Lᨽ,Z =GX#rUhQ\P垄3>JTs,uz%u=ՀHNZ#L%%/McğuW3~y)_T UH!PWUy d)x/8BѹS5A,1Uz/.Uկ?jՠ v2+pŗZ=5wF>P"V Ĥn{ys%=O}zs~QY. $.d^H[i0֎Ťv*{-,,k.“,,aur}:UVmbL)DRo߾tyde=aKbeyȧ.|5%h ;m@S?ŷКUoLǘsh=ɥcF$N@r@Z"gquNL\iOE:cp(%%EUD~b&݉g7e?+’P_ܰ_}6i" 0rn 9wc԰냩ͳ;5_XԹL,wmWM2RRʘz8Lg/Uh.štWˡPpƒtY)):heHy'{zuөBWaۙP,Ɖ-6Chq t`? Rt=7 u -϶ûFf 㠆މZHʒw/_nG|hZ0fW7~wC9UؿWX!F /IF`\]%\ n3|%1u9DEd7F-DDZR\zfWtdܧ"4J8l0|7 7S/OSC~,fڨ~'kY~\( /ֶ?cWa@7'| A5qL[l5ߤ>#Og&@$c0_ :ߜYGdq+s$W(25_vNql8FfKb )q Z>C:j2ͨ}pu6^.o\ݚ/ F#J&>}Z99N'ZDj`LB^mB:umh#vrG4ZŮ1O:R(D{WL\%ha {ˆ*\_^7|qu52_gLj{RtXׄr —āG㞲ޜWT+ Ti C@i-ʛSͦ`"2&ѩ1q0%LpF?@OU0 ukxo8s(i^y(-S yk# ڨi}B<̓ /:.^&[m=IR8I\ Y\i1 !5qTѧd _Oݰ,-V,lWS0!\<5r>G` {yQApGBg9 n}ڑ*FDmc OYl  Dy 0۱? o);oW`"wMƧoB / *<.QΓA(T_!iK^8  riKޟ*Č\tamtY_<9;'[f/D;%t_gZ҈%QҔ, O=u%kā[Mao͏An2i zTj2ӏ`NzN Tx`|>d j3w.| X" ^hY*}Ao UԡMkqE)U~: p$^5LT5;n=c! 7}sU14hAna t-PvL}" A~=;)cubaq j 0 'a8V] H{1ޝb?a^ 5ȖhSeѻ?2.l:@ =WU1vZXp߼.H$fz ckB$9@uA[07UMk9MDY H?lVQȟC*ݓSN0-Z0~; b=Wk6f_[Ί@?W3]Ǭ2 _pVNW8rtHǼ$[+T/t d >j'p)T fаjBuK'^?O QN |#{tw_uW 鮵 {$Q^)=8lŇDc"G;iG6<0қE,GwCQJGzb9]Gqn'üqbB5Ǵ+ vni fd풃:ːf3@ %Lb|nւGwXBs6q c+³77[pT"c@:k%8jtc |Q_pk?ZBX>_  Sr" h8ޖDarurGgͮDd0Ĭ ;:iYb[!Tz2)?=kM)l-]\n{k>7mPu-lmIaÙ]+94"7tܘh8)db27&J)X oX]JWWJ6rk8gm5UJZd(ЄYAZvWҊN6 :?,8h[Y<MBܬvM~RUJ?@H4U9[|X dZ!Cy+~=闟Iν\$rItĵzTe "/oBhe`}p$iѯ%3dZTXjFh@a1 {6۳YW+Ba62!xM)G|{,5h!H&֍£i_gSwUIEס'zy6z9.zl#+) SΕHz᡺]k wT񓃋>+Om_mqr[_uYyQui NM~0ɰHxr4]o-׆5lФ:~$){DC!%O%$(4 \$Ty Wu[ wT(l(:?uOcFik^2& lDP> +0. &ľ+C-'+oV# ][LVYR/e iƮs5`]& kڝlвNQiu|Q $OT% —mPz $@ǚ."kY2o`2wKI`b(;=򿍖*z5y _ηU@|P٥|OhfWO?|~TNt 7U[jyyeVȿlV!yuo\ Q\c/o ݰ$mON m-P|~Nb' aϻap߰W';Kr|;8OR[XO5Hڟ%|L$q8T70 |$~T /̠ߒusq V*s=eo!vX.IU0M)챕_SxƻeAL 3?tּhMK&F?@?J+OgoF򒶄yN]kYO tc) StF>zo NwFs9*/#dGtjC Q| |O!xPI>\-tgxgp{P-5N2o#}EޤdV SҚ1})@'V{$ŲQ4[M [#*|teadCmρms|V \V̤guޑa/%4EaP=hqx^E"YcG1#CM>|/tKfd;1觖ep#Q\zEAuK)|{: '1.^d4-X=f,0ieȤa9b@K@&w!sV#m<\( R#Nudfm-WpL9[UȲ*KCl<5o5BrV RX?f\M4|RtMHޏ`fR\~;doDyZش7TZk"9aUFRyrZDaJ-|xu2RIU2M2߃;>N u2W>JefkH}Eas7hBTCjr$Y5U87 G#2݂_ɘ9l鰬@T sK~)`__Ւӄuj,+*h>\2xT Ku N㏄XecZ4artOj[肫r1 r:& {W:fԢQʆ[+-bWگ][Pjk&I%5{ MBMO#v#-X_-kvYzҒ)OE<3u(poLvΙ.+JN|B -h>5ĝe-ǖPt/V0$\S>LW$5ڼ%Pov+٦0C%M)z,>Og`]^5(%3v}˦W,us{?v<_ewMM2,K~T ] 1ic&jvV|q,EQdVCô=q^Nm\aHNC|A%MEh&H`{:p+3 9zS&>-Da?-cQ(PEf _N_bcpH6@h*Á[ MƓzEdc8QrHJDj݋aܞdɶJ3)w8VGC}N 8% i[g@S;;7ߦdlO:mB!F0Uy4-:G´%]NkKc91tmywwUŖWT7ۚac%N\M9R;OIS+ފ(!Uah$fhضOFFlbHGFjD{^|&N 6r$D敝m"ǜ eTDYdN𴵌@tŻ͞3~sӘ# OH $UX)Gɉeb1-9afgVi萨TGXR-J@q4n$DKaKKX<şNkK"P?} DSﮨE/Sjؕ7d5t*M7Π2wlo?clږZAm{\||2 =–:eNd"["a$R0A*j!>.2, )#zV%ߪZ_^IdDP(\a- Èl^oz$o1ڴ ꐐ?΋Gm63 /`_ja_Ƀ30E i@U!U+U彺J7o,;[Y'wʠ?+7 q&K& z84+b%K}iޛ٬; a"_bY9t#j*#L?)>:YM֞ʹկqd={9Îh2h ՐiaRS E G(_x \5K\ aOI`7S7Y GMW7GT"y&dz&PEp] 22D(55Kb' C(eLOPyY|wCxB' \G)A/ Q]>,ilbqGX,̥bSW0(*u^2A'ΡxK԰Jn#j;ۉ2}SQ2O=jrvg P?d. ?my_o\0z#Wiq)`Y]!t#քXݗs:ԡ`'YcSdjA:猉rx4 `W-{<(I b:䠸~Dk(0b_)Zʶ8G xAZM%hqpv+E;|1/KT^c 5(pz+;9<\ЄN{B7;% 1|ԣ͠9~:N!?SȦsTGL{ixKMJYt*6|/vi?% hL'wD}UBD46➂džC6cT c҂h.L 25׃]a=sOhu3J5`.Fԛo-XڡqꨃѬi/d0؂cvT4xhaqun^={2%7Ϸ50h4Am0N]'mh+U"՗mfeI?&dј#6䯨 ` #~!Xec6]UZhv-+4u㞸J QjԚYQnR'_O-V]"|A8[bW n"X3G%U,6Yw"g2#e`%' |C1嫠pn܅?Dy`SqhwdЈdWC:d4T(rS{| *`qC>KPZ`YeL$'5KY%6 Ưm%{@%yÀWE?9oBB'"k1tM7n"k s+|p:UH#Y,c,d[+}# T?s,$QItB /=J 'N hoQFw<8JxSQ%ˉˍy)N3d*ﱤ(S#Wv m@4}h{'+i\/?6F\c{W1V/Pٜ LrS\3$40kp j1~ɕ7/qXGb[YC S3/ "~l"&jȋN@{+\";}1ޒ&RW<}_TE)&3~3(,gIL4J' |b]y t F=dgzMfnj',xŐ/'ǃ&)hSBLcn`7!Ŧp&t}F"yg[g]iRFUJ魳&@9o&g+1&TlA25͘[ b m;omAMZ5K EGx@V,9mbs!:~:j1* cp4NI]ma2?kbfi nrid!;FGizV@{r~YgQxIenti`<. ]*G`s&d#. H#LyyM, e\[qF & &F4?Y5ɐu`[ic׳WjHPၤ,qÝ(sed}_  \s8A(~`5Q6 DKs5E;lhy aoĕl.FR>+ ,\hݸoßv|l!idJA{ t-& g/0' &8w|-x[A J 05TlBP$-{Ą 6g:zi!e/7F.RˋK)ӢJO숌YH%!RH9u<탵'F׈hOB0Y ^=PU -b+|3+eS) 3/g;Kq&_<1P̃T C?ccnc\VI͉0Ȭvhi`臍8Y ܙBVZ͂h<ЃY5RInOAbRͽ4<59'9|xur.92h`˧hsCIsȟ~,⡝ HP:Z7"-kbF <ek' zvbq*IBrv@Lz<17&s?5M蓮/w_B&<2wd(H>y^t#0 0Ya?iYZר6t #>ˏaᰙs[TyqkC@v4eP2ÓOvU+!yG]@wN xwA,&\sDDyzMX[{!vF/N{v!|a\CeY|KN->D*=; @L*4Z&ƺA%vShU~Nbd{B)[-JDˎNw]6Mv |KSkAHNfq }8*hࢳdpMQ(O{.P ?f;h N'CJ/ j#|X`-`l@oW.uM9:pdg3I0x!0ϗ<M|s6Tz$H&0C ż5#[**Ka < G4_rϣ^1=Bn*[/g<&Wn(cHܞ/j ճ} tc͠^"_) EbdhA{ZM~#` ?_n+З|z/'>{o19 P%#B=2oh+HȯutѴNbTFһ&~_ WLDAjogLZ5XnzH]7=6z')|h,f2N m{ǹ8p36} = U=0Iќβ|St=v]$?i oUPĝyqu]CF(m͈Ff| OĦtɿ Dapw›7a54 G 8{ q{>63 0&;t/A"mu ~΍'c!Y#Kw DXrZCV2Dg:y[+|7bT_;o o\h3LzG?/: Z/#]TJJ!z!%-?!X(K{sj{Hppg^K}7"nUo'Mغ >4c1k'ө.q b9U;?Ym#>s~_-nK^53p {xno0V O)$'bù1%G]I\~M@ɒ!Ɋ| :v lEJaZ:.W/hdB]q2%=o{k9rڰ/>&trJʣՏ @%sa7Ɛz2qI%h8RRh|#q X)'0/ЋDjF̖^qV i|l hWϢ&w 4S!N{1XNnEP8Yț95ʳ[|i|0zB43NEYQpwY" Oz.(=; I魧c&Z{ 3Bv)ZV)ucK\^'ƳK_~ *3jg X Hm:1ۋݿӠn+3 WSncTf`Z|]vhWI^7.JEЇVI";6MMl?\כ7Fk5")BV"\DU}K؁e(f㝴buK2!d4A-RcTC;*g2Mh.ZߐLts-RRSa2$ +&KC8eUsWUKCmNUg댘t} N@NN'){ۊ[~! .Uv-9VwzvD,'n\g QG5 \dAƣ.W`0)[cV oTԪSiK0_ʆ wkp|%*&qǵvM/h*u A6[.T?C;7Ӝ0}scP&MBIT/(ePDփ" _/u^+'P#:>^{}_s<|/vXacFǧ\-wn7Ʃ>l ej"K` rqavCqQڥ +gcAw'VFTzҲLvAry>x06ʞU%`7UC_Bx./5S>BRy) Z2SQh aJjSꝩ?x$ʔ~'tʉ2OGFh@HUq_RhL־ĸڂw0$BJ0-T:0>^ROdIMTI{" W~JlE厘C"`p C6ZwYYoGsLe5iIXzTț6hSqT.^|Y^0QàDZ4~Beԁc Oswv`kE }|Z(h%,2&z}7F6'{F/&} : ֫.1}mJw{*2%w$\ p1d{kEK7K|߿&oL2h\9S::vӆ'}aE蓍:7@`H,fzƗE1l-zaS.Ӧ\8u&0% w/@EX]،x/|ݖIHȴ QjA: K4]AUuϣ̿U .ӯ/{*jaf ZqRp f_+4As+vCwq[eNDWr)%lGcс2k(Mcx;oR5X7fM(\z(}A~O<|E&i] cLs^4s.By$SL $Qt<u=l%MXkXIGF 9Jw}CXHz7v/I;T'nR2)N,+|;XXlűtTWj)ݳ.ͅ52:kkh$.CC~F$6w)S1D  C}dCUh&t uj&jdm0@[:Q0(4p/864`{. hȹ/HXg󨻕ctxۛϜ_>jsHTwu VgCx?DN"xll ESp {Jgԯ>wsйGHzvHPYEeဟ(\l~J (ɥTI F lm9L_>_R^ox'j {8QLBK/?`dgCSi*2F-8_(IFMCx0qe.Can%j6:9Ѡ@fd8[ ;-ӥeӓ?ޡ9F_Hv&u[K>(~ۇVs/1|ꮝxhZ&dDUؘщ;Suoj@@eЦ`#u`rj s+| z3Y?48tz{|`J+ûП7T4J9^j,٤[N%ĆPaF" YKǂthb#v}R ۟,X[#[ic)Nux 9Nڕ}A)x_, c#':#/ xA qE\;#ۖ8?gzʨ&8rC`c cp}=!AaE12ӋW`AI0&\9[|kܻfoH8Glu ښ8 z7"he tDb;] &k  py>,4R%}. (&l,q3X? cb1cpPeѯhrE\oq00#\ T//"Aojs @T32"`#8 4¸ ?]KtkgADrG^GGk$bk^.jq2'uG`nFhV()iF|Ƈfh 4 %ү߽{.y 7)'2{Qźj+Y&ƀRۋ 6&E%,Ϩdn3|4}w_¨~qa`q{"2Z6K;T U<◟<nl{}8u\ݕJ 2xiR1'D?)~'Q]}. hRTvtMIS)8PƱvr^Qd/N>>y9~nkfN-4k{?g^g;@XNaի+7!įͅI&hayXyot41#)|;]ƹ+ŏms.{KoAPG/r9$A$U\Z3;s3@GN_D3XٗM0-!'2l;A!KZ[fx;#6lі맩p)y] LF)j.SqF1egt݊5+ J\Ez nOa@JA3\θ$G?b}G!-<P|7F)jo ? ,?heaݽ"Psb_K.vyJLVL.eKXfq(^`Ѕj_bDG%˭%͎y," ; T\Yj;9 1a7b[qL^c0KGŷrtJG.[^ gH3"&~FKҐ6lvgPմb/ưЉO12(O^TlL9+V̐rȨ'=ZWrYE?׳Nq,\{u :PI ,:_Ρ>B $F=;)oozTݓ˶}yD>\GfnwC5WѰN0Ɲ_ɎKl[F+aV︎Gl7!ѻSPW`S\+jKz/ǵh"eAI+6YM@#0+je|ǀ]O3mҡɛzׂTZK *z}]{)Md@ŏ& HS:'BR TP0^7 |k퐿SDimk/?ark{a {a?hl>֚U䒠<ۭ:lS wzȠ/xjGϏ?4ro~G4^Ә_0!2I:χf(&x_!Q{]V8Th7SqxB̜&25QiݦNq03~.kr+8]z,G 0p{jFL;콎)SH'픑u[UjY )`ޮt!7n16gHk?T7J_2;j@#[QuY2G QbdaʫWfE;2E )5{HL≴U7lL>VAb'@Ր,-Go;dcl_=~XM"Oee0X؆5-xIYU>5xZ\ A/QC)(esՓ$+5ե̈RjG|!://!_ '\ *[w3HL})Wfʍ+^ 16 O6Kq%FJC d@X#^9)tH'};*RA]Z' '͔i=`׃Qfn18d/G2nt`?b󈠤!d\|8٠`%eWEU>3iF0A=vd8nat X,&8]vB?tI2;8ako߯ ENcj)Џ;UvMǹ"JoIɻWו;k7XY 'PMG(gԌŘHJV.2 !|BP_ i.}3XCUFPՉ|\f>m|*RTu'3MIu0Y9_dLVΉgR:pF/ʉªPVw 7 WD@\e~qjRJ6v5; 7̷~ҁ]bruJJ<0c|A^lФ 4!TR8 Zvx-r"*םso*|U@&Uͩ' 9]CɠD|lmVuro|({C&o^/N!Ak#&R%"_Ě,2,uAbR nlN2>T%*}\(4$;OpqGE!Z d}º~7IlеB Tf+{[7ݞ !k[Xh>HR0޺,d}KtS.6,h2ڃS2]fZ bo.0e6[EZŲ>MH1ynj7O'6'K|RtPN vBԶZHçO ʧ űQA>g0Wp>%²w]~*1t-3Bd Ԗg+2ν(^_~T/2},- J³ZQ?#{< +Lqհ̐in>?2R'@l 5%OqYYnx"StyC{@ &n5sس8g5bZH%g +訵_#!np!{'GTSmJOP e=;ocuhqOoKڰωu@psm{ ]zcyLJp">ObIyI@/S"%\0h77'\1eu>Z]X=&e|fݝRrb'rY}Bkc , /pĕHV MոTYD߷H2=cVOq.dyFG `C vZ!~Xe*AYpv..g]OgႊJ $sQƯD}+Pԩ=? BB4t;TM/nʕ@YGvY$7k[ Ub2tp^Au[/`njj7q{7qԕ0:K(TS .f1ePy6 >[Ʌ0|vdAǓf mFƈʩjX`=lQOIRU2ﱏ9Dl$s"{e38UsMY1 gٴ1.QcPª^Y۷:6(M6oFM[B#=mR$3 h[D/L7(m /5֢k>߁?b=?smd% Ol'JYKTI45Ew#y,'?v'Z_Lċ3/=:9J@Q/ЭeX#^ v%V`(ɝQ&#׊X 76e=݁*R||6ـm;:ϖ9)vhkib7$Lurx_s矐sweø`Y.{`lBC],Eљ&ho/-uD<0C;+dmq} /EW&H/H"+ f&"#IaH8lg]@Q\xT+="TB.|gNJ_JR2PDz87WzJU=!l=M29[iGn>ҧ(`MKbw;f\IhUUn1Kk:&i}MCZ]Eg0catj8ijdcQވ;^bRߧsZ2&XA5n7;AdmR{C7g3"~2a{ FDS# Sz(G'OAѹG nhb͓\" KdPӻ☙m/{ %hO`4ZI]Iry]؛,-O-UI1C !̝09ieW7>k,i5E6/{RSȏ'. ;N$hX;e~phhZ뵅R/,v78r;$9wEĻĬ$~A ؁CajWXϒNQհo홀w!M*1籂dkw^#۟Q=b~)FaFla]qfa $bUeU63SP.xS 15)gq}z3ħKb<P1P:<밻 >yȻǿ};."3ǾџH^o&'/'(gCVtrvnl|Cf_E7c\cO" g RZe[hL_gc -Z Qk).7ƸE.c3>dp& .x~bhlbz 4'@;+Yn}X*i $gV_TZ6Aͽb CϷ^fey=i)SZQ2;aNHq]I͓3J1f4~EZ^,VYd o1ЪK`~)0%r54ߏhNV١ywG|KpC#8>>ix< 6BG*c0aFj~k^t&9}^K@,ς OYwCl28p+F1*m/ookZ`h9ZRWuށ 8<qffQe̟v7Qogv qޒ:caJ VƷx_ u\bN3jdeCr32E{r$7)jnEd.QtVx#>b3} QpB+y1ĉe;"ݐm" KU>jZl|~x3YM$p]}2Ia{,|Ile>2@=J^!ueTGR7lXV@窡|:+EEdZM+aГN{lRI֔ɆYh] j>ȍkz?Dx9٪Hm|'DF#7lHrFS 2wK 9s> )͆14e*aɏPݦ0$#;Ծ?z8C3LR6'yꌝҝuamBD|9UME)Q`õw?v+پyRSda(_)ȗiʷyn reb7>8]aY!vD2RH]xc=[PZLYWoǥE~,5bemh#xvuMl5A53栺c3 m \L2 ݼxWΑ3vLHDr# 9-)㘣NNӻY>56NqtmnKwyP0 J2=<),"fēZK%1S ،ӷL6 2AmBm) &T\j\p@p/yի'JȨwD {o5PU3_m驪to&\>4q:N2IHjh8+kx>656ь tzL Fe~MXy<^ylcrHBY#r(o׽ǽkHG7}Jv &SQ[PC6o:"eXiȼTZgecgHT9܇A0<" krsIH0 FGBk:Y:P+kBU'+ '="f$4-MđIpi,Hټ?]Z(99B>HK/ռ[ry2~9=cxKlGS)IV5 gNP j&fJn" Ap.0MV+;Qx3uk+,sJv@IsSU8$"e049-<_h, E6-qesЇ*f󼥺B_6LNQ=z*TKl fֹ~-CiKi ?IEO5`$o+g`yQ҆`(;ySeMLvXc'>C?@c [|H6! Rb\ YZ