rsyslog-8.2406.0-150600.12.6.2<>,7ԉf+u嵨;_Tr πn ~C_pVo҈wZX'Q'U>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%:.kgWE ljTHœsi(m2g.\GxYv:ޣClqanmysk(tWg,l,yW*#5{ hn-ڼ-4I,-GsBH9b $=GsAwڍ (N!X¶V۴'å2VVEH]ةM_n\WFUr7nN-=zq@κv1߂Յuȷ4nGn2B$ZXV2 &Pڛ|PPiO/xfRz^ 3撺GD_g*K8̞ʡp";<(D+r{[ҪλFr4Yl O#O%7n ȲFaz`V>,"h8:VL - >N^m6yPΚ-]:N\'hF^ϦU>|ts nU# 9jr8VKFMz,LhLl]#bPR0C81pi/6yAXǢԞ#8\sFs9T3Y0RtK @ zFgE@=”V yҴp",]ޯp#-Us;2ъ6)g3u}b =HBB6orx~->n)g(VQf5lAIs(m6d򸠕?:A\P=#D0ul)Mc)ePӮ9Dޤz@{mgiK}QS=bcSЕ5(3ՍaF`ɀ9* Р7a id>Ey=r7qB3[ܘ-zҷ&b^w盗~r#Lq8Q%eeqq{i #tiԙJ.LarI) "Fhv9lrڵXU8X™Ev?;%1U cK(?k ꚺqw8Y.i@cһ3xI3Kė*[;r`w!#gRH brWfQi5gl`JX+:,MWnU%)ȕVk84"!O;㫨"XtI]Bi-.@?/Z=$VYO7xY`奦4\I]Ί%!)Qyi;wPbe$A-,8IɁ~nο!\XZ45 !ݨpnJn>Eb x.$V7X̽H'Jʀ͔=~|4a{1yV1+GC (HȼOo^Bz~q!К%gZT< Pv$z"=eǧ1ky݃J,=xf7B$=M>x|h2`b~׼^G_}XwMpaۻ{hq@؍7)ȣgk3[DJ Ga0xm b"JXޟGLU\YRj3ij 9W= K?U1"?ºLݗ(7t"2M`Q:wr@ט,i8jȕ':5k|MPT1/h_*^?+aѐYjsv& gy}] Vyv[y`hFcAQ\0 WԐl5x#Gm|۝T0A9(1/( vٶmvp9QOH73ě0m2)@8["`3L$zv *`yQ26(FТ35pPuTWOY UŀC%xܯlI_'oJWn_A {>[.El0B,[ee0KfQaib֜2["JW38Uޙ8 . -]ICޤ3[^lY/d0[ 9$TRff; a1jmX[\b$dST7AY%:Y ʊ(Va(zeL'Ȗ;#udٶZSs}G2O/!N|6([L;]V)vs ے"v9|5*c5S#9"5>/h&'dТlxVRQY 1h,_ض-8[BKe X {9H'<4MZrjʇ˭4K|, h+:Њ "xo>Jr^Dp1M2%x#+ٱ6[MYW>sjf(D@4im|=]ݢj1ڞQ ^T;\9~?i5tcS{,];mt=Pte_GB־TRE=3VG>0't2ަk;hm TM=Wq^ r*_ϰE.,=Ę AsR-3pbqxo1!L+dHA4Q *R)8/6GDü]r5u)ٯ$u_mMt 0^|g ӇMWV :lf0W-F%;M- "FRiMa!F=i4l$PW1AtPÌ&Ų$SE&*0D\B3pIt^"r1qۑHt:z唫R㛄}ONEM`z8=Y q-yyKt5mi)ŸV_&WhfOcQ,2SąM>fdV6d7y?ڭuW0p^)BuzJ v\~M&NfYLUHu^'eqH (b,;6(]Xhݺ1[5/.RPEbUh;E"8??I1-[Ik!U-Z?STۅ F7Xu*@Ԍc4Vl&TɄdĭNQ&h$nNݼzj8K#aTk.Ut?i5+ Q;B-!"M@GK?p~}z|ӗT@9_#-f߼zoAxP9 > ^~V\;OǟkDC4j Ft@wʯ驀!\PFOK 8cf;@e_HCK @|anMR@h M-lr_ ,ۚzu4Zř 41êRVƨ=ִykG=*rtlbv-el?UW6d\X¬"ho6OūSxC-SK_)ӛx5"vk~+j AlE<[EwU{o(~iP`Yռ{\L'W_۫ȂЛo>!aFpNN9P]>%&^|8嵳s^{ n_}L1k1Bv5;'dSV"y:n\_cM ,vf3$vؙ(z*7擀A_w\EGAzOEG$XBo){x|a#zX׌_+u |RI)kǸF'"g.Ͼwz,Z>;[ýKbM j2-~2ElD]Bes*->U>OMBT6Iq]sSΘNT,jS#3[=WFt^jF{6v$&Uû,\g˞O frϓS5e!&-mXfՏG -PdZHNg1z:`kѣ뱎C&rEP|CN*z=lvW(-Lbî]RF?w i`0 {:,K.:w7֞Ry 紌Uxa/9(c Ӓ8'|+ wPZ[K lq :&Tj%$@~[sE@h 94$g6&ZΌ5ZdH^YL9H}N .~;#_Zĝ#c%u )Z?&N7t{5#+w5ZcpsWZ$Ҟ?Q;WfRv+ d 7̪"wqΞ#*־/e8<$q$s %YT:j!S1_7Y|g`iFe"'N oyP.J(5M·5^t0{:i 8qbQ!Hx!oecDA]3/z>Y1&J۠\4yj_ ?ޕjMϏ=sifxD+If>!߂1Vt@y!m1za=~íOgp6]%Bw5wjtRa\VssPT̊Y#EvN{9x9yo6g"3ZxLK!@6`fFRPL{2'oHv؇Jf͂&k\[coyJb6O[h l7D4Oh)1y p-V`S^08mmq[iy8 ~$ІS.4(U&_gBaGO<_!s rSԃyu]\5*̗<\6>? vIjhoX_}J}vt~Zڥ B"I_JC "Rc. m r_Eϛ#\ Wxێ /^ /'6XDI? ,={ pCӏ>6t[%wmWYޚN ġn[ _\I& ^M8PpkD!* 6T! B:Dܣr}: QKI"-Hw? -Vh N0ٛ: n7ʯ~omf-L NGs2|R 5~ P}2IC6xsxSG |ݼ Ղ/zՖ"-jT?,:J%HgL44ݥ/f 8+xlFƞRXLl!(W Ag8y3 B/Y)!ڹLͤVzCC`膍XSb*ȱ B@'h~UͯO6&6G'Q_X~\Εa-^iG~֛%4HA-9FY鳐˕=,j;9Kòh(u{o蔰xk^iFvBK*B}5˜>Y8Hr`[<0z-'G}ͰLf s kѫ5v~22S zf"RS` ^xU&u".gV zk4E.d4Kӈ(Wn_U >l2<g N.rҷQяWY9u(aaQV+: Z9$92?Dv$^ַ~$dÈ3jRV9{ՃrMo@ƙcqFisJ Mȸ>0N^I`Q+ "M3N zUMB)3~S L:K+TF bG ӅRD~Sjo.$᎗OdV,K!-Et툑F0,FϛMpm4ntm+Yq K0nslMDi/*"r ?Pe/M5e,)x淬s?'~5 8 x7CӅXtF k<OexZh9KU~H1D>ME}[ɗ?gHNXn_5ȓiL<'{y> !F}G?44#{?gRɶd5{9w#b#t\z.dk30#8i9=ۥ,G\Գp:n&UPsX^irV>L@y8XNZJn)o3hmż1dts,q͸-],%,+Vo(PS; j_8ݿvgd5dt,>T}j*)T=- t+s:):Q 8ir9*uӇ߮ϠEfs'߼N/rZ^j*e3#:*Ъse<^*g"J?֌ JWUjmIC)񰸑3WY/r{V5*97zعkی-֘Ñ}c- it(d5AQ d,+$?PVc'pT jz %Fyn(+qCCX7H (!ƮH9?f]_ʻ-0ǭP="XEDҍ6jKl,;LA6I7_|+L̙QJ ,LQ {?G QS2 0B{'~U*1bdDT vez(tX (j sEޕWivI o,mwWg!RB 'N|[,V-H0yl#Zū Z\SLXȄGӌu 1w JZ_9d !'^ h#O7-:_-%QK N&1r4۪P:sqh7~lQ7?Tcָ<%JaqEc:a|- p܈iG#pͅb3.4@=܏1`U/4)ϡ7 d977GY "KK{u%m_aUoguPvS '$AQ3_ߢiTՓC /BF͛yg-Z֚,$Pfk^[eޓ!,G~/iPk,a#˨5 HC3D7dro&}t>솈YfY ?l7M3\[k~qHXu#QEAbb8A4x!l_A6^vqW|!Ɯ-IL 6QXGFnm;M2K"!aG Ljs/VQJJ mJ[WGC:a/M8E {!QIQ?`S\{#Ñx%YRUm =C4* r+mĢ}mXe_ZuE>]Y,QP׎ ]cm'6?B0v 㯭դɛ>82tӜg]rs5==A"j263R!+mcgO^S1MqYcl 査0⎘-̲ڨ#V/e?Sݗ`[9d#?n;5(XoW(x(隙 b ;fy%)jS&{#U)bv-cr˯V<0DH '3@$S:x -CghLY>œ/A?~(IJvT?<ڣ0csbC}{p\|)FdcA~E1ԌS413k*ۭ\6m_\*D9Re_PdfOULU@z3X&`-AgTK8icr[_ϐC pgjIEp%1^: T@G2"G7T_4ښuS>jgԍ>pB;ݚa%}k,i4@T!d@r^}cۗE||Z,XRPh4u]J ÀҨ(HD(ד׃ڀ[Iumbu3a\aU$ ^eLBA)*B``8L6٫kq߷q2031;ܷ A ];,q hmD٦'(/C_43[=Tr#`( 5 ӗ9pdYNMjB!^#Vq_Xf'SwPNXW|g+VxWXI5SmPsOJKϲ7pSvQ!9,Q}N1ɚk ms㆝ppޟ*J=,=-kP2S{G"<;WmbJݰ]D1F)%ц;Bh@NȴC*UF~9Va H["[apEa mY>JXYu=~A~/8kZztɯv(zGشar*{ک2%e:z@rnԾnpvzR3}|_<3<} {Ԉ"\Ɩ vF{Wϫd2* `|_nN:nl<QbJ^Àݶ^AKn=bOFd2C"e& ESOkwߎ̀\W@掌jd5`_&wԍy.)qeeGs7fYe< <Kۆ0^ )p}nHTMT+Fු|Z!w]RebKs.:o/H8?I%stlEq['K&]e10Y^c6D6}c_D/@H$yȊqiD hf'f%3/Aw~:[(Xޓe4RDd4W{f#p{HHw^{ Pen Y 夬9ԋJ49& vk{!a;+ %\l%#& }Q,F!}cz42Tl>ceo&jE׸o'LH`h@ӗF8& zq Liȥ ~X;E'4(z\kȱ)`ݐ6-H>h!kiz3xF][H\Vy Ib&-S;ybњO.ۜaڷ|5}kƅ 8UT݇ךEӋu,Om4UP6q*|5@H k.(L^l_r?a%t`e^n fCP+?JREӆਘ4%dq{ dB3WrpL{2x; \7o(J.9AlKT|JZ9u#_&p^2鳉$HYL?%l?Ȟ1pIdN`KG_9Q\m kQh2n@gR>o B.<~pJdbvJtLisl5JI\԰ɮ6NՉle I 3NʪFo(o:,Á&\6)vp- i],y|$akx=fs4)۳~>!í=l=)F_,IQnm{*4J`Z cpEu-^p`@kas+FpV-UoL$GE^Tķ ICZ4?]ylႄLs` ve Gyrvuh?_'PGADPxf5`QkL9U}Fy9~xvo+${zE?I'k<#(nO9o@6?J<:?(k7vxO4{h fA}mF%Z m _a(+]-E&lkeHf~ۍț\6O()HdR?e'Gт=PyE/l;Br .,p!oG2zyـ~X7QI]CP ~U 4$ev}@eF]r_v wKn+Jx~jifC{귦a/`|HUJ Mc׆쎹7uñ~,`MNJ(5WfW cB9`u_>50 tj/Z *⽴FПWM*p7AҚv?(Ԩ<'m %,PQE! TArOT*_H߹ PoBտaXiQگ; pVgَY6q.hltx`2|C媳R v+ܸ^I!)q׷Ƥza5+e^ ǟU{ ;׺{tY$-p#H*] ,)8 '\"A~fH5iaӨΥ0BFZ)X:9H/y{ Xt+GAzkHqT\@_f)By2H;o-B޺xِ2a,u g%*"-I0~=nLNqX݉'j"h_5)VXχ6T)crTdv{lt6r{2&,010hoT0ZZqZT05P@CUG=$Øv=k ojEKP!nxDToN>q9hh6W!9RVٰ q%9DJ7#߫-Ga#['̪ U@g/K7!RE@Qtd|(S_Ls M"dP1>!d00$MK͊pqYst˪*B.N@7g J}IFZ6Vbڷ4SĒh \6)C?7bjdeX+Lg儱XOI؄%0c}`hX2g_iRxK[bs:蟑y_a/W<2nXvИU!D.%=)Itl0_U )d)hl4s+8p@篓~9*ȯiru7{SX[׺WU5Ŗ8pJTFWlF3VB * bћeSq3F0yQENvJb~|Wu$y#ND\9Z.ffbzŸkfr {kWPNP<6jl2F4Ze4hZ ?@!bAiRyN ΂;$D qcNNf~X' uS/m$N '.00'C9]uDb_I x.#smFܙx@mȄ!x fu57q/RD&~/P,3_3CJ׀aJyxx9]ѳdTTitQHWMIqK34=)JU3I/4gQ&Ң!L)% rX1.D߹oe9kǥ[qx! Gu%"}LX"?,Vp8(tCUo< 'N]&t94XOXr^^D:ʻ;">JpNJ` Wᤒ m. bT ȿͭqnj$w2d7as)֜E7H֞iFe!`U?N]6|SDa$ Hl-W^S\DT 0+r{ 1ZsQᓙg(&cO`pd{e A6Z݉P;s۶NvY+-ewQ%`m_^Dba.Š#殲ʃʅ!+ERBw;\)Bʁ!/~{S:8d܃|%5S:N(@?g$w5ipy,@ Ui]!Pa3g𶊧pw:{hc0ZV_ڎ'˕~.Nk8F-ԣvfYbEL7I}w ,6SԁJu[[ws1e@ټy-F~bo[Xg?A0/^p"ArC)\vNi%)^1s^@X+bMtR;56Ũ\]RclX w>@r]Ttu'OSזLU ^'ᲭVmQc0eYʏTEWwЮmiy@lyƴ|߷dhT/ !]:$)F-"|g~?̉ sh,` q&92hjeտlCk tN$DQ[ŒfF7PU\Q\ :V4ʾYqnHRG_{-Ken5]8FٽwۑD&~yn]D?*Ӑ^HC- nɐ}_s;L 2go^8]DK)]]Ն+ݡ*ϝ WlA`]݊e;F6 N= e.ƅz8;6A"iiwl7=$l\jj+\*3i:AW醺R**[ ARn~w ַZ{\s]Ke򼽴GVB\ S)4zȐ4E;)xđ{3piQDs ć,R͇i 6#b W%KeEѦ-$[oZYDΞhZ_M[[CQ%dP(,t!JDT:MDW Sd11uʨ zS\LRಥ}~hW=\S{1;鳽L'?m/ `k^uq#ֶ ]&N16G#e>fB5F?-:QAqT[5T4ÃR4m[\0c-RaްlM9V\(rSo蹪;OXtDY{/8{A}lqFL=` a$r/~9!f*/K'#"yc :e5qCe|AOlK_;IiS#-Y=hCE,5?eS 2~mw|KyϖhuK!jr@~ЂK7q9f=.&5qr/kEd[)hvfˍ.8IXkEyRӰT)@x^J'yԍk^L< uΐD?tgK ]f?p_gZ ˩ rlcve!K{68`ޜhuw~ĆΝ _P I ~J5223h:h ?qL9Į]icoWMG$@'ѝq~W_G/ xne`OGO0?H6/edaMGC*6 \aW7]0 pSx\?.|=630JdvqvX?pWSgm(778:p*Lg9}.,+td aH롣h[F4CT8Qs!TweBDQ<7uR0<#~F|)WzNJY yX3'*]Syuǟ~thFf3CExI P'!,.e@KEjfD||WͩX2hӈ瞜wx#v=@ Fl]9lINZAJf~5~'m?M0̭գ?tϸL;W :Uwƺ5V(J7][킑!O<+f\iaˎ>TG^xo"L3<]ZNSeO %%7_w$jJ\$ Kd~Gdl]s_|VܕY$Wc<c_є/{S/Ud9Fjs宏'],ri7AZ]U< IfXPe8[<8Q%M,74;G!"0#e2PDN]3ٌMn,4_כ&>^@o^|t=7c"@,Gu92whQxRxwmY$G}) ,<1<7(ӗy0gdXgMЈ=Oh%b&o`m iShpUy1;:G8,*|[edwd" !>̫IQh#?IEZNhEpX;lFIH:Ӓ(JN5*L$czW2d,oQCn+bbOnɗS=|0+RRr!rT}Ywe\0\pr5jB|.L!m4妶p.nn蠐*\&%ު"{㺹P[;%:fD("G.e72deA ۋW `D5Hg*ӂد驤J_DMQl]q dYjܑj=srnasRz #67mYh>ߣS{/.ri#uܜkׁ6)W>l&aC=$)D$oQ_[2`No7fH2=gk`; ү?t܌(z|^v+-U88]DUdb\VWV2-R{̪ޝ\Sn+Ҽi}8ZR N/vDsK(!nj  oݳB_~p I_UաC"rtU92[P"GsU] Q]Ç"~by{톨< /L%iô|5dnA(\n=SCGވ8WL17 7إQF/‘_"'{(4Qqqb$ML|˟>,WM^ZLǼ)Ɣb+,mRvH~ݧzA8EP\Zo\l77ePpy2|5 5_6UJ6EfD#dN?(Μgg}ir`il=l,< SyhCY'kn_K*;K=qkEAA%]k`ؿ5Mxh.:-9=qF׿`!(nJlp5Qm{ ) Ȳ8yP Fڍ0iJ6낧4L R8QNDz9_}Sc䧼.Md:vڙ,/Md/6WJ1=%1=:Y8ϲƭgGxb`߲ (Olb.w]5VIPR5F @* Ϲ VOsT~fG4Me[4m n Nރo6|si,z{e _E蓌gPo9wm 7%+;I)vxS s,= H-ɥ{m.uSrUET=bL.KznX A Fy'pd^BF}RJXcknf8tp8{OC wG:gSէ`?cwn< ~ez`AJ%-3CrS$ugY;)#}:k&0·S[ j*j8c'/dN0Mnm]vf hvb))G%dwIrכ翶$m[l}1rjOaLBk7Cei=!߶:Һ[c=ljWH*܇t e#޿uO%EK nA ݛr$[{'3T֮ rM-%փ|Ó_0|`B q,'B :uoߪUQ-c9ɠ7K #Ospg'οeoϋn= t62SV;gѬ.5H>?@>+r)aEc7y; 15&uokp^Og]2o|ļ"mx.29dpt2 6}w B՝E"0pe2~MMI=vWm~$0.PQA"AMp]m礖`jNj ʙw˲B!vQHmy@ƹ^q!&h#R> SYڢlTPGEisb2#Ϡr_Fٴzb|\9qzUdLߺZ[*A[S葉Z$uۙݵ:ykҤ#^n-A'~*FX8`wC:B= J |3Ծsàq ݊ڶ4d4?ءU u 7nսbZ}/$cmUAuLT"<?I&!QLW!@)Rˆ9=T/B"*&zwGJ~5s!A9.ko_نdZ{cUV1(L302b62jbBy~ڇ/?^g `Wd}2aSwT跣xMi"Dgڬ6DJ S;1Y^L~"F]geWj)Kt,:eG _2)1^Qߎ>lK*KZ`> B'4XOtMʩkb BbX /w [Râ8׍(X .DHq2,@VBЛ;=*W腕~QJiS{%|q[H71N=NxVg|B iĠ)995^q-nnS그7:ȟ.咅i[~ Kxp1 ǼS. &1|% KQ2ѤOAFnLuw`߱;U]x'W Lj<#E%#p|אes, Q#å>$'/DfqsUS= MQcBxb l?N&Y KEU6pnP?sԍGBT:Xvx! `߃hrAYsDiP,bϴr;:RXE'`s)O Vx/W:e|Y7+ϫ%5|lKKeՂ~ƪX %ڱ~ B)푳a=\;]# [$(sR Aad"_E#߉3~L 7;ZR7:x9qחzJuoY6vॎD =vs.c%HV_^\Y6^16j]ں*0&?kt@ KźX8K* rc5|qn%x WGT谹<=(/dbY?}:8jb}@ !& ~P GF,w- s=0wc#!xI)Gku#x8Zs^ "@cO◐Mx90UP}iPI$fh4R~+5D ^V7 `jG&[eM \ooZ:Du!JSS#xLP_,-`䚖OuN˳F:{afN0w RYJFG}%XDsX >H3!0faZ܋P.$s6O7 w,xm.g̉}}=g [l҇x&EhV}9 FTw_"r!4*f ƹ F_]uRPagMFjqQ~2+/LViNhUXMA+)K=w-# Vѯa=guo>PgYНuqG"b`~64tی);+iVkggm ؟6$.9_h|A?]Iڂg?{:81}E.-1tѲrbXJerW<0#s%yA ns~_GY/4 4#D 7BW )=v^߱\rOEn@ hmpa#YGzRy W[^g5\Lԕ͉5Y-K%z t#Fr_.k xSw?Y4jpV[l7Wb8O8xsx[ Po{AA0@1_.xdF9ꥫg~̠j9ݓ}&vt+sDqj&pbQ[ҋincz]ОBO[(]d^R44?\m[E)=ZA{R{iĻYxu?"p 5gߠV 2}F^v!Ӫa9cQacP/JH=ajMo V_<ŧ"AL*K$(_Sнܼ("CeS޻ud(([ws00Rʲ *{f>^D8lngGB6'׿ޘ~H!"D)~#%5j nI_9 (K+ہ(ޭ,/'Za:Ueb{xy8?#]!ǾHz_^Odmy3ǯ) 3fvSW pJ hI%YAx:0.8Hg@=Txؐ/Zg$Q~"%- Qjq̉ų){gH=H E1C2S"!i}dӹ4Hmv0u5WGExIAD Vh @ǔ0kx9_(RqU"U# I_h&2 daBCG>̧r:[GOCA!_1_E>˪b5h%4OaiU0B mJ05 ̜²KNܐ Uү\rC[aUFq.Pv9&2uSǀwG hӛeh& C9qQ=C-+#:kqn`2&@q)t쏉Im7"%ixZF1t.Kc&zV|mN6-80Bl2&/[KTa0״}l9pIL0u\s&5'S?j$qE3%8$j&"cP!f f?ۭƫ,eYJN87kx!*4!$0cDP 7LGwW. 4y7ɺm[g.4VzmoWpe*GZe(4k[ 3"`FL!\ico3r"mreT-q3>ػ1m™;`Tbٸs5kܞ{kL)~I눅)u ,f\M Laarj)4 >D;kg7f–WZɤp7Ja0'tpCA|ľ<۝76u@ O|8 1.9]z$&De;iG?Q$Th X}@Pun>tQq_?"4{L/O?J}ּ"-riO}99Lԣwcm1@3˸Q`v90) #]˥54+4ng{M~_مR֙ӻ2FKXi{U^mZ-Qp?<}kN 8(?u U H#>VNh䌈*̇zSIҮvRԡÐ!}PNB oYvwgJADj6@L<<ȋ| U^#.R*üU%X/qA0+lxPj7A,xZvmߠJt|fj+ R) &m!ʹzs*{<3=$Ofyަx)M-zuwHFZ]ˊxr͉' Y8+bQ-i+g9ɓ4F"N/E%SDYLk~-:@WiRS41;[DAni+,@lϭhΩm[\=gB/WZ 4ahT\Fx*UPz~H!dM:@ s%{m%C]z3'W 3z9 Gu{\½kGUx2#)U hrH+6!O=E* 4vEGs`C]dU?ub? $)8X }KD7ת7P a:Q_Jz|>U!$>F Ŏ?5;Un,ԭžDe`zZl#b?|w&$Db4l.9{(0eKi']+oAq*+JPDiCxySdt ̂+`|kmkd,\E0| |Q۞t@xslR:rNS Gh j5m [a7.e"DdU0=%I Kw<\HC;]sAdyI \m`1Aid'إ+Ke.]L^ՙ/,5.R@Mc{\ 6_jh4[Iy;-Rֺ@>~jx-`|ax)^-ob?Bi$!`Η&0 C kx;Id5myaqLIYYiad qv8j(Ŧ?FCj[f97qBl2J`?/=GLOWn;YD$z%V17/߮S9u8">ҏ6:9":j(?H;o|N!1 h6.uT}~IXC b̯XcFty?xK]SƆV֢^I-i"юe?o4rH/rou61Ľ$S5+a(FML'uƭdze} \Pb :6$zKs,\kh*ZCc (!Mx5`{UEq*)68".Ct&\{iؼ ܣZ`7l3aC٥O7kNo1Qѹ@viy.)4Bc {gZB70N?|}+#Q?"4qvx\{!65IpDCqS8>-^(KME}Y"Jr 5/2N!U0qS?4gNaC yZnP dav,[s6wΠl;Lxor |\8?:sܰ.r \7͟D=zRUz~} X{PO]W-Sۚ'W,-eQ<,OHUԺmc=#EvȪG|hJ_uY98pi+,(zt5FPMlo!ߎ_ݷxqV-`!M/ecl,#"$e⨐K8GժH;8;HpC"#ff)a=wHGיJ[l foͳ?*ȍƵ\m ,1Q?q*d-xҕF(TcG j|@UH6&;YQӣfyYB6|Kc{+=mC.{׶>:\<%(F#-쵚P7Yiۃ`HJMbE.pNj_߆wถo8E裷/pe4[*V +"q3z;﵃쬿dr'2yM,LAt#t@WST)_Exq,d7G:WEQk酖Ë|4C$O AcFXĠ/qd/Ƒǒ=Xm:q4}4ULMu[^%ϰ8(DCehxcnp4wx^EvQ=5OLz)ޚ7꬗4U2jp9!%~X[LcS"mJ"isҜ6''&3Ŗ2-hP[ތ=^ps&S)q6Vu#)+b|}c+}Vdӱ^I 37j~wy(|H[#ֆGY=NcDD1lólͶA(ZSޡ:ʁ *NG=.twibV6{^b #4521c ^,"Г! kȂ zG+g;i Oj W{Nސs͐]t-< 7Pw6|| a!"9tg'q"?4= gKVPOKb<pZT-|c>Ц Cc -?Х^ B=$ "BKk H7??ڛ#'K,fx<<|Jiԯ]J!۝baJH P T H7=YK^}Xq^xcRnS|>"s)Up.G%զ(*Ny\ M̄B+b0K;zNb!Y_:H.cjBd e5 ec 5lv%Ff"%RtW@ļ,#œ`|GE / u'7q 81^-Mw3#b@4~\x;sc SR(*@uW?*T:m$Aڗ07o|6.3z_\)RcV /x%(6۴*64/z(z/:BKK\uz{:+ 3BeJZ_g / Xװ&n7Ziw;9x6],!Id/4t/A~-Sx4[DRvkJMvSϽ)=K=Tx ~6yBTCWեÑ-Rk~*ZYx)Č&v܃Ÿ;xH4 %p$16;n-L3QdhL4jD[c 2ji8j vR$[,3urFh~4ГUt>ɃmS ]YI4"zBcgkҲx=ZDQ $TԅL 3IYd*XA {0V(M򙕌{S?9Ja߽,BEsdLr;N(kmmZ\Lt>2y?lśF" I%]Kc;1hm fwb1;# Ĕ'=oQ. " rrD QAӿnF}G/<咂3t)6E.gЃ~| Ο,?TKC൶¢BGf͏jy@64>A /Mz>[5F ~JcQV#k8WSQ%]o<*z!j䬱FmlS2Od;E -xrEKi: &Ե=߽(D)lL{ARaCL:Ywuֲ![W#Q`73 *+pYЄ?tR|53 # Y'>wOɢN/&&aVW.1NuW} %a8.$8p@3nk>.I˪MXr9 z0=rǹpik%&+e_aXHboR|SQR9l!o -i.n1T7.ISO7זZh7yG!E9ͻeWqv)ϊ*Y:~ł Q=WX2C֮K89zpU;j쾟lj0pMYH(U" Ȝ .N.!3"Mw_`ŏOF9/ IY7\b B{y[zF"T ;Ån!2@ %e*dHI=NaI 3}?sGw] ]8YsVt^KхzPC|}MyERQ9Euχy4VYuHz4g|5cUCz]W%RVScp%-;go=M\Cr6AfİqgxI ꬅG]OCDY4Su-*; &r*hQ{K1H~c*\VR*ԚnazP'}k5]$}3b6Cepgn"jao/ ݵSPf\c˫!*O3 螋ɀʒh0!ZF,QAm`z iOG5]J{W1Z3U!w!w=\ڮG<p B<8GZ`Z"~Glʶ ET6wC*k|SߍjhtEe'N/rwZKmگH#eYwLfM9bj. ;9*yr%#4h8KՆyɧEQNsaee9y>G3LA|uArZ̺+uި4)ݣtkx#X؉ځu\"ɷ# ~+nMh2(#ElCFA^{Klj^]Lj@5;]DXiF$v98c՚qoQkFxnBbܟlݺMwuO-'*p e7vT !\ J+b"&x3mJBaܨ/|V'*q!d72{~: /^ $i d𮄷`5aQD5-#GgL.]rVeO!)_SRݔ.jdiP]R=ܷ^,ӻO1"hPXI3eODgc#% 7 49؆ .VX >!l=iR,YO12ZDRh~Du8L<ٲILY@ڛ\`7ds¼'Mrr!(8 כd~2'ˆh+rRט!CȬ=IJt%[V/>2lSH$dpܖXHL@I_:yfu?5|*9he~3R_/AY}AS zzd/u ggL^X,pm{yM0~I2z{|gy*rd)fUڕ'7$J=jz@#@0\n!MUz! lvZR*P (a]h}SKe-)@mD8iqFHmxT-mIkdٕ*W86"'vOvZbu4FknԃG[TOc,Yl;̉!..pr$~#ZBZ(-zu+eUx&(PxXK̝6F̭SsAkgod`%DS%- #jc,j>±_ZY'$[fp_G#^}A}Ri>GPdnh(JJ+$ 8N9rB?7⸀t=qȞ0&7Ox>AXh IČcTlb礛;: {o{D)|d5^vL ,L;_,]wcGJ̗Qw<I \ 0a sURCOz4_c.‘woB9֢ܝ_ƭgΐ¾Z! aglGYց@PZ!.&2mk>H/u)|nn%nv0Aw 5+01C5kI=.d,bKw~uvɻΔx bXqC5; .}d A'ד:Kg&W⻤UBԷTL$>S٧Zfg-k:.5J6<>.ISd97,ԍGge5۲gc89hn@ҼJImWc 9LHsttE S_PBe F1ZeJII[C)l3iy7F9HW?x_@UQ-20ą'+ayì8| :QhYIёɤ!zmQrS1=/1Hܫ?#LR26+~.,UJvg \5bq@;;](e)_P-QఎZ`bKe"bUh koF`>]˵~?Ȑm\s٭Xcrbƣ^2i\p( J~rh!rL-b,B@9 &ڃ0,@Hr> (-T:ȑjK&X 7Tr$' kC<`7oHfY,~41^B 1.޻eOe }q&'fՌ>`3|LkBz:#_bK=paǯ4WoiJ^Ҕ[<B?ܥ7o>*cXN/\X2Uڻ-z'}mݣrΟ~ɁV$X>((9A`1d+}K{i ߘK~┵ !m@!by,@81bLخq=a^W^67D:r"J~>wŖ']H1@5j'1#=4ZC}S=1P V݂@XJH-P/Fib0z/柡eW>("7 K$\@c7II(cJT oeqE9V3xYqQX$;q`T{A ʃmV/?[eA9nVll%;G hv lN\k*aViG+ 4s[IN{xXX rRQYe-[>njͪ´^G0MJ9* Y^K15")'3jn&w&IxO,mFMǣQK-6R2li_ߍbYX)ΥAUa1^SKt&fM +Xw,;7.jz4T&"0[RiV˕ycbLy:²C:T.dV3^mcZhx>%ix> -P5'"y0*) : f~\W76vqe(؆];ΐ; {sV+VMDJ 2b戀~ƭ@ ARKǹpo7:Pgt#`U|E,%⁍|"}с'4o FYW~9jqK$lp9S eOV#6OSI?rͼPo3ҘbhNSɯ(q-]Ɋ&1>57hY5a֟WÂQPy诨kwaP-<DC_wd@:L5fx3`(\E?:5C];PBڦcorO[{nCeX֍+m]jƃXx ٖd2rKݯ)ÉFwGbfD 粈g1_΅TC8"Ms+Jȫzdܛ&K;1)u>QTp'uA;HdޗXl10#_=>g)3]MUayKt`S>IO +:KY#˜[)45v D<QpBO@u5pzk^*+%h*[[Y^jT?!b.aOA&o}2Ƈ3gG3D;؎*d:10KbJcJxyd- D%/  8\'AfܪM)IC6h42PFf-#f(#w.ݏ+ԨѴg$e~G{O@ZBM KkV7ŁYl~䢌{Xv 0/9Ns+ #?;T8R+1E]:a@G¿edy(*?;"J 8g|Bo6ӆ'CAlT/鯘a1d ݒ1d8*" 8=S6CNE|?Z]d pU{ ]:ްcDt2HV }w$n=a,1#^sT!)Ԗ'#*L}h>j!W@}dFdAI9X 8})FG&>5(臨ztq}s]:,L$(/!V\j4ٕ(dc]>i#  ^L\^ TSҘAضzr&9gsj+9(1qӦhW~֣!6e6(wFtSEn蘒r|rfm(_eeF b\h@XBszBr|Y_h`N0 F5^~`/D jD}J?u^"Z0oW'8/u9ѹjE<[vcxE9"9=FKb3u%TɰS?M1ӷTI V1.qeԾDQ7-7|vˮ^7J%qE~A\n>Uuğo [Yy ;,ѕs§IEmz,@?|*hC_94s|[ÜԜ('nzA3PCkD_G5$HrhV3J-p'<u@p<(t$gcz)W.5tF颵 B3haHf[-!|K7h&Y~4gqv1,TsYL>Oݨr< 4 ʜF6('obv|V,9Jg4]?͛0Dg_Eܫ@YMk6!qTWJ.&;[F LM.]jSsH\=v1!D]%^ݐ3w;OL0饊BEZݝJ8A,D[7qr'ۇl+4Z[Q9Op&S7G{knuvTx^1~^% mYEhj Mf?܃RBef˾n,)oeٽӳZkzkE.Jtٳ֖zM?]?6^rZ Dn+٠\sڴ1lrz}fPr+78& ӯf\!'No:}6GVWɪ\8m=I~]z/3-Nh>vT-݈ǚgO{?sWʑ?4faM+_`x ip˯&ŗJfO84-16!iY&9B$.[F̓IZEe$TNqg$wyݮ [ބBDMkJk@z\RB)~{OtTVÇ7胂)V&<诂R$81ݽQV]qP̼X_޾Ǹ+uZ i $b ҵ몒e0[b]$*<f4ycyIv:b Y4_%=EܚKP2 A3;G=`\,[~ﱺ> @Y ~))E:GKnYʇ/hgW)kZJMeP%p;MS,9:)lTwIBY}ò_$hPſ_JO1gZVf7bc wUTW#rY9L`DpisYRw~acwB=aqr~xrDR꽳W.tҎA8֋iy@3GG֔ι=7ӊMnOD7ȳe5M(@rW ܿj%ߍ[r޽{^..d,_5LN%-W0߯Qe-HYLaxl}yt_AJiG[uHSak !rjTtIR/ښӷp("zWDt w`&)לP+.i*Q﫩"K"jՊR ھvVIo;`I4 UQ3nrq MYAmWo)+ֻ0:Ҝ=E}7 8&j7Oؘ\9oǫ(އT!phH)sô8]s165zCj+1GoF"]$,M4D&<ou5'G{0C DLFՕABsn{X;@T}/$=6MO;HZC6D0@A7g~$s(Uutm^&|a 9#"pʪ&~A ∑x ERǗ;Z}T\wO`~#,#0Vyw21=8fSdc)7mi˩ A@Vb\(L uRI 2.=3X|db ý;꬙8 A༼&9о|յl=HP ױ&5>wl>4F9(w7_`5CV/`u9 ُ\KH(9m!;Y|"2b$T7=MJ{B=xĿ-,-Eϡu7 YjV Ϫ{J7-l )Y4=;9yʜunf{lATLTAwM DC%ip0c~LL؏WOe]ȿrNlb h 35.BV?rG&2{|Grm.OVy1d j!7WX*|?j<t4"I`ξQ! RfE7m`6(+s[fDdydp.R9عNTsqq>cwbWv2CAY]&,)5lqkRVMZBKe> Cbxd|P 79T)띲a72v!|ݱklSzԝDF!v3`J,UK>Ӹmi.6՝{X0CLqf$~O֓[IO</%MHk2Oڣ^~^:9 ܑr 12'ւYvAT8e& cY$\5@TaB_ c%N_?9$Mnf|[MDXK}--gG"#0 p9RFdžd~&`rؼ߼oL40<`۱P,y_)9B gZgKR%޺$ ۔֎ )y|"3Rܟt&cm .(nl ,TK{$ͧuIYeWfظT㐘XLT6=Ur\F⨵,BF3A`k}`).gͳMɸR QesߗNwB||sìOW.\pzOx7~9rC>H&r |LEj9W(h*I1AگopxwZx]A|j][_6CMew¹2_ܪZ_>vlY%VRspPU Bb;u A& ;)af:`%xo `\|adWk$kMW:{a4!| ,L&wѭkO3..wQi_qkྫྷ]mZYDa_, psk}?$c>Vf[ ƪQ/(G͒f+<[ as4Or$e#Ш{Uo7%s^JMj75% =f=C'P<`У"lO"s:qld?XB(h@$e ;:|˳~DLUIÆ (!f]GZ1o2IticI2݁SrVtx<y) -KѠ|r,LX^>A8KW &ܲxB~x<)kEu-焊ڄh4aO06 ZKLM$8|@Kѱ'2jܒsOblMol&-So+Z`pu.fи6MSll3QMacכa/offjs|Zl;9%γUE*!`ߛwWurFߧm>m]Ō97m:Z߮_! AH:mP=*kn [o ƣChdlBٲ6GDc=9C+ғrlF1//>~-I# O<` (9mkۛ "cQ#Sɐ\ K.۔]xG:$-PQz5z_$d{r ?q\vOuVk5mbÚeHW#z5:'˸ܒ9d+nG#6 9' F 4ԛ1VMj_<+aH2 }vBQK#bkz?b#SsߥyYĄXW K;+} `Yu+҆{ґq^'#_TH;ZD|Y}vhjiɤaeq]:<4`Rg>IĥfHZ 7xܬQ+7!j)vWZ 4{=O#n[8˺gbka&(xcP_[X_/U++55ƐoHgsЊK]d~;Ѻ 1L $*2'sAZ KVJazN}},xWd9//)G8x-giʌ(ւF\*#/5uݱsbU[.nWk OMæ Rt֒(X-՞E_ui;WnHcQ&h _ N˼}~^.5R#le+f6exn h(2C|Vx+]eG-_gbelzy$ ~GdN{R:0oa;/qFg41H3j4 DdFBb=O+֩ N@Lne P{ĞQ$yQ#ha <@C=Y2i-o76[wTA :@ty-\|9A' i~|`V,.(]w*L͋'/ {Ũj*4"8#CpܼS%=zƱG {݇p[[ş?#/V< "'nxϊ@,OS:rRigԶ5h9ٶ{YLU1yFjz9+MLAiѲN}t .k7־-mЦg~5󺋛c@ץ}[ s9ZiH,b ʀ0eoh3 kti2 PN< ٣GZݎi 'S H^}<l23`Шh&یF9C$(wzِ<Kh:3=5Q<4jE5ѵM}AYr Ɩ'hyKI /,eU:S\.Q+?v,-_KD"гp Ls8K$rYBOÃDɁ:5GT-V=L<,^Tm1Jw>C]ZcPςITʸW䝂.㹼h=XC,GjaTڣ2 櫟~'Q^~|sϙb$({٪[{? d*^#0VӧJ]x_أb1V` yUSL4){0*8gnM,>Epo= )m|ɞw+k`GN60'KS/cyݳUt(;h,9t ? by}ǖ iJvlMLZWVnS]XvYyK g]3%awB OGOi4jcť<0XgjHΑk_40U7D0وYQqE{z|&SYʽzvA@[Ɂ6=If :]%׶,gWI[VwqOO2"h6brڧP¦]+eprst"n\N 2ȳɏ5?^̍y,X3W&>p.Z>{詮m& 6kqS.b`'D+H86%-Aq2{5-Tv8F3Nk.؈L?K6D_ֱ : '-;=T|4L|b_dh{nOc+92L|2%.m æJH؋NiwѩUEM+@nKdDAF_9I2,/:UuGM G4 ]#j * ݽ@'%b LRP3w3^v R6 2d-@g*^}Vv`B<hր̱+cӽYxBo":Ux߆_L;sI."Ĕ]~n-pn(Cf5&UԠW&Ҟ"O= _EdjylC#'bdn v洳ŀG⦕nZ1'MP:kTod2p77Eqj 2MX)aeཛߖm΀66WZ Kub=`4>Y=1[.yc ~ lHs{-C[!dX7YT>6{RuA1,1<Ҷ0?zducH~A)E%ɍܑIā*c[<}Nr Ytl!ۏfOB!6=FXE[I-K,t#L*4}S@\1ma*iZJ\a0Hj|V2o+POCE5M0*Wk6tx2wTj'|S 1*PYڸ,>xU>b,aNZkU"6vn^̀W(-|lbW:cP*ap 4(X5'MVUS0 + X阛t)s / 6 Шgp78wU+/8?jd U""檜I\t5jGO U1jU̬h=cRϧ<*FnT:U4 *BIU+L, 5BXbwΥK p}\n?vZNCb@}uoa)(&Pt[rda:M1D C'F𲚂\&˩lM0`4Ρ٧>+Zr>tʅI/D^hdYG_"jQ8pW'^q$_iyL=h{E؞khTXt{ULDJ/9uUᯬ*|s3u':SȔYrp 4%=6q?颧 ݢoNIgH}Q@h;z["P'e~v뒜8}KP=ϣm.u5jfK٬w7c;ƇQjq HhPJxZx/P)YwXA)H"1ZF=(ؓNtF ל V+THVpE?P}+hԡ'NމBRY?X55%r$f>&v9N/Ы͑q()6 e@bw}umzV;{{1d{QIi''ЫfTlU273Mܗ 7Ľ evͰ:AyÐvq;lq7TQgS1)Sڌ8]^gۂ 3iu )iohGc~uYO8U{* Sh.HrYO@~@a'Bgc,=b180="]Nn4UCXA棅UKi[NeܽZ 52E٦`&üZi ;izn%뻛:Cڢed7 }ZXOo L K TB݃ot&U5?N1CiuŮ0z,c DFܶ]L6Hb _0Y&srLS~H4#xwp+/P(lf7fR|zTs 1lr{l+t7%+GnOΫ'vZ0tq\ y]V"bhWK3⽰KG &dG -rJ\[~R (pq2Mc5A=b3?(jbE3{' }9͉4P絩91J5DjP3)Hة&|Y +U9BMzS9+¥0֫Gw ~0P*`me/j 9{8cx?Nk5W$QzL#4}W鮠!{# cEOL@ů5n.+) K6@)'k/6l;3˧1qX (qM +o_d DƦU/7r|1yefa6to?3$Bi@,]7CItHxIb쭚Мj<0Ikr̃;F1\VGG={t4n˪,EuaEssux]+Nyjۑ2.QܗƆxx4wX;={=# lF(XѺʠI|Il jIN),p+,Ĥ&7*,?qEnL'D B/mVrh,x?? Pnt7T@1B2t߇)ĩtplw_vYvk>MDv= [ 2{?VJ]Uj"m n^f2dVdX Zɳ݌?%DԺX2cM[C7f&D3'؊zXPR{aۧ IH˃<.?(cW ֟~q?t ;]m[Bw9ISd4$Hb2vtT##q4kzoOV֜dT3MtcF4cahib|ctʼnF/d)_n^ ,qB`S麼]VrnVNCM/ 2R``vZFrRC_YWS3T>]]e,a#agJ|roܑ>-\RY,ATZG#AT Xn;IF*}?"5m<[b0L7ۖ^Ď~.HX\ߧrf%f0 ݣ|hkPF"pgExcwN"MXL ?!g2yAj3HEOvѭ]1 9 Vh*Z&v`;GQ,| 檧a/L ICZlZ+a9U WՈCJd{.#ir/zPk"-WP5ˮǴ,J@۪˗6}ET2ruMLT`MT> K^L3?N9 d3.d+E&ks:Z1'" KYDe[Rdž<+7 yIE!F[\XĴ(ŏ3><%G448JрӎʞPGg:D]qw3;&:euZ+VkMW  *UrǾe:wOQSPGt?Ǹu_WOD|%?23뺶ɏT8Kqv3l8@t`+dz\}|I.iyIDǘ&SVАP|(c U5DqhIjBer *z2 ϒZ,OZ+gFxXf~*b3ѱ_șX%cCpv3D*:&B,I!*sֈ8/h:DNGJ2`Y߯IQaowXA߁~s$R*ő^:pن0Ub,uܻr&ıfz70 gm.s;>@,9ZFՕ[4ד} [y߼(tGu}0 l0ZTNU\d3ug9cּI'`՗Z0%D"=eP ] Z?.ѩ?.UC7mc^jQr'!*qc( 𺱝<<3(g쌢w ^WlwE|#*<+7!TbW1;kXe6cZzaA])21ǠLz|]ď,TYZx兦& E3l(gy=X`5kJEDf XU+(Ҭ\*Pb(9qn[)j!Mv{"At$ZjNkJl] -V?2Nj;q(he@{e 7B+֮iSc#bZ̚N!.z"CWYɋ>eR|a^8y q'p0@2 69r|[ܰW~(7`>2^`'0|(}O@"'=B`g͆{Ѯ R& Kij3ښ)1<ڡ<:B`E(Mn0@qđ[ӤJBZ1rg:-|g⊸ۘqvaۦC{S[2$^Db{ -ʨ|D=o37K\&(Ck1 R}f;f~q܉IGbYR Y~>tm ֮Ϋ`%Yj\$#tQӟ kt!6Un;NNzH4OaQRRzs$TW2%MW:$iO/k2+5WE%UhZ,_r J;N??@DmP5GkLV]SB}iIĪ꘽czv<rYwAcL!{Tr{J*_?D[҇4_hw U=+}u~P~7̩p/vvZd&VgT 7 Cr?3N>{EZޖN ngG%#Z?]4Jw@MKmᜀK6 a}NEr0:N |zWE^'Ib#6bBY[/|΍E%c[+驣ЁAn?ůj@0!PE[d1KT`QzYGv-ztuQiIX&pİ>rCgzKn(ɽO Vau_t؍b\18m3H8lKa l@"{9@'8(`w42,m=Ops`vzXn.?-`uQzYky짚^3ǔ|Odfu-I" g*FҐMՐ҃<ciC%։'rU=JQ(V_T,Y2cҹWg{В.pA_J&"U LeCooPZLuHdseN> :ȣQM*4L[tAvʵV}"njӣގ%Kjq2K7f 0&FZԺd- 4'|k1( [AcCil1væY> {'V#7J1d%f#0'5`9ɹVCe1+*uTK&nHW)V@j9Ҩ;NF?ϙqA? ǧNl JՎ"0fPhP (4$ൖz1"K|= 9?hеP )qE=-k<'ə4'P4.ӣFQ#>#H8 $M&$RThg̔*{`c)PUƈ*|Zƽ>؄OPpO[Gw)/L}#g i6u%25dXT?^B #aO{qZFdmߏߑ7yub^5~dp+< !60ڧЁ4A%_Jk˺1>6QctVK+/iAb9U7U>4V_E LaɷzYwK9Ha0 RNd7 `5NVh,|Jpޚbԧ24^% kGytj5 O5&i IA)3O0?[>u/L߶n ƿϛItiWԨ>( u;s ?dL^GN s!p_U7VdVRpC,WqkǷ& b$a\*!frD5#C%;gXqe;8J\%> X^%Κ |`%`PU6~&Yk 3f H_QBg>pn$Kl1@{0x|9'V9Gdi-y>AB^8K7Jp}#:Dw|4v.zȜ}~4Z-Ũ[LgE^R(LR#t,$^CY XSb6&tSXC=޺M\ۺ ʇ NC9_7.h_-VTM ޸Z]BkHg|wU5U2XXy+DΠ} 5uF/5~ơPFGr,d%~%b:g]tg[wUۢ~B=27E4fSDY;}j#&u7I(gu6hI|o8P#WkH^S9FʹƾO1>Ȼp QA}+mnƖ&\#o"o+?4sgo/j8vW܇CaB>8̟` r67ITF*qn$M,ox!/ӛ _Ĭ8^P:/#ꦿo$+!'QWi6=}~hƟoEg b *,찚4ۤ`t/Bxr$^9c W mՑitWf/`ǴnT]dJ]UC|'7 .ӆ C : <Ǫ )è Y!;\BD\}.yҫDC`_pGXYG)&C&2_v_IE7;M_үL;pe"3y]\+.;u,I4@36} ʯVTSpH&<=+O̒p'CaP|ۀ\G+k66DBw:}3g|O ٖUN%K*Ң1xa)rn~쁱bUBX,PU |(B&Ѣ~]4s*>I3«h s;0L2_l'z8u37J(BI/WO]Hǘd҆2;zw2'qdR@k`Xc6k5{ }UH}5.MR_*Էќ x8᧖k-O<So!!Sg,E) _v/\;P҅\F0k/{/l`A*V _ǼW~>ol?8(`iMJM8^Bŀ&!}:]͝=M0; bhxZwuzc>xW]ꆔOO%ٿz Z?NY)t!D'"~8&X=Q N68 5@nQOs%j Kse_ C6&̙-ݼgfV4C}gZ#v/(;FRj7i}".}(=#^E,N b76tz V)(Өˌ ln>#eȸ%%9t#$21u Fz2*>. h! @m\2 Rwo $QGy538= bIpO}iEq33GJīT@[MOsr]섾M݀a %,ҍ<b@fClҞ= ծ<5n $' g7!i;I]~ Z T\q8Y )@Lu%Y\M/ZӠ=oa.%!L3gR_$:& bm Qλ\snfhun-Z^a^8gI6:e5<"*zd@q'm~O0sx}WkhZ}"Op/Җ"{RqZ!o{>vcGLρPE DtFuy#LL :%f'P sGP4 K$oMgdOD|9uC>;w:.<}Dw5un9cαa"AUۛ!X-h{;ש'kOAnZxة &n\'<] ൡJa`tNZ[%i#hY&堰Ɉđ> bF#a<60^#2 @#5"aǻ9i''qEk?|DxVVB _@~֞Pil 19Jy/GSu%7s*G 2l\MPrৱBM U2\κ^p=JDh))|R[4|ݐ)fGm_ -HW(9p_|F`c9NP\~˅?h\}09Q!rV8*(#e D?zyg%"c+Jx(>qݥStdX]J "&cAAM@_ϖ7߶4+DҗZ I8(>gUrPZC DS\:s5 lkis0Gf% 6#Ī*Zx?m Q  ~M1|)+%8h*&Q\\>RqLZS擰(zT wǴ1jX:j8#i!N83G@WP oxӓXTu_0a1u~YEcLU~Wayêr1`EzD6&Pؑa|F#Ԙh-o4y[qNcbměV`s=.i>U 8j4Il2:YOb4X*v0k+ `Z'BSv;g/7d=n :J΂5 I]VO'k(Tyݙ|SuLd|sUdVw?ƽ=3_}P*٣O^VRpOM*ba50 V,]m[2C,~YTF 8 /QAmi$!([CPJU5|bo? N|ѵuXpM4{?6f"IG%K~ bJ2( ޝ<:r2aΣ>nu1A'qB焨{͊/^ӬHf<(0/'IXmwxxo,$] pS"{\fg;@.INtK/22HK{ƕ ]ة0E}S>k{ݞۨi)KSe,v,A\Wʯ3shGŎḿk:6Dҽ&"@xMNRHI¤Vf!Xh{ì{L(φ%c87._m--܅O]Ͻ'o^GgsL+F@Iwn=.ꊐE7@,Y"W!P\׶S>n h2C"&QvooeiG)F9~yE)?X] r^ ܚ&ۮ̕TqRI$sG*JBj{M?;R9@թԸ َߦi$)<'\ܤps`vI2N 3ǪrU<E"f?@z:ˆ-$r¾O{je/U\b_Vi1+\EdGCƆ^CXK( o[ :HwQ7aT#[';9 d*w)}spEch+ |&|^L6Z]X0֑ޟ2 ' h:28IZݾeGk٥ƋQ/RJ *:?~Bon ǓRYmܵQA(gF0QpNu`YS׌})]/9rjA8Jz=6)x^w=̃(Q\6$Îs ն5رūyhQd^j/7iA1'?Aa?Чgpu /f'$sTBб7 Qc?-..dJ!9|2,ʏ` K?>y9HGZUۊ r,C@2Q{/:ƀ{\IDҵf/zZb ,8bO=pƅDv Sjd^줣6V®Mȃ%̐ gxS1YA1ai0 ?X̞ЎPLY`9{g鳮MU >SQg\0?k"%)N`R֬o|A Kj3.#*J}&̩)KB+bCoJª{"zܫ+yC"\N:fpI-H@GLC(-%q?J>:|,ΦfԐPlhr< מE.ȋԬ 9D׷ya)isV-h);O2 V7 8U!?#ZIXfGNJ_y Rz[B!3PKP$P#a bFcR84$ #*-7V @%9h-R;!M !,<1SiB;bI`y(Ev>g%">ˆbu {V<³&7J没0 益g0| aVL5mJdnz3ߵ; ٩JOr7TzJLX%VH,25XC9se<WC7Q}>ڮ&AM(W ETnR 5uv LxoϹU–FAev?X/M Y߱5XA>]0V7MVA=#-pgplE xAo5}] Kیqӑ{"xѫ(Էgm?u- #ND}/ZrD&Sb~ٸ[O:K8Q7h7FOMv?T76[HzDjB$ȦW&OL\e?ƙWSarc јV^xNֺfWX="̈́M"]-R=&Dmd?KQ S; `hcX+ҾZt 0 + +kCJ. Sx 4Ïy A)1Vn,NfB1d4iD D@b4f DP~u=7]qwK*$wE[Ӵ!]n.t ORXy߷a iS-'Y:?OS>G-b^5tkv- cpѣ52K$7T'7Q;){Gt|Nz=X{~~jšRyR"RuՎG mBKޅCVSF::o@Y#]}W8q.Ěv(q G:^a녣K"*oOlY V><~ H.ǰL _Iab4=Ȑ?d:ˏLLNWVt.Cҕ8|Nবͥ6.bFEiu}=2ă]D1*,z'$O-0[v?k9E`Ltn96zOMZ%i m +dI;ɭ/X9f=?yi{T|dž%ܻqUau˛g0%g_.l, />GnI[Ӕ$-$ }ˌ|_1Dg 5!T}3Tu Ͷf@8ty5q '9;3M9b6*y )v;Ae'f &DeDdt'TyN\=4~cl+3zg~9O@/{JL*@ܱCC2Lr;q jE})O*v0;+DkGܶ JˑmNB3X7Gy_a ]! \5+e# ?$ q?AAQϺCKZ&Q )kzI mOgU$I,!Z.fE>Kc{dVF#3Qs3щt]Z^Q;&pmgMMNt dq^ӌ=#su}t `euK,'e,F+b7-i>wp cT`0UUx0.r bfR|DŽMzJel%]J'%-fR8?yw]ߥ[j,\b8-MB%5;oaLm/C')W׿r}B-ojTF\DM`[E6BY*@$,ʴ>>O}Is;vf<qud +4,2Ӥneg"0)΢IUhzRkԭFH넉&V/<$ą߂$zo$\ (BӃNr$i<^OiBo~GI,s4v`-p XqfFz Y:Ե>zl*'.;c}h=*fXBXr` 5 IIOCK2;崁5=v*up1$8=4RΊA>O(:&n*֥[10Ówl ~dLoxA!toL(VH6waWF 72Un G}( 5ȢEB5IꪜwjGuIܥI5^V!e`|!ܼ\lWs܀ZQxV1N_MJz8|6'h3 iK'Nr}|49]n;kgh^β9wѕtW0Y)g!}!}ʠi@='Seln>*F}![A?,D?)A[bf-E`@ 'rsyM ܞ-sS6^ n%[4/z|>fT @rL1щDN% |[0a+I,)}׈&4f'y#MGȼ>9󥮬 reڦ`A >l 吸+koP(:_/eiUM G6Wh+P8Bz:7>1_1@jﺯ"+) q}׃.pxh nBEn+hq%ި94>}Dǹ!QuFLT/^UV_bwEQV9sm1ze{vlVHg΋%$ἚBDf/cFgj/#ˊ6}5sSV5mc۲W4tm5 (Փ*n;G PKmr Xdr'Z̑o0 bZTYSGT}m WTS2$k.)Da 2ŃÄXr#spߛ^&bexm;eGʄ\ӎi"JQal4ShqD%'4!4odh yYvEEvio% 4埘`+1l$53D[7IpZ-B=!rA- tk!%ZS2b&Z)a_4(H [URHLrүb\pyze,gwYbrbMN%Y o@M3GBTc]ãVVvKԟRMl;顲i#v#M 2Ѐ1)+0waI'vFS .po јDk"rRrQ&UܧSpPP'9妡ei[Wb[GR]70%bCP2/k"6$]_|S|i`꞊IDAxUJ/)&}Lz* >Z?b+68b:gF5py#>hZPB++*VxKxAhƶ*&j -7A΄8td^T*{/8@ Y?5\hG02}auqmH; | Lit.o6ұLH/bljnRQ Ԋ!4t,k8S+?2{Iq<~ 0Qѣ(&&S$^߳H9,sQIL]TE0b6<$CYt|vkRC3` i`{)17`46MM G@l1s |"T@߷4/xz\Bv#m x%G1.>Z' ×/(8Yq|4q+rR+`>+rv:T0΃b +`o Rq-8kӽU;wS*'EA^ {r,n6IZ  cgt\9gʷ7: IjI=V [+eY0DS?)Uk_XlZWUT2!`KԹ^ʥR5&[؎Nc|$pQ{20\4cI.¼YYtm8AZg@d: Sάp7!l]HRAst&b|S'VErj9\ҳjJͤ6n~[tsijЖNTYyIz?HaS8B`FT5&Rj\!>*4B }!"~S:J=oVVN0y=]N Va Qh<e$L>j*'m0 .HZ_fuˈ }u:ufWt;)If;)X9u#0I7CƉ'j)"_W%.!R2T}fxWz?x $*H:N`D$\;Ň"8XzQ;Ѡcvyn#lAG[g)n` ,G\-|E~tLZ2WKi5zf"i=ٕ]wNt2u!$,a TA}(HgPv?︕ }jG+?x`]JlUMaSLL ::>jP ]غ{}k)ERx.@~U|N:z>xN6(NBQՎrݢ7kB Ys}>EMꟈh (kSUvQTr:ceO`\<j <~۪*Jt(=JGGp9M$EQ&f( se԰ #=7@hqTs_S&v')"kf)En&&RjB֌R>znivԤo9żkΕ ZZd.k\"،*FEt<=cqa%~05TR&w^i , (lcɤKAZ,g;9e=UEN΢vc Vح|.'>e. R5nZs81?|vT,كز;aҰL>+pMPIv,u|ꓲj|<<ᔤ%Y2 iaeI;&1,"o.!cKWY34 d:R5۬)艊`$Ωo:Jv%k\`"4qfyw1#iQ|ZARHN~ a"g0'LDs$'$FMD`Q.[NKI襢@0F2 )=&+l@!E~'R儸ϐNiqI\YO 9dSKjT$yLܤ՚-*~d9Ǣk1VPIu^  eSVF]TBߎVt `yG}zފ 4)`ϓ}+O7Z[o;VՏBfD;- ueT~ut2hubKC=ſ$@;䭮IL H$oEE ^sOQGْ_MLMtdpe=xeDbuuZא.uVU3@7vcD,oN1 B.L˰Tpj{Vv22aB+ӓ&OM:3vF^؋t"H[,3g՟x#Qy9^h2 Bm0gΓ} @RiXw4Wt!Tˈ>7"?)}w0E`喜VİiE i7MnZ vEǖ}Ic9DfqZ–JSNsJ8Xok6yW{;SHm)L[TBS|B^uS _Sg"lE 9oG7B@ a'ԕ,uA=P>eq{g<#`dש3Pe4MM}и ;uzJQ|!MNU`*ÝgIJ-&C}*zД'dmoHX8vdCyqP 6=ߴvP.(&3i'G 2&_|\u{kƕ$ G4Pek Zx,KY)l5TV~E䡐SpМlDI\rr.4|x#/nXBc;M6%c]Q, Mf͇bDd,i"=bVkg/XqY"i(ItϠ\F /4pei &.%{6 jo#$AwnӀ+;G qћ3= Gfo¤[3&WbX&8h09 Ͱ>9րy Fl'DŽCx=J)츀'r2EY ~([ł+t 'Jd%%{bЦm-nf E}_;( yBh/$s5{ty}STQDd{yRN N$@= z;Yss10Ų%Hw-zà@-Lu{G?s+Ϙ-`,u"׈}J#>2@hi/m}M8kt;LS%?*!7pZqMfm ?2x 6 ĺe[CNYv?.9DGISY@qsXpS3`l~e88Jϋ/J '7鋟j9M*T'Xա}kJ4}0Em^"_-:oHu;;@7U򵎁6E#TMg ҥ I]`#Y[}}Cip= Oc6aaCt+{V(h|.Y U]8aS&ExŶ 0 ĒFrftqbMld9}e*n`@J&2ޤPbS }UN] 3pjJ[VlkPMwya9hkU"2Đn'tgNNmX" f9jg@G(I>-`2g`Nmgz6\F8)A`32 3g$H/Rbǂ'KQʸlԼ2=SFoq4rf0by >ѝ¿>q+8U(a>ɂo0׃tS-=>c'C3BMSs0 G]LīޞG.%Bx@usPQ7ɨK:Ĕ?55w 6VnS%*ޭz;N"nC`]ml}ߗ=w[c@_{eLq$ -` !8$T\oEmH8dvb뇖8_-|i p`9%?h d6|\C2ivۗ,ƌ6BlBgVV݌,d~Dt B.Uǻ Q遏EqI`ֆqJ#4jUE&ǷFl҃hݟV_GzǴhmp2>qlZZ}H]I$ Q ~r'Kk V q,¡N8eٕla9D*'ѳ X 4!_]9i -'[lvD(X|1.{Ba<ժY9o9GI ?rH ?>3-#*l,YhA~[+T$Tt[{T"n!`[ ۺ_Xc;"dLTK.4՟u9*pjh bq{O, ǃA Pw;7|[^W P[~nDH 0[YK\.F&וkWYw7]q#:lHNuJ/$Ԟh AHE%|zl0 BriC? Ɨ;TK K7QJ dF*06g8%(/CZ* #ez-"F)uS,kЮ&`TH [lC4:x>LX ODKK'O$uQ> X.5M0%M_]tO 9 :ئ״)dH_7$nr;):_|яkŌ0Z֬GD"[%^1%eAָ(/}KnG[HT±"X? Zv>Ey+OYh^|F:F 54 :. /g~7s$y}eW”NQ䤩rŻ=WYKRxj`Q9\>z7b[BwMCI~8 a%GWΏЩ@;1,'$ܿNSSgf|jV !ǝS Ĺug ߣmlߚbg8ɾ ݗzUUk4P[$gzxC&;+5)ҏRCA+*\:04{Cö4ḱgV7}T؍Z@8 vh4؍j>\0B֕KN3GQhdzXǠ8.KiVK0,Qa,|A{@èP\,s/1Ǒ'ʹzoH7Y"g9u5i3$hhPAݯ}d7XlsʙKnql$ӽQi7505=JwnӍĸO4djƱO0t |Lm!PS? ql_QF`u@%v$׏> *f/vVBh'^`?wum;upZeyo&S)2E\&b5u$>eh 7oxUP`zZ@;g#5*|30r]p)I}&F1e0$&mR :{2hH.U4S,9\ cאi0~wub5v E1 9UI`LzDVS50Db/!ST u(u~rѭq'`@4{`19ga(SBMz3(WQΛ̙72.]F'os)l")0! HFtè8 Lr 3zAFyjFrK35*SXh؋R RCjm- }v`h?B简 gx 2"{R7#2s+b~k5TgO 1uDh@=g!Oa:} @kcxn3: 5^3./u3gF4(4C ! 珣 L7ȿTB`5/"k+ؒ%p |7+Olv es ̭UU4e$ :$ i88`h~;RhnzSFFT$y̡5!}1n$H,&,87ZyI7ق1Ʃj"܁H&F1+)%1lUf%XČkȑIſkLAVׄEi6]Ybi@;L8x!IfMn Bj@JRU5viօmU+뺑95 w``9]ajS(jK_-V*n#A1h?R]t|Dcm^U^2.5Ι_6Ay?1E{DUA(1{\7j6AO"JM|ɝ@^JS?RjlYY3t` :ŷ'7Xe1 /QK`1topM]Xu(QʼU݌H\eV8+4VYeWPƁ{#&1<^J|[yw(xfE/ha<~gDMk"r[Ңati'fQQOo[]!~z5t~qWVt`\<9t ɦ6d!^U ?/VIe;ϨXgѲJ 8 ["liA^r,J+fD -~%yJ{d.rP/a`$eS,h׺oH ]%e@=Г $1XRΞ)II\s,x6Ũ5ڧn 6(ŰӅ? 2[*t_l.b",ܲDlxw<~ɥ& fY,:O?:0[ 71C9H,Y(Loy8..^2PhH1r-zv13" D`Ux膼V2cSm m~vI\\!HD͔tf?7}<6Ig8kѴU3r#jPQDQ޷T`0[!)ӝGɷ)֌UsuЇ\HGrwa".X줭,$#z:NwnZKU B;gCcr{0 kFچC U-+̪F%7w[=Q/yx&ޫonSq]Li9? Xh4`E Q>6 (yEUtͿγ%xdz9@̓k3Kl0,LSLveݡW-u_+ѕh 7 "PSL"% Kh3CN9`#HQ߃xpp\:fW +l;c(ɥDF{w{_UiN߅6K&.~34g96i-/TS;K+zs{C#Xʅ#ݖO$HO]٘gaU ݩZ攉mvv7+}a: =53Iecte,W'%W'kL -꧘ni/\c56h1,[2Box;H"*]Y4`q b_͹O糩מ)E"A7e ʫ9ᛦ˛Z ^޸|o@,\=GQt<雓! &k#$3__: F:InMD*ѸA ⽚g [R=_ .Ed#gO:8 ,_~@ c9hk^FًV>_鄓qNx2T]Hn+:qCFVWpo0}ϰt,GDJHkYa6O:N\"_"Гn6׻ !y@lG+~ g30y+a~-'R~dE*3Yvd9FM=exɀM\JKaY-5[#e%Q "V=♊gx|.,7ToQ|꯺G눝vb 7w Zqꅛo^c% #˼Y5r=Bx6i~J䥎_ASIZ_<~@L7m &Tޚ̨S VkPTijzqAm`݅~QwPqsN 5Iz}kkbt,\]58i~ʲ{ ]S] Dvg78Z_?w!M$(36uQ`›gG`<Օp-P%lT/M6&&vdbEYi3ARyo}ƙ1S6R|cqkD=?}%KM,ic)kcBIgPӨ"p?_|sVV׉2q) W[?&ʭX[l˻H5W2 Z ޳u~YbJ+7!7Hfo#aPGR2@a\0>)4,L[gjF-u>,R+c)n%}L@bC |өS=/kܓb}(,w14NM'z:X"+/X:QDP(Z8E"aE:sdV&v?Nj-tf#6 d3hlJzO{f UJ?jjN@wW .Z&%bx_%z l`X駙lJ*@ ˁr.p(bD(O'L =r4jr@U L47zQՉ蘍GcBd'NM=bNliv?qczN*3`Y$# _um fn!;@_-1hq9HG&vP+,"cP)my+x?AdPQPOUêhl< 2×""_G1ӭ8kFcGddaYzv$0St(*Û9y| ٤*`ذgH4mMLitdX*݇]aOvDєg^Zź/h8 mIm}d[]V!F%&l&KkrjV|WI3>>"{g">GfΓj@;?]xIA "K*aw& 2 4gjD}C:QU'o%}F=ºW:]AkhVe_T]ByJow-^;G(dC@]MJʲDrEJC%m`VGFƧsJxrч,/*K̞S&wG5\iѡ/=j]Vm tJ"jh>b7̧D 8t*,'Q;Bvb|n`?΢!CDj/TgqlvFΥETo#i+p *橖](1$#_1A'"o26P]',k>| $.̕=Tؿ9f!q[}N"fyt3(,hOǠGKaܲLvU'x3׍MUyyʝ"YWqGxh)3Q8O'3&"? ~}7uqB1 %R&w_dJg`qBILUB C K36,S,5j ez;ԫnc[.I=?`ʔϯXS;k`7FvOk]m)QAc濤E,Az8 *WO s/Q:hjeł'ղBq dJQk̄KV~-Ր:R"ZTg枓X~EnFape˾eG$4eSdEBm$V$5q%36ህـP^jݵg3I;h=E%ξ$}q;(m=ӎ縎;5X}J+ tIqoAw~7\yW~(D9L.e,lR溂dQZ}^%{o hL b6R_i Lgh8Drr `R5K։Sou8t]f6`.^-${ (Ȥ@+l_[:WZU3}h #hq\&U<D%azUuh]NzՎLsR eʧL6B< ^@O0}2|XK5)l-@Fčd"Ь%J/JT]_(p#\ qg3(@u]*_ 1`?5{C`@zÊR )62FM+v$.XdѣR%3G3ia.0Cm9@0O2''PDeӫ"-Q je[xۙDUzWp>*XRi:%Kp\r,-Jܡ(2WP3M[,N#)˫MEv9* *I'4]nI yA-2 )cHKm ^#v*ao,lt+Gӗ,ɗ ʡqa]מD8[z*B*dxYyۥxڤS!յE<Vkv#0i0v(oKsʫqylUmd|8DKa D-q%zukmRniz3f2,fy*x6c4 0<%+_glb )zZSC)>~ r3]>\ڊ̳nd-{|mjn4 2B¤}h}`rt]ٌNyPQKTzk ?Rwb' =~\}}@.os~~!j*+,PXJj7ou?JvqxHn.3I]a& 5MT(tXwFHL&ޗjYU ?& vf`> ^%{{~ Y"|n MkFZuiɧP_"*j~x L!x!z B E~7~z:l$vY:+`.aOAXΤe9N?.V-qqTQMyo׊ԙei1z ub{Dgcwx^!PVWX#B5b,TB&2ロn& U4[ 9:?OgQ+U1\O{H׭eݍFSօ֕P@H)&ҪγW5Cjg=w B F5\!G\.vw*=VɒT;w"~C|=TmLW5WC6-ք<=)pgF'ؼY 巩\{O6s)PC.?1‡u<щߘbS- ˉWLO8Zpey7!pJq-LKIUtq92$Q^m0h&+ǧ6{kḇ؆HcmKzf6I~L> ȄWU>g|3j<.8s jA-p~|WddZ@ZU07KHk7,EM4襬tWI'_?MSa@1Kek'=Ua'BbhP[WӁ;QefOO/>#Sn* et}A=ΊhP s9*@1iK&T$X6K!y.J\e ՓjNмi+w&kDŽ]z3+Wf xJ[|:*XImA̅M⼺C1F DDe8,6O+Z21,4y1LᙯIHqg5as姥eAUқyQ:fB'lYMDt(#h|M R(a46#qW]:n8 kt  uG"sT't2$v^)>8Ȟ;爼UVĊkfn M jEty­٬UǙ&LTֽ}+23psؕB\1k,B4W/#?X `kUgmE<qqTnbܴ 9&{o>CvW` D)  hI-NE`H6^&,e$&RjSq퓕g{u o_R:gV.fKB"]Lh^Q' ;F9vL6CEwWץVlx#"%@6HFFy͑3V[C]Z= 9L</lRUƓj2 Ҝ)FG<IJ.J[l|cN _P֢ ;f~d~ɢJMiNP HLvkaܭB`s' aZ,vŀ8g݄tvV~+iQ7)6b6~l\t!VM8I{jwFJI&#F1d;w,oY_PBW[zOS},]JE7["O6N!<]ӂ݌GM10+&:RO{.hYif*bԤU"|Odv˗~^\TzU1ٖ :tq#uk6k^i%T,+}dCd?3жeg9EYX낤qy9cePY.^] {Βq ^f}Pb8OgY3vs?\Ta\5+*`G]+Q!#xrU%(ҶR5+VhG2o<Ž!kY)\.xN 6vmJѮ*[v ӭS=Η4(4=s~Ŋw3iߪPjR?ρGv3 GZx(w7EW:IL ex[_{ꊣ+!K RGc451{yN̨ԯ~TؿS۷KslV)F"ͻ̈FxH 8\M3~:J LY ј´>2IjHǟsAb2xͥW䨻W1tېF@Hd;%o=`w/:r2EeW@z &#k[@{S{6_ (<]ʁ}"ׇkt[e;($գYnBꥑE$?7^U(iQ6"!p±~ ȧ+{LGJ',|.7ba瘰 J(Vڷ] ٓC.Pdz~TOe4֘3$G|`7ji&`%!Ds~<%_$HiT(@X3iC|dA;VwW.2,1̩+a2d߂t]sʐ:_ooy8gglZԈZ BcQ 0)D(qcˢ IOZN,0д1Sk.ؐv[f_U*u:QdF}Q*ѲB He;3yͽ<|,uDbJȶr@"p4i'khz,/ @AcAba.ooكnD !-֖gXT~Х떵85Zƥ3apKIVH]:YD Wmܤ) (|Y%by7"|7u̟=( \aR w2#7ǂ+[ bw<\FvCs*ETyH#IAN.oJB2"3 4%ƿs']z ]e*B35yR!A`0R,h,Y/hDzǤ4̮8'Ej:^7p'%1O\, v`i]Z&^,[qxEStO䶪X411%E.?;5**rs.)>;1+tؒs'S{Td)yA-?o9b~\8VD8]?2SSVZ_3?ԓ(u8S 5 ̪0Kwd/VV].UUS.(wZ1š^g?8goPaTE{F&fQJArT^ڇ`jr )T9'qsv1)(H ̮v>r:;yeE0)hPr7w=rVD*aZ=?:v42&$WL/2^ _;%!kWmZ@WM B͇.p8+b儈LA*N((ʫ<@Wуh"i]\'A΂Z, ttS=Vu xA֨ AP?7 UcJ`x-hgB^x&ِʸ~EJ?#T!u[mKIUn~s $4lDpBΜ#EՔ_LֺvݪY'u7$I1A@*8ӯ$?;*{eu7҅9 qR]<%Ϲ]0- %J7@/m^ rJ+?N?{%f~4T Nè!S4?'_N? dƙrAtq!_tO>00XGKo]p@7 ~BTbk%*bv1U|妠cTȖukwcO))w@:Hk\5)Mbγg(~z>U>B-(Wl׻)&,憂o#Z.Wݜ2h4kli73[[&.x ɴi%~}X`tC'ÉV_]ؾv2VK:X^dT3NMώ `Bp7Yj/ r.{vB<<(WP^mn'0@-\ѦiA} QQ͡};D@$ Mцu;30OȺTObM<-̵'j{EjO %<VhdvC@yg[/KX@>ƶ,^?clS3"I܂hE%_~t g%t?J94DQdKh :Y0|f[L "QJojt#9xm4wvb)]ڒW[ԆQQ^"l-Ѻ sXڈ^G&/}~8[Bz_ .Zf䑽'y{Mr_ɗzVZW Mh"Jl_ t8<^Q mgZJ9YRKc1*:QL;w1ܷة.F2?K]~\w9@0V#tH|*$b q'2]/R-_)g_~= q[uK}ԷIʘ^:\D!IA-ғR Rj> a+[W8kn!(D֌SSݺP{X{PBUh!k ~O4|/N5@{'0e ԌFt9?,+~aFF2˓ɦ9zMj#w.O2UxysL,J9i3[T+34ScwK.H7[ZB,/{uP#E9+y\D Q5sz ?ǖ{6rvڄ5S.֓M6>R61| gX?vZ!%02pfGNVi^SZy~ONiAO:Ż2bI͂UwHnXzoM!ӕ'g6Ns,]_x`uB" OT_\ٟRs/#e FJWgY٨| mz9[O bی5qmYg)_ ,Ap9h 5}M{x<Œ!WDiU·9}i4%(*rA%em3#O--t"Hv6D96kPJ2'_(\k#͔gpcc TX'CB"wE`0"2Zcwi댪X.nj1 GwFSRM"w2em4ܢߜ使!$MUjJwnҗ@/!=vpS $^G `Ħ>,%|i|I,#\t L<&_Wb]qp7zf+_ON˺ybP-ʱ$)7_P+A诡k췂\vTЦQ̸?9y3gh^o]XiSkC53xѿh-6Q' hH) /SD@}ǝ6Dڦxw.5Ʈ=!5svlQcP1gv$=,#sYBˡ~p'.]"˔B|Cm ۠hή mF,a5cf@ңwU܆.f(բ{Ƒ iQzꤝ$cP!*ğ @k ,ҡ{Ssj£ŀZ͖C"t8P4?/`ߊRhQz,BJԧWG3mխ7r}%2C0xf䶴F`<'3ءI(<qT2urQl)Cy΀03/ɥ,jl,M܁793)bwYæe1U[2Ðd 1.g6sA0^z  vtlb? v/wy/OzuEAFS礖09_aO$h!՜k̂޼~6#ތV,G T 00t" y W3n3dÓCp>g US(5| 3>ނd;zgSEW oTRqw 3Gyumɵ{R[+3-U+eu;7C? uX浄 ڐ1TߑƗTϜlaے?BLaL$t}o@;6=}m9 :sB*T3\ѳm]3.H?a݈PGRHL>kqfhx );}6I:Wo7NL[4C3|jл샒zO*eki0P׹ +Ύ9F+wnZ'px.F2Ph@j%Ж (}`kүRIpRgmy29&L$$r%s\!~pR33~y tVg|0LӸ?iQ^:V'ն5Uu`ќT,Oc_ /].;\60\Pi)> nDjCvz˺/`M^lJ7N_+(x`r },.A}iuɠBHT,l=몦P_ξJUk@!.[/\龩 ["lb>| UBp#=4Wb+"28p$(j4t=8|Mπ) ~+T;!R;b ź.vqBa9bSȎ`zNpBΡ|[ #=\0fۚ|HW1K*aw:|su옏z9| S⳽'qSL^"w-oQuda vs<H5c4W-T%P>j*Ww+M>DL ʃ@` _R"izZcYoܝfQwzA*[:"{4u^ƌRG Ugb=s/yVCy X@ь-ʬz`l̷eY)B|o~_9{|"cv|"a:hM$aF2`PzorK6,ĩvO7}@ڎdK_b,&gT[v(n˘Юk\³l/ZÝ\U~#ФZp:C_;Mj&huD7&cn+ëiv@*}܉h;c1BYmj֏W9_3XW)ĢeG@ٱ\ murHFZ/>\tOL3QxaИ:UǽRWWӉ,\ Z UяG5Eߖ{'tc۾YM52rh?nY'^rP5em8@6NtlLۂrY#-Ʋ [KB0f6FffqMM4~` -Ha W/Oәz}N|F#$F3&\N ,1]gQGC7rQ?CbB0n@`5kx `kJFltmb7i;W˔Zb3ズ\(g:˿RX :<6tW0ɱ RVe=V,杬˃C~ + ߷C9{;:-\*Мn=/wٵ|jʡz:9Q.x"46왊0G\M8v9'$^xθ@ Kz fz"g`wu7 coj/g[+3B-KZ+sU*"z+5PUJw-ݪq$(=ںB1,cɾ̙]q 6+]Cz9\BrD[OCj.v!1xe`'>^u͆<*ͣ^$9VOZ>JFO5z[,fLz3Q9zйp'qxG=6O⊾ L̷ r:r/קJ]e_gHCS-7z 'kї"w4B'A1D(L!G)?ێfO+ Nkh2"jaTds֒ѬBZVh8]I^ H+{&s!x)8ۜM9r5?TTOruOh>رFpmE]I 0< As[],{MC䙩G 3Mu4IvpC O-X1胏T TM:{xIs^LwHwݼȸRh:@E^% zS6{20LsU܋m\jA:6sW.-g.>@f kʍ= ɽ1&kw*9aW[BMyYFg%YM<ΕFsYozK]#!ZG>.gt, OK9U\Nrm7"2y3^6=IcoL`kד&d9';abJ⢉h6\f {H\.'̅g;Y6<(?.CKg=QSD;Q =4y F?[[RQ:Ձkg0!weBxq//-1?Xf 0ӃwX`I9.~^ք"2vIl !2Va5Blʕ``l8jZN[>(7ޮ1zo_BuãwIJpE2'TL1G.Iw@*!]s'Oz(?Sdv7>PU/ԛ,H[:"A&/#m-zϠpdb #Q1i!"&cBGKJnoQ.1¾-{Cm5>1/Y!tJh?f(%AU[60DNj؋,jv&))9XQAc aof<(d+X: ja/f:`hOF7J 3һ iAc_Z^ڠއ7Q_hɧAW&Q{=WPaZLPA&ZXZw 5dt%XFM9]孜w_Z '0/ xew%sw!Ƭ'_lF8drt'lL;B}ke4\tsܐhD_V0㡼{ *;YRç2XZC{Qry,W;ʔ"D(Rp-pzȈj[.=FRZkE),i_9ǀYQ{<ӓ6&V&m݊/h %)cq~ajy>/sOK޲/bIGAU BV`s8 `'o>fs9+=]Ijgh ͳ;WBHMZZu2MC7tf64sL!P;djSLYs\B]A% =I6VwZ_1-&捔ܞF9?Q6`%0jKKN̺ Iip+gu0 YVQ-c9]Bx" -C}5 ߂([d&f < Aw1dD\N[F>)Vc0w h&K `$jC(UIc &ն+}Y-iZ?Ycxn#ILG85*o!upIg)2/X8و |'jc֒mY|5qw3ikbN-!5TNxaxKZɮt&i2#G|>%E)3xtR D[Dp6luU‰27/TVI¶+zND9é) KhWZ~Vg0.ZA-7O>T4(X sPK[*ȔKJؽRzx??LS X޲c Go‰ñ0d(>O6A|srf(FmG?Ȯ kyƊDqA%N]/ )+ bfYlj ,DL@ޅCÄ́?`ڹ4d!Z1d WFK!3NnsBZO-3 '}[u][-N8R?. p[Q'qIʳny4|XA4)Ol mȆ})Ap',`p7wOFWgm5h߿@>S®_Tk?a k3iH]7a c}. h_ڝC<Of UJ"tC:^ QFhpՉgDCoQ*RjUPMtY]Y)n砖H^p6ߺ!];z8M2VGf,1tC`}>/5A'* 98ShHW`P;]8G)B"|PF'NL?lvSx]odA"C-^?Yy-&!Y-1siYJ4i p:#5Nk^J;&;ׯU30-"H4V˽2hr*qߒt·hAZ7f1ޏqp9cUğ|.ҵMY'옱DDF}eoJH8Dz[&f_U9h+#0_0zct|Hנ\z2 &W) V'Ɇ ߅eXH*M,DسS ??DqdOe<7p*qXa'4 *jN,2BGm/NXtaת4"C h #ؑa9D9X%$'MJ'4*TRbIk4fa ;$B[ hMzXx aZQp{#,HD. RQ7 H+ݤ/<7JOE}ok=R#U,](`6D, 5@6QGـwa^xs|{#X9Mny ֝b8 F2]WH+WyG5^qL =r7q* OcWY4 \!"uf,C=,uʣ4Iɵ˭si{gMYĕ\pyfPT P6eu`G`p"O ,8W59 mgUC}N~N+}s4(Kq6*O5y : H\?9n|GwX>O(k&ϳIj|e*jfM+sZ!cpnnfZ?zSgb)Aq6|crMjI-3/bc1eCt3TrÊSw(- 9??PIPʄ\8`j'HЦpRZB6yk?WWq\@H:D6d kMCdx@Jɑr9w[xQlY5֬* ϻ 1]# F`vw l)!rhE-/J@P.?%_g.#j\g>*ݬ}JXo RK"?Tr}څ70J2|Q兙rA$S+2,( 68.œ @"2E7;~YG89QCBr9#1h^JWDǏXl9GD+I0sYV`_ ,Plv7)}9ǒXBDJ[t[ǮX l"y) ^bɐev@pJrhTok1#[/=DB xi{|J3Mq@f\k+&2< (zC>'5j}$S1Ǝ 'ճ# z ,i%':X-}-nȧs!ԪޓZWݰ̀vf)wSbАDs׽hŸ-p[(`7xrzgcA΃ K+iD:atR N%Uh`/vg2NcZ@KQ_ -wU)+Oܬ[b8Z_˅<@i@N{ 7 ̯%OumR/W3T{7;p) )x]m2n*HHNάA'߿ʖK#$F ,}A%h@(hX*=4ߺ%ys^"Zm@3|mH4Qce#ES{+"֔/Xc:"y_~R[2‡4OX/7;5gQ62IL@Co|ĒYWIf Ȱl/xb{zd2׺H+ an1o@n UÝj-+l 2OwX0ɿ8)ľ]Ȣg*0C$8]MRn)F"/4))9v1-qi>mlpͺ`*zbtP;x#a?d[&Y\RuT "T6stB?\{[/`d9._ݙ[9Oh7X[Pi|W‘?vevjI:iEm!s`v7Lclc:3^/w{;!TOCy pSEr5E> -{=qaCg+q ,QzwfА)JI:ױc2`P$習y]IblĨ(˧J|-t V@se]}Dj`&96i#VQZ\OlACZN'4м 0Oor:+ ީ%f^":=cIη78Zҥ$M@fp+߷*z IkQ/*6vU{6Nzj5@ăma$ڴ_ڛ̅\޸ܾs*941ˇ5.hMP_sO}˕1uLVW{=p`V4?*,oE<;3lhO! IIR4"gxB ρCrNxe`\ȿHwPD$GԵb9ۡʂkJv^ |<:ckQWh*nHw88!:}݃~OAwcYCһ17c:')":u/^[xIbyYlHO IGA ST`$3cX]j}+P5DTScK,EgQB/[s9O6O>U|s$E9jtE)aD\gv "iǪTʕ{&`knx0~؈+yis>;"h1L'0 =!h i hȲL} cZ$(*S!Ogt ^2  vz=Oe}e0{%ՋL PyF sQ۵S@$:v̭S^1'|BƑ-vA\ZAO6_6X[pZ{bx'^E:IEkr[=&*"OWgmǃKNPth?3oG>8s>%"\Ә.Z~=HdUcm5 ο遰>mqJAaUgi %ж%w35u~ P1-,sZqbZ*Pg;#'C[I6:92q8)n뽥Fi?U2ROO_=֏gbh("ϢAckkQvvY=!~>X퀪E@r..bJ[};5Xr+ ¨ ÙYW~u$/) -Q8j!&nd3<햕ov=Cnq$ ;<ť7?İ­D ;`ܽ}m hSi98 xSs?0?0eKtk 6Wsj@7nF#L^l1G6+b{†^Y7N dG ԋN& G+MTyVy ,M>om>GN|[WЂ̨ˠO^ق |%/ Sglwdz[LCFUoPR3313c.ʞENA@\ZcE_~Jt_L:D/7 |",턾 smF;$T ~zDZ-vهΑ][s+G4AfLNfWݎSa='qA; Ͳɝ̺NcZ?M,^z]V_0^)8VxJVЁ1W:d9Y@ֳ7Jk4*,kCLBnq@)Hӓ"[;(yU lٌբ뽯ߊSag`GiE UalJA&6hP4J|QFkH@((1IO(cAvWd۾\D;9Af$pCRn:/ 3v̈èdHpSX%38Lh.vN5r9bHJ&5• ƀ uTFV$ec zW0/ Nтze4*0m0ԙ,%T:""I8,Y1,HgSHxnLsTLJsOX .9Tt}WhǴ^i煭cZP7z nPz3|W@ WF#e 7BC%ĪOmyJ!pުKuA`+KT>:.9NוRdmkvQq+/+r%Cpa?d a3lAݣn|? &̔\ˆX;5J4!/܊;l1!-ꯁGp?*}Apӭ\m'Q١lƅh2T,=F7 t[jO?TK܍|a7WHƩ2UK o[\@/pqIߔ Jhk8׽B[T-61qGKo,F"&F]+ b݀^,2R%:{%%Nt8ﻙn`%.bgf\[rhE[JnhHgX0<\EGwMk +ȁT*[lm{ڈp|7Xt#"f0`}y!m]0PZqûƯ {CmUK.q*ű{u :x6pcW@xrՏohuzMLC.mYϩ<ã2`NƳ|mHZ'~3#B`b2@TDOĿg~O`6 cLUȳNFvA/ku 1/tk aoE:7cĎBa}&y!XJMyzG@MG,@X+cƘ@Jo'\[ƪֳ`+#>0Yv-^oZnh6w;d'?3m[JC ͙@j>՝Ql_ǃ/ެh)Vc|]旸-p5ηh񦪇HtϕS~RemʟjpF@>rFDɶɀlΣA[in{&̨,!+xbE"J>Ƞ0tD 75lsLgia5œ3D @FUQXi@nZB+4I@FaM``b' }AW[ۑuJP@3{u,rD"]˽^C"к0˒z~O"jL*=' X TV7'I!xm]b#6.6RTpGk%2Gcf7YE6(?, 5Ќb.O+%!iF&L!5,cmDIw'j[*(hum5Fvu#ʸ^MX )C&1:vQ۳ҫL >J ϧ>qÒnDū@~t0nE4 I&V=`4W~kaH{pab-D[H1̥T4c"<]|uF']1aW+sah) ĔuPhZΡ$#med} SP,#`bI00灮R)̭e/mf\ 9ֹn{a\ L R&o-͐Y:!U8/a{̔ :DѫfdQisζ^v<ƚ'}G,5(faF`9X>0aBR6W 64i4#YmAsG]uh*@E: % <S.C@@uCvVqف=a9yOU>U%"66gQlb@Y[CMY'.הH4@)rI o3n Jht c#d"}iJmB 4`jbh7ET ٞhxb;jgxUč ?{iU\,b$SCdbiM=F#t}q$~JH(šʩEArA0P< BkSs@ϣSQ꽙9{ڥ挣k6v*'lʦIճ1Baqo(lF0{xbM=ahZ^fɟ|dT-^#^u_4p C̭!#e$%#"Cc(澳 FV0IW3Y>qR#O77~(йu%4?e>QIX=z-wK̮ c{ x ]4Bgxv#eŶjS,Ijb;UWX6o 2l4v@GUO0(\f_".*Q ;0ݯ * (H!{}fINGAy%65j#aOBTD 8r(hgo`:8ʂ>kzy,]-dlab%Dh)>"RFP'21\>r34놫]t}`(QA]MSLj7t$#zLM?%.(=(hMP< hbV |o_t,9vĈlÍ~}90ܚlanwn[{)•iaYWzj u\B2q#Y6^4xj<>>[`r6Bm/ⓘ ߃_t;o~M ]pܮ6" AeMH_ۯ֘` `9ĉbw`!b}~P2mC>u`調 Zk ImvKP~1 )*,7fm&Toci4av ԝ{6Z =OLi+Mꈵ ^D7G,mY}pHws4ts¹xwQB 㝰r#W$阘iL~*x39VyG'bzdm syJSCƃ젲v6\ytO>Sr[U3vJ?MՉ%*T鼆 _ᓼ@VʏWƧ