apache2-2.4.51-150400.6.14.1<>,9e?Dp9|VMV}6P=͋Ae)G䉀Y}ݾhǃk*@}z;ѥr`必!F| r ŀ )Ί69xMxV\O  0Wb֫djvvf3{Ir \'">YQq-*ƌdQbiju\Uv1e/Cq9y@ ›Z6 2ʡGWH ;n;]~m ;)cNKt >V(?d   5$(Abm u, $ $  ( 0   Μ9π99(:7A8Ԅ98:=>?@BC'F/GHH@I 8X8 Y` Z[\]^3%b6Ec6d7pe7uf7xl7zu7v?wxyjzDTCapache22.4.51150400.6.14.1The Apache Web ServerThis version of httpd is a major release of the 2.4 stable branch, and represents the best available version of Apache HTTP Server. New features include Loadable MPMs, major improvements to OCSP support, mod_lua, Dynamic Reverse Proxy configuration, Improved Authentication/ Authorization, FastCGI Proxy, New Expression Parser, and a Small Object Caching API. See /usr/share/doc/packages/apache2/, http://httpd.apache.org/, and http://httpd.apache.org/docs-2.4/upgrading.html.e?Dh04-armsrv2^SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Productivity/Networking/Web/Servershttp://httpd.apache.org/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 apache2.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 if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/suexec || echo "Please check /etc/permissions.local for settings of /usr/sbin/suexec2 ." fi # wwwadmin group existed in past remove after openSUSE-13.2 out of support scope if grep -q "^wwwadmin:" /etc/group; then groupmod -n www wwwadmin 2>/dev/null ||: usermod -g www wwwrun 2>/dev/null ||: usermod -s /bin/false wwwrun 2>/dev/null ||: fi PNAME=apache2 SUBPNAME= 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 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 apache2.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 test -f /usr/bin/firewall-cmd && firewall-cmd --reload --quiet || : exit 0 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 apache2.target || : ( 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 apache2.target ) || : fi # removing the symlink in case of uninstall (not upgrade) [bsc#1041830] if [ "$1" = 0 ]; then for i in /usr/sbin/httpd \ /usr/share/apache2/build/config_vars.mk do test -L $i && rm $i done fi exit 0DISABLE_RESTART_ON_UPDATE='yes' test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in apache2.target ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart apache2.target ) || : fi fi if [ "$1" = 1 ]; then if [ -x /usr/bin/systemctl ]; then MODULE= if [ -z "$MODULE" ]; then # restart all instances touch /var/run/httpd.restart.flag echo 'Requesting apache restart (all instances)' else running_units=$(systemctl list-units | grep 'apache2\(@.*\)\?.service' | sed 's:\(\.service\).*:\1:') for unit in $running_units; do instance_name=$(echo $unit | sed 's:apache2@\?\(.*\).service:\1:') if HTTPD_INSTANCE="$instance_name" a2enmod -q $MODULE; then # restart only specified instance, %{apache_restart_flag}@ # means _only_ apache2.service echo "$instance_name" > /var/run/httpd.restart.flag@$instance_name echo "Requesting apache restart ($instance_name instance)" fi done fi fi fi l$X3 X"}Uaw  b7B8  X 8   8   h @  @  X @     8 X   P   H   H p  ` 0  H  x  X  @ 8 @ P   @HH@ p      0   h     H  `       ` P ` h 8 8 8 `    8   #S  2 ?x-J u8@A$ Ai%"T"&kA"D ?2%:o%(4*!6?4wE P@U+J>T('1(L'94'70.#:E5sR LC:0+$:R&S*60?/ IHM"7drz}tq~ {w|}K;[S6 N3((Lk J 4d  L4BW A ~_s`3V YV4!c    A큤A큤A큤A큤A큤AA큤A큤AA큤AAAA큤AAA큤A큤A큤A큤A큤A큤A큤AA큤A큤AAAe?=e?7e?7e?7e?7e?7e?7e?7e?7e?e?7e?7e?7e?7e?7e?7e?7e?7e?7e?7e?7e?7e?7MMMMMMMMMM e?7e?7e?7e?7e?7e?7e?7e?7e?7e?7e?7e?7e?7e?7e?8e?8e?8e?8e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?:e?7e?7e?7e?7e?7e?7e?7e?e?e?e?:e?7e?7e?:e?7e?7e?7e?3e?7e?7e?7e?7e?7e?7e?[?[?[?[?[?[?[?[?[?[?[?[?[?[?[?[?[?[?`;e?F4AN^se?FZFZAF#iAF#iAF#iQpPl1 PnQpPl1 AF#iAF#iAF#iAF#iAF#iAF#iAF#iAFAFAF#iAF#iAF#iAFAF#iAFAF#iAF#iAFAF#iAF#iAF#iAAF#iF#iAFAF#iAF#iAF#iAF#iAF#iAF#iAFAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iIIIIIIIIIIIIIIIIIAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iAFAF#iAFAF#iAF#iAF#iAF#ie?AFAFAFAFAFAFAFAFAFAFAFFFFFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAF#iAF#iAFIAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iAFAF#iIe?7e?7e?=^O%da^W;[e?e?e?_`je?VWS fe?A|A|^O%dA|e?e?e?e?/e?/e?/e?/e?/e?/e?/e?/e?/e?/e?/e?/e?/PϓI|\Pϓe?7e?=^[?+e?:e?:[?+]Mv[?+e?:[?+e?:e?7e?7e?dcdcfa62ff43ce6d7c0c026e445554487c75cba63587c7b5fd34be2fcfc9f0e67d0981c5d095ede03b4950af1e846b1bd6d680672255e6f1b17b035486034851d20fe6328908913e43f564313a01cbe1d6d24029fb24aeb99bdcbebde725efe4f584c66011cc2a221851c9333fc3686ad8a31925dc4d43e006df3c8e1abfe9333efc1404d04f3b088acf1e5a30670ff2cba409ad8d132c5777684a0852e7c3b82336660e08e18a1e917d4e7327d81def8395b5da4ab5132d1d6ce87f0d46b456d3ae2ed531a309b0e42915220db03a4c984ba87d02d2b022ef4bf31f42d0e0627e94a499c84675258a9734b150a28950fa22cbaad5f1eedfff507541d9f7d9efc99565d1f900f5449c14872ee9a4674d68a5032e6ccb1cc586dd94517c7a200ff836db5b83fc897a10b8e8346f7b8bc6a591aa68529f9e1923a65eb3966fbe4817977ae9fdb708f397e0fd33953a3db1429755d4035088f3ff82cda2bb25192edfcc362b709faf248615fa98f87403f085cc042225a0ea15c3da52c2c48095cf40c65a53c0bb06ff13793cb799df35d522dda0ad2b0d8c57e4c147245106c69957d3e503f95235ddc47fd1a4c28a101a42a71bd79a75e5c06455c02f37f01c4935c7a2d60fd3e17676a2e79154100c3d3b0700a8e49b6fe86166835dd7a8196b666b93e4f2e0e5ea9032f9ad97578f7b49f2ed08a1e78df5b5c2e8e66b2969ac60e35d344fe19d8fdb3c216b97699ae65103f953b07633badaa7abe3dd37e4ce84b4d642a9b98ee9b17d074d945290b643fe102900e57a61fd509d56ce1753a7759dc20f4716ea7d07d9ed1563f0a03a84bf3438e92238d387bc8f7ef1b9f75e90e0fb7f4d48cf985ae459062a6314b14122490d327845f7012c079f745893b72d05a2deaab0fae9a3b1fc3bde126308f48b12a7ff4ae7de7da78640adfa1a0b8fa5b215c2d42398077446b8a968cdacf5238cb47dda0f419119a7726d33859f382c0d245545cc35766e03baeb676fbf5195b6bd9a52dc129e8b1e9314484ee897c2f168676263a42fd800329376f356b772f0a9518730f960ac2c3e45af62dd7319c1ae1d05020ea6aa765a3aa27093f68de335a3a21f903b91c207acb51fd7de162659e7b2d4a4c9f59b72767db0fbe9c05354ba65beb80b3902f93524c31fb8a7702dc2b03bfc4dc7125adf1b389f796ecfdb3fb3f5f03f3abc850faeee049f83287f735482da60ccc0b8cf2f0677d75f510754da9596fe7bcf68efbfebd50144b5d571d6f218ecbefbd3d46ca691f1e43f8070925e70d48c88692080872ac4ea29741dd25b72aa4b8d50c7ae104f9e76b83cc9b94de55fb4f4974a9706f70d4d919b0bc8648cc255d456fd2d3644b3953f14e8c526b7e244964202d60687f6080bf1d0efbda6de2dfab93e67d6baa987da19e9bc132c99a2ce3ca55afa5290bfb2b16b67f12a0e15ceb66adb01ad45a449b8441e068b684124822e56ade3416277eef2fe7d0c46c057a9c57062ee4a0524cc7b89edd06493169c2e6f4aaa5a492e29fb9ddab7fb435ff65ea5fd47ad3c9a729a4bb38bb9b24bd31d9db2e7494015fd9acbd08688e83b41f3e7e516e5e7b700fcb860d7cd9917f6335c4f2bc7d9899099d383da2d340b5aae45076958622a0e17b7b198f7eadcc28c331955fdb09952f15993aa8671b26203ce7f25ab9e6e26704066b04a779005c845532587068cfc8459aaa95556eb75ad91d2ea57377c4b3e00d74e57df9c652f9a1167cebd54e7c35b25901cf1d9b718bd38e94fc74dbdda66bb99f331e0bf82ede3c36401aeed745eb6d45ebbcd6a9745351c21c8e610a79c1ba017da5f1d9a760bece4db0159203e98cd1540690e2cab701545f9fe1fd8a81c7258d3d05c3fe639f563ec0c9245ecdf6ac52e1d645fd10303bfa18ce575f0d78ad8e845bba1cc0cfeefa2823f74a496e85d5e7d9d8c854f95ed6e74b9d1d0e964871a42a616b77896944c937a68a4277683772c79f57e1538ce3cc3d36db308130bac0206b8dbf06f21a1889c8c71d1232a69af7381e748febddfa9540173bd478f88731a0d917342bf53b6058cdf3c88b9d06fd2e08dfcfaae55a071fcfcdf385cdd78234b61012925d4d75ea138b72840426b292b1fd4330d82eb3358a694f88dceafc64e3ea9843177add389a9307cf9083d701ce6d891dcdb37c7344510d721106901956e46547832fb1e07ac693afa8563b6929a40aa22eced1b3efdc4005b804a8ce0a82963f79a6c6fc43fc9b2532b3523bb3ded65f49d79731a6823af9cf32ec16ec1ced504af0b776c07d0e52b0f531d89d0ac44750f3d81d90a588e968931fe7642d2a9b17bee38eab809e78e258ec3ebde9c55e93275b094612e7685d515e86c54da085d6664fb974583e2a8bf5ffc185b4eb41cb296911f42a0477bf070bf9084b420f0cda8405eba2569daa55d9a0da42e90240a0fac160d12e2527c02a85bcb5f6502bde307a71b88b19be6762cae145b0176f5396868e7725166a88087d9973f0d2e9854ca02238d1706a7f111dab1343f6e02e22c87f389259ef41ce45fac363240f9bc7c9e4d7c96b40f370062a519715861470c357aabda37caec339ce0ef2bafb724ccac2c16452e25840457525237313c0e29fadd8891f564f5af64410f221a8e21dcf60dd10032a0110e936b01da3fe1afcfeae52373995aaed51812035846a15d13ca4cca48537af020643745da1c87716c67be1c2b85ec90b2894b02d3d597b143e8767bf6199364a0662d3b889d45b986c5db624bd3db6c3551ff8cf691f4c92f7442b84a6e8c76f59f7aedd9f4a57ebe954139360606e682c3d54eba05b3d80b0be72e4e9bd2baced10929bd0c1b06dfb517ef7b9ddffb7dca9e98dbab4704d30d14df5b1c5ec9969df6c0237e2f36629ce65e532ae398868147f90e9ac149366f6fc5bda843ec570c3172013d097831f4b48404e6d909c18a8daf23174e337604770aff94a18a573c301bddbbd4062ab89be1f95d25e95af8f168f8edf4eaa7a239c37fb19477970147efc53c750ef39ddde59bcc38b78c46cea0ad75cd36bef63df24c8eb22f8ab36f580a6f08d656cd3a6ecfffcad5cd39a2dbdb214cd601145890186ec14cdc70e1a569a79e7ee1d8c3ca9fbba411fb33b41901fe4dd651e1931c5f8f8dbd63033c830626f90e1f643857fc58d563a980d8fafd8efa41ee3e0e5a579e602b84ad637ad3e9351c6496d6ffbbda57bda2f2d3126a78656d7d5ad21bb8f12ad8084af7d60737a4e0eff27316150bb185158317f77b0947add8e11712c9ae1d2c7c6dd19857f789b9310fae7cbc6ff0078dd2782adcb82730e4b941ddc3e1e5e1e54cdff1504aaec1ad252b8f65db70f780561a063ae1c1d96fa13e7fb2a29bd9e7d723da9c46d83fadd7f46f4fbbbab8ec18f29af408f4b51c6fa3a1f2be136858a0b210caef4c28693d41630f940b1117fbff86ec41609faa168a0811b788fa365d4e99989de9d630958bb264f4be83409146dbc7e6f64fbe46b891419e05522888f71619293b1afe446b6e501abd1cc865b8868a15baefc387de45ccb4e75764e7518e8b85dcb00ff3933bfef2dcaaeddf43c3940d2ac9baeb3008313a79de7c40ac6657cd40882edcdcb3b4bafacb43523de5bcaa1d3ba2df945e9541d9f9980e4966e72163a4bb457b5798287ab4feae2ee3c37d918cdff145773f4edc1bebe64d111b26cc276d50a4442901d38ae8f77dadbd9c2219bc5a81dbc6f3b1115dd5b097ce791489f84731e9e680701fa36a4332c9fb27bc49f2b6e0c97c2223e69a2e29617e61f4d6b9203c1703ec21c9ba7fa5204f56c7ba0c7674e789fecd22433a00b873ff97d1ef477af400d7ff1bbf74c000100c3cc41cbc087e3f1c3f8858d7387f819e710bfe022328c0ad1350d36b4bc1cf764975ac569aad6d1436473ec50036db89d88d3a00e1983a5ccc84ca884a25769b7ea912c8059e36c1907d8430a7d0878102b9594e818802a80acb182e8aa86405c73d85ecdfd65505fa0cef84fdc2e592b40223512ec049d0d718c221a2ddcf31ca562c332e4585beeb0c459926b988535dde96cc85bbc4f7879978f40d2cc97f42791e06399ad2439dd72259e26e98356c67eb106774aed92348320887e56d0c6b17455ffe40fb92743e595cc4342821147bffa5ae23492888e5108df7c6225ae954d120354342cf6636c91e61462774a72b41665faa4174da7b45217f2b22408901b93e95b9a6d382bb7279a674019b4493a156cafd24a73ce7a7c79aa7d647da4b0135dbdf629db22251efd3711c82e28f29f6f99e42095e7bc5fcc08dd5e4fd6486236acfc6421d2829725a82248174cd0d994a47c6c448a3d8b64a6bf9e92ecb81fb1cd2fc951f7d9f1b15bd049a144a166f1fbadf16e7f91fabfeba1b5fd5e53db2a35d049ccf3afdf4eb2693f7911c09f41c71efa76b3d2b3bd368d39594d4f35572d2084e92297916e6c6b7c74e3df4bfdd351504bdba41ab98caabb0ecb9441810edb58f840441fefd5fe724f98edfd3558cd33fb17cc79f406cfef6b0b7b160d27f9cfc4c2138ee5bc8e6d77a6659a79cece4388145dca6c710e68d087a3fb441a80c5febcf28aa04e0f215da78598049286895b1d17e554344228e497762b4c5036e3f6c0b39082fb72b1d58122edca19f91619612b5df502c2f87e10f0538818e8b34b6a8d86e1a10ffc9e80261fd61e868a20d6a55c68312132d63b240c1ac41f9f5fb31f765fc46bbe594229ec519efb6db228aad1510f0a242984ca34d9abaca7859406d0f3fed0a8f6674a74f16d15bd25320f76bc29bd1d8415e00f9281feec62d88f0cb665fcb01dd9d9dd887318cdf31360cfca9d1968ced1c722c851b72438b7a96ddc6628137eddfcb2d41328c13800babb0c5fcab45e0da6d50bb77afe12172b4e7b20fbe017b93bed198d8dd4c8510a229a6d60a7d48458d4296e2d91a4a41e28405865d38e5e608898ad8c03406d5d29580324c97b363e8d051a2a6155a44ae8ba300835c5aad32536e135f389c9d6446c86d0b26656bf17e135a2d32b014241fc45bbe3c88d9a8795f4fb94803cf1a4a4308895b1ade03590a7284cb0e6cb664a64e09a2a5b8259ef08bf1249a0eab22d3924b43010f33b61b452154b5c1b7f7c5e6925a7214f383a50edad43f1f1c77d5f266a88e7ce3cc66e3de94257abcc6bbe086d4b0b1fa1a1cec4b4a8f9aa07bc6cf19dba8eac2828bbfcb5f8fb40431d013e919ba7635e3b36456907d0847919208d9af34acca07865713e4460ecfae16f0745930f02156474cd05db85a2a71826bb853a7010823893a73a891f027e7dc1ce7e2bc22cd62b523d57fcfc232a340389572214f37fb8ecb51f9e12621b4e467a67a4e3ca2ec1821fd680a1ac07b27b21bd5e44d3d0a1f637c5b714e3c7540a21e9ef97bab72834b5724cc1c74bdad6185dc60a62e03217df524fd6c09306864f342cf6e206b22802eb28e1641fc2e74aefd1c7f88766a051d0c1feed18c5e7e86101516ebfa6a18993a56311da698419f1a5a952186258927f92a2acc469f26367ad4f462016cfa769ef3e864a3699fa73d27449d7b85864f5d78651c597fb3d34433e779de065387598530f8d9eef3f706d09f0d5a04f95be118e3c137a7772b1beedc7a528c137092944bb7be0c5209fe4de02cbc83562e8321bfb913ad7598a734d34a6e5476687fca4aaf9b917807053104da7b0af06e5ff70b1aa70df5c9102b6c53bd0eb67284581eef83031c3f2e0fff23d586c281b37f141a5a60a4c1941c15902f52ca8638a565b7541833d5d38cb80bbc5e250ab9d896643f4d89087318cc26768edde2e5b68cf6b6ba983688412c315a63862ff9e26f8d44de0136275b28c48a9f666b5cf0419cbb48d642ef0b11315e441a44a830969611e8805134c52e8c16e8bd59266a8f0c135d1738060a48b40e6e76ce2001fdcf1c148b1af14a8739571f163b01232a4acf6a236ccec3a5a30ef4d0a39419b609af93c17fe793f159254b22ebd6cce8a84ffa2f8a9b10d62858a5d0902d8b0a6b96f5014de697f58b3819fe6a6e7584f943f90b38969be6eac79f5f50f52a88c5074c1caf3adc3fcbfaf66f4df7a784cdaa8329e1d70c5557ee3ea97310258a5d8cd7739fee452e06450ac6c8fa7abd99d3effaaaf4e13d55c6e55e92996585809e48d2128bb052058ce63ba6c0e95ec499bdbc76ba39fb05707d71d38278203a0ec394176ea5e4abeb50970f1f23218559da47b2d6003f91e397ac0f73f355511cbe58472b1b7e71c4c4aeb5fca0d562bad75f0fa5cb784312bda1573de4a4a7fa3b0be055ee19b2598a0431d3d483b938fb4cb7e27f3c479a925bae5c0ca89072bfab1e16fec0cf9e4b53df01976d4bddabb8ad9deff347a3906035f4aaf3c731702708527bcbfc77ec64d26c03f59ba6ab75b22ec1ebb0a28e773ba2df70d8948cf3c199d112cc859244dad74ee24a08e0abad0e260b5cce6fbed35d941f0290b41a22663f0e6a65a768d906e1812ce1bea48b04a44944c57d7faa8902f6abe4c231985ad6c3cb831c0640f865853bab540852240cef46a285ee89688ffcf9d9d60e4c24bd9982e82a1ad46a26668f607649c323d0db192df1bedc08ee519fe84ad670edca2c40c25c3049c500aed0a65dd3439d2878d5899b53de647e0d234150a1e21a2cd13353fcf9d5436b14988855192dc1299800c35ad23f6bb5762d2217156754275e55dfd55883469072cdc7c2d0808f5d16d7bab776b2857aaf1e0401bf5de99b017e250906aff7c1088558ac9943c3f3c1063bbdf84a2851b787a3c06c6585b7bd2fbf0e1853e980097bf3f55b9289cf03778d7b7c63a5e679286fc7c2cc8291220f98ea458d1e9614af5c6afaddffa620c1faf9e46864c132288ec719698440d505caa4ee054554c920a407837837bec4c8ff4ec2c9115ef6d0f9d808cf05dbd7e5eb129e690d6c24f927f7d5df7602ebb5448acb1075551d6d5d4520aad77aa0d1dd0142c6a0f68ca6e85adf0944455a5fccb593127665a1b356f8d0ccc00fb57b8afb51e42a00565fa1227123c9af299caa6e0ed9592c1b6f8d42e7b199b44b0927f3e7d191b185a260d12723c9af299caa6e0ed9592c1b6f8d42e7b199b44b0927f3e7d191b185a260d127a2abea96feb65c4da6a18570929fac8de7e887beeeb83c3a945b8c429d563caf5bf1618d18fc2fdbef1b7f1878f837854c2856a8092082bbdf6c83043d9cdff6e8246ef7dca15b23a863f32eb236ac7e1a0676bd1d8456b07e8f8c91ce95b12bded58a574e0ea9cb4abd5f1f2da61088cdb396ce2e53e9e8b75ca1069d585ea3d4937267466e87d5a9dcf95d5e388e0217dfe048e3d374dd8a50ff8424a5a47290ad5f598782813d7cfd12c8deac9aca89a66c11c980026b6952b9872deee3880e9eee48e1b127db475bac52fa162221cadf6c98abf033cd93d4024dd303d0eb97baf8c80e64ce8d5df4863dcb720a4cb8bcf38cb175fd7ed85b096d1fcde227940469720e77cf2246bc0663e0f71a81b6ef687085628013b7f12d9d06df1e9f4dc45b1d1f625cbea75140ce10aab4191985f9e32fe2c9b7fd62cccd5137c9c21def34d2693ebfc42a9d129953f93b30b3266665880f1e15de0ccda29a3e88732cb69440c609f507059b2fe925d6fbc859c4dc1f80ac8762fc287139bc6b3d46e285bb6ad800a26248714c25bd8e584c6beb4594bfefc96450c5b63012b6bb3deb4b0ce89bcb25ddbb7deee94a14f700be59ef09f4a4772ec29299fbb7a5ad119683a16d1175b4416b5f46a507981596cc0058133a3657e4be2c7a652104dbd78ee6e955d8278583a35dc827e3c9a666e08c6a5f00b0dd00972ef640f700d4d89601dbf58fa2c80afe4f6ff8b9bfe5befcab0cd06ad6745b5ea165b8829e4dd5067df5d04323db712b992f9e5815fce9839be0724cf57920322e660e8461a06e1e0e5dc54de294878b64f1d9c48e6da21d09b359c48f4b99eae10f4665b90d58f6507c82b7210052b2d3b2f3abb254627b6f312e4b5484d3cb13c3edf44cf7ad974a02d9af482d1362aa9ef7814f34486056fc5cb14b9425a837c5ddedfb6082e32d5ed5df4d4026a19f12a16b692f2b648db53a24474cd287fdfc0377cc9502769aa7435aab5b29cef3605eeaac7a2c4a3d57aa3acc84127eead0436ab90fa924a44aa6c4f74fa9f1788d6c4bd7f79c160b1f1c95b69213b4d7ed7b9ca764fc9615901d283301aa63692f7a37fdd2492710ec0a730fcb6db664ba1dadbd0333aec38020cdb3378da298033522c49440bd754d87c757ae0487ec48fbf95f7c33f402e4dd119cba6a101a5d15584c4c931f2ce6a79629c44fd4e22b6e165b0e3acb1864c0bc46f329018d8b2c4766ac499ea2d02c6299c79e7190f8310bbbc787971ef0f0037deda5d08a5b9393dc8ebeb65b8f4e6a8e01a16b77eee8e7097417c4d4f59e723ff49751378d9ebbbfb37eba058fb06557b632c8268d329847efe27fd7df4da551ffacc9e2c9f1f1a71efce81d954bba361506d349f5db7c2db8d944176706dc0982d975d479c69717fdc6b47933d2d09e2c65be2b0f904204db8e7860997f4e15bf33e3aac3d69be5d5dd65dabdce414990c90a3da0365e4039adce1401ec973821dd383aa3187743ba97f10a89e8402e84fa9caba2cfe916c3b69ccba4da1d3e12faa32f0f12059beae4cce2dc40eb7cd3b70c7bb175427c6c9040cb108700c247484a66e0a14e56900c4b87820380da449c41dfe3ea605f61446c8a3898f61dabccde41c108a8f02712f935789a88dce26b82da54c4657792275db9914d328a44939883ea0498eac27db9669c499b9ab63864d49bc1a29dc5f8ac81e7868b297d13bf16aeef08989ad5f421b949329906c20c4bdb29385dbfeb9df446367a5549d7416b2daef1d96ba999828ee11628a49fc11d4ff14d73c115db42ffbb607618a55e2e59c02545c7285d4d5d3931c0f6a41c39968f4b10d7451cf926b9562905dcaabe0c21a2a6dbebb7352dff4ddee4cf48b42780afac51ddaf1bfa530fb0754a3c06602f166c771e88cba966878a8f650d49ebb98aaf29cff47192753e1f6b22fd46793dd55819e8f249177ec447054bd91897840cd942930e9ced1019385b1101fdaa7c07d01d63aae771176a44d3df81d47b115b5128aa1ecc37565f06a8f62e31d9277bc38a664adf10c970108b95fa3d1bd93af8386ab7f57b778a73b8ef26ed7db4806bf722bdbdcbd5b421d40355dbb1c682a6ea75e7640f31df2140819614c4e7499dc65c91ee3538d41643ace02960287a4bf28ad9af893ef100e39803e09d4144877b3e1bae0045ae4a2e3dc89c2fa573bd9c9f8be7bfeda0c8f9718d55003f92e320eb3defe2e972a54a77d92c849e92677e028a31e7855292e0a8c66c67ff92ea660743006d47de9f012193cbd123a17ba79d8ae054bb2491a2838948de17ddc1334a6780cf7a8164a4114412db734c70eb82ba6db8c7f1638a66be9b21b47bd9792d52baa4c007827e092ae89636bfb89d907fac6223d5c25c2e89cda4a74fdeec6713d455d39914fff821ef0695af1a2ad13cb0e54babf019703fe671a32fcc3947aab9079ec2871cf0f9639245cc12d878d9b95a180a3513eec9e82061c21417d9fe1c674ccad3907bf1da8e337704a565c99ba78c544ae779066f00151635a6e2aad9da2799345af2f7005def96bd6a8096d3a77fb8dccfecd0509f454036e1f11815a299114f40278b237dc3d729faf74d209cc791b02fe3152c1bf45113204cc7fc6e4a33be92656dc58efe20db5f9de098ffbbde8ba1fb56ac130a0c34b75d6e2b99056e31d64edeefe067b329e84e791a4f4f88320ac172b57e9aae99ec802dec633f16ff3573c0c34a2162517e6894e96231125c3cb4e67c29c78e10dfa4c4406179593771935ff25a50c54ba7913f34300ff9678a9d04b1641e16178eb708a997c198f8d263515a7631e33f981acba27fb68e94c54a7f9dfaf15308f7b920eb814aa3073b78ed2a182997db467d692994fa838beb0c0dbb1c9dba2ff1516e5cd3b603047c6972399cbbfc12a89850142b98249b0baf87ac82b322e8a310b3e0fa3236223502bdd5dd53faa079f4ecb5f9ae500e4eac68fd09f6a88f07e85f80d2b02e0c55059aa8f01fa10ec067ad94eb293390f918fb4e37bd03dd8fcc25223b3322d631e9009296ca45957b2cab9920647cb8259ac102f833af93aa720d38fcf159408f15007b6fbe171b20670fce5b817ceacd3abe21c0a9d2192491ba5a4286a2835ede1a81363ff1840ff9b2ca7e7d821ef53d305a5f30011e9ec9e093913c1e712f7fc9f3d44a6e64859e4e5cf683f23e979829588cf462ab6ed643c6e6db354aec599c6b8c11db9e4adc72028ff517a6e81f72a2184c7f5d191944db4890e5a6d7aab5ca1f5945b6d2ed3f37e2953daf2cdc4d832f22f39b97257c648b2f94d0c8aa654603e01dc4ace5b9e301b6c9bc112c960525d682b9fcf86a227d6ae083ca05bbb31308f6a4fe3e4485f8adb94a9127ca7a6cb4f64e1e7a27f482e6d16b8a3f60e8edaed208d860fbe5eca717cfbcb58891d431f9afaf30aa740d9fce007e820a599f22afa0dee28fb9fa51b7a9730e784fdee62a1a7d683738e2ba1157a16b972085da634754e11e6d694d750496da66b44ad12f40763ccf874c0b7f0104701f22bc0f5edd3235cadc877638a8d56ccc86e74f7fadedf0202df263fed2041742385632601ffa89807ba18a5ec0c2f412f75efc23a60e632d4e88ea6d8d2e177d03bff741b79dea7e31763b4aab87d9c79746a07b52938bd0f959bd23e00c194af8df29a1f67032886195a5f00a3e4ff3b8f80f55e3104247a2f9c2d2fb2676854421f42fe152a8f16d775922c146cf5c6e3cae28353ab90f3f664407f6970339ebc94261f312e7465f73905ea3f7fcc76143b6dd3755e231cae49f026d278493537f2380f69d1f259a5c59c19d81f16d70ea52bc5af8bd763d4302d5e4d409db887ed0709132f6fbe5eca717cfbcb58891d431f9afaf30aa740d9fce007e820a599f22afa0dee29d6a2f20a8b72d861c0cce65bc520d01beb74ff4bb0c22d3b1aef8f43aff69889cf4308a656004270f9b3a006b06955579bb62dd8a67f4bb7170c99438fabab38fb9fa51b7a9730e784fdee62a1a7d683738e2ba1157a16b972085da634754e1306aab88c51b44d3044500a3f737ac64f92b563b72ff6a1308df697f73a527fbb596f3df0f5439ecd36f1e48a98ceb256d4fd0aaed13391f01955e00bed6e0be663d5408c32ac610f28ac172c086ac45edf5089153561887d85e5a5e67166463a86c735194e0653411cf89c6e97e5f66da2fd1bb0d77e921300cc22335b221cde7f832eb50c1e1a9de8482467ff9f536e5756d335749b50e0601948dd72dbc8453090c5ce6a3a14ebcbbdd025a8f2b253a053e2210f3e1a31766f4283daa85306fd495e9c197035958682500456e67a0cd01e9bdf6d4f09dd340eec3e2fb4d816d5ee2604d4c8d2300de5cb1cd581d2a48c98c43c6d107e0266dcd2dfea15b10298e6ebd902a2de18491c9ac76f37f039761bc6a5a3bd02f4ca12990927081bc39fea02a766c55c480432e1e0e92ae535139fa2ea3cfc730d4f8095c225c5fc98db8761bff66a355d6a2290de6bdb449e90f8e1114fe8789f7c4cb6c1804008131f9828c134ba9ece109e4d72238f24a983ba96884fff6c7d590dc3c820ed78e3080bf8609701a8185676cf527bf2909749cfd599aed495fb570a71c80d45c3fdab9daf1bc3002747d49072cf763698f9a417cc3e96d3ff462d7feff540c7ee3107e743c187450cd5cc5fb7e504431980f23445bc636d38f844b99bc58442f8e7414a1f79e6edb38825c285e9778a7425688ec39499529db06030b81bd2683e496a9f97236f5b61b6d3a57dcce9053701515bfd0380199858fb84995d9dbf3dd2aa293e6457adac3437bca6f0309c30d0b55fcf643ea8436f5d29a7d0947a73e1e09d5e4e03c57ba24c23b84cc4af3ce66cb44259849d929b911711c25d25c5e5273a22b889e169f09abd2058ac0322a26e297465333b479817a4478f99a8a7a2f51dc97cdcc75d99e33b9371deb9d9f2f25abfd05a0d86d9c5a67c23695dd601e482e1aa04721d3caa0ba1da8a2ee6326cf2d40efc6c0abbad0057dff13ba7a73c2e1d7dcff33c932efc8520f12dd30e61836857f7de4c0993fe85f061b21310cb457274171b0d74dee3c21fe57043ff5cbfb260edf770e4db328de769b4abd34e48e943934cb9f52afd1a3b0c60ccf56291d691ce3ce28f83e06e9a81be41355da1c95c6e30ead7ddfec81b5a42b5ede5ea93d667203b5d32e6e9eef33d5999979447cf6a1a64ffcdb26eb9fff422c1f744bf6af349044f8ae57facb5f9cd6c274b568588a5c104c716d0e88f490f75ec04f989104b281c5a9a7a63b2325b56bbe339bd936838d4c1e3721a6fe6d38f34562836b1deea5ba40f785298f922e9822ff70cf213f0670b7323e6b06ab950814a4e5a011a28cf30696250e3a72d461d1241b39325af34b2f9eb20f12bde94670a657fc1808692d6d10ab4f3ff834a0a8caffb9e1a5d54e24d0fd171386195198c61dcd9add90a5cec9528f19ddc2059d67a0d63078293302d2b8250578643958fb9405cb250860cf80661435dd0a9362adb0a111f3274d0cb7fdc3a0b9d6a4440053718d1b71919c4d4a57b81bf732d7ed4e325357aa6a56840bcb8b5ea33ba9ec42ffbbfa161628f5e96f239a08d4da9e838c8983a428fc7bf08f8b15b43bb1aafbae3cb1b6e5191bfb552b2d0651708055dd22b17098c3c6cd84730bd996a0f95e2a33c6b79b99abc982dfa7a96dae3ae11c417da7e3899192f90c13508254f8966fc89fd65825494aebf70f99c3684d4e0b50056169f8278ca7e9174d1ba5f6bdf03ecbe4f4779a0243cb98f7dd3d6c1e3756dec52006cf6f3641b16e762f895a78004580bfb359a60ecff3d52460ffef9dffe8fa515f123df716d153b4a2da1d1b8a860131bf7600e3f3fbf902acf827c4196d5e9ba2bf6b305c12919accad05da25650884ec08cd8bc1f0c00a0f5f86fa7979191174783507f2b56b46b8bbc6b826e46d2f9fa20246efcb960b5f69ab8ed2eec95c791ca9c1357dfbe2fddbbfc8e531053f45425a40d29a8ce99a00d86fa68d4df970f210da75fbbeeeb0f6022548f99a48d27d3162674ac6b60104d3bc2d179d33905e674b14a163fad6946a66e1fc0163a14301d841abc6fee3d5ba7f6f28890dbe9c76014acfb0e5816e5962d74035aed94e03a487f14800629b1907ebfe42110cf47d1db2fd968c616331e5269395c8095b31a6b9a16ff01de66fb3854d73443dc7efd308819ae782d7fd825efb3f96a26057965b9f8d5830ef51adff614ebc701ff0a89d9b7c85c7d6b461dbc5ef29352bcb91ce1b6cdc3ae68b0eb32ab8f64ec6dc028879896d1c1fc14c210bccd05978355c040e544f71120dd9ea7f9792ad6f675e2e0e050f82935a1dbe4e98b55670d6bbfae4ca57465a8cbbca4533f39855c683f8415717890bc55fb89caece2b1c05e9d34ea7e11bae0c09060b33c636fcce167980bb07d53f2569037b4f8ce075f1c714491f1dddaa873048e5e4e74d1c082d3fb3ef55ad9349ba0136b788a389aad66577b6013a8f2995c0d17b8b1d82f7a6d439ed0fba8a95b44458d8a5f0e5573d0934481734c58fa73d813d9f0c07079ca2ef36e1c3d5c91b8ed30358b21254092eb1ae058cd9134b1aaeffb384e6919e3625a246e8146895ff7ac5f6407c6ec1ef20948a5bc028f514f88dfbe172e31aa16ee1a4ff3efa76963b5a6f391e4ad3e983ed1d9359f82d34244c0f1e1f1b0833fe775502dc1250ae2ed4ce9a2e36903e8a0b9c4c22324dd7232e62feaff0e40759cffb7ddf825f01669ecd027e1c2dbac5c8cdaef88435da9a52a68b6900eae6116f7349c4045fa653f4094fae5e2353f0b70d0624c0c6f87bb97eb4c161352c14be6f72fdd8da075019fa2c65a02c5cc5cc0dfc54e8e4dd83f961351f90f4732c8629c6da73cfafbfe91f3bd47bfc6abe4d438abccfb3b036f39285dcc0e1bc15d4bb3512d5c6e7665201d0114941390cc2167e820c96e756c9266cf196d264de3b4907246e223fc3cb95b00e898c4d09f4baf714ef2f9e0a9b58b8580b7f188ee15bbd23cb76716d7643176011a6339b05b9222d89dcdcdf19bf866aa60a5b9f6462d3ec2b995c35fc0e1440a89c066f50f60321bcde499dbfbf4183a7cecd1d142cd3297d2f7e490c1335cbb2b7b871381478474dfbe5eaf63d1ed73b441b0e316f34b832dc46e428c6421d97fbc7baf9f468396cdd501386f113c78f0e57781fd8bb86e905bf000e3c976183d82f116db015be17eceaf9f80bfbde1aee9e527e9ef842241c66cb66591ef28cc68fb6e012aa3b5e874551642fc7a60b305021587f6c188371e439c285043ab1d463b6a42ebd01c135f7c24a277d38fae1dd2afb8a23d81e7a2912fc68fd40150525e42fe42df49c50cfac52de8fd17cfa94e1b36ac7739370edc2400eb81fec68c9fc18880530fdddce4621bd8ebf06cfddcac0327ff4f8b4facdd3426311feee63626652feec2ae4038c697313103b36c97b74a17c22cc17839b71d7bb8b70a1cb7f909159f8cd359d02a018798af66969233482f77b86da6a66f5ee3fc2a203e2fc7e07e2a8304100d0b5fcdd36d112df29b2524480b8c63c5aa12998d2428219eb9e1ce3c31e2ade36d493d1a6a878da05d8cafc9d89ea196358b05ad09ada7c51851d7867f11711f194e7b70606828646c04fe64ab0b2092d420ed368e4bbe1b37cdf5d7fd294cf3b0a64bcd73331669917f61203e3e9794ad0fdfc0dd750efdf3cd95efa947aacb15313a827d43c267c3cb950f30e4304e1658d2a4cca1a338441aebdb6be076ab8f10b0c9e5439eab0625248e7a46b34d088c447da0e8183ef665b085ba9fcf7ac978acc2cb9325fb5b0d20ad2ff14c9e9fb5c631338f3cdc28074d4a3f4a6efecb0aa68080be29ded9151ec931683162a843a5502d2b16628bc08b6e59648b73696c5f8edd616481d94b0fa54de716e2331fc0d41a57fd8916f6203e8a403275b52428e3066e1dd5b4c115c04607535fccf980373c0bb4b7d9cf9ef492bb5c194192330d8c5b77a66c0fca47dacf9379b2998d7b276330c8213cfb7b7712a304a9be439f889d14823ed1f64b305ee959bb2dc56ebaf437d124164a41dc6ba19ac279e3cb4d3593bea8a11f7c7d3c9ff0fc1d3165e23e10705189f6e9536aad8579c29f14eb25668fe4641106c04c5dd24b50d72b35dfef4108c55cecb56e9fe4f6106273f08b83b64086127de8c0730f93c7ab1a555441b4b8de6f1bc0218ebc8e73b803b18f900f53e03779f7a04b11abc40976dc58d265dfc72233b859ed58e0a0f41a2f42c9338cf5bf16b383c7cb32f6b0ac7bf2ba12f11536f526c61112bad4a9b5736dd9d8e8abc435249bc089f1438c2ef9c63f2625156187ee616c2b6dde1a8ca6b3bd272097dfdf309a0d6a8573871e6f9097ca501e4c1e657f164809ccf5d7ad64c525539407cf0130f0ecafcb9a6fa946b31adc052d946df160ef3ffeb096e277cd555f64cf76268228b5c1d6ad63375efaee9391d544b36022df8c6b3f0fc1b23d403177dc99ffbc4841416dbd3e2dc707c9582747ffdce2fc76fba5ab104de4a2de335b7efbf7ff77fece34506195af1b7267ef47c29886dc33fbfd95b472b2aedb2c098dfc0931acdb1827f2ad4258f447bb50432acff9b9c74176d8f6b2517f9fc5bc4b793034f681a97947db7dd66e0474c1e4ce1f94828a7c779b5a297bc66e8baef2bdec5ac0a84938af270d7a47d4d01060f0bc21f171decbfdd71b94968a6b2bf1bff25cbc495b102c69885df83ecc5bddf37b1f354a087ab59ac71ae43c2b7657bbbc81be9497d11af5e71ce1c248075d909ba35a716ef0a8a441abe9991b6825a79345ab9ad502ae55331ab5f9ab2de382a21d2e78ffae9aa5a3e7a716e5e527b867520ae5230467353a75c38a0ebbf33532702badc110ac784c1ab3c110745ceeef23efe58791d5576511ed78fe916f741d14a9af2cf05588d4ca748dd9a4bba9780c464f424076258b3911807ee5acdd5b02a9b9bb1f83ca6b02bdcedac2a31962313a03d96bd1b44c8f88cc949b39cc71dd0efa459167a746afeb1b08e97a6c70eb49bdca26975854a4892d867cc6e4ba737a0ff9d65874934ae36efa5a0a06595354e73531c858361e26b9435dac44dfcf665c2da33faeae4eb329007f50cb9371c3f491a32b3029d76b473a29de85f92c3f559c5265c715a41a6cab5c258fd70c9a32069e065872b7b92a0050e1a910a8234fba613c8755c2e39e5b4e6923f1d3083264396997a6dfce296b0df8840eab8be0ed67fde1ad340a00c91cff373ef41c6252bcbfbf1e141670dbed6d23b1dd199bbdfe0a740c5752df60583a6fa24f6bee0ca51b883a9eb9dc0d7a4e3b3ee57663b460883ac8c02967dd2e054ee5a7076d6b822553b076d00e37861267ee0bf67b14169057d53bda046c5176a6c258840c486d2a4c5ed909b7ddead1ad5f9a1664756be7285c3a2a0c33fcf90c92f6b4abcaf579425d5359d6f8c4bdf6799bc95fb0d8169e9e58f9c867b9507110b53dccc3f7762d3068852538415223fd23dfa3c369eee5d95efe38ad4f53c0bbea621ac81f7dd3b0c1a2673e73951f0b067e2b82acf653270241a8bda9998f9cda35385fb8e5f898baa88516909457858bafb1fdaa9dfcfd849d263739ecb63b7d1b7f04db6ce6e43ea0d5b63206399c63d2d683c6a6c9dd3af3775b0e0acd43c14f99d856908768bd6ee029014527d1777281f35b30cd08e3b6890d63ac81a8b53c5975f5e0ba7552134c6263ebbe087e8a8fa7e5a038379d8651ba26ea008c471a72560eebcaa9d92241423199c6bcc6d9b0c9bbfa6ab6203020773936fed76a9d57e3a535f072cc975f2f5faf8fce82c180923b4f5cb8da77b4cfcdd892e4480fb29f426372353807441d118233bf02ccc463ba31362455be16708c953b9804135ab57796fd6d078c43acb5f7ab1d9273f13f42648fb24eb9479b716d0d529f6ae370b255616742347645559fb828ba2a7f513848348e0573714d5246e76d2acd75ee444dd92c92c2e0454f429f5cac96277be9ef0a77b372be935729c00ef20e83f04b5a1047d3041bab4f554b4d81111aff02823719b941ee6f868370a2721120a249316e1c215b43d13560d0f09c6c37b694761abaac11383215a4a0939a1c7401c8f8572b3cc763732d924b2b517f1b64c786197fe50704c00eea088c836ebe608f8af5aa1bdeb642a8d6d08ed811e30c0c35cacd4b42dcdbeb3ae25d4dd10af1a086c49bfe9d9d053a7b0c230780efb714fc40e497a4987c57020531a81def0e4dafd23695dc72301f11994424c9723e5a5d19d5777627b8fc8550273c532a25a3ec2acf30466e5ff00a3fa83cff85adb7f183a1329049a97226016e7c7c19d38a45145ed592a2d5d643c58177071e706f0582c98538a69174d9fd4406f61a53707c9a9b6185c577b12293e7c9fb35fa9f3528036a8b317d74580ce65496f3b64b31ef4a3c678ce22ad62db6395e4e4bc21d0442062659db0f5ce93656e8d6464c172328dff5b2ac81a6f7fe5350e69da648087bf0947e34d18e5b113684287a4e356dfdda3b73fdc9ce15a9055472f92f7ac5651fbf6ea7e1dada89ee2d8f3061fe78788e3092e97888b7f38a4f1809eda77cdbd8b67bf1c3d3fab9922ba8dcb3bc39ea6317d6dd631181a4eb7e7b2719f1857cf61c2c16db0823c3af82486761d32ce9c9d41c61f2d57d818dcc088c2515febc8082e5e04ff9dafcba4119e26309c4bfa96331775a648ef2be7498a395d7f43bdef9278af7d1dbd1e9f19befa33d91a7b4b3e62d8415c7a1fdbafe432ce0c74374868b77db087c7efb87f879702e848f645c6b768099871a72d8579e956b1054b6ded8e68e5eaaa5603d4b0eb586b08f5c6ecf44466bdfea1df71697094c6e1e112e98e90b9871a15524e00aa03fc6b14da7a2df07ee1f863a10149cb5484d7276f961aa9fb5b095da7310b801133a85af142bbe970a805ec9e95facd8dceaa0777eb2c717d31e2cc668a4d556c3eb31b488d286bc9c66da68b32a38b933ce62d6d4b3d2c9d2f9b33978d984d8775f2f8939de2be137bd5c9f2d92871922254736ae1457b3582eaf792e06e0d2d1f071ffba47ad1159511aa1e29a5f61ae89ec039ee886c6ffd015aedcc4dd1539b26c5c94540860df59fd95e444c1e37cae0b8cbb1f6d108779179a0b17f497da103aedd387bc5852a98676cd90034f6840e4fb4d2b20672d0ca16587fff0c521a64820b1c909d93c24139df297e80a9d913e0020e4e89b945786046bbc0dee10a8526227544841c91b8842caef5cc48d5e84f8925a19de83d10f86b1b79e51b949b06e77b18e04e160a6b8ec8ffbf545914e60a3290c2578cf3b79e3823992e9f1e7f1225de7b8d25c685707e5b83ffdf7cdf7024e82f9038244d7bb5da14afc94d128c69e790661d43fb30151a050da3b5cef49a2c7d0b01eeafdf1f4a001873406658b0f7763ec84a9788978c5a7ab891d72e136eb1852dd12d4e5d5f8b1357ac3a8af6dad197b4c3905310112a6b29c2d53ef10e63d4474afe600dff3594b48ac05c87a011b0f43702b63c42ad7c6382d00962ddb7652793b2e076a93b74baf75b74e3b35c15f5fd53009f61c653aa23d91334f9d7fa2fbd325eab859b68d77a45bb6a78b8989b84a4c5d372879cd340f989addec04ac1a1b324cadad7f92d0af0cc6634a4771bfde8daaad92b28b29a5e2c296ff52d82733d3813a6b499f955b30de00d81f54af9210a519c690d0858e6c3f6554f06907e5f044dbfe10e27381f80f93758025b56cc60fb9cd2f8cdcec0bf7c0dbb20f046b1b867e385e7cc0301f73475d08eaf7c9458a9e21dd1f9abbc1ce7f1193f025c84c5286f23a1cad9d7fcb89f31025b56cc60fb9cd2f8cdcec0bf7c0dbb20f046b1b867e385e7cc0301f73475d08eaf7c9458a9e21dd1f9abbc1ce7f1193f025c84c5286f23a1cad9d7fcb89f31015ac9c7ede6c8a23fec5ae2f649c5d7bfe75dfade7cfe0976166fe5d5e865d93b5cc866c81ec469a2da945fcdfcee74ffebc9eead8300499a7229b72b6690e79eb69dcd0e9093584f5b7053eeb8f1fb8451c09e7967315a78f5dc6347bf6eaa2fe381aa92da49f5d5aa06c0939d2c1c1aab5b5e0d919430691392358ed0fc6055aa367d8c8ca872779beb898db57d2b43ddb1e07712a39e1cc429a03d89dffe372d748ad9e18c0fb112243de80a7e8d104472406d062b207951e8a72f521a2f1cf18ff51994cfe243a2d7a179cd70600ca8f1ae7c644e24be56692a5e835b10c4060daf632ac6ec04617cc0d5e4b5ba074cccbf367e0d3287349fc238483644366dbdaf7737224393f14fa2d2732dae5135f9d6a34cafec79c6a24efa40c210db6f08d0a50f63439bd868b25bf71b532ae428074eee1a251eaabc60b9802653f2420499fdd642c807b31b7e9c76230af9114db8dd4ae5cc1c7ae083b245d90d3ab60631f53396e4c92c413bbb3394e9e4c7021979e23e9f6730096c8060846beab9d7b18a1c87609f3aec97bb5cbc727080e235d295a5b3a4a5c33b8c613ca693db2760a09e568104eb6bbe090609d5bf7a33c208b6ec10da5687bb0a2ae8be3fe5c8deb2ba2b62820d29b5a4e29587356c5d4f19985d3e28d8a56231c031971a443831d3b5eac5a45ebb1c0a0336156639e54a1394e6d991dfb8473de211e1c504394b20a08c4407c22203e24b62eb0fa9458090d2034bd48be505dd9fc9ad21b205dfd5f958c7ad4c26c95eadf359baffe5ef4fddc9e50c0c658f8a5cbd13c85111e831d1b32602385e58f2c22283235bf2e0fb05d6589562d85bc6f8039ff87cffd36ef3cc69aad0dbed83e8b0f125ff89c8c14c433485c1cb1b2966459df7631d48c0ab4d3f7ec2c247975efdb0d0d9d2b7ecd7aa2e9981bcffdfc0490a546223c5b0760e2c10dacdda4fed344fac33a63d5c485a79ca47b18ea36b11c6f68966ed7620d8485076793ec6a73c4ccaca1f2f474ac377f137932a7a7c47b9226dbbd2c3479b7e420b690b2c02909a62cd9e7c0e75a093c9f450eb8a1cf51eed9d05e8ec15f676263a184a7c30858f2d5cd0258da168d3b262b76567bc7baec998ee1b26049571ed20dc89e7dd9d3e87e85846bdf0d9ff1aae9f760774bf5ba9419086fc2b70f69130c3ee9f8761b0a12b0c7da47d3b779b04ab3827081cf076381803cc2aeaafca6ce737bfa9c1f293f361b66b0c2bb902e1989d0f1675a284d9f5502b05c03c50db79e3b0dd18a0210e615e44c02620985c6339e632c047e18e29ff7a644d32fe672e88f61c06a3724c4686818f4da20fb502de0ebf1f4dae5e2ef1bf001a8a355e7552bbe4642879387ea7eb94e5a5538f9a418aa91567520aa12cb9508dab5d917d831d4015d0ff1c9971fe1cbcec4f541eddc70c0384f0e966747019fbdf882478e08dbfd90692fbd49c2bdcfb6285ee9f184acfb13c9d70873703af389018ccc7b57a503d2692ba1d6b71271bcf00473d40f50954869776b77e6de2b27f41ce4d6723e664be569faaeac13d9e57188e6520913a7c604a8d33ac4eb0ca48da62eb45e68428d328e5bed7ff2904a247e7897daf747be5d8d5314ac089f624a4bb66beb71bc41226cce744186874820841ae151229a97a62f4b7e0e008d4b3e0b80ff0087e128dea81e084570670f3d70ead343ba7dd0f1579b01c28896be72b25f2fb07a6866ece5f038eb6b30068ff6b17e2b981b94e47b8c2b6c3309282a99d4a3001575c790fead690cc14734628c4667d2bbffc43e31927a40fe3cbd2708b0cb02714bb2994d3b1c9fe25fb58566c22b1d418eb9774710ceb7aac02c1840dd7cb02ee63bfba60594b4ce1292b6ee79232dc747085d83702cb940a1a6741c465f627e3e13ec5ae990edf9cfc8ccd53feec614633a8301c4ac8755cef01efd9b4d03c7ff2e855f87236313d0a243034661bd709bc8bdb66fcf1215d2e801c7950037a28d66b12d58830dfc244b73c11c334e87ed3ea../mime.typeslog_server_statusa2enflaga2enmodapachectlservicesuexecapxs.1.gzapachectl.8.gzhttpd.8.gzsuexec.8.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootwwwrunwwwrunrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootapache2-2.4.51-150400.6.14.1.src.rpmapacheapache2apache2(aarch-64)apache2-mod_macroapache_mmn_20120211config(apache2)http_daemonhttpdsuse_help_viewersuse_maintenance_mmn_0@  !@@@@@ @@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/etc/mime.types/usr/bin/perlapache2-MPMapache2-utilsconfig(apache2)coreutilsdiffutilsfileutilsfillupgrepgroup(www)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libapr-1.so.0()(64bit)libapr-util1libapr1libaprutil-1.so.0()(64bit)libbrotlienc.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcrypt.so.1()(64bit)libcrypt.so.1(XCRYPT_2.0)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)liblber-2.4.so.2()(64bit)libldap_r-2.4.so.2()(64bit)liblua5.3.so.5()(64bit)libnghttp2.so.14()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libssl.so.1.1(OPENSSL_1_1_1)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.2)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libz.so.1()(64bit)logrotatepermissionspwdutilsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sedtextutilsuser(wwwrun)which2.4.51-150400.6.14.11.6.11.6.33.0.4-14.6.0-14.0-15.2-14.14.3 /usr/bin/chkstat -n --warn --system -e /usr/sbin/suexec 1>&2e;@d[@d @d@c@cʂ@b2@bs@b3"b1@b\@a@a@a;Ha^`P@`@`@`[_@_@_L@_2@_^%@^^V]^K^E:@^C^4^%@]]X]@]]_@]UI@]^@\\@\N\@\v{\]o@\A\?\5@\1[Ѱ@[u[ @[@[[LZ2@Z2@ZZ@Z@ZxG@ZtRZp^@Zo Z:PZ:PZ8@Z3@ZZ@ZYB@YYp@YY{Yu@YlYf@YI@YGY1S@Y@X~@XXX+X7@XtXj@XJXAb@W@WWWW|W|WF@W. [Michael Kaufmann, Stefan Eissing] * ) mod_proxy_hcheck: Allow healthcheck expressions to use %{Content-Type}. PR64140. [Renier Velazco ] * ) mod_authz_groupfile: Drop AH01666 from loglevel "error" to "info". PR64172. * ) mod_usertrack: Add CookieSameSite, CookieHTTPOnly, and CookieSecure to allow customization of the usertrack cookie. PR64077. [Prashant Keshvani , Eric Covener] * ) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy AJP13 authentication. PR 53098. [Dmitry A. Bakshaev ] * ) mpm_event: avoid possible KeepAliveTimeout off by -100 ms. [Eric Covener, Yann Ylavic] * ) Add a config layout for OpenWRT. [Graham Leggett] * ) Add support for cross compiling to apxs. If apxs is being executed from somewhere other than its target location, add that prefix to includes and library directories. Without this, apxs would fail to find config_vars.mk and exit. [Graham Leggett] * ) mod_ssl: Disable client verification on ACME ALPN challenges. Fixes github issue mod_md#172 (https://github.com/icing/mod_md/issues/172). [Michael Kaufmann , Stefan Eissing] * ) mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+. [Graham Leggett] * ) mod_ssl: Support use of private keys and certificates from an OpenSSL ENGINE via PKCS#11 URIs in SSLCertificateFile/KeyFile. [Anderson Sasaki , Joe Orton] * ) mod_md: - Prefer MDContactEmail directive to ServerAdmin for registration. New directive thanks to Timothe Litt (@tlhackque). - protocol check for pre-configured "tls-alpn-01" challenge has been improved. It will now check all matching virtual hosts for protocol support. Thanks to @mkauf. - Corrected a check when OCSP stapling was configured for hosts where the responsible MDomain is not clear, by Michal Karm Babacek (@Karm). - Softening the restrictions where mod_md configuration directives may appear. This should allow for use in and sections. If all possible variations lead to the configuration you wanted in the first place, is another matter. [Michael Kaufmann , Timothe Litt (@tlhackque), Michal Karm Babacek (@Karm), Stefan Eissing (@icing)] * ) test: Added continuous testing with Travis CI. This tests various scenarios on Ubuntu with the full test suite. Architectures tested: amd64, s390x, ppc64le, arm64 The tests pass successfully. [Luca Toscano, Joe Orton, Mike Rumph, and others] * ) core: Be stricter in parsing of Transfer-Encoding headers. [ZeddYu , Eric Covener] * ) mod_ssl: negotiate the TLS protocol version per name based vhost configuration, when linked with OpenSSL-1.1.1 or later. The base vhost's SSLProtocol (from the first vhost declared on the IP:port) is now only relevant if no SSLProtocol is declared for the vhost or globally, otherwise the vhost or global value apply. [Yann Ylavic] * ) mod_cgi, mod_cgid: Fix a memory leak in some error cases with large script output. PR 64096. [Joe Orton] * ) config: Speed up graceful restarts by using pre-hashed command table. PR 64066. [Giovanni Bechis , Jim Jagielski] * ) mod_systemd: New module providing integration with systemd. [Jan Kaluza] * ) mod_lua: Add r:headers_in_table, r:headers_out_table, r:err_headers_out_table, r:notes_table, r:subprocess_env_table as read-only native table alternatives that can be iterated over. [Eric Covener] * ) mod_http2: Fixed rare cases where a h2 worker could deadlock the main connection. [Yann Ylavic, Stefan Eissing] * ) mod_lua: Accept nil assignments to the exposed tables (r.subprocess_env, r.headers_out, etc) to remove the key from the table. PR63971. [Eric Covener] * ) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was disabling the ssl handshake timeouts. Also, fixed a mistake of the last version that made `H2Direct` always `on`, regardless of configuration. Found and reported by and . [Stefan Eissing] * ) mod_http2: Multiple field length violations in the same request no longer cause several log entries to be written. [@mkauf] * ) mod_ssl: OCSP does not apply to proxy mode. PR 63679. [Lubos Uhliarik , Yann Ylavic] * ) mod_proxy_html, mod_xml2enc: Fix build issues with macOS due to r1864469 [Jim Jagielski] * ) mod_authn_socache: Increase the maximum length of strings that can be cached by the module from 100 to 256. PR 62149 [] * ) mod_proxy: Fix crash by resolving pool concurrency problems. PR 63503 [Ruediger Pluem, Eric Covener] * ) core: On Windows, fix a start-up crash if is used with a path that is not valid (For example, testing for a file on a flash drive that is not mounted) [Christophe Jaillet] * ) mod_deflate, mod_brotli: honor "Accept-Encoding: foo;q=0" as per RFC 7231; which means 'foo' is "not acceptable". PR 58158 [Chistophe Jaillet] * ) mod_md v2.2.3: - Configuring MDCAChallenges replaces any previous existing challenge configuration. It had been additive before which was not the intended behaviour. [@mkauf] - Fixing order of ACME challenges used when nothing else configured. Code now behaves as documented for `MDCAChallenges`. Fixes #156. Thanks again to @mkauf for finding this. - Fixing a potential, low memory null pointer dereference [thanks to @uhliarik]. - Fixing an incompatibility with a change in libcurl v7.66.0 that added unwanted "transfer-encoding" to POST requests. This failed in directy communication with Let's Encrypt boulder server. Thanks to @mkauf for finding and fixing. [Stefan Eissing] * ) mod_md: Adding the several new features. The module offers an implementation of OCSP Stapling that can replace fully or for a limited set of domains the existing one from mod_ssl. OCSP handling is part of mod_md's monitoring and message notifications. If can be used for sites that do not have ACME certificates. The url for a CTLog Monitor can be configured. It is used in the server-status to link to the external status page of a certicate. The MDMessageCmd is called with argument "installed" when a new certificate has been activated on server restart/reload. This allows for processing of the new certificate, for example to applications that require it in different locations or formats. [Stefan Eissing] * ) mod_proxy_balancer: Fix case-sensitive referer check related to CSRF/XSS protection. PR 63688. [Armin Abfalterer ] - deleted patches - apache2-load-private-keys-from-pkcs11.patch (upstreamed) - httpd-2.4.3-mod_systemd.patch (upstreamed)- use r1874196 [SLE-7472] [bsc#1164820c#6] - modified patches % apache2-load-private-keys-from-pkcs11.patch (upstream 2.4.x port) - deleted patches - apache2-load-certificates-from-pkcs11.patch (merged to above)- require just libbrotli-devel- build mod_proxy_http2 extension- fix build for older distributions- define DEFAULT_LISTENBACKLOG=APR_INT32_MAX. We want apache to honour net.core.somaxconn sysctl as the mandatory limit. the old value of 511 was never used as until v5.4-rc6 it was clamped to 128, in current kernels the default limit is 4096. Cannot use the apr_socket_listen(.., -1) idiom because the function expects a positive integer argument.- apache2-devel now provides httpd-devel [bsc#1160100]- add openssl call to DEFAULT_SUSE comment [bsc#1159480] - modified sources % apache2-ssl-global.conf- use %license [bsc#1156171]- load private keys and certificates from pkcs11 token [SLE-7653] - added patches load certificates from openssl engine + apache2-load-certificates-from-pkcs11.patch load private keys from openssl engine + apache2-load-private-keys-from-pkcs11.patch- Add custom log files to logrotate according to apache2-vhost.template- Remove redundant metadata from summary.- version update to 2.4.41 with security fixes: * low: Limited cross-site scripting in mod_proxy error page (CVE-2019-10092) * low: mod_rewrite potential open redirect (CVE-2019-10098) * moderate: mod_http2, read-after-free in h2 connection shutdown (CVE-2019-10082) * moderate: mod_http2, memory corruption on early pushes (CVE-2019-10081) * moderate: mod_http2, DoS attack by exhausting h2 workers. (CVE-2019-9517) * moderate: mod_remoteip: Stack buffer overflow and NULL pointer dereference (CVE-2019-10097)- fix typo - modified sources % apache2-README-instances.txt- revive apache-22-24-upgrade [bsc#1134294] (internal) - added sources + apache-22-24-upgrade- version update to 2.4.39 * mod_proxy/ssl: Cleanup per-request SSL configuration anytime a backend connection is recycled/reused to avoid a possible crash with some SSLProxy configurations in or context. PR 63256. [Yann Ylavic] * mod_ssl: Correctly restore SSL verify state after TLSv1.3 PHA failure. [Michael Kaufmann ] * mod_log_config: Support %{c}h for conn-hostname, %h for useragent_host PR 55348 * mod_socache_redis: Support for Redis as socache storage provider. * core: new configuration option 'MergeSlashes on|off' that controls handling of multiple, consecutive slash ('/') characters in the path component of the request URL. [Eric Covener] * mod_http2: when SSL renegotiation is inhibited and a 403 ErrorDocument is in play, the proper HTTP/2 stream reset did not trigger with H2_ERR_HTTP_1_1_REQUIRED. Fixed. [Michael Kaufmann] * mod_http2: new configuration directive: `H2Padding numbits` to control padding of HTTP/2 payload frames. 'numbits' is a number from 0-8, controlling the range of padding bytes added to a frame. The actual number added is chosen randomly per frame. This applies to HEADERS, DATA and PUSH_PROMISE frames equally. The default continues to be 0, e.g. no padding. [Stefan Eissing] * mod_http2: ripping out all the h2_req_engine internal features now that mod_proxy_http2 has no more need for it. Optional functions are still declared but no longer implemented. While previous mod_proxy_http2 will work with this, it is recommeneded to run the matching versions of both modules. [Stefan Eissing] * mod_proxy_http2: changed mod_proxy_http2 implementation and fixed several bugs which resolve PR63170. The proxy module does now a single h2 request on the (reused) connection and returns. [Stefan Eissing] * mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection aborted status to trigger immediate shutdown of backend connections. This is now always signalled by mod_http2 when the the session is being released. proxy_http2 now only sends a PING frame to the backend when there is not already one in flight. [Stefan Eissing] * mod_proxy_http2: fixed an issue where a proxy_http2 handler entered an infinite loop when encountering certain errors on the backend connection. See . [Stefan Eissing] * mod_http2: Configuration directives H2Push and H2Upgrade can now be specified per Location/Directory, e.g. disabling PUSH for a specific set of resources. [Stefan Eissing] * mod_http2: HEAD requests to some module such as mod_cgid caused the stream to terminate improperly and cause a HTTP/2 PROTOCOL_ERROR. Fixes . [Michael Kaufmann] * http: Fix possible empty response with mod_ratelimit for HEAD requests. PR 63192. [Yann Ylavic] * mod_cache_socache: Avoid reallocations and be safe with outgoing data lifetime. [Yann Ylavic] * MPMs unix: bind the bucket number of each child to its slot number, for a more efficient per bucket maintenance. [Yann Ylavic] * mod_auth_digest: Fix a race condition. Authentication with valid credentials could be refused in case of concurrent accesses from different users. PR 63124. [Simon Kappel ] * mod_http2: enable re-use of slave connections again. Fixed slave connection keepalives counter. [Stefan Eissing] * mod_reqtimeout: Allow to configure (TLS-)handshake timeouts. PR 61310. [Yann Ylavic] * mod_proxy_wstunnel: Fix websocket proxy over UDS. PR 62932 * mod_ssl: Don't unset FIPS mode on restart unless it's forced by configuration (SSLFIPS on) and not active by default in OpenSSL. PR 63136. [Yann Ylavic] - deleted patches - apache2-mod_http2-issue-167.patch (upstreamed)- Reduce scriptlets' hard dependency on systemd.- added patches fix https://github.com/icing/mod_h2/issues/167 [bsc#1125965] + apache2-mod_http2-issue-167.patch- Replace old $RPM_* shell vars. Avoid old tar syntax. - Tag scriptlets as explicitly requiring bash.- updated to 2.4.38 * mod_ssl: Clear retry flag before aborting client-initiated renegotiation. PR 63052 [Joe Orton] * mod_negotiation: Treat LanguagePriority as case-insensitive to match AddLanguage behavior and HTTP specification. PR 39730 [Christophe Jaillet] * mod_md: incorrect behaviour when synchronizing ongoing ACME challenges have been fixed. [Michael Kaufmann, Stefan Eissing] * mod_setenvif: We can have expressions that become true if a regex pattern in the expression does NOT match. In this case val is NULL and we should just set the value for the environment variable like in the pattern case. [Ruediger Pluem] * mod_session: Always decode session attributes early. [Hank Ibell] * core: Incorrect values for environment variables are substituted when multiple environment variables are specified in a directive. [Hank Ibell] * mod_rewrite: Only create the global mutex used by "RewriteMap prg:" when this type of map is present in the configuration. PR62311. [Hank Ibell ] * mod_dav: Fix invalid Location header when a resource is created by passing an absolute URI on the request line [Jim Jagielski] * mod_session_cookie: avoid duplicate Set-Cookie header in the response. [Emmanuel Dreyfus , Luca Toscano] * mod_ssl: clear *SSL errors before loading certificates and checking afterwards. Otherwise errors are reported when other SSL using modules are in play. Fixes PR 62880. [Michael Kaufmann] * mod_ssl: Fix the error code returned in an error path of 'ssl_io_filter_handshake()'. This messes-up error handling performed in 'ssl_io_filter_error()' [Yann Ylavic] * mod_ssl: Fix $HTTPS definition for "SSLEngine optional" case, and fix authz provider so "Require ssl" works correctly in HTTP/2. PR 61519, 62654. [Joe Orton, Stefan Eissing] * mod_proxy: If ProxyPassReverse is used for reverse mapping of relative redirects, subsequent ProxyPassReverse statements, whether they are relative or absolute, may fail. PR 60408. [Peter Haworth ] * mod_lua: Now marked as a stable module [https://s.apache.org/Xnh1]- SSLProtocol use TLSv1.2 or higher- do not create sysconfig.d when already exists [bsc#1121086]- use secure http sites by default in configs - Switch to DEFAULT_SUSE Cipher suite- the "event" MPM is fully supported since 2.4 - configure an OCSP stapling cache by default (still requires enabling SSLUseStapling in vhost)- updated to 2.4.37 * mod_ssl: Fix HTTP/2 failures when using OpenSSL 1.1.1. [Rainer Jung] * mod_ssl: Fix crash during SSL renegotiation with OptRenegotiate set, when client certificates are available from the original handshake but were originally not verified and should get verified now. This is a regression in 2.4.36 (unreleased). [Ruediger Pluem] * mod_ssl: Correctly merge configurations that have client certificates set by SSLProxyMachineCertificate{File|Path}. [Ruediger Pluem] - updated to 2.4.36 * mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified responses. Regression introduced in 2.4.35. * mod_proxy_scgi, mod_proxy_uwsgi: improve error handling when sending the body of the response. [Jim Jagielski] * mod_http2: adding defensive code for stream EOS handling, in case the request handler missed to signal it the normal way (eos buckets). Addresses github issues https://github.com/icing/mod_h2/issues/164, https://github.com/icing/mod_h2/issues/167 and https://github.com/icing/mod_h2/issues/170. [Stefan Eissing] * ab: Add client certificate support. [Graham Leggett] * ab: Disable printing temp key for OpenSSL before version 1.0.2. SSL_get_server_tmp_key is not available there. [Rainer Jung] * mod_ssl: Fix a regression that the configuration settings for verify mode and verify depth were taken from the frontend connection in case of connections by the proxy to the backend. PR 62769. [Ruediger Pluem] * MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and before signals handling to avoid lifetime issues on restart or shutdown. PR 62658. [Yann Ylavic] * mod_ssl: Add support for OpenSSL 1.1.1 and TLSv1.3. TLSv1.3 has behavioural changes compared to v1.2 and earlier; client and configuration changes should be expected. SSLCipherSuite is enhanced for TLSv1.3 ciphers, but applies at vhost level only. [Stefan Eissing, Yann Ylavic, Ruediger Pluem, Joe Orton] * mod_auth_basic: Be less tolerant when parsing the credencial. Only spaces should be accepted after the authorization scheme. \t are also tolerated. [Christophe Jaillet] * mod_proxy_hcheck: Fix issues with interval determination. PR 62318 [Jim Jagielski] * mod_proxy_hcheck: Fix issues with TCP health checks. PR 61499 [Dominik Stillhard ] * mod_proxy_hcheck: take balancer's SSLProxy* directives into account. [Jim Jagielski] * mod_status, mod_echo: Fix the display of client addresses. They were truncated to 31 characters which is not enough for IPv6 addresses. This is done by deprecating the use of the 'client' field and using the new 'client64' field in worker_score. PR 54848 [Bernhard Schmidt , Jim Jagielski]- consider also patterns in APACHE_CONF_INCLUDE_DIRS as documentation says (patch Juergen Gleiss)- relink /usr/sbin/httpd after apache2-MPM uninstall [bsc#1107930c#1] - simplify find_mpm function from script-helpers - /usr/sbin/httpd is now created depending on preference hardcoded in find_mpm (script-helpers), not depending on alphabetical order of MPMs - simplify spec file a bit- updated to 2.4.35: * http: Enforce consistently no response body with both 204 and 304 statuses. * mod_status: Cumulate CPU time of exited child processes in the "cu" and "cs" values. Add CPU time of the parent process to the "c" and "s" values. * mod_proxy: Improve the balancer member data shown in mod_status when "ProxyStatus" is "On": add "busy" count and show byte counts in auto mode always in units of kilobytes. * mod_status: Add cumulated response duration time in milliseconds. * mod_status: Complete the data shown for async MPMs in "auto" mode. Added number of processes, number of stopping processes and number of busy and idle workers. * mod_ratelimit: Don't interfere with "chunked" encoding, fixing regression introduced in 2.4.34. PR 62568. * mod_proxy: Remove load order and link dependency between mod_lbmethod_* modules and mod_proxy. PR 62557. * Allow the argument to , , , , and to be quoted. This is primarily for the benefit of . * mod_watchdog: Correct some log messages. * mod_md: When the last domain name from an MD is moved to another one, that now empty MD gets moved to the store archive. PR 62572. * mod_ssl: Fix merging of SSLOCSPOverrideResponder. * mod_proxy_balancer: Restore compatibility with APR 1.4.- updated to 2.4.34: * ) Introduce zh-cn and zh-tw (simplified and traditional Chinese) error document translations. [CodeingBoy, popcorner] * ) event: avoid possible race conditions with modules on the child pool. [Stefan Fritsch] * ) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or ProxyPassReverseCookiePath directive could fail to update correctly 'domain=' or 'path=' in the 'Set-Cookie' header. PR 61560. [Christophe Jaillet] * ) mod_ratelimit: fix behavior when proxing content. PR 62362. [Luca Toscano, Yann Ylavic] * ) core: Re-allow '_' (underscore) in hostnames. [Eric Covener] * ) mod_authz_core: If several parameters are used in a AuthzProviderAlias directive, if these parameters are not enclosed in quotation mark, only the first one is handled. The other ones are silently ignored. Add a message to warn about such a spurious configuration. PR 62469 [Hank Ibell , Christophe Jaillet] * ) mod_md: improvements and bugfixes - MDNotifyCmd now takes additional parameter that are passed on to the called command. - ACME challenges have better checks for interference with other modules - ACME challenges are only handled for domains managed by the module, allowing other ACME clients to operate for other domains in the server. - better libressl integration * ) mod_proxy_wstunnel: Add default schema ports for 'ws' and 'wss'. PR 62480. [Lubos Uhliarik } * ) logging: Some early logging-related startup messages could be lost when using syslog for the global ErrorLog. [Eric Covener] * ) mod_cache: Handle case of an invalid Expires header value RFC compliant like the case of an Expires time in the past: allow to overwrite the non-caching decision using CacheStoreExpired and respect Cache-Control "max-age" and "s-maxage". [Rainer Jung] * ) mod_xml2enc: Fix forwarding of error metadata/responses. PR 62180. [Micha Lenk , Yann Ylavic] * ) mod_proxy_http: Fix response header thrown away after the previous one was considered too large and truncated. PR 62196. [Yann Ylavic] * ) core: Add and handle AP_GETLINE_NOSPC_EOL flag for ap_getline() family of functions to consume the end of line when the buffer is exhausted. PR 62198. [Yann Ylavic] * ) mod_proxy_http: Add new worker parameter 'responsefieldsize' to allow maximum HTTP response header size to be increased past 8192 bytes. PR 62199. [Hank Ibell ] * ) mod_ssl: Extend SSLOCSPEnable with mode 'leaf' that only checks the leaf of a certificate chain. PR62112. [Ricardo Martin Camarero ] * ) http: Fix small memory leak per request when handling persistent connections. [Ruediger Pluem, Joe Orton] * ) mod_proxy_html: Fix variable interpolation and memory allocation failure in ProxyHTMLURLMap. [Ewald Dieterich ] * ) mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by 2.4.30. PR 62220. [Chritophe Jaillet, Yann Ylavic] * ) mod_remoteip: When overriding the useragent address from X-Forwarded-For, zero out what had been initialized as the connection-level port. PR59931. [Hank Ibell ] * ) core: In ONE_PROCESS/debug mode, cleanup everything when exiting. [Yann Ylavic] * ) mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare members are used as drop-in replacements for unusable workers in the same load balancer set. This differs from hot standbys which are only used when all workers in a set are unusable. PR 61140. [Jim Riggs] * ) suexec: Add --enable-suexec-capabilites support on Linux, to use setuid/setgid capability bits rather than a setuid root binary. [Joe Orton] * ) suexec: Add support for logging to syslog as an alternative to logging to a file; use --without-suexec-logfile --with-suexec-syslog. [Joe Orton] * ) mod_ssl: Restore 2.4.29 behaviour in SSL vhost merging/enabling which broke some rare but previously-working configs. [Joe Orton] * ) core, log: improve sanity checks for the ErrorLog's syslog config, and explicitly allow only lowercase 'syslog' settings. PR 62102 [Luca Toscano, Jim Riggs, Christophe Jaillet] * ) mod_http2: accurate reporting of h2 data input/output per request via mod_logio. Fixes an issue where output sizes where counted n-times on reused slave connections. [Stefan Eissing] See github issue: https://github.com/icing/mod_h2/issues/158 * ) mod_http2: Fix unnecessary timeout waits in case streams are aborted. [Stefan Eissing] * ) mod_http2: restoring the v1.10.16 keepalive timeout behaviour of mod_http2. [Stefan Eissing] * ) mod_proxy: Do not restrict the maximum pool size for backend connections any longer by the maximum number of threads per process and use a better default if mod_http2 is loaded. [Yann Ylavic, Ruediger Pluem, Stefan Eissing, Gregg Smith] * ) mod_slotmem_shm: Add generation number to shm filename to fix races with graceful restarts. PRs 62044 and 62308. [Jim Jagielski, Yann Ylavic] * ) core: Preserve the original HTTP request method in the '%] * ) mod_remoteip: make proxy-protocol work on slave connections, e.g. in HTTP/2 requests. [Stefan Eissing] See also https://github.com/roadrunner2/mod-proxy-protocol/issues/6 * ) mod_ssl: Fix merging of proxy SSL context outside sections, regression introduced in 2.4.30. PR 62232. [Rainer Jung, Yann Ylavic] * ) mod_md: Fix compilation with OpenSSL before version 1.0.2. [Rainer Jung] * ) mod_dumpio: do nothing below log level TRACE7. [Yann Ylavic] * ) mod_remoteip: Restore compatibility with APR 1.4 (apr_sockaddr_is_wildcard). [Eric Covener] * ) core: On ECBDIC platforms, some errors related to oversized headers may be misreported or be logged as ASCII escapes. PR 62200 [Hank Ibell ] * ) mod_ssl: Fix cmake-based build. PR 62266. [Rainer Jung] * ) core: Add , and conditional section containers. [Eric Covener, Joe Orton] * %check: do not load all modules, just use default loadmodule.conf; some modules require to load another ones in advance * %install: parallel install is broken- Updated description for SSLProtocol option. [bsc#1086854]- Updated description (PCI DSS) for SSLProtocol option. [bsc#1086854]- SSLProtocol TLSv1.2 [bsc#1086854]- updated to 2.4.33: * ) core: Fix request timeout logging and possible crash for error_log hooks. [Yann Ylavic] * ) mod_slomem_shm: Fix failure to create balancers's slotmems in Windows MPM, where children processes need to attach them instead since they are owned by the parent process already. [Yann Ylavic] * ) ab: try all destination socket addresses returned by apr_sockaddr_info_get instead of failing on first one when not available. Needed for instance if localhost resolves to both ::1 and 127.0.0.1 e.g. if both are in /etc/hosts. [Jan Kaluza] * ) ab: Use only one connection to determine working destination socket address. [Jan Kaluza] * ) ab: LibreSSL doesn't have or require Windows applink.c. [Gregg L. Smith] * ) htpasswd/htdigest: Disable support for bcrypt on EBCDIC platforms. apr-util's bcrypt implementation doesn't tolerate EBCDIC. [Eric Covener] * ) htpasswd/htdbm: report the right limit when get_password() overflows. [Yann Ylavic] * ) htpasswd: Don't fail in -v mode if password file is unwritable. PR 61631. [Joe Orton] * ) htpasswd: don't point to (unused) stack memory on output to make static analysers happy. PR 60634. [Yann Ylavic, reported by shqking and Zhenwei Zou] * ) mod_access_compat: Fail if a comment is found in an Allow or Deny directive. [Jan Kaluza] * ) mod_authz_host: Ignore comments after "Require host", logging a warning, or logging an error if the line is otherwise empty. [Jan Kaluza, Joe Orton] * ) rotatelogs: Fix expansion of %Z in localtime (-l) mode, and fix Y2K38 bug. [Joe Orton] * ) mod_ssl: Support SSL DN raw variable extraction without conversion to UTF-8, using _RAW suffix on variable names. [Joe Orton] * ) ab: Fix https:// connection failures (regression in 2.4.30); fix crash generating CSV output for large -n. [Joe Orton, Jan Kaluza] * ) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait parameters. [Luca Toscano, Ruediger Pluem, Yann Ylavic] * ) mod_ldap: Avoid possible crashes, hangs, and busy loops due to improper merging of the cache lock in vhost config. PR 43164 [Eric Covener] * ) mpm_event: Do lingering close in worker(s). [Yann Ylavic] * ) mpm_queue: Put fdqueue code in common for MPMs event and worker. [Yann Ylavic] * ) mod_session: Strip Session header when SessionEnv is on. [Yann Ylavic] * ) mod_cache_socache: Fix caching of empty headers up to carriage return. [Yann Ylavic] * ) core: For consistency, ensure that read lines are NUL terminated on any error, not only on buffer full. [Yann Ylavic] * ) mod_authnz_ldap: Fix language long names detection as short name. [Yann Ylavic] * ) mod_proxy: Worker schemes and hostnames which are too large are no longer fatal errors; it is logged and the truncated values are stored. [Jim Jagielski] * ) regex: Allow to configure global/default options for regexes, like caseless matching or extended format. [Yann Ylavic] * ) mod_auth_digest: Actually use the secret when generating nonces. This change may cause problems if used with round robin load balancers. PR 54637 [Stefan Fritsch] * ) mod_proxy: Allow setting options to globally defined balancer from ProxyPass used in VirtualHost. Balancers are now merged using the new merge_balancers method which merges the balancers options. [Jan Kaluza] * ) logresolve: Fix incorrect behavior or segfault if -c flag is used Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823259 [Stefan Fritsch] * ) mod_remoteip: Add support for PROXY protocol (code donated by Cloudzilla). Add ability for PROXY protocol processing to be optional to donated code. See also: http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt [Cloudzilla/roadrunner2@GitHub, Jim Jagielski, Daniel Ruggeri] * ) mod_proxy, mod_ssl: Handle SSLProxy* directives in sections, allowing per backend TLS configuration. [Yann Ylavic] * ) mod_proxy_uwsgi: Add in UWSGI proxy (sub)module. [Roberto De Ioris, Jim Jagielski] * ) mod_proxy_balancer,mod_slotmem_shm: Rework SHM reuse/deletion to not depend on the number of restarts (non-Unix systems) and preserve shared names as much as possible on configuration changes for SHMs and persisted files. PR 62044. [Yann Ylavic, Jim Jagielski] * ) mod_http2: obsolete code removed, no more events on beam pool destruction, discourage content encoders on http2-status response (where they do not work). [Stefan Eissing] * ) mpm_event: Let the listener thread do its maintenance job on resources shortage. PR 61979. [Yann Ylavic] * ) mpm_event: Wakeup the listener to re-enable listening sockets. [Yann Ylavic] * ) mod_ssl: The SSLCompression directive will now give an error if used with an OpenSSL build which does not support any compression methods. [Joe Orton] * ) mpm_event,worker: Mask signals for threads created by modules in child init, so that they don't receive (implicitely) the ones meant for the MPM. PR 62009. [Armin Abfalterer , Yann Ylavic] * ) mod_md: new experimental, module for managing domains across virtual hosts, implementing the Let's Encrypt ACMEv1 protocol to signup and renew certificates. Please read the modules documentation for further instructions on how to use it. [Stefan Eissing] * ) mod_proxy_html: skip documents shorter than 4 bytes PR 56286 [Micha Lenk ] * ) core, mpm_event: Avoid a small memory leak of the scoreboard handle, for the lifetime of the connection, each time it is processed by MPM event. [Yann Ylavic] * ) mpm_event: Update scoreboard status for KeepAlive state. [Yann Ylavic] * ) mod_ldap: Fix a case where a full LDAP cache would continually fail to purge old entries and log AH01323. PR61891. [Hendrik Harms ] * ) mpm_event: close connections not reported as handled by any module to avoid losing track of them and leaking scoreboard entries. PR 61551. [Yann Ylavic] * ) core: A signal received while stopping could have crashed the main process. PR 61558. [Yann Ylavic] * ) mod_ssl: support for mod_md added. [Stefan Eissing] * ) mod_proxy_html: process parsed comments immediately. Fixes bug (seen in the wild when used with IBM's HTTPD bundle) where parsed comments may be lost. [Nick Kew] * ) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew] * ) mod_proxy_html: fix typo-bug processing "strict" vs "transitional" HTML/XHTML. PR 56457 [Nick Kew] * ) mpm_event: avoid a very unlikely race condition between the listener and the workers when the latter fails to add a connection to the pollset. [Yann Ylavic] * ) core: silently ignore a not existent file path when IncludeOptional is used. PR 57585. [Alberto Murillo Silva , Luca Toscano] * ) mod_macro: fix usability of globally defined macros in .htaccess files. PR 57525. [Jose Kahan , Yann Ylavic] * ) mod_rewrite, core: add the Vary header when a condition evaluates to true and the related RewriteRule is used in a Directory context (triggering an internal redirect). [Luca Toscano] * ) ab: Make the TLS layer aware that the underlying socket is nonblocking, and use/handle POLLOUT where needed to avoid busy IOs and recover write errors when appropriate. [Yann Ylavic] * ) ab: Keep reading nonblocking to exhaust TCP or SSL buffers when previous read was incomplete (the SSL case can cause the next poll() to timeout since data are buffered already). PR 61301 [Luca Toscano, Yann Ylavic] * ) mod_http2: avoid unnecessary data retrieval for a trace log. Allow certain information retrievals on null bucket beams where it makes sense. [Stefan Eissing]- Replace SuSEFirewall2 by firewalld II (fate#323460) [bsc#1083492]- build mod_http2 also for 42.3- remove NameVirtualHost from documentation [bsc#1078557]- for older distros, still use SuSEFirewall2 [bsc#1071548c#7]- Replace SuSEFirewall2 by firewalld (fate#323460)- build brotli module- Do not requires w3m, only recommends it.- do not build with nghttp2 for SLE-12-SP3- which was split after SLE11- Add which and w3m as dependencies. poo#28406- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- APACHE_MODULES now contains authn_core in default configuration [bsc#1066661]- updated to 2.4.29: * ) mod_unique_id: Use output of the PRNG rather than IP address and pid, avoiding sleep() call and possible DNS issues at startup, plus improving randomness for IPv6-only hosts. [Jan Kaluza] * ) mod_rewrite, core: Avoid the 'Vary: Host' response header when HTTP_HOST is used in a condition that evaluates to true. PR 58231 [Luca Toscano] * ) mod_http2: v0.10.12, removed optimization for mutex handling in bucket beams that could lead to assertion failure in edge cases. [Stefan Eissing] * ) mod_proxy: Fix regression for non decimal loadfactor parameter introduced in 2.4.28. [Jim Jagielski] * ) mod_authz_dbd: fix a segmentation fault if AuthzDBDQuery is not set. PR 61546. [Lubos Uhliarik ] * ) mod_rewrite: Add support for starting External Rewriting Programs as non-root user on UNIX systems by specifying username and group name as third argument of RewriteMap directive. [Jan Kaluza] * ) core: Rewrite the Content-Length filter to avoid excessive memory consumption. Chunked responses will be generated in more cases than in previous releases. PR 61222. [Joe Orton, Ruediger Pluem] * ) mod_ssl: Fix SessionTicket callback return value, which does seem to matter with OpenSSL 1.1. [Yann Ylavic]- gensslcert: * set also SAN [bsc#1045159] * drop -C argument, it was not mapped to CN actually * consider also case when hostname does return empty string or does not exist [bsc#1057406] * do not consider environment ROOT variable- updated to 2.4.28: * ) SECURITY: CVE-2017-9798 (cve.mitre.org) Corrupted or freed memory access. must now be used in the main configuration file (httpd.conf) to register HTTP methods before the .htaccess files. [Yann Ylavic] * ) event: Avoid possible blocking in the listener thread when shutting down connections. PR 60956. [Yann Ylavic] * ) mod_speling: Don't embed referer data in a link in error page. PR 38923 [Nick Kew] * ) htdigest: prevent a buffer overflow when a string exceeds the allowed max length in a password file. [Luca Toscano, Hanno Böck ] * ) mod_proxy: loadfactor parameter can now be a decimal number (eg: 1.25). [Jim Jagielski] * ) mod_proxy_wstunnel: Allow upgrade to any protocol dynamically. PR 61142. * ) mod_watchdog/mod_proxy_hcheck: Time intervals can now be spefified down to the millisecond. Supports 'mi' (minute), 'ms' (millisecond), 's' (second) and 'hr' (hour!) time suffixes. [Jim Jagielski] * ) mod_http2: Fix for stalling when more than 32KB are written to a suspended stream. [Stefan Eissing] * ) build: allow configuration without APR sources. [Jacob Champion] * ) mod_ssl, ab: Fix compatibility with LibreSSL. PR 61184. [Bernard Spil , Michael Schlenker , Yann Ylavic] * ) core/log: Support use of optional "tag" in syslog entries. PR 60525. [Ben Rubson , Jim Jagielski] * ) mod_proxy: Fix ProxyAddHeaders merging. [Joe Orton] * ) core: Disallow multiple Listen on the same IP:port when listener buckets are configured (ListenCoresBucketsRatio > 0), consistently with the single bucket case (default), thus avoiding the leak of the corresponding socket descriptors on graceful restart. [Yann Ylavic] * ) event: Avoid listener periodic wake ups by using the pollset wake-ability when available. PR 57399. [Yann Ylavic, Luca Toscano] * ) mod_proxy_wstunnel: Fix detection of unresponded request which could have led to spurious HTTP 502 error messages sent on upgrade connections. PR 61283. [Yann Ylavic]- suexec binary moved to main package [bsc#1054741]- do not call and do not ship apache-22-24-upgrade [bsc#1042037]- make the package runable on non systemd systems + deprecated-scripts-arch.patch- updated to 2.4.27: * ) COMPATIBILITY: mod_lua: Remove the undocumented exported 'apr_table' global variable when using Lua 5.2 or later. This was exported as a side effect from luaL_register, which is no longer supported as of Lua 5.2 which deprecates pollution of the global namespace. [Rainer Jung] * ) COMPATIBILITY: mod_http2: Disable and give warning when using Prefork. The server will continue to run, but HTTP/2 will no longer be negotiated. [Stefan Eissing] * ) COMPATIBILITY: mod_proxy_fcgi: Revert to 2.4.20 FCGI behavior for the default ProxyFCGIBackendType, fixing a regression with PHP-FPM. PR 61202. [Jacob Champion, Jim Jagielski] * ) mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3. PR58188, PR60831, PR61245. [Rainer Jung] * ) mod_http2: Simplify ready queue, less memory and better performance. Update mod_http2 version to 1.10.7. [Stefan Eissing] * ) Allow single-char field names inadvertantly disallowed in 2.4.25. PR 61220. [Yann Ylavic] * ) htpasswd / htdigest: Do not apply the strict permissions of the temporary passwd file to a possibly existing passwd file. PR 61240. [Ruediger Pluem] * ) core: Avoid duplicate HEAD in Allow header. This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26. PR 61207. [Christophe Jaillet] - drop upstreamed patch: * httpd-2.4.12-lua-5.2.patch (see upstream's PR#58188 for details)- Adjust dependencies for rename apr/apr-util packages- remove /usr/bin/http2 symlink only during apache2 package uninstall, not upgrade [bsc#1041830]- updated to 2.4.26: This release of Apache is a security, feature, and bug fix release. For details, see http://httpd.apache.org/dev/dist/CHANGES_2.4.26 - refreshed patches: . httpd-2.4.12-lua-5.2.patch . httpd-2.4.x-fate317766-config-control-two-protocol-options.diff - removed patches (upstreamed) . httpd-cache-forward-http-proxy.patch . httpd-cache-revert-svn1773397.patch- server-tunning.conf: MaxClients was renamed to MaxRequestWorkers [bsc#1037731] - gensslcert: use hostname when fqdn is too long [bsc#1035829]- remove apache-doc and apache-example-pages obsoletes/provides- PreRequire user wwwrun and group www- start_apache2: include individual sysconfig.d files instead of sysconfig.d dir, include sysconfig.d/include.conf after httpd.conf is processed [bsc#1023616]- revert an attempt to fix PR 60458 + httpd-cache-revert-svn1773397.patch- fix caching of forward proxy + httpd-cache-forward-http-proxy.patch- Don't require insserv if we don't need it.- Added new HTTP2 option to sysconfig to ease enabling http2 - Added new protocols.conf which is included globally - Enable http2 also for Leap 42.2+ and SLE12_SP2+- update to 2.4.25: fixed several security issues (CVE-2016-8740, CVE-2016-5387, CVE-2016-2161, CVE-2016-0736, CVE-2016-8743), many fixes and improvements of mod_http2 and other modules; see CHANGES for full change log - verify tarball: added httpd*.bz2.asc, apache2.keyring and remove 60C5442D.key- fix build with new systemd + amended httpd-2.4.3-mod_systemd.patch- Replace mixed indentation with predominant style.- add NotifyAccess=all to service file [bsc#980663]- Remove the omc xml config. It is useless nowdays- readd the support of multiple entries in APACHE_ACCESS_LOG [bsc#991032]- add httpd-2.4.x-fate317766-config-control-two-protocol-options.diff Introduces directives to control two protocol options: * HttpContentLengthHeadZero - allow Content-Length of 0 to be returned on HEAD * HttpExpectStrict - allow admin to control whether we must see "100-continue" [bsc#894225], [fate#317766]- version 2.4.23 * Fixes CVE-2016-4979 [bsc#987365] * mod_proxy_hcheck was missing due to upstream bug. * mod_proxy_fdpass needs explicit configure line now. * Full list of changes: http://www-eu.apache.org/dist//httpd/CHANGES_2.4.23- Remove pkgconfig(libsystemd-daemon). Nowadays pkgconfig(libsystemd) is enough and replaces all libsystemd-* libs which are obsolete.- remove Alias= from [Install] of the template service [bsc#981541c#10]- remove unneded httpd-2.4.17-debug-crash.patch- start apache services after remote-fs [bsc#978543]- removed note about ulimits in sysconfig file [bsc#976711]- do not build mod_http2 for 13.2- Update to version 2.4.20 (2.4.19 was never released) * Drop httpd-2.4.18-missing-semicolon.patch now upstream - Big changelog available, see: http://www.apache.org/dist/httpd/CHANGES_2.4.20 for details.- enable authnz_fcgi module- fix build for SLE_11_SP4: + httpd-2.4.18-missing-semicolon.patch- Update to version 2.4.18 * drop 2.4.17-protocols.patch in upstream. - Change list too long to mention here see: http://www.apache.org/dist/httpd/CHANGES_2.4.18 for details.- systemd: Set TasksMax=infinity for current systemd releases. The default limit of 512 is too small and prevents the creation of new server processes. Apache has its own runtime/harcoded limits.- fix crash when for -X + httpd-2.4.17-debug-crash.patch- add a note: FollowSymLinks or SymLinksIfOwnerMatch is neccessary for RewriteRule in given dir [bnc#955701]- restart apache once after the rpm or zypper transaction [bnc#893659] - drop some old compat code from %post- 2.4.17-protocols.patch from upstream http2 module: * master conn_rec* addition to conn_rec * improved ALPN and Upgrade handling * allowing requests for servers whose TLS configuration is compatible to the SNI server ones * disabling TLS renegotiation for slave connections- LogLevel directive into correct config file, thanks Michael Calmer for the fix [bsc#953329]- do not build mod_http2 for older distros than 13.2 for now (nghttp2 does not build there)- Include directives really into /etc/apache2/sysconfig.d/include.conf, fix from Erik Wegner [bsc#951901]- gensslcert: CN now defaults to `hostname -f` [bnc#949766] (internal), fix help [bnc#949771] (internal)- Update to 2.4.17 - Enable mod_http2/ BuildRequire nghttp2 - MPMs: Support SO_REUSEPORT to create multiple duplicated listener records for scalability - mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3 - For more changes see: http://www.apache.org/dist/httpd/CHANGES_2.4.17- start_apache2: reintroduce sysconfig.d, include it on command line (not in httpd.conf) instead of individual directives [bnc#949434] (internal), [bnc#941331]- Fixup libdir in installed files- fix Logjam vulnerability: change SSLCipherSuite cipherstring to disable export cipher suites and deploy Ephemeral Elliptic-Curve Diffie-Hellman (ECDHE) ciphers. Adjust 'gensslcert' script to generate a strong and unique Diffie Hellman Group and append it to the server certificate file [bnc#931723], [CVE-2015-4000]- add reference upstream bug#58188 along httpd-2.4.12-lua-5.2.patch- update to 2.4.16 * changes http://www.apache.org/dist/httpd/CHANGES_2.4.16 * remove the following patches (fixed in 2.4.16) * httpd-2.4.x-mod_lua_websocket_DoS.patch * httpd-2.4.12-CVE-2015-0253.patch * update httpd-2.4.12-lua-5.2.patch- add patch: httpd-2.4.12-lua-5.2.patch * lua_dump introduced a new strip option in 5.3, set it to 0 to get the old behavior * luaL_register was deprecated in 5.2, use luaL_setfuncs and luaL_newlib instead * luaL_optint was deprecated in 5.3, use luaL_optinteger instead * lua_strlen and lua_objlen wad deprecated in 5.2, use lua_rawlen instead- change Provides: from suse_maintenance_mmn = # to suse_maintenance_mmn_#- apache2 Suggests:, not Recommends: apache2-prefork; that means for example, that `zypper in apache2-worker` will not pull apache2-prefork also - installing /usr/sbin/httpd link: * do not try to install it in '%post ' when apache2 (which includes /usr/share/apache2/script-helpers) is not installed yet (fixes installation on 11sp3) * install it in '%post' if apache2 is installed after apache2- to be sure it is there- access_compat shared also for 11sp3- apache2-implicit-pointer-decl.patch renamed to httpd-implicit-pointer-decl.patch to align with other patches names- apachectl is now wrapper to start_apache2; therefore, it honors HTTPD_INSTANCE variable, see README-instances.txt for details + httpd-apachectl.patch - httpd-2.4.10-apachectl.patch- a2enmod/a2dismod and a2enflag/a2disflag now respect HTTPD_INSTANCE= environment variable, which can be used to specify apache instance name; sysconfig file is expected at /etc/sysconfig/apache2@ (see README-instances.txt for details)- provides suse_maintenance_mmn symbol [bnc#915666] (internal)- credits to Roman Drahtmueller: * add reference to /etc/permissions.local to output of %post if setting the permissions of suexec2 fails * do not enable mod_php5 by default any longer * httpd-2.0.49-log_server_status.dif obsoleted * apache2-mod_ssl_npn.patch removed because not used * include mod_reqtimeout.conf in httpd.conf * added cgid-timeout.conf, include it in httpd.conf - fix default value APACHE_MODULES in sysconfig file - %service_* macros for apache2@.service- reenable 690734.patch, it should be upstreamed by the author (Adrian Schroeter) though + httpd-2.4.9-bnc690734.patch - httpd-2.2.x-bnc690734.patch- drop startssl from start_apache2- allow to run multiple instances of Apache on one system [fate#317786] (internal) * distributed httpd.conf no longer includes sysconfig.d, nor this directory is shipped. httpd.conf includes loadmodule.conf and global.conf which are former sysconfig.d/loadmodule.conf and sysconfig.d/global.conf for default /etc/sysconfig/apache2 global.conf and loadmodule.conf are not included when sysconfig variables could have been read by start_apache2 startup script (run with systemd services). Therefore, when starting server via /usr/sbin/httpd, sysconfig variables are not taken into account. * some not-maintained scripts are moved from /usr/share/apache2 to /usr/share/apache2/deprecated-scripts * all modules comment in sysconfig file is not generated anymore * added README-instances.txt * removed Sources: load_configuration find_mpm get_module_list get_includes find_httpd_includes apache-find-directives * added Sources: deprecated-scripts.tar.xz apache2-README-instances.txt apache2-loadmodule.conf apache2-global.conf apache2-find-directives apache2@.service apache2-script-helpers- add SSLHonorCipherOrder directive to apache2-ssl-global.conf - adopt SSLCipherSuite directive value from SLE12 - remove default-vhost-ssl.conf and default-vhost.conf from /etc/apache2. These two files are not (!) read by the configuration framework, but are named *.conf, which is misleading. The files are almost identical with the vhost templates in /etc/apache2/vhosts.d/. The two templates there do it right because they are not named *.conf and are not sourced either. apache's response with no explicit (eg. default, vanilla) configuration is contained in /etc/apache2/default-server.conf. * remove apache2-README.default-vhost as there are no default-vhost* files anymore.- apache2.service: We have to use KillMode=mixed for the graceful stop, restart to work properly.- dropped 2.0 -> 2.2 modules transition during upgrade * apache-20-22-upgrade renamed to apache-22-24-upgrade - apache-*-upgrade script is called in %posttrans now [bnc#927223]- fix find_mpm to echo mpm binary- apache2.service: Only order us after network.target and nss-lookup.target but not pull the units in. - apache2.service: SSL requires correct system time to work properly, order after time-sync.target- align filenames with upstream names (and add compat symlinks) - find_httpd2_includes renamed to find_httpd_includes- access_compat now built as shared and disabled by default - amend config to use also old syntax when access_compat is loaded - added apache2-README-access_compat.txt - added apache-find-directive script - see [bnc#896083] and its duplicates- add httpd-2.4.12-CVE-2015-0253.patch to fix SECURITY: CVE-2015-0253 (cve.mitre.org) core: Fix a crash introduced in with ErrorDocument 400 pointing to a local URL-path with the INCLUDES filter active, introduced in 2.4.11. PR 57531. [Yann Ylavic]- simplify apache2.logrotate, use sharedscripts [bnc#713581]- remove curly brackets around format sequence "%y" in `stat --format="%{y}" %{SOURCE1}` that caused an incorrect evaluation. Add escaping to proper spec-cleaner processing in the future- remove 'exit 0' from the %post section in the specfile that was placed here incorrectly and caused that the rest of the %post section couldn't be executed.- /etc/init.d/apache2 reload -> systemctl reload apache2.service in apache2.logrotate [bnc#926523]- authz_default -> authz_core in sysconfig.apache2/APACHE_MODULES [bnc#922236]- Add Requires(post) apache2 to the subpackage -worker, -event and - prefork: their respective post scriptlets execute /usr/share/apache2/get_module_list, which is shipped as part of the main package. This script has the side-effect to call find_mpm, which in turn creates the corresponding /usr/sbin/httpd2 symlink.- Patched get_module_list to ensure proper SELinux context for sysconfig.d/loadmodule.conf- Pname -> name variable reduction - Try to fix sle11 build- Version bumpt o 2.4.12: * ) mpm_winnt: Accept utf-8 (Unicode) service names and descriptions for internationalization. [William Rowe] * ) mpm_winnt: Normalize the error and status messages emitted by service.c, the service control interface for Windows. [William Rowe] * ) configure: Fix --enable-v4-mapped configuration on *BSD. PR 53824. [ olli hauer , Yann Ylavic ]- Exit cleanly on end of the post and cleanup the update detection - Remove Apache.xpm as it ain't used- Cleanup init/unit decision making and provide just systemd service on systemd systems- Deprecate realver define as it is equal to version. - Explicitely state MPM mods to ensure we don't lose some bnc#444878- Pass over spec-cleaner, there should be no actual technical change in this just reduction of lines in the spec- add httpd-2.4.x-mod_lua_websocket_DoS.patch to fix mod_lua bug where a maliciously crafted websockets PING after a script calls r:wsupgrade() can cause a child process crash [CVE-2015-0228], [bnc#918352].- httpd2.pid in rc.apache2 was wrong [bnc#898193]- httpd-2.4.3-mod_systemd.patch find libsystemd-daemon with pkg-config, this is the only correct way, in current versions sd_notify is in libsystemd and in old products in libsystemd-daemon.- remove obsolete patches * httpd-2.4.10-check_null_pointer_dereference.patch * httpd-event-deadlock.patch * httpd-2.4.x-bnc871310-CVE-2013-5704-mod_headers_chunked_requests.patch * httpd-2.4.x-bnc909715-CVE-2014-8109-mod_lua_handling_of_Require_line.patch- Apache 2.4.11 * ) SECURITY: CVE-2014-3583 (cve.mitre.org) mod_proxy_fcgi: Fix a potential crash due to buffer over-read, with response headers' size above 8K. [Yann Ylavic, Jeff Trawick] * ) SECURITY: CVE-2014-3581 (cve.mitre.org) mod_cache: Avoid a crash when Content-Type has an empty value. PR 56924. [Mark Montague , Jan Kaluza] * ) SECURITY: CVE-2014-8109 (cve.mitre.org) mod_lua: Fix handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments. PR57204 [Edward Lu ] * ) SECURITY: CVE-2013-5704 (cve.mitre.org) core: HTTP trailers could be used to replace HTTP headers late during request processing, potentially undoing or otherwise confusing modules that examined or modified request headers earlier. Adds "MergeTrailers" directive to restore legacy behavior. [Edward Lu, Yann Ylavic, Joe Orton, Eric Covener] * ) mod_ssl: New directive SSLSessionTickets (On|Off). The directive controls the use of TLS session tickets (RFC 5077), default value is "On" (unchanged behavior). Session ticket creation uses a random key created during web server startup and recreated during restarts. No other key recreation mechanism is available currently. Therefore using session tickets without restarting the web server with an appropriate frequency (e.g. daily) compromises perfect forward secrecy. [Rainer Jung] * ) mod_proxy_fcgi: Provide some basic alternate options for specifying how PATH_INFO is passed to FastCGI backends by adding significance to the value of proxy-fcgi-pathinfo. PR 55329. [Eric Covener] * ) mod_proxy_fcgi: Enable UDS backends configured with SetHandler/RewriteRule to opt-in to connection reuse and other Proxy options via explicitly declared "proxy workers" (] * ) mod_proxy_fcgi: Remove proxy:balancer:// prefix from SCRIPT_FILENAME passed to fastcgi backends. [Eric Covener] * ) core: Configuration files with long lines and continuation characters are not read properly. PR 55910. [Manuel Mausz ] * ) mod_include: the 'env' function was incorrectly handled as 'getenv' if the leading 'e' was written in upper case in statements. [Christophe Jaillet] * ) split-logfile: Fix perl error: 'Can't use string ("example.org:80") as a symbol ref while "strict refs"'. PR 56329. [Holger Mauermann ] * ) mod_proxy: Prevent ProxyPassReverse from doing a substitution when the URL parameter interpolates to an empty string. PR 56603. [] * ) core: Fix -D[efined] or [d] variables lifetime accross restarts. PR 57328. [Armin Abfalterer , Yann Ylavic]. * ) mod_proxy: Preserve original request headers even if they differ from the ones to be forwarded to the backend. PR 45387. [Yann Ylavic] * ) mod_ssl: dump SSL IO/state for the write side of the connection(s), like reads (level TRACE4). [Yann Ylavic] * ) mod_proxy_fcgi: Ignore body data from backend for 304 responses. PR 57198. [Jan Kaluza] * ) mod_ssl: Do not crash when looking up SSL related variables during expression evaluation on non SSL connections. PR 57070 [Ruediger Pluem] * ) mod_proxy_ajp: Fix handling of the default port (8009) in the ProxyPass and configurations. PR 57259. [Yann Ylavic] * ) mpm_event: Avoid a possible use after free when notifying the end of connection during lingering close. PR 57268. [Eric Covener, Yann Ylavic] * ) mod_ssl: Fix recognition of OCSP stapling responses that are encoded improperly or too large. [Jeff Trawick] * ) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers. [Jeff Trawick] * ) mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an error when parsing or forwarding the response fails. [Yann Ylavic] * ) mod_ssl: Fix a memory leak in case of graceful restarts with OpenSSL >= 0.9.8e PR 53435 [tadanori , Sebastian Wiedenroth ] * ) mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the read determine whether it is a normal close or a real error. PR 57168. [Yann Ylavic] * ) mod_proxy_wstunnel: abort backend connection on polling error to avoid further processing. [Yann Ylavic] * ) core: Support custom ErrorDocuments for HTTP 501 and 414 status codes. PR 57167 [Edward Lu ] * ) mod_proxy_connect: Fix ProxyRemote to https:// backends on EBCDIC systems. PR 57092 [Edward Lu ] * ) mod_cache: Avoid a 304 response to an unconditional requst when an AH00752 CacheLock error occurs during cache revalidation. [Eric Covener] * ) mod_ssl: Move OCSP stapling information from a per-certificate store to a per-server hash. PR 54357, PR 56919. [Alex Bligh , Yann Ylavic, Kaspar Brand] * ) mod_cache_socache: Change average object size hint from 32 bytes to 2048 bytes. [Rainer Jung] * ) mod_cache_socache: Add cache status to server-status. [Rainer Jung] * ) event: Fix worker-listener deadlock in graceful restart. PR 56960. * ) Concat strings at compile time when possible. PR 53741. * ) mod_substitute: Restrict configuration in .htaccess to FileInfo as documented. [Rainer Jung] * ) mod_substitute: Make maximum line length configurable. [Rainer Jung] * ) mod_substitute: Fix line length limitation in case of regexp plus flatten. [Rainer Jung] * ) mod_proxy: Truncated character worker names are no longer fatal errors. PR53218. [Jim Jagielski] * ) mod_dav: Set r->status_line in dav_error_response. PR 55426. * ) mod_proxy_http, mod_cache: Avoid (unlikely) accesses to freed memory. [Yann Ylavic, Christophe Jaillet] * ) http_protocol: fix logic in ap_method_list_(add|remove) in order: - to correctly reset bits - not to modify the 'method_mask' bitfield unnecessarily [Christophe Jaillet] * ) mod_slotmem_shm: Increase log level for some originally debug messages. [Jim Jagielski] * ) mod_ldap: In 2.4.10, some LDAP searches or comparisons might be done with the wrong credentials when a backend connection is reused. [Eric Covener] * ) mod_macro: Add missing APLOGNO for some Warning log messages. [Christophe Jaillet] * ) mod_cache: Avoid sending 304 responses during failed revalidations PR56881. [Eric Covener] * ) mod_status: Honor client IP address using mod_remoteip. PR 55886. [Jim Jagielski] * ) cmake-based build for Windows: Fix incompatibility with cmake 2.8.12 and later. PR 56615. [Chuck Liu , Jeff Trawick] * ) mod_ratelimit: Drop severity of AH01455 and AH01457 (ap_pass_brigade failed) messages from ERROR to TRACE1. Other filters do not bother re-reporting failures from lower level filters. PR56832. [Eric Covener] * ) core: Avoid useless warning message when parsing a section guarded by if $(foo) is used within the section. PR 56503 [Christophe Jaillet] * ) mod_proxy_fcgi: Fix faulty logging of large amounts of stderr from the application. PR 56858. [Manuel Mausz ] * ) mod_proxy_http: Proxy responses with error status and "ProxyErrorOverride On" hang until proxy timeout. PR53420 [Rainer Jung] * ) mod_log_config: Allow three character log formats to be registered. For backwards compatibility, the first character of a three-character format must be the '^' (caret) character. [Eric Covener] * ) mod_lua: Don't quote Expires and Path values. PR 56734. [Keith Mashinter, ] * ) mod_authz_core: Allow 'es to be seen from auth stanzas under virtual hosts. PR 56870. [Eric Covener]- Redone lost patch to fix boo#859439 + service reload can cause log data to be lost with logrotate under some circumstances: remove "-t" from service reload. [bnc#859439]- Fix URL syntax in various files- fix IfModule directive around SSLSessionCache [bnc#842377c#11]- added httpd-2.4.x-bnc871310-CVE-2013-5704-mod_headers_chunked_requests.patch to fix flaw in the way mod_headers handled chunked requests. Adds "MergeTrailers" directive to restore legacy behavior [bnc#871310], [CVE-2013-5704].- added httpd-2.4.x-bnc909715-CVE-2014-8109-mod_lua_handling_of_Require_line.patch that fixes handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments [bnc#909715], [CVE-2014-8109].- fixed start at boot for ssl and encrypted key [bnc#792309]- fix shebang in start_apache2 script that contains bash-specific constructions- small improvement of ssl instructions [bnc#891813]- fix bashisms in post scripts- added httpd-2.4.10-check_null_pointer_dereference.patch to avoid a crash when Content-Type has an empty value [bnc#899836], CVE-2014-3581- httpd-event-deadlock.patch: Fix worker-listener deadlock in graceful restart.- httpd-2.1.9-apachectl.dif renamed to httpd-2.4.10-apachectl.patch and updated (fixed bashism).- drop (turned off) itk mpm spec file code as mpm-itk is now provided as a separate module, not via patch (see http://mpm-itk.sesse.net/ and [bnc#851229])- enable mod_imagemap [bnc#866366]/bin/sh/bin/sh/bin/sh/bin/shapacheapache2-mod_macromod_ssl/bin/shh04-armsrv2 1698677060  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~2.4.512.4.51-150400.6.14.12.4.51-150400.6.14.12.4.512.4.51-150400.6.14.1 1.3.291.2.12.8.16  !!!!!!!"#$apache2charset.convconf.ddefault-server.conferrors.confglobal.confhttpd.conflisten.confloadmodule.confmagicmime.typesmod_autoindex-defaults.confmod_cgid-timeout.confmod_info.confmod_log_config.confmod_mime-defaults.confmod_reqtimeout.confmod_status.confmod_userdir.confmod_usertrack.confprotocols.confserver-tuning.confssl-global.confssl.crlREADME.CRLssl.crtREADME.CRTssl.csrREADME.CSRssl.keyREADME.KEYssl.prmREADME.PRMuid.confvhosts.dvhost-ssl.templatevhost.templateapache2log_server_statuslog_server_status2firewalldservicesapache2-ssl.xmlapache2.xmlapache2.serviceapache2.targetapache2@.serviceapache2apache2-eventapache2-preforkapache2-workermod_access_compat.somod_actions.somod_alias.somod_allowmethods.somod_asis.somod_auth_basic.somod_auth_digest.somod_auth_form.somod_authn_anon.somod_authn_core.somod_authn_dbd.somod_authn_dbm.somod_authn_file.somod_authn_socache.somod_authnz_fcgi.somod_authnz_ldap.somod_authz_core.somod_authz_dbd.somod_authz_dbm.somod_authz_groupfile.somod_authz_host.somod_authz_owner.somod_authz_user.somod_autoindex.somod_brotli.somod_bucketeer.somod_buffer.somod_cache.somod_cache_disk.somod_cache_socache.somod_case_filter.somod_case_filter_in.somod_charset_lite.somod_data.somod_dav.somod_dav_fs.somod_dav_lock.somod_dbd.somod_deflate.somod_dialup.somod_dir.somod_dumpio.somod_echo.somod_env.somod_expires.somod_ext_filter.somod_file_cache.somod_filter.somod_headers.somod_heartmonitor.somod_http2.somod_imagemap.somod_include.somod_info.somod_lbmethod_bybusyness.somod_lbmethod_byrequests.somod_lbmethod_bytraffic.somod_lbmethod_heartbeat.somod_ldap.somod_log_config.somod_log_debug.somod_log_forensic.somod_logio.somod_lua.somod_macro.somod_mime.somod_mime_magic.somod_negotiation.somod_optional_fn_export.somod_optional_fn_import.somod_optional_hook_export.somod_optional_hook_import.somod_proxy.somod_proxy_ajp.somod_proxy_balancer.somod_proxy_connect.somod_proxy_express.somod_proxy_fcgi.somod_proxy_fdpass.somod_proxy_ftp.somod_proxy_hcheck.somod_proxy_html.somod_proxy_http.somod_proxy_http2.somod_proxy_scgi.somod_proxy_uwsgi.somod_proxy_wstunnel.somod_ratelimit.somod_reflector.somod_remoteip.somod_reqtimeout.somod_request.somod_rewrite.somod_sed.somod_session.somod_session_cookie.somod_session_crypto.somod_session_dbd.somod_setenvif.somod_slotmem_plain.somod_slotmem_shm.somod_socache_dbm.somod_socache_memcache.somod_socache_redis.somod_socache_shmcb.somod_speling.somod_ssl.somod_status.somod_substitute.somod_suexec.somod_unique_id.somod_userdir.somod_usertrack.somod_version.somod_vhost_alias.somod_watchdog.somod_xml2enc.soapache2_MMNa2disflaga2dismoda2enflaga2enmodapache2-systemd-ask-passapache2ctlapachectlenvvarsenvvars-stdhtcachecleanrcapache2start_apache2suexecsuexec2apache2apache-22-24-upgradebuilddeprecated-scriptsfind_httpd_includesfind_mpmget_includesget_module_listload_configurationerrorHTTP_BAD_GATEWAY.html.varHTTP_BAD_REQUEST.html.varHTTP_FORBIDDEN.html.varHTTP_GONE.html.varHTTP_INTERNAL_SERVER_ERROR.html.varHTTP_LENGTH_REQUIRED.html.varHTTP_METHOD_NOT_ALLOWED.html.varHTTP_NOT_FOUND.html.varHTTP_NOT_IMPLEMENTED.html.varHTTP_PRECONDITION_FAILED.html.varHTTP_REQUEST_ENTITY_TOO_LARGE.html.varHTTP_REQUEST_TIME_OUT.html.varHTTP_REQUEST_URI_TOO_LARGE.html.varHTTP_SERVICE_UNAVAILABLE.html.varHTTP_UNAUTHORIZED.html.varHTTP_UNSUPPORTED_MEDIA_TYPE.html.varHTTP_VARIANT_ALSO_VARIES.html.varREADMEcontact.html.varincludebottom.htmlspacer.htmltop.htmliconsREADMEREADME.htmla.gifa.pngalert.black.gifalert.black.pngalert.red.gifalert.red.pngapache_pb.gifapache_pb.pngapache_pb.svgapache_pb2.gifapache_pb2.pngback.gifback.pngball.gray.gifball.gray.pngball.red.gifball.red.pngbinary.gifbinary.pngbinhex.gifbinhex.pngblank.gifblank.pngbomb.gifbomb.pngbox1.gifbox1.pngbox2.gifbox2.pngbroken.gifbroken.pngburst.gifburst.pngc.gifc.pngcomp.blue.gifcomp.blue.pngcomp.gray.gifcomp.gray.pngcompressed.gifcompressed.pngcontinued.gifcontinued.pngdir.gifdir.pngdiskimg.gifdiskimg.pngdown.gifdown.pngdvi.gifdvi.pngf.giff.pngfolder.giffolder.open.giffolder.open.pngfolder.pngfolder.sec.giffolder.sec.pngforward.gifforward.pnggeneric.gifgeneric.pnggeneric.red.gifgeneric.red.pnggeneric.sec.gifgeneric.sec.pnghand.right.gifhand.right.pnghand.up.gifhand.up.pngicon.sheet.gificon.sheet.pngimage1.gifimage1.pngimage2.gifimage2.pngimage3.gifimage3.pngindex.gifindex.pnglayout.giflayout.pngleft.gifleft.pnglink.giflink.pngmovie.gifmovie.pngodf6odb.pngodf6odc.pngodf6odf.pngodf6odg.pngodf6odi.pngodf6odm.pngodf6odp.pngodf6ods.pngodf6odt.pngodf6otc.pngodf6otf.pngodf6otg.pngodf6oth.pngodf6oti.pngodf6otp.pngodf6ots.pngodf6ott.pngp.gifp.pngpatch.gifpatch.pngpdf.gifpdf.pngpie0.gifpie0.pngpie1.gifpie1.pngpie2.gifpie2.pngpie3.gifpie3.pngpie4.gifpie4.pngpie5.gifpie5.pngpie6.gifpie6.pngpie7.gifpie7.pngpie8.gifpie8.pngportal.gifportal.pngps.gifps.pngquill.gifquill.pngright.gifright.pngscrew1.gifscrew1.pngscrew2.gifscrew2.pngscript.gifscript.pngsmallback.gifback.pngbinary.gifbinary.pngbinhex.gifbinhex.pngblank.gifblank.pngbroken.gifbroken.pngburst.gifburst.pngcomp1.gifcomp1.pngcomp2.gifcomp2.pngcompressed.gifcompressed.pngcontinued.gifcontinued.pngdoc.gifdoc.pngfolder.giffolder.pngfolder2.giffolder2.pngforward.gifforward.pnggeneric.gifgeneric.pnggeneric2.gifgeneric2.pnggeneric3.gifgeneric3.pngimage.gifimage.pngimage2.gifimage2.pngindex.gifindex.pngkey.gifkey.pngmovie.gifmovie.pngpatch.gifpatch.pngps.gifps.pngrainbow.gifrainbow.pngsound.gifsound.pngsound2.gifsound2.pngtar.giftar.pngtext.giftext.pngtransfer.giftransfer.pngunknown.gifunknown.pnguu.gifuu.pngsound1.gifsound1.pngsound2.gifsound2.pngsphere1.gifsphere1.pngsphere2.gifsphere2.pngsvg.pngtar.giftar.pngtex.giftex.pngtext.giftext.pngtransfer.giftransfer.pngunknown.gifunknown.pngup.gifup.pnguu.gifuu.pnguuencoded.gifuuencoded.pngworld1.gifworld1.pngworld2.gifworld2.pngxml.pngscript-helperssysconf_addwordapache2ABOUT_APACHECHANGESINSTALLREADMEREADME-access_compat.txtREADME-instances.txtREADME.CHANGESREADME.QUICKSTARTREADME.cmakeREADME.platformsSHA1README.sha1convert-sha1.plhtpasswd-sha1.plldif-sha1.examplehttpd.conf.defaultoriginalextrahttpd-autoindex.confhttpd-dav.confhttpd-default.confhttpd-info.confhttpd-languages.confhttpd-manual.confhttpd-mpm.confhttpd-multilang-errordoc.confhttpd-ssl.confhttpd-userdir.confhttpd-vhosts.confproxy-html.confhttpd.confprintenvrobots.txttest-cgisysconfig.apache2apache2LICENSEapxs.1.gzapxs2.1.gzapache2ctl.8.gzapachectl.8.gzhtcacheclean.8.gzhttpd.8.gzhttpd2.8.gzsuexec.8.gzsuexec2.8.gzapache2apache2apache2/etc//etc/apache2//etc/apache2/ssl.crl//etc/apache2/ssl.crt//etc/apache2/ssl.csr//etc/apache2/ssl.key//etc/apache2/ssl.prm//etc/apache2/vhosts.d//etc/logrotate.d//usr/bin//usr/lib//usr/lib/firewalld//usr/lib/firewalld/services//usr/lib/systemd/system//usr/lib64//usr/lib64/apache2//usr/sbin//usr/share//usr/share/apache2//usr/share/apache2/deprecated-scripts//usr/share/apache2/error//usr/share/apache2/error/include//usr/share/apache2/icons//usr/share/apache2/icons/small//usr/share/doc/packages//usr/share/doc/packages/apache2//usr/share/doc/packages/apache2/SHA1//usr/share/doc/packages/apache2/original//usr/share/doc/packages/apache2/original/extra//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/apache2//usr/share/man/man1//usr/share/man/man8//var/cache//var/lib//var/log/-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:31341/SUSE_SLE-15-SP4_Update/ab446961c3600cbd1df058e05c41b80f-apache2.SUSE_SLE-15-SP4_Updatedrpmxz5aarch64-suse-linux  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}}||~|}}}}}}}}directoryASCII textmagic text file for file(1) cmd, ASCII textPerl script text executableXML 1.0 document, ASCII text, with very long linesXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bd7cc64fcd65c2570db6c3c4ac5ee87ff46dbaae, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9881eebb7464f4603865557ecf6289aabb3cb531, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0bbd6b6a1b08ec841c19916eec1fb4e55a0a52d3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=13858f411d3dae1af789a03c5f2dc72522e80c75, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cb444c32cce1e247f3458d46e32dad0391aff6fd, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d3bb3b09637bd30132a433eb709a6551c205ea1b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3db7482ca59c6cf836e1d59b94e1c0ee44606036, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b3d56d34e5a0ca647b41e003604b3b2184fcca7a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7caa6e19f5db290fcff226c96e7a31ed5ca58edc, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1a99cc20d84cf87acc9fc5036bf5fb43889e9404, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d24739d976c4288e9c5e22ef74e80998677fad88, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=26a60d56d37cd9a406f852bc5a7e2e68970ca15c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=916fbc8fb335295d02307a8bfe94f89c5ad40afe, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=706b588fb80fbfa1b4cec516cd16a0396dff6e1b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4a00067edd8ec6c8aa2b74366cccf691eb500bdd, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5f2e44d74454f74ff490d09b1ed77ae81450cd90, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d51623b65d74fc1b6e398ed297b73420540279ee, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=562b3881396d5ac99e93575d0ba8acec53d475e1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=009bbc2cc4e7148be710b16b45aaea3cadfca46c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2f0ee6c4f5fd2a193c66fb234770eb98218295ae, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8d85ee5573b999832957dc2b648430a68ea041ce, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=95ece3dd4118e7a88a2c66ffa7bd8400d2283bdb, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3c829120e530128dcdbaeffb99517d4e365707b9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8a63094088c99fb788beb71fc79b712962cfeac6, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7dfb05dcbe011edf4661b229acc7695dfceb4806, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d40900f1ef2ba740c725a2e96511a0242de6e548, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a1349e9162ae84b142f97b8f574f377d0da60a75, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ae321ff51c6995b657b0a7a2f86659c5d4fe03a4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8fa2c911618000718b77efd2edfa945ede21dbf8, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a74fe96beaf67d7a4fc88f9d3e3c214b693c5d46, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ce33fa3f315496f8586ca1e548c221e9430b4a4d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9375ce574b690b9090416d6d4bddeedf783fad33, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f433f3385f61124933676ccac2862856c2732d91, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c62825644e94f1a0aac2e5d61ed6db30e3daea23, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9a2f16a7d5a73e123adaa6b96d7341e35b7c0ec9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b96983f66bcc3680ec43d5eb66717949fb2fb3a1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cc1d50013105c97ad2bfd8da0d1fdd5dfadcd9d2, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=84ebd3e4c7f7ba827e48e64be5ab96d71694d8cb, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=00c699d16fa0c92913d4b692bf83ec4934814820, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=408f8314106b0ce3d1e7d6e8b069f66b68b5bfcc, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9ad889cb6f7c9de38fe21c4a05c55615b26e7a08, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3f1992f8f23aabc2dcd7da6144c980a6ca6253b9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c561c30398a9a94750a8979737a9f55bca039b3d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3eaef969a311cb333d50c6ad018be194da010a72, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=089a8068a277fe71d197324e3e1fabeecbad0ee1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dd5501794738a1f046d2260331eb1d39838cd52b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=afcb9c1e690daddecb797844907ede7aff843853, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=07d93779a98386f2fa5fb87e1fe5ca6a2e8d2e5b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5784c3b027c8a18185f4350026d81ecde7cc66ef, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8bd75494eca543c4a9f9a3cf766d8105914c75d2, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0ccd175a85df732b1c075816eef4dd4a4ff7156b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2e199dea50a7ad7e7281471731208b99432e53e4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d110be42eebb2ea7be0dbe474bdb085ad793d333, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e16d6521811d83dde474ddb15c1c40a01ae88ddb, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=eaa27e9ab0b116d8885d529b08544056c3db27d2, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7812414f604c7f2b2315c2da378b32bd55dc80bc, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=89198812a9cd2234385e1b166d9fb87107d16209, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d4b0d4915bfc0a911588700fecfcd5dee9d1823d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8390089b70a58485722b82eca13cec33121cb662, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c3f7f046d513669876b1abd6d29ef1323a890408, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=aaff42175f3eb73bb5fbcd8442aa3f9f29e76869, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a601d703721f0d1ca53056d04eb2ca4de60e8f1c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c69ac5eb0198ed08944c66fb319ed8e4adebf5a8, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=be9f4a819794e3d4a94eef266f4a5d45b9cbb594, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=79996c91eb067655dbf1b0cffb4c8be7fc29561b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=340083d768d99ed7478942d24bd8a914a4253c3c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2a569d94986db424b6d6d7424b0560a31d950049, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e7b15b341c37da02c31eb50821a72eb6a5ace088, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=47a9b1bcaeb31988af8e9cd226ffd81babc890b1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=37e6fca02d60d34bbb5e38ddc742c3c0bf35d22a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b7475c95ad70316602d06d685e68a8cd2913320e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=130110e725d7e4c6eb49b40dd8f39a60004e6f4f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4e5146711f5608b3ed0263501b1f6ec19a6f2e50, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c0ad74e39268cab912f3d2c0c6addd870d11b478, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=14a06dfe58d12f9700f8773255577d5cab99f99b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6b1b35bfed9c490e3c8cb88fa20a786dfd3f09d9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dfde7b7360ef8835e7f6ddf1f6a5332fcdac9ab3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e852ff54a691962026a072717c58a696ee67bc93, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b1f4b6418b97d322cdb26787ed1a1b86ece44aa5, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ae4c6cb4816ce6db3464b421775838b2f92f33f7, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5ca697ab1821dcd80c13d1dbf26391e794f06322, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1cd6eedcd9e608432e1acfa6978a50b415567104, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=01c1675e642e1f02eb13afe822470276a1a97536, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ab5528c3c9bc7e10f2c7902788a20f2ab60b1108, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f94dba9f6b82cb33fa422f023dd8b7fcbe772ae3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=698d433d90ae7e9a9e26697d45e671b421b4336f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bc7ad61f93375ee2676119c873dfca1750fdf4df, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=333b541082faad182e61c6046ce5ed737f6e2943, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=496b5781838a33b9c5f3088a98a40c5e7512fc3b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f44628c813db7e875bb99b2af3760e0d5cc0f3d7, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6938eaa08bbf6f2004ba722c9fe67b40f192fccf, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0450a2fab6196b5ad289f6f7d1744d768383122b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0c57c1d839fe6696c7342e608f926ccd1f3909f4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9bed3d6f786d5bdaabb90aa9928773eeeacc0627, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e562522e1b26a40fd5560768bb6d88d57f8926a1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0cb64227dd488857c5200900f49572ab39568b0c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5e55350e2af57abc7bd5559beb17188befa0edab, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=834b93fbad1487d0a361f54af09430a21e06f0cb, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f42703d4992b4e016c0ab42bd7cd2418082bd476, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e7f397ecfd31ecc664ae5fd3ea716de19a4fcca9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=817779a9d0bb1e58ac3c1610a98aa90fa249f8cd, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=245a760316c33beb343c403c2b5045234cfc1e67, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a16b2cc19d9e75c9114bece733acfbe950a03870, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=514ce2d603939a6ce9b809440ea686b4280241ea, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2603829ab2d8fefddf0140deb687940452a96b26, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5f7b3aaabf9d20474d1d24d6ea257aa24b976132, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ec43056ffa8891b974720fabff9f82a93f010856, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=87c7158851108687a91cde5f7b26c5f29e11dd6a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b163cf9c73cc81382f43017b4b91ca69bd2fe781, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0433addc3dd39424f7e4b8d226236811641b7642, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=532de425bf65c1b6a025932c79b3c2f0bd316c34, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=24283078ed8a4d112e1657a3dc554a33c0f115ff, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dcdab2e4fbaa88fc1ec40aac394e289f4af24a99, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bd108dfbaf2313f936c0c0e35f7644e5fe3fb31c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bdbee8958d20b56bc9dddf76404cd6fc3a065a4d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e9fe12228d90fcdcf7fe1a90bd4e97670135eb6f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9ac948878a90e20178fd3887a29eadd93bf01f6e, strippedPOSIX shell script, ASCII text executableBourne-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]=8fbb2dd51966af9b73128db86f8a3715e5b710ef, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=9fd5f6758feaed7804c45e6ff1aa0c33dda10c75, for GNU/Linux 3.7.0, strippedexported SGML document, UTF-8 Unicode textHTML document, UTF-8 Unicode textUTF-8 Unicode textHTML document, ASCII textGIF image data, version 89a, 20 x 22PNG image data, 20 x 22, 4-bit colormap, non-interlacedGIF image data, version 89a, 260 x 30PNG image data, 260 x 30, 8-bit/color RGBA, non-interlacedSVG Scalable Vector Graphics imageGIF image data, version 89a, 261 x 30PNG image data, 261 x 30, 8-bit/color RGBA, non-interlacedPNG image data, 20 x 22, 1-bit colormap, non-interlacedPNG image data, 20 x 22, 8-bit colormap, non-interlacedPNG image data, 20 x 22, 2-bit colormap, non-interlacedGIF image data, version 89a, 27 x 22PNG image data, 27 x 22, 4-bit colormap, non-interlacedGIF image data, version 89a, 480 x 524PNG image data, 480 x 524, 8-bit colormap, non-interlacedGIF image data, version 89a, 16 x 16PNG image data, 16 x 16, 8-bit grayscale, non-interlacedPNG image data, 16 x 16, 4-bit colormap, non-interlacedPNG image data, 16 x 16, 8-bit gray+alpha, non-interlacedGIF image data, version 87a, 559 x 14PNG image data, 559 x 14, 8-bit colormap, non-interlacedtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)  %(-27<AFLQV[`ejotz #*/49>GLQV[^adgmrw| "',16;@EJOVWXYZabhi   R RRR$RRRR$RRRR$RRRR$RRRR$RRRRR$RRRRR$RRRRR$RRRR$RRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR!R$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR-R$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRRRR#R$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR!R R$RRRRR$RRRRR$RRRRR$RRRRR$RRRR%RRR"RR$RRRRR$RRRRR$RRRRR$RRRRR$RRRR$RRR$RRR$RRR$RR%RRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRR%RR$RRR%RRR$RRRRR$RRRR+R,R*RR)R$RRRRR$RRRRR#R$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRR$RRRR$RRR%RRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR(R'RR&RR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRRR$RRRR*RR)R$RRRRRRRRRRR$RRRR%RRR$RRRRϕ , rȗ/usr/share/apache2/apache-22-24-upgrade if [ -x /usr/bin/systemctl ]; then if [ -e /var/run/httpd.restart.flag ]; then /usr/bin/systemctl daemon-reload > /dev/null 2>&1 || : /usr/bin/systemctl restart apache2.target > /dev/null 2>&1 || : echo 'Restarting apache (all instances)' # all instances was restarted, removing all flags rm /var/run/httpd.restart.flag* else /usr/bin/systemctl daemon-reload > /dev/null 2>&1 || : for flag in /var/run/httpd.restart.flag@*; do if [ ! -e $flag ]; then # %{apache_restart_flag}@* have not matched anything break fi instance_name=$(cat $flag) if [ -z "$instance_name" ]; then instance_suffix="" else instance_suffix="@$instance_name" fi echo "Restarting apache ($instance_name instance)" /usr/bin/systemctl restart apache2${instance_suffix}.service > /dev/null 2>&1 || : rm /var/run/httpd.restart.flag@$instance_name done fi fi/bin/shsystemdw3mapache2-preforksystemdutf-8444dae9038308b509c4a9f3f54e940626add3c74344e840b05c34c3711a0c2ca?7zXZ !t/&4]"k%x.$+e&%|6pjy=T13rKjAmmr=7_\"@n*uEp1" 3IU"&p_X_}\ezZ4_JiO} \"e@am ~,sy4 kcaatp5ZM9ͼ_v2iM#m 4 *Vevqf9BK]V)oȖYaTҮlg"J4C_g 1tp gb>ԥyV#KX~mE0, Gֳk] FS?uz:lVe&{13 ᢫M3: i=& VB]{F0[uCIy-9:'hjΔcR~V7sDsgJM2 9Sڋ^UJj4U`_2vX5&:S-tm+~Sjy.OG,'`G D)s'}*/_nAp&o3?ݐo/H$8YиqM$ОY{ڍzߤM(X$!* 42'&`d}\ #2?(1D! nS$:CS]Mѳ7H-(.G1v'foE|!k35b2sZ:=mEtV!n- 9`tuāpV90TxZWPƄe%`I3g#DtGY&,YO%GykTLX4lS& GY[wӑ/&P'I1pm#\ztlQwKۘ*rSgJTBWI+6r(euVgld3&o~/t'"w4n_K_]ijkdM* GUO tnr˜Nm֢7Y8睙^2V[(t5<2d]nv*˘y5 {ְFU>/Gfs&50؝tNjӋ32jս8BF^>'gf![Ge*mZ82VTl zE. yp[`1\)Lb4ն]*kbrR6@``Um+Cc3oFalͳUpHk J(Iu4VEU&O[>MT t5(?:¼S(Zd|tbރYi?.rU \HmX^^\adڗ&+%R!!vOFX`,?܀TKHfAU%;TaqLߜjCcUN&hbƻW~~* 'ȵo*i<6ގ9 ¢0h8Ųɸ8m{j_܏VgQ͸?ԲG,9{U9O!S' CEѲtACy"kQZ /a4_U `n`JB=: Սd+a9J˔m =&=3\=-,!,Êk+5+0to.)>T"sPB!J?}ow˖aЃHZ/<~Nl>oKz. Z}aJRތBcEl 4y jS/-!0̝uJ{wD$Ajz Z׌IpU  2 u!Oj nTck823{)z[h-H(}gAͮόY#TVzLe#i3/ŭ>oMhPSDbL(Ipr/1x n6 wAoCsVO(㓯fnӆ720Zث=}p llUnn cXeݲ$J@ƒ_蹌5/2ٲGtaz;{܎{t 6Ы)YfBhsecZ]9߁nѣQ;/n߂E\,_W+rzQD#˖A}`F7 JB힇{CrQ@H=`U^nJk&?f}<6֓g'ڎt4WA,cC/ $Ŧga|>sip=ܔu86зMoF¬l'3Y4qROI@-0)pAarZYGs_aG_[13"O |`6o;OL "R,*@|\E&d첲YOU9p^[m+> KML 0rWjB*0<!NL8765*cA?44GcԵ~xf6`ȕ>}uD m?3'M ɗ,8*C_ ;lAʈ" E{_U.(nWŢ0- NɭҋF rXQ}Bz1%57W B#_v+7JDG]_NYLl53)?[﮻@,a 2p1)%hަ#.gt66^,rsp@M$s` hhp]Ѝ?8Wk@{KіB(lP |{\ufJh?m,qLpDЛ2X>\?+ι$t:LqMʸ(Ȱ/UGD/vΛrl/A숻,#hLhp4pNLVyS*J.,.̵2( gDUV#"UK:G[?R xbd(߬y =^ 9h7<4qjCr[>W({fS{W:c?LӁڊeKīK)g>,Y^jG4C$Tf𗇽:! );~Žx Gůu7 [C C5 tz͢hZ:fWҶג$*Tql9,|կ5:NwƝd3nk|QD-:!\ny5/Vk1{Q797w1_]"A#?d3s  [0z4OC8~Er[&;Ѧ,+"<)L_# w%=gX,8<[0~- UuO7#e@bd&qo؇Jˋʢ60p*S\fUTNӵU/)IƩGx|D5,RjF[#a#~YQxÎ9Ll80!1$%fWFbĊtv8&MnjU8@M:<%:z;B"uo&7(P״96xDFK뇁T*/Bth! YUK 01%xNsos6A%k>4i CC˖_,pP۵.̞Y*G3i4*C} `9 h6ܢ ~l sV1YFMXAQGc|hK/gs|#^dLWA&]*ȉ)FA{MM 8b9_,[@DY%@(m19H^|&9…Vh'o~{'kO4职;̲d֞peSFJ[+bdY˨U߫{H8ȀMWDqNqdYqAl-`BeH¢`yTp2֣E~ .@ϛw)$9f6]ߡ2&k=ԿRYHђZ<(Jb &B=/% ڥ@2i \S%[ 9uG~<La(I!XEo},z[NP׺:d%e粽JlԜ g93k-iMW>͋(hg{.ћvƐ_[oY}1b['~ 0idl]+s)u`|9x`\<~57}}lZdg""@ɼ1XW?_mM6JhG^afIx2yƆx9|т=p~c|ohe~RjX!4D pDsl;g#islt_'P:Ưv*5D`X!9!cRc T &f'dl|굏^&Q<Ѷey3/8pS 7"!'B)=1䇢,EH>!L*y'sT%ntŎʡ/i(lcYh1QWj~|Ր0*nVA+oq+*d4>bDsqQmY='NXhxn,e*Qu/p7c=/Gfu:Ք) T n Ի⎄R"RN2j=>tӀ] Cql.xͼ̈́J-MNW$@H>9J̏ -5iD;Gd6>7Z>k o[t̮o1 5G{b{`成zeH.SKlB[dsٮ]fDؿ\vhs^nW~x4aK@\Prrx~vRĻ!.ۨtkncLtNs[ۿʴkPRgjaو@bS)c:ƒU{&u?5L= '6 %&\] (35L@4^92D箄IbkgB2`B5B]=WXn+/A-c0ʍDۅ@ѰحpiQߦiVpS5ڤXգ6d"v \Hrי}C{saϜj0XElpu'w mBǖ7,U?6$Lx"䯝E߀ZQb3EZFU GYTpg@w.cٚ0 ?xToEY[c͊Z>ORO@W L`UM-R/@(CP{oDIO8 p*iO95Z_cu }*h\ؚj 1rNV =U[Yqvѥ)+.DpY١y@\S&6H-r o&^2MkHm:;St&;忎Z 7ܡD!qj m'|sm"x [RQ[n+4ë%5˄(+S"y韅,H+fPGg#DBë$*mW]ho tS>OwJ?>^Q[fۄoA"tHiKjt34g9`a@I'pn~=3b&3cr2mH8re=O+a?+AkƂOX5MM5ch3ib͐"K\0+U,Zːz"L<ɯM'br67ncay$).Fl2"(u ݝ}Z̋^:zL!z$8.S]'pMt!V/⦑6LdJq֗d%5<9JWA;V!̈́|/gbp^pXTE@[<:reUzS[= )2`r*xEc2\kIu;}GoBs>o_(ͷޠx ^ Oyhn!hP㐺 .A=ov@`A`b'D3As4?b65~ k}9T_bV!!,x 2@ 9}VԫGp xB+韎}Vx?8I9B:hR"`DF;Eg 2Iň+g ʹ=p9i6L9QG3˸/Oz$4uh^s#ORɘ5O .d27c mV^;Օ.!=Bײ7VDm~}3wW'9Pn-C`)thk'дaɐt|k.}ywz'9R)Lw͔2kER+X\?L<*磱^G ?L~>J̻xbD?O&Ö#d:FmHni^/z@#4o:&Q7N3M }r?.:*J3g{DvA(R1TVbm)ukhh檵b[v.!qJXhL*BWqwIFq[\PH޺&}!hQ KQdkqs~UשkWv&3*j,EܙGrՎP{#MUOvdfPqWQK ~ k*41CnL6U:GF ]-/HӐ !ʇyh۳GF{nk JB8o֡[:5Ī$jk\0k8 2f8`[rۻJ_ 妅8íx!XQK6ףɳj <ЄT<(,7b&?`9*}+MxS uo 6Ivh'n^p_|u2{fZP˂AOhl *3|87Э;q͟}?ϢťC& BSO EFĥ`8?BLUh'J<- =fgu>ȢKlڐ`Ĩf哭CP98 !L\>2 LTqis`5wg:5KTްx̻ &.%6v*@ֳ"-F%pB\?'qॷjB yuOfRTƅF{7<>9.hcMxt)n{jyks*Ŧ)7=Dݬ_ ˒(v},;= kR o 7ZGr+o8Cd 2E~p'K}- 8J?{9OYc*Q8v0Zo1Ba)jO$k`e mut&d#uk;*Pj8[!3!6~񡌬\#sLtJC IV%..r4.9[n lEgR9g2u3~A7k[{P*xݗUeB9.$@}0yl=ӅR= LꚬnW!7UNÚ ,H[ o4,Z sć9)7Gڻ@f?~KaVe@**.::?;ˠ~2fB5̓M`Vc? L.o.\|T0RpEMįY! t8% V*ţ L0n8Hrpq}:^xhÎ㊁J;ƞfAJeP:CdfKA=Ä֮GPZokqBs2ԕZbŎ0BQSZEB8-LxFLQ󓥮ݚ]E$"YޠwѲ`Pm|Hahnq+CHgEȬ=[%BZ㸱b#]ewǚ )Ǽor_i&?ٌ=Ts@e@qBV#-G0$O:quZ[F,}\t'ڑ*׈B1Qd^-E4WD.$GN\AjDg& qL.<>D.S!hx,mI sljF6KָbXԹ[r[\c]}t06A}I](Ǩ?(柗A$VOk81#%=>ڽa2YTDwp(fVe|}Cjܚ)8 Ac$.~W)\۝XXW1mb{@|r+ $ !t1;x>LpyaWO)..La0P،~ё s}1X]=W XH;SG/Ѽs7F|3L _Z\|X;>$"Nxٝ{y!4LRyO\fMBKCK>Uma 2n갿!wQX z;BҲĒ\JR_㭡2TloAl 6tbBp\;kn^t]lUzp x^DtD6paA1Piue칃9M, pjAÝ+=YV;/TH{gxpAhBw#?#P?ۓ6j;垕^>AZl F/kkC%H9$7z3Bq̴8K:8gffcS$_kj57veUA|$jGba uP\S xÏa#I.,S m1KP/@d.T@=ΓqkXK;93"?ŶrWxx,Goh] fnLj 3zy1kʵ7Ȣ\J򸧪ek ~f+SV>vcM>22WwoqfOGkr<X*ݒ]iOy/0Y5 NR%1Dvhn %HeF |`r:3g6Rb e_蠛(ۢ壥P&v[2S\I i|vE 9B!(eV#9s*wЭ'_HEO._xA-f4b 6h$'yF찼w:`aؖV.2F-aoI!`m@<\,U*!U3#\UD8!U2C(lOs{5`=S7W$Py>UemhIWhK4}1~iC~bYUs7{ոC3HVO/,#ݞct XC5reiDqNfeZ ۋȠO䤎I ٍZRިF "-90|L%+ivO`v569Ĺ-f:<`SNMO(opj뢳3eF[*X4iK>f5G{<;`ܱho\V0?oQ>)MW b- J}3G!7|wMIP#F-kip<>Ys3$E2{3uVJ 'ߤ O0èk/D\4X55?a~uG>S|hnDy!!Rԗ;_YgI,/.1^oc R~0&:T@bTZɯޛ}yT6Zr/4U7c@)s"S2?EQ<\>u14@Nx_{umͷ1b~ڬ涕@ ҋ#(H Qx,5aȔe7~ syGڔrK߄EAUb~*o}uB-gnNHk;oRUdGV<gir1V)3iek8GJg#*B>h1tvw@ta=/)x1Sh/r<^8-:+Ny ].a~]zEv%ч*BcuHix7\0#G%!&( cs H_vC&{'[;. 9Mptv͵r^--t)2"I@. er1*asVZkri5k0քl^ųwfD O+s* ̉uwP`票`6k9 K'c^"n0cZvlCMk8b:ں*ۼx$D`r䬺K GBT?=wQ .gCiOUЦFo@8ie,c0fn$"3*EI_;AU02sz~^)Ѡ]$r c}ufwkn^e?N8u›%3wcz4x۬ha88ΗKT2m6cGVp$:@p>&P_P Y1+uN,yymgZU /񐅾*ob82%0iB)Ac!%V+y1/ͶYufu1홃"tW7) W]BQ6:!3hVtɅyoJn2sQiCby.lU}Dt+yG@ɧ/`c-_e[=5q-H|i$ 콙{J@Jf 03cVƌb9Q'WÑ+ E6f%PZ|2:KULq8L :UFa޾5r!+'7On56 o^peBj3-nǓ5鞄FB׳fޤQۜ'T;bQ~}Cɨ: =\2 r29Hx;L eRֹA} xfb4.<ԒQbo'E2@y/Hd,RE"/g%qXN>QZST&Z#ĜL:4Ӓ gAfUB hZ|%Js˨#Jӑ[tűҬ1xDCQ?ņZɠ3u-pPϱjD |CNuҹ\tIq~%vXǫ5IoM Eŭ0VW^q5َ\2qIP-Wt'ɹs\B ovk:G뭽 "_w3Z,~haLf?)p~D3U*!%2kܩU(mڟXXǶ 5úYw/RحR5Ln;"}I1ءNLD!ȧ[I1SqFkٯn!>E~ ȏ06.1sBCS*? 5;ٷEb-ő&ֽig(?r dbjV+ ۱f3EȩA7\p}CJJ;pr 0 7"AѬ2:7^ȴ-l/f`/}:&E&Tyb* k_y3a-3`xpt,Zl\*F-T,քnHUHB\3:ױnD2gkI,f2|KS"{v6qHUot 8/C7)pL?u@ B2+ψSy= %QVeGVPxM^1&{R3qhyzwjLL"'bBUh ;:u{,KcYAc06GlH.YGʋ-Grnr@ lB6~H BVn`JlKu !B$(#PE8Ŕ'؆ 6TXH@rp(iպH{`5 \JJz'ZNγ nW)q-ъM,0+6kz-⎰PbZ Hr;ǚkn8Rm8 8oYU4eX$h Kڳ֍w0:1VNcynGa BɟD^d{\ÑsWU h+VrB2`?{I'HGA5;^@ ̦QoUZr%&>)L1/Id 5z['v+QI3ml(=Q:Q^@شX[%5'|]1eX?DxO%8McƄlXz~~+&%\7(V8"kC}D{i!Up"Mc# U{w(Gȩ""bL ;D[t YQ;ڲu}!I¯* qB2aM`(6Te' "?W`oÏ).Wi@dL"HN{1M>Y੮^3j3@,yghMm!jo<$@bLot[m4ZTܮfkP=fJ}lV_]ՆE|бp~L)ڤ`> e+'t3r,ouyMm2VmR^LkLM[vZ{ Z0<Tg ,tx Ae 4&Ԙ`>!+': w$D9mFPDOuWd2xhx+Ok_vT#}9:HɛB2]]!ThfAG*r{Mk!YDi?wt57NW"no7X`1Ӹx @iap[7{ywSat. FO>q;$`JNY Ml\9R?t,Hi=ޟKUZݖ"H"ګ;YQ|F>S7Y&*~й$;Yf?!vbk8f&WVCa9ʎC.F~x+}i( C3OC@>H={p;PbCShwu_`bq״ C}7$^t9<(dȚdj0{t/3o6Pj+$آ&j#aHGYKS~80e!9Ftg%Ќ,I WY)>X 7'j,NR'jhfP"k(xZB(# Mg"."RgP5RPMIG ]. "3ͭ#MEE/jsح}mJOO˒dbt:}]"wrd3rm|)Сq+"YO"Jw$")cJuV_|Ʉ1@Z"6`H4I͜AqWe~P7/#X,$A;.V0ڷ(*(n|'[<;QVڰ ^ ͙^q"':j8eiVԝF)/4mj<>ӷjB< xλ5y.pA# MύAefR3$:@{B(>.ԍL#398EyHż}TQ2$!!w.P(&ɺ=Y{׹Rٚ&jc8}(dRi-)FavuM7> =H_L6#?!YQC >h Д2, fFc9؊_#c* I)%^i8"gvၟ,tn®O]}" G䳼m:(H+A7BPW[Iw趭o)a݀I`?ߨc F?.hRT-,"dGOgEG#ܧLw\lVHN"g̖tE9ygJ{MCtu'NvU>ChiмַN4Q@烸鸚OcԸasθИu`hƒ$u  F)Ƅt]#g\C뀞AClRJc\NzT{=)N5F.tԲj{YpJUܑLsPI\r`΋󯮲GD+svBh~ď[I! P]Mr1c?u m!4J w_Gx1@XF J>}fU#kƍYm7V G+=LKMki"g 7toi], }F\'ZK]:BQ w6<ҚuPhM[N,: ?܊)P_$(J\Vܜ3VyB/, &,kuz47NJ4[&p(XluV"-'Er癫5TaP|fȷ2&X,7e>r̀-$`dI8pvfU/Ft3 *o禶#Zh#ȖR9(l|!AkTP^A[Xm|O[{k !G44FWo.5<8K}xz+'-/37$CC __\|[}R#-Y :6d4'Jwԇ W7з;TCd!灪5}xσBl+T2FDvSbcĻ\TĞ A n}9';y62jlLv ǻjn%T-yKXD2S`ˍ_b + QVC4uӱez]*EHҺ—I?Cv{{RĊ^,햍!^SŴ)-) .bv+C^nvK?&f=?Wc }hޏ%h_uO{# H{ ćRV4B@N e<egTWPIPFG7[V„P2wnk?2ZjgUdwOd_t4a TPA{qFV)xͽtgYмV#{5@?\.,Ci$Iҹr*|6\"EN qb'XyAq?Z8u( Ktƹ:[t*Ronj0Ң^ӏ_?չ재gwRÿQ |h.A4LϮ<3α܆ÛTaR\I XPc0v)9pV-Ns0[SD_tĮ*POY#8X& 0_Y) n3'k8 aM Ґ.Uj7ƮqU})6zYѴh+/&;G#ZRe`Oj_!BJs!p%IDp\VrKn<{o軍b_L,<Ȫ$i,yn8>D .sR#s(\"8q|o;ԧP_-‰>Lz{4zI˃t6h ENe3o76Z2JB),t.d05'`6 QV@rW򱖍wҋ~MzEU82tSevw5d{kW +H8B6xIN> x'Fн 6yUKm X(+M2O0a XT#ˉC=Mj,(?0\[ɾye'N\MR~2SsDs%r/3&WB\hxwzͩ8׳Fh׼zq\tܨalmJ|?K1R~uhw{υ#G]Ѩs 5Wڕ&J28mXzVw#p+NsPf>!@~3ͪ:fۛ,\7 e,u#t|̚. XN}r㨔6tkSU9&9_ yzfg-. r;ofROEo  A;><.γloL^eUҕy8H$SyГdL Wb\C~:hMv ?Ip>zR2Hc$_lqw?w}'68XMoQŒ5E 9E,I}dwV[#𴙷^* jfUF&=>qe6@ U,JkcZzdSb Did߰UU&&HUM-kgZ~f SDё;;;}Fo=;^5X;cc^^2ݻIoSÊM,iTs4d0gv;cb^ٮJj}މx* Kؘץ؎rV)Ck1ؔ5*DXFz}nMffY5䔙9_օA_0v}E(\jA|壛50QAHA%|i!`@{&˦cWw?o(SW sxx[O0yvux8 &P^SǰuH8<Yr:`{McVHt:pt!'/߈H/TddS*d ,* U6~s<!R5!s4L_Nv&oW]vޮ \c;).JE&/ή9p/B4Mt KEjڈ=$z1?^,: )'D^2\Aut]`vWdj&/଍+G~ [zFZUp:KO+s"y]l/ ]SQ"+ ) }L@6& 6BL DՅb txt{Q>{nGk/uA _ ]CEMl5d7系HbJ[jR tDVf h8SzSLNyKN/ʷ]ဏ>rIvmƵGU.6rֈaLяЮhxH5Uٿ;̀fLb%@Uk{/ T8v| ZR~;{[-Uӵ+21S;:iN\!s]>4TN.U$>7dr-'%Td>egvᬓ]Xd@6[AsfwـC6Մ>ƛ^x qk&K8ZXnfeT^8 |)"@-[Az"iQ,TRp]ljgo.vk1{N٣E4a[࢝^etnԖ"=Om|Y i5wz HaG6K8z;m{O/H{2{K LsXW3o eGeN_i.tu~)q{#٦P(F"ɒ06;l#M({h8voFpRĴcCv\#Jv[5)B-q+p2=o?`]Oa2U U,6yO.}OKK+o^>9W>h疚|@W`IpZL ӕr?R\3L@+cM{b蒛:S_$[ݔb m4N-AT,%5¢vtAƆn66Guj AĶԮ*OaTmFJ?J`PxuVOHg DDvrwR ^#6l֛&)lG6] Q{+wGSSYҦNMy?=aL/ Ӊ1ǺB趘Pw%ښDTpT-3/Q{sŃcy+Dlwx߿Œ >pë!ƟRf{xfW {4(Wu?d ^?tbi-Wa:7 7r ƹ+@ؕ:yfLk,nsbJp3IzȜI.Ak[AykG&)B%$È$Wq3q4~GS&"I'cnl.%njmy5pᆷ{y(NDV+oDn*3Ug~.e4LqOKWXE; _h#m2ͅT}-2iFw$oRԗc@C-2 Q:i$tU?O8ϱ9cSJZU5JsmTfqu¼eA"4Y$u"F0Ffqja+z >1݌q9U\6q-'?tLIẔ,Xﴱey}ǭǀG x)3;Qm/\:\"Y96S@iKBrУ*޶Q0YSz8UQurػtܺNvtw*P33aEtryZ+ܿ/R rkOPN'oLe`x qf)B`W(ȋwEԼ$0v,]x$#9b~U8;BsȂ J$~Pp]d6%xRs`8/xTbWd6c)U'N Y_69 l@b0JQI+KZMg9T%^AG`$ w],yYبX=?PaXEzC6 [: -xuQKycScۯi$n<{ky ]W [En=C4t)ˣ$nrJeQGEAx/󿳑%i$+0 G=iyBiM(h3Zr]kkD4jOێ A!Z]@$Z.dH(zk heޖF+]+Ұʼ_πtRd v{q gL15C* p"P?ӪLt͖(0eCq&T>j+?ZL-A+/p M1%u54Ae7_1/,pf!{4qtV\kwk^ FڅZX &WR d|A~VjS)/j_}JMnשC]uBŢ^5!0n'}a ;/J@0(7I"6%s~qQɟ-gлl]wR_|PJ-~lpp <%JI,`|r@wח !< j zeѨPIIz{fF3z6=(uR 7u&g>nKN2ɱnj;izo.NI˨r˂AhyZqX(~0&{A77ו? YuN2X&N_6z0Dypa<"2I1w/94Lx|}ip^m.xpQ9qߺQ4)f_ڴޅ%bK:7UkdFBgO&V::zn^>Z̢}h^lC.G[z&%-wGou#>Y{~^LgO?oe>!0 aBb? NټS6nbQy#9iB8`ΣWZ[.c4`xK9 mWs A"<~=O6Jx)_y4pQK؁| f/ u?t\ &Ѩ+&fr1lC M»xg.O LZ_ Sךǡ]W{H7 }|QJ iU ą`7F Ws(~0qDyD9…ۥ멧"1>Sa)98kӑ@g"{7k)=Uɚ??aH=.=WNNy(B]pMWzm/YkU6z?2v=i~!խ9NW/J%.!!ff$JڜN?Pp"y1 20SC/QZ)UOc;{eR~xU> b"Srƽy?ށil0R4@9%Ƞw,;="b[+!6q aYbr 'E<'\@gewf fQN[| ihhhbۄ NSKTLGl EgmRU57,lhB#Ӿwf5V{RAy%k6-bi"9+Ò9 (Şi?O'5.]!mr6"w)>$Y髂m>c[EY`XW~3{.v{ ;+Cfv*/3Jj fNi?L${ [}yCszAeg,s- ñMy&/[N AuEP)±5>wcCv>q(iUݹ Qú7:nynr'[ҽ$4}o>cV[bD ^7rA%e>4k^{-պpkU~,3p٬w̷=q7{jdF=pqU~Tys4 C6w[Q{&˪֕u]!b\"h[}*Oey}0?Rn~*ԭ2,QCqZp*13 q ظBăVNϬ݌QWf|Pm3 JX2y,U cܣ0 5{]&@\@>#wf;i,L>wP5ǞSSe]CL2JT]*NLO6M Q,H#H zO2s(UZt_J>պa+Qkĕɪ_-p2ҷ g_9gAE;|2Bx&:x&;U|߫qdZQlPdA<|#Oe8|7Us~ڨO_i7$8,"ȉÊkMHYJp<®@𓼲 F:vo[#B"zkU&^;^{nH/XYj"}_v_it<,CupXqg߱49 9OQ( 7yEp+ M&+M)q:+r_Jo*o[eU1Ra"͜=LxxI1M֍)6,ixw%CQp`8H!oMj)>B$_d%9Amgtzo\*XMՈWB $]nꃞ 5$WhֆMj* TmBղFҟ8L?~M)RTjmir4mLo%qe%^ 0E,g{{CPד_ "U 49;BaK_j]YNqḫ*9E*D'{o@=dЃvOfjO՗ؙ}t7(ݨN`ȴQ;Y69Ȳ]$PmhRM͙TK8wRclo5 92=Q+2i]q Vdƶ¤ցp_[$Tʡ8^MrJn e! M</O_3:'eQFVyKbFg1>Z,oHe#6Ӭo :bGJ#V󪡗\w_Ekk.F7'/112jb޶~2~E*X1ZE*$Q)6a0hV$1 ϗwX.4UjC.0 /%^ܭxcjmxk]ikOt+ ]uPf$8 y20Z+HRp$AMWmB*GkF7)R^ &]:*u'Μ7Ӭ=YI%ƠE2^s+LN]J}gdkc|%o)Y D0M2Tg#`!е y0ί"E5ׂ/ +ze'%JU]8Eghs ќuyDq'7_E1%`֭tkGto27].K8\>P-|pJF *C#HK8hy׆΂r#$áh [z4v HR>.oT7\KI@orks|f&|S>]^󫁤;VVk4[sى%/ؼ( Hм:`CQ\-,UH3:8ٙΈ`ߑT:*ƪT[TAJ'ĩQ6-&Pe25;O-w,q Y,Ur{si^64ޙq-F:v֐f{p] {-IApcY}WzFԉtm i:XDž 4u?M#3rB@5'i@S߀Z)Qh‹]nWVk1ݕB% _2vL2 *ag=7"z0ҕ$;Xf QDXScozU`X"u)˭EDT"ޝO@fͦs*ڷLN*]K^f\غR ,#7)\; Ne^Q h2PΖUHm(Gjxuj1Q |\c14"nyvo3P#X(xWǬT7IMV0w}2Zr7syaAѥU/ѕk"f՝Cޘ\- 0".'guLoȨhwLU1V*wOY8ޯ3!ʁ%G$eyŽJ5cEٲir&ՕLŮ;6lUS&S5{ fEa ;+y7У9_k Vsu!"&mtl(\;$&,h>Dޢ_Zs,ÕFtG75Ẃº]ƼNXf&bʃ*Cn6_bOc^_\K4IP.299yG8"s@&@Vؿf'T{{$tLPn#4twVC_EE- UA;hu59k Rj2S=˶nA0gM 2zPR-1.f/hxwڀkԫv;˜Kp|+au ,i!n=-tZ_})y]k(z цzW 1n$_i"O[axUk86V\{Z xBR?J^b7{Mg-5ie;^h9H=NլBb Ios^3&yV ͶY4韌M`?! :RFۤsB+HGpF@/aB(׸&Hf꼧EYKfXyU7ٕ zFN+lr.̜s᪛b AhZeCqLݹMNĮH+,| ɫݘ qG2rx"j I_ox gV[zp1_=1c7Jm8d sb'}}{5tTjʀ/7L̘aTq6qz ƀÍRڅ8 ʬw8) U}4(zM'(o>Ӗ$`ڈa;$:@D^3j1BH3 ̌ *~{avٙXKVS;Cun*]4:2LxS+](,z0~{+{Px3adP5{刪|93[GB|uJ> ے-52-LK%Lděx{bZ 2(uafyt9 kfdƑ:MVt|H[jʊ4\߰?ҝ&Z2v +aKeod8O>q<UHo5\ۤ-9ހ˶=2b39'`-jmT F]XI^quKWظ]uc1sLK3.xrs k(Dl$ӷipWt Yv5V$ V(z%,, ]7rd/6Pd C+hD > PU:}١g6#YB jOߤ= l?J&T6Qr&qZI@B-nH^K[m|)ZAKl~+"U,EN*]<@gNH`rfӊ!0!jO8ck*9w>K7hU#=cLsMzq}FK%V"K$`Jc t0*2uB"T7*($jCA԰eBzSIh\ySkP[&8x&Ho~)&q _&;ߏ:3sFO⣈/䅣חL *,\>]ǯʪÇoL9.F#L m/̋H6D&)c!;UŞ:3GH#@[@Xp8uټϙg5p4=]Ti3B=_5gDy8¤qHI3gZ +$gjj-o b- ]۩t@R9 >J+f6չ8k7n=1 u6ʹF]!fTI m%0(i rB$ A@y9q|!~AB.\`Vg~JX ;u03yf0ax=n5\]Kitj&CYۄ]xHC^t!#P~uNY*d4/gQ].2}!8w dq!ޠ/Y{_jԯi0M!I=@Ո>Vl0 !JzjzS,&C{7(K)'HWTIO{o a 3O$O66E$xgi! A XTz#dVqŖ*:#dqٺ% "zM: ptc(hoy̸`^_d3V[1ղ:({G/Z'9QI=So?ZY uB[`etKVo=$up!Rs3٣3}xmNTָ%o>{6ԞAѩ#_v>Ͷ|j*iGTfY0@MŴH8?ay|<,[uX:+(AHsb;3`pڮE J׀)@kZzmH$|{_`&+aCt wgGUxґova i `5 .rdṽDWـ^{>886~N%UZjkE3s"9nPQRͮb6,Kas+=ÖHS%şy9M@uoWr}yFxS7+ Q|yL w DyҲh5Zѩ"L߰! #Ykw7jyp=UEU":uP5VԁSaI O_Q@ m9R$cT7D \Ma1DŽ+p*e42 e=H$2;K.L꺴~S+>o~?^͌yh7O$vI¨p:-HM=5@H\#r.7]oy sq+~3ܫ+QBݘȫ[9uz˃=غ;视3]9OZ)^~XQS>\F2`()<.%̦Զh NIϹS1GN12-.;dB] hI82en2G|hRQ Xqr*֏z Q)g  MʂvqY_TF´'AD/** W=_2#YT*xdcEjC/ҊCj :5LX17 B @ͩ K"/uG C2gjEe9wՂ4@ L5N\t/ bKtx:DR˗j  V{\ߜZ:%&%J g&+_~ܜiXQ *GwWcN'*~j,/Ze%^2H˞Vhט&IR៨z C wm&ȋ˛T3B9}x#s`k|: R`׬q|*2]CKz(1 W0!9YՊ5}>D{ͣiL"Mh$uPRΙ-q;ۯ;978XbS~nb*sFXZ\pc0!XO[yϥvMx_J}&T: 4O.ᡈ=PYnOB~*=٧H2v6ߔ ?]'8 +Ӕ7i?50Knڕ~<ww؄@i MqIN ׵νtwΘ8Iu+˯B5:E+| W"iFf0]c4Zq \wMFYA*'ә]3OJI}c6wI VS|vxj6xsul,iS'_f>¢LsZr$"1q5hR˚R{`zIs/I6Sن?oT p+C bB!,Ed#u@,mg\ g$M`@F% \Q\V\*SC A%F?Ql1!S/̆#_PxX TAubA8>_Y1HHL 1^"_5zжMm!~"<䵞}Dbe_+T?}t0:{jbe A-1a&V >$wm=HԕK~565 #'%\3JW3D !=Ahx*xEEpͷrfO ͺΎ/H1m#eFgCѶ:)efseU) #5 69U0Qa)-r*ַ~L}X4f=BI\ Hf@cA >7^}!0Ƒm'|# ]_S_i[302ɽ~$G1 _J/&UJn+,>S'Hn6dy9:>@ɨ0X h%wW.1𧌤fz fuvϘԔBcXJ2B`҄mDXbLyea!'ii͋a:@[F7E[4eZw♇vT@,w a"1V7Mk#s6ƚACIGW A_^_Q65DڥR-ŚWpˉGbRދd oO@ ;C}GEVֽyWbr nc_ A%K>M[3y؁a/m `QR~*~ǁc;=&?nLqE4OnzԾx?uI²V>VZ{9\WX[y5*؞OvBtXpoCdd]onR¯ Uvǝ-_eTuB^L kg{[VVlK2Pȟxy(]L2 nF_d!V\z 1,؉?[ebnu*5T_~x|XƸ3mҁke_B,,Ta "@+NIVH,$u]ܱݮ(P-JB<\`ЇD!K,t$[:mq*b 9d(8ppc HNڟA6yJ y{#ۄ>cbCCwJh o^qLDx8Aؒ{ TjIRe~…ղ?mi$Z9TS9fHI׉!w&UV^b˝WC=?;-}f= ޹<(W_9uީ[^ h5TP>uaj᝙"%pv IV7=_< 8@4*U9>_`T8^]Y\y_3SRc&#4QH5s&õrC2_ Ii~1(kb뎌ijsjII``@J̢R0a1ʹǿB@!"V> -Jz#0%r04=ೀ_qщYU<|rL(@8RJ  Z`tI{WNy)o!I)\!|X)JOfwVyF#"SF?У'{ˋXRG ]&;*9*-P) 1ja9C#)T"BQ偕y4?Pc|tW٭vwl &J,G c4JT_P* XuNb].dZ#SP?} 7EQbLs0$ aAaFq=4FpJ!ͽ{xTóET{`'.Ux*= $vtuu0qRm~RQKFR*G^^rZv|!ښ][\Cb-S. ͧmӹ1n`~ wß 0tDe,*lۍ=@vpє kctj 6y{nP)4 cV\"drM=zi\I zrј=hk#ZLi;c[<'speP=dbk">k YBۇR1?AJ-dh[N~˚HCVvg=~]TMݥcI>%2 ^5p=d6?œ5d=&}ܥE XfxuAo5^&SD9 $'Oks.BMɞ#Q>&DXaK2 8%$Bn!3 ! li7TkpGP/.E{duzXďY_9oCl ?ṬlC쯰%|9J[HYRnh+AX^nJRn%EO0~X)6oUdY&@Jc5r5yyq*uO76JY.(puRdr9 y wU]v.VdEXVMqF=H離\3~x@S7;/R)9p!=Gdw"HK%xu6u\p#igXAk"`DxYˆҲ}JqaE {w0Bsg##+7x=&&LB5Ѧ0i/ mjwԥw.#W0Lheb2 s*=]蒏O6SJۗGQV҉6 \lp,S4'_*-A.+0fLy ?ƏT!`kVttVU%80HCu7.] koH„(D:=-gϊb"͒b; 8!:?*$zz]I:r\|)Qc1@݌ ǐW`$=q.Iyɘ±΂:H [^ZzXϟ,:s;1cn^Ґȭz|2u> `j_")H0ƕϤe&Vz&R4xBznݴ'ވ\V2@ dd4\jx}]6Q?եhB,.GM,F4̀b?HvY( nę]cu:,4 \nuS]SVL8.L>ucl(ۙ :`'PFOoDUx=]*D)(=$ymq9TK&{&%i_8)SMWDǘ8 =f$#B*>y/.`"?ý yTW`jK[|cA6{;gAŭݜ5G+1gR*¸ ]E{o;g_A^EYv$:e+ oִՕtxMHO LQ>akM-/ԒRB,-$EZKV!ŻcvR`;L8 v8OO SK-2J᧢^z@!$$`Y[ֵx{Qgoz*6'˪{1ztnI۵ m+Mt z3!$QoP+Y$ՠ&ou}|d%j_go)LBl|۠ q3 ))d'=|ηd*RrܩYٝ(L]F, kː$dMox/ ߀)'B]C09Ǝ"R8eȜ`m~tNY ic1ŻshaN$X4><lApxК`gôyr̂qGݷ[ry I^ HvNI=>w4Sl\Vz:5H̒T@{^SnPD\^h+1!ދ8mZ:ͨwOF+L %.i{l٤aAa)^,Sg4`]XN+][Pq|u1Kme+UAek|Ό}t.Yٰ/ %?*@7h4 S!әKB?6L)O:)S>M2,n̦ʛu$:V!/4vL nuKc@ )NYz78F,j:lcjj5{\k͸^ m@Yn},qKmi(XW fBhCܮLp:àU2%YQ&ځQ:-Z~y4PzE[ ^ޮbY}nqO(#vMF;J UӧlCx!uIJGڏy@KdVEZptYHN`uuyY> ӃurގXw9RR]# -bỈ3(৖h ƒG|1-!g)c}qM,0|; pK0l9ӧ@٪sHIR,c{8-Բ+.|fo|b¦8,7U%iE |rS$PR|<xU m< J؄w p(I)Q wj+tV6V5 ` Վ6D+R,=OH~? wȇ1gLZ|O9KA i^.+^̦֙SȇC` ’}I={0V4)5"dlkuMQe Ў8rZ\|xFfn%+j8VoVpf" |r˴#,_xꗅ ` +e ý2Tk4ΆAjAQoRgW2|r^h5C۴ *xk_Gz? >~$3䄊#ȹv"3J|C8ɼș}1aa/,IUlBM<{` ? 8$2Xƞ:5S23Vh\Ģ3P\Ad! eo̅-CvW,J>ƓRqٷQ~}wؽM7bө7't:[_@ykeU\WO+\dNَ9$o.A%^ѐ'SaUa<6PbWu9wKO]6R!G}PF1aAzlEie;.ԃU2z۵JIWd(roܴlj4逗ffU/3-ߧERNl1:t zu@ae??c-#tjn7>TIu_l-+V>n%JEC1K)oo݀e5ĎOw" 2:FJh^-<>go9!%YsgB\gaR1&s~!RTz Y! +ձp%5!++^{P/KJLdj;AV}3|YƊ hݕW#+b?Ҩ .Ⱦ]qe._FԌ.EJzXUu/[҂x0 Guz꬟{~|M( 麗=L b3j!Îm4U,>rq6B`2>OS|1f#.z.ɤC܋ЙǭK}uBu716¥ѭ*`=3m  W ZQn  0 3*6RVB*L0 e cIL*MƯV7kZ"08 fà2W iܫx;/mfThIصv`ddN; -?ebnl@"te ŖC}I{=oW1 2ldOe}ZdndAz~`/vk=1Zv8i"~U[s1ng]:;W!gHX~< l]h4mXZD0UɌ 8[jdqLFX(KIԕa2+$mJ2d5> 8Lo$*M7ط*Cc36U2@ VL]dAmWozeu#va>c"pyxo27^TB{$tJ@E@Km `/ 3+2g* 7-q[:rKmbt3 ƀBˇ_R"ΰ~&<јd|7Ǻ%L,X"3Ӽ ãhg¼O}nl*l܊.{5֝>.f -h25%GJI3] f_)&?=yM/zd'Ov[:OeZ;Wtp ek?vf`uf\Q:ВOa_$GK{ҔY "U5xӮҊ$"+`p|& Me "2}*i/O YD"w%\u.1 } .h{Xl.%aTLɓfy%,htnD1 I]~LL]/gҭHvEDĒ9A=E VY p[  $Ɣ<2'H,l>"PHFd{hdZjMSMKce #iu"t)[^^J&+qFQR*U%/s]٣2A3TD)e-Mi3 gǺv&F?1'Tk7|邕o^:U4_0>  Qe2/cEd[Sat#R\xKn[+6."99M^ `ʑV70Hn]kZz46*$YGjGlI](LO>s8Mp]˚|WIkZ6<`yaʳWR:~vO;z\ԉ{Qǻ3X|F C[=A|Y:9#`|ڢ"_?;1YR[_~:/ phEG ('Ϡ)He3%$dE9)LjzBhpֺYD%DCAN"2>E Nm eCfZ.eNV9be**E'~{"O}@vռ2:s܈+H\*4 H~J> lB-4s;BBS);A_)Sb 6ӑf}i87vOKs([?#{pYqH" )Q MxdOrV?9PΧaT5w9ŖU*zxtC e=VAKe|E$^UP͛hR=Q?Co N،aPД&d+by>~[›ýWF~ Ld̤DlB..5t f|[?8 HUn~FOY.'ȽEºTn@'] ٌHCۡ^ UZ# mzrhܠІ3:lזH*C<d~2u͎U3ʪwP+e}0NAt tJjGs526=3uTg(%З6LoXh_Nduýpc/ma3jbyK A؃ͳ}}VP>[z)%a8$:G*_lj)NЩo&ٕBTﺀ8rsU vbiȬܩdr@0Fa%pyc< w¯%] )0^墚Ml@nf@ʘklcݯZg: 2Q%4qnG;O;*~k?on~uj p4'x PG5>AW9&Ӄw/*I17 s*$[b D}{'2Fev~bL) *dcG%ǟC-XTHzIm U$@JH?'E#ى ˀukA\xq)?1ex:J!毟\dRVaՈ'2#Uyߣsϝ=U q"M2n0s n!r~uݢ .55<{?8 /Dw'M _#7\mI@ՇZp,U}thR#XeIK Gc2Őop_OLTcU}iz&q*c Y"=pT f8˸ -jsש }d 3U Tg<6>Eb<"&ӹ<^P7?G'p \IvcC~)(>nqٌ#{Fdz`NǸ)xA?+q'LA5= 8tV)]:})eS9"-6ڲVlwbd8U.\P3pZ|T뾔>S._"ky'$~-'.'h'zHYFuRV걸Ƙ *KENkl۟ gsG%s}ўLΛJ򿀚a|\f_4#$0j%ߎMV*u׮ky%rЯNHWP<nE4%nlbj45`Wx6`/Xާ2^ Mep*}jU {0_]$`G&lN)Fqu˪P VJe+A3b DO'"j 2}1MɘFD;zZiRlwvEgENҜ6uy$yY-%~<_\6$gR)1g,:'6pxrWQ'-"zG kt)8iR[EС3qhaVLVDڐO%)'D~NS/g6!`'_Ri{)MU{oa.>_qotU`x?8?|FSj)ekˬ fe%*b3g6H=tqd!bHA]RfAL"Y/j|TPf\.u :H5q `U+ۧCUܗ"&D@|>a4YZq +cEIv* `%kgC^ ˎ˘_wV,4~?̶ۈMSIZż{' 78_de]ceճE? _ jb<|<&K4iZB| h")FXY2 R)ivN?Y[.{U֚z(fb?}1(P[QXHI PJ,ѳ%(O zr;!Kx7^/W'Q9g]m0nEM_w`7raV沥8``4m?Mp Λe RY 8$ɗ(]bt ;q NS *6s ]9:gF+3gV}R|VX<:z[V?Cp U$ |2x @Z{t=̠C EaC?6_ا͚,)5SՑvVud3S>Gtj^w^~`pCn2 [ (XVi(Ǎy,+ R!I 7Ƨ+x%#b%VKG'\@ԙw"|ɅH~n.ZB2D$~&pbl4-~zIH&ZziZ3qS6G&PSe0 W fhưN<E߹E ͤ)*n8XnrWIYO,N_Q>̂iec ieNyPzJY^O,(;oS.h(= \[u9/nN}`[r܍û6IcZ!"}Ϳ96їg>u0.u#ϴNu+{77{PⴿJJWVHa 6`|T:VcsrlhzHe^PlD֟84q="ڷ$tG%,@}n -. Hgyhj5vŶɝ|?lA8LTnjz#ԪSY`Apε 8Tn"WR@Y* '"=}~V0)7,Y8M:: nLFfrf_ <(pVH&t:mpٸ}$2._v_ckGVb `@ J03';fXUg 0i\yx'FwF!Nd!J$l meKwKk0o?%oRBWK[@6L5 |q7AV=[;oI,:u.f#~ #^Q`Ev| 4u,Kiٞ7OCy/"uՈ1&벗I[dkZtXD7;$rW%H3;TƜ)ai_`F~\9,$ߟxݵ:ƸIwޢ[< s2@7OǟóAyxgDpKfH+g٤׵LT`?s(sѐWh9ZgRvD)y j -}ݛwLR_;}}9aaǾ;P΢ĢQv֯faus> .5#aGф,Yb u cC]4F͌ƵYfꪵ=8[^%1x{'TO|߫Ѯ6WV_j_|$sshyDj$ c2F53˱$D7 Bt$yE Lp˧p#V=y<6\/f5Q%xqXR}uVK(~OlQ.zSܓX}‘ʙl+zu`u[+h@A FO`@Kq{Ÿ@P ,CYhrgubo2`I'*ѻsT^v^2gZ_֡X<=V牌d΄h40y;C{-=z\^wn2WzM?i^ ns}e6OuBB|Db&~r M`@3]ZJ2Z/"5U5F'6r< ,nbai5@ܫAelM8P /zD(І ӧÇK9!pfAs 7σiK}b=Փu#w%An[A,ɁIodSE+ Z{ZI]9w} Qv^.gw}lj!Xώc?3/zqͷ!3#cVoSjmvUKWk**g%01ab*e)rGestHo.8:JOC[ȅq=f2Z\j"e Oh1!!-gNr6!֧w Hw*` TSSh$t$Z"ndWqe 3鐤̇ ȜJ PM3ctr-mI5Y")W`2^AϨYpO[G gW0t]Loxc#7HS#%ڒ;y\<|Y"3hz_V?Sf9Y=7Rr2W?N"u8J0e tvs<{:>xӚ Y#&׀dȪ7bF:9oKݕНֱGT@YD-^XzdA|J!Ѭ nI0nz\uI?nzBP+껔,JhEd C pY!3͠,}67O-TviE u5uRXI* AQ$aMQ&t'C@8@m}a҆-újsA|G-9 zvdq{ls mN!a7#7~>Ůl9g\gGjt fW[}yۤ(U76Zz 20%xCsɌjE&(%?/ƀz39$|iމ؎"ז iHyn,r5WN0<0! x2O0XK#r?r&ٖjK Pؠ(SA]W0`r(6pV36}l2pK8ߚy[n{7:警FÌ-Lx]˼!$U].c0o15mtpX!]|plcR\HjGĻY1Љ,%)=S!,d^I{^㖙q׊8)CO1gea@ػFW @lߘϫj07w-엾E;`ϭ^^j>5j+"ѾTLٷj$oRI\ALiM}G-s94YW\*DW :A]kFİ2Bdff1eM%W#8hhӄ _D 3< ٱ&SUeF"/Cڦ4[.kht@*#/j\K:z2T >~_m߱WUwS#DްOHRTV:]j%8XuUzڃOe~N_'UEOaiw9$t"UF ![d~tEqN~ F^quyVsvl9Vs˿2ZۈhA:tvɕ@=|):G'.P\?:"rQ/ 8{8I99q)T+8:Xm0qf;6Eޖj!{[O-}!nTD7 cل::F?+95>k : AeP$=|ZJm2)ǩ7+k{0{H i̪*B1RY2%7YA qS}l"԰*Kh_!Odfy4!]OXpk:xv#"\oKJL7VE1`rcG*Nw0zN!9 J5 Ş4wiV|J>7aEu.;B~Tj֣5Υ.64sȳIu2z%ʐ@ʳe-!{]FgK׎bѥ;|輥n}RQ>5]6Ī>|{aa˦b{óݏy:tEO.2`?xͺx6_V:ZV(6\kALGOSX( rO*vh]!U."LJgv3)!Fts(+TEˮZCn3V֗im%u>Og61_}/[ov^g p!;p3wguL O ^)ז8$_A_߾;g\z`f1)JWSjwwZz~+M>\ĺ_-15i}~t,Erg6{}'ql,F_bTzas-/̡]7 nHG+`O _㬟gTClxs^eG;4k\zl~Xp]ZJ?5} -uó }l;K|7VIXCE^V~ ׯ9Y7Cp-͸֡63]Hksm4:~tk<󞧗|]Ζwbqh%d:Kɡ>'||^K;ќҘ3C8OS^ɪqEo[uܭ۳o齰9RBcBr.tMJ8A 0wն6~:ne-~.-;jԐƍ> |lhOLA"_)'? x0DG.ƀ }#E -v--}NƳ]WF@D z9xي`".z!Oi@& EP !}ZIQCkPCin` SE,"._bZENcEH^I 2OԺw:bnM@fR++\~0"#?osC1/(mȑ{lkH"ue-jֶV2RI-UZ}%9*Qa+-'- bsjwկdwpV7n}hTSVjմn*?|{Ea3<jg}{pAJSVgu\uXZJQ*%K#]w}'5 0` V呤/K;),>X@:h3'/_M2Xm /iG3;'OZsT3h4Oͭe,cy ok#E~6y'/xV_]" 0~Dl,w[78E_]u`~39(kz7tziI)n__UJ? O Z2_w}ߞSNXxuCeaQt9TU[]w܂MݸXv %%$+L0B@U+H(zR֥0Y`>_ lt/O5Ʃc*3;zp/6&e%;W>1vfίcw)=ffWl9oqy^6O`t7kQJo~?ߟ7;ߕO?y|?x,kgg/>= GpdWբ;|?'嶷=nzwn=3ϱ\~vLo#1|v6z_kVgV̓ #TYS3SZNQ;W-6wGeՕo'}з{ov50Qڇ[LOFN&r`Oly8@HP!h)XZn^.O>wKItk(RJH@;Sa5_;w!m d5دtKflsvEn]a9;\ Mጉڠ!ǚ?mR۠)z @XIiDP#$Q-!Vz=PPG>Q]lDD̵ZAomsڏOL6z')rHzx*^m@L NFd?٘ *R՝1ҵ9gqg,LW^J>&r(az!jV^t W}LNI dPqMui4bJKXj=g\,M:ΓX}AxYIPH/O*YTD$[67xWk^ry;mo-`z,!YC/kS5pj́+ԞC2Ϳa}K9o'ZRK$ֵ$cd 2XQoƜ-:|n[hͽۯ2k?%!H-]~stG), ^a0T0OTyHz^8HQg%L68c8]!r84C( =5\Kc5>F6/Y $R=Zѕ[[uS9lb] `ڭ=DoC>BxoUZcEKOB)l҂emҟZ~3}T:gaYR4bUu]|EPuH"R…Ɇ-(oбo+NøS<:i}k Kl5$6[:k`V\2iE3=,퍂Ȼ/U"[[8{c;c d:sa<*jKD;r< =X}oTE,?_]d۵9v=bϮZF6^V~oRsykadY6o\8^]!Qّ'ZaOȗ1šIR&\8\jn6.)ĩi'!wIؾ;fPcq4 NvJYё[ hfT~'9y>U&z?R^Bjna~ 0Ru) ìXZ2Zh.q7][~e9OkKI^ĻY޵q:`L^j̨a xrŧ-GA^T@3arS\mR0 -(&[r武 0Evq~K7Y,ݥKc4t{_^& 1PELz-ꛨY\΁3]>ϓ3؏oe9L)3J3 [pVz\.4?L[ U({x|NhO$.V{yOTWJkat.]%,er9Nǃz} $ILg`GVf~&% l~m]lϾP@ň҄昔nVdSTrV4xƽin5|xE+W_3g>Kxt-ڏn~2Z0+A<so{y++_tVԗ~c{mlMKؿq]RW?4i{ hْ7-UMVLL~D+x6+#kUTo~}G16>QsQhj(b-E|9MzuK;fïE d"Pދv#MDچcm[_n4U3BXXT&{G(i ؘ30 YIBb^aM11iûͼk~ꖚ҂VO 3S51GIۋ%q/0-hVmΧ3߮s-gGfAD?: /ڰe#vm?SGW3{8fS 2?,Coxdej1??.{Y{ƎqV&+M~dbb׸/~S]aXjHWl-6ktQ^g^.{~yB.jƻɾxQGP7r ޟOL;q:!oC'T0ٸ@3X%z yJRmj3t ?HcmFnc{6"o6xv;o9<$@nS@W i|HA?nv?? Κ}o_oy)ΝE﫥e$f!w[O \{^_oJ@@y[JIA q8 OE?qĶvRkX[`vPOgVcDo0;ߺRxUe+0,d&_wuL c)UGQ^$1b50h|u2ݛcfϏ<Öœ8tt,ɘ5ͨ2N|+{ww`p7~I}_YhB6Qk:Sܼ ~=IEP&'Ipl˪ v6Z)bѿ:Ia-U@svuћ]}.Wm6)kD!:+')wrg=xRExu̟\Կ`%js3 ,5m~[{0N"tv@O*j0kݴޯ-g}@aOR1a@^;ġuRWƚv"qL!%p/_pmH[=&2ؠ~7Uz"1safPmԌޙ{?:0aQ43 tF;kv_6=˻\sg#@ ɝ*6U;PʡBqC0ל^`VW:ˮ#88U5筰= T bBA,PxPqYĞ[!\KmsCAABuCj>Cj^ O/aih=& ,ЉVH@+荢9@9vl:T?33gg3ksyn|w^^!ٌjuS*XU;bRS'N6fVJBcm2#b&q5繙Ǒx;yi ǵ5cNj[?Yv)__7NVWEfosN ETjfun=f`݊k::1-n4p7?[N4q/Jkɪ{p->`}ݐi?< ?looi}K% pVҢi=Zk?@ȺhCF09 'O?C'4m%0]r 3@#uj-jJ)YiIXX*"C"gQ_ ;홬Vne@z(k늧/W+3:_դlx-|o*[:}8'Q?f |S#]E( ~/?+@D>W#q=Vrnt+ hhm߸tO ob&Pc"jZYQQ7zXLIEBپ-t5*)"uLfzi݁2Qb$+o~'N0=l h'ųg L.,Un5+UCj߁@5u fr EdE~2>-zZv2]SlwXRX`'NkC? {(q *(|70"""|H  $Aaʁ :8GKgNn 8")Š{X%cD7\ ?X. ۙ ݎoiolǙSPuj\]uWob%Xp#" e'ccn4vbVB2 1sI& `nZ=5V`;X"1^~1p&u#_,1/H뼎_BjZtWk4Wͪo+,O^^p:lDS( 8"EZPZf2>05dT⬵WN N3<,I-sHflU6RB`Q tL"'61^D3{@cvy 0TJ'2f<Ǯoæ͐rW6yWZJqaS~SŶm]BgVv7J\=t릝{>^`ڎ3B '6sl>UƆ> /KZ3)-Dn }ο5z&Y -jZ(J"1v?`zfN#ME:dW* w0hʽVFz$1!ZGN UR cWΰܼɆ3͓upuuC3?f-7dnViKLDp"uva 5 g؊0gC$Cfbl]\s;&^~&kQ3x3|@0Z($ڬRG)|t|Gˍp?  CΡ)l4y|m~G*: ΁J Šy~;\7=e|]<705"h9*wrt7iMXʞ'$#1Yr`Nr,V sH~`gid^ی` i8oµY{ԟQ 2cblt~22)ǬrK(jerDDrxRЌSJ=q &ˊhϗXkzx*Cykb2lyy FSՎje>d@ڠGuW%)(,{E dv}tiDQ$at;|&˒0G=bJg~ޗzdss{nvTE25a6p:eO=|ٍt95uS{LLC.ުicVdƂOs y`=Ypbb1,Ml5^o͂6"n 5^ͼo6' Yg6 E7n-UU*&Zbn`mLO"E7xo*ð~ձV\q=y.n]" ]\W/S-w慶] =!Z='}ó})P8 (v8Ex?aKϻuֱg۶->Z%C%e:4ANvVv_|UmJ6zsR ~E0b~u'3UV^^|,SIXCkTeN6 :.CwE= t pOވ^e>;X:l"N. ; n"PUD|h&RP2І }ov& 4+x!$ |?k%Gi4De\6UuzokiN, @@2)v|$X!~%|DaW(^}/Gy'⦸M>QS"GC9No{MD39vBaY # !4_]kb$W#~t'#wEZգ6&A>Mk+EfCzwt["* 2A5B&H7R=zx7N?i0?[-².-'sgp+wt^B D{ $qh%:"Lw颒"$ "i< [muwͦ,jU2R(RT$*0XTb#|sr7@47'ɗDSWQ%c #~#dCB:؛(3!J yHOeJTP¢۾fɋlFͅ{F_2۳ /R$6\9IJF񕅴A#<]v# > ~e]=սĕ~ꛠ((~SfC[Zl<.nH~mXӰUPbz /Rbd`x I$!8կG ?F%oq:F,._y֜66|݉`-eC@08hWQz{*= +Py8[zxg> IdMaa5}w`ME?ƌC`+k5Ų2h+ʲfIR7UE@G)[)i9O59 R4˂$*Rc9tEeUE{KW]ʗ/5gltՓLM:? &KtAX@ZKΈhԽIVLsLOM?VQM 'vnΝ7>^R|;t-Ho8M]\sTap0x2G(1&mѰ&9pz뎗zLbD%e4`e&_e?T;o!O@й_}Z ~oj۷3Qyo ޶Y;9H I+,KX>J@kc/4y9!]nD 9 Cm^M%a+Iw q뀑xOVj B;kOM¯}?^G0׽jԧ+û(j ..nhAno!A1@}?Nݝ 4MOKb,D@o_} 1C*AQoqK.(Ou]"LC҂b&CO.i3UޒuZLj`MF;E( ECE'` Ȉ̂2\Ҥ+ 3"&슄⡩A ِSoSm]wfRjB ̆M/%HF`8 üSyRR30D(kJM~yAMFC7)fv@]~}^'QA1"ăn40ft!Y蠍` #-rx t7R}3s~vCd'\W0+`.Gا{9?;CG!@Ɔ6/梿q0r;6]gG"SϵN#W<=ABv1Рc't JA=.EvIͭܤT1Z0t-t&5ș"Y{e[w+/,LňlsH˄ ʡ^i81ҏ~>:<ʼnCǶq@ɁPJհQ}>V=Rqw?T>q*|Q}hQ/[H@h~0P es[QdNFir6?;+SԚH[԰ǫ}&fgAlǵrjßN'1ֻߤ͙4"җz4haf0q'#uW=Mj1ѝ*Gki r\WT=7TN|M9jGr+<ލwZ_m-KC'C4F*!lA\;DԺRR-F` B$oTQ6jLق.G[PrMJӰ)"C2l\1xX̂t? ? zr}vy( 7 :]nBZR1_7{c/)O_}1oOZވq,)ȵD VB =xG~;j|W7=zݮ!촰"nTc@T@*|(9釹M?"okC̥W31㽼wL@3\ OdҊHLXsld$!C/àEɖ_?/:]xWuV'8eXѩX"9ݺ@M@bXSI4v|';9ϻ:%$9]s컌'5r0:Oܻb9ZV>KGaa.1b4S[D&l>5]`YlEآ%%t(i74̀2b^3v&Gf7Zu9 ~ <6y0S UYųe1n~zA9e: 7eP S},nx.Z3qӪo\KwdH:eV:wVѐw>]*7 C"Juw{S.ћȥ$1B? wFQFs\­2-D+#͚Wiߩ}򱜆ecz۽ӥ20ϸd:91`wF"L~_LUEp6Cpq8؋!M wxpYԤ[iέ:z,g&r10˶`ܹ_#Xziyfj!9yJ Ļw9kÝ@}p̋4#i F))%X2lJ,7س {3XZWhnNFF Ỳ48Y% {aACi\p Z͟ @ k-s x#'_ (*,b>2Rro%֪"<ֱ447E(@ 20{ETO蒎nQzlu|ӊq16E~kFT?Zn5 #)Z *HAoJMhR4eWQn-_FoخXP;§=TFĶra*3u-9|CZ2çJ\ƚiͤ(l\wKɝ3c,:t?Yax~Moޫj؜On]J3#꼸e}c_55N'8QFt;̼vdۖ"a )an?}eaZԠ0^2c#v֋ &ya-WTJ** nsru1c%27%#҂ ΙSos;ryt3dkYO]sEFUXnW߫$E8!`bCBH4l:d3YZ@X[F6ZO 0t^^-=#7lEOSr̿GtȜxՐBjE-ePү:pp%]viAT׫3T=wj3ЈEaKoU9 8M1-Z- F! |9l:n|*nNծȻ}7R:+K"|$s`FmQSڲTdO2cJ'nZg!o(L,ʣRxVbö\nl)K±%愸 i{RT}gKP& clH ypxF47VX0qm&P(z;@I@oeLFc ([$(_hŜ*@|QP1=2St4NM̈́ 0Q͜)9 wzhdJ m=Bz OGY1,! IB$ ) C ru6 ؉HjaY T61^hCXZHSfT7Ͼ#I)H `c08i6#ZYJ(MA/%oB0P M2Cۂ[H$ ऽIx< .e|W~$-_9J,헏sGc,!?% S_@8{sU O1@,.wCVpL~,o`Q /éػ }} BEblL)er^PYK6},Uy߆SnR"\1 $I)߼Vc %qjNEy ιԲbÿfd-&'XAӜ3(iǂ{~ L[ֻ>G= YЄ~Oi~(me?gv(@A9@\U41ntv3G̽YJG G_#bdfipLp@ĘrяmnOk8ߗ@dA bj= bv[JOx$<FbIb'[sGp{LhHI>C ?$@VHhW5Dk t"#,Ϲ[+=荑  A2Q2Tù$W5"acIoω A >-pY?e? %n$GaJih;P ue?}V?>VXslr`Wgt(qaYxN:.r~Hdp@<'@ЉQaZOĭ]Mnk'AN4._~54H(Gh%R:|~]# ,|@ bm%1nҿ N'"X0[ruHCO&v DLP(.=JVlA]v%(ؠ3 @7Jܿy)dg!4Z <ןe 'Pd ty61<@ԄEz}'' ` ;Gx2t7*C"ت5ɜUnH0~*#gWCΞǢb=YS[„ 1UIx5Rh"m7y_?K=v'yqڽ'ebO[cT#<*}r\nE]ԨK\J4|.(#*C< 7>H rZM& 5gWl2 =-5QoI $Q%dJ 5%TIn7+˿\zF f|yINyAih>b־?z:u/LbrV؜B'b!tok/+M#NRq6dGy3; SsTTJ9f4 ӛ10f- "HUQ(DN9.v>>i>G۫=pqo]HZII S@ AAo^_}{m nf_=r 'sҲǖap&^4<2se ]!@?۰qYObN%ĸh~kb>gg;%< >>oֲ4>yTKM>⦅*Ζ+ T_\"\A\8dУV{ds\mV[8a ?/2 T" PGCp$O:}h|Qv*v*$~Xl_wOP?YKZq_q "CdAb0 H[m9x( ZJV k>"9vYz7UfRq2CS/bȪ\Ӽ-_bzFd 0j *1!+6D @z09Kq8U'ӥs/)\D-l݆( }a2S.X >4&ouby26¢WGLS/*q"T2/mw:1*Ƀ2oϣ?TcFPPCqݟ;p 0l?lUpCKqyyo4,A4p>t਽V{54'PZ[N/+HΪ0"idA*^H{?&f_?Wzo߆ A6y|2ZYoΦPnkhv_߻dkR[Ik?q[(zi}7OQ{ 0x>U lSbS|UiGЬJ掩1l5a׊x6L.fM`׿m[wL\eyסqJG!ZZż/xM'sE<KWv" ^(1~ҋYcFNʞ0fKaߐv"S UlJ%%q0L($3TfSEGfgEiJwn4aM66+I- p8 `a2QNN8ylxI@b l"ú]J}#I""'ile ?W!emkH6-" L%~~[U^M^{f3X0*XMS&S?aaca&gGE握ZetxwcpEJu,ə:@XC'f` ~Sܭp9n}D$9c6T 5KtH}$cbXȧs-yD[A  >@Ai7WRs#rUCM Wo^i`Qsw7K-ؕ[Z/sth/֞^hU T@|n>nc0 #nF<'`\-z@gzJ [댈a2+(`?M򘓅|ϤMޒ]㴴֣8U0@F?RsP] "sd2( ?5BmG}-&q&3TӅmFݝ>Bÿq HBOQ{L/ nSOgy{w}#[5Nuls.ô6 rm`Hh2Bsh7q_FJEtL(h+o{a5돠#`uH`tA_?>G5h-,.L cGWg ?@ǧqÚo/SĤy^lLhY23ylZ$*v4#-di juh.vg]u󩧦{ ?gWδɽ=l EUtQ@,4p*/hzbQɜ`;{VV TUEi~dn[sa _XSd&[-tjE{ I/J 0E>g"cäEkTwܤV瘛Є~(OB} 1[#@fE|OAcWqv[T*kJAyǢqz (I1::֍ђ! TSw-t?8wN_fB5[_sID^ؼ+ibɨST̟aa"D).c+Cya6bW)Qz.P%_pb^lOȬ1*)5/>"瞆7`I.@6JvV85<&XHc=r* B QO_.8NnX@(PFP@{kź3ǠJݓ.o Tv$3o5:uwv6;NO@/9Rcd/yVMF<.Tk+h7OPʗ]"Ĕ))`>WR~^Y[c ߩ׳CvX2̪c(ʻ_?  gMrP8 Q =%6FVLD=xzls7)igV>&dʹV5f5ːAl/Qwm-oJ&㫻]w(=l(fTok}'Pa[RlHNg>Ӭb8KWZfugNb՝ Dle[vEaeX8ȡ{Fǡ=9.ށ8 je{{bLRx<Z^p..ع}ڝ'GK^"Z922nT E|aCUy[(SɁ2&gd܍I$@1m<9ϡ3YS0fI92,WP.ҕjt}˞u~O?섭]O nw!^G߰60rN piXoQ1W[]": +X”a8U>oP"@E6H (&fR&TfF Hg^\1 Ls{v&ܢשaqOMC=SiDVJ&Xw"}Co(EУQmH m;JAR$2 tFIh2zAz,7iHA)2l_#Q;1szN4~|n=cjana@Y5L bq}Fo},qz_P69elmX6_JW.*FP~O:3"J4HaHP(r; aC5P 4??YCϓA}hE>bGkep.)_IP鉁4ޝ܄k`eR=gKT򬬊Vc4љcr8R~Nef= $&pmFiJ},9W6|yl3bDGe9ŸʖܺL\ƨ&C50s{Og7RMݑtT(q6Kf/pv"Mi0gnO9VcAd3 ?dV>Iq3 C)5=.w"E{tq_J߆cHK@ͣVꝅoJ8'VÃA a!^Cw|nw=}c}yB'p% 'UA=e k}_U/Mwt|&qIG+CP%bE61^]K $gw$&'34_Rkf$'xO*A~/zH*z,DcM*'~Iuځmεv*!*@4{,.+Jʕ UVXV.orx89̂fpqu%cZvQ7e Aޡ4LʥO>J eXE6*3@`"^uDc f@2RgF8_|牪| q` jRn~!Se p~s)3 bqKbV' |PB33E yb*I@n`RBƥ~_]M'sxcvP@J'i_';ܡ2%;E$J`/U?< 5~էEҟb!5t+Dσ=ZYY Ra˵V?q|w1{F T춄bpo/0P I7-bm01+8*N9T+SrN;{?&5jʧ`;x$ag!l޷3h%`u$m8fmFwԔ,jP:n/ {n~9{չĎ>[N>\͗n*YmxkJ+͙dvအ@Pl9I M#MJ|. DƤ#o];?PzL @C#px^cêl ōXt9=jW{mӒ2&m cDZZtwcny4‡A筳ftQH59+/m/&;zi=/YoCsPa=.֩ y鑟#emtl-]USAH߷/d(/x{:̽'1ɡ`nS6nFceT,{}KZ@NفŔ-ɤDX7[VpbnA]֝]".Pj .aj-B^ L%% 2!0"Y.Yu2 Blw[fB&f W\_zezVVY[uJmǾv7M괸 nFL$_*>_qklO"4^y^F)>P' kVH Ff E*ISFoA`yre OADz5^D aQAzu;F,cSz2J@ގ }QC# ntLb6.T0X#Zej3C6>iJM)C>IKl~4i( 'cC SVHsDO\\wW /d@ a(B!b^1O%kfO@/>kʣCPO&:&&|W^nw5`R:6fxjե9w}|9Y_<8 ϻ<._ &y)p@CuCsV:UW"{NOc2 a+AQÿo紇$NlC;ڠV}S`0,{i^X C(UV$F"b1-EV"1F1`'Fv]df(?/)N aEN{m#tv}k{A:$:C#\#K7t_?t?ZŠwD!zIafA@@rM&QQVmJgώca+1B;c |č;46IUA>ŨDG%:J$̎A̡^ӖK rc6,H*[,BVGǕ惕1n~mɸ%a{#8-R |4"tyY["!:)n4Ė֡-j$miuF ˵݃]N󉉌_{DG&<-/QmJ%TEzyW`.2,G ~W$lmP$/4Oa&U3@.b lvB2=Fmرu ȒjV4euH:DjbR~ ѾcϧS-M带bMs{+fnTB -= <6C?ؿ1!]jE2)YX-,Ϝ@PHkt"Y0,sLG׏|m==-%t/%б!G juuG?Ϋ|_%4}wU?s 梙sD3*'±M'1qY61A]HJ1I]cҺ:WSFԿ9d$u6EMmZ|%6ܖ VyuiDμ٭b$ tl=L Kb@NýHAЇH  /KIKD>Xv&rPV9XM6&8_:.Ŏq4դuU"=uc?g^|i_W:!BIˎ`|cvQOX;MDpJ͗Sp@׬K "I0ulޮ^87bs_]0㦙 k>K7pϻs6OA0 Bʐ>  /^ڡrOeg P`NȔ27 -.fH8<ʍ7ogѴ \Q{Yw+M>E(ʪ:Ŋ@To=n$XeN@!y;Ex_slkجxn{nPm*?lOH1P zGmv?P|/S-ҙ }.CsXߔ}I[]EE hwo-f_mHj:982M9TOG 2m-=y=.)]T.^}T*AXIC\Bi< Y<ȕ $^tP~w?F!;ݮn"o4 2_EdR`3edS;"""z,XCo%E@f[ ^hB9yُ7`?:Nf`z; VvVnvt'inby#y JB/_iAlƘe,+u'ѥCmD@$Z @z4!MBi*<zB&2VzU!D.&ibف9mjwb 椹hPpϠ U)Jv[07%QEH#nd~bT@lK P̬t,H2cd}l vaioWb4LWn2FNGiHho^IBT\1~o\xM {C@tgkK;3h(JHy1]IX%K b )@̡&  MT˅$?÷f.a<i "^ BX`ʵϧV@\M7H~$=%>^*Jsm hWgQ$ 4P~XJ?Sdex_ەF%B(h*~?v08>R '; /}{8 n7;a#X@ILsj򧛸(ə?@!B495DOUߜw,yM*4 Fn@>OKPk~{!9^þۨBP1נMu!U Ϙ1 kmʸK#``0@|MRԝ"DQH 7 !T{sL<}%bTWT BcZٍS}m NdJ4Nֱ_Iq gW7?Qb= !E%e Z02F B$^c͢ҥ9wѭ1JHz#0#3u+")CEEp%+ePXF@NzA)ܴI<K9/UlU)2W-IEDH#Ov~c T{5M>U~$_”vMU|O_}%dN|uRGzu}o$vG{˸bed o}%{VX: 3B wܞW#ѲbXb5 >2(|:Q(%]<%y{(Q]>H;v 0#u-OxY21ѽ}<ܴ7DyhBrhKWy^G*ha\Y2iƶwg֌_O~v7V~%r6C/-;^ez>fzgu qʕj| &/{RVoFb 6(CMmV3!eLe:Tܷbs=f;=x;hFcyJLrޫOIBTz0X$9ZGVR2x`aCcV ֲ3fj Qj2_TLZ*_@ b??}:33 95;TrpH-Hf YU((Spx)q{J`&pK+U4 ~T{Xa^xLC1ͫcYdLGv*㟑9F/6ym1#20<byl̷xݿ'U?Ts;}XE h.PŶ鶴 &xW^Gd6C63s! K.^I0^J]J$N݉ JL*lgugؔU4{w\X_902Av3rlWў@u_Ev0HPaH j XV"H(^4&~Pg^xg9LN* `AY\9R'<.?i8FɥQF*@ D,/_tP/y^FG HVmBҽhPwJ%TS)HE,D}NFCo@^[_̫ƪB$#!suB=$˲$) ؕk3gE1Sn3'H( 0Ƞ)x$ Ff se)#_a;NU$Pڅq9ޮux:(X{k"""ŋGs'ì7éA$ק1Wⶇ@ #(A^GrJ]!ڡUeGRDwY#*L`^;%¢:P?ZvCnGdAQo\Q(\F%:ĂKq* }'QQ\v(jo-5F)JXw~=5}AC|+{Okn:S3bh$ /vIQ+z{U"wSTeQ~O<3Gg'wi饡;GSa)#iZW=/C[{-#u*Zd в ޣBTƱ*4e}Ql{'/T^ꩮ_s^n rk][,= [UH3{MnAoQsw d'Bu7vl&( ;v-pZm- eZ帺BO;xuGv|h?i#-9Ɏh{_[kaڣUE/,ˢ5p,'x77ʡCM1^OVjtVlNCwtm/kD!B#N[Fe-^7ŃvRW@f,Dո:v"y,?45\N>}ΗW40'1{[8 zb< NnXnk3BN6ҷvR 65+^P棦5h{mxØhQHcޢl\ԸKKۻ)?7l73he }s,r[yd8!0aa0 m;4{J֣8ib.&Tz3 j03jT/EbPbEpWFn*e(A^7?~WP{85F(Lk[lA~hͰ^#lql꾜k^T64kJef1I.7Jtq[;jIV|KK@9})1gtK0~ӲkL!vsҗWk{f(>}ou4F8 _"ӮĊxq W<%6!*TF*ؾONa_O񪢧lDiaB7HYE5_^%įx}`'!6̎e@`i}xPGǧ{ǛhaOG7D2* / ο`Zs*v(g`>;MyDŽ{8LDe~cdY'c\;P@lLX9? )Z~3BK ڣf)q[6{cz?5\pN,_ݎuHH8O/SM L wN$"F]k6(4 91;ma-ƛ:ϱjLSζpr9FgCCثtDDDUM}5PULR?p7?QotN|=zW5AS ;[PYN<BPr&mQJk@E(}z\EIS=Ý~S,gki  79i)Xe*e%)w.TÚD0Uik^CȺn\Cg?_*rZ/0+_/˄%8[zV :)g* 2T}?8O/tx{ #0hAw*Qx AX~=@{5|IcέWQRbŊ0=/%1zlQKvT^ Ǫ 'Fd+uBY(Q`H3b ,!Dٙ` rKm u߶ޅ'C!)>2 i!O$T~m7հC7lr"緁'@`k5ʣ>)O욆76py1m\esg x ȵ:\ǃE<ϴip`CJlvIOz? o&ٞP0vy*$ )2Ae-sS:1+˯&뫋׽x;BIT ! uq~[2"TA9:Y~'ʐx^Bho>2 (25IL;[u#>%Rd9"KfdQ/>xDiDCvOOew'v&"D:780>hʪO /)hfd:*.ݲ.6R{8b~GPլ NkG fO4Љ4_>*<+Y5a% ͖ÌsgI껹a "[! 0RqRbܮ>.=U}לּ.fչTlbưTJ(Yt `;湅LWhC _TgpR@מ7@~תX!8ó`D"T`01` FP=[.Xmٌcrﲫ 0}VЫ]_;|E 9 s?zGl7r 3wr>AQeJ[&b{R]ÞwbDSu '螒;}H|y' Zl6Tyh^mT'PʳaϷ!-1Hb)ÜoȐzsƇ.k T Bģ0#1n VKXB7Խ=uvP2BB tWyTyڊRH67eT( 9/oۉq١,Z!'$ FcewhAa"ڙ`&x+2@Tp?0 5׍J3)DJPB2GAlWQ9@rz}U}o`>!3 !6}ޝ_w=^ǐlkilJB/#Ζ)Vp8Ix5r(&521~R\ߘ{x8č?½=;!,Z@OSb‚kA<i3MU*?cZH_ sb6a՛{3bN`Ϫ?r{l_s1e`xj@gr i+bVť"f$\7T9%L?bqj /l:xOJgP_.K;7H!P$G 1|k|m Gu|]LIXC"MKrHSHG&Oq~# bD J'tֽ=;y; }n0  P#24~~?s^S0UVv!4;>r?R@ NOm2cd$2󅡕24pffEEKgPȫږn;7X f2#Z4ZZ0v3m URC}!2'$@)$.+DOoQB@+5W=ПG@/7foI)?D -{ ~C"wHW|rBvmܺ'y(Uksesj O_q-geyd>[ffej9lH-mƘi԰=}A޶/Sg *#3+"'8J< xPM=a \:)8(TAUK4} mM>'=l2H*V*,"pppDZMAwL d:l-G[{h:7xX֗3< :ޗNN֩Gv*phQ;t/+u?rW8;a[(Aޣ3U rvep6ϕ2P1yW d=G4ēK,&ܤ:YaGo]&t?@6۵SV$H|IڑǠKN R$A5gQR.=qU<KXCGu!ȥ25p~‚}H.VՇ{K;v%UW.O7D&D|edЄboPU_-܋EտU,K<5\qZ<,R{dpd[̊62OnAߢR%9E|}aPm6l_dZ3D&F?7 ; M~,'KixϦI'NRz@?eO~7 qrjv FG_t}5pI*iUІ'Jj]^ޜ;YUUEᖻiOrC3m%R7A#'$?,tj?܏ Aj9 f٩ VYqL~K}7KVum''D~J)˝H>5 TҿOF?֏ߞuJc?e(k 8@%cM,7㲰f, }Bd/^>s!l> T@v:v6/f{t 혧溗TZUP2LdYIn泘h ׮0a}j|'KMf*OHDE,wS=ʼnnl5ౄ5W^b0kr]} pH5 "RNy3y6|$VݟШTo6j {` nm勒d+Iݯj,EhS7mt^oys.+ϻ,80D}~?507؀FۅD@h7† ~ }ʠ$- 8s;*^h,aMJX*snpb`y F_k<.:ꝵpƒH.l?[Ȁl6QGS{ kwnN?}(nUFNZ,8s䬓;G4ajm8. jüHF4w F@;MRCu䥚ޜ /vW>1bzQ~< d`RQb_Slr]EM=9x>ϰ'){<>}iH$'1HzidTz8dj*|9* `+h[ h+PRQB!|E0A_E@Ejڨ_'Ce􈶙]gI #;pDT"P;;+eePc>nwxW T=եZ* MQh:A51/C}4WThjY*4+b0Z*EjEQV @X2VUX1EAAc-U *D`R ,ATUUUbZ4iEU%25DeZb1U$Dol-TTTTڴZd@PQT,|qʬf[O IH@J1j}.aÁ4fD] K924OISK,s.Z?\-%!`9˖q Ch7)m*F [YH("{I9C";=LQӏmoPG F=١fgN&.ljnؘ gW&JngĝP]_XiVo3(K*eT 1 F( m*,xUG3򪎷,@XPs;,g@|{ Mƶ/J 3;Ʊ廫vv^s!j5%-ԇ?WDO5q/ b AJX](Z/7n​fcbGkؠ .B~6[V|NB[C7vjh̨2 W\}mIXp(HpCa4sȊsnЋMx?lo*?׽:{8iƤ>,x;K`_ <1a2*5y8:XZ0e3Xx;KS샺;D"A8qc^bc,6qdJNƴ `;3 u1uCWv@XhU'Z?æoagn[kwu/.ohhxjs*Q^0fh-KL>6DHRt{:Yiv5|9v rDѤT{} .sE7.eNnV*$%Y(eTϙkeTcnu%/8,(p쇥FDO2-}+ G~Mv]/4_~4;[׷Hfq,O$knS,|ZY`_Ydqz| ˿k{oHew8'7̈rqQ, [xשDעtr j_WßTe!֊JZp?=>JOaI֍-f~G/4u(;~בwU/ q=yv $0Q?[O P-Cv1[8r ?rlr]1dva i~rm6{יM/zM>Y"A@=%T#w@oqib W'ry9]q BJ>?E˚H^zYT<FZWcZZ\^+~EvQURbzNtnoIX5\bkzudiF>X'!" D2FУ]+x蔘g61J2N2zΧGRdT6ɷ8[g=wݜVOاDU'61wvM!!9fʎB p8Yέ,]"./.=T|@O .g-lcŨ>NԩF4<{g_4sἀdZ= NcRZKbeқu| ^ Tn`WȽ--!jf vm1*=^=|缛qm5¿j%]䱙-scCH󱓇Ug=ix{>~!{j\MMg]OU쵾DoskYe;qWq(jjJLr]Fu4 r}O1ƞ"-FFC=԰ Ǔl_ u'vqs°;,HVNZ~ٟd^Pzvw1TD}3F&޾}5Ԙ`1 =ĕyq؟Kr`e3nX9,zQX*ԗ_vo]ml[14p81* rgfURHz(c xg5_WY3[0}_]dfMd"+a0ry 9pr>ziڮWddbƓwq EP'~ZV È#!dn8G;ԯ>bFS?kn]g7>߰ɹ~tTtCTyoi.ᓣ]ir0QjJSSΩq^y4Vj8qZƥ2;:Y5U9+EGşN+==:-~'7!͓yOY.|SJWKkPZyZ`ȉפh5lbm4 ң1x#CKSv29&F^V96Nu|`KݝD-u<zv׭=qu^M ]X m&cٿ:piw1(2=}Yũ6So?k0IU'>Ds 3"6qޛK,-L4?ҧ˚jb_9sZCT6xUVfkg)5>pdSvkncW}>] ުrZhgӋv5xSqdo=b@١rksogRPH_ Sٴ]L>q#=z?!o6( m#mb:WѪ rl\vIR5&xڡ^7UyԼi&Lf"H- ^;\c86O~\#[Í44G"\ƁNEy>Ed3?,$.=+& :=?}4-vh1>ٱcٰb\]Rv.Ƶ妱qT)/c}b*:}jQoFn ?'#hxdR@bm4^Js$9}/CkBnC|0B)/^/#DžiqG׊9~iU Sij4 U'KK7&s%eo /Zuc*u\ٝi*hIl!B < I=UP*:ޒ#4Thfk,;zΕ&zb.p}t;^j~q|ك zT?z7y852]W^2Nm hkT 4Q|"gt'2 0d8axcjDH Gn+k$EpmCxk9đ@kKF.`39]wOLC)<;Y%mqB B@B$di 2oI=]kQ,"c߅̙@cmV V ywT7=5o@S_񖈐kg^,)rw"FgL 54iPv ^b[uAS&޶ך:0 `JO%l=f͚1I(Ch6%Toť 4jԨ\oݐyhU !m+A 4"hlTHl7nuEhWWB6b4Nk̢ -rެ==oeMwjkYoz~/ E~|GΣЮj$őJBS)LG첶woWltzl~,4B"NVm ŽtT:U?1 2@X`L. 31C3M~Gw?=el1ϴ8(B)8l,F& !D> wG)0.iy$i}땱o蟓0,)UPA$@Ux)7h!P&!> oJ)Df߱56y]הʩh{abrKkKy.\|UQ:M4ީJ?> pL|}L[}fOSTwok2 |:mlTSW8,cA *P9i8;&Db}IՊǽk !:T߃@ T Cr?"H]`S̔"9\M> !D"gFd'c3_?R4-vIG9Mry~-ԞzDcPu"Q ,ޥHf|I[0g|@^t9NiJAިǘW1CGWKH cOŎ/7-j%[hӤɺqH:Њbp06Z-s{LDGjPDB&^w-tփDckQn\ar- Lb[g+ _' j k}qhh!I2hL!5kc2bn1V[Јd03B5~[?cb#7f'z7oAlQOmT7 -[hTevI lmޔ_ r|i`UyK< E˵=ɓ'3@DB%Pݴ}lй[ṯvjTn(w=#UWD4UF̄1ch1"ŕie7=Y]S3e6atϸvk!AAN1A4kK}kn Mcm纼*117b$&4dno}~jvѰ- mtQ-PVgmXW73oh&.HnURfi:J_|`j FQS3LqPi%{=*j6q!>86J˼LR1?.L Y~cPX7q Ǭ@"' ɜg=׳G@TSie)T|74|uP%idBv ODgKb~V=OƠz]5 Gx?"}ŏO:;K8:RAH?*m}龍t4lTgBR2e#pP2Z%`5{5w[ɐMy,š)J` e@[Somٴ1^壥<X5FOR֨DR(16̤oR6yHHO/GkQU0Vg'gΘF "tդ\ʭ[u[zCMCAЍ;=bVcvA۸(g  v7bGǜjEcjâ~Oҍ`/M>2nsaA'Vx4cMex%crcQ &=U:GG^̶fH0L dLVR+9bsmY%#|* #WTհWEg4L(uax/ΦtM]ˢ]]c E+~romyݘ6~6j"m| >P]aFUWT1h=ffs~~sl"A@ިʾ<*0^~ٙ!0h@F!+ٮ:vگŵ('=0n28<-pGB$^LI+$xPo4ӗڪeawEc{ )ddQ9X3pL]W0 ؇/ xTgŹ. DF w}~7tM>4f으A:c"w[=mmXir?3M[Vc׽B뙊c[*ڥ Pcޱ+"j@Tv 1;΄Vwt&G}GٸY3>:YLMf.MY[Ƀ!j]K r + 3L!gdfx šSqTW.{;Jo,\.A D-[ʙOKKSzf+#U:D@R(Jb 2aw֪쐂gB@\؜DVQa`/k&PQ:fViRR}%wq0:mU$@D; ǜ'X.+U}i溗_8 7,եbf:N2o<thod+\zGB ( \Ĵ$ yhy"bWxr-⣺)[I\teۇfS8Ul*Ϻ·|$1[HXʐCVͻvm7V`R Ƒ6>z-z,DVztUDylo+maq(T/B=zKHrw>WqRHlǂ`';ٜ<G-sffTN%A!TcmBjҌ$kL;ETjϠaZ|?J_jVD'|ee0G],΋mp^g#Zwۮ[Y 3}\ūf:'XDQa }ga6ɐW/(Ȉ0ihVN3^24[Ou|\e,t/*L20 aaeCG˦|yۦan@3s?p#a4aѴ*W }KE'y~;v,Єfv$?`=2]b3dFЫUX45zmoP!o5-J$;m<.h{KZSΚT}ԚF9Zc_`)>ʄd M{ S,yd z=!mR}jJ\$fhPD6f&1!!S)T~۟';I31]]rE_/V*Add *@>Ҹ 9*Svo]=[mGդ'[ݎNw T!A`r:9Rn~֗*Q=geΖ>԰vi CfڻEv#:|/;G] qc=8 fci7MY٦ɩ(K` 1d|,XYmU?vs ԟə;kUsf鏗oFF~LMy xמd Ѧeߗ2kanqRPd [΋Z4J̺3՞):kUah7DRB*:20GdCch/`nQ=K(MکÅ{I[!Q?5q<CcQtW7?Zcܔ K Xy1?SF q"XO7f%ٰ'հ(ªq6C_K,446,!}[ރmn[ueT|nDDHn>O<#R=MΠUqy(Gu> ˳Zz2#g$H8yz#]'61gRYKRCh20*ł6{ݘrjy_Wc}a<.[D;&N_~Gq%lU$M @D. Bƿ~ja7\OR: +b[9BD`,`ێ`v>>.KA0=O,)`~$T`P[sIuDm\ #e@'P& ,gŽze͎b5ХHT;;͢*(j?'lG^4rR5CDZ=-FKR9RKB^6:iST؄O.\9DaF) hY0on=OG־SQYòvUFB$y҆r8E8>g'?E.e@>KZs[\p1DViƭ|,q*T<7 / r< IzV嘘l0 z\s|_P/I:u(xI{ȥN͡%\8^+mq5*]gUK:9t09S%Eq0@/ݨ$EoJRUU)Åf;%e(GPu}}ZJNǑXgEuH E1s KVv'ej-f ] i|wb Y:$DPˠw7C頡.K},; nY?kJ2pf;3eW Xd* QP9Ux(KM sҷIϋl1JɡĢu=6e-7-s}֨l ̐`Ad2 K}Ly4 ++gwr)|*x 0\Dgij )&\Q֌~}t@-&5nmPAXU#" XE8 Eo8l:bEK@zUviT}M+Ss4/upқ_0MYD!IލE]׷ʑЃ0~-68-7ļ}ۅcKh+rt $ȀCKSȊŒ+WlZVf33%5{~^P0uj?'هdt'LuYIUI"і0+ Kokݳj8J7_h/*QcR}ca>tNvCԒ1 8d$Z/#3yomsIt@k@J"ȮUG(_&0&YѶyu=9<ӝ ,D(4b?xiN[һ]omKf}x:Y cj]z߁}*o%}7[nS2gS.Ȫ amM'}R\/Z54rq/VUwbwYrwz'pFS BFFD WobمVZCKjrIBTA3vVħv>U0O`ѾL ~}j4] c-cc Ȓ7q{RS@ 3. Lhnw3濽z D\V1 .XY6:5i~AşĨ@KnУ-2O&DZ;JQ)L 1+αj/ 9t7[5z {ʻ1{;-)ш""K 87cW_*kحҟRnQSƾxO1nÿy&~u9;NY-A&LȵzlisI4f'ruu;TV= ҩaj ;"Mm&[1Ek9uD񨪒݂lMnq1~9|.rYǏj(*4ȚaS>W[_Z0EUFU8:a"l   iz"x#_uP`3[{ oa+˪{n"N$"4TZvin& CPV#UU#cb$05Rc?|T6=xQ fV8`/ s%AP #˴{|L5._%vrz_^go{!5"Ieŵ Ǫx_'!!"$ Io$ ]mߛp EQH %L_rN*Ӯ%(+[L,@>d9neke}ruH1u=b tDh_$"3TZTHb V`6w_"SvHkXK荗H[MMGrjqsٵ ^:VmE'PX~RXpfY&[N`='ApKgk'Q(!ߘsݫ&vH~!3Jqյ:lAOEnÞѡq% 5g@^+¢@vu:]!sqF|o˷٤l尢,sRkC*x]l. jNiɆ+(R`AHxZW¯vӶ]]?X(}^ci; Yeչ^Wm2G0%jRGҳ)AV_}.GjU5j$ o  : ťesh%YZ}J[cd^+=I?:Φ;kCR~+ :l.L׊4>iᥡiwd~ Cv>$L37 iZKa.%/ט7]DpA^+LA3YU( OBv+_H2I0iPA[Tlc&cjQ n!dOۅ$fg=#'c>bWr2zARoD֌!gw{=5; ; n-;e濎q^ؓ?q2Q>k8'Ыrz5LPgs(;H|~SJ](Jp9OqƧHP $U}]ǃqk:0?hm<̧~zݘfń3Vϙ ^ŕC'IK٩S- ,m% ۭS ,S!ILeqZ/K+؞8+e<鄮ٚ iuu>H,(r !$"R^b`g2׻XZ@4kڽ^0at$f'zT:lrWX֐t nRGC !D*;\i'k3-+7m `$H8ݑ1K_%Dѥ/j-:h'kMlE;a=cG QH(*-D `RBB( _:u^rsOUb-L^-)oߕ37.'ۙY+佋r{x,EwsRx_cd9rf+-'Z mHDIBR@`2딶恱̲zbL4suť<՘#_XLLj%UUBֵ,<:@/EPCkZ\JBW`vZ&,Zp"!ْL[Dq*H%VE\XHFEZAAK EU$KA U$@AK@T`r $f6R f,mLwoc}vps/-W_VP"_j-yνf8[oxK3#0 %տf_6/e9o_Fc[.O{rUcEpx/߬{\frj@$"IWLR }1fg4 ?sV@=9M*{QIt9%衉 2?F0k};=(閴wqaQ8W nzy+ӓ /u^Vc!/͎@$3Iɼf܎CX٨gCCtboMAn:9VQ#L Pd22d+ršü7A Z=8ؗ~~h &鸡,ͭ&K2dd~=.GaZeT^8|D!Loj~GHIg{2o|)Ƌ=;٭r7=s\& 'C-ň {0?n\k1HRZ}`XD:gT#\-b|fGt} Jf^ЮƁR.IYQ.S XX: Ԕ.;7J]pG_86uUzlZ@3i^ʢ(ioi+g[N6bB [ RH{vbkռP|'LLW%k?A GRh):g{1ay0BGFQ"P~9GO!ա:833qhlD}cmHҌ[F H. _4cqc^ TmhxRbA7xHNi$3QPB֞+ M)W`HD9|H%+xCulD єGTY:V|NDۈ&\JD@6@Oa5+04D;Xu1yt1|oX&ݼ:[JiP΅f~.(2x<0@5/VΝܜX^$NjyZB,؜F}~or=rtxðR/:58ǀE{6G@do" ~=Jjf5)R٘vQ&ZBVqlݒ< :@YN_ð"ݽ64Ni%a+5W݁Qd WDJ1LO$\mӒTr ؒ8cED`7VZ< T @@[I,@߭c#6%& O+gW"4D૗+h,—B3t1թ؛G6$-0^>zO $+*OV O>{uf$K<] M@zK'ۂ,ItqT^f[b<(j9*p ]?@e8 :uywd mXU\ei ^5'|3׀o(63!FEͮW]{k]HWӫDCM+֋=+ o&W4@9nVkgхV *Fzԏ1rnh9F!FZ׃9AE\4֠V@҃*e}4b}NʇGD.Q)a͡'T)ЯhI:07Jfsl$؞_)+/4[UP"4a[Ν19AX^&>5p᮱@8}rȮlөnP'"$;:9 mókhkB!rR!5KB!J Qu8ŷ؀~˳֫}y@+(LY},تo=Kw(u'0ƕfWx.ܜDO$ؠvg3~ȑG?M.L5P:^)X8A7i'Q.F-z w`{.O6p?T짆e=)|80 jnc+^&bu8v형M݉vkr~2+siN`lMliÝ,ݘp 2 7ˆh(qMIy]m)(['Y (zm~1^*uby94'ʂGn>7{mxCg1'~8ȒtKHM @Hģ?ʒOVÊiË&F ; VX \y j6iZQ"82xo[*82=f&V.M/TSQmR%2vIA47я* 3 gAu5~sL;+!-6J”+0<9Tjz逇s@cvkEj:Qm$?,PѶ"'vюV?J b3%QFw =י^HhLUQ[;#f d m.<>ஂ+fZzݎ¡>I7x Qn(2%dak^]Nd4x`#7BmUT5DF1q}auI_e+x'UQzf!C)ΔLS08:RW(̾ $@3ӓ4G o.]l,l4Uܐ8۸ %pڂC0kzl}~pze{M_VlkGM.x-%UE$f#˓H`[&=.](҂Ql)BhX"D}ɖՕ~a&::Ӏ4MN Nϲ55+gò^uyYH jWϿ,Zy|ô xDVhiQcnW'- ^oC1HV8Hn)Q)O _>oZF<~Ң[ل>?q͞ CU!+=^=e=b!8EZPc))r#w?f43G3ĥ6^ PP$0L6;6"3%RkɌI ,%{?mw1=Ԇ/**@vyn gնdWVH,]2Ϭe1R)rA6JNhwA m, f-E'a]Vu;Ƭ?ȑZz=L[YZX)iljW)@^i^BʏbbiPSrτYs|eI6Z Oy=@, { U-6!JGoӇ֝dt.'d72(3iV(+-Ԡcت= eS#5;>܁$!–g0?tN9:Es!$>ΚbI 2)EKKA!,[H`. h ؎$=pT9{@(z/7,7%tY,*ȓxsyHkc:c/r 4h>UONܟ_  ^3?w^,PˉzBN?!i'J."Q_Q$1m1R G&Z3AWퟛzk0+˪L;W$l&/MGPYshQ~ω}vLNwnNP?*~6W2[GFq} `SkmՃzsy G5puГ!|苣նaslYVw' A; O|gx ka.mDzGղf][='  =$+ضr|8Nz~3vfx׽Lģa+bܻ#YX`' 奄:R; Za" R>#@hh|6H( N&}P|k_7mP!BG'{?Yܮ4p 4H]û򪽁5~?4yAnVl$l%ޟ8sqk:%(x VQey18͞Ӊ G NBErE.KRX ^t+syMEAy%́HQA&6zh: x R tS` S)煉A}攲i6Mf< =Lޑ+{J$|#ɕEMjJ0,ۧK)gˡwmjŦJl3и|qW$]TQH1mb X+\ N6+1nFU"EEm}"Dj=E!ig>)rF 6wD)\e\4'-miA6PE>ѲHd?} d$|Į؂՗ k\r%AW, #Qk mLY e4R:NzvokK>[9ˏ !IYh8jVO:9V. X*蚹k7ك;`h_+~PZ&WȟOч:8ڝvA4#^ԹY&xR;vzoϷjm;%FkHV=`rV1NCN- d;p0 (< qiv ŸP.s׼ke*ab&=yb:j8Jcq5}([XF=.r̆nBt!XHW\nL`kZۿ !f߈.ۦ*kZ, dD 2iq2ٱMxA7-:4z*}C?$?PI>nXܙ *RVe|mֳqH]?ξgh'羰 ѻx.$*exG *ey|46%'jm[ϛD;<@xA ![֐6i_ ҃?`.4 öfV*p+>8wF` 6;?$ oq 4u+ݙdh!-QQy,$U& $iئ ] 5*Lz pZ{CgɰdDc-tX9Ud6*&V AOvR2Z'Gvn@RV++TtSXh=W|E`ZDkCⷔT?a]%Kb}IP B - zE2NP5HWRƟ%ºQ$DF/lqBn&$؜Zg<):}};{Z Z[VS5]1=ВR]ё04ˇb`p͚2sTWV4^l>,E5a q`fإ=c!IplE4x FJ 8]q*D:ʨmaќ1B2Σ*./=K?)br% vp߰gBO>ke^/pELbN'&1#;lgȷ ssea %{R11wf 7/T JPB7?qѦix'5Z7UN/mVLk\<* WC3yA:8k62#}rI_JLٻ1S`ATmh2 2ϧA^5=vNGɤstVx֛S^<|Xd FV6>m}'%9*c (me q S0O4eG(iƆ7Z|j&_78he-2/Sˑ.PvtJ$7s*IJ\}GzF=!wQDE^4ic|%U' |WyD0)(7u+>Y,@/cwLs->%~T+ BmGXjoݞӗ𘼣Jb\S-03eѳQ?5cEW,*u4ߞr)Ĕ5̮T- f 6Hd?)-{<he#O{ʵYX+՘bgmûym"> BG⎽O2/LXTqnRXz;` ڔ ce0Aknvؓ>3?JխRC~ X*V_Scw Cz57(pۓYEQ\eUKEGA뭖Ő/; i n1柒MCWX? "v|st!f7ev{ɳ;$5] +z 7|6 _cJra][%@@6!%/OI{hqeb,&5>eP8?ΝDI!gbl,t(+?B=ZNl v@U_ߚ5zV<.}49^҄ʪrDKp[ȌEP(z}?StS6ŵJ9 E1}6Fu:ȝ.֪g_GƯeTP`>Š߻0N~G`l pN&6^hweJt~UD:Wo-}y^5 Χʮ!N?N{4^#ng]Z?x +@[-ۿw\m\s j^Q1RSiO y?BL'v§6n;鱁'4# %M@?'N ?Ko=W)9ɝ\mj6zSBɟ7oQWJ~&hIiL6P̫TMdF*4`0򉻍Icjam[`dR`AqT&פޘ->9ؖ(nt j[3蹥¡`FXj&!.n #D32|%"LLfO-vcNvJ~AD7d)9R&D{ۣG!}\\3NަsGiQ]"7'_EQ@>Rk'~@zV❾4yؒcZvq-%GoYF͒ǭz 2Vq Ɨ+ %(63:d%aBb ֮Y\[*vpUlv“e'o%mrzf&MHĕVY?݁Mbxy3a _ԟr Rv]5+f7)䢌tQ}E 8<ȢT&ޤ!s+{xo}L'CٓRQwtxz.eրP6OD]KHV.*5RJnŶJ 1ir!yjڝ[S]|ڠA"hVSS7=byȟ6ǒupS(fr"G(-@!ZeN1PN(^o^VXVyOk5W>%X-x_[>S*#IY]yһ5oY&?E8wI2 q +u upzqx"oc+\qf%<<4JA. \egksCٝҢxH-9Ň':e%G8kqxΤ*ѣ 0o~`VܘM1ƤY_pGlL"LBBrQ|αcǰW*=4 ],0,.FB]o6CkbMv0l}&O*!x,nRCѭOIűg\fw'C&O+]$Y nŷQ* R'`J:y~׼:zwzW/h)6B#69L:#R3j)Χj?$ $E`/&7:ާ78e>Vℭdw;-L^ A9j..˜p{iaۻ7p+tPCNMzCߋ7o} EW6}* H/?=}˃"mQwz}0o={~+q)2!N&y#u`!7zQ] F3ڈ_M/:̱ ʳK`.G(Nod?xaa}+yyxe9z 1y2\!t{q C#[ K.CrWo54!mʄ㞒7HqU='PEVc]Bۓjx- J+G.uWK8Qd@N]d|Q^O6e1۶x/Wes y ٿDHDpꙈjq| DRj)4F-2 6'= p0<"$#͸8,,6Iq3+@pG=鹭 nPu,ߙ9;zl1lgGS0O ֯+yx'%I` }=fv{<כ?9͐Vvr%6`dgYM6{*LĦCs;8fMaͬ֟ 褝uUEҴɫ03r¾`s \TtLU[s]߰47Z~U&~e2ʟY$w;(;Zo[%/ H2zA}3f~{&b*)/wmqҜOi[tJI2nUr؈3.X2Vx3E8 dmtHD0]1N5 [s^( hWcP%rd~,E2FYa%/$XM43]R9k*ZڞAu@5_Duza% k}?se7"Lyb[5WS 7p,{JsB 8NGK7_@ҕDD-_2OL醚* #I* 2Iwʧߜ|fB #,Pa2iZ`E,|R5"˟ld2VK&<ɖ4~dǺǟ(R.2N/T6(63),&KBp@#5w_xD'w, |4lQs)"ZV:|oTZ+wעqNvӬSvОZ @5"h\KŖl\ IifoN i%l삧\^gM<Cb:2b#rmI͘A:4<0 MyQ;>=|-Luu,[DBAWKL6B,oDfarAMI/:j&K>!\ G| ;Rx r$BKG t6rׇ[idD ~絁|Nt(5VU>JW-?~>'Z13(|7YFLY3̖7:ºMgT'TGi\@miC2YJekZY3^#V!V /;p@X2䷒nc@;[q74_FQC$/Ed^cs#bsM.e pj`&2,)|cJ;x;[z525*M[5+ VpI=>,Uͪ\+R%L63+5TFSCg^SB7M7P}]']5*tb2q}VoƓ|~ a)8coS=!* W?c;1; amը:zѕ@IC SO2VĽ5%fMzagSˈsHi 3%/jGgREԯm&!2S"Ȑ; a'l*R镈iĈNhc:lK ڎ^<S [ow$n  m $p6?IƠH^-uC! :1 r] )q ۤ{:Dƞ][rzeثbfhx/SQayf1q\X`{\W]xaČ;f`Y4V>6QILJ^P(0A01sYs"Z̚ce'w Rtܵؾg}I؃B.G o[j!O=ڋVFTQ0N:R] \zUIߨـC_gٟC(:C.Θ)G祇#aM.SH+zd@P1Ҋ9eE5^]|P[0ʝXϦ{mOk8rh-+ŽOgowғMxeF/o/xBwUqveDt"ι([.:Z.&6,$kݥ} v&5X4l.܋iBsxjc4,雰|LX'6q`n{Ūe<7rU_ۧx| `oˋqiEDf=hmWW/!k`ky Z*-ݧiK 粉?gĐr3^!1AYZz^RZ{%#^Ԁt?')_˰y]Hs ࣛ$|=4`>㩶 iO`3|dA# HKHcNj0sY5.}J%S+!MR%)eUpPUs&j4^E(9"BɦS1NH |NJ*l f9,w0>ϴ ta՜tyFjMo+#K yѫ/ Ӥ ƍdǨM*ܶ.7C "j=V1ԣm27H`f&3+;K(LZ12 rBm AUXr +,&L*;Y)*69"˚LK[+:q`K/qC9 ܳ-J& ~I 8syr&5 a }K`rlETⳙIh~on۳mä\5uypM)΋Cg]T`)_(鎍@Փ=#&zw9)vy*J{TKK9GI <-q߁>(.ILPRƷW%nbx$Ss@lmiv0X'Mwsi'I()1yj8Ju4gOjù%EBq? 6P`Dѫ͜;EFV@4;I*z3Z:<`V@1 ?ix+Ǻ ^["B;q%m{Ao]80L&2> mrM nC;mM#(%sx!b41‘FȞ4!1hޤx4,hHb_Ք~ C #P̷gzAFJh9Bxغ`uB޹_8MthwY,Cad}|j-:;̬~ͤ9|Jiq]hxv |$f3)G@kk | .}9evnB *\mC)P?s~ǛzvwC]F|͏̕[fhݕpN\ %KesmF*b E=A$U1tV"Ԍg bįh*1KVv ϥ)^.sW| T2"Ϲ;4nRG!9?;{~t֍nlk+N+@pFmm=ype&x8Hr3R6b > 7,!Ӟ ] 7?.T'c)π/#?N3]v.oZˏ|ЖlrQtMd ԜWX]Ifg= A c2;EOO^uXm-bc{B'B'κ»ʖF jrW箶ʹ:tM&%-i]gFҡ7]e`lɉ$*l/̄ x/Yp@w/fR%|$$&%jfTCοa+lli>oݔwW&),`F)ptbH*>9ȺY£h-k'.<)t_𱔞#_H,vK}+W"-6"GwVg+J' цz{]8[7 cpE 6JLy1>"˴0t,irtd7V:g dSKuclr}x<".&х!\7SO tK0rmF}촨|EP"ٔfT'wk B{ <Ӝs skk +Ds奔SR뢳'(Uzbr+!ZŽ?֛DIǗ~,R!sّ8\Ѣ+sp `& i,)65_?Ѥ5mx;ͭGjdWYY){q* peXP?+y~ǦF)4)B.fnV6{Uliri|Lנ4?ŕzy. gW% vQ *w/ Bo\T;7Z4T~ a"c :&J\DQ9.{&N*[WL\r4w-EW8ED;߫#!8bNaI#li( \MAVsA=z)u S P*NdN4I6U>N,W4 F]=dciR?V&uu6dJmfb: 弊B 濉h,E>,R&E[ &zh6\)E. N2 vQ:y@|e[vՈdO̥=̪c5t\H|xIW " R ;DI=ωvxG8O( 6N7zEcWHQPBQnHJJz"H_*.?dGff-U4K}|CSCC59 5R+"-yC$ZNuULLр}ވx;VӍBs?rODMz!,e$u_ U*14QY|M39?A}O wcu%G+M7._ | w<`oVuqiKy.9ZR~}UMP/zKǹJj;Q&b%onpL}񜁙b"K[FV4gv3^YNYn'4*uά*K#r m$t'5Fi ;d(GQC eu0 r1/jQs\tZn]42X<\/ |݆uY_ 'W*qE m:2r Y쇯VM[G}uH*$y/Z"EKFzCox:@<_%'"Bou#$> \ͺP-SmQ xXYBԥ2dE/)gZXkI(ٗM=xNvH!)8JbUn+LÖΌ|-SvbC̿1;Ofv. 8K*6O%-vAJ Nx<)ڻ=Lo7ƈ`n9#vLT}*@#7 H*0ny곧/猱=Tm *fy 3UJ|Tku.tqgi% Y M*e&Qg6PՂNV'Od&`OOCpdD BY^ޠIܭXʘs `leoQѳTֽh)]~ r _ZD"a@9(7iD7?RN@u̟Rn?_Y׳,ox'3(vδ%AyG]oQXD mY:Q}%TV(-Fz 3 <\GxYdמ[ %z3XТ+/lI ЧWFQyx1 ^>*_Z L$Q\Ȗ 5U'y a}qrt0Z^ ,M0e@@oƸy.O0aXqnNޱIw6UJ}Lx!KsDGMDАyJiOdx LP~/ZFe U$9y;x+t_$d"C,4dΤ^&tjYU%ĪݚI? Ցa`+1>.{N=s%/Pi!]Ra92;|p3#JjTD-Zd}88)Ba[@ ϐB ̝hd$t`g /Bv-R-;CNO}u ɠs+dkNZv5(2/HCAFB w"N?bA΍.mQRF~p1BO<H}F9 ?B#79 `6\6I@UN rBa#[{c?{ RZpѵC1W|rЏrzƷC0ZE,)XkB W3Ʒ3!1Fsߘ#"8fQ:ʶk;ۀ=:d1@WHH;*Jx|Wv<̣4o+%Vq_ƚ,KM i}B>`^ "$}嬜 -aVԵtycOZ;]KbG(k7FJ([X&GTެb\z/]#Ud*I'3mkyFs> 3GOr~g6c*,RBcRgq)'Thd#=V@5Ujj)w62*fbm."'s!9yHi )%kP{i'=>N"쮇+&+0*XPa6:*['Lp~LW"V,yW~i/B$ߤc[W$\hxfQ\6@=d<ϙ󧺲/*{6ӯ`s8N}*~L¶q+mL"\ji>͖şuG3+VƦ2X_'R3QrqnPx]&v 3~#u'`/Tx\ +/,@ 5ʭaevk$u7dӶQ4uyKxG9'Ԣ-Vj0@EK,?3(S ؄(?j) :lF b-ev)nY8GwqM4I\絑P-ƻDu%Lׁ'~.2,L)[$j1gH3k *t3n>#jZY68Ǐ֥yqmjȟ}^_8E3(v=Yx#&f+~zJf17˛64-)7Āg^;w(YO}&f h?\~c+e Y+ yڎ]4F?^Z@\pZBƁ1=ytXHh6!kF{u|wg=Ǥ g־S喭KqIAG Kvg>>] D3mpR:M[BA7"kkEk4݉{d(l_b% CAiBApj{(vDbhY.ɲӐMxkz)N^vBabR+&21DLGzJL_sIwH7k|t%%E}#Zgż QɎ Њ1 .VH1&pLbc~ź= i띺Llg;q.Ǩ4A=Mm}f%zB^hn*Ks>ӾHo8ƣ_]¿ 0&b@o>n+r$ ] 4]puV_{mee)ciGP} ",!RHjV}(pUVBH/"}ḩsob"#P$^=JGGU.c#Z4rrR4 C\c,D/d_ uk0ʸOvK&k>4˧:oqmYg$H5l-w_ .Dyq/ޙW_5f ?,1g襍WT_ Pa,:u?S;l'·FA>`X!JG+dwt˦~(^_c{ti]w]mxlt Ku0;fVK?:܌:x}y]ʤ3L O1L|>y,'҄;/1@ᥰoVhb7LlB#qw8">>},3MVX_+]@2{K#0u6:V6)!{m&#xOvA?+K3RIŕ$`e. k&ÌuD,Na^EM;g 4Il<Y}҈Yz,ǿCu +^>X߼aS`^~xZN*dm( |-%->JJ5~qE y~?zS4Ƅ<\p1C;x&D%?L>fnMZT<(mWX򟳆c~CR>1#?mK?zʈ"N|`ZQq:'=H'F}9 n+(JƪRWD24k!W?Zcg1vf" d,w )[(GQAS?+Sz)/L=HEs#qFMfW(3?G@7_~$DQ{i22Ӭsܾʄ2Un>1v=G6]Hs"}T(rהg/ՁϾe6 lxͮ Gi_7I#V4E7UQZoYMmW >`ZDM@.!K|abmJWlARV{54LS)ўd\k}*u@@9-D+nt1x\22jYښJj/Q6R4؝*A8#aVzK pB͕ܒ %JM=p2CAi+*?l'V$p,AOˀ)MdtcEzQvnEp66որ|^/;Th<&`srGmGL Ʒ(;Xy+^x>|è:>U12Lf^fY[)_Pq-Ԍf#c33\k؝1 mFdE6HRN^5Mː4@SZ2WcX-9`Sr8c&M`2+2-kh_,{MQe^ǵ.Itw'y91E5|LV+X=(]FMmõĦLrl8 |ܬ Š蟛:)@EͫL`r0\= X4xݯynT9u—  Cv ,~7k0]sC@Pʰ40ڱ1 % |gk!2J]nbc2 sfи٨FƬR*r{cԩSZ<&U~6)wxgqw.2ҿ1*'f̟v+L7fj1<@R wEQ΄;N"jW'TV|pشt5&=~~s*,K`@&skԂ?K 7MqM2'+Xxˑe\Ly$H! { 茮lJ_IbO.װ rJySa/0e7CqKؙrü)N[+Ryi?@$ߖ1D$-;E/`,p2O^>nrby>fKZED@9IVZ"}[fD`­yithNPAy;I&RE{_iFjBPg/'~gQ̓ Ʃ+0"bV%`RU EJ]ܦo03ڿ$]{-."AWv[yQ]SVt|̍>ʒUR^7ClVa?= ׅsd/j3YO(|I36hdvvIu c|9وDC*d0"4v@fͅ jQN]pM&8s/Xm "f BBrฺD_{,*E~nc q1]2Trwvrk\{0sPe%rX!\R|O7H Vړ[Y+M`f\4oD 눌!iy?d,cM ]Tuׯ; xE%&^$;I6hj4p'>[|zrҭM'6>Hv`Wu/ܚv*iaK.ZΙE"]ȔCf %Ixo^!fS3(UԴ< Ѧ,N{,jh}!Tf@̀ :CI}oT2Z8ⓕG ;v>fG`x@&}%L )q]; ?W=A539ڇuh|2!Sz$Ky5UH ͹Ɯ;@n7&v^ifbXdWp}a*BA Bw6΅"D}(aߞmBaaPGńUuף 8%+bN8%%ߣ囘./|<#W)|MjZϏfTġ}uz^.)h`'zv do͈ѓɝ+ql%~s{.sǮf}HnMۓi}LuDΛ ]Eo*W]͂[2Ւ H3ޚbt[j{1ߛ}3Vay q\*'&$跀#jS ei5 Q &.Cۧ34ÅT)ۡZ!Mҝc38d'O^l""CyпxP7v_TA[1О;`&UzQ ;-kuT|InOsӣ@wT^D LӨUKױ$:CP ),NDtGS̨gNd: 2wOFIL<kD4)E0}8{B @3hC]xl#>67E2Pnv&gΓ'e`\Zٯ"Qיj5xR∕/下W06\6PRCϫzɦ[_*E,8^MHe!꺲(|v`գf.M ^`M$Lj $X͢Nk' XOփػ>-wUmaaHn9dh/8;0=gq z`٨u˘aꅘ#i# s91j}+6qcZ[Ȁu1% Խ/bJs<ͥ4sRud/~-u-JHzW1wBK'VBD_\uS6Qip_e'14H{7&A/@+^ueJkn˗8Ʋ,啂xxptw_y<+QǍ$;&'70܇_``<6OUi[H-i|mk܎۵qfWv9=i J@h]j}H*~!; "RڑU> >>Q=[|'EylH͸21u߀r#T5 O2 12oi2=A˧n:3nEGJGk^փ^  |lrRY'Jdlw[10DzPAP҇*7GfGf>$ `V*3Jik(0X1*5~iC.C~0$UD3$Z Q{FG }gBEnV%WNԗ9YeB I~SJ#zʉ7vO,mS* p](} c%_ 9X3.$+CthyAoꈯq`qp!B˞o=my D'DALYQeuku#c\A'Ġӊ!ib>Sf*{6gW NcQh<: wD@7RF9 (/YZlvJkWo '\/œ`: F5nwءV"D-&LW4-1c){2e/)3x99PK4 ̢MiU.ȳWt|e_waGh*GlOrIn]ܷ2kCiVVq"Xded> K 󠸞wk}16 .QI0Ok VS+l-\9C|5WWdqO[`U CR8k•mPSX/K^qGcg[1kr@+FaQ=9n*"F;MA#ךyF;ID3_}Q16Aٛ* y|.K1\8䐩ڑ kMVzxAd8gF%\GѤ9\|ž! G,Zn&43"PL/;uژĉZYӳ RQT}1Jz+,*2p^IَTo rl}T5ɯ-s>xjڮρX˜Ы,!h*:")71wY~ M[=rχh% 䈞ڒ(ƀ}DPdH+X=,cɡ9Cɇg} M;9x$OKm;:?SH%3jՑ-E XeA}bi>SaxOLS(}nEXmd QAO|Fn|po1J>-eTfiHhإ(5H$Dc=|e wbշ.&NL:<Jw6Iw;Geߎo21j6&݉zI9%YmVKhU* F~(qO^?$.Vq8%qP?fr_!9p"UXhgBȓ,@Σ1lL1V4SԌs&B"W uə"9z"R:&t]7S<[`ۂ?1ذ3fq5 _ZUȕ]xVit}2OJP_ ou Zɠ YiD8sV>24t'uA=#pYJ/0a/3)&]X |󭯤@I$iSJ ^*<-G"m_UjHu/pr?Hq@BRl  0 Vѝӎ茶pr@o$=$F"B!u<@>'a9s)6>{a:5 @?mrOzMN$@&N7$ x^LPW(n Ƚj1GYgF85^"QVR{+Ll=X7Dsu57Buȏ @'ˀqj]WJ0i=;RLVu(P$+M+;WaPΰcpð@ٸwy30W1ԱνUx5 l \\QiaiRWar^¹:MҎbO:ߐI<5];SL ggɧ"Yj^Ns-Z㞁hωDe># Vтv_V:I+9ҺD Y2$Z' bJs2O݅L)uj*kA{Cf$U mIS؎r7NH_E?,eu* ŧ:4o 91Oxn }| λl_XMVʱUzoiQ6+z)c|n|F9u УMոܱH XrQz[[4~w`  &$ s8!it4U4P#v7Z&x+k>3ߑ/x2Zaxqe %}Ҽb1j:bʐHnP6+i/KEWֺ1%?|P=0bՋ+vmrJY(GC؅B%ر[q#ɂfu܂P"(d7jчp7:EYǏ_0~dնUuA|w{~iAcB e  4UVaj{[4# T(c"H!zFHZC6( }۫9pm#guFAKKfϤyy80lV>j{'cWt]]:čzZS;=hEIӼJgؽ,<)⺯jWDեr't! %bDY,:j )?lG²崐wЮ 7-ziᥙW&Bl="V@6do J5Z`6iL#28wrU;¹()j^(mHM{OQބ@TN<"/{fu*}/:݅ݗ1lcޯ+⥱fLނs0ĩ+\]% d4< ) l`cldN %%b`:Z $M^Hi7쑜\{ a Xki"6 "8 O% P5wj^_WGˀ}\Iz0P=pa9Kݺ"24#[ #v\;V6<=ȚeC#\I+.As@˛.L96'[D5K%E8k ΨxCv?;Ϳ[?{`m3sJM[|Ć`ko%l)Gy`;$^(UOlYwDu[K%UN9tI0nI\Md&j5T?tgNN956Yz 1.y.Pz\ގi/EJrn\׵ :l< )ޣdF*VG)sC$>zE" v$E;8+_(ӁBzѝU "_}VwG,NX hl`ŅN?7E7Ҝf^&Q bn s~xw:YpEC"k ßI0L|/ nYThaz0A6nj,g-~ſ$+* %P=ؔDyUAEuY"F ~uUۡ4[Mn#i:xb?OJ<=[&#8; nc '~psa\Z23' s Kw>] 6VGʐg\)S/~ռ3AhRk"5WeIplQH}Q75|iaPaM;[Dm-dW'd5Dg-qH oBpnz~SKkcbÏ4Oȟ a]Idݴ(&s@H/w,G'TF8}qŴbكc&u7m嫕]gS52By#{4deOB@=KT4_<5aREG~M[tS`ױ>z89RД 8-*J`k@ܝ}I3 >BBb;LH uFFBs 妮!f;>qex)jİ{bQCgRvH O/;DbGu&~><2Q6^>8Em`qpLyqKm3!fCFs1qmu9g^A2^~l?`_A2daf w ^NB=ޮ;;<돱":y)?@0tlT]Կ=.=ǝS3qMy^[e"Nm:n ćlQWIeuY2}GIH8"sq6c6+@k!rUc[qvkgP *tDR@E o3F 7b?ԁyoٽeN3K숤v lk: I E$0W4s4n F716+e(\ԩF<|/LȸɁ+<Vf61u7Q*w*5 `A0r °wkS(]py\=Q0bNʰ RLhKq/sR`2Qgu4 0Z[G@Ɔ{OhbֳzjZ _!V T"xj#<ihv4e =AZFv7C bfglIU<ؒ\!__LثoUIޯ&[ČAۄV9뙅Rc> ^m5"+E SȽJO>ƬQϼ8+>9Êgo'Nܲr1ǝ[y#-xD [խm2|a=5Ҵ֐s v.(tL"&#Olt'{/ӇQ9Ʃ蒣QF`7SkNj.r%'C6E1t"yP{>(\;&$ٿάZ09datv>"PuU2T@4Mxr9 =nU9~|IǤ&ق 0%Pn`\{Da5ץo~xcMeKHٍUחԣk`T%1egǝkIAlg{m8=xFFomvD8Yd\e7T|q ;ޞOyn^q9MBo +)HnrL7@3e4>yj7#! My;i1Ý8sRtΗL+i3+P{)<"̑a{Pj!DW殞HM,w"vKtx U+2iZWc :_'>brpM޻VC|%8IYzՃ3ọq M(׵ʬ lT9 *АSRA@>,sZ,gm @+}&clI&˼-wz '*0D*87Dj/K6u>[ as 8`Ѽ r:w$}}4T9R"SfF3aiGUĊ*rs~]/JXk'UyWDⴼXr媟$/+[ ?wqeh+ÿXedMGn=)q &~8Sc.lu^F<L!؉XEj֗h7Լ8'}3 dȏɂӫE5Wod|oyf{_WZTȵ[2=@S?Ju5M\n1fo'}}gP\HŎp`k0p䃹t˱u<_v FeR8V[&ārmNY] N`S7f<;;v (w4ɁAԍ2l5*n5X< 7m&o|R.2ƕeLNm -Ke`kD C,Dw6}Ds=o[.hDAQo HlH/iKJc+/I̾.[+"&0 ^ dXB|+0ܦ7:.WD((Kƙץa֞ڟKRu4E 0 EJnB 3]qGm pDN rgx[oϼlx7:Y? L3tsmW> H ّru 3Wv5fb9 -c;/_(ZS(HteѼSkp:E3&&QQʋǒRr@ ,_++jMiA؈r/%{Eɗ!Tp} %:]ml)ީ*P@uB;dMOZgwj `sIJ8@JRIqLFBȏųVa,xOH^ܤu4S¾"Y2Rԫ7=jWL=e^Q!B4`yX&ٹYAr)u`5=7FX".DtnfRMi oOO <6x/>e uZ z`Cljno[A*H| ڀfN34pA%j@(sȉ;}X2k8anфћ "G4Ůʆtdft3b4h6P{}lh spDV3͞ i/&(̇=6",G gҮ1(ݵz۱ʎAgerˋmeo7U5:S=/]&)i!;IQ>T -VVssnW~]NA? pNx^@#dFahoqV0h? 1MyJo$].tk4c$KœmV0~Bzk$Y\mNRa ph;XUإfEƣ+?ֳ8uluu@6^ȝ;T۟LqyXf&j {`4zo}"B@\p ϩ}g^ʙ+|K YիTHb"~XczRptN#?ϓ3 #:#VK0tmgij{8nWqq$L] 0إ XvAe5 S֮þtiJHSЈ> D0%V#?E%Fi - KM0Y-eho*Pض*MeO!>XӺ TMiD\ e;4h f hD^ n! }ʽ .kѹC:5MۜHޣ}';(\ Ɉ _gnoG p?^~w^ÍS~,ZV+/= DgB5TG7\5*]ZEy=}ΑU3Da W2ԡ[Xi9 Fe`4+wǭhUd$1B9*KKg$pD{Kmr+Lۄ A5 ˜PHrwSqV\U&b l?Mt՟J!TUZy#%vU]|̶@9DBn~ލ)p. jd%*c t x݆P2jAk^c$2,B/k=|uq^<`,aU^Y8zC@ 30`o=0Xt,OGzM풹fHmW:1aaͿO7&ԴJ29o\0mQXKg%Ͽ1#ތedg|v^t9N@h |sxa=eySh_8 k=ի7z7=V[㷽"8uz?֝xKFR V8$cBJz~hK7!7O-=5\W]N禌zr,[]"әQg .w W򵁣my1V\l'tXaЗITq0\ܣt?/ʠ62tk%S#[n3+ZLb/%%› EZ̫~9Kv S:,-D~1c @[TsiHM00ڑdT9w[Z+* 7Pۑ|J eЁ?|c:m6"M- J8CL31g^e!07hh8/4"q&Gxb9haF ǽe$6'[4dcS 01P} V9V⃅9s Z$s5mg)F9PRuR~'ba Û}+J7}-,j'_P9've:4O!~zgsѮrĘh/hHD"XzVh錣0MTucc \${.&(Q9ۡ;y_gz\U`1ȏ k^j ֪G287>>!)>/&ļ+F(PMN(^5$ሮ&=\UA֬VNƻz5B\ypo8]UpFLy(b(ņC- R. gg9E G*+Pu?%ǜƧU3MMsJƕURCCDrk^ݸ$ay9J꓆D4f7!a(/c$+9rBb7`y=s#=;S"SEC<f4 ulqQeLU0jLgx}S{0ȳ"LdPFC$4X9AfYF~-k6,Ä`ŝzi\ϋRT&Ҕ}eb^ }yyxꕋ jIg2r|=Ge"UG"/)Aۼpfl7 7/M",/$- R/3fE' Ia[ f UUV^YB/%U7ֶT&fvq+ʦ øhǁ) xD[RoO˟:~cIQ Q&yd,tPҬU 3|Xt"tzaM}ARqVWa @N&2~I~Yv}/]%vs'; 1,wHU@!"ϕ(OPYwQIԁ(v%X"c\ #r3ZT{yġ+ Q#O֧틌_ʥ/6peH|vQ7OOSBxoZCڽ7 *PRnsbo[jdMx*4+;:AFJͫz;3,(!W'iI>2C`<4?'|Q"&;xX8O[ lŗМlMͷZHٜpG904S AR8 5H1TbˎE.OĦ\ͪQ=A^$OS? QS0{ijVXyzK.%Y32caݭES͎ן:ފ\ <=J0-E,v<7y{rd?!wXہb (0z ľWTs1gҖ4Fx."&~`^H1RCpMg$QS|4 MiJܪ{,>fJ\">5TCrrgkI @̍`!5 |zw2]2oM: )2-q+^$4TCtĆ2S ;U&z4 ds mrAG E2%AHJ6ku_ZHHRL6~ "Bԅ!4f|x:cR`,P5VJ k$[e;=m9)|+?5b03y䊴L&Ah’ }3Y#ԕѸ;A=lT4g6#7$,aĐ8_mTlzֻHnj#\8.ͫ.zhרٟϩ;Hezؑm9$B RBpQɀ(u- *Ny3a`ʆze;spew<`knN9$V 9 R m4>ݝm=9`?nI0cdOY"y/GS qqꄮ ?OԜ}|fF_z?*IBgv,KcuH.Ad i_@|y7XWmt{ #_@i0g9+1yh|pYw`u8z@Pw,lPSȄZvl~6uW^-p'pӶW9C]9Fܾ uW (Ĉ4KQe%֎%:0h^w\%jX\pORO >0l oGeJaHBϝ\<#Sv\q8w,ƺgU :Ȝ_?$OT+ijlKY?l .纶 dg X&8aW`0}5Wjy^lw ̞E r cMNXS}iQwVdT2NByACkCي6`R_xc QH6eS9CF/ELGV8LUʮOd_~l_znݥ/%<5B# PIn70)x˹$AJ]{pk<] 4y% ,|(][,Е*&2íRxR\sAe:[="APE AcxMDLec"?7 | pfZe y¶@a/LroDlLCP 88#]"ҁ IQpQ-[. Lf-z lNgRӾ:w-|Ofb@|RW0'=*҃ao0%"sւ[h&vR`1#Ki9Ѐf8*bB,I=)Y2\lNaK+f.d,4)}i R#H<NEp UqwZ, QSЅ8dif DrHdsP\1vTW 鶭zJӾ(o#sv!ɢOUXPh` qOo!~GʕwbW;dE ) `ۊYK3%0J>o0&3ߋ1x@4;&%֋S !LQ|ٸ.)ΗK0$uTRGm {`MQbЦ8sƣ"٪sM'S$->@HO_fԕ4Vol:"թnA4݅*7lvcT>^]$Bߤ~:iHL Ө'LM)*滅azĮךg8~;*8J!3gs g Nbf ќh^ܼW vHz$,'|vJ׋AwS/r4K^WAp  g9 $csY3FMt_B#':VVN!Խ߉b ds?L@Z&XuݭHcD1eTݱ"3 imQ"a^e{S~+-F͝Cd(q0d.ǚz8#> AxM?Y@}QX:86jrr{CtQ-{Lb-s1&o(}bT%U:{WH"ªxCAj'Z~h8vCR|ճkYHk$rEL&~hpēf<^MZ.B@XO Vmc`& q睍2 6Lԅusb Q)X39çSVqtʃna9JDby}[0\& G4ːiֻܖu@Ebn^0: -(koU>9˹/ Pv KL>C+ ľbj:JJLǠW036Zg,F +.7 :3 %f kX<_\ ʤ1[M:1!;<>,T1nѭAiQ+sa遵4)"kͷ Y](/e9hT7m%Զ]2CnY*!h~xCD(mܳP5cp`o ?Ӝи:kmP52gx( {Ye&zn* (֎`v_.DRA =+( @816SmHN\&f,,ec]P>+c Y.s .C-D'?C6fy&DWlgPYO?VyE},kp 1˻F>1P]CVZோMI0KG[SL >}Um qh8]ٞ@{-"ݙ'\p l/*cC}B~t5?,T)h[\#|HJ>Ut#`S`ѓޖj=Qؑ%?qm_uT=/M*?q)/8s,< wJd^{T\Is3j5 >(D*8ɴ^ ql+ $Z>c[ϥmb &dP ] 1CYjJ^>"lCM:us?d,r KL?sIqOoGJrlWj=VǛ,wbTtG%քyb| I1Hz5T"b\:5j},} MAr>0 ˓,#Q-&/C%@7QclOW#p\nR|zi9-!Pmy% ,A+#<Ȫr p1Ȁ^ރZoi;pZp{E +Ev4ndoR=ʜix!~0|9a|pdH" Q<ۨO+H!x ʫJ+4`KlƵr^2.K~qϸ|+-GMi`1w>@I!u ݵFn(49O˜k28%T 9+[9f< \CR$!6P f]OyrRme8 :Ʈ+ 3sm?shh1Rut*pIxIkV L@J!vʿ7N+&rD#7%QY'ÁϏ?B{mq õcYfh#:޹ti­uiUqlFyqf̎dNVΑ0 eFnhj哖K xy'<| A,ԜKD>o%Rh*ԃD`aO ͥ\ի[fA]Q:=z>],ʙv*Fۗ3'Ɔ04F6x-R_bwj\amQ/݄!1X$ܖj&F yoG0ʟS JaB"U: F9A@![nxJLE1>u+_`:d)L8Q`6@ q 6] 1`iУSx$I 1xaA`M$J;m*sN})H[fjǨD2{eTko8[݊% zOgT``oIczD|ӟ ajuc?f b~#z11;]sA< V*1%$KIߎDP(k/I025ԽLzfWJ%tq|W yC=n2l:E"n_cw&~ll4e(;NG$_r'%MLM봔ӿv*S) ra:`t{ڨWg ;|tiY&+4Y*mR@nyI:uieN Ělx`Ʀ ɝƭ4%I-6&׊Lm2ӣ+5+}DffBIYPK  N/$..NF+9=&qkƈQLtM{Ep[D{*^ELF8u2޶'sitBo+J\,c1eߦRnQ97m샋Qb!_J%vD0猷On&_c02?Mj"w";HMe[qpazZC{|a=M=W84@ӓIqkSkmm*m뮲%ʇC,eZJ}{eE74y|1-;)^ڦFt-OwMt U$vO(;+jw~nPK Wml#U*(̔+>!ps@sP̪\8Q)<$cz7Pu+S[u5{n^#H/ھ#USbkZb"3jo~)Y瘻<2sLKn@}Ki8,?\Z"A~݋Qp5ҍs#W)(,WF@![PO7$M`ڊℐk6ĔbAzM[XVWԸLįw i+)cB[w*)}Y虳[J Ym%rw@oǺڼeޱAzO&9wt4EMԕ-| wګߐV= ȴ5Ǜi6ʭ;`A V3PdF)_j rɆƽ!nE&_=y<0?*σ' Y|HQMZU_C8JQaL=)xDwCA |ߦ0Rbرd.ov0Yd zԵAA݀E> Vg<?ʏ)DN{5=׏%;u(]]K/eIɕ-HuZGyN^ [usLLyB=$b! )$*k0n>W9*"ܚ -/FOV4a]6.Np.ò+a' q`4 XR;usP*㉇[/Nj[^DojNm-tls)ޑˢY9KDrہoj<]Ta#t"|͹D@,C&*_ mUK>R04"fr&w!۝\+f MrpsbO`O?!5bmP-F%-*$WR"1?u\xbנls˥gx>ٯu0j2}f<%hb1w"*wnt?u9PO0 ED Zw=ai;꘤,dtO[UKj::jmhYyqGJU{KM0l>R_}ڳ/sƸHi.eYoDDPC8v`G!GKiq?(ҢȲM՜0_W !L)$%f둓"<3۰k\јE^3#SʥiL5Å6BLD!fIGn|9叮,KoVtsi+U%޵ DI#G+jL w(ml>2 ![~Y_Zq09BT$ ;@z2Zu%%VK#/AjRQYnBV^_q<0_&/(*?n[D[1+1]q0*PrDmR֘om 19`SG:tz"z",y ޼C{#ֽr_ B/骠STG?X&hf;ZԪdD3,,zS~+(jL2̶q80"o[˪|+1J^$jv1Fb֪Pã]7cљ7(/jAxX>r7/MqwtCrϏt6s{ ­&}\ނ88 }1 |/dW/q~q4 6j[8 fNGmkf c&d\Aj>~T2<}F RTz?wMNݱF@JGӲb)e)St]+ѕe5F`Sbɴ#9%o{XRɇ }X6AGX:ONǒ7 M%mJ1p{\[3֦:n3ȣAd 0';k-$ZOLTI]ϞՊ`kլL-PYUF2L0ި2yL0#.k MEs5}Y;_ϬohP>74dAT)`o%bZN._MFz#f1J]8ʓ}d9QZɛ>Ĥ\"5x7f4ޝ~dP^[N:]HWhQt0]Zާn?t ˋ҄5epSb FCƚpmz3V@hR]Iɐ*nwJJQG Zgȣ49N g2r᩟m>Y,pDfsOt"Lnɧ|޷4Z>$tF][w%D6 *xq~ٌfd‘8(Mi~y2NM)I4 DNTxEe7_F0(%s"lNzOJoYț|ػ&kۣ؅1:ұg^$T :ޟ'mbs.6BjualeP>V ]s.'EaŖi+zVDd;e֚[G2)r @`vΟgE۫.bsh+BnV7pDLݒ۠^>5 *aT{- RU%# " sgY^]]:E)CvL5_ooM|lK.+4lvjTX CG=N's.1‰Ra4FL#^kLCy@q}씃SH#k%Nȿ~v ϗfi0QF>myFG{f8v򡦧7tڂi:W*B_Iō47nw~eRDJ΢ZVfr=V~1sjVCokO6.%Vȴ ~un}(*dG?"pKNoU: Vhf }Z.įP>b[/^Cf`@RN @DryI@ }A<GEXo޶00%WΗ'AenyU2%;=g/aKUT;-EK6$. )Xxǵ#(J /-dyj~#84q $ߩ^P֛vQi @5`J-uf &Ǖhp$H߇S>(**yvl53\TE/rQYuk 8;9 G-&Jj?Si' 5pPf)[>$ ʗ,bs5"U4fKG(qvQ$C1۩*Ƨ)D+s`l)Q:O3'xmS퇌3x-u T6LC/y.(N1i;XMo0Rm~)0- ,b8FdUYV_3oՉb n7m+B7 ӍEtKR,S4ΛZGHޣ#nWmL]OiSVe\k{$OF;cdQ=qb__ ZO@qMЁ#G@Üa򲝬C}IܳEzHEk[Q˼3;Ҿzͮ3o_X6kT*sږgQu7ŃL8$_4OxQFWuk 2ok1I%_Ipe+CDk@ѓg #M\pjI5w=t$AðDZ^g.wG Y -m=8W4$E~HNǗ|LY8)y~"O%IXC _Ov29Ɠ6~6ҞpP L`zhXxL+m<eE!I_ڱ3oB Gtj$9++KީyF/tO R ꯪlZ7 r TS0"6<|%KsGc٫b4l6jRVo^sČ|Aw-h"괩ok,~4jGx;ZZvƔ7 K&*YR"X_\Pb簫q6Q~ߋi'S'1w azy=k[@kzzaɲ0zz,wYFij1 X]ء03ƹaGXbKC-ؐe}lFէ;abG#ۺg2px2'%* ouv_M\=¢xQc!"'7s|ez<]W&| f"1>o:(6gi00@оB^j3rg5O\FAJa%d }*#w6s8%8aŧK~Al"~ҔCHxN-lw ꌾ&be/_4=Sw~vmd76ȡl굚  @o(Ktz]uЄ&0E$7 uӴ/'Şe󀦇WQzG/ B-tRK^qY4T߭<͵6x,Y9U!O;Ddj w!ݓ`)9^%ŋ>2y .F`YƑ\Z {b&S*"#ޗ;۟t,ɤϡl@Pzn>ѻq$(͝eկnu0)xS΁W*$tgxBT43V:H$7p0?DYT\p'&9N8RZ+kͥѼzofx%DF&R#Dђ#^']vUf2́M vExҰϿiwE%%rYp);*KAiBʬܒ4?Y|؏wVv čB^ZԠ>FemfJ`~hMҿQ/%Š 6oHq.uW\#Qkt3~Yqs4 ~m3ìBBˌenJO5lf\'~5ʤ±ߣ /;EvUcα;g =Wr3U! k i;L5Kf&^o{RyP-Wi7S%O)u"5YW-5R/SmYS>v7wN}8kT\q j\"b ՠh#9I1^x_/JRSym MО L8Y* *#I$z2D=PeA%1 Vۆʊ?v{le{tX!ޕM~tKgpnw*BߐK&! "#p͊i`AÔp䓀$!+p)L86hys_:fl/]h @kk|y"`{Dj)h҅d`Dȑ8U ;ẘ-H=7ݵ<5F&jPo :]>E1ړ͂eo5_s&E%g! [&3zVT qя). Lyw]6m6#-\ b].e4ӜE#9 PW2ose)tz9 [gR;la͢YZnD)i^>b.?shOD JM4C+gz0|X:?l# FuQ-ÊLl3%ZEkpc( .t4Cs"=DJVJ2<1  ?qMhmC e{U ʝ26dl?3U^_ÅJyg[fi1l!wr(hv5B=^[ Eб\icb]%ò_!+1|!k(p,jA*, eQ'W=TH]@TO͙;'33ZLRX*Z@ŋ'þNQ3i' q,1bվ3S`Ϗհ`!;t{wp@JW1Y~e%&ݑB٘e0w-$}p8A{tHOXʍ.1f'G۬1!XF=nCTSSw'cs m-N 3!k)esֳmx%W1T*´*ڗ}?$&=kHwVO <H-ݪ`ܽUGًxt|0 [p{Y$b$W5S5%QgF= s PV:6wrDzW88tIgl/l4\'4XUIY7 VRRnD)RV9feYEh|w;l#[փMavB7 $EdԩH}~􋰲>ꑬߘ a(/?7 T8.=/l> 7eC?c!^K V&Na,}&Y*6uWLl];=Mm8VI!t)XIJbA8guġ6 qGyiF$l{vޭ"Ai{󞘊 .! _# ,.BɯX6 ?!MK0<"AVq_23HAt .Nvkfuq= q$`";?1y :]uGIiln!U)|s=bUǢ` ̃۫rv+jdx>}[LVA3o2L ܾoiCk=~;d/7nbm2"awu{F"H*[Ų'T ۷P-ev)@MM& ѕ'UjYWLtkR:WZ^ұ8[M䭞u ߵOsV1աTAr>fr^($<D,%!Sb@ 5Il{:'}[0R_"[#|$XxPɻIlJyn8O{i¯WvA.|usJjv:)r/d0Nl:k ^zaV v +t+$EѪ8k'6R]QbZJ%isKP^ZnN- =z67tXyFWkEEoG:{ &zœ]o /L-uIB9̈<=oOWpU|uUc>3tny?4\AtpU$̂:Ui%Z/,+`Z 8DGAR OE*ƛ8BWz$>el(|KP}#ϣt^#̆aS4(R'S )$Wiְ"d!piYd؎f0tNwT!R8pl]bNټK}U}FSF?SVk1Wp,Ä &r=zɜ x>)ڞqxPhe :@Ljqw^|0 D .Yfy.K߄R >F"֨F}wp~-yLYgGh` /PVr C$Թ}/k&3qhjƗЏD΀O?jUbd wA܃VkQTo$1N"#0%e FWL<e_ mAɑXD|UFb4;>A ɳl爵h'-SV|S[d[ܥiB5#>@)O?ѯeeC"d#AQs}|vfI @F8"cVD,ϋRZ*Μ Y e:4vw\L2d=94L D-PkܧWga"UM4zy,3pLZN8!UV$0";xźצh}0ʁOL3hNȥeiٛbPߞ+t_9Wjo9dNoGȮkڼ~ny>}} T(CuxICreW@9нq_1CgVRDlxlH$Y:}:2D:jT7&Ҕpy25ӅN>BT{&H|Kbk02EM!Ov`y9.5yS]ae/zA\*<04@FXǒ XB'A6@ v3$g|U10mYkEd󰱩"ݩO0UWBr1L5jnz8rٺ[Tާp E)_s*41ט;X-^/ !};x@( \͇ 2 ˑ(Q|1utu_w2bN9׼oHc5B>O͜9L5x7F2hSf}jJa%`9]aC(Wg*q1C*d[ő9nHƾo!TeD(,$yv& ŪSBlQ?otT0^hI(sG}x ۆ= %A]<KMz!?BC ϯCg^dD)be:ƝR' p z>R4y5^$S0xbo_Qd]M의9r6Щ9NffӖ3O,Gc%rWα{(RN:|ItӦI[Uѐ[׾$YZ;f9XEM؅a>g^<2hdq,p=G)|+!tڹiGrUo&5`qAc){͖Uv@gOdNYi]65wiDր 2)_ Er9DG(H,!*ՒT 5 ~ލL6Qڞp`_KfJ hvY%Q NiRXn8-6u1 >Bg+S)g9mC]n/6(]7N@X݉m'Zv'Mωah?PELfz+qDQ0`S/`y7U:}_{B2qafZ(WB ?Z4z{DX.Z=쬂 $[d U-C3cu\\M٬K%y6ӭ'0cיzuToˆ} =u=@a)wb`Q*oίF6 fexD N'mY8'J*$!0[xj}ɪ]`Ԭ+ $>,n@ViMLJV='hh[G^^3~ ~A ^ÝOŴt]cpljE;r-T٦s>4p;WVQ&h6y~~Bs1c{p^=G]ܑQIu  1nliސ·s[d{9Δ?DjqzztZ?Y$I~ˎx}p-Q#*) rD?.މMN7EQԑ-H|1&eWq+̋fOƺ 7֖:uSd<:'szRpF{ !+d()5m[/}ƅ[_rsٯ_o\Y'@=MyXZㇺDSiQm!4ӟ4_0Mb$28+Qi] ͇d* r29_۫HE p8|NCO: `H&[J=Ya-1c(AHhF)ɨC 1v0ȞYEoގㅔMۅ^7+ݹ!|2/ۄo󆮦W@C)!m.&Ac.D\`/BJRRhpH+Fv[_v?ݣ<}l5^ChpPm#'?>c:Xmz"'! #:)6crA+KJ#dG7 R+Ngw5]ٳ8L2ki~/Vfp0"}ԾIҶ;v<|xU d5q0vŞ҂mLo|>VkBC#жm|_W9˅Wb@$kЏ!c-/`8F'_KgST3čDɚ ~M*nDɹMcZl`z) )Xգ$战Y.IVh rl7Cm^Q`%qH ٭eV/'hwjq-aG?j:[.;#Ǩ(dM]Hc+ .<`1h&\+0aHRlȪۄ(d/2WOe|zJ5W#۶v8}Ugfj@ %Yn0jVd H%}ynDK`ZpTQ%\5r->=^Wa770*v几tďc*B^l\ք- M˯$+'!,k:hI v[2 7bX8-Oi]$Πw}%=)M:7x@T%-7YGp~z ހ{":=ZcW;6`dJr1㣛{x6vi)4\],BU)u' [@֭yRl/1Z&U3]]Bh}}n=X`)u'4P߫h?9LՕ߲)7Wt)5ne،{y`>[ƊU2t9fH7,ʤ:qZ_L-)p3K|rOVC/ÌY`u> ޣݟMak3eCX>9wIiy]"k,qC3g˷!\ufQG {\ʕMF\&^s>g g%qR{pՀd+.}@J|Oe}gMWX<:؀sE [BtR{WoEn^#gS,h"1lH\XRHQ\C5zhP ]LX4|):ϑbrJ8zLqӮuuqm?kA)TtHx/>:*-|oDsWqZDv *" .NϕEVo_ NkBhX({'İֿ9E,ݡQ9Ηx]bNM;zưY6'JUDVy64q76V\YM=8~ ٤sWF' fop prP KZdľFD$eq!v 0XsÓh ^f]2q3vW>nl}XSɹVŖK,/4v;4E?N—#7/et5 '(0wGpi#&O0( JJL6*/0QnțCvSvCxiQ5,HV) n7C腔wMh޶AC]9K '+4ˎ0?Q|ikJH ֱxG9],P)z}U&=#3ϤH;Ӎ%oLZl` 7jjzתɒiWj07H p]g\;xCT ?7ːy$/*J &h>zN^ٖ/‡qwUlg[HYˈϘđ4%U`:|Qe/l=Ըl@);9d(`'"eO.3ٿ2aDwΦۜuf [6 zHNronx)-Dgwq%Ά,VVFye[ۄbt"`O)ѳdq'Y-1ٖ :}"o0j7Ec5)| Y(e.0mzlahz:$NQZ} pTrԑ .nѷ`U(tgӽF$ݭӣt|wh.}*Y7ZR/Kޕa()pj̰ߟ@P#QtϬ2pkl鲈Џ!%h=0v)_).oIVnsJ-oE0St~]' l{"]ߏF@%QH<%ɪM0 ph ο:$_?+8aV'BҰկ0Jl{5xfErWgDGhkUR<~* RrB( HwAl^PН@/+o(fק͢ ޾0p]bJXG w14(><>Z5ĈwCj5zBJJ ‡~&?Xg'g;Z0z擎l,2gQ0f~^!'ڕLoT smFH[4m[#Aoe+ >Ȅ) tg֭!] tZ6m~XA%/P(6I]\ ]i,AC |lKW3`a-m*?] 0 gsIX,mv;sC dyG9 Bo9_}‹GN rppe5b$w'Ph摡|zU*`?M2^G?43# JyzGwZ-1 UCGhEvrpt=0uro?A]FG):㦽jl$rP,1^jZS%lk  Ppi:qTwH[rW*Ex:?T2/͑6۟pr*lc}8 ah1 Z҆Ty_Է>u'`~dBHR $cPb(!l\-m_-7X4< |p߼K'\'NIƽNRco ]=YW9?ax]u'ST[ij0g bLƷ,$;Yܘk郕0!<'y+ʄ+[)7!&0 9 knPB\]-,}_A|r<#HkRB!\ٛ'I='npk ӿ<b99beAl/,;YZ=>D 6m'ιN*_3#i7[8E={RZ;CP~׋-C.xyċHx#l_fK6kmv'$%Șw?84u~urRM a4!yZ`Cm'i$ƖJ%:'m qiTR.G{Q0cA$ek鳼sg̯Y) 1-}gf=7N y5D)}pw{"ttUC1oeLw".ekZUfCmgV,y~K sXe@GrRoBH64#NE oi5pX]tBmp' ."wv ZlR[ߧPy&>uKઞn.95EA-ϫe+5<9왥M?{Zc@i]%?,Z c$uuw"֗i#BwV!]чW stl)2CXI3J} `HjMAjsCTN+ѺajˆOHܪj@ gQ oqU4kċqm:2cc.ؖjrЊWq4ByNWx7 }a!@xP] Jmӌ̚T?B&\+8BܔG+c^T6}^Mm;l0t A at~H_-D(=ď 'Y 0ot#wЯ䪎qu񁖴 2!\i4>r#(4qͻ.*YD9_ ËIu{!f-fDQ^uFny }" d+!'Lp9Љ%=XJ~k-g o71'KsqJ a"\S8O8kp^92.CG56yE3RMENbVzk޲5Tj^ʻE@52o M"|6aM`%S\cY~SeSNiw8=]SAa!~:3F}9 ¥>ZE EzՇ`N-cW\ǂu3 u5EXA=!ge,?l+cux͎zW8&2=,.]rF]Dh5z my ٝ8}JJI Š$n&F0 B^ːS9?m;)ϩ!P]F0()_vG3ԇqҎJFA[ W;11vx\))eWZ{=iWan^,_)zƺ@w (gI,<ɋ HN:euG%:wGu\43NXy4wSD _vlN$6 i0z|S b*X`ZQjOt׸68 sy@E]=D㱦?# C/>dIF#ujan67>Z g(Z i7B/_-X|4$G[22J{V[2FF8lCm@SWc/Atr*mL]t;i~^́3#tr `T^k}74pjʼnR%W-'WI fW-ijWݐQ̛mVfD=ˍˍ7`uۏ:L =FӨ"i(gniYWs=Jߐsmi:iʕtH49j-{#H%)Kd,6`##wbl͢ozņnU9W4M2 PN}XvZ&>M9,:xb11‘ͺ#Q|+ELJ_H`/EposiO!ر; ytž`,ꍬf[\3=CowLEЙWmþۧ1 z4ǘkIbܿ"v\6\)ۨH3ٰxK^,6|sGQvfrx:FOx2|Z) UBAT;/-x$xy*d&ӓ\ ~xFx(K5Q$J"AtW ^K@\¤Y+g|. H#'l NS5Ƿ^"@o O@H`of-RY I5qH8zA*Ѥ 'NHPV)[PTw: km,ʴD4(UO2h=zJ,q< w &-XJ~DՀG6ODpE92lR!khzd^QLe7𘘐# ݰ),.HO[5 5r𬶦W a8NÕƝe4UmQ%}_46; yqFbY2Кl:34Oɼ_#W]1cdMfbIJlW]{Y+;`Z^`[A.Wޅ9h;ixT?sP[*"/%٥łL72Q 'W Dֆ-yWA0;l"V_HU[ԨAOLOmNgü|46OgHXsdgalm!N^v~t](ҍl\k< ͤ=FfK$fza!-CP'))w /5 D-tl 5t&hVuljS\zj;i3;*Tk-쵚V:#}@t   ކw: +l;VqdٳQMU~e&c3je b6?90Ag#69TqH{iO3@y|T(Hi_U:@}5;qCYeis69+'K(=mcf7B%bWz R''=Z21onRwp8anԜUr+m8˜J|P N'`(FM4@p:ǍV9>4de{br(e&ᶫ $28^ÍΘJ_,x45Da2#pqY3 -^Q !آ?~xy@ɭ.e`1.FQm]-Aϵ4O1@ =&$\4^nL=aP8|}&K_Lp8W1xieL o)wF:SJG%iU弲eL_+e$s$pzԑ #CV_^'0s!0tPt k,xCݨ6REggD`g*JJ.Pk։5Z,\LW(nh CoZrEBJtiCT\n} cYWrx_#?%~݋Jbh?5[.0Dalcl:ٸ?dƀmR$tr|P55E<:g@TK=byF\y2o @G| X|@#2UDtr0 kPimlWiߒQ*UODC@Y]g/!聎ݐ]Ӹut&eycQ`mao0Xպ iO$hu ҦW꯭bJ@Dܘ"QS(.OP~ɕӷDOPE>z8` tj4|Cоz$ݞ"T7$Q_%c"m08Ix/0x4Y@vB8Qs:Tp(u̕0:wJ;[jm2R^@۩2<'MЭG ߆ɫw##(Ũ (oY1ΖPS{R/d]`/7qO4KtDLo%.=:e!ќ[WDo>Aqq)^~L\Z ^7fgu2ҙfAYn56"ZhV" TLT8DgR53 j~dIFp7-6cqnzZ~gA5~{P6Fa͇9mh"VUBz| k'i؅ohT9Z0,qf[jy~N"Qб*8B i6L,i%a4 i`Kt;pGe':E8@f'Y{ٖ o{+xhmNY2&`(iouqL%_(!z,2v5<8r~CiY)uTCx2#s:8ZQ wQvjkl*3k*D!W+ܛ1xcPgk90Sۡ~rdmhI[̈́\x{jUq5SЫ tFloBON>*&7Sf 2DbXÙFFSqKg"^o W`H vmejs2gxOf=~B.+6?z Xiph{>3-Uy&wŸ'&m#J7 6MbyʼnֳzQlɪ:#!j n5rU+KO3M|y@ 2ElJ!jOwZ137d~FBf vꔡ+4IhJv$1&ڗHa:M]~J6<|;G052^L;,yGsRtjܿXb"qZM"M4Ix{ FTGIY=B#H4&~CNyC ~OG^.`-5o%CB y͝4raj^3=$aC jȗ({ -I!mZ]8m+XM+Gb`cDZ^M-N4܃A#c^5RDA;{"_*p? ޻fv\NC)KQhkE~D$nzȭ  &CS˰$r1[͡M%6u7?<"j yDtR7C\PyC.:jIʽXYc,Կh!ҿqPHS*D^{^tHWږŢgRg+/ͨziu1!4srruOH/FT( Z}"0H^LU8){-r.2=S]-j^mE"AٯBo|myĺ9KPK 7Yw*7ɝ| -arͮ;t3@ثЋ9/[ԓd_qzXNӻ$a#a]YV8w{zf5 )dv6<+qukoR`l( wm ):Fͤo^a?d;#ў'u9S\) AZ|ģJؔ33WHvL;ANJz4Ծl O&yVO5ǵuW!Gμ[s K_ M{LlFRU YfE 1M?[^<. e"o+WՃl * .{~t\|vVi 4-a. 6CD"==7(Yayy)Ͳ0-Q d1%$!Y7]'Z[u#dig*˨G$fktj'4z(cJG>c`o1bx.Gqe~f pvƫE~ ~F 'i~SMpˑѮlSCXjWӋO@T3CHNC\k N$L)"NtuE!P' H@!U)imUr[V澩gn!yS!?6K{(.6g,(K$E:TkO&PatkFͶ>Uy]MR̨Я*Ϩ/cO ?sui>xe|kp|'4cݬ!aE\O!I~38E/Wic!|)<+_vJݸ,erlj+܂t-)>BSQFK mmrZGWv!W! X3x|`_^z٬$Z[/W b@CVʒᅭLr9$=l3c\ B9$@F O' ^:i/XqP2傍38QF[?k4rj/^?ć.XjѨ;3/NXd|0TaW&t#`D`NrCH w!)-89#C0GȤ/] .Ly H]G8oұ7/oA$tYN"?AHy"xV4I$L6Yj/&?TƕkL)h#a3~PgYtjme+ l4kT5d('QٛQvXOr)} X΋P}[ ׀ӂl_.P9xC:[=:PY S=)М:h K >.RQ1hJN1= yC8e|jG'q]Y!. ӑf+d !F/ސ9Siؓ}ǿ·Ƹg4$by,V=%&H28ь?]'T$%)%` 嵚eג^D~pݮ¨i`7K Nv<,{ݏFGF>wF3tVȸ뒱DBESc縠[kHp!O'[o*d+8"!QGPޚָuESp^/m*+`¡0OhHwC KQ}¬'] OrSOS0%@)i:kvWSD1!:!)m_prR1I%̈I U-=PMSa3CeH"cb[ȂF{{v?xyѹ]ZG:ͯ*=*XV͞F@rpcK#fy+UPƿze q>(hkRv]0mp1Q;Bq&KPnԇYh` G; qq2IޢV쁙+ʝQ()RJf݄zĦ -6`gVM%sƯu7;^rc7=Kx|s-bRX8 |/g OnB  J8h9뙮b- E:\V-yJǚVpv 擪6|]#d t4&%C? ϹM}orEQcMY+r<|y*޴BæR)dFSU%K MtQ6%G\ܔTuBgft~Kp;qr'q',/aZxtҎߥLDټ*Up3djb%ZxSta)Yk%1[Z>c疥EXylJI"Fg4؃qG$dDZuxXI, GL| Ȩi[x9'[UN H1Ӆ;ՄT1CWӇ)\5.O%:lܧ@T+ eu}mLo9#!U/m0Ԙ${3< lcFg\AW-$yqectWNJ}kΜƓ˔<Զ޶9G+o ё6#p`o)ZBhSbz<êN]â 6[mA\ YJe-ia2l-pƽHĽ"[$1K~ k$j X#̧}+B{?s5 TW~_5c`R]q"PZrw̍x2tחe? xЋ|ۋp04Fɵ[Kmx.qwZ -.lTv3/kkX甗"]U⽪]dTL#=jMؿԜN +a {'#@ 3-4R=,Յ$Qf'N.;3 vmlp%?&Yc"+ðHu;E0M!\XG_}ѝ__T/KXw z('uA+ kF2K5|ɈZ du6r٬8[) UfLxTN NUA_aVʤnsL8 lЄ>L8DUp'> Fl"Yvm xUH2I#0 eS#|)&,LƊl!S}Ƿֆ3Y0'_V]Sf3D8y7V2Az nlFePP'zd(sn2 fua )^OEA5̏AaTV.V@El?P- NfИėy=I@äLshTۜ*@M8HYҚ+H4]'/'ɒLy6ZH(eLnF(xtUqW{t긝6C;C=,7Uzf7M8Ե؇p,ޑx@Xz~5uDH VQ Dt!8 @b]~]jGބ91f!fPC&C萫EЩ"8a61cLϫ9P; xUm1ѱ X,Y9 yr@?|4]YQ6iS[ҜWZi +X xz7͸Rڮ쏟7SS͜4KekE #Td򼓹HCe0󛕮ޚ2~ڔ'۪TjFfKo7F( Z ~8T+ca΃@9zZ(v .LE\vjB1 06%H`P[p}Iq]6rF\vO0^fA$ҳ*{NڀTAĀ}-‰ų3ž@REG'D\L9Ǥt~2u޾&G?e:27@;(i ^NFh M±dm*_gzܚ8243ˋQZCN޸?CAkvF9$_ēt jjNKn\\Uf|1{]z~醂_bR%) d|صg|'g*uuO* MT2B- -"dJ?(K+W`Cm\&mXM;re1fY}*?]UDZ䩸г'xY/2kY߃0;e DQ]$tU:F(ﻃzupu^m_9 Oq5 GKħoz zVp]YKF<3|f((g>OF:^:pdX[\[>:.ݷ-]ci\Vᜅ{ b1WNk׃0l& cs&ʸ/ta^OR m31B_U`Y 2J! /m)Q'4s HgtdV'o}|n' ''L~Jf7vI?T(+FNB3fH3Fֹ|>b_Rޅ"R_7: !DWd]ZGOZfL[M5W|"E5$9՛h|qiob4jt `Zr V`S[^&8F0Xi:ICFLUuA.LJSFFx?DS'EK>) '^\BiSK]EE+ ,7vokodl;BLBH Bv흌H[M6ζ+0h£eaP7YDm, Wv?](N sU ? QcX4Bk$ G*/`ʵnr0zLܲtZ}lsy-K&xUy'm%YʈNh h߁Oޗ񢌪TCm2UoB$G5Ԋw0tȃ=W"ҾBTPW.d- 01|كz +^!Nl0%' -R>/vo~YRK)C,Ȇte9,)@0Т9="f\F 0JΘ&eU s>X 1WY0Gz_ys#J2.b!%N"NRTfvqЖE쮯m^"Cv\n(n*w;Gc"lK [;ϭ+5T}LjaYPRfkvX5Xs(>)%atW MP g8ɩWA#6c/L0_O PR6pjw'jvp\8gp;eTWѶG}S"D"w@n/=dD.67kjP&e?v(E9[> 7O<)$ 9ܷͮ] onWI 'S:*)Gؙ~+`bt%qSyXutHr`n%g)3oioiϪXkL\ָ5i{oqA{>17(г\.&hFnX4RK1<ɔX~\ex=p1Aq|$ wG$[c(]૚3 5!'6mаVe0n\PxC" ؟tWfYH@ق$̺PBip>&:Ŷ&)W촷?&>b,EϮ$)CQ><"ǝX?GDC.M=so.eaL۹dT`NPen"sW ӱd?aSznJ}q Kc% a t*D5OE *0s<3K^mQO+IEAԛVB/I ?=Z6k,U'9ʭDw|ʢa߄%%W77cѷ?c'!\,aVA3p Tj0`j0P}dΘ$6Zmț &S7ۣ< wj:g 3.n`02c@c*XWK7`w]ObelH=SgkWvexC7:ֳ J ZQzHkWY]G/ѵH\ٛΨ=~t wmDurV\1R(~~9{H8Vϗt7"}H$pN`<}zTi?$<%ȑ_ "؏lПCG7 T)[ D%-! Z{D.!Ϻx>Oe`@i&&f|xFxa7݆ 5&\x^K4q%I469 ~!Nek,E&q{@<_Z.N&'|^J%P*gmbt\^,Z~Y)O{ Ɋmfk6c*uh#z;!ev&˕寨hcBh+ +KxoR)_7-3)ӫN 7XJ?U d Thrx%;bTdG;5 4T 4 Ճ{~vb.Z$ `ᙜ#!QsI{~S& mΛZBt7d!WPccs zx9lL!Tʐy!NY6&VVUoLe%2 xoуgט3v[Ee v m4ꤱc;J=_>YU GC.,@2 1BX eh U"k먒Lؿt|^t_S6pFHA?6eNpfIPvY5 Z![g&!]%@$̌_+4H.?p}FG[<T, '7~Ŕ %.l͗<+5vG} z[\~ŰfқW̩rkϏR26Xphj|٧`[Ix _"WpFlSvtaV5=;l5]za`@GlI,G.]+YA1܃ftn02V+PUb ]!]ȣȿ|*~c͠ R珎 z2+o2ꀫ=AnE\17F΅WEh5a_̦; I!dy b|Jqoa= %9 }Li/xɗKO"ќAM6څ>wD>/>yfCwfҙwt2ZuWN Z4da3wKzOTDr0W‹5NUW賈ݩʰijJpᇭb d-qTHFZ 5B]F&"I 2op%N^CָCH 6*K[I>w*JY+F LDm7R .E1wI4L3o)oejuG~ν4mX_u!X'_y;pNF K&ߴ׿sI7Sys{IXO:MQZf鿄;"!rBN%]m/"9J rIqؼB*E]=>߅ϕZMiF#,S Aۢ lb_\4>@٨eO\-fGTv{ 2#8>a)sw ܄0EboV$ bi߮D{̺ r13i/ 2ر:xfYEsb=" ~҈xwv2w+R ~ě|0DXk("Y^S6~L}VF7s֙>B8YwJeL_cn&},S[XuZd,InbLטi^A9 #3+>4ؿ89Cޒh{drPwt཰ ,9S E>8B]Tb>9 .4yLt|8C^(k8Grqz:z*/lԧ:e]g8$r vsEZ6&"ʖ#LV{higjNn8T-T%Ms> I$qBa% ]G>}Etsdڬ֤zCק\'*⛘B?ko;C߃5`DM/h.P@qjvvzvtx09("Y];rɡk*VLE.m<x2n˛nMtfɽLk 3Nhj]H|ɛa}JW= F+]H&YLa,k`.y4H0ort]T.ûrZf0ѵEVS_LByQ3 P^,zɋ`wQ!4IW}<*]RpT[ DIrqҍ;`˚cpaϵ5݌Ct[(ܴ#;qhM=[y[x,HM9u/;{7 *: 7L O)M׭)h:2 {Hfj׹F%+.PKP 6>mL7]Au&jނzm>ݳH6n rZ(81-_>ߺXB?E.k nE*{׶UT4Z9y#g^J3'y bvpЬfH[kjY%bEĻ\}]q;de,!_bKHtFtTZSun9ܮ6V}я;$DI=_f5OKph HȃաqZ $VY3M:C΢pL~`wN6 [+35cl.@D,Sgօ , 2y[Ga8y S.|`9) FM KG)ǔ5w󲊗A%Wγ5~/x'ZTS߭PnS&ghM^qrw7A-+^.|:~5!G mA hg#;>3]N&Xx2"[ɿmiѐ?qbe2^PB>Of;20;c_UnDeg|84y` jFS\5kN2]Jy)Y^A;Q,t3s*,-!#5 }\Nkڙ6ǝх:τ+s_h{k}CN߲(_+d>>2Lו1@˥Ry8 ؆wy2EginVE8lq9۲6قdh]Me"y[)fx ֯@M-0~EBK&aJLRXJ[>N]f@mdp+w,% |uSC[:5(P*ů=V5Tx5cL9H][$%Ii"p@%%t6`l*\6/e;.Hȕra6 x*&\{vߺ"F.lJg?gtZ3T**(FFFb>G(5` odm2 M{CwQ V f@Ģ6P>YJlaB<s4P)5ϲ[M(wokfTq~YE%xv#˾jUn pVH#;טjݱʳ*]]M1"L3m%Kgz2 zd@+ZAP+]Z-k)9퀎˝2 5Locغ(Y:<>U?$I_. jhH;p76Zt%]َ]cr:.G=R*P׃n7҂iUg~%zf'~0P\l,@nǷr<4 Wg; =K/CS]&ߛr dپ)GPZ63b).`3W lɬeE@eۣ/❵ ʹKf _[Un (4z) @{";҄MeJ3&]O$N.1! $r1ݩ,o`Ov!u f`A՚Ė^(Vܺh%RV]tXjFDkHgGԭMKk y,-X2p[SM8/x 4jOi)cF)PDjTB7APOF}6&~4FWW*-q˜ʼ&Y=[p0eK-gڪM"~0uB՞td0V#sRBi52ra{5fU_$ŮJѳk)\(3e$ >̣?Lff&Nnx4؏pNED#X{_`ӽ!œAã\1RL6YfvwWPJK¼h*UdEexr~ԤP6d@+Lg:/ W1X]e0JxZe.> t;(-,\'ˈ?putgnw:YKYۮG Uv+jۜۚ"16naS5NُA7JUfq` < 8KYNɋD KrKA%ߟUO˛GJ0\FsGJU[ޢ ij1D BP֪Re $,iإWGʵ"46((_ڳe$Ug֦'y [j|{X/Tn㸉ǰ'2׫jjL0|ݯhkUXl R݅PWPUT' ͪ! ;j]k`!O+p+\#MWgj8 醇szsIB/'Yu·1xH_$ l:@7DK㯠݂L: ҍprR;.t IDHGb;ތj 7GG 4Mδ*Id \"/n~~|֍9|HЍ9T`j4jh<3fgzJXƑnֺ1 hlj#ZW9A-c<,NRh@`YvFeGۛ8uXDifnMR*Ln ;#m)읂M~aWCcnY*$ZtdJ qHxq{=f#-"G)[oSI1E[Q?ߵgF&=+_Kx= N()-(3h#3Ag+k"aϊQjkuoÔzǐwZvj}bH*썟%Ԙ\p="fin+YrB$$&]t M/'ӥ?\ցys`J_R^ @k_"s51VG}Jt{ߦ/n`SݔP}ʳewBW!:hɨâ>2n4)mE*徊+imMRv`+NCUF@҆y qv4("XqDkZB 7*Y˓lor5&kZJ} PE<bd|W;PyQh:OMzD5,Sx)y1 o]p(y{u%ߜm"-B*hװh^v٭o/[.#pAu H1pttNl؞m̏rpde)D%|m,[X6yfʖuZzmp&Ǝ`y^/:3eK)a0 (2Rΐ\#zQ+ 푚 @#%G:S q ɶ &3~?gjZ xu/Ws/Gya*j3 LӴ72KRxo% =g'Gz;MiͿwy;?k:Yue"~-~PjAHH(7,Pk߲.d1<Ө9qDm"p!YӠ<6jL,|`b]8 5IX&J%MϢo( 2d̲I/uG WkBm dzw9Bp.?ȣ3FjS=\NC7ܨ^4D<|S[| q7T(urP\A՜GL !Uh@,X pT늩 .W C`A{HШgc4pE6AQgْ4W0iZo͡gZa-5 GD^S9iq t{/BgCrfIy|96e/JYye81'IH}Csg𰬼&pl{8(vQ@uY؎}|BNgZ~IYe:GTn@mc ~ tE˹k>f3eeƒU#zPyUk)۔ӷqk})*ei(rGkYnQ|W:0=o.~JnS.qv;K&`-V!_ !Irdth mTfZvq$ّ eA*LS7J!0~b0*a>n 7OCoI9,Y1=-3 iʝ:+o&Q@PYDl3 5Mv,|2IbɿBC+-])YG𠰽Խ^b֥W |#Wܦ"zc+wMOj]D D*nfo\s!R??rJQÈ 1lHd*,!U'/V6)Ci ꫰or\Tk;ܷaR[El7 qLd\uBKO籶}3:[,#(^/6.s$By0"\%'tB;d5m`gTwi?NwjN+=&L4V՘OiZ 3jLj,wz] %ɔɾ].Tf*Ada*A̪b``ѐ%.˦ƥ{W(*A'ޑUd _I8|c'TX)96!̿ߚZ[,X5j{%[*qٔDJWzp6LBrnwkGj NG<;r0нKG(=]Nc]GϷō CO&+ƗxWlc|L+MD(vfkD6(Ž|(ӶL0paDeg!ƞoaiZ.xy1Y g\<ݠ,M:_."߆dVћ@hy\e(Ͽ5cA]T#7@]Y6楸|8WNMXDѧiFz_T/ y4ax{ܕ :+?^9[}O!rO"#\[7-wvǑ5ۼ&74W2{?օ◒'`x`2qT}` ૣ:4+uTz/a-5[PAM} & ߌF3d#ң&WN=wV7q='tQ3j^ Hw ^ _u!?0ا(^~Ć7΢Y 9CTA-|X k!ȓzE dC1;YF#iaԶSn ܄Z)]SHyTns_y)XuSpG'>sV⾻ߗ>7>=8 \Sb)%y?@!yр_w~Fl:TGBaKÅ/\d.e&CgMy/kZᐩeMgW }vkd u a0:M<\hpCLn1.VDO=hbԨe }c&pݪy),ZT"H-%NxYJU2!S.پ[BEwmR?;p{yߙə?_zḍt6*!8H f!I]rK Jh]GsR}rJSqN뛶7MGE=@91lC@vrg ҊE\QmV}liy݉M@CYLT&MbeX~E qr'0`(*ݕ bLi(A%цc A pCc'DQ F&&긟Nppw;Nc# `N qOi14EJhHLRCBDa_yhJieU/kk(A60) \O?~v{nG|،(tl/HTJwG s2DYD1q;L W*󊅪=J^gO3&.Ю VM{"|e-Pd,3{F,|H2oxDWǷqՅň#!y N^P*+~yxVVx>Kܩ:_k.pN3{ahƎ`O`1a44}AڶZ%B EV" OhMS e> ͻtzc)T GRDə`8ހH>XKkZx5= } ¯i125-áŖ!Loz[ȁg11y8`{ԚGk<n$/,Xg@z?]ͬң&}"F[w}cDxIs.P$CRM۩(V*SAfKQ+~Jn ?GOM3߾EFLnhI2{Q-\_pdd I騻K7G~|@i dHGrjlwCГ_O$t,">1g}2K^xWJ5)z{prHhpbHf-/8d瞡)e RslS]Bzfj#31'kD8kܮ<g${ vRL$d:+[B`$^C"X%[ԚiWt wǘ@)6='_ ; XD`w2i]pݓK)8 W]:5b(ÍrxF|Z2L$}GhIp h {53 Ǎ^tEپGB+Bgh.(zp+Q}¬T>ޓ["$1Yn2{TȈJn<& dU_A,,Q-c6 _IA YZ