rsyslog-8.2406.0-150600.12.6.2<>, fbp9|6U>T0!rwg+F+21z<0u'"M pr> =>BOXr DK_od] '7_Hہ+(W5eߡz+dGϔCC/UrX7Դ9*aIbgj운*DPy+tWɎYoῪ<\ ?l<w(ZU!F/Z>_GpD9i2XodI~ur1jK5X-"U\9;O8\>T`?`d  ! I  9Zz 5uNN tN N  HN 0N 1@N2xN3N55N67$'7':';T;X;o(;p8;xQ9<Q:BQ=.>.?.@.B.F.G/NH0<NI1tNX1Y1Z2 [2$\2,N]3dN^7Bb8c9d:e:f:"l:$u:8Nv;p8wZNx[Ny\z_4_D_v_________`Crsyslog8.2406.0150600.12.6.2The enhanced syslogd for Linux and UnixRsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user.fbnebbioloS'SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND GPL-3.0-or-laterhttps://www.suse.com/System/Daemonshttp://www.rsyslog.com/linuxppc64le 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(8X P h    x0 (P  h         y(p?J#-]A큀A큤A큤AAAA큠A큤A큤AfTfTfTfTfTfTfTfTfTfTfTfTfVfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfTfTfXfTfTfTfTfTfTfTfTfTfZccccccfPfPfTa26e852f282bf5315c6de6082d8ad68b214ff53d1042a8fa43dd8a7fd9c8b0a07bb35ec47a2f1e8b23e2e9959a14b794b87fa526d0d18d30f70ffd677236e04e6c7d3b56498e2e4360315c541e9e132c85d0930784d5723f28a2457d6580fc6628f2eb36353e3f330797afdcc3611ba3d163b195eae7eb2ffb2f0e1523e4fe8940826c6b687d9aadd72a5353f1531e2ff3586df8f3ef345c5b2f124806b42745c4c875396276951b491e799e9cdb5a090b2ca82a754967c7f310888373e51c4004b236f195c0d178e05b5465ec099d8d9d284379cad584a17ea3a36443cfbdbac4b89b5cf144bd923566594a28d3be91b6567d62fd3d01f7ff3230696e37ce3b4ff0f14d91c91e3e957cc0e6ef35340b1bf8dbbdd1826bd9d5306cd5fc1882b8e724875f2cb3c129db20bc1bccbe83fe3d981af49fcf781b1f16c4764bc3c411b5695e7380822cce9132d2ba3fc568bedc3bd8f5a106ac1a0fd306ebae4cd8d0c979ff06805b1142dee61ab9c9fbb123b7e191f335868647f11b3ca7080448fd2ab795639f87fd918b71e25669aaba454dfb80405fbd4b923650c4e5e0554935b4947e046820132d5cdb31915e5d7308f485d99314cfaadc836d3dde1cb0096405fb5f31015edd7572a5c3d3c6e812b0d42e5472632e55c39794a7484202b0f76e6ece6078e8d68f469bbf54ef8c99224ce76c9c3e5c2ff8dd3eb3f005a3b6eef1fb9138b375c840d0457d79d95c8f7f7e12c0282916c0b4305cb287d963ddfd136b5c485a5813a30ebd150c6a439e11475e59698fdb2610b8088fe39bd761be367029bbd1084769a162de02eb487b3b7103efce1dd95d94d9899430941434f75124eb7a2e612958d14bd16516e3f97e444a7f7ea502ff0460fe19e9735d62f50cdb7c26cc351236c7dcd0e0dc57441581b6723ca6932a776038779cb26a6d337fc8e6424afd10eb0cc8e5b9f5836fff0335cb1164f9f23d5993499b7baf590b6e116ef1a9c5ad14a85e2b7d7f01c40baa87bbbf112700f160266e94a42b0c9282537f967c6f6ddc00b292d9ca5e18fa48dd3631677c30088732b161a4b4b56596f5d55e0bdab4ea2534f52b2910ebe7965aa42ddc8dc2414db92bdc3ded88c19149f134a1d8cfd6ecb5534695cb4dd2e0d146c7736d0c65d800d56738c4e7debba7fee54d10ea4311bce7f8ccaeb5acf687826848ee35c4d79a8184d5ab69c52ff29c1c07e793d520a051f8e6f103385fc5e345a199c7dff3dbd63fb5211893306b8e3be26b6a2d253e22b1c0f8140ecec89b12aa5ffe67c31d3aa3bdfae778aa767b844fe25d2ab273ad04d438b6f05899cebef27ff934ec7a132b113b755b930f3fb4fa6e42ca0e19fc079bf0612a7f904bca55199b31fa301d7f6c850187262922df09302adf380296748197b6fe34d1425d051a402996c9f3e6cb46009636de709c7e8dbedf041c6239820eedd20ef9e08409b21ebd8726139f6cf2ba9243bc9c8eca1dac297621752e585dd978a580907a07e1da13bd501d85cca38780f48a0a01a62af5e68ac0e917c7e9c8b3ff627b2737ee9e698fbee71e137177e9ecb3db4b17159a2882b009fb70c3ab08f16837f54e11569517f31ecd5a98c6f6f8f8bde0c30fcdbab09b94b15f5380c4be3b4c401e472599059802752b8c75d0e8a83ea47f544122ad19999a2dfc87094eadca4220be50f98cf7d2fddcdb20862d58d6d8f564bffaf981f7c01fe32be54264c21dcd0323bb17fddd2e3335fa21f75cb825b2f2be0f31e7b38da03f6119cf4b444d17590534a4f849eeaaf62af7f81c7cff054f35d5707ab670859b424a14b0a845337c5a62196b79ccd7c905d0551b70b7e9b9ecf5649fd6b65f151dedea48c0bebc187d497576da519343a13a3e958ee9776146da32807f88a9a3617a7612201d08abf5eb0685373a2baf6692d5a2c41dce4545c1f43b78942136289df2ce1264f6ec3dee812632d6b9aa76dcc0fdbd209f34c8c02b8fb01c223cc2285ac9fb062917f8ee1879a594be11eb158cd1caf3068a220fbdba9c6f3e4e7a634057d9a76ed06333971af9b3249138a5e4a73023fdc055163dea804995440b1d073fc83583f73e7e821bcf952ad0e5b298292b69edeb2a3e6a43bf527132fbd0492f2443b34b7c47d7a21130a2b3f65b5fb68befa1c04b9b4e303219c432c790551c36eccb9eac10dcf9567ba2f9e52dfc50a51876b25a3d55e74f6bd8fce7468de5d206b3a7e9f491aaa90c64392f2f32c5fea64a0fb79ed0205825a1a6844d680d0f9763291f387731e946ba2f8d0f40a707da558925bdb3b1a1af00d6a5c10e61598cd0c97d639bee5e68877098b8ca838be45a605820004d1a496bfa5880d076c731f723553c500909b30c74b763734cb2fcdd358636eae91211f988a2b1f2a7a8e94c9da4d2a5870cc8e69ebc3b9b9de3bd0b6d9c868b207e05ce9f8cf63fb4b284227a816522f665b1c2927441fa04d4395df5ddc6918996867bd8b113501738f1e8bb7e81adbcb7fb0b3dd769d45496d13321e42631a84025f0b3b6951bd91d917b60d35e6765a3d4950c1d35188e9f483e5b8152c6e7a8af5fc2249ee34c0c8832a5cb76b9289d54f846420572eace6a13056e6bb65da7fc9379ec720dbd562e31d0d8d593a62e389cf7f3d3f6927460cc9c636e8d2c8ee0ca563750c1111b1fad64fda7ab722432b0502621054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f0838743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed95285fa0cd0bfa21234a31d292a118d3da451dec15f41b63bd17d8fe20b26bb14339fab7e4b5e05d189c0418c7e2fd76041d76c88dacd25c789e76f077a764be/usr/sbin/rsyslogdservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrsyslog-8.2406.0-150600.12.6.2.src.rpmconfig(rsyslog)rsyslogrsyslog(ppc-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.17)(64bit)libc.so.6(GLIBC_2.27)(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)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libcurl.so.4()(64bit)libestr.so.0()(64bit)libfastjson.so.4()(64bit)liblogging-rfc3195.so.0()(64bit)liblognorm.so.5()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.29)(64bit)librdkafka1libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_246)(64bit)libuuid.so.1()(64bit)libuuid.so.1(UUID_1.0)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)syslog-service8.2406.0-150600.12.6.23.0.4-14.6.0-14.0-15.2-12.0otherproviders(syslog)4.14.3fLfͿeoeye#@d@d8cEc@bb@bu b a@`Ȗ@`~@`8`+_j__/@_]@_@_JC@_ ^@^;^]9\~d\o@[H[[[[P}@[3|@[2*Z=Z@Z@Zk@ZaZ)-@Z@Z@Z YY}@Y5GYX-XO@XX@X{d@XN@XD@W@WRWVV@VHVVVV=VUݪ@U@U[%UB@U>$U4@U+U#T@T@TLTG@TBV@thomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.commichael@stroeder.commichael@stroeder.comthomas.blume@suse.commichael@stroeder.commichael@stroeder.comlnussel@suse.dethomas.blume@suse.comthomas.blume@suse.commichael@stroeder.commichael@stroeder.comkukuk@suse.comrjschwei@suse.comrtyler@brokenco.dethomas.blume@suse.commatthias.gerstner@suse.comdimstar@opensuse.orgThomas.Blume@suse.comegotthold@suse.comThomas.Blume@suse.comkukuk@suse.demichael@stroeder.comThomas.Blume@suse.comastieger@suse.comThomas.Blume@suse.comastieger@suse.comkukuk@suse.deThomas.Blume@suse.comastieger@suse.comrgerhards@adiscon.comkukuk@suse.derbrown@suse.comastieger@suse.comastieger@suse.comastieger@suse.commichael@stroeder.comtchvatal@suse.comdziolkowski@suse.comastieger@suse.comastieger@suse.comastieger@suse.comndas@suse.comastieger@suse.comdimstar@opensuse.orgastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.commrueckert@suse.deastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comjengelh@inai.dejsegitz@novell.comjsegitz@novell.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comandreas.stieger@gmx.deheinemannj66@gmail.comledest@gmail.com- restart daemon after update at the end of the transaction (bsc#1230984)- Upgrade to rsyslog 8.2406.0 -patches replaced by upgrade (see details in upgrade logs below) 0001-Avoid-crash-on-restart-in-imrelp-SIGTTIN-handler.patch * 2023-11-29: Revert "Update omlibdbi.c" * 2023-11-21: imkmsg: add params "readMode" and "expectedBootCompleteSeconds" * 2023-11-10: testbench: fix "typo" in test case * 2023-11-08: omazureeventhubs: Corrected handling of transport closed failures * 2023-10-31: imkmsg: add module param parseKernelTimestamp * 2023-11-03: imfile: remove state file on file delete fix * 2023-10-30: imklog bugfix: keepKernelTimestamp=off config param did not work * 2023-10-30: Netstreamdriver: deallocate certificate related resources * 2023-10-20: TLS subsystem: add remote hostname to error reporting * 2023-10-21: Fix forking issue do to close_range call * 2023-10-23: replace debian sample systemd service file by readme * 2023-10-20: testbench: bump zookeeper version to match current offering * 2023-10-20: Update rsyslog.service sample unit to the latest version used in Debian Trixie * 2023-10-20: Only keep a single rsyslog.service for Debian * 2023-10-20: Remove no longer used --with-systemdsystemunitdir configure switch * 2023-10-18: use logind instead of utmp for wall messages with systemd * 2023-10-11: Typo fixes * 2023-10-11: Drop CAP_IPC_LOCK capability * 2023-10-04: Add CAP_NET_RAW capability due to the omudpspoof module * 2023-10-03: Add new global config option "libcapng.enable" * 2023-10-02: tcp net subsystem: handle data race gracefully * 2023-08-31: Avoid crash on restart in imrelp SIGTTIN handler - replaces 0001-Avoid-crash-on-restart-in-imrelp-SIGTTIN-handler.patch * 2023-09-26: fix startup issue on modern systemd systems * 2023-09-14: Fix misspeling in message. * 2023-09-13: tcpflood bugfix: plain tcp send error not properly reported * 2023-09-12: omprog bugfix: Add CAP_DAC_OVERRIDE to the bounding set * 2023-08-02: testbench: cleanup and improve some more imfile tests * 2023-08-02: lookup tables: fix static analyzer issue * 2023-08-02: lookup tables bugfix: reload on HUP did not work when backgrounded * 2023-07-28: CI: fix and cleaup github workflow * 2023-03-07: imjournal: Support input module * 2023-07-28: testbench: make test more reliable * 2023-07-28: tcpflood: add -A option to NOT abort when sending fails * 2023-07-28: tcpflood: fix today's programming error * 2023-07-28: openssl: Replaced depreceated method SSLv23_method with TLS_method * 2023-07-27: testbench improvement: define state file directories for imfile tests * 2023-07-28: testbench: cleanup a test and some nitfixes to it * 2023-07-27: tcpflood bugfix: TCP sending was not implemented properly * 2023-07-26: testbench: make waiting for HUP processing more reliable * 2023-07-25: build system: make rsyslogd execute when --disable-inet is configured * 2023-07-25: CI: update zookeper download to newer version * 2023-07-10: ossl driver: Using newer INIT API for OpenSSL 1.1+ Versions * 2023-07-11: ossl: Fix CRL File Expire from 1 day to 100 years. * 2023-07-06: PR5175: Add TLS CRL Support for GnuTLS driver and OpenSSL 1.0.2+ * 2022-05-13: omazureeventhubs: Initial implementation of new output module * 2023-07-03: TLS CRL Support Issue 5081 * 2023-06-29: action.resumeintervalmax: the parameter was not respected * 2023-06-28: IMHIREDIS::FIXED:: Restore compatiblity with hiredis < v1.0.0 * 2023-05-15: Add the 'batchsize' parameter to imhiredis * 2023-06-28: Clear undefined behavior in libgcry.c (GH #5167) * 2023-06-22: Do not try to drop capabilities when we don't have any * 2023-06-22: testbench: use newer zookeeper version in tests * 2023-06-22: build system: more precise error message on too-old lib * 2023-05-17: Fix quoting for omprog, improg, mmexternal- suppress installation errors when systemd is not running (bsc#1218799)- restart daemon after modules packages have been updated (bsc#1217292)- fix rsyslog crash in imrelp (bsc#1210286) * add: 0001-Avoid-crash-on-restart-in-imrelp-SIGTTIN-handler.patch-patches replaced by upgrade (see details in upgrade logs below) 0001-fixing-the-deleteStateOnFileDelete-option.patch 0001-imfile-Remove-inotify-watch-descriptor-on-inode-chan.patch 0001-queue-Add-NULL-check-in-qDeqLinkedList.patch 0001-testbench-add-test-for-legacy-permittedPeer-statemen.patch 0002-imtcp-bugfix-legacy-config-directives-did-no-longer-.patch CVE-2022-24903.patch - Upgrade to rsyslog 8.2306.0 (jsc#PED-4883) * 2023-06-09: mmnormalize bugfix: if msg cannot be parsed, parser chain is stopped * 2023-06-08: Add new global config option "libcapng.default" * 2023-06-08: imjournal: Add FileCreateMode module parameter * 2023-04-17: core bugfix: potential segfault on busy systems * 2023-05-11: GNUTls Driver: Fix memory leaks in gtlsInitCred * 2023-05-24: CI: update base ubuntu image for github actions * 2023-05-16: OMHIREDIS::ADDED:: New support for 'stream' mode * 2023-05-17: OMHIREDIS::ADDED:: new tests for existing functionalities * 2023-04-25: OMHIREDIS::FIXED:: Correctly suspend module in case of failure * 2023-05-17: OMHIREDIS::FIXED:: Synchronously try to authenticate * 2023-04-25: IMHIREDIS::ADDED:: New support for 'stream' mode * 2023-04-25: REDIS::ADDED:: Implement tests for imhiredis module * 2023-04-12: IMHIREDIS::CLEAN:: various improvements and fixes [#]## CHANGED - [IMHIREDIS] factorize code for different modes - [IMHIREDIS] Clean and improve logging lines - [IMHIREDIS] Poll extinction state less frequently for main thread (less aggresive) - [IMHIREDIS] Set 'key' action parameter to REQUIRED - [IMHIREDIS] Use known message length instead of calculating it when enqueuing message [#]## ADDED - [IMHIREDIS] Missing redis replies' types in enumeration [#]## FIXED - [IMHIREDIS] Correctly initialize instance object, especially for redisNodesList - [IMHIREDIS] Correctly print input mode's value in logs when set incorrectly * 2023-05-17: tests: mmexternal-SegFault-empty-jroot-vg.sh: fix typo * 2023-03-21: modify testbench test to detect wrong imptcp truncation * 2023-03-21: imptcp bugfix: spam log on oversize message * 2023-03-23: core/bugfix: using $uuid msg prop can deadlock rsyslog on shutdown * 2023-03-13: Remove halted LGTM badges on README * 2023-02-16: Do not preserve capabilities when changing credentials * 2023-01-23: CI/QA: do compile test both with NDEBUG set/unset * 2023-01-23: Fixed wrong type conversion in cstrLen() for debug mode as well * 2023-01-18: core/template: implement negative position.to * 2023-01-18: CI: fix github CodeQL settings * 2023-01-17: Remove CAP_DAC_OVERRIDE if privileges dropped * 2023-01-17: Adjust the capability set * 2023-01-13: substring function: enhancement and hardening * 2023-01-11: omfile: add action parameters "rotation.*" * 2023-01-11: CI: use newer version of zookeeper * 2023-01-09: ffaup fix : memory corruption with concurrent workers * 2023-01-02: openssl: fix undefined reference to CRYPTO_set_id_callback * 2022-12-30: testbench: add test for invalid json template generation * 2022-12-30: core bugfix: template system may generate invalid json * 2022-12-28: Fixed wrong type conversion in cstrLen() * 2022-12-08: Add CodeQL workflow for GitHub code scanning - Upgrade to rsyslog 8.2212.0 * 2022-12-05: testbench: make python http server based tests more reliable * 2022-12-05: omprog bugfix: invalid status handling at called program startup * 2022-11-29: testbench bugfix: wrong message injection object of instance 1 * 2022-11-21: rsyslog.conf man page bugfix: description of selectors * 2022-11-18: imtcp bugfix: legacy config directives did no longer work - replaces 0002-imtcp-bugfix-legacy-config-directives-did-no-longer-.patch * 2022-11-16: ksi bugfix: sending of too many signing requests fixed. * 2022-11-14: bugfix: prevent potential segfault when switchung to queue emergency mode * 2022-11-02: imjournal: add second fallback to _COMM * 2022-10-25: core bugfix: local hostname invalid if no global() config object given * 2022-10-25: testbench bugfix: fixed timing issue that sometimes lead to test failure - Upgrade to rsyslog 8.2208.0 * 2022-08-09: ksi bugfix: request cache size and send timeout issue fixed. * 2022-08-09: imjournal bugfix: segmentation fault in close journal * 2022-08-09: net subsystem: support sha256 for StreamDriverAuthMode="x509/fingerprint" * 2022-08-05: imfile bugfix: message loss/duplication when monitored file is rotated * 2022-08-05: ksi bugfix: optimize processing of signer queue to fix delays. * 2022-08-04: ksi bugfix: possible crash fixed when several log files are opened. * 2022-08-04: openssl: add support to split tls commands by semicolon * 2022-08-04: openssl subsystem bugfix: build issue on Solaris * 2022-08-04: openssl: add more details to error messages * 2022-08-04: omclickhouse: capture additional exceptions * 2022-08-04: mmanon bugfix: Simplified and fixed IPv4 digit detection. * 2022-07-21: imptcp: slight tuning * 2022-07-20: template procesing/json: performance optimization * 2022-07-19: core bugfix: memory leak when free action worker data table * 2022-07-13: omfile: support for zstd compression * 2022-07-07: stream cleanup: move error message to debug log, only * 2022-07-04: mmdblookup bugfix: Don't crash Rsyslog on mmdb file errors * 2022-06-28: build error fix: libbson requires out-of-date language constructs * 2022-06-27: OpenSSL: fix depreacted API issues for OpenSSL 3.x - Upgrade to rsyslog 8.2206.0 * 2022-05-25: omelastisearch: allow omitting _type field * 2022-05-18: tcpsrv/imtcp: slight performance improvements * 2022-05-12: imptcp bugfix: worker thread starvation on extreme traffic * 2022-05-11: omelasticsearch: several support option for ElasticSearch 8 - config params searchIndex and documentType can be empty - support for Data Stream API - new config param esVersion.major * 2022-05-09: tcp receiver bugfix: delay/potential hang on some error conditions * 2022-05-05: net bugfix: potential buffer overrun - replaces CVE-2022-24903.patch Advisory: https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8#advisory-comment-72243 * 2022-05-05: imptcp: set OS worker thread name * 2022-04-26: mmanon bugfix: shortened IPv6 form not always anonymized * 2022-04-22: mmdblookup fix: wrong copy of buffer * 2022-04-22: mmdblookup: several enhancements - support arrays in MMDB entry - support escaped quotes '"' in MMDB entry - support '<' characters in MMDB entry, when in a field - support '}' characters in MMDB entry, when in a field - Upgrade to rsyslog 8.2204.0 * 2022-04-18: gnutls bugfix: possibility of infinite loop * 2022-04-17: core/bugfix: errorfile could grow over max configures size * 2022-04-17: omkafka bugfix: potential misadressing * 2022-04-06: added new "FullJSONFmt" standard template (with addtl fields) * 2022-04-04: imfile: potential processing delay * 2022-04-04: bugfix: cosmetic data races * 2022-04-01: add property options to support ISO week/year number * 2022-04-01: core bugfix: "action suspended" message was emitted even when turned off * 2022-03-31: testbench: add more tests for rscript comparison operations * 2022-03-31: core bugfix: make internal logs emitted during HUP procesing appear quicker * 2022-03-20: refactor: Move the parser directive to the main config * 2022-03-16: refactor: ake the main message queue part of the config * regression bugfix: rsyslog may segfault during startup * regression fix: script string comparison did not work correctly - Upgrade to rsyslog 8.2202.0 * 2022-02-11: Make action counter part of the config * 2022-02-09: imfile: Remove inotify watch descriptor on inode change detected - replaces 0001-imfile-Remove-inotify-watch-descriptor-on-inode-chan.patch * 2022-02-03: omelasticsearch: Fix indexSuccess impstats counter in bulkmode * 2022-01-28: rscript: literal numbers were not compared correctly * 2022-01-17: ompgsql: PGsslInUse not supported on old distros * 2021-12-31: ompgsql: allow connection params via connection string * 2022-01-17: CI: remove fedora 33 based testing * 2022-01-14: Terminate all tcpsrv threads properly * 2022-01-04: Move timezone specific variables to rsconf * 2022-01-13: Fixes #4395 by correctly checking for EPIPE. * 2022-01-12: Move rsyslog global parameters to rsconf_t struct * 2022-01-12: cleanup: remove unused variable * 2022-01-07: CI: cleanup journal test environment * 2022-01-06: CI: remove unnecessary dependency * 2022-01-05: Update omlibdbi.c * 2022-01-05: omhttp: Fix memory leak in lokirest batchmode * 2021-12-15: Clarify meaning of loadConf and RunConf - Upgrade to rsyslog 8.2112.0 * 2021-12-14: refactor:Deallocate outchannel resources in rsconf destructor * 2021-12-14: refactor: use runConf instead of loadConf in ratelimiting during runtime * 2021-11-22: new contribtion: URL parser module function using libfa * 2021-11-18: mmanon: relax IPv6 detection - improve anonymization * 2021-11-10: ruleset bugfix: ruleset queue was incorrectly named * 2021-11-10: omsnmp: update module to current IP best practices * 2021-10-27: ommysql: fix threading bug * 2021-10-25: testbench: false positive when impstats was not built * 2021-10-25: imtcp: add support for permittedPeers setting at input() level * 2021-10-25: testbench: add test for legacy permittedPeer statement - replaces 0001-testbench-add-test-for-legacy-permittedPeer-statemen.patch - Upgrade to rsyslog 8.2110.0: * 2021-10-13: PrivDropToUser: fix abortOnIDResolutionFail handling #2 * 2021-10-12: PrivDropToUser: fix abortOnIDResolutionFail handling * 2021-09-17: rscript fix: ruleset called async when ruleset had queue.type="direct" * 2021-10-07: tcpsrv: fix compilation without exceptions * 2021-09-29: build issue: handle undefined MAXPATHLEN, PATH_MAX * 2021-10-06: Fix typo in error message. * 2021-09-21: mmkubernetes bugfix: no connection retry to kubernetes APP * 2021-09-13: use correct api for es 6 and later * 2021-09-20: openssl: Correct gnutlsPriorityString (custom ciphers) behaviour * 2021-09-20: ksi bugfix: locking bug fixed in rsksiCtxOpenFile * 2021-09-13: Fix ElasticSearch Test broken by ES incompatibility * 2020-11-21: imhttp updates - query parameter ingestion & basic auth support * 2021-09-08: openssl: extended output information on connection failure * 2021-09-02: queue: Add NULL check in qDeqLinkedList - replaces 0001-queue-Add-NULL-check-in-qDeqLinkedList.patch * 2021-09-06: core bugfix: use of property $wday terminates string * 2021-09-02: gnutls: Propagate PrioritizeSAN when accepting a new connection * 2021-08-24: ratelimit: fix rate limiting for already parsed messages * 2021-08-23: config: implement script-equavalent for $PrivDrop* statements - Upgrade to rsyslog 8.2108.0: * 2021-08-16: openssl tls: Improved error message output on tls failures. * 2021-07-01: imfile add `ignoreolderthanoption` * 2021-08-10: imklog: fix invalid memory adressing, could cause abort * 2021-08-09: omelasticsearch: fix incorrect mutex error handling regression * 2021-08-09: imfile bugfix: hash char invalidly added in readmode != 0 * 2021-08-08: imudp: add socket type (IPv4 vs. 6) to input name * 2021-07-13: fixing the deleteStateOnFileDelete option - replaces 0001-fixing-the-deleteStateOnFileDelete-option.patch * 2021-07-07: CI: add test for imtcp not correctly starting up and a Solaris fix * 2021-08-05: omfwd: add capability for action-specific TLS certificate settings * 2021-07-01: imtcp: permit to use different certificate files per input/action * 2021-08-04: debug support: add indication of "being HUPed" to debug log * 2021-08-04: imptcp bugfix: keep alive interval was incorrectly set * 2021-07-22: Close file descriptor when freshStartTail is turned on * 2021-07-22: [omelasticsearch] Improve errorFile mutex handling * 2021-07-08: openssl network driver bugfix: small memory leak * 2021-07-07: tcpsrv bugfix: abort if no listener could be started * 2021-07-01: tcp subsystem: fix cosmetic memory leak on shutdown * 2021-07-01: fix typo in error message * 2021-06-30: OMMONGODB :: Fixes * 2021-06-29: mmkubernetes fix for apiserver error handling * 2021-06-21: omkafka updates * 2021-06-22: percentile module to track percentile metrics via impstats * 2021-06-17: CI: disable Travis CI for the time being * 2021-04-15: omhttp: Fix dynrestpath param in batch mode * 2021-06-14: add predefined template RSYSLOG_SyslogRFC5424Format * 2021-06-10: bugfix: _sender_stats reports integer counter as string- fix removal of imfile state files (bsc#1213212) * add 0001-fixing-the-deleteStateOnFileDelete-option.patch- fix parsing of legacy config syntax (bsc#1205275) * add: 0001-testbench-add-test-for-legacy-permittedPeer-statemen.patch 0002-imtcp-bugfix-legacy-config-directives-did-no-longer-.patch- remove $klogConsoleLogLevel setting from rsyslog.conf (bsc#1191833) * this legacy setting from pre-systemd times is obsolete and can block important systemd messages- fix segfault in qDeqLinkedList during shutdown (bsc#1199283) * add 0001-queue-Add-NULL-check-in-qDeqLinkedList.patch- Remove inotify watch descriptor in imfile on inode change detected (bsc#1198939) * add 0001-imfile-Remove-inotify-watch-descriptor-on-inode-chan.patch- (CVE-2022-24903) fix potential heap buffer overflow in modules for TCP syslog reception (bsc#1199061) * add CVE-2022-24903.patch- add service dependencies for remote logging (bsc#1194669) - update config example in remote.conf to match upstream documentation- fix config parameters in specfile (bsc#1194593)- Upgrade to rsyslog 8.2106.0: * NOTE: the prime new feature is support for TLS and non-TLS connections via imtcp in parallel. Furthermore, most TLS parameters can now be overriden at the input() level. The notable exceptions are certificate files, something that is due to be implemented as next step. * 2021-06-14: new global option "parser.supportCompressionExtension" This permits to turn off rsyslog's single-message compression extension when it interferes with non-syslog message processing (the parser subsystem expects syslog messages, not generic text) closes https://github.com/rsyslog/rsyslog/issues/4598 * 2021-05-12: imtcp: add more override config params to input() It is now possible to override all module parameters at the input() level. Module parameters serve as defaults. Existing configs need no modification. * 2021-05-06: imtcp: add stream driver parameter to input() configuration This permits to have different inputs use different stream drivers and stream driver parameters. closes https://github.com/rsyslog/rsyslog/issues/3727 * 2021-04-29: imtcp: permit to run multiple inputs in parallel Previously, a single server was used to run all imtcp inputs. This had a couple of drawsbacks. First and foremost, we could not use different stream drivers in the varios inputs. This patch now provides a baseline to do that, but does still not implement the capability (in this sense it is a staging patch). Secondly, we now ensure that each input has at least one exclusive thread for processing, untangling the performance of multiple inputs from each other. see also: https://github.com/rsyslog/rsyslog/issues/3727 * 2021-04-27: tcpsrv bugfix: potential sluggishnes and hang on shutdown tcpsrv is used by multiple other modules (imtcp, imdiag, imgssapi, and, in theory, also others - even ones we do not know about). However, the internal synchornization did not properly take multiple tcpsrv users in consideration. As such, a single user could hang under some circumstances. This was caused by improperly awaking all users from a pthread condition wait. That in turn could lead to some sluggish behaviour and, in rare cases, a hang at shutdown. Note: it was highly unlikely to experience real problems with the officially provided modules. * 2021-04-22: refactoring of syslog/tcp driver parameter passing This has now been generalized to a parameter block, which makes it much cleaner and also easier to add new parameters in the future. * 2021-04-22: config script: add re_match_i() and re_extract_i() functions This provides case-insensitive regex functionality. closes https://github.com/rsyslog/rsyslog/issues/4429- Upgrade to rsyslog 8.2104.0: * rainerscript: call getgrnam_r repeatedly to get all group members (bsc#1178490) * new contributed module imhiredis * new built-in function get_property() to access property vars * mmdblookup: add support for mmdb DB reload on HUP * script bugfix: empty array in foreach() improperly handled * imjournal bugfixes (handle leak, empty file) * new contributed function module fmunflatten * test bugfix: some tests did not work with newer TLS library versions * some improvements to project CI- update remote.conf example file to new 'Address' and 'Port' notation (bsc#1182653)- HTTPS URLs used for source - Upgrade to rsyslog 8.2102.0: * omfwd: add stats counter for sent bytes * omfwd: add error reporting configuration option * action stats counter bugfix: failure count was not properly incremented * action stats counter bugfix: resume count was not incremented * omfwd bugfix: segfault or error if port not given * lookup table bugfix: data race on lookup table reload * testbench modernization * testbench: fix invalid sequence of kafka tests runs * testbench: fix kafkacat issues * testbench: fix year-dependendt clickhouse test- Upgrade to rsyslog 8.2012.0: * testbench bugfix: some tests did not work in make distcheck * immark: rewrite with many improvements * usability: re-phrase error message to help users better understand cause * add new system property $now-unixtimestamp * omfwd: add new rate limit option * omfwd bug: param "StreamDriver.PermitExpiredCerts" is not "off" by default- prepare usrmerge (boo#1029961)- fix location and naming of journald dropin (bsc#1178288)- remove legacy stuff from specfile * sysvinit is not supported anymore, so remove all tests related to systemv in the specfile- Upgrade to rsyslog 8.2010.0: * gnutls TLS subsystem bugfix: handshake error handling * core/msg bugfix: memory leak * core/msg bugfix: segfault in jsonPathFindNext() when not an object * openssl TLS subsystem: improvments of error and status messages * add 'exists()' script function to check if variable exists * core bugfix: do not create empty JSON objects on non-existent key access * gnutls subsysem bugfix: potential hang on session closure * core/network bugfix: obey net.enableDNS=off when querying local hostname * core bugfix: potential segfault on query of PROGRAMNAME property * imtcp bugfix: broken connection not necessariy detected * new module: imhttp - http input * mmdarwin bugfix: potential zero uuid when reusing existing one * imdocker bugfix: build issue on some platforms * omudpspoof bugfix: make compatbile with Solaris build * testbench fix: python 3 incompatibility * core bugfix: segfault if disk-queue file cannot be created * cosmetic: fix dummy module name in debug output * config bugfix: intended warning emitted as error- Upgrade to rsyslog 8.2008.0 Way too many changes since 8.39.0 to be listed here. - Added custom unit file rsyslog.service because systemd service file was removed from upstream project - Removed obsolete patches: * 0001-satisfy-gcc-flag-fno-common.patch * rsyslog-pgsql-pkg-config.patch * rsyslog-unit.patch- Use systemd_ordering instead of requiring to make rsyslog useable in containers.- Fix the URL for bug reporting, should not point to novell.com (bsc#1173433)- Add support for omkafka which is now in Factory, and 15.x repos- avoid build error with gcc flag -fno-common (bsc#1160414) * add 0001-satisfy-gcc-flag-fno-common.patch- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- Add rsyslog-pgsql-pkg-config.patch: use pkgconfig to find the right libraries/directories for postgresql. According to pgsql upstream, pg_config must only be used to buildpgsql modules.- set default permissions before include directives (bsc#1126233) * Logfile open modes depend on position in the config file, see https://www.rsyslog.com/doc/rsconf1_filecreatemode.html- Upgrade to rsyslog 8.39.0 * imfile: improve truncation detection * imjournal: work around journald excessive reloading behavior * errmsg: remove no longer needed code * queue bugfix: invalid error message on queue startup * bugfix imrelp: regression with legacy configuration startup fail * bugfix imudp: stall of connection and/or potential segfault * bugfix gcry crypto driver: small memleak * fix potential misadressing in encryption subsystem * ksi subsystem changes * bugfix core: regex compile error messages could be incorrect * bugfix core: potential hang on rsyslog termination * bugfix imkafka: system hang when backgrounded * bugfix imfile: file change was not reliably detected * bugfix imrelp: do not fail build if librelp does not have relpSrvSetLstnAddr * bugfix queue subsystem: DA queue did ignore encryption settings * bugfix KSI: lmsig-ksils12 module skips signing the last block * bugfix fmhash: function hash64mod sometimes returned wrong result * bugfix core/debug: data written to random fd 2 under some debug settings- rsyslog configuration cleanup by filter rules in separate files (bug#1102720) * add parsing of additional filter rules in /etc/rsyslog.d/*.frule * add acpid.frule, firewall.frule, NetworkManager.frule- Enable ForwardToSyslog for journald to get syslog messages [bsc#1110456]- Update to rsyslog 8.38.0: * imfile: support for endmsg.regex * omhttp: new contribued module * imrelp: add support for seting address to bind to (#894) * ommysql: support mysql unix domain socket * omusrmsg: do not fall back to max username length of 8 * various bug fixes and minor updates to other modules and core * various fixes for memory leaks- remove references to obsolete SYSLOG_REQUIRES_NETWORK variable (bsc#1101642)- rsyslog 8.36.0: * Liblogging-stdlog deprecated * OpenSSL based TLS driver added in addition to GnuTLS * GnuTLS TLS driver: support intermediate certificates * imptcp: add ability to configure socket backlog * fmhash: new hash function module * updates and fixes to various modules * omfwd: add support for bind-to-address for UDP * mmkubernetes: new module - updates and fixes to various modules- fix CVE-2015-3243 rsyslog: some log files are created world-readable (bsc#935393)- rsyslog 8.33.1: * devcontainer: use some more sensible defaults * auto-detect if running inside a container (as pid 1) * config: add include() script object * template: add option to generate json "container" * core/template: add format jsonf to constant template entries * config: add ability to disable config parameter ("config.enable") * script: permit to use environment variables during configuration * new global config parameter "shutdown.enable.ctlc" * config optimizer: detect totally empty "if" statements and optimize them out * template: constant entry can now also be formatted as json field * omstdout: support for new-style configuration parameters added * core: set TZ on startup if not already set * imjournal bugfix: file handle leak during journal rotation * lmsig_ksils12 bugfix: dirOwner and dirGroup config was not respected * script bugfix: replace() function worked incorrectly in some cases * core bugfix: misadressing in external command parser * core bugfix: small memory leak in external command parser * core bugfix: string not properly terminated when RFC5424 MSGID is used * bugfix: strndup() compatibility layer func copies too much - the upstream systemd unit file was changed to no longer write the rsyslog pid, as it is no longer required for tracking under systemd (-iNONE). Adjust rsyslog-unit.patch to match.- Use %license instead of %doc [bsc#1082318]- fix includes for apparmor profile (bsc#1080238)- rsyslog 8.32.0 * libfastjson 0.99.8 required * libczmq >= 3.0.2 is now required for omczmq * libcurl is now needed for rsyslog core * rsyslogd: add capability to specify that no pid file shall be written * core improvements and bug fixes * RainerScript improvements and bug fixes * build fixes, including gcc7 fixes drop 0001-imgssapi-fix-compiler-warnings.patch * various bug fixes in multiple modules- remove build dependency on libee- Disable news by default, we don't need to clobber all systems with this for the very few remaining news servers- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Ensure user "news" exists - bsc#1068678- rsyslog 8.30.0 * changed behaviour: all variables are now case-insensitive by default * core: handle (JSON) variables in case-insensitive way * imjournal: made switching to persistent journal in runtime possible * mmanon: complete refactor and enhancements * imfile: add "fileoffset" metadata * RainerScript: add ltrim and rtrim functions * core: report module name when suspending action * core: add ability to limit number of error messages going to stderr * tcpsrv subsystem: improvate clarity of some error messages * imptcp: include module name in error msg * imtcp: include module name in error msg * tls improvement: better error message if certificate file cannot be read * omfwd: slightly improved error messages during config parsing * ommysql improvements * ommysql bugfix: do not duplicate entries on failed transaction * imtcp bugfix: parameter priorityString was ignored * template/bugfix: invalid template option conflict detection * core/actions: fix handling of data-induced errors * core/action bugfix: no "action suspended" message during retry processing * core/ratelimit bugfix: race can lead to segfault * core bugfix: rsyslog aborts if errmsg is generated in early startup * core bugfix: informational messages was logged with error severity * core bugfix: --enable-debugless build was broken * queue bugfix: file write error message was incorrect * omrelp bugfix: segfault when rebindinterval parameter is used * omkafka bugfix: invalid load of failedmsg file on startup if disabled * kafka bugfix: problem on invalid kafka configuration values * imudp bugfix: UDP oversize message not properly handled * core bugfix: memory corruption during configuration parsing * core bugfix: race on worker thread termination during shutdown * omelasticsearch: avoid ES5 warnings while sending json in bulkmode * omelasticsearch bugfix: incompatibility with newer ElasticSearch version * imptcp bugfix: invalid mutex addressing on some platforms * imptcp bugfix: do not accept missing port in legacy listener definition - build requirements: * libfastjson 0.99.7 is now mandatory * libsystemd-journal >= 234 is now recommended - packaging: * add upstream build fix 0001-imgssapi-fix-compiler-warnings.patch- rsyslog 8.29.0: * imptcp: add experimental parameter "multiline" * imptcp: framing-related error messages now also indicate remote peer * imtcp: framing-related error messages now also indicate remote peer * imptcp: add session statistics conunter * imtcp: add ability to specify GnuTLS priority string * impstats: add new ressoure counter "openfiles" * pmnormalize: new parser module * core/queue: provide informational messages on thread startup and shutdown * omfwd/udp: improve error reporting, depricate maxerrormessages parameter * core: add parameters debug.file and debug.whitelist * core/net.c: improve UDP socket creation error messages * omfwd/udp: add "udp.sendbuf" parameter * core: make rsyslog internal message rate-limiter configurable * omelasticsearch bugfixes and changed ES5 API support + avoid 404 during health check + avoid ES5 warnings while sending json + bugfix for memomry leak while writing error file * imfile bugfix: wildcard detection issue on path wildcards * omfwd bugfix: always give reason for suspension * omfwd bugfix: configured compression level was not properly used * imptcp bugfix: potential socket leak on session shutdown * omfwd/omudpspoof bugfix: switch udp client sockets to nonblocking mode * imklog: fix permitnonkernelfacility not working * impstats bugfix: impstats does not handle HUP * core bugfix: segfault after configuration errors * core/queue bugfixes * lmsig_ksi: removed pre-KSI_LS12 componentsVersion 8.28.0 [v8-stable] 2017-06-27 * omfwd: add parameter "tcp_frameDelimiter" * omkafka: large refactor of kafka subsystem * imfile: improved handling of atomically renamed file (w/ wildcards) * imfile: add capability to truncate oversize messages or split into multiple * mmdblookup fixes and extensions * bugfix: fixed multiple memory leaks * imptcp: add new parameter "flowControl" * imrelp: add "maxDataSize" config parameter * multiple modules: gtls: improve error if certificate file can't be opened * omsnare: allow different tab escapes * omelasticsearch: converted to use libfastjson instead of json-c * imjournal: _PID fallback * added fallback for _PID proprety when SYSLOG_PID is not available * introduced new option "usepid" which sets which property should rsyslog use, it has 3 states system|syslog|both, default is both * deprecated "usepidfromsystem" option, still can be used and override the "usepid" * it is possible to revert previous default with usepid="syslog" * multiple modules: add better error messages when regcomp is failing * omhiredis: fix build warnings * imfile bugfix: files mv-ed in into directory were not handled * omprog bugfix: execve() incorrectly called * imfile bugfix: multiline timeout did not work if state file exists * lmsig_ksi-ls12 bugfix: build problems on some platforms * core bugfix: invalid object type assertion * regression fix: local hostname was not always detected properly... * bugfix: format security issues in zmq3 modules (bsc#1051798) * bugfix build system: add libksi only to those binaries that need it * bugfix KSI ls12 components: invalid tree height calculation- Drop module-guardtime package * Upstream libgt died and it does not work with new opensslVersion 8.27.0 [v8-stable] 2017-05-16 - imkafka: add module - imptcp enhancements: * optionally emit an error message if incoming messages are truncated * optionally emit connection tracking message (on connection create and close) * add "maxFrameSize" parameter to specify the maximum size permitted in octet-counted mode * add parameter "discardTruncatedMsg" to permit truncation of oversize messages * improve octect-counted mode detection: if the octet count is larger then the set frame size (or overly large in general), it is now assumed that octet-stuffing mode is used. This probably solves a number of issues seen in real deployments. - imtcp enhancements: * add parameter "discardTruncatedMsg" to permit truncation of oversize messages * add "maxFrameSize" parameter to specify the maximum size permitted in octet-counted mode - imfile bugfix: "file not found error" repeatedly being reported for configured non-existing file. In polling mode, this message appeared once in each polling cycle, causing a potentially very large amout of error messages. Note that they were usually emitted too infrequently to trigger the error message rate limiter, albeit often enough to be a major annoance. - imfile: in inotify mode, add error message if configured file cannot be found - imfile: add parameter "fileNotFoundError" to optinally disable "file not found" error messages - core: replaced gethostbyname() with getaddrinfo() call Gethostbyname() is generally considered obsolete, is not reentrant and cannot really work with IPv6. Changed the only place in rsyslog where this call remained. Thanks to github user jvymazal for the patch - omkafka: add "origin" field to stats output See also https://github.com/rsyslog/rsyslog/issues/1508 Thanks to Yury Bushmelev for providing the patch. - imuxsock: rate-limiting also uses process name both for the actual limit procesing as well as warning messages emitted see also https://github.com/rsyslog/rsyslog/pull/1520 Thanks to github user jvymazal for the patch - Added new module: KSI log signing ver. 1.2 (lmsig_ksi_ls12) - rsylsog base functionality now builds on osx (Mac) Thanks to github user hdatma for his help in getting this done. - build now works on solaris again - imfile: fix cross-platform build issue see also https://github.com/rsyslog/rsyslog/issues/1494 Thanks to Felix Janda for bug report and solution suggestion. - bugfix core: segfault when no parser could parse message- rsyslog 8.26.0: * liblognorm 2.0.3 is required for mmnormalize * enable internal error messages at all times * core: added logging name of source of rate-limited messages * omfwd: omfwd: add support for network namespaces * imrelp: honor input name if provided when submitting to impstats * imptcp: add ability to set owner/group/access perms for uds * mmnormalize: add ability to load a rulebase from action() parameter * pmrfc3164 improvements + permit to ignore leading space in MSG + permit to use at-sign in host names + permit to require tag to end in colon * add new global parameter "umask" * core: make use of -T command line option more secure * omfile: add error if both file and dynafile are set * bugfix: build problem on MacOS (not a supported platform) * regression fix: in 8.25, str2num() returned error on empty string * bugfix omsnmp: improper handling of new-style configuration parameters * bugfix: rsyslog identifies itself as "liblogging-stdlog" in internal messages * bugfix imfile: wrong files were monitored when using multiple imfile inputs * bugfix: setting net.aclResolveHostname/net.acladdhostnameonfail segfaults * bugfix: immark emitted error messages with text "imuxsock" * bugfix tcpflood: build failed if RELP was disabled * fix gcc6 compiler warnings * the output module array passing interface has been removed- use 8.25.0 documentation tarball- rsyslog 8.25.0: * imfile: add support for wildcards in directory names * add new global option "parser.PermitSlashInProgramname" * mmdblookup: fix build issues, code cleanup * improved debug output for queue corruption cases * an error message is now displayed when a directory owner cannot be set * rainerscript: add new function ipv42num * rainerscript: add new function num2ipv4 * bugfix: ratelimiter does not work correctly is time is set back * core: fix potential message loss in old-style transactional interface * bugfix queue subsystem: queue corrupted if certain msg props are used * bugfix imjournal: fixed situation when time goes backwards * bugfix: bFlushOnTxEnd == 0 not honored when writing w/o async writer * bugfix core: str2num mishandling empty strings * bugfix rainerscript: set/unset statement do not check variable name validity * bugfix mmrm1stspace: last character of rawmsg property was doubled * bugfix imtcp: fix very small (cosmetic) memory leak * However, the leak breaks memleak checks in the testbench.- sync bug and fate numbers from IBS changes.- rsyslog 8.24.0(fate#320546): * mmrm1stspace: new module; removes first space in MSG if present * KSI signature provider: file permissions can now be specified * omzmq: new features * when the hostname is empty, we now use "localhost-empty-hostname" * omelasticsearch: remove "asyncrepl" config parameter * omfwd: Add support for bind-to-device (see below on same for imudp) * imudp: Add support for bind-to-device * imudp: limit rcvbufsize parameter to max 1GiB * rainerscript: implement new "call_indirect" statement * bugfix imjournal: make state file handling more robust * bugfix core: lookup table reload was not properly integrated * bugfix core: potential dealock on shutdown * bugfix ommongodb: did not work in v8 due to invalid indirection * bugfix ommongodb: fix tryResume handling * bugfix omfwd: retry processing was not done correctly, could stall * bugfix imuxsock: segfault non shutdown when $OmitLocalLogging is on - contributed modules not enabled due to build issues: * mmdblookup: new maxminddb lookup message modify plugin- Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd): the sub-libraries have been merged into libsystemd since 209 and have ultimately been removed since 230.- rsyslog 8.23.0: * requiring libfastjson 0.99.3 * KSI signatures: removed SHA2-224 hash algorithm * imfile: new timeout feature for multi-line reads * omfile: improve robustness against network file system failures * pmaixforwardedfrom: support for AIX syslogd -s option * omelasticsearch: add ability to specify max http request size * omelasticsearch: high availability addressing of ElasticSearch cluster * omelasticsearch: make compatible with ElasticSearch 2.x and 5.x * omhiredis: add dynakey attribute. * omtcl: new contributed module * RainerScript: provide a capability to set environment variables * lookup tables: improved error checking * queue subsystem: add configuration parameter "queue.samplinginterval" * various bug fixes * rsgtutil: option to specify KSI publications file certificate constraints - includes changes from 8.22.0: * ompgsql: add template support * generate somewhat better error message on config file syntax error - includes changes from 8.21.0: * CHANGE OF BEHAVIOUR: by default, internal messages are no longer logged via the internal bridge to rsyslog but via the syslog() API call [either directly or via liblogging). For the typical single-rsyslogd-instance installation this is mostly unnoticable (except for some additional latency). If multiple instances are run, only the "main" (the one processing system log messages) will see all messages. To return to the old behaviour, do either of those two: 1) add in rsyslog.conf: global(processInternalMessages="on") 2) export the environment variable RSYSLOG_DFLT_LOG_INTERNAL=1 This will set a new default - the value can still be overwritten via rsyslog.conf (method 1). Note that the environment variable must be set in your **startup script**. For more information, please visit http://www.rsyslog.com/rsyslog-error-reporting-improved/ * slightly improved TLS syslog error messages * queue subsystem: improved robustness- rsyslog 8.20.0: * omrelp: add configurable connection timeout * pmrfc3164: add support for slashes in hostname * bugfix omfile: handle chown() failure correctly * omfile now better conveys status of unwritable files back to core * config files recursively including themselfes are now detected * refactored code to not emit compiler warnings in "strict mode" * bugfix: fix some issues with action CommitTransaction() handling * bugfix omqmqp1: connecting to the message bus fails on nonstandard port * testbench/CI enhancements - Build requirements: * librelp 1.2.12- rsyslog 8.19.0: * omelasticsearch: add option to permit unsigned certs * imrelp: better error codes on unvailablity of TLS options * default stack size for inputs has been explicitely set to 4MiB * performance improvements * miscellaneous minor cleanup * fix: potential misadressing in template config processing * bugfix omfile: async output file writing does not respect flushing * bugfix imfile: corrupted multi-line message when state data was persisted * bugfix imfile: missing newline after first line of multiline message * bugfix: dynstats unusedMetricTtl bug * bugfix build system: build was broken on SunOS * bugfix: afterRun entry point not correctly called * bugfix dynstats: do not leak file handles * bugfix omelasticsearch: disable libCURL signal handling * bugfix omelasticsearc: some regressions were fixed * improved wording: gnutls error message points to potential cause- rsyslog 8.18.0(bnc#958728): * templates: add option to convert timestamps to UTC * omjournal: fix segfault (regression in 8.17.0) * imptcp: added AF_UNIX support * new template options * compressSpace * date-utc * redis: support for authentication * omkafka: makes kafka-producer on-HUP restart optional * imfile: new "FreshStartTail" input parameter * omjournal: fix libfastjson API issues * ommongodb: fix json API issues * dynamic stats subsystem: a couple of smaller changes * foreach loop: now also iterates over objects (not just arrays) * enhancement: queue subsystem is more robst in regard to some corruptions * enhancement: Allow rsyslog to bind UDP ports even w/out specific interface being up at the moment. * new External plugin for sending metrics to SPM Monitoring SaaS * bugfix imfile: fix memory corruption bug when appending @cee * bugfix: memory misallocation if position.from and position.to is used a negative amount of memory is tried to be allocated if position.from is smaller than the buffer size (at least with json variables). This usually leads to a segfault. * bugfix: fix potential memleak in TCP allowed sender definition * bugfix: $PrivDropToGroupID actually did a name lookup * bugfix: small memory leak in imfile * bugfix: double free in jsonmesg template * bugfix: incorrect formatting of stats when CEE/Json format is used * bugfix omfwd: new-style keepalive action parameters did not work due to being inconsistently spelled inside the code. Note that legacy parameters $keepalive... always worked * bugfix: memory leaks in logctl utility * bugfix omrelp: fix segfault if no port action parameter was given * bugfix imtcp: Messages not terminated by a NL were discarded- rsyslog 8.17.0: * improve json variable performance * new experimental feature: lookup table suport * new feature: dynamic statistics counters * new contributed plugin: omampq1 for AMQP 1.0-compliant brokers * new set of UTC-based $now family of variables ($now-utc, $year-utc, ...) * simplified locking when accessing message and local variables * new global parameter "debug.unloadModules" * timestamp handling: guard against invalid dates * imfile: add "trimlineoverbytes" input paramter * ommongodb: add support for extended json format for dates * omjournal: add support for templates * imuxsock: add "ruleset" input parameter(fate#320667) * imptcp: performance improvements * improve interface definition in some modules, e.g. mmanon, mmsequence * rsgtutil: dump mode improvements + auto-detect signature file type + ability to dump hash chains for log extraction files * bugfix: unixtimestamp date format was incorrectly computed (leap year) * bugfix: date-ordinal date format was incorrectly computed (leap year) * bugfix: some race when shutting down input module threads * bugfix tcpflood: did not handle connection drops correct in TLS case * bugfix: abort if global parameter value was wrong * bugfix omkafka: fix potential NULL pointer addressing * bugfix impstats: @cee cookie was prefixed to wrong fromat (json vs. cee) * bugfix imfile: fix race during startup that could lead to some duplication * bugfix: potential loss of single message at queue shutdown * bugfix: potential deadlock with heavy variable access * bugfix ommysql: on some platforms, serverport parameter had no effect * bugfix omelasticsearch: invalid pointer dereference * bugfix omhiredis: serverport config parameter did not reliably work * bugfix rsgtutil: -h command line option did not work * bugfix lexer: hex numbers were not properly represented * bugfix TLS syslog: intermittent errors while sending data * bugfix imfile: abort on startup if no slash was present in file name param * bugfix rsgtutil: fixed abort when using short command line options * bugfix rsgtutil: invalid computation of log record extraction file * bugfix build system: KSI components could only be build if in default path- rsyslog 8.16.0: * rsgtutil: Added extraction support including loglines and hash chains. * new system properties for $NOW properties based on UTC * various bug fixes and improvements- fix build on sle11: use package name buildrequires instead of pkgconfig- build with libfastjson (mandatory from 8.16.0)- rsyslog 8.15.0: * KSI (incompatible changes): + KSI utilities: Added option to set publication url via - -publications-server. Required for signature verification. + UserID and UserKey can be set by parameter + Fixed wrong TLV container for KSI signatures from 0905 to 0906. + somewhat improved error messages + Update for and use libksi 3.4.0.x * New contributed modules: + pmpanngfw: for translating Palo Alto Networks logs * pmciscoios: support for asterisk before timestamp added * solr external output plugin much enhanced * omrabbitmq: improvements * add support for libfastjson (as a replacement for json-c) * pmciscoios: support for some format variations * improvments for 0mq modules: + omczmq - suspend / Retry handling + omczmq - improved efficiency + omczmq - added ability to set a timeout for sends + omczmq - set topics can be in separate frame (default) or part of message frame (configurable) + imczmq - ZMQ_ROUTER support * Note the upstream supported modules not enabled in SUSE package: + grok (mmgrok) + omkafka * add support for building with libfastjson * bugfix: invalid mutex handling in omfile async write mode could lead to segfault, even though highly unlikely (caught by testbench on a single platform) (bsc#1000488)- rsyslog 8.14.0: * add property "rawmsg-after-pri" * bugfix: potential misadresseing in imfile * bugfix: re_extract RainerScript function did not work- rsyslog 8.13.0: * ZeroMQ enhancements * Redis enhancements * mmnormalize: liblognorm error messages are now emitted via regular rsyslog error reporting mechanism (aka "are now logged") * networking improvements - drop rsyslog-8.12.0-parallel-build.patch, is upstream - drop rsyslog-8.12.0-gnutls.patch, same- rsyslog 8.12.0: * Harmonize resetConfigVariables values and defaults * GT/KSI: fix some issues in signature file format and add conversion tool * bugfix: ommysql did not work when gnutls was enabled * bugfix omfile: potential memory leak on file close * bugfix omfile: potential race in dynafile detection/creation * bugfix omfile: Fix race-condition detection in path-creation code * bugfix parser subsystem: potential misadressing in SanitizeMsg() * imfile: files moved outside of directory are now (properly) handled * bugfix: imfile: segfault when using startmsg.regex * bugfix imfile: file table was corrupted when on file deletion * bugfix ompgsql: transaction were improperly handled * bugfix mmjsonparse: memory leak if non-cee-json message is processed * testbench: remove raciness from UDP based tests * testbench: added bash into all scripts makign it mandatory * bugfix testbench: Fixed problem building syslog_caller util when liblogging-stdlog is not available. - add upstream patches: * rsyslog-8.12.0-gnutls.patch to fix build with gnutls * rsyslog-8.12.0-parallel-build.patch to fix parallel build- rsyslog 8.11.0 - new features: * signature provider for Keyless Signature Infrastructure (KSI) - bug fixes: * imfile: regex multiline mode ignored escapeLF option * omkafka: fixed several concurrency issues, most of them related to dynamic topics. * execonlywhenpreviousissuspended did not work correctly * core engine: ensured global variable atomicity * imfile: segfault when using startmsg.regex because of empty log line- rsyslog 8.10.0: * imfile: add capability to process multi-line messages based on regex * pmrfc3164: add new parameter "detect.yearAfterTimestamp" * pmrfc3164: add new parameter "permit.squareBracesInHostname" * supplementary groups are now set when dropping privileges * imfile: added brace glob expansion to wildcard * zmq: add the ability for zeromq input and outputs to advertise their presence on UDP via the zbeacon API. * added omhttpfs: contributed module for writing to HDFS via HTTP * bug fixes - packaging changes: * build with GnuTLS support again as 3.4.0 is now supported- Documentation does not depend on the presence of anything- Adjusted apparmor profile based on the suggestions by Christian Boltz * Removed empty files: module-pgsql, module-relp, module-gssapi, module-gtls * Moved profiles to /usr/share/apparmor/extra-profiles/ * Blocked capability block_suspend plus some other small fixes- Adjusted apparmor profile to prevent aa-genprof failures (bnc#925512)- disable GnuTLS support, does not build with GnuTLS 3.4.0- rsyslog 8.9.0: - omprog: add option "hup.forward" to forwards HUP to external plugins - imuxsock: added capability to use regular parser chain - new sysSock.useSpecialParser module parameter - new sysSock.parseHostname module parameter - new useSpecialParser input parameter - new parseHostname input parameter - 0mq: improvements in input and output modules - imtcp: add support for ip based bind for imtcp -> param "address" - bugfix: MsgDeserialize out of sync with MsgSerialize for StrucData - bugfix imfile: partial data loss, especially in readMode != 0 - bugfix: potential large memory consumption with failed actions - bugfix: omudpspoof: invalid default send template in RainerScript format - bugfix: size-based legacy config statements did not work properly on some platforms, they were incorrectly handled, resulting in all sorts of "interesting" effects (up to segfault on startup) - build system: added option --without-valgrind-testbench ... which provides the capability to either enforce or turn off valgrind use inside the testbench. Thanks to whissi for the patch. - rsyslogd: fix misleading typos in error messa - remove upstreamed rsyslog-8.8.0-nonvoid-function-return.patch- rsyslog 8.8.0: - omkafka: add support for dynamic topics and auto partitioning - imtcp/imptcp: support for broken Cisco ASA TCP syslog framing - omfwd: more detailled error messages in case of UDP send error - TLS syslog: enable capability to turn on GnuTLS debug logging - bugfix: $AbortOnUncleanConfig did not work - improve rsyslogd -v output and error message with meta information - bugfix imtcp: octet-counted framing cannot be turned off - bugfix: build problems on Illuminos - bugfix: invalid data size for iMaxLine global property - bugfix: negative values for maxMessageSize global parameter were permitted - add upstream patch rsyslog-8.8.0-nonvoid-function-return.patch to fix compiler warnings/errors- rsyslog 8.7.0: - add message metadata "system" to msg object this permits to store metadata alongside the message - imfile: add support for "filename" metadata this is useful in cases where wildcards are used - imptcp: make stats counter names consistent with what imudp, imtcp uses - added new module "omkafka" to support writing to Apache Kafka - omfwd: add new "udp.senddelay" parameter - mmnormalize enhancements - RainerScript "foreach" iterator and array reading support Thanks to Janmejay Singh for the patch. - now requires liblognorm >= 1.0.2 - add support for systemd >= 209 library names - BSD "ntp" facility (value 12) is now also supported in filter Note: this patch was released under ASL 2.0 (see email-conversation). - bugfix: global(localHostName="xxx") was not respected in all modules - bugfix: emit correct error message on config-file-not-found - bugfix: impstats emitted invalid JSON format (if JSON was selected) - bugfix: (small) memory leak in omfile's outchannel code - bugfix: imuxsock did not deactivate some code not supported by platform - includes changes from 8.6.0: - configuration-setting rsyslogd command line options deprecated - new and enhanced plugins for 0mq. These are currently experimantal. - empty rulesets have been permitted. They no longer raise a syntax error. - add parameter -N3 to enable config check of partial config file Use for config include files. Disables checking if any action exists at all. - rsyslogd -e option has finally been removed It is deprectated since many years. - testbench improvements - testbench is now by default disabled - add new RainerScript functions warp() and replace() - mmnormalize can now also work on a variable - new property date options for day ordinal and week number - remove --enable-zlib configure option, we always require it - slight source-tree restructuring: contributed modules are now in their own ./contrib directory. The idea is to make it clearer to the end user which plugins are supported by the rsyslog project (those in ./plugins). - bugfix: imudp makes rsyslog hang on shutdown when more than 1 thread used - bugfix: not all files closed on auto-backgrounding startup - bugfix: typo in queue configuration parameter - bugfix: unitialized buffer off-by-one error in hostname generation - bugfix imuxsock: possible segfault when SysSock.Use="off" - bugfix: RainerScript: invalid ruleset names were accepted - bugfix: some module entry points were not called for all modules - bugfix omlibdbi: connection was taken down in wrong thread - imttcp was removed because it was an incompleted experimental module - pmrfc3164sd because it was a custom module nobody used - omoracle was removed because it was orphaned and did not build/work for quite some years and nobody was interested in fixing it - includes changes from 8.5.0: - imfile greatly refactored and support for wildcards added - PRI-handling code refactored for more clarity and robustness - ommail: add support for RainerScript config system [action() object] - refactored the auto-backgrounding method - make gntls tcp syslog driver emit more error messages - bugfix: imfile did not complain if configured file did not exist - bugfix: build failure on systems which don't have json_tokener_errors - imgssapi: log remote peer address in some error messages - includes changes from 8.4.3: - ommail: minor bugfixes & improvements - bugfix imkmsg: infinite loop on OpenVZ VMs - bugfix: typo in queue configuration parameter made parameter unusable - bugfix: unitialized buffer off-by-one error in hostname generation - bugfix imfile: segfault on startup in "inotify" mode - bugfix imfile: could make rsyslog exit in inotify mode - bugfix: rsgtutil sometimes crashed in verify mode if file did not exist - bugfix imklog: pri was miscalculated - bugfix: imjournal did not build properly - bugfix: mmcount did no longer build - bugfix imuxsock: possible segfault when SysSock.Use="off" - rsyslog Version 8.5.0 fixed bsc#992146- set file permissions only on first install [boo#899316]- Changed BuildRequires dependencies for SLES11SP3 - BuildRequires: libjson-c-devel - BuildRequires: libestr-devel - BuildRequires: liblogging-devel - BuildRequires: librelp-devel - BuildRequires: libee-devel - BuildRequires: liblognorm-devel - BuildRequires: libuuid-devel- fix shebang of rsyslog-service-prepare script/bin/sh/bin/sh/bin/sh/bin/shrsyslog-module-guardtimenebbiolo 1727338082  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNO8.2406.0-150600.12.6.28.2406.0-150600.12.6.28.2406.0-150600.12.6.2 8.38.0 rsyslog.confrsyslog.dNetworkManager.fruleacpid.frulefirewall.fruleremote.confrsyslogadditional-log-sockets.confrsyslogdjournald.conf.d30-rsyslog.confrsyslog.servicersyslogfmhash.sofmhttp.soim3195.soimfile.soimjournal.soimklog.soimkmsg.soimmark.soimpstats.soimptcp.soimtcp.soimudp.soimuxsock.solmnet.solmnetstrms.solmnsd_ptcp.solmregexp.solmtcpclt.solmtcpsrv.solmzlibw.sommanon.sommcount.sommexternal.sommfields.sommkubernetes.sommpstrucdata.sommrfc5424addhmac.sommrm1stspace.sommsequence.sommutf8fix.soomhttp.soomjournal.soommail.soomprog.soomruleset.soomstdout.soomtesting.soomuxsock.sopmaixforwardedfrom.sopmciscoios.sopmcisconames.sopmlastmsg.sopmnormalize.sopmnull.sopmpanngfw.sopmsnare.sorcrsyslogrsyslog-service-preparersyslogdapparmorextra-profilesrsyslog.dusr.sbin.rsyslogdrsyslogAUTHORSChangeLogREADMEsysconfig.syslog-rsyslogrsyslogCOPYINGCOPYING.ASL20COPYING.LESSERrsyslog.conf.5.gzrsyslogd.8.gzrsyslog/etc//etc/rsyslog.d//run//run/rsyslog//sbin//usr/lib/systemd//usr/lib/systemd/journald.conf.d//usr/lib/systemd/system//usr/lib64//usr/lib64/rsyslog//usr/sbin//usr/share//usr/share/apparmor//usr/share/apparmor/extra-profiles//usr/share/doc/packages//usr/share/doc/packages/rsyslog//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/rsyslog//usr/share/man/man5//usr/share/man/man8//var/spool/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35836/SUSE_SLE-15-SP6_Update/04ef48eaf34ff02751381f97b4adff09-rsyslog.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linux  !"#$%&'()*+,-./012345677ASCII textdirectoryemptyELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f10fe189269282908475eaae23364418100ed022, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=dca79122f6f156f5efa3638e40da1b6e4e311330, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9bb75062c0b72728d65bf931dca3585b3cea8950, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4e11e483e15ce1d2a42317042903efc1043abd8c, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe31c90fbae120126f78e96477f6bda9445256c3, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c285b906e3c10eea49608b9831122f13b8156f36, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1e6959027d1155d9beb82b712a296fe762d8ded4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=85e4d7442056805b59bd039ee5dac86f1cbc626c, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f891dc03e72a9d62f8bb4e2a6aa98cea637fd4d5, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=cb3f872d9c27d192d97fedd2e50b274c748b867e, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d88df44e70b603edae742f8dad41431b3d8a4c43, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=6369a60ebe638a776c8447450df90d42c775732e, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=54db9fffe572dc2c88f2e2c89aba2a7dff8ac30a, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=03d5ffda4555ec35e004dacbd32341991b1c6b18, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a8927bfeb837031781fb6cde0ab3e3a8acda7b14, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f3f59e1c016938761da6f2d28346b0e082ec202a, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=bc1ac59e6188743dd346373530d653d717b5aa38, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=26b7e147b6e009f6711d74edbaccd1b650ed8361, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f574aaf2f82d87788bfb3aaeac3812535e1ac30d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9998ead5e11acaa6645f61531276bad558cca4a7, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2b220ba31c38b5c6dc1ff3fb85ef201185a70a3b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8460001176298eef99cee638c2a9f9e01386a698, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b10bdc47b64ffef72d445afd0f557139a5c07d35, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=90608868560ce40e30c9b9387a90e7160bd5627c, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a70797ee6c0e911939c859c374dd895025dac427, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=788217db15bbd932393781b48edb18de3c24a58c, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0bdf344b3ca9888af514ef4e9752f4533d3d0b31, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=57f120fe6ca01e80b7532c815ddec4c176ce3b22, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d1c45ced25c2609931b9ffb8cf557edcc858f6cc, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=34aaabfa6ec2ed8a3e2708ff954f240d803323d2, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=00b9326bf643257af44dddae35516da9db199984, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=6416e768379098810939c5e3e9801947941a5315, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=5489e02641ff2b3ce0ed5aace4767c2b259e4ee4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1bfff56b5b18dc054b945597b52b5a60e85cb49b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3324be6089bc92dcea589d266d90f015b0cfb7f0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2bab7506f28b4ca4d0abf8e5a82bdbd6b092ad93, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ab4e75fbc655724544d1edc782a8b741e35f6a2f, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=aeed1392e3ba2c8b91cc21bdf1ea6e666cb741b1, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=99a919427c37e9b03a24f3edb84c5d258637b1be, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d1cf7fda8ddaeff630ad8ff5deaaa6e410b2fe7d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2c8c4157fec210abbf50a1e8bed0a76cd9901d38, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3d072f7805f8f658285a372e7fa9efbe63fcebc8, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=eda55a3412976f82b53f96202d52080bddc49223, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8ffa032005b44db12f0fb3386077e9ff4ad24690, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=559e797517429597241b3bd03292cbbd3eeca8ff, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=132626c89c671bb7dc07b59930a5e8a0754d9eba, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ee33e1609e815ec475a3ae66a3f3c47661fa7975, for GNU/Linux 3.10.0, strippedC source, ASCII textUTF-8 Unicode textASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)!%(+.0246:=?ACEKMQSUWZ^`dfhkmoqsuy{}R R R RR R RR R RRR RR RRRRRR RR R R R R R R R R RR R RRR R RR R RR R RR R R R R R R R R R RRR R R R!R R R R R R R R R RR RRRR R R R RRR R R R R R R R RR RR RR R R RRR R R R R R RR R R R R R R R R R R R R RRR R R R R R R RRR RR RRRRR R!RRRRRR J,(/usr/bin/systemctl --marked reload-or-restart ||:/bin/shsystemdsystemdsystemd-sysvcompatutf-896379533013e18fbf4e1f93e8f2f9d7eaa0f0801d556d8e63e04862343ed8162?7zXZ !t/ A]"k%z.kgWE ljҚkn[5 yMVhEXh%!j]٘w̥Qr92=!{>b\TMdcNAJ֙2L&Ia@?Y ˷(-h I c!Eh If׋/ A`xfphbyiIGhz{V/aޚjQ&ꖂ鲆x|ҊT\k+p|&@M>KҚQ8uS5miф%yM*WͱZGjN exj䇸K5c7KsK\֏pP5NZ}"h*p:B a@闭7mMܫBbF)Bc̍zz;48Tܩ]f}Q)]cP qoNkNF˲:oH0t#s}|m lF@<ĉv9m##mc~zf~<eT/<& ͖]Q.D&2:-mOQ 2CʁC3| l}0U(vĕ| w]v'?AyxӤ wMM]Q& V[z׋wϳlL k5! '_<[ZєWd7mu9k2з᧤^pؘ?k/'g'p/9uY݊Z5bp*a5 vfmv~k K_w@[AG+Jq),> cd:/]:(~զ=s+0[.ʔ y~_h)VNUTEw$cn/5 Œכ6U;NFL,z| bﵟ%SwW|;۔OK&(h4ڠHGbI7F[wz~rZ%>CI߻O5)~ߵ^3W5檻c9 )dQjy= yJIS lU-U璲wKv`' kjB|4|&оs]4x ~"?VRP1V2>DNĻZ1Ldtn5ܙQv)LAh~^l+&Tqg^A:Nda4{rOyE͝E"t,Q^,oVQZǿ;QE^y& Jg$e re&}[ w-,{" eݨ3d[@mCZv YIt}1 ~fRtGggN(nv"En \0l,e[ЁlUm:S#Yy-tϫ3UuZH RSۚ&SPbIgq픀o|9}/I0=FwF 6G-$XP\>-X.'FMST/K"'bpqh+Gv;RN, @K^̅@jWf#b Ql[Ә=D[fʃ:7EnvH6i?⳽ C$dH{׭$eyN':AEO=\IDZ ub P '^t2 ޾؟_1;촯^Gޚ[_. ͒ETiIp). TQ&X%AWYmEI*)/vXm~ܲDszeB&Rx=.Y7NA-6W1|Vj}I<#q9S:OUOrRgWX]vAvIQKKLV9%`GX2o M%#h SwH}Mnu/5+p#zasxAU)XZk+lga|~$w#0Y&Hlu|7";a tVN]2.{2%Sn*ҤQ`j>|f>iޠ4Ic^t4O+^-҂pmhw=δ>_l_5h-=2uç n%8Qbv}qA}59TLٺzK`#Pӳ=0*N"3;<շJ|Juwki5""iF]Nn`,O2j1FvQRdUc:R,E@'t9!,D7XmH֫"FȒ!߸ʫ}#PN(}<]F&ѰǕZ̍H#76P[fX~0WNV'#!{:$L?fOQ~f.ٯLDB(:lɓO~q5Tܨɯ Zf{bbg2#=^mqEA.ϗi|7Ѧdjg>WQt[TXraJxE{ە_^ o, jLB P19Z!o MՌPz\$ H%DN5K {sCNJb ^?زGKd+eLL-=Q#ʞ'1P4:|"&$ӧ0dԔ-YSZ7Lˊ L(W$c;Rn ûZR57 sS:iQl9!{[WPW!Ȫ*=ή< !==O{Ԧ%ljt3剏 RO5M%Y3YHD &GA޻ɔz?.?mhܨ$ϕF#0rܰI\:|G@w v]ҵ >Vi{ n$]qI`ld<zvm=$rkͫ潤cwt7IovӚOXCG]*К!x`SX,p4h7u{U$QWDg)MPXz7G-7ZlA#̓-nb>o9 cIr=kEO㷹2O\vľrŭ/,[0~bu[Ĕ(*e74@=Pg*ml6RK .˸,T>Fc +1yLt>yo6ٔz$7$\, q[,~HYLSL U>C&zvNV/ʗtYh)z9M 4K{FjML8>*5BwDZp}KB~#h\$b$ThMn1 UekrWwԱ$$4]=Z\f]c3PǖV"Q:t9b k՛!V#-J"J.ϏartC W S*1 mkxg9UYGbBQ5g)7uzgмժ0HE-)Go66H="筐3. 5 1؂}#^JiCyxGÑ9|5S"ՅxLuH; Wr'x"?пK2ɩd"AArKuUT mH3fm.}~YL<#Y5"utU9 *e%'ohiCx&ZS^0;!h_G*4s /RQT48\^׹f<ҝ9 -u'g aR^ TRڕe"04XnűD}t{G7 f?8ec:TnEB/~@3ydvO p}3QGqqlK^ cר*l>lrg.j*R9b&ᄊ=`^GS@Gˁ+XuK[ R{2: $fRyS0ЫW^xEt^U>OVg NC4FA+Jv+SoוaRqi%&2ɰtRxY?lE^lh]y^Ls@ʋ<@w_QŬX:қeWY2J< X5P<3JY_ RڷPX"0WR냀U((-dE$iN|CAm&(`̀Mrp[ ի _cZ/38X ddUx3'5=ԋD Jr=dj`"@ {3\zyڄrtG"an+v}GNH`D`t.կi7zfD>$Z/S+eyZQg(d㗈Tm+rz&/!g[ѡ|3 r9d$.gԉ&s')UpBWO04hKð3g/XƘ.}9*\q)x<J @ǩHH/I80(L#key@lQ'nl5yAZŖL9v7<E̹wP ~B|=VTbx_%)id XЭzSgQ&({(PRWJm,=ݗ[ʈJҨ>5D7HoǸ<m"+*{XOD,b|A+]UQRj@N@oIX=9sjq]XrTyP$"fȈT`VoHl v}eE0 u'Ֆa/i,L8c/ [iv{nѼ>I}_HY-d iݼLN`gg>oڜ7?)shq Ʀ񷕃tOA?-A>l^8UUB] ꮵpLwљrZ 1SBp3ȓT;5i# d`LHH2y8xȑ426ĔFzp@^2|?y՚^Gʏ}b.^l27P\uH|v e_4EKS&ze0Eaq$r-"|ֲ$i7\mc2 pfБ.dtdAeH|";i,?W!P*X',ªζ.6nB4Ett iѿ~: Γuv=!9k$vP"r2h$qxfnɤ U"&d)5mVtSr[|ljﺷ VfsjY =pWv%}4%HX^'o@%g m{"n<ʿ 6X7 ~%ZUnxJ·4x޾yjX"KBNA/&p.|KV5@hQ/~G@^2ak G'H28j>jCY}oUWH œBUb(oѴ~9aqKJ}C fǧŞHv9i qc&J!7]3h3۸Bp&LF4Rxmf*ኀ<V+􈾀s4P/]u lk=D"d:,3K'z'HrϞPJ\g{88]7#֧֦O6'U#>F5bȩh*fN/S5O@gi/i/&`FbAG?{vV0S(? BSbscW%DVcSx 6A|{n[B2[6%!{GICeP׹3tto1*G3g>NpEfdCQ ]ۄK}S! J $0-֑k[XkNᑫT kt1oX;vN1aMar0IM:u6Ea?KD6p^Nh<l};VOL6J ؚhe`{hBwf/eMRoWid%$,#\Ru#+#-hOb[4jEw8$P9*l*taD-y.$+DNd#liIN2nk:ZǺl,7irD>@VL)mm *y.Δ*jihmLG֒uG<~[0?1$g*"#~#J6t2G{{[u(NH'w|Y&θ]6W@m(5f^]۞UÝe7OI6b$::o:@vhgpyF N72' X49[DϬn l.>N{sE|yh"†=̷p \kGf8(ZĽkkdG73nX"o9Oǃ-:8΀_̓M Tbȴ`H.}F cN;P*:U8OL_Yq<Ҟ蚞¦x3p1"YL9Դ+*%ǕQTJ_IjN1.]4]DکKuٹNDu4kFSVήL/Xg`y0qQQ}3{ڮqm3eL:h'=e9qn{}P&jS\deǠMzF誥hU +dxؐ4oo꡹u{}닼J5 \?cAW!o7@%ˊ+p9Snv y1f1X+l&< V5_-7T/R*rq*>izC3V=2;KĜEW^Dv@';;. Glp).+w̜^o%7-_ړj r hr7ᄃxジyRϸ4  ʯ-oʕr(gu .X3cR"9*`ޡ2JJ㯼ϥ`q44%Jq́\)Ͽ̟js Gy mmA`aΧQ ߀8~ 䓬M?P17dx~Goc(:Ě*̰Fd]E`j'Et}s_[TBue4:\ Vzbsuk+T做AUX3ZIrVfTP2|Xcк6ԍ^E^hԌQ9Ƀz-g`"1?GA:eJ_}/&юalZ1kŰAtYKǖLc K YRe5lο)FZ?v(G;}f 9\m.5A$Y#lx- zULK%C;̾(aܐHݾlfx#mΔjP'kD3bv0k 3~5YۥkwY^LaΙҷuybcj`J[YT  V\Dz׾pm{ޛ3Uͯf5 nmZz۾9n?K)Ep5aCد.89pP=5RZLFY/ s-li ~"B$aoG{!.\wzN;c/=tKx&{OAHvd_8\4M)7Q-tAq;OZ ~{ާ@OsLThcpGHW*jnCWhNB{U5%Ix 4'ő hcR=bGX(ԡu|W\mĜ;[T]LJ&8L_1)9Qt=_+gʡjP3ڢd; 8/yEzYn󆿯ҽ?r|wꭗ9@<ܖ(`BoLо].N1xA(P7HV9 TՐB! r}Kp8^oG_ӟtJ $ДUwBxQ1b5VS1]zTZ'.w5Ӿ0$>NY6NfzQ=%J;_H"".C\dtyw6n!V# zMv0i ڛcf2Dfk[SݙIj>( ˔I8ݠTn#: TU4d#R76 0e R30doq>M+4$ s،ܙlU1,Zq;5%Z X#/}(;oJfg+_=P!K8vAVM!xi\.f HRbe9n<[ӢCLXF9Oܣ>\v)|1f-bvJ܃>1c/IJT퇨3+%o  lu8ě[zb:+hmQU$Ƙe=2/u l|IBr\bX`"Z!7Pl۩~=^kk>dGtGjҜC2z1owj7a}yU8E7aF|Ϣ֞ٷ..y8.C;'M2tRܩ58m| EGY-HH/EV'˧o /#tSfʪZjĶ9UcS &zʼnqR"qrk7]"ŖNǹcsU׉3jd_}b.mQ6WwEMHH 'Uz!&8B2H;bZםN[ヨrcWJTR|4 v0=S|b^9H:Ja瓗K/n$0$ 4pkV ԭ ?'?W|ZNBrUA}/Z#xxsu^̷*oc(V-q >~.Q?y&pO+'e;5zɈ0)PE ¾Yk>-9.2)Y__KT|PgTi$3KJd*bX]B^Ak8Okm0x`S"v]k lM@:D~E Br 3Z"$Y Duu0I|΃N܊kyu.Q؆օo&s#^nty2e=X_:2m&{S8y-uD}Ekgea0hgoC=kB5M'Ou82kʴƂi;u;Պ j5p7\$O_LڇQh@$3,&AuB{Ftt=tMU L>@(Gx[|Ke F `Ozer. ~TcY lPwi~{MYG}JIza `L YN y Pu*X[l{/ t$^^@-c #}qG{:H(S ,Y;+qKˣY4,f)?\.2eF8Yo)%MY NX'R S8R/o[i| WND u%fomI\%ٯkV9TuɋFVP{A Wjy!y}uh8!Eh2$ZXcu;}Ѱ_!3e|t2F3a&@-ah ֪tVo%B nt{:;=Y%&> Q.)H@ԔIՔ}+b{1M)!j-]h `@jD8n(ײbDUđeJ)X İf j;ln%tgp> # nM,ه7,cH\Tp='݁F(Mc.jZKk"ڐTPm++6vQxl韙8:챺~ c r:ONw[݋8{d!=XRc6"x D>&]oqe+ytԩJ1ޔ}vD6y^rmuŋj,¼ǒWĬ3P`9[mW|G4dN5'[j&(כ &M/Fn1 8E{]omnVh x'ARY$Ocݤ3D | yqxVeعWXg䵬!FSΎ8nGγPzTdDt ݣRxHuL(nP$Z9c`Bb;05U:M-pu%<~anXTI^kW&+}D.cZe{&+Y@T OT?Z-m $4]H/A& EX=6!r U?+ΰO**ɰm ܀5h_3߰D;ҔӼ)(+ۏ,a8tAC}xנ.3I ؄o!+{ZMA7C0gΰˀw3mil +`cʨd5&%R3I@Ԛ 4WePl&|e929$UjmlE Y)Ğ1dGUo!U;٠331+naq^a`woRςڡ2_;r ڦBm APsKVD'@b{&StA糛t2C/"]@l 1INjϑ@c OmciD9ҫ1%)&ܸ!`٢ L*Wjг~}:1LX$i.5?*deD XL(nSpTfz8-@E +3bSaȚNRۆcA~l᤾pXTzN17  Bcy~[!4x.E6C5#csxwcqf.j!x}K鴬2K V5e]<ֹ}~ߠVW2=#=ڂ PUZZiYG1!=>4`h0B̠bա֍3b|jlh'r3}'kʧ8#Go>Ƒ] a)*Ҵ1m:bܷ:BQNj>D-H{F* Fq$v EwuQEq[A' ٛ喭߁cϻU-Y~TɖnqNjm;ރ "Vr#bYjaBP/ F*5oN66Xk{k`^mZؕ<ͮ;jHT{Y͔ ZdK)JGJa0 w C&gÐCs1*Np>0 !濃<ٲ"z'{gL{xkmǽk i:]"U~|Y$"I8++Z`rHy?]q!lkuC;F8c& f$]Íixxɰ)n \b3Wj^GJKLnPtbC9z{D Z<'K,x9.>CLohqi!D !L#D-@> ^62\RxRi"Y&<光" ·f ~܆,չz/a幃WN^y!=}3[3@5]@A#h E|[t@/3J5_; ]#l8jlc׫Zm,k*0R 3ئ{].0=XހY}V9p~x+_BvhVϵSvQj͓^د^F?<{]Lx6q#hmx;۫;fQ\΂em*M\vHIoߌ; =zfcmW2Rrz?`U"qi:σh< i[lFAUZ ;zA#(0$v:{*G ~sh?oHWzx\<Iۼ[„㛄/y % 2/`/`@?&i)+.G@]d;wǨ+ sBy]FZWBALV[-竤9R|ī[L4Nl@X6Idg pGYNr9s욼7jɅJTj5-Yd-Ȣd4v s&\@05>"vWQuG`aA"ǭO;a֙CeP>9mx%pU%P"ḥALDwIKQb^oᔳ¬W'("/VF#~vRNw"i&T/8OC!&yeON5 XtܲzyR'4[{zWNs ) &#EM=6`,qa ģG'-IFUѬ[ 2$1F_&5DFӷ&* M2 *թE쿉P+v "?d<1 U[^~JSiO 㸠e$H ~ #$Jjθ48`"&$,8T|%% J7uf" .^H\4%5G8 y~,B\Ws;95~{ ~@)vGoY ۮpjkcY4SB5L0+2Tqp~hQ2bFx_zU%ౘ. -ljYN9`FIeU Lt:]Dba2Ɠx'XI5G۟$ ^G­ι!+=g;nʃbKٷ."hU?amLK’1 @x4>1%N1A^6W(F F@SNRA2`Izr߭O9퇏l^lLR5i/ѓqHZS9A4cIemp1 Lg̀4"*#~{9(rP1ӴB9d{8CȞC|)M *sUq(Ѷdy\2U0e",-3')- ⿬6 Ђͼv/Ih8E*44$Yu9j fzۑv+g˜d墐40o<肫i[EUoaz2ϨrEjP=}gr_3IWVđ:#e:e?0v 0'LWqʭ~1ZMm، 0FئdڧıI= g5RGϗWJncp7=n!2⒫"|hX>5d,}%b;A/2Eu _ةM h 3%c ;zhT{*:kU5΅o2n{UOdL ?@-Ƕǔ]#0R\hB>Y{k 9ʓe\U8if5=l * )qeV<f+6\b~uVxtH 7X}5mnB_ ?E+جlh#U QF /bfS,J23Y@3sCV0ncxN'CU .\3U-6yIW^q[ /˹*m/;h>H?:Oes|֐=N["\Zb}_=N"䔢nnwa W?};݄2,78$qDÔY(iFY1\wJH@vKV?d2np*P\f'ǣk+?-cuRbͧ'۬R`׍QiϫW:]'rtTHVj,=F=u0UYrblK5d[6`ﯧ./WNsűDHYv˂3!]Wԥ&]Fg=ܓZ Y(,u" xxflCy#mj*M\aր;<(_6=HP6zR0?Ul֡ݓnHɰRb8(K֍ c{L/*M2!Bz+ʓ\pAbZ9 }|M =l`Uq^Dߓvk#9(OKQџւHIBkiı{26eO8[\b0rQs :5F2ORy1&`F@YIW;,%08ȒyI|i(^j[l6NMju. ;BWF47..De<}hjXR DTql?@0# R1(Wqn [)^tnjPl-^QlMB/T vɗ*bAj(scʰ0-U8U߮3!S]X9,#1 o%*$DbDsم)rdԊE[}k}2'%T,h1LP6E `Ƨ4lS%j|{ z޿.[QD<-7dȜ}P|<1 pqf􂊘}n.aOh!obߪ[=AxoCC9e. 8rی;Uz_j' kDMIS@ڬ+ FN(˹i0|=zv$J5󕦌^)5K%!D%ӥdd3PT ka# Ζ[nIiګ& aU15ybazN0v|,2M+rsȖAf)m|5ly c9@w؀)?>>CRݽ5G~Iwet-VpS;up>`.:Yr@׀ITfS >׶CΝFIPxO(ׂWb*ϞOot7F]*  ;[]Q[`_!e8`K 7ng;8B~lߨ-݃աc3B~-h1'Wh9 2ϨQ._ɟy$ ĥO dn:8=3OTUޮ Q%ωL0ʅMޙ`#Mkŭ~ֲel ɧVpZ z:|vVcw;fy9yPu3CW^-:ُG *DᛥWֳ/v\~*DN|{MP ]cEweAi6-7pl;㉾ 2C/ie\p P96u8 =\K~JzX]N0~& -pu+F uq7zI_9aLRۼq?m?+jUZP1 ͪgnuۡU>Wiŀcddɐio=ާX#ZliJHP0mCxʄfKJP1RRUTvEq~*oU{,NW;kh xd&/}D7[)ۂF9ԱE`DFX䏟fC{!`>>}RV#x.8:[gY+vcuR>AZ>M-,%F#5Oֽs1@P^y&B;ZW 5) u`H%<`Wݖm(>2^[ȱ9~+sVfPD\I=8fK"s\K 9:By`ϙ;B=JθVGD0Zؚ7n`X!R5{Ifu-w}5pJM$GʵJ>4vDi'oTJT.ѫ;爇 xZy]| #DТu{ms3]˅9=ئH`PJ]KisBF4:6s3+&~-0-4a. lX3zHZѩL .D4y&~mܡHl?&5&8_O_r᡽9e)Da.ȆnIvidzz.Aԉ7Q ~[->43 qO`}j0:(iX)7iKߟ EESne;tA u |pW\w`|aT P{7_\u$x5OPJ7HDQdlws3eb.)!iyEpf|)gUS?Nm"Lj}c-ߍk;Nƹ J^By$ ??~9#aQu&ȹyDDUF{|=d,1S7QIfф1H?Mg H?ZY;2<~+UQ(ҴeT4 ӓ4`x.)Lo|h7d|avGne(id%&5 φkBXuӓ:_v>Ӛ#%!_baӦnq̱DžZi{) rtC #A1s`c(|&8 g?[pKo3Xmz::vk_m0Yp#㞓ׂaeS` oK!04C]l*r47\b +gARxbvŃĪ0,!6}.]]vS`>Zi32Z^쬎y7\ '.soJXePs=οRxO\.+ \G_ձ*9"y 9}gXH-hܨ{8\L&p"ZѶ<+EŠ,$C< vVmH@U6K{ 'r#z"/ Ќܝ1Vj%74iJۖ40lKܪ .fnbV*BH:xQ*+nF`TX#5z_7`i>Vli]pmɖKLLL[5A8xr/}xp͝ !PbEjFK\;wX.>Sã+oyUΎ{3KE'>G%;;0w.8NQC]X=;7B/= EO<PQWp;p+8@t݅nImnƸl}&'LJDqI*2m.Î%],0`ON: \A)̑ L’$hntf3ܬЦs笖H B/ y{CqcvOseؼB/#ҥ}B.qD#uio z*d'}IӢ]%BLw,ŝRkse5Nc7Iİɸ[,bh-+ó)tݻH HN~c'>,0 3y)eOa\I3 ϸzjMgF1j[U/ }r#U6{%{~o|ȏ}ԅ݀j},OQ3"ZXQTuo/ S{%|Is 2ߔcP`yޖ!T@y $*xXƁYofe>._$|v2b>^][wʠ F,EfasDt}_8xnef@tl 9~S]m Iv:Y,ثPmǰ_&EbK c>@q䲹5&=^0(E gF z ğo&g;nё_Ci<aT~)օ:Ctuwz^u` _R\sJRYMNfMu}Qr΃Xbfƺpf ÿnDa>K]:*&$Zq kgACՕw9nEGZ)D>6=AD ^7:|٭㺸+ƃS!":(wrxcQ̊-֭@AjAWԬ{Zg8]DwU2X/Z/; wY.$fm_T!*;ab(I|a5 W-tvIJٓ:Rfa}4Gx<!Ms];aGzx˛)I!wSJnX hcw$:[Soj°l785)탩nJܒ0(p,Z%I 017:;y؝b:MÛ8]ؽlЎ!ף4I @4] #@cK6;XP9vmkx &Ӝ2+3hmU@z4q׉,eUf5Xrh5!/0Y6]cRP[8.8/+VU}DL?&ȸPM=GLP.f,:FxnlJZ,c =TTϤ "JC *4>xʅ>5D\~ &$rnmܳ.qlsҕ+!<[FیXQq>_Eb|8PO#^Zq[99>*+1WE U3~S`l|DTX!z0W./7c#2dئ<[%mTl-CKut>$y .J%dv#4j\`M6Aecg=7"J=:(z r^jUwz͎uvr]3ѶjW-g0xZ mSkgzF3 bi#gmވRN!iO}treN ilex l>!<_f!wQeUraFfLKU: uoA>g^+Tl{U:\0EF.:#ݚ؃@ebQv!kKdYjHj2$##;7: U_"ݦj]9fvFMa?+dDE̜63r[ 2 LYeb둰]VhŮ>AMA$@7[z{([1,uEUAN^ s~@p2JYLceMo9gE2R;iG; bZ4}jTT. }~?2qşx  O6j*4kȔEu"#0h~Ƹ>nG2`32K5V@Esrn"RQC% 8(a9,Ռ x:,; 6YJ`N^jORJ^ƇoeDV Ec @5%߃&^v2aDJKzSG-$@Z*Y652 K6:sT]M-ur.;B2\F*: O0Oq%15RAH>;~G X"Dt%է6P6PE J$6_2T[U89IK]; eH _]\sAdZB};0o.3;-0ՂMR^UңwB< '])ޞ^;L9~ /)A,Vէ7m>鏓]CG` <ѡ1Q. T}~0y58vobPUOЈۦP6:څCrE 3uOh⢻u_2x|k'ͱE酈yeC 䎂5e'C_?6}v6Rش!.iq3L. sci=a՗ 96&KwbΈ%r{MGy"ӊf^JˀqҔfc(XTv#M9Ar]lgp3ǤƒF0`]{aQA[N|Y zcӦnX @̞iJI_o߅MCG(Mp Y+Uj(HY*:p&gO2Ρ~Y0p[>&,K娞:P'{9G$ak,4ĺs*~ܘG<7Y/;7i<<=\ڀW ']N=\ k׊ %f;v;' Q,*ItاiZ`fMMQH7/K'Z\3ADiSF?4Pehr$Y k@aۑxMFh]\B2JU]|7H&C؎R=jwRI8z+B̨g,^t uѓh'|ݱJ1L[X2s5+rUcҌŎ1؏yH+gA/o{jhݢn3vQ{Axb7):`;W0>ӀqXdy0YԏJH6 C/r}x =z`dJHԟ!XcXu%Q~ aنAْz Vɲ/Q6փ]a(q`UZyY Fqa3傫* buŌk]l re7zK 1,0~IBt9j\ M ?Ȭݏ7qCf HםY| )PEk/WCal3N2ޠI>ZJoXgah%塇>.Cxb_ ߂\p#2" yfċ**wiƗwo yMb4·͔ 9›{ªTm:( eP]^Ax#//Hê:X$2'S߶_p)C (\VH! ڋvz'>MQ-Rr@rUvDz$'08wD̰c ^~QGÑ\5}Bڰf l<kMSvf<=Sd=Փ7*ۮFO)2&&wxBoQ$aQ=@C+V]_ f~#7؆n5%Ԭi[(CӻޞylƏuWG_קR RK[p I<)1uL~)MR= |>2jdY'GWZ+IO'|]M,r:]"AC%|j%8sWEy8` yv`@h( F=kA6l1'd+v6 kM$k7yC|(stF$t.)p>$Jg.QЪeOƣ fynrz4aqѰ8ڝcch$_OKoCIc`3#ՊF:x'^7A-,|z3 Œ5ˀL>9VWFsi[4K {r%Μ&bBoYW](UzgBvP*M1eqajPBϨ㱗˼yfp7q`CL&'eCR,,"c鍥_7yALL8Qs ϫ;`uM n#UI3`ԪC۝&WHݎ[O`;2,Q4x>f@+ xf<+`IOc|ons VEc/BOx{hXėH n\l,B,#,юu}CsRNN}GC!DkҶv M"x; cFbˣ?2o e1 Ó?i&=+D*Ix9USM V!u@p1D+-O <`Q} A,Wh]<CR$mۖ5H':TTݘ@9lHJ2&W)V{gbyIH#ՖeQtOVDxMj |2ʅT7[vi~pS w}IQWs|SRZ'[0j\}"ИAn؅x&%{#oA7NcpO.Z9nt5 Lh9o;=ُb0^$hXԱj` X*8%?sWiC ƃ-SS m8'њWa7sK-/º\ĕ#tVabZ;o}xJǪ3;12bZ 4~B{}i0 =fTƙF4qI]ۑ򎊷:(ԃmu]JB0ߘ4{@9>&C~f a H=pqg!{A4Ii?A \vabҝ/QtkIfuhdzQ=W 7A?/ҽ SJT.Whl:i0(0EsKDHMD^~ !A&"Z6Xw~pA,˖iJt|`tIYF4|ARNJյwA\.uxE *L#WFh|`:j"_,[m{rHXBSN{mo2)G*8x 6:ّw=TZ|zЫ'w]ZP 9]U+5\Pnj؝Do>XR zkbv26H͗b >,Sr8]2x  HV7\3).0f'{Z2R8'NI\W!ܮs/-e t4y[C?`/Qi ,'A 䝠SR{F <(",t;& )Q|27iv !,^c%mPuUQ4kXeskuɷr2pwBJ)>uIS0&hJ^~_d *[>V V:et \SzЌFa8IU>X;XY|h44 lS_ʮʗl0 ai$Bq`:#u扈TZpf.QQ4^NpslU,.Jв5? 8FQ7 6tF5hA22%ԂDJQ?nZ`w#莻RjGYĤ> 1Rr렓Ss,}hpe4 +d}l-~+װJrLiˈ~!ZQUԶ^/ = _~G DG.+/it&ј hAoV oBXe.%_nQƎammȰӘAf4F6P@JPC)LNs~ n^hŜlvC:.F#%kZ6]$#m^U=F蘓fl@`x<!50OKWS\t}{˦Nn~͠9.VE]Ir*}bʬyC#͔ Cl\VΞRj@[$5FqVѤA~ &keT‰7HyG gb6Yd¬id@ /vmr!ZczbewEF1늧flaZxLBXF0}9Z=l86ԣ@VԤ\3[O:%/xK$'*z]op0Ya-ڶn{rLɠB(P1SP CA4IXϚ6ؠ1 V6ݰ  rn#$QHeW(sEZʜԓ^Rr9ys|'>@GW+܁;`DPz%#v?m9 0?; R) b(,$S~0V ųEcHΠ{4i0f$ [g>K_IjG)R4懇JIpou<Ӡ ) %-%Z%^Gf}el]UV`޼a"a 0!zzbϯf4t?@Zuv]N]=5Jb'&"L²@6pA4 \X+JƧf$Pӊ.ʱĆ Cx,jEt}Pϴay UH}AJj0Aw|#ce,=AIZW-.eK܈.*qgU ?7>8\z+Op(tV ([P9jY(~"9*i!#OVI8{O 3_ݠ oa0j>)vF sΥSk@( TδC}\r[RШ+\VϤS!mȃYRF4xC+)'%B3tinapиFqlb{!]7o?$¶BW]PɣJ[^eu$%P/n's_9{8dܚڂe\mi){AkҬw}>Ie& 8[rknERU_=d|Op+j޲= R:bj6Ua$PdbFJ"⊿&WOp/8 Ⱦ@Iw"xIA* wӌz{Lz#4:M,͆$ ;sq.Nc8 ({S(Ć||*|lt\s{lQ׾#&ʨ*A*MӯB5DG›ZY3y iנ˜33Ķ}F{tà⹆HC=M}C1rqǓbSB6S E>hU*]+nղ(R5g5"d14;ܫ0n pLT>f =9S=r|AbaPsxm YrA㫨~ BD D[[F ub1ĝ:vznlT#xX#2*'9ס>XA%285=vbSyp$jٟ=ՐA\ܟ硷Jrԇk9pY'OV{iv9m_Ö7PWYWP H/(ոL}íEz=CK_./[uֳùJ$tm:m;hce-(]xi߰Xgu$f -x2vk!'p te@`grmFExw& /&˸O'9w97*O'Ϳn'W9~cKƳyiaӕ3\pd_>wFQ?#[]9hWW"-BB7j7<r.Sl*Nj ё` ӺM1x|)2p?A ,B.Ü~72agMnƐ4]E 3f-XelAV]==ȨLNR_ky׋Du3T )^kkAS۔MfU'ޓySI0l^-/vE*>6g)*_޵(P<L#_cRä֫ZX#kRPB E7-11̷h$ }[{oT0vEopB08x{vE@5eup8#Tz^7A% e=۟ vh#D9 ;a$\1pym^J'F]_BA0#`/=DrQx`lZAJtfoK.ax9Tsv5*?)݇QûZ20 sߊ 0Hu*Pd5/[ Vx&3}V9jF$=Ju( SߣhI)UX >OD\~s(*VKj20>)KBVqC*3Z2-%@U}NŝZ>B,(XO\2$-gt5KuTO.Aʏ:ȍjqDtKe~c/hSgxNVSBdB@z純¶kgT{%fW*_KlO]bn!MT)*)o.2~1]^!]s呌ms6攱ōnKI:PS(T85b8-1 fU ΰdTMzнp麏84 irCuhs>;|'&42E>蒨 K\Da{1W./@I4|Do6#^VKbCz'AUV{?wY|"0k6.4r|Tu ˈ٦YKƻQLẃt/ dl=Cv3݈/uF%" ԁ(":gnQ+CUartůoT3Ct?4vG;0heϣY+?waZb%X^uTWY  lqʷG61٭nr?Ld1RNLzv"H$`̠<1 QqͥNۑlq%ǖKG;5iX S%F>LUhyac{%&^W>̐T-#[V s}4L9eblSF@hw`xHr6@IT0G .cwZwh<[NhNro7X{Smx0˶ NCaCxGWW(5蹬_20 C\?{pl`z"S؆F/<`|ep3k% ?S6V#` ݠ33XKȎ`CN[E̯#@Lݽu ^?bwTeXBnucKH?ŻrC΀M:ĬE~K欭&Z$W-A]D@PZ% 0)q(h,|'#Zܺ Uue3<q.ZQ:m]zA`LW`w+>?؆=|K܃gSt23%sun!e>w ѡ nygP]S.c UKmk͟@24A `#LIZ.詇hs2u&y(RV)WS3BB" ĞsUk&Y֊8$eeb1P>sxLs8m@FvU\։eԼC@ՍQS P y ɔǖfLOҭGO.!{vmm1%rc+Qm]Bv]Ip7 ?w[ޙU`]@W6FNwg>&Xڦ{euPX0-ڶIYѲUR%`9z(2轫kѢ[o,uQn> *ȗlÕqޠߚzJdrwt|'9/_֪H@}P U'DSmw#iʽ'3~^oXunX&xgL̞߫@l#RD cPI[hSkRC~=D6~>mURЈ-(!OOz¾70w(_"o}< {YMqOJ5|18, q5g?'װt0{1D@ͭ8$4raҋ]N}vm wD= \*!VF0+u cSۓV.>d\F@.z~FYx?%(WBsvik1E-f+<>op =s ٗn=&'9#o6b[!َ{"D&0u !bEEegz`kh dojv"]2ĸ$[Rs7dsT[V,X5Qo&0 W˯8u-Oq/1'WRNs<`CDƺ98柤V:,퓯̗xtr~uKqfb'1PBeeq逜jCvZCJM LjQ1NEEJ)WWxQP]$ھ/t·S|EտחVWFYc{\| ߂,k{P >eܯ:7T7woF;N_Nof"v Q.Wӟ5{-QCV*0bɓd5 2M?mI&'}48EZ+g 8N=DOJl^sZ4SzW3f;֚F]QxuH 4tOщ1m .oerM f:Ὂ5:Ie!Hlr# d,{gVyԡf%VD= ovAD0s#BRp D18^_2\y:Y /7o1@4lp(|F5;Qg=f9tԲoBvtrʏ&)%Mӟ#|]_6,c# ! YS4I2Q723)`}A{v߉ ^iO3M}ks/za t ym%HRz7G Ԝp!L՝8vʉ Zys٫9d Kv(=pKᗜk]rиM[]'My7^UL^{3zLR`4C6xz! &`PtGTOk86K\*KmBZ#=^y`:/O $es7F J6೚{UΏeԹKdφuTF<]鱑ؙ=q>Jbm}焧Y4iDk=yL[ ѡR(O {ۻQdn-+)+hը'Wir8ɿ|ŏC7GJs`S3`S&~:ʢ?Qvrq!H,o)4S6|AUQ 6 )>Rp.hq⵷֣}{j E)~䷻hzGzf/ Q2+{~v X>,m4z^~ee9YgRh|\OSuMs¿v1v%3ΈdiN?(LV-A0(C#f[6b =e""}wvKFz/!(ѐZ\gs ~WxT$Y|^+zf(2"c`MOuZ)CSb9`nNj ۣDZ:c=V-*LTr*2GiWuRT܄S2 b=Z[F,Y ln VsZ *U ;@.:ghޓHvƯ/(_FpPAQnhՉ^JUߗT" FqeGDweKih7|%@8rq8v'dO pjV}L-JXi\r:|p-)=Q*n|,qttabd5>(g]hSyҏ HxAe5 {FD1~Y$<:ܤ]NX<.h|hU%3=rP,]UkCu_4 KOg5U(6qTYKW`( X_*ZU'PLb\TF @ GsE-K2_ԹikVFf0wS Cz;ZhW?|o{SGҜV R55t\<3 wH-R*9w:СZ 8I˃psYƨB|*Iv~ps5U Fu 6nADhmX6 I7GQ=;2Mlć$o18x;I.*WԠGOڶ# &y=Kdj#Y}l!ԉ-2\.'/blGPeUĜЁ-%~/n'KNVwe, #ĨVnU7HҦ޵vP^ +.z>C7?T+a&q3"S{Γ'Vƻ, b10=|ͤ}JR~u=lz6)pB-fY`!̤uq#xl?, 0 hqYJ5K( xS`E6](wh_1'()[f]BEqU.PW{ @OjwRܮQiOF75Rl|X>dٷt!&Mbγ9ޟ""JݴK)BVᢔiYXN{ ~F|]1FR9dEPr?֐)PڝHx(m/zw jVZE첓:^ϵa FFMuZV *̑G0JHtF$̎IkcaX2dmBX&m8ǍO}߰ Үi_2pFۻz˝)MX[U8Eh>{s٥lvPz?0.+mזiŚţ!2Me~w$iB~* Ev< BVc+wȠ,KYs$nzbV{Ly[LX(UO1VE]<2vTP"> ا7@00 w(Wa74٪З9*v_|\}G~W^&nT΃jmM!<@>ZQzd;0N<\zYCD`s/ɂf.+ԓ7؎v)綔mа/A~ƚ;?T6:G<%̊^m7t!:n]Q(r&lux>v &ċ(H6w*j(4t|B %PzRclnsg\|RS :[f ޜRq''usQIGbt,Z̏S|GQGuȨE#+*Sdz6kkSC@dC=jI; =$d, ;ܐ,Zż0r@3B-WdeDP&| +qJAR>V3k2œPu[@W1!i -.y>؁~Ш_퀈ۙd?*p{9 iyr@/XEb`GsEo`w1~1_H_;}x HHJ[9z¡8;Ũ9)F4RܫHRv nc~ oS ?_Xϣ<> e uU$!iFAM `oB~~g?S)} _dZR J?V\"C= ;=:-+LE3وbT.k3SO)ք~%v@*2dnqGiZl`atz ]nkBXY`F?^{&) BE٥T9)r x y_[=&PX$z It+2{ʊZҲ+1)_ST7?Wa4ćmPm{:V\j+0e&?Tr;բ[/;},qC<p SVTao"<ޝkطPҶq l ˮI -m˫]?uŽț < _uӏSE2_U%I@]n~ÙOh>-34qx0 OVo!;,(馶1PjgiihPsaNm]bZbK=ean8g9N}0ඍݕKA}VƱ,| da.טX!3_GБIg\]$r7ZcދR6:DsN8Ut9ΥB5㟐mKc0_Z_bSN C ^ϝ:R,+fڔBsy#풻U˛Vel05{rDQl E!_@1ɚyuvf 2]cBUf XD(D ؏x%(b]ԣ ~\c۰~}G}lg=VR\c]l-L]u:`|қ-opOA7fdVa%VoɊk̛Jw[rzskT6ܛ n|[su;f6nǞ)۴^=Pmj0懎4ߙ SEUimjh sOAX6 r_?0D,ԩk?{,@&]Fdϴz\9Vx)Ve~`{6ozЖߤd1H툛 ˋqrE )}tݧiQB>!B*Cm,>?{ʥmybG֚-ʣ…|VùA|B@q.35"ݗ8˸ƞk Q9):EaoM8Wa s=uZ @_?NH&ʣ0д1 n/b|P&=_>0 fyVJp/CN8{;Ɉ 9Cpnb(cNO'^;;?FMTFb~'w )!N 9XXM\/w92ZWf+h臗cj]aʑm9fwf' p478Ĉƫ.w5YbMpxnZT_='8➄{v)"a~'v]"y*Jmd& 0V1HhNkȚR;9S\V񁮎zlMkZ(u=+ B:Vw"-X|dx?oU _,u{ChKՋu)-Ǣly7hǔyMz5G l`b Hy N=HuHȂ񖥸$1.uՍ]xLa y?٠k_l :u-ҼzA1CyFMv,JQ+05@8^1tTGS +JN8jS pӍȨo.M1}1б~~_ldW[ ;e1) BVn8pƛ?RƱDc,FV(`HIJIo*7fCK=;aTt-t*RJDpBJx2տ'j,'VǍ1RoH#Cs`fьtDn&2t\Ft2}@7EÖZ-;ҾfOm5ƊYU8PdFYdq0Bix6&؈kOt\4-$WO+` ҌKҝk&bL>Q+^>pE)-{dG4ͱXDWRh.6=HC7ig }7`'%UPp{gZB_bhCRuԞܢ 864 aȇN SBc|=;T8_)Px :A}էkC_B+&`aUv$*:c,NGp,x,[8b_S\n8d7?'CAwL's<,[KlP].kIMx~ 5y9=;.pl= Mkot7>_@Q~hƀ+i1Mxp[|])v[PcN_vYd;)pC sJL'ЫԐ_|}K.A~oS*c|&3k{ChDػ+'܅~ŎBcadK?E߯ 88ɣйL{;mzD^ُLeUbJ"YOI5p"hV㵜}_kYn=lDrwkV|e]8뺶 O>JY8Y '! 5m=Sf]qЛdҿviW; Nx (GP2dqp&0-e/3RzUY5R KPؕraM)1z iRPmZL*Qf}* {ң]r*< ~˂LRlmNmYο\V{fIR>Bx M gJrp-&ҬT;N8O~V9|LО?Qe(BMT|!oTgvNuD,'5x7 n|^5.:N,;V]IDQkY$àT2r.L) VGͲ^3s'͒qs> Q[3fUcIuNi7twh7 0* p`J)s4ڲ2Mׅ!ٕwW6vB/_^UNAk̍.k"T5DEq@;U?gT<;; 25DAe!r8&F_ezܩ~oA"y9ABnsCCnQmom1_lm_HR*;OLD\ha},A3YSXz|)TY.gWo~A(j#S=gƟ:Y$۝F7K!ٳB \h9B-wl0,{`A0oq'X햶A2WVCݥ NHIw.۔ (͆\(1394.e:dDs}baB=&jM(Ɂ Hg&@[ D"nOiWӊa&O;PJbP-sn,QF;{I]/{˅Yp oԦ_.f]d.鞠'gF0͹oE~ ub M~ ɬR%VkÕ~r'HkFպ5\ϭ Zn4ae4#~mHcI!J,ioa>uN|]vl(ET%e,̐+^Nv86OJvr zx?+g/ _A ^ z6C*Ri. >xh"mdLHza'`IC?Zirő !z b-j #V->JJʫ ,D:`DX@#re'A#\5l)"/e*Xbl^WT}j(ky8":,>j qȜ^@yJp0>K^HSjHIg"xѤrڵsCá(b|'xs" b !0Ikou}Ew!Y[i1 M38! (KxxXƟ41+ȨkL=RU*/4.n~L!ۯS M0OB12Ecy=%> T£_e^I&,MXqppZq8@Tr\I#dBz)46Q*,36r%IC^hrZe[ 7@x|p{%UB-e/u3'Z- IƼ[ISm _ڟma5h*yX[e/ѣΪFAQZ"| }\o% AlazH!S@ns4 U,AG9462UDLo﷗*EIXaUd;BQ DC$f'L?à;Q^-TL3*sr ]b?eIRd0E}DZ]زǃ_GyC6pig.(BW_ֶ':խmƴY-ևwaiGfN]7ٍc G"^6GUq'K]܀6O"A61<7סouu ۅFf)tJQJy] vX3~r@]5lb_ çn46|Lð҃trE3v\,bM7Y ٮ]Rif >x T G'7TΧDԿ"{я{<@I񭵴( psǛH~L3Vv=n;3`Ip%g]tO$gqF!F/cWTeS-?t'/fZ\Ő_gbSO+Y=5"G/#ޜй(/}ζ‡lE9Ȯ Dp(RU,!*aOԘ)d16ZL\MڥeX#P`q$~ @CA:yi;;>4lx?g\|\+dfPƒdj(f<#ځB'5UiL[(̗ Lr9rWb;[ɿHE600fUx aI[% TnVwOW9Ʊ(Zґ{\%)nF58iGв1iZD'-RzJ(SkEN)&RQSs"KHdN")Ju5u gCi#U8׾_OՄרu8b J]Tcs+6z vL Z㪻e# jn2$2-Xl!Z.Lm,$än¥4@EoB`Tll19;䮞ovd['=޵y~L#ĭԧkChx&-)]8 d,/}R7o"5ǂO.ݷdH9CiVHҽSnpSJ0y BWdRb)4,C :h/$8N=1ŋޡM.!&{nzT]1`PK֢uK-R&6U2>]d̚WoHڠ|Ib!O#-Z{w0:`%ǘny|“ruJ.a TxZ7B/z%p*]Gh"y]bbE]h>Qt/AKT6Osha1 ,LvV<q38Jz4Uq,:JIGp\3Lvau[nM 3gH^ yI*`+bAkCX,ضfpYz}O6*'n{0.pi~P2#h6bP;)8ܭ JL]mU#~R@R9 )jEB(Sg{. DA0yTW;jNmyIC̤h`dDN0S ^Fv!ޠfV ^?v*z2w2l_ ܡHbK2~̕}WGn,eB;9!$=?l6T|ŕ[:[ F_.7(&%IQJ1Ҽ?xb{]8sr˞'+EV887b*vΘA-6!\D@cX6Zz^na1倏պ-d#>PVO4u 2BVԳZ@U`zdG6}hX:`z# O"pGaTg/B 0%1` ٨,?h{'B*Eoю.X!Lmdy\T$*ghp _[*?ujܲ*7e |N"ƞo ZuF6I碜a'X*%R1&{$UeW ƦGut'2_Ei.9:6SТffI:?4 (E-P@V#J0!- +q&:B,E4JD$JYA0KE>dS( Ѡ9t*śS 3F%Ш[+ wȺmz%S )>r80V|0)0َ0}]tZ"g$&kQlWk|ͬMӆ\<Ny13R>̌"qĭ5ԪcW\QAEt|k[Uk9G$c#e%Ε$CWw^yb5Xꊔݖs֡xkV`SiYQ߹`ULH{R8$-:yG@btˆϠƕhIpc QB%--ZUHGG$div_qcE`&w+.PBπxOIi%;g xB3cɅ"p" H'v %и+aF PYéN0Ck7N L+:7d:cҎÔUF%ZkY ;sE-:9]H+NyV޶tDjq h&^ăp>_$ Eڲ\<U&1א\c+BpZ_ԃByyء礕 z,<{ S틴b֓jE6v9&+ΎnRbn9ݩ.\k/28am^ BFpF̪ kۜO%)' A SvAZu@>oީ-JQcq|CE;AU~&\F^Pfs"ê<@qS(58` wNB#_⽠ӃG\^24' f7*o]ERJ ?ihnm.[P}VIitı!"Ӎs@ ܒ"7<࿒Oد& &`2Dw!C>Sߐ?u-6dF+?bY(΄%GtCRd3IOAFGT=ެi%ź_3i!|Ww/{ȫX1„FL.Va49Cx$/{FH (VsjΖjq6*OKTdyXx -@;LCn'jv%@Dߤ#z=>225=}aksHgT}OBn"T]CGp}M.4̩Ta^ 2uUEIXく{vf#mLSHPRIؤTCܶ%dx# EI$lqEApjlgi%郂M\MTGF-lw3#j^Sk;IKZ!+ے_ub]2Mua\ҪOc$48uqb{۔N}`>Jd @Tҽ)L |QP Дv>BХx(d5 +9LqzT죣f i/oQᄯ?V܋³"q`ȕێ"7K#|'Lij)Ie!fjvSY"I7].IFjp7 I@:Psqn M kR|m岬Aq`?x Wx/0R~F;:t!.x2S̭ǐ\=NWY2F{mP\%5F דQ4(>O?E G2U#dY!\肠[+=А,1}/ D9֑뛐m<³. ?Y@HL3vK4}&rmce!J5wHP  07KTӱ-աScXۻ3I7Ple{z偌kV ־U^ڀ7%-{{aQ qޑh( :ЏM'~[ϥU1de@VM ћ<^h!{`P.! >3o,Spi*KRYbF]/2Ospr O;E<5X4 V,Kg4H\ߐ3dWx/E;&Z,UA =:j[S+!H%sqkɖkzLaM,%]dG=?'{wC|J|dkO4O3|;2=l/<i 8-Oq-9+MeV ȋgCV ͷV'Y\Z&j9;6b}=e3SQ c˵HŞ%skn4:0Xp NZwt .wvCꦫpNcM6ġ`9#tL uK7 ո8",p4V:GxYȗlq;eHynqwU:/^4$zBIa>=&o'`k]FrFw9P[1mfrDg~򓒑SJcF/BT*D8mnrap6mGWaҏ|*e +HR2ߤV % z/Guʝ%]T-M[ZSw$ɖȺNO}Q0 ֫YX%V?%"<B"4C#*RNhf$5.28Bi/7@A\q$=_!a-0NS"<Ϭ !~ΓA#t{0@G tȽE W4% Bh)SjTr.,5#`fY YO]fX~wV|cyï6 jghymƯV2[\ rR l»yg1 —$ uFzе%BUPu[ڢ7ÄW"{ aGLsuWWf̌:+B=5kZx[3g[ ͪW&(Ҕ0J4Qɺ `S8ޒ5~L_#egPI,u u@M-bxEL>J/!gV VdmMm!~mEv@EY|qJQNS'[Q=Mk1(hᵨ-΋#)^^ㆪ婩Xz%l4uܤ/̱S0X/uٚ~Rо|!"{LZ+qmO sb$5d|i{wX* Bk sfEs;;zޏQp/xM^]fAbpN,Tzu;I- [l߾V9`]5sjE p]_U#ۨOZR45HIMSxs"'љnT#՜RPxNL>[!]% IC_>3|Pk>c#?`52"jM ll bVl1rTk*Bj_2Y|ĽvP s_bh=eԣIvR > {cqICZEpWDmV}!M&KK5,7"H@ٹxs74a^SEnVl.x{6LΚbYRHbTEm Q ~Ks|iDK81EÄ$iErFXS/N"l q(e<rS+!v^ҵVcO,J 7Y$kI0M˵fbb,ٕ6U V =;ȸ0/gVL=\E! {TQ炵{$}Y 4'HTQv9[%Gu+p7. ڨZ Lr?{".~ YXPXat_2qK+c{l,QGfaqͥ=w"5_-sJ-uPvd4EA TVG  W i/ GCEͼs. <&{2H8Dflڹa{*^T?Y "$) +>9JMG㖏gD<o "1$Bf+JRrE\!>s$%~4/9ƍA }r$^{`T/z|Cҳu#*|$~SĊx u^Y ۺ(༰?*Rb@Z*e,"xݏK-:|7PB })M>h(k\x%CmφJ0+Q줩#Q nH0,ڸYY=dHXcx% {M~9‘sLmlٸsD@>OGfCS6'|yj/=.#mψ `%<.A: C 6R.:#U,zp 1ciR?< u]GC7{A;u/o_YPk3 GkhT=fWVs,Y;GW.ND5(̠945_cʞwVۗNR{JnnUpXz幟s4 [  ujyqQ#aWd${_(@o9=:̞T̼`|7̖[yqabIR'x3|hTEY8o";,XW {h*=x$(Z%9zΔW(;v1 gyT25n~Sz%]# Z' '6v&BXҦSU#Љ#@}&Ky3H "%g-:3)h^S$J];~958/^=A;>`ȽX;1!6CLt;:@2tn *ظ^j3S8 __L*^JnM~LS.ё_IkWF%]pIF:q9=aQ]_yD3Lb-yG 7G @݆ȯ7 q!RfQB0|g?#P&c< |M:{0/%<ì.ܑeRP?zH_k쉭Fm M}&w RT7&z8dKS`{hNbY&⎒ŇT^< }ւpd"(U~\ycGQݓnbd:[*S\tK #8HpFQ!lIߓ`}2&-J!1)Oo լB웦<3;t^ .>w˂⨢ ă7vQ٤2E*&&1Zي^'V$Â'*c^Ae ʮclXMkj>n{P{W{AX@.ǞrUJ녽\H# "!NuHd!`I`"8ܵOpt5\ү?M w]oިMOɢMT@_e@߽-ggvlPvIh.p4ٕѭ(hq.RwЪ6XNRLJR+O<54hhB.w2JjE>?0aYtqkt|=됾sbzɈZu ׅ>4[ͲcSkQu=:FLG+.9Q{Ͱ=T b3CBF1+_d~GSz浰Ŗhk:X< DŽw̚BVIFy3} θ,VEa@X߿ҫKZ2~|E\,} ͘O3L&Ӛ"JͯlZY'jy$w!\XG@iE4 eC-G&Hbjr;#*W)&uxnF5bKHEV;Xéĵsf#ks*+5e 8ljSA"y\ o9P#5%/۳$/o_ KL+ne01c"AOnr K~'F;on/o@+\+O{ a YqLD2WQVSfDء7ӚU 8Al{=~UB7'*xʆY78S!w=au%wd&CwC~dbo{s2UWMq)L} Ɏ̇ݠ=]&/GdYؕ&-,25<NULa*vûֳN^[' "7!2o-Fo;A1n@Rn#o`] oC,]3\LOc!p 冬~  ] .1=$1SbLFN*ʣ>Vɍ3?nNdr 6#'gQ$'}$Y`M("-iloEe4&fJSӴ#vKF"-ݿu?Z+EB7ۊ^~6F/-E8KP ɖDxuٔ'Bbҷܓ YimuPZ㈹+I[̫nܬ# ѨnkOս#X $*d㘳 HqP?~M,Rx2f2O=K^okd\:LQ.P'Gˣ=۩@}y,[`@Ж%q3X@ qPi(jO!S f,s~ZDF͗9xq/;mFۧ]elLsW(?W #F4iŲc:9Y5;J >iAawK+E9꫘ 3{_jõ[﵄ƗvEplBlULjd9m@!BCv ԁ~^J1e b)"<]!Hoj"M34b4Ui~76p8{Aٚ-n$u[̫="撽ymV j/a╰$9Vr:oL%hzV[ޡG`DKaMiaWp!S.B'QTlAgY{U'd iPуYy-m6Z2 eahդk'fY'ßqʩQg#|u^2MknѠz*}X-׽ ).cv,M]9E/evlFQ .b‘+l\Lk>af=QnX?Z)i( oNjS?lOP(΅:K0dѪ "x׸S#{[Y>t쓃YdAWxryvm8p}!cQvH^o HN2ۭ,uα)4S~Z>pRahh5ٜgBO Ŵ\ .bdLfl;:z׿v@i@ R !9NF@ir19Ъv_2\m;y26&I]бJHU*YJҸY%9.Kg` imCRr9'Ϋ륬oifqæ^U8dug)zy&N螽+oMQ~\g-%f&Wq<N4w>D n޴%HZk{ 3n|N\+GC]?B#ac9y*aI!ao]x.@ W@v|Gc6̎7wbymPfb:= SkhW t#joݧ\6z\$#r$mN#4NU9( cCa*uc/5&bCZzzMa0t>C})TQ-,e0z!3oCϹx3 7Wȅwe$zlq1!]SFpzCE=ji'XK/v/GY"o;44yғg{h*4CtY[2g2^Kwכ{dEg#wk:lNjy*I!UljX%G+*&X"9LQላ()&_Ab{XU$*Ze qo h%.wW)Wc|9nP5JɹHc3/,Q{0 =|#!^O 9P>8pM:7&/ZVq؍/Hț͞' eTq C*[avja0r|*9*@mSNjLtӶ)NI[,uop,.EoESfi71Y^-+zOQV1AĪބJ\J}wxpVn?bLGS"Y$YsTh+NdL9 W8b;+&Kl)F50SN& ;#C]>!J晕1'{oJVJl Wr}^D, ԯ 3POUZ@K|Qۇp}O"ðqwH&?9!^Z`c,>5Dצ@XҬyσ7 g6P_' ~Րpp5O j%OKO&8f]o+LDhdRX~auqw;խOaSb\Ŕ;wa6+s]dwKo@HsՕ"$i DT*+Yu<_&^ #O-\:ݝ4oP4kb0 %~ٽ)ԬSOg;_W"ȥ#[l ]$>Ч` @1us-H /ar)^F˼(H 8*L6Ø) / fs0<& PLt")]HkfHpԳa`@nI{Dkۨn1@vVRsb>c-{4rQck.ެ;m IZe&`ȷy k/v\&Ql/Ĺ1vZ2yLlEY3FL | %6 T8c`Jd)P$k[ 4 J@V@=htl(<cő\D69UI1g6%EVjKV F+Q{ekb3D{{J2^w]O)=(pAF/q]G00M NayWR^捎fWZSUd6>yye/F`[[/rd>F?Ii-ó-P}'bE5OCաo5s pFyBHA2 d[Eߴ$G&]\T7F*'s`i oC+`IIRIfXJxF *`AqpayTpa f"w{ v ]L\(G6GZdgI܈j)W(}u"HGzޟ_!զ9!TQ 5꼭*[."\!Z tTQʓSYs)x6xy!FLfo%{}@oqh)3i+LsIddnٌ9i,mq@h]8QDjC&ɣ:X…\?x'0g >n%9jvjDS7^SS42zFnrl5oeOƠju+lVeTuʸ)YD+"4'$8DAMډmV wHj`&:A{?wHƦglGp~]>CyeqpAK6<#\vfu;eq|'3,# ^;#W󷃁tGؿq) O~*A$7.iaLţ0_} U!tmdm4KRx0XC3*abrPi8Ƹ()ۙb/ayMDcrt]$&*a6~;mgH)f<᾵8pqLѶgQ.^bS0`Z)  Qpw:K- 6JŅt]ۦ :HOډ$aL$!9bT>Vȣ|b1|D xI5<2YlXqzҰ? [{I%/_Zű/'W :%2prXӱ@sxwBQ; I:P,6t NpavI"(awQ5_OQ<_J~FWmU& M}HGdTPcAr#8GaKo &TE Q\,gҦ*gP:&́aO{h(!kW@؝oTTɲdDY_DeA_95?&FͯrdJ' &4CK{[SO9◝lPF!z˸2=a}4 ~?(bA_ EyK/B'0}'<xM"Ĩ#ōק|!ɗr3RYF#AQjs틷y1\Xts\,[,B@>/E7Thy§HЬ ["7RPhr C@;r~hͥ{bt!^=綕J}A[XG)|׻ 27E C#5Wz6-PI?gh>u LyD "^ { ltY?? ƻ@&$ac'qzlY^gR膏mi8#’K5n_H^VBqt(ha @Z͞P 팮̡N,pE$͓AUlԧk]GզώÿJ?j46z &g}!sśWmV~J?R5 m Trk95v`/?,f] h^/; 2\zR Z㮻x||/Wჟ lZzV0cC Ieybq^Zu1?2ͨ/ Ry qgLkXcX~+_:> äʮrJH+Kql)斸dvvTm+rz~L\Pt]}KI+AU1vїd+:]*ms.ܞ^tZѡJJ_6zJmc慈HYlSYyVws MUZ,F[Y9%Y/QVtI22\-5fk=/jQwpA9u"QN3pܺaιJs>] jz)aaiֻ&gG n5 \ zbɔF'8˞˼[L rH|NrЈT_ KPe|u+jR}9#h\QhှJ0Qi$|=W 7+$$$i<21N8q/.KÍj8NqHy}2g9&d `-%R:\XC#đzti^;ʶTsqsv*`وbGs*; ҫ0ʥ: BiVO"!u#BԱ &/VUE K\ 35oGfL 8Q?SŌ8c\7 ͵K!E~Hts>ӴD s9צX][F^?=aǴ+fd2CDh?MgGqKj8?bwD!T.Q*!--r+t n5\-P\Ֆ%=y% ʇdBsB؋0rSpvc0", "`V .aLMjoō@aTr]3㭯^%Kl-B{ewnE]'Hz\4f,ð,?3 ɭF4Z)2[;wЭG?xBL~OZ.zS>j5)x;Yg(Y ܅w1Zɶp&vsGX.]bf)dpyy:1ct !df=[Gh"?4Wc3My;E .9EI7l-z 0N[CKh[xVT8-rV-_ZU:WYJT` z:[@"dz|yl 2sMk+) y&pH0wEl\x'j|ۃAt`)R5kF+yJp';NȘ~&OS'b}"&ro:Q5֮Ԡ%[Qc`\Hm{ߔx 'dn6 4@b2.Rku : Db#:ի诼#j_Xɠ?瓝"VuYy=s0a *X4R0x64sR)Һ ՘..&EZ :Fv-eR Pݗy̷F~ `(pGpH{p.tH+y,HnJ`܇4|rź޹Bh3B3B5 |߯ n'/u.- s9oKC}#9-Dn7ݻluϣH/G:e[Zwy/.PKrQEQ,:E=F%~%;0?ŬTNJR&y7?5}xw>M6dz7e)Ow3 \g4]f>KR!exo]>P:Sj$oGPWvXzk cpupt'U^`?옄!6q;#-PPe/I`7r*x,7s?`IxxKB51QZ.z-CBvX|ez0v#V*e i00J!LT$~!4-kTM1/}CBőVPct2qwR[8C33> GR4uq^DdK=rUlm~B!L H}{}0's=r0M ˽T]GWφjϫۓꐚ>^yx Ĭ6 D\O3@B*c1J ŐboD6IƗ>+4:%4P%S9} $spT81el׃Xvf=ۿюYB1H'ayH3\<A]Лaj<-9Vup(7 mpyϢtZ-j=) 1md[NEJ>v%bZ]Up?"jkX}v@VYzxھ:pRATeY2ffuD4z}h3AJAFm %@/FtXqtm,u.iScug,#0 z K$ZFfϚaIJbQੇ7aHz%XʇHv[Ɩ↲he:0vMuE(*$!эHg4DJԭu{l N2.}`e%٘6 _x7Ym)$P㮸[q%4B}{{ˠk`7 U")@0BߗdyIXeL:h\wC>_*)+΅-O)>;ES~,kж}5Ɔg És\vnPaJI2B=ȓLj7:g"3{VLd94Ι¥Vr-8>ņ;ACO4=ߐg姈t-un?frʥ7Po9~UMztxl>?5,BthdQmݵC#ۇ/naڿѷ1@~쒞oYsF-͓QNX!Q~+jp7 i/{ RIιS ڹ@ZUHM+*rzO @ 'k }>K?KJtmO< D G 1lo ~oړ o>P! Cln ShD=ED&sAb#)`Ol\̖4N3F90m©D^M*)"6{-_;Q1GiF7.|TE)g#7 ;DYU]Fv}GjP9^x>4/lաAuR .k\ Hk_^6^s͙l^3તVX;v:zI;>^B1),m:G=BL>pcYDɝt8#҉KB/á;1,M h_ai`vRj^ ނ2/; ࢁ*5C O]p"G: /24j:,^3IDqсOk)7v#΄o=S*&OV_TˬR~C~#@s+ yDs{^MKἳ䙷;5jW cx%gѯP_s6Lo:Idjsܙ^g5>aHV!ݙ&a{"ӝ_B0@i7F7L"@tC<?Y"゘t"MɃDVL gLzeKH=_ʼnaJզFyϸ?wZ U.<vGe ZY1.9.dg,GFגMZ\;04,aueM *0>uT[ @8@^T">e=l;e*7h0,he$O}QfDOD8KYdlqd6B局|3$.\Q %sxD>45}0]h Lv͑c"'GdQF  32p2NxAY|STnyVe@_o4B9r!d򫨌$X s P2rPȾͥx8ACxWmLzrh0g2$&)0t;)mN I=ߕOh$UaI|Nh` \<Ch}h VZZy5^X^ٔHh853~ ɆR{9j'w_%Q ӫW C%I:$;={8 .Z|)u(atct߭b$ m0 K|d+t+sA7!fh[\PWb尕9^JChⓏGEӽu|kAb)&pߌhtx$ [?X4NT}uA5}l;3߬H՝P-Űe]8? d(2ٓFs|#:V[% p):_ "ߝ-> M3e8U/B\4a#6T\hra8[sJl2aIZJTU;CGOԱ8eh5ߓ3g-ЩXĕ́u L3 b\i Bʙ&]~0ԍ 4fьx47kd~ 6'Qq;h]uaV:+ۛϿ_ǐՖrl=?h"Pͭ,CHBIϓ/Ɣ!ԙB(;£p,[Yd4 3Fڜ8{`ZMi9?rϠcS@5m!mz@!\+?nI[Y#oZy8ْ<t}N !Xj^6g2P;!39WtxdGR}m߹ءY7ԩq1Mr:Ss w1$LӢ{tW?IH#۫ĆC- rcuV҉hh1}(y0u,]pzo0_;H:YQ#kf8nBa4^ɎW,4gҦ\z<-  R?055+| !/!3>%dYoL]}sEde1 M wTZg->DRB!sxVj1sa3u1fEENFP6v χ%Y)z4ND֓{e#Vܞ1ۋ;be@RvzeؓuνIBn|@x"iٕ])^YlJǒXĤu+^ ff)IMfU]?mVF䖡Q~`X0NCqq@k%sz.W UoHdr* M`qL~qPh9>=ǖn< LI|I "|E1" \*dX,T8ˮR7;n&loRV1.E`ʵro;_3G`SmaՠF0s/&l<-xoñA*--cumDH4ڛs]xE>!]2" 7xYZlՔ䕬Z| a gf=}޸ġsWl ExK0zst_ )؝./eȫea!S-|~0[[XWbD@R#+۔}|׺iȅypJVCtγ\UJ+Y1r83jHl[,¡jܝ9EVD8kk^v2>|/'O#XGJk,}l>׏ixj 8rMc]p[[T[U1E_(0;DS&+ÞtIF} q]| !SP\g#p|ZPB,7_:}ݯx >~*dn7µFYW1\Ĥ'#*+d #QS:d/SC04)#؋lEĩI)EJ,@^sҌZsrZ([4BC3\b~nMU2oYSir}dz*3IlQ8ִ=ŏl^i%ó\VkiV5n܌m)ʻx9{[z/v*8(8޳$SL`.j֙8y}v3tӆ0"X t% + 42g 9f;(Jp%(gW4[Q@@YeƧ+ݕ;șP '={ا7S#Һ9 IJ*ۜ%97fűMD%l{n`1?oqr'3\+֠a6IiAorh;?O%B@K:rWy+hY 9a1{^{)y6)Z ̾`tY ~t dyfX_˫BOXZMX0ĂxzG$_I:gv_fVDȶ_/_3.$4Rwnh3֝ɞGIjwh{&On0#^@/k|BhhB$RV]*5L0N<~ҐTH M |_`Nrhіo%.X>  o,8b)AxrɧxT/XBJy@DQv~Dy_g,(# Rx'E3@/D-xOXs:Ll9%_`c5#6$ *B2"MV+4sBN[AX3[Ԣ{t$}5]0L{q5PCAQS?AE#>ˣ*c/Ѧg]pIq1D4#K ^OҖJϦea_-VlMf [rӑǍUw dfAa$?fل)jB7hS/)9:h;(Fi{_[M:aحCߡ`ck1Aw`bߎp2)n 84cAe[! B\I0k~(#b 7l3"Y8rBɁUѦQPW~@)[f[KQR y7m=H 9'>k9auna$ B+A;&eJ^Mg% ϸ`pxۑK"O[>)i%Xp9 ;` ϗ#전ͶMcyZ^1`"I_/$=b4M3Uq\G#;gf9&?U~"a+y4 6hT8P\3 ⠹Ek!!4s*ݹ7߉2j+l*> Vne+:܀̞ORaMe:M'Z4M+y& yxL@1=%ͯz.Շ 6`<7άY!b? kDl|hOJ*AC0Kz:0ITI4}ْrT  8vpM9p\+(n=SBwQLdVl t˚o <0FNb}[ad XᑋSvs0R,vf Yr67`o%ԡ-R͹ !2PΥ/OWS"%ϳZ(s5>#2xRai3BCSJ':SKl (2C6c>=+#u:՜ 5 YŽ j\(Iыђp)35}FUo w!} P"JiGƾd25>0.ÓzƔX]/sftyXM,z HP~I^0dEA hRPzBD1|\Z/Ia=K\kpQԢA>Pߘw4BReWI+nж٨fhW@"]"{sOci pzJZ%y{>1}}Yb8-`@!mw͜fR\~Rl]AtB̩9d?+嚔<YBkΒOsac,FI'j F?i}[Dڣ_1Gt_ukz`j?"Ip/r׼ md1 2ԭOI Z=npmI z4a+kQB*mH9מe%q&lD L`M.UEDLEIq6r6xc7`@9"^`&bRd#ktSLcMFrV:/U QH5L^hHia$E|8[ k9RBʼnMgS#՝[,7gw3{lIiur()Lm|d(ص&.U~6\[7 u.WxH{t:faщVOKR$we/yQdD5PB(xщҶ]Mv%ע!"GTOgr!5IڪQg뀨f?B0~/#TݪT{֡SK}F],u Jrw:.#"ug%:gpJc0jؚ+cV Q-O4z6T4E6>tŽxXvXфk*U6&cC%W;hxz%Xk }UؽIB հk>&^#Iq¥n1Kk:FC#3* lސR;eP>bi}ؤcp  > \ͨbpfYnIAi5lg Xjkbam }as"Z=aQ1ԾM dbJZvXK^Y;KvkdN'](q!I>n4h+4u .;&_A{uquYI_P@n›&I=m]oW,\[ub[vQ]+#aeuw1jUp{w1s{_̪=bqvoB^%TzcY) vѻy +ltdfhdS<(yDG@tF.OcBq=l`MŽ $G dJ?EbMjlzM(=íP$41}~ZG̈́DXpYKNr\DI86|5[JMRkH4 :l:Ƞ#pX ŒU5 Fh Z4^XлfLrS=?:Fng6' 'zINM#KW*:WxQ6'v;m)S0ghj-oN|yZ0 #Lw0'm#"$ԩ) ]jc[ڰ}TZhе WOT?F1 dr%pK PJz*(>W;}€4JivѼJrl,u'Ld~v{Ed74lO[yUn!A(RNsgg?ŠO/|DGm3'*:uurm+5u1PQ>zn0FHpMmծ 3:9ӆ󳭪W A۱tQV}&·Yf{ⴢ Tg4Z!Σژ*YgG`O/&r:}fnV3՘ /͋l!}ёJ.12Xۧ*!gFX!5X] >]x%][|7 8>;3uC.BZ6bD#WUțaUOK|$L·Axiu\e SΔ`n&L]^`-btkutTdDcziidj ͅ3/{S9zb44ޫq|uGs i:@mnʷ'Xݕ~Cƣa#݊ y{r*l!:z6T=~atr^eVE#f{ (cZ`20E {٨)|Q) fZl(֡>+ܠ>bv =q a.\CF [58?fOV:Rq6FdI8@!= =@Û|6ޣlݾdIߦO`ӵWJ3-Nh6tNSm>d"̑Bg=9ҏ&AzB%6 lKP!:31;7n=hW"JwvLv%ÏPNaqxoi6/Z"|s:x"ziq |II|M*b . "E0=S&$_PoP~clmmpפ5e9ߦb)Nkv` Sǥ΄1k5zr/2C.wQSD/E)X ʩHXًpl25ڰP~ܘ=*FP`|}mgNh:h3’$EPbP3!Sp9/Z74l#.jN<_)љ!IHϢ@sO}Nvb=(!\CWM GVkf'VxJgڣT3A*[;-. hB0SQi>UT O,3i i j dSXf֣ B{#Z;1u+4gBDm_!f=&Kٱ)qbԆ\c.كǚ 8@')Qete|m0,(T8jn.ô !cT6诸ήqiW5Yc?on΋G4 )RV]v,[ڍO';>g]8r/w|̚OvX.gk(\.89CV))^־LaFEam ⣜ "e{!tY김T _"ύHnEh? Tv t^쓲Ξِb|sq_kttVeT )_:S©aGu'_'ƌ\R~ʅ& #roJqRhd,tQhhmM XWI!]./U=="3h~4@+;bGye#֌p0 RM EJcH@\~'JABXYylI5y69ѷ#pD1M=4SC/uwp aj.=U;mq8%P?yJzʄ|fq>&˰ggirC.ݾutmT$m^h?8=JwpM!{+3aB#vaE|r)D@&CnHnơLl/Z7Ax"w`a**d [#$ߛS+DyB-蜒YS@.Z98M 9s-JptÐN @A1J5e1L"g`Ύ5e1:ytq4Ҥ[@A|7Yh8nbڕ'Dfr=y"~& k$t6ˀ B?UYJo8:RƉp?2:Ib]< 6MEuR.CƐ Ɠ&w]XVPg3?c,$8f$础^XB+*|xoevRh`#ro((r%5@j!'a*&*fx&AʃY$~QޏhAZt#T> ShEs#*Q##yxo@ROL-XOՉV#aEM4mEvG\,/jIBk\ (N3ϼלWc+]ueY#,"#Bê-v1K^8a偃۽Pӭ?R BP lkY/.hO<]u <MaA"$nLtS L4A2eNh/2s89}$Sw# %}+Y%@pz]Cp<hW"@=_M]f-N!FBД mahŃOiH)LuAisk]*tpZBBb\iG0bbz oR{ sq1Цn-]:|oABz>Q?P{u 1L+ٌ Ӑ6F?h 8>xn|KyzÔ- ݬ'j*\shjF{`jU%"&ch]6X= uQZW7'9C:ψexAkO_@%2ٸO;\w.DPEI@d 9!fVu{n¹ge? $pn_͛JVpjsy#|.X+әh ]N| oJ,˃\F3ynhSbLbQ22 çN5[1ɡk@&՝K%‡ 8h]AAś*d&аX 1. rrydv˯ yj]-9-2u{JV1֗WL-G>ӣ%XsD-Of2|JeXl 9 CȤ@JРkK"6e.@ڐ%0,&ݷ^k q֢v k*w+ O$vH8A:12ո4ϡwiA`m>ye{~\,{O` hT rq;v5'rq*W niȦY Nea$*zPSz? ZU:|43^4[C/g=_,m6J1~&eF`2Oյt@x)LeP$^?:O7t\c$y#H|&3" mxK~tD(fv؊!͇ y0(,xTy/%d?CM6Ύԫb* COPɨA452? ƕpoKBB1F%jy7G[v ⡤TsNmZչA79M^Bk%THI)VS& jfg4G`_I:k P ߈IoCU)l-T싥k'bS}bFɵ}dT8\ڤo0v52s^̴*E7YfPz>z_/Y yMaуWw`rF&d /!ÆgQ4Y{,vɧ1f-ՔKܛ뾽YЩMѸsnn+aii7dϖ}<q0rg5P ?YOxs0k1Ai%63)P{tj:"yxb#s'=I~P!C2s$]Ő+UPTE)OY[`oYmo{*Yqg\cGQj>7J:@$}!*V[pDCƾ/Ɂg1DΖIlxY)Eu0Ȁo攚e?+'\@%'S,EM4Ӳ,5\$(cޯ<3zQL ^ r25](zuRl~Z<G! ko q/%͍}U=`gnD<3'yM]r˛@Z(_k0 }ri`iukM0΍1?^ޑ\a~. FʠTLzSf#P~e]h yOh:'Aϰ*4DCQ/Bby7(Tw!}s ?Ӱq BӴn;ؐD ' Q.>{Q/VwQD'#7ͮVDS 6e!/OXƙ@+-Ln;ea[j5 SîpRfQT0jrS6x70~2#AR2Smlj7"L>> &.c;v2jCPT6XB ;7_Œwjc #|w(jx)6)Y6=].ob?-LEcot׸,M>B $«GD!"I8?Lfzvf{jMO{ɆixZ|]ya+,ꢰ_|tn@W/Z ۊL9]K7K#"³v We:ZT=Fiǽ-mQ>IxґqxzvM;*}~|'Cr۷hOJ<ɵjj.OhETplj6(q%"O&9,ᾔZn,aR^( uoέU}FD\`fn2޽)(bsꁃB#5 E?+p3;$^^DGs;eG@'oLpfsZR[,8IC 2 pl#GB M@b)71#ִB4|c[}XUGLLt4kh$BWO n޸ol7+KɏUaP}WL)h_?`. @kav]>у,e^fs`[ޓѷ}8*9Nn^"6q̒yw76xR7fF|f4Lv ,4#PaJ.ݚ$sQe p " ʼul !qʺ8TLq܄P6}2Jک.K4:Cz~Z#B_?Ra BOeˤ,rΚrd,Qr{7t w rYCth-˪ػ0a5n9m>s{{'zjVR k*$ BM^emjL[bQ&XîS^}sY|Pu"R"()4`|(k9h$W0N__o#sܧ:zCdT^`&!71&'h$ l|~/pY=GQꙬ 6/d)]E7)i&/3x ô ;L!XCp !gMny\t~1=.ķHBL _``FA=+ SJS 16[+Ǖ 1+]o× I9-8RR jCim~ TȭH [ e|pw@ġ:?D+4!?t_.6=dr[ %A#W}J!UцES~i#l.p\|&|\\~buVFzXr`Y(fE:Z,דަOpTLk'W\Ux: >zlCB˞6,A?wdYu/{]FX=!8iQ$q1דvo~7s%ޠmy_U9^ v:Byk+͑+#m2 }L摧&wg 0ߌ:B -gx +5G-t^=ku{Gۦg/Ϧ^-b`,p_D*LŐ&AqԷp){ i!_'X)qoFՊj`0V;dχǎ5[ﮁ9x7~PUZ+~m-Ŗ?Tm9(~+#]g'fAr$oW7Y-RKV:<.ݟʚ c,FźJBڞaˮLDm-5*!ҋ契m Beз/fqNs6O(љ;ZgkAO64!I!79L ߠGjsؓ{//COķ0ECncB`4y#!bg˝#Chx#]5SSW~8| 8g@ŷa+x5gh ^(_DE!yh* 鳾mbao#&mk*J5 BUEpJ},/ԦK_Gc+Z]?li#S! 72,^1,BmBT4GTגhy`plxF QBobρ*3jj OоAT )Un| eEЛ1>Zy:Ǩ)}R2pZpdx/.ma\%"lTzƯz0i9[SE$@\}Y~K8 B*H$Mni*[Lקf!Ǡ~3(5jz yU|zK9 El.ۺN|ԋEĥnDCEjr}ۡw}OT/hAxq"?y+;w5lErJJnY|Ɏ4sN>(Q=|9We#]PxINO[~q#C40f2nH+*ii@iVܹDntަQr] գDj;J/q٧ʽ8I͐z,{*|% -e㈖ 5}"6Osw Xmڵg.m10, U?=4PA!ʌ䚵2Nv8,쌿Cƚ*0dW,9-f&͋5=ʩYs7 %/@w@uӻyLE,_bxBi`KGL Fe^16 A^۞\9pGh44- :9"Bz>ihrsp#:kv)XyU5FN3>Lkabn&e;cµ r ٦JKQtSgz^lvJF!?O F\$b,R5(8 qhq2?,z5kO"+gH¹,MrCVtppG(ĕy|VL0 ZD%QW7K7OLuMY$O D#AY/ ;hpkpw=zpfȭLJ-g?Oc"TJNVPg 6'ᄝ2I^l<$<HD(`s WVLH=ːJN ~xld6!!M9I4DHknPۍ#xRCW*"nXE~9ͯgj6.Z 5icfoy,GeX[px1ez Kmj~{GR}ȃwi2<muJiRc[ ^gZkk3ִZ=H+y]Ɖ컱UGz\a '1NygA`uU66ٯĬ+[;[t;AQ< OnV8P tuK :" 94,m+lIM>8kT #/6$zE^3+\})9E2*' F ƀE[U0(jݸkԤjiWu7ˣ`o*nEԓtn(4%>2@KD@w&r>j+\@Hfa|@ȭB kbϢpz.UL$$o *'p 6鮐g_IQKڢ)f1 B!3RHxbݻTaIZTm!#:[~?:BDDځg(t8V=|0iK&΅[.])')MJp8р7J[iTypg䙕A72_`=y"91,pG#kBS$1*{b9 l(4{pӲNW8Ǿ)hX)ã5pDG^̲zʲ8&רOI)uISI< \NFwNw f\oGJ3}tFB3MnZBFi8H#-\ 0dj {o?EDUU9Dzl˷m\1ҧ؈S4]yL r6!.>ȷ7(ڟoMVuU|a{> ?Pv8m vjx~JM 3T2Yg|2"?~reK 7xh)ke}6I|.~d%!xˣYGB-L}6A⇧\hSg#6nCfXU쉇ԝ&\3 ;~99kmrn1sⰋĖEOht*LuqG~I7EITFҴߚJ MrmW֏zeKFm:#GV ]gI;D'Uj 7퍯1` 6Ft6r"{`EMA4t[X5Kqi 3LqsA}=ޮ0)%>J,C< &:/&L UJ591>e %~{i0;4GUQ5/ܿA&0 &I%WgMwƂ(.av;C*b, naCwQqn_nyf,FhNWC99m6\0 А|6EM]PtQmHsM)Q-b(`A${5U uI5"Jg˃CDCgT!R@{4`R]uݤ(I$FQbݱ?0.BNaW2?沄wJ\}OmN(~7 8uGjJhNr-|{b|2B ģ7!"gJ&:}XIP~ u>y͟a#:^N@S"eRH lvysHVkߜaЫy6Rٴ#G~'r<@pZ-@JH0vov]C[ ]SQևpNiŨW x '*N\ Cs' 3 CN**i {-Hd UUh^3bc^ַ8]=K(:mOPdac=R)FN(1y:a>BHlfk?:؞KEz'}Piu]4悮^R?JL a90(7a#ϨՁU(*N":b5zy@Fj Q+p2b@y); |%n^,DYDSnwe'ߴ|?Vˇ sf&p|Rdq㌳DD l2ю6-3M+>zu?ԴULNy5D~I0}~a% [jHgT6 u>[y5qsˬvqڄǿt(-vU$aÔĞޥDD@_T!8:%RO$v#uRlKt,ɂ\) `A[~8|NsCVȳ o̵W!b]|xTZHz>h]QyyG,WB_E3/9FIjIGrs4ۑX`<-(IVC&vɱs?h&U ġػq(z,Rus-)a="% !lMo/~%rx~.Cs&N>_Lػ7_GL J[_c|ʨ漻.neʘ3Fi ꉲl)DeůA#+{c34,2h1ǘC+VyrVpQb~Ws[awd-܏U:!0M3ީhŦzIa@GHߟ )+=ir7>URTVoh$ZХJTvT3!-"Ӕa1r|hC.5#8(23IWr4E hLڍz/@QS 85L޾98?[Ik'({Znѯs:cgET%6n7ۋlVeg[,@C1 yKPT>Zу 1Pr Tn}.tz8frb|C4bCzW/ ]wՕi#,vz!#bۂhdE[?H| Ԍof}LЅFղ\\*eqe0|su^9 o'ι wQR%oum_Y$2i!\;?|Ѹ҈,DlIHYCpY.5U b,i9#Ů~&b>"J$q$9Y 7 ?/TP&f(^lv-&RB ŝTȰ(vhx<_u83])-=erSZLqzhؽ ˨L-KD'R  (kDy'u]5#C,Hu]Kua]㬘]~iX 6ѮP[6QE"" Z˄N)8/?xxz;[s0?SnC͏7PkbyD0ȏ>[#M2??oOOӣv.wu\sll3<~!yv-p]]ߡu  G;klH志6; [d(:z6#=Ո0PŁ#Էt1>:Udyt!},:Ŝ%T?| VV}^/%shu]8?wb\KvDq!- *cmxuQBS({y9ī-2gvֱ;c+G6@;sH#nФ5V{ O[cDhL*d g\"tOck3쓝ƎL?˟&l#4w E=k&AXﰬd"0}Yw\*YMeU@`bݔ<  &v_~ $E{hxYVZda/#郘GB9HHU8-ZZi—L%de~(]_ zlut;.Kĥ_*O{!o~ *UuȁgJ^2NwVҖI|xg_.ԕ| ʱͨe0u. +ѣ$Bt&dQCR)Mq4ʟNi* `s̓)tcah`{ (pWDL-}I+\F[f"HzrͳBΫn_> lr CHYE iؠUÏѣsqKcԎSDg-2~:?naUc3B.ҕ\=m{;-fjV=8t=dPZ(AzbT)$ _7 /$(qQm%,L(oj5k9X9B'z2n:4:z ]-"p9!l`ŝT!9zn({-zZ!pb)DBS%o^܏Út\͏e|ˣ=(8=i QJ|8.c\칹YD &}XEᘕO{^I=cCbŗpǻ[ RCSKM~ȩ_$;op2 u\jkEfr,^]w\#OEWc3y@md\cynj# 5GI@h#)OaW7IX)Od!c&uu˃1VL ]e8C\S},M! Gc[7vL9tw^Jl5$R}#(Ԑek֗&`a#fj)}qetKPͺ}Wr֙TN4G-8j[n`offq: [HpJFSF ,DRz [Xוd3Zwp~Y \_EbcĶ?YFy9YbTw7u3,ҶH?bRzs?x҅Q kĽ@*)U|Dru䧼r5D1tFnL˞Xp 7 CĀc,Lf kfxM8SJ'0#]ZZ3+dR:Z"3uCDj; {]s%B'YoBe rDu-[SvFf_] R,,Ww( @vڝMz- 54^o(9Y? ] yS$/bA®#]D@R|U9!GnV`/.?fS )UN?O<(b4[,j⋗^\<bw!+:;*LpmT|;i;$EC#G(\9V?a.a ~/ASԚ>xQ=;dO%Frև^J@aޡAq(DU\z(Um-lU7CcGF= ߰dp!y4;- 甡;SC ݪ "󗦕D"b[Qp^BN掵$%VxXU 9NqOpLs qi*OdJ"^OQN0gZd n'e%F㖑!{rǒO@Om@0$ ϧzu3ҵF5_VDGŽks>j+3 BLF[ѲARYRTxF1"@30%D~d!&{hN֤~YW̓5O? 8{ƎET|'F!u;q^]X=éQqU0/jl9Hz%Wl(~KU(7 -+FX~~ E rau))vm=d?t٥;΀{v4̶M9h2K\ku-(Cꤸl/U"oTw:jk);B@^v&יS<oF qx)a  6<8cT҅ܿ6}Lw ;KSQK" ,!$rji"!UlpYy4ѥ*fGŮX48x&YL8%o#o $`R_+5-^'~nYWJ|.]u֔k9|E٫ 9V!K+'=+7y8^u[sG &BߨNyƑƣ"t4]b1I_ ;X@䗯jчJ{Ld ]C ^jU(?S~P @~k+-BG:l$dq@_RH9pGp)XY,bz7BcȔuA=cvFG` 1=@=(5Nm >Z!wod-sJtHMo9d°DhpN"c)pҊ{_aKܟ./v(OmP9\ I .&ȧZ.XI##]f,)1[^9 j!r 2 6εa0ȩ"A>SR"zmd 6+R seTeFMKep_A6$އР)*?'aG'Ɔqk#:WXD64+Ԓ 0k!+"p )1N\m$>]*_rZjSf:8w oX/2Z;'jgD%ϴ0820B>>-z Zz+=ULSՎA0N'{g?-r)-AevC%4DOt u}Q%m/Fy4ػby`0tg/ ( M)G^2}cb뱒L6HAʢGE-:dzSꨩ/&Y4di;:2"ۍdȀ5Ƣ}4XVXռ-[ {.5 pѤh% }b#+,')w~:I=! Sبr[etcbQI*5×^i0="~Nv=$n_WxK,6Ur8j+ 3/m$cڿdc1}|&E}2kJ+܋D==^%eOlkᾌ{ /evpw8 >Al:@ :|O/_#a5>ym'Yurx.qxe$npC5vp ! T 4Ic=A4gh/gxUT2 E=,òy}i0N)Il. =M ֝LX҂wfb_vxh± ݺ^WhBTnӼ~Vp>X s2tKEXt~_PvFX_:kt+@ r9P~rюn-r~YUaQkA׋1.? =:嗶qmnHQ[籁˛t8|d|eO&pƿ;VUJ񀁨WM G"\L݂,O-𕣪[ilA[`+Y=n@1d J=| y:&V+ ȋOI H_OLKs>pdm=N*isZ hNDST䃡 {7v=,]xԞ%@N/\d40ɒ6j.{!CT!V~-Ln5wS|PnmP;s+a eOjOҁAem,GQ*n>4ԓ[(ړL_#" L2g KGR"&;EqBoATpha( bXB4OGfIJ-Ǽ?ϫ m^ymYfw ^>?":MGOQ>NQ*ݶiƒjK|9k7^-Fb) k8;ZsɊG$'Ɇ4*dظEczZ: LyVVI#~1T$3Tjkz֘XWk6éU=9J(X7j\eI'I|F^ow5[Xw,nOHB 7j֎߃P@O#6W2Kv YdQgk%=V} %&ٱei_4'-Xm5q}N#v{2M\n8ڂ/+@Q1~ ~e.F[ ln-ShkOǟJSRk+۳!6LoFWc?"S.1!o ܭ9b)/;1 [{?ak#2N;yPEW09dϪ66]Gb Õe?GA3M6 :9cu1I!@w/q<ǸҐ^PA 6frϠnt'k޵wVWL@fDE8,*f϶*!5~ .3\EĈ`d:>0aÃKAcS$ʞ(M6F"v %ɞ*y Ŀ5mYW/HyM+wí7F)L.UULV”~A3&z+_p_y]3v{rt{F3'ök;{Jw&?Nـ@)ցTwztB@ʠ|N!b}\,_ bpiXlm]hA47<X0=t#)u:v2#J:I""BCGSſU)xmm`g:7Sq7pBǣK'PѺs`KV|b~t]PI ˇ-Wϊ1a ;~MP\+[0 98|,ye|">$1րD, y,)̀[Ɂ:C $D]Qߐ ,*>v) *E.smg*[4-1^P1sc&N]5nɍJr|lPq ?}'T$W,^CY9.zl+Rk"W9'⮿-XJ,ėR=eLeJrE5;Ypt谋اMY2ۿ=7d""uˆƮJ)lGS…|-4Uu,ſqg? |.=||yF-teVg> f%{Z]WƂ=T-&j9mF`kAА|Nj /o0R1y]Zhg!d֛rP+B;8A(3A+Iх r[Z{1z,0*Nb5'4&.dL\MN4(CmGi`٥DDX^b ]yXF;w~ݣ Qf 3D϶{&{$V ,#r`fڑi IuYA5g͏~BUc\V!D4zt6ٹx$Nz!Sq c7G usepٿ|U1?ʀC`NCM[wj gʆu.dAW-~1,?e P=`I*YeP z85j%!]wn*Bôy\O t*Wp!:) 'k] %),3Vʅgӎ8O?ַ~g+W^a_F fe8&5:ã]I)$m1׺oz/BЅ,`]GI>8BWr+;V=lq~0y+z78ۡdjxH_9aR_6E$bH` ap](x˰Wt}BSC->yUmܿ4pFC{EG. ]^/H̚_'C""GnﲺJ@6(n;qdL6 T`i36效iOK[s#iLL0II͖]bE`-5DDR߈~͛22x?0.h+hWd^ F1bq0f;1>0[ e'pѽ|2-顈YUnۄ:E+a_c,c6&`O%'ۦO1!044 /uxlYe3@XyxbE ^@|TX߉pmRW}LzBb -74-kqby'<@\3U"o* z;ͫ轺sXp-ݜP2*`QЫz>T@4Qb~M{m2GLuZ6%Kwr'6J\c[ lmǚܿŷ6d|grhmo Vy5(aT?kOu|fr\xL ,y(4ƩV⠤CztV{OfG +>MW@otmjҷ!꒼(+X:Eyx!f/P'Ns񯄛܌*O Zxi {)Yӵü/ͼJ ֿq;tmѼ Շ3A^g$x]Vq S10-ؿAo-&QFwsSaT.&^[T25޾^Q f~q[(-e+RƳ_IkRS d ;8v; 00M$k\k; SŊyKU A6E'3)7i~eZR*j'ׇ#),IEz oϻe H.KlA"{ h, s]\/n mGq^:]ƶCCXJ5$+wsNիQ`}L\(ͣd|'҉#oN+ {]L;pLU;; Y?F 6f:Wn]԰WbyŜћ(YyTlt`E\&VrtWȽmZ0mړАz;w.TS(vukf07x~64ݕ@喤 .VTX$륦mB˪wmSlKze5Cp-BF?qf)v9ZK}LMX 7;""8k[*1uT#X=s־ܻwKswkH4H! [ٷYáՎ24heǐE=t+"84\edg{=ΟN{[E[%MCO+A 7SbAˮ|sс^QC~|_ ;c {筻 3aސ=ztW?byf2?8tn$iGW貽av24/U_22PYsk0lؠp*4'ڥ9U̳ayb+~m^ p|*FwWR:7~DOYغƭ,(7nPB}2$L{N02]ۗRm1ꦥkqy>羡crR1Lv菖ǙqWK^jjewZcSkkqu6ѳɽaH! .xՆ)9V vW&tQHc*-E:0 euA hN'{}|enn_Ϧ3XXuq#߂w9e?G *ڰݟIX!4I! z".zcw9퓙XDԫ_x3PA:a9ĔxwڞLudt0T5 'Qi4s^(GJy R@ً"zFNTIgU;Ql܆i8p s M1OwuYM72nij54E)zOrrQZ6΅NnbxmZi00&g#0Z1R\N@)AI^76}O~kdV7h-H+y)aug7҃&a! Rh.x;?.NfkW"/3mE^zLMNn(™NI< |vz 'mD ՟-(w L>r-Mģ6e_}"UUꞔ2wzs+~JS!2nhzN75SN |zVtQ8@qR)Ny7Sj\l51od4djjn'GK;ӧkti31|jԷ^>Md>8vǾcH\5k< k+w@xDPb֕x&1K6`?gEfD[Vc܈Qyh Б<@"g>g[jǛVFku/Dj5Os{FS,{cy'O(9Ҥ`׭؜Xׁ..~.SPtx ]c)h&">T -aa7QпqY݇r)%,7:}b= +UyR,^d%. \+7=?_s4'$l(5Dg"c'`j Khh7}Xr1ΕRZ&;nenפsZHB{QȥmNߖq,c;D2J]Bp6qfSHO]f% #ug'.C=J=u o%㑖};fya;cw tgHcK:>=P; 0#4%1z_QaF!FA](m./Ջ$̙kt}Sv=p#W(4T ګ"e')W *>Kxشn.8lܜGe~5dS/R섆t4:pkHIS$<̃kkE;⹤H2ŝm ҺOZ' ^~-,=nȖk[AթQ9G_\rɟ?14%!r:NX4$ n*:˅NX?s:Ҙi`u^?#],E P+6FJV#&MD+K&d~U.l23ZFh3 Q=Ole`O@(z_Ct33R{8|/p-$?SCJÚxK*)Bfo ^=unV^*] tö$[YW"al,khfTMD%fO@ SPp:GW3 6 @sQaN?H/oI4Y!zc[c]L7|y65v5.u[,avsyࡹ-@˖ wjH ¤4偯44l뤬5- ;|n2cL*Gډ/cH|9c=t(4sFn$Eǯ̕Ϊw<g/"'?/N9j!/޼uotعJKA7քWt+[ii#23XSεՁc_$uk a!h}xGO׉/FjYeܬ 09c3Kf(~T:Axv[`Q}L*@q33mٓB2kP1Zy 8AfPMٚ#}= H+{Cwp LjhrRZ.#]NRk$ۜl̀y`~A=C'K*߾?zIPE aVQHe -HcOCfdǍN-usN4T6q[ˬ:"@IO+%=h bgtL.=gX{SpRĤrϓSO/&RE0Vӭ2ڰ`_S~2WIY}tMY\Qf4W,ͷM]=2/M̮O='(|WXyHWR`uqqs y&R?@${6ع528bi(w\ލ} 3KkflV Dx(GAl`^O^7#ÞZ3ABa{,\GǙ^r1QU98P=݌ţ8D#KL)LP^nMʟ,xGAx`1 A=?&/ JngIg?vC.mXDT pQ\p\-р F/N(°5,KsZfP OfgKla?\I8'~*u1`vwex@S烱NR.{TTbVo:Yf<3Õ(]0K}[575u></,pq3f2=#|;K_ :.eX/qq'"Ϫf @[ G;f7.zٜHep~ ģm>mˌbf"S?a 5֩F~NnvVsUYBFl{ _s?`m`2x:zYZ9и=v| ޥ񆬫dY#>~ʄ<)< kN 0no F58cëϢ Ie: Aj  do6AmyĿhܕKd*yF!t G]i!jfYFA\ХLQfXYDS8GbV!唪%BוG{D3ʍL (*ُ2r8)7>ZDMSΝU/suXѢ7y6=ͮ[98JpbZϨ!+i".pxKAcܧAp9-[y`fnL ,<'<%.ěm`tSɀvu47fM իHl1jIci;cf,72SŇ :_(kH'uD,l58% _U9*|cw"0'i==vΖaLrHu5i%y{M(#FbE]㙬^HLQ+~@dd$05%j@뛌mD!+,>?ZrmQW/ߘS#bS<v" '.#BzeYeyh$_pWQtH !tcF1 kאT巖+Z rhoKyTf&lxSﶆ췃JX.038!60k8CV K('yJ4XWDҋ$ag1e AHyQy_ ܢU +QYhĬiFr`YW'!͵ x D-U/,vB[Fd"Ud5&<۩/|@XCoJ|0a{!OqV+WJ 6W|¸>ޙ{lLN5v/T3?݄!]qtӨqL-oH^VU.s~@zG.9Oh]qK[2 {_+[xw&HͲ|-֗^O]7ΈDQpw4>GN(n;1bzJ]#{H1!/X>͈S7UZX#\㪾*$.ծ7P*.3=ȱt| 1Bw]ZR֏)x(Ů!KVXdԶ u$T"F4#ݾk$Nb*](ߪ/:QޠՙE?i0S۸κ1["3y9?%C61h{dvTUòP) RtYqZtWwQj5Dty H.~E`.w_eUYz >*&5?dv)zD.o量ԓSQ e52h#ka4?G?FH-TJZ}&]g#,VSN&K:v +BA+0t*þ͡,r' =6AJ\N=1ں>|xs6ٛF5+ަʖ##h~RK 7=~&j71esLPD1#[V-5bi0wn$CxL:u׆ )K<*<! 5Qgsba#;U<_Mk7xfdĠvU&ĞBՅ .>U}" ű6yX+,u(F6W1xAXVW._66%KuIG(? S B:74n§ܹ*s"a`i/߃EOо 3fU-+k#KzRh{4t^0]t+{_{`*{I+=uG|̚ +ݧTF>J_]a(Jdq/Q6{~OcS O3vNu> kXSS}鬈^]+Oi5zOw/YC^iN/@X3GdiI9XSg"QCY% 8)[Q&>qd8sE!7GD|q>[_1 m}8^`~T] M>XmAfV4TG܏]^x $~2^CDB9YF@0:IRAEkNXVa@\A{Gg=}l wO BҙB}-()fɖ$(`dNg0 IUJ7*(8d,k-!uحQo'^(l ~qyc XzO_|j7#_a4v mgKƸz6;%i0!n톊7$߉h"Cyԧ(gG m0-`hqZω>dx[ Ոo*b 7JaƓ,vXOr2Wi"J&%Q+7d[7Nb{]`v+XNo,s5MzC 5^n9n/^S*ھUWZv1(2]~~/>kԤrURe+a7uc$PAz9TI|Ca<#+xþVSpi*l$ >a}D PL~E.>$wFo|[z^i&ua]Y/2V4K?e5UkRB%'b}AC?x;"wmg;bIz +ϥ{W֋`R#F0E/ʕ@ǬBQ5c#rZqU7MY]~&лW;4dS){ Wrtz B[NDa/:T[o6#ETНջCgЋ.)3=@2LR|SIN=.k£S@`GFL˂6GQƩ4ڨ0ʂ ԇ\ aL6!dMWH_'j3^wі .D0+> :K+S>wsP҃1S혰(K#ɚ6ĵSaĜ&pQqӗ8m|l|ݝlIk gLZX#j鳑poMW*g@|W->QT`xjcm~+}8Yhur`9]2R_m)N)p}vHԺRcΝG-re5>{pRT'su ^X\4~Miي2Ħ7q;VbJIl|`V'1eWԾ_`(~c! P9ln?}Pw 4 5RoM˂6^I)\t][ʥ,)~»k?V*H^\ĥ[#WnfjI¶?A5rfL5j?v1w:$3RݎW6ס̓m1b^\)O'<ըх _riG:cEy-4lVI*J=['F8Ǝ/)A*8ZEb!I7v6^'N$=L1\Qg#mL^p~؂ǂ(_+CnRA}2&W*}.j$6ү -{OLX%ۡ/4/rqj{PEEv{W}_eMC7Dg".fL+ O+|/ӝ)8m}ğ( TcRʹA(;;w1)0@~[n)Ys봔\jc3r{nYNk8[N6qLV"@h?+y_HwF˰ݚ(/:Lkwoq7e LY(.n *j60Pn_)Xy;U仧W/e<]zQfF\NΘ/t$KP4T{ G+EW%Y뿶rojG(q \dCI⯔hP6\IZo|Hҩ]tg⑻k:߂CC /T=6hRta_Km9Ӈ JbM:"_(w +,_N~;\ `0רu<4cu^LM7ж$=V4 \͙UqƒJfԮU:/EJq }Lv>խ-H5fw(X$#MΘmaalyoѨpt,T\,ECC6F1jC%tړِ8tWz@Cz/\_uېyR Hu^ y[J9AX*FTIaT o#y 1<%몭"arΒNti5NqJ@_Q-t6XueMõ,%EhQ%q{| Cu0Aݳ i*x~ٚKrW|]gd%$ #Wu;ZAs\NPr4 K.?*?%'^?<!B69嵘~zg46֨gޚ %Je.UO@Vo}Ꮱ5& vGHz5bH I|ۤ?q1hѮ͚k`d6s#/z%uy]X_'>a{0Yx\/sxJP;RAwm[^v(뿝!%!H.j?5ӽArbӐl߇'*?leDJla#(SiħJk2)oR[l>vQ]4#սXc bql?.]BN|#-\> S0;Xljzˬ4rvf >6I gQ0@juQ9̲+bLHḺlO1:bȪ)Ą`qK)H1x͛"4ZX$jrEsP G1\ tM7}5,P)(68(xԢ_Q#V6D>R4i?"mt˪$IEO(v<@ nSXP 0I#3עFK> A+'dƼ*'=j)BlPHmI*A*5+ki71`PlxRE҂GCnVt6 dRC= weKYc`9F-gɰpuSqx%ZG@-V@XaajqA+8s0M3 ls0^KcQ :z,Csǹ\'")Hb'5IZE0CpYp=HN lrD0+JrL[/k~N2Կ^mMy`+orjSwG2z;2N^\V}J&)Sʬo9*G}֟ qn\Y- ta@? OVi6aA%Em\ cew&7Z՜@4j6ĨSZBpJ&?} ֨UhGY$G"Hj'EwUjm3 = )hGA±'q* 92̛{Yaz*O!#S[x7d 8̛9,}=K-p,>\ނp0tioSW.Q9YA e{u6}@H/;qQPMi>AP;SU͗6q%98GR)_O68(6{ck:E  e.:6Y+'I_jҡê{9iQm* ;j\(7 m7v >{uA|DCZN2W, d:qHdTR T2 VrolEqU/hy1s஡]}*Qfk^dm;1&,G>g5Z:(;sGim3yxN~j CmRkZU'JX9mUMSZFXNȷ}tt=mϝ3W&G'ZJ$x\˖tdF_Q%,pO?WI:EX_ZTp8)'Q:N)m[&H"g^|꧊7 4M"]XZ$ҢxyOOTp*; Cyn X3lU;x <#Q"fuﭾJk%%TW;9@g[zLh,_ݤOg^x76Ӕ} Z빃x/jVHa |kHhȩQ,w\ 8= $~:2Ch92F|dī &1 -PV4mՖ7sZNęF;ȝKк\dk br?7qو]ڬB QO ]^T*?;b5"þrq#X7h׵nWc&P'.\Z+Iq$z]yHwtVY=e^g !p-ֶQ#bwX+TZ`B`4tWBΤ u1ݐ.b1aϘk"*2 ;o7ҲmV_XyS yd2]jq 4i&Włb uT7Y0g NQ 8+%* ٸA96 znzM1Sٵ8@-S<5^CaY_70no_7ᓓ۔S B5./4ґ}+ϼ\F}OGt{'5)伍S `49x %z/"H +g $z<#_07ܤ7`u/=Ϟ\xQ,S.̚ Iy j:> g[x&ǖr鰩?_Xx-څ;vdWsa ։4bLaEHS, ln?+E9΀Yc-E-X#tm5`}hrwɜ ֑[{zմTd=F%rA`E?Wd^Sv.9l۰>?jWZ]mUMG)|\CSJx$F.@J0Ű%..eJKbBW󂲑nw8$}1 U(,)Ku닩 ǡX??JXVv3OIs N0FXmL^ZUL鉐Ԍ H 54NVGKyB<)A/.Ȱ"v XP]'hHKbSVgèșzm$ZϞ|UpM ĿY&+Ӵ\=ta#%0Ǡ;Ը)sִǤ uYrfq|0P[_QRm_$xMuۚt "ھM6 PנϨ'D, cjWx"U)l&xh ϵ*#lԵ>ىidkD9w/[S9P])!x p]X?WpibY';d 2Rہdf*k[Vhԧ=QcrJA{,6+Rf%] I%:ߡd^quP^?!BqE(2kLZqwn9AP`eevLzE: ,(!)Fq (k<<Z\"A։6=:]Xss*ji |ZT)B)7?С9EK9KM"ũ\&Sj`>xdUd?}­3dC }aGA "0ڎ#6u}5@nf%;q׊>uEKHۑ';[-ܻi uGm>*Xwbp-f82죷gJq_wYA:5h26-Pz8Gp2x}ɍ/7Q;)M Azޞ\0qm ZpWi.|4mlSɫd;]2]IVF#4!{N 03F1) Q,k TDdfyNdVJ Yv,F1Nf1٧S7 i'!֬WC0>پgvUbIBT}PF=ũoݥ`#iom/G۴cwDf.5*hPBR3H =lkq\8w8 %#H.q Uv񇟁,;$ @z?d Q^s\/(y&tHQ6 pDFjVȜnrȵSϺquSUsmmUʼn|n\ֶީ>52F',6)*GRF8]'Cnr*XdI'|_ܻTUpS-4P*!OQ[:RTZvӈ5-q#.BP-<y}@ USϗExcռUu+€WJmS4Kr;{觝=|Pr]ȮeCoB%(A:ߺ>@vIA&Wnߧ7 SF8qn3Vj+vywk#$Ǐ~vXg5gYu˧@ܩ6E/WJ&)Hm]ɀ cRE輛rRP]-3N[bBZ@[2DW_]QL3K֪$K68Pf\w!B|V.7O0S-2 5m`%J^# [r1DgGJ̇^O@QqI)fůR\Y̷+,]o/*v/54)ӚW t6Db-,"ׇT7ʤj)`oWEJbw^^=2 4+B^8ARkj^Ͱ-JG60D;@a; s)Y6N8P4F9_3c\<]}fIR;Bs"1' zyy,PY <2]Cɉ6q̉hK}& 0)l/!5v3TrO=9;<*4xc\asl'(5l$Q>HԾ3.1zƦzP~H:-b7OԔ*<vMgQ/L Cc)Ÿ)CO=1$ma/wcSCk&iD |w 8LBm'v`3.`A>8d5]4' *{ՍTςvW 2HZ/0V9[Sa ꩎ᷡV\<`l#qԜĴbBW/>]G *!'ԇ~0s$H` ŷR+J+e9cu/ ClY5Г;BԲ'0q&PpOC!uXc ٝLPD;?H6c,K3\Y1yz1*CI 7zt TmPg.}piMnե*4mDME2[MIC^Y Bو%yJ'+#?[q:kɿo^}Xn5 ey$=^K_oG Stg׎ŝQ;db0|)ґ[MM ǣdMJr~,2RCT`(a^2{K$LԮEt=xOՐEvxqa |x$+#m>Vk4\xp+Pr|9~.4ׂ38mݽ} x=VcaB\}|<_ZEQFi{)䉷14e5&B`َ /BF@^Bx]ZSG`ӐLWt{9MO74v~IeZy8@mن`jz mlAJeJ%I0iRC!Z *omS:tu=#r]& Dýo+u/R* ?l>Ϲº=FY-kGJԲT!D$ØTgQԕ idrZ/I2:]k'nT9: `~8EӀMKa%/j6gRV?2ǤۦΧZY c$,J4N 4D% 0ء::nihȳ"(aRcWuoMqƽAT_Ui@^^ $'{K[&c8- *ܚx[{KwDX*)vËlXP!r|U;> H堊DOfTuۉ.8 RnS^7еA+߿]9iocb* ;<-;VC/U XdJ'DֻO%5$0!F.G#窂umЌ8&qg.3g[ ,%^TsĹ/d'TA~CjFdu j*j\Տ㉍<_rqq8f "B}/ CڶzX>V-?qΩPWa7>?81w;"w.|v2-B w2U06leuPoKs+ Y:&%Q@9ÅRѱВKiw͎թ&H"ɴeEtٴl$J[5+N@,ʎcj3|l6hw/ds#EqƆ\ᤆb?`PUh[}E0Җ&Íq=u&+UM3_f^qQ,r,ZTN ki;gI"BOݣL%f^< ИS;L [pCM$u`l@VAcgc<_ 09ü,:9Y2%ĉw(>"RI]׆d&.,m>rVFԹ"ϒXt &v##?~ 3g1pfVk:4Bb*vAo<`ͩt+Bҝ8!n+& ShX,ttCh?]]{bU+T?7P^`gT8 o_n=AK[(hyWe\)4ͅAoGnlG/@q|13oLrZ Xuw<v9 .Eʆ},S 9LG]#zeʦnrMe\iC5>$^J@ks#.J~o?{݁fïaċyzT.Dc[ǴBI{ݽ8fZ_SgM-7Գ!G;N_ `Mnj= ]%ۂ$C 揆R+6~.HNAHliInLx&<0TUwJj;;Bߜ<(%(*wTt!ՊjoiL3)a\ Xt4+Y,gĄK]A tʼLCmjp!t-C PS ,/bƗsl)9}2y47@^6 -蕜 !69Oz#*(T~Gu=(KBc]q~L6$*;Oi-mZn['NؑBzm6'CHnKmh>:}#;A.c(!l3 TO$]= 0)R`=G1<хR'^zyay\{*k[aE J"Oh8 k~襧~{ ݺf6?ލ@?ʕևv33(>Ɲ Jn>]@NͮU,RLi,ĵ>oA`Qm9${G뒝fXp_~QRZ~<tA"0HuOѣ:\Trs!4Ƶ/T4,f_"dh}|]n@oCϢ {%/_%q%L׿1NAy l1}={=:/̩9Y V͡Gl"Q:Wmə;QҌɂ2z ׍ߞ;BoW d)ə )/  h_dRCmo[1ز6J c ;EU&wC RIԥMJ& i摜q}B`'śRBa\⨒ay!1ݍʮBZ[LaK80  !ie<]Jsf~t9(ϴ|1Cـ֒A#_)tG|ā`ۘAP \tBO]vtp(R a[09*<烪QڕTk0@%5bP?vniֿ"q_pJGd6>wYXù|8:s&Qyְ(XbHǙk}X@| Ht:t^brfN["U $"WhvթX 5H3 1kt(l{b%p z=f4?vGo<>C/ yLsa~g 3gNhd 19#lI`f Zg/u5LB䶸ċSkw\Of>B\ˉ {G1eL9-9I}+'V-z5?w(b {;/Aw; f_@ }CG?4;#qS0uA>,Y9 &|Ȯ[l`Gǻ6ƣ'-Q}[U7j2C:iiz΄R6 ^ r\fT.` 0GI(\k޲%P<]TKahĬhJ iIɋ`@ﶺ,$50:y{F7i̴Hۋ疗+gnw;Bn*u;AI˙4a WJG%_{kɑ[kK7nwM&ݐ:WgP} bMa= b??Cwu jO\ܕPjYc7Am0gq8N/"-+_x!za ZcRN@M}"̤*jO_F+Z1dŸVv8BӸ&j Ijڴ[r__uk Yֳ<ް;p5(';r|]]k=uDQcq;n`΁s]h%``36Jl8~kN"Kz&omMY-w#9@ѽC ?vxRj pPٙ+/l)8lz7+$j4x-(q;ԙ}-_.8pUo&Aǿoxx){r`3n{XiG҇Sz -Lq\]j0l6,:z@DhH woG@!DL,5tҢGPp\_T'SbM rn-[l $5ol)*%DJAk=@vp۶7q/w#,]%wam5mg^i,JtH9 *DT"AeS7.'bn^mA kb&:ZqYZ]s.id 0Ό77[U2@ yXEt]+cSӍdX'`P^a D6bb|E:n 6 9¶\D*:)_bFs~˜h4LE:EۘV 9TϏ:ZOH#eQE{Uq6aBm fH11tZ|5t*Y6}XED^R鰵,|HwO +Zċ+sGwg&rnQT\f|ٶ9|\p/av w>4 /tƖ|gG aZ1tz t.yN2cFJ$n kC]f+IFN.L+G. {4>㏻qO% hecx2Zi=NP$3Gea6Bu(Sэsg;؝WeP:ū#4~΀lO*Q1}6 -EqsأO)_'*!Q2?`cpkVnO8cT/zQ{0֧g,37A`ey̥.u:vvm&S{P-vnkZ(fҔGvRY~*FY)6(}4z }>~x]S:G96ʈr+'Uc!e[ؐIZt0v%ngD~ʵ"y_"XuT7ce%p]YTٚ.̽CB{tSa(_يt!m 9?*D8/ ߖD0AyiS)QZ۠@_aVL!$}k #aƹ}2u.S+v0<ņm$h?٦Iܜ"\P͑VmdCJ,j1,\/әW~%B-M|,]MỾrmXa=}n rTPqcgrUw!WKp}fmP#N^)FGg v?Ȧ¥tʽUyq.`_A֙X +ӺTw}g3TQ^ KMtO[ 24 ārql< pC{ p5!lLfBhȋU'f5ǁ6o`~^! c2TOe|[;ifgN4kw,,_V0Vܩ$-n]<޶JMbVf 3MbKxx-tU7%bv#bFQT u0z;j YZ|$51Ky~ܝJ|& T:0^3bϘo}䐩ޗdqhZb65"өT`F $T~+$)q#)st"8`'?Me#ɛH6j5-jA@ܸm?=5!h;rA7rؒ#[cxv{ l]Uaww7`tdU;^Ma 淡w5-fXVD6DG>z`X=K:8Ly /ק{ @=6_WTL*m;:?.զ8Q3SU1A2g[+פȭ(= $oHT=^mrjqj!R7[8.xse'Mx,Gi/oI%t񤟽tsxu(.6 #|u"i b|I1u-IsZDH ͂ob!{?Բ.d?[%Cs8*D/L+dH|ϥH _YL(o ٤8ͽߡC,uzn~)(zTw/=.O N4DA"I5ҭp܅1Ҫ'DҼKz*iY=˶ 魗savr-[fMw>O[Dd'ܑLa1(&>f;|4=P3n%lE]ŸBI $3m_^-ߎs< QFg-%u?e^!t'$Ǹeu;^/aEEA8Pr+HCߌ )l-?Y[YakUzfZmW4b1{=T # f  Zih|gسL?,`$'ctoUI¬Υ.MN6~w@zUL7%N]za<.r/? = Yx|о,7J.(yW(Kkg4#k𧧸aX.Ɖk9 ڷHANE:.0"rjWD` K=h)C_J>q@C/.ACsx$U%9yhu1"ADt{v?e޿P]X۬%ҽ'3q݇1`gkc@.kE`%E{![^7߯QwhC\ݺsyD+ zc, y=]]\A?bi8ZD츻˵_x])l }$~(7hz]րRdy3NsҚU:X)R\C}$p5ˋ=(ld(GL7XxR!Bf 7K 1F̄ധzqJ<|3z2es3c//e6M]yay~vBQ 5^YJ/ ~)-d̺k/ezٺua i6O".d%}1=a^1J}+η¬&v4_JM U\u<2 2 nxw*_+^*{?x9lz]Dc?]ˀx2%fCn&eaj75NVЃjҹSPnKΨF^1@e$:D¾3Ķ.N$\ ~ 4fCԎ3gxI뜀:ǘB.>`,?1K\% ՘s$g$ p7/ z"s 4*98Xlv|$|WBP_ .L'N<,5t[ĵ\G%]i; iNkLp}/YJ57ՍfmATP:\5rcP,,l.vopBHS ]cL#/R%!?t ]*zژ>Ư⽥7EMҟL"6gpKq&Hy9u YVyç/ʻݤ?kBxHG\9SKSN{T0eFŊnU!oT/o4 1`ύ6,W댾yX >[>oP*.C`b-(8XPHjU'if}ٰWͰQ]j4P3HF]3^ؾ+ ^M!UW%pxxnYOvfXcl3Kv#Q{PZ6xxAb9 i49xx}D(uREn^LUl QشIaN]ttU '!)5e}1NT澗,*ܥ-HoZ5gc0Ёug. 7NRѱ!'+/P 'MFU8 &j %sH *츯{*e, VyG(qsű|G$GQAЯ4n+gCQ4_>żm(hJ_vgc983w:?Y}따HycX۲1DL+#?'JX~ZN-Ww" qS<2t:8(Jq&RL)R]A|lF½&j+#&SH>\Q|v):NnBh+{xr|f"c(3Ps3މC, p28TJeɖ-zzzx-6,p:{4gĊx{QФ0*#l_+R6.|rPpK[?j&Nf}ftg*.oޝ2AK2AZb1w Mg ZzD1 <{My!J sj[ք|Y`,,vrFj5eL ( `{3OA7*9Ÿlx 2WwlaƁڝ{gʹ6Y3`d?r{efAnCDnnKuYM!B`v٥WI1z؂D{WUNFnz).{wT?=}L!S[C֑iq)}_̂۝ qΈ\! M!Wq1?è,${ Mty/V:NNJkfySxdCAG0xK_%j5sve2k>Q_Ht3AS%`q9&ui$W:|Bl> c!BmC?T,Òh=l.["CT* il6a14@ۅhCe40\>%>WT1Pk/NIۗ%K Nm5 hKlae'aT u\L3r*Ìb=x^>g$VjFC1*SkIG0~QOOi9qv sKp\Q61ב|ӓ$@3q~ahW&]v(q EA.ʙ?p-dp]kE+T{3^ҝP~~0rmvyWނh M½mך2Y)8kы᪩M,vtb%lm#4 ¬TBgNo.#Osm<`1]C>AΌ{k<tL |F]M 0?xr ]%64X{ |zI$HG%(t|q" }g@dh) $`3z4^}gZpvGjqBB%Ug_krWG8fzH3剹Cn{mռ llJvi|2 8fou)yG޸H~2I|l %dkqW30 -D'Ga`)G*lvShth,`Bl iڤ̻g $aH9տ(2Sáyk<%) I H!MkKcjLnP2g؊v0k5CYZ'&'Z`*})M, %94L @ZoH=Zvi}F-n(x"|rwO{6go;]\&~+˘Vm.? ]F(-o^|aI2%]x3he&0Hl,.h#gpͫkkPI(bMnj?`ᗑ)()q/C ,`n Ϝfdph(-_s1īf˦z"vOm DpAd%Q%+3ߜIzm;wC?2 ݟAO#GxW #dp37=*!;L2<$ (>*MXѷ ~ L dDy7[cQ% ֈ@-T;r=o-m~g1~;0-"LT`,+q3Km !etP뭩C"=2UG#)yH7C<ֶp#ǁ]ןN]bz,KZܫk4Iٙ;u`Ю>鐯e8}EkLX; sNπL^o+-JXIQW]x̅ ~XGb f\MN̋ՍDxA!;>2*(9 ?E*{@B (ܸYcA- (e ,כּ_G~3n|-01qk-M x h0;,l-QJ{r6]\/jIxۄCAӋ R'nj v׬OL + pS UhG_RXfC)Ld 4>~=-4]͓H} e[ go,5Xŀe]Ֆc6L 0068gq su+j T_3T]+51*yCZa!a˒wN8Glw5Dzh~K'c-Yy`=!䏑ǧ}TzGIݵgiI_%OBWƢ R< V#^dAo豟ͦް\F J>oC"P {Ϩ@S=hf~F9"r`f| Tk7@i#/9![c[NPUjƞ4Kr WriWo,}Z!!擄]֌ eH!/1BM՝2[MM;Ǔ~xؘ dE420SdT?! Ǔ&T(1"e; =E USyE;@k?aܺ \y"[Ž@[gҐB?^ p+|AGk:Y-vnLo.֥ 6lsC8+x TYiyٴWc:m3Ջn4ZO\4D7euL%Y׃f(5&0L=c+tۆxoXqOgZa,ןgېX+һ1=Ema9!t7M߭ZM'rB n*2 9iZ<kuoVO-wsu7$w-}2߄)KT d^7:ęI>.pl٨'!oЄ ;H YZ