nfs-ganesha-3.3+git0.39e0cf712-bp155.2.15 >  A dkJI%z U[xߩf}xcvmxr/ hP0#R)Eٝp󞽋{ QG$+`fx_%{dcƆKW ['11.Wi[ՄŘ P%)ṖA ([^R퇯m=Ml)ѯeH ;4Rˏl+Dx[Z*!gxY7FdfN~7`c\͔cࢲ2jqBYY>K}՛۳n/l}rMcJJz 5>3z M|`{}8&ڎ*Ud)aREu{=:IkM(#>iO-Sܦ2]&52vwbr_{):,n (а*EvqWqWăCϲ1x.wqU#-ڒbed8a09a5e17c538e5792dcc554da1787b23e9a38ff498235a0eb6a6e2d4b291e71996c63831638070ee7ea96fa13d7f50aa4f8c dkJI%z lm:^0( />56RGeVmJ;H蝃{s lG{-.C[{dɆ;Kz}vcʇgaӽH\vODI|'$аڋ'ޯ0Fh:Nh*hy|8K>d✈wS.u$}pťި|9!T}L8AnG`޺RpH.18ɲǜ<%b>0YvhShHuU2 Dߟ=)]Q(~6yW G=9jY`I !ݼVt0DaudpLy?yd! , PX\lp #)1U ++ + H+ + _+ +8+ + ! +!""`#($58$<F9%TF:+F=m>m?m@mFmGm+Hn+Io0+Xo\Yoh\o+]pp+^sbt;ctduQeuVfuYlu[uup+vvww+xx+yy@zy\ylypyxy|yyyyyyCnfs-ganesha3.3+git0.39e0cf712bp155.2.15An NFS server running in user spaceNFS-Ganesha is an NFS server running in userspace. It comes with various back-end modules (called File System Abstraction Layers - FSALs) for different file systems and name-spaces (notably the Ceph "file" and "object" back-ends - CephFS and RGW, respectively).dkJobs-power9-11=XSUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-or-later AND LGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Networking/NFShttps://github.com/nfs-ganesha/nfs-ganesha/wikilinuxppc64le 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-ganesha.service nfs-ganesha-lock.service nfs-ganesha-config.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 fi getent group ganesha > /dev/null || groupadd -r ganesha getent passwd ganesha > /dev/null || useradd -r -g ganesha -d /var/run/ganesha -s /sbin/nologin -c "NFS-Ganesha Daemon" ganesha exit 0 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-ganesha.service nfs-ganesha-lock.service nfs-ganesha-config.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 PNAME=ganesha 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 pgrep dbus-daemon >/dev/null 2>&1 && killall -SIGHUP dbus-daemon >/dev/null 2>&1 || : 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-ganesha-lock.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-ganesha-lock.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in nfs-ganesha-lock.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-ganesha-lock.service ) || : fi fi &rh5WSIHR" &A6xr03-k&4 YA큤A$$$AA큤A큤AdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJdkJ^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`^F`dkJdkJdkJdkJdkJdkJdkJa0ae4c2156edb328987be04e689b994dfc05258dd33aad7338c64674ec8dd0b573b3ba2287d9cab3c09dd2f78e8d72134a9008d3c09bac28551e3a8ee3ea2013be66e154562cba1b49b6e005382160828e9b6e08f6c16da08c5c11043e015d6847a013ebecb23223844fbf72153b2fb1d212770765b98f1468645ce51fb7376dc22312852d66aae9a88b45977a4f04e032014ed036d2a54791f389f7cb9d7dcb085176a87bbdc404c35b3a484dc3914c3e0c2ca158632e851fde6785ac59e36d05f7e9b687b4d85ee950e59d16668482ba96f62bdadb05c7701b1a2db0282191eb60b010968b0b668c799c39624079dad9cdd687a56c7e749d54a68fc20cd71cda7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768f251c62a842a033bc1bc40cd8089ab330202b45adcb279c4675afca4aae7a798593e811431837fc39db826b6996109887119f8f0e1130175b33a3a1685ca5e19a248c78622f1233e9dfc2ab60122da51c14efcafa6f905a6ff7fcde9fd842ba021901d1f161002f731717fa926c1959370d5fa5deeecf1cb295ecccede569d03677ea319a23867d4e05d63d80a94cac161beb818af9a82f39fa660d6ed71297f73b3ba2287d9cab3c09dd2f78e8d72134a9008d3c09bac28551e3a8ee3ea2013da070ff9cc7f5975dbfa63dc1b5dec7d01d8a33663aa0b7e9ea639af127f23b70bb96599359d4ecf9231e1b450d0fce1e142ed7a853f075620bfc1d1e1f64b3ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b85591a08a00a9d36194b1bf5dbbb76b0bfde327828b95ee3e26ebe59ec0d610f079f84c39e29cc8fb5c05c74d5095bb9a8d42148fbb4ff8a5d20a9bd3898cb0595309f062ff20e7e92da04eaf50038e5fa3c88b23a0a68e3168b3b36308ed3f84772f5d1055665b2979b5b9107e80276f9019495ed448a3f728c819c8aa00c89aaadbb084a2b12253de727721e8d17c7cc8d0becb3f64d020ade4ebac057340f713be66e154562cba1b49b6e005382160828e9b6e08f6c16da08c5c11043e015d686b3aad8fc4e780ee032cdd4f1efe66fb4f69d72ebeafa1b46a84077654cf6239e1da0733ef40c545c85c3f1f31fab01d9743715d23c9d345e08f0d33a25edbfc748a8e085623d94316c464464ed728d324483e6e243ee6e861d00bf48f32cf52664c45fb11265f39739429561787db9bba654a5d8dedc145761394808a899dfaa7f95e122b43f75fa006c8c0fbd755b4dd1a7c155067c11f9ad733a6cb1b883c2cb789b374d7e9f91f123e22cd4c3af6d86f07d00d53e4ebbe45709c257d5e103e4a08a65a579f57b5c40856e10fdac8cf43108258883f7d62d65c59af2d8426253df0daa5c38be4817c9962d32d5cf879668f186893059c6179aa98935bb3b929b3b6ceb91d343a734262b3b883afe3f9b0f91914474a429a974b66f0c79c5b8d7939ec0fbc162def5ecf29f0eb17e2791bc79d86f4658e6e311b9d1b8fd0075ab2c447dbaf7f03cc9d41c22e6cc2a21c46ac3d9795b2968435ed4aa79dd39667547643e3e99427d79f3f48b3418d366e7e82ae0cbee79187d31abe3517ba64d5058810870f9905549d1f972a57408ee4dcdf2b99b0696cf8af7f6afcfda1c4rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootganesharootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootganeshanfs-ganesha-3.3+git0.39e0cf712-bp155.2.15.src.rpmconfig(nfs-ganesha)nfs-ganeshanfs-ganesha(ppc-64) @ @@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(nfs-ganesha)coreutilsdbus-1diffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libganesha_nfsd.so.3.3()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)nfs-utilsprocpsrpcbindrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.3+git0.39e0cf712-bp155.2.153.0.4-14.6.0-14.0-15.2-14.14.3a`@`3@__^0^Nt^^^,^,]f@]7@]@]߶]@]Ik\\@\@\@\@\7\v{\o@\f\eX@\b@\b@[@[_Z@ZqZhu@Z7Z[@YYKY@Y^&@YMY:Y5GY5GY$$@Y@X-Xx@X$a@X$a@X$a@X$a@X$a@X#W֘W@WW@W@W@W@W@W@W@W@W@W@W@W@W@W@Michael Fritch Patrick Seidensal Nathan Cutler Supriti Singh Supriti Singh Martin Liška Anthony Iliopoulos Denis Kondratenko dkondratenko@suse.comDavid Disseldorp Martin Liška dkondratenko@suse.comdkondratenko@suse.comdkondratenko@suse.comDenis Kondratenko Denis Kondratenko Stefan Brüns Nathan Cutler Nathan Cutler Jan Engelhardt ncutler@suse.comncutler@suse.comBernhard Wiedemann ncutler@suse.comJan Engelhardt ncutler@suse.comncutler@suse.comrdias@suse.comsupriti.singh@suse.comsupriti.singh@suse.comsupriti.singh@suse.comsupriti.singh@suse.comastieger@suse.comsupriti.singh@suse.comholgi@suse.comsupriti.singh@suse.comncutler@suse.comsupriti.singh@suse.comsupriti.singh@suse.comsupriti.singh@suse.comsupriti.singh@suse.comricardo.dias@suse.comricardo.dias@suse.comsupriti.singh@suse.comalekshmanan@suse.comsupriti.singh@suse.comsupriti.singh@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.com- Add patch to fix getopt return value on aarch64 (bsc#1192367) * Add getopt_aarch64.patch - Disable build of the XFS FSAL + https://github.com/nfs-ganesha/nfs-ganesha/issues/533- Enable FSAL_RGW again, as it turned out to be compatible with Ceph 16.x, but needs patching from upstream. Backport upstream patch to fix version comparison. * Add fix-compilation--faulty-version-comparison.patch- Disable FSAL_RGW which is incompatible with Ceph 16.1.0- Remove -fcommon from spec file * Reverting changes made to fix boo#1164548.- dropped fix-compilation-errors-on-xfs-ioctl-syscall-structs.patch which is a part of upstream 3.3 - Update to version 3.3+git0.39e0cf712: * V3.3 * FSAL_CEPH: Fix size of handle * FSAL_CEPH: Always use the large handle size * FSAL_CEPH: clarify the User_Id setting in the sample config * FSAL_CEPH: set ino_release_cb on mount * RADOS_URLS: restore rados_urls watch on new configuration * RADOS_URLS: when built with rados_urls, don't error if lib not installed * Fix accessing object handle after feering its last state * Fix get_state_obj_export_owner_refs() fail case * Fix responding with NFS version mismatch * core: multiple definitions of 'common' data compiling with gcc-10 * Fixes in stats module * Throttle the health warning * Fix seg fault when NFSv4 compound op fails for regular files- Add -fcommon in order to fix boo#1164548.- Backported patch that fixes compilation errors with xfsprogs >= v5.3.0 * added fix-compilation-errors-on-xfs-ioctl-syscall-structs.patch- Rename systemd cofig file for nfs-ganesha service to support upstream service configuration script- Update to version 3.2+git0.8d07e25a7: * V3.2 * Move async callback to svc_req and give it its own wpe * Crash under duplicate request "being processed" * nfs3_FhandleToExportId returns an int (not a short) * Stats for all ops by a client - Update spec to support 3.2 and remove Obsoletes- Drop -DCMAKE_BUILD_TYPE=Release in favour of %cmake macro default.- Use %cmake macros for build in order to respect $optflags.- Update to version 3.1+git0.4de09d665: * V3.1 * Pullup ntirpc to 3.1- Update to version 3.0.3+git0.0c2a4da66: * V3.0.3 * NFS uio setup calloc size incorrect * cmake: Add support for Open Build Server + remove sle_build_detect.patch as changes upstreamed * RADOS - Log a message when requested backend isn't available * Handle RPCSEC_GSS negotiation or wrong cred messages * Protocol: add config option to force utf8 string scan * Clean up UTF-8 checking in preparation for config option- Update to version V3.0.2+git0.eae6d6d35: * V3.0.2 * ganesha_stats option rename * cmake: LizardFS doesn't need to be a STRICT_PACKAGE * Add fsal_test_access to exported symbols. * doc: utf8 characters in ganesha-config.rsh * V3.0.1 * Adding trace in FSAL_GLUSTER * call set_current_entry only after checking state_lock * avoid mem leak * Avoid twice free.- Changing service file to build from upstream git - Adding patch to correctly detect SLE during the build * added sle_build_detect.patch - removing add-missing-CheckSymbolExists-include.patch * already in sources- Update nfs-ganesha to V3.0 + libntirpc + Use non-blocking writes when we send RPC responses or make RPC callbacks + Continued improvements of readdir cache + Use of gss_iov for GSS integrity and privacy encode and decode to save buffer copies. + Change xdr encode of attributes to work from struct attrlist and other changes to save a data copy when returning attributes for NFS v3. + Implement xdr_putbuffs to save buffer copies for READ and READDIR responses which also has the benefit of more completely filling the maximum READDIR response size for fewer READDIR roundtrips to read a large directory. + Add LizardFS FSAL + Completed audit of string buffer handling (strncpy, snprintf and such) to prevent overflows. Also make utf8str always NUL terminated including on XDR decode. + Make python scripts compatible with Python 3 + Python script enhancements and cleanup + Enhancements to stats collection + Numerous Coverity issues fixed as well as other bug fixes - remove CMake patch, as it is already in V3.0- Fix build with CMake 3.15.1, https://github.com/nfs-ganesha/nfs-ganesha/issues/454 + add-missing-CheckSymbolExists-include.patch- Version 2.8.dev.29+git.1557746732.251ace12d: + FSAL_CEPH: fix length calculation in reclaim_reset (bsc#1134302)- Version 2.8.dev.29+git.1557398426.e91b5c34d: + FSAL_CEPH: use a unique uuid string per export (bsc#1134302) + Note to reviewer: compared to 2.8.dev.16, this version drops the "nfs-ganesha-devel" subpackage (replaced by libntirpc-devel)- spec: + Reduce scriptlets' hard dependency on systemd + Add missing Requires from devel->library- spec: split off NTIRPC and NFSD shared libraries into subpackages- Version 2.8.dev.27+git.1554731117.4db414992: + FSAL_CEPH: don't abort the connection if we're deleting the export https://github.com/nfs-ganesha/nfs-ganesha/commit/0d62e92920730972351ab897e1ff2ed2f39fbf54 + spec: * drop install command for ganesha-rados-grace as it is now installed by cmake * build: ganesha_nfsd as a DSO, i.e. libganesha_nfsd.so * build in UTF-8 environment- Do a Release build to not include build host name (boo#1084909)- Version 2.8.dev.16+git.1550844464.79f319b6b: + spec, cmake: fix packaging of config_samples directory- spec: update RPM groups and descriptions- spec: + drop with_systemd macro and rip out non-systemd conditional blocks + use %_docdir instead of %_defaultdocdir and list documentation files explicitly + stop building nfs-ganesha-utils (no longer needed; requires Python 2) + use "BuildRequires: distribution-release" to avoid exposure to rebuilds triggered by sles-release and openSUSE-release (credits to dimstar for this improvement) + drop "BuildRequires: systemd" for SUSE, since this is already covered by pkgconfig(systemd) (credits to dimstar for this improvement)- spec: + use less obnoxious "NFS-Ganesha" form of software name + use less acronyms in the descriptions (Reviewer note: the only FSALs actually built are the ones for Ceph (CephFS and RGW) and XFS, so we don't care about the others) + fix the Group lines- Version 2.8.dev.16 + spec: add liburcu-devel build dependency - from upstream commit message: cmake: always build in liburcu There is some infrastructure in liburcu for handling things locklessly that could be of great use to ganesha. That library is available on both Linux and FreeBSD, so there should be no reason we can't use it with ganesha. Change cmake to always search for liburcu and fail to configure if it isn't present.- Version 2.7.1 + Spec file: fix ganesha-rados package installation- Version 2.7.1 + Upgrade to ntirpc version 1.7.1 + FSAL_CEPH: open file as root for COMMIT purposes + FSAL_CEPH: add an fallocate operation + FSAL_CEPH: enable the readdir_plus boolean + FSAL_CEPH: use ceph_ll_sync_inode to handle COMMIT call when available + FSAL_CEPH: abort the connection before shutdown if server will be restarting + FSAL_CEPH: rename onto non+empty directory should return NFS4ERR_EXIST + RADOS_URLS: enable them by default + RADOS_URLS: permit pool and object names containing '.' + FSAL_RGW: support directory object as an export + Doc: Man page for ganesha+rados+tool and ganesha+cluster+design + CMake: Add support to build with libasan + specfile: Allow packagers to remove dependency on rpcbind + specfile: move ganesha+raods+grace into a separate package + Async/vector API for read and write + Improvments in RecoveryBackend support + Code cleanup and refactoring + SAL: don't revoke delegations on export release + NLM_Share code fixes + gtest support + nfsd: handle rpcbind registration errors more gracefully + Avoid ABBA kind deadlock while IP release in grace period + Use temporary fd instead of global fd for getattr/setattr/LOCKT + Flex layout: Encode ff_layout4 and ff_device_addr4 + ganesha_stats: event log for statistics activity + FSAL_MDCACHE: always lookup newname from uncached + Disallow client to create dirents with an empty name + Coverity fixes + Fix default config IPv6 connections + Log improvments- Version 2.6.1 + Spec file: use ntirpc version 1.6.2 + Avoid double free of subhandle in mdcache_new_entry + Reorder initialization sequence in nfs_Init + Updated man page for RADOS_KV + Fix fsid comparison to include fsid type + Better debug print for FSAL module refcounting + Don't double stack MDCACHE on FSAL_PSEUDO exports + Fix leakage in netconfig entities + Fix copyrights on FSAL_MEM + NFS: fix delegation conflict check to open4_ex + Fix dbus release + RADOS_KV: do copy in rados_kv_get before releasing read op + Libntirpc module: set the cmake module path correctly + Make code python2 and 3 compatiable- Version 2.6-rc4 + Spec file: use %_fillupdir macro + DRC code cleanup + NFSv3: Fix file descriptor leak + Fix log level for FSAL cookie + Fix new warning for gcc 7.2 + ntirpc pullup- drop rpmlintrc file, no longer required, bsc#997880- Version 2.6-dev22 + Modularized recovery backend based on rados kv store + New config option "rados_kv" + NFSv4 delegation support + Explicitly mount specified bucket in librgw + New Reaper_Work_Per_Lane option + NFSv4: Allow '.' and '..' as target path in symlink creation + Fix root squashing for NFSv3 + RADOS_URL: load nfs-ganesha config from generic URL + Stripped out FSAL ZFS + Allow configuration of NFSv4 minor versions + Ceph: wire up delegation requests and callbacks + Gtest for FSAL lookup latency microbenchmark + DBus interface to extract FSAL performance stats + DBUS interface for purging idmapper cache + Removal of support_ex + Use 'v6disabled' flag to know if IPv6 is disabled + FSAL_CEPH: no need to set credentials- Add BuildRequires: libnsl-devel - bsc#1069819- Version 2.5.2.0 + Add python-pyparsing for nfs-ganesha-utils- Version 2.5.2.0 + update to upstream version 2.5.2- Version 2.5.1.1 + Add license GPL-3.0+ + bsc#997880: + DBus: allow root users only + rgw: implement compute_readdir_cookie and dirent_cmp + Fixes in hastable + MDCACHE: Fix rename/getattrs deadlock + Export: skip export entries that init_export_root fail + MDCACHE: Debug mdcache enabled by default- Version 2.5.025 + RGW: Minor modification in config example and man page. + Fix closing at termination and non-supported services + MDCACHE: abort unlink on real error from the sub-FSAL. + MDCACHE: Don't update attributes when they're invalid + Let upcall events wait for initialization of general_fridge + Dirent/chunk LRU memory management- Version 2.5.024 + Man page: Updated spec file for man page. + NFS4: Add result to OP tracepoint + bsc#102471: + ceph-common required by nfs-ganesha-ceph and nfs-ganesha-rgw- Version 2.5.023 - Upgrade to upstream version 2.5-final - Parital fix bsc#1031444 + Build with man page - Enable nfs-ganesha-utils package build - Disable gui_utils from nfs-ganesha-utils package- Disabled gui_utils from nfs-ganesha-utils package- Enabled nfs-ganesha-utils package build- Version 2.5.022 + New config sample: rgw_bucket.conf + Logs are now stored at /var/log/ganesha/ + Use "nfs-ganesha" instead of "ganesha" as service file.- Merge upstream v2.5-rc2 - nfs-ganesha.spec: don't build fsal_mem- Merge upstream V2.5-dev-20: + Add ganesha config editor + CMake: build against luminous librgw - Fix bsc#1024711 + config_samples: Fix unknown parameters + Use ceph.conf as default ganesha.conf- Merge upstream V2.5-dev-7 + CephFS: add support to export subdirectories + CephFS: config option for user credentials- nfs-ganesha.spec: fix libntirpc.so version number- nfs-ganesha.spec: disable PANFS VSAL- nfs-ganesha.spec: backport upstream changes that occurred between V2.3 and V2.4.1- nfs-ganesha.spec: add ExclusiveArch for SLE and openSUSE, to match what we have in ceph.spec- Merge upstream V2.4.1 - CMakeLists.txt: handle openSUSE- Update to version 2.3.3+git.1478706663.6f1c7a4: + RGW: failing to bind to librados should be caught- Fix bsc#997879 + nfs-ganesha.spec: fix license string/identifier + nfs-ganesha.spec: install and package LICENSE.txt + nfs-ganesha-rpmlintrc: drop setBadness('invalid-license', 0)- add standard copyright header to spec file - Update to version 2.3.3+git.1472466979.bb9cf0a: + nfs: Use option grace_period to determine grace timeout + fsal_gluster: eliminate duplicate code in gluster2fsal_error() + FSAL_GLUSTER : adding logrotate file for ganesha-gfapi.log + [FSAL_GPFS] prevent negative values to be interpreted as read amount. + RPCSEC_GSS: When using kerberos validate principals but not handles + FSAL_GLUSTER: set default errno to EINVAL + Avoid setting socket max buffers + [nfs4_clientid.c] remove stale client_id reference from client_record + Handle clientid and client record decoupling in nfs_release_v4_client() + Stop MOUNT/NLM as additional services in NFSv4 only environments + [fridgethr.c] Prevent infinite loop for timed out sync. + FSAL_GLUSTER : symlink operation fails when acl is enabled + Remove duplicate definition of posix2fsal_attributes + NFSv3 SETATTR should NOT set ATTR_SPACEUSED when ATTR_SIZE is set + Add ATTR_FSID to NFS v3 attributes + [state_misc.c] Remove assert() for invalid owner type. + Explicitly set privilegedport to false in default PseudoFS export + FSAL_GLUSTER/Upcall: Change poll interval to 10us + Chomp tailing slash from pseudopath + Rescan /etc/mtab in GPFS and VFS FSALs one more time if claim_posix_filesystems fails. Added init_complete variable to avoid rescanning at start up time. + This patch is to fix the bug that changes the owner always to root when all_squash is turned on. The fix is to not change the owner if anon_uid is 0. + Clean up log setting functions + Add COMPONENT_TIRPC for tracing libntirpc + RGW: look for librgw.so in either lib or lib64 + idmapping: add only_numeric_owners option (off by default) + Fix spurious compiler warning on some systems + rgw: add 3 new config options + Enables permission checks even when state is already present to prevent READ and WRITE operation using stolen stateid + find_package implementation for CEPH FSALs + Tweak FindCephFS.cmake and FindRGW.cmake + build: Fedora _hardened_build, fix compile errors + 32-bit: fix warnings/errors w/ old compilers, e.g. RHEL6 32-bit + Version V2.3.3- nfs-ganesha.spec: drop explicit ceph, rgw runtime dependencies- Update to version 2.3.2+git.1470139165.7aca631: + _service: migrate to SUSE/nfs-ganesha fork + regenerate tarball- nfs-ganesha-rpmlintrc: + fix conditional in %post script + add Requires(post): procps for pgrep- nfs-ganesha-rpmlintrc: disable invalid-license badness just to get a testing build in IBS- nfs-ganesha.spec: move ntirpc headers to a separate devel package- nfs-ganesha-rpmlintrc: new file (to reduce badness) - nfs-ganesha.spec: refrain from packaging /var/run/ganesha (and cut badness by another 10000)- nfs-ganesha.spec: install sysconfig using %fillup_only (thereby reducing RPMLINT badness by 10000)- nfs-ganesha.spec: make %post script idempotent (check for dbus-daemon processes before running killall on them)- nfs-ganesha.spec: + install systemd service files with 444 permissions + add %pre scriptlet to fix %post failure in OBS /usr/sbin/systemd-sysv-convert: line 62: /var/lib/systemd/sysv-convert/database: No such file or directory- nfs-ganesha.spec: Requires(post): psmisc for killall- nfs-ganesha.spec: + fix systemd-related build and runtime dependencies + make /usr/lib64/ganesha be owned by a package- Update to version 2.3.2+git.1470139165.7aca631: + Revert "CMakeLists.txt: source /etc/os-release to get NAME" + CMakeLists.txt: source /etc/os-release to get NAME + CMakeLists.txt: handle openSUSE - _service: build from smithfarm/nfs-ganesha fork (ses4 branch) - nfs-ganesha.spec: + BuildRequires: openSUSE-release on openSUSE, sles-release on SLES + enable ceph, rgw build + use libcephfs-devel instead of deprecated ceph-devel + use librgw-devel instead of deprecated rgw-devel + install documentation properly- nfs-ganesha.spec: enable ceph, RGW build - nfs-ganesha.spec: create and package a documentation directory- nfs-ganesha.spec: hack to get build to start - _service: hack to get build to start- Initial submission based on upstream V2.3.2 tag/bin/sh/bin/sh/bin/sh/bin/shobs-power9-11 1684753122  !"#$%&'()*+3.3+git0.39e0cf712-bp155.2.153.3+git0.39e0cf712-bp155.2.153.3+git0.39e0cf712-bp155.2.15 org.ganesha.nfsd.confganeshaganesha.confganeshaganesha.nfsdganeshanfs-ganesha-config.shnfs-ganesha-config.servicenfs-ganesha-lock.servicenfs-ganesha.serviceganeshaganeshaLICENSE.txtconfig_samplesREADMEceph.confconfig.txtds.confexport.txtganesha.conf.examplegluster.confgpfs.confgpfs.ganesha.exports.confgpfs.ganesha.log.confgpfs.ganesha.main.confgpfs.ganesha.nfsd.conflogging.txtlogrotate_fsal_glusterlogrotate_ganeshalustre.confmem.confproxy.confrgw.confrgw_bucket.confvfs.confxfs.confsysconfig.ganeshaganesha-cache-config.8.gzganesha-config.8.gzganesha-core-config.8.gzganesha-export-config.8.gzganesha-log-config.8.gzganesha/etc/dbus-1/system.d//etc//etc/ganesha//etc/logrotate.d//usr/bin//usr/lib//usr/lib/ganesha//usr/lib/systemd/system//usr/lib64//usr/share/doc/packages//usr/share/doc/packages/ganesha//usr/share/doc/packages/ganesha/config_samples//usr/share/fillup-templates//usr/share/man/man8//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/058e11d35a894afae816a3d155e5f42c-nfs-ganeshacpioxz5ppc64le-suse-linuxXML 1.0 document, ASCII textdirectoryASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=00d5d3029a6102c93075ed1e15d617a753a15023, for GNU/Linux 3.10.0, strippedPOSIX shell script, ASCII text executableBSD makefile script text with ".include", ASCII textemptytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RR R RRR R%i+\U9Jcsystemdsystemdutf-875b52a2b41b49ae85ad57191b8ae39d93fa40dd04cdd8320bccea88f226ee4ac?@7zXZ !t/Y/ ] crv(vX0ٱǂ` Z"._V;9rpU8҇H_:?q֐O֠*enӚb#⫛f;uF/v0qYI7Q]*Me4i<reYԷ NΊ_~bD.d-d6č.~0Ь"Lк5Keڨ Sտl|vcTnVgnJk*Ty[9&z8QgPL\&ac 5U}swƳts\5H?:q| [V?綺Aۓ:L^p&Ē&q,?p2Ct~>B4 z| 4."9gF@I[+Ljd[8sY7XFRYaSlWD7*B7ʆO,+y#Y0 ș{<<;~[ LOUVvwؼ1ھz+!Bvs* x?qM@ HԐ9W A4:GheX)?_3$9|{ !->sB6z$[௢Ҵ^`nzhj(ׅwtŌ"cZ>']%h-g~m.hӼ -JHZ\ҴFi"=\x(U-h &RHp%m|G^Π92yp?5hΊ;3 Ϭ>V jt\IUÇ$DΟ̤"v@;6kҘRWI]''u(XᄒyX*sqQ[G6Hn4im Gn0sFckfb>eӈ&̾8-'p^1xx]gEi!(0a 3@Qڍ:̉6BsNm9gD91hP%z,J=1Q/JZ|cl` soIhges 0,.!1 \RL@@ dLl(@H;U ׫/An_k+uL j=0Q$mZ@ݕ凳WcbTS2fHC\1F[/9_2R[mLh2H8yX}GeiLk+a4\f@`qT|z*L8T+UIE-D2,PGͧZO.)6yjPDj~(K5J«(mI <]RsA_!Vrsa߁3 ED,^bfyf}ElJ5n!.G96qu!״40Jh <چQe3/ k9bUOcy:" r3)a ut8iMQ?`Ȇy̞nN~ID~!^<+ښ-*啉޷YnDCU}L{F~gz6n?X]i#He0:'sC`)[A\C)m` 䕞<{4%-ȽKwYɠDVvzJF|x( #eISxHP''[P^~!7za?&G 1ԏ# B<7k 3E&6\ZO|39"s2u%+2Ҽq>gGa0tP-NhV܏{8ܜN IjY(q`pk#Po4K괊@-w&D to (.3Y%yA~"/j6$j)J})Q@-`9 Z`gKI\LHV5CB^ҟ`+"G-= l60fYリr1sJ+-'wqk6k(Ad_?T|zqlm5aiE-VyMj2lӢ/"~,g T-ƲˠIibߍD,NtMzgJ8p/ee{-ճ^gBӉF&E)WdOm\}DL C@ڴO*}W#@Qp}a<:Tz؍c(ǷuvlH*oҪ eH5yѪ40\SERRQ#gqG~)C'gt7A7nΉ3jW}@J3R_{HD/Sb:h rU<dy졖 >-ح7/KדӘ96lCSΫ 4e79;3mZgH?%~n-"uR9o<߼>`ChoTŗg"[NX_l_ҜcݐW'k-'P W w7-IYJi'XnVNDPIôM{*WNi q`Yħ;9mb7odra3󿺧=Ƽ{sGYIX0O+ݪ?"c%-H#*(qrt<^XCkXT@HE#-bw>JR}I!WՁْGB(>3Q:ٹҦWT̒,9 0=Zj5[Zgڰ7 x7c̅w60/fP?C@#6b <Jٱ?_Êsw`xMo?,_})L;V)gjca멉nt8v۵J$S!+4s&PĕQXs=| B+e,LFf>r֪R]TZ+0!-ʪv*VB* X!h'I%6ROEK$XC U{}Usw ל[٤!kO)np`@"0x+k5TeXz8䱗 B=h:xn̕x`]YUA-o_NFPQނ@Yz$hl ˣ ^\n2fNaA;陻pI1$&~)^^bG9]EňK;Hz{@XՔvdaS2濳El7q>Qf8ݓU 5o<Ƌhb$ 078nkkP.ZX>qADZ.Ňf%>!({h)s,ȴ @^Kke?J/S?< w8ȅ?4Gӎq򧟖{V&:o-(@n7}lն$j<n3j짋;HG^ipz| g6 v ]plgFȞSkl\])U<:]} UDd$1pp|S^ Q*ə[`#FQDzWl%Y]<-|]{Wi.f qVꗧN*ofeV(r>/IpF>]t<|.GBar0vL>5έ. \ޝwYk=ׄYFD⣾TZw 3!Le;^ӣc={Λ˜ш#i3PcDA:`h΋출;t+s'2{y=KMNէ %e 9 k? 2m^Eg:lWAG _{߳VP(̛%Qp1}cJz[f4ZTyZYI;K23ҟ&Fç : @֧͑2A.O^ƥTzӍu%&Hn{T6|ƞT.,[1h0JvM7At\Cg>3([hFe>4T.-:[8%*; e{^Dj%j 7Z NLᤴ9o{迿t #Q @+pwUTpb5s"Z͐(T9oGz6̝"^ w^easj#Ssnq/@LYxG΄5z|oRDq%&\rCo55)! 60#c5xv<ٞfKLk?rsmӧ":m\0) ƀ'^'>@VId>f|mX oS˚ Y^2ӳ0EVoo=#:<-%ǥ[2#Mq6w8n _ IO!yMFe*N"ZiE}Θ1>4y8]TxDp!_')z/'rG}ZqO}~w} - B|N'M_HJë2_R€ ?H1q&A$jryn1)8L[r%3K1zi4x+e4_Dp_d? b|+)v|7w2ޑb&@$ʐ'\ZWBAbgQef/NbG6c3\ a>s[jǁ%\wVJC i|&3|!Y+; ;x d8G"%m_Vt_"2ũ@GVSWg~v<(sEj*S(~c ޕ+pyгw^OE:6n CO}5Tg[CsnFHw_?gقJSСs:@$gGN0Yv}Gkb:یu ,!Ŷɣo V\i2B/ rԀyBJ}n q&91Gn~"8(lݓWڋkPFf[NjcxBy5C6<,RWtfLLoIޓuX k }@V⻙&:^,IBv`S\{_M@Mzy@ zd% EĻ'8d2Ed%aP Ͻfn$!wd\bm t5X`w)dxF& [H:ujnZoo iS>D1ZԫjCn$.J7 _JtkdO8;5!̶RYq0O^/5j *+U>jָ9Á'k!X5*yޗ9 ?]`VE_[iM5×|^t^nOߧ#z|P=#+5DŽW 0<]DBGfLNtçiJP72 *,BulJ|q=&=(q8 Qh,(RJ?cT+p ϻ K7B(;;NFIe"o/5+2w#ÞAro_er |3Ai8'֎PVCMl޶z.BfAw]FBPqEo݂;eqAUVFSݾBdTȦE`–{T<ژHT"8CëYdIvB`Hbt;pJ,\Vp!- Ŵ=Ek-~ձZgG"pT#-Hݯ `y6K*m4iUPk}.PNcpDd?,dW#eq?垅rVxO5<E&<4>F"#zb|.F#+G)-+dqދڞ%IJVR gƫ9rɕBovVE )vz]ՌZgo?]Y/St>JΕc?)y&~j^t *efϔ( y6MT3YܛPgBF٘ ~ʻr ,) dl&Iׄ$iRm쬌ES?Vgg, 쀔IPd]5ӘxAC'lkoŘ>P*jJvL\&zW8$EJ|(*[}N/+Y)RXaB*JrBQ~",xItX&8b܃ @f+bDs$4{惍Ɯ5ۏ=>U;![s` C(#T#Je.mkm)Խ0/*p ݔŜ]ݨמBv~bݫ]u%^%"-ףVq:4qhb9fNbe(?eU9튾#unvaP?Ul o3%H꾳Tګ^MOmƥ9= zs,#r2[K`:z LjnB9 JýQg lm.BVо +W/*1QQUTOШ]q@H:WTi O/BHNIu3B3 YeVZ"TٽCƋ<)K.)\s]_Ŗ-J&G*g.Cwi뤣o!6ڌt%2"듰i+JHZU̦Эh|_w՞6{xhASfIAZxUmR)NlcɎ8z:?}BngF SBߜ%8tAՅׁB,(%/h"g55t"^Hm?0 Pƽ?y;}'й~9׎@O TU *V;uYNҰf^vߦrhd@VDFuf^L0q}fu;<"I%[#[vu>{jߍ8s)PG$55(GF+ pk'JT48YNl;pTP%ik!:[Gׄ#2BЂv.ݎHZwA!f^ysOh'y-y_jUOQ οن@  pU| ;ev8iU#ڌ;nKDOJ%t'-a"'p[$` 4 8^5XPVON (ӇIM~=y8Y;@"aEo1}l_N 9UFQc̢ݨ I?[*Qb /3>ՠEInୠ~Ա.2w_ HY@ N&~߃چIEtuyϽ7PuCUfMQee!hne-VCؼdpR/A~Enk\Zg?$歔XɰoLZwvb-S[! 5{qjwe;(DݢpA(_oA>Q{PS*ea08X_pc6t'&[zk|x?;t|YI҈Ԡ9ԃC C>w~Ӓ`t,F%pFJ:gރ&BMCQ}n"=8q3:Ռ\ MS-gJk D٦%ԛLyӭFtNֽSVNϽdal\CΏPZf^ AG~jth?ۧxY^65]ZOz[%beJΌS>`نqF>ku2 ځQ@B>9<{8C44=/98חPh哜G'/ {lߞVfZʼeuΔ5Ǔá~CG"]_KA1xcY-C]>k#aH\K6jK0:J/oDL$`Tkr줜Q) }/jޒ\C\X^Eu9(kLofH8XYƢT ;o&`GUp=zE, 60ˉzq 8NqqTR>Io 2֙B_ڹ% [ڹ0)."ݥNA1(,׳bxiTǮA 勓P_Vm ZQkzvi\b1 K[!.cK,Rs Ԡ>x:dխۖR,Xp5abR 8 )v|폺p?f6TpWZF ̚(^D%7?^8FEr~:VOQC5IP:ΙLg߿?Okڢʩ@~*ŐcG" LVmNjqSEz |bjH% HI)6>Y{PͪK A>Ap#V@csjxa_ܥl08 Sv&g.(^D Q. Hн{|1k}Axݪ؈ނonUu}wx7uxS_(lܐ7>kU| ,IKm&ȧż#㥻=/R&-1/•hĆ%hC^Wc vvO $-uWЧ#[@)c82V^֎ U&z6kw:8,Z\us}fM$DAcӄ/dsM4EuPic^OBÞcYp_gj^t?`IV‡Ȝ_~cdN fV_"&kkf ƓqdPq!寂3? Vsm ~Ͼxu4 %Z<)]w\tpߝTz6pn)#7륢JW>Rʀ~Hܤe1?Z>aJo `go*4:i0 ?ar5,F6sŹܢAL̒// ia^SB2D2 v5Iu}:Cnc`y. 47MǶSQGڥȇjU6-R"IL q+qL4˒IUJXgexAH7c] geF.jz^wa[&3]#4 \MoyJa{?j, Մ^C|E+g[3C;LÒ??JttNfU 267o9=`-EWPn&u7RZߛ=ep^Qmd!R4K?ħWQ^T"A6X|Zn`_Q75_ |;-ޫdN, f8 8DHd%Q2~v, |`#\ <[ ag⚛2n]&p/9s@' @]z(LmC0}sjQd(#}q⭺7S: qyo]%A\ -@{F4{@+V˗ $m>SN?0ޛy" Gƅ[O OJ\5BW"#DA󣑸m- b4**+Iu]A(I}J4kE\S.2j|f2f-s;I?H#ġf-5}Iݗ9T!V)/'c9nƑi=kUޥYBr>\r)( MŶ3ZIԶLͩ\3ZBx<ЛZaՃ4sxe8MLcoR!  LޠqV|>q.t]%mz:gT9%K$- zHDϲ1A*z& ,@${bSB%L![-FU5菙ʅ_y-bOPbč]`?5(ӛvnY$j x-m r+9 I;a4(!Όysm 'os̤q(&"p) zƲ9N,D.#H7zG/?Ad@%h4\'aIM΂tX.F=tzp6wM 1jeD ;d+EC,w=+fzsAj׆=4 Ќ_[ڷ:>{ mԦ=)X`EspX VdD Z Q I'"NRq$䵊]١ΕCMt{̇Xu,dXv+lP'Խ(~U a|7Ίܰ[嵕B2 *qq~q?Rx mr];]]A|oC}'^[HT3$,kޒ@=DQwysTP06Q[rȩMn*,3tv50GAțY*1my8ެK:DI6^(w'b9h!GpHBLCtvCfM z鶎ִs$Wy/AP&FQ ǍC/W+ՐZA㙣cprY{8:D^j(81PBgsv ;Lx5geFgC'ƔL { =V[ԓ~ګJ.,&Ffs3P.\!"z\٫ЪXVi=&7+kQm$Q$v Yb{lݬ2Ӧ#{t3x\Y,{3n \M0 [_.{ *"s+՜vA?i3RH/%z}ha ~nt%g)d3 Ƨ(#^`T6b*`30(g@<SbO  MIKr ~|>|cWP.KcadJc23UJHlZčd3JdDz3Цwf>_b LPR;;DDB@82^vPKْ<^#wt>wIW hjNw?A|VdlȸAV h)Z:<❊8B)20.Mcz }@$k"Q*ʑA m?j(ON )>Vg_,fNPCd䜕-6t sh(adr^?li=߬8 *?W3gNj9/TN -p%'(ѥM}0 :&F~-PG0V$*QqU0E{~'-z1kl^_/)i5+"@IQ[f7 YVt[P-w"?etQsQC sIe|yRh )<=A~z".׽&qW MΞIOr$VcqOO]uXڰHeEb$Tv"Ұ~ҌReӟ%GE!th/MI}T2uɄG>{C^3uņ`Q'd43ϤwnfRn.A u;EU^Cw_ދLxlҫ.\C9D\䍩O$̖>F F zg}36,ZjotYy^v ~_ ,B4mP}˪b3&W (e]D]ڮ(`AF`=ael}4u̪͜m6GX4G 1s$5r WPPyJTw4;I󀚼vڅBh4OAcad@L`#Tr-v4I["2X%rOwB de(QYJ|S$g XUJ"DVT:3z~実{2ӽ%T<ӑ!d_CEG9՜ $װO>/$eB3:q~)놸Ĝ7{$:5lM |(1 ŏ_d$CWkWn缤MDhtA9ûQ"L]x4r: m+Р&{?+SvAOyi+ ϊ7ɸuRtսX,R3ə4A\D9*$ ;}dRVQf$u&0AXJ>-]m, @Q aD&\Qc",`s`g:sf O~j(X F^ / ,,FȨ667;0c6wwXOđ|4l"N1ҥ`RAV(%R߶`魨gp'9@m~DS~#F'!EbDD6#'$`;n#o( ߜzCޡY`Ch^@ݘ 5SΆ!r_ARR4WI_z2#~?;H r&E̻}D쯥۶X3wyEPj=F \^ݵAZlKm lPv{ξ!_3H ,9e7jf[`]d_=ĖЁ_k 9 ,^4G>޵=pbR~0GVݵ}g01RCj@^Oy7i^-#UV.$>+%^]ijvvb̎L$ö%] V[ 1Dq^I38'4IԪk A#RB5n sr-Aws5x^}h쎫 &@}}Ą>, -S}˿w+FٿbP&d!%D?]ݪ])%Fp~%vEu5Rp1h 32|"^p?s ն$=i wt=r!k'9ͳ$o-nt>n=n^j':K`/"WRpr=G~{& n-m^ipȌL>dpt(7>/i&Cbe^yVsΫ쒌w<@ r+W 6O\-)\^+nh`etc\>ШRH^B_ DTʼ܅ 1:jB^oIRd)4K_E'r9 @ĥ"G'Y$Sopmt3Pb^&BCn|H7c^NÍ kfZeX5bp 2E<<zyB_: x CL~ls^ Bܘz+m3O*U>ꘇe,ROAObv>͇zXCҵ -\;%#е,zT8qy}?Ȗ:?16YH2!9-J2U{XSu4)R*rr:QƼ^@s^6|JipSsϾ.I΋1a7I Pɯ66~Z!RLI.~ZDĩ>9ЮᘰF{+\Vs!Uis/-w79 /3hp7}bYbJڻ')82&-U!o#@7Ja.~'G8TM'L-%t. =r&Y& $đl.Ր=-/L- P`awITx8QVx$)UA̘A3LI̺SWǨi2Ֆ٫439A-p0S\a qsjؔ]̸}qӵ;6 YgC YZ1[TF wtEТՍپ v?YL1dcNKj`0c5aD4!Ov Fij?oI.N3'Rt1وXٜj?7l00dq}40h)ku%p0?qΌ"Ѱa'I#̐rt:@B1z;Uʏik|gu_Vc: 8h =6/dPsw*$jI㯬ƆE?4,xn˨\U窢7T@Z9GQNm?r,MpHC+b_#]f7rn ;oA|]N;4 ~ٯY2³fJ73zt|nGBڷ_9 շヌr11e a_}4=r|_ 1jDFYg:ɻ,A+roh;6hq}>pEU`=z*.مW}/o0ZqCG [J$>PŽv m;?R3DŽGiQ2#Pa^FO6@I͓Eƒw8[3vrp^tқdpxq+cp[I+:s'%P3aͦbјsgpF1\9t$yZy9u]';E$fp[~8@KB/Ox:Y]g鴳[ u'J7@)' eV=h9Wb>8"-oi܈_ώ=|-7,UV&2Yw׫fe1KX;I*0^Uۋ>EgJY` `&;ySWPڌ/LX(*\ ";0=.&E٘)PJk*ېݭ1m]e h?ㅈîɺKQv? Ufm/uAYyٹ)x/"EG$֯6S#Qu k/6ƧG?2!ܠ{7%r:mCLro>[j2 { #бu?:E19݅l^ kVAe/|y^Rt2IwqY)i~2/E^&G~;[k];)nccmO4_l1NKFp4w>Xh'd1c!hS$\M sTL0olT;c.!JZ/@FWl-ij rs0y}ij/#{rk p rWOoqƑCuѵ>X)Y2]L/f6!XQ>Vid;QKZq9oz* Ȟ[|+ \lbݘ{hUX[&G nIKO%[{Py-rTU|2v*|ErWCE%6c@p:AڻKň˫m) ^CY/tX n3[X(}Вs*0k})cZ ȤYll:.䦅U·M2%}6&ϱ/nv~3Dgw ZԚNߩqUvwKkq_m |ퟜ9q/S䧇Bze2rtvHM1׳s N5ͰzW?DQ*r7%{i(s`۟کo^ 4IݾWu9$WX=ksC_1úQbO^ hN?fJ11ˬ|0GSg |@#eF$f;O)L0F''࠺a5BV+m.=BbF]Gt ܰCӼz.c'B/dZxfgxFK-= HKr@y5_v!]^4;~6z^AתPt6oF_7!Wwzqi3{ W|~|{V%_WNx)8UWc:eYuP0=yzBd~~4ZX x6/1׆TσݩOP I˽:ӂ쳒 _$cV!bc$/ 먋\=lRu/o 'dNl$ fmj TNK2ilT;{U`F(|ΘG[GDi!X[?n,fuRY&yLar`xTR3ʠCzMQ_lZB 7G!8bە4­(Ni=7$tm@įס9;bvǏ^= l{<秡f 5kPtp5 *mm#06H(Rd;4 z5I@j-ڤ-S-)7|nxj'Aʴy= $<:G&vĚ1Ip((cF's Non<'v4vLF)V@AA $s3r#y>B@?JOݳ$b#FL\Fr<[6IH"I ?|<B:7Pu.`pQqy YNsE_>VB<%k KIlaW;*ok~AL+4~ewQC1cdڄ'fyƫfTy4_~x];JO#.;# - 4G*GWF^yһl=Es)#JX7 3e9P!<i[x%uiRϽնY,%DkocIFO3aɜ\z5FkAL-5- h,L5ahy9R͎rl6#Ԣٞ)Ovm;>S)dS0bzNzse&ޫHKU8*..a[`,?M &I09iU~U*ݾ'|JsRcwJL8]m +e?]h);F2#yFYҮjpYd[1eG֗!I m3Gj~RJnQ?N"Y`L[zzEp]JKRaeUVJTys)SJf4Ō+syn.agWqjK~蛛hw vҒ,JhՓrQmv7`#.6~}0K]&Ӈ(37fZGr-H,{Ά{Wp ^QrOn4#"Cjѩ S/р>X^< c\96nDx  WN$mԍ'mq){ʖ0#SZauUS={ђDcK!(%Q=Qە T6iמaAGW˾M0BPƋ;l[\ƣ8$" u5@@ƨ^ׁ^1RHviA#Q6|bDeUHY[#6E:p^7 W¾-M(]$`01N۝BR@*WR[ ]UVl S藊T[^N*G͸!0ixqN5 xtwNCBְ(W>\-Žu0pj2$kQ0NZSL}YTٕ.nX;^,M|ۄ}倨=a><+Ҕ3q]%g:ɍs?y l"05͇i&k) U}Q'[vM=ҨکUԎbSdcOyL)S"jnu3Fp"/*GWpu`]RVsd#ݟ/=(gO*hr0#;'W|0YK`cȭF2HJPd 4 7tD(ejȳf{P{S : 39 x时Xh#!W`Yyܢ((`K鐝gxF#7]>07oS\k.jj^qۤX*7N؊-5ʵI;6!hm9vU}n Jd$Da(< -Q-9'L/GZieW-mܲR[`"^aSYKhe/ǑJmB(pK4)К)F]3+%G~ "^4D#]-#)sȁY;T4%Y0\X^HHXO$b#'#3q.q]DO%p'6^h?[a9B:>Ƃ@_p 5~ &Sm&HƱ‚0YhOw=Ɋ%{W0ybL)WcQJjeP7r˗$?C7}'oSUyCq1Ci D4?YotܸYTU'F" )W*#NfƈȜjZt؁P^8y T)->$NXJƷUzܩX# RHpiɀxjψyUQA| זOxLJ)a~.@JwbLz.}}o0)x\b.4'FhU&)R̰f$!̒!ܑ%nn KG S(Ž羉$em_?do:Hz3MW:.c36t誒A[(iJCغ6S k>-r+C yՅG( ͼ2dsrȸtIdĮ>@-ti&EKDڇF3PZۏz-N&z6"̧ty6'A״cN6 @\ ;|*yD!oPaj&~1\ m9IODJJ3E H>il0[ÏgQ73@^LVJG_D a%{d9zXc[]PjR=T:2zK70m?ȡʠd " G3͞!~][9gL}3Y#,fteL@/ZO۵<Yѵ1t[;܊g(;͕+(Xd|}-Rpx=%3K~t~@ZH#9? a) QĎG1GxY1zũH|d~)CT>*Hs Ţ`RH3 ;? ゕ.ESgg N.dߣm ZVY]Sn+:SC~f)(7 iTvS㏁+*{PI&v먤VWKZƤ!_[܊RD~LgNLw&f`2!GC8[{(Ll$(W ĠT7i\z? i6ˍlH0U0%Yiط~nЂ  mo;,̮ԫ@"N e Eg'CD=5Qщ0.oc8Lchv1%#2Fl?ү؊#5ח$5(Z@<:c8!.'}yccN=L: 'SInWÙIM\Qt+Qh{nw_oJs}Ce|8yh^XHBH?G &[(z5dXT?귯sK(4tiBF'$XFSʘJܛ0G0.w!WN(M pW;ネue[57TKY 0Y!08CAX5B.AvBZ©339̀2 - Y/dN^RRjD@ʁD6cG_~"/G٪iTkˡ |8;~.-r- ^KuN-PZ\uB@8Vyu?K-='x^ln eN Ʒ5QLŪ|Eת9h'ۚs_T{("Ŏ)QT{)#c]2zO, 1-fMhq"p$ir" ]ѱ\3@/ j?Ϟ:/Yen uc}qZ'Wfy&dQõ@ehBVgeYExa7DT=>&O3;)wȒ g}NV7mar}`,ՌW?L$)U {UӧI4 \,/TP 8L41"UVA…qG5; $_:洽O3& /ڙפ#WG0Ez .xn _?-:Y*Ǧ3> ibjR$:q{BRS :XýL@|#?ϐ=Kd')^~xk8P } j=TKYۅЧy@,E0V4,(62YqA6|b+yh7q8[_ -Gjs' u@@b<z X:L7GF(Ml_W$9ӇSO!<o?XAN1X 9[o񘘈~b.7Q zCjq/B"K% ܣc>=(5UhmRX{B=zr’Q9ΚXtBkR *AB}МMj9MS5B.G4FO2g\dmzMkXq4(C0|*"t݉z[r*jv?lY֮},ctd7.j!`rDnavǫ:Xzfb4 +^|@5`,KH Y?9pԀHG4}|󒇱 n VKPzv mɨT}_vCxqKWz>Bn9impv^A 9yR~61gRsR9Ê*I0v͵]hKeky9{֘S)cŽ!Qbz c,#g# LE e@%R:v,| jī1r%2\l PZ4MCIb-ȹIrVЧy֒-1L(C+˛Z̺ #> 2! –|Tۼ}WDl u.PfES>b'Wh~,[f*$]8#|d63 fqZ'p#3/#߉|̈DnBf~G,`ӂ.lϩTn)8оsخQ1 ~09{?a?Dž']aR֌Sa)0anRb?s|q9UkJ1LSm;o)A9Dʈa0C5]^/ǯigڃBdXo$TH|̴*QOVbaP_xc p*|J|AnSlÄ5Eۤ4C@XoТ{ y:X#q/vHl+=ܮX0]Jfğv܌*U/J+!A${1:6!XpZh ,GD`9YÚ7ċ_)˜iX1v8qt3?\ɹϗ>#pwsVKڡ=JFy{K0xhȝ|sc>wiqBOG/˘=tC1ʮ1c>@ͳ f ԚAo՘i[6/TB!uX1ǀnvH8"?:Y53.iX}L(76 gmnF*̪ ?EEzX֏9v/Ծ[kWnrtr2-?r'㤑`E톅̈́As{dzxHN+bI9cLk<:g&i sŽwYpiBLP&d[a bO lL=9 {bUwy-+> J0ʑ X!v 45S(AU.JAF 6"YcޕqS.WЛ[× /?xKƭ$Y8A] bKT:A}0;jVrý,8'|=t7v77󂝀j=.heջH ܂5ڿsԭpbUƲs3D{V+ܹi< >VwisGUa̦ў3vHckN(x~CSsRF&x_(XQ25>3"QqV=M%_;i\QG_$$+Ub_|JFGB$JMr͡B+oXYǢ;fLZ P -~<ă=;ިM=^ʼ͕&̒О]\1*sR%x%gǏbeIVQXAƹw.F? j5xڐ7YWMU +qY럙灱,>+1D1ezj@ۂEmRW{Po]++ nMKޙDY6z_G ^90$L Ǖ(Q67L{&u2yvme NDAX-#f !t ;-]OQ^qQo3QJOUWXG7,E3t98 gqȕ%WȢj_ʒlxkSBHo`6y%t+ =4D^֬SNNҺNEq>+A#R*)mrzdaFB"L?S 0m&e,2?4!7cJј3, ϗ}nϊ0Fؚ3L|N >+ 'O+_m/% \59]Fب=E N5E C}rn 1>Vy+~У)c ǻta; Ȭ[*{x[/f|}):Kz{; kҟO*ɡiVʏQ^+B9W'??lO!Ujz V8W$aY+: zF[i,X ^{^+.ws!S=ҐZyjq ‡l,s,EY&vFX^+p Nl&Zp0~_kr #a;W(/OަZ;)@*t3 oVΞW@UL"lQ£讪E#DZ G$q*f%R-qY, ^t1TO&Y u`]ӈ̱zb;ײ5~+lb=ߍ5^kgw)eW"{ZAR F# NǛ>noX O$BБ?q\5 d+N; p"nGG5VP: L;{zS%I봫0OpN1o .uHտJna2K,a[ ۟+Gw?%EoLR*h~a]:/ӀQAd { wlq*aӂYp ?or)k"!fr@{[Y+(K%y7^*)X%wNyKhAcxb47F^Vx( D.C-'T4>-lƈC`RAZ>/@6\n~JM!{"gngH҂D45(6I#*`y:œAܢ@u>BU!vc7OJ>%,0֭0+ҙ ȯ0oR9mƠgFN0a2Yt4#mcLQ(%SkKIӽc`VWIu&fn*lIsrP FG0f[$%D+piExAK=ɡ]:/I| Z3}7xb H"ȯm`-C*vY-A'@Z(uP SqTک.(vNd4`8kU1rTbү"L&:iQdGegXIcqi 3[ r'JJ=V0~J)SGW?yċV<@Dȴ1kE/$JPm"*נ͚Qcш:bQ=r'j@r5EVsBwYý7Saʳ$tX1F] Xʃ. f -0Q%埢**#:DbIc^c1s߃^r DV{1{MG0TxG3ˁZ%.Vu dQ^'DDh> OsQ#RG:<Bȋ|I4kV !T̑IhMҹ!]]@P jeнOf˙iF't;#G! L"CݬLyM}6wUܠ0L97sD{,~ݩsP?4f FPVvƑeѥMB}]Y c2 ,sMJpצf]zy|z2{29/%&K*n!%?ˌ\4t mޛg[e<ѯk1PRR;Z q 2 hzODm&ևq0,E9_qbSiwᅡعzG I_2C Mpt-cHӤTBo";*QEpƣsӯ0cLi^5r PyfFVU//$h{xGZ YO[Y۪%sKNchpKG0~no.jP ee _wV6ژٴˈ}և饈uΏMKWh!EiZǡ~K(\4]K':p@-rF~&osNV.DeYhG-S@Vuyi U:'͞S!" 0LH"ѭfXIyW [ЁΎID N M~=[bоl3X=t lh;*iޘ;|dE7!}Gym#1ʮ\r6ϫia`c^U+((}zdXW@׫d%Xv 7V@仄]ㆄҁd. 1ib#6 ~:]2"==Ȗm]ZG}CŠf}i5OeE" sq՞m|@td>>G JjZk _;·F`0y/̉m'lĕ} NF0C]7+] ]2fv޷%A@d כYϥcQדzM0:Ӣ=vtiOkۚh [HP$yL8m!!WɯU͓7nz_h2W"z%Yֶ_㘷̀3x=O sUUG'{~u=4Bn -:s_@ oI!)ypԤ߂ H4l^;\QHy;)uc+HYƨyȯɣJ,W^kq𙹫׍{PnEŹ7p}…sbE¥cVFeY/BU$a{W{>Dy e{3R0h/uPҨk2!7wJE8@ _2%s?+N"} KtT!I7`!hOj%JũDwmhah/hZ790׃p͔Td13$nu FW_|iv1Eom p|>E(V0]}E=_3ܵ@.8h'th=v+1QQEy}5d״yD^RAӯP+[_-P϶ą U 2CV1&_‚ح[^:秱v<1~=Q۟ ~_$- 8,`E,@4iHryF-/H\f9+ U{ogK&%o/?aּ1HB M@2tji^3^/ Qz,"< MU ?̪\c jvX5[ZHp n#Q=(]v&9zJ