nfs-client-2.6.4-150600.28.9.2<>,gҖ|p9| @+'gqΰxs{RIM>f@:~ QW3pavop,@}[S^46wJ-^?k7&jT5}JGKpܢ8ɮ2x]D*xa-QAplvSbDɉQJs'v&LQ53. fOh)R6dtm _:: Ȁ ¹,^aFuCQq]>K?d  ! ; -Z`hH]] v] 0] ] ,] -].]0]22]484l358393(:.7:58:x79;T7:>7=t>t?t@uBu CuFuGu4]Hv]Ix]Xx|YxZx[x\x]]zD]^Tbbc deflu]v w]xL]yz(8<BCnfs-client2.6.4150600.28.9.2Support Utilities for NFSThis package contains common NFS utilities which are needed for client and kernel based server.gҖ|h02-armsrv2tGPL-2.0-or-laterhttps://www.suse.com/Productivity/Networking/NFShttp://kernel.org/pub/linux/utils/nfs-utils/linuxaarch64/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 x X#T7ekgfkP_# Hxb h)0 (%@# N ,m oh    A큤A큤A큤A큤A큤A큤큤큤AAAAAgҖxgҖxgҖxgҖxgҖygҖxgҖxgҖxgҖygҖygҖygҖygҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖwgҖygҖwgҖygҖygҖygҖwgҖygҖzgҖzgҖygҖygҖygҖygҖwgҖygҖygҖygҖxgҖxgҖxgҖxgҖxgҖxgҖwgҖxgҖxgҖxgҖxgҖxgҖwgҖwgҖxgҖwgҖwgҖxgҖwgҖxgҖzgҖzgҖzgҖzgҖzgҖwgҖwgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxgҖxc8f962c35ec040337a3240dfa1bc2d3b2c2f314d8684f79bb780751a864628de3ea81deea6be2cf062fe6a791eae762dd1ab2a629d4e2d848a64396d7922fbf4d3465d21061604f5018f506867049e85a62d343a91698238193c8c81f747768965db2d9fc611d377e8e3e7eaef8006524d4df55a9a1f882f22899bb91ffc1f8fe0d8ed703f9fca2ff613c5e61afc2d82289ef720c6193c787fd2791b82aa98dcd419bc7a739042bf997b1cf17538efb993dca09b96f06b3b053cea6a634df54cb00c403a4c9b7be65d957ac84c2e44e5d50b4dd3a62bc5594372150ea50f7114862a4840bd5e1b480ae1153eb25ea6baf276804c4f4ad6e70a1607f4d33ae8673e0ca2e272425ef73eb9a39793982575109cde0e2d719813dbbc0cb47b0e132ba2ffc1131a30c150f2cba4082ce50fd901d93973f4554fde5ece76e6acecfc843644e8b912149237475f329943ec2f37ddd53565c39ed27d849f281a387fad9f72fb2c60b15cc958be12528851acfc69314dbe3246dc4044f2d874ab502ac3d344865bf16d30152c12395bfe6e521349e735c6b3a921ae50cbaf311b50866193ed1ef1bb2e1a225b5130df54f24647a61b24b68b16e428535dd3526dbaae6c240e3045253bbab2403ad93e10de9104cfe98c2db9a3df5ec110721827bc9e85c76bf30463d32b6af6083652afadccf526c65efe9f118095f1d523a3421dbf1603b2d94c68af2b3be0a3318ce6454ba95a252ded19a530f7b074290dc0241fad58ac7436b80dc095f36dcd50e0da46bac590df26c416dd2deb15bf3bf9f0e4162cdd23c5eb8729e976aa6cb8245898400d645a9ec1c25eaa63eba23d6f890f5af78bafcedf65bdbcb2e38843a232df01520513350978a5f0e34297638f5e4c51f67885f167a7b2c0a37591107e61490eff5e211749171c6fa57c4c8657891c33aef257b8c1e0a809c3b8b1bbb6a1b2d928c485f4784e12a76e095c692ec2389a5b06eaa6b9230c17186f3ae3b1025c29b180fc872a8564588bf21f6b9bff89743402ad58f3aee956ad346c59664235dc5de68b9146e0b82011b4c82c3ca4a1c332978272e0a2187472040fd74399d17364a173666d7f86c3a768f3187d61b8b9b27787ae2243a046e66941504ecb1a9ae305b9a23af96d1a8b0e1dd243ce4059ee2219d21584dcfffa25e9081f189dae1354d7dc97e9d398f167def931dea4add8ca2ca5caeff24c02ee713702903253f8a647d0d4119182440eab9627c3812411a95d0d793199da7e9d5cdb78b69ab2cc8b5a1fc643353eb7365f758924750aeb05f628d0e52108c927d2d99d768bd2c606de791ba94819db852303a577a58c01282f160f0cedd3ac3339dd2fb4c132c3caf92f01a31161296cc7b23fd2228ee3f066436c3a2a0e703151d1642156555e4698f41c968d10a9fef558d0566b5d98a66629a0eb963c35dec8334855589c3bc720579abada3006c806d40f09c48acdfe048905d2f01597f99a2d17405b8b0887187ef40d182a3e7e9ea1d68e9fc2ded985df2c665032f49d991250b4d8534a61109b5a3f10c8b718c364040ba89fc4c4ab03d872367021ef910ae6a1797f39a78262dcb6d2fc075db0cf69b6ff0ac8bf843ab3145cc2950447bd6da8e90310d3da370873362956cbbb1e54e4f1083d365e274e433f9b97f5bfe8e89f153dda97fa3bedbc6a0bec025bf83deaef561f70815edb5be1624b33fbd1d4b23b396af8141e5ec163b1fa438cd5b487802ac58b690275fd22e8a6c0f682256d8a835f0d548acb441519a0fa5c42b80fbe9401f2995e9d21c7b1ac3723a4c6d697901de9481c1d34923e85d37917ff00b1a46fb714aa007c55b3689028480a20ba03120040242d08e680f082e054b4167ea6282c3790b32aa995a32e865e1e3535d1bfd4494f263c34b2c356c560360cbdcc02b40d6962a2d0bed08ae9e3554e011147de290386bda149824dd471e2031aa8c303187c209395be1d95202e9e63b0557895f77d51960e47d224b51097c0949f4dafb9a04a868e2169b4b29602a18198f36ffe3e7c18db98a2e80704526719463746dc8745f88467535ad0f657d9554a91a97b3f01b57cf6a4d5b23e648d8188446c4a2b8e5c65b40f46209c33cd78942aff5e4cb99b385349bfb8d1075f32a73d3297c8ea4d86ab3c71980fa27f19a4cca50176a7e4653dca27055cf34ec3cfef832c87ad5f926bf789c11ab470590110d9af29c8e183f094d1f8eebd14e26045356ac3c39a484b1506ac0f10930389439db22448c0bb0dbe6c6f836e0402417a211626a5a0d0016a3ea8cc033232e08a794ca5cbc21a017c2e4e04d09625432303f387bce2ad7445a8863276788495e0424aac00b9df984bcee73cc3a0219c7cb90b6a5981617fc7d01e03de021da1557fa94ec6313dd706a034b8b75406dd3afc2d7de6fbf7702549d796e90a546b21c3a5c21a32f8ec5ab81a46f595d1feac66b89cc9f337fccfc3a876039cc60e430e9f367f1e67414f4c711f3758ca0755ba9e3bc970e28d19a7677eb447341d1d3e6d77056671267a04be2cf6440dd3213d0fcf6633b40170a608d3edf9c4b7d12e0b4cfac8e436496369f35dddb8c612929867bf116491312955cd52acd61a9519c4737565e41038694589b98fee7384a67fde5881694b18dd6a6bcb1bca5e62de02b69efe2eae5888d36b21280f7f3623d5a57bb76cce97d7d62d206c5bad42848e211db72ebb38662478d77d351e78d936bcede8702d161d796c73346351b75399b9b155bbcff30afc5e79617ad1afc6ff40a6f4588a3997830f6f466e992d1fe2883cca44b5d3372c9fff730194b12b2b1f929ad5e2f6f231a417ccf6e3ba7b47e68a5c7a4ac865a53f775181778ec23bcdd66346f0b9f222956f802606f1f4793aace490be4f9934ba0f43a652ab81cf379acfe2066cc0ace95740925f0b41486e828596c7be1cbb8008b3222a3a3953d4c4a31b22b7d6230d77de4506f3992b5c2bbbcd5ca218703d57971c541146608fb0b7ec1501408e0f8cebf82cf2cccff660a1822a5ab756a718b9d2300da7dfbe2757f476ec2b52888df0031c251d178726e4617ef5a5c3dc7c00cd20c7df6472eb835ecfbf9a70f016c86c970c04fa0f0e47bf6ad4202753af2a414a9d27afca52e0fda099f7cc7aaacbf225e05b7916f702ff20e83269c23b781d788emount.nfsmount.nfsmount.nfsserviceservicegssd.8.gzidmapd.8.gzsm-notify.8.gzstatd.8.gzsvcgssd.8.gz@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootstatdstatdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnogroupnogrouprootrootnfs-utils-2.6.4-150600.28.9.2.src.rpmconfig(nfs-client)nfs-clientnfs-client(aarch-64) !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(nfs-client)coreutilsdiffutilsfillupgrepgroup(nogroup)keyutilsld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(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)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.9.23.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@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.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- 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/shh02-armsrv2 1741854332  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]2.6.4-150600.28.9.22.6.4-150600.28.9.22.6.4-150600.28.9.21.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:37854/SUSE_SLE-15-SP6_Update/8f7a3a1ad784b3b2424d747bae492e5f-nfs-utils.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux   ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=7730317c32b1c845c9cdeac4adf65a4bbf8ef8f3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=fadacb7762d45078709cabeaf7a579f65ed96d4d, strippeddirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=45daa0abe34c463a00e13f3e37acd51cbf497dd4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=715ba91fd6b55f0e1ea5e3e25a7548b8dd3de642, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=b121a2b1d1d83f8310dc93bb2663357510c82cd1, strippedPython script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=5410f5429229c00ac2a947ac58ad71ee9a482e03, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=8b66d57f5bae6c20684d1c9e9817f223de67e2d2, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=954606d8ffa9ac520609af65ddfb6450ef71be9d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=02db06ee027cb732b51fb59d9dd41d6f35df41a4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=a6f00c8a9700322e99809314072b21936be1760b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=4694f120048a5f2ef1a3feba3e4dced426fc05e1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=d62bfb12c1766a6486285d06705566ec5071b568, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=04ec4a0cc2f61dd6abecdc39cc40c4929b5e55ee, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=2a4185c7ac3c84089aa3dfe93d6c25b002203b93, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=d396c6ae107fbae1b13fc93cf39ef3fddd3d4127, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=4b95fd012a0f737e7a4614bea85c60162475903a, strippedPOSIX shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)empty %/6@LRbku     RR$RRRRRR)R(R#RR RR%R$RRRRR#RR RRRRRRRR RRRRRRR RRRRRRRRRR RRRRRRR RRRRRRR'RRR RRR RRRRRRR&RR RRRRRR RRR*R)RRRRR"RRR!RR(RR RRRRRR&RRR RR)RRRRRR(RR R*RRRRRRR&RRR(RR RRRRRR RRRR)R(RR RR)RRRRRR(RR RL c9U>utf-8d0f0467c6db4f0bbd1f423c287e8c2e557d419b89cbf9c3d593aa3c1f1bce9ee?P7zXZ !t/Yz<1]"k%u̜Y4J"j^L"Tm>gb]Cj4*=c1W ]ǫR-IMo:i\ׯ! D/h#:|znMxr5.3xPVRgn&L=#A,)Xdp}f jsKͧv]If1 \9?u>T wN\@ˌ0~3: jw&Fݩ嫻Y4KPތ/1==ԓ |nlOd=Zo)4)׌-a~fE.b'.ΩnљC$RDJ`7eԿ4RCUOWycdYm,jg[&Z}G.h㈑.[?|aYwx s|ӝ.ꢖa+DAdGE,Ч5@CfH9 \WkL))$)3A_Sp=g@`葱 askX;=l2qOpt` }$oLcJjIw,\4Y/L8V8-P?/+Z BծǾtljro.,k | R}.M}53>̶t;<醄D) ǐnJ+5y HDyސ4=@`4LX0_!CwTZ#\ڞ-flX^ I]Π7L.u=)BQas4SYU&JV_ .V+.ble$3Ҷ,2A"ҍXZqVJX?hIRO²]6Qg2v 5I{*^8'ԵTݬƒ&]!רOwn5 "M1Ft%AQbˠQLb^5?$\TzN w(jŞY%R<Uy:)qٻXZP,NLb5rRҳ<#S&)@ó߆ wHdCV~1=)BEeX . x cyvXN8L8i$nҍqOL/9w9L\Q"-RP2/aTJ>~L{;Ec>^%|R&\sÝeݟb!L%6<8gQfLDޑpO;:qQ*0%a%qr~b2.rnr55I]p7ֶLd 3*: E8c)wa\cyLJ+tôB{ > iѳ-U8JQG. Xuiמw qUVK\,2LN_->`:u@WJXɠ[44*P Eܵ]?΢ <T*VP&|2T$ pHax{:@@!5X/c-4Kq9OnqK{=`  v D")%d*A6)dzfǙ>EΞ{AfT ۾/s 8|as~Zx*2l @(G>eaȌNz\Șyy}ZAd^߰{dQ~MbwQa:jsL3+b!/BŒ`ٮsa-Td)E"n@$70t wF0dtny >=sjEޫHEf+{x?sLOJj8Z( E7ފ]z-}8C80FetԢ4$7KaFtla1z[rsqsM|\i(:'M=9QƘ*¹Ri;LE"2#$;m6_؇AeG OqZ6}+/ nC(ij/"]6MVmj-{*'^8,-r[Z?NA{'0HĬɓ DSK]L$>OooCSbo93b!*~-I?gsv@󀼣>׌"%;4[,[2)9sL6^Hi 2),|W JF*oռ_?&g 5f(buSv0-K(MpZil5ˮC4f I?rw{k@Z4#3E䑔T6Nȣş^,-vXƧĴ#gEpd$&CxeɃ{~7qfh4K(mb5= mөg]@5$IEO^lLyXdhB/ŮQڙQeƐb:7f6U2XV|" ; c"swG1홡'q >4};7: W;S}F{- GËo /?%ZK p4j:e@QʟS >EH'yzBI%giufD%_k%;t`4I ~e3r ǦA1(+]-'al) 0XC7GQ?a2s,s+[q ȅ?- _Ke -IJCLsLO/;mfYvѰR|׻H@i(Npٶ5C|7Oe%ER߯I`2,y&V6N+|úX7lkrTn1!p{A-G0N&1!;; G.@}*JoptN1Hг t =-MQa7XHNa|qִ&Qu%<9 'KoU0P%E?C0M 9lxNv:F_A,U@q%ߞ|\ҡpDLѠ /Aej.M淴d}?x;Dՠo[嘯=أt a48O5e,evK`b*/gNoF1^-$$3N`OO5mhBZM $n4Μ-Z1I>}TNk0٨FV:L GSovYKkiE,5ݽ_K+[}p@FU>G0n~==6c~I.ap{_5HꙴU1 -&Ӫ2U=2 @Z7 @|@i cـ\E^q fwFAxKz$ yuu/.|%v"gpVbós掭kS.s|ǭ #^n[IjhXD;wgw|`܊9| 96p4FHI2ik>'pO2Y(T9<Նhbb#˅A{6 ~ ģ៱Q@Ox@ht?++umLѫVk8BlX%oYw|sR }?fL NDRt_22~Z>b ĕ \9Pi_ ^eZj[I\[x!Z:ʝcSZA4,OxDž<}b0;z=9_ ~@ZyQ"r2n]_,| ,jXLd%٫:||]齧z 쨤Z%YV@X.OoUke)Uꍤ1"nQͣpj:j0 j,9wIV>1;/(N̮WGKUxMcp>:Jb?}I:m4F>Y)'iA&E;" q%!+0nDɷmeKS-~IHtn7fd< 8P ݲeh]HuW}n. ?Xԓc[77o1ΤO?iXlWf<1}έm 'ݟ6SQʑ=)w[x(=[xk 4٬qAaN׉,uyO&Ley'U%s°ގ+[A'C||:LH9kD) QfH)&P \ ;jx#c:߲.ոf Op#;5x҂6N@٫$%?,(Ʌ윾$ĝs107ϡ ΉRomkY`l%$Qո 1#\~IL?8b$Wm&>`:2rD"mvKEƱ;ދ\+.qE>v6-#Gz{Fq@B*5MtԬe21#V氟NfJ-p2͊As$'/uc4JBBzʢC #6d? ia\lmͰ 7Ğ޶u&o+۟d|:TɿnlشcUU%qpYHpZ.Uk8Bifv-I ;lc#y,ᣧ@)&c=?o}W@op 0. yJ7w/&~e\Mr&C+BOC1s#ϛ1!H_MJJgB@dBdpEf< Be2"B 7ABAQR *ª-Bz%dqعl"b*3U]JX?4u+vVKlSVB.Nthy/Fݬt _@j) _+>-Ńfp)"˔&"+dG}!^ 53]'k۝Lwլ2V 'p#[laكrMgV%9~ D7ZR 3TۙjKSӺ؋}խM[D2Ja!JYŮ0:Q<JW} Ck{BiW߳KTnhSl0 Rq@`,p#P+nөV& _RNGC>ФT\)MeP+QG_f~L?ƙ"붒?\'W+VbEi**>Nj ,DjjZ!٬3Nt̀$oJ<0.B߻ltOJ nrH&][>`qbb ONEd?`m ?uX&[ ,O%pm9V)G!C FΟ4ZW=O&%ڮ>pgq8`rCc_->/EӔ~tRoZz Ȕ n /?|YX(vZ7 'c *s+ǣ&w4߲strmT$r^(":2Gok.Md*MJ3g\5w%W lXLn-*=$_` |H)<,XF2 x| Ǖ؈tF w(N:~:i(oku m'F3Y8MCTeYPp̆98@B4Ò'#?ߓeԌVS,? b[{L^jԥ= IA|6dx=iAw8XMxF:Zď=QW\ M\(:.%؉mp?D{tH9zX%c9ZG~W/f9˱/14=MCM x7(C_XV唝T2+9_esP7Le?5CO5I>$ED%6gr>71b|Ʉ>w[4aX0 A#ty,Oy/^a*,Mߙ~3썞~Sé"rWQjc0}{ !ڌqj{KYvBR5=އj6jz",A >. 5: _!-Tv/t[!G/%Lʩ3%DfbSDG]UcRPɏEl oػnOsG^kd?>%ϵk- Rⴢu0tah^J3 }fB(,$Z.!kC 7_B <=<_lˑG{[O$W9NONNdAuU^|{)YVSOwcn- pƻ6e cp5DԷ[*x!`OI仅(h3 Yځnc,̥ˆk6dŒؤtAw[uu7nɥq8%x݆I/Xd]&߅Մ~B|E 1cn]eq/i(R.kt &ےƱX06fI 0J-g馄|>$=Fج~;-8Fy;@ZusСM%=wkزr!^C !cYCf ІnʏeEAY-! 6&X$-9|ÜҦ1夵)B&al*gR(^8|D`w4^u zmR,yT /H72hY;sDU6ł*CC TBiM(TjgPQ@^x7b-ly 9F~鐔ɣl4flGe$KFhZvys\V 9ISrJ_mM ֗oPp'EUiä^v3[zt % OL,iՍoxxtZSAkWvاg(cpPv0PWC*Q IznR=+ĠЀtP~lE ܦdhm2,,DMANmFl&\R*ʐ*$ķKTMtd ei0?@#aLA$:`>S>h6xD$MNFp~]vo{,wv0).U Crnj Ml\v;XB'YLBpXa~څye9& X\"sI$Fe)]&y' "ZX y_`.pY󬋽WO%+8[?1FL߈O֦oX& ĻȽ}PzL<Zg84m꯭a9_|drN=%`g;応/}٪#їs؟it;Gc sU>|ZPaX&2|ϗm,@l ]WrQdY'e411^;ׁS+5!E|TU}Alexh4 "18{fUa},ܙ:Ss@GiIml Dow$T<҅V\  V3|@JqB{&v?S5! `n|ii?`u8]Ac{&s+[dS WD5Lb`ɲXgqO{54Mi] A|JMdfK*;.>Vm@ʝcOR}WDOWTE˨  |>@gm_pI鷩Ӑr" ؏V ߣnΈ%;۵{ `s n-|1!<(z $<y`4-)c,[G6zg-zޢ{{W?uJ STOx:bI#/-428wCpùʷ>{%8Ѵ:y|I G0/ gn8>Paan+"w0TFL2'Bq[YYƵisgawŁ:)Me~]D0Yg o|zg;&С P|B6G=lquCy ѱ ߝZ%_C#Ha*jUj@^ $\D8yb nqxmә}PڐW̦^TobgvmᛒQ-1GOD6$}u]% & _ܽ G8u1>PdW)\tM˨XނDRNɮxW8{bYA ՜׆oKO=wNgSϬ`߀WnZ(J#>n9c{ӗGkSV73r0369к>qt2_.c:H仔kR RԘ@vc3$8DԤc=}@]`Fٳ._st܊zeFU1qdpLߣCZuL~iF+ SFSka-s [ Aw9jH3MtB^ޑ1BH0̥ | N\?*w='I8qFI !6ҭJxdk%|$,iqbW v ]%:ozSd$"NM*R|3YQ.D[)/W39/ ;e㞂 wIOR fc1vOqZ)*g1fX/Xpeg9㺟 +%BI1dpd<]Q2`*d&2R%'2#.>%oF$s&kmC6Jo`u0md ) R >|B{xtb7/,;4SfkKrwXN+ Ty٫.Gi( EZ[(#ErCE[,F=bLȞveSY\t8*6H( *f`ݟXL¨/[d'ĈIe][(s̠g^dc!5@'f&J7T˳kUl[-/d5C'F'Ce .v 5?P􋾹J+suW#ZVht}Wimc".<2"}pQ=2: ',O0|-[gn7K1*1ez\~ÌuNk#hPmCHP 8W ݋Gh)ThSaRu:-6KeiMI-΁u1ֵ _f?BEw+y}+^ a^ë9rU( ]<$(rͰ"s}K9|per ɪ|SbQu#x]7aYDHhoR|bs/~Mu_Ԣ?^a"9e`M:o}0mt= 5R}d"̕>PauF Ui xb&7]uq4} hcnXѣdbou_J dIh;ǽG*jCӢԔt93+gcUs 3@t FsLϐ8շ Pd˧E )[+6S yyNiA "z޿탗6KP4?9B;sЅ n;m/] =&{>e7C2W^'˵l]ZՇMWCZ? / /I16&b @}ɦ /3;Z(D3ja*-O:jn RiTiĎG*3RҸ9`Kϗ _3)ss t{𰤯f.mh'\4`!2tRBh*džE:olՔNt;,Ӡ=ʴis3v*~8S(xUxKqQ$fe¼ɢ#BJ .{D8eOs.}0Hм< :&<*c߼lkАs}osFWii7I|8SR}G+RAݭZ,\3p-$}dq ih ,`o}0_tb\ £>Do@ȞK/FgI]\ t~ūCJ7eo2)g$-*q/!8.:m!.mk@~8eˮKǼ{a#dOa#yɪ*`arwϾys; *ٜZ7Q"?-OXVd@\Z<䧋!=>!(D,pu44$lP m>+yE] dOϧ͒X?&M>AO2J>ثLL'vLazag";ծKMjXe:]{"PC{$MH5yDrZ\kqO'9#o~qŬXƩ͊蒐- ͐5i̸iq KՊc3vy7@E x,(M'τ.enoR=H쨏v-.@J ƁT<:߇ȱ`Tp[ |e==! <B=8fI*7ArcON?8)c^h9ڣ9h'--][Nр1kj1Aрta W?JWn{l Pu[A<܌\ %R,hqjB7{$tG%4}sئڜ(\rVr:` ?BU3 ϘWo <@;l'd/v&[4?%Ǥ}F==,eFtʼnI YA%TSr̨p$G#'Hk@ *3ِ 9Q;ߋ0Ș¤Ou=G1{N}O[e}#Ftm_RrSkzZ*P4&{f;~vJ'?STk!6Wx{¶ YZ