rsyslog-8.33.1-lp150.2.19.1<>,Th]ňB/=„6Ho$3unY?aVq80 266^kΨa%r @bPÊ4߳f{o{5Ȅ}`}*f,%I&$ǣ/5tś(`҇Kޜ*,A+рC K;E,&&us}@N7:IiI؂q\_o_&F+'jrnhrxԷ.@9XOYDdh>g1xx)HKFP^>Lt?dd   F /8Z s+k!H#H #H $8H %XH 4H 5H6$H7H89H:8:|3;H3>3???+(?,8?419?1:C1=ˊ>˒?˚@ˢB˪FGHHHIHXdYxZθ[μ\H]H^ebcլdCeHfKlMu`Hv׀6wHxHy(7z`Crsyslog8.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.]ňBarmbuild22 ?openSUSE Leap 15.0openSUSE(GPL-3.0-or-later AND Apache-2.0)http://bugs.opensuse.orgSystem/Daemonshttp://www.rsyslog.com/linuxarmv7hl 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 &@YH8d'HIhj{hW:[lK &D|LW &x6&x&&&6&8&`HWh&`6t6X7x'l''h'p'''\7% p S?J#,)nA큀A큤A큤AAA큠A큤A큤A]ň]ň]ň]ň]ň]ň]ň]ň ]ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']ň']Ň]ň]ň]ň']ň]ň]ň]ň]ň]ň]ň]ň]ň]ň,Z)t{Z;Z)t{]Ň]Ň]ň87d59616920a8b918d54966df2fe841ad8a3fb58b12e96d4fe33f72bf3e38d470985bdae3099233bc73ebf97f77c030df329394640412ae47a28fbffa65176d0545889e27e3b1e8f316833e4e7ed2f9c4f7c9698899a478d02298bd8655f5728a78144be048b3b7af645236430bd70cbf666dd14bf2155ef9542525f5a3d1e6cdfff4ca08b0a425d7a738ddfa0065e56e35a29ef1d3417cbb6f8785159105ed5dd73efca3be80e02f4a706101c76587ad28ab87014194d5c43645dbbd09f43ecd97064356d8d1bd2af87862846beff24b0efaa8fb425cb7c632622ac3b019bda3b60eee9c825fed35c85ec16cff28180c083244a571e5d33502b3571b62e4c03303354f5587a53550f855cbf8c502f1f59e66a1befb64599c7f9ec2892c772415247f2845aa5abb56ccc78d4e8cce9547ca52a68c8de85abd1515a16492f642b4530e3dd9e4db543cf63df37c0d046ecc5e0ff7631150aacde9dfaff1014c1275bf02d4accfc46730638bbdfff42c1e0b3cfcd5a01d3358860ed75433b28131fd85c2942d613eea6f0356c64101ae7750a2c3eb9d9dbb5a73ea13dd9edfdfff5a5de3918566cccb080aba5cdbf70aa0ea826b5836e0b5af4ea19632d5a365c6d4e6073ed5568e569751283f765675a1fdeb1b10dc1a56591761a758a0b86f83dc03a2bfc8fcc95a3165dc5946a3a9ff90cd2294e348b4bc0c0549c4414b79b377c97e81ce4d1dac77933b52d04110698fecd4d5e259a3b2d2a5443d5158ba25b787f40adccb6841bc4fec3acd6924adb7ef8fc071f9af170b7e25d0a3f2f085bbc440e280c62bb1b39b0ceae5c05a00607caf74a4b0a5db87bfb857bbf3cf369554d9e0f810737c3eccb4fbe468c4140f236ed2e776dcbd706db9712349c3b3b3a410e1cd8a3088d75a2ebb9b7864d2e502bffe7fed8bee918a0990f2980d901c9b496133938014cd41dedbc79a74c8dae38d034c465a76acc814b4a524561419fc32fea0c9eacc90b4b5c1b76e15663d13838539479b39618f828d1b7b246e726f41d28482fefaebe53151e8a53db8e19d5263a2b9eed423007e05a47bd4e1810e96dfdbb84327402cd7b1c0f640de5952bd0c0c40458fa3256fa3f452700c6c79a28fae7c095933f65b8a0e431a4e96b7d93493d38a7905233618d4421480d72d7b3d8acde7e65f92c3eabb81a75a9178ac6a89683349f8669adcb800e7b243299643815139af9b942d6e41a9fe95222086b3429d5c88852d7e1d15e01d69bd433e6a2efcd2de06260128d59879ca7185be33983ad6ce2a6833f38b732394cc8199c2bb17b2238b4f7e172b8ccd3ba2a20787310dec98d7631e13c01aaa9bfe56e836f4965fda2a5d69a360f4b85e2aa5ee09bb16dbb54e5cb5b8cfc0f3d8a4bdbac8041b08dc67b917c5bc8eb05cc79a915a2c7cb729fe9f1a15f3d3e607a4e2e35a9d1accbf061bae06dfb523f6dab5385a523f66f718fe5a4cfe8309d5e09fa9302efce6bfbba11f500cdaf03db890cbcae28a880b3790f91477af8f8d0fb2f159474cd72224995a52b5a91ca937b1a5b38bf04e711b5e058c37f1631b9e6211234feabfc2c4740171d442ba8be86e4ce1798c9971242fdc60ff399a19f5d65e4cb5347c520cc1021db3086f4bf02ffb1cf55505109895784c289577742ac7162e75c8d9a3876ec2ed2185d4278bef01a46b7b2f1650bbd6e849fc221cf4f704d2f47d08e838c3c6a161cf395ba728078e7ad034d5eaa8eb9aad6ff576e6327ea08a39819644188a194463a01cf0c6388a50b3c3edaa7b81b6fb77743ec8d8243bbc6face1b9b907fe0b642e5cb0675d5b901c9f8d85a48edf2fcd2fb1ac6b20001af264ecf3fbb1bfc4db4af85fdbfe53edfc6b95898f85f36b5c92486150d378420311ddf2491b8b04e7faf76fec6276fc453df10e518f15966f8ea373f2a49071c9692edc7441d001105bb8405225bb1462df81054fee47454b909369bb7ec6681d35c4a293319d981a055943a9745e147415cdf3dd57eb860e3ba0bf699d860811470903372e76dbc7cc9d769ab85557a3d2a960e0e7e99ad002b4a6054ca2f8a40e334ef9f9b22e2efbf28fe8b9ce1d840eb002f0db275b889b2c562795e8db2c070a79142bc2751ed9887949f3cad9f835e1b10bc4946363d79dd734cb2fcdd358636eae91211f988a2b1f2a7a8e94c9da4d2a5870cc8e69ebc3b81df05e9e4aa9b21b90d828fa3b6997943d61adbfe9ea4bd7b351331354f37c6fa04d4395df5ddc6918996867bd8b113501738f1e8bb7e81adbcb7fb0b3dd769d45496d13321e42631a84025f0b3b6951bd91d917b60d35e6765a3d4950c1d353b5d56e2f9e538e557e3324ae4e68c66a21fabf4ab57b0bb1911ed3dee1e04cb72eace6a13056e6bb65da7fc9379ec720dbd562e31d0d8d593a62e389cf7f3d3f6927460cc9c636e8d2c8ee0ca563750c1111b1fad64fda7ab722432b0502621054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f0838743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed3628c65fe5658b831ce48c98fd88e9c4fbb4513550f6711d334f9223f59b93bde333c440f9d707e8f4c99d62a138cdb7d73c2e23924d349f4ecd036b12c0ee13/usr/sbin/rsyslogdservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrsyslog-8.33.1-lp150.2.19.1.src.rpmconfig(rsyslog)rsyslogrsyslog(armv7hl-32)syslogsysvinit(syslog)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     /bin/bash/bin/sh/bin/sh/bin/sh/bin/shconfig(rsyslog)coreutilsdiffutilsfillupgrepld-linux-armhf.so.3ld-linux-armhf.so.3(GLIBC_2.4)libc.so.6libc.so.6(GLIBC_2.12)libc.so.6(GLIBC_2.14)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.17)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.8)libc.so.6(GLIBC_2.9)libcrypto.so.1.1libcrypto.so.1.1(OPENSSL_1_1_0)libcurl.so.4libdl.so.2libdl.so.2(GLIBC_2.4)libestr.so.0libfastjson.so.4libgcc_s.so.1libgcc_s.so.1(GCC_3.5)liblogging-rfc3195.so.0liblogging-stdlog.so.0liblognorm.so.5libpthread.so.0libpthread.so.0(GLIBC_2.12)libpthread.so.0(GLIBC_2.4)librt.so.1librt.so.1(GLIBC_2.4)libsystemd.so.0libsystemd.so.0(LIBSYSTEMD_209)libuuid.so.1libuuid.so.1(UUID_1.0)libz.so.1rpmlib(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-guardtimearmbuild22 1573226562  !"#$%&'()*+,-./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.confrsyslogdrsyslogim3195.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.sorsyslog.servicercrsyslogrsyslog-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//usr/lib/rsyslog//usr/lib/systemd/system//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_Updatedrpmxz5armv7hl-suse-linux  !"#$%&'()*+,-./0123455ASCII textdirectoryemptyELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=f09682cf443723bb2ad6740f842ec2fe2ca1e899, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=0e455160f3138144005b855ad1615418f2c67eb3, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=4bab4af5e56be7c8a5fc2c104366a581ebe7afd0, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=4ff8cf8e80e3041b1073ddba194c09ccce94a008, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=d4ba0c66039afbc3514a530dbae1be1c13a0ec53, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=42d07e67539f579cea7796f0e710f2dd5da33232, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=15124e1102d8ff62a6de1b554905063664a1def7, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=8a0ab7b874842476780a3c31a66a6d1f162df424, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=7cd972b3550f44a9812aae5171f3bcc5235982b0, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=ca293f36c992042b70326ffe366b9406fc015d0c, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=59a9fff4216074621f0bf3b27a6b67666da4c198, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=ea13b45aea135eceb544d9b0c4f55074a1b23bef, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=e4ad132a4f9297d83d6da9eac1fbc17fb621f8da, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=2eb144d6b514c7c9008cc807e62402b441dc643a, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=27033eb4888763eb5403a6738a060b3e22303d1b, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=ed612b28e66820e6f9ec565a9ea8f4e74f60531a, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=57a012872c8c62b9fce9e7ff12f97d1cc73a5220, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=13201c78d408366ca9e9fbe1522b219e2d665658, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=bbd3f9763d0d80e31ce3d6bbd56e36e5f7bee112, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=5a3fe956273c51319dff5453519364ae4e2679c7, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=68c9563c1b91cde6d0add0de81a9f2654f777525, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=b6fd7d8b925769fdc151c83570309f0dd2883379, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=488f6ac41bb0e25b95fe3d3756ac659723d96ae9, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=92daddd892a20d29ca4b584079ea0c503d85ee6f, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=8385eb359d590732242e48c817ab9d628a9d9a8a, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=5032cf9858209fb7209bda3d3c1fc636f50edd0a, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=dbcd358532c88fb02b44a5b1bd487af212a06051, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=e8d746580c33ae0a4d813cb1ab46fc13679581eb, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=93214a06fd4f4ccf3f63cbecbadeddb58cb68d1a, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=09059f4cd7fcef818c22005d34e1e17a15cccb9f, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=bb6a6b42283be5c595d71da5a623ba34de6fa84f, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=22069a74fc3a90ffe013530cfa6f1f5ad81026cd, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=8959e58ac597d14f26650dd45331d99d987f35d2, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=bdd82a2af6e1f784734c54107c130301bf926ada, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=fef8f45fb606af57f5a0f60692eadda4326f6fa7, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=244bf858b37b538bcebb97ac71376ff7102a3cbd, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=9b9fbbf2fb4d3b969bffcffe25fc217d755586e7, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=5023b0aa476d679bc186292df4cc7c8d56e29753, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=05704c514b44513b8e123b46c3c43cc56d17968c, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=af4ab581f199dd929a43d64b93cd2131686b8481, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=e43ff65105547d314c7359e82f22bab2495855a8, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=f37883c7c5e0a76306550726f73e02159c393cda, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=f51c28506b01cbdc0afb4d91392165b319f4c41b, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=ebf447b2ade0b5cfcb112db5be970371f131bf80, strippedBourne-Again shell script, ASCII text executableELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, BuildID[sha1]=a64a2acc8abd067500d5f890beb9a476e37603a6, for GNU/Linux 3.2.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) #)/6<DKQW_ekqw}   R RRRRR R R RRRR R R R&RRRR%RR R R RRRRR R R RRRR R R RRRR R R RRRR R R RRRRR R R RRRR R R RR RRRR R R RRRRR R R RRRR R R RRRR R R RRRRRR R R RRRR R R RRRR R R RRRR R R RRRR R R RRRR R R RRRR R R RRRR R R RRRR R R RRRR R R RRRRRRRR R R RRRR R R RRRRRR R R RRRR R R RRRR R R RRRR R R&R RRR%RR R R RRRR R R RRRR R R RRRR R R RRRR R R RRRR R R RRRR R R RRRR R R RRRR R R RRRR R R RRRR R R RRRRRR R R RRRR R R RRRR R R RRRR R RR$RR(R RR&RRRRR!R"RR)R RR#RRR%R'RRR R a2|+;B&49utf-8b2bfa21cfcea91e193ff062a2d23a2db321238cf2802c3b94a889faee4466bb2?@7zXZ !t/oU]"k%{b.kg]Yzo?$G5ۭF^n'vv3 9k/xfԥBES#) *TX>[|o. THُ(\k9Z{&ڎ5j:bcUE{o>kr|1@E9_TvV=hKn΅o}" J8w:.K=\tkfʛ EKjE?Q%l[\lP}ǫ:.;1}Lg{j#H}/Dղ"Ϫ48Ф R}:z PA8~lv!xvw O}abt'W]b&ޯu~:[<橵Dz;~&}Trj.͓M8Ɋ:B)#9¸77iI1rG; ړ%)˗ c4r!G ͖HdY%;Ix߳2:`E|L(mC>X:tzb)BzOnYX]Ldy3'*h=ĺHh-rkF&V|6A;gsشL)n)t Ah00Hhw5.=lUSF";zR{&!mb~3=oH)&Ǘw]|.rr9X庐!|:p ;=?zTs3Eqۨ^i0M5/+mҴ͔W]F5neݜjd% V pI5:*@'I9| crQS#n%T~)݂7;E7Ľy @ Z,ҝꞳ +*T{y:5Y`٤E`'ښ.SA8^5u<~7Fd{m#kd0Aݤw]o=}?ΌQاro)i#t> kE>Lq}-/KLB0C}0̙#(`BP7 EDE$Q!nj ^Tysbm:%MEӲ*q<\$l&#j!PwY.l5 Nf7UM=[E,֏zSe[0,w{d#pCVsTIAl:b¥1W:k>:{j4h ]b@ ~zk|,DYN VqW3-n 0YF7!xKU)\hO'޽X%u.Qqi VvM.vb!^FWۼ cwsʅj-\ɉS:)F`9U,3?9]ӓM5CMq@jy10dAc~Bu\1˕M1n0Sx{@g9 ;*J|SZwfRB=,Ǡ~$swX陸d?V9d;^=36[PO{30v[aB] TdJhL&lM k.??۾B0hn˶?N_EżXLZ}oιW|*1E PnVKuCנS;( ty0{5T\7S\|5Y HuM͝zV u,֘m̐zD; ]h$,̟8ݶ<ʇv9@CIv ڋ>LmΞ%o9.#(ҡ&Jp8*M{b>'אJT:1 ƗgR_u˵F-eep,sGi{a7SElƞ_0rHJ1,b(rɫ{gro9Ϣf>N鱳+ hEʣĚ4tkC{3(UL7;UK,%ܣJRr! X V#Jno7: $1#c ,UUl; \5m>^S*\j2kDc{$0):pw6:Fkܥ^ Jh P64%ѡ' ,2MIPmM `:h"f&Oh#wR]/k*wq  ݄0l)%&YjE[֐0H;g0Nuz8ٮ=b/fsLedY+AUcD}D<ȋv-K-g/kgLSg-sOK=?"=YW)!{j}[Hh]C5~Kڴzc(O\xyV|gY歶^=eߎ.8FgFYz @& ٣4jJQCwhju$iNZI>hReɫԍ"Y;-|G6_`&h~ GDL Vr)7^Ȋĭ@A>Z %q4,wUVzSuE}b$VI6A;hO2Fȁڢ=e7$4EqJr%}vބ^<:|']N$d[Il)T{;)ı3*fر *7[DFk9CZdv-f tNy*yf}MV_bKE[/JX?BA3)%WH fHpO7w3T͈ 吪s$9W.1IEg=o0tyKھ9~E\|0Vn23BM%S'j{. \Vö7Ojq:кjݙQѷ}ҋ QāTJQ"d9Ά O D} d*w@) H*d,%=uá\ `h b0 t ( *ϵ*tp'AaJ\W0zfoaCOI]bvթ?' oGD7J;/Ru?QR՚SFfNFdHiR޺Vq;v_ 9zm/R%vM uB̒-r'w)l*c[\1^ټSh|CH'ATtsVP)-Ee"?P$j8PND.Sֻ. '?Nl"ozxF+ӝmw*T#`TAҚpAL=Wc x8Y|&|}6`5SykB2#q`76 H C2{UݔЃP}ͭ;Eˬ3l6|?|a;&A9ڏmնARk~ZWVL'J,8N,7ob}!aXn M2Zdۼf%i}B:-h~՚X(B>c\⼄2pС<(˹?}RJ… % cIwDCh{o$Э(6 9 ͼ۰>Qs3'٦&d30[Trec3'H55+Qr_W 58`cz3ӛ2YGzZxoݢY]Ime'ǎ764r@8Bh%"5 gN 0p1E2\䛰7&AwkbE&2*˩x)lя02ι˥UdЀ2Qҡqh*l(/Vy,e@@€zkH՛i_^Rn `j~m yj M|9T[NxޟkNVw ny- -٣&q#eO6,:0;B/9-G9g4yX$hbӗW]E*'p̃1&AE?>dԒ7ޡećfqBAnIdݯtO@J/Ex0&Y,yy}*ki݊╽:rXl4Nzim:{rl\Y QgZ<@([HZ[ FHcQ K`]r_8D\qQ,6|ܹvbׅap/&Xzg^T3(܂e  u2D^*e2gJdtc1uZ{wV{&EsH=oR7&2H釙3:DyG?PHJe[f\XG *vQ'P`,a٧ C93L6)0D._C8>m:_V(%mh r?^&ō¼=8NojU_[ Ӎ2I>'7&\pL{h%_ˌ.sfGEZ'0YmaY>Gq_d׋AJgAI0xd8)R'+P.`l2u &|Pv}!i}uc$)O| ˸"،b C:nry7׾u+4  M>|5V-D2n1n1h18HK p^fm= %1 A}gpxNaMݧm!>pȢ=jO"g?{OL5OH@6r_G]!]:oCc('Xn9[|<հpR7S|9q_-=ϤCZJԎ`mt؀r\F&# (%>!2D}9eveُ`,agqZ&bLӠĜN 9Fuͮ>@ҫ\l8`Zi) ݞW3lc7m_'n4-*Hө H![ZcW ht&$V>`?XzGX;8=# R:h2Ru|0# U`)qpnf-!MFnj1ǂ0 @Ӧ]O[o퓢otc9= `51/Դqf.܂oDF}揆-`BQvjGSMyjbAt rIe EI S#4; hm-&?Rg{Q[>7|J_V6 F?F3\.Agמp뗽:f{e{G8 "Hp8]Y\Rzi4Z*|5R ;@kӶ)Hi ˫ M絓t0.NFI-ȽmCݠ5ޘVjU}v6qm,XgS#u[Dlk!h3Jc,B,iN-obQ|65긒djXzwŏ|9:չKוbe;&;o'@o3%$iqM3P 1MHM =Uj8Ov{==_=PSaU:$B_+JL,bG{J,,=FzeYTB[RD`|8ItH'p-^Yoɪ۪qO5#kVu"Ɖg"ϐ t44p"$֓?FB.~ABpQ2JX`xTwKul߂[:$$ީQ{#7?be8ֻʛQۓ+{*|ʖt :v O_"#.a,J>#7rwV?MO[`W8]v\p/?%O2 2Q΢}Abء ɳ0ll*@e^u AkcvU8sea>\I/ >z'DmE1/ȳ2= }r7QԹ(TÏ ylFԮ4o,#…FKҼ3QZV.ܩB`=. >ӥfNG``ܟey P7XC=~h㒐Vuuh%wх?Ӏ\JY 򲉌.x^$ׁ*7 -ױڜSMO%|͗z%U:{Nu2,1Auja;h[<6jBkj1 wbP;左A * Wa< u)'H8A)3jQKCFS~n@>24&g,J:?0 (o 7 49D4:A뾕>àzZ\ 0(YJC Q6_Q% ]HߨӰsg!ᓭo"_w\a<+Vn0xuq ї0@QJ}YM-GNl ӣRO on< c)u½\!~% ާ'"sOI`M2`6 ܄Lr݁Fl׶Gs9HLV$eHd`OיƠ\J0^*[Ӭd}^5oE%Qř᙭N3PItl)x@'n QGSvFήzuYlg릻e^]_ /\[.)!h+l.ÔT.Į- X_:"VR܀m ;Af\u7 fCaaam>e2o!+ѯ''͐ATA&I+TЕe9bYr1Vb5JuWu^at RPqBxtR6gvY܍cm7FG R\xeWCby6'ؾ 9نNB 傭O$Tpʇ?#\y&dkb uW@ ~o1qgũ.lң-Zda풊yCpyb׎0rLs}٤]ik|0oCR>7uip&zf; jOM>7lj P58,7p J8PaNH"ܒOLڇevg^x<ڎ=^Qt _a:;lÞ%L*GYS!:n2U'mIkdIok@`c*inlYZ.6SPOϖ+_+?L:Q.Zf G: pq,d[ʲT'+m1Ϭ2JLy>w%Arq#Q'7-e7U4)٪BMr[oN%#R&>Ƨ."Suu]Y];fxgdNC(kćgW{bV?%x륣D:1oodzrޡD H1/ ly)Ql{\YbԔ3Y[O|bDdGV,mC=qi4X^ޯr%bqco&*~yn Fv\&eu<#eU7G\_j~Oױ1WT AAyi1W5%E>6 ] YS"!>^%qrOilAW 9OII0 RV@١|O"_=g5/3XoxAE\bR?)RL 5&><6H  GȈ]P.yp,,1PڒC͠I@4F9 xktfM~C R5 4*7Il)'(9D걮&WL=Tq*y$/Q1~{D 0F +kW {R zlO 80GSuGP.@"㓑t@IuR.wBwdaIs &<z _vD!'x^2m4),:^ftl kBP `g `%=3*itd^KE)~<(FjcيYzU.섷2dڝQ<b'qF)in=XN_0U'笻մ^DK7pA|?a-װu۩al`$, #_O)AKTp (xS] $[b`#ż˯C1Kk/ʵkC lQL;bc#yM7S>9xebN8Y8Z@}@,bMSQ~IzЏ5H;k ~qr#'{$>p2|q7t6ThrHMs$~ /3݅!/,05\?w,A&5Aia*Vi[{E_d[@&>9*]L6| &';$}"6npշRҍ %YeKgs{֕;t,0hJIRx9lO'swOA"16Uܮ[ޜz<@W*ާI>Dfo$ \ڬw9npÔo3dϰ&+%nSbOWG)R1 ko_h4~X1ϤI>jXo}K{,9dXQl1[?z>Ǐ[ԆCik "͋;!Q ^uEjtQSoi @~aS#(t𾨀 k mB̗ȫ"Sm}/U}T8vPbczƈe(npX̄dTy$Dr$ilCNSPj?[|v} :?TȜPˡOt|c +*#ۍ%yn]QҾjZg:2at=(88@ =mMSy0ع>ˏSq[NH+L eOJe6x)fcwm];H61eqyn8v1,_:gz8Wlݔa.nyoBjZӤA (Q( BG;DH7a@)mZtdEށYq]/(;#] grMÜN\#taHZ*oIz,xv kkgTN~B?:ejPB*VGϹI"$ȸlUq)$LVwvm:AcO7^^Fm=7.u@ɦTED)GԨ`]mJ Y}NH0p_ڟK/a401tK ~L5Ret#>+B=Xe o*vcQ\}⒇Q #O±!ilSd~$9N$s L ]%BeF P:PIkJb9WA6 gMoRU~;3lD W_?hvJH(#1Å++ƔphQ M6TNM2\F,zfwh@C!_;~ש{NF:w4u$Exw5UA$ ;ǜS](rE%ay&'͇fJ[|l^]ohYBZ{Ԩa0!O!fHn;ؔ Q!tϖCeJX<\j ?35@|3gw| e( E\tgr:&)\ іN />DJ[}e.pk kX\7,*'4R⇙HS9oCRU<||9E%{]Km!~5ڐk&0@•+Q;";6sIoGS0YUkMߐkc 4Ģ= :"fT kI{;<_G q%̢>C&4-џӞ 9Ѷ[z/^nhTXMz?mEs V +VTSpwl Kʋz%{fdF ߽>oOi+S fJzhN ToAC*(ƪ1z5/; 1% ?|W&F9 jaY%T3<#3|~9\ 8ڂ}KfBAy "tG"ɨV ^XpSĉ)Kɨl>c7<')\, o@s>] #!Sݗjp%鬻@P{}}t+<0f,heIF/Gt.DJ/s_Ls}t|~|3eս|GI'N޺}0KZI O _`H\,;ĭe7'H[{0^*h1U,WxT_CzK[t5>?rt_ULDejTk6RjG2Fr#sVм;Fc%:>l%qߴQ+(A|A +vpTK_..Z?&`QŞ=54Mn<{,]{;Ivhz%"֔Bp&0DAXx!Ar(*q-ZQ;v"ï !Ql?aXy>ѕz1r5oP-z{ZCP~EiGx+hY6Kfk1OK}fs0V9ESR3[ TmZnP/ r#YֹO @RE6voM>DLcp1^)Sal FWW~|–UKǝCA3Qj?ҋN=?UgF]{cb0J<ߋ#7:?R֬ů%)`d@FI m=A*HM.ȾD O`@NMQ*m_5EZ^~ i]k=<ܛWh- <"ټFgkpa`;b0UeEN' 't3 >c S?9r3_> Jߓ;Al=_K Cw̦=yCZHDMd{ֶh )$3XM~=n/z ~'1B;˫>/>ڒQ6 ~y^QVفoeN[q +^czX?J8Ͽɂ<#ŃYOl}sًH-n8TWDu~,%$3+{Ҵ -y5]8oSih,+Ve֚G;jբ#sX%ީ0{׊{;Hmn^MS (ɛoO*zR`ئD0A|lFqQg{b( Ċf3>҇YvcR7Maj^G9a)֖ I28=3C&ǿ$On^>*cUw4 }d A ҧ[1MjsFEǷo &ݘW(h%yi 3{͋W#58."5>9 ۧQZUr}8Z3 b'`nߪg+vYpjИsݒGhy?ZkgQeN~3~zB Nf"ۡ> ;`": V 9Q]`yE^ar vh'B21_{˚kTlHkD8(] `UV<"_TDER1] ,Sh` | X=r4TεNP$Bs$j+p`M B^AОg:)qJ7`fB ?Ԧr'2"V5sS3od!Lτh*7F%$!S#M]5RAÞB|8}uh̝L5k("HF^[tQJ>m)mbpVA.I2%LQ.(yt߉hSCgIq,m^A.ajR*4v1 .FvWoxg/:>ήz ea4!L(^B`hl@:hgʮg}-Zt9Cg:rJ2`΋b,{NJQgy2߁U3.RiI_.K[כMHqSM̃M8$ʯdӓyW*b >7xZgvܬ:mc*1:d3+Vqk.݅Kdfq@WGJ T,Ǎ㠨q󂴧M*?kiL?Wg*X2OD$ڄ*L{%|5azM[imIn(HhZ~O@xT2k#{AmS?{uRF~ݷdbp,@) Aݚ ˩rQ#j[qjun7/_KJc]Ob/)diցbBy/ÃGEVudgkUj!v;^d3"\ m5c~&9Yk ɶ YZ