rsyslog-8.2406.0-150600.12.10.1<>,^iò#p9|`tI\sK\k  NlMgemtb +O?RT`(?`d  " J  $=^~ 9yNN xN N  LN 0N 1DN2|N4N55N67('7';';\;`;w(;x8;Q9<Q:BQ=.>.?.@.B.F.G/NH0HNI1NX1Y1Z20[24\2<N]3tN^7Rb8c9d:*e:/f:2l:4u:HNv;8wZNx[Ny]z_D_T__________`Crsyslog8.2406.0150600.12.10.1The enhanced syslogd for Linux and UnixRsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user.iò#ibs-power9-22S'SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND GPL-3.0-or-laterhttps://www.suse.com/System/Daemonshttp://www.rsyslog.com/linuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in rsyslog.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi# # update linker caches # /sbin/ldconfig # # remove obsolete variables # PNAME=syslog DEF_VAL="no" DEL_TEMPL=/usr/share/fillup-templates/$PNAME.del rm -f $DEL_TEMPL for var in SYSLOG_DAEMON SYSLOG_REQUIRES_NETWORK ; do echo -e "#\n$var=$DEF_VAL\n" >> $DEL_TEMPL done if [ -f /etc/sysconfig/$PNAME ] ; then /bin/fillup -q -t -r -i -d "=" /etc/sysconfig/$PNAME $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ test -f /etc/sysconfig/$PNAME.new && mv /etc/sysconfig/$PNAME.new /etc/sysconfig/$PNAME fi for i in $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ ; do if [ -f $i ] ; then . $i rm -f $i fi done PNAME=syslog DEF_VAL="no" DEL_TEMPL=/usr/share/fillup-templates/$PNAME.del rm -f $DEL_TEMPL for var in RSYSLOGD_COMPAT_VERSION RSYSLOGD_NATIVE_VERSION ; do echo -e "#\n$var=$DEF_VAL\n" >> $DEL_TEMPL done if [ -f /etc/sysconfig/$PNAME ] ; then /bin/fillup -q -t -r -i -d "=" /etc/sysconfig/$PNAME $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ test -f /etc/sysconfig/$PNAME.new && mv /etc/sysconfig/$PNAME.new /etc/sysconfig/$PNAME fi for i in $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ ; do if [ -f $i ] ; then . $i rm -f $i fi done # # add RSYSLOGD_* variables # PNAME=syslog SUBPNAME=-rsyslog SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi # # Do not use multiple facilities with the same priority pattern. # It causes start failure since rsyslog-6.4.x (bnc#780607). # # FIXME: it seems to be a valid syntax -> rsyslog bug? # if grep -qs '^local[0246],' etc/rsyslog.conf ; then sed -i -e 's/^local\([0246]\),/local\1.*;/g' etc/rsyslog.conf fi # # create dirs, touch log default files # if [ "$1" = "1" ] ; then # first install mkdir -p var/log touch var/log/messages; chmod 640 var/log/messages touch var/log/mail; chmod 640 var/log/mail touch var/log/mail.info; chmod 640 var/log/mail.info touch var/log/mail.warn; chmod 640 var/log/mail.warn touch var/log/mail.err; chmod 640 var/log/mail.err # # touch the additional log files we are using # touch var/log/acpid; chmod 640 var/log/acpid touch var/log/firewall; chmod 640 var/log/firewall touch var/log/NetworkManager; chmod 640 var/log/NetworkManager # # touch the additional log sockets config file # mkdir -p -m750 "./run/rsyslog" touch "./run/rsyslog/additional-log-sockets.conf" chmod 640 "./run/rsyslog/additional-log-sockets.conf" fi # first install # # Enable the rsyslogservice to be started by systemd # # This macro enables based on a systemctl preset config file only if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in rsyslog.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi # But we want to enable a syslog-daemon regardless of the preset; # force the creation of a syslog.service alias link (bnc#790805). # We do not check the obsolete SYSLOG_DAEMON variable as we want # to switch when installing it and there is a provider conflict. /usr/bin/systemctl -f enable rsyslog.service >/dev/null 2>&1 || : #restart daemon at the end of the transaction /usr/bin/systemctl set-property "rsyslog.service" Markers=+needs-restart ||:# # stop the rsyslogd daemon when it is running # test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable syslog.socket || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop syslog.socket ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable rsyslog.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop rsyslog.service ) || : fi# # update linker caches # /sbin/ldconfigr(8X P h    x 0 (P  h         y(p?J#-]A큀A큤A큤AAAA큠A큤A큤Aiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòiòcccccciòiòiòa26e852f282bf5315c6de6082d8ad68b214ff53d1042a8fa43dd8a7fd9c8b0a07bb35ec47a2f1e8b23e2e9959a14b794b87fa526d0d18d30f70ffd677236e04e6c7d3b56498e2e4360315c541e9e132c85d0930784d5723f28a2457d6580fc6628f2eb36353e3f330797afdcc3611ba3d163b195eae7eb2ffb2f0e1523e4fe8940826c6b687d9aadd72a5353f1531e2ff3586df8f3ef345c5b2f124806b42745c4c875396276951b491e799e9cdb5a090b2ca82a754967c7f310888373e51c4004b236f195c0d178e05b5465ec099d8d9d284379cad584a17ea3a36443cfbdba24ab6bb6e0edc29fb75cc286203ba16bccb95351ac0a64450c3ba0ca02486cff74a508a3bb7a71f9e79cebde17c1d806c6321818ba3107ed15c8a62335f970ea330da3b4487beca480ed3d726c263b2201ab431d2d0c914d0cf7fe69befc79fbd9d7887db48c58701dfc23f50c52c7081fe6c0672bcaab4967689e3a1697aec32ffe2bc5608025e72b0f29ae11f93e0aa1948fc2ce396089f95caba656e0271e1c9c671417403566ba77121ff724d0b78fab2b33d4b1abff59bb67d94fa31e0967723a65f55ab3e124743ccb4d4d3269f5b21b1b863e51ac26f58d1ccf343f62e80955663eab4049f298ae4b28fa10ec69be28feeb47e5e9f8d66b7dae413e357cd1c35573bd06dd22e99cda442dcf0d313f162c827698596ce07c6ba796c9b1060c2422461c7e106929ed59f30ae256b36f8baa914ae537e026d2589989ec1d62d05db0e7924538b24edc1ba36f8739f36ce9010bd3eb8eee3efc09d0e510ac2800cba585eb59bd855a4affdf2a823807f9d2db83ed93c7035baca5f32aa4e1a4992127cbea9ffdbbe212abdad1b2bcc44740ee9513f85240cbf74e6bea2fcf17ee267a71c6045afc1e86eeeb3ebfd562a360a0fac9beb3d0b9ceacc79d50e854a58217b5afe37ad0d5b420734d83f77bef4074df009a14f8ba076b2fa75923310a2900513778b87c1c881d5556c1c6e55d68421a114f16ef270b5f107e3cd3a4b5f14be6004bc1205f9ef097485f99f09e029c3093bf1b3de0d7fe8b7a8662abcbc127b0646ec19eb50f21b6c89f11db3613020067ba535a89e5b7f98f1f16c88d730eb9565078818dc8b7e380aa87b7626d2e8833483e403d142b49574ff6f3f3ae3c330b81acef97da9e5ec3a5d7c47a3cd9180b1b9f483930e217e34314f721eb57ca2fdc49a179212411931d4327b7acf0aec87439fccbdb4ee85968677ccc4f46eb385308f19dfac4cb45046868f7bf01072cc1030ffa6dddea9482cc9cbc7bd1c138c6cd5a1e59e75916a2dcab5a316232a43342e2df1d88dd0f3152e8e16410fd549d896edc43cdc8899cfb0baaf748c59c54626063f05847594c2b7dc2088b051b553a819a9d058bd910746202b50033d07dfa10feff3bb135178b9a426150bf8571790d33e88ad05fa6123bd3b4c921186fc4ddd87636af81f3f5ae0a95b2b2948057f30b05cb93c69f27099ab7e6de9514b8c4626d784c4f9b88513a109b8b3b7cd71e71cabbe2ddca8f21e9201512cc8ef273befd418bc399045ef5ff93e9a9810c0a92b70947f33c644700daf239506b8b62754a410153b59025e3bea4108d59deeaffff380b9403a5c1ebc5dcd2f0b082ee88e22301a3d31ac4c0e5ea6d8dab3f46783e10f907e92cf515460ba55e8602befb16558e3723daea3ecf3c3f8aeedac1bf82d67014020915a9a4c12ecf615f138daf5e2b3ae5ff21918543fd001611f50097d58f5f371afa04560494bdc598a6b6b626ff97651c4f0e8841fb28e9ae4f808afd6cdfc8157b645007a524a34c306ccaa5722cd2bbdf49829a2201929230ff9b2e895228334ff3a7485cc06e46413c98e6f6add201344067a4a802405c9e26e658634ad9e1e4f9b48094071793e791a533d959de916e149db8af6ed59fb292cdb5ea08c9600ddf8cceacabe8bbc3da1b9e64def69c89e86900209a711b90d0349b84a4ed28d6fa865b075abd4deb057e860d09e8c483eb892c6717c095bbc9486044c12c283bfd896cde97807e403c2c927cb2cf63a587a659f6d9166815e983c1600a44fde8f58204ac5deae7a6d84f749eeab45871f7cd04f70824f119740d97ce6770aa0a06bc3d7f4821dfc104eb56df8485abd9bfea59b0d9c74635307e4d90328b92dc76fe6f98e4ec3fff4a295b2b799f7228ba4dd1bc00ef7c116d57bc3d6c5fdaa9f44a829e2a6fae0866b103562a97a7ac7cbb882c658edba00bd6867822948393ee56498de26f4e220e38a8ba35e9fe72faf1f13e417f5880d446cca63ecfaab6fcc512cbb2f85b8eea171809bd86dd37c491a51888a928e1d43bc82d40c9fb520c7f2048326fd99937a04bd4346e33734cb2fcdd358636eae91211f988a2b1f2a7a8e94c9da4d2a5870cc8e69ebc3b67cf7f83b9d04e306a55fad21a418d257f40c094c9639fb6ee41309f20394914fa04d4395df5ddc6918996867bd8b113501738f1e8bb7e81adbcb7fb0b3dd769d45496d13321e42631a84025f0b3b6951bd91d917b60d35e6765a3d4950c1d35188e9f483e5b8152c6e7a8af5fc2249ee34c0c8832a5cb76b9289d54f846420572eace6a13056e6bb65da7fc9379ec720dbd562e31d0d8d593a62e389cf7f3d3f6927460cc9c636e8d2c8ee0ca563750c1111b1fad64fda7ab722432b0502621054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f0838743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed95285fa0cd0bfa21234a31d292a118d3da451dec15f41b63bd17d8fe20b26bb14339fab7e4b5e05d189c0418c7e2fd76041d76c88dacd25c789e76f077a764be/usr/sbin/rsyslogdservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrsyslog-8.2406.0-150600.12.10.1.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.10.13.0.4-14.6.0-14.0-15.2-12.0otherproviders(syslog)4.14.3fLfͿeoeye#@d@d8cEc@bb@bu b a@`Ȗ@`~@`8`+_j__/@_]@_@_JC@_ ^@^;^]9\~d\o@[H[[[[P}@[3|@[2*Z=Z@Z@Zk@ZaZ)-@Z@Z@Z YY}@Y5GYX-XO@XX@X{d@XN@XD@W@WRWVV@VHVVVV=VUݪ@U@U[%UB@U>$U4@U+U#T@T@TLTG@TBV@thomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.commichael@stroeder.commichael@stroeder.comthomas.blume@suse.commichael@stroeder.commichael@stroeder.comlnussel@suse.dethomas.blume@suse.comthomas.blume@suse.commichael@stroeder.commichael@stroeder.comkukuk@suse.comrjschwei@suse.comrtyler@brokenco.dethomas.blume@suse.commatthias.gerstner@suse.comdimstar@opensuse.orgThomas.Blume@suse.comegotthold@suse.comThomas.Blume@suse.comkukuk@suse.demichael@stroeder.comThomas.Blume@suse.comastieger@suse.comThomas.Blume@suse.comastieger@suse.comkukuk@suse.deThomas.Blume@suse.comastieger@suse.comrgerhards@adiscon.comkukuk@suse.derbrown@suse.comastieger@suse.comastieger@suse.comastieger@suse.commichael@stroeder.comtchvatal@suse.comdziolkowski@suse.comastieger@suse.comastieger@suse.comastieger@suse.comndas@suse.comastieger@suse.comdimstar@opensuse.orgastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.commrueckert@suse.deastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comjengelh@inai.dejsegitz@novell.comjsegitz@novell.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comandreas.stieger@gmx.deheinemannj66@gmail.comledest@gmail.com- restart daemon after update at the end of the transaction (bsc#1230984)- Upgrade to rsyslog 8.2406.0 -patches replaced by upgrade (see details in upgrade logs below) 0001-Avoid-crash-on-restart-in-imrelp-SIGTTIN-handler.patch * 2023-11-29: Revert "Update omlibdbi.c" * 2023-11-21: imkmsg: add params "readMode" and "expectedBootCompleteSeconds" * 2023-11-10: testbench: fix "typo" in test case * 2023-11-08: omazureeventhubs: Corrected handling of transport closed failures * 2023-10-31: imkmsg: add module param parseKernelTimestamp * 2023-11-03: imfile: remove state file on file delete fix * 2023-10-30: imklog bugfix: keepKernelTimestamp=off config param did not work * 2023-10-30: Netstreamdriver: deallocate certificate related resources * 2023-10-20: TLS subsystem: add remote hostname to error reporting * 2023-10-21: Fix forking issue do to close_range call * 2023-10-23: replace debian sample systemd service file by readme * 2023-10-20: testbench: bump zookeeper version to match current offering * 2023-10-20: Update rsyslog.service sample unit to the latest version used in Debian Trixie * 2023-10-20: Only keep a single rsyslog.service for Debian * 2023-10-20: Remove no longer used --with-systemdsystemunitdir configure switch * 2023-10-18: use logind instead of utmp for wall messages with systemd * 2023-10-11: Typo fixes * 2023-10-11: Drop CAP_IPC_LOCK capability * 2023-10-04: Add CAP_NET_RAW capability due to the omudpspoof module * 2023-10-03: Add new global config option "libcapng.enable" * 2023-10-02: tcp net subsystem: handle data race gracefully * 2023-08-31: Avoid crash on restart in imrelp SIGTTIN handler - replaces 0001-Avoid-crash-on-restart-in-imrelp-SIGTTIN-handler.patch * 2023-09-26: fix startup issue on modern systemd systems * 2023-09-14: Fix misspeling in message. * 2023-09-13: tcpflood bugfix: plain tcp send error not properly reported * 2023-09-12: omprog bugfix: Add CAP_DAC_OVERRIDE to the bounding set * 2023-08-02: testbench: cleanup and improve some more imfile tests * 2023-08-02: lookup tables: fix static analyzer issue * 2023-08-02: lookup tables bugfix: reload on HUP did not work when backgrounded * 2023-07-28: CI: fix and cleaup github workflow * 2023-03-07: imjournal: Support input module * 2023-07-28: testbench: make test more reliable * 2023-07-28: tcpflood: add -A option to NOT abort when sending fails * 2023-07-28: tcpflood: fix today's programming error * 2023-07-28: openssl: Replaced depreceated method SSLv23_method with TLS_method * 2023-07-27: testbench improvement: define state file directories for imfile tests * 2023-07-28: testbench: cleanup a test and some nitfixes to it * 2023-07-27: tcpflood bugfix: TCP sending was not implemented properly * 2023-07-26: testbench: make waiting for HUP processing more reliable * 2023-07-25: build system: make rsyslogd execute when --disable-inet is configured * 2023-07-25: CI: update zookeper download to newer version * 2023-07-10: ossl driver: Using newer INIT API for OpenSSL 1.1+ Versions * 2023-07-11: ossl: Fix CRL File Expire from 1 day to 100 years. * 2023-07-06: PR5175: Add TLS CRL Support for GnuTLS driver and OpenSSL 1.0.2+ * 2022-05-13: omazureeventhubs: Initial implementation of new output module * 2023-07-03: TLS CRL Support Issue 5081 * 2023-06-29: action.resumeintervalmax: the parameter was not respected * 2023-06-28: IMHIREDIS::FIXED:: Restore compatiblity with hiredis < v1.0.0 * 2023-05-15: Add the 'batchsize' parameter to imhiredis * 2023-06-28: Clear undefined behavior in libgcry.c (GH #5167) * 2023-06-22: Do not try to drop capabilities when we don't have any * 2023-06-22: testbench: use newer zookeeper version in tests * 2023-06-22: build system: more precise error message on too-old lib * 2023-05-17: Fix quoting for omprog, improg, mmexternal- suppress installation errors when systemd is not running (bsc#1218799)- restart daemon after modules packages have been updated (bsc#1217292)- fix rsyslog crash in imrelp (bsc#1210286) * add: 0001-Avoid-crash-on-restart-in-imrelp-SIGTTIN-handler.patch-patches replaced by upgrade (see details in upgrade logs below) 0001-fixing-the-deleteStateOnFileDelete-option.patch 0001-imfile-Remove-inotify-watch-descriptor-on-inode-chan.patch 0001-queue-Add-NULL-check-in-qDeqLinkedList.patch 0001-testbench-add-test-for-legacy-permittedPeer-statemen.patch 0002-imtcp-bugfix-legacy-config-directives-did-no-longer-.patch CVE-2022-24903.patch - Upgrade to rsyslog 8.2306.0 (jsc#PED-4883) * 2023-06-09: mmnormalize bugfix: if msg cannot be parsed, parser chain is stopped * 2023-06-08: Add new global config option "libcapng.default" * 2023-06-08: imjournal: Add FileCreateMode module parameter * 2023-04-17: core bugfix: potential segfault on busy systems * 2023-05-11: GNUTls Driver: Fix memory leaks in gtlsInitCred * 2023-05-24: CI: update base ubuntu image for github actions * 2023-05-16: OMHIREDIS::ADDED:: New support for 'stream' mode * 2023-05-17: OMHIREDIS::ADDED:: new tests for existing functionalities * 2023-04-25: OMHIREDIS::FIXED:: Correctly suspend module in case of failure * 2023-05-17: OMHIREDIS::FIXED:: Synchronously try to authenticate * 2023-04-25: IMHIREDIS::ADDED:: New support for 'stream' mode * 2023-04-25: REDIS::ADDED:: Implement tests for imhiredis module * 2023-04-12: IMHIREDIS::CLEAN:: various improvements and fixes [#]## CHANGED - [IMHIREDIS] factorize code for different modes - [IMHIREDIS] Clean and improve logging lines - [IMHIREDIS] Poll extinction state less frequently for main thread (less aggresive) - [IMHIREDIS] Set 'key' action parameter to REQUIRED - [IMHIREDIS] Use known message length instead of calculating it when enqueuing message [#]## ADDED - [IMHIREDIS] Missing redis replies' types in enumeration [#]## FIXED - [IMHIREDIS] Correctly initialize instance object, especially for redisNodesList - [IMHIREDIS] Correctly print input mode's value in logs when set incorrectly * 2023-05-17: tests: mmexternal-SegFault-empty-jroot-vg.sh: fix typo * 2023-03-21: modify testbench test to detect wrong imptcp truncation * 2023-03-21: imptcp bugfix: spam log on oversize message * 2023-03-23: core/bugfix: using $uuid msg prop can deadlock rsyslog on shutdown * 2023-03-13: Remove halted LGTM badges on README * 2023-02-16: Do not preserve capabilities when changing credentials * 2023-01-23: CI/QA: do compile test both with NDEBUG set/unset * 2023-01-23: Fixed wrong type conversion in cstrLen() for debug mode as well * 2023-01-18: core/template: implement negative position.to * 2023-01-18: CI: fix github CodeQL settings * 2023-01-17: Remove CAP_DAC_OVERRIDE if privileges dropped * 2023-01-17: Adjust the capability set * 2023-01-13: substring function: enhancement and hardening * 2023-01-11: omfile: add action parameters "rotation.*" * 2023-01-11: CI: use newer version of zookeeper * 2023-01-09: ffaup fix : memory corruption with concurrent workers * 2023-01-02: openssl: fix undefined reference to CRYPTO_set_id_callback * 2022-12-30: testbench: add test for invalid json template generation * 2022-12-30: core bugfix: template system may generate invalid json * 2022-12-28: Fixed wrong type conversion in cstrLen() * 2022-12-08: Add CodeQL workflow for GitHub code scanning - Upgrade to rsyslog 8.2212.0 * 2022-12-05: testbench: make python http server based tests more reliable * 2022-12-05: omprog bugfix: invalid status handling at called program startup * 2022-11-29: testbench bugfix: wrong message injection object of instance 1 * 2022-11-21: rsyslog.conf man page bugfix: description of selectors * 2022-11-18: imtcp bugfix: legacy config directives did no longer work - replaces 0002-imtcp-bugfix-legacy-config-directives-did-no-longer-.patch * 2022-11-16: ksi bugfix: sending of too many signing requests fixed. * 2022-11-14: bugfix: prevent potential segfault when switchung to queue emergency mode * 2022-11-02: imjournal: add second fallback to _COMM * 2022-10-25: core bugfix: local hostname invalid if no global() config object given * 2022-10-25: testbench bugfix: fixed timing issue that sometimes lead to test failure - Upgrade to rsyslog 8.2208.0 * 2022-08-09: ksi bugfix: request cache size and send timeout issue fixed. * 2022-08-09: imjournal bugfix: segmentation fault in close journal * 2022-08-09: net subsystem: support sha256 for StreamDriverAuthMode="x509/fingerprint" * 2022-08-05: imfile bugfix: message loss/duplication when monitored file is rotated * 2022-08-05: ksi bugfix: optimize processing of signer queue to fix delays. * 2022-08-04: ksi bugfix: possible crash fixed when several log files are opened. * 2022-08-04: openssl: add support to split tls commands by semicolon * 2022-08-04: openssl subsystem bugfix: build issue on Solaris * 2022-08-04: openssl: add more details to error messages * 2022-08-04: omclickhouse: capture additional exceptions * 2022-08-04: mmanon bugfix: Simplified and fixed IPv4 digit detection. * 2022-07-21: imptcp: slight tuning * 2022-07-20: template procesing/json: performance optimization * 2022-07-19: core bugfix: memory leak when free action worker data table * 2022-07-13: omfile: support for zstd compression * 2022-07-07: stream cleanup: move error message to debug log, only * 2022-07-04: mmdblookup bugfix: Don't crash Rsyslog on mmdb file errors * 2022-06-28: build error fix: libbson requires out-of-date language constructs * 2022-06-27: OpenSSL: fix depreacted API issues for OpenSSL 3.x - Upgrade to rsyslog 8.2206.0 * 2022-05-25: omelastisearch: allow omitting _type field * 2022-05-18: tcpsrv/imtcp: slight performance improvements * 2022-05-12: imptcp bugfix: worker thread starvation on extreme traffic * 2022-05-11: omelasticsearch: several support option for ElasticSearch 8 - config params searchIndex and documentType can be empty - support for Data Stream API - new config param esVersion.major * 2022-05-09: tcp receiver bugfix: delay/potential hang on some error conditions * 2022-05-05: net bugfix: potential buffer overrun - replaces CVE-2022-24903.patch Advisory: https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8#advisory-comment-72243 * 2022-05-05: imptcp: set OS worker thread name * 2022-04-26: mmanon bugfix: shortened IPv6 form not always anonymized * 2022-04-22: mmdblookup fix: wrong copy of buffer * 2022-04-22: mmdblookup: several enhancements - support arrays in MMDB entry - support escaped quotes '"' in MMDB entry - support '<' characters in MMDB entry, when in a field - support '}' characters in MMDB entry, when in a field - Upgrade to rsyslog 8.2204.0 * 2022-04-18: gnutls bugfix: possibility of infinite loop * 2022-04-17: core/bugfix: errorfile could grow over max configures size * 2022-04-17: omkafka bugfix: potential misadressing * 2022-04-06: added new "FullJSONFmt" standard template (with addtl fields) * 2022-04-04: imfile: potential processing delay * 2022-04-04: bugfix: cosmetic data races * 2022-04-01: add property options to support ISO week/year number * 2022-04-01: core bugfix: "action suspended" message was emitted even when turned off * 2022-03-31: testbench: add more tests for rscript comparison operations * 2022-03-31: core bugfix: make internal logs emitted during HUP procesing appear quicker * 2022-03-20: refactor: Move the parser directive to the main config * 2022-03-16: refactor: ake the main message queue part of the config * regression bugfix: rsyslog may segfault during startup * regression fix: script string comparison did not work correctly - Upgrade to rsyslog 8.2202.0 * 2022-02-11: Make action counter part of the config * 2022-02-09: imfile: Remove inotify watch descriptor on inode change detected - replaces 0001-imfile-Remove-inotify-watch-descriptor-on-inode-chan.patch * 2022-02-03: omelasticsearch: Fix indexSuccess impstats counter in bulkmode * 2022-01-28: rscript: literal numbers were not compared correctly * 2022-01-17: ompgsql: PGsslInUse not supported on old distros * 2021-12-31: ompgsql: allow connection params via connection string * 2022-01-17: CI: remove fedora 33 based testing * 2022-01-14: Terminate all tcpsrv threads properly * 2022-01-04: Move timezone specific variables to rsconf * 2022-01-13: Fixes #4395 by correctly checking for EPIPE. * 2022-01-12: Move rsyslog global parameters to rsconf_t struct * 2022-01-12: cleanup: remove unused variable * 2022-01-07: CI: cleanup journal test environment * 2022-01-06: CI: remove unnecessary dependency * 2022-01-05: Update omlibdbi.c * 2022-01-05: omhttp: Fix memory leak in lokirest batchmode * 2021-12-15: Clarify meaning of loadConf and RunConf - Upgrade to rsyslog 8.2112.0 * 2021-12-14: refactor:Deallocate outchannel resources in rsconf destructor * 2021-12-14: refactor: use runConf instead of loadConf in ratelimiting during runtime * 2021-11-22: new contribtion: URL parser module function using libfa * 2021-11-18: mmanon: relax IPv6 detection - improve anonymization * 2021-11-10: ruleset bugfix: ruleset queue was incorrectly named * 2021-11-10: omsnmp: update module to current IP best practices * 2021-10-27: ommysql: fix threading bug * 2021-10-25: testbench: false positive when impstats was not built * 2021-10-25: imtcp: add support for permittedPeers setting at input() level * 2021-10-25: testbench: add test for legacy permittedPeer statement - replaces 0001-testbench-add-test-for-legacy-permittedPeer-statemen.patch - Upgrade to rsyslog 8.2110.0: * 2021-10-13: PrivDropToUser: fix abortOnIDResolutionFail handling #2 * 2021-10-12: PrivDropToUser: fix abortOnIDResolutionFail handling * 2021-09-17: rscript fix: ruleset called async when ruleset had queue.type="direct" * 2021-10-07: tcpsrv: fix compilation without exceptions * 2021-09-29: build issue: handle undefined MAXPATHLEN, PATH_MAX * 2021-10-06: Fix typo in error message. * 2021-09-21: mmkubernetes bugfix: no connection retry to kubernetes APP * 2021-09-13: use correct api for es 6 and later * 2021-09-20: openssl: Correct gnutlsPriorityString (custom ciphers) behaviour * 2021-09-20: ksi bugfix: locking bug fixed in rsksiCtxOpenFile * 2021-09-13: Fix ElasticSearch Test broken by ES incompatibility * 2020-11-21: imhttp updates - query parameter ingestion & basic auth support * 2021-09-08: openssl: extended output information on connection failure * 2021-09-02: queue: Add NULL check in qDeqLinkedList - replaces 0001-queue-Add-NULL-check-in-qDeqLinkedList.patch * 2021-09-06: core bugfix: use of property $wday terminates string * 2021-09-02: gnutls: Propagate PrioritizeSAN when accepting a new connection * 2021-08-24: ratelimit: fix rate limiting for already parsed messages * 2021-08-23: config: implement script-equavalent for $PrivDrop* statements - Upgrade to rsyslog 8.2108.0: * 2021-08-16: openssl tls: Improved error message output on tls failures. * 2021-07-01: imfile add `ignoreolderthanoption` * 2021-08-10: imklog: fix invalid memory adressing, could cause abort * 2021-08-09: omelasticsearch: fix incorrect mutex error handling regression * 2021-08-09: imfile bugfix: hash char invalidly added in readmode != 0 * 2021-08-08: imudp: add socket type (IPv4 vs. 6) to input name * 2021-07-13: fixing the deleteStateOnFileDelete option - replaces 0001-fixing-the-deleteStateOnFileDelete-option.patch * 2021-07-07: CI: add test for imtcp not correctly starting up and a Solaris fix * 2021-08-05: omfwd: add capability for action-specific TLS certificate settings * 2021-07-01: imtcp: permit to use different certificate files per input/action * 2021-08-04: debug support: add indication of "being HUPed" to debug log * 2021-08-04: imptcp bugfix: keep alive interval was incorrectly set * 2021-07-22: Close file descriptor when freshStartTail is turned on * 2021-07-22: [omelasticsearch] Improve errorFile mutex handling * 2021-07-08: openssl network driver bugfix: small memory leak * 2021-07-07: tcpsrv bugfix: abort if no listener could be started * 2021-07-01: tcp subsystem: fix cosmetic memory leak on shutdown * 2021-07-01: fix typo in error message * 2021-06-30: OMMONGODB :: Fixes * 2021-06-29: mmkubernetes fix for apiserver error handling * 2021-06-21: omkafka updates * 2021-06-22: percentile module to track percentile metrics via impstats * 2021-06-17: CI: disable Travis CI for the time being * 2021-04-15: omhttp: Fix dynrestpath param in batch mode * 2021-06-14: add predefined template RSYSLOG_SyslogRFC5424Format * 2021-06-10: bugfix: _sender_stats reports integer counter as string- fix removal of imfile state files (bsc#1213212) * add 0001-fixing-the-deleteStateOnFileDelete-option.patch- fix parsing of legacy config syntax (bsc#1205275) * add: 0001-testbench-add-test-for-legacy-permittedPeer-statemen.patch 0002-imtcp-bugfix-legacy-config-directives-did-no-longer-.patch- remove $klogConsoleLogLevel setting from rsyslog.conf (bsc#1191833) * this legacy setting from pre-systemd times is obsolete and can block important systemd messages- fix segfault in qDeqLinkedList during shutdown (bsc#1199283) * add 0001-queue-Add-NULL-check-in-qDeqLinkedList.patch- Remove inotify watch descriptor in imfile on inode change detected (bsc#1198939) * add 0001-imfile-Remove-inotify-watch-descriptor-on-inode-chan.patch- (CVE-2022-24903) fix potential heap buffer overflow in modules for TCP syslog reception (bsc#1199061) * add CVE-2022-24903.patch- add service dependencies for remote logging (bsc#1194669) - update config example in remote.conf to match upstream documentation- fix config parameters in specfile (bsc#1194593)- Upgrade to rsyslog 8.2106.0: * NOTE: the prime new feature is support for TLS and non-TLS connections via imtcp in parallel. Furthermore, most TLS parameters can now be overriden at the input() level. The notable exceptions are certificate files, something that is due to be implemented as next step. * 2021-06-14: new global option "parser.supportCompressionExtension" This permits to turn off rsyslog's single-message compression extension when it interferes with non-syslog message processing (the parser subsystem expects syslog messages, not generic text) closes https://github.com/rsyslog/rsyslog/issues/4598 * 2021-05-12: imtcp: add more override config params to input() It is now possible to override all module parameters at the input() level. Module parameters serve as defaults. Existing configs need no modification. * 2021-05-06: imtcp: add stream driver parameter to input() configuration This permits to have different inputs use different stream drivers and stream driver parameters. closes https://github.com/rsyslog/rsyslog/issues/3727 * 2021-04-29: imtcp: permit to run multiple inputs in parallel Previously, a single server was used to run all imtcp inputs. This had a couple of drawsbacks. First and foremost, we could not use different stream drivers in the varios inputs. This patch now provides a baseline to do that, but does still not implement the capability (in this sense it is a staging patch). Secondly, we now ensure that each input has at least one exclusive thread for processing, untangling the performance of multiple inputs from each other. see also: https://github.com/rsyslog/rsyslog/issues/3727 * 2021-04-27: tcpsrv bugfix: potential sluggishnes and hang on shutdown tcpsrv is used by multiple other modules (imtcp, imdiag, imgssapi, and, in theory, also others - even ones we do not know about). However, the internal synchornization did not properly take multiple tcpsrv users in consideration. As such, a single user could hang under some circumstances. This was caused by improperly awaking all users from a pthread condition wait. That in turn could lead to some sluggish behaviour and, in rare cases, a hang at shutdown. Note: it was highly unlikely to experience real problems with the officially provided modules. * 2021-04-22: refactoring of syslog/tcp driver parameter passing This has now been generalized to a parameter block, which makes it much cleaner and also easier to add new parameters in the future. * 2021-04-22: config script: add re_match_i() and re_extract_i() functions This provides case-insensitive regex functionality. closes https://github.com/rsyslog/rsyslog/issues/4429- Upgrade to rsyslog 8.2104.0: * rainerscript: call getgrnam_r repeatedly to get all group members (bsc#1178490) * new contributed module imhiredis * new built-in function get_property() to access property vars * mmdblookup: add support for mmdb DB reload on HUP * script bugfix: empty array in foreach() improperly handled * imjournal bugfixes (handle leak, empty file) * new contributed function module fmunflatten * test bugfix: some tests did not work with newer TLS library versions * some improvements to project CI- update remote.conf example file to new 'Address' and 'Port' notation (bsc#1182653)- HTTPS URLs used for source - Upgrade to rsyslog 8.2102.0: * omfwd: add stats counter for sent bytes * omfwd: add error reporting configuration option * action stats counter bugfix: failure count was not properly incremented * action stats counter bugfix: resume count was not incremented * omfwd bugfix: segfault or error if port not given * lookup table bugfix: data race on lookup table reload * testbench modernization * testbench: fix invalid sequence of kafka tests runs * testbench: fix kafkacat issues * testbench: fix year-dependendt clickhouse test- Upgrade to rsyslog 8.2012.0: * testbench bugfix: some tests did not work in make distcheck * immark: rewrite with many improvements * usability: re-phrase error message to help users better understand cause * add new system property $now-unixtimestamp * omfwd: add new rate limit option * omfwd bug: param "StreamDriver.PermitExpiredCerts" is not "off" by default- prepare usrmerge (boo#1029961)- fix location and naming of journald dropin (bsc#1178288)- remove legacy stuff from specfile * sysvinit is not supported anymore, so remove all tests related to systemv in the specfile- Upgrade to rsyslog 8.2010.0: * gnutls TLS subsystem bugfix: handshake error handling * core/msg bugfix: memory leak * core/msg bugfix: segfault in jsonPathFindNext() when not an object * openssl TLS subsystem: improvments of error and status messages * add 'exists()' script function to check if variable exists * core bugfix: do not create empty JSON objects on non-existent key access * gnutls subsysem bugfix: potential hang on session closure * core/network bugfix: obey net.enableDNS=off when querying local hostname * core bugfix: potential segfault on query of PROGRAMNAME property * imtcp bugfix: broken connection not necessariy detected * new module: imhttp - http input * mmdarwin bugfix: potential zero uuid when reusing existing one * imdocker bugfix: build issue on some platforms * omudpspoof bugfix: make compatbile with Solaris build * testbench fix: python 3 incompatibility * core bugfix: segfault if disk-queue file cannot be created * cosmetic: fix dummy module name in debug output * config bugfix: intended warning emitted as error- Upgrade to rsyslog 8.2008.0 Way too many changes since 8.39.0 to be listed here. - Added custom unit file rsyslog.service because systemd service file was removed from upstream project - Removed obsolete patches: * 0001-satisfy-gcc-flag-fno-common.patch * rsyslog-pgsql-pkg-config.patch * rsyslog-unit.patch- Use systemd_ordering instead of requiring to make rsyslog useable in containers.- Fix the URL for bug reporting, should not point to novell.com (bsc#1173433)- Add support for omkafka which is now in Factory, and 15.x repos- avoid build error with gcc flag -fno-common (bsc#1160414) * add 0001-satisfy-gcc-flag-fno-common.patch- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- Add rsyslog-pgsql-pkg-config.patch: use pkgconfig to find the right libraries/directories for postgresql. According to pgsql upstream, pg_config must only be used to buildpgsql modules.- set default permissions before include directives (bsc#1126233) * Logfile open modes depend on position in the config file, see https://www.rsyslog.com/doc/rsconf1_filecreatemode.html- Upgrade to rsyslog 8.39.0 * imfile: improve truncation detection * imjournal: work around journald excessive reloading behavior * errmsg: remove no longer needed code * queue bugfix: invalid error message on queue startup * bugfix imrelp: regression with legacy configuration startup fail * bugfix imudp: stall of connection and/or potential segfault * bugfix gcry crypto driver: small memleak * fix potential misadressing in encryption subsystem * ksi subsystem changes * bugfix core: regex compile error messages could be incorrect * bugfix core: potential hang on rsyslog termination * bugfix imkafka: system hang when backgrounded * bugfix imfile: file change was not reliably detected * bugfix imrelp: do not fail build if librelp does not have relpSrvSetLstnAddr * bugfix queue subsystem: DA queue did ignore encryption settings * bugfix KSI: lmsig-ksils12 module skips signing the last block * bugfix fmhash: function hash64mod sometimes returned wrong result * bugfix core/debug: data written to random fd 2 under some debug settings- rsyslog configuration cleanup by filter rules in separate files (bug#1102720) * add parsing of additional filter rules in /etc/rsyslog.d/*.frule * add acpid.frule, firewall.frule, NetworkManager.frule- Enable ForwardToSyslog for journald to get syslog messages [bsc#1110456]- Update to rsyslog 8.38.0: * imfile: support for endmsg.regex * omhttp: new contribued module * imrelp: add support for seting address to bind to (#894) * ommysql: support mysql unix domain socket * omusrmsg: do not fall back to max username length of 8 * various bug fixes and minor updates to other modules and core * various fixes for memory leaks- remove references to obsolete SYSLOG_REQUIRES_NETWORK variable (bsc#1101642)- rsyslog 8.36.0: * Liblogging-stdlog deprecated * OpenSSL based TLS driver added in addition to GnuTLS * GnuTLS TLS driver: support intermediate certificates * imptcp: add ability to configure socket backlog * fmhash: new hash function module * updates and fixes to various modules * omfwd: add support for bind-to-address for UDP * mmkubernetes: new module - updates and fixes to various modules- fix CVE-2015-3243 rsyslog: some log files are created world-readable (bsc#935393)- rsyslog 8.33.1: * devcontainer: use some more sensible defaults * auto-detect if running inside a container (as pid 1) * config: add include() script object * template: add option to generate json "container" * core/template: add format jsonf to constant template entries * config: add ability to disable config parameter ("config.enable") * script: permit to use environment variables during configuration * new global config parameter "shutdown.enable.ctlc" * config optimizer: detect totally empty "if" statements and optimize them out * template: constant entry can now also be formatted as json field * omstdout: support for new-style configuration parameters added * core: set TZ on startup if not already set * imjournal bugfix: file handle leak during journal rotation * lmsig_ksils12 bugfix: dirOwner and dirGroup config was not respected * script bugfix: replace() function worked incorrectly in some cases * core bugfix: misadressing in external command parser * core bugfix: small memory leak in external command parser * core bugfix: string not properly terminated when RFC5424 MSGID is used * bugfix: strndup() compatibility layer func copies too much - the upstream systemd unit file was changed to no longer write the rsyslog pid, as it is no longer required for tracking under systemd (-iNONE). Adjust rsyslog-unit.patch to match.- Use %license instead of %doc [bsc#1082318]- fix includes for apparmor profile (bsc#1080238)- rsyslog 8.32.0 * libfastjson 0.99.8 required * libczmq >= 3.0.2 is now required for omczmq * libcurl is now needed for rsyslog core * rsyslogd: add capability to specify that no pid file shall be written * core improvements and bug fixes * RainerScript improvements and bug fixes * build fixes, including gcc7 fixes drop 0001-imgssapi-fix-compiler-warnings.patch * various bug fixes in multiple modules- remove build dependency on libee- Disable news by default, we don't need to clobber all systems with this for the very few remaining news servers- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Ensure user "news" exists - bsc#1068678- rsyslog 8.30.0 * changed behaviour: all variables are now case-insensitive by default * core: handle (JSON) variables in case-insensitive way * imjournal: made switching to persistent journal in runtime possible * mmanon: complete refactor and enhancements * imfile: add "fileoffset" metadata * RainerScript: add ltrim and rtrim functions * core: report module name when suspending action * core: add ability to limit number of error messages going to stderr * tcpsrv subsystem: improvate clarity of some error messages * imptcp: include module name in error msg * imtcp: include module name in error msg * tls improvement: better error message if certificate file cannot be read * omfwd: slightly improved error messages during config parsing * ommysql improvements * ommysql bugfix: do not duplicate entries on failed transaction * imtcp bugfix: parameter priorityString was ignored * template/bugfix: invalid template option conflict detection * core/actions: fix handling of data-induced errors * core/action bugfix: no "action suspended" message during retry processing * core/ratelimit bugfix: race can lead to segfault * core bugfix: rsyslog aborts if errmsg is generated in early startup * core bugfix: informational messages was logged with error severity * core bugfix: --enable-debugless build was broken * queue bugfix: file write error message was incorrect * omrelp bugfix: segfault when rebindinterval parameter is used * omkafka bugfix: invalid load of failedmsg file on startup if disabled * kafka bugfix: problem on invalid kafka configuration values * imudp bugfix: UDP oversize message not properly handled * core bugfix: memory corruption during configuration parsing * core bugfix: race on worker thread termination during shutdown * omelasticsearch: avoid ES5 warnings while sending json in bulkmode * omelasticsearch bugfix: incompatibility with newer ElasticSearch version * imptcp bugfix: invalid mutex addressing on some platforms * imptcp bugfix: do not accept missing port in legacy listener definition - build requirements: * libfastjson 0.99.7 is now mandatory * libsystemd-journal >= 234 is now recommended - packaging: * add upstream build fix 0001-imgssapi-fix-compiler-warnings.patch- rsyslog 8.29.0: * imptcp: add experimental parameter "multiline" * imptcp: framing-related error messages now also indicate remote peer * imtcp: framing-related error messages now also indicate remote peer * imptcp: add session statistics conunter * imtcp: add ability to specify GnuTLS priority string * impstats: add new ressoure counter "openfiles" * pmnormalize: new parser module * core/queue: provide informational messages on thread startup and shutdown * omfwd/udp: improve error reporting, depricate maxerrormessages parameter * core: add parameters debug.file and debug.whitelist * core/net.c: improve UDP socket creation error messages * omfwd/udp: add "udp.sendbuf" parameter * core: make rsyslog internal message rate-limiter configurable * omelasticsearch bugfixes and changed ES5 API support + avoid 404 during health check + avoid ES5 warnings while sending json + bugfix for memomry leak while writing error file * imfile bugfix: wildcard detection issue on path wildcards * omfwd bugfix: always give reason for suspension * omfwd bugfix: configured compression level was not properly used * imptcp bugfix: potential socket leak on session shutdown * omfwd/omudpspoof bugfix: switch udp client sockets to nonblocking mode * imklog: fix permitnonkernelfacility not working * impstats bugfix: impstats does not handle HUP * core bugfix: segfault after configuration errors * core/queue bugfixes * lmsig_ksi: removed pre-KSI_LS12 componentsVersion 8.28.0 [v8-stable] 2017-06-27 * omfwd: add parameter "tcp_frameDelimiter" * omkafka: large refactor of kafka subsystem * imfile: improved handling of atomically renamed file (w/ wildcards) * imfile: add capability to truncate oversize messages or split into multiple * mmdblookup fixes and extensions * bugfix: fixed multiple memory leaks * imptcp: add new parameter "flowControl" * imrelp: add "maxDataSize" config parameter * multiple modules: gtls: improve error if certificate file can't be opened * omsnare: allow different tab escapes * omelasticsearch: converted to use libfastjson instead of json-c * imjournal: _PID fallback * added fallback for _PID proprety when SYSLOG_PID is not available * introduced new option "usepid" which sets which property should rsyslog use, it has 3 states system|syslog|both, default is both * deprecated "usepidfromsystem" option, still can be used and override the "usepid" * it is possible to revert previous default with usepid="syslog" * multiple modules: add better error messages when regcomp is failing * omhiredis: fix build warnings * imfile bugfix: files mv-ed in into directory were not handled * omprog bugfix: execve() incorrectly called * imfile bugfix: multiline timeout did not work if state file exists * lmsig_ksi-ls12 bugfix: build problems on some platforms * core bugfix: invalid object type assertion * regression fix: local hostname was not always detected properly... * bugfix: format security issues in zmq3 modules (bsc#1051798) * bugfix build system: add libksi only to those binaries that need it * bugfix KSI ls12 components: invalid tree height calculation- Drop module-guardtime package * Upstream libgt died and it does not work with new opensslVersion 8.27.0 [v8-stable] 2017-05-16 - imkafka: add module - imptcp enhancements: * optionally emit an error message if incoming messages are truncated * optionally emit connection tracking message (on connection create and close) * add "maxFrameSize" parameter to specify the maximum size permitted in octet-counted mode * add parameter "discardTruncatedMsg" to permit truncation of oversize messages * improve octect-counted mode detection: if the octet count is larger then the set frame size (or overly large in general), it is now assumed that octet-stuffing mode is used. This probably solves a number of issues seen in real deployments. - imtcp enhancements: * add parameter "discardTruncatedMsg" to permit truncation of oversize messages * add "maxFrameSize" parameter to specify the maximum size permitted in octet-counted mode - imfile bugfix: "file not found error" repeatedly being reported for configured non-existing file. In polling mode, this message appeared once in each polling cycle, causing a potentially very large amout of error messages. Note that they were usually emitted too infrequently to trigger the error message rate limiter, albeit often enough to be a major annoance. - imfile: in inotify mode, add error message if configured file cannot be found - imfile: add parameter "fileNotFoundError" to optinally disable "file not found" error messages - core: replaced gethostbyname() with getaddrinfo() call Gethostbyname() is generally considered obsolete, is not reentrant and cannot really work with IPv6. Changed the only place in rsyslog where this call remained. Thanks to github user jvymazal for the patch - omkafka: add "origin" field to stats output See also https://github.com/rsyslog/rsyslog/issues/1508 Thanks to Yury Bushmelev for providing the patch. - imuxsock: rate-limiting also uses process name both for the actual limit procesing as well as warning messages emitted see also https://github.com/rsyslog/rsyslog/pull/1520 Thanks to github user jvymazal for the patch - Added new module: KSI log signing ver. 1.2 (lmsig_ksi_ls12) - rsylsog base functionality now builds on osx (Mac) Thanks to github user hdatma for his help in getting this done. - build now works on solaris again - imfile: fix cross-platform build issue see also https://github.com/rsyslog/rsyslog/issues/1494 Thanks to Felix Janda for bug report and solution suggestion. - bugfix core: segfault when no parser could parse message- rsyslog 8.26.0: * liblognorm 2.0.3 is required for mmnormalize * enable internal error messages at all times * core: added logging name of source of rate-limited messages * omfwd: omfwd: add support for network namespaces * imrelp: honor input name if provided when submitting to impstats * imptcp: add ability to set owner/group/access perms for uds * mmnormalize: add ability to load a rulebase from action() parameter * pmrfc3164 improvements + permit to ignore leading space in MSG + permit to use at-sign in host names + permit to require tag to end in colon * add new global parameter "umask" * core: make use of -T command line option more secure * omfile: add error if both file and dynafile are set * bugfix: build problem on MacOS (not a supported platform) * regression fix: in 8.25, str2num() returned error on empty string * bugfix omsnmp: improper handling of new-style configuration parameters * bugfix: rsyslog identifies itself as "liblogging-stdlog" in internal messages * bugfix imfile: wrong files were monitored when using multiple imfile inputs * bugfix: setting net.aclResolveHostname/net.acladdhostnameonfail segfaults * bugfix: immark emitted error messages with text "imuxsock" * bugfix tcpflood: build failed if RELP was disabled * fix gcc6 compiler warnings * the output module array passing interface has been removed- use 8.25.0 documentation tarball- rsyslog 8.25.0: * imfile: add support for wildcards in directory names * add new global option "parser.PermitSlashInProgramname" * mmdblookup: fix build issues, code cleanup * improved debug output for queue corruption cases * an error message is now displayed when a directory owner cannot be set * rainerscript: add new function ipv42num * rainerscript: add new function num2ipv4 * bugfix: ratelimiter does not work correctly is time is set back * core: fix potential message loss in old-style transactional interface * bugfix queue subsystem: queue corrupted if certain msg props are used * bugfix imjournal: fixed situation when time goes backwards * bugfix: bFlushOnTxEnd == 0 not honored when writing w/o async writer * bugfix core: str2num mishandling empty strings * bugfix rainerscript: set/unset statement do not check variable name validity * bugfix mmrm1stspace: last character of rawmsg property was doubled * bugfix imtcp: fix very small (cosmetic) memory leak * However, the leak breaks memleak checks in the testbench.- sync bug and fate numbers from IBS changes.- rsyslog 8.24.0(fate#320546): * mmrm1stspace: new module; removes first space in MSG if present * KSI signature provider: file permissions can now be specified * omzmq: new features * when the hostname is empty, we now use "localhost-empty-hostname" * omelasticsearch: remove "asyncrepl" config parameter * omfwd: Add support for bind-to-device (see below on same for imudp) * imudp: Add support for bind-to-device * imudp: limit rcvbufsize parameter to max 1GiB * rainerscript: implement new "call_indirect" statement * bugfix imjournal: make state file handling more robust * bugfix core: lookup table reload was not properly integrated * bugfix core: potential dealock on shutdown * bugfix ommongodb: did not work in v8 due to invalid indirection * bugfix ommongodb: fix tryResume handling * bugfix omfwd: retry processing was not done correctly, could stall * bugfix imuxsock: segfault non shutdown when $OmitLocalLogging is on - contributed modules not enabled due to build issues: * mmdblookup: new maxminddb lookup message modify plugin- Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd): the sub-libraries have been merged into libsystemd since 209 and have ultimately been removed since 230.- rsyslog 8.23.0: * requiring libfastjson 0.99.3 * KSI signatures: removed SHA2-224 hash algorithm * imfile: new timeout feature for multi-line reads * omfile: improve robustness against network file system failures * pmaixforwardedfrom: support for AIX syslogd -s option * omelasticsearch: add ability to specify max http request size * omelasticsearch: high availability addressing of ElasticSearch cluster * omelasticsearch: make compatible with ElasticSearch 2.x and 5.x * omhiredis: add dynakey attribute. * omtcl: new contributed module * RainerScript: provide a capability to set environment variables * lookup tables: improved error checking * queue subsystem: add configuration parameter "queue.samplinginterval" * various bug fixes * rsgtutil: option to specify KSI publications file certificate constraints - includes changes from 8.22.0: * ompgsql: add template support * generate somewhat better error message on config file syntax error - includes changes from 8.21.0: * CHANGE OF BEHAVIOUR: by default, internal messages are no longer logged via the internal bridge to rsyslog but via the syslog() API call [either directly or via liblogging). For the typical single-rsyslogd-instance installation this is mostly unnoticable (except for some additional latency). If multiple instances are run, only the "main" (the one processing system log messages) will see all messages. To return to the old behaviour, do either of those two: 1) add in rsyslog.conf: global(processInternalMessages="on") 2) export the environment variable RSYSLOG_DFLT_LOG_INTERNAL=1 This will set a new default - the value can still be overwritten via rsyslog.conf (method 1). Note that the environment variable must be set in your **startup script**. For more information, please visit http://www.rsyslog.com/rsyslog-error-reporting-improved/ * slightly improved TLS syslog error messages * queue subsystem: improved robustness- rsyslog 8.20.0: * omrelp: add configurable connection timeout * pmrfc3164: add support for slashes in hostname * bugfix omfile: handle chown() failure correctly * omfile now better conveys status of unwritable files back to core * config files recursively including themselfes are now detected * refactored code to not emit compiler warnings in "strict mode" * bugfix: fix some issues with action CommitTransaction() handling * bugfix omqmqp1: connecting to the message bus fails on nonstandard port * testbench/CI enhancements - Build requirements: * librelp 1.2.12- rsyslog 8.19.0: * omelasticsearch: add option to permit unsigned certs * imrelp: better error codes on unvailablity of TLS options * default stack size for inputs has been explicitely set to 4MiB * performance improvements * miscellaneous minor cleanup * fix: potential misadressing in template config processing * bugfix omfile: async output file writing does not respect flushing * bugfix imfile: corrupted multi-line message when state data was persisted * bugfix imfile: missing newline after first line of multiline message * bugfix: dynstats unusedMetricTtl bug * bugfix build system: build was broken on SunOS * bugfix: afterRun entry point not correctly called * bugfix dynstats: do not leak file handles * bugfix omelasticsearch: disable libCURL signal handling * bugfix omelasticsearc: some regressions were fixed * improved wording: gnutls error message points to potential cause- rsyslog 8.18.0(bnc#958728): * templates: add option to convert timestamps to UTC * omjournal: fix segfault (regression in 8.17.0) * imptcp: added AF_UNIX support * new template options * compressSpace * date-utc * redis: support for authentication * omkafka: makes kafka-producer on-HUP restart optional * imfile: new "FreshStartTail" input parameter * omjournal: fix libfastjson API issues * ommongodb: fix json API issues * dynamic stats subsystem: a couple of smaller changes * foreach loop: now also iterates over objects (not just arrays) * enhancement: queue subsystem is more robst in regard to some corruptions * enhancement: Allow rsyslog to bind UDP ports even w/out specific interface being up at the moment. * new External plugin for sending metrics to SPM Monitoring SaaS * bugfix imfile: fix memory corruption bug when appending @cee * bugfix: memory misallocation if position.from and position.to is used a negative amount of memory is tried to be allocated if position.from is smaller than the buffer size (at least with json variables). This usually leads to a segfault. * bugfix: fix potential memleak in TCP allowed sender definition * bugfix: $PrivDropToGroupID actually did a name lookup * bugfix: small memory leak in imfile * bugfix: double free in jsonmesg template * bugfix: incorrect formatting of stats when CEE/Json format is used * bugfix omfwd: new-style keepalive action parameters did not work due to being inconsistently spelled inside the code. Note that legacy parameters $keepalive... always worked * bugfix: memory leaks in logctl utility * bugfix omrelp: fix segfault if no port action parameter was given * bugfix imtcp: Messages not terminated by a NL were discarded- rsyslog 8.17.0: * improve json variable performance * new experimental feature: lookup table suport * new feature: dynamic statistics counters * new contributed plugin: omampq1 for AMQP 1.0-compliant brokers * new set of UTC-based $now family of variables ($now-utc, $year-utc, ...) * simplified locking when accessing message and local variables * new global parameter "debug.unloadModules" * timestamp handling: guard against invalid dates * imfile: add "trimlineoverbytes" input paramter * ommongodb: add support for extended json format for dates * omjournal: add support for templates * imuxsock: add "ruleset" input parameter(fate#320667) * imptcp: performance improvements * improve interface definition in some modules, e.g. mmanon, mmsequence * rsgtutil: dump mode improvements + auto-detect signature file type + ability to dump hash chains for log extraction files * bugfix: unixtimestamp date format was incorrectly computed (leap year) * bugfix: date-ordinal date format was incorrectly computed (leap year) * bugfix: some race when shutting down input module threads * bugfix tcpflood: did not handle connection drops correct in TLS case * bugfix: abort if global parameter value was wrong * bugfix omkafka: fix potential NULL pointer addressing * bugfix impstats: @cee cookie was prefixed to wrong fromat (json vs. cee) * bugfix imfile: fix race during startup that could lead to some duplication * bugfix: potential loss of single message at queue shutdown * bugfix: potential deadlock with heavy variable access * bugfix ommysql: on some platforms, serverport parameter had no effect * bugfix omelasticsearch: invalid pointer dereference * bugfix omhiredis: serverport config parameter did not reliably work * bugfix rsgtutil: -h command line option did not work * bugfix lexer: hex numbers were not properly represented * bugfix TLS syslog: intermittent errors while sending data * bugfix imfile: abort on startup if no slash was present in file name param * bugfix rsgtutil: fixed abort when using short command line options * bugfix rsgtutil: invalid computation of log record extraction file * bugfix build system: KSI components could only be build if in default path- rsyslog 8.16.0: * rsgtutil: Added extraction support including loglines and hash chains. * new system properties for $NOW properties based on UTC * various bug fixes and improvements- fix build on sle11: use package name buildrequires instead of pkgconfig- build with libfastjson (mandatory from 8.16.0)- rsyslog 8.15.0: * KSI (incompatible changes): + KSI utilities: Added option to set publication url via - -publications-server. Required for signature verification. + UserID and UserKey can be set by parameter + Fixed wrong TLV container for KSI signatures from 0905 to 0906. + somewhat improved error messages + Update for and use libksi 3.4.0.x * New contributed modules: + pmpanngfw: for translating Palo Alto Networks logs * pmciscoios: support for asterisk before timestamp added * solr external output plugin much enhanced * omrabbitmq: improvements * add support for libfastjson (as a replacement for json-c) * pmciscoios: support for some format variations * improvments for 0mq modules: + omczmq - suspend / Retry handling + omczmq - improved efficiency + omczmq - added ability to set a timeout for sends + omczmq - set topics can be in separate frame (default) or part of message frame (configurable) + imczmq - ZMQ_ROUTER support * Note the upstream supported modules not enabled in SUSE package: + grok (mmgrok) + omkafka * add support for building with libfastjson * bugfix: invalid mutex handling in omfile async write mode could lead to segfault, even though highly unlikely (caught by testbench on a single platform) (bsc#1000488)- rsyslog 8.14.0: * add property "rawmsg-after-pri" * bugfix: potential misadresseing in imfile * bugfix: re_extract RainerScript function did not work- rsyslog 8.13.0: * ZeroMQ enhancements * Redis enhancements * mmnormalize: liblognorm error messages are now emitted via regular rsyslog error reporting mechanism (aka "are now logged") * networking improvements - drop rsyslog-8.12.0-parallel-build.patch, is upstream - drop rsyslog-8.12.0-gnutls.patch, same- rsyslog 8.12.0: * Harmonize resetConfigVariables values and defaults * GT/KSI: fix some issues in signature file format and add conversion tool * bugfix: ommysql did not work when gnutls was enabled * bugfix omfile: potential memory leak on file close * bugfix omfile: potential race in dynafile detection/creation * bugfix omfile: Fix race-condition detection in path-creation code * bugfix parser subsystem: potential misadressing in SanitizeMsg() * imfile: files moved outside of directory are now (properly) handled * bugfix: imfile: segfault when using startmsg.regex * bugfix imfile: file table was corrupted when on file deletion * bugfix ompgsql: transaction were improperly handled * bugfix mmjsonparse: memory leak if non-cee-json message is processed * testbench: remove raciness from UDP based tests * testbench: added bash into all scripts makign it mandatory * bugfix testbench: Fixed problem building syslog_caller util when liblogging-stdlog is not available. - add upstream patches: * rsyslog-8.12.0-gnutls.patch to fix build with gnutls * rsyslog-8.12.0-parallel-build.patch to fix parallel build- rsyslog 8.11.0 - new features: * signature provider for Keyless Signature Infrastructure (KSI) - bug fixes: * imfile: regex multiline mode ignored escapeLF option * omkafka: fixed several concurrency issues, most of them related to dynamic topics. * execonlywhenpreviousissuspended did not work correctly * core engine: ensured global variable atomicity * imfile: segfault when using startmsg.regex because of empty log line- rsyslog 8.10.0: * imfile: add capability to process multi-line messages based on regex * pmrfc3164: add new parameter "detect.yearAfterTimestamp" * pmrfc3164: add new parameter "permit.squareBracesInHostname" * supplementary groups are now set when dropping privileges * imfile: added brace glob expansion to wildcard * zmq: add the ability for zeromq input and outputs to advertise their presence on UDP via the zbeacon API. * added omhttpfs: contributed module for writing to HDFS via HTTP * bug fixes - packaging changes: * build with GnuTLS support again as 3.4.0 is now supported- Documentation does not depend on the presence of anything- Adjusted apparmor profile based on the suggestions by Christian Boltz * Removed empty files: module-pgsql, module-relp, module-gssapi, module-gtls * Moved profiles to /usr/share/apparmor/extra-profiles/ * Blocked capability block_suspend plus some other small fixes- Adjusted apparmor profile to prevent aa-genprof failures (bnc#925512)- disable GnuTLS support, does not build with GnuTLS 3.4.0- rsyslog 8.9.0: - omprog: add option "hup.forward" to forwards HUP to external plugins - imuxsock: added capability to use regular parser chain - new sysSock.useSpecialParser module parameter - new sysSock.parseHostname module parameter - new useSpecialParser input parameter - new parseHostname input parameter - 0mq: improvements in input and output modules - imtcp: add support for ip based bind for imtcp -> param "address" - bugfix: MsgDeserialize out of sync with MsgSerialize for StrucData - bugfix imfile: partial data loss, especially in readMode != 0 - bugfix: potential large memory consumption with failed actions - bugfix: omudpspoof: invalid default send template in RainerScript format - bugfix: size-based legacy config statements did not work properly on some platforms, they were incorrectly handled, resulting in all sorts of "interesting" effects (up to segfault on startup) - build system: added option --without-valgrind-testbench ... which provides the capability to either enforce or turn off valgrind use inside the testbench. Thanks to whissi for the patch. - rsyslogd: fix misleading typos in error messa - remove upstreamed rsyslog-8.8.0-nonvoid-function-return.patch- rsyslog 8.8.0: - omkafka: add support for dynamic topics and auto partitioning - imtcp/imptcp: support for broken Cisco ASA TCP syslog framing - omfwd: more detailled error messages in case of UDP send error - TLS syslog: enable capability to turn on GnuTLS debug logging - bugfix: $AbortOnUncleanConfig did not work - improve rsyslogd -v output and error message with meta information - bugfix imtcp: octet-counted framing cannot be turned off - bugfix: build problems on Illuminos - bugfix: invalid data size for iMaxLine global property - bugfix: negative values for maxMessageSize global parameter were permitted - add upstream patch rsyslog-8.8.0-nonvoid-function-return.patch to fix compiler warnings/errors- rsyslog 8.7.0: - add message metadata "system" to msg object this permits to store metadata alongside the message - imfile: add support for "filename" metadata this is useful in cases where wildcards are used - imptcp: make stats counter names consistent with what imudp, imtcp uses - added new module "omkafka" to support writing to Apache Kafka - omfwd: add new "udp.senddelay" parameter - mmnormalize enhancements - RainerScript "foreach" iterator and array reading support Thanks to Janmejay Singh for the patch. - now requires liblognorm >= 1.0.2 - add support for systemd >= 209 library names - BSD "ntp" facility (value 12) is now also supported in filter Note: this patch was released under ASL 2.0 (see email-conversation). - bugfix: global(localHostName="xxx") was not respected in all modules - bugfix: emit correct error message on config-file-not-found - bugfix: impstats emitted invalid JSON format (if JSON was selected) - bugfix: (small) memory leak in omfile's outchannel code - bugfix: imuxsock did not deactivate some code not supported by platform - includes changes from 8.6.0: - configuration-setting rsyslogd command line options deprecated - new and enhanced plugins for 0mq. These are currently experimantal. - empty rulesets have been permitted. They no longer raise a syntax error. - add parameter -N3 to enable config check of partial config file Use for config include files. Disables checking if any action exists at all. - rsyslogd -e option has finally been removed It is deprectated since many years. - testbench improvements - testbench is now by default disabled - add new RainerScript functions warp() and replace() - mmnormalize can now also work on a variable - new property date options for day ordinal and week number - remove --enable-zlib configure option, we always require it - slight source-tree restructuring: contributed modules are now in their own ./contrib directory. The idea is to make it clearer to the end user which plugins are supported by the rsyslog project (those in ./plugins). - bugfix: imudp makes rsyslog hang on shutdown when more than 1 thread used - bugfix: not all files closed on auto-backgrounding startup - bugfix: typo in queue configuration parameter - bugfix: unitialized buffer off-by-one error in hostname generation - bugfix imuxsock: possible segfault when SysSock.Use="off" - bugfix: RainerScript: invalid ruleset names were accepted - bugfix: some module entry points were not called for all modules - bugfix omlibdbi: connection was taken down in wrong thread - imttcp was removed because it was an incompleted experimental module - pmrfc3164sd because it was a custom module nobody used - omoracle was removed because it was orphaned and did not build/work for quite some years and nobody was interested in fixing it - includes changes from 8.5.0: - imfile greatly refactored and support for wildcards added - PRI-handling code refactored for more clarity and robustness - ommail: add support for RainerScript config system [action() object] - refactored the auto-backgrounding method - make gntls tcp syslog driver emit more error messages - bugfix: imfile did not complain if configured file did not exist - bugfix: build failure on systems which don't have json_tokener_errors - imgssapi: log remote peer address in some error messages - includes changes from 8.4.3: - ommail: minor bugfixes & improvements - bugfix imkmsg: infinite loop on OpenVZ VMs - bugfix: typo in queue configuration parameter made parameter unusable - bugfix: unitialized buffer off-by-one error in hostname generation - bugfix imfile: segfault on startup in "inotify" mode - bugfix imfile: could make rsyslog exit in inotify mode - bugfix: rsgtutil sometimes crashed in verify mode if file did not exist - bugfix imklog: pri was miscalculated - bugfix: imjournal did not build properly - bugfix: mmcount did no longer build - bugfix imuxsock: possible segfault when SysSock.Use="off" - rsyslog Version 8.5.0 fixed bsc#992146- set file permissions only on first install [boo#899316]- Changed BuildRequires dependencies for SLES11SP3 - BuildRequires: libjson-c-devel - BuildRequires: libestr-devel - BuildRequires: liblogging-devel - BuildRequires: librelp-devel - BuildRequires: libee-devel - BuildRequires: liblognorm-devel - BuildRequires: libuuid-devel- fix shebang of rsyslog-service-prepare script/bin/sh/bin/sh/bin/sh/bin/shrsyslog-module-guardtimeibs-power9-22 1774432803  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNO8.2406.0-150600.12.10.18.2406.0-150600.12.10.18.2406.0-150600.12.10.1 8.38.0 rsyslog.confrsyslog.dNetworkManager.fruleacpid.frulefirewall.fruleremote.confrsyslogadditional-log-sockets.confrsyslogdjournald.conf.d30-rsyslog.confrsyslog.servicersyslogfmhash.sofmhttp.soim3195.soimfile.soimjournal.soimklog.soimkmsg.soimmark.soimpstats.soimptcp.soimtcp.soimudp.soimuxsock.solmnet.solmnetstrms.solmnsd_ptcp.solmregexp.solmtcpclt.solmtcpsrv.solmzlibw.sommanon.sommcount.sommexternal.sommfields.sommkubernetes.sommpstrucdata.sommrfc5424addhmac.sommrm1stspace.sommsequence.sommutf8fix.soomhttp.soomjournal.soommail.soomprog.soomruleset.soomstdout.soomtesting.soomuxsock.sopmaixforwardedfrom.sopmciscoios.sopmcisconames.sopmlastmsg.sopmnormalize.sopmnull.sopmpanngfw.sopmsnare.sorcrsyslogrsyslog-service-preparersyslogdapparmorextra-profilesrsyslog.dusr.sbin.rsyslogdrsyslogAUTHORSChangeLogREADMEsysconfig.syslog-rsyslogrsyslogCOPYINGCOPYING.ASL20COPYING.LESSERrsyslog.conf.5.gzrsyslogd.8.gzrsyslog/etc//etc/rsyslog.d//run//run/rsyslog//sbin//usr/lib/systemd//usr/lib/systemd/journald.conf.d//usr/lib/systemd/system//usr/lib64//usr/lib64/rsyslog//usr/sbin//usr/share//usr/share/apparmor//usr/share/apparmor/extra-profiles//usr/share/doc/packages//usr/share/doc/packages/rsyslog//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/rsyslog//usr/share/man/man5//usr/share/man/man8//var/spool/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:43369/SUSE_SLE-15-SP6_Update/4b2ded7b36d390fec8e3423fb1c26401-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]=3fa8d8e2d783a8684aec25a8cf6d5f6da49a8951, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=db2c74e0cea979ce33c3e8f57d15708ba44d2816, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0beb8256408553860ecfc0f38e5d246407e05dfe, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=360c13d54345c0c084291a26e0f8666d8063f996, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=995e76c0c2fb39c0df8e9dc6cdd586813312f4f8, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=6596dbd25df66e6929cc08247533ea520ad2828f, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2d1245c8bc37ab1b0a47cc63f126208c8f4f792c, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=7f930c80d5e067ebbabc3e5ef9049fb78c18e049, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=03c2f4a137ab767ecae037ca3f8b28d91d030c43, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fdb18ea180f22a1c1401e758be0bd884226e01e9, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=41b0938c4ba0c94cdaa3fc8c8ef30054a83222ed, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8a654425728f1c5070abe799d98156389bb1fa61, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=45ff126d179d1af9cbd41718825f9b9268b30034, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=04d9be4c3e52fc0749d2f83752e8843553fad893, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=83f6958aa840e9cd5f3d8e3963dbaea3538b7265, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9c03569ba5b932143343342b9c3b9c58c2ec4bc5, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=392eb68743a57cbba118afbbacad3fd31465db97, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=38cafa4c324a8d968fb78f50e6520e902c8a5979, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3d165bde12989f0257a1326a5f7e67df59cf1105, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ae04835063611b9afaddcffd62414fbb7fe76789, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4c198198c85ff456bcbc775a7fb3988a7fc6aca4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=cb7b86313c2cd90233f3971925359325bb5f4f45, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c0224518342859cd9e7aef18266e557fb048e64b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e037eab151abb59d61ca83d65055e0cf28dff212, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0ff0b911d4ad9eb231f939939b411b0adba969c0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0823e6964823f7088208311e756a24a035c781e7, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=12ab73c23dbce1fe0d4156454c33b55f2b610780, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=bedcc02bb46f7f1282af9783b7215bfcb4eb9f40, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=73e875d3bfd9ab46a559587eb232921000f9c350, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=08a864e955d4060861152ea3843beb5301f73eaf, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1f429c9d15aea21fb51acc92ffc921863b31f931, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e1039dde7c79b3dced995a58cbdf8ab3de246515, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=108767af4f1d70665da9649a5fa778bd96d9e807, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8495f17bf34add0ab7510c4f41483d0d00f7a7cc, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=849dc98876d60928852adb631ba1a74ee6e09e6a, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=30b89bea3b97813feaf5b474d57a0b4908652a2a, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=32534f25783c27d50f8bccdfbf0821805bdfa215, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b47221421352977dc126f2aa737e8fa3efff1fb6, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3392af52eedd0c7dcab3aaba5797c2f722bc491b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=79d99a80a6fedbf6e40e78b82c716d4ae4b66732, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=258e0bdc0fbd5b548d1c5060df18909acb64a5d9, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9559d01ff6e400f187fe0d85da1cb0fc82cf2aaa, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=18dd20340555d5487200010a2e2d7ee2675b3fb0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=5d4faf6d6aab8441e15720995000408f5d6965cc, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d4ac6ec9417fcb473957d6137a55ef00d20a6857, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=35fb86b6fb8f7548729602d76026eeed03c238bf, 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]=38d18ba0123adca7ce036b1b844e003c76b3c63e, for GNU/Linux 4.3.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 ;h!M'Uu/usr/bin/systemctl --marked reload-or-restart ||:/bin/shsystemdsystemdsystemd-sysvcompatutf-84cc0d06c116d0abb6dc965b549b145ce5e674b4f45e003f33c1901870aba8c80?7zXZ !t/ ]"k%:.kgWE ljTHœsi=PEZW wjhGҤDiWa:AuV 3q5711N]jrtUx7b=i_;`a*% >?Fk{"eq OݺQpU u@F'62=oX^u4suiOKg@=+nB_cdJ-/wUKV6y')8C%koY} rY*|{G^63 oo|2{NU:LDz6?=xgFeyԏ9aʎK3'[ `=Ŧi \|Z #/&Unolu. u23B1V|zKqҋP;둕Zp\@*ED᝗WFnFVr uװp)W/tSڼ!k`rf`uu1 7#NG!ؽ{%ˬ] X .`KxJ\5)ӢfP~ $lENf(7Ϛw9=@y6EEJ0>z'B7MVvC(iq<6II8ꑕbo4-`n vbٸgfu*Z\6`ƙqG0Pg Ry;Bm X=J0yGPbS7|ן{~d8Dk  l w-BV1Ώ`kS9iFbXLWo:o}jI|A46,D yl{ֻs\P~HQ) *Q 7+ifڠ %c0&<)3A`ukM7N`O`%u=1X^|3VՆSS$B^+_ *ęP):%cul yH駬 ʒU$k0nq.!!ʬL9yGX-0;q>X>Ofo\" [&KQDu\G!t喞f;8O?đ\=4_ jsN$E &-QI&/1,XV=2/:anR)B tI_L$2 Rcu_}^3/uOb췏(KR!ܭ>0Fgi߹<>P'}<`$6KY.>&GШ`懣:By NDyDC?,a(o _|W0'x/I3 g( p,BR\;[E%jϷ*0È*  8'<u4mmm1fcA2-cu!03C 'CXaAJ?q^TZ1z ;\=p*)82Su#)%]В$\0"y+&:0q(.;Sn |"KOq]Z.NzjclcEpIL m'~ӸiY޴#@4W߀<0ކr zx43פe VB Xa^3C8`jv*%S2Wj$e[!0oI(jvJfb^8ľVM,!JU1~E=@zk;վyp-Rtnp}=Rv+fխYfu ? 8)hO`5[1L@)5e~^Nmu?'ʳM77 Q-=Hz˿Zab{VϿX$9P4fwl|]oI~6 QY[JiżoP_wsY}%xaϲ4P C-*-K{ O|5*"ߺfn#}b)K$IN1Ed`^NX C̽ڮb@Xid.^[|v%+Ilez{&(b =Oưq\U9FTGQf uTUv` d nxlYu-`'x`M@l"`ʕu0PFaA!^&M`4TVN>2iMRTkՀĔɱ]_Z ,  ҠRvtb c8zĮwT==+M ֵNEtOU WZuRs7]~pe::l{|>5w dz#Vu q)! 9NzO%2T%/9%o_)n Cc :~l+j ^vVwnO]"hweMAf$5d:s^AX=d*@$:ec]N|R= Um|] D- [_$g@>΀jb@^v*We[p!W7=}K%U''m65qS'{ݗXtaV`8Yk (l{3VSnSRhW6ȕ3h.Ē>'LZ8m]]Q7"q[r q7S#j4P;K4.hUn `Ͳ!_$)nFJ*"U6ū9i; ao݃99%=Q7w-*uT/@>Y$אxt[U @Jz&2ԨtO{l6csB=fוI6fjT BڠlgnM uH,M&5(.iQ]ISWVKau{g>:gu0oK|RSDYLJ'=^MZUw~c]!scukў%Wnk Mց4 Z=ۤG?UK,YdƓc4j62ܝڕR4 38cFh5)H[qRUGŭ8" \|wDM <];G:³J/>\<@&MEh݈  Oc݆3  W[`\%=QpP4\fXUy^䮵R`-ThӮPp4pٙ( #B{?^Y}DlpЗݻ~%/0B<0GD,fѳ&`t~xdGWXzBzC|lY:j8rDuV8$s&eҼ]gh +ApP ^u;OtmDC7޸%MLYd #x#QJQX?mbo0߈_K&Yj͜ ,! hݯv-5^KHӅiXhPa<$Kve?h/-q!{ dy' $QTd"pIJhm/!pvQ!G8X<5y1*e1ӻ|sڛOf4eJz,LF~~&?y?r3! p=fַ݆EVJ-VWꩫ= pee7/ЬC}f2zt;!Id] Nf>OL.C&Cc#BIK~䱴4,~˵ _\LxKsHV(H(ӆqvZ .|O-29C0;CȰ=]wB nz`5NΜhP;zc'AJϫp۶!{NTWx<F]w$m'%5Y.SV0c\Ԃpafi %Hrj)HxSh39SJ_\qZ=QN/9m|rG}+,h)茬:tJ[DKquV֒0}ece'IBTzn.^v.vE7FIM:P homRi cٷБ8Ǻg)gNjɶPa+P' ^zY롯v^t+3uNCo/_RLn`/2';y-t kLS7/|.hj海%x\[U+@,4Im[L͜ x0S_ƁjXDPۄ |HZڗJ+ n,3g+$SxXȄ]KJr7[buE|Yo 5qYQkklQ'qFzi)̻X5aOJ">5aIdݹz*g1 bS%nc߱sC4LTÉ~qkCVA0$ۃv^⍚"&ww[Էk gd̂>F#{Cs4v/a{^cEٛx^ {IW[l1\lF)q*/DžDn膣RƃDhBGõL{zr鱐 뼯%Syeɘ fqc2k儧m"Q@sFK#wm%@+1DDcGqH@i%An}DŽZUՑHDEm;< "-*X4qP0r4S\@q^l$4К4GB=L?08xBNsq š{VFl;tʿCPZ+0!6_Dް*G|/ d_;-H-mϩ)3[VNXQ}0@+&j6٢zm͒uu.>avytaF\j8`4,ـʢtPh>~sf ,!^OR!ShqLI8CuZ OϽl؅,,WN")!n}u:ån}扴 ("I_Q„m&lw} R2FgQSe夷`O46! =>;cR3g`eu"wNsS?h,SnAu%){*4(Nv4[ MZ=f3=k:='Ϧ3 'U*{5{͋8&[_X IKR6qC JO=y/DDtt&?1M{w!xʕN!X Ji8#h ƌF5\V Bטu}H{G]8ɀt?7{]1.O a 2CNQ!ۄgH X4.g~4D7V;˅Pe<x'`:..j ^nwhFQ8}9P|hc{E4$0^u+ĕYN{Ϩ+X)+GEx: 1pPc 4!FWiHBOzQ>utVC2uuSiĥ"û)qv_mauh=ұ7FHЪVP\*8eob[C[G`;;"i'ýgQ2":gtˡ4>fR_a}xג}kwyx}]K_ PM-nj}PBmkn{իW)>GE$kɔ|Rqk1fWucc¢hJ5|V$dխI\ [jW M}Ӫ^q|]pتtuꌬ,x5՜%-_zNb#x?ȧ'瑋/VslS:tȒՌce)JlE>zPy{5 t2okp?4\ŋRbtQ hMI w֎g(۩s|a UIڎj1gjz0E]:C|Kpz LUPls l 1K"V"RO~ޚ%b XVW#Vɚ2 @s܋I' %P ;^>Ճ^WAC7{1Hķtt%K+@@Ql7uɉgKS/ZA#Lu>+F =M˯~ 21"c(\2"tDio.MBc+kLʮXka{,;aKSHQ h鸕$p]dO3{VYLOQ%C484@ƺ3; /W!nu;_}n1rA{wIQG+yTfGxMM+w LcH_}_[mw]]8\;5&$wpeDUi2_Ј\SS'ZaC,Ĩlo騺^~&Ċ"#Y߱j.}l"RkAV [\XgǩlL> &Ȭcj 68|*I#.ZN#.L*/b_f  pLI/``WFUݨ<)2V .se]!H3g[ *ESu ZƔLW_p?s.@ԭN>#b+1mfd$܆<{[#H/`O92܆ 7wղ}w/k9[ɚެPMB%r]Zv` >7zK(hOu<J.+Ѧw9gH,g 7 8qbd+Ly)LcK8C(%;@)F&q4hbs 7>fЗuLǕ.~\N&>NV$u!o?յ4^C#J5H:SsIq'5,& r}`40<#ҳ^JS p_XnS: iT/oA ɹ܌QA1m[CYt_r2Eg mZqӋ=~/X\|msYν, zLSpkۑt/r8'ݵӟd' -J J_7VriS13n |">lOjR;jjXeXiCCԗaoӸb\y?[Exf~tr ,Ш ob;0\_Y*xXfKs#`KȂ7üN5I%g$uzt"4|\X[$3Znxx5o7ͯƵ? {:c%iZyQWFS}@ȺD7x*-I[ZAy Nŷ>_mx/j%as0 t%ͮ0daH^K̯S֍ͪ$`׀j6c8 0ҧ@7&'Uֹ *-uo'a6nWPװpiѦw1I6TV9WPuo# NJ$Q:،ᶲ]|'Ec K,#4 mG&kGlJQ,@wzJ?~ _gFb5t lĿP 9H&E*.%tf*1ִ[]rl%N-[cdJeVIP^IVv7tOW"Ϗ1=9"dk*{Y.El(հ7MQWE5rQ\H/Os Q$M~VIS;|d!?uu3 c{jm8UXz1Y|L,&H(OJEqCPb g5qf+6|(y70cS{T>9󐏈a42 6]ǤZ/YpGN BuKjx&;\_g!"sQچ5 ~DA/::T Puv_}(~;Kk+xYLec":YIMrSUR~fa%xd~pf"C$t ?|x.F1Ѿ1GJWu碙j8?%4$'WBԤȯ;q;2'Wy_!ױ`(ԵyY|#̡Ku0y\-OFW:«7 BR;#nv$ (` #5O!(m!7O 4\G=epW  C2mcI5XBo ,Igjgzk;2~GbFBdB#pK%43 +_mܰGZ,-(Kɭ/nQ[.ϋlc.jxΕ[(+ /mh3p/@m"hk?X:,5O:Z ˦lu8`<~8L}#A3-_,䌳j\ (& =M4*&\7*>d#CAع|Qp1Xsb(R1-YzG1ƞ33\ [j6GEUZHr>{PG)e(SeF_9fR_>a \uRDl0;ԀY>9A2m2q!*,*փ+?@"]I=8czeHcMyNt~ ,ytuJ 8VaqX73F?Z b y>SzW@o:&&,όdˇpL`̬ w&Prf>^ŐVBɢѣXrs`$E)3d-fO(D/J׀(KPYOʨ$$?(i{|,㩝so^k\XӠx&YazW3n>'^Bu50Ԣ tebLj{?):1VSpQXuA?e;dBr1Gu!,P,: wiߊfBmXLsw {ajQ"3G|YM2`V!t 8]FF=ĿBa Zydl\wx{KjpW/ߦ\EtB= EB wdVF_ K $6> ɉQ|(6/}FRik(eL&ڭ30K` U()/{4>MI73xϥbgkQ !~n,H~nIԯZ\k-./T d͠#sb ƫ:t2+=' -ПuRzQ uS/0J +8͠B >OtNYFW}/^[U{4xEִ8$^AF""Օܧ$|О%4}gb Vܯ"OJ@~A:{e]Gb1rWIR36&j⮯gv@2?L/Uуs+&A XCJOsg+?nK 57pvëM \6金"X:5Ѱ,TMPuYBTRtY 4.HqN4Td,#lcuɛ(S"tD9J z?.K9$=Pm"J8 h/'9A{@* I -{ <F11 ǭHZ 8d'-A  m9Č>Saks ~%Y`Ixݯ< QCܡ$WXGls.:ˬ+|Dبk>a/{J^;eBΖ8͔nNj/0r #OufsP+bE"fq@난W{př58[\,ZmvXbP& bc}߮lk;3o6̮j~M}k~PXGإHh3[YHwЬPO(.D! * &!Kͭ1, =aWTܮ99̷:Alϰ 7f L\JKh)60$ qLyTn|5YXm6BYb/> h#Ҋ )K|;s-ohbVH@#H6F<.eO1:ҬD[]V2#Pp~h@y7F.Gg?ne4Þ%`N^S(ah*щ =҄ݬ()#|@rOL"O.BVj )+vs)o`~6h&꾰}9i,9sMٙ)S{E2n݃,q]^xYo1rK*7:YOR1V MDox1O[>[):p'B3ux;B>}A ND)$.6}ge8 ])I`(o<|W)(ChC/-Wm(-+ۼù}na 8vdL L>Q%“!.3ó1ʥ>"?WYŗYY +4ve4(9WJ&8.=T$YsQ[ݶosÄWLn 5/7e U[Fߴe<$YSXO*0"jlqPRj(wW* pHcqIGt[dY3_p "ps X<ݝeC-0¨'([o]H!{kAHTBv{K6ߦhTyZY9Сb^Ϥ- lHӞb-gt6J?+I3YnK{gv+K2i[oU3HG]<>ל9jZw{!&es3JrpxGZVB_> e߄w+GuG% .2:VP <77Z1pRBYM ۸NګK=hl#TXEJd-ʶk%,_E8"ռrxpx 7/꫃{J6Qq{/-nZh/yWg'e,^^ѳU8FZ%|+bq엇qWgS?c0aI46(gL!̈́~& [ =?ҋ6e@#u(BsmWE@dZ)j.dPhH|IXsIVʆqsf,;tfqDVShڷ mQ6GY Q~ 'k21DFzIƂXS"(.#jȌ:.'3zgXγJD5m6yt7.E,T(}#uY;g'*D$:3GoJ6yCo'2o4 2Ul&m2[R$MxeUd:ZTΟ-rH39zAmzȊ!/!JaE "z06ݏ++{O)Qۛ"GRcw;2`9TRy9{w-:mACF$^D]U E.MONbEN-M(##r,Yykhݪx`. S7 $wk]>|ugV*ZzLo7܆K*gsb>IHliP^L H[ь=yN]IzׇF9"PhkFo]& pR~)>(}jGDf5>v,`z!8jU7$JL7PDs) - uD..ik FSĪc S2N/|zjaJ/Mēhi1m>eX~hGAn#UU>(vIODj=, 5 pHV0Uf$逸u$ke~!c&0yT4;HfX韾SbKs䵣 Ҡ,~q˙ >C;ʑ_;`z2 Rٝ a|âyhZU-t p6&k^ Xcd뵄Bº:RY(@Z6!EaeS*%9`~ N8,6_d@OGY{'s6WdY;QH)%lxBij˦3,#9!"Onm0̿nQ-%$jŕK\gI>!Hc;zɈ(k ٌ cjKǗv>}ˎ6Wl矾N1(ྦྷaXy$7S.>; 7@W_˗٧ t„Q^V8e%`*-]b_ *$;pLVD'PB (Q~A8TN@&bϘg`/ȯ>SM.ھ*؉"ρk.7O<҉ljUB.Dyvɱq"xP^ax[OT=e2AKc<94 >:'˗^p~|\s✍yQiu\n&d|h̨؞Dl=ZYW5'Z8ώ=zPx[ȯtŎO C砫XF25zb|/ѢUj$춾>7 rDu f2ܞh9gG1ϰF{v:7rj{|:OQ~30bzrn VeX!wz!(Pn`O߰\y_ǒPYiוx.hm|:q܃yةPoj.قW[0DP9dC۝qU,'tlk@0 OܲM;ڸ_5zYׇl ]=2,Vqrmxn H.kpviBBNF}e~WN-HEQdaj,ICG̏!bsA@;>Ϋ,QXDfkcwjtrCc8gvw/[)l0:rJh4o zIћR=, KDs,EdOyނ;ՉP^-"xyR9^ӽnuI7vBǔۑ6H_???6DD ە [(h\1hI!C9w5@S9I1gY8 Ά*$}=X'3$lUR/3rG]X4OzWRWˢheEΥ`"Xs3'IZ٬DHErj`So,Qqpr^ذŜ q}w2l_#C(6]+GP $KTV2q Mاkd ??+瑻VK&x>׎۔4Xp罐ۙݬ]qna&][6[1eN޴Пb OucKHE,>X{́7 H'Y(nB)mZ"<J-s, %/6qQM5%8MZ>H`m8h~'UvDХÓkQm gA^7Tw#E:/r'gox>Z="B>eobG%ٽ= $yX ho P/qH(Dpj*w D(ST6ʚV%𔗱[Yk0YX݌n}8!msdwsrҰgzg"gԬ7;ZBst{GjV^I5|V>jC33Nj fLKh#ܗDEa΍l}Tthdưw Z%l.Re7@ u"rr\={y ΗoB&Q/ɖ 97iATXmpuwDJKF#5V= *LЧ!f>18-='dhOeܓ<Z!Xe.Jr1`C-e|Wߊ0Z JOW|Sl3 ~^$l ԏ͝~p.#hAϦ{08N7kIW6}"kGGd x5/ܗxY$:sZ4 !j'S8 9ݹU$ıS :6?GZ m<ɴvhNQ/OflV|(d8\!q vI#&?9n (&o6 Y#[]"F'DP6 ~_5ʓWDʇ k6\0ҳ$(.{ Ԥr5K_eŸ$+2IHߟ5>72VN.>T)%̮rkꖕ"pksά4U?APҚR3ȊKÍзKc'"Ȳ`% I\'BII*r2_X۞wv+Ӆ"b>. ipm 0 B%O/mrK~w&\ Y164o곿[0Yj];~Ny/shc3oIVe%Ttc4;(V@TCsuc1'tc>=MZhA}P|S!仚Y֭1{T["U`{dOa˓B&•œb>B(b%UY6ARAφw}>Wy!~/d&ՙ4?NXAV Uf5.` xAvI@RٕegkZī Uw|jXWXhUђj XC8~`ҡEG0#'6n=ºbCsk촒 68/l^-r,SPPT̜mjˡ͢yF &ZX!T@q'Zmϕj\"7kꔏHGc(5k#mpsgzoKJeJȴ;4Acmր=2LMj% H~+/#N&@69|._fΓBkQ0:듻~' ˔}S~ `D-yUҠלh#82sWDҙdZ˜A_{_ 6JGʩ#x1!/">LZxad}sG>2C0-vX4ǬmXr ~Fb ܱFsD9!AJG)|:<tI폇uY">Go~3%Ŵa=>'9l-@i:;?zh]vdsu/<:HGѥ$HOm`.7 ߴitMZ߁XC 93 ]8ߘ/. ~]"Ѳ5y5ވZ;Pw>2gO0ZjUi{gEG60DISfGfmOyq*AE0̞{ \Ev <_DL|x~Xϔzp`2M5WR"Ai*9&6lnH'ܚӈa&9ߊYpƆI \G,֌QGTqiK?F)lV:cLWqyD cHr5eu~3Vk=_*]lPa3lp|#O5|LKD)@Q>T5SRӯ$("PȎ(m/4jrL^nIMzm?H: g&)b%k]ik3;Ù~1x3K߯Rs*;IK0仦iNfZݥ:oxbz'¶ZXceߤ g*[@ qxD؉z(S B{;+2a3l]"8 *lg5|[ClsqĻTeĒb#h͘8Qy}jx[:@&-8'u `+2O84Vei+-~P:c܄xDŽ$m+Z4<)`= ,a'-٣㿋f@Ƭ+s 5a .L !G)i~ {ބ1D-nߟt!sToPb[kNu6gRéBMdP BҳgO[u`uy [1T?uu6|[S17iM`5aT+o}_._m't'IQFQkT_?&T:ڛM=a^U`xBk`4Nuu>oxzr9`6 *:4šVbڪ&WeۑX KK] :nI2=i̱[l6&5RgzRf,;G N U$J}Cٕ͟W"*ɒ9/9J':E({؂XBBjEiV(qHG}(|"?rq΍Z:S'ez8?!ll~\Aχ榹ײIL{"ҤbJ `f5?K`KD` km # 9 -C0HB OM~vt3sJc32#l9\⩎`[nmzEN ;5+},WDUc#BdoGQ; Қ)Oz^ë'#X 1~c,adW8n+ە$8!U;\oX:ryp 2Ϊ03ofanrTh퐥1P:ǵu\|-+"?aI-Z!!x˸pxx9Q|=BBˤ_Hj=D=,({?q-N`JWBbxLC;ָȐ[i/!4`OE,00i"CLUEƵv' +V#,t!JU'݉JǤKkpض]: 26qHo1\;h~{m l*wȰ {rO̵F5n{N*{.9*QwAIC~fO->{5 Jo t CpuC:MhŘ mn fs(X 78֬(u/e3O Ed)=H応P(!\8ъ&lӁo)={; 4+FuAzg~&X04LV:ct(pbgudծ$HUxnc!ZINRaOıR3ЉU }{hzlQ>"GU`| ?ፔҡ+oǜb<N rC AX<%7#6h+'x ~ &{VsoM|xLQ-5$(FOLչwԲ* iቴuXB7$0:jD&9a]g1ʺ:/~vd"Cpƿ qu ssP]d7+S,ݯ9č8 sx3PDN4hjUTN xVa^ u7cj ? <ږY0ӇS,"1/|dC4A , Ιj.NrM|;HqVZb@O[7r5Ƴι# nfT ƥWΰ(]U]yBD#KռZUB6c%75}k7[!Bԉ@y4/(ؾ$=R%Se'wF xYv4Hpj "V+$?հ|擌^kE<>o^A[DAÑ7Ґԥ3XG"JQ-|ߡs1܄#!Ճl"]i_Gorʝ{GNqԪUJdrkI*u 5ѽA?_5ϗAoQ*>Kr e.^>,#YX)|mLɯ X"gN&Imݜ5Dln gs 7YQɘnz0zlZE}m-xoE-_&=13̨pT$D! 9VXEP2: vRPOJ5Y7!1*s*mKuIQ nr[18a0Е BE@V$ɦ-f^0:$ru?Z5E(M7MWjGо{>Ghef׃#Ѭ%uY3liae( 䯘Q8fFG]3-,} ճ=N,gyWf$u=iEkSGģ"ҽp܍>il>.d3E-ُiv@uAaTn%T't˒f`˓5~{/K黫Roz\w| ³SP3#ƩnI;83vnQSRtI'n^N!+0*";+~ur>ɥUg)1UOCEkRG*lg2TteoMF.(' :[qCX?<] EgKc#DTɀ.o3Ҽ^r0h!Y`l> {\}$ E.w-jzEOOGLTMRMGG}st 'X O6QyiSz AG0@#RbRf=*rVXZREA5YZū B 'SV⿋e̐@dPxO2n#x6e l-b^Zn.W;kc]BNW0OscǙL*XKA|sRc/mo`ߗeTk QV|;\WCO^f E١.֠+P]A XoqybcdZtwc"ZO py e?WZgym~,I;|%xʲsYm;#BV \W?W 5P `S >GiO\//n,~>éT 1w^6uJ, >*&DK=>(6 sy DYvG,~Ya diP*zUNA̍M!We nC* Dd{WMr, p~ y;R=$${zh07ؠ 0,Ht E`d# }>mpZM>j7b{gRߜ~ <}#6'U>Kq$gֶ&a;+Kf|Ȗc VnO?qE=m/t*)8|M{x-`Jq¼LR:mú-6=Kј덷3[{aZJL ZM/?2*eh(Ȇ"lJP,Cƛb~Sm_ɺxG& \,>&gP6lKЇ3нuѢLlӂ32Cwa uIKP$;k?sW5xlWc6˕n2ZW'2?2X=Ӄ/5 U9} mZ*ز*ScɱHsSû"KF:ݷMw%QrX'A.@<سᩢaDž (|h,!s.,ƦjOFՠ#G,LAP#+0XwfǜHi]e&4Mu歷D#Șn \d{|cz#vC:L u@%KOwѵCv;%$qZu7~мe >aclbԋʏ-9kt#E0im¦r0@q\-@4-kD1zEў/Gduh3 ]z\;u"5V i UsVɕ /&T$c;|_P3$"}V[=IH*{h>ݬhs.?B 2l7|[oZ%-033 ®$w4-ֽf$4 kr݊Ģa#XEr+0!d!#e1М=\Mr!2)Շ^(p" +@Xo){(:pJbo~$J. e{=2^hr s4n ['ѶLT=4$A4dib\҆6v$g.8!TDL?w_&gD=2fh;/Pgz^o.sH>Zܛl B%?af4JON"e,,}k1Vty &K$C7!j* N23*1df}69yGk) /FkMϵҹ^@*R! H)Y g] ҾK"N 7nϨJZ})dEzI?'΄*c?2ATI96uCB-pvWy8BzswMxdkAH^oݘwpA\Hn' Wۓʚ0]+~$3_N26O/x$RDK<v[S92OT3\3dk 4/Pl WtfPII&grBomi+> \{~&}?|%+Q]yTȇy{E$L>GDmBzipY3Pb4xq?ZrDC5@d e~&[!׾ omhg4T6N*KzO5K#C!!Ez4Qy<8yOL1RF giv2@{0YӯelܠXB΅A 7r}E9v "l x.lڽFiQscP' Z"A 8 tD5V՗6l|)nLYh_}=5]]{QZ!j02H<)q'`r{$$,TQR~6 [G9t6\[t)2Ǩ{î1F;j˲!q3˃s kϘF 0Mp93 $: W~)Nwu>g ]ҙYS4ěX+jG`jg6WllޣMzQ#pb$+et_ 2,@(!P {c&n@NˬQ=G>tءHpٻgN3qj ɸl9FǾr]09ΕnGWu? Uk ɻq3˺?y~PY(6Lsh!p=?Ͻc"Mdko-Zt"n'q?-e%>!)^ Xgf|{{"2ʻ+C'2<퇗r-g7 U}Y7m{փZ MvIʦ1b[8+}M&StkGtȬ(3"jP;>M~sLk9#CHmǚ!t7F_ܩM[lfM@6Ď;n@UW0 ug4R9:ϧs'MvFp:~ShvP5zyYQ4Nt{W@Ј 㰆T,^BGkFc_P<'MZR v+` V_"AnIM ~0.&Ҝ5ÿv+?BQ8:ɻgXGr', `j"DL;W>Az`]@A e Ҡ)n(8&4˚V+LWn>TLN:=jʌ"'#56JS˝G`GBqԶ(poy8;ƎyheU ޕTK!&*U^gש8Rgl5;/eI` ?(YY+Ȋ `MdL/N.UPN+0R{gA`0t(k:4~ |H)„M'kn]VΫ[ذȻTm+oBKrAjh*i&tci08r*DA?ٰ|1B&2HhupGWϻr){f['U"8)JA#3+)tT tn{}Q}~5+PTDXY qmҰ,݋0))bCh!lOZv S4_Py֯zsi%fqj=f4ަFĩSnR 'RO4dh,SG!ނ(2) &7W_jXj#Ӷ袭)iKNiQ;yw(?^$B>l2F}@ݢ17Rz|Qli6 N%/ler!撟G-} u:l]ozWR!zwD[&h+~^MDq?"P?WTO8NK礷Nȫ0':`Mz>G,10dy ΁ Vz=i9O,DmW'!/:PDgc!vԻpH  +84G$ 1pT"TDr'؅"3?OWa6|c_JQڀULL'Ό?`GI&GRo> /=;^o9ל'^ Gkhd+GDQ ҭ>-x.׉I:h m%r 0MGs]j%2T0ϖj{PT$ӒPVeToMI'Xj wrǓ*Mp(nm)69XDXmsR0a$$e8 v*I*sA MNQ?ϕ kyD9A˶w/b$z7ehQPYcP{KA3rbIKI2֯-w'Ok[DعPnbcB}{aR (%H44RtS ';~c{"!!|vriɽ%l@asY`R'5pt,glp5 $%k^mQ8{kn?o-XWa-ε4 ,S8YZDt?+"e.tqv$EiVJ*1ު73(UkK5msI.M2!aA9p fx}Ue0hzMqPh)ZdumF.}H p@e1dL[M!Nw~,Ks^MC24iWq sHC6];+vŪ^~kGGLm$mPo\WURG~R4qNS8˥ږsDdeoCNz\74S&i$st)o2(W϶>:{F[7IHYw1l, x묗QE? Ez{`uZtB\ x:0V%Ƽ@oܜ]0#ZB(Vɀ* PO|t?Քd)w)bL i@"G )Cɳ ue).VD4`7 ­0Tksӷ=n9q=$ B|"6"/QnGF(_y{XF_"wQ3TDŰX>se^.dTǵaٿ@(2 w[8+ *wR3iӆ`TB'wuiO hT*r0 Դ &=>Ayzފć"bxQVCr/-SމɕνԌm9Jer뛞яA|HM}"wTޫsOw1S$:0a 6 ߾;Lgyժ=)񰎂Y ЭE:X(Wqloaі>r[نǡ7BzV^&ei|*NKU^Um;j-B <6@j_/O?QpzA6*5 )jTqq\btV$%6څeL5wfy/YB'H7?X+cjf rZh0\R+ %# 3zM ]sb]6~ }-+>,GF;#\Grc~قjQh;hH' pb)}нIn]rŋ'Wt_% .TUB?;15fv*7NEb%D_D ~$^ _\ R v +1@tgdi N{x Gk=M6UQMo]h3ܱ;=r:zuG%1AЇ 1TG#M4N ]m6S3" 4Η(GW -iFo셔o單؁"ee Qyz\)oO:j3}VJeeoa^?ċ+%PAw᡻^y%j5/l|21\guiǵI ~mx_DV<NgJϰMǮ߇j惡pe D,ZeI[{ڬHa?bC@>&Pn;%<UgՓa[H^C wʬ@>=98C3/]憚4/r,Է ݕ!Rbx{0M/Q)[9L5o3c[]mرb5lVNv .9v^s v1̷_;*޽{*#42Rfi |}eu|^Ӄ;yպ'oP^*7-:Nv̡X!?S>v!7Xkc Fm?&UP;}孙Zb2=ѽ-{hҪhkmC0Am@>w]V;(O$B4Y@T.3GS0áR %&MD2Lw^ci}Yz0E|s`&g]y+z!_nX_YXlgD#lVbo{]Z"lEEwW kl l.D:) ,3eMǪYFq3!u{[L߮FCH GJC G}=͂%,# "֔'=%=ћ«hEI$ ]`Oo8l80x@nc M+:WG GOVi⬯B%:aYGa=m zM%VD+gIv~Nh9nGP^~SF]saJ7dcyj7QUۧ ԲX0e @G!u&2Pl?/Ӄ<ҺW##(aL$Fw5vzL򞎡JWW5A@7'J#H,E}$* WlgGN׍r+(Ԑ2RdY46 \еV\ 4Wt@|:" J#7> mbJxOj&2|C~E2oL!=vzʌsWqaey$a_`[9Rm٩ D?wI2ӲG L7W*>:;F%$YM׃+ *t v'Syaz\$0z6V̨`u?7IvWoF ȏ'Q1. Keszbo{m(ÿ˜ie͙*\t 0XrPQ͔2sQ E-*}i1GåU1unDאVqd}mn\|fXew,WC!ObOFHv 3Ah&w% 0j;Q|X,[~ݔ'L?}|3)6@\e'0fmPV5“`)$!D#Ұ>Cu]G6{}L;H-cJ?⷟ЉV&w"X$Q#/R_=Vk TS 3`:]DfRUW@Ipà$'yI{nCT o:@?IW'ŧ .q xlcM9 $0ˊRLVS\Ij}va Z3#Ak_WK4F_V4'r8Zl' hbTIC!^P܉>ߺ'ђiң<ݞz g_ԸlY Y14ZlH݊wU{׵4ć0S JLk.14f20'EXaZy~BT:ۧl,\/)'I.x3ù*5Xy̪c㽑(J jQcx&FgOp єz=$۰w(= 6aNSr(}iWJd.$M)4q%jA30DXR zM# ;/`$UYZv˄9x(8"'7}rh6q/̎݌k*8@0Qgdq0]!Yⲋ<>{G 3?mr ,>=0Cej(\i/00Ffs@f9ɧ\Ы=cDTrtjl*m`ET5n- t{W2ez>WHV_\N `u:pbkpY-ytR@UH粤n٥N|x&Ɨitdh9R8GzGUC?*B .i+T+W~xFL0lL$'2K7}*dU:떌 ۻPK }8W>"2њ|_&L钟9$nx ě]Īٿ{xs+-.c}L ZOMP[%l0M~Mj>鄔'2eCR.ZMt!FW+f:ILvYҠWGX2:$4L Ap\1E?KBeԈ8¯|pb< b y$̋-hi5:_9mJ.J4b @E;w-vSU01Ӥ۶ljmAUP*AGt]15ݜv.!W@>?UQXEe8f zq Mm|s$fHcc| .S_`)# )3C+R頉Hݐ&*P4 慷pZhdSڬRձ6p'59oYU_[Yd:e#2A Rԑ;ITy:CCNmwaȨ\+l&*%M)uD+NR #fBsz\jffG<LNP=j+T2U5;tc>PEӺhZ0wF[|{K28wU~nb*Rȣ@& Q,ˈ>LET[eyg_ 0᯴WW@wνiIte48\;vJIVNZ)H7bqvﳗVq~62DT3v(=:o_  tvR4Vlkb  MYNəyڪֲ=7B+U!C!;3dRG-.A}(gEI%6(dc sv(כxT@B%+}3·eRQ0x]׆2U-F ]ʖx9c Yn (9h%G3 vdOl-&ȳzlo(igƒa?M0 u?AẔqUtcTpi2D"CCʹ 3J> BKBaҾQw:t1aV愋(|Jj-KN}#uh!"?d*B\/D֩{%yM^1Ѻzc{ʛ_.;7$Y(c`裾k2m"ӟ Xeh;Yd&=zg?۵+֕>zu:-p`7)DvFh>U JNm tA TN)ecr-StTܸf/.Y/ Αd3e y0Bqe)pڔi>CRٲKn/BQP9E)[u9br}}_ فyݙP: Ԧus8PEtUzyker 㣽Z{u-Xn=D״f SطT`=~M*uaQtO@݂vAgXJ. J> 4֡Leх˝ 卐wdٺ5=` ųYj誼m()LjL5 Jr1MDmp!G#>?vsKC}XfĖ*xJdMɧ2mL^މwXoFhSC Шݮ-&ñU pz/j4Sa^hjd>]l徭p``t;bwj:Yէ1_:jY"u+ }Ol*ýMhI[ eΓ$x{zj-UwS+u pŭ%>&_)GFp)sLvlŸ酊~Î&* xU~- *6B;x3ZM!䱠? Eõ4bqR=`'縤(_`$FRc?NezHϣX\ u+[/oWJ<ׁFѢ]NlخVͱ!43C{b~+XgլUC(x7 WLr87wy@g4M .&N_%tv֫ߍoĥDv#53JKX73Q;|"crogZ퐕saXl%8'K0}@^s,ʱ#!S) tgp0Ww#s$֨keZ~)7A;ކ= : qBu۝t( ~zߋ?r Y!YSJ*FFBFfuo*xFG90U.@)2, t'8+2 ~X0,X(k'%g}th/[gGz}|t%ϡj<ŞϺ|,b/j!, he4dEhP_TY3~r`Kgsk kGi]Wc0,ޥZ |:5it[<62fBXw% gOm$I{aŒ~_oi'ZU|˔Kw4MH7/ g4τP(^?N, Tc4Offy-k1.*-ct@!\qв`IɤJv?tă D77M_`.56[evDF@jȊq6{6lWBKӭ-1G4:ϪYL@?gc9>oŻ$oMܣ͹*{/Ǔ M_|Hmu|yko:?T3g΋a7-]Cy ɭ -dB AwĆIvNj'lX{"\±fg$ y).wTJqokg):爡*f8sV9t`Iۄ9,`-+$?✢ApfCAdd\ԵihVp-u(QmH]J ĂJ4<^U@K]O֩y`E!;nش23~9`PF&0=rw2VU68{@RU>u.)/PC| ڍT~t e+Bz ֝RSd_7%V>/!1|{\vS}I Y%Rœ x4Y5v p tOW˽LmX8ϢM,|:(#e,RvdlLٳ-'2ڎGw?Id̓»y pN$-{Z EdfVxODŒŽj?Sg͢w7KVqEvapAğLĥ!2ia96ǚ}~p>DŽIr|9 ()a(H &C{ ƧN6J_||q`Gt%Xb-r|慎 E>&lj6sxViJZiJ g@(d H/`?)hYM?֤fҝ=KFz4>qӳ0UTˆ{WU[wY?'$w"@~SDol{3{T9vku*┼[6y[}ooj tG%:P10'׸I< kPQШSBI-|ELUr L3|uFCN 8E('~H#/m'0ңqgEhi)GHf!b,d!$?XJG+, rcR/{\SQ0[(,<+QfTܥdVѫ*.Ou_&6> I`I3Gsc䌺}^JdJ, 3~>KLe..[2_ DX|a 2iU?#[ \&ͬ\fSr7I#~\0[˂T,83E2dJuL(als ]YźьجR}3겕R\,HAO򟱶U75Tjn\ #~'+~*[Lg;b22LpJF`j&l<)>M.KHakVJOs=2}eyh}t8JU$([<ǡ2܅I/=m(U+Š&'C0G6+ VsD^֪TYDճv^mUE5ä;[Y6oW$.8o2msI s84j.W3%E86Bn"O9Wl E+o=)~s]r.T`}pmEy&QN81:PI8e{+Te ۺxLIX|䜬hvsFWőM@~vI9D)/Mפ62W<*dXh?(&.&QJW&V7jNHvr XGx+RmW|H 4V5tMy yz&Ec aīhQ*Jw#IاFޣtWCQ!GN"M;9п pato^$Z*W(nA.6m 6;.PMll*\q+Tϔs;H8aD7:|0˄">\ &ƄK.roHe_~2|y4.˄d Cw6SA6T*A=IFizjsCoOuM֔(# 7$ ]hؠ;lq#+qJ<)w}:.m)06KC =)? \SI1?h }ӑgJe:=)'$'oܹ>j e,lNZ&Ö‘UT(0 %,*J+ U!F}UBzVfP7@Q<\TX-ƭp yYJhhXޜPuR zFzQ;c?B ܚLJq@rH5s_RK\9Z$ET/}[9F==OżS"~T&mԗ͘Oͷ 9`9AOC d.:ێ~hBX;EU.r蛌,e $wR@!uUᙶZ@aWye+ RJa. nǺ)Րj |c=~Et9}I\YHqF{/ɭI |A6.R5$ Z-jHͿwg%- Z:sLԝamX%X p`Ɍ80w+L[LLil"3:=@lv[5ȑ)Z!#GQ~0 rjj&^IyhiO]w$^˄>֍I /DHg Þw1Fzg;UU/DgzeYȗ< dnpcJ2U,qX-Ɉzˇ٪.ʛbYh-&shh˓sMoAL[p&ؼ!<"?'t(T.SP#g~i%BwqN:>, |΅uT5] tNHA^V%H{iVdorTw#=ڂ=t lszt}`| Y+ :~@)94Ӄe O:UvX,.xL% t [/#/^+ 7pkИVVY#6L;o .%6'UYk2fJ<迌ѷ?^Rpkw l{pg%VtD/(|[n*XroCtD3Hϙz"g7?zb$.vyK%or` o?6:^z hmzR&n-dfa5Y ]}"-ܲQ8xTj.u/~}/~jf]>Zo"m*/P#4>J g4$WB@Oo@@a |kRD6#WdEl;4B]#eZJ^N3*Ђ2o=PO7'A<%'+~a }Nr1dSFg5Ms#ƀTHAŚ>6T D7enϐsnE)e5ˑKSjooɢOwIBbgtSܻ~Ba*8\#J.i8MKړD Me^Yz (/RCE4~YNan;W`;2'6@.G[d[-&-+G򑄉 5S ʑmn5( <:R{I!OƈlWO `? )iw[EI 2\Jy1\L̽.҃X Vɜ/ü%nv;qV?| oyGhH8aCJdqoށ歯UǾ$ۼ~5h3k/_ ]쯸Dn0`<0 fPjk?JrPwX)!DQ(ŀw)I!=7cоۿs3~Clj{aj`|rRC3%7(dD NMKءKs(Ng] :cIŏA)`@м#qvpea$&nwT:޸ҥ ]uV&0lJi)Zİ^2n)EmIƧF 7$De*3҃K2wǡIowgE$g Dk".`9MȹX_JBɏǟ@gG+$6 BO-e7?Qx9$5em ݆uHR6idVO?E6qfמ."']w'>궭%k[ fpK~>&F{~X>QB˰". WjKzc"Na@Mi0{ie^^$tSҿ4^ǃ0 *hcҩj\)[C\b_O.dPn?4|fp㣎B &iˤ]G YKf jl%Kw_wN>}?kj ؂&|BC)4Y؈dx`b2˼psb}*"rАteBOԍh4]d8՞ԟl(0DL&wvu)'8S@\\n eS KN K6=%>x/ΣU^*M)-fQj2:z~Ոzcn &+/)J^bf@SXV:v :)jCKr/c4a syK@!+g}fGtcFÉWXPz5"69 64jw5ռbeN.dF2D V$8 Et&Fmigk^ESaQUؒCd!nOÍ-v$Ãrsg4m`IM$3p# ҨcUmerұDŽPq+~qfK*RAC=|K%'J۶Q+ͤE| ܗ_Kp bp4YҸD 26 /7CBz:Fy/sw"SRhoj&ӌÒS%&ouD9cN: `HT3c 0g_:,|FO}7OeMXUvHu(,l-V~ZjchIc Q4P6v}k8rZ v?O\n J{|pv>obTTՕ1P"K՜nʳw*xZ3G .b+##᧶n9SMORa_}Sҙ٦Va) :28I?ڶvTװn'3 )Q&Co$4)mR{ ,>=/_K7Ǿ5`->T1ׂs54v;v". 9m@=3]O぀kH3* k>kۺ0zb!)Ⓘ">yJ-? 3`V a"Xߔ O5f9MZ6=leԋȎ$HzdUC%9oq_ʢ2Nmr4( \5TʿnR5p st3h}ʑ65Zl$JDC̰{x=i&W %j2)*ʧ;3(.|RS}3()`^f׍F3@sUNgQFoQI،ŪM~g4=3WrAI)Ќ f!Zߧbފ{# 4p-iD UvjMq'W1rY-Өq$nݝfCZ !۴y%,[ Y[A"Ɂ#@![4w\yy>Wq=M,jֵIr-̑/܈nu 4bņLgBt@CKPoV tŽeWϕZO—rKe|)hU{]2}my :^aZ8E QwZF=b 1Ԭs ЛU2JNf5_siо((!(Ko8Mڒp ֤x>@ZH]Z7sfzW;ЉGVd[e32 "'!Fxr!] dL{^C5M0:8wa\QOV7fBQ9%$V-Y~_˩R" s_=i/g b>Bi4/O}QCIr&ȈP`dzˌQIpҤA<2xeV ч] 1;r]Jf7ʒX-q&FzSH7c@2:}dw'r/MvFNY4ap'fbxKvX,%B58]L"v\<Œځǟ!>͌N m> p EAkq}\jty/Wm` fC(2&YO=0|V*7 :^۽%E]j}Qu%i ;UWݚ FE˜J8bYUm/vA0{1E<ܓڋhex\`@^8O"TpzWL 0-W+LT*mo e7>i2߉W|x4ɕkWx(\d˥#=KL)ADnA^^MC*1?!҃'qdzc y`B*&&]RbCʔu; Q԰9gP]UH2~^e"H5Ȁ]5FY&O#7[ܞID` Btk-lk3A4h+x`b2qMOz" J!Iu;V`et-dԁ]J(ff_iQdyGnЭpw+yl%e(+Igg:,8MJh.M%4 Lg);(7u4Sy%I3]sa|pڽqy 3WyιXd^%3o_!2V*}!0bf[m8qn{Hvހ8g&CC\_cB⾹Rrl)܉/݂RZzyHS6Ybv-JGt9 (n|;|4)'|8ODНr|i~=%W9RYc 3s> r uJm4Oߡ͋r5nFw$`_}۱֌j2 "op߂욈g)Rk;cPr.¥Ui~Оؒ{tċs D8`$\)S&\A qOb#l(!VK:3s_nLUUjXc@*J;*qV"#(vwx*pwwL?DXIXFK+8Fwn~D+gE|-~wIM$iX& mY iuKuM׵kH(+sCp<+sTpCOf‰0z};໩(TBkfҋ7uH(\у+._-bÃAs1ogٽo%oէ> ̄ϙRsNRg$/F* -jiHj?\m??wq:w2}7@"<=h=F dփ}zw-/;G71񞠓Iylh7u*R܄."UWjYb-T#S:rҋiP2F?-{ezyhY;ߚC[R C{@6.\& !j X =Ϯ |-'٢Bĺ agʕ=af&S9#lb @x?T؛0~FbHrBHYB "ngGN5ʑ74T|y. ei`B!qA;@f?`$A`=28g%?#AD/^-^OLjV+0Ѫ L|1#?]kKR֯{l^%x5݊[2.[IuI`i!*QS9|G9/Vc{DM\'3fh-2'sʟ9r`,5weļh1{m:MQ@υRq3tVƲ#<~>N-Ulo4w'2Y+L xcކB%PR )Х}*YNHy3L ;0@rZ1X)o V< 8 }g.Env=+=>8܅MbdGCWA6W ^MB|>#"oЦ\Yzvx^=.{}]]fM#7C!<4Q Cw#eb2GUL;[UOU?>{nRAwz'4;o`.+`dg׽1pˏ4o>O̲W Y]*1~L!P /y5VM1G;3w@+C[hc,3_;{;94_] UcQswnA!~:I4@8:6$ʢ逝6,oMV[WEfe-(4vK}6ufk̕zVX[U: |E`ØcW"JqNKO= זri.Sj.WR6j>bRHw/XW`!t:l׊$>EM- CD)R߄Eʵ{F@ sWh: H+ I$6m!)bBV4$#ޯmReZDF}ROF&ЄԇbeSAV Cƕ_F8`_|{a ^Sİ ?m(as!bT`,{Hgd,Zw3㫌cl{F4"L!?^jr $wMBmCq&=Rk|3F`(xqj_k1QI-iؘ]YPC#YE7B` ra~,S 쎨WTMn؅ @dhXS u_*>JW|=o)dݻ Dx1nj@ezQբ$Tg5mFwCu7"#OrI]+8!K)?XH$^Nӕ={jEނ(P,MLv7#>n~ 6~un V rOEwp;U~ CS(I֍:l_uپ.4G6WꫲILgX`1qi@kq0GE*e\{DOE#SbvG5.ÉDS}؜×"}$﷪b6}Z/ϼ҂,Qb*YjQfC=ow p_d.k%ڷ]rm m%C&O5Ԏ= ʻ*솜6QmpF +8 yzen+Ymc>0/F(mHՍ7e&+9 諌aպtypџ4mVmhlFvN^p ם6$tפQͦF.L!})+gº\o0uV&k@y@.DǬ%a \ ~zu}a Nua=- 02 ElHS/7$)#OqGs0[qRP)C1F5/qb*>ʆWi[ K~Z׸b>^4]#I}K*.#e<9= =ר yÈ(2e';fNP~&;Uj5{Sxnl` V,{x&8!vX|IQ(wȚEYz(+&;e?+Q'owLJrwIɉ!:a:á 土oWLB$B-c2leĀ |J3m**W<n;VT(Srcd Eۇ{1eNWH 5wm'+D.mCP`p?:|! ZC>39 fY4w/ oe}Ei6ީq !2k]hB2![îTc;V{ZL0)cXs? ɭh\PuvOsϧG~9Zjﶜ@S[j.*nWh-,4ǤImj˒CkRp1YkwY9Sat4E?޳y*B8J0T5f AT~Vpl~ ZdjW!@1Eޏ,^ gX>ŷ~h& *m0ѭ8Q,rxzp^ |4>lFlz  qqn~Tq ,`~SOY6rbn7UשB[@2wfoҪ5I0wkC{7TVQOCbDv sTuZ^\9;R+g<H4M/#.eߓ՝8 ͖Mi |DD2j~`}Z6Z>礭;W_+ۮt\V Rx"yA\*[4Vx(p#IRtc LM'|o>Ԡ? fꜘmԗwm\>;xNh xJ<> j-R@Ë&)-zIi 0 1&b.S\Agˇ?@my|oRCDn\TtvT)1@/ ܫȭ,ű8 iK [W<,V%Ib.d6 TA.jA aC+T_r>&(TɔdQ6P![qnMYGK?X G,HK|Y;(={4* @AhIKbQfr+EVsK8L=byH3yr8@8'沓e T\M䡆83.ݭ]Y^-ިrPY?_^-vl 3(%_M'rz41/~= *{ rq* Sl~''ʷF3T6_.:0&H*1U-l{r(ck,r/"9;jYK6y!(;fg; Ne˨qw\\^ަuP i\)\8Wc~}X"hab{~Wz(4`Ik(|}#b.V^%1V]>,XnƢ6~G!b!f1%$B1a=s ,V[ 6 L4#=X믕 +'E5t(M=T \؃ \,Sw'1~2[=s.(򋘚'nVF ]5UO|ղlrb l}K`p H;T^ٷ䖒i(g!~363 #y|mpk;􃎝#^(KؼWMDQkQDNX2iӱ 䴔6I]X s UbEQ\Jo )#<]RUiܿ"3(l(W]J:wpC$~є! -P E  2[^'4}R0A/:c~")*v_I Zk__M܉Qadl} s&aٻ4DEe!D xKb/d-X{)cG f䄺xTQ_]*_g'GZ 0\Xd}1•6XΏό{oT_啓!䆌ii;}]MZSs^NԖa 9Z)7 ֲr)8!~o*m1>!Df_+?Xl0G7xܔ6Fh1s[6F[9-?qlu^zJ`ˏ?m}&JK 3x:2[:ӚAur5pO>vOH} bϡ|{W_X:^WdnV'=*jʈh|ƚdboW)I; Źn=BV`v85b$V~I;]6_9t8<9=Fԍ[]IA\W\{:GVl1yjA @ҿRX˫(1?S-*c"<+ZQ.Q'ȣ1rfH$NY̵% 6U&E} K(VPpbumVs+ D{j30y//>P?.C*Μ-#ӐXK·:͸7،E_W 2h eԭ3z( L3y)ﰫ0fvކCLf D %{e}Ul=_RAF ZSA4lwtXWA.5 U_ e,LUQ;aPփF?=nr+soƼp]jpE ^zD6REFX߄liU1b񪩙t .Du@S^[>=5yQu<8g6r(ާ[<|UeE EiiGRZ5nP#P QwQW4ZkhFxU!_іlPV$s'(A.Zqd{;HPc\bᾋ}^zv>¹by\&ιˉ, mǞV"wiZ""BPRp­o䃁ml{M?(Ʊ,jH!ԇ7YqVCFWlb g+PNѻN ˠ]2N^&^+ H~(Ux${۪MrJG[[0X/"}%i L6TϨNrP:/\SU>|Ƚ.^ߪn08Փ񹔱Q$dUX2c AX|2E]m5cmk s7Dr 3\1%IK_rSe`ɲq$<+ 8r #vD%~#%.X}LYў||::NUD~Fna9+Q/O<Uތ1waON"1*.4E1RA/6Qw828(e*W?KXۈ#@trcn̓i:jWӔtq3յR\hM69\0=Ew<)qeO)CC]9T 7#|sTK|X!p8Ty{S3@\$LE[>@􄴷DN YV"ot9W&+jAe)|%H~"L.~dB\4e$ qyy)p&tñBf9~F2/g6ձ9ӝL-߯W c1DQdB]Ɵ; qMoqh] "_^_S{ۣ8HE{H:؂8RF vucm?Z@niig 3,5MdhuG$ܢt@/́Hde42`h8OCSQN'*89g?Mݳ?56y //tkkS@3MȾ ?/U]8q\I#*0eO&_wι_6ΒʏqS2EKcc3 m/ |{t2^ en/n MJ\E7ʾtpb}ZK~ifĄGL2]V&K2.^2P)8\m$UDoFp{yn!# vǀFdT'\Sk$E֠`;w+<0|h}pDrZB-3N˴uɲF]Кd~7ߑ^jc3+$Fgy9, k--(gеiPiaӬ9SUysUd&Q8ʲȳGމٞV}ĽuZNQR3v Y^ twYfxcRrMݹp-vZ #_3Hka_vbIFZKOqfTPO[RI(-E=V{ٙ& HG9:d3>6 ٪276-˧öG f?pe 8Ȟl42XJ*O{4\Vt˧^H6>zaA,jWԨx:FSE:= Bze)Q?AפJ^~/m=~<~5G k3(d KNFz <6P br2BX@S۵ sp4cLïoXyPO8S_e/6Ӏ@}<h nTț]5'R#9DЈpம==aY2papl5aowwƆW+-H;MnX쀓Zg-R%֕*r%+R[QrR7^$[_[o&dg=p#pBsߍ"v+%0#4]s9.wԶH74SQXu^uV&Y汅S}<-1dQBҋۘ!<)6Y|d_pb:Oh%^Rr8pkP>54w"SBNOe)(bwRM"eMAkfZvwӿ҇S7a$1+RM sJzQѿ 핶#}V:5̽}ct;e܂^3> oGkvx~?>"싀>ȷEx#JW˼mIҟ6oLI Ni:$͐ ա<;+i=g+Ͼ_?ra4?vv#O@"2Pt+B1ߪ|>IMčΆ@t߷s#~թ?tX_<xSrޑuWym`ϰ¾ H z&aP]!dDw8K_2V(Ǚ^B̤*dw;%'yzp6DI $7D fp K2t",qlxe>u\t $6S=NA&`r_-]E ɨ_.T1ep뤹5 ߣR*ZF*hNHRܯJ\Xwҗ(hcb&穾9i^AZvDyl7-aqhlfO}PGy p=hFo^1(7*@9S(Ǔ[Ij ȝ}5:pfBFO@U.-'rkRsEO&3XUy3dӕWÓ%1边M d(zRtܽoB?<X l+(6){G D³mAQ;CX֤@PlA=3vķQxߓ}JM{+0z*+6ޫ6T`G]SKDΖ{}v=9KP;޼QF;h RD]/<ܲHƛNLZGRjG]qM;*oߧV89Oԥp:h6eN&M K| N[:hYn]h56un3c7l:TkY_}|OؗD::%9 6sG4>YRAլ=R/(_*wX Jla' 9]%] Qx]K#+;/޳S "j0s2Ď5ص}@|NDy6$]WCڍ?@HTxyto(ϏU#j讳W2 OcEt8i/vjӝfC2SvNLVky| ykx 27q 0֏2Jy5pZ/ߦ3qA@u3pR\8F7OFɘݱٱJ\r/*nBIm Rxܫ=˽ށt_^ǹ?UҥG+AzPj<0/.u(fWC_I);5dnۦ!QB'CDv#Q{xܜ$"ҦV%XOK!4pdPSItS&GG57Mis(ߝ8Fca| z?wdDHowp_չu_ l]?>]?B:02IB~ "7c\ 66>qV?[ f 0c" -@f:)S15t9wb,/S) >YY3:)ڡd2hsb`%'ë&А8痞ܷ zFaKƽ > ᭠GEf;}ĉe'O9 C#q#7KIiu7i70E6R'^Gs`cg`G |{QΈ(A|tRpc,h_W5$T#ڻǃu6Š/x;]ȟ %ӵcfbJv87$uUW@؎``FjNpw{y=Q25/gW 93ߕjuZEP|)>'\k0Vj#V((RE4 } o S<Yy./BP؍}7&K\`Qgw=O8 I76o*'Q]\pAٝ撌2F]}N Aв]HvV`'2Rwc Hםz6\a̽jhgkj, On7/Je:v@#¸:/ B>!WU=VƑ( .7p}?oO`t1xGJ~۬KNWϞ5)zwZ |rbؤ%'lΌ{f7fE?( lax%U|eMQRf-^l94^8O~(-ٮ04(@'{~H$.q჎Zطdoo(lA;MgrqZEUxy:58)YzW:AANP-J(*5lDURKnSmatJbN>%zfMIYeBrM鏴`.R( `SBt|B&C0˰F ͚!8CgRý';WI-Gj\`=Vq2L:c#yӏb1+i}X:yP5EavEx:#w*`rꃓ9o4E= e J> Ab  IJRmzv%LanV-=&*t* ߀_}SrFK]M~1TlVbgIgu`|޺vѸ:rr<ᅘ1Y<U U06h_&gFxHIV'E`T ¼_z|nyITNB CG G1sN0VJPQƣLV Jeߐ9CVbW*BiCPE0#1{.Ю,pA[a|uH&T Ro}/h/s16krx ᾌ]h?YE&rnc;9Ka"̲_V{?BڡLGmĤ!k9 IW-Kj KQd q*6d x*/0ʸ% ⨙_p̊VB+ףJ+Q8iֺyߗIp\~jjBA)8 a'V{P&1qXQ m9~\Nrm@B:9 Xl/NԠ|-C2PeDՎ}@3qZRg;,2]:뚙܇4) y0 㓁ћEj4`TٲЩgkuRY15b5 D+U_G=Jk3Ip.4eCRUI3њ@mzM/mB{Yi2#IG4zL.NG%"T,hO씹!ٽC~wrl2! $ĵN8 +SLKV\@ RA7HkϚH;4^ c5>ط45 jE_+nf,8agE(]l @|}[i&p(݁Ecx6ր>>cm]t!nS[ ar .?wmBJx_- wt"f;#Mɞzj}HRE|^=)2ʶoqi,]4Xg|x3Gg8Z]adfULW(cڜG(5' b"FEA.Bw\ qs'p-=<К` ^YOLiJ40PRo/& ?r4B_y%Lv*] /fPQg֍Dp*Gwafh 8anU`|;wWNۧG/@ #QBK 0CV%[S1=gxc% "u>ߘ#G*gHU/9KXIOҊq!f Φު $TMfK hZx9Wl吝Tc:d N |ש3zݠHFi6Ry!V{73Rb$"g;RXPRJ$ c{fhI5)>\/u? !b"43:3D3nrB%i%rP:FA7]SxX&cҟZߡ\OKoM8ݧ DfŕyDű "ʊ0 j&M] I#~?9^ 6×*YלJ\z3\trNɓx̚ WRXk뼠bv,@dB4;nk?\n:@Z:sb8*+-994moiW?GTOk%g+{v0ΐ~F6 wS@oXc#}G&fM$KR{%O`?HUWk]~ .>U.Id[TdVz}O~T𮯒 l#8W0?9|5]OɽApvš'2:OQÿ]m0x9L`X_oaPa3p顣v/ #- =5b*b|gXB5A!vUul~[,l)vӉ:UFzdNDh#>O7%͹?ݜۮb6O+s1TG'jFgt2x\ʯ.ŻDum,,0e8"V2wrR6o1{ljygk L7s<`>\a/bAŮ>ؗ`'u\ WM\-DvdbNjoc 3q~ "NC ۅ?AxoYSv!QT)L xQ.9Z'fTe{yq=n\0BM&LLUe] f6i|ƀo[]iVs.(־~z#B#T1$V(alN*Ų 3;cw)qPW W[RwO_1I'aԗ–/M{Z5@6髜@B9Rlb*8wHtOigE6wnxߛC^&?bVA>Ĭ(C ĹrkC>ދ./T\foy?'Hy__ఐDLjV+_oiuz:;_]i5zoO\ޞ(ũ0Q482JpN&[[a*T v<2&vrN+WY+ _v}5G~t2wNN 9Aމg9[wg1z^qLgkz_|n$,`3m_ ]_R>@!Na&'2"]`0 |-D5SgZ`9\G;8(<"UHh+&@23TSŷ~vaw@w%_}!'qՁH̩&Ap]dF3бMwϜZUhUБdK"#R5f=-򐅞”uֲc:<HT ӣ` $ۛ;K^j)Ss ڏT )7ɏޢH& yK`jYA1ןt%vrlR((ʌ} Kɰ 17}, rF *Z^7'~{+k7mj͈܃t ZHBXoSS[!64UTr6Hy OخIѲ%$C^A>c`C7d*NF"Z_wNDnؽp:cǂ% b-.ڞ^S2:v5C?JjC<" @6TOlX:LnaxfR[1Z\:^!:AV=2D}Ƅz껒34^dDR*nޮ=4HpsPdq{2/2"dGv|hGGmnўb1}ji4Nc>S{yά[i19|Õ EQjz2T46q3G":ܐ6΄$y_Uw:S9`!ͥl{WtRXusq5їǫAP%s^O~@gGe RU?FOJ^h2H+C7 asRю#):(ZlD2Zp'Sf-EclG\v=F~lgk'i{P/䈏x? 7 Zթ2r+E6I5njWq6$#u&N0b+2tgS'D$uŭCd/8h t`2s7W㼚 ym[U,Gz2s\z3XFf[jPd;$el(Z_SHFʁjDpd-dN/FFdx{ȖzazîίpKœٌ}dz"kEɭ}/ w+En0}8ہv SuĬoaby;aY < 8]O.%‡qL'U'IQ5ށziۦ,y0ƺme\Iu Kc'Mn3ס֯D8"sr%P#o(\ k-ʧd ([nf܆QZѹsWmFm CdK,,NMLS5V/&+n G,Q;3$8ȣ\ڎz~MRiabP xPk6FHsKo\fl@ɤ`?3Ð~L]#W2:JiS8!K[L~O`e=g9H "q0pf~1S|,g/o^/z]SߐpV@ ?2Nd vPnl7V/ۇPX?SuZ}hSΟ7zRmR8mT.<+JT^ u;*jj%MIP>*->*831 o_ͩVB1!ڄ :ol)5 ꌾ-TpT|.nBT E]Lbn\FZhPc L߿0OAViIUoET_ݤM?0_QvO=_!״^zڂ4ЕUD5&qK2 E;M,ɰĒiOz0dmJ)?}-tfez˒*dz6F q*6q ͇`m4++k΃j{T1±ԁ(ͤ]@ojaAtqK?mYqf3#+;? 1$KԨnDCShLNso!'/l3lăK7+z"7(kT}S~>k_jRk<{CKTlF9|ΟDl/w".%%Ժs"^iT{o\e;R)ļ5Af_Ph6v!0tÌ9cT*(VymD`QY ϋ17D_KP8JIJG6s?bՌچb|Xd\ӻ\5Xn6C ,ݶOI1Q ]Zyd$=q %bAw!A \S49R KDSnL8N-8Rnvw5Q/>.ns<=(nXJiֈa뢑RC?PPs Y-4f3q }FR\+KK|$t]ջa l놶R9 ZcݥҽYU:e c#Eb. g{ɓr$n:dDkԭP$Do;A+˺d ~Qu5rU%>$ԥSNFOuaUs;6|qHmt:Š @C|R?pH%o.g{K}zFN1o;A徊A nXavS$Y2/}YKOxޮ+`uB~?a9``rCe:IY-:yQ+ 3 Y2t ٴaɵlEi\ǂL6:,CwL]4z  cZY>lzCmn15`A=@.֋w3l z0 d0/RiAH +.G޸rq (7BsHD̟Rğ׌"+S<vtv3Vhɟmv^^}uœ[Hvqؕ`[/Nk yRB 1_J̼oݔ/X\dߤtj3FY0IfTzVɤUnE8Rޱ3kD]s!T^E8%!}\ڨ2fmx~b&Ȳ`ba`8ӡ@y[{r0h<Œʺ9[~\1%!Bb jWEۼPOOUYz2eb[(1yA- ܫθǓ Pj-Jt2rD}NCB#:n _b`WyK?cHd80h X<-:Y_gXZMģd;{E>Uo-ZZon 4q ^|& ʉ:.XKKG{Qo/J$!1:P +?He+$c*@U#cq ${|(XkB?c*#qӍMq[ OiV#2IzJfHh1'NF|"//o1b*7ӗ ;?䤱rM9Ra"O#t8v0\Do}\̾25يc&$yPuSV>:fqIdY8 Y/Pv^ѥ\% /j$(- Js̲\Nܘ;/XFހ垭zf$KrEG\naӅM 6.w: qKXW'%[mxK;rj\a%rYٙlޚ hӳay#/ [V'i p\3x)PJk脵zNN]ɼ|ژq0^V*MОզ1dPYNObԩn|_gbr;0Mũ'! FLn4Zp5RJ(HCሿ ߠt~ړK`!݊^y%J/UlY)-t?OD)GL,7q(N2BVTFQB7405bcQ_Gj6-._aBVn~TO u'.eהgH֮@S&Fi%ZF΂nfSEOt^ : )Zg5x?o?yvo驴y'eoP?J?[Yz1:yv?ibK?F~ ~.t%mnUGJkffA_IW]3 RW4Ch$ IєhPYA Cy(PE#jWADÃPnDX WD<#W"jH!c:\FJ^*@wC#ݲ?MsQ+ #oXLw5J0!L׺ӊN"쥹")ێrf_1R+}s(cƔ }G\`(/Jt6}?e գn£q 9xzd%l3Q!eZkN]VVm%{g'U4h [٩6bdset9D?FZW* Lj~pX-J^D.&gqnA6WsSdqѺZT'5W4ّ .}eiLi蠐ھm>^u{G 1rޘ \!L5H3S6t %5K "bg)}=ABn`)_%  0n%z^fʬ*m3Cȭ!Vl7wZ1dc C<]GaCd3Nv˖x>.#G%dSm:IʟfM`%)`%ȗ*Nڕ2Ck)铀٬De*8&3?KвbDwe5[liyU}Y/\DL6t*//0PdI>)+O} RqvG}$igzPi@p_g\$y-:íNXRWqwm2`Y?|>\ps|b%/ wR*Z).K2Ttqi3|,3%+";V^YD"L׮  !T*9+(IVsب$gzP{=Ƚ³MеE $GmdL{0 2W?{`?P!xܹçtG9-chbEqкܰdKrY^=O7>? li>]J7 !&V,<’N3 |f"7Ju;7jե+2D]mUQ I.~V5M\(( &Bv}R s81K$p(8aewV'ȱQPzt%tCy_7瘬zk)*u&-+H"gC ͌a>7Y,g\59ɽYdcjGf-7OB _s夽AFоTcI(/]VKaqY?ҷ4*%1.P|̵vMTK`K\3/5h`B ʧJ]gP&rrXRλC>h ݃0d$i!S#9BT^A]qZJu6Kפ@#_a4- %l!ɜD=m8#O?Dq殤1pʫ}i=ABj6[;O8A`{a{8B#s!aw tq "һFNíd3aӍ-$ AQ F.=sZ_yﻙsp UYɹ9Za?[ǭ+yO/fA7ІzUҶdG1tSk.??JF &4:Yʤe{)љȟYcP2c[jش,V@}:ЧhZM ܊R^"po5;e[N;d)`pi˚}ZnO p3'xԶˎu20uT3&#.:#k4@pswYvkˢ,t2ŃzNP`uȬyl 敕cר;-_]0 We!]\Γ)^`g GQ:|H7F@V o<A!B`,pA3}`1А;7jQh a79超*[zj`U;; x^9>j!SNF&Qti3t~~U ZfV]kl'+LF]@tZ un7p@RjE.TӺm>膶Rj-g#v`(C>H(p&E8o`Uh"{yMx0Q܋Č˓ ejhYd$4{3}_OXJԯBU6s}RVUOO|Y">c+]pBQ݁,i!,˻(Fiz~SxrT|xb)ep$GU oeWemX?y~ ]@\Ey 2d>3`@OO--UA\ib݁kfft` W>"Wmp D`7D(~^cw0Ƀ؟ӂ5 H|?!}s}uuc;KG48rH^ K! =nTLC&mn55kiުHԎFu+y$k-07TVLDXd"Tqa;k^rEzm,D QyS]r1%d|OXCCt~QsvZ{*M^ʑ{Yɖ!!Qի\7~ &)۪:^J Brz z.^&/!1μzcu'~{r)Q7w:s b56j_!X jD3兣֚4<s=@j A(3sizJd $5K ; Wsp`4.B0`CoKB] E}+s9v+z͍ԩ i\%p^In #4U]2L"QUT;#}*[o<mtSWu:FvXFTgSDrkh;v]lVG,C>#FK%ªO"3~1҈2v>P+wk(^X$&ˀ,Tg#a+hT^: ЭN'om\Ѐ=A&5ezH&MUF]iiJ3Փ/BƠ8B$&~wFbo+FXG 4oL߹zRY=#+¯]f ؔ!N(^ptu"1Gn1b—`\|j܄OŰoڢ4l4^ E2 ĮMI=ű](e1٭#}SF9cTHSC${g.H)n``'f*'ŤϺn鹊sgDZRA<Y?rˏFc=jUqSEG |AjңT7(|TA;W@(g)B(uWҌ2@`ݿy$&&@#3ҖQVΥV,sTI1*}}r+( `8Y_W01QqE zWny,5)]}7Y4A4WAT8_?ςXkn /3/*\{ y/b0SEͳs vŊUS=hx9޽+T85c Bh"?tAM9 ZHIEhՇ E3bXsMg쿦9H㖸(]AO_yLւ1[.g͟~/!-zo1l D/ӪT @rMNVx[x֏U,uE F9"a0P#+B3 tc&_d85@Say*?-G!#/$4<-쳹7 g$GiN1Wnwv dCڰ%=+o8[_>Es\<]K gC:jORVrmw*_Ue\AF)Hf:H}t-XAҳQe(15) S0u4$a;j /Y 硄N Ӳg[[CEcK T}#S*'T.}3~6"g?/nY@^W%fw.'vg@"u-f%ZN١my) zQ4g^w]%+)Í,jT}%˵g{Gi}1`?wm?"ח;@Fc.zzlwu 3c^h 5_|Bn`oLhU'`@ϥ]S]ej^rgXY׋*V-(JK( O%:lbEX1@ k&ȼSCAIC{}F}Iz^@uRS~^@|~/9BL{YS/Qq6Ş^vΨ5Je޸Kg|WNP3}BRJ<|nIʜÆ|<'wAk=u(YYKP1ړcPp5k 3]2`łB2GKW7)+@78aRFT;dےgܹfMKҦYPֻR˛W΁ ҈AYX-Q GģWjk(NRu~b?#(?šOkQc-&I"EdHM?b?)_A)M^?_O[]e(wz'6dhD-cL{y\ffNؐBJ)v{:]Pl mb!?tXVl# p 7fnt޳YMlj GƓS"9(ݝYLk[]ٛ"ov[<.&?fF?HGa>[1O`A1vdoPr`юLvE->> Pi 6{!ed_-ʟK7βIqˆi}W _͗*0VYQz&/mX\C)5f$psEԇ?JSP/VM hJP+p8o,Qw\5 FUr2vV:%w@ /-V858-["Te|` //{$P_.F{HV :@$Ӫ#xp0a6'XʌnaP=!uYG*O4uaIyTz</ 5)*vhjccN֙kSʐBB BÏ9?u Y-^~AX֎gQEG}nK"+ڷþhs#h|z))8zG1$LW΀^UQ᎐6ȱfK:^5.6 [;η9_Xv8ƺ]N鋽V$- a 2 ڮXPYDQ H6cpߡB&0ô$nB'8WbVAx3HR_ Ň0hr2 O(DN ۘz1:hGp@_%(t )/(ZvؐE,ax(~%zEAMf r7bG$n7A(for:,}?F?{3@rXW ]Í4f2̗震ERUMP8Wcm82D;^&9&ԉՁ_dN87<#GpNd +=X^ OZ#Ԭ$) ->B1 wd :oJDI|@z?eZ8 O|:*)܁s j^кvh|W11Ht߱ @wmwm.u~͟3 P!I#]o=|آ:*/'ufN~A ڡ;PZ%~ӳctO 9xay*Gev Z? #eP1{%Dd0^#[Lǫ]c^?Zco˒}_]~yR>/ #-ԕQE{!<~p[$EUo\'='ɳdRp*7&@.B~0k'cAH<چxIʴڄMk53b‚ü&I9[gZqRĭfM'tf哖y:(C:T{J7яOWB1 R(3M{'gBFbHsA)%Zx}<겛C^}HLF#om(HЬ40.jkKkYl/; mkHW :!jT/&ڸ#CEÖ9lD920Iɍj,C̰0lUvHY`ڳ$/z/[Cbګ:"jZfn@`2قr3j @NI2O`YSA'ߥJ"F!j*`PE_lVq% 'fhDa&~OSϚgH2ó@][:yo|3h>op-Iʼn֙ P%ָK:9[EͶ^m Ч8.L퇁\ݓPMUX":3PmLZф% ZO.mƀ/YA׍WNb]b&BQ1\n 請17 Nj* |2aTGᑻ-gU;}ZP7C)`IwYxH} 78Jϝ;9z).Y6>~sy69 ĘWrh)LD=C!H\s2LhReŌ 钚׿Tn#?i_rŢ\h0ѱq/bJyCu]Jiyʴ]7v1s&-Մݔ'#KקW]}&2db;9m#8+BR"zvl]O6Ц p,ePKO23PA#rQ^?hU #ҋ Ⱥ|;.(ڃ'mWM*CZH2p4dC ̕.ni*K|e@.͘zk0RvxRl$>g; )Br鼔=]}0ؙ7m{^Zċ:/$w `fS.O.ow֢vT"h?}J]mxwθB)̂Gle~Ke`>яDy.jDDxq96rwv%ӯ%nTupILC%)1f,t* =k U1C˚Aiejk='5DeŴTKde6=.U(GEF.a—gRu\_O?d$cB /q@F {sհ;߶,3jxg8ȿ c)6(aNŢu_1AD fbO#JT(=ptc _&#bFy䓭!5=kͲdӦl(U8BOMp'L,BߜEITD\_Lcc \,y&5!)ҁ>@lwLԾ.b'ٞ׉[S d8R|~AVA&D5kbGdm!r"<|*q.)l6Kw* q"j1O4:8ޚ 6DZA#zV㊼tz ciѹӆE)vz W眀zU =h`B.^VaBcnh|&œu>Ϧb@0AK@9W?7BԤM`#_yArz:: QAhÜ# gG͵aԒ}#ro=5%MjH5,A1[LoGf~*DRg@1NGIg&j寨EA$w,J6gi2 ~ 4vbm%9Abr]^1lg?bňIglbMuǞ@=@@󈐐Mr&(3X$#f.+vȾ[+8=Sު(ֿ L)P{@HK 0-q=2L4ё,;kӠjuQ_=|`OTT$ih9S< $UjR5ByCwfB2KY-O٩u2GR3sQ'P 9o Gq(rԕ3pOYuy@7 76E41i@52%2)dJaRfd.r}AZpvajU6%"M5xPriӝ-t6Cɥd o$bGwaYs+ղo+s\LX>ʻ7o! 1sJJ]wȚ{%Zc|@F2T?4E1`L2 MiΏ j~aFH5[5YT#|E(nQB[F֑ra,n7aͺh BhJ.t{E4~ \ret!hH62:WA04&؄āM^Suvc Y5jo۬6!b9Չ5C" $$jwxJ$q$Z>8 qYֆ -q|f{*cc9,|Hˡ[cʇGe ]=6DK_ []Yw[ Ӄ[&p'gN`z8K%V w]>tr:0F{U?,OQ@_@\6gI起Բ @*_[{%PaޏpZV Y  'ފ-NK]QkylEb mkLXQi^'ݫyYӀ&@47O&p%;ܡLcF%wXZ&׊/n;$TvR㚻H1)etA[o8"ԁ-~4)Il~4HC*2Z _ SP?K`nOC _,PVtә}XsNvfnh!5k YLKm,:S@D1PFn]ʍ0T6g.- DR|ْs P.ڧlFl^:%WPj_#[>j$hjHjL+ֿoVg8*H^b/SJeOqw܀s$l \ OpOT.tV=6=us0IoGr[r o$bDgfIB$nº6_"dUɟLA:;L(*#êѸla"Nv!TF<66&PK{WUq1/y,>K (t\.)WZWʀ>ucم͚c$w?92V{\m|K`֨bC_{T mS4`bޫ# T4阋.E ݅vx齤03QХs\৑ZNͩ,4F3on(7sJ:Ш>yI6 i{T§ң3Wڿ+`Ͼ/Y i{ql6rljJwJ{-x |jp…v `,$b68v/-fMHNuM2ɫ3ų3t)(M-C3'<=NT+#59/_vOjfFR&4YqrOLؙo֑_UY)3&p|Qv'Gz,^/)ςJ)7QϴtA'n-_*GzVpP>72W@ǥf/{wZ)2|ԏFLvzAy̋spאnDRADW%& >xJVoݥ c&jˢ~<ސ,Ol!E?o&,ؕ,hKk "hxVPTP U~$yK:p[MKSw9FQd⺝<CȆPl/pV:~}D^CYRs7Tэ]Z_ϝ{q3¨a~^ >21bJaI,T,-̮;JSd/u~gchgOevJ" t6^>MzoH]\ς8eRv{` b1Da䦵&qjj{tu,Fiac]si>;KDeU ք1x>iM6J 82?ˆ&DLzQPoWvd8|wU#o3o, ZVLvWy iռإq`-ŤEOo/[{e~XȊwBl!aR #rMI` =(; hz}VٮWn @.Y > *xp5r="ɍcB'@7%8%u5 :I:kRE$)3lZ~$LΟp&8XP%Hx]b_I#Ⱥ&?+ EXhX @-,K.?rZ^1^ ÞK LrUYRRZh'Ƌ{H2旅Yfq@N 8+#I%5MJPdmZj'&Ҳ#kjR  T"@ڦt%#5 haz / 4#13Sk:&QY.ߏ{%\y7"Xۓsڵ' ? Z˙Nc&_LB 1RemZGJRyjn9hAJnUm BPy'ɠ+)o ntH-1uOS,!m>1Ny ѹʕܻB`(f=`y7ڥd^%5G+2e;[W t_Jnh=P"Pk5p'ec塁EPC`#`MˢP2:[ |iX&,t\QϖFQ>$,B>;U5n*zIBB))3 jg3 0Y TE9Xy>3{Z9} PYpDNJ:U6`58qAg}JɦǯdVrc 늖{ґ%n|B(1%$b*cm$ (eC;`γIV?QL7?b ̈ :bx/̮4+!Im{}h;@I8eR\aT Z>D{6)7lm:ћlE9J$Hr9V/=;vU%{vͫbH$?\6AlĚVx2 ș _~zXŀIjQ+8O8/ <3Khݝ\L)mh"_u_._d7syr, -U4>S.iZl[Ag!IJ%_N@ [4X.2;PeρųiɃ= "ƍdkf"/ |s "@aY84T{lyt+xz>eR1 e*1 cW)>՝\.^~. Ӥˋw5H#ԕp!7-mVz C׸>0H}Pӛt_V+ZME [8'S]~7eǠomzPKuf<^v"zH9)#ln^jJ+ {SҸ1xSba{'Ғh)WsZ$[Po\?Jދn%^(J F8z ft 2]V[d'E Q$j?aА9 ͪ/-dža\Mو uf ,#wJN; ԯI8:?ȐJ fPK9wIb.-n՞Lʁ?I.\msAҩlOՋ=:u$/ MJL1{N'ÒE; p͗*"U)l_}!X(҆m{yk óPhȐVj"1 ~a&[Qit>K|tw/HV=bdaqF2[= oSMȟ#趵1zAL @&KNȞ੦:E6_ʬ;yu ?p=R"$VP(["|˅W̬~vK׵ѴI*'FsGl5ʈVLhW#@Ѕ,d];Lr M5XlutsHN8 P+ Gh \Y twƂn¼yb0ST/n3GRxŷ~zW 7Aﭺ'BF= UGu-2GK8Dښ8mz>4WR}{V&Z}ume뿢qs@Xnf=}Hu4Sz\?B>.sLPprŸǠ-rU)m%qίu{*;#wwBb=W@0SL)!U2\ e}l_u2ӱr(giBiX,*~Sf[> !*0F*$ RZH|ŃW DZs.^oV+n!ٕAB EFH,=qj)U.Tʡkϧ3 Oj%Lmo˨MD;#+dmXc{!ӏ8Lw}CGup(ND+6E}k`8 66mt"NaK&yAKSe˻"W3f!ˆl"[? NQxKȊ(CHW}Ȼ= p!170 u>VFb+ǎue!(/^ @s7X& nm:$" xPHZhޛ'11YG% eD=x%t]sq1SKQJnpN_k\#â1/^~F!ϩ@"TT#vծzBt*:fY5k[r5ok3Lп.lzus!kn' H|`xCD{&Ք4s~3!xboI{1 ,ܷ}2 |:wjEgwxʨTjk]BeT'k)VȬjGqZb]ќa'&N--t)8qZ0֏=۪^d< FqvE[fͷ׸ !Pm 2@dXEݵLՊgKޮG5ͮanIKDT.= ` ¥)QkcXJ!Yf][RZ5}b,Vڨ^;?7`KP|1{ utjbj ˭霅ݷoeSn0 4ZL1M-RYr[sO9D'h홐?7`񋇓a2O"Pkfa} ҂u@"\%.&P-:O% 5k}k]j:î]m#J8ִ͞ 3Weܯ]M 3~Ɔ1qY#LX AEӱ#ND)g>x~Lxfo<ڏNQrz왤->_g({ l//1}Ԑ>>Gq ilt1^r ϝM\F܅grH6jM|2Ӿ3vIxC\j|,p$pc-4*@D2Vbcnd{Ȯ ;c}4Q^+IފiFG⯝hxa )`7!l0%<[k fh[ αnk H`'2_O_cxD_>=Ýq=j7X|c>mwn7euO{:gWVq^ޮ?T lf ft2:d&OLIn;#+ޤ˔OA!~d΄NHd,hij^ lor,[C͡&j1\o]¬k j˭͖qm(Yw#O7@|0hFJjU%yTs|0`㗢X7!G`B4b[vTu}=lrS:"Zol*j$SS BI67Y׷ 㳾Νra!mPezcQI|p'CWndw=4fUe pzxUk$܌UH6x{t^-ZoRwe$`Il !:A`YSTA7 b٧C*W UȪ@Y ~&nVG Ό#w2.Eq5iҜㅎ=J:蒥-_'Gc-whc]͹ DL#;%lg6r;J*] $_'\mTfA(x[BYIȒ.$VS>]I41kuH)XM-R~u=gǺD\6x"SYNeD2`T3o[[^SAvIkL/2H8x=Aĕ/8&>a0$; Gz~>5)x7KdcMAf7I9+XCV CB3.&ER߬w>X}0x-v J~t(IFҕIUoEl~9Xd A1ZhMË=43e^@@B C 4 )8F3ql됽I ,mcfʎEÓyKSI`v\gʴ=EV4>8;k(PƊbgZ;u[rWQ %uBD MD-kOpWt*?qi.)ZΪ˂Ay "_QGvJCUV/uĔ,ٙ>^9}Eopߝ ~_&0+ 1R,n|! <Ѻ_G4 RX<R&^F@xYX":/Fƙ_6uh>@.Gr=swxK+PS19jJEl 'WR'БT*xH((dc.~GUR1C_Cѳ6Lq({խ b9ʂ3vcӄ[T#Ÿ8HNXiL$Vk$l>ߑtRt9 B` 427K";{u/to]랪)yGcH Z0O=Ni:#cϳ\S). OF J#q]3ʅ2JXD@Wn}ohDxu7v!tq /•LR=d36]CQcRnF1ltQ!;]aw$!xXU."s\{]^#@VfVw#Oa%aȅ߰RPAs86cySkzmTTKɿed*K3s2h73-sձdR]o-#7bL?@UbRC`^&LYE;y2"hbC䪡;ؗ:1´MQ˵`ܸZɳf Gȼ(1G:"ug`C9sD F,jˀ@"摆wfiIs}E(&.خg owc@\za_{J.o "}x26ז}G>dr@+nQD./uϖ{w=Jy?&B+m2cj?]@r@$/PoVд%ۥ(ћ In ӆmv5E\=9rN@s mw{2ž $ńg[J-#Lʹ3 9*R :]=ӕ~ŗ[hX$Â{XYQ?uLȭ UQx$F Lk7$ }@Zz%ʇq"U"43Z ~Ii^]u @)`&~ ^"T1!:LEtDȺg\dC Wtտ#c  7{(*2}n6~7ȗ.@AjТyxhVbB_0 6&"# 7ڭ1!($BꞓP6D2)ki^_UrtuiN |+ťp G]T뫨QBmYq \z(+iYN+H OcO-XȀ4{_@WQk6JI^,r?"kJ;s5j6{{ orm[4sAa@+~Lʜ ~VfJ8@Ǵsk/'\m hN)=il/&|^ fhV$b4nƠ&]V+ qSxTfcFmuH a$0iIՌ<y|FY;՟| =m] }Oi݃Sf:M{19+-SQ#yӲH>]N1z;ƅP+Z,z9RqzЌK%)ڇN}бdVr+meXHM ՝ },;xU0.8KrX܊4F d2GA^ȱ;w"AXK@+&6O1@4AJKhZ_ے]RN~T'NW]Ȧ4d@3՟Xb\Tsn/%zVsW\o & rE`ʕ0rjABj+|cS$(>q""$ {ّJD m w=[Ϲ㹀"uj/Hč>Pxl 1VP+/ʈA "CSBp>ȉjJ-#'؋; YoE's"_L>`l棈P8!MY^A-(괢SlsnpD_,=hC]/U/z (ǡnod,^J'(nx Rg١B  гV9UmÒqچ5h ub]BƙwW;u/:AXS~i^r9э7ݞ6$Kb7EP&xd~jLGo.]]xXےQRke FvG nPfZ W9uJţY@x0ӿw QG%p\0h zz8oُ&4 .Ċ2"$bw"6٘.= S,@ C'vyIbmpچ)9l u 5|e}'EBbrPrRH'5 &o毕 dVgzfWᨩH#& aYvhY~iC+Rfg;?:ޚs'XxALy_^FBrc3RsD3}6.<&@u،Y=2{w[BAEf*w!?fNX1I_vikd@ssg4\"(jQxh2@vo ph OWW~aMU 8H Lk?p];0Bfv\"+93؉;4쉂i_گ q};?ݲzl/}`Q7Rn@J'N酀lr]ә3 Ju(T 7w8U'Zg&/h{x o:GuL/sL/] 6*q⇪'YJ$Qz2żC=Z; tX(Ԅ gE TE+XROKzBנWC!%mڧ=kx؛h <ԋ bv-Lք9 ('] 4klC#4U{skLK!\uƶQu"bdY{x0`W*ܮljt\xS& $0+ ߧaZK CC!s"!xTq1guIͿ㱽,_ 6tzx]Ȉ,ȩEC,aYNſ@R_P|1 G2gLݩ@ji'5PR4r }^ e&ώHo9:Q}k+O(ڑVsB}b=.ЅP|{TGO܏a~ vT+"k]-?b:ȉenūeq-2-?R\2?HY[{\T8WYY9 {}WNDKԅբ CU QN_;TU3'k>^p#$` ^]C)5 m WQQYח?كp# qj>r,J+琂n5-{hY46FbU$pK{4ޖ ţZ+(7WPaMDKQVP|Pgu!d|bLN6OGyBz@zu6J\]ۋqG/NV[7:T"<Ē%߻>`rr`04ژ^va%r%jNX1(>e|A0.%uDp'fϦ&7s .AJ9ryIfFLڬ>o؉- eu]uLw18y@O@j٫1s\3lX6)'Dq?yw{e=j8aA z PeEEȍ.{K+fz!,"L"~jRA/lnZSH+BjjAX슸W[g,5g9$3iW@Ʊgio9C5շH{T~Q٩ #\F* ї_}Oo="lD!$ʉL+CWzqg{+qI7Dudɲ.aZyO+E*D19Cl!rx(=޹NV-i:u1Y?R'/Chr KZ3cܔ<(Pd<u{ {l&Nvu r2rhnJ-)|Uʠ1Kϙsv~5$RdYds_ 3%V_!!E^˖fe9f><5.vJ2q ؏jaEU>'{FiO%ڳ;T%xz* (uCY6!}u%϶Xr%;oh3z 2I: gmu!Ɛ2P˜UW.6\[BL5j+4lN̡(.Dm{O&v7Ƙ@ω]sK~̍R'ʣ="3 iFN'2l.-榇łkeg 9.O|uyUQy?Ώ!۽*mkNPcT M+p%/c?M *@wak~&nTLHP1..4+]*9-u+fA9Ox嗱H{/`Ҏ}Ho6 T6]u=rr3\?U7<(v_]FCMʆ=ft&jgv;?MgoIOGٕٚn'f#aN9QmY bi~;*T&jӨf5t;_}%;Ys5cM+vg,yb.'ş{E!#y?fxns -EU5ԚV({F lvx6TxCE&hk]w]zkUfnfKV$^%^|^sJ٫z<%AYD%kPU-SLiH;KC;`inuk:{x~3G"0K/,)nM$8Ɠ{GQ羊IuZp7?o&9aO PPHvK#б3H͟g5ʟ|W5,}呟?{Qt GWb"f:^ϵ*8Hpp4Naa& oCGBuS켣'[UWH\ӡu;#k[= ]>[ dT |ׇ3< pO!4*a 97>ă)Rˮ̮>7V#[|W,Uü=%I={ }fkh4E&e Q=elG!;RBʌjH%LFNQxL/ -mbQ$],}4UFy2TCӮ=|0G}&CßWƥF}pL/ 1䕪$== bV1g(S~wύFLoB?cEn<(xDi:}W.]kw>mHJBJ}M[,5~LRo jQA>B1q sOS,6/ ZW[LNFi*$"uӡp&TpZPS}r6=I5ff(}oC!-rdno-3| Սl*yc W,1L 1M*_*)qS~WT \x}'Xa|JG)[&2<zMRRFQ-@l( Np'f `r_~4Z6ː^oXWƽ!,"щWYЋ((HR+ts=^!0N3"8-@FWɲ 5nOI_v+&!NJEZ"TD S5^!:Rf5F9;z!z_ B_}`X$8H94l: xta2zBնoTUIk",n /c (}d1'`"j%zg mp x%{]SW s0v oHc5꜑ ;"{|Id5ZCy LNfeVC!|*v# m +2V>rӋUk}R<"Dz0b}[<6FWҦƱ]ΜQQDVvӺPVmqeFyK4Z\ FRqͩW@Oυa9A{efw* B^Vrp;_bŏVNG*5e<}_NEkM=V>Ul\2Jn=_(7n|>A"648,P,E &QI]Ægy,6Nk!BSгhQ6j\uAA8SRRL6O3&ՇF_˱ G@j<x@hTHp?#̙E,XoNz\WJ"+gR]x|*r2;6L~3#Qwվ ev l| ? psp|! 8$X jtv`ԗ i4u:*uLF~C߲&DyQ 5 ;iWj@IX{G25DR_x+M?c!+ էGiKPJQ$AaQEJ>67[ENEGӆR;7dc/M5 zqU)Qwxr(s*$W``)@!zDNtD41ǁb:7Po U^8`R],*c669!IEȑSt>ȰIϓy;IRëQU_V7GuUtYel!/ \Fg 8lpuOkjn `T+^xeg4@n[VG}S2,%&ntp𜟄/߀DoC7(0fP-Vy_@m⸊AJ.ƔJ$8,-]gՀH&b!OF raseP\ RO[G.ut Ykv\0MJI҉t݃ޞ*ȥ_2L%h ߦOx`QBt@e"W{IП P4( d-ֿIUռv]aYSS0+L1D1(J2qxK^`1rǘoDŽ%ab&}cE\:>Zw]ՉΈR0=??9q4!D -Agjg ^tao",1)sBRv9mӯ` >K%$ z<,&,IF@~Vs k}>bC ơm_ZEIcutyP>5@ QjÃl;VtR̉q2(iOɲk2>=_KHϢ@QY{)[⶿t3&k4.1h`CEvϫuT"ҟ5B'BN޶*U>_3 }S `nDjsmWDX/x&6A\m]ȫ6Ga35FIߦDxT&n C-uS j&ôx{F7+̞RVR_{ 2 - *Sa*FD&m.U//tՔ cvJmK=qp-j_MB"F\ 慮rQ.l3[&xP#LƵߵȥEAQXS'A]hTj0-*βߎ ͇ M4Y4wNEAz5n],c.I.XVtERD'"':bXq+m{ZKn6!ԕBy2[V'lD1U{nKV-M C1\E&_k=N؅a\" !E"lo,׉=O~+5CU}Z8AHZ/e =G<ЖoA2P1Q)&vGVYZGT!Ouk!/޹u.8~ꕡ/K0"yW6};Lb taǔ܁6IX|y HE߈3a mYb¹WIonu/a;Jd 2|^`BcBZ2b6@xWl H)$ ˥9G+1vHA1ht4}A}F9V3%b{ӣ>3]tnqwK&)ש @]6B\eH;h.<*y?o-I]#˯TIG5T-S!1'6YA G>+/RAOu1ξǭ'Jg_Z٪=/Kw(|1wLwcJO "Q~6 +zҚ/C@ yAmW&X΃y̑. {)~3Kov/)?j0Dڗl:Jި.֔$JrySNWbNδXij9Н`}HZ|-AcKYcgW1q[+CXilZ^Ƹ̜.6YC'H) M^x`4frC`1[*N`0! w#L(Յ20jI2aW|݄bҹ!yL_g9+n>1x|G/.RSp^;3fvޗi"" 2 >.|(ђTyǛn(O_e̳|sZ,(U=+YPwYhjG}/]6bڅ5ꏤ}=@|u9a6 Ƶ|ŝcx;E 憞=yۏCy:{ kX\܈4’vM %רJ{nsA-L7<}bi)*i.QlL|sɷ[3o$Dr3߉^xYBCRG"6 ?LZPRʘF3qUNDNs/gFx4zRgۮh 3iRS |wK앞M̀S4h|$wۅJ21k|ɚc$! $Kþ'bĜkܫ,u<X k.}|N[T1]fFΒ{W[ q;%6~r'?V^%屭^ߘsr:Hky[j1+Z Onk42܋!h4q@i$ˁoΣsb_`Mp+$4c! L5e2 {yO<f(./xObzd>F%kV@N5&VN뫽7{yͽ; KYj]D'p ;R|8˓_eCjVbiwhwiRs`ȤD#L$qTbI'o针M:9v:?!6uvArnnјeCqG)}}w ēenE:liae[: N%YӗP-- a lyf2O/…qz^bfU.a⮾K-k 4;)/j78kEw@jXAV 3ڬqam .<3z̹") _g~G HȎ{KUu L aɚpR2ʖfU*;w!7\i$Sx}ކZ?x\m JBdX̑S!q88f܀IF, zᩦCZGˤNR7U'Mrq#֬.zq}. g$h*5g:J~sBLҳՅI/_GLUaVTdΨ bHַ3cGWY#p!3Snbxb)ԞclT_0 |\kZBICmM BD{VR hDŽI` <b(g~= -P6з5㱦O*{usnU:6621EE,im.WD?P=|A.I('>ߠ_*J {i0>[q, }lPE?5{F1C%F健_#׻ZU9ՔW-BUxUS(f ~M0F"Z.0|yv˨[ЂG+6oAhL*~dtJt`&Qׅe)]}JYF'frW$#[{pRGE qqk9n97-m,&A+$OuMNo$]%WlXv5#9&kߊKHŮ%akШMy7TGTFJRq~^nUpy#fGB?38 80';se5&ߡn$ca9*(i>Vh1>.[znEuƢ|r#dAPd(^!=VFD;8@OLqbr f΋Sq2~,vL+j>O Bk[A#)s1%1,Z3VlЛ n{<1]t% M{6|c 3/^$)^c=9IdS+Ԧ6;At X$=Lhebw t(.mP1|n v!|ͰO $>Vߨ#i.z^~cؖPʃc_T* Wd"'%â, =+_uh,qMrᆌ )V6>s\ ]rMx*Y[.Ip`lNOͅP9W]/551~{D3dXz}$yyK]*$ŨaƓW4Hm Kn#E~;1˓[+7 Vjr ,֡Bɣ,{ &Wqcv Y;:t|VۂWriSJb;v36sDayNu)ϳ$< 3޼V_a({%i5w[g1 #GwJ(M>$>LWIL(YׄUB$;Sl''XMqq9T`HrD.K6#sn:NՆZmp#XQ7*WpΜRr-Lއ60_$w="tĴ'34d37p `t3#ލt$yW60|u./ɅKe0 QNT^lpC|2f{>z{bg9P 8!ف4 _>Enql1|]--l'%|O:YYƜ Y3'M e[pN$sd|ЖJQ0a|A =[r# @LٸENo}$C4KwX&G Tgf.2VdMv.$3ݵ;N tCɕDk楰xe~p!0W6B򋏻* W,Dz9dj>& кBݞlRLmO`t#p @!T⑧d\aV[{'0>MfPsmduM<"D"`{Ɩ 7 )ygK;-/ZB&&c*i/pbZr@c\&({M{S|y-7)Tx?78s]'/6Y\0oU^[Yݨ:c p1@/M ˗yB2> 6vШC!^ /ybR@.X{LG v1 7X^z!_Vݮ0ǁβtZBpVlqssɻW6u9Drҗ[iuugq۠ J~fUcٚIK`31оY ՜scd7?wkWF0W/ߏ,ŇItxC:VNF|aRe{Z{;E E9IDsvcmPgq }c<~6BW 'Y->ڇ6L7t%֦g"mdE3OfkaҼ T"J