nfs-client-2.6.4-150600.28.12.1<>, ؉hOp9|9uRưnnnGLz~Gx zƚ{D/<2'y/Y5Yx~cqx[ie-LuP9pWlӍF5wO)pp~_.Rt􃩘'u,A P1<]dtFgI | Dyp,ۻSAy6 5@I\l;ֻccUߏCL/ ׀!zg9;06x N7˵>K?d  " < -Z`gH]] v] 0] ] ,] -].]0]22]4<4p<5`<:<(;^7;e8;89<8:@)8=v>v?v@vBvCvFvGw]Hx]Iy]XzXYzdZz[z\z]]|$]^4bBcdoetfwlyu]vwx]x]y`zCnfs-client2.6.4150600.28.12.1Support Utilities for NFSThis package contains common NFS utilities which are needed for client and kernel based server.hOh01-ch3bSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/Productivity/Networking/NFShttp://kernel.org/pub/linux/utils/nfs-utils/linuxx86_64/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 fi+ I(#T7ekgfkP_# bh8%HI9# N m oh    A큤A큤A큤A큤A큤A큤큤큤AAAAAhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOc8f962c35ec040337a3240dfa1bc2d3b2c2f314d8684f79bb780751a864628de3ea81deea6be2cf062fe6a791eae762dd1ab2a629d4e2d848a64396d7922fbf4d3465d21061604f5018f506867049e85a62d343a91698238193c8c81f747768965db2d9fc611d377e8e3e7eaef8006524d4df55a9a1f882f22899bb91ffc1f8f3b95241f61df598a2ded422b02b8da98cd1cacc3912f747e715bc3ac21c9f2460325bcb14ad9778481c9e5ed79231bf62e496573c91b408cd8d7d21814c9a4149148991134d3f6bd71007c18e433488a14fe6825ceedb5e43e1f37bb06c69ea582594adf5f396bc8ed8cac0a78c6f5f1b8bbe1ef0fb71d4c3510f52c78dd3f173e0ca2e272425ef73eb9a39793982575109cde0e2d719813dbbc0cb47b0e132ba2ffc1131a30c150f2cba4082ce50fd901d93973f4554fde5ece76e6acecfc843644e8b912149237475f329943ec2f37ddd53565c39ed27d849f281a387fad9f72fb2c60b15cc958be12528851acfc69314dbe3246dc4044f2d874ab502ac3d344865bf16d30152c12395bfe6e521349e735c6b3a921ae50cbaf311b50866193ed1ef1bb2e1a225b5130df54f24647a61b24b68b16e428535dd3526dbaae6c240e3045253bbab2403ad93e10de9104cfe98c2db9a3df5ec110721827bc9e85c76bf30463d32b6af6083652afadccf526c65efe9f118095f1d523a3421dbf1603b2d94c68af2b3be0a3318ce6454ba95a252ded19a530f7b074290dc0241fad58ac7436b80dc095f36dcd50e0da46bac590df26c416dd2deb15bf3bf9f0e4162cdd23c5eb8729e976aa6cb8245898400d645a9ec1c25eaa63eba23d6f890f5af78bafcedf65bdbcb2e38843a232df01520513350978a5f0e34297638f5e4c51f67885f167a7b2c0a37591107e61490eff5e211749171c6fa57c4c8657891c33aef257b8c1e0a809c3b8b1bbb6a1b2d928c485f4784e12a76e095c692ec2389a5b06eaa6b9230c17186f3ae3b1025c29b180fc872a8564588bf21f6b9bff89743402ad58f3aee956ad346c59664235dc5de68b9146e0b82011b4c82c3ca4a1c332978272e0a2187472040fd74399d17364a173666d7f86c3a768f3187d61b8b9b27787ae2243a046e66941504ecb1a9ae305b9a23af96d1a8b0e1dd243ce4059ee2219d21584dcfffa25e9081f189dae1354d7dc97e9d398f167def931dea4add8ca2ca5caeff24c02ee713702903253f8a647d0d4119182440eab9627c3812411a95d0d793199da7e9d5cdb78b69ab2cc8b5a1fc643353eb7365f758924750aeba1928e13799b20f98cbf4a3a971d626c6234afa98c0c60e400eef4ada335efc8282f160f0cedd3ac3339dd2fb4c132c3caf92f01a31161296cc7b23fd2228ee3e34773d2bb5da86717a74a60aecc92e9ceeb688fc0e7bfbbab62e91105d7f9878e96e901452d428b680abe0cf7fae37c1919a5fc5c451633b836dc6afff353c3c7f403b0058478b5774db8b781295598b721cc6bcaa3b99b70891d5cc62f1a26d985df2c665032f49d991250b4d8534a61109b5a3f10c8b718c364040ba89fc4b8aa9356c64b42151c8ad3e3ca35a9a921616b32429017d47bbb9729e0138504bda647af55d01ab5b822cb3761294c8f39dd4b3e4bb5dfa6c02bf6fd99e579f7f5fdf6b43a996fd3e391f99edd332bb315aec324fc7ffc9210340be0672f6c41b4d94cd521c1f93eeeb72b70058abb721a9dddc5ecc793e9d75beae1a9244a53c273f207b9d493fb168d6928d6d98860e160b9cb05bff75be9b2e96566303c92f2995e9d21c7b1ac3723a4c6d697901de9481c1d34923e85d37917ff00b1a46fafbb225e85de0ff04ca0e00d53d2a48eeb10d837cb9e809cbcf91405b4dfcd8f1a0e02894f23bcc4d31808ac52404a899c381344f28bb8bff4409bbd55a102f07a6cffbee5af6403c586d7903912bff1e55bc9dc7a9e71b6ded987ccce233a9803187c209395be1d95202e9e63b0557895f77d51960e47d224b51097c0949f4dafb9a04a868e2169b4b29602a18198f36ffe3e7c18db98a2e80704526719463746dc8745f88467535ad0f657d9554a91a97b3f01b57cf6a4d5b23e648d8188446c4a2b8e5c65b40f46209c33cd78942aff5e4cb99b385349bfb8d1075f32a73d3297c8ea4d86ab3c71980fa27f19a4cca50176a7e4653dca27055cf34ec3cfef832c87ad5f926bf789c11ab470590110d9af29c8e183f094d1f8eebd14e26045356ac3c39a484b1506ac0f10930389439db22448c0bb0dbe6c6f836e0402417a211626a5a0d0016a3ea8cc033232e08a794ca5cbc21a017c2e4e04d09625432303f387bce2ad7445a8863276788495e0424aac00b9df984bcee73cc3a0219c7c2680086e5e832542651fc1a76df2e59cc023df1b09bfe9ede62434ff69792963fc2d7de6fbf7702549d796e90a546b21c3a5c21a32f8ec5ab81a46f595d1feac66b89cc9f337fccfc3a876039cc60e430e9f367f1e67414f4c711f3758ca0755ba9e3bc970e28d19a7677eb447341d1d3e6d77056671267a04be2cf6440dd3213d0fcf6633b40170a608d3edf9c4b7d12e0b4cfac8e436496369f35dddb8c612929867bf116491312955cd52acd61a9519c4737565e41038694589b98fee7384a67fde5881694b18dd6a6bcb1bca5e62de02b69efe2eae5888d36b21280f7f3623d5a57bb76cce97d7d62d206c5bad42848e211db72ebb38662478d77d351e78d936bcede8702d161d796c73346351b75399b9b155bbcff30afc5e79617ad1afc6ff40a6f4588a3997830f6f466e992d1fe2883cca44b5d3372c9fff730194b12b2b1f929ad5e2f6f231a417ccf6e3ba7b47e68a5c7a4ac865a53f775181778ec23bcdd66346f0b9f222956f802606f1f4793aace490be4f9934ba0f43a652ab81cf379acfe2066cc0ace95740925f0b41486e828596c7be1cbb8008b3222a3a3953d4c4a31b22b7d6230d77de4506f3992b5c2bbbcd5ca218703d57971c541146608fb0b7ec1501408e0f8cebf82cf2cccff660a1822a5ab756a718b9d2300da7dfbe2757f476ec2b52888df0031c251d178726e4617ef5a5c3dc7c00cd20c7df6472eb835ecfbf9a70f016c86c970c04fa0f0e47bf6ad4202753af2a414a9d27afca52e0fda099f7cc7aaacbf225e05b7916f702ff20e83269c23b781d788emount.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(x86-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.5)(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/shh01-ch3b 1750053068  !"#$%&'()*+,-./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_Updatedrpmxz5x86_64-suse-linux   ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=24f293ba4b6d796ad033e4add64c647c4b9decd6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=4a888d0b08014a23149a62df30383e156dc5d2b5, strippeddirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=acda445e43dd9aba45de8db0490a87f7343fbb51, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=0e5d19f80421da78735af75ff702ba6fd417b7e5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=ca0e7a30b51ca8873881a6e8d3dd9e9a98b38371, strippedPython script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=3642d2deff066f2598073a9d1e366f399f2e55c2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=d0f6b944916fff0a364c8e88dec91443a8179544, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=4223251ebcdc1daec571db607f5f750772295338, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=fda7beee548e532fc2a29275886fb1214241b973, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=3ee15bd3d70227fc3243636b53ea1480785cca56, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=2461a69db48b572b97ca6bfe3d5b97a36bf0fffc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=087b1805809ff72264adf9f28f0c8f20d4707e2a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=56998950636d8c09e8249aa8a03c299b638bb58a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=65f117e6f0cea00809eaa6dca0a532a041946980, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=479599ad4b36b8ec8f72586ecb5edccc972c53d3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=487ce4766cf7aa73e83c49f72f2f9f64943faf88, strippedPOSIX shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)empty)3AJVdj    R-RRRRRRRRRRRRR2R1R,R R.R-RRRRRRRRR,R RRRRRRRRRRRR RRRRRRRRRR R RRRRRRRRRRRRR RRRRRRRRR RRRRRRRRR!R0RR R(R)R'RRRRRRRRR&R/R RRRRRR R%R#R3R2RRRRRRRRRRRRR+R!R"R*R$RR1R RRRRRRRRRR/R!R R2RRRRRRRRRRRR1R R3R#RRRRRRRRRR/R!R"R1R RRRRRRR RRRRRRR2R1R R2RRRRRRRRRRRR1R RցyZw=P*^{:utf-8d8c2895d560a34a0a97c04dc76e2a4f8deb3d857f142dd0fd92c25e2b9d3dccb?P7zXZ !t/8l]"k%u̜Y4J"j^L"TN6.sY8\v?-Y;otz԰aC]z8Q1w$y)63e'p+;$t~?{u4NIF IƱ#Z gՈ*Gj9Q!捚xh B" #dzmeO9ONe8~;..>B&O(qsCvoEMs;9P6_ qݩjbA(ǒuVrc3wxVٴ5zүg5{?I"H%K㸭C[m4M= 4_LuZGz->՟'EI߼eBHQ1(on=sWt*J`X#jIU\P&a^Xlt $4zyFW<Fnz3'SfƚoK(f$S#Yc3[c/fr rPYCf{7W#1wy?d9NQ~[e+3uZ= y]lx=_-ʷM'6DVůeҴx[A3iQ&mrSIv6mT.m}.Yjсpmet"e/DS˜HUn 6}RK}6&]m y!~{1$^KVj̇zx[GAjB o`9?%h?x9T%/JAr&>s*,!wvyK̃U5L⪪ۿoyG͆75f5Y櫨]1j09+DY -H9hp\5z8X6\/;B K?'ߢx(!k+c d3?\ Y^>)13ƤRšz$U T'NtYWbp=5m T8٩[4B( u<-7dobm;W3<ZKN%R}4zQy{ -!VxBgX'H53t&WED6-W]?>p,p~ӫz9J~ᄆhJU4x&ME LYt^jkN&O2k¶Zt`^H^5ƥ[UpKa]W|hc{$xKƚ}8ihNI~-I+І% /.vxw:PKFk%YbSTȘqTA+pMKoే#Δ3ed>]P`A-DگS E*J,`/lm+ɳ,őIe> TtDV;l$؀.YW|{t'ƹ2`[%BveCQYo{.DCA:Z34A* 2\'Δ"9.UZb#3iF5.aΫ5>VP1CZN*WOa%k-?lY<2=r{n L^VHǃ:PMta%JtP+(*ƍ}_TNT :_R;",MyRD{+mTF&VEk W]d覿h^KcYY9f/3p *J] @:\Z.ПjJ]a׵"xxzu=LB7rJ=*i^3H^_%: fu`zbo}GJ*T~/I6a&`9H*z+@HjK(![)ޔ0}ZGh؁^g4.X4{hoS%D0FI)vЂY'*Fl"OS2.i.0iβUCq"ܮT=zڕa'kF5xQ81>H4ߍ+\-ǁx <9BC{"kfb cVR2@*vJ-$fDFu[utt(?/G6|q=ID2k᯦=N g;WzMF JN?vg( tĔ>>J kRDZp*JH?})8W~* pf^;:ڢȹ"Fc9!oM1T5tjNImM)/2Dl:6:/{G 7mKa l)r HL Dr{Sr`).@RA^,nl<Q׫wٗfŅ  [U?_ ֘Y6SiCr-l$ . Ҍzds(.=R.)c0Ͽu> |Wݭ 6g{:RwefԂ:[ߤ/㨘$A#":^iqj)\4SD2cӈlJD RH_ )έnHG}c$qţPBbtiDa<[I,īXn6^HLlb3~( HPE{"DDfұ)8gfշZ)uFaPe cw5HdPU\l^vGƒn[I"1YdGFz2E܋xݨ.m8٥巉K+w%N6t7qeb>nJ3Ǿl2W䆈 K`f)qmv5"u{G_OY`Nx)A,,.j5l"h )lB7#hLCh|_M8k[etvR ᮊ;-=dݷFY&M;[am@A*CϬ2PQ7b(8bZsQ`>p$ |0"=pwh`#fĄ,Z yc &ʱF=W+ӪÃxRk; hdaP˟9_*R t,E}M8;7'D7 ]l%17]WT[(%Gitfd>,u7PhXL-޷+X!26Gn'dѿ.ehc2Sk5r1T_xѯ5nq հfe׋;?FBI^D&&xRVv4$.dC@"^ ڜ*9O> 4-Vo*p;E,'s+ym:ۺ4ѓG'{2%+K}ѽmhxPnN>)L3B<=LJm׳l}Oo/ IpSAhϠ#o켎U㑼PQT5͂>Z)׎MvUX)uCtY݃?nv~]2Z/b$z9ENfzICQV\p$x&W2F؏rH&c '=k–W0E`wM Sr^ț|ubG]쓘A5)W)=yD*+ŝch$R?j' .Ƀ"o[ɿȃ+k6.S>=Vܴt^axA~P#po`l 9S=v)ҫD=<ڨ Q]ގ> Dw2B k ީT8HVĥ^yHӬD`~{5H*`>JowE"3/Ģp_%|md;;j*W͕\'PhhIɑWh/ln~{k*;@?{"8V0?ʺuLwo?(}enۇ2q4$GxRߥ" Y6Tf3~^ti3PjI={ k]6v‚$~0ڂJmprռ܆ \At\wg p)]4<5TT{ Džj*Sʧ 7Zv%>/y!*'*7]ч^MH͑R8vWs2?uV6zM#m38.aNNe@>R?7R?RsR'q],aF0=1Q5m0\P!BZpsvz/&]ƈHlR$t]{l&ֶBnhS3T^ Ѯ闃A:d <3FsH&*nPpuY v`NAN̤I9 !14Ljߍަ'jnK%amu&H~I"C\*F=c7MGk 6+/ߍc׻/P._uts̾㞡D.ɪ_W ओSRd]Afk;þ2 n2ۚ.R.oExoLeD]p sH˳ )'T@ > EaohV/qY&pB}jLriwhkXK4G~9يVv<;|o*3n3c èu)eO=x`݋n3T@{w.Wq;$)ΪfoeZǫEYZO +t%j2*y(;50q Iv6*~,w#C` Kqے41:9\AM易Y[+`:J$ːe@gV$Qqq8O[TmxdmEs2\1 F|H8&\US$B83ۙ^Yܛw=ZiHz*eAr1+ 4A61nz ZTV2V?xPݻZU?J:r5x9[Y;TE<<4hVzY2H1|*>o])uIN>;Gɝgs0zُ2v1rt;՜[N@@0'_Я?Zī8InZHink…bcy!}ҽт^pg¯Fx#})Lr @>ZAHϚ-7r}d$]*q--μhnN !P6X!CzvV6yqc4Z8 }`K~u= 3Čsb niǧ(L?c>+`.j"#ؼ wpBLԅG5J+Ƿ1KʊqVWӯriOEĔmn'*J p l|@i P/bR\bZZUU̳ski/8`usV'U0h=K9ZN~1D *gE?Dڿa<.ؽYZ }WڀPfıY%dIcąe62}̩LEM#hoTKL- & >?tLP=^A~Q? /ʒ'@4]- uJWA(OuI-#7ԏ?j!cWj+\L !;qIm 9 Q(-&_V NO2P0#)Ò6!\sИꄪʫ`NizȌA5 =|~gT_D#Th^*L>E0xV8ni¬=E0O=2Coꊮ!E.ݑ]ᗸlW));wgd#!;١:p@'G ):݂A;aN4q/*"8B#5B_a$X~ϊ:4Ԙ醮}ܢ\htx:[񢙖_;&okODΚsui4sAB^^q@|N!Am2P0J RЗpGM%Y%鉅n\Ek55](>5oؙBqC0-BT8I0u( ? %@]6ɰayLto!K3kf68}]ϟG )UlKh _ڮ VSyҚ3AdJJTwǺj,ͤuX AFѤ%C!HFǤ&9̛e|;fc|7I5"IBo@*t=â^k>Ģ g՚{{̝S%1f>5,'x;90SCSE$S, rdu~؉<E9N);8:>섕+jg ZWDAB{RDLYzZ:х$b!<"o/gJ &<)+1;x?UQ+YYf"7U j~Aް#T}W!Y_`>IJk2vUC¿Uf4% RrnM6VSj܆R۝T:Voz ̇ 0@߬$Qb j9uí >WξCI$ěNlo (ptKp|gJ?5"iNnuJ>-"o9D%n̲oa Jls&DR_`yo,iK_[ xOD$DG " |x$'i򦗤1zx8IL2j'7]5=,Ӫ)duFI{5*gy4doG"CDJֲ׫nDpAQuFx[-uСoyDIgi6yTn*.])'pAŒťmDlL>hoBy4!j-č囒VfQ+H@W)ekn^=4ye^\k}s.tC@0bKޯF+F` 0h aT:b >4)iun Kr3σsDGYGIj:h9 I8?v22P;Tf6B znڴs(tQ\sp&w\ck0s,xpFR k5/\|)[:+uTO2xaTRM1k#+1&G*ڌ`~0;))jsܥՐt+݌{5dXyA04 s Lzr7YNzfZi:VWD{IJ&XnDo# %լp%C=]Q~<|/m HCjM$ B%P|/, ^1~ G mQZduA[ͦ xe [$hY\GF륰"LDCPZC-foUڤ 0BQCRm" 7 +lrBVYZUN+ H}܏/G@J|ܷwxM̶`&WO=lɛyEnWaOHNC՝UfwYSi%//TO6 Wqg丼x4I D\Sh.n++y+iNh&8P9 ;s 0q tE+\(+@lb2 倌0OM&m b(R'dDB۴c!#$rFlOzH q,˧+WIYrCk,`R{<#|L`! [X>*.~d F%dKVMF_A<'ᗁut8#ڮbG[+'Sx,Ti >A`)DԱq/'Ĕl3lG(P1v|ӗ95G-ҫf BӨDI_`^+g.oFJŽ i-}*.X DGUKTo- 2=z#c&`mY›.]$ b:)GL?c2$^VJy#K.kEB"t}3so!hm65mvWO78WOE,Ԭ:^=p{A)!~+GNǓH7 $'e$CC j$yE5+D}ixbtOY7'-Dc1ul3(o_p0 &x֘" 4(=M"&k:8 0n`$։E0M =ΐ&vpZ9dgpphrg#]|%C/܇gcg?o,%!;O2& u5;Ah ZKy‹.R||y OΛ'jycv>i mTLLDp9X8Տ_zK@gPyMnϜ؎ȆFA/zw%6p7Zr]"SkpdWSLV}cda/b%ԩ"&PpߝP *)'2ep5WgTu[2hܸW$|۳?E>!Z}ƄFKw9Öm++0~- &jo07|y}gL*ߗ#oZSЄUs6Uwf 5Է/Z^xPK'+Eڑ|8 t vzgy.b\ mR/NXc"J+C. 4luQAR?OȀLT .oU%3Y,VE÷+7e@4 ȹ^iʈ ,p1Btb!c]*˘-tIEjౖJ9wʰ<}F0`Ccڹq߭frՎQ[5)(솹 P$s UNMW4˒޵1aܰqrH oʐŵ澿 N >yѹ0h'O!JQ";c@cbTF<g󔻈S%{CvwCΩ :}\AŸ-BkY&?nAĻcy#,HL U9Y <u}WF2؝rR:osP`VE,%Z;ek;`~(zw0+')\4dABEw/携ηU{}:J7k%邊kH;wڶ\KǓ,zl  %K&N4p6X7UvV'@OelNֲ m=Z?Z|=)\ά|OԼxI2Dlf- rIh]r>eD]ާj[s I`hU1# + d`V?cySh)kϱqud6)+FFڐlxo:pNL,]r+`C6H̰GJLm`Vr.jjW;J ZDUr*QRZ.|Mur,h#^7{\Ն u ب~Qoqa_2ᮬkg[<+Cܒ>d 8"KnM_@Y {ݓ_B))3qIEnŦikY("2̬ B|]٦q _\?8 [QזpR?NJ[1k^kg3(='8W0Ij?َ)`߭K{MQN$͘Ey\gawL"ρd".G &viR h&5WaEC% e*F{e8SA$4g{|?T*۳wu{(uQ+KsBRP^Z0|m^߈-yiʻY0}`/Wb`XQ(YW۳C[9N}!KB׳JQ}S"8nu*3OS:.ٮ`,#wnā4DݫD_yq NaRYgpT c ,Q&F ɛUgSéwq%<߾2g4@ӌ7k=;˂Aw (ONͣ^U4N)l6fJ6W況i!!<A-9>.a.9OոmzD; Js1U{c}=R]Jzɪn|0|dXHP+4w*5JNKy܇@={:O$T,+esW}T&LĐ'Z@FّrE/ CfdHT M+?fs(;Xз% tqj`j۠LSU;KN QJi৭W$Z6m*Wd,4 _G|n*@wm+JJ;H!'EV-]׶gƿ0"q巛1ש3t:C}iݗ\L u{zr5 w1+V~Ѕ6ҟc?ofM)*V׭BŰya|[[k#)sn'Gb`q{m"ވ -cj MO$668zZ/y{LSO97a6WjbG4щX2envkZxVI K㮃Ǟ4I{rB#*w:x˂M\N4'p*4پ~.fC܂Ø4Tญ2!r$S>4u-OPwdr ^%xN?#eGUK5U`˨e4w2{N9/hdK *܄H$Ht~gsjJxJ0J]c#] `X)D G'h:N4+>\=_~ߖطy6:pf@@JHIzn.C²ss ޞC/d-J}AGT3B9"'b"ItxgP9an?{}Xʑ^[#S<W9LȸȪaI/Z勵s|1, j- 5""MLUR܂n꜕$/=ZԒdCz#b+w" pBut_IB!pu#VV0)b:_ƽҡն>z1gs#LѬŊ 8y|$lzq@ʧr?}kW~{G.4^12tnY[qBiߒAzk)+B˒.Ȫ2 oOLŒ\4ik^t7?5w W^#I vƻH(;9rwI%C5<$Hޯ5C6dRׯJx0bY#{epi}Kj/1,fUz>ƭG7['B3,'n:WtOefEwDt$VT?Mwe"qY~>h?"ۈ'Hɑx'YÑD̥D;4pW4GJ ~x&D&8ak a76Z;,t (aUu\%ǏfK$6D4(~a.Q~c=& (;N`wH %XeͳB6t)uQ)S!> PůL/&i VwNC> ˆ#^j337a$MDr"]=en;S ǰMnm\hxI>qEAJiطMA"Ԟa kI.0V-{TCKM'oA!Q*7 BCuo=FJe,M1VTgj:b̥E* LloSaū(|rfIw˫k2 Ήi?+9$T׊}j fl*S-TQa},,e:lA:b f3SԒji0G6]X4Tud^>3b3Pw_"f8AXgz=jea=Tf oeGd]toΦ8'ln rZd;UR<3i\EÓlrRlH|ڼ`F)=@96 iV?JҌ*s9}/aa'\#}3_&#fd}QU}6V;3" *O`X'$m>7mѺv^XС>#MB0H‹]v?H`D+wl |PƩI}uzV88_,7Q"2Lյ 2K^=,_nۊEfO7|=a1<.fTkgGXh w5VC~Q7$ƢMoFB12AuJO[ [cSm hSFl$CmjKr,mfN'Qj.*֞lWa% 3*T)>qU4fPŗo BU3{wSDŸ9~q]@O٤Jybz#DmP.RP$Z۽)AzW `vyڧ@I{G=?' ^c@A g~R ڡ (D! "5Z9&: +@RhS!Xk7TAfb`awb+}@O*]'{^laO[j.z¦hB@X|A=ׯms I,@5Gt_3 ^1ڤꅌ&[3n30 c8*~{#w=fo]޽& DRG޽/1Т֋z-)(! JcD+oP% Q'ܧGw- Zĉ%iV 4~$yYw9zWq@ٗ5kR6\Uu4)Y`Ţuۢ u03Y)$ 69877@oHJ1I]okpKz IF,9ToIۢ~{st Y)!ɟNԱzx[`\Wݏ(V^if/k;tj7QkIc#wfQD_&*WCЊt Mrcmwʉ9,@OVgd't@.͔Kjuxdm(e2q\m 8hjj:GZٗZeeg-0}xv¹qT]u6)H0bRvJoͨza.QLeo ¿%wn+OQQ B٤.nXn󣧽ר([ېa{OGl@;-#779[fyFeYX?X^VB+/5>:%ТXOCLѶ6U V2s^MX7)@I0ܥd;jFF3ԯ1x6jεY3[pp퍮mDfo$KLJJU*ypNg4ցNzUjuo<Q;f (j-dړlPrQ~?;!<)^Q]ss3Cp=!9) KItxZ.ϨK܌UŽM6u3 nK\o;>VɊrӡi^7;ů3HIg6?rX1/qA?V(1p.QѕOڋMԝ¥ua6`mzT͒$mIܺR]4r"b|~8{-'Vj9"-gkgޥRd4{~266HS [dI]7pP3F3c/8\p>s } !Ums6Wpy%\7^yt 6٘|u2 2(r+^hd;Z{"Mj]Ye+%^@&!T.cYt;bf|j8~ ьWT-z[6DGvx~ jkNj}Zg]$Vk~>*ZF^,8u|pkf$^ %;.VaӧE(N2(#GWA~AfeLq7+`9!LT\$1BIV-9Y (3GX$WӭI(kRyݹpd i )W!b2~hƊ+pśKGzև̹(;1R{'93|RY,;d|w?*hU%HD5uLVcOT OvOߞ[lӥ(J2aI:ty}Ὣ2::H8 xS/MZJ$# 똽qO=>М_b*mQyc/G[睄t?u&ƅzNJs7$ol@ImO 6`Eʼnb\.gؠ|z(adyň.5b?2|Ɣ@p:h*9wQ{[JOZTLﭚ[c |47E"5F>&ŠO4i?n^-ЊYU)+D=W] LFM}5vfo*)p;Ǡ[¬ȃ|pF}Pt Iu9tYݢ?;RY,{,ylҚUsbȐ.be 5^|npE,-\ +RtA l)QyV 5NhsGO {Z"sj_($empY^c{Bs mlհTqFc;EX{Sqj i+jS⯈{9?3\="$DP^+Ԇ|(0~u5k_ O~: ѪvǬp yńJaTغ.2֫Cry$?tɞE[+@ &KZ,imI76BN]hH޴]>8_ eA23e㭡Qa|GhȮ6zEt{}GaŨ,wcx[𥍫.Y$vѵF⽺Fۼ8O$ڝeP>rrjIey~p+hSNҍlo9N" 49Bm/ d]!˄Z&c,Z0[[v$_HꖾAj@MW_G0Xڋ& MqpU׶}qRÙMJ[VQ7ʘѫdI$.6X QWjP*u G; Fu 5!d.80}#.\L&r0-QcwE6rtb3pQܺ:M5ܞZ|P1BHEE#wYE+ĽgC*xUgID:Qb(\HA ZbCU}֎\ e9#8}55p3wȬj d^U`CK4kQ ,=9ڠ )'ӆjt%niʈ@Pyj. ocnJ뚹\Y3F,Q("y\j'M7Ւ5))[pC*u4xSNzv39.LZD}B"$WGd:~7]wnn,-'7N_Z8_N>\$Ip3xBaxj,C֫NUnSo?Y{g 1sO'qT]^O'6p2I+I,P0|:Z!ȱ sJheq iJD({v4. Z)9:ZDR-XGXWW_d [n˘ш:aH'JZ(oiIG3" P|-#~^rH+*qTp%aq;G+s<бO=_*cW8<9( ^$4?Y'JpsErBHkrF&_dfMJ= ѳx0& M%%LGOkW)zGհ7fgnoU]ZWc&.ٿlS!QsCN8OgYSlr4N9LadxvGRcީ1BT?_ ݻkBU`|zj)`PR)bo!~U)wAwX!4>5q8yWm5Yէb>/>>wMJz&-ȑweަ!v v{.2۠D$<)FL"E5/]FƀrmW/sɋjJ`Q.t$18btP!o3g0^pl+ա 1ϷK {)s4ɰӿ'2J3t JEaGCKNymAƑn|\U^G8Av%` _@{=$*r8P)0 Ш=-E'.t${ mL\8wWt/# y5DF7=qNTǦarZzuipA$orCX%B}I\mMs"묖67<)Hn]g6hgZ"`P$PzV&Td,ѭ k` n _[g{<DZ#r]H-B ,>KqK[`WII5a^94c.-!/Kaq6 t4s(Q_hi(_T_x}!5e<_,4 4ڪO~ҏk,B>P& ATNjC?l֑1ErJ1w~c] 幎3Ɯ)A.x3~['Xʕ.YO) cnяA~pFv]~%2O]~/ApN Kuȏgmh@A,PWݼ 5c/yS*NeOvY{_ Ѷ#݆|)YWHqFir,5;֚ tV|W$|'raY%ϓl^6E!3^W(9_Ny0W ?B*S|* ̿kųecK1d) ok+߹mrG8Pي~r49u"Wf9Эgl Yw*p;3[=/(1/+@~%{AHY4 |n4Cyͼ(ղ(*]Ց|*թ3'kxwŏ8,Tbl!^v}4h6(ay0 PMS5ijzq9&--OHPzv;`|饙mt)i 4DX(6ƺy ձ!s{fQs3#ɮYqO|Ưpfg po>LC-wʆh@GP;&LDzT -z!uSn3wG4UًFU}]F0~1[$^dxfJ^Tݙ!22~'2o%OrBl#49U?aˆ90-UT\|'oe`#8x$(veܖ@ʮx!+w?gE-,,j<4W<\q;͋+LNa]J){]ӮaR&}\nDnmQ!u"F|xJz P(, _{7y0I5t]KsM[>Dq}?̙-Ogǚ0@ p[@q*S/̝*Mpp 0[7_+P.Tmq֐v|6d/et_kC]O4}v;7Ii}|gL95"| N#޶S>n>-Ν@bp'~NY-bq8G)S"b%9ix/,Kʶ Z6MjǼTِhzzQ p3C-zh|Sӗ;[{]ǎ rp^7Dc DcP}}/%п=zq3UIqقCʗ=)b:?ŖϮQ֓ ~u;, )^NGf3hRH+0隣KlwD{ >=23bgTkḶ 0j:ˡJ||02ܟ!coBۆ ]aH~Ҝ'̇U\|y(=|E'3*}, S+/9/o!Q:j/G6Bwd;{" _ ?ɑIUoZAذ&S>![5f ΃Ҍ^(ނ0n; l\xʭU8=-j`=+磋zS){j+K. p@e}'Ϻf_ep#:5Zlr.=:.:5G1Ҕ6 xmnxmwJsܘ{P&Qx1^R*9jNѩ=',Vݝg~tk=[Sim20䴮7U{(a} I^%ۈ \_ѽ 4:DߚrgvTCE2e~&$B'#86Ys5ǠA0nc-]C Y}FO; Plnq)h4% dEDOHn`1 m&Rql4Ѓ& _Qh ibɤ>f~㣿#0{ӘbR@”AFQT0v#uK-Yy<2S|yr;]Eu77Nys=0.2q(UZk_B|^hMtB/AS&|ZJg.zְPgPWA.g:jn#KpD?i+$="Ø.^I0ySi=*.`"|텛4aOXX0 ;)XŽܡ;0& z8~tfzs)f OC<"Ո@< 2 ?XDe|YHR(i/An^dרErf_@簈!R}cT&)_G)WIS.<D* ;ᒺjqJk^Gg