rsyslog-8.2406.0-150600.12.6.2<>,,fp9|f;yw8h07oQJi_褑"NE<,fi#j?gHͅ\[X%7KbvPO:LƇt[ Dq| m'.n2Xe|}79zgNE #d e d8t5s9Ĝ&ЇV;-G (ȉv>a3>cKBPʲa,<sGgMQ>T_ ?_d  ! I  9Zz 4tNN tN N  HN 0N 1@N2xN3N55N67$171Q:D@Q=0 >0?0@0!B0)F0BG0XNH1NI2NX3Y3,Z3t[3x\3N]4N^8b:Cc:d;ne;sf;vl;xu;Nv<8wWNxYNyZHz^<^L^~^^^^^^^^^_ Crsyslog8.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.fh04-ch1a)#SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND GPL-3.0-or-laterhttps://www.suse.com/System/Daemonshttp://www.rsyslog.com/linuxx86_64 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)((ߨ]L;LpnXkQr888(8(8Y8H8xh8x8(88(xX8XKXiH(8x88:X+@+x+8+8;++8; p?J#-]A큀A큤A큤AAAA큠A큤A큤Affffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffccccccfffa26e852f282bf5315c6de6082d8ad68b214ff53d1042a8fa43dd8a7fd9c8b0a07bb35ec47a2f1e8b23e2e9959a14b794b87fa526d0d18d30f70ffd677236e04e6c7d3b56498e2e4360315c541e9e132c85d0930784d5723f28a2457d6580fc6628f2eb36353e3f330797afdcc3611ba3d163b195eae7eb2ffb2f0e1523e4fe8940826c6b687d9aadd72a5353f1531e2ff3586df8f3ef345c5b2f124806b42745c4c875396276951b491e799e9cdb5a090b2ca82a754967c7f310888373e51c4004b236f195c0d178e05b5465ec099d8d9d284379cad584a17ea3a36443cfbdbae111fbee7e7d78b39b2819477334edff776fc16c6f33c429389ba4d86d3b5cbae2792204f7dd62e83fdbd90a6923b4740239297a503346d58dfdfb1957363ca181303af1f6ac8a459766f52413d5b2bb6eef30cf650de2c031bfa4af7c9099db16d45421cc04ffca701cd163a6530ea44e4aadb9320dc46632727dc8a4db6c56bcd45a30511402afc0c6009377f7e531f8a067113dc7f893b9efcd8dbf6da066d34e1122ab6ea172460e5dc85320eb8752b0371f785d093c635fe936b8fedd86a7b01163dce5f5fa5a6db08a63b43258f87fb550167183665d635223f57da40f0805f381e14f634f5df6f7914f3f74514206533edc0f5b2c8816ae62733735cf0255a1bddf9c4e698cfb3f2e234b9bc1ee062e7658b20038ace615b92bd75ff5d7da0f69f2b553cf1e4a615a96405dc77bd2807ef7ccb3b482d5322614052408a9b5368554d5e1b39404681291f6c54e6db57e36ecbcf8d836bdb925473ea6393f87dc3dc973d2582560e0550f2e411da1d78ab7c867f914bab945d61eb8dbb35113ef0f66228020ecd1b007608f4905b4e670967804b92dfa1ba198916b04f63402b1a5e9058774e7184193ff8ca139b4e1cb2e0d5dca06dcf5b073d3f2d37b501cda2321f5deabd3d7e9ade60154ede71d16f186a2375881177e8980f3d4f424f44a70102c4b207987645a8256291eeaf06b5d174589ee7555bfe9f3c5131779a657373936d9979c3c11b04146e65fd0bd07e870d6c892411a619d2e89993100b291c07fba83f02a968a98fd02ae5a4b98208f457762edb3d5eb839d59fed38ab6fdf49e10b634ba0befcc04f635049ef665c3f6408d861fedd733dd1154133bdb5cd91d3f4226b7f3e2d9ac28cbb68d7b34033658e6dca454fb6295eaa7cfb2997ce04155aa0f760bfcffa16a88c31dfafa654850816fbcb7c0f4048ba9c19f2497a112311836faec6c5cd2913d8bfc0205d09a45fc9a118abdbec89bf7ae68279b9f5656679d241119c1809896a805400abd8b1408c2bbc77a9f5fa6307f2d93205c707328edb1a501c03171b82780c5ed5246a3cc888ee947fb8b5e91dffee9843bbccfbd1bd12eda1513943f340eb5dc6a931b4ce07f9e97b158346937c8bf553c28a57f5f88eebe3d4b57bef6b96c24653d54c0ee5ceb5cbcd179e59f9b30dfb33f6133879d9ef9daf8b0ac91f5411e9fc758d17be2eafb9631a8354d56e03dc28ccc3d618419701f0fbb17de8e6523c0b5cc74d784f76e44ac6fb94785a418574ad43ef82f64580f7d85d381c2167127b092d2540cbe9744dc8e44511c2235bfbd5f65c7dab9eb35f1d4d4642920f2bad03d2891ad82cb0446eeb6b7e46e9e6fe00a7f5f8149dbcf0ebf1cf9ebc458cfb2d9a34f7efbf2ac740fb214679b3c68d221c52ccf5f22d5e220ab00dd94a391efe43eee3979a324b4ea207c743bac2d642c2f447564167ab4e9f126b596c690365e6cd5f4d38da9830b1e3dc6a847cb247bf40b5ebe1c3467290a3169825bdeac46f8042f4e61b871af25a5f3c722b7db2f3a8a0f20e85c65e533d9b7fbd3be00f9b3ef4037be0387bd4ae24557386e00dbdb3c7ff2c27a9b4f3c1d362d45c7c9afd68d3d2fa5322efcf5b7970b592ea37be8d9f6a58b38f5f1df35c9294935607530da45a33d80735020d004aa7bdd804cdec61c8f5f0356e4ba27aa8a5efb0a4cc28f16f136a88edb221b133e40f1bc81ad599c5b3717c7440711d10b5f99ebcb754a53e16d2365358428bbad36e5bfff6337a1d1d7495e85df0e199d0da62116ef6eca126909378bc01e4babdf6b5c6990207698f3ca871b3b00ae4c632f7aa86b90f29c8970d66d50858becebc368194dc69ce6070eafedb9b75760b88026af360d1ff3d3184c82a208e8b87650ffc423ddd5dffa7b5669018264c3389b718864304f86de61474689ea384cb2cefa8a76357369b32fe5c18c4e232278fb534c6c868426c2bc1f83b0afed20f79bec02876ef019a7d797c62acaedc1b66bebddda5fec20682adc6e18ff12470e520cc6f4a3a3e08181c2b58249c887c39ccb4811d6dc31c0eb6ca201d6734cb2fcdd358636eae91211f988a2b1f2a7a8e94c9da4d2a5870cc8e69ebc3bcd489bb956e835262b5c440e640078ce0334f6a59d762d171957be342e99b43bfa04d4395df5ddc6918996867bd8b113501738f1e8bb7e81adbcb7fb0b3dd769d45496d13321e42631a84025f0b3b6951bd91d917b60d35e6765a3d4950c1d35188e9f483e5b8152c6e7a8af5fc2249ee34c0c8832a5cb76b9289d54f846420572eace6a13056e6bb65da7fc9379ec720dbd562e31d0d8d593a62e389cf7f3d3f6927460cc9c636e8d2c8ee0ca563750c1111b1fad64fda7ab722432b0502621054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f0838743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed95285fa0cd0bfa21234a31d292a118d3da451dec15f41b63bd17d8fe20b26bb14339fab7e4b5e05d189c0418c7e2fd76041d76c88dacd25c789e76f077a764be/usr/sbin/rsyslogdservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrsyslog-8.2406.0-150600.12.6.2.src.rpmconfig(rsyslog)rsyslogrsyslog(x86-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.5)(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-guardtimeh04-ch1a 1727338219  !"#$%&'()*+,-./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_Updatedrpmxz5x86_64-suse-linux  !"#$%&'()*+,-./012345677ASCII textdirectoryemptyELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d0ecac93eacce7d8fc95ab71de267a8134d8eecb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7403ee67462b8950a3eebb93757200ddb2a278dc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dd4e5c9a1614da5fec51b349c75a729c6d126456, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5e18b123c75a64bbe959aae9bace1e762b7ebaf3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a2fe03b1264e7bf3b81d121240d635c15c7b9f64, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=77cba751620f388cfad4e78a3c47c4f47a87a5c7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ac3be5505ed11578cfe0a6502114d7706b41f543, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e6fb8804c961976f6327a0bf62c3a74c24ad3c45, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=11eddbd5069d94d5d1ab3b3d3286e229fd10ef49, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a75882b661b0daa6e593b07993cf56adfb016d9e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3d72d1bd115e8dcb0940274e5402cc8ae94d2c66, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=659cd385f60ad6ecebc5f3a528f93b737f47dd54, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c860f3a4a45d033061d100c2f27f213f6dc3f065, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=08161743f30b8d89cb81ef8f7a5c4ddb408dfd52, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fea1ea01f797da776fecddd2b06642ba33413bf0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=27a51c6559490fdc4e67d4880eb2349bed02da0f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c5db64d2f1336114d758e9321acc98355c778836, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=75eec6857e369d3e6f2bd0a5c600ae9963e831c6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d0c90ed4a253baf90de55d506f66919ed9ac279c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7351ad20b16cd650fd35b666c97cce9ceba15693, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=18c43d7def8c30f208ab3f08793d0b1bd03dc977, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=56b3c3efac572fbe6819d6496d00fd0d15cf62df, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a01d978f6633d1ba427e0914136c6eb19490941b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad131430a1e99c5bc0a7b6b5812cf522d58d3617, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=83922e51c4ccde5bc5784c32a07580f762a4f6f7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6f8c359da43c2fd1ef69f46be8f04893d9662e95, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=62c88124579dd8c47ea8292bdf6e8b5dc932c5eb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3a0284c027f671f7ad475b3cf611bd4c58027d3e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1b28c45a12037b1c599db4d8c91dbe77fbb22eb4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=14d509a21c9123b25a30d8f6818110abefbc89e0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9d425e299a4eeca25e2e7e5b6829fb593c2fc659, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9d0cb0fe63544b830ad6afe3a69d7dbf14aaf2b3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2e386ab5baa3ffc31c95ced0dbb2a6c1b93b5d96, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e13c879b0d8c4b612ed12249d457cf8b429fc4ad, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b5c7f0e250ac9a5b30bf84d055d423fceb6ce4fd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c6eaeb292da5621249f2e96e54c1c01db1b29274, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=17f326d4141bd211e7a6849d90e6442ed1e56718, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ca7f5e4581ea9524d9b1e21aab5a01c6c5189fdc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8ce8cc792fe6d5d65dde89dba06dacc020754907, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ef10dcba229d02ecce9e12522163af2db38c95e6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=94af51cd1642d06a39043e86edc991a4a9a8d0a7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=58cd909bfb56c768497f467659cd074ab8833d24, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9b22cb96f5981c01565b36e3663edf1613175a56, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7cf338390d4e5a7dc7416d32f5c69d326cfc6436, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0fd6d40017a8c6dd58eeff9d973258171877d713, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=477f57fed3ec664816e110b36ce30c9f91775402, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=64fecf4d62a525979bd27db30bfffea8956d0505, 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) #).15>CKRX\cgltx~   RRR R RRRR RRR!R RRRRRRRRR R RRR RRRRRRR(R'R&R RRRRRR RRRRR RRR RRRR RRRR RRRRR RRRRR RR RRRRRR RR RRRRR RR RRRR RRRR RRR RRRR RRRR R RRRR RRRRRRRR RRR+R RR RRRR RRR RRRR RRRR RR RRRRR"R R RRRR RRRRRR RRR RRR RRR R RRRRR R'R RRR&R RRRR RRRRRR RRR RRR RRRRR RRR RRR RRR RRR RRRR RRR"R R RRR RRR RRR RR$R*R'RR RRRRRRRRRRRRR+R#RR R&R)R X#d}d|/usr/bin/systemctl --marked reload-or-restart ||:/bin/shsystemdsystemdsystemd-sysvcompatutf-850a9420098d450f4c3c482d3cad1877c24bd1cec0df73ab6d6adf5f2dbbb3cbe?7zXZ !t/ Z]"k%z.kgWE ljҚ <|x mqZ=+PC 2B:vۀYwq|QǏܩؔx+bS7xI0Ŏ ‚Pѐ5c4Z)Hk@ƚշD\ҾrUD;a:G[|4tn~K (f+z—Biq7"e0ʂj:MHu9H!X`xwiNQ+Iy _gujI4dWxZ}x a&4 wsEuӛ\1h>>ﰟCIoKEHLg9ƁXB QyW!,6kPxr3zֶ{RTqY!lQn]:7ehÁ'"ZRJ~nE9+_ þFڃ, m:/B }ltb'v@[($<$YX3S KRpI@k5S; j("s, XBPY>1]u>x[lk>`$tO(7zntͧ2J"X Ys`1t;΍.is㶥6tS? @S&|"&dݞYA d|9%kSiAn5H8l< o|lHLP55:_ù5╪1۷Q00ɑ޶2f,ЋwgR]n3G!˱"!/NE,VZJLUz})52a,kuo_ k{%׉%(}TDxm,?pf[er.#'L(d˶'9@M̟jqzֈ 3}'t>Ťw:Q<΃.YQ'N|oBQ3u;[V}\`| Ԥ&VS%K7 b/ !eZ6ޏ,‡.Sڰv[} k鷟lѤW bCb(YւlW8~ٰ&SN _`N-+=ZmBKB!t||߇ҺNmI&>}Nc(A8]M Jtp ,we1PHә1贽;7r %c]"`qE)ܿ ](e_(w[վHXTYO\8DfMq7⎅/;XPmtF5}w[B⇂,Sd&SWo+\Ȣ*ĩ%x,/Pc6擀]^ڣ-iӋ^'2lnmU1ȉ<*֣Ft7dnY `8f\`~)yme`7E16*yR')92/ ' z sΏ4B̌Er| ȑРy$!Uy:NGSY&Am&mT'OrmJEǍi*# ZQ 1,zkA0Ab YgyVȜfRHɐ;TI Y4O,~4J}h(nu]1֦xN% "ghw2*p"%uv^~yT#4N@\Q@B^u_)Z%??:@#/lKnxɖ=JPKuBO)~aYȽo?ځF+gyBP(d$ .%r(WU"5M6.Q}SW2/^?z{5W1XZ B;%QHYB:˳H'FW-;"0T˽I\3&iwVWgy ,} z%e?ӎ`"IQFW%;ݯ(A.bĨaR*1OPh ܲꃛ~%WUo&ϓQ,0Ü-_, 8֬|(䴄k$u/7 *2jp݊"Br@.X h=$§z_j&0{HƺXҸr!'6j/zDr/'jd޾{SpxyŕO5?Pd m!Ē<:b`mP)kBK8&%}hZTC07T uwiJ`Jq'yH\19Ze6;ʕ1J0WԷ' %FTDuYJfh:o$L6V\! l[f2-7ODiD!eUc8k=L^-}!}cϭOYZmh ]PT&$ۍiJc}`eTOBd2sPp:B J]ӵ=qZގ\WGǡdsdiyP6 .B"}3BNJG~\v&+e2ĘI僩iqʒ R+htS^vԖ?Y%=2Oǰ :gzJ+k)kfiXCL&QN Z{ N_E|a A)rK;9wZ{SJpF׎uA1 9H3}O )~Mq-ڝ~q*4Ȝp+ e9w(3&ڷR$J CtԔ *{ o̱G"Y"Fa$1Ş~l3}fy޹BE-[e '/;wJ je֋uBTNc.2P÷k GXg!WAzV% 5;ZN.0B֭T̃.37i4(FQ=^qU Ct"s'e2rmP}GDph%-uQ ]acG%jxD]n g{pf<X~W!V$i DuuNFgf23% 2xO3ei2:la>ad俼1=@pZ 2 ^!$v HUzsK̮ҍHc %y4 CZ=ǥx@lDĸ59}֞/kYsdIҴҧVp&%-;i(3ǨU } & $ģ-rTb`UK³v,"@I8ULܺh]({ JP*$ϩRQ;mrP\2?|%f;'n{@@y|@ÁK/("xG[ڪf:C2|he kf>:K]"z>P  J7q1̢~qdO %02;ufQ>1Ԋny[lH@`ŻD驈7gTQo,_$4|GTV/Z 'wXͻ+>O~)sk_u}9i:61L Rڨ rڮ(}$ RL5%p\|[l _=Ƴ5Rӣ]w/]Y&u%jۧPgUmFߏWf'L@I,_rLk-Aih=-iX/}_.sAFh|>tI3i/DcIFʜ85P`hˬAskîh:ջM Ez)lͺ/A2gYA}GSChy[{W0;Ywhχ^Wo gpJv ItVc3Ȗ\ZZcdA7ty-f}jX!h ]61M('p=OYCbcqAv I&S%ߩT2/:`JYuDQSg R r4P-.[ظcg|:6 _WVc_lcm5n":v642J¼(' 4+$7"?c].c]$pmZB0Ć`|Dloo"WB]nbvbJ<ıj+X*GÉWכ|[[ȝG-r2 iF ' j)LVQq҆IMlKHL/ɜhV_zJO}5#:֠Y1bY;=K)]P/Ui}1 1o uE/#z3mf(3$ mpwȇF&bo$ܿWp)ݍu2qbf͛ۤrc!Www`|5ӛ,]JȏkKndy+|Y@~XȫˊQqL&Fqi@dp>—2m[>cuV_ZViF-QQ6 'j<ף&n{N #aM ,":gMvzwz 1UsuQ d0Z>=".M9 [߽|L#{gݦn{N)o?v}o{qnnb+N-3}ϡ[= ?8H:ִ,f&O|*Nj#SҏN̏*|rlv~wdb)/^.R>N!R6kNY/ti9 fGgǷ5 hW@BE})eQwnO\cmKN/1gḛ?a05(U EkhcG`XH{%o/Ne 3h~瞿)m},~w`,4}ϖf^X-7E˯ea[3Ibg5i*2y}dJ*M2d"䊏r&3_OLrLyDNi)Ic&`k$i*@[Rcأ%xxL4n!q៕^rRjB]hNqUϝy1D*n-a %,o3証 QoU"z)  }KSBTl} `VgJu:q߄dž3̣:|ڊ_=:w. h;yCUo.Cg8D]5 *0/qjgC9ދI (ZZN-xE#ѱVs9{s{wQzd)RaTw%]e!^g4.]o@XQoBl}>ΖobMfncùvJE?k6ifZ~c][-AغGz)݊{",dۄ88prK¨Pi^}@=Fi?ʖX Iٔbqda=e@_3jnq]5d*qN[= |Wb[gNbW k+#"}Y8ch{CMqbMGQ -QyT>j#?Y|9G*S;szܞ<}C| SyJ}v-OmdP8.7`Xo/`YW_MnsqeYP );EMJ A3ΧvtFǚ{G/ء+ZefnKW"QH!ol 7h1#xS ue0MR4^[-))D&zmqaE\we1f.سK("Mt=APňIz4g5lBBtj AU+cᩦu}d}/s̓³mҟ·6!eϦsNBbuS0ԧ7^bmt7jdRе$^Kou]ԸzDQF(j+K g} Ė,^xg*ԓ䷀_|W?,M՚CxKa1p!d.4?v>>z ] YLSvcC K*)e.{`kGq*dOc)Q2k9]&WTC1dNsRwAbXI #<h頻FU _ȧ^s`-VȜ_mkŗgb?OVTC(1+Ҁbd"}*}=T#t%u y"쉯>O]Ϲˁ"m͋yk)64uB; M Lld{> B$Q/{^oliH>'m|H8ygJ<"% k*;N间wښI@'i=[}aNGC,KC9[ #1= #Ј[fj,b\fE&%u N "[dF~^?rb a6qNZZ0`m4},62C|vr6 r'Kex04=ԱjwSu zMJYiH":%%vii; Vh>}uae_7:7B F@WaDc֖ l!4*)ғ{~'ąDfn&WV`3e1 -n0 '*a 6.M4Da]d%dK6rӳ9/ೂ` rG0$׋N(/Nևe6miҗaR%n/YHC44}fr%r)5_\ejn Q@/LWAZ޶ :7zE0r6}u[$xQNR [&^M_-BU=tX.]ԃ 6vUˎCG/N.Y͠cZR;u3x5Ƀ'Z` ?j.hMۼ&~ +'H*lvm-"ȭ1l݊>!+ݒdP3\9BRb6*PUn/YG/-=*&p~.~&6aY@Y]] qG @Aét'W =z@RvNHl=Nm4 H"9],?FkkI|%}b@d#cϬXt-Suٔz-)'eFK. *@(J_~(Ut%H(2XSptl<8 ԃo-?!&L5)9gA/Ѽґ}mH"1­lLw櫊^H31%> IjBw4L'ۀbVۋ# ;CҮ[Mܬs #P^k#^Pl]Hv-/M&t[V+ff'o]weZ  R}]'(>G#p(Ϙmhl.Uprzf!wkrio4|܅,\n6-AV>LXZQ]1'FXrQVײX㚓#e7AڍܔP`<^ \?`#!P+Fjjiw2hT "_h g' ;]-Uk+ޘz``kvÐ.$L =h!qzTK #-H YV/NEm7 7LMug6t پjhLQr-/:u.4:=tRxXOia oŔo[ N(6y'wZ.ʔ3^P {=fv0{e.wWaq _^VHُUbHc.]~(yo9wOX l0/GM~W 8\eW7_$گP91"c}z3&YZXr^/;&Ǭ{P 4\qS'UC&i'n͜U8c&shZxד.&:Pl2ըfJKg&q#NrLtl .c (E r|Dt^4v{R݇tNH;ZQrԐ!@o2)yfn.f+|4\YD*}HKT9J]9CSuS֥Fw$岨xJ&קuH{_hOL)E1YR&Ş:܆C}gT/o6?ql XxZMCx0&, qObQƏk'SDcg s<3oMi #x+x<ITW"8HXK3-_˗$lĸ~5TU]ٶGW/i|YaCAIJ\.ik04=sɏjؙ[gb[8g\CᄶVE{Y-d!X>v/i ^SfEjJd4A?ej}6`3Pa;DQmxԑeR2!!e\ J%ó?[Q-+Kv 1N{[K+$[.|!&QZ)fTkp4 ĝ?بېZԘGo*[!>&iǏ^wt|ȦكW &p[TέLb& ԅ=}]lZ1_Uů@$sjp _ ;J`ixWhk ܪ҈(A43ZI\Ec'oӉ;ϋˊ%.swF `;~48*PJ_||֎/.,"բ,msJo3pfs|k+N̨@7vSѫ<m\]R Qla uj k=Ź%6Ql,GnE h,J/,zOe)YO`D &2n0]8g*o<ъs*_cȢL-WIPdZi>58L_xC.SS`ܽ WFY嘯/z,𪄫hc?E#w7T&O|5 D?]7CGA䫐~x{mAVdZ R+ft;]_D@09yY1Qڅ4>c+6ߦދJ#!Y_5YQLfųoRhqTI^װ"Fʔ⛣OPR|Ɓ}jRJ r@WƸznNn#+3LUZm(3 >>mj`=PQ^rմ֏;,l`U8d4=S܃u2|vx" z; VyT:AL8u\h\֖ bc䆑bbڅ>~t\͸^LWy!0!SKQh+nj<Kav45%k[&w$wyf_qNm!LFb5K\}ȆL_u8Tdg4h{1vڋM^Z`- k[wO^ yXz +tRdVSfwTvЫba;V!ن+P (,t *Yd<-bU n3Fr#iԦ!`7H7R` Jqu@wqиT5+k$>\ߗ4O(K;ta3٭–r8B.7Kȕ@Im9 o֓OH+FBhO`[4Z'ք1<T$@%{%Ys;2yYmrg.C&SsFj.o?Nv%uGfs|<E(t1!"iB&ceM;$ݓ@#L$]*NքԋW99 ʻ>)ۏ>vꔄt&=r[¾Q_p?/p YA$^_x4j}xw)ZX~  )9-ئ&ZVDb5m"V[\dtbDݿh4F߆5G|l/ :j/6ΤzhWUo#4-7%m5q-AZD\whq]O4{.9;PUn*;ʳ,BL83akXlo-T@QHк3yεS)~=aw/ݯ#N-D=)y?@‹^no=+玊ls"n lEЯU[M5W"Yܚ̉>ORI:ܜx^/^橲Amس<|Zqc3I5IbS c{ dhD՗MyBڢA{DAeϳB^U iZ?b7k###n,#8gڂ4h&"+XEXwD:Q̼wL"r+ 8Z!XVGAuHd2ɘK׉P-C7@aoAi ?w[#+Mqma5<94Vu2O3&E2PG~xh֡`%A"a]%̄OvvL0pSG`;?Ag9䚽]9>V2ÜD!7kBy%>tTF&H#ѯ,mb8D;-'B՚N 7&-MD\@t)Q|֢$kQW,\mt/[U2Eb4+"eA˭٧iS6zYmϥE2E4b2:0@l3d}/ V߶,|MU估Ёϲb2wv\V6+nk%mN02;gU,'A\5uF񇥼7vu<;(.EibA| y1!t0 _AR N<ZN;)W/tѺ܂t~&#|bxM5 J`)t۟ a蹪drb[x"ijE>zFs[E1'R*]4O8{o__3$T_?)b" tbLȣ *MN{DQv-qSYXXZ/U`d[X9-Sg s|_G3:'J{4}U<@HV\vU~ǃ*Xx/Mv)ˊu+.]|w*xMf⓱~TEs a8jrddЍ7AwV6f])ksB_<$=lZePc9V6~R䝖-/'ΗऋJWP{-*ksʕ{= >͵1VSaଃ20&qQSrw.I®WNc1ٽ,uٟ_cyykY0H{% DϚyYD(V}@@CxMf/(V8| DкG,iOYm.x01-'Kލ/(U&?XHm^+? $͇yu k]/DPR:]yPd# wȌZkb+S/0[J,O;WR-РYwKQTkn׆Bq0;uz%hX"w+m4&T8~XOxɄWAg9_&I>zH(t R+j4寴sU@2i?Ym.RsOA,>OL}lrt1B ~wTGSPh.*D(v'$i =S$ހXRl٢&Ү[}~m2{xy7Z\} Qlwb"4_y͔K囬n'ށМhǮ,ؙjq$+yEN-)ڄp pxWwf%E)N(9=gHF$X=9y$jg={o!Dp+0p!w`?r>X:oZ h epé(p6xo5ĭgSE }5nnpLy5d-,+e `{T g2V@}'&!\QbVrI:x"j8x(MţWcKPO7<˜w\$$H7Mv7+L|\IiVy.t~tZ8";}ܐ˘ة%΁62 XO jv ;K Da酏a9 /<7$/;oS'հU@vMdž`E8H\ML U)50gn(mm*wJep&(jN ZDTCmJR'|9G=@莚=u1"sǾ'YwB@?Nߩ3(3˩ BHg3a-]J}lacLQF6W K@T: ,!,@w>i<, E؋^D4791oCn&;% tQtby  X>əL_aŭƖęMcg_g;AAK!x1%cԪϐG9*/!JE(k:"idwƆ ![h#B6 ld"av1 b2;חO5qKtDU*6;R{;g!V9%&i9樮qmfj), r'|Sܙz19ZN( Q ªҥtk*7Ke酤jy%Efچ8t tb$σdc "аx[O*}pr}еI=OTNm素oi22~pL-ջfJnCT^_C z`A䖯;A]-i"5q Zyueoͼ V r=yҘ"w:rg}r605p?t݌zof$;y!Bi3Sv8s>SXHk oJ"=-%Ե>54;S-̬fgo&DaWmC&>wD*U:S@e1KdX=֯s"? XL*bS961I2 k##Lǰ{j0_躾-!Fj>ː4}-5ւۗ $zCW;"0Ttl߱/ 3 :@f$ʨRO SԿET[sXh6X̛L+ GL^4f968p cM;M)=*ͣD~ʼwmD9ae>ո"T ?M} M) rv2րwta6;A-9n. H SѺquɤwcn Pq*$cK9\0|ZDЮ7G^[p'-aG͂|dQs7QTQSRh5jj{%qޯ̳ܿ0#NNi!3NNaaUYzu! bSt .2us֢oȥyj@M5F'% h8fϪfV.q7(W|Z3taHAߋ@Vzdw3RٔNp'lSKWR vvNϸmTDf9 ]Ic%yz=)+2%)g͆n ZɊdOoyMKԶµ4c:|5/޵R :hK9/X/&޻UB_ CtW=!"߰v-whg9}yW {g_@Q[2"!4K>ۛY5P R/A4RmkNt3,=qed.)^Jkt"5ez:f}bLdvfHDDӸgak66ST5ZQUaK09UI;}6zI^L\6tʥku.RfQ&0p7!o'ϵ51h35$t݆iU 8 >o PA'5vB0:[av jzl1;21+y1[J;`eL$K1 ;,=Qf%F&QSJnIě:>O#Li]'FY*"sS*7x92*Rv,ٌ^Ì$\H Yc7SR ~>.yoR媪+M}yX;ضj39I!!>3RiBpZ_ėx:\҇Ӽ͡8ep:)ë@ : ! Җ5qOpIFK& U>nee2|P܇˜C`"U` [0N=c'NK3SE)7dwٷ@LӰ" "+K&j /~TAHI"H4j n;0TS!=@ 9q "hP([&>|Gén0D~ݐNT]:fKtudgF \Dd.e 5fJc B~ra#>! <+9-${kvf?d_A>@OV3%&Wv*4.]~^L9x luK*pfMhk6 Tet aY)&o_ 2,|*OO'Tdn G?K7VyjI)f{wFWKRS'Ro`DH@􎭪\,]@2p&#ٚ`| )'P$V)A ]w{-*U]H*ܪakъcu|w=Ωn}x4G%4stJiu$Ө4D35 P59|7] tARw郗=@^4OVc(..!il>Ymh&u H,(<]N}t+Mhފ_@0v&7?JsN% D":8K8f'Œwhs1nl]W8- v8IyݽYuZxd>Vw¾%)'Q7 6C*hG즜<'<tlw{UvQ[1'ۮU`H{JRǦ==7z90\A_m<dsEeNa_D7IbwNh{" +7 71zظ/tOF&!%n(N=W U~jt[-xgX[QVǑcs>gdF"c#- CEwWKH|/ܣy,t>h/$Ӽ^zĘt *Eqs_6%$ lDXD_|B<M#5G,/ y/lSqV`Z%D|XvOVȱΌ/xKP!}oY|uڦZI}qOkrФQ3I_ƚPUPSID t&f2}UwHܰ!]<ͱyz3S>ǣ31ywr|}߬É-!3Â$%lj lBҋwfլ:z4-=c 'nMdQ'-C2+lT#4lpcY*ztF6?-o=ib5!HDĦ>cPX:dTV4y=2?rdJ]3a =anm:hQ KrWr)Ϲ>=_Rwv%3kM'b׉mlXV&pfznb1(sIS8% ʓotGsy8RM4ſG(NFGWۂ7'g˖؎. yvWzm .ӹ"TnagC?O“ܵu#eq=z:sB8 ٷ t]\&s{-} TY *c6$2dW19juכ|8R LDoS sZr f[UtZj-fR%MkL5H4Vi?:Q5q']O~XN g1_C%A#[tv.)U|j3{{LDQmCNga_ٓɨzŻTc=N /#EI 4V>t:o=D1jH0P=-|Z VƵpΝDO]#!V}_!=* %g96o_jHQk ,cIx!9d2>Bh3?-s;L=H۲~ 9khs*xƁ梧t4d"|)(Y24}4xP&w>[uNqwd!ӯp-K-0,4.0d:zW,M)eI[j6k*t؏w[EEB˭u(# jć]"0'Z\ xlZre}fSf/c 7!OJ_m_࣢ :-&L?D.,(A@3)$v)vڻ ; IDI-`?G}XHo>&ElB=8% G!҄lL.,)+kA4[F[]}MxFUqe܇;;jU_ZsΥ,d]9*:O(מU"u/`g[[X ,M{8^}3 e\)7#h1֫I|ܴ޹9z Oי3q41>s~ #XzPPso66P 44 ٙ>[ GǬG QYrݿ> LzNM\KkWUJPszʼQhA_.P 6NSxC.ru:5U^Ч[˟cV $Z$Hsn5+rR@S^rZ<#ؕ-f>( @DƮ|uD8lp/=y/ELQﺐJNGqp '*rŘd%K'l̤LRA.kfwf/䅦|Ӈtq-U^yc)|Nbq_3#>4_q$\k/(cWh?UJg6=C J} gp[BY>}LԽ#qqv7|偃TAI!Xx4?.B}+P0^,Uak!Mm1R6ۖ2ȓ"wt黩 $*ΦZz:Tc]v@Jd4ܪxЮ)7C=}wT0.> WX@lwz΀A!N(c( <ꔲ|HY*2>"ou\VEo&n>Z/7jB6?T /p[;V:@^w,xS34rQz)zYkXBS J2/zyIfx&# N]wٞ{!pP-Τod*Hǜ. [1zbM/6IA^*B;2E3* ZsF}o9nCjZvΫ{Oe$5{Ҹya BuBSOJQ:r/#Uͤ%RsA #yfos*}ʚh-ve}}ܦ݊M)M`p?ùȞ /w>*zQMz+wM4 {5i+M`wsVEmvhDֹ^|mo"X6mEN8IXpUwY/B# kQ~syV, M4b.}(0B~E+ph\L0iȧל!ZpVD^OǨ(#s C_F6wPOhxl8!L:q|+!ڈ'27#*ҺSB ClNd`df|TTߥrPȤk?( @Dş<~C]Jgc2% !UG J_[nBH,_"W 9އMe a@M7j诐?R0R* c8mg1i7^Q6ei51r74lo*BķYxlBͧ \(URӨp)&t!@tQHJԤ-WQG#P,^Puz#'9N67sJ\Y(QFram)q$Q %wFR+Pu}iM!@zq1ZdJՆE`NIhsyxͧc}p[8̓1QTmP+ɳ^T֕GW;U<'|@AbhqL`io#,dkHJKSUX{SGs&m-T{GX/leA~ú#:rpPZ%ݣ:DȊ:NF%?Q7 _Y$T wq{H[!Gwb=6bʒpIdS}W!Xm'HC[K!E IB^_}mg 7Xv0ukMD'ö];z(d YcrJo~|mJH[ݦ] ~jq ?KVJ *NAk7^RELܶP;"g@Q1",B+a2\vqw(3i*׎ X2mQR9Z&BoaytsAi )u{H4r辫ݦoiu`H eI,h/`&&(n&.D+{Htő&(/["O6ޣW=tW5A6Fa {bzU)7YVaix~A|FFϴh.3 !`w$I*%J(NOD OF}6VȲ+\Wϲ1O \B&3!deyUi5/Ϙҥ+=Sو'X<֤ϱpܕ}@ [7ht馅k0% #Jb[/HQs4jw^ zE>waԣvw\bkXj^M%iS VC(J 4[4Pq\ft8KC\Ŋ;jk(ޭ` ݑaYriѓB;UP( Yr }܈h@)kxj{$IÑ ϲ x4JNsxp!h|.qxǨdc}h+N:vV i8ۏ,fNJ5;JBOe5'dQnz"oAe'":i"7N;kz"ўв)ո^:gnR9h:d[U? SVҢ+ٛ{!MQ(mp}jѢY|+ .zC]Pe>?pD@>1&H[dݭHVlaq6yal7P?+MQ( zXh2 d"MQuK~M¶/UU:l] /#Iu(oDQ#`p~t⩫R!}n5PP]GO}$o!]Yش|c ك!0{̩=~YFW\27i'QobzHɳR}e)FWtY Êoa%HԵq~'xs~pQ$m3;|džki&BJx{#=hTw 1&6" Ey"}ق^4`, \.w^9x f0S ú<~8.sA?_ $ KD DI.V^I>0^,31]˄&,] zf ;+9S bDIp 8ꏽ۹*X@o 6?? ls g{i$F+x$D+ذߨRf 0%v*kJFm͊ڌQE 7;Ί߻ >=TQ:s[)B=ꪩj+&Z%k|C H7IoqRlF[8ztnUjcx`NHS)خX$P9ņsiWz|JB'Rb1OtO ~&^{oUNnzv+#[t1V/yxqwݴm}7+\B>/ʆmP!1v?ZW&7ঁHb—C~z Pm6ZTndח5-o0f1*" Yf(Ki#pjqZZ@;Y6fqg͞XS/7Cf}(}GH*o^EcY \:q#/j>'s/@,L0S *cO߾E,U]Ѣ$8GcB~C;IqvDԕ-XKd5*tgáB70jCuhkW+8(-~I}tbw$yڱl9$_V nf!\@Mkasw˜|T2xPHa? {9 ;A>Sw\m_z<{޹Tgu Jғ{=)Xd4co ֘4 z +̓b&ո;mzP_4EOKuJWs2avDV<֥ncw$nQ\ގliP bioRڈ\O0k=5Lv> T6T -[KeIe]p4A !I4.b6-ۍ-T;8VCӪmJ)=v(*mOdou940FSCVkQ7hA7`ww߰g\cr IQKa[xC{Q<6W ($ ;FLۊg|[s9@7ۿ tnK৲yԒG$5Ӣ;=r[A6yIۻKo~'qV\*Mz#Em?$G(PjA] F[sبUv$-͊n镧GmVXHR YRz.:B7b?{6 qZ *** pؤXW@cy Hl/>}^U8jmB>l,y21+X TRS Aՠ wT!ǤrVYp*kF9vC7=5A60 Ȗ hYR}p?JԮ "6{Ǖn>7Գka< zv.Ċ=Zr^i' )}QDY^wPvA)YLqC H531#\92iKQcI8 @e/QRue%oZO=Xzv 5l Y!&IL7g&toqL5;#|C3)j4M݅H6$ZA@LwXFblQ }f%e`}HMG=mE_{@2nR{&W[\129D*AJEY"rqW}uܹPѕ sy'(oe':w&t!=a۪S:kn9K8e[ *YS9:`CN8y3\Ե_r&ЎQ\-$ʪ*G%!ِJ_Z&<RWl.vaf6I|z븘Q&=/*Q }qAP4xDkW n,rpNR"t]CBB ɍF{`Y(!avS4#6wqE*>hSkV=bl1B9,Du +3ª͈3|0#FEOJ1W,c1K"`0T+.QW^Ͷ= Z \cy_8I[Ƀews\8-V'%!ڨ6r9qd`g9d&YR4Mb hL{k~B4 u&+`0+_hZOh\?jgDm܆N+:j7-`x ~O'aLg{s#ULBSݵ< dqDSþ٢SViC>W$k?սO6hI;ͺ,L!҄8.,ZЖ&jTbOΦg`'Հ݁+V _͐N P/O !pc%MKXS7d\ze:n l d/ŜFA-a~,)Ͳ2@ͼ񥙻7~<,'iFcv_~0ۛ[6ΝJk+8i.|3*h<=6PZҒ| +Ά] IR wTőei<. @ky8`-(?xtv Lm'* UN2jG`$HEOT<Bf )bYV"bॎ_U P< ;h3K#w-5XkZMWڭ\wOg3nIN:iQ&cPԏXh{8DgX }%C ab\~PWpuJsXrM\j"ۆ x)1*vIo27ObFDl1{\afgVYibdԪӵ<cLja %5//hF8/+ ouI2۬ۄtZ+Vi"l 4J,$ڲd-qՀTaؽ_=jo,0E~N-AJc85vWtw]L tl_ndKasln(*v󫙬 he_~휑=S<~Y F ªN~̚+'~wu|*2C0e s]!/ LRvcthZ1/=r`&P$y ..OT7+~b|Ć[~UɗuzU[ ./Bzٔ;/TskhCq7Jq;lwIe2WJ',0\i{ǵw.jP %# b#qO35Zsх MG?gz.yhȾoaV1ZO:PuJ1rNŠ[0i4,8ئ }],y}Hgf)LF0~ׄV8; b?[ 1#V,M Zzs # bx/l-uY2ݷ] hc$I {۠zco8@N#(^ImP2W8Em3=u꣔=E,llffWM1:/vԂaNEtu] hH NX]+ 2״5|qN-5Dל#K2Kq,ؔCYꚡz".SKƶ}l#ߍĎ X$[!J*ň{Yp/FQʦM~PvzILO>E)w 1݅>|MV4BE?ﰖrVCO_bB 2QM 4T0Ҕ?;HlK![KI(,Q禮6DWw!3XdԷ})77k"Xg"!El~xRhuVX3mLnh/l. rd )K2BZ"Kx.HRPWA 炧1٬Ľ f*;]7"'m>1 Y^~w˜21{aD@'2qHV"ЎupC>b|8(.{1e~vAbQP$#,BknPDvA&n6{m^¿]Ziەpqv%`ސ!q)).gQf3~h4T'یORZj%PNh(̮&x9\FCފ$(\WE6Hǹ'orC|z[C!NAtnY"^2Z(Ɵu o8Phh9U^ Lm* 󴍧Qd``i[J Q?S hcRH8<6g ;KO~w̺*"g9zqHZWo6'z (5oQEV4U֨Y+?NzDӤQ鰕"=>QWJokn%!t5*@Qd9D9m]}Lb]7 ZVݟf'KGM(nXG ͅvDAAGڛ{QC|]5˭x_dj8W`j$m)ᑔp@in݃i/B &!>Dd&ZI-p%;ʟ#i¡:Vig'&çg@hǪU Oz^Fq5ԗz^l.&΄h$߷LE~x&ğ9kN'DH7n$j<48yoRDjEއ?Prk,I;B5K) FG_ <_k*\֋UY^^rM{'vR~2¯;p'W!Yb?~qU5R!AB-bsߟ_mSIk#?V.QsI_⇳g'9jEd\^T)kx&ɤ%AqE5zʜW\&+JY#Jř8Є6e( `~\7PYn\A-Y,Qi*=C18{a=x+T[u? Eo$6ܿ?+nP.O`Lq{Z[+XVƃlV%& | ;IGL׻hC SY +Em%5`8!:gx&Șn[xl ΏU>5Qht>[S'#0WE;_業t ]I$ٽ=vؿ$zF%as?q|jCIL#q =޶Cw0nKjQ8 m,~ib1gO!GL_:k on.F6۱"%d_9q$p]/nWYpƤ$$TcS;'(cO_"seN ^MwoO8w9_jCꏬU{o5Q3q϶`pu~k`JPksVõIGI& Ju-W80:cGOc?ai0l0 yԧ_ue7b^&!cMsSmnnɽAXRMvc@ nuQÕFr$ڶ-vH{:^_Ä>L) ;Ey~.[CF+=0.ҎB0ێ08+.4S2gtL֑@5S#fWuKOi`)Ԡi42Iel[;WP- M q sV>=K`ةl,Ra[GヴV/wk ?gbEt";ߔ 7ok^i, c3ڐvX@.u0"UE':e@iwEP,>n)?QRTx7 kx\p!z)Ke&d.Eo|avt`:6m|އ;bN0;vg;)5JZkT?Js!jKta*?ICGK))^)_+tsЬ:R ,da!3|5A$ ՞2x;_>DA IPQ#K~<:c[̸<_ED9oE2>LV0/ Nh֋@Frϔi=oGނj.kG bcTc/;V^{!gfB.^Q0k%Gj2R"@LfŬ~@]'йQ'&C$h2 FAkf-w+70IAW@D?j':3 zbΪRGޙf;ff>(&GTRk}*#&Η`Ǘ}4{w 1{roΔ67='c/_x"RO_x  dq+J @N @[,ݭz^QС ֤2;:H!*Iy`Exr Yd)z;M3 /D[OB/kPgld!C ?G"n ӧ$zE[/=(3Lukfɐ|Aa,!&>9 *"ݞk[ENɠjv/P`@BXMlH ނ$}!|SHع /Y)uAp oop}HKD T իEcRpMv"yM܅E6XHaݽI_do'r}*B\F j}Y+\ 뜲!To;)Xve]+R!<1LZV랼&v MEB9ud]$$?Hf3\jݲ2ϛQBʦ):lgKN|?U{xq1o (V~kv"bgia +7x 0i.9c;?n`tt pK%*4`'XSs"֜ozd+N;OMjV{ADb{,8;>s+}`&=yk!KHV̗Sts:3]5Ce/"J쟲8Q[ydZ#HInStaB0 ,0ϊ00DvH AkIr x*YkmdG8k6X{P ;V,?츼K2mze;g"{eBaeO==pmXI ޽CS:;DBkp gB&by {[f8 c/L_vo qi "ɿ$K54l/_$KRM߹ S!-HMQcFJ(>i4%/)订(p "_ Ħ'fXgZN{Z 87ڤ.01[⟍64QNW갛<{|od^/)# !KҶi{XQP &^Ui* WGd$ٱE IcE*_7zR')NV>3FwC-ϛ 3"k3ר/g|w*aQL嗲{Ϸo TUۺQ4 laUT-24Y~|BΧd!3zb ޡvobb~B!#]&D̵:v\6yVނLz=gR=`lW*t R04vfgXy!ĺț FfMXm%-TR|CڠDxk4q0M^B!" =:n7bkJ6d0N 7|E$㡿P[QPC OLy`԰ [j˺*"lˈ?&a 3̋%$s.J!v7RzVu򮥼Z䊠rxcօ;-^^X6rmkpԁ]/s!JXЀFJ\'Y ,~P"щ]+`w߈J|8)y׊H9g#~z]Wlê5 @f_50qAzANטAegb&6CYƇ2=m1{wmRC܇]\ɓꅉksU⮈E-\M$kL:ʅmWEl, )& _B_KB. (6]f>Th+m7F6vb?ihɢ,C߇7BzJ>۪xzz*+ZKzazxڶq5m:Dkr_%|+d/`n4sciexNș\=/ZZj̔uofr~+ݼV" OI򀷭erˤYrʉMx/9gA$z9mUK оo/0nL402۾bD߶}DVo#߁k`"A*1~1}% ba Yvr! 4X,7s?YÊStS*wbTƼ)y%t£C4rk]"ְkW}9 r۲e$[G0 vqmfC:mʹ\^FK| ,@VhsFu:ۈ=,Nu9U |7&ҷFkYwfpf1dL$>կ,4OJjvѦoĢ0sp%!f?}kVyeU-`YY"gV˓)%A'\5Mѡ##()DbF+S`ͅ!Y-. nhAFq"vZK7c\lXb=@8D!bͭp&<2-20 ?%eϡ =NPY%,mcu|w:VN1NՒP&0h,MZRk XOGU,hGxnS>ljm@^~HsހSQ?3!^crg_~W,ӗ:C_g]]SҾ͹DR^C*IMd8\gtX#`%LshؑQ1G|}J/S!cEZ =azotz鲟Hf :ߺxnXOx : _%'{7M978UxF, U^zM<#<+t' 2A prX մꍘ Qpⴤ{` GqI> <.лn;£zmO ,( re%OPTh Pe,S1*Cx`R@AJsNھLOSQ'@0HJۜ8o쮉GW(g #yc,.[Ě s$A?XeT@X &$ڕ!T+8Ew}?x傑ΪJ5poF]#a=4'n!äT2h@юD } -ukDGj Æ8n-hP]@]- -tHr>oJhKMWO|WTJlc gg#׋L*?E?9VWV]G,!ny~zmo-ctZs6vWXE/ pdQnu г7H+?\ć[mN겸1׿zAxH) ým.Dѿc41hu#P~)e%0tS}e{$ izX<"Sc+^(ٖ$Ơ*S04.|[b+>sy"PG̬=leG'^S!پ-•[,|1}>sujKA`2Ãw:ɸu6/r)+Nqpw"? O4e,%p L)\U=Lkww8;OC/\|='(_MAA@P8C_סW}fe%gE螻9ICڄ? X $3[7j *FC]t!DjW+~0R[>S\uwĢ@#ʗ`s5TU R=hP/j$P+?Gu#>w>4(Ï4}[!f !@3$_n@vHt'gRN:VeijS%7Ŗ-<=ր 5Ta`y<]N._Qʓ8sCPU;R'j *S0cwŲ܏##gJOC SYf,jOmK,@" 6䶖dKΖmJRѦۮeH5=qv^;08pAr<g3< "w>pPotxr@|S _7_vR ]Xo# >Ji>i Ef]pC b7 '`pN>[ϕþfj΢hk.b_Bc]6Vup| oL|Cp:L8kŝaiJyLZ\JI}JC:4iVWi YYIȎMTs#fxvY?|>甾&ÉĤ ս-Cʏ Uq&I#Xstjh3_ KFGCənuHx@V~-bFb@)8to=+-1r }-c^{}%n4>(b*?w.@Kh_/N 6WFo5iuhz*ܴdwh-DBAM|?qNsXDcwƱ£|Dܰk1DgtƃGf`=5俛xh)p FVzah܄(+7i>HkI+֬\^hFUfȚ1Oͩ{ Mhx#9qVpv.-Ee SJRt`:$XR٘8֞)9xow z;‰h ,3YBRifK蕴ӕtO]H,Ǿsc+RS_)ta0qT4s*>>UEfٟ& >R92nPޅӸn塝hX]% Z9+_ްLh}a{n{ d5Q!vҫl~F `*y}Z< G|ʧH2@U6CP Z-z뙏w_Q֝ m,n6b:))u$Ufn£28' ('H&s @awPh%R̓H(.lۈ}<`._$˖vp) HKH=v cӶE[n2nA&?"2ߝ_(ZIi_ZzI8)%"/emr5d}DeDY[Lu a(e:Ai|^X6 Bo{\]EEvY'h[X,F:n%\|ׇ\\rCsFiWC9 D^X`؄@ 4-Cxcv ]\ݬRN75?iiYs;EE\@p_^`[Ќ3΂[TZv]aY}Ase[kUT0ŇӞ#SkD]m:P5IWN8Y\?2TtFsC'F.x`4UhݯmяJ /8NH-=@Gr Z XhYQX ) MGT-k=)&&@62b>rRbY6]0KQ rhdr,XW7HDž-a|Zk©Ff|㯍^3"hE01>я90 8#J.|wm W޵qA猟Lu%`K(FT򞻡MQ$Z=Xu pywf/8C{xOe=լ#Ÿ;pQ m u/w.葉 qX@eO 8ysgħ!FW.A_Ylˣ[e Lх!AbS"COV@1Q"X5hcB^ySvH7_LZgD] uj!`/Z! XHW!ՐwNz h>0:MEZiT@y6_4.BAvNgI6n c%+n Afڞ deieሆa "•lr0?utx[s1t'h]o2.^mqklm|&dV "CmK: qJwY*MwZ)&SAAm8n?󳗂8rK*kVJKjr c2iCI$2 [q2a8N}&w8j;bg-,VyOFz;`P) ޕsr}p"kT9ֻV,UQJDV}:8oA ٱ)I_oأ l>gL$> |NJN@ Q;4Gz7_ʧ5 JrǗR pڿ9xMq-o{ Uqn3+T6*u)5~w:wv5jΩDܣ̞-B8)G&}^ߌgG A.d҇p!!#f,Z7<+Cq|$Xv*[kp5tn|8|0 W\=0lD0Ra؀"gPпis {`=FY1Py;IF+Akz~&UUQ3ʳecF듌|UǪ(fkDL5ai>@>Y5^Kpp~#l_!Dv^k9x텻3p̣3Yj |2Л[j9|о#gwk%B6hBDOgM87$yT`#IXZ6pl)CuIs"TYiex9bGY,_M{` uNeVɶ?D ƛ\R$LFɒwfƒLÍ(A _?%K&@,ӆK8sc^^uSF3 ۃ846)#>  KUylת{ ALE M z_,uǹm d~k9G9TGS(S74AX P\B41*,k ] À5x[A#/[|4d.ˉV7yW#;(`gǷ(g:IٱMzO;`["XQsԕLc<q0d: >$ a^L~1"? `$O8\F3- ˋI aKYH-.~h(I1S$@V?Zdrl,֙Th iofaɐy 5M!,ɽ^?'6Ցz .KF Ҷ5MIlkXrfR^z,8q沧(ʳX\JEH)iF-lqe<kn1 (nGq2AdX8!Wīsz^}Bx,6[Dr[n4?, .ryj&ZQ-G~5)$eBwO4cŇvS1EGtHR-V# O[ ldr ; ? vCEݟߢ=? )}-E4\!74 }ڛIsd 5 ڜps]0%qt9}r;b6c̻d4stqy=;9F4ܜL[6qZgqvo>7֌B^g f0w |,ogq?T2˒Qʪ~'a)&R2cH}*B\CZvr>)ݍ>FYQG9cVO[1js@m|c D[ R8rapd͐ca:ww4y!x w瀨vl}$za$%D'F :/Q_-"ERMl {MzYC=&d,>R]ew-ϼk9Yx19#k\ w%pz znKKdGJKvt15J'X_Qm 06^ Dk )_ź Fщ΂X\Hiy m~&-/'i  $xՠ_m q+`_jΘe7v[["C@p-UL.n\ x1hlaR`pcTi~44M"\'&mb)k:/w(v+T5 iH9aĨy:/#Ig e'f_OsMt9U։‚X(;3*@YAčiew" O/zSд!n~pC4>O:5GcUjNȳ~Xka=[_yu 41ukn:b|mlzB~\Pg}Kͨ|WE]y/Y Kql(K{ॉ2f᪑fd.nh l`:kӜm& S#i^|UeՆp " A| qfK(]1.t5 ">v q԰(m{D*H=X^rvzKX"SVv:H܋b{Pj!:1zhX3O;@6c[,+Q:gLYԎ.i@CP?ρyŠR6P(K,Є![QDn?OHp`xE۬(Gf@~-bP7-hYj.BprMPy]91Q'`XnZ1voHzVbHuε9=W2 gpY$ ؚ_B-,Sqm.VKY=R:o#c'wu'{_K|s}( .^x^ЂWblK̡ m(D,r$_n!ȀI%Ο֋G`\Dah՟`ur(665΀tɩf=Pљ hJ%O;Ap1bC8VK{+'(tI YƤSu %sQ5pclay%y1~;B@΂R_{r`m@yU؍nlu`k|O-PO,{1FOV6(-?1&>g$^dkvBf[גJlMw1M^BB~%^UmkkV"Ɗ 6 lzǫY[=1Rw3[v$dJJ_wgeag*^+ 2"/:M(o!b00jA%w9A'ڄgA*6`':a:90d؟:Iwc(l0y_^T~A𨃟p>ƃ`2FD9.K{< `~^PhWƟʗ ΰ jY݉ژjOk(<1+et^#npX!-84>f}riju5h'Լ˞U֥ܬ sỴ|7؀AIZهB[M8>&IUj٢~G :.e4&q6eJ{5Db:uR7ugx(Vk.fdȵSv׫Ry)(eY .>̀R Ր0B&S?)"ǩrXm RǙ2򁟽`}79/͝of>X)~]C#>[5V8vahvxǽ@! `k%7 .…ok#REŽ0{ͯ!߈ jtC56<;;otYYݼH,Zޙ-,whx|QɸM|&)Wn`ౡxGx#^ߊH붘$0?AăZ< L~J{eAq1fB["PW7)̻~ܣǂE{t6\#byX/. XR@j߄CO%2i{!JYhl%P%VOxCZJDJDxkg;_7fj!m3 ܋hMt!iAꈭrDA?T$nC+!feɜVURQ3ERC͌&eI:dPۣ W'c3NiO}ix룫W4 ? o&+ V֦&Q2jqufl5aKPq.&֕f}ɾ颳q> ذJń^iY!\WCU+Ќb҃-1|=#$#\:U$lMAI܂;#ĜS% Bلt2b_~ 󩻽4[6#]PLk*3Fe"۩{As.N"(9,!5IHB4/hܪۺp _>#]PP._k>]QX/^4iK廮@vp KB rᨵÿf>pZ)S ~:·I3LKMD1i]pêPS2O 71HvL,uxH턂f8i}*:8hLTP=sO aZo1Mfǘ<13z/D'w3E+VM kG17FL'rm &3d-V+":(#Kvlo{w0Աݚz=̄B]sn_I:/Ma/] BtȩsiΥsUFEEf6Rhhk8_XjW.1Tߊ|s$ˀ@ Y4}˶ǢBlxVWD#i678öoHr v .-:S^eoI.s1ћH{O0'蝻3#aY7i:1|"Zhr{Mg}h2; b>[!:(PH3YpwvIɲ{ܯ 4ТoE?0JVV`J|'Wی?q4XX8 Hyz8 rQf<-r,l&>7~2 q,?.|}eĒMupjF}b 8YZ5ݷ̄>6-]GIg(Fg}]#=2F^P~U:36jvNK^φ%mϥ i`rIq Yc^_gGQrX,HA΄n*7 gz4MU<^3C*VCm@7IIvqֺ(^eƗ1˩LKDH. n]qA {bC쇳H'S$Ж@?ҕl'P!p/onWa`-&#&;J=QV[& \Yxv,~M F+/)WO>r{0ͤj W,\DRtڼ0OM3SR[,<E nuYZ'd`Qea HZqΗz*j^r]Nw/oN0EuQsɯssܾ4ZC7:  s5x&E|r:@qO8ksAiNk& i-6|?R4,66KFV 2fH1{1A֬ecS~ (js#ZkՎZ+UlEK+gb-td\ׯgPIlͧ SAh͈eKpO!r<|sDmQT͈f_gV qACE,`Mi=D՛tBϞo߽~.RucK-98ڮޝp%Q Irg ,TEWL T9?}ךsҹSb 6Xe4s{OlkƂy8AƋsu1Feg;NUzs>3jq*~lgnV-1&+6]G:1zDn&DQ$( O5Ƣ`Xc :(΂Q_4;s3'v6&OO ]JQDcZ+&Jԥ Q@"wb@zvdý& ;ep4p]Y:pJEJUwy~k|ƓU`4 #QۘH55jyL:'YxR1ruV?xdʙ#g`%-7iZi5=/;ޤD8ʥGAͳ)e\dfx9MyM`EƾoMW¬?dׯ'z;/qRXMM;qlwP[S$}͡M\wBVǩ}^^,`Ng`HB( h!ڧNl+K{'[M LPh-(BXksr]X0Umd>=|D֥h,x)8dC I"] r=!'W+а;w!$Wz /1,nقoȿO}um9^Toc;լzt\OG[tx.9Ň (PI'*z1n'|gzɈDg-Bډp,)acQ$ B)m(K*'FXxsn-TW E@J@@/ /sXM 89z`0QwJoOt-[u-ޞVzӣ;։ܯ 'MsiZ5-a7==cmmR<&Q$"xeLpb&4{E7$/_z U/r+h|:@FDiKq _,q8ܠiLl7 Ǩu61J )'2 bV+mYϢM@ ^;ߣv8~Gޑr=qvre^K`.Ux: дz9+\]7үHlZ݉\" jK_"[ֱ{:XlD~vc)Ԫ{1bSigi~ ZBBDD?̟\4U*>d, c~>[u}c`_'[~SFM7ۂSCy6K1NyQAqػI>g0 ˸CB:y/𦯕ۜnWn4H%CcХx89(6k)zg \ֲ97a@k81U*Ves.ys[ơߕfjSz5:z\V!5y!?PaGIn1{/6-*!9XMEWSrKÎ8@sUT.f\:M<9`eO+nn!WY.g{*޾H0vmG9JhoͰ&ʥvNKUpR9Sb^hNOU2?t18yFS F'H!PB);kĘ~w̓%k<ਰ^> .īسhv9Jf@0sTPhZ%D{QZ~-29eOT~g g$ S;b(精 .d:uBb_"yVAr>-[Ks`kЉK~Kj}*- >7ZD{\6jh* c4~nH3Hn+ӻ}"j|0z-FD )s_7$'%8[R[q?)@O eB--L-7ĢQ7^-fî H^=+ }$Z[PVVy>J=&k$3vH{C"egei/ߔ դMkr褑_ʊbJwNKi7-"ra>"f+xW#Ә+bUBp+cr6@ivd |0f\nv;A̛rPˊ#Q 89f \UI#u$zANmMN?#Fh6[:OPemѧ{.~?ܚs,~o=G'UBν3:e$A3)/QЕV<&'])'!;`X9 cWȇFN3[,<7z_#&9sǝ z]L8SApF 3*p KI`y><$ZU1iX*9(JSQ<Q]{j PpڨS)wwt :sk܍6zV9bm܀N!wVQp È92S Rʵ><᳜BKɞ*m~[)X'MhZDJt<@Uu5@@"Y+2KΎ+UNc[XNtgw#N5X?+ q4Ȳ%+q D,'+ VIXސW COw,K N''R*n6O`/[/T03`j!t݆UN_>fk^? M/'=j; BW,vk ;[&@E;x_ BdK+kS^DL M)&gyͷ/HzDɳ [Sq *\H^xs@A3yS<r\c,_npFo%…W\l2ᇮܛ\0EHWI,kkZgK0Ϊ ލO 6 p:{s촑&.mBA ɭTqaw3` ,LAņ[ Rn&Ao ru?βb#еԐm<LkW'j< r|Xض2vLqV<=1;\pRͻ4ff4~= c7ޟj>0.==si?̑߫ .Ma@k,1 H*^vkmq̇WHz!!Ğ(TòMˀrK'-1'׫I+qS6=]6:noѝqyc2юr!jO+l;|&H.ggr* sp.Bw傤銆ߏL&:)@dD,` @Hn<2]О1Uԫjsy4 yʺ+yo gtWYw؈7͡*Fg\G\X액}J1P HMZoN1 ~G~³D@%jH&ԭWjpjU0}avNw AC4fGczM.d_,~K>r9DT&٩裃;@Xʟ~j"U_#1'..{u7;؃&Oо 糖$L0\Zk@ -.?OzuPskz7 y*N˼#4/ yĉd]w**̭J\Qh7?K/cix9hVA8 EZK8j!_l?nN Q& _ڋ1›p_JꅀnMlu"cK9O4\Խ9(a\倁շJߎ$W=APƏ>-K\?F 3-Ԕ(IB+!"zȍVOK$}_Z#]1Y%.ſ({e̵j[V x qKi((Ze[mW{NU#m=+jGeA%E.^_1ZiFL(igOܑHImEدul@i `9큷&6mXJq6n,}:/P$o gFm&f?zę8>_d\p5 疁X>CږJ$$.S>BOxWt/TgeY-JmݘC^nJ^;z3^Q ;P4/< >ԭ@&hk ,AbcA^T_ܕߢrC8H[jVK3ӜQсP$t6eSѭL"B&qCG)yA3GA :wwEȡd$.$g+x-.Q6,N 5yLY}x!1Tj.u"Qj%` O5˽YeM4b^9 %>Bx%MA+#p.MIPO վ<r6=" uZs Uu 6IS/xx[*asy%Wkf.R|fSTE249P-dX0īՄM_F,$l49q*~;( 6'rM\Db/l%Cgt+ `2y,MuhŅ{}Ue0:" Blt_Ԭ;*xe&&WQ7bE(i ӿ])wFR G޿ EgyISLe zhx0ٮ ^"5^l۶i_3hvdMIUV% C!U7 _ $'bp"0`QL]tɛw% λ6vGToW2 ~k;?]>GTAf8%K1"Nv^-*'R %rb =Ĺ2FUy*hE0i!Ʀ:%0 o !=R&RvL'l!IgTUK`g?e>=ckԶOzqL-S&X=[`V=~z6S-:H YZCjO} aC/#TK-q0AŊ!_ާ݊μ4$jM XZ ޮinFj;^99xI< -vQ>u NGlL5!{TrT֫[1.}D/b$FEJSPS5qm6?{c5+ĭ@K<;B&l]FgŨ$-[B )lrTDVu5~;]P-oBiߪA^T}S`+֞kjK(r&s2'd:2#z6"{E&ES nQVY5ܙ%o0̋I1rd^ՐӾF] f"tI[)<9or&٢[`7[,m7a5chx*ueonZUկG]nAǷX5e "d82Z 43+_%hւfV~tp0/!VCnSBp:=Uߩ\del}]}dLz}ݭU!HSlx~qgcwֶķ{1+9!5BIuy#;i'E@ KZr7iI,SS!Zn2IX-ǍX?P*vFeG bKccSX@қPB+Lŀ .ED29ЁhsIv &S7 Q B'{Py`<7rΑ7{'@[vE?``t2y'5hm59 6ܐfIz%RTa 4ѹa3ZH{rq3slˌeCI+fjE&BųAKi'Mv w]{cUq0bJDyo=Ue< &%8·& `dIqb]y~Z~PID43wjYٞYX* j&C7o4;.tw@m:ӽkREUӶD4sR࠷/\e5(:GX &?Pg' kPl5k.zVUzOFC^w]d/]< 8AAv0\%O+p 7jxƩ'SVZ@zpI ȋ2ˏe *d&LLFTͭP ďcu%=#W2e.'V)$J_&Y͔¹q˧`11_VI NӖwB5'WFy}gW2YH[w"%Ba`xT+^ /'r۽&c rW\ BV#%W3K,wt 4IbZSu:_^V{e&G!a7pN6",5"թ5 le$x[(<ft:Da-<zk#~Rwv MqfE5GOXhpQ[ɠv[@oUuo_Q=A'սQ:i*~Gbgo w0$O^q<5=x ȇgEǂ]~r4=<~ Q[ɂWEd^l*sy+uՖslD*\%7 Ŀ#Ӯ(03#>5Pl'Mh!.L8ʬUI9FyQ-[3,.(:L UxV Y: $6[ (5.c|$buTqcbRu> 3dI֟H- NKv} 籝f12Sx>¬=OUzn&8Uu@]z mK1~A66~҄?Îh9{,qaOb~>.I4eVOU98v3C1taqdElfuz< ߜ?9OcQ?9IXqB0a+ܤ|d'rmwH?pL6JB:jן2*}U4y8eT ' BD&׆o9Bk˧U3hFTZjGI;V &vbT }0 ~ b$p[sQ鿤yx_5jf~r3;hƵ-䐚bZmh`BE*ccP瓞EvOjƌXK{VHۅ|wsyp@oVE#vAՑj%@Y4 m3&x6SS!t ;#9ვC9ː'tǡb(F6ɑYօjD\_ӡ 2. XTuk]iE8|*%JCXt(?TQa1ZBqCX]'`7[ڳs뒣_%L ;v'::sq ;4*g#> 賅 7>`MW)9='m.lA4'[ c :Κ/ة|hˎh-4sm'Y>Ch,raVe]K~?d&')Vi߬b ->NVVQQc֨1L[ thdQpc=VSi~F`8aQds]2 lV)TLhQ3`ZBq߀gf}m{rE,~W!"8 l.4ϣgUݬ=sk2Jڒ#&I(ΥZ{4/ix۝Q\Cng+kF@V!Ud)E1hW'K.JQ=o'(vMDImC~JnY?Oha.,(LGmΊ,X!$܅:Ps{,p8L|W|GfrۤTnT[ҳI>/tZhQhލ\O{Uo_7gyH~9Q]R9%W8we<: kj,_rt&dGkk(c -3@hZ83 -oW>y|CijXBZONHs Xl^Ttk98!s+#bD2EԜ5(lY?ڣ- :KGjn/)bPtvWj]±Th Y'=0XϑyvWO Ox#YƜI35Fu姑C) TVI|d5id%a&JHnЪ]Ǵz0Nѻއy(VS UWcdg#XM3J@2| _H7L]zr)[|?S.{x͝o{wG;>`hyQb+A '%e4nT|`Ԅ%CţQ-56/yj'R){=$/4:9! h?Lv`י/^4 HQ%ػ壟`w 0j4($8qwJS9ykY' ϑ!ZQ֓ i\nvc"Um*X;V>q׽v+%K3|~% z,urգDN{ f->"B6BU~~ ׄR~(^2|'T*vjTUVsJ|PX95[JYBD62@ed?oihV#_Ͻg(dˋ*=\_ɑ1ΐa/*Et/0u ʊQ`yDI" hW¸@i}N "T|.-:paaU/L8=]ܺ1HQ۵k/8ehNL,f_ToABL /lЍz@*[oKꋲ592}ow^SFH\*FAW`[S-)q0~[*ǝsnJsHr BM!m:ޮE8FGX(n1%bHj8X2(xw ,bz[A\6n~@zܺL1VwrP賄1/pyx̢ أ)!ܾfL|;2H%-~@c9D_13:)0gw؎+D5HԜ*ZgwX,'؝Io^f(ބ'D*Qd }K0qԳ!G)U^7 Bt-F3f2k~sV)]vfzqu+~h1,TJ$M3l*{&4/&RfkEĄ WďZrQlZaS:vL>ʖ_[ɜR}F9x0Kp儮ʈMb'aV,gݺ33=bi—-q$rZj'쬇%-nϿ i?Cx ȹ wn9]vma饇q yT*ܟK8$2w_ᛍuP5փFFELn"ܺ4~)`w_<9wjsْb:U1x$ƶf;DS8qJ`Qf347c980v6Aw_u={e lƒ,7U5";[P =$;o5KoNvv'xQ 麴NT`B#CcLUPwF$ l}ڀ]K呕v$&pܽfq휻`8#ܪcV~Jk5ꩠ9{z\h%L_P 2ʾ@ F?(c\tY詓B[ۧ7m19V-΢tebui 6P\fJʽWh}vVǰI$:9Me}"Xrf@/.?Ɯ|tG$ˆo}I7۫R5YC<>?+k^yr%532 1D"ijJc6P*B賑zp@&ËAj+gRnz85#Ҵxl1b"6p{bOa8Np"y#3<Ęޑ QRCkt4| L$;$}*1zVԔ9ՠyvds(y#MYYŰ,HSQݑ@\:pzo_*c6Z7rg 9qxF۟&^ u0٠J`rsVIvwީ4p-}T;RCCLlbI_ӁŚq-~SІQzMI,Ƿ6fFUA%be&BSsWfmFŁO[WI2/{o ~?GXpOfSiw%tBy3ۈbKI<XEwu9]♴F1⦺5wI_+u?k^ 6w6ǭJJ:{+ͫ!O\g gPTC ~N[;7 +%v0[Y:a7ۤ A԰o|̊?NC<!gjO0Y lFc$ev|PP\7hj%` M [fp {aܲѝPA E:GYTu1hGhXde+եPH&ʤp7r#FjuБrȟ* /,/XH21(GF!ٗ.: ;|]]+Xj ? heW܅^ s8򪚹㾛W ĔAn6N>&B@gz$V"$L9ֻ$%Ѓ+ۿ xQъ8Sr{? KtG# 5WsgOC*hRF:1xٶj;a-jN ]{1jyØx &s܎gi.%Mn5\rgpz"km|iè tptWitA_dcp\,)xq9:=>q[enaz~{Qhtr{! O5:Q+}DǾ)LֹZ3 w'j.e6`oou_'҃\cV[ ; 811;8i~bOP}SON0<41<.Q{޼U}j0Mkj}a%  RS7_h*, 9'͉ =PIӤ-E 4h_i9FmͿ!^.w -Ʌ5|;| ݒ*Fj8Y_kV:$z ! ~=''q)__RlH筌6_T՝vpb-W7VNU{QO$A+\ʴd[+692S'<;;Fۅp#v#' b-A+ذ"7ĢWUm躯c]`)L)kՓ^z)D\Ln{QGfT;є aΔRl~<I zx qE V h8lvhB1^7v4K;[z<-r g!5WlC{@#b'mJ&p$H@0 {[qLXZ~RfgOrrq G{͓&9x];F^/!MlQĴѓW'v*- D&H&-)~d4NtmABJ )?wgr Z axN\7+"[H@ٮ#u`L[_u&buZ8rR9NJ?  s~Qo]4>,$V@uC]2Vn}lH_Ckwcj '(xCEގ}yz7(s4!X6DAx@`~T`%龜> #V/8^Ս(TnEiMbK#p 1DMf?}͔ Y9Js< ܽjK{L;n07Jҏ:Se0pY~{X)񾐬â'd}u4ދ 3sʋ4)"ɫZZK[~kh@5t'"%  vXX@Ƿ0W9$5d,5yA@:& IًK~=ʶQ(ҸXgF }~R(F.ҟHؗeKM&#pJ:Z?Zo:~1xmm RNE!9B5|qۢ˔a8'\Cݎg]c5PBBU>-I|y1AϏex^ JS1nnz=)y~*GkbW7\O$VeTRXY%"aF/wCiixp_K"6ƙEY)ZUO0%:埃]1mZ@2(YFca^ ӀfRv=J9Å'$IwKpsv35Z*=A6IC8sHðFfWYlcmt^a`d,nȡ^%#' h Vb~;rثq"/&*voM|j [RօvgT8fá=C,ڞ݁ HOl:})GQ㡡S&OۘѮlq|.%&kW=>QWri"2_׳IdDTR-~ǕJmЛ/J7!K!&QvkVjԮi^xuPU7pcy@vE2fD;.4%kMDo lTBm{EnS$,Lӻ >gH*,_ =\K;z@Du:#nJٴ)t) ]}6ӟKʔ(?6*2b[˵ru%sq)3G{;ɪ{)] {#)\HMP^}~_s!M؊ᕚ|`*-X{hUY0A>ŷ?,v ܺQu!bdE=!M&BWx_1+ |Y9 '/"u~_j(tOQwf~.:Y%&WXq Dc<(SHsHۚY(篃Z5m{XҽkY(w~G:hP/+)V!P?*6-wxiGhnL!t$fزM4Cԭ<*,axdx AXPcj8M֨h~XT"~)J5Wە.PmQ¡U8\=_5 [PͲrۣz|t`sf2#}BI] BZXi"DbZݞW>QU[J/# ɄiȦViѡG+g-M,gazA%Y - qSeu;ɭcNjQݫa"&z@.X~?jְO?Y{oO xѸ4.a^ hKO|'MG2GY&I 'W $^ONYθZlKI@𲏥ȘEVJphψ)Y2~˜Bp9y6) e**sFw](4vRQ?ƿfoDP=='$`#[֛aˍNݝyX _Q[#<Y S?[}'>6b&)%P16 yTQ" yqyz4&3z|=}.}ϯUFƛ~CI7qz gZ:H&St Ae†0$cAqk2wڃmgzse]g75tU-;-ڍwZ)jJe?WE^eKP$H_R;5И/PYOH$}x\P .*eA^AZl/BVi>݇Q/G˜f }AK02w`W7X TMEuҰ Ze[\) q"4o_Eԭ{~'KS$ ǢAވ6%F1K,{a*п?R3\΃nhO^eXJ<Yc&E>ٮS;BS7N1L'>"#Tާ8 Bnk{'+Y !#Е02q#ŀ ɼbaXtkO VHIll;V3ȄuoSsh!#m*@${B/n|E(_rK돓=qnX{n#1:꿋Z r`T;M0x5A1  Ά1_Ic"04T% 7SwP @xCCZ<&nqma Ciig>J%dp #9 tv6P_ުw.k*ᛵ2}"rBKIDRx?h#uzZȻpQzx #9pN9z@JFeeml9&,_Vؘ軯L ZƟ,o4knSyU)2K`җ\Ij^'}%SiLO'ydO3CRs b~~6ǖԏџ]?XE.f]5 0#azod&B^[7b,&35(-%5MYF[b׽LAyÒ>m\b(QXjG*fU}r:uFZ\GwXoԓγYPCUa7bֿή0N[<#lzdj?wG @prxotzU QEK5UʙQT,U)1\ Uua(-}G"|L셹i ޹f*QV^j̈eL{@:䈍LVL1kJ(X\73 RbAHsI'&};5b~&( p|WʗGY!|8Ipt1\7aBQX*ELwg-uYiy-Q4 ؾR!0inqQ:բ(Ưe [Ƞ R.CoIa{VP8Kcʘ`~+ĜZI.#!l~{Gtb^Dn`OZ[`Xz_7O:iqLy׾jKW9'JŚM&9EݘLMcj&OV}IBJXNBЏAFI~М[Hjoܸ:LT XLA0#6 Fyz~^0z$\Wpub:h#8[ 6.{:: mm2 >2[^cxevՕ6 , I]i[z9'MVHJ!?-NE@ t\-%Mv HN_Ls? !*pe%C?~o^] zjQ9' F잱_4B@t'փy( #pVN| 6PD&ȁҽ3dʸ`rQgR U^wvǜD캊ߋyB߃ ةpFA6h+dUF)]cQl~Z 6QƠI Vd+ }Đᔘ!Vb[!N"v`◆עd +a18EM1.bo-dmS2#s#F<*x5#YleU7jck *]+VU"D$'n"ШG X/l|_6LXQJooiz,MгJ1 (7r]GmIɓ!j{K5r9~U„m{o0QdjlKME;:&1/} ]rarEeН#׮ޘ;=54M~'Cp}#lCYf}?QrsIYVr y N9 1மBFɻD! D-h|ٚy9TnP{-lG]o}槚=e!|!-:Z#L*A!ؘ*F)Mn'Ժ#rFgJH~o 9 I _NݚeD 81Ϫe5r>;ⓦBWXFcA?l\*4ӎo#"mTы#D \x=L^fCn Bw?W>uTeأ]XgVDj -.}p Dʩߺ,I}Hi"kT>wϗ*4dꤤ+qև{xF3P e0N+7 gt̓ :>YzJ1L`s']גz fIf!%flsw=#n=B]5\At{i"SBܬP !rw|;'xNK-ƤJ;ԧ.X9%c 8D>g{>qk `wl(Fkh[rYܿ"C39TnHO"q] (]aNo%#Tl;JmR}Hdԟ=] 5a)EFޞ|`|Lf%X4%&Դ$8T]x<0 ڴ!9/P,*k%'1$') W#fBY[s. wWKv|!3z`w[(YgA}Ypϱ*oiJ#((vG uvj7&12 P+ w RD:[F DL.?$Cdg4 ` @}m-5a{1mp{|Al[JDhsq+ eU';raU=E4&pp5ſoB- q:ҩ:-e&|Æ(8 q}GHJUF4c(1[6,Mn!ƒЕ983+\|!{̎fxg~'<3!_k4k90F&4 AgpEI4A ~xR=CTNb[iahٚ> .=v~8'0O9(f3.˭a3Z %`B&=Tw- RغE-ZVHp @XeFĚ\ ţȩ{;a0d9s{IOP{jIĘhR᭏ W` aV$$WB$Ç~5PGsx`,RGxah2 pD)\Ee?HMSl;l r#q&)E ^삐2}=Bmݩf_I織fСI:STVgúYƛ_BhEk)4qhfi Z\\y i5=1X, j];EEQx׫j)M}DOBdueҸ^iZT\}2D53w`\WA%_BLʑsָ TH^q)?Dy/CdM~X2v#OkhQFZzP #>3Ǹ'C˞ݡ>]?fïc7OtTCX֡NxbnQC@Ahb2#z" s1 %٥4gyK% $Hkʧ0tCKrOW] bэ7nTA.خ"Q$ .oXfǾSPX[[Z@ýKӹ7rTF4&.ƴ04SQpMnC>Yhrceo :ꑐj8Y`hOcTP65@Xubⱦ9{  # KIdJ !gtl iM0b5W wļӠtp_-,j۾ b>bsm(Dghҕ}<şP;M1iS*6cewpRf)yc`>Tjd=rq<VWoM E;mU Wt1鈗"QuOwaEC0O5\8^qImwBi8>vشyJT!Y`Dʟyt9n4MkJV(3\ߗc3u@}{IV Y FoKyO KdĠvcom\Aixv'-*,Jȵy U)'qw${%:5cqG3EZV.a+{cv_8NJY9+LWR(0-dɇ~ğqdN&a 7KatIG{YсēgSs ` Zm`Z# \àޗ'ce B4]֚v|s};3t wf6dVްz9 PeBWS)lPVIWKycH|{a"]zx77j~/)hsH ħ@T5<2=`cB25ϢhZgu3x%!s K}ڥN/)RD.8DKtl TJbp1c*&B<>+7= _j_9&J9"0gqR?%6IVVyN¬<.a-[)=zG#zV6(oZ~_B:{iQ﷍ !|@SP57NŐ ܔ4m!«9v'aӟW D]YB_b'Y)£`T>s}'K^dS9cE#PN2@2&mFd:w4U9[֨Xm؋ MmHqLُ뒴_lG܇.@R&ICc[?f죀M#% w,뺔wg2OX޲d*8ײ bF1j`De]'~9fUԙK&_s'B)sA<+at7#.oo1ђЕ~tJQrXv-lύ`^ ﳑJU2srBAVW޵l)<&Amy%jǍ4<YLmO&䏞FF3:2RrѠYF o, vgwY0G4-J0M$^X',u4]znU/{Pג)/aKI],"S:ϙ[37%Wy.:W)޺Y/㥚^&%eTv*(s9Z1-uоfe^k>GCvߤoqK/:Fi`?Btj(]hY8r!R5,#{5-Ty*7+}7CT%gT~l %磲B@QQ[axHԘ  w.(j/#CSz@h+) }Y 2A `J ڔ%@Sj"Fj} '۩݈MHD#~'Oz J&u ,kmCfS{'qe2%xKY[bF껲.l)Kb3+J K!=I%PqDeb{}\*שtPXڞ6~6]v^XQf<5jiՄbPZW)/[ ~ SKJgFc|Q]=Q[ߖOVI*ɦ 9;IޅEM4zw ',FQ ޼DM뵟:`&o'lRX/:)*}.|GN[a F h`5[ `{7/ ވ>Ga;^ "ǂYDDIh< lr쾝^7l O :h^?KAEЮdͥq+测t(UuHlb=: !W$u3x:> znIkA@ 2.F'"Tֈ*$ӟ"u ߋ/I<ҠO)\?=lO$SFbaNgXNhsUH)mbyǕ6؟ҳy54tϥwd-Yז{;nZ 1_+M1"ƚwJ[%7E/S AIIPWCb=8,.?ttX &9O;GC gѝ(Sr9"FXT> 2WEUY}B ݄U",Ua BGLX" _81Dž gb$%fא#-rO[bp6T4JgPzׅEݳͮag/qU,_@Sq,oݴầ|\~g  Hע4f\WL6#QH b)BQ-Nv1qz5{ 4e.NZoYfPpuq+nCn4%I}U{myWmL@oZ–74.Rgt$zpDxGeHx1` ^g -GǦ:N]F@R<͚ I>s;9U °L]k]@ӴT?87VֻCM^Hjh<fΤ)GT5R"<`j?͞2wy DD2-js#J +@-e[y^%-+R&vROh.$KM _FzfbsΟ͙cڍUw0ي6Iɶk:%pE MfOcp}ND7s #4k*T]ѓ>+ hMͲK{N;斀4LcUnI?d& !/sY@>IZq#.rM;NӸ#>g`S{qvp4~&N Ih9FuC3\$H]u o}FR9 {Sf+:MXRB/WJswԔY|4{J#H6?sBBſz>R%M?sV(a>SM>Ҁ' #VȲHT o`ehkx%N ~WW5#=:iwD{`m^ [N%&~²"mcx&e<5q{6f[1)'mmr-j7eKgNl}R~*X^ɂ3?@| Sk.iՀ٬L P*Yd!<6= 97+C^dK=533Wx$ Ps0 2K^s_ppf/+%б9҉CqzSM V_`u#C<λqR>_.A*fpi֧nwog ҏ6ב'h$!;lV7`Ol\t*hj cîdo۽`N#|R#^۰{rl"7>ϒJk(*`2DRՕ~pK}R/Z2Xs㷺mW{%A: u6UYyyW;?I՟QͱM=%40g*g2MH!J!RN.O.&üh:W!N7s.Mg^PbHh"ZU\nigӴkD7G8\ͤO[xf*"9YIZveuPC3fmjQkXeAi\%(){#Gb/lXG*G ۍz NYVG:^m!,oZuM ;^zPA=Βfc `t?q1u5Or;dЧ6*A~]Ps`MyYVCdZD3'teol\Qܱp~& <,o<kR-xŞT>hodjTZ+Aҵ`ŜA̹\z)PZ,̖:T>,Vi܇%=3e9ŗNG ) w}&K10# h1gAeJ/2L -W@*IB˗BEˆ&O"Q8Daz͘EzUI`E kㄸREVPu>"H O5!?LȤ6l9E@SDWuc_pA&@@IⲷLKQ`\r=9 pe!. LO{֕ϑܕ;4scM92z©Ts[UTTE8Y*mEX P@ bu&oTaFٓݮ"Υͱ_6Xي]iMMiV+SZ#))NILm;Q4t(:ǐAX~^8dzΗfj. ?8ߞ V8RR-H\7WI4 m|SQĘk*6E|:jˮia3Hw~,BNq-+Bђd!|'7s,.kǘy}"al#Į/Ro#ETG(<ې[-=gBUY*Sbo%!E ˛n?ֆF` 5F+N64,6ľpWb6C r!<Y]{RHGWctOF1/(NQs4,(ne$ ʭr۲%[{7r;ъI w7> n k.+qL+Y-x 5ln@ݞ,rEN礊]SoJU*ykFR H5dDC~Kog[p(Fg`߷35"\_j dE/)ѢP-/r_S!7Cƈ g-zI9ruqzr^2In#zg OJ1p 䬍,ݵ_4Y.bxAJ]y /\e%Q8j)Om_44ڱIRFs?B1Mo!D&;Qᔰ`rtZ*˲j #Q3K9 c8(`,D}Q,^ ja7ia)Xl饸H՗KL$(,*/\PAL[o1-M11V//$8*YGfQSSp^ gZOwהykr,M.\|?K1k:V`v]B@&4OlEKs`6L(Le@/J8zDءW@ٛ&@N~@%}^ɠGʠVE"8Y=|9`U=,eiz:jYX6O~g`u} >'u`ޝ^F'<>H#\J)1gǻ_Gl6]w .~ec6ρcXϨ"2=*ɲ-"(ά6a/E@t2i='?=/ ˤ453r)4, 7hw{Tn "g9{gmQXMB*qvHVvZ^pcsW -zVۂ xtv]Y<`qm|5P?:?FGT֯0(\}=hJA2>j fZH@>sB7c8~vH#]AI$RNEV9cI27 9f[“*h*o[IY$RlfQL H; Cކbл1erE9 c5tГ#~_ gRCcFE`¤ڹ"rgNIe@!72p! ^Ol""j-^+[gn0eO ]Y֕ɑWK)w"Evq Jop{U:dq1)q&DucL|b~Ŷ;n%b@n{~ϿBIZ'$ebGL9'fWH&%NZnat9:9eƻ߀=,%+-ugu$Ӡc ^ SN7(pp];^xČAjKrzen?[D ƈ2na ĉ'ujXfuEi Mj4ٌ3V1oe>EBHIXG-Og|ǐ4ʞף1+ƻeڙѧOY8xw/l[}(DdD7NliESg5 os¸0x*[ҿa{c@TR-rvF.ux&Jq)L\ k) z Ż?uǕQo8g6X6xrR8I'jo{vRTd@?o)UEk7HO,'8yVj@:Ǭ<ߌF/[>JB0 !7Hl.M4͛.ob|j z;ɦ5Ҹ36,E%~0wwZ4YDǶe ]1Bk=wO!eOEFhNi]=K՜XOE)x'2ȝQ\_UH >Tc'DrY&(3D9!fX;߿8~Tq2K-xxC?bl9^p=L䬔Śʵ܆:Lc*41$B/(rFڐ3"ywCvd.T7q*yi4B7{QvIv; witܳ r|ș zI:ɡ x2g4yd *ӏ+C̽Pi`5 %ouoMK&b |#{*OOȦaUnԨtK2?۟s^e;x>]`f*WRLpʭe`,McFȍJqzjG!9=ګXf4,ߨWolta+q9d^p&a|c5:;5 5vfEiT˅p %Dprp{ƒ ;Cꌄ !y/ܿ򢉒-W)^Z~IWwjj.q̿oyk:RKOiLE2l`E[qL0:XNbH$ձ-s\e1õBZAGws#,pjxωuye\EXp (;h'(V9dIAK2'-%Cٚ+ҖwZ'gX`^ZP0y\V_fIo{&鼠4 ?O @ 'C27sSX4JH9Q}@7.:_CJdNTryu3kyq xg.ku%&y zԝ-ʇyV9"yi(J'{`MaT:li#wDSOx1uR7p]ӟރ Gݘ<)-_.Rsxg$; 1ZEBMN#$})U=Ghi`X0[@/hFƟ8>`?T:ϙF$el؊>G]W Ia-d[Xad? AQecFG4C ㍂ME n1"5&o@ԭ >s߷JN[/ HGZO KC ` sm)8yב=r]2Q+R )rG~m\]t 6G|՜ZK1ò@p6Oy~ԙ;AEIM~01#0ݯF,v7fݮHRFZjaU){MzT>iB_I,+~HV>t9 |uU6sD2v0/+LwUp+9nHD:p_bwJ#M6l41YZL+';SsM݁K?n] yiGmTMl+⒆culIJg @Ī6΂eF~Ai~ 3L^M1kRL\?>|4҄)sqߋ3Q+0@O )bC4kT3 )1>bs`UEyF#/{ CÚ[<]Ev霶|ۤ+,8qTp@I- \肂v\)>4rЭj2% ޤ$(D_s kWQ`(~0(m+`ih|҉c`\tb(;GPnG| &+?Mdh&>ۇ &fWVw97 7z&B!@PzP\YlZƑr<ϲv`[z37- /vɻãA^u+,8Laٱ㹖u}$4*+k\z:β hRsEFD40  %93V^_ EMz;^Ϳ]/ǩ~n :,'.B` + ~8DZ9 > !hhn !*@/'-vgOY[Ry"!&^H2=􆣧o:@|@`W80w[ &@?֭@cIJԋ0#{(mᤗׂ-팸Wqɽ#*L:](#1$#~~ #lwyʑȓmV.0CU? XXygߵ].ʘ4yq;6 ~XɄ4!\3J~C^4B: !.[$J g.?>PIgV'2Rë|j+&uFa SzG9g]> ߪބTA|fER=f2ObEg.bjy߼r WjҴ߆.?ZfFv) {ӽ7M3grt-β (e!NܓCdy ? ('ei'H408'3*Tyٗt7+\9iE;U2b쵈ТUlڪOȖ/Pk-VQ B!KW VsfzՊwn%T7{xiW 5pd@%dA7 itZ3xPE/X(ˤ#̊z^?92x">UV܄PBX4S<'Y}*O5nLX㹎\^em\kŭQӘ ,];H%sX!d‡4U'iz; ;vwCIF3̶zH'ܤ3]HR\D3g6 w(cP.8(>Ýu\cɱOG`)~xӣ+H^lPY&5$Xz{jOarVoP"h:tXi g&b$L& '44 Mvh]dR>(61'ƋfK'P6Cᩇ:Hx<ۋ4a:peO:1uf^?vfF?z8T͚ /U:2Xe??K*#5 ]0 KV}"P Z-o}yYc!\aQntƋaJ8ra7zi(G^ oR#ByZ1b2Wٔ_((ЋQ /`r/=O[d* .M% +j qXb \47J-PA?(7Ft#+җ/"ׄmhkLJ.fԆvw 42HR=ɉg򛏧8;:j]i7ѨƙG PSDBx?Y*F*5m4Ca9jWCP@Ji񫩭./hp ȧ=샵=H~߭y5)r:CQS[Tb^oAsPWb/iUjVZeξ~L2L _gU[ S zc^}׶TZY8%Q6)Qj7z/0$Ej;",)].!fx4pi98t@i r< /Y%a3p2ct`sbX,,a=7vVyHDSFVBMX++dڲGlfVq&d eη3h h^Uk'T}55.TgNEPdorn.jP122<`_c؍;])DL8XV圦ANwg>FC+O 4DA[ai&eB/j<9!ӊ<'c&(ǯU"\ddϩjaӈ yQ;7wE*c{TَuOƿUEje#i }޾C3ڔsGyA"WIbZ|r / X]"k!H%ީs ] #Bֲ#9(@+B9pϴI HOe U>ְ2; `n[~ZV6͞LJ̐>ڱg!<$ҊK^'Q!c+y|jG-դvo3P<|YycBbvTiDMYP4^U\}i;AO}=[ragW,dz}. #%_%G N& *MYyEeu: ů藰q^riER3hi!Vsx5W m5I h[К!ylf"Q~ƯaIhM sDs ChӘAN.q+a? ϕa)J'?Ag OiUuK-2ֻ(6ɤ$ gª\aS 5R0dZg5{5ۮkSamLŸDV2Bdelȳj5Q*o4+$߈$hR.r'YɡC'+:Tۜ}AB^du!N-f-"<RTN6*.ݒ@U'>U$^Pu&+?+ Bbǽ@xM+c#AIy9 1XgvӚx.Y :Dnբ28j]3V-YQ5H'P[I^EIG+ _1uz*\xtd)T~f}5t8v =*|@Fk\ 1zj'0Vֆwe[w/N*ˉa3pq[]I`bX`{?iqfj#v^%ໄ-) & xTq`B؇ǟTnFr3߆w{XR_ $`"i@Y6nŅ^!@p|kicr Au}NtW(lA, .;(si"T1:=e"qNzǃTX-'$n41ݸ'U(;θ VoÆ+5v<GПvO„d5Olh\p3P|"gV6.gG\9W q1B3b`^hv*ekT&*YQzs_ \c"[xq謝hJ*kQ8m8;$-H^ _fh|ay'mUb?] /bjkphJs5f9@*TW|tSd}n+PH2.ځvK:YVLdե83JԢtW 2}\ݗRA~eȾ{&s ך-ʽsԯyfgJ{:S-QkiT>UIp >4" ߸(y@RI m#CŗacTCߜBkolԄQ풲.j%lNI}Ҏ4#m0aq lg& ݇&_eCSPNs x7f99"p4ذ#NG&U*\itkL jonuɲz7_d(=jAwAh%Qs eKɩf[goHCS)n+'fm&vDʐ(U}f$=Na=*Y8,Dp'Lޗ/&f|],򚖥{6-?P^&KkVE*r7h/(hj*S,Kޏ#,eV ػ3$݋ I0~fՐnЈCP:DAjE}!!ėy qЊ}TB )4MCX=1 oA?>!'0YI(V Jbd1sI8?CwN^ ̊?dHFK*- Z_bO*WrqjxugBBol<àj#m!s0;ӝ,=0Ke mBvR,-nFQ9@:Q=ctQ97KȡrI>.rX r;aYSE$I3}Nȍ\]E+3qadaC)wn/nx3Dv)PAva #fu6[mJymSt3$L[GU+KI;5G?/0vxQV g8U$/EWaUh"C^l42;fgjG[ 2ND&P&b02͐h|uE+ESVD2ʍv>A/6:Zq"{$)?,@^CpByBcPo{Fk׋[cB*Y(~@bxr[7ivV9(跉וMQW(`NxiW mC| Mi?\lpSx1U}$D;6싥 ^u(cوvmB>o؜["Mŋ?(F;{Y8(ЦI3kǖ1c/#xI@X=-?"j(0lGeNF|Ť݁Qxl>)ɋ]5'Spw(&v 0 xB Ta2AJ`SCC7ugaE ?Wf3޾x;s.MkֺFxLJhš"~01 Z6;@< i%)93abq;vn5HfdY7_Elzy:2 BSW29S[ʒgD F|*̞lyЕ3WA/*k"ɘM%hF̀MRr!UN0#i+_zx a! v5Q `OgC)bjle9T9:%'MPn!}.0~>@4TC>33%RMtFȣP<*{odڹ*6U&46? 3HReORDg\ıi)<Ӱ B,4& lP9_2i)9=9~&uċHA[(Y12-m(f[ʴIy5vȢR83qIHz3-Xh>5 vU)ъ-aX(ňZA%! 8'HB/bx/ͻPX_*pMζOC9aձOO# wN62q|:bm@N87UK]AcȠ[F=2fq)'7 [^ ϢOήW^CNrL).HIM$Orzk1HDo(&%6;zG$/qv0˺+ Q潓8Vviis39`t2p oXi.9~+< +bH\$0ƶIz7EAY'5κ1*򴊽1…4GQ{62pJMʢ@?fn/友ARK)׭v /=_niBZ)"i'dk{K. l @õJq5x=ҪFbH(G8.W6bbi=:7{+zjF pzB 愪e,7͌%+-Ih+)a &Ǻ*(#/֠0u}]y2i5 l;.PC$֙-QoT)8 D@ >`z&ELIa?VW]3/ x~J^w '"⼳SOuK;#^㟨$BLP,~UyUr-D~CC5FF]9IJ+8!)Eq:x.{˒E7ș6 #A.C849uQ!2~pŪ9~(ʬcuxwDȁ8ҚFmۢNCcαnֲfԶnn̓Dӻ]uw)ݷ*#-}CQ_^ d_L R7:'2I hkuPu}hylG!7wQQٮ1+ˍp̓u67 Ws#5ȆZ5p%(.W$TiE` ߝ\+92\'s4IJ= 9ETY,9T-0,KfVfزvSyEj4xJwu8Ð-[ew$, c\r(}j]2GhH5(?اZBG _jo<{eX j3'xxEU|Ob:9J@5zbR(>]|Rd2!cQȲ7eь4Bm^= I<7Jtݞ-[۰xN/{Q Vo6fN+|5<|) "a%H'mKj7ľ,Ṿnrroc4riʲjyQ_VKܮ.*5p_]¸'~)@T*A'@qN̊|9炆>CM ~W8R_D1jO(Oewq:6:}+|;_a_~ [ZPmf(ba 9V9f=l="P[9N~ \72=h,R!p [3'k,d#PA٩5|^~3IT;y0wqю2@RfQ4?wxRBҀڌ ͎W]_)[:0]2,S!S!c坊_3e(8s'@n-EVU2+ⷤ!kP ޟQ (9O̪xHb9{Mi H7Ⱥ 5x%+߷ |A!YD-jf2Ѯ/i,QBmM)3 MTE+P+]&VfK+#W\ [@;get5wo("6GɤDd!ʩSLpZEErTYMx&G}[5Fԣ#_߂_o,T|aiy6_"0bO ! rjaoMv1"^5 V/׻OwA\袄wԕ1)ie]db%ܑR|?#9)I )IU5~wa|W+0ץ~|S1ºvXc݈IEhi1͟XgbN2ed)mfBbN$)KT[&R!3[.*[y=׍WСNoi6Ev̜k |YF6dk[W/q?WO8e [!&d)>gϵ|6 4m4+MsTr\oͬy{.N烞tUyTb)A ;{S/s؂bлs]|ӋDbע! `v=` rj2~ ³ "hNb''`J~ nT3! SpOmUz!Dz(D;[ dweIIiuxk%4GX<; {F^g܋bŁS/Bcut4cNwcWK~l Y}zR@gL// eI}Q T|EKiy =*B4",cߙn3tM$Y~Ex2.ٴ`g ;#~dPab ^p"O(|7\S(x=Vau\α=I`rcJM$:VAp'÷cMQEI3Anot9GP~V śYaVMZ&R ReMq;D+t5R6E" M=3=s\24}>TZٙ|wl"23PLZH75`6MuKHd{ppGB\ڠgs{X7=&9w _`%&rj]1/Qr7H )b|gI&g™΄N~V7,6.x{ko~Qm,G;;|yw43a*(ye\j&o>>pv3({4j:CފX[i 4Qfs 1@l$zJit4`Bw5LP쑷1N[KNwǶe)$Bǚ %St=໛ ;@cI gCZmzdlmy$y0߄@El?&8k0NIC"n*en,g@ 7qnB,JFy\6󴵵YYs[?-Xd&@s LɁZA0!cI$KSჿSWPe;X&wFOA}esxs oM`A IA%'B*ɖCv$ N'J[ jƁyէ'TϖL7Pwy:sv8kF )0/ߗC 6W~d7IT 3B va/G~q!|eZn]TI~Tk^`〆 -eKe#IE{ǺZ攰5C:,D6FuFE6Bw( EF KCs @^ԯ@'q =+[Px94^J@ɶ1T- \!)Nzu ]y?UThDT8pwhf|L^NvWX7OCoLO1v; !P4rlJ z{{fK6`.j $d|5,T@ 䊿gN@d%ư@tڝF4e%@7ْtm*h6Ԃ{`ol HחR %}Ro3`*u(]SwL_J"81ѿKUP\oD8I$)M?2^md0KBb =H+I1cו" ifpBDCV_z0M; Y^.NfB |Ԗ-d'REDhV%pn袣0 }|\iݜRniQoqbCQ㕨q8 .yټ>i~%#I(=\6ޮ|{8tr}vMצQ@7F_ԁ53Hv(lN۔g_$%Y_GNd AXR|^|:˛^fx̉/)Oܭ;+mguFx;f0_#,)nj!۽6S` ANM8˅Yc-37cȨh$RcV 0oh-wh {itFQdYR`t7bICv9;ڈz͈4fOru0xo6V>ED">Ӌ ^Zxb3Nz쌋Η:D \+#9a5a6wt hG7g.-,| EkKV9CI!eum^'8ugZ]PӐxLEE.TK5!.ƕ굍EEѻ5l6ѹ>04h@;ޱþ /٤V^ 'OU¬«u‡0K?ԏnYn5U'xd,ͱW0rm]~Vf`J ʷӾ鶡 zϯEJiq[˃Ʀeٙ@^SWPӶ$&5iR豨vaw0yP+13lY>/CR >JeVWC=Vq|agu!4GeIP$VKfNj޾y-0(^n: d5}>wWw7n"z!lTõkA*\ ]Es$o'5"gGH`ˉHζ>V/QIoeVn(Kau 7_;s%j&QlǢtg˦bwgF!bϒXnt*O:FNq0:9 3)'_, 9%| 2&߇c@]v)I+GDf{qt+BP G#$,G`t1jJ0䂩Q|4ZsTU%PsģVտ<ц̈́Li]c+DzRMeOx>Dq?Gdcj.mAwz>uXNw\#=>M\`\{!.1Htj(>QDbm|_3Q5=}hw݄u㻯>LVGK Z:,;jE/eiHW ́! K3q@}lxl.b 4B@c?!?4!Ԃ>_9T#Xs@I BQޗ /Ǵ'嫕5S8$CYnTJ14ݚZ`ayquީ#E {Ra_8j.Eʄ P&&7-ݏ$,AjY fYnqt1UDZ_yE=e`ZH>֩b`ԯϿ 1Y>b'd|H c鬁QhQ&ZK",ɂ΁e]/Sr#_#;A FrǁglxEs Tbo-z@Ctgp$4_JzR$l.Aie#Icck*wVLHZc;Wه7o`8toY3N$?o :?\8)pGLw C"(q-9WJ@7\NJC)-̙Ym;~k_gtimY&#~fLYq_X{lu4* cvKa@c++nwEDǀJpHc4NmlkŻєŘ]%*)!Rա# ou>~~TC&tnVz\+wZa." M̞?P8; X;ha,qM{;4cCMME8.‚fme'^ R+Fxh+ߴ8R`[UnSIwD۲_2V +nYb q )l^^9Jt9pљJYCMv3 6 E ;ݺ(zڥgUvrK)Q(B GR`[)(L$\/Y3)ULҪbZ{(]x=!:`:@s4Sc^k#8yxBB]UhAUWp)ܺWo&g(ZDtg 5fkN2C]Uz{t@r-vopJԁ mhTv+bpqlCuGvg(/,jpe7s8TvM;JP4 Fg~؁3{o TuYߖ'~Qz QC coЈ `-q}]yŀjPO>ʰqB;/0/}.;C洵R#kH Beaw+DJv6fT(Za|7dKEZ5U3+a*2kl$ql"H|h*?Ǯ!=QHq_)K%H7~\ńR#K 0r|`\륏 pN 4ܥL٨ TBlH"^G`l-t>nsί =CIu{ۏ62:Cq?PH#1tv(77{m2Dpj`6zP4v=PC!^ 4YLkdX(m0L_q||3$U[}M=l"'_zߞX]ɑkB824V.TŀڵZB pȸN}!IT$E)LWN߯J*,F/:ߋ$µKZb!s\IcqdC ŝ1L#RULf*ߧ\Rqf )ȟDѮsV2ɎU{6OLh__K/+faVacH~)%bV պ^-v,/T0KH& ȑhZ(O:9Ľ@D^s]%T4k~ ]I\(p`!={ Xb. X8l5#N#ml}ˤ[l_j/lW$\EASP:n /0Pݩ懳hY#ߑ?,%YH5G5AJ ?F9 ev[_tNkx$G)OYVbpk$0|&"zy?I&w˽4HcaI+[;z mүsT (Z!kf%ȷ\=+P58ѴyȊNqv OZ,`2A^|{}^+ޅ=Ď}IF8ƺ|*&K~vQ ؔYU툄썚X0DM ]Af^߁,F7Ͱ #rV>[yC%gR->6SgI¡G U `ٜVu埍 ;=bQsL=UP̦I9xw:Ev*;[`0؟B=$A}E3VV!Jpj ȅ\P]Ic-8_JnQ4gSgIˇa!4Q1] 4Dy+FxEτ#LcE\L r8l>Ӟ: nQpK]OPg=M9ց`]3aT_@϶0}7>l+ Իk>QRv[Pv 0B9w܂әDȌ=_.+kIZ*LqK7Y}?x ix4 zb Xf!mXOϤ@)GdZ|r*7hj'_)'lx'T DnJuAX$E#jZOENaZ8͉Uuz',2 La10%}־au'8HDK)a}\YH[Y9',?[ä-;'TjW%K1BrjXQnּ& l ދx)bbIG9Mr[ ka_q+x#=E&}`[WMIkBÌ!Zl"xLnBrl6GUn.TC0c R9pK̶K*DOVP,(ڕ-w/AFH75@ѸuZ qw7ouu)& 3HOWFy|IQrI4(إYs2(6&P#FX ,ȱ)R,L[rr@;X w.^T}/|ez‡k_~.jyn edRU0>ڝ?E0w+En3 zb Sđ3ޚ슙/XzKdEWy#dR?9Gi M=I!HW53߻+pAKj1E\cMyuIY^# 5E֘&K i&,/FYa-kL!ŝ5,vL; YXBP>E߭#5H7+G' 5s)s$,}h+Mۿ9eC5Mѣn,R"/=DP&X'뫙+@~`>qQ+TUhu}oL O9. k ]/lo09jN%#V @>K(~V*f 4}f1n/ mA/ yKDQ:3B쪥c -J 1Q%boьzS;tFKqڣ:Ϧwt3(p}ҋ]*7l=m:n?27(;~ĺMD 0ٚ<qc{<܏pU b J$3/٪ߛ,wl<%9瞓m#=[ I3v ?6O&n-kB(^csYT߀2~V+ǺmBL`4>;Z?"7Sض bk{з 놞fpm#lz'mjFs $:ڱ*}CbOWAq|R*.(cs RaJ6ۨGnBލ&BXXPU NxlE<%[ཕFHiRx4/ߍ3Ho((@PAZhF-2l<'`m{>I0k *teC_=F5ٍʮCPCUPAMH>|,5$iL8q\ pyUG4% r>+FnB=qvyMVvLƨYۑE]6b#^^5j ]m /U~,'`P-ՃPel.Rg?"GhK>.ݒ(g%E0抢ee/>B@j Hw/Kg䀹 {PP׆T&I~!kᤲC֞@e)A޻>[T*gnATدAuMɽamS% ޖ1ENbǘ`Gܺ(oT4dS-Q,+~?( ǛyolOCUiCZ7Qv~ԯf_W R-MmzO!>dNtNJ,>I lwN"+"/56]+0bk3ZOگZB21p`u=2{Ntٶki(d(27kC̆F$3̿(Vu@4U9uf;T秿~ bywguTjU%}`{k{c&mz|k RZҩm\QD.lue*er;dsKm+\CІbBhIG= V& U R'6mU y\aPaDS&_\* J2#Y64'/E~?N'\ZorH=EV'L#!AMz )w_/n``X/dLP#-X |Pኄ^Ǖ[2,4A/T*E.^AhOB8pri0 E3A2Z}߾`!!N0-̍x}PB|nvAru-J]HcF}tOSC擌A_WbD`g|<@1%InLxeVoO7:=s 6U)uf׌Jo#sԓ)7Y w*Ǒ{{}|¨E~X=pU2"H[#[0ʴ~vRT#^bu:My *s$>@&'ޝH׵#a<,·/='Cu%%8dVkAS- _$Z:)ڌ55|?H%Lzub ^ndM9ů[,7Z7aYs%fIm`K%kv3:ZA  E*|h(ROt)_~GD_•.2-a3:!b-wSLhi"]躢&Ylg"9Z9Ktb FR;7bAZ1HxF]Uzi<юKBF7F( 83y=aوG(J[6Gwu$򅟩KŶӼd[v3umpϓ_SA?\0l*׉g؁:$5fpU8:i[׊kHL_9N,̮ϔ+|ߢ{oΕ$iۓ_4tVsQ:Mԇ4'V9X;~c25pABgS¡z[ORDMItp +=/Sj}8ϯg<l7jDrQ]h~*$:Z \mBY: ogZBC| .Ȫ L9EϾ`_2o{z&IrK7$j4/ N>mwQ~ia9,!83tӉy?Z? /%^,5ˏ_T/$KD^xpĆE|c>]`bJbgy7:G;eBe֠\gQ?uʑAF%L}o ~gKIpuϴkVNJgY oV=RL9Cv fT=RğP'ë( ͎lG{$ŽfO/I=3hh~/F^ 'PE:A'xvV:/ܚ]j$Nθ'(,m"c %ܜA}:ѡtcD>w1T NӍLx.uu"rdcbjZh#Ii2r7/ ~4-27Yi5cJ)M~eA~ GZzzg%j} uXP&\vl&4@}W7 AVNVktlIqL` Ct^U|ߡ גy4`Y 8"6G<$ 15ۢ6lLb%XTYLȯht$Q%쫋Ջ݁9c 'tU}]1$VG;hE갱3tq˵*4``Ѡ͗ݐ^@E2We:To:\gY{g+w ޫ6֟T@O'q)S1-|7HQL$ Q`Ofͩe._&U=xZz+6F>FHZ˨ 7PC. @ͰnnW&t؀΍u_25$ -\RG 8S\$OQS;( !=ץQnGDJK3yb19^n[f)cO96SG9a\w"GBvrV-j 4Q\Sc$.oU^sSwe_.ab'h贀u#+^aԗ92.a&YD0Lj?._ܣByÅ2tZ^0%6`qчQjqMENN 3 l}b)") 2c5.8Sq1LR?7y$IrʓYwS0zEs ֒`_x_&me sUKhE2|> b5 5`4Ui IOPq*Yw l>]qzF3J3؊8<}mR荻)4dF-+F%Ynq#Ƌ{9x4w2ٯ7jw ^WÎ;T%k->Y{ZJ8#Q׿\cDy)s~>/}Vm/ 8ڣ PC d%7=>QEtHʟ"q/!2zl!4.V2d}E*sEM~hҷ}RRzghfeiL`,˧7{7XǞ4[k`o1~ F9B~/ Dqe1cjTe^dP< ͳt7r iT8,gUш<^L0Ns'ލz>k 62&hTH 2G`bHpАNaٺ…q;}l87@JK~KE%}èQhu }<_SO5SĮu>V^iT@4DE pV'xF[2.j>*lƯ#uWn>Ӻ텧U#䷕ˀ=dx/7h,ÕFJ4Ot@ qI/|!26{WW0jNV[&C`s]~kYRbS\d[Uq(߭IvtԁnHrm28ddʓz}ܫ{+B)1G q0*=yڤ<$R,xqF5/B4 U_Y2J 8*Ӎ.W6 ۆOpQ~j)dq c\ 4[ⰱFsLgewM|AߚVC'8o`9uGhz 9r`1.U[hh͓vVe|("\G[3Ž'sq!ʕ0#dUqr@>%QQt3$Y!D9 bPg3kRڎd j;[/_ P2=j;L:gG>a@F;@A4& qoT~XEjjQ+ݘKx 9PSQ)n :;n)@`S7G0nVF@ma]{U!Ki80tEeyR&3$l-s!ڴbDsۣxD~ #-([ŇMhcN -wւπЄ"Kl2L,\-{qx0BI5*7HO2d:#@1ےA;ldKZ[ɟ1Csy`Cx\Rλ֘3V*3UC{0"~ÆENu#KNl`bx=7N{D۶={5US3U5* U4i0*} Dr:r%Ab/ AMn$@Ј*?o&QdRIL(H6&P㯚ų_Kjf [p:8sEӻdb?E(܇5}x,UyJd`6 Ps/ D=U!unL n[PBNo`}앐AٿLr˚E[wE#7h):h$kMŦNZgx9CXؠ; +%_cNJ2^'*+ڗMJ$/=¡S-A>͸Rt"_9A@NNۘܚt S^ r5J41M%iÄמ2-FgǖPlPR NaWyKn*)Enԍ4I:Т *sH^I GPIL39wP℃sqw^EZ?$`/D.\$2<7۠q{zxs浂{R(ThN,QehY\ي^͏h2m4,A sL" pWZ5OA}n j27qU^+&+# [rA‚WhX'edJ(ed yo 5-:ޯZ൸DkfC?Io"Q+༱o{[(nH|ftPNđI)afjTV ~訔)1^\iKC,GP-yZ"MnD[XUV[jtd&Oל$SOvnS,#m+XnB֝ hw  >Reb`b]4+IxaiVyoRyklTHddLw(+"L&Nw75aBi("`Qw#qx,@,{=dݡ@qL&f nm^' CD` W#ZŪׁ2/ݥ_]ə )fךc|kh#s88_/);it f, x ]BI7K3uhħC ![jo#潯XAc>W]( /iґR`VظpőϪV=KT&WA_v\<@6^[L?״ڜW0d.ϘSY#JLE]s:m#1Fv+Հ{(Y: '`HOmr'#ߎ^gb7>i{_p656?AYK"碉jvӱab!!=C1#x\W Fp!(G8۴C(v>;|ݠv|K1_oԃ] vz EGr؞NK;倾t:2*EUn5i} $3 ԗ=6*/@A)A'muPx` ;L+mkt~b .>y1bgᚍ;]FoȺ꼒c:S;vw܄B.4x7LQ5qUUNIjFfQ~>X@Mb ,Q&fAu{{Q Gxp fjWLI;G|u7Lu1zw^ HAA#| 5ʵ#@V< Co-yxٿPÝFӫW/Zf4"K?+su1&(^o+oK/? 2Bo?DGFZ?]Y3=?l>s*jam ItyJ=i~r(zW~3&'>H%7 ]V=ȓ|zkzCFeR<]D[2 8F;Psx0Z%x웫ugD^$~.ZȦ9gZ.m/3Mܦq8r"GhB"s&}׋]T9Orh50H:24jW3)\ }?tR[rB6q.DI@/ օ6YSDw~y>pJvGBb i+o=VXz>&i-o&.[|+RĻ!P0I9Hpe=7N^Ydol* S~ A>&nWt+vXJ?LK(? B*ut&Ӭ/ОcIƷL4N BхU^s "]T:q.\(oOdVZޘ$=wqӒ%*vQ3_JG _ѓʩ83`0"bwz#!D0؇*Z\[x{сs6㢍3kej99X ~ߘF$om:=1Wd. eb[=3Ք hfнKT A%Z,~w{NR7X[j^HﲼFK~=A"B-AG1lb1@yf0Y9KF[2Y#uQ˵9 z஭is!(e} d7uǨ>Jɧ/.;Q} 5>Ӹq{/Mp2`XN5+k>?uYFGjT$Nt(cMjT~HHv~b7EܑWCq뛏Kݖkgw??!gRGb]z derVEG:\jGͤ!:vPTW~)O[e6q*'8AÂxH=EB/H $hI:(U68d(m0-kR 6,ƾo0ZMOD#iS>31 PW3P~jAH+X 'y6}P=7l0;$-V5<+!;פat +%d]7+1<SuMõeG?❪:5Y{]sbnvTm&?S _Ɖ-0H|LUΛ)He*A3G7+5sL0}/ X!#{JL$KLJ5ua?C,_rVuǽ}9؂̂!d*=a]f-8 X-JI&DR@s6X&m+j0C0pԧƈk+{Bo׳(:9]ՈjdR9C՝^3?[`c}y6ևpRaNqnz|ol WY#rӌ_t5 mUkH^*2s^xrAEPbcmD3?]wy[s,C;iДvp|LàvV 'J{`ݛJ˅ه'd&+2r_|K`hUDkPPR,0"\xB 9q~z}jM2Xҧ=C[QR+F\ 2Ss91ֵ֧}J (ͼWWgE2]^MIE)hFZ H֣i/栟0#V%:ޥ׵8NU}l bxz\w$rKuR7V5O5L~^VWG׍W"q1*e o<ڱ F@{EF HP\0[jNA9щީ̠DOG#JCe6o^q @ڸdDB3Z1ϝWSoм2J}ANtsqRm,%?}B |,ӑ.eϵetD#%ו|$fޜŻhGy}"A%ghQz7%(i+ֆM>aWHLrroj()nO[Bq$r>:Hk7tɟHWD W&NK  aj[lW.Q62fK`x7$:h7?"ws7ѿ `/ũ5n~ Ҟ>HIO3B)CTk{H'[B+v(?yu ^(bR_`~:qSĨqpX{Bg\$+ &W"82_ݲ,O 'U@,Q]v=6.cHa;QjNlٺicn_YV.&}c{bS-j4 $? ZSK:e'p]5لRu0SK깝&Qq) l\A5ժј0XlZl'!C/z}IWЖ|,8P!Ī3e6}xmћy EZf7,4[!_Ƚ8oAd@Zbjk=o^? E}V0{ţ.)&3=E7v F L|Or{<NPL M* EYq$9fi}" ȍNݩzlhXfCN]EuS=O2yt%Kx 3fF4()9ⲽpLDν_o(Onp_ yKյfu/-ȷB>>E2I"Ya5߷r/[71lbX./ 7u*=x#e}A<7I&ITj 횛 ݾҥ"qccԄpUY0, k)]YD&)"=$y~nR0?ˀPs02}q 'T92 vű SjDV"/x! d]sj13 V0#f_|ބ* J"xnD҂o-MȂc,R$'6M M܋lm35 ~*_Qv1ةagů%-;,3!:8V-.(LqqjUzö?pq6}2qԸ\8ā7ow~ {#*@BC Cp=~g( UHusFELF @ݐ;ՙ=n094"+XV6xL咀HG0xw[B`:t:ȃeP)\G܅>7hr^_,S'oˉO߬R+خ"X5#6x/K2VhY~U(( Pvv |_hzi(X%Wg)q(lb nh7?`>V)T8EYҐ)xv @VokT6ҎJEq%oR!y\t]. '߱wU9'NW}3Pk*po F1AZB렇/EJoї(+'t+밿n|s?`n@N>!)3I ^CI"]I? Ɗ/d{J;\QRiIC5tp\p 1wU?Q$c!mE$f240ǘ3ưSR=\NkO=Mt08NևV׊ɰ窵BaT ii-W{[PkW$)X>29 魾VǨI1/ 꼣4]_+1VHec%,W ks`#3ZjG*u\,[;۷v2F}+YjbsxRShPyұLAv+=,qr*(rCDZ93&vƧ^]y fe\IbHQ{bX: mb3Ņ'8x| {kc,8,>)whrif-ឨ~H]ơz۞@RwoWϪ\|gj:x( \bib9 3r2iPޢ ؛W'f57v Tֺ6]447T Eؤ0>WE09Ax1gV'M M )%hAGYB")M0"vXcJUtԳ~ vRՌ;i^YvO3 1YZ_n`y:=KQH 'e^I:g ܤ c)gF6>Z6Ԃ l(ُQiMQP`hc5U"ϋYCȕȠz듬0uڲKBqďSΖX{v~6 ʏH;mEoWҜ 7nkdn:Pm;w8Ļb6ᨽت #\Y 3 7r]o)RgUBY+ݕ?a=H +G\Z9XSU3w^?=4ZfVOq]u-j ZD9 JG{5YgIib#,gRz_G~3osZE;Q{Q' 0@vz{ :"$B/Kc1¢k -+A:$h)Bx|ԻYDXC3ƴ`eYjM hFđyWa 9Ty̯zwYeW@@Z{ s7eyQ 광)mS8bs Kf}zT9m5u9>Ͻd vGc϶ :Ejf%f=Lƒhm'guiG :n}\Y-GBnx htgGFNX_*Dc_~?ԅpK*s~LHTKp̴K])}ˉ?=e`s"b&bPKHI%g2)9\ *gw\8~#l鑽pޒ*GG>.\ȊT^p9)$Ex&a|x6pd*iDk;s֟t3sw}(6Qt`B&WIietd3ҭg27(9kr1}mWdG&tkCчܞY"bV-je$PC7 AiJ#MpsjmL$l Jb)-"65 7{&ۺ{gx/ӈW1c1HB0픂mjth?$rjl2bLcl,ۑePBM3ly4ܔGD]Q&,dԍvӋ*k7Qߴl3Hԫ)@R9UˊM\W+|qŐR.chMnﳑ"E ?( Tia K7Cx.l L wGUɌ^qڤIjc݉G?򘶔=5p0X,P$_ᆘoBP;@ ʶ !l!ż81!xjo":U(e69re $>?A~ b彩q絉Y\A4ɉN“E |dJuzl+MVZ1D'jh}. 'h m ;< JT:jKQU{uƅŚ괲DS^h PQ>7)|.ѠM5!km#Ľ''_I7掲T2 ;|]zyBi(CV zc@۽,JeXUUeA1kQ Ѵ$>Pue׭U*ۮ"~ v}3,X4C *JkA7HoIMdE[0/O4*'턛O5*7!E=$CGь<5-7Lk" :\E7Qmwi}a]׬o@{c*Bql)2؞:,bݧ%©wrPMʒ4_*{кFuM i'Dŷ^, 99O.qLAN*iUPvB6&1,C($JMFS5'+"Hn-rݡ7^=HYPu3t-BH~({M a/!Ze?N4*GTQY-ɧo˜"tZxi.nTDMYtWP2[ n"A( hؚ ]JZᦻi5t&T'= Q )J@NcC 6Dxo ^L;MdVeB\95+ tk``|g,ȫJH{ֽBAXuQSJo9.I 98lS"KA[]\4!B)8qZsUD IEٙsxR粛|9}q=V2*7\>).*`QlV@ .j!V2+gyCy/FDi< +vL`5/~JR_7 b1އ]VgӾ-7}44[7+)d3C:Ʃ.7Jρ>uŭV摸m8z|X"Ec$5%UAs"GոzӞjg&)e2`Q@s8zJ_ ;|Gw 1Wz}oK>\8iIŪΫc1+J -Yc&T2$E {?L$U)_X#"7+*=V^w&cAf˂#38$r rTXqBw_"v& _caWp)}H z DSq7$5NBtl)mvWuÇ2hiټ#W/iSz3Mێލ)ه tgHqD׮̈́`Nuxf:?8$rUS[6/tLh囄#S7" (r,VpgAxhfX$JS = ڭc ;zNCl=ݯVFU~{^6R ;o9Y@)9I <\&m)@§=x(Y{8L m 0xyw2?߹@$J&EtB Tާp˦&Y'9:wTry{:JF4V*"nxtR{^=p lL ?OSߤL@"Z>kW;#eRAIu+YYt;G;IU..a (wL`)M њ_ 䔜S񲁞ks]ZW:i, DSrTI]u܃^f-DAp*6se"d0&\FWi/VnH~P1i[ci=DC3&+0i.?d|]@qv֎odzoLkaꉘNK֐і +!8 Uыo]h.Uc\\̼0 ܓѽhA,-RTO8p%hO]F/@onPC09:C8P) p(#:`UrI$?{ozwZφ4]4fϞCFc~]ĶU/B,Hm dFP![}z(zqucP6vr6JNycL-Fr~.-HlݦD)yd Ԡ^63ˊXp?n(Z<:jI=Z]0m=97T*bٜ&~WKp*"KB^X;\9ւ XWV]deG;ؒ|=p4evw\'1Um=WW^5Eط2*Bv}nٲMKAjuHeJF7dݜ2ߍ2v@I^uH}ݤqv zqι=!:V(]b[?a 4ji]jΥZN:}%50un+ 9~"!𬑉&P3Mql#cQUc{@hg;++ZN;:x~n_jaᅌR&ˈ>n C}IѢ s` D9U@EDuZM֑S* 7eͷ iܤ;áIGvA8e҂Wfc.8QK6U<GN,U3a $j=I#ev?q*_B܎F`cC 1Rx-qejYͱd]`rl_%쿜t+sC% l D \DA=G/jn2sa Ϭ 0~̛Eh^e;6P9>Wz!!4 U8J_*!4.- LkEz{H ~#ȖTbwQs?槵쿨ҙ*)jݾkɺcTL_#1uES0k]Oref_S䔒@ǹNklNA^' C%d AQ|r6-֎[u4n՟{UIIf+?5J<d ($KITZxn˛6Yϸ)E2D8j7+^#D,* D„JR'b<5(Э%|L$Yyqb { CRyG~a`E~69$86<b:ly[:$}:$%E 4Fˤ7W$g_>lمlAfwTIC7u[\cS%`:3LJвk"}Z+213ܮ!p󼳑g5ɷrZ2,أgބj́L-0Wdݶ_ʹOI2W|Zd3 X.x]8lo{-4-㈎y;zBP9&`HB3-)a}XIcRV}Qg+.HW;=.o0@QmK]V(ћl+oc"rvoQ[{ۚ~w6QyFEցJl6 ul!(5 X{?(q(p<үԲG#1 ao\Ic(/#[+L^W *e,d$ZBvMMnfkl9bHK.^Bv8+).dX&1T}'$ {\ DQrvR"^{j0*+HP\3Yҕǩb'RoL4'W9sTg$\X~M(X#DaW]Z $ Ryt`Iunp1Ϻ3 QDZZn%B@|/aoPcD[cgn8% & 4Y&e/? 5!YI0 H4EfXS`M4Aq'-HLce%>03wAe4N̺W&vs>~3-YŮ:GCd|C(l+OD [4üN7M_vxVa2P,` :+Pt*%f2EtI-wKng>id]X`l@wLْzk,>ޤe(F B,h7X+pur;DhiՙdszO$wm[sMnxۅJka*)Kr^@s..?ξ ~<@R@[6_y|V2jH$tcTu~L* ur+˯ ڢ갺x`3X?܊yBbX-;v2FgmOBgG쨖g֯ϊWuc5* RJ{%/oQ{Gpn3v"ЅI09OEEecj#ŋ<^=%ІLs̤"܃4j~vab W\M,o">7d3ij 3GT9u]E,{^X疯5{׸8T a^er!'UBܖ70u2^IO2snn1sp$f3* tp/ZYOMk&Sc.hm&l_rwDvW<ʡ"tXգ ǎs']lց.SXe NTXtd(Ã=>ş/x ^MP>]QnvTGR'?&S0aLiB~ m0T]*Is%\/g]u@>FM^Húj^qO1&(o t^r?T&qM[x^:Q6 eEX[END}3HW)kӰ7}GoOOv4Tphh51bE1HTD["4~w9 {&HFm#]Jt́fdT/u,&|g*dE|9t}zB}P46A;}b\-c >+pulOAoN Q3S"|0%^DdY{?&ʟ"2sӮkz[9n93ƀd5i-TA+`&a{Wu#J9tXžz~amm^Uԓm[+ȡ^l9 QmO4 nᇌe։΃ɤf..Exh|"O73k۵\/ nPR\I[:I]ʖ*^q9ThV܄!gA:[q& Voא@c*3Aڻz!AldЏ7a:,nk(X2%W5Bƍi>V(鋃7u# ~Bl~ȶ5O "l%ުӌ<9a|e$x:w'po ޯ5/ %a`6\J,)QȨ񶊟xRt%^FI)HӀv5[/Y_\ ID|J4h-G`3ySC#YlF6·6>(RvYPXqzruß_("8V%8m7N -4) 8x{-*kA`t ˎJb&uՓ|fUb_Lz벽(HnDO.r{Jʪ҈tAێ5r%NPzɥ( z?緑GO%_J@L?:ax'Q̋Oi֙qn!|vD?C 1mӭnz9';vu!<1OŅ=v43| C])QIU_P*/8oRhK87d3:XԄ;5 nBٺ"KMB:]>*.ǤJ)U$ _XuM"rtOe[D )JK],:ح*{Rͧ/swmFP 46T%tAkqhkNXbP) 78ᐗZ% tu;HΦPu'B#ByIsr&֮fGun+73&k|6=?Uҷ5@0QYSG+N8x8ECn%Iue1 PH?i1L_!x 4EǛSR_MU<>bұA ڇZYU)^hH$ReU q(XTQCtVÚֵ D|[o&C$uc~C`*ڗ8v(\%PL>{N&ȡpRey>T)ov8d٩jDf7** -ዋb=L./na[1!)*̟tU΅}87әڗEWSٚ'd6 c֓T-Y1MdNHb6@ M_-OȑPBঀ3ݶY,ڋJSSذMU'6=cx3y&(.Wr]֋ZŊf꫽HG)8( Vu+Om惍&-L2j{}D$ :㪿4c Vf(b8%lpf鋦T ?1bو_RSշT#%3Ircd뉙y0G#"_2VgZVtCgp }d ȖP|E٤EPm ýSRßuxJZ$g/ @Y.E.ǐ4L}JV$4765CZ8{&!J$\3Fen[m]{\ ac1c &,-\U_c9r>`q4jRVDa>^rۭ!4K>D*5cR @tII ^{!"NEp!Jӷ k`~Eu\$l 0,̣UjIt{3E2}Ð._?p%zɬKB .;UQQ?}WPr]qLo;6몓o@nmTxhQ6- ӳ, Z^EP _uNHNբF}es=.h;DYF:'?Px@l9#a'8wv,~2T<.C@/0  eVl耺ص(''Q%… XDEQ0^Ye_:ocg;O !Z6(&Xim6TR|0c2K^pA>}ԃRV sߺ%:J}Iri$XWd5 joR.@}e WUq9Uu" nlqgU0dzJe9dB>JoQh>E~sV+"ț? xJ}H ?O P*E=ELwIwxIĵ(oWR 2p*#m!sօ"f^ۇYFeot'(465\DR2}_/QfV:6crDa)D>W)|,+|˯%t*7㾫EP0BAArmV@H)N'z־G[+=&;YH) Zf.ެ&K'wl1w8h[JɎz {x]|") G7h3&-Y+K@QD.8?zd~ʀI#>5Ui7hFF9":FBO!o?R:1}=L_E󖒳d@uMK>_ǃNrNfG@X`=Diz.sixE8\ݓaq]'P!Ҽ?rZF$?@:h}--HT8k#}PFqE 3٧ @<7V*s-#$v{V8gouLs}s2(Sᣪf@ ߪFyVL+ib,!b5ԜYDEzªxUr6Csqܸ0BG*옿;3tafi^_< Hn(KZ~TWu\ן8 5T\Y80‹Ul[DG06e|n/F=ǚ3i-dщc_(!RKGѩ6=kj[clv'z:7"50iTh yRY4]miA($IL/F1ɰk?1lOkAGMw‚#|+{I (o8NIwk_'2),+-GG:N5z5-1G#bj22|tn7]z8MFlof*(vth؆g'E5dxU7vE/#%G-si؝/9kZJ2[[ 8O笟Qϑn>CqΦ86ّuwp"?B1p5yC?=Q>#m[p֯`)ee+KߤW*SEr #5|ɼV8s@(zzc|EZG%$S)؀qAL#纖0]aUx\|#1` [KN|<IƪC%O^RӾu|쩪"oL|>mL0fU/ٕ6='N[3G*x=*4L]+Zz2ĠD^BSƺ6X#e)Ft{ -W=O?M-[yMkm|C͚xa^ 71AD'M@.)s}wzVX(>v'D*T3Q春[EHT:} WY?!kN< $%Wp66x8V6'u8HcjCA9fXD.Pw.g14ԺI}H(U !(c!Z-\Ю]*?a],@c:*{[+3Yyʶ9!.[yաjYBs;bbd+u!|I.=1/ˉgo5lE,}w k0u *~,[t/ nJvzK~?xhE=#c8H Q) uPGz+XM_uأ u]5|Nᔚ_ KIݾNQ0rD.Ft6zViPس g-㫙H8|nhB0,]ك]"7VM{al-rcJjAFbLectxdrк-:2$ԲMT6m'-lfI\֢ u@ܤWߨk&g}&FC>s, !TQG5 hmӆoKuŤY?cH()a%I> JAɽ5 DAf6A9A ~1m+"^IG2\I՝(,[ɖ^'wӒXǎ0a*ˉWv#~U%Ӷi[W Dc2(Ӝ;]NZJ "' `=邺CsU8U-Z/ :y~P*Z7Cj @v@RE p]RsΑ+>@])Fs4&BÿÔp#Br|%+7+e9ݦh8[]ܺ'WN:CNwv0T, aйA5e uqmT ߂pv xW:ϱXќLl_I'pP\T7J\8IE3i+])T࿞EJJjD |?@.^k\I&ҙq܀,N0> آL| M.LŀWW1ZIzDlGIАp-|ַ,C`A.ܾ'TsABȵ#b܄A*^PXBNDv+4@7 δQu^GM&wQ@G;aJ-ϻ@ t|ZDKiTch(0I8;M[9ّ]u'o@BLaiU!= {A٫ƾ<GY^vYɭXr3 I%9wU[9}x/67CNa߄_ 6)FPuϛv$?Rcvi._=;m-xZKD»Zo[ˑҘ/)ۢJ` =ָFҿ NOgg51E`qX~"j>>4Fafb;r^Kڂ*  ma9wy.L\7SD**9>n`̻RC)CߟqM߲t` h-v )Rs Ԩ}]xT:F##]8}Nو}.-)r)IS Zeh/@ʛ<.gYx2p((gzĶzݶLE +&AzF u烐Z0]h6M[X.&b[ԘEfåp'G\"W]*pJ 33wx/by:E0Ic-qto!ڀ1igm1XL,sX6cxe?pyL~Mip38@6x6:dDl\BY7IP(x8h-3c?YBd'tq.ȝ^td_?%͢@)8$#x|>43LfU{{1Z4K)*mU9dro/)»lšOcܦ;A2ӥB#^3q6S!KL(yYu`܅͸6UmH.ʝJo,Q "G!><ӺK5yp^f톩58G TFiR4`&[a$4;_N3+j ߦK`"zp"Djjrc]<8&}U; J{277ήa&aYP b>a@= q@/F6Z+d`f"NS^9 s zw/zX_L6w?L-WJA8~<ČE\b9Qn_+i̤:b*EU vg&ZEk1RCae3Oʞ_/vmI?t/ D}6w[}q6^Qngt0N)٬`)Ibp]BM jnhrQE˛DkkKE "2A$i"U#GGO~0ﮀ{h/R F|! \ѱ1bLJnPUpLA'bOkjgxYv CfB6BXXkIcy}t ^ٮ³}89Nv" i%$L61n\B}J'4g.dak㼄0}*6S/7À%_"Pd90fiX(-Z5uI7C,uӅ$/LO=id Α\{+6Xqri %6ehIn-U"+ 3)r)yRoPE 'D)w!R\qhW3Z{JG1rhI!wBGt5sPLQ{Z^0]nn^~}/hy]Z4:W Y3ѺƸ9܏6e.+o戾X6^JPɀ{ zBv#$K]6=P3 Ƀ!pPcJ"s z-t i\j],|z hn{|u% wx ;?y0w *]ήG0zuJ IBICWRR#=m̉_@ub!R[.;^mWLHTUa z`x28wF٩}`GaME>"?j/УP>fN>v}-Pl /] ;wceҞ@.]5p*ǭUubܱTadtF!%.1-|:Jt܉ԑ]ThszbxdyEK 숇:bjf6W&y>mBvxg̈ S zHT>gt H#IL*F<;m#-!_j?iBEuj; ,+sύaԇ%v6< P o2 my -16y|Fx=FT`ԅJ &FPS$U·,X$i^ݯ*>tũ٘!f "- 3geWeCG Edv\6j#t 4yf* qz%r=[VШu|ψ;/>;2ksʗEU-XȔ+W6K\Zmb<<|ҫrmS40B{!3GcR{zlKY_y1 Kvl%knQ*D\sL<jƎQol>s]S>Qd*N]F =e1Dop$ Mْ#x;PzʤYDU(o.Ȱ툄eZL|mg{YEM/E,G1>ĽʪXI"1blXi;9ջX{6;uKBTH-+dX O&UY;KU4P\zI7#=.ɞf”l߆HA -8DzOgl-OKbK%daڰpbPc#b="B* rUg_KV6As9BɡNEazuH7z1fMbנHhEvIqbбD?*(n+/rfv"AF]n.oJAT}BZ$]=[2;s 4;q@=J6k gܔ r 3%ia1?Ma@KS&/:_ߕj:PF(EvF[\$ {˙q}st )`uI < 7Bu/Ru V\+ҹHӣ3_Eze^к d}  ahqaU ;!F8SϚ?r~V8`<',(ΣG]b^aJL/!vC.XyK"8]>sWHAA>бZ ,:]CZ?[ӕn}MoW:_l툿kvjPf:E%`ٺS *Cr3 Wa/ӈ*w!#^ o"Kɹ_#@yV+H|6?z95:F(B?~ht;3xNi!/.8[)pwYC155 H+׺3KsF_ Aa?`'/fs3v^.ZKOZdFћO)!qͱG̣wHŲҍ؍ w(.~mg¤q6?և46p~2b͒e:W#V;:p6$zgcޮ>p?lp;' K+* Bf<-߇hw\9 Mio$w܇  ߾/|RXN,l5:ukQjk哥3˲5W"<..fï(M#S%-2hF& k仓 R:ܔ۹E &3+ --:M_ 2SVb`f|ac=9SCg2X@wL9:J$gp)| F9n[ZxA ̗8Mn/N}*QhT`;=P}VVeC`\^ƀoM?mػ `qd fbs͒G|1Ŏd&Hls\ymYJO+ŎҜj`~~iͅ<w,5:K^Ww CcQW_8 Vdhxs&">"T`ԶeIP :z~qn \,^:`Bh@t-CT괡Eio6vm:'gGX}(:Jp׮eDϭ$n -&EO4a-(VAj ɘ҄aia Z#xnǟo;x;{忧Dpm"ExXY%;p@$orXV e)~՝Ω{eSD?X^/]Y͓k>Z5=sI7{k֮dC&F2n`06؈w-QU{:ճo ml? JT0ߕi2j9Oq'R}ϱjB(4::,35߂vR2R<ٟ(P~ 'ML[~H+f@+t1W}ŒQjmt&KnHS#\aݨL6:n\Z٪ܗwgIL H=@]M5aeͮEh\ &2.e9k[ @]4Xl5@Ϳrж7QAbN|m9i q~ }6Kh7NQx3&|!A&DI%#~~7;A+P4J U2fda],BMEFk<u_psʴ?wI@l{d;MX3u嶏D=z 2.3p(nf_Jp'^:j,*?_(ܫ ĵf#|:)-Zί&Vऄj1&i9o&g.*q Y$0<ɾNBYWHʙP!z0XY͖vf<3N#0RBڒD`lp'Nj;UbL'GBG>NҔaԬ(^\rf9಄ILB[Gҝ^t? Ak557 JaU85O.1#vPnx``Qj,J}fkAX ]YR+ ډ_j:)qVWuhpeJ<*#VZjm ڌ1Ý;$VЃݱ\!,T iX!h*;oS@wLu"9pL˚!#7݄3́'OZ|:1%/ұ\Ϯ :  c .! 'ןQ_B]CaQ)`P)htJ@7 Be!Z=.W"9[3 dau!o_ ;2^oe8Y-Qhɉ02=IiB<}b9#];ek}m߀Bd<4Dz e>Z۫9y% Gw^tv2#Ѻ.1v ̋Ė4!$z ȷDcQ4G%ݜhJH@Gz\'<jPuBpLai4jp:t#j k ڳ|3) (}֌s2KŨ|qxV5nµN$Lb5 Gyڷ@f~GADO?R1CV0xbN6bPi^)i@xWvsPDϟƤt2Vdmk ـ!e'Lx\y$#uꦪu'XcƤ- Z(|C3e%|7Fc++)(v$YUgR;A nʍ>WЭ5'x[!?LFJOn_4 s-x k8xD-НFh.\{O;s& #</@0c7wd RڳlTq}nƜ=]-HĊ'VuH!m(%r/i#T_F4}qTSл/|n֗yj7'GDˢ iEG{dA Y:;بCܛ?'^R6w{R*i,]rͲH%[;?⧫wH fYA.i|,4K=} -|TF\گ0+eb1k Oho34q(#@魶&kZNlDauzGvi_OZ*1^ԫ]c.-x("h _BVF,tIϢpȔ'/IJKʨ`vPZvq/^;Uu w B&"lhZ)Lҥ0M.xr~+o$'=;/1 *tinm_M\F\!njl3|L|aa- Aʱq'sz.quT"КznCٕ,5vG`k뿲w\ CI ChGP9uLNq|+vl(%=giW~wGKQAX^𵥨[T(HPEp`ZM^H6M^yUt5PDHq0R"HduYV$]J]5*db=}۳fsܞo ]~bT:h6džJ3mXJÙL) y=wذRӱ8Ae+S=JEbVP])KTtrBʜe,nmMh_so:5{F Po{T gU~P&htPtņMgZrēJ4}-*ǽ.XKm6S};9ˁJ ӿx#y_.*^qn=V%&/(QR<@t j gk%)H^NM:ߊF >-qk#%wdBa ȉ! 䄖u^XAb^1*"չCk?L:,<~Jou%i>4%B! K)U\OuQGz`~6%0;~!nu_[5 v%G[ ǁMm/8Ypki+9tIor6N&㦿7.^ Y#z`!ld3 XL\1/_:xW%JE }^fe:WR!Mދt6l$5]#5moo4+( m^5Bs ޜI hӶ YZ