rsyslog-8.2406.0-150600.12.8.1<>,jhbfp9|z9ݳc̭G7-9.UbqC_Y!7sT?PpZ Y>R6 zf4 }`5Ju?p#ۆ_mx +L#PMW:U{'y.!8`,|??ap% R<6ES@ן@2.ȨEݎV4}6f w!螸7%Me)Hbf5#H\GR?4Bs@AR^0 ԚAWO>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.8.1The enhanced syslogd for Linux and UnixRsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user.hbfh01-ch3b)#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큤Ahbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfhbfcccccchbfhbfhbfa26e852f282bf5315c6de6082d8ad68b214ff53d1042a8fa43dd8a7fd9c8b0a07bb35ec47a2f1e8b23e2e9959a14b794b87fa526d0d18d30f70ffd677236e04e6c7d3b56498e2e4360315c541e9e132c85d0930784d5723f28a2457d6580fc6628f2eb36353e3f330797afdcc3611ba3d163b195eae7eb2ffb2f0e1523e4fe8940826c6b687d9aadd72a5353f1531e2ff3586df8f3ef345c5b2f124806b42745c4c875396276951b491e799e9cdb5a090b2ca82a754967c7f310888373e51c4004b236f195c0d178e05b5465ec099d8d9d284379cad584a17ea3a36443cfbdba20cd9964bea5db8224ef5ba63ba933e6dc67b00fc52250ff3da31daa056dc6ff4d6ac5f3f30b9e0b5ca8094bf6d2e19f295b29ed531f690fbca68332ad071ebb7bf57875f1e5beea3fcc85d3e90d5b8575766ae750c0b56605eae956746d2053a48c3f85534810a9c8624c8f2393bb360cb1c6f10baaa215135e9e3c50b9a49c8ca0853a86153fac3d9bc87249ba2daf5daa4eb3ad12aae86d485763d5d24ba03709f11a7f28db47c6175c719c270a76906668faf6b89cf0c10cc07ccfb774f4ec6f4b4878a1daa264db350e4462dd0acdec68ad1ddf1cdc89106736002f43f0a94d9827bbc4c3dffdd2f300a7a7d1a56f516eeb06d3ae36386c725e5cdf315d9c7c62f659eb9042cd4204071d1a7756ebd242bf2033326d1c16835eea3510e7266545aa8e36e406e6176282f29e0b825bccfa9674f36b00a7d556b3290c1032cea424a13dc27acadb67e7f73dca8d094c5a7a0c35aef7dd8fe2900d631340f6f7bc4ca28c20e6dd7adc505764152a6bdc0eacce366d4e65ecc21b45553790897c017790fcd757063b8010e1e784a2574976c17cf6e5f4c4c76bedd049f9eb3e755b6ab89398073feff968ba5c97116c483f77edcd0dfad3d1a7737aaa3c51095f8d4191abde9ba2008b20d1535c09c1a9bc83b246ce024d1b9061e48ab99e7fee3460b715e1974dbe8bff5e5d8cfd70a919b6e2cb3aa4683fe6210e2bf322d537737b089e8ec2ad0196964157cef37ccfbc785250339033990b3fa69cf9fc58b443cef75ec8cec982c94d319f04bb0b8800977a159fef986aa675ffb0399b25c971fefa5972c59c93554d53eef0e3cf3bd30328037ee5a81279baa8bac9990c46d134405cb14c41c447a29b4552ce681eb39925f7a2df4972908fde604a30ccd41aa2fc218bc2a264f53e709d25ecec1c2ccb2d12aaf70c7e1d09a3284c45e8a0d8bde1cda7579d163817f63ad8ffb93b5eeb445a2e1537d4868a3a9e6e8986097bc1bb24a16d3285fc4e21c00f7beb7bb5fa88f8c40ff65379ad832d0a02d5b1b8bdc2570ed493c76e184f64b98971b11d9b3a3f91455fc52d989da332cb36beeb5c9bf5c386669f82932a67609e0e3278d9796435bc10862d1cffecbd5f30385a8ca8837cfc33d61e6c32c4c7bafee80ada099b2255cd5a55d58a9a640fcb874fb80ac136f844eb28c5d524167e4c8d3dc4a374ca2ec7a3dbe314e6a75998557c39544f51e961d855c3cf761800982effe6ccabdc306dff74f2261b5be2c041daf62c90ee8242129b322ed9163f8f861fe1eaddc7bf1e440669f3fd115d537c417decd7b0b4dde5554862e9c748a3f5e8f397bf150e8cdecc2bca144e4bbb6b351502d451cb0fb5e32ec275e4b85a7757b9060381bd3e97abbe3e300fbadfaf89497490f514bd1d294346e3ad4e892f5ba0668460fc4945aa58d5973b723d6fb2ee7c7aa54a05406f0dc24c08ea89a633a03c382db858abbc5fbad44de47dc7f1fdaeec782555ffcdbf75d2971585a33fc3d62fd1d1cc14c288b6009431927f4b012d423d1bd57826f0f53bd630778b10fd6a3f4009b715adb20d81a980ba59f94f4d7f9f6cd8a2c89f00810c5dc6b66c2c39b464320a396400526d931e98447ddcf41603abea41fe3d75613fe5432b87dc2a89adee733d3e21ec76a9325c3d5be961972a4ff4e6be833de4404e6219bed0d27a1cd13da19647c79577f2415d6b8a65562ddffb765e3ab473b1ba214193cc22c0742da0a71cda3c0a9ec17b48ab49998913b3cd56ef64ddded192aa9f0f56496333ff97b037741a66c8e00173347bd670c94be0a1fc34856f7e4e1562eef1a5ac681b05e57819c3680e4a935e17ad0c24821d88f4a2e50a5755e94e7d06b3839bfbcf1b2148c687601e8fd20197842ed3f1d01a8563565750d419f87a5b1514db43c49cd026a8604dceeb8580bbe92ed8bf7177e34cbd084fc404939ea12a83367f186b1bd8b053dbbda41d214bf3a162ef3b58fb1076280c8b635986b559ee53e086e8ce393fa0cab82fa4b60976faf95baa06a46acca3463dce1444111687bf86326948b4164fbe6743fb734cb2fcdd358636eae91211f988a2b1f2a7a8e94c9da4d2a5870cc8e69ebc3b9a13cb6ce52c6f9d048ef52f23f3cbe331d73ed3b0acff16a497207b6152f5b8fa04d4395df5ddc6918996867bd8b113501738f1e8bb7e81adbcb7fb0b3dd769d45496d13321e42631a84025f0b3b6951bd91d917b60d35e6765a3d4950c1d35188e9f483e5b8152c6e7a8af5fc2249ee34c0c8832a5cb76b9289d54f846420572eace6a13056e6bb65da7fc9379ec720dbd562e31d0d8d593a62e389cf7f3d3f6927460cc9c636e8d2c8ee0ca563750c1111b1fad64fda7ab722432b0502621054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f0838743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed95285fa0cd0bfa21234a31d292a118d3da451dec15f41b63bd17d8fe20b26bb14339fab7e4b5e05d189c0418c7e2fd76041d76c88dacd25c789e76f077a764be/usr/sbin/rsyslogdservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrsyslog-8.2406.0-150600.12.8.1.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.8.13.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-guardtimeh01-ch3b 1751279134  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNO8.2406.0-150600.12.8.18.2406.0-150600.12.8.18.2406.0-150600.12.8.1 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:39483/SUSE_SLE-15-SP6_Update/9467cc0396d096161333f73f0643714d-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]=2110eb720eefc631d304394316e07ae08e06e8f3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bb9cd9418f851e4195044968a73d4d4e88ea8eec, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=93a52fb565f7fad5f2f7b4be69e7f7e58448fe72, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7c5612e5e9242c38c0657ca975b4a5af076a3dfc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a1776f4e91e44705b44194df09b0336cf4581cee, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=70dfa179f69784206a453277e13bcf6c4e432d0c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=181326c8624b92cfa1475d6881a3296735abc898, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cc1c2f2dee12f11b2d10a480b087e1948a4a9e7d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=95c5eedcb1e7c4e375c6589c26be8bc8dcd90641, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f207249cf3f01c87da21911dfda4e5cd864396cd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b5998998d9b2cf8bcd4232d71e2aa574c71b4593, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b9e82b5d3ce2619e92116e8a3c99ac2b651dc3f5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=40a948ad3cfdb9a3b93899fd1c64b6a87281b2ff, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e960ac9eeaf45adb3585d19e1ed0bc916e89c2e6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7911a47acdfde84d3b46813b6393fb899ec3e384, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cdf12fb56016f89f7d0eb3890c79810629ed48c2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=60d4f602a824b6b401fbfaeb0037065061fc733c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2fee49a2ad0495350636cce96ba06d8c61b361d4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b7bfffedaa758adf232ad77f40976791e11885cc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7698513a03e80325c6d30464a6915780cd9b852d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a09ea6fc0a174fbbace0b8f76317abab140631e4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c19724c056d54b8f952fdb774462160111b10214, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6e0c57f44a7a9bde1271622b35a7a1806e33fecd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=004f19bcd299463805d5831cd04412bee8d9a6f0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=403224f962c19381d32f52584b0c60d60701d6b8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f8977cd598aae4e9702503caa4f3000971dcdd8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=420df02d4196568944c853643a4f3e8bf6a534cd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e3ce48bb40a67426051c430d2f43158657dbfa66, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4a81023db7cd2ba2e7bdc4a564634bb8b963db8e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6d14634d5ec505da433345645511374877ffe4ac, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe8f94e23283f35cfade69d4b0ceb3dc3a317dbe, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=63de606c0bc675120d85031ec9300c05783f0c60, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b909c74ab0f0dafdab699c66be9f0ec2a321043f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4eb4bcdfc0e29999da80306c8d14e1e2d1a9702a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=243ea4260ab6c276caa47bc4da9689cbfdfacbc2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3add83ae5dfefe367969dcf3e4c679e013851eb3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=504fd093d9c047b4c704d89ecc010451060b2dd5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=275633f2b595e531fde9e9c3e205d0e91f202dd4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b60f236f58563f44ce16c649be12871ad739edf4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=86ad64b6abc011fc28c1fe911fde2a2305aca010, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=772e0bd09dd21327dddacdaf11bb583788705885, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=80613d77d85ea7f62f340c3cc27ffac969584ee6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=06dbc64b62720653cd1c9d1628ec672ce3296fab, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c15e6e66b10f72125a0bae59655d8f3d7ae89e5e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c8b6eae9fd64456734929296d570032a1f0e0dac, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=58f8e98abaf660cfd90e04a6cb2f773817275eab, 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, for GNU/Linux 4.3.0, BuildID[sha1]=6977b03fa7f55d213a30e6bbda13cc726c63d2ac, 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 *uƒ (|/usr/bin/systemctl --marked reload-or-restart ||:/bin/shsystemdsystemdsystemd-sysvcompatutf-8ce710a915c8c9f24432d79161370cdc8f5b8943e5ba784dc2ebae33c0465d460?7zXZ !t/]"k%:.kgWE ljTHœsi"V=3\'n2ڴp=ΌoĽӖHD3LiA1':0{'ZӨ,$W"P8%qCR(qS  vAI;=˯d"IJ}I1A7<Dd(E?l޼peC<z!akaVۭ'+06W_tP`^qKJi 5I&E'w#- آN^O++ I nX*b >X_ʬ8gi*R3o^\3**GNS^˩+~|yhCvypx Ըk">]')gN:ilH0$?>ZJTFҦ7ɟ ePI: ϣ?1R@'trp5q.UYK;S)7f 7G~4ȀRQEF#s/{hEj稸cJGcyc]x?_?g? )]iuΦ![r9GG%jwD/|ko^ %Lrn+FrȕUּ] MFh:͊\Q_~;ۉHX #FIr}WB[f2-/3G8Cs3憷^\*8/Ng{^nYQ2rQBZ=7ժ=jo+|`޹F5z$$1V1,c-Ly6 (7۾Y0Y85w.!2^e*D@{˪);sP22ocf^x,ߎzJ`u}J!YceٌE\b-GDTG?| 4򳚖١n h+`r2=\.AKK1 &&>؀05=<ڬ5rxG|\C>'$K}e4@T6L$H?U]I#ɬUy7m.? Z[I4Yb=MH 3~CS= ;3 瑥Z-|ߚ[t>Vt˥womp _t.5u3Iqt{ IOd.JW[H"檿xE!wK,^bV'B^\`j̺zl?k*q4Wd:L@ zȰ oU P=Q ߨC7~dBW*FC :RZωPDs6Jʢ.`fο~A0,/L&oF(]eM)"G?bDkBقkF\MCtG׏DbaԱoS͝&>}jImYߌlMN2qnGtɿJ'kdnqd#QImyqV nw+/td r?bP%t(qyRE.*_|N{e@b-8<דc'i>5qP%@;f"+*jl.#"^E^lɌN9烅xuSdR`;AGN\)/1) dLgw.9zL1W4<%fs5aAS,]]Ԝj䂧]ǫy"'IwSRxN"OOs3>@B6)I+X\"օ3 GVcz Bgj Vd(ˡܝ@.|+[.I\gbG_o @vnU\q{C(Xb-1Cw ܝdPx?U94ocС3hoTe,UBkn'7A0yN U)"LcWhB!A?n|:+_E'\@'Ɗ9 7!pŅU|w@몈$4|g@"w3*KWe zn=NMl 0oHZhW>۹{He4vRcܸ|M7:NMϷ2,);yPYfҷ`ïR6-\|)P+~74͋Fk>pRf1樚!nRo–mYd1xYWQ/,5 .[) LuEN b/Lmwܤ*7rӫI lG6}7\%[uAew:b3V\ Jeӂ@}W :/ԝOڊabjMA<7aD2v9ڍW9XMb4# Ul1T&t(O3TmǙᚰ`v\٥Udz3 /{ըx>&p Nt,M®A^2[m9gSU; j tIf뿱ȗd*iАC1b}5[E)U^n nǖ+^q9c B<'p AH`r]nV"FLN~GV%lǀ`u:ȩfx}j ͇½mSNT3Bg:y#I|r){2PNiv1cfrg|;&< Pza[V*Cf{]< !3'ԝ|$@+kq$?KLl`gMۏ j,6u:UnN / -{1UGͣ뚷K@ iǹz&ɝ3y6_&N'WT2rA~6TB(|wuEqэ~~M2Cwc}V@=+fRFcIfHQ:FQ`Cĵ .l@c%a'-8@ߠKx,aE˩lOm ̚**|%Ԥͻ.Y(2q X-˲TXxU7+1T&OL( N\͈O! '!ېt8($'h1y-V`fFz&[ ̢{꿗+OWSe< l-QkRfQ9}t-N  ۳r+1D")ٯₖaک1rk I:9vG^`)F.4PS ^*qq8Nu1,h> hca~?* ! ſ~%0rv/7:7p{>1Zt,(RlMٌXNB;d8t/Ri=RY7ʼn`,>JZ+-.K@2][']5O})u(><ε&dE=G#`OeX/VX_">Nz1;klcjJeQɭMl$2k?1_pHw"g<9 e ]-fJb }"C@:l{&4fID|xD:8A#Z㣌qi 9QtӮZJR tQÏ3hC 5Dde9Ë R MBD S]꥚B"Ωa>ejl8a#eӅ emSH4䒁"n"vőN$nl{61S XPm'j-'Vi.4N-xֹA>QΚ&u )Ǚf1EI ^!{*!G|\k|Y5x@l0I3i=1IJ0ŝNfDy#!k~IEC08pO9gߏYQ( U0"ODhRPٗ͏`ʝ7 #H fWHo4+[nD.޼’5Q/öƂ=w<ZTj14ye ]1["͇ex UCt0Yl[þʩA(hŠ$~]F(6z b&eO o z=e#/EnP1?~<;\r-Lo˺`,耯@3S7ā}PAĐGY R+9}}WMY.No>gMo>kϻиG>+^Pcf!lu?.ZP0Rm1[C_qv2E퉈¹!\ XO K>E#'7dpRtVj,0e@ 2)zgB{|2>sX%uy zBcǦue;%M KSC;A'4n B֢Ha%#LzEoYd`ަm][J\b" )ܿ1 _1DN+ $E/n>;Rl3b%$@;K+i4b URT~&0zVT%$)]n}%Evv/~];;cHڨFޱѮhN/]M tN3?ɼbSm}Js \S.qZ(x쟥tb#nV(DPrwhb?8M])_3 zm߂6^@b֒nqI7 fNq~\̚ _F$dպi(&*ȵ Өc[ )fm) MrC4VAmvЯOO+6:*ԣU7%j2ܻ8L<4a_"SYy9 [ -}vdܔM$Ê*ihOs<jb` kC=T*n1ΙMCאֈ{̫Y-&B:>'[x]#&5d C{F+ ]kxɐ\/ t,vv4dF>a,$%BjS Djγ:8 9_͆ y ;7֓ZS֎/6|5bS,n?T j2_öUPeDs0#I鶓@k*:.яhF}Ֆz-CdDHGE\ce=Y4Tqg}*դf)Ccn 0&8!7饥=P3*y^NPc[+x}'bU iTSH'/g+OzJ Msq)M/\2}x?Vp=>Mm'Y=!Ŵ)*(]5ׁ#Zq-)mNHOX}ӿ9hi(z18< k̢},uu|fA1[}(wZP"Dbky ֝1W$h1NjHD2(TpD񼒥L"z7$h_vJm?AnbŅU5Sb7 ږCdZ=DH,h0BVC o"9q[C]nÄoX@{\v{G'ekpY]1xO+`%{WOA5mAmGizcV`DTq9(٫X]|`FHH!] ؎ z街v[#q: uG<չə%(çKp'8MIEdE|7[hb{i*#SOA-]éb&d \CL8y_)yTcsgq=h/%ԒV!L8q2Mwh XA9u8\4&"O6RPHDDi|Tn B ~mna:KfmCTMFi#5ݞZJ*uFDpŞ _#<ڟqtC6f`ā (nw|KC#|SfBy3wI2'ji.âlp ڇ}ulVq#0?U=hk߄,ZVGʞ fpE!He/ NOŖ: bfTXTrr LRIcҵ7-p 1D>ic$~a ȳyn3}#ڕƿD;K8eտˡS m#R9i>{d ( ҊEcSNRm^N],5a}cVml3 b fQx )C=Udo TxƫndoOq1VZlTs^ff1>Ѝ"ÚMm"&84_-dXTp`5 o:o3]`{e:}QPG]i'a$&ˬ1ӄc;6Z)mRv!Eso$y{n}?8N͒sBR{JSg חl1 70 <.=V$&<̨qֈ=vi1 @Zvuz`Yl&u$1ڋ"UלlWKbA[1,Z64,z3ZrP)!rqt@KR<әԙ+yhЕ"w&pSOTp*-t--L?tScD $b4<&w0):HMT1Jӎ/7 7wԇ3;}ʸ lL ^Jf{xltQzɧ0!&EAek.ʻ{[i#TD#x) xqGhypA(a̅A)8)Y1%“l'΍8AӀsJ[Rv! C-%Tɖ 9^d1uE l[V7 F$(fibhNo}@ Cq9;~l}_lBI:k$}ᆉ?(V ޫ(5qx/Yt`Qmi-v,4os9BOiK!%BLy'ՕczLGpޚ뤐}y hUC/kF؇4>^.?G D&w{H-9\ [nYLkASFt'n↟w)ɚ@Ԡ{ tn 4vN;ǯ_-P&%e9jN1Nсcѥ`whq|Xi싍/pfh ,;}32d`9"8*ܝ+q?L򤣿`kWbT-X( 'M`K 9&^D, U3Qoj^V뻪;r` dָg]ޠ[j 7`G"S@,XsܥW_5YUD&nc'ʜhͻAq4[OeQBD Bzٽ ;"Wb*{h̍:9i%s|/fY=emX;&CgtP m@]Z=h IhJ'K 7Rbӯ#^;^X+pҬ #crOp{%۾f?BF9FlHx:~[fuϫD\l8ւ?8/Qa6B'c+zcc!??,4 ʉaԗx]Ϫar S4֕Y%'Mt䪊<85\f_gHPT" ASBD)d"3rϯɷ%~dޏ;Ē0X :!X|'!)4N@_P85GU$p Ok=,@;N1C)箩'ZbI4 _86{sQZ`=IL_i+Q$~pvVJ\F[jGFty6 zm@gy) +4) [Tit]l;^:1m`͠:+!9Y(PبZ,*0ҙ&/ uTj9{[ =ᢠ7cdī[O0Cyz~7XJT^b0* $|0ʷΊkKG󕓖܄c9ebpcl[Hr<:UBjݺ7" F|cd ItH!~P&0 Ց [d)Š%Q{Ƌ8fpwG/2.0_$ahHEGvۙ;K( *osrLI"Q1ީij.Aeu_Vj-x,T+1\ӈv_'@Ա"1Ga<(:C]qkFAB^`pw{JuArx !,9OR[eHWv'=M3=(9C/oB%K{*#V3`O]1 KpDs (X]zo,a/(WY }g0dr74%ŅtCCeEU {dp&$l|2Q5%d&ya ~MAQ sڔ, GӈX TD@IH$#eۈ"v-SJoZ~ݖ Af y7WH|+Y {Ц)4Y%r15ʴ¡IF|1_cr"_]l؁j6Zwp"8 )LDc] hgӣmè6c>Ae"|ܣpb5lB=o+4'3=Ll9w"F?H6ǟGB̰LUͬ2MnunQ@$i \:ȼ<6ngOn⾓A;"țIH%}AR2_3 ɇ{LQ7g?Ei/#}T`wfl1U sNJ2!abY 4*/ oaR9~^>R17rFad=+'vJ +ۇ]*#"}=ǹ8>XaSU; B~5 Ӎ͝U!Y8sAD⅕5Q1t|֥&I~W%Elf-a,1:H<,TʖHpy/q!;~w`,haPM@Gb#;UT '}Z g֒ɖ5|Bwcr@a֠'hv.$]nd"ߑ(/2QW"O[)`>e=ʧN@Ɯ2_W1*I"YJ~51 \DAU#QF>dÙ*^^PNq/U~9 ca)b􊡼!L٪Y@W.45 r+@Uk2@~nS$Tw׏ 8Z')? @95 9ŧHuC*t;+tw` tRS}ɵSM1uړSXFtz*:Y(iΦw9 ?Xz[s[sqڰa^p+g;%#LUwx[zK+xGǵ&`4ۄ~vV;JC,̌׸Hay g\j4m^MWVoh`w`os[E):yJսxZNYE}5j{ׄW<m`]QFDawߣ->O-ʞB U̎}K!O@M6OAnhagp;Vwn'{;>G4Cz7gnt*Uޏ*ŒKâu#Sc Fe#>NDs:1U15$[$^o#k9=ޝ(;aK'\ uW9UkMY q`H9v0}p۟FAatNQVrV6X΂qKOٮ\~@WA *axQw4=f>|[?e8CM  `w[E+C(RzV~ E)CA<hĝ:@`$7*dr[SL 4lק_D^7aq |EݗV})}^ z#mRL}H]1oQ]@L ޘ DK{ׅ3gd7 *.`B6ncC ׳B;_L7|w||gw̩X/-_RofAYM9R?t%* 4P|ZtNzJӹՂ &f]~UGU4Cxu-]d-p%@ٛeMW NqD->m/1)i0ַEjQ}W '&m oG7Q~4;qZIݩo6CH|cQlGU܄%R6i[pj^> iuzMyv<ю:l(.<=tY =vek vW7|e`Θ[JǍӶ,3rޤ7e^^au~wD6HaEa_ rݗyz 4d: y 68D$sxFod|6Cqh(8] 8*27X;٫:Kj$QC>^Ck0!9s=a3Oo;h+2aC[_WUzh4|W\#6Q}S 1j9*$w:Yo:-"C qe^w (*kkp.J&)훇J7bvz6~N}'+aɻf88poxϺ9v7¢ UGah0!^1MGz!$aU!hg9\_)P L݅V@ K,xY^]NSAE7qΘR)"4m;D>]'4F#W!:eJAz(aV>sDb[߀J|&g)a``Pzv˰d4BHIcNwpz ِ;qPDu*hfJ5- y*勩9[EG;CSmUXn>ӽr2rj$[txH$j= *XL5 P[2DQxh"ʼn{Rȥd%>#qDq_{do/h ytˇ{d9`cva NuH<̮fE;הM#aݚȤ/D`cL^QnI/aB M1>5{&ނ65')IW $]ؘ,Cʎݭv*Eg`NÜY#qqGIhDg=0w^)^uJWT2{d?}@HH{"Ef8QGRɟ$1-^wAl!JUc5$0'L?àEICЃ4$o 9vK?3ݞW/I1OFaXMw*"emvn ~{b%j;3GC@ol غ'hC8Igcw^n-U"fZoOxpop!sNY7vRHy =tf:<,?]Y-1 Xƽ VI_yX4\ Xej=ZZ5;xxv N/p!$/d%OI`CK:NS#}i2 h@0ҷ9K&3$ ,*UchkܲJyӓr>KzcTr[ Uh:׾h\sMɁ20Q -ɈNgֿ̫$c(=R00d[%i؀Yv7"B,PLO܅|i5ҚYrKB9xpAUzʗw`QESo`RnO>Rll3p3B*ǀG* ܞ$2Ux, .>nФfӮ:g_0J SŰ҂γbgxb' cj+WK'w@d"ʍBd|'iFʦ=b' kbWݗ flm1=^ż]Ivz {]>y3`=YKYKC}PZx"nƺ ̙ )-L9w-[c`n 3 YOyF|'X 6WPC"Wt=oc%F"i)(b }*X#Q†ZWNR")(]Y R+i:f\De[o]D?Үvk/oW(AQzy$$A S-Db/Zd"1VtI͇q NyqW ԇE˧]t6hu^Km\ Th)6Y5+/L 4qx.Ӥ9q8^RB/vF1ulTE=/ K}Z tq*h3NgG60#*-R7TZ '@r:kx@3}T:~îCct=t>V?HYLJ1ÆTh}oא'E۞tyCYcgIouVɄLi2ZD;*jg_=a5RkξMQ-仛R$ Ĉx'& ip-MtSrtȵ:Bw`Yf t+jٴxu.k,²Ѱ&Ip)k6}]'si=WPzb=U _hd-ո!9 ,AJz\<+ۣ5Q?뼰KYU)cb#,>rIٱ$ϔ% }\YN}əX`KLvV[SX~r;g s]C.[6\Z<_[W u Q%m\`F&nz.=dEmێFu:O , .#,G*%B"SS-J! f`? K[; hO#ao/oMZЧ0l%1ArF:.MgkbTb]y%a [}*(}'¤2p ~GÐpi/U05^>EYH#8?CVcVtI1`Hw;fl^g,_^(^b܀cHCÕ =д+Kbu#ZJpր_1m  ûgPj*dѧB?]H4pa{V]DnӋ)wU)q|vG]t8"XL\tRKlfh{*^/LX&31Є"?H3P]U}H@9Q]>*V+JPBU? k_u;]ɟ)>f=+xN.>ڇy״{Y , Zo,/}e#^MtTE`z| ?S@ŀ!BAHTGzdd^yE1E^]/ Ќ"M*M,!!f]wj,A"niToW~E\H붢2LQ\{u-|/~89-}ɒ`1ק25GiTEgw[^43D"ſ-stP ѧ#=D=FMx`oYP\P5\rq]`nAC(~laF#)/Vh_xV-b1exmt)}M:ZjÅϸr!_)/g?-zjV"6,x ?w~T[g;bz'#&j#.xqbryU{1E7W!y/j 3-g n;̟#'M~3B/PǦ.ck4L", )QL&CdBvT|eTB(:Ӥe="c)eq6N-Z8f@L~ϠEŐ I\"Muok#鈟 PYL?rjT'T70{2o'S6ᔪ":.©`HCj x)-y^+8=dOn^W9Er!9O*-7&@] ZyE8x_Go4S 4oWӮ!+zlBcTHLZ &U4=nd /xWek*Yc WI3=,mBUdbHh"·dKGVŢo#ܥZh%BCcz+IFܾ}W hhDKFU}Všq1Ed_NSᱭ Tw-x2.`8DW;6FFP{ݔIxqCpDaNC\a6Yt5x_4)/îu[r.+$4d\I1wh$]//(,$SQ]@7VRROfE <%DdzȚH1!69Q@ʺy+riu 7ϣBP=0RYxBYj={8TYdy@5^* Ӝ*}ӎ6~N46?w8D@IP) ,Lw58]=럏o!,hь%Ǩ?'ah)fd2~a~]հ_s|P56a䓠Er|6<- ZaƟcPP7ۚE4/^:m/`'GIg: 0(S$fpFh(%a׬`߻wga;[#QT "UNtodgC3슲=b0χG獌DHJL/*ZS*[bs\vBk%M*Z^A`{Ain4k sV|Vr4U 96*1Pr2Tٯ3xLE;@ J2;0š, uǁwJ $^>hrۍsTSR).$g3){A*V;5P^ճ ?7N~T <>No8ր0T d5;P=5B0u,eg`  l2ǶlLA-iyPDv^e%BI9mS ܔv7+`f /=69,ҸY+àd)@wP_+j%|uc/YFH 멽 ,eSn6jȒ:%tN/綀4ape"{@GJX0.E`;=L'BZZnEJMʰuSɄ `B+ӢL4/ʢ֒!uNA:XlkXg2 Salќ;*!0?ʰ98^6ZlwmG4Q\U_3*-NH]H˲^!5L;Y 39]0:yb1]+R /["I{qND?q25s,G(*T4?;FrzoS15b /10xZ`ďq^W\}MI2sm0*TnG0E)Mk ~NVtƎ ;Nw;ș)ap9?ꐏڌ8Ͼ'|K\nh^C;xd C~0l{s̈_74Je/KNHMXQS>B)|<TJ kW @}TAw0J'.Hs\%l`. ߪ5B.ǶiSw 91 hi ,Ʉ7߲.O%N̥]f u& e?NsvmMujy&8<u7G;Yܢҍ}sC3Db:zlYnf/DNg!$sJ^cw%瀯É[r2^^`gжڂU߂B`?xf:sR 2mM40yGōSnjg ,CV/i.Msmz߫/hLaWb`KA5 :xas}ˑm*$xjS-cB\#X<-|W$X|@sYZ$6^lԶߋ6jx~?\pDȉexwʖUP i5Q_0%MF?2ȟonv䉷J~Ƿdϰ(eH%"+$iI1K_A ¿âaՈb:!َ@ Le'A?OaOR+V媞Vp9 qs;:R3hhd&ޫsi؜J&%,㹙^D(WS' ))Z);G pBpoHTİ$+TEJvuG#BRiLH`>zzsh;Ȍā,RM}>L )!Br 54H.M\aOJ L&IjĤ}Rcy7\}+UXy;5~z1YbY>TEEjQA$S܀d]5mDu3Vch:|%[0e =;c__׽yuf:()iKDUD3Ï k[O{ :ƚ\-Jrgzi|-LOEeTg~@.ʚ*WŦc@rkXFH[G Df KYE פ( glǥ ˟=c u0IQ=nL0Q7'`HOlfع!yzŗ0 oIolFZ,Rv0 eߝ<ɁWǠ̞K6uiqr:8kHoX3<4bp#T+֛L1YR}Iu\^>d;ޗrO{W+b'`uzB !l`dVW `w$۪D<#fXEI!^sp"NK Z R&{d*6f* {7<aaK*e[mҌE)}`vc'pAQׁ QY . !W8*oe{ q-NPCV?!@gА宕Ռa.I*; nMhQk.ƌM*;e.>Wue1J뱛KBU< &AvԈFS KǗF:~\[dHubCZ'bӧ`W_* #Dq*Rn*q%tŁ'A2fZ(z23% s/CKi'=pg9 3t$*" 7(FzX(fˈT[ }X(>ɆzHHSuSxsHWȧ.fMnj2eNP!:6n8[>m7Q2|un{ʫ 4]bs EXvNt"?n'f#3 Rh T> 4L>̅-@7t PSt`X$aXWh\ioQ,s{2OUЙ@xEq }x,(J'HFRK%}eYQo1.RYA5Q'yZú;n}og(c,C^كQ\Rɵ:J 5; +Zͩ-nhB=a$&H`@1,'hS9$ڊO7vנ\u=߇WQkxkS4CXnB SOP"|mZ8| @dȠ 'loq/.tqzc;cF"sO9β칌j Es0VЈ\M@56MD[k71ACO3 Hׅ)$`1픐WA?;Qyu4qECߤ ϛ5vB(ehSݝ.oLpRFo,/7,]f1 PT kJɣi;)Qeگjrb#Hl2 b錇D?7L>8~;(pk=4tl(w " a.'Jrh=D-X>x=lasjt/u`AbYT=â3 xn"N,|˜ $)oސsgq({J]5E#zQpFaP"6 uivrg ۮbWP6YZ/hWKTLgu괄Vl7hs4uXsvv 5P^ zjپ}XPdvVkLOJj14_ #SrΠS1ϧ =Hh۾_ܳvVcĻr# Rnڌ`°;ybi7"3= %VQAg_3;=E_,SYeS]194Vcs䚎ggitJ KaB=OR:J(lSo?oj& aczIp聍E=;(Ye_\Wq4kKd))Ep\t5 pkq#}A+#tu$1O&K:7E9Ѣ=PӒ2x| ׳KtKjcpl]s%6`rɢVݎ殤Ġc%77K?Y"% S<Z$[wҟgH cq.RPEgxڻ͏W~FiҤe- jB0k68P'y_X%l{ST9a\^\̐~q]m앺d>KIF}e 'ԵH.U!J|žic ,=6ܠJ#D\_ّZRt E\u .}7|,upWac#fK<(j4x3ӎFnT>S 4u?VC--281:< c k4R*+ݧ`y*/Y',钨#6w9?POW㗾cqDJz̧{1gH?|f*cq(hX7hˢw[6f0Fn%CPrY@{A.ކe9W֙yZ[e~,QǤ ]CUg|z J[ bwDӵơkf H904~aEOznPT(kmH*'%0PL>h!2v }h<v2v'D5ړJY#,m1}$D\D'gv$'> 6ܩb|`:Z;ӎ8%6QnԴt`SEd]G4oiZW?6/4R %x>dӴ ~j* 9wʝ" )S-æ;#e630!MUns$UU{wt/D՚^⎓$ Ma!)QWg2 PNp:DP9. UDK0"z~ՊgQ=5fK :|BdMQ?mtB H%+o6T_gc8}]Oo qR3[$j9a]?^>վ칚31ś)S)G! ǯ?q nSh9w+ehj4 5eDO#|*?IKh1{ɜ1,wd"撰jO8dUf鵃1=owq|с{o+)cܛ3Z [:P*]('0;ha}BU]1lts~LH3nP`EJo+ 84XRPWrO(ۚ I l]B ]&\_&vhSS6+zmV!/=c4H!0ߚn51##Xn wژ^H֭HН*S dz.h('M4%BZl@z5&ѳ:V%0ދ6ntDk؀1xwE~1衃-(=3#U t)-)ғِ\&;GaHU,F3Efiȡe͝b) czShnq>;%c69Rx49P* X\ƀŝ"X%@q 8ˆsi+pvx~}v']:\;{6h}awH+*&$T!P(c'm燻s[G| jM@RV~I,$.G/\ T g$Y8"0%G-@ Am%Jz1&7stgA'ҢҥFmRc6z{{"Kؽ)Q&r*[CplIܳ*5rukRN^KZ~l6}Oi~Z0ݘ#eb5YNIQPE^P{'ViA)PA/6&/&J]hLK;`G޾rSs"M%:ke$RCPPJjHmzAL".I`pMn^WhLG#R9gGFb9Ngx8FbLΨ KDpp` BKFoFt'nk(!JHY*!ƀlt2)k޶iED5nu7 c6UU=`E& {nAe^iF{?>ͥaDZ(1|q @y.f4A.JF84l\γkZǷ+׻\1shKrVKT8HJb}*:/>I:[A[ށsJ<0V .a8Gg@hP3IL6unV?{y~9$[>D LDƦPv6k'Ai|# &ԪAT_|9A B*%W.1G/ 8z{h52g>W3o`Bk@1K'wK aCM3n!ٝLO/5 |Y5L_U|WәG{D}?يЦ_ŏ}cJl ۫ ̚3o b ˑި%@?"0h(=\qVõ0;3z8۟:SHM2x_o4_ő[d}DG[5s!JJEKB_f ^z *1PYaKUfM(.-u- )`,OEQPff!4}0]/(dIg|F<7kYiߧCk N3e嗛5zl2R%|[Pj8U^U_4jotĊjr%F I`4Lhp9XEaQ{unG!M{8ۙw Xp8*'}Pؽe9g=7;qq2R:eRx{(  QXcJʝ| cL߸"Cu 6ShRd']*jC]BE.ͷi l=RwV1ǴAu).KJ"П6a]47 =yV #_mbs&O`NRw̓YjDתx9+QWtn5 }5_%3^DN4]vGa dN@H3cAwD_"W$ ZЊo 360KpY*.ELj+k{nx^8vh/rZM -|Zdp$aO1;Dzv߂6:\ټAgѡdr0 Nz 3/zWr@64BmIZ/?M4t'IEHj, &2xȝ}vM>K CՖwPXo+^Qfĩ)dV\fwIL:X?߲>{wÂvz+ٌk &嗴mSDX Il.a]}CdV I) !/lR=I:2NtRaGx{ R51W(E4?syEˆ S5k[5V~ZWZI0aafI.[VZ+- >\mK.5Rqeiw Ok0?64/L\mGD~9?de^ F&lOOO,t? g.r\X'WzPN=vcuN4֗~cq8xw/?|q"C&@3OA*$_3}\Zkr"|>zSEUi((wH:)`E+H~0_u`*7/^ۓIk-`jht7VMlLrx::.Qۓ30 afأ3Fr'#7LTq+[Cㅀe2 J_b/L?AHD>jl;̋A8w'g84L{RzՈbhQ/s8qtev7J 'c3_:f߁> MTXa*ߤ̀HviE\/M3 ߦhQP\ @t@;0[r;O]cə<&P-lBoiX r);T⌔M ]zaŕfxߠ2GkaOx%p0p=g!-F?TN `_9$s4QmH/oOKFaPFli/KU\ WU_!%`j ct^i Ld>èb~*Cm\Ev+{]q@.>C3VyXْ4v^\ـj(aclg"l/!ciVG( ]aԢy64N.ugaϕ+upmKԉ7nONJSpϾcޘ׈~`.ވI(F(>6?h34*:c\tDvcY+KaAIվ?Q).XPnf YdSo牱w)5,tEhcoX^ms֪%w% 3լut&y8xRpSoXT+Y |w0 |> CCOLmX?lFSߘT.xc*]v ;@d7) >Ct̏ cWO4A )vw0Ϛ!Z=#ԹPAF!dUy&1=t)[w )>>Z)}ҫ{IOa{jxh)Ѕ;8qWM bZa'RC'3A^"i##8\s`WYt=y[wecl3"6)J%o\Q?,Wk&#HS,y /d6yժ1{sop݌1];rv㕼aRg^88'fՠ]SyО-`'Yo 3D<)la^[T[*aj=Ob&|fxcj*Opr&g0ɦ/Vzdz>U}-3_"*, j_.RFZ j 6hŢdf1{(ᴧI bPkMOq|]BY־@*^֗ʏo0OU=,YK,l>a=bՅT!/r: 5lO2|$xKvWݽ ,dN$y?4_/ L,ͬMؕul{[MlI)$Z eAs!e.8)a#6goj'<7Pj,kзviTiX^d]g~ F\{/kynv2z+/Pm>UH(]`GyC-,?ą8:)t,r,`@&crM3A]kܹ]cΐj9<Ʒ S .'fI}'<\1@C 6ΓAִ)"mZc C>,;=T|^@*DC z5d7xEo>{mDPB'嘻fx )֤l?yMϢtm u03 g!J~; ~1%yěbT . 4b4PaW: dBOaissŬ4`D)D o7ƾ(Q4FAY)aߎf@"aZ )?-|yeU>7 sOW}@˰USaLm h׃ob0IVdyzZ(3j>o+3l5;d-1UkۏAslW$xЧ#jYJm'\|sRP?e4)k@k^CF2,yknSpy5,) (rxsijbE*fX`v}>UH_ǚ9_I'[DPn;}$0Ǝz?@)xRLL|5w/W!?m%îD<b˪΀ hNgv[A =n{y/*|vPf>Z;+uqz`Q;̗)-e"t/{^KكDyQצ zsZtc'\C:.8Zt_36k,A>ox/*.8I&{g5n(k[.6:KeK'I8b+7$Kq~@Gϻ(ҽK@12>P63,+?a*p[U !ctޡt88gh P/DH U]y Je7?0p7 ?b#лvN)/˓>gUl=TZWj->[\8NRuθ-%>Iyrb(.h2(av#^x,B cef`:{X-G6(ܕ>C"w"|#t$F7u)1oڣqADH!CڋUֳi5{~_^ݤB6As]W5,ZdUӗ~Fҁ0 V_ɉ"WgrvՈȻQd s'I*Y<38o"SKKS5p$kN9Kd)D,efg4,6ٻl< M;ӠU+_QMNbE:٠F \UE[S=^Z(QߎL#Y6P8.H^W0N@&$t*NaGxX{ViP+>FqmoUA} ?d_.L=sHb=0tp GY3Y?NwHϝyQ_K/ѻdɳcpBϼ.8Qir2z;ڷeO&FDE8>}B3y4?s]x zww.gv.KYfs[NҔ+M"UsbG.ÙOS;l"%5}eao \e6!hu }hiF^ QASBg;K T:68ٵ@(tvHC|֐Z:_;I̙O} 0PRzÎB?&kF J~9ĘŘNἛcFWӲZ8jd{2Q*11/'p0<.}'OFle``AyW{'Kr~/KL&3lw5R6cyn4n Edr9Y9F cjY@%'w\,zWvCD֪R[viAkGYدC \e(=dS>JvbR"SC[/)GK_#v5Mb\}SU1lb铕abLb(5䱋<YU&/H'Hm?@b%iEd!xO*ܗK*`|Oq-7"ln$7BjW~OjinOMi%*6Y igI"npJY;"27gf;}JpC&Ƃ)p,|F6srsͻ:~֝c&SsҘQPiH)S91rWSZƾ_IѢP_E:_jA\J+6_$z?4M!ΘIqFFt(T~d@2 e4;czZ[nZ%{؊"/֪+)*e&. ͒E3 ?څr Ʋvdɬ l+"!G=LCEC da_Ez$sO:[)Nrd?s2kD:<^N 'S<˩Ph*qE!d`B>h5l O*حګ&?)A:FG5B9t 8?{UD#OIa%L fktEo6Ypi@c]ʏ]*h7>Ȝ=1D#sXOc/fDWxR6|J&"غtd'ieSh]tƒVQmaDT!g$ײ?*|D=cFUF9 daypn :"PGP^K\NP;!g/dIrby R0:HJHrF$ Ws@qAx}|/RF#ʷOd}ƂR^GX]~G9ץqK8l9"T2r/:p#0Ĺx2^}bŒ|J!o hh8W"Ԁ:I—$48T1% b'ɻy<2~mS ҥsw+i, ?&7'k,pB5nȑFܷQVT\Ği.>,_c*Nk?xv bͷuDǜh+(rurVAm~7]O F> ,o ȧ3bLɵv%ZzbFw@CkfDf̎/RiQ݋2A!% u"63 78BsO햃$z<M2D:ؿr041JcqF6OޫY!=eloJ|O>%EΥ!Gw4~6 H?dMj&sbjP#8*`+EX.F7MBBv^_80pewM{6=t9G G<`[g4Fp !bzԾv\ #HO6}TS&%|1jMIv}#Do{ uΎVy8qiD~{צuu cW6?B[=7 tUY\ՕOak ԃā:zCf޽Rĭf-"ܡ!ʦϓK(^~l950qs(ɐV}iqQA,Pz3y V몤Kf8EBI447 أ4IErvVv JI:C>[gI͂&N^+ (=IN Q'd1usUz+.7L3F|o}߮sebr< %"{OK .`ؒRL:/nul%+[NF\ɬ>KͺgiE:sl-w~Kć^^jэ$@;,Ns煗̒dvC $`’*wFl zno:ƣܺh3+bݹ+#1Ͳ%B= R WqmsEAU"V5xS[J(&tHp3YS6We9HE9EB@:Mj/d&8j~ M۶uc .{^78%sT/LǃP (bٝ1Ϲ!9bg5c ]XR+ U mmݑlmቹԮ4'b@67LJg>bhϟyUᤂ[F䞵+3 IpgDbKL;.bҋQufEYy"x/:w0vVwru-fP1ѲH(*B ,g:>7/U-H=uD.h4,GPFBJLA9$-͚%fп!V&*guX\3MAPg7"&DצZ<nx=TR L3+ IaIPۙm~+͒>s%%'h@ qro|.MgS> A9~x/eW3n" /Ld ."^u&~')Oq4\]&"%sɕh&O0mʫ@`̞ |7E%?( r|#h ǕNYiرސvPπ^1?6\|IzƂYs[ћ 7V5b}"rFnCC{CWa, m ג2im4|QWI>'|~jՈYO)5٩/ ôiW'fC+AEWqFZ vIͩCpBCтvbZ-S/c(LUVhX n=AeF];p͍Uy:o8 H`T(ALr" DEfwsl$92ǂH,<$j"}!\8cߓji5OVYj?'AGtm:o c]i;PpԻC [fnYꤝzD3T=L$@=|C\@+|ŗ|Lgptjz( ?Uug/Rőc,~b71=g|ÎvX:^!7qe 7`^x,3tGsu<_v-\hKĄ#/>kK^@j=T8$(n* vphzt#WWӻ})E]TYPCOoOOsB|tE:nkpv>8lRUX̅ mmhd}Jm'=|9*Hy ͮb׼8$%TX;-{79nMu\ktuݜ*ɻ}+sH 3rPxXijzby(WdEM)85S*ւTV0?Z:$ МxCjQAüU#Uscںb/;]j}7 !XzXzC~"6!_I[[@-wiX&qoRkLYS^zT8y\x,JNm7 4G"FRbK5m5LIRCu:U1]svj[Ȳu5j'80rN}/A[oM#Ou 3eY㰠畋|80q[(R!. zeH~ 51Մc/NIW|g 놠ٸ-Kyo!H [CTy_4I&զ߿JHCޅj|x;u1O`sq__[Œ`wk;ϟ]Sr4rM:hKy?y6_Yߍ4vQ'c"јGq&8~-g 5-0-@}GjSW#X>6'`?G[MֲFBwo_6p9vW'?#XQ>s1y&gz]qk&UQgHq^Բ|C$[nX (Z\vk-*[T2C2 #z\S)`0;.B,M=֭#`eCf0^9qp=iu0&Ó E7!NSk&L9r7IdI*>pYpX1#DΔp$l|xVBIh uUj5ɯAD5C8%вN*j/:dhk@uB-FI(LEt'boꃏCWnUwZpngvaA}5pEa$lòYniR)_@9*K8$PAlU%[ t7)wa݇s]碄'+*:j y~X}mmePrc8oiSw\pwN= \-ȕܹrr%nW߄{6(?v,\;SM*Ku~[F%ui0gɋFӻ`kd7':4tz|)ejNf5nGηQn}i I; mQ驫aX QYk0ntUϠs"E3oz~lh.=Av?N!n6THOȄ) nxHI ޻sTx;CGk(r2 _6N Me!ιrwXs斊+3̛>ߡT@#fF/_h7P$'#$R>i?u,Z}@R'VB,zlBy;2ÓO2ue[J7,, P*Q2o'(`O6>_G2́`%8YWǎdwJ= g?dv:{PlEXsjCAouϵq8PJ ZInz4j*p_B WHA{I9(֓E$aDo][EH,LQAPOz2Jxr%vPܮ>)?)ZuS:Lݻ+q SZpv35|/9uO)EN\H:E8[wˁVj 6şQM }2F|!h#Xv g4VIDtAw@w?f_S$Č9|Mg+2dH)Ѽӹqv\qn!SpXX\9.BY;XW Q$ih_P 2Oכ^s9/p gjlԥIبE{q/s.8v@(dޔ3_tQq_:޷gW;g)h\t&t;=N4E̮=:xnhe˹h.3 oT,|☸jWyQDǠx R !)a@hMϦA>l{/(ܘ?^{q"A:lWp7n}U%8W J/9"aƩycJW U3>>w*?\g:_QSRi'JPDL]=$ҿϠ WD tK-IbR>}Б3z:Sqg;Pb /e@3GOJ:d<#EjyIz =-$De%3,k90d@Й|m: `?"vJ9ە?8Ns~l'<ٱ;}H_2TCRs Y*P_[HtExC(Hwl5@y*vWųp1K[ZZwTya/" E !yC%4l&viS$n[ ` ;-$^D%_݂H,"$ DY0=Oo_c_(qbpuFx2doS[a/oD1ՏbY#$mdE~PVݢJxڦ9`ڒ\OKc~ѯ[Mp[E+"IaȷoDfy)R޿(qP -,* 2.6pC&bN,${[\f%#• 8xL? A$CIHJ"T6z*Ҽ`~r]<˅ fmyeMJF&90qg|Ca~Vb}VQc+.{*ωrB-h=]ђEUky Nʾߔ0[+kB_iEr˔L4>!TzgCdT=0c"ezcPeA#˹yQ剘HcQJVY1gt%vLq'Pkv\yeîNIZō,_۱Sߎ[ [?GTZAΚCuB/@xyƭY(ˊ犃md@$z(("igND;)HXGn2DE'>9OPd%'V6'&HV)MS{Supm15V//fHǛ`[":|L (UDGQyXᬚ'3x(|{Kӱ:tAH .<jzt/Ǿj~f, %-WA2k@PЎ^\N4q{p'lHW|Ulus8iz4Mu>cSeYXΛvcC}_ĺ6T Ԁ-xh.(:_8^雠IP mœ&xAN q0IrCZ1m9U^WP%P9U3ͅElvsA+o{ A>?KqYⳙI(gUb51Le0ȲPgcrp="MYsX:=e5e#'{pO% f%[CI0E1I^$-tE]Xku^ȝ^Vg)u,u»_eu.N FRCx5љzUo%nd=ٍf2j^7i/F z[P%E*f%Z{v$lMD't{hEF![}&x!=PHQ<~4.2]J8%znK 7'YH"ps1*-J=ZW.3+EYa;Hۍu l)`lOu(ǿ̪[g<7 ^X'ɕ.$V@Fc=ƭy7S^q<"P; ғyp3R_݆;\t3G;=rNUp:K8"InIp׌Dxfk'zCgq!ޭ;')_s@_Ҿ3j(yyP~Lf'?9YWr/F)ox-uD uT6&ཋ/ѳ܆_ȶ1F{o=;9%Ad?vH*/7*FIkn ~۸igӭZtQa([L_Z'J ,`m\iiy%f|rƋ:P`3" =n!KEi;b)+ Lnԓ@ΛQurVaDT.%)qit - E8z9 ܉>|mLJ'›Dcyhr0]zav+Z#P>6!-/ly . X(o]>_4˰'~jU#<6'29e蔩v?`⽬Ud pޢ 轇A(oR9l({ M3/nU ؔikZNEjxb)mzX(Awh"O/[L%6 BveTzOi=խsRN{V3{?:28lSvv3D2٪@)yݢVкôiU 8[FB+#yCfV|ŐKIe!1͘v U|ޤre ʞYNq"n+dZ~i7].+NhdbU-Ԣ" r5Ӷw!n\sa.C@KW:$^PɌ]U-,vOFxPk8]+I&2kB&XDwI}ICI*tv!i"Aeo@E,+޹j\cF.w-@S9Ɓ}=?b ǰ%F똌*i B)?xP&u˨BŢtnI|(/b 8G6 Va֢ %VR3fYW9Aa>/%]He5 0Pk&D) ea_0E8-B.*OS I yB?!4!JQ+QtJԠfWn2r Ft{&~NyIxʲ즨E>VCRW6Dng7̛aEwJd%Lw42q6,=لٮr3ٿJ~?ez?Z_3<$PfOҦ׀A[L%|QҶO#<\z:t0KR!LҴ*QF } nA~\ܮ6ĺFmDoiQ{T{՘2{p;4  =h9hr16u.RkzƷ۰"~Iz5B 8Iwu+81}3&˨*crC[tyvXhLFF IcJMnj|qnLsMWY,25 h>ԝ2n-,$hq9Hxn'Ml>_0a{Nd=)ld}I! [4҃V行!+=JZd+VY![6â Y*䱿Т#SuvJW,LP==j/}Ef.': ɓJAFd ]eLUTMB,>%"|u #@vNC ։am&mR473\2q0s}E~;9x_?8=7yгD[U# 6\frzV=A]yKHJOrvr/W+"i9eGQ}2IZ1`x̴"j5#Wx8Ȅ:99~/jn8h!P V ƊwҤ:ҵ&i~[e/s0',GE0dAALpb^c{qnQz\󉇴 "SWS&@bJ:_MtI?}~)YEM1/|M#}SRW ծxlz2KA~.=|;ZQBar<ajuɟKlE11`J3/yDI˄&憷"b6st4fqq2- <+IMͶx2B&dHuDnĿL,)o-@mjq6ID"_NKF5㬯z u02gCk eyأ'lL/^b\,G.eikstkCCqrxIKg>"aBۛx *N-J1x7g9b{6#e+7,j5+ @ /^or=^̥fB޽י1KR=3!8>2홞l&xZM>%qڨp<(%)Y@ k;ߪAH?plj ,;(喰! JK >I{9Ф׈@%;br<w'ױ_hucwݵ6|PߦQݾ=oWݧ @lz[ QAHNdO1'`P\ -PecШ nJjZdh R'g;1,ݙ?h_qN>,M%o !gzΛbmm_ 1&h,Ysk nVMUFH!-+5C} LҹIe:6K v&/ǖk8KdlI֔X %v#upK!&ӐܽO3L"kUpPJQGP/ uˉ;zk"t35_:p._h ][<,j䮄_W>f)%A6Uft+ŭ'TjmE0AH/mN`)ࢣ: UEId0G1/캁Чe{/ȋݘב`=̦9Q g.gTwZwKq,Z 4}e{o4 JXa;MG@ *LmQT.Zmbú?TǾn^U n;ϲLf7@dHךQ}l[f=19/Eu}7؜F>]j 7Js?}Jx?/k\q(FivvMu{:0K 4Bd z}m, '\iI<܍dsD"H:-(33ژr"j ][Bpn x $%2V>"Qeb m1O Zς,7.UT#DF̯N "MRzͰCh`̦36r=K@Vf whBvM٣>?;gZGwJu?Ab'15D5bRX3ܾ;4Wj d_5íQCkaWӰ>V܋ ;ߒ:?H%6xT\qۨl7֘{*'Y5D(PLmB BOL6PEZ_Io13[1-)Jx|9P8Y׿ZZFTlBs'QZm~&!2IgiHѪ9y"[ۮ-\} 9XUǷTVG8NMsQ moJM19D.5vyK|VkϵcTHN %HFN7׍2>݌.!x>Xy]Th FAфϒ<`7EoU9_Y.^a涱B8.t gٍ& Q ]{ĂY:/L&_T¨WnΑ'F,.ctϙ sIBcD3UD[9^>;WIµԦLxO݅Tȱ-R\t#sq2辪 C 7X2_TNOu.tq/g1 k+#!C)N+@/nRkK-*E <9=s+NM+ qiP( &bOdw ƗX(~3=kgtEq[>I集Zu mb{- N 6$C(kL#3 f^o<53= soT #Vbm u^!ܯOiz+m]zvcewY6Ov;{u sO{wc7:>Tp+8wtY%WSSsn8tdd&8dGn݃7RNЃ2x= LH)ls@L;7|`bC@O'z@yԎ֬N{[RD. UK&}z%W nW+`nJ"cI _<kzl84xM"Z9W]r"n0 :!SO J-ozshxhI Qa{S J3G6ޏV)+F#[ JzUHK-duZvlAſIW`sE!cՖG5c1|4. 1G׾[3%!:tA=-ehK@ we/HYX(tqtflZfhuB&!iO13YqD_*0q%pJߐ@,\굍 eѕCkF1Y}nl 0 ʃ#i!(KZz)ef`tf|Aa2މζ nY0jiPpmwB.2;VF éS@+ַg^\op0rN NdHE-gC;LeX=E!FQگ°Ga"L#URWprbHWJMC.vPmPC{+ Oٖ׫fI Aa)gska|H9jE}mn&}F]U8q%v-q~|XQC4$])LC5usfWq,4x1uMЀx'uZ4e] C{.jD\RƢU2&.8W>gX(= `:3(Nε4j.,Ե"xk'K*"vrQ\hv+N&{gydBrd9-J~ bcY8}hQe8H\"2U} tdJEbDfk:M=l 0Lj`+Q)e_.s)9~`[s^oҍ PQ sPF]&C;$Q_2[KEGcR$g`4gk5%qKO֝10"HqS #R 7y6\Ȗ]!NGҖ piɬα%^5qv[ &-VKKfbR(G)BԀ8Pp ]8TS7ۤrJA`B* S *!:#sQw] tIΒȲBk}t;4`Ucb :ʅȀ߶RC{ ~s%.pZdp^0Psazıޔ"T*0.ռ`;,P'#'˚UHrOA5$2s1bgߝdmMAA]ݽMM=1!@zq*c>}uaxAsF;& ,'YMr(=$-,8Z0|YZ@T<欏-wS5E6g(/!0p8AO4Ty1+~"N>;f.#wPWע!n4$-}0g],,mu=tQEYm%Hض߀pW 0g]E="x^aRuv+_KEj5a~e;wӮ ck0bOh2Dʼn@  fmQWzPQyǦ}AL{>vƓt+{c; uD15t: V+9n49"{\qfNR+$*4]߀5VGMOFrQ͋ * kw~?&0F3D~^^1;'C{u9cs+(Zdnr_MرmujJ\#X:J 8&F1% s"V@n xZ~ <Nv8(LHŲ-zahpѿV"٥L^u .U?Joi)M} Ia_EL6aBal\*6ަLUː͖ÙPlA HrK7c C~1>1}zC9Ӟ=6?)G8NI-q?q&Y ;8- #:@C3/ˏsx }<%zqYΝk m2ZbJیpaZO?p&Yka 75t@> b8s&~v2w(Z$Y\ XOfBOORfZG8un3eed>A撻=.qt9d[7_E2LЋ b9[7X\>݁o]t@ea;UM1>جV0OK2n. Șr 4'eR0Js|ZׇYHD40#QɴcC+$7|Nfi9x|i3]~Qq>ʴ^Wm~Z6`)&ֶI4gx0Hq5P$ޡmV99T<:{qV2a  %nPS{Z.kp@A4D| Ƿf9r GP"ٮHo:5=yM*B 0Q+ ZY`_Ln=+Fy{攲${1hn>l[M|"_.!B wDzwP:3"8j }|7 }``^#x 9'8m.KBVHbZ2Y J'l#)$Қ)+@Ucު,.5[jbޤ`bR4@J?m@I}L[qd&jkfʊ.USOU Ua&W +U 1wgaVEP+cVr뻙 spnok QEaBB×ҨgèPUK f*lw[E`۽̼oMM_,d:zX~kk{d t|$VB6)Ľj97j+͕ Vpfd@B۷vvt0,Fz'"uAI<;[QF%5(nL܃ZΚ|A0g9%@!Y {往Y-:v*B'83P|o+}S G #+ E=U_uTp;4>LCPؾU9j0xT1ȹk Ew [y5iǯH ?W0jpq#¡NKUAcٖO\ֈD2$]3KxDG9C)D̷ zo.u}D™,FN[;%LOt*;'Lo?ios56ڣCs;f>. /+T JץhC!3`EINK-b OR8-[V+|-tbc+ q 8kUxYP?"u`(5-Xg55?D{r$eS\D7_bMQ|}*ӯ@+' X)jڊ8v.fɁR w[1E٥9i>-f[;s!ɹC;RzRׇ~DpKPК-'@$Its>7 W2:uMsUu\6etۿ3T^g5_?| bsR(7g}}z촧9\K'*v qYǹ̂xp̥hI2#Gkyųb*EN-%OqTy̓7a1K-khR6:R]M5-_R|: ,k v u3,eḾxW_hk4Ž=)W$"uӾI'ӹ[ro]dtvWzNS<&5`*Z\mV*p8{7i _OnKȼ"?jIɦ^ƒ8C t\} l2]ux+~!g"|ܱ٫cK?k &ͯ/b]>ݗՍ( Ityw3VCޒ^YͤN"](N8j  !x0}68j+?1BT(SR$;-S/D6c6t1>TzlĜhw6@IH3#5%ZaU;̮˹ [dۨ=yR6 $">*#&[ܗ]\K+{tVYH dcUVoSʛ^;ʲ([ɼ/bjhZ bk+RYNa50=پQEU2VVb_{҄pqQ@w }OF/Z̒|k?SOe\-K*곳s|^ f-Kmp6xqNRX(J%d1QW-!,4ۥUȷWڀc@GpX7PA5uǨѸ<!lYE%* kQkl@=I=tvRd:QI x|tV4.7~oT"S )GO^%0)l3ujo)aJYLd_0D:N{S$89#1^FM0s GaO܍\vs0z@r ̚ީ7oxҩO Uޯ~H"&di?%*`]I >9oX+#$Dyyǥe佭MqA\V8;9 I}0 WQkKLeE4;΃ cýPM4gfhPEHmhv#]J(κD<9űRz||ܙ~2ǀ p$4[ }4[/C gt[8 M[1 i ?=ة!Y7}"& 9J1]ol쬣 $[wU 9d7Y:Hc_^ܙapI3*g#V{1B{l)QQiOMSnա %>$m6Nՙ[GÌ"Q쒝13QsZK)Y\G 5 (4|lbP;rN^b\o;1Æ/`fxSmwZ%yX.88W),gᱞ8E!?y%Gze2kRk+1PJBMù7Q24I\}FCdT0m5 yͦ!; sҮH)<#t 6}c-",*ܬ@9؉.5ZSΤ_uLӂoR 3xl_NJwZBtyCf{V6~\EQ[FCjWZjZuLkrɁp :AkuͩnS_S&<Օj߄i Uʕ Sj;DU& et*q6h]πVr8t=EL?@yʩӿ ~s~|cx~j# //2qTV=gY6* 0[ؕ&$*Di7j9$9b4|i8R}4 k!\[< KĨ&Kd {ULG~WVD^eQR d6>5M9$&OMWdnhV2Qf!qsL\(S[CEMQJh-Lf#n8 |dUu+ bsj1'OkRydE,bnW1K?C`RY#:\.惴~-_)[UBxII^nadK#RmC%= 8Mt!AOg!~Y&Jr'wa1 7F=[[|0%ohJn~Y0D_j1*XpJ-G>KXbԽ!Lo "q1 ([&{͢nNkZ)rG@ʃEI^>sC*/׳! sF21A} ^xnLqh! F"mQa@/aM788DI_^{o1-;焰,Q(pZƭc_l_U_Y%X|R_{Ҝ,;i7W'R4|Z/[ra2r:@0we($n)D@H)`{Lܿ}3^=%ʠIB{Ly< $kYMPO }RaaJc-Hؖ wS_byvΆ$:@ _ڲSVeykZsC\ ˼`&_@J܅2YVd3\6qB*DŽauNT^$m9r}Ǐ O5ݒ5멨4䷐ ?[Ug:nIֳX, bxǩ4V-}G>5/_S:$G~kz9rOF,]RiX`pohctOg(xv&x4ئK2Ktӓ G?JգS7O*J׌ìYO6gN˚螔ݜ4Fk⵴JxC~I3AX*ƌ?ַ{ˏCΛ>GYMpxb\l`?[V^hV#*/{)%S2 '>y{4~oݟ}cD~C zw3`bSh61uK',Kza˗K(c+ddpmy[lvk1ok٦:{mɉ tdy%nҌ KEĀ) 6= 1GۡMG+ETF)*$6ohۨX:IM5/?yoC_>PJ~e5 - [tREAK F-ۼ{ؐL+{^JǬZ# =FJ!*᰻i%K%POiu%%eCP+y=<RpG}0@m_TU hm{=,AE=`F|g{{rmo`gLh[f 5-snIO_+?.iד|i9Xv$NU;l&3Ms1SlhEaZ"_e=׉eeٛ=x~vyJ a)jx͛4AƖ~OnWqayČ)p3ڹA#GyLvbW*z[ʠQ/cPem7LޓK6&A@sqGz|A=:PL5Rdy}q$Ivo6YITR-#[C"!MDfU5EjuJW4LҪZcq5R! 5 oɗ'ɔ0zy95`Gޣ;v$ʗrLX]Rk0ck9#2Y(ʙ(Xɓ_Ds52ڄz0עT0rU҉r1bC s#TE!nO=+Gor]@{Ǵϡ C@ Ѧ4уDr[SǠv*Kǻۮ5H& $lɒ'?t_ڶVrBmf3?!n}֥x ;fa#6.*8rnW|XA7͠r=ԍ FUc<&?cɾ5Pxoi)l&x)` snIl.Ⱥ%T}Ph~YDSac{t!iɯ|iA6d;Œ,ȧf;Ɓ5׆`!2S2G5|+̌ nup06hП"YOoПtiWgPs@s{H:a+0/Lc񋾺ΐD /N>dg+2)Fp5 %Ir! Gd!_Pm}d]6P~–.f㳏u^,ӆ%n?kX8No)3 .Ӫ[,?OW  4[z ɕx>EHéώiP_cK9:'ˏeaain'΅@A0@ץ;sHY0蟝TPY4bՅdŞDj.6`AV'p{dl8pxm p_$djMv-|&wM!gUKf2uJv?+`r ;XoF݆^N28> ߸w};{.VEhy72}٠ѨOM>Ib1 .3,F{.fɹh8~\Tټ艚rJƲWh RB$;|'lRON5 , uܥNW\m3񢆸HY )^)PxΪ_/ AeΎZwd4h7#ܱ}cyVvմF$XTfM3m`CKyo%t~IHM<7QnaЎ?mVo@%)>{pYOUi6?~u^cWEڴ.וq(t@Md.R="%j:U͛U{p7D8mEbdm5ДtcpNnkQ_vlgm@RBYCOrVymlCTYJw佪@pL}4WR:Nss_5=xtif;z 'ߢ#%cH@f6 ɐ[`CF^&5bHrә>dDE1MluԦ5q%j 4HKB#/Oq8M7[bUkiy"SA3 ipdrbyY\IL~NQ-*jF.y 7A+!Kǘf*>`84 w&y. D` QX* sټC!Y=]/Gn|%rX^v0|b$ @mn wbgKXJ.*ڽvi7iZ=?> _e7M 4ash۸v[D o߭Fߡ^,H~j cR+PdW8KX0ȭSX+eÅn@"D'h\'J-_@`R`M#Nזt<) _#`02(vjEhPniuVϩ i4aqV- /Y2ٜY*OA~Tٯxm`uGvjD1X"ܐv<﹄A-ͨG.\d%K/~Mz q#0+YUt/QbkI(0f55k_FE9kUnat3cPp2 J[3`%iLpH23LTyRɜXɜN־Sn" y|2,&Ls3V`kL<25=z(~-F;^JS5< =(*``jPᦲg,ll _.4ib S һnF;omW.1(ӋK÷*!@sN 21sBٗd[Zh;6ײ./2 jB/:\S7ul>ZG0TxCnj0(3}O%E5+۷REQ9 n')̟y<;e뎎˺댯֤?.xH6j|{e! #Ɛ'թM˲tSD"`"l/z}]4}ث\-8`ma;?YuXQR(-&4 NߝGD+,Z< > >U+ٟڃwZН]Q F2U/ʿUԣd5RTu F-'j`z!&sح B%C+W3ɼE׮GD&l9ol ߀ oyxyѵq +,>}½k7ڝCSOm=Iim+w\j*is%r3~^p1xq8 BE#cxK Nt!= <9iJ3Bk"f꼐i ~]]{`5sFT_pH${(,Qf=, l7cc ؎JA|_쇟-a=\R-tֿ G_d2IB30SSa6t7Hl @N0cA=!'г":u[PS=MZ/`ق~ YT†"}GMlhғ{Z͆oLA7fCN'QjM"K˓ qb B& Qjr{>5u:H래PѢQCM,™B#n~(ƺ'fGc9 ,gL{;ŢEԫ=.XFsLM<n/ #>9WD|؋FaO"LfD> cqx/GAdɒyBekd~5KbM^'^װ]*x;7Wl %o{.vG`*"8ƪL5PLdK8Ǵ%+u5њ~h%AP🋅WCe6537w8-01>ocwՔ˯w -bNXǍl#ݘ[WD:2e`Ʉ%Tn!Kɣ=eg6bfN.ς(Evک {i>+ 1 icsHI0o1~ӝpB`UxZ[:ý:=7`o./]k|3RnTs[xi"/Uߥ)(PIߊ<(4C.T=tӑ_ QCNvI$+$`if|&5}}[IOd\M8l@4 zL qL"7֓ lZ?5 qǖU>H (aaxVKs?>vhqI&pbs㚌o Yf3z " `/#^k[,_J;K,}y\ 0+g9y,|.G˪ZhM 9w#kZDN˗[H$a2Sr[C[wiWf;:9^`>X`YcʈUO"{¢$j+kvCZcLJŤ5~Ye܄]#I3&Ykhj2\a;zY1;M$ ^qA*5eF 8B4fCi~BYbMu5<AnV_I6L `[5E|L 23C3g =">J)v+7A);M8RЇk3-7kˁ/ʫ lwU Uj %e(:^2(=/9 Fdi侼!|W'*Wic4V=Q]>tEɢRCbKCH]q*SOKߕ@AA0+yV$Y;makⅽyNU<nSA1y7 {ə@Y_},w ͱpg͒%xU_5Ժ6݇Y/> KlR)0xzKb?r$bWn4Bxa=Z Тn&ACPZ*Ǐx1Yϫt1Ax4JKXhiT*gҹtV'IszE醯|K(H7;H4f\O+.ApiQAz )R - *m<_ED;۝3.\sIk3ؔ!jmݱ7 ٬ǰW +hf)GIz=?& 9~ s&y%!`e#(]QƯ씹hOWrTD J~:W ~Ħ(4|azƊK:2Ekiޓo][%i-<3vGmQ/|-_̈́_d/?!)Tfh /0? x̺O9ݽIOzi^oC3$5?*0\b[E hÃ@̾37-7Z 7gϼE*bFAz pk$3O 7n Ct&=eUԞv\Ѓq ܮ Đ}ޥ@Vܓ^5-<(='tP c_n.<^ rjwcBJ* U/!nhAnq߮U'p|>!(?C<ĖeiкUWHu2/\@MV j6{MVC!jNv}[4HLjUL :̭R=C+oI&A_mh!m]H1:Tx> yEGƋ 7?8o M쑎 AQF&=e+:{cNhɳfJ^ut$Pn2}!yaeIVoDҏY7{Ue 5.*q{c}Dc۟Te ,2MMNJ6 280A! JX*x%Lui|8p~ѨZKV['D4:gld|RVD0uBTkw! hekquKz4*l'ƯWY:ƍq*5K`?ҡUN 7iƪ_7 ?^unzsV'B{)Du<͖hQ舼בUEӥvvQ'# !,^^'HYXXWm k)ެq@6uYtY1M6%p+4cUrSbӹTK,p++?Kb]veHU:!` aAԱ$5Qzr.^f9A`#"nT'5x aLN&46@!ĢNHar:ѩqf?:bP1'X;Tƌ%ХH{{ţe~sy3*.}dqs^zO/ވ뿎}ZJ~qso2 "=O6Oxn%lF{} ђĭnLx¦!آnP8qd_Y,{Ic$ˁ#C )K6zվm H~ʌmȪ>0^qgkW19El㊑",^X~0rոK3JvurN5h4Z[Ҙ* 4D|e'r[R辰U"[T [pHgYXWmM48.{L*ci`v t1TZǂe읉|?4U)Hfx7FWSp5/͆cJ[oM6_>v Rlvͬ/q [݌3XJصa:e/B ) \E@dfVRts.AyvkUcEiSVI!/D| H%nbwr۲I; 4jNj!x3 a(&/SXA+ 䁦EU|&B?0%(R;h_!yT.I^u"1֒b5SК1A/U&nqZA4Lة&\rڎiU10Un! iDЗJbe罹 ][eb^xrG ٚ~Q[O1)n`W^l/w'(㋚bo$fVwb<GW:kc9]u{yM<=o"ѸU$K l*hq6]p@rp[j%L}*K6P76 dn&5WyLx6U`6yhijBJ Kf¯0dy伧NO&vcȸx͸۾S^աk|t;sb>4.LB.cfgyηuqڦ%&`͘Z-Y5;/%O a~as>2MFJI w|g.BVىIX܊)Yv*^'Yȥv=@$}NK ;_~txδwFVAO6{~|5-=p(B2O}q5U|3" D2u)j(.hwvtm|z5BoX;\%Q_*DO S$֧G$ JD#qhV/RB+-^YPYf"QG!75N#yEaWˮX 쫎<ڣS 8ȴJ'(rm,%z!Vl6r؞CB0[*&h*h@J{B%X ;wprFPd%1{(CڵI5%;Z17"ڗH3f%akSIh7n1xq}ǀyj\`Ŋ8H"Na#4ּLڋ: ]8u9:1$x|D:Yhջ·%"!7 %2 +Rް jkMg}V0zF?ؐw\`>/[(P^WX qE@DA6v蕑)Y$^Z\1Q$E/LQ[MnkDeAڎJ"lbAKuzL(64Y3ˠ"$y<#^ӯEԠp|n~0#Z=Kjz]Y+ج#u c8 +Bna1 5 _hl83%u f 6jč_9)|BEb$}^<:tL&%)V|{#)Efw(}oP^5O>jȦqZ}ܣ>qe/ʁ*dE#&2KVXs /FXdTC&"e=ٜ|Oq[H>!Ya 7-9e#&9*>@,4BIc,3^x_urgG2q"}:oǟӨ |k7X3yE ՠt߁sr m?U$Ip^9e`_c}|d r>ʆ@`x SU,FJ+j q|*F ܸl(3!Q`sMZ^yGO)_߳Vm-]s/kFp3$`i2Oͬ}]ɏPHlJOX."A\/'O}%|vĄ8ǥ) TJּf]=Hrْ\㝴ak Lͳ'-H9%I}@< 8t vBhqo9oꙣ*E?{P) Qy&TXb1nw&#wahrZ^UӾ Rub?53H *7[)DeZcL}I7^h)Ɉt{$Sc'bh?,9?7j_ShB<əWftAAF6hD͎gTgњr2䋼K7qmrpցzt=V2 h<*~n9ÌDqIսȭC@@i+ir柔)E $%sXV7+ RRσR]t94ȹA|3yK=62cPMJ,I64^z!9L^z;y>oި8weZ1/^ܗݿc98<όV; X`@sA%l5U5~\u+l?WcS {aGz`X@LHW&νb]_{O,l^Vdt}Z:/?YOkk_X^m.fEvֱ}2,YQ>p4;z":㼢]~@gnq(Yu?+ 4Y&UqjXtpQ9dordJtoC +W.q'֐IM&AˏcDrj6i]#}OsF*20a11A(ɲ>.Muh^L#V"y=ǥglV=ˀzōIZ AE8dử]e za%;D|֕9b[-#bo[nD^h&IE*5VEp*Eie+MTȈ3w ΢*;©1m+2&b73I& E?Meaz91cvMȈxJ%?eƛ&c6:fRȉKmyC 7;m4sVb\ M`HP;(zf'r4ǕDdv[4bV~ؼ҅vT!c _ZTS51Z'ܲyΰ8.5&K G XPJxk+J~Qp` 66;"_}* 5+:\G'jVT2^MڴUC{f?!~4aӱQw`Nۜ͘ēK?sQ.7gXΝdچ7<=4v`0;eh59^:x+ E%z^S] ȹ8EaZ̉""ߏVx~y>~O ~Ո; h"zqmL'FQ)(lWCHY{L+0_&SP k|{? 3O} ѳ w>Z$97s)k01va.MSQ+ӽ8\ONt~:.;C=.}S1AUpA7GPT؅LI`;HK`857Xc )Ph:!,sfUa)Vz,kBJ=)w+/AR RJjlIK<0'[bgLUضRMvԕ ]ՑRL3Gښ&l@Yk 'Kp,X\ _c<ɞtŸYluPmu10A|$ Ft]H  $EXZ`p%JݛJpsBVDaw-z"F1r@g ks[,+yDm?PT_M\MbTz(I$kTaO_܀VwJ<>CWg*5&r|,nӡ<{(~38Td@/G·ETaݚ'[0Ơ7-kW޹'R(⩜>~s/HsNzrd'O%=Qpҟ&xOMlRW ;SZfȱNX *vѡ}ԫg Cũ{N@[,H"LLH:*ݏ=ֈ ~6*}OBnQ wD>]N׋ļ܊2ӊX̺wܞ|^*O6Z"r^(A0k+*cq6T*^3="H}"&UO1j gyb%֨>8i_RYۇ J}գ-(UG"8ޖE\v*2w (qbC  jXrŚlE._(lNMGCLHM-VйF5Ys{0?ݸ5ۧNv{68$΅쫍U>;>oδC@Ǎ_'JxZ|E,)3I(ųSنN4pؙ=\sbHQIEXЎ4Y]~x coeiϡ,I^{% @܁T|oޥ>`E\ܟ%F .5)-8_r@+aFF} *Lw65>GVSPN4GݧEHQWtuceOX<'$!.uatD][1#](d6AժV^B#h4* ;xH31yzÏ)tYх `CP *$8vHz H-+bPQ~:Iok[k8sXF̪55q.CXJV~*&RUo6_ߥER";KxؒFUXy\{ޣ tH {)2y<) hS_UR=5}1,%%qd8F[eG5 n[ l2zƕPfMgKXDnď"he$`-qP#\uM=LN/Dyĺ] xj1(`ڕ ʾ;|M j"}^8Ӕ)ה̶[KJ.1Vjl2% DcH^i$>, o\7,Iȸj;<_z΃">VMc: r5˘;]'Б⯁iRbyJ rg;M<NX$D2ؔoacϹBoM>+pY=-еbH$ ToȦ8Bg/9^`Kv2p]W&|:&wk "{ S&FnnS"ձ&P-ֱќyExAbѩ"n(z!nPZ0e'v%p[. F [4OnZL꠽n>j繉_m!ݿ,N* OT!Cr~A6[8Dkv۰NɸӁ18SF3Y;bJ$DۃlkNkFnj'-hlv)r6m.2G^s!j<"SmⰤGya Ž'?[A 9;|RNa_TaE3ꏪ{DyO,xM9yg_̀kxyTr$mۉ?Gnu1ו9H2R$51afGmuq(@dO<J5M)ﰾ'd*:u*]NcI{ϏazRbBhutU2ٟ L,=h7Ey/۪?!p;)Ȭ)_t0+B.Y aK%xɐ l~Xsc*7c$V(DDlP"{Y-qStLPAoRsӏE2~wZ&%L^,R[Ee"yU͢fBLu^/-FzӤWEM|KXо̫vG8C;mY Pb}%OqdfDP&b)YLa<~\,:W/khdAnI3ޓJWo_*il&J/k--иE0}'6gtm.zL^>]P_e8ԪxK\b|dj_<1O$XniQeڽ'8nC~:EXhL9.5k\EOMai )dbziV `2MzY Y2Z 1ӏZt[NJB@:6M{č*'+JtoĦ3z,f=45zmqF&Dl2^ ={O TmSUD|ht՛yphնl~`G2W5`v{F( bT^:Yf`&`;Qzo+>蓆b<;6HqӺ~0pGJFݪlɎ!t6L÷a;u6DŽב$[̺དྷƠOj&E$? +c/X©4$x& $y*#LUVTקs l5l-ERl[DMΆd@$Gi஘}xWиFblRx [^2HXԵ{2g}풐UKZLXi~s/SǵSv~H7xdqH4!¯'*8R=@KgTȸ݄H1<%mFɦ"Ac&^z/>AJ,XD?;32c%YË|  CD[0}ܳYࡆr-[l5|_g 'V&G*RC ˩nVz뽧`UWQ4ӇKN拄P emcirp9pf`uÞEʈl>"udeb2,ā|l*oM^ kV32A9G ;YЮ^|xAQ^{}=YP tĿ5f04ylhcV<+N\ICobQZ+VL1X) 4޺w%uSty\?%ۦhOHDžy~N-X1E\zҖbXJBOo,D}Nw4Rc& 8KF {߃wDzwC'Y䄇 ӋiKJ*cڣ%sO2#<F`_p$MK,{%#߽i B_O᠐Vf:+yO'"KGTP IeКQ8^+f)GHSǃ%1΋S6$Rݠi;b%}BDmOl'?+KytMz0ΰ:cT a~ Лa&ϥ(8Iw4(lϘ- yIv\ !9>lFrvlZ x"Ֆ*o\ţ8i-DUr-K1eU<7GKlpͽSfm@棟&D/F+1Bu.@]Y*BreA@~vwKt0SHkp`Y)$ܿma r't#z%d e/pao~6lVP3K-LSPtP'X~<ՁR -|?DYT6X? +|jON%FKJ#Za7`"T;s k|Aցҙgt85X֬~ADa$3lX-3PD)׮ k |5(RXO,u\jso7JԺ_9\O#[F0ܑ1Q*.b]S>%3Cw5p ma@oM,m0 g瀱d@T >QIRX;lB 3_X @|lP:F{Տ#BڵwblR)R9F|4k5;ڛ^"ͮX@he#єo8XҀV/XˆZmihJuQ'kk1j|lcLkx" <. (5Q-P*-. a|FF"z+f4 ̖ezl~Tzi?#eqh(qKm(ҝ$KtI4"&bCwnoYL"{A_=@(ظhĀ šaf㨬Ϟo3Iƭ}/l& م(T!z o`/<6*[Vf4tS>X.O {f˛rJ3<'qi?y Cimp(e#qtr/z8z.q>c(E"<kt.v,rpL=P1\/ :''+i+#NwD݋ L{|\ixYKk>ρbpCW ;WWMBBC_] M8Qnܗ6}2&k}T1/ŝ+%'z咞ɰX TqTwJIsy-} -*1ƛ,13-!< E8ܐ_n* to\vץ?PQ#;.}x#kcsVz*eX 9bW+kX/"'ިԅRnyU y8tTF˩gW>f]>@Ԙ'J'۲-=U%_!3zӭ`9IWzui2h҇_ "ު+qFFpLFm?>SdL틩Yw`` $l~"4_BP@ +HG2X(yFD}:_b!VW-yPz44[HR-hnp{\%gzBqDh湆6xX'u,oYn_8أ*)e5ʧjbwf٪Ȋۻ^xu_:K{]--> !4WDJ~kik&`1BlFN%;kwM(Ւxxuh1]\(֩_Pv)GXS.J0vwo&M!ϐËWէ Fg¢}5}Gx4c)׼W8iRh&li"{{^9b@U:k@XJIknrUIP[-|vĔwE'x]e4$;h $ du~{'$:ҖId.R"? +tATuXY&<Ҵ D5(c$HcOy .K/ w1XBPշ_02ԵH j5 Cz?3aH] K# ڤF*Ti֚͆n},&|YMإB`N7~^:/RϸE1$VY[w,X\a2p(mHgCjpEfv.mSB|D5!b{'lm}Ĝ:|f6;:R] Whem,ji[[0u`&+{v97@Xi9o nѫG$hϖ[< W 7\cCva6 n%Y- 3i'V`z4Ņ6Pv`Ewe1@42'7w);'z3+g?~z6yM eI 3ސdo)65A[~ZmXNF`҉Sc h@#l9]L@a\~PTXYPAzE11PoaF,-1[s?Fgm)KdLm!CLo0^}Ɲi<zG H~%DYsW%h;!TBcxFG@KIό +GP)[QYbW+N/ E65Ks*֘u ~ Ed@f"MM9Ttrq?%*<̷t&P;kq[X{m1BN;0s,oƋ-Qobu'Jؓ܊W Ν-l,]pkU*hBNN9bSjd[wnԄjl#+zڊde/תUV)=8Ÿaˮ1@/E7}sR`w+ 7rIѰN-YWZ\eqE ;dtK*JxIvM}Q 1 a:ti9$Kv%] >KtRK(ѷ]sz4ZQhpvlATY)'k+v-MMmT*E2-VQ/{2)+AUbMyOtK5zI E[xjgPUzR[VJ_(Cz qRxy݆LǠZׄP T\KꢁQ-32G WbG{{j-c.e szeޢߒڛ! ^K'@w⚻"|EME="B7Iͧ2'5OE*C+ϯ _ U]LgFrR^ M;$Gs{hcC8́)ulsXH}<2:wo1DG# 7㈅aV9eYy7TngP/c4/Jl=$3˽L?]-թ^[AL] oʃ~8TcCO/P"r\gYr 2\ĘDrKk9@`7 [\|ovKXP2+%FխxW Fv;GahiIџ@9Zi|p*vDCGqB^^\ ‘<&,Nu\&iZvV,}#iDVzh@E#]3~F` B2ݷP\Kf(g{/HSkl;}anՑz塴I;@{sOYA|hzO &8hIi0gtͺ %c`Uv1d{ƬI4.UIF:>}ن b/ہl(jr ʃE8a|m2d;׳m5vw6uܮOf@zON7Zф*@ypC a5D#^YGs0"0|JSg!5$z=SB~5%wMpE]W\|3,:f FHa.XB )$ ^F|O4@o72ָ-knfse  %ӡz敶MNDF|YWHc ((B/$ܡ02^ 0@WVӚXZBN[*r ej="Kn>-нyHާL\Cݴ톘>-b|*| ؿ\Xx_wL%Ned+)7&F(i74'H ȸKj@=d_3J%z OCՁMUH6 R~:KDP9 qE7?AD H5Xҩ#jV};H~S Cp#LXtDy0O}' 9L>w>D1JO+Ʊُv(`JzҴ~20]A'G LZoKqm-6D9[ | 3]W_[ҼC ;fc"F~<8+Rcӱpe*^($fM̒Su@0כ*3'~0<ӏ$'ID϶}K`}"@h~q;9aGƒ~+H8UW%yyHLIk>Eօ[_.⌎q/|/yNJ˾u HҥR9%2%UÃ;y&[vUn^ԣEu $*_GC3Y# 8"Dzyc ط%Vx}eD2Q걘δ+H[%50$'*Jzҁ]V˱F|v4RU9Nv %7aeN=(C>zq.^r "~z)vS71yVB5SRSs}{P:?QV2%`gM+wRs}ӡS%\1Ms*ْoLAh\ ` J)&?ᒥ+w;插eDg{Ѵ{.(1vB$UQ:w TSwy0PCP{NmP8Rz.MN"wVo^hRaM̑N _8aӌ;A F *EG3y&4&1rPtnM{}.޿:1 ^jhlo:gS3@xFUߨ\F6 !:lCXl»>4ԞP'mDi8K TEJ7؜}"S.<+.l9I+ПNȟY*-WuSޤQ!m%k||vaz6J>_ͅ.y>48uE=]DD! BȀҺyPރȂ4n*`Rn#C]/V}^04~!BL"os&>b i&y|b$*@CsDsx^#S,a!'٢jNwGuG;ꛀc =(Wr5F9ofjS A(<grԶRVY ؑ!g&3ce^K!rwN=tFq,͖!Dp2U4oZQ"{xõ7*Q~uqz2F{^=16fyRSG9 w'c \HOHE'3J:zP\mlH296P{d TKQJ&5ȠA)gx75[(L{g=.uk}#iΩ@,ʧMd_i^Kb[UpNuKLrž#Fa}4n ؿS1|v =CvvĒ.2n34L~*ٟ? ܅ɹ+[_(Y;l|:Oe}~/ aH?r򌫵d-:Fb .ߍJ5;R1,Đ0\@kXKQ*;I hPҾy^@2Tc Ên ZRE z'}Owށ}c lY:i黃Y:"& z- Զ  v#ADY^2yJEwYg79FM?$/OqM =v%?؅:OTģwUh_>@/gVwzkY)O"bW~ȹùGŊK ޼lpc홈3m(\zS"ϡN,eqx)9[qu1ݱDCa@R0@Ƽp* ٮ{ىnQJPBr9n2yRnn"szH.|VC{Q>HL[Ȏ-ˏeBj9;E Zni;#ƅWlU%>[P"uDB@hy:0[ C.S88ԹZX\հ=Q?~K|uo&8o6O=Bo&'7 Ml1`ii^|ik%;6{~e';F-oʁQ |/]3NzHUZ9cU(Q,S6IO,!sU'4|hn$L7x9Lx-_{kBY%2#1r:c9·yU >}!V-s$$/U VFaG"D<bb7ϙ[c#< g1q󠶡OꎞP2 &7BcxJ9=axd|5trHhƅF+/wcK&ctjzcCŪF$VY`ƖCr% qJ@*n|(:mdC\ 1$m4y85;H0 mfjm\3igع`݃KxEv= ,Zn JQ1Js> ;{|5hXciݠ· eyV۔p EI{׽g|t^@rͭp1 ǍN<ʓa+e r۲gApe Zmfq^@qpz[ϑXklh3ln)iF2 P]\ +\(ST OH. %kXW٘Y̫653ZW5ж|(Ez͔"bjJ9bv(q+keZv p<fXݮ6afr l.'R.=mPJthZ҂ .%ĀUAHd^qq3)hf%['"~駂=`蛱X=e ӊs#~1fHx6xgX [?+Ii^2OAu󓚘{SӿuV|&l ԵQ_Y):oiIw)uS)y4qgaB\hsCiwt f|>sINNx'2R? G$%o( D7ۇN< ujܘf>4{S^;NC$-GI̓[jZA&Rר QZKEw9&Gʟ [x }F6B0<| ᎚Kt/;y^KP?s2>k/zK 3`^Ɲ9(yctLᦻXeC@68qiFt{H6xct"imB?w"ZAMy6>R?!e6s dE jZ dlwD' N?YՓ y'~*lU`g6"amJzXluk,|%S5r3 8mҦ"uLdou!x[p'Hu_OaSΠC4x!E#ֳM1a;doh~k1+np:R/x:ɩ`.Pj t+ccvx-]05Ӌ\ڧ\,}yrn¢ޭSݦ~tGB'roPok0DP>S((0m`'%GÖbLT=62rPL:B(&"7?$ rv-7)C!Dݔͮth1p8I3J$ vst)~9tMN5iX'/zxL8r!Ac!$|k;XxFW Fz/dP܉h03tR~H4|kBc$P)w"5#|̆!;}نڤx`Q 7)NJg |@4'2'tQp|ꨲN%nbo2H4XMP0v5Q!hw'pb*бԎNC:Q+"W"qʕW , 2 y)$Jƞ¢%jDoC5,4Yؿv|:L)ֻ[.Vwn%#!?H-Qm[7qcB*.q^Zh O2#y"E%]߅'<6].Uu8ˮ'z@XTxfIF1G=bل:0OO9I*uQk(nfw0"FEqX\]էi\5 "9,&׹e 2ɺ}Zer^ƴغv; Z$&ը/[gRՋa#I$]lB8~H|ޱmKB]SƉOG͈&9E\HWz2 wP0 !Q:oD^f=Ή8u~3os}f22jn-Ԯ%|+v9ķ)0* 5zAS)MY~9SSfQh٢7x1c{S;}_? B0;KGȸPX)9]꼨7 &iV:d esalz+2;O#l w{MNQҪRmto!3 b~UilhxΘzOi3xEX4, NRUb;_jMk0sMd,]Lw#Ju,g{Ӛ0fqENq:3C}Nk@3ͤ[{#,♿\jsG˓B`_MKrj2L0a>S :F3@xri3}X*&kY5vl_8\20ֳ?e zqu}WG:<]# K l1$4γ&{3j KM-ZZ2L ZDpd_g:>'1_=^>(i!뱕 d2_Ndz; 8NA?:ۃ_tL3'q\c& pWpx ZPTܡU+GlGR L >TD8VJ:0,Lg/<Тշi QԜ/nfG5.D:XHRR@zNy&JsXK$p~A~8d>zKwziO\7nvΣߋX,{zgL⤜f`?<[X|J1oZJ V%yڀ֮Bq}, gN@#@I x?{21ܽ'BdؤpɥXl R6x ֗ _DH-uƂ,!kpܙ=.̹C?pa)ϐwȒ5%dLg4>a ސť{$Ih&ai gyf %tXrF ,7pg梩 2(|Һ5K%Ar3N}pK^/v |$Rj{‘nL1N2 Hmr.6x-mYcpARb,[4R3:PpZ-q"v;lx2Hg@039f=, i*]"%  Gv}:)fFY.t016`7p1*=S=ؖ;4<-x8&)tm!t(%ۨpT3aF;{ bM5E1yH~TI >/:1r[$ ^9?6elC% 7T%zOISMUibE| )tyץC6ye[@}"eIR)H٧fj^xB |\QY*HiϺ{S2½U7KvUVb}ja5e:`B&{K臠/L1]w %™l4[srܧ J~o\C]}i*;+9R1Wj=JV\/&9_Xm~5S"tl\<z% IYM ʳF ;H #߽A"Qz Eij,W 9?P"075OjJЅӼh@ujLFXO@D]=GdRDkk#䗘-y3esMp֎S4?4Vq0șy=c g;hrT,0k 5g8Hb&; Bq~U^alrV%+~zQj}Z-k}[3aRyJ>`Ub.[&]lje nu$q#EƀMC"!njqEDedv,ԒWNeUr8*HCu&r)HgA [R}>Dh MB9*?U:'[)ssA{&2c2)JiLcYw6}mjO. ߉O!~?&FQFyThƘѡFlJ8ib:Bbne"tճ2uݥ8B?kc_EOH摠>Ʀk0 &%A}͕OC٫7Tlm$УWlĕ X7eX+ z4OW-a7۽q*fHq uB `n=t- wE5l~nV3[e2n6$>$k.$#8 cI*x2Fn ]ؕə!m|A b&l } 0-ظ>@¯0I\veϊkv&߽NOJ?l5ʟyQA5-3a9>s%TϪ&ZYOu攼rM޾}z6vp1@4PIS}p{JT/TcLG R$ #iŃY~~FR,ᴵkYս~VαSSD2%67_8|gJA: As8VR٪//Lx:DJK2ѰrTE a F_ƯBfI\6R%[\ŷ_1gt17r0 z-N*-NjgW&]|p{ Ng+p8:9Crx|)n!p=՜|C?t9- .S-x}+xھިh:pO =4OՋݨov4q6yTF;gn&olUG B.9vUNzКʿ'ZqK㈕taJze)3&oi?ajC/B{|vb"ڤ EBP 8E7ƚOnifN]{DSןίd7ZA]o(: ê. #ѓV=a4+89 |(ݸ*|GЄ4U̡t-,o=OʐMAEKd!W )$ɀyTЕɓɂs; ҁD&-9b#8clڣʂBZ`(nd;v}ց38&}TJk1+rb].#Uf'>d\ m2yy~z6n?.}-E=Hl2[t5.Q0+\ ,=tސ8dnk6dxLFv ڛgxi,38OBs[E֒#gXz8r+7E[vj .#d^E F| NWd(*޺ oo|b ΆRWQHL k2܀$jxE{VYzgk$雤iV+%G V_h>܀Y4'-x|z>,>.iIhXɌF}MZiT Qr躀"##n갋z=]n/wD9XНi3#?*a0{{ U;)Ew棆gA ̪fwi&ī-$&h7AW~ B כ&/:'<N!YJS>{Kx\%_{edvAY}ܥq-LbKOBvE Wq}3R v\y|GZޝi?")Aov"^z :r_kIM0: [0nb)YV M)WP߼LW|p KY* Xi򩐃 DwHeֲlWob *~,:J2mJ@R^r]n][AӉJ)r+tqX-<-'4i;48|rD]s&[= vޘV)zm~9&1R.Bh=*_oLb5BBG߶{"I)۔Cʁ}~%<Lj6%T'3Y#'.׃VʩTr?ٹg]R!D5[@c I@ԯs7\M F{1vnX%,-?vBH1h9N)L?oHdrÇY^&el>{ʂQ!,YYhLAM "4֝7U[퀹!y~=aK c.y1])oFxsy{Z̭a?-(Q3eS, ?,mZ3NIpnp&_rgwyk߭dm E {mـr`ZN[@jZf4b]Wi#AZhaR97&ѶNnEDO;r6|jr/=OMP!zFu'4R2:ͭ56 jPSǙ8ۉ"}=U swg;7(~K\.DžrI&h$Zbju-.*u@Z>%Q 2̥kQ^N\֡6.c>u7,jf{M):-_{Ͷ;_^t1UtK>&A"ޣתiD. nZDw4K0|wӞ! rr,{TɣnJWݺe՘nxtНOkA, T0/%B%.'{"Xs}p[ٹS:Z$w/+QE ڹrWn9&l{w{d9܌iݑ/AiWߺp5K&m(H[`K\ʾWyn:} 56ݐHв.GC FQH&GƏAD#4`1S*R0H(D-B6ryüт(w ގ[!?q\w:H(7s~!)QSΔ uL(M1iSV.3IK2\V~A1ķ s UlxWK/0"hNC"ZL+(T"+Fw-/(GқǕ3ϵX.c%(viExSlH#6ŏqD2AƱ9*@&5.{Ǒk8/Q yv>`wQ>\\Ht"fqwG8SaueL_Bn#-j\RSwR)^A[Jq ?ōI}^nOk`ElHDoU' << C̀EvmUZ`Th߲asqyf׈mxjh0z["3NnCT%!S2VZ-L27GKNo/-]Zmfw 3f`J=2 jj'2č>T6k](P}ٝAقj`uLp|10bXQUڇ]*Z>%/?kZY@Qy=k}ۄ<_sz ;NkzXJB9nLEgL|_+K8q/jv-Y9|~` L4y@ ͩ7jXt5qXwr7cơX8L,l+jz2[E/sD3DQpv d1-{nf/6LZݲ Vw&W;jHqS|ia'b2ٟ‘PtzPV_҄Ji6G}?6:/C#hhZ@9&i_LJGT8T/`t^ m*ֺ#(Iiշ:fCe^{1TG`ry+Bhz51 c-H!0|!uv`nn(VN< In;JbhA4f/l_5Gu"^+f:ap!2&G" -_2 T5".*V = 3DiI/&Y/2^ډ_eLnFvJ_v-jG=kݹݍlPu9a|G*x9b!sjQKSyѧ&KpѪ poۢ}f ([u Շ(-3wJJċM@g}8@sMHa%ێ_ٶ iE]F.NJT{ A-8]f$]U'SuÞi4Z:t}FM 8duK,@J^{.vۆ+űЩ8SHzMUMq‹ h%X#Gn?Mx׺rl<*O'u)3ڑBNtunY3\:-u_] QaLJK0!E o̵aV-HlJ:-<Z!VnċL{})A?&z`3kzdSmF>=T[U$a'*,c{GzˉE,9>Ρc,h⣂q}1ufdٜsQzXo]N7g.\2΅ar׿gDhx#*Q"(*%m -*O.BFZba&Zf.PYF8wrɨ)̻=KAJ iv6?.ܽudL0wS;L_c9)0쎗5r@ֱy$W?T_SC--3:s/lZ]0-Ũn(?:ng&|L-ʝ}$MO.4;]rX"4?UJp?}MUwѩd.k)}k4]#hWtL=Y8u8Mu$ҖpBF;/lVwU,S2S ;σ+v-5ѷ>;ݚzTT`^ czVbK(Ѡ^~ll+էcEBomp lrś&ܻIMY7o} *IuTD- ڕVp :uo,sХe|wHm`r6P*@#E(_Ǭ(Ú>%$lS HDpa0n.O|Z5`uyqx:3 lnb.m+Yg*Ī. %P/0nwUPvJFcYx%e522BsIG]ިk6:l37L𲖸u람w*{bZqUtxM<#} -Hb@&L_^qMb ݎ&x@ky|pE/<=hӐGL:^狡o=7D%ڒ 56 p1^xxϠ6f{P'2,r77E\$z>滇c|&g:W&4ol\ %u@ /g]ع~Jε7l䙏ֱwbAU궶Ֆ/whJq?~=t_]o^PdZK߃D3_4ׇCla?W .ioh )*LJ\ "/}QsiH"-qinHɷ,|>B'ھ$W<3A=C#f[Ja{nŸr _);hǶ( oPITbaoP4ayfz"ʯn/11Ŏ" MwLӕif{HIs$^D{I͇s}~}Q2F:17 "WEk СqLKaoIS T(8ъ[|Gk*o!u;"2M7!?9-R^ k^<;S]P:Wmb, oSn|rX#mjV 6M{Aג;h*r|&h @ Fz3h`_#z< hYXBDíiv4t@!bS"Zx,~qjV@ygG%zv b$AXV7Ӿ b JOzÛ{ʶPv2`8m8鉺ůvSgt yk+Zx'tQQ@ y:kG0ׯlv`08@4/göyIΩ4]!Ga K[ @QkC("7t5ft)#rQT y$Fp֜0:㊶>"&+[ME@B2snhYM w7!ț:، ~wX)WP9iӚ&JrQBg8Q{ )b0 s'#R{b4V(kC9G ا6@Y}< Sgן)`.~36Q׎N:Em5C49)OD @|hUD:\n8YbTߤ>kD7ś砩}P&#rItPQch$Ĺa Ni2(.yҢsK'A'2d6Z^x_9\:$iW 4$m[ƝWtnܘOwOL(|7(ݯnHt.cm W߭ gI3P o!v3|~R87jp69.4/`ml/~#3=Dyd`&GD6l>n5}:5*qxr~x$cڜ_hotw .g]\5פ\ c)sGJ+u'0?'+UԤs3h^zCwhRRr*_}dJ{T&5G8;J[ ` NƐAB4sYvْ ;Et[^W|J[*ӗ3G!OD/X}ZUq]Q9yg"w"ä * gWӤ/&pI CyxA(rDơa2>5+I3xhiJ5V1auHf"ܟI3I|yd^ZqrXX`jN/ qJM=M!f0SpweUԔ9~?մGJ22 xPV퓗sOYOSx93X<'lE%~'H%HV8Vj9^K<Vw["PWJ&ȗz9 # EHrАRJml_E@>kBP; {ݴYiVVl{x<7tTO*戈>wܬSG~}ᄚ\  K֏4l5BajI)JݽM=wD35t՝2l//e#6q9$C/m-5CZx=mIs7H_|IjAՙq\c</ș9*WH6-#BߩkRmC%ɁNcZm/is61C sWKI (힐@dO64Q9/%`b~Q0e~Z:^Z:ĝǻc24M EPYOPHxE;F.xMŻ1Ⱦn:F>ͪwk;(翙YiyRA?T1>i)v|$k8E?SD3-K {*+䯪:eM&W=2NN[oT X er~X7A3q:}Cnpͨ=K2nҁ+66lK^fLVВ;}@Svǩlc`:.U 6$K(dC;q7X95j["Izr/) }>CX gv#\8GWWRB@:`#p>o}sYG=q ۽LPΫoe O5np#[x$ ;Kqn zzȦdLmTʱ\z< ,nDLQ!7͠WD nkP*?eY3wzS&eemj( i( ѧx~FzQ%eSa%ެni J(l6{ @ B)q ʱG0{n|- I+^$ȏrTr3oδĤ ݖ`u@𹂩pö^f:&tTsQ Bģ+v-ֵm |~_2f.hE[}G?ֈ A2ԠjC"jF~ jԿdhDS"8MǪH~Ou:q] d!-[bl|] 鑍o~? s;Xe&*> iW* Q):OQ߭BFz!`\0ˆ4QCwia86>DŽ4Ae%!hGzqd/8b)Q8f#WpKa)6hnϹPfz ǃ PqLIɤhNM; k,;wg4GyeP;c{+Cn%# dGc` oL|r0 0+#H0 e}-T~/X<8z{fdMRasv!C>+FS"i)-2^9BZO@x4U,awZzVdIxz'xJFs$Ƴ,aw' ΡQKK_asjK|!#&v,0aV;W(>#hܳV2\ۊm5I(7[;m kk|̞ON ُ1pkEglKKvH!$lIIY4#6lkx> E #۴>C-s!K!AV{JWÆ$/wGW[!]n*-_5L`N僁S!!2(?k2'tY^ySJF쎿)x@ܪ{d>V IsuQ:ߐ$vPT)5kBtCNLZ25iK1N[U#pg"l3F! &O؄2J8r/tF}!ވAʔ%V.~pS}A/K ztmSΔE,x\Mp¸%@Uzf^$^7'm9g3k`w_"I=[D;90{n@p/G*+W|,b3s.䡆COD8nuVmEh܌]/zUZ9vQgP X|"L1S„JƶqUKohC,eD9Wq!IBV+*Ӎqoڎ ygQ|k{K:l" 4!>jm-h(/#dUl ;+%; w M(^8e)2< r5!sMfBt(lA?-9@厼_z[/X;1mi'&2cP$HLJz BIкitUd˸o.:hNq] oCIls0E LJ( 8B&To%K@zHaƎwOVI|RyȒLsPQ*EYuGG9 Jw1.Wn]5'\a"Gy ;r=u"ŽeL0R;//) RU(1\N),S#hcNiat׾\29.廰(%*ǶEdh]q1"s*V%yVn/qgɴJ8FE2E.*H6ĮڸMJ(2D*=;p؞̶ =n4 9W`{e M-zQk31e(rϮyEy[y%E32+\$l,ؘBAo @v0gZ/A=?|.j@A 5jb/X½ ~wmOlKBazū!w+8V&{ ??*ىhbjZ|-;-_#_i*Фb_Y9Â)Mw)Y[f ]&[Faf 0٨"P%=jȌX$id8$=檬Nٯi6bUٛ%KFꬎK,Hqn) 2etݛ vM'.N'tI"gƤBW0Dꮏr^eQ/rKkBw`&rt0 Yu2<*!6HE17 MLՓ!?T?~R@0^n8XNWꐶqb%8d2<[5$ kߴ$OZ"5_ӡᭃ$K:-P\ZZY&Xy7TP#w0[},^zV"ҭỦO%kS 9! Nۋ#|T> {r3g!&>D!֒S{^1hѶ^BRL]8W)NL0G3l/]#s>ldoS 9$ Р 7~ .Oj'ށ'~Rn8]I!Y؟9Vߧ땇LV;I{1ŜrՁ9߃pO+s3w.p ɼܧaQX~Ky/OpdQtr$|0$>R'`hrI@ۂ7OQ;W51Қ3@F"|=BCT=moXڑavS>e꬚âC,+=췳 <5B^C!rOK5L3_q[b^s`QncSWM -۲oYG6X^E*"/Bo[jbۀs;颁5K+Τ Z/3/_R#=OYtꞑ7]qxA[\`ӏg9oN$Sp|9 Ԛ_hJIڻn߮O]GYm4R!v(ȥT 0A4]Y(. (Mp"D =p p`!\QOh'8XWu--Id+-- 9(3C=ehxl,wqFм 4,I᤟ĜFwT{&*^\1,/T%5/Mg> ɋ` 1$=N -8{PuKRy6*CW=.'Mp^iUq )u.ak7?xKYwQ*H=m{", 9?ǂŜfʚۑp7s[ yeo9vؼY6Țک@ڕ?a{p3g FDD%0aDub{USwؙR ⹂ yKhO|?|v!gDZ lЊ_+JnZ-'#ܻ/ "Ҷ>d݅j@_&g&YXd.@^ *&}$n˧ xVL&8PH.ibXhۺ_ĨO 0$O`N`h*ÄfOs-_Gr OUoT@sBҋoHQOUXhc=ΚLWx k^yIpec!ϊj9o0w.ejaGFQAxR;/VXiY-8q3Uw?Μ9y*e _+pw2V } 缚gqGTEw~`2l`n٥]>0.Ld T_Ot,ζyEZ[AUYx3 ` FEd>?z|*ղ@lv1WEGvzn8[DZ CM6* 5 [;9%Rib\fiprN$>VaV ;.~Ja",m@[@gy'ʹi=uA`8֛3㭞t b|( k Y_1Lay'P5p AX= @%HnC>c?f1.u>`| \4` 2^Q a11((Y lK!5`xz;Eihnp&IՑWĻ^1rH@f~ci]TL&lr uT8JeBZyn#HeQ"`VgC33 f)<6?o{F@5~]?e#oSq}H 0 ,݆GxtÇ:Eu !]ؔe*.ctu/9$<+$~qt2ҊRGeN8ZҮ T't ɸĥy)ԝ'44dSe6$v>;u >Mq*A0䄮2B:A?qazƏ-ԃ:pO8f;߶ѩ9D7\~Og~dݾ;[ ^#7Ǩ~O<"RU\],6]w1D$-Kb7s1ȭ ۍgKvVOa XpL %?ؔ. cP|䮠~euWeCP֔^UNm)UXPc y$FI\"}ou /`zDoZӛoxWBwJYy|C((ـT]nݥ*KM|bT,dILN T^5fI-~ex!C˯/U窋 "'_UDyxU7$0TחGH<~K& _@KwN0-*.a9bLcK^ы%zƊ3C֏@@ac obɠګ SB@X&6WxZ+$0_kg}Jn/ ~D;'Sw*5Z2 ܱIfb^!C⚫ t4rGHp8쥎NVp4agrP EX/jN&e_#"\jLGJ>F=;#El=@\ |p)wdTs^*K(zI q.~khO4(q5wxڤՖVE}1;]8}./ӐJ84 &D'Wc@)uY] 2@$($j9`b#4Q/̌mOOqր8 nOP!o}DK 1opEŠ쥸!j6:d G{ۋ6;5/?ȤJj Ws ܁p$Ӈ`ؿadAVFB_nQ!%7#ɕrj|=OKIᇵ_~΅{ ؛ݵQ5;{B\JC%%5guV7m˳ **Uqz[R/z[/{ZUsYzN]A]`1,;>W] #Pv0Gf+tVs<`̀CYNuXƖp0',2|H#"b9y.'dhpD At(ߓ|J<>)Ӗ=&Qa_"]%Ho^7f~ ΗSXpKiJH\(wRn n ?PMU)i^3<印.]'UŴJ3\` H.2_Yfݏb_.$G Co&gxBYj?`8AѰY.U{x\Kp!@ $%+ }7VZ] LݶpRǪE۬#a@"Fjб.6,6Ȧ6l(3`P83{X4yg!f顆=L>*q4&͠XQ@ƦE`M+"ϠxtM|cvKWͶ$4Xfwq7u f^f NNlB P`.lzFnCzf3:u6 0o <,}2@ $9 rzdb(Dv{D>We$9}WU- l|̵XGGYUG(th_i4 ޺/W?jyPc7 +)_s1sH j̖ /Hk+,p^ai]r;lY b-V"#AaAd B DZ[}@(q*RVk VPF3)ƫO#2$;D۷=kcsYH^BYQM(X3(wr]oREV3럂H[*rE~ck|sKI p|)Yod-Od7< ":,xuݮ_p=%ᙨ}z Q\ٕV= .:+9O(;sn.0b³x8!]nh߱?"$*5Fy &^VTXJז"bԱtPP$@E-X3QƯ" /H6=bQՍ1Ҏu;p2a?jr_d\Q`xEe?58p^/!6DMRLRt|0[ q/b .Уhc7F Dsx-"`L+Oz?5DfǪ=`8_vMB(/+ fd=+۹AO }86 TѻX6.r=Ci&iEՕ6؇#kQ{]?CCͮw3n~׺e>rS L#yEw~! 28iEr^SkvBV&>W\1bIɫK8M =NGk w]wzO+8}OS7һl[BRS{ #NcidKxPk\$˷ Lw(Ŗ?Q Ҥ5~< k#kuKK"|϶ MWy/zBV G tZ.7 < Kw!JIoL0/sޕ xLPg>CRPW UzS)>)xXf8b1c2Շ"G Sp Eʚqo9)"Be*J}?e^1k(Ec\yUp8{(,`OcJ;[^ HNXYS:^4 B6"vꅧ\/ 2 ai<./A"O]%@vC >~FCe+Lſ;ImQ kmQ2 PMG ԝd,jMO >Y$ˉУݨĈd[#u ^#8&QT!XX7Oө :WXR Ǐo )4 D22$>ғ訟<+6t3lHaҡBP~/o4"ovH5[Nk(j 2Z n|yBX\ځ(I a@Eن|v gAhN I'mǚ({9sY򝅆!cVQ0CXYb[f]"W2i< '^%h%[M`W,'7Q{fbR7][۰zC9RĖXpcpcƼ,w4Rq,htk?,Z)n{2ݼ%0髭j|y5T:Qu0c u\)aֱ9p3'0gXk[̜s,s5)RisRX#rg?od\&~ңٰs\lF>҆_wF>'лw|Xl}eS o 892$ѻMm<ش?tLqK'_7UK@JkREwswa ` 6KGR[hk_mXf[DY_\,#3ep8K>]mE7Or-?w Gkk{Ht.!G-|S]itZ{j0S/U r|(BDȂv+ZM@|ikiޅ #iA+q:Ò tQS0BPg<=-H|(僸l'Q.J06rϱ)e !Bݽx_#?-3ueQL{*9Ce1 $]&A\7. ӣe8su=Qt",92wp9O`>_Hǔ\5]sAy$e(Hg.LQ53GѨݶf\;\E;E,45ȓx63`'XBZSH&¡OS856yˡӬ(/]KV'Ȍt0ԅ«Y+LA$y8AU\gIу\M/\phW2ë|h6ȇxօ<;N_()a- :Q+9)Ux)GSS^/uLيd kQL!gW.A|8*;4_փ>_8!!6ܯX Y,}+ER3S=A=/PT1m|Eֻ. ̈́ИʼV.. @s*R^8 F9GVdUt]сhPms](zIk]unq|GW4rjL=#)Mhe>-ѐ*RC⛹d٩#,-U]al0US[aJ,.Fh&wҡ9U% 9D 3fhKMJ;-);cuЎ;xr]`Wfbx101#9dHp3c~6m^DFo ,5m%$@ Ubq!>D޶"ax:d,`b2{lZvos0$/ʗކQ&IQ^ !Z[wJ86䚍Q1[Iɔ Di5YsLb^h-~{ej<(sJֳPcLc95ѻ&q7Vr~_ߓDIS-A:pYm8 &g|J H-1'eV% mZk6TNuh0sf`:#n(Z2@qWkи(Bm|,UσG]DpN6t4v$+rnpzW~+إ^/C Nà åj™V*N8Ow6Rn3`)A)ڢN~KǨx-B`Njx#rn]fY]b?m;ݹlw+`ﭷ=lhi Y12%73K h=wqustMQ;b3ۥU&eJ(Rv >beL9"N:kr6',)vp5G&2,E,d 18܆v񂛜@w΍rdɣ5| TJlG#Qᒧm-s S]9#9Qà@Qx=gf=SR* |EA*UEz[r[c{8H 0ǒ 5#dhRE,̊ ]߄ 0m&ok Ut}R֔N_T"#r_3)@Ұ"6IRH:D!ot[f`RlYnEk$!z5n ׊0گ_K3h ,c(!hWZ"Ĩ.J[CU!̐xYn)q,|T Q4{ 9JLO(l01d) Ek2"+RN+Ҝ ^*[ucP g#^ː ֌ YZ