nfs-client-2.6.4-150600.28.19.1<>,]ip9|+|^,Ŏ6fWD9+í k' ?2/_4f! cxg۞XL{!/L}J/?*s莗+Ӵ}o,^ R*)Tۍأo8r.BW4NS#$uSs_R-{%6Z6{{(YT !%t|@fa p =CZ < o y>>Kx?hd  " < -Z`fD]] r] ,] ] ,] -|].]0]22]484l=5`=;=(;z7;8;:9<::@n:=y>y#?y+@y3By;CyEFyMGyd]Hz]I|L]X|Y|Z|[|\}]]~x]^bc?deflu]vTw,]x]yz"dCnfs-client2.6.4150600.28.19.1Support Utilities for NFSThis package contains common NFS utilities which are needed for client and kernel based server.is390zl31HSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/Productivity/Networking/NFShttp://kernel.org/pub/linux/utils/nfs-utils/linuxs390x/usr/bin/getent passwd statd >/dev/null || \ /usr/sbin/useradd -r -c 'NFS statd daemon' \ -s /sbin/nologin -d /var/lib/nfs -g nogroup statd 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 nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.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 fichown root:root /var/lib/nfs > /dev/null 2>&1 || : for i in sm sm.bak; do chown -R statd:nogroup /var/lib/nfs/$i > /dev/null 2>&1 || : done ### migrate from /var/lock/subsys [ -d /run/nfs ] || mkdir /run/nfs if [ -f /var/lock/subsys/nfs-rpc.idmapd ]; then mv /var/lock/subsys/nfs-rpc.idmapd /run/nfs fi if [ -f /var/lock/subsys/nfsserver-rpc.idmapd ]; then mv /var/lock/subsys/nfsserver-rpc.idmapd /run/nfs fi ### PNAME=nfs 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 # if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /sbin/mount.nfs 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 nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.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 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 nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.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 nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.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 nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ) || : fi fij xiP#T7ekgfkP_#)Hxbp ( (%H@XI#N m oh    A큤A큤A큤A큤A큤A큤큤큤AAAAAiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiic8f962c35ec040337a3240dfa1bc2d3b2c2f314d8684f79bb780751a864628de3ea81deea6be2cf062fe6a791eae762dd1ab2a629d4e2d848a64396d7922fbf4d3465d21061604f5018f506867049e85a62d343a91698238193c8c81f747768965db2d9fc611d377e8e3e7eaef8006524d4df55a9a1f882f22899bb91ffc1f8f7ea6b1c1e726e307bd9607550840f44fc23f3845856d521c402792c984da2fe4eaaa3e53f7083b6ddce76b5e2594c3cc69d378e536b7f1ec303782909e104dcff164f522119f95825e2b0e2b1c0c3774d111a795e1070a6299becad54ed9edcfd395245133587f41df455407ae2d7b8f8c93ac4b5d48af61c279fb1554040f213e0ca2e272425ef73eb9a39793982575109cde0e2d719813dbbc0cb47b0e132ba2ffc1131a30c150f2cba4082ce50fd901d93973f4554fde5ece76e6acecfc843644e8b912149237475f329943ec2f37ddd53565c39ed27d849f281a387fad9f72fb2c60b15cc958be12528851acfc69314dbe3246dc4044f2d874ab502ac3d344865bf16d30152c12395bfe6e521349e735c6b3a921ae50cbaf311b50866193ed1ef1bb2e1a225b5130df54f24647a61b24b68b16e428535dd3526dbaae6c240e3045253bbab2403ad93e10de9104cfe98c2db9a3df5ec110721827bc9e85c76bf30463d32b6af6083652afadccf526c65efe9f118095f1d523a3421dbf1603b2d94c68af2b3be0a3318ce6454ba95a252ded19a530f7b074290dc0241fad58ac7436b80dc095f36dcd50e0da46bac590df26c416dd2deb15bf3bf9f0e4162cdd23c5eb8729e976aa6cb8245898400d645a9ec1c25eaa63eba23d6f890f5af78bafcedf65bdbcb2e38843a232df01520513350978a5f0e34297638f5e4c51f67885f167a7b2c0a37591107e61490eff5e211749171c6fa57c4c8657891c33aef257b8c1e0a809c3b8b1bbb6a1b2d928c485f4784e12a76e095c692ec2389a5b06eaa6b9230c17186f3ae3b1025c29b180fc872a8564588bf21f6b9bff89743402ad58f3aee956ad346c59664235dc5de68b9146e0b82011b4c82c3ca4a1c332978272e0a2187472040fd74399d17364a173666d7f86c3a768f3187d61b8b9b27787ae2243a046e66941504ecb1a9ae305b9a23af96d1a8b0e1dd243ce4059ee2219d21584dcfffa25e9081f189dae1354d7dc97e9d398f167def931dea4add8ca2ca5caeff24c02ee713702903253f8a647d0d4119182440eab9627c3812411a95d0d793199da7e9d5cdb78b69ab2cc8b5a1fc643353eb7365f758924750aebb22f1803452184a572eb23cbb05b76d24f07244b172644305afbd52e5ec455f3282f160f0cedd3ac3339dd2fb4c132c3caf92f01a31161296cc7b23fd2228ee3fa5dea4798ea48a63afdc6f556b76c6e2fdebe968a2a0479a872f0fa86487b0d816cb4a546d10bbea436306872fd47f2346eac55763d7e30f715c6098ce1b47e81dbff64a40862e4ef76040837435ab95dbc986416a0782c36e1bb7b92e6adf0d985df2c665032f49d991250b4d8534a61109b5a3f10c8b718c364040ba89fc44ae5f46e2e0a224bb2f0bafe94edc82affc1da44c17aa46b36402fbbb6eb1ba956e071aed166d08035da2bc6e57f8ea645e54874df7845f993bc42b69d8ac9b91a8d85cd9c298cc889c68e09d84b410cfa6de3241e77f5b1d63035fe10191540501bad959016d5d85f466c797d530e82ac8f4c8801cbcacbcf35db957f30d21a1a00e8316bca178fcd24670bf80cc7579561fcd504b8d7ed0e1001d19188ec2df2995e9d21c7b1ac3723a4c6d697901de9481c1d34923e85d37917ff00b1a46ff83f482a6a5c5cf42a5a948492fe65ca06f5e6b350db3be963e8094e5c9cc0788770ecee89904ef97494aba39176483109a7a1498546883b18368a6a20d4def002e9606b01f9fc52147933c4cd39b7786c8bf13c01ec5c22a1a2b56f07a9640803187c209395be1d95202e9e63b0557895f77d51960e47d224b51097c0949f4dafb9a04a868e2169b4b29602a18198f36ffe3e7c18db98a2e8070452671946371078ee706e4e4f43cc9d01112247698071702443b08a1b39cf7e92c2f597bca46c4a2b8e5c65b40f46209c33cd78942aff5e4cb99b385349bfb8d1075f32a73d3297c8ea4d86ab3c71980fa27f19a4cca50176a7e4653dca27055cf34ec3cfef832c87ad5f926bf789c11ab470590110d9af29c8e183f094d1f8eebd14e26045356ac3c39a484b1506ac0f10930389439db22448c0bb0dbe6c6f836e0402417a211626a5a0d0016a3ea8cc033232e08a794ca5cbc21a017c2e4e04d09625432303f387bce2ad7445a8863276788495e0424aac00b9df984bcee73cc3a0219c7c2680086e5e832542651fc1a76df2e59cc023df1b09bfe9ede62434ff69792963fc2d7de6fbf7702549d796e90a546b21c3a5c21a32f8ec5ab81a46f595d1feac66b89cc9f337fccfc3a876039cc60e430e9f367f1e67414f4c711f3758ca0755ba9e3bc970e28d19a7677eb447341d1d3e6d77056671267a04be2cf6440dd3213d0fcf6633b40170a608d3edf9c4b7d12e0b4cfac8e436496369f35dddb8c612929867bf116491312955cd52acd61a9519c4737565e41038694589b98fee7384a67fde5881694b18dd6a6bcb1bca5e62de02b69efe2eae5888d36b21280f7f3623d5a57bb76cce97d7d62d206c5bad42848e211db72ebb38662478d77d351e78d936bcede8702d161d796c73346351b75399b9b155bbcff30afc5e79617ad1afc6ff40a6f4588a3997830f6f466e992d1fe2883cca44b5d3372c9fff730194b12b2b1f929ad5e2f6f231a417ccf6e3ba7b47e68a5c7a4ac865a53f775181778ec23bcdd66346f0b9f222956f802606f1f4793aace490be4f9934ba0f43a652ab81cf379acfe2066cc0ace95740925f0b41486e828596c7be1cbb8008b3222a3a3953d4c4a31b22b7d6230d77de4506f3992b5c2bbbcd5ca218703d57971c541146608fb0b7ec1501408e0f8cebf82cf2cccff660a1822a5ab756a718b9d2300da7dfbe2757f476ec2b52888df0031c251d178726e4617ef5a5c3dc7c00cd20c7df6472eb835ecfbf9a70f016c86c970c04fa0f0e47bf6ad4202753af2a414a9d27afca52e0fda099f7cc7aaacbf225e05b7916f702ff20e83269c23b781d788emount.nfsmount.nfsmount.nfsserviceservicegssd.8.gzidmapd.8.gzsm-notify.8.gzstatd.8.gzsvcgssd.8.gz@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootstatdstatdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnogroupnogrouprootrootnfs-utils-2.6.4-150600.28.19.1.src.rpmconfig(nfs-client)nfs-clientnfs-client(s390-64) !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(nfs-client)coreutilsdiffutilsfillupgrepgroup(nogroup)keyutilslibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.2.4)(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.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(64bit)libcap.so.2()(64bit)libcom_err.so.2()(64bit)libdevmapper.so.1.03()(64bit)libdevmapper.so.1.03(Base)(64bit)libdevmapper.so.1.03(DM_1_02_97)(64bit)libevent_core-2.1.so.7()(64bit)libgssapi_krb5.so.2()(64bit)libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)libk5crypto.so.3()(64bit)libk5crypto.so.3(k5crypto_3_MIT)(64bit)libkeyutils.so.1()(64bit)libkeyutils.so.1(KEYUTILS_0.3)(64bit)libkeyutils.so.1(KEYUTILS_1.0)(64bit)libkeyutils.so.1(KEYUTILS_1.5)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libmount.so.1()(64bit)libmount.so.1(MOUNT_2.19)(64bit)libmount.so.1(MOUNT_2.22)(64bit)libnfsidmap.so.1()(64bit)libsqlite3.so.0()(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libtirpc.so.3(TIRPC_PRIVATE)(64bit)netcfgpermissionsrpcbindrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadow2.6.4-150600.28.19.13.0.4-14.6.0-14.0-15.2-14.14.3 /usr/bin/chkstat -n --warn --system -e /sbin/mount.nfs 1>&2iY@ht@g@g@g@gf'@eZd@dd$(@cc™@cbx@bF@b<]@a``+`S@`S@`S@_P_]@\[?YZ@Yp@Y\YtX@X@X)@X @WW@WWt@Wt@WDB@WWW@WW@VVŲ@V`VV@V@V/g@V(V@VŬUȒ@T_W@TZ@ailiop@suse.comscabrero@suse.deailiop@suse.comailiop@suse.comailiop@suse.comailiop@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comkukuk@suse.derbrown@suse.comnfbrown@suse.comschwab@suse.dekukuk@suse.denfbrown@suse.comjengelh@inai.dedimstar@opensuse.orgnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comtchvatal@suse.comtchvatal@suse.comnfbrown@suse.comneilb@suse.comkukuk@suse.dekukuk@suse.deneilb@suse.comneilb@suse.comneilb@suse.comschwab@suse.dep.drouand@gmail.comjeffm@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comledest@gmail.comnfbrown@suse.com- Fix access checks when mounting subdirectories in NFSv3 (CVE-2025-12801 bsc#1259204) - add Fix-access-checks-when-mounting-subdirectories-in-NFSv3.patch - add NFS-export-symlink-vulnerability-fix.patch - add configure-check-for-rpc_gss_seccreate.patch - add mountd-Minor-refactor-of-get_rootfh.patch - add mountd-Separate-lookup-of-the-exported-directory-and-the-m.patch - add support-Add-a-mini-library-to-extract-and-apply-RPC-creden.patch- Split legacy libnfsidmap0 into a separate spec file (bsc#1246505)- gssd: add support for an "allowed-enctypes" option in nfs.conf (bsc#1240899) - add 0008-gssd-add-support-for-an-allowed-enctypes-option-in-n.patch- rpc.idmapd: nfsopen() failures should not be fatal (bsc#1239165) - add 0007-rpc.idmapd-nfsopen-failures-should-not-be-fatal.patch- enable ldap support for nfsidmap (bsc#1226533)- nfsd: Revert "nfsd: Remove the ability to enable NFS v2." (bsc#1230914) - add 0005-Revert-nfsd-Remove-the-ability-to-enable-NFS-v2.patch - mount.nfs: Revert "mount: Remove NFS v2 support from mount.nfs" (bsc#1230914) - add 0006-Revert-mount-Remove-NFS-v2-support-from-mount.nfs.patch- Include source for libnfsidmap 0.26 and build that. This is needed for compatability with SLE15-SP5 and earlier (bsc#1228159) Copied from old nfsidmap package: libnfsidmap-0.26.tar.bz2 idmap-fix-prototype.patch idmap-libnfsidmap-export-symbols.patch idmap-0001-libnfsidmap-add-options-to-aid-id-mapping-in-multi-d.patch idmap-0002-nss_gss_princ_to_ids-and-nss_gss_princ_to_grouplist-.patch idmap-0001-Removed-some-unused-and-set-but-not-used-warnings.patch idmap-0002-Handle-NULL-names-better.patch idmap-0003-Strip-newlines-out-of-IDMAP_LOG-messages.patch idmap-0004-onf_parse_line-Ignore-whitespace-at-the-beginning-of.patch idmap-0005-nss.c-wrong-check-of-return-value.patch idmap-0006-Fixed-a-memory-leak-nss_name_to_gid.patch- Update to 2.6.4, to get many improvements, particularly got NFS-over-TLS support (bsc#1220075) Patches removed because that have been included upstream: nsm-headers.patch 0001-conffile-ignore-empty-environment-variables.patch 0002-mount-call-setgroups-before-setuid.patch 0003-nfs-server-generator-handle-noauto-mounts-correctly.patch 0002-Let-systemd-know-when-rpc.statd-is-needed.patch 0003-systemd-run-statd-notify-even-when-nfs-client-isn-t-.patch 0007-statd-user-from-sm 0008-gssd-replace-non-thread-safe-strtok-with-strsep.patch 0009-Convert-remaining-python-scripts-to-python3.patch 0010-gssd-Fix-locking-for-machine-principal-list.patch 0011-manpage-Add-a-description-of-the-nconnect-mount-opti.patch 0012-mountd-reject-unknown-client-IP-when-use_ipaddr.patch 0013-mountd-Don-t-proactively-add-export-info-when-fh-inf.patch 0014-mountd-update-man-page.patch 0015-mountd-add-logging-for-authentication-results-for-ac.patch 0016-mountd-add-cache-use-ipaddr-option-to-force-use_ipad.patch 0017-mountd-make-default-ttl-settable-by-option.patch 0018-Replace-all-var-run-with-run.patch 0019-gssd-use-mutex-to-protect-decrement-of-refcount.patch 0020-mountd-Initialize-logging-early.patch 0021-mount.nfs-insert-sloppy-at-beginning-of-the-options.patch 0022-mount.nfs-Fix-the-sloppy-option-processing.patch 0023-cache.c-removed-a-couple-warning.patch 0024-systemd-Apply-all-sysctl-settings-when-NFS-related-m.patch 0025-nfsdcltrack-getopt_long-fails-on-a-non-x86_64-archs.patch 0026-modprobe-avoid-error-messages-if-sbin-sysctl-fail.patch 0027-nfsd-allow-server-scope-to-be-set-with-config-or-com.patch 0028-mount.nfs-always-include-mountpoint-or-spec-if-error.patch 0029-nfsd.man-fix-typo-in-section-on-scope.patch 0030-systemd-use-correct-modprobe-d-directory 0031-mountd-don-t-advertise-krb5-for-v4root-when-not-conf.patch 0032-exportfs-Ingnore-export-failures-in-nfs-server.seriv.patch Patches added from upstream, or to fix build errors: 0001-exportfs-remove-warning-if-neither-subtree_check-or-.patch 0002-conffile-don-t-report-error-from-conf_init_file.patch 0003-conffile-allow-usr-etc-to-provide-any-config-files-e.patch 0004-fsidd-call-anonymous-sockets-by-their-name-only-don-.patch buildfix.patch- Add 0032-exportfs-Ingnore-export-failures-in-nfs-server.seriv.patch Inconsistencies in /etc/exports shouldn't be fatal. (bsc#1212594)- Add 0030-systemd-use-correct-modprobe-d-directory SLE15-SP5 an earlier don't use /usr/lib/modprobe.d (bsc#1200710) - Add 0031-mountd-don-t-advertise-krb5-for-v4root-when-not-conf.patch Avoid unhelpful warning if rpcsec_gss_krb5.ko not installed- Add 0028-mount.nfs-always-include-mountpoint-or-spec-if-error.patch boo#1157881 - Add 0029-nfsd.man-fix-typo-in-section-on-scope.patch bsc#1209859 - Allow scope to be set in sysconfig: NFSD_SCOPE- Rename all drop-in options.conf files as 10-options.conf This makes it easier for other packages to over-ride with a drop-in with a later sequence number. resource-agents does this. (bsc#1207843)- 0026-modprobe-avoid-error-messages-if-sbin-sysctl-fail.patch Avoid modprobe errors when sysctl is not installed. (bsc#1200710 bsc#1207022 bsc#1206781) - 0027-nfsd-allow-server-scope-to-be-set-with-config-or-com.patch Add "-S scope" option to rpc.nfsd to simplify fail-over cluster config. (bsc#1203746)- add 0025-nfsdcltrack-getopt_long-fails-on-a-non-x86_64-archs.patch Fix nfsdcltrack bug that affected non-x86 archs. (bsc#1202627)- 0024-systemd-Apply-all-sysctl-settings-when-NFS-related-m.patch Ensure sysctl setting work (bsc#1199856)- Add 0023-cache.c-removed-a-couple-warning.patch Fix compilation with new glibc (SLE15-SP4) (bsc#1197788)- Add 0021-mount.nfs-insert-sloppy-at-beginning-of-the-options.patch Add 0022-mount.nfs-Fix-the-sloppy-option-processing.patch Ensure "sloppy" is added correctly for newer kernels. Particularly required for kernels since 5.6 (so SLE15-SP4), and safe for all kernels. (boo#1197297)- Add 0020-mountd-Initialize-logging-early.patch If an error or warning message is produced before closeall() is called, mountd gets confused and doesn't work. (bsc#1194661)- Add 0019-gssd-use-mutex-to-protect-decrement-of-refcount.patch A field was modified by multiple threads without locking. This can lead to use-after-free. (bsc#1183194)- Add 0018-Replace-all-var-run-with-run.patch /var/run is long deprecated - switch all relevant paths to /run (bsc#1185170)- 0012-mountd-reject-unknown-client-IP-when-use_ipaddr.patch 0013-mountd-Don-t-proactively-add-export-info-when-fh-inf.patch 0014-mountd-add-logging-for-authentication-results-for-ac.patch 0015-mountd-add-cache-use-ipaddr-option-to-force-use_ipad.patch 0116-mountd-make-default-ttl-settable-by-option.patch Improve logging of authentication (bsc#1181540)- Add 0011-manpage-Add-a-description-of-the-nconnect-mount-opti.patch (bsc#1181651)- Add 0010-gssd-Fix-locking-for-machine-principal-list.patch (bsc#1183194)- 0009-Convert-remaining-python-scripts-to-python3.patch Python is no longer installed by default and these scripts work with python3, so request that explicitly. (bsc#1173104)- 0008-gssd-replace-non-thread-safe-strtok-with-strsep.patch Fix bug with concurrent gssd requests arriving from kernel. (bsc#1174260)- Don't make /var/lib/nfs owned by statd. Only sm and sm.bak need to be accessible by statd or sm-notify after they drop privs. Providing they get created, the parent directory can be root-owned. - 0007-statd-user-from-sm Change rpc.statd and sm-notify to take uid from the sm directory. (bsc#1150733 CVE-2019-3689)- 0002-Let-systemd-know-when-rpc.statd-is-needed.patch 0003-systemd-run-statd-notify-even-when-nfs-client-isn-t-.patch Fixes for systemd integration (bsc#1116221) - nfs.conf: spell NFSV4LEASETIME correctly. (bsc#1098532)- Create files in /var/lib/nfs via tmpfiles.d [bsc#1100404], [FATE#325524]- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- fix incorrect dependency in /usr/lib/systemd/system/nfs-client.target.d/nfs.conf When yast restarts "nfs" it should propagate to nfs-client, but doesn't. (boo#1053691)- nsm-headers.patch: add missing - Prerequire needed group "nogroup"- update upstream version from 1.3.4 to 2.1.1 The significant update is that configuration can now be read from a central /etc/nfs.conf file, and it can include other files such as /etc/sysconfig/nfs This means that the old nfs-config.service systemd unit is no longer needed. - /etc/nfs.conf file created to import all sysconfig settings except *_OPTIONS directly into running code. - dropins created to pass *_OPTIONS sysconfig setting to the various daemons. - various specfile improvements, such as using "-D" in "install" commands, and adding "verify_permissions". - "xtab" has not been needed for years and has now been remove. - sysconfig.nfs updated, particular the ServiceRestart declarations have been tuned for systemd units. - 0003-nfs-server-generator-handle-noauto-mounts-correctly.patch Fix the nfs-server-generator so that mounts marked "noauto" are not automatically mounted when NFS exported. (bsc#1019211) - 0001-conffile-ignore-empty-environment-variables.patch 0002-mount-call-setgroups-before-setuid.patch Other minor fixes found during testing. - REMOVED 0001-Make-location-of-nfs-utils_env.sh-configurable.patch now included upstream- Check for existence of "statd" user before creating it, and do not suppress errors about it. - Ensure units passed to %service_* are full filenames. - Pass all units (non-templated) to %service_*.- Also ignore errors on the first chown call: this can happen especially in the build system when shadow is not present and the user has not been generated in the %pre phase.- move rpc.svcgssd and corresponding man page from nfs-client package to nfs-kernel-server. For NFSv4.0 this is needed on client as well as the server to support the back-channel. (bsc#1005609)- 0001-Make-location-of-nfs-utils_env.sh-configurable.patch 1.3.4 moved the config script location to somewhere that doesn't exist on openSUSE. Move it somewhere better and install it there. (bsc#990356)- nfs-utils-1.3.4.tar.xz New upstream release. Lots of bugfixes, no significant functionality changes - delete 0001-Fix-protocol-minor-version-fall-back.patch delete 0001-close-the-syslog-fd-in-daemon_init.patch delete 0001-mount-run-START_STATD-fully-as-root.patch delete 0001-mount.nfs-hide-EBUSY-errors.patch delete 0001-mount.nfs-trust-the-exit-status-of-start_statd.patch delete 0001-systemd-Decouple-the-starting-and-stopping-of-rpcbin.patch delete 0002-systemd-unit-files-fix-up-dependencies-on-rpcbind.patch delete nfs-utils-no-svcgss.service delete nfs-utils-uninit-mem.patch All patches are included in 1.3.4- nfs-utils_env.sh Fix some problems with version_params. Various misspellings and remove the possiblity that V4 is both disabled and enabled. (bsc#990356)- Drop OMC svcinfo file, nowdays useless- Sort a bit with spec-cleaner to get uptodate spec - Convert deps from regular devels to pkgconfig style- 0001-systemd-Decouple-the-starting-and-stopping-of-rpcbin.patch 0002-systemd-unit-files-fix-up-dependencies-on-rpcbind.patch Fix systemd dependencies to ensure rpcbind is started when needed. (bsc#975265)- 0001-close-the-syslog-fd-in-daemon_init.patch Without this, tracing doesn't work - 0001-mount.nfs-trust-the-exit-status-of-start_statd.patch (bsc#945937) - 0001-mount-run-START_STATD-fully-as-root.patch (bsc#969152)- Drop unused BuildRequires for libgssglue, not used with tirpc- Drop unused BuildRequires for librpcsecgss, tirpc version is used- 0001-mount.nfs-hide-EBUSY-errors.patch Stop "mount -a -t nfs" from complaining if filesystem already mounted (bsc#950340)- 0001-Fix-protocol-minor-version-fall-back.patch (bnc#959211)- nfs.service: don't mount/unmount nfs filesystems. systemd does this automatically. Trying to do it here too causes timing races (boo#963616)- nfs-utils-uninit-mem.patch: fix use of uninitialized memory (bsc#956743)- Remove sysvinit related macros; the package doesn't contain any sysvinit script - Replace systemd with systemd-rpm-macros; increase dependencies weight - Use %configure macro - Remove depreciated %clean section- Use proper annotations for service restart (bsc#952055).- update upstream version from 1.3.1 to 1.3.3. This contains lots of bugfixes but not significant new features. - delete 0001-nfs-client.target-Removed-a-ordering-cycle-with-nfs-.patch delete 0002-Centralize-dependencies-on-the-auth-unit.patch both included upstream - nfs-utils-no-svcgss.service fix minor make-install issue (has since been accepted upstream) - use "make install" to install systemd files instead of hand-code. - retain rpc-svcgssd for now until gss-proxy is packaged.- nfs-utils_env.sh: honour RPC_PIPEFS_DIR setting. It is currently ignored due to a logic error. (bsc#947852)- nfsserver.service. Provide ExecReload directive. This allows "systemctl reload nfsserver" to work. PropagatesReloadTo but itself is not enough if this unit doesn't have it's own Reload handler. (bsc#97296)- sysconfig.nfs: add STATD_PORT, STATD_HOSTNAME, LOCKD_TCPPORT, LOCKD_UDPPORT - nfs-utils-env.sh: handle STATD_PORT, STATD_HOSTNAME, LOCKD_TCPPORT, LOCKD_UDPPORT Also handle NFSV4LEASETIME, which was missing. (bsc#941645)- nfs.service: improve back-compatibility with /etc/init.d/nfs + mount and unmount nfs filesystems on start/stop. + keep status as "good" when everything is running. (bnc#911986)- fix bashisms in pre/post scripts- new upstream nfs-utils-1.3.1 This brings numerous fixes, particularly to gssd and nfsdcltrack. It incorporates all the upstreamable patches we had: - Delete nfsdcltrack.sbin.patch - Delete start-statd.patch - 0001-nfs-client.target-Removed-a-ordering-cycle-with-nfs-.patch 0002-Centralize-dependencies-on-the-auth-unit.patch Patches from 1.3.2-rc, which look useful - Convert from /etc/init.d startup scripts to full systemd integration. The upstream standard names are "nfs-client" and "nfs-server" rather than "nfs" and "nfsserver", so local "nfs" "nfsserver" aliases are created and "rcXXX" links are provided for all 4./bin/sh/bin/sh/bin/sh/bin/shnfs-utils/bin/shs390zl31 1773306246  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]2.6.4-150600.28.19.12.6.4-150600.28.19.12.6.4-150600.28.19.11.1.0    idmapd.confnfs.confnfsmount.confnfs-clientmount.nfsmount.nfs4umount.nfsumount.nfs4nfsraheadsystem-generatorsnfs-server-generatorrpc-pipefs-generatorauth-rpcgss-module.servicefsidd.servicenfs-blkmap.servicenfs-client.targetnfs-client.target.dnfs.confnfs-idmapd.servicenfs-utils.servicenfs.servicenfsdcld.servicerpc-gssd.servicerpc-gssd.service.d10-options.confrpc-statd-notify.servicerpc-statd-notify.service.d10-options.confrpc-statd.servicerpc-statd.service.d10-options.confrpc-svcgssd.servicerpc-svcgssd.service.d10-options.confrpc_pipefs.targetvar-lib-nfs-rpc_pipefs.mount60-nfs.rules99-nfs.rulesblkmapdmountstatsnfsconfnfsdcldnfsidmapnfsiostatnfsstatrcnfsrcnfs-clientrpc.gssdrpc.idmapdrpc.statdrpc.svcgssdrpcctlrpcdebugshowmountsm-notifystart-statdsysconfig.nfsidmapd.conf.5.gznfs.5.gznfs.conf.5.gznfsmount.conf.5.gznfsrahead.5.gznfs.systemd.7.gzblkmapd.8.gzgssd.8.gzidmapd.8.gzmount.nfs.8.gzmountstats.8.gznfsconf.8.gznfsdcld.8.gznfsdclddb.8.gznfsdclnts.8.gznfsidmap.8.gznfsiostat.8.gznfsstat.8.gzrpc.gssd.8.gzrpc.idmapd.8.gzrpc.sm-notify.8.gzrpc.statd.8.gzrpc.svcgssd.8.gzrpcctl.8.gzrpcdebug.8.gzshowmount.8.gzsm-notify.8.gzstatd.8.gzsvcgssd.8.gzumount.nfs.8.gznfsrpc_pipefssmsm.bakstatev4recovery/etc//etc/sysconfig/SuSEfirewall2.d/services//sbin//usr/lib//usr/lib/systemd//usr/lib/systemd/system-generators//usr/lib/systemd/system//usr/lib/systemd/system/nfs-client.target.d//usr/lib/systemd/system/rpc-gssd.service.d//usr/lib/systemd/system/rpc-statd-notify.service.d//usr/lib/systemd/system/rpc-statd.service.d//usr/lib/systemd/system/rpc-svcgssd.service.d//usr/lib/udev/rules.d//usr/sbin//usr/share/fillup-templates//usr/share/man/man5//usr/share/man/man7//usr/share/man/man8//var/lib//var/lib/nfs/-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:42575/SUSE_SLE-15-SP6_Update/790eba7861ead613e536458e6134479f-nfs-utils.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linux   ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ae396973217084c737c1e882dd54e0e8b5a01f4d, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3ab4b898f9b22e644555fcf15d75470ca7703f8a, for GNU/Linux 4.3.0, strippeddirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c1f7e987906e17332cd4f4cd34d0c313449a07b6, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4a6870fc72fada0edb51731fff4e9507532910cb, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e90f54acd0658ae44b2eecc2446681daad01383d, for GNU/Linux 4.3.0, strippedPython script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b82106e0d1fa6a07fb4d6404d54c995205a04f42, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=dc2e3478f1b46795762268457cf837a6ac380ae2, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=99adb4e37b876bc29f089b1e936d380f058e4b55, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2b57cdff9ed28815ac0ba3e626b478905af385d5, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=51daa3b2454db9451d704d4b79daec17aa577997, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=89284891757f3e276765a51a50f93e562ee9c1a3, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=10d9f854a15dc3a66bd4a710711af894b227d5cc, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=fdd0596f5d1afe1a0fdb7f27deba9b82297acbd1, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=079d2db5fe7e9109a6a2304f63b7a46d73cf09c6, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a55b52ab6efcb4a6dc85ff108387ff3cc2dd451a, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6508c8bfe3ce99c6b5ad7e5f5a4c1a2459b93e74, for GNU/Linux 4.3.0, strippedPOSIX shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)empty)1=EP]by     R.RRRRRRRRRRRRRR3R2R-R RRRRRRRR/R.R-R RRRRRRRRRRRR RRRRRRRR R!R RRRRRRRRRR RRRRRRRR RRRRRRRR"R1RR R)R*R(RRRRRRRR'R0R RRRRR R&R$R4R3RRRRRRRRRRRR,R"R#R+R%RR2R RRRRRRRRRR0R"R R3RRRRRRRRRRR2R R4R$RRRRRRRRR0R"R#R2R RRRRRRR RRRRR3R2R R3RRRRRRRRRRR2R Rp X2"[utf-8a47a19244b1956b08a78f3251f111bf53ad6e5b88b0d94d0e076c62a62a1041e?P7zXZ !t/Q ]"k%u̜Y4J"j^L"Tdiy}4V'^.NʺDUƐ'V>"/ 2*vƤRizB+n`غDiUQ83'ՈMxn.΃x2|L#Ƣ5c8PQUsrT%iVjWAKH})^YCQ `$V{r]M3D=+hP8s=gyiJl6 X`j)&j2SQzH۱Rd)o}u%+`uiRvze1!n+:͋|zy\)RqG`c*Ruiʹ2ΦR ļgZvI^7b^8s2_r(BZqЈ(}H"ҽV (eJBwc^P`D m.\c,zd RBF<|ZW*I <@eh.zLb>ĝZ#?2)AI_vU # +DƇ**_| / 2v}AjjGV[=^G*N>5y,hu-6=eXx3oԟM}iMVr{B'QIavj` xP:J˫C/Aȃ^Ms76UY@]"W,yG)Q-V¤q(,K [0hKd0T;Q^l@\h~+\+Ku+ napȎ2KP`|&twDmR9S/&҆KNbJ' ڬVoWpoSV,J:lr+0F3R|<&whSd"C1'7G8vvA{}B^LQywqC ʣ7fǶΆG$m/Y;244K?)rJ|~QC.8|P;T ap4)Q(n\tA鷵iDq >8VW:`nLMKMФV~ ,v=` -ڣFn_e5jN^ӛQnF ؖHP4P`t)p9Ex:{:ԉZ醥yMY|WBP0A7PX-z:(BwanɔTEgcA ł#9 p 怔p2_JyRN}IJ薤ւɺ2K*͓"e-v1PhFO'E\9p*cٲJNMXSKAAm^ZGEdYMh4¤dAW&U۝9CsaLJw QHDS?#uX#g-=)t" ~(ѐs+K V@">u46wHg:vKr%׎ z$n--2ҙtҎJ.1? ˼I"T̘D\z`-|sU< d).ݤk\u>7LiWNZ]ygDccIXyhh>읳..8\^E sM#%q ,׫JNHd!G^OYҢZSsN9SwޗFNɁАLzEArsdž[5N܃dcdga-.[%¤UػH'WNzmAAk)'Euf#n)@A"_&˼o:%yJ"|(wHۜ[5+BNbf0]A~k1j%M&Bhqd*#Tvj@TʇuUg.[~Ѧo 6gw g!Ub#λ8EE t3<am_ '`ȡK.qUhd4Yj^w}JtڞIu*fۙTcy8Ere. M*c?ƅEalFR"!{3WYS6$z\Uw^&~}/jn` U(]T QbǘŽ:By)cHo[q>+PZTv"trGBGu[z iGiG$)º(g):JB>6Ixwz-m= >qxXӦd=1 RcI>Tr,h ٗzDCLn]UTka2ZGvuGr㌕Y?-7W+C'myLg-A=\ȣ'z?![S05 Iѵ CH%;].ǘi6@T_Aڣm -\C.U^ J\j1_c++:gFBE?6*AlJJ,Otj%`j+OrKA"'!XgVj5^>e mb `X>Γ]5yx2;IOz=Z)բղ1iVX/%g,"yur=L+7p +?oq`F;8$JhUP)$m"ɿXmoI0I7.9]&6 bؼ9cSfe17AňTP 87l~%!1!4PZ+UG=xWӨX;BIHg檬]mgAEG! T`[sYrչUF &ҪQ_gA*`k˻$]-OTѺkJ4Cyɾyr7D &kF.zzRHd{Iz|:哗!}{V}JS : ĽڑTnj3KN  ש+rCbHO,B:: Gz9-J@2~!i's?tpي⹫I+Dx4ʓjR:@^G*Ý3qZWɦ@Xo@{ZqÃkK'i>IX덯[ˊnX%Tz|~ zC2ޯNdwcyXw蘁J}x0˵[0(~ B'16v}LOPUn>^AYF^("vjDŤŕ?EEvg(ۄz6:R׬xdd1L$35Z7GXB)pǐ[/Z~Tpܒf6·QL)f"*@CY/0"-, HbK/q]WW3g0&;Ii ,ŌƁlͮ3 D |@w~Sgj (4 匆:7+Sՙ^Zu'<גJ%C wCg/~Penk5qU )+xgA?`IWwyjޞN qg7 ;17D54*]$F:,r}{ 8 ub5dϋXVG:ni6A amP`OJA9s[GQ1'%]' RDLx'Rf[Zru4Ypc@R*5 4qG ǃLrsH_PLcƃG9;LĤO*,O{  ф#"/LDj}jB҇iYcc7qI&htdCR\CxSؑCU hD$Im.O@tq-':<|ՎYjag*&ihGA5Kh!ڢnəe`m߱wǯY 4/:N. )^7҆l c[m(K љ;YX門rE *&NPu˻\#ȼi+ /W;;G({0eg3gBxiYcw\MPZ0ftڀNSꖗc26l__R_%{&of$RKm?FC[@ 1gHFu =5!KLi%yCbShLr;L)pKk8G6+*IR,?.5|G t?VJ!OLr6uMMzJo-4/MaU'ԅIKt ҿ%2`A0~ɚ7/UvDPV>^}0lQp¤Ruj8O0,A:R-Ux,ՇSWpMmp,_CFM+tOsI2ъ 7Nm)%i1{k2QEȕ@ Khid0q{[(}.Ld VQ+KZMf=΂匌}Cwʄ`Yh5 )Tl ѣWx7O|St/j}젓*wbZe;gQ-d5X[>6}R7Qb30pS <%b8:\N+GvʰUw7qCT c [ JT>$fQ$)Cy)[\% sXJ'[TS೓ :#@F`XQpVݫ.r!k dYb{, &Y'Xbaa700  'cyxn׌/|c2d y f3{ѓ;LKЁd5]e8eVn2IޛCqY2 |{B\#c(1Vҭ!Bo P ڣ* Ť0g= {{(?Oo!`9/kXDŽԎW$N*Rb#Q^A|:zd_oىtFo4*Ahq'b >Z28*[R {IY8#EpGu *SOx @Ouѥ@mm+ۦ<71.qnypt p]3Q&lVȚbzV^eOMT^p[t7@oFZ'v4Ty3箱u @;! ƌvcن\!0A#:9:zLhC]dn$*'|.PJ =A=_}dkPbc8WQs7x=(^V4I*el$p| ¢2rWi!FwHn+g"ύh\˔ W>rVAb IЌTE璗{P]K]e t7WJ\Vg3)@~LUl6ɤ(Oi 1:kؿ˗j1 k7KlAoQ'gS㌦usy'^KL;*o2qx4a317gnWBC}+JO^m\UIOĠ<6f:qwH$K7'P{R8F~0Bn+d,YM+$T#&(9ڠﳡ E +4K.y@9/q:yg9ŎK ].4>3in2F$_F56tEV s^v;{Q@N\ʈk"`"1C}l2vzWLR#Տ{a >,sfQooa%~ɻ&qЯ:kANv;$ȲFk̂Kjr~KTd"1m35 gT |a/zΑPrԍG@l  ?j5$_EӒTvf ̺Xm 3$'dP4f$MGC KȐ$N)ڼNH)2olI+dՒd˒Y lOe׌$Y?tJqU8hKo#<Km `N#jӡCͽэ^UXВ (Cn ,`2.%ۼZyrMl?!6d zjaW M:`$Y{%NM.t\^_V'O"`U= 4a묔MjN6Cd+ nw+ioEcHjiq< O HRC[ 8y(;14Hdpry.p܋lzJ5d.] 07 yHHh"@+!9U)Hvcm7BݹZ{pbV#d:sȠ^VX\&>un 23Ȯ䥶VhoSd;DXDel70h@Ȏi*63=oNgx<"jW* 7J0=E{M.o|dyXioOc&GEޝ@ԡFc@G3}Cǥ~txPAtڌF'y2Q:d֕JJer߰Bs|A*)d|aYR :2\EH^ᘫF ɃZUmTo.,&^E=|WW l[t:kdɹ2jh9 :D)l٦Zj}CQ}UJ ^RG$BQssW1]jdž+KGeoov(f!'ѦNn@"~NF7"W_7FEO'—_G*3D dE IIOC/U gWM1B6 #Zw"2 -+fءhvs>+*Mr;T*<+La$<(fQȾC'%!UCM2H-4BH*\Grc+ب+OR/ے^dΣ[.H?Qmj䀀 xBgg# )l79U~H>-l>;mF/h1@"/Dg_w cG^Te|(mX IO^I7SB)L U% Q8]kX>S^ů2Kx3%m?|O1e;3C%nZN0 '^x&Dյί~nKc U2IdT)s ;0tM3e%t(B~܂{QF!{ ꇇ/tUtweܸTZӹRF߁BwKn'%ySy;b6ɋ"J{'=*"r`^?8PY]j71C [w= v;-J/йP\HL7Ez,ќjrfSO2ӵ G R=F9[溾7**Zx~9x@Ru@3рp c$ 53Kv1/>مj!VYgm@kXpc%*ӫF:a_l #B,H^"vڃ! o8R GT$ x̉g#w P%ycXj77?fkj^|#W]!b&/4G3!Qmw<,Thv翲(\m:9Na7AsQʬ#^կGAϭNN8#MGC,} nךtJz{fld#o"W3 XTR,'ݟKX~p}iMV AzXU8j4XS[M*mcP[4] BS#h+JT9уD6 %|"-:wz1݂sYA\G\|se.m9ۉ,^{bJ ӨCeO@ڭz)K{r"RNͭN旞BZ /E w1 iO$~/ P;R} Zx{\+ 􈲑Wf@)$btbƩ?IJ 5 G' &U$-;`Jdžޔ(q`PqWI=q@LDT!܁iDU^g?Snaf{ 9ը]p|Y!`oaLJZ=fQԘ *RܚO(([ ċv fۡzE)}ب&A;ذ6ҲW|}6Q*=s/hLFAO+܏򼣃JPQ ì_]kri?< 6RyoRQO',XdH &Wꀋ,c0a?2l8,wlI2?4$+\/dQuNw%gL~$.8q)E܅*/m8dN`3E1!t/'X&X>hh=Zk+(TX7had= 6EA]?HOl'1lk&NQ-yMw3 ɛ/Vq;3~@)ы4QksM#gnTb_y+MWGWs6U%ccSKnh)1'TL Phzv%#$r7GZeB?mFȔ)Ýu>RXO{uZH:`8y9 xv{Ӧ%>I4=Y4ё â>;.v8V} aMQF Rsox5()ϴ^Ԅ鞠XJ~]6S&S|udvd^F+'8J[q]2Mm[(|9BUR[fp=@w(/fT+0.1,ғQ:Vn kjwӋ+9_(~XA-dX 3ЍR|Hpzdf (xRNl[Oa e7F*U hGD>^j8넥8?e0H.?.rn&9n߰X?y <8Ǥ̚dw^}7\E! 'rP@XJ2g$89aWVO 0z48Q~&Bc.'>X?6P_X}0t R"+~a6%_uAoԀpṋִ~&a!ؖ<ŧDn* ^p}s fzfv-wmVm hCG!imqQI9sJO(m*M. ήx<;A7r:fӭv]g]a+(&*1@x$^-EtxzW=&RKF,JXL xCBXALxCqҁv[ Br/#bJf{C2d"r. ]@_jUH?-e9"y5\t];SZl`Hke AǐRpEj *|-hR\N"δ"^ei R̚d4zug8T\*dB6]O#Wxx=9za2H?~ @I`jqbmD*gR`ԡL3ﰻX2\))|YM;:/!K(a@%pgKgqՐ;#0V}ׁD=_;yfy0YlO^VWn(Eo_6W޸0 ݁7T8hsVIKߕZ5"L . 6#[ggf5Z]%/:NzU0lx˿uccT߿x挟(տr?OviM@~ɞd~=6p?"|3RK'7/hMr|' zr+hCIKKcm/BMtb#/Tc*gZxx}}@O@9|AcdSsİI?$y8*hŔD r~ T k3w,_.'# y;mdfdJ@eCv܃B˧hjJaꖱK}wv?-[͜.ej,gWAJ=g+ш!0#zWY$$;W66+ȡpoM=C`1&Mgr:*9]XaSDž٢B Z0kH o/g' Fװ"~H$PѺ7ƊU^{pqGvlfktp`pgLSq1h#<#ɚKmz3ިl{1Y,(9/u/ֺ'&-4gIft'5eG竅 qfƕ&V5^9V{P~%H!p(gLw G>JwLsc 2vίw`SXF%@Y^³\c4lcId,۷7^c k\Wm}AUG.NϐOj`pY_0ӽH?]wk/Y[%SfQFFEt8N!L:ߑ8=M$ݳF֯BO_0!|*]TGʒmǭ&vSî%OD̋"߾7)#VT"imFIm><}ko9p,>pkm?- nނQ߻]n_!^B 7{fc})=qs}0 h9ębxsPj_=3yT}}H߽)y-J-q1 0Ss}*eUcV#R /S#d{rN9^}dwx.'6Gz8xl_hz$xAW@#ѭrʃg CL(`8 WͱcT<ceҮ*y&/ƐÁ.wʉ֩ dVl+1XǷ! `fkRx'&+qķEL1T"sJZma3|vbh1@Oznr1AE;#5ͻhxC/\l8% P28t$J?X=}$ل-3@+EdT6Ŭ+b-f|0N̸elq%$^iB/tݴ6b[9!kt0 \@!wd+: ౗F`` |: E@(ph5Why;ǹވcFo|i`A'_MXt*Wui^C}bO>ou nrԀF ;XPDYp{^gl rJ6e\q֎Gy+x aD!ZDg5UB~MjoқԅO[IAۧ]%BnoOdCϺh63'5l)#_ҙ֚am` O6[vn["ɽa%CHKMH8l &%U*#P ֢ZCbڕ%w (BRw l}8& M| -B{S6tJsw5a#sQu>vt E$mug#:L\IΡF A<=hcK㛊@uϯ&C"SvvʏXޏvk.=)aKeWiQyN~~m-pjaA A,8,]AۿTr]o'-!չ D>y]υ5"ZćWȺ9;YO6)A mP Ӌ3$eHzyϽ^vƧ]a5Q/L<t;Lr\gm91q}9QEPrk~Vj̟_ LdmCyƘU :e '>`qO4n{~Utu5jebrC?̧nU|S\|R㏔ }pA??r.+Z~,?ҹ1(1M!-CKsLΗ٪$C_ǾS cz!d/O)0yj,a5TnV<[yg]2܆8-|` qX3|a'/]&#"gԝD0k2 `rbhb/#ڨLЅPFmzGM_+ځ2gD%\|Т+Pз2#GS_[גўǔ}O₥(V*a23nKeә.*wdj5onoyK0ra)#'1hKSIЄX$*oqQCC, ImdgIx 8kXKZq{{~%WM`v&?.ۭq!iViլY-wU=uV/g*.pג+.cS3VF5*ESq zSpĈ7j#:.G3t#%S߹N|nupwn'!;eX3lfOӔ;?Ԉ?t@>\p•U Cz LߑxHջPAa|<&aٱmv +it,hYZ/a.pXꜽms)QTb*Z=?kشT}LbC`6m4b53P/n4qܯNO+OxTߒ۶V mv=LjJGC%M `9՟kq0HW@ˉږNPu*](ߛrs֟E2`p;5%h={F7e]_JD:~\;Fqϔveiz c&qI%q&0ՆѺNO ~ʓ76gv.,*Xj~RâG揲&rM)CR89M{Y=9BK"0N+V͹6X怔:afcAL5kGsCbbb u,#)Ya).SB˸Ŗ;/DsbQN]664ޜJ'm;R)lZC+s _%MrEg}LXhbUpxJNtEK!GS׮4LAZrl#nh_1C@Σ,Qymvμ, Zm\{d(QA0ӛnIH[o/{WM$~B%|ȂE|r5i}9pZ\kw15 x&rذWP *hh1vW@f&W#0OՖeN,q,G9g\$XB I3c`ya TE G+-I]3B̆ޤ'b=$t@<*"0,:@ِYsdL3^jGo^HaF?nJcd,~,L}k[ ꎍ>G^ 嵺4 8’"  b?XL\C>ڛօ$(Ҵwjǫ<ުP/bYnݙА Iʈ~6JL2o^2[iUWi<.GķSZ8&]u>yj3;zjObE NkL)e]ܻl̪!o1#./eۅ6jz 4_J >JzwAc!g#k`I{{5.^?1Q8[æ{u4Z? a0)Noڋ8up,Z?c|lŌ9>o 3G?%D]*a3Ɂ5g [i71VRb,w:%pqӖP#c_{,!CS SJ5dR"%ڑx؊RSůC9]<5f ,pTs˛ʩ<y5ke e0-CLgn@ww`:Rs\9¡]&c4ҨHAj7%}mtE񂺿b̋ufJ(Pm&&ؿ7}Y؟IqKbP-ږHD%h0DW;pqǘ [1C_l/c/C!w7{uM>.vC~+S5֥1pUa>ZaҴMwH[H7H/AbRF5gK'6=L>ndJ%8Fo?D#belJ=5490AKIuxvZWz7dWVXxԚl CwwL1Fg,Vqfkl-JC$P|TM. {EFr{8^fZT]Z s>ܪ0苐D4:?ꥲ׈0 Zȹ In Y?'jhJƐE {NrÀ"T+XX,^& Esu+Stc}~8 V}eIz&AkD2&y׹ Si?>;!ċOgC0hKO۰>b琫N1cKxײEիD(r)l&h7y9.j.5tZ@_cv}5ذͅfMIxvbil-sK_&sGӂɂQ+u$뚹Av K 89[&F_AQիapH1Iz,?8mTA xL"̶#<')i7[L'dqHc,d{t ,0`sYay 5BH [g\>鸾UzѤYEp*r΋iCD  B}&㞠/6&[}-tI!Ut&3bY&뀂3}VX C 3 6s<%C𲴌r\)Y%ia!ݷOt[ b+/}#[{39^e0v )T`0&Q%}jO \eZH#)^cS% s1ΣT_&0~\RF{k /Hxu#tYڶ_XN'']K@mch,7κTH1zxdYZs.UxIvX $0gIj3P!Ee0ͦQg?7{Kr/)2.@[fB$j T(KV[9X4̗3,\}` oj;1Tr` T$Sgث,}ojH U~g/R|^ pd',a&(^9EAǛcT]nz :?",յc+ۚ_!ؠbW3MŴZ(O V=_w68ҳ=P`Ճُa&TR,AaGR@g3"8=11? ~l-.aFZ%8c4f7TŒUO9e,&ЌW*(%4dcgM@ ov~w6GЇ}s(h%twh=$R4Xl%Or#g$v!H]þ/óg`U/|i§?hБ+m'ݬ/쩹8#ض!_\= &TЍ^x%n;MmP)%$2|Q*1';B꜌ N`[/[Os=glEѻGZYCce ~$L72 !w7- )U8%Gy ^(镶9n]]])‡KL(2%H2?wq<7mK?Q9H$.& tk V)Gϥc Ve9:;)/PR|9ovJ<2BqV3 ;@¸ &zYGϲl#%+{1J̳kݠ(Bi70dLuz ?z/>x(ExXp]ß&$i5y s\Db|貈i6lȨ҂ }L_efyRuB p `#uo%XG&?:ɷRFGXth~fX{/75RNl'E)cF| w]F乓󂤪37#&R օ+8M4TRɹe ݭGy|a9XIۯVQM 鰡UEsPEڀԔuGz*8ք[2:-Y곈N.Kv f9G @ā(&ׂ8ZK89I_ZvO4=@NiB9qHOD,lYV" ."9!#] 9e3ZUr Jq0VOJbOhf58N9<9!L'FW\0@(}gC;F7Ԩg]\@c uD0[@FW͛dnNH :OADH&ҲJ#MQ,4ȅS`q%f7&PoQo8/tJ Mfx}d s3o`X;cB;9D+x"%&Rku3+{`TOEnƼ{x_ 9Fpa݄ſ\9`@JEj}Si/g1.|U ,C,t0zqu{y/#gBcb]YL˘`}&fYt5Inpy6]P KX'_^*!}MPwB~}ߴU24 NBLsR 9q~]<v1}=OX:fhJEhZ?2H<妧{\R5iQߜ:2ڛ6 K(RC8\ūc}@nSn^JzUI^z!&!dc ;+/ l(?u#kxk8{wKK NñYTJ$ !`!ÛT?%[0ɞV,[kLt[>xPK5œeZ~d?x%Ew. ֫&CeM. F<2YrM8Jjܙ9-5z5~bK|g\aRFs+g'!͟]¥a;Z޶ OB˭ >P[pEmmIM؎viD'5}<w )ft ޗrmþ^@ >SLqaV>N֑u*9ㄼ \b3T"vPJn|,єY?95h6ǁI[ypz{o qyeءj{5b:ٝZR1 *[א*?`Da+ ;{ 9֙ŴĐ  oYdb%y!nZJ rX|yNEث`ww7~ȃc(8&xY:$7Z3qm;& _jSޚ$Tin>Is` 7jq/ Wd ?q8 g"68oOX>ը=kY7%Ƅ_T\mTo"Zrm:ɄwG RT$(#jb4ᾰ%%/w 8ˉp+V |@ɕJD18b#v:M|]ڇ&ZYÒ~^M>c& t?K2?@8p|4-$j)_^cwի6-:/Q]"}^wZ h},89b W ڵjCp[1.<6]2NAXVs"-2Y\Od6O'(YX%YӜh$EVi< Kw( ̘h ^㋩D+pu$i`x3o2qL;-|ڷ6Hu/>CkwHȭVO6c:F$"X.9/-),'vJHəu%L|-,ޞG{xJe9gh3ݴ!7Eƌu H.'^qҪ)&Fl;wbrWMwٕ 89t}\gh**^jV"'V+6yRa?!Q"@%v7$=8`aStTCdcT#C90# 1G,@L9"Qؓ"Hs4XW+Ϫ`R9ͫ($mSqij#˺V3E(J3d7ѭo0q}:nGf`;[|ȣWLڞ7(z4+ i~_Y'|ؕkVJĝkx{ jno\3L}Rkj22SWy.+^W󽫏,LmoAzk bwst nlgD'ϔ;PYA_ avQрg 'sZQStr_vEEzyPz:=5^:@kW|;DXE]=0 NM}aswm cT'F1 ?\;v#k3*ilQ|Bl/@GOH[0Sa'|_.3,[Za5[fA̮fR'[2La B`U*Qiaܽ>`be@'o^7)3+Cz5O/D\+#ZH\tgU`,v5Q2<Rt-Aa(C37!gZᲪpc [fNz0kZ`_p9gj{YSy""(LHY|7BGAebYjWR**AXQzoЁ=|^yFK4#؀s1Tw.5HZpa5!`sbsAƐS\ӣ.,X >Fz|cp&޺6j%&<@~](VMsIUٍP99pw6 4ǩU~(n!m,cbX'L-p0nNg+> ;T̀MU*1ї4 U6'B[ixg'ryMPFr:\dB澩sseaMЧ!vr _X9 &љ;m \M~BH Is4zfeD[SQz&oef t]Y8$ 2I4t< {K4q3 NobCx0 o=>?۳IG.'YUa`vkh7} JOچKa<,gXZT$„X` )+*|7˽yfpg <:yOnۻaJ%M5+][t\3e'1+xh!Tnk"Z{j0hbT$/z;d Ұ\lzͼF -67JT@a*)|7UԒG]$mD+QXl~Kɽ2g AeA#;|@{ζ~%Ϋ2?+R)#쟀0:ЪxPƹrB" z?}ȸ& k\=5iչgDJ{꛼ \BTs2lqu\M}ls9SèB*w /h)Tұ^X+Ԑ^JT𬨳L&iԇɗˈ{!C6fXoWғ /ЌUhСBwapIOa] j6(@lއdͺ*1Cz 7o̠՗IZpUC + ac=qL>t6Lu} o_4ȗgIʥTg[!Y8l̷h j4w_|Gq/Ѧc8jՅ1Q r\Sr&6h\/[;c$X9zz^G'պ˱D{T&鋦%7ӯ6gkCӯIyU~ͫv7&I@3U "n֛[zBp"t _J Ilӹz1/ib.K\Y'lPI['D4}%k.䙑6q"^ЀwehkIN@a[%fvM3F>K4L#k+t%}<ջmM} -Dyb})H/o]IO)e ;PG2G0mtX*_،J}Xy4vVQ wvOAhz1yAsIq~F'0yPS(922L6H9rr)mKΒ.'.7F3d[Gpl:1-U+5!+eٻ6tؑ4Urw(AiG嚔VHjdA_<"qkG㖖d2N6zy+O}?԰ArF|9H5jB/o :QJ#䭺+KzӌWv U+.S%%FBǰ*R{M@5 soѩPuL,Gi75/Ջ @8Ҭ8hj@.wH78&̊lsm핔XPo,V y~ Ԃ twoO EU|48z? xrwj )-E85큃ktŮ:Xljǎ v)ǚ.㙸DY  V26ߺDZRo #ߎz, ؀?̊OScGe5!%9F&IIzRW^?l~vTh)T7F FF^@rEE mRs|{ Ê'ųrQa8f/:uefQ3"Ac~d._]*g) ;WPd/ÝqKrڡ=/hJ|-ذoJp8HD"[Lx| 0;MU5 ~P(@E`@4o a<?SFZN0ns-6u8N9*VtSRp^[|~Bz ԶNv ,WN盖 TB& 5q%> Vț#W-\s-esLzW~W-W2S?r `)(1k-i¶ f.ϫoeՀU-#rikQM~Tʶ۪/4kk>"*_5*)`AW}hHcJ -)^({v:QpËsk y$'xff;`[ M7JZJ)/QPnhx9*{F8NNwڈ1R"&,Wʿ1bĚOac_m.ۅwin߭=n RP+HhR 34ja4ױ0ҢD*fNmX:jtޙ|k{Faw/Tmc+>AV}ح'ySwtsY>g0rE/8PB  ^|WF ~tQ WTSk.hgX_+IBEMg3|&GWlf)? mI^,r D52B\`:pő?hx V)X[OFq-7k_,,ˑvjaJ31VC+3G&2ƲIvlt++g.KᏖwc.e^:+*.&3-tb!g@I_]O 䇴^rU\)K+'"bwd(A7Qp{?mPuPbwK¬]TZm7 Cħ5M|2]=t${SJMXz_D'sϮi!/oTej0:}r*la5i,P.YCS !ݪsׯ+`MЊWqXgQ:eo)y<^YfNk2L{fZ:ԴBMU[jb[a=L=]HBJaT|WrvW{̍x@Q m~++iFb[>{oPlr{&_/zʟ-&yTc8vM@C!(X7EkO1 CBnSL+{s;vTKb:JĎЬ+3yO<as G9g@\hoÿ"udT&4hjWQ7aӪ ;K0ܨpuDU&?|8YVoRTOYewΘnGB#/|qt+3(v;Pº$C+qW `ͥ{TjU)%,]DL鍽™ 1q'< )PUR 'gyt*&?⡖rÌH7ʟa+ɚVM& or醓'!-h5ēGs@0#\r|AL˸n2# bo֎|_:(7a_z/eTNu* E^6Y N mdB;O0xPMg/87)%^)KP'zwr%Ah'c{AJH:,N8y6q4b?fhY՝QDmm,Yq ?`;kej;G`rq.ֱŃ 25[lܞ+ 4T e;c&*#00\LQSA"cH' "6sqѝ'ݩ˃rLƆ#$9)_⌷pltmdv̷TX׵JIt!viL6̝`ź`:n^)Pfszd~hG+ q (eM(oמ1H$Rė8~UKkT;آ@.*e!PrT'7pK_gcdƈ>*ui4zA-!&e|IH9bLe۸ 4RɬۨekjZKa-A4>>^i^=2i%y,Tǁ9" ERR<}2̋ը!}߇>ձ׻\p,̸*9x)9UEQe_ 㣞FJgleH{҃6ؼбZP_Ԩ!AԔ)" :=bhUDQBzX> D1.Vۣ7z ;Onh{kW=SWԶ#y"N?xsT.C ,_ʺz7vZ Z y:":${ +N'J>y}_BK<~|-'r}5E2vYkh|Zx|gAD#_%o&o9=hn{C.Nu-ªބEosԟݥ¡tzQ<*I`}UnQ^p{aͼ/p DUA^x.:^01e& $A Ĩ*6q 4< _)_mn]k[!2,:؉PVh/'\b NM=$[+:?~6W4P}QiE D=>^ܼO嬜M;mn-F*f 5'6wmP,1`%eٰ P)>=~8El&I,i<ɽ YޣF ø{@Qq ,R5yn*y& >t=g0Lwfs׵4 !2KZ"]޵+q7ȗկ7MvRaCѫ{c/q<_:>[ֽ-e 87 6HPa ;A,o2!L—:~RӑV|E"T__OpƐb,ܚ'A&<-/-b!]vRp3ힿRMvxHٸ7\]hCvV_KٞoTHM ~- DTBq7cMr Є3$.Nԥ|=crZʯP!7-dX*qB͇s2{|B0A&|vS0e҇kvrQ4.bc$ufV$My=xK̔]6.@,9"$juAcAeBo|AG@Ł /'ƒ&[hW6HhB#_r6+yi2p= wC61 u[jj3gBs+jJY䊛y,!ͥ.v@,?]y ,jݼl%o(S11Lq-~*CĀٸx͵V:2S |XMBgNDTa|a? \\7P0(\ݙd*٩0(%Ͼ,&E0WWwrvWW rm),x0+FFl;N3fn Z@0f"Yu,vPp |Mמ[;bz~6)vru$'Tx.9t]9[);3v8@CIwd@J^*JU6\ *og{@q gUoi]R6Ji"ePuާ?Z&ptbX Npդ<0E_>)SzM7Q{+[d*J|&j=6/&id{Ky3x2 z4'br^#V,ưϝv,FRc׳Fs/Kq'RJ`^~VZ_95?2n&G|S F2P @E[—#_?u BESa=dYsr/UV^}g/khbGw@q ˧8s_R^!)g9'u#WpQ78=>:ajY^P,U⶚ƺWEN?{/,7A!.x~!/;glfdP /4aG:xD-QgSEn~# ;P̍{zq~AΪA;(c;_FAG"$ow/ >'ƒA`\;^ntNx&Ac _~MIqC*mky̕YSRDklHX@XDOmI$+l9o#ER] x+Eg(2_=ܒC2$Ye=-@;Az_ѝu 8ψ3(NU.-/TG7'9pUy,ďQao` ;֮خʊh%N +[СOw%'<םJ.!+ӕ)bXDKX;MWGgGFLPz?7;h$^%X67ΐ"@QDF^>"s,{4 Q oT) MF5ez }J"XHt)f (媦4GSx(PYQQA[u.XWgt_ Jf4C'*䜍\6*<+{/ͬg7Q>.5)׵ur Am\f t|l=u:ICC`68e7x! B;i0=%R몌@ 9|0[Fh 8_D {c;C8XG)z|o]087FuM4guwKtٞټIo>jcNm4lŤ,bxŊ]㵲 <óE"Ɲ'k]B]<lA'PAS\T^K[lA9G%vAMuM׳AAof+p R5ۂЏ?]On71+}[.P!oA#szAר_6Ѓc-*oݠkƽ!3uZ8(! X' ͽf' ^f[#4R[\&n=IM)#@ A]}`]?~`@Z476f~.sM038HtpcpyP40S7zAJv-x$KscsߐVR l&gb~ZbAd?)U{#2d]@mLFK؍J& K;DYc-qqr寮X\=~sضR9o,1P4. ԙ[)ZoK鋉;~cG9e|,_SK;Tu\nUU@Jkf9X{zQKpe~1k8;*`.S٤ `P)mti@_"yz/X"#q~鮫!Aܹ6*yIG ;oi6}c7b?&q!` Zt2y'~.M%d`w*=9Hn:qp`40 / Ƿ^),͠~d1-01j#nlpIWWI-> |%VJUms&x/WBx}w/]`}|*pm+_y_\9p.:-h`?9J"%";5cֺ}ICj?(;i);gX#K L+K H{0lS1gdbzN6nܣ$רf2R#gā3,ľNƁۉ$XZQ2C\&ڻb@ =G׏%LDXw=H+>SՀQ|E~Y 4yT7ɠ sn"ɟWj\# tgю^ݙlG2˴;cEunT*E3 1"LDT[;JNFE7@/TsO"C ԋ(; F7k:rXMBď,;C™U#;Gh)⥁3Քy'La՝/ eT„^ MXKYeK<-+ <钂zCvΦCܧ0|h\!W7.؅c5LgBӕ"^]]'KH%Av3{v2& Dmp-Y0u9gNI$aCV8L,n._@J'ڪjfWÈ%łw`#e4X&衴@:&yMqW.ǩ^(Z\Q6 ! J.œXis"1pgM)7"bkW]"J@6Ywڪ^Y]{mqٱEOw_ЪXGH4Fˀ\.)?'E%&!Ԗu꽵@õ+Baxayʎ8扏#SX]n@0p}o#h2fhܟ6 7mc#P~[O6Ѷe d49Bt+EPljq%)5y|OP ]BShB"jda?ו=XZ2 rWIPNypC6}m0T0B@b5!W.cã^9 %Vե}*QRH fQQ]+isJ+֟@:##I&!w2G+.Sjyp5+Ь0Dcy&fh<)Q*,kl. h ?d^+g&a Y}aaͪ$zWϪuO!;s4F$P?!Ir\KJ.ꡚU܏&(|{O{H;+`Ric4h̡s mT-{ Rh }*vZEnɜ27QKք3[p9qqY&źC(:^A"1c 2Bw{p9Q%)З/quS(!3OEא,.afڨz^-1d$ Pש &26)\\p3PH ԇddE}*wEEq8y M*QݑSAŲϓ:UwhkYW';! =FeiD*Cٴ@,'zpNIe*rՓ"&|xlCM2i9q'zmBhgN3cy6,G3*ٟ8C 맻}MexEMkBWYKFY!׎}0":\na㥪ִsu'U+165jHo"q 1 ]!3NibLȯ\3cUώKHз%9|Zt21e,jf=}h87jzwXNlir< (pKADKQ勜})H'ܙŒ+ë1Yڔ_1B/;(^{ HW䌽BK11U@ݳ8ZZGG}#:-ѹ0\`_E'Dm0356a]\Mߟm$d`!qf"tM}~Y'XͪvTw+u\TUmB9BĪh$ƅCG tŸ"}!Pҿ$D4'8IwD{VJ VofX>?TͅdG\Gb$]#Gڃİ wUJV^;SdHpe8*څD[gjv!5暕BXEߌҒI7. Z̭) %Bnhܚ„C鯳]>R4m; ~r"J[, _|*ߍmeVO#`hBg++ U`abJ#yׄ WJf 7)\(]SS9M:$ŵ{AfIxISA^7Kl^"tjSrZ8+?0e8mUμ˲]NOYq.ƥF+V 3c!?Ƹ,{a՝i:`4`VW:Z݃M*I|^=lC"`M2 "K52\_~qHdv&BЦgA>Àt|dܞf.~61s )ÖZ})ؠuq~ H4mu6e9\\A3 vpY**NjY<5obr"]T9ծvX0-D }+L[Sݻ['g,Ƭ#W 9B&F9V6vڇ)Fxlz u2N<װIxн'29B[-I쯎EQ'`a1T}ed@' 7Ƅp'S mU" ߎM[8gHX$3lݵᇄY]ddD:CClʳ;r#67'0?H5R܂[L:V@[aރB t6mNpEQ`jX"H,K`ъM2ז| \)7P&HSuE)n{ut5 &K~qC^NwVLdžʞߵԬ5H4Nr`b-xP:g2egJNZc. s-"THih՛J^uVtsh_$kMR,&iސʖh]^A.>wHS/fg6.pv0q{ KLbkZh%^"*Ec8l&;fR("@eUA񇨧thؒ+m0 V MJt.Ms ~}V]>4V 6Xu#=wdL>^~p;EWdwbrsn~R,Y-U n c2[뇓{dx}*U@)g oS$-(*Ǭ2 xzHu->(4KCPON %5kDNAư{?Zou$I9I`o@J&YJZ0Zx[\*^Wabg|S3R'^.+^HA Lio <ޚDսL5{ݫhkON^DIThMO+ʄC=3yΧDIUm"o-jGa9y\rr7!Fn_x \Zm؈/qINXV\3WxV?M2tƠ_*GѣQ [[A6oޕh1j-ڈgDC1%Mj$ړkt0O%![bz{1pH*v&-Zy]-j $gN!jfi`GFӭ]Ό,͈@m`1^I{_Ѿn$H>%1.az+y_5kI,_[Lkf`Q SS #4 *h?nUU/ej$LMECu͜.buq;VIgp@d c;[ 2RB ]1Poud)[1RzWˍQ[%tPÞ:$ןUe ~YEp= U3"H=1X)*۝#|"@#iT .dRH7ϡqθx'8DK($X;=Tax>Ag\;ݍMmrfVۚgWi-^"ўK誕dzhuF$# CmV)W8`N(_yOs &XGsCeաD2=\Q0UAE]}& \L+Or6;oGflYvwOžK=)p K#H,BT40ϜX,Z]YAa$xw!;h6FM;,΁=WjuƌDŘ4mOP:͝\ZiZ2Q-LO%P1Kd@[/qM$3-Y7l߳R"`dLGE 4+,:[XyC\qsb4~ר"[2% \L IJKҴRS-٩_XȃDgf 0U|#Y/  B`G),@'kWV ʆdU̼ D߮zu tgUQTQW#JTضe~;Tqjak0J֫dG\K}Uqrg7MQ\KQ$BuL;B4xž(ʨB 0Hq<}嫃،!!nOqIR*KtApɨ (]؞VZOO͏ۦJY$ҹnB\Rߗr5$o;%|x j2\'V$o!!2~frB;cg= (lHv.)=GgDlP S7mF =<:4m i.qM3NE  jLHd1P>rips#/Bp/xO B-ltb~8cG% ? '70 F> 梳i\9aNt?*3Kƌ%!N`iԾw}&k:l] ;h#f6ˬ;^pU2Ga_zx"4GthX:!Lo+)!;̓XN,F cɮI<\a˽FX+m.[#!{b!铴6 )xdɥ4Ȯݾ$mʴ]/!G1Iv_@7 PdYrܾ="Xװ)y赬JWeJV>Y-^p3OɖWWuGGǤeSA2Sǩ]Qk=9VX+Yp mRW@4k1?6Zfxo^{˟FUFCmRpDj_YLK uD[}H~o{7 Ȇ.do{OAS=!8`0]Z P{hyeh2``&ԛ-މ4Ss^E [ >%0NL\ ۬}'^/ϱ*`6^f?-# 4LHN_3sXqSB)ms @E# &D ֹck7WD?bbNYY- ;3c{C9bZ@),DnQI8$3̨}/ g!sy&f\Q&UƇ0C%oJwTk_= JbY3ĺޚ[DdR%rqU >D0zܞ;qlQ LvY6Ҋ\Zڊ#[o^Eս ;1.WMq]% .Y#xL?X1lom5S|B]0U먴,J;'\G8zaw4} 'Mh͘-`NT[*v1+2)|#6RLBҡ=,Ar-}י5%ɝ@  YZ