rrdtool-cached-1.7.0-4.34 >  A [p9|BLe'B%K/ yd,byS98hƺk*Npjڄ_ to|uKw޷FyDPwMs9$✩XF !fC4-Ul8WvLjTNCwJٸf5suf̔|BGQ$ٍwxf96OEN6ض8~H}?_%@Ɗr%i%*F2< ל gWP'88abf27cdea38b542280ed0dbdc59b852bd5719386612cf9278f7288cfb45199eec0049126b7414fbb430111a95b8021e4a823ab([p9|QF,J?YT-d ;G-v7:EuL}yGGdz苒 ŀ.Y"nqb?CD[=6c)TXS}ˢ2P dW{LFWkH&8c\DVDQB%D8uIbcAkbSTENOt>pFa?a|d  < ;AHjKt     4  \  &  8 `   0(8-9-:-=[r>[z?[@[F[G[ H[ I[ X\Y\ \\$ ]\L ^\ b]~c^'d^|e^f^l^u^ v^w` x` y` zaa,a0a6axCrrdtool-cached1.7.04.34Data caching daemon for RRDtoolrrdcached is a daemon that receives updates to existing RRD files, accumulates them and, if enough have been received or a defined time has passed, writes the updates to the RRD file. The daemon was written with big setups in mind which usually runs into I/O related problems. This daemon was written to alleviate these problems.[ sheep55SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ AND LGPL-2.0+https://www.suse.com/Productivity/Scientific/Mathhttp://oss.oetiker.ch/rrdtool/linuxx86_64getent group rrdcached >/dev/null || groupadd rrdcached getent passwd rrdcached >/dev/null || useradd -s /sbin/nologin -g rrdcached -c rrdcached -d /var/lib rrdcached test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in rrdcached.service rrdcached.socket ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in rrdcached.service rrdcached.socket ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-rrdtool-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-rrdtool-update-$service-new-in-upgrade" fi done for service in rrdcached.service rrdcached.socket ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi PNAME=rrdtool 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 test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset rrdcached.servicet rrdcached.socket || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in rrdcached.servicet rrdcached.socket ; do if [ ! -e "/run/rpm-rrdtool-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-rrdtool-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in rrdcached.servicet rrdcached.socket ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/rddcached.conf || : 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 rrdcached.service rrdcached.socket || : ( 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 rrdcached.service rrdcached.socket ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 rrdcached.service rrdcached.socket ) || : fi else # package uninstall for service in rrdcached.service rrdcached.socket ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi@h:8* 1&큤A[[[[[[[[[[43a51732db7b20a7703c7b82513d0986bc2b1a6ec34d87ddf13e9fde37bb82b42f4494c8f532dbac03cd62f22eaee414e9b8641056a10751c33198adba2003d91c70a16d953d7341fbda650b389c8ceab43450152a02c8940f15bfc3e6071fa0936f067bae60ba782398d68070bb324b62a62c29601f651b8608af9e7cf91ef0862aae9bc68de6f1e9861395eb6a13308b093dec6fdb367347f0db0594314d1e9ee0f53ce4dc956addb921824bc96a2175c56ef181d987190b8f3ebf5d0795c4311b70d6e85b8107d52b7b7f7fb7b411683a4ad060957b67863910255f7abc9dservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-4.34.src.rpmrrdtool-cachedrrdtool-cached(x86-64) @@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/shcoreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libglib-2.0.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)librrd.so.8()(64bit)libwrap.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rrdtoolshadow3.0.4-14.6.0-14.0-15.2-11.7.0-4.344.14.1Z@ZYu@YZ1YZ1XF@X@VUV@Uc@Uc@TTTLTq@Tl@RmR@RΏ@R@RNRNRM\@RL QLQ@QQ@Q^PP@P{@O"Oz@OTO&@MMz@M@L!LN@KQ@KKIcIcrbrown@suse.comjmatejek@suse.comdimstar@opensuse.orgtchvatal@suse.comtchvatal@suse.comjengelh@inai.deluizluca@tre-sc.jus.braj@ajaissle.deaj@ajaissle.dejengelh@inai.dedimstar@opensuse.orgp.drouand@gmail.comkstreitova@suse.comkstreitova@suse.comLed dimstar@opensuse.orgobs@botter.cccoolo@suse.comjreidinger@suse.comvdziewiecki@suse.comp.drouand@gmail.comobs@botter.ccp.drouand@gmail.comobs@botter.ccdvaleev@suse.comschwab@suse.demhrusecky@suse.comvdziewiecki@suse.comidonmez@suse.comcoolo@suse.comcoolo@suse.comidonmez@suse.comsaschpe@suse.devdziewiecki@suse.comdmueller@suse.demax@novell.commax@novell.compascal.bleser@opensuse.orgcoolo@novell.comanicka@suse.czanicka@suse.czanicka@suse.czcoolo@novell.comcrrodriguez@suse.deanicka@suse.cz- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- build bindings for Python 3 instead of Python 2 * python3.patch- Only move the lua bindings from /usr/local when needed: this was generally only a hack as our lua.pc 'forgot' to expose the variables INSTALL_CMOD. As lua is now being fixed, this hack is no longer needed (for compatibility with older/broken lua packages we keep it in place, but don't abort if the move failed).- Cleanup bit with spec-cleaner - Move all BR to the top so it is obvious what is needed for which part - Build with latest lua not 5.1- Version update to 1.7.0: * Many coverity scan bugfixes * For full detailed log see CHANGES file - Add dependency on python-setuptools for python building- Implement shared library packaging guideline - Reduce %serivce_* calls, speed up find by using {}+ instead, rectify RPM groups, trim descriptions. - Abort package installation when user/group cannot be created.- Update to 1.6.0 Features * librrd is now fully thread-safe. librrd_th is gone * make lua bindings work with lua 5.1 * configure option to disable doc building --enable-docs=no * new CDEF function SMIN: a,b,c,3,SMIN -> min(a,b,c) * new CDEF function SMAX: a,b,c,3,SMAX -> max(a,b,c) * new CDEF function STDEV: a,b,c,3,STDEV -> stdev(a,b,c) * new CDEF function POW: a,b,POW -> a**b * new CDEF function PERCENT: a,b,c,95,3,PERCENT -> find 95percentile of a,b,c * re-introducted --showtime option on rrdxport * be more careful in determining the locales idea of first day of the week * lots of spelling fixes all around - Removed rrdtool-1.5.4-lua-5.2.patch as upstream already supports lua 5.2 since https://github.com/oetiker/rrdtool-1.x/commit/7af5f76227330504d4d16234488c1118d4409621 However, spec still requires explicitily lua51-devel (but lua52-devel also works) - librrd_th* references are gone - Patches refreshed- Update to 1.5.5 Bugfixes * fix JSON output in xport with legend and gprint blocks * fix parse_time mutex unlocking in the error case * don't crash on invalid variable names in CDEF * add mutex locking in rrdc_fetch * fix buffer overflow in rrd_restore * shorten test precision to 7 digits ... * never exit from a library function * buffer overflow in rrd_restore.c fixed #669 - Added rrdtool-1.5.4-lua-5.2.patch: lua >= 5.2 uses lua_callk- Update to 1.5.4 Bug Fixes * parse floating point numbers according to C locale in rrdtool create arguments, regardless of the systems locale setting. * include missing rrd_rados.h into distribution archive * make rrdtool work on ARM again * make rrdtool test suit pass on 32bit OSs * fix --grid-dash option regression in graph * fix systemd support * fix link dependency for libpng since we are using functions directly * fix python module name * fix rrdtool tune to accept U in minimum and maximum options * fi * rrd_parsetime now uses a mutex lock to become thread safe * rrd_xport is now thread safe * stop using MAX_PATH and make everything dynamic and make rrdtool work on Gnu HURD ... thanks nirgal! Features * new RPN operators: STEPWIDTH, NEWDAY, NEWWEEK, NEWMONTH and NEWWEEK together they allow to draw graphs where a rate is converted back to absolute numbers and accumulated over a period.. - Changelog 1.5.3 Bug Fixes * Brought commmand-line options and documentation back into sync. * Make LINE dashes option work again - Changelog 1.5.2 Bug Fixes * paramters in VDEF are vnames and not data source names, hence they can be 255 chars long and not only 20 - Changelog 1.5.1 Bug Fixes * parse numbers up to 40 characters long .. * fix install rules for Python and Lua * include missing VERSION and LICENSE file * unlink before rename in rrd_create when running on WIN32 - Changelog 1.5.0 New Features * automatic x-axis labels that work from 1s to 30y on a single chart * librados integration * new datasource types: DCOUNTER and DDERIVE (they work the same as the original DS, except that they can deal with floatingpoint numbers). * compile without graphics libraries: ./configure --disable-rrd_graph * updated windows port (see WIN32-BUILD-TIPS.txt) * single step RRAs for MIN,MAX,LAST are generated virtually from an AVERAGE RRA * ignore updates in the past with rrdtool update --skip-past-updates * ignore a LINE when scaling a chart using the skipscale option * detect 32bit timeoverflows * massive performance boost for charts with more than 100 DEF line by switching form a linear search to a HASH when searching for data * improved cross compilation support * .Net bindings * allow rrdtool graph to silently skip non-existing source files using the - -use-nan-for-all-missing-data option * restore from a pipe (rrdtool restore - y.rrd) * in rrdtool create, row count and step can be defined in absolute time * all new "create on steroids" can pull both data and configuration from existing rrd files * use rrdtool graph to chart arbitrary data via a callback function for data fetching support is integrated in the perl bindings. * re-written parser for rrdtool graph commands. It now follows a simple key value pattern, compatible with the previous syntax. * MEDIAN op for CDEF expressions * DEPTH,INDEX,COPY,ROL ops for CDEF (as seen in PostScript) * gradient AREA backgrounds * no more locale magic while reading numeric data. Bugfixes * all the bugs fixed in 1.4.x during 1.5 development - Changelog 1.4.9 New Features * allows rrdrestore to read input from stdin * add documentation for RRDs::xport * RPN operators MINNAN and MAXNAN * --left-axis-format option to rrd_graph Bugfixes * properly verify validity of user suplied format strings * remove graph functions from python module when compiled without graphing support * verify that only short integers are used in COMPUTE rpn expressions * eliminate duplicate setlocale calls * fixed endless loop and double frees in rrd_restore * fixed missing variable initializations in rrd_graph * fixed JSON output format to actually be valid JSON * detect failing fallocate and fall back to seeking * fixed format string in ruby bindings - Changelog 1.4.8 Highlights * rrd_graph now uses a map to lookup variable names causing graphs with many items to be drawn magnitudes faster as the linear search of the variable tables is gone now. * the optional argument :skipscale allows for a LINE or AREA instruction to be excluded from having an effect on the scaling of the graph * TRENDNAN is now working properly and als not crashing anymore * Added a no-op string positioning combo "\." this allows to write COMMENT:OS\2\. which would otherwise not be possible. * JSON output of xport is now actually json compilant by its keys being properly quoted now. * The label positioner in rrd_graph is now properly ignoring the current state of DST. * fixes and enhancements for Python, Ruby, TCL and Perl bindings * improved error reporting in rrd_graph * portability and cross compilation * code and bugtracker moved to https://github.com/oetiker/rrdtool-1.x - Dropped patches (included upstream): - rrdtool-1.4.7-CVE-2013-2131-imginfo_format_check.patch - Dropped patches (resolved otherwise): - rrdtool-lua-ruby_lib64.patch - rrdtool-tclversion.patch - Dropped cgilib-0.7.tar.gz + cgilib-fix_automake.patch (no references to cgilib or cgi.h found, so benefit unclear) - Spec cleanup + Added new perl-rrdtool subpackage containing the perl bindings + Added new -doc subpackge * bcond_without for lua, python, ruby and tcl * bcond_without for libdbi, libwrap (tcpd) * bcond_with for rados (ceph) - Dropped BuildRequires: autoconf + automake (was needed for cgilib) - Dropped BuildRequires: libart_lgpl-devel (replaced by cairo/pango in earlier releases)- Do not hard-depend on systemd, the macros support soft fails. - Ignore errors from useradd/groupadd - Update RPM groups- Ignore absence of systemd-tmpfiles, it won't be present in the build env.- add rddtool.changes to sources list- modify a %prep phase to replace all timestamps in *.c and *.h with the date and time obtained from the last changelog entry bnc#915946- add rrdtool-1.4.7-CVE-2013-2131-imginfo_format_check.patch that adds check to the imginfo format to prevent crash or exploit bnc#828003, CVE-2013-2131.- fix bashisms in rrdcached-systemd-pre script- Replace systemd BuildRequires with pkgconfig(systemd): we do not require the full installation / dep chain of systemd.- again fix PIDfile handling for rrdcached in systemd file (ugly now: because of removal of declaration in sysconfig file; it has to be declared twice in service file) - add PIDfile directory using tmpfiles now- don't require ruby, the package but the right version of the abi- fix build for ruby 2.1- Fix bnc#793636 almost undistinguishable wheter there is "no data" or "zero valued data" on the rendered graph - rrdtool-zero_vs_nothing.patch - I did this to prepare rrdtool for SLE12 - bnc#831773 - [openSUSE goes SLE12]: rrdtool: Change and/or patches may have been lost- Remove PIDfile definition of sysconfig file and add it in systemd service file - Fix PIDfile location to /run instead of var/lib/rccached- fix rrdcached service file (type=forking), add pid file variable- Build is disable for SLE; remove sysvinit support - CLean obsolete conditionnal macros - Fix devel package Group; it have to be Development/Libraries- add systemd service for rrdcached- rename rrdtool-lua_lib64.patch to rrdtool-lua-ruby_lib64.patch since it sets libdir for ruby as well - Package ruby bindings into ruby-rrdtool package- Work around makefile dependencies on installed ruby headers during installation - Avoid running autoreconf, remove rrdtool-automake.patch- Fix the hack from previous entry to work everywhere- Fix build failure: make looks for ruby.h in wrong place.- Add Source URL, see https://en.opensuse.org/SourceUrls- remove suse_update_config- add explicit buildrequire on groff for man pages- Fix build with new automake- Only require lua51-devel on openSUSE_12.2 or later- update to 1.4.7 * check in /usr/lib64 for tclConfig.sh too * remove perl 5.004 compatibility hack and make RRDs compile with newer perls. * added support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes. * configure option to disable building rrd_graph: --disable-rrd_graph With support from Ulf Zimmermann (OpenLane) * fixed segfault in rrdtool (xport, fetch, graph) when handling error conditions. -- James Brown * fix uninitialized variable in rrd_graph (#322) * improved data reduction algorithm in graph: after fetching, data must be reduced to at least chart resolution, else some data will not get plotted. fix for #298 * plug memory leak in lua bindings #301 * improve cross compiling -- Michael Olbrich- require lua51-devel- Fix two segfaults in the Tcl binding.- Move the Tcl bindings into a separate subpackage. - Remove the superfluous call to (bnc#693085). - Adopt the current practice of packaging Tcl extensions.- build lua bindings (new subpackage lua-rrdtool) - update to 1.4.5: * rrdcached: print \n at the end of log messages when running rrdcached in the foreground * rrdcached: Let the -s, -m and -P options affect the default socket as well * rrdgraph: font related memory leaks fixed #208 * rrdgraph-libdbi: print error message instead of dumping core on sql problem * rrdgraph-libdbi: properly allocated response buffer * rrdtool: in remote mode, make argument count for remote commmands strict * rrdgraph: fix problems with second %s in right-axis format * everywhere: fix locale handling. locales were not properly reset after calling set locale * rrdgraph: fix use of %s in strftime (G)PRINT commands #277 * ruby: fix bindings to be compatible with curent ruby implementations #279 * rrdcached: Ensure that response_read() always calls fflush() or fclose() #278 * rrd_client: free addrinfo list after use ... * rrdupdate: follow the normal code path for exiting rrd_update if there is a problem with rrdc, plugging a memory leak on the way * rrdgraph: make sure we do not try to draw points all that far outside the drawing area since some versions of cairo seem to go unstable when this happens * rrdgraph: fix an endles loop near 2^31 timestamp (32bit platform problem) * rrdcached: fix permissions of the default socket * rrdgraph-libdbi: Fix sigma calculation * rrdcreate: better checks for RRA arguments * rrdgraph: if there is no right label, do not reserve any space for it * Enhancements: + rrdcached: add hosts_access support + rrdfetch/graph: introduce "epoch" as a new base time reference, meaning timestamp 0: you can now write epoch+11111111s or epoch+19711205s * update in-tree cgilib to 0.7: + allow cookies without regular CGI POST/GET variables + support for ';' as delimiter + support for multipart/form-data + support for file upload + decode variable names and data- fix perl file list on factory- update to 1.4.4 * legal: Relicense the RRDCacheD client interface under the MIT license * legal: Updted FLOSS Exception for latest PHP license * rrd_cached: better help output * bugfixes - remove last patch, fixed in upstream - disable calling autoreconf (needs too new gettext)- fixed bnc#594981 (-double.diff)- update to 1.4.3 * rrdcached: Log to stderr (in addition to syslog) when running in foreground. * rrdcached: Added -m command line option. * rrdcached: Added -s option so set group permissions of the UNIX domain socket. * rrd_create: added --no-overwrite option. It prevents rrdtool from clobbering existing rrd files. * ruby bindings: rb_rrd_xport function * use locale settings and _NL_TIME_WEEK_1STDAY to determine the first day of the week. Works on Linux at least * rrd_graph: \u to backup one line for special legend placement tricks * rrd_update: new (better) checker for incoming COUNTER or DERIVED data.- update to 1.4.2 * RRD Caching Daemon (rrdcached) See rrdcached documentation. * The output of rrdtool dump has been adjusted to be simpler to parse by existing xml parsers. * RRD Graphing functions (rrdtool graph) + VDEF PERCENTNAN (a PRECENT that ignores NAN) + CDEF PREDICT and PREDICTSIGMA functions for on-the-fly data prediction without the need to modify existing rrd files as it is required for HoltWinters. + LibDBI integration provides a path to read data directly of a supported SQL database into rrdtool graph. See rrdgraph_libdbi documentation. * quite some more - see NEWS and CHANGES- use --disable-static instead of removing static libraries- update to 1.3.7 * many small updates to the POD documents. * improved win32 source * OSX compilation fixes * rrd_fetch: fix memory leak * rrd_cgi: fix segfault in error reporting routine * rrd_graph: fix TICK for negative numbers * rrd_graph: fix image size reporting for LP64BE architectures * rrd_resize: fix GROW for mmap (it was totally broken)/bin/sh/bin/sh/bin/sh/bin/shsheep55 1527285001 1.7.0-4.341.7.0-4.34rrdcachedrrdcachedrrdcached.servicerrdcached.socketrrdcached.confrcrrdcachedsysconfig.rrdcachedrrdcached.1.gzrrdcachedrrdcached-systemd-pre/run//usr/bin//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share//usr/share/rrdcached/-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:SLE-15:GA/standard/e94f1b289dca55f6230f753ab1037279-rrdtoolcpioxz5x86_64-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/rrdtool-1.7.0-4.34.x86_64/run/rrdcached' (No such file or directory)ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=378d24a83dfbc02fc0a1e9cbb42fc63a8a0701bb, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)directoryPOSIX shell script, ASCII text executable RRRR R R R RRRRR RZ>WRTŭ0utf-83ec4c44a633580135569a2574b3ce7ac3ff90b181a601abf57e9431119d84f49?7zXZ !t/s] cNſ^Js$s!yU31Q0*zo֚IC`-gyW@S1.&Z"HԠb ւ6 ɿ/BOQUxATt[@u  )d?'WX\4rM->e-Uw?$ _ mS0uzVWF@vz Xz[(`giM$t'TB3&e] g ꐽvbX!+Wб/`q 9^5]. nH)#9SDxF% /_MOT&'RLˑn1jX 5,N]{m $wS]C$L^p㦌D@Opٗ_K\ |*̱l2ӹO5aw%M]~̸j4v,@̀۰'O~V)OXe=5'$VF)˜#TBI%xZ;P@6shcTvHW|G8逃%0>Km~uI)2 xV,ٯGmvB ?pBϘݻJ(*,d8W$T)/@)5qceD;J*!ulDMy 69XWKs5bT1;,ɛ><ZYREs!ڤκ\*|,GRN?Y|3Bި*i!iI~iZq[ӭqs#`@C n:Q2_2(ȕ~<->lp8Ij9[h#8RM=gnjy4탐]uf}ް(Xw) <{ހ\Q<ـXBMH'tN ~\ J aW8d ^:Mt{qIL͓t^wy%a'fҼB ӖQo'ڶ:QfEJʃk-3R.>iupzx73B(jwi/l 03Ƈ]VLݐS cӖ|ć2*A0S%S؎q ZN)8А@݆`rhJ;- tpn|콾wKiďeǚAmKk9īpL'f{\u'5"#ƎƘ0'43Ac1 J4EĽf80%)ɆcmzC;0_COq>sxQ9UC$ ~B?qh۵cQN v1m6W9˷Y#_c᠙᝼~9EsJf-!}ĊJX'jd &Gp|?DNH鸉;w_>CH>5AǼ IW~tYx5 tN@ԫڧb&JLDE~pL…` ?F?0haW0e5.!|:sXʋf ̣oP񔅓J%k5>.Լvǀ1+S|{1J9H%"1KU%ߟԤ3Kl0t:h^cd.5UtwK$NNٜ W"=(@X!ۦV1" v=LJ'>+P4Y"VQh^lه+%{jkA@TqƧ(peq@\Y xA0rQ.;"ڏU]v<7kИ!M] ABB\]cJĝuGt4K3b}k pPyv9x$HSL)B$n@KvQNۺN0IƧ"fm)˃b8ߟcmfTĔHڬ"q<O߶VNuXЅ$kaPbjg!">}Dt/޶T$ԝ@єZńyWC:CX`?˫Mԛ[Y+aּyƄ3l$)w1dޮLh*̼֝B$%;Dq\ ;<D|4X* ҉ta)dU-1v9ʊ\/kA%_R}pCkMWN6".0:=W0L-@9UߞVŽ~A< Īp;LFm꺒1f3" s?x},t[z$ (+aYNhjcϔA.ʆFmtm;:[!ZOlZjj+ 5Yd/\'_mA$ni#I:-Et[_"%Y|geWVWT,*vRa kho.ؿ+c3 &#Jƣ6h,ANYcdS tFX ^ &gZ+Ɓ-PX]f:PVAHs;%d5oxne}W*3yi=yu"$A} 'α刑O&&15CN~h@Ɇl?89kE_ س4q>ۚFT#/HZm9l' |U(x[;< 8]ȼuF&|.BH/8N Z(u^߈ k 'Vp$+E?2kŮ|М\Aɗ"`G-r/ ˩|5_ Fj`oh{ ϻQsD4:yHCG*Qbײx>'uCSU ka<\}PSˎw:@2Յ@w"r˿˘9T&ЉH1P6}E%(G!=3 +7upGD/BBoK$Lve<#*wO^QEo#jd&G42q PU6<ÒkXa44I=.DV wo5}}į W. ʎN3> BRc8 .ӼHO`\SL}8 5}37Vvb;;{Gږ9W[dK6{T%R5f/#giʩ "|t$a,>o7Be>6mX缑&30[`9J{[UF*d{OyknPfIO>s10j - ^8a0 -c\W^P;kSvr&?:] bxUuRr|Yd JJ[fPRCy"grєh¦\pf U>i{3p|jV{)dKBu] 8w"SO%iǜnSLgC;+fupT'ʔKٗ7"j4=8K" S͓m?kK0nlմSs݈ <-"LdԳ7$t%R*Geb#9Oo,5(WV۝ci,@aDO}YRbE&A7f""E&PnBc ih3 1h@Yd)a٠'ܧzκD\ [ub$@BN)!<٬=6m'IG5w;jKz`1RZTԕ73X882wH_K40͇Ƈ$Ys!ŢYjsUʋF(HMR#pM׿ZV:N,1>]ZAq@$}>!Ñx)Ӧ?qeئ[z-f~~Af ~\uCVtI P8I&p\Pa uJxa %=X]9ڥu&73U\62-@ɋr-?5hY J 4PMKB; _oaf:/"߯?dAL:_lsV`sP|kAdcqcbTflWǧy[-fI7t(gZfp#*$+Ba;2atHPD_Āyj ZGU!7@n6f[5#l'&D L/3s!Xs{Q?pǽ$Mq~'d$gؠo A{)zëqC_N"SV_lyE*}ݮ3rZAAj36-Xp]pT_[B :$3:U6DSXLc++At#!}A/#O5:_&`XKGW9=3ـ{$| F@%o|#s< tSER}LtްkF:ZJ͖s?0`sBdn2W5`^@ЇotH[a6.jCZ5o;[P؟(&J J897X{Q#ӈH=Yޙ Ȼ"JHoHsap-D&zݶGEjb U;ڶ:rD"b9;F~*wq Qhu!LA%QAأW#n1[~a W/gjѧKbXzr“O7 A߽sW"Oa_(d 6`7kWd3<Z3-|Y jf+C9+71X'I<RRL+,lR:ȕ~tF/U x)s /Ŗe=v`ZLthTc?Y?>9|}jFRBω) )Cu` oiOYtv ;7bymvl9ih64ԃt_srQ3()gS >m*;xmr߻cƚE#vJp)xYѪ:YmeINEmFs,lCY4mIv[ּw#=OĜL2aK$ntQ/l1(5!0cIeegH:$)b:|q?,Ht|޾کVTcx'ap}i7f ÀK/nfhdl5w:ͬi8]?f"`EۣǪ s[F-uKb"=gfj\ʄC* RjEqD@m+QW ;[HTJIC"uj#_xL ? ޑBUQyo_kq1KY`",x3TX/ts ^Vn0xPQlgl( )]^[~C N-opB q ҋQ}jʒ Թ#h\>CLZZ U1goKM rTxUS:g|U~֍2$̢ua.6Ͳw -$γ(iX0sB.@{%/=Fۋ/nG킗~O! >8Z7KfcD} )硄,oA.bQo_O(R%?mCY=X~U-.;TlU:ٔzz>Kҽvz&Ǣd,Ki ̿MDt8`+gُuClte;yeJ$ 99ю5X0`e EW >QdS*Mn(/:E[%Eڭ@PkUOAn;4'|e zdOHH~Ezͬi׈oIut;`t5ٟDc'SL)ҌU _NWߣO竌Cr}N8nU_J]Ʊ 0K7-jÅP_REnǞ7lF_Θ-2t{Iu2Q  wZ UWqEge95Z8,}u`vSmy7[r4H2AW?@۔6i+u{qS*eg,4b}KSEvG1E4*\+K Ɍ*Ξ;@<Ǽ~c>:ۯ?ה,vӚː%PS7e=f7' vP;A%6MDcgM =)\³s͉eH̢‹۽T$@^ f4|*{W謘jao7WkSD]'U8=֩kHrb^5~b:g'ecT_ h V0h@}e,”k0䕐%֌:u6F$)+uB&@Ht[4?^=LTEt^C&ØNf3sh~י*9Pvj7 \m6\zQ2y˾K_^[3FnQȜħϴ]WY2e]r++>FA2js[<]S Ž9:fW`&e,0JPī5iH%^q16KvU{/͖H^8o\-BnPhd9"0Q͎?\|:w]1n c?%(oe )c,QuOs;?!e?&U|i͞-b`_\|!8c{nϢ< 3gE11p\q2oCVbTҖ%FKEm^%D) 'J{7㌜;Rgl ؈.SZizT VEm}:.LҺ1Mt,})m&BxsϪrcaW>KW0b.BHb9g )6)+RP_y*8 lNdU Q 8O5ס0u3lBP 'AHb=Lq )> I?scVWȝ~hhO~q 6{(oAgO7Xu ȴ(QilmcbWytYfQ- E:c<^:P8a4[MT9z@"`΍`o-J7Iɟt"neǵ"#Ⱥ1o2D봩i|_JFN'vWd"υ0mCj"omL#B0SJ'"q(]zl*aن" eѨWYc7Q0ʵ.Q3EVySfʶ3hx7SS;qQ4Yfұ\tEi C_{ǰ21z]̛W[j%H ^DgXe']^!ç2!7r 3J:Y ~䎉nשp7u4>m-|̦O<䋈F{[/dxC {,DuOY'L\w钚9c%;=Vh-wJ*v>'WдGqth](n9-o ?,$ǼF$%%nNV*~':>i-Q$yak`mh H=ߜhhU"6˝91ap!Hv-/?%hȿ0<1 ~}ˡo4F9c٪\>Ymh>D&.j艽xYV M] qX_&X!?8.5v?0ԅ=(}8v똵4rx0 6.Zmth2LӥO7,]9L*978(h+;&I0& cN>Z^3)xT] [u+Ths#I)2-#" 6˖ٴ-|Pkvݞ[UY}lPvj&Y.69ʚ+: \=)6D`r3ʹXzxt1 $/In洭_-4ݺX(#%§DZ˨.^pjLюGWwclpdՑмV=d ޿S%%CσJبIqBDb1ǯ5'ΌYfFŨpK/c.\YIoN]'W~(:P5,b^̖jĴGofDw d=q.G._{M72p*ClѺD~6Лs9 㟒N6JZ–dSC6N,݃P1sj t!Z}ik/qo27'p,x#`SP~I?;U\`kj F~|0bRj,;*3Xd>˜c~g\S5ِ~]Le]`x1o_nk EG؃&8?o0 ΚC@B+ Z %l hΥDCg ?d">zB(!(Hg͐5гaɛV @}[_h;*%G$[DFE?O!ZyR萈'X~ oDf'r`}n&E&Ͼ/tW:{yMѨZG():= nZ\ޕ7nV3ܬ4֦G 8yrZE@QN\ {>QL*"rJ1uj9->S_ C6;Kc f'4Jئ.yW&Nn^P^^[j㭨%fm YU8e{:vRw lxx*DtvL3ũ鷃gpd%Kz^<[ [DN,@TwcH:VA9~iڰ`FVJ~o78|9{u- 9)C#t&q G5Lg"T9Rh|6 =Ӯ.oy)>+"}*!L ~:r>v^OCMAq? }|(Gڹ9r&QӒ6̜b?jDEuE*kYFPV]j;NU1S YG 6?Lb2FKoQ(9mȥ~GzEY v~/- X͟!ӛ3)yo \G^pB'/:O6Z;WNT4+G_kN|KBƞ}CYgdKԽ/Z1TڢWZۼ <׆aYh= `zB^;fI<8?sB!kn3%i:ra{u{ ߔВH7 *_#r=fIQ?^/Otzl=i' PYpk mU/@#gB'8*ӡ}7!!)vg<ozni|;<\]%[w(GB/ ꪸŒ-^`~m&O`:zB-̏!ݏTA1 )+7˷+ՓVڤ)1{=tW%Fƍkw*wE6g:NbH[2A:EsC7Oȥ}sh5xyZfN|\ԤGRAJ넂U}B*DѰ>`97#- ;Kǭ I4m ]p,rPbwX^/VE{ڎʘ@"A1 de;8FF10^fW%[_xDs(64^|'IpA/nr\xۖ;aolR$#VwM49zڰ V6*W5zh5$(- $m[AV@qԟ$Gsݸdvry9>8nX!CHO nha0 Il?ep޽.OIMgP<Ͷyy trGr>#H)Tبu$o4X>cr$DwuY\(8X\fOO0 ~#'X2B_f#X.ķQv~_q4ai(-z`H OA3G"so*|#ދ#"O!6vֻ0\o}nj+,[:-un?BDpgyDXAR`WnRp &!wdMAoaB&Z 7,byV>clɮ"?ZH;۵5 <9HăSr8MH+kG⻚o.{hAg!i2.XسsmIzʗv<P®NG(g#R{1[9>9c iFk'5*huJ16$M^.wM{%j:ԙM3g7@4c42L-1c¹@ _XBԦʾ 09뾄2y(B`0\e2Ix;c7RU/`*4,ct[ rQ[C2nͨy R.w;sw;.wn֐߇NSa(K$u]Udv? yS>;C2E"m`(E}:ʽD]LLp4ښӴzu.Pe_6z["+lӓfĐ/`)D6cw^|̝,m ̐+fd}ϊ9t Qev ލȇ˛#m45YBl CRݚ_9W退VR1B.v4T4!y#,eh=toʎO0_U\ j|P^T3WqS"Nw!Sхqf&5XR MXmyHȼ]*KHc*Zrj?]JU/-8IgG Fo.-p̋\7>8MSk 6 [MHb]\LrQ ~q' )ZԴ*<45ԱtcFiêN o579_7jF/3[c_d}p#ſmCd=l)c_ ;J%B3m:Jɂ`  GhD3ǑZ89teV&yj`/Dk:vXŇτqATÆayM~gaAIͣ%]rde<ץ0&^'wWj1{n#= tP\e1tsS0< Ux ?eY'-BA/b vQa#; fY;*?/ Tʮ[ i}nO$tQ) kw`Zid! 5Yv'%nwINt*ne!X8# j ىh1䑼, f-5}lUJh%`)rwQ줨hCn: ۴\rS/I2quD b~œzڢՋ rU:)9D]+pSq$&8Wad4tXBf=l+3|7wJt֕/>@NLvQtDvߎR 03@9ӍLЋ"kֈxMv 0x@40AZ *Q[4R$ yr;JjN] N=~Hl 猞ԅ>eg __523꺝Ϡ**35 hbδL=>;?H9>ri0g*7h_[iٶRs@UO}٢I+!ƛT-MŴRr.֚H3[Xშ+! 2@ܚ}wI&:78w{p\׉OE1lMɮퟆZg NoZԠnfpz-zȐb'K{/&MY _czN※dI?aJUPa x.^OH0"7}ctT^FdžN?p~7m!Ql8P7R-@,崸 @ϷZ _כGJEESQ 0lB_+y-  [FNlIT6tg IEa)R2lUzL=6;B$fuF9*U@kvЋb ;y) 6;*7}؈:<:CjK j\X;Ii}:33 ZxߢD@.+P2w\g :M˅4d15u;n}׬-2zMjRʗʝ}a2܍ӝ۟ Bԅ0ӯ.>jNF#z%g!QmKd$,Νڍ& ۧrMxd-S9';{.u/+Dix(2Jz0e<ջ PC~Jܖ!j-$62$r[IN9e$amcT{ot*$N޲h"Aeۙ,S+oHE' *M[BǁjuhVj0kRŷyE }WYgI50WqII16+J5[l۽'ڬh):Rc;2ttSBR `\Z oހG :Riнf{^R@'9vUo]%O7: ݺ09MnuUUi_ja?lDlX{% 2`pYx4-ȕF2j[mV/$#<$H i2:0jFn jxsDuFS0:@#w/7YB[ e=UM\"}JؓƁsmPʎ0RZ/e@o<;Iv1d_-#!gFb?*.J2ho:ȩNa@ SX.{ukm7S0Et?H+Ld$Wxꅰ!AL]Bks(X~͸%koZ7u0hsUUϜ/6.:lL3ܽգ"lF,9S4wK}O^ %Jsy <̖NdNGw~]7.`GㄐHN @@h_7ADKZmj׫pc7;BN&ׄT.!^؎.N#gtM,X}mCl:$=|$OW0Pq;xXhߓۅL#lV[_;y#{X,2;WNvY Œn4b ̉P_bːj\m6 40@x!N&Xr|gB3aw,g25TnsbNK2Ę,t0K2ź"-IǀAD&Ňfi`MH]Gk`O$Ň[܅/jƍ<~miǔ/Dţؼ/B Hy¿~7@!\BH[h +SV)SOy_D~/[X鰤Xipcz8:r\ӷxl/D2UhJByr ӡ-0:kG],k|y4byqGxP;q80 uS'c F29k&גƸe6^\) P TōVV nM5[W:ӌ~#2nc·QX^!Yv XYceHH`QcEMLqѺ'`$L!±qR2΄//\ObM" b9P\3e=^k,à*"HOSLR DFjf{l+a4~MQ`2jD gXSƃlBE*"bѧA`ڑZrs^ctk;kgQY0{R#h"`{ſA :&rHl7.ti6^>kʅs <dҨ.s2ItܻMsB"Lq%\(NلҷREs!0eHl(+_;ܭU,lGm3@ܴ|rߘd(DEE'x~JԼ[WbFi6Ȅ'"Q%}XI4nI!-P9=zFI}2:N>x(1z龣kzOg~+"y ORq6jP!ξcv)4 )н6lػ@;w!azQh^c}22ŞYqҢ> YlGs&о0(XMW$:Y5 ro%?<4i8M~nZ rD~3 5WpTyZ[x;5ZVi>na =م CM0=Qya3HI1w LH;KAlK>B? B;Ph:{cqEo[gyD W@mc MQ[W[( ]Tݥ%}tQ-CNmHWxH4VԾM[`--n4_&tT'U% 좺L8ҿC;w=K^Xsb#XzXw1_\8A" ǫ\HV$3( V?E>2ty & R?;1{ZW 6 _+qyiףKonHOE14ЁjH,R%ЬUU}4,DFǯ!R,,ȎF3G'RgE9="aD2Y5k CpPa1/wX̘*b-/gM {wVvVmU3B`Lk[nv֪= R /g @vP_&4h0f1wFKUoR>|G+S& ~E*? ee99@Dfo:L b.K]B<K`ɣ^{5,2(޽ATޚ }dτUBiY$Yr   MŝTÛY5jYkj,b.d xnpgFl4LH>%%ŹKY᭯fjXq$? ѣXX+-LJ`iSb ӂl3h2G㓳?/kJ<+?x硩x] ; lw%ikjMU.P$x_fggWJ;ՑwsF.ժǰ\B8{C pP(H`݅`|)8Uσ9hY,ЊD7Zhp ӵdnoGߨmXf4PPa˚jqc"G5]/t7v6Ζ#]9G|-1"3=m,w0L6pQ}Rn(;p Ŕ@T>E'%Bćέ8Gpiό[ d5rݯz̝Rӌ")V‘=o@"bpP8SKŃA4!YB}4Toq[_c2Ak5RZB:ay:m{񻬒6d`Hsد@|>~kƂ_@[s 6Djz O +8;T.T8l|Hf]`C :EhYѧPe~L?{=aq{7 RR0Mb}i?8?*+{-<Wg3~9//Y;ZZE5tn搧E$eNPc⦠3 I dE>]j v@GuH iտ1!nm_S`&~x-&NH2g9'4pUF HA%A{?pOp`-DZ5(`]$LGӑÐEw4-?biJKt|T~1{9D\:W2ҟ*,m=F0muN{߷#v;flHۉ."o;9YnuHy/LǭA.RDxi >ɖ gi-LV ՗zEJRf;_dIpb]IaR9ЯӻJ%w{G` [c-oS]w*4;5YY Q&i/*5yu?_w辝.׻l"_wۈnI5imwy#?|&L#Z U6MlҼCo cNWFuΕ8ޙB^PC"8@wbgוV_StљMkj򏕦X즶YkJ&$§C6mz: ]2DO2e8@'-I::'l1>PM ٵMx͂>HU^^nH3Uu[఑8'+PH1?R| T3A`te蛤~09vAy] 9_CT.V3,1Ҁ4h_L\UYg# 7:WN@ (丹vrs{(&fxU.^⃛ k*Ulg/mW-Vi-4Ĵ^nh6u BkͻDLOZ>FX#VhVj2fm_GcLIUY?:%э(p4则)6ᇛ*TL_"9K=7I6L?۳E(Do}Mkc^[ߛfKT>Tҷ.L>,Nm~)뾺<1qMkGmUAc3l^cS|AW]^ ;9$m.N.twnhT6 \7a,.%ܿzxώ6m"W5r m: L3]Vq*m4ǫ q%i"cs$QCS{|b Kdqqћ+Ypb^= #V3F5 Ʋ !H> IvDj/e%ZZ&O E#CHMaG^ducUqU*% Nt ex1L=6j4^m(Y[B*>:֜nԟGж~DATCZO rYG h{En\1D|hR'@ս5+`:x? WIv3jF/9"t툾?3>K -«luw[yT_􀥀('U>ݴ%72y 0Mk$R_lc$@e~%cT^/F!!0: W$*=(g3KPP,8SQG=U&+'o ){`$?o"YĦ3\C>{ԛ- FON47o+4l>07]k%DowH>9@$l& 'ĊtTYy? \,5}=|@<RЩb[-oâp}҇FuH[J8=aqUm =ՠF]'D@ނP>ky}O/8#qI QMsbgI{ޢGz My rrT^9PĤh6wtR4 7\Tre*n`EjoBqaOR-|qEp ߸Թ&(bQX9{~]")fyS&i Hس0 %`5HM݇-`" Q*MX\jQ'nʓ i<̺B.Ьl6;M 2aB{Vr;(asiq$u1Ldlej[~R#81<>nA$4`bby{yԂ$> gFXj/,2vw3#4z`G!p},*j@e'/yW1bҳtɰH!0{ϲ Mi"~Q`3 G"Lra,ѐ7)!H >8 $zgJ`aS5)VzSz[ SS۞at4L rLӅb Y>qbM/ f$kW d Xe!.>bQsTVDX[X۽VT"8`oL'yeUdd-+Р8 fb\$q`s͓Ig^a=!ikrϡs&, J/q[ljTX8aS^ `-3Fׇ0KUN`O}ۆ^o? fՃcpİs72DHn}H6kGP^d;EFMxDXu#R\/^A5hxru7A"~#I}" $ײذڿF3uX]b2L\Skw;^xT5 0Ʀk>Yٻ= |%g4Z@ypL/< 56y$ 6ڪrӪG5i7ozY@Lj,I<0ȍS)snګu@ w* ~6/6)ON uTaY}(˰hrapvLӸ OPɶ:8avmE;`kd~zL9 ,53L"͜ vLUHp'p h@\yV E 9fL>]|[~L, /:1$i$E{XtSt(V놶=3hƦ[uTqG #NAMg 1JYpe%:`6Hf GmM,dl )m0upXhgK:TkbAaoe]Ă2q"ƕ MJp8CDXO|g \0+ܪͬ)Zʖ*B$[)i*@!Vˆi]~@!o:۳C|hvKYFR Fnk':x%:-Ot ;bMU$lqs' I% =&`v98Pt)I)%3u[܌q_&H l}OQIARɬPW'6vޯO SxF<Wn%,tE,CnnbuHFOdR) "9( U_گc iinT?qlo]+7In|%e #BD?]gQ.{gigdҙۦng_?aDx+˙ V͗LZ~w[bk[LcrV=:e7# ]-櫣!(IxAM} ?Xw#jWUTٴIv'=(n刁qy FkWo}gb-'*}uS,yB vJ/y㛷ZOg6I]S,LK[13 )u\/nX A;S3JCZtd[c Mqx yÎYA-`o#툯kH 8\$ >’6vG(VGgڼs "pfm TRX\<0>ꑗ3ƳWP,Ϧ~6c@a}r-rQ1$5;P@+k/`r7hw7=NrɧD`Գ]1WKW Jp<=EN0&Y~AЎM L/tJӭkY|gZB8t.:NwW33 ?;wѰޝW)%A~K ߤI{|?绒*ϟn^c2;( UN󆜮c D$޴Y͛bwگ BvG)Qm=9[ځW\<)? Lu#:?Q`Ҝ 2.FjB5d\ yee_)vc`E|Şe\wj]1mHH&(c20oⳝa_!j;3 R}&jr!F۪q8: ᧹)tcKjZ(D#/Y$Yf[H @40C,"_ ? zgSY]|Wͪq0_~\5߿g> &UN +.!)@z@eĽZkR50cܞ_Yu)U4xmc\0%eq`ܐp~d#?BdKx 4nĞ _Ӡ0A>]&($PC])zU)ɰ[`h&sld\dm$%*a¢ $]CE-p$bݧ yf!vD@r4G!n C`*XPt39D{ \0} 'I47S +j {;h9,`>YX%ݫؑ轾Cn qºUB5pGl :\ֹ85֚W쫭n5oMat蘷>[jkAqZҐNAȭE{&j0G͖K8O0*Dw6 D/]Ru{]ЋR&AHSME(؃ObY dJ_w?Y]DS--+d1D/%݉dW.V'EJgMkJ_ \}^Bk-\Zp |)\\A6;ns 8AfyK?툂tRC‹Y5fgH)AEUW.i^ͳ\=݀hrI zee;2kIr2\"2e" >@JE"\h|gJĺ[mb\Jd%%XS[pg5=l%|GzUNzJWdz ?|ľc`ʈLKk~zF$ 7T珇iH:~ut"ru; \])KwL2E12.Eʨju00ׅLw)#2w 1rh8HJFQN䰎3`6T{Hx;5|7$ػo,~:Fgyc +g^ 9+oJYbL_ 3<2;T pP@\Ta\ym&fv_Yꛑt%I(ᚩB%2[jH5뗢'$0 H3zSJM>qv D^ZYcw*Xc-l&6-OydQWpI|p FR#+m.!(62kb2J*֯[:oNPiye_QՋee^3Q\]0%aiVp#Y>5}:N<-%-6 ?gd8a"d7P~k NY!~m)ˡuԹVE:smi%C_`rw&*[ά| );̏M:Ci! p8oOElH:n J,q!qߏQT|5]zF'X|؄pNjؙ㰈WlCyPFQj% H^MF2/y^)>SCtT@ `hRp7ho/yОC jBWu-Li9XC`Rq ?lfg1웟kAR Gzݞ%f9 ۭK4puxjdswEg.U;С%ڲ&.#de7˹uI=j2sKn>6Y|| 6BP|%eL"T$+Z`!gh('8 7hЭ`Tt/f*&@5 p=hȅ"n/>8kyQv1ZeR668eB;^˸X4d,*]QgȖI>le̪ 2KLp 㪱6'5xp,w)m֔IY޳gd(eS@nqvK2BG̩tD"7o=L dkcb+Gcfs 3נS$Ll\`,yiơ%,v״K<14buo/ 8dhC}X&WYakѡO%Hl(7 xA@j~( m㢏T_Bλ {{^Hxl\ g:f<ׁ-^dRhXCC,՜NArw^*\t޸{D|rsif5}PHN=/bX>H$T:܁n_l{i$89 G#dRW5ҥi2ɥn]b fW{/B !(s:~~t[ 4for3#쫂h*Y cwu8Et=a@O #~gcM==?:p3((}r}I9uX4ʡ):@$p-L=r1S9جekDGA^5OR?oflD0k)4f&WS]#TQHOt,To곁ezqƒOۢ,i:΃lb@{Ki]!y7+O@3|a$H#Wh>#Ck@_wR\Uްz[`^l*"Sm<`7*+oޔ]$^4l'RsC%vri٭EFB%d5G$WXI6Vizצ3jë\OSK[d$:Y'*L}Wx;޿hODYPȝQ{DPZ* $"+%E! :.yBU?TV`>Ћm-3DԸu#.9(;\2 $}R͚{*݃2.LBr:鋚낤g8:7jnJe ZWr\uN9T5\\]&V6ءnu!wI<^U"L)5}d_ O:.1b<1D'U}@kMQ&smUM+a5= 2p 2*Ih[\[Ȉ;H)n hyXDCWl HZbD!e'm@d9=^ #Y1Y[wfoRpߜ9xeQ3:7,(:{J :xCA󋕹wYV`0h'L(g>kLzVZ`tMFQ 5k˸feOU~<!xXး#ke] PdO;?Zmib-\ےo=Xk-r\$Z9nr,>jCc*԰o6z}99+A1X6b7nZf#sl!TPvVc;&D6+!GM>899;n/ klK b=@lBrUe ~FW,D'k+pLHo#Vc韓J&σ>:jMF f`*2=|X) O5AJt 3Ӎvrhlf ]D:c&! [twn 60V7iIjV$%*.="Aĵ"j݌{9fhg tUs|Zh-ۤ|k_QFoW|\j]"*:.2"/d́ 0 Q<{q4SQw58kC1P*5Cy}lDcoh(@2ہdž;ܟqkf`0`~ly/bTA_IpJ`ԍU`@tY#g$yTr{wIYYM Py)1M(m3/z6۵}5X3sߏ"FT$%ya7FYI'WLױ^ [)RYG bSD &M˥"Noպ*G0nͩo'(R MaV>ɪÛ=T[iY-oݤ\&|e9AӚB%.GyG6\EF%TY1mgX^PcPF'FN46x* R_l}*\ F3h? v&E]bdD˄6gb7=R~W3h~Y;-PtWʵFjwtQ^t{ x沎.^\Hh1 YwݠX.C ez;[c4ԍ@A"P6rl쀋;#յuRzu)aHDpo"n*>ncOv˪DW3?ty%M}:[-Na ˠdC%i;W>6 271}XLi3|&^{2ZY5(NnlchSհF'b"ǮY7Z߳;4S'3:mf )z*(UJQ62+73"Qӈ]2-I.5'M:v&v7ӕIjB[oNiӏ/2T"lv" .^ a, JZAn&599cMpwb͞3vCR̞d"<*$~wņƫ2o`d,"JA>1~_‰U;$l*ԃ0QƮe0c7B[覂s&ܦ 53zVd$85S9{i+ Ժش.tlӆ+G<)4rQ kHc#K A.>6"KP)`SwCf.Χ-҂5>;/E3h "CLJ8UlbɒEB[pIFf0/)Y"fz7-rc*e^Xcf֘Yg>f&"3J HrK;VlUP?& yl:S~;jBs&ٜEjfCUKd@Z5h 4Ndd_( C-TS<ԵNMm"羊R`4kX >I E^? /j@ Z = ng7f13ՙȸ0?{i+ӗs穡*#v}[p @T.b5v E<(`X1dKRIFl@,)S1${^$Pd;s-kJtdQQI~v< O ?R ThY,[̽N+Oì9hCkBq"):Ћ sf9&|< =۬b3Xx/yT&w9Kd !u^bé^\ R GEZڗݯDe=^+Z6Z7XvNNDӢΖ;xc;Vh fodV$0ğZnnqXn[ IF:,$r%ҋ˫e 3K˄"SuLme0hF~:W,τֈ!D]ظ8f-D' [*ogA*NW²VyQod;vI<@~v~׷ #׻>t`"ut@13|Dؙ˚Gc+BsʲZkrʱѫA S*!ifP;VUa潡$Hg_rh &Q?g+XǍۭ,qJpzXX{p~ḥyd;y^,$f?]{.\w hR:eӳk&ơ K~~f0nw/cܾJjdiJQlڥJQ`Zְvx V)@0Ifk$_ૃ@pPDA7 fJ菖+gGtEʹ:mq요Jb `PSDA&2`w_vg@N 쑁^(5IZ>^g> ;' [t r)#]"kS"plsYٞ_DxO'~PW@9I(F4Dd&kI\@_:!,|ЦѬ.\РM/{SJ=Gu1HlÁuz2Os-%=#D ς|[)_FdHEcL2FMd:? Ԍj8ͭ!̜|$Ixj.d"Y;Z%vE{1Z(Zfk9}QD%_9W)\t ڄ ~8492o©Yi!,)^Hy@^@2=l@hTyrk7 :)e% =x+e-ܔ#qH3i8Mb5`>z!g,)O&A'yl?5ܑduhEU e,˖l5*' aW"+wBK;& ҵJ6;}/&׆ftP=7vVw ~f-9ÐkzZ'8$ vTa\{HZ/>ou|×WHqKwG (Y8Y7MBA6iw {L?%(S ݒiV\"x>-6L@w|`8B[ wQbmg!M | l6\tZ_lÔ 0)MշYJJ=|+ ^ ^lÝZfm 3ub -y4%$ IP%keVɃu0^Q0u^pa5 gtE, M?pCdպQa*{AtDN|q[nnDky!v7 WB 2O _[DހGMwaφ.l<, E hz00B%.y!>1䲏HM# nJ:bR>i2y+=]"҈U0[qk^ 3`خِ y0W~`= HEYuG^|U[Җ@x!o*KXx/9*AYA>͎DUC1`{%{~o:?>nOţ@qgdRV[P~礩 mI?ܱ?5g6Ž5Q\?H43̱^'-g5;::^:ZZc]mjc#|h93z\FA_@}o؍W%pHE+Vt^qTzb~~o/ܲ~is{@wgIFoCƲ8LJ'ÄRSAYoWu-H:@0Bo(GhPwхc!SLe)1W-eAS/|;݌&iP렶 \4L*;#Xy_CP,n5@k$=zsJ8zϋۚ:OH]p44$Wʵi~ * %#frԯ1ؔjyEkVcz7OC7zK%ŨP'O{D$@cf*DUP2ˋBc ' S4Ķ!A+ʛ2qOa̓jOOб&|(Uqस_@ZG׳nh]G{닡AT*tJOz0ؾ?ojRQdb;*(Ѫs kbD3U^逭H ߓKnZC/^6B޿,5.Y{ZkY<@/  z5o~+'5ۀ^>kR~@HW~ɪUP>!r5- iLjA[=EU*)E?=$Bo,3|H v_VRWڹk4,"9ܢo,zRJ*{!3xv%wa*0Ig [n;Rߧ@R }gdS<^aa.w^O\;S}U&c4y|W7$Kr/LOp{Wyqz, +tWBJLy>B2wst KYa]&O*I ^if;H:>u+̡'\Ps)\m񃠈@\ Y~U ̾ƨH&-)V̒|{VGmuf)ʉ2: J!5{?6/x%ġ(\ ug@ 5K-SYSC؛A>i,_%K+kV*,j+8~2h_tzmSHi5Sީ^QCՑ*`yY`Ό=@oA7#Na2fЊdfe3G^FBE-Pa;L Dy$e q;n1]Up} 1@[pp1U§o}p,k-pXdA;=pkȏ-SX9*uzvb UƘ/DG5a3GikײȠ-٦n03*?+6t{ v0GDsI5;6uf? Vsu 98ZGȬ]~Vɱ٫9Pk`/ɼO4L`.dbl+'׼3ݲ +*y*jIV4C@JaZ+OKňVR6n зwF&~m+ -dx0Kᱡ4p<va?k& +!\'Q ۼ `92A6n Y%1oPcË3+2Kcf Dі 򥒣PWP;-] -g.kN6-ac(ze,{"6p{ ΣVG;濯1ܴa88׶<Fr!6Ko|YSJ]՚ÞPEKlSMC.>naDA[WvK\MeăBxVNY̵\Qq '{}wI >y(HNuBl.!NG \F@1* ];g7/*r]SWE,w)Yi6hs].)!Cbr ѲP `rΙGF22(V/sO p~ &;B:'gRxx1U3̂],[,%j+}rP~:hw`Su~˖uĄM22bY*fU<<2|}:kA("QG5ʎ(tinm$R󢕸S1o= 7f@u? ^=/ݘVn0U;:ZBKfHV6vp}),Xv1≯kCEsa6چq] 5̡g STf"AAZX4;w`Nx+tzllĊH8$M0kY47~hVf$w9R'֥G|{tSә1vH܀yEd/N!EtA 3rcEɱb}ӍeQۮMsuyUpdlU_ c_]}U$Ic,GknGU aԇ% ِOtm[gZ޿znzKʢZ#gO`+"EAKm$85BEcn1[qJw`HTbem2MF%PytnX"nIZVeMji2<}^@@hyPӇa)ZՓt;( a \;س %Zea3GYKu P15jz%e*^H6 oȪrLV/?tQXmYQa?3b0 kR#9:p FI=0Př'1|i-wB I-ʍ¾FheL|;'B_b< SKp(zR;ߚɍ Wkgד9-u_5wNqKy"K]tN 5bڑ*ZQ8eq2&".T1ip8W,ErUv/`T듀5'; h􁉏k(Z0]`_u]w( n] Mhؼ^j=B\C}XEKE֙UjKLsL^ځ@%>;y[7ͅ?e:Qc/֢ҧ  ^%%.i{ aS0 R"8,~js3 EzU"R*}qOg3Ĉ23D{t-\hrtQB4/L@6 މ*ûyF(u3`3w6,FG*޸F…`'m)z~~WU Ge` ,/4)D idMl<2Ԟ"*͡l[|zH2x{B!8Q5e.b))4!T@+xj奌O.1h$W,BԢ<J+~G ckϨK=dL+.u礥߲克acw߿bi劉j8\wBR؆g (5F&5*,{(X*[Ts UfX8xkWtXZÉYpJ/oD.6bkLcqASX !ã Rh YZ