nfs-ganesha-3.2+git0.8d07e25a7-bp153.1.23 >  A `g!M@eeeg6iH2wS+z~|c;-5R9úAcuFLL 64X@!^8:Zۍp{F€H3{; 1zYY7?hR =`4/ A|́cѠqhs2ĤDl6W~my]#63:ѹviM@Y~znf/J&^= lN!O88 fi'k l/{.SF'bf71e74dc846e0f1507f315d2f999791ce8524df62ab748619a2f1ae9c4b759d299acc15e1ffd88fb92b3c4acc670b738d8bba39 T`g!M@eeeSIՑC(U8BTn5x Kٲw ܡh?~DGWaFbz%H RAǴHXAZ4(EV新z+@oMᦢ{L=aàanIaj8ˡoGG? A7 hφE]5ہNXĔUh6 L vJ}ۦ!rYp(5ҺZƟ%䣙 Z;pIt?sd! , PX\hl %-Q ++ + @+ + W+ +0+ + !+!!"d$4($8$A9%A:+bA=g>g?g@gFgGg+Hh+IiL+XixYi\i+]j+^m*bnWcodoseoxfo{lo}uo+vp<wr+xr+ys\ zssssssssCnfs-ganesha3.2+git0.8d07e25a7bp153.1.23An 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).`gobs-arm-9QSUSE Linux Enterprise 15 SP3openSUSELGPL-3.0-or-later AND GPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Networking/NFShttps://github.com/nfs-ganesha/nfs-ganesha/wikilinuxaarch64 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 "/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 &rp5WSIbHR" &A6xr03-k%4 XA큤A$$$AA큤A큤A`g`g`g`g`g`g`g`g`g`g`g`g`g`g]<]<]<]<]<]<]<]<]<]<]<]<]<]<]<]<]<]<]<]<]<]<`g`g`g`g`g`g`ga0ae4c2156edb328987be04e689b994dfc05258dd33aad7338c64674ec8dd0b573b3ba2287d9cab3c09dd2f78e8d72134a9008d3c09bac28551e3a8ee3ea2013be66e154562cba1b49b6e005382160828e9b6e08f6c16da08c5c11043e015d68a9168336391116373c6a236a69b6269b0974a2c38e19c8f26ee632f3430bf810c22312852d66aae9a88b45977a4f04e032014ed036d2a54791f389f7cb9d7dcb085176a87bbdc404c35b3a484dc3914c3e0c2ca158632e851fde6785ac59e36d05f7e9b687b4d85ee950e59d16668482ba96f62bdadb05c7701b1a2db0282191eb60b010968b0b668c799c39624079dad9cdd687a56c7e749d54a68fc20cd71cda7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768f251c62a842a033bc1bc40cd8089ab330202b45adcb279c4675afca4aae7a798de030709da56f6a4fe204614a7e7e8f21f42ec45033e9b8192887c1ae9c0f298a248c78622f1233e9dfc2ab60122da51c14efcafa6f905a6ff7fcde9fd842ba021901d1f161002f731717fa926c1959370d5fa5deeecf1cb295ecccede569d03677ea319a23867d4e05d63d80a94cac161beb818af9a82f39fa660d6ed71297f73b3ba2287d9cab3c09dd2f78e8d72134a9008d3c09bac28551e3a8ee3ea2013da070ff9cc7f5975dbfa63dc1b5dec7d01d8a33663aa0b7e9ea639af127f23b70bb96599359d4ecf9231e1b450d0fce1e142ed7a853f075620bfc1d1e1f64b3ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b85591a08a00a9d36194b1bf5dbbb76b0bfde327828b95ee3e26ebe59ec0d610f079f84c39e29cc8fb5c05c74d5095bb9a8d42148fbb4ff8a5d20a9bd3898cb0595309f062ff20e7e92da04eaf50038e5fa3c88b23a0a68e3168b3b36308ed3f84772f5d1055665b2979b5b9107e80276f9019495ed448a3f728c819c8aa00c89aaadbb084a2b12253de727721e8d17c7cc8d0becb3f64d020ade4ebac057340f713be66e154562cba1b49b6e005382160828e9b6e08f6c16da08c5c11043e015d686b3aad8fc4e780ee032cdd4f1efe66fb4f69d72ebeafa1b46a84077654cf6239e1da0733ef40c545c85c3f1f31fab01d9743715d23c9d345e08f0d33a25edbfc748a8e085623d94316c464464ed728d324483e6e243ee6e861d00bf48f32cf52664c45fb11265f39739429561787db9bba654a5d8dedc145761394808a899dfaa7f95e122b43f75fa006c8c0fbd755b4dd1a7c155067c11f9ad733a6cb1b883c2cb789b374d7e9f91f123e22cd4c3af6d86f07d00d53e4ebbe45709c257d5e103e4a08a65a579f57b5c40856e10fdac8cf43108258883f7d62d65c59af2d8426253df0daa5c38be4817c9962d32d5cf879668f186893059c6179aa98935bb3b95f2392af2fb955dde43445ecb011e718aebc585cbc1ef8aa53c7e950a300a22979b6868e5d33f2dc91acb1bc53a7fde9e38a13edd0a201fd5cec0113c922ff4c25419eb115bed57b863c8ba75d2cf89e257dfb409b109fb633c12e1540cb020d28a1186e3ee08c588142bd6a565a3b7934c3fef3c360d49612c2ab26c538be36888f27e7e1331fe12d0e18aa4e3c32d5d1650bb44ea0798c8f8a1f461c29597frootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootganesharootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootganeshanfs-ganesha-3.2+git0.8d07e25a7-bp153.1.23.src.rpmconfig(nfs-ganesha)nfs-ganeshanfs-ganesha(aarch-64) @ @@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(nfs-ganesha)coreutilsdbus-1diffutilsfillupgrepld-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)libganesha_nfsd.so.3.2()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)nfs-utilsprocpsrpcbindrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.2+git0.8d07e25a7-bp153.1.233.0.4-14.6.0-14.0-15.2-14.14.1^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@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 -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-arm-9 1617412558  !"#$%&'()*+3.2+git0.8d07e25a7-bp153.1.233.2+git0.8d07e25a7-bp153.1.233.2+git0.8d07e25a7-bp153.1.23 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 -fcommonobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/738d50dc7cdc98f0dd64e084a4884dc3-nfs-ganeshacpioxz5aarch64-suse-linuxXML 1.0 document, ASCII textdirectoryASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=36f5ad63e37d2fcf1f4fc1bb94823a41738f82ab, for GNU/Linux 3.7.0, not 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 RRRRR R R"gv{s,systemdutf-8b5bac5bb2038c8a5f3fec0c230bb59378d37a8e61277145012ac42ea7a45f806?p7zXZ !t/mZ] crv(vX0ʴ" 1N~ikEI|V8]jW^uB3Ӏ@&)w3,@/Hx`pI>@l(KQ:b!+MKi'=RZh 0quyO^EN E#2/5qeESpl 7 OOq`&3,rǣex*5 Xk!b6qW =Yk b9F= f+|D) } ^U^WP h],*[io'piE>.@֝Fl{ YYEFJ7s`QE[-Yz vE@yf $u݂zZ,ى=>>GvFySv.-/{Dd '`GMTL ."%_DY-T*j͞ ՗U*&.D#FGMkWL[!T ҝk!T2-ep@XpowQSe;3n/ 5\I\D#EX|Y!T>?q^?),i+`8zG WLӔ!U>= 9q¿O82Xj1Ofqj nfn:9bݛ3h|ޟ#GWw5b*`BO QƫQƒR wȐk̀΢AB[R n+&&/By !󀇝Pj2G!+RmI\@fopǂ?~?L<1&Kcun*Nx -'B(0CΫHKXXkdmh s##˼ F@w@XkJX% 3 .)uW1噠yp &Eax+ցn0RP_IU6NL&GXaVQVP*qսN/^I}1QU2Ȍy+:2H8ÚpFj?1x0xs. U+ (z&^s, D'3_5-&{k@'^F~)UEi~w=)e:r9I"_q`&`:y^3B=cH9}i#BYZ((QS F2"hdĥ#g—Nck6Oyɟ@qMu$[OMB{6g lPb_,pJz+%#EDف7OehMƱ6Bjȼ$d`פ- ʬGilZ6neXf&Ü/c=~dl܃歙9y1BvX|0HZyeAZO,net1>\٢{e2\&~&a4¹jKf]VDO[!_57bZm™{Z0,~DPʵ6+2mM!% f߀Ps7ZEA5dhv5['r]PnX=t n$|XQ& z4sj:}91eLK/~m!> dȑU)ft=}0wE[UԿ%~O"Gۙ.1zc!*MUGP$l`s1jp^P;>t3Ш A i$1lQq8[h!0~TnW%ÌqF`{i5F#3ψȄ=& f?vmk;Z"}&Yu:D9R})HI+MD-mb{H02b af7 E.T p('"| m0Pcy>Ej$~jGd[W[n ln 1-}+<kwcSy34Ѵ\v2Uou%rm|pGuךLqC\*9*Pi})int)ili}.aNU|y]8=ȓ_ۡ U/$9ReeX r߲DOߢI6紮)4CRrř g1+!4.H.,SVY[>lrA+,9w)|jԧ+'6X+,:, #Jǯ_Bz?[b(0b^pֽ[i'%vyЎ/+\3Lp9M[ Zb֗s V~ċ0oPَMYo-6m7 վLw1&:FE:M+KHq@wQ[KBqMvVzb^_M:/Onk 2:W\9{c{ 5Y=< v~Ȣ>XP p&=͋ӵH<\P&ZwDC[Qu7w\JKGJ%U%tat^* {JHQTIjN'ɽiz=DПG>\h*pW2 :qX"qDc.4OCD7jʆy,ЖZ>}˪^Ȯ^Øc $Zr D皇gWp XB"[j)!Pd#8|{I\vL Wˏ}m5K^v''Aӡ1@Q"63IXޞ1ƥW /M 1'DK$$ ZM,x^Ni3O@K Q tVxfiD} <W9%8NUT౭| LrH@KvF%GB>G9)xy իx>w rn`G_Tq8 Tc<^ΐ LtX8G,K.5ڒȩyʸYQ (UMc({˺Be rUۑg!׼&`Cxq{\(;a6vk8*0.rggrsy;cป?]Ew`m6*Z͆tFG!%Z518%q8?:z'\kR9 2NKKlwh'E*y jϝ3ٷ>-1wn3践غ:]!CW-(N=RWq\rwWp1"1ʂlX?Uֲ]حhL'6sG+;gX咙(L*SڤL̓1sI^xaq6. ZO rJbוK Ь6B HK.E*=v"@ɗ=b37LD: +5x;۪Ö^u$.O(=6y, al햫Np*F B#֢#va! r ohR{oґ+oλf&W1R6D+X+ %>΋dȸȡE?3ߩ>UYiufݎ@ŠđqIecV(2?qWN^Exhyͯ ַ毲&qgl6 g SγTqT瑀?$;7a\&wmoBmڕ{s̭4 s}DEg ڋ%zz*13!f}O^n-t V+@Uu2P^<S[׽PtqՕQyȇp\}FN5 US±`AmUgNS3k "_w=] $!fW ? )T:0Ky1Dv-@G&y x!)Gۤ4ʨ^m,FBƺK!v?zfڨ\wLS9=խ(_B]-yc O'CoOnlhύi,DZS *Ap/'?:|fWJ| FvzMC$2\YK'j(fCVÌ^ l4F.`]o힚{ hNbGobyC6C2[1nR^.r/5"=1JNLs xp;Tj/:z=Q3Ta4dm{^O*e 8DV}I;vGgeLJsU}Mq'#$_^p$+285 a'uu'|h _[aDD "XmA+;&#k?J8rlh :Rn}?:$8{;ٍt*D?Dz3ǘHiVe³&@0mo *jBsZpA/u(&%0%pC_nє _Mbk Kg9 J5.0uKUvfY~O7)!QBjYRJhF{٣Y̗`rD]qq.a^ZLZGAز]YX#3M@FX-%j\HJbp!@!VAkiFcjQClBFEx֘uKL orHoN5 g{)-NFus`no0tQPwN5$!⠟YK+%Pt++0O+\sEk×]2D̠I @o/k+U2 6\С+9~QY%0W5 pԓ _#qf.Ak9"&5EIS0Ϫʐ8£A|qh.or^id];R-$EFH WL fR ;0iz .1.mLfury+??RTuR! Id>YA=ݩ!V;'rP檐k;4R ^>s4lkSkFcՌMO -/L*#VGTjœ_11gڕ",HjD0n`uK2E#2Q2c> C^lW9)(KΦh`ȫWeIUQDt]ۧădmc*<_VۈX 猢1.ne:['cT~_M$Wl5W;5\0?solL-b==L @-Dl0Ν RMeqȄԱB1TVX@+22,&z-pv ->9b˽86EU/ 0qEj,.M*aϸq=|-3rLnҠuqb@)>9^en1Mc[X(Y~VQHW0$ ׋2>)\?v@mN{UQM %Ms62Li2E#j;§ʐ`K[Y&(H%FpZ4FaoЄ.sW*\J!Trt|x{UCG5tl/E//۟ wfs"+Μ%̉<k}ڿʬ!$Ȏ2XڭrI`+goAIScyj΃~xkJk~K_;,ǜ+J_[Cc&)ZкMߢWGOL1zHbh\UzcU|y Ds{+S!ޜ3p rWUu-(!JDn{>-B<鋌qЏ]r_vZ+u. ~-@.5~Mƪ!*՜?5rrE>>FjAeaIQRvZ hCp:4D3@tN[lӷG3t3qNSX'۩6 ɾJOm)]ȫ* KpT ~tܪb)8)S$!nw]U,T"4;7Ev+4x=+A0,9QJt>+o}yB}VQ9C!ΚATO3+K{ R c}}ϹZy>?W.;3s4]>l%?i=;ptCj'@k|ɝС]NW$b-( LY戜E߬xr ?%bQG)zՃӜس4V>`(ZU8Bn G Q.h!T!QH%|oʬX@Yлv)lV"h{/bDh^|")䗝x!=ΧW/;s3!vg̃ 0b (o0{dzrØx{7MKxKǤفunǤzԻU1O{o$`e{x̀|zWQ'Ϩ[I9Pݥ'f ^U{btHnH a3 V5WeqzK<.I~o/qYelܑl`ݵ$l?+_X~{p5 nA{0bE9UT){A HhDDK9uoRr / `cҊB_:)׉|FGϣ#"WiV!HBn.LSӚ+Ɯ^R?X.*Ha&yܵ6*h9xh hS,"ZwpBs\Xe%~Zƹ}ʻ1fnC|vH)"YA$2$C"d#,<|<3I?Oh7SCz<vNɋz tiGəQ\s?JHChzYUri?pu] lgnXm5 罒!#0Wr}(Ӡv% 4nȩJا$Qg?-e 8#BķY%ƄVGKбLcM.6?_6^a?sZ?"g A!PԂ|B /ZZ, GΡ͒j=8ׁeqJeߡjA\rfN`*p 8P,G'9&LjG+ȄƇXU` ѿu5 x@y eNԤn,\^0x~@tDZkfDYRohbrS">O M8Ml ݃\C1v'='h?ʭg\1(0XS~{U#9dq4mip>L!nJέdL+Df bXC>OclK`0o];/; _F,RN9U1]Դeeچ֞d9h"?8~aޮ q|4A-(plvB3-wZ?ot۝[uoI8j | M/6ZV3ڨx f* <WYv[OZA$ͷ\$ؗioeP!],1$Ht ު~_%D4Љmxn$GOzǬ`w?/ΦdHL'72v F@($/CCʻFz`F&~1Y=^z=2Jj8䓩QDTش94} '`*:?IW7|8W, כ-nieeYI|Br돶@e b߬Q6LWVT{4kB9彯e3&AtGRw+_9htQ 1Ue2,(k!F"Gˉ\$i`AH~ eR.`?a1 civCa=g G)892]|އ/B&e ,+sqyl4ts6,܀Zg;hۓѦae0H`ę* wvn 6VG3q 9}\m%(townq7g92L8x<5y@ہVG"c)|^`̘ia=xwAZ7!fXԴ캭ˮg'bv^H-441*P't^$WG i^a[!. 䍒*3.ls =a,忭Q лJ/%fkS=؇if˫U.n[ߩ\FT ca8tת1Q6#a-s iEV Ɏ #Tw'=rqlĨ$cN]BI՛!=!Y"X4jxx8Z1p*u/i+\;#gfj".&K`ϗսr6,ˆ\_iooHyQYTKEu 2(r܄smܱC}`6{CPwLE aF}=-vu3tʬM3m' s!E͓]QShgyW:лD2"Zum(SSڲg:<4KeQ-UL /%ƖzIVIMsKaRS}'BK1V/daK"?xw͓Uq{Â])N>ՑDYۥ mL3s4"EDڦ75Y λ43;ylh7?'_qxӛtݙqՑ(wj"+î]4-8_LH)k,U,bknxz*|* ՘hOر?mͮ])`4wZOi9&:|^ζ\d_\Zs bh}0҄-!cq4f#z AfxX0Iz`GG eD+b7|Z>p CnX4_hfu)o2HD:Hc/G}Asw=07Ǧn=3)0%-?g[x\c''݄EH2>r>I.g{|)54?Q$l{2>"}{X]q۝ MΟiJd;`Yhlk ەΣ!Dk)ڼȮpXKQ>Ԣfԛt"vxrAiy(:[ }HhG{.ӾrIXJx1Ac8}!7v*CCA2φoLN49CpScظ4v۪x[+J5HaKf+ݍrtQ]ka8Y<ncD?yV-\b~I9?.A wvkK Sj&-W {(<Jl~W9@ƟQhw#7aaS;HosO`L$0黏5|hkw")RqloK\Kc1N)Z`Vь#iNaouχvm$H?`Tf'd&Xl&Wjw6QmnO;-^vq^i`d֝6IUc'{Ϯ3#;Q)liZT@[g4=}ɖлP=Ԯk$ʆ~F)nIj+8>w/"%''͙Q=a2:/$u>mgrw#h.% ?[JLJ/4S]7=e?{"Xv@x0xnݐ91ʷdAa 5SPH7&5"fg:xHƍZbD5+0Dtٔ?vbia 1(!raHd W# 4@rמyϪVⰑMXm%Dy %`J0oh렢Rl4Qʭ^ d,\)j+%tI1XꕲgHF%)tgVnX0V%?Jxt pOSŠѫ&iJ v}'C}/mXr4A{u N-_%wBtKlENCloavb%ۢ@ԗ>k\WpK)>?&MgCUص$ 60Km$@DXPk0Osg:p[&OѪrtL{z35  [Jfd'ЇW#]S_twu6'L!/_ W;RPM\l3,F M7ve[+:cUj*upsӚ}G=LI2YAĦ駚 8Lv!awyCH7/Ź8 #aZ!'cW6236ҫ%E +>P{,r~T4)o53sj_J8¼j4Q4Tb!pS"2wAٌ﬜2/2IF %; 8Ο',>Mљ4lt{Z|CWOw0NtQo e%Hhv\ZcP~V&ǣpW({07rH-`w  U`(HV){5%xӅg3H<M\!+l@'k D?Bw/E|;0\ L}^eO.AKsy0hW㛊r.OjWX0@h/GEZK8bej)^W,W5BFF /|1I $0\YP-9bM`L,-eѬ_ [kkE܁N Pb6@zVyn;.Ә}CM"F BH Q&˓+u *<]O9|%M'T&oxQΗl`X}ةJ3RRxpH F+@AV-S 7gi^ ꗶ%8*`<#8 EI 蟶yק^>'d9 0n2}LiD"gL|nv.aVg{GАT Ev`>2imwS_6J*~a#Ӣl7Hs{w #Ruozs!H+K>M74yk{%P.!~qs?^c,\T5WWF_ҠTImYZq{!zqp5VDD}[Vc<sSEG <@}^%ѧKE&Y.J-by1SvMzG2M^R36H.mf8q5ڣ+ ,Mpd 仳Z{vRAaߩ!-)2M ~ejѠ^˂zqbǽǛTA@TaMOM[MtC"&ϕAr>U$1+Ayj{WJs~F<^;+&$k) dn:* m)$]sd*Wrsf>\$y*zY;Cf+?\q΋[%3 ]᳙*ķ;-`=1H"lۻHv$]B ZNTD4=K&wk`?b‡qzH4pxA iҲ+!o(ЩIBPQ;~g)tBrâ z&]RI֭~yȻ잗02J/k \c#,ؽ|v͙{!rDLؒe/U*SF&_τY*SzяיEq-0y`)^>rvܻȭOSQ0zsf*po\c'`39фeOCfI`+  ӴySU)]xQCR;0^f']͘;$Aƴ)z[`1֨؇e(tlbRƢbmUG(N7f92aZ.aq'GʣӰs]8nZ@bWh|?>5Wiܫ5XU=7Êt ab5+͓&y~?*b] `ĎЉoơgHS97 ڧZ ~x gjf{#cN\%"/ҭ/硕VS'W26nB j[|g: @*Q}=y;?Q'V!ê'5L;k*%NH? *Qz3k#HZw Lk٠&droL/8A[s{6Q-^b@\:4P*-3LP`lAfg d$7jNswO6̂JŠЮCڟ]YG|.ܣ^4 |TNӦ2V +V)<ZCυ߱2AOI"\{֙ڦ0_Ӻ깠#K^7V&:2 IM},%B2S 6tS-vDų *Ug-"t†19 yCImdSK~3soˋWHyAR ; llxRQ7q$ /xPlޥ3:fja%͘|eSKg;żES>w&NE߯.K ȘSgݙvOl944z8nx < "$wd..}V5جt_s17h:U9 5!N_ʛmw^/go@G{wL/5*7ƭn噁FH3=?x;q$(,kµ(A)Iw)蚠n5=Y̏:pJۇ/YD2|њ6eP(~0tomqƠ Z{iTumi:h,>//]0HV&3T5I:{kǞ<ڰ.FuZr`1_Pn^ k,l0?Q 9 .Ѝ=V_LiE-@52"S.Ht *esZ7v<{;k#4^S6^Oh;]"YEnN4{)[-_y=Oc<++熙٘Gok} I)Q$-x<IL+Vx*% w:Fb)!|a"G>9y5P;_Zjx|Hd>!Bbij( lz5(;0ۖ26g{?$c)Hge \ɤ`#;*tbHgfjgj($iŘD#a2 :%6eU!I]Wꁿ+4Ll/NNSZCGK2ş*1n+b|sge_ :YN+Otx`—|9➷K=a=9wU+БzI~b'8G7pɫ{%ڀ*r¹6['WOͦlߔ3vv opƲX'ȽV*c$1e0<0bBC+2x;`K(qloѕ}V[0"/G~3 e4wZ!CKT=l6kWeWs.hT]< ʹ!; ̓(#71w19H(UA޳Bc߄ U3 n9M0EqL Ӝ51&iLI=' b_h{ CqRje8+e„\?Lc!, $L"ćg7wTw>H׬mKќM)V ǂd U'UYŎś<xYsr{k])oZzlNSY7zVh e*pӒ DgҔ_щ 2Ee@E:dH悫%f-W0'B5| xKr73cE@bV"LWODY3[a.`@/EڳP5GӗP[k?z7U5S{ӆĄ'rPW*|+inlȳ~HvbuzcF9DM YdQ[HPpV}hzPuP2V@:mEklm/Þ$爑 S `^PiEA0gj~. /0,5UUpZyW5p]>^ < 7H hY3i΃JU'F3Y  Ha(қ=i'͂.>K#+=uY!~ %O Lar5ƽղV_˾P6S"~V{'ohX,yS1d^ L1xƼ0#UpOx>7tHddԐ9&cT;D]L!H,MGf HWwyZz;Z!^B{.нH o[~\7"2צ:d3#0i,Γ {@{+t0-q0䠵\+ө f8&4ٌAꀧ# 7'A\7(9&$U 8V,:P '{^C\tߘR>m6k kmJވȆjEҤ!jA=;,j!,RXKTGhAQxH3Ѭj8xuCe%8){¦H?p u*qPPzF"1=^YOܺ0~dPy+썸ТΫM)Gз?v4GpR()% @ 5f~*jɞ)|; a'v?lRs"@/׃W8qW'V4Vd8{DzId<'-$y'vn Ft{b9Ra;ODa Q f-cprbBv;lX\vvK[@Ro X~ Hӭ _K ˑZk?g( fVur0;'BL\e-x[ +OiSܠg廱fn*0Qۅ3;қyHb^Yxt{o76"peluʟդ>%.;09}MMNt\|aHMj)IkX}l7Ҡ*r|}BCCEb>p[GJ@K Dr4Br _4mm'4t|b9َN.M ('/mODcBT'zu H?A=x+ϧ{5ApCQ46Ք-o݊`e+ɼnAr&D}(QpC rs> щ̴`wJH1c_Gb3]3l˨1~Q}jWDgHY#lKbXIge'iѮpBTv@ nAUw7^N+dQSdJ9% R ?X7}/\Te(|i}OS+8 P. ,uShAtgF-ssxqE$%1;Tb$pu  S' <WI,Q7/Vͫ3MռUq|W_k 9Ev2^ td.ro ,.?.Oh?X>7hS1ZhLe@a+ $ . ܵü{_@Gt sj+?njtG˳"~b][vة4+1 Ȫ3 ·NOf A5;JɰB~ k\i, yrAΈ䥮$銅xsv,!!熌x3']ĭP+jKi,: Nڅi-V#Qp KТ 7r~u%NBtKVXqԳ9X :iGSQl"})V#wA'&G$Qqbr_COT)|"{s`QxR g I꒩+[JXQҕ9CN#8{]U )9JB.ڸpY%ρs$P~G|iFWFG@vat"2!Aƚ ocCy߱0:+|? gܥ;z4E;Uf_cv,{FϜ܆^C8֫y ( ly,laAT*9XLgö8K$CYW1UƝ5,@wY3i|P p']j 4l{DR;BKIl53WĐ" @y n >eCv&{pxq=yT%ij95'L!9eHʪ*Hhhϔ Χn>_Y5 e8jjl\)^WI$]VH2Bs_8r%=$utF9*ly\wؾ:$xh%.)KՋFꚓ}hO VJv: 2O!e4iэpI|6iN:* 800޲ r[d"暾zs=&@RyP>b?{e9Wf*:;SMk ?vۃ._9up";\ڊPm1@d.0sRJ9^;we'pyE-Œ]q:I8>^83tKH350mk_973F'KP#sfoCi@8Eda]ϤhZY>ޘf P%^ChZRLYPtAsc3|5p^ MW:TU L}v1[@An1Uv`[Y-` eQ/!ɬ$t䝪*?]mf!mV~BfӉELOEźsQ*uP`of!:~1:Wk=CqЗdl5R.͕lpJA FZ5Tբ%Y M5NOP? 3N%o f.xbɵfp9WjE pbk p)jR$wNCeSi VZTsCUt& "B.Xc 7a+O {I+dLj4C CEн}+P0>9E^Kw2-g`fy ~?OHzDOϰ,/@ Jc?*O;3Lz3uiHym!7Eu _(N\Z{@)hlAavQd,T[@j[{wppp?N a"&q~ϤACsN)&o͢j&A?gڋe Ⱥ2$aAy}BZ+^r("yVw'*h V{F9Ԋx ^|b@IueOEf3DCHn4wdi3\\-2Y<ᩆϳ|awf @e-5+!>$ wDk"kL)GI{Qdྺ[} \; L|qZv͵> PX 6HMyߐ@PF[frfoO0ux+V2vmɇ|k6u[TΜ~/4*gҸ]V7RͶS1ڲ9<.:g"Z:A_tth\8^I˷~D*0 õ9w] wN2͖@!LQcԟ~)~"y#2nxz6tuۈkT{nC/|#k3lr@~"B#ܭZt_~d2 qg1HWtx%]Xu5P d0{Ѳ"ͺzu3OY]SbV@%h& ivqdMre\lѸ,_iv ЈO+F9ֱ"&a #?͇0|6Ijk8kL  0G cU 9|Yɯ+/q]w{2)2+ 飧ei$tsފn3w@q;x mas\)j:OcF/.p͗0kX9m ^N^zKbaư ڟqR-E ~&[ɟtt~'9X7_Y/fl* [`F|Զh.1G&v@.D]]=Q?%̀(V#fŖ5^ nQ!膥}wc>Hmnv+;>$8}oF5 熥.<'%FUO.(;h6 Qnt?'{W9S鬮10- S3[8#i'"qI9SQYB NYjT1ChmA +u&.#d-}5rA3;"s]fPM]lըxSgM<?} '_hFu),la_0Z//}Kݲa֋v[ .UH_؜#2wt͜G+ /=ljG%h7lE}6~3d՚A}AJXA~nn0^b%TfSͭ*at3800zfLG :Pd"];Pp{xw%Ur~p2=eZ|`ir0&{vIYEO5ɟ$#7JEV )}D7^b V)VKfjD*nJ1B/xTµaD w_=; 9Xq@`O4fK"0(e wJC>7Ƕ3LW5À'n.=S Q|o0i-8>$^an 09[WΙZB]lF_TcT ;514?VGW?xW;(Lh&e'{ 6tGj؅m.Xd=B5ū`F|2$HGpzed#0I=fڤUtx3AEC8z"a 3ۡO!꽿XHfsa!Q038:ڪ p9)18%0$QrTeKV3Nܬ"JiIcx9TGq Ӑ$v<h RU C 9n,"ڽ\]"+`LocGv-zP?T}Ll=&<-#Z*ZD2Dt>xq(EHM~ٛ (TdOn}ƭ>L2o(kY!?rg"^͔9o#sV2v~rdsnGj[`XZcaRxJE[ qN%u1D}^u@fr_9vdصR|e.fz Hr 3+"< k20sƣjX?Ti{l0-Oᵑٍ  e`\#lz^" PBǟf =ȴP@뀃AK}Lw5E9$ <.Ƭ;s3Ki}0ꊤRVd&V4v&7Sj^8.?yzevZgPGN/|@xІiRDvQv2^sTX`*g5G48ad.->dQ鶅e8l y߽ڙźֻHF|(SC7? =(b+q]qNjKã58]hEE#?ؚ|& `"VWcɾ?+ Bg.t,F:]3KQ>7ԋe y䔢G"RcBu]I֢^IpLvCV)Ju'Kdj&y=퀕)%V*¾j%[`An\Ń" ‚?.G:[Vr,4;-i<(sCb?8eg#Yxa 7+c ~%}aߞ"4̵Jj l5 -}{YߕBZ#TG^3c|Ў0/1aqP;j*'A7G.iqͼ+>gn|n4ͬ:՛(h2bx&C}U|C7Ԋ>}kT"&XQ0x[A"׹)RK:#/a׾( VivG/,jw,Ys,?-t3!l q/5:N3[4LKˈZ < &p2sBCVFޟ!`#͌, Yz97]ƁY}X :,"mo1<QuAtIcnnփ=_!;;`|%KDheĉ~Ts&vA3?^t/%Ad],7xX;[G$fG N`>uʭmtm)yR2]j!8jp={"Xܪ:y02>9]% $*(.٥=y>4[# (cVGp(LBsbeÑQ>cb壗*L9(#sgJ%X]EDMBZrSA7u~ge)yJ,x} H;bMp8RUC+RSb6SU"p %o;^5EI:􏼊a6N zřc6 ;@thò*Ϭ`>KT%+sAѸ_s׊PM9x+ 0IWt 7 iG/ٷI_t;d O\ݿj!>Z=2qMhLcr 0UqV-N~_;[HrV#X 1}0v}1 {>;MR5=?30K!A}:& W&tUaUl ǜm,lKE r!,Ø?| 7(ddku^`Juj}oX Z675){=kBQ$;RljFA&P+FS3w2!%m: t b^ &T}oT8] W[<4'xX*GƜmS (v߂VGT@nQt񯛓Y\33^__k{^D ߡaɅJݚjJ5yɈD*ƻV.~+߂{mit;ڸ)q%h!:8j`qn#WE(b+F  IQFn5_Gg;w7i 0n&&xUWO,<a7Ai%5MLx4#}9i)mo 8m:COTՇctdI_礩w):>x\8*k{xNP<;W?\["yv |_Gvܹ 4(@eNG܊)Ӗ.n:<H A &)Q$H\ch3;?H$6$,q $$ J KlS;ʹ0 CmuOȀkO!M}NGU?'Au&D>a  5zk,ޛrb>D)MQay#< b2 QTW\jpe($>Q((KKP"_voyCGZ*6][uP^b,O׸g6PnN;jXy":_|;crQ{h; IHJF/oaPj?QZd _bS[P&abkm'9.Ei*^Ft 㶷*&1[!CPڔ})3}w)~}\UwW?/>@j N^`k30txVK?O9OхwXU R7TJ.IC)6Uڃ&IR. c笃G#B'yFŀI2bhl,̥Wn).)cCU,@O||Qm*Ԕryo%L1W;5>2Ɣ"3}NyHjh;$u'cHu{7[6/礭CW!QLw복nI 8)Gh>0>X6' ;GIC=B[=?>vGO̥96}Kn+v0F (nOJK4ؙ4c[mN?7پK %i7&,\ $f0ȜXPz6xO%^RWɲ3fXpi#4B8rW'4Ѧ+Y0#@][ wR.vmL9j-4wGOWKJ؎ &_@>ڄe+V`.c`j0Nh\D!CRU6j<$ @\zj0H#WSДˀ((LBk a F nCusWu|(r!G*|&֙*(];,4p^I u:҈'!6OQ*ϨsUŭqՏQ>73_{Rdz}!~21#Kە\=TC&Rb\PPDwnt/l~IoHryd3,Ũ@bjZaƌI D-+txLRtJIA@BSʮR9{IqJ|: Gk0gzptsmNmW4hAq F/ou;h' Nw4w.[f) "U䊏^~F}{5h[~߀sѥ=gDŎz<Wa'^2{Yp}5Zvʘa_|fJW~+ ߊЙ|Bֻ&BJ$]U1c E]f t P>RO_D`N 9~M6+MY5_g%۾s ij M:)O#, 4qmZGcܟNVRJt8}|\aTQvep൴]2S~yS$3Ckm]+שj<2exR2D夋/dYF^;0/g@}w]bhSJp@!:羾kSQZ|g\{ەO PvafVT/{,Mha̒뇜go}n9(xQvm8ik"s(Et:7Ns(Jj6PiL]'>8?Me/uU?2_BBUJw0^g_:<$;^ȝ}&qlD*2bXX6/:| QNojQ-!) PC ՄX`JMtH("xNȦ6Й@|O pK~ PIѪɶ7f d֠m1 NWZyvyF [ 8P2ߜ;wU w3=<%yg .ۂDq'SUm/j#307bAjenTᩕywecDPIȸVN<䩠g2ȱwv9R>9R(ɀhN ҖX֜]l&<'[1]ҪvfWssu6LbMku&x:b;CH|a,Ts<].K B Tᦆ˧^%bch~aF6^c8fN9Ͳ6ir^HƔRѠFT5v{ED$1b% ޵l;x\ĹڨG3'Gdn͌<- UJ[D1a>:нRIqdIbi(nsYaWq}9P ŮzFTʺ_8""9}|vR,ZG!{΂8 /pAv.>*Am/TXVXAb7[n?DԀ2|EMc*Bhfud>R'V@`߲բ N/l!-d.QUZ7 WAd~:P%4'5V%|uc&`.=>NຶdɅQ dHFN (+oT{qvN֨|uO THd&%/'qݨ?^TC׎y8rw5Z]#9vBU )Y_jVO#/ZL^Yu@1ڸdNmArӛt!=@Fn-ȘzL/dIGŌ,"@v̖ Z>o*f̞O9"sꪣ cyZ.2$=ɏJbMmH٠D(SeTHS:H< ǂ6CA$Mc07t<mM-)x!Ɇ G6I7daĎ#Q.gAˠZ3Q gJUN`Fq .uF22 vN ,3>)id| Y bB,0&}6 ,%ÑXfW{|TYF+I<:ƜG9 Lsл !AL'CO;;s vh.ʽs޶G0Ml&W^: zQǼr~"\輾?ܔ$8'Y'kmfԘh24#O¦QRyȰ{,x&U(#=|i70MX.\yCb=)ANACxjrY U=[cnO 4ye|;]g|zQB\FBj+ B6z(XC H+ev؟R6եJPA>yOv 2>Ѫ(1I5`g9|K+mѾ5z3n֓;hƔA|9OraKrc7+,NXwhNf.aa1&1]7Ct4- 7Vd/O_ eJORZBu>k+.YCwX5\}r`=*hʹ}!WPTN{x`kP/\?蓫:&,3솶ʮQUd)hAV+uc^W s,]n>CoJH.,M"PB%=G5S*_rϔُN)ȺEWGvX"If/*qD|jJ ܵy^"/}5Ꭰ2vkԛr"YOoAp )zs0&ΒUN{ 1ujѪ 9ùPSz>HX)8UVR op 4rĉfެۙAj@RjՋ :QZ~C!rĦv+TY iefvў/ZBw~8<{׾ij[XƌܿFG8˕^v=<MA= r1J՝>M] ?ui ޥlA޳AQ,h~#$IQtBg-!ןl'}ោ#+6,uoӝd$ MұmU< /_n26$*Y/,Eq o)Zw|pw1/\2x) - Kj\jUMI @Ͱg~`J ERh=agjwJ~։aŬ_hjdl Eƻ";wxdžU/;UՈqk4bo0&8cmvX_bU\Ob}0,gG*tlwYh<*@­,/Xkd%1)Mά%SkJ#ܹ&v{xoAusKq.l w${-I-ԺDުQWriZtl)}Gt ͈9ڜqP*X<;+Eei~4@Zx@+MPq/}rCzX=Eݛ$MH|q8kH[-)$<%mAR\Тx MLߞ<pIe,ڤ ḺSޕ# 0% ¿t*6sSh~Veޛ1Ta;Ea.52]-D+ʚmljf@ު -@RZsYh'@Sw ~LUܖM_'C=p8br:᝟)F]pK0 AYB&dρC,7.߯y~1 u0j*.>.ɳ`$zH2p=rv]=Yxzu8mO:OnB`1asli01-fi`03s۽*?[X5MPo]ڰ(UbRjMo K̵vL'%ۃF;@#[fOpmB0/{\D L^mkSI[~U4;u0?2w ]..ƟfѺGtӷ;&餋s+h2UhF}3qO'*JyB#5Q, KR\l[ڳ:6Z2C,ilF_*7҄b(7i% F-L˺ tsr:lE=+h7W޲w,$?ä>*yRKG;Qkfou֢Ȓ2fѹ+%\Ћk?.5Ue 4OA,2Ԩ[JB{S,"JC0o>w-D؂\FE@-P&̛Q\oi*hܫX<62~`DE˲ޠ}fًy4hfG-^Y5s ekr?h/d|$UIq дa὚9>Eg4Ѧ!mtQFVh*YWY3X*|g^/3妙*Xr(j*;;[܉;f:h N!+I9xscdaP5PEXw[3X:Q/n[#|_C\s{oIsJK9Ӄ~s?w_,HrLV-KdN\S&'AC-O+/u ܒyS&5A=L:/J1-|nL{2BUDQIT&L~^q)XЊ=Œw _s{!rBB/H*xXISL7_W Z83~i'BKmPro@ݰ@,*^rփb?̭ tPeGx%RNnvq2;{q؟&|KA P-k91;nem_/QA>C CYM`䵛UF]eXć](R6:Bъ_ē_/*ҮVӆG| T˃:4*']txAtgϲDh'kV-914Ϙ̞fZ/(Jĸ]Hif6]S1tG9V E3a_4raD_?W-y-P(ĥmNgLfVg~!5pg{ʼnQ$,%oVUEyz^܀l3d?D0vGN $5%e' `‘9 ^kiC;3:]B ^Mk:o8`iL`@kcTZe;f&6B<ةRIPV@27H V|T+w9gG]j+/21 U^F t)Ծ2.EQNiL7ݨEXjZ@F9@Ü*H]v0Qi\V ި4=L y2_ g[GIA<QAiٰ tP L㒱 āC@}cObY0\ ephcФ^F_ q3]'x^t cкM}8E+ !ض YZ