rsyslog-8.2406.0-150600.12.3.2<>,K8f[ p9|D/Y=cN} 9c~ȵ !c^$כIbg|̫Їmz(Rj5PcY 2YjoʦwCyc1<.lun ߾Fj"|F3y0gNLJj!W+ضd!Unb}!sQ'X% dL3&0 >࣌u+\(XQfLEMKHooQ6A'SX)wX__ͳ~vn<6SC8 9u>Tb?bd  ! I  $=^~ N N !XN !N #,N 3N 4$N5\N6N8h8N9:':'='>8><>S(>T8>\P9?P:EP=13>1;?1C@1KB1SF1lG1NH2NI3NX4HY4\Z4[4\4N]5N^9b;sc<d<e<f<l<u<Nv=8w]Nx^@Ny_xzaaabbbbbb3b8b@bFbCrsyslog8.2406.0150600.12.3.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.f[ ibs-power9-17S'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 || :# # stop the rsyslogd daemon when it is running # test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable syslog.socket || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop syslog.socket ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable rsyslog.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop rsyslog.service ) || : fi# # update linker caches # /sbin/ldconfig # # cleanup init scripts # test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in rsyslog.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart rsyslog.service ) || : fi fir(8X P h    x0 (P  h         y(p?J#-]A큀A큤A큤AAAA큠A큤A큤Af[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[f[ccccccf[f[f[a26e852f282bf5315c6de6082d8ad68b214ff53d1042a8fa43dd8a7fd9c8b0a07bb35ec47a2f1e8b23e2e9959a14b794b87fa526d0d18d30f70ffd677236e04e6c7d3b56498e2e4360315c541e9e132c85d0930784d5723f28a2457d6580fc6628f2eb36353e3f330797afdcc3611ba3d163b195eae7eb2ffb2f0e1523e4fe8940826c6b687d9aadd72a5353f1531e2ff3586df8f3ef345c5b2f124806b42745c4c875396276951b491e799e9cdb5a090b2ca82a754967c7f310888373e51c4004b236f195c0d178e05b5465ec099d8d9d284379cad584a17ea3a36443cfbdbaee1f357452dd618527c708b6e8540c8ccb0046851fcda566434fedbc707f6ea4547c3720cdc7a02638574e67ab9d0a0b48261354a20bfad4ca08f241d0ececef06bc61aa259f5d6795f7e6d1eab6204f66ea539085f7de0c6392464b0044e64b0ec8249776e7dd8960c84d1c7495de904bbeb2e8c76055c4614c55ae6fe791cf4d4e843937e97c94c0437e27948dd6d1ba9f4ff3ff85954b289808de23fbf7f6eef27c2b371487fc905885d0c160ef13bf4628516099bafb5230b506f9bc7c53dbffb4ded2a89ff77e2ef38e4f3308d8edb9180e59aed68dd50f865764b19ce26591095a377975fe66894809bbf3f8d35f104582c66ce78bd8abbcd91fdafab09a33c0b1b3a4fe5a743c963b78362566de4738a20ec7e5eaa7a61d321fee06afe63cebd877ba184f765a19c417ecf91fec1d9e99239b76a9bc7e3affe9d2a4141f7fedc028df289dc5e2edf8135b1d5f2f3be8db2403b0139e1b12147c9dafcb116e8705fadc913223e97d09fbbcd2918f1fc25e5af05ecbf040bf331a20a1aae7cc0801f95d49fd7cdb499da2d78604b401c65c158a69a44516ae06daca81c3fe4c2d98fb00c701f9aeb9984698702e9d79fa3818c49286e26dc6b05eabbc767af34349d19fd4906860fab2c146db334dacaebf14833cb24b164aecdd4d044f096570f24351cc8488429b6909ce3e1684756cba8ce0321b614fea6ea6aa83a612ab61e5a67aefd8cc29cdae2f920b864eb310a9422e4d34090ec312ff66440872a44d1e837ad3b30a621e5f9a280eeb3bea7fd83e553a7080b4cd2066ae9b62183effcd45a91e1922597ef46e21ca299628c8ccdced4f36acb69fe67c56c16d8acb5fd4dc2ee07bd0c8a93f3331cf329ad63c101f18ec7eec4c3fb6f80cd70ea6764152bc84010e7c82634661b54ae33e2ae18fa07a1e8a70381580bfdc5669b250774ba389e90380b09dd1c1b48bc596f3c2ed4ec5b49ba9191c8e52c02cb1ade44691078c29834a44e137249a88968b1f4c97c0a3fca023c0a4749daadc53c0042dfe168e76e45304fbe2450e36df07ac0d0ff2f37235e033a031136b9d0cbfb090a405ca0fc4c122d22e708908b36d42e723fd6b0b1a7f786f39600a3714e9a2ef365b463cc4a0c916d0c2eb933be249a996c5dd0cb1a707d0d49ceda0467b4c87e0809b1097973f85114d1dbd2e9f484fdac26c4958dc11cf72bb9c7fdf86d21652a606dfb68bc9833df5685f1fd52428e7dcebdaa489e6c66298e97f791afaef3242f2d20286519e0da3314b298d92e887c89dd231ecab5071f878cea394864c04a1d1625a94d9c02063d7e880f06899556787f7ee6f52f867760ce6d0a1a5aa57545228da5edd60bfef6d891753ab4b6f17ee1b6f9c44a6bdf2972fccc6103ebd64f1813c284b3ae9a01da962e57efee0b3860bb4e6a7863d15983442dca288323a89f567e6febc1144e1300af77294ae80885dca9aac481db211a072350a916ba0cc43f61f342ea0439fe2fb2cf738f5c2db667e54aad3b840a72a96b4d8e7712e635cdd143df46d003c6dec1f515351e248d0b3f365c6cf25ee5cbcbdb88f771dffdc5348b7cc630bfebe2382e188b8db795feee8554e497bea50da07ca7e2bd38d3df07d9cab72891b7079d2a846c3046a49850eb0b26bfc6a5eb4e22d63c3e8cb07dfed968dc8f2b09d634102fdf5e1ce0da3be87aec1305db30ca27b03fa2f23e0fb7dd8c4f4c63c0ae1a959bc0a027f75b23120ab925b08dcdb19834b8b48f2f8ddd820d5e54b8003362d62c0f2698a10de4012645cfb9e89b6c6c4779b24f517d9472f029f21a5eb8502003391506a89b2a89865442d15bf0d4a8081cfab5fb79939c2f4e7066eda15e49a3a6fc494495bb0620b39d7551eecca997130246c778ec224fa85509e9c83cc2b41c2abc47e03e53127f83352aa281b762c574508a1f343683970918052862731e310170451004de1c9664dc2ec229cb5bc51a435b4a9ce6d63e5386f7ec50fbb8a7a3e92d53a53146ab6011c27ebd67aae1e7379e8e70b8b1072c8866a3943a40f53873c7e218e9788d9375eba0c734cb2fcdd358636eae91211f988a2b1f2a7a8e94c9da4d2a5870cc8e69ebc3ba5832cbc0f9d25954a873869e80fcd24cd98d482f751ad7864abbe299a2e4da5fa04d4395df5ddc6918996867bd8b113501738f1e8bb7e81adbcb7fb0b3dd769d45496d13321e42631a84025f0b3b6951bd91d917b60d35e6765a3d4950c1d35188e9f483e5b8152c6e7a8af5fc2249ee34c0c8832a5cb76b9289d54f846420572eace6a13056e6bb65da7fc9379ec720dbd562e31d0d8d593a62e389cf7f3d3f6927460cc9c636e8d2c8ee0ca563750c1111b1fad64fda7ab722432b0502621054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f0838743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed95285fa0cd0bfa21234a31d292a118d3da451dec15f41b63bd17d8fe20b26bb14339fab7e4b5e05d189c0418c7e2fd76041d76c88dacd25c789e76f077a764be/usr/sbin/rsyslogdservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrsyslog-8.2406.0-150600.12.3.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.3.23.0.4-14.6.0-14.0-15.2-12.0otherproviders(syslog)4.14.3fͿ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.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- 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-guardtimeibs-power9-17 1724865312  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNO8.2406.0-150600.12.3.28.2406.0-150600.12.3.28.2406.0-150600.12.3.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:35399/SUSE_SLE-15-SP6_Update/8e4d0b2c7963f21cfbec24e7a0131260-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]=92508b624a94e2e47ffe5d3d608f0e2909011ec9, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b3c0ffbdc8157457e3a0c6776e01522223bcbd62, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8f2bfeaf7a6eb794bdd00ea2ac6575c4275889f9, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2c6af8ac6a1e6bc977ddf962d8524b12d1af4ce7, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a7d6404e5dfbb840109ee6277ce6ad7ec7be2f89, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=efdb354dd185c7747cf0310a19d1e1fd79bb61e9, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=255614c5c15a86b387eb89c328db87f8f9fc14a4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=280f9144205488b00d2ba62ca82cba728bc7c300, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=bde6771b9197041fe7a207d1e224bf05c13fea84, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=90b886571b627d7331ce3a6bf9aacc2fdf29b8dc, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3235ec13f3de6d244dad07d136392a1e3dff48cb, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f8cd1b83145376779f0de6b2d6b6855fbc86bc67, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e5668025aed9c0332380f3dec623d9399f5f4826, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9edeef7ef6688d2cf5cf9986875a5cd487162886, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=06abf684047333fe5754a00480d56e71d4130a7c, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4909715bd7e0b5464fcbaf381236a3a2626bb565, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=377f6fa2fba6ff30a58d161f53005bd30127f134, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=282882fd330b4a29788eb9455583d53b001ddca5, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9ffe0c84b3e25ebaa040116ba61bf9374096f012, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=cea54fae6f6b78cea7d8218f0a964bb1efde3632, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f4d53a089c4d96a8c0fdce4b3082b994b91fdd44, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=45feda87cb82429268f62c0d4cc5a824efa09a59, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=357bc574e1d8b08c8ce6f7a682778bc8841b8778, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e1f50cb3d8296f5e51d0caf1d47f07291901a313, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fd6497241d63d59651f255e4068931d9d76c828b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fa5315fddb274dd67cff019b8775d3302bd4650b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1e89760c8d71acf781998491018ed44127cbe0d4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=942cf3c841b777b23d69e3e37fad4c0bedc74952, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=22b875ac7014363d6507b12355964c56cdc37414, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ecf48aae122327394271044c69e3dce532080859, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=073be2349e5d256c5ddac261fabda4d1b8eecdb7, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a671e5c742e8392de4e19aafe7b3e5d2934b1c50, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=da8d002bded167f36d9d1a51019a99c5b26038dc, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1cc8e2a2fdd18cd7f884735566abe554b6c38edc, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=acaffe4c676df0922cd29d7d7a08a1b68979e1f7, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2ae2cdd74740fd843ed78052fb475381107650f4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c26fd6e4b301db534e2e3cdd07d452064555b5d0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=7cbe285e079728e3fecb99507e582d9d05f23281, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b9c1a175b22272404a042394e456dff0c30a4bc7, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b2f0cf015ddcbbbee719512e0530bf2a798e9294, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2cac6edfd07c012cb61a7648cf2f155377870a4c, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9f6d939a5f88ccdc865308f898d099b4f609b453, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3692d4606251ec7e23e4284720df04b007615462, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e65e9bc9853a324416869229084d63bdf95d9ba3, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=51e7209969cca54c669fd81495803d8475cc8266, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=5885f92e6b53461d20a00d2961061c7c3e696cae, 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]=113faf72d68cbf27cc8c982bfd3ce2ff02efe08b, 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 : Kz(6G/usr/bin/systemctl --marked reload-or-restart ||:/bin/shsystemdsystemdsystemd-sysvcompatutf-89f09b49185b1a65c76c7d25d975f9d42fdae4c93463ee3f6adbfd5e1deae4293?7zXZ !t/ 3]"k%:.kgWE ljTHœsi=PEZW wjhGҤ{5S2ϸjaVK~^_ GG\;bJQ-^F] c"@F7|eLm"2ےOo=89K$ tcB=m*ĩ*J; ؾ0g0O _<2s*vdLb‹_юi9#.Oݕq8֯E1YSp4JL"ΛQ&wygO apjUZHZ}6Yv^|OBHb53K'I@2gт /ʼng WFBy|VMh^hQ2uT;tf3;b^{YU %m_+?YE{jT7Lwc~Ao +ȡ7xOj?aAL -'(h~ٔj^H{@Vn]-IX]{Jr),"t] ߖ1v[Evx߶T8Զ U3YH`ҤeaσnF K RA{?\ >$}^sBU`FVa?O0n'MVwR>[ K*@TDyR۷z(ie Eߙ;/xS@_*`&xUUk_]CL"cqGѲ(V9A*M nwLq*2.&*X;oȟD+o3MibS+AKfu6OuѢH9ZO &vxĽʣZ1HK|yY_ YSHQ8w=3X;AgV'b?*v]e$x)zsqƏ@ mXju^3VXta{ڲ ,nbIuU) P(PɌCDkjf6p/J.4zT1LV\EޑJjO ϡPoѷi_F50zOnT"u弛I@VDݦ+΍ihn[x.p* P})~x,+,ґl85O֢7ʾ ­Z%oi )p㺓ݵGЇ²"\N㱱GR;]5nɍǬ&eaVM,3+v&)Wm_xf_hRE08vC Cg"LXRxj61C7\W1$iQ2TO2#~UG;&Zk(rj.⻂5XQ8God`}E}<2$}.KOu[̎f÷Kt3W@:6T-H3buO|)d='ziH}q{x)fa_ŵӁip =)N3a&䷆9|.,&~/CiFS\D[ kStv<E ( QD{'HD*!pwg/ )W "SSǰW˼,^ QFeŽm Fɳ o{/i8=uׁ4mu6]F;K6YnIr:92RY\ yLlvvY-eҪ$~3R:=y$hECs\K.'g?aB:/Ct;"g [d_;(슍CȄXv8x =O o6+juL~j0h2"g/C}^*"qϤuګE)j2L5pc ulIŊ}ڣu&ӍUS__"JFl0EO ?IA ֽF`h}a5JeKӳԑ|%j6CvհeR nV;\qS|1iM]CvQnۗDμ:_gHb$瀵x2L=׆(kC&~yui L;?vEEunw4'RA : ȥAy(p6s<͒%]q޻|{d &7j@y+h?Jޅ\{6IT'u e9^l)*=f$C b諟ЍH9~[5u;#,|o.5? L~$6I+}, P(G^o`ij\]NM3Nme"7}n)<梑Ҍó։dcaIWM`QLR/W1!1 AuĈ$4a>IBVdQV@Lz*31B5[X{Fh?.8njLdV4rRۯ􎷬=c:߇I V &̟ߑ1Dר&F +ĭk iO2%)t؃֌.U_|<$1뫝OL,=u xst GJvvzŊ#pMɉ0qzd]rQ]fWuD" ny{b/@&'C& U%Zۛu:y(NB _`D7\ y%!¾u7ďp(j|W+yZRLk1sltwo(Ϯ碾8Cs,۝,b'{sJ3*(k嚰L@ aBK-=k.JȰyg]4eu)?BwzˠrAB],EU႖RfnQW4~wD]L{un 0hlbE Lp/ϊk;HHu &ua#nx\q{;j jaR|g=y>zhGnA~}0doKG5xZgKEo|R{ey1&(QT}v.`yJH4>&eOI;u,}:q֧(TMZ3_InLYA_!0WiK҅g=<[X.7cj[y=p:A5!@=X( L:NL}C BФwZǙ"T$7 v AtPUiR 9 2$YS Ĉ'H<"N pJWؘ]Ʈ{  ʺjDP:EĀUB9,(7,.B3jJˣ瓇iMoU»XStϡ88NjI(OuA+Glގ<|r;xm>RTVn=3=^9]dA{Pd Db3xm4N]O-EnTJ?~6a~|֛UmMe:| NuJ9'LynY}ʁtaCvO5+S^Wsvl+ReTk8XϯDm|Lam> iz+В}?SH)Uh:1 gRpkP2ɝSQ/hd})Hxaם3]AC tĹ.nr'-.߆7-Ž̩zXU\\u/XW2 S뱶%|1G6T8@= ==C0fx!Tɛ+?ѡin)3NsW9N߮^GE4$ꍸp)'AyӰDCy6㓆nzD΢=dw^zYbov[,M exy P^+#:2p o̶&!!r=XhڤE'|E<{!Zn&Q҂;cYy]4&ju\ ֵxMk\P*O%ac~fH[c =f-! ϼb]%8' icCބWB(|pDOīs1#R%U`?w \4!s4a) zGǪ NկRZdoۆP* d[l%&ecV1+NO0k4>B&Gkފ"8iWN 7V 9] [$*n== @Z`*1 kMYbl<ؚ8vkbRYtzw0D$,?(ɷꙛ!i6zRVB՗t[~Vhƭűz5CuGގq>KNt|*.J9lHy &zvx4h95}w/3ȺFaP)Lr PU-AoK/XlƇyT{ r 8H< k 22tWԦ6wLG̗J >)TOT3`X .]o4E\]O$3BOzϳ@9JNj.0|dݭ" }Xw᫥m U\;F K89*(C&ñ'`S<0hd=P[T]=4K'=]lfR{M > \*ρib7ٮ ߻]T^u.x[P$u<*/ͷAOht,/:L r9^6jܨ;<|wEvp L<v 3Dž(EÎ:'ХϦVdkzgp FQ?N~y lqh:B} ~Ό:]BW_<do(mŹ4oHONY/rRG*,T@KW&[tΥs8wb8>A5DVEP͎ܓ-v00M0ƀHh>> 5gNyK|xhx,[$ɾS_fitU9AXd'w4sKC_ҮrSP~;z2Gɔ$97P Xm1$*"=3Mfr3ܽ7ڣ5 |T# y?y3e nQw y9j1hf8˦|H yb15NQ]G^̹0̌KTڭp~3C7&Z `SCø%BFthMI[Y9zrg4WBۦ~36dG5ꭗQV1. e>l)a[ ?I1 - HHJOx. Xaol$0KY݈&w6 ԇ(npucvJ .z;B 9b!c5ͭnъpb33:[|̉Xm$k@ p}Ed+_dyC힅V s9UJ#)?dYxɒُ&m=YJΙKr3X*w=X%ePIf5Y>@FW]\*\tK;lp!J^ ؕ3* bjTr2Ct.7Ǽsx26 {BR1ABJ1j/He=(/,68_>x'i hq] 5ݸJ-d.TQqE Uń]\\$=VUζ%K8% eu'lqѦs !\^Tbp-Wakɛw*j#O;r$HVetXcs偼?[(,ҝkq b@nukK3C^qu@CQL6k4kE @z?N&Ҳ$0yQ -7m |yfx y~lz K$Žo0I\:>\ըUkxԮԋ$@~I!&mFL9nI_E%" P( c={@jmH~|՜#m I>XgiT "bHe]p.U; G'=%އ"_nW#\ Vw w9#Nr!8GŌlzM Y0Y U% ЁJ1vA6M ql$oirYhg2sYxIPfb+=Bpy/+oX MniG3|Un;2< ۨh)OxJ[Xzn"إ[ЫYC1gN߂JcѬ(Y, M%yئ"C'VN\juI߾(Z !pww#n7[eĥu+N,ɾiaV`].:OJc2KbjsΊ+l{˙B76HMx@~š4j hz+W]ͲIȞZ*rT1D-bkhǍ1S?3['r`Nϐf/!Iqwu2+?/Yvˇ\3շiGFk:_W!ju@C|p!T~e2 σb v,:0A/u3u\}vØ0yŽv~L R*t}%?$B+PZeD1 ^s!He}xԶ"`f'hʹjT-F3F;lW}ܑ P(1@Z . {oX գEyi蜼vΔB ju4fE*NK]?0wh/w=Hx"a*hӯ{ݩ]rZ9o3*OT%/oco^>?`n >&]6_v \<{1} 1D޶lm[7`2GXˊȫgfN3 mVTOYzU|TĦ8N-IpSĠ_e,Є}cϊiW`* (?-U@ u_[*Ma%sSFgf =4Vtm/A:}>2~cr| ٢R^-"R7F%M]<9}bj$VǬ\$'|f`,V`JI$"ط5 m$, 4VߟQu-*I𳩖Į$E'[P^XMM+V:wʶahq4dK.Vnʮ͐VP-8enaeֹ5$wl -#rHXKp'Uuo2-1bn ̮uNn|9 Y2ٞ0g?:L}ea {+-$i_&sMm_//X̙+o sS\uFawjw%D.(Wܷ+~Qi3wKu\zXNHج?@}EYgtߊ#]w$;*lF :E81BEz:"b6޵AN9X VXrID5 1 KTzk`U7Y WbdkܑO,lߍei;t;u5x2i2 ~^ddA_tgXu2@~ éuH7KQ6c=GՆ>_$D1WmK;l|EG 1Xm?ґW̶EkE-;p(RQh] (Y kx5y^FEa"+~)aFj+PRnLB~&o)ގT^ &cpM.6U1^G+A陒2rqY^ua;R98O|ýH+3S, ǵN=yQݶ7( =1zbdI.Nʯ;4oAksFH@veP.2uhaVrYH Hz'osQJV*?jI.1~O~myTB;̞T172 ;Fo Jɴ8cM"[΀F$ 'O͏ZCyVXx=WwN<葁8UXr]!`Zgѽ ȏBʛ)[0)L9^K*G?ڤoO6oC~ N\G1d٧3")F@bBVMDagzW{| k>J_xX6=JrtʠUc$ rM$7G;(/(k[g/1~*(6gtkOzUM?^G ո5[+8J4~ rIF9RVj_r.^ɏ* զ+ X`uz=N/o~#Yp2{5 [oO2NjbIJeoք:}Qhr RiuEFD~|zP5)dJ>we6 zJVҵFHfp\PLZMx8f!" >P9e F EXH4{PP!$m& Vͧ6Dn\6:[yUtp)>APXv:/{Un qQXC<_9<ζDJ <ԭ^L!H2MJ!7 (}^k^\ͩIl5opxLHhǻ17[췼 ݆s # ~s *(Pb[-rx _c|V9@PJvmJZ<cNX9c oiĉM=} uod lm$5D;N#&\ѓ#BfO[:XwiU(vݎrRqC8D Ƀhi2X~ *EYqh*k4/؄Qjo8Yɟ>}lV{)a ! ׂ7g=J=wӛ}໿7T+\p86OmOJ3RAzG3!iLZ׿  r&pr\Ak8R;<o4֒V|Ze ٳ,;YWܘH*n1)RJb% ypӓ?FrY^6eZZ@ "ldlz!dbv' `adׁ3%'0yZJa6CݲX(PA|Ζ_XH01mf|,ڤ(4i@FwS3{™19aXLz'@* ;\7DGO7+n!V`K+2^Y'm>Hwx#3݋WJ8{^+ы’Ӡ< w9P\  r]4YYN"Ɯ^)VxzSn/^Po:n!=ǶGms\4[T_g&oTe~GXt(i1`y77$w |g_g)D oh2P5{6[[ ;yȡ3d#țY D4ADD"+e5&p\bC\.ge%m.5~Qj׀\; (%ϵH<DPDDS2b[70Opͅ+ˣPh4f$x4xT 4]EȀ905:C^C(NX#I/<`s {)c?Kg̘හh@!?6tg% zuHѓB#] o@FTPpˁ 񢗽_-L„K ]ȻwwW4M\LunIH綫 ٖe`h CQz|PWu@_mڣ~6*qto=e~tTcD &0>j!d_\X陮mt__XA`i-4}JrTKdMfbZE K]caYCv8aa_^H#jyqՂA1dIF=4i*2bm!9La_AZx7 qn+*q2u,<@ɶO[JPbEk3j85f#Kۺ7:Ԇo64{_-/##eK !uQ|~BޛA5O׍IoX|]ORlӞquq՟U byFnt9 J B=K}[,hFU/`{^k Jwץ-+C{ ]t>Гٲ#Dݠs~T޿8z[}p%%bAL[uƎ#xUd#%ng\{xh>mJ(0%:RC ċ90[Wpx DLC)5idğqTX[bjP>WsG!kdE a8e f-4grױK7DaȑK,&ͽ620[A@^~UKl7 ޅ ~j4`n.5LK_V\3?7%*{Tv0|c*hlT8e*&hXNZ=uR>:X F9:rU/ 9^1pGX:*Q۞3ypR`@D,BaXMU0m=pkR6fmNY.AL3c@A#Uқ1Jjm:C xxzUjyan/sBR9g䒷/f-Tu=G ;ua-% ۗ6mTDR`FESOq&~9Rמ{ʡKd;Dexvfgh h/J7_gTSzƕQx _YQMG+q *$>`ׁ%p.[MH+ P4!` oaʄ2FU m^tcL\E6@kQ9G33m$b)Ϳc<&vJ*߫Nq!x88MmuW~Zz{~#@%39p`2jʅ twL ma-;|gȊM_#z{D> @p;$y tm|Ģ')-<$pq}j,q6RnFtMc\7IAW@9ۊ!:cGP:0Jc~ yeXps!ypH.ܨN,>! -qYK@i \dHzz>.9Ϲ\.,Ǧ:EyY⏍f$x:sN.ɼ|"R,J.fmh}7"XctiR)"@?$-^5`cŞObkӠ^C+TZOWO0b'WIKʐe0ԼG0Y6۝ĚmtXk~ Fōj8ʛ! Ş Ab*?D3v_(mJ0FO&hmё\,:U|YQA5ߧu)sSW]l$bG?Tšq.WV:%iliؒ3xbjOkde'GC){}-':A)fo94 1\݆j-Bc Gܹ`EIa^RD朠=<"bHiGv`jhEce)1xOx5PKRI$`JHByz_gofMl&VAv0[^]h1c|W{>P{ /v |^'֖L^/kntiܵ҃}Iܛ#fO ѹ8 QDO)^10@P1Jn2/?0i *IGGyD?aqpM?4uS,NĆ˄@'9l2Gɢm |¶cЈH*.zCO(yyɉqx^7C4֤M1{:I;㰽~l^Vuy#2X3zld^-JS^2cF@9TA1{~&,CT7@Ze~)Ż~/ms'ͫq^ ?w Cd,ڢIGЈ[rIe~4Fo#pl9GOMm|3dXKC^y.?y8Iޤ rjסMe?V}!mǚ"5}M*nL>K$PWN1ΐ MN:;?~W=dQS0ةL& fPCP~Vۃ} R7e]A5Qa⦽OXipuǤ}í S۬hI2nĢA䭅j8& 6nzt)f`kWF{WIւ|!бfyM&r|)5`̿7w"v\%uQLwX\qn>ff|J e{kdzj h]'X egu0BX; {T=≯B^* NpT4sZE #b$-kޞ2*=r i;H,m{dI-ѱ|^2ݤso!9>cD xBy74bVْG]`pRVfm x/7IW]v&0 ;ҙ"@)8_}.+rSHuƁIp+fuyL l>j b5E3P5Γ ʒ/p$1@:aU =Xn0/ sCrz)?wDhllx{6Blj[$-~ |jrieߧ@]ܡYޖ˃+r3}"~xqyEG\u=$5X$O˦rFa+?BPE۽ւ^>A`'pR/SUP)oa :_3Nh1VibOgj8/ʀa5z23;¹Bpǖ+O>&zHy[*TmaTܵ~-קn"J@BR:ލuDPų؇%R!e=8(6.00\14@!܂fn)¬_FD'%z4= c+ $Rmj m6e:{ò # 4<vNRH$C)"A4)B$GLJ*C (!-2FWaJȀmR'5㱣H* '2d.w*.tͪD EI7=F5Y IW>.q,ps i׳P`<[ ~oЊ-%VRm7# Xx (pEp[%Ƶ)UK.dƐZ^D;Ʉ(z)^9Gו#)] $faPP?1/ .jήoU:p;T;_4]jOE%{Z|E?@YG ѭјq8@vP/ :*.a.49`Lgh~V)ڹ2)_淟e0 \֩ T|%<'j *3ɑGe8p֟oZx$X@ʟ:Ad%ݳT_Ή}v=t;+oH؁Qa+H_kNbldsa U oJiO&H2eD#v p,t;R uk]ŝP Xɤ aCƖFi4hRJq L$Xpod/X6[/TAޛIдk Cn%QU*͠SjZ=dd7<-Y<3/4 {z]w %`S#ł<87B+ 79 yLz;Cu~f4L ouE^'OQ`wrCTcu29ĞI ?aʶ%HD ,h\K.A/Qx}nO+#-QwrgQ5s{ X۫ iVS\7eHpFDĔy 6)% nv?q[,tm7s| <M}dx7YM{Ib4O]qK4L7=>7ڤHmB Y[%LBґl9^XXdLJw1 ::O^e]&gSuE)ky+%󑯭q~JiWs.X҆wRꟶއj[d޸{tnD@N$u D0-mG| 7UG<ɸctuj!МF^{(}uXÊlҮ7]}%SՍD{C-3P[ YGSPv)`+6hI|x3?ǁAoU7MȔh̠6G#ع0E&]oFv-cvhظ`oOÏ' Fi0i\A52G6'ѵWW_Z]ʦ9t4l]>v6˧uj^SM᭥H Nm)?V6 KCy8qRsё Uz7#t rlz \'^{Z 4.hMBۄA/g|jGs1[`ZC֑c;,pzus#=iu'%>AC}Sk6W? ~^*-6Xq<8Gl}"OȖ&!b[df[iJu"daߝلO|(`ڧ*==DjG_I4uaty€~e }j5+ϼ6{z,E_ c+J\A \'8%@T?ea(YteC,Yc8Pb&<39j=*1Q. |-[<8_Év@ Hkޅ]4œ{ncZiE#O=_Ri[Q=f'ISU,PKJ~㾏3]et!VvfJwn۹_mN 'W5UVéڄ,Gݣ{V+ HIM7q_bcc 5Q g,U93+$i/4|] Onm6{E u2Wq;r9S@`H (~$W֒PyyȡX{&;sՋ0ᒌR׌})ю158B<$9'RI>/d#gA\@%Ո``!L+VDFEtv2DgN;6B*V$ XԭgDSnA86q |$w&5X ? h!_hev8S2*[3R}Lqc\;N8yýb0oK2RPa; ?w|.J3`G]ѐsb{yZ<ʞ5OƕTD0wj+`l-Z߸v$v*&6bʃ%_ 7n8x vΘR~ ZпG0E(JVHXIuS"}F4쓃j@1*ئ\/UFri܋Y*N2_nLY M07?7&wǓ[k1<,yqq*@Lj8j!g4NRlhߟB}xhδ1js#:X'E.eJ6 ?(.©f⢏f|GlLAV,Kn GO:ݚf)ZR81' &^Ȧ ,|p<jQ*H/3gn7yk'0mTUٯ}#)F*5[Q#:*sؚWN7{/[h @C$m1&@)LM|DӼeBǐ-XGNvR."A˷X>[\o $G3q\9ƪnf?oǁ1<܉ gY X%opz"c s5#\,*,L6]FiI&+b$8Yeڱ'3j֮VERӺ^n+I5MQu# z?|k!#,/dxe0|MYϡjuێN@=/5PI6 .ʔֿVAj.̏gpb {I veNA /j3}N] 8vS! ʱ1$_-Y6ې[5>q,s[^k% KÅ0痤jꂤL—(7u3vt vr!bRFT)oS2:d1{o\QWˑa â#b(Y=S*lbO3CEvnXCh]KkyZuVR/0Mȇt jIzO'<}YS@jA:z|/&N:h-]*t\wY|4 dl{+M7他6`ъ[B<*7DZ-&#Uف(M(JG^I-y|[<ߪܸGGr a0!?M}T0"Ar <1Mo$E0#ՒD=ռ6lrh Hh?4'9ꚫsȲG D#ݝ[E1Vb;ψSD\XE-:&$ZŻ_Ϲy&h .baa8#d 6&[n*.JݤD=X"jsq4~Y&W<|k_ϰ.\}?:}"v 㧨Z./IǹaG|ǰh/H(Bb4+vyB\U&§Eӄ}:MmGK=P$qemk:ej+ݸƙsOОSUWA&8E{Yk* :x_*7=Nq'Sͧ|o>a7.IA%oxX{%U!p&7XՆN/$Ey,`\3oӠz,yWCpvsq UuU'ќ[?cxBBZݭmPkmiWig*%7G-7K==@ WC_puda pN ϔ 69ɔB..Cc[tkřB/eY̗kM*1XK)v9$~ l!8wÞ6L7!/)5 )W$mANƳkA$H^*Q6t5+o}|Tod D^)2D$8K[>XKCwjq0^0ߪi;x_qd倉 VC-u]^ǕO8b!6DБvp\u;`M'% ܚ-bx;>YꣽܵMF? 1XGU0AȷgH,#Bȝ2I“ihg!@lIǒ|OFmomY7{) |/\B-9CHI{Uz _}8ǯ$]F{)_[^Gcf/qKbTbX:po4mF]J4`XFk `%5 \X(gTT3̓=9h-bKYДm ZXoƩPhPh!"[Gj,kиlg7o)T E.`uE{j1TޮEGnrPM=ɦ9!-<~C@!,q@Wi'm-n1`?u77I'`L۰! e5s1bD2T'Kt+59mP2@;ŬB甭Ԅ} QQXc1vȡa_+?]QbKE$%?sї50 ;u?Nu{ ;zc'eyAm&(v(tR"XyrUe'MAmMYgLPWġE|{٭Z3bQ;N;z/%כw [lꈢˀ"0Aw+KkO!oIά]H| 2Q+|u-{w+$FƬDjH8 >̛r31Nf0*!_dؙ n/jF̦4D͘rfӟ5+?\7vc]CD‰<@ G~>v(FF]×H/-?q^"TĹjf ?s>@c0y1}hԏme3mz1γIiSڇ;H<8F9|q#Ԍd Ort:Ii# O*B]a@Xd;(oU/_TĦWn_3tX"cr5I}k'6A~IOɇ 5'u04mحf>&g29Y*q \=_X)VB:c[yfV>0US>3ոzMį`1ffLԼEfj*ƬSp~pe1`u`Ifl~Fn]wa] qՊxUnXye# B& OD~_7nh 1̩5IG=< FMs/v/6" C`$eE} fe%Q1PpGF[ ja aL ݏdXYRzFxNj8,H]}x~XZFI{ƀ.q,s،'Ǜ2W*(d{}#^rM%#_il!?N,=nACR^qsÑ_~im$ѳqcN#3m0;T?{~{yBdQwhZ[/]I˸ò3Q/v. !k9zz֨Ah|]EhKі2%f*̭l`2Qa_cF9Cvr18-@;T!5_pBvob_z_NA|royq^ n ]15ådwkdPLRX+S<-ӁGgk#AzZoy7Z1r]xO*[&F lP!]ooC:~ 磃<=M|!乊Ƹi ' =7(WK&p=c-m I B6b~PzD1|!̑V:Y؁ !VYl;櫞CF[cB(a3~9|}Ii$"O!@C,ٵb_9*oIM%#bnB?;.|4Nb^'Kfeo9|Hݯ<bgCtH.$j1w5!ŒD{r:砶 71@0^Mc),KE _R3-:ơOe'wY!t˃B|kZB+ IوQݖ|NF#cQx;[KO:?rMbz:wsL:t%F`х?`H0r :4{ p09Q>yI#Gqm;fNd_cg|;`%򌩊 2Znҋ+A{G%D5& $_ߴ #o3%Htc*O}"ܯ-Fe`=-{K /t4k=[y“<>TYKRr)0lVζddTE4^ɫc~A0LYmڵCQm)iI_Aߗ*eH4=-Z_-c!DIJj)y"Ra,2UoIez>e欁Ivyٚ'2>[ bv'ȉ&cֹļpv49{ V]:*W/V'?ZEܡу½4< @R_g\~JThCHб-C# (jX#c r8` %tޛ.}Q5JFAnmkC$$Jt,R6JBKQ:bGL@>ݶ[9O_&gjʟ%thO 2퍬r0n?k`31#Zruwٯ/gQ& S &b  ]MEeN^ՌGq ׏5u2`tI2,]#.y NHĹ~#Q:XjGQEQg osXlpSdD_mm O`qU3DbvA-nd*r"IqDG­SVh>|.xh\i/pxxpw(+Sh~({iK*牢gNRt5pD"z~O@"d C:/|pE;H9c{)!~qJ~w6n'=0Rpq*{+w?R6X$¨afp@vÁU1 jA oqL_{e% u[Z${\!uao-5gA8 Klߛ̔';ɲYnٺB5H̒zLpOO`f͆UM*ţ,J)INxG.(.x`;%ǙC&! ˶E?;i&@#نLnDQ]zVpK`P=UAԢ2o0foe d]66Sad}}%iȶdB+ CC *K)KIL/{(s[jä^e$+ԧ'͠m?58Jdf|4ĈS$_+,=[>βdI2[J ߩNlLg֔Ǝ"Xȹz_xح zߖMfM&ʁ@ŽE]jF Xbr͸+E^a`!>.>0w3o.ry7]V5ʣ4lD p3wGmO`ֿJ/fzx'D275;  ?<Y&%Hd()V4(WzQ9mfRۢYl5Sdwzn+,!~DQdyG{Mx4Hn܉5}E?hwګ0o2i+]Zwi2Tj6i ;sZ,ɎTB{",>!3J Ϊkޙ[C]ZTʣ@qDﴏ?(d1ad*=KI9NobDC]|!rz_xƥƅeNod?M~|J+8Z9~xlGnc"5BexD-M\)M fFϨ] cd"Ekض"/`Y+j(ťМ,GtK4!'*@jPc6P&@u\S/4&`wfo0ȗD"9_ZMJ3/! 4MG1蜻'=ώU,Sc $zvu.B--0}aJ9Sv5IiBvhT2M^Qb͎ǫeϺ>҆UV|9]N?QZ4K 0(֧߫Hޤj`wBzp(Y fhmzLcw`1=g_В} 4Qv tnj;x)Os K^%LQrVow+x.<]$'RxH kډ‡<{'!N_=7~$ʉjyA/֥HBѲFKc2%WځgK6ubQA9N96/F.z2WN|-~6ѲpMQ m܆nŅlol'')Hɑv\QQFּPX oeu۽FpD^Edw _spcj0,\xC*3䑕+E̥kpC?jpae@~ Ӻ֤t7%V٥`S0>fAH> 킴*-k4 z qf?D%MB~ܵ:he wl~:羿:0kY_"cJ;YޗV̅("_6Z;oVIkzG vC8up>x2JZ{I] C&I+9ǍQr7 ٤jލ:%E纀8އ?*!\9s5_n(_<H B\_X>8#&X;2nF Rh]`sz;9pX H6ȃӷJ@-C[N3BL`ELrs` !*%ˎS&N|򟂌*PUz# waM2R†ڿPE(Z{GɎHZ+mpD>yy`مYjcPZ@N׀dn`[qNI[25H2MB<%5n47jj$x!{ېڝȈU[nX}Mp}GYS S ED*l#~hkOd]!z=5汏;qYܑ|)u҇D&J%IYQJ)an%/5f^}T's?Mܣˠqx=O e$utk\ EO3!aSsc@}uA"zxv>d7arT5؆ÞԚ1+/bÛ?x`hlbt WÖqa.Wn9D]`.o _y'%K31apȲʬ6ΊR)`+:GǵFn ma]CF`> &>&glySPǣ1\5e牮j^ EdWѮ!m9_3|y^XaCo ѩgP 7@ zUwvH--`CQ@@mI,)M-R}K.gTʰ;;JX7Vc f>hS 3S_Ok:& |^b~>:&'`D ^q+惏S@x QݲnPmN~) i}'||hv8WӼ\j Ҏ~z'IOXQ(g| Qko@?o)>unL8 +qA l),|f!^DBhԘ\g҄F4Gdx?[c͔|(3u5L*HPqőMԍ'lZO'jHk<:W5}+Sw ]DWEuܿ7W%?1N8@job0(oܨȏꅔdlʺ\e:0b"ka TRԷEᭁJY}zkV;[UGʍ61+\r#jcsRZ"6%? ' 9u 'q/B OYGC[hffzcI)Xϲum.$ٔ 9ZL$(d\to7 DN&㩁YakǛxc$! !E_T 'Zsrܲc ߃{󫃀olbO9ox`Ԁv9zMp qc5jQ P'ubIX%S%zJl^./xkLb صxJО2wk!+gC]Fa;ORAxv,R3r1_Q >Z!p6@Q]<}k4>a9wn7=JgEz?0ޤf2q>/P#(Ti暃4Z B*8PT&k,~PH>}Ml.'pY*gEucpUiph5=C|0Zer0NtAg/Q0Io5,Ѓm>_y[/FKrZ!*ފSGZ*C2{ ]ָۂHdb]boL;ѻ°GyF=Si,* t젯a0F2ߥh >yZR;b#JD/>W-[l M[L6q|Vy`$oyn #U2;qyC%5ɶ4:l.;*^*ߥ4P1o}kΕHV3LaIgj1ruQBN :t9 Cm \Xy|7P}_9r55TP`n یb3tX4ONQ=!9_JFPZtrDi{vQ]TBj7ކ \QKaϱSP~p`JbfgP.nw_t(<:WeʿWg@T?J:KX/qDef7B#wʯ,co@ l?E)2id@1J:a=liT0wB*#WߴX_F>S6qHuBS> '-+d!SNL/ ᖠ.7qxZƟx [A&7O9EIAֱ:BI&LR$<Ƶ[(Zyp̽RNJV ~[_6˒K!Tk_?? }h޺unbeUbNiɯ tkvE)S35J@M zlG)q#R0XLg~T8DMD4D%:\=W78~*iL5uǬs3?~ϤJծǰnx{]fPT @!ZuDaHgpnso ŪS'q7 Qh}iCרކZcvQe=I͑soz.eq'I2/eR;lN[Cyn[W*:jImcκp9iwM ef0UiR)0JcTVwyTgM2n`=#ZsJGʌ$lH3Or)*[qu4|󊜳S2fi^dB^rtqZB8J!`J9@Gt/_*蝾5#TgpUU;ɯτt[5~<1iu_l~#XVPn>H+R II:rsҹ2>| j9kcȲ HWi/ĒYU&ȱ\U8jf9Uh0c{)0U؆ AWv2Nφnr m-7Oe$!b7GU.]_D :6l|9sR Uq,Xgo a3pPyQ;:7[ 9[CDs!TV+ð18ͩ:5bYzU|9>f2lx3f%|"Ty4TlOk0n>z|ջs;nΐc\uhvw;"S)sg(3H х~9iKkJb)U~]伡=ik>\30&JHr|Sj쌉/)*5!~@AǠ`oixr/94H*d>0!H|bU8W}I{ƚHKcB]YUlGDI 3bet`gm 2&jL*4k>#gDB+2$bCnрPVJUVpVjm sh[j@EHK1Ccb1N_X/C$"7ɀ%Ľ/LHF6Pѣd#=aʫ{txk_TfzPի-Fd1KxzTĎy*Rl8#;K  ^ ˶B|݄&fH}~w^PtE*N*\@7,fAhU6(KbuN;mfMGUԭV_s\lSc,5d"c-nzBmbY?m|Hۙt TY9Fj)î] Ն%)Q !ϢS|GayzPoOm;ޅ8a,~k'S |Vϻ!fV/߅g/} *ʄy*TK9&I-}VBqOU.AZ {#D'FscpM]t[+U ZaPVXt44h n#s8FЊN?5,njIvޤ@qZwhwI|ۈ {!w*TxSX v~?-v͋km@:SͅX"j][PH GQT*zٮ zVˊ Q>ە)B#lqMŐ)ɏFpC&^v!  Ar˿VK#BTFnSqs (|H˚Gg;4=;).[pˑѮ93SeA(ו0Џ\ o D3`9jeOA./yAT*$Bɡ2t¤~l%X褁G缠 ` m dyʸAi<( ZAT]Ћ,"Rmɱ5&$M<qCO,pM+  WE WBTi@5Lp<1u9 Ƈ)>݈"֑@M$.9~|k,Uf%Mϩy >E3RZưJ/2P%NvXv]ֵeh4Jk`!_O8qH^‚e13ɳL+4x*XtL%հv8҉+8噱8u(-rYAc#!@ B>E`$U;*Vki,>pW 8*]b3\ǐ 8]Cc}ȩޅ餢ԕƒdwZpD +J15k^dy\x8 7aj|I]`Ftg3eٹrFk؎,6RB/щrI"TIc4>wM>s_=vZͻ, 3ʀeY'rx'j݌yr^a޵UJӔn$E< 2G4j|\A0JЭ;/X"Bc㊤vAZ4L﹑FÑUv(X 4|>HJtIdh ş@ҋF,k AɇC̖ҸN:]_Rp E *^ pAsϓ3F% ȡESdpw۞pg-;a~s RB ^fo t:%.[Xc :7'E^;G*3TCU`Q$Ö#¨|C C|\ :ʼn`FN`nS0WF>!ܽbJ?"(PHd`yi:V))"(%0tjR##ɤō|e3hˎmTI9}c)k\pmsjK֪lQ}b!'Ve _n(؜}%fI 4|'~¼blAr $b브m")R,enOx3y0X,:kc*,C^Ml+1V9%a R c0O.b9 K j (09? ̐gz/U%:˜r ZaU7)-\ HTƴ(*gIٟå)^<!d*;D7磙Id*u.>*<dQB9=wzix" |[hPYBu} `z0?lVhE LlR#!Bw0ۮ[OYdR'%~~ˎ0 [ąO&!rUGt便>ZWi[[mH 6MpL=wDbeȣ&ܸxG1*j/kk_KG䎯W-#KFX~*A3 ֧`'ALRv_(nI8w9؆Sb]B[#؃U6pv& ( W?{^ ̇}٣/::y}+0O:Ȫ;.)`0âply?>بW +"ԤeWfO".Wԯaΐxf|ECѯhF P $g&p"Ř-q]߾#(w6]҅597A˪`}=Zgd+z4v*AłX^Y52D J]9 {K!>wil)`}˃T#F-'z5fu@4$ZCQ;"DMɴ‘MIKg|'2,Tb S Qܤ1JXvc%" fxYu_}l̊E]օW)ӈgV)!%{op=0l 異,0bMӟ#rM·o1QEI*BaݯTi/AxrgK g`=ٌBxKWrN?cMymQxтbTZ#mzk6 0.Qa)(}24p?_XT&:ۃqdtV 1y9u 2}2y@/IC8d۬u]6㌷@2tK(N|0Qْ^$mm4@d!3(F"_w]v7uB{?O|d޵*pddZz]aw8ֺݍHT@t@l5?<yAr[c!Y>fs8NL* %I3D^ZFȺ]|p7ۧ`vƝV~+a|7bXbR&WZ;s?UG#%ϣS#~ "s$+IMޠ^V#WRiN9-vz7W>}p쥀4ߡc1=sE$.63.756kRv D#R1(cf4}zU注ow Σn*DO!|XUw! MtxSF |)X N.<5mK;})L>I " ) :LsѴXF))ˁ"$ơ@T!,;}N_vrӄۛqi2l!f7iK [iEc E?q/H ~駠8)y.~"719qADX@-Ƥ%jZDsf& o csTSh'N8.އ"9Z$Ԥ{QWJ 9HpuLήvy1o&گ TLs2;kZE#1>WѠM,F[o,\JǦ+/|,z#Ti02iIqO#peoS[>Hscn7/,;B 2苺?c3?RU&c"CJ8lqhev慺M댦\cdR+O3)oikw~ xf}~~5hD !Ȱz1ۮ%iW=!&Mlw#)%q@@ZkzbPPp'dP.  ];HX ޣ=)؞<%(46Xj=?dx"6F侞#UipM]2.KRlRs?v31I-NSJ+R?\oAMvzq@!XR䌍-.k?`Ae2 XR͌PL[aˣ^Ca͘*E/R-1m:n;;D`ZZxpSDDZB<%@QܴW GEqEU C[d!Bb[08- 9l- : ԷΣ3FC=3+5v I͛zIeʉ] X{X& U4.NOS4Uk^+l+|b1wJ{<ܥR 5k7 7䩞(9J$-pi;_fV󱘧[\YJa6COq< r]WƊl*Xȅp}PXV`x6i'j]9!,.r8a%NО:\0XmQxj%z+E sf"#py@'2nw:EB t[ AEXG$ Lˈ$j)lXsp|ADPn:Gr`̼ NӥeŒ}lL6r`k -1HxKa[ET'{рv2-!FB9G4p )WGZb}4z[Lh()9v3oLܬۯGizN,GV$ kscBD8{$73APDaxKD%G,;*^3Y {4?8x96vG:&\?9tl`7m{&79&cGy/UI* (5 Ǡ!4.SVy4IżwדKw$%ǝ`j@}e4:By UƌOq}i]H/a)[e_ (eXo];:?!D 3\ZRrB׉OL;̀J!U3!.z$#dJ yK{oIbZʀP.xkfi,-w9cv ['#bƱB/-Ռ~!qcl-xi6hK^Wwnt q؍b~0k>~u6\'j= w_A( Wx!A%WoT^gs[!藚]S71Ydu` rz=0 W+0̙W=9D ڋ/9QPb )#uS0SQs'%py䉚lDn%17WeӿU y>M+_=d3fTa%9cl)V(H;xH|-ccb5iGu{y@Tv/Vmg"4T'|Zӧ yI ,ӹM]zJnfoQlhmR|?T621%0Ir@TkQD.SrIay 2p|DPW/հ)ḢT:~ʄZCsZ0s#+Oo?HK1Orɍx80rv؜3pZ~ZLV%xlǷGgMKdԱQ]Ǻ/)ҊӑjǪ`OmvJ9 VI9T3)ǃ`]A) nWJ SOJ~S%` !ζc7Ff"y2Be"V'yǎ$]aSU;"jL^5 b$Lv|2<^>.NQ&^ƫ'k@^x!L?}rbu9Ж ^8nxZр Dނpby3 ;> ^.uAyHKۼ^h֒OU"a;rj jP]Q. pҏ/Ys}x?mpUitE!њ}4tBD cGmSbIR@RgԨw5Uga_s;AuYx[=?25; mz߉ԫtձo7$uEdZtu̞ECB>t[] 0zAnҏC;b|fl,sh}DkUIDy #z}'u.vvDi tA4j'pE¦rtԀ`;S+5MJ Q͡K*NF{ǪELP~5[[WW&79? 3|$b4 $KEwx[7[ @M^\ψ ~?#O%X*4Ղ&X}JJ|=N؝}Q(P %||7#Vc.Ά VT\QрTO ;dd.Q!#3!^{dw,/5nd΢\a6H!xߵ-_WJbQm̂}8(KskuJ(JV?2#qZth$]}DUnkto ZOWIlt{ΗGdEƳ1d\'pz*j*ɟH̺yBX6fy S bXǕ[)]ɱ %Z3>;G#34Z/o`uf@^­Ͷ̵wn#ĝ_0v fS.Pt c0(Ӕ:g#~Nru']k#&q,v%Gչ%I]?p^{~$Hfka$ię` 娗5rRSv݅PȢ)& Ԙ ]. ۆ?>p0PE)-1!Jf[ j+c n>8Q*SxUR mi0wnf,%~:-(GAZ, 7{\Doi@mP ΰ헗~8k%!7٥S][=Q䤊{=l(ϱM\s;+-!}g[WZ5徸Eq*xRR!1mt<Ѡ4p"m=<++@)_t+|-&ry}8U9[k6<\A\~h+ }陈!`uU!3je׎6^|@ր7Rϙ<Inl%+34#5%O!R cn?Vhk$DՄu\dK=V*- g5%uY /Xg.o֋5iX]Ẉ k% kЮga(NPPr%!ɓEH% Ӗj0#[(ķ$B=Q*dW@SrBSډ;6 >RGm$"yj_0lUn&+vmDyEJ4*a\iвMf]J[E8XS"+VxKB 0T#%O?pfN S +FT %1EJ;X|x"W9o{.#Jt1#&L!FǯHSeqC(8T+͎ñ߄^h0!_nkQ6%ʢ-COn[ Ӊ5dN՜e'2+X ]x+0ImǢm"അL-%m\ۓ .@Qzm^䚠Vz Vω)]$0)uvc/Yu1Yi`1HZ,wNWLBg UX֦@pħb4bex;v\9šVbIWU+DB8-W $&}<q? ;}?M2żVa6@~)V)Jws L fpʞZZruf(L.ΧP.TZyR /,>ͦLV pwu$8'2Ξ+EHA'U/[A'%aúģZzTht6Iq H+O/!{ɶ/$,F`F;y"@㉓:nk*fhֶۚ/*+r(do:&x&3ݽ/9. Kv@ j#>{һڧsbݏ'e~T –+| `Ȧ 2=S V'i}0~mNC`;{ˇ*(2rwV}ڽc/Zey>L-y=]5AG߸j\W [5L5j-Ó'aB xw&6eh ׽_bhG, 2gfbon`1];o3;WP9}4]iJL6aM ?da*#BT qϋ?EȺU_tP^?9Imʸy1cuh3֟ufHN4Nyv:>;>KDŒB󕠺Rw1궵(ĮľκP[u<ȵ|m'-οլ£PvFQ;yG -Dy>kqotoHF͜x uVma~wėՐE`WJ8ida'2" n5s]X#xF &rRcSuvuߏ /x餒#©E|cjmcЃfЦHEr<@bkQLB:*o3.Ec&+^^nm5~qrd+n]JİvΑgUu^;  Rbxv4b?kX߇kc<4m겯.Fa)&I :Rdm&V#f7r_ OR5E\7S_6d"'dzE {.3Ms4?>SQ]v|糕-Rt7$//cWg^uIYE&t[<xRy5O7eH!ScjvkaR#/沦/\=:|PzU8~+'ֆឆ 4_ Qý̐)F2J$Kbػ'_YeOlܓZR(=$Gd• su}R%mix}%&;C$? c3T] K…*0BZPw1PdI!uWRC Z0[37Jo̡jѽP0pZPUtc C8;o{V˅;:>_w-{+Bopsf)j#(L Gt |La)4oO?h<+;w,yo0+aJZݚx (9gc UwY]>WCr,Y<@"rZ @A*fc(if;,re+ˎ?Ƒ LjyӻCOuV1ޡv֌< @d%qԞfy ن:ԣWxFR] !SZ(줍[ӞBUQ 1IM-;I塿 c!\Sǫfy!\RVX)Og 4/j͎` eS%q=_j7x%"퍥 7 3f4H>7dyYto- zbZ"M$9Zc~k(upw%ZWY Had\Q<\샩1aJ̦%j=ѓn9~2]sA4c$6|L0gB⛌xn1\H A`5?+;'.H^c3i@pMr.@zjiR)nHIР"s ~ 2[n~iJ5K|i勘mGXk^hNr`NtXH[F&=QLMALgEr: 6V^Awݿ QbkH0DZ"L&J+'|J0m={m&ɮȊ:^tfJhZc'[f|u0"CtIAkNׅhT1`+4EYNXC}7(}{騦i*d֕*ew*%[I9F{^6vq!{KK}8 ̆42(9_I!6fE$U',MІ]&hb jceI5I;RDElPW 97(&j츆:>^{-W[e{V#WxcU`cی?ZZX=\9U7{Rڦ,Ob-)}k>pLy)PC 3E< t A;c,VS6!V-E*ngjP .싫R R1ٚ%}VCL@kr]ݘSZ#%, r;8A*0:-Fͯ7e:*7dI#\"^fչ`'[B=u}i Fڰ[֭t Hx'ΥvLY;uO 8zR#E@] Mu6HH`)Рe1(z]E9;]RHqF3’Rx'#@;!Y$PxiCk2a*U@:4!8y^AV|q/7>MƢ(1O|Й(A2b[q HSH4S bj^)i̩W} K| pt5rћmuL1}sf&/Ket BexՃ  Yse l6>F|ƅNF,o]1= ?]SZ˶ÔU >ն[מX!tW3A5,MjÜaճzeEӱT0!-0+d)=GMԉsmr[ (P= D*yZ纺>:{6-={ҷMH/;\ v!E)D|<7#D*D˅nV0D;H\!'Lo('7 &!QL2:Kij/*ɚѹj pLyyX~%v&{F5ǃ~ϫ6n,;zt;67"4o6{Lzr#HzgMa߁.ղ#;ANy۟Df1njWCaGIH{Sta,l%'"ܥE)L_z%@Pv xW >(qVlz(ֶBƟԂc{@.hQqoU 4MnJzhQfL9dX[LUxo;rpi:?a eAA.mU.Dc/)os0|};xD--oϔ {*m~rI\4cJk. 4A$rKeDzAh>ɀLx:c{~vl*c%>,;֞Oyan@@"2?ݱS9 a m)p@$99kTK )ḍ>h(Ubb.Vvޞ.5,jg!e`# S~.s1W3O(8~a;FĒݣy┧5TCi1 у"΢71\Ne>`}uqQ<#]0-N׬7#^X;dn!YG VJ3,|6'8cM{*wR ʊsGSެ/Y- Y1ZUm1lU-S -l`L"xh;&r/Iksl{j{ ̫tYGMpac-(G@mhj7G(Kc~4;Jg"-1mgVϣGYWܔ\E|2.(RRV]KG>M&|,3;צh~YK^oeGxE]#Adv_>q'A͓EENgP'h͟&$צ글P)HZ Ϳ5r~q=Q0h-Jq6-@>Qxt6EItT{t?pB,tᲩ9DPw7H'-k-lV6bFͽֺ:igkqkk#M rpA jLw^ ̚8]fl m l >5A1!voѝ4*~PٮJ:\2sWi/@Ft97h4LkϊS~ bo!Bzў m<OMGtv,MfYF5s5+LK]Qi1j$J`&^x jHtb[}&ʋLRHr`3"S̮sWt aRϰ9NZ "Z'˶i&m5LGQ5 ~YO!Iܰ&^w:-,$Ylvx^]F<9Graw^)Ya1nqQmLyu!eWh5C8J*!y^J츉co'aXN&Tvqj5 5"BRW{2DIcOOTS WUpr!pwSߢ`ad 1@آ<:a c2G/G=Woǚmk<s}T;Gޤg@w\@9#SRs9ѻƨohMk1x<m;݊4o"Ľe6@_X=KZT yC]Tɜl~>kZV%J?Vhڵ6]pBbg-^U!)؝%Yd}dl%[Pɂ2V`ъ| C|ۛNKTp+}Z_dعKzvwKjs_`Y8.Ŕ+.8'|&ҿhm58(B&L@:#*Tғd?$Rъ!K{!Z`P:Ia/4_DΗIh~-!14l 78Y 04S5)ܞgA>f2Jt O(AYBI# |#AvUk#t' ,i=ɌDB7b{&"js{߷\[X(1.uGtҁ+aEO 9h/@ 2(ZEVEIѤYE1710a PZ0X>j dͱ i[ͬcxeKnzY( \]# S0@"d{,rj;d%T<.UdY͂KTh_u%p[9E: E%II1KB\lL _ʕ;F9W '(]иEMlQk׳P0_5JG}DQr=TٙH9UCW(L`p_F]R˟2ʦ/guLh߅Ly2dMRM Kih e;^HQ&?~NM(L2=J3*ƻOO>ؙKvnO֡qY vo*%11ce' -cpH.t UXba#C]?mwz& sp~IMG_,ʻ nZ _1{r$гWl_fJ/p- _Ki)?;ҽ+K+bFY%=6X]jU 'l]@vZ3>#%Yh!_<*-bs DVEr8%TU^8)~1]HG*12"΋`p7{<$U%pBlI_'}țG 69}/nΚXT+5)@{- ":?|[$IHB;Jfy" ÷I$T6*P'MѮ8<'"?u[zRDvA(4~;*ꌚ!L*˛MM" Jbq袉AW-Q]ACqq'۾miA¡RJ$tF.9t>zN,],(핗Ä9kCdvf}Q !(s}7㓹hs4jlXWΧqw0N"[^یq#^SM{XGo; ;C,LQ-W]QS?zҝFH&weƼ~^U/4Lx!^3;q)T ,)˜T{FbgƑO@!f;Rq%Q+]?,"ʋ['-OjLrM{ ^Myܜxn:fɻkcuDK,v4sHO޸Ww۹Awj Ĺ!Cj$U뷰3Zd%N@dgJy>2IGBVʇďNY8$l BWeyaS8a~Sk眞ZfYyWPxJq6#~w{༮cۏOdl1mrϮfCaz3V: >6k" )ĩŸ l߻K') c̟OMؗ yƘLc S#FBG!@v31x];^& ))jhszmi=ɉ&n}E[K wWרJQ9)s+/]PdXfO=hPs("KkLyש[=W#3/_j1mz\鞑3dd*oɂ`,]wFgrg 7FaZ8;ȅgP]tć_Oy:?Y:dPYVm.T'M񳝷9xriLfo ?܉DS < Y|k5 )(ܡ oZ&'K'@z}"COvZ J&pv .eW'ޤ.db/ןAߍ[5Ν4֋AJ\(6"{&%*eM` i+*T*z xc6|'lӔDtBW/1tc9]`O0~þ.Q4uXJR.3Z (5MtI4 {`ܰJ U7擴eL!; WC@^ Jx3s,hhޮ<(D]vljWQ?-yE&R8 y鵁< wT"zSL'? %_[-u2,<67WQ_)eDA)*sfa@>T*a,Ö R8n⠶OV=v *g<^U2 E['}D5w:e\zL49ߢ Ts|4."֦F^%|QFs^%Hrh!j~"1#bw6þZ \{h[cxAA>Ù{۷Nwh?Bc nfj{9ԁ+F= }z_PH cUP&KžL^w-jM~eK9ag^2N9h=R];$V;<;\O;)+hҭ1pyWЅgSu(AŒqXLI'b#p>Rz Kf"RĸXE9-ju85,:ryuC6y/ @ٸ\6s8U_YD~?*<f|KS$9&ݻiaOWHo$C3l)w"RWpkXYFpv Hab (7rO'|Ѓ:'~G֭^-oMlG)Yyy{`SNnnSlEhT ,w%R8s7揱@ߨ;p瀔A]Ցod(4!JHr~UրcUYPiBVcvq]jt܉Xj1~=o'[nvo1i(YW?##ZA#RJS\² {E@S81,u>LĕovMp@,znj"2mHKT>x)"43KM9B'<%E=8j XԱ.gg-Opb$ΉU(&3jm9e6Ў{(u@OMdD!5v@H۞zYGry]Xe~&;pFn瞲P%A26T;CSjj!T\OsfY'>D(U[}ܸ s={J໖tyFuw*%w ]7P]d ??Wze k?1Fjw'v gf_ٽ^ +-y-E8e#"KX /GQzh("Le%,D-U$ yZu;);+6YLjW6d9;MǼk !o"sꐌ0J*莋kqM€o]>:!+h!DIZ K/3f ]N͑p ><9X! oO{@u@v3;hx;/6paf۳+CySL[V[_PșO4!3ӚRSSݡ ۼ-l-fT,LbD~ƌjb#fȪl2;USz)`daylVֈnP\/ɧshGfX :q>EBK4;9>w 28]u'r}۬3+?xh'' ,E>\- 2p-f}{~JG,@oU͗q=Jkgt;p'IُEΜv#1 ;E"^kÜ7 bOsieYg>;=J5xj^JӍ[Eӡ( )//}aeKۋX9L?)渼AYpBB쐏Fl疿'PsJ"izl׌SibV%X G2HCMzQw%k,HyZyjra eƅZXo !NaZ*(҉q/9eJH35-+zYLU3mt2h/{NN:㘱`e.c1߱֘!kEk%f*H=oe/ WW"G&y>п!Н z6R۷֢_d%Sf{6@z| ofA3#eZ*O-t!.ZhNրO@ȶZtZDX\ƷC.G1Ng9Og٩zK6{^~P84z ?2:40|8Diqm{ybEfP,G!F6VG̕Φ!JJӤ ^n[+8Ҕ/v!HzQ@o KҰυiNMebU"o/Rt w\i.$1yIXYΗT&a⟆}lU@g"GH͏-n>Bd! Wwft ˎJ=o}ʒ_ZEr5(#(bxf)I@p6omſF\F$D_j+ѭ)NBnNfHP71]@v9ڣИV Ծ#rL % 1a x t0c>`YvzMܲ!>>9 r ΘwI}֭nQ[OʧMB./T]1b.E$ƞb%Z`/% PQ gF&3#oD:!)5A=kvW`9]sEPiǐN{og|;[6 |ڟzI X- 1X<:<ϥA;fxqXmS(NA96LqRkFҍGu#w~9K4ЄE*jg&}qj=VA8`Rtv{"" 3gTp(Y=sCIroa U&x}諡bOi\F]P?SH {HCQpF Xa+nD SsmJכ#UhTg(oǖX)C!jo ʎ<>KP|$df+xgU$q!8H6gp~+y~Oy䄼izjHD}U3jC+L}߱eu9~ɂom:17+0bWpA %4 =6YRUHAuãs\5C̅M-^B+SIќA:? 4DM'8+JFsrC̬BO0!l?0ƻj􇋴Q֭#0,ۼI5}╮v>K?0QUO/({ oN~9UReETgPX,QRmDϏELd;|h}RzhGT (9|qOD栰h9c 5h󇿻 hud'!@l. dEd})+30xSǦMh'FR F榏~`Z'C$[Y! }5y(%]; ^CG1XZW"mk0vϛJSÝj^ ]''z~j[dh3Iȝ5Vpm2[ɀPRrJMdT0'Ih:rt@l21٪]b׷rI_+ꂄ#29q~Q.%^]EՄ?e/Ed6}m'jJKX#tiFSIH `1 dqBwK,3TMVgHN]oxTr)֝vY j Bbٰ3LFLnqs]ۘk@tn_ER/ZaU&x&7fӬᲁ^i[Ϻ! {L*} :5\OA9<=4" cRě39Y*̰C,1RJT>\Gm_)"o kM9x@$+7ֽZ+4M)fȎ6w}DT:7LxAw-:ˆu9A̲~j}yDuٍYpj:Ŏ aqԅ>&/1 Z7DUd<R25RT:DuT̄YT5DѬ *Ib.+LM~#E3NlFi ~Yr==/7 MA^Bsj;lɖLւ*̒sNŲ9?eô#׶7nM!fE9.P91܁ZXI۔v rwM8l*-3@/yr> v4t-[/6!hisچLV #2[u}[S";Lx.iI*^%_s,vHyeYQ;ɕCͩrn;i x7"с 93 ZD/Ɠ2mXB6l{L ~d޷yԃt7'E; G:Yb7:Y-ºO&rQ'mOXA> dSmo),fuBF+ki3U6D_:yaMA^k$8_} 5ʭ{O[>ءz[r`!4QL KWM7 #CE\\h[3! ݔ@nKWQ5:bghsl ~> B Եu6dAɘ=Wͷs8X=#%o7^? 2w<,@ sVy6 N`3n NZ/nL&KR;]*KB p59I n7JE V ؞5:ցRot1$Mu$14FU?u$O9@Wɇ"ɔG؀K29D1'-.Ɩqvbq:ʵ^}U;ՊwWI)E(@E=9d':u=#wYi"V* <~~4 fVϜrϞN lRB {wzRٌƶm V&hR LʹH1:вx:DTAv?ٳw Oµ8 1 ?]wQ~/JuLY/'W\)ܱLk4lC/+1=lǫtWfp>N flUkF z^iݨ:lp/+8@WU3/0u =@=$-wskt]rj,*)y{8HX`:\ DRr{ơ!+`}I^ j)\x3Z:R#;WET;X#ⳝ΋ye z\^v-.s}FD;;!_5W|gn{:iO`:|/*T9 87&uVQ[ċa?VsZgqiUC!(f~al!֋Ƞ:MEyMеg\Q@|*Фt3bCl&`YTi3-Zϱ{E)n(2 "\A_T#b.n$d-%&mO #:-sp7o|+mSC$%~fCa lE1,IjHV+ mpӢ{bͪu\V2ZH,W)ll ۀ=bH$ŧoVȺΨ YN e I1·ɞ;*ꓱkIYFA'Fvj?Ƚ[J9&t+wP(>URYf(JslҟZXJ mkr2QVw8HA|Hl9؝P %kQ(FPE]ɮk) Db }8N"DxOX7l "K..soY96ٰcXp79X&𚆪[xYiV+4,)cPаLN w?Bj3t !1&pf٫xr~( y,S1i! اlzCPÛ-:.y w VKgPb*VpM$|Nꕠ5fO(d"l Bnj3?X0tug׾Oխl[?Nhkbz\ўpy3z t2Q=~Pqi<ZL<XÀE- ͏ [eF"ى]<}dC#R{IKLpee#@]ThUV16 0[͵v^hBrg Jl8JpzJ)vMwT꿙"hjt@6Qq*`\sGuǡN'K09#{rp-(gi]Uje# )na5:uNI){O~Zs'` ve^ū4[ ?7C՛!j)aPo^HV 䲻6T4{5g-bcst5̂CHo ,Ur~ƭ/Iްqo4 r;31L~К}j '^>o'FhԚ^g9-\瓲2E.qOa25nbU}n#1m5U ՚fN|^]fVaSxUҢ WN d%_oQtda6CR|{IzYG]Sv *JѵTr]tR#3MfuqY*3 [PX~da3p3d'lXَ\xJV9QiʗSM!U}E^X9e7"@MC|z^jB pāު {=0{$^#HS (\Pt< Yݣa8Mǂ+cm^%, m))Rspko#0 ]=8 dJWk6ZWe y`̒|#'qa|vQ+ꄳoJNvK)'T+_v^}ɍnƽw-_YEnN9yMamPq65cm|:R#Mc4y8<.B\hWъof裄脗2hry&ՐQ>p6.SCak1FCv@2p4IFÆcR }_N.lՍH=W] EP̟N| Tγ?ֻm ?}7)w0Q֕lhB %1 $/wݕ5qʂTӫV 'ۇ֎SIS̸  J-R.a`KJrO}F x:Rx)Ϫ "Y?U6i>L'y(D*T-ۀz?GXi7d];`];uscc,ǖl{;Si?#th O!MƆ`?"~&O%N.|CH$mޤȿPI7uR^R+@~]!#onhwejǻίD.> :rAO&; FHe֣/=KPSIe9E"ݥݔLCqB,ߘ۵閥iD6q"TlqH%O)|I9r7BIXAwU{ZMà$@dLE*Vfz?AlrdjkIQ$TܠN4DI-hIDI"TtUuB5RTE'^DB' YMc鄲d9g7.Ky,Dhu<ܩF%qu*-z >@ac qſmcjͣ|}wGs &7zY7sN5 QDplB)N76w9j&C#;yu yw%SQ-gJޕ:&b܍DW"~sq8 Fw^I4pXWœ(f>ï@J~2X˝/+4&OwIT2|NhYBEDzTfd@h "9) r ^6iWzf!V{I;Wħ N:3cۢwCSC˩ϓnf'q7GZ4`  IbY噙j;~KP2W:|n)]JßۓpvQmՏxe_<}pgP04tѯL^ejwpO%.͕n[j L8+y(VMWOکۋrb}Q\?]qjGACA65"?i.m:`X?-kh\5" ܏rLC~'q4%]J0b˽2\{o^t3HKxHMGZ曫]߽JEɍԷeT~# })&~4]xY,WFbV:p&4e' {-.M;PdѣU~ ξ\-[aл2~s}}I5@ǁ ɖ*0XNW|N(Z8_rʗE9:..ZY;Uggy>uvH;rlW2அ@XNpb _{+ڦ{ QugC mcOTo}g3荎5L8\`,^ ZK^UTO ɗpàAl<&PE=4(CjTziq0ո{!mXk{只+-<+]4А(h$JImH;X|@IsLxY+ӷdφ:s[JEIҲ}{_` ]JeP ǫ~fIu?iIvj;b\o:v%Kj3sHN[2@:ޥmUk`* =9Vst BI2{1AK.\7yӞN[Y_=NVP 6N޷{C^",Y͙~O98ѯZӰqr!?`_Υ2=j .f+%)e _>%??3me+V'ZH> { W@Svٙap+Jԯ_F=M0J C{%duAfkӚ!y|)tXDUg\UXǗ|_]ua>G&& vIu;Юk+vMir+CΟ\@J<]%3B @#N#3Oޥ +`Gs±eےPg+=鵵`švKp.IG5=+.:=>4C׬?V "ހPzw}a[!ȓk3- /Cp\o͌F uxФusTBA H +B7+`Il|9f_8fŌ kVYt^"k{2(vqOс<8$F>~[o (+P0Ń8яy^`L(t~.,DQi!P ~I+(de@Ī[l? `|aGmzfft~MP@$qSf(Gs;D nP;تOb^J=6|d[e+;uf}*j7jAyG C4Q>U|+t9GC+0ܶ{;:{ L Z3WpYfBV' IŃDz T?D;B6Jh%+c$6Oq!@3d*ƮpT;x ǛKɽ%k.~,ʎL^ aN;{$E7?A9UIbR0>z:vhHL*TW&xZ_#X?q.j["gx,Wm>V|b$9IQ>s,Ϙ}jxIJ]{3z_h|V5Qb99>qœ6 \e'޹}%5yzfl]qғ]Roh0FG2#ĝ#֡fyڂV4n4 +;o:*==> ѵ>XС =h8?!}3;?vr3gD.(|q~_&3GK;M5|PbDSg(IĘM$?Ur!8&^|Hgp{1Vs3RLf!4+$7*:(9"V98?P+`rC %Y]3V& VY$CJ{W* lO4yWy,w߽S/oF歯s2U lBdTSQ$Բ6E׋Lc,Mt`(!gĻv[yE|+rV)i3h[faD R٣86ڹ@ƼCZpGw p{CՙEyg F᫭6*/ьʘLMfN?[FwJ⊿u-q Vs!ߜLw'}Xud Ap5&xW "caD$&NWB7yFx^j>s8wU OߘPM|M{7/az66(F' (KNj,ESx:D'wk"tR)MJ;*購 % PP@Ie%Y#2|@aN `FN OYz|H3"xlb4$>klڹcP1f[ЛK0[{"U1BP|9,UR@̍A_x~pmf櫐xo1}Y=[gOy~CUVQq r`7Lu E3x|礖?g9%K3 #묁~/U .H~.*O+:@XٿYo-*,|ecW f? sR1zm7řh3DT(ٳ7Z4k|Ó "T 9Iq$L"=xl:#7&qtsᬰκ?؝T>Ty$b0fp_ޜlsFj)[n W)>""+K0!k /N%ᶊxx=DlTH +jܨp1[JyچP+˭U))52٨_W`AYk~ N=;%̨Li"пxou foLupг>@&&$c)i`=k4Zadx7|r$e{%i 'یTXP`^ (n)`HEJ'7FbsEzsJ' C*G5C7%[иiE#YyCױ#y>fj=Ra |ܪwVƹ ,<[+h7&>#o'N՛>k]FѮLbyΌK-Q$% )YJoV" VvKR {jKKzdL>Țs2o ;=Prh,@j*^T]# f=7KBUH{kRe@bScu5xc;D蓈O~W5ct<&0`?Il]E.f l@1'qNԚ.f5 q4FRsSI@k7\] ]j0u=tt?[]zģ[bmTOX?]Wp`'2Ix p"TE0͑>Xꗲ~F kn}B (2"*aKHƜ]g*'Hw};?lBMȰ.bp.E$!e\yKGo\;SY8זQvD4I]PAI l/A)D&c*8ICɢeQ f~_jڑWc=QLdsi浍-hyzPC#D[bȍPy3cI)/eqp?g@5IkkضDL ful31[.eSÅb:=e[JghdXΡGQ `5+>^woP*\9Bmm>v0MPE<|ߖ0`wx{&13Y Kr/9fDE,׫׍haJm>խkgdOxőy1}@LD0.x- L ts}Z\|M.KS?Lkבk|WHw:6dZ:Y3q#"WڧAQ^5O [BZ ;4Gwpv,W1K߾Sh"4f/IoQw޸y'*rRa+3dz)z6d|Z lFk℧d 4bxosЬB[=dgq@M]P 7@[ɽ?qe`?*H+F'Y ei3Liּk=b3̗WZE:׻e-f 1hJ -;i5u{ ij@HU7SV$/]~XB p\,UD?.)W/߽ ԩ.e#^ô5lDvg!H٩O/z}`?5$t4&:djQ4RY3ꢛ6JRل.44z(Dz'yulg.&iJ .7B坮hP&<$՘25X[ %IKT=qz%*puG?nMpSQiRL%A%c40}5hQQ6^͠L_bD=0- 0V1?Æ#OV `gǮy N벃FT>M-H?ɋ^>awj+SK$Y\=#TЧӜtP~;oQeC^<NX_`ve0FٖQ=ȡRN0LPyQ|nIR W FϘ/Mo]'Sd";gSv=H2[Jqi]0 yL}ώ}g.n|s2Faupŵ-yB0=>?TY;O"v!THڮxAvL̝I:va+Զ1.a){0S/qN7l6a} L5(qRO9b6RMT  ؂ n#,%Ѻ8eKqO*%D4Bw>@m;Au:5O`r}DC'qVQ 0@K4mp3˗JElןt4 A6{`j4H9秸˜vr~Ӯ2Ƽ pbJ{8yaZ??4S5"}NkN$ڬDUiDA^~ RˁdzhDZnŁ\o*SPOx@V.p-Fx>2d@1ƞ9nCfXO/|ޗjW2(=<1s 0=(W |y0OJSq8]6w&Ej@!ڻo ښ^@y"#9l/qoj Ch%_(θWgҾCr#p[dSV$/ؙ<?vHmO M:ٝt]"bSRdw~J1:U{i.ucWms.kygNBVBeDL%3;ڼyVblﲩX=Ru `ؗ8@;tP@4zvnp?i'7n# nS ^m'_a͗MU R>`Fڐx*E,[s鞧y+ɿ8qc>m߾JI,˕kѨSU7\'!Nt}X1N>SS jSTi[7U~x+Gg H$-A%?{xSmlC0OR)axRup-9W r&_L=yBR[mu4l>2{Ձw <ǪA 4h{cr@*j^Ѡij$e G.N@<-!G>40A:BRckD羜 Im*zI I寧#:J"6Up YLe.8:E:?]oS!} 7z9ot΄do_.BDTyl㱊Cx9cMtvRB:<+q-?ǔnjl7" A\iLt 9^vWnY.Gn)4󢻍#l.e)+O$>2ow]V 1/1/ė< i,$oR>gZrBViDS {'yK\5$}.rS a Ͼl!Y-6`--Y<tzsɾO4)TE=2!Ubx {t42uz2.G{pnbʑXvHHfk@ CF| <=>CY$aWbe  }olEFB(OhκWHQ9޼'E84;χb=hu_=-Zl4`{]cb|wD  0 >zP/`ZôIuAiUn@U}}9`FSYm*lcؘh!hJ_ufk?J~7B<~5AY/tBcSp#>sqRE v·YG5w+4 }Q@R[B?9o  bh-Bgkf -hY jZF*FC5ZL]bĮV4{=;8#!GG >a}cOX6Kd ?Vz7y8Qm6"a)aզ^bh[o#ŕ֣*z6DF^h8'~[^Ro#A\h/C3NtfX+!wpP^0/%K퍕US?0wJ͈5H|45]6}a^Pm]W†vYkaEHoL">1޻ ~&[_&`>;T8ͫ>|*dZX"rP@$&Wyr䋻n`k(34~U-9FZj`=.Z^0"E^%Z16K2#`Mko}<,&J1+L GRo w\/aR(0 ϟ 8Nv`̼28B MR`` <ԯ`nr%=v^<&|_bb @R$z2~XJ p:35O-ٶ ֌84K9 f(.MQEx!)6J7)  ьySkou_V$D4JT 2lcDҫe%Sg.@ 27mwoq(ct-8;é{dZd<]ɦ@S,* A?n}#R!NF:GȣV'&[!03HIs&Z][NA*fncNk~X`eZP7mk- I S *H;"|FmoU7wLk"h6Ǫ_ցH/ԗfa, ^=(10n7zm$ZvnNeo#Iz()m"6Pq>p#A+x8"_9hWC_&gEj+,+mI??"+Sڸ{*JCDLnAf 2Nigy ?|==嵥Ie) Zpu5׎Ԇ5Na4]jy}uKˇ#y-w"G 3wzh2;${Pgg)뙱cd+]TDC ¡GXsBP/tR50 f̢pVgTatw_ٲ2A=*+gЅ'U_c"*fwHBEչ` B1ok{kZ%T(fG2ő^lӻ 71LtpUAӬQ{ͫGup8~WV]7:PhRKH7eԗ#~;w{T=^:&B QW//$/CZ|_s+{<6kb@+zt xo;.o<u2ė Nm{1t_ٜBy1 Sm&FaaݟKEWSPc_ddk|Ǔ~:xP%[՛CpEw> -|es_檛@QO\ .ݶdGByp㣝0LbtI vZ[F?Vfl)C;j٠&s7,Sްiu?{_ho5b5UXႇrcr\dpfa5,MGL[MLX{DMkXmR5:((e=A(q{dԆ/$iI:7Ċ c @yE[NP\;EU`1\q¹0;ş)nGD? |7p9dO&:pc@lI34V >[zK]q&kȺ!{sP;1ܢHë/b7vU܌8ԋg XL9ЃsM/: 猏Ʀ[`8Kp-@Q!Ɯ}ΦI`0uͫTZbD6DqU/|\%ǜVmQ*Wy乚`7VaTn\iƵ}E-T0sm\}"IN~z,I%DP`gG=#he~_m!)vKQh&05[Ah'c^"+wZ3 1Oúٯ<x趩WXvqŶgF[QO^;] Q+WTGx6K`/Ձå^L!^3(@`afLdJkwg;|JgPuɤO##5XHRܰu^D5yB8`~nĚH3#:H.Ku|@f,o+kNUl=^$}?ĭlӄdg^VbLUƈwo=:wAlX57ɲCU'o Ѫ} $uD']Vo]u4=-Xn1Me b%)h@4 7L2UZ4)A26T:?X穿4BSI[r] g@?Smy$G7„0)B(=;$ei孆I%۱0Qx}D^09x[/'E4jlz <Vř+B4H\cIiTqJ_}n)Y7O'9 D\zO8* 4X* bHh֍5 MR 3"90`^ԖY8SyJdeI+(Pwk!ģ[y׸Ã+^_Y"XAU9VWO3jpgsgu3_E "g4'bznw-0-dT`kK\h;{$0fw][O\|- 7.2؇AϛnCXq=lX T=-Dzyg-*c&|0*^Vyyb`~_"4olXR K æ+B:*yyךJP .21_L2*ɮTUQk"t\tݜ욋+p?F6Ɲ(T]# lt8~/jīQaT޲l-1im~?>M.5yiKW塁;Kdy'fkVV0_©|Bg >_ƜXΖ9{"i%,~~ޓV:{N8(u3$B<QS{ z^Xlg̀ڟdZOG(uJO7`gxjQ̂%?@n&%Nz L'<8+=1ڤX-ZS*0Ka쇌_#漪WފI3e'RԙAt=%b&հc➨Xo8wgy]\ ,'>SO VT MZ$A5hdqoMk=aʀ1u_87 c"\_7RH=hJ(gSicBS7 FՕG). M`rNM_*ÕꝜck]JX $@/ lWSz>a9[{&_}Ө o>uSɱ"Ʌ_4@TІ`;o,n"=$[jh pf_b3EUΝo4im$2)> $ҧVcjYH`]ڰ]ẢIHy{ Ehi AN.XS"{dŠM+Qp-ƤHܯQ$d9hV&6/ɵ4/xC՘$GUE D}=D!OPD9,6ߞqB2`YhpG^.tٮ[/ lXt#qpV8F;]̕:}+S+6rr!7ߎ2Uk P.wqa B?Ÿ(uC崈a^[\ @,PʯD%=cs? 複2zc[<}΄ʱX2Si~J(\PV1X<TbgG7a0y֩i Y\g)TSNsmmQU'"R@-5̝7T 8-؞A8aJvumؗ*@N:'[R }Qr}/9vxыa˿F$*63r[k2We6"&5KÀVR( zO42W漻C95XMhCs֙,m yrws8 1 \ 2lIN{&J*) g-7e?뙌*ڃ2IRDhDQ7yz3(nZn]P z,%#5wx|.@Vv6LZZ!ODskv rYEIAݿ͏t|{sɓOT<B`m1b< )c* jCX8bzmQ.Δv.2g 41HTjCLhBaK%WK Ȩ_! J(٭`BUZxS3US`]Ds3@Zz+H^gxP/OG[_F-WELa,ra86SrOx1«5DBZs0ꬭR}[D2_BӄW;<1!9t|[ԡgF@u%RQYpgBq|hfO$6^ϥ̴̛r,%ygEE#MZYq|T ;|+i:dHvvi9x`fЇp1*G=*R/1?* `hv/0/bkH$cOxk0d{)`ԁ)?ĿoZI5=GcivInAP?P7| 5;/.Vio`Z2rnIuߚ{%bqR>&ueFQ{pkOjnܖwGF(եfĽuOӸw^%]:TLZ=]2;Dzz»Il5}qsh8@^v䘞]HKA@]|[%';iO#RF_ahv5]!'5Lh5yyΥny1 HZ7(I}GM3շ~"MQlH'iTtk1pY9FzvXp׋ 10&ZNՏB [1F. }53yE <p]*+נ-tPN \NXvȰO򕘂nDXsfV!~\hlA(mpZl;:]nLSz| tXEEjk' f\>/\zw jq\rh@ ԼnaG7Æx)ˇ!1_0Pa0#;glpwkc_.Rq7Z3{IC/%/+-Uz|Y5큶)z;e%+*[^c®5M|P sroy \p ̥N,"\*3/sxCpR =1+ٝ`kz FO VU! (~?k^jكqVUjnnzM<Z|q5fն(8}䶊ѻ[s.lzIw2s?kƠ(QE6dǛMo}mH]7픑-q$&7t=Aa::o_@=е/݄)QVB0g#l wZ#و@_Fn (-^b,yTP>1J|٦?P4s{ St-xuuEÐ)Wy}5Gm@gdKڋwҭm /mV7".&NΪ=QareQ#G/ OR`N!,I 7 au)_U 0bsq/l @F{SvO'\z3 Zk|ok߬b?Ju=tph1Ӄ YUHňnxLod@nv-vTCnE ?b5gH@YjwGƉTV حpV::)0[V=}@,m\8k`X7L7KF"Whr]5>S)uӑkAYOH7Z aYĮy.ܫ>R{H-=jJ]ؓ{.H$?!=98Pٹk åC,gwΒk7pD -+kW_KO]7U/c1Ih!Eyf΅ތop&m~M0χN~a" 7sbr1tiܓ|ٜ(GBۋT!^F%`1DOEW ۻ?i:MsM9(όJZ ŨmNgк~ vOrX/3^:؃ȔKg w6SN3 Ծ84ewz)vl_*K#%4i&$ )հ9ڢM k,1}WԯiؼT녢nHtL%7#64]H@Fx46{Xxڷ4&[b5Ikz JT;"0>_UUߡ~fdJ97T^m/&8IR@q'ٷ\T068QeJ},W-Tלp|P5g0mS:^4T5 ٔ#l|I^p|S5Vc䷀WP)FB4f%Pg]Ҹb]SJ`_WLZ@f <(҂fk׌:,?̎_'3FBIwAWJ~52xvjasX\k7&R>>Eeʗůi1r\lz)8VkUw1^,oXAO$ NИ0[[ ʵJ pq|=j_a):"koGwK-EzOizhgdCHI8*r9ϕ=x L_sBROP3@@`D{iZ dqrN&b8Cù^$;fwq CDD0v-SS fVap}/t'A-\M<{tu7inU)M0u`#͌.Y 6lә x[i!Οav*֔m=F?%ZY˥h-.8&Kxsv֯Y{bm <=PFRJ2

* %·\Ȓiڱ:gYRXP6.(L/' F}Y=`Q87WYu+"AYdK B}myړ5 ЏRO zhK3=उ E=~hbr[VuފF#ͬVċ̖Q'02^dxqC m󭚇Ĥ_˵F+ȝ>4Ht =@"P6e2|ZW06&4yk--GPX>ZQj6WEtf#/heΖªivw- YpHtʶ7-08[<#pmbƇYnqȪDL>rN-=ZԿ-} 6:۶ŕTN^_c ^ fNE7o{ YGP-PSTܡ@mZozs7eoS.{Ȯ)ݤOId$K)w0 < ѪL-9#-[th3 #o8MhaLNs4)n F`7UR e 3p.C+OstNdR!;ilUnj*T &'-yVp־@3Y#HQ5LިwkgY)rMU6Nh }fśRx;r."rêvJUY '(iEu䞆ajNaTM~Ղёޏ lկ*΃9;|w,>䃾Uppl (@UE>G9vo,\gyTEq/"XUlh߸,& nLc^$@amuC>jn229Ռ);Z]?ۅ=wZRQ(n_hp\]TQ8i;?``[>^OBECQqdvu"{Nݺt#rtTn幝4/Etc?ߏvOJfh)K}PՑ"5x D;5Ug5'8tn-ma18{LNd1$܎\{*A*un!xIF_Kd9TΆĜ,g/W G0(3A)]yy#ǩT?aF17kn-0@fyk~1L`</K ?̸F>69Eg+Q3R{詨6ص_[J~Wlvߔ^{8<]a᠀?GNGÕ);ZD{K5ԻtgXL`v>AjؘP] -{# e 5TN7K>OSFZU=g^(ƈcKeYEJڊpeOuK󂯭%zN|tVd2$,tzc`hU zBvFo`*N;6}Mㄩ:!6W;oɻ;kJXF{`o$УdBug$ %4VG+ƀ9I1,y]z)C lح8.(Q*1 Q"(LρgCs-#u(Q$MqN ""p8I7c kjYX4?N1HҕR:]ߩ12?xZ~-@LRJa@K`>|k5cH2݁;Pء3C&Ѫv]*jhpYbf}HKWhʤknQ]"QR:'$}z & )^z*NIS+JSUWi 7-^w2L򷚫$ZHhQ¦r_KP1QQ5}hDV t6;Ru!>|h.HZ paTUy+^zM\[6ZeuHan肉U $1uz0h~ u?yb&/ZN4>A&c!zovT%c.Ah&/"-q:rAm#f|G\W؈Q9WĠwV#i|"#),>H/3xhS){y|_+9txȶ] ڍRFL aS 2 0.%Hepb|2ͫ';yw%䐔  |F>~Đd"{TTsV s3Ǫ!Z'yȮ}=ޕ,㒀j,$dDaBLV!!|n_ :Jx صnòjaQ=q{i<$;4]mT(FgsEϪr | %ny9~?22$٥%rY[\Ast,A‚Ő2a +4N0WYeQ/bd?Y=vnnQ|>S}LZhL+M2ƛP,0|-%,b/S'dc+pwh5;]vLF8!~3*>vq5n EF-06sr1QywU %3KڐF2ѱVX,zǗ`-0[j e!oHrme0emQ.+"Y!=2 k.uQj4F /#XV6MLSh8tR<n^JzzU_Vﵸ D)ˊy/o{e[~b6}nZ4@+6< 95fccmpݫr =TcI5F&櫡2`%-sNW&RZwWMm".|ͩB%ռpHٳz8V|#gŭu,[ޫ)\t$XRԐs(ڵ"% ^ }U : RNmPrVi3s 41 jK0HEhsw>}NwǏj!2y"pÕ׌/KX[@qZEw񅼏%e]7V$w^ '/>d HB)Jk-;՜F}6A[ڞВW2WP'#b똠ʩZ^ % G~G0#o533+ 1ثn+rfu-Q&r͢9?Om3hGQ$M%g{v"$I4]i'R&B\ub[!Ob_2Q|?ַTٓɬEXpIݝW[/r0/+Aw >#ve }/AB2Gd@dԗLoN,Jv\Dp=ܬp %ʊ1+rzwd>_iX\#s*n+-'ZY1ޡngu _HɣKD 2 ~1 |5( Q{ k u!L$c8WQ(&tXR9ra3NEV'e Ɠs5w*~evwU:V1CjGHr\n3bP:edg潚rR)v+ '}:)wֹzq_FuJZpo ͺ}^U8t3V :GQ\w -'-j }VO\5ǃ ֥*sIzGs~ªCIςϨߏWU j(%{gWE[#^ktes[YCf!>ԽY֛u6;wpz_1Gz8;׻KGqY'Fqqr AnMTp zм@E.@1E>\ 3d~gq*_Pa;/{s<"Х .BP圄!ᙬ- ۅua(L{1{(7WEKKX+PC=,ÞsE5u~OY8EC߾W*֞XS|8Gl iZauط%n35NKڬ-y cgB*]g? DA,ʑ\~s$-euxd1{+8_5GuL+pdV?7%X.4&z/ `!4'5@Zs.,]TD>tiMx$f| 2s7c+>W >nV)$K\oΘZ~R Վul*Ȩ7Z -C/ǡU~(r0&GxxwAD{9+)QT23b? tCL&,Jqȳt?4p@n4~*E  ?%β&>Is8ViԦ{fia 2R_na4g4d>JSEX f~c <ʶ-moqˌCnB\۹Ɂ#pS?~ՁL0ɲ q3 6Q8xC1}?] ׊^]-a:n(`G$OgjCn nK9J[uمP]Q+&J:պ S+.|J[ xl0ZKiϡ]tQekmLlYDtC[U Yр(U6n."ՠ.y8Gm%ܼTWcӢܷjth󓉓<Ӵ 8qg@UݔgS#@Is!~⻪$)H78TS{jfgGJ4;{m({ 2H.&ﮜ̲t<$‹ݿc36\Z Y! RüM\\UlBhMC=}9IcjK 6quXyWdsD} dK1a)swyQм*ǣ#%Qatr=R 8 [ݴUSWA\@A՟M{w./.'NnM]r)LbA|a{|Zo'7^Βե^PS_mVM=lTIO±vc vߞnf)[+3XuXmWX&JUo!2Bd=xZЋoiv6`=Vyq[4^mu]N3=l͖*gگ#goX~4Sȵ!_eHĎ.`p|q 3 S +ƷŰ[AM܆&v(FO9Ii$$Ir"N귗_w 3fv:3X `Yt!"['vڎ6 |I9%c0? a0bʯK'pzBnh_a4':َ৩/ TK,dc*v@FLȼ-#.Bg=>$$x(|~\'c;O)t.#2-;vF 0 g`V Y`&]bY/|بތCv! FO'tD1˸cH[Cr*{S. 2c,p+h2͖vd:IyK7W'h&bRan?9{Wh3 I R ю|k&K=xdBWӜܯt!|vDfdc]NlS(o'U՛دo1J;ijb]?N>!7ͨ$xHٽڙ9N_vZЭyf\XgbՍϖ&Ϛy3a;'-Vy35Gf8goBj4?ӳcz#|w<ðJ`GRcBm=Ya@ٝ%;'RM\,KXB9'I #+U)A- b/ }R!}Np=Mo?ѯ {B q \UDBkeĠ@Oqy:_&bfq |QY^Q ,Fd#tȽ%#dV\ġK[&\T+w]g<..ݾ?Ds1  C8Y_&Z.>P6O FJdނihw*cɧZL:YOaqPI>K4vzA6 kAĒLhWbs{= S%@n|OY֚nO%jh*l[9/| (NNHYUn8|% l{e D("Λ2cyVؑD-)|IV&~-!V. "mvSFd=5+p,I1ʷ(… T:X)uAF>~RY!u^G?T5f u]XnRn/ُ]Sjometf嫶6TЛJGb#=W @m^"5,55ѷai+&3B4ۥ,2'&IGw F9^UdA_BJ]l7o{R3b*Ws*.|ᳮ/Ď3 }71רs_Uf nf2@׶ݣMDžtr0֘K)*OڸZ.PK$"Ϡ %!TLlREl/4I:-~*JZjQA{?|`ʩœI xg-yAQ Σ]SGOx-O;+=`* 1SŽ6aPSH1r[+onm?P]C3t >,j`5W"g_kŐOS yH Df?n`,]:w;),  Rx/ <\dm%^f׼[n%dԔ yu'gk؅ g%C/qԚ& %)/zO\$*ȰBt4>(X=~!id>syfH- Rҧz1l$ 8S˔QB|y:e6$"s蟇0pnP^V?iXXyb t$4uT駫0l#J2}$JW+=hȅDv[pX+OwBn2saxrj&5* %綈A*$3p#)%veZ Pc>} A)=9j-Jllɰ\/:xygN;?e!݈06;ӷ4x*6ሗ#E8ŢP!D1Q!H3Mʨcg nF(v?!n."`42y|\2ycN [ID6Q(` -*OtaK}6,O$kV ǎi2X8/^ zQG²Sd%;f @REUZFE1$ޣ!qO#AM^yLЀDѧB$*rP1o!1]?k(R ?u*YGHG=x)5RVskݕ~fL/F\OU} Wɮ&DܣIT[9uT^pa%?S*i]Q;cb`K$3k|D'Ѯ\↤0^Jglk=^ 8Z EV4Ex隄20lNm"(STd<(G﵍O_n8:Mrݧ_N+\72يH^g6bnyH`La`Ojhuve.B"FG7˚Ãi\ּFF=*ǙS<+ J,w4sOAm闩qǘX^s`It(!9_&^TjxS ADQNρjA`2r蓎όjD0i g`aFʖ5|}tRSu^?ۻ*a7Y2#ԨJn;H3r(so~Q>R\v&Ish#/9°KvWq_T#9U8͑]tes&м'(FVa$H$fWw՜R?i"Hzowɸ'$Q|01H#IS Z=@`1r(2 ~ϩ]L8|a.,/⹎lt.h&}2. )o3,wH92k yv?SO.3!­brW/{O 8%гn,OeEEi ̊LK jc%0?[R0f wD 9~_S5ntBޓv^m }@a[̥e3u@!)o<>mj}{'!}4sɽHPy O*نNʧCF-ԝ(;#"'̷A5‹c-fmih<{d]=yL Ta]ɍ//K>I6&VoR,ՕWʲ [  c"h"aF-I~wzYm&8QjKV{#4RƱX;(b< I]sVmix)_vr+om9U>Gט1%E=Hw֗ fJ+JL>.4 8}WDuH^ʫ yL1':)XY0}L$iaɌM *ag_''VV4F5'"RpmPCG|VŌ+ƘM=Wls QYL0M+*˵NƉ 2yGFWNM-pƏ bm F@+&̬Tg NcXq5낹Gw] Ie)# DO.?[$ nAh-FbCjO4hah A U{8o;HRQ z,DHwot-曱a5ؖxr=Č9𪇾yKߗ&<+\j3B4HNLe۰HJriUr3|R4dϐ8I=8r@6+ZNFzdžO1Ey|\HdptRjk($W 0`]L-;QF]6'**q+?o <~sV'e֙FP$ 0'xj؝kƀ:CJNQ.9[,senA"=zY-/m?;CL*skĿHIDFH,|nV_=K j ?ogUO~`cG4.ȳ Zft?u_@ ǃtw1ŧIJՌX4P[VEē#['X MBTykz_᧩f'Fd5oј5n{cO%E 8uPhN T/z ttJgyH{i6)oojg /ٗE9EW2eiK r'umVd#싩}gE~\ǶGQѫ&G9pE"sa (JV(x|)nI:U*֙ Iv%:}A^胾hQw>j`ް%OQgF,o-:E99eJHu$d7RH#f'(S-#+wFm!jj90'8]gS:,G@)k PI,y_H Uᣇl3 j­N1-Ц=&x?LbN &g=!l܀hWL~ nk:?)2a4!0-jTiXdI(8)ig<[x*Ai =GZ ;C|ps$}L a*_M$8gX9eBV4~b鳄1 w@]%gw5g3qG;=HJ4P'fwo[9 "$SMls&~IW#SF= IHa5PW%ZAPbV 6,E!~ߦ *=2]9pzPt['aNd yob Ia.,5;V(0qC򲷮Vg4'C/ÇF/=9j q3W0 xQ WL8C[,Т;\lޗJ^/3BZtgG1x|\s€Is @J7vzJŹ/q#i*GnG:O7f 7Ѵae78`(M+=Pm8^Hy0P}aĕ˷_Dps#gB*Ìn"XO|=$vS(F浍B[)Y!bٹD!z_'I7%%װf"}#CͰ r.6Q[ZA>vG^HLANnPJs[-%* Cuv9?DBеqrCo!ʽN55M /`D9G.L]{F+nS&;q(t0p.kbrH8T#}i P,Kà _6ljNSS'""%fL^fҺx"$\!v/ș6,%/8GԺf\ |_j=$*E#_Jo=36ƞD rPG{y3uvܣ3!e0_e&sδ$0~gx\Thg'TC9i.??"hQL@O MRUDx*gFAː}pԍÖ:y wvbK BvPU:MF7% ̈́'` /N)1N%4)TV4QQ/?;BHYH< TheC#>EycdANx.0SIoWsX|2h1\@ߪ!/': [N u=;%Vn4@\ɧxOʼ?I(9oɈ,}BoFL xJL 9Q_pJ-4Ky~CVߛrL˄9w߅=2\,RXǞC}c\L:u$QX.2֌wm- l+_B)Uu\"6D ޢ1BR%Aa'9fuRҏQǩLNlizGlRpUpg*Uf^Z^{_/[e+oґhX7UO:8O$m(:oFNV 58lI39 cJP!/*UÔT~^)y `3T(3%LvSJRBV$т}lh骥M@<+DbQoB;]+nXuQW L[VƕCؙ dP(:D罒hʼnA /iL^[##CU7YՋC!6o׻:$c/+J18u [&Š痶'QTu$3YdIɣx4ݻ +o?Qݯؿ{"(MuȎ,Л-uDνO7ZڕH=PRlf+2(RIRvD98ە=*Œ4DEߚoC0\1'LKrh ApηBD΄㾺V+=v _6.:NNAX(pjƝ\^)O XtF7gbժ^AeA/(`/x5J) 7L/$߾?/r̟@ퟙƋ&CPC8tnp]E^"SMd]+y&HL3tA~ g_c^v!lopFt"UZDUb{ш0xB0|JK暵}gcZ8F}VE~trE@J!iFq(X6L5*Yw6E׆;±kHqd] K~9yZWF_`yu:VSL['GP*?S8ȍn>󒔭Sq#h-eZqM'vq[m'SE %8Wz7~DZ鰎t ERjh[a[:jm}LޮG1SƪoTv3&[T*{BTK3DOo?}Fx)} @;4(3GZEAKFŏeullú1eY#$(7xh͍L Xז6asSªùDQWy!MR=ubX’߱QMAp5!4_|5!Ydn^jj/\G-dU)|ZA?8 B0IdR&CgY,'VwDqjcT9|hk-lQe:l"[T})) RTGip%QRՂoGмI1۴!XF6=J731_cV7_~7zEz zshxĐ =^o+Qwk:2?(@-/\ۧ@1P>t(+?zZC.3;t{[@O7'cيȁ¢fEov6]p+|l^MSԶ{zܦI"U86nk^m5,BY l#)skh]i 8 ːցuZUἭhZeEv'Xp,z(v %PֶJ˙qŪ,b]'g:" .CMX||P!W˴$l}T 1+6z@)AM*넙Βw$3ߌ&wR=9\jnz]A3'x L ϼ7@c[4vC 9My`pq̀\ǵMB)-_ :tfr0yF=n-\H5b4(@ (ͷܱ$ 9&^"[kvЩ+)MOo} Myud77 x(j-QqY 4j(piTzs8))@,; }9;-9V!vT7^aH}1.>cDxV ioe;8mstW TG"P[X/\֨r2zV:|^|cCŮeSqyFgvAIs ztNLg4_doZdQ@twR'Cv68U(ВoJ5%ZOqLuT*D%4&i0V9N#":T9Us6#m樓UMM&KeT A΁b7 s6{}>R4h>0/oړjosPM^{\0:Qd C( |luf<+d3AO]Ж-q;WeF2SYE ?2cxUFw7-j+ιR@®tvꕵIg@0PTQD&o0[$妭ڳu+;x6FXM 4wYpCl Ց4&5X>f̼]w~y0؞,G?Ү.}S'G45f?Mf;AS@ ;8o㍚^ǂg<БG' 9Ų>uSRzSmw>ٸo5𔞈9c"}]A/S`N;Tl"X 36pB]L8vOio2;hsqQ]/&aaΥ)`M 7ytdՂ^bKMW#[Ն)}D]JUWnaUw4RduNZYt u"H;X4S`س]h544P\:F>4 X2JrAuʩq?!ݑtzvƲ_j#dOF~}2#>,φWTu67&j p *sflNbn 9gۚ(=P{^>b7|I3iWXY cMuzp<x9Ҧ۝]OT Tc/; wXdɽS 4 "KMdd'k r\W01gm,qhslHޟ`ኾR#9Ec8XVqiK% N+(Ʊns92~&"6[#~hVh#'*n8ص?0J6vȁgpnz L{xzURd! h^:K<+[Sm~*l-P[:υ7xb./2\bo(N~,%jծMhf5DqJS ގ,|V '@w 2$xK*Sl Ԍz̈vM 8InxdUjLJ,d62ӳByb>^דy#ݡQ1m݉`IIҢt):t]_~h]@S߽>5`#S .MuO /WOʠg<Ɍ J]xS%SdBaG8o_})oƼ0k3-#?28T`Le$^Xm@jsb=$2|@9 <$="nAp_yhcxY?ԓ;h+TF̵dGVi;t*Ujj"ݷf쓎R BbR㧽+dz2zi';)!ɹQҶQ;Rż-[*D8n |9*¯,|bNΫi73F{צjvSX`$g+NFɗ$ TӜg=2ǀ8~Ws|BHOpdϔ.Lߓ8I8Bb7Ig%I56ԋGXRk#Yi~'8K Dgzp\L|K;qY䋍0ܢ'ARNLLxsst_4y}7o#@*d;Z0}+J~)e?DZ{76¶w 1ȕo5\,Kݙqm yÁݖhd ';](Hߜew*W4d=BtLL\ÕtE{ɀp{ٵ b%D٢~#r)^>"<KrQ<^:1lˇ朌gHN1ׂMRaz%m(U!s@޼& H{11P.S>5bTI`yXnNRihK=/r-zExLn4 YzK~j"Y\-pqKжj|Y+)*:/c _Jv(lK";f@ĵmbag._T7yj̩A$'>u7Py#s7]9SkcB\W aKܡ Y$Y1Ux1P|ɻn{`ϓVcdg_7C\񣩢,R/g5۰=R5׬jT165Jƽם"32 f~b~׍]"ct >>ؼDa/"$%߁cik] 9 TWz@PܥKlrds݄j[ݣg 7ZB ~Mr(uhPZ,UHxt2@|z:,gw 6I/+cc*T]$.[iJeB\D6S%OxZ`+jgI& Neh|P_20NXu6D[ZmR),OiδS {Ž^,3&Eˮ9.2$,Ϋ 6X7&y T5gyuCEɶv!;׎UZɼ1\,hZX\}9]׶0"=#u oKAƸ>/4v5K=PO{=XWݹUI(k@ߵW/ɉ]dEA^(9Q;p C3cMBu1;}:$:VߍFe~f=qO>߯ H5c@zu߻am ;Dz0ݔEɭI4េA]V4L[bvijl\ꉀ!5:R̚'] }\G³#eU 3, V;F]^2|$+ʈƢ "kn Ֆ Eގe71!QZ=I7VQo#|qB];\ Qv  )xa|u|.쿪bfY M KޟR`)x33CC^Ő"9'csɋ*?&/&b+9_T2@M_@r.#Y-Ap^ͦ`;n SPg@fcJ 2]OoāN4K:tt4_/E߆$-=4e7Anhro1F< x˱k-TRڳpo_uxaDvk8C`+T7F@>.2hvmpѥ5oDKpOڒVK+sb:Ԗ%v!$[y no2)kAcY1stU峔HGF; _9یPMKt)$*Jx/''fYfBH7|&;tj]l  v{kxî[i&dO#<6MeߺgO&ÕFL~=u6ɻs?H dӞW_=]~xx|~xO>j鿁7}hלap/jfRt`WӶ> d(sSa*4H|kfŪ gTN//i?tZ[Ҟ}(o7Om,{,9Yw=R(OTq8^ ;kpq xö YZ