rsyslog-8.2406.0-150600.12.6.2<>,df6vj`.=>T^?^d  ! I  9Zz 5uNN tN N  HN 0N 1@N2xN3N55N67()7);P);;;(;8;Q9=Q:CDQ=/ >/?/@/%B/-F/FG/`NH0NI1NX2 Y24Z2|[2\2N]3N^7b9Kc9d:ve:{f:~l:u:Nv;8wWNxYNyZ8z]^^2^<^@^H^L^P^k^p^x^~^Crsyslog8.2406.0150600.12.6.2The enhanced syslogd for Linux and UnixRsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user.fApache-2.0 AND GPL-3.0-or-laterhttps://www.suse.com/System/Daemonshttp://www.rsyslog.com/linuxaarch64 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(8 P h    x0 (P  h          xp?J#-]A큀A큤A큤AAAA큠A큤A큤Af0f1f1f1f1f0f1f1f0f1f1f1f3f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f4f0f0f4f1f1f1f1f1f1f1f1f0f6ccccccf-f-f0a26e852f282bf5315c6de6082d8ad68b214ff53d1042a8fa43dd8a7fd9c8b0a07bb35ec47a2f1e8b23e2e9959a14b794b87fa526d0d18d30f70ffd677236e04e6c7d3b56498e2e4360315c541e9e132c85d0930784d5723f28a2457d6580fc6628f2eb36353e3f330797afdcc3611ba3d163b195eae7eb2ffb2f0e1523e4fe8940826c6b687d9aadd72a5353f1531e2ff3586df8f3ef345c5b2f124806b42745c4c875396276951b491e799e9cdb5a090b2ca82a754967c7f310888373e51c4004b236f195c0d178e05b5465ec099d8d9d284379cad584a17ea3a36443cfbdba8ff81e5239338ea604cb60bf8aa5e2cb5ac06a4165b161b18a0c5eaefe09f712b321187629ea289d73877118a43080ce130015ad9d7cf9776a34d16ab59e83fe77e93c6d75df4e8017661041dcbc3a9f5b30545abd0902ee04f342fbf6b9c0b777e22e2e8f1d52b7a0282393066ce1f53474c6622046074161d93f76a8d66234b735587b8a10614ce2f1f0a83c177d7a6d06d5c7672c0c8fd948709a6fb2e638d99c24b87945f3b9a738cb221b63003837daa10f95c6128aa8628deb170a2f68533ab1340a700dac0ba840e78c00642d858a879a5f90a755827e4e299fdf506274c57eb4c7eae1cfe445c3b5565d16f7f700883136737a1f2311bbe2a0aa89d5bb04fd46cde836925f241a9e46d9b0abc2fddb2ede6ee447001e0d6f2e6c7802705bce37e12b701d004844ff5882efa6b1f22406e9bba797cde4c3cf26ebf7faaba2d1dfa5a61abe32e4861285533a8bbd4c06a3905e541b4bbdd049784357f1df7f35dcf2b4fe9fecbd8ff8585eab96410918bb9b4a79d19cff61a4f0a392cc46def20d6a72b19467dae4162a3535abba552186f408bdd3912f9cdfe2b5df41ab0e1bfd736c09dc3b35cb499112b91ca174bc5b99ce5c5a50513149c1ef96fffed7adc16325bfbebac9eb1a7be06994a9d24d0355c23141bb069971de3a40ac593c00c63fb5c27f418dce4523f65a75b62314a63fdfc86711bb034761f53cb7da394a395e05875882ad4957c3a6de21b8d496d58deb6973f8e1aa7ba2de9f9e79d2268eee8c8744e355c88455ada60e32d699c21fa54e8f252ac83a1edf8ed4893ff744c44162a901ea44d16d66e6a9af7ca2da2dfc90d4311be7ed0be790d1ada666f9830aab6999c5446e0b4edfac03c769dde4d3da938eb6875ccd8a092331e3a6c11e61c0e870e5d8406cb89831ea4914f496f8b0680a859f4ddfd226b5e96ed2428574ad5fcde219a7f0f489d7784caf33e7a0b0ecdfb26e465b277ae17f80a552994a24743ca75dfbe26970f6a1f72ebf21b6e799e03b5f30ab287d86419a663da9de001b382f5aa9c766c2ab4a395c79ae2c802df7220de00536c6143b79eaa479de443c235fc053381fbe6efa4274c1ba2c1ede0ca61cf5f51f9f5a5cc9f23a7c4ae410eaf55e054ea13e1fde5948e02f8061996c723199db0d049f5f7c6c263b40c2bb1e9cfbc32f938f2abdb7d781118a608d2750a42aec27498999335b5ebed7673de0e265c6f56bed1c86b62848b04db85827884ca9032446c31d1adf09b2903472a9971f197246a76c4545a2ad9a6b1ddc121760f944d4ac3d3f076526879d0d2567d9d7af47904e85ac6b21de79a059fc5eb7e1c35088253961e96fe4602425c6e75ff23e2bba658496c7fe9196ce60bbfcf75c3079871c8b304916989f18d8068bc928f3fd25a1b6644afb60141e19264cd74f88b8b08b1893cbd11d8b155f0efbb4aaa773df0c1b538624ffb29b7708bdf48d27257ce422c7ff491bb4eea58a361e6cf3d63e33d443a1e9adf522e80f7bde2b0665f7491f08551b2a452ea92ff3efa32cb588d5e3ac560dfaeb9e654bc35d2cdf5f47eda59e22e705a5e266ddeb2426344f12721a9290060fe2b10583dde10bd00dffcd2886853303cc3d2a7a628f5e04e08bb5b130673b63bbfa3fd2de4accfe9f33aaaab8d4edddd2556b404d0401213b14b64bb70e059078a0f20d53c2c6e47018aa2ce8598c3b4c854efdb111a0e395b3696c8c37b7e24a16ae2ae88def864cb69e09a36b56c20653d4515a7723d3253e2bd952c7fda801c199fe3b886e4309963e5c4ed5e31fb83bc8f44ce7aaae631be75cf5bc479cb9a4a70ce7980b3e2d8eddab430ac757b7e4ccc3765841985c8496459892382624dedb0d208a85e55a5f9c9445f36e9bf32d936e6eb0f23d3da4cb22292e5d7ad89b1506b611a6ec167ebd9b9d6d3f614c9b96a60bd039c7ef25d2cde50b1b88f6ed39c70aba55876ffb208ca9b5b2e485da9791c13383b91ee0c54b8618c9afa06d092c7589cd19b25544dbbad836dfc5fbb93120cb5651d6021c44156c49c524702f877c76815c6152ddce734cb2fcdd358636eae91211f988a2b1f2a7a8e94c9da4d2a5870cc8e69ebc3be190e0ed14f9a2db1d7b6922990ba5441734973e2dfd8914d25e5d7257f2d909fa04d4395df5ddc6918996867bd8b113501738f1e8bb7e81adbcb7fb0b3dd769d45496d13321e42631a84025f0b3b6951bd91d917b60d35e6765a3d4950c1d35188e9f483e5b8152c6e7a8af5fc2249ee34c0c8832a5cb76b9289d54f846420572eace6a13056e6bb65da7fc9379ec720dbd562e31d0d8d593a62e389cf7f3d3f6927460cc9c636e8d2c8ee0ca563750c1111b1fad64fda7ab722432b0502621054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f0838743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed95285fa0cd0bfa21234a31d292a118d3da451dec15f41b63bd17d8fe20b26bb14339fab7e4b5e05d189c0418c7e2fd76041d76c88dacd25c789e76f077a764be/usr/sbin/rsyslogdservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrsyslog-8.2406.0-150600.12.6.2.src.rpmconfig(rsyslog)rsyslogrsyslog(aarch-64)syslogsysvinit(syslog)@  @@@@@@@@@@@@@@@@@@@@@@@@     /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(rsyslog)coreutilsdiffutilsfillupgrepld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.32)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libcurl.so.4()(64bit)libestr.so.0()(64bit)libfastjson.so.4()(64bit)liblogging-rfc3195.so.0()(64bit)liblognorm.so.5()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.29)(64bit)librdkafka1libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_246)(64bit)libuuid.so.1()(64bit)libuuid.so.1(UUID_1.0)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)syslog-service8.2406.0-150600.12.6.23.0.4-14.6.0-14.0-15.2-12.0otherproviders(syslog)4.14.3fLfͿeoeye#@d@d8cEc@bb@bu b a@`Ȗ@`~@`8`+_j__/@_]@_@_JC@_ ^@^;^]9\~d\o@[H[[[[P}@[3|@[2*Z=Z@Z@Zk@ZaZ)-@Z@Z@Z YY}@Y5GYX-XO@XX@X{d@XN@XD@W@WRWVV@VHVVVV=VUݪ@U@U[%UB@U>$U4@U+U#T@T@TLTG@TBV@thomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.commichael@stroeder.commichael@stroeder.comthomas.blume@suse.commichael@stroeder.commichael@stroeder.comlnussel@suse.dethomas.blume@suse.comthomas.blume@suse.commichael@stroeder.commichael@stroeder.comkukuk@suse.comrjschwei@suse.comrtyler@brokenco.dethomas.blume@suse.commatthias.gerstner@suse.comdimstar@opensuse.orgThomas.Blume@suse.comegotthold@suse.comThomas.Blume@suse.comkukuk@suse.demichael@stroeder.comThomas.Blume@suse.comastieger@suse.comThomas.Blume@suse.comastieger@suse.comkukuk@suse.deThomas.Blume@suse.comastieger@suse.comrgerhards@adiscon.comkukuk@suse.derbrown@suse.comastieger@suse.comastieger@suse.comastieger@suse.commichael@stroeder.comtchvatal@suse.comdziolkowski@suse.comastieger@suse.comastieger@suse.comastieger@suse.comndas@suse.comastieger@suse.comdimstar@opensuse.orgastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.commrueckert@suse.deastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comjengelh@inai.dejsegitz@novell.comjsegitz@novell.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comandreas.stieger@gmx.deheinemannj66@gmail.comledest@gmail.com- restart daemon after update at the end of the transaction (bsc#1230984)- Upgrade to rsyslog 8.2406.0 -patches replaced by upgrade (see details in upgrade logs below) 0001-Avoid-crash-on-restart-in-imrelp-SIGTTIN-handler.patch * 2023-11-29: Revert "Update omlibdbi.c" * 2023-11-21: imkmsg: add params "readMode" and "expectedBootCompleteSeconds" * 2023-11-10: testbench: fix "typo" in test case * 2023-11-08: omazureeventhubs: Corrected handling of transport closed failures * 2023-10-31: imkmsg: add module param parseKernelTimestamp * 2023-11-03: imfile: remove state file on file delete fix * 2023-10-30: imklog bugfix: keepKernelTimestamp=off config param did not work * 2023-10-30: Netstreamdriver: deallocate certificate related resources * 2023-10-20: TLS subsystem: add remote hostname to error reporting * 2023-10-21: Fix forking issue do to close_range call * 2023-10-23: replace debian sample systemd service file by readme * 2023-10-20: testbench: bump zookeeper version to match current offering * 2023-10-20: Update rsyslog.service sample unit to the latest version used in Debian Trixie * 2023-10-20: Only keep a single rsyslog.service for Debian * 2023-10-20: Remove no longer used --with-systemdsystemunitdir configure switch * 2023-10-18: use logind instead of utmp for wall messages with systemd * 2023-10-11: Typo fixes * 2023-10-11: Drop CAP_IPC_LOCK capability * 2023-10-04: Add CAP_NET_RAW capability due to the omudpspoof module * 2023-10-03: Add new global config option "libcapng.enable" * 2023-10-02: tcp net subsystem: handle data race gracefully * 2023-08-31: Avoid crash on restart in imrelp SIGTTIN handler - replaces 0001-Avoid-crash-on-restart-in-imrelp-SIGTTIN-handler.patch * 2023-09-26: fix startup issue on modern systemd systems * 2023-09-14: Fix misspeling in message. * 2023-09-13: tcpflood bugfix: plain tcp send error not properly reported * 2023-09-12: omprog bugfix: Add CAP_DAC_OVERRIDE to the bounding set * 2023-08-02: testbench: cleanup and improve some more imfile tests * 2023-08-02: lookup tables: fix static analyzer issue * 2023-08-02: lookup tables bugfix: reload on HUP did not work when backgrounded * 2023-07-28: CI: fix and cleaup github workflow * 2023-03-07: imjournal: Support input module * 2023-07-28: testbench: make test more reliable * 2023-07-28: tcpflood: add -A option to NOT abort when sending fails * 2023-07-28: tcpflood: fix today's programming error * 2023-07-28: openssl: Replaced depreceated method SSLv23_method with TLS_method * 2023-07-27: testbench improvement: define state file directories for imfile tests * 2023-07-28: testbench: cleanup a test and some nitfixes to it * 2023-07-27: tcpflood bugfix: TCP sending was not implemented properly * 2023-07-26: testbench: make waiting for HUP processing more reliable * 2023-07-25: build system: make rsyslogd execute when --disable-inet is configured * 2023-07-25: CI: update zookeper download to newer version * 2023-07-10: ossl driver: Using newer INIT API for OpenSSL 1.1+ Versions * 2023-07-11: ossl: Fix CRL File Expire from 1 day to 100 years. * 2023-07-06: PR5175: Add TLS CRL Support for GnuTLS driver and OpenSSL 1.0.2+ * 2022-05-13: omazureeventhubs: Initial implementation of new output module * 2023-07-03: TLS CRL Support Issue 5081 * 2023-06-29: action.resumeintervalmax: the parameter was not respected * 2023-06-28: IMHIREDIS::FIXED:: Restore compatiblity with hiredis < v1.0.0 * 2023-05-15: Add the 'batchsize' parameter to imhiredis * 2023-06-28: Clear undefined behavior in libgcry.c (GH #5167) * 2023-06-22: Do not try to drop capabilities when we don't have any * 2023-06-22: testbench: use newer zookeeper version in tests * 2023-06-22: build system: more precise error message on too-old lib * 2023-05-17: Fix quoting for omprog, improg, mmexternal- suppress installation errors when systemd is not running (bsc#1218799)- restart daemon after modules packages have been updated (bsc#1217292)- fix rsyslog crash in imrelp (bsc#1210286) * add: 0001-Avoid-crash-on-restart-in-imrelp-SIGTTIN-handler.patch-patches replaced by upgrade (see details in upgrade logs below) 0001-fixing-the-deleteStateOnFileDelete-option.patch 0001-imfile-Remove-inotify-watch-descriptor-on-inode-chan.patch 0001-queue-Add-NULL-check-in-qDeqLinkedList.patch 0001-testbench-add-test-for-legacy-permittedPeer-statemen.patch 0002-imtcp-bugfix-legacy-config-directives-did-no-longer-.patch CVE-2022-24903.patch - Upgrade to rsyslog 8.2306.0 (jsc#PED-4883) * 2023-06-09: mmnormalize bugfix: if msg cannot be parsed, parser chain is stopped * 2023-06-08: Add new global config option "libcapng.default" * 2023-06-08: imjournal: Add FileCreateMode module parameter * 2023-04-17: core bugfix: potential segfault on busy systems * 2023-05-11: GNUTls Driver: Fix memory leaks in gtlsInitCred * 2023-05-24: CI: update base ubuntu image for github actions * 2023-05-16: OMHIREDIS::ADDED:: New support for 'stream' mode * 2023-05-17: OMHIREDIS::ADDED:: new tests for existing functionalities * 2023-04-25: OMHIREDIS::FIXED:: Correctly suspend module in case of failure * 2023-05-17: OMHIREDIS::FIXED:: Synchronously try to authenticate * 2023-04-25: IMHIREDIS::ADDED:: New support for 'stream' mode * 2023-04-25: REDIS::ADDED:: Implement tests for imhiredis module * 2023-04-12: IMHIREDIS::CLEAN:: various improvements and fixes [#]## CHANGED - [IMHIREDIS] factorize code for different modes - [IMHIREDIS] Clean and improve logging lines - [IMHIREDIS] Poll extinction state less frequently for main thread (less aggresive) - [IMHIREDIS] Set 'key' action parameter to REQUIRED - [IMHIREDIS] Use known message length instead of calculating it when enqueuing message [#]## ADDED - [IMHIREDIS] Missing redis replies' types in enumeration [#]## FIXED - [IMHIREDIS] Correctly initialize instance object, especially for redisNodesList - [IMHIREDIS] Correctly print input mode's value in logs when set incorrectly * 2023-05-17: tests: mmexternal-SegFault-empty-jroot-vg.sh: fix typo * 2023-03-21: modify testbench test to detect wrong imptcp truncation * 2023-03-21: imptcp bugfix: spam log on oversize message * 2023-03-23: core/bugfix: using $uuid msg prop can deadlock rsyslog on shutdown * 2023-03-13: Remove halted LGTM badges on README * 2023-02-16: Do not preserve capabilities when changing credentials * 2023-01-23: CI/QA: do compile test both with NDEBUG set/unset * 2023-01-23: Fixed wrong type conversion in cstrLen() for debug mode as well * 2023-01-18: core/template: implement negative position.to * 2023-01-18: CI: fix github CodeQL settings * 2023-01-17: Remove CAP_DAC_OVERRIDE if privileges dropped * 2023-01-17: Adjust the capability set * 2023-01-13: substring function: enhancement and hardening * 2023-01-11: omfile: add action parameters "rotation.*" * 2023-01-11: CI: use newer version of zookeeper * 2023-01-09: ffaup fix : memory corruption with concurrent workers * 2023-01-02: openssl: fix undefined reference to CRYPTO_set_id_callback * 2022-12-30: testbench: add test for invalid json template generation * 2022-12-30: core bugfix: template system may generate invalid json * 2022-12-28: Fixed wrong type conversion in cstrLen() * 2022-12-08: Add CodeQL workflow for GitHub code scanning - Upgrade to rsyslog 8.2212.0 * 2022-12-05: testbench: make python http server based tests more reliable * 2022-12-05: omprog bugfix: invalid status handling at called program startup * 2022-11-29: testbench bugfix: wrong message injection object of instance 1 * 2022-11-21: rsyslog.conf man page bugfix: description of selectors * 2022-11-18: imtcp bugfix: legacy config directives did no longer work - replaces 0002-imtcp-bugfix-legacy-config-directives-did-no-longer-.patch * 2022-11-16: ksi bugfix: sending of too many signing requests fixed. * 2022-11-14: bugfix: prevent potential segfault when switchung to queue emergency mode * 2022-11-02: imjournal: add second fallback to _COMM * 2022-10-25: core bugfix: local hostname invalid if no global() config object given * 2022-10-25: testbench bugfix: fixed timing issue that sometimes lead to test failure - Upgrade to rsyslog 8.2208.0 * 2022-08-09: ksi bugfix: request cache size and send timeout issue fixed. * 2022-08-09: imjournal bugfix: segmentation fault in close journal * 2022-08-09: net subsystem: support sha256 for StreamDriverAuthMode="x509/fingerprint" * 2022-08-05: imfile bugfix: message loss/duplication when monitored file is rotated * 2022-08-05: ksi bugfix: optimize processing of signer queue to fix delays. * 2022-08-04: ksi bugfix: possible crash fixed when several log files are opened. * 2022-08-04: openssl: add support to split tls commands by semicolon * 2022-08-04: openssl subsystem bugfix: build issue on Solaris * 2022-08-04: openssl: add more details to error messages * 2022-08-04: omclickhouse: capture additional exceptions * 2022-08-04: mmanon bugfix: Simplified and fixed IPv4 digit detection. * 2022-07-21: imptcp: slight tuning * 2022-07-20: template procesing/json: performance optimization * 2022-07-19: core bugfix: memory leak when free action worker data table * 2022-07-13: omfile: support for zstd compression * 2022-07-07: stream cleanup: move error message to debug log, only * 2022-07-04: mmdblookup bugfix: Don't crash Rsyslog on mmdb file errors * 2022-06-28: build error fix: libbson requires out-of-date language constructs * 2022-06-27: OpenSSL: fix depreacted API issues for OpenSSL 3.x - Upgrade to rsyslog 8.2206.0 * 2022-05-25: omelastisearch: allow omitting _type field * 2022-05-18: tcpsrv/imtcp: slight performance improvements * 2022-05-12: imptcp bugfix: worker thread starvation on extreme traffic * 2022-05-11: omelasticsearch: several support option for ElasticSearch 8 - config params searchIndex and documentType can be empty - support for Data Stream API - new config param esVersion.major * 2022-05-09: tcp receiver bugfix: delay/potential hang on some error conditions * 2022-05-05: net bugfix: potential buffer overrun - replaces CVE-2022-24903.patch Advisory: https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8#advisory-comment-72243 * 2022-05-05: imptcp: set OS worker thread name * 2022-04-26: mmanon bugfix: shortened IPv6 form not always anonymized * 2022-04-22: mmdblookup fix: wrong copy of buffer * 2022-04-22: mmdblookup: several enhancements - support arrays in MMDB entry - support escaped quotes '"' in MMDB entry - support '<' characters in MMDB entry, when in a field - support '}' characters in MMDB entry, when in a field - Upgrade to rsyslog 8.2204.0 * 2022-04-18: gnutls bugfix: possibility of infinite loop * 2022-04-17: core/bugfix: errorfile could grow over max configures size * 2022-04-17: omkafka bugfix: potential misadressing * 2022-04-06: added new "FullJSONFmt" standard template (with addtl fields) * 2022-04-04: imfile: potential processing delay * 2022-04-04: bugfix: cosmetic data races * 2022-04-01: add property options to support ISO week/year number * 2022-04-01: core bugfix: "action suspended" message was emitted even when turned off * 2022-03-31: testbench: add more tests for rscript comparison operations * 2022-03-31: core bugfix: make internal logs emitted during HUP procesing appear quicker * 2022-03-20: refactor: Move the parser directive to the main config * 2022-03-16: refactor: ake the main message queue part of the config * regression bugfix: rsyslog may segfault during startup * regression fix: script string comparison did not work correctly - Upgrade to rsyslog 8.2202.0 * 2022-02-11: Make action counter part of the config * 2022-02-09: imfile: Remove inotify watch descriptor on inode change detected - replaces 0001-imfile-Remove-inotify-watch-descriptor-on-inode-chan.patch * 2022-02-03: omelasticsearch: Fix indexSuccess impstats counter in bulkmode * 2022-01-28: rscript: literal numbers were not compared correctly * 2022-01-17: ompgsql: PGsslInUse not supported on old distros * 2021-12-31: ompgsql: allow connection params via connection string * 2022-01-17: CI: remove fedora 33 based testing * 2022-01-14: Terminate all tcpsrv threads properly * 2022-01-04: Move timezone specific variables to rsconf * 2022-01-13: Fixes #4395 by correctly checking for EPIPE. * 2022-01-12: Move rsyslog global parameters to rsconf_t struct * 2022-01-12: cleanup: remove unused variable * 2022-01-07: CI: cleanup journal test environment * 2022-01-06: CI: remove unnecessary dependency * 2022-01-05: Update omlibdbi.c * 2022-01-05: omhttp: Fix memory leak in lokirest batchmode * 2021-12-15: Clarify meaning of loadConf and RunConf - Upgrade to rsyslog 8.2112.0 * 2021-12-14: refactor:Deallocate outchannel resources in rsconf destructor * 2021-12-14: refactor: use runConf instead of loadConf in ratelimiting during runtime * 2021-11-22: new contribtion: URL parser module function using libfa * 2021-11-18: mmanon: relax IPv6 detection - improve anonymization * 2021-11-10: ruleset bugfix: ruleset queue was incorrectly named * 2021-11-10: omsnmp: update module to current IP best practices * 2021-10-27: ommysql: fix threading bug * 2021-10-25: testbench: false positive when impstats was not built * 2021-10-25: imtcp: add support for permittedPeers setting at input() level * 2021-10-25: testbench: add test for legacy permittedPeer statement - replaces 0001-testbench-add-test-for-legacy-permittedPeer-statemen.patch - Upgrade to rsyslog 8.2110.0: * 2021-10-13: PrivDropToUser: fix abortOnIDResolutionFail handling #2 * 2021-10-12: PrivDropToUser: fix abortOnIDResolutionFail handling * 2021-09-17: rscript fix: ruleset called async when ruleset had queue.type="direct" * 2021-10-07: tcpsrv: fix compilation without exceptions * 2021-09-29: build issue: handle undefined MAXPATHLEN, PATH_MAX * 2021-10-06: Fix typo in error message. * 2021-09-21: mmkubernetes bugfix: no connection retry to kubernetes APP * 2021-09-13: use correct api for es 6 and later * 2021-09-20: openssl: Correct gnutlsPriorityString (custom ciphers) behaviour * 2021-09-20: ksi bugfix: locking bug fixed in rsksiCtxOpenFile * 2021-09-13: Fix ElasticSearch Test broken by ES incompatibility * 2020-11-21: imhttp updates - query parameter ingestion & basic auth support * 2021-09-08: openssl: extended output information on connection failure * 2021-09-02: queue: Add NULL check in qDeqLinkedList - replaces 0001-queue-Add-NULL-check-in-qDeqLinkedList.patch * 2021-09-06: core bugfix: use of property $wday terminates string * 2021-09-02: gnutls: Propagate PrioritizeSAN when accepting a new connection * 2021-08-24: ratelimit: fix rate limiting for already parsed messages * 2021-08-23: config: implement script-equavalent for $PrivDrop* statements - Upgrade to rsyslog 8.2108.0: * 2021-08-16: openssl tls: Improved error message output on tls failures. * 2021-07-01: imfile add `ignoreolderthanoption` * 2021-08-10: imklog: fix invalid memory adressing, could cause abort * 2021-08-09: omelasticsearch: fix incorrect mutex error handling regression * 2021-08-09: imfile bugfix: hash char invalidly added in readmode != 0 * 2021-08-08: imudp: add socket type (IPv4 vs. 6) to input name * 2021-07-13: fixing the deleteStateOnFileDelete option - replaces 0001-fixing-the-deleteStateOnFileDelete-option.patch * 2021-07-07: CI: add test for imtcp not correctly starting up and a Solaris fix * 2021-08-05: omfwd: add capability for action-specific TLS certificate settings * 2021-07-01: imtcp: permit to use different certificate files per input/action * 2021-08-04: debug support: add indication of "being HUPed" to debug log * 2021-08-04: imptcp bugfix: keep alive interval was incorrectly set * 2021-07-22: Close file descriptor when freshStartTail is turned on * 2021-07-22: [omelasticsearch] Improve errorFile mutex handling * 2021-07-08: openssl network driver bugfix: small memory leak * 2021-07-07: tcpsrv bugfix: abort if no listener could be started * 2021-07-01: tcp subsystem: fix cosmetic memory leak on shutdown * 2021-07-01: fix typo in error message * 2021-06-30: OMMONGODB :: Fixes * 2021-06-29: mmkubernetes fix for apiserver error handling * 2021-06-21: omkafka updates * 2021-06-22: percentile module to track percentile metrics via impstats * 2021-06-17: CI: disable Travis CI for the time being * 2021-04-15: omhttp: Fix dynrestpath param in batch mode * 2021-06-14: add predefined template RSYSLOG_SyslogRFC5424Format * 2021-06-10: bugfix: _sender_stats reports integer counter as string- fix removal of imfile state files (bsc#1213212) * add 0001-fixing-the-deleteStateOnFileDelete-option.patch- fix parsing of legacy config syntax (bsc#1205275) * add: 0001-testbench-add-test-for-legacy-permittedPeer-statemen.patch 0002-imtcp-bugfix-legacy-config-directives-did-no-longer-.patch- remove $klogConsoleLogLevel setting from rsyslog.conf (bsc#1191833) * this legacy setting from pre-systemd times is obsolete and can block important systemd messages- fix segfault in qDeqLinkedList during shutdown (bsc#1199283) * add 0001-queue-Add-NULL-check-in-qDeqLinkedList.patch- Remove inotify watch descriptor in imfile on inode change detected (bsc#1198939) * add 0001-imfile-Remove-inotify-watch-descriptor-on-inode-chan.patch- (CVE-2022-24903) fix potential heap buffer overflow in modules for TCP syslog reception (bsc#1199061) * add CVE-2022-24903.patch- add service dependencies for remote logging (bsc#1194669) - update config example in remote.conf to match upstream documentation- fix config parameters in specfile (bsc#1194593)- Upgrade to rsyslog 8.2106.0: * NOTE: the prime new feature is support for TLS and non-TLS connections via imtcp in parallel. Furthermore, most TLS parameters can now be overriden at the input() level. The notable exceptions are certificate files, something that is due to be implemented as next step. * 2021-06-14: new global option "parser.supportCompressionExtension" This permits to turn off rsyslog's single-message compression extension when it interferes with non-syslog message processing (the parser subsystem expects syslog messages, not generic text) closes https://github.com/rsyslog/rsyslog/issues/4598 * 2021-05-12: imtcp: add more override config params to input() It is now possible to override all module parameters at the input() level. Module parameters serve as defaults. Existing configs need no modification. * 2021-05-06: imtcp: add stream driver parameter to input() configuration This permits to have different inputs use different stream drivers and stream driver parameters. closes https://github.com/rsyslog/rsyslog/issues/3727 * 2021-04-29: imtcp: permit to run multiple inputs in parallel Previously, a single server was used to run all imtcp inputs. This had a couple of drawsbacks. First and foremost, we could not use different stream drivers in the varios inputs. This patch now provides a baseline to do that, but does still not implement the capability (in this sense it is a staging patch). Secondly, we now ensure that each input has at least one exclusive thread for processing, untangling the performance of multiple inputs from each other. see also: https://github.com/rsyslog/rsyslog/issues/3727 * 2021-04-27: tcpsrv bugfix: potential sluggishnes and hang on shutdown tcpsrv is used by multiple other modules (imtcp, imdiag, imgssapi, and, in theory, also others - even ones we do not know about). However, the internal synchornization did not properly take multiple tcpsrv users in consideration. As such, a single user could hang under some circumstances. This was caused by improperly awaking all users from a pthread condition wait. That in turn could lead to some sluggish behaviour and, in rare cases, a hang at shutdown. Note: it was highly unlikely to experience real problems with the officially provided modules. * 2021-04-22: refactoring of syslog/tcp driver parameter passing This has now been generalized to a parameter block, which makes it much cleaner and also easier to add new parameters in the future. * 2021-04-22: config script: add re_match_i() and re_extract_i() functions This provides case-insensitive regex functionality. closes https://github.com/rsyslog/rsyslog/issues/4429- Upgrade to rsyslog 8.2104.0: * rainerscript: call getgrnam_r repeatedly to get all group members (bsc#1178490) * new contributed module imhiredis * new built-in function get_property() to access property vars * mmdblookup: add support for mmdb DB reload on HUP * script bugfix: empty array in foreach() improperly handled * imjournal bugfixes (handle leak, empty file) * new contributed function module fmunflatten * test bugfix: some tests did not work with newer TLS library versions * some improvements to project CI- update remote.conf example file to new 'Address' and 'Port' notation (bsc#1182653)- HTTPS URLs used for source - Upgrade to rsyslog 8.2102.0: * omfwd: add stats counter for sent bytes * omfwd: add error reporting configuration option * action stats counter bugfix: failure count was not properly incremented * action stats counter bugfix: resume count was not incremented * omfwd bugfix: segfault or error if port not given * lookup table bugfix: data race on lookup table reload * testbench modernization * testbench: fix invalid sequence of kafka tests runs * testbench: fix kafkacat issues * testbench: fix year-dependendt clickhouse test- Upgrade to rsyslog 8.2012.0: * testbench bugfix: some tests did not work in make distcheck * immark: rewrite with many improvements * usability: re-phrase error message to help users better understand cause * add new system property $now-unixtimestamp * omfwd: add new rate limit option * omfwd bug: param "StreamDriver.PermitExpiredCerts" is not "off" by default- prepare usrmerge (boo#1029961)- fix location and naming of journald dropin (bsc#1178288)- remove legacy stuff from specfile * sysvinit is not supported anymore, so remove all tests related to systemv in the specfile- Upgrade to rsyslog 8.2010.0: * gnutls TLS subsystem bugfix: handshake error handling * core/msg bugfix: memory leak * core/msg bugfix: segfault in jsonPathFindNext() when not an object * openssl TLS subsystem: improvments of error and status messages * add 'exists()' script function to check if variable exists * core bugfix: do not create empty JSON objects on non-existent key access * gnutls subsysem bugfix: potential hang on session closure * core/network bugfix: obey net.enableDNS=off when querying local hostname * core bugfix: potential segfault on query of PROGRAMNAME property * imtcp bugfix: broken connection not necessariy detected * new module: imhttp - http input * mmdarwin bugfix: potential zero uuid when reusing existing one * imdocker bugfix: build issue on some platforms * omudpspoof bugfix: make compatbile with Solaris build * testbench fix: python 3 incompatibility * core bugfix: segfault if disk-queue file cannot be created * cosmetic: fix dummy module name in debug output * config bugfix: intended warning emitted as error- Upgrade to rsyslog 8.2008.0 Way too many changes since 8.39.0 to be listed here. - Added custom unit file rsyslog.service because systemd service file was removed from upstream project - Removed obsolete patches: * 0001-satisfy-gcc-flag-fno-common.patch * rsyslog-pgsql-pkg-config.patch * rsyslog-unit.patch- Use systemd_ordering instead of requiring to make rsyslog useable in containers.- Fix the URL for bug reporting, should not point to novell.com (bsc#1173433)- Add support for omkafka which is now in Factory, and 15.x repos- avoid build error with gcc flag -fno-common (bsc#1160414) * add 0001-satisfy-gcc-flag-fno-common.patch- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- Add rsyslog-pgsql-pkg-config.patch: use pkgconfig to find the right libraries/directories for postgresql. According to pgsql upstream, pg_config must only be used to buildpgsql modules.- set default permissions before include directives (bsc#1126233) * Logfile open modes depend on position in the config file, see https://www.rsyslog.com/doc/rsconf1_filecreatemode.html- Upgrade to rsyslog 8.39.0 * imfile: improve truncation detection * imjournal: work around journald excessive reloading behavior * errmsg: remove no longer needed code * queue bugfix: invalid error message on queue startup * bugfix imrelp: regression with legacy configuration startup fail * bugfix imudp: stall of connection and/or potential segfault * bugfix gcry crypto driver: small memleak * fix potential misadressing in encryption subsystem * ksi subsystem changes * bugfix core: regex compile error messages could be incorrect * bugfix core: potential hang on rsyslog termination * bugfix imkafka: system hang when backgrounded * bugfix imfile: file change was not reliably detected * bugfix imrelp: do not fail build if librelp does not have relpSrvSetLstnAddr * bugfix queue subsystem: DA queue did ignore encryption settings * bugfix KSI: lmsig-ksils12 module skips signing the last block * bugfix fmhash: function hash64mod sometimes returned wrong result * bugfix core/debug: data written to random fd 2 under some debug settings- rsyslog configuration cleanup by filter rules in separate files (bug#1102720) * add parsing of additional filter rules in /etc/rsyslog.d/*.frule * add acpid.frule, firewall.frule, NetworkManager.frule- Enable ForwardToSyslog for journald to get syslog messages [bsc#1110456]- Update to rsyslog 8.38.0: * imfile: support for endmsg.regex * omhttp: new contribued module * imrelp: add support for seting address to bind to (#894) * ommysql: support mysql unix domain socket * omusrmsg: do not fall back to max username length of 8 * various bug fixes and minor updates to other modules and core * various fixes for memory leaks- remove references to obsolete SYSLOG_REQUIRES_NETWORK variable (bsc#1101642)- rsyslog 8.36.0: * Liblogging-stdlog deprecated * OpenSSL based TLS driver added in addition to GnuTLS * GnuTLS TLS driver: support intermediate certificates * imptcp: add ability to configure socket backlog * fmhash: new hash function module * updates and fixes to various modules * omfwd: add support for bind-to-address for UDP * mmkubernetes: new module - updates and fixes to various modules- fix CVE-2015-3243 rsyslog: some log files are created world-readable (bsc#935393)- rsyslog 8.33.1: * devcontainer: use some more sensible defaults * auto-detect if running inside a container (as pid 1) * config: add include() script object * template: add option to generate json "container" * core/template: add format jsonf to constant template entries * config: add ability to disable config parameter ("config.enable") * script: permit to use environment variables during configuration * new global config parameter "shutdown.enable.ctlc" * config optimizer: detect totally empty "if" statements and optimize them out * template: constant entry can now also be formatted as json field * omstdout: support for new-style configuration parameters added * core: set TZ on startup if not already set * imjournal bugfix: file handle leak during journal rotation * lmsig_ksils12 bugfix: dirOwner and dirGroup config was not respected * script bugfix: replace() function worked incorrectly in some cases * core bugfix: misadressing in external command parser * core bugfix: small memory leak in external command parser * core bugfix: string not properly terminated when RFC5424 MSGID is used * bugfix: strndup() compatibility layer func copies too much - the upstream systemd unit file was changed to no longer write the rsyslog pid, as it is no longer required for tracking under systemd (-iNONE). Adjust rsyslog-unit.patch to match.- Use %license instead of %doc [bsc#1082318]- fix includes for apparmor profile (bsc#1080238)- rsyslog 8.32.0 * libfastjson 0.99.8 required * libczmq >= 3.0.2 is now required for omczmq * libcurl is now needed for rsyslog core * rsyslogd: add capability to specify that no pid file shall be written * core improvements and bug fixes * RainerScript improvements and bug fixes * build fixes, including gcc7 fixes drop 0001-imgssapi-fix-compiler-warnings.patch * various bug fixes in multiple modules- remove build dependency on libee- Disable news by default, we don't need to clobber all systems with this for the very few remaining news servers- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Ensure user "news" exists - bsc#1068678- rsyslog 8.30.0 * changed behaviour: all variables are now case-insensitive by default * core: handle (JSON) variables in case-insensitive way * imjournal: made switching to persistent journal in runtime possible * mmanon: complete refactor and enhancements * imfile: add "fileoffset" metadata * RainerScript: add ltrim and rtrim functions * core: report module name when suspending action * core: add ability to limit number of error messages going to stderr * tcpsrv subsystem: improvate clarity of some error messages * imptcp: include module name in error msg * imtcp: include module name in error msg * tls improvement: better error message if certificate file cannot be read * omfwd: slightly improved error messages during config parsing * ommysql improvements * ommysql bugfix: do not duplicate entries on failed transaction * imtcp bugfix: parameter priorityString was ignored * template/bugfix: invalid template option conflict detection * core/actions: fix handling of data-induced errors * core/action bugfix: no "action suspended" message during retry processing * core/ratelimit bugfix: race can lead to segfault * core bugfix: rsyslog aborts if errmsg is generated in early startup * core bugfix: informational messages was logged with error severity * core bugfix: --enable-debugless build was broken * queue bugfix: file write error message was incorrect * omrelp bugfix: segfault when rebindinterval parameter is used * omkafka bugfix: invalid load of failedmsg file on startup if disabled * kafka bugfix: problem on invalid kafka configuration values * imudp bugfix: UDP oversize message not properly handled * core bugfix: memory corruption during configuration parsing * core bugfix: race on worker thread termination during shutdown * omelasticsearch: avoid ES5 warnings while sending json in bulkmode * omelasticsearch bugfix: incompatibility with newer ElasticSearch version * imptcp bugfix: invalid mutex addressing on some platforms * imptcp bugfix: do not accept missing port in legacy listener definition - build requirements: * libfastjson 0.99.7 is now mandatory * libsystemd-journal >= 234 is now recommended - packaging: * add upstream build fix 0001-imgssapi-fix-compiler-warnings.patch- rsyslog 8.29.0: * imptcp: add experimental parameter "multiline" * imptcp: framing-related error messages now also indicate remote peer * imtcp: framing-related error messages now also indicate remote peer * imptcp: add session statistics conunter * imtcp: add ability to specify GnuTLS priority string * impstats: add new ressoure counter "openfiles" * pmnormalize: new parser module * core/queue: provide informational messages on thread startup and shutdown * omfwd/udp: improve error reporting, depricate maxerrormessages parameter * core: add parameters debug.file and debug.whitelist * core/net.c: improve UDP socket creation error messages * omfwd/udp: add "udp.sendbuf" parameter * core: make rsyslog internal message rate-limiter configurable * omelasticsearch bugfixes and changed ES5 API support + avoid 404 during health check + avoid ES5 warnings while sending json + bugfix for memomry leak while writing error file * imfile bugfix: wildcard detection issue on path wildcards * omfwd bugfix: always give reason for suspension * omfwd bugfix: configured compression level was not properly used * imptcp bugfix: potential socket leak on session shutdown * omfwd/omudpspoof bugfix: switch udp client sockets to nonblocking mode * imklog: fix permitnonkernelfacility not working * impstats bugfix: impstats does not handle HUP * core bugfix: segfault after configuration errors * core/queue bugfixes * lmsig_ksi: removed pre-KSI_LS12 componentsVersion 8.28.0 [v8-stable] 2017-06-27 * omfwd: add parameter "tcp_frameDelimiter" * omkafka: large refactor of kafka subsystem * imfile: improved handling of atomically renamed file (w/ wildcards) * imfile: add capability to truncate oversize messages or split into multiple * mmdblookup fixes and extensions * bugfix: fixed multiple memory leaks * imptcp: add new parameter "flowControl" * imrelp: add "maxDataSize" config parameter * multiple modules: gtls: improve error if certificate file can't be opened * omsnare: allow different tab escapes * omelasticsearch: converted to use libfastjson instead of json-c * imjournal: _PID fallback * added fallback for _PID proprety when SYSLOG_PID is not available * introduced new option "usepid" which sets which property should rsyslog use, it has 3 states system|syslog|both, default is both * deprecated "usepidfromsystem" option, still can be used and override the "usepid" * it is possible to revert previous default with usepid="syslog" * multiple modules: add better error messages when regcomp is failing * omhiredis: fix build warnings * imfile bugfix: files mv-ed in into directory were not handled * omprog bugfix: execve() incorrectly called * imfile bugfix: multiline timeout did not work if state file exists * lmsig_ksi-ls12 bugfix: build problems on some platforms * core bugfix: invalid object type assertion * regression fix: local hostname was not always detected properly... * bugfix: format security issues in zmq3 modules (bsc#1051798) * bugfix build system: add libksi only to those binaries that need it * bugfix KSI ls12 components: invalid tree height calculation- Drop module-guardtime package * Upstream libgt died and it does not work with new opensslVersion 8.27.0 [v8-stable] 2017-05-16 - imkafka: add module - imptcp enhancements: * optionally emit an error message if incoming messages are truncated * optionally emit connection tracking message (on connection create and close) * add "maxFrameSize" parameter to specify the maximum size permitted in octet-counted mode * add parameter "discardTruncatedMsg" to permit truncation of oversize messages * improve octect-counted mode detection: if the octet count is larger then the set frame size (or overly large in general), it is now assumed that octet-stuffing mode is used. This probably solves a number of issues seen in real deployments. - imtcp enhancements: * add parameter "discardTruncatedMsg" to permit truncation of oversize messages * add "maxFrameSize" parameter to specify the maximum size permitted in octet-counted mode - imfile bugfix: "file not found error" repeatedly being reported for configured non-existing file. In polling mode, this message appeared once in each polling cycle, causing a potentially very large amout of error messages. Note that they were usually emitted too infrequently to trigger the error message rate limiter, albeit often enough to be a major annoance. - imfile: in inotify mode, add error message if configured file cannot be found - imfile: add parameter "fileNotFoundError" to optinally disable "file not found" error messages - core: replaced gethostbyname() with getaddrinfo() call Gethostbyname() is generally considered obsolete, is not reentrant and cannot really work with IPv6. Changed the only place in rsyslog where this call remained. Thanks to github user jvymazal for the patch - omkafka: add "origin" field to stats output See also https://github.com/rsyslog/rsyslog/issues/1508 Thanks to Yury Bushmelev for providing the patch. - imuxsock: rate-limiting also uses process name both for the actual limit procesing as well as warning messages emitted see also https://github.com/rsyslog/rsyslog/pull/1520 Thanks to github user jvymazal for the patch - Added new module: KSI log signing ver. 1.2 (lmsig_ksi_ls12) - rsylsog base functionality now builds on osx (Mac) Thanks to github user hdatma for his help in getting this done. - build now works on solaris again - imfile: fix cross-platform build issue see also https://github.com/rsyslog/rsyslog/issues/1494 Thanks to Felix Janda for bug report and solution suggestion. - bugfix core: segfault when no parser could parse message- rsyslog 8.26.0: * liblognorm 2.0.3 is required for mmnormalize * enable internal error messages at all times * core: added logging name of source of rate-limited messages * omfwd: omfwd: add support for network namespaces * imrelp: honor input name if provided when submitting to impstats * imptcp: add ability to set owner/group/access perms for uds * mmnormalize: add ability to load a rulebase from action() parameter * pmrfc3164 improvements + permit to ignore leading space in MSG + permit to use at-sign in host names + permit to require tag to end in colon * add new global parameter "umask" * core: make use of -T command line option more secure * omfile: add error if both file and dynafile are set * bugfix: build problem on MacOS (not a supported platform) * regression fix: in 8.25, str2num() returned error on empty string * bugfix omsnmp: improper handling of new-style configuration parameters * bugfix: rsyslog identifies itself as "liblogging-stdlog" in internal messages * bugfix imfile: wrong files were monitored when using multiple imfile inputs * bugfix: setting net.aclResolveHostname/net.acladdhostnameonfail segfaults * bugfix: immark emitted error messages with text "imuxsock" * bugfix tcpflood: build failed if RELP was disabled * fix gcc6 compiler warnings * the output module array passing interface has been removed- use 8.25.0 documentation tarball- rsyslog 8.25.0: * imfile: add support for wildcards in directory names * add new global option "parser.PermitSlashInProgramname" * mmdblookup: fix build issues, code cleanup * improved debug output for queue corruption cases * an error message is now displayed when a directory owner cannot be set * rainerscript: add new function ipv42num * rainerscript: add new function num2ipv4 * bugfix: ratelimiter does not work correctly is time is set back * core: fix potential message loss in old-style transactional interface * bugfix queue subsystem: queue corrupted if certain msg props are used * bugfix imjournal: fixed situation when time goes backwards * bugfix: bFlushOnTxEnd == 0 not honored when writing w/o async writer * bugfix core: str2num mishandling empty strings * bugfix rainerscript: set/unset statement do not check variable name validity * bugfix mmrm1stspace: last character of rawmsg property was doubled * bugfix imtcp: fix very small (cosmetic) memory leak * However, the leak breaks memleak checks in the testbench.- sync bug and fate numbers from IBS changes.- rsyslog 8.24.0(fate#320546): * mmrm1stspace: new module; removes first space in MSG if present * KSI signature provider: file permissions can now be specified * omzmq: new features * when the hostname is empty, we now use "localhost-empty-hostname" * omelasticsearch: remove "asyncrepl" config parameter * omfwd: Add support for bind-to-device (see below on same for imudp) * imudp: Add support for bind-to-device * imudp: limit rcvbufsize parameter to max 1GiB * rainerscript: implement new "call_indirect" statement * bugfix imjournal: make state file handling more robust * bugfix core: lookup table reload was not properly integrated * bugfix core: potential dealock on shutdown * bugfix ommongodb: did not work in v8 due to invalid indirection * bugfix ommongodb: fix tryResume handling * bugfix omfwd: retry processing was not done correctly, could stall * bugfix imuxsock: segfault non shutdown when $OmitLocalLogging is on - contributed modules not enabled due to build issues: * mmdblookup: new maxminddb lookup message modify plugin- Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd): the sub-libraries have been merged into libsystemd since 209 and have ultimately been removed since 230.- rsyslog 8.23.0: * requiring libfastjson 0.99.3 * KSI signatures: removed SHA2-224 hash algorithm * imfile: new timeout feature for multi-line reads * omfile: improve robustness against network file system failures * pmaixforwardedfrom: support for AIX syslogd -s option * omelasticsearch: add ability to specify max http request size * omelasticsearch: high availability addressing of ElasticSearch cluster * omelasticsearch: make compatible with ElasticSearch 2.x and 5.x * omhiredis: add dynakey attribute. * omtcl: new contributed module * RainerScript: provide a capability to set environment variables * lookup tables: improved error checking * queue subsystem: add configuration parameter "queue.samplinginterval" * various bug fixes * rsgtutil: option to specify KSI publications file certificate constraints - includes changes from 8.22.0: * ompgsql: add template support * generate somewhat better error message on config file syntax error - includes changes from 8.21.0: * CHANGE OF BEHAVIOUR: by default, internal messages are no longer logged via the internal bridge to rsyslog but via the syslog() API call [either directly or via liblogging). For the typical single-rsyslogd-instance installation this is mostly unnoticable (except for some additional latency). If multiple instances are run, only the "main" (the one processing system log messages) will see all messages. To return to the old behaviour, do either of those two: 1) add in rsyslog.conf: global(processInternalMessages="on") 2) export the environment variable RSYSLOG_DFLT_LOG_INTERNAL=1 This will set a new default - the value can still be overwritten via rsyslog.conf (method 1). Note that the environment variable must be set in your **startup script**. For more information, please visit http://www.rsyslog.com/rsyslog-error-reporting-improved/ * slightly improved TLS syslog error messages * queue subsystem: improved robustness- rsyslog 8.20.0: * omrelp: add configurable connection timeout * pmrfc3164: add support for slashes in hostname * bugfix omfile: handle chown() failure correctly * omfile now better conveys status of unwritable files back to core * config files recursively including themselfes are now detected * refactored code to not emit compiler warnings in "strict mode" * bugfix: fix some issues with action CommitTransaction() handling * bugfix omqmqp1: connecting to the message bus fails on nonstandard port * testbench/CI enhancements - Build requirements: * librelp 1.2.12- rsyslog 8.19.0: * omelasticsearch: add option to permit unsigned certs * imrelp: better error codes on unvailablity of TLS options * default stack size for inputs has been explicitely set to 4MiB * performance improvements * miscellaneous minor cleanup * fix: potential misadressing in template config processing * bugfix omfile: async output file writing does not respect flushing * bugfix imfile: corrupted multi-line message when state data was persisted * bugfix imfile: missing newline after first line of multiline message * bugfix: dynstats unusedMetricTtl bug * bugfix build system: build was broken on SunOS * bugfix: afterRun entry point not correctly called * bugfix dynstats: do not leak file handles * bugfix omelasticsearch: disable libCURL signal handling * bugfix omelasticsearc: some regressions were fixed * improved wording: gnutls error message points to potential cause- rsyslog 8.18.0(bnc#958728): * templates: add option to convert timestamps to UTC * omjournal: fix segfault (regression in 8.17.0) * imptcp: added AF_UNIX support * new template options * compressSpace * date-utc * redis: support for authentication * omkafka: makes kafka-producer on-HUP restart optional * imfile: new "FreshStartTail" input parameter * omjournal: fix libfastjson API issues * ommongodb: fix json API issues * dynamic stats subsystem: a couple of smaller changes * foreach loop: now also iterates over objects (not just arrays) * enhancement: queue subsystem is more robst in regard to some corruptions * enhancement: Allow rsyslog to bind UDP ports even w/out specific interface being up at the moment. * new External plugin for sending metrics to SPM Monitoring SaaS * bugfix imfile: fix memory corruption bug when appending @cee * bugfix: memory misallocation if position.from and position.to is used a negative amount of memory is tried to be allocated if position.from is smaller than the buffer size (at least with json variables). This usually leads to a segfault. * bugfix: fix potential memleak in TCP allowed sender definition * bugfix: $PrivDropToGroupID actually did a name lookup * bugfix: small memory leak in imfile * bugfix: double free in jsonmesg template * bugfix: incorrect formatting of stats when CEE/Json format is used * bugfix omfwd: new-style keepalive action parameters did not work due to being inconsistently spelled inside the code. Note that legacy parameters $keepalive... always worked * bugfix: memory leaks in logctl utility * bugfix omrelp: fix segfault if no port action parameter was given * bugfix imtcp: Messages not terminated by a NL were discarded- rsyslog 8.17.0: * improve json variable performance * new experimental feature: lookup table suport * new feature: dynamic statistics counters * new contributed plugin: omampq1 for AMQP 1.0-compliant brokers * new set of UTC-based $now family of variables ($now-utc, $year-utc, ...) * simplified locking when accessing message and local variables * new global parameter "debug.unloadModules" * timestamp handling: guard against invalid dates * imfile: add "trimlineoverbytes" input paramter * ommongodb: add support for extended json format for dates * omjournal: add support for templates * imuxsock: add "ruleset" input parameter(fate#320667) * imptcp: performance improvements * improve interface definition in some modules, e.g. mmanon, mmsequence * rsgtutil: dump mode improvements + auto-detect signature file type + ability to dump hash chains for log extraction files * bugfix: unixtimestamp date format was incorrectly computed (leap year) * bugfix: date-ordinal date format was incorrectly computed (leap year) * bugfix: some race when shutting down input module threads * bugfix tcpflood: did not handle connection drops correct in TLS case * bugfix: abort if global parameter value was wrong * bugfix omkafka: fix potential NULL pointer addressing * bugfix impstats: @cee cookie was prefixed to wrong fromat (json vs. cee) * bugfix imfile: fix race during startup that could lead to some duplication * bugfix: potential loss of single message at queue shutdown * bugfix: potential deadlock with heavy variable access * bugfix ommysql: on some platforms, serverport parameter had no effect * bugfix omelasticsearch: invalid pointer dereference * bugfix omhiredis: serverport config parameter did not reliably work * bugfix rsgtutil: -h command line option did not work * bugfix lexer: hex numbers were not properly represented * bugfix TLS syslog: intermittent errors while sending data * bugfix imfile: abort on startup if no slash was present in file name param * bugfix rsgtutil: fixed abort when using short command line options * bugfix rsgtutil: invalid computation of log record extraction file * bugfix build system: KSI components could only be build if in default path- rsyslog 8.16.0: * rsgtutil: Added extraction support including loglines and hash chains. * new system properties for $NOW properties based on UTC * various bug fixes and improvements- fix build on sle11: use package name buildrequires instead of pkgconfig- build with libfastjson (mandatory from 8.16.0)- rsyslog 8.15.0: * KSI (incompatible changes): + KSI utilities: Added option to set publication url via - -publications-server. Required for signature verification. + UserID and UserKey can be set by parameter + Fixed wrong TLV container for KSI signatures from 0905 to 0906. + somewhat improved error messages + Update for and use libksi 3.4.0.x * New contributed modules: + pmpanngfw: for translating Palo Alto Networks logs * pmciscoios: support for asterisk before timestamp added * solr external output plugin much enhanced * omrabbitmq: improvements * add support for libfastjson (as a replacement for json-c) * pmciscoios: support for some format variations * improvments for 0mq modules: + omczmq - suspend / Retry handling + omczmq - improved efficiency + omczmq - added ability to set a timeout for sends + omczmq - set topics can be in separate frame (default) or part of message frame (configurable) + imczmq - ZMQ_ROUTER support * Note the upstream supported modules not enabled in SUSE package: + grok (mmgrok) + omkafka * add support for building with libfastjson * bugfix: invalid mutex handling in omfile async write mode could lead to segfault, even though highly unlikely (caught by testbench on a single platform) (bsc#1000488)- rsyslog 8.14.0: * add property "rawmsg-after-pri" * bugfix: potential misadresseing in imfile * bugfix: re_extract RainerScript function did not work- rsyslog 8.13.0: * ZeroMQ enhancements * Redis enhancements * mmnormalize: liblognorm error messages are now emitted via regular rsyslog error reporting mechanism (aka "are now logged") * networking improvements - drop rsyslog-8.12.0-parallel-build.patch, is upstream - drop rsyslog-8.12.0-gnutls.patch, same- rsyslog 8.12.0: * Harmonize resetConfigVariables values and defaults * GT/KSI: fix some issues in signature file format and add conversion tool * bugfix: ommysql did not work when gnutls was enabled * bugfix omfile: potential memory leak on file close * bugfix omfile: potential race in dynafile detection/creation * bugfix omfile: Fix race-condition detection in path-creation code * bugfix parser subsystem: potential misadressing in SanitizeMsg() * imfile: files moved outside of directory are now (properly) handled * bugfix: imfile: segfault when using startmsg.regex * bugfix imfile: file table was corrupted when on file deletion * bugfix ompgsql: transaction were improperly handled * bugfix mmjsonparse: memory leak if non-cee-json message is processed * testbench: remove raciness from UDP based tests * testbench: added bash into all scripts makign it mandatory * bugfix testbench: Fixed problem building syslog_caller util when liblogging-stdlog is not available. - add upstream patches: * rsyslog-8.12.0-gnutls.patch to fix build with gnutls * rsyslog-8.12.0-parallel-build.patch to fix parallel build- rsyslog 8.11.0 - new features: * signature provider for Keyless Signature Infrastructure (KSI) - bug fixes: * imfile: regex multiline mode ignored escapeLF option * omkafka: fixed several concurrency issues, most of them related to dynamic topics. * execonlywhenpreviousissuspended did not work correctly * core engine: ensured global variable atomicity * imfile: segfault when using startmsg.regex because of empty log line- rsyslog 8.10.0: * imfile: add capability to process multi-line messages based on regex * pmrfc3164: add new parameter "detect.yearAfterTimestamp" * pmrfc3164: add new parameter "permit.squareBracesInHostname" * supplementary groups are now set when dropping privileges * imfile: added brace glob expansion to wildcard * zmq: add the ability for zeromq input and outputs to advertise their presence on UDP via the zbeacon API. * added omhttpfs: contributed module for writing to HDFS via HTTP * bug fixes - packaging changes: * build with GnuTLS support again as 3.4.0 is now supported- Documentation does not depend on the presence of anything- Adjusted apparmor profile based on the suggestions by Christian Boltz * Removed empty files: module-pgsql, module-relp, module-gssapi, module-gtls * Moved profiles to /usr/share/apparmor/extra-profiles/ * Blocked capability block_suspend plus some other small fixes- Adjusted apparmor profile to prevent aa-genprof failures (bnc#925512)- disable GnuTLS support, does not build with GnuTLS 3.4.0- rsyslog 8.9.0: - omprog: add option "hup.forward" to forwards HUP to external plugins - imuxsock: added capability to use regular parser chain - new sysSock.useSpecialParser module parameter - new sysSock.parseHostname module parameter - new useSpecialParser input parameter - new parseHostname input parameter - 0mq: improvements in input and output modules - imtcp: add support for ip based bind for imtcp -> param "address" - bugfix: MsgDeserialize out of sync with MsgSerialize for StrucData - bugfix imfile: partial data loss, especially in readMode != 0 - bugfix: potential large memory consumption with failed actions - bugfix: omudpspoof: invalid default send template in RainerScript format - bugfix: size-based legacy config statements did not work properly on some platforms, they were incorrectly handled, resulting in all sorts of "interesting" effects (up to segfault on startup) - build system: added option --without-valgrind-testbench ... which provides the capability to either enforce or turn off valgrind use inside the testbench. Thanks to whissi for the patch. - rsyslogd: fix misleading typos in error messa - remove upstreamed rsyslog-8.8.0-nonvoid-function-return.patch- rsyslog 8.8.0: - omkafka: add support for dynamic topics and auto partitioning - imtcp/imptcp: support for broken Cisco ASA TCP syslog framing - omfwd: more detailled error messages in case of UDP send error - TLS syslog: enable capability to turn on GnuTLS debug logging - bugfix: $AbortOnUncleanConfig did not work - improve rsyslogd -v output and error message with meta information - bugfix imtcp: octet-counted framing cannot be turned off - bugfix: build problems on Illuminos - bugfix: invalid data size for iMaxLine global property - bugfix: negative values for maxMessageSize global parameter were permitted - add upstream patch rsyslog-8.8.0-nonvoid-function-return.patch to fix compiler warnings/errors- rsyslog 8.7.0: - add message metadata "system" to msg object this permits to store metadata alongside the message - imfile: add support for "filename" metadata this is useful in cases where wildcards are used - imptcp: make stats counter names consistent with what imudp, imtcp uses - added new module "omkafka" to support writing to Apache Kafka - omfwd: add new "udp.senddelay" parameter - mmnormalize enhancements - RainerScript "foreach" iterator and array reading support Thanks to Janmejay Singh for the patch. - now requires liblognorm >= 1.0.2 - add support for systemd >= 209 library names - BSD "ntp" facility (value 12) is now also supported in filter Note: this patch was released under ASL 2.0 (see email-conversation). - bugfix: global(localHostName="xxx") was not respected in all modules - bugfix: emit correct error message on config-file-not-found - bugfix: impstats emitted invalid JSON format (if JSON was selected) - bugfix: (small) memory leak in omfile's outchannel code - bugfix: imuxsock did not deactivate some code not supported by platform - includes changes from 8.6.0: - configuration-setting rsyslogd command line options deprecated - new and enhanced plugins for 0mq. These are currently experimantal. - empty rulesets have been permitted. They no longer raise a syntax error. - add parameter -N3 to enable config check of partial config file Use for config include files. Disables checking if any action exists at all. - rsyslogd -e option has finally been removed It is deprectated since many years. - testbench improvements - testbench is now by default disabled - add new RainerScript functions warp() and replace() - mmnormalize can now also work on a variable - new property date options for day ordinal and week number - remove --enable-zlib configure option, we always require it - slight source-tree restructuring: contributed modules are now in their own ./contrib directory. The idea is to make it clearer to the end user which plugins are supported by the rsyslog project (those in ./plugins). - bugfix: imudp makes rsyslog hang on shutdown when more than 1 thread used - bugfix: not all files closed on auto-backgrounding startup - bugfix: typo in queue configuration parameter - bugfix: unitialized buffer off-by-one error in hostname generation - bugfix imuxsock: possible segfault when SysSock.Use="off" - bugfix: RainerScript: invalid ruleset names were accepted - bugfix: some module entry points were not called for all modules - bugfix omlibdbi: connection was taken down in wrong thread - imttcp was removed because it was an incompleted experimental module - pmrfc3164sd because it was a custom module nobody used - omoracle was removed because it was orphaned and did not build/work for quite some years and nobody was interested in fixing it - includes changes from 8.5.0: - imfile greatly refactored and support for wildcards added - PRI-handling code refactored for more clarity and robustness - ommail: add support for RainerScript config system [action() object] - refactored the auto-backgrounding method - make gntls tcp syslog driver emit more error messages - bugfix: imfile did not complain if configured file did not exist - bugfix: build failure on systems which don't have json_tokener_errors - imgssapi: log remote peer address in some error messages - includes changes from 8.4.3: - ommail: minor bugfixes & improvements - bugfix imkmsg: infinite loop on OpenVZ VMs - bugfix: typo in queue configuration parameter made parameter unusable - bugfix: unitialized buffer off-by-one error in hostname generation - bugfix imfile: segfault on startup in "inotify" mode - bugfix imfile: could make rsyslog exit in inotify mode - bugfix: rsgtutil sometimes crashed in verify mode if file did not exist - bugfix imklog: pri was miscalculated - bugfix: imjournal did not build properly - bugfix: mmcount did no longer build - bugfix imuxsock: possible segfault when SysSock.Use="off" - rsyslog Version 8.5.0 fixed bsc#992146- set file permissions only on first install [boo#899316]- Changed BuildRequires dependencies for SLES11SP3 - BuildRequires: libjson-c-devel - BuildRequires: libestr-devel - BuildRequires: liblogging-devel - BuildRequires: librelp-devel - BuildRequires: libee-devel - BuildRequires: liblognorm-devel - BuildRequires: libuuid-devel- fix shebang of rsyslog-service-prepare script/bin/sh/bin/sh/bin/sh/bin/shrsyslog-module-guardtimeh04-armsrv1 1727338044  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNO8.2406.0-150600.12.6.28.2406.0-150600.12.6.28.2406.0-150600.12.6.2 8.38.0 rsyslog.confrsyslog.dNetworkManager.fruleacpid.frulefirewall.fruleremote.confrsyslogadditional-log-sockets.confrsyslogdjournald.conf.d30-rsyslog.confrsyslog.servicersyslogfmhash.sofmhttp.soim3195.soimfile.soimjournal.soimklog.soimkmsg.soimmark.soimpstats.soimptcp.soimtcp.soimudp.soimuxsock.solmnet.solmnetstrms.solmnsd_ptcp.solmregexp.solmtcpclt.solmtcpsrv.solmzlibw.sommanon.sommcount.sommexternal.sommfields.sommkubernetes.sommpstrucdata.sommrfc5424addhmac.sommrm1stspace.sommsequence.sommutf8fix.soomhttp.soomjournal.soommail.soomprog.soomruleset.soomstdout.soomtesting.soomuxsock.sopmaixforwardedfrom.sopmciscoios.sopmcisconames.sopmlastmsg.sopmnormalize.sopmnull.sopmpanngfw.sopmsnare.sorcrsyslogrsyslog-service-preparersyslogdapparmorextra-profilesrsyslog.dusr.sbin.rsyslogdrsyslogAUTHORSChangeLogREADMEsysconfig.syslog-rsyslogrsyslogCOPYINGCOPYING.ASL20COPYING.LESSERrsyslog.conf.5.gzrsyslogd.8.gzrsyslog/etc//etc/rsyslog.d//run//run/rsyslog//sbin//usr/lib/systemd//usr/lib/systemd/journald.conf.d//usr/lib/systemd/system//usr/lib64//usr/lib64/rsyslog//usr/sbin//usr/share//usr/share/apparmor//usr/share/apparmor/extra-profiles//usr/share/doc/packages//usr/share/doc/packages/rsyslog//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/rsyslog//usr/share/man/man5//usr/share/man/man8//var/spool/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35836/SUSE_SLE-15-SP6_Update/04ef48eaf34ff02751381f97b4adff09-rsyslog.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux  !"#$%&'()*+,-./012345677ASCII textdirectoryemptyELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bbd029e4d272410e0d92402e8a711e9533bd8f33, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=242234115a67aae5df808f0075bc6991c2f5239c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=15cfa8ccc1affa93afd9fcb765f3f11d2344027e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=572582dfc6b1b6d25e16bcabc326ab036964fd71, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5b861311d5abbc84082533452a94a596bf3eb369, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=751f31dd63bf37d62b365a4f066e5d94df587008, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e4ab2b447be54378e2b37f58a6e50a5673aeaa8e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=70547eeea4a69d29945b4187e9b1cf053df50ab3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=aaf7dbfb11ae60c0625a0ae404e26323eea92665, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe989adaab98126e9843581446f3b357221a4620, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=827dcfba8623a11992d1f12c7f9b7ca4b35abd7a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=54d438000e6b359f9dac3b1d48f3c947c93298f2, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5d925e9e88e29e2bfd3b96c861cdb8580a66750c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=852df835e5b16b77d65923b7a628b9c6d8d3ad77, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c56951e3e051cabb275fa05891651462a1f53571, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=440538ea2357a805fa39773936f282ada3d999b4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=66b77bf837abf3e8f87dbfa6b356037be1fcd684, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=57d07039a1b6e19cba5817d99ccc85e7150407b6, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5cd12365fbeac231dee8382387993fa067cd3798, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=00763d5a55e5bc8e01a5a7d253bfbd5c5f82e8d8, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=766ec104c2c3f04a743a13928123c438efd464c3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2987650f2de934790f33fd98dfca7d8df66af60d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2f9a3535445458c29a8855686b52e8068fdf8f2c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=160b27a84114fa71e70a08a257bee87800557510, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0d22f4109ae64b6217810ba2142cb6ed0de7a288, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7b17bd70d55b8fc4a4cccfabde6bca86569d1481, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3cc5b8e3df851e2c51851f04196a902adcea1c68, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3dbf99af8e3580a14dbcc8e770dcc603f5ca1455, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2e9e082bbda010ee5fbfc24f592aa66b1f7e265b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a4272ad6a39b351eca0b44f72c854d65df8cbca0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=274a23eea5e2037d5006c780c8d202533995c7d3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c02fae4440fa209cbf9124af0577b87820ec9555, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7756aed27a7f476c895e46b903252003fb3e7b85, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=19cd0958378f2592d056652fab5ef7c75ef01585, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8a9ea94fed184ee7a2858cf558ce94da52f0fad1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe1528b9226ac46b19205f810972ecfb08d756b6, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cd7e8bc4ebf2e0f22d01a24d2856d1cb13f0e4ce, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6b8b6e8247c74e4e21ec88cee1af39535c1edf7f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e4bf7a3e46c246bfa656a82d070845c5d7959df9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bd112af57fe38fc567d18f14c887c5dc72b997ed, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9e94aaa1d93edecc3b16a7e89439081d2c709afa, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2c9ec57285ff199d09585255f5661c64c4d3d8a4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7ccd3a3152a460508ceda9aa37c93416ba070f44, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d496ebee3587e266c5db2891ec471046a7e19580, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=19d7950f0a00376b8fd57b4a82203955a5a16e7f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=028902347c92767796bc6f5382a5024c9ad0580f, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=5bf70a4457a59245b1f08ec2b75c94f988dea36d, for GNU/Linux 3.7.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)  $(,05;@EJNRVZ`eimqu} R RR R R RRR R R RRR R R RRRRRR R R R RRRRRRR R R RR R R RR R R RR R R RR R R RRR R R RRRR R R RRR R R RRR R R RRR R R RR R R RR R R RR R R RR R R RRRR R R RR#R R R RR R R RR R R RR R R RR R R RRRRRR R R RR R RR RRR R R RR R R RR R R RR R R RRR R R RRRR R R RR R R RRRR R R RR R R RR R R RRR R R RR R R RR R R RR R R RR R R RR R R RRRR R R RR R R RR R R RR R RRR R"RRRRRRRR#RRRRR!R R C!g/usr/bin/systemctl --marked reload-or-restart ||:/bin/shsystemdsystemdsystemd-sysvcompatutf-8a627f3e88fcfd68347877823c89bc05105fe06d8985d138e271c74afc44da8c3?7zXZ !t/ ]"k%z.kgWE ljҚkn[5愬Ukv?~/@][%l A]dZsEoc1Bx{@Dd% ta?#'K[="!xݏ|v5&ot&'|@>Ӫ G+D .x廖xrqJ&d^l1'z{(*DL*3EPڍ~*˕7)wy;5Q" =eߍ F͙fk(֊ņ,թ:}t%ތ!pUUMA*X-]ڲ ڰ%;F;?\^2 ʶ&D=hHPQg x֡d[q,p|ϑQ㝜`f h5i8OϮbc_ՉjʕڟIb>@ ~;>SG0ە G(8Im‰ƐX$tK[\l.0 {,sD :}곰f^KIoncd課x9ĹLIj9B|ۧkM 0>NVep_ aE&^TY(2#-fQCDZ$S뭛hW9=l tq<(.4D38fYǓ}{zA|6*4$|6Vb$]yUBfrmZ+gf`D4@q_@Z N&'V`p?X/;FG9"{ b :,Fh-,y @eS36AP)*1BK2E>scHu+NM-Ņ\pp9=~"}u?֌|~GEN`0SRzӢ=0g# ئa}F;IFt _7'1TFx㠸]호p\- [ۙp8U[jI e9Knք";Cg ])6le6;~znE2臗SLy\kI^PDȘ%YKA{` 0c2gf"0C+b6;mp&-4e7a>4+52T{m  p%_UFPfr~2'H$bx xeTlV-8'U&Zb e}V>9A~{U:nU\A.d"v̦/2<|#uS"8NP&/#6ў_ZwA4)'8R$` Š8uK6;w'Gdž-pS,ؒe{H^`;oz6,y ATmT `OM&Y$Rc&Y[ G4/+2og:7ב7 P 7̊A!p#ý`:J>`4A`WF*ui^UA馲>2Ffan;e4cYzShߒӞo.Ik:]Uyw =01C>7ĺrH0N# XfW9uԁ?P6wtrP_8%9k6{cDƽ)GtyՉ+q`&SIv.zQ^fʼn9:']D @䡳xyooO/ʥE i~z7fȖ8M;Ѻ3Jh#;@̎G#AZ !V`92[sb7@ nn qP 7Vɳgȼz(ʳ3pye h!+QrGh KdHE蓪A+Q)vkʟ}%9 6{r{浢ܔ;i<Ҷ£_eDù+V\ޔ[6n)Z, C ָVy Qԇ@8~ hiXō] M6Qu U Dc/hz5AjfZ.xXu4;ֿ)MJ4Tqz$MGUED|td$v ':-Ky6D;q>RRcw66LmƇ_'I$âYQsy#{uv"n@(L#mvndueﭽO%ѥkϽ_btqyM?;P㎳b8]Wϙr= %kMdCVuI{N*(}Ly%aV##7hvVAzt`("@.&xy I%i?JBEbooCd@ :{_\ G<`_pP]MG2co$8v36>B`WN !/Qj7 nřq8`^ʾ SQ7xQDIݞCuWg'nypH~t} :xor+0@Lj\ZS(5xL9 ,^GP?U׋lUi"qk# &s ]-I+4jyRsx_jT?|ۑaqt8rDyb4ʻ{'v.B Fb%C&rgͳɨ0hXƸ[>!="*Ao*^Zf0Uv2&AQZCQ"|[c?F}` DR.JGCx_?~ݹȵ@ciqɠk{:IIvbɻh[LIC 4,qok厽>MSX7&;4wB%ΰUu }\JH*O̭丞ITE(U4U> :Sa7\bˢ%rM1=B|eWM[R2.z@8:xGMJ]\-Ū>_Cm,g2ɿ \$wvsRXf`OpnmDyPwWM}H8 P8ʫ,0h%Z)_6 i\298Q-]ėޯ48,6 \eԊPؓdwMV B6)z)jRa@r":xTNUN*ۅ,3:i=?mILS+ك>82lESo~G:5WeM8<Vw*S)adv7g/ uōR?[% ؊9w;7} *+Bt>GveAힼg0ymN0YE ?yQE8~6'gCv'nP!L{2T4G~T(op~rsY=nfmwJKy6Qًj\1?Ҽ m+5VZʭ$vJw:ZbĝPajh\`Z|perO8rykfۉOzK]b7a$Ye}7BlHp'e2]G""2չbr1ͧAӲJBh604@sYfV0C5H0t^HVx.x 4Y֕wd'|DRX6dB.|`ͺ Im3 .b||oevՄJbVEu%,k u5*bN("mЁg{(-{iMm<`/ D d92Ԩ3)zl>u9="74`ܤ)q#2'\4kQUt߱% A+u= Bm/+e}a}3ćna /1܉N-w D(D nݦd&S]kT {S~ JnMD}m, V{tx%cjBͶS/ѯay5Vgzb@.2kOO2-Yvnimsɐkn"'`{I` Nj#2WGgSIJI5uA=h!'>|Q𖭄>ЮCY%?ϯ`xzA~ ~3;]'GDWJ ?Ƙ &A` e;U%F'K3o4:6Gр@y9*AhVfBVEAn˵,`&㠽~U!Eɩ^.d p lxX*ѱ]& C"ǰYB`EuD*l*Ses:/y_sX;d[$U/ܽg)O~J'.Š"+|:8@O=PpiPϢe쐞c_jRGX^qR )`ٶRt3ͼ\эqW2b8}[ ??7QIux j5iu[PJ[ΆX"9tKU}W|,abIB$³<q=Tӱ ^G#L5xUpF.w (pÐsٰjzbq yxT.lsP]ā+F"Y-|+ [Si#V꿴mGpy/V!sƧGo,NVC\%\քT¥7nE²0RjslTLjIFTjf0%<0hxTR0فaAp XʐH$eA@tO1#S15%o2-pScΞ5f˛퀃bKJJ}2˃zR'1Da?Mg]:Dj'x!ɺߕft[ʪ +(v捫8g:L̝ Sخo/'Vg@6jnYVllh.^ރONZ^b/n}ghz*h f0maA'Ql=(87PWki׊ 4 iY`t]yY |TxͷֲB;'c_w4JPNvEi?53^ṡhW&յMڬfSٜƚ?[s kHb-TZ6?#'QV395yF)nWƳZL1UbDE"~:Tl%ZɈg"} }l:Dw K1A s|{޳0̃R:l| %&aE8 DQ&1Bp, P 'g< gy+Y .bi t傅ΝE-|sUn s@V̋xLyX 񬐁l3=0,Q>խz&,m1?[_65Nw9_춼vxO]yzpH3U`i o3 h)W^ƣt1e[8f@:a<7uPsՀEڋ;-o7m??ds.-?xK{45>=Ւn82(8hV7pƾ>ޕl#Lź-+-W>|uKzFe;Wmj-~ә},~߷Sv!b&JF +'֣81txȆW2ґg{fg5e FIc} 9֐quϣ8$*t\ka{i R=¶99-xV4/}Ij`.qaTE=Gyk_%8,;xEFtʢ|X:tBQeD){tggDEiěN `}st!e3|tYw~ jy(0jX??D; O y1Z7d+KVˤbgde$f] \`03x%_3€\{5F1vFFHRڶzsʣ/)Z #": >/w y"Ǥ}WQ%].'.-K:zl_3at hF1`E{Ԛ`DZDCveYckt2zO)H2^CRoe78,%!oDw /+g͇@˷1ڼ{]/B HA?9VQAcMO @w |cLR6..[XɾG80e!DvsF j>6ݪ齗~5x-EPp3T%YzxTř;өҲhN&Yi[3~3PV4}܀HպiCsJ\t촫 j mw%GSpryLXR9 'y2VUZUl-Wp8"r嬉S[$m }yP3CG7͗1/-ѝ%S$?<.Sx'a"8\:QW!fǧ{:—v? ߥp=WR4h#5~(`V'*e}F6)1PPyĕ êE4~ǘSǹuibh,Mۮ(zԄd6ݳ+'9mlx"#\i@R 9^FXsT*G_Տ>U*uk:wZEB [XvaUzή6ٚ6Ÿ#ݎK֋D_G_D΋!|ﰩ9\E}Q{si_xW@LYA4/Prr=+=R.sw` #~9 W+6}o'rpL3z5m8UVA5NoOP5AL @(kHb7#Wm3  ~1.(!¸e"s~;Y;V>EMO7wWvZ= "ۡ!,q FZ=U[RuӞ\7WGKFWߕ=t )&<~2(OKr؄C]}+.sfUX`$ !oO̶ZѽF]p1 U6_g^TAXܨȋ!Tm='ӲWw&rsT;1?ⶶ4=9-29$е^zg@= e?T*]>1{!#\BJ懴4=|pG~;5t" ~QV$ׁOşxo">l-]o4Tԙ0yt@2ݺ/H71AR9_۴0y,Ry$lkݖ\iQjafQQQD7%Y fo7ͫ= ]K0W#ݸ3}jX%Nr,GGҚO0KN 2FjKD5Þ_^^b3RܺVoFC@ r; @ NG F˪%*Xy"ĕ!nRc=%*C-;pC&0n;%桼$%|I~BTa~]R'U31QWG?79QV Tv?.g0VTkXKaPı8ht͋ɖg++'LYY)K V_lrNF:YGqO=H (d2D PkaA3ӽ-IU#-cNbx7HJW(_ i-(8u+] Kz*[7,QJA^؂G=1ȍ|[L c#c4y%WmiW kJ)îl8jU%O^ڌ -3h67 zhrus}J` t&wl}% c*y /l_l,GvN`ͫ)L}}j<яCܭXTG2*,?.ܕ; ڽ"l`%X:jߵΨMIuS%Ė-Ϗ{.#cϣsPCGKhڇN'Wm+Xra4N 6v_KvTZ{+ V 'm6:dtsHHޑyw`U]p$%oC;@!6ߛw 'pd:#CfG Hg/ixN&uC5AjxrJc It_c^ƂkJONί޳|mQn䁧O9w|3(<*4)h>?*ӎjk)!\CY*Eifs DPYOXʖdůs}8A,Jn *?_e'eb 9]7+Ą2c˻w|-;OMR\<^ۨF(\9x 2 ﴠq=W%’OCR5E鮀݁'Ƶ>1a鸮g{ޘ 0GU s cOxR"Sqs^@?DhsQ%dtNp5%C`=h0Scg~)>f+OX4c({'"WP iB)?R">B6ȭj8OC"U,]&Ⳮֺ粒x`sf{7:Bvbe"3fErp5Oƚ1^ pnoI{`lȌ<hs{/һ[l BjnJON ԔuQ>k 3D&Cºو*FhSVw˺|o^.vO ' vzO;:OoPsSNzڍW.G: z [-˲u;ݨm{fboJtK.RNfNuG>ga7|8#n0iFf)TF ~D}.^\RTx Ao.ݹۀ餂v㚅/~(!|Q͚]bf%5o:2iIKEKPc)DXxQéExs5y{DŽlgK#'ڐFt;:S?jU.2"H 4N+?+t&!p#c״k̿tɜ-Ub$GHLŋ;+IwTI fYpl"Oj}\®C1Nۄb]EV)>x U4 smT.rȄ”Jl f&1 '7?`$)y*$ѭ!!.+nivC^2X߷h|Jm6=aftza2~ g脤QyqNOC!SڇZW!DZW98"&=`x6uyb_2JkW:02OHaGewp(t#(1bFK*VI}L1>8W'WwUYQߟ'᣶/L=jQ 4#]/J!2 ?.aYzcѐ˵[@qw[ԟwh&Vޖd2®F ,pB7l cp!DrihVVPzMa.r +.C&aO,AT-C\ #PY&.nTkQ~%c!E6Csi",8[Y!(f-l+-ۖ.Z /x!xwu-m!kϲQ,E- 2+(/pyʹ9Fu4޼i*zY:6XŨ{x_PNa@U ʬHq/.y;V.0yDsmM!cȴU#0!E4601ckjOV0. n4<^HMM RPʊ bǾJ 0>c1[ݟq;,M瑲F ZUR8kfS4ofz uG2FRGWcE5z4T>+"7I%mۈdQQt4w[JYjb+.%:LSd$Mm'1BoU˽Kh 䀞FOҺR䁬Wasݢ+[w7ybe01]-,|?DmF)]P%}\} 1Ylxs80)|f݉c|Gٿ\sT7.6ȧWL+E޽r H*WP 2C l9ɽ;B)+O؁x&BfD7%LB _cm&Ԇ?eE,l෽N$wUIm84p2IUoGST:U.Е9_MLvdž*DcI( X^yԘZ4ϸjt%E! bW,+Ș`4:ÝApb"?̤NyWJ~\kBVƑqAj( Ob BInL<`Hn Nb|ʱ 4^q@o~ې^7b>Ϗct`'2sZ# zN4tgBg3Ǝ..Ƹ(bc8 %%Ѯ&3Ƀpe|+\{(JbnZL}־+ft~@by"Vg)h3!DXk؋9hޟw ` .V?x7:Vulcu܇Elpr81=rkyJ:h7IW۪ӌ<*јvr2!)$>$hRFջ' +6""XI l̬K*T+jBQf+Tb8iwrz.N ?b-$sU v.\ƌLT:Y.HD>*P=7(P=!ɍy&ף5 ZuBֶ?Y( оǣdZe֬g IVhWԖ c1`MHܔ<GyYtDã)t#d=C~7rBeɾ˾93Pʂ˞[_J@- }Rg)뱴s`!n'30]Ԗt'B&U`WG㌺H%4FHѐA4cLz6ڪanj "IQI-.!R^ }9;k]8}ѷY>LNϩIe:y2vj5-+ %H M=Պ. aۃ1L^&jE? a^$۹+CS{0}'0| JБo\8w!O0Nuι8V[s^PcPڄ'U%}  %dpzqVA:9q읯V5 ( \3l"jo@J  I'bϊ6><^k])J   Mp!kG@^0XdxGDLt8>BeiEmtM\N*wSyu 0Rxҕ![dsY1!@#!wI2EΊBJEx{ eʗ;Qў/`TS_*yӻnD®Yx.V>(s/BJ x6jy/Oİ@~Ew?\67M >'q:gn)k,MW߃rd%$3whlLlOKq"L_+ҫ`r$&yQ`l}RYG9i^Z" 29V=d؀KQfZ -" Tٶկu|:e]aɀBqrdf{& ?˟vlFQm$'(# ;=zulMdK&h=);{ԠaBSkTA$R^a<XF h7^#m#X(il J s`xcĠ^v爰3vxwr{tiIĩ6-pf)Q[0]W]񫂹yձ6uMAf69"Fًub#:lͽ6j?ͱ߿TRnxbEyqz =`_HJ NESԾ8I=ע+E?+ճ;7 sM&e|j.=78=Sm7Vu6n;3YƗhDm߄ 5;oő[s>grƗ" כ;T*I“grEikXiQ4"GxW+:v,*_,%xuVi UA~H~*ͷ*[ αo1l`7A"hr Z•)f!sGġ.R+#Of* /P*QOkΩa = 'Q4mSKD#} A{^)dܓT@E >Hw8F2佖*PWV9 {Sm6 %EZ !lDU~؏k§nh;^\B/׌(xQքdSsq@~Ě+r 9"B%;Ku9r<&V}׸=Z|2P[tuwd :FwB+X̣M=5S™2PtzS5Yv([O9dza6m@ ?׎̿ԨlSu'̽[$iZhvrSY"QY u|#^5X*r18H.l+>dlD'3CGPm<8u 2[vJ.):{*t`5QqK\Ux=KVsJhHT;d˔FTzwvjظF&Xd\9,i"z+T10dTIiVYzl=|n<6p}C xEBEH>GzjVL|=['7Om$53WU©IKĈU$dx$݌Mzr˗;y(RVQBdt?~Gl֌0U3NȪ0IcC?ཨ6km:NY\&>>sBix T_WJ}$>FA(Aےɀ*)Ǔq=~3=##Қ݆MDBcV5_ Ti CJ%}qfv:30˥*bWĐ,^ iiiçnHH*Z%p4kqeh';ݩ_[J=zͪi҅-D'sDZpшM:XU%8j 3 - w(6C$NU-u)?Yj훟i:(fbT,h(Rox26sB*EM{ySg7^%w'N6E;wY:1ZI+R+\8%*HIY+ZzKtXT-$(S'C,~Ȉ?*Y~lP gM_J6 }U1e)PR66Tq6N 8N[+5D~=GjDq9WfQ$D|m)=M,Auh(8v&ua*ɾV"2Aة =NV)P{ͰKP'-V_ w&Dm{[?d,Q;CVhM>+Y ߮Bߓ)tu5pˆ["p6%. ZO2Ү `wEF8Zb*3UsCC¶O4Ţ!/6Ad1ۧYiGě2n[7He$&hrݪ20A/<~bDM-"%u듏.)ѽr9 e9Mn W'ϰ@3BtWHv*$l.Sp %K'hs.}fj!?XeZ'4N I}KMw 7)7I5fC S՗<:pcTMY߇ڬ.@VXP!հGl΋t{Ϝ6E4S-%Jm.Rq&k Fm Kxn&HK {sv0zV4`nUQL2 yidW^ 24o0Ȯxz+ڤHdA?h 4@ÅʇNȀ8ͭ,7Iҝ5zfo)Zo8Zl?ʍkN?kugkvPkdΏxv`=f."z7X׋%IɯE0VMV! X} q=㆟:M  N7Qew$ MK} _9 mXQ/VCnkqU}]wR'"틠ɣlWA6ZIt@'ʞ'ӊӌ_?~⪤t!JI}Iz m_ԩUCf0TrTp8Ln|@=xQ !!rabrWz~?'f5\:<|p4Ȭ \ߩ6t9M[nֳ$cof AUL>XhI+^dbZi|A|GblddX$/z܃dդ%&+` n:g@^De5aQu5!i.ȩ a쮉ggPÊp[EY6%#[CgO\[݇xa4R,BSg[cV ઺ʛ`m$D7{\u*<&[[jV#* f+9`*glv1)6$CW* W&#ǛcUudBX(Y8nGٱ$P :6ȎoG!U73&_>D(|jZ^?|/K'n|%")&~iΖS izaܡS8`6{s0j%x&f?7NϿ:e$0: LcVCl;8^iZ!`q#7C ӛ# ƈͦ%?Kt5[׿)r!f!<᲋&,AM3WO샄( fv;rJ.)5|THJe -)>YA(j绗֓sps^;!kO SGӓRT oh+dd RN YR0=UoqTm. VSL'0pҿ_֦Ej= i!˃:ZUٻg1N ӒLY{\ ›B$J)9sOᜧ8RWWKKSz!ĨGa+t5/U[am 2Z7 4GHrOr?kp.gc1nUd ʍgv+s^EFl?QJ%"T u51 mO6ڙ_[ k)Z& ">)9xk|E*[Ɔm u}; <vҳ!.Fo ҋ#%⨷˹ᛠ1DaəSソEZ57AUid~}A=Dbe]쑵m Ȑv;w<Lz96=%|lMY)|pGƞqb?&^n("g/o陔ϯѠLG!(T)V`=)n88; o ɶ\]UA?T۸Tz'F^3v# I^X/U48u};a5mؽzLsb`)<}uˠ PLM&x- %Q(U@\I.w`{/I˰y2ږO${EWK!Wj'{m\Bjk3i<#q4~9 tJ^62& R Q5hV)gUai-s.H_he>丁XuU&"vAJcLn.9O^ [tOh)>iOMqtFu箱芰qܭ0@5UPoy=gYD:B5BGqhfQ(9ku9HkΔW$b`ԥ f``kP.+0ڇ(̭Tɕp{x~Ë_>y0QmnXj1~$u:'R(-RdM~W'D/`I3l˥j<2_]:Dpx#K_2-WnIjKKa6ș$S:xSӊ'^dʧVb~:nSIMbBzK9pi J "kq3Ԓ֨H\:XRai9g%^/ʚ?Koj?__,d4|HȲ[|UtʓNiQ%+"olSX;!%ЖTq[-wճ)ⶨ^*=\dp!&i.r$~xn?GPgVt(\ހ+& v}q.:1eF9x28%ve hj^StMfGw tskpK vjD110$krSDGY{cF kMTu[?͐|Ӄz65qFHw #T?MÈGU/EB+@Ci:p"TꌃFn Q]Z1[R:If@ܩK:ZD5] i|iP2޹*n<[k9{+lƘ=F9uRB"Qn8sy1^HێX^֠0/\}b|vbzhNAjlm3VСVy u}4f.˜H׎أb%8ʲ H!?à (e P`6ƼDg\G=-\d f~ Bsgy_U>a,ЗyDDnL2/{u|BuOE@=%t'`Pn5+!%Fdbou;\k\.p!d3κڿx1[eD.ߡa_jҘz'p9WR,7Emd0"YvpN f4~жOǒ&?^Q~sM?}ϊ]w7joōU]&?5Dq6 J҄d"I*IaQ8ZAX^#Pm$w~;jiOOw]{ 猎Ѣ>M@R,&vyq\]]V>"6Ga^|j`Hyh0xUsu.'ǰ~2(=Acg_qܑ:.&z†ڛM} j{E7䏁!b VbS^8~e.VHtj.ֆ^$"o%j] K؀ģK Ay}xr֕3uC'lHf^CSƟԹ7DMH6!3ə¡ǗQ$r?$럮[jm\z/] vPgV=q|#kJ zg!%9A}GA8_oBd.xd5rgBS[jNJh Dw=4 f(<ᠠѼjNmE? zK4.VQU2ߍRc i8SYۤ2m =8 -teIFz~@M3Ke:ĸS%CtC"Lf<3kB56gv& xM4Oz1 &4R.x'Ǥ 6 Ae; 4ؼ>SJɷю{k0$(,a&#ȳg22G3q?'lߜ}ʞ ?s*$;_?H6ݚU4Wˋcj 5!˓ Ww>&ǟ!ptV[ `Uك't%Zt mQ1SeQ[-5aՔ4M2z|ӽ =1z LN5yڷ$X8HA i*Q3#dEW4A{%T1e4"N#t`c( F}L=Jׯ~XECC^|XDN/cתMLzhŠ@o$Ό2,zޚ&V 1I#懶;yep{@Ed"EG:~OiB'}f~3x[%_]Σ#%Ai!TQ";RPeحZ1#dcF#S2El0k6GRSr >I &K`'=[P)sdF1)\C؇.PCð XS]#*vŪQԢ׳i33G?l1-'yy68vU dc!*$=7TFRq? J3Y$FӶNBb\% BAa=9k!+ʌgE4阢Bo"fWgg<-pDm2Hpe@iiN=zA5|eP27ּ;GNeR>- ~o$ Q}'M΢"1uAnj# gxX^D $ *وz6PUrdꁛd7YvOQSwܭ"ل]6/j, 7N'릶kN6!zA6 /z?̰O\sCb,LV@w,IMWi};?B:yDyAʩܜ 6r'Rׁfwih QJ$nZ)'Ȭ-pڶ?9hIscۨ]TWL[@yxJptbLXexDo`hՁVӋ1\XLg̛3w? ĈR\>usa.S2cL`rcNXuURAC YgFhAׇ WpNfsO.C7hc}jS_' ߼8 K" , zjRYd"iQ qПv +MU;Z[Q`B5S0E|dVQ>8*l$iM-ׂ}/Ѥwg\8qVtIаU9֐ E{9y1410NLYcHHv43N*h'rOvߡoϊSzBwo1rTk&MVXĥP/3fZm2vf2ld5%y8%$},L+" B m 0󚵔 ^b] Hg؆X"}e"q-^t0/]0l?OM*v60~O|_-=B[tӾ|x܌vYTaěKSJ4{jҽ.toq<>’h^;AioL˜篓kEc80,5?{-p}!rLS-0h]ȌvB\`x0h>KP;kfMWQզX%Zh HPv[쿓CΏ<0+S$umzt~MhGQmbK|]O ,E⌆a .e6E,8 ũĥz>ٖL&8r~ ЗOTkΚ!ER1&(;X?J,+_?2bi=Yn:<{ӞSW[ XА͖GmqÓ +J'Pla>:)PEp`p_zFt1)+0l%&Ki"PܣA6T~ILp#5ȗo$Z/CXt%;'xk!E#+hwTova9f[1Vg۔6I1Jz ;n$𖆥^+Qb;b9%x`k^5j)o:P;#8Us ֭B9Vi{ 63ծvbœSc4os `s1[1Aov~8n o„HXkWN1O㹦яi #YjBCq5DdB-A7ե \vJ Phk~a0OΤQOR}G|uIY%wJ݌V¿aEDz4$ֵ\3ݫr\}FH ?%G"x~r(:z,ft%ЪNsuOrv ҫF.J|3e~%\tIbq/LEG\2@u9J/-zfl @{JO+t"L±c+Ɵ oR}ݓ~4l٠y.h%= Q/NnL-*r* D*])j юP%`Wv[[bm>Ke|>6<9 nViVI z׽X⭈Jb4nW8XeY,͕'Ȍ]!>4e2[\Ăˏ)4G6U%$k|u01gH+o vzĴ E(Gz8r䀥&P=oz|÷3L;bWDcBFa)ig`SPT:xJeڐK#F)`K^'RX*OG3̧f',xu{_wܾy J<y_a[zs%!zi𪘴~=5jېF/4lR4p#RB  P,rafWA$̫e)!XluP@Hf7arriwηhm=ڌ!&JyI?3ę r>$ $?ҺNrIfbj;E%pZmR_Qjfl8(ߜ : 0_Z"W1osX:}ɫLwi^:rҪē >E[?: @B\k;o2CNŞ#9|~mƇ pjr=w6;~Uiqal2(A|bV$[rvx_oKNh""m@IP Yb㸶%R[B%0l}0Eis@sIW?g=K0Kpȓ:љqyZ[KRK\~g4qISG, C,U|=3p~IG7I9dI1LyqvR@Dv});OcgM&4NmFD RP+I*1@xb*xc]0U󠘉Vn1_oZWyo_+3e2-vbRxZ])t͛-xKVms`op:VHbu!gi R#0;h@+w^=?=Q.ȻQZe__Hň]8|K[i;Xv#n%Ɔ}E!B̎6"Ŵ)xؿUcC]Y :6q{yiΊ 6ȏPlKwʭ{Az6j` ,QFYS_nT!)Ttr:,?zRgoIw9e>aYN⯆{LJr?8Aڎ+Ep(GPu Z|f *#_X=: !]ALJT+OњJpf]ź @jGcy#&SW6xqA쾈*p%bij%ȎL<qnP /V^a &AV?^L|‚-89,囚Zbk?oA~Zqh-3!#nw2s?]/2BܜM]ӒN Fv&tBvW4$xU5 庈QKciQRDބ7 ԃicZߘ|s= -KXDϨbX⚳:ˑžnQ\AxScN$ KD5vs0|`dN,hKz+4lcNsPt=w_3 OU7s[.EDrM*1;(RTJKҹz:{pCgv{x1u:ݔiTI H]vk$kՒRh8bd} E"W],eeñMQp`5 ʉgE>@E{+3=9Ɓ~Zxl 7MBZXGCx'oBh4/6}hk^4 x mɷ`:ǝ#$D馘FQ *)fKƦxpE<䫔]QSu)7 0w^Mmmɗ%JWg1 ]$BDۺ@`݌=kd#P6 hLo/S𷇳ؾ2Vmot(7-!jdM^x9 '$([B4|0sJ= Wv쫚_fͨkF <V9XFhiqGR1<+ -޺a0#Ⱥ)0R$ˉP.EhH/UiOciq&`뉾[g|pȉ.6_' [LƂ0ko+)[&۞,kf,G"l~ǁz1}vTdfMg 7*Cɦ>r K1ht&W!wN-jLb Wz!Mފ ouC٩hvh6QkBg0ʌ^ARvÁG ^.s~cEWP? ut6\ؑ<-!GS,97K"u/1"9%!oh,1z'e'Fi4wtKp,SuCJ>ĊavE:kϒt>MZ&EI8p(Ő"E봐b J#bg$Uld΍zˎc9l+MLsS?McW^Ay.Jo/Opp"MB75˩:QEYxg<+#"ɩ!?+U|Жl<ÖW0x CT2I+.DՙO-ּZMe>f=KGKqQ"0a,3gY'~6x}?Mhf tLf/3DuoQ_\ -(bX&7v" ieXrw$ QXϪ X.)q%dky-_ u>ϫi2r sk,(S \—vQK2qW"%꧟Ti&N5wJT$DLg-yTGLbR͵N8*v,N60tFhH~"V@8&o*?P?db1p(KƱ[,W3/<0ᵠbZX$iv,Tv#Mf'؎#`Ū !llxQıoNf[d$m:A[JFcז}+ 5!\3_f9`Pƽodh̻ mЎH?*!yDi`5,% HX#pmWf.x$]Py`-QlLJxUx_@¦R W(5pqsr~FbJke0z7i ğc8؝Ĺ[`9>#8yc᱉l suI3QqmmZ\[oP@' 5UbXjJhWrւpi_^Mfku` 8V1͒u>ǡtG~4Ht?J< NAACm@d^U!4L4chGwB/ru0__:g&೏2ꮪӖ}}>?TunC 6cW"n\qx -եw謊&qwz}2If ݅"b3Äᛱ.$þ0DB7؎U"9d|3Y4RôLV5f2kU׆s{B]GxP xTɋB8b`^&TgD6Q/0(NìpNC}/ 2nHܵ\E; pk(@j ߢa2cL %ih'L/RtcS_}M bY%o|x~eHp24- < =߾X|{y~@+ &yƯ@\qQ:"Gey{UFz:X^HT 9 z@#W*ou[WX8)tCo+Zw$s(7~g|3dnISqʪxv$eRvT3 x) V}tY 6֟Tg Z o1d1g% c>)M @+ɋ=S$9fn 4d@G6e';0^ -{G25lIzC*I ^ HxL=y}֧B,ĞF\g6^dh487HfĚV.`N֓u.UAA -*IڥLEF}(<*`o&xZiuf w1 LU*-Yms7㉒d>+fwfՁ2}- Ԕ_Jb{]v!YRƅ''\6&vؠ2'P,h҉G^yԥU RlVy x ڂ:'&ShUPWy) {.t]y$E)P1&Lk7tju!/x*@3*JM۩$.՜HE+ݲؒXv7?﹙[{ʣAdrnxǐ= 2PŠvk \-ZɪG5UC80 tC]98 Lj6-pU=*$j|qhU„HΝ)}-C-R`Bjϟݎ_cyC,8&hSm'^0?$_hs7y0ēsY,-NC@Slaņn1C!;'GP{K\mH!n'IbQ .a,8sFg |b UlMepEAqB,Pc[ $E~PdkUG9$Nȏ(F͇X9pJ1R&4+8c؈6 )D[p.Ј(b`y -, rr& _~t]E{y[Ҽ- ,:;L]{Jc [;v͈x{ qt$AH B滯Psj8ܯ;|~9WdMAq9|E4y1xb({ɷڳ0&ݔ]PȔ !shX$麫J)W FxJԂ-ppttǔS?w)ŠBȱ[{{`@7an[^Cܠa-ֶ8 aժ6aMA'vH)h (j*V!ac%2T`aiQHmUBW2&^ St `I[E .ݣDd?ƾS> U&pכF ^A ;:*k?ZǶ/g5B9A?v?'1O'A8o񖍻\k0$0Ou?'c2v?*H$ry$ ^ =Fu=F{bTFd8sDNGnZ 9qZU8Nʒvll>/qG]di֩V&=](k~K1{k$Z\^`kKw~>ItӐ`Q=*NLNSxfo= /oj}U yJnEjU ɰRy_D&\w|jJk>Uk]>=QK:ŠQA}E XHQ#C{٥dUg0L5 WK@l)4ҩ@Dvv̈C 'ipkDR3%d'F[n)`|ߑO@U#x'U I{?r( $Q "i$sLt@}Z)Σ0M)J-S$CBv+Ey""g*{ʹ@ +U*3ե{OÌz q?aBJ3(Ì湮kL$NU?['/,jE-HMEC SS%%i"6z,mm<47YV(;E#]Q=A rs?2 .z H1ZDN\߳8-‰6E1ϓ* y2ƻխZ鎖|y{t%d2bJ >|$ђ 7&\A<;W"‹#WZvZwKz{+6:"Lh?b|_Zg4ףxe1lK齇St"^J똥?;ta~V:4eOh| P@iⲋƟW*܂^uܾ광/SySk]r'tR MN=.7Oj27=*Uczs4? *JgBgPt:a]V12>fUq!^;Y X[^bϋ) F_!` Mm5 Ygp]WX +o(g8579g1]s ?{Qݙӄ;b 87ˠVKvt0';ٚo33괋d8@c"N(UQֳW"u%ŬZ.TsiR/rH+u4?7ClMBwݳVzxoGVbn> 5΂LJask i .CT?VӟP&\^5\8(oO(6R;l/-P@0Mp"#@!ü kx6> dHsSrW91;^:+Sdď&Hfjm \p 9-,"ᦌVßQכN5}:*J{@(|D>ϙ֠UU/+mG 60>0u"rS]I;(u> )*f(&08pUĥS5WPZ-=]Y ӆqLf .JbxTfPl />B|WHU3-K2;r4]Nd P%pS4ln:\\M|^WM#)5HN@iSkLjcLrP,|U*W2eR"+:Yg2x}X6}D5QةF6`^)ːa5S[0)6o hQW,o#r[jBi]hmN&`;s_m`dOlFDȢ5b˄KQǗ"C;Hř{b"W|61=${75%U}S2lrcU6+Җ|X ^t#hA@"R |ϻ$(<.UG0c3+t"1'(q +a^ $!,pe CJ,%"-U\ %k BB\;}CP|b#mc6(3G3 /8#qInㅂAIhFZv'`6&*T}MHmnkL B^Ɓe?(10EGDɿ[L*ƙ6^a`*|ڟBLDٴڊqd(5A?a=g]P/g&.Mnk̺c׈~<4XH`xU'?LIg+&p>$am'K+.h55{?9\ _uOi(JIyĶ}ɡN_Yů% r*zp:<#>7bPӆ6oPbAߟK,Db|cYs9A2ӝH_TeN/Aɽu]pG5$EcPDEEqD= eMƝBQ~: X2 %#p J,p챆 smQyb^֥F=?wS棰wq>fJE{IL"ş>vGU Ad<ڧ-92>8(;AS BѤ* 6wVLj\t='# N/,ґ`3?* oY#%FW};M+~B>曈3_`̿@E [Zl :/=&E,b"fd+r{j!jlMOԔ6(%n}NjM_r<π䤨:77-M3,9'+jߒt) jסVZ|ƖLJ)0DkK8[nq@탬G^yd"3k&4 &Gc 3 (CK- O?w2q`,9/܄AF*2/xBBH9qF vem(&dQrQnL{s~ B =(@ҕ~c|?,3?JxSG^\̧B9qd2tG=yM5?+!uxY_~]70ӯ`/'i#+=j,n)C2{szRP/Bƫn@K5Dg祈B̕mU(yŔҭ_ rakqW0 11"gZ3kp6Q].exX*>Y*zd!s;`qr;DL@c'<*|r ?80޴h ^_\3Vv6+"趏ٲ"Ӕ.,jB#jvΤ6$\TKtn;JRTdSgK7 xk溵M_Tʭ*^@(JF&nK_EMUCMׇlFOQrPy٩lmvA{QQ'6vZD7X(+qݲ@KBaDkU2qޘ$THW'$5➧_)2@R{d8`0ؾ[⊩Rb ґJ䒒N%s:ʑyGv +dn)1B#ɉ*{k@] 0CEmez)Ro)zTfӿ"$&")S=}JGl1~^6LVUD{uC-iqX=ˉ`qkw VUآUuT&-ڢM= 0Z(n@ܲyr6iz+)? ␩ ^ 8Bmo}TZA:鲽}u5GZhBGJs7N[PFgA1wPb^ Nk>MRw Һghbٞ1!>fw3ERA%ƇctL"lPqkx=n{ȨX/ Ʀj%},ZCWv1ccB\z: /){4mUA&߰UЅjy E`?HUЯ? O@ӳ&9 BZ"۳:8 q$3r3E@kdސȏGCqh'1ό49ΣZyC>Cn"ePP/S"b$?QjxM) )cCzUҸ=NpX&UucP+iPIiV ,)ze6 mrĦH ܑbC>U2ֹ Fq=?o55[x.V>.,U9TjpxA8#y|pHF YWG<9Ѐ -֤Ts4QUow~en} m߲,T#mE Lkmg>SnltpY^0 Cd{7W[m__,4@OYCٌDKnwbq<(RYcmzzr)(wLW,X,}ay*t>!v앛mKxa%{7SyY?ggd>wT^J@I ُZؽ1y~g͔\mNP(;hu]gѯv"Q}BUQ5Suhͳ&j.[<މbB`^8w(|C/ZYFlr<5p AYx8x11;kX!K73 )B^c?:^Qƾk1LA}B_PH"6FqzA'(FXkLޏisD/pˤ;t2V7u'ٻE#q9Th(l!h#سxTnZU{H#)=uXzή9+*~tc ~I RB0چBy0ẕk0Wf+>4qL䡠(q8 ܞo2;ݒ)lF{_%fvX:'R(CM2iAmkqMi\ )]nZdWx#[@-TF9<pJRjcX,nGfJ\avK$ ^{-Oa uHf|WZ]'97Or.~AmTCQm[vxV\C7f^;`8$6ik(v 1n_tp>Oc `:mBNSIr, aeB$i殝w}Gq?k 0-)iDEGh!"/_Vffާ]Ov~wX sKīQT}t8~"̝ɓ*$ei]A=-cTӷZm25}Os5 2K`1b+4l~K fR*bQkF5Ou o>Iy"'n]F%B'97-pפF $8 R?28 67/7y?.cCj$m}EWn}aެ#qc-M}j) xBuT1TZ%.ٖh%MJEo ܅AҤ%Pi ytBǮDȏGHrL3o_ԭzRR M!?ᡝrsX֘mEJ_kkPe2hf ]yT Lim]1B l)Tdi"%]&m-g ]*O#f6@;=Յ1zT3UtrRCKNWxlvKޫ/_# B;7ljq6{5w(nbh˵H"cHQ̵43->gؚ"e|qEAYNOÙ\%T|X_m6*_kLꓚL\-&ّ%5*ObKnWVC2e<@d 8rdDŽV's?N ᩰCZ͙_{欦 XհZs>!*cESQ(]>nQVCce)cչԼF'dlgM~N-cqc0-^#HzI[NjGR|Ƶn ~ >F#C)Wp^Uk {1gtBoXց).TO|2:N795Zf/nZ{~B6'#QiFHi }kigTc/[Qu?>{@qg"!i rFOw4!^P]29'[fx ^CS_(Ļ9] ʑo>7*354[DX[0]A;'-;Zּ(K-ԌN58e =O}#x}8q0HCW u,STP!"`k@ cj)Ne!Q+?qMЗL0\gLN,35#Y;=|]^ӻyV[xbyM;R*cxeT)kmXJ=y+EX\LhSR@WguzYToN9DZQBȈ. (Lʹ;hTqF^z-P a {H#n^]6M)N)]nAW+G !߱Ãou-{j 7:x=LYW26IrjllvZ0tr?'L2Q?Ua*#{~8T|[63WP|osϤ&w:gO }Φ$MLiJ눢SMU`ca䳏3%fI6mmwKDKe8"%fx$Z:D~>a)Vu,ݝYss\l\*SJoR>M(^ g0݂0Lp[;}[ݳ!F#x;Q8ґy-få"Bq b%jxA末5dL{ @ ccyyψÑ|洦+Hʄ=A҇g8b"ZbG,MŧZ񔋀XΨIkW+tNfO-1Ȼw7J ڱ|q?,_5?|'0MW `rawH  yb>' EJ[~{76v ;Y3NwXI I˵m{OÏ?=YcG;.< z"ܻ ɸSd2Ң;ՄIOq(Q-n-ʒuNqYL7oS`cwTǭ3EjGÄwUJ-Cg  З,r(h2(% ǫvE -kInw">aR"WRi/Vxb@ +bJNu]Ľ㢤x _E'IۼYvTY|2NHUԎ"iY8{Ļ_=)aY[/"݈A'%_]lTeR')zP1dNN4F0^ojI5f8V _;#35HdeT]7mG^ߖʯ]N. ‘yG{g@%w)gŐ?{\Tl~T?8VE)ט/&n927""Uf%>ԣɷsmvAH(0-_KAV@-M EneˈtذQc^݆ c.B&O7>kq8+QYCSǁ@&3MxJz*yZüF<(|5 $IѸuc)=Ր٫s-=IFn wLoFwbIAN 0*e|3!lMU ^2ޗR?lM'|5ėX.!~!ׅ6ɷ`BI\ /Aʩ 2T&tהX9Z%q^逛88*IcZSݔo|n|LRsc#aSՇMѽQu_,i׏SO`)[iV@5+{ٿc jFt\שׁRIy K#.|sZⴜ⻜˲l~x"0F"ɡZ0ٌzY`c-9pVY277d[kFCI;Yޭ)M_Zw2uJw!d k]F.`,U^W{FT0&l;tOݣtx)ӜB'-b?KآRJfv4V~ _"π|>8N%pw|g܈ોH^C`r\ϐDZ"1tt]Mn4s[D[iy2A3C\g~͔YK&7%D.@-ӏ"ߪc8ByFy[Jō(nVxur%cQh`z_`zS"sb;=2Rfk M\O?TV6x -uhxaS@D_62 ddϾ JsRVxJ&cc5F*U(ez憦 "߼]zc'4S?\(Wo?T汍痮ݚ-Dg2=̎"K3!ۛ%AUH/*И&wWp?uO]tU5O&(AJKr.1R"Q`}! SWIL҆[+_Zqc7"}M D>Ù?F&^IYy_G+_T5d}7s+,g`<1!{4͞"?IBvЛ Tk}[s 1Ȉ>L+`EB0fba*sG}sųMlg@bu9Fia> Jli`YTk;H`)χl`,> N1udU'2VA"x{N9ShR[oۻ,F(H~rfeubMkomGwQy35PgzΌ\eڧ$}/"\p PAx%TxaXʑΘo.~wq<#`u?d79;%a>FLv8ƛH1R@VBZX]fm<=V 1aή&{. ɱgDiO  GQ-!Aƹ20FK m7> 9b:G gM?_fX{GV%v,o"=MTeju_Y3I K%^Up gH*osml5:첊qC'w)=mP!A BZ*IW[2k*q,XFff6Fj`IR;Џᠵ^[k;l(H{Uv# /Nx|^S^#XA3_d^E[+r'^$-?"nFӡ"`р|y9jfY 1ŷ$P ~/V 6 1~Y,q<~S re? gW/a~׫N:I4DwJW.3hMB0$pWf4d!wEtV18pBp`ţ;-IuY"fhnǖKIج#ɗT,) RF}F^kYˊ%F[O$[H;/^H9Z WT&5SD77N[3˴R_32(nCaRA|(4aS25 p+2AKaz[*Khyk.ZH1iyhp >{/(kJ=WAx0<~H۫iU"%\tutL|I,[WtN²Jc ZX Œ*,'orA{7- ?y4b!ӔG`y+;}g羞CT(Ӂ٥.=c>=#tY5Aiku䈓}ˡw~b1\N@5K+>[B\Gun`϶C w Y7ةQg|=>?@N];1G$M;M_W;uDjIߝ6:?(0m1f{fh*˅4+ӷcȬd 6VRs{^H$3MPwrS})͹©w gGXᯥf[8c`Sٞ7P;GM_e>ȋwZ˳;=)p:YF<to ZOh||=:Rհl&[&< ݕ81Pp i÷f#= ӲbuMo?IG~Na)i!nuv j]8j½[Tn>ݬ̉` >"sTF:O#|Ҫ\8<誟.<ШIL(߃5֙/lں{M*?mDN0ḿ걼>=<3@YN;G<9k.p Vc}iTÁS M8L#_D +| sR=6 s{42qt^(`_b=)qj R[\, KSR5tO3R?ؕa_ޕ{g7=GgҞb*g/L;c#%N^m[͘j^fY HHEPի9o,[99TNjV/q鉅9L2@& v1*w40a /BWpR[YK*ͻ~y{޳"Ebrcj/ +RX o|FB$Zr @*xs< %YVI6%_IP}o+.EkדKFgp42(PA, nR7t{ѱm1s,t c8!K );~0na@Y'd>'@ O*F ;*c6H}琯SeMi= S  rh],o|숳ވCi>DDL30HRn)JCSۤlNRiLFQug)% q6)3tb50ZTUY#5k.e :3ob#sv~坕0w@׭qOGZvB拻Rb5Hdzzd9ņMkx@ \Np> $K=e|yVKc$FtA OjOv· )Tޟ)6$3njy, zo+{6$!i eǃɨqB:j}M6Z 2Yd)+RWdžXHM?1.H[u FNIMi3?y0UHE= 4(]=aTW1oؕ  7ak1tL,Of=-f&񗠶ބ.MazHUӍxa`错l|BW<߳'qE%Q wոKНVxQy!6 HALcK H5Khq"~:_n ՄI:~T1$T{׾wRPu(Gߐmttʪoju~ϦJ!u"*xd4{&QeidGм˥K\iC\.D\%kxhݣː;\Өl”c Y ]K򿝘.("t{?F)\VAQg9v33)7MZ 5tu f2QT1k ˀ ϭ]L]7nF(TZyR^j؊)SomK{/% ӊ/èZ}8 Gi5n!x <ܪ/ `wO<4y%hGL!V@_q/7q3T V$Ljp|#JL:3Ţn嫭!xjIָvrqp4Z (WXa ml^یsDlI@Rspl̸ulg۰RPn![gCaLE⺘8v,4erײfMƗRIu!ϛ (âBqt{1j&O DTyx~RTR_}^9~;A-B"Fw }{(z B )WrMdt93>xڿK,krej&z|O Wy6mAԎʩ~\Ρ2J}k 7^bYC_ꆇ7ݍC$-DKo:hBdhp<3C6}=J)gj=\0|*R, k-0S:-m\>&p_u1 ]81.<Ǘ<)fqxZcxVشs8Qp L|p=~H369c(.5ql{T5t|2 O^5ʡ4#Nؑ/:YæUQG8՜)ۈQB-B@5fm4KO]_ejq0YTy:": =;H0XIuqܩnb`2s!T |X.FJ+s9gOFݼE[l cٮx>AX"=cTDлVhfC -Rx 74AK4hU`cz Bԁ[lV~VNEdGLT9uf{# aL>^ MBأaKbPT*-.1=EQ 抉N(?018 Ƒ'OK١,B|z[i㼽<M+Jexgwcp0])'/ x뾟>i2C5b42lzIWگgFɏZW ݴ n|V "^)M]1~(:}D}R 6Qy&^k@RRB݀)k-2{ ̨NXgROY>8|ٝtt]yj+c ^LĩtJNjXFr>aOݸ$hol&WK-V۟,OwD^lp_0,9,yr0_C*GZ!ƨ?'M4}مʡ9J1Q]"[WG1zh4 _4Aed1IK`q[>r:%Bjӵ#w^u)`KN_Z{B<ğ%HdNhqԬ r>!!BCfBߏp|x'V C`go;PT"~ LIKi??7Ivr^z!ګ[&jfpmdk+^ ai 6`[11*Q9??c>ul6>G_yoAx 3(:ly }xs2&^xe4,#|ۛmP6)$Q糍[MW4 kkMRjX5-eLvΥLK-YeņD~5r.Y< Txc!\> )HFTKL(g8FpJQœп"VF&(J1 ѭ2A^u*[4,kܒ a) ݒkم]Q{ iKcΥʙ oO |nE԰x$!ZC׫ύ#t|xo?l<4L޶qyzD 5@Q43(w JF٬ -@Q3N4a֤VhZa/PB]V966Ke]Qs4o4vob!DY,+C3'7$J: B tZ-3 Y[c3&w8z ̤ѐ}r(۪L{rMW-_1qx]o(NiΪC%"1bAKy&;c^7tqp,⎻zr=Ԉ?2A*n`ڷG= )68L%G"LN<6A>ܷ40c~ױB08RqWo$;̾ۼmp%=")zޏrC Ʋ΄Fҟ.d&sU5&|')ͩ!rIa/0fUۋzXW}%A'2BA {2DŌE}dzgOu&`H cncm5ܦbVK?um0n酎ƕsF4 ޜx D{u>g^:YDrR>DINĉj>iwL [d V༣*%^%t WIRٿSz`NogBo #[^ d`K;I =<5e21CK-3kqH'ʴA߼\o𻠡~mE8`5< aAh*?a1^g̔$Ǧ/&_ҩvU2wL͆Ֆw#[#I(0 sn#+K1d{E*LLXnBŗ~n0Te^P]7P@s+L.JRNKuʨy(zi>\$oXA^~+{}*Q5C. f}m0k6!I? u>CPs-IF0$'!w%&`WAȮ55;\ٯW08yvMLI=~zLӞKòJ%hZ1}=>^U)fFzjveJc=bJj:Odc!噐 ;(+X>!x4 3ЪqGB6A@h|w&T@G՞hl:dTZ"4~V%Jф@->m=/> maN8a9qЉ:'a1h;k,g5BKjWxT\O‡z } uwBisƴgAB16C R5~_>?%:"{5=8/&K+~4ek8nWD C~;rՅ{i"3HtiLisP,QǏ rӎ/p^g $b$'H,PW cVi7to0kq[;ֻEy!삭嫛[.?9L@gu[ (}1xEGJF{0zڠl" {@f^)A˯eC첥? LU g q)d[SiA~Lɶ]wmևj%@WCZދvpGcxzCoT5c"UyvR ;V[hRXdlւe_ 4*;vOg9a?ϑCQe2`sRd!@}7Py4.3k )D4k Y[)XZD9Nug)x`Ok֤RHPON-^x5`H)ݔw8Hs1[5-mbNOW3 1+ ]JaڶIx;ڭsFT6hHoY^ي&|՜1ba|w/X5ikPv)э|j!ˏӋ:RyU$¼34GWaW)+o43RvTmA5捞+F\ mӈ-GP<ƒ2聅56%ٞM% ]O`M%00Ʊ~L,XS"mY_N wrfa',12y\R{R`Z^;'U}^UF^d*hYGj`t6Ę#^}=aSt/QDHs9ԭ1gJH4o gm96ԙF)'I-9R]5.t#+C92N;. 4q>D;+XX-v)8*Taϴ;=>IFRq' bwUV,NbI:Zq m$ZчMad;{1I lʎH5ZAVB7G6mP*cpX}lԐw1'b< a;Q }BtZtb@ANO p:('*gj7qimOtdK g!ӊ[ cзN]zBun;Լ0z*&/_^ t vPs⡆8q:ad|͖$ߚ+ viOj"cEuw Kgc\ _hqd3`FSW]越֕߃LE g~'~ eEuՊ!=ʓmZ<yN (VCI)"yExQ)-I{e7!,1ׄ8=qPS8o/0ula"ҟA2/gGr{dI @l+8ՋY]%#Gs ȑhi{iux?U-[7y $;7N< u2vvv˟ENރ$ 6UѴеg(_Tx)A8%p0,yz{M[*ۨ]6&l(ҍ]+K *~3=0q WVbpZr(݉_6OR W| Y-2&YBbҢKXcYCmNVN;SbcFnUiq72kF]үtk,i*<cH1x]Ȍ&q Շ&GhiG3ZDesHNe^o*M!Ӎo q9тpLqt[b7nr3Wi;^B߬oǹ̓G,۷̆;W8vya`*cQ%*-5""Q 3Ьt! y?KScD";hH4k%DXW_Rǥrq+/5}~88G*۪4*ʔf .TN(|Q()SEyD0,ԙIGJ`MU+,FЃOP#2.L#(LpY.a/M֦h ~/y2E>#^a,!WYpb4k (ܴ]^&4;BߋR%] (\&nV xn=:oMLc[\ .0;7MgV+3g Ca>?8r*bx,Wϸ?!iF5Q]+"}f Y5r'b7A/^rܸRC-8DlVG1Aga,N1MD2hz@Pc[?':~NCn@,T}=ёԜN[R)1ء xwoO_ƗpMh=zmh{ɆO~^Rv?zr܍: d-ҰZ}ƺ{Mև,sۧ1a+ ;HiIO` ר4 zJV Mr_w0,ET&POvzI,!& ΚJFZҧekw_h9 kQ)/A ^Z!}/.';,pэxIF)Q4 geUG4胋jB"dDZL`)3˅vTe5OF|_ecOX8e :/׵HGbw ʁP|mD^ݘ6S}IQ%D$YxPK3 gK\)"JK1B}KO0,l ct@g|EQܖJ&T[Pٯ)Qms\{vi $og2utm#kO.ZZs ׊.2 |kYBqlIyU=s(#OA'Zq֍i͒ޡ p& +23J|= kN%nxMcN^+v91Zٵ? asUyWZR]zo[+`dpn7 ɟ* di󣋷T sVUF-2>KHWоxJ:|T |%VZu~C:P^Y~(Wt +l%/+Fqm*Ư`=aH3YmUqd~2!oep [%0[㳝V/Kbܙ|J?:2Ofj>7(#\FRToK˸KqkBeE)7._m8) L(*CCSyaNM=ĮZjpq{7e>5p=cX]f+*xƨ1X=3%W. P9S]@"Á8>/2F@D 鬹]\ưxJZ]p;cJV ݾ\.(Ɓ3ct-n}nݟ脌t8 =lZ@"&V29MP^IU5ĕx ^ٯpp 8+`rL @]A˱A HLʺΤ!$~‡yXo"@!m/qcCs.J_hH-Asۣ41>%1Mf__+@ۊ;$Mgjzwx—aKOqJ:s{*"ޡ-G"4ņw Ay _9}ogļ$tI`zkHl"Oq}jJ1rM>݉Uȵp7.э,^)˭Ҋ2u ' @GoqVr *Y߱qWuߨ5dWKqc$B?;vx|@-3\Oym}znhՌ3϶hEcr4qǐڃIié4K-kix+HHkKp&?a4xYo5Zaxf i_KH+ {gglcz!償$|*a 4,z{'G@jp}E0E(n=bc+_VZh`F($W/0 }gF.SKRrY=43E>I8&BgKu9Wz'47H.>w_A`@ltSTuXY=Z >Q%r ;5NɩdWFLF'6ZOD9]k~:F rt/ x)83\iem(~ynKlQ"V=&̍84z=²RopCڻ\kZE} +T̴$" RS^ с,۶˛&WczĶlCL|EHe%- xmnT+F?1rX5˕3##vMjB=x@kTlw~Cq1D4!f*yr(}0?uAt^BfI*SVTD&dH' fd~6 #fr]/ZFmltB>$܉ۃE`< simq4.L6ɞd`V{2􋵾 fj!QR/q3˯9hQu.i<5H0GȷО#C*#4 h)O\z;4LO DqpV9x@SDhwƦ;Si`x>է}P)Snl35j#3Z鍗P: 73$c +%gηSph%Z}4_ݛvg㎛+&QMq}j?5Vp^H1!ipA]UޅdS#L] mb0ba&1m47-lzLtMwsƼva,֬Ro4x.42~f'Еʴ=4~pR$N-&ّi@Cϋ{E3ܨRe_X@GPd B ߱+: ivCq]0|ѯiTuT_߬xvFǹ.>tPj~=GHMUlC"` vj5=d1,9Z?ڡg-񮲹`b_Zx* ca~hD CGwK7{d@H_} sg~0g w|B]0ܺpiju.p},QmO9]9:^`V 6; |uJ ~eas苈WH" kŚY*BW J|1qcn]m()Ҋr.x}ǐšv~yg|&XRN+UU/'g;ҰPoxd>C+D83/C/l_p %UX;ä2|ɱِ07% d;T5(}ϒ *}*P$w Kϋن]zh=kN5*.瘔aR"o*&'?)lpR+M Ẍ,>ˆć+CC tǬ+^^A]{ z FNsԓ b92s(J6NuK`{h,+ܦ ֙)F8OK(H y"`D6X{ e]!c(.*@{H[o}PtSje0$z<s&>ڐ<_4[4P4~C#!˷;=v6hX&[6q%̈́pxgsι3o9b>*e~'N/>TYdT E )Ր*o*y+*#^R8 Eɗl0)hRS3LIoM!:.@v0}ah=`H_u7ݬĥM]N 2~3ٙ'iGv¸JG/ڸ9O'ls#Z˩r5#}]=Z ܁ $t[bhc5cmȤLE= 6(IKm4_e=eꜚc)WUpmeǿ5FȥloN̥ cD3P_hC]?ueyթ(pg'eBRԻ.?m^gJt< C+ei2}Tʝ)ݙq"-Wh L]"AbN{-.j<(25NBPXgxS'8b9 R@Wy˳ׅ"ި+^2ME~h9{zH2)zѲ L{T]pn#+ E2C.?kJ*A61nSõ(vߎM >}ΞuqeF&x4&8iTqn<,D|yε-}z#x.1}UXr` zPLvן1 ;ӾNX!,=w](m >+`S9A!2ޝJ{L :Lv&YFso;(U*~aX|;a: pi">_/Z8YY&#$V!mTc| nG;(?dDzAh1áE1[Z[UoBO"NT8X\MMYʀw[ä~0O߈"b/*/A*g &yİ]CSj yD!ԫy:1?"xolRgvzNE> _D ԿjIqG{,G969)"٦C'a.h nבK2:1Mā:wTE aޟO{A ^yC"DN}[t"7# -<=R=o+ U#>$VhR$:ñEk.*11?ɛ7QO+cΖ$lM75z!|3rAvT(m8TZ%: kX|#7 ܚRaEJܕe,;P;F1uVq1KYuހW‰`ϰ]=l#|$/zk݁O\d=4FXaEP70-hji6SR;ߖD Dy]\኱uUr$cvyz't  h؅T(nɩQj zj׆Ds9%2p Xin8"{PN"H'{yhPbK'lBsSEcKy^,@m<#Չt܏^=\?i\cJb3Dd=f֦9kvrOfrŠM f3prNMbt@z65LU>E $g wс _& {ztv)#pI:^uj_7竡Yw] c ]$Em>oN49@ajulAuX-G߂7^߯Ke-]f2pkД!10Lο}25Eej2DяUY˿~VM xM(oR9Z^aBd b?b}̜h_Ŝsldhx03,*5C[Zh|d]XϹYz*~D ߑhj+K˫@Hp:}bʅaQ}Y(B~mҁ%:rM~ ruI>qͽ<_?T!G]gaVCj\=_pqXLMb%CD [xG}/[[y[IS\7_͡um'iA/C75B|B3wGTm9,XG#io?q?1d00_\GR,%ܞNm4@]R ')eA+KG/mhJB3=E$,f̞0r` YེbWj>6e;^穈zu>ݍ V<n[@K=xɌor)8Lcԯie_FշJYK?&Oq)l2YwY?ВĈWdvJ3û -r;5]Lӕ&3U4BjCոdb9x[؇P,#>NҰduq% l!UmoL-*RN}pfn=KgX7YϤ"T}NM9c:";hX3UGу$t6|h*)^7^Xeo*懰c OBI. D krm6>Md$#6^>zef =x@+kUZ-'?t5JuĮԯ eQP-/͔h %[᣸Vy,o!':,4-g 7ho,ǜzq5qyV-Xkp{~LXC}iM~%6dek<|9ŮH1fNf>r˖0ʎPj:PJŬe4K}BT 7ӊf˘99#<1Z0?>72Y>E5oFmĄA5Qb:Mzf-ܭ;tUOKz%Mᖢӣ ~]СO Xtǟl?‚7vw[65 cz}:2ihWޱj c1ycD[|/4}*l`#F##w\X1ɋFm+OsJxeUv]ΈEy-Z^RK ]к[ȤJmY-B;/} HR\%^& -4Kr a;k|^&[*Heƭޘ=7y0Df{=@p7|:w=d~$AJK?j[3OIx LWL33qֱtP0T5L`/BٹN5<5< >9 _O_wt 3}٪oAh>ԚtRTcBӞy]V=nHm4@F%Kt6ScZM~+d??Qk)USgC(68UFX [^p]-"p7Vf=@r/FdB&c k }%a$P?ti/(B]Hi,О- s$:BeX@L;{vD ^WvU<$golk'~YBO d25MHՅĶB́@*Xs ,CRTwwy€\&= q'_[,t+&Mh_qn/O얝Bi2 r0&l+?6s4F.?Q`+~@]JVG#9͕5cRNF]62Z؂Ea" \}J)  #^BHF*Gj/،?(z㕇:5f㓹TRM $my_1HvD7=]*m#]juMޠ@m*"WA0A@"Sgad9Yy}nK hC D*OCJN]:OҴjh2F|36 $Z+ŠP΍@40vvw9f~ H%9ffRD~yU3vv|Tޥć{*FXuk1H- L@:d ZRd ڊ߷4>kKU &ȵ{M15f&ݵ-T!sTO(^Z?~2hgF`TG s 1,Ɗtj%dnNJV-ׄ[3WTzSC8^HW4 +uDsR QMyFu l_^7eXE1 LtXPYih Sa4Fjb6N%X-շflAj f7U8IaA;j)? KЭM9YciVcin5cS Ds  qj[6eK=;Bns'DafX]PWrG)nyOJx)9I㮲m+ε#|3kXkD|!p>32sG\L\}?OϬ?Sq:}.jW鼕zHj-TlYνljnL275 qj93wYoњL|%a hK攝klMjY8%ẋ}\1 45vsXT22! DM(BVo[ATz&8@sHs3_%(;v)/5E@s(ۮ5&$Eʓߘ&\Kϼ۽|&N^9BlC$߶2Jy ZrUՄԮ?ԣ/WtL,| ֿB#jJ_`1wn|0CLӐS* =uOfw2YN1' 1-Hp a?0v5ط)Eq)e6[ qFXdD ^Sg||R/y5E?R^tRu#frA=Fv2|ZfdV,NN3R.>YvCm4|0ݢ ҽ *;c-<,<rRR@oʪ(!# |M÷0d_yE?D^oVz" ~gkZv -єKFrϺ[dӂM*Y%\|戞v1maQ|dAwuT^2rgv;F)#_#c=+3K fxҧ+.wVBb VsTɮ fF@"WdI07& Ӊf`y9eQgWwni/x4^aXӹI;cOu&\Q} S#omL~U|^Xod >ʻQ"fcꐵ!:"Eg ]ī& H-tӐXou~q_t@g5aO841huupG VXҏXL'JJW~ou 77 bM}#`< T(As{oo/h˘l]f3xчŻ XcnokCR7t L.%dϾMi|#wѝ\u "ߖ><8nm`_ZSIhr'QRzΜw7l8f5̫lG`MnB˜z$հeK cB讀VGKU<ȤOIg-lo'`\TET7Vf x w2e<"ϱR̅**jqozlU9SrE^ok3p$gv }X Ş8sEM#ۙXŘ]ur[Dz4)-;YÌ}a(pC"Gsw26dwÜMt<&h^Fd#5fXrֲbα <&xczoW6Vk;8.DKFSr CBAIcZ)cP,;ij@t zg(£r`X( S|8x'̧ҬElf&k%L-aɓe3|?/?$`äRb6)7iTfGPQЊ23J-mSE:ɺvޘж'KnH0Ri))*bd?-'K-MvKub ӬΨ)' 5g+1ʛ˩m`(:ܦIOwo!0 IKIV4{V|=nPu}jԶJqPT @y1Rc skpw)+&uGnS {E!2 Wb:1YuAh{ Mܔ{i'C3K3Ad_mbۧŇZginK='%ex#T/Bl/cSӉfN4FޝC㊧7 ; ~Hui+Z{ԏi.L KBFИ5 Y ͔3lp߶qiat«D}!f(7rt|~̟a!ԓ/`[ēoQT_QIޜ_o5XVَՌD^$LbGG 34 %CscaĩU,e(bP٧эgKS(%ՠ9K& Pk`#=;6!ɵ߼y1R_͎º6eૼtY6ufS~ת@9a{U6NLcx4gsc):1&ؾtgCI$QS#*LwqD4EGG/%bXi 4NKU=ةXj ѱpJ{P5 diC v!>p }qpHso^<8| ]4E@Ä{ۊ5nAO,s+4W[>ș|,Z8)/Id#[$ubdg<e@p~\BZKP6h.sS*59>tApD`!#ggfJL_Zxndm"F99Y,Lڄr듢uӽ.@`^2&Iׁf(=0 ǚN#EƇ-@u2kz[97XªR hx8ȴk7$0у2LӮE ͟:P6rrm|ET;)Å&+ K<(;tPWZѫN:>v[@9`$:իS_W5ǀa-؀` z\}۾J9oYtL%_i$dv&]Cp>nnF^R cB5aUއ~beI>G':oLJ$$ya~]H JVy6ؿ4O`_pjx5QtIe\ @TX.f?kr4h-op]VX&3 bBb;`d(zlpbo["OjJ%4v)p׈cd.[!6*>èUSMT+d. TSzȆ1*+| W~aԭ3(mʋWTisM& @XNNجES^B,q,_֟"i]iIZUXnl^q_FTqo'OrjJ-:VOe_.EV_v2OAb1b2 ET{y# XC[hx!hLhjZٲb+Xi4j }I߃ ,_;C89rBi@M:vBGpE{},~H j6C4_$_#ڨ聧_ϓ=nIe[Hhx@ɚVt8{wE~OT1NL;kt5 bT*_AyɆЗću e"[@ Ãjiu7s0IJ+A r#[3$P~xi틒}o(4Gl}f+7Yrz~_?Q8JO8 ']5^[h7٭ZX7cK5 eq9p֕,T-IAH??U^s3<퀒YLV΀KdskUXz|ȑV)RO=&/xyv7<1 5jI/S9'8k:plJ 5cISb M`׼{z:|m!~h-v \5| aA9\G]iޒi]}|}tN؀N^&{yf)v0َ>97ތ簔o`}2G ;6C0YC o2PU14,-873ubICKWDsZ 臊o1>wa1utsVҒuh䓁1a6[ӯre% ,T ъ/2&l;vn/*7Q|g=.8}R!%n -cyghɡM5"eHt\8V(tfY]U'ɓTbeHuve &e-QCSڲTVdR>r27okWruyT.Zd 9p?el97XY͸l2ЍgI仍6+6 )R@GaEMM0-~$Rv(Q YXgܶ jbu4dl 4,dZ@q` =v9#6f>jUQo k5~gU׵%۩̌#%g-TP/>aC=0\RaPX(} Jor zICPW;o_v_s#y2"G4 gby1_)E(YoFfTd!F2RG7>""3J澻:<2O:E07/-T*KۄOc;$Gfh81wұklIWF) |S58Ez٬@+ANҸ4O/az','l";Ceߟ>@}VQ|M곏R#ȠdJbp)x+&IcP,4!f*pT77ߢW~O ?ױqwnU->3R}+XR I? r@ُ@^-hFh&kJ!R])kN T\LKa#,q.خF&ſcwvlj=tVC̳4%?Q{oz3Q>nS4E*?ɌxQi ŵ>U_-7җr nł1KO}$:%,9".wݎNcZ(\k^])tބc}m˽"݁-ɹ펬1sX9 .- #!m*QzHH,BmWau:lqFGk"S{)2~s.搎Qnl0M{{$P2GO3v1#uF~y)_0N#wmnFEEFu2 n'T;D(jVnSyBx>%׌^$yZ]*ÏaʛO Mvz d1d"=%;lS.jlnhPDY=ۼ&,F_F~ٿ0"Qd[ꬦ! Gef #ߑ uL_cek0*C_߱>?/wG'uW&;݄؏YDx%OW3ICX Ѿ5sN PID|nܬ92\OH-|ID^Ƥ|أ* nm?HO G:9w#?),j^Z/ZOe#__uDž*4H/$ (sǶqkn*‡TtlT! .N5R < &vq"gBDg$t\ *sZ 0ltW|4y ǖ80ݥE)uTW-?h pcpi& -[ԡO$)P@YO[ihƤv~2ZZL;~q,LFʦz`U5(*/ѱ1>3St3Nj'noj_o/*0fxqי|'k{D'y@u>F0}nu_9 a9}ި"JN Umb{%caq[4Uuo$5mL3L;H9J-񀆞QP0EI|1vsDek<沜MZK6//XRN j 宦vL u m 0sx3I>LkTBbfЋlnd.|㚤`q-!)k'2ݎp#6\0:`l}\2y X#I(>/>G<]ӆvcA<&ԌNs3S. KsfbKEO1đāsuNpAbAM~"B3qmwShgjMGX>jN Ǫ%l}8GsZt^`oksҨZ҅+1αZ_w:r?x)/Ӎ"|{qS~Rw/@x~ -;OM A^-fD*pf;nx**v5]l Jj9"un:օڜٰ{NPD4xpuVǚք& iC$H0˥v}- W:.X.{̱ 3\,P e@T v~ǀ\.5~pD:]z_ݙ|]jG/ 7,_4FHpKje `#2%{X uj1vҊq#|ʾ@8GzÜ+9WCt)N艀ᓨ!]\TدzSb1&q*^_Ngk[Y4\$_wі*(*~J}Jt͐Zkߵ1G| o>6O/UΈ?\ OJ?O<k6R4zjG 4}'#*|o,f/NxnK#>tUˊ,e@}E xXi 7i#܉|Xu TC ߉Y`2~WmۢcdP{,guabjPGiӖph>g ?ͳ}A =>8kعvPNf'"!n}af4E8%XIyw]lնPR^%@Ml.t̎ 7 꿦/(6 #O 㱀_Qҁ0e ś4M<.'X d#D2ڐs~AӸU~-e<¤H/m:XiPjP;fIN_1B P<߇e8R\|8^TMJ-@$Kt]#Ԛ83h >_Y_6!kX|{ȄtRr֐z'1j^3Gn;%( 5ACM? y}|"G$&<4M3Y{_9G =v48 .θl/ov$VgE7DK0Gw3~28mQ'$$qE:6(B90j0E&g7Jy 틁KtrFIЍb/͵ +h@IzAF4RU*^ /`l=R1G] LMq\%m ~%Y3װDs5&~Wp-E1 ?R/0 ÐX *5I/d,ה]4WݏXSg,&9 QL}q --gqFTxa+>.05R0,@{$GQf- $#T݇@R ^lU亏LA d<,6b!,;׫(; rບ%?oʻU>^Cf#0`P.n}?Zi.ENV $ϥ)H?'"FuR| v Yy:A]/Q=\MȖa7Ȣ?; k9Ĕ !,oٺ,m:qSBܜh xa3m1'%s'E0_Ʉ zr-n\?vԶrfQ!ݽkd#F,$~h٤xhO@3p`-`:]^ԟ킼="zݥnb:Ck$Txo@@ ww^%*qۀ2G!%M%'$udX)9'"h%.Y JՃ`馱X!  T0ϊl<.6W|jڪ`Bc%Z!z JoNUAV SH$񿞺GKoP;i8u<5MxQ\@ŭڵ?%? Aڄ>|v#+_zc˲,W 3 0o$Z_B8%b _5!Y]OU_dt9qTkɤaYQ=Z$W sLFzdedC|X+Z\aŲcIOJcB`ɹ*4=>a'N{^5TUy-z ._+@ސ<AyXIb7JoCItIc494>耕 㰁=h*2[;V`_N/p]]sS7zK$(s-y6/:S;墀0@o<){-YptX(\j`F_xӸ=.[:KR.:&=J[r!,":aBU;0*l—\\g#~cCt? F#!*F4 'h0n-)'Ssuq{ 2}@yr <]9,WlD7:Kq&%B/Ԫ:,Pj)Zr7&ooa; e9vRp\^{R&[]7{h=LkimiNkko[|b۽tL`DW( e'%[CR@q WSEf͝yxSS/-+%{aٜw?Őq*a?T=[ЬrYH,)΃Yy&j3 ,K${-z)_n:M ?vP\ЂQnC]y٨V2A\O#=ٓFB~W kTyJB]N9}^cQê5~~1E.5pCq/T  lysM|8 V= )%m(۬ \Wf;fQ6^qLOaPzeQn5=̎yOGK}`$9*}f ?xA*BD,=g9@" Yv;*Dr5L nHg3# 7_z<A.L)-mQa)9q"1CH 5`lis3 wg]B~J v 澋7#er У ۻ0gŕe8Z`FθZox(vlW]ziֺ B@jLs6)!2RkЄvLWJBN~(W$@߀me> U|b&::B@@rfzukq9l<50^LJ'? gv=z3"pܒSMr;OF(rJ4qARQӤ1C%v! FP;Q@\@~di0soQ`ϧE8Q'dvCxOvƄO(Ns 6%݅'d"]~1 D(lNyW^Mթ*'MTfЁ59}V_l]hH= LOR4햜qS6!H[fRQWN1`Nx|mFۧr7 #h~'ǴZ2\6V66㖆Sp@m Ov2aq o{^B&Yr^ ^(4Gf~|ɤ'Wxɗ>0A>ˢq9y ͔`G)U"i|$C0üzü=XD9nхx*CR4۽0\]s0)w&1,1/<"2(,˂Ls5%|*Ÿ(>8 +Ա)riQ&yT<#PsnH>~kF'&d]@K? 0r:4Wd~#6sgA^h*>ro.iFt-9w#3=HT-Y5TlIe81؋Qi߇EQa+DWm<5!:ШTՆfc夤 M&tܣ^ޣ.Rd}Re^jVh90if㴂P%s sʾ-X2?5/7ת KL˿ȁ}l]gVSǏ A䦐gwR*aZ#kzY`l BC~;6x=}ҭ1>j0oY^>񩫺"_,oh0b3'60(YMY2Wh #N؟^Y 9d82? 1]?IY ">_ܥ2e{_e >{g͍JcO<9{g_GS. 95|E\UBt]I(8}bЩĤ>fI%΋մ%gݝ}L!mN QgM=0-<)`<*jH 6iՃԮ{oaKOsB"R0z  0"qG/>Pnֳ1pK\.ro#V ?lS"fDp#6 =͹mTZ]J`Gފ[k @ʜP**pc q&qlIÈ!w)D ;H\3Hp@$|~"yoGx˾1X͏>jcI9+cY ʜ+{v$h0*N#ak)R^JyqH-D7xct&7(n8Hi}[꓌?bmӴ U&a` 7Ommdzš'Ht0;9V=EKUrgI'VY }w,4o\YHZƣ,;<@+#O>|I*uZ`/o&8(@ю&{RQn@~805?Ћ*ʅ%jlj9Qc]XXPFf$I{kpU$CI'C+h: 4Rpj>kQT\kW0e#wxmi^o}VD齍R;6Xh\/ڽ59<Rv+zMJhi<B1s4%s^<܂NZK SPٙv_W^lIP@!\5Iy# |ٖ|N^5/V!9·΄:J Zr3,1E, (Қا,\u4U^ pߦMo7qo7H06UtۈbfB_b`Vm͞u=$ZHXa}rWmA5Kjt"( ‡ЖݗlT:TCF{mb}sxpMV|um/% `)% Ze<"s8/,]f:M,sЃ*܋ ˫Yo2-l-n9%vGr TB'8 -& K5Qe@_]Oc-;m̚al^d)X\Sb9=0Ѝh!hi#AP6%~o!lK"/D-I}cò` --l &*#3[MQ}RXff<2ʍ#WB:˪>2'bqݧ{muTfׅtaYOr[;rV iC2 (~}GKT-]k0åIl$fUU\  /2l:C1& znӝ(:l&LqpFq|\qxFw`dU2ZaPr8V,KV6m.+o\ӞI贖j o#ʼq)| *Lt2D'д/-PgIء^([TQC4eb Q5eTqٶ'[>uI@ӌpLIJ.!T@A Haj@GkL:fLJ \#ޘrCŐC Q~@y jRSK_9|HzՐem_dS*Us>瞣{+A}f0^=$a_QW3rbܑ{y&3N %,[e!,gTv*#DS1CuOun"I^x|2h@O#!ۼamT>Bܨ8%E_=f 1/]) 0)_YPS7htHcbDj)H SDLc.cMV|M=_Ȍq*Kz %$ %,:.>zSN &ϫS8NÄh/_Oa`3)pLj]TJr~2Pk-05杈EÓfA ax;igkњ ~[OF"='b~/*(ADf08ZUԙCaTG@vbf/ 73C!"F.˲Z<+RB 'uǭ.ݓ)Vwk9=Tu(e–d&+ge+0x^u)1kw zJH<+c޼ 1^yv@xI."qbC%7p.gG!`)QFAt JK)F:i-'H )-_tmsagn+ fkWnWZAÕ3/W} -n]3x1Q#uu`}T㢛.·!u񡨏kp+Q N71X]4.h&kM+Dl`VHo*>,er ge;$j=o-VLP~`[ZmdbLѮ/,٣Р 3%KIhطM;½iq,ƇN2W`.}l$VM ,A$qZkg㵑&5f67<`W%;tPԁ;ApyCEa83\] ]٥Ă_ɰQ89nuM'LۮL#I11.lò"䦳$Գϫ0j]rDMXOI0cԺY,WhP؄KkXY9rzQ~MG CQ/!7yFR\v9OdbⲇB,!vb=wWO&_Z\B{¥C$["r/PԨ͆yR1-3 Q掉O&b'='ftrA$Uas8~F+f]^ xQ.M 4{;9h<6` " V1hnܶ7×](ٜxY^nǁRդ[x(r#&^Y7E9&FZmM~Xkgȩ_ JDGҜր|52${OI4ީFlZ&{.G}SǛ!Pdrfݾh?ՆXnЈbouy $.sZjXb-kh dG7Be0ARtRVgV 5Ν$-B >9BxW$oվJ,jv-a$G|LXK}LJ2ss2^YɒCxgaH<:,fTE?|%o]'PE[=vVʭۄu.2c48ڸS3n\'睹6~ T ~zF{mH7CvB}IxxڂTf1{PmqF5{T l齝ʇclЙ 4臕;d3"(Oŀz5rtu*6U8e1OM:?EmSo(n*o% 4f6Ljc*ofjkegV=%WGS ip`"ƾ$c+QT`R:0 { nC"UQ9Tp +)Rb tA8_L`@e8+h3:RkPj0;D)[J|kTdtzun2K/̐Og]Vu$1а)/t5U=;wCoUoIuō]j$UvE/ٜ^gQU"מV'ZGyW`Fi[¬#> AroQt\xey @0*G܋@bk%gxg֤~cWNgɩ\W댷}S,^| O-0bQ9~*8/Ƌv(@>IdafC/S\s~Wt=(?:[1MQz9ɎO_-΀'LRǺ6D&^Ier6uccusHR5]sVP*LTYq :%ϝ H2%'p"+#)z ^UoFzLFM&;g|Z' ~ƃnQd;l<|gixyF+C%O~z5C6`2 AP߉l:4:2q|o -:_9)#fqV1~$b^~6r v%maCC!Bt" vo$v,:*˳_άA#;;0b,)Yw⏋1rRYJ${=d}S,.VS*dMCR9'ҫ̆iVz(ybx^b{^1KkXGUˉ[ٶ:NcOf|tyB^waStzri>L҄Arx&U{|`uSY::w:XjFܨ` ҟ.qD\% Grӆiض#){X[FlD$K_nduK)@0F_I%L.0`$~2qm5f[!<`8Fi#n@jk:}ӛ]R~PlBaʁՙq_ tdcw[Y-ש CQuT$%s٠@׶*DͰޙn}sq[B.9K7j`Ar MF\*1xQ.'RDVcqB NnR"^`\Kb2\ʈ[MEnfW=럸ܒ".$we mE{js] D#R~VX\`f:d6VFc*&23  MJ,EYFvTn% E3g@b'dBGyBO(l־We4^ lEۿ?=Mo|jM !YT/t6%yw373QdK > 6eRRRm)`bi-=]LR-MO"MAlz=BZ?_h@x. o+n%#G}[H8郂F4]}}yAoIG2>Lni{ RX'qʢoׅU6^v\uX+yc56fjocAC\d2Ek^T麅.og6BtMЦ] XQM*`};"K (O N"ecV^zpw(tb J(K뒁0}DNA5II's@+Ⱦ9A2lPc{+Ϲww K@%͑4!syvetvT\{y/u81Q3d"~]n^0F애%<, w%cJR؏"U#Q,2D^}φ%m&$s*>l #pЬ唕E= fro뙪vy6!N \ vƟ^dYfE6`F,j_z-Nw=rt=2.l*tu8[6B]_Hwr5U.8T0'IbGZ˺G;3‰"$.\ MቋpXn-X{|ܕ υ&J&;+BB%d`R+Im/޸c;iq-pkqe)DfHLˇtKtT4D0,_OkֺzU|R3+0[n{ΞGE4VHZ(3w'BGX>F&MړbuMaSsVQy N? !.V1aoQxnYmnAJe^Fv%݇N1+ڽ {1~2طn+9~n6^naM-(KNrVnh XIEA_vwzw >"fi ҈by? E]mb>"0a?|5ZL5U?Fn[3δdVW;gN $X+NYl܆-;-M5ھe5%&͊ ݁%9I|&©n# Bm-ﶪN&;p$U.o}y,4* N dMN@a9 رQC"ؙbSQ{鍖^֌ĺ2Kvaa}KoI/LFH)b뉐qQƲJu&xn]5AWxc&y"G/17”0*7]vqOp~ ѷEKc{yĜjxΜ 2rm>GL)8+mF&?y5OU*s7]X91h˿6@Mx^"/ [)!%¼z{wt%g#/u>;(+nsjI cqcEш[hm Aj|P_>a?r͑^݌"#ƳZX44Hpiza}M\qLr{I|JY/Tv0c4ter<+ݩ~U?F"]wmvhr'36] #~Odmx+{{jm\=O3W<[C\C_T%;pJQ&8oj<=ӊ2euT3#dc ɬJLEPDYgB'b"Tzw OqwZH9cxPY) ZRVDR˹{։fW|ԲJZ3ot_2-frvoLv$.W . X֬3Ye g1q pxW6@5M !tɂ0Ou$]JCx4_ZG`N'$@MyVE@+n* Si1h݇cp֬}qY8m9~L ]j x]W),L83t펛q -؋ߐdL25~"mɖ`KٜCn_ݶlÛqӸo8YCJ~vSU4yƆ R9s,sŔl4> ]<6)r"YI}So+xU+M`xv *$G *|)X7Jc@G ;A8,+  !"Sr*[h"f߆ez,&wnxV+\Dm!u#J2Mfuŭ6<1)*朆YoWխ{N/b3m`Xج`ہWG<Ƽ`dGlÕHu2ꤶÔ "0~ QEdpYd\o@ؾNBYP;GTo J|`gzXTE/ v+~񧸊@=`{ZNQq ƨq`;0[2c.GJ%b9] 4B[RTV/o+p "&Wrr8L}ˊ TTO=I78V]dA .nГaƐY2YG|aԳ<[sxӄ Ms*HFt L9US';WLDL;Je:bMdL)Ο.sHCɇ pVܭSa)FUkVV>p2.Q ;:. m'%c,~"zIH'wSl( pvTt9,@6ϘX'|D .hJ&J,[,y1Ŀ}ɦ 2O=C^R8|CP/RgW=Ҕ5۶>凾s嫬ߘKX 5V1|3cy|LMsK+s_i`m qBjLUJܤ $?yo#lg/*Gg4ZN1c/GNq6Cm6H7b3i*B?h.CP͈6swoQ4HsyI8ZwM~[p2:.&^8mT[SXZ d t>-9ȉ>$0rEDbqݱcj#h<,[=L :9˶"P7]  X-S8ETY/CW}ܼ p+Q[6~tuIL97˂eLGTcJ >$#SN]lIOIQTGt[bw-%mnzˉӮ64H hFX=.T T=x]y8p?^5IwD0peh^ ϼ~Q1֐{΀G"'@b.ԍ ԗ^˫"tgsJ,WK߈ 8&)W򸇔nJ.* J{L,aĽ x08<[uVNjEt4Kgefdb@hxzAҘW&N l>pYpld7vߔzen- I3+1B>iG`Ӓ`$lYNWC ̘"EO+iߘWQ% Px3>]$=|䡃K AmHk} iexI\%0{%v-s˴p Q-&:-]J ְ8?q8n!c; "3b <U$'4|74wNNEH<|Ÿ"Hߦ*˃Hgāu9V395R_wKPSABX eUjN8PRkF\&D|W*>_\a]#Q7l-̩&U !OYȢέ~Ӑrd yaO9#$d!.e6f2(BC@mƪ--w^U{0%|T [J̒ QGYF("V($aq q`JJ ߚ\!c,+Pxo8B, SnɃRQeB9YHjl8rݪZSR@2Jz,ZY?Q.{ߠc^Я;myxom^U>qG|N6 bҼhX=aэ (ou0/ڻp# a!taIFk3|{xr nii,wnQILڊoNq_;(w&S^;ݾ yt~za8I# VyjEQ"1 `T8K'i.SArM֮^fV# ,0 ;D'&^dO|X0ɿNT BT{ɇ1Lԅ/N^:N/]5e!#Tէ?_.hRtf4V~C&<*yȯ}p)pujLQG]73pFH !,[Gť>em!^\,vǓ 1Ҧz*qV_ Р[gGÎU̖=5["C.+V[ ,jɿA{NԶ $.`fueؤa7acY=Yo:>#,d~-Xb-gL}`owTeC`06[ G@b60kAL֋q>slF:G!hM}ʭg A:3/t\;R37Z̮ǜoaNyOI<-EꩯK}",`w My<̀Ń9/< oemZ}x_$65Vð <%rrbyVIK@ʈ#WE];?t}KXZ.xbH+?Xn#$3p a\ Ǹ_Ғ@}{FJLTk|v |GG>_L&GSWAk&%8X⫸nVW$?CYgH.צFO %NOY>#E+O'g{Lh2u:8:͐iSAniztWN-b:68JLӉ4xzJqce]5ǒH${ V.ǵ38d0tri7v&8a,g\a˪ sUt[D'׈`=KϤw1 ?9h OZM666qB`"AC[.h§ 8|dnfǧyb.vKx>]V8۞qxv]bh >Nr=Y&[aKMD+E<nJ|@F;~d; s~a'W5T}P.%oHp ƺع*M>ݭvwX^ ҂"h8\h;0k% ;rHٱ}2Fr^yE=g8O&M n;?nن1JϵYeQY?G\348 4KΚ#)*QAWj=o$*FEP>38$hlAvvOz_)AMm^$9µYToLj0y QKIRx&!X 5zbm1Ƈz)F&N*&ktf JmjHa.qu#.m8-RۋR'YhFX2I?Mh XPK-W1j30csYE!4=ZϗBЬL< b$/\ 7(- dZƸlIΏh$K_#h)i痜O+Z)BأmqvZ=񱹛[EK n.JP lO- nX|Ei}$ j6ct_.z0D]kٹ]N%*8P9N3y0m(\zL7V4kmǐU#nXQ,QhG;F#.51j!~T5yc[{S$!3 'r>*s?NӼ71̴UO[e.юMxL^[":ڋȩbIM&/AJh¡\j`rTIpGh8l b_J:Y>zlFB|fWj!<}aO8o !t3vX)(Uv͐ jmtM5jG 5B|8q\9kfDL/̻{  QnﺲJ2l^--`n۰9!y PѰ6 cAӞAOgWq ߥsh$S$Dz. K]MMbNt&E-bbWb\(E.1vL[0YӢr5L;>KB"EVj[MKo?+>!Fu:HXHK'qۓpwQ,Ğ7Fm'-F 6x Enj{ ]@|P%Wz8H\+(sCw_IyBW8_NZǯy,'wBTgI9 h׎G1}20k@R@z ӔbNSr`E{LZϹ| r &%ͯobFOPBOoqC2pF/P+,$MH{ eM"yXq,#TـmqTJ,{&"D~;ot1 XxHgI#o3+4s߉S$CKp&G3Jw/Y\;GDLePkω\ȟZ Vus8ٜIq!6_͌Ħ{q>ǿU2ʘMm;_Lo*Pc[WGN 1\fo[9vZpb'X 7cZ* ^v`ͰI3Cgm|LRIWDLM.8TvXsYW_dߺO,D9K/v>hT!$%WBKtyp;2>íK O^*;;k24߯T̟5eCS_α5wɇ ⚱sIx'C3'_[ TeA(Bpʮr#WqS^isÿ&$[Wvr[ ET`QZ2vHzevVEiT]{s#,GkvKu6t˩];ٓ;"b8Қ7fH{cгȺYK͕*DR jE zsQF|W{IKw%kbV 8 o%-D3,ԋ @%.4U8Ji;-R3NUr,٩|bc.SYT!QuܮjG<As Vzj0/b1b?$.f_ј{A=,Y.=ͫ{WzpŔXPJ_π7,dm}40Q η TJKIMᨤDBZFI7.n 7˟T}IV*i‹K9Bߵ∥,b7bWSDɺ<5+%3H$8ɩ~;.CsC2v"M]ȋ3Ƃ4扢[ 6Lfjyr37e3s!CTWu'lBaj\'MZp]Qz>؂f+AìBIҢV띦I>ukMsG`i4gʥZ+FԼJzĹUQ'`}~̃=PPE@!5EJ$h8NXbӱHd|Ur?$\H7 >HZtL&Xo2=jAOXoP9 [ R@NO ۳承^aEdZ*>+bS3O$ptImjBB|`q}p6+)hnA `Zڃ]bB x2c[]{_YN݆Z~=)Ǎ#^:k(=SsL;^ V-%B(=3aژ%uGJ* jk֐qª*8F*C#stXO3&4SS'^ގ%|[vI,lO 0*rh[ %U`(/&mn=3/tFJ_-gcs`+}S?S`Y[ oq Ȍ;L`oA(pOv:iq\M_.Bw3ϕ%Qe_'3yeN)c@[gcGҟhl|_Jf pfJb. 9 W$5X e:`E-nXv&D'q5.|Q<-!CX]Jgr5ۿ14{~0vjn@WL=8w wp`uBrhi2C>M0+纼k+d\=o@ Ŀ|p۞Lw yl1pA1Vh/ ~X:)6PETrxDq3)oxark5+VXw5 ͮ%ϩ J҆V"Oʥ0ҷJ1-6_ w|1*[ߌ4YÔ08MIsr*рo xNvMuH;qt-Rw7ΨcpY XdLw10 gŢ4~»S8@WFWg>kb!Υ*ԍbDyCzweN+OR=ô{ 9gzׂ{Iyq/<0hw9KPNy$R-*H8p f+J ˞#!u֜0L=)4m](BqAtkc]Ep0R4h1pxɳ0-2v34U#( 3v|qd}瀯mE^~ϋcٌg+-+4fVs,G8f^C8=/њta!j5agX7 )ܴ*6똷>^5!'iIUnQ̪o/}b<[t="/Gq z?U՜Q:s#-1O=#ޞl}䬨 Be^SBk`kB ud.VA8DtewGOicc S CqQ!'`ǿhtҘ3}~W6Փo[^$ F|/A|BYf* *:LִVo, Q9uTa ?4eo7W! bf'K.V#Sw F=han/7ebk};r;U_uI0@]w4yx+6]]r8,GR\fT_~hjABt%{=lƔX DՏ8R8uPTG#țS}*sD:MXW6[47}ht܁,ڼ`C]/ nZѤә4uDJ˛L/dY82f<3(+kgV*evU J=Q4!dφ Cm*|*j!>} a.2xhM^{`6rs)&o@9hݲG`.68uK5[Ýx4z䕚9Qۜ6N_鱉έ :ĜE4j-\Ps69)"vWRocy[++bӡ~nE%9ɜQ3hm2ul;(pؒmّ],5:* @Q#F5wwwl } ƭwN*Ӌ"W]SP+HVѢn^t(ࡧ2ߤ\3#BXuH- q 17 ct[t[/&[dD'i~QN/jK3&mnKx e t s! aziLp$Z@]mZ9,`Rтa2`Kʼnk'lQ MEiOʖ3"zw%%T2w{0dP◩Oۯt`l:ɜkk 0mkd9s!"0DfyHӭwz$|0!Z85,JX]<+t#4rܳv  *1  Dv-4s&U\o+fHADhO`oH&\2oJ=_8["L1-HoJ˲Rv Șd'Xo6"9H-(]|6e#_;D`ٹJ;yX YzdO4? tFT*'@<4 Vm[Ơ hfcMOa}-Aj=?%}i* 3)!ߔ\*PS{%?eW\R[H%GlJ4X"r]N+._:{!q4ەsAK׎bӣ~1~+cۖ  籛ӽIaf w -+8yk1(~U~ nyƊ%Q*=rQ}H&Ig*.})Ã'xlŪ9o)Vb 6S;Vо%+ipCo! pӼ\\dR25oHSՇnӲ?DLΊgT8i7&&i!n,.f |kB3q.*rQWM}E~'KXi7~G8 a1z89,dʹ8/%[#._á7Lkk|JxH~I Hp9~B%:7 !%?#^] ~Duz*NЂ Sc3nYC~Ie SғI]#{@IrHP$TV; SpB +:cq)$İF/>A>Qk9agWLyZ3XmwVf44ӫ j%ue0Z{Ol ODqИ(6([QLi^Y$5cl 9#uuDJ0lr^ s@ΐFtG0?z-TTq:zX(>3H41=GUCe ?QWgWEAE~Q]'] l$UVL۷Ayb |t@ioRƶ@p26ͥaݍy]( 5Rl*C6Rs˺M!aC#|X0߽CcHu3E˓saomVji|y1P;+yJfOFY+;h4yvje)6+SY8*9eلyd钟 Q5hmI m08~~8u?m:)v3*@Ԛ~Lن@B3ts#XA6\9czI;i"kJMzŽ\΋4PVs]]iq5U0 ?odY!jd|!m]U"٭ 3my R,nYPBh3j g?^Z +h=V(8=ZT{dODUD\qWS 6VsIC<[FNaGR)Y.z_:cQCuu701bj #hwaH\d`9%u "Ib/")MN8CHEbN, և_жl m6uA@2 1^ofQEk@Z&W)#%  X1(XǸbהh$<©P@|A Tag[-F[kZ1l¢w7A-vy(2VTL @N(o->c,u!:f;d q%]95 &s(n9{"m-j%]mr2)n3.jYOcŌblWϽ16.&E KG* orFz `HOI%Ta>G!*ZӎCvrn+Iflͥqv}hI:a[*}9<䠊a{ȦYje@n| _QW|ud[V/q.$6)|` p\ YJC^鞗̬*1t;lX?~7jK\ dJOA UejrYw']Y:0g~j^>hs4m_*6/7Bk2I|1{ Pb.Nml{?_뮣mRl1KiYI(4ďc OJ&bu#ROĨqTwg7/CRsWx(XNMv7<-*"k%usZdoEn*UT-}$ʃ@x{=3CYNYM /^l|=?25}cb0t+ (r ++j0~2T/ zLY^ grdrKHK~}0C=+jܐҐyIϖrNQ;DSHw0zLN؀LfRA5z[Nj(QK++5sۚSNE|9.Wr:4ZŇG5aWG.]H艇b. ^]{X%ck]!4i{F`Kk[r8{-e[V˃VQ,Q3+vDȽ9lWK4.vXkGoҝ<70tT1l GÀE@EOaXC'r0 ֞kD_Άޠk \Ж'vF W0u̢IxQ2m~R>́8&X ƪWc'R%^ugХ^q.=%Xo(dWS ?X/Q%>vTd/Y^~_'C* *G*Nv6*l)g AbWeߞ>UPVؕ%]LY\qy+ b^{Z̍xxyH]#6*6 7V5cNN!gUUj]4 wݪ؉ J諑JO@!QA70)S B<6'G xP"3B/~-t߲G"m4 _8$ڽn;1jW4^r'+~f#M';s@ ŵo ºPi&_.JⒻ jUOȸ'U8bDVTMxILӘ B0Y]m5fFq/x̀w@ %S݅D9^d|`g/*Ov| D2c0t yZJ(n1[+{˧螩kzo$|,zg%w׍mxkUzgD^ RdYM F\7Z5#a08\*.٧XTvh?%|{ L&1EG^A#^ NE\'"[< [4M"b8>B.⥍M^1u7.jL3# tz0sUr:4,.%U)6>j %]2 OjG5QbpF-z6=\%W93&d0f )3ۇ//5p%d.vJ5CR!2?r\$ sm"; L>vO}+C|ǚ'۰6\ SZVՏur߸f`|UQI# +/ԆGN6M܎ ?_tTKǀ߃[KXBv]i(f*+ D/d^)EG5Qjt.3SMAqk)")?td>Bg;!c窖\BXZQ}TʂN2fޖ_X_$z;ӆ"A+S椀D8rjd;sgob$Cq<\H{A3)>{3_ _-VnbN3:V )7u!["SMT'[c~Yc >7Ri8ǹeH&ͯAlZ+ C׊H”,8_3@Qm iS@wwĐH2Ft0gU:ҘMPjR7X^Rv{aTVF5ʹWJqD#ƫmeUzsL4 |hFfU:@BT(Uc2=; ܡ=̚=%q' w/)F}|-t&ڀraŠ">͊R -iĤ@D=K (2r}#9 +橧v ` nK0zy_[zYidy>:rQ9ˡ@}ANe^<YcZ"ah;v:S@oN s|! d%'%5J: cP*&ѮQ (VU"Y̆W2$$;::ܜS6@p^lC}A1R˜m  =4ncPF'PO\對vf:Ymq@-y1z_uhOymZÚ7UZ}NUngy楞YnB<2$f $ܴYć:‘ ۵4]c&a)g{l"{E0֣`k@ ty&(&x*/*{z{Cd26^F_)M%:avRG5n`@&q&ъZ3[-P{a72A3z%(|XX,\Zt@҄ihoʸNo䎻ކc<_z06JU\Rggd)TmSu)`2qMblAlgDO6ުk᢬(^(E*V sنJZ7G*%#" r43Gfyj#t4Φ<^Oo\[>k}$ԯl H $J`8O;Ft@Kv[K37du=L̇$8HTuᶣ].Ot1#LXc1u!SK֫ ^mxwZy#ڗ/L\7B|l5HRp8ōSσA:[*v+$썲 +::|rBcnqKcPyceVe4X}[`/]` XJ=&_@F['M r%}#er}iAiPi^nGр±tg2Oʮ}^ry_]r Sijp5}&n<ٗǎ;%k}o?Yv 䕾Y* ʩ\ 23_~ؼ|Pv[ ڙQ&^SЄX '.MSIf>JAKN,2uy;tE+粙>VQ%s;뵶Bkf" !gƽ*I= i177$.PX!2d -J!kt* .oghzo#-($b$7M>Xc>p*| fj#6V~d;}wv6+j x\zyT"S7+"~PRv#~x۰͙d[N:NEQu*8JDzG.ȟm/Y;>!?`fDPˏخ=IJ9n-*!D/!H>ނ5a`c%2|iUQ =Y-WPp >#Mj(]2!Bvm@NɺJNIwYȵٱ ki_5JSP)Q $zT';sóR1oC{jƮ0Ʒykbw,zS+V)ݹZBkl'mx.`{PEhS )a.lkBRMUsY7M+A޴Yr X-0(pGռCCԃM\N&֟ j+8F^j6fs"=}•D`k_CU4sAKdUvmoԂFkDJڦD`(ؙc"& BLߙJec4CDJCǡ^.߼/EKM \t|AڵZ%4m]&t$Ɩ0.0 5ۆJ?OD91KNS6*wq*Qz4Lpm\:҂VEOͳN1~n0r|l)Z:Y6ST-H2o7 Qq"᧦v@+#O{DQv^<ė(هs_^wo zjMFj>ޙ]&e a0osD<\*;XdoX,'FT7d(suZ`NKS}CIl:`/U)Z[eO .;P[^8MA-i Q<'g`s 1<9'kjpX qqrv͖Qe*FXO]U?#@,WzVN ݺPiy3A28tM-X_mų ڍP(ff\z@3ڳe^*q7Lom :Wg q4ܣfDK!zLRCNDv;GVp|Vyw%\ V}Ԣdr OYU?=Sӌ"i)Ovt uP Ӽ%eLN_46׃ M/j}cP1wHԳX][zl?,C^+KA&~ VIJa yq2fl*IAk+sz`,QWS5vĻ 81J"Ozk?Kt=Csy9EJ[~<2,"}P4A訑g.*0&|I?A-q^ =c 6 nky=2ۊQe}Pĝρk\q~|:"p,T5-*+҉F`sޚlA7oU7qqc6-+0Kt~k#<i|?h`#t[80oLJObI?D^1N5)&Q,bf懠'fJ+:{"i^)%9XB /[†T0wD$տX~;8GNM1L큔qM3o+u ewpÃG<.ͼ;{4(gj ϖr=!yt+ 8U nn>s6xT ArH*|qі펠 Ӥ0h(5lu2J'Cd"GnI~omB͈DYcdRƒGw|\^}4Kpp3"s$S1qRJR{Wklm Jp0φ@Ji }E.(G*J:(G1;!R8̴Niak`v;Mgb-ťW֫+X:^IJ0a$fli X+8.hsQVe8czv,mJK( e_B[S[v-ث0AaAVN*t6%-Ǜ~ 7 CS\|jEr@]^>axP=JQ<D~`+aOXK!Mڛ\#IvuuI59:bkC*]ov0PJ٦,:ȫ1X./h;z|EM71^`-v†܂_[qW-ކ U5qH-gQ:ҽ?eAaGFɓpڬ;LX6+[cPݗCf0e v^M6A=)g_( !ջ;,p>mݴI3o w4 -o ų ohR,*lm0~g[y*K+ ԅ32 M 9paQPdcuh&jp=sa~.aK1t T. K 48Tr)3xo3980_1$&ZG.B{R%` tC'A*aK PloKͿD_UN? bDlǘz#g2Ӥ6IjS_U&+b.fp[9&~ [x^9/6 aNd98Y$~SDJq ї6|p~HKrS4o8j/Э-)tpU(EY MFѲ,{ѣE4v}C+*ˢ1sjy&(HRaۚRAk{R H}j_Y ﮀ] qtZFsMn5 Xڲ*h~@ҽ~fK-% {>dP= S粪TMYĜ~&j9&80gz`L@@jeXO7mA ,=NL4&ϦC!lN|Ky_|v&tPZEJwV&jL2[iChēkb4BABdu,bx+qוf% U]VrIiv`->a1mp%o!`6rHhh[MarCm*@- l^sOvL}ʯ@^\pæ 0]rF< W! *X EZ}:_NYvIXWK^$2Ɩ\n ؟1D}S QcOa@;br]K$}JxF%+lʠ(&3P"zvy"T4?KkPV ⩧-vAK'{M/Q-Ēp5ш}zS:wd%,=[ G$PVHQvߟ :_T~<' / ҕis҅HESsIv$VۧHE5EoiILH[e†ʿ.*u:*&phE:%Qo=͐cƵ-Ih*vɁ%D|au'vŹ>VF*m$4vVl|R*V#ހ{Ct =ԇJ*r(1!2t? ḑއ a;%eޠM=|on*HIN||[UA67ߖX1g H-='KΕLWm,G_%Z.X'",ꡱ[eD  WeNYٍ ,װwOXj6Y~!bD/:#QJ))#d"gsЭLZ%Yi2~gcO1aŊld)>1@Vo{̭1V.sPqtbvcf]nh"`HB'gVȦuT!9 99(ypCqxlxHeOi7V&yM0X<Ҳ30Y,[QCI{he{4chI vVSs1 JXADQy?"||+|~Enڧ9\2!r;:lzF(uRaOI7Slk96N{lKBb7T+1c1~$ϓ栎X_c?[i6ꂯ$xJ8)>o(D*XJ,ݫmA}dd+U:ڡ~Em3͹lm6ywh_4s>$ `0Hx+06^^0a kͷNI)ӽn~3iyzX*4pMDTw̐^ϓL -t;s"Ixɭȝ!#rXbh  DIW^_)dn}akn꘬Lϟ}pތө u+ԋﴠ/'.ĪXi\6],pW V_whh}uˡ4Ejgq$9mmP. ?vRE@G #uaDQa8d54-K l&`nqݵ?ρY1AK|> =\;c+;kO ~ c|&%\ _k<^E#݈,(,R9viT4P(W$+7C0/VLA0iΗRipVliv(}o i/P7$7t `X\WmMN3 ݒmߺI! JA)@}Qԏi61kf-ɏْ zPrSSeQgҹVJ8JA)ͤF?HB q8A@%e'ASHBhT;:5ފ\5 ΔFcnlյHM $~AQNWr3ePa Ah5p=:gM#>k"Y>e5W0d3۲ib6M|Ccsg"xɐnA8?gVGr-J_%\)*^W73?:sƗ<9E9>2>$Pޏ~4ewf"|9ZXҙ u0IdE9frS?7ӯ9 t@~~.rM}2mi! f+ >$6rVQwop>f=lCy)?!"ɶQ2MHn{eNv_.|?d͹AaAr&Q7/8!Y\3B32Ycm2y'zcE1f]PN;%nk8Ն0xݫPJ")$=q  fJZrb{6LsXi_r!mPP409 u-YDdn٬xoY!GQIa9Hl+~l!^C@a?g\C+q#i C YJ6f QPz֞Ig~JLj߬jIQvP*I8,RKD=eJLE,R#s+CSZ%L ~X~K)?zmfjנ::JLHC]f++eHdcȃ~[.4XJqB()~9KH^ .3lbV38lo8AMrRd8S";3Cqۅ;Ar-!L/`w'ޗک&`~)J Ċh% ߕ8t5G}n̪xzN&oE b;5#JuA\Ut~'>G0. ^Ooc{:X\wM[wu\ ?S]XBv +&J.+AӺKD&QMZ 8&ѹIoƅf)5WD}^_ B_%'XJE6m}paG{}4"DF#^TIαX@ޤR!"t:i%P& Wh73eG nILwbh'&c,r s7TybpL7(Eս`vzZOV K:o$"ŋNXҚ]<0y aG`/MMgP^c$4H_6IeA "9<1E :s?;]ºTw3"C%lV O 8lD-FFxe}†l-l9'wFe[]vX&^HS1Z6d/X,u;pn&pvT@$ؑ`+YnJd.Ҍ:\Wpp]5gxM;nj(vՊ'k1(jh-ӈÇX"r$}Bǝ+> [q_lp:UdI+N^YWKpy1ٹ6r|+l׼{<u9["c#ঢ +3 YZ . V[-38f M燅%<)lIry s= 'ȧ9Itin'y`3]PѴFMq`mܞ}r184Mqi M2 +E진J%%{"""mqV/`a4K?Mpwߘ\hŕ]V(wɍgյs!X4|A>̹vz ="=0rg:Җ 7D8wj >, cBӨ?s"*%\ZlWΔv=EOhB$6 `gt샑w4Kzqc-euKuk&ʲ2F+}^`e2DFQa\C6ݼX9gp r7N{Lj8f.ٺy12U~-Y?aېW}`Ǭ)z;yL^o)8-KEXU"#;2egͪ6OLd1~-)bK|q^6=udH rx;W?pD&_rdW'l,OaqZD7O9,%/b\* F+F.98q 07Z; ۷N5B&AV&-{Nkw.ֆ & Ms7M]׳ME9@Fuψz/Ћt]+3H99vz耑-fz$de 7ח 's v'>yM;F"D7O5^Я}}LϹb]쑏tB%Jʁ x鹟.sg`CyޛrXkrkrK< . Ƌ&"9xŖTN)%K2't fIW!,b6QE@GXՊKR?4c<0Br{#zk<= f: I?Jt[}$P=:"o/vDSve-Α#lKy()wil5!ϰ#j*ji(m pz+Te!iIDA^cZO -W#r`~s'IusOaPZ4dfz?j6Z \+,&?oƨ٘~]s+8b*nFQX5Ꝙur0 4d*Y0Oo* _)6CD(r\JǛc˩WxQ0"5;|3W/Hm5Fr2Eape=ІQ>IFuWO"bVBcKS<ޔ. &m#MkII.,}rOFE5xqVD͘$y4sYqrh1k4;nz<@x~~Abtg\NObX/; @vX )좮:w6og2ȬIl]PZ3QO8S-ԍ=֮/,AVZPl|F JL ٢nܶN^zꈃmKLA)] $`D8#+ug>|-~0?@$|oX$7L ȱx0%cȽh=ځfɤG/8Tck~OCU7@0@rhJfoV,5x5/N>ISmy*PKqɶ+$K+ F&ɪȞz>rixm9OE A-&A8u<VC]'a2O|.VR!W]68x.( ^7>͆FIXE$ݸuo0W'95ِ1x+Hd"c 6(+=5I'TI( )@Qϒd=Ѓ?1ߢ7;!O~^Ӛ05lbZR R0`&̷ؘDrڎ YEMxvlΌIf],/q6 O?ʤYnI)v8k8;eەu( `w:> Xݎ 5u!e뤘&1 Z=$ա=Q|džY|3kCGvX{RW[Pv`is¢oWj Ĉ5vE Br<%s䶺IwZDBCB։:d Z\UyL.QTf멕ꞈ1k&&|H̓*=;WPI$GPlc]ՎT)]o_R<<}V5伩TSx-/:FPCLU\11-a9yKgOs@TX(72D!D 7 ,N:]A*/ຢ~UarӸrCL)qzp3_Tsh(])7N#V7b.t 'U>I.9U6*kw]/pD~գh. 9# M'-Wˠ+;'NK.n?oho׮PvI05.w s#&Dw _bg;kSW5) 0`>,r0"]StXHzA:p//TU{ѭyDEV_j)xW9 qNܖè cv&,)p