apache2-2.4.51-150400.6.43.1<>,z<g4Zp9|hv:W8pFgAF^cTd2%NVV gH "kUnݛ]|Tnl $p-.R˭D4>q,IIх$RPOKPl!aÂ]eG:vX}Zo~5}Yu+liLa}}O-A]fԗ 2ʿY/3+EC˫:~('7 p0ϑh>P*0Qѱ6CΓF\;5k1O5>V? d   5$(Abm s, $ $  ( 0   Θ;τ;;(h7o8԰9ׄ:=>?@BCFGHIX Y Z\[h\|]!t^<%b?c@dAeAfA lA"uA4vI,wLxDy<9z 0[dhptx|Capache22.4.51150400.6.43.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.g4Zs390zl32I5SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Productivity/Networking/Web/Servershttp://httpd.apache.org/linuxs390x 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((IP((9 y(9(9((IHY9889@9 ((Ip(x(+ ((YH(̀I0Y9@9()(98j`9hIXZjhI0y`(9;0909 )1I8Yy8@@8`Ix8z)`H,IIY8)8i9P9<Y)YIP98(I8IX9(9(i(9H)iIx((x(9((8YY#S z2I?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큤AAAg4Zwg4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Y3g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`MMMMMMMMMM g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Zfg4Zeg4Zeg4Zeg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Zjg4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Yg4Xg4Yg4Zjg4Z`g4Z`g4Zjg4Z`g4Z`g4Z`g4ZTg4Z`g4Z`g4Z`g4Z`g4Z`g4Z`g4Y4[?[?[?[?[?[?[?[?[?[?[?[?[?[?[?[?[?[?`;g4XF4AN^sg4Y4FZFZAF#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#ig4XAFAFAFAFAFAFAFAFAFAFAFFFFFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAF#iAF#iAFIAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iAFAF#iIg4Z`g4Z`g4Zw^O%da^W;[g4Xg4Xg4X_`jg4XVWS fg4XA|A|^O%dA|g4Y3g4Y3g4Y4g4ZDg4ZDg4ZDg4ZDg4ZDg4ZDg4ZDg4ZDg4ZDg4ZDg4ZDg4ZDg4ZDPϓI|\Pϓg4Z`g4Zw^[?+g4Zkg4Zk[?+]Mv[?+g4Zk[?+g4Zkg4Z`g4Z`g4Y4dcdcfa62ff43ce6d7c0c026e445554487c75cba63587c7b5fd34be2fcfc9f0e67d0981c5d095ede03b4950af1e846b1bd6d680672255e6f1b17b035486034851d20fe6328908913e43f564313a01cbe1d6d24029fb24aeb99bdcbebde725efe4f584c66011cc2a221851c9333fc3686ad8a31925dc4d43e006df3c8e1abfe9333efc1404d04f3b088acf1e5a30670ff2cba409ad8d132c5777684a0852e7c3b82336660e08e18a1e917d4e7327d81def8395b5da4ab5132d1d6ce87f0d46b456d3ae2ed531a309b0e42915220db03a4c984ba87d02d2b022ef4bf31f42d0e0627e94a499c84675258a9734b150a28950fa22cbaad5f1eedfff507541d9f7d9efc99565d1f900f5449c14872ee9a4674d68a5032e6ccb1cc586dd94517c7a200ff836db5b83fc897a10b8e8346f7b8bc6a591aa68529f9e1923a65eb3966fbe4817977ae9fdb708f397e0fd33953a3db1429755d4035088f3ff82cda2bb25192edfcc362b709faf248615fa98f87403f085cc042225a0ea15c3da52c2c48095cf40c65a53c0bb06ff13793cb799df35d522dda0ad2b0d8c57e4c147245106c69957d3e503f95235ddc47fd1a4c28a101a42a71bd79a75e5c06455c02f37f01c4935c7a2d60fd3e17676a2e79154100c3d3b0700a8e49b6fe86166835dd7a8196b666b93e4f2e0e5ea9032f9ad97578f7b49f2ed08a1e78df5b5c2e8e66b2969ac60e35d344fe19d8fdb3c216b97699ae65103f953b07633badaa7abe3dd37e4ce84b4d642a9b98ee9b17d074d945290b643fe102900e57a61fd509d56ce1753a7759dc20f4716ea7d07d9ed1563f0a03a84bf3438e92238d387bc8f7ef1b9f75e90e0fb7f4d48cf985ae459062a6314b14122490d327845f7012c079f745893b72d05a2deaab0fae9a3b1fc3bde126308f48b12a7ff4ae7de7da78640adfa1a0b8fa5b215c2d42398077446b8a968cdacf5238cb47dda0f419119a7726d33859f382c0d245545cc35766e03baeb676fbf5195b6bd9a52dc129e8b1e9314484ee897c2f168676263a42fd800329376f356b772f0a9518730f960ac2c3e45af62dd7319c1ae1d05020ea6aa765a3aa27093f68de335a3a21f903b91c207acb51fd7de162659e7b2d4a4c9f59b72767db0fbe9c05354ba65beb80b3902f93524c31fb8a7702dc2b03bfc4dc7125adf1b389f796ecfdb3fb3f5f03f3abc850faeee049f83287f735482da60ccc0b8cf2f0677d75f510754da9596fe7bcf68efbfebd50144b5d571d6f218ecbefbd3d46ca691f1e43f8070925e70d48c88692080872ac4ea29741dd25b72aa4b8d50c7ae104f9e76b83cc9b94de55fb4f4974a9706f70d4d919b0bc8648cc255d456fd2d3644b3953f14e8c526b7e244964202d60687f6080bf1d0efbda6de2dfab93e67d6baa987da19e9bc132c99a2ce3ca55afa5290bfb2b16b67f12a0e15ceb66adb01ad45a449b8441e068b684124822e56ade3416277eef2fe7d0c46c057a9c57062ee4a0524cc7b89edd06493169c2e6f4aaa5a492e29fb9ddab7fb435ff65ea5fd47ad3c9a729a4bb38bb9b24bd31d9db2e7d76594e141f95436381b3394b4fd70f32b9e691573e1f973d5562e5615815e95f1577e1f102dd7097d71466a7905e9c7bad675b53701709beb0f61a04993f70bda89d41f75284e1ae9e1e246e8ac014b3a017a4ab1386dbb166f4afa613b2818be56bc82fb2b0373fd65889a682c0cad5d4358ea1f0402f96cd865c5da64edbe008554b37fc4f79c5cb9729d852bd27fcb2f281aeefe98a1323d23403e1b38f0b416a9b2a54359c10391d69037b833ff3bf14d99bb21172cd29738132e771aba224da680aa34d62e8caa56070b7ced4955e5ef3c9312d7a2287e3cb0faa8d93083ddc06bab8d51956345e4fc82bd5f9db1233c0d88bec931b11e6b232c8e1964438b9537bb7e859655a8b030038a903d720d7cf5e58c00e253a679828dabbf89abc7ecee6f4c0f9ce8d15f2ae66979e35b5983e50cfb9c7bb716af179fab4a3a9088f3540e58249af711ab853d3e9aa3c732c786132a00207d5585247dfe5c65a769e258328eb36b069a5fa3ee51f6ad9c5f6e42cab012c8b53ac4accd9e743ef73d355deba686c2c610369313e393086c0fe5a711c69455d5c95ed5986b5752e308dc16612148881da425b69880dbf4c3fbfe7e78c3f0523f7f422daf236b2609955ced46f9d3f58eefce3eb96ea555e2a7ce7d89599e461a2dbf6ff3a6643488de7a7d234626b2f7b5e1f044124856da7d536a2d738274933eec44bb9c83d32966445ddbc0a4ae0f03f5d53c2f2b58827debc4286b5595912f4fd1e27c500ea1e916cad13de481811fe11cdb15292c262c1da31d10ee8159386b9347b1a824b2fee38b442de4e48473d8f62ed7cd37487b3322c44f4760dade3b400fdb7c70e94cac1fce43a3cbea356429b072621958f53a7d5b918cc8f6f21842be99ca5608e822852bc686f5a225204107dea21aa12afd7df38c4954bdefbb93d61121117718a39e3ff1678637894cdf0e875478da6d49921beac79292feaa6f3c6f3f096ca0e371945edbc1a5532dec14da693ca0e82ab731b0e5aad2bc5573774762428c25b0245282adfc7ed62f9f2ba99935196dcdac7e70b75cc042d1d11b43d761468ee079d38356d727c8a09f6f7084bb8f9e8cb2e8d4e0a0e0e90ae4d15b7babcd0890e76d5afc30aa468f819c367f31a74e44f95588492680649d00cd7368a53dff21e9fbd5c551d795a3dfd30d87b54af146d934f7271d459029cb49158bd7336cd20c1c32254d94540cfbd08993ca61d02bf69cc31ae006f5a27ebce9bb61845fe2786220a8fdc216c76c98a1680b93c474286728d55d13cfe8193b3c72ced693ce84b6c329f2b0a4fd364f0ec25e4e3e0bb6d140adfcc896fbbb14e1c0925d796cf16bec0fa04c970e544d2a26fc6b89ac541f52beb4fbb3b2170683f5615022cb78d1f781b2a60533e73616fd45129478061a31bd3948992b6b17ea3965abfb6a4678bf67e84264464351673e8f29695370dbdd2dfaf3e0e8cae86cd60a500d31af7a524635a201f9050f8205cbdf5a3299c4b7160cea7971eef1805a98621dfb119f7e0e56ed7f5d25a703c5f53ed7cf87654dfa8c1919fe7dcab555b378c0fe016a0059b2b8569bd7d1c4506ccabd5483e3089f1cc6e5a594f06923cf17edec9032c9f05f97b64cd885cd4495a1fcbe048407415bde234e560c939f74e2a38b92e414b7b9e590bc7e0982a613a37c3bd9d7ede5b5e2f75021e0c1c8a2eeceb03322ee4a9f575d69f8231c3b4d2c46af722916ad1f274701a661873f6867a8217dddfb102c9486545fd8fc220c5d11afb08c9c34504536eff275e09d7576f62b31122ac9eebbd43c9e92b4b79e28fa9c2eb0498934744e67a12d4753e6a86234e8d49e807e9aede09c9495eda8c0edeac8b5236de84997df6561ba35e3a557824ee5107e264f75347d9910394b88b3379df3da4c4b826a61abc4e663a46e45fe39b3398d1b28e0b6bdb1d8ff66ba9cf58a2360dd784a480fd0ff88c6c17516bb1288d914999a38dc5b731697b7f1c5056e68a9ca04a2444d0dfef1d5776afd0df51eee8b6e694be6113a1c6efcc187bc0dc47716270181129d182cf807f68cc8366deba844fd878e6a4a228fc4453833788d073f2d8ca44c3b3bf373555e5ea5e1a59d17536319f460db5f53417d69932349be7d9c010e4ccb3dd3e72d7c0b5e1234b4d53145650c7612cab6c24ce71cb0b6b456870412ed809e86211703b8b143a3a82be8fb6db51cbc0b4b8e02beceeba9d1e74b5c683501759fee14d348de57abbadbca1ffc5506b20ce07de166ac34aaaa1a02522129f45893f641120845960952685d42f0f92d540e5a6f89d09b03dc724309c3f236344e539074bd2ae5dfd6b20b99789bf28917c49b0d0dd053fa9db47e591530a3a5d3742195c342ba78cb6657456d72e6547a9097d597862062824110b459c5b800ad8176c078f0820e25741b5f9a628d6fcae2c90f4ff9e5200ed784ccd1098336611994b1a8d3a8872216b2526c3fb20511a86f9c96b4c8bc2995e9f890ef1b9af6bad4c4cb176adac6d8f424e546a08fa5d0ef9f506b0e890bbb67c65f157698839127cfec7de7bd90bd39eed6c2600a0f3f9c2396501e0c27058d511f178e9337c63da17813093b0fd89081de5df0de419545d895c2a0698fe9c5700b58a866b0021046a085c57d639bb9c4799088130b75153ccbe85f5726cab0b5352f723c1414f1367be7fba495cdaab197438cc57eb936167f2cbcaf59de98c208afc40f084225e5ecf61923e515a4d4006410935bb7562734977d71f019be15699801b2f09027ba806d82a8ff651dfb6a34ecde64c75a30027df12ec6d6e062025ab939b076964f982aa7a417c2e5f6ec70ac5548bbf580ef87cc06d99c5ce94397423c2871170996e61e3aabf84ab83ef0fbfee6ef1af1e4e2f588e648bb5e2a1f5cf4f1b64900c9dace5c6f6635bb79c28e31e9bf6ece39bfbc581d4acfba40bd08fa73831c9ad2a1b58803560e82b4c49e47708108a8690065c06f2e8c567807510d206fb24a04b600c29eb622eefc623aaf6cfbfca9438b6f95ec05c27fda35c523e535fc5acf7caca0178d089a7e2937cfb3c547311cfa0f96a526ccb36abc6dcccb3b0c7a343017c30987d5d1f258ae8df5724e6dad78273c4146eaabd6915f2cff3d825105654842a51eb81bd8c819b078eefba4b709a6cbd2b66f85346eca0d452a15cd4d5c3be9b1aa886430c9d1bcce9a4b452ee3a711971bf9a95c28492e8c89887639f281c76bfc94da4aa42f6e4f33c9cf94e818becc9a75fabd7658dd907db4d6c2c41bb0bcbd13fd8c13b774d1a8eb76374d5f7572166c76d7ece1bc79fcff0de37d8da540e13de37740e5f3dd3928761a5710b7be9e8d3ac1329fa199fc622ffcfa8c2265edc72d9856b4cd46847cd7ddd7ea3757df508c2d9e12bd858de040573380f2e758f4d7aaa2ca12809eee16651539358c09d83ac5d9452e7cb5eaec6b6913c4905c91afe6edbbb8ed87e853d54327ce5d4ac3cfe60601589c2f521f41a5b485b55c3d1ee003692a42043a8339c74b2ffb0213880239ff4c5c05b8f50e056d9bdeaed5a5c37b63013b80c5ed6cf92d8afcf04111cd3439703ec6b2836c3de7dba6cb8eb78abf1fbceeb8dae7b1d6363acad8a8646660810acf5418c17541e69dce59187761f7a2043d95297a69c2a123332c5d9ea95435b4b22f8c6939518b5d4c2fd2d793754917006515271f9a3893b424e52f9058cf58b02eb4cb8de16215c83c3a1a86ea4950dce951885a98de86989f51026936414a6f29a6eca1df2714150b6cb745c36128f1e3e5fbb31c74c91c3f4fa03468560653506a04268ec852504bd2c47a18abe5c88a49a653c30633f1561f2632808590612b1f4c1fa5755dde63ad55da520938f8c62669c33a5a9cf4b056eb6ff74bd4116335849c2f3b2743bd08544852a4b7b30d31e9a33f8dfb5892ccfc86a43943e34e42531d69a53f5b95cb23a23bff7d6bd035cee3c7742b8c1844b6cdd13b08ea55dc60e20f9159bd8559ac8cade06fd608b9feefc52a3192a42304d437e23197be490932f98ecad83607a76d8c58b5ea65750f8cec44e8e4d1245628c7e9b8f93e6f58fe18f49287ce294f88f46532d87b6e72de57c9ff327010b820036fb2ed3c5d6941fff03a5433c179e9ef0801530d7b4267d57a1519fd073f398f511c106aa53a065b8933cc1174e3f73f9f3c1107dba16d83d56be668080cc0eb9e951fa59587046b1c709c78bec603ff82b94f0493e20c968fe5c3024d56e532e9346ea20507cee9fd84adef17a7612be81b6ddb0b1541793a59bea200029b37fde6575d19905f9e652ffbd2a43aed974a7ce9d2584ce48bb5381f25f383e3871d303d64b53e1055829715adcf427f340d5a4a03fe4247ce02f81acbe71b8df8bcb71f0b858a4bde3383687ede4cd165b95040839db6bdbdb9aa52b14ff9c48f81dc57b9bd554fca6b977fc03e6dffa9dfc0b7566dc1fdd5aeae27d78b811f9c35971e1538b71e82a751f4215761d83454752972a3c65f25d8dcd665e93a3b2e07072ddf0199afd1b6577d41e422af5bf7ba68c7bc5fb973fa29b80a76d3c2ef03adc31fed635db9de2925f20c155f12971ecdbcffa4befb66716306ba73b145e78891f1f4d1cee7616833abe9e578ddda859d84469febfdf380b5a89cb4fc51fa59856f3a0690216ada80b0c4eaafdd9b2b5a877ad128d6fb6558507978fd5861cbd0192e423c024b94b7f6fa4b081eda29c5214388f4390b0070b8e8e448e6cf6297f8df8ab0d3de7334a802ac0e2d31fd891d37c564aabcde10927299f7df8477f5b6b2fa408bc0a2ed3dddb36da2225bab33746b99e0c7f6c5226718938b166b9240d105c9d5e2c44b0b337ea0c3eef849b9f1c95552a5240828d5417fe434be180a97d7a88f40130a61b63c4081c87064aff03b2839fa1d232079b7b5b5f8b2fad0b0bc8d5e4c7719d8ccc0b9ab8d5684896e803baafab7db133658345890c4e74fb424a8f4af2440b865c074c16eea387b9cf466464084d6036baf7995a5f7e94c55520e04394efb85376f27101ccd1da99e3b68ff792a6eec003bf492bd62474b664ceef446cdb067befa537d2db9bf8f41db2db6cac4bddf68ba34415b4689989972b766ceb3765e8489c916928369ac07e14d885f11f2cfc2e35865bd4654db060a97f2243690f7cde1cbb3aeab1aec524550c0480fc0f12d9cb7e2b401c17ecc267c565b7be9c2d31bf96a457911ff568e4455a2d865001c1da10d912c6604eb939289cf03778d7b7c63a5e679286fc7c2cc8291220f98ea458d1e9614af5c6afaddffa620c1faf9e46864c132288ec719698440d505caa4ee054554c920a407837837bec4c8ff4ec2c9115ef6d0f9d808cf05dbd7e5eb129e690d6c24f927f7d5df7602ebb5448acb1075551d6d5d4520aad77aa0d1dd0142c6a0f68ca6e85adf0944455a5fccb593127665a1b356f8d0ccc00fb57b8afb51e42a00565fa1227123c9af299caa6e0ed9592c1b6f8d42e7b199b44b0927f3e7d191b185a260d12723c9af299caa6e0ed9592c1b6f8d42e7b199b44b0927f3e7d191b185a260d12798f636ac39682099faa48359ce3e40233923c1a631d5c96144c83b1d0f6333b55bf1618d18fc2fdbef1b7f1878f837854c2856a8092082bbdf6c83043d9cdff6a1a2f38f16865c303b2814aef5ff51f1df44e0f69fbd3ec16394faf501d01c8eded58a574e0ea9cb4abd5f1f2da61088cdb396ce2e53e9e8b75ca1069d585ea3d4937267466e87d5a9dcf95d5e388e0217dfe048e3d374dd8a50ff8424a5a47290ad5f598782813d7cfd12c8deac9aca89a66c11c980026b6952b9872deee3880e9eee48e1b127db475bac52fa162221cadf6c98abf033cd93d4024dd303d0eb97baf8c80e64ce8d5df4863dcb720a4cb8bcf38cb175fd7ed85b096d1fcde227940469720e77cf2246bc0663e0f71a81b6ef687085628013b7f12d9d06df1e9f4dc45b1d1f625cbea75140ce10aab4191985f9e32fe2c9b7fd62cccd5137c9c21def34d2693ebfc42a9d129953f93b30b3266665880f1e15de0ccda29a3e88732cb69440c609f507059b2fe925d6fbc859c4dc1f80ac8762fc287139bc6b3d46e285bb6ad800a26248714c25bd8e584c6beb4594bfefc96450c5b63012b6bb3deb4b0ce89bcb25ddbb7deee94a14f700be59ef09f4a4772ec29299fbb7a5ad119683a16d1175b4416b5f46a507981596cc0058133a3657e4be2c7a652104dbd78ee6e955d8278583a35dc827e3c9a666e08c6a5f00b0dd00972ef640f700d4d89601dbf58fa2c80afe4f6ff8b9bfe5befcab0cd06ad6745b5ea165b8829e4dd5067df5d04323db712b992f9e5815fce9839be0724cf57920322e660e8461a06e1e0e5dc54de294878b64f1d9c48e6da21d09b359c48f4b99eae10f4665b90d58f6507c82b7210052b2d3b2f3abb254627b6f312e4b5484d3cb13c3edf44cf7ad974a02d9af482d1362aa9ef7814f34486056fc5cb14b9425a837c5ddedfb6082e32d5ed5df4d4026a19f12a16b692f2b648db53a24474cd287fdfc0377cc9502769aa7435aab5b29cef3605eeaac7a2c4a3d57aa3acc84127eead0436ab90fa924a44aa6c4f74fa9f1788d6c4bd7f79c160b1f1c95b69213b4d7ed7b9ca764fc9615901d283301aa63692f7a37fdd2492710ec0a730fcb6db664ba1dadbd0333aec38020cdb3378da298033522c49440bd754d87c757ae0487ec48fbf95f7c33f402e4dd119cba6a101a5d15584c4c931f2ce6a79629c44fd4e22b6e165b0e3acb1864c0bc46f329018d8b2c4766ac499ea2d02c6299c79e7190f8310bbbc787971ef0f0037deda5d08a5b9393dc8ebeb65b8f4e6a8e01a16b77eee8e7097417c4d4f59e723ff49751378d9ebbbfb37eba058fb06557b632c8268d329847efe27fd7df4da551ffacc9e2c9f1f1a71efce81d954bba361506d349f5db7c2db8d944176706dc0982d975d479c69717fdc6b47933d2d09e2c65be2b0f904204db8e7860997f4e15bf33e3aac3d69be5d5dd65dabdce414990c90a3da0365e4039adce1401ec973821dd383aa3187743ba97f10a89e8402e84fa9caba2cfe916c3b69ccba4da1d3e12faa32f0f12059beae4cce2dc40eb7cd3b70c7bb175427c6c9040cb108700c247484a66e0a14e56900c4b87820380da449c41dfe3ea605f61446c8a3898f61dabccde41c108a8f02712f935789a88dce26b82da54c4657792275db9914d328a44939883ea0498eac27db9669c499b9ab63864d49bc1a29dc5f8ac81e7868b297d13bf16aeef08989ad5f421b949329906c20c4bdb29385dbfeb9df446367a5549d7416b2daef1d96ba999828ee11628a49fc11d4ff14d73c115db42ffbb607618a55e2e59c02545c7285d4d5d3931c0f6a41c39968f4b10d7451cf926b9562905dcaabe0c21a2a6dbebb7352dff4ddee4cf48b42780afac51ddaf1bfa530fb0754a3c06602f166c771e88cba966878a8f650d49ebb98aaf29cff47192753e1f6b22fd46793dd55819e8f249177ec447054bd91897840cd942930e9ced1019385b1101fdaa7c07d01d63aae771176a44d3df81d47b115b5128aa1ecc37565f06a8f62e31d9277bc38a664adf10c970108b95fa3d1bd93af8386ab7f57b778a73b8ef26ed7db4806bf722bdbdcbd5b421d40355dbb1c682a6ea75e7640f31df2140819614c4e7499dc65c91ee3538d41643ace02960287a4bf28ad9af893ef100e39803e09d4144877b3e1bae0045ae4a2e3dc89c2fa573bd9c9f8be7bfeda0c8f9718d55003f92e320eb3defe2e972a54a77d92c849e92677e028a31e7855292e0a8c66c67ff92ea660743006d47de9f012193cbd123a17ba79d8ae054bb2491a2838948de17ddc1334a6780cf7a8164a4114412db734c70eb82ba6db8c7f1638a66be9b21b47bd9792d52baa4c007827e092ae89636bfb89d907fac6223d5c25c2e89cda4a74fdeec6713d455d39914fff821ef0695af1a2ad13cb0e54babf019703fe671a32fcc3947aab9079ec2871cf0f9639245cc12d878d9b95a180a3513eec9e82061c21417d9fe1c674ccad3907bf1da8e337704a565c99ba78c544ae779066f00151635a6e2aad9da2799345af2f7005def96bd6a8096d3a77fb8dccfecd0509f454036e1f11815a299114f40278b237dc3d729faf74d209cc791b02fe3152c1bf45113204cc7fc6e4a33be92656dc58efe20db5f9de098ffbbde8ba1fb56ac130a0c34b75d6e2b99056e31d64edeefe067b329e84e791a4f4f88320ac172b57e9aae99ec802dec633f16ff3573c0c34a2162517e6894e96231125c3cb4e67c29c78e10dfa4c4406179593771935ff25a50c54ba7913f34300ff9678a9d04b1641e16178eb708a997c198f8d263515a7631e33f981acba27fb68e94c54a7f9dfaf15308f7b920eb814aa3073b78ed2a182997db467d692994fa838beb0c0dbb1c9dba2ff1516e5cd3b603047c6972399cbbfc12a89850142b98249b0baf87ac82b322e8a310b3e0fa3236223502bdd5dd53faa079f4ecb5f9ae500e4eac68fd09f6a88f07e85f80d2b02e0c55059aa8f01fa10ec067ad94eb293390f918fb4e37bd03dd8fcc25223b3322d631e9009296ca45957b2cab9920647cb8259ac102f833af93aa720d38fcf159408f15007b6fbe171b20670fce5b817ceacd3abe21c0a9d2192491ba5a4286a2835ede1a81363ff1840ff9b2ca7e7d821ef53d305a5f30011e9ec9e093913c1e712f7fc9f3d44a6e64859e4e5cf683f23e979829588cf462ab6ed643c6e6db354aec599c6b8c11db9e4adc72028ff517a6e81f72a2184c7f5d191944db4890e5a6d7aab5ca1f5945b6d2ed3f37e2953daf2cdc4d832f22f39b97257c648b2f94d0c8aa654603e01dc4ace5b9e301b6c9bc112c960525d682b9fcf86a227d6ae083ca05bbb31308f6a4fe3e4485f8adb94a9127ca7a6cb4f64e1e7a27f482e6d16b8a3f60e8edaed208d860fbe5eca717cfbcb58891d431f9afaf30aa740d9fce007e820a599f22afa0dee28fb9fa51b7a9730e784fdee62a1a7d683738e2ba1157a16b972085da634754e11e6d694d750496da66b44ad12f40763ccf874c0b7f0104701f22bc0f5edd3235cadc877638a8d56ccc86e74f7fadedf0202df263fed2041742385632601ffa89807ba18a5ec0c2f412f75efc23a60e632d4e88ea6d8d2e177d03bff741b79dea7e31763b4aab87d9c79746a07b52938bd0f959bd23e00c194af8df29a1f67032886195a5f00a3e4ff3b8f80f55e3104247a2f9c2d2fb2676854421f42fe152a8f16d775922c146cf5c6e3cae28353ab90f3f664407f6970339ebc94261f312e7465f73905ea3f7fcc76143b6dd3755e231cae49f026d278493537f2380f69d1f259a5c59c19d81f16d70ea52bc5af8bd763d4302d5e4d409db887ed0709132f6fbe5eca717cfbcb58891d431f9afaf30aa740d9fce007e820a599f22afa0dee29d6a2f20a8b72d861c0cce65bc520d01beb74ff4bb0c22d3b1aef8f43aff69889cf4308a656004270f9b3a006b06955579bb62dd8a67f4bb7170c99438fabab38fb9fa51b7a9730e784fdee62a1a7d683738e2ba1157a16b972085da634754e1306aab88c51b44d3044500a3f737ac64f92b563b72ff6a1308df697f73a527fbb596f3df0f5439ecd36f1e48a98ceb256d4fd0aaed13391f01955e00bed6e0be663d5408c32ac610f28ac172c086ac45edf5089153561887d85e5a5e67166463a86c735194e0653411cf89c6e97e5f66da2fd1bb0d77e921300cc22335b221cde7f832eb50c1e1a9de8482467ff9f536e5756d335749b50e0601948dd72dbc8453090c5ce6a3a14ebcbbdd025a8f2b253a053e2210f3e1a31766f4283daa85306fd495e9c197035958682500456e67a0cd01e9bdf6d4f09dd340eec3e2fb4d816d5ee2604d4c8d2300de5cb1cd581d2a48c98c43c6d107e0266dcd2dfea15b10298e6ebd902a2de18491c9ac76f37f039761bc6a5a3bd02f4ca12990927081bc39fea02a766c55c480432e1e0e92ae535139fa2ea3cfc730d4f8095c225c5fc98db8761bff66a355d6a2290de6bdb449e90f8e1114fe8789f7c4cb6c1804008131f9828c134ba9ece109e4d72238f24a983ba96884fff6c7d590dc3c820ed78e3080bf8609701a8185676cf527bf2909749cfd599aed495fb570a71c80d45c3fdab9daf1bc3002747d49072cf763698f9a417cc3e96d3ff462d7feff540c7ee3107e743c187450cd5cc5fb7e504431980f23445bc636d38f844b99bc58442f8e7414a1f79e6edb38825c285e9778a7425688ec39499529db06030b81bd2683e496a9f97236f5b61b6d3a57dcce9053701515bfd0380199858fb84995d9dbf3dd2aa293e6457adac3437bca6f0309c30d0b55fcf643ea8436f5d29a7d0947a73e1e09d5e4e03c57ba24c23b84cc4af3ce66cb44259849d929b911711c25d25c5e5273a22b889e169f09abd2058ac0322a26e297465333b479817a4478f99a8a7a2f51dc97cdcc75d99e33b9371deb9d9f2f25abfd05a0d86d9c5a67c23695dd601e482e1aa04721d3caa0ba1da8a2ee6326cf2d40efc6c0abbad0057dff13ba7a73c2e1d7dcff33c932efc8520f12dd30e61836857f7de4c0993fe85f061b21310cb457274171b0d74dee3c21fe57043ff5cbfb260edf770e4db328de769b4abd34e48e943934cb9f52afd1a3b0c60ccf56291d691ce3ce28f83e06e9a81be41355da1c95c6e30ead7ddfec81b5a42b5ede5ea93d667203b5d32e6e9eef33d5999979447cf6a1a64ffcdb26eb9fff422c1f744bf6af349044f8ae57facb5f9cd6c274b568588a5c104c716d0e88f490f75ec04f989104b281c5a9a7a63b2325b56bbe339bd936838d4c1e3721a6fe6d38f34562836b1deea5ba40f785298f922e9822ff70cf213f0670b7323e6b06ab950814a4e5a011a28cf30696250e3a72d461d1241b39325af34b2f9eb20f12bde94670a657fc1808692d6d10ab4f3ff834a0a8caffb9e1a5d54e24d0fd171386195198c61dcd9add90a5cec9528f19ddc2059d67a0d63078293302d2b8250578643958fb9405cb250860cf80661435dd0a9362adb0a111f3274d0cb7fdc3a0b9d6a4440053718d1b71919c4d4a57b81bf732d7ed4e325357aa6a56840bcb8b5ea33ba9ec42ffbbfa161628f5e96f239a08d4da9e838c8983a428fc7bf08f8b15b43bb1aafbae3cb1b6e5191bfb552b2d0651708055dd22b17098c3c6cd84730bd996a0f95e2a33c6b79b99abc982dfa7a96dae3ae11c417da7e3899192f90c13508254f8966fc89fd65825494aebf70f99c3684d4e0b50056169f8278ca7e9174d1ba5f6bdf03ecbe4f4779a0243cb98f7dd3d6c1e3756dec52006cf6f3641b16e762f895a78004580bfb359a60ecff3d52460ffef9dffe8fa515f123df716d153b4a2da1d1b8a860131bf7600e3f3fbf902acf827c4196d5e9ba2bf6b305c12919accad05da25650884ec08cd8bc1f0c00a0f5f86fa7979191174783507f2b56b46b8bbc6b826e46d2f9fa20246efcb960b5f69ab8ed2eec95c791ca9c1357dfbe2fddbbfc8e531053f45425a40d29a8ce99a00d86fa68d4df970f210da75fbbeeeb0f6022548f99a48d27d3162674ac6b60104d3bc2d179d33905e674b14a163fad6946a66e1fc0163a14301d841abc6fee3d5ba7f6f28890dbe9c76014acfb0e5816e5962d74035aed94e03a487f14800629b1907ebfe42110cf47d1db2fd968c616331e5269395c8095b31a6b9a16ff01de66fb3854d73443dc7efd308819ae782d7fd825efb3f96a26057965b9f8d5830ef51adff614ebc701ff0a89d9b7c85c7d6b461dbc5ef29352bcb91ce1b6cdc3ae68b0eb32ab8f64ec6dc028879896d1c1fc14c210bccd05978355c040e544f71120dd9ea7f9792ad6f675e2e0e050f82935a1dbe4e98b55670d6bbfae4ca57465a8cbbca4533f39855c683f8415717890bc55fb89caece2b1c05e9d34ea7e11bae0c09060b33c636fcce167980bb07d53f2569037b4f8ce075f1c714491f1dddaa873048e5e4e74d1c082d3fb3ef55ad9349ba0136b788a389aad66577b6013a8f2995c0d17b8b1d82f7a6d439ed0fba8a95b44458d8a5f0e5573d0934481734c58fa73d813d9f0c07079ca2ef36e1c3d5c91b8ed30358b21254092eb1ae058cd9134b1aaeffb384e6919e3625a246e8146895ff7ac5f6407c6ec1ef20948a5bc028f514f88dfbe172e31aa16ee1a4ff3efa76963b5a6f391e4ad3e983ed1d9359f82d34244c0f1e1f1b0833fe775502dc1250ae2ed4ce9a2e36903e8a0b9c4c22324dd7232e62feaff0e40759cffb7ddf825f01669ecd027e1c2dbac5c8cdaef88435da9a52a68b6900eae6116f7349c4045fa653f4094fae5e2353f0b70d0624c0c6f87bb97eb4c161352c14be6f72fdd8da075019fa2c65a02c5cc5cc0dfc54e8e4dd83f961351f90f4732c8629c6da73cfafbfe91f3bd47bfc6abe4d438abccfb3b036f39285dcc0e1bc15d4bb3512d5c6e7665201d0114941390cc2167e820c96e756c9266cf196d264de3b4907246e223fc3cb95b00e898c4d09f4baf714ef2f9e0a9b58b8580b7f188ee15bbd23cb76716d7643176011a6339b05b9222d89dcdcdf19bf866aa60a5b9f6462d3ec2b995c35fc0e1440a89c066f50f60321bcde499dbfbf4183a7cecd1d142cd3297d2f7e490c1335cbb2b7b871381478474dfbe5eaf63d1ed73b441b0e316f34b832dc46e428c6421d97fbc7baf9f468396cdd501386f113c78f0e57781fd8bb86e905bf000e3c976183d82f116db015be17eceaf9f80bfbde1aee9e527e9ef842241c66cb66591ef28cc68fb6e012aa3b5e874551642fc7a60b305021587f6c188371e439c285043ab1d463b6a42ebd01c135f7c24a277d38fae1dd2afb8a23d81e7a2912fc68fd40150525e42fe42df49c50cfac52de8fd17cfa94e1b36ac7739370edc2400eb81fec68c9fc18880530fdddce4621bd8ebf06cfddcac0327ff4f8b4facdd3426311feee63626652feec2ae4038c697313103b36c97b74a17c22cc17839b71d7bb8b70a1cb7f909159f8cd359d02a018798af66969233482f77b86da6a66f5ee3fc2a203e2fc7e07e2a8304100d0b5fcdd36d112df29b2524480b8c63c5aa12998d2428219eb9e1ce3c31e2ade36d493d1a6a878da05d8cafc9d89ea196358b05ad09ada7c51851d7867f11711f194e7b70606828646c04fe64ab0b2092d420ed368e4bbe1b37cdf5d7fd294cf3b0a64bcd73331669917f61203e3e9794ad0fdfc0dd750efdf3cd95efa947aacb15313a827d43c267c3cb950f30e4304e1658d2a4cca1a338441aebdb6be076ab8f10b0c9e5439eab0625248e7a46b34d088c447da0e8183ef665b085ba9fcf7ac978acc2cb9325fb5b0d20ad2ff14c9e9fb5c631338f3cdc28074d4a3f4a6efecb0aa68080be29ded9151ec931683162a843a5502d2b16628bc08b6e59648b73696c5f8edd616481d94b0fa54de716e2331fc0d41a57fd8916f6203e8a403275b52428e3066e1dd5b4c115c04607535fccf980373c0bb4b7d9cf9ef492bb5c194192330d8c5b77a66c0fca47dacf9379b2998d7b276330c8213cfb7b7712a304a9be439f889d14823ed1f64b305ee959bb2dc56ebaf437d124164a41dc6ba19ac279e3cb4d3593bea8a11f7c7d3c9ff0fc1d3165e23e10705189f6e9536aad8579c29f14eb25668fe4641106c04c5dd24b50d72b35dfef4108c55cecb56e9fe4f6106273f08b83b64086127de8c0730f93c7ab1a555441b4b8de6f1bc0218ebc8e73b803b18f900f53e03779f7a04b11abc40976dc58d265dfc72233b859ed58e0a0f41a2f42c9338cf5bf16b383c7cb32f6b0ac7bf2ba12f11536f526c61112bad4a9b5736dd9d8e8abc435249bc089f1438c2ef9c63f2625156187ee616c2b6dde1a8ca6b3bd272097dfdf309a0d6a8573871e6f9097ca501e4c1e657f164809ccf5d7ad64c525539407cf0130f0ecafcb9a6fa946b31adc052d946df160ef3ffeb096e277cd555f64cf76268228b5c1d6ad63375efaee9391d544b36022df8c6b3f0fc1b23d403177dc99ffbc4841416dbd3e2dc707c9582747ffdce2fc76fba5ab104de4a2de335b7efbf7ff77fece34506195af1b7267ef47c29886dc33fbfd95b472b2aedb2c098dfc0931acdb1827f2ad4258f447bb50432acff9b9c74176d8f6b2517f9fc5bc4b793034f681a97947db7dd66e0474c1e4ce1f94828a7c779b5a297bc66e8baef2bdec5ac0a84938af270d7a47d4d01060f0bc21f171decbfdd71b94968a6b2bf1bff25cbc495b102c69885df83ecc5bddf37b1f354a087ab59ac71ae43c2b7657bbbc81be9497d11af5e71ce1c248075d909ba35a716ef0a8a441abe9991b6825a79345ab9ad502ae55331ab5f9ab2de382a21d2e78ffae9aa5a3e7a716e5e527b867520ae5230467353a75c38a0ebbf33532702badc110ac784c1ab3c110745ceeef23efe58791d5576511ed78fe916f741d14a9af2cf05588d4ca748dd9a4bba9780c464f424076258b3911807ee5acdd5b02a9b9bb1f83ca6b02bdcedac2a31962313a03d96bd1b44c8f88cc949b39cc71dd0efa459167a746afeb1b08e97a6c70eb49bdca26975854a4892d867cc6e4ba737a0ff9d65874934ae36efa5a0a06595354e73531c858361e26b9435dac44dfcf665c2da33faeae4eb329007f50cb9371c3f491a32b3029d76b473a29de85f92c3f559c5265c715a41a6cab5c258fd70c9a32069e065872b7b92a0050e1a910a8234fba613c8755c2e39e5b4e6923f1d3083264396997a6dfce296b0df8840eab8be0ed67fde1ad340a00c91cff373ef41c6252bcbfbf1e141670dbed6d23b1dd199bbdfe0a740c5752df60583a6fa24f6bee0ca51b883a9eb9dc0d7a4e3b3ee57663b460883ac8c02967dd2e054ee5a7076d6b822553b076d00e37861267ee0bf67b14169057d53bda046c5176a6c258840c486d2a4c5ed909b7ddead1ad5f9a1664756be7285c3a2a0c33fcf90c92f6b4abcaf579425d5359d6f8c4bdf6799bc95fb0d8169e9e58f9c867b9507110b53dccc3f7762d3068852538415223fd23dfa3c369eee5d95efe38ad4f53c0bbea621ac81f7dd3b0c1a2673e73951f0b067e2b82acf653270241a8bda9998f9cda35385fb8e5f898baa88516909457858bafb1fdaa9dfcfd849d263739ecb63b7d1b7f04db6ce6e43ea0d5b63206399c63d2d683c6a6c9dd3af3775b0e0acd43c14f99d856908768bd6ee029014527d1777281f35b30cd08e3b6890d63ac81a8b53c5975f5e0ba7552134c6263ebbe087e8a8fa7e5a038379d8651ba26ea008c471a72560eebcaa9d92241423199c6bcc6d9b0c9bbfa6ab6203020773936fed76a9d57e3a535f072cc975f2f5faf8fce82c180923b4f5cb8da77b4cfcdd892e4480fb29f426372353807441d118233bf02ccc463ba31362455be16708c953b9804135ab57796fd6d078c43acb5f7ab1d9273f13f42648fb24eb9479b716d0d529f6ae370b255616742347645559fb828ba2a7f513848348e0573714d5246e76d2acd75ee444dd92c92c2e0454f429f5cac96277be9ef0a77b372be935729c00ef20e83f04b5a1047d3041bab4f554b4d81111aff02823719b941ee6f868370a2721120a249316e1c215b43d13560d0f09c6c37b694761abaac11383215a4a0939a1c7401c8f8572b3cc763732d924b2b517f1b64c786197fe50704c00eea088c836ebe608f8af5aa1bdeb642a8d6d08ed811e30c0c35cacd4b42dcdbeb3ae25d4dd10af1a086c49bfe9d9d053a7b0c230780efb714fc40e497a4987c57020531a81def0e4dafd23695dc72301f11994424c9723e5a5d19d5777627b8fc8550273c532a25a3ec2acf30466e5ff00a3fa83cff85adb7f183a1329049a97226016e7c7c19d38a45145ed592a2d5d643c58177071e706f0582c98538a69174d9fd4406f61a53707c9a9b6185c577b12293e7c9fb35fa9f3528036a8b317d74580ce65496f3b64b31ef4a3c678ce22ad62db6395e4e4bc21d0442062659db0f5ce93656e8d6464c172328dff5b2ac81a6f7fe5350e69da648087bf0947e34d18e5b113684287a4e356dfdda3b73fdc9ce15a9055472f92f7ac5651fbf6ea7e1dada89ee2d8f3061fe78788e3092e97888b7f38a4f1809eda77cdbd8b67bf1c3d3fab9922ba8dcb3bc39ea6317d6dd631181a4eb7e7b2719f1857cf61c2c16db0823c3af82486761d32ce9c9d41c61f2d57d818dcc088c2515febc8082e5e04ff9dafcba4119e26309c4bfa96331775a648ef2be7498a395d7f43bdef9278af7d1dbd1e9f19befa33d91a7b4b3e62d8415c7a1fdbafe432ce0c74374868b77db087c7efb87f879702e848f645c6b768099871a72d8579e956b1054b6ded8e68e5eaaa5603d4b0eb586b08f5c6ecf44466bdfea1df71697094c6e1e112e98e90b9871a15524e00aa03fc6b14da7a2df07ee1f863a10149cb5484d7276f961aa9fb5b095da7310b801133a85af142bbe970a805ec9e95facd8dceaa0777eb2c717d31e2cc668a4d556c3eb31b488d286bc9c66da68b32a38b933ce62d6d4b3d2c9d2f9b33978d984d8775f2f8939de2be137bd5c9f2d92871922254736ae1457b3582eaf792e06e0d2d1f071ffba47ad1159511aa1e29a5f61ae89ec039ee886c6ffd015aedcc4dd1539b26c5c94540860df59fd95e444c1e37cae0b8cbb1f6d108779179a0b17f497da103aedd387bc5852a98676cd90034f6840e4fb4d2b20672d0ca16587fff0c521a64820b1c909d93c24139df297e80a9d913e0020e4e89b945786046bbc0dee10a8526227544841c91b8842caef5cc48d5e84f8925a19de83d10f86b1b79e51b949b06e77b18e04e160a6b8ec8ffbf545914e60a3290c2578cf3b79e3823992e9f1e7f1225de7b8d25c685707e5b83ffdf7cdf7024e82f9038244d7bb5da14afc94d128c69e790661d43fb30151a050da3b5cef49a2c7d0b01eeafdf1f4a001873406658b0f7763ec84a9788978c5a7ab891d72e136eb1852dd12d4e5d5f8b1357ac3a8af6dad197b4c3905310112a6b29c2d53ef10e63d4474afe600dff3594b48ac05c87a011b0f43702b63c42ad7c6382d00962ddb7652793b2e076a93b74baf75b74e3b35c15f5fd53009f61c653aa23d91334f9d7fa2fbd325eab859b68d77a45bb6a78b8989b84a4c5d372879cd340f989addec04ac1a1b324cadad7f92d0af0cc6634a4771bfde8daaad92b28b29a5e2c296ff52d82733d3813a6b499f955b30de00d81f54af9210a519c690d0858e6c3f6554f06907e5f044dbfe10e27381f80f93758025b56cc60fb9cd2f8cdcec0bf7c0dbb20f046b1b867e385e7cc0301f73475d08eaf7c9458a9e21dd1f9abbc1ce7f1193f025c84c5286f23a1cad9d7fcb89f31025b56cc60fb9cd2f8cdcec0bf7c0dbb20f046b1b867e385e7cc0301f73475d08eaf7c9458a9e21dd1f9abbc1ce7f1193f025c84c5286f23a1cad9d7fcb89f31015ac9c7ede6c8a23fec5ae2f649c5d7bfe75dfade7cfe0976166fe5d5e865d93b5cc866c81ec469a2da945fcdfcee74ffebc9eead8300499a7229b72b6690e79eb69dcd0e9093584f5b7053eeb8f1fb8451c09e7967315a78f5dc6347bf6eaa2fe381aa92da49f5d5aa06c0939d2c1c1aab5b5e0d919430691392358ed0fc6055aa367d8c8ca872779beb898db57d2b43ddb1e07712a39e1cc429a03d89dffe372d748ad9e18c0fb112243de80a7e8d104472406d062b207951e8a72f521a2f1cf18ff51994cfe243a2d7a179cd70600ca8f1ae7c644e24be56692a5e835b10c4060daf632ac6ec04617cc0d5e4b5ba074cccbf367e0d3287349fc238483644366dbdaf7737224393f14fa2d2732dae5135f9d6a34cafec79c6a24efa40c210db6f08d0a50f63439bd868b25bf71b532ae428074eee1a251eaabc60b9802653f2420499fdd642c807b31b7e9c76230af9114db8dd4ae5cc1c7ae083b245d90d3ab60631f53396e4c92c413bbb3394e9e4c7021979e23e9f6730096c8060846beab9d7b18a1c87609f3aec97bb5cbc727080e235d295a5b3a4a5c33b8c613ca693db2760a09e568104eb6bbe090609d5bf7a33c208b6ec10da5687bb0a2ae8be3fe5c8deb2ba2b62820d29b5a4e29587356c5d4f19985d3e28d8a56231c031971a443831d3b5eac5a45ebb1c0a0336156639e54a1394e6d991dfb8473de211e1c504394b20a08c4407c22203e24b62eb0fa9458090d2034bd48be505dd9fc9ad21b205dfd5f958c7ad4c26c95eadf359baffe5ef4fddc9e50c0c658f8a5cbd13c85111e831d1b32602385e58f2c22283235bf2e0fb05d6589562d85bc6f8039ff87cffd36ef3cc69aad0dbed83e8b0f125ff89c8c14c433485c1cb1b2966459df7631d48c0ab4d3f7ec2c247975efdb0d0d9d2b7ecd7aa2e9981bcffdfc0490a546223c5b0760e2c10dacdda4fed344fac33a63d5c485a79ca47b18ea36b11c6f68966ed7620d8485076793ec6a73c4ccaca1f2f474ac377f137932a7a7c47b9226dbbd2c3479b7e420b690b2c02909a62cd9e7c0e75a093c9f450eb8a1cf51eed9d05e8ec15f676263a184a7c30858f2d5cd0258da168d3b262b76567bc7baec998ee1b26049571ed20dc89e7dd9d3e87e85846bdf0d9ff1aae9f760774bf5ba9419086fc2b70f69130c3ee9f8761b0a12b0c7da47d3b779b04ab3827081cf076381803cc2aeaafca6ce737bfa9c1f293f361b66b0c2bb902e1989d0f1675a284d9f5502b05c03c50db79e3b0dd18a0210e615e44c02620985c6339e632c047e18e29ff7a644d32fe672e88f61c06a3724c4686818f4da20fb502de0ebf1f4dae5e2ef1bf001a8a355e7552bbe4642879387ea7eb94e5a5538f9a418aa91567520aa12cb9508dab5d917d831d4015d0ff1c9971fe1cbcec4f541eddc70c0384f0e966747019fbdf882478e08dbfd90692fbd49c2bdcfb6285ee9f184acfb13c9d70873703af389018ccc7b57a503d2692ba1d6b71271bcf00473d40f50954869776b77e6de2b27f41ce4d6723e664be569faaeac13d9e57188e6520913a7c604a8d33ac4eb0ca48da62eb45e68428d328e5bed7ff2904a247e7897daf747be5d8d5314ac089f624a4bb66beb71bc41226cce744186874820841ae151229a97a62f4b7e0e008d4b3e0b80ff0087e128dea81e084570670f3d70ead343ba7dd0f1579b01c28896be72b25f2fb07a6866ece5f038eb6b30068ff6b17e2b981b94e47b8c2b6c3309282a99d4a3001575c790fead690cc14734628c4667d2bbffc43e31927a40fe3cbd2708b0cb02714bb2994d3b1c9fe25fb58566c22b1d418eb9774710ceb7aac02c1840dd7cb02ee63bfba60594b4ce1292b6ee79232dc747085d83702cb940a1a6741c465f627e3e13ec5ae990edf9cfc8ccd53feec614633a8301c4ac8755cef01efd9b4d03c7ff2e855f87236313d0a243034661bd709bc8bdb66fcf1215d2e801c7950037a28d66b12d58830dfc244b73c11c334e87ed3ea../mime.typeslog_server_statusa2enflaga2enmodapachectlservicesuexecapxs.1.gzapachectl.8.gzhttpd.8.gzsuexec.8.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootwwwrunwwwrunrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootapache2-2.4.51-150400.6.43.1.src.rpmapacheapache2apache2(s390-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)libapr-1.so.0()(64bit)libapr-util1libapr1libaprutil-1.so.0()(64bit)libbrotlienc.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(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.2)(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.43.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>&2g4g*f@f(@f@ffj@f0@e;@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/shs390zl32 1731484294  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~2.4.512.4.51-150400.6.43.12.4.51-150400.6.43.12.4.512.4.51-150400.6.43.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:36422/SUSE_SLE-15-SP4_Update/3e31dc16683161f7db396d8bbe563aae-apache2.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-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 MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=000ad5b561be98be0cdafd73ac659f200ba5a279, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=47124a98d28812c9c6f6e289b8d04818c085edc9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a8b7fe511aa6e623d92bc749c32b501cdb29d2cc, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=27ea75e3ef0237eb57ad4cbe283218058a29ecd3, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a21a20987e0db9ce066a735ab223efe6063948f9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d4fed5e33cb1690fdde45dca1305dc1ff65d6ff0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=83285e71b39213ac635e1df95f35301102dffcb6, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c7d85636448f1d5ced9913932ec425ea7a9a3695, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=672731ddbf03988b355e8c60f6cb893f25314512, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6cf432bcdd5f0755eef37428c8b1093815a5d487, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1d0f68f89cf142bcfa8a7bce20ad30e3d72cb669, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ae634bf94d163adc3ba3af81c5aab33db45363f2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=18d7d2a155fd340d8162354e52aa1fc47a9d8f16, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=eab23a652a8808394e4d7146fb8f89c7a0b35189, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=14fe58c038bc0a1ea91bcda02f4c2cace2bcea7b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=61470c49e13d8732304c68f58a2a332067508204, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f4dc60275a22410b0db66c96fb6a3859552315bb, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7bb02a9cb49e37764ff31fa1592c9f08959e377a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d52000e4569bf4386cb60446eda51537ef71e997, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=70f7502a2b2db0b3de84ba0b2828253499e6e302, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ce009bb6c6d8e13f8fef91b60e2e05f30b89d5d9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=dbe069e76b248134e1590a2d4971e40d370e59e1, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1ac4e0cb15b685aebcfe5807419cbc97a6cab1a5, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=73b4e2711d100605754f73db85e9199432e1e23c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8408a72e3d6946ba51628d1073acd1ddf04f82ad, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c75f2276b05e99528a5c26acbcb2cf9b8762ded2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0afbc6e3e4dda2bb1271982b31b6a963fd5db4a7, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9da750822fa681f0fcc3b4f1e6156c623f6f74b2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=604f78587994ff10a4fd64364e028da9f2bea63e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9c5874e08e2c4c03a0f4e135484b6ecf3fb24c98, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ed8037b762404d0f148f44525ba38d9c99a093b5, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=91f0855d177370f02abfe2c89ef8b4c974798d5d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=05b3536eae35db7b1e6e2358d5b49bc3606eabdc, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d2f2df926eea7d25cca733fd7fdaed1fed883a36, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9ad839bcd52b1979cdddf5cedd2249138a9c73bd, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=52f2009f1aa5703b07c620f869bfd5848124d17c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f48e718d6152778c45da51294489c60632d60a0c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8095db1dfb74d30398f46c42d3f41b4f2645c26e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ac94b9bc8601cf2f743780e57318c2a30224a942, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b7ca7389f683d65a7a5564cd518c97ddf22e9a7a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad097900cfa297e24059fa1a28fe921884f2139a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a9dcce8b77a14ff52e8087269a569d0e329aa7a8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6dbfff017bf31b7d7a7f5a6973e7219219a417ed, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ce9ab90cb9bb6e72bee3ada0ea8fc91cc467edeb, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8b5e197f8ea10957975dcba8468fea72623541ba, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=bf2916a2b0e3bdcc72745e47c5cec99227200d9b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3138c0d769ad0ebb2fca005dd9260ce3bbccbd7b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2f37df3890c0f2df088b2452330c90edd105506a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=15a617f04610f246f3f663798803ada0f4c33891, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3440885158e50db39dc4b33a98b084ae6d26061a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=47ccda292b15150028c4cd1ae1e7656e528d75f2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=beddd7fd326cc48f8e371b44ac44cfce25f9e92b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9c4b31720f4e1b9df6ad9a3fa86e99a7820fd8be, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5ccaf94c1e0525e54594b2adac26e85adb86b352, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e83e93ec2208a1d0a5ae4b6c486eb6dbb6b91eeb, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=24d1a73755ff3f7277529e6ddd9be15c9853ef36, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7d9dd766fbc2eb9e438a5d4a4d6ca2c97c3ab5bf, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8494bf5434b9dde1ae67172197765ba0e976176b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad01aadc03dedb5906b3168996fe66f4fbef2166, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=13895546d867bb89784b019f25963924999427f1, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=52cccc9acfba7f36a0fb6eaeed1a3e95d9a148f2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8ae3b057af848b2620b1576f5586433406ce630c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c3ddbd8670d03aff75c6ca5afe8246afb443b4b9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4e31ed2af7f64504da306919203224a59c57a5c0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=822cc83ef26de772e3f2ca7b13f45a1aab589a80, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ddfd94330f0258ced0922ec887d2740079af76f3, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a827e5e57cc6dfaed70e5c3bc729143856627aff, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7d61a8a6dea31e17ef2389df1ad04c9e76e1ed42, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7b45d851f623e45208e20eb136f8b80de7ba7f3f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=af488397637697ef848fe57feb520f9b1183f27a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=53cd2bc85f5f8b87e2cc6d2ab05ed72e156f67c3, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=58cbacd9316e26b8c2de92ae68ecef50ae0420ce, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1952d1ca7e7058809b654ac6eced36f09a4f1caf, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=eb659373afc33f63b7e66401df5a18f03e3dfec8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9072c38be8f5ce6eec8d5d91934a9964d551a54b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c0a22d933230ab6c712c8e39db79cb24445994a4, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f50b6758d1aaa1e1650156c144f4e2f5d86b363a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8c6034452bd0c86de565064d392477e53e4a67bd, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8acf92624cc631a875ec47f8c3cf3bd013af270a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=674eef2f5d4470af9acb2745bbca4d695f257dfb, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cce9a790b810d3c9a1915e1976265bfc231032e9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2a108711347ca4036cf1a48cfc70111756c6fd72, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7bff5edfd9d981ebda4c6c98e2b0bf2cadb6fb47, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7f6d2d480dc9d7d0240122cbf427abcd0deca667, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4fac383400faaa9754f7657378947e8e066c03b1, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=caf0af24d0b2114666673164739893e1f249dcf8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=34bd965a9531340e03bf9e4b4fcc16111ae275ed, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=dbcfb426a16c94c431857e992f4cd7c2167b483a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2bfab1547532beb7f592925ff80a3b27b70edf9c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b1b7b17975e712032ce8e624e3b38c0f17628108, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=249bc026d36c2d51edfed1aefca726a0f388c859, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5a0a9fc96e26aed8a8b009b4145cbf642abca70c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=be25cf6c4403fb16a709985283ba0b7a45d1a825, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2e3d5f82442a710d381372fc409fbbc69ee899e0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5fc83e26ad96a78fa532e8982507d5549ced088e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b1683f120cd4661d51b0c9e43fbb293374f0b13e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fbaf0ab54409ad77f257d639d01b2960cfb4bb22, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f868ba80123085cc1839f60786e534595fb69380, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c9f4e456d5087a5828a5827ff4c5ced96572e034, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=588f3f5e9d274aa28bea7a2750835622d543dc7d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=51ef961dfef8549c2867783b4475ab7859fc1a15, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2efa9f8dfcd7ce338c800a9a177037440ffbb3e0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=87972e8bb5fcb79cd78ec39a1ea013041f767a51, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8f13560ea5d7b6e2fa0748356973e64f988aa64b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=37991cf4aef6495d9f917d0e9a74a3ca52b67613, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b7312d42e793d737901ced6972f8c80263e4ddd0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b3db674cbd3032bca108ae20001a0d3b707f39ca, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=48cc28a1785b57575bb6d7be60d695182077434c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=db09c46d7d699bd64d0f7d5fd9d900ce259f56a8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a5c53f65a93870a9510a4826a5697f8b2e2186cf, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=dec030d638d0aaf28fd0e58ae2bf97b9f80e57c5, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=bc831a1217b2e269883bead1b1e5bbb1c22d069f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=42cf53615a4e1eb12a9b847b60404c1cfbb00161, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=41501e6243e5309360554d8700cccb99fb3ecdde, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e439b4c539eab2e0c06a95dcb3426898dc1d98c0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a11f51500adbb845ff2c109f25428148f2aecfb9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=82809a8ecbc00261934845ab32c81f8e6a62a138, strippedPOSIX shell script, ASCII text executableBourne-Again shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=85b53c99ffcfe4ff012938fd24be120b4fd48c72, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ff7d9a6e5d9d7d2f8d9df44c2c6e16e07a7ff045, for GNU/Linux 3.2.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) !$(-159=CGKOTX\`fkosy~ '+06;>ADGNSY^bfksx   '()*+1278    R RRR&RRR&RRRRR&RRR&RRRR&RRRR&RRRRR&RRRR&RRR&RRRR&RRRRR&RRRR&RRRR&RRRR&RRRR&RRRRR#R&RRRR&RRRR&RRRR&RRRRR&RRRR&RRRR&RRRR&RRRRRR&RRRRR&RRRR&RRRR&RRRRRR&RRRRR&RRRRR&RRRRR&RRRRR&RRRR&RRRR&RRRRR&RRRR&RRRR&RRRRR&RRRRR/R&RRRR&RRRRR&RRRR&RRRR&RRRR&RRRRR&RRRRR&RRRR&RRRR&RRRRR&RRRR&RRRRRR!R R%R&RRRRRR&RRRRR&RRRR&RRRR&RRRR&RRRR&RRRR&RRRRR#R"R&RRRRR&RRRR&RRRR&RRRR&RRR'RRRRR$RR&RRRR&RRRRR&RRRRRR&RRRRR&RRR&RRR&RRR&RRR&RR'RRRRR&RRRRR&RRRRRR&RRRRR&RRRR&RRRR&RR'RRR&RR'RRRRRR&RRRRR&RRRRR-R.R,R+R&RRRRR&RRRRRR%R&RRRR&RRRRR&RRRR&RRRR&RRRR&RRRRRRR&RRRR&RRRR&RRRRR&RRRRRR&RRRR&RRRRR&RRRR&RRRRR&RRRR&RRR&RRRR&RR'RRR&RRRR&RRRR&RRRR&RRRRR&RRRR*R)R!R(R R&RRRR&RRRRR&RRRR&RRRR&RRRR&RRRRR&RRRRR&RRRRR&RRRR&RR,RRRR+R&RRRRRRRRRR&RRR'RRR&RRRe0}B ̖d/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-preforksystemdsystemd-sysvcompatutf-88d890ac6497b03e3de7b42c56ab17e33c114a3299b9491d17185fdc2b11c4f5f?7zXZ !t/%]"k%x.$+e&%|6pjy=T13rǏ0?݃weI +3~wH@^P?lyIU?){Ɯ|nȜ_TsMۣX H*k_Lf0ԁ>˒z-u9ƚf{/*﷎4u}0tOK^ԍk(`qcH'gB3>sxm=5K=ySJgϾV֝:uQf P]wC#yRoްjEGE~ a-`4x^*0e<+icxd3 %?GA S* k6卙lҹwzԽ=yeM_(&*yCYF wܪ=֓&#@ʂjY)=8 v4+';iyC -RF=LGw2t|!??0ъrE|Q>\%D TFL:s7+rRx/L6bfFЗmpzYl`6@tU V}eZ󂶸KUo ?qx>}zϨOEc݀6 ߂ŭJM͞4q .D"ɰ┵Ff(~ݠoZE͎<*hs:}u "'o:D?f|ΕObIU.UyjD7֢>C9K8vx-$g(v͵wC":3+>PC61/uVXQK%\s Z&uyCiؿ zS@ǝݮ>{Kjl\>b NwIPNZ*'Q[\a창٫a]2C1`H7H?xF86 Cc!M+ =j6ᬎ_zY9$ld8s  9ͪ~'QK&U?:t'Gc7P*m^8|ߙыN![pm 5vR9V+}_<9|!S픃xU.O}` #=hh ˨Nzi]B!6OLDqX2?zR2U!ͦ{#ʼ$9FY馃WcE,+:]]Hkg;O5? Ѝ._M؎*X^$Z1 ۬1Ba>YK\pP*t5I@w1?dAQ34 c^dg 4";Xv(2}WQa$[D4eb.jPdwL' :ST.-A43ϒ~x}G_^iퟓg⍐ E|C(7X4~TPK%Uߗl~x0#e]пy74:9h1l j{ǯ|yȡRF@V`A/hrw"H2SK~h`c4LhgR6C! ˳E0k| qGV^' ȡOB3/uHx FRNV&OهCْy(ZcHx+yU8eh/b<~6OE |t_?A T\&T9x\{SD޶T"uFj[o=P!-fe+7ArVXd1c,"qK%4EUȹ͂20kH/k.@Ʉe Q{bl8wA\|n6(E+`ZbC=tŗvzסK% | p6:UhYP-SP%qzc;? `^,ǣau9[fIn#8%gz=tKb OkgV+Mr{Nsy{9(}\0;PB^ra]~f`#P9J#mv_fTKqpby Z떚HaxnY An-~nd$dSa1HOA&nG=N?[|缵NcZ&)RM]3$_ŭ6gn1}6Hܳ;\&îBQc&GhC e. tճ!e)asNWp[z8E|FqT~6Ksc:hF?I*OBr~%5xӟze҄)r7ʠ3hİkY{E/ dʾcRhtn0 mSEX$OwJre9?f)٧'=V =hslUDؓCV?(5 gTc@0]ej>)L閪(|xwG:%"]>0du>"kI&Uz0l4ZuE%mp__UCM,/A#Y’Pu>͎1 Y=`ES [~^Z iO455ؒ(u05&gVN#gr,RrbQ?XJ]rnﭺB:h,c~LHm'mb1gH33=)ͦG3oOR& WL)-+le4eJސMNI P?#*ÉH*?_\Yu¼)'?oB[w4dpjG?TOoá°smFŘHO 5Dy(RC!wZXM[_=m#S:/0{%jŁgȬĘh?RUhfA}'"Pns٭c ~)U}6H56>'&37 3CaVZ,( 7W"@0by@  4_'N@F@։@eThۼPftl} `n|/{DNkWBŰ;^}9-"\\e3cD]C2k s+3Q5OċϾ 5ʺ8hl lho:\U Q7si-Wn&;Թ'(\[z*"tRxgIMzّnZ#/L¼za6B`iIIfVӠן=/5W@?vbB%)>(39G UFM\E8~a~ Ւ| 0 1|-yo-(-:8^m\%vj}*V8sv3.x06xC)Ō_j ƬK%Oi.ѳfH `v^YyWuQLb.q(aI5`5QMrDKɬםϐ[U]BWþjU(*d(L*@ChgE򻫤 1}_YZilx* R#~eY_u^X懊L[q_z]]̛ bϬ^yv;˱ƉuCjDu2hcYHٶN-GSF/jq5$xlF9Gǵ@HTeŬ\ Qv*#I1S Dg-.=RP4 }RNS\cxkӳnFLK5auC;'WQk)G֐ZCWxe|Y_g(OM#Eb!e~V} }.RYͬ(5eK.)S9?C 6pjcK˨ 2=GsIIU;:~ } B5L̄o&"M$wT|Yual@Aj`K#RH6_y.+~v')0B& y@&g=0ԞxwU-R&D~" νqE4T C) ڞ(crz,El$k$tUg'K5?[03ʂKORѧ^ 4mN%JX'".h{%f֭#HH`. .'5:ǫ ʌ=[dl ^F~.'g?8>OCK-UDɎ/+_'#JO1Ĕ_+m|Yгϕx?3-tn^=`ɎOkE;ǜny0Uh,KAE&#-x&$(YYt$wɣӭIQ,] @y]1,hB~+ Q),d`2߼kbnDQ}m=geDǺTLe_Вs]ّYvÁsO4|3,g.;1gjס>m}vH#㔵ݠK(8pC2Sun4Qʥ נh0p˜x5Ez./#9{Sz@|Y.PkWӸA#H-cc2=-"n}e.zS\D+ݞ(I|vPc-KvIYA?=*O@@3Z^-1r EG,+ ?*-z_JL!bDr:?_=%.yi1߳u,DZ .9@EGy,Ud~j7`ʧoUSthsnOgQ}:So˶n3}vƑbڧf 9=ъyertv/!@' ?QZ2n6QD0 lEӜyUd;|a˅+?=[VE1 `ïQd.!VGZ|QTt͉@|PZ5Y8} :,1 S}oVf9aS#͘5Lvt{2(NJjEZy|$㮆ծIͭ2WRkփBѥޠv.])!o|X@VӁW2UȍpZW S{Ŭļ~슐쏑YQ~U ކO )Ƹ$5h:>IbO,dZ r] ם$_ڱjO֞`xI[ߎύsɑ,  Te׎SMl7ȠcchlCZMa5g :zKZXdB| e5{%w3D;\! #w&O@[˨dtE?EEbylOH)g~r g20/†BK>V<:9XS%+H:>#0|Wohn82%g.N3~&76 bKXdL Jh~xEcBPa8J׼dGr-߼daX>@ tQO}Q-:-NF9Z[T{r!ӂ^}IOӸ{sM5LL3VKo:A]pȱX]y4@{JY. Q0Nd爥̕^Xvp5.␠U,R+b'b*b?Vi.3Bߑ TSxAH_X&˭2PB:-<|P#hK.\MUPdxt+"LGr#*"ChenyP|!ۼP(gA+\[b]DcPCևZ*w[&Ls)$FV+R:m=ol [`JQ :;`a ҄[򗎉m>U}} qGՁ9/P}!SrRba9;BMYN.67p2Bm2$s/sկR.-%p%LPow6Q%\lA^< )6FwnmNOUgs7@;S[@Ok-}>`SY(ʛA793+JxjoNN2(>BE2#a*{f@9)llʃb'3_ac m#5aզHTʋS,~Gzf%+!fmGqփGL$mc3<$Lml1pUE-ڊydYf)1 em+V_Iw˕HLm.NkARdzW;z_Blq+v\#\ހCL7 DQ <=ŧK` {q 8=aۣ2fIz \b"+ I5"l_n(?'ύrSn6)C0YV 1˴ngӇ-8Ze)pdn}VZU' = іh1B>c c?=IjL&v%WGgƹp7?ajEer*%%jؖ?wKnDp94rYwo.1(׿Ýxe$_kxrjݢvB{ NToL/^б e`Aa&hN+*g' JC :PqOMr6T[ jWHR`P(I6/MLC>1~(b%[6qi( -U捗2zⰖg wZB  9RK7ID`ٌ7`{KUɳf1=Da7mֹJySJ7'rct|jxWGa;ˋRߎ#yu4Y," {P'd*䘯p-Hck;3S $]T^mL۲'dZtxϱe9saO !2>l-NC-;cm H{@lH(XDBq|.K_#ۂͯYRMd:bG䘍7 amtw)rŧ?crGaR{]LJPTfK*Q~ pч O)hPŽ afqz[?p%'eYp|ZcWq?(^4q rgJ;\GJ,*! 8 ݈6<#*Mp(͋Ig>сQXv`/b ס<'i.{ʜRH+%$W&K,QB$vbeѐ#ziW.-*-ĶH?o2ݏ 3f3`Wg ɧ9[lQYZA )ܟ®:ܧuBrN$0b1x\:"pi$׸15gd ,! 'ӆb4daWkf0kDos͜ƻs/(O&UkفdMmh}K< Ejg jfCz-9Gڰ> }dyƔ(*(ݵXLBL .>@f/0_-m|/J^zbӼVɋg$cokx9sHNd\7= 9euUZP_v|b(J-#5YZĂCjnqkK(|T{)/ b—@`89d֊~I '}!|l:Hj>Ol =}[җXUkMRS -H%.17,OYsaf]B,DfVy 6?uP~muc]d)&k%v7b2be9Oִ% (S*. M+MzgYY7cOlAhmU孩h1#>YvGH!a`q8j޴7tTfO5dOr(Elk PO_W@ehecοǍv]_NXީt #n7Z`6絰Ÿz=r%|EHzE/Ľ2N=uy64j U)gY]@`D`-ɡ RJY|a!0m)t |h4E\*/BvD-o~8t;&hXNKcl@.lw sp)ЕB_tʶC76L՛^IV䲼oe[;Lːzp33aWDJ/JkIDP /}']R)t{ܵjXhHGFJ˦cnӾ>'Ehwg ψh][_}Z7v̪3@q>um[-|XGCa'k'7r!<@ E뮬"X hMNYiX@;鰾^\cCYǯa-1?-XM׵n4N-mbzݽdHSrH8.EY3K7ٮ&{ߺZƶ 0GqX"#L8t/iqP>N%P0yn#[ o^lېwD7nAi<&W6H`ԕz$.+,%h,6kG׈o'2BN21n1T~S}J V!pe*xPr!۩VB]]|B_x`R0=،xPFgD?bnLz^Ihlᅝ;6*[+|2g͵Rw:O cć YIuZJ~G^ޟ ^X!'>KgfL<)e5N7hgd+U#Ÿ nɀgUgV6+OpXȠ"25M)Wz|mXyե?1fV1 ^xon1 o9EC&1_B陯o[v K}A]Eڧ&4YpX")1q0Z\}WJcO\F_ǁYRM°L7 VrDO6c_E롪^t>_Vhd@]ӷdR7 jw3Ϩ_]h }Ŋr㷊u./DEF|U^_us]{&:0z]/ -Hzi{9ۥ0,/U>q[} qA>SsF̻ff|yR܌X8G̈́g$ʉ|HwvWgA6ɒpWL6,++7)հ]sw ZH==|ʐv@N:0KbўlTΓm?bv"ޖzi@<+y:np3#Lj[9*u=AE5%akB<Ϻٟ;,p*}2W,.ؚFwه0@'lBoxdeGjr@Sbn)j}c d )!2zqHv1-mk+;;TcpVg l"RV:mݪIe2>J\K ;4pw[=qjJj"?74N(0W OiH<0y57 zqV܆Lѻ:d \1DAk> * eQ\z5,chĹsBv JohbeBhUݨ-vݑM!5%@hC~PotQum?V!s, ȹf3 C1|rkH%g3zŹk{3uu2̾ۡJiRGI 25TiC~ ]ta-tNV~6༨N 8BMpMhIf}q@ad܃6^LNTfzzԥw 6[C;,nnG 8&ls8E:={ 1![Q/rJ[$60ITw{nj0-mf[GVܑWvſ-p;{dӥ\*OWLn"39cδUBx`=dҙ_6<etm ]XhB.; Ι>g HOUJ)#"T&tqQ M?{s&Rj$PgeD3rҰmW[iTY߹1M D_#T-ePkp+NwlkӼ 4;^OWq(N/@F&X*fYBBVe~MRfmCN(b{ fk{;/vw.+X^&khgcq0ɰI84`iVq iȮ^߰ús9BNbTM5MHZ`UXM2ζy[.; Ő+O*}Kp5#œᄊ;Ġ&M݅T<@٭+¯% x+x,c3 B+7fDbuSumQ)pHq7u4U:`%r%On22*!#$Ddmf3 `./ȟs^K /櫡Ѯ:buI ǔ ZifYqjɃ[?v#U0PZ3YږT3/RAyIKlYb4zD!V=!pzgGaB =gC R L5)U.=8:LcӺf%#쾅b缇QglfU+vuIݏшv3MX#_ۼQϹZb,H42N͢= <**1Gi v68]o_= ,К!Dngx F5 fl 5W5B]_ D-fo{Ƭ>"cEnf:nc،wJxn|Z#-i#A+%tNP8⨗U"HeZdi4=ko]udE~3NIxvΩ_sr.؞i~?W[&Dگs JW\ I%Q<~MGý' =%Jĥ #0qj^[> \k5M/`B(")ѹH,exEu XAusB!Lߗ^ʹ`kxRyտr_cB6SBEЦa#n 0_/YST'5C6{>yڋst&$qWAI):aB'ϟ~*~5_X/܍BjHRteW(ãr% zԚoÊH](lhǝ'<@RR X[eY^ .{= }Z&FZOTw9-_OЫZ(͛!?2, Җe[X>tKnd w2$!2qR{sU90Op%fUB C{m>oDZe^+ ą1ƨ` .{bv5/A(Gz6+n`_esՋWl[`Cuv˫k0j1#o>@Td_A@yrq9LU4riaBcA R SSz4!2xz1ҐڜF5C '5f&L[>CZСLRx6Y$s=ۇf<0VZ!C_NxmUҗ}0hJ߸5¿dekgIb[[(=wVj ;bDJ?zSshg=/)ZGzLqi<`F3 {FL~ R!2@@k`p[~HPa/iACzL`-_D?xO}q.Jďw 2+^W37gwʪCRq)D}}Q`8'^_x+LiE J\癟[ ~^pڤO']|FC-qYd  9gLVj? c.冒MiLmݩH Ҁ%581&2k&>"vt>I878L }VSb"j/;!WR)-Bڨp"P]j,W 8tNj-:G/.:hdF o3zƒQH.2m@fD{dzs8MP:H ^EhUA3.ΉK{HYu)?Q ֐iTO0? Iǘ[R%m1Lh\7qџ Ʌܹq;Htq`Kl68^B@(F0AN8%gȍ0kEt_t:Z{qKzĚ~G-n] б[8HR†-> ]Ddž-I=W]Pr);JlqQDiNO3ؙ]kB㼤Ӝ^1&#ߺi3A\OL-c[Vza  }p5)n(y/ =;QcRTېӎVOj.(3a!1[e!k@+'TC#qŨ׭u'x/uBڡc hbhm_;FGxo'$&붓$A)B&:67Kk-Zr0~2Iƕ`1EP T,gQזu5pyN`O!F>C1`8RA{)hV$&fE͙n4O;V$*#/o)V[-!{@QQxh|ΡzLXp8 ƌsOyyH*+ ^\eT|އ;]ɡ"QOIʜ[z?jʱIMFŐBXPꎆ?q Ȫ lC쬔L) 6223x"Փ:irr~#ڕNaknI%k,ihK],I2b{22SGA5zm3) i2;]Qz˂m0iٮ}izR:f >)@x[B UgjXk%y"$mעilXxU7`A : Wt[}ʔ[K`z}@, gKdO  OLĮfTZ kadqLPQ [@I*.qdn{#tR2pa uUH_bMeș-nIEe̲aAUio{QxSLL8;3hS?`7|#]VFgK$Faz0(Pud!=y4}e~0rK%Ba'U8ǪaiGM֖RuwAx9a_}StTdS6>. 1`_-//dnYL3ğNZySbp5@VF~v3cbEKԯ~!;,ý*:w=W&q^k4 T:1vԃ94D{H[HK"cS(ŅnH%~vju]7 %9qK+N;{)?Kl>#e sұݡ@<% 'e4OλDc/t"tQJΒHz]ЀVa 2Y %_*=Ìjdt%,.R'nd"4LR;\yh< 5NJ -抓#mfدԞ/kv0hcL0|DhĬ V`W"nu3Ax>T8Sb?YJza_ M'J7sn|9gԚM=άlct6 bL ƴM&ĆEJ spDK-UMk{&T>;ht> "-I6~heYi=8(dgCЂ X!!;uGhbB|M[-ҦaUr@hk\N0b 'NcU0'*F_lI2zM++W[UABa{gOChѠ .3&nD5)ا[Y@-l2W6{A!n:no ` H&CCM{CA܎9,0M>i":#Te ROgxLn~-rlpW%^l}4}.y %'B"yb%lݐ.I|\GBeuAJ*"$ ɹ8[WhLvz';uGT5PaU$MA,'}e]/aOŒeB-@!װc_,rL'ٳ'>-P l߭Un~9 9B' 5]v~W~kpŹK>f=#:ZuD!SܙZsȱ N:|,|Y,Ն4\F}'U }u QH#5B5+DۉB#!)3'R"F2d_g$A-JU@u(\L*lUٵC(^Q^9h,IQOleÕX6pc Y.%_cdzQ-?TX0|hJD^`Bd/#AhHy^i/241 ޷tn}EI즙:kI)胄c"蠂a k 8 2ꐫk5[Хǒ*?C5zTi^;eGɶ/JR'#; t;и^׌5!#_ltK sҾUB]L2}BC H'yHqԽ'.8WDLd[ teD<[¶ k_:ϗyìk49# j&Dkc T\,]d UeHMv`%aFvR([U">*ԏB55_X#:2X"ta/s3GW(@15NZ7x3gl\hRm2D udLu |M4Se,898RR>~? 3*oe+9'rT1m_ŎAWmJ1cCq\qߐ5lՊpnфr HQ?gNPDY%=2c^j\:Xu?;;WH Ip,nh*\o+?t]#=nLVxX#G&&딂%dirsoݛOM.ܮ~>Q-i s'Xm)CS >|-^տ#?'$7  !)p'X~Ӑd5촧8Oqy uҀFN OmMo]֛в`*q;-1,@<˫H9krjwkNId@qoFFaāEhغdtK}%C̏B봲Btf9]X*հQir鴒Ľ݅b]z ;QUv8->:y2F/ ­C8ؚة6P@:D >rpUO$z/2sW,óo*|f*#"-J[E2֍"дFn\C0U47LˁG{U[dgmN'@YAj V0QP?0zN|AeC 3E7rЛm#dy r%۫N k0q ( 7 ;0DMۄr3!@ y*ݜap   []cPg2j;`?1R\RwnWۙOEk7d 2KέoT xs ߽ < (Kh\53ƌ(kОm| Rgv5U&^$~}LtCԜj\Q)Bmto&Gr: ڵہ+[sƿ6J?jA>K35~mY$FfE,XT4Dc0w;a+qu{֩[Hu0M]5 E,2cdg֋ [jH`U9C3<&=O91(^!RH}daHU˳) 8d6GhݤN"X d:Xufe` {22c^^mM*X pB>-錆ʼnb8:ZVɂ._n00u[#sTtc56{$ M8*nD6{tA%MR|=ȇLX>Mc7IWHSN6tEZ5 Ů xx9;}J,,H O4:&͉AAC;3S;zNј"b3ZxK;5s}Yp*ZKLG0&v*_N3rz ~\6O uSZ0%<8y * ZA\95&z\ɑ`Liy4 Зmn%vjwOZ`^&1 ۼ5F.:BUvb$e_ɷƴE{XJb{ǽ2eE;1gyL 9KC)k\3tkf wd2E|$0@ T=6*u%PILuܑ&%y7 CROC*y_>];5z:{l9&XFE͈]N{Xg+$DU O WҌ].5ϱF|uOq[fs~~@4BSgjW ktW4ӱvnXDYd8R2{a9Jݸ)5"o>o5#PS ̖wB8}VnMܺךI2IU5GMgqr~/ FvpR MGM1ٶİw˪QV-uu}HY'/yՏc;pPBGV盧&<+xoi r{Ψ;5Wvfk:ŽbQZ #9b;{[z'ޕYsP`ADWQ&GM}2ܢ+`twÚYχVf=tK@k'G7m`tb%y@`#8|<c\ Hwk`xC]44H-{G{0u6+r& ͈EbPsJ>D%nA;$Bm8wc.;۴{!+Iʰ4oR)8_Pix[?q:&t(#``HCN 0dզ0P;qlLZ B5غ=ĞVΣ䥽ť!1 FM_H\-s"i1+5Jhy&/(FQ1Sg\㯩vPdsbӿsڃeŘLf:ZFM]Uit4 N逰}ѥ(\{!;fRpRIqj ,(?!9})tG}Կh9+Wjʯ;-k}Q<Ơ T)Tޛ6w8R^ByF~RAwdHzAJeQ՝M_u2 b'݅"JE48O\Rˣ2݄{ P%'Uy<ٙg7N{sT =lShcd-qڣ/d=Omwk^&gc c% 'uiëG/ޕK;l7rS|Fө)֑ӁK4Ñ95emNl.ˬu#&y^lC? AJϽtx6P&QU9'pw->x^miȍ w Jҽ;[pj'i'yf34Vvl [M@ }UY*:/9ռ>]BWܜ7V^-NU [(; ]6j׹G<`YgtV$, $J5FcZUT&2"'a8`xgW`*r乶aN4ۢ\ꎅin/Hġ36ViR,%L{\*h^ d21ly ||R|[J ֣I\-o 6FLhdpi% ϳ8(fè: ԃqe7 DT2D/Э)Щ2"ʶj*hYv]sFEasL{Eֽ.Q~L`<3:zQG):J^65ئnÆo2W!d x?:Z[i!jWD'.ϰ /ҋr* 0@\񌍠"@3 M'd5akIzn`45WYJwjb ;gr嚵_C1b߉l{x)z0KB"$9ή[۞wl]lK&Px{XvZA" E(Ι)nxvIKLxE/je{wi-BYnAՓV Dg(u Dq\!T~ëSGPGYYmI &)?ؿC;H|ΡsD-i h9]vy|uonr5ŃH: JC07;JRy%mE$XA%p=̀#U.v ZVeYs Wr+Qɮssnn>^ŕMu7 ^O h>z8#a#枀s&}g G%X^b3S:x< fʦt9\چvdI\p~TGMң~`( ,wF[`}R0HAsU]+$^՞PUѡhzs=#Ĵ~_>t9D4+y?/VB ;9ϕ&ȊБē`=R I_n3F !RcT}|S.D9MJ=0~.\$a&0 @M J=站.7%vӾ {Nl46ןs%dTtR)Kbg6П?uY?ERB0HŃpX`;B.`:,G2+ב\E!etd18@U9#r ihX2 㒇 MvAO21Nfh,`tkԼʇ\xGBhdcfϱ4ϲ?LXV!;w#p)6UұlRi6c4Cw ܙioW?cpX)}QmɎ +1vU ra.4>%Ao 0OOm>cZ ֍I$%r\m@~xZ-u#BWJeiS [A{Gԍk]Ҝ_^w Sb0[$$J$?&he$t2,*!$ES  ㏰("qpeQM2[Mt'_N, ar|" 7 dQ<#ʜHmuQW&6:i;٤8s9Tg:~M3w;B<(,]^sa&QL ]n|ƒiSRK|TLK0qQ:YMPohA3g(;MPe+U~VҗKm{!$ώA5b~2v<4yN(B4zsƨ9C$>͒>gD{vrV6$x cQ}gnxlc|7E`TT߱ 1տ9_0>qiKw⁄E6l'Cb c,ƣUTJ_7KO=FL+fDs۟G 2{oI8V;)LItIH-X5{mg7,r)*YAp( XJc Ŀ^|jUXsL#Z\o ,`4 beDiut|^]BWܼf>ϷRz&t9L@8TXh=6RrG sAJnOjƹ͗ nn] ^#-0Io z i&l)j '~r5y@l=%`C!LBͷ"VӡV'm&VI]gtʳe꒖f)5F}m#Wi\nΦpPm5mLZLQ?PEWj+Ar~>/{Zl0KZ>𠺜'94TuPA}dVFaF/;Uf[24 $w"! ̋~HRSs{oZ̿&yni[9~Tډ$5fQ_Rb[4rUz`Gs5hD^Z.-T@{{cve4V#ƻQZM ,Lbq 9jЪʭoX$F^i+|KXA"ǣAO:;ٳ᧟~hɹŅE%*k:,UiVm} L-40r2flq݇gyt½ \h Tx8ǜ/JjyOũϭ>ARl=s@F*6B0_MQtsJ zL׼g~? z}cu>{%5B8'4jF!Y]Z%iH  XVox9ul"LVyh (ECќy T'w{h5X O֘=M|"֢a0 =֥!sCʼ ܎F3{'^*~Mw]iQƘ6SIӖzU>*-\;ؿFGdU/q0 pJ%Fe5N@<qȿGgzSҼO=Z+pbetc/% UO13@&l !>'i &`7li*dI8BupRNtC<M%-e'&ˢK6lZZ8 7Icmc|liGkgxgEոBɴޠ5=7-}G'/ZIJ>"?!=46l [v 7Ft_6͝6*Yx V(7&plRp:Wy_G1M|7rjڴsW'byy'uEoyTk _*o@V㧝+WS,t*$rgKEAN3(_Ҟ30s+AQh@涿R"AG*g~^~z.z e(SOaj"UG-`U:~L?Ga{0G RDּ73$)P3~4dnU*x_J'GVmXa~<_;a͡aW /L11՞>y5Ā{QZ=Z]"x sDhn3ЩJ0;NOWp3/q:c5miuHVKк51BAMe (ݰ`G %,SЧQ Pcp=PusdDYY-LhL-AukSM4s!}'#1f5trY>fcKNVNuZal }} .:MJo?s6,nKj2O:edx}Ү"vӷy4&Fwٙi /;66P]8vhzzZx"[jt6 :q(oس]%zy)q*ĿY慞 '|?Kq5\Ɗ:%D}A`~6Tg?KY޴BdD_Z84nS鍮Jp,BTz1Z=B-Ҧ5xO/ĐC_ިGQˀ %z5O"D Eo CUhhxA;dbaڎۙѬV1# !r<)yK'&ZD>ʶ2"rhK.\;?lf~,λjTAv[+ 0Nx6- 0u4qx1$1d-m҂R2w&D3ZY;4٠s"EHMS Xy;ÿs}NO,j,'cW{@zȎ+s!#Z&yr"H&[_He05n1K/.|JPW!_JիpbV yȷ*H* 0 R 7ONd&>_TjNg{δiR^{F|gsI{NGgܨycP6fz$K m,oW=( 7M :4e(&a68/˿S_ϓ{X~krt;FCmuhhİ00Sx\%x 9mbGPf}T4" QaNullvJiZMNZڍ=Kx>ʲ2dN@Qj>fY!/dZn%0:<.8#:yNLr?Q:M+!Sqw'V 2؅~E@oxB=G݄nA%壯;*TzBmr2+`j}y6jXR]`fW8 <jwig7OvxKK-(|靷sAKjLGȂvhɻ O9П2Blo{|^* Dt8 ] qCnT [-eMMAXGi~F4츙Vld Iv}/h6s4R<؞2÷Ω+#D:ػmxnog D2%8OoS9z;Ƽg 5Vq7Ѵ%0S= vW g!Q8$C$o6ϯy>7&*Uz0Z dݮٓsC =L"ӎbI&8H2JCb"\6N̍!΀B[t+>kIH"1$SR Jsظ3e9UjV¹[O D:tm۳Zx.$hds(1ThZ_{5?͒XS\5 <|%`+O;:܆x^YтAJ.ygq*Z:kXG=zWEVd$ lx>_%wH'':[}:sFjh\$?j1WKޭZ@)7sT![0=N&hJw{ccNc0 e 7bKocȂtΫMD49%,c Giq6HiƵ=ߦO>GkbD7VJrGL|uIol?W̹K,\ [Ӓ{G`a3؇I*rS^[fcT,bM;gԅHpo:6_ J\4 ARA֣NPJPl)hu>YYS_$7k4kR}-֔ݐi5/lª^:+x/#{D *D[)­dӦ i;&Ӹٽ'5Q>  2q?S9CިHDc7]~=u3 H? JVG> zd7NG ȽtjG i\`ag㞇u 7~zM*FTpjG j+lR*:s@p?cyrlj mDG4ùxA,!F*l_xM?hk]#psTpijc3+^ nլR&2(O;v/; a_E_QB%r~9-^L.YJy6[9Ӏa {.s :KD݆oOX3MawmsLJ꟧)ű 5z3S@+gr(wa.m/H'ݚL.^D[/7F;3r <5Y|S4!-E] ?[ec̄,C( Wpsf2/?\DxɤIDXkn7 bdC^0(y&c{Nb޿s=`MvLL ZޖAn \4%vաY-Mu̽WT ϗ?-dy;g'^޴Bu]7=rR (co@(ՠhLzr癃uMC]+xyJ"Y<=Pu ~˫Qy`ڐP#Gpf}Dt&~P$ V^z[Җ jpF?J.vq3Z/Y/~ ѹ|mjU"}?>\Z+{g8<͔'_WPB6ɣLF^) -# l xļph1ͬ99uzpЉJ6'@!˕/a8v`"0%@d9k0A u 4ҰGN59ÄiwNM!B5CgsWvE\)ߺ :>gx |!_*c;$k #`EKYb.J>CĊ};T| \W-"hfݛŘN)]hNiȹci-H`mtoνg7-sG㗄\G* z.a=8>vDU'hLcq@.g"7G=V}7\_zJ$&EW]eS3@YЈ&_BoC!|31bR`D<4&=[>IAlz4H,ÝK9W,wxn0Hl:` ?#qT|T6&_, {xj9R kW{[N!%pq {+@g'\v[5Ή_~NWL"R*o÷ZQxAȵ)J_{6Ȧ^o%&ͣ sdo;^k9)rX N)v'C'ŷp^;Z5v7jvi(fv*C$K8*e.W[ {[)#ܳD KI{+%zxC"0 - 0.KxtgVm&J39rags 7$8f1%^Hw\ȯ@ $UQ9haKY Y; sluwYMm MIGFߎ#{tw`ԅFǃ׆l' Z.o" >;\wbOKWY;u9ERS=MensN{FoM# i؏aUKd鸣GW ^J6WߩC\fR#7} &g ԗ uвNw׳DˡYCW7?{?тq!9r6yR4z0U3%',i!}ೇ!X)ZIabNُʅtvK1,PClAvAa"j @09'^t ⨚)ͦךH%1q0ty41RIc&/DLHwnrDeQ`םG tA18ĖYD/Vui=s2P_8ّa@I,w}yǤB!߫C$Xy"aCTl+mV;4"&Ԛ 6C|zI ROҽVhTG랲#DC>:Ώ'8.AjL=6`LI"N }xR9v Cw?O:}<gŕ; pͫ;D4qS2D ݪ^s3Ŷzz}VӞ7 @; k+l)?Ějͦ`P̪/! Sd1̠ЇK.~T!{| GŤd1=׌$:7Ce,&VB6|OkVU1̸Ȝ\?= XLry|g[倽ĽK3[kx~3d [}q`RM-)Ţ@`Pd[K8I9u/ `YC}؀92gK4<,,bt`uڱofa]ޤkE+ J#yg6-+K~ Bv6 n D9zI\jG.c  ƹNEh5W} :/i`Ϊd~X9KG%ֻN*VLs.T.0G3)/.hO-@tIV-]p8X$ ⺌4i{ۄ3!Sl1 jvW`ф+F6p1 xיx#  ~kV It_Y}!b,!l`^Y-9%RK\ผ09g@ٵqt `-_B$S'#g<\xMb&D,\%fV//So9VZďKVE}0,;DBGzLVwT:j&uI+naLߏY`A䤢š< E ^2{]wkώ? j a_T坎o#RX{TY[Iv 2qz/q2zސֈJQ|iϣ :'l;$Fѻpdp W7` 6$4SG#k6?!K%(;n-Әǖ τY8y "SC:UtT֮,C5VWWց@; -lNL}ܡG f(P^Ԕ)["$D^,kZfVC +;ՋkC⚒+xCi7,a$ǮYS2p{[~Dus۹z._>6YD>yۙXk.~?ubQt/>n?\=p`LS ~UnaEm+shvv*$ %ew @QF&w<&jLXViNs5_|D}L}2-q jm[Ses:wҡ}~BV*QI8|Ǝȿ(bctg]I9#9S8[sF zkk((6"ꍜۓbΉZkk*AM2AF슏Ҫ_yW^cY?֮X(+W_!b~?󑊛t/h[sLwB [] Ϙ*ᛌ1^0 `'|nk˞l)>V5z3d֏.7 '75fi:֬̐Ýv'/kNlWs>2}?%~ɳc`Ĉ+E1g N&M9Vӈkh} Y"ɺ&NE޺7;I: e@b]9JZ 7eN$чᧂ*Js͘jy!4,miPotǶ3nӯRzϻ.0N4看`%_f\Ikp[2Qm1.جm^4G`KRq3sVJ5{z fz KYғ0_Xh\TŘb)WF&;'aM;\ ]y@|9/eRcW+P"C_:O;F&)ex#h II>I8AI( }i/oћ>?l%7Tq43Rx@tbRu= :竓Gl ~x Cv'{J+ψ# z%jKvh1 cjL b[izT!Ig:#{c"0%jrzZ~kj6hBY6Yg ,J9guҞ>)_T#Yy DZw@z%X* ] ?" &Vp !gs_J:.k: LLDmŚk\?1N7o&'6#O[uw(*-$,pm^E[s]/$|M[|\CS^J%O jùC֤ȕ1Cr 99s=$EZM\aѳ6fT* 5YaxTzTۓC%V\ʈ:::X8e@kJb4Uf#˴PL }X{ RFb*-,#tyǀ8$ ~b6Pa(_%ڛ|/'Pj=KOIIʡ/WVz?J*? LB1 z92*Hh)6њǬl9vTd_Bb&{,ߵZ.ж=ŹZ;.bxQ ҈˘scBhKTQ{pgM^\ͦM9er 4˴Fm1PgJ}•YdO1鿽8AL }aCi zʜ,fT 5gFKkCo$Ff՚tgǟtA Ɗ0CC+uR)e$lzWυN&eT&m'ȁ@Hd0@/@{;f*GG6!oc~|䶅ܱHfe @| 7!`пB/nrO|ptW Xś@d㜴5ڦݎܝu [J5Bk !,}kdt8ԉW+}U jHLy;+ ؚzJn|*}aki|{:COx-RAUm~C7-ҫS϶zWol<3-1q#ϕPXޔAv?Ҙ@0=VFSt/Y]U|_FL㜀̿hɩO@ܹ#E˯56Y^&/$%ڈœʪ2LU$l(aE/lÖWP*a)#BXʮ +7c[g=TNPT-4]>JOTzƭ5C 1L!ʎ Q*/;wH=XsA:f )sQ7Em| cT.F0(b}CgLH{`_\pf$[NCU=XaJݱI<:DM)C,>hp͖zQ!ܰOx*rZ) F& |>q3딡'ˡwjᐃ°D$r7s^s,S/[+; @D_>lທ׈NDkFȼݗ/-0&Qۓ uOxBT5hf%+HQRhl\g<8A?#Ȏ79G7_==.W_︍a~Aʫbl@z@`ޛ^2 lFo,ls@ /۷WB.Cw㰈R..lg/`|S#7G!Aq&W}XT)@nAzXfaDQ ߹ꑳCg PВgz]ױϒ~b;t<3ol_Dn$"g~svm|UuWt$>RVl"Pbw91bRh}G޵ sc5y&jGT736,kL5s`u lYQ>qu)ܭGƸryBDx74*3& ԭPG(߻9"<+p`0Zap݂I'uJ+P$bbIRi{W}xBOOPށ8\e^EA`0 BBā߅e_MQB*'ӽHa'UM8;4qeM7Cmzb"Zz 2(avXy=hEis㧜pCb^3* s^WxiYy)i{8p8<(7e@䌲_E6e-1RIk<7LHb[ ~&ݼOq)VE `}J@]w] _ ^Cuʗ@k6%qk`gȬ-837R Lbp`@(nT2W)#AҌl470 &6fs)^}#ïo'k.y2<}u^F{G#B0# }oe @ >>M[Xɒ;~y) n2hI;-.b6 WZ Oi׼U2Q^eI!Ry?.$H۷Kwl>Z>X)m0֧m0HGgKu0lݣ~ yr}Ew31!f) aO=^BW%5RoylI8AO+̖ɱUn\fsY$ӓ9}%AHV {oć@6LpI 9/Y${bǁDQzk6P_: detfׇ֐^G2N`phud2?s5~[+t-Zgԇvkp=VeW4(Y ][1N.OسfZu58S-fٰFM遙zC7I`l :l{€4'ybemf+DT`SaN Ř7͸c v} n~E6 dSx \Q&EGm]u:N9a %=-C>O(i#Rk_^a %yS mUeTu{ /7霶p}+X]'P$ch4CB8 UׇLnB(od,OtE Ɋawq[*I܆d OvNk-&evxiǁ|p ʻ;gq=辈lWrx*Dp[,% Cxƌ@#vX)k <:[l} ZwzK&-EJ@hh?fniVYdf)%^Mr"r7NH2-sJ,SuIzO 3Nz E|m쬢KTKi#_H䮥5J)Mշmaw!p2Ԭyv))+M~mN.͒5>M{Tf5 F9\ք{l疋ܰSV^r b6݋SW',kRES{0s`yVu ?[B%=1ZyUy Bt DW-]+N(^Fo(ig!5}IhOkPٷȎZf ׁ,jp:y^|LnoR)\{l= *.e| ]9rM+ŊOyYH ' |xY(yoa*2SxuBPFbWƒsʬ=TMDPa?vfb!1LM@"o-op``oDĘϞ@\"Ͼt^C^L8z&ohu0y9h%T+*?d~xJmzMrh(c]}Cb{hPCFlOq[.ˍmi{h`jS !ճ6;byg:_ѵKS Uh;ƉFX>xÞSUBZlDksd w!L&UT lԹFGKjGRPщϑBN×S$ؿr׉rbChVF1n?sOqg;N_E/L{͆n8djX1; O9z>k, ZY h"qw/ pul$aɣ,$L\c^ {}#ru -`3 3,* V]JuDvnk>v(^&ͧz"??#CZkl(9V]`2t4(RTo"k fF;at%.줬> S_,+naI7pzm [LXƞ0#y}J5`_{l)k, xW1hؑ󁪙νqG;&G`PLp_o/emA]i3<$?zD+~(-"H!IkQPuz k*Y9wy07MR򑷁YmʐcZg: W5F,Iy^4ryʲ&(EPFH݈̹  "nB*퍡R}Q}<= O W2E)ls ꢛϪӄ:-KCI<˒/|;])&EDzX :v7NQTNLֱO!~Jl6Oe$1_.fOmCY&&T0ᅥXX [3n3|m>ͻh $zb2pX=֜\bR3w`C]A6^Z\+`krtO4-w]G!~FaAݬ;X~m4,s^xp=?^*meXdCqҡm֞:I0MȊfT[jo~|AI06t4;>p!#V mjO2kQxdb$}ޠlD|IԸ,G0.kWHRjGJreݒ*lkM:+#V]EW5:Fm@1č#D E<@_1΋D=sbF\5b*-ZIiA JQ]ihg*:oAs+F(`W3^mU")E(@TY/pCUS̎b)9ٕn X =|EN\E׳ bz#ꡜ3/# Qܨz9Tpuȿn ҠS`$(`<ј+Ml" IWlCDԆʮ^'J@T`_L[1PqFFzTC#|% jTL/fr%Ձ\G,A𸨐b/ Cy%+|xza~(J!𤉮Γq1OBk}¢ Ծ6u6$;nF(ǻH1 $>f[ `/ ^x&@TW(LdBh}/|-&%#Wj=9bCZV54yiO5vRJ yCLgg~|;4k蟳t=[)NS5R"# 80zEvB C¯IIYٙL3#Ɗ7 +K4V $$#560"pnIe(Mwe_3 lM a}ӅUQַk-MUdMㆩݮ=ݺɐ5*wϩ{]`sXh*Zb+ Ԁt՗%c}"Y O]d3iJ\͗\qъQ38珠qW!bURo eySEaŃrеNC }^RhvzMUl/8tro%3ȅPdG,SZ{ Gz;Y,lylyG% -qhuV[gqMs VGuD?j4MP s!xb"CՁ-.xbVeZ'f,tcHG\+!PdmE!e&haU~-;n;&ح=bxZ Z )pm}sSpUGPx8\ [(W1b`kK؎)CGQ?1P8.:<.ӭ2vfZ];h pK') \cFb|#MwwZ(\M-*uΏ&:g05L-&$ÿ~H3L] y};-Qz[)& ;`&pp{H8]oxL=3`4W2ކpD.ۡ@q k C[N3N?i6s0tcHy`5p<c%,ey[ wp|kcxqz Lqx,M4[I+$ni 6 vf|,ȌGbLOVR{q#|4wCܾVXGMAaGwBiwZ )&w>_S2(]VToeE2FZN2-0rӊZ'L>4Yh ٬C[!NyM Ej)qdk1Fk^듯>FCgCkM*1cl$MAe@ &p KDŽGM*]mO_")>*.6pC4 Hfv$wo>⩕\JEPy8L)EA LKvjl즟8dG,+~PVG>"ONMK }H#%`8yf5uyCi_ 8C9@EZY^- w0Kij!Z AxP[C468ݒX91+dgeom"yu1=)哗tQ3@O]h[.b\ ʊ >QX'J~/02>KIy1qYs$g5o2<4Ҽ~j= m Çk_ coeJ)$6y`l;/>fI$^P(z)MINj<_p"$+<@70qv0;@NWyR-)L׎0l]P* _o~3b Yܩ&_(v[}zvVB'vP= *S9C'Ƥdž@Z-p1YzVtaOZ/@V;3l{MCity; tҬ,EEy1\gl?z C.x{j_aKrqlw+XbӋݡv*-# mʳtFxj(O2OW]^ L g18rGJw1Ju A.D~qQDz`USب5ԯ': Nuٲ@UӄpU} mP.`e+c8wCJϦ@vf.b_4!uk:>Ws~}} kd*o`Ϡ+?y-Y7 oyZTjxX1K~E d,Eg.Rfma )VMy>Q ,n!(IR㯡77(<>ƳxlX{j6?I{. WC}AY6R*(R/. %>%O«;*a-r҄-.(RP<ѣVyĈJVګY0Ί$X/(R'\BGCk$xQ?ͱE?v\>84qZ|n #ЊJcU3]me#_^q$m3t>C6%<0]%HSmHYcb'ZAx̎'_‡X K[ u1GwRj(3pC[Al}wRK/(agVH0ź7̼ laL ۊ;}Bc5:"!yİȹ1d|![+iC@slmmT$|%\4^?Zkgzp)Ee4<٘ Za݀Wd f!bS{ Bw\sm^[K6t6q_=l=l ?T%8Jc%#k+oly{Ft%Vl0F`nDH 3ւFrș&>mb7F34vVݻ ?xrE@)ivKoI>)W)5XpAz-*F!bmMl[W~,ÑD"(fIn٩ (jOQ! N?m5f  Olѫ]sR\s|V@T:6t|27!+kτz7C{ >)#7uЦɶUڔI:inqqy=t% ?kn<^Oh.$~gt%rSH N;li 0Ex81?^axluw9L=4hZZ˼mb UG UbK4YOB/vNA#M bKgz՚.?(9>J@bDӽb&1hY%"߰H_(A6,xV8սĬlVBB.m/Ar[7Ç'!}S,1 XFykZǗ5>sH QJ~0Sw {tY!ƀ ؿ#:p2J:.ZP3/gA"ifMimA ¼^3{+@ 3즍QCx೥Գ' zK嶊>I!V8ao|j-7R<jq]! )N@ODG+;,&s_}7)oU #5**Zw,*bedj).j#IC8Gy\ T*UkmӦ}[0L.ecIX?<[-'&0-w E UJIJ#`%w"ihP|}rmbn5褬hDDjY=^H  @d\9tltI }pU yBH,T*/owq9_Z#Z[ak1.U]#%É_;f8gWr -}M?kbqDHūg˻®;OkWHY!)+h/'R_p76t,Xw|Y + Rj:/aX_7eS&rb$`0:ȧT. Ft߇Z:646鱛MrAH $Vcb%Ib4إĪ>U#ΦnVO\wg 05į},59~]]ҕJ~ Ȕ`&oכJT\ 3aF=:wUk+G$xooHxaucb 8+&ZOa畐8iH&9׶ҹ~ڧ[> ?3ҭsJpB` }^K_4o{:7 n6^+wKexUJ1xa]e?*Y%ٻCw xE7HyͶ˽O15];jj^1" [)p$kυIUs׫p^ FRB6](K\E7y }fGbR WS}J; îw&1gs37O0eRKύQ*XM1OK:Յ7 | kP;L'6l oJi1mxRARn}&H dIH ~i&=E9찅|p!ǽ+zkǖF8@0 zEX{NMW* Xyѐ"=UG~ Z9tabCЈ/[K峘^+-D7X[Nʏ65F, u`˵H.Y?MI˜^n/N:ܨl ~c;"nEZ)KrCaؾ'4 <;5o 7s\t8)cM+^< <ĿZfGm,3j9!V奘g6U#nt#"M[ʬ1NqkamT.pto jw|zW!#aE 4"&c@zL5P,N %+&ܹl>Y۱;}Vv+__ b@< VC4/%C s +ʜ\h ZZO5jѦj^7mrm>N2{7jf[~Μm(վ_U@sMW;Hlv T/3_<DVx[|@ښvy?s E Z.8X3dS Gƈp◭db4|_lf  aV.S0Pg*Ut{R|+)>vys4< /=BU(қ#{p,_@#@c*6Td8ղ}y.*|\Ɠo/zBr9q̦!:fk3{:;F:1JD7A"y<"~^gT6&Z$5bra >;)#m9הmɗg'rѷҡsU^(ECU1mI0ˆIS \8}|)cSgɡOuHܪޞx>#VC2g 4ק,Wmb.rO[FWIa3z?c'FHJ[Ԅ'J_a Cd t wbR#Q':Y &4Lw{3#W\eSO@n&2Sܭ{Ҙ.5K &!^9\~fHhyw[/NnkFB&FxP"N2 \.@>ٲO-w72PTT|=@Y(c#9l=)/yRRʒiA,&_*d|} U,!,qpBa<(6yU&hP#2Ќ:,]WJP>\ފףken漱@MU*4IK)DW1ᗢM8sA@%HdH겆}b\ (/TEPDŽd& BM軧3;>vD45?Pgb~3$\VZr2DCQF/EJC,tۼdc-WQs eU2w]ao?_łRWŵdl D|ԶضaaM@ؐZfzA0[&wv@:X@ܬ7H/W[63b[^ HapSr zx )I"sYL{lƽ +&^a%Jޡ.t)Ix$eĒC\ Q_e.W(ZqRqB3אbL PA2MWlIz0$G9Z-bՉ9zFpq~fu2kӣ("hgv:<=:ᢉ 鑮@Q0wŜV#^!͆D[3-! wv BݣA(la(A;g<κڒNq8^.jB*00TXzxyj~vb z4P$VW醻a0 <@)VGv\+(ON{_^yYkØ88SX8@$=Y3&zR;h^' q y0;mR=4<`V[5;>6, 3"V&xZtmp9U#nԆi,e{.uխΗv ANs( V9ݏ 2fq{ 6Z!hޯ-|%'1c&v|+y(z/٩^U},굕+Y"7LuDчAQ"Oz_ei]#e hf61PMta Hԝo"8WS68h;1$|+Q2n~[GNY-gwpW9XW FU FK|]׏%NY҈>&2'!qON݀XA ao'$%`V@V(FAnC7Nn>-y "Mtt@&)c?ſ6!.w([)(k X]R@1YΥ 1Ëts6Ac"S?iS1u<3g8߃'>l^+!닖Zw0J[nR7tӄԃwr0Mk[[Tr'7kB!X6O Eoj {`aT{`ȧȀH&^ވO2`(Ŭ`siSMxw x~t%;Zed1@N^k.Rœ$r H!tg]i.tx)~ncQ5EG/5 o>٭u]zz|o3sȦ"I%a1<ƭ*jN~A t+xkxхSmPtdf7C?ZmtGUW[}8u4 `O֘ Pį^PVk( I >4"쌙8] hn6eWEZڝݲa WWɠ!K$C z !6N`3YT)@9:Y<1A T3ɴ5&aYZ>Ԝ7q*+DdgB;lTG4mi ֐ݨC*46m3Vy"oP~Bд *-\Do ԱhzK֔$1p^RYp+{8MjtYS}J!'Έ-'}Y5kk>)]ܻpa:V=JGxemcX̮y^AQ@6dMsHn<$L " FT_8E֎hUffk#gk l)R5U*Et%uŹ~~jhlm WKv.|}6RY/6֕EO؏;>)4>qsjtG:({]BE{1ɻנ}#|.Ñ$=UFsI ̜1N%Э)-x =ŪKA}V̑.xb,+%JOJYЮ&rqE-ᲤEm>_3V!́>v}YzW3tG &>3ænLJZe,B8 8C_:)Dl AqCLfe$퍍d!U)i}B[0k_{ڀ{>`,c_&"i=ɸ[=8ʔZ5J)kWF~ܿ1 "Wl]*4FUWʫo NPAm/OX$0娩)HΉ Uz#65]:)/-*<6PvZ`vw:I2%!׼[lfJY}L+#xWRZ|i ݌wa:}!SN\ T*^sBՇ8mI68cr,G3n6*%VM^Kk;yN]IP }XЯ |N6jP 4܃x>o\._|!VMYƒ(gboC 6&Q@&Yl8|u?5z_Z,М53-*u &ݒyx9xz![{oh`PN2d.K%Ä.E.k@pc726݀":ηcQ:Eml/Փ@oz)@x7p wAz.,vYME>*JC)#axIF-6#A.E~X:Ua΁pahWF~%>8^āMsQdEkH qAӻ?P):ln8_ Ӟ۹S'[oWԐ,Au ӤxkdxscS"J.}ɞ>r$ PpD-"P܁/s5o" ȉB:.<9>$δ& >]P4ym]v5ya?ՄNKr<iERea&64Fs8<>Uwa[6goqUbx9>HUfrV?1-I)M;s}`Wgt5#ZVS˻КGn24";>hS ͦ2B}EIhQ`&Qݚo6+6{DZM e0K(DJl3EiW]{HrQU8N)J ,]HQp@3}OA;&M\ۥsT孍3YMO2 X^1+Krc3{m6reaSN ~[=L8D/b 8}2fͷ5>b6]B壆y}ZG<4wM(3sͤ^d k鵧]Uz^2Mq_M,,ܒ!)D{#,;`g{B#r|A/'s*IsQ&}mڎ>dLIeJo!xeY!6e !+]p1֡` >e+<ӱ?l1;1:D,|Knjpy?=k`D7مTN|r_s (fuծ?RW+qS/bǔ w\K˵X@G%A@oϱVrW&-/$C<a ԕ "lpHvRZX >)Ş'mbwJe"'y-ϕ.Fhʩ~fa?GK-4rBl^Ml4ʺ{[1y g擸[ 3:.8& |Cfo&i2 Uvk/a4 N('?[+>Ȥ(R˷cuJrnII#Aõ\op);+|λ򈷨D[! 31F5.8>n%ON )'9+3ʄ6Sjgd4g{ r ~%xUoPFnj͗9Jܳ"fMrK?^7Ҫ/MNcw*Z/B_Agsv]ɖ{0DՊ)巄Bxů Ǽ|Ƣ|BacwJ}Y̼ݨX"5dz0"XJ+5p HY}Q:Ǭ/i=dG22 րqq>}˻ɪ"E,0 D_I ߠh>O%ˆor}KgT:J~2S,^nFcp {/s}u./nUżĐKG~{* Lu,U!q~Kmk8Z;.@ciՐ4 G;BB;f/.gʺȵhKTЦpz((XE߬W 1I|koP/xPN\n;{YeaY= X\ АTpb`~ʦ0oPImL ;q+uت/Y B|1nU#9;0fϐ9rw. oE9i |}&bΰX j"^R1Nq=A1߉<`-p?' FTr q~0ŵt2U|2ur;+Z/Ah-+b)Y`L7CWc%l k5C{6Q3ۺv/;Tx g2x+lD6P %y;煢òiN IveSEZ_mg<&x+oS26b<[Ɓaؘ{vNF8F#Oj ;#o^A>l"e¢q7,XU{Cу EssfL6,LZp5U eOxU, u&=Y|EA5@GcJժ4'y;:Hl{7 O>jʪ1o Z{=FxCȮZ@J}@cpG]Z@0S}J k5σ|nA7\O^șhn(U=dMc%PǞ dKtE{F?O.bf$b݃ f}Vnkm8$8&<cV@,&z K JKȽ |HS8ڍYXGNZϸV ) -Ak-*]?E%"n%+{${`cm iƄ#Է+xp՞7PltƷ!kro} Kq<)kqflJ+۝ u4 "rS3ٲn(@)3/,A/֚21\RRA?`9 ]wYOAP^_nȒ0!T@֘-d9FB%3>M#*gbd殅wboeQ(m=dM X1$A˧DP/Ć5UA7yb̪lAVCv4UD99 cbw"Wk;.uaY+!?y܏toi>ʨt~u$RG3/ n%m-EGԑޯ!#3dqe=Cv'd9+rAހWhA*(ȰIrkMћQkT:n'#61JK;`Q2F) 7!dDtE!/^Pdk#!qo/ͬɒ?Cf{6#Ƣsg-zlZ(tɱ!&RL|+OX|6ẗ́# vĿ'q|fR 杧:W2H^``ӊ~$4?wHhS;g.2yu;8[_y. Xcܘ.(SgCXJ&SX1%?k XM; "Cfkx={ױҲGG-`X|Ŗƺ+vّ0?6'|=ڤ@=Ni\[[(ĵ?:qƤ6ʈXd ASfk̤-eK1+ m8wwb`iQNBJ6 sj|:U5aL{@G0w#L5~5҄Wuur9HaRZ }řì+> ^l8^*aMx=ׂJdԣ)\T<[8AQ%U0ey1fE}pr/Rmvg}4fu3 Ki\e<4mwߚ}ibZ,2x"EoNZp$ySaѩ KhKehьgvkp%ӣW{ :KJv w4z 3Yܕl}twB:Yjs8Rv聪5{6?m2b|`]h8HB2::nܣ{ |?gG\$cո2 r-0._@UNNc /H%Ʃ+~/-pC&Z0ЅK[g-xS#cb^K%Rc#-[vTn / {-⹋+,N 8X[o {N= 7q!5C.'꿓/⅁;+k.RM7r-EKKfBÚ}NȘʽpQ; ,QgM:y!%\ۗN*vK@qWN9WN~=2`=A| J7Zs7Xjz\jd+@ֈ8ϸ#v9&20Z.`|j2GYuoޯy ܓv݇0`C6+kl5-A,D֘0۶Res7U^>ޡ) ͨK WD ",\fO˦GUPU [aBcf(H :SFoW_a(ML7IA?Zot ,{&9U$X>/ȮgZ/× r2y#m'4=eJe5khy gk`x:HJAgcmvOΔg5eτ.u C|Qk~ ΪLkK>ާRP^85<1<W9Z`aN"I^kb`v2I!&SejHr7O@iX^,(;rS~v v*eIE-fDѹ1.0h8lI#x"z + GHI TrUL)xܢ\`L[RT(5uVTR:6{Phj~!v쳐 {gS ]Rͦ hq N=Ԏ\p6\cac--z2&A*χ\ qq/ñwrRg$^pXe6Yq&WFrb8¯f Kz& r`VӰ eH 2FAwi1l"Fq?-KBi$KQ`;3B;%6x2Yϛ07ui[sv.5 &zSr >K)C_$z^Ҥd%h`|qǸfn\ߘ[!:lD6ǎnc+V'`n*o2h`4!ŀu6H)^OB&o-A[M@BzɵM RǸV.g*Tvr*Gu58ZX8X *muRay&TM+;cbrD#…f)8#f~{ۤ]{;Ӕ6vB9X:Z /@LYt5 3?t3ͫ5SI_ox} y}EjQٷI` ly4{ִaR.{ӑRDҨ-,w k8L!!S'T)jw 4ۏ=q~'DsSe2uZ]Dӂ~mvraVn϶h=k\=/iݲ(eN!Ps6FybeL*.Ti WF8RNU=ꪐsz7U9&ބ3tCG=cQ[GOX%Q(F_}:/*}h0ZƬK6'Vѕ ^1G,ër%CY"b2"ݑiBeA pP ߓEwїKK$+KaiSKy+7 ;zT)qfdVь [#xx5LzspjEC݃f"  ;iH}͊To^_&}!LMrr4 {inGL7C Sfȅb |; X nuNTlґLjËnNȮPMvx9^GCvB9klF8gH ~%?Ztcdq1z_b]s;g3WB簏|h'w g,z[ӐK0b) v06N =B|6FK|>bqlJ v n,NHVrq^%T@ʼntBѲ/px"DG֣_W?&wU%]@KsKUS_q?$v4D":VhʴʲK9$ToFG&&}[^Gj "*ƩNɴU :Ɩ!28baA=>Q,H{Jp >0˺͘L-t) [ ,dM;n&< u}[QcCYl<)9U )plVD#:G@uKL5Q1ǒgƔqtu5r |; ىx-RTdhj_1}xU)ɬΫd2-4Vzu,4}a 2D `Ox˦it8ЈQ߇f]w cց0} CoP#0ze{Hsת پzn-V1o'MVo4hV: \S26ؘ8o q6]dekHwmT }8ގB\&g$nE*a3\R2V1dEéŪd6y.e &kYL9pzSx RŴz='11xba4RK̄%j׫Ÿ)R+JiE  GZtu-КE#B+i1\/z(u" qKT#N.^#%|-HD1,@.4ry?a\׈65A3bm(V<>!ٶ6,Na$?ޡg`xu3fQu`&}<|5;As '&jɌ#_.P*'Wf-[GXfDT~ke/Bƃ \uf{񨀂XD)\3%iqۇـ p8r`#KwQzժvߠ)gP1)^-t sgkۂRKynvf6b hbSMʗIE䔟qNfQ){cS.v"%Kn!C 9`{" y={F$<>O谆S) B'̃?9QOYW~IsuRz{/wZ>rT:W lX ǵWyz~tW<I(E*.=9򽓴H| ajz#M ǂh;KbiyS&Mnigvm>:\<Ϟe'{;F˓eRM5U<`#ⰜSC,M 1+CGkbv "VO'Byn*0[>rF ٥Y+pWa>I%0(, Et/ hHCpg * Q74ujtzR6Z֩&TKh~2,˥V;K8i|u2tCn@8Ϸ\[J3EDꕴUy @]Ю#v+&gilچpKP@CAmM1CQgOpU}NYNhJZ٩~lvhrđm¢?>c[nkb܉|xBpTj`Xt,ٖ&\r?BP\ײ4!Fή8.|sBbpfͼY5<ɩ5RJ{%K'[8bC J6zA5[+fx߭!enRxxʔؽ01:۷qB+7jVbYҳhyJ25pY iFG6H6aTT-D(r.kCK3| u99/U^NևSU,4-~}c}8 (;e=G[EF F 8dIewY".@TfjB2a=T G]#1Ӷ`uH5'}iڵWt*R2桢c0` +HɖyDMxՈjl5ES(["ceG\fPlq,~Lf9]'"SgS@~e<@2Nh|U^5 ~I7y_UXhŻtZLK<;;lLundMr;KyV$:d Y>@à3L0[KyÄ@ ˂P߽BAfD]J8شق5'Eċgp*&V:+"V$bGˀa N({"kLZ2O-]zQE'QT+[jM=xQxNA_(ga$M(z8vNr1Q1blQRg!f .9BA (^wrgXֺv=ѪEʛZfGG5dhoFZ1f\^'oQSb3%~AܱGM rȏV ]M$W,S QbX ydP&+ Q'ӏy1# OÛ﬏t]^9VʤLjAiVewf p *Ikا͙ʈ)gK"?E +OkگaXflM[ت&`^\?vf2 2F7nދ]~^gL/$ajv3(8%?[EOE*x>@OgBa#Qca5zMQ"Fh.YS GP(ȱ'SMyH;.-mZFjm3<"2- H]^*9qn?sƽ)b(\-1|Yx 2Z~w.TyQ^YLanlF(ұ} w>e@OY}_$A֚)mCAzf^x  %WmPAmޛH)d5eqM1camMN.߷ v縤ʤ1}tt 2N%>ݖN&7㉀y*r}>5`V?#q6y&?Ob \|?l\^]hx=KQphP7`?ù-<&ƩWr71sk+q`q籄$l:_ih] gDv;. dskyf 3#Űbo֭U`ɛ 8nF:w2q u &,_+>y6*bTHD@nUO]C=ԾQ^ X7)^dӒr)Sk,[b[#G4 UWͫ=v_kNJ zOڝ'g]ZP=q@ @LRMVB*԰ q} ngƁB 1Tn?MK PvOA+͹ٟ{Iɒ_%Zw|KGcY\3a?6-Z&x<70/(BйݿK0QDODn*x33DQ$>kkOpXg誥t;+mN#ITi(M{))tף92̟Ƌ0ͷ8p8A' "Q@'f' 8PMol7ԁŞq*8Xj-ԐY[Q& 2i+tE>~>eϲ oM&C[kG:M<)&za@ ?ߍ+khxOH:  i˿'C[ف:-vjHu8yh$ ^,+;( b L=_lԅ۸9 sqU|cDz]8ܩх"^3~D$?!ꌘ 7]&\eKM)::A3GI)aER&4Z+n'e5LOB=Eo:f@kM RU˃dR@T]QSYk={|r|X8FE63xwkZ=Ģ<o3#YxMB'`bħR(!Wj 6ȭrJI7 G̅#6ɺWJhgBPUח}8؅܆} ¢V dVE(ij`ʁ/ڪfZR62>=Sp9īKn޷>5C'Jnֲp \#,!MV!C9|M?öN5GlNEunKZK *^)W.{*D3x'$TWIdu]Ģ){;WW) {лGZR>ϐpfMN,sp9W2_"/.xݙIvs*O7!M4ܷO3+G|jKaR;mrs4ZHI})+e- Ko=Ĥ5 RH1A;dĜ<9<r9'e.g'ڴw a36$oh)I>Ӵ4t  V -1iؔ_QgR ڷm]+69%jVNdl2"CWB3Ssڈ##z{ɫWV' :}1^xJ9(K$saGObsyH4''p'7W(?6\Oek. 0tr,3syܓ ŧ?yAC@y{.K 9Zg%BD;>ȉ&v̻!ixZed*0P=rՃ0ŗiTYw &h1s.dAġe2ZL|K59haTo%|JDc ɣ"X}k=n ?bSS-#U(Uu3.ruJp)4\Ka@'T@Ѻn5MH'Vڳ( Y Zǵx4*ƨu<ӣ]sX/*8zޔБGͪ$݆vq!m((gf;"?n2R&ۙ}HͪcnMVG⭔ %&h,RvOz(6`P[`MiLz8QM2Jr1L Nh5jR^bP Li[{ɟV?PR:;$K $}5Ǖ@jFs}Od&`sX[61gio͕'26UU_g䃫LgMlq9a,_ o,HvY cRrxCͿX0 ͠=F4s8U'\j뽣~9Xܑ{+sm(enlATTӇ*n4[ 'M5&M/'=s4r"ItGTuK_}4o.?1'&%43w)f'sD#1is|O)w1a&SCbJՆ ۮ._Ӂl 86)r0-p.XCQ1."a{i3lDH7?I,6ub*Sp}֤_fß|y(^Vt{s? cӱކz,#YZ--AF҄W԰s)8 $ano'&l(AwĜ:ٍi; ^6`P^P)%i[͢ ż!BmYAAgHM>tˡ޻ DY肰M%CrK-lWtc14|]B{(oEdgQI{c\HBħ={M5gf6{Vəet923a4g2(9>HF"R,˦Eb;C +vo" G[Z [h3OÆm<:ަ*vv5e~Mt͢p+n\DŸޡI_!YeE@̻CN;eZE1me tAS,tVTn|dMjm,S㤣dֹ1 Uωoᬸ{u6{ta^:d#]JH7O\{u+[ce32NVTl*9(#F9/ > /{, R)=$:qR Tt Iƚ&k8D?B{OV4[ǻ߉͜ˮA o)͐>> NP X҆6b2+e`=~fׂ>vZyP r41l%# 翑!5`Rb2NEjp"h~ ( 9}#28J2v,`^w@V8%-]|:y8~ YCR ⁖#;`*r`u{ qQxǑU4 cZ)Ȑ ~?F6x-2lz]ъvr^G ld fUqSEKhhX{Mm.U(x 8}(ًGd<|jX8AM "}G[ cgxմHmؘC"? C'IKgTDScq9d/} 4>;qR-m u:@5uBҳz]U#rsvuM!lrԛЭ"¬ζ߸9 EX1/ W-Sz]kSMtp1UȆO).Y$4CԼgv(ύ2 aï]EneQNJ=Z?/Hʨ4~D_5f$0'rY =;!H<#hBu-ނ`x /yaY Ec;62,ibòt<{؍]&04~sAw]g]M 4׺UTLUAVs즔fAQ+(ns}e 5kmGQihLn8j_/L$k9 bk']V~1;s*nI~:ٙ)\c?eo:-a\ƃH*Bdݗ:ՒG0Bףyq'HyvYYTTWh`ZF]pMy^[8v$?@2h#M6e|`{'8^۫G Բ, VBX({r_g5i/r׮5lplppҡRg.+C@m`۳/؅;i ipPDַcɴ~/UU' *Nq-+wQJDˮ^aR^b>ǦL+RX|bOԦHQ}U~ubyLn ~b~*{OYUhq#O+;5F8 Fekx^ 4\GcmԨEJ80pz MFbߓa\4 #a,3<}'0 gv5#6۩1<6*hUôYjEQne&kqpiGvK7ޤA_"Gg(5\{GԷHFWuAko{\Yc;-['1VE* DzJɄO$H!#NoRT q&u)q!fG&zRo7#n3?} 6sI]nY^};)vz#m!&Iyxf ;ީJmu:a6BAy#&.a5! QR(oˀ4/i1ApjWoC丆a"dWp#y]۸Uھ!yL ieI86^`y]kJhSƞ.:)c>9V+W^gM@.WJsp'*WԪ[BV[z_qw~Z 鉘^TcI(qT*i:<:d΋Ҝ93\ǐ\@"=5Ch'7=f^r-]?ggSK BGTO? 9H |<_Z-vmf[* >* {]ۧH_OĠgs(_9)Wk(/z4. fr}8"D=r 5ʼReMh8YF#LVq],Hؘgjpgt$~Rl*-bt/ΛDgXwCA`5ܗ8Yd-Jފ`ږQJU%I?g t!K7nQtHϊzޑ@{[;~{Pea:\ęOT$D1;'A%tX&]fzM:pU{XBYA5sXX\G1ݗ^^JF|z /NNd`ƿ2Wa5wsF@a? >W 'VX(P&ٞfdxC]2c5 @zآFʯS#"-!|:VlhUmr:R\@ #ܗS@6_ -C,)'`;.1.LpŅ}(C5#CpOd=ɖL?0dTWicwƛȰA?Uqna]BW.b$VEw.,dT3˭!N] ؀žkG3joBcq%!\1EaŠ ]FW<)fJ{E qF' ?1^ .Q>W/99-ފ;B^y TIxߡ~e&AuPo.[p L8L{z١ sFUIl!𭎋?'WsMmrȄu3k*"3yhOzl' }2Y Q(ZhcF; xu٢iy5>?X@C9h[>5FFӖ~Rɣ?@-1NsJ123/dX3Ћi)> ,ʼ# +ǽv4>GK-15UWCIla3MYtg‰d24O3yM^D+miMc-O@7jMkWo{^Ս3K>]Aϥ Ɏ8DpYpOyӃc*;c]odc Ceݿ6;skW2!Jp|MKJe ?&v&Q˃*T/ZyU7|1R7w9>jýuChҧzP+QL0/1T1E #`y߭ΐNTD.ۓ|`N=+ ԑ 9n oQg?LW)nJ8iKkQ_dfA"HScdtbϕ8[c!f -EWK&9Ϛa~ux+(e1+2)e]LI8AC &rrn)4>!k^!fu3o>Pxzr߳щvx@ &o[{XSe'Qj&1ΧqUCHd>EͰ)*[(6%Z#&NXnRAT<@\ p{cM4;4 UIshgMYRsv+,#^`֙XR[M\I+cl׏C륪bp8^ -TX17&-q|zQf)HL-ҫ5mQ$tX׸ 5 F潵8H35\/v@*l]2"JWM\Fn{Цxoy^0Ƌ۸qܙkcaai $]`xRԐ|u3;+>}@V1_QI:$zf<95G:89StmwTԑN[eVԭ[ \5ӁZHlaP3 {`MEKQGQ*HNOU­C= Cf!<~(xGs.ԯTɴƈ܈ {!EIᥧX'kU{Wi$w#?C]i]q%ճ7!wZ PviaY*> torH'@02.Fpe8Z־~ YTWqHKN;IʛQ+O}E +-|RM1VњKڙcRyJM4$fQ^U5O^B#O+7N%'$Hر HeZPr]cHUqli\ܱfRKȃXV 3I|u;pxuW.Ԛˠв#P2g X|0"l 6}~VbQe*.;5?}yT|-Eg&'rt EQX;TE+mgqn #^R ^9k/lR;Zg%,gw&NhJ.أ]be&$dd~Z# ŜFWz6M тqI:. _"*]s\.geɽu9 CCit: ]xʿġֲqt>Ȏfxszf/e l~~wNZsUd֡|KyC1(aO':3!:Vb΅یeJyoZVw^6`MJC k xΩt'LOj ~iM|ݑzzΰ>r$ne^2A-{NL;:7@8z>j[TS{+ ^96^KL9>-e$_jb'HR[Ïwn,_ FgN>EKTjA1lHy[ odm:]3G&Ы[{{K`Ty/U}9Lhh;6rTͿ+ɀq#/+^3usgI rQf_yDsafҦ{Qr#IH2aE,">(y03^9\K}~4k5dku#~ɮRP*!XωhQ9/ԇ8+ŏ;d6aLRh~t5 [ tj`nb!4k*iSO1wb("!|]]鋥0=GK3ϯN3\n\%KT6eB2#dΔAkdt'F3p#Mgd( O9g~H)ehdPޱ6K{h==L6ff|6@oR:Js XtrV+|XPaw d~1 " ?[=|jWYLeA![--y~'>m m vW95ks4ֱqsOPEHF{ Lt#/bzUG2_E-U*A\51/A=$SD \6.X-[ 豖A=r*;luf,"ǂϓa|v0K. Bw6;H_(=aL^-"&&OUUI!߈%&K%s7[=dv7PE1tp 5fܗ]oLY,OC3Y?o)rM= V*1}ŬoOas8!a X1V ѷ(s{MS!e%Fn%>Hk;fZ;4>?L eu@? !ru+6戒*bo}r{ ~e%a}{,IQ:SyqTTдO_SAHEHL!WON{J&=!ݗ_LR |. mD%@;֠17M5JdGJmj**KidT0Ү:=Luh9&KG l +_8MB+K 9Je2VhPٟAiu31=%h˭TAgdC_ը)1!-~&Jlmv5hl簓˫yȬFn` u\SC3Qz_7)\ܞ ump MdE|ƭ4dbr4T`+24jۨhE1lZqDjVGb~AVE ݾ;(\lk(54~SIRH^¤>shiI )VEx{$-$󩴆f&1iPPJY }2U]l 9}%ޖ-?K0| e# *y4!90}-a6c$GҤ蝅i 5+1[xꢈ)O].8,L # [Cw7uy񖈮׷6Q#!I>"`"xgw ʼnjhoޭnO&KvH tN%4IDsיKGOX-}}Elez/'8 @lj+rW^rP-r0#뫙ZTQʟ*2bZdƕFлd)'܀ |,]4$7#SBI7qXwuZf h 6q7+?܃sq-M4g:_KKJc1kXc^E`qC엂\ZUxDK<;?|JˎsB]0晄J QC@ GBΞ~<60Q5H~>&G| BNb_%Sc$ZkOVmeI~bIH7}'dHW~İ$>P]wBЦH-i)s&D cyF[0vʉשX`0}_\lKl$o}em>@pX(f"sJ`Sf55otbѰ`ZGU`gؽ{EZ(3z1W{n+$bP Z/;- â(j6DZ#>" 9+}feʕ\] {ƴqB_LVj")?>. INy&R TVbsuEi+i /3I݈#R<VY(%kDB~RC۞VM>o;:৔3(n{Lݽ(J"l3Ol*ڙi1 V_1/ˇ̜^sUVƯje.׉u/HF 6.|IxL>rK0B@QO5G;i޾,~ CLJsN0R OYv,GA~-\Vݳc@\bfOħ֛G׫ћh7y2*rT>\SVnKSJ~l\`FF n4S/i,&{]T֯(( ^5#f[o2<9!īǶ.V jys}iTC3lt`zpt5{QNSl ʄV2RAPf춮GH4)sެpF9Nѡf|7g^\4qN2nr*xDrIBw0; Hm sr A~ #Kq |:PrJأ;aM9 Qe}z-n 1Xd)[4Kڍc@' ̭tVYEw}U)EӉ_)Pz{2nlMߤ:ZVA cƖDxmZ D9Q㧍5ݐxF A>eJQ!-[ģQ&K-[ &ƬoSH'UxN'lb#0μ1nR@ p' !ˇho@ swShXʴZTw~*ĪЄ }dd&-^^>u-f8(u|i|4/:|[k1ٍeV+>`YfwW~Cx݈s RL߄2rAwEuzP"(bE{e~9?\rX|g>3,1Wۅ]9"/NW ecߊ3'[1B6N{g^ (Kjadz UsiZEIfDj o!)`o]͖5W :%UEqUi7P(uc<Op;ڝ\)Y->j%H*%!Җ}Y6?ܩN+0S F`tu Cl&) Wz0D[[Hy Kj;Q8t[,TZ 鞉ӪJ2npt&;Gg+uf1f<7iv$mS2L_Y[`eY_t8CK'} Jc'2);l{ P!2i(-: @v$1<:Xhv."hYMd-z~H^@3sCt89Y9܂љ_ $v@dHIw'2Mc˓89{jEK_^m7zuižr zn}zBML-|,1Z_[rFGzQS;'"׎Fy_M$POm5VZ9"F2E|.#^딠 cux!I'q#i"u]#Mkdk0ohf=6xwȜ|-~n`q=c %ӗA"!LY4;z^$~ُ}K A:6.wPXD?>ZȩMfbwwiAne!N8zz\l`Q($nJL_0\|t,>CNr.{!XxE/WU%V`F$$m%aжGMWp(eb.KittQ|%&=qL+[(Zm6k>Ɍ6 COa|q6";i;.uW |fl3,.zG|Iab$F&|ԻkgѠL8j&%,F}̽"aD`f dK]/-uB97Y{a NbG$4aWQCٴNGMYf8_(7/v}k7GߠGs.$[Ƃof'lgp7wn׉$=3kz1ͣ7[jE\Z}[sR:0#F!VT{ N_fGtJ|>ߩ{7ذ"7 a6QLG'ʹXsx^gth`s Z{+fhqg}Y[ɋ#jG $ ^hO$ -eEe[XnD@I 2!ջf U`9qC)h`~>d?,6G[%D7h1,'E$5xu7\5W`&J>%9 í7O Ծt^K6`1˞͈B&}wFˑIUCA)K\Voenf5ҧ"nӇ%V|?iA\{>0raB{FmA]`P3V<F+7'oHMd㌟"W]Xjzҗ4!%eAj|9ƋLisL {"Ct#Wd*T)m G D0cȏ#Q} hXLRNø:A4~^`Keh,(j!]+ 9;PP箂 cV8֞ieC`Л(m,c6~[? 9ԥջf%^¥rM|i1| jʹ%9"Xy~b'8ȕNsyF`-צ$g7=44MU[:a⽻Xe[Ȉ 2n8(|h d{1m#&!^Θr!w+MsPM%7?|7q$Ө ,JAe:\";@GξhE9t}Ŏ $="I3U\ృFArΥ'(Kw PRfqyHWڎqN҈HkI%I'7:\(L6菾-U^k U hƞǢ;if2v£ hU4&ԄǠ#%eXyp:a|.E(ŻC|@23--,,2`> TX$.R cLQ{_'x'Q-0+qr*Ŝ  yd_ut0r8qq"H>DŘ$ⰶ_Zl.S$)ǷϢ|<Fe.4 6ݖE-%78.o!5IH= d$tA;ȷ4e]3|D' %J3Ī/r:_SYþ>6 .2 u|j/.?P4|=K),f%uu|%ׯ/_4f<h0Kre!w4H (tMc&NZ4"PŠLX.avܬvj+(@S!6Rw<ƛ>IXI _#5v:mɂB5bE {Hc(W,R /Ⴋ/da\[by?m\ qǮSa*/'5ka9!~|;FkY;Gkp`1 +O8U]3@jJC_^LЎ7,o{߸rU~44#mhF JO%\T5](D-8#^S}"X}szˬD`L&@ry:=+ B2)eg4wo^.c= _-Ko5ML֑؞,:=XUu QSsTph13.**o̽7P Z6< :1JUX(&HlȐXj@5|҂w@axJN~)K!.LĴc%r:x׽x:`9#ԛ%i끸iB,l%T+}m)6ÑzQyUuS{?F__6 r,֜]9ia.lVP\1MS`_ itl9ɥ Ùa\k%k-GLx- 텭!.͕Q,̪1CӯeHXNH~r}z - FΛd/\l<ԹcB{:0;6[w*хie~/z`0n%L;窫($\ݴE[I.m>4B6캛g(?~Xǽf5@4"޷hW3GͻrY>a\R1|}xG;43]AIdGuKuht_CdIp`]&g+«%qcB P+=$*MUfgx*n2HVЩ&bl'$RL^̤vQ] % Ly~PQv89&)sM R qWOHRΌP({ t *hN78%8ih 4L ǢзjqE`ށRV?pX!U0yeby ҫxԱTL=1dTo=#I) yђAYCOBO=zxv]b,4ʅ뙗7P+\.I ZbkYOBz#=6jK;^R ߻$fHɪ}x+C&ӱxA"EpHJb_(6AiO/R,ޒџTfm(X/Zkp??47h:Qn{l^pk|kS Ho#;|\{f"sZMn -eu}hrQ\aԧY:,\[ɿrI^W{ۆtTi ~iO Uisj:fS&K; Q`=N6k4%UsPŠمUAKڡ2,ϕRDR]zM*\xk'ljDNFxV`#Yg Y <,C͟-\`?Ԇ+C+/tpd5V"`rV& Fd6$w KX_ZA#Y!wO#3Mz^ 7ULKF L2N>Vq:vKaQV 7iT(x3 বNطI@l b<Iv QA@c1Dzh! zSFk$WI0OzmҞ80-X!1xklަ"1tMO*~ZIvSXs4Oh4jxDh}rL5ګi̪/eqVU u :gte=zuwn|Z$ hDJ|\ODqQj=d*,OD~sZ8|4# $(f`EɢKvoa3+8нr{ǀU ѭqvQ}e㔃|,q%L{j3gZ]|V)ng4|}\_YmGyR WjJ* r 7h@&uNvT-#Yv<juZ{#A^Ha|8 .G-VN E^Lօ)tz#Ei=R?cѶaYLΡ\e|'bYfŃUQO2;uzKhnm}&{R $w2x {u5w;뇉4 *j"G8)赿x#]I*ǾU4l!RelKڕqR5:yɄNވo^ȍiMwMy.bGg4F11b93XV"ɫ˛p˸y@=r0軨Jcx'7lW'xd~A=څm^&S.q$!c_9oQPvN&9bzE(KFaqF%_˸9c q}Jo.T'gƾa=۲碉eszuVr05@)E%FW4l<-<:Ӝ42$bF׽|4˲i:.0~sBso֫E_V`O!KљBVe+uNͫm$ފo,+ln.j<6nGw֯s՜wEX3!g Q( K {fLf7mUFV. DYm y(tgY uTJNҨ>>/Xfːgr9_5? }˵ic1ɏ;찰Ksaa%l-˯|K9WʪvRa^i,kXXX|#vbO[n*pq%bgO>Dm VӿnjQD9n r6wF&4Nl.yԕ菱]ϗP=,I2טtyR@Mܑ^Jg(֯x{B)sSD;*j^͍nt,,Ȑ'h1V9| `OUԠ7όǴ:30W'd_xmƇSfK'Z&8ξLCEn@0ZOK[H0և::hWÎ S$pQ#2#{| f+_(b1J zzw5^*ȺAsGzZvJ/a5$'Q)ACKǭq';Ao0H#'8#|B;!<&a [\pK8M1C K}+n{4)ԏ\9N5w'X=xؚx1Bצ-ƕCRPS0X#C|WYQҔD1G'x<9!^ WH=ND۱?WR۞`7 CG҈H޳Rqk"ܑ"Ɖ: ԨzȣSl%^ŧu7%2mr2s]h+6"GGkOPTwC:m8b>$&$bwq` J" SA&|\*Ĉ>ïlWK+ҿo?0 7űD'-e8r~ kq #i뙽sqcL!:ɮsJrXJ8LE95gQ,y[2bD {uĎڇn9 ힼi?E u<,\*'"rrhM24{TTNXW_eob 3F[g}JOЎg"JrP=<ڊz7e<}^\oR}Stĸad[k.1Y";90JOA[H6-D/Eh2|_PNd#;+{G1lJ;.^d^6nm+~2^R/J z.$'``@5@b*ޫS5b:2Z ;^j˴\ cn+ӽ!敘&"2t҅6{#FFmS.]kwko:i;+!F$~#G˃2%F 3v7ra;ziC0.oZn@~Hҧpͩe24pTeXqI |=U#|uDGBJBpV$kיa~Wz[12.޿isE ]EkrOǠeD6.Զfqt{3?pȓ.4F\ 4Jc ݡ G=J`|pLL9R |_f(Pq@շy,~ uߒ^;RH SrS ݞsl~vAI?]Om{̀3x:;+݊Ìܳ2##Sl8N 13߲k1钣ɵ@vځ]GD庒g IZ]8Τ1Nx4R ho>=|+M 2Ówz]Iۘ߿ZYn>ҋ/)hqWP--ҫ 嵊^@\G5/i[`L;Q(¸,dwM\P9$HPՀrdPNT~ֳsvTd[7/tFP`l 5*WagS+pw;~wEH 8+ %`'g UGRxNs~a.3(&?ՙN!%A_N嵚=45-#vԂoA? L4l(N| /KpzIuޭǔV^X"a!JΨR=Gۿ'v6RwdO5OYUOs%Pݿ.%,SvX'|LPлx@e] Za?qouVB2WG8C8'!AH?˨8ɥV!&Vjew04ֽ8x`=O6]>g3-sMbnh(1;~Gm,%\ :FgYC=y9Iu?>s6QR)l)~UHڠA>#&e\@wB V אs$*ʱ̡bO_ kp@28vfm \E^o;R+08Om@- 6ѳLRB!A]}TmKeqQ~/y!4IF߼Y"le6TIRQ4w/mN"dL2Љ$.v r>ޯ54]7D;'cH08\ G_A .E W5pc } =Brx/r+]T͝P H|ZVt*N'pr-Y-ZfWyxcy@b!\"ȯ2*Zس?,L uRv6wv]B{_)a# ~wvQ~ -3}M1 ,F:B-7 bEWOS:LG)AwI߅e+c{[ c ?"0S̸CҠM|^YIOz0(V9>5t#a<0¶,IFzrTu2QZNlO.rR}UcB%+,'IC)٬TpRB,?Y8?hY+}^|܅AJ|O!N3/Bfӓg]T+*Z>;nv01*UU?f7NK[Fx AT2"s>h@fD-pfGBL} o1}V`EjhoH~BPB8&i3%^%|f,D;N-ӊc[\}R8๖I]$ qL--2EsDr{oCU'79dx@WQRSO|NрLW5RYϐԞ{}JAҋ il?G1 <Ȳ0൳Ym$av,}㞭olTd ƺk%?9: ùV5YfX q٦"S? V-NuRt4kzpDݱi"X6W[wmBu2[!jg?|E~{^XE˥Q[-eD:; BS"lWe[$'YOoeҸPW16dAyN06psz&EdUPyZ;Wk7XݹuWY߿tL~ӉRà|ep0qgp @H9h+34f5h05n5 J -f%J友. ~-KF]KQ5f; F%#CLyexY^7bC~LHWsK$KK<Ejj8/ ^EUD(=^oȍV`넥(YHo18쾢@[?v(tFC+Waf8re~ӈYL0qwq9?+\ 2đwlZ~Sch&z}6rV5YRsnCX-®;4UV7*IuqI&pj; d(@5jѹp͔32ɥ$sRѤ'u4y#u}Eb:dWG۪<t̴շxdl(P\-ʌa>U{+s~ȯwdT-B]4XIơywo T(MF/RhM y-F+Rt$N1fgTlկpCijJu$n֘2vAH(*}ʼn`xz"Y5Le70ylFy@;6lW[Ҽk> A~揸t;T|'f.9kcё .4Cu^n*5TRl,G^р{Ҡ BqQ4u?b۝ ;i6v/: t5Qr'_kUE %+%+aR̍|v4Q,ܑ㯉$d@U fm# 5Wȶ5Dt۹CS:STrj~ ekm%Td[tBs~ M:7/Hy;8* >>Y,RYKljV,LJt -m|亪 k6O>Ơ3``I/"i۪`[Aj~̔3=WZG@$!MU\jX;q^%$̊#aŠ¢wq?WnHQY;-Ɋ[P>)Z];@+k X/{Iͨ2^w%Fos*J.1)pgbV*M'? i?ķ ۢ]w) 0&vFv|T\s5zR]GklF4MEpzvΠp˴<7hC~6g^9W]Z(t٠s+,iVNG븻)Zpm/$Ɍ{Ey,I|jYmۢUhZr\3mXGp3˼ :^ 9j I[{3 #VM]՟ʮ1:C"M;aR=tI _>XeKڌi zWi&8L3l_ 1Dtլ חͲkRp"0ct]46=*? R gt]pgE`DߏI[%*0;>G# \Vo 7NDV+tؼ;wx'8[Y9_<#]T4]jZj{l*3J뻝Ne͉Jo-eyJ zf@ JΎM,y)pIrB8(d)(12Z̀B^4Ggh+'a(;gBέnRv`Gԗ"Z|)TQ""j,gb?2uuܹy p֨7uEx]'!ApG~?[?#U?pC>^sn~DTʸ"4nޑMsv7>^eo^C/%jשPO bUxjCxmtsGq3,5 z jgqiޔ@%b+ajb-dLRa3[{Lu+ĦΪzeMrY  >X ߷\Hr]|fдȐ2t6cuoSnOʕNtngr*XnTV^y Y/ͤJ+`j1B4PA$tXZ`A@ĥ:'C&MKns*i?Ɔ.ߜͥ3[>D׾W't`x$g.5Z֢R#ɧ'R6ͧDeD?Td-ߒ[hh/ʟl3k i6nV˕䄍-\&q nߧ֠LM|AQk([x M-ٕvMc\pntUw]_ByCLz]5k+G&22sV"*n*JhΖnF@*~OWa{n1n?t[)BICLk# < _xe%8k]fݴ9l3աHN+%ZR}|AjI^cH6|5&ѶڑcZ8/ep e?Ieɫ T&Gm"ڢAcWdn?'sg=\Zt=%уPUo[R|fX>MGV?yU ^ulg '-E͗K s)5X,Z S\t%"E6n=xdϵf#K0UAurƃ kzS5lE'r_4 ߖUШH`{]"4Ww8\~9