krb5-server-1.20.1-150600.11.8.1<>,gzxp9|+}Dc[HLP0p_{1ou d i?%;J&(hwdfSWNGƢ#qIqISA4fj9}l7ّ߬{!jڷK#Ml֮x i.t-0ntZ_:̌Y_}s*p.حۆ%SBv>75JH~ t -ޱX.!1RJd9M@ aL6#Z%y -R>I0? d # V,0@D]~  "6|6 6 T6 ,6 #b6 #6$6%6&&6''.(.,.(,8-<9-<:2<=$>,?4@<FDG`6H86I6XHYT\Ĕ6]l6^ǁb\cdʄeʉfʌlʎuʤ6v|wפ6x|6yTzۨ۸ۼCkrb5-server1.20.1150600.11.8.1Server program of the MIT Kerberos5 implementationKerberos V5 is a trusted-third-party network authentication system, which can improve network security by eliminating the insecure practice of cleartext passwords. This package includes the kdc, kadmind and more.gzxibs-power9-12#~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큀Agzpgzlgzqgzqgzqgzqgzqgzqgzqgzqgzqgzqgzqgzqgzpgzpgzpgzpgzlgzlgzqgzqgzqgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzpgzlgzvgzvgzlgzvgzvgzvgzl05498d7ef1fffaab326a3a4a5f6f2480f8de345a80fb02118eae78ccba88f351cf8d3b0133131ca2a0a8950558b1a42f29a22c5cea447f66b5f176892bf204af6324dbb20f3be82dd9b06c0fb1143f9f1b6693c189155beeab5f777fa2d0410f9dd4422138544445e30da977250fd2b78aca2356d616152631e52a8564473d3b3a8fb893e55bf9018d989a0b73cce56a02e18b2619d133ace41a55b04edfda1b6426ad472272696e9863f1076086bd403ba1bcaaa7fabaee4aef460fcfeba0beeaf79f95b1a5d02ea9ffeb21fc4f99c54094598fdd177f8608d453b52560f28577ac96e5863f6307f10e71b6fc7d942f3b3c5b13eab09dd752fbd04cf82245bcad48e1de21e41c6ad3c4c5b411a13319bfeb15d6ae53fe4cd95b82b717938acc87481e4191ea43a5705b321202c77ae0fcd8d7a10cc4d83cbf184c005b1b3730eb487510d8f27b83e307f0f7d50e18ec84a47111eb7d50442291b05ed8284c0af651f95554e5f0d33c3e899d63a6618e0f3c76ab79de60360f4a72ec533a742c593c804adf7ed2744582d52b01b4dc13ac144b6e21595c6e4c53f7d7ebc33489fd68859dfbbadb14a649612e7a2ec592e9911c5d4a2141b522a8b62bc732f8c9401c839151aef0a2f39728c04147119a2fe49749b98a719b15900c4c0bec07401d4981fa4e14471a1e47a22140b554443a893d4784b92524f1bf3d72ca6c3748d1ede8674ebe3f97151e854ace995942b3520befa4c663f8f700bd6738de7fdc85a652caee8df1c901f9f6c5da54cd22783efa2f33d862e026e37cb45f88680f72e0dbc7add8397ac05c079e08ab8605c6983015482ce935ebc9cc27c1049fa71e79ee3965b74c200e652f3251cbaa5a4150a43a0e01933b2f7cfc665ef2b8c868285d313dce65010cd682593d9f85f13599715dd110cc0e0ab895ca309a4bd221e9d6c38660475e24fca61d6b82976f464afcbf291a710c95ceef689ce8070b0d7586c762221c267785b0a44b26a0ba776f5313a0d32c32ace0e930f60570ad014c8b97820dbed75ed68dffd5cffc637c877d3986e452533a61091e2a88416dbcf2c144a5700d548991df217b4947011a884744fe85f5cf6ed716b48e27dd02e0dbe7fbcfa450c32afa15512ebe0f06d3317dcccabaf6526e32fafc52344031ca2642b2e7b12b35f3ea9fb7b856e5229d214885bde49abdaf58cf1aab264eb7fa98472b76818cb788e432e7722f4f16e540714bf75c328e9749af32924973a18196ef5ffc8fce1a0085fec4d0fc07ff55383abe6e2fdfa517cc51f3ff1bfa06864c542dae46f742b3798e5dc1871858aeec7b828dc2a5221b296646fb5551ed6a8dd8ee0fb9ed0d7bab26f84078257946c5a963b4e1abb8c6b3ff857b84defccf31f446a82a907e6a0790d7c9c6ff407b7765c704a938cd0f25c86686b515e8serviceserviceservice@@@@QQQrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootkrb5-1.20.1-150600.11.8.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.8.13.0.4-14.6.0-14.0-15.2-14.14.3gigf@eree@eRd.@ci@ch@aD@a,@``e@_/@_^(@]H@\s@\Q[@['ZK@ZmZ@ZNY*@YYY@Y6@X-XCXCX@X6@X@XBX)@W WwWu W1@W!@VbV@VwV@V@Vf@VetVA@V0UlI@Ug@UeU_@UQ@U8T~T@scabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dejmcdonough@suse.commcepl@suse.commichael@stroeder.comluizluca@gmail.comrbrown@suse.comhguo@suse.comjengelh@inai.demichael@stroeder.comhguo@suse.comhguo@suse.comhguo@suse.comkukuk@suse.demichael@stroeder.commeissner@suse.commichael@stroeder.combwiedemann@suse.comasn@cryptomilk.orgmichael@stroeder.comchristof.hanke@rzg.mpg.demichael@stroeder.comidonmez@suse.comfcrozat@suse.comhguo@suse.commichael@stroeder.comhguo@suse.comhguo@suse.comhguo@suse.comhguo@suse.comidonmez@suse.commichael@stroeder.commichael@stroeder.comhguo@suse.comhguo@suse.comhguo@suse.comdimstar@opensuse.orgdimstar@opensuse.orgmeissner@suse.commichael@stroeder.comhguo@suse.commichael@stroeder.commlin@suse.com- Prevent overflow when calculating ulog block size. An authenticated attacker can cause kadmind to write beyond the end of the mapped region for the iprop log file, likely causing a process crash; (CVE-2025-24528); (bsc#1236619). - Add patch 0013-Prevent-overflow-when-calculating-ulog-block-size.patch- Add crypto-policies support; (jsc#PED-12018) * The default krb5.conf has been updated to include config snippets in the krb5.conf.d directory, where crypto-policies drops its. - Allow to use KRB5KDF in FIPS mode; (jsc#PED-12018); Add patch 0012-Allow-KRB5KDF-in-FIPS-mode.patch * This key derivation function is used by AES256-CTS-HMAC-SHA1-96 and AES128-CTS-HMAC-SHA1-96 encryption types, used by Active directory. If these encryption types are allowed or not in FIPS mode is enforced now by the FIPS:AD-SUPPORT subpolicy.- Fix vulnerabilities in GSS message token handling, add patch 0011-Fix-vulnerabilities-in-GSS-message-token-handling.patch * CVE-2024-37370, bsc#1227186 * CVE-2024-37371, bsc#1227187- Fix memory leaks, add patch 0010-Fix-three-memory-leaks.patch * CVE-2024-26458, bsc#1220770 * CVE-2024-26461, bsc#1220771 * CVE-2024-26462, bsc#1220772- Update patch 0007-SELinux-integration.patch for SELinux 3.5- Avoid KDC spoofing vulnerability, enable verify_ap_req_nofail in krb5.conf; (jsc#PED-6213);- Ensure array count consistency in kadm5 RPC; (bsc#1214054); (CVE-2023-36054); - Added patches: * 0009-Ensure-array-count-consistency-in-kadm5-RPC.patch- Update to 1.20.1; (bsc#1205126); (CVE-2022-42898); * Fix integer overflows in PAC parsing [CVE-2022-42898]. * Fix null deref in KDC when decoding invalid NDR. * Fix memory leak in OTP kdcpreauth module. * Fix PKCS11 module path search. - update to 1.20.0: * Added a "disable_pac" realm relation to suppress adding PAC authdata to tickets, for realms which do not need to support S4U requests. * Most credential cache types will use atomic replacement when a cache is reinitialized using kinit or refreshed from the client keytab. * kprop can now propagate databases with a dump size larger than 4GB, if both the client and server are upgraded. * kprop can now work over NATs that change the destination IP address, if the client is upgraded. * Updated the KDB interface. The sign_authdata() method is replaced with the issue_pac() method, allowing KDB modules to add logon info and other buffers to the PAC issued by the KDC. * Host-based initiator names are better supported in the GSS krb5 mechanism. * Replaced AD-SIGNEDPATH authdata with minimal PACs. * To avoid spurious replay errors, password change requests will not be attempted over UDP until the attempt over TCP fails. * PKINIT will sign its CMS messages with SHA-256 instead of SHA-1. * Updated all code using OpenSSL to be compatible with OpenSSL 3. * Reorganized the libk5crypto build system to allow the OpenSSL back-end to pull in material from the builtin back-end depending on the OpenSSL version. * Simplified the PRNG logic to always use the platform PRNG. * Converted the remaining Tcl tests to Python. - update to 1.19.3 (bsc#1189929, CVE-2021-37750): * Fix a denial of service attack against the KDC [CVE-2021-37750]. * Fix KDC null deref on TGS inner body null server * Fix conformance issue in GSSAPI tests - Resolve "Credential cache directory /run/user/0/krb5cc does not exist while opening default credentials cache" by using a kernel keyring instead of a dir cache; (bsc#1109830); - Added hardening to systemd services; (bsc#1181400); - Drop 0009-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch, fixed in release 1.20.0 - Drop 0010-Fix-integer-overflows-in-PAC-parsing.patch, fixed in release 1.20.1- Fix integer overflows in PAC parsing; (CVE-2022-42898); (bso#15203), (bsc#1205126). - Added patches: * 0010-Fix-integer-overflows-in-PAC-parsing.patch- Update to 1.19.2 * Fix a denial of service attack against the KDC encrypted challenge code; (CVE-2021-36222); * Fix a memory leak when gss_inquire_cred() is called without a credential handle. - Changes from 1.19.1 * Fix a linking issue with Samba. * Better support multiple pkinit_identities values by checking whether certificates can be loaded for each value. - Changes from 1.19 Administrator experience * When a client keytab is present, the GSSAPI krb5 mech will refresh credentials even if the current credentials were acquired manually. * It is now harder to accidentally delete the K/M entry from a KDB. Developer experience * gss_acquire_cred_from() now supports the "password" and "verify" options, allowing credentials to be acquired via password and verified using a keytab key. * When an application accepts a GSS security context, the new GSS_C_CHANNEL_BOUND_FLAG will be set if the initiator and acceptor both provided matching channel bindings. * Added the GSS_KRB5_NT_X509_CERT name type, allowing S4U2Self requests to identify the desired client principal by certificate. * PKINIT certauth modules can now cause the hw-authent flag to be set in issued tickets. * The krb5_init_creds_step() API will now issue the same password expiration warnings as krb5_get_init_creds_password(). Protocol evolution * Added client and KDC support for Microsoft's Resource-Based Constrained Delegation, which allows cross-realm S4U2Proxy requests. A third-party database module is required for KDC support. * kadmin/admin is now the preferred server principal name for kadmin connections, and the host-based form is no longer created by default. The client will still try the host-based form as a fallback. * Added client and server support for Microsoft's KERB_AP_OPTIONS_CBT extension, which causes channel bindings to be required for the initiator if the acceptor provided them. The client will send this option if the client_aware_gss_bindings profile option is set. User experience * kinit will now issue a warning if the des3-cbc-sha1 encryption type is used in the reply. This encryption type will be deprecated and removed in future releases. * Added kvno flags --out-cache, --no-store, and --cached-only (inspired by Heimdal's kgetcred). - Changes from 1.18.3 * Fix a denial of service vulnerability when decoding Kerberos protocol messages; (CVE-2020-28196); (bsc#1178512); * Fix a locking issue with the LMDB KDB module which could cause KDC and kadmind processes to lose access to the database. * Fix an assertion failure when libgssapi_krb5 is repeatedly loaded and unloaded while libkrb5support remains loaded. - Changes from 1.18.2 * Fix a SPNEGO regression where an acceptor using the default credential would improperly filter mechanisms, causing a negotiation failure. * Fix a bug where the KDC would fail to issue tickets if the local krbtgt principal's first key has a single-DES enctype. * Add stub functions to allow old versions of OpenSSL libcrypto to link against libkrb5. * Fix a NegoEx bug where the client name and delegated credential might not be reported. - Changes from 1.18.1 * Fix a crash when qualifying short hostnames when the system has no primary DNS domain. * Fix a regression when an application imports "service@" as a GSS host-based name for its acceptor credential handle. * Fix KDC enforcement of auth indicators when they are modified by the KDB module. * Fix removal of require_auth string attributes when the LDAP KDB module is used. * Fix a compile error when building with musl libc on Linux. * Fix a compile error when building with gcc 4.x. * Change the KDC constrained delegation precedence order for consistency with Windows KDCs. - Changes from 1.18 Administrator experience: * Remove support for single-DES encryption types. * Change the replay cache format to be more efficient and robust. Replay cache filenames using the new format end with ".rcache2" by default. * setuid programs will automatically ignore environment variables that normally affect krb5 API functions, even if the caller does not use krb5_init_secure_context(). * Add an "enforce_ok_as_delegate" krb5.conf relation to disable credential forwarding during GSSAPI authentication unless the KDC sets the ok-as-delegate bit in the service ticket. * Use the permitted_enctypes krb5.conf setting as the default value for default_tkt_enctypes and default_tgs_enctypes. Developer experience: * Implement krb5_cc_remove_cred() for all credential cache types. * Add the krb5_pac_get_client_info() API to get the client account name from a PAC. Protocol evolution: * Add KDC support for S4U2Self requests where the user is identified by X.509 certificate. (Requires support for certificate lookup from a third-party KDB module.) * Remove support for an old ("draft 9") variant of PKINIT. * Add support for Microsoft NegoEx. (Requires one or more third-party GSS modules implementing NegoEx mechanisms.) User experience: * Add support for "dns_canonicalize_hostname=fallback", causing host-based principal names to be tried first without DNS canonicalization, and again with DNS canonicalization if the un-canonicalized server is not found. * Expand single-component hostnames in host-based principal names when DNS canonicalization is not used, adding the system's first DNS search path as a suffix. Add a "qualify_shortname" krb5.conf relation to override this suffix or disable expansion. * Honor the transited-policy-checked ticket flag on application servers, eliminating the requirement to configure capaths on servers in some scenarios. Code quality: * The libkrb5 serialization code (used to export and import krb5 GSS security contexts) has been simplified and made type-safe. * The libkrb5 code for creating KRB-PRIV, KRB-SAFE, and KRB-CRED messages has been revised to conform to current coding practices. * The test suite has been modified to work with macOS System Integrity Protection enabled. * The test suite incorporates soft-pkcs11 so that PKINIT PKCS11 support can always be tested. - Changes from 1.17.1 * Fix a bug preventing "addprinc -randkey -kvno" from working in kadmin. * Fix a bug preventing time skew correction from working when a KCM credential cache is used. - Changes from 1.17: Administrator experience: * A new Kerberos database module using the Lightning Memory-Mapped Database library (LMDB) has been added. The LMDB KDB module should be more performant and more robust than the DB2 module, and may become the default module for new databases in a future release. * "kdb5_util dump" will no longer dump policy entries when specific principal names are requested. Developer experience: * The new krb5_get_etype_info() API can be used to retrieve enctype, salt, and string-to-key parameters from the KDC for a client principal. * The new GSS_KRB5_NT_ENTERPRISE_NAME name type allows enterprise principal names to be used with GSS-API functions. * KDC and kadmind modules which call com_err() will now write to the log file in a format more consistent with other log messages. * Programs which use large numbers of memory credential caches should perform better. Protocol evolution: * The SPAKE pre-authentication mechanism is now supported. This mechanism protects against password dictionary attacks without requiring any additional infrastructure such as certificates. SPAKE is enabled by default on clients, but must be manually enabled on the KDC for this release. * PKINIT freshness tokens are now supported. Freshness tokens can protect against scenarios where an attacker uses temporary access to a smart card to generate authentication requests for the future. * Password change operations now prefer TCP over UDP, to avoid spurious error messages about replays when a response packet is dropped. * The KDC now supports cross-realm S4U2Self requests when used with a third-party KDB module such as Samba's. The client code for cross-realm S4U2Self requests is also now more robust (CVE-2018-20217). User experience: * The new ktutil addent -f flag can be used to fetch salt information from the KDC for password-based keys. * The new kdestroy -p option can be used to destroy a credential cache within a collection by client principal name. * The Kerberos man page has been restored, and documents the environment variables that affect programs using the Kerberos library. Code quality: * Python test scripts now use Python 3. * Python test scripts now display markers in verbose output, making it easier to find where a failure occurred within the scripts. * The Windows build system has been simplified and updated to work with more recent versions of Visual Studio. A large volume of unused Windows-specific code has been removed. Visual Studio 2013 or later is now required. - Replace old $RPM_* shell vars - Removal of SuSEfirewall2 service since SuSEfirewall2 has been replaced by firewalld - Remove cruft to support distributions older than SLE 12 - Use macros where applicable - Switch to pkgconfig style dependencies - Use %_tmpfilesdir instead of the wrong %_libexecdir/tmpfiles.d notation: libexecdir is likely changing away from /usr/lib to /usr/libexec - Build with full Cyrus SASL support. Negotiating SASL credentials with an EXTERNAL bind mechanism requires interaction. Kerberos provides its own interaction function that skips all interaction, thus preventing the mechanism from working. - Removed patches: * 0007-krb5-1.12-ksu-path.patch * 0010-Add-recursion-limit-for-ASN.1-indefinite-lengths.patch * 0011-Fix-KDC-null-deref-on-bad-encrypted-challenge.patch - Renamed patches: * 0001-krb5-1.12-pam.patch => 0001-ksu-pam-integration.patch * 0003-krb5-1.12-buildconf.patch => 0003-Adjust-build-configuration.patch * 0008-krb5-1.12-selinux-label.patch => 0007-SELinux-integration.patch * 0009-krb5-1.9-debuginfo.patch => 0008-krb5-1.9-debuginfo.patch * 0012-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch => 0009-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch- Fix KDC null pointer dereference via a FAST inner body that lacks a server field; (CVE-2021-37750); (bsc#1189929); - Added patches: * 0012-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch- Fix KDC null deref on bad encrypted challenge; (CVE-2021-36222); (bsc#1188571); - Added patches: * 0011-Fix-KDC-null-deref-on-bad-encrypted-challenge.patch- Use /run instead of /var/run for daemon PID files; (bsc#1185163);- Add recursion limit for ASN.1 indefinite lengths; (CVE-2020-28196); (bsc#1178512); - Added patches: * 0010-Add-recursion-limit-for-ASN.1-indefinite-lengths.patch- Fix prefix reported by krb5-config, libraries and headers are not installed under /usr/lib/mit prefix. (bsc#1174079)- Update logrotate script, call systemd to reload the services instead of init-scripts. (boo#1169357)- Integrate pam_keyinit pam module, ksu-pam.d; (bsc#1081947); (bsc#1144047);- Move LDAP schema files from /usr/share/doc/packages/krb5 to /usr/share/kerberos/ldap; (bsc#1134217);- Upgrade to 1.16.3 * Fix a regression in the MEMORY credential cache type which could cause client programs to crash. * MEMORY credential caches will not be listed in the global collection, with the exception of the default credential cache if it is of type MEMORY. * Remove an incorrect assertion in the KDC which could be used to cause a crash [CVE-2018-20217]. * Fix bugs with concurrent use of MEMORY ccache handles. * Fix a KDC crash when falling back between multiple OTP tokens configured for a principal entry. * Fix memory bugs when gss_add_cred() is used to create a new credential, and fix a bug where it ignores the desired_name. * Fix the behavior of gss_inquire_cred_by_mech() when the credential does not contain an element of the requested mechanism. * Make cross-realm S4U2Self requests work on the client when no default_realm is configured. * Add a kerberos(7) man page containing documentation of the environment variables that affect Kerberos programs. - Use systemd-tmpfiles to create files under /var/lib/kerberos, required by transactional updates; (bsc#1100126); - Rename patches: * krb5-1.12-pam.patch => 0001-krb5-1.12-pam.patch * krb5-1.9-manpaths.dif => 0002-krb5-1.9-manpaths.patch * krb5-1.12-buildconf.patch => 0003-krb5-1.12-buildconf.patch * krb5-1.6.3-gssapi_improve_errormessages.dif to 0004-krb5-1.6.3-gssapi_improve_errormessages.patch * krb5-1.6.3-ktutil-manpage.dif => 0005-krb5-1.6.3-ktutil-manpage.patch * krb5-1.12-api.patch => 0006-krb5-1.12-api.patch * krb5-1.12-ksu-path.patch => 0007-krb5-1.12-ksu-path.patch * krb5-1.12-selinux-label.patch => 0008-krb5-1.12-selinux-label.patch * krb5-1.9-debuginfo.patch => 0009-krb5-1.9-debuginfo.patch- Upgrade to 1.16.1 * kdc client cert matching on client principal entry * Allow ktutil addent command to ignore key version and use non-default salt string. * add kpropd pidfile support * enable "encrypted_challenge_indicator" realm option on tickets obtained using FAST encrypted challenge pre-authentication. * dates through 2106 accepted * KDC support for trivially renewable tickets * stop caching referral and alternate cross-realm TGTs to prevent duplicate credential cache entries- BSC#1021402 move %{_libdir}/krb5/plugins/tls/k5tls.so to krb5 package so it is avaiable for krb5-client as well.- Upgrade to 1.15.3 * Fix flaws in LDAP DN checking, including a null dereference KDC crash which could be triggered by kadmin clients with administrative privileges [CVE-2018-5729, CVE-2018-5730]. * Fix a KDC PKINIT memory leak. * Fix a small KDC memory leak on transited or authdata errors when processing TGS requests. * Fix a null dereference when the KDC sends a large TGS reply. * Fix "kdestroy -A" with the KCM credential cache type. * Fix the handling of capaths "." values. * Fix handling of repeated subsection specifications in profile files (such as when multiple included files specify relations in the same subsection).- Added support for /etc/krb5.conf.d/ for configuration snippets- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Remove build dependency doxygen, python-Cheetah, python-Sphinx, python-libxml2, python-lxml, most of which are python 2 programs. Consequently remove -doc subpackage. Users are encouraged to use online documentation. (bsc#1066461)- Update package descriptions.- Upgrade to 1.15.2 * Fix a KDC denial of service vulnerability caused by unset status strings [CVE-2017-11368] * Preserve GSS contexts on init/accept failure [CVE-2017-11462] * Fix kadm5 setkey operation with LDAP KDB module * Use a ten-second timeout after successful connection for HTTPS KDC requests, as we do for TCP requests * Fix client null dereference when KDC offers encrypted challenge without FAST * Ignore dotfiles when processing profile includedir directive * Improve documentation- Set "rdns" and "dns_canonicalize_hostname" to false in krb5.conf in order to improve client security in handling service principle names. (bsc#1054028)- Prevent kadmind.service startup failure caused by absence of LDAP service. (bsc#903543)- There is no change made about the package itself, this is only copying over some changelog texts from SLE package: - bug#918595 owned by varkoly@suse.com: VUL-0: CVE-2014-5355 krb5: denial of service in krb5_read_message - bug#912002 owned by varkoly@suse.com: VUL-0 CVE-2014-5352, CVE-2014-9421, CVE-2014-9422, CVE-2014-9423: krb5: Vulnerabilities in kadmind, libgssrpc, gss_process_context_token - bug#910458 owned by varkoly@suse.com: VUL-1 CVE-2014-5354: krb5: NULL pointer dereference when using keyless entries - bug#928978 owned by varkoly@suse.com: VUL-0 CVE-2015-2694: krb5: issues in OTP and PKINIT kdcpreauth modules leading to requires_preauth bypass - bug#910457 owned by varkoly@suse.com: VUL-1 CVE-2014-5353: krb5: NULL pointer dereference when using a ticket policy name as a password policy name - bug#991088 owned by hguo@suse.com: VUL-1 CVE-2016-3120: krb5: S4U2Self KDC crash when anon is restricted - bug#992853 owned by hguo@suse.com: krb5: bogus prerequires - [fate#320326](https://fate.suse.com/320326) - bug#982313 owned by pgajdos@suse.com: Doxygen unable to resolve reference from \cite- Remove wrong PreRequires from krb5- use HTTPS project and source URLs- use source urls. - krb5.keyring: Added Greg Hudson- removed obsolete krb5-1.15-fix_kdb_free_principal_e_data.patch - Upgrade to 1.15.1 * Allow KDB modules to determine how the e_data field of principal fields is freed * Fix udp_preference_limit when the KDC location is configured with SRV records * Fix KDC and kadmind startup on some IPv4-only systems * Fix the processing of PKINIT certificate matching rules which have two components and no explicit relation * Improve documentation- remove useless environment.pickle to make build-compare happy- Introduce patch krb5-1.15-fix_kdb_free_principal_e_data.patch to fix freeing of e_data in the kdb principal- Upgrade to 1.15 - obsoleted Patch7 (krb5-1.7-doublelog.patch) fixed in 1.12.2 - obsoleted patch to src/util/gss-kernel-lib/Makefile.in since file is not available in upstream source anymore - obsoleted Patch15 (krb5-fix_interposer.patch) fixed in 1.15 - Upgrade from 1.14.4 to 1.15 - major changes: Administrator experience: * Add support to kadmin for remote extraction of current keys without changing them (requires a special kadmin permission that is excluded from the wildcard permission), with the exception of highly protected keys. * Add a lockdown_keys principal attribute to prevent retrieval of the principal's keys (old or new) via the kadmin protocol. In newly created databases, this attribute is set on the krbtgt and kadmin principals. * Restore recursive dump capability for DB2 back end, so sites can more easily recover from database corruption resulting from power failure events. * Add DNS auto-discovery of KDC and kpasswd servers from URI records, in addition to SRV records. URI records can convey TCP and UDP servers and master KDC status in a single DNS lookup, and can also point to HTTPS proxy servers. * Add support for password history to the LDAP back end. * Add support for principal renaming to the LDAP back end. * Use the getrandom system call on supported Linux kernels to avoid blocking problems when getting entropy from the operating system. * In the PKINIT client, use the correct DigestInfo encoding for PKCS [#1] signatures, so that some especially strict smart cards will work. Code quality: * Clean up numerous compilation warnings. * Remove various infrequently built modules, including some preauth modules that were not built by default. Developer experience: * Add support for building with OpenSSL 1.1. * Use SHA-256 instead of MD5 for (non-cryptographic) hashing of authenticators in the replay cache. This helps sites that must build with FIPS 140 conformant libraries that lack MD5. Protocol evolution: * Add support for the AES-SHA2 enctypes, which allows sites to conform to Suite B crypto requirements. - Upgrade from 1.14.3 to 1.14.4 - major changes: * Fix some rare btree data corruption bugs * Fix numerous minor memory leaks * Improve portability (Linux-ppc64el, FreeBSD) * Improve some error messages * Improve documentation- add pam configuration file required for ksu just use a copy of "su" one from Tumbleweed- Upgrade from 1.14.2 to 1.14.3: * Improve some error messages * Improve documentation * Allow a principal with nonexistent policy to bypass the minimum password lifetime check, consistent with other aspects of nonexistent policies * Fix a rare KDC denial of service vulnerability when anonymous client principals are restricted to obtaining TGTs only [CVE-2016-3120]- Remove comments breaking post scripts.- Do no use systemd_requires macros in main package, it adds unneeded dependencies which pulls systemd into minimal chroot. - Only call %insserv_prereq when building for pre-systemd distributions. - Optimise some %post/%postun when only /sbin/ldconfig is called.- Remove source file ccapi/common/win/OldCC/autolock.hxx that is not needed and does not carry an acceptable license. (bsc#968111)- removed obsolete patches: * 0107-Fix-LDAP-null-deref-on-empty-arg-CVE-2016-3119.patch * krb5-mechglue_inqure_attrs.patch - Upgrade from 1.14.1 to 1.14.2: * Fix a moderate-severity vulnerability in the LDAP KDC back end that could be exploited by a privileged kadmin user [CVE-2016-3119] * Improve documentation * Fix some interactions with GSSAPI interposer mechanisms- Upgrade from 1.14 to 1.14.1: * Remove expired patches: 0104-Verify-decoded-kadmin-C-strings-CVE-2015-8629.patch 0105-Fix-leaks-in-kadmin-server-stubs-CVE-2015-8631.patch 0106-Check-for-null-kadm5-policy-name-CVE-2015-8630.patch krbdev.mit.edu-8301.patch * Replace source archives: krb5-1.14.tar.gz -> krb5-1.14.1.tar.gz krb5-1.14.tar.gz.asc -> krb5-1.14.1.tar.gz.asc * Adjust line numbers in: krb5-fix_interposer.patch- Introduce patch 0107-Fix-LDAP-null-deref-on-empty-arg-CVE-2016-3119.patch to fix CVE-2016-3119 (bsc#971942)- Remove krb5-mini pieces from spec file. Hence remove pre_checkin.sh - Remove expired macros and other minor clean-ups in spec file.- Fix CVE-2015-8629: krb5: xdr_nullstring() doesn't check for terminating null character with patch 0104-Verify-decoded-kadmin-C-strings-CVE-2015-8629.patch (bsc#963968) - Fix CVE-2015-8631: krb5: Memory leak caused by supplying a null principal name in request with patch 0105-Fix-leaks-in-kadmin-server-stubs-CVE-2015-8631.patch (bsc#963975) - Fix CVE-2015-8630: krb5: krb5 doesn't check for null policy when KADM5_POLICY is set in the mask with patch 0106-Check-for-null-kadm5-policy-name-CVE-2015-8630.patch (bsc#963964)- Add two patches from Fedora, fixing two crashes: * krb5-fix_interposer.patch * krb5-mechglue_inqure_attrs.patch- Update to 1.14 - dropped krb5-kvno-230379.patch - added krbdev.mit.edu-8301.patch fixing wrong function call Major changes in 1.14 (2015-11-20) Administrator experience: * Add a new kdb5_util tabdump command to provide reporting-friendly tabular dump formats (tab-separated or CSV) for the KDC database. Unlike the normal dump format, each output table has a fixed number of fields. Some tables include human-readable forms of data that are opaque in ordinary dump files. This format is also suitable for importing into relational databases for complex queries. * Add support to kadmin and kadmin.local for specifying a single command line following any global options, where the command arguments are split by the shell--for example, "kadmin getprinc principalname". Commands issued this way do not prompt for confirmation or display warning messages, and exit with non-zero status if the operation fails. * Accept the same principal flag names in kadmin as we do for the default_principal_flags kdc.conf variable, and vice versa. Also accept flag specifiers in the form that kadmin prints, as well as hexadecimal numbers. * Remove the triple-DES and RC4 encryption types from the default value of supported_enctypes, which determines the default key and salt types for new password-derived keys. By default, keys will only created only for AES128 and AES256. This mitigates some types of password guessing attacks. * Add support for directory names in the KRB5_CONFIG and KRB5_KDC_PROFILE environment variables. * Add support for authentication indicators, which are ticket annotations to indicate the strength of the initial authentication. Add support for the "require_auth" string attribute, which can be set on server principal entries to require an indicator when authenticating to the server. * Add support for key version numbers larger than 255 in keytab files, and for version numbers up to 65535 in KDC databases. * Transmit only one ETYPE-INFO and/or ETYPE-INFO2 entry from the KDC during pre-authentication, corresponding to the client's most preferred encryption type. * Add support for server name identification (SNI) when proxying KDC requests over HTTPS. * Add support for the err_fmt profile parameter, which can be used to generate custom-formatted error messages. Code quality: * Fix memory aliasing issues in SPNEGO and IAKERB mechanisms that could cause server crashes. [CVE-2015-2695] [CVE-2015-2696] [CVE-2015-2698] * Fix build_principal memory bug that could cause a KDC crash. [CVE-2015-2697] Developer experience: * Change gss_acquire_cred_with_password() to acquire credentials into a private memory credential cache. Applications can use gss_store_cred() to make the resulting credentials visible to other processes. * Change gss_acquire_cred() and SPNEGO not to acquire credentials for IAKERB or for non-standard variants of the krb5 mechanism OID unless explicitly requested. (SPNEGO will still accept the Microsoft variant of the krb5 mechanism OID during negotiation.) * Change gss_accept_sec_context() not to accept tokens for IAKERB or for non-standard variants of the krb5 mechanism OID unless an acceptor credential is acquired for those mechanisms. * Change gss_acquire_cred() to immediately resolve credentials if the time_rec parameter is not NULL, so that a correct expiration time can be returned. Normally credential resolution is delayed until the target name is known. * Add krb5_prepend_error_message() and krb5_wrap_error_message() APIs, which can be used by plugin modules or applications to add prefixes to existing detailed error messages. * Add krb5_c_prfplus() and krb5_c_derive_prfplus() APIs, which implement the RFC 6113 PRF+ operation and key derivation using PRF+. * Add support for pre-authentication mechanisms which use multiple round trips, using the the KDC_ERR_MORE_PREAUTH_DATA_REQUIRED error code. Add get_cookie() and set_cookie() callbacks to the kdcpreauth interface; these callbacks can be used to save marshalled state information in an encrypted cookie for the next request. * Add a client_key() callback to the kdcpreauth interface to retrieve the chosen client key, corresponding to the ETYPE-INFO2 entry sent by the KDC. * Add an add_auth_indicator() callback to the kdcpreauth interface, allowing pre-authentication modules to assert authentication indicators. * Add support for the GSS_KRB5_CRED_NO_CI_FLAGS_X cred option to suppress sending the confidentiality and integrity flags in GSS initiator tokens unless they are requested by the caller. These flags control the negotiated SASL security layer for the Microsoft GSS-SPNEGO SASL mechanism. * Make the FILE credential cache implementation less prone to corruption issues in multi-threaded programs, especially on platforms with support for open file description locks. Performance: * On slave KDCs, poll the master KDC immediately after processing a full resync, and do not require two full resyncs after the master KDC's log file is reset. User experience: * Make gss_accept_sec_context() accept tickets near their expiration but within clock skew tolerances, rather than rejecting them immediately after the server's view of the ticket expiration time.- Update to 1.13.3 - removed patches for security fixes now in upstream source: 0100-Fix-build_principal-memory-bug-CVE-2015-2697.patch 0101-Fix-IAKERB-context-aliasing-bugs-CVE-2015-2696.patch 0102-Fix-SPNEGO-context-aliasing-bugs-CVE-2015-2695.patch 0103-Fix-IAKERB-context-export-import-CVE-2015-2698.patch Major changes in 1.13.3 (2015-12-04) This is a bug fix release. The krb5-1.13 release series is in maintenance, and for new deployments, installers should prefer the krb5-1.14 release series or later. * Fix memory aliasing issues in SPNEGO and IAKERB mechanisms that could cause server crashes. [CVE-2015-2695] [CVE-2015-2696] [CVE-2015-2698] * Fix build_principal memory bug that could cause a KDC crash. [CVE-2015-2697] * Allow an iprop slave to receive full resyncs from KDCs running krb5-1.10 or earlier.- Apply patch 0103-Fix-IAKERB-context-export-import-CVE-2015-2698.patch to fix a memory corruption regression introduced by resolution of CVE-2015-2698. bsc#954204- Make kadmin.local man page available without having to install krb5-client. bsc#948011 - Apply patch 0100-Fix-build_principal-memory-bug-CVE-2015-2697.patch to fix build_principal memory bug [CVE-2015-2697] bsc#952190 - Apply patch 0101-Fix-IAKERB-context-aliasing-bugs-CVE-2015-2696.patch to fix IAKERB context aliasing bugs [CVE-2015-2696] bsc#952189 - Apply patch 0102-Fix-SPNEGO-context-aliasing-bugs-CVE-2015-2695.patch to fix SPNEGO context aliasing bugs [CVE-2015-2695] bsc#952188- Let server depend on libev (module of libverto). This was the preferred implementation before the seperation of libverto from krb.- Drop libverto and libverto-libev Requires from the -server package: those package names don't exist and the shared libs are pulled in automatically.- Unconditionally buildrequire libverto-devel: krb5-mini also depends on it.- pre_checkin.sh aligned changes between krb5/krb5-mini - added krb5.keyring- update to krb5 1.13.2 - DES transition ============== The Data Encryption Standard (DES) is widely recognized as weak. The krb5-1.7 release contains measures to encourage sites to migrate away - From using single-DES cryptosystems. Among these is a configuration variable that enables "weak" enctypes, which defaults to "false" beginning with krb5-1.8. Major changes in 1.13.2 (2015-05-08) This is a bug fix release. * Fix a minor vulnerability in krb5_read_message, which is primarily used in the BSD-derived kcmd suite of applications. [CVE-2014-5355] * Fix a bypass of requires_preauth in KDCs that have PKINIT enabled. [CVE-2015-2694] * Fix some issues with the LDAP KDC database back end. * Fix an iteration-related memory leak in the DB2 KDC database back end. * Fix issues with some less-used kadm5.acl functionality. * Improve documentation.- Use externally built libverto- update to krb5 1.13.1 Major changes in 1.13.1 (2015-02-11) This is a bug fix release. * Fix multiple vulnerabilities in the LDAP KDC back end. [CVE-2014-5354] [CVE-2014-5353] * Fix multiple kadmind vulnerabilities, some of which are based in the gssrpc library. [CVE-2014-5352 CVE-2014-5352 CVE-2014-9421 CVE-2014-9422 CVE-2014-9423]- Update to krb5 1.13 * Add support for accessing KDCs via an HTTPS proxy server using the MS-KKDCP protocol. * Add support for hierarchical incremental propagation, where slaves can act as intermediates between an upstream master and other downstream slaves. * Add support for configuring GSS mechanisms using /etc/gss/mech.d/*.conf files in addition to /etc/gss/mech. * Add support to the LDAP KDB module for binding to the LDAP server using SASL. * The KDC listens for TCP connections by default. * Fix a minor key disclosure vulnerability where using the "keepold" option to the kadmin randkey operation could return the old keys. [CVE-2014-5351] * Add client support for the Kerberos Cache Manager protocol. If the host is running a Heimdal kcm daemon, caches served by the daemon can be accessed with the KCM: cache type. * When built on OS X 10.7 and higher, use "KCM:" as the default cache type, unless overridden by command-line options or krb5-config values. * Add support for doing unlocked database dumps for the DB2 KDC back end, which would allow the KDC and kadmind to continue accessing the database during lengthy database dumps. - Removed patches, useless or upstreamed * krb5-1.9-kprop-mktemp.patch * krb5-1.10-ksu-access.patch * krb5-1.12-doxygen.patch * bnc#897874-CVE-2014-5351.diff * krb5-1.13-work-around-replay-cache-creation-race.patch * krb5-1.10-kpasswd_tcp.patch - Refreshed patches * krb5-1.12-pam.patch * krb5-1.12-selinux-label.patch * krb5-1.7-doublelog.patch/bin/sh/bin/sh/bin/sh/bin/shibs-power9-12 1738242680  !"#$%&'()*+,-./01234561.20.1-150600.11.8.11.20.1-150600.11.8.11.20.1-150600.11.8.1  krb5-servermitsbingss-serverkadmin.localkadmindkdb5_utilkpropkpropdkproplogkrb5kdcsim_serversserveruuserverkadmind.servicekpropd.servicekrb5kdc.servicekrb5.confkrb5pluginskdbdb2.sotlsrckadmindrckpropdrckrb5kdckrb5sysconfig.kadmindsysconfig.krb5kdckerberoskrb5userkrb5kdckadm5.aclkadm5.dictkdc.confkadm5.acl.5.gzkdc.conf.5.gzkadmin.local.8.gzkadmind.8.gzkdb5_util.8.gzkprop.8.gzkpropd.8.gzkproplog.8.gzkrb5kdc.8.gzsserver.8.gzkerberoskrb5userkrb5kdckadm5.aclkadm5.dictkdc.confkrb5/etc/logrotate.d//usr/lib//usr/lib/mit//usr/lib/mit/sbin//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/krb5//usr/lib64/krb5/plugins//usr/lib64/krb5/plugins/kdb//usr/sbin//usr/share/doc/packages//usr/share/fillup-templates//usr/share//usr/share/kerberos//usr/share/kerberos/krb5//usr/share/kerberos/krb5kdc//usr/share/man/man5//usr/share/man/man8//var/lib//var/lib/kerberos//var/lib/kerberos/krb5//var/lib/kerberos/krb5kdc//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:37150/SUSE_SLE-15-SP6_Update/2e8e190bd0dc33e3b01e756eda2efa76-krb5.SUSE_SLE-15-SP6_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]=b2199b887730c58ab82f4df6aea62c76b8a600b0, 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]=ae57978af1df1f3848eeb3f5e98fd39e51f27eeb, 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]=882d9c049ef663e6c31dd220a575236e68097820, 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]=b534422c060e95ad5cfeb4b3848cf9069db4802e, 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]=79469a6c710cba98eea559c6777b991eaed341f5, 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]=fe42845b2c6d4b4f3676f4cd7f1b8ec3a2494bb3, 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]=e3c66ef4c770571003285a791c8f9777426cced0, 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]=083c3e9b0fc91984aded1582b5fa4f33c865cddf, 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]=627f218a9c752757f84136421043714eb75eaaa4, 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]=2fe5d37857a2ac6b145a4bdcf43aa5a53556f716, 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]=600665a1f5de904c59dc12bb96afdf715c5c6f12, 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]=0156b8e13474fbf415c4bb58247f746708f76a27, strippedASCII text, with CRLF line terminatorstroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)cannot open `/home/abuild/rpmbuild/BUILDROOT/krb5-1.20.1-150600.11.8.1.ppc64le/var/lib/kerberos/krb5kdc/kadm5.acl' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/krb5-1.20.1-150600.11.8.1.ppc64le/var/lib/kerberos/krb5kdc/kadm5.dict' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/krb5-1.20.1-150600.11.8.1.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 XiPK_GZi8systemd-sysvcompatutf-891207709727e6dd351d31c2477b53c22c181e2cdfed0d3ea15c3a12d39e1cc52?p7zXZ !t/1]"k%y؄O^!0(|yʶo;zjWi{gK-T22)edÜ< kh0CMSx\):wwJ!'}0 ~DU 25Q[[$TS uR<@^Kfh+ƝȊłL9d]z k4| Ijl,-%gN^N ;6a+*fH.@;; JRyg~UV6=(G$X[gQdS Daa=izf,!)X~PܸP^Ea -Z: ǠóImDs(CDZ' d.vhuOw03땚*C""u^&`*)*55U{(DM̶m(@IeOQ`.̕$quNA6dSzS)4Vx (oW˕%[ q-Z~jE'#G 330 QK?mB"/i'ܡBv h a b]O>owyü)aAРH]uEOyY_UOvG%NSԖ+IѾ Z m2=kv w !H )wtxfKLR\Ej(\6CT̅T;4==2 qb r"p>0v֘Q 6N)k) @A ˷=@ }.%+8z<b#i!AU|M,-3r(kE%WTսTںM:^.)O绯w|x$whAQ='FA|l}k_ܧo˅# tKPouA8COHuIC ,짆kz\v?湶=hdw,5{DdbY_%7h*%=:bH+@@>lYPoOJ~n9> PŽǘ# ib4T*-i!g쪱/M6{6~l{JaSx?m4vOT4{#֧wPסE3O l40vav<*I-?x2'+6F"+7GpF؛%\>M0D`غ쁌2b,UlL,fD嫔E^ gCMI.AgTFɇ`وtgPB쿇j?($1ss}^]! 6G j -WfПJ`718˳Uƭzn1!:C+&LUafgX9Oc<<(3]hFH"Y >`E.WzPKՌf=j F,qX3//jP+nQ{/x3a]C,t6OTt8@"'aDHKgYv|Bco[!X퀛p×̣'wh1$Y46Aq1۾CtO,cKq'MtahJS\| Y+WcgnO7=4B?FlvoRfv͊oOr׵AאG GWc盺pҥzY*&hȍvѮ0uk)tٔaŒL o1FeGbFNt8%shTX"fō*tIofmU1Չ?\ Q=E\ԬAq UB\ ?z (Hf !Y:,=7VnSRM#YX%vW^.V3Ep- W2qP˙G/&=]?Y*-A"u1l#$.z:dqXw.^a?.Y}5VW\tyL@rj6be\7碑oŖ_n?x._u{7<]d;T˅H>A2xll}NDJ ޹`ZkcduWlLcD(7IS2O9L 1+N)҃-7oHʠ|p)5Ipp_CL{*)k:Cwt}QHfV>kEp3*_f*Z_-fqhJCР˲F>?|rϦveDr\-^KlB)hL|fL4ȬܛݧN t&*϶XTЎ/? 0}}#/ 2+@F.ZfB y}oca~Pӝ,$?83R{en%̕0>;kGGU`lR ^˹$>FejDӐh BӜ~QYcȶ՜$O-T(Y48lv٣]#pHn,6By; S k>YEˋ3bP7DmM')p/~|u6]z &q7~/~ robOӿ`gF+:e1{L.94w7G jzS)\k1?%X%]v0U(.Br_xaF=jmHEa }b[7m1^"J ; !˝,JbՕNPPspߐP)کCŝ`^Э,?(.u%LosXz>!;qn)B]F쏝L<0 q8{͈P6P̒Q֪̉M+v5Z>AePޫDAqhכrJ"L}4 HHPF〪 K֓B5mׯ1-k;1 d0֟R|oMǕ#ђ's@/UߪswCҽ̋N&8|c $$'uvgÄev'Z FY}8'AajȻD;L+]ɾd&MFS>1ޛ*Y_Owp>\+=#s ϴel^fT-Dw ^`rx@LQkyLP'EHW:+$z^*C'bXጎBzA jصKahUiō@-U{oMZ81XLHvWbҘ 8T: }ɓ1geȐ 4k^Pk}!Yϑ/8OBXi,\Z9,M\Kjޣ4>FͪZHr,ck5tɢ [S(ݑ$]MK_JMJ!66!s^T spQ@a#r/Yk/Fo|B& ]z*{:G ̂w>ࣈ{Fҭ^6JZ= wK{u^k$BRkF{ `*0M{/[!U(TMZ6΀] @!SSX-vŖaQpDXD&a* RV3PrG yRRw>JS.8z\܋ص؀Un>}BQ /, 7wKԹ^z`Ԓkɂ2=b@od: @'E9Z }oC"\2ikDd ?N= 6PL9G< #q:bgL̎5'?Zxϊdt!JahȎ+ Z3Oن&E̩1A$B*)j :,H_m Nl#9r lGS;SjfYFm9{NDmZkBs0(voعWjmq?A0Kzg;[\"_F# W,צ9pu}j7BȶCRx!ߧߪ]|3aq%x]xXpr~0dv]j,X>Աif!QX@jΨn/MW @%$ɳ$O ꗯ+ tNY0z 3곰Zi'Co1U5`A@fsl aլ2vu҃' lFNgkP|orkDĐ7:gwAp`Ď3zg #9ƒaa&aCq"'5{x+Uu3N_=Rnr׬ 2E}`siedGf,5ߓ2r4G Zhuu; :bD5t'w:$0Ԩ=O}/ctQ.N-PZ…70l`>|~n/:$$7B+cx+bšfy:_TΙҚ9^_c~;ٜN+~U 4cz$ b)#]QθaҴ%%Ia0q9 V$!7.4KVf3C1NiB%OT}.+e)N@߰:* _]Ps嶋/tT_`X%p=}צCg^|Sq~PAXGQ|WjA||Om2o#~o}o0BajKciUBj 34 N).DD(6ogՏ;4-Xlf`??=<5ϠY`aيg+ߕ3M@v@nMǤ&y#Xf>WOzuXbgL߹"l;5fl}a5`K]-\Wx/w;|u-JVL`U$ %@k覈W D sn'1q'YK'cd2 RaJXJWMe C&֦\43knXQ$s;sݿtȘF+_(F_!yA#Z$gyz|t!1z~gs 3*9QTMG,UivBAV|zw]VEWsQb*j2.ldxϢrz߲3γ3 6T'%F6&Zrt:Dh{G-VE%:8p҈U!t X?ڑl:gk:q x{-%35uD%B0xj*uTw6α4}'/2ȤۧQ+f"\ *4M1m6k;8֠;i #ܹeFZo1#wﯡ|-6f69nr[^;`P/!o)Z>4tn&\jH><- [8T\A" 鴁$7h`Xo9-z\үs1m lk78xsG&8 |oudrudTC)p+wqA&)#_(KכB\Cw"j&|eSğ ERwqΙ'mmK=)GX/>y~BCgGiܦAPL(>L|Cvo0Q㈾Wzu2Ⱚ67k[#M4 iS}*d(${2s)cvS(AmnuV:j 9xAy|J-+tvuB QIh4M,r 1@gG:Q\fqydpn`笸iHhѨ^d<\x!U?xqO]ϥxiUF|jʓa]`$ V'rGWz٘:l7~I:ɔrn~B?$Ǎ6/3(po@ jgz_Ơ)6\INZi`:u$U"U1Oo(x-&~"aZp{zjR:)f>F"kN潐vu-f*oD[ҤgBM^QYkz;q=$tgyOUSy4lԗ59*m vaknz7,#TWDA<1Kue9+G^ Wy`=?/MBHAm*?pr~E_')~L=yWG_&)*u:Ԇ[sUF@vI`PB^ijv'VG%aTl!?Z >ʧ qJ a @{t HEuA;LXpݪ4̗.}&NrZ:V_iV+IfF&IV,n,NΘ`ѫ7~:Gp;']Bx~H!/N2,|_qle\ -4eM¤r Ua'fb'?Hw7c7UPY $u|=wgPvB31/iTގ!GGs5MܝGH6,€uE$PU:eI.M3sZE-3?նp_,/EB}ש4uݥ~oMb<]IqȎ6i hXm\bIUL/Ft :`X|gƕChvdB^}[}P4rJzB;FoH-#?RF3U@S3omK!ю"h"rt@,G)7~BqȉQ<'y8wN}\ }ǂ`glȪAeeN7.4ipidG?+/9$8/j %Ki!>Kz5:U*͠q$<=ehJH OZ)=Xw%|b0P;hP|6dc1hf1k "/\Jj&<`w:m(gF;v't }ಁNW~&D`u!i-~5*$$|كc= |C6ʬ45%q\}9s5Y&`~EO NO+s/[B5)]qui2bPa /?;Đ>h(biJ# N69[-;*e'ut/aCne2l/@+}jkƇұjҍO{x}2:MCVw=婯#zӇs v10N6ϣMcg+yh"_r5S%ghK d"'H Elf[~jM'~ T]HeB0$|?(A>R5UR7v(vTS121T2 BT ^Nm2I+vwX9ץi.yPLs.yϭ~`~;("n55ޟ%3||8A'\R~aUo p/DnKo(jܦNI yoRL $~sT B(ۮ.<51Py MHh\lBBfjR/% ɓ VmeD#:!Ǽib9 "Ȅ go.`: mqdV{4.HFnM 'ΌϿaT9).)WfW rD*`TG@A]?{jfV0!MH%F簱+Ʌ ;Bf\+L6da'Ceo= JWGYfҳzÜ QVV hQ;1gi & /~}`BjA{vP MCTX/$ک 6f}A0DB( kZaNR+ycv V뿶(#a TJ1t{CQ~u .ּ{B mF]T- ZV `|oN/ښeaOD%3&骒_9 Q{cj\XyA4džb{[SڜyYzw$0ώթ6‡DjW=+>wIK *f vﺏI18nIԋySA,&-)|nB,!\$o#b1H65#InԿ,; MŲ"; ( 7iR` @HQ্41 Vk8m?eTh~LKKjmyGzA"dCaՉneb%jK:;xxI #aԡdRv x)F?ܪqyW2B^C{ɼ'O0v5jϤ{CʻGYGJ+ HT[7Q-E%a_wnoIhD@ Bе{6LukQ)>-zvtaESyEp k-]mjV0*a>~, %xqPQ#NC I{cA!O̼*if݊-/#}ܑ+/h|O%$B" ;W.|U8d?FLf%[AO757Uf۹vF+1otA=e#E)2m\KGZ~@D`Fl= pfwOU _,H z^Vmml+-z<ɔ*L lP@`C0] 1d[~}v] L>oӟ WeF:*3]PJLc$[cTbpJ<ޑb8leԨFJ~y✇螹B$Iݫ^-[#e/w-#%Kr:SV *SkF56@m u0mh4b"k۔K#cl"i~tO/[`Uާ!z/خx/s 4-=GCv`Qo_M{8f$H-(cŵ7o-TbH"AsZZ^v=K&x,@c-#uGDޢ\qOo#1>\u!:edZ!-C{}:/Be )un?;cQJPO ioaƢnOL9zfӸШeQ~ɢJ@bO쮑}~ MQrܢ#:3փ/z^Cg/!uSxƺǎϘlH@Ĕtӧ`mʰ֑sP?amWR.<;; e:x?O2TCJةZn.J;kTD /ϘG?V]+kL3 -@.3Q 7#p0^[h.|:,5SƸ^v>.,L3Jn8 Y`34Z `Ws0?W^DI.)lV Y-_H"V=J"AeSF~5 K$V,tsb.HtFz[ `6˩_l*&<,aGNRB gFۿ›W+FV#ԐU9ǜ&)ZچќW3ѐ9(}olW-[l,<:'  s̀!5~㫿ӥ'J7*vA@ZA# hh@ I s?مP{']JXǂD2/;V7&Rp5i ƒz^xoPG~̦O7S#~ٓcmr JI[21c7 3znsJX 78@+x𫢈gЫ;,=D,ˬID{>TYo^WmY.:BtEO݈A&Nhb(M@gT&gmbC gBh8s4^o4ERWT('ieb5L7a(vH5cJrWiA\&4sen˷;6pm %YᾓS_7uVp?FޢV=*䵐A}b~\|6rQ bDW'o>.*M0m'q9{ߗy-T14a"_ܿ2$2GGN3fxrD**+ d'$QHs6ra`h&7W >?P55>A@& ,2,}R`h(_gR:!y}p ).2Zc64>`m&4xZg+z3$[{'?TT;O+lܩba!Y,.-ܴL !pZ7}ۍ `;R*<, *,. D ODЏRZ1!$q̯r>@2kiwN ȽK] mN"ѡvLwӴQn𮊡vSmL8k FFWyKV<, NH`JIdgbYԜDRqpޤ#5"<(EE٣W/@/ TalaWU 3gm<FȏXUii-^B94v{PgHŋ ¢az}V'eJ$vaVn=kFSV,1 l1GkgLRžȋ%:V_3o3* bjI!!/BE8 gl#aO xJ+DŠ dzJ˳mr1eM+`H6ݺ>^ j$zℾ3(i`P| ^9u=*xY\-cH> j]:v 1ݺ&="bzv]?7 S/ ?[hzX\>'2wlT$S}w<5P.=\( L)r<ֹgLTD6b63(!l^r&/ Z3C^)[H,U~" ڠxTh&Ņvs#JVѭ-8jGHaN#{*w@b$bJ\ l)*ꄖ3+[X[`rՔ>L}O,m&L2z)R-A{ />o:S},VR (&TYS(*>] BV&*P9i{#ex cKYJ.Zhy9c*(`ϡPSϩHвɂf|/ͺQ%4Թo3ѶhIiGw@IO1ѯ h*^}xR5#17v31U bL 5OI>:cap*.blTkFWӬuaXԜUܜ'OMP_6ҋ)xH8BqI鷗:ٹl|r7ՈԤݿ^Ae R\&^iId]u :olBz^8Zo _ Qx5!k0=c˂JN_,(9$F!3Ɖ|GYGPGDNgsuUW.L(7lczȭ;f+3z7@Daot<yﶜ+,-;|ċ|ëKU~?f$:SB -Oo`^_~Aj\- (qӣqԏs"bL^ͦǬ"dJ>rWx;a!j14EmZk=%k}ožv,SbM8N5ǛSgy +TTXE3@8*6t>87kx2 ϠktHz<.4ؤPS6?*`0R>ʧl/y:ȕK,3i>p(0Q@Z9ҏc7Gv<|ҙDBM~**g?iǕ(@0-@B|-olz`)l_ DCiufwY0|ylmu k*DA_rI;9h5tMEZ*٤1Э=u2zbf ONa_1߉z8Iʩ JNH~\8* !5~u秦xu}9AGo3yNe6v$mKBQEWytQ;*qpKxď#7YI@ w4߼1+_we(xHq77#%ݘ K㈈*(ִrJ3¾Tfd9\" jW X9NqUkViMOO'ȑv@:Qɒt1 a SNLުg72; 5i4fd6Z-]L5on Ydm8~޽" WVNB2 0]fZ ,1~|QU/jxҦ蹣F_rkt_dɰ0Bt/_`Bқ36 1V*{+^c([5 :sz= RQ`Yvf>nlK H;sd\nڧQZxꂷA=jt`h繀fsێwι@6A'P V"&Z *Y٣ö LeWeF3#vv >w2wㄔq M>d>kW}<_a$+ Ǖ5+r@S*+Uli vs]Se匯}Se*Y1;兘(840UVִEW;|ke) Vu{4X|z7I(qG (/M:eCmE̛Ũ0X7^!DMr9%"Jz]#UIkg^L~>v FX ?xCjh]r„Mh >Ϗf>Qn ȡ-\篾HV1VVAb6R&V* C"OjG.i Xb$5Sb.B:ntCg%"wh+/ͱGP|Dk'D$y| XɶiC~*E>E0Qfqš<%@`9=>",l6 =8>p}Rbp HSr׷~~Yqo~ffj\zl4n;?co?bв<ԧ3?fb(2J\XWyrPZ=sQ!Ctq<~ue>7_9K~>hVg6,&>7_5LMz\ؑ-Su9pYp8L]iI\Ap.]E7 (kc߳P{UG:]H/Ihp {M hʴRVuYVmȃS~l>d2RQf\c kY 6 n86y3ʏ2˥b4 XUm8&N1TRI=kCA/Ϭ7u<_ƅ}1>Vi+]jo^@h{i s>om"ճ\DAIs亊SӁ仦/ %#GʥG>,Zj/ޠĠ05!$D_(’_"_x+ ֽt GWr>ٜV,8*GIä8ٰsY?+Ք+a+Y>y'd/%v6v*JV9_<RZӐ{Y|CLNQn" b@ëXܥ&@U˱)ag},rM/ xhU豕c:'q.rD'!@#fm MV8dÝ#E?:M:CiF``8.T(mh6'ULa2s&|}F%lA;:2Nٿ־n %*)#芳sHg`d+K1>Y35 ?\Xf`/c!Em.2)ZE&0"ЙϚ" -ggkmB''Z->`'E5ߢǺf#/0zsGEz$,``aEj)@̨@c/e>;6oUT($Sx-SEW (Z3U,p`@PS ^v5?C@= QK>qӋm}%]+ˬg\,M t\c1iuܵS".$A=;uL|nu:^>jVV O}zE60ByMI>0ԫk L@Ӊ6+ sTʤ~J~wmRDw/qSA_Pv;v7A-P ˬXS]eM2ש8NBM-Ƀ0)'~?IaB67*^-S̎2ԳZf@h /]sר8< yk<2-seyteǼgVBYwRDC5Wb)NO@<;2+gwb( $99=&oqDe|P4'a#%Ak >GT$g5,Kj26$`ԗ_':3hZ0_.桧j27^kT$:RX!(OUIG*bB"EȺ*jD?$;K)wTSoSӥA,?{ƀ&) >g:eU{PHPt]ilIH=qtMۈ`@pO?h*`},NxN[]i}7W㕙|u> U5QZ-)ҽT? ˜r!tMP4WchRּt T,}\JG\J?Zkqѽ~[)rDߐqՍCKL|p sL95mX4%!9:-*=8 |E]N]%H>~f^A.T38ܩ0Gw#w-u[I4UiD}!!T_: ժ 8kj Mil)@a U6bg'z#dxL:XIxw:<Y"4'(\AC+s2wdEq9!_`L6W| |@yWh8^|\(2BqQľC3.9C]OR{pcp̓`ՙʯj0R x$R}%ޟA5 Zkeu [p) '4n1m=tX{+xLw ?X;%9q zHRo0rUb`0ܸʿ"?J֧J;MTUӔP\JSSS ka%uD_ By/c6ѣ!%l.ݎҢI335"kp:I-XUn~e?-K s:J^oV JN4B7!K5Bm٥X8oFm?i`OrY|.iLl]']OT] D@SYZˏ'f> W{ԝ{瀽JۜGX'TXPk0n0FXJTrr'2+&4FXj<}'=Z빞"L>U~[!̝z%.?mߚq0?`w;f0$!~b0 $,mFx5Ըo^O}8i#E.x~մ5Ͳ%$q(*ҠyL ܣp`2/[S&%Y#(vDFLd&8j$h%T2Q':@wASA& !ŎV96'Fϫ}joa7x B&P;x[N5 r*Hr /j葮r {͟5Yg!6L3[2u@"/N gZYEWE Rǭ-ͤWЕ#+a6^fObW%2wT%7_sZ[NIsKuSsFI="i};'wJYB`\o[LG7# W%ۅv*G$U+8pˏ)֐|Q~@5+?DMBE:^^ {n($̏RJXRѴbHJT|@}^=JWW<# *f\Uk|9A@pcn6X| "N4[.4&e\b' v䃎w;^fG##ϏJ VI17B-.VI$NI:4md^ÛјJ{5g&MC& fut^r(cbu xMR>GOB ˸9J2_돲LA[edW!po.`l$aDnҩ0Hz#3#/9̏[@ SպeNۧ&ş0>1d\ -Nd%d%9hQ>h@"w'j~q}pEdXЦf`iTO1zU9=VV̈́n1YZ SmF2f16z3JZѬNnץgۑ,6RrE>C_ [!a-n;iL;E賓{![v6{e /]Ji}E{`W{ 尼tkG`<+?bt:Kb-^ὡB*Z%%r;5\f0dbV ;A(i"s^&<{lÚB*"qi1n V10}ZSP޹Z]ry!ܫoҔl9n &hG{jHVmCl">̿o2Cb|Х >鹄757}-۱7䬹iǦEr:]YQLjfI9Sݘ>Hfz>:M`T}p -3sMD vS#IyP!Ȥ2N]{k#GɝK-AASe-ri(_%h`AxcF-p4{~P9 YjqWsI9g>•|ugfφJ#Qڐ\l0 (3SP(*|!z*6A> LK#}؟zzV 5"qU}GvH9x+hVR#'2vψ-mq0\z|],M Umc`"ϲ7o*W?p ʼne9Ju +lsڬBC1mpnP д_~ITFDA~Goٝ~KhI$'(9 )֌R?w]vYjLV9+̑^ֿh 9K(r#YlwLyZh#PԘIl-Ou5`e|dQn QM&^=*eX#:-a}`{XOHrOi4Hu]a|"O\' pq [eruM'㏘U\?{_ 6Y3DV;Ƚ፪~߂wpGQ ˱q#An.7<6¡ Q}.P}O2TJ!M%Dd1h.8vU`}H%tYi$υc1|'I1e{-`G7V%W̜WGzD#i|"}©mm^h[xfb"_Lo"t..ͺ^v7[+Ʌ^SP~OKr/ | wb}:2(O ^Ԣ-`( zhTDDˁՄv'[B{ s5vũԀd@$)HϦ]VLz^Ix"Ռ.G/ UnI[q0"#?0O"aTEL#FI~: jjK@0yp/8`L%KV^4`cB2 ƈ&%Z(r ''sIo,\I RՀfi8QߡT1ݯ2%vlC=Y7 Dc8̊ZUINGhFخ,+7i# @L[WYоC&qIIS^+u)ygGvzp^g!S%[˕Ѐ_h#,,xP3Y˽,y3\?e|aY8=U\ΎNrDSOC=&%#kܗ#q3NWekE\]YX !y|KԝBp>k^4 2^ENy t.PFrjK4t%wJȶk퉲#@ݝVD@ڱ5(n<Lۨ۵ŝ~m[d6}"Qd"17"0@ %v,W>y9,yQj|fJ%]H(^꣎o.U=#5 z=r4VòO\ٻPX` il'I,,`]+ {Y.GKMCcMt1q.H'JYL9dρ͉:RǾDJ4N[#Z-{ Sm Xɸ4@nP9􁁐],KrqJfot Ǝ1V^r!'[atFۅ* *",wa%4W<ū3 g`r,̌dR6&fs'`.64p[8WLʔؖ˶7[FRBydh{v/D MSyf*s/BV^R }`4 _cNC+EA8ǧlmFŁP~|݃YM'v"Lٴ :SJ\@8sa6cOa"D*{Ą?e>|a=>\܈ 'tG NIʚI¶υrφIa3,%xp& P`XkBxŧpiɵ+5!,iPOT}x3>jBͣfkçVW[ H(Wc n o {Ź "Tyʫ'W|kݑ^6:_ޠ*G8o Cn"Q/7I7v3 |/Qc^ _ZޅWvM:>]cPdTB]< lq6cM 1':EmOVݒOuBVRΜgk< s`UӠM1#2*6* 1÷֡[}_{|ۋCzvUNO[u*jg`r9J}MP _L^/6dKfkB 9Չ f1>֬SXhPӂfQ;g'>ÈCt?MtVTdh845-ȍNKm,{BMcIlxfzX f^RMQWCiJi/z"g{AZH5{U}f.>ͰlC ;|* 2=nt7r-$Qu\S&e6޲gϒ /V5Aķ]^"I.~Jh掓{C S 31YmF3kҬdH۹NʠB/lWRlYVր\}CXOKMI/1{C.m҂µH%}T`hppW{Zv[=»dC?054g-d2/{ik2{iX3 $d8RپKvB>zٵd(t`b,G%s,\0`.,3\3;f#/?(*aeG!%c}>DD=x6"0;j/S՗fQ×r0,1߈]:mP@q,a)Ѩ(/F$xɔ#2yTnR v1?knlWgt&L7FX;TãnbFV=|\$J֊c-lO6FQ,gox[">kA)y)[uT}bJuG@վ C.hjM~U#%VUAG}X 7*'Ǝ呣`)1st)gJ]dK6Q}KvFDM}cS&NG ʼ!?Oyi^EǡL "3/ ZX$,RM F ٴs{?=&wv4g&d'*X02gЫ[p֦>~[SߜAxʠKlLfEE *O!KJvJ,.fyU6mΜoZm0O!7ƖX gU\C8U /!G.n=7[> ZQ;ŗh>;J[˯1L}"{Q:{@Hܽ7q{ 3S 9q @^0g'͌v:L"rA\O}RPH7^ rG]~h͒٥q9*0"dk}/AHpH%%S|S&|O*Hr8*1Nx(vab|khl+iFEy|`L lES9u1ѕ>YFoOFέE3,n@t9߂¦:cY8HX.𨜆 cwPrv^.}{/Z:_ I] OT"6 P/.>q6)x p9ft]=}@ _in ЈxBdz;Qc Gv^8Ye;O-x&g kF51pw^˜1f ="J^e*b d.X21V57Tqu18@{=i{~Fȁ=MAOhfԆXݾ̮GCQo|l^Hߊ߾P`ZMYi֮v;G^d3fӻ@^d)8 "˥Ed-n5輝H: $d*l1I~avT,?Si9Yf,EIMSrGh|P?pW}?Vt?6̱hዠњgC% Ծw33w@v6vî&%#9^ %ebAiHSUN@Aqz85kbq %W2} 8Xk|T9 k SsTλ# n}ObYZZ"Rt."K;2eR_:&P~=S_9vݔFJ,bhi4s;._)Qֺ(]í%i9;(]{z5;1ɮkHn#O; ~.k$pS>Oa+]L2ok h{8uщ\|ݫdz>A}(rb 4 1.gT8ezhA6:[7dW kWL_j޷m[:-|ɹKΨ*wwiTeY)T?Otن^-Q9 `=[|{wZ"UsQ"(x }`05E!mX]p^4hb&\l 5OD$ΡK-? s"IcE S-Rrɿ5sFz61gRCԿLtO_Ll~_.'v8Lb 3*;82EN26b3=$TYt7yo↰oRpt1?}VCOx21MX_W[J K_w[te E ϶X@4-_s't#LSQvz-hm#Y'sI+t.eLtK~Kq5/^>՜rBخsr1ɿ+NeRSXD':EH1 jc|=*>%7ds']֤z~&2^kQ!ǰ/v}n`{zEy'X33jtPAt>2R?yUaG1yaE1VE4QT@ܵ gWgC^`Rom[[^Bwy씀g=>Y"C3uC6~_AWNU)\:h9dtN^ٶJ'F+oX ^H Gbn`ۋ>`f~`1!׍#*P"/Exz+?;*̎oWaéX a@.c~qcpJ E&ѧUa?@qy辪ſ"jAٴVH̺_$y>Gko6Gѻ`uT nojb` Մrnd#vX=t+.{ DWwQnT^p5MSt;nt{Q) WkO8k ٔs}>'gRu5Oy0~tR8 E7!H碱yT$$D<7/;Y5X6g<)٢V -eԇ&\7xm'IMey"S b.k'CgZ5 0d^7ḩd?]0Qs#C:YB>G%LZ y-P| r]tƠeʁ&.u'49ũ&|%5e14injӠ&}8Vo{ʒqz7+K|W`ⷋp%>]vL4RL.N)gيYp9ڈ$ \bve>*cJm(}P Rz:ӛtFlp降'2t.LN}TU>Nvj[g7Q}6v(>X1E7qO ^^SGPs?[Rt[! -S)y~*O' y$t;F§7'+8k°KpXMJs$W f4Ȉo7z; 5­c>OQZhesH6" DaKFk^SS( ]˷^ii3Uו a2gJwF~3M=؆ }7L+}ϮU_ K@nzй)$Gg3hӰ"d_948 Ap˟c*Q:Rs0+Aoyre؇O y "v B03')ݿ x%.&x4߹cl`ө0l]$6nSzQST/l|XPH:i2o9%7(a,4dvA[緇U7ƜTVGQ8n#3P]!8(j [zsZx:W۱<'Hk Aa^VՍ/F{uddYV Eޯc|̫A^~:(;yig^7uᄬy1Yop"JT`oo!pAb_ޑ":SuGݗZh "X* B\c#[5q|qA:/ 7haC}ȎlE'Z Kk=0R!m4/bR~m3ִ@i`dG@ĕHBUΖ(9&N}I'EL"l`7G$Kq4ݪ:x:Ag`7}~KeHolQOL@ϿqyVԔR㩇phs#0w3V?%s!QPugicIr֗jI DRYӤV y,*V3)we%dq΍NeȽUYҮ ;u#W,;\9ƒf=F%zXsFڡUJU>B YӂPĹFmvYRY"2:$qZoMYA)w; "Э#:I7L#su(i˔=Sm:78D=a]/?ILIxg! NCmUGX\lVht2:lB(j]kր*̧ PN: PLCYq /]TZ9Nr#b#ac^Av5:[rd5t(,5={!- -9WFCʮn4}]AޥHS&`0yxSBlx ~ ar=D3qCE` ʟWE1-!`ܦ%OvLvKSVIrdcYҀ 3 (A,[z[s;͢ӈR] J "Xu(R`8Vg24C䡣6)|!`q7.(9^y^}91ptF.3L pv;}%f}%i1=^DhjiM C|1DP(Ei,uyͭ$:`#[/;qlROZE2akAU!i\cMNI:Thuh_s%yDيWNZK,EIsmە+j5(7KmV5&sm_a*T:q oMO|{֝Pn}EWj żOE?YgOCTRYL YmO2[?}61{[mKU !l`13KAz6, T-_znenTY1hB:0)H+Ӛlphof6hnqhpYFV NT-gl=4b!]|dHI,1JG+Sj\;=N#;˭ƅOo\B 1PBc_sQ/j/@s4}Q SEn-=L$ e*`ia—"!7'ԟ\/,48u,+pֻyEt}=_֙q}O7ٲuݑLN0$역Q*k2W_nZ'qcL9d7̞reI^X LԂў S)Kك77a7`ZE-]6C]US- i}6R ҤH3eIV,غKMZIixdp2 i[| pqF8<{aG{a=Q?>x`(ݰlO}cLMtКM%[X14 K.5ef~0qtk#tptxe/PПCq+9 !ͧo#':{{1=, IuTdg[ =K{c>C4!țΜ==\.e zB8/oy1ኔ=,ymfm/U&XCL=Ò}x4/S vu2p? e5ëv21 Q@dRHZ'USbЧ"T5*nXv"xL^DYr^}3gvć(X]&@Fצi7{szOJ†G''&Y'癃{`^)9 {=DX=Ȱ >Uд L1J0w$>ұ7RSibkJ K43E/߉DZ34̿£}DD~hOpX~f#Gi- 5DEecp]Hilwy0xñ4yyCsBJ'.`NzehW , l{6@|`ӀWcݫ F+ *N5 mI- uڦDEt$vq@섰Eܨ2V;djm2F4gZa/@I?|-G/Yug7x[sj٩Lb A`}Ɏ7A2AaTt]7)T)WԐ[mV^xkF~ n ,wIgl]w˟(1Wg&L36?#еg+}.d.`* bl}iï0.fd,(+e 8i=<0Vgd y[?]! tZ5HM@ OfTqfdW1 aA/`9 |Ug8dA>I+{ɇ 9J)K ;6Dl0~V7TF\ _/D3 l<=OJ!,<gI,UpR2#q+u O-y-)̃%5[cC[ض dY+hU/238S} ,xZ I">8;D ],CubUѺ)k ZLX4fLwZ' %*ir.KT$#eRNz'ܜ H,1+>CS nwIڹ"q"YdyEf'h5.tk+3y[ȓ&rĒBp>ZPRg"`n+ey]FVQjZ_I#s37Z^uL%fSgôhp#snڲ59;ʅX1[1+>e!5;lШӰA$bJ]%7MZH᥶W/; Z[Fk {OB X^~z  )'?!4p+v-Tܠے5V\ʝ< uy0s"`g[D敪$'9#{O=wʢe&-4\뚊55-u+I<Ἅbqb V {F|˛€8N1~ovް$ :si_I,W3ߏIKQ~^GIp6FDF-su5,3ǡT&?qM3#[$EJ'q^+x< ).:ͫ>q` ޼E!wԪ`7:0+aLI3@ԾHUC"/(\:YI4``l(R+:F+hN!m80PR+۾ًغkkAsԞ 7.3jCp{wDhh3+I}d2FyyoO݉,]i+6Zd?|\ʺ~lʩԇԠPy䕅X{3fm8?̆"@2,Y-Y.Nr ~м\-3>'vqkhSfēC#"6}ݳt)AM&( 0E-tMlPokJ*D%6O7Ua[q{A-N=~Wr;Յ5\A[X}`l{wb_ѺFV4ɳ5hGx gȐtlydǮ:blõPPq7g$QJI=Lx' dk:~"1#@J% _ Ƞ YHYg {ETˑ,܍鷕B^n+ś&F{]׭|_7AKtM ygpke Pۃ ^t: ҰɁ3>1XHF'IoSK/|QyM ƵgƵ@hC mA5Ґ#Y"O n*kZRo8/ 6[4E`- _Tl iF.Gv]'\u,QPy<> w}QLi8NN$t^-}M1&8 >Z3R?8؅_cw"Em ͐N叽TȞNx0.}j|.[@rK۲p)?< '~˩|] ;Oe ;xmȽbJ$QUSȈCVA4[!!\F+Lt>PKQm=:,<za \4o+ CM ?3@6Iui# c4UF=r1ZSvp`͗uYr&٧bO/rԎCސ+8p4/cFrZN)b= +W+񝏠h+9߉;5ͫhDO(Gk@ #q dĿöa8wZk8ߣeQ,{QW|Wt>YhJ6ۡAvLT32yL)!,KMxE ^YJYp *CijB$B18[;`7yܨ뤑@+@$ّS(KDl!%\PKY8ek;6Dϱ?kȽoBt"p|4A|Kz6=XPf ϣS$I8Æ b~pҷ َ'\#^iX^OL:DPSlPWKRW(n]Xa5ᙶpD}Fѽ4,7g1*E$ G;A] i]v_ԫ+,F{BnA$#2luݑ~:Fy;%wKpᥒt gg7c4K-ԭ/ 2~yOb\[kh7n;lh`'Ș8-\zl&*ĥEs}5@0I:Ah)S:؆Us ZWԔ#Vޫoqվij'%ti.j6P|&bc:/_ Q ;'w̻ϹK?CLcڈ( Dr=zvJX~t6"'R}SלbmuꢅDW/\(K48ܮ4j=%b3KmGWk!d݉-Rܓy<+\ lUx;0$a C6#zO FoX35-$]2֓Vm}Hܔ^2ǔ% ?`krՑMJCRn1-Yq=T?r>eG|r3(Eq |b SV1fVAB5ZB+JcƼδœrTb:/;( }ɒF p炶T'nD/pSφ>'p-i:lCDM6cS,1I+^ |h fZQo7Q_AM$ 8߾$T/dKT\!he =$Vۮh|\䥛-ս1b蕳 gUDg aJ?ffsǺh)){J] $>TĻ:smQι,% Rs&x z% NCW]_YϛYkIj;; e0r\1-RE5Rc(yVio)HMro+ opn {>jbfɢ!CBΦ܁O?ݽ뤶4XRd5Jc (}nz" vj?Ygȉ PcK0,/P"ճY^R8Ct s)ƅz|Ct]y yJeOaܖFT'ʪs<|3C8;tM5(ٻ#sm XzQJDCjIDQ_;PkZ+>6Ӱg %}ꠜnhR&$VVi'XbHU::M* iB;j\ɥOj8v R/E?6 ]rKzÀ\#ղ 4klMm,ZUgaF Stc "``KWQ?]Ut| VqKm5}; T\:id)Zy)^>uj?t+8?4 CkE@s>+9H+A=yx/; Θu Tc -`~)C3A%&ܟS<^˂(舫5uyoצq7>kaybB)N#ڼRInZ#F0>fSłbjY9) P*+Δ-'?3?(JPNsw>}~IŶi&Q6'^)1E=Sk BAM I#i>[Q?ItYD1WFǷիAhE8\11dis=qZ*_SoϬDQ^^+!([@!nZOu}dN2cy}r+6Z$8ꔻ֮tvcDD<e(wpÍL!ҽ_a! '_:>ޝ'v6>s&LT۔;aLge.R|+?ohflBIZv 85b~!WY_X2hTbmG>! ء}zK}blMƔO'?+2`P?h4ʴk MQ0 Ťq \bூr+亯z{X:t[tU3u֥_hX:[s6%. l )K&6@"hb* VHtZNDNrkr{u-). +8򺲾4FF[V5P+Q՞ A/ ~'_1 H )F)|#D5FLvGav, T$qrdG/VӃcba>ڧ6:*CUG.o 46%KQ}ul`6rE`9Z `0]@uȶthLI1qmSNd+c9]܁^Q_`4QiWV,;dzj.0),D+̚dw1UOF⌜۶xo. i@xF=Bd3ԓ8ȟ71jt[/Q;^dJc覬I? ~1$x|8~6TU t!)l}F:}b+-B73!|Fl%m|+$5$8pgk!>IrTt-nPDRTCO)Ia^@xc$aMOjG'C8ChB0vЅ.NX@YdʑCfk<ҀI]dJXDc=/-ƍ e"9gPܙm$ළ0Ob7)VeQ_WnCZ$GWiUqGnEzts|YN|!*0BH2?/hH(&rm:ϡJnım(a3&ٿIovr]:y$~Qm=~\lp~\K%=ݡ6H-(nI;]~vp<֞Ae>6,ǪӍWQϞ d#n3͆&IÄͱx}6(WMj;fO@n蘒ZA 4q Q7uqv#ٔXAI]8%BNh;SZVJHI8Ӂ̿y/jб.gia7ul2[ͼ!̯B>DU69~4UZ׺iy ʭ@֑3aF};!ˬ@ ]}#K‰0#mp4Rl-̃(I}&媹gR!9VBrjseNmumUh=tJT^ˇg5:/)p[ZX{Ǿ 헵tֲ5؅ 4R=K`̌it%-l48[ux8&kHa!u]#k^P3 .ɵgE`D!H:V$,٢L7e[".esv kR3aT uF%a$؉m"Ơmx?p(.D Bj%o±6hv ~b[s񮑫 &:jzm43Ba&$4 %M'rC-a^|ft1\Q3E _ZH/F(ǐU_ gĘ1C{Ė"ixb䬪)RߏS9;3¼ՌS-8D+Vȧ!YlOGTtI- j%$Hfyd!պ MoyZ&qP9ol$ؼEG:Al*E~֋ܪob19o;Xy>w}} )Xh+ziɁ҈ _ CaI${GKyEMPi](E{9۷'1<~{c +TkS<]Q 2f[|! p7z YYd?!y0AIμ5IZWM+eNhJ<,Rޱ>#rǥ|Bf,2>PQwMK7IM06R' hbѪ)%zXo[S]_Z# h+Xflg04fq*R`wjZ :Bs3_29YTmLQ,ٰ>rL`”M!2Lk6t)Cu%1D4F@X1t n(2`]CU$&!~sz.ըƀug|ć>N}pupM/*x\W\i/%Y}C-]{1:=}`hlmA90 0C'`7*AXg*&R`T{ *TրYAy;*ѹ86rsx b{f3,Lgu!." 't%no6pqh.lO j9}q3u*|v,_ $5lo&TN>_\#?732o/Y(AױwQo "rOT-X=R>HAn)Uډ=B"+t~LFNBRoQer.MlEjG"YyS(p'.*ūowI]dd8zߥi'x"<]W;%-ҕo0# Fc`֮[AvΖ1qܰR+t2Ƞ*5OT~~b뷚6Zq Ÿ)9EOإT2$$e+I`Q+uAjG&vfo}Y:*< to{ruMAD8E8BdY*&&= a b-^fBM D)zq[nVv+ P"ާPi@*O+ .|2bw(JTlQ5 R jY؏_yipCɉPv#?l15wQM>C8ʟbh=芏 PETkz{⽯~^8/+ F3SEhqO2'a0pQ PVv~ .,rdk}g)pYTP_eɴ`NG ZW:pA~#D :X@=O3V{~v""j`W?vQF3i#Vd$ (6dHu#O=-2Bk]l_b5FVvI{[l%+ku++|˕Geqʜ,Qh-h9GAhFRU\g`h0Bo6P?$5ZpQlICvb e`]hWS"MjVD0k .{/x)ݼ^^VD&;;ieeqB_h&T^DBz8ٻ%L*O¥}jk@;^e5O"}DH9 ݩ[2D|4.#+Uq2Q2Boý,G|GKY=&rdTQb=78\ldPstRA%7bڊl4tyr筈ш@awWy$(_LS}mJqZGÂw9u.PЇ)R0K45 'm9e&Nf}Öͳ=KIozT{+{&fiBo0PScF B z]a! "{ T7s^pn峋7&alcJ5;j?ꖱިk:Pv M"v݆dFgy Oq+qJ86Evkσ8&yd>'4^a,qȹcW|؆0tһ/?Ʃ+B5SVzxS`.BfRS#dĢrg_#*TI*9e/1ktj3W%EU B>BJTO@O_9E|gLB >"q#^9&{M Ied:|1) w[ޟ(q@H[qPsQ/\;kE3Kйiot0Hy_YHk9B= Ap@NKR3@vO8b %2[>izf3wlŔպ)b2uMr:J %i+>{mK *8[~; {ۭV38%8f@K[1r ̳YY`9|y9zPfVV95TZ 7 ?}%Y,R[ϐOЍ! LP;xR&;iggyM %>-D"} W<5L`.K-ϳ䮎QD㐝diԑ .&~ǀ.bf(喿2NO!1edN`DiCA(9mo&c:JL(蝮iחIW2SPu}3NWHzlj6􀡁 ?辂%S:D ]@'/ɂKf+,D9]u=< ϔx؉A%"&BJo%L@\"нQG/YiZV<40}Ns1, RHgOX`SeVaֆl:AZF2g+pC63h#גpe O!IU3*au.>+DHNJmVpmpH/ty4A.Np.ķ!~exbXaOJ<j-A+Xj~mfSV?9dXr"(vKy3nG W4d$1{J(uT5׀Eƍ8씪`ta:ns'.$ٹ 4 y1]:3\ /D8=yT$'4% |D}4Fa4lSW`J,tRΧ򋮩F3tZso$CnA<*KZH7[VHǓU`84S-Ju/KdiڜQߦ WgqvE!~ u{+fwkqZSW$Ѱb)#bHtoQGh'wvHd%)RZ+DlX0rGpܕI "|7ElVխ=S:)KusQO-kM߬BJY ȓVîS(knFgsr,hO@@LmW/{ddR<1FЛ|Us4=,fPQ.V׾%ާn68UFKy' $U~oJ"IwN]=XOX7m:R5-aw78=srӮ-e-ĪK&@X3j ff*] 6 ҝ\8N#$Ed_>'RSNn"KwJ8^G?_'O2o pyڠ˂ nVUN2]5#'elaFh`7*'t6*1~l+eE=´V]%&p8pG\ی^]{Dbӣ> ?'",qEby)= USBW& ʴvFV6#ºLkZ ox Pih7.RBOU(gh>l\?sF2C T (Wۭ+qqdwnu?Q`,??xmkI1Y;)2 eH'kޘՙk+?WA-K04TԎm/;dPsУ&v}kTd3)JtBz RK=fǽg,р1c# ź#3Z Lj|3,M@e&x-BkPY b k.8[]哴=(do/5Ձ*蟆a̻c@|o5%fh-ˊP̓H.eEjz[J00ͱzFP瘖 ?,Vf<)p. 'Dfu,SRD1Ӟl}. BY\MAJ~Y=9Z524 lċ\Qɴdv72I8զŝI~ܽ4Os} *U (D:Rb9 $ݯ#d$!Z29]5jKQgw1X= O1]LQ^s^Aj%~o}E,TƀH±-}O9 ˭<]%cLIq+f9Ĭ\00ђ[Ə(rԟz|xo0-ODDҲ{g3kIh =~#/>PͦZ8|֖Q=PkJBw稏"~، ŦT, mnd)CLA݈LzXp̾r @V] hyM'BB]sI(|J4WM+‚3qMn#}GCS5 !f6/D b7K#?Z6\6_%iFV9ZDM;ﰀݨnuPZlS V܇nË|$cY`(wp_Ȑ>d}i(rn%Ԡyj,?2ر23@|+UO{WgO2>ȑGlQ=SbZG27W"Ś+PJ]qXQa@ٙAR ҤDAs.?Yʡݑ3PTjs'*jDka&ܞOk3r kmZ^JEYM/2"}ԪQ:v+(ueؾƻ_Y sߦvFy$~ $}Gq.g%tiܱxb4MŘJ_JgBG\ (F ZmCHDswb㷭)юj$Ja OgwŮVSTB229`ʜ<uABxe 4$g+cW{\;[n=U߯ 9--4nJw ŗ 0 `m꠱rebf}q %q;b\ ˇϫEԅQ݂W› w pC'Kܜ~$>#Cs퇴W]hO.^R0rȋ"-B˟ T̉ޅ%)A86(;Q +N5UO-ځw犬2R7HQNUI̟rV78{Ld`rJ_nZie}_ QqE8N-&|uP,! oa|~aZs L..R_i ^օ+.2G;If'Gzd2En\fٶ΀5T2ʃ {c{ [Q]$EWdѽPe~ Ɏ0ú3Vƭ[lb{Un:^\g3Q P8.1TBxZd/F} Nհ Ni6tG&Z&껁Gl :*y\IUAV6>*S"_|PC^ x׫hO+h>,1a< & wl|Ӎ<1-Vk|4`ZՉ$-گGku9ƤW) hmm} 3gqƱmkxu9Opm}pHW{rUdS!n2sՊY z>󣝜$ȸHmCJؚt*Q伨S,5svďlC@&>#:M@ 9t)g""jEm[I⒥a #jګoQjVY:x@[=v!"+$U|Hz0|$ZPOƠ-6?e,A~[!DeER ŐtypRKiʼy%ZΗie"WsǏw )s`}jghy7k0A#OaQ{\b74Lݣb 0ħNwѠ Dy> Bx@j>hG.AqT5KeԹK)F Ȧ/d9O ۮ?K85C46v7hpjG1bGAՎVX5<+ؿ)BM}+mqtjEancdYXo' /Ad(`pEw9_bB*}-]aŝO"_7hw18T0g?42I&Xp8Kw6I?HlRd}tl <[GK%]sVb@rKćٿb۔OzYD,iUE9!?^%kHHm3 s9 _?n K_omq![E} kOo't|7:J |<0PxHtzX )}R:tFq:[} Ӆ@{wc=D UfZN$HUgTA3 \ 3WT=S70MЪ W -X0?̪5ǁo&zK"WuC+_ڟE8^fֽieT6k`8fFŘH&Z}*MS :f CDM7:lB$W;=Q6;` *I-8CRټ|j#UV04s]8\@\=tG}kXucUם“%P2+xn@FfYN:l)|9=)Xa%2`aw2O겐 5wE0 etIH&;ܣ4E>X(8$YQ(-飿n#&לy^mt2 MLWB$$i >8` , uIF8(~v|,yTT-3ڙ!!(z!^ޱ~.vʭđ>@5ޯ]G_(am(m\3s+"=e2G. &0. 6\|!Nބ.}&| 0h]RTqBf]r'/f/b>zb:6kPX\?Cp ?Ql٬iFP.ɷ{OY ո~i;ۚ;'_g}A Zw<f.Pv%}! eژnr_C$.]LJ]xb`qc<계E֧\M\:ГD g*?!EW.fOR*x@JO(7uKW֙;mK@g"q@~gQ+hhIx>76+F'#bGBA*0?w ?t|/"cFEc;q6XlQN/QYV̦)5&xtq[EP!CLZ#^w1L826; !٦ՏB&MHt?{-*է0D6*%t_W+x7@έTEz  7¡ ۸P~<]&[])(q3| aj9-W{ϟHدx>gјpGٰ/a F݁ؠMFᘠ5eg'Oes_<@ _h-|$ㅫV>J4|\z%In WjM*l&EHO`0ђ{nnVβņ%kKzAʽ9ҁ257o{ ؼ^7SbL8Y@IJ(1Ln`Goy'Xch#OOدh1gj$l3Gs w=}l}4'Y lTY%4f-FV2;){=Hl>wU[7PRԮ>ΩU5UgQ4ץi !X=[:lbGP i0P^ )˳`l|0qg w=lo? شިⅿ4_&6`Җ6'h F݂U?Rj4&RuCsP$v# δ;@0=}v +L 3.4h5Ic芄=@&όng!v=-o$ <Irŵ" g{ne3sTAd p*? P]r'6kk'x3oGkF{edޗL>=@|^}7:C$`;T:A,r@nA1_<kpU"L9C4y-Ni|~"bsb|2+ю5a@*},hϭDo% bR[ީpC WuBj>Z*#}.oND4$Ft:ӥ !YO,pnLlzΰԍ+- WBt6xV w#&Jm 0gO3)=bsbc֑.q0=SwvR'a&]QlE%6d VǸ BZmdn Kp~I+xfʭJЪ ֍d0ػYI"IRMY- '90!ZY{5(8?~52$$_Jk2BѦ9SWOm/~| +fs@aFP~HʃJ rʢ1lx6Ex$X\3w Z0Lw}|ѹH5`J[c {Aj͐C8\$"|#k4.UfY53_Jk£-DBp#VMԋX1PNN\zNT(%gPr(Irpa$| zO6=)1Y,3g%Z`sF`-hUz]`E^!\7YZ:(dpRJd4icᰔ}>,qZ,fg4 z_^],Ը4 v} ȧ.jN@M$ɔp+x`fV @;"NZPLVyŃhQ:SwOgAR'6==n*U^C|\kP j؊EϕÄ́7h0%ѿC`Hڈx֢)F1ti-hʴ>6l'a$(V pEMʣuDJ^KQelJ%He"4aoM;i 6Ƒ$[UVP-,҇Ϫ" pP'%HqgY5Ew봪h_I!RdT_)Ud_b2flʌZS"koyE?3ˀnQ>kkzV;ꂟ ӡgMRs|Ǥ&rb08ځWPߙ}6|E31QR]&3[_bh,hI^hM;(Br,(|]W4l{_z4Zoה^_@ܨ#@MNaPֳpNQu]P$?olFeKW$gpyRCd)fV }Ʒ9䧴>PLhW΍&,Kk,ݵzISVX i/#,q@"5'?Cyۡ Iu)&U |Vk=E=Rro31m$eґ]kp.4~iIм4. nvH9Fݘ݂3x)r E&CD?%%ԋ\zt F[\^xHa:r9ӡ#dPqlb*-_*Mix'c\J>Ebz[i|jlHU>.c^w\>.g2R$5x 7Ďơ(ɨɴqf%o8ÉzCf D{=޺jdCy`kHMqKtQwH'߷g,τ)탧¿M24͘kŶV*/ ͦq yNҦmD'?#޳l^)qZ0Q #y\4Z'9OԡLj-=#pr $s".gNElE.,ś ]Kt`ߋG#8UXSWцD Kӣ_w;SI3,G[T4ͣA mO#)u~Ns+F7yQ12|/K<ǂجʔI`r^_"gQS#8(5,x2As ~`Hg$ `OكeUD3w{Dpno{zDhҒ W d !: .CvϻZ{N)R n"0ǼX'q}voWgP"ط\;sPrxW$ 08Q|˿׀3QM9_CwZߍ ㇽ[dՠyB95IDC[BE&Epfm$$nTacU~_YM>Z:Wt6ab#Aj ȡEͨ }7>071pm˩t]+gJTQeᨱLWTǟ\L,gY91ߔRbŶ1uOqHki @'ulweQb6$:Mva> b1KSW0nj 8cLz5 \}ʛƕ_Ф['|ɫcy?@܂17oo%h%~/X|Я0Umnͪm6 cL,8)Lû+)' fƤ\?HuY_f5d`,˦lEQJMs% Ɯ |U=z:]hF6zlF(P#Aa̮؜ը/ͽZnCh#HhN#nDBۗ{;TY=Z{Z°ԏ*r|C681s;=6ПTzNze#k5k"VW^)XI+iҮ^_|Pm9ҷ]__+X獖8mqؚ@Q{ZU!Kž0Qœĸ [C(9qHYu.|(dpe굕^Xd}uIi6|fq+x%֕`s{'hC0%Tr޸rPߜ:CAGã۸'z6PF#KQ~ Q}? O+8bj.TIʭv ^Hl[4GwާIC{t=læ u3JҦ!oj& ^J.T? qt0ibVf_<ΖhE4EaeclhO׿ YMUy?s}1Y1,,sQ)橗tgx_s ),;Aћ/aP2JXM("BYIlX֍nFSZ&*ڝP#*["gXDXB~єoدe;^!* !ivlTŇ?OFl_Éwa+tlrS% ѫ%c9 P4rl1vEMظFM|c8+ٷ%P=RqwpWdLY QǏ!*qU zUeת!gr1BcJfӿAn %|^O"dԕ)(ʃܻQ7Ob=OarҼY.g9CiaD2,ST}x R5.p4 KEB H-TdV ӹB!n3mY%>U^qQ#-pCPDl۵N# -ia+=8rwsLb(ffC:'>YKV#~+ OX{Tmczb, 9ڔ/˒Cڕ &*6; X_lD7C\A_9? k@aO Zb(b7[8A](?}*at`sUQw;1Oݫ5}5M*MuW\2YWX vG0 ‰ŊfBɪ/s^Q+]ڢJ,$JU^ ;m緌f|o牐ˆiNRRn+EW{'qݧvй]HH$\c"K/y97Į"$:Qc^p9P%2'нcTśbY;FJO}~>Qo էVSҏd,-QE/6oey3Ga.ʓ,I9~:4t|ٮ· ˽Xoٱ\!l/'jV]LԺg-1,M3(89R^XTD+GoN4RZP htn?ؑTa$ΠK9LzshʼԔ#5TrZ׶ٞO-^b&*3+5HKvgq[LZt }|PfN/hBeYKb;JZؑ2ay  -[ ~ .Zk8WCvŖ!PFp|#_7Qn>/;JGpN4վ;'Qd쁤jണ(#VDg+i'*t)VFH'`rpoSeDʖ3;ogS/mF#[+*޷RD\\6_DP2@F9CBIjip۰ B . <$2~@Z3:$ /p- P_NF30ZC2?6۲G9& \~ax9M؋uׇ)tGyM=%ژDQ1jq#hvYPV!7wISOT!\mrx0M]uĹΔ &^~Hh+Rvʍ2JGFLZTeQhB ۼ2v]} p66Up|x_*>lq'ʴmAԝu_p"%N{c)DU!̔PVQԹsW c[5ٛh5Q07IRӟgF/(#'4R@5e;,?Y!u՚'`;#<8d`+%5QtYvcaSBx= YvC?ʰI!)=-+"f1T}ETpJeٻ\70pu"`< $o t ܇Gc-^;CFUElf\db8TR^k3sD;$d(DStbI˄ L>7Rm=CZ7$7)^?}Ė6i\1҉E-tz=˃T/";؍Tu d,B* diG&1_/Lf?ZSS A$4mj拞+|ʗ@ 4nJW;8y'q&BU04D·ZѯM w }ϝ_u{.C&LBLCa] v:xӺ"BO.-j] aq z.0E\or_ wknW@] (; |KW䟳+ ~!/`*^&E_ۇ cəY(=:~VN/Nt.xa|G0K9od\˟E^: Pj m,h5F)&|&PwC ݡ׳S7p|̧mu`Fy]tq#T@" i VH(hiq'N<)k ;?nӍIɜx+OĚy`r L&w>~H`&z~aVax|ɥpoׁ)x0,VCqI}NxuhN䍫șE3D+u-tL_Ug3^o:)Ypf^;$adyU>iP/!S8ԧαxJJ:r['>牪ME<]it02}Kt*.oҡ s83Oſ~*ݕ[E>s gY,}fQJxW# U ,"M݄ sZ'H]=ٖGA]#MT|F(si 6dڜ*0t7"4"E1rγ|MΟ TN Jj.C6"LTZV# 2/nEݲhB^s"cꮧH]PDKlw% ! QeKZEX |RK_/%7fN8MH nT`N˖=QZt(Me" p Ljy".Ѭi~b9u93kOYke!ULW!Ŭ 2ģ# ǧN~zG(џZ4Răi z$p0 (gKC-J.%' v~")sixQ\s{`]-.~+g)S~SjE,F-QS.sN` Pi;3jѢ骅tkW 3y.@!j$1::ӫF čQ\#9m@o/`ąUwaM'Mzz?FJVsFy s14{?%4yK .Xk] gh^́m0i |Tri̋?ƇA om`qǠBg7,J{Y~JV*鎘WVjdP-ܞ ";78;$fQJDg`hnTFj;*,?@6',ͨ2۴&B{F_pW'ؐ҂^eEDLVBgvn)V2#d䴾X^plg檔= %5#R}克RqD XcLdoKDJB%9Yye&kD!֕* 8͙ ǰv&iVcz(FׯNT!h4$1zb2ޕg\lV%:bA>؄8. :~25%% fO\(r^ brDRaä3tp0+`BPmF3<$:Ec]5׏1v/Xz 6`r&K"s0 /)ZnNQz~aIrqrmr8GSG&fBU%wR-kKaiUX'*m:Sր(swgpm>[0kά+9p2U =$ڛ;SsEmjᦓ)ESt]EHER+ Ea{$[9+Eg" He QZ  9s <\Ie:!K&x|4(9`?|:)CbI\Qh%ϡID$ʹ.TrrQ5U6ݹ-wiD"lѷc;g 3lEN՝DTE%DzicDtT#.I/]xds5K޸ oM})}]l߅]M`\nF:{Wn -\9gYbo\[ev_g I$Q_h\V1dཀྵ| eg0,cQP *X:Ukn|,2qM~tߒFIO)^PUwE.4dvhڸHT䳖74/(W58-=&:jF }+wGf*v6yy6Ho(|{>")!(;_\gsvCB1׭اv)LI2v2-}"˭G/nfP%9\"\,w/Pt=^i]Jl nR:tٝUhԄXa;/ -+j`Ȫ|v'!/'?.1\b,}x2ʋ PPh\"qb*`'$ -.$^SiW\UM+3B#J( xر:)A=:|9P.,&OfF2ĥiXJ褯K{8?y7 Gkތ땐} Va[;1`qJ*I5ϑr62ԌL<| \OX6Ƒ/~U9H&_U~k>pv-"flG/}Wvz vFZxOr~MEtX#HJhMTEzSxjrhtgBA7 rry7#}zu|zNqX.Ffwi߈j)->AL@0%%_JNFpb扸jd]Z?'\Y8 8Kh>V栍> Vri0U: Ծ&ƍurP 3`^K/&ע$Q{<]a%2uk<ƐnaşƦś ^ࡍP#>bG9FrۅSՀ-b:O3Bc"7HxCSؿ7ܿKXn rPB\\ދgsq~ս97#DFj>ۯj]7*~r)}+BV:&G?Y,8!|wΡyQ;o~A0H6go!uN\E9N t `61C0Dݞ(Z*r#]̶Ȍ|Q&KwյbY=*2{=I7%NTTt!^MFU Qè;JpFx4CՏ;v?q dp~CrCbRܝ-IBc>nsi+8ԵǒNY4oV!J]ݚ1-kӼq;..|STKg -\yY2twI@a6)*gID#YUVO[|:M(+ysW_,{M}faj~~Th3ƢtUŕCf>_\Ufwkn"dѪ4){֓u,%\=!a`W&:7_q d[C>G '^J(JLP4"&Q_uQNyk1aŏn@(K˿_f1$ I҅MoagvAd= o?t++62E0NlHz 5]0iܚQvq*gtTxTvpt:B E_tk D/)O:R-R~ĚJ+xģeF0+z韋q1R#qe#j􇠆7_DӜ5W&t܇jbjfZ"YYGeLn)NifYF NHAP.e3e,IyZFxfy2FF+8=*?2Gc >q2fz49Ah=8l.XOx >zt) *R"0ы9l@ Ť|<.@qll i2nśTXӿf g55suWTFޔL0 MvrC Kx"<v O ̖i8~KDv bk~c0 ~/ zovSLpx\#LA쮃_zuБXxT^`< DKhk]i(ĎcEC_"tٚtAٹ%X_c [dlGDs?d~Qhv.L%vvate*xF@l .$$mVuŹTooJ9]j6QPku|HfWqhS-Ӌiz-RTDv+ѿde8cey4hW@o!s; Ij3۝]2x ) n85v BWvvi 'gUNY%MsT`x }{25k3y!>PWg1ގklrFSy%ћR\'NPA> x0ˆMS^L##䭍VR}>2@PZŸ:dܹ9jКy"8d$t^i"ۅ|2\wX0;fScTZ([3sNK`DV>IJqV6*n~/'5@ms{uƆeڳM@˘_9u`O(aJZzA~^ݞ%͊FK ԧr7HQWLsCQpM&ܒx޼XPQLT31_WߔY@kBڼ*W= |J*'0!@=d9)~,>J{0}5=C4&&S:Ϳ0R>Ѳ_v|b{8m7"9›hADRd?:wl-do aE0k}dxA͆z; W%/ ~,x 'A.yppL I]C)+s6k|U,U|5* =ʙîq/GzҤ!MAw݆q1/yoW&pګq>go }LqpaPc߀Y1*nnu#lrv{YJc+v\+҄'/ra92J(1uZ9WBiT;m# <98S 98[0uO{5.J|ȻcSk^Zz +G)G()+܍ݹWdž-CNzWr|I<guB` =2wnnt9Zz\W m{h|^s͍pp,Et?Hj+oN_#-.WK٠Г|$}$i-ÿCe"Oɏ~^/c]+mha5) =s/i^Yyϕ@L; |[&aɽ"EzB̐E$KLͻP]\?ܒqnBEɷ!Lwak[浡-y*sDZBo.Y s#$%kpO=̮UNf]tTRc^!ON}]-?TAX%X--XGL(1I/Z"z $1 Q䟫YsxX@`({y}on]򼄓Fe |FB"{k-7;^}/u1fSA?B{@u?X:Tⵞ.$i8FP~ֹ?&d-4s$s[ot߼d"C/+sX%~Ş/ |>ޔ #KQӽZEQ$MdXOQq-F8fe{ٟ%|K6 $ ?:/b{"K1J$a̳1-Qo3y6WZU<4/&:&,(J;j}͓S H'yx(x1R:q > @*nB@-:U;M2 T˜r@3n{US1Uo\?T&p+b6~q+YFq2pԎu v*jޡ\ΔIz_FķJ۴'$o/W# 1}YW88@&urbX0SʛMř-iV ̛*b+t.R~ؠmIEnrASNS62dQ߇i=JAoyG3!7c$[g I¢'T;% G)]& 3UTB1g*bhN3W2`inA2W2fi^O7׉hGO6X42gcHb1K!-lڝ˔vWSͬ=mLfIf=rԆ(_^s|iwAB ~H$!QowCL):#RH BI,m s )k-1'p“fT ۝6/C[D=̦?%&;5g7lZl| 8IO׫ !V@Fܦhv6t[=+[Ȏ+]u%ikAK{DB0;\kWk0JH=t qh`g\3edb#75gE}gӰ:M4/d_!g&ˍ-唘aTk.fhP4I1߲dc.X?JZԫeʬ14~ƕ](Ͳ*$% +وRp*Ւ8pV~ŲX wTjʯ!9Gܚŕh-i>DiG?X৒?J;9htfRt{p"(P0teHދq=ɫ̟50`oș/ }D.m,ND/9F˙FF; @HXs~@Zka>Pr뷝ʶ $%@!҇[ z{/Vlm\Wb٠iCFC`mO՘q% pBCge +Z4 UBڂhsٟ"-羽ɇk@![;`q*}F6HF#`%=-]]c)ѶU$5ډK7x3ɨ̜A,G`HUP&]1I81`)dS{kOޢR)KNFr547myG;ٮJa !Q % uI|k'@1纑HR HE;A5Y-]ꨎ'9F-];&dXJD i-FO42m,NrwOX . WU;I*{7ۙJFhkhv 4}+\И[)z=(-#n@HnSgLD4j#D$x4K(#xn\=BköD.7fo4>aoӢW`w}lEl⬪)xkN\)dYSxB1~ \ 0:G b#"HFm44l+Ҡ8Y t {I K Xr?f7:sbʤ#Y;oSt] Y5s% $D%\W!nպ Yo߁9iEbԬU(e=T$ʆw(`CȔ:ğ<9Q 䳺^ˆ_,m|` ?RԷ ]zVV;\/E?kڝ#1^9 ɹ>h!*;D?rc$~٦f c$us*WƎo@7>,vvW2ڔb4':o qA/r)Jp1X7eYm"bAn7I5p3^o#WzZ,$z!KM2Tn."ε AZ6u96, J9dx1;C7_&x^;tײ ‘jZR[ 2ޟԳ!)噉c??ր~{ ȑNiƋ߫D7pb][ tdm:r @-yހ15J$CzP rK2I0.jħz^[:'8JfyQl)U»gՎz@1ҎgJ,8;cTX&JU $IA3I)pX&C,Uu"I.!m #Ev W"elZti0#t儜e=fSCm_Ts\KEMFvlaOKT9tϡppm6ԄuNNֱ,trB"P~\ABpbѬ#l=hP+YmeDسB⌂-D\ߘc%t|::% ldԓV|ƆW*F)ŚnVY\#(wMT\H)/꽗_(اhG< Lr<;p#T}\t9eFh,Ii<9>EW=gOd>/rmmG@GH9Uǖ3>m=2OtRUD`d*Աag[*EKg]k\)qx kB}Rv}.p\7Fn&?:z'ǼO;BJ70۔O,8p g'J˃ Ѫz pR`[ µ9z[^ 6UPI+@:+0Sy۶R`[ʄ)Uuf-{#k0}// b>/TyhRgѿ6㓞/DhΝ{$wgj4ju)oc᩼K@tH*c%_vR[2keU?zDOjZQpc/nװ>Uln&_ J?}_@Zwm(ʁ(ieB7[|z bn~VXRqrPv!~Jn ag#?|<,lu$3| X'o_`#9dfJ~)8̷ƴ͆u uőPnĿ4 `Y@$nMڝQ} Mg_k-ƍbj6M~8&?v;\Xϲ3{g[}u6U?DRp?ߗ0/Jwש$n]Y; έsWڔU&\9UO s(q'Qo9r:m#K[ԍCjd6RT.1l}0V2<(Uig/tK/uHpb*~XA?c*m\SJQy8€3ݬky p/1r5߶[\ /j"џht,&O3`o3S.B0+ Ê 8PFOl2}=5^55X\Fs%`U>|ݦ`]Kt,=~S-۠:`. ^!f`=隠@+2Hd)ow@H `?5%m&-8 8=C$Yh]`#Xxc c2W%J!+lms}ٜ|V1?P-\Mb94,W~JɆ,ud„rK4B-i&XbcWx,()v-<>U,fV C@/oF0jzZ*/J,?e8g EH"< g˨xtJ"+{m!ǻUP*Kˮʂ)R0w%-*a`t/UrI2Qi06 @ia,/00~%0L?+KUIl;A cمƦHlĚCL Ug %M~ĺ0맙?J]-' t`ϦIqU"3iBF7;/Mc^oJ!^+OXOe9SQؿ؞dh/\4 zu>[~Q*-עI;$7`p߫WEX޵1aMeݿN{0W E??ۡ>FxYdzJL'Dhnj-hYsIۣ |$6ټ[ciȧiAR1D}/Dm1rgk(`I6KiQ>D&vيqރ&Y6@˻79zf/*TU_7.y_Ģ$]*J6eXK(׏P,5Ww*X3V_%6IObxV_&A6!1aCёjOZy?rձ[_ <Ԃbvl`mZn(όr.~7"L=4?ه$2RQ-T>sh92RO%U1X,,@A{& ͟5Up9=ew]"bh.v-hxCK~]?,V0i%+􏯢] m;jZ%WD^T2ԸfCK@[·|` fdmJZ*n\DRtݿ/͐}O!ΈuM5ªXwWJUf5J{U䶷R_nލUSqK>{1 +gzޥ6,7Jn&tjγ]k1zG8FӜٜƻc5!b`@Z~MH> Skff7QgiGz<6~Oú%U43I@y+y=xG|.=ZV3PI:cA2IULԘOxb`J h@̟^uҫZҕ3n2j1#ftBYI%)E] 7$2;yjiIRI':GCUoJZf- v@񄠛MCu#x n^Mq(pCv3S=Y˾rյVέq=IϷY<(A?7(_\3[tx]4 @'6gi pd^h6ʦU-".yEC3-@+:P}U8pNīq%N a8L}3uK0 #Y yJ9Ќ$x!x@sY]8i, u~U8!q212kLy"x ,&Իe8["x=c ` c?l:px]M%PZ{%H%a"`J2@zk*gt pW7Lt١F w6g>]B4{o:TkX7NUF ~f_Ӎ3].+QME: R[\ץ9X=8եm$UoP1&3Ԇ]5M1qYz]#G#g KQ?u=,Qx/vy_ʙss(u{R PF!wL=n%e \W8+Fj!ÔԨNF=2<[VIGE8;燙Y _}`?sPMG,JkPL8ԣC75V )zrZ/yI1/ISII SJJ?PI.оD85t udދY@*츚KPH_v|AqجOX1L cH&P$%3":OX2j*V.%[bեqD8ʔ du! s}_(pWx/ft6KtJ޶89UrhlIh e %VjƛQ.*!nՆt2c{ao5h٪(txGE'4[nzD2.qֱ,(1>nmnv0n4J/R)+MԸC2E9*  6l1l;}.p?# (b2c^vu,"?iOGM- g:\`L-"<1(C4Gx2Spֶધ!7y>MI^͹9/3.7N}qH)r"έU]8{T[%Z1%O~GOBhbӣS=_ A;(UÖG6OVX`5oCOxDd=|A~a BD`Q^ $bDua5{'ep3,TQ|yAcfDK>1=& u6^#BBMScm6~IYoGM;2uwuMa2-!PTJe⧖o&Н؍ =\9: Ohocvo6RQOIpW?FSk3A|v<]Df^ d+—rr"enbi'J̎i {ܶH#|S]ˆ/S1YlU-5ƓaМEu5ʧJm]8Hl%{[혵)1b^DEKpV~yR!;~W Zr/auWh:~DLᥩ У}jXzS^Gڶ}e>Ā,uyjzFΏۏ)"7"X4TBWv\A?ěmou5>:rj7vFC@ܹK7k| Tؚ|9Oj`W { s,/q;66t~^Z-2IKX HHG%Z +LE"5oy }v'dq8aN{]uMzLk~ ;:S +yWd iJ!?vڨ5:].:n@CyjnZӺMqglHrr2[ן@YjXu?SRu;F욆勇0'U4YjBM=rP XaOKXI"Ҿm+,b$wlW!eG/+U([0[4GIq;L`3Q)Fbv|c7$vPdZ[vC^O,)jӍB6Xéoov ^:N4;8;CȚ`d2EĞh평Gy.|i7$ we{\YG:#\fgdҪ+E\ Zo< !PFRT7uƒ{NJox</"ɿI^OOH{Q-y 1 CZmEi+֘|˞Xw4CKe#T`9qVߢaj<!#{0wADZ.:MT8zzP)lʒ kү<'2d*ՠhoE߲(jN<rGhD§#6&07/,3Ό棏- V@Ll[w8/Xw@gOEXkG*XvԤUj,7 T$+ u ||ڥWm~AW%;bP̧U>VS i(n&`$^ "ƺ e]5d|vX֜/9cnRw;- Ӻ< s!M{F}и^e@խo = 4^JdB/B1.M=2C2i8[?R W?J I[_x;^treLii1z"leva^k7.&Ѣe}`fM:vM*rhZAb(9(JǦ0?y9KhoY`]p><4./0RͱB=w `-e'U=@&K46`@̢P-pC:nr, xD8iuu 0$4,%pTOΪJʫue,S]H[ ̀D@F*?p XUWA4cDMm& K)-oG,EֻOlD\z*cV9R8ULóP]-mЇ'Xn?/κaت D}-ߐs!>bqͭSZ?T7`,ܼ#l=Gy#\2!]9s`{o%2uoM>%X'0+Nl9? `cK#tU&5No6<"ƣ:t}yLʼnU6:)[GewIۈ[ vVI>gPv4:mJ윆W6+CÄx B^U.zFP5yssX$'.Y}Eqfyѕ3 .-_}սX|@Sg W%NեtW`N U|Z; =Fԩ?u} -Pa+NQ03E5K ь?Tk zVf׶2_\6|#@X&q[{?-Fnzuk,$@OveLsfi-7,>,^RE>kuvi"u_iTnm|h8^'d{lFtNIMqЌѫ;= sejjQ󛊎q|} "`州ktL"IswM5sN&}6P%f~.6I|E2_H#Yjw0EHS%U_( (䆆BeBNŶvt hCt}*AptI?fAַs&JNFaEd#&W%Y!΃qهdsas͢ /Q敍:;؆hչV- H8ZFzc]sΣR  f(GÞ&zQvQUou`Xp^iLuk~=u2Czi|e~(N<ʉH<&4; KƆϺՒg} E ␫+O|2rm>,l ܇ Fڤ/j0a'oi~jwK2ݟhrQ.jcǹ903b64Q]!n?"PɌ2?&>5mBd}?>|6y o2d =E̒y2ۺMa6lمU_=9`ϵvMn!SyFLPT^ӡ@UTT]w lU^v|kCd 0wKN` eF1:-y m^.]cbŲRƅu^,ZC:`1B;9Y1VC+M~(G&XOk,r!w>_Ah@r33O>Dph;[F54&Μ}vvvw×Jv8|C\h,ll5 gO+f/y!zjOr^ uؒAÏۀ9"t|R.̥G+{ڧhxD$ǠO7!H(?E\J r -KJ7>/l (0 :5R9}+ ]j}Ql!ZުaEqȅU9izOOqo&oZH)k$R䳞#pG#^캂p!0q&ѡǶt'Bz+7\6ɞ;Q<zqXjqR8tk`pyMz{/#KQў{7F: 1/&X*&4v.I:t+jqDC-c@#aK;y,UeA&Œ(^ԜaLS$1O >P%]8iK ڼ̥9ke\ȇ/ -I6nֵ"l<'I5Y @$ISgD(@{:^!BȉN${QWUtZ0pJfXΤ;<8@X|h!芮ygWmGӯy4`1B׆ {!1])p=V =aYjƠ*}܉+t.[{[1lG0R]mW@Rmx^o3 (Dxܪ‰N #o%aAGpP㐂#u׭@8s׭^}w݌Y鶙' X TXЫwho=՞ 6;f1R'ی!SJk":\?6񺿰H-۔DrDG΀F5?A!h_F6.L:. ".Ch_ܣVt7L=1oZ.EaQS'f4I -t؝'sBbPy8߷ۗ;`#{vހ=" jtV&qlp !k`%:K!JPsoE϶_Œs(GD ;U/*|?S*ғHs((&VO;J^M &2TmBa\jtUZD]s84:B/EV[͚?-^zIAQ\D)^f#IR[/]V Hh66iA~-{֧tT1"/N[<}^J4Z!4~,Ɖ䃓)W 鍀w nFb>EXJLA3ִad iҊu. /;fnؾ$|v=, 75ԡG~GwmUf|.09 vɿ2=ʨP|8Em68@(7Mr|arX rNck{hض86Lj#lbJLp:M^+R0sʥ ~[ڡq?r^ڛsS p!PYZ*פ+T9]oT6.ф  t3i/W=Ua&Lh1 KXY"^2b&ѥVuzs-~  Z(]%hŐ/ynG6C4rTW#$IiKgۆ(' a!~ O#\(EXa76@ؔa~א~.)gr#D3)WO`_\Ug|N٫P17/z 8 ?;BI-tWҐY'E BdgMdU= .&A\x:ϔU-'ѤFQ ֯ArF=S34 gq9"GyZEZQZeP}Dlf=FPh2pX/ѣK副)T]!zzS iaR֨*A t`\8ɖIic,AUmPD3:\ ߻;+"7.%KA m ־TH|FN,F_ovGUG 2 ~q1̼-I(9iq`А_6@m3el@:B(yogg!1+mn.kdѩ7-8ERi>lH0KJ*p%Vnt FEAi[u 5>EgV@z"9k?K ƒY5wy0bp}6ZT n/~ ǯc_s1`Q mCs!5Ppkťo^Hih5*7gDV)So۪㭻2fzЧ[P{H`~fƱif}/(˅:;8"kFo .G>;cȞRXMLl؎cs d*sq'w_FImBl9x] W)-(Z  ` V8H" " f A4p<E-AP {ٶԋ;4M*nQYüupHD&Dƪb^x;͆B:B0*CMD!LKQ5A3C582iKR]X=) k{0Tmx+T@ v[.N􇒴mA,. J)BxNA2kS: ]_CCaE4RF *^C(ye3Y!shaǤ ;7BRq_ /ch7F:16Wh`ĝ5l;xxD!SĢuלq$j~|va-E>ZtX#jާ\t!v%';ЄE1̰Nl.S /-x3dg|O+OB:BPSBU7wtiTZ F|@E%t,|gɿA3SxCs92}' "-+ {H-yTXsݾiDkB4ߔC.  q͋bI" >joH6ߟ}:q`5l3Erp `_YDo C9t,{{s[ s0jӵna / 'q${l_ ֲNV`uÇݮ2vv+l#Ts[1gxeC&#mSI-e>g'ny+nG=}2jܘ~ڴ?ޱږE QΣMdc$oZ#=NfC׌꧞!s%YSІCM8!&oU^_𙀽KlTH/~D/%oV ΅IU{z"Y-TsTNp 2sd&\#^-3֑!cK!! m;K\5veI Ԥ;U7Kױ)Ӧ'y(Q)Kj4 zmz*I427E Fe W MكYӜ)볉5uﺇCdQ I X%GtEd>"0$|d"QOުCN9E/TZo`"9*W?,b6qw YFٽ/lk" 7Rʱe<ے>ˇ wg.t%>ݟQK[Yu O5>U]PaCmMҜG7 Zf~ޙ֫Z zh)h)'2'K?D%H0>ZWbM$5L@:E yRt\,ŋ6Hra[-cEv)Aqm+k_[vEYFһLל".}]^;bsI`׻Y[M^>ɍ޺-'n1+C[eq"J4nWStJ\hwo*<0 qxfTbB>"±I plBp&H+{P5 ʻ?-/Y[e6W}&QOrŶ7>N>5IOue@ 6Hq FYrۭ:([5G\YJH0eA\U֜=>\X*{_+MA`-0Nj#RImK>@: mhz"bc4U % 59͓6Wȿ'mʪ5a%}XOO~xPAOW+1ۖX!v*XQPʸJL,wV)u&^ӎY2# >T&xWs/jMa;POz1>n bs(܃V !zN';3?r#_6.>k]z$Gf&?`,67 *̗{;BDITڭ&X1Dg癐rVH_M' bԢН b"4J;,!Aןtmgqd{SUlr'?eeɊWSjr*W{ܩ aJQˣsy;͹qZdo^Ԉ!$ȃ>u\s#V9o|*ù1Gf З˶slKDwXǥhdR 7o<ǚ[]ߡBcDT4{x o3}YV8Y:`?COh0frf!?ێ eȊCOeBd[b?B'j |MI4lNJFpVi,{M^> [ 8lkOJ" 6:N 'V;N^д$HM 6d-DI4%Hy&+l]S yҌ>5~BTqRl5ae 'i>_+C&mtyFUCi-e6wJWƞǢJ;s3ϻ(jz&>V˟ᖕ-&9]k_9K6fz`=eM8gq;i7AJ2gR۷s> ZZG/' 3/[['@cO`dQI&GFI6c|d_ѣkjw Z\]*i,M!o+6jU gV?pD' 6T@Nұ,:Ez䬸 ZV*E/Tj|܎0RB%@.sSHvBul} 0Q5^@{RSV `5ld{6Zr[_wĉ Z-BV|>EtgO|+OPe5/FT:+}`[~fgg5fT[3|*J0 g8#őt2eV̋R~@9S_e}:*7?”@[ d?،OPB%Xa~ x!ޢ6>(F8nɡ9)|GJJ,#4ȪG#ŷp=bCx0ACM'2\Ajp4x$p =RZ88cX |<¿{tsYD,"RAUyv-6lzZ݇f \#)xACb g!`vp>^ͣx(I o/Zxg!qYavS_DjKYϿ1<,29OSXf,7%'E'_yR?3vyF:&@$"qsYH*C:gRkW"C0 fG-IHq7vVZUyG.&!)4>Fox&n%7\N"EVvsO^M|4{艸yGOKW;O0kq3FAT}fGԖ\.6iY$Z*sakvKUߊT'd/݈[>ƚ^w Im)]nj :ș`z;gMh촋2) QBpu6yG"!MNoQ¯8$ *4̕,0zKG3XwP|ySBوWך=]vhhѤShr+[g]kcqN]z`T\a J(Hvث=/BʁmeptA[Ͻ)Cro2(к U"Lc=xil@hRi*&,bM̹3^g./ ^ma=5]KypW}uo% 9zt+ڭ@d4rxi҄`nת]}/3*ؤjKH*-ere޶`a P="9p+ll^U͸I%Dfa߈+hVsooЮ1[SausA*= oHk %VBtD^{Y=nKq ]5=1=[i]ѳpҠ"L a'LkV t5`#:",Ǒ'hJT>vád $N^<8N޷7)϶kH}UYic.,+mi-OsMƊ?Yaɤ޿7RpQ҈ꟹ$@R4ъ}GfrSf(= unK[,wz~,ݞ'H a!QgU3voP)zrÂ:k'X&F>h=V='jތVHj\/jddNy k\Bh: 'J`S8w(~17p}b!{:+ϷG !%vS!ܭqAP&d$#?|$jkf[As]< Ty쇕R&ߩ-9 GjNpGLZ{AǢ9V`%k1^tA=_]}59cRA0⸦XƟÈO3Jtj,M{N3蘇c^ Ƶ16I ;)h̷ HIJ$y.A>nMEa'%I)gcx;DC kln>-g7 zrdFdY*1'r0B}E- Nd}Ě\cl'X4dO0vgy{0 ɓ ƢP˴啋W !m4-29MV-Va[\ԠM&ΐ+ND'As[w}F[4%W!*0z4K)lC¹[;O61q;ML8 <[JQ|IwJe.=~fCh37 CIʓq.[YN=t\Cb1J q-[<$9TOH] ŧSF̄= T`qj{;w&6гN95QYZ.NM vz0mb6 Q ofUψPPth&+Y,:L4|UwT#B@igDy,zqQzSy83BbRjKzGfbm^Cp>hBze&xL)w)x2.)Mл?wQ?E+ޘ1Siy\v}EK9` I Ӊxo_-JAWbh(Fő}*絇p"!E 5xxue*8%'t "+x]qTKPW+N`κT npy7%{DVAg<~3R)WN-mztB^4iԢ-HX3hR)S\|7>G2~9sަ%ųdS_f<_Ťպt[$Lj$;9Ӿ<JN:+0E.b8 i*"D\e_))#=aS3)y׾&q(*ʒgOu X)G$bBUe*B dyA$ ªJ-6))NWnC>?sxqK. ZD~PQwS2hAS>Z]_5+Hl x2sr{\٠71~B2g?G]Q!;gRj]܏WE4@"$E.U ڑc0&H`چDPT&F ՟:ªv#" XgbcfVnyk1XHBXX,_:(Kөsd7 +q6t|~Uu8N#°)Kw{k4dyOIn8ZNE/'s#SYsG}Гs)]$4"aΊ Sn0r3{8j-`?hOl%} )k훶utمyEE@JQ,h%SK[뺙G< Q1y704(`OiuB-Mc\ [ EIs(^VAy+\V؁nȐJM >$$lf]nZewQwGcih[Ow0X/^h> QFʅUcp 3:ziD;c(<` hs>nJv.xuY-L"np5U&PAj4v0x\&?ӬKO;,"ek ۪j>2u>M^kZ i37H=\ 2ѭo7FSy)W-eX[\qLO-%9Z)sn;|SsB!k$ mX!mxҺ{ѷkJ}D.#Ec,S.9|5sw073G[e0pa8u"aHۙIG; ^uG,OϠTͮ0\a5^1OI;婇{Ɋ Y+qlڃr'6Wr+='+$"l` -6"bwxT U#Fe!5p|-pj芞X@v|p_i` IkjshI_6d\ІXR{UHiwL,oؑ[\䬏~61F0qCޠs%UuWfE=;9]M"'X`rC@yPufAM(ȉݱoE9G"U\4)LVߚk|CM\zDۘh0 [*2OUrtRa}RgVSM@wJud(W# Қ^vl *2a^(vRrXŗ0Ӓ[z9#ak/I<gT-:K"<"n]ʮdpֈk<7=̨ *q0"{uƔr4HjNҸciTu{>ydEA=Y>0'w.f+VH0iactЀ#ĭq従y5Kt]6,4g@C? {~FEshl&,T_S٨AXEm2_/ڕC|꠆yF zN,X1󆇩h)݀@ d}% i|P ;qTnSZqh2wxNw#?q4p(3u{S5z8tVo*۽-OY ]GLv>Ee \ęhDZ.{2pN9ڋ7eK}hm};;Jg/M `-樎VkEy'*|g?!D`™^ ھ L&A FJ8 wvk]V~h]lP'y # .Qx7jyѹ]HMV֬1 f=LὫ2z 1 /kWW}SYIvpBxկ|n fDH&gL}A `\G SwRz=[m% ><2A[˴".l|L,#3+APka:8og*xӥFmUn&qD 6xL)T'>4M9N*slEyzAZpC4J VM|mm;# J; dˢK|Ɣq,aw`iwƺgE="y0T.<<‰j0`:b/aL0AR@V̀/ mNXQ ȁB}*% p8 DHߔ ˃:'j۞Yw!{J{|d^8ѧa}C{ϼl{\ ,[W1=:OLck]t,4n ڮGVpN#Ѫԟ,_|k]#Ӳhw\2=!f)o2F! /YMM)}>IN>ᜡRl.N W#4߬jg'U(dRa<ē5ΐ5 HqH'V@YV}B2>캇(B3=*֤`8LӶ/Xujb,4FDN u^Y MyH;1YcWˊ$XwW SE~ٮR6y}X (l雧B5*+Y;W>z'R GեJ"MsKl saJE$C'-66iE4͘R`& aE{[E=-K8߭ *v׊p/kwbA49fiÕH#M*.l: o.pxJ _ h+yڛ(KKNVRg0g xO$hȘb{ڌoȊX\ۄ3R)U28IwU̘aՁȑ,kW-iD/ŗW ^Z)*HnSynّ#5O1L{v+DM"e{T$2 E-^&ԊsķT0]sRT 6{w +NJ:VBuLCanDԩY8;mXXH܏A[hH{"Dͧg`BcJ[:-S& UMbmV+f{@#Q.'|3 /$AIԊ.@S޼8Djj{C+B1ClRHXY'`ZVMsTȊ;pQOiο!=H\`Z@3/iCZHT A_3+eQd5EVso$&)bdiq@Lܽ eP=VcF?aNl 1J2S>r~:[r̈́`'=-/KA B˨=-R|yk@jJ=:IL?kI1zuh %"|L&=it Nl Pm)EMM&6cҞsx T"Oe9bbGYDڇ-.gI' W%->4V.o5l b,0_|L"d6hKfl1jFr(s۵~,c]ٸV-^Hu-l@ec?To>qޛ N}pLJܦg1bN t7dw&RLiH6!mUn/3Yxy>^D*/[-}r;ÏK#?iq, FKqݲVyqŐp41„3ˈ2j"asw:c,΍Au . 0|^' /KA}=-jGLMv_s Yn5g}y-9DwlH,{) ^(xJ@w`%;/ yuMȎ5_EbB'we ʃ,:`&בZLsr?`"Ɖ TL650Iߔϧ#z9cE }X|1:$`:M2~ ==a4cqDVUYV(_MnyTO EuN 5Eěd-Lv3U~OF5}WsU M69Ayd%>ZiCqYp~x`3p&+Gb/>ƻQq-^KXMID%,E;~>}Wώkɯ<}He,.qd1DhN]a޶RF|FgIUw%]ɓcRͶiˣ'%:znN\XDmDvmkxx,B˗*+T&vZF74[w$Uq2svλ)ځ܀xԺH?U&4MO3jêf Ce .IP(csPStթHSpscdʼS(siB9:eS+ۣGP.hڨV9lm$rA 1n`VѶgr)x [x@ Rڏ o{mB0Ca֜"{,Pau4_0t%tYE{K@LcZ}zXRMn%SDIY\ SO!Mf(U@.f )Obz|Ʈ4 sogH^U>?n'Tɼ1T anPϺ+Am]O٭t! B ,z6j/#^;u!a]=5;]1&B0`?e}a|(nQ'g"ks~kOoΥ1:jEވĝ2B*0^hUbYOzݖbIU>{>t%zX7p>iYX:1-Ail EhhK"S}QQƝkt~V`%O$sTۦ/lez vB{-Ta'aޱ>6En;3yQ$:eS4*iE=ztL3,ԮSYD"+REquQu\Qʼvv*HHL&c)%yʧa>@xƉQPGU FdT>z'Cm}0-͟"\[E$z/abcpgX:/h63uLs1"7FDZ/+-;D (:a2' t}?~:[ ߝߐqn'uia[rYрɆ3Y=B P7{.L Ih*0ݸwtOD>}aO79Măv2L(ȴSA! *4tahy jPd;tkĩl-$xV˕vVNmj͏9;8uEwQsCv@U(x0(/6͚Ȏ^A̬Lď2l ,bF.*]5g.YlVi9#zZoЮ]C4]Ԭ,ՋWXn]n?,WigCʋx@m>/ \f $OnrK3՞WrB82 ˱@LD[D\Pqz'Y>4·k!h/";<KqU@ti\IY2dO3ךeşl60@\.zlݺ|lq-L3Zcfe`{Ma>JAb&:ps>1BWX6R%>eܞ7 õZ:ȲTZ'\WLE[HguIr9hb6hĊU<ۢHi&)::UgTi-+Ή cƙSza2K1 W!넻CzD( !{pʏ0Ie KFaa $a$X:vHQ= !`\0.IW,B6ӈ]RL_^w RNk-SRxD(p_N c*JTc]Olc8 m^|6cS&]#ׂ%HG61V)5JDf0-һ,K^hG\b<:ZgPi wFķ ȐP,Þ]1NҐ]\+RuF[ )i$xWgV˕A2 [J@zY8eV䴾 `ʇ^<+$Ek!Sq-)\n7 'YL0v]—^Z0p UcGOIU/NFόt\3& s.{F⿛j _*:9PA2ۆ/hZ t@ PKօr?HU&LQo(KrY~FHQFcU>DA 9%Cl~.Ad7q ILXI{4@RWS/-KrWu~ 0fChvb[ZǓi;5Tiѐߟ&)B=+`HG5HG^7%&vKMJ)Ĥ270c~6A>2sVR`MIg^[\Wr<%,8Pkj.b 1ڵۙe/[r,Q5WLAB|%u\ԚkJ:ĔW<^i2)tIQ:nvuvf폅%؁&Y;c2{ C_eGkp_#ݦ04jjǗϧJ}Jz1Mds,ꤿ#=b xv;/#4O6!q_9 RJ-S SvlDVgSK19<ř桺1{?Q$}罹,,LNVO vyvLcHVtَ8N_/*EAJǿ)1gGK6~캊5ݟdJyS'?wx@]b}ehsWe[zASzT7%C|78}N ?1vz:3*?}ha#;di3$e]wqs&n<QFͪ9g6<8nIZ&Wqhc(8ߎ{,U@UDNq#xA7濱gL-2@S(&NG/K^R"TЧ!q^28.z!!(ܿک?b&X0w쇝>v8!}T7+G>6\qAr 5"nThpKܼ0N4zHԑ{3'Cu LkF~F`d%~rXňfãG?S =+P YZ