nfs-client-2.6.4-150600.28.12.1<>,DhOp9|fzv{K ߼vY%};BuA׿ЍA}YTAE2tvIF^ rK~5Ahu"Uw6-I|@JTxXKrlWơb y~>.c&OD)Y R&I P}[zܝ<t>p8qfbФ2*&$a$qH|&ev3*=TB1SN jA)JϪ,Lƽ▼ƌLC̸~*PV VeGN>K?d  " < -Z`fD]] r] ,] ] ,] -|].]0]22]484l<5\<:<(;X7;_8;89<8:@!8=v>v?v@vBvCvFvGw]Hx|]Iy]XzPYz\Zz[z\z]]|]^,b:cdgelfolqu]vw]xD]yzCnfs-client2.6.4150600.28.12.1Support Utilities for NFSThis package contains common NFS utilities which are needed for client and kernel based server.hOs390zl32DSUSE 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 xiX#T7ekgfkP_#)Hxbp ( (%H@XI# N m oh    A큤A큤A큤A큤A큤A큤큤큤AAAAAhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOc8f962c35ec040337a3240dfa1bc2d3b2c2f314d8684f79bb780751a864628de3ea81deea6be2cf062fe6a791eae762dd1ab2a629d4e2d848a64396d7922fbf4d3465d21061604f5018f506867049e85a62d343a91698238193c8c81f747768965db2d9fc611d377e8e3e7eaef8006524d4df55a9a1f882f22899bb91ffc1f8f9fefcddd76831eb815176439ab3d30edbdf0c6647fdcc0596f01f897d622fd81233f349faef9138705a359f0ff4811ece39d873b968d9fd8c4779ceb6a33e7433f58c5a09965c26e5cfc01b187aeef85535c884f58155ffb27ad856b1c0a24ddc0ad0e146c239b747b98ab070b0d293396ca6f43e16b2d90ccbac9a4e22e48eb3e0ca2e272425ef73eb9a39793982575109cde0e2d719813dbbc0cb47b0e132ba2ffc1131a30c150f2cba4082ce50fd901d93973f4554fde5ece76e6acecfc843644e8b912149237475f329943ec2f37ddd53565c39ed27d849f281a387fad9f72fb2c60b15cc958be12528851acfc69314dbe3246dc4044f2d874ab502ac3d344865bf16d30152c12395bfe6e521349e735c6b3a921ae50cbaf311b50866193ed1ef1bb2e1a225b5130df54f24647a61b24b68b16e428535dd3526dbaae6c240e3045253bbab2403ad93e10de9104cfe98c2db9a3df5ec110721827bc9e85c76bf30463d32b6af6083652afadccf526c65efe9f118095f1d523a3421dbf1603b2d94c68af2b3be0a3318ce6454ba95a252ded19a530f7b074290dc0241fad58ac7436b80dc095f36dcd50e0da46bac590df26c416dd2deb15bf3bf9f0e4162cdd23c5eb8729e976aa6cb8245898400d645a9ec1c25eaa63eba23d6f890f5af78bafcedf65bdbcb2e38843a232df01520513350978a5f0e34297638f5e4c51f67885f167a7b2c0a37591107e61490eff5e211749171c6fa57c4c8657891c33aef257b8c1e0a809c3b8b1bbb6a1b2d928c485f4784e12a76e095c692ec2389a5b06eaa6b9230c17186f3ae3b1025c29b180fc872a8564588bf21f6b9bff89743402ad58f3aee956ad346c59664235dc5de68b9146e0b82011b4c82c3ca4a1c332978272e0a2187472040fd74399d17364a173666d7f86c3a768f3187d61b8b9b27787ae2243a046e66941504ecb1a9ae305b9a23af96d1a8b0e1dd243ce4059ee2219d21584dcfffa25e9081f189dae1354d7dc97e9d398f167def931dea4add8ca2ca5caeff24c02ee713702903253f8a647d0d4119182440eab9627c3812411a95d0d793199da7e9d5cdb78b69ab2cc8b5a1fc643353eb7365f758924750aebe189c783649c932af37a7d56095f31e5c1eca42a5a76064a4cfc3e0ed1504e6d282f160f0cedd3ac3339dd2fb4c132c3caf92f01a31161296cc7b23fd2228ee399506dc3054fbd863cb69b8db0a4bbeba2801eaef885ee5c8d734f11ed3f25fe25234d014cbe76167530425b1d01956381628ebab8c92c3bd147f5cf441dab42d5ded963047fb29f3b85f8b6a9ed781836e8f389105527f1dd885661344111ded985df2c665032f49d991250b4d8534a61109b5a3f10c8b718c364040ba89fc4fe45109c454d6fc86007e72de3d2c79e496694259f39a7d41e52f54bd9f9173e4f7226d568253b358958bd5d114009481ad0a3f1e7d6021bcdcf002aa8953469c76934e587205304c444378189a96113a1e6633db54ac382cbb12df26aa504d9ecbd0f8a08328ed24c7266a0ee78ab16a8926b304206a7fab240264c1153e3146b50892a43bb1a53228812fa6ada2c4ca5acbff7acad6557b7136b110e831f5af2995e9d21c7b1ac3723a4c6d697901de9481c1d34923e85d37917ff00b1a46fae235228cd8cca0ff6376443274f0659a1c1c80db6c258ed523c0e956d99ff64e7920211566852afd2d5f778f55e1d63a729fd4c0c16ab57da359dda54b8035bca1d9ef03efd6da0dfa1cd125730f8cfea754b106544b5b7007912ac445462b003187c209395be1d95202e9e63b0557895f77d51960e47d224b51097c0949f4dafb9a04a868e2169b4b29602a18198f36ffe3e7c18db98a2e80704526719463746dc8745f88467535ad0f657d9554a91a97b3f01b57cf6a4d5b23e648d8188446c4a2b8e5c65b40f46209c33cd78942aff5e4cb99b385349bfb8d1075f32a73d3297c8ea4d86ab3c71980fa27f19a4cca50176a7e4653dca27055cf34ec3cfef832c87ad5f926bf789c11ab470590110d9af29c8e183f094d1f8eebd14e26045356ac3c39a484b1506ac0f10930389439db22448c0bb0dbe6c6f836e0402417a211626a5a0d0016a3ea8cc033232e08a794ca5cbc21a017c2e4e04d09625432303f387bce2ad7445a8863276788495e0424aac00b9df984bcee73cc3a0219c7c2680086e5e832542651fc1a76df2e59cc023df1b09bfe9ede62434ff69792963fc2d7de6fbf7702549d796e90a546b21c3a5c21a32f8ec5ab81a46f595d1feac66b89cc9f337fccfc3a876039cc60e430e9f367f1e67414f4c711f3758ca0755ba9e3bc970e28d19a7677eb447341d1d3e6d77056671267a04be2cf6440dd3213d0fcf6633b40170a608d3edf9c4b7d12e0b4cfac8e436496369f35dddb8c612929867bf116491312955cd52acd61a9519c4737565e41038694589b98fee7384a67fde5881694b18dd6a6bcb1bca5e62de02b69efe2eae5888d36b21280f7f3623d5a57bb76cce97d7d62d206c5bad42848e211db72ebb38662478d77d351e78d936bcede8702d161d796c73346351b75399b9b155bbcff30afc5e79617ad1afc6ff40a6f4588a3997830f6f466e992d1fe2883cca44b5d3372c9fff730194b12b2b1f929ad5e2f6f231a417ccf6e3ba7b47e68a5c7a4ac865a53f775181778ec23bcdd66346f0b9f222956f802606f1f4793aace490be4f9934ba0f43a652ab81cf379acfe2066cc0ace95740925f0b41486e828596c7be1cbb8008b3222a3a3953d4c4a31b22b7d6230d77de4506f3992b5c2bbbcd5ca218703d57971c541146608fb0b7ec1501408e0f8cebf82cf2cccff660a1822a5ab756a718b9d2300da7dfbe2757f476ec2b52888df0031c251d178726e4617ef5a5c3dc7c00cd20c7df6472eb835ecfbf9a70f016c86c970c04fa0f0e47bf6ad4202753af2a414a9d27afca52e0fda099f7cc7aaacbf225e05b7916f702ff20e83269c23b781d788emount.nfsmount.nfsmount.nfsserviceservicegssd.8.gzidmapd.8.gzsm-notify.8.gzstatd.8.gzsvcgssd.8.gz@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootstatdstatdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnogroupnogrouprootrootnfs-utils-2.6.4-150600.28.12.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.28)(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.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.12.13.0.4-14.6.0-14.0-15.2-14.14.3 /usr/bin/chkstat -n --warn --system -e /sbin/mount.nfs 1>&2g@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.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- 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/shs390zl32 1750053073  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]2.6.4-150600.28.12.12.6.4-150600.28.12.12.6.4-150600.28.12.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:39260/SUSE_SLE-15-SP6_Update/fc14dd2ddbb66cb2c5f1eddd1d0ed0ab-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, for GNU/Linux 4.3.0, BuildID[sha1]=4a1010c74da645a9cc8ff62f677815ebd0b4e379, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=f3612641f3aea508ca42200a35f7ede414b6ff6b, strippeddirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=0b83840ede2a40b954d4fdee6374b28cc32b1768, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=1a9f500cafb40bdd89f945c74adc8489e0268551, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=8113ad4fbd27f77f34ea820b9ef5feaca41f1f33, strippedPython script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=be5ca22bebafa792ef88cbd940ae742f7a0d726a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=dcd55767b2df6d7b0439a6c555a4589b1d0b9326, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=7041dee83b3e1ddbe459f67f532aee6c49a22473, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=08ce9b34cb70895314afd05e520509779b02d255, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=9ca3fed45fd1064cd59a93df212ac468a504bfc8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=60567e44aacfdb07143c0508fa84d79ab61f8305, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=08c739ede24d8c016cfc59537753acc8459679cd, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=a8064d800aecb60c146ecaca408c576833105cf6, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=2d90e31533d6cc0e21a5e940a5e27ac7c111d77c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=fc67b45365a79c11f6171cf9b7f28dd2c37be524, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=a3d5dec6f1b0787a398d0619b06988e51ac68cf2, strippedPOSIX shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)empty'/;CN[`w     R-RRRRRRRRRRRRR2R1R,R RRRRRRRR.R-R,R RRRRRRRRRRR RRRRRRRR R RRRRRRRRRRR RRRRRRRR RRRRRRRR!R0RR R(R)R'RRRRRRRR&R/R RRRRR R%R#R3R2RRRRRRRRRRRR+R!R"R*R$RR1R RRRRRRRRRR/R!R R2RRRRRRRRRRR1R R3R#RRRRRRRRR/R!R"R1R RRRRRRR RRRRR2R1R R2RRRRRRRRRRR1R RCXiFvzɦutf-88c2e520022b00d506bac989a80ce80bfbbbe05b94d7cb2a7a3cdf8f3abe6f510?P7zXZ !t/_]"k%u̜Y4J"j^L"Tdiy}4V'^.NʺDLp|d;7T< i{ .x,qg%k _+2ađ(GK@lR?r!!_Ue d|mʍhJѻ?t+K,mVpP;*4W{N٦TIIՄKN<6W@k~&LYϰJe D-_n}=nr/z h <r륎7iXIVa ~@ I/L+?](MN]F4T_iՎ 7Hi+& R|G*8mc@dHӅߺكkO)Y [wJmA%^! b(]j3wƸHB.~+'cǃI^IbӱF(Dct)`R𧳰ETZ&E:SI!ԐF*jГɓΌYJT(& 3_nWS^."]cf0jr? <,9$>[ wpV&AYJOL^R?>F '{TrnD'_cN_8+oD2QYOgggkQ\U5-_ %5!YC|1-uȇT<;v2`ԟ x" _ɓ1$َ?N0eR>÷$m3,Wݞ`srnKiƂ doW|κ*򽦭:D_EP,/o%1 (:[TKܦ`B-+^<[40Sr!~!6m:v~c}OK*FX\U).<Ua,JƱ0B_ozbu(L*>5"\RSEm/^\ZϗG Lc(҆{:M5[L|{0bJ♳cP!_8-*pk5%Ym~_DsY:L|: ϋhIAҐkN*n(FA#'T(sa󕋊ZIAUd`Z rq8z&z~d}7O L2FQB65K=`YG,c 0 o >^1n%[kJ7E;X} 60:p;R7+~!' H]hVˢ;S%^[: ?VŃXy)dT3' :ϩ߉pp~}S`>n4LUq"IzwRlrNJ׷a\kg}{c{ X/aB6VIu>z3 Ju^{qxbna dc^AyP d{FscY<7"?G$@㦴;{mtZRMvaq HRLT_"h;zB<̂ `)USP."a ̽~?gtdG:Z |)N>s,wYa 崢<ѿ9EČAP·~A!]~!4-?K 9l|P*̽0Z@0HM3#5pLVRÏq>(i ""UT01aNx> #ؘ7fґxR@fYyxc-wǞ~Μr}mD5ù綝~5V״-M%ZFWdLU6+kn }ϤZHZ*8[um%#n|8DZjD|Ÿ>ء!ڜ 4;t;qCF(G@@\ʚqz ј>y)8 A݃&yu}٨'+/?XƛӼj3{v}+ʆT|>&Q v6lz1ֺxEŜ5=Yj`7V5 !Yv<%\=V_30ʠbQ%YL `(HFˆ-* {v:}ЉBZ e|l K]U7GQmQcq b'H6+n?B9Q'9q^K|J|' xfU $gNճ'"m)'.nn?,RSWӔ_" >"Ti3MZbv*e;⧟\xK73ÄzG`Ǽ&_JbCnXHqM3aUZ()s@ZA.$шY(^w 5'|tZ;lu ls/&{zgKDk*}oёqS_JҨhZE&lC,0K} !(L.\Ct ȥE,(}'%#/H.Y if9P.D)n XFO(^F$ "(+G V~?8. ¼p*:E7ohlq;%1{h׽/ 72}2+ȢRP$S Qi/}U)1;^Av&M &eј> t5* WI9߭e~GEp[!0L8ڏFf'˜ZTt+sPlK5,粞(?=̺vNaeOe>*s9挀o"0;}쏦|z (uaP$/FSSNBPhW*)^qjT T7 QƬ? }4+ .Y$=؀w!z)Ih#}2Icm`(HJjZ,õF^s>$\C"R od C\-neAAK͂?*ژ;0~1b?𤙘PO+}|cƵ_|~-ON&;ХUJ'31i5[(1VLܲ=Vx ͧs3'y򸼇[#Qy2/zd4+TUS^mEAt_ E9WOzEZ(R4] ud?rYNp0a#kBx>^+Q&xvi}աTF]!V@"SJ7#4h_٤_Lq }H\ '?[x]JTFHI\6(/Ȝ>7-3k!m[y$:79t]]3U)W;#yG1|LX3n˟_kYNT (kTƒBȖo</WCo!u^v[椘SqyQyhʼnwF |i{GD"JHZhTm"6-,nQDsa'Rߓ,MOBF6(yG\\tF qA7lgr֤wpR' T mTzͪ7cBBVOYN`Ң6E_C >D]/8gApMyVY,Wby0X}@ܣƫyɉ`^09n#x|R#( v6mI`QT*eԫѷw0vD5NFj0H)!,kp<_NO￟5wpA]F1"8`L|;%QF,@uyG%#%mKf衜Tgk}*sgtCK[)Sl'5E:GCRvq-II?8njjGQ;yc@M+TxHZ?R/넺' l]ˉ5`jwiĽ^ġgˣg:ݘx(,ܺFf%8 ifEnH_ݹOYzz@w,]S cz23L[2>r> k>Mt5q\`M/02c?UKvNN9b+\urݏ.lY}a(U-%)YXqs0Xj~ ;ܨy^=RN9APV4^ߤ'$x{|QpM^c\ҫ EUHaS|oH\@q2KG,}с@I[)vRoF5^[%*]2 gSk0jG=l~|Y wv2>OYP&FGxKVz'ٟR񞎧B Bu HXYrF᦮:Zc!>B$\PziB7 2`{d>8ԖH+Hݟ_H nUS}>{)$ ܩ^WGGq+5׭[';2k~hbv:6lq-w$IteAr'>ghNeN ~ДQbO.{εDDe/~:wJ869;J 8XİE*hfjF)Oi|NoHsn 3U5 *i)P 1m$91api_{H2ĢI}I zMl 3 =)ڧ< d#`y$rtYU( &|>(4Nci)N.,iQ=ۄe}y0Zᗡ0 \,ɾ%0=I`swޟЙg6"d">烹űmu:8r@y- SEWEwrH2]{ Sj6yJs pp1秉ߞkc CJo1 ~Ҷ@#vl0*i}nCO P %]$$pz<}#$ =_*v9" lt%ޚrdcrcL@z}Y8ztJY|,d? [e#7zS@y.믙o=!Zd<4 !6EY8Ѡ^z'V*w_`;ݖN"g"%VvTF6&36/r¸YO¬} 'b0DtEO iSsVPZBG)-9pwew H[w/^/,85=}@w PvX$ jS҆2]^{f3!kZ^$Y,s30j1wBfͰ$( Ն( }V$45Y%/0gWYSqZIPfkڗNR]*6?xsD{Z {<ׄt>\ .IW jߣZ5><ˁIV%tڊi.9_] Gǟ`~R{ӗNNrˬxPK$*^"h]{ZƢ>`ul= :-$rNLG _OPlgVQԺ](ßǚm ~ h] u T6NX/VXp)#Rɉ<<t]Qsm,_i)0Fӿپ`bvZUK}UU)ǹ $&%Ę+օxSAjJauayHs; je&x)];2; #cZn ԭotI9S2"1/c@s4 ֟#:)JTb7) AKfxIBs.\{ b"f#y?o>>ݏt]L 9ØFtm^.à+`;? Dr<=>X <[l{B[Uc Er YR )d̽'Y;o8m ߣ\9vnWg-󺩘Lw%ih()176FgqhoFii_ς!f":r[,hEO2;TSkMbL :MP/T:Ϋj7Fi5QRc&I0Å*$q=(*Γ&ζ5̘-h'O4v+^ ~W1!HrZ{cQWE?k+\EVl[PB陥05պJ68W暣 9uw0+R:C1WI,*3lHQsj,{,Dnw?0cbRG~HӢ TY-@%vFR$ )BÏ4EWtF6m=#TEo[KWAůY$sMo]G/HӱdJ.Z;˻,/8MeV'ͯJҜ#A䗛IYDrȹdKFN|AxH5|p>zG8^1!kc}_p?N% ut<Œegw1:WzY,,e]N;:"YAF <,Av(pJ-7{t.^Coqb ϡ0>ɻix LPJ6'$cMďD:QV)\ "%DN!~c޿٤6Egǯ8h0qRC_ gMDf+J}Z. ca ISUF xT`3hvEI)+,K{LJGIa!-ڂյDY ]-'Lƾ$|09 /9ƌY /#HİoREpHf$SDQyƓifkYe 6;Nymּս1xjm ʭZANh~ErP]"S>wj?s{UxrxzxJBIɚa|M]o+uDk2G дFE>KdhSU#WVr| AI[Xaz2YQNp!~O^v+\,,F3U%Im95_+}dk+ϠǤvjJ^A&:XsɳPȠUw.-#FR ^y*)x mro7>Eoill:NFØuу! tMŴcG*43ޙ|Y9>1b/wBADEWp2fJ5*^ -3ユz);" KKcW\/Ū|zs z@߶2Ş~ 50Ge7M v1% MҟٌۯAUD:/6cP2{nbHb~̎Z#iLrqz y~n3"Zx$q?r٧hu2}v^{@*XGL\R)yX,֦b}+VO}0tirPJY_ 䙅70Ba_qvbGៅ X^IuB$M%j| ( 8FY<$(x}`͋zD| ,)~̺Pkkǀ<'U0O!cS,,C*e1eR9O0h5Ek@J4tnO[8; cE.TЪ|EK.Ayy2uO"tI+Ƨd%lϸi?eZwh~gDs8f;LrUQhbf@":6H7zOѽsEOeK[ƙq7B $8[]#7-%D4^٠)z%auJc@u.qom{ܳiajbNaAr=%E𵃧h~-L1J( G6'0/+&X%]qjsolEkw.߉1]XJ} _U޽4y̩[9I -@w[({}  rIuF.$1L˹>Ӎɯw՛Q!=pٙpa1/g4OLI퓥58{B%\zr=Hjg]jHLz~s&Rj<[$qd'd=D'2n sM"4bii|:vw>69C-$)Gպڿ)%H9e2iߏl_/˂,$vQ!DPaƃە.c BUځ5 4;&:}1>vGp-Zэp:Gu%/Rt­B#$L|wC~KPlܗnJ?PJO UPE6nH>~V&NǘY3, 0<]B7hʼv cr.BǠj6p}9u,&Y"QTĦ w-\`zc+tԉUj[JWKCF䷃sRg3޳YUl9$Jp2`Q5g/~M h&@¥{{EE Dr@lMxFS2 =,,v^S? ЉⷚQ3L@6N-NKB Jq2 , }vH]]DFϓּ92 _)- J3| *)t <>_[#n af`lԾX.L*RP 8)cWcouvDnzNd"m 67{MHnֹ:7 ]GD[̒?’ԃy=>Ժг}=[|%'jߞ¡ o!:ǙF P95V+vq8.'zVq" 9\=rj^; 9;*x\nh(@:Ll9yY癦JYmK,֨7- { A xCD ރq՞%)X?oE/ki(x(zTZ 8**JM(ב|hixš~'*i&_qLqIyկZ`X" 羨y֗|@'),w)h}h0b2Qδ"+_BA|74 Sc(jԶ6";Mksl<]{ @"QV4Xg! JjX#q[PheT6XʕEjn^΋D2!;~Z.f嚱")uX"m[BM3DhH{:\1>_A]:‹^#WB@OE 5 Qݟn6<SD@G*/%3/Atx3B tDl74Daj:{/ʧRq)tID a7B&z$#DuEVL 8c!|/=?#;IPY&ݒ5ӊrytVa8F" ʝ̾xXb5G+;EBP]+:cHCwѹ0jmQ0لv=2-[G",1M_LJ8R>eGdw $eà󹱂H-3kB{8b#к9K4u*_pc8Fld rhx\L*}uQ ueȑ}3RT0Aj&Cj;Ê 7XaeC8<(%й0`Y0a>/rM\)4 8Qβ),<痋Gq̜qG5U%+72QMl¼q4SWtQ,v!I1 H1tI{ﲀlm e,ݴȂ߹C9Uߪ,j#O͢7~e)%ژEMY dGZ(nl|0Θ_=\oRx{&2p;GaLp0Rra]jOMYXglT %yc ;DP9䭅 2Bu½{I{ŶSR&qpA SPe /xWʬ4FaT=:ٍ}`-#:+\d4B~,ydo !Ð&:.vw.˗J>uȓk i';UT+\0ך*1kHcWӱՆ\A HWejmn(Tie-ovKiğD"ejSMh֣wb+ۢ/[ge0j+$`;'OTC]Z=œGq TI}zio)֌nxF> EK7 bTKv+ VTD~&p < |Pgи뮍fVYX#"Dr^׾D~ tѦ/) uC)lK 7sjLaUE 0uaW;vDH/^v36{qQ/5z??G&i/>F 8ZF1ܴ߿?yjD"o0S"2dQ]^%fA=yjJI{Al?K/WaZFٰBA&Z%<ޘR`gwbE`xmE_IܼƷ7265KzժOtÒvjf0b# Ɨ3x~㆟cj* |_ x[Z a*a7ϖFnjڦ$.ˤ*2;xszкȤGm߅`pƣqz, C7Anid`1Tٕ8 qKi1S$ Rϟo\L} F~)z ҖY^C-=Ha+YllÃm4`!x^.o{CƾYy3;>ޣpOtؼ=Ec~MW@4m-H3?{eE>׿)xRvh : z?LUѢ |PaX#Uw+ /oCMAC:QQk&ُ ` =M a Mr%)P .&ꅬO 2dt2А!ʂ4B".KڍH0,Nf5;NUS|Ԡ7C9ְ#45~bǒpiL\}V7] XTxHS MaH\Ahyȿiu=|i'jUx^ԝM9^v *lfyA\ZV/o=K.jצq(^P^l՜H+3îʞvR(xvԗBK<7#fhRʃzbu$DIJy`eqЊ4kҐCKOSL#b\5?1 Rllqɫp>R3['+-t_se>hN Rz:P,˱ƿ_Gy|J>864J2II|TwY„amyPU3@j&|6?ᅮZXf<# /˦v9R9]=68z&`:Bi$,mb Vo RێgBSz|_˚7~a}`Lj-kjbg~?DeN{]u՛}~tLo;8 * ~gpLr-MiLzcdL|mqkIlidKfٸ/.7'uw4k@+8\JnUc.&ˤra1wJo"YbK>O07B+0F u$A 'tT.:Qؑzύ0W^a(|g Wy<2@W= .VzmH4(Qvk\@ pGmh 5@ 6%-yY,g ?@X~5U. ƁURrh)::l2:&H Plmu7`rY'2L8|,9I$Ӈ13\{[=ɵ;Ee7 WaǸJT`Z62zU;{y]EwJ/z086L/ l3[m>4+P;fQx?H%nhIٺOxv«n>Cn#^tO_;~E"zS'}73dza;j&u>țc?Ai U4qܜxOЭ?~Ү7q/AyL7$M92<ƕ|M1X_"\ÉC0 ~'qӉ(o<$*כ7TNjF|O;>/ƺ\D܌zsJqt> X*3W ҏ ű's(o~C%Dg+e$>ѭ.T?RJ(ގ6t}g ^Cwabe&4пw=Az䶫DS1Xo]ag[26 )3 ؙtGRZjȒ+W-NIcH5aS(Ñ w+pv'ҡ7ۆM4LK E i\F.uEL}u{=p^_J5mt yy;q-.%3]>0%G}xJ"ʹ6(4kDBoRTӌ?[A!#@2q%3j!VbҒ#tp<*

0gU3T i;NBx_v R},,"׶)o"x<.icscI^ij,+ e4++e,5O.k_^pr[IG_ʘ|07}rRz51:Ue4$u>l*%CZ{{>J_ojsRSw ftS΍S=ʫCKY!⯲\гї9$2nΏꂈ{dF4QXU:EJpOG6)[Aڌ$X2Rx@Em7Erq1n6/D@9@@Oï=uP<`5CSGʺƲ\Wm)ƭ\1D C>i@S\ $Tܑ,jUvL,ΟDrs2tсT[rYIy^j)oS /\-\q&'Q I3J JaV=AƝ|37"S׋DO㜣mA$6Au(bƩPAPa"Cŭ]~aSV)]{)p9._S+26Q^V|q'd Xf(7Raguްٕtt\isKdߢՄiviZE䔗PJVMjIAx 'xVͪ@$[N: q#gԐgE[]h t[ +!s{at-+odI6!ac@aqy&0 -d=²Y\1tO ?yUqq>]\g,r!ޘ`rU@ڏֶ^.^hxjKzo"bSOebşTxB1YMicL˗HHf`9JOgU];ub!]AFϼ `o *uY:mf;ؔHq*.E07} ^-*r*t%)I2ZikǗHvm'T=?ȞB9% Cdthps2Gnx@΋Z8ePEL@q 91.ɐ ,G(8kTu.96Q R/a^G)a%Sh>ׇrnNr(mR> ׎v#EH}/q^- {hp= &UJ=vnʏZIF1y a@ 4ƨ1m6坫hԝ@t SRi=^DsXMǥcm}ԏFLGq0?)=꼉ݼaUY&O6l~(Jp8>c6Cf\rߧ%uxSg49Re2t5)W.E-%@ŦT ECDyuf^+4upij%n +0PòOԔ=B, +RJЗÜչ}f@I K+L(5 _6ѧb]iΣ2w6Wnf1{>;dǣ 4M+Pܻ6jN٦জCQcWFVKtß#ߚ usϏ~ƐnN|d ~Jd)>]/y]Yjg3{aH]zZBNxbG~3=dB/0٤!~e]nDD'`ÿ0Q|n#rEYݷFAg,<ɒՁ}YTN|n(;u.+'RނϞ,ElW-HY ?_/- gH# 'Vuy4'Y0p'IFΜϣF㜊6miL^^B?觮|15wl!)f!/v)>Z&i搏s֓]"աntb0I0"y@QϏ:X8@ 9wGKDpN}l[?xovCQevo`~h^65A!Z@Qh!ɷ,eUBm(>7#Jk6ƒA~ߋc ޓ] pHΫ[[7"POC6?bг# JP6!Z>?O^/j}3 =qV9%'p9 ,-*]|̂tdKJPԻF6vZ2:.o)>w+eZr6Պ'|WavN;[n>ܧ¬5}ED&q7飮e4Yǘ; %px>V =-kv"gLs~-;lUĠWm2sM` ". XMw2aᬑE.Bnv c w%4~ҪtӼ3^ğA |QtT4K6rVj2ͮL)]h+Nr87EW`6폠lldvǐE=R o|EL˙}?k.N|>& UQ2rS,\c|IjkW!^5+Hu O{=s2گL{}=!"4ކ;q$\x,nwOZw*S7FM ӓ]U#et%tɀ'`p9o)x+كIDaU]YWgT׌d'g+ Z1y x/qG]";HXw^ߚ" rc&%UEODN :]~X6r?xe0tGvFv#$!s`oL.9CeؖG0ce}ktTӵEfQhE>X:s5H];uaw埇m2 )bgKQ/H2;)|;fAFY5qm/OphC^SGQp oU%qgSrTFrSJ8MXiI)2D]`b׉tQY%va/qRrۜ:"Bܳ2`&TWX'S̰~#] -U1E }ܢGXޔ{!%VY`%cۼ%=C}: R5/:/WyɚvgK@' ?ULuRᔠ,>֦SuHx*,Z( M }2̓&9yD8$@8H,+-k(=-VippN 4<b=\+XIJLxѺw'ĴvvY P]Y?+رִ,j1}JoxHz%\ t/٤LĄfARH.mEE+eږ yl͉y/Xp|Z#<>|D l"+˧XGqh pALw$>hbanzTK s#)0ZTGS#8&hdbrQeG_o.(Qnw5Pr.|徢T7X:@'莿뫠Ҹ SYLPYq/n M|+|fD=\qd3q/$-Q/=m QyM?~}tiEBr˞ LW@yp 1"l5tp^h$oާPyR ͉Y=?tZS2yM|BfR?;Z- yˬg^NȊ@G+F`|AU9#QmYHEbvꬌ鶉}Tj](!lvd#T.~GIw g*EPk;Mε @ 0B  S7UiHjT6Ј hoMkG[0~!9DQ+E&ù@R01u /-IEo~՚͜>q6c`=\ڻwoUlcP Sx^ $H@.)6Pt Px,gD2)$S\˓LZ(pQu)=P=\=ÒM tW4r.]SBdkkV=XJ GhɪQ I'$ /) Bh [_X3kC)K .M!V?),TxF]ĠZ6nmOJy[<"vYqѳKU)~hapn~P@00 Tv}Y9%~^Q#kשj7@A/" Fш?Vhv|gq%Z835=q 0 hbIQPswU7z+dXk7#03|uaMêKKA8<ҮU>\F auQh!jBwoܷ9= Mz8@.xylN3% xC0ŊAm} k,+ʐ 4b0+̺%<?`.VsAsfUA*o޻ :&j`c-S+yUցtֵk1n0kLG=pC&6gSWD;VY1y⮒Oh!ּY(*cf O=jd&vusg8J+*HðOJ;WFC",%:ҽåa =22kZiϹ[` Ta8T>6N5[ձY9㛆Z }U dKe?JIgCYc+qP4LutT9% (PFnBKB$PˎPke>.Jv L錂)?̴egh ShqwڕZk{MZ>mxON\\ \XʳO_fK/,!_n,W |4oA ұ94TP@JM4Yd9Elܩofީ|խ݂ZmU6A/|<1^#{k W7Q/6&No?ImQ uXQvЅ! cy"N>e6Z_I?*ͅg>jBly1{?Ow(|yѥqOg}&� I>pQP@R9Š;uWnryШj, [c,S-` &:NI2Pxu\J?iʴ1AjiR|c-Ry5*ÚG۹eefNl{!z%ԕY~P̡]zq a''RtC m3 UL.k"ܻe XI?{XbMkձs%h*\>CJ|Ás]CvdX4Ēk3K;VΆ)|T=#ᤄ;mIa zvfW1SlaY{GFgj ??)دFW} Xvmly18! miVo2%VK,5@^(G!1ɾʶ YZ