autofs-5.1.3-lp150.6.3.1<>,7ȉ[&Ӹ/=„ti']9Lf&]>4?ĞtUANnv^>{F}ei5oѭ`2) I7 橭 zCn):K÷ҕPJ~qvb[yD􆢳K4{ I5QAJQn!B? v'ꭁ_h!1S{|gch\^ DeY3 _<0U(4wE_{W]\X׋-E6wF>I?d   6 (,?HY rX?? ? ? ? (? (?)?*?,&,H?-D-l;.X;3s;(383x95x:>x=>?@FG?H?I?X@YL\ڄ?]ۀ?^b]cdeflu?vw?x?y.zCautofs5.1.3lp150.6.3.1A Kernel-Based AutomounterAutoFS is a kernel-based automounter for Linux. It automatically mounts filesystems when you use them, and unmounts them later when you are not using them. This can include network filesystems, CD-ROMs, floppies, and so forth.[&lamb537 openSUSE Leap 15.0openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Daemonshttp://www.kernel.org/pub/linux/daemons/autofs/v5/linuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in autofs.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in autofs.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-autofs-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-autofs-update-$service-new-in-upgrade" fi done for service in autofs.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset autofs.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in autofs.service ; do if [ ! -e "/run/rpm-autofs-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-autofs-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in autofs.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi PNAME=autofs 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 autofs || : ( 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 autofs ) || : 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 autofs.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 autofs.service ) || : fi PNAME=autofs 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" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 autofs.service ) || : fi else # package uninstall for service in autofs.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi 80(9I X8PIPI I 8j0 ɐ8Ht+ # 3 ^" < AA큤A큤큤AA큤A큤[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&Y$[&[&Y$Y$Y$Y$Y$Y$[&[&[&Y$[&[&[&[&[&[&[&[&e14ef8dd026615811e716d57f18657cef6489f3aba29a6a6c7f2baa0de8744e27df6016aee000dc5f03fe9cb80a0eca7145476278d5d71bc5f1bb52aa3aeace6af68a62f7e0cabb3d9ff640b98ed05992e9b9c2a059d73d008abe09f26efe6466cf43030b25c53f955942ed323a7191cd58c626a3a99d3e766a0ce9f19552f513e76bd00da1312542bc5fe4fabefb893aded22c029afce14e129ef7cdfebde690923d96e514799741778e6ade53bc9666b3bdbd9ed84e940751d2ad9705153cc8302845a2d74fa262f41a806c0ac15075fc01bd20d116aaf003a3f0200ca2755523eef21d8c2d92937bf88cd2fd6a4bdc7a796319f22f17b39969be649cc9ffa15d18b1ae4fc6ce439684ff025eb0413dee1318ff329bb95200fa19f6e3ae545f3f34e748f3fcf44aee4a20942d75dd174a144ac9d6a1c275af53562bfd8e87d804b4189f767edf512e9aa0c60cc7716389df60fdeab12ee49691de37942ae8f325a9ae6a2aae7a367707e8f543346bc55817421fd30acc0b90dbb63393d2c2276309ac92b05a0b04a4b6f3e57e8eba0b970161dbe5f668950d1838c8fb17adbbeefdfde42e63b02a559489944dc53a762009a913269ee3881bec13c162ddd899e2acd6f027c9f174bb8fa5a750823e0d5f81923b946663f3c97a5aee6d37dc6f3bda12c364085f0cbd845e4b58128d109de95cbfbbdd77af5ee589f41ec9fa83a882763df24dbdd3476e9b3d57148e0a01621b765fd1d922a3716eb71dfcd477f1b8b8131b20ea5a3dafa8fcb1a489ff8ee7aa9baa56ab2d22aa4a00af0aad64033787ff3078da92266eae56ec155e4537a210944e44228e200a2925c192e2dcb3f5f03e306a134b738b1a69f44f4c2916552f45397f7a7314d1688e597dab8c3abdf01d9c95708303b15b661ca07b72fbd0c21c25b660877863238d4b922c51977d801528d06ed49063e09e2399d95f3145678f90cd5b7b91c9b5ea3915ae1671a07546ff666f7f36d1ea15cb5e4005cb09ba9072c48ca0ba9bed0636b1c4ca69882becdec19e0f0a65631c4ffdb6efff68d2f0ecb731c4b637ddd19c42ebfbb81649d388abb2098f94d3378338078ffe55f47bf858b1a9780d719b6dac769d1fa49a2e7614a7406e45eaad925dffdd1eed3dfb5ffbf8919d95595eb1e01b910f60fe803dd6f82dbd30f30088708eeb81a18011d0677328de43f70c66cce6da3e37680b54fe3563fd7a3172667f9f606860005851952d4dca2d5bf371271f61a3d54cd141317ed84dd9596908266e71d1b59c49ef3b468ddc2f664cd40ed96a33c06416750bd6f29b268f5bbac0cf6cea746ffbfc4d4d610e8df9b7e5ce9dfc15a79061f6482070eeb872651d2c32050a0ba2646e98f1c29ed0d6b071f7b39f0c72d2f6b71a9296956bf9a35f4d2343a7ddd86aae8d55bded138128ce5a6e3d998aba347db19befe51b67ade34d62c7502e05a336ef8df060483f6390d7dad342dda259bffb4d504739a89387f3eb27f8aa9918615b99636c1290d74c58d30421063d306b89817066b54fc5a90eb85d6f5ec1235e69ac286af439c274f71cd2230decf5fc7a43ed91638140b2e5fad22b3f878414aee76145916e68c865ad366ba3a45f80445e340163532089698fea2f6bba1599b173634b4ef8045add1871623a6e51b1a9df36ee89132896dde976e40977c2ac0c277fdb1822ce7167af23a15e5ee5e205e0e586a87262270b108ab806752841ac6ab70edb155d20b74f222b05f97c70bb84f7cb3b336a4c29527403e6736fed7fe72ea06421472e6225c2d8c84ead7c32b4a82257207b5b9d92eeee19b31a58000d667489413efe29d432ac2e352a92629e3abcdddbd3eeec64e7c2f5b58b6e819ff2c1444fb6e249fa3b70a7fc1ae3deef4735ea9e5715d023ee21307141c5eef3afce9b1a91ce7b58c8460551b0a6c7116c173ac7f86fd091171b2a39b05a74505377efefe54208096a76d779a0ec3be98964728bef359ea0bf5554bf7c8640cb53b20ca73c085d393ee24568bc36d049abebbd69627b35a9646b90a78ad51868eb0ea0bacb6782722f00deafba8dacca967a3efcf1dd988edcbbcd09dd36634a9ca90b48a8ac3d6d7901126dcaeefcae4da907d99d0ff1f562d51c1d7cd4133f1989d4feb97f51cfb512276a2f6a3cbe7654d2e7abc8084bb475fae06dead973aad777bdc7339fa81lookup_file.solookup_ldap.solookup_yp.somount_ext2.somount_ext2.somount_nfs.soserviceautofs.8.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootautofs-5.1.3-lp150.6.3.1.src.rpmautofsautofs(x86-64)config(autofs)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shaaa_baseconfig(autofs)coreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcom_err.so.2()(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libk5crypto.so.3()(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)liblber-2.4.so.2()(64bit)libldap_r-2.4.so.2()(64bit)liblzma.so.5()(64bit)libm.so.6()(64bit)libnsl.so.2()(64bit)libnsl.so.2(LIBNSL_1.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libpthread.so.0(GLIBC_2.3.3)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2.5)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2.5)(64bit)libsasl2.so.3()(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd5.1.3-lp150.6.3.13.0.4-14.6.0-14.0-15.2-14.14.1Z@ZZvZ@Z7YB@Y@Y@Y@Y@X-W@VVf@U@UXUJ@T@T-@Tи@Tи@TSuSSsZS5d@S1oS0@S RRv@R_@RM\@RM\@QX@QQ@QdQ=@QEQP-PPPPP@PPPPd@P@P~P~P~P[@PWP autofs-5.1.1-dbus-udisks-monitor.patch * autofs-debuginfo-fix.patch -> autofs-5.1.1-debuginfo-fix.patch * autofs-5.0.9-suse-auto_master_default.patch -> autofs-5.1.1-suse-auto_master_default.patch * autofs-5.0.9-task-use-after-free.patch -> autofs-5.1.1-task-use-after-free.patch - remove patches that are now upstream: * autofs-5.1.0-dont-pass-sloppy-option-for-other-than-nfs-mounts.patch * autofs-5.1.0-add-a-prefix-to-program-map-stdvars.patch * autofs-5.1.0-add-config-option-to-force-use-of-program-map-stdvars.patch * autofs-5.1.0-gcc5-fixes.patch- add autofs-5.1.0-gcc5-fixes.patch: Fix build against gcc 5.x- prevent potential privilege escalation via interpreter load path for program-based automount maps, add the following patches: autofs-5.1.0-add-a-prefix-to-program-map-stdvars.patch autofs-5.1.0-add-config-option-to-force-use-of-program-map-stdvars.patch (bnc#917977 CVE-2014-8169)- add autofs-5.1.0-dont-pass-sloppy-option-for-other-than-nfs-mounts.patch (bsc#911720)- Fix autofs.service so that multiple options passed through sysconfig AUTOFS_OPTIONS work correctly (bsc#909472)- Fix configuration handling now that we have /etc/autofs.conf and /etc/sysconfig/autofs. Runtime options are now configured in the former, while settings that affect the daemon start up are still handled in the latter. - Clean-up sysconfig.autofs, leave only init script options: $OPTIONS and $USE_MISC_DEVICE. - Run %fillup also when systemd is enabled. (bsc#906606)- Use udisks2, udisks development has ceased in favor of udisks2.- add autofs-debuginfo-fix.patch to fix building of debuginfo package- Do not depend on insserv if the system use systemd; it's useless - Update to version 5.1.0 + fix mistake in assignment. + add amd map format parser. + check for non existent negative entries in lookup_ghost(). + fix reset flex scan buffer on init. + fix fix negative status being reset on map read. + amd lookup update lookup ldap to handle amd keys. - inadvertantly dropped from initial series. + amd lookup update lookup hesiod to handle amd keys. - inadvertantly dropped from initial series. + fix wildcard key lookup. + fix out of order amd timestamp lookup. + fix ldap default schema config. + fix ldap default master map name config. + fix map format init in lookup_init(). + fix incorrect max key length in defaults get_hash(). + fix xfn sets incorrect lexer state. + fix old style key lookup. + fix expire when server not responding. + fix ldap_uri config update. + fix typo in conf_load_autofs_defaults(). + fix hash on confg option add and delete. + add plus to path match pattern. + fix multi entry ldap option handling. + cleanup options in amd_parse.c + allow empty value for some map options. + allow empty value in macro selectors. - Adapt autofs-5.0.9-dbus-udisks-monitor.patch to upstream changes, rename to autofs-5.1.0-dbus-udisks-monitor.patch- autofs.init: drop when systemd is enabled (bnc#863970)- update to version 5.0.9: * fixes for samples/auto.master * fix variable substitution description * fix incorrect append options description in README.v5-release - rebase, refresh and rename all patches on top of 5.0.9 - switch to .xz compressed tarball instead of bzip2 - autofs-5.0.8-upstream-patches-20140324.bz2: remove- Avoid bad timings and timeouts if a shutdown was done by a remote user via su and with autofs based home directory- autofs-5.0.8-upstream-patches-20140324.bz2: update 5.0.8 upstream patches up to 2014-03-24, fixing the following bugs: * fix fix options compare * use open(2) instead of access(2) to trigger dependent mounts * fix fix map source with type lookup (bnc#869377)- autofs-5.0.8-upstream-patches-20140224.bz2: update 5.0.8 upstream patches up to 2014-02-24, fixing the following bugs: * fix ipv6 link local address handling * fix fix ipv6 libtirpc getport * get_nfs_info() should query portmapper if port is not given * fix rpc_portmap_getport() proto not set * fix protmap not trying proto v2 * fix rpc_getport() when libtirpc is disabled * fix rpc_getrpcbport() when libtirpc is disabled * don't reset errno (former autofs-5.0.8-eaccess.patch) * extend fix for crash due to thread unsafe use of libldap (bnc#853469) * fix deadlock in init_ldap_connection (bnc#859969) * fix options compare * fix negative status being reset on map read * check for existing offset mount before mounting * fix max() declaration * fix symlink fail message in mount_bind.c * fix cache readlock not taken on lookup * pass map_source as function paramter where possible * check for bind onto self in mount_bind.c * fix symlink expire * dont clobber mapent for negative cache * fix macro_addvar() and move init to main thread * change walk_tree() to take ap * add negative cache lookup to hesiod lookup * fix external env configure * make autofs(5) consistent with auto.master(5) * fix map source with type lookup * fix lookup_nss_mount() map lookup * dont ignore null cache entries on multi mount umount * fix inconsistent error returns in handle_packet_missing_direct() * simple coverity fixes - autofs-5.0.8-eaccess.patch: removed (merged upstream) - autofs-5.0.8-dbus-udisks-monitor.patch: refresh- autofs-5.0.8-revert-fix-libtirpc-name-clash.patch: no longer needed after libtirpc was updated to 0.2.4-rc2, remove- autofs-5.0.8-upstream-patches-20131124.bz2: update 5.0.8 upstream patches up to 2013-11-24, fixing the following bugs: * fix undefined authtype_requires_creds err if ldap enabled but without sasl * fix master map type check * fix task manager not getting signaled * allow --with-systemd to take a path arg * fix WITH_LIBTIRPC function name * fix ipv6 libtirpc getport - autofs-5.0.8-dbus-udisks-monitor.patch: rebase on top of 5.0.8- update to version 5.0.8: no code changes as all patches were already present in autofs-5.0.7-upstream-patches-20131001.bz2 - autofs-5.0.7-upstream-patches-20131001.bz2: removed- autofs-suse-build.patch: removed, no longer needed.- autofs-5.0.7-upstream-patches-20131001.bz2: update 5.0.7 upstream patches up to 2013-10-01, fixing many bugs: * fix add null check in parse_server_string() * check for protocol option * use ulimit max open files if greater than internal maximum * don't override LDFLAGS in make rules * fix a couple of compiler warnings * add after sssd dependency to unit file * dont start readmap unless ready * fix crash due to thread unsafe use of libldap (bnc#820585) * fix compile error with heimdal support enabled * fix typo forced-shutdown should be force-shutdown * fix hesiod check error and use correct $(LIBS) setting * fix dead LDAP symbolic link when LDAP support is disabled * add missing libtirpc lib to mount_nfs.so when TIRPC enabled * use compiler determined by configure instead of hard-coded ones * remove hard-coded STRIP variable * use LIBS for link libraries * unbundle NOTSTRIP from DEBUG so they dont depend on each other * fix occasional build error when enable parallel compiling * fix compilation of lookup_ldap.c without sasl * fix dumpmaps multi output * try and cleanup after dumpmaps * teach dumpmaps to output simple key value pairs * fix syncronize handle_mounts() shutdown * fix fix wildcard multi map regression * improve timeout option description * only probe specific nfs version when requested * fix bad mkdir permission on create * setup program map env from macro table * add short host name standard marco variable * allow use of hosts map in maps * fix get_nfs_info() probe * fix portmap lookup * add std vars to program map invocation * samples/auto.smb: add logic to obtain credentials- autofs-5.0.7-upstream-patches-20130619.bz2: update 5.0.7 upstream patches up to 2013-06-19, fixing some bugs: * make dump maps check for duplicate indirect mounts * document allowed map sources in auto.master * add enable sloppy mount option to configure * fix interface address null check * don't probe rdma mounts * fix master map mount options matching * fix master map bogus keywork match * fix fix map entry duplicate offset detection * probe each nfs version in turn for singleton mounts * fix probe each nfs version in turn for singleton mounts * misc man page fixes- Explicitly specify cyrus-sasl-devel and openssl-devel which were implicit before- autofs-5.0.7-upstream-patches-20130428.bz2: update 5.0.7 upstream patches up to 2013-04-28, fixing some bugs: * fix some automount(8) typos * syncronize handle_mounts() shutdown * fix submount tree not all expiring (bnc#801808) - remove patches that are now upstream: * autofs-5.0.7-fix-submount-tree-not-all-expiring.patch- autofs-5.0.7-fix-submount-tree-not-all-expiring.patch: expire multiple levels of recursive mounts correctly (bnc#801808)- autofs-5.0.7-upstream-patches-20130311.bz2: update 5.0.7 upstream patches to 20130311, fixing some bugs: * dont fail on master map self include (bnc#799873) * fix wildcard multi map regression * fix file descriptor leak when reloading the daemon (bnc#772698) * deprecate nosymlink pseudo option * add symlink pseudo option * document browse option in man page- autofs-5.0.6-invalid-ghost-dirs.patch: delete. the problem's root cause was fixed in the kernel- rpm spec: enable sssd support if available- autofs-5.0.7-upstream-patches-20130121.bz2: update 5.0.7 upstream patches to 20130121, fixing some bugs: * fix nobind man page description * fix submount offset delete * fix init script status return * fix use get_proximity() without libtirpc * don't use dirent d_type to filter out files in scandir() * don't schedule new alarms after readmap * use numeric protocol ids instead of protoent structs * lib/defaults.c: use WITH_LDAP conditional around LDAP types * make yellow pages support optional * modules/replicated.c: use sin6_addr.s6_addr32 * workaround missing GNU versionsort extension - remove patches that are now upstream: * autofs-5.0.7-fix-scandir-filter.patch * autofs-5.0.7-use-protocol-id-instead-of-protoent.patch * autofs-5.0.7-dont-reschedule-alarm-after-signals.patch- fix build on older versions of the distribution, do not install org.freedesktop.AutoMount.conf- autofs-5.0.7-fix-scandir-filter.patch: fix lookup_dir when the included directory is on an XFS file system (bnc#798158)- autofs-5.0.7-upstream-patches-20121120.bz2: update 5.0.7 upstream patches to 20121120, fixing some bugs: * fix map entry duplicate offset detection * allow nsswitch.conf to not contain "automount:" lines- revert systemd initialization type from "simple" to "forking" and drop the patch that partially implemented "new style systemd" daemon (bnc#798162) - autofs-5.0.7-new-style-systemd-daemon.patch: delete- UDisks dbus module support: use private connection, do not refer to a reply if already handled, install dbus AutoMount.conf in direct way- autofs-5.0.7-use-protocol-id-instead-of-protoent.patch: use protocol id directly instead of calling the non-reentrant function getprotobyname() (bnc#787410)- autofs-5.0.7-dont-reschedule-alarm-after-signals.patch: don't schedule new alarms after handling SIGHUP and SIGUSR1 (bnc#783651)- autofs-5.0.7-new-style-systemd-daemon.patch: add new command line parameter --systemd, which instructs automount to skip daemonization completely, leaving the task to systemd - autofs.service: use new --systemd option when starting up- autofs.service: use service type simple with no forking- autofs-5.0.7-upstream-patches-20121018.bz2: update 5.0.7 upstream patches to 20121018, fixing some bugs: * fix recursive mount deadlock * increase file map read buffer size * handle new location of systemd - remove patches that are now upstream: * autofs-5.0.7-handle-new-location-of-systemd.patch- rpm spec: don't try to build with udisks support on old versions of the distribution- autofs-5.0.7-upstream-patches-20121016.bz2: update 5.0.7 upstream patches to 20121016, fixing some bugs: * add timeout option description to man page * fix null map entry order handling * make description of default MOUNT_WAIT setting clear * configure.in: allow cross compilation * README: update mailing list subscription info- autofs-systemd-path.patch: handle new location of systemd- Make it possible to use tmpfs based parents for autofs mount points- autofs-5.0.7-upstream-patches-20120911.bz2: update 5.0.7 upstream patches to 20120911, fixing some bugs: * fix nobind sun escaped map entries * fix use cache entry after free in lookup_prune_one_cache() * fix ipv6 proximity calculation * fix parse buffer initialization * fix typo in automount(8) - remove patches that are now upstream: * autofs-5.0.7-fix-parse-buffer-initialization.patch * autofs-5.0.7-fix-use-devid-after-free.patch- autofs-5.0.7-fix-use-devid-after-free.patch: fix use cache entry after free in lookup_prune_one_cache() (bnc#774241)- autofs-5.0.7-fix-parse-buffer-initialization.patch: fix parse buffer initialization to avoid corruption in the map file name string (bnc#777709)- Udisk: Check for unknown key word `eavesdrop' for dbus matching rules and if not supported retry without - Udisk: Do not crash if map file is not found- First initial udisks support, that is listen over dbus the udisks daemon and the events for USB and optical devices. Also ask at startup the udisks daemon for all devices and its properties as well as manage the removals and plugins of devices. TODO: + With parsing the map configuration file apply the rules to the map entry, like special options for file systems types and/or devices. Also make keys unique, that is compare with existing keys and add an counter or similar. + Also with parsing the map configuration file apply the rules to the key of map entry, like using more than one dict entry for the key. + Security management: who is allowed to access the devices? + How to trigger sync and unmount before any timeout? + What is about UTF-8 and Latin to UTF-8?- adjust the NetworkManager dispatcher script to check if the AutoFS service is enabled in SysV or systemd (bnc#773440)- update to version 5.0.7: * check negative cache much earlier * dont use pthread_rwlock_tryrdlock() * mount_nfs.so to honor explicit NFSv4 requests * mount_nfs.so fix port=0 option behavior v3 * documentation fix some typos and misleading comments- add reload action to systemd service file (bnc#772487)- update 5.0.6 upstream patches to 20120716, fixing some bugs: * fix systemd argument passing * fix get_nfs_info() can incorrectly fail * fix offset directory removal- update 5.0.6 upstream patches to 20120629, fixing some bugs: * check if /etc/mtab is a link to /proc/self/mounts * fix nfs4 contacts portmap * fix sss map age not updated * fix remount deadlock (bnc#733479) * fix umount recovery of busy direct mount (bnc#734924) * fix offset mount point directory removal * remove move mount code and configure option * fix remount of multi mount * fix device ioctl alloc path check * refactor hosts lookup module * remove cache update from parse_mount() * add function to delete offset cache entry * allow update of multi mount offset entries * add hup signal handling to hosts map - remove patches that are now upstream: * autofs-5.0.6-fix-remount-deadlock.patch * autofs-5.0.6-fix-umount-recovery-of-busy-direct-mount.patch- fix umount recovery of busy direct mounts (bnc#734924) - fix remount deadlock that can happen on a restart when there are nested direct mounts busy (bnc#733479)- revert "fix libtirpc name clash": auth_put() is not yet available in our version of tirpc- update 5.0.6 upstream patches to 20120525, fixing some bugs: * fix sss wildcard match * fix dlopen() error handling in sss module * fix configure string length tests * report "map not read" when debug logging * duplicate parent options for included maps (bnc#753693) * update ->timeout() function to not return timeout * move timeout to map_source * fix kernel verion check of version components * dont retry ldap connect if not required * fix initialization in rpc create_client() * fix libtirpc name clash - remove patches that are now upstream: * autofs-5.0.6-duplicate-parent-options-for-included-maps.patch- duplicate parent options for included maps (bnc#753693)- update 5.0.6 upstream patches to 20120402, fixing some bugs: * use strtok_r() in linux_version_code() * improve UDP RPC timeout handling * allow MOUNT_WAIT to override probe * fix rework error return handling in rpc code * fix typo in libtirpc file name * fix function to check mount.nfs version * fix segmentation fault in get_query_dn() (bnc#752044) - remove patches that are now upstream: * autofs-5.0.6-fix-libtirpc-name-typo.patch- update 5.0.6 upstream patches to 20120228, fixing some bugs and implementing new features (bnc#749098): * fix improve mount location error reporting * fix fix wait for master source mutex * add sss lookup module * teach automount about sss source * fix init script usage message * ignore duplicate exports in auto.net * add kernel version check function * add function to check mount.nfs version * reinstate singleton mount probe * rework error return handling in rpc code * catch EHOSTUNREACH and bail out early * systemd support fixes * check scandir() return value (bnc#748588) * allow for kernel packet size change (in kernel 3.3.0+) * fix function to check mount.nfs version - get-upstream-patches: make it work again after kernel.org FTP server reorganization- fix segfault caused by an use after free in st_queue_handler() (bnc#727392)- comment out /etc/auto.master.d from the shipped auto.master file- configure with --disable-mount-move only when systemd is enabled- rpm spec: simplify some commands in the install section and use more rpm macros (from Cristian Rodriguez)- enable systemd support by default on openSUSE 12.2 (bnc#741879): * enable disable-mount-move and with-systemd configure options * install systemd service file- disable "--as-needed" to make sure automount will be linked against libtirpc (bnc#742846)- fix typo in libtirpc file name - rpm spec: use the %configure macro- update 5.0.6 upstream patches to 20111210, fixing some bugs and implementing new features (bnc#741878): * add systemd unit support (not enabled yet) * add disable move mount configure option * implement 'dir' map type * improve mount location error reporting * fix rpc build error * fix ipv6 configure check * fix ipv6 rpc calls * fix ipv6 name lookup check * fix map source check in file lookup * fix submount shutdown race * fix wait for master source mutex * fix not bind mounting local filesystem * fix LDAP result leaks on error paths * fix result null check in read_one_map() * fix dumpmaps not reading maps * fix paged query more results check- add autoconf as buildrequire to avoid implicit dependency- fix initialization of LDAP results (bnc#730245)- init script: remove SUSE-specific actions that systemd doesn't support (force-expire and force-stop) (bnc#725199)- rpm spec: remove redundant tags/sections - rpm spec: use %_smp_mflags for parallel build- fix LDAP result leaks on error paths - fix result null check in read_one_map() (bnc#707715) - fix paged query more results check- update 5.0.6 upstream patches to 20110703, removing one patch that is now upstream: * autofs-5.0.6-fix-ipv6-name-for-lookup-fix.patch- fix an error in the recent ipv6 name for lookup patch- update to version 5.0.6 (bnc#702791): * add nobind option * add base64 password encode * fix ipv6 name for lookup * fix libtirpc ipv6 check * dont bind nfs mount if nobind is set - remove patches that are now upstream: * autofs-5.0.5-fix-null-cache-deadlock.patch- rpm spec: install the rcautofs(8) man page as a symbolic link to autofs(8) - rpm spec: restart the automount daemon after updates - init script: update Free Software Foundation address- fix null cache deadlock (bnc#696596)- update 5.0.5 upstream patches to 20110613 (bnc#699767): * remove master_mutex_unlock() leftover * fix sanity checks for brackets in server name * fix lsb service name in init script * fix map source check in file lookup * fix simple bind without SASL support * fix sasl bind host name selection- build against libtirpc since glibc's rpc code is deprecated- modify the NetworkManager dispatcher script to prevent it from restarting AutoFS when the network goes down (bnc#693402)- init script: remove references to the obsolete autofs.ko (v3) kernel module (bnc#696708) - init script: don't wait one second if the misc device is already available (bnc#696708)- documentation: add the following (commented out) options to the default sysconfig file (bnc#695487, bnc#691617): * DEFAULT_NEGATIVE_TIMEOUT * DEFAULT_MOUNT_WAIT and DEFAULT_UMOUNT_WAIT * MOUNT_NFS_DEFAULT_PROTOCOL * LDAP_URI, LDAP_TIMEOUT, LDAP_NETWORK_TIMEOUT and SEARCH_BASE- update 5.0.5 upstream patches to 20110427 (bnc#692104): * fix paged ldap map read * fix next task list update * fix stale map read * fix null cache clean * automount(8) man page correction * fix out of order locking in readmap * include ip address in debug logging * mount using address for DNS round robin host names * reset negative status on cache prune - remove patches that are now upstream: * autofs-5.0.5-fix-next-task-list-update.patch * autofs-5.0.5-fix-stale-map-read.patch * autofs-5.0.5-fix-out-of-order-locking-in-readmap.patch- init script: use misc device (/dev/autofs) by default, unless it is explicitly disabled in sysconfig (bnc#684997)- fix out of order locking in readmap (bnc#667967)- add upstream fixes for the "non-expiring mounts" problem and put the "fix direct map not updating on reread" patch back in (bnc#677143)- ship init script as a source file and not as a patch against the upstream sample- update 5.0.5 upstream patches to 20110318, fixing one bug: * replace GPLv3 code (bnc#682268)- revert "fix direct map not updating on reread" due to expiration problems (bnc#677143)- update 5.0.5 upstream patches to 20110302 (bnc#676690): * use weight only for server selection * fix isspace() wild card substitution * auto adjust ldap page size * fix prune cache valid check * fix mountd vers retry * fix expire race- init script: remove "gssd" from Should-Start/Stop lists, there is no service with this name (bnc#626516)- when ghosting is enabled, don't create mount points for cached entries that don't have a valid mapent (bnc#658734)- update 5.0.5 upstream patches to 20101021 (bnc#650177): * remove ERR_remove_state() openssl call * always read file maps mount lookup map read fix * fix direct map not updating on reread * fix add simple bind auth * fix submount shutdown wait * add external bind method * add dump maps option- add MAP_HASH_TABLE_SIZE option to sysconfig- update 5.0.5 upstream patches to 20100810 (bnc#630736): * remove extra read master map call * fix "fix cache_init() on source re-read" * fix error handing in do_mount_indirect() * expire thread use pending mutex * link against krb5 library by default * make "verbose" mode a little less verbose (bnc#630719) - merge patches autofs-5.0.2-use_local_cflags.patch and autofs-5.0.5-as_needed.patch into autofs-suse-build.patch - remove autofs-5.0.4-link_kerberos.patch (now upstream)- update 5.0.5 upstream patches to 20100524 (bnc#608284): * add support to LDAP simple bind authentication * fix master map source server unavailable handling * add autofs_ldap_auth.conf man page * fix random selection for host on different network * don't hold lock for simple mounts * fix remount locking * fix wildcard map entry match (bnc#585201) * fix parse_sun() module init * don't check null cache on expire * fix null cache race * fix cache_init() on source re-read * mapent becomes negative during lookup * check each dc server * fix negative cache included map lookup * remove state machine timed wait- init script: improve stop routine to avoid problems on restart (bnc#604497)- update 5.0.5 upstream patches to 20100326: * fix reconnect get base dn * add missing sasl mutex callbacks * fix get query dn failure * fix ampersand escape in auto.smb * add locality as valid ldap master map attribute * add locality as valid ldap master map attribute fix- add "network-remotefs" to Should-Start: and Should-Stop: in the init script (bnc#522224)- remove configure to make sure it will be recreated by autoconf. fixes a build problem that sometimes prevented lookup_ldap.so to be linked against krb5 (bnc#572934, bnc#578655)- update 5.0.5 upstream patches to 20100201: * check for path mount location in generic module * don't fail mount on access fail * fix rpc fail on large export list * fix memory leak on reload * don't connect at ldap lookup module init * fix random selection option * fix disable timeout * fix strdup() return value check - include README file about active restart feature (bnc#565151)- fix build on releases that do not support ext4- add new sysconfig parameter USE_MISC_DEVICE and enable it by default (bnc#565151) - update initscript bringing it closer to what we have upstream: * remove the deprecated force-stop logic and handle it like a regular stop * remove force-reload from usage and handle it like a regular reload- update to version 5.0.5. lots of bug fixes including: * fix nested submount expire deadlock * fix negative caching for non-existent map keys * make hash table scale to thousands of entries * fix uri list locking (again) * add nfs mount protocol default configuration option * fix bad token declaration in master map parser * fix double free in expire_proc() * fix file map lookup when reading included or nsswitch sources * fix memory leak reading master map * fix st_remove_tasks() locking * dont umount existing direct mount on master re-read * fix incorrect shutdown introduced by library relaod fixes * fix not releasing resources when using submounts * fix double free in sasl_bind() * fix map type info parse error * fix an RPC fd leak * fix pthread push order in expire_proc_direct() * fix libxml2 non-thread-safe calls * fix direct map cache locking * fix dont umount existing direct mount on reread. - update 5.0.5 upstream patches to 20091124: * add mount wait parameter * don't use master_lex_destroy() to clear parse buffer * fix backwards #ifndef INET6 * fix ext4 fsck at mount * fix included map read fail handling * fix libxml2 workaround configure * fix pidof init script usage * fix stale initialization for file map instance * fix timeout in connect_nb() * make documentation for set-log-priority clearer * refactor ldap sasl bind * special case cifs escapes.- fixed build with --as-needed- Add nfsserver to should start/stop in rc script (bnc#467906)- make sure that submounts are not busy anymore (bnc#467906)/bin/sh/bin/sh/bin/sh/bin/shlamb53 1543317203  !"#$%&'()*+,-./0123456789:;<=>?@5.1.3-lp150.6.3.15.1.3-lp150.6.3.15.1.3-lp150.6.3.1 NetworkManagerdispatcher.dautofsauto.masterauto.master.dauto.miscauto.netauto.smbautofs.confautofs_ldap_auth.conforg.freedesktop.AutoMount.confautofs.serviceautofslookup_dir.solookup_file.solookup_files.solookup_hosts.solookup_ldap.solookup_ldaps.solookup_multi.solookup_nis.solookup_nisplus.solookup_program.solookup_sss.solookup_udisks.solookup_userhome.solookup_yp.somount_afs.somount_autofs.somount_bind.somount_changer.somount_ext2.somount_ext3.somount_ext4.somount_generic.somount_nfs.somount_nfs4.soparse_amd.soparse_sun.soautomountrcautofsautofsREADMEREADME.SUSEREADME.SUSE.ldapREADME.active-restartREADME.changerREADME.ncpfsREADME.replicated-serverREADME.smbfsREADME.v5.releaseautofs.schemasysconfig.autofsautofsCOPYRIGHTauto.master.5.gzautofs.5.gzautofs.conf.5.gzautofs.udisks.5.gzautofs_ldap_auth.conf.5.gzautofs.8.gzautomount.8.gzrcautofs.8.gz/etc//etc/NetworkManager//etc/NetworkManager/dispatcher.d//etc/dbus-1/system.d//usr/lib/systemd/system//usr/lib64//usr/lib64/autofs//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/autofs//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/autofs//usr/share/man/man5//usr/share/man/man8/-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.opensuse.org/openSUSE:Maintenance:9225/openSUSE_Leap_15.0_Update/1401708ae67a294b883efae73d15a7d8-autofs.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linux   directoryPOSIX shell script, ASCII text executableASCII textBourne-Again shell script, ASCII text executableXML 1.0 document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=02be9ee69ab7fab0f15172b565e8771c8ac3ba51, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=26f74fd10e88d117d8fa356e7dad67fe44136a2a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f524e25e662ba720a7a41ebaf0e8e05027af7602, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=166c7b43c3ac660bc0eb4cfe3dee89ee7dc649cc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=54f2438aba984a08b77248c4ebabb6cc98ee7a42, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6ced5d635645d8d7cbf26b61006938eebb7c151c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c2c6f9ce6faff9e42e0e19f423153190952de9df, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b5b643958f22dfa9139b038e45c00dab879aaa61, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e87bb49aaaf7a91fe723d5fd3eb90577e37a9e53, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d212683eb3f931cd11ff086d037bbfc47eedaa53, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=06d95c2794824a5605e6d2dcf101e22f1b59659e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3e73b6d6e66e340ea5a0a9adab33b7972c100495, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=54f4e25c3753335d72481a3a7746fe725b6af5a5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e59141c5638d3aea7f050bd63b1402031ca38d55, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d4a5958db2c013d22cdc0ffa1d18f1425ba03e7e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=35b00575492071efac386bdc3c3dc02be71f77ba, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3ebcce4bb3ca7bd09f277a0a5b57fb5cc75908f2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6851e93139486a7a457af474ab3e5ea64f1b9cf4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=78cfdff52dceeb882b3b5408c70e7edba2e81560, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e2849e396ef65d2455c8c90bf9bf8efd59824176, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=8382d18ef1ed66b9f7a32a17580757b06a5aecbd, strippedunified diff output, ASCII textAlgol 68 source, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)/L[jx    RRRR,R'R&RRR RRRR%R.R#R+R R,R'R&RRR RRRR%R.R#R+R R,R'R(R&RRR RRRR/R%R.R#R+R R,R*R1R'R&RR RRRRRR RR)R0R2R!R"RR-RRRR%R.R#R+R R,R'R(R&RRR RRRR%R.R#R+R R,R$R'R&RRR RRRR%R.R#R+R R,R'R&RRR RRRR%R.R#R+R R,R'R&RRR RRRR%R.R#R+R RRRR RRRRRRRR R,R'R&RRR RRRR%R.R#R+R R,R$R'R&RRR RRRR%R.R#R+R R&RRRR%R.R#R+R R,R'R&RRR RRRR%R.R#R+R R&RRRR%R.R#R+R R&RRRRR%R.R#R+R R&RRRR%R.R#R+R R&RRRR%R.R#R+R R,R'R&RRR RRRR/R%R.R#R+R R,R'R(R&RRR RRRR%R.R#R+R R,R'R&RRR RRRR%R.R#R+R R,RR1R(R'R&R RRRRRRR%R.R#R+RR0R2R!R"R $9"+mKIq0nfs-clientutf-8b6dac250a8e3d9a072424756dc649108b7ccc050f24fea3975482f70430348c2?p7zXZ !t/a]"k%fs G,,a@/T ($u,{ T˙+oG"LkzJf1S`!5{1"D=H{&4ruPXgX w-v0ux{#WtK= @2i\PxQ] xgjoӀWMmE9Oil䍕)aΎL֩{$i Ltr;Y\#7Z X&QB#νAK}]\5U(~A%gڝ>]!lI^*c:vR;'a0AwGEέX{1ulW8Ò5{؇Kh,$G9jHLyQNn[]kG Bc,9]<7EK|*[bK-kB' EE.elbȆUz)BM T6Oӕ*~Pi,eTLn.b)_gAs?ڻ"=k3L@g,~־M7R"S3,uс8W_tEbT|x؈&m S[6PΡd'3>0Ng]_&uʡy3UY:1S' C53#גN t>#] mף.AImU&niM6$ZM¾M ~iɇ2סaLf'G*ĝ:*+̅hCK! ?(.I>E#H*(C+TC[6 Y\ `%DtU[(D-\,TzB±P='wee$c]e@U#&]a1F5Q,m[J'I CpS~eU. #i6uSGn4"C" f{i!g&>"מ(XxBP3 G7?eb>2!Pe}4x WkXRon\Mɽp)]E`65O\JKttvnwHXUdaO PXSRL3Ɋ 'l'}Vh$`* Wiu+uRpLy# 'ĿeNy?*g1dw_^h颎^=6X "r~6R\.iyHlɷ1@YyBH2o`߭=@(;Գ?Q_X'|^7:|c)i4hfyP"7fq0.\WOFgCm!E6fPRv5w:uP%=7 ~tv>؄{9$ÌQ MF;Q<9dQx[G`u3 ' ^ " vk;Hcu>EA 렞4 /}0\eYVԂn}݄&\0p.5}bAZdP ˏbUԥљg3 q/oIwel {0\9n(`b𛮆q˴Ѡpw(`X:B}9N,yz-`x5Ҩd)7Gc8)az,J06.+i?5EW|P 5TBeK'bk0zK5k~#ū>LyiK7 97};r[ۏÒ88,ϟԄ)|p څ?-QT#jR*Z6Q3k5 xLKPis,=z#$VpϠ@{Ʉ9G9 2h H~QrOd|,JEΪ+7#3yə8K@>m,g7 Q3/ez8!Q3r1WÉDWU%^S,k@S>-oU,5ktgf_X=ݰ NBfL=lj"lrn`F!g11Z*J1Fݮ-KH(/ӬtuRDQs\p`0WxX_SVlLmӐY ꕪ\oS~TxNȨO[m"Ѳ]1&PQN/W2ox-wyKZ$_X]r;:i/ mDSi/c&/KN1S67z@{By"Æthv,GܫI]2_woܜ iK@l"ܹhӗ3n}ە@jfWQ3P7mx)[Rˆ3*|q\{"` G2n@Dfg_&F2Gz.Io~:N;B}ZX\7&rS>&10+_EdU`S۱uxcw3 e5(ƴ &JIU-S~a !Qm%LDxfp\TZ|)5uZnMS֒yLz[*yRǮhp,(c2d_nEJ#5&Ҿpǫ^4.$:@AűyIAʜ~yŁd|٭{q_*uE]#:b}ĝY$K^[fYwoNNwga#L\I$Ĉa5vpk{1>[%\q/MSx<X ((p n9d`ӎ#4s{Ǘba)/  sدC{6hRit/k?&@|J`Cɉm㎑iI Ly7NKRTz%g ,D8VGa^P3#H^Ta#_OFa-0eψIB5sթJ <$_K9T A_j+f񍞦ŗ^b|'yu!HF7w<'<an+^mrlO`Zb6v~%4~e!V}NtRh]6bms ՆigG[?-bu !W t_-}hYzv |(˓|'qAj$ȦNMʥc*/-;ɠz4XJNY <ܾ(ί%qJV$n8si6tutSSܻ>v3x]Tˣ1ժ0 a>$I+r|)M M _|i . * 3}ӗ^X ώ 4Y޳)@ S0h誆־vRZiA ͅ;Rz7}psAWJ^\!%T-6 9Rx(T~-pP$jMMr T6oM4F ON:}#@&<UmZ[SY56p Q-7|ŘNׁvY",9Rpl60H'H\6X߱[=nғoR iou%2q$,0qWX+,&^Tj"^iBN҅`9jKn9i}%v}e u>= R!ŒUhg0^K̘$퉬x9U<-@/`a\6r.7ʡb՘68ٓ6廰Ƭΰ~5>(Rs~YүCԱ/(4@~6l½ a(#ͥEpD<[?kCW t` Un֩FCi&V6z~ΐl2r>DDJr@O̡,T^Fr>`bC>v켹\ '}NѫbCLgۋ͒QMY#U:7>ͳrp% PVu5e8ln \ CGkRL;Xg^k{'VNuV}3ҵ2. ;h[iKWnnp6b ּߧ7L`\1Ƨ֠#u x0Qcs'^=nSYրb'$ %,Bвk< "_^j N,p*Ru VՒ[K=LڱnBƁtnu]E, D Ӈ/'?(L(ҒQnmLY524t- Go"zH>$P݅B)UgFCQ 2ui]f9mk71_/J(%n^JFZ GJ3-k$Z%L#Kg,NVn?Oo?ofG7ڠ;2022ufB-zd %[e8&|O\͛9wT fMœJ)B-@CMŨ\O/{5g>#F`_3J(ʙc 8Aׄ0 ѸUBga״7;2OTNz%'X8F k6uUe*qŌQս%\H+#V#QOr O|`BUa9NW.jgY1lFEMou-p s¢<|#ߥ޷7X㴄L ?w8T3Vz$;‡ws F[ -IkndȍX )HPÛ0`)l˞Ҩ{|w^4ჲN/N՞_?x ̖J+EOt-Ǔ^5ʩ*'!Cؓ9߈;AO߳'7r/t%gRiƬ p}jȒl; D6=d6I iLآU"&&"{{#[A+]̢V$H^\<&cq+8Qĥi8ލ!:Jx|mP$q:zNݶ.}E~!yc"A=:]C$6owZ8r (^BS.}JnLH/|Ѯ"[G[‹ɍl«5Cd税'56WMǮ &9 $VL[- >qN*=yed**ڡ~,ۄ%msAT peMA^p(LCyzxvV%g,;CDبze\5OKB*F}V$s Fƙ;?B}lCX~FYzѬLG/gC"pPG[e8"=xh2 3h&6o\.Ō; MutWͪAjR JSyr~tW%u!_ 놷D;bk/x|(Nt60il>ρg7hhǓ~BQaD٢+`,V|A}CHuSJtÀ7*Jjit  5bϗg$R7 }6yQ{umoXiWaTJ8p]~k?M`A+ѡ ځpQƩc̡#}8}=] G{e?|%k^Dp=ӊ4Ί-4} 'K-ga#D _舐J%;'@FC_5(FYC8O ^?xB9q -=R I7[pbbV\oI Ƹ-Vd4˗;PѶ[nC) бG)cjb:KBy<{@z;%8=bD^QX44n\F UIr.2$~!@ڍv3Ix+=D|P/n1FYYʥsm.h8-Z<e:qИrpo%ۆYW؆0+GJfN?g-@YSUA-r ) aza~++E롕ɚIs%lOWX'[ |ÂM*w{y8 <D?{cKIZ s(mvMD>)^rs<:ʎ\17q:C(Mf?gĎ|:~ E±c晰H -C *ECnnpZWPwqjE?ᩤQь`ʬ!rFG?%҄j\G(IسmTXb}XNp+e)s,zFɲvad\˷(,sbg!<׷Cst9y7dj?'BR?w;du7SGTroZMjŇY5}\Ry4ae{tiXKg-~נ,Uv|\Kq]n:5LjIPzBxtL4h ܯY NlI Aw,~z޲s6Mp4Qq<9!VծGxԇCz"Y TLߊ[-@IEey=P )1zHLOz$ՌERsJ<]['u [t el ݦw(cƁm;} W_ "nx@aRHRױ,#Kqn2\}Iկw#ʺ/S2港hoo@)u7TaGိF_6`n  O~]$]Ek5? W.MȰ).S S ڟZ}=A~0<3i'r\TtQx ѿS:7-#;QX ; JqX2 HYQȦR> ]InDI~H3TJ4KXPi+=.VHBb U$-z5WboN`MPKW"m+_S]j~K$ChV%7Hݸ"#Lv5 :Rߨ\iMol?1KQ?~fPCNFL-6o{,$~4Լ>.56zc_P (HȐ)]\!y7#kä.]m(]h ~I[xhD5wA5ND7\R \Ҿ$S8g<;0Q ɰ.Db7̝#flH5ލNyuEVgBO"W))pC%l^lh@&MLF}2U$qvٽBD XȪ O? 1%<+[[ǏD1Sذeޖi͸Vk2znM+JvugFj0r2&?" E\>'1V`Η]bǔcE\!Txdvy=f\J:\j=cb1Ā5B[;S_Zxc☉!N>Z}rb-=aW]3WTr!ft} |q=SG5O ^=\9w32f(17n=¿*:eցѭ %L7g);l~국uB&¥x0<*"ai{D8rFFV>;-֙"N}3]Ok:40 Bk}eɗ~S Y j4uF!|ZMɛZQ7+:M.{>I[wJ*,{ÿs(`Z0rF5mW'?7n^ =o\}&dH:b]?J 8qGxGxK4%W$T/Kġ'¸c u5:;F5k{X~Pj]6;wCcq !ڀvg'Js t5al!^[ $Z@^J4p?a߻u,qV^[F`[lCӐ?󢪘5opT}6m'B幤ܗR >U+oLFA:-V)Fbиoe7;6cu˨'H| Hl'7=͚Dvau#T q\{"H%`WYwM!d.$ Y$QQOCxʺ >l0ZTS> ))Љ[?>FP?&h-vΑ67ARlw8;yR>1й%g+@=0 QaթI35"aY$G&ν>3䦾9Ku !g|O.{qJ8j /ސ|pSp͹KDG|fGb|RL=aSs k?H_r-9z/i;kZ&V65sEבjr2(a&_FD8ԣ_@Db>Lf$:5Pm*n- J70@E\Q)GhI22 3K>zaSIJ}Xx|!qU!o0E b|Ƹy2@ipp^•PNx}>qXm{FmG ;$t6/q#(.fעKp2`!R^*O(2ۂ.ǒӑ #$^0`E56I#"گ(E`X`cu. 74QJSY&hhyL5dk? 2 d h\V4fnF8j|w,yJqmJ=`\v]\~Ik׳cdJ!=JSO(j'7]"և; =vMDKt)q`S_x4YnK/_2{8;ٛ#vHZV#;Uu Z}OtyGu;EZ.窝[6 TvUH'2H4+kHh N4@ϖif$pDq/Z.Ou!Sƞyl:;Km7٩:V띎եDf5'w߹},\ kf ͮ#umخt#:t*_/6;/DK=xXaHiVrz^;]j]V7vO0њ_I 45w0؍!kZa~ =S> ?c[Ll&'PyeƝԌ4EXNDGfDC*R;qEz~vdgQ;@ZpA\\ߔ^@ E'9̽!mad|?-i5]:O.`NV:` D=PАk|*}T!aK S{3vNѡOx$@:2[_ DftؗB};p/->[[,EE*)-|!A 6`n}1 0R}3ʡ=oq ƂQ$N۸dMIt|Tޕ%dߎ A+ˈ҃ zxl,G#VskkYq2jDNϯ-[C}c{3}v\tQ4IL;G62~gj]D 4 M$Z5<B=yXSZh;Nt_ڊglp!ew:Q{ ;+T 4yl] dhjk1`JJ(CÃ$G~|vJLr<+3Vv$80K˻ @ݚ>0fN"]z,j& !+2$vUNq$GٖD.,l7%Ds6rP){q{_uRĘI0B'T_K#,e] VMA))|ECh9c2|П~K*_\=$2AJԢp[V="~]vn#C -/yyQJ3b*~o^{8*jMg6b;|daFB fI NXJ|K1 GY*r"abh]jX1۳S72 DJ=|Jrn pzQl ry93%+]ԑ[L7Hr㍮ALm}r36(|i0(W]PMrR6)6<](肘7댞IjgJG(0` ѧ ]dĘCYI: O(>JGp*[)I| F Bjw GW[[heSZjǛeK=]%1aX'ˈ{DxYD ƏcZ!+O4q oO;88Z6v{GlDCT;5AJܟ>Zwu0hR:əh|&}+>w:(c$& -C:?$[lwuKpGXOyt^0e gj<59c{}Cݖki*s<@1:F8}bx 9#*]0 (6kn#B1 fD:{+|Y c~Hڢ:4ALgsѬC-]Bg}5 i/s=ߨ,%€ F9l.d;]eF}#6dda?WB}'#{RDI5+mu1.TbDӥ TTȵX\p71R^@ˁA:6Afbx`z~ .Yudpv}6\ \)WdSlw@ZEG}wm8| a?+{Au, mo=Lκ/a4*2U 3d5?v4t_+uvs9Zƞ^?R6ݿ#J 8|(sKϙښ5izjL %'0ܹ2y'd-]-L8𖻍α%ᗤJ^H܊ߌ^4зMP bZ#Eؗc\x\=/ \4dQym L4)1Djw8g*w!6L gSy5Ꜽm&n6U6b/WÛxT*%'n憱FY*s P8(T޹M aB JC=iv)Z$C$C#50RQťzFNA447Y/4N_>fZ3=AeoMbpg !|[BхrЯDٌ&w8#v m|0>lAQ ;C䰓RӲG+?ZBn5Dh׼-u4۝t靃cԂ3rĞI@p#2dfOѤIm߭-!G/T_@Mr ms*z.|<YPG%U**ꡧQr-wtM!INC^c̔:*ܭ1!,n|\L%i^:DeCD*U Qju5t~~xnh"#'?JUp~-jo$[`!% ?j`1$15rCHRVtX%F .HWZx1D>=(1mՇ`?a腁oxԾ88Kz8þPѧqC$\ \WD[mH*(X4MN_crGSQLd ~a5,*9 H #y>bpdEt? ]h)( Auqz1\֍#LC(/ۓ'N5%a@ Ai"R [(_H}k$d]4œ%禔088ngO 퍊g` \3<_6r$~VxJQ.,J]1+=M Rf3ЌTMx]yJ*=S#RV>7Xsq]N @W$8sYdtTuX: {:N}8#EYNq_Ejekk~ mE)9C%kF!g?{#)'nksVqz!K B7xXjEJHqXnT(wG=X+wMD`U_z)uԏU6jO"kFv@ƽ@y~(]yr)SnIhSH:~u~nzE pgqW &/L ,$^d?G\$bXnBEsF=8e 6my{{ %+cmD2`)K`ݖ^G+zMRo~ǙRc¼ei5;mdu(~W_\iH 'd(B&kTC\oh|ATN;خI"{@ӛЙXt,b@oUHeEOG<6ua Љ/f=оLF̑(IVQA1/3܍!ͣ hZ[qt6v)S,ib3b&I6jN)uۧI1:O^ljs *Te@~RjKsV-%Gx49{rym*O+⡝5O.xjAcAw[vI_Ϝ vktҺtᣯ&`xx]~:پ"ch ]OݤJ-1>v!qB?DZ^>*2<څ[պVE #Sn4~.3Pgt*&oG<`Ϟ"2K-WKό_APBb2 $>P>UR@Z0w>yAc~P!| U!3o^K}:,G9;2;FE ohV9R՘L5TO4P>zJoxfTqY} C XRM( 5M2\'Ūn124|X.r1S w-i%Ki:СdMdĦ!w%JΌQuZ>Qϡ|3uNz~t~[5?i3ھe5Y|36ca6Px钆xo%2YVx8<05@ f (~ջ.';@JF='KZu™?H'\z!v?lDH:Kcu'[TapB4z< A~CmeT1^nU |DK-"ɖ2_p;2"o\gKT3wƂ2o[Mb}t~Kqk>wqE"ssS8)㧍mkm(tDD#mʓ͘H"%(uHv3~U0K\oj!Z~?c9`.%Wst?Er2x (]` Z4"W$ep 3̈́bS57e+0[á~"[eց<,ײWRϳp̣o֑/nrgB:xO`1?@)YXv;$7ܣ^d91 }7yu 8=6X i^kS>ӛa fk=} +@2 3ZJ3\$`J"q2I*]>=Mo1Kvol4Q<=Ȓlp݈M; v: UuzoϜ%"pǶ4cW7̳2Ln쯏~_^T|‡;J5k,2M>Ayęc _Fq"c>h:.#CؖrZyld5n}K|Ŗ(cLoK/C`# wy>Hѭu ZQ?(ddčb($0^?1(⵽Bu=^0p:P7쩴K[Ṱ`MMJfYXnΧ͈#1>}Q;o x +cڬ)`3, #PQ۹˟,  ƠI~?!@Os{ cǂNZ1PTYw X|wSm󊕴b0\M&6mFdc)MK W;Nǥ"ޘk eXL$8]}~񧔷#<Mdi,BkhH[;Q F \_ԗh=8Dĝ ̍B acEa{@;f[D7Go8}v}38hV8* )úeWi5ǀ|&ul*CʯQ(suP+ueUdEvX~G~(En¢RMbfF%2 ?,U$]+ MFϓI4ukvԬ8IZePMڔ`cjƜ#y1K-6~@xInC꘣%/vrV[c䙕`PLHUp"Tpbҁۊd"5wTha!x֌JƱWgApE9Q=y5V* 9\2I?lϕ>I"B[,HWC[o\h(/YL`sX]R$w>^AtϚm9z2&,4_CJEYN@x, F˂a;i7_)h=ET\ DIL6ÈٖP>A'"7^O i3%J|OUz?zL`s8HuԖc-nU.y%n^afHG!g^0g6SjF?G$͒oIĸd9- \b 5ʍ r,E:}\8H:2/'}^bl/&-[ im,uy+[jhBA'kګNÞ \KsZEa/Nho:;Dg) 뢶uJKh-qJzkybyJ+{d7Wc&ɭ3_|al+zi:FKX7%RJz&O:D*k⾱3r9|11w= %CK`yUY QP }UL) D5Ujg[ !6ЌVOj`dҡ}q&A;׏[~s9RIގK= rI#$ڶ<'ܔ4HKpmn>#Z`^蘶#T˪&+M_ 4b1}Qk<п}+J %%v(!6%qZq%Y,iy |DGݤj1bYW͔Bna:[mofPZgiB8Y)au/5|`ٴoS'ϗ50uL:{]>bȆMͺ*2E!3eHFF# FsuN`5_:3 S!W\i, r42hZjnSM/x7 t#+"' //`B%F,Oj}Jו`w5AXG;-6t~9+DeW7C&Mതg"gZW'z ot,~۬fM\m(d6c+ImM9Ibb*7)8ΗA 2r<>O>yZIhPL<10_ ? guo,5m'K{B˫,H5%>N%"aY[s5ZR뜇o{u"U,ϻY VH)` ^otʐwy'3Ӏ2Vf ix;Â1aȐhEO̩g쾞!CЍf+k6/d~5|e1DnjXR0<#\V [ͩ%#ZV5cnqWx;e=a>ht N*0lx&wDZP: ߕTu$|$Z1d ?Q:r_O/lI5UW[j޸~9&<0d9_̥_'r.' k1}].6>!eceʤ7tAUC^¨L Zx`Hp+VWYҮlENyS\}CW+x-Z+?;3K{uhuݪQ\'0.; q]IT9 (Yo`"vҕ n\ggW1ilpNKulBz@X^I3EVOHv_WƕcYv,O:&Wu 2ZYbG.y)ϣg%~# U)CXDQYƓ_K_.Ȩ$JLݑfnAG/!EauQLj贸;*Lx#z6fSЗ3DX贙!W}E؄7ڜKCQhwUPȞ_Dzäcy ߪ*QL;߷v1Jp2u:raQΕRd|APo.AIW5/N)W#pdz|vb|@Xmا]$"MxFdc",Fa xR]VP+!9%e7v-膠7q/ZؙR[{-MJ".3f;$uuO-՘V{'7@:ODd<-(Ew%byGuEc\P tssd5cXzF<@ҙ Ԥ  ,}X&1k;9lĦ6]#r-`YS.q|}M&ZPe(ٙ)KJO<7f WhPYRdv,FŊy e4eKiFToRDDQ~tt pLQVPظC'q6ǎ&iW}C&󂀃2fk6kEEHyx,"ivh+R]? Bi|#ى#&1W򙲗DA񀝄RVT+M#U-Q<־e G&dT e˔-xb _4_ ^B|+fk\ntT':GE!ٺ#e&V L95?')It]$ُWh \ C"hxjqyK%?Z $>eJm~Y z¤JVu]@aT; tWAl7\0 +#YwzwM4gwj"Dy5TX]S+ ym="C- 5,jNuRK1(v^H ׻aUTecJd2?.9_yءC)9niY!^ bBO quĘa3&ٝ󒵳rcPIݙ҆䗰R*}>$\@.e_~HԫJgQamLD=^mN/AѽxMgk˓"N{抏KJѽ~lPW8xt=,!/WY8wsR}ߞ%{9&0J N,kfCmkR6^͵x= Mqo_auJE uAHH%I}u^`/&bZC7 Z)Y{VkZ,0*@\v,P+坎.t'B^z!:[& o e˚%Yl5vBAp S\>YNP3[h)}a{V;ǔqtthG b _9|~ xg&!2_ZZ~hBJ\TQS?1A&[#+nARv/q"TО_r&kjE{o|oYrq h<Іȏh{NW}=+d\O|g _Sҟn}4frˑ<},3-gr=`]fkMAFz5=|]lcȵu&Lo}yD\zudF)$ =BbN[zkӨ<>e q8c6H]xG뎠T$X ʠo=*)_ 0Ks,~I&ؐMQ0bCky RA8j4prID‡mJWejPGȬ;`G6R[a^ycPtF^KWýHeBlV9K_F0ϞZ=Livȍ]7:XyUdgy0dD%Gd*U46)7\U#Ry} XKieUgLk~n&s<rkp4ke`F@h҅b@FY@j[RWXy=a6qnZ@wa8tvԼم98E! ƣ}[4psS H,.齕#S-ZG+ ˻Q nͿN+/58A҅KcŽSD \(|[I]&R^gSrA?:لc}# ^IF8/+%>M}!H4 O::G0fVMo킄#pufxv 2~@ D@!QXoXjs-2^5?~fs, 2jNu %u-27w-fY^AMUo"\9Lw`7w /<<NoݨD0Y %wLl:k6xzfa&AvE VXVW/>SʎpQ Cm*@9`\+K{oA 1fICwdWcEq2(rsW}6}ˠiPm o~Uq4|j}-U ̽ólTuyW|>)7 \@j /6lw C7b8 JJxrjjsM;_Y]sOÖ}nXaE6+NAGQ@ڵ'dKbYj1-Tۥ)TcLL_dxO(t:,&]eS'XH` Sg'Γ:Gf}g0 XbYށtgNԯ#AS" vk۲,ܱ5֠`@gKdX+/Xۻ |s^xC. o+;jeع=}@@KBCtz;?ۂ$./'9HPcQrU-,DOs[4:VQ-,DlrPTwk Q-|)v~I<%L3q<"U3):ep /p XsŨIMPX͌QM1LeO0r-}\YMՌ(8AJZ|Kep0 /YVfba/tVt6ߡ/?\ qa݇ۇ) \SqLKϞGS2ls;ҍj̒o,{,~Bt(  6S]\wN'h1  q̞(r64o+&h åq_q3|ؙc.;t0Z\T|e[ o!;95 Z'KHa/pbcWCϯiOU,qi]ud1hcS:o?{n}̰x#_[d͜.6-![]riw3Ҧ'rZJ[223v|x_F0c R-yaSPdآ0ӥhK R,>~syiT f}j= {a"4Y:)~1bQOxtF|C3$ͅg+I?$8,ڤz f0%5Y殪˾ar Nf"N&&L)*7!AGt۫TXd=e4'E &OPvaa- pH ^ rwY* 6,3՞->X(PKs:릘Dž~Rp+-Hy{RRrP5^J"Wg*f"ٸܦX쓵WOF9=Ɇ, VEcℐhd34T>ZzU63Gcvi^F~QdxY? qtC?hD&s97;&WH]ҫj۳} Vs!%'C>SK`\v}٠IY#P6>9MAY=wKgZAKT6'kz3">uϿ_EjyEf4-J{K<,їtPaĉ*@UE_3II GZONP.@9KBy:Bef 3M^3 |1v 3J*~Vc$W" +z^7"XgyDޚ>.'zW6P ) A%Tx,3Tk RչLCz $1Bz".CY;LB\J;:Aê^rЯ 0VC3Jۼ+)ixyIˑuCpHxkypjƍ7gA`{%ց;mE °/yQs#$m]h'\DW15 Pek M$q1S09Ψ\rU.u lF?Ty'#}"v`%d~q4 7$B ,εK Rw ䷟,[qD@wmcrF{{Wt+`A|(54`Hr11ǻd m<^5U)+E#qn$W' K?ɣ&J}͎MmeCRО؄`y[3|Ր<PI/bJ*Q6@C,Oha[Y9}h]Һ}(%0^J0rAFtk5_DЇ@~T3& 0qH:dS{C(_QPh:,'zƴ8&2΅BOJ~l8}a‹#}mV4cy*lNܺ]{vde,ndxk|SLʁDP!npƽ !GU f1doϿ3,4Esqwy=bJw-%cOئ HRJc>uM*s>VA*ZT[zӠëݓ0hF8OSvLxFGQ`X>0 v+hiEj }F񥑎c* F&N: Ct,4+hNr&~Q(m;0}w!?a2 Lگ58By\KK* b9`[u[To("E=\t wٲ)Xi$VÓTC^Dsci5 ߔ27%Bc-=Lar~ !k]͛-J&p(B03JC@/2oT7/ M}j$ra,!YZ"śZ{4\'V.mi:56'sOiwj؊F.#+: :ʱፈ4v11FOw(Ë:a0l-ĕ!ޢ #itlmQ 1T|Zz=Y*wp,-A Hݟ[5۟1^EEƒޏ0i1u 9j*^=*'lfV lj=t3jTp B}.Z6޾}vȠi>2{ki~qҋ}m_뭐1={wU(68I5]~4;%y;B'jt~7;H ZBISd0)8G ]41K1w3;}˭R.1& M :}A+Ԏ8kE#O:Ha3nsXj"Hu6TsZМ3*f&^- گIҀ drSWfͫ8Fo]Fvkϑ?j$ޒNK_؋"ۖc;RKݼ$r$}ZsTZ_}>5 61|IK:  Z`mc}RKJIg{P_! gm_͡Qac< m3Y[ﯰ@͞E9de1** iu;r *~k7bv5`#F4x8 K*w)GʄΧR#X )DNh;[ϊerFYF!lT,A2QY{t'~29+l 2Q1el"E`'6޲(~%ƒxdyT+han4^Ow򚖭%sZWA?B31oFƠkC^#Yg[|Ձs؜GX76bK զb>G.0y׬؊h=Z ׻"(e%7"Ѧ'*EO^qaw}H![F b-c`fڞl4!997Ln+Zl8(`~noc0Wb83[quf—7a}D/提U:Q4'I GB+'bo1KZuee.' {O>P {I%`suURQW_lc2`z=Jf 9໹γSb9eݼs%d`֋$T֜3 W8|5!⛥ܪ'iO~\*oa8υ?&zrzWw7|JD~ f9 D]?/%<{n6py f H|y_߳OUί^ . F(;Gg_FkFE}qXvs@Qީ߁+˪nj`LDJVjJ2,ר8lHnf &vx6Fn Dzf^`"Y=ղeAp Zpu;L E_: J\OA-SBv:QcQ%1~"΋C ?XLӽ$A LB4~I(QGDfR \ז+{__Y´0Dž=v['?J#dmmMx`nA[_jhL];4g2`V%!2Fpr6&Ɯ-0O(4l#xтX3ףoXspSZ:k%HzgɉU5.e~w!1 T(LH?m伒^kG#EY1Z]Hfͬ4fc(>EB5u'G08>,?3R5C5=֦XJ!<Y>D6hՇ9zhQzu&w Ԉ}gqYwSfy&H}>,;hA0qmgBQSSԊ8Yģ5"ʈD|/ WF6 c!;a1tcx0]{dfC;VWŭ> /LZF[jؙqG(gif]|)7 p͡ت"-Z^rW*M[tE/Þئ;ۤ@ܜY*>bFԣ*&5N2æXќb %y +;w9+0T*FB`g˭S aKj+j>Ar65OEē6Zr} b@x\tGfџAo[F;WCI\# y.β7(a|1`׋K2 xRG>6xjN//$+w>oM t1h̊H܊{סys3o`(e71KkIMWď$U%e?tdHĶߟk"bS[n=bעYbl"}Ӈ[Kqr1- 3`{zanoe) `` 4!dJjf/Τc^@ 1K |(J^TYs$&ui hn>>4咙ҐsKzqu _l{s lOu C5E-zĘ1r&ކ};깳 v/:4 Ⱦ) ftr20If ]/suj*Xd1I;J▂ʰ`ʹH a*XœYK@4bv7C2GAGJ^ꬽ袔]U >b93cTňtDhQw Ơp[!M2I֏ RH媾;fDZIcq ")Z5 n"D+Yt}p˘,HC`sYV ژ#`؛F~UȘ=B8C/08.7)(يWΰ~EΧ3:*4͓Df?4Tchߠ6-N #2J*"w"KX Gam %AgTn)`q̽JB1F(s! du^*ZM̫YU hm O lƼz*UcAȆ;&{vipUKZxAX jF7_).aP(#۔gU_U 6M5ҀOtb|zu%z2S7x'fmdO%"] l3aѵ]DuMrZENK>Pd~9^ADg =亘[wu<xޡCX[;^dC,b~!Ij /J N|eGtp,_BLvdc=W&"3l}ɏxrh% .cӾ2|=[h(s%L4xO)WVhS?6z^@Ej|4`{`ulEĆڢŏgE.797{SXwQԱI qf$ʹLLVKXs XkoFiS_kǑ^18DA}ͫ Dmr qXz!a5@cCgP R)&(<xu _=s=%VCP*U>*:9usbڤe6  mlGʳ7mB`-Xsq Ӆ8gOoh}R6QX]$ VƠ Wu5wjPv+,{(.Nʼ%:uЂn9&r6VC?n${@̔sx?OՕ~s3;X;VF'41on7ДV"md(+qR;](X(`lzѻtt|yF##ZO 3s.&,B, ~4^B-5Q&P[č?)3+0 ^CE4k3_zwļ+7: 4S5. HNG:f/=))1qtq}gا' >,nTpہ.`BR%hHlnEa/Rt21@ s=ral e&b%_jܿ0wjEA4)I^ ~Y";Q:t˯V6r] &us`Ҋɟ=( FPA-ڟL|K(Ic60D|8(i=u` =rХ^]Dp.@~S‘G8ٳ`\7 i cHZ9}!xF7Zۚt5Se+_TH/2E廠>,}jW\hi!Uӭ*XcIAXDzѝA)MD^k6O:/ҏ`_u^vS& xACAêu.MbZMĵ@hiZ2#)a١Ź&zAjλH+@wXNVx0,{3<jQB|eo7WATXoi^ oo"cAMob0[D]ׅ2eדUx_~Nڭ #nGN)SqL3FNHN]ҫN%F.! =[yΰMQ;@:D*KLD\Ki%R$XǷ9M*K`S /Q5}s=D~F…g}4%o[6!\52~3ʑJzN=(?н汚h*<&dC6f˴U^NS pVqN8vio15 uN/rY^U'rOHH#UBR.w([ FplSѦaM̤VvІD XYS6Řlw* TU"]N \[I L2f@C{'|T놲>:ɷx@, 2Zʋi> m"]D|qZʺC3]f,`3qЫ ocr7ѩʴ()GG.1kyGmk TD=|֒ՠ/-83u_D0#P,c\LQ*}L tqEttf^D_CY~t4}8bw*'IzzCqPz1'٩/oF;Nd۱tFyZ;yVbZ?f8_3Bwm 3n'U.w{ZzQtciUY1Һwʖ m'.[`>+oZrR_zյ+FID~t|e1;[2뎔 n `"oLfcNgVr:`x!(l#9b̋oY&-5kډf!M䁼 @U"ݎ2\/kX.=I[G"߸{"_vͯnQywkaI3r)եM!B"ok$UmϺf|@1f227]ج-6v_/ "m;8w SؗzAD*H;Idg]oIdص\eT+νOV_NlLx^…6ϝjIcO-N^}9;t ^|̓ڿ!FgZ 3[w.OY) OC[6z7m%=U^%d7L O;IxspUQ)_ޔ/yfuwf1sqff֙&;n g+6۳^c! N?HjsL)ޱ j ;GRҫ4⪮2ݼÇh kzl;j<-[AFC%K>hv+J],Nv8?mMRZZpt SJ#6>gJA(t`wzr0ЇT,hv|+?ªK &zÝ6075& ӥު$f]P 6P?fzz X]<Ø? B<Qv=6&?^fկv9zKτ@G,1>ķ/B8J+㮗vp2רtglFy |lg6dN0]Թ}M!(s$j#6`USAƠB  -l"ۊK{n_e3> U PP?dx1 2aygAsn@P'`Un@ j.afCA𘧕qNO]w-?.܎K{huQߏ%OBʕ$lhhNA@%/4`y o6z; }~JN۽z%5QeF+BaX\'onOPr΁xdc&~e?h>UtD2y5cY@M3aƬ/~>rhh)k0tgr@ŻMe}Q*_jzo@fGn-b8c.WDF5:Q'KoͿRVw{;t+_&ZG>(3#`B.%Qx8 {!+yk1")^DrMXҔHTRR'D!$QyhfǛUvǤB&Đ\QxvZZb.s-""RB13ܖ@7w6M94\)8Ӵ 8AU01N&d)wWj€~Űe ]C>7Z|؈!Dю^aaK ڪ>l.;VvݠFg3nJs4˟ A~m W)=WRLMo|w: YiZc'-;dUlI`P! 1r)i@jR6ѷ,87 x\dĨZg/C &4+Heh&FoȟNe:fҶfpXoFv_U̢Ymzjy>#IQeh^@)PJG"Uw),4 ^EuO7Nj-޺I2F6}h'椨eL I70^zsDE m 龕Zޡ~ ~`C$`n?CrӬжXx@jF)Ռ1u }[[ٍ܏o漎X 1)=rKY' {'%+Woe7x8b dэ9/?3o+w-]OH^Z,ULzf #G&Əd#.#_-W%'p c@WFu%Z -c{8P85T'(Q3`z;<ʄuر р"W~w6$z޾q=YAjPφ: x"^+ЕvĔO^A=h*h.&pS^"by$+o,VlZvhyIпicxB% _4aukT[24ڐ1糪^:gʘp)/l?%0mߨգ.(xOnNwNc1s"S'i08UIARǛo`@V.wL'γRʙ ^0/pjLχ~bJx>9RDzYpCIS<>OJT:'ވ&D?fN p_UA,8 kNFWݛ$7)484 ~<L-?~p)SP>̓,lnX~,fC` kc\Φ_ӿ_إMmRK0%΃GCh-ޝgˎؼ[,- %k6~wҲkx̒i/⥰ ^fN!}\L, 7iȿW +,fBX]3`%0@pN &,oi+Ax w2eGtUGqR8')]Bc5I 9X ;P˳PďApQn)([q8Z3 YNkg]?#͢D~ 9)9{@h 4-"9Ћ|M0BǼv(pΣK$uR_jܰs[zr"9x" :^ӀCΡoU{{NAkACg uwd7<lYzx"ii\Nx+cЍm˘ ʬ *7 =N{2bsH <{O-'TcA/ XHAI-Ĕvݬ:?G_))*ShqܣN⸄2! ւL݂UM܍_1C>n3?e|qv=uw!(}ShmR3yjNQ18A$$}È*DwUHǯJ b/ԃX,X!ďvŷ:RSĤ=ɏO']u-'ǯLUN#϶pŨlJ[ߤQ609=ECۢMa,WWtW̺}kBN$,ˁ| i+6 52D,]qip+aS;Wi 7f,47kd$`s&&?fEdXy8'^y=PHleeA*ߔ?qjdNl+萳8cVȧsWTJNRX16 P5(GyWE U7mB@9u#)FU_}Qc_[Do^6s >۬gng1RO”"C?@U4Ĵ5r*8<adoy+(q(=wڕd3vZ{bW Z@N.xg>NJbY*y9mXdyTSM$ є,ΥoAKoܘ:,Ϟ6A,hes'd 'G=S+9|m_Su< 3)un!6[^rpέbJ mEcyR:!JnEsrY-P뿁e}*fgzY]DjcM69Yd@$#X#GJ',)l᲍CGom℀fK!$;b+e' -M6mP ]TzxLEDVz1g % C@*ɰFcy*02C"iʷ o:f]X {c:a| 6\wgn}aG'n_)eE!Y]*͡P~keI* I LT2ywQ۝Wz% ]FLH0RrUp@)1OSv)%]'21j}tH5!>9DcU7pFyNYs\v©2<֌AL]Lueg&:ؔ.tu:y&xi89.R´Ͱc)h`s<5ZpڡDl(>W XyeMb?  N^k2A}\+l-^^/BOӞ*:&by oy<ȕ]yMxZަ9|e,,LB9KY$BuUAK/,|Q C7ɼO2Я'4px(=7p[!Ͻݏa@9)+Hr?[;^SO)mq |SXǽє % N_:G3n#fk}EfXG7擄ڸjtss@n׀\[n`#j́6 <`lmAk75ۥn?B;FG#"o?Ηӣ`zzM1CXLjvw'璾"s?Ѓ0+ G7/տ;!m|̈&TfsRBČd Q`F(.f+U\0wc.%'gA@[Kku931Su:7w6 .)JGpSRF ![MVh, z2̸T;Ly}?W1BN@ÎAqJyb&mDAqyc ] NDQ8Ȉdf!=v#0ufVyhbf=V7S`0-fx8Q;DÁ/xRƵ@`RQ v|mi2G"(a=DzӂeFēiػGy arφBh@ l=+ c 4EU LwܕMJ *)u2 %5ozAQ4<@py}'&riԂR5 d}pYhƮ4겳0Dތ!S4G*ݛASnlq5xB~4J"zPO~ Ö? 2F9WsbR7PGNOa?sXw<cvEc@)}i}$g! 읅 Ll'D^z$QIR+}|{jOY)Ǡ: zp5H[ᰝ6wVji?g,Iƴk)#]=n]{ĥrCYl8^K(wV :.U?1X*hj:׼qf֗NXFۇx`6_zόܠ@~ttůo&A7-L>`g0&h#hAu`RD6`i$ۍ*6ؚow#K4<ƀRCF !Od Q乵&{]W Pl4_>D&%tS"@_1p&_uߦuۊ R듭,[2sxǟ < rAoBo))5Ib1+JDߩBcI >.8h2,ܓX5֘^$`օ*(hasSL:@Ƭ쌾}茡܈e54A0bR.X z$P~z,Q.^@~5F`<ް9/Iϰqۤ~4oft>`E'5RwQ`\MDJʭ8D'osS`hvBysdܣQ::X%_XZ3Xܴץ m։nmmQ2u>7I[BSjHMQ$RD-\"']X1,S]Bwʝ?{ xŠ4*f"5NWrw5%ePsWssr\rUnuZs9`5~a~^Jwt)Ե+_V>iy-ZaXSSch";²?iwFGGqT+gkUdJHQA7Gz:XİT/ydg$ -'$<^p#7 xP~+mEG8LV> Iq4}.su+Q+dG}N sl6 "ʙg83~Dw&HA"¹ <}Jkט 1O?Ginc.P%6\n<o.I9Zfc K/Wc-=wSi-G!ޚLIR;֖@8wqV}K vDxÒ!tHT8"1\z[o[QHO= Q7^oj-JӦ#.XYJ?)ZXdC0еDvWm+ ,Rr)UsiGpWMe}S0%ǔ+尜txA&j1Zb,f6 ^ z].(QD|A:fTi \?Ec 'lklUm1}$H>mBFrRHLH "! 9F@ESSXiiJ;g!ϦD=Cek~EjD뜺g4z<:t/{GqBTutn@>̡d5g|43_V DFHy8aIN8̘`c 'D ,|o`\sU꼇I&53e 8.TbM̩3t6|? 醶>BLwm? BΛ] һ[xQp^|M)`I!{DD._9Q4U4(o!:%BLhZc8܏bf;` _/yWŀ=\SH6("7uj{Lyr>B]h3|亮 ?_"9៎;-2; 6'ԢD@;=N5 q>r rz+$/ǟk!4a+αe| Gl6f∡`0Ƒw맚t2Op6~z>*sk-5&Dce 8D"GGjU_*q0b6>UM0^oLȎ^S#,XfϮ_SlZR5|ۮ9"iJ;\71&6 izjerWJ/O^4D^Rp;DgeΎz2]׈tpp@Rs:?q[>qbpj wとR'5붵Q:,A8tg#_EJIʪVvBRΫ8, (]Aw]PnXX= Y2H8t$-8@?Mq#!xi'5:\bQT.f֕W^D'(ΐ,Y"`;; h2}(T}q iC+J,hHzīrx' a&sJ6*{#Fª;ސYP-G~Szc\  br'A{ K wk֔Yx+fɨG}h32Sӌ2%)Ƹ)PnNes5mt%ݎOPBA?Ғߒ6MQ`tmhuN: ;De6ѩ[qZ 11ּUu? yH~0=v^ME4OQl u@˦VW?v$4}Wk"b[/gɹ^NwV#%bynqEw3Qe^  (mj0Ohx:!1$KGMbkRIPE|!ymȲI'ZUn-'c47l]@'de:2q=$KEra *+}\A EH6M/2y =p_4c?X{,\ZcmZ3QdWXKBCa@GewYZ4w0Dq!#Ac{uOP͙e;ąץW76 tB>?ϋįq67^I+5t|Uv-['>O}~Yk "$P/3ԚsO~d/69Ҿ"0MO+f_KtD]: '~#h"̆#CHf{ng+ؕ@}W.~c晼73oGj{bj!9fkq[Q(5$:"FK~0>l. L5B6 "hig l6^N&¶[l׻92~iu Afckx˓1\ $dz=gaUF`Ǵծ`3 y.zeYb{06nh}\&ҙqE_jl9Ĺ[WCXߦ|`$1Y{#UN{m( 𪿘X<3a>[炬fpP,Zs&'LZfMe7Ѭ2q3up%ЅZC"? 53lBE.7a.!P;$|Ğ7}yDC&|^Yzn ɢH ]#ŗE]SQ@:#ၢӀr#rF*0sVKrq'؏H. L;yb Q@uYoC^&in`cy3IP>]ܔHhguo}~Ma'JU3?F`jj|{:~,BdGD~^nIiUu5-,n!mth/\+ߎ%4Do,eO%$ O?J:2XIƋ==n'7 ,ZMYP_?TZg$E`<@thMmg\ rxV(yo#FIJ)F5ZʊU?$^3PkvC%Qi ] Nx|2VeT#ֽj= ZrQlQVvdk}IمBf7/n>;ݱ֢qfc+q;H!CR$VS{_L# 4=_ihk,_- }p죕05a#EJ;kEID\,B(6e7œN0Umj~kS º8ל&: .KΒq" zۈt 'NNW2-y$P޽͋Кgffnߵq]Ӭ`? dQ$e n1ޖ+I^T`w%xTr +ޞVO'khFDSH`û&[eΔZ hjn-;:ڂ"ǏRw<,porlKUx-c\m| aܳTJQP$|WJn$sj$A8s5Ξg ЩM+U{yR[nǰ:rM+)ǺgYKN(!>y*L/2=3(%'w블:5XkL=^Fõit/F-h#` A-5FD#PG_X w5nAHpXهg}FEylC.ӧϋM ?[wJHi6ͅ[A*|(VGV1;Ў ړL41HI Ov<"Z>dRtQ fOP="6j7a1Z8!{'K8Fw(\]ȩXK㻛<6FP{I.<2ż#] >6},mѨ78RQ{4`SPBX䶌NuWr_ P4 2T~X20[窢W ohwAJ+tԗ=ɛCBY1ѶF9^.vIU;5.gJqu1=LL&MYYYɲU擃І-=>3Hw\pj U{~ĿƑ9HWt;qB jNzD0ƌHA@`?)am5! 㴳OEvN.cwF_3CꯞۛaޞŲr7]߫B:n:3ϴrӼƛ\j_dc =42_4#z p9lGHnjIЎٓ;ni0OI  E%, ֖lnowV,INIr%g'B)+6~BZ#\:[Χ`&8IʴFM/6]HPWѮkaN_Pv+mO̖JV* Y6C+;KIh !Zn{^MCsgyjq̇2V{upf3j~jI[UaTrl3w\/#\)724~ϛZ AjL`0NGzXMlkB# {-{ǃHX 0 bE -/B~i;+ƢUgs"KΆ]&Or:Tl$bhMZ| y&2of 7CECih["Rg뾾DrQS9<>7 rMH` z8JNyOBW爬 7مDTPfɔ;V vy ,m_cW` AVv}@%Wŝp`y>]eIL~vO&`0uܘ?h*{ ^ɰ 5bQU^f !7h_A EG/y4Awc];f{̆ hyMNk9(G M~!Vq+ t{S 9v4rY >4L"Z [4(4Es.G2DB8%>k<"ru>TJǃ2t5<0B?ߨ6 dZ!8[t`[gi<<W9OxzCG klLLBaP6otn|B0M"g]ֈN%o)ހKi$':3ŵzp/T+{E +{h!­sy6|St4 -U6Ɩ+z}?˷7 oGn8Rޘ]cwh_PK0Τ&N&e?s[ȮqSWILsoΑ+g */CObe݈ g(_+W|^ O'9r 4vC.gpk+sH}gږ oLI5!)rn?XU7Ldox]+]cpbn tA'p1e2VkI5öYv&csbU#nUƃP,3f=)sa||GCv՘'DEjj] _C^BoM0ۈw.ݯ1@":UNBra.,4 x˞N/p&xxw h7i~X$`E؆}LI*:RUe 轣fvi5Ku9Bb'pj$HS@ڣVW-2\O9LK|ҦABu meP>ho+d[W>|Z?Yh`'&Id|S]cùY{"ĕ#%Ct`o^O?Ũ%:.7'>*%c^:D˼]+ke а%(GLbK7͕5-k< XSuwI'돝 3k`Й H9ȫsvS| T?3YpBp$`d㇊#(-5!h*oݗC=}w"s'/ ى9N)g91$TfN0R'߸+6'1؝3C^SȌhd_mi xS0a}*9T^{)1}û9jW|{1 ToOxԥyxjovJµZ;Qn~< GA On^IU/9HpzQ<2^|xr{?dC'yq#XY!^l}WM :&WVbYٶRSvp[]/ێ?z' @HfB] 0_Wp& N\(C?9}>B~S#QB[U' U3fhU/cܘ;vY\& 9iZdF$uŐy2hiuF/[0!ۢI| Əǡ 2wο7-/f6ۖ?ɔ'%b^ʑ-)7nW|J?_#JKF8P)T>{Luٗm~(dy]P#/1H:y'mCii,La5jߡ\KC!r\R#EIO3k@eY3򈜠 <؝dᬬ#/F0e=zsO97+,I% `\=_qD,\I"55ཱིR@ֳDɰ"7(q3[>"ŲɺVB9Qn'{_gc`a%FޭnSJI?~}:]e^R(2ͶFxF|_7m[jqd*ԡh\@&WUyO^"P8!驳$r/ͳſ8#CJ? 02g Ği 8[GpBà.r~.ގXr<f\)DϦ1qGv3e>"q!D޳IP]xg,s˼+޵rZ{h`myЫBDd/Ĵ@k3{ku-iQ=R[kd~I('25*JjP>sвj͈#g9cY`RkmiiJR˲&Jtۚ/sLkMXBlkb-j|p91,Yݿ9C<žp?CNt<ja=sR4OlM!>b(S%`.oPhR OU)-4># qBr.Hl6dB@UzNp|Yb&RVYc ۀQ2QMb6>dD:g襓+^@HPQ̢V=b.|MDz32@I$z65,7WrO@#Ky3PHp c_thAgij܋'^uRLlC=-`ծPm +D=F`jL@GBp$E ߅ X:!"4=nیυz>kiJ {h|Wpl-9,pgss~U8R+ٛx#U= dcY[a5BpJ> Xd!4셕c U]? ,p_6[{7e<8؇ʐX|ZS\u4$! U._ꞍľĬhhn=LN7 @*7yO]c{'EUݡOJ+e4b!y ]l'ɺ~|xk@ou8VX֤Qӣ8­$cakO9kbTJL}ϔ69=OM>K@bFR~Zc%# w$ĹEaX_E4\AXQ?+v~zp Q:P"^'9kۮץb~bA9oFr1&te;U`JomNo-|#}?SYЂnF2* WM ~qsne371Y6},pf? 73M QkLTkf􆕷+H7c \f/{| A:븙zhe8Ryn"H"|n]KbF$LG_K'5c Ƭ18*+AeCv0AGvrlVh(|]n(T;1A4]LLLXVX鴱@HIU@EB=hƗTv1zHJS@<~6AlUÓ w/%>p75WG.{bb\u+B;^i"eI:.US֝$уpڠtW!07݄!D=φjUЊ5h:L@B=VXSo> ͲU+.hOe*N~;,\`(8X_ ĩО(VTʪzwX22큳7͢qsdU&Сٜǡ\|e5 y[偁soQ,3~w$eC"]s@}cPO^+.p2K1|%VI18ۅtsƶ}b!NVWt?VHde+|/Am\Roӻ(1[ D!nUyP|Uui&X s^6]#NBHiZh! Fz\+4@a;" 8tcrP<b&}>nݠ[@ 7fq3ضƩu}fݳ Q~/B0V0P^Tҿ"u"E1We9gA4Fc>qRN4 qiPz{Fp0=P1YXol(C؏{a%MsU@g2eaId U<*zdROnԹq3o}3IFfavGe+Y}+=IlA5Nq딱9+ߓ&ak3k}[RD ǖ׹q;;,v߆r6: 0n?|,qdOb8lTY{(.4X 7I AU_vZmp- x%|V൅5F-3ɋ ,< (G3Q\Z'wIz?9]`!? }dfHQJrKo9Xs*ܒIUgeLBеI,>_KQyƷIZ$+dk6@OS馜J[NHε蠑e96Б­U.e} Н_).? ~2}KˑEeȹH*"^B6е85lv}]@ّ#Du#l*SZx$2;km8$3Fl祶ba6ثBXT)'3>v0,]=cŒޝTYLL !cq_G_>:^e*_Q2*`IHHIQKCѓV/^ w5ڨ?d:^h~2klStlADF{z#୷|'R7x P>a'/Rn^:n '\ʝ]!h,?'f< ʅ XXGHS:1 @nіq),~7"&,0 ?;&7|XF.-nܭVӓ Pj ŌO޸fLP~$Uxnڌ0 Nȑ^! AZ! )9})c*3S)T䈘@?haD4!z6}ѡzլ^UAaJ4hH9H}ihc [G?ܨur!/PalLlX [ST[ٟf| H;{8'6r6y ZH)pQl|\lgWF96Q Ǥvvzp=ߤGе/Fomw_7xGD.R&r (ߑ(P 9ݦ668бp gczL~v(VV<_*Mev6F)vX? ~wfԱX.? ]J]SqM"_Nw~Wr-`t!Xu#FB.6tI~U;`gV߳n^&Z5Jd9x6, BQU.!0Yg\t1+#D]:p7`;j!-=y:;>u_ mCgg.Zzit{sGOz൰%BZX ckw?Sg5 @('}x 6j<Š|$ɽͥ7!|U]¡CTeh ),rGa%ATmp$3~_(1zn-U?@!G~_dqHk["Y)|%nVf@RcR`y? 4l"+*_@کS +aOJwJ޵@3lG?K'9oMd?aO_dTAPE@lyk4<\x[D[i6iTwqC%=j'✊8 c'>}z<], ʦWdM 4LK:5SVH@{6AJ\ ©>/ vG!'\N /N5wU{HPWb]z O'J&7cSMa og4xe_K89b+0vm!۪ħtHFN_wnnj#bY~M= Pͭd쟶P(,a+6 ڜ )2IR{朼G& _D֬S$ZxWEI.C_y@ J! 4Jfs!FSQB0BAWl;*}m^guiUߑ2]A5Ӊ{dn+ L7ȑ~y'd):w>s4]$_e{'< nA􈕌HQڳLtʳ5azH'z(S<,e "kJh;';| z`ʾ?,fUu 5XF{;5큃Pwc3#HD-kBfN@V yJ",vEzPѯ:+)eJ# 7pŷG fxOh7t2n5l2'}@\*zM kte&56g9(hGSj!A z$~aڢ.@k8Y Lv0+QHr.YJbŮK%S{}?^s6][7X%7[-Oe&*qx AԈQ MU竱}jIQʛs<SR* a1vPM"(MiϠݯ 0qZux`IM`:RbM) wyTRxbt$ (aaR%tyԚt&v>K 1TD;w\'*4hz,lD(# ӷ_ sMOV0 ~EZDp}桴sSUғ16gHe`XZ/.[{D.͙.;-qoS6#4AEn5!ݨLwbs^{oeNuƄ-Gy?|kMlGqMd8k؝h >%H#?"Sd2j q.ic Ӕ9@^gb{\:2#mrIeAkJ)Jf:!YsG(R4#zv+嬒b@ޅ{)"Hz&Av0NfpOf2MAd)D=RE Pzı>r5㰫^ ۃ!b')Ҍ@h9Emsf#ys8*RON⬣St2` ڍh 5ܖ> H+LFS~f,fvv=/vG dxku #6cSC*N6gܡˡЗ']iX)zyQTuU<0V-@$_s4hC[ ~p {$rj52}X@"+m-n?> Jٗ=v(o:r-g!Tx?. -aV&W,(8*5)WQH( ]˄i¬8j ;1YP$3M@gZv4d[hFH{<ZW0Љ=aE{ptk|RlM׎Q1 5U?hG(IGObN6؇1aw‡dIJ01)jAl_ywԷom.x!TaE ܅?h~v}VhD~^z`ݘk~ڳ *2Dm8lohf uVc8ḆJ0>0" /ɭAݤXݸZt八t$XeurIKmmN=9DjIY|xD~ƥvwwaxEvUCKY0-Ñ{u~A6gC^ԗT󎥞s0`sӧ=_OmL fq bQ-PQdG3Nʂؙ(Uzoj~xaCoC)rilL$ɿc bSN _&¾(Bɚ]ȇ2%i+0Y2q=EFYXm0_iu5qAs# U5tstOO^Iw@4HH%͟R?+Vŏf6ε;?R@QBDp\r!2Vhiv #;06u-Prnv/ ̬l?_'r\(N~8%叭0>YΞРxGKiKS/:S /Jq{MFtuwiq'-齸Nejv[*m'Ysat1h,{/XK"3NSM%c YW}Cm#S_J)ٟ .3ՠmw۹1xQEfD#K%™OO~u9!B̍KiIRm: |q1#$Qp*N^{pX뽊THl*/@]@juĺe :WwQm87qUi+]&TT f.B{'\/QXѠ/?%_ّ0WY^qqM_(g*/[,@I9c}ѺOnMXc~`<Xz*xM'Yi~KDhބ$҇p*vJS]ϴVN{H2cF 0V|$F0S!҉j[:i!q[ҀFcAخ |bJ}CDs5mdx bJ|ܣF"iȅ#fl]F^ =O6FC.lQ\\79/N,Aw {hԉ"6sOhrdZG#^U[@uMec' 3*=_+)D-:!ٮIE$֕ghzsiꊪ Cj._̐ oW) Kso|y fb8zPiK&9AHHƕZG:C㒼ͬ],2X &32 |Zpz$B)o'S-T2KcnjWU6AMHtEɃKamCF|r;mEvw,Gclnī+OD=} m|8}*+;ۡOœ:)THPjA{&{2oMBEa6sz-–*#qY`r ʬIX"MOWc X?ɱ:iIK^G'+Say ê<=1j&zPĸNw&ɛ>G֎)³Js+ՆN^?1[un4a~gjt9,aKVN%w%i 6k~".fk+irX:gpΩMO]"[XT@<\-W8p~u;J~ ;zA(ω)SZ.B14v]Q%$nK_2H+ +A\|EPE,VOlj+aV,~FC1_TubD:q>0%b,=fcd:JoL^c]8߁/Hv&?[؈}H @,PVhr8 <0ah߅Yw^n=:dv 7;?J2Is⥅4v$}1 0Q&bcmSe$s+2,HآQKG z/Ukbƞ|/OџzE4g u8U7!\HS|T_q"g-nK#*ejX+q#'$͗3LaGu1gǤ;$7oπmxR [wҍ+~EQU4 " ~P4wxvS8-5kulN9aa&ARhdO|9R}qhDLbi,>1 We2ua*rζ!R:q* 1K><{>8ө׊.g|)7#f3kG{MX5'S!3wjRq *J=,^~+1&M.ܡȓׁ5W., ]rT^Iyl񯟡۵c9u@Dє ! zri:a.`{bd1o{ʕ>Ǽzx=|T*3[ؿYC @ރ=IJ~B9x#xĹw[h6P횦sXUGOxeYJh>Y1{1>{cn9+_I+=~>'eDG*3hIob:PsM7y`@67LO" cNlr`lq\1 DAK5Gkls7kB:'Aw؃OLtT_Cv,A(t߿㹥>[G&5/U~HZfhU[Ls_ Өkp^>ۃ G܎8}|͌n]WI?9cH7@wT7?-Q:k) o"\=Ҟ!$%*Z<\r?o*m_y=]Rb1dK)i 6f.LC0sn/ڻE>HU{}7M)vuu~z5'D7 m([aݏiI<)k!I~Ҿ|!>=;5cAvgs=-B\T x juzl9>$Kۤ옱<~]`- WI"2/۫#&/4,Ρ]nc4*^ VF85`M2 [ІSKSNhL.|wnö( gMEX58)vn۞"ԖYw,Uu1h#LMrKn\Xц@iܱi.ҌL\~n@Ke!)iMQ{$?';@K } IO)67E_Jw2}V[ 9[EݑCP-qN~`pٯɮ"nbQG6 ʷh׍Ysf;VR/$oXj(-6 l;z!Ш4_ơׄl䮫 E0BNYKAKE Pc xhDL.Sl 3~AXUL Ѡ~Gt.v7 nL(ƹnw,\Wcnɦ\-|P9 U)L3laO 5EZ؛TĻq>#r OhE)}`j4]ĐR_Fn%fi~} ѷih`'D`̲Qm^ s8=N6>{ B3ԼJr,At+uF+`؍0c`MPGחᄃ;Bg˳Po8H+U%&Jx^:LJ(s4VV|6N֙#۸U anƢހ?.PU((*.Ac"J$t;+^xh}cאăEDqiANj `@gGF'6J]y-6ӽL # }]f4(T[{B9УAuʝ[gQ}j66353I[<(> <"cT]< m**u$ RUb m߫@o~o1V+FQ__s[[YGUt/y؈ndm͑@A!JQ"ɝTL^zTMD3gGG`5 g^᭤}}rpSv0DX9t7l k+dY a׉zYE_An/\bdp@vZv aly6O+l=5D~R ;X /R!?|~d"QuAI4$'/B3PKcMP&iTxj^ 'jw4ݥ,o*aa]y!a)+|kƗ-&R4;ѩ"Wn,윜F(P/;l!sqmj:2FHx {+:韞,IɔcQ l4ʷ$ulFW3=iz@W"\_'ff MeyPk;0} qbLA]NV':E)(yH'ZmҾ6-lspRnXZ22Z+J@M[~)NeK0P)q% .L7u/ ԁO2FR\U{GM4p F9WxmۖWbZBla<8"%˷ ^Crθq׉?}G~,xBqB &7@}Y1KPIaqgA}{OçxpV'z "bT!ř! p{r .#.Zid k Rx>j|DM4^C'doݨbz=WصZc2_9`Icb&Dn=ah%2~_gYװ Az3Ģ]%A^G}Q2yLO|,|q tr~GϡC<\mh^G"Ztn P ~r"68\*%Ft/̺p4hvY,KqL~Λ}c&Z;w&5$s>kT&!I2:k%z;2("ί!Zfј8w+y)pHIP%ޏ#Usg{1#j>Pd>&MGXN%&[RW]/X6)w[l+ 2'~R0vU_=Qu6ϣKSbj"JQq!p̘:(pᔰ聜b* ٝ>rzD׹hWn@EmS(K wT\/E4"se܌kP,U E=TG^3Ljq*~@0Pkrs P;Dd[9b9f-S"bZl.ݞENqL~Y"p2dW܎%S;؈l $z/U7O^Ta.iЛ) P^Ix?j/'˼ 8aCkqEMT܌,lX9asgJ27GmfwA43.}?8imk\wwo>DJe`B+678J.S4YpKP\Jf԰U9YX3rq(/r)EӭXwhPYTPƉׇgDTc> i?8N̙#K'.FD]_eCߤ.POiHR X:?*[In'D˷2@k Z; 'pVEG$ &kDd]GC:+JKVV9 /4%mK1:zЎdaD!U|ivQ8@V$2e_?up{@)!aO^\HU9^pZpt@3oS$w2"Pݸ%}f4Cg"*ˢ|?Xw*P~-(JR I9&aKgw?+WIǒ`_⎨ו6T:]@]O: c8?uo] wr(9H(TTtBZ@>v[]bYg|VFK3h, R VK۵"ޢBYo@$+(Au&E%RV5,5d*Ӯ7cVhiXUjT~OL_ 6}s\KTg`I G?y!☂N{RNt%" Sihi!c7o\WzXK t8*c߸͌F?es#,вo 8I,>ue0,4WIJ *iG >`1+ȴKȂ@mdȍE9TM o;$_IqxBҋKecwJRUP(q; |l2R?qz$aGmٓ?~.~6쮼_:ױ ԊSH0xmp4'=K +_݌<+%PSMROIQ{4u?/i]mTC$T'AeƊw?UG.=wv@6 IȻӟg{)p֐'3o mehQ^5+l*cM2Y4rb"4FZ 'eK4:jwak"%긅g~[_85o>=O *#SOSTE#^*B?MNw{6/oz0gy7ј$@̤UP]]dNc NLv|50)BY< A1&FZS eG 9t@U6Ǟ"?hrMn>$㥀6Vq[!79] 4li+W):Vo+tA{cxfJ M D я@Һm]Tx<ʑUwuwgf?x(C0#j.ÈA5hȳr<4{NP=o*R_cT&,|T hPP9~."JƃFEo N:͛#v A{[aO0#r vR)aﳟ PLŃl0̩":E-I{%0Ss)}YOP= 4+w&eb %e&_bxqh%+0Oh\Na3,2^}^^Fx$pXv> tfd\MTtZd';uA+@%~ @ ۮw<8~RSש]owk$Jã>; M _*+ߊJ`wGvnuQ;`Uea*|DR@ݏ8_GΌ|HXdb"7?KKXHS(BՐ/܆ڋ. 'Kd5r)Z=Tlb '3PsrLmBnGF҂&e镛å衦`E.כH$w;ũ{8C辉scٔλ[>Ӝ4KVGB9dp峻Upx_YݵwрM`3B9cXK"^^]h_ -#?n_Fe&={}CxK5"d*f-=\/ه4>b4>WAKsLX=aigpʔqCg"0-SlEűYۓ[t;*YK,o (! ֟g՗vFf?d 9 S1pP]T=5i^ GYM,czv81CQ2:ø2˹Aؠ7u%A wF͏8B "%0׵|\éZ yԥ(y[Ĭ1&ګM;=Q{CD.a mAʁ+>6[\CCbR?XuZ.[L R5|X~,f]\] y|oxpO\Z. 0l%Le`>jJHH͡j#f Y 5E!wזѪ-8s 񿲏:0 SFs6၂*2Ƿ("e;jm=Ek&@grVvO!ا ;wt2eؔ *Z&\EmDog,Ae(wLĕᠥ b.Uxx[' 嘥Iczz$A 3N)FI͞PaTJz<~E9{uёlgnmоהpq+q|2vZPvUuŋ͋VlyN"l4Z?eMeTc>hd'IaJfꦠ"ѱMCBk*s~ԙ݄oO I`zo5)F ;mѬt&N/>| oGHDEožn:=l1愄NZ#&ƦCAb/,8 \P~_#>腭wVC&v$}@n-9Uxn[HZF[rI2dAh5g.w:{$C a$_wv<ߍ8ʇ>U50xS9{ޕr$oFpk*X(q??%}5شѲ(mqKbF2i)u|݈H-;}'whE] ߧa]`:D1&R5[F TP=gLPIwMED ձ.oCj ہ1_rg9ܿ#0 d"۪<f۶A20fwCoZ(Qzm<7<)aycSJz(C*'f̗c77&yS@<_`8?y[ Zʇc"ӢBNlT?]jbRLx&1 Y88]:*\bmy7B}k`yQ Hft`\ UޫˁTO4O?d# @w.ΡE nxY: bZ8XX!`D۔g1}3 D9cM.@ RPz˭Op<&PWuCIr؈p2vsDn<}QK.HBDE>pU>S]\N%Ww3PwC2jJo,JTap"D5*pju2FToJ~Xɠ=K!:6KQ%w3vS$)˧[baxL3NW@s\kWMCB+QiK\ e W h_E{rܪu"?;+Ѻ(Rj]F?GKfHЬHɻ# ҈F]CiG%oyDQ\ [)#G+a~^wDJWa:,Y.s'ڴJ2ѭX2pu u-e!5mY0k9fCWt_b֧P0&B`-"f9[lU*"P1T.uzd9 y:0y^5b;Zh%ki]_v y%bs5a 拜^htzKGGcwA^ W`jetѕ BG^z'nsԻ3,3 l,(^NVr~s-[El$0]wb81.f_Е=) P]^[ߛG;o$buZzg$7WU4F}8[v&*[|Y1*iT><JE}BPj+.NޫSs-* ͖hRM =g[0L*/X70Xժ-!!YA̰|M'+6)̈lHw u"چ+l50`tOX.ivb'gs!̄r^ 5mY'A`>eP[( 鎙enjمC/#NxٕY`NpYazϷqk@kPs cT\EqJ%v?5 a $o + >x-7{>_ p[a;yPYYb,Ȱ\H F{t$GcoNETrRVꩆL=.b-byZ#(N81Z\溃e/KxC"9 {@5==y5AsЗF^4Ԫ>]衏}BQ7Vu*`. z38 V FkrZ([ ynzՂ2cm(#UWE')#嘱lMz_ίp ."k YZ