rsyslog-8.2406.0-150600.12.6.2<>,fp9|[㬥1).GE~jrdSbbMQ {q=2A{H_3=>hY10wΉ}z 'F2׵t%H#1J\ݏ^zw< + euJhTPn+DՑT`ѫ_̩:H_$p/p=F̳ $`z]-tט|c mԀZ(kk]r^Ղ.@ ˊ+n٭\q >T_`?_Pd  ! I  9Zz 3sNN tN N  HN 0N 1@N2xN3N55N67(2724Q:DdQ=0->05?0=@0EB0MF0fG0|NH1NI2NX3<Y3PZ3[3\3N]4N^8b:gc;d;e;f;l;u;Nv<8wX|NxYNyZz^|^^^^^^^^^__ _LCrsyslog8.2406.0150600.12.6.2The 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.fs390zp3a*7SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND GPL-3.0-or-laterhttps://www.suse.com/System/Daemonshttp://www.rsyslog.com/linuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in rsyslog.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi# # 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 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in rsyslog.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi # 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 || : #restart daemon at the end of the transaction /usr/bin/systemctl set-property "rsyslog.service" Markers=+needs-restart ||:# # 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/ldconfigr((((8\PKh;Kp}jpQ7''X8H0888 '8P87Jx(`879*:**:**; 8p?J#-]A큀A큤A큤AAAA큠A큤A큤Affffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffccccccfff8b82c9c9b334a676cd5080ae23997b7add3d772a3e39ecc800b556d3d1cb61ca7bb35ec47a2f1e8b23e2e9959a14b794b87fa526d0d18d30f70ffd677236e04e6c7d3b56498e2e4360315c541e9e132c85d0930784d5723f28a2457d6580fc6628f2eb36353e3f330797afdcc3611ba3d163b195eae7eb2ffb2f0e1523e4fe8940826c6b687d9aadd72a5353f1531e2ff3586df8f3ef345c5b2f124806b42745c4c875396276951b491e799e9cdb5a090b2ca82a754967c7f310888373e51c4004b236f195c0d178e05b5465ec099d8d9d284379cad584a17ea3a36443cfbdbab8d019a586a13c06dfd5118d108d993d0b127f6be98ed8a10e0d17e8818100c6993ff580e284201c3ef5147842d34523112016089532ccb8c96098989a66e4b50ad66f7ba48338316b257047055c9b39a2e7e7b0f065abf66b0f8667fb460fe61316b919a2dc09f9a222a71b4deea3f3f30351f7280f46ce5aeb9dd4dbcfac5592dddc1fd7671abb33d9fc72630b176091651a7ddc6ffdc79b591a6c1bceba752e5ceb993482e8286cc58fb64030a917405b4003ae3bbfb336b35600ca687f7f911a547fe21e78e42927c424612dc0bcee5e5969d02a0fe71ce0a838b6b4e114ae348fb57cfefa0c33773eb8582a29eb60f657d26c07e8b8f5c68b40f5100a8ce97d0ebc10f4a25c9906e6a24b4f2fb40842218b93423459ceecc907565494a40776e36163066533c8193955e338f171d88cd1b465b5136706202573b79f52c70cfe9c49a4c9c1ba39ca1101a9f7d8f262804b3e23aeded5b33bee6ddaf8f2d04bfb8abce2af85f233648ace7c4c45e1bb2e1e8e91a114872ef660494ac67182dcccc53ee7be344a8f9dbae6e0b88f146e05198d403fe4fdadb60d52418eb9b781f27d15ac0491379d197f8afa4241e10508704b18bd8036975533d036308b2fd6bcfcd170b71f880a7587113127a7a18b7553cd5d9b9fc565d398dcd0311eda29fb531863ad28391091b951b215dbba7528f716aab4e794d5a91d49bc27d681dd0dcf7dd1538370a173922e34b6685fcbd5ed00ddb0b1f7009f8878107ab84c6717a20092c11f564ce20a6229e72ef4991c9292149b6d3989594885a94eeb44b5ad2445791238e9ca65a6ec0cfa3d2a117b5170f249e778908f00950acf515e47981be122717e6ace88dc24e180516ed8e0e11b0b453d4014b6382e49f7f0fde2b2c0d88dfb28e4987ecd86b75eca8ca45072c9e7576373ece0fd0a02009405b63faae6e5bd6e3d4bbe9962242a3a55c71bccd9306e10a1ef9288c884565ce1d33674ea65c7c3dacc41245c51c07014074bc87e952f47a18a47d53d7928c17dc6c169a7454472b6e25a6ababd7634f66060b1b3fd8edf436653d815455671681ce0b83bd40e0a8d4d47ee4a33456620a63ae751114258ff34ebeb08fa01f929492cc31a11188c14566e376f2140ab1483ade89ec8f518ce68fca1f1b9eadffb9bb30b09c9b737e8addbbf0ab863797ef7f339706a6a679e90c1de7684edce8e56e58a9107ac9384dd9030db81be27b4cc1e970205085b3da98682cfb87a96ad30c3b0c0ce2473282dd7fe050bb698ab9529f7fbcf26b0dae804ba683c0aa6c0559b17292f04907b545171ff342e2995df779328e973923b7be7562e66ba0f501a70d3c14769065bacac1e4adb05a958b073de7126f41d5c7fbecadbddc09ccad9416ec1cef2058f70680525c2b908097e140f395b40dab04ed861f6b70712197185e56b641ca731839c2cbeee2b02f1e997317d2f96a9b6f99f01d444fb7efae0b4874f77275fbccfb659224710e0e13f2af9b25ba566600b4f3153b672070bfdbd943d7cca6bab9b33c04a47f062183bcd3c05126a4a9ab5f76359ee1a977f0c83001e4b73625509fcc24636cac1012ee272806794ea75867aedced75af8137d84b00d57ae344a126b442e4c789212d6769b76993c489a1229ca4a168ec1a85a1503455320dc68d770db802590da70da373770106315c39ce3efb559647c5334067ac51243bc1f32c06609d5fa35ab0d5f393d95b05e267a03962fce7b054e34c8cca776e935a85cb20df6e2400b56d2b768da0e0a3ebbcbf61fb99abd5e5d45236a6031526470145375c85f59db9374bab2b8a5ee923262ccd3d79bd1dccc378a4cf5deb170f12f2eb6f0506fc0bc31fa37a7cb2715c17a0f05d6f417d53b62ee7dd8bfeb79554b2f2bc9a2a4b40c7ed4e6819c7431dcf553a21724b9e0319976e08840977cc5860cdd6b485a07ae0bd24502d4b441ee1c98c7405c5d27a8897991242fd8401a31c51e7b34f88c1d01a9b6b98321ac13d1416c42eed5a93edf6a225712ba16d1b191c2bdc3b6494f08f70b3a23b3d5f071df2df2b23bf4ce734cb2fcdd358636eae91211f988a2b1f2a7a8e94c9da4d2a5870cc8e69ebc3b24843305c0485a3b1dd1d300bfeea4de911edeb20709419708c4a9bb1102a43efa04d4395df5ddc6918996867bd8b113501738f1e8bb7e81adbcb7fb0b3dd769d45496d13321e42631a84025f0b3b6951bd91d917b60d35e6765a3d4950c1d35188e9f483e5b8152c6e7a8af5fc2249ee34c0c8832a5cb76b9289d54f846420572eace6a13056e6bb65da7fc9379ec720dbd562e31d0d8d593a62e389cf7f3d3f6927460cc9c636e8d2c8ee0ca563750c1111b1fad64fda7ab722432b0502621054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f0838743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed95285fa0cd0bfa21234a31d292a118d3da451dec15f41b63bd17d8fe20b26bb14339fab7e4b5e05d189c0418c7e2fd76041d76c88dacd25c789e76f077a764be/usr/sbin/rsyslogdservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrsyslog-8.2406.0-150600.12.6.2.src.rpmconfig(rsyslog)rsyslogrsyslog(s390-64)syslogsysvinit(syslog)@  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(rsyslog)coreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.12)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.2.3)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.32)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libcurl.so.4()(64bit)libestr.so.0()(64bit)libfastjson.so.4()(64bit)liblogging-rfc3195.so.0()(64bit)liblognorm.so.5()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.29)(64bit)librdkafka1libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_246)(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-service8.2406.0-150600.12.6.23.0.4-14.6.0-14.0-15.2-12.0otherproviders(syslog)4.14.3fLfͿeoeye#@d@d8cEc@bb@bu b a@`Ȗ@`~@`8`+_j__/@_]@_@_JC@_ ^@^;^]9\~d\o@[H[[[[P}@[3|@[2*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@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.commichael@stroeder.commichael@stroeder.comthomas.blume@suse.commichael@stroeder.commichael@stroeder.comlnussel@suse.dethomas.blume@suse.comthomas.blume@suse.commichael@stroeder.commichael@stroeder.comkukuk@suse.comrjschwei@suse.comrtyler@brokenco.dethomas.blume@suse.commatthias.gerstner@suse.comdimstar@opensuse.orgThomas.Blume@suse.comegotthold@suse.comThomas.Blume@suse.comkukuk@suse.demichael@stroeder.comThomas.Blume@suse.comastieger@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.comledest@gmail.com- restart daemon after update at the end of the transaction (bsc#1230984)- Upgrade to rsyslog 8.2406.0 -patches replaced by upgrade (see details in upgrade logs below) 0001-Avoid-crash-on-restart-in-imrelp-SIGTTIN-handler.patch * 2023-11-29: Revert "Update omlibdbi.c" * 2023-11-21: imkmsg: add params "readMode" and "expectedBootCompleteSeconds" * 2023-11-10: testbench: fix "typo" in test case * 2023-11-08: omazureeventhubs: Corrected handling of transport closed failures * 2023-10-31: imkmsg: add module param parseKernelTimestamp * 2023-11-03: imfile: remove state file on file delete fix * 2023-10-30: imklog bugfix: keepKernelTimestamp=off config param did not work * 2023-10-30: Netstreamdriver: deallocate certificate related resources * 2023-10-20: TLS subsystem: add remote hostname to error reporting * 2023-10-21: Fix forking issue do to close_range call * 2023-10-23: replace debian sample systemd service file by readme * 2023-10-20: testbench: bump zookeeper version to match current offering * 2023-10-20: Update rsyslog.service sample unit to the latest version used in Debian Trixie * 2023-10-20: Only keep a single rsyslog.service for Debian * 2023-10-20: Remove no longer used --with-systemdsystemunitdir configure switch * 2023-10-18: use logind instead of utmp for wall messages with systemd * 2023-10-11: Typo fixes * 2023-10-11: Drop CAP_IPC_LOCK capability * 2023-10-04: Add CAP_NET_RAW capability due to the omudpspoof module * 2023-10-03: Add new global config option "libcapng.enable" * 2023-10-02: tcp net subsystem: handle data race gracefully * 2023-08-31: Avoid crash on restart in imrelp SIGTTIN handler - replaces 0001-Avoid-crash-on-restart-in-imrelp-SIGTTIN-handler.patch * 2023-09-26: fix startup issue on modern systemd systems * 2023-09-14: Fix misspeling in message. * 2023-09-13: tcpflood bugfix: plain tcp send error not properly reported * 2023-09-12: omprog bugfix: Add CAP_DAC_OVERRIDE to the bounding set * 2023-08-02: testbench: cleanup and improve some more imfile tests * 2023-08-02: lookup tables: fix static analyzer issue * 2023-08-02: lookup tables bugfix: reload on HUP did not work when backgrounded * 2023-07-28: CI: fix and cleaup github workflow * 2023-03-07: imjournal: Support input module * 2023-07-28: testbench: make test more reliable * 2023-07-28: tcpflood: add -A option to NOT abort when sending fails * 2023-07-28: tcpflood: fix today's programming error * 2023-07-28: openssl: Replaced depreceated method SSLv23_method with TLS_method * 2023-07-27: testbench improvement: define state file directories for imfile tests * 2023-07-28: testbench: cleanup a test and some nitfixes to it * 2023-07-27: tcpflood bugfix: TCP sending was not implemented properly * 2023-07-26: testbench: make waiting for HUP processing more reliable * 2023-07-25: build system: make rsyslogd execute when --disable-inet is configured * 2023-07-25: CI: update zookeper download to newer version * 2023-07-10: ossl driver: Using newer INIT API for OpenSSL 1.1+ Versions * 2023-07-11: ossl: Fix CRL File Expire from 1 day to 100 years. * 2023-07-06: PR5175: Add TLS CRL Support for GnuTLS driver and OpenSSL 1.0.2+ * 2022-05-13: omazureeventhubs: Initial implementation of new output module * 2023-07-03: TLS CRL Support Issue 5081 * 2023-06-29: action.resumeintervalmax: the parameter was not respected * 2023-06-28: IMHIREDIS::FIXED:: Restore compatiblity with hiredis < v1.0.0 * 2023-05-15: Add the 'batchsize' parameter to imhiredis * 2023-06-28: Clear undefined behavior in libgcry.c (GH #5167) * 2023-06-22: Do not try to drop capabilities when we don't have any * 2023-06-22: testbench: use newer zookeeper version in tests * 2023-06-22: build system: more precise error message on too-old lib * 2023-05-17: Fix quoting for omprog, improg, mmexternal- suppress installation errors when systemd is not running (bsc#1218799)- restart daemon after modules packages have been updated (bsc#1217292)- fix rsyslog crash in imrelp (bsc#1210286) * add: 0001-Avoid-crash-on-restart-in-imrelp-SIGTTIN-handler.patch-patches replaced by upgrade (see details in upgrade logs below) 0001-fixing-the-deleteStateOnFileDelete-option.patch 0001-imfile-Remove-inotify-watch-descriptor-on-inode-chan.patch 0001-queue-Add-NULL-check-in-qDeqLinkedList.patch 0001-testbench-add-test-for-legacy-permittedPeer-statemen.patch 0002-imtcp-bugfix-legacy-config-directives-did-no-longer-.patch CVE-2022-24903.patch - Upgrade to rsyslog 8.2306.0 (jsc#PED-4883) * 2023-06-09: mmnormalize bugfix: if msg cannot be parsed, parser chain is stopped * 2023-06-08: Add new global config option "libcapng.default" * 2023-06-08: imjournal: Add FileCreateMode module parameter * 2023-04-17: core bugfix: potential segfault on busy systems * 2023-05-11: GNUTls Driver: Fix memory leaks in gtlsInitCred * 2023-05-24: CI: update base ubuntu image for github actions * 2023-05-16: OMHIREDIS::ADDED:: New support for 'stream' mode * 2023-05-17: OMHIREDIS::ADDED:: new tests for existing functionalities * 2023-04-25: OMHIREDIS::FIXED:: Correctly suspend module in case of failure * 2023-05-17: OMHIREDIS::FIXED:: Synchronously try to authenticate * 2023-04-25: IMHIREDIS::ADDED:: New support for 'stream' mode * 2023-04-25: REDIS::ADDED:: Implement tests for imhiredis module * 2023-04-12: IMHIREDIS::CLEAN:: various improvements and fixes [#]## CHANGED - [IMHIREDIS] factorize code for different modes - [IMHIREDIS] Clean and improve logging lines - [IMHIREDIS] Poll extinction state less frequently for main thread (less aggresive) - [IMHIREDIS] Set 'key' action parameter to REQUIRED - [IMHIREDIS] Use known message length instead of calculating it when enqueuing message [#]## ADDED - [IMHIREDIS] Missing redis replies' types in enumeration [#]## FIXED - [IMHIREDIS] Correctly initialize instance object, especially for redisNodesList - [IMHIREDIS] Correctly print input mode's value in logs when set incorrectly * 2023-05-17: tests: mmexternal-SegFault-empty-jroot-vg.sh: fix typo * 2023-03-21: modify testbench test to detect wrong imptcp truncation * 2023-03-21: imptcp bugfix: spam log on oversize message * 2023-03-23: core/bugfix: using $uuid msg prop can deadlock rsyslog on shutdown * 2023-03-13: Remove halted LGTM badges on README * 2023-02-16: Do not preserve capabilities when changing credentials * 2023-01-23: CI/QA: do compile test both with NDEBUG set/unset * 2023-01-23: Fixed wrong type conversion in cstrLen() for debug mode as well * 2023-01-18: core/template: implement negative position.to * 2023-01-18: CI: fix github CodeQL settings * 2023-01-17: Remove CAP_DAC_OVERRIDE if privileges dropped * 2023-01-17: Adjust the capability set * 2023-01-13: substring function: enhancement and hardening * 2023-01-11: omfile: add action parameters "rotation.*" * 2023-01-11: CI: use newer version of zookeeper * 2023-01-09: ffaup fix : memory corruption with concurrent workers * 2023-01-02: openssl: fix undefined reference to CRYPTO_set_id_callback * 2022-12-30: testbench: add test for invalid json template generation * 2022-12-30: core bugfix: template system may generate invalid json * 2022-12-28: Fixed wrong type conversion in cstrLen() * 2022-12-08: Add CodeQL workflow for GitHub code scanning - Upgrade to rsyslog 8.2212.0 * 2022-12-05: testbench: make python http server based tests more reliable * 2022-12-05: omprog bugfix: invalid status handling at called program startup * 2022-11-29: testbench bugfix: wrong message injection object of instance 1 * 2022-11-21: rsyslog.conf man page bugfix: description of selectors * 2022-11-18: imtcp bugfix: legacy config directives did no longer work - replaces 0002-imtcp-bugfix-legacy-config-directives-did-no-longer-.patch * 2022-11-16: ksi bugfix: sending of too many signing requests fixed. * 2022-11-14: bugfix: prevent potential segfault when switchung to queue emergency mode * 2022-11-02: imjournal: add second fallback to _COMM * 2022-10-25: core bugfix: local hostname invalid if no global() config object given * 2022-10-25: testbench bugfix: fixed timing issue that sometimes lead to test failure - Upgrade to rsyslog 8.2208.0 * 2022-08-09: ksi bugfix: request cache size and send timeout issue fixed. * 2022-08-09: imjournal bugfix: segmentation fault in close journal * 2022-08-09: net subsystem: support sha256 for StreamDriverAuthMode="x509/fingerprint" * 2022-08-05: imfile bugfix: message loss/duplication when monitored file is rotated * 2022-08-05: ksi bugfix: optimize processing of signer queue to fix delays. * 2022-08-04: ksi bugfix: possible crash fixed when several log files are opened. * 2022-08-04: openssl: add support to split tls commands by semicolon * 2022-08-04: openssl subsystem bugfix: build issue on Solaris * 2022-08-04: openssl: add more details to error messages * 2022-08-04: omclickhouse: capture additional exceptions * 2022-08-04: mmanon bugfix: Simplified and fixed IPv4 digit detection. * 2022-07-21: imptcp: slight tuning * 2022-07-20: template procesing/json: performance optimization * 2022-07-19: core bugfix: memory leak when free action worker data table * 2022-07-13: omfile: support for zstd compression * 2022-07-07: stream cleanup: move error message to debug log, only * 2022-07-04: mmdblookup bugfix: Don't crash Rsyslog on mmdb file errors * 2022-06-28: build error fix: libbson requires out-of-date language constructs * 2022-06-27: OpenSSL: fix depreacted API issues for OpenSSL 3.x - Upgrade to rsyslog 8.2206.0 * 2022-05-25: omelastisearch: allow omitting _type field * 2022-05-18: tcpsrv/imtcp: slight performance improvements * 2022-05-12: imptcp bugfix: worker thread starvation on extreme traffic * 2022-05-11: omelasticsearch: several support option for ElasticSearch 8 - config params searchIndex and documentType can be empty - support for Data Stream API - new config param esVersion.major * 2022-05-09: tcp receiver bugfix: delay/potential hang on some error conditions * 2022-05-05: net bugfix: potential buffer overrun - replaces CVE-2022-24903.patch Advisory: https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8#advisory-comment-72243 * 2022-05-05: imptcp: set OS worker thread name * 2022-04-26: mmanon bugfix: shortened IPv6 form not always anonymized * 2022-04-22: mmdblookup fix: wrong copy of buffer * 2022-04-22: mmdblookup: several enhancements - support arrays in MMDB entry - support escaped quotes '"' in MMDB entry - support '<' characters in MMDB entry, when in a field - support '}' characters in MMDB entry, when in a field - Upgrade to rsyslog 8.2204.0 * 2022-04-18: gnutls bugfix: possibility of infinite loop * 2022-04-17: core/bugfix: errorfile could grow over max configures size * 2022-04-17: omkafka bugfix: potential misadressing * 2022-04-06: added new "FullJSONFmt" standard template (with addtl fields) * 2022-04-04: imfile: potential processing delay * 2022-04-04: bugfix: cosmetic data races * 2022-04-01: add property options to support ISO week/year number * 2022-04-01: core bugfix: "action suspended" message was emitted even when turned off * 2022-03-31: testbench: add more tests for rscript comparison operations * 2022-03-31: core bugfix: make internal logs emitted during HUP procesing appear quicker * 2022-03-20: refactor: Move the parser directive to the main config * 2022-03-16: refactor: ake the main message queue part of the config * regression bugfix: rsyslog may segfault during startup * regression fix: script string comparison did not work correctly - Upgrade to rsyslog 8.2202.0 * 2022-02-11: Make action counter part of the config * 2022-02-09: imfile: Remove inotify watch descriptor on inode change detected - replaces 0001-imfile-Remove-inotify-watch-descriptor-on-inode-chan.patch * 2022-02-03: omelasticsearch: Fix indexSuccess impstats counter in bulkmode * 2022-01-28: rscript: literal numbers were not compared correctly * 2022-01-17: ompgsql: PGsslInUse not supported on old distros * 2021-12-31: ompgsql: allow connection params via connection string * 2022-01-17: CI: remove fedora 33 based testing * 2022-01-14: Terminate all tcpsrv threads properly * 2022-01-04: Move timezone specific variables to rsconf * 2022-01-13: Fixes #4395 by correctly checking for EPIPE. * 2022-01-12: Move rsyslog global parameters to rsconf_t struct * 2022-01-12: cleanup: remove unused variable * 2022-01-07: CI: cleanup journal test environment * 2022-01-06: CI: remove unnecessary dependency * 2022-01-05: Update omlibdbi.c * 2022-01-05: omhttp: Fix memory leak in lokirest batchmode * 2021-12-15: Clarify meaning of loadConf and RunConf - Upgrade to rsyslog 8.2112.0 * 2021-12-14: refactor:Deallocate outchannel resources in rsconf destructor * 2021-12-14: refactor: use runConf instead of loadConf in ratelimiting during runtime * 2021-11-22: new contribtion: URL parser module function using libfa * 2021-11-18: mmanon: relax IPv6 detection - improve anonymization * 2021-11-10: ruleset bugfix: ruleset queue was incorrectly named * 2021-11-10: omsnmp: update module to current IP best practices * 2021-10-27: ommysql: fix threading bug * 2021-10-25: testbench: false positive when impstats was not built * 2021-10-25: imtcp: add support for permittedPeers setting at input() level * 2021-10-25: testbench: add test for legacy permittedPeer statement - replaces 0001-testbench-add-test-for-legacy-permittedPeer-statemen.patch - Upgrade to rsyslog 8.2110.0: * 2021-10-13: PrivDropToUser: fix abortOnIDResolutionFail handling #2 * 2021-10-12: PrivDropToUser: fix abortOnIDResolutionFail handling * 2021-09-17: rscript fix: ruleset called async when ruleset had queue.type="direct" * 2021-10-07: tcpsrv: fix compilation without exceptions * 2021-09-29: build issue: handle undefined MAXPATHLEN, PATH_MAX * 2021-10-06: Fix typo in error message. * 2021-09-21: mmkubernetes bugfix: no connection retry to kubernetes APP * 2021-09-13: use correct api for es 6 and later * 2021-09-20: openssl: Correct gnutlsPriorityString (custom ciphers) behaviour * 2021-09-20: ksi bugfix: locking bug fixed in rsksiCtxOpenFile * 2021-09-13: Fix ElasticSearch Test broken by ES incompatibility * 2020-11-21: imhttp updates - query parameter ingestion & basic auth support * 2021-09-08: openssl: extended output information on connection failure * 2021-09-02: queue: Add NULL check in qDeqLinkedList - replaces 0001-queue-Add-NULL-check-in-qDeqLinkedList.patch * 2021-09-06: core bugfix: use of property $wday terminates string * 2021-09-02: gnutls: Propagate PrioritizeSAN when accepting a new connection * 2021-08-24: ratelimit: fix rate limiting for already parsed messages * 2021-08-23: config: implement script-equavalent for $PrivDrop* statements - Upgrade to rsyslog 8.2108.0: * 2021-08-16: openssl tls: Improved error message output on tls failures. * 2021-07-01: imfile add `ignoreolderthanoption` * 2021-08-10: imklog: fix invalid memory adressing, could cause abort * 2021-08-09: omelasticsearch: fix incorrect mutex error handling regression * 2021-08-09: imfile bugfix: hash char invalidly added in readmode != 0 * 2021-08-08: imudp: add socket type (IPv4 vs. 6) to input name * 2021-07-13: fixing the deleteStateOnFileDelete option - replaces 0001-fixing-the-deleteStateOnFileDelete-option.patch * 2021-07-07: CI: add test for imtcp not correctly starting up and a Solaris fix * 2021-08-05: omfwd: add capability for action-specific TLS certificate settings * 2021-07-01: imtcp: permit to use different certificate files per input/action * 2021-08-04: debug support: add indication of "being HUPed" to debug log * 2021-08-04: imptcp bugfix: keep alive interval was incorrectly set * 2021-07-22: Close file descriptor when freshStartTail is turned on * 2021-07-22: [omelasticsearch] Improve errorFile mutex handling * 2021-07-08: openssl network driver bugfix: small memory leak * 2021-07-07: tcpsrv bugfix: abort if no listener could be started * 2021-07-01: tcp subsystem: fix cosmetic memory leak on shutdown * 2021-07-01: fix typo in error message * 2021-06-30: OMMONGODB :: Fixes * 2021-06-29: mmkubernetes fix for apiserver error handling * 2021-06-21: omkafka updates * 2021-06-22: percentile module to track percentile metrics via impstats * 2021-06-17: CI: disable Travis CI for the time being * 2021-04-15: omhttp: Fix dynrestpath param in batch mode * 2021-06-14: add predefined template RSYSLOG_SyslogRFC5424Format * 2021-06-10: bugfix: _sender_stats reports integer counter as string- fix removal of imfile state files (bsc#1213212) * add 0001-fixing-the-deleteStateOnFileDelete-option.patch- fix parsing of legacy config syntax (bsc#1205275) * add: 0001-testbench-add-test-for-legacy-permittedPeer-statemen.patch 0002-imtcp-bugfix-legacy-config-directives-did-no-longer-.patch- remove $klogConsoleLogLevel setting from rsyslog.conf (bsc#1191833) * this legacy setting from pre-systemd times is obsolete and can block important systemd messages- fix segfault in qDeqLinkedList during shutdown (bsc#1199283) * add 0001-queue-Add-NULL-check-in-qDeqLinkedList.patch- Remove inotify watch descriptor in imfile on inode change detected (bsc#1198939) * add 0001-imfile-Remove-inotify-watch-descriptor-on-inode-chan.patch- (CVE-2022-24903) fix potential heap buffer overflow in modules for TCP syslog reception (bsc#1199061) * add CVE-2022-24903.patch- add service dependencies for remote logging (bsc#1194669) - update config example in remote.conf to match upstream documentation- fix config parameters in specfile (bsc#1194593)- Upgrade to rsyslog 8.2106.0: * NOTE: the prime new feature is support for TLS and non-TLS connections via imtcp in parallel. Furthermore, most TLS parameters can now be overriden at the input() level. The notable exceptions are certificate files, something that is due to be implemented as next step. * 2021-06-14: new global option "parser.supportCompressionExtension" This permits to turn off rsyslog's single-message compression extension when it interferes with non-syslog message processing (the parser subsystem expects syslog messages, not generic text) closes https://github.com/rsyslog/rsyslog/issues/4598 * 2021-05-12: imtcp: add more override config params to input() It is now possible to override all module parameters at the input() level. Module parameters serve as defaults. Existing configs need no modification. * 2021-05-06: imtcp: add stream driver parameter to input() configuration This permits to have different inputs use different stream drivers and stream driver parameters. closes https://github.com/rsyslog/rsyslog/issues/3727 * 2021-04-29: imtcp: permit to run multiple inputs in parallel Previously, a single server was used to run all imtcp inputs. This had a couple of drawsbacks. First and foremost, we could not use different stream drivers in the varios inputs. This patch now provides a baseline to do that, but does still not implement the capability (in this sense it is a staging patch). Secondly, we now ensure that each input has at least one exclusive thread for processing, untangling the performance of multiple inputs from each other. see also: https://github.com/rsyslog/rsyslog/issues/3727 * 2021-04-27: tcpsrv bugfix: potential sluggishnes and hang on shutdown tcpsrv is used by multiple other modules (imtcp, imdiag, imgssapi, and, in theory, also others - even ones we do not know about). However, the internal synchornization did not properly take multiple tcpsrv users in consideration. As such, a single user could hang under some circumstances. This was caused by improperly awaking all users from a pthread condition wait. That in turn could lead to some sluggish behaviour and, in rare cases, a hang at shutdown. Note: it was highly unlikely to experience real problems with the officially provided modules. * 2021-04-22: refactoring of syslog/tcp driver parameter passing This has now been generalized to a parameter block, which makes it much cleaner and also easier to add new parameters in the future. * 2021-04-22: config script: add re_match_i() and re_extract_i() functions This provides case-insensitive regex functionality. closes https://github.com/rsyslog/rsyslog/issues/4429- Upgrade to rsyslog 8.2104.0: * rainerscript: call getgrnam_r repeatedly to get all group members (bsc#1178490) * new contributed module imhiredis * new built-in function get_property() to access property vars * mmdblookup: add support for mmdb DB reload on HUP * script bugfix: empty array in foreach() improperly handled * imjournal bugfixes (handle leak, empty file) * new contributed function module fmunflatten * test bugfix: some tests did not work with newer TLS library versions * some improvements to project CI- update remote.conf example file to new 'Address' and 'Port' notation (bsc#1182653)- HTTPS URLs used for source - Upgrade to rsyslog 8.2102.0: * omfwd: add stats counter for sent bytes * omfwd: add error reporting configuration option * action stats counter bugfix: failure count was not properly incremented * action stats counter bugfix: resume count was not incremented * omfwd bugfix: segfault or error if port not given * lookup table bugfix: data race on lookup table reload * testbench modernization * testbench: fix invalid sequence of kafka tests runs * testbench: fix kafkacat issues * testbench: fix year-dependendt clickhouse test- Upgrade to rsyslog 8.2012.0: * testbench bugfix: some tests did not work in make distcheck * immark: rewrite with many improvements * usability: re-phrase error message to help users better understand cause * add new system property $now-unixtimestamp * omfwd: add new rate limit option * omfwd bug: param "StreamDriver.PermitExpiredCerts" is not "off" by default- prepare usrmerge (boo#1029961)- fix location and naming of journald dropin (bsc#1178288)- remove legacy stuff from specfile * sysvinit is not supported anymore, so remove all tests related to systemv in the specfile- Upgrade to rsyslog 8.2010.0: * gnutls TLS subsystem bugfix: handshake error handling * core/msg bugfix: memory leak * core/msg bugfix: segfault in jsonPathFindNext() when not an object * openssl TLS subsystem: improvments of error and status messages * add 'exists()' script function to check if variable exists * core bugfix: do not create empty JSON objects on non-existent key access * gnutls subsysem bugfix: potential hang on session closure * core/network bugfix: obey net.enableDNS=off when querying local hostname * core bugfix: potential segfault on query of PROGRAMNAME property * imtcp bugfix: broken connection not necessariy detected * new module: imhttp - http input * mmdarwin bugfix: potential zero uuid when reusing existing one * imdocker bugfix: build issue on some platforms * omudpspoof bugfix: make compatbile with Solaris build * testbench fix: python 3 incompatibility * core bugfix: segfault if disk-queue file cannot be created * cosmetic: fix dummy module name in debug output * config bugfix: intended warning emitted as error- Upgrade to rsyslog 8.2008.0 Way too many changes since 8.39.0 to be listed here. - Added custom unit file rsyslog.service because systemd service file was removed from upstream project - Removed obsolete patches: * 0001-satisfy-gcc-flag-fno-common.patch * rsyslog-pgsql-pkg-config.patch * rsyslog-unit.patch- Use systemd_ordering instead of requiring to make rsyslog useable in containers.- Fix the URL for bug reporting, should not point to novell.com (bsc#1173433)- Add support for omkafka which is now in Factory, and 15.x repos- avoid build error with gcc flag -fno-common (bsc#1160414) * add 0001-satisfy-gcc-flag-fno-common.patch- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- Add rsyslog-pgsql-pkg-config.patch: use pkgconfig to find the right libraries/directories for postgresql. According to pgsql upstream, pg_config must only be used to buildpgsql modules.- 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- Upgrade to rsyslog 8.39.0 * imfile: improve truncation detection * imjournal: work around journald excessive reloading behavior * errmsg: remove no longer needed code * queue bugfix: invalid error message on queue startup * bugfix imrelp: regression with legacy configuration startup fail * bugfix imudp: stall of connection and/or potential segfault * bugfix gcry crypto driver: small memleak * fix potential misadressing in encryption subsystem * ksi subsystem changes * bugfix core: regex compile error messages could be incorrect * bugfix core: potential hang on rsyslog termination * bugfix imkafka: system hang when backgrounded * bugfix imfile: file change was not reliably detected * bugfix imrelp: do not fail build if librelp does not have relpSrvSetLstnAddr * bugfix queue subsystem: DA queue did ignore encryption settings * bugfix KSI: lmsig-ksils12 module skips signing the last block * bugfix fmhash: function hash64mod sometimes returned wrong result * bugfix core/debug: data written to random fd 2 under some debug settings- rsyslog configuration cleanup by filter rules in separate files (bug#1102720) * add parsing of additional filter rules in /etc/rsyslog.d/*.frule * add acpid.frule, firewall.frule, NetworkManager.frule- Enable ForwardToSyslog for journald to get syslog messages [bsc#1110456]- Update to rsyslog 8.38.0: * imfile: support for endmsg.regex * omhttp: new contribued module * imrelp: add support for seting address to bind to (#894) * ommysql: support mysql unix domain socket * omusrmsg: do not fall back to max username length of 8 * various bug fixes and minor updates to other modules and core * various fixes for memory leaks- remove references to obsolete SYSLOG_REQUIRES_NETWORK variable (bsc#1101642)- rsyslog 8.36.0: * Liblogging-stdlog deprecated * OpenSSL based TLS driver added in addition to GnuTLS * GnuTLS TLS driver: support intermediate certificates * imptcp: add ability to configure socket backlog * fmhash: new hash function module * updates and fixes to various modules * omfwd: add support for bind-to-address for UDP * mmkubernetes: new module - updates and fixes to various modules- 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-guardtimes390zp3a 1727338445  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNO8.2406.0-150600.12.6.28.2406.0-150600.12.6.28.2406.0-150600.12.6.2 8.38.0 rsyslog.confrsyslog.dNetworkManager.fruleacpid.frulefirewall.fruleremote.confrsyslogadditional-log-sockets.confrsyslogdjournald.conf.d30-rsyslog.confrsyslog.servicersyslogfmhash.sofmhttp.soim3195.soimfile.soimjournal.soimklog.soimkmsg.soimmark.soimpstats.soimptcp.soimtcp.soimudp.soimuxsock.solmnet.solmnetstrms.solmnsd_ptcp.solmregexp.solmtcpclt.solmtcpsrv.solmzlibw.sommanon.sommcount.sommexternal.sommfields.sommkubernetes.sommpstrucdata.sommrfc5424addhmac.sommrm1stspace.sommsequence.sommutf8fix.soomhttp.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//run//run/rsyslog//sbin//usr/lib/systemd//usr/lib/systemd/journald.conf.d//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.suse.de/SUSE:Maintenance:35836/SUSE_SLE-15-SP6_Update/04ef48eaf34ff02751381f97b4adff09-rsyslog.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linux  !"#$%&'()*+,-./012345677ASCII textdirectoryemptyELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9d8ea89e1044450e0a5988de41cd3128ad58d238, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=97f6396c03de305f0131bded47577544cbc1ae43, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fc91924cceb382a810333d3a6cd7ded71faf2dac, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1b126a79ca67cb11fc18a6ec3a7b69836f4d6d3b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b0afbfffbc2bcc7f6f63fb1f5e6d9399dad46bd4, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e8ae63d088f299f7efbad6a0de893bb72a295127, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=58797cf8a16107f027dc29a4a80564099c143681, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f7a6e98f0da5476cdf67ef6c9a78c9b763b0284b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=398edb32f693ce14eb2fc96df3b4be4cee4c6f2f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5f974138339056475f119874320a972199f0cd44, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=180979f281e1a17eae3fc935d22a5010232c4c8f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2c0e399fa54dfc27a55ee04037f48f651edfb0f3, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=85cedae1a17eef5628d2e9d9cf2aa1bdc572153e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=55ea8fe917de2ee3adfb781aee5d104b7db05757, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0ed9aa644c419d773cb545b506d6beade47ce602, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=29e81cb6fe1d5f8d3cbd187d1d3ebe2e053891a7, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b9bf241acbf23aebcdca4cd2e55549bfca6850a5, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=12324d235fee72e0cc4cd111aa91220ba318bcc6, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4b7dad4f8bbbf3254d487f24dec671de961b1791, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=af7662c86d823f4c9aa1f96e5515625f5ef8fd7a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=409d796007007f112795e2604589fdba4687b69a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=bd6794b54065bd5ef7018234e748755cdc7bb027, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e814fbe2a930dbc9268d83e0f526a685e38910ec, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=603cf5448d7dcd8a90acafa479ebbb8ad37dbc1b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b23bffefe7d1238e933a4516c46b78b18d406124, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=dda42043303b09cbe5bae2d4c795b910edd4fe43, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f7f4c8d146213105d4a8460e37329c85a4f06ac2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=68526f46bd81d4cac1be2ea18ed3fc54cb33b53f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9936f965b3fb4d3d513e84084105b8c6d95ac5ea, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=83bef8b310aaca927fe8a24064328e7259752e0e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c933cd72a4a0073ad26a1f2de8a332ef387bc0bf, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7aac38b8efeecffc9c80cd98e3c645921434a800, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7589bb348b6133e66da3f511d0ad5311d67c4ab2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cbe04e1c5e19de69a8818211be1c371cee44f6d9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3bf951df24db8b04c98fae3b24ff5f342936efca, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e99d98e932bbacfdd6ca7e0cbbfe132be06ae76e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=dc06eb4da93bf8d5e667c9d04ccbec2e341d023d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=004cbe3f17963f99a144b373b703b19992c6aa5d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c476576fff70a94e55f1d8a6825f4a7b55a90f51, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f400d6bdf8be974499287741c335f1f78b15608f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=61189c0f8bed6c996871e7d335babc5d1237775c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=87f9831f4120781e743bf96817df1c0ed79d9c5c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=76c56eb2f350fef66bb5411ee227d3e03b987864, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=05ab68d6886efdda3a03081ef725dce21b3fbf6f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=01193da9c14799a8187562186310980e6525e123, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=13b006b98b90304be3e101bb68d2a57fcc22f284, strippedBourne-Again shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8fcbc901d66eb7780e21b2ac60cb17ec3d2f8005, 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)  %),/7<CHNQVZ]dhmpsv~ RRR RRRR RRR"R RRRRRRRRR!R RRRRRRRR)R(R'R RRRRR RRRR RRR RRR RRRRRRRR RRRRR RR RRRRR RRRRR RRRRRR RRR RRRRR RRRR RRR RRRRRRR RRR,R RRRRR RRR RRR RRR RRRRRR#R!R RRRR RRRRR RRR RRR RRR RRRR R(RRR'R RRR RRRRRR RRR RRR RRRRR RRR RRR RRR RRR RRRR RRR#R!R RRR RRR RRR RR%R+R(RR RRRRRRRRRRRRR,R$R R!R'R*R X%y6ª/usr/bin/systemctl --marked reload-or-restart ||:/bin/shsystemdsystemdsystemd-sysvcompatutf-854c8d1545df2275741ea97d2ead6fb7c68a259577b14f9c0a76ba24ccb271ea5?7zXZ !t/]"k%:.kgWE ljTHœsi1t0 4yecFX~SLJ覸.FăntySVk*ՓS5JL܈yA6KZe$dVF$gw6'@,WIo$VQqL'=\4ObesJAZ l4TO@Cg~h<\E1 zBfq_$ACe92;DE~|8Vk4d kfmL ^/OP) t׹{pUoTѕokKTq1M BcZϑsA\DEvBԂ. v Z  J2 j:aw&X ISg},-5\ &`OwI(ga+8xԍ_;7D9v0(ϰ2t}?oLh:eVa:r .Pp7AyJ7.9?f%*rZG'r,JJok604%I3l<_|iYzӒ}w'dLu x~&;'HaFo:u鼶,.t0 Cc[0^,E/^|nK3aԺ̇!̾4eX4T>o@¯fW7tX* Pp4 Aٽd`: `!F$z;z0VDaگMc ėB%̀Sܱףn2XY.iܯyt=)19qBI,cp=cVva_q/R&i2^Rn T S%*ÅQi! ^*ך\@sh?v,PWÊW{Ys}HR}}}`eHT"~%'bpz$*RHZO?)@q WD'Bʆ$Dˋ;N"2S`g̖@A*MhMu~m~/g. ׺juPk3?U>ٓUti-uc'xL+:>Vt3ZDH}=M,H GڇcCua4gunw]zцE3]7癢 M(NFE_%'Ẻ8Tʚ(sV> qTR0 pjaN<;7)i@λsotPYֹo1DkfǝgG$H]``Oq8;(6DL11P`ġ˶R5:Pq(OwV" uq*9&H#߁Y3SkYMe},R" C UBImj7@r[Rch=``Ԧ)H*% 0_jJm6*lJ73& ~=BNVۅ^ pzʿx)#OZ" J4^ iz [z.ްji5rt`wsyug,OSqsә4f?tGW-H:I^չ҇IBHFn ΁HkWl^ {ڳWZx@( =o_7eHί}51 }VbV57cq~i:Qwм]6f3n"ɿIkG>}WYM\@qPqNɓ埑_fKߴJ]i:/_r5㷱v˿XHTW+r+xJ i{@)\:37TВp8h|8H"`[9#An,C,4.4K 3eu/ɉto+>%.iRڎF?1 H>l}~~7>*3lnFYܝJ(!WνZJO_|<aivz^z7ͭ% xm V $-#|D@1 r!X0dahtw*LLӞun9`?0r*MA~SVȊl|=Jjc =3;&oY+|V0tG, j/=xb~ٿp/+1Z _k첋' {3IBSnŢHc/P&s{la1GJGSBO[okW/*2*?C>u<(E[Q 3zMyP })wa ȻzCL7S`Ș┝ًCۯ|+Zjz:"I>a ݟ2ƀ_\Jы(RZ6U0N=#0`N@|+Wy>C8QvoH"-xe{~7禲#>k59C_DZuᷰ.&* !i.8CTM{yUff" [UL&"@dWgفv'?ūw.J[Hp,SXqm%ᡐoBc;&8G֭OARFj>X1em=-?_f|RJΆ^Q>OAGX ,Ic\31CYA<;(\+#(BWZD+O J%b+ Ve!-"*!ZMiUz3j QAð?$/yQʓJ, !iP ixoa}>47[@i>_ҺQV:ڝ4lʓ I"O5 954/\k8w% &_t4FItbj*ñ1~,5zm ZaTӈӠܚ%<4Erf1x;|-cȢ/ND0D#W5 6M}ĐCK~ O-\:=`م];j1W*H;%Mrjzuc_AhV42/jԆ5<+ XBdj"n \=) ml|nYI/geot泆c칊ys2qD_^n'סmJmժ Cvv*ûojٷ1`V XIG+8 n>7b'R3nFСTh]&/lq3a_Ia(P'fxa0.r\N_UJP+$t;I58\wk;7&VgK|Bv KPFI0Aq硌${|*F*[~> m. br^O&wRzX)SCQxm/em +Ў|_/HrO+|*H|syG<= "k,7=WbP/F`yAmڑ'4#roMFaɽH.9L_aIp6sef ‡;Psi82Z$%\JbĘc0O uO]'D׳f)4tB ۮ|Q1]9Vp`<̂dpOBsVq} t@G7ߍG-7L$vEJ=dDvgNĐEƆy5SΡ_p[3GOM߲ʱ!`٠n=&"g[ݒ^@G!m3·zYo 2D\ǃr8x@ qMB#BV7#T <6@y@5K22fa=q.qS ԫƖ]#gO$RPD|]΀"4{Y@|sN?[Vx,h=\h; BkU"~L~b6: IӮr_./2eHz#[rv+Is# x"MVd(U2j%vek—ݿٗ9 8߆z۫a"G&XqMܝA[hw43`mh(6mS& fW 7ݤXγ[^wZJ)3x.Ly3p2%T(p*} =~jhIm@.r!z^Lox,rs#̗ Rd7f1}4ڿJ] h#c98#ѐ×]}cV FHKf8;/X!"ֿKH)"b+M8Ш_gH91bNx/.8NO_El2ͯ*p֧yћR=ʡ\n>pH( `Y UDsOlXU}Tz;*æwűkf1?kDi#b D&]עʓݽU' xP~,q!NppK8@_T`IC.|0]+ - j}ZmRd> )I5R' 6V`˜ u*^ JJSB/KYq,N?~r,E.ګVLljeV?TrwEh(L7Dqo!4$Hk8JA*(,' 6D5>/)5ݧ=vD{ƻ`:cU Ͳyn2#.0)S>eڟe/kw-OJƮlhf|%sϘ"KPɸ?Ѓ]cjo'v5&Qr Vئ)m\E`@7s0ww-߱9&r~5qԗ\rFjp2F- '2m*-J(G{+EJ 6'ۡ+U-q.cITzLX-?^BB WuIDZY!N2b1$WۮHHe:rr%6[XZ`ߥw&ȌoDl4k3} wmb> #.IB7a^}KklqR=ڗG{'^n)ׅ#D /؀7Il4ɊTT6mo!oS*fg*.'lq}$}8"6\p/Fiu`Mnw=ڤm6_UxGD';7FZ!蔆寏@S X+yA!T~a]LoL:v7,y:>?\=|-Sl>%8H2f0<|XZ'+fV?. }d>E!8x gH;(hzT<{L ZJwv7! 񂼁o >CIL3Aܳ,,h;c:%yxA֡h\Mz{v{AaezTq=MF/0wG͞Ι@g%+Cugw ;-(BE'#"Ddlǔq\hA{KTO7J *gs:h7Z.9('XDM/Yպ!I~q裖ڂZȋl~+!ޙSB  Ic lX8$Y>b}6WIrLt/&`׳ m X- / S&X.$Iy6Oƌك f<~0o"tƈ+)  0Ā!}P<Ĺb(ޠzh ' ^p*(!SƛIT~O-҂|\N^8aq|ae,eA @AHtc+nfk@5,l8v pk\xLVvK US̆F<; ==Lh"p>bkRADf֊ p YZ9232?f#ftKu :8* ~%e|"u8Ƈ'@_+b%%x(a4̮ LON7Uu9 op~1QX5<{F(yŁP/iHqö874jߨˍͤKhb6g3!Tw/_*yF(GcvϜWHt!6KDTgQ>sCяʡ5->>ml`SWW)Y&J@O֟{ C a\ g x8&6QoU>G-,m̉=nLˌɃ纺itBZ嫲 HiD;b5[٥lצƃ&9}x>maae7 j~W{] A`>.BquHwXf_ Oy$Ui~c%`*L閂yÊ -U/9yU-XYBv*K?̠$yt}:[Wyjr@,o=fOʟFjlo_m}a#+Qa2j[Gr[~d:<vir񻥶=nvca;sV_bYK˲ˬ\>#ڛx@8/zUe sG@owP-nNh18ʮ!F*>a3%mOΕ&u(ЙPF#_\<.}i2nG2&@nv&*,<1`}*7m4Ge/V} ǷqvQJ\;mu:@Nf?Ètv衹 7^z?펀%PW=HZ{ =TP͙~0BG.:eCՈF(A>*59=>ٺl皻.{nbȇ 7nNPO[۶|Xýj0b1rg|C-Zm.. 782VJA_vbA{8k䑷\tGeRN>u.u ?Tkah|N:,ap[QMʑK~czY5&tRUt# Β߅J:] `$nLa3jC?̾ a#2a]y,cF7~LMI*!wEd2ph5E˽* ߕ>g>8NʀD]6ڱNw[8ylrUVt"wZ. pʷވ$gbb{ yrjIE#/BhjB |&omwX5#eq4H9j'p=pљ ͈|!?5#Pz2zi#L( ߴ%\_Z _uJ a)W-tɉ]\OĦpVW(I'ׄN/($?̩d ]ѫsPքým ਒̝SA@9{h: <2Q{D+9. 8E\qARI9?J#0@\%4+)PDƗģ}5 "r0A[W! ;c9-O'XdUeGq.c4wXǀCt7zJR#A=3:f QqR'*9ͺ͓1ˢx;k*̊|1)!Ru6 q$}8Hn` `!w FE:VX8HB-Jy{ 9x#pJQ:}µ|Yz $w_{vl>tA "o0 ċ9G0fPrs[4f{ɈIX0VA ?tm*Ai{-wr ir0>tHkJ<##_Chq݄kzLR}J36c|_Z4Q`W u[d(`l%S|N熁ͪA8c`K0^_-Vm K@aLjZ1P&?WCD/2z:iBN`1&XH&t%2=1ݐdA~_z%S୽Z15P˸kA?;fњX,oRRP[ z{w Y^WoPiqgVK1J(YWXN}@A| \1߱ kmJ|8Od~&ڨl8zۺTsI+}1X=2D"V֧ƿۺuKd[$B\aOOsۿS!#nFxܥSV{T x KS2,+.Mj\rG<1(.,' M:U=hɃ@MduNb{6 &$jA 1ane3c2mhr!"=Ҧp=1Wn)@J^7&_:99fY7U k3ANэN1aHڕ"RPcszDvKފ͈,N M$z8( ܁]GJ8 yvR\8€YVO_9a]0/d(~?; |@9y!ޛ^b;'۞X[kv?&bVOS8B5-Jr&)^GJF/ ָIDVqhC3|/?f8(HKIdt"9;h^e k@f]Y",zMO(V B^!ݭؓ>q{XE27txKWDjrYwVU]?&:ܥ:gWUd G7⦑"Ͼe5oCcW >.lfw78YΏj͖GY`(-9O~'+x'aS J&/2 ^m*bJ?XSrx6 ĨFJ,cԄl5\Wi6d4mUz\}7ږ(EvKTTE2@i2 l5\{MC-=IMtIvd;.n`4^ziCPL?IuATm.Wi˹Jd8"qaQMKd# 5=o3j;fjQ+jLؖfnv葒LJE0"?vy_\JG\Yl$ yݗ/`@KYioSeD2MFsP:$^=j˰P #El?NՐU@ȿ>of"{4$4 %#tv8" )oM/9wGOLOj">i]L-QBey+p =Gᐋ6f Β,<qt+ )B@b(ܒ{\P:5:І[V.Q\ U .G!dml£BNuk0Rpd 7"El\EAGB68atJm)n1%vȦ &zw]E|3k|dOU6qstN&=F<fg}O=c D[ "p1wKO@V CfYlXN5N r1!3Ba\EM6Yj{WxbWX2~f,O{:XQR[V=E!trS݌b:c¾nJbbXkXBTD+ryGm4F]i[jDnYh̷ХS*eP:@(&XKX٧V%oD@ӂ0-Eggۯ=/{Dd05wc߉ץkAۤhЄu&lo5`Y(tmE%aOԊGFa AYS )&>u[ή SH7Z?GUs$bZa#qWv`+}\%cۧq. +cc寧:lr auԙ6K1p)؉5f5a=$*Caڤ2ͪ˯;^?4\'jm]jD]hQ<*)c8c oT,EqSs`cѫxBD!rT OgyH6@~rךw~tT Buj+C7Z3fϑv &/ƨ$ҟUBYDJ+DYl4\TZ3ӳSC Q-J,Gm1VnUjw;/> f^] Fi5$%tD/gF`!T]=n)S`ǰMQθPV,t 0E Ҳb&x$5iۥJ+'q 6S(^F{}Cp>E%rcrNƌNw  uUYgM ;ki½((Ac#[5q$[nמe:eTTUNc"A俍DKo-v#_t$KG`h ID.fȅ <P2.5NħM탉y]Qʡ˧2Szoamhg'VC[dbP J;Ǐy'J)+Dr7X?/^ȲgH$^s^L,粱/NoIKsY-c$~P'C^ 0'\AGQkU1u_u9p9 b2hͳ(IbV{INynB;ϕZz#'bX_f@f$>R6b=qR%ba}}=o/"Pz>0mK~3}ǥ#S&0(}DL+DтRՑs ϧ60[1 In0+e7`Qd.ѓ}yx9kV/^ڌMDh TR:nҮ)j|^Œ,d9ȳ;}F櫯UWrY@aC-_zvH9Q9D!5nh9`jt Re*ňs M+YS&Z:T,ULBTft\87O _h(}L]qAV[,<c|0D7hD}Cj<4A|-q-uqXY;A]߂/}]iv- Jѧoˌ:-A4o`ڶ xJ3O޵0lQu+\`LʚI\WT$=y݃~FKB2UFiH&M< @)9AC2KuEٳ'=?˦,N9EJ:-d3YVvw0v&Y\3}$6SqQr؊ _Ap9H(ږB#1Zؑ2Ĉ4=(K0spgk +-?}0C1) jǜ&zDv!aV=%&/"d2AС[{9p彁kܢqԽ_Ss 1oez:I5ol`!v$_$h=u"rVO_n@8#FEӔ?}#رSȍ %*&m%OYjA/T"PİMӅEsKvaz!Wgo'P) } dZdR}6sY6.6>N' m׶ nYb9iUUTZgLP: )Eq‹c_.h_ž|\Np7#gmTA)`yv l& f;+!  !E1z?؊- ϒvWtDcwrHKʗtU )wUgyW6&:0fERVE7Xj|éYWvdNw+wu$呱$^cu@_RyCq-LinRHF pjaaVP|%o sXq9gI;H͵z6,8,Egx{B§^*74ݛVb&o3p!9[988Z@5 Md@m VӴXPF xڳb3QpYA* nRAIzF}X&EIvK`04  6IZne!M^sH3XHfu@fXE9oB24%0׷рaG jR]i'$b$d*ȘHt I /-$ц `̽̅U/ԭ$<)=w5LyosM=FC޳ͅ^(su`  SE͑hn\2`uΓU&%/@+}"wx[An+j5P4ػ|TOwbx+Fޘ=HSc0eq63RmP!7BP l̶GE4.w!p |M+2엧Z#8QI7HYUЎN2g(~tv#͇&8d8.6Մ' UlYKBI{;*|pÛ࠺ PF_&XULxwN;U)w?%WKBBL JgW# "IT0qiޚOu^gJ1Oj|ۅ={皰p?tʪ_c! #190X8Bbue?LVTwr[6jA%0;a"31z=WcOnQ|/cҲ(cgf$혂c|gwaP|e5A~AHr?ܚ:XMFVg w/9@31l4^dn4R3S)0 {B ғgQ{#A :3W]t\trRPV$ HN ^M"wPkⓞUd*$ef 3ivV ݁ΒjEl8VPޜx3߰i@Vz?PLTւq4AwNx^,O>@U ^wڠ7AZZUDpigs|K3̙T/SLսy׌@6O P_ \*K}=GB2vf =}\,wL4G-qJPocNwn2oi2'g(Ыd2#L\:$G\Xcq@X7=1/0c |i9:Qv&]أ4(7[#}H@%;%>|CЧ/l4V qQh΋ACR^@)(2Ṷ:~9i3(;};n@E7YK R:W+cHU]!5Ա.LyJ.=2|Բ}@Z٣]Oј-_nE@ |gl=BtProǮo]cSpn|ц 2^*,Wuaj Ҕo{Ҋ>χ|Ħ G漑H&J,dzv!#`6tqFabb l&oNKd j&*3](BV`S q^wjJ ;̄ͅw:̶@ RǸ(mNUɠM&5{p'V&~v[Cjo?v5YΨpp4OY$'(~6^rc{P˫Do ss0;=*uWڤ׵93uw2Y\l&뿴3譠a-%7UX馞IEdnb=2&|BS l˒%/0տy>8#|g9]&L;/Z[Fcz%.bS;{92tUϟɜ; Bjv$\DQyXB^z&\:<"9tTy`l(nzcy!pG}x:搒LF]{o,DL\Vn%K.>G:%! Vե[7:iNڕ 3[ 7>+ytmV2O#^d$ I!PYAIhEs-=2Dy 4)u,>w`1 Q܅H911mR{\s,)*s4KԺ;TZf=!Lijce>"=r 50"=GT039p6=wE adQc~Ӥ&Ӣ ^nG^5ްܑB42@I>D6MZ nL*'4g܉4mKR/┢1!z%vHH 6uG׺&FC>1CsJ򐊡 ·0X"ASZ&gF{y=<GPB>+3@&* V`| HJRSPz==v@Jd/_[ 5 B 4XqG#?3xS2bI S{V 0<$#h<ۼ@1T@ԍ ɹ$ vzAKH]kGoz:8Zw:YQA@y*UV^Ԃ^T[ `k YN3e q$|gvwnaKXބҊT#=ac4tu2>e3nfaR,ux<}K#!vƭ.oEpC&qlܒc<ݰQExH. ,5wl}SFQ2$86gzI#ـ/22pP+n$F-ڴc’j7& d=hQuFDRF衎ܼWl@A? ]+*Y$siE֥W Cyns^?tJ'ѶL) V:M)x0p3ڵ^I fQF=Ջ=zL]0 3אB%'*20> C ~y:^ 9.kʏA\J+gorZ5>Ѣ i{PLFz>)8'L=ev9A\.Rb 3@RFǥ,0.`;Ds5W>I\>_0 &(JF  Nl59yb^+k/ Xije(}3DybjO]2F1<+0oR`]T6 =ű{-#G8HKn=UKYB1Zy\n5D#lM';WU`Gyp:IhUld)2|qԗ y~ UUt+n >64<#:ӽj?ԿG8F 6?)wE~mK7GbM>>R^!+=+}''H/MLTcy '14:# 6rA?=1o:b  #8zD!e뒆;☘[SV)>K^Ӣw4_^QYѫzo{֤2g[ė&9N!yq"!W~ 5ρoaHmvtI;&j|sqTl J$9 sn8JNނcnL.ye$l锗M ~6T9K{Mu3jw~$=;.k J/7{[60C4 xYepwYuf '$]/2h<ʒZ{|+ͥ !3w0 Am02ny,+y@G 5;Jvh]z7xTF9Cϣ3.43HsQ"oPuFr/hn*NY䒞h/Yq6U)UiaU{kT<4RA;s&U8hi7) L>q&!2IF ) BOp3FږuВ]u$pߑ&vS3Sbba1!Op=K:I봜BsoC$Z"7I|p;ctug΅lm jGBC4>N/9y?hR ?|h ͋-1LU'BtZU(rzF]kBcVatR{-Kdcf/{+so붾$%.~7tSs^  т6ٗM7DdxRG<7[~Ԛc~_bW)U g"s I-rC|2W4's)(-yatb"B1dX_9 H^ ;xJ>S9^G">tHtw!FTjaFJJhR^/"([!aytOZaFΚo0r^ lP\J!xoj D|SȀ ĞcM=J=!t_ORye(&s!fvۯL`WńIm11L7ךmwa[DMzqR18dMw;z+g;xdOA)~l,h_ĘPCI<  /9ǯ5ŭh Q{wo&:F|8;Jٰ.װ8RC؎").Xn{ c΋ǢK0tHD\x:%췥+FhS; .͂o2r}Z|PDs{fAY2Vة50<Q z^f|]dkHbx*ޥ7-{ӐGCHPU:M Qȩr:/P0dBjnKJnSV"v#8S6}ܵLfPDC|Av|{ 80+rwkzHVLWxB3. A۔C1nPXBU KATWȉEP_#d  1 l-glʸ!Sa)SsF:sn)r w /]Yc?:kLqE1 pap@ך2g\!T۽f+p_ۅBJTE2] y#S-u!?Œx/[73_B ω܂ q%o~]!fW5oaL|ILg DymW5t~ E)/@c2fK}l5bBp 3 O{Jt EwIVX A&p|trxVa^iy]ҹ k;c0YFn3|ڃXS'J쐼L/*-4C+|LTZŗxvYobDZ$f4u!F>1BF88$NfwEݾV&Ajd3b[W$QRRm]\B$)opuQ:ܴL2WYzw]BU(myy+GigoOʫgr4vivK9RCYO%ouFs,E (D9(Zyq- j1DpR*ڻɬ/G\<yRh|q}P#a+nz_)ׄ'&ǥ{ ͰW9 O21J^s"6.5ŐIQi?qGۡFZ!J'fQJ5V;V档Idu U/6Fbw$88-&9'QZR(nFdѬeRud1&wte()OzF|D0~(`! _Q+8_l#nXz9S: tʾYڗn/C`JO.aZD_٨DJ_I wd~rLQa=QAka``NAI3F3[-ʑ+"%hKFXgҟI86jFCb3O-W=YY^Xr -'݇Ƽk'gų:sE$w('㞂!9sU՚eUI iy:w^](uq͐=CRx睅=}:M)Y&zY#`<l49'EvF .u I[Kn`J1?9z }Wpȼ᮸}$pI&毄jfik!6-*+5A̴ KΚ:3;'Av(+JS 8P j͎~¾;k0 Dϴ=׶WKw) 'پ!^ _`aa]E)e †3"( l8Qh`օ6ޅ %{+x H iA:H*}"h.~%j >ҊGLt($gNEFK2w! X.^.IIVն~;j*v^GW2H6X7:$Fx`IGMm *Db]B8ȸ!sL!f㠦;=[}7`NmUe%L跥xh3v̨IBDsԞUw (18QQm@ _.l}WtrRsU~r43RQuk{Ŋn"iqv-]O/XcNGt4*0;H|I̘,pw@.<(. $K ;P+*>7H| ǞĩJ1mC۵0xI+7tvA/ٱ ;mݸC8qG \imJR3m}'\+<5P Ҏ~궔{z],o-osCpsdߢVO3@>Vk>? ´IC ԦG+hͮ΃!5[a=bH,T+ "={)&wk< ,C^KKaeK4V wnxM"T_s ̿1§[Tc,P_|.D{VKô}-2eܲ suA3# p"v|ujj.'Vѽ:mgېE@q˖G[+NC~[V?,6?TAmнƅx(6X|wos{<,eE۵1USa·}%ѣC)V~Q6 IQ|NcMNӛx'DђT/# :H=qtwlp9vA|%bͅ?>D=|`AދHYcn"Kj\ 8V]5`f  +{c ^&f;A;f0[;y1m}4K݊É_@$W.@|؄K5odZšG' dM:#=%1v2Qj·+] r{"kBTc]Wc ѻ֊l:,ٴ/WԖyݤȾς\<5m*pg 6g5[7!bhL6ZY㖄˥#E}\A LW)p,pc>rr]RK""Qvykpgz٢hYтuPwe0̇qm֠נgvxMy"ʓ1nA? Xܫj7]Oo] /p4Jq?@,k{A h-]e< |xN # <(WMy h?m):Zط-,0γUܬre,uP۪n*/7nS| }}*?O[uwErܐ 0<|SkkWXjxQB 6۷*fASƧ[||!֍,Y)y_#\1_[$qdPWp4 2m?^\oDNjtl9U.i3o9:ťkDX nk {`^6;rh"|HYhn#Mn9 3Zy@3ȚyWXodw;83Uv11ՀK{~H%ƹdH'vaG  h-dC2>-̭B tmI7~59*Q̽F3Sprҡ)f=%j*(q3fj9|&[F֡cM[6 G)ElAJyʪɦ=B↘xsߝׁ?ՌFЛ_<am&צɹ @roH{PsK%l=wE̋3OY9˷+hXPg%Fe9+h|0}PbMɤpW3ǁT%*NWb!wʁ4[ɮ|5}dbX#siD~֦P ywx1x;i ~|Eī6("-f)g \t4hEKTC3W`jnB򴉝daz5h39\  #]8/ 9A ٢`aVjyVBA1HW]'K،)P0bz͑9jִڕ3xku'㱟{m?w]Oi*LkN@z #d34j)o7 /! N]+]S Uǽ7R,5 ZˀW973¦u-ȭ93􏽐Ob" wn9/?j#VBApq(^O&f RtkTYb mqDpkѤ=s2|=mn2Ϩvfy(V|^iʇ!^$qi6uiB0`0sX?J7f(̛jUct(ND~˦bii"?v,܈!QMX,İ VEo7&mFТn8d'5@h͟S_$gs# DugꍙQ=VH0ᲶmSvRh*X(>;"!Q&(x6 -=[:j1hcRRKBӏg[HR7B/DoNำιw{ΌvzV:h\4@w*^\IemK} L&T8Օ lV]ŷ _O0wImڰ{i&g)'Urhku{np/ĒUN{ |R#P#ӓ7lWIDu #1 ~ʩ(2*aLHgSKkN.g΍pƒ7/vJ2huUHUe'yIm?1"q1\:r~EdLr Tgze J~F~nW\_\~څP:A(rx%lpnuv<"gq#.#/+Qޖ:$f nx #t>CU+*x܉wd[^`oZܨU''ehWp*{Pk4BLGʜmύnx2OZy E7˷nҹFgl-\d(ߍ:^oP2k6M`;+n( YgA 蛙"؅3n,:㝌4E 5Dwc[ HUsd4/!2 +ڑ8^ѧ9Y &-Qm"19i)st(a;)\!ƶkή_ܷ%X&xH pҰA֘ѺջJSГ ]}/:D1~A^eFtk|=06N..!>ޝhÊڏWٙBK[?IDŠ򛫪0@L#ҥR8C_`dg0h4֙fi}մ<=vlu X['! | ޮG!YKeS9oȃ5N_fqi"4fVhԶcEWGi>ROhFCijţ [~jAVL^xX^7I =&iE2%ʊvMW اj*5I+WŤ.8D:Y|n]}d6VصİG|3_ZsmⓁD`?mjwHro$2mMW!hB1$^3iW"B7=uwYAB XU觫[^jaTex DM蔜\msWLDV38B<^``"?l#_@:д x5-U.0ym-*@}T=xT xV uo޵3C( e!ۏC_ۘ;i 0ލ5T/ ! I-D^rcy &WU%54YM%~?i0,.y.U*gX M(CF"ư@nv1e]4aiՠG>fڛγ=gaK)w.dy"$eҹL5kbGl-rH4i]nŐnQ'ĢgO,znQOycN oC{-0Yhpm_Z(AO{׉:>xnEn ̎F* ȵIghok~s‘o6.ÄAU1;K{`tD@-)GB^ً%.JхoͶi%#ͥjK'>;$-+r J!]ylN9idi3-J5RDȥ[M: [U˖6yU"_˜ :=%I.u[ϥ0זk4z,%⵹pfqKܬ:݀} /PE:t<$x+3x 蟓<D*je~(6E`"_FL:,ibA,_ 7mݖ)1ASq/s8Wh}^1_UhJ"d0P[WdtO83ȻVnl$k >UAaz؟'@r!5] (M4"v8%V7Ү Y@hof+XZ^<2:=;tC`<" J,>&N"R-)+wq5m4x=<;n IT_],iPTE$fz1/n!F~7ǏލKk U;_*M4Gy7B )qA&+;o&ؐ-'Bz,}i 6r}-hD}wkZ."\L%/H Z A &L&+J?d7T%}`+s%zǠ ub6f.1pbreaG_xx-͠T!C] v(Ӏֳж)Rh / DR GĆMT8sڐ9g*rԁ/L5hܾ*rFZWu,Њ.'O4ڝ#e"Kq36S W@ybł[Is'JLK,5"OF_WyaA6ĩtt/-<#3օ99nUK@\b$2t9Jk|#/"w~\DFbR6:Ჾ%Vյ9 "G/:,c26ZwUSeL|Ior;h4fPB=8`dn}He_r O#ڼ֙lϿW).q$/x8`65N'%X4^.;d<O.x;.;Mͣޚ1.{e 8pϟȗeCR;Zܧt e92IN+nry1e t|gξS瞂ap %!kb>78o`GZnNkQ{ DVL??Y<&J܀\C-&*"l 냁5vBeidӒK_sd^*՚w˲pF>7qITFV)Z]Ö;Ԫ skwf&aUޡ(D \z]6@ΥGR&˶Y$t{jGztdHz.>?Qiv>jHGrRz}IADshjTb1STq(|x!_h_lH'00AYHs`ԛR>˩4sH'*t'.C=^=;vLu'l됩 "eOlV(tg}C #f hOX^;`gnZz SRAOzN.hXzl>ڛ2 JklS`Qy{t۬|1ꔗ1auʷwS׵K$u/%HPW>ެȖC֗ K3 . ܫ8aG1B`}ϔ{B{uh`s4&?iRayzp1.ҁl5K;uy 2J*|7BNNEF/Uup ܭyrDx+;dqBRk#mqmS`C5U`O;X<Гad19k N:!IգuTN%트mM77Pu1҄O]eX}{8 bus_,6q =NS56A A霓>p@9U7+Oǭm†w'2"mŵr&Xű[:=j!wA_L⦒Y̡1\ߐQt '.xuP6IKŁ-э;VM &qY#XcLع*];^%jeNקe@hb0罹#Fb9"AqjcVYcyz& .nAIxQeTH:B}tdۦ| -iѴLQoVc}oX FdCX[y $#[cX9W4 '!^:AI@(Nį/!%X1M`+cX$oYطzVԞh&#cʮE@v5཈$-3(pՃ5lݖ#x$,?b 'Ϣ6 ZvAZ *V[W_$ _(\)rS9`4}F."qTm%>cO#-fdb'q?f\>;uUW@k[k "DA&@_̚\g_픸AzԿxM%PHLGrrc(ӑll5'.lG K":JdR+e#>pV1YFz)4x3: lsprn($x긃gx&v Q%ce?=wY B̐%,"*Ih(A>SQͰ[̀V!xD?p/LnB+Xv![*n)׿+n߃1*}QLCu?H%+x鞎^5`rԿ2ʮOLA\͛!(9t"ovW.hdڣ=-,d[COۓss-'Ȍ%<.ykk#Κzʜ.; AU-7?EOٮ@i;+#Z?˽DkQI _V06u"hSpB^5_:ͺ=j֋ px//ɕ ESur9 eRV94Ԩbsפ9geD9 zyva$oC=Tu&K:{ "a[u?t=uFT#g!"Q"w na/je{$ Q?;]F~6DW,6 G@/yyV$ԗ}/pP$^a8C6=*jҳvD-=:~bMfP6}[eL(bq G;O.јwQ׺qNȻ1u|/j [9/O݂ۚ;@+}8͋OxHy>Jz P N·2)R㊴qw35#us+ʖ#PhSccwqc>#t˜k,?XPa0G/ym9U[:" p\aCy454B;~RM -[4Im+^.9CS2m7K Y|~`.-9܏;FDSnU'z3M5. ywstqϰYaS%S!`{[hVΘΒ;jjEO` e]MO.qĞ : u~KʴZɂiڥF4\klo*s/ lb'=V=Tkb\G< ޝO\%^+WCG'Lc 魡[i"8gԦYJŐses}RZ|GTsrG{3FXM)EM7xJaþ(?¡@ZPEkl9$/v,.S/@?(-#撸Pfu\C~Kkݴ l6LQNg,V:NTH\[oεՈ!ם2:l).B`aqᶊx-k H)ƞbIƄW|~ JdRȱtHq pv1OOdɟ}q;:PFχ_1"(_ XbX^Y`s^>mOknD\7ù.=Kk{*݂, Xj+%\G 2R4[;]k#n2oa?R^ ]:іPwF,! كqIh'.5]&#abՑM5$,Pu\=uTʣ[%;6: Îʧَ f~l'_=p;ygZr_z&s(j f &c~{#ZLMT?=dDcC{7"s@|ݾLN ~=׸CXe&M&5lw[& oWsD]BTE ,\z&0  mLr_;!Ֆh$^q}W86ʲ,+Dbm,%WٶE?%`80[^ 'kֆF%sX0O}zQ+'VlP_Œۄ>oܲ+v+VU׍)2~;PctXۢ6O$ͧ{vЗ=hyWRVG}WC؂.?wnꠖxý8~Zם%;Ԭ&wB 炚oiؾ<oDHJ(g˥%Nw-}jUN`#[.#xS$60S:&\eZy<Ӫ3u au:"4J* ;}3E;RBkXlZկ1;7`0 Gt=1Ew{ko$f@3GP VvèE/8I7VӵY%h7҆ݷUmB> q{HOZpαߧ 8qS6?L/%LV>9I|T$sF&T9^@%,iJJ+b5r4B1NiBɣ==9VBJ2šňD]%6ΩD0LL67Sav%F|L+l&UPsGڼ7c؄i)dTEHyAլ:f׺\YDHѠDfT9] K5D sT9KP1s3l1 %UiB$wc^E:^Y%x*KYT ۼ RڐZTc|4R6+jcՑ ͖БBff$/ѓ)&k.:K3!#XvŎ;!~r1ʋ>ӷcס2²Y~NY$Wvs^+R" qvTO#B^ߡDIzip:k_nT@7";tTczȮ,Z15CDuHVȂȬ DAܜzfS}6^KU6y;rngmn{\G" 4im+yJ 'HEV /XſnW%YGmg"z ؋JEpvd"i*d"'I N%XJKO)GЯ <ךPw`z:kj$ Xٟrq$|eej-OnLӇѸqoج) ie뼛z=-BS?T˷^"ˤ񛛚`I⑰M@C) T&ñACƳpyϳS#ъDҬÉ$G֫SǙyEol<3P)T)LPxP,*7$(;k]`3jUoinX8kPI~6Q5. Pҙ6&g؂̣d,ǭ)B0wM8WgZV/[זQeUPhg~R<ͻS5$7 wn*)/H|p@Vm]L,Qs5" 45oּ2ߎ5R[;WaOfqr6=DkmvYKo.eE#C c)WcM+?oN}MѦ{"J013ϲXppv8SS/}z pyxaԸkwg[Q_qDdE\3˘`xO\"%\c&!BWe$]f [`%3;Coۂ58aL 7AryQA 4[4qȵ>fb,+n,kW,BFK {${}ֲšhNL;12рUNWm  Q9: jʲIHy`?Íy2*\VӾ!=-[}ψb 1P!OqTDk|XDy{XzhBBO:LЎ ~pTOj#ؔ?Q|d#ޡߦ 0rMJ G4j Wt8@`Ӝ PZf,]E!&vxO^T[= gl Ty*T=;SbJqS=`GiBJ_E)m&€+3(^kрJ*raO477;4;ppÏEm&kT Ô; :謮Ds^&L_0Bɂ  p*ic/WjsxCBH.X儆֔G_\ oGXA&ǝs(sޖTr,'073z~]HFa㡬hkn Ⱦ1̚/dCw cRkt6=4-E[@ <]lX&W:qBXBqھ,e\RTyC3>rj:4#_صdV Ad"R[ 'E‡2D|x uMبYHl=+z#JDxGSNϋQuB-\2,,j׈6jXJstqӦrX gsJ\Cym oΥ^ɐPUV0w8d2!ӔW>86?8 KW.I?e!Luc&/bIFcs@$cG{mQj8pt_ꦨp$S fO[|aﰻCWCsAŽ!BfWDː"=uc ȉіn09bXVL 1}swPe"<>oMI̜ެV뤯2iJ]b̿)z+G4ƃ< 婳! ˝dѿ̮MJ4i^ Vrmc-vw)&~#[Α#қ&' @i @uz:$V7a'}GLk`튅jv͎ VSshMĔ,Ewi}MG-%5 H2&E]ݠ]trScW,Hv-jj-#X)q!B%R ڋT!.;Hwƒ;M \%Ψ?[b>~ ƖԢzѱk|4!ݔٿV'QdNu*97ۨGddfގ7mxeŃb=Ϥ ŽTJs6YOwcrtATZ+TMsu_}c|(J ,GXA}P|NOdg/Cbh z9C7x j 2T*֯|aO^czt,p*Tk(alx}(MQ.>CF_V9h_UXtjP_AIT `6x t :iD`*qi5'?(BpTY&&Ƃ:stގF;]s\->4F[㎩'MfJr`b2Q>&lԷ :*i&S.GfT:=.g[^k݇Cۇ\h)U)=NCfj#EҀڤjOۈ*k ?VNG;C)R=#kfseExr61k/$ ۾@ O #0óq^AIhM?@o?d'/z^уxml;iO8'S֍O _TlI^reէ,_ai`vAX*]7UWs))=d5G} `1 gb[JFu򙲠Une~cH蘳gcA dWDEĺA/Lf!kF9}ES<ٚ;\ }gH3 wC}bG9;t]2C^9ÖNGnHڥޟl*6RaH-_cYpjGՉ-?qQIHH tR68d\-[WܞD]"UF;#1!.-P}eTS'JĽ%P<׮Q oc(~RfPU}NAX.7,Vo׸D'a^qԱn&LCȌT⒘M`'{-V7,CWd1IEȳMjpEu!uF~z>pw6O.TNa?) aك `!?$a|26S#Ӹ49%2zzr"H] 鬏|Mau Q4u_["EB V]G+eþ S|h|soF)Pξ*'.+m(b'%xUzyz.Cc+3̎30n wN{Q/g!Oݘ\ Ow~HR[*W}wlRNFD5`yT8w̳YF_=`'y*mg W֞oRja@AFR\[_eeqK"ӣ׶_'v>,5jDS s*qyYAwЯRfio΋8ȷ2ހ Q7r=Tcr1l[33L0VJ8r֨Ѡʙ ߣ/ltITԘ j1;J ͂IL2Hюߦmg5{Q zj K8>`>1CΛ嵈Ju,\I6_~^/ލ"}@`df]$IUj\gPm%ToӺyB|e K[DF`5Ql]ں"wzP]03bE'c2vo96vqƏ ]߄[12+(T3OHZ>1WZ 5kBepwB"7\DMeX(|YHĐVSa,`xhj&2&Y+Ub&9u3=4Om|H Q+ZnK8Oϻƽ1]"uld AsNEr5?hylζ ,44i@n뻇CwI$8fZM}Âsh 8u.QvkE3dAv>A>Jqai n{P0@c1~K T}DN~~#F`V,C+ڲˆ @A+<=;7pJȍ@.xUQ5ӊ˺I;#$t AbQpt|3AwvF~B(H2U$ /;]ES՚vtgx !:bn~E{h&&}9o^k[*;4 qʛ(ȶ; $*Gq5L71L;VzGq5j^X8n#2[Y7OyQ^>R{aX,wqH#aZCx^F0 \-O=A-DE<9FBNp N=s[Ӎ]w@\:;A/3JPaV$d1? bP5,!"()wdL9Fo!ű:)-<\lbtH7FM-;2Ҕ3.oUJ6Bf$J ,j׭+H$Äc5q6oV]V+|è_<[/?fIKk~ߊYk&DuwnP@Y )7ʤ mYw f(Tm ī:S 8ݯA>e,jL>> PE^M>4'Ywdɋ>ar=s#l^ECk2ҭx(IEG,M6K-WzM2k)8=0;SmV/Wzz%BKF9ioJ uEk[YTr4{9,5;Lq`bd"Iqs $7jR:|D_/M[;jT-C?~":rDD׎vOڟPyOO-U=>MP}Vۨqt)Nt4V!2O<vёd8Q<}TqVbrӿzKymr_Bro{' !;+Ri`aj jʀkԦtE":~5Mw'̢R ' 6joU㯳7%Y3m|`Ds&Z/3nؠ[Ê 6P6A8pHQO͹ya0[u/Ģ5Bv}큫T,!ðtb%ߥrstƘ/wGf 92lEMVmB/Ü?H>~"2ٗ#JY(-&)"?$75sLۉTSd|+M33B'xvny@Bu* `x-%wb^?w}(]"|]F#_<+4YECx2]]@^`VnjB6.v߸:bMy3S_UyghXpmTĸ@N=Mf>sýXәOH2 û"6Pc~=k@|ͳG-L䟥y6f|aRVaX פ2zH'_*K'rc\ӠZLZ"ٯvޑ  +K&;ΎU! }{l ;2d$~2~g18Z)m(s|W] C_\ql PyrZ)׏!_I2IW2G'qq ̢T|`~fûw>J 4/'n\Z#i50%G~9Ǩ?1,QWԳ]Ї/c"z|U-[Mld5= {;DƊ8ʏc'P">IQ{SE\k2J l*D>ɏy1_W[JYT6f@BW 4wWuEIGjJzIoE.$.YۄC.sc^s:cPrPYߤ۰I)אqZlxj`x Nv%!~urIQ{ A[YkoϚSFȄQ|*iZO 0!on5d/ ^1ȵD/jބQO!DwWGzPCkHhL]ZQl\1;SO*A U(δO{djv F- P|xsvYx'syYvʍQCwې"?HސdRJH^\z$cjK{{$IrOJO5uoyU$Wz=B"hc!sh<AzFmK\4[tHZ~kWܧZz2;%5%lp_BRŌW{" WDC}8Wg`~ـ6U!i|7 `I{gpqp._qX&v*@<F*I6<ך̗ 'Gr9_ }Q=GqF>>w^E*4PћjoF:(tX7k1Wlu'+ˬ/FȻ^xl*rjLJ{..z-\-^w,:y6򱁣$nZԯrPqm{3+ӗM #W!4 U[K.wg+6WKf[p};5`)uU'fF?a=cnqĸ\B@ B{i1|Bpv^1Sm* Ism:Tć/X1#5J+44Hk~V^E +Gc/~s]ARȮ@MP.ux) U{fݜ1T& _P @^!B8H4slLW[;x.qCكYO]LoEkI{cj Xh'{=!ZzC) q qoUy.(O(NZ\ZuE$(J!(lXOͼ-L[8q^/g8b؏Qg^05DA_WVڳI׍ (siA%*}!%jKfs,HJ;fҬ{:іH9nշϼ?pN%2~ԏx65uX{ebݛaVig6r,  >/}oh"$!O.#GV.nꘟ L̗J rg *LYdB~=бב4LD|Km2 rZ2p}S_v`c_uQ7[vv[WQlDĸϜ}MUiLx DC[Ȝ`aV(D#?(/V!rqP%Do!Q,W99b7\>}`.e 1=aJ.qg\ Lzcl,{;x=ІǹN,+YZirVL-mdm#Y|{u y:6]EIP% 1Z#'ݎ.ǥY&lǷ;Y$bdW Wױr-%0$ Ѽ~`[ΡPŬma-]t>`BR;P:,~0 <\9DE;5*C aj\Ep a``gS43UhJ\#!ęg"qղUC5T,wG^w,jXLL-dC9` LxrL,I* Cu9KG+.Q -{Mc+kT!m'?,KqQv1ot*]̶`?/%٤X O :}Kjqq!ϵs~^i[Dxm*y6>x0;)Ooxu1ӟ͛R+fc'U.b\5}S] :no@Z*=3D)CCe"H:nHOR缾MxI}wJ&ZBqNDI>ԁ0/Pܰcw8cKۢEg4h'#%`И?(BxeBXP[$(lc䚅 b[^2 /'[ٌ JŪ][š)!]P$($ kY:~n2Dz6| 3nUl-ӅJ>J HOTY{tfǀ{R1mBOmF{%rPE_WڞI{uWU=w.BAw$. ?njLHz2v(ĥ ̽Wq7|'Yk@A*ˆս{6< O~FX}u`9a?p, `߳P\OCU=t9;7Svʻ̍wXXskf7wߒM9VQϕ̚)8TG삭"_ bxPI*,,`#_A98J1VG>n!IO|w^Ɖ% $\ n6M, {)ncϵrpO0Bq]\(&9pQϻ;C¦t@;HTK [ ǩXq)vUsP=$[5{wx":ʼnT)Ĭ6}|p@\5u{,KZ=ܷz+sj`^mndm_ ӎ uzV4Ohi!;D]m?7\))glޮOy4$)=A''"AID.#-n(4RR=l;ʄqr?9Heۇ}_.M[u˞pg*xwc"S(H5INfB7O|RrFԍ :ЋXw sBpy +ٳt_WĹ(]]#sT c*<; @Vbա֨[m ݸHv ]@JsD)4cαoIcUƯi^n{Ph$0Vh :ΪM6 NRơr;pn+6QLjS7e:JܿR3X?:W^#>f@۱UGJcH'TLz2{KZ)H !9ޤ NK^,d6zo6*gн#"UKn[f7HZ2:g9Vb ׆;+e9<{hpM,F qf)|#-I]) XY;CޖIunQ SDT]P=^#?j +A#+C~^SxJ#vOAv20pn`*N:X4~@a!=ծc4d TCl7mks<[¦GBCɜ;zavW5cVH\Ev^1} +3pf+۵lܐpz زW*z 3wyhC{: X/o<#D }~JAu2MofU01^U-L6-t%¹:|;Q\_2L|i3Hi/K$.Btn^2M%= mrExlBc-Y X+g*7gj̳)o42컠UUE+"(7hqU,9xIV4SbMb(kOL(sUl.Sгo;ʬ[_E "@)Ɩ}Az(JtR4d8k:o(s|s}БB{V,ON] *({Z8@&*@Sٛ,-_">o˥J@shOZ:ZnY0ȳPS%+-e[eB>]uc=\B 4<:wq Z:iȘH𗋩#N[ 'H\{Wɓ X8G&pjx1;l]:dPX1FR?25=͹SL,Dq7l/x!sa/ꡨmQz׆`,kKJa<d*p才89 xLDžuyHSuN6,v%ټVXNgNFc i+kqh#1J$k9R _kv53~o?cI \*Tz ulQYS~Ր<>fVv@??ˢj@ }SzF\y۫eW&*hWWOyA$@J_G-LXg6eНʊ?YOH8=uD}lŖm ^76X.s뗴@Uz("eQ3;jL6YWۓ7S;wt 2y'[rio"x1i8vnQSTV4褨t,H*y,m_ c9 ҉fiQM0&aʆH;Jl'SfP{fRL\1>}D)F=Y0' P1㢇B ︾0a kgڛPƜL˝nc.d_roAu%}6qJ>U#g#"D g@Ҕuqq{eFMwؑ)kh sbkxuhTmW31Ӽ?KPGTI0q'`F^r.NkQ^E<^v؅;vG$kav3~R EGËJX2'BZP?J3UvmNJX\𲄉e4myP@+XsV5&U3M?[/(Մ(Zߗ*@M4<\9-rdKhvK٤Ļd&ٚt󚣟t+~-(yʿ+x(k}oSu(|~-Hh`1F3f D@=!¾xsxbH׌Fcm΄$Fgs:BA:IS,% #(c r3mIÞڇ Й-)H,B5J Վ*y&C \7j*( %9N.vU2Sw01j]/DYEoU/q'}|x0j4fe0wfoT"=Na $;jƅeB*'qn(OV{òWz3[}Lw߰s0xub9mokh#a^@{K] NKmf+âxHOC'"dd^lQ8'՜9s;}Cdvx ͒ܜKH!@Hh9J]{qqtR0}ῂ 76bLZ߿D*cGw.Sˠo#]rS_]\W@X/ՄZ޻>Ox7<N !lm;a`0J[Wvjw ل S_ cnQKkg L"0,gIIz}n@/|jn58.>A\`5!`?5cu5 #캴ƧjztH,&qJ^.PeBo]0MKoa. zbXrƅECLq1{ߪ~[Œ!?Hyirʩ d`$eFIVJHGQsCޕ*]DF+Ƅd`H:ީ)vopl80TƝdw,xsw'g~>%xojҵ9h92aݚ"30hS*U吶;PrJ^ '鿅v؉lVd҂o63ތ%E99$j>-iK4P.(B4쩓!TKH3I꒟n>Oya3xC DfxJz,=]sƒ *c\JQ~A9Ck'??◉})>μMc}㣄/8gm})!F!OYf~TrUD4;~[ܥFraAhDAգfEdtsUF FmѨqB7[gIc  )nbԗ>f=`6exA9ZKbxHR 'ŕ zB+m lgQ(rv1`˟ i̥P >E9|{R*Kfv!udJdLS%-tg;צW=D}X/G|m@ >XeMlS' ɔpg| CWDp?4 >w\n2ߍIQ%Trt{8!8ڸ_ -fL:##\֍qQ |&xkDL\aZ7'{)7+;LNa?iX"="\q 1<{RiYo>1wuTNo+H*xp"u `:,CK|'Tjئy4;!]M[%0H;&dy,UFMWk--'P$6hxK%1Bsz*Y'@ ؟m=)bwVssx\5{Vր,}O9 ev0\"NY~^6S~5u殅6 @^Ӱa^ه\dr?T# b!1rշPe|b͕KkFY!!׍MLWk%'ôt!,%lЯ!=~O77Y52E QD3fW G$\>^ RQ[}7y,VZJX(ʜ%M'{.ϟ!q}:OHc ͊"/`\r];m|%JƏƎHقg Z-^qVژa62[Œa`LN O"i PZ1"[H(HCMvAmVXh6nۿ2:k\x Wʝӥ]3"4W&H [U[#}>BNIIi;E*>؂7]#դ93(<#/I li\Х)n,jok8Jq1m^f0/,rVi>G]x UsBj2Mno]Ǘ(6g)s!{.>H'R ÷@"¹{z+Ihc<M)e9}=8WOP+kx>UniϒSt\i3iNP9;%C;EeJ¡`#I67Ǭ3 tx$Z{g$JEQGRT0xzRn ػ,{0^"#$P,C$ :-K`;$. dP2s!<_u J/ȿz!4-ٳ&k?VHpMf xރr'l V+ j-G}Ϻ8@%"`5ai|lhЧs@1ɵеQ[[gf g<>4y~9RWGi,)lŹmfl r$gX꧔c{R #Z)e"CD+6ÿNB=_"2WV|Kɩ/6EѿN(`舔3m&4 uB=kAfS4ǔ ˎAw[Fm8(whȗ-\3L2u9߹<ИzZ z_D.̜|P Â/F(=4!Bʹ3:i\ܓ%Xt b^%JBeDNr.tVﷷxqP)  g6o(C4lC>Sz2,}GO4/)ﰡ CA5Tg^8 %20#;:O҈ Dܔהd|*H*z]/_p1C~1/3R"S:֧>d {6/=`G*l<8_lZXit9dN7nhTI[ lv0 "Ej:h p{q`F}6S2 >󎷝|tJk_]gԁ1_t/zQ; B-q4ig|UčPAR m5vpV<WYMô 5i Ogb6|qzSڑͲjl >4M/}+AL5 N#yrcԽD*w~ qb?bAe nQM0j4VTţ^v[TTd[F6&||SPqYѢ\5;~lz=-;K5H@mte8q34&:f-@R-JnŸeO/+ۏ5$e!@0$f0ODS 1|eȤo{ap,#AO@ IbH4U&1('nw6|'Y~G1zjRZp;b\r%%\y*F@zFv|zj3 ms<$xk&0ӈ')Q9[bm*,qJկ0җ[B9[tLdn -Щ'[Yƀ{6!6oNMr Vv\ynl'ڥ<ࢯn[+SltDzzҎj6e`7YKb$j.p;ԡK2̗կuT;=Ǩ`2nvOy"Ȇd弙j 49{]zc׹س0hʠ55v9mJ^7^X5H-y9CX"RU.z~)ZB;<20's3Kz??&j:[P̀U j=:cD^ZY˨)a pEyRSC|ZI( |oVl j#KAMEjG`\~!}gPpZ7+čݩ5R ht b-0Ц3Sl—q{E FْZ>^a68[|0^C; DCi*cI4۔h,L9ɢ@W}n۞JDą'tx&7QW>"IC`c" 1Rw,]IXv\Q*#Z棒)V2.̙0w.0{Q֋Ե.s5 y!Luj`?砟s{O1ڽ/ T]D+RL)c2;>VPLV4>+"8rg+Ug~H"H+mL=O:cs|pqHOܨ}_kGzl$^t2mRz6j>> -N m~:>chb"z-l 3d'ߧ%+лlVna=_{Ԙ{/؇^i{o&ڈtMy=Bw܋f&N t}v؜ߦ@N>.'rQo_6 l#o;p#oDNY~_|a缒0 䏪N!|]7z1r#'Jɑ Hf*80 jnV{mהs7M#ciG9E]ʂzѦH]IciYv!ˊo6Ȉw9tŠ4?SÅ'M^"DE/ܓW2D^ܿJݴP5k%c✂ґ1h;9GR(lUgm)>hq-_VJ.~lb?C|:qȒih  svNi:{ V6Ě&XR*@EW׵x/Ko*>h~!JՁjfOxMJ~pXEsai(m9j2ÜPL8|HgSiŭ<ma%|۶6esM%`0xy ɡ}1mGc}6޽rN9~Y^>^dx1lU9^MBW6 )C=c_=QЋW9C20$3ɸ6<H7os)>PͫY_rbzPȤ%8~(ѭ5PHQx3L~b0 hsS'Y'rdq_ٔZ+VqUYjUǢ[XKse(P)'u撛T6fkey]yq \gj/چ⚭i{FY! ݎjFwt:sٰuq:{9[%P Ty nd,a|`~sĩ^7TgEާiv__[+#wM"?e#UIXVrA= 4{K:"|xKu u[SyeG2 Yܼ^k)1Dyv1Ká]=yXCH39} և-rKqJ4=GL/bM#gcۏmC4ܬ lr3yF |gaVŃ-nԒIJK&IM{a75<Ҭx"IWND8h?J(`qK)FPM)Vu]e!T󧲪NqjO(U5RtjKI 4rT<oLunxÚTҀs)]D1Rb* ovh_3Zj6Ig*шqR: COZUjɳ[(܎ 'j>( >}Sqזg x =X p=!HB5,-I%a/{^0\p*\*W4Mlu!Gh@2P 8JOO (ra90֤.#4nCL.ۘ1 v _p؋ejdԠ:uE`7l1H́5O B~h- L ue0Y>BVU\Ry|*t6u ˔W2U{aXUCP0A~=fqRcJIz)?cQ{J4L$ۖ% t(E"A@Y@hb0F^'RA^u,41zY}Xx bTco ͺN8.SD ܼ [W7GvCUC,: >΀nOD&aYʆZӜkK`n'\֥Iao`%=nfc$wl t">Vc2"{]B5:F3ĮӤvs}?hQ2@PÝǴ.]dSfMz*H\suO4z1u!]}Y֍=@bo6 z]0 $+3z+ xUK(k(x"1|/oE"_mo+! K>uaD+n\k "G!fo`QЅ罕Y=j>5ҰR*֞Tm@-ᢥere״匪[܃c: A !Mfoɣȍ=h']bAUG_5*t3/\_1|H(bhz7朑D†傏xD,°vʦX5v.[t 4t84m@q㑸Tcl"m3ppԔ,&܄;3M%ԓs2|jZÞY핻]F{~9 }ZϴF9S)U0lO~rjV\CC1u`uk-F3^ Si=G(z|ACC Q<3-$9` ݛY;[$`G$ c QS&#9-]ޜř ݞDm\ PJ蚌:/ otP2 &#TMϺ?.)oڏu-e7 4GǖsٛgR2%O%e•Tsh-L lt-v9 6w5,ँ3F3Y1Z3 H΄¿fSk.*uA(=2* 744*/~ XMThS >qvnL=Cla,'͐$ $nG%dgf_御u}?(FM{R"WMqk(T=`tdF@z80[ MӒn M1C4W 3uPLm U+k'yYn Yu5~uI>kad~v{_2Hƍb7#u*AW-ɞ^FL >r .\xA)dML/Y g.,myZ-`pS՜6*p d,fܶ1iSccȗˌm";q:g$Qf#a|^q[8bgmIKC<g}[ Ғu:cd ]bo⭨z"-mc.T:E7z8H,\>*߀ޕ{*$:1Lw&~Lf SEL}Xqj X׋c*~kueV5b}Vnz6aX5a`xu 5ib} H+#RE2Ѹ}V9 ?}SKMr J4G^m=% ,AKzh{s> /BjLwA#ý L 24L @EpV}<7s/B˴~$7lmvTćRE fλ^I1=(ۀdN0KB#.Mþw=)=HB!-CbޔiāSVo*fS̀nOu`K9rc`Am6Wˠ\Um{ yO/ĶoǼ  F(Ro/e:COaX zxWWv͸H\ﶺi{_8>^s .߁ߓÌBU`zլ~f>0Y%m^Z,a1cʠ>ne'FKrቴ.ZSnٳD(*(h gb!Mɠ).;h"Yw:# `&0l(9$/Z1P%|sH@<7k:lo ZcNrozv>k̒:^'^dh0 YYt) t4\5Tue _Aw,1'UQ\,Fĝ^|@oyeqvGo~[Z&3~(2G_aI=xc~QY/ͲPmaKդ 5#q%޺сG0 6GdY6S>90BZ"Vg>\4P Bd]iqj9?AK1 L-f.g(0%$* } 9"$wZI-,ŖÒI(ë=2#q*ƈ'E$hQz<4܉;ҾMUo/KBclNWzSFv211!S@Sty)A b dErSnNtZ@F5IAͮI_33. EN' ]aݫ< &,j?s7JaaWv6 qQ'ӛt`. A#P)ѫjv<- ! UP9H%!Ea'WTBF̵w\.PZK׊-~9BN q~, 䐿g(H A ֞b`BLm"-,@]a4ˎL.\  oH#ǧώZ^ aypgc1 W94%A.ĉ@20ܧTU57]YڠRB8"P#P>{yVz>0)[¤R?w([Niz b=!qw vzϤ/.je}=w&_o&drd@/!4wXa>VYK 6o]A!ܴfU ozڈa]_ }>9#=K4*RI_6:@fˑa`rlVt}ĮfF~-0FqEDs$*W_C@ ZԠDsIvAi?uؚ\cmvq 7S"~& M#?D `&S(n"aU%hr#pnd'?<upΣR\JfXo?=qldz`oq܊>f1mw[239U_'_̡aoZ򎣝[8R dJD~Ku+Ƞ~|e)C gCE ˲ʏ P5a[Uw|$O;D+8CDxowzbE$DL$EhbcbBCe_NJˑQN[J #4h l 2^71k#I^e S 4eِ ;8[&0ٚSxiPUkվ>WMsh鵠4Ju8co5Rk@ap=bǪnG/ ʬĢJ3F&pMIIχN`)3"qeP2T"ּ_T{=CFRE46mnfZ)KUc[̨BcJfh`C ,>h/m`rY0y6}|K+ h'+P[AXtW- ,y紦dsAlT-`vGHX>"C bQ=3Jbt޸kͽ8uԛlZYA,{LCP5[>}T p?ݚ;KXeO@荕í%OAuٴƒF,xK6hITA:!QT b9 @0 4Uu5:S<Hb&ĞfllLu ߀Į[$BI58'D@i5(lT.Y o k;n'ىJ) ȚХ_3>Dz hVLjT`Go UQd?EGdx8P* W@G`ΪYm*z'!A+ "yii-܉iH|kge,ͤ 8 !m7,|lN򈫮,w@^տ-$[e]R>[F($G Zxu0s_\Tش2k*t9epL0,w9Auh1I$ Đڤr-٥5 EVIHbB60Zy٣?Q%Lgn [K?gX]kGU:V%Oձ#8UrWN0<줦tb41Ѝ"Jy4Fz'F+>ͩî"uruE{{ ݏgP2Lʶ  mfb*^T5q.jV~ݙF{5O>W4Fۖ+wb]e3fR~yUk{L\첊+3f{MQ )m>s W1NUت$(uəz#3LMO Oo_2KEC(uu*,o|"ӦDuҐUE9;FqcN|g#RIԂ% P1|obkأDuۗtstHz={kw~$mO5_5rF63x'xWfdD/+/?}X%e`P)Iz ńp8z,bߥM>#rHt C3}JYv VY >v7PUJ=U$4l׭VNtct+8nvj3[dMîhVԋ q4Y ^ZH> @#j r^:C_3d,q;3` Ud-oҵ0w~zM~Or,R(\&ƑJF&ƱTi/ZQvƿ9Hh&o=B%_=0&凿d>eP15DJ)sbCY_:Y},K{Q7bks?'&sR;f)3'STpCnacs{U(z~*Z:zr +pџ4! ZIZS$5 eZmy7PIq:i9x&#q2 šdEC&e<Brq`DĹbdHn?0Os7mZ)P @{G>god\|SjtqZTҁ(x6a4=$PNzѮAsSB-e}l|]ƴ=*QDZtxnE%l<6鑻\3ZZ3kPb#;vG>zP *όXjsDf/ @ܸ~i|6PNI1i7uHwrkrz?eD1צEyABCʵ5sY)b[\: Skk[$^˜X(1Dȍ_-8-)D%cgvàP~#QBsw"yܺ57a.v# ~]d([I)yHO?k~]O®/\v.R֎V˴-YT7 -,O{)#*X|D:v"{8+owQ/M-1Ĩ!jXXׯجm#N߁Tg]-l|/6o ~흳Ege6β8fт)D suWpMa sR(y 4 U,[4H3NjJ;gjnQ\?z[Nrxpˈ'E9mZdRB7-l> U'Ρo1򘱂$R,ilA{?S57PǾ[qmxha8|{s&/yk!0vS3(V {z|1˟O&DyHj [2z/;Fԕ_ڄ[2ؘjMP 7${vwڥ fz^u.mYV֛>=-t\Mb_nSgI~:}& )ԉ1Ը\ʻ[ҭ^=V7ưAc,2=1)̌K9erkN!ч0mqi/ܗ)L㲮442dN nF1p+CƑvj;"׫+44B\U 4uhKB-Cq-HRƒi}Ph5}A=jt-}ܡ_8a #K:#C# ORgZ=ƍ?;NV9IW1m`M8d=. d)? J- iQ-8gԋBf AQkZWBff` h/a5j h0H?h|Y񀶏^u"(J ,4#$jL ~銪vЎD}aGsq/y9?tx(.d WUm_?{/^7hג3O%6@h`,5&g81Bϥ>Oɟ\ h} G]= *z]Lj@h@&i l`j >d[?v>̞^a'[y>4.Zu3dȿlo\G};$'lb" )p$ æB[Bs{j(:/^;yJJK&2l }nٟdO)Mk\A6U\v"0W37OZz꾶'SbBsEui/2w* cB"q!9~]0@~8ȪyU3n#Y9uZ{1'7ܯ**gD:͙eKxO7FEy;7ROP-!(,'7UW`-'m%2^&'S)]\dE7\Yp4Um:C=Z{;t_16!zڼۛM@7*&ӒGO>7 gt9+~ HF7ʂo:D0 ~>'h/CJ.jJ}P䟍~Yo=fs5Mp<~E 6lR#N2Sh{S҄|>aϝ7kD8!Lp9ì&v:PH֞ މ4+CL-'>bpl;5"S+\+@W,AhriD9mAPB8At5af?ـ4LU p if0G_ Pn?M.Cb Aݬd'Y[$7 Bh,t'ܪӮRЍ &;ܮ(^x:Bj(Y; 9VBVbr@B^#ɝtrYج. 2w5 ic mLr/jJVJߦ*Nȇ1#.0ؘ)iaX <+0{v ~hGyM?0 XЪͯp651+K&:B3#+5/z)q#َԬ+1ȢXI/wceQm>.2sHJ & $`R gizRe{ÚFĭGmn@3!QzKr-4(Telп'NbF0B!31-񌚟B6[3k;)p\`q2ڤ% O*Krw]yB4 E(>`5W#:VUSr>U4(/QRZ[J2] nqA)_ȖceBi"8oNza̍xkX 4ՑMnϗt 0Hq$荢yzЭ8;ܡ? lba/$.:uσK[=Q;6piʆifs~)NjM~KwL\^d%A >1(6zm+Zwp"0*/v{l+4u]uEr `;T߮2E#&;Wki*2ւ!}f8I錤NLWRC;ĿX9n,1Ytzb#y낢]O,8M8w ԦQe1c*z6Me| ?Rp.R{B$.K):(a] і% STU,^:}QrAyI%t+OHD:TѴ:QOƞFMnD%~\aDua{xVZM2LLm31ɛ,akD6ǡQhswfv$I(sB-aÂ_Hct&dd c[GfOo_Nn Wc-o{lTX+Nwy*3n[nwD^17 }^ s _GX!*T0"0 'fU0(xd`*Jf|9O Ul6"q!._&c"zߖ4uǪ(د#w4d|Z֬Mxm|LDțk90ukf)BG<9kLߛ9Ͻ* WigRl6_mU}쭶 ̓ B@m"]O \P+[. ً2 ߪ*%ƅA!4ɝײ-r7d̦0u$0= Bb8A ̷VOXDN7ԾҘ`._.=BaB[.aD~X t9!i22T 8'Q1lc,]CUk8F~@L;oXzu4HIqo; !&0e2ׂdOjmsC!>-Wm\rOsy_2a 8%:CMyFZf2wQ$uRagAmc̕<2b^ز~%~ܰо5T0f(o eTv=g{8겓JG=&?f!j *h cI]*^go=[/VeLuS#L x~W| tVվd9WyY?JHҭyTYc)r?n'P?!H௨u'Q~1!S{MVF4FS*_̛FeV|sl Y˅M=mpV˫G8 ~,דJYٰ?ƊMFv%zF |*i (/Aux;qk:Âj9$xj@2 !Nzm>M) 3q124R! $ľ@؃WOY]Uwbgo>l!33j$aH ?Šч,lMW2QuEg3& >"٩J ?T]Fֱ<ȝ:;Ei)T!x=eÜEՁ5&G8d/<4=GCᲘm;`7i +xyzGU@6x%9SRGګ}+vrw1Ux;` Isc`>YfYd7V;cz5Q.8JE[_J|M좨(pŶ YB{f luRtUp帐*&Vb&HҞs'.D As4̓n 3IgnFTlAxd}Oa 54 騦i/l%mh$:Wߵ„%[8`{6,հ]_~ZRb-~ڊTGQ#YL0ʊ];{cꆁ[kdG1@ #yV7g* h 1`tqW ov4“9*Znߨ2 JөҬݵ+FC*8Ӑ6f^;BPa02wF"E~Fq' ^aB5$_ս UA-4'ާN$`js{y$'+ƦO b{ k~&rM ]v" `쭛 +.ʋU',+~;2Nj}2; Q"/f,LSH*S RwV0t@Taj s4*cK7,:ۙSurOEy-epDb5d#:貉_ #,"`#lO\zE/½PO; 2& b{ZA9# 1TopJ lHLis<<PxWbKϫAH}l}eYauOih:#q'وmJ/sMb膋6.(sZZ8 7bQ<[n/hBC |^A?C* {&>6?֠G7j ݙ=|LpJ&IG?yJ#~>Uu1p;ë!p3qA.jS7WDдFo L)pc㊟Nu{t+ O$ u> 5ZITr#}neޖ%| ǿG ` .wmb/|>(EGc[JyһgKD)?7 Y/Tu@9$ᆴ~XHx>\ܷlmPv?%_E'4Pד(1,ZݜrQ+"[2s+#l R"od=d\ : a]beʃ\Tu{ɕGJ$?nor/nX ԗaJqL2RPj|J? xJʷ6+U3.7nH > R!Q&ĩ$o`%&LGb&.W~lA A#So:{To~`u>Āɫhj4~hy@4F"p?RS\c+ǁӓ=$$S?t˴?ȇ~h R# c):{3m SYwrVXoY؅B: Co3PFF=jQ"u%8ٺBQWD='5?CP|=Ġ=~hB\puxqx+#ivm촭R@0AIM c=\8Hۂ:k41ʉLߢqRSJǎ͌k;4ɒem[ࡶH=n!,Fm':{~nf}2jj'BQ>i} K2Vku`luq sz.doqB?X !)o˫=5 c߻+!ʸ+5mγ9 hwJ@ :dqQ#Hċ :6a%yV$g6¾&')t䄹AW /<֗wIHZ:=< OgeRoVRe( 8<=.fJD_q?nOV9; i sKZ/9B1*;x ,^%R&?']%nFف#$QOq7O ]󐝺Zax n}ExD]5ֹ=|+AYwiIT׹; FL(;ޟ僐\;qTT*eOV[m|QO^_ש[Y?f0$Q=Z?642y \YVڶm'6cPf NgQ T{OʂBU(q;;`b:B0yn$6S`1J vu*S2锁צ9_b٥U_-T1XQ=XQEƈ TWk4Q/0WH MSPe|y233gS-Ds_EJ>˻[7{(N5 'yjO]#Zf@V+_ib: ljN1ީ%=@G!2GAzKcl4.mG+! L̔ˤZ/ 3d\ 鍁y:?z^eĶm9E4p 7?F\K;Vl7PokCj[R)D; '"̿oKoӗg("F,Xaks$8dB5k*"P1At+Z/x4;^2V޻7E =52yx+(2+-vXUkdkIL[kXhIq+;_yZZJo]hv ӥNyZ",Y9tID("Hp؏W4RzhKBG>b|bH.5r-C.i7u!L2bp<^K+hd1ٝ:s|$ 7d_1s}8.DyG\֡j.<&PSLNDz_V8|Z*OV`!z%.z5 ,Zߖכyz'Q=jֺJŪχ.8Wip>?'&|GXL+P!-G-=ÚڎdAۤHثRUI!E09[pD zn/u3m~!"g>vǫ*eOC_k<֝]'+Mv{VwڝzKSY= 䓧>ijHUb_:=mzn(48)-]脑n)% -*A^(ZIWv%F q}'r41OJhޠ {hѼ^$I7B2ь>ZqNc\̇&>3|!uT'҂ԣP|1m'u_G8TA iAo0%MF;Pʞ0tGu"1:Š fR _ѥCȇng>׹ A+Uwą+?8c&B £蓋 ;IIeʿ\{mpSqLJc\cg?&dF(`[aaB/za~|xZMJNJ?T܆n*]G}( >kn ܙF'k̳Nd9Yv<_bsǩ<얣q&'U$S7!؁ +Y{ۙ9 C 3]LGm,eTk\Bm,]c1%IHp^Z\u+Sfat`AɘN֡]T3HK+(>9<o9|Sw iu?~z6m TFd9>gO4**۵3/2l+=ĂZ41>@YH]t `+q wHG#RejݶVm%)eUWyy AI,ηEӼՁ[pɭa{P $dkƪ~Muz>aũz7ZJG3]9eP k%"čI9gMeAu `j^81Gib;^8p1 x_>.ŇK߷Yo!2%t^,wp3ȓX#J{pHS߄q" 9{-RY\"CcLѶT}+$7Y2(I?a܋67Fغ2g43Lk mƒͷqk9C!6mRcWPQ ؼlwF(aҩTw% \Rsl;~MjF+Q(sߜF뛽/@N*"& n s۴}ܒ4oT+.h 7AlّD.x[WvecՐ2 ֦o~WAPDGG@:B6&~fm}P"y-"+}*y+5hSsm#UHޘdBGhwGx/)yy6M?v[$;P+>rWvNVL `@G,vyof+Te~3y_2_zy`6SUi1o>өn IX=\(-^dVUUb|{\OXJ2L`0p},\sAa6  _? 1tJD;4Qܺ˪Z>d<'&_ɢD9Sw@FP||myT8H26 s 7[P]DПFu0-3jn\˼A ,pϦUHīz NݪÞ}ʌr"聹Fny/ _@Eu3!ěqaꑊeEHeal{kS%-.Li7SُH,[}-H@"'se0f.${m$c'*2WWً*`,'Nr)ؗg:g|QU,7?ѦۙWn܂B7)2*TJ?_ -BxP^< +MmiEI̔-@K\^\9>'8IϼaXl' -B&F_8⫫;J>/C$Ow3f6/ۇc/D\z*Uc6eT%0ԜրƚW;([\ ,vC I 0G&?\4+F k­=~(KԔz(_^~dz#:Ϡթ)z*g9"FЉʽZ:xuӸ ^UZi=]RCG13Pיܕ촀mC`׵M("`?*Tw9ɰZL5ZQAk욐kwu?NK'caR^"xE jg/0\ v^[nxUA'؋e+ĸ6̘d!3gJz.x4vԼGňyI@أMCAz0JB:ʢ* ) !O6M9-%+ni`΢$ %)*Ȓ*sm9iYUbq踛㊁ص8gTօ7\2䙗eJm|>׌|rpo84ii@PEձGZ#뤦-ڮS5(< 8} bzkb]*I uaN%X25R2U5,!?hf:W&LFϛI>iIM#/Ғ&4e^-&O"u̞Pnh^,ȵWφm2*<@%q\dw;lN"M-EŸQ؎%}x'.\]!7_fp9 `>7% aP 2<]E.!LI6~T-m'Xq+ [[0X enXFUsI4\$,U#Q*Zmeۮb>B3+y Of8my_wwC=EPj\AeO){?ԯ1HUQuBɰ'2Ӹ <r51l£/qr@bl]5-,pPc?q/G)Gy41eӽacCM>δM Ə2- Ym,q/N+6Kpe]x$#=߰ѳ˟=+CTv6ũOj]l[fAf_#++:An`ނK,; ^E!5bZwYFֆւ3 Kۀ?66:@IutJ`TKfbl;aV0)/ksJIP0&7ЉXv91^'Sǫ>vDӊ=C57bIB"v<4}>д1S`1X7s :a9X|4M%B1,A+|.p?R_a  }=}<6]" so @Rs!ML!Ӽ97ֳV*ywTR0JMVWG<[;"A2t!PV Zé_@%kT+v j`q K+ޫ<޳iMNZjz+ (G{fHo2J/5HX'/@J@u̚d;%{,|Jb[/zZDw,GL9cʱy>ϿG{˒N 'k [-9UәYyBf.l{˜N#h?,x Ac@B-.Hc( 4%HXq,.]85{>wMm2a&rk Di7X,_ '-fz@{\lңhK&'O_E~:w.w 3 |5?G`5r<k\m;҈[ =)1Q8ߠ"xasV`4@#,/6@l%S2݂HK'Fɬ3 1\ﴯ >pDO˹<"v*G ڊ;[Z/p{?YcP߾ #U vbͮ#پw^V"4==6A:ÏFbȉ"^(0&U`XHj?< ? B&o$p5EM_- VHë10<\˃/1 |i~4y$4ǭI.|^{IR#oyףD}̚FJ(` dhپ=MJ~[ (!<9<3VOi@ӝZ2^~%7ou3 36e{&A}~=_Gn@(9~Y(?N !Y0~'7+H݈1ZQe>Mr7#dŇZl YHw0-~}aK2D~B1Nf&4]sF"zyRc88,ˇ't̓Uh%t!yh+(s;Pb4)z4og&'PD7˶iorOQ+Y OGS*dƶz-Ri!EPwhDJ u"S86y"S8JfDX iFsF3rHq|\߷]Ҿ2 b(X*; P\]#ۜѴej׵?|nR?XV+W.O ;x=ğp\ WXZ{96jׄus3>#,g۰[m}hMM|qscFC2_+-kAζlf> x 6&'joY%7a ';U #/8.M.\YefT1vCP>b "Vwf=#:3 W[Qb·N_+j&d E\Q;OjPKvn9GcGS6DxcpS-Pߖ^2ފ-Z=';KI]t8R4đCHGn\cvi[4'D_:" 2W>`* ~Ef2#VPCAwF݁t鮟Ѹ_!S{-~MbdFje)e(`k!Ȑ7 V$Zw>')?*$Y q!]@54d*6~JC7GD@֥e JDL="+z;>ũTaWG)WGT77F~zƢ/-K"; LW!:l+RL嗿u>LMv"+ lˀC2<!pS~jx\M,Vf%{V>@gekav|ME@2bK5&lNgmspϯO}S);N현ovy.Wbk6Gh6-j?5gӘ Aѩdhb _[)/{^> 5MXe]pS5@63ۂZl94VD]Ho@K_=^B. ,hʀgv{po/ïJ "Tw? x̧1| mdBmt͙6 YPsAv*t6a|a@F+zmBY{{8ͩXZvRV^CpyM+nNv@7Մ#K \^ yKY-Uug Q'eW`4Ká+>wnC#pհZH4JضjBz(MWp>4ְehbkM3_7?6˾pI)TIkC5> ܴ8mG'(RVu{_AY^lSeR26: sbAϏzEfp-bBRfrQb! J3]{mFwXT>ڣOs!w>oD+#zb%.zLJ=Z4ybsx`wbL};z&j-N.]ml«&|vI#_=#Jb G)Bvl["2ڒ06#e H!omO':C@'&倰ps< Y-27%"%3 ֻK`a-} oD׆~/s0EH $&jN-V%§\}c}P~4=J`s*̥|aoe2<r x},̎kYnػM)1X\0iA3K@&aE@2|\sj;Z|ulQ1/1 ԅ<2Iat:o\WʹX&ӔiMF3/;X=+J7˱4h-%G[BJm*y%i0ha;qW% J.lbIi$D1/.Z2eo]Kc 1^+)?uc#x!m߀B9&w)~ TB׍ð%zdC[CL\AT+i|6g^Fc{HRLکͺ(ta*a.`m䈂q'N ES_7?gH&Ӻ`o݉>Ax!]˹>çii:C =l;avȤV5}_I*  A!y}KJXd 1 `%y:=nT|)L %ƙ<_ktp'$%XR3;t՗H=r!g$>5ffMl}&ZB#1,uFr%w<3աcO0djGݟWx$H*IJB/4ut^q1cH2!>rCd&(25_*r\w|sxқq.+LhV)V ]uRKcw/,cXJV? 9kK.%vUM"Cy(w|-UK;G UgV?X4I R EH)U EeK;d%XԷQe%6z#Kw x9aǽF+CDY*]KEY ^i;לC ojn>>aۡ]:~y{%X/MJؖD\fRom5l3*gT``IyCpXGЏxx$vpϨHXJy~#ykfn4B+=ǴxNϨ;ZrI$h:5@PuT1sM~l5ÔB$'+NAHmx$ݤeQ1`\ԁ҆\D*wG&HWT#lz-XMtL5E9Ӥl 4ۙoc/] ;n~j\dU% ><_V K}zYsi&{owvmB0odF9=1!8 ݥJ %sʸ[3Qc"h5 {о \i6Dx*|9 (N`&2g2q?&1 1C;HKT{;3T=rVK fs \8M 1l$֭|\blxIm={-Q*zaR  LmlbM'qxqFx =ǪbTǜ-/MH(/RJtX\̮TB` DM2Z3iH:Q÷S}%ȶoSFx~昅C1_n3$GX. }/N;Is >Qo.z$Ì}W5wN\^DW?H3m=K{JO`>3v[]hƍ)4&|`w"NyrLQ(-페N"_^ETYY[jtwoqe9 7-׾6]s9mk+ bsiM9L ; `~\Gϴwm>5&yc7;T#F^"Z3O:pαm<л+T_' GQ#g_Y*ZJ(&t2{főUUol`.Ilm :nsP᷅[RMc&(Οr8dcR\aG[ܰ`tfޟ+MNVǧ}Z=9 FsnOoԼ{&@, ݓ%.V{JAQ]$ =%!+)a A!?5f%ܒX[nq%p7i=)z.v|(P궬$Ds$bOSDqcfVC(aP[[MF)au8IĴj{$',h8N^0Qp W)SFƗG 5k` y@v4Thdj`F)rupG/iT^زb!ޟp@dVGwq¿3j'LZ).,Sh {<(EwL{u5z]:ei Oםs\+g)]L Rd}Ycs!OCWiCMe! pĚ3fTa3\Nb3.^~%f9Da;WS,@/L)-{HXO=KӮO(YZɻkF):c9VIvʑJ2k= I5c#_U#-=AMo,(;ڱ!p47ѵ6I:7[Tl} ڨ4,_n{nŐP1Axw; `0;":ِOș3Ȭ}!m , 3V 6^8o Vx~HKcNɑdA@$SS,rt*ѝ(3,E嚜"^نzW؞A*yD/601dFOrؚgʇ,ծɞeȕ2=Y*[Z" :ݓ;LEgש0Cp6(N5zSه<_) 8a@3qн u'®3yZ/n-sN!y:~}1GiL`}Q\ьQ5GV\0DZ6Ö-*/[ aM$[p[mkqxg5@܆}S&|ENC~}9Ho}t^b(ՏK8o&/M 5cg.K'G?`+Z.T-L=tuCE EOץW X! ⮻Q_/_X)E5dL|]&+WJ4EYRm9I@zR+TF+#*vJBzG>? #{ h 8N Z ճ*j6ӇYsV^O|E|_p骼z=klu;Gsu1q{ۿ%yN~3uIsl /߶d%wL%D{DKt3jD`T xvgy7BϽK`m Yĉ̙`,Vm/8J }S?;U)Sw]5WN,yXsr#[@976M'$"8񻅒6S:+dESd.an:e6_r'Fr9dǪ|}췰&0NgU] VE ׯD-t.H(ĥyJgb-&8}hm}M9 "n?Zhbzk$ٱ`Օ.*s8 iU:GYU 32x&n)z9<99Wk7U[o]EyC1R1ܗNv8ݦ6wχsPBQ|;:.|БAa?(rö y[WPæAmWVMY^5`߁={{Ŕ)!9:"z^TfYFYp=I̡֜=ML 6ʜuV#Nj֗}_/.|n ^&.\x8܂e XruD]#aHdj-xWomCVCjJ\ݝ f䞦[O$Qo:v^aSGݜ+u=OzAV,C#+?<$)| Ďeqy g;wKU5/V VYWInmi5crjNsYy1gM9砱&w Wgb*^'+0pï'pGbP-(" uV(sRk_I=V@nr/ AJxGius̉|*9'7J&;M{oΐ&4B}Nn/N>e)GU#>o ?}.3+,S׭w{)98(" 2%/ ۃܽM[PA/}>ͦOvBy؁e&>}F-H۶=Wqvqk>5‰ucϬR,9T[<*ṕ#KQhF7L<}%ȹYD|E`/TRbhE/3=+" lW…MD;i .bFBq67]!1 q@•[?,,3ۄwpO5py9ӛhSB/JBckyČ5Q>(U^SCuwO-%3؆{d0^9>ԏ(T^-q'cn& u.1p f2G0鐇SxB W ?VUɳ,Z0xZN-X)1[ .6_8S-Qqq[z~ØaSwrdzuf9BSzZtBT&^!6VxF&nJ٩r ( Iէ.-%"ܸ{&(K5?'[=@D&"|PGD{==CZi}|5h~]5'B+JgBػӳ\ԗH>ɥY`π!u0}׊փ2ޭ\L_lXRyT; D4,WM)JF݉uD IaýQ}]X ?NȖ!clյ+e\$9 LWh ~eԇzl$?lZm># 6颏+|-͖=2iНg+kGbXx*oz[=4^[$9rٻ(ӌ,*# K+iޜ ǡ(=kNoSbLUUQIp^#\sQO2K54,;;;^Ky6XzѻvػQZGƊ.5'\3o5fk}Ne[>ӡN2O+Z?UpUqj`֭A` .,G X\ olzsOfLd-P3@rXbz̲r>FC{&5UAAv5}@;K%M emgv|v-셊k6`#ېJ'XV[$}& P=n@4yq\Ź6 +xht{䯑sAݴ I9ZqՀ [X#"kqA勘GKXS|9%d&0M$)I}ıB-05.8jS( 2u4g#N̪IhɫBH)dǂb+1+oA=? W"Mq*T[p(ʀr^T1Zi[Gɖ Fy?5d{>hE!DOEr0#S%GzhqCa?aQ=[Gw;v8%EbcqwA=#A^.H4G.Cp[Xg3!CpB?&,B+dvOiniWVe6 ]<6RGHia6hjus(<  TdZd~m4\Vs'BzaMU D2 S9ME XiU#s^R?!!u<MoCo]饉MOv50ba-Zb[>af_՝H ګ0):slcZ;.tyŏ