rsyslog-8.33.1-lp150.2.19.1<>,]ņ/=„XB#ژ3,`]+Ǽz]8ئ'AAȦQtd%]ݿrE=YR#̀R-rk#=I js TW j uW"ڐu~TJ]_jb $"SYYDCHO\w|m1 Ļa7)@ZʤPШԒ[/6AL~]lFKWz?][ʻW2:٧)ɷC5}d]|6%>L? d   F  3<^ w/o!H#H #H $<H %\H 4H 5H6(H7H89H:<:|&;&>&>\>`>w(>x8>19?D1:C 1=>?@BFG(HHHHIhHXͰYZ[\ H],H^ұbScdՓe՘f՛l՝uհHv6wHxHytzCrsyslog8.33.1lp150.2.19.1The enhanced syslogd for Linux and UnixRsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user.]ņobs-power8-07I openSUSE Leap 15.0openSUSE(GPL-3.0-or-later AND Apache-2.0)http://bugs.opensuse.orgSystem/Daemonshttp://www.rsyslog.com/linuxppc64le 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 rsyslog.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in rsyslog.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-rsyslog-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-rsyslog-update-$service-new-in-upgrade" fi done for service in rsyslog.service ; 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# # update linker caches # /sbin/ldconfig # # remove obsolete variables # PNAME=syslog DEF_VAL="no" DEL_TEMPL=/usr/share/fillup-templates/$PNAME.del rm -f $DEL_TEMPL for var in SYSLOG_DAEMON SYSLOG_REQUIRES_NETWORK ; do echo -e "#\n$var=$DEF_VAL\n" >> $DEL_TEMPL done if [ -f /etc/sysconfig/$PNAME ] ; then /bin/fillup -q -t -r -i -d "=" /etc/sysconfig/$PNAME $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ test -f /etc/sysconfig/$PNAME.new && mv /etc/sysconfig/$PNAME.new /etc/sysconfig/$PNAME fi for i in $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ ; do if [ -f $i ] ; then . $i rm -f $i fi done PNAME=syslog DEF_VAL="no" DEL_TEMPL=/usr/share/fillup-templates/$PNAME.del rm -f $DEL_TEMPL for var in RSYSLOGD_COMPAT_VERSION RSYSLOGD_NATIVE_VERSION ; do echo -e "#\n$var=$DEF_VAL\n" >> $DEL_TEMPL done if [ -f /etc/sysconfig/$PNAME ] ; then /bin/fillup -q -t -r -i -d "=" /etc/sysconfig/$PNAME $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ test -f /etc/sysconfig/$PNAME.new && mv /etc/sysconfig/$PNAME.new /etc/sysconfig/$PNAME fi for i in $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ ; do if [ -f $i ] ; then . $i rm -f $i fi done # # add RSYSLOGD_* variables # PNAME=syslog SUBPNAME=-rsyslog 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 # # Do not use multiple facilities with the same priority pattern. # It causes start failure since rsyslog-6.4.x (bnc#780607). # # FIXME: it seems to be a valid syntax -> rsyslog bug? # if grep -qs '^local[0246],' etc/rsyslog.conf ; then sed -i -e 's/^local\([0246]\),/local\1.*;/g' etc/rsyslog.conf fi # # create dirs, touch log default files # if [ "$1" = "1" ] ; then # first install mkdir -p var/log touch var/log/messages; chmod 640 var/log/messages touch var/log/mail; chmod 640 var/log/mail touch var/log/mail.info; chmod 640 var/log/mail.info touch var/log/mail.warn; chmod 640 var/log/mail.warn touch var/log/mail.err; chmod 640 var/log/mail.err # # touch the additional log files we are using # touch var/log/acpid; chmod 640 var/log/acpid touch var/log/firewall; chmod 640 var/log/firewall touch var/log/NetworkManager; chmod 640 var/log/NetworkManager # # touch the additional log sockets config file # mkdir -p -m750 "./run/rsyslog" touch "./run/rsyslog/additional-log-sockets.conf" chmod 640 "./run/rsyslog/additional-log-sockets.conf" fi # first install # # Enable the rsyslogservice to be started by systemd # # This macro enables based on a systemctl preset config file only 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 rsyslog.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in rsyslog.service ; do if [ ! -e "/run/rpm-rsyslog-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-rsyslog-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in rsyslog.service ; 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 # But we want to enable a syslog-daemon regardless of the preset; # force the creation of a syslog.service alias link (bnc#790805). # We do not check the obsolete SYSLOG_DAEMON variable as we want # to switch when installing it and there is a provider conflict. /usr/bin/systemctl -f enable rsyslog.service >/dev/null 2>&1 || :# # stop the rsyslogd daemon when it is running # 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 syslog.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 syslog.socket ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable rsyslog.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 rsyslog.service ) || : fi# # update linker caches # /sbin/ldconfig # # cleanup init scripts # 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 rsyslog.service ) || : fi else # package uninstall for service in rsyslog.service ; 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 %p 0  x 8 XH 8`p8  (  p 8   x    p      sp S?J#,)nA큀A큤AAAA큠A큤A큤A]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņ]ņZ)t{Z;Z)t{]ņ]ņ]ņ87d59616920a8b918d54966df2fe841ad8a3fb58b12e96d4fe33f72bf3e38d470985bdae3099233bc73ebf97f77c030df329394640412ae47a28fbffa65176d0545889e27e3b1e8f316833e4e7ed2f9c4f7c9698899a478d02298bd8655f572862795e8db2c070a79142bc2751ed9887949f3cad9f835e1b10bc4946363d79ddb348c04d905b70a670a7a044c4599442bcb35f347345c9b1a1b082db6c0417b73a20b1eb7f3ad1d0644e1402119a225a0dc42fde0bc28f30b5a611ad20a110e2a2dedd22422689fe089c040bc980694b2244d5ecd706c8926fa5d6fc2cf9ab43fc8a5348667ccb82dc6a0a0027c21c0fdba57bfda71ea30e5c5a730fb84a8ea43df3e0dc776a478b37808ce17cdf4a89cc6fce5d38ccbf769760067557b732ba1ed5c6df1c09962acc68ae70a50c569bad7c0b01fe6c0f9400bfbd43fb05eb1dacff683493ffbafb76a14970685c04c642df29eb9625fa26a8a8d481a15c07e7f62371a4d52aff6ca2d170be629f4cfe5ba127fc75f04b656279f443655c225b238faf120d42a26ab7c8276ee9ca5794eadcbf61a3fcd71dfd3a187da8cd073170d9980b976a72d4d481da53e120ebb1387e103eafb50b1bc39f1100f97cb5454a2d1fb9b8470dfadcc33e18024ff84d7bd43df1cf57a99cee59a96563a1969b756330507b32dc3f8dcdfe3512de4a94054a76254c1c1cbccc301db16c4fe91d0e677fa43a5041d61bf990214a7100d607817a6dd34a6d151d5f643e4360b5623621555e296e91699f6f85321f214d188e39f90f9b2d651606d0bdb1b0f2b8d2fedab4de65c08c3956b1d093cd993b995e284988ddbac9f9936ce2cb469a73f41212f582d0a3473e5bb7d8596e2e2f37035008e27e72684de8617fde8990a57727f3205ef704709ad7c3c7a5cc491eb2d63991de8e4240150e1a21ea5b1a9ca1e4714b41b07e3648b86fa092457e99d84e13e7c571eb3a7beafd67ee50cc82ce9e8f0dcb26ec968b55127276e9ab8b24c3bac780e459b1a93770cf6635883028657bb7ce7ee3fb84ae1a41b9ae46fa71b6602dd9986cc7a653d60d3d1d088397641103cb46b1b1bbe0913b058fc9601005d8e8bef01ffa08c3daf5d2538aa3b717999fc650b992a25af6ffbc810ba863fc4f42422a9c398cb9fa402c91dfeb71bf7e8113a899b2f25243f6691fd962410043413b1d525e4e4ae587c512c70b7d4d38094b37443efbfd7f9c110dc8f81f7241601c9db78104b1ba1128537c852684d903734ad1c7c06a7454d958104d2cd10c4d261adc61fb981c8d940a16f448669b5c263581f96ec3f8bce9f9eb68f1e3e0dd7fbe3e1ce9f97777c0c82375ad708b9357e868497a210b71a5c35bc77b7447d8760d7ea1640c13abe79b758b034d0ca1de6ea9544cca447b8c7f9aac6235286b05684354768f44f3334291e6a96cf2108225928bf35644f08f23b4019c2b920e31d8a59f9bc061e4ae84b5f6a58fc224e910a1ace82fe57d8a076f59effbba65da0b8123fff7d929ce1bef69574483f04d915c0f93df383dd375cfdcf89e30172dc427cefcc7800434c01a30a84373c51019e5965c9e7c362998605f0a3f209bfc2f43dfa9951eea4b6ca4f66d1527260aad5d80e3ae7c4fabe2ced98c6bdbb24edb1a16ec1d1e733ec0e2de564f9d6724f972916a4fd223c56d59b98dee703caf2c4d47f86aaa6629e99785c8279dbd0ed16290c3c5599a5407c6c53965ba674b7de46630b96fd5b17d99e105f6f134f8174bf9ab8a6222949dd6e5976ed6d992a037f1fdbcb8da7ec91fbc25ecb51340fd093d8626dd9a04d5f88fb907b82462a2d0b6cefe66011a64565a0ab63ad4912cb443cb02860b4e586b7aa69f6c92b4fa95cb16355232f176493468b4fb7b929d8b0aff46d55ee15cdb4e8047a1080f241e4236a9d4320e4b658818a7762bb1e676576f8a92e17beb712ae69165b061959312e415c84c61e5c1d5817657d4974a1dbb93d16ea14f87869d954ee5f4a32b1b7f78b9c74fae4dcab43d1f10c3da654e211624eb4cb9dee10e0d8072f03e15c252f6b8cb532a3536b4b897c07649311ee314ed1769f84dc456b628f75bd5077dc66635078415c413f26ec13d98bfb83baaae588bcc739c1b8310dc507fbc9b06845c9e5e530ce160f25e734cb2fcdd358636eae91211f988a2b1f2a7a8e94c9da4d2a5870cc8e69ebc3ba91630d3f6d3e0dd4aa1f61eb8afe0e832cb1ab5bd9edebdfc90a621cf107810fa04d4395df5ddc6918996867bd8b113501738f1e8bb7e81adbcb7fb0b3dd769d45496d13321e42631a84025f0b3b6951bd91d917b60d35e6765a3d4950c1d353b5d56e2f9e538e557e3324ae4e68c66a21fabf4ab57b0bb1911ed3dee1e04cb72eace6a13056e6bb65da7fc9379ec720dbd562e31d0d8d593a62e389cf7f3d3f6927460cc9c636e8d2c8ee0ca563750c1111b1fad64fda7ab722432b0502621054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f0838743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed3628c65fe5658b831ce48c98fd88e9c4fbb4513550f6711d334f9223f59b93bde333c440f9d707e8f4c99d62a138cdb7d73c2e23924d349f4ecd036b12c0ee13/usr/sbin/rsyslogdservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrsyslog-8.33.1-lp150.2.19.1.src.rpmconfig(rsyslog)rsyslogrsyslog(ppc-64)syslogsysvinit(syslog)@ @@@@@@@@@@@@@@@@@@@     /bin/bash/bin/sh/bin/sh/bin/sh/bin/shconfig(rsyslog)coreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcurl.so.4()(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libestr.so.0()(64bit)libfastjson.so.4()(64bit)liblogging-rfc3195.so.0()(64bit)liblogging-stdlog.so.0()(64bit)liblognorm.so.5()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libuuid.so.1()(64bit)libuuid.so.1(UUID_1.0)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)syslog-servicesystemdsystemdsystemdsystemd8.33.1-lp150.2.19.13.0.4-14.6.0-14.0-15.2-12.0otherproviders(syslog)4.14.1]@],j]G@\o@[O+[+@Z=Z@Z@Zk@ZaZ)-@Z@Z@Z YY}@Y5GYX-XO@XX@X{d@XN@XD@W@WRWVV@VHVVVV=VUݪ@U@U[%UB@U>$U4@U+U#T@T@TLTG@TBV@Thomas Blume Thomas Blume Thomas Blume Thomas.Blume@suse.comThomas.Blume@suse.comThomas.Blume@suse.comastieger@suse.comkukuk@suse.deThomas.Blume@suse.comastieger@suse.comrgerhards@adiscon.comkukuk@suse.derbrown@suse.comastieger@suse.comastieger@suse.comastieger@suse.commichael@stroeder.comtchvatal@suse.comdziolkowski@suse.comastieger@suse.comastieger@suse.comastieger@suse.comndas@suse.comastieger@suse.comdimstar@opensuse.orgastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.commrueckert@suse.deastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comjengelh@inai.dejsegitz@novell.comjsegitz@novell.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comandreas.stieger@gmx.deheinemannj66@gmail.comLed - avoid SEGFAULT due to a mutex double-unlock in iminternal module (bsc#1141063) * add 0001-iminternal-suppress-mutex-double-unlock.patch - fix potential misaddressing in pmaixforwardedfrom (CVE-2019-17041, bsc#1153451) * add 0001-pmaixforwardedfrom-bugfix-potential-misadressing.patch - fix potential misaddressing in pmcisconames (CVE-2019-17042, bsc#1153459) * add 0001-pmcisconames-bugfix-potential-misadressing.patch- support mmkubernetes module and bug fix for imfile module (ECO#327800/bsc#1146872) * backport https://github.com/rsyslog/rsyslog/pull/3051 * backport patch that added mmkubernetes module inclusive a bugfix to mmkubernetes * added patches: 0001-imfile-large-refactoring-of-complete-module.patch 0002-bugfix-imfile-file-change-was-not-reliably-detected.patch 0003-imfile-improve-truncation-detection.patch 0004-imfile-add-declaration-for-restart.patch 0005-WIP-Add-the-mmkubernetes-plugin.patch 0006-Kubernetes-Metadata-plugin-mmkubernetes.patch 0007-mmkubernetes-fix-lnrules-add-defaults-add-test.patch 0008-default-rules-use-container_name_and_id-include-rule.patch- suppress error message about missing environment variable TZ (boo#1137681) * add 0001-core-emit-TZ-warning-on-startup-not-on-Linux-non-con.patch- set default permissions before include directives (bsc#1126233) * Logfile open modes depend on position in the config file, see https://www.rsyslog.com/doc/rsconf1_filecreatemode.html- remove references to obsolete SYSLOG_REQUIRES_NETWORK variable (bsc#1101642)- fix CVE-2015-3243 rsyslog: some log files are created world-readable (bsc#935393)- rsyslog 8.33.1: * devcontainer: use some more sensible defaults * auto-detect if running inside a container (as pid 1) * config: add include() script object * template: add option to generate json "container" * core/template: add format jsonf to constant template entries * config: add ability to disable config parameter ("config.enable") * script: permit to use environment variables during configuration * new global config parameter "shutdown.enable.ctlc" * config optimizer: detect totally empty "if" statements and optimize them out * template: constant entry can now also be formatted as json field * omstdout: support for new-style configuration parameters added * core: set TZ on startup if not already set * imjournal bugfix: file handle leak during journal rotation * lmsig_ksils12 bugfix: dirOwner and dirGroup config was not respected * script bugfix: replace() function worked incorrectly in some cases * core bugfix: misadressing in external command parser * core bugfix: small memory leak in external command parser * core bugfix: string not properly terminated when RFC5424 MSGID is used * bugfix: strndup() compatibility layer func copies too much - the upstream systemd unit file was changed to no longer write the rsyslog pid, as it is no longer required for tracking under systemd (-iNONE). Adjust rsyslog-unit.patch to match.- Use %license instead of %doc [bsc#1082318]- fix includes for apparmor profile (bsc#1080238)- rsyslog 8.32.0 * libfastjson 0.99.8 required * libczmq >= 3.0.2 is now required for omczmq * libcurl is now needed for rsyslog core * rsyslogd: add capability to specify that no pid file shall be written * core improvements and bug fixes * RainerScript improvements and bug fixes * build fixes, including gcc7 fixes drop 0001-imgssapi-fix-compiler-warnings.patch * various bug fixes in multiple modules- remove build dependency on libee- Disable news by default, we don't need to clobber all systems with this for the very few remaining news servers- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Ensure user "news" exists - bsc#1068678- rsyslog 8.30.0 * changed behaviour: all variables are now case-insensitive by default * core: handle (JSON) variables in case-insensitive way * imjournal: made switching to persistent journal in runtime possible * mmanon: complete refactor and enhancements * imfile: add "fileoffset" metadata * RainerScript: add ltrim and rtrim functions * core: report module name when suspending action * core: add ability to limit number of error messages going to stderr * tcpsrv subsystem: improvate clarity of some error messages * imptcp: include module name in error msg * imtcp: include module name in error msg * tls improvement: better error message if certificate file cannot be read * omfwd: slightly improved error messages during config parsing * ommysql improvements * ommysql bugfix: do not duplicate entries on failed transaction * imtcp bugfix: parameter priorityString was ignored * template/bugfix: invalid template option conflict detection * core/actions: fix handling of data-induced errors * core/action bugfix: no "action suspended" message during retry processing * core/ratelimit bugfix: race can lead to segfault * core bugfix: rsyslog aborts if errmsg is generated in early startup * core bugfix: informational messages was logged with error severity * core bugfix: --enable-debugless build was broken * queue bugfix: file write error message was incorrect * omrelp bugfix: segfault when rebindinterval parameter is used * omkafka bugfix: invalid load of failedmsg file on startup if disabled * kafka bugfix: problem on invalid kafka configuration values * imudp bugfix: UDP oversize message not properly handled * core bugfix: memory corruption during configuration parsing * core bugfix: race on worker thread termination during shutdown * omelasticsearch: avoid ES5 warnings while sending json in bulkmode * omelasticsearch bugfix: incompatibility with newer ElasticSearch version * imptcp bugfix: invalid mutex addressing on some platforms * imptcp bugfix: do not accept missing port in legacy listener definition - build requirements: * libfastjson 0.99.7 is now mandatory * libsystemd-journal >= 234 is now recommended - packaging: * add upstream build fix 0001-imgssapi-fix-compiler-warnings.patch- rsyslog 8.29.0: * imptcp: add experimental parameter "multiline" * imptcp: framing-related error messages now also indicate remote peer * imtcp: framing-related error messages now also indicate remote peer * imptcp: add session statistics conunter * imtcp: add ability to specify GnuTLS priority string * impstats: add new ressoure counter "openfiles" * pmnormalize: new parser module * core/queue: provide informational messages on thread startup and shutdown * omfwd/udp: improve error reporting, depricate maxerrormessages parameter * core: add parameters debug.file and debug.whitelist * core/net.c: improve UDP socket creation error messages * omfwd/udp: add "udp.sendbuf" parameter * core: make rsyslog internal message rate-limiter configurable * omelasticsearch bugfixes and changed ES5 API support + avoid 404 during health check + avoid ES5 warnings while sending json + bugfix for memomry leak while writing error file * imfile bugfix: wildcard detection issue on path wildcards * omfwd bugfix: always give reason for suspension * omfwd bugfix: configured compression level was not properly used * imptcp bugfix: potential socket leak on session shutdown * omfwd/omudpspoof bugfix: switch udp client sockets to nonblocking mode * imklog: fix permitnonkernelfacility not working * impstats bugfix: impstats does not handle HUP * core bugfix: segfault after configuration errors * core/queue bugfixes * lmsig_ksi: removed pre-KSI_LS12 componentsVersion 8.28.0 [v8-stable] 2017-06-27 * omfwd: add parameter "tcp_frameDelimiter" * omkafka: large refactor of kafka subsystem * imfile: improved handling of atomically renamed file (w/ wildcards) * imfile: add capability to truncate oversize messages or split into multiple * mmdblookup fixes and extensions * bugfix: fixed multiple memory leaks * imptcp: add new parameter "flowControl" * imrelp: add "maxDataSize" config parameter * multiple modules: gtls: improve error if certificate file can't be opened * omsnare: allow different tab escapes * omelasticsearch: converted to use libfastjson instead of json-c * imjournal: _PID fallback * added fallback for _PID proprety when SYSLOG_PID is not available * introduced new option "usepid" which sets which property should rsyslog use, it has 3 states system|syslog|both, default is both * deprecated "usepidfromsystem" option, still can be used and override the "usepid" * it is possible to revert previous default with usepid="syslog" * multiple modules: add better error messages when regcomp is failing * omhiredis: fix build warnings * imfile bugfix: files mv-ed in into directory were not handled * omprog bugfix: execve() incorrectly called * imfile bugfix: multiline timeout did not work if state file exists * lmsig_ksi-ls12 bugfix: build problems on some platforms * core bugfix: invalid object type assertion * regression fix: local hostname was not always detected properly... * bugfix: format security issues in zmq3 modules (bsc#1051798) * bugfix build system: add libksi only to those binaries that need it * bugfix KSI ls12 components: invalid tree height calculation- Drop module-guardtime package * Upstream libgt died and it does not work with new opensslVersion 8.27.0 [v8-stable] 2017-05-16 - imkafka: add module - imptcp enhancements: * optionally emit an error message if incoming messages are truncated * optionally emit connection tracking message (on connection create and close) * add "maxFrameSize" parameter to specify the maximum size permitted in octet-counted mode * add parameter "discardTruncatedMsg" to permit truncation of oversize messages * improve octect-counted mode detection: if the octet count is larger then the set frame size (or overly large in general), it is now assumed that octet-stuffing mode is used. This probably solves a number of issues seen in real deployments. - imtcp enhancements: * add parameter "discardTruncatedMsg" to permit truncation of oversize messages * add "maxFrameSize" parameter to specify the maximum size permitted in octet-counted mode - imfile bugfix: "file not found error" repeatedly being reported for configured non-existing file. In polling mode, this message appeared once in each polling cycle, causing a potentially very large amout of error messages. Note that they were usually emitted too infrequently to trigger the error message rate limiter, albeit often enough to be a major annoance. - imfile: in inotify mode, add error message if configured file cannot be found - imfile: add parameter "fileNotFoundError" to optinally disable "file not found" error messages - core: replaced gethostbyname() with getaddrinfo() call Gethostbyname() is generally considered obsolete, is not reentrant and cannot really work with IPv6. Changed the only place in rsyslog where this call remained. Thanks to github user jvymazal for the patch - omkafka: add "origin" field to stats output See also https://github.com/rsyslog/rsyslog/issues/1508 Thanks to Yury Bushmelev for providing the patch. - imuxsock: rate-limiting also uses process name both for the actual limit procesing as well as warning messages emitted see also https://github.com/rsyslog/rsyslog/pull/1520 Thanks to github user jvymazal for the patch - Added new module: KSI log signing ver. 1.2 (lmsig_ksi_ls12) - rsylsog base functionality now builds on osx (Mac) Thanks to github user hdatma for his help in getting this done. - build now works on solaris again - imfile: fix cross-platform build issue see also https://github.com/rsyslog/rsyslog/issues/1494 Thanks to Felix Janda for bug report and solution suggestion. - bugfix core: segfault when no parser could parse message- rsyslog 8.26.0: * liblognorm 2.0.3 is required for mmnormalize * enable internal error messages at all times * core: added logging name of source of rate-limited messages * omfwd: omfwd: add support for network namespaces * imrelp: honor input name if provided when submitting to impstats * imptcp: add ability to set owner/group/access perms for uds * mmnormalize: add ability to load a rulebase from action() parameter * pmrfc3164 improvements + permit to ignore leading space in MSG + permit to use at-sign in host names + permit to require tag to end in colon * add new global parameter "umask" * core: make use of -T command line option more secure * omfile: add error if both file and dynafile are set * bugfix: build problem on MacOS (not a supported platform) * regression fix: in 8.25, str2num() returned error on empty string * bugfix omsnmp: improper handling of new-style configuration parameters * bugfix: rsyslog identifies itself as "liblogging-stdlog" in internal messages * bugfix imfile: wrong files were monitored when using multiple imfile inputs * bugfix: setting net.aclResolveHostname/net.acladdhostnameonfail segfaults * bugfix: immark emitted error messages with text "imuxsock" * bugfix tcpflood: build failed if RELP was disabled * fix gcc6 compiler warnings * the output module array passing interface has been removed- use 8.25.0 documentation tarball- rsyslog 8.25.0: * imfile: add support for wildcards in directory names * add new global option "parser.PermitSlashInProgramname" * mmdblookup: fix build issues, code cleanup * improved debug output for queue corruption cases * an error message is now displayed when a directory owner cannot be set * rainerscript: add new function ipv42num * rainerscript: add new function num2ipv4 * bugfix: ratelimiter does not work correctly is time is set back * core: fix potential message loss in old-style transactional interface * bugfix queue subsystem: queue corrupted if certain msg props are used * bugfix imjournal: fixed situation when time goes backwards * bugfix: bFlushOnTxEnd == 0 not honored when writing w/o async writer * bugfix core: str2num mishandling empty strings * bugfix rainerscript: set/unset statement do not check variable name validity * bugfix mmrm1stspace: last character of rawmsg property was doubled * bugfix imtcp: fix very small (cosmetic) memory leak * However, the leak breaks memleak checks in the testbench.- sync bug and fate numbers from IBS changes.- rsyslog 8.24.0(fate#320546): * mmrm1stspace: new module; removes first space in MSG if present * KSI signature provider: file permissions can now be specified * omzmq: new features * when the hostname is empty, we now use "localhost-empty-hostname" * omelasticsearch: remove "asyncrepl" config parameter * omfwd: Add support for bind-to-device (see below on same for imudp) * imudp: Add support for bind-to-device * imudp: limit rcvbufsize parameter to max 1GiB * rainerscript: implement new "call_indirect" statement * bugfix imjournal: make state file handling more robust * bugfix core: lookup table reload was not properly integrated * bugfix core: potential dealock on shutdown * bugfix ommongodb: did not work in v8 due to invalid indirection * bugfix ommongodb: fix tryResume handling * bugfix omfwd: retry processing was not done correctly, could stall * bugfix imuxsock: segfault non shutdown when $OmitLocalLogging is on - contributed modules not enabled due to build issues: * mmdblookup: new maxminddb lookup message modify plugin- Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd): the sub-libraries have been merged into libsystemd since 209 and have ultimately been removed since 230.- rsyslog 8.23.0: * requiring libfastjson 0.99.3 * KSI signatures: removed SHA2-224 hash algorithm * imfile: new timeout feature for multi-line reads * omfile: improve robustness against network file system failures * pmaixforwardedfrom: support for AIX syslogd -s option * omelasticsearch: add ability to specify max http request size * omelasticsearch: high availability addressing of ElasticSearch cluster * omelasticsearch: make compatible with ElasticSearch 2.x and 5.x * omhiredis: add dynakey attribute. * omtcl: new contributed module * RainerScript: provide a capability to set environment variables * lookup tables: improved error checking * queue subsystem: add configuration parameter "queue.samplinginterval" * various bug fixes * rsgtutil: option to specify KSI publications file certificate constraints - includes changes from 8.22.0: * ompgsql: add template support * generate somewhat better error message on config file syntax error - includes changes from 8.21.0: * CHANGE OF BEHAVIOUR: by default, internal messages are no longer logged via the internal bridge to rsyslog but via the syslog() API call [either directly or via liblogging). For the typical single-rsyslogd-instance installation this is mostly unnoticable (except for some additional latency). If multiple instances are run, only the "main" (the one processing system log messages) will see all messages. To return to the old behaviour, do either of those two: 1) add in rsyslog.conf: global(processInternalMessages="on") 2) export the environment variable RSYSLOG_DFLT_LOG_INTERNAL=1 This will set a new default - the value can still be overwritten via rsyslog.conf (method 1). Note that the environment variable must be set in your **startup script**. For more information, please visit http://www.rsyslog.com/rsyslog-error-reporting-improved/ * slightly improved TLS syslog error messages * queue subsystem: improved robustness- rsyslog 8.20.0: * omrelp: add configurable connection timeout * pmrfc3164: add support for slashes in hostname * bugfix omfile: handle chown() failure correctly * omfile now better conveys status of unwritable files back to core * config files recursively including themselfes are now detected * refactored code to not emit compiler warnings in "strict mode" * bugfix: fix some issues with action CommitTransaction() handling * bugfix omqmqp1: connecting to the message bus fails on nonstandard port * testbench/CI enhancements - Build requirements: * librelp 1.2.12- rsyslog 8.19.0: * omelasticsearch: add option to permit unsigned certs * imrelp: better error codes on unvailablity of TLS options * default stack size for inputs has been explicitely set to 4MiB * performance improvements * miscellaneous minor cleanup * fix: potential misadressing in template config processing * bugfix omfile: async output file writing does not respect flushing * bugfix imfile: corrupted multi-line message when state data was persisted * bugfix imfile: missing newline after first line of multiline message * bugfix: dynstats unusedMetricTtl bug * bugfix build system: build was broken on SunOS * bugfix: afterRun entry point not correctly called * bugfix dynstats: do not leak file handles * bugfix omelasticsearch: disable libCURL signal handling * bugfix omelasticsearc: some regressions were fixed * improved wording: gnutls error message points to potential cause- rsyslog 8.18.0(bnc#958728): * templates: add option to convert timestamps to UTC * omjournal: fix segfault (regression in 8.17.0) * imptcp: added AF_UNIX support * new template options * compressSpace * date-utc * redis: support for authentication * omkafka: makes kafka-producer on-HUP restart optional * imfile: new "FreshStartTail" input parameter * omjournal: fix libfastjson API issues * ommongodb: fix json API issues * dynamic stats subsystem: a couple of smaller changes * foreach loop: now also iterates over objects (not just arrays) * enhancement: queue subsystem is more robst in regard to some corruptions * enhancement: Allow rsyslog to bind UDP ports even w/out specific interface being up at the moment. * new External plugin for sending metrics to SPM Monitoring SaaS * bugfix imfile: fix memory corruption bug when appending @cee * bugfix: memory misallocation if position.from and position.to is used a negative amount of memory is tried to be allocated if position.from is smaller than the buffer size (at least with json variables). This usually leads to a segfault. * bugfix: fix potential memleak in TCP allowed sender definition * bugfix: $PrivDropToGroupID actually did a name lookup * bugfix: small memory leak in imfile * bugfix: double free in jsonmesg template * bugfix: incorrect formatting of stats when CEE/Json format is used * bugfix omfwd: new-style keepalive action parameters did not work due to being inconsistently spelled inside the code. Note that legacy parameters $keepalive... always worked * bugfix: memory leaks in logctl utility * bugfix omrelp: fix segfault if no port action parameter was given * bugfix imtcp: Messages not terminated by a NL were discarded- rsyslog 8.17.0: * improve json variable performance * new experimental feature: lookup table suport * new feature: dynamic statistics counters * new contributed plugin: omampq1 for AMQP 1.0-compliant brokers * new set of UTC-based $now family of variables ($now-utc, $year-utc, ...) * simplified locking when accessing message and local variables * new global parameter "debug.unloadModules" * timestamp handling: guard against invalid dates * imfile: add "trimlineoverbytes" input paramter * ommongodb: add support for extended json format for dates * omjournal: add support for templates * imuxsock: add "ruleset" input parameter(fate#320667) * imptcp: performance improvements * improve interface definition in some modules, e.g. mmanon, mmsequence * rsgtutil: dump mode improvements + auto-detect signature file type + ability to dump hash chains for log extraction files * bugfix: unixtimestamp date format was incorrectly computed (leap year) * bugfix: date-ordinal date format was incorrectly computed (leap year) * bugfix: some race when shutting down input module threads * bugfix tcpflood: did not handle connection drops correct in TLS case * bugfix: abort if global parameter value was wrong * bugfix omkafka: fix potential NULL pointer addressing * bugfix impstats: @cee cookie was prefixed to wrong fromat (json vs. cee) * bugfix imfile: fix race during startup that could lead to some duplication * bugfix: potential loss of single message at queue shutdown * bugfix: potential deadlock with heavy variable access * bugfix ommysql: on some platforms, serverport parameter had no effect * bugfix omelasticsearch: invalid pointer dereference * bugfix omhiredis: serverport config parameter did not reliably work * bugfix rsgtutil: -h command line option did not work * bugfix lexer: hex numbers were not properly represented * bugfix TLS syslog: intermittent errors while sending data * bugfix imfile: abort on startup if no slash was present in file name param * bugfix rsgtutil: fixed abort when using short command line options * bugfix rsgtutil: invalid computation of log record extraction file * bugfix build system: KSI components could only be build if in default path- rsyslog 8.16.0: * rsgtutil: Added extraction support including loglines and hash chains. * new system properties for $NOW properties based on UTC * various bug fixes and improvements- fix build on sle11: use package name buildrequires instead of pkgconfig- build with libfastjson (mandatory from 8.16.0)- rsyslog 8.15.0: * KSI (incompatible changes): + KSI utilities: Added option to set publication url via - -publications-server. Required for signature verification. + UserID and UserKey can be set by parameter + Fixed wrong TLV container for KSI signatures from 0905 to 0906. + somewhat improved error messages + Update for and use libksi 3.4.0.x * New contributed modules: + pmpanngfw: for translating Palo Alto Networks logs * pmciscoios: support for asterisk before timestamp added * solr external output plugin much enhanced * omrabbitmq: improvements * add support for libfastjson (as a replacement for json-c) * pmciscoios: support for some format variations * improvments for 0mq modules: + omczmq - suspend / Retry handling + omczmq - improved efficiency + omczmq - added ability to set a timeout for sends + omczmq - set topics can be in separate frame (default) or part of message frame (configurable) + imczmq - ZMQ_ROUTER support * Note the upstream supported modules not enabled in SUSE package: + grok (mmgrok) + omkafka * add support for building with libfastjson * bugfix: invalid mutex handling in omfile async write mode could lead to segfault, even though highly unlikely (caught by testbench on a single platform) (bsc#1000488)- rsyslog 8.14.0: * add property "rawmsg-after-pri" * bugfix: potential misadresseing in imfile * bugfix: re_extract RainerScript function did not work- rsyslog 8.13.0: * ZeroMQ enhancements * Redis enhancements * mmnormalize: liblognorm error messages are now emitted via regular rsyslog error reporting mechanism (aka "are now logged") * networking improvements - drop rsyslog-8.12.0-parallel-build.patch, is upstream - drop rsyslog-8.12.0-gnutls.patch, same- rsyslog 8.12.0: * Harmonize resetConfigVariables values and defaults * GT/KSI: fix some issues in signature file format and add conversion tool * bugfix: ommysql did not work when gnutls was enabled * bugfix omfile: potential memory leak on file close * bugfix omfile: potential race in dynafile detection/creation * bugfix omfile: Fix race-condition detection in path-creation code * bugfix parser subsystem: potential misadressing in SanitizeMsg() * imfile: files moved outside of directory are now (properly) handled * bugfix: imfile: segfault when using startmsg.regex * bugfix imfile: file table was corrupted when on file deletion * bugfix ompgsql: transaction were improperly handled * bugfix mmjsonparse: memory leak if non-cee-json message is processed * testbench: remove raciness from UDP based tests * testbench: added bash into all scripts makign it mandatory * bugfix testbench: Fixed problem building syslog_caller util when liblogging-stdlog is not available. - add upstream patches: * rsyslog-8.12.0-gnutls.patch to fix build with gnutls * rsyslog-8.12.0-parallel-build.patch to fix parallel build- rsyslog 8.11.0 - new features: * signature provider for Keyless Signature Infrastructure (KSI) - bug fixes: * imfile: regex multiline mode ignored escapeLF option * omkafka: fixed several concurrency issues, most of them related to dynamic topics. * execonlywhenpreviousissuspended did not work correctly * core engine: ensured global variable atomicity * imfile: segfault when using startmsg.regex because of empty log line- rsyslog 8.10.0: * imfile: add capability to process multi-line messages based on regex * pmrfc3164: add new parameter "detect.yearAfterTimestamp" * pmrfc3164: add new parameter "permit.squareBracesInHostname" * supplementary groups are now set when dropping privileges * imfile: added brace glob expansion to wildcard * zmq: add the ability for zeromq input and outputs to advertise their presence on UDP via the zbeacon API. * added omhttpfs: contributed module for writing to HDFS via HTTP * bug fixes - packaging changes: * build with GnuTLS support again as 3.4.0 is now supported- Documentation does not depend on the presence of anything- Adjusted apparmor profile based on the suggestions by Christian Boltz * Removed empty files: module-pgsql, module-relp, module-gssapi, module-gtls * Moved profiles to /usr/share/apparmor/extra-profiles/ * Blocked capability block_suspend plus some other small fixes- Adjusted apparmor profile to prevent aa-genprof failures (bnc#925512)- disable GnuTLS support, does not build with GnuTLS 3.4.0- rsyslog 8.9.0: - omprog: add option "hup.forward" to forwards HUP to external plugins - imuxsock: added capability to use regular parser chain - new sysSock.useSpecialParser module parameter - new sysSock.parseHostname module parameter - new useSpecialParser input parameter - new parseHostname input parameter - 0mq: improvements in input and output modules - imtcp: add support for ip based bind for imtcp -> param "address" - bugfix: MsgDeserialize out of sync with MsgSerialize for StrucData - bugfix imfile: partial data loss, especially in readMode != 0 - bugfix: potential large memory consumption with failed actions - bugfix: omudpspoof: invalid default send template in RainerScript format - bugfix: size-based legacy config statements did not work properly on some platforms, they were incorrectly handled, resulting in all sorts of "interesting" effects (up to segfault on startup) - build system: added option --without-valgrind-testbench ... which provides the capability to either enforce or turn off valgrind use inside the testbench. Thanks to whissi for the patch. - rsyslogd: fix misleading typos in error messa - remove upstreamed rsyslog-8.8.0-nonvoid-function-return.patch- rsyslog 8.8.0: - omkafka: add support for dynamic topics and auto partitioning - imtcp/imptcp: support for broken Cisco ASA TCP syslog framing - omfwd: more detailled error messages in case of UDP send error - TLS syslog: enable capability to turn on GnuTLS debug logging - bugfix: $AbortOnUncleanConfig did not work - improve rsyslogd -v output and error message with meta information - bugfix imtcp: octet-counted framing cannot be turned off - bugfix: build problems on Illuminos - bugfix: invalid data size for iMaxLine global property - bugfix: negative values for maxMessageSize global parameter were permitted - add upstream patch rsyslog-8.8.0-nonvoid-function-return.patch to fix compiler warnings/errors- rsyslog 8.7.0: - add message metadata "system" to msg object this permits to store metadata alongside the message - imfile: add support for "filename" metadata this is useful in cases where wildcards are used - imptcp: make stats counter names consistent with what imudp, imtcp uses - added new module "omkafka" to support writing to Apache Kafka - omfwd: add new "udp.senddelay" parameter - mmnormalize enhancements - RainerScript "foreach" iterator and array reading support Thanks to Janmejay Singh for the patch. - now requires liblognorm >= 1.0.2 - add support for systemd >= 209 library names - BSD "ntp" facility (value 12) is now also supported in filter Note: this patch was released under ASL 2.0 (see email-conversation). - bugfix: global(localHostName="xxx") was not respected in all modules - bugfix: emit correct error message on config-file-not-found - bugfix: impstats emitted invalid JSON format (if JSON was selected) - bugfix: (small) memory leak in omfile's outchannel code - bugfix: imuxsock did not deactivate some code not supported by platform - includes changes from 8.6.0: - configuration-setting rsyslogd command line options deprecated - new and enhanced plugins for 0mq. These are currently experimantal. - empty rulesets have been permitted. They no longer raise a syntax error. - add parameter -N3 to enable config check of partial config file Use for config include files. Disables checking if any action exists at all. - rsyslogd -e option has finally been removed It is deprectated since many years. - testbench improvements - testbench is now by default disabled - add new RainerScript functions warp() and replace() - mmnormalize can now also work on a variable - new property date options for day ordinal and week number - remove --enable-zlib configure option, we always require it - slight source-tree restructuring: contributed modules are now in their own ./contrib directory. The idea is to make it clearer to the end user which plugins are supported by the rsyslog project (those in ./plugins). - bugfix: imudp makes rsyslog hang on shutdown when more than 1 thread used - bugfix: not all files closed on auto-backgrounding startup - bugfix: typo in queue configuration parameter - bugfix: unitialized buffer off-by-one error in hostname generation - bugfix imuxsock: possible segfault when SysSock.Use="off" - bugfix: RainerScript: invalid ruleset names were accepted - bugfix: some module entry points were not called for all modules - bugfix omlibdbi: connection was taken down in wrong thread - imttcp was removed because it was an incompleted experimental module - pmrfc3164sd because it was a custom module nobody used - omoracle was removed because it was orphaned and did not build/work for quite some years and nobody was interested in fixing it - includes changes from 8.5.0: - imfile greatly refactored and support for wildcards added - PRI-handling code refactored for more clarity and robustness - ommail: add support for RainerScript config system [action() object] - refactored the auto-backgrounding method - make gntls tcp syslog driver emit more error messages - bugfix: imfile did not complain if configured file did not exist - bugfix: build failure on systems which don't have json_tokener_errors - imgssapi: log remote peer address in some error messages - includes changes from 8.4.3: - ommail: minor bugfixes & improvements - bugfix imkmsg: infinite loop on OpenVZ VMs - bugfix: typo in queue configuration parameter made parameter unusable - bugfix: unitialized buffer off-by-one error in hostname generation - bugfix imfile: segfault on startup in "inotify" mode - bugfix imfile: could make rsyslog exit in inotify mode - bugfix: rsgtutil sometimes crashed in verify mode if file did not exist - bugfix imklog: pri was miscalculated - bugfix: imjournal did not build properly - bugfix: mmcount did no longer build - bugfix imuxsock: possible segfault when SysSock.Use="off" - rsyslog Version 8.5.0 fixed bsc#992146- set file permissions only on first install [boo#899316]- Changed BuildRequires dependencies for SLES11SP3 - BuildRequires: libjson-c-devel - BuildRequires: libestr-devel - BuildRequires: liblogging-devel - BuildRequires: librelp-devel - BuildRequires: libee-devel - BuildRequires: liblognorm-devel - BuildRequires: libuuid-devel- fix shebang of rsyslog-service-prepare script/bin/sh/bin/sh/bin/sh/bin/shrsyslog-module-guardtimeobs-power8-07 1573226156  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHI8.33.1-lp150.2.19.18.33.1-lp150.2.19.18.33.1-lp150.2.19.1 rsyslog.confrsyslog.dremote.confrsyslogrsyslogadditional-log-sockets.confrsyslogdrsyslog.servicersyslogim3195.soimfile.soimjournal.soimklog.soimkmsg.soimmark.soimpstats.soimptcp.soimtcp.soimudp.soimuxsock.solmnet.solmnetstrms.solmnsd_ptcp.solmregexp.solmstrmsrv.solmtcpclt.solmtcpsrv.solmzlibw.sommanon.sommcount.sommexternal.sommfields.sommkubernetes.sommpstrucdata.sommrfc5424addhmac.sommrm1stspace.sommsequence.sommutf8fix.soomjournal.soommail.soomprog.soomruleset.soomstdout.soomtesting.soomuxsock.sopmaixforwardedfrom.sopmciscoios.sopmcisconames.sopmlastmsg.sopmnormalize.sopmnull.sopmpanngfw.sopmsnare.sorcrsyslogrsyslog-service-preparersyslogdapparmorextra-profilesrsyslog.dusr.sbin.rsyslogdrsyslogAUTHORSChangeLogREADMEsysconfig.syslog-rsyslogrsyslogCOPYINGCOPYING.ASL20COPYING.LESSERrsyslog.conf.5.gzrsyslogd.8.gzrsyslog/etc//etc/rsyslog.d//etc/sysconfig/SuSEfirewall2.d/services//run//run/rsyslog//sbin//usr/lib/systemd/system//usr/lib64//usr/lib64/rsyslog//usr/sbin//usr/share//usr/share/apparmor//usr/share/apparmor/extra-profiles//usr/share/doc/packages//usr/share/doc/packages/rsyslog//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/rsyslog//usr/share/man/man5//usr/share/man/man8//var/spool/-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:Maintenance:11437/openSUSE_Leap_15.0_Update_ports/51bed6128b08f568986f1ac5dcc3001d-rsyslog.openSUSE_Leap_15.0_Updatedrpmxz5ppc64le-suse-linux  !"#$%&'()*+,-./0123455ASCII textdirectoryemptyELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1b2ba5294940f012667cfa71e08039747542036d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0fec7ccf2a766550b6995a10f8918d8e3d299b4c, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1aa01a3cf5ae6cce858c2942396661b7a8f86b63, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=34380ffd39388f6bb2f586906be0a885b706e6de, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=69d6836498593e82d36e1e3f6889915edd650bc9, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a2e48942106674583e7167b5afa8fe5ad014a08e, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f51e027b38898fe444b8ac3c6b252929d6988c2d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=93f251f26ca374ef9c3d3099c82152e281d17afd, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e95791b179bce022e988bf37a5a5e42868c3ca28, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=608a5543bf7e16dfe7131fc58600b49b908b4449, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=aef8aea3eeb4d5fdfec1000b327002e296c0992f, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=7f09923b9f5757bab11c6e7d092f5728f0e8f282, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=417f05e4805919ee0765d8f19bc5cb96c2d67814, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c8308a177d609810333c85e952580065a160b500, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c71d0d2af0017eae5da7d65851fc9e16afa9ab56, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c84aba04bc473dc321f7e9fddc65aaceac20a2fe, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a143fc2c65e4699b048a9bc3e165a74b93d77c18, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=be03895d2de257fcf9e35f0a52bb53e4b60898a2, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c84c7334a1cea8af8a730f81fab28ddabdfed669, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=362c284ecda794e3a2090fea0b49be9258d7588e, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3155677814f58022008098465b173bb7e2b5e688, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8ad0a07dc96f0d0ed902f038bf35508d01073a71, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9e15defb9e2a1056058dcdd6fd21cd579455e7fd, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad95406ba53f4e2e0ac0a264dc2d0efb8f77c39a, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=74927cc1b3828f8997ff84c614e059ec067a7243, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fb242540fb9237a1183acd697be2256aa6456179, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3e1e0a063e33cc17783fe111850f404869c7c59d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=7a56d2c0524aea549dd3a56fe8dec49d13512a9c, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe57398fa6181f67228136f97e7c8bfb96f92e01, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a56fb62766241c33a0e73860278de0a3860be7c4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=17758290cccad2af6a1d19e32b23be4829b9dbed, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a9132dfb52f77b591f719b7512f88b9120dc3072, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=56919f03201146b56916e9c6b2bc7f98de923649, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9bd7881294bb1b4f0d7ad6b970893d5e8fb6c672, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0ac6ba5adb007f15d62ec779256880ddad0941ee, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9bfbf1b01ae9b7ffc8abe30955485e15f3b43ab8, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=95ac1907231e83e18a19574d04c44b812b2c9671, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b45ce4aaab1248c90923236b513ccd3a965d8feb, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=77c36ad9d11d2613e70d405e2bf34dbcd66fe73f, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8c9bf8e637a1ea6f70d41045c6a88e5893baaec1, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=26dd06ee969694e96a0f1fb9a8a42bc26e669c37, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f5aaa0705fc0ff6ba217d5f95629e59d6d4a3091, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d4178613f1dd153a3d9ad6c5d23655724d69eab3, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a06a7cd5781b17caaa4a049775daf13aa141da2c, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=02bf4f99245a488c9b8dd8dc90212a1c8180c063, for GNU/Linux 3.10.0, strippedC source, ASCII textUTF-8 Unicode textASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) !#%')+-/168<>@BFHJLNPRTVXZ^`bdeR RR R R RR RR R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R RRRR R R R R R R R R R R R R RR RR R R R R R R R R R R R R R R R R R R R R R RRR R R R R R R RRRRRR RRRRRRRRRR |cۛ:bjutf-896b73353afbfdc8f9e26020e08ef4f4b5103097457456826025dea07f18d84a3?@7zXZ !t/]"k%{b.kg]Yzo?$G5ۭFn=(ڙI|JC#1Av$&s q"Jċp sfCX )Sb r +TPԑv K` \"kT7d8hCW%dʡai PEL?8T1t^?mk}i}*$&Ջ/= Wb~ -СKvF³31,bH֚džzDztXEÿ[7MôJmJG茘 [a+Iȋ-5)U[lo,%4yO+U ef)o%uEq;Q˜qνy< &LT&r]Kgn$*A[j9<5COy,q> /1Zuu=^6{}/bw]Qacriq%/<_(L( E0xƒ|3VsvP S9v>:`E-uj`?M2CFFo((ffBTLסabRLHw1as)q$AÙzL]`{v̘yS %lb>H^炖ZtcZ!XQ+X ;;FC,/2mUgkyAy|ʽ =aW`i]Gow@+˦AUZs3t_0yW~Feڧ[Ԛ9*thAd@Yۨ9>e1qCiq4:)B 3.'j]fS17(Ua޴>Ѷ+pB!n,mY+݀61w1B]z} Nj//g}2, (KrC[Μl`P=sms_z܆8ʃ*h?/"gFnp~;cF'lHjKVhihD5+l(OzS̜BfP fYU8@F!0%S}g_֖VpZAσ۱%C`koQ9, @Ǻ:y l|7=O,on.973bj>VPEf xQ3=o?SnWGJ! _u*Zh "6>PF[ )՜!&<[&%Q ?BF% 1$#b 9SlpJk YUqVWVPKqmԀD)HImyTTnDN$/T55 f_IQbx*G+C i{[o%!j21[r rW?'jI&RM׷9Kd"CF,p!o!fY1w+ a* —7Pߺ;*CwJ߰{3qFwl2.anT,|ei ?nbL^LP>&[T/yD$WiuɠN=/'tժ^mBtgO K47-v0z!Ӄk, < 388^;@=y t/r[ϧI3|}rJ,s GG_֌q7W2.cZu8l|>ͅgH.7 Rga:\%.Xżw _zTKFS m'҂W=<|ՙM~^(< =T\*Rj^F]z<> "$5ԭWO^ {`$۔~x6{\Y|II(+b})Re\{=@={B[TE> 09>xlaᡫk|*ArFR?[=<Ĩm.?ZOefD0Ԑܶ}{y-N2@03gQ[67c oUl}C/H 8Af~ ]2 njUvFh:- on F!_ 'AEJ$UA$*ŕ:N2sUG+),?ϼt4I&'z x#w㕵n"e(Zz恕za]Ju_٠BhհM9pjŽ:@n<7?v;t십+W sɊ7d5 =j*|'Ȃd]Yg¿gJ >+Zā3_(Sj44AD^/DiY3^ҶXkMGAN` 0v=釈߬z‡UdsYbd5NBd"%7j<6H Ĝ_0+hҮ *%=Ex]ӧ;v{E:.?N*ppSCY0r6ok+ܱu?Ik9|s׊A7OWV J[u^Ŝ]=C=+&KJIbAC ʈcKֆm)QXha3S 2/]O'"zrw<#m,(\7JT~SгNiމ3$g}gj`wB&ވy#25+)b0+LmnO>csѸ(R)"jҤ0({PAɷxhA YVi~ MĬLՈ֒$ruWMX!xcxfIp]BC]UGGWI!@z$Ib8Љ"`z\Ո|;f7{NS+gc 1{P!a0Y؃^>Gj@i.c)BON/~BSl?u9I)h_xw>3#b 24} S8oka \E[{>@Ցѧ djGmPp-0v*񘑷>)CG 6V[W+NW4ym[LW*-7Fe"BX(FQlHhCbmJ6.SO* p`G0BÅ, 7p${*'N0[ -%{@_/V #Ѝb٬u̘C\FJMzbݢamoyiRRWsCJ@8*cP+|lEHߌ' I:rp~mŎIM[1̥+ {7Wc2Oϊ5=T`fRcuʝ*.7UM @1 [FV;f-*}O8EjuimIao c>3`uD@̭{a9zu\IkBS}P_rIF:8AT XsBG AKfD'vT ^twĖ7`vunU~A%4xB`ӎǶQ)u'۽U"a}jγ.CWD+|Q;E-BX7YZ n6K C[)׶w"`-pY9P:r4xҋθJ ڹͺԢK;R~)1 *)ʮ] /7. ``\fl(D5_ꫴ?8q 6(wNGqX @Gomz8sJE{㽭4ɜ'`T½нp ߈ŖB 64vG}G=X54M3}܎f8O EֳKZ [|V e &Mn[c/%S~ vGk,{ *j-F51[woǐb Q lp X7뷚y&@雫m.* b,XK.r}cC{.a 1"֭J1yot^@H߉g,[}];Uq8r*}mn:5CijfOz>~{(w cZb?UԻכշ$5[̧&-'\*m1%sb] _ ;R y}E,'B뼡5}pqeN``P3mh3b ឡ_ G3wY͞Ef}&cE pJ_0+X'BKt9D(?춈HUKˉz>byWK( q^;,Q`Y[ M;uC~ϥ.8(KSt3yڤ]_%{.4x[bKOڃMJ}!Z,=Mu+;!5݉K-4+n>b<'* xa<5d5\i{@~ɐ)QZﷄ*2͙6%o2V fVYn|GI!) `vafGI,&i=Wo|I9q :U{pLBfk7(iݭ}p%,~zH?ͨڱ $C8<(ǹS!*^|V<%ո t3A7áO|bSk4=KF<f?ﶵ3ٽ9r;/[,vp:nywpq,TSuĠ30!bfHTA tI&!b{ibVRJZCOHx+ULU{f #) 9?ncbt1.)`l527Zz ُ;[31' MuzOE|dnAw.ڧ.L/ Ɩ”I\Mn_<;T,aY#:l/x,o?L)(b`΀!! YA=؞3x-VaO5GC%Hiv]/HxbQ ZpnSNIԗ7CgCl _qڨh9W8‚P9T[Ja>$|Z{N:!0/T݈u>e٭XEQ^qѥ=N6f x?W|Y#h||h!Վ3x$i}&ki][!!sU53M%ĥ]Kc3j0DtmguGSiHW[8ɔox gEdz G:}d6L]1&n\f_oR7 ݜ C`*R.샘{9D gU/dB7j-k h6i7a4w]Ĩugzgr|f'd8{]q^W^4/52& f/RxX"8tknѤpO|n/>4@62zp`WL#lu99VzBQ/05??!E[ ;d@&W6i+E}"1K4 Ò$mL݅I#@;U1][9bǹ,pn~cc:4p "9gff>69{g-Y(F6sE}HmI2fyvf,4}?'_,HgM;/:2jЛc} Irj4UnHӂb"4SS5h-%a~ HkͤUԄ n';iXjXL '9)@E-2.ckKbMsPR1n܆?7}Z_]#SٰӺ dRݒ-7cl@ony/93dsj+!3zɐ0=URڢc[qޣcEj?$DagEkñmٴD@UzeRJmƠ$A[IE*+8VPtNɝm('.a~@KCo;*rŢU=Fޖt G&V'Ob3Ijԝɳn:͝;jmzф F\j2F578+^YGHW']v[h, (Nc *Iӏ^ g7TaTryFQU*;&sld93Ńݚ0馾 Ê,v2aJ[(%eT]$W;q+mOw4Ǽ '܊j# Ԙv܄k@-Agā cA($NUč?\ߥmɣvd]iLJbWdGRVΒ$_2#l<Ln3E80d.wDI)'VRtHDw&Y*g &f\MdJ~+xۋGq$m@ƺdۻF:On׬ eGϘc*N{S70IO:H{Zb\'CFqA9'PXQ޲P80?Ճxۺ'yk*`b%;!p DJ̡ ո;wIXp#4R9wAbiZmKD(/-NJDY$!JIA?K%EA"cmJ9l0Lds){nzEL k'\<ZFty2_|37KM^L"AR"E9էB\|Z7m[+rAx?ΉnkE׉ uq|Ǡ_ͤѢ-z|?eڽ O/BtE";_Nalq YtQMoW9cF2㉭Y:,Q\g/?'@T5ғ&5׸ʖ5:|Pb^3L"Wœ^]qyiFt(|E^hMZ Ï᥋Hu;]~G5lG`x$Ti {}Wh­B nU ,&Fͦ6NÉ9aog\m-=5r D*8K S_]r)3i$6Xu-$h)ߏϪInWTuie_M"ĭ&:D8s].XcUc2e|c8'&%BJ K*'놧A31$/gP>3 u7*]mC+8j;V" S6,puKHRj6 E0K2y*6+\/0gc F)삕uDDj()Z/Gh0Qf,.KOɪld_ !~^+q+ @c@_u@C*ĉA( đ[ 0M`Й})P[Qn~+vlISݍ_wt>g?ǝS7QRl`ߏ:_%ʞAn-j 5cLj-GF뼯&Ք .@=%n ]*zv JӇ95;*y-(JdJA31,FXđTJwxYB/og d)buB u*; WոLԢ 9'/"C16vN/.v[R򫙙FiES'>;lg>nߘ}p\2©*)}ȒSĭpSrX`\@qeNdR_Fu|{yZr8a|Z}Jٴr{`o~v/`΍t[/܁7p fΎ$'/MٛPYU8^ϛsĮ2,~t_}Ge]qjE2: |,S۽ֱS"(f%LʺF ~ Z.fJL&%mᮠ}=(LblfMB>{Z(Tp/ B IbRPA=xS 3ѼeB19~' !I,V;HqANeAOህ6f^2vjړkPڡ9>`51}x-XZK=[6g2O;x\]!y~&U^ǀr Ƕޓ{5Ֆ:m$=]|'sWcp?F,W {z6Z\W64(*- #LNA)ghr &?5q>ɩŶ"[>~&^^pT6}fŒ#Fױ(06|0`3̉#)SYJRN*|(I\XN',g)ߥ)"4R-~=|eo WV:}%6-_*G6I5,c[5/(Uzjr7o!K&hLw93T"=ԠZt??= J9_:g_wە7"ě v,?gQx9l$cO4FedC](Z= RQ0K& ƜAkPL d˴~ؠ^\k_z5&H>*oG6@?g&IP9(]gk5p͛0Q#:UWwmnE )IY~}9Әk0|b%m7 l8; BuSWl]/ܦ|R¿J{ SmΘp a90;pۅVd&%KF`%8w j bImݍvw6&ƀ:H=WhA |#$4Q 54uf8ǜpkmJޡ5~Nyd~U)b=̽`ȩ2 #`fL OB8Gx?c$tlYNkvC13MEỸՇՍ7755{^S^:%F+~t\:mU5pmz5qi4χ9WF->&#~90W9r:>=XM`O+!Á6ٺ>?5#'=[ na"$>0b[rx u=6ow֌j~EXEMC[Ԍk3Ķ-hĄ BYCwqv{5;o4'2M> =Aqi!FAcY<4 S89)(b(Ob:",r 7\*Ai)gNJs<37D;͘#x9;`}d{ Уat  4ٔ芈:Z Yy`]auTW]D& DúHߩ+9Ik#ԧ.cȗc֕"Ad,rT7H[ϭxo3dENf˥nϕ)5X3qxm120 =N |v3A^gyl }{80$I$:NS"+^̂ѡ\zJٰ>pd|#*OU֣a^&JяP"=́;#/J;tniUU%f[럔)PX1c&w W ;4+ 08g2< /2X/‹9I=<;l{)ꪛĊD¼,!S[(Lkp&W6^1YQ-oZO _uDP'bbQ`GƴgK''J!y ?Z8"W%NX.4P࢞->pMAz꩛r E* z w0ꑒwZIm$IQe4{*į.3a:&6\|],n@^\2xZE@EeG~I%;X ocl]?Vy,;V'#x:)C.FKXVފq2Lꋿ0,:XS ZBmmy^*YsJ7;)1P6qjTӰ )~sIĸM`hZ\mQa7X3'fJLB} ֙$fW{7d9eg9K\+-$ioDY|(3P]}덩1=x.=YD!?)NU]ކȹG\+'EC-jM}~Z: fGz ` \={DL6 l]+47 0 $@vv|]񴾿cN*<2:FL'T>X;3=aia6iD"0鈼n|*ȵ܍#+o]dd*РJA^YC//nqa}U&Ne}m7Pڔ5 댑 Tݪ(S OU6 [vO}xax11cq Ã/F~pMJkc&cR^^/l )?;AA-̳cT6QkwL#C+˪ cw`+х'̅RTV?Y$*Z{t|uFPjI?ɆD6h iva]O/>Gs!ڰ++sb}X GI}01b—{fΨR׿xnG.0teH"NJ׶ʉ>tz)COa]hSUGψFVUƺ]n7ͤ%4㕠n=D#@'B͂B"tczt#9sx2rO`ic'zt-bi-;2j,ÁZ>#X3ݞPir.DzƢj3tp[$Uq]R8OK?I*ȩP2}hb:* Ϩ|3 PDa;9xi]E,N =f}=%وg9{Z:iيB A,pgjx BN /Tr|tjwc+{cCXi@8Uk骷u8?h)3*ꚛ(8A(9t%>C+ŐVyUl]'q ·Č!k~1|Q&u (Ѣ XρoI1%-#NxIU)VΫ]WrjWt?zh_XP1ŠQW7 ^H#5eO Rt8ˑMnSDSE-M < %bd޳"; g,bfN2ӌAIJ`xT`j 65Lk;)s?0*=ӲvKԣ2mtt.Xс@LIv3ΠwIi~kZg%l׋f&43XqEQThM~+"į\ S|ivs{iL$>*3:bPx[ V~s4[ Լ%ܞ14GW $CH r:!ʺ棾`< J艾^A3CBhA?VzLO7p7[ힾBD+U`dEf$'ً`I^4N5(\AF< N<=jyԧ ZJK3w 4!wkD 9So fa!]3nx,8w#F1!beKmnWcz|TlZ}s _rIv/LDW?!Α׆2I|M<œa}mkӴT;wmHХ94aT]>?fya$&<ۈwOӺI=¨咁WRܪ~\[n$z'$fߵ/ ,UK}L`W {8ҡK+y1 %gUM @l!fTܭ eu+0 d9K b>~Eu ? m[܆&Mbt_K::4@W/<[xQ;ʬ ,ޭXL~Ųiƿ6N cpri@Z[ǠQk-Ǥn]ܪķ4^KQLť]t+`1 ҈6*j 26Ta'*k%+%ߐ&2صB]Yq |u?ƤT(BPPaU? Z0ƛ[c9f/(%ToCCtNU6Bg;vݜѴ{:ݑX\(=jdsqaekH'`̓M8"ͺ0Q&[d?,1$m,xKR /lI24#V4ڙ1\q^ઈJ{PD%M 2iDHާDkI:,݃r&L '&>ˡVL@r 0&r(b;˼ފY>I@qOn9R|[YFB˷RIDcP3vYi!,=v Do s=T#t^#*^~ޗMcBnlQj*V7S%6o ߲u$\%F |QT}%^ob j)\Efswe%V54N1g;Dm|:)$w߀U!燄Sҳ>Mn ~vJWZa.L1ym=Ȍw~ncŸB+H轄77:#(T\3RWBCR׏\{}t\kX"Zhɡk|ރ:>NpU<&Ƚ&w^mSf ծb>а=S-b' ){4ER#dE1 W'|[ĜOT65ai#EF/aJ2MMVSx 8V7sVsݤCMLE2;_h!ؾL?˜'&me3:-”9!HL&6@yIr@p: zU"{":6!lkxbr@$$V]I$ӋņE\w=bv͠"2\(ЉEʢ^*Ʈ]scF_j&-+ 0VKDCl[X—H|TmGlfFUײ_9Y3$`Tɔ~,R} }AWL ϡ4M \M$zWJb Ufypjoڜr1 XݾUx?'7P=ߟAN6J˫0G.Ya;ټvŴ3)śVٻ*)WLXSh㦋Q+ZfEt./BK"9ЀD{嶖آJ "<ځ@ZH.o]B0}aJ~`8\#LhwN۹@ Wg4] |*Mk6> Ƞ9i^lIFM% z*ߖ^(С܏*S7viAq\5I? hm+%}貹yf Ŷq<(o/}'\}+ڐs9r< h$+21Gs[介ɼsx{[o*1nBPG~q-:s/ Ϡy$ !~ӲGDľKY~׀vz<ձր:?`͑K⨺j_STBk(Of9l `qT`e~i|?| ! SFqP2Ckp΀S_$""֕d$Lbx o\Smy2d0̤Kk^fDlKHpqiG&p/c4z{6rui(+[Rv@!1k\t֨pnd1^}HU3L62T&R}ޟd`WvfžG@wPF my6dchڷg'h'Fp}/MZQNdjA6?xAf0Ze˼ҧ JPrةQ1Hd_T>#OҺB|$d \j:MUZ66ףLT<ToGs YK~m ĭ|OUk][5r!݊ m/%RH 9/]NQFM`?~LRVu:mS)6v>aHk:i^SyMMeWQJߪM~C0@,}qՔIg$I1IQP Ii^ٛ5ҢOS8&v&=T /ޚ7]kd8S8\%Ձ]H֭3hTePIx8{Ax]!,L?d5˥zّiT9Rq¿– zigU/BM'CNJ(>۴]r5?nL^M.0~k5] 3X$lpmGO} ZvR'v9:Gm()k|=qJ &T#}lKKl`31ǺV^1{vóA8 ŏ|-n6c8 H-%i;,r3 -/7(gߑ.Zu\Q(iQ,ۑT44J"UäRS4AYCp̒u3|~5Rk+WR 6HO;6{IaK.00> ۢ(J;#R%>"F1N }X ܛeb^cхGU/50`4ӉǘfG~+QhO:Sec'\\%;WeɸRYTs`(D,@7;W+c$t@Wf8tI*IɄ}q& 6,"'udhYjzqnQBұuLNp(:"{6#*Z͙2X)ϻЬ7gn~FMCѺP JgJ1BrhEr+{g!,§&:.ǃVu]o]6Fg` b[dJ޶BIyc{̬ }!禜VJkSgЩT/³,+ydyJ ؍̼Y^\ GAI@Uw8r+UWB= G$5ycnLx~B'GDa ,-SrXQAQTXZʪ}m?S=I(P4bS!OTS Ƒ=hsi#L /btmƒH<8vK1qDi$\h@Opbcvަ2hPN#r_\H_]cV \xlP? (o@`GPzQ*)d:Պ8Nv2ĢŨ;ΎeoXMe 8ǃ"/Juq SMn+dߏ/P`Yױ֐=,96sa]:g2Œ/P-4 ?M8X.{sRzrY44b(\noBVϯ 1 $F@y} +,S#CʺL|F0W]r=S :[(7ȓttܼ_]sb3Tmg(~,M"vKᏕ"sD!l}Z;,UѺ\gzc!R!<枏7m~/"5y}x)="H]aJO\yp-̸eb4an_4 8Kک5k[ K]UnZԶڰbN>' jv| ЌWS(R㬚=#%]i-I ] Ӷ^_Zҝ {|&J+&ԕً >^žt!޼&Ţ'*Vv C  ~?/c3$]̲@6IoNp H5 qb47˻v؅᯺zò{<{v)-UbC`4fAb#˼E{ePw֬{YT3vsNK (4i#˜OuMYtFyM-0'1rO/}3U.עj{Dyu\!jnV drÖnzu|%v33TtO~:DBhmSqt TrᴯJaoe 7]mi{BGM\ ngJwBSqY2>%Ic u0b.ȥ+&T `Fdq'k|ckng. ya`:0 (,:qKdѣ6&ҳ. 8cٓȰ< Y jp",9 ,n+I*zo_j˗m̠17ϔ}~j4lyPjfdx@vPܸ :kCe Q- ]VT КGGMgg}M>1:@ә)Dæ'*0;5@9{ƞ!!uQNAXSe:E={j+g͗'P& xc,Fq~-ý]= FRDΏ o25H2j͵7O-P6n3'HR r$]F6ӯ1rAk,lV.db,4Jn&Y+xJC`Yw"Iy")Lm7+7_$}<֓52۫'jbfchu.L\Z ս:`GE)\s"*Arݠ`/QA9ï՝֔G-a2־'oMmA?5Չ >EYCz4Cw6?m4;U8+-"$h0 <$wPu7DH4ܜ&U\A{Mck@ICvStxȷ2ڛF[OZћ8j׌P8Fy(<;Э {`eCsw=ބcB5\͗ bAmV`6;[mw]7ΥWb6 "lUf\A; ^ Kur> v wWGR)=t" mQUb>WuOwzJ0_?i\M*W/ȹ/)Āqa4 nd(>U7rMgi~A/,}J{,T9+,E;ӗB)Y"r{D;G?odWpcf9Gm7dQ7dۈm/\IH-p ;C}w?&Ks^a[K̄E@^Lj_FG.s`XX[Lwdɽ ";TD6 Sӟ8;:+Q -Uzo v(,LIg eGeτ=ɲ!GCU+gsv#.pgA9= |Ya.yo@ugdU`)nʿ#腽<?Jg^˪нtt˱X 7 ."Kk̄ |#>6E[Eia;Vr:NSj(r}<>m6b#َ@Y5UUpTv60 cn MÐF޾BFάy鐉?rł{R1s$&50sMU ߁{*<OEs%Ӎ`]D5#B]J缤QE1OqO*ǒiNӭԼ6rj래xG+)0CGNpEZ[/Nt Uq@}n^Fb*\#p.wF +@7,PE7~XVH;sC86]jDdXQDJ|Hݖh Ff^ttcE!g+`HUv/>3h-,po`Efk ? ..,nU\IKutMH٤8{I]̀amzm/0[Xcn;/t8=cEWO'|DVv7\jo%.V,L,LgYUm3 a [j D>"[\/Yn@o!·Kj j "+=UCq&߫jlH^WE5ٟfc3OX8S3^(ɳ;f.qE~&Ï5,/H"J{pR=bANq3] D/bu WLϣqDΣqhnh5$%l2 )V&P ;vU,$t*e[$qX¨:TN^ªDC)tOfE!B1'̆QJsW*$Q&-?ß3T`P3' c+6Z-05lnҶTb o%F,wM&oJOL1 -`lE{_♾iUiaҹ*syMa_vӝ$U3HdP85!(-kHS s6I9Ҟ)}N3aV¾yIomuv "ٴȁEnz9713s.>kY{)8&2!s NqPJ' }\?ID qÜ 36q Z)pӦ.j'vPZuUίӢE!ؿO@* lk9=q; ʗNxE ϶V* 36]̕dZ}chzSRo>"5P=hJˉ.nQ'<ֆ߰3tl3%)_*!bFĝ9gXMVr5GƯ51 酖H<"3V /ӃIVݫ{-+}νٲ% dM:~R V]P@>]]4vi??!))I 8Ep9e?SWuT@#x l@;ڝ+xoɊ^2*uI_z]hSۑ Ykb7bi]F):g\,&R [ik =پ|<]$@(/5|mqMv^8ȦGHd:5 B+4NB(Ήc]mb#W7H'mzRzgG .(`Xc*, H^aQ>";ֿ_}eUcUW (jѻPx|4S{jWmʑ;Щ]c VWPJvQx1o9_†~Yu=q9,vIE]{Tw薍xw{k[YX@SR=`<}C~:㡑)w $gN-Y @džwdzu["@cg $!W0weL|.~ZMo/Y@=ڒNDFͷV|.!Mr Ű:qda;VGVP`_ՀHRvҁՍ;YG02Ӏ2fI9:gE)QsxF.̂ԥF)8UIZ뵟ql#mþoLw%L`} D4%q;13 gkbf'4>"ff[gtik P[lqjrxE-E=Emn-F̉>G&b]P j7,7Y#7hSa{d LJh35 =VI$E@XLgV7\CvjMM0i9UòZgT5Ssb$F <)nwb'H!"&3<$4H]=C:P7cˬj+6|̠ғޮv$vFD n#;sg'uYJnR3],"W9O 3:R^2͍Ds("icW%pA(˷iW;^%z1q4;$epMLc| IEE"Su,!C6*/bJk7XS)ÑɕӤ(UBGsn;95.e1S#f@SY.up2#I*'3h5ȶb={%mwz#b9[UVԛޱ*o}XQ5۵YE_C3zVioatre\n+`8# "*Z4qwK)U jjc2u&|8!!-ngY/,iZ 583y@bӣbA*Hi\W3LkRr*b3^5as}\y Wu[ye H ~BжML4j٠)EsYF(U];\W%<.($vJ^VU&e3[ZW.CUkD -\f[AB.GCvNj%VTeϽa:(s)nw'UYl["xf⍅f6!;/v )IM4o>Mh 6憓 P;UF513/OM*y^þ bW33snk܍YDc:;Ѐn,I:?Q(ȮipbD- ? t0)DRrʛQU;e8]lѨ4BCSL}F~;%N: ;ƱrHo:p3ҕ+yulNPݭ]U ŬijlSRdA"b|_wp#;:3Egz0>A s,[F`xM r ^$Χ{9f .Nm'a(L{ ׍Ue()TkgAs1Nfm#0e?H|/[%~~;@))*!=ƃJqlgpF %p~n>GU6n`t/p_6t_/DŎ[pоr(w;pO%٪ky%O.0įgǷ8#HWMk7>)̭ҬD-9o3z6%tUl^}kV8/1_sH-D=_-g/cćN 4sgVW#\Za9cX#& :GƂސ_er{$zbdGա]]>E -`8q ӻUD|]{\j^^ji hTuXY(֗(-$xo#< sy`1Ab/s4ÃA)G;B)B:u|I$n G &@EI/ŧ`\0H #?פZk܊&X6#:4(c(jAw+ii=eKzyi*d_ i_VtlKȆH-4g⦌3iUaY}~-i]&(l.[],2|Jf(}6]xk{+k~~H^f{<[2: d}/[fS'{` _7z"zC@a`r 4/*o$ɔW};.{KjGe\nr߇unkoe~?ݲ &)$?|2SFBa6> XY(2"H"w>x=ؓ[X/ĸHI'N oi$+N2GOEBU5D7#]ˢME&"7 v 8ؐ㺣葒2i`if{ꠗ+,/=,K u3UmY X4)UT\{iޘ+ +'9QX$p#H:\mȜ(w >5Y$ |o-3?4(GW߉KP|\lOv%5(sp2R̽a: 8~!D߇~ۯm/k|cH#T^SV_ftˉ'0I:uڟMb$Xq5Vf4>/EǶd'kt}]^ )=طՆ9}:?Y@ Afbߌ'WAc([PALEciA7{)%VT({FrJy:U\9g2!r+@<#}i%M.1QĖna[ v%$CvETǤHm^ ~/Mɼ[5{\:cH;]EG3i 4}T)@b\ P? `h2ů@sqg)MDצ?-@ %&O_E )+k 9P$_VlPZZJdbe'ic12@ϳ*u,IH^h]NYS (O "hiwP\K-cw49wRi(@" "JaJ|wCt?:`zC#dF:w9JωgD/tnM}w ç堯Tm" 1KkrXHRҖ}Yڋ①j Sc&"DZ)[62,qsKA{=X5:F3lwuc&:d>_)3.q3)ae 2afzgf~ Bh LU2@q~[_TclӠVc{kLfi|-)IF){US5nUh2m_sԠngXZa{{%s'\%I/|+qӘSV>cr#;gsV5Jh%-h8Px{96\n*v ku]Åq+J^_]T*Zb<vw7) O)AѯPʷ^RWJ@]am&2>`q3J9@8W99΁h (9IQ$[M0#v׿@^0 B[]~5Q^Pb\HE+A{w&DoDO^?Mvy +k+>oSw"^Iao_=n:SF2u_>ɄL A9| |剾W&i%OCf:g1EuGzB밢8gfZg ,OOHmsRPou>}íB&CG}~)j;: TnsH3j|T/$5qAtꟲL;Q:K p߸hhD{nJ-@ b<0(* .zJiQIՀY4 ˉ(9)rwi'Raဩ1K,1p ij"2$5Ɵ6GFɾ̂!5=fP'Qmx Pa;yMOdQݹj ԔW?(|>B& o&d25r׀K60&lTeޓ/-}Ȇtr9#uȘ఼ZHj|<ϵcm o&1>z}ptrjeq`tgǘ 03@.}i$weu,:\[6BSQ]Cc[ ӼNY_.E<[B (.f3/`: g{op=ߣXqkݶ5G~5U| V{$ܐL PV]#zBȄ І@+3cꙺGryK? stͤܲ7+C c9][U+"KV(Bcq p6԰B\j@)e$Z9'Ad6=ҷO#ӛxI{:|V={\vK5QJ{?dGpb-"bLzj5B7u[1 7OYs _."xA*L"q ןڗǀ~e՚cǾ Y>qzp/;Jrј(TbV },a"mÒ]*Zvu({yx,K\~S<_){'h+mw9m|v N:g 1 ~ ,:G~(q/\|))eQ 6>&v[B;^0#Րp q=L·L1~նW:+ &6ը@6741ftΣ9IPVyjDvn.>im:8](YxT5.zdۋ$C}x Ʒ xMޡtK Z}LGՍawEX|t{틍dGu:#^Փoii| $ff~ Dhl{i0JTuQd|j8 $KS ,*PPmf~miX(, Kn˶${xqȻ({~]sq?'yN2%x-KG. > ;6 ;Zfw4G{$/ ރj9ΘeՊ7 7FXaߗف͋ʩNw74gꆝ(†Jpk^XjöJ]8Fq|[VM'CA"VHA'B"|_r-|,<3m(c}/Y{Xa f^O,qaC^a9;9}8Խ=X8 ɳOĪ5Is N+DYE-OP@M\ulD=,-Y% 5Œb͚D 3;R…u2cF.F,_P"Y$0Ƀ~x/hp=_īuUqXc/sQϱl׋k⡣Cķa6c&@)Qr$wT#(_ IZI'mIu_A{8+B Ƽ 7\\bޠϱsqy:f$ORy죞 ^kV{dW' ,y!?n-4x@{zǽ3 `$mXH$_Kf < m=m3my=h4ѳP'+)eF>K {~Cĥ^ mpeCÄ[FWhѪd\k4,mu+ڹؗ'F{VxaU{Hx<%T{JK)/8/nxH/`2͸v{aD%ʼdp]mk/('7%l>,,_?DcK݈~8b~Ud Ykwg ۀVKi$Az9=*Mݏ,I3(4ӆ]IV>FU4yXQK{ %" }}BwyJݢ-J"ֈ5= L`GI lEN):YdDsLlSUǧ%Ĕ5" ? 1q+0`:Vu qlfwM)CE9vLSC^v mj 퇏iZʳ A yc# 19V»iQع3+^b33ѝy+pp*cSqcU-zn\nWNOb OrEa9lxi9o50W@sA \Х)'Mn›Ugtt0y%,Y׀ӟYP')3:~7zIm1sҩ),}]A{wwy 9{m;~ T(c$;qeyi^wSmm.1J!y|Aa}J0Jm&,23ܬ RHߑ"m\:;vgS=O 4PPxk4m%ߴC21CF]AaM ";&1g|($+Pr;'ڑ]QU,J:Y$3rőѬdL*ύԶEi6&E[:7Pۅƺ/=GQ +v\3OC3C}sfu/Vc_? ޱp,/w2. MqtNڂpƛ.zewoͳlF>]=_0߹=#=Cc|3ݻ{>t xi]-R @H,! o󄡯hX>Xh?j+; 6OǝcU6v2*ڜRT&uNp>"\:z4HNmx,%jYajQCLf=Xbb慕 >Lv:0;bX^`}=S&q\ɒr)N1#0 l$قLBjaޡn9Xn2$t:Ws&;IkPrtq Mu.o<>a4B0$Nu=!x~*.7o*v3Ms{ޢW2Kc| Y3B. ꪒ0`\qFqy2Y(w-rE U^Dܽ;ڒUoWh~~%=OeK3tِlE>%/mW;)AYizPC G~8N6P§ĕ3b9o d@V: L.Ed1aNx8Nh$Q}תl2hhdZ4L;sN민Qj Tw!fl ي &X`/BP>ӗqٞ(֒ahG!*nGNUe58*OS-(ߤ=K,֚x)׭7l *F 1#vJacktqNd#rMkx{Uh~f>k7<q:˓.֐^nt#c\Ԛ{b_'SF~RG^%'6#f. &axCf$ܼtphjCqiA]R,L;+kuJ(yMȔp8 hޟ{}}&į/8M^!TEn4 h-3ťRp}e'D1.#bOU./Rݘ)VEʼnL!*\dMP|YgGlLyI"`8 A<ߙkET#oOCgy[!'Y tQlHS@Us˃#}VBwB8gvFI<hhW5Wr*Bk[|1 Ǧn^E32E,y+0˓ РD wxH"$ѭmNBa& ӡEmhLF_h 4|iQŨ9$A#ar R.|Z!+Ŋ~]>:?ZߔLxțll*8 inmNGU /G/QtaAIN< L'((=t~Oä0_s$5RDٖe&|ob2/H@\SG,937롑ȚkMs}-+֋\=xcoh^hL}̕ G΍ svbI1a S`7&{(rRWS?nӷ+Z a9":aۢR=z^>k?{L.RQ ,KB |jTn7:j#˩{cc7]>YO07r9+9@/[9ogvGx\K.d>o=儊jRJ<\,)ȩutM3gHÕ4;uZ/6 _|$[G7 Իxdw'٘h$Re0^ô4zQs&Hє1D3J~i9SnIaKQU)80s& ͹d+Sfxw?CpcЁjFx*l_*[RF:UE;y,R>^W!X+P6GE]oiTLُ♁8Rqۉ/0됈 4YS| N\g8$(8yhnk]JMaތR@xii@X8.l6ēKW 3RA$~B=&l5| R=vƾ(RQcW(8 |υT  kgGX^[M3U&y͖7D4{T%q:^U[!V2ȈUQ]*tأ1E. v\P(QMH[X,uVwE=9%s_7" PBz/pcX)Ar(y B"xC( 2&R)%vBv%/k` 2Ǝ+;ƪZ[Ir1^`dM%ySڣ.q,qhuixp;e orc8 {fa6 W mn'.%c釺ADF?LJ3P(X>}4MyӺgL^/S'-6WNJUBHy;QV!z ZDp_9BpgqN,VW[fɘĀoB՗%7@?Ϣ_ c}Ӕ~Cꇚw_Μuk@ajL<ggD=KTwHt8}|% 4Z6[,l0Őa#k ӤP,) ? l: & =ęP-0r |*&<ޘOR\"Los:âJ,z `CXr_8>+X(()8|La$ ?Ʀ3\JlcX eoE͍X'YWE.ol!FD` ?b[XW|-sCQ?uLsF7"p; 0^1nג+ 25c({Cn)+s:ߛF’yu!|ZK&;h+/ -17\DT< *'f|ޭ&{&@Jx2nBn1c!CjmC, Y3>rC\J:Zm/rXr=TXa2o&?I6e-xZ\ بZ(LG`͙|싿!Ah`iXA|,,?ʪN.F] ּWz7 Z%37oSBRl0~AEn Qcrn$V֋TŨhD/Cr݅f@𱄇΄uv~FLjIUaݼUBS-6W7[X Ӈzk\W˷bf M줙iٌ%y@t042ć Dˁge:m8]~a$ǒޥԸEIU4ڜfy# aJ=Zh.F;۵NR4^q3 DNzJ<^h>4 )Mn}&׮SO\aq&Cg]:Fv &?pqٮ,xl 23WQ4HMUƽR-,ڕצYėMAwa cz}V"L4a;hCi"߫xspaa*cx q,sL \pAAobqzvl!kᓝH)/ pf\K㒬w Ĉvch֘k7K.6;XlW481Y~褊}RtBY9{'ʂ 4($Q0 F< [rsW{L/ ?dlF1O?Ds45dY;+`yݒ"V zL HdF hнZHud )b5D0a'ŖƌjE¹PsQTL:)0X9¯ U娮8Rfc`w ,f:lМ>`C8z6z =H_̜(NU&.zʏr1gRjUԷ& T1\PrIJ n=<NcˁiVA9N9sRf8hx45!0uDqQI (qO#I4 ~!_Ⲯ8/,G‚ Gd ppyᦘ=&4jx58HyxG ^ zd~y̴#黈!Y=[s`0НȿB.odeK(f܊}eU0A =8V]%F CLCZu(9T '$SO?U:_26[8UJ0dTAq2?SW3j;YKr\{"Egz #;z&P9) 2lMjvtm(N"p:-R=6`YZJO2`_m$NgT4S!)Ppiy)zaz2/Bqm~uݓ*np y 1@kPDH,Ӊ-lZBrfg5qLv@ܣ¼`xH~қk=RH'R8h|itӀ;m%rIFPcյN N:|vF AGNAՔq]F)0/ c`z$A v7C)G=Ũrk ⹴L(co?.RfMw'45S!׺]+ȋV!OH[N=>:;ՎptFYWjOgK]Gzz δwk5{Fⷷ$iĤWI c'#[a/ ZUtz4PTL}e#7YYh2-?3xYf5=;N7Bz3E$ڝv49Ϡwn;W fܽ2tej<(Z{AA&oQ&CF+ss,a8R utYlI%ip$ud%oQCGA=Zdթۻ~L`Z> SPb |4).t "(NL=iȱ;]*laO;9yDf8eHI\JQke7YtM!TprXJ|ʩYi4(08  \L! Uxs !&tqIIYlQL]:^XR6ɤguMݙ%i -Κz8CjRe&7Y&6G^n#=\ξv MMdAE`Q2~~zHoUqP\2^fW Qw2TYT,q_ 3*v$]MTg{=Q9&AHFAլN< \h .$zFEt'wIZJaq;H|{=LwJ3ٺdY 2u_Tw0LsIa] $ݥ|Lr$P#4^@)޺P"8UARVt)4X(S*yO'vGS!mmA_y\7΅Hwx\j7W0op*,>X0kk`$<-8Oaȹe՜Y?}E\eHJo캭an?ΘYSz)W{'1'{k94l*29ӒzT/[MFjUͺbjPOx'\$N\lQqp{\eFpb\.ͪB%D[vDZLbV T q65ci6HEuc*XV!Ey-l q7~ԤzJ\h_•&(OsU^wQ8ܒ G#|<$:Uƻ7G:{t;+v_Eݵ#I2/`I/v9y$`\HlTTxZ+;g"+Z `%$~!2'^HNuXiJqŷH^T+E5THshHEɞ4KXj\ ȣ@fw"3%IaFt:KY^2t M!'h.?k%%~^"ofj0DKkJW=1ІQ1PLmK ^sVBŘ=-4f)٧bsVdd.$WT@u7vIҬrĉ,[ G/]><*ԇzd:|@U~>Mlz~HBĠS7`G-f0{b2t9q~T Qf 996}Vh 818J5z7-;dRŷ "{bC,+R80VޮLRp;:߻` RPh}ʭHXv_ DΘK uXɜ<{uNg5$lVH )$A@,4Ůo6jƙ ?س,qAokӥB!U>rJmY$c'%O__-@X*TpFdSLUd+EfM3աpN$D?Bį` ZWJ七ZKay>+#ԔY5pg|}e"GQܒ9ը8kB,5<3i} ܌435w>c4q~{B&Įo>&3}ST)l04Nߍw 4lC'6"a=["U–iD9STpHʩG+',\]4lA2(1‰c%yعiOTkOPWKyWFQ U-˶WtXUV"¥k]R.fY|2tRHcKΆ:@y'vTFT} Dii{w$$ށ#HZI+:`5_8cE{U|#ƙv ٧ciP°aVIN6W]oOu2g7̶z ur0V?xf#4 os8?Ȗt|娴j)6Gl!у2u$vj=%K\2=V*ϊ:h՝,uO̜X懇=nLH7l频4|E"Z n6s+t0ݝdnr/ƣrc0_Lv;{4 -h`Q 8.CFį[͂[BpIh@Sπ$HvB X޶afmn!B`vX,JWa7ܿV )@  zr>!ΈIa]zvCka 켻'$`v0l{$"aBf@J359cPON(e3cˋ !nvJfڋ6ŶoP~wXe}[j/jI;5K1wbuBOjo =T3@񾝾'Ma~tb $Jy8F H$nCeD?pp60Ly FJd"K5% zしItŰV Y #P5GYxKm(́R\<}Ch7_cT/vT 8@2{T~ݘ4)N?I˜}蕭! d:J8yV)صDn,1ؽ2WFE+Q;EZ9:*>OkXMGZ.YgfBPc5y?cLio1Ӵ}]@U&ԉ8_qXʛg^bCimz /}T ?^AV܈4<ۄjSOHɅ5N)ذ&% Š2Af)L-!z@ &<[CDjm `>bd`4?YkkʼnR'mDѺZRրY …1W48y '*3GS )1uz 4܍pҿf9Fzˈp[=G⺺$:_}̀EZ<䇗.Cn2+EHQ4cO.4sYαFC8BG5yBQАK` a{7uMu:])~ӑۉe*mgwzNi}/,T:2~֜}oQ._I#?ij9COJ$V O òؔdRl @sf IP.4aWn/t`Ys}ՙ\75=;PcG@TwSwdu K!ʌO]ɫr9_r dse MFpϫĽ}wHGPHr6Wz4N\T }qOE-̴^]ǣ? k EqX8ۃ0k1k,hTS_BupD7@YT4H/sqTw6M'u {o ] :^pj: u !m ]7"J֕[I3ĎC~69J]r>VPP%$gDt 8NSǠ H JCVxi%M˱θr>x*A`B'Gl?J_RUг9IG:ܳ3 )<7#KILj@ަUC(%$3>0~@YOM y7䆔 -F$"^;2aJԖiϭ6~ęG Z TDSo,-5IsQP~ B'"c?)"w~+˥MSchM?6lf[.n=-BQJ# Pw^hpr|62C-p !s 6nHLa*Ngl"mr"Ei+bcYɿ#rK iBۅ;(b Z4;)aeMߤioĂFq&BJ" 0t.=Ch3OV{d-(ĸ8Pm-شb(HmX%f"Eiѡzݫ9~#68xS+C-?/ ӜbLʆ0VAU'G-G.:ȇ''3Z?^ʪsib:h4Gݸ}_]Pe ݿOcDk}Apj6a=h:jBz .w~B E&v+PGrP*a P05zZTc9f eDnli,v_zr>suʐU b{^޾ !o9 "%dzUSr߲܃ wo &3:v7r ?KX]$,?q,3V+(ev[gTvzJByxRDBkid̙V]@9+O ha %o9gNY;?#O61Tj MܳlxX25#-\fg ?_g2q+ﴆao"k~4/ eǴAmmM|@RH ](2y i`s9u7&@x:JdHxi=aHZ{7< 0z=VN>IXb@;W`wCl{v uBA+@ }lʕop<ƃxM2Y8sP K2DY*^ڽwO,v$xD-\q͇oxrxv b0Ytl=`ZK%INIEo#) !=x|DHxHI;~597EMzbqZC%i@Bͫ1y,weoCα3Ss_a8C38VcկvI{3aR Xu먈pw7Q)$twNc9*$ך@"Dm\;ȇ/BQ]t英Vѷuyڅ,/oU]~ kŎ҃'!\<4^PCƬ.;gtVf{[wy.AqD"`Wc~.J2^bwd7b/7")9X{iG}NqݼH XǗ/n&G)w$&"~W%] cBe@k&SK?/~Y6v}Uc^jbT)-~z暢 ʗ"+67V}L9N~GTP888[u{BȈw=84uft0c_8 Jp@{#rU0@>HVv-N 3W]"wfFh`m0yh&UR( 0.PNg~ozLO4 ~TvWiI#x)H-A pCn0 =WvldĞi̠E,y]V/yXRYܟ[`\X&v%'=--΃Kp5j'džaqYz%/R?\>w,\Ac代8EQmߠ^-)xN(q*<G8qupJ 9 -CҼBCOMc(I|fC 6roR}9Uepyt-S̼zyDg!zJmR )^R sr" Bx;Xipb|X잀 1b[[UU\̅K,U K(x~$? Jz:Q $ϛ<$)"!$;'BbvysGE#Ar:+i/]lr)";.x4+;+/]Q6UScDuB&b6뉬E. @C+ pVz(Mbrʸ7kCDZVqp*WT*Lf4## .#A1Tb TU3:f K|u]M_}4r0gϨڦ ^LH6 Otdgɀ̞yaj[|]j2Tpɭ+>[pz$41|rLi|7;pehXts`V5v˳\1/eM ljGK7""dgATJH5lAL9falEJj~i4"/#a!Alxvnђ4y8+/P_9w8YSO h0h T/I3Mk!s7GlVw*]9bxlcoᲇ8arT O%΁cnE&sdtZ^kQapr ]C\Ui">HSȍ:^?kҊӊ1BZ{䢓VJX<}֋WZA TO )WTx)A H6yh}OQatF\J:m46]BỒ O嬞gKCț )cZ7 4\,O1/>)indƕ]f%t.3I%I}?HK6BPa2(3E'N`}8ox/J&?i-mX JXAԲ@ܤ3٭N]H(ѳaҠvcS~ƫ_ħ]>GK!ICժbҁ,PjCgLp7E+qYzmW}tؘBqNL߉m r0m[lTVLPNUKA< H ̛A!ۆ4םWϩzJ$>-3 _eIdӎuB%% 7{ .NVEMi{6O.If9 ݠ^]==5쀓!&K(ɚQZeyR\Rʨw*eW5 Vmn,g[yʜπWH ]B `~j]xV0;]F^x swrli+dpoÃ5J%[ <ٕ;ZpQc` nbJ{"Ll Z9["%*kP]stЬ(1eH9vS{@tIx?A@YW:ZgK4gP0u @WH@ ΄cis }첍U$.#`Rۡn[{xKB*4~; !f(49h( v?;.PM4-ceFQVDp@a?n>n9tݴpoQe<(v+ty !BV‰ps~7/y[ ۚϮ%䌵 >IaXfBd:td;QzmB9Lŕ1H,BL,+uD 9/`Gi Urvl{niiijꝭ߾KvgRqɉ$vDco0r&1Y/@voNBkr`gO& P 3-?G@jHTWx ^oDZw$nY`178 /:5!_ +PQRKĠT%: *ZYw;ON ;ys7AP~e9l6sr;lwGlU4!0փo"q`,;~FXt@; ŗ$Ū=wo"=b|B)By7@g=Onz|*V|όOM#-[dq'RXPu82d.١"V٦f:-b Il8f@<9$B隬nǰe+; >2d&fL }faK_' $Z1 a wB_$y<^J яg58V;DpRBWgiGwNͺ,$ ǔlH%!;?#lƒ WY"0֙qGUɭr^7>pjq9h~Wb!3•C $. erS tJN0`rf;x7G#*z﫺"X0QVZܙX\ЬHWꦋsp6Z9r6fg 6ƜrNiU?.GC ),0]Gx=^߯v>`(]ߔRvɠy7eq|1'Iy#CƜdز垟W@ SDr&`PacKxxῇ|ah Wq{[(SVus+SAH7VZ;^`'?TDaxQ2fyu+ *Dk1Ͼ7+v_H՛NmÜHf⃦%Nv2BA?gլoӆ[2̴.z aWwb~,yi\':֔ar:^\\GĸoŦ7rBqs=m͓NՁʡo[jXē )zUا@ՔqD'FN z5s+j8t4]|ߙ*+Xj yn%sdIۃ@M+<'uZgPަ\`,=ѭ_j\stW.JJl z>?g÷#0Ӽ-53QE,:ǯ9xȗ% |\MA`ш?4YLb/1&0Sh)Z啿 OZDTGN\\拠Usoğ7|{6u1w&Ŀ}5/UBg~CIQ9_9"Y> wX_ FBN _.f<@Ϫ8loDϥ5`Q,;x|[@s#A3|5 @L8Ml&6̬,W = 8%]j>sG.جrkvxxŨ71cmk !%@{Hk3t#.ݚ0)B+WS͆ 6\omKUؗ qț6gxK`7s YL>%tFnj?gyl n̛NƑS<1quo/+\*HUVim^7Y<:ӫ7ٵmFj3UI,aڣc!&,cju/Ezvht_<\w||`2&9`Z#z{/lS@}b1.O٢#hIK轭o @iLOr*,=23o6NQVppA'>ɩ+aJ@QaK;C"5cQ LJppZ 5mtSDs. jx58$s͜.6!pĽgTZAwz$dL#s3Ѡ~t7%ZMy kM,+Vu쒶 yK}^ү"%:ni>\,UĝYT)w4_h1 [׼2[)`~VڮR p *B;ZJ)P 4*Su-Џ/4, X]os,:񙛮P4@O~p%#^Rښ>FlyBG8GC"v126yu;XnDyЂw p&,~ ᭟p S*nWrC46ƉͨE/Ȋ $ѬIFꋟŜ 997a6  S~'<@m|Ȥ9bt~ uEv$dzKePii@-l}qDm޳jBo0%+hQs?WU7gY#3;n K|v~;ЅJoSH9UGYxȢ hL]|6wx\ͬ[=h5 ۚ"6ECz-TiC҈xY.{j")"fۭ74ޞc[I 솏aں̵{dU036]< ²٫"IL]nyཔn,283|DmY4S{۪VTWaQM][7~zuY4zpWIhY[1#bKk/Ra_dhRHo S:Ni4?-M/84b@\fɂ;d'\sp\k9ZokXL P( `KFڐyOew\]k/=t?6 33`2I6m !zPjc'ގUo}ogt&i{:B' V(Ձn3|)4u.uDM8ߊz@0I#;vaXAm"gMSYi_CTA f*1NWrcSJ#\fԑ)ub8_ 9?5k̮#BF6v0j\Y'\UrWէ:aOi*+M[vs 9MghEE72'uuSe<LǘWbiG 9 F/H-io$d$$AzWb*^;eedW A^r"u0fl(:aPGT$rIROl)qȲǞڀ9mRisrWZQ^]=_Igd$5|࢚x6n<ffp\9"վYqs _Z 9W=ױӣQHX#ka5>rjGeހC7s9ayS̉ +†L{?l^VFOӔ5g'(1y.ĥSX:2D);${e%RIx#k؛k,Xo(\K/C"GGME{~G8ĺgr)f|9ZF4GV-h'}֡d( PXa{C&FBN*B`)ƉM>JS\ (~AmQsWPXP} JgMG<+VF4YXI/b>#nI1UqfEׁ2\dP9_MQN pSΨyB *qeN`{HH./CĜ؊;-5+Lc/˛6\Zb@'sChwQ%¤ZɟW睓hdd6Թ \PmDwW2>RvZC4?ř#0 c $qb8ThL)^׉& BDT!5Aiٽ $=2 t5g G2JX*9ba02G54yʷ:h4M(^0G%|>:R\(灸%@#N~H#W\[9;iڃspFxN>O%yh᱁ ]_tUJ wg$I,^lud`]oK'~ o=S~OM XAJeq`9xy w!?Y h|7ͺmДz8I nJye˶R"SCis$e/*qOǛтIRh+[߻3wd;1iL@ZpJN k}~+;al1hY*\#|Ap$CJQ|K 5Nf3[Ko;!]/@.!+#{ Y!H*=Do[VfsCAٺܐ菼ժJ`߫I;>b }= b e뼆Vo r|y0_7}KR>Յ5fٍi2ENxn` گ‰p9? ;aw gҭ;F&pQ7:::Zb1Qχ:fPhISBvԜ!sJݍA>g J V,JP[QhrR<شP4 QXCT/mngN~~m ȏ27 Ǘ#iDq*\A`8 KGVEԏ\:$7%7J@pO !ܻ*|\Dvf~.1=jWw0c]+~;0{'^$rQI˃nrqϵ! F}1F;;MԘgJXNPgSc(~FrI:-s:(hRzeeMZ:$\nW 6U5uҰUf_;PkQCX/Y\ڹ. H(\>- t85x3AxA^WJȮf@+@:*8}tj[cjTi !<_akgḌaQ9o]\V'\O o|0L&?n~@0 Fǔ#Hg29 񼖮Iy&dߨyt1.LPHCE8,+.#Ĝ1%!s ;WOU39`̛bEb ,d1{\TdNSKc;}.G_o&fhC~\#$ĦP^uR|^܂l ^ BN @C;UP<`L.jd^stn вQ7z*~(Sn#EOzպ.."-n@RoZRpn}cd,F*,O'r*r+hlD塡ȪEwL83`Ƶ ˸󨭉ۑ }-2ќ޹=_6Hv(_(mcwB^bXd|Uz]OoziYngcōa>Ȣr1ub߁ku/˷EqP;<ݙqEpM%E3@}/'ef~)ɷ{+0&\+yָQ2tWQM:Yw+|v$q`Tp[IaP < A+I:V"G,6Z`LeAsǚ#}#o&2?ifU &Vo.]yw;Yo, aV ަ]<`Y@]$NC)IT|dF4õQA4R>FP+#]O˿|8Ee,de,(W]V, !ڑQ}m/(gI+2;&[lĩrQKEc㈃*pqb%=<B1-%Y!TrTd*Qg8?gfLo9du6IA GDGRRgwbI#- 3Z.#Яxy!wsu8R". p#Pq4#dy_EiěHBW2աrvMh}UUeIw|ȉW f(CjN5|kL;% ):TP4W;JYra4^2vT>5zCҧyuwLlߺLER$دBPV dMq_A4=/z $hn"gS%7yX5I@.(ԛǶ%&}IUҥi-(7|5wsxk|媔\M :.kىV X|294?'CsUknctfr+DN\:< )M~)!ڂ\K3u54f=@*$ϙͯ3HD~Է Gw6pQUܖ?*J?ePE)hT{ >#h$<5|ajVKJ VH`^٧͌Q˥?+gʊRQ;hLsꗏ(ș՝y@бjڤؒfM1߇*$tJAOJ0o"`*(cx5CM*Gv/.'8vnnB0Ya|$/hm1|)ΑЖ4=M81H'_H"p;׭M㰑RM,D`rfL/CRHRLjEpf\KwD%?3H V_/x,ScemYhg͎#[WhmPuDr*%_ V<[KH$>H؞WKO9: 8/Nݎ܏)'ɚ~Ih?c󡂛7G5!w\ԉXM}Ǩd.Ɇ+m4s/O(IsZ/fb ?WI7 2K OrA6=;/BUGC]jwQy*~|UjNt%-X Sqi0KōעaU3׶ YZ