apache2-2.4.23-49.1<>,F\}/=„pP[oaA0p -%=' I'Pt@sX$j ̡w Ê v(}mފ`ה YI?W%om-2q}( GvA[m=8|V*Ȓ'4HHFVsz7S sIgFga_7*d2pe[ttharڋتLC?Cd   8$(;DO ht"< &  * 1 m owv0L{T6,66(;7B89:Q=f>n?v@~BCFGHITXH{Y4{Z[\]^S"bkc dܞeܣfܨlܪuܼvw)tx1<y9izBBBBBBCapache22.4.2349.1The Apache Web Server Version 2.4This 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.\}build70?j&openSUSE Leap 42.3openSUSEApache-2.0http://bugs.opensuse.orgProductivity/Networking/Web/Servershttp://httpd.apache.org/linuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in apache2.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in apache2.service ; do # The tag file might have been left by a preceding # update (see bsc#1059627) rm -f "/run/rpm-apache2-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-apache2-update-$service-new-in-upgrade" fi done for service in apache2.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : 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= TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME 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 test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset apache2.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in apache2.service ; do if [ ! -e "/run/rpm-apache2-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-apache2-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in apache2.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi # install /usr/bin/httpd link (the code here is # needed when apache2 was installed after apache2-) . /usr/share/apache2/script-helpers find_mpm if [ -n "$HTTPD_MPM" ]; then ln -sf $HTTPD_SBIN_BASE-$HTTPD_MPM $HTTPD_SBIN_BASE fi # 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 -eq 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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 else # package uninstall for service in apache2.target ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi if [ $1 -eq 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#I3 X!{U |eg 7B8))I)H)9Hj@)@)9)`)`JHzZ 9)9))H)@`()``)h)HY)P}ˠIZ``)))`))`9[:0IZ[X9`k)0)0)(:H{@9))@IJ j@H8J()ZP){h{J9))99) @J@)ZI9)HI99Y9iHZ :)`)0)9)`)J`Z`#O z?x&1"88q8P !n8EM ?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 4F0d L4BUi A ~_`3J YT4  M "A큤A큤A큤A큤A큤AA큤A큤AAAA큤AAA큤A큤A큤A큤A큤A큤A큤AA큤AAA\x\n\n\n\n\n\n\n\n\\n\n\n\n\n\n\n\n\n\n\n\nMMMMMMMMMM \n\n\n\n\n\n\n\n\n\n\n\n\q\n\n\n\n\n\n\n\n\n\n\n\n\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\o\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\p\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\q\n\n\n\n\n\n\n\+\\+\q\n\n\n\n\c\n\n\n\n\n\n\U7U7UCjU7U7U7U7U7U7U7U7U7U7U7U7U7U.U.U.\tF4AN^s\FZFZAF#iAF#iAF#iQpPl1 PnQpPl1 AF#iAF#iAF#iAF#iAF#iAF#iAF#iAFAFAF#iAF#iAF#iAFAF#iAFAF#iAF#iAFAF#iAF#iAF#iAAF#iF#iAFAF#iAF#iAF#iAF#iAF#iAF#iAFAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iIIIIIIIIIIIIIIIIIAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iAFAF#iAFAF#iAF#iAF#iAF#i\tAFAFAFAFAFAFAFAFAFAFAFFFFFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAF#iAF#iAFIAF#iAF#iAF#iAF#iAF#iAF#iAF#iAF#iAFAF#iI\n\n\xU.Wu/W;[RL~\t\t\t\tVWS f\sA|A|A|A|\\\\`\`\`\`\`\`\`\`\`\`\`\`\`PϓI|`PϓQ\r\rC?LO5t\r\n\n\n\n\eedfd90336436a99150050eb8dcccdbfc7456c3a1e213436b62fe24fe1988c8fd6711143762e36e2cd690c96fc08a1a034b64c6dcefd128212ba366b8a2a334eba7cf747d4461ef64a6ad5ac0d0741e347cfeb60861dbe38704e8508f208739c5d7c56f9604f5fe8c1f671aba2eb9c3d4ae7974b3fcff79dec1464d17f26770d918a8e716d16a3d73b894d5adbbc517a53af333f43297c3adb7bfcc3715a0bf896dafde80337ca9eba59d2a4f95214e6e4b17a0e5aed28f2ac14ee58ab71542cbcd90abf8967a0fa4c19ce7580b479c7f8ca6b1e76319f6f7fa1c3db078b67e002fb793a7f4411a793ae59d4f8c3c61f237e3aab3d47ea3312b5e686ab6c908bea2f09a64cf3bc0b406ff35f892964c61a5078635e3acfbdc176844b5af25b1855f2621210b0f918ac72b5ffc8048ef44431d71cd701e6fce0fcd873b6f68ecfce7abe51bc9110f042baa9ead9e1302f6b3e89cc078b733ab723dbf0232ac98b22738af9c5402ed93299a6234701ba8875ce950f50c7fb35d7e7c72d8027fe1ec0dcf8ac7d82bc4ce7fca2d89180cdea358bfc1b3d36edf2d967c262c9f01453d051a867b95e24ea6d979680d922f29201c07b993cec9c20d7656e58c2477511a43829577f6b45854cc24e33fdad377989cb4198e9a1b0a9ade1e46efbb05770d9e8da6a67af0e9d45b59ea2aec223ce828e31e5f1b0a2fb6e6d868c9080c16d681b3cc9225f743e6454e4e1bb3333f3fddb5e95b3d36c863848ec45129852cf0187496e60a50231f067cf83a3e9deaae4906d5832d6e8c0f6dec1c11504ac902d88bd7cbda06be7c1fd057d21c951678797d3bf9a1e5834e6dc1332124630fe9dd6cc9a20af920a0a887167da9ff14ba2a516e642f56de6b63e6e39da6a6837ccdf7a5af0cb631b41693603e7af55737a3059cc6390cf54345cc42a9f65383b2986aaefc9e86c9fc302de0f6393f056063f5885c2726ed315ec9419a2c7da23141d966af574eb2730c54c4cd665eb582155f6bb480e9f8e680b8879f0a7217f53ac2023bf44062d677583d7351ac5ef4fcff9e37a018def95b8a42d025d1e08fdbfedaddee1065ab2b868b5846c70a471a118fdaf92132dd0508b3b20d79bc17e0858a42328b959a3fd56c410a228ccb8331cf8805a5e80d78e9c81fb661e1402d4aaa06aec7e1785d22d773bd35cb3afa773eae90dfdc0963cfdef447ad9ab1c33797fcc7f84c90602612b6528579215f8300c1121e250527f284ce7a5d255b8f2050c62f6faa967d20f14bcf69bc8c0feb245b0b5b9657edf196321da6d4ce9481e169e9cbbddca3abc84d491dfbe59e328fa82cd3fdac500a13ad1a694e240ea870ef0185c07ea6fce9ec17cbbbf6f3e4d0b156dd2c72ce7e6c726cf995247e21a4ee518cab640964f489eb222313c6f8dd1c3cfb247ecb0d381b898aac14f885798775eeb2bed9c0643f1a3822d40bfd69f32c24fd8f1ab322ccca274563c9036a0d099a99c570d824b823023d400273b8b5e8e5016d2b4adabd1d624edbfab31b48228fde7f440de051bd21ded3cf62099e73cfe8cc4a1d664e9de97652fa08e1e38bceefadc1890817f4d1a39aa43fc2c3f95ee951e7a711aec3b755807033ed6c04fa25ae6b7e65e341a45dc58dc655b7bd7b4443c5e75e7e5be1ac9feed6180f85f644cd48b0939dbf7653b29db0ce4606c05f8c55f48c4e9fd1c2f7ad9f6395b4344bf190d9375492d9bbcccc5c238916196634b605e4fe287c5d98dd0b5def7f864d414bf68ac64f58b07c28d8f55d4328e3f2ff500382ab3551935158f399d446ba16b433f494a1789c26b13ccc02102ecab1ab8b06e47e0b0391c71531b5cd0df80d8c294a4714dbf1047420bfba892370af8b7887fb8c0908f3bb66d92bfcc92b56eabc7e265e5bdf6da88d0d91e8195983f105a1ae70a1ecc08e43b44eafab7db0b6d22c7797b2fbd8e94591e346d0f49b1e628e741975bed27868e07ab002e3d8e0bcc3f9d8e3dfa782807ff625e01f966e6b2bac48c41398e4d719503d243ec8bdddacba3473701e164e3afe45aaf882e147a31c7e591153399eaa41204c381a93835d9ee93526a23798058961df38ce007756dfe35a2ec6f4d120589864b19ab901ee7593bdfcb696a63bfd6e5c0f8e2257f00c4de35d6af2434b3a6c5a817bccd6bd220c561a4261cd6999a172810337d0995944a42c03854cc0611f2556c979c10a3589d2a5aff02588287c8c92f7e9526044883a047d2aff242c22b88d37f3866dd76fd90401e77bd9e9244a37f43731e5bf256674c57f0de73fd79d381c6e6fea6ac156d54d7d868112d84dc444729ca2e8491ef6aacad51ebfae227c6272afef158869d44a7fa854a1b3e1a3a3ffc7eb2655a40f6e8ce436596cd6378d44dc21812ebeaf854b8d35a1f03b6e8fd9d6b99dbaeda939b8ce9657b065f20e24866b48cca6ec0d93a2432731acd5dc905d52b34412debe94ac7aa89017e88353da55b079caa78c76776fe8d588b97a1433aeeddc4b1d8644c038bf7a214db2b7888ded6caf0137a5b30e20f4ff95c6f2af5f0e8781e0154b08c9f48a31172f0aa88059d309f16febc482d6f271a6d091618af453426cca7d92ba33ea96c1f70032fd88127546ff6d286aa5a5e4a73a9cf88198bc9738d819e7ccd8a692d26b185da4d3a2eb75f7386f846d45a65339c308e7453fe16ae9c944e5e00a061b044935dc6c0e5511f3d78c6da74cda4be6afb0631e6d4408d4d7619c89f64da1e7af5e59fd2cd40c931116e36fb5f26f650d8e7178a31609f4e5c7f32709f80aba780beaff9491fdf78fcb5bccf70105c2f2ea869962963837324ba51cac160000c0086bea2366467612098811e21602810d32ebb21489a447aa562b5a93e36462e6b7280f6b8ee707ef96116a7bdb8dc203b25da5ee3d8339a0ff9c4f16014d3221e262999f34a5e21a22723af889010a4cf073ba36743cf51c42151747e1af786377ab9bb50ef525d72a868c0e5318cd0f7ded21bdf132b4847f4812f219f9bcd948e37a30e62d51ab185d8e6463ccfa6f45de5900b312a9c1df9c913e2eeb23ae17a1251ec1e3bf408415b06eff008c66f08a53ca8b66a45a7ef8c783bfbbcf350c3f7ffe4c3f0bb791a3e12b08cc77fb7d71b5fc9af5ff148bb5adccdc677872c45e6ee8962be93f4f965ac92bafb4fa80bd68b33de6fb0a066977990ae361a669586fd47023ea79d46638c20dad8221343bbc5bf2aa3e0d4919bd7fc3fb98d33beddc325c24a859509d87707030b0f83c274851b9f5dc1dfe293424616894f90b14631311260b5263b7ed324f2d8971f7a33b99e02b43f35162124bc3983e47c551d8a8cbf7d6afd564b321bb195e117559fe5acb84e04c94cec277fd8daa1a0c1ec9071517ca16131ca07cf5404047e1793c929f42cae786bcd6f47956ccb4df4f132fbb192ae786bcd6f47956ccb4df4f132fbb192ba8f4b202d9f2c9aeac44402b0f39258269b12728a6659f5f2897b5a7bd9e8a29dc992a20130817b043fefbc97767a4ac445bd30201edef3107c986fa661fd4c93adea781cab550db90c0a3b19e21de4b05d38b60a0fb2a520fe17ab6df5d177ad9b8ec265e53b426ab8e87dba5c145587a01e90dc926eb4587bb1936bbdc3a28bb6834c7c7a9ccbc5cbf6f58369cc3c386e8fe304af4cea11014cebfe8e13b7decd3df6339ba07aa66a8d2d475984db4cc61358d3ca7c413339291987e03a5a21679b31e0f413dbc791a8a83a5af5481a7640627a8488ac5e02d89550130b8b8ed08ff616fed2b6e4aa4d5bb5cf75ac9486dc3a43af61a20b44497135167dad219babfe5afe83cbc8346057a74b1d0296b42046bd76aa13d39b112cb24221265aa91ca6c91864fc13a257b2719d8f815a63bb0966cb6a548d009c1c99c44b9104b42e28a89d6d7752af7b8b1581d48aaa7fa169726e20e32926ae65d416fa495385abd56e2859fb5763c462e7d95c7792b6df62d2527ec4cf5708e14d3f979bb533c0edf78dda36c9f4c11d036a939880ebded7054db6c7e00b46ac36162613a24204ad585f0d35edb43741fe43b73b41d3a6527c0fc4e5eafef3a31f0567bb0ad6011f6b76d2e381e87319268145795e825e6ebc530d288feacf9d0900c176b5f2d7408f2b5bfcb5489c6ebcff47f323091c19eaf031d01d86c3da50f3cfb81ea4d197c22f37d7b5a3d0eabacab87fd531d772b6596fc73933e620f49e676e639f869451cc694c5d038fc8bbc22cc77add7c508360dad9a9c36f52cf4b325a0b4a4ae36423f5afbeff2c37e33028cf2723381e3d69b6044b582206e2a9349e186c59bc87c3ffe030ec8d6d0790e4a5e1fcfafa1e17ba70377d2a7a22638d5f0e474ecc5d7c45054fecb025f9f2ddb2dad5831ab9cf544229da88da2a1e761e7ad1d34d664a935aab1d10ba9655a3f34bce9846e05d3bffdfb293d47c840a8edab77ea46ce02f72e2071751c49eed0cb419af4435f99f38f0f83546c9ae96d5b282b17087414dac700bbc36540f3132e8fd3cb2678f74214d3105ee0832529307f9c55b13061ff937e758dd91ed39db96bd4beed88ff93356586485c13e5d89d2500aee5cbc6c2870fce7f1787b3f7ce7c137ba2e82b68f4217ebe6abd38f182fcc8bac38b41f4cac81e7ba57c7b6d219517fb39a31be6b8d7ccf53ad84908f7c210cb87b298e3a65cebde6d82ae9a39bbaee97a0b1df14d81cb6e17211bd80539105fa909bc205c6ffd51f3dbf0ef9d5d3d528072c9069b6c0d683623f16c53ee7830c985376e3cbdc7b4b3970e4f6b2f199dcc2af57377d5d8f006b14db25a41488037b4b9e12f8efbea20fe0df67c66da4cfe1fe10afba94c201401408b28bd245b8c9d8c3581d1bbaef06126a2c50efffb52a8252d57a599fa727f66f2333aa6f1ab2984a70773692600619aad3b323540c0ac0946f43a8644fcbded99475a1043ca18d37e079f11ec3f8e93de52596e1d3f888062723661b617cd1c31672eccdbb57ba636b3ec70f138e06d1850d633444a4aa83faba0393d5c6e1edaf2d3da7f40ff0018a039f8e6e25a743584f2cb253390d6dcf57a3eb144feed7ca46af7742e70420df25f4af7b23a8df6414c060f150bdf4132efa3129425eab7f13af50fc835c1783add577fa640aa08fd342cba375fea336967317bdb5d7cf1966cbecc2199ea0a8ee28ee9c36d688e0d72ae136d8c7c2f133e53bb271e7c2420e6e23f4f5f0ca45ac9fe09d9524e75829a7aef14f86e4b4e75dc558fbadccd01ab5b8f97642799bbf93d816bb66ec09d115eefb8c216c825d9778fb19e349835076b0a976d500436292500839f6cd85492b9c0c585c3523dd6062e36d5f568807e9c5b3d20a664123d9ef87b618ff72d342cba375fea336967317bdb5d7cf1967a3017b755aa407051baa71c60e703003ad4ec3c426ab628a7a807359d10c4f66cbecc2199ea0a8ee28ee9c36d688e0a816b5a4e111bd0e30806f3b1ec63d9b28aab6aab93f5639452a4bc56ae43027d170d1aab0a8fd50e0172c983874d67319cc8746b46d4ded251b0197aeda80b384f73329dbc1a8de0e28965ba19e5fe3e563a9ea0d2d9be983872321839bc2b6c6b6d53187e575a0cf8ca95d774b75372c43c8296b7cdf8521244007245e63270acd7067c734f69a3010d8eb1ade0f9dd13f0c7b818646d3a9c5ce184ab6d7876439a3881b2b39cebbe4517f5d3cca4f7fe7282b9ba5280d48fba48feaaa4f58547eff77779092dda364eeb68d66ee4c2c51e5f6de45f2d5974db112ccc17fe680e2fd029ea10ac01bbdd73427d9d748b599ae70092e273494cc6a57a376dba91a4b566af182dd8d7470382ac71beb4d91af93fadee384ce71c3e2f492f9d8abe9d3a53f5dab2854316d3f8a4afe69b04bdae9155264144ceb69214d8e488e12bd9359841c6795063b10cd731dee5bd7963db009fa668ffae25ea274171813d55e6b966b45b0fb3fe063f461944c5c1d750342f24e50500639e3e0bc0bc902a736aef47334faa7e680be6436cb0ac0f68ac04d3783de8a24fb596c098b32c1087d3a0cf640c3acedfd32db3095bf47cb517f5d5a944a6bd652258ed9bb900261f3939e7c391d8326f651f06c668505f89c0b1ee0dab997c1271dffd145f8f59ee6ad24fd611a362f0eafba0d59dab072fff04fd5e90052a497b169b0bb9a244df1620e45872fb9666314ea88fb5d490febffc81c39c6ce58c6ec04d8388627b97ea7102648399e439c52474667ad50292cdb58f233a67df1ffd88c8bc18e9a188037a3da95c8a908f0812eff49e9dfad87746bb0bdc83df42d408107c06da5b64901ea1b3f2cf2225784f3a0b2ed00c38be985c8eb4e0c04b047bd9ea0bf8988e55b0ed7529c85f90d288d2975a268c1e45d66531e62342595faae77d14c9c32dc14a5ad2af51728acc604bb783c1d83a7b3f79aee6225f252ee8f9a6fb51ee3fb5ac18aaf646786f9335c4830e7a2d10345f251b0e08d1e0df35f3a22b537aca8b9cbd78ff9bc495d0bb1356e73deb0a69e7badd83adb71b4c116d2747c8d9e6c2b2fc79426a9173a6ff6cebd7fc3b335370b1ff29005f7df021d633d0e93f81df53b35797bee49a394304fe2bcd73202d116cc2173a8ed3fa40b281705b073d4844dc27a86da090feee3e85eb6b02a0fc6c3fe0825413d67ec96b6531f27d49b6e666e4bb8b7c83c82c1e79c41acae12c6846c45de41702abf8853c5b17433798df41562cd7286023cca55a03d667331b9a7df1f3486bf6ca78d9be6767464a4ff9499b53c616cfd969f0668a9430fbb76b3d584c55a42a632fc2a5bbb8ae5dfeafe4505d020a95081440b253d827290ca5ac8fc6f62a0824ca8ef3be141e8034598280bfe01992e4d45edbe324af2225a600a51be1e7c7b04568aecd3e92286afef992aab5a15a413a620a41fdc08b5f6ea4b54453c690808f2b9b125026c616e476f253007aef6e51d65c0a1d85be24e7ed57d902d314bf74bebf4b0d11e9663c2e8d4d3080b6ac3e50423d334e6c124a362ad20bd6e840959a397bd4ba995f71ae11fcd35761b6c410ccf7a8596f95bb639ce2f69ed01202fd713fe0d2a6bc9f3b9e457c38f1c5aa1c5d2811551ac1e61f0f84775fac83df54ef7b3d96294e8131aca5295c29441b387b932483e3b2bed65a632b13865ccc4d7d0b248a4fe7cf29d78a85af53f871ad19527ff23d487e36015b9acab3818c1f5f57a2faa910cb5184aac9729a69cf2231e16e2d6a9f62af1dd16527a21555a88c2d9e3312a4919a0f46de30b982305aafeb4f76042170bcef5aa2a05a463d1749117675920412a302c313aa65848efcd4ec8e85463bff3e499eee88b4268c026be9518cd6a43ba6290b8b7c9be85cd277490fe92294b0d0723a9e07c94c8b20d46814157a47084436a5ee952b8f14b3bc20ccf9625bb9a200cc7697499254800aa26ae67edcdb75a9117227ce3929b90dc7f2c09358acb41366edceb8fd44fecffa7538a35a415945a3e13015922f2eb9d16ae316cedc55d22245789cbd9b7f75e684f97828900706320f54148fed770fca55f780c20097064815285f874380149f3de73c1fd03b5938dd3c0a1cc760f008e1b7a11b630ea2899dd06c4f33bf22268d1696685cde3df876352a2b74709b48ae343576e1fde2c76930f980d80d03f5469fd9b765308eaed75228f8c6f8b20a8a8157ce7ce570c64dc00d06405960dff09346a6d09f15bc7457af235db088777fd6fff49728b0b9b84687dc7ece1bea187856842559fdd8f7357112d0895fc2a1ba599c4bb5ef7a0ab3ed19fddaab3c55920e306050035f3e81ff2370d56970802b22042a73ebdd0e220b7886b0cd48ea3ed49b6b20891e9bb479d5b604ed62a5c665c6a69f7fbd08fa2e307afda3f206f658cf079a1439aed0d4a51358ef8624d63be033a4b7bd90ebb747a4480d8ece6d12e7c8ba464532a2651b74cd57ac7d4743e6108eb2c00b53bef00d0b28a3492146177d3ed3760dee5334ec4c01d8bc3875c424b1b66eff8f5f2267ead197691ed14a813bc5bdd3fa0ef1d5fe6c710e2a6a8cde8384a414838f99be196e53ae039db816df7940150bd4411288de614c069665b9330ed0b180a868c5f4bd895cd2bc51b7f475ff9e24d13c4c5439e24dcfa0ff3b49ee5a8ada33aed6d95a4eab75093c80afb2767f3247d8a221c702d65a5cc9a5f246892d90220af29ba085b2e79dea3c027247db06cad59f9c2821dd0ec1467cf9e7f787e6b2bf31d9551957cdff505bfd49e54e3cfcbe0eb51f4360dfef643e1c82ba80b499033231f5ed3516a9fa97c4ffb9133d66c40b0fbbae28b8aca0717ebf237bd7c1353beb5e4885641135f39c3d523fae7e4b02f3d9e27e07a68a9a93a31cc3decfaf5c5d62fbb11b6f292cec55a77b7ecbc53a130ef4c762dc943de05ef596b75893f7210b285ef21915f8e57bfbcb889085a6047a82ec33644d785a9670ee2fa6e99186b890a9ef13cb29266a72c7d6392dd4f41bc3170c0f2be564f72d1c4f8522d9aeee84716b4aff33442d4d5026ee1476935f0e0df216d00bf86ec48fd5f9c34e2b62c151940efd55e7bf031ca9d74d6e6e6e995885e87b73a301476d5a2e4e0b2d6fb21ad26a0a69b1932892b471cee03de1e5c4f0669c7bbb1203d5fac70274949f3a88d194cb4a00e0ad0569884c9a40aa60c3121f3fa1d34ae216911d245672e3db9235b2e7a7b9643c6d5e316702bd126b9306ddb91d148160fe20e7a7ca406d8656fded6625c16af4f67e91387083fbc45079cb7ea9920fbf16b2d10b36b5d6c47a440be36ce177e6e4d0f4b87ae98f56497aad6b537f7374b06b384874e153e381d67e05fed274557ec97538c85b137caf44e0f19260a9457e606e5c717ebac020a51fa419bd978ca3108cd30b448b6542c430c7c412c455481b3e5fd928f889f7b617489a656d771015a4b27a92a7d3129d6a7066cd106fd94cc055cca32fc904491c37ff89be215f67cf8cd2d2f69a3f90e9c2602bb4a96603a7bf03611601abd23ae60609addced126e903baeb59586d469b6a0b6af0f80299cd95419d143048e10ab67194b161a72b729478bab0e7cf589d6f40ba0c6df9bc21b7f3e24eac0392d7f36fa48d13e3da69dc9f303dc47414460b8efea44e25203a21910b2f481897840e8b62bc6fd841c93d3af73bda9c4066aa1862ab7016e2b717d2cb32566ea53068918dbb17204bad6ec8e3ead27a4a55ea79fb44380bf711cbb6f53e43e911088e8e238b79e9ea2b4371abb91b1feabce5431b1fa91202fb59b75fecf9c66a2d0640b4a042b37be6b4461952bb13d2484d0718e81d38f439b6011cefc63f140698ae717806bf09b82735a27e062628fdb32a725caad564e34c108f272bae600698ae717806bf09b82735a27e062628fdb32a725caad564e34c108f272bae60c096cfdf95c5bc44d7b4d801fbdab22918aa184f9b0a07712e2db746cf06b4422dd9db7426ea29f184adb7431c76b952639f13a861d49c7ae97c4b870dfd8683eb74bed0ac8cc654e7a03bec813c4a0ea0ddf4e3bf2134df633840ec6da00e3621d2cfa06022df499a52da3d95726bc60dac798485bf2404cec8ad1362594c73ff471f32fad0677fc75835d0fa25001ab90738e1e454e746ee53f7a1ddd32c11dbff5a2b542fa58854455bf1a0b94b831a084c9cf4e8bf7171c7043e7e4c91efc136632e75ac8c420feba64c2bfe488559b1c38ce8c625f39aaf3e1ba59edad7b6e257a4a263577ac1e83ee1952faab578debd198252737bbdcb39756819007b14775925d87a9c38c95570cabad9f4f75ba94008d77b9257d5011dea0a1aa1751fccd1179b77d4ae2c89b8279426cb7aa9c12757c253395a9e58737ba99adc7ab599108d6cc5122e790254c53814b97e081a25f9f8de8a49556d8724776497d7a04c99a588cc18544847f7643f782fb82704538ac58cda6a4d216a4473e857141f49af812d7f383d47dc75ee236e9e6ff99f8170eb4fae7ee4ef31b8a370fda93584ae9dbe665a19dcf9f41f028f30557b1f2e23c9e42ace3116b406844f66919eb672ef8c922e471ab3ae6b1905ee9136d77541df7743af981254a2a658a032762841813506f9211463eb890faa7475c6a794e690bfbf9887d1ef6dea21b70bccc847d46026d8d6119c6b86cb55fbe1fcfc05b103652a1ecf852ed989a715394cd4139a073167bf7a6f34740604fabc3217b999bc5f444fbc237bc953cb6fcb685621ef37c1661b063ebff0636b577df47c405e53fe698c7fa3daa8f50bed2d77a25290f7d82f7ad193ef78d22efa543a8fcc8e8baa125a10aad904a27a1c0727200c057007e6e5f94668fa36ad2ec99a4897292427c6e4e11ac78eb12112193d7be747f6f5047dabb4539e63d668fd9663ac1c93fa36f2432e32e53eaec917../mime.typeslog_server_statusa2enflaga2enmodapachectlserviceapxs.1.gzapachectl.8.gzhttpd.8.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootwwwrunwwwrunrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootapache2-2.4.23-49.1.src.rpmapacheapache2apache2(x86-64)apache2-mod_macroapache_mmn_20120211config(apache2)http_daemonhttpdmod_access_compat.so()(64bit)mod_actions.so()(64bit)mod_alias.so()(64bit)mod_allowmethods.so()(64bit)mod_asis.so()(64bit)mod_auth_basic.so()(64bit)mod_auth_digest.so()(64bit)mod_auth_form.so()(64bit)mod_authn_anon.so()(64bit)mod_authn_core.so()(64bit)mod_authn_dbd.so()(64bit)mod_authn_dbm.so()(64bit)mod_authn_file.so()(64bit)mod_authn_socache.so()(64bit)mod_authnz_fcgi.so()(64bit)mod_authnz_ldap.so()(64bit)mod_authz_core.so()(64bit)mod_authz_dbd.so()(64bit)mod_authz_dbm.so()(64bit)mod_authz_groupfile.so()(64bit)mod_authz_host.so()(64bit)mod_authz_owner.so()(64bit)mod_authz_user.so()(64bit)mod_autoindex.so()(64bit)mod_bucketeer.so()(64bit)mod_buffer.so()(64bit)mod_cache.so()(64bit)mod_cache_disk.so()(64bit)mod_cache_socache.so()(64bit)mod_case_filter.so()(64bit)mod_case_filter_in.so()(64bit)mod_charset_lite.so()(64bit)mod_data.so()(64bit)mod_dav.so()(64bit)mod_dav_fs.so()(64bit)mod_dav_lock.so()(64bit)mod_dbd.so()(64bit)mod_deflate.so()(64bit)mod_dialup.so()(64bit)mod_dir.so()(64bit)mod_dumpio.so()(64bit)mod_echo.so()(64bit)mod_env.so()(64bit)mod_expires.so()(64bit)mod_ext_filter.so()(64bit)mod_file_cache.so()(64bit)mod_filter.so()(64bit)mod_headers.so()(64bit)mod_heartmonitor.so()(64bit)mod_http2.so()(64bit)mod_imagemap.so()(64bit)mod_include.so()(64bit)mod_info.so()(64bit)mod_lbmethod_bybusyness.so()(64bit)mod_lbmethod_byrequests.so()(64bit)mod_lbmethod_bytraffic.so()(64bit)mod_lbmethod_heartbeat.so()(64bit)mod_ldap.so()(64bit)mod_log_config.so()(64bit)mod_log_debug.so()(64bit)mod_log_forensic.so()(64bit)mod_logio.so()(64bit)mod_lua.so()(64bit)mod_macro.so()(64bit)mod_mime.so()(64bit)mod_mime_magic.so()(64bit)mod_negotiation.so()(64bit)mod_optional_fn_export.so()(64bit)mod_optional_fn_import.so()(64bit)mod_optional_hook_export.so()(64bit)mod_optional_hook_import.so()(64bit)mod_proxy.so()(64bit)mod_proxy_ajp.so()(64bit)mod_proxy_balancer.so()(64bit)mod_proxy_connect.so()(64bit)mod_proxy_express.so()(64bit)mod_proxy_fcgi.so()(64bit)mod_proxy_fdpass.so()(64bit)mod_proxy_ftp.so()(64bit)mod_proxy_hcheck.so()(64bit)mod_proxy_html.so()(64bit)mod_proxy_http.so()(64bit)mod_proxy_scgi.so()(64bit)mod_proxy_wstunnel.so()(64bit)mod_ratelimit.so()(64bit)mod_reflector.so()(64bit)mod_remoteip.so()(64bit)mod_reqtimeout.so()(64bit)mod_request.so()(64bit)mod_rewrite.so()(64bit)mod_sed.so()(64bit)mod_session.so()(64bit)mod_session_cookie.so()(64bit)mod_session_crypto.so()(64bit)mod_session_dbd.so()(64bit)mod_setenvif.so()(64bit)mod_slotmem_plain.so()(64bit)mod_slotmem_shm.so()(64bit)mod_socache_dbm.so()(64bit)mod_socache_memcache.so()(64bit)mod_socache_shmcb.so()(64bit)mod_speling.so()(64bit)mod_ssl.so()(64bit)mod_status.so()(64bit)mod_substitute.so()(64bit)mod_suexec.so()(64bit)mod_unique_id.so()(64bit)mod_userdir.so()(64bit)mod_usertrack.so()(64bit)mod_version.so()(64bit)mod_vhost_alias.so()(64bit)mod_watchdog.so()(64bit)mod_xml2enc.so()(64bit)suse_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)coreutilsdiffutilsfileutilsfillupgrepinsservlibapr-1.so.0()(64bit)libapr-util1libapr1libaprutil-1.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.1.0.0()(64bit)liblber-2.4.so.2()(64bit)libldap_r-2.4.so.2()(64bit)liblua.so.5.2()(64bit)libnghttp2.so.14()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libssl.so.1.0.0()(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(PayloadFilesHavePrefix)sedsystemdsystemdsystemdsystemdtextutilsrpmlib(PayloadIsLzma)2.4.23-49.11.5.31.5.13.0.4-14.0-14.4.6-14.11.2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/suexec 1>&2 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\N\v{\I\5@[Ѱ@[][`O@ZZC@YY{YYlYlYP@YI@Y1S@X @XGW@WW-@W@WF@WPetr Gajdos jcejka@suse.comPetr Gajdos pgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compsimons@suse.comkstreitova@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgpgajdos@suse.compgajdos@suse.compgajdos@suse.comcrrodriguez@opensuse.orgpgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.comcrrodriguez@opensuse.orgpgajdos@suse.comschwab@suse.dekstreitova@suse.compgajdos@suse.comkstreitova@suse.comi@marguerite.supgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.comkstreitova@suse.comcrrodriguez@opensuse.orgpgajdos@suse.compgajdos@suse.comcrrodriguez@opensuse.orgpgajdos@suse.compgajdos@suse.comhguo@suse.comkstreitova@suse.comkstreitova@suse.comkstreitova@suse.compgajdos@suse.compgajdos@suse.comdimstar@opensuse.orgjsegitz@novell.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comkstreitova@suse.compgajdos@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgbruno@ioda-net.chschwab@linux-m68k.orgpgajdos@suse.comkstreitova@suse.comkstreitova@suse.compgajdos@suse.comLed pgajdos@suse.comLed kstreitova@suse.comcrrodriguez@opensuse.orgLed pgajdos@suse.compgajdos@suse.compgajdos@suse.comkstreitova@suse.compgajdos@suse.comoholecek@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.comcrrodriguez@opensuse.orgmc@suse.comlnussel@suse.decrrodriguez@opensuse.orgdraht@suse.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgfreek@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgaj@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgmeissner@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgmlin@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgmhrusecky@suse.czcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgsaschpe@suse.demeissner@suse.commeissner@suse.comdimstar@opensuse.orgadrian@suse.depoeml@cmdline.netcoolo@suse.comdraht@suse.dechris@computersalat.demeissner@suse.decoolo@suse.comdraht@suse.dedraht@suse.defcrozat@suse.comfcrozat@suse.comdraht@suse.dedraht@suse.dedraht@suse.defcrozat@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orglnussel@suse.dewerner@suse.delnussel@suse.depoeml@cmdline.netcristian.rodriguez@opensuse.orgpoeml@cmdline.netpoeml@cmdline.netlars@linux-schulserver.deaj@suse.depoeml@cmdline.netpoeml@cmdline.netcoolo@novell.comjengelh@medozas.depoeml@cmdline.netpoeml@cmdline.netpoeml@suse.depoeml@suse.dehvogel@suse.depoeml@suse.depoeml@suse.depoeml@suse.depoeml@suse.depoeml@suse.decrrodriguez@suse.depoeml@suse.de- security update - added patches CVE-2019-0220 [bsc#1131241] + apache2-CVE-2019-0220.patch CVE-2019-0217 [bsc#1131239] + apache2-CVE-2019-0217.patch CVE-2019-0211 [bsc#1131233] (thanks to Simotek) + apache2-CVE-2019-0211.patch CVE-2019-0197 [bsc#1131245], CVE-2019-0196 [bsc#1131237] + apache2-mod_http2-1.14.1.patch CVE-2019-0211 [bsc#1131233] * apache2-CVE-2019-0211.patch- added patches fix https://github.com/icing/mod_h2/issues/167 [bsc#1125965] + apache2-mod_http2-issue-167.patch- security update * CVE-2018-17189 [bsc#1122838] + apache2-mod_http2-1.11.4.patch * CVE-2018-17199 [bsc#1122839] + apache2-CVE-2018-17199.patch- do not create sysconfig.d when already exists [bsc#1121086]- Fix for SG#52358, bsc#1108989: * ap_reclaim_child_processes-Implement-terminate-immed.patch: Fix full scoreboard error.- security update: * CVE-2018-11763 [bsc#1109961] + apache2-mod_http2-1.11.0.patch- security update: * CVE-2018-1333 [bsc#1101689] + apache2-CVE-2018-1333.patch- security update: * CVE-2018-1283 [bsc#1086814] + apache2-CVE-2018-1283.patch * CVE-2018-1301 [bsc#1086817] + apache2-CVE-2018-1301.patch * CVE-2018-1303 [bsc#1086813] + apache2-CVE-2018-1303.patch * CVE-2017-15715 [bsc#1086774] + apache2-CVE-2017-15715.patch * CVE-2018-1312 [bsc#1086775] + apache2-CVE-2018-1312.patch * CVE-2017-15710 [bsc#1086776] + apache2-CVE-2017-15710.patch * CVE-2018-1302 [bsc#1086820] + apache2-CVE-2018-1302.patch- update mod_http2 to 1.10.12 (from apache 2.4.29) fixes: CVE-2017-9789 [bsc#1048575], CVE-2017-7659 [bsc#1045160] + apache2-mod_http2-1.10.12.patch- gensslcert: fall back to 'localhost' as hostname [bsc#1057406]- full path to a2{en,dis}mod in apache-22-24-upgrade [bsc#1042037]- security update * CVE-2017-9798 [bsc#1058058] + apache2-CVE-2017-9798.patch- start_apache2: include individual sysconfig.d files instead of sysconfig.d dir, include sysconfig.d/include.conf after httpd.conf is processed [bsc#1023616], [bsc#1043055]- security update * CVE-2017-9788 [bsc#1048576] + apache2-CVE-2017-9788.patch- security update * CVE-2017-7679 [bsc#1045060] + apache2-CVE-2017-7679.patch * CVE-2017-3169 [bsc#1045062] + apache2-CVE-2017-3169.patch * CVE-2017-3167 [bsc#1045065] + apache2-CVE-2017-3167.patch- remove /usr/bin/http2 symlink only during apache2 package uninstall, not upgrade [bsc#1041830]- gensslcert: use hostname when fqdn is too long [bsc#1035829]- security update * CVE-2016-8743 [bsc#1016715], CVE-2016-4975 [bsc#1104826] + apache2-CVE-2016-8743.patch + apache2-CVE-2016-8743-1.patch + apache2-CVE-2016-8743-2.patch * CVE-2016-0736 [bsc#1016712] + apache2-CVE-2016-0736.patch * CVE-2016-2161 [bsc#1016714] + apache2-CVE-2016-2161.patch - add missing copy of hcuri and hcexpr ftom the worker to the health check worker [bsc#1019380]- security update: CVE-2016-8740 [bsc#1013648] * apache2-CVE-2016-8740.patch- add NotifyAccess=all to service files [bsc#980663]- readd the support of multiple entries in APACHE_ACCESS_LOG [bsc#991032]- Add apache2-cve-2016-5387.patch to fix CVE-2016-5387. Prior to this patch, Apache would translate every header "Foo: ..." received in the HTTP request into an environment variable called $HTTP_FOO="...". While useful in general, this feature could be abused by sending specially crafted "Proxy" headers, which would result in server code running in an environment where $HTTP_PROXY points to an arbitrary, potentially hostile location. This update modifies Apache to ignore the non-standard "Proxy" header entirely so that HTTP_PROXY is never set by the server. [bnc#988488]- update to 2.4.23 to fix CVE-2016-4979 [bsc#987365] - mod_proxy_fdpass needs explicit configure line now - mod_proxy_hcheck was missing due to upstream bug - removed note about ulimits in sysconfig file [bsc#976711] - enable authnz_fcgi module- remove Alias= from [Install] of the template service [bsc#981541c#10]- updated to 2.4.20 to fix CVE-2016-1546 [bsc#980370] - removed httpd-2.4.18-missing-semicolon.patch (upstreamed) - removed httpd-2.4.17-debug-crash.patch (httpd -X does not crash anymore)- start apache services after remote-fs [bsc#978543]- backport of HttpContentLengthHeadZero and HttpExpectStrict + httpd-2.4.x-fate317766-config-control-two-protocol-options.diff (needed to be refreshed against 2.4.18)- 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]- fixed link to Apache quickstart [bnc#624681], [bnc#789806]- the following unused patches were removed from the package: * apache2-mod_ssl_npn.patch * httpd-2.0.49-log_server_status.dif- 700 permissions for /usr/sbin/apache2-systemd-ask-pass and /usr/sbin/start_apache2 [bnc#851627]- allow only TCP ports in Yast2 firewall files- more 2.2 -> 2.4 [bnc#862058]- ServerSignature=Off and ServerTokens=Prod by request from security team [bnc#716495]- fix documentation links 2.2 -> 2.4 [bnc#888163] (internal)- Update package Summary and Description. - version 2.4.10 * SECURITY: CVE-2014-0117 (cve.mitre.org) * SECURITY: CVE-2014-3523 (cve.mitre.org) * SECURITY: CVE-2014-0226 (cve.mitre.org) * SECURITY: CVE-2014-0118 (cve.mitre.org) * SECURITY: CVE-2014-0231 (cve.mitre.org) * Multiple bugfixes to mod_ssl, mod_cache, mod_deflate, mod_lua * mod_proxy_fcgi supports unix sockets.- provide httpd.service as alias for apache2.service for compatibility reasons (bnc#888093)- move most ssl options to ssl-global.conf. There is usually no need for every vhost to re-define the ciphers for example (bnc#865582). Drop some commented entries that only lead to confusion.- version 2.4.9 * SECURITY: CVE-2014-0098 * SECURITY: CVE-2013-6438 * multiple bugfixes and improvements to mod_ssl, mod_lua, mod_session and core, see CHANGES for details.- /etc/sysconfig/apache2: add socache_shmcb to the list of modules that are enabled. /etc/apache2/ssl-global.conf: make SSLSessionCache shmcb... conditional on IfModule socache_shmcb. The same applies to SSLSessionCache dmb:* via module socache_dbm in commented section of same file. [bnc#864185] - /etc/sysconfig/apache2: remove reference to non-existing script /usr/share/doc/packages/apache2/certificate.sh, which was only a wrapper to mkcert.sh anyways. [bnc#864185]- update to apache 2.4.7, important changes: * This release requires both apr and apr-util 1.5.x series and therefore will no longer build in older released products * mod_ssl: Improve handling of ephemeral DH and ECDH keys (obsoletes httpd-mod_ssl_ephemeralkeyhandling.patch) * event MPM: Fix possible crashes * mod_deflate: Improve error detection * core: Add open_htaccess hook in conjunction with dirwalk_stat. * mod_rewrite: Make rewrite websocket-aware to allow proxying. * mod_ssl: drop support for export-grade ciphers with ephemeral RSA keys, and unconditionally disable aNULL, eNULL and EXP ciphers (not overridable via SSLCipherSuite) * core, mod_ssl: Enable the ability for a module to reverse the sense of a poll event from a read to a write or vice versa (obsoletes httpd-event-ssl.patch) * see CHANGES for more details- httpd-mod_ssl_ephemeralkeyhandling.patch obsoletes mod_ssl-2.4.x-ekh.diff this new patch is the final form of the rework, merged for 2.4.7.- Removed obsolete directive DefaultType - Changed all access control to new Require directive- reenable mod_ssl-2.4.x-ekh.diff- Correct build in old distros.- disable (revert) mod_ssl changes in the previous commit so it does not end in factory or 13.1 yet.- make mod_systemd static so scenarios described in [bnc#846897] do not happen again.- mod_ssl: improve ephemeral key handling in particular, support DH params with more than 1024 bits, and allow custom configuration. This patch adjust DH parameters according to the relevant RFC recommendations and permanently disables the usage of "export" and "NULL" ciphers no matter what the user configuration is (mod_ssl-2.4.x-ekh.diff, to be in 2.4.7)- fix [bnc#846897] problems building kiwi images due to systemd not being running in chroot. (submit to 13.1 ASAP)- Fix SUSE spelling.- Also fix subtle non-obvious systemd unit confusion we really mean -DFOREGROUND not -DNO_DETACH the latter only inhibits the parent from forking, not quite the same as running in well.. the foreground as required.- Ensure we only use /run and not /var/run- Really use %requires_ge for libapr1 and libapr-util1 mentioned but not implemented in the previous commit.- Use %requires_ge for libapr1 and libapr-util1 - apache2-default-server.conf: Need to use IncludeOptional - apache-20-22-upgrade: also load authz_core - httpd-visibility.patch: Use compiler symbol visibility.- Make the default keysize in the sample gensslcerts 2048 bits to match government recommendations.- Enable mod_proxy_html, mod_xml2enc and mod_lua (missed BuildRequires)- provide and obsolete mod_macro - upgrade: some people complain that log_config module is not enabled by default sometimes, fix that. - upgrade : "SSLMutex" no longer exists. - Toogle EnableSendfile on because now apache defaults to off due to kernel bugs. that's a silly thing to do here as kernel bugs have to be fixed at their source, not worked around in applications.- httpd-event-ssl.patch: from upstream Lift the restriction that prevents mod_ssl taking full advantage of the event MPM.- Update to version 2.4.6 * SECURITY: CVE-2013-1896 (cve.mitre.org) * SECURITY: CVE-2013-2249 (cve.mitre.org) * Major updates to mod_lua * Support for proxying websocket requests * Higher performant shm-based cache implementation * Addition of mod_macro for easier configuration management * As well as several exciting fixes, especially those related to RFC edge cases in mod_cache and mod_proxy. - IMPORTANT : With the current packaging scheme, we can no longer Include the ITK MPM, therefore it has been disabled. This is because this MPM can now only be provided as a loadable module but we do not currently build MPMs as shared modules but as independant binaries and all helpers/startup scripts depend on that behaviour. It will be fixed in the upcoming weeks/months.- apache-20-22-upgrade: still no cookie, module authn_file is ok and must not be disabled on update. authn_core must however be enabled too.- fix apache_mmn spec macro, otherwise all modules down the chain will have broken dependencies- remove After=mysql.service php-fpm.service postgresql.service which were added in the previous change, those must be added as Before=apache2.service in the respective services.- Include mod_systemd for more complete integration with systemd, turn the service to Typé=notify as required - Disable SSL NPN patch for now, it is required for mod_spdy but mod_spdy does not support apache 2.4- apache 2.4.4 * fix for CVE-2012-3499 * fix for the CRIME attack (disable ssl compression by default) * many other bugfies * build access_compat amd unixd as static modules and solve some other upgrade quirks (bnc#813705)- Install apache2.service accordingly (/usr/lib/systemd for 12.3 and up or /lib/systemd for older versions).- Apache 2.4.3 * SECURITY: CVE-2012-3502 * SECURITY: CVE-2012-2687 * mod_cache: Set content type in case we return stale content. * lots of bugfixes see http://www.apache.org/dist/httpd/CHANGES_2.4.3- Improve systemd unit file (tested for months)- use %set_permissions instead %run_permissions (bnc#764097)- Fix factory-auto (aka r2dbag) complains about URL. - Provide a symlink for apxs2 new location otherwise all buggy spec files of external modules will break.- BuildRequire xz explicitly, fix build in !Factory - Drop more old, unused patches- Upgrade to apache 2.4.2 * * ATTENTION, before installing this update YOU MUST READ http://httpd.apache.org/docs/2.4/upgrading.html CAREFULLY otherwise your server will most likely fail to start due to backward incompatible changes. * You can read the huge complete list of changes at http://httpd.apache.org/docs/2.4/new_features_2_4.html- gensslcert: Use 0400 permissions for generated SSL certificate files instead of 0644- modified apache2.2-mpm-itk-20090414-00.patch to fix itk running as root. bnc#681176 / CVE-2011-1176- remove the insecure LD_LIBRARY_PATH line. bnc#757710- Add apache2-mod_ssl_npn.patch: Add npn support to mod_ssl, which is needed by spdy. - Provide apache2(mod_ssl+npn), indicating that our mod_ssl does have the npn patch. This can be used by mod_spdy to ensure a compatible apache/mod_ssl is installed.- fix truncating and resulting paniking of answer headers (bnc#690734)- update to 2.2.22 * ) SECURITY: CVE-2011-3368 (cve.mitre.org) Reject requests where the request-URI does not match the HTTP specification, preventing unexpected expansion of target URLs in some reverse proxy configurations. * ) SECURITY: CVE-2011-3607 (cve.mitre.org) Fix integer overflow in ap_pregsub() which, when the mod_setenvif module is enabled, could allow local users to gain privileges via a .htaccess file. * ) SECURITY: CVE-2011-4317 (cve.mitre.org) Resolve additional cases of URL rewriting with ProxyPassMatch or RewriteRule, where particular request-URIs could result in undesired backend network exposure in some configurations. * ) SECURITY: CVE-2012-0021 (cve.mitre.org) mod_log_config: Fix segfault (crash) when the '%{cookiename}C' log format string is in use and a client sends a nameless, valueless cookie, causing a denial of service. The issue existed since version 2.2.17. PR 52256. * ) SECURITY: CVE-2012-0031 (cve.mitre.org) Fix scoreboard issue which could allow an unprivileged child process could cause the parent to crash at shutdown rather than terminate cleanly. * ) SECURITY: CVE-2012-0053 (cve.mitre.org) Fix an issue in error responses that could expose "httpOnly" cookies when no custom ErrorDocument is specified for status code 400. * ) mod_proxy_ajp: Try to prevent a single long request from marking a worker in error. * ) config: Update the default mod_ssl configuration: Disable SSLv2, only allow >= 128bit ciphers, add commented example for speed optimized cipher list, limit MSIE workaround to MSIE <= 5. * ) core: Fix segfault in ap_send_interim_response(). PR 52315. * ) mod_log_config: Prevent segfault. PR 50861. * ) mod_win32: Invert logic for env var UTF-8 fixing. Now we exclude a list of vars which we know for sure they dont hold UTF-8 chars; all other vars will be fixed. This has the benefit that now also all vars from 3rd-party modules will be fixed. PR 13029 / 34985. * ) core: Fix hook sorting for Perl modules, a regression introduced in 2.2.21. PR: 45076. * ) Fix a regression introduced by the CVE-2011-3192 byterange fix in 2.2.20: A range of '0-' will now return 206 instead of 200. PR 51878. * ) Example configuration: Fix entry for MaxRanges (use "unlimited" instead of "0"). * ) mod_substitute: Fix buffer overrun. - adjusted SSL template/default config for upstream changes, and added MaxRanges example to apache2-server-tuning.conf - fixed installation of (moved) man pages- compile with pcre 8.30 - patch taken from apache bugzilla- enable mod_reqtimeout by default via APACHE_MODULES in /etc/sysconfig/apache2, configuration /etc/apache2/mod_reqtimeout.conf . Of course, the existing configuration remains unchanged.- add default vhost configs * default-vhost.conf, default-vhost-ssl.conf, README.default-vhost- openldap2 is not necessary, just openldap2-devel as buildrequires- add automake as buildrequire to avoid implicit dependency- update to /etc/init.d/apache2: handle reload with deleted binaries after package update more thoughtfully: If the binaries have been replaced, then a dlopen(3) on the apache modules is prone to fail. => Don't reload then, but complain and fail. Especially important for logrotate!- httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff fixes mod_proxy reverse exposure via RewriteRule or ProxyPassMatch directives. This is CVE-2011-3368.- Ensure service_add_pre macro is correctly called for openSUSE 12.1 or later.- Fix systemd files packaging, %ghost is not a good idea. - Use systemd rpm macros for openSUSE 12.1 and later.- don't create $RPM_BUILD_ROOT/etc/init.d twice in %install.- Update to 2.2.21. News therein: * re-worked CVE-2011-3192 (byterange_filter.c) with a regression fix. New config option: MaxRanges (PR 51748) * multi fixes in mod_filter, mod_proxy_ajp, mod_dav_fs, mod_alias, mod_rewrite. As always, see CHANGES file. - added httpd-%{realver}.tar.bz2.asc to source, along with 60C5442D.key which the tarball was signed with.- need to add %ghost /lib/systemd to satisfy distributions that have no systemd yet.- Add apache2-systemd-ask-pass / apache2.service / start_apache2 and modify apache2-ssl-global.conf for systemd support (bnc#697137).- Update to version 2.2.20, fix CVE-2011-3192 mod_deflate D.o.S.- Fix apache PR 45076- Use SSL_MODE_RELEASE_BUFFERS to reduce mod_ssl memory usage- Add 2 patches from the "low hanging fruit" warnings in apache STATUS page. * mod_deflate: Stop compressing HEAD requests if there is not Content-Length header * mod_reqtimeout: Disable keep-alive after read timeout- Remove -fno-strict-aliasing from CFLAGS, no longer needed.- Allow KeepAliveTimeout to be expressed in miliseconds sometimes one second is too long, upstream r733557.- When linux changes to version 3.x configure tests are gonna break. remove version check, assuming kernel 2.2 or later.- Update to 2.2.19, only one bugfix. * ) Revert ABI breakage in 2.2.18 caused by the function signature change of ap_unescape_url_keep2f(). This release restores the signature from 2.2.17 and prior, and introduces ap_unescape_url_keep2f_ex(). [Eric Covener]- Remove SSLv2 disabled patch, already in upstream. - Update to version 2.2.18 * mod_ssl, ab: Support OpenSSL compiled without SSLv2 support. * core: Treat timeout reading request as 408 error, not 400. * core: Only log a 408 if it is no keepalive timeout. * mod_rewrite: Allow to unset environment variables. * prefork: Update MPM state in children during a graceful restart. * Other fixes in mod_cache,mod_dav,mod_proxy se NEWS for detail.- Fix regular expression in vhost ssl template IE workaround it is obsolete see https://issues.apache.org/bugzilla/show_bug.cgi?id=49484 You should apply this update to fix painfully slow SSL connections when using IE.- Allow usage of an openSSL library compiled without SSlv2- set sane default cipher string in apache2-vhost-ssl.template - remove useless example snakeoil certs - remove broken mkcert script- Tag boot script as interactive as systemd uses it- recommend the default mpm package (bnc#670027)- update to 2.2.17: SECURITY: CVE-2010-1623 (cve.mitre.org) Fix a denial of service attack against apr_brigade_split_line(). [Actual fix is in the libapr 1.3 line, which we don't use // poeml] SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org) Fix two buffer over-read flaws in the bundled copy of expat which could cause applications to crash while parsing specially-crafted XML documents. [We build with system expat library // poeml] prefork MPM: Run cleanups for final request when process exits gracefully to work around a flaw in apr-util. PR 43857 core: - check symlink ownership if both FollowSymlinks and SymlinksIfOwnerMatch are set - fix origin checking in SymlinksIfOwnerMatch PR 36783 - (re)-introduce -T commandline option to suppress documentroot check at startup. PR 41887 vhost: - A purely-numeric Host: header should not be treated as a port. PR 44979 rotatelogs: - Fix possible buffer overflow if admin configures a mongo log file path. Proxy balancer: support setting error status according to HTTP response code from a backend. PR 48939. mod_authnz_ldap: - If AuthLDAPCharsetConfig is set, also convert the password to UTF-8. PR 45318. mod_dir, mod_negotiation: - Pass the output filter information to newly created sub requests; as these are later on used as true requests with an internal redirect. This allows for mod_cache et.al. to trap the results of the redirect. PR 17629, 43939 mod_headers: - Enable multi-match-and-replace edit option PR 46594 mod_log_config: - Make ${cookie}C correctly match whole cookie names instead of substrings. PR 28037. mod_reqtimeout: - Do not wrongly enforce timeouts for mod_proxy's backend connections and other protocol handlers (like mod_ftp). Enforce the timeout for AP_MODE_GETLINE. If there is a timeout, shorten the lingering close time from 30 to 2 seconds. mod_ssl: - Do not do overlapping memcpy. PR 45444- Add missing libcap-devel to BuildRequires, wanted by "itk" MPM.- update to 2.2.16: SECURITY: CVE-2010-1452 (cve.mitre.org) mod_dav, mod_cache: Fix Handling of requests without a path segment. PR: 49246 SECURITY: CVE-2010-2068 (cve.mitre.org) mod_proxy_ajp, mod_proxy_http, mod_reqtimeout: Fix timeout detection for platforms Windows, Netware and OS2. PR: 49417. core: - Filter init functions are now run strictly once per request before handler invocation. The init functions are no longer run for connection filters. PR 49328. mod_filter: - enable it to act on non-200 responses. PR 48377 mod_ldap: - LDAP caching was suppressed (and ldap-status handler returns title page only) when any mod_ldap directives were used in VirtualHost context. mod_ssl: - Fix segfault at startup if proxy client certs are shared across multiple vhosts. PR 39915. mod_proxy_http: - Log the port of the remote server in various messages. PR 48812. apxs: - Fix -A and -a options to ignore whitespace in httpd.conf mod_dir: - add FallbackResource directive, to enable admin to specify an action to happen when a URL maps to no file, without resorting to ErrorDocument or mod_rewrite. PR 47184 mod_rewrite: - Allow to set environment variables without explicitely giving a value. - add Requires and BuildRequires on libapr1 >= 1.4.2. In the past, libapr1 >= 1.0 was sufficient. But since 2.2.16, a failure to create listen sockets can occur, unless newer libapr1 is used. See https://bugzilla.redhat.com/show_bug.cgi?id=516331 - remove obsolete httpd-2.2.15-deprecated_use_of_build_in_variable.patch- add type and encoding for zipped SVG images (.svgz) Thanks to Sebastian Siebert (via Submit Request #40059)- fix deprecated usage of $[ in apxs2 (httpd-2.2.15-deprecated_use_of_build_in_variable.patch)- Do not compile in build time but use mtime of changes file instead. This allows build-compare to identify that no changes have happened.- add apache2-prefork to the Requires of apache2-devel, because apxs2 will build for prefork, if not called as apxs2-worker (which should rarely be the case). Also added gcc to the Requires.- update to 2.2.15: SECURITY: CVE-2009-3555 (cve.mitre.org) mod_ssl: Comprehensive fix of the TLS renegotiation prefix injection attack when compiled against OpenSSL version 0.9.8m or later. Introduces the 'SSLInsecureRenegotiation' directive to reopen this vulnerability and offer unsafe legacy renegotiation with clients which do not yet support the new secure renegotiation protocol, RFC 5746. SECURITY: CVE-2009-3555 (cve.mitre.org) mod_ssl: A partial fix for the TLS renegotiation prefix injection attack by rejecting any client-initiated renegotiations. Forcibly disable keepalive for the connection if there is any buffered data readable. Any configuration which requires renegotiation for per-directory/location access control is still vulnerable, unless using OpenSSL >= 0.9.8l. SECURITY: CVE-2010-0408 (cve.mitre.org) mod_proxy_ajp: Respond with HTTP_BAD_REQUEST when the body is not sent when request headers indicate a request body is incoming; not a case of HTTP_INTERNAL_SERVER_ERROR. SECURITY: CVE-2010-0425 (cve.mitre.org) mod_isapi: Do not unload an isapi .dll module until the request processing is completed, avoiding orphaned callback pointers. SECURITY: CVE-2010-0434 (cve.mitre.org) Ensure each subrequest has a shallow copy of headers_in so that the parent request headers are not corrupted. Elimiates a problematic optimization in the case of no request body. PR 48359 mod_reqtimeout: - New module to set timeouts and minimum data rates for receiving requests from the client. core: - Fix potential memory leaks by making sure to not destroy bucket brigades that have been created by earlier filters. - Return APR_EOF if request body is shorter than the length announced by the client. PR 33098 - Preserve Port information over internal redirects PR 35999 - Build: fix --with-module to work as documented PR 43881 worker: - Don't report server has reached MaxClients until it has. Add message when server gets within MinSpareThreads of MaxClients. PR 46996. ab, mod_ssl: - Restore compatibility with OpenSSL < 0.9.7g. mod_authnz_ldap: - Add AuthLDAPBindAuthoritative to allow Authentication to try other providers in the case of an LDAP bind failure. PR 46608 - Failures to map a username to a DN, or to check a user password now result in an informational level log entry instead of warning level. mod_cache: - Introduce the thundering herd lock, a mechanism to keep the flood of requests at bay that strike a backend webserver as a cached entity goes stale. - correctly consider s-maxage in cacheability decisions. mod_disk_cache, mod_mem_cache: - don't cache incomplete responses, per RFC 2616, 13.8. PR15866. mod_charset_lite: - Honor 'CharsetOptions NoImplicitAdd'. mod_filter: - fix FilterProvider matching where "dispatch" string doesn't exist. PR 48054 mod_include: - Allow fine control over the removal of Last-Modified and ETag headers within the INCLUDES filter, making it possible to cache responses if desired. Fix the default value of the SSIAccessEnable directive. mod_ldap: - If LDAPSharedCacheSize is too small, try harder to purge some cache entries and log a warning. Also increase the default LDAPSharedCacheSize to 500000. This is a more realistic size suitable for the default values of 1024 for LdapCacheEntries/LdapOpCacheEntries. PR 46749. mod_log_config: - Add the R option to log the handler used within the request. mod_mime: - Make RemoveType override the info from TypesConfig. PR 38330. - Detect invalid use of MultiviewsMatch inside Location and LocationMatch sections. PR 47754. mod_negotiation: - Preserve query string over multiviews negotiation. This buglet was fixed for type maps in 2.2.6, but the same issue affected multiviews and was overlooked. PR 33112 mod_proxy: - unable to connect to a backend is SERVICE_UNAVAILABLE, rather than BAD_GATEWAY or (especially) NOT_FOUND. PR 46971 mod_proxy, mod_proxy_http: - Support remote https proxies by using HTTP CONNECT. PR 19188. mod_proxy_http: - Make sure that when an ErrorDocument is served from a reverse proxied URL, that the subrequest respects the status of the original request. This brings the behaviour of proxy_handler in line with default_handler. PR 47106. mod_proxy_ajp: - Really regard the operation a success, when the client aborted the connection. In addition adjust the log message if the client aborted the connection. mod_rewrite: - Make sure that a hostname:port isn't fully qualified if the request is a CONNECT request. PR 47928 - Add scgi scheme detection. mod_ssl: - Fix a potential I/O hang if a long list of trusted CAs is configured for client cert auth. PR 46952. - When extracting certificate subject/issuer names to the SSL_*_DN_* variables, handle RDNs with duplicate tags by exporting multiple varialables with an "_n" integer suffix. PR 45875. - obsolete patch CVE-2009-3555-2.2.patch removed- readd whitespace removed by autobuild- package documentation as noarch- add patch for CVE-2009-3555 (cve.mitre.org) http://www.apache.org/dist/httpd/patches/apply_to_2.2.14/CVE-2009-3555-2.2.patch http://mail-archives.apache.org/mod_mbox/httpd-announce/200911.mbox/%3c20091107013220.31376.qmail@minotaur.apache.org%3e A partial fix for the TLS renegotiation prefix injection attack by rejecting any client-initiated renegotiations. Any configuration which requires renegotiation for per-directory/location access control is still vulnerable, unless using OpenSSL >= 0.9.8l.- update to 2.2.14: * ) SECURITY: CVE-2009-2699 (cve.mitre.org) Fixed in APR 1.3.9. Faulty error handling in the Solaris pollset support (Event Port backend) which could trigger hangs in the prefork and event MPMs on that platform. PR 47645. [Jeff Trawick] * ) SECURITY: CVE-2009-3095 (cve.mitre.org) mod_proxy_ftp: sanity check authn credentials. [Stefan Fritsch , Joe Orton] * ) SECURITY: CVE-2009-3094 (cve.mitre.org) mod_proxy_ftp: NULL pointer dereference on error paths. [Stefan Fritsch , Joe Orton] * ) mod_proxy_scgi: Backport from trunk. [André Malo] * ) mod_ldap: Don't try to resolve file-based user ids to a DN when AuthLDAPURL has been defined at a very high level. PR 45946. [Eric Covener] * ) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett] * ) mod_ldap: Bring the LDAPCacheEntries and LDAPOpCacheEntries usage() in synch with the manual and the implementation (0 and -1 both disable the cache). [Eric Covener] * ) mod_ssl: The error message when SSLCertificateFile is missing should at least give the name or position of the problematic virtual host definition. [Stefan Fritsch sf sfritsch.de] * ) htdbm: Fix possible buffer overflow if dbm database has very long values. PR 30586 [Dan Poirier] * ) Add support for HTTP PUT to ab. [Jeff Barnes ] * ) mod_ssl: Fix SSL_*_DN_UID variables to use the 'userID' attribute type. PR 45107. [Michael Ströder , Peter Sylvester ] * ) mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore defined session identifiers encoded in the URL when caching. [Ruediger Pluem] * ) mod_mem_cache: fix seg fault under load due to pool concurrency problem PR: 47672 [Dan Poirier ] * ) mod_autoindex: Correctly create an empty cell if the description for a file is missing. PR 47682 [Peter Poeml ]- update to 2.2.13: * ) SECURITY: CVE-2009-2412 (cve.mitre.org) Distributed with APR 1.3.8 and APR-util 1.3.9 to fix potential overflow in pools and rmm, where size alignment was taking place. * ) mod_ssl, ab: improve compatibility with OpenSSL 1.0.0 betas. Report warnings compiling mod_ssl against OpenSSL to the httpd developers. * ) mod_cgid: Do not add an empty argument when calling the CGI script. PR 46380 * ) Fix potential segfaults with use of the legacy ap_rputs() etc interfaces, in cases where an output filter fails. PR 36780.- update to 2.2.12: SECURITY: CVE-2009-1891 (cve.mitre.org) Fix a potential Denial-of-Service attack against mod_deflate or other modules, by forcing the server to consume CPU time in compressing a large file after a client disconnects. PR 39605. SECURITY: CVE-2009-1195 (cve.mitre.org) Prevent the "Includes" Option from being enabled in an .htaccess file if the AllowOverride restrictions do not permit it. SECURITY: CVE-2009-1890 (cve.mitre.org) Fix a potential Denial-of-Service attack against mod_proxy in a reverse proxy configuration, where a remote attacker can force a proxy process to consume CPU time indefinitely. SECURITY: CVE-2009-1191 (cve.mitre.org) mod_proxy_ajp: Avoid delivering content from a previous request which failed to send a request body. PR 46949 SECURITY: CVE-2009-0023, CVE-2009-1955, CVE-2009-1956 (cve.mitre.org) The bundled copy of the APR-util library has been updated, fixing three different security issues which may affect particular configurations and third-party modules. core: - New piped log syntax: Use "||process args" to launch the given process without invoking the shell/command interpreter. Use "|$command line" (the default behavior of "|command line" in 2.2) to invoke using shell, consuming an additional shell process for the lifetime of the logging pipe program but granting additional process invocation flexibility. - prefork: Fix child process hang during graceful restart/stop in configurations with multiple listening sockets. PR 42829. - Translate the status line to ASCII on EBCDIC platforms in ap_send_interim_response() and for locally generated "100 Continue" responses. - CGI: return 504 (Gateway timeout) rather than 500 when a script times out before returning status line/headers. PR 42190 - prefork: Log an error instead of segfaulting when child startup fails due to pollset creation failures. PR 46467. - core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars - Set Listen protocol to "https" if port is set to 443 and no proto is specified (as documented but not implemented). PR 46066 - Output -M and -S dumps (modules and vhosts) to stdout instead of stderr. PR 42571 and PR 44266 (dup). mod_alias: - check sanity in Redirect arguments. PR 44729 - Ensure Redirect emits HTTP-compliant URLs. PR 44020 mod_authnz_ldap: - Reduce number of initialization debug messages and make information more clear. PR 46342 mod_cache: - Introduce 'no-cache' per-request environment variable to prevent the saving of an otherwise cacheable response. - Correctly save Content-Encoding of cachable entity. PR 46401 - When an explicit Expires or Cache-Control header is set, cache normally non-cacheable response statuses. PR 46346. mod_cgid: - fix segfault problem on solaris. PR 39332 mod_disk_cache: - The module now turns off sendfile support if 'EnableSendfile off' is defined globally. PR 41218. mod_disk_cache/mod_mem_cache: - Fix handling of CacheIgnoreHeaders directive to correctly remove headers before storing them. mod_deflate: - revert changes in 2.2.8 that caused an invalid etag to be emitted for on-the-fly gzip content-encoding. PR 39727 will require larger fixes and this fix was far more harmful than the original code. PR 45023. mod_ext_filter: - fix error handling when the filter prog fails to start, and introduce an onfail configuration option to abort the request or to remove the broken filter and continue. PR 41120 mod_include: - fix potential segfault when handling back references on an empty SSI variable. - Prevent a case of SSI timefmt-smashing with filter chains including multiple INCLUDES filters. PR 39369 - support generating non-ASCII characters as entities in SSI PR 25202 mod_ldap: - Avoid a segfault when result->rc is checked in uldap_connection_init when result is NULL. This could happen if LDAP initialization failed. PR 45994. mod_negotiation: - Escape pathes of filenames in 406 responses to avoid HTML injections and HTTP response splitting. PR 46837. mod_proxy: - Complete ProxyPassReverse to handle balancer URL's. Given; BalancerMember balancer://alias http://example.com/foo ProxyPassReverse /bash balancer://alias/bar backend url http://example.com/foo/bar/that is now translated /bash/that mod_proxy_ajp: - Check more strictly that the backend follows the AJP protocol. - Forward remote port information by default. mod_proxy_http: - fix Host: header for literal IPv6 addresses. PR 47177 - fix case sensitivity checking transfer encoding PR 47383 mod_rewrite: - Remove locking for writing to the rewritelog. PR 46942 - Fix the error string returned by RewriteRule. RewriteRule returned "RewriteCond: bad flag delimiters" when the 3rd argument of RewriteRule was not started with "[" or not ended with "]". PR 45082 - When evaluating a proxy rule in directory context, do escape the filename by default. PR 46428 - Introduce DiscardPathInfo|DPI flag to stop the troublesome way that per-directory rewrites append the previous notion of PATH_INFO to each substitution before evaluating subsequent rules. PR38642 - fix "B" flag breakage by reverting r589343 PR 45529 mod_ssl: - Add server name indication support (RFC 4366) and better support for name based virtual hosts with SSL. PR 34607 - Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives to enable stricter checking of remote server certificates. - Add SSLRenegBufferSize directive to allow changing the size of the buffer used for the request-body where necessary during a per-dir renegotiation. PR 39243. mod_substitute: - Fix a memory leak. PR 44948- Fix missing -Y option in gensslcert [bnc#416888]- merge changes from openSUSE:Factory: - trailing spaces removed from robots.txt - moved Snakeoil certificates to separate subpackage example-certificates [bnc#419601] - removed outdated ca-bundle.crt - NOT merging the change from [bnc#301380] (setting TraceEnable Off), since there is no reason to deviate from upstream- avoid useless (and potentially irritating) messages from usermod called in %post when updating the package - this should probably only be run when updating from very old installs anyway. - likewise, avoid similar useless messages about creation of the httpd user when installing on Fedora.- fix hyperref to the quickstart howto in the installed httpd.conf [bnc#500938] Thanks, Frank!- add ITK MPM (apache2.2-mpm-itk-20090414-00.patch) see http://mpm-itk.sesse.net/- buildfix (from Factory): replace "shadow" by "pwdutils" in requires- update apache2-vhost.template mod_php4 references [bnc#444205]- fixed the ed script which turns apxs into apxs-{prefork,worker,event) to work on Fedora, by using - instead of ^ to go "up" one line. Thereby fixing Fedora build. (Package probably needs further tuning to fit into a Fedora environment.)/bin/sh/bin/sh/bin/sh/bin/shapache2-mod_macroapachemod_ssl/bin/shbuild70 1554977149  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~2.4.232.4.23-49.12.4.23-49.12.4.232.4.23-49.1 1.2.11.3.292.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.confserver-tuning.confssl-global.confssl.crlREADME.CRLssl.crtREADME.CRTssl.csrREADME.CSRssl.keyREADME.KEYssl.prmREADME.PRMuid.confvhosts.dvhost-ssl.templatevhost.templateapache2apache2apache2-ssllog_server_statuslog_server_status2apache2.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_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_scgi.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_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_apache2apache2apache-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_APACHECHANGESINSTALLLICENSEREADMEREADME-access_compat.txtREADME-instances.txtREADME.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-cgiapxs.1.gzapxs2.1.gzapache2ctl.8.gzapachectl.8.gzhtcacheclean.8.gzhttpd.8.gzhttpd2.8.gzapache2.xmlsysconfig.apache2apache2apache2apache2/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//etc/sysconfig/SuSEfirewall2.d/services//usr/bin//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/man/man1//usr/share/man/man8//usr/share/omc/svcinfo.d//var/adm/fillup-templates//var/cache//var/lib//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10022/openSUSE_Leap_42.3_Update/6d6f0d38a11247c9c41df7a29aebe494-apache2.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linux  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxxwwywxxxxxxzzz{zzz{zzzzzzzzz|{}}}~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~xx|zdirectoryASCII textmagic text file for file(1) cmd, ASCII textASCII text, with very long linesPerl script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4c90138be66b3536d858e78409727ea6e67acd37, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e1c45583dc04317273ba2e19efc59036fec3c71e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=701b5d687f9fc8e2624fa54fa9c3575ef7eca4ad, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f30ac4130fd5477665c534d49a11e1f649b72605, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=70a93409f73c944cc411528c3071ed8c57d5d7b0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=223a757e84f3bf59592c4faf8b915e7a9dd1cbf5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=588de1c12001919fe3a6dfdcb8bfa60c289ca219, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0753bf8faed32d39a1cf9976e852b9131c36a5d9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0658ab991adf84e55c28ec9504cb54247989704c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4f3e4a4273fe4adffe79908d64100d7a73a6e47c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=95e6a09cdb90b9a9a8082e622b9663a653df42e8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e9fde0734caa66d8547f2c7bf00951150609d117, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d31cdf24a8db27e6ed1d004aa5f65d2e95f8cc97, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=addd7f0c3b4a207d85f2330dd437b0ba342755cd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fc6dc1ddfe3baa169a6c9b01a4d6d82ae3e3d83f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3807c74c12801a816ad13e0c4f5bd9937fb6d6ba, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=42f403af8d70d10556370394e0147541c6db4d0a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7641a0dfae50091129197de4d7ed44307d787704, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=68e0574a6c24adc74bcd7341d67a8c795e7741e9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f79df8bbdf97bff75a98c11a7d66a95f5d6414d6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=45d8059c20d419033b74e2439ec487c662c50ea5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=236eac21344e04b15550efa4245818e97e591c3c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1c353bbb7edb75980939d9faea28ad4ab11b15d4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ca61d4417280bd9f0df58ae0e93b3e8b300261a7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d511d4a2e08e0a1e98dadcaf96685d68b916fbd4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=37817c8148ecc4e0af3d3cff2cbdb8a99f26fad3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fd785ee9815c5eca951b99a41c3bf6ba35d9498e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7e0b7bac5c0e513104fffe53afe9c41a7651df50, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0cbd4056deb1c1b9505a29ed74314d1a381da4c2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=12d4c2390fd8ca6f23b7dc5a2ccd31662c9634c2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9ec5549e0545d185735e65eda8770225f33c63bb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ec6372ebab2c7583704be16b447b0387dd255c58, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b694952d2bb533546d193c8e3b31c976603ce4da, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c0e7dda4f7654d8261b8f0eae42d66bc339bd955, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=44b20e176675229117e52cdad54b39ccc3079adf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=24dd1ada42408ae46de4c71176c62e9d334458dc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=eb91feffa3a9e669e050d7e80ec42b704eba8495, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1423839be70adc328832da576e0d47104d1c36fe, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ab423d1bb7bada9f6c1c4cbf3350d5cc23809592, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b4e3a6914ce57aeb44f030542864cf9b83dd2a60, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4f432029f2fa9595b55bb9c4de4eb1bc48b5d98e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e679983379b59df2eceb907921702327d61b3ceb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=19913d8f4891f95ae932f7ee0846409901c3436f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cbcb96217b5873aa3fac9664f360dfc0526f99a6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=de171e8296d6097cacf2a32d159350a051aef4bb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b3da1afca169c7943a74013070ee376f4d99e50b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b5e22bea16fa9b597801aebacf85cf79e11b189b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8a62ad8186ac234fa11fd43ec3bde8fb019011cd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f6d39ec3751c7ee65185efd31e1496815244ab9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=95227234760834c734a7b8a12ce49d61d590a7e1, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=805a0e58da2c234f28a2d582d20d3a25247079ef, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9aef7c4da6525bcf92abd983f8f01a3343f03756, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=421e866659fc206f30797e9f5b9d7abee639ef2e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a2e10c89268eb684f87a510e8b683b4642174182, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7b0725c2ec613ba59e8ed1484813303099b5a087, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e09590b88e0c6bcc188ca18cf110354e66723011, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fcef57b82185a0d337e9165264fa8986caf51e58, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d741960644a750379c9360f8a740ca7075c72f9a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c113451afb073597e3ef57139a12b9ec977d3826, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=537ebbf1ab76f1d3409c18e4cee228ef59101d13, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b950fa3ce2d25b0176f218271c0e8815df908ccd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8ace6a6396892b28ab079db7b62162f416e2f349, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1f2799a04a96208843f2abd396b859a0ecfb48c3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d60014be84411464756bfaf2d1efcab23492fd1b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c68195ebf4051d017d224634c4c5944b2d142679, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e5d2855778d3dc789bd88600e62d601aa37616e9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6fd9b9311e7b77f76ff0cd63156846536640853c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c22cbe6b7ff259c84d7461d9fac15cf4a2646c0c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0e0e3c21db532ce6ace80a238f27be0809eb7b91, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6ba33392e92658189cb42cba3d9d2a03ac153ebf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d9e1cc972d1a39bbb0ab51f1d062d05563fc23ea, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b8b450bd0b8cd320fc145da9c7ebb2f8782538c1, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=44b6e150d55b95c22b3ac80917b6ab05a220dfcf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e258fb1d2770dfde649b3bb036e6ab044b8d8344, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=caa68eac97b2a43703aed091d2dd61cf1b7136cf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=aa3c051a2b87a6ecfb8e4fa98462bf0d91defbd8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e443664e3906d2cddd0b3d0b66f3747d00ca27b6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=72b6e53a8ee5f4245befc618c89c0628df1181f7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fc51f9e894c626491a39ad28d01092869b1b09e7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ae609396a49a4d92bc517f769f9dd0dcdbe1b813, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c71254c035683cc2c3c6479a03d2b6a7818cfbe5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f545adc575aa3262c0f486a62d7439847f3c5f09, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f905508b6d9e7a2d14976cf86fb6c89a2754f0f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=58b1a1def2d347970186b89e78c588e03772a8e8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b2e4d2bfd0b7c59cf8e08ac01e3400199e258eb0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e7e862686854031920614c1392d84e05cb6e0c2b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2a7173e281e76f885a748029ae53ee0553b53b66, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0546c60aeb1dced09d7779419bb3528b2f9f03c6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2201efc91de95b12eaeb7d0d7b5215087f85cd0f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6c254e50e63b2632776fb4d8a6534738844ced34, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=52ae112ffed8ebb5ce4419c81f040abd88b3b493, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=32f8aac2fa08dcdfe9ca61abddd2ca0f970d10bb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0a7f2d0cce9a50d228cafd508b95a805f4a1bb42, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ac6e30eb682b75ac31e837d85c2092022967e6da, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=538118f42afa7a6d122807e01b7eb5257295c5c4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=40de42c09f8e309378be701b1dd45d7d502cec33, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=43b300f800ce597098eb17f89a8d35a38333fe89, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7046766c7542f708b8c2a564339ec8841ae9b86f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=59c4aa254b192b0c380967493f65f36e92f183e0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=18d5b15eff1d78c3c4bfddeb7f73b25bcdd47f37, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8f9024353e0888b3dd460b349366b2d8e22c6b10, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=42026ce6f915c4907aa0c6f657d2d5645daffd11, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e6816563145236a3ca601c44b72bf61b5b98f86b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e7eb0ee0208c721c75f86fcbca18c1d29f586728, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a7710879a70a0d4882cf68eeb7bf0105f29d3498, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e60a7387da932e7c04e872af2658cfe4cfe560f7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=06e8cfe0de40dd8c0b8fad88361f25095e6b5c62, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1138bc0138c4da73203b2561a7cd299471b4c7b7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9f3820c7b596adb1ec17bae569ecd858f733dc90, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4e233bbceb45d2446b6aa66df6a8c8909be192e6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9104d33db7389fa402e991fbb2f84bb5d8f4b6b8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0d5093783200f86fb5d79182f2b7bdb59b966464, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=867833c6d9611a8182452a7f9781603241e515f1, strippedPOSIX shell script, ASCII text executableBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=918d55bf34ae796b11bea710e13866eb71eef550, 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-interlaceda /usr/bin/perl -w script, ASCII text executabletroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)XML document text !%)-26;@ELPTX]aeiquy $+26:>GLSZ`dhlpx  (,15:>DIOS\]^_`fgh     R PRR"RP RR"RP RRR"RP RR"RP RR"RP RRR"RPRRRR"RPRR"RPRR"RPRR"RPRRR"RPRR"RPRRR"RPRRR"RPRRR"RPRRRRR"RPRR"RPRR"RPRR"RPRRR"RPRR"RPRR"RPRR"RPRRRRRR"RP RR"RP!RR"RP"R#RRRRR"RP#RRRR#R"RP$RRRR"RP%RRR"RP&RRR"RP'RRRR"RP(RRRR"RP)RRRRR"RP*RRRR"RP+RRRR"RP,RRR"RP-RRRR)R"RP.RR"RP/RRR"RP0RR"RP1RRR"RP2RR"RP3RRR"RP4RRRR"RP5RRR"RP6RRR"RP7RRRR"RP8RRR"RP9RRRRRRR"R!RP:RRRR"RP;RRRR"RPRR"RP?RR"RP@RRR"RPARRRRR"RPBRRRRR"RPCRR"RPDRR"RPERR"RPFR#RRRRR R"RPGRRR"RPHRRRRR"RPIRRRRR"RPJRRRR"RPKRR"RPLRR"RPMRR"RPNRR"RPOR#RRRRR"RPPRRRRR"RPQRRRRR"RPRRRRR"RPSRR"RPTRRR"RPURR#R"RPVR#RRRRRR"RPWRRRR"RPXR'R(R&RRRR%R"RPYRRRR"RPZRRR"RP[RRR"RP\RR"RP]RR"RP^RRRR"RP_RR"RP`RR"RPaRRRRR"RPbRRRRR"RPcRR"RPdRRR"RPeRRRR"RPfRRR"RPgRR"RPhRRR"RPiRRRR"RPjR#RRR"RPkRRRR"RPlRRR"RPmRRR"RPnRRRR$RR"RPoRR"RPpRRR"RPqRR"RPrRRR"RPsRR"RPtRRRR"RPuRRR"RPvRRRR"RPwRR"RPxR&RRRRR%R"RRRRRRRRRR"RRRRwc6m@Ǒ'oS'.uVON+-M !vd.[;P*POo f #+29m/9-#U3W9#V.-*&'c%t]oNXgXо7 b!1UUoPj`=jlURoDlbwïb/]~lC'bJi|Z젝Z`I]d)Z0)O3PkڲW)ت;PdXgǠOa_.rt;d#I%G> 'їVCQ݌i| bmQ(T ^qKyɕ#\≐tnr8N +0,!sշfz+8=D%n+4DzD F<ˋ) vt`ITpdiÁ8g`r5P'.5/>=g}wȟ|4hhNW< ,RYQ͇@.ՀCpL]v5al,PőZPzTxp?>Sw@,o"Bht'UT`CrYzfqC;E1zO1nK"؀V/fВg`S]uH^ܟ14 c5ɪT%IdFފP,PI1,o+(?FluXg\87Gg=z^uf!8*C4ռ5 gI_: VoT-+wt;/ ] EFKfx\HIё*>O9۩I n2ġؙBҚPv$/:|Z*{{YMB(*"ֲexQ^n}98=[}W盐qۏE8 ۟1\ohr`$5n(3n 7NxFR0*|Cw?Pͮr> L0&i"d^"7v#ݧj+Ϯ^#H$3gNJ+v)p Hd~oZGE\z~!'1c"3~Tڌߪtb)%Fmy(G7Dݺ=V 2g OqҠǘ+o~|AӇe ΅MfǕY$;v ;?*;wX{ZW1RTQm1vѽUNIJF tD;b.PQ"㥅c O®ő ]^Mί60lZċ#(-~JhbK*>Ր 8;N"(,zYނ]1L%׆XJA\zIt"̸Ԕibga,Mܜَ2-[F,jVQgL1.喉XKn/ΰYIL;;i4D|j7U#WpZ>Xo`bMz *,"YX0JX8Itb_Q/YΈ]By蝴/Z1)fK ε7 xٷ<Ћ(*!օZ"72Ib0_J=33Eb7G٩w:vW8m/%+6/ | BercޯMf̜QN,p9Qh2׼v48oػ;>+mX .%d&o& JP(YcqqzrtϊS a`|]rxj\EL6ï97LdOw" 5;etBxn$lMvX@EW5t7Sۂ9^s,Iy[i)aJ}5|_xL|EA*>"O"'V2* #Qco%-<Ԉ1f؄E(S7:*j椪k\1ځj`~1h١+ϴGmCAR*0ۜaj^N! }I%=lהy*/UQFBC}kݔl:- ܙKS9<" r' n|m'ӪbC\l N09py~ð? 3 gn=åvsaI_ϣnEG}dFEa#wa7#L bEaF `5Wc@y` ͧ8_`^aDC=<$ F:-q\Rteؑ( u/hw DiDzdV\2WSҾ2 8sMzYw0J~K}YSf3>Z6I}cH7#ϊMNb^A;=iײNBc 52(G2-T77Zht"_yn-|`|0Ǜ{[-djtRo]vm[$vJX<:p|?ed ß<_h.wirτM5F4I;@<"hPB'7/e@↫9 \g T/*֙}\^ﶓ*̑ ؎:\'Ä.]Z>H4uPK6c"zp\.95蔿F`zIjO;])\ b#\Hg99L5o H0<( r>) V8?Қ":ݧ cJNދu҅(4'hxxƉ whK(' };''yPNIcŇ %8ou>M|rU =@&͔qm+< S?ŵ$E ǟMF# =P_7VIУMغS,FYIS0X>s`7D>*Eb^B^~O)[gBoW"mv0gIG Pحaŗ.nTK)UEaEG 4X.qs!'k>56 "$~reW) jsYEk#V65Gu&e&>m>O[7Rۏ![OJ?V4{NƋ懼ܪ;歾pZ^ʣAN9&5jïS|C>Š",|Gɼ]Zݞ wd,&xkLQc)FM0Z52e} fU}n:~i~}HæUs/fR)E3`y%5{f=ji+`/?'Br+}$MөY.|gˀCEe-WT7NL=;Xq`.g),3(dEttCl5Nq'd-`hbn1)oXw a$zθ.f-L?:xu ܪmviQ2Jn}䙒! S4!oO!\EAqmnk=aZ=݉} #v:\wC񗴪I@G>p<0Κ>N?Iu^R) uiϚ WE)> h&_hJhRء?j t  _++o2 =DI9z@`$[s´d?H߉)A;(/!Crצ??aID\/tdpsjH4(aUq0kOË&?gHV(XRV2H_ſ CBmgh LDE),dk&Kz/ ?X7VpդǤp;=juխ9ޖpᮇYB^ӫkԭ 83&GhB݀}Q0mʖ6GDmAeePNXA|jFP_}׽^h\9@NFYDg5fhuGUĄbr"g1E{]5 K]Mj\($ZOujA4)c.&Q2P 1 9ׁ!-ChDHF+@HÓ$&d n's4 -=cb;[*tn2!%MV&~NXEո{q0b$(TTsj3wmmu5l9}@;l=|>[iS5TqUYhӷ#*5VdϐP!ЙcLH~;Z&ev)uAPc~):9~FԌ؋%k<B'+aӚk1aJPJg ?<whw~o.+p$ 2" &0@/[%-ꐠ&puΑ"D]:٧;}cZX[គ$6nDI][+r$XX`h-x$R4tfY(HЉ`{@:a|qO^OtBa\2!ӅK~r~!Byb~?Xїx8bOZ>P_6J lD3x]̀ənХLTi G saoԀX̜iiI ;̣0w\+b+ dyZ\!ysUKkGL|TIXL2D(HaEJ}TaPX/aw2\]g*V+3Nl]&-0NI=%X;1{l52h* 3r"r#}QY1EeE< AV=  vUtG?@Hnlvs=^?1/Ǥt4n),ïhϡ̼9}y, ōkv91}XǸټ[ !.Q ӺXRzcB`YX:Q4ĺ컶,_6⸲)^6_zNRza̱0de~uB36ڣ&|"jB;3!qd1ם;jVBiϴH(xp]όBf>(+pfp.m66vָc`&ȳl0PG0o\dm KSJ4I8TMw/%iY\3F1zAE󖿚f'c OR+,U17)&|U@߾1?#qa^mhՒՓZg+'M1"{.K,v5hw ySm>i ! nQW'f7z50XjׂĤ/ܧ<: ٠>tTyYjXw.5,ǿ6\OC:J\v:fU,3/6Z9LRݤs")"Laϛ݊ؑ+y `"TlLc^00C厞)ЦIVeov1TMtl=#qC'aT-+~)%G\GQ$ L@ =݊7 4whtLl##[nIuwٹ9p*@TI6f>53RL ft{ecYįVV>X /qǹQ'Gf(_9vIMly2"~̯@xog ^wj`Fa˦@#:sc.NGzVť;mvFQ}-tyv,_t6_ "Lib=Бu"Y[0UsL2,FH "մ6Mƒ,[q'@Cr#T+BΠLAWOTqq NL0~CD5|i"k K}7 7&S8AzZI̓"brZI>9gWd`beuG9 v~qk, lQ􍱫gRwƖ}> 2qe̫}8 @)ɩY䫷({a X YpwEXX% 4vm<~1^V=zݽ%bbEI2j7j<[J57[3k S>)N Y㶻浺w[B$yZ`,Ą `uCB^wJ\_r~mJX|#ӻ Z]S4zTJW:Q`3[射*#TȍysRޚʑ@ƕZ}I2 žQ_ ZE ʳE? 5r𶆴A omɚ;Sp Y&SSwGsM T/-OUTiq*Aruc;(Q̐|{-m2Rr?I*Վ|9 v1O@LSKEZw'E$1ݾ?J+ u&7?k$@++AP5슣58~ؤU)ns: Z93#NhlUjK%%H ,֑o?/m{q J`CR{rV|.wN77lg :\e?Um[)QO}~#VI LS$XJJ暴{bƟH?T hD׷Q>!J9$= x @h)rMiaܷݵV?f}B6|C @D:IRͱKEB3h[PWnUFrڰ"O'Le_1 ı㏸z{[fC3C䧐o$?x]68ܢ>J=D6 ]-,7dV~]W_C &bPYW糂RC_|#ibogn WXA^d[nxHxcśh[ i5S@6VX5O6]S9GB3ۑj[iЗ&XZQІ9Z(.r*IY O[ůM3WFM~A`p@1bXk%1~>fO&Dj4m#DG'ˢ=fߜy'fbalĺ(̰*$//V&\>8wײ_7@VӞp%#\:U+[A/pwE7Yh7 \ (< p^N_lz|&oxl6c֡H5sV\Ee MφW۱jLKOH%GF7,HIh3 mj6rrK;bѼfAUDr"+XWr%0> n}0ҫd"ivtOJ-ajWD5VDtMh] Z&/u"a1L6+VASMLv5^LrѮWf_2=ȱ1,h^PϜLFfzI1ouR\l}̰vq f6>pQo"kUmQ-,zBf\#-Dͬou;Wy@F~?5Ӗ7]},+5'f^PtxUWsbIvɄK Eun&3q2j!%TV1MTZ~EEt%.33O"KwEooeNAO<#3`Z0gIՔ=UqWެ[rK.)R x l fFW{A@p R VkIσ@ ú~Zo*]_Yj[ }=H)%"Jn6~+'R;ţv+~TO~l+" XNQ6{z>28b_utWlj`{ף+[ڶ?TaS_9AN2 d;Hػg\r3 \_kS(ra#_kደjsv <7Yds8FsZpE-P)QWMdU||D3u1^g{'&r\سBޚ,\~,Bw9n0$3h1\A/W5O:!z0^s[7v]I;F.":06#NPhn"0jU}qXua rykȣD[%h7/ߥe47񪜶#0K1rWNTIkٻ@jt$sw v?/MQ=c2DbGZNdNc#XqmϣFDhul y˜2;-4`IلanO,q҃.1f8!VScYL7bεOuz3w:/|sѣ.KyAF~?|(I 0_oBcE$p9`> J%\!ŊA.tcw?w9~lXT!ۛie׀bz-)9/9cϹ`f+K@CQnVPCON,ZlƤΌ7n^uTNRv]^xaC50ua ;-Vd q( r4A}Qois,|b-zc.3T@~K 4|nDYcdvp> FN9)A;ygKfC;`ceT'@|BA"\lhDZnz'Mӣ+lYY9r?nvr o !7a?U";Ss|Wm"G!HP|-␊1,֌伷i 0TQ yJAO~|%-h\("T99lŰ40\w j^tAoc w+%^7ػZ[`@姏|/^Q󳉢Y}_;̇ +4HTW2ho#GM Wi b:"|?+ӁɣCML6rԕLVڦ`EqB%W֔-j-u$X ?(Y6#l 6\V{N#74}d0weq_? g gPE"++{k#(JR#^,&>TZE41q|tL_2FYd#3˳87:(zU]-Sm-;<rKly@eu)ZS42Zrlc laZqj\B# rsv6x_BV}rS&VtО9ɑt$2ֵ۾~@ 3n(h UHnvLc|TRKyHFO*~ ~j:d';ۻ?X>O4JO'huۙ.SVBISFUM2>Vn ֳ%cHcB?Zq:Kmm!'ËFrYg9>ZJ$]uKi. s['* D0dKNFAqGm[m Lۮ1pҶ:;S}cً'/Z-V<'`eۊCk8#.dQ,!' ߃XPJ3sOɡ& HIRWRܯ-iXmLx]Hv}hqHwE\\i0\iG7h`64ꎨ~SX|7X+ fq:}_'@/@j.CKυ3G@*o$otߐ\rf6+[-iMRa@*o@ Qg2).pJIFO-9R/m%B.G,EyL*5[cW'{8 1^ľ{-h0WS|9.՘9+ F9J^͂ukg>sk?.1:Dn< (v3 mv:Eg`\p] XW˰4wI(X5s&g$ Ous}4pj#pEy;8`iUOҥ$@\쟽ߠZle N@Uy:z64&3du R2B7%0g4eL8C-@V]hbh47#?PlK>ؽSQ~|8?ꝵfSX K{s~猽/>24/!IKBJ F R\8DK~޸<+/sT}o^堀&~|Y,E;uyt@ׂNn1{BǦV_S?vc:>`unȑ;$g U.f{1. Fryb1\쌽 | F#s6+ +WmH3C8| 9HM?K>#n% R?OhĨ:t' 8_'U*m:4hS$EĽC0TxYO_LW-$U<,rYREO8dݾ{sviRa c"m$3sڋ+TbyBT (]/*cΚXx?2X 6AًJ(Uu6Pu>Ԡ\(-uͭo?{%K2IZ%Sj xF=33),G9 zwk_fR,P(wkbTwܲYW/GnS۞ĺADfbp9M_0rzKئ0+tވa5:fSOA`m*6> {lA砫W^8 ;Vr<@ZJ2/r|Ejȧ \,Vڽg"3 ,Jҧ/mbPLºfzӠQY嬴'T1:;)ԥ#)eT&Oj]+Њ̰B秇]|+J{fͨ0._I| b jWO .j!jE]2Ljh{3=ݜ Jh1~H6Wmi8R+RnAKNfЛSm0tXI%?ԍnd΁N@E$Hl]EuV/]ѳx,߰V>m/oOY尜U-Hbˎv;] Cg[|Z_e0iLq;⺒wȵS+WzQ|<%E\˨Z 2dRTV G>T<.w r| %h^?S"8 )/.r/X}eT;k!irUg Q4F/MYּ:N4ֶ3E8wH-,$- ?( T& o>M/jj  Lx|oAMĄ.$cU5"n Dx`(SS8%Ԝs %8@O+(0.I} }aA 0yj(-Rmhmjb/9]+V 1J&> {pAu"1T7|c}!O%*])jU9|w= —?b7? ڭ" ./?xA1>XߓJ cn l(RM%] =")NPK_[6m7'8c'DR=Aub})UIIL`rjҷ<CٔV鈕%ID9@TCMYX] [\,3kTVq(B&ea>U,Y>2W'@u*t2z6a=% WqJX3E3 e>$i}pC e !/ʗdgB㟻=!-DlϙblPC_5 c5b܌kJ8{6'Za&Ԃz7Z2s}9$*۫8U;WDZTR6iؽyO6.;ƥ))>N h c-@HOu:gCUdiX<_jokwZ;$/z(z;qs@މgV%Ai ZR7[p:mU!ܛ4G }a9 zAT6) TP1 _ 40h*i ݫK46eG"õ4FąQ|2@VgѼ]>'V~-3Qz;SƆ,(4&f.8ec+!4̦4B5@\9$iM%37Kvq$YcWf_D?-=ʼnJX^s wмXv3gD`S> ACH:.bĸ#q?}m%nQ\ m?"M9~TI&2q?:qHZh]ШpJ;h>y'>xJEdi.@U@->Ͳ\:J6UzSLW F8C ✒jgHW> -= jY% ]//AɏԕAb1͡Awn3_uvxv ag~bCCA8ǖ@xfcd@>x@ ]AÑ'5d#v I%4nͥu>+ɋ T<͌oP~>,x֌8#Ffs/~&S(oLmi–0xٕpu{Sn&a9ijSKS3xj)0H Wå|*veL5HrQDguxc=$X ;CO{NZVPZi_1{Lþ??ǒ42B(#^"'$یuBJgJCۭ0;`KӂsqWa&p+k+ƃV= 9քiWi4ogRm;rƁ`U{PhAvIKDF&Hs4E0F@FD%RKx+G|%oBI6ÚdLP i@ Skŕ0&|/6.ev A*7 7>hX@h}cHj|ʊuuv:8ZxL5Nd t|e K(? \11_ W@ݞU-t3I?;֟7CJ G1_\JGGm_u?-FkmE,jks mӂR$= a6nZj9~t/;5i0~̟K~ßIQTT7 hl8;˨oGNi͝L̦,&:4jϫizmǦ\W#IO!ތޫW"9IQӉ8Z0aȴo_EHD+ql+ۺMIh )vtwI>BLM3@ofR&8}BAZj3 osfFs(pKKu;A)j|xA AۣFnK4OZ9.SU'ۆ]ڿEO,v#Jj0a-?uՍrC> =ڃ.-<`˥ӝT%V*;A[ UV! @打#rJ];ӚY; $bހhJCv\6vF0 OJ?3xRe/v(zQe`VQa*Ve؎t΋<L`v`Տ ~88{-0cٺIB|?z㾺 C<,(S`47T\-Ʒ3Rt6uw%-̦vIN(z9w~Q}R_d*Ef)F&/ c@`17D m} l[$?nv~ɏAr|9QȧcH9NJn coU̇=雒(m2:SX`hfw E5=A.͵*jb$oS9fP]^ ˢbusw$LXKՋ:6?=Npc@`i84 gvyտ)>;Vu0l:`~,9K'Cqy:hP9"_L˖υ}ş+6@lK 0d݉q7qCT=WR0M&ږTpio}9sr99Ϡǰ0yr(ps>r7PY@…tH&g|r oo^K؉3noEa~y y7Gλi=q*c[yD;Z)ePe=` +a׍@pbQ$ZmAaX֬mkUk i79K)!7|k,T&:lCGh Y'QuV!~R酤82?H:+dӰCrE"S#ӌBOe_[)-aLIi6)Pා1*IfT;~mGXD@6S_qtmPW[*p͐i8dwqٛ2%t]J9t{ vfoq t_wE ;",mz,T!r.b5mPkOZɞ؆ vk6RZ8ɭ&e>XҸ74۸QۣoA7啥eB7PH\|ӓ >dC= #pj=msS$20w3sŖ"qׯ} @3ZX-@3v0zOU 7V$oxL^Uc2m'A ,{,`mNJzhȒ;$Ci !{JǐU )lJ '8Ѩ{T*J[25t6CF/*MmI]*Esΰ'뀢Miӻ5ҬӸMI2.nT 1.E9* izC&!뻉mwv0"teECs0CoѤ$7tLJ#;]zK-rx%8%=g.x}aj~kwj),ɲ`w2m ꦈ_7yi&^>+f|SvWi<>JaD^E]~(tعcժ1 B0~j޲|`]߻gŠaSwA4sG߶I]μfG]Q7 Lo(}-1K ;A ; i&LԁV B'l :UsꎃRW1cEΰCfNiwb,_0\-xFѹBOLZ%k*&DzokxLMnH WT2@G'{}qP_@C=\HJ nwQ?g'FQ.* v};%nICqRʠK2-"<ǰtF 9‡^rl=ndaT|q2pMqgrj`Du;DS3MN߶)q.'a}g /)qNEM~ XOّnkU6jMӄՖp TFCmmR 8uR/ܮ&xp&v|%wd,Ul1H"妎oJ+&CD9׻782|]g8G6>[-A',h ǟr~~G>K7FV^ ^!Dbҡv9^.X `d&k,!^LkzZ0Dx(]6?-{m jr^syjգy'pdz~8z ]n',}]V3o[JI ~#0FfMxKX}PVơCϒRsr޿Ï*eC _1蛉s>iJ{x<[̼Ev9m sxIjޖWu{wpM)޾)$ F` V(d?[ gXy#b l rMg5{_Gڑ6CAFz'?W|f7VoSYNWP?GJVAPlWy1s$'hK5!mrOdtLuq[ lrdhO^{6QVگϙJ b |~! BOȩغ$ZXHnĩhw"W*y6{6] )bYwK C:t83hX?Tq8,YĺK/dX*^ӉgsQ̺7 .Qh(&:帺8\@#b Iv\*~qNS,6w$qF qF:Is^{]uWzp ҍzf|UL|et ~堠X㺣\C.N{7L^ˑn$?-z|//N Qph07vAe`׆YD=z F-cVS~&%䮬|})DcFFȎRc7r6Z 4ˊ aV\t,4^ςӦTIU[=V+FoXrw8;kGml>P9N-Us}U8914KL>0$.}=` fG"'\~A>bn)}K{ <½+*Dp`d ,|FdRTf<aE=G;;1+SY5x"5:m)vhgN%\7@7A,Zgܳ!ɣMOP8/Bx :-e[2$X5LÎq's~}N'ځ3jKU1lA%FGk™\bDŽZщK%AY=+V0N<_tb"`%gbGx/YVWRz$P]N n>IcCҔ絞 l+T^" =5vҷZ9b@-SBN{M?1<6jaK?\q<|.hCn$_ՙgzԎ7BW`GC1T|Xgɨ|4ܾE0 ¶X>3Ζ,a.A^.MtO1AGA:J|~Oe#YyvUR\V*|8 |<8Ҙ7y|/Q`%)6C ;,ə%Eyo (;;Hl _ uŬգ!`"?P:iA7yؑLHK:n7;< EN xF|$G—vpq(0eO[f˅\#[WVm4%<{YV\&}PdL;sTEErHsxM+N<Azl޿yGCaDf)i% t]2L%f~:)ųd6 1I(Pd{n&aepZRzNep`aV dF.`ԙ ǀȒdv ?R1nևlWH5/JR@ќJqa(JVBQ{9~৚vek<h-uRN=Fia\'1?HreZ&߲^};7# Uo[kʼA՝(s8lȤ蒘qZo}uܰ >C; ^}3sC.=o'dv`5KPl˘Et/ ! =+B͂;kWb 9Vi+ϋ .;;Y~ \nU 3=1Yp6zdfT7 Y5p#Dn$/BqQ/RѩPV[.ص0zqM);$B: ?e3ػI4mZ2L3ys#WX;q{MHqCAff_!#MJPVf7N AZST+2ƞ~pf]0 R\}ے5"j[,+^k0XFTca+4{ɮ0AQtz6,zy eaf4q̭ҟbn 6k_1揄9; .~O _ 萀vm.y(G}*OXjMF'nkȃXCiMTrސE49x؈ac -קdc I(PidtEPnlKʻӺIKomW̳c6Ym_>*f>%4iNƱAa[M羇CH* "_\|gD)k7 f촺{p%4; ׺Jtb hXGz紎K<< I3u *0y&ƺ3ܼkLz-[&wiz㍲cv%(\~m;1_-4ƣǽp+(b8!dD`_6 X$Vn~[R }WKY *0б52Zeٱb|QBsr^iW2:k<ϥ3?>dq N1 D×C+tqp;V{ +]yǸ44,_cVC Y~Z UJ6)p3UL|`_(MAjE1b) ?>v1jVrտ=aO nxˎ#5iRdV Зɔ>8ޔU6)a°oF -$ AuYӊT=IXzԪ"S) PKU~m^ۿe\,-L}-ۻ’EDQXF1 .#қ6#J@F߶.ԯ0;%#kOp|trD TLOZƾ"2YyS8Nh\b_\ ҄O עYY{?(ej#rܱë(6oNZm~vױc L8:1w&wK9㰪F͠C>5sp `C*$:Q5Gj>apMYMev1z>#R- oϧYi>K:Tuo0h[ z(Fd&>|ǝjvT >I_lN a%Ɗt#/@i}d˶BDY^ξ/g$PpdxWo-k\S앨|3,B ._sȆlRҬrvKڹ<&ۑ n7︴q?cW'}|p@Y]j'&nJ^#r_ ? lh2xͰIVo7&K_3ɳuΙ,W 19L/`XȳL10=uAEsO <~7% qQYrڬ֠oc(y#zAO90Ia YOKv aӱB; DydH|X6A+-mUD ȪNJW7*:۳} XZt"vtѰbwA ]l8>D`&Gx~u1Q**O(VLiH%Jܨ!ML_Qu:L(ckw XNGOTchրVM ¿nCeW+SͰnrnE=,>+=&E gaf`i21 )V]-?Dr7(%*O uqoO`lAgF"*1 ؙ" ܯKBD_PTF1AACm;3nbz}6|;EQ^]4&B]=B@/ 9*T56.nc`_L,t#%J ɋ K"l̴[h* jJ%3, ;Ka89fI|X>`bxWnAĜGjYL~'6\$1-i waNmYgv/71ݔmC>s!\y $0*K3E2N;2IeKb6H뙧ioNzu.+F'էNhUU }4olcLof!~z OĻ Kxrzn%۶,J+u62d;Qnt5PucSd)%FOfqAwdH),E\|B ,J&bJߙ"G>BS)Z7}mY$ 6V]UGf*bL2YwQM@v'_Q32~gib5&o7".TTY25$.{{nǬ :3NĴKlb@"?v8/Я&Q~8&|?.XdzZ<ņq%O"xM{pz? _؛?Lb1pJJur"u 0vbg<-EML<Ɋn]Q/JY:P΃L@4[lAtϯhiy}`JlE_,E}Unnhy2+{-|P׿cۈ\g0TDz'Xa> Q 㴽@82qO}WX ǔ{k=v=b7֌hg;VЁ福Z`'Jc-J =ʏL2i ):~+QR%v6+sy{n?IqW^XOhS/dngٴ֋8 ̓ͨt*ua=Q{hgƴ]wW0@>1iFΖ"["gA]0^՚5x}`*26x4^7 m/[R҆` 3g@YF@Rcz sԠFt*.ufܝr^%踡ipbNL{NuRs\[HSM]ޭ׶ыdA7)<2LkHE:]3`{aY6iĒdIm614t$J_ڇ3g_w`$sGX(Q)y2># {_ :7cZY$VvW cCzЋMX9fZ[h=o*nJN b-zPQL׸yYUA:V,^a{C.IG!Q (_a7PzuA9I<2q u! u&Rg:xf-iPFS9a&kD.KEG sFlhw2!7Dw!3OEce}9{c&'ijBGIz!4ת,vꗀWaAOӊ#/M ޏ"eZoͱc1ߒBV5bQ] Q|['ٴ.?K/*k.v-Y$#0Ǭnk["Y%4nP疼M]}nea+t n0rgs޴PJ"QB #OBm*A]{ Chye$ѩ#ny|II$qř)x q8'o2 -߷K TcW4N`̥CaMwo!f;j b=8iFńhNIџCAm` G]CMVa=a Y#(5Ҡ5  b^!Ib153pPFJ9r#kIC"p=*>O` 'U2ŎvNa%1Q!> |zXh6o xY !$?LmyYW =@,4e+f1?׻؅A&ɦz,#9~e!BsdRwBEL?MZ[8MK6|촎>PJ!I$"]/H"נh+'!/ߑ|U$i&Y#_ /y4hj<s5Z{E3bN2*J d2;BԵ-J,8"A0 5U3"EJT#6sGib0aD 85+X \ѡG'J- Cj4Wy"~%D7lu{2nv_:ꝍqD(Jկq-W rH\D\AgɑȔ:Q9/HD,3i_T6-|IJVoź]0A2-wH,4)'@hLB\gߩKz wTCU|MJf$gԆ2>lC$r`H"&;r=oF SS,{Wc,X7II8lq*"G,ZDd}q#|ZA1\#oV0YUX wɴٝ8zD<`Baؤa^o#4 IF eذTgt53N'IƩam@) ͚/~7أ*;F$ WX`) (ݪ-[mBjRLP_vnfE-ٙΙzxS̼gX,U^2bhóWddaC#ϊ'xds8ƣjvgn!{[75v5'O %"(?FJ8:X>vV(4. kxLLEu_WS&܆W@¾x{)Lc>mg{7jX1vk;h)Z!t8Kh)LGlwRX4Cu }r!tOT!15Ǘ߀@A0, 0F'X;= YS,WvgdIFPr%urwU IʁBp]?nDʙЀW8ylPndpȹk򄟥m%AU{%{iY$34stǧű.m*L~#~7ZDY[LsLvu8d >̔}3uH6]f`WMdŒMsN0Ze@*4eV9\CWc.~ody1^ym똡r!I{ۆɪJ-mz598nmi@v)p՗f0G ~'‚i.d9bW02)3^Ѐup*5a|E:vOg,s3lU { Ks:@.V]=&#˽v`[0iKhF,BfGksNQW/Zf•R~4ױ*4NCX Ąv@s 2a?q[Hcж{0z]>+,U|ֈG0:m窖g="U|r'>ȷp"mt5V6 p|yWҒ5dd$iڏϗw,xXb',McJn0?ĠPkˁh l`S#}'jY8s{:|rwu_ڣkI s\C73r@ D}|[w!!Ce/&ލZږA֫ 0<;A~v7UKl F ; ԒXlFW 1BSfYRcͼ#+3Wp>"QtR'Jf/I|;g%G`|XQ`T㧞8F~@:DT 1)Q̺͂goeݦ1Oc6=|[~rp[|.G[ npȜ]ߐ㛿үzq\Wv%Rέgn*ŕP1Ҟ{;AJۍmb]B_i܅y5gՐ \a.P#?}Z1ljԩZ{?"zPmN#?rT i\hn;X%okhcz4yN~.4B``#}Uߐp!Gly$kf3(xcFQxʰ Ҭ%!Ŀ5Ȱ3ukL&v }I)g#<¬J8*Oaݦ vB72HIpcoBb5B+wYŧ"ymtaQ\RH8jE|uԣ*…ʏXx4)!%7LH5 'n1qQd%.Y9\Q}vHW`Ƒi3,{7S!ؿI/+Z#8M%/vXhe 7hԿ)tJDT IGM~e"dK#j'Ar/[4[p <y(qnQ_lGd-R=SO}٬ؾ-Ѥȿhc&5nɢ>7PSz>:5XKvo8Hα=~;TAXE>L#< X`q/r!p97&|[ x; /i!rp}W=T6{(.L+/_QĈX":7)y2UE_8FNP|^K\0{Jd}^e2:^2_M)9s6.%w{qvq]MgsK YV=MR7i%m(+JMWh#-e"2$g4<Vc.*tg#F'(d'{Ekۣr{Xc [*! ͊o^Y{O4~ i{ԣ L&GV(ӀBPUn,8NftlBsN-rK[ 'j1 >őb'(껡vݐX2yZ]0- “P#gkv/[ y9&š,aaYLۅ:ѭmg&xp@.߼b b7@Vg)+Ik sq}*δ=w0qLn$OQpmSy`[1lVGkZfs+>w`v ^& Yئ#<e4)K_mjy!_Q @M6,.1a-׎z9>vU`)AbaC T$WA…ԣy*1w$F\}۾·u&[$X"UCidv֩oT0)vw;6O˛+ɒӓp-=epG'<[*AVzI:(V%G a)BCXɏki2+#@ tThL9Sqz߽Pt T2k| t@0o,rlIx̿7i}/"ǰsZNpBIǠ4rp>ocm^{q<*x8mJD  we Sj'JY̮ܰ_U8j-E/zzvjO< I$_fs[gPEG*Y1wcaaϊ|dO΃L{E0LaA ^5OPwV/ԖpJb&z )?֯O{)67ypFǨ؍Xk,:WEs٩uQ ΢d4/Ž˫v7 iߡ5L:\7 v\~,m (bk(F;gLCVd(xOȘ/=uშ N| HN>\ > ѴA0jOvEH43LN?KqJ ɠ>^MMˉ"pfzX @O-;̑.jdlWQJVB噖 *`a[xHbfMs1eq3=94,ϐli79~<*m!+Dss? $4.6h= 3PL0ہV-^7,o&R:[0I'yUk`#qw&^M/3ȱD#;QG)wO9ՓUޒXe >v@`05 % :UyHƊQ MWsٙ [&|Z|mڬm$G<=74E[vl1̷ 9Wu8BKp~";ߐ ; t_i)Kb97(T-`Pk<|5kvm̓!.AZ)|0r6nś|Ou(/Ÿu}o$ 'PR(C4,ho ɀAi87Z ltN5K|b*;i 2N'0H־4(j>N6s*.(͵mVLMpG$mϰktR%RpF> HQ& /iQ}C$EԈ-m)[3RpؽaIQ뎥h/nݻ۞ ѩL^=Z$̜k٪eֻbBrODmF0/ Mt0fW q{hCeJ%B*-ќ9%k+)5 \P1xGXaLCAx$[ A,FzGn$sa4f +M1'vSRc]3r{IZv7Ʃo> DN痪,sZc~@I{" ;VxzQ-!^њ8j8$7O<^7DȮ)D~ۓ%Ԓ؝%~`AQ5Mwiχ>o?schXF2Ʉs35ǥ}p580vWң|MZGQ1(`<LVЮ|ɱ;gRޟգ"nwF_gq}9 UhyCs3M-v^`,6Ԉ}s!@yl9(8g!67%HB2 Pnw j]ia,=,#`A_E+CāsdE+ebkkYq2rB~|'KhѭP(%nb;ݗ@5J2&'b='f1^W~ܸK7it 㑖"׳D:8>NxAw}$_t1-+cC+0!N3[?F~\b+U/}3@ 6RA.{^tX Pwm=os[?A K㒠 0$s7ܜ[WxA S>hQ$t40A{!X !۱^YP"/bn9X²蹎7ک]a":Zg,a7HwG$NzC=&Q/)(Vk8Rh9S҇E_sĵ9E9cTϏofɏf25|9[cՃȁr=!Uj:rKct%h2{7@y5/i_QBYGcj^K_ Xϗ' @BWG7Q/|I"Θ[(z׼mTrj ɝPJ}m_mU%8^`.+6ftcy7ltɀ-<ԍ=maYlXi?/3ԹoWu:/Xr4/WcAj->)l{f{/u]=Ha M_DE b2Uy xOMnZނN8Bgc&DnqղM7Qjי4̧a3]+z[) {y*q=\:t{S_8_t=8l^p7z{SZ]β8TshiP U}ǡ,NH@b.JBHe8ZxBGAE3$- DW]9H%rŗY+J-C_b&/^ P]_fYTxRsOu+"f%c*=俴7OMW_>ocCDE <'PE%Ӭi.Kr˨g&l9w*8TUdEӃ9ˑE$SwHdmMW'%J_|SJl~G2w&S7U5wX0Vem9%vFdǰGM]_F˨i-(+5jzv*l g넳fӯz=9,} 9TɃuLsinP냷6 5!`yux ̫M3YoD/٬l|ew\EhTYl<'FTPLqstײ,K^ο\<]/ݗx*tm==P9+LcCʇv8"w_޹9"i+>EZҺ}_l ά7Ù^)K%΍K%'|NORay(AXDŽV@ a\g)l p8?ԛheBIڌbĦ87cafI9/P.p+< W=duRkkwR$ńɔwGzj͜d.j`'A+(cƽM'U*슍G,IнY'edbHxN`3f)˜+ Fh UKӴz&DIS@ݤ8Ki^vZhf̍/36pF)Ǎ3trXI֠–iݢ$e!5kx9g}MNhl ( CF0lj q>ESxgL./h>B 3_,hY+0 qB9R!s9T)=ByAɄR)w %#Vm"reaS˗"+#hȄ% ;mX/(e+yD@Y7z5L9da^M19iWKQwq%fȄBofCl5 ?QTR&r9/؝sԬY˘" ]Գ+w@@UZ+Qa#JxHbvC3)ea 6a֔cQKP\D\}'uލuF`TSw 9My0mfME }rp\Lbi5ymhjeud"eDh}uXw&&Ѩf2Iä 89px/̻&hc8cga.U9+1tI9w-ϴRR 5ߕ~VHk :{]\5,h}r@|vl)\~!+*|],;/Ĥ=@D);1Mp|Y`RcLY @STre:~ãd u遜Y :7wضeEŶ?it]4вJ58Se߀dP}gi,n փD-tp7JmtW'eay(1ڳIMeFV5X{U-;Y$,xvBaA] ⨨Cig#-Vb;W!w&w < za4/1no6*"JkbU"W1r:۳^ +Y_QSs(d?؂22 RĝВ/^J[ps Ц=[نKJ;]v+m0Bj af|B؜SC'F ɫ!oma04Z5Mh^d ei ^ ҎT|rf7d4<Ԝ%b3z\qSrj[}IZȦ7lLXmjk/Rf&\A[ hj2x ?S4`~/;UAp_'Bj%Iʯ& 2gQ{IGb(Sl]hSttAYm}( CZwx.JQg]چf <5(u:!VD De|=: Uwl+>VLcb Ghw}â}EdmǿmkajNN(VC݅x$W1c]yM&LX?n0W ӜdФlpG۸- T2[L7Ii%t ;7Te1ôu )R釽rKj _ ^[x) N3Ijv{!"2z;njrɀz[0qme7Hrd&/ ̈ v-޷T^/7tH/H%~fCdx&~QUt4&t] ;X78gw}J[Θ+MEC'KbZ3]l_vt7x_[h4qyԛsWB7`X1iȶ Rp5a󱂊:o;G(4 RHe]mó(M*ٖƐW^:hgI  d_<^9wm^RV!ꍮRcVllCNه{~cZ2_hy)M! aT`9!*M+ZY|(YUsu[ݢndEH3PzxV pӧ-coiy&ǮtL=Oތ̄𪤁ZA:O) 5*Kt\oЄw ڐ%8oHn8?S`;zP,:|yD0tN(PCJϳp ݀oBs\@d:ozrZC#8SchNqhbd]vJR2Ziĭ?!?"by:JJub~zTi좳)q LPwS$VZ0V0`5Ș-ўQrKT*8mlBNj9AKмExإ W:dɶ2\Dv3]slxX|-V?i3 q0J@[HctIM#>ypn] F.L"CNOqiPl9(eHRR/Lp*=#Nr$Mǐo/$mr&⁩"7^AfD_v◖x1 ىKpts,]=H%PgѢq; z&uLj}ܪFRLhF}L߬ 7{fym5P\?G^%HHN_{kd[ d/b.jr< >1K,=>rk\h593 s2g9tvS "E'҈TY I:Wm)IQ>'pS8 zor4gRtx'X=hd,@4XwH3KvzzK2 FKR|NW]o,H; SS)Yc>KP39E8qiNpPTI^SI\@L0:$l]P]5Rw'4qrFa}|IV({ 9&E4ߨiIYqȓb{yº`f4UZ;mt?"$vpr1X"l=ƯI Z\n \3ǘ4P a6u)gNf#OŒTz5:cP' עx򜩮aNuETa>s)V\gZ($٢j{@_HOu /U[qVm OFv^܀M 2-x<_]ִmjFmpǝ TAhfbD ǞO&Կ&Qބٵڏ8 k\ęLgA(9JGq"vހtfB)P8.YRjן0̕&;J=7Oqt3/& P{_/VGnM޼jJ1* MvfTiلľ/Xad(_IDG0C)x=Hx܇ن!ɜZ@Z$<-Pq 7 ŵ ⶋ1~rs{teՇ7Aω40pteV>> jI+'Y%IJ" ;E *l? ]kɈ,,28;~ZmY-_"%F76I#bVU}ȹHoPzV75P$f- *T.AgO/̸!Rׯia谗$oiC*+ nbP4G*!@%Rt;m +_|nA7hU7[QO~wğYW?t!=֬eMWpIAY7`{&ZQ[MQM @Fx?>U oW+-T0ظdoZ~Pjbrjl4f^Î==о}b?Rqv/ǭ-g]P2u \cE#:Vtj(n/K(Ld]I2Mz4`Up1-G-]+h]n"3VV2>M,XY@6$CAYߚ 2?RafVUm:goW8׳aB~ܶ׌ 7"z?:qGt}l^/ik3myt::g@PP&sSls *])QHFƲx]5}`WzSʴU|F#UBXV[ v(J&9AEo[fR }hpk-Y= %\d$ , \5)Mn5(ݦk~E #.Pdڜ ܱZ͎B$!yR:FIX#471w=T1ȑ[}0>_D8F@iY)4z6M}0&/Z126eIzr(K-FOnt9C`2+$̗16>Jt5#457袆Z|9O4qoarV̶0)37 tBIc|[}a~eS^~U"oR*=S`eЇhI! U,=Ȧ NBCx%mK{Hm!<df܎ ;nӝp62?FgNxA]Iama?)c=]U(͜P_ tDr :Q%y xZ,-cjrý ^e=Zhc =Jzp v< GمsdkLd(Uѻnח=r9XFdva}7 0{M0:+3g[Yh|&g=vwRLTGЋ6QL*4tnX|#_m}gmgfdWCfCz5y0" 1S8Jz+giB8˨gWL7wp$d +绩ʴ_&`}we}"3f[)CnR}nDŽ9BŒNwB:)Fk1KEƦ?oxgtsOyGtR uOCLق)/03R6mٙ(2%ah Mx@k>[ ,y22[FDT ObY$̐MGAnijB;۸{SFOPKWr #,# ,~nxb3]ZhT@gŏ-1 =gM0<~,ĺv5m4JY]v8V ,u:}Y8!B@aPݯ6%j~/$u8Oy1l*󙊟>{.`] TR$}Vpj]*ۢLEc1C g`OwrvUU P|"E%~SP,![9|VۊHV!*F̶57p-J~3eB\-M&0/P܄9#Uz%lI/vH,\* 0'E) 5Ys^'ߟ 9}Y2#gt +.3f{ %5 R]4=CHΓLi!:ЖO $dG,,Z!~]2i,$nQ)2멡-*Ӯok) 0|?NETޥX A Mq?~‹35 .Y;P;Rׇ/ }șnIZPZfx˶7ۥd*6<(LJ }CncQ5Je\_ܗbhS<w̧$Y™I {gt?^:3YGYm >p:DNxj l *4I!rfͿ:p3[D Opi9QنݧʼDՖ]4V,] {sNRv>F3&_Yz0[mC"@y1bݖ:gWL[ "2\ sYqFT$$S̄t4 {&]]lG*>05֔twP >P9rNȃWfZ?AtG29 _74׊ zyj1X$+Z;^?DMFG*D.:m1#YlԍO^6&SKWk;8EpAI\܎O>3hN+nImTރogry! =}⋮&\+"L4"=ڱ7 ;M8)OyHs&rM&yA4]gh D ڎNB/sN¦AB1`xW{?xSJ[] K+?>rbC[wx }8/iB7368DEb.¬ߨrդRgQ/{bQO 22apbl$,dh;燐l8&u?T\8r t49K,*Sw.w DS8_ ERJKPVξXj AWQdϪd60ՍfegK1e"k`!Ϳz(O>wDQ+> `,79ewYUT Gtߥmj?r0eHadJB cK%dULjQxb**]K>3] ր/6Bf0G^>zMGC΀pߛO x&B[r2xon1&E,rT!?Mw hՇ(Wʞ?"b񏋵Vi5|?ӆ†p# KMBAvO|d,E)wѧJmF8jm0Գ'{DhȴP~W{ o&(g#$pLw_-?βĥ&^w0+J޾mZGsh"ێ?>9[80O?x-^TC&u*BAr!窡ˌ]29CZxOi[Rm jZtE{Es(? \(8NT@8vԹr/b;pܶOy &TNg*1wGha0իT7@+ۡX4Yg;':5hRvEʹED8~PqY'rq=Ϩx~{:z%5OWL$sMSys/vj{>\lAv]]fipOtVP&0mWwPg`H %6Yf!Ej)S\(~Vy1c~GC4]<#MKouZiF*KA]7^Έr &?34BWJ-1Cv3Wū2 ĐFWmb=5:JCYaO̫]֤gK`Z6A5 i0~_lELB}PDxg @(iW&lgy D fYSnT˅9&1D|;ޙLPZ/u:?38~ 4,yD螧޺^gYq D5T>Xy(Cm[FqJͅb[K9DIN%p 14]qF'ѶӔ^Yt%y2XB0ĤqS2:lEq״-VWriT,>iǐ4e طTyC4~H5A$&pEלN6$rA &LhvR5|Y}+J`[8I` 1(a&M SP! ?m`pJAK^2>N\%G꓎풷⤏+E//D$6!+RjM mAKİ[qrVƨ}UKUs9:DnTt?+? ʇW(YXJI~lcGS(0{3&xy; }eiQT^E5Y(m}o7ymm=-o&},*xrAh=D3@酭Z5rn"JY JXG(/Fs̭6,$nr )( M Th0U~G(aMhf} Lx4ۘU'y.O5TO{ xEBѬ  A*ށd>:EysqH-Ⱥm~S!Y4:6Uj}IsRi]aw#Go_]{$~P}8q1LJ>}rlGQ)u;򿶔IG[Cj4M& :.p4 N!ZƜD-0fɎ_F{kn"xn^2p,#gb5,lyd(ºr Ÿs|Byz!40|*3[8 :(ވYUF0A.Wńwò6!f9ť,*55E&37=C*K["sb)Y$C4\#i'xǁԩSM@[CmY t3 X^bP2PFnpD|%W1lF@e$EsA[8E30TMj,#a Hxu;Q3I^hB' Aѿ3HcqFMoqbφoz:[!gsD0O= \ ^lܧ鮽rݖ췒:,ƹN37.NN(+\h09%^6pKHEcLIvSfzAi &C=g '}'4Mh^ l. Z V FLknӳڭ7AvΒ푄ڢwG"!H2^ռ8C|!'<*{wמ='-]ą#ϲ4L rm>ۚo-l^x)1ҐKz _>!|~j9{G^ygG(o/uNS#ߢv۱s齕eN5yԍ~cl^(=Okf ;Ef}ѼLť[1ȼ@:iR' L|/ȹ$[*ޑm¢.U;"dJlxpe6yZ-= :RIBCe \mjx%W;lz}3ZmYpCFU{4/tybUM|8LXgx^h6{ 1hGTNI^r{d"+^s/_hpVx|d~%cp!5GO#ϖ|8XeZį^XEbVZA]xh&MR^re褝 [վuׯDJTE0KT,(Ҡ7  |;|7?32Kx nި%]ў.fHoE~)1r֘C!Cvv纋X%dJtD s2f?_=NNKtM F6}p{[۵, cfۭ(`. ]KA/jRA2zNiWTBCR]>lBw$qg8PH[eXa3SI:ΊHV+[80lfB֩8RI݊9vI'K2ʣWeǧ: &r⇘&2!Fmv-qtٲ"s1%qG9ۀ(`7fb] X:ּH|ev8RF]IN0K mcIN)N{qpWiTeW7!y$ < |ӤOz-]r1%0ډN_%ۇYKĆb]2;Ɖt5CP|PHLDLgթeh?Ƴ 4˳E"a)s7w]# MYMY86}"` ;.a.nл,\@fRMl[D_yrKhlel6HM p)fDB 6DThUHXP6t-#! rvOV";گJDL^1m{#ꀃdn˻ܧVNx^eED?+p45qɹͼJ"=  u3 h-ͱ*A6M*C/L_cC`cr+c[/2)K-Q o QFLd:۲Ҭ7XI4pJN2ڽvUۋ/4A<^AGB-N ?}r |L&)uRN;7ZopoKJ=۪{$/FI$E:] L.﷉AS%<jD.M}$BF0EH$F,'"=x< }vm#[mAR1dU2Ǯ bJɼ6A/VI Aks 9(DWF0{@"gow']WuM HUX,^62RpnA4`?@IyTrE-ſiZNw5̢I}!nNdXvZahz+UR^6P4,o*qE݁r3:J"cG:h(ٍ3G=z\jcv3~yGj/a _eEF3>@iIzֲjK+5{to\\ͬNnM@ Qfe$=[ 0^+Dx:D%sý~jH.E!c̺ %Gm<'Ѱw~2Ɩ,ik^ lOޟS8ؽ:zY)q ebֺ@Z>RI]HE&~`/(k6YyDU@obp0༱>&Yq` 3~9?1fC. PP=hzpwٞ-El$qG@I =uzT q}Uذ.u#YUErt5M~DÍfaHAsgW ZGS줬qFZt}Hi9+/gB;~{. W񹟏:ßnqd6TފXmx" ?bЯ>`g։9~Ħ|M޲c(XLQL.yhvuRu7( M07qBcBw\6QT'%Q@{zv>0rE Z=%M \O ٳS*7' @?LE4(2ɼs͵vbK) 6zNw=5FM4{P)H HU0e-Q{9^rPJiradXkOx=9Q#t \VL~drN:ů6(aXq\8\BK, CiSqFvrgb@1`Y?޷IXnڽic`+92z8LڀfKb"и1&b&-biHmƄ[pm]xKV !x84 OLV=b!cI3 lkM:3[﹒n,@#2P#5&YINC+ב92)aeiY 49|W 9 J:{.猛Wrs0ʡw=B~н.zWRWea 3OT8U,0n-.8<hXwtSU⿨\Ew$iD;,8=gRJH/.S:H$Mk% Zgvf8Õ%l+ @^kMQhn~ȚK{׿F {b_{JNq`"\-䴦6F\9.@ {,s,@_OR417V]=F{G4XͰATUl7/7B_Ew3z Sc;fK5E`JP\ܼKqH  mdq?uNɻ+IUd-GC Cؠ50(fzELT=Dȇ^Do(؃+j3 /][bߕpU\ )#`8qAlOUk4Ρi$"_oo  Ș)PoIVXKJ$ /R n`7TUͷG6YuL ln(\W=2[I3eC9Qn£<--)ŀat=M"rLu\. _Dz +t,\N N}"kݿEqt!SeȗS=x7k۫];"5>X/Iv?8&P$? KΛ I&1R"y'Ep/df zV ǯ|k؟@?ϛm1e~<7Ye]s^>W8 }YQh`'A J#2_)~\@soN&u=nb/POB\MR;@z6 D`'0RC}h"c͗A_:Qs^q.-L s^rKʊm9pu6(Meg>9/:K9fh#*sfҿ Ep1۰Lbi6qEΩpZH9۞u̓Ey&\*SpGR[ [ӚD[p/0nU+| Rno+r]k8 OcxT֋?HI))FWEbZ0Dkl+ލ0*aKSbKX$[ӿڜZEo7jDN1kܯJ<&:!9_jfe4bf9τe KX GT(d U)ڶW*B [`\/ slĔ|ݮI/* .Ķ80\GSj#@tKmڤ4c_\L N>nS7?0u) _`~vndK69Gh:>!Ւ\jhs"3ȦwvUރ%?.P)7hY-st) TDO/Zs賍E;rga<ޠD*W^$q8A8eqev{o Fhh !W~4rz+jg O.lߞ}zݑ%t?#gۡ1~ġGgk̞DT"&]]:'6~X5i}`U74TH;_4o-,QXvRLYY㙷~ftGQo L.Uk+aOye<h:j^0 RTѪ"u)BB@2 j^vǤ>8*RجRX7z?IQӧN n 3] k0>j8Hr]7эlN{["t۸s(tlW dbf+o#։ui z-YEZhG%usm[5-YahĪ*{ d64Y/*J٠iS/'F`wR9"08s|^! xԝ_(etdwN м7 W+LU O?,'Dygyer%m(h9ڒZwoa=g˧܏Փu1y3.9O͎/fR5hyz֥e(NReɫz<&[O*=\% Vå2͘z9=ջD;{Y@[AA,Fr2pM0\\{O%p>^wyU6=Wnd\QY/( kNqAiA)dkZpu0h 9`,y*-'ާmunH׌Z-y(CXA،fjS+r=ʫ59`$w|}Ȧv;zP "Z}ddr n9k^hޭohAWA %.ε#\Lר6Vc3U8I8Z"˖8rE{sq$chdTPNYnlI=N)X`̑(ADШqcAFI1?f-g &Ȯ*FdGl^;d>> Pꊓ\2ʼSL掁bЀT묋]P#zbX s}eXfNfo Ta>;pCUm A JQ{F;> h™bz~˲(Zr* 7NuHtpᖃ)v F6Y'C"#TA0Ѩ-Mk\Zj;X(fpgm*LfZp 0_2TӥQJbN'Fe Zy0-ԑlRۊ\d-Q1`aCXFq"[NPbO; e4uMj).jQt4DUc{^X>e1A܎RT`*vE<|Ne ~C$` S] Ng}-TxB;:1d g`QSd0@A ؀CX-: F[N]6>̼"'PF:D>Vh xB~qOA| <𦵋>e&'rutG[KhATUbmaf;\Q7Ar}j9sK+֠%7OwhyM_8犃kZ~]VP̻` !. _V͟o->:o"<~; 5з86V0a+ᭇIvqh̹fd ڻ'=[#]0mb_ظCE,V KO tՅ,aI]ff3Pt`/f?>7&&]C)13CGGE.;Zz/7OI2 Z2-U:h4M3}ԃu\1B;8+H@AZDw˔cLW^V=r3=(.k2<yW;~+nn6=`HvY",'JpѬCjΟc,~-<5JqO[,?ر@=WJ'^KpK3̲2Ypnqᨹ dE|wї?\)T REd S6_j7sjx'@z1ą?׍<>3/͹mrWz0*C=ђZA+$|̀CBE̊"̟R5+"Z1E ~kզ>UC.gM?ap3.jYÎV%i/p:hNPAC``pN5w[f4Slbz_ȫX/}˪7&Yuf^ē5)Mӯ}@{ĚN`D6L;~ۼWKj%I?aМߦN%"]\B)-PͲ6h’gQ;bSvP+*dz5;FubwI;] L'E>&3*ՒDHG^ pw.[Sfb+܏2VShV$f-r2_2;InY%V7oAD8\Yqi w7&z2;A;7V`{w-o> J62)sSwR`1qZ2SPώ}x05foj`|vABX  !vs6[5 eE^(MoqZ'Ww82P֧~|V|i{  !N ^1f}|&=Dсʄ㬭I>nwW?l9wuEqa|HJ@РypQW"U^x-5wѬHjw̑4""K?Z/­\j+'?>^+Sh.~<^};/KMBT۷}>ۂ< ]F@A 6s1{exmKq _ВW%xUe*:.p `k)sqj9aRƩ6?0JpNOw. ZH( v|&]x:fR֑_fA|A +EiKBeeiIZ`/y* 5gQ[Zqlso}uI׉5%SECCUAW놖kN0o*[KhG Kk&{Dxjnhh"ۢ2+'4T~!~$QCnhKa[u-WTyfL%wD횕/uS*CXC:~(WՏB@8ڶ'3hO@T<(2Swc.'2Ro}uUȒaJ$vɖ.2ƉSŽR+rZ3WnqX$CmIucqcF9 _{PT]/%fdq?NcrfI.%f0!Q3㎡G0r"vdD*|R=vu`uG(yE#LҿOT5u"_@JR>F;+[jl$(A>ڌ^sS ~IC%6J,&.;VaT|? % N uEIOeH;M_ aMy&m>t _"P59 z=)4&'Rco^Gܺg%]KkC)zoA0"o=hXaW:6%3^ %J]嶖{6LDUKmb:0IM#}*w$e0ӏ<_ Q k X]ڭ[3a9iO_q50ƺ=6>lǽݶ/VZxZ/gFIʗgEO1APU!9mMwHMrGc\m㢈X-W׈OU;ogB*=т_kx_$܄~ 3 +ɨ +Z[4YRTf]6 (J xJ/&K PȀt'0xN-ѓ.>^ s5\wjhzfo7Y&ϒ 3XNOM?576_Khfea#^CeQ:yv,M>Α8.cQb@kgB9 NTـ4\B.2?Tb9j Wm )gLxi\f'{RzSYr=D(;cVfm[A塸Ow%t8FQ:3q4 y{geߋj}m?Aq7ikN=&;w3)$C~7g^R4CEWMZiCƱ^SeI(|oubQsa6cSn7L Lqe+8z55٠ } G%_":r .}4t!|{U 8{V=RSx^a:0Dru3]iS#7 #o7 D>LAVŒlΟ3:A\U G7}5M9;,bn70}ÝiFa 23iYuf*0]^ε5o8~-`3A.5 lɄ@Z7ג C|v`,`.rPEVn#]{"Br&9HKI|jZp,I*耞KU0pE|(PK _iլ}"Jy[xo+1. O2U3HoCD_&`l,jAS3kJEhpϹZ@l}r7MX<(v*ul"UjC_f-'yE b>y~ܨ>10b֞c{gRr3byk+'jְ|tΔ ڼFUpPH} r~ 6qX)H+tˏℇ`Rl~hhm3T<{G&zЉ{eM2GTߚ=rrL]?f(TMA/D_w늎h*ЯTE/ s[!es%фFqF@:lШC(b /`&Q8] I?轂zcl&y;0VReCv6 ܜt jSsJWwn_9=CV}HgńTc83WrG,LVV3Dž4$m%#MtC4eqӝ7KWe֊-z#T"X1 ȅoGj7{3DO<+ݴ ;5Sy^aPA5f/=HЀ}ڲ_xN<7Lekfoo/$P7#f,dɪPjZ?nᮕ'E~Ac>5J 4#m{< dѯ[kEt-_-nuʵh[!*ȝn#jg%uݠ0X bSVe33/M-hR=cG6\K;::`\`0V.F4MINAz&l[Rf[p>9bDw44|h[nrH$k2䫈󭌝18X5T6xn/O&s.Oe9ס:8/coVye`/pǽUQMrI>ƽѿ&^5>rδ#ǤHdžAkź%(ٜB?3G|\]p$Nؿ8sra̙u+$DfE?i\g+^Sk9JUXqխ5UF8W .B09H:`718Ma ^n! / WbOm $E}]Z,#;, ~ =6ѢU!b<D㺒r`s'<))@^( ~Q?C12vơHzxL#!XX K/%rU+7*gv1fl]fRA0%#;DO QvXSHЕoB0ޭs'Db _IyƑ+qIXw9XkqlWBGHD))Vz'4^Vixq=lAC55 _&fot0 &ftiC9;%L I^TgͨSf!σyz^-)U *x8wѸFÍQmVS;)(Vܟ {PQg+^tLoTK _n/izD> c!W>x5]?sϡTmfM=[>{zMVLQ d;bs;?zXŋ$MTc* ױ6X:>yVf3f1Z3.(affIF@i?w]l sQgDnI?Nq$ʟqB<0kc `KR952K:'OqO9Ѡ Y 9ֱ'F}}2ZITaEq5\@gmeF)cMg;K? Q`NNUШJ?]~0p)WdZrRvV=;ԅKl-gէ WxmEu[E =Rf.HwXnk]Ӝ U5{ W] $\¦SR4Blr0V , Rq[RΝv5f+5oeA.q]h{ݐ~kc8kzGT`6 4Q׭;:U'Fg_a%Tɋ[3J8b*i "rD-I9ҍ$i虲YpΜ4Z9*J.6U0U|gi]:*:qwQddB(- [H劂{P6r=6Ǚ] !qYU7=߆o(P{:Z@4%t3) f8eiu񐕿cm6WߐA7e^ƋC Re]Ċ<%`KaÅ dF;?q;i~&%]T[¼j(.'wĀQĠ<ȱ}%[`peW7ǀ_+07q7tqq9*:E g6;44C&0C?f0G%`r"cj#ӵ'BþYФ /6404Vޕpxu-W#nU(PR|ۇkFjK$`[i mG(pSb)q稉qw/n1i -<>Ӡvo6?(RAh9yr\#e )N:MRI3~>>h 5(/m>gJZ^}+VѳUpм-X/?>gnw 6|1L/>/[|jo]&ILAKXb֢ͭP r2@W/əɛRSrVA%9\"dEr:%h[|z<'1v>O0hKb.-IWn2Ai7Qu̸5}udDFm[M4J.7H"5:*tNRJHOh&`z*s!>OS.JZ誶 q3HG1'XZ^`pg>/A>CHST9 5k+ ۑ^ Ȋs9)d oϵZ;O?Oj OuM|.V-,;u>c^ADo׊%A27U~28U".掎o`(k?U'oGo$ſ -GҩIOozjI3^ >LTt\vWKBFbx̼iEbth/un;%UB' R8< ڱ4H܄ɫnjy;" ȚWcMӢFeVV"~8wgdu.=KH0Ԟ]٦}~~O!Ctee=xp>]Xerwhl*6<.$QY_x*6UOYB g_qv# #:[&<;MuW@0^?ͱIcmWdG`9(r5:_IIaStoV!O`Ddɵ_CO޲+9 e]_Ǽ~%2歸R)Yje)ycIվ m&l8|v8( $yJg5+q0uwye2U[ R`[1MS#p$M=$ V YMUʮ'>eOeimSNMՇԅ <"&\s vchdHߖ ד#:*kB5ʘ" SZ ~vy\[Si*q2cO#6tv8ȵ%zQӅ͵'(58);ڵbXcPYm}ádA{VC^tϖ|-/~o#¹G7>JLkNYAwsЩy5mVr]9?S(@I.A$@G堑9Sem2gFbs `;%kۛS',e e1ƂQ^:Xmks옲O)IX+|`O1y6v< q&: t--пfc ʈC6.$;FO^4dRn"wmEp]]fmPgs2=j^ CSK֟wQ $1k.Q*~ba M],Uz`o[o>$U_YIID4m&.E3{y(ͮz1"aw39 K.LakS|8Y +kh͒^ Pi 6?RX0(ǫHSB*l^ay8JY/Jj\Y |ЃB-_3itΪʒhy>$/ zc-~ {cVXwd-I/}O9;xdlPnGBкsܭ"tXx[t[{:uޱoˊY桳G>kj"iߟvnWpL{z$r Vπ)Gnv7ŀ2[\KK/OM}Yկ{莫 $3Vl jBoAv_q},8jVU sKIZѫ- ԛ!3! ɟ/SEBɡ)%nA _:Iv*H(KvLйq1߇;"#`֣^&]s-u%,}#D% 1bdGs/'ToS<3EQ|BR[.G+0i0Irf_vIMPs;4Ms鹏45lr;gn3_]ڴq:vJN\ /DcƢH<4Wybx$Ux5?tF~q~"hMʐ 1oH&S7_1'X%58dwiak绳!M ,Hx*TMM6]a-;8cMyti4ug#,= *};7'C68We!!9gp=l6l}SP-RzZQ I>U{3`:/ݣ+p 7})-T"LIocZs g-~fLz/E"Zl0=Giw 0 \^N~_&5I&.}B[{$$UJ y*s (h"R~ ʲm^(HEK)`"@CQShW;љ S C e{l4AJ@VygY9)u=~lDأ9wFvt^8ӒNʂ~$t/b<4^cg"Ojhh( MلhW_o[9F=Fv[cEhw 51GY.C-݅bZR<)&9NXh>l|5\϶r'@ WerHM48`GFҟO0z-${(kd=٥!Gbd *Ԁ8KSRBu)ZxٽaaGP/IMTE$jxgOޯ#i6ZNtwF#|e *kT͂4 ޸D\tk @v,4۩s$3>a`Gra8 )UHMݻT\WEͧͦ".jW ܨL0s8)Jݒ!ie\{-1PVٔ$|”=s[~X*CQ/:1)Rz_I)bC*Co9Bís*V\NKcHIeV݅?DåT!R4Sf t"8*ݱ@0S}KAH$1X97VeEMvF^*`$Z97x&r+Rߚ v[%:'}C5|PDİnf~ Nxav'+-)A~qTA؈־|9ZQ>P'!T|I)8>(RhLKTjRqE 8|9PMP^2&zK(<>gt\wzBv11 =ZշyVs5qO ˔v΢YIԧJD5GFF܀/*M$NB}UaZG2H7s](:! %g,2W&^1~s,07qm!Pee 8LBuRlfMOjq v{L[]|_:o8Fu9Dhذs_)8[es37gKX"a^ v*93#+W>j`?]'sU YخVdUN1}~T0Vd0'J9h`8f!Mp7i=7I4[/wНN4KL79 ZSlj~? ]>V2b=-ѕ`Wiզ;[jyq8Vǭ?@Qu3OI E9z~0Z`(^d-EgH!@6;4JU@M#ZJҀj6|{"TZMX#-D!1Zy05u&jC@ߺҡᾶp]Jp2βf*43˛$qdp>$kL'T^hTAroVHK${Jȓką z vX|N`c BgyHMn*0D;DēŎQ#jLӴOE'r=ۤkH iLn3Ol Au̴ "dں@_+aCҪ0+O.3Oa'4I0o/1%']`S ~) q {q %SI rzuׅUu%3.eskrRQgK1n, *kZ3o@]iqBy3=)gNK>K,9 b3P? OɂmN'D%@KA(w:KD [&QrxÒzDf>JӍܶ=ky}dnp O_ٳj,oJz˰IRAQk,-K~zҭ?EC$-*l; qߖrb F&hƹϻ60%Q8XM̀cym|?9:OF1@(#;Wi,05hcaXa@#`ddPukTP5ŷz!gG#Q&m(Ѷ_] =Oz TNբveaW%Rs03}"P\Z׮13`MGLRgŔVqy fXG)wV#S)࿸8q`ɗJf@7\"b'A6nZd,p弨zӻ&̄RCe&ſlY2X^FJ=\o:S5DKia]ie+m߷'OgҼGN?~/;xV Ȫ&(۪=c 1ׅG]26*lW۾4fRTw4A.N; N| 1F>KYZh/s^%w^O&?S3]*i̓ogy"sݟE~4Қ׍j…D4 #Ȏsvr#%F)uQgBU4?@q'ehLkU7$cF\gMqv_L,,@LPnE0z"Ep)ǒH :oZ[-}yud6s'jh 2_'Y?+V ʛ.ic(`1ˁѠ'!n=䓍3/^esc-؛<sj&x@5+<rpJ9thG e|a @ۤSswb%nbIܹSqs4w20XyIh3.|'kћ D Y½E3,:B->mY%f ԫ!&=GUPUz,ѦuX12Ɇ\ciW(: "!-5Bh?ԝO J|n&Qgom"H%'i#en@LuI |KQ(uݗY 2ڢI1\fxI:+6Dg" OmC Q 8_zģ@QZ]>Syz s[=9d%q ]=(;Z-ƯNe^9=$4t5a*%7/{y+- AY܈*<2/">HKhd*5g62v-_YU@E/yD6(k"i|9X{B嗞MkP-z^> $2)OУxgDRF7oGYÎ2S39\Ds2#csMP[ 0a0Hl߫ g.#݀lXZQiC5q>]eSV$H2*}#sZh ;"wO=?`7 KqQÈ_"@X;2jr5*duGd  .lٸД/%Z{[xǠg꣖QX ȑwP &QSbޖ*3+Խ)б!u t/4dR05L(8fӶ4`]"i@6`{%J& ٳ[N! HO*OXZYI3v,W=iKou@+~K_N)Fk81{DĀ!'ZZv% 7龘^SEzBkf{ >ï+H۞*uЙ0t:d(2XFJUs:Suœ<[sb=ܦxjZ02?g+WC"2/cɸ3hSR0>nF|@K%YP^uD"{2]o/{%r{7lA PB.d!gfi c9RtQ`udt"Pav|;Z2C]FaP҉~]DJabeF';.f]KLDi~>L,w/5;W[ChСs~%18W0L#(a'탮IaI/}vF ᪾e):D7 ecQB&H w5~Xk&r.;8E=z8)ɋ1ЖPY]Oŵ^>`Q >DoU)ƁͯS4zc]nH+훪gSǫP\`"4‹<04 On4m~ !X8U*ݜrp+q\*4PO  *'M ϩm׺z?64ސFڥ Et5|*$-$ ǧf7 #ɺj%)vsN#['Rj4]J4X1X[ 0Gi jEKlt& ,a8R"vFh\vjStKrGUaF:ܮB{T&($Ԙ5"0;Nj tN h`xD_FXQFJP=wh?nL>vI.*x}(>&!_Qx@z/au-cY )[LJ}#j 0JSbm,2P\rjN\sE863rpEj@*P$]77<Xb&Õ>!oj] )ޤgLLiiVtL޹er^cߘd;M!BNBB4ҵs^aZtqy{BMOǗL3]ĬcP8ݽF|*^X 1%~ufR "_x='8JhUUOm=۬cڍtEClƂ9P &S.]x&ӯkjR Ɍ xnf^ɀ~{k,t5z{qD+>j@Y?oJm8V_G&ZM)J.AS {ovG<ؑXe٩5.oynmmxP~1'؞`+htUȯX_CajM䑚Z,aЀQCs3GE|t]]ʓ$X6-1͏Jv: \_}{{h0[m4{-Vj#Q=󱑄CCx([{uC`~_g 8+ 4T_Z§t'Z2 _\%WЪ^Ь6~`߸X;#gw=ǥEVu"*ޓ"=F t%0ɇօN+3Z?r} $}VƩ}\yڳ7p4&t R:@f=<`zK4=}  Kɮ%oxHJ! `?ԜO}e3SYSD_}w[I=Z*YMv1ڢ>K(:=$0@%rZ l5HwRz{ mcn$ꀖT ۺoS|ټ 3@"xҞθgZ%ebzȚlI:r:\ nafn8BBɫ3  _۝HasDrnv*HCbY}!n?ҎqJrV &*64}i1\%-_Zd d>hfT|hTp͜;%falR3JfĊAMmϭbf#H* MyXm7KWtL"T@չwVJUScNyX [-aXG`)w vܾig;Dgpc] '~fU~gOoGy1;T>vl]NJW_.wЗ(~!l?kDUհl.nxf̶0tE6hmhqv8Cz 1xآ|B6qL|''ޙjqɺ! 19S hnRl%P;݅9ha=' 6FX3piZ@!?H:Q}Hm"D_@olNuP*neZp VRi̎z(Gb%J\*jh7IoUa"辞jpa t9拮>i(cOTV}|}*s,q±zϾoc i)񾒿*Kqah>; ޣov hte25g7 )xoKiT~[T7X2qm #ѓ$LuQ@"NuږVcNB⢨i9ZYVyt)OBD( V~(S].,7vON#d\}MHmʥ~:V`H_f7o@@/ AGS׆K  .IaU [%;nfS2f^xbr *^ސCkeљ[57~hV%&d+i} JWI=pJ2Df >h5IXGI~_$o ]KP9-2ZtL-En'ѣl~cqVi:U{Vn~S#AZgC\A1AZNsO>d皣rUӏzADAiGR^y`⁣#.LOk>?qpE7R<RPgҋh[̽b kTfԘ݃*fy1VIIKihM/;W9˔^_|7j573x(TL|سPllV؏1UWHE_[2)gIOe2-\ T=x۽@7+KMmo ľog/wtK,ϝ1R 9viv vhN݌*z_Y6K ^ ?4Vc4!lGLz'_eXlŞ6$@fOCOw9bmVCF֢Jt8A'*~~ 0҃z}wA%vdg`cډ5R `"H&_{!H $O$!(ib@|z@єR1ɇfWۘ6 ('@Q0MO\77ЮR4() ?EzBLQh;HDפr [+y_/<Ї;4a8pc$A*y7܉PJ8wz&.>28ϿN׈y|H2,RaLO fD iN~~IDn8NGIc6y y 2xtc 1 ]TM:P:,M^@jX/4 ƳD`74CWc>rxX9wq&Ȑ bX GfoϮ\UM+*C>'#5hь%nK2x(:9 xU^q~B~|eHڗ1Ðz P^=}؉~Mm'>9+]14-# !{ǔrf+nF%֩Zg?y@yƓ+‘MIu@I#t=(H/?Q'g5yjS>|%: 虢mEr,pJ}5ȈrnEgY DBw0n0ҢȔi'9!Ji f$vLؽ.-L.9$:[}VTL&\!PW= g,_ߤGc|8x{yef5Acn5ubܺ+'ޛ)S:Q19͛(vX_O&PȭƶjL?&zʇ9p#o5.hA.P u"Y"6JL`*|Q6mTtWNy/GT9x`q.GɳH9 3DvJǫcY/|y S.`AJW46`̓4#];u#ץŁJK5,T QR)XX_8ي"N 5nj|?,O֢UcN)V(E%]3③ue )m:7}5? ґľ3aIq6PaW 0}w[g\ ~fZeYdm3 B38`$ЅǤ՗ ę fB<e J15)d{}`7?!hՉ:!5 7c&8t[A2ʠ@Ģl+sUofqX#EkQ9G\ݾFK ^ a<|Z /ʍ;@;]0+]"!dS?/G~bg g]WpmRa\'K{n$TtU8J=(7ahSqڬS_ON[ X== \q0U,Ǔ6e·:Fn=ubQbp9:0RK{:ErIRwd֮s7miKesU`Ab0MT橎/vlӒ2mq|vӧoKD)`y3Zش^KB58zY8 j<(/8euUbhJV_f^Ba33<ӑV=\+-vMCI9Ԙm{hfaY*JwFRĺʸ_wسw3?]u:E[SҩcغRbNpIP$PMWNl/\mlFw:/(d=0CrS?fӑI`1L>ec# Rk&ni_3f!|ӘA ?.tdu} oIϑdB:_UFQJZf6aFs~rW[]R]klY/aV6q2j]WH"hC_r[7՞-*DhBD*0楟쳃#]Q*5)ix q S %F8U׶ؿ|3z{|ЦlLs~Qɞ]NRw|pם]']E;t =Pe'3 5ɨnqQޮ4h,=[ |Co*%F3NI)gX(zIN΍?r҉t3}s16 /GFqn, *ps\7O'f)4/ 40J6*iQF췀4kIYqƮ3dB8]򑓜TQw疝ܖdBbetNzF)>l.z Ľ0Nf~~ wnuȺQuuYfݳҵ+BXQZ)g/Ib52ǖݿO_/jIvu'_D'Vhu9ԿƑwsE3lxNݜ禷7UҰhUlRf;5oאַuͲӎ+.[!>40WNf9u T+Z|i] l&:82MGG1_1ث $99{{ZG;bp61GF%psf,3kn 0Smm%@qzzr p1Dx?-=9^4<K3 VU7 ~ h%6htV5%+eh!ĚGSK n˸r,?a]J;G7ɍI HCEgcJLD/^o-& MKrxI:HfwDWذo%mDF4: 5@ mUPZl 7} a3/gZȒ Yќ~QnR\\>lLM$O w2M<ՉI˲ rcYxjAVV=_ U V|+gF]y"-: (fRh7O_A`'@Rs"1a([/6N+DF`*H2xGOM~?؝uR{9pKT_}pć@V+OqGz}zm%!P0wllI5h4Es֗muo|&]'@㢹IN' ʝt}$C>4@ /OkQNJSUl`wJY@p!B@%GdaC}LnxP@PI Ǘjغ_!fk0ɖLe8EseԱe-J*Xz{7菫T H0lw cdmqJIuypP}$`hȏ6DaGR@pEjI Yӓٝ6ޯ$7L}bokGQU__1d3t^^e{O=bqlB2` $s[OEj2R\<#[w.xÇk >?/aǑC-QjDN1xS\g7{pU<1 vd_Iv#DMĐ +Eq6r1k(#$OԸ.>D2q֣`+D2ݾJr}O\uH`UX>XmQx8&YD2g}!eLX_hoUϪ=ͯ;V'I+Qy؁ T؅zPx"6n7 E/}(3zPRz!q=aU\*fFձ.숂Xe!۾bXB|WcZ? x,f]Ş?4vb8׾M7L0EcSIAo;J`מBj-qr| ta*>m6sCf΄!D"Ppg#_x%! Inǻ\RvOm#vd&?rp!s!0hɀkFܥ J @5xt襚+iRdDzģTU# ީ:yyH運f⳨:JP]yM%soZRtPqƌ#PD~L?~z*# V.qWN櫞iVsP{]) DǺ!2uVKxpgS5ZKeUk=i-gvlX qlT3.ۮ}vvs~x.i(P!% ;]FI+G˕dBOEypuk/̟t}A:bZ÷QJVцT6=T!ye6E &t,0$wo%k}"6)`^. ,Шi7 ;_O^qv:UwErA$/F;19lüb> 2u[!6Ց RfIY(6l³jtgf#m)@ʀB~sly]G8iYF&m aZi V'r>u\gFV ӻQ+B/ & fחnSdGKCz2 '\žr"w&z_EYy-Ԙ*޷P{Rj%xkE Ï ~NؖO,T`oakLE8iDxEEWN k8~5CvܴIɠS3hqձ(pZH:<M wQGپdz!iSS$l0F X Iضd9j4ˤPbt'4T|z1V׊)84؝:McEՄAL]-%GK*:6 W.mijE@ڱMl1~U,]eɪ( KNqג=7R(,sjX @l~e3ӖǍE9N}9܅gZ/})mZ C>rW[Z i4iZU=|xyl5Bl!}y% 7d/(}m_zT;.k|:j,at̹8x;XGZ4ڵ{ ᠟\8d7 ǵvt BbKߛIfObYXs!與ӳ\{jtŏ/-J9cW؁EEM:L9q}]XgVM0GEa NrZ;Lhg kgf;VjbPrVx@-pݒQi tes_iLy$N!|; CP+Z5I(OZ<)@`_}wb: Id㴝R NP%,el'kMP,y_hˤ~PS8ҽ|!Ђi'tx.@ϏJFri#T>ao7R@biɁI1׈.s @X7n{Imup(h^Ftb>[EheW_ϹVfǟ0UDmf¶ ;RU/$|MEߜۃ Ѧ%rКh/Uɐ}m Kxȧq"[ǞF!aՃOQ?*}v[>us^[rV䶕 D9*aLnL; c,0\0_S,1vġR$ص5cyd2` 5B>#լ?eZ+Y>qݸVܡ2H?w`fʶR# k9D,ƂFJ%\px5buE"kdN,o#wڥ=u&LNl^ѕnVkY,L24mmoVrDwN V~>LZ!(YN_jC7)Xn)uEæ2cËTcļ=R;FT.bx[`ٗo!0Uh*6"RrXm;^+i}BwH[oJ"R+ t&2~fIF;޿3j3( "1PqS&Wnb'v[~!9fPngXP-GmbN8/b78TŮn1wѤ:nt7Օ+KbN1 B} E9)-Ձ~*GXNHkb%GDkB7p3 <̼Z/2oH ̆qcjx6և$)Mޭ.3swR76mlgH:6GA@CZ_A,[84[v4W^ }k:&0 hNbz+1D<1Mq 6Α'mH4Q3wE6meSؖxZ]OLUCJ{G.XPQFߍkhZN/"vkkbsrt5QZE%X}[g P fe|DU~E(@&$R43i/'I lըf"X֩!t]G{.J|XJG2b}b7_GމqO M9iv)w nN9ċ10tˊ'<{p7^KT7y|7!uˇJ+~M&0R;O/by|CjPp&{^P;7OĒ(fk7k! BHlJRD.>.'?4 ǂPg6/|#CMcP,=*`"Ñǣjа>wjK– UEwKڍ5*#uXkȩ"[$ѧq1晙o{BW}-QPv/ `oKp*0!jWF-( 7[.؁QR2 UWL@0w½jJy܁ekPHrOGNC9KxEn E%f[ "t~~1s>;wWiC7iUNyF;&^l$6*p4`V1O.u,mi;?Epй~YڈNh&vH>|,Gߨl7XO̊EN 'f>E;i-Hr4in ?nFV{x* (z5 :yQ9:@e2אE;bn5=KؒHEU<p(ֺ"屴+}B1$޸$jZ~+:{hݼjyf{HrfRsv`wQ{ɐ6yqMPipe*ׂ$jS{KAܕ:[C"[k0wd+~׌OOZkMg1R*Λ짨rUsGfV &!tsmnd2cJ c 7;,Oas!6.JR5p2bKr}82VoxL^u+>ϖDx\rx?}L!F}(>;x m ?> m\fϔzf3 4'Our[6jk#41޾d; Ms6ƙ9[Gx63k=.KU%q|sg+tW|pU{G_ ܽs ZN'Cet!nm>.':\ r ^p Af;4l:#٤3҄pyf ]t,Q M/M>N$:.֮Wþ=B}(  ]T/+k$|=2I2W 1x \[)'(92Ù;GmORGD ] _ᙝ粩Ea_cvGYQ[ /:R;wD6Wy̨,-XAT:ac=%ETSGq1'"xVtExB+^Ȇ2>ٰDobS^wTqbj;@'U,+輤iy~{V8٪BuFI˞ m5KO] 츸: o8U1 1W$?3_"˶UM֕U[]=!Ϻ,1fo֧=Pc²Q4# +YfL^Md2}vX\ҍ R*Y@qӾ k5U%0Pt31E,r J^\UP1,7Dc_>*dQO^.`s(w؜Q3 au4*^,K]Q$P<۲ڃB]wP)M_lMKgln\srOHS!9iSS>f״lIeg,KB ȦH0qڦα1Ndd&.טv?34X+OF),.JZY⩢+n\; R}5mhۘ-Y[(`Zih|aYԞeɸf_G2Uیؼ:*YѾ<̨?|:S.{AS1_dOGtd;!fƦ2G[Shc85w[a R7lO?FيFy8 ISr?ʠ,u$*ażOm(+LjMeMh4Sw!ِPk0]`Icމbj/A }Wʞ~](䉹[O¯ܛؘGl xKW%WuzYN#) Q]M)|ަ1f[ q_YzQDEhs3zmڱ@̝#82D6 cT|a*1 ݺ:Pj!i+E+m/&]'Y)_%s#^5sZx%gSxp(,)99db:3[sr$kW=Hnt:xMh+Y0]jKPh %ZRGi9wϤ<0v*,_9E|`Q7S 1Sy{`=xnPČ=3ֹTNK,l 4j?!V#9 Г6=)7BFARtoCgì?qE6DJa=%b^GvaB k@7.}/+YTqa7]H+}ΦsB5 I/_\z$Όʯϸh["ESõapdd=a#y[# 8&ɇqjI;J`PL1Ǩbm.nvQwRmǬݜlRNk[`@J:RM>.)-}\} n}[S a'+0M '`B G +sZR|YV+d=A"nX-*VxM:^ܮPw nLk,.[+YK ΋跕G :4F*3})Zlp$ MgЫPӊRr2cbkqiq lyd]S!tU8yݑ߰hxRr|7[!# PKnBYٿ~k21&a\mE+@YaHXykdknk,6;~WIϴ]һF6j!'V, C^ݢxl&W:`,L/֣ԱDrI&.hևbˠ7Y m_xkG,߰S{SwOKa 5вJoHU½t4+IJOMz79? hgEaj+Es#u!'6r8xrx^]tG&x=y*AX?0f `A_nJgEg~lU~2N*1b%xnw4#nc$"cZݺrBj n$kA2nKJC }Se=ry\nv*1%4X+/[`u&q}14l27 I?E"<#_^[KWTe56m_p)$֝1ыKL9_T%uc ˙Pm.W^u~5+^r=}LT*Ed:>kab֚bOmg$!ؗ O'?&thʧ.Ca?^ Ki7x)B)lZ3gX?z `&>89xu@z?ZuoҖj_P:<+MECiENh;pʑj:*tX]ؗa 9CFS<[+jW#}:ô0ѭҽa9b N0/gM2piGWb"ޣ4ܾy*"6|dYW2٤K;בJ0$zB7 HҮtލY*M[ y$C>N״. MJ=G& pIY,z\h#b~oM=.jf BK2oZu>?U|c\%nՋ=ځuT7jU$sC]{qkD<Lv!GOH$Ⱥw8_ [reScՀ TBxr ƥ/Z?iC-& >)J[1+ww6v !玿D Jj3ǃBae&Z0 ##xw T `걵Wۂs}W8_~e&"ph{kx;r+#E J9.|[`6Egȱ!Kl1?%6n[Iv_J&SK$'qMcU6{B=Z]<^`9fYq#[%Qj!Wjbhz`B|R{ x_#csBRϠˆ8&j QgWxC8VrF5aR1]AH uzprⳋ^br {2udϵ(syLz{ ^2Iɨlřc{3;YCXRTަX6WVNjJe:->mBCF&=Vׂ%6ZBAs&ԑ`22i7l՘i"z_֥r4'ejޱ(@>n& "d w,v9@>:H$aa l¬s\V^jTIYk t.$lзzta)1oNb~6";r>aU¢fuXrO#_LhAC̽O.Pt"_`LW:YGB]4>HuĞSZ0vУ4g3",JpF0rG7e|* ԑi;}'ubtV_sEz*QVIKmg xB)䄣:q>2&j=^ξ[юe Lmwx,TE7<*,.d+܏n~rH \>@4eݨgnnخRه2:]<8bĝey:c6L؏@6!s8[oB{@kW(fBH/AFP&RW,%ūoܫїIypU,fmǟ~:īE, NfmGT{1ΥaRnakQ*VģA(@KjfoabZmPy :e4 V:.E=vY`"/9oXc1.nP5?2 4K#~ךelJE`8Wngb/KOq5 эV`~$l(r5x;۽ ALHgHokj٬v{{R-fA?:#X~Q[tH>nٺPf=HcR#%Nc!Ia28$')FH1@˅w O%.}Σa!i2AI nl$ѥ~s;@Y/xnQiHefQA_m-(IHqH| #)HA(oQ71+/|-[ 1Hz2T;mأWeA^#R;mz!"&vUSʅ+֐UuO.gEFL9mGCp}lw0dJ X}q2gҾ!O0WY4q=loz>[HE^qMEa࡫Um?g>Yxp\\;fd1].r4X{可Vr]O能} (X a6,VPЇA`ȴt1f%";\ޝ?\K1htl,k6/"eˤ%Xs7//#J6J(l Sle,wƝA^f dY_Pp%lж:9KLQqT0 :ީ/V`*[ӝmE "(BWr'qE~ ҿo= Kʠ~y_>kz*\zSz߯Ԇ8 o&ރ4gynB:S;fp#Yhu{يugΌ/T`WUY*jBiزq ^$BY): Dy'y$??pn? /]7{V7{+ Kd)ǏoFlM?YK2u_'ckAmt*LSk$z#c: ϧW"{,?ecB*|~0`0:{9O/"W{0L)e ^񖇜aa1ʚ3:H9|N%I< E0LuȭN H3tq_Ml]0١:5w%/l9 ւET7(ނ_+!&tx6A~0G1%"};W44>$V&TJP65ӞW*j_$]j2?4Lq暜М$.KgJWF$+b*g^?XwQ(!  Hk7M-X5Kw kXNM?Gc(bD|ƺwDS "㪇 uAvJj$XiY*`«^Ȫ>R&O^&g?ngBf %֤bOK7|6LHMgi8"#Wǀ^=m]/@ߠ}ccMx64de^GUFU\7T=knI260$h HR74sPd![ HJ7i/BŽWՇ@vȃZYy%*ɍ)^%GM.1o9FTRi8 dop05:`X%v'{xf =Gwц)oxT[?( Hs.eaY 0+0'+oB_q(Y4ݺ uD'(ߥU$B^i@6 Xrjɻ?on2~e7wC3  8\lm1 BK "9I !VbWCxqd $L~#VHH={{ ouks uפq#}Kb4᳨/?4^:ͼdX/KsASWb;\3x1"ު_ 7'j Tal9/'Ah9nw]geL/&X iu p\m]j2geeJ`}3T!1Hݑ"q.{R:شy鴵/ La8F0bMQg&va]Iٓ3Uzft)Kh"?C8{z<ĺ ɏC:ͨހS-ov@\kOu@K$]Mh^܀̰$̙MKQ ''CC7"2=$V `iL\Q3?&A|  * K~ 2DPYGi5~`r# ̏qHzoEQӄa\UϾq?Vf:,d0|s+f<6d} i_8H`R~ A#s@ !)$琦wT]U*?Ƹb b5»bx<\C(Qs{oEP1v|ȬJOTz#8gP#=m1?k, w=F"ؗbqںw*}TUG.iiCKj= gvY&`~BQ߫vl-}p+$ +NDP4N~0SͺR&/Dy]vD)d|ؿj!<ׁ\/BMqu(s-MG&\~*7>}M^pW-ly|_l? %'} an:oϣ"LHڠj%|tv ,UZF^A_\DB^ vKxt:F2Ue8ϯQA b큂O uۤɠ.:7 4ND<9V ;;?:ou1WWhHK<&KTd<ғ4Ҭ1j['ɹT^ [#JS *XN"LʠxU[1/4(:-v'JE9l `}[@ d)I}YȀ}u#/F!l~z<4);L;,WBL#0IP\AQVhKtIfGM3;}HĿY ȐPTiC+[V Th #:=]/ &83_Q]c~lkFdeR&P8E`XsYqR~Ieu9 NZKa, O99FW(>Hl5X@F)N]eK>E#@O5 V՚.ϩ*{ F(B+t5 DRyNi.Ӵ;ҮT$70[k#˥\1NsC ց>M{+1O76T0X@(.i{Db)nSJM @-G#\JNҐ)#0Y R26u;ۄ_c#G}=DktJT:lG|m<B@nBe[m>lH8Z(ZQ _ha Έ7X#^@iy JE`]dI9c/_J㕥݉ aF}JIk{gPHQbӜڏYΫFHD"9`rG) Nh%4j1Oս"wv/\x1?dtΐ=L38#-<_>kj^BV!^O7 :m+]X):|7Tir+Mw4{^ 1̊_\%OX"ҩ s}=]* f-ߓ`Tf(Sb++NUs0pe/;;P3 Q.uif7hFaIʈ ̛4ʲpr`8ů FƝSx*aFLy\] <^U85{7>H}PBB|y}.[ؓ0 `>~_G{A_:C$dDJE_sn3P{Ѷ .R929d87U:7cqk}1@EϠJ Х=#]ih[4HRd.YHXH'2$;6sn3:؋>+v.x Y ;%oEc[:u2)9 )0z*Yqy>kD6SaEtF՝OxLRY"c{ER+_M VNF![ߜAajMGPEV+^3ږ}JB4yoCܜmLzl{lqJ_OGLA'x#+2kbꫮG΍P?\W)@NaCK|ڹ]Di]xA`h}KRf~ͱ'RR$r~hlDit,n8ccXWuK,+'@Cd ɱB=1IeHhzZժF"W' 1;+@/azxgfӞ|.jj?b-f7{»Z2ڝrԵvKjh }0;j&|bۣ%*<g0'g,2g1ڒtkIvY .rϞݘ8+n[7tÔU֦hN^$f "կvB)&~N0.7qMJ 嗩Z1DUhd17tq{Z==+/G8|h4ˈ VBxG}WuBĭ`n/KE9M-#Qop 'xZs3^o.Θ7PKJB;L +InWPk4|uc?TR6.rf_UM[L?U @` P|b4\fSFg(̟.Pz/0tX`*%U1el:>Z5Sอ+1l)5s)kFZBqUhԮn:yStp򢨇R5\oD^Fq2R1%}gp0Ѕ6i_|D{lb(f1,K~s[2(ľC 7{>A2י$s E b|>OQ lQALd[|]ĹҦ\>jz%]O醕vs%u׆zҲD؞ Lΰ-\r1Dְ.Œ`_.w=CW4J]H 0`1=l*z .& R%z߫'ޓj(ob- 5 ܭk\U>*J=䝪:qYGo6Dَ)eO(z|ס7TCɕ')q g&ۮdoźycs5%l̆ S3^-}vHF[ <鏚'- /{+{mwKSmƧ>7>#rhLGbWǁ$-)֣ȍv&6H$G?gzA5U%=!"MVcjgqH<>٬R aUjCG4:`(0R07O3>ܣUіj:ʾa2.*cadTi&7v H͎gJ*_Q# s6bo!F[V^L}ؐfNE/K)svz$3i7dH$m2@KZcu^S}BSQ uWW@%u}-^t* _֘#4TĂ~qߺjBqG{!M|-z~giE]U‘ƭA<7qs]SU\nLTR`5\bJ*JQQ,b/l$jӓ|b'_%ݠzpbޮRoIf{G L^yUd%jkʼn.&fZб{\'^y ,!Я2^ #ρl^2(Q&i X:EY{?MJ1WJS&UikCZjtrE2Xd/Uh#lWZ6hTM5^Hn y_XȅĚxUĢkWp7M#=^NBԶf|xbrOYjYǿ|3a h,~>Q_}pxƽfZ+ j)ݼƄTEL0\Am'}{8d&,- wv0G z\Yғw\=_A.Pq Z$:4ad4w, f*gBe}61BG0=D5f2^hA>\y y3uKb<έ-`"݄?aږH:CJa~ʈ7Eiwt'7QT|>TZ>V:Wx)0)HpIlAyT4_U/"k[txM#w92Z&](\.ndYM\n1{s(2ЅjX"ƭaȺ-TX2ۇY'2H>D2f+[kLBAaZ0-׆1CʂUW뷇+*)޷.2ГCyc_U(P磥.QQ*RT5ee RLE;ЌH?j}3]We[`oQDP4,&Ws1'-̺S3BqeePU t5$+:~?296H{uZ!SD;ԃ1+]t%RC w,f~?r&\q0af= \rXiig׬ĥs0vYY2(6ɘsAM&}SD^ԄJ4}(?4\JʎY1AZb#_;K99+@$Wh)-nrGGIgĚ- u6|${`o{v(Cu?oC\E %y3V0oE\hi)ur R:xF]{@2f"f-ߡϊQ=JGJawq)d!(e ࡑR3J7G\`ݘn=ůJj`,O8\/>Ǹ;gK 橙Rgs8o!<]L?;EBHQ0D-^tXjM7_4Ʌb-DQ@ΖD;~2}9Q_%;A(d1 DsXn[426]lra::.N)F1vRqy@WJ[cf}s,J 8;a D+e>Ҍ) -=-E3Rkbl%Mو,iĪ7q"FN~piM۠{8A$ - ƪV7;$nl<*G|g`$NV5Nfr*;0Q`*nܢDdKp8(0@=1"^- HRFg%TAqﷰ6təy3oncUl o=Үj#?6u@J# vxwfE]SI5]"S%p)VI}Mqee sR>%#u&l)f-0Hsp{.)kszaTӝXaOWzq yn4}LoKkAN̞`}ht ݥB=_2H E©5:c Y \I.!pg-M")$A(P?1< Zӈ'k([ipTgHD\g)n*}2 ݕzug/`-¢6[4LOuWu'3~e:ve܌ů)G$fnjc Ojwl/v};{Gg.Dhr}}k٤׶_^9F)8#jlD|(@p\#Nљ茒"- gCFhVҪ;rݡ1F3maj=2͢3ATL%YQ[֞\=5~ͿA a ` $u۱=}n9mFÇ􊤓JcY'!-;5#u*3T=:f,OB̾dO{ ] ~gTUﳣp:0S[As_ jdlH\6~F}m[Dd{|ޙԉO%":N%Q`qWa-H0\o^sYPK|N=CQꄰA$X8 'ʭbB!kn/С0CZ ]Kms~8 ?7a%+v>~=#/Yҽ2fL!T4Ԫ-G*{w/SZgAlkx#T6V{F=QSΠQ:J6R"Rj_2tLُ<{yOwO>nw1D[R}zD\x4p03 Tg[l>)8[cV(WiA>jȕ})$tihAo=}Aȝ7u]/xd ]p[=~6;G!8:/MGRHkcax3ZX0viSt(QB`D->k'JCIgEꋭ}-fI! E0/ߙR$ {oޭXɺtnmo2@6g'FgOWg_)5em-+Lf&={q3{5ϋ fW yAS|yXr=/e*%[lЂG) )Lo_yuMwfP7 |Vs~]#e讪Fz!FsQ9 t8DQo_S}k+@#iȑz ; 7YF\.ߜD@4Sƍ7M2W4G2E/E_X? Z`R.7u{$`3Mڟ/Bm|Qfm\} ~,3A{[ʪR& 6fՄ6 4V6%mעT-ѮIqb&8I%|e-܊#xb+iKo zoA&Gl.VF7,Kq!p"P4hс`"k{R͇JZ]Q1S n. Y?kcCJv)5Q ƨt ^&[u )և•0Qx@b7ivf~ (!`)Pm : '6 ^Us ӈ}W/ƒqƺsCAξ,-qqM|-\- B^D(pX\nϣj.9k{O}e8%MQת8QA`R{vk7SWk%uqΜT6faJ6"̺ML=<]jkq\ ™͉H͗\O٤x%ry~LxkӦKk_s8hAql;vTX]V~sD_ iyX Fw!N,mMv-FF.AHr㜭 ҫlC9l(b.4}%LRyVXS%$]©)Iò6(YGx=)"Jo2D?n Lm6< ȅS**5]$GV^T w4^M0‘AR9}5i7 QGc~p#d͡9ZIT <|q"U!ghQ eCGMucM$y \JiD+Ú2D@Ffŵl<<R/N]5+Bqu wM k?=;x7d=fq1Xzѳh7:_-Ө:B{;XL z{Spͽk|jDoY64!ù1@Z>22!<0N;| #U!SuLbgm2C-Rbc埀N7-@AZi}YZ:jWAz[Mm{"_vC-hogx]惨_o8=|"^ %IxfQ2ӣyfs[&iBאg2蹿G3 m2#jmسB!%訹H7yZ"CۥS$q^gj<1Ǡ o&0j?Cô,S4z4~BxW79GjԱƑP_}-  5K W&FZWIM)fiyoEi)kftd6pPn*j*]8NtV8 t<lb%T$r5=nRwV 8`ka& mQan=3 2E ].~u)gjPcb (悇gMFg$Ao& ƕ;$X *R, /7~'rqPǙN1aZlt0$!a6+PEr-XԒ9$AƂRF)iuu_^B모<_Չ s p5+S1qXkX$9[u5Q ׹q|MxD*koA3%e0^č{A+4֩J}tew2E#kHΚz6 QM%^꘵,Mavh wȸ9 JCICeguO#|1JiǛ &ގPe5&ӝEU ?#1-B 2yD$׌uC:tXP'=d<$Lm (%E9@Ю- [;6#o!hmVrmZz@m#L~>Ix\ D LJCUwi=MN<~(1YvjuN q+,.ÙunyV  u :4>ըJnam&'{QH$C66(lfLÌ|B68g3Q~ۡ86n$o.C =5!X{]ɟ$#&~=]3JO/Mb3jg UpެuSLxGes?E*['Y78I6悐GܸЩ"ǣ7 k۾v[ƐCSUeJV:*0竆EhU@?~oqاLYD]5m[@6H-̆ܭB־_-#6jBQbf&U=#5Y2`p 0ԯ{ \x=xC)!O:6DN; 1]s& Ìx3L s3\!4ײ 9}9EDC\|$>EѪm s⦇pѢdeIn4}*r8]:G(mSA7/%DgpFR$en 䌳793;|pɧe˾cY> WВ0|+i5湵7a-443HRnCz_V1z]$FewQ"0CTKʈ?XlͤM]ttϹ(R~Qw]DU@asDFfiZ~h|%ZM 9pP}G+πB=C Ւ(nI)Aˈ a;%;%ؗY|.>'#U_t,XP8=V1,QӶR(*sA_Pqxmg)`3fa>xVA>j P;BG\r1Qs-1D2DuO77 tyAݒigtߟ<)aijd%8Ïmm_y`[gBJGѰ[OiHYp g#1ٙYFJ tLuPn}`<:KӽHVtZԏU5_5,;g#~oͪrPj=@mE ݰt@(F uF꽅=hSs .G ևv(* չ[#N0Oj `<~ t!œUʢ(j*_ŪCX؉ k)u7jH AjXou{zJgJo}%JJ͵@hrzv4h5/&й,+҇T %LK0^%VGGN*P5UJxqOYq S,dKYpT(fMYd1 W|EQgac,:U%۠SZ̙{X&4{t`ybڅ FqG*w7WM= XdLns%3u%U UEҎ]\=B sy Ll 9ZƆ#ѱLg̶=vnWKZ ,b|#p?nR}D2蛳_gu@'}4X.btvۺӟ"\͛ W 4em3%7.<]A ;6a;݊>Q)]P*wsX!tL).Gʅ#5=4.| Ѐ:IG!U?ʈa뤢L-|}-Uޔ317wٳ7!K/v~Ľd]HZ5un;[F L ~FQ GG>EB{*' <sU>Z;6G[y׶Aa2Jl;-ȗNG92I>@#oӒ|!¨`dNbH5HVV%@2 N]yˆ*L+e{8ax6Ht=~f<20K\l6ýHAnhg0h$UpdZMO=EC7raX [g6i@!}YF&Llƥ>HӟkL ʡQ[lCux0js8ROhCVIemE2 06pލFlz)6rGU+@PNLz:Q3|t :Z㑔f8;C&)uZvwHE}x Je oJ}A,HXf ߱ (jŢi4,iznN7?vqsQ.)׵5)}=ma'w=6e,rwNʼ֌Bs*c0u5D#>l1u2G%t̫x۹1UlX۸ڃfF1WUpVGuPf#Hʽ(!l|<+9g8 %`z~NvStjDa1oiZr ar(]Y3uy9W'<ZI"7 rJ\1\RS ٘h~9GL x)]OR:_WE:LἾ 3vcuTQxBC-jALq*4])lΣ:OjRζ=(TO^q5RXl̒pZB>k%X:fV[?}G 2~4_ gp7 gӥs@JՃ{ 2 Fbq3QZ̈́,g3uo;n|-A>xs="-#@n;{9& h?iyWh2mDf 7n0K8b; lamN' S2_ˈ!,s Uq #@ke%{!@dV)\w~ Pe C\ՠ[@QJu꺬\ɉ=iƆ1s}Ǻ^z1-טWx+5jPaB]߁ft9lKʹg兆+1ԴǡT?ʹd[DWz _shGsR?cd\2ELFɦ1]0Yv#Ia!Z°ސړ. B;|9:\ z4R'.xޓ[Kf5%R@cqH: :n @Rv(÷\t]ļh`,޿\7'vneu#Mh` mOۯpAp dEc_ZeK7o-W'j #FrhFB,S9b-$d wdPW* 3,%sD K|kE?6?a!TN5]]{ZM&*Q &9l@xݹAx$ jA*rR.Wl1/cQA(A_RDh3 :HrB(KkUZJ~ҝ8+k1#Di\;ҫd2MN*{h k^{S7fcQ5@2JWic!+<_oZ1ʰz&x]LfjnS)>I­`XsRirvZK6 j}#}(:i}@Gh|۫gV kgv,Esrr[/'O/ݚ><+=E5!fByU7RnvnH\35̹8#0?(lMDƺfQӝ9?_aBQ \89 7(pn:@@DNNOm(2# C,<o-U*S 84YJ,N-˻]n\ȕ9ᘶȜ|yUMdyqT oץi.ި2=FSGlC-V sxbcxƔM(GuZyFy0Yn;r~+I=Vu< |EK`T4u$@":QMTCeO"Q&@*a% %dMNZLmOf v*c]ygSqA|׃ fpK@F!Y;"f[U:Ua8f&A!xs(B̧pt%I7ڗH&T݌z}MrH,Nł܍Wk(i`:q(:r 4yxBHͮ fG2`Y:mxp;S 89<@Dvlq~TaTH2Vdu:|@E6ygiܴGHI,ysJIh_^j}̸/"-nVOl}3J}lZXFCӔ#O- 7CkRJhVty~ZirŶ}}2 C1K"@8#[--{\ߒت@&yDݦ K{ل=\~ۍF$=d͎X[|WU ֮-tp+-`Bj8Iƺ6@FA`^NjcB%3,"gNԢ9 ڟA lw#țA9A3J:R- :DlmRWSڂu]eHΊW)H_W-`y֡5t9w{)4/^k 6m>0FSߪ { [A,`5s)Ñqfa  U mm#8iyQF}MSvާ13^$c>Hwz:- t/>.$'w& E&IuReo%uKS;mqytiƀ@~)샪aA>B"r>eIuמdMrV䧳˧_idˠk>@|7lU S&'sT$+'ڦ+չE1A.uTO L+~2۪\Sۓ>8AO\i?X5lC`kK-Nӫ %:t눮C+Ϭˍ>̎ f|PC{pTcxnTN(X]2 .pw=$;cl2o C3A5e*{4?P' &Z,qBa2ՔZRoْwvШsJT\I1Z ލV_QBBTݘ[v6g!vsJӱS@O1YEa06.Uz[gvzj!bvt2 Zdd$j$[i?}) pӯhl!r6]b(9fotת)F,= ɇ >MN7= ގp'YO)[P3ƙU%-  O)Jk->feI"u&_@iH.!3k;Io ظxSuK n^& Ƹ¯(K)UK8l=0d'ĆI1ۉ7 ,;5UF$raIf~o0C#t^|4&N c[0ZK+pTEA6?d"U1<]X Vl_:NkKS鞲Il<څaR|ͧX5 {Tw ܴCϔCX#L# !& < VHN7BC `^lH99H)w=z7r<% 'A_f#b w ZVx*N]9+E:=tz6vUqXʃ7~$LfVŀ(Njn#:([{Q)NW#Q`?隝y B2(1V/=qoA Lz_&#w͏r=HĿ6'FS,G9&T\ZW_xG°m6I|ԒZh~n;r.A$0fYuSy%0ـz^ I f㟨|IYIch|x#ZW-^d&V9{LPأ~%#ALqoQ@ifa7\:v}ĪΊa3:-#ݵpiݩ\&K\QU !jT+:j!.ŤljƦ,=U&,~YMjnkBJWw-צ{s&9m:-OLy{q%|O.nFkPGLj&"HĬZ:Wz_r^vA]E-{ BrXDž;}\hۮ82qxoBtCiuО{BHS(1׆#x Q}䷥yvbZaV!YG)jĴ>jiyie˶ ӻnѐ؜ KظTVO:E.d*sAqI~tCD~m@3x{yxĿsbʰw<؅ fb/_Wxiͷ+{#IY.H- RCqxC GޟE&b:6˾ղPƞS5cG/|Ea |0 AO6K;l;*Gc\Mjaif4Q d 9huKzA~goU.^9Xd`diݮ!m޴ҙWJ/VW+ `AR1<`kŇBMHcOglQN ݒ>mcv D7Th *žpMzQrF(RP 84%r3˄A4:zG( ڧ" :-<"妃B \ߌ-ÙhAq6$3)M%RAGmj[2FܠYkԴύ9~+N`L{zէTY2 MoX# J2 %h76d] <~,RqNkHs9W!ZhX}|+v o.;2T߃I~.tnmG(!F$̍8cݛz B}CT0@OKqHjԛ!Fk%pl7 m+JKAے~uYnsQZQ2ŏ O-^/!i6[l@$Z+jh8gMy'Y5{I["Ǝ,|}m4]bP}999 RyY5q(2<̀*0>i` }^yZUcCbwѹ9e0U1cӘ&}+B?=6IxhyxHzNdk] B:RO4σ}_6UnpF=j~FS=5W(!gjisGթ)\n+{')QՈ hWlD%H*:]"{O#ygHg%8@Ϝ^l 5aO,pإڂ=NIy:*}r*VQyQl;qY{p!\:2U~$5ꭲ]g~o*HEwS+ed .k棩ٔg@0-0M<:Da>ؠgf܄yarMWR%QH>Lcy{ryoAIj ^QgJ{>'Kev݅ne`@+"i5O6gd|V^)#.jF I*s(D1F=9вKVOvr3Sn1 2}$7Gi*eU_+5VbvT:R#Hk~d%({Kk;D.@^(y;˝G`up⠿xID.Z479O +V-?%hF\iko؄'GruFRKwOQoTwMRdZe#;i]/zH(8ܟ47 kV,erKxO:2mHjz}i1jwd_8u\kr$(W8I?RW8>3b'!0U&u.Mn`QZvw+P;kI]S- @>3IgZ0{Sݱ9!L'cQ 2wj3^#Z0w ]GJG3 恛9TBl~X\Siw#4i6J,X[oǦsuČ ϒ̱Dxo*wace97*}edQ/0>s*DEoUmx Ua[t9[T߶6=hHYҬE7̂3xPE8 >dr2엢+9u7PZwsq{+ 1i!?r[[YTFBY1X ?iw-l 37ׂv^7d dI?86ʟK,g_2)d4If/@tOGIF;s[aDz }xzTwT'icWgTI%@Oa7Z>ˑ/J q: u2.huVwg6gYTcE?nY-FM#&8jkaX!=jHr YHЋ{ĺ@`ꦔk*y8:X,#R[x1E'*;c36U,<2u Wj?&A}>pW%9-`6IA`\J_7(L%l$+>F8.?#E 9e9q-]}:jjX8Qo/j$6nwwɬ旨)+Ld9өJ6tʂ(-ru_is%[ "BI\ez&2ɰBg$,ܞK7o-ddUψW y@OC(Z?Ë  {X-Y^j# c`~Ar(Mv)Ęg'[̒w%laj3yM̔Ia?q">.dCP?9Zx4ȼkj 23(6tH"!<Y.JÜ=zaJrv݌r_޸pJDŽiܫ8. [EiSxΫl: $Ĭ,lڲMY-0j\")6JCpQ=C_LᲢ|8:ߟycZ&\f,+AC v_!TXaBgVn0TP_%l*K*;%n ~M V/d4yC݉n6"} ebѳߘ;fr)ȳi >HS-IPBE7C<^0es@Nf=3-?Fu`CөhC"!D}%;Y:45hj,߳k&ɺduzTv?~JL{"U\'%s\-ˇ꯸=`dW*\Z$ww'L p\M.lG )#KPq֛rQ TփΊ ,[yi8 /eMpT4r{d:^wñkx[cH僥 $O G^.SaEә ~_Ԕ,4|oOJrǟw%e7gNFP]Kz@^7ֽ)(- ZʕՌ!oZ.Ju. [H{̸e+_FmtmPð61UG}cp z4& M3.цnMpvf ^-8^Ky`'ve ٳbWδ1K"ERi U;e>15e.eP`HzNW{|olG=`15hʣ|(gL||9Y+\ L? OE2{Hm%Q`?N^堕TQZ4|?q0kMSt6$Œrֲ.I5O6,unȬE1O9} 2tTVOOФ(hN;Mn"k}vǒR@*yt{$aa] *~S"zbʡ YG>*bRX1o*צ\ddz>׾A( 9Mי'JSZww޲ހk}u9krn~RwPs*pC|ְ>'/Du@Vd1+ZNJ@UNÇkQL00'bux&M?>Ⴆغ(,pAjxpu+H='Ԡuvn|Qk#]λ)ƂPBJK5ΧZlmLdna13`;6Wr惙^2 Y K,'Cٍ؂ tvso)^sLTzFmZD?3?q#)ҘjsBgֵ ASEDZEf`[Ei-Z29%vd^G<kl`S#e<ޮy2)Cm 4bni 9Z 9H$>P]!-|p̱҇-fTJ_bmG.#Z5-(]N!O)6Y:ʿԨmc!! <  GxӉ#?F`_H)| *;K0.G̓h\('K6XL*62JOGBNRh#5u2[1$"b7Zj/xh( 6MQn6{yj/Fɜ޳1o^0# vn-RCc&&HGrL/ 6]Gw8uۘc 掝{l,f3̸Fsv)7g/ٷ۳0D@c&3+h~m@nf pM/Vk.UTn5:A3v*5qmpǔ4C\ oo,{o4=]i4`NGzƒ$a4C_B[?D4Ƶ)Ɓ*iN9'xg9,y *1q^es:wr4'S~EXq_xr|LYP3d$B&I$Cfq7$t~ -%wifS>-r6Le|5+'`eI*α̶mQ'.䗢sh"Q+ZnsinegHQ|&yybݴT]H6 SeB`pm\!rݮT/.1<_0}qM|2OIRvDQ`2:,RZ©+)O#ݼ7X\P=u'~67pXǜg֑[wggy8[!CI[uxx<}i4ӱ'{>GxWZt/D01uP-2?=)Y_+p'[12sXe} Cf٘d>ks ?5yy,0U8#E !.Y{tn u wyb1#Ϡkрa15- dW5X8\Rw b2%%6Gm]GgEq=s>҄^}*3csRFr0_dZ NK=#v>4Z)>7tFj胘 evseIcy'V]w.orQdFӽ'g#Y%V^IILg- \QG+~RKRCK~;i'??+nK%6ɰz ug{doy6ܰ Srӿn [eAI(*EHoܘN7DxcpwÅj~z^xD6+))LUgLVcٺ["fDTExL$ CRpT<=v &cahYQt/0$7'1i[gKpO4{)p'a#~i=T:P̆0H98ep[E-3V!@%Kg.œ ۺwI2Bñq.SFHɞB'`a'z}h'#Ǔ}uu)$/V`u*%pjeyD ?;eN14`VKMMyzp̨dI ^܍t%wyh!GT8l3Sۑ[Ry*08Y!e8VXU 1 z_XR7~^zѢ]Z^!0}`Vڞ)8́9a-V&H<ٸt;@Z[q"19m@+E.v<@:WY^v3PNw3J@~Z`Uy&;g۝׍yqí晿m-g"8^} zEMfSn5aʋєKaO]$Drhi'Mv8Դk">ȼ^fOAARi32 b8~1u;B 9 KWg@m|1_w\ eIpHX3R M6Gji dn0]/Y7 ,FA a|^i ߟ/ʉ ۦ/:pwwaӟJeaoN#V@2 tB-9m'U]-H8 BF!n9[S`XClEF'|Yc=U`'?л𘚥-=fǗe1>mxJiJQ=.OwP.Ke aJHNbyk3[>.r2~*ׁS$FTShikv#TF>X0uFǟrKCvdP`' p:uvEc荗Xh(D-SLa\7mzYnByE6;U8GwGUĘ\ͱ! #La]\(/u=nXPH39xx9δe:2*:̮/7,K oĹ{Ty!D3Vb"@a&(:!]Yh-AT;J$ZuuFIf-eЗ7{cgodV bO9Jt!51FX{ޘSE҄"izI .(xSJFmkplѤؙ Jx͵@`ΤF_˵I>Hgy_ dΪ4?Rm;:c=A3+J^h%Z/˵9ĀK܂7vO惭7tVtl2$>Rj}q2gf!}@r@L8벍l=$ !]xo륹r{HEW;u&c I헔U7̌'ۡ5g3E+l=4 ?_ ZPDH}Y$S: `_ VP K ZR$; KGy!Or-k2*f^8i߫.շL:+LMPAjشH(*"x8|;uM0%bc_+U8 62k}]@S>2KNY{J@}Jᕟ,R5!M|N$N ~0 lhM鰻;]Qx2؆1U7 MF\YqRٌprԽP:,uqt٨b蔞_ekpuYx[YLS٩;MKho TmYy|[`? G: \ 56d\q$r^H92&#ʥ:Seir$65*S3\*NAKWF:" ޜ(a iܓSɏjTMz.]d6+]t>Mwrڎ ցxGs].=؍nC:m=B~!R[fd Ҙ@p@J7XRɬؼ ПJ:T}fKfX^]+MD:ɌheAʗKQٌU N0ߜK4En۫SҶ\n.ǰՌ.W b^/PpB94Xc&ylH_qhH|$ zG)gK -9􁵑*n]vEso&UK{4&RNvh|pAߩ1xYU;i93;nh }!"!ڄh*@gɶvH+l>R qzKw߷_oH*59rʦ<>Ρ mi*49'%*pzG8"k{!no.0s-e6FMyƨ<| x^_+ (cå,s10.+[,|57:Ǽk7]T5f9Bp߉th5#!@* O"U2YJ+ .$Uan?[%P}Pr̀%Sr{: A$xn.]xkӬu$uxvN?CA^g3^i9_Ef 7k^"3 Fy LP,Q]WRL=elQpSo#Fg'Dt!نSwO+ʜv)fWcӨf'r}):0ay3%.2H,xP-0>҉J ȰpiH}OBjR=-~s5agI6݈c-D0GR?յhո)KXe&;6SI5<NڞɥNԸ{! Yg$P F v2hBM %)sX zT<>G#4%:إhA`t/g@|~Nq\QSEPOVdPhRe?&A:.y@|t-ǣsbfmJYa%z岬R2d UUw%]:7*5p%mt2oǤx āw)I')yUNR7Rgsb4)؃/w_h,-%I@6E e}ϡpt LJ/VQAsFxCwa8bVc;Ҏ+Wߓeu&"Ք5cMɢї>>ɠXzU(~KvA'HFV ŨgiinvJDž|(Iќ g l_ }t#n 1a?[q{[7ɏܐ4oRu~G*]1VR ڄ;+hZ ǃ-w1Au)JvܜK5(QyrvS^Q܃(A"嫔~>+61=]o)wfjWj5o p}++G惜0WVI8P1ai{E܅x5Gبc{9YF؟CK: JD, ~Ӈf̎i P6Ny|'d3 L8eU=.l0UvCEndF#ІNE٠՛vڽGv~qKm~_s2$Dr&ۤ5!|Khd2[ÔZ`ߐGXSi*z3F0,͵IDB&bp5MhyVlz--~KNPCbGOpTY?1 ٹ9V9Ck?tc{ M$T_Dv,kwy=P, ]3ͨz?d8LB)l;Z*eߊuZTځi(< /zOKHfP$չm}#?ç!MEŰsG9'V52ʆo |wn9&)Wnݍq۴}W`;E%n4&|kBA*QBZԙ/(e,4( 7siiU UM),l1RIkIA4`j}Ѯ{xϑDG˘:==򺟼Q|!/^n4:,c?a˅R s^'-iT&SFNZ%3ngy*&5ƈqðZcIK1֮CHK]-p:3Ahuj=+\?݈2h䇱~? mF"큝v5TSsXKDI,s g]Y۱A4mC\c"LzþjlLXV$W:_$t M2<-X MnoN#xlmTq8;c a*{rXs4,WuۦIʛ8n {=ВgB"ٲEtT.$cHH\ ֘#)8RqxZ)`oR1؀v MOyЕ7lt/?&Z;645\~/Zv=ؖI;U ]{'PȴV#?YE0Hm6BpEa]ZTW28in? 4 Es1dي#hx_cX1$)/& 6;V<@ڿ+FNQ9e> ɜQcTN-QSb Ggdg %KmOȸ-g3 bM۪o̔ b $+-[;de!l_{ qǮbZ,JJd_;-X9%(wq5?_lٹr ldm6bT"87W ,;O/%@Hnf)" gX!u`w ?[y9ލӟZdG{=SLjߋ{:ӗJ)F?|HgQl)Bu7?ӝV pd1s܅KyX ;Z֩4$B! *y7xGH? >llj‚Fݹ](@tX6nxhFA;JP/v4z>\Z:|[gvz4گtуc @γ-~j 1%\ lkJ-HBf#s=^9)VYUmR{s.LeHHT$yt. ̼֤u|{i;jK3o PAjC@y~L#횟BYc%!MZ0SÊ{ͫu%ƛ;&cspl̋?1m>L&\[oƨd}z6 yߝŗ6;B׷j*mHIu "K|B\;Fr`Kbс6MVUl74̣=\)}˝rR" 3UR/33G3R yp7WǻwO ;gB M^w>뼍gqw%{neiZ" `C־h yUD_ݗd+Pi 8PBͳd9-0@ȀP| [-ddQue[dFRTWsG'!˘{S{M0wzmX,`A- 1L"G}a{G[Iƽcl #QU/ =-'N2T>A@M+pb_)Mdّ^[vEwٿ; C XC#(}twv&KxtLKv Qf "+4$gWUBKV >wƁNb?I2h}3=kh6:h et.O݅ǨR4[ %8qn !jh Ȟ9%֛&jCe#_eҽɁ!q5yaPrȤ~Kkv2%%ͪn Ew)@MpF.]5lvAB!Ru|r>@J3 (Yf^ `Wv IUJH,^)}׍AsV1FooJAީX-4'i>vƪ炜K<&Z"j9͝B7~o^ pF٪}ieDw(Ɇ=Y:GcZ^G: %_oޫĉjgd| yYV>CC^z:. ?K: EOLfOSm _^QB^zGhmYͻ֫ڑ*5HL,0=>JDz?C$&W*Hʷ):=3LdpVL#צzٟQ51zFWgOݑ)5}WlBV rȵ5pk% OõBJ_W.\c&=Jm-{jg~@U$wkx;:?$f9"h$95r\C a O$sB1b7OG & $ so0\uzLl^A0뻎bƨnudv"4=nJ%p$ȓjEМ"ޡs9ڍ8Pg1w(rvRW˕L]h))L 졎1 !ҹ7OM̓|"hIsDQ8^7ɘILݙen˭=::hK2PCELSKr}7}>o<~n{v-lˢhr9f{t=\oj{U>@nOs7&6J>JZέ󖺢ނB'E4n!Y[ǥrӊU+ND7 ZM_F;[!Y@ 0X~ʼnljR_tS>X yxV<˩ܢ[eቐ^6 >0.Qл UgC^䀙NU~ in&ɷ鶴'lֹanv>'KGnp'fp<倥6PĹ"][/v 1ulj ;ΚcYy3z>-]7~ )P+ 5^Z;HNcP!+7<$̀mB"KB uǁ{P3p%J2Ccĥ:&GF8oEmw1g|iΊ[q謱BN/W{@.)~pU)QűB'yPnw"ǧ6$昶Au&'X `q]d0(7R̷p!]x8Lễ/+I,0gcqE |zz߈{|=I 1~)6vhUH*纄cDy%3mΌ-lZ( ,)H ]5F >+ҢK YW FPЕrՙ?Bc۽e܄.fʇ; .0! +P6k(o_+ђ|wuA3CmݠGW0D 5 tٽibD@?\Yz35O/^_]u@\edg0ۏ4wڄTB"+=79шparBD.k[(0@ړ &q*1Jl_)pB^ 䜭xMҹ>ɦ`qez9w V_p8]fDSfAK7Γ#B00C ! X߳6P*!BMx, pZ#1eOɜZ%&T @oVYܯIF:tyXq'v BL4V`fMU!K69^s}8ǁwI"g=W3UXsV>M<'ԮE5'{fK&F*﵇:UYnN$, Ml#e2۫T3 j9{O(6Hi"I-xP[j,qYFWLF۹m1d qbYTI5\7%Iӭ;sj`Waׁ.cd:JvikfON#bO}/Qut׫a㵛p%[F=i戵!4FÓc@,n [} $O+[Yb%N2Rì2XGwؗ3ޢ}[H9TsW CSFܰ[%>6%e/I\ oe~_\ 9B^16_H\f.y[`X%U?jLjZZxJ1 CExQMn~oT5Y0ӟ3X󢤞Ρ^WdjaU=ЖۖIӍBثs`Q j_8pS㟫y=$` NGގ hF#)K9虝wP 7Qi)d|hwBfR- PbL X,RS%JQF}h)4J3o=P$+*Fyj ]Cj`0Z$hCcwx./g zga?hl@JƒZ;h.|ɬ/ky{IapBkCR˳FK2(PdӒ% Nԋ7s3~S#LT/Z~YUݻ9fjk(.Tl@_j,yuռ:nna;W;W> z`5G>:g)"R!q*e}lzO/[Gܟ =v/ó9pjtLa6 ]Wye#ax^ӣr BM0x,EE&km%>e"3X{4Mxk(CE1[D5 1B%EZm~ ng~D}OQ@.BGhpCcTDž^zfgQ" Kb/z;O VӫGLf8`4ARd| 1p# ijn׈o1fH஽j3Rp]:vJ/|rIF9t5d rR(@j MתXPT@G -*|-юۯkzK sV9hiI!(iۜդCa+g]vU{:B_\,twӪsǹlmcGsfh>!׷kq39M\Ք`(@EJBVa}.74:Uzb[j"8W5k.C}.`^DLShIF_Dx8AjZ<,`yvV@tW*m(U Z`Q oҖ'DN[(E:dޜc7aA3}rny,"h 聞dʁ3l_P@g{Ǟđj؟އj k33gJ'P33k^h֊+ZU=GҢK݀ڼzXm qIf15.F˾  ?_ƚv %%Ell/aPxv6&9;!=;@,wYYc9 ,GH `AUf2~%"ʠo$K2s:{ c ir ~#~nRx]RѼPC/ujp}5tt䞙BClUMuMgoE!i}Vפz;3P|Vô^% & ;Z93b&5,\woLO< 8WFvou̇L'C>4=#19x…Ј% Xlfd&IG SU[pRٞ|D W62mѠ]a0U_]Ĭ/SS rjy< 6ml?]deL^D$T))r\8Q~bP'2Y}LȫMrP6,SRϖeM[ғbytt<ʓk-nHuB^mL1Y @ڒZ'> -L}sC]9o:l"?G3Q^p@=/ P)^[MG*4akOԼC`/Y"TX^ٶW5o% v`^J }ބ+^LH/h;o0{/7_ :!ҺEos:ؾSИZ۲Y zyߘႌO/[-Zlk`Ľ1Bblzal# /*7/3wl*MET0Q6B23$>8-F_ r꧈]_ãף*, Ǒx1=&l^a^s[ñ3!k谲uSquE:8o'#wsS*YZիR2_DFЯAD!elsx:@Jt?ă biS''W :FA#bL^)O{cjL'k YǬ܌-i؟p!zK Wqք>V< !1;O]iK3a|ƢDڝ>hU k*7fS jBfGL4F`_GŭRT֧]Zt'wyi- 8%|sʨ-R/(5AdD9DT:1?/`*'&T]A%\c(_ﻑjm:> qk`-C.B 744ja ՚}SPQBIZvAl۪Ex\9dxLroHÃFV'ThղOv2x,&Pj_V08f]|ϣ焷rW֌f Ĩ r`{0?z7֣B?A|~=6MV5Җ0zVL\xZU9Ԑ2ȥFN/-ՂUtװ ^WÍI|C$0y=U_1|hл)(_=eV5t)i^訨wԗ q!vƨ c׆݀'>0yWUO:s|4g2@k0| ,R8r1fpH^ P{mցp!1;4r( uK\-處濆ZydAYcpYENK5䂍4AOÓ/0o6GS]>wJ oPU%lw3/D-Mo)wRH]"o/Zbćǎ +b LסEHmh`&s{6h V+[xRpK(Rg$2W”납qZ$?)Ty $_+(#U9 [kҗVR 2%.WꤍwJ#e`=N]wa`Ҿ&%-~ D0ba3 lnObDqk3Rnx53 Յ W2~]rrBC|ԓ?%21F5[ 9;S  QN ^ 1awa(E{~4;k8g!IaqR!'⚒lYV˵iB51'qIS^ysle KEh" wxM"_ܥ#^}A۞F96n5)BZa ށq-9ҤIˇ- `t.Oñ,bul4'm !%Mqa搃 pYA=|aPQWxjuB jZ~K6˃OTpxѳ7=.燞OWs/oy @$IyGfcǬD漥n2q͍3˼>l%&]Jví f|6ّ;7Je~NKWMBCs(WeVA)ρn8=: $/ykGFbI(B.ⴢu|i6`_>ancٱ0I.\/cw 6$A-X<|+H@ȘRF"<;dDmq[#S8eL.tb"Aw.+6i2ޏ42"X:C%zHk6~"lQ$> x1RX׿(i>C<ĠS EPP҉MBP_YW5FI)Q(Mp54!q\6#}IŒDSj=J< 7C"f9wPd]'5:%QWPZVl2.NalÛ?\`uINqY:?76>m{Z9σop}yŢ5Dz蝊&t/}2uMtFRо*Ԃ>8+"&4?GW8[=RJ˪E9irMjeG o.|4 ݕB>䚊l:C3h>ɲ:h87Y@'FB"Yۀ>.:Ay"XԗPe-cJZ*FSc26z(1m_I;H;~@.θR; G6}AjTFNlߣ;A[C}vR%Pۘ>ٰ3F>6])+$6i#н1Ng@42 O 8=WF6[ӔBrŮ$N!j|NYX& p 0Bw`ZT173 S% X/G0WIt/_H/V#Gĵ 0ԧG{%(o"37u8giF,]<[S1l<"00eG r@K57^]bcWk ykw6oz\ŕX2/uOyl ^y*'˽=wvl0&$xϗ+\t^{H~2:͘:CKΠhUD7 NNFo餹pJ[UȓCٔ yސ0N+WGL26ig #imuhnA֝Gň΅(!}yjrƊ.+j/Y1u5y>Rni/ 2nKUfrg\byc ogٿ+Z4],yǑ9o;NZgbQCQ|x+\ڨT|[S[/#3}Q zhW)"\f1'!gm%L].5~9ArD~ ߴL;;!6lliaheRJ"sI?^hqިdDbd&4v/oUۃ / Tp 6-b#۩냣{%L wP`E]NZ^/=&{+6s#$5ӠZb$(bb,iNE2bo?ղr1:#O@>;Xl@?ɒd :K뼏=]]aH\/CD8_9A %Α}CxS+\úsZH-ܞOC|EǙBvpҗė9z [fhRx$9zAJnw2n"<3<ުD5$JgnW^LaG3׎k۬-Hfh~TKk"ImbZ݆ޭ8J/Mo~a m) _'u[Q22{7a$ `LF($G 1*ʨu62.!I/8|tWĽ(F. #Dd 3xcO b91_N*2dSxbƻJXF>, t9Ai*1 ")o0}>[#2*?B%@NܹBżϔX }s ̺%][O`ЕO=O/{ TȻof"AaU B|A 7a2Di&33\Hڠ≓4p]ݟsM1`qtycMup]b!ȄpYXu%5?_'R vGvc'}{.rnK1L #ʟ;dp;!;xJd 嬢.F;)Z)F+\jMrTdYĶAPwY`fA} |B^ ڈ9'7>YG/#cUMT&~+ L_eG l[n|fk AedeX=692`lhcxo6 7 \~DџI9)PߝH!]gEXQ*c:Zǐg p5V9ok18 9y~t [˸hQ*Ww$*3+o #5;@Tu[ط 2>\%v7ۀ2)n:l@Q مgP=r U^"/%y8-Vqjʝ{c_}ANA=϶uvDBu'CN7UI!0GKȤ`ˢljh#025f MYr[Ih>jo'ϤHムQ=`~|ʊ4H9/3AA6qh2RQ$߽=2!A, wOˌ :%yO,)k^m9˜{˺\ց½[>-f.@g މ! BSVTOE@R"z-"-Ӥ;q+1>P"Kr×M j\2>b}8BSM$}Z2(w8@H,h8Ξ L2miv#g`fsBCdw”N':tM SO z7~nSم#VۛX룂AT9g >Lx2&PZ[6 [}rvVp-G$| ym;a= ׎ڳ2~/\J;)|i]6Wxգ_BT-t)$K0I_]]d*$a&aS !7I}M*2OGDiAVJIJ}]O^9Y?cfLtǬ FL}Է^ѡw)Q6RNz+քT̼ H5ƈKE6=ЍDE!Y9#ezZ1M)<*"qqE0T''Nc>_7;%91\X7lLgcIEPWxW8 fǹy8X#j-x`,Ǧ{n3ܓxݓdゎb1Xr }f鬑JAPS0K'ٙ&uԗo8C`gT*Jr8WB8W,6J"cSZӊP:wXH[pua0>|^:uq$VQai/=v޶"^dsކIjNs/2,Y#7B`䯏~D3LG)]w02T؇TZ*ZM7&/#=yPzR)J 6.-?򦱫Kj MIwUC%p~Z= B7<gv4N(k<(gW2KSD[%pF59=[©=uaեpܾq =K˙$O1N2 g GcC'a?~MrAóhdeq/ AÈEk9.u6<}J$[oSc?9/؆z7:46@cPMωJgP0l?UuGZ5~5ZGUҵTr^xѮԟє&3D9>ZÐv{]H@|C)D|S꺰mJs*)oak4$3'{RBv"(6͆?/yű$I/ŗ^UtȖވj]Q߉ u|+.ń#\tn[>&Y|SJڲ8r\w~WOM - Bp ;ϾU痲x<:Zº1E7Q*JS&~L a%B X^iNų{q\^ v.SDW` &%(./YbA&_!:t=TE.ؘsvxڥN)<ǻ 7R5bbBud}o1`ʅjcs7k 4e%̮9v/US0VN<݅![0B(TK]ft}5Xb&{`ՌT· e8,4 7CUe I?8ªŦ"2cU Ih4_t9H&R:'=5rv&"\WU,6Hm޹ͦ$1&bؘߒ6(]uxfOIPEP#qǸ&Q.`Vkm_, 9aVޤ 'Y~depPxL}%Qj7c}غu>n0WUUO}` 궕끬˱(#?: NltDTW[XeNPϾ޳(~)s/ӖێXg1t b;Gؽ߭7HjOJ j#R9-t ޅNW*:XPC'l"bMW.RP=xͦN(wʓqg=@NaFGf#M&-N jbc]m3ϿƆzΈ4; HF_D(lx|#jH2JW<>M8C߬Z ua2ǾX\Ml 7 @==Ơ=S݂r'DkL3OL T~NCrk:MݞG_ײ10,y< m 0Mj^mDaziNO`%Y2& <8[cJ0%%Dɐ$ -]ylRطOs-gGiڗ(FG˼8xAL۶${pE6o6W/}7 / .\@r7QLXJrVh6D|K"**~YqpẢ_8\ɜֺy d4ij`=b;35gߴ5X;ðkz̴Ͼ۰Jrd$ hFH\S WФ|~3.N[#=%ѩTȡ6`F XC &P+  ܌]Ca:a\U':@ɢ*}dbr7Fl̤I7w9A/NtU isAFg6F?;=Eג6jbalDJe[?_)U)U[47yN.R-Qy[* dS:r.zy-ۑǷj;tb- xVn(eK@opY~2 C bcrt1<"1WHipkBMSQjONM%2&VIWe=A2}Hcb$ʂ̨=y  _ SJrA"iPk pԡ?F۴+^f4K3OQW1[͒y%QE8  @NЖ؂L~=+AmE䮷dks@iOշ.z&=p87JCLx5TD>P[|l/`NijƪVUumҿ"my3o?;$bעjVOX,-Ae(s:Ehbxr=W#CքFˢ0nJw ]Cn tۀHhxǵaե {Zx8B.sWF) -x%O&<fKNFBd*ZC 5AiJ~ O7mꖟMipy1.|ht!#ϊ>O ѩ$ 4e\ MPK%y x@qs" 2 &'2*k/\5}w/>gC._ո׍?0lKPYZ.}x!<)*MٱAcx4@ϞON>8hu;rUB ˬ>oe@&ΞnWɌLvn6\3Y%3}Mual)QrɘW[8Er.Ӓ!nM^^2㞄 _rˆMt7.CrM Qff@g\i.0 إԳzH;N.m=)KB"59Hx09J&7ew@ge¿è?|_r  \7`0k){ȵEέo^E8'ߓ; y;Su, X?IGn;C}ApJAiԫVV!"ES'gc֠ڵ/JbALP0{VPx;9L/)ZCq~@H k:'~nd,ixsLe`}]ZX'5>[/g;|6эD9o4>#{V5{wC/$r>JA3JQ6N?Mx0.N1Ph-*a+^A0ce0r=Tha!e=xG_a%Ԡ[8Y??zBWMl`YdƐ2G^Un  3u.{Twi4aO,gB/rܬDPU N j-)s<㕚sk* {bD?_ZjMpg[@,Ou+CmV9.#^"0Ip-~cڳ{rȮXMPYK +oho&4x,Ah2=*@y#C5oﵭIśg |nS/|WOCbֿ ⊢МMyY7ك,Se4 WTbw<4Sߎ[=B^zX Dk&{s^O'0W@;a `?5$Tv [â [ymF6/EADoe貼9c`d2^ : oD cW$(bײ紘liޥ6F-簄̳+rdW1ǎmm& 'Z8}ɞȈZuEh"Nr:jjG<|Dglc! RYȟۉzŊ.]R"lNxbFcu3eki2S{̾Éo&3nBZqp;&Jw!j`B`R#ƜnA('n뺌7;cW. ێN7n!aLusx>P22vǀrŴ<|u F{'!z10/3 $"0%?@qEtx^nXX@܍ZڭRXąؾ!5'N=t."*n\޶xU6,v)l_:%XN&YHB 8bksC~D;4]VI@m +ew5OBO+l:g Oj)Gmw0) ٚGkZ܅#pZ"_wpaJRع-)'`d,⏢,VdVGԸ:m^gl6!^eAQOgi%g Պ  wx9+ Mto$T[{Y8@|,7㉙7u.n?=K$H2AG)-:wR פ\+LZiހ$>p,kV @cvw^1J#lp:/VG+2zM'c}C}d ~ۖp#hZׅ](A0ofd+/{8F D)B]a=v&Lip~`V8-(&pA492\G@44"" o_P60Yx>hfz_gĉ_bʖq~,%4L?I4*2EH9@o&y=@㬘T/GT-OA 7ͅ}E+Xݽo$C0b|3׬&6nalo9O;Tƒ 5_nza[:=GT4\`h7G!%׆hd}ִaَ6n1J*dA~h!&z>8uZa  M"?۠,"= R汝Y'3;k _1b. p*a`,<I}Rys%e+OO}oiP,8)1;\IpHϐ7vD=As wjzGdc1|h؎XS A<=y I$tIYWx`ܧ2Y3{9D0ZP  s/y٣^kA)#Lnxd Z])yy.P,^fkO=߿a+'#/D{Irf{3Q]6fO~^?.#;2uiURwhXu`a5z]qҴwJ3/%@@KXf#JJ<:YF-;U1h<9[+#g 9q7ؾ2hl=ˤE(9"WҏѮ@+6G)%l*sDǓ._Fjr9̼g]KRbD$஘WtSQR |f?-;E.lz|\aрyۣ8Bf&ڢOY7iY/IE!WdAh=2 \]>ؤQsZЛQD_%}:b1Ѿ"bkJԽO] @3"\[sq)Z^Wf:fω$kub\`#>5.YܪY.yˮ _4<*y}y;2'qlaaf<8hNf F4!{_@\OLJjS 3;V uXsDj 0ڙkyk(nVk( 涺\_ՙox`>bd$A楢kB] n;7j$dgs}Ȍ"dt/Q9.v~5f|( *v>Y~+x!U Ͻ2 dg~Gt壍?IPzş0\R!Ђ:әNڤFw\o2FwWaQ~㍠Jb CWjY&^Xqb g~/2 &܁z|=[@o@b#kYt}C-L(= #ݯG@@RĬgFԕya@0VRq,sp0@F#E&$xM(# xW/FdAa5agr".z:d ;I+]Pq:KuD$q肩GBun`L04g |tM:%cr{y@55_U13* 2q\J C9 hsW|Y+C3Q'6o#,P@bɊ]Jou j]K<Zˊm1 m%kS;Xenic{'0`TJI`  X䢨_i{9(yu- ûH &8ˇ6e$$F^bRp zH?DSPYm2{MbE*MIݺ4yJQf ·;}nNunf. ᔓf?vM9aG1C'fW|r xк/">`W=eZh\|ɣ|Yڼ `JY\me3]:: Ir]_1b:I՝2sR$w>RJ$O(dA͍Zљ'd^ ~[i VǤ`";w3iO!Oڥ”CЉ.##g=8ZJEh)GFwp(ĞVZpղŋ;sjL{-8 #(mg 5is 2z.Nd@'ʂ<ӴOLIMQ ~4m:^:M,#XMv)VZfU%&T n&&Wdv$/xh,:!4פg-&#("꯵o?ҒFT>n qM s_ܜ+ oFxIut fZ+FkcwaK<$ġ6X+٘co(:[ra9ELg>kkoalHݩoOဆ)A$C|I/GvT9ⲋ[+:"cp:*6S x*bIwE9@y9M;*x3JP)VWPZ5z8PWc@s|s+u|Otߵ+Y뻰Kg0N)ܔ~) /uPu*UI[郬0݇ôuԡ & c_N:DfŃ  ]g`x$u cKjxˉn䦛R$6i,Ԕw5Y&?!˷k>pUP[ O~p n5qG&(ag+fJa|V@W)]APȕtpS|q[ɀ4_5bĠ(z=G51'-Pڷj  Ir\{vէP̜HqU*5n\G|E-Hw\>I*P !oGK !\b2kC=tFqB҈%})NG$xd+ ^rqd`eś=I oYh^] |m)C P8z@cٙWR؆ςQ9jB?-{ |g@tF;!RB%Dܧ-A >#&ѱ qSPpnQ#= G<*V5 $mRѓ ZVy: W:%۰L@+ cbhnIN7xZِyHɷ6!ȇ܊N#__⸟7?ˑB.T%>ϗb2 SݭǦ1|; unGZxys)υ e8%( 91_dPn>mXўqͮC<|9TZuaK-(?q4ă7TdFBӦgoR @Keѻt8U2Mc2p]Q ײ(;J+@[84(ܰWLhQz_%mVUgx` JQafݭ"Ԥ,f"Z"#BĹ_vF#k! U{ nϹ5WjEotj{d1y?СrO?+f-# 58Bζ C5 Gȏ5M ,ԣŪEIw'K #Zی&{A_9ڂ${_K @_Z}pFS"@'7V/H`tӟB hbY_#W~1{D7INsyݱ Y|fΏ-|y/Kk K=`R6RE+ y{{g7[T ̱ >Ns⺝yE{22rXJ3n̴Ў(r>OQW6U)g>@: SG/fo Db(P#>9`l:lw{ %v{Xu3Lz =?eS* pJ)d 齱)^A6 ̻^352>Ԡܺ_ p}DQVct?%/qXiuy0nװV@vܣ-}nd&rT$|.+)C}PZt *};8;HCnҺ|/i.L,& P:/0.WtWQ Ll>p lϺ]cSBY퓭;pVOoQ򋝈tHڈ Y,oOt(CFgG\rS1o`f fG?{Q2|4h͖[F9 C MxN]_ٕB]P2wU &4q ,l֫ 5c9 JN:3:g  Tq`lגh4`md;RR#EԜ !޵ePs+%:|$3&#׼e s^POXNX:W?JoߵDc.]Lp5@?:m{ ģ[\Au \&MԬrd6u3^%,4"=Fa )f.0P<pW"q&6Vo!L#Hv;_'qI|sG\&bt^t5QN_6HKU$NUXroѵčb0ے!pm]K4ь#GhXi/1QbXDW!4t}p{}w<-N[},F>)1ŲW׍!–!oZG:uxi- ]p5ٛ]z'm4&/)";F*l5(˜7l`&%&5ŕA}rjN'kSҚ;1}Kro}SWYw/d!Ύ!Bpt粜ϙa . Ta0ke/`q t\A{/. sߣM2"qhndUkX2ƔaC8WsE1NW+vћ-q_zڔ7)dRf2FHpNv q+ 6('WQ. t P:L})f OB  =τZ'摕l G4#R[\*D4FOxIF?>)Eo$ܩg;5ѐ0JQS͏EVA|re~?c"xn8.4XGSδCAOTP3_lpXFIJOc%Qʳy`Dr(6ͶBv;̻ w5QϗZ ~ 臜ğ#~1°AOm9<;5CDS2 M#.:ʹC;* j O1|VP76^ݠvĚ؛Y_'{͙w6X5ևPXbu<O Qr&qsK#a ,ϟSf1M))cɶt1;@#Xl R8hQ ~ee2˖/kkpyRi=DC v֠z" ⾚Ad> *=9FwdS+: a SK bHQ 6 EmҐ)G!N}mݭ @uq[OR>Lݛr#U7O+]Nyt,F k`YR`J9' {bMؒ#ëox˹yM-D>lmw,<b (ݤCq)vTJFup"#@hE<\ `:6u"6SYH$j 28lO/y} ;ɭwrpJV# 2EǢx;bԭ0xSX4~b0{O&mF[<];ɮ2\T^Q`jH V똼ΤD e5B1;1_0깑qzn~,ljhZ,s`ywQg!Ť6SmKB#]fQB[HGENlnf: |摡Bym niK| HA.ZV6PUsʿġ$eb& r9KOw^1P+52 ~v>ϻ.)zZ+R}>ήB7J7^bL'U˞Yth<EnrB0[v˪ro<\]6@ϭJ%Md&"q,zOX䶮2 B;;&afia T~V;y|NW6$k45xAv~+ T[HV_XF#6&k;$Fp䪨ڠa4X ;67:8O)]Zg 2=-"f~͂ Q XwhL>ٓ`0z+eߘ߯@9dޤbr=S\FL~p`_gwlE(H%:&1ԡB-Kkɿ.d^ C^.3)62iyԫ>NǷ)Lx-yO"Ict(\A=` 2e7- [zרlv:Yș$˜c?)i|EJAp W  Ѓ#@},R ng/yL=gqurYQ]+ eYҽ|@7[ϚBgLØņ+aEW~믻H sXXY;bZq k>QvDhI|]oiiw hz1N$2yZq#Gʰm k %ޭߌu ꩔p/1wm0[V N%$?S X"y^FU3<@0sxF؟KK잮 Zfp`MW 2}?gƼ>m.1V(UB|)ON|zĜOgL)oqbUx%$NMȸ׭VFsʀ^a~9x>"࿣V}mHϔ#Q)BkG ,}i)f_M =u[blwLvD"0ڎN H ]Kٻ<ЀܒU(B1]J}#<+aG V!`[..ZWI?*uAOH|TW6xpa SN@2My(G:b^6c_Yg\a6iKb% 7ޝZD'#9g!tM8I9lM?mRJ2$z&P9p&I 阰5^{Ɇ--E#=L+Ӿ,u63,`G#|w4?^fu/䊏H!pÖpAg>?W)| d{uD?,u"Z~طirN&BEqLϤc*ҦO$h~0ܞ=tu6S\I('43xigR= 0Lm낖pZ{konΏvV';kkX! Og# ?4au^5ր| {oil%4O֔7M0dY/d Idz[acB:/ =d[oj˶.Gr.t*,>\O \6,0{fX0bN;WJ-@/b?ݩQ\9&M1W 0p|:jLD_sʖڱ\wnIx8Op&#rE Fqٕ89M۔(Hf,)ۼ>v]TAP'6i ma7s2'bNFkR(, .)6Nn#VgR rAG؇IUWnfP;KbQחd <5o/ZTjd( b='5 2ҭFs7,縼|w>࿳<-؋Ocֺ ꘲R(ww7~^5Dٟɰ YvC+xR'Y/=acnJ3&?!ħQ;1f~,3/(7fA ?;bO? \^|vLk.rbg~ -ErKtiz5OpEhEvJa)!Fqnf7,Y'J2")Y4;֞Tb6t$_?&M:nLƑ 1qUɤ{6"*FTfvm5`.{VkP.O#ʉl8yq2Q`r4OPo ylHx i,nAG<]%?[om:Tak 8}VKo8H w+^>#A* TvIZEPѻn*H47J"f֗ $(| QC!0 'PC=%DTcq{NQyP5>nTml(F ܳ6=whвJ=|ו,sz#QG~XJS(|\nǧei0ߡ2xv =vW=դ#RӰeFo%x }` B Td;vk)U)q7wbg^{),3OLBmu|06N%"\ qX(y8۰- 8Cfz2e.\'!o5yz=c%m}|K֫K{aM& T VHP~!x8,x8U҅Q檿 2JtX-Cߏ~uq^I4Y yIK1k&2`Q4zXDM,h]{0 y*Vyxp;b;zv[}ˤ? KRBl\繉 BQ-k%Lx(`a6j]J(q\j7h0wƀRD5 O'('r2{i=2&\ /&]DZ8U-v>q d{-2ł;,qgIn#r0T`YέLe$`+?8krkD)k{}=j 6#Ej2LV fxb=j_Mmi_sAFp^X8[s^O a-Z*bNsɝ=eS JIK9t|ť\b/Բ \l¦<Yfe2&ӡA*+;zއ:+ i&5WODSݣz )fd6&J$8`,F*Gl:ģf ĚiWPcПBB0 YCX/mRCbGS$L΋Ɖ S}=oH9g\mfl'_vgѤ*W˶*vfa.XnLyQ#[TRJ>d`e BxO,rַjC,xgIm1AXx=҄]5js"twӣ([kp㽵;t+~& *zu|1ZxQ,IqqXW1\fi%uejy?"JDD8m 1aS Zi/NjKaok$} /0q=og^/@=*RGI<ڊ C; GK )cP 9]x mGHI1{KJa}N[]LDy3k ΢⦳8w̨(X`F)ʩ`&[r3n$=YGoAUpBI"4!T@W,SaŽ9S.*59ڋp8_p T3 `xT|a`;)h -$GB㿣Rwo_zT^oGo]_kO Y'wPJ#^,TO);G]o1Oq (۳E?uYPTr?$}$ ?N[ĸ;^0WJ㌵?H@"`4W\gl)\y?wEكbolMR!NMݵ#.*;9!w:0P.}Ӽ0 t*7J6g wRS˒uJ>DtpPgV)fSįBXJQ J2)Kfߺ=*7.KD1D:|Xem@aFWGE, yrtrPw:Fk8:]@A:`{7LOESNE<5l8joP欩0fĂ TɊocLɮwLqT(Y4Zrʗ&]Cg_al c [?yd9NO""quE{LM"W¤vעɩ$#EMDd*+ gGAl$Y5BPbVv$Xe5.ERPKI͖~y2C~r:ɴ4ԫޭ8a> 2D!ݯ]N?yWk9%S6؏'Pnh1xF>J#{)69QeUN0 bz#=-ց COx(~q;*^͸!B%|{EP0U06).4;NsPU}Rl-x\! ЏL9أ:”Lњg wIb7obd`h-#Ma9EZ̄> ޚ[{zjh˺W %rz+L>o3Eu%e*\ Q!=ju,1ѯeVX#C{A&I>7{|ݻK=Z  Ks¢QBNrsud(6רB,腵U&_(l2ÔEtr5|DdpY=5CTEСf5pk2)=[&VsWH~yu]忛[9%ѕ!J}V;[xre=nz2i1 %8 S*M7Sbˈã$BpPm^"0oBDlHvik)uCnszo>D1Mz0Og08y!KU: i|ax>Y8ќ*OG&ohe^T4Ԣ`ՃW|5M@=K^߾Bl8 ~gSHQCtst~Q{E!~bR$Lw%BַD\'=ed͠Ql0;nSjT-Ejx.jfPo}@kJ"vGM5#z(N3_v_VebaBڷ$⟀M"FTUq7yd&f 9Nn|=˂S坱yrUrB$n]أs/{sI69wK-7*"G6cy2,cSd q:Ag  +i5sbnxLDyܟpK}Udx}# b K:!15 (Ɛ{" 4iy*{Wъ]r~|~zwheC*Ot^ kud +%WIICQA)-pftM-eDwSNCx<nY[mYӱ U#ךp瀗&hQ3Cy0`)ICY0( z- ~&Ȉ"sd<kˆ3ƶε,g(ӁqW\+Y֐:&pe!0xe#n\-~{ӛΛ'nϴk%o{$9?ӆ|Ti7'8JAW)jeWU u(S{mݥ0)2i(naJ2*M{Lh0-:VQ3|2Tn%Ou('"쩮֕d춡Sn"¬A8@5x upJ ͕}6p1z*dN^2, ʨCReRH )쭥<&l Cn:qX )N9g6Cb5ގ`:c*#?T Ag)Afՠzʪt$2&9^lo7=XluzFhǏwYeJEnAcJG&4mN7P;֛/:#xw+4NG2 KJOuY5$E4f|V$ (5W.n%1!woRS`=CH>[O!&mLDDѭni?Wp`iKUSn|˨TV43p}9,ð̋x'}pDm.FRY٨VC8'bZi%l(?$Vey L۫$o,E4M Q%xA%KAƓ>`z3(Viܣg:Ӌڀ裚\/ߑMw'+8JL.-Q$TՐ![l'l@U^iLI )¶x/Uy spAӷG@+ ,^H>mZ$Fr: 1ͫ-^ij$Ii( qm*f?l/(Km>$j'ŠzT(ꞣ#ԼS_aB& 3g 3a$B#c*I:6hr=kSJ7$=i 0< pKdJbkWD?goq RA7RQ@ Jv63W[86 R]^sxpr֓eԓZT~L!LVD@{+&m#VKЭG7>Ksx!npU|zUITsz<GueRN>i6͢@)Y KgY,+gKLH05}8H+5IJhm7|>E1d j-,e(# ?ÞR~&NvKVøķ Cz #09)ƼT 4-@hrkwXd ,BU4-&.mw1R eGc3퀃/y jw3/ۍĺ0ӽK-ۑo:wlU/2?-_VB(csu!/l^KɺU 5[HS1q)gp$IsfQJ1/XE*dfj͟ߺ>,qE [ya\k7=qvQ\^ؼVz:~bn͊\5,"h R0(DZI`=܆ S1aےYҁը(o04[/z`?yNwL=*{ei(nr;4mg7Sx{feCƿo LݿAR SV c=nx@O!]2s7 7:<,p.";nyi{q sȆ(,Q`=^0År5ԾZ8}pvD5p)p'NJLnq=  I*x/i@+=[E_:]ѻ_՞N+K.aD,>Zx)l t>t=s`9o6E'#"DtfяCGz=|M՞ZmSlFdz!qË>siB|ҝk,Yr,h@s6횤@W,}q !$Iݻ|*RiQDT|}ɥtކGNHjo 9RJ xsM0k=w"#0*BЦE[|S"2tDSr gn r1RǼ ܃wʃWҮo̢uE$Np[RHG_$"pۨr?Anm( LKr !Qn8v8J9QuINAwJ:6y"ޚǐdT\ x q6Riȍ@z_%v9u ?a悘5fM6lkh6+ܩyZ˛ @6(Ii ʲV Ks b,F@fLN/ $7ʅ,g?" u%% ϫ+cCŪutleZhԢܕ+E5hv7Wdbh06I #otAkGߚ7'54LT"Z%"K4墶[̑@f\|DZ]($/$m?CMvmㇴ!RDۧ\TuH@3,P<1pֈI36$ A̝c\31Ё }URkUTs:.xhԩu&D0 Eq hL-"юrm/$TCc6!+AW˄\4 Ic92WDڝRp3-S20X9P c? V8V\8!ר/c\0ӶY o y =g%DA"h|C=LΥ0cS9+ٔ NlTsǹ/ Y 8"cZCG Zh^DܝX;\f:l-@Y:ZZgž '.'9<\3 U`Ա U%ϰ# :JҔ g ) jG;ttG na[bձ_ONer^ a +)v.ROeі3A k!\f>D6pۡ-)䨀cmvH'z1 Z>C:F|?+? h# jXiu*#7H!4I`+j˻=+t&`柩C!17'O&K1ir\Vcg$C`ܖbHI [j'z9H bwḞݩm6 R4i5r"HKhG$QHWq(8<ںÖP. [b WoCx?09d΢:\![8a` xlcH4nSp,ObST?c {+!A303ˑ"aci FI D_rx!*_b%cbOq_6 4c?f *4-;(7Pu]wx{ V_r[PCAP@ro-$xg7Xv~׹gV_IW=:M#gqaі5:|?j݉W:RO [t3'a)qS#}Cޙ6Uӹd_9EhTŠ-Tܖn9KdHE lxiFh*&81l|^+Wo.詨Pr8ufU@`RڒߥEmd}Znw/-3gߙ%*+'&w?8#*UEjGf`$3^RPQhjbaYւ%(yXQt2=m'n5KaT7"3lݯ0,k[ce@x_IM./_5rCD7X#8gzo+y]J6 9`3fy1IWƭlpYCbK#a&Cr|}aN}]?r0&ZMm mw#ҏ]c=Ƅ(갎;LԘSu=،+_^e9mApJ (A|ϠrVousNZǢɪqWS(u%e^ZGPlk{q=% T&A9#XA faB+*e7XBJ[TSigMߑQ迯ܧw 0rcH$dP/dZ%T~Q ~UK$TP&m5sk9k$ O1RЁHh]jVzl/9 t"0ٗ8M$B%JGM>)lD.rlS.ۛG#'C٬EN}UeUY_je[fT]~ !?ct-WalRXP)2U4\dݏ~9ߔ#y͟T. Q;B~k׶շ92X+M3M ǩ&*.>xJs!5mH:c\}a1l sZFS9R`]+w.PC*9E?fMXOk E+;NcBNT~P{VO(}N!w.Nd3|ߋV'O_&sQx8uk+00LdK]iPi-B(Di؊J(~4x#v +q>)JdmtY%Y'v!1a+:fa%EϳjOU84s)Q)Χ-𚷺%К]%' q[R:IzTTٰ 񑆁O4!\~V1Sd<W]NAjS``A@8EOIڸ ƹFU4LG6e˨k4Ѓ Jx܆2NZF"G!9LOr, JUx>p5fdFaǬu\J:+=EEfOC*ԌgjX̍ pbklܹwSsw08KD'rHAOTaG6 6c$xnGeھkV qntzV:%6pPO%h-]Gëa{aY$,|QXv>ܥy%J?B:3u R3zC2sof$$Vj6B+AtfPY4NHNS_6ؤlT4qxv"ykIN LѸ) _M :@F PIڑ殊bDp*Bh-ĸ;ƤxȎGYA+U˥z0aP'v#4ȄSPAT^Dh-\ vNWNzq熢+Tdث֑Z*zH:%(vgxvoalǑ:cM,Aî9@t9a5f`ec0]eA˞Pq^ xזBa.` cFm*8G,~Bz ahϏ2Յx95[#B+L\a B9A2nhA^$Q IѴ&(S|iKe=L.{ cQ{4N"dJnҜ6P\kSD, mlS)t8,|!x5Twi)3[qϫ!46Y* E,iH\*te /ny`$O=lrF/HbDI]1%Dd1 %%Q<ԔʺE%lˋ:y`+da>K*=$ՆD#,2R''wTFܜ6|400BHOT9Z7t8'<>/'Pf7h]T ikZH&syRb[+Q1eqLl0Wn6G˃cwc5b]P5+` 1IiVk˻٣"B_#|+&tt[BzU,͸ڔ̧} ͼ}=}捹62C:USkr)}l Wr.Р]x5I-˜ œd^P35E}H 2.2ϰJU'NCKa[Ƶ̆?'yO/5SLA]oyI4y^<2pWfzFߕNsH[2F[vᵉH>.,s=7l(U>[Q0ws Cbbj_3ß[ Ìd01@s'iK/t[ _hb\ꭅpt̚6)X<'!׊|65k2<6x(sVB5w|fXζ+!1Ifٱc0):kQGӊ;TͿMW4R5* S.5nN~ʼn:}v\~ݢDbh5dEtǥQt˵+)z9'":"L0HQ":ߝvLRhqxʊ+P>&6zIt7%cLʄCnK_Y:/΁({avYŪOA2[X_U)|v|kezj{6_-O~(pA6`X Xޭ>.bH2 3LSpN`6TL~Pt0IyY( sPThg'ˣTw̘nF=G"bS$Ҧ2~],s%\h&]!ז7v!B!Q&/{^mOp7 _  rLDl Ͱ!29/@3j&tJ[PC$l,Æ[QҜ+83xp8StbH?hXm9GZKNC,pC?ӂz6N \3O;cF+w* $F\'%ƊI6FU1zll2 v x,Wgϣ(3BFZWHe]{< H;ЧɂpgZUvn | C: `w*em#ߒ]$O&z;#?@Nș8] 69>  ĜRsvg`{_t!aiE 9f|#B#ESbHf#{]r. ˹PtH/IB`.Å|r4uk2dafE8lt#<25.SJu) }v_RO3Iݔ߀q0޻dC*tiR nlS$ >?):Yq0]]ÉW{a#MQ869~ ZJ%AdH~eP nCJ/BJ_.Bg%Ox(I8Ȅ(Q_W1@rK1uu`zLIb|"6WuLFC-.5F*jC~8☔( kCU~K;'U!:&XtPUw2v !b+;cL6cFUOyz[?&Qǜ>tnK[vn 7ogSFwh)4 ]1F`XZNy^sk`1+';.cB (8!B( . ]K䮖#;SbDF&J' 䨛"cS%ԓ&07*y`[1̥"bh^`DW9x)(ΰ2y5Vfp) 4qc^Dq&3Q w$m뉒tTGsf"`` Av}};2CʤV?R@;JayTF7WUP-Hۣ),[1]nRx,:y@MU-Wm;nfJB\VxR1J|Y5VS΋m%Oqbln)2KN&/Wi^_gb/e2"D9(2-t:84_L+=nĘhZPH\^k-+ 7R8QʐYP ("Te8z(LP73~+x{P]+iwUb>3%b:/9|c$ YK# <+|F\ 9)^C+{ C3l9we_^ 7jX@UwW:D=s>*}7#56'E$&&?P*I.st `b1b<RD,ʬďW#M]A +xz=:ܖ7W,59p62/ޖAaЄwֆ_ww<V,z\B^(S%&'Y8<=JT+41Ito uVAd5&4Wj܃g =i5ւ 8lf~W3] UxEY{dM$鶟j]0Սuf^^A! T|:| tP@bUA*kvל 2+v勆W#k #0CQ@;We'CJ=oь7sRK9 ]5eŪ8VDr*)Zg[1I(wK U.d ޸;C (^̏h)2ӽ3m}?:bpy YuynƧ 6z~9ˤVu 5Iպ緡)o $֚ =RM bY?+Z-w(0F0 ; ux5u5|D`t#4(׎ٜIrjO*B՛46PK31W`L_;c pt+9O0b+Ia8qWo͊]ɴ~`Ij3ws#G=p ^Pb{ǯ~GBj~M5ghJ͆$1ԯ {fQT{qLpe+sQa.'u7&4*v)~p\^J|pVK4r=}{A;MvT4}.O0hFc9r ,UAVEXleLI+4͓vcufh"XH&:+f 6mp aⶶTfSŠhhij {.ma99Bck}V|"1` yi ,uh,vF 4j"q|My$>R@y+0E.֟RU鰭YE`kwb-+R$.CuD ai4O3uUzbummnrcogC\Q*CYXmjۣԊ]x qg:#fT9Ypi޲zN x{ХX \?/"GK\5;E#ꀡp뀠aBvhM},d 1V^j0Gy$}~)OC1n]h # ˶ߵΔ[~Kn b: t)D%[`{OII4SR2DTS!gRqgMh I||:'Pf oPcr* !աʦ}_QXi OI],*k{Y*8/A^/_"f R~b>;zE0<"9RG0Eeӄl+CP S8s#olEQo-7c9j >D[s'"V'=v+mFto==SLnBV{ 2#l]ӇBti7?^Sb6?0_fR}Z̗ٝ A>s.9SȒ|8&~[9lW[la5mTPJx*ZXs q`H:ZD:C P;^qU'Yfsջ?}WwhWT$crul]FΎHAއqR1#(2o{R]S?\jsGPgy¡@|2 =I?9+m :E$X&+GǶR> XWԳ&_싷da_~$=S'a!BpE$$gh}T4I0pp\8gc,}`C_|-r)KEr\Gb1b(v*E:? l}B,i';gka+L_lmrG-^D9n[,;>EP[߱f ǠB>ff<ޘ8jxZ !U;(.,kr^6be&C$^ZpE `N#G dɲJ#v "1 {S*h YhmWSbr\WQDR]xt,9Ǥ40)䢦+Ӏp9 eܣLmMGǴTrp+6*3sa C{мx҂gL= vP~|GlNIR?"j=+`>&{:,-J"1Evy巷;$e-AΜq9,zttԠ\^x]}J\3(#{V+eO*\yM7ET75}rixҩyFr]l(+ Vcٶ4@ͶHVo:-HB~Qvƙ^hDvC ^_ߜUP't` dK j!_`A߁VXfo|"clk78QΟLe̓t{L<ۯ4pO5jASo_!"ZÂK-Ȫ ɳeSKi\Pd&n/gp./'L ap%e` ^sQ)ޜ-'yխ_I'7/J9=jPI\0WBr:sZ/ȷqYT^t\bΦ_r[bԒyh,M-H1nQ,kBB{䠕(E }MAԸ5cnÊ{¸\Fƣ.t ˬmNW6"H[YDP#u)WlzAmӀ]﨩[P5z&dBULh-|Kp.N@&.=jV@!_>kOtif1` /DI3.<A1]S dq _E\z[M]TWWԷ XFHFsj:≠VFdj-LG^| =: ]/hčNkgqvbOMtu-GnҼ<H˧iq% XhBjKJ=~.?d,kB{b_Lc.%!_%;JJ uiG ݬbW)"%Zos.2ɒ/=Ҹx ӿo~A1z|*,?Azs2R3r\a [xiZx],US|Oʾȑnx!܍o,h,*y/]rɧC/B«f3:mN V_h<*M\ F.a; =g(8 m6wZuUU3E<9TB`rUDSqӝ9qc8%+mB+]Zle*DWelu=1օ52P:_]X;W>!ԇmM{L eV4 i%B#F:%_!K:qb{pL ! *7ފQ}`8pa0CLU"eqG/T͗|)\ w',QsN+Rt BYZpZJpD]cr_$: u ˊǐ\ '`}^JvXcլ.&1oO<"{JNHpwb&C:.!{Uj]IDG/DţPC}%!xQ&E&m>b,"(ڲN'# Z8#\FB;O\$hilك-{e[d6+lkH4,Vge{:h·Ȟzòqs]҇6j1Α+vNIb%  {<q:g/e3jN|hbL~-7ՃѭP\*z/1@Z7Qxc7f[XK^0Uhp 17ޢb@  3A(fBxQ@l@0%dL5%-j@N ]nRzv_d$a8ȋh ;}c'Rp؋&Ka '>S ]xf1>nzo;m#)z-v4 =mC{'$T9v}U)7xp>T1#F[|R)2Ss(}!7ގj+ZbX\`"Fc w b\uB}s1ޤ_'w8C*~اy^5Z11GUF~V6Q4pp `A&Ή0LBFLOLKsEbbtDzTSr aϿ1:,P3;u/^lM7.΋b=@,3D䱦X+ab3K5NzFx0Kk~#XD&PrLJdrBw]+Vh,`xsלG$`wiϯyA^fu|@@ eD +.Z>԰OrWƨEe e'ڄ`=gu?J8Y݉%nY4~&U۔Cz}ҏYa\ "[0|Y$Wl:aț+Zwjc#*}CƷYL'#LG_>.o=Jc_'" < Z(;2 l+7fAR㦽M-ɣ@鶏3Qy|m:PYgboLr1l4=j\iCz!(s^X7x4p}+tQ؛h-'z'3{B"sz̩u#L%m/UΊߚ j*Sj1[ %@-ܿ4mS-ԉ[aF:@k96e _}AV ? "♾ۍ >|t<Į9>$b 61W>/0D'¥2!}ɳ֡!YJT[gPs>BWrO'LVښQKA>1zXnP˃އ i(@"}/lYƛȒX~g+iGnC}PC6A:/bH#um!?~¸6C/Nvjїp:BaX;ͤr:F I؛9Z|s*+UӠ|?=Ó4ų;'SP77;éU2Qlu|b5*)%.G| g_dT;!~/M1kSzcR f5x}-D¸2v\Ѽʫ wo2އM\S'<c` eWfM}$g:O],#J?t 6lΗL:핱bqJ-q8Z#ـ*-cē Dګ,\l[^}$b؜Uw%H+wpZ@oYMLOg\?Uo!>e5&ʎD 6=Ф|* we kud@E_X#΍ a _G*cDSbJ`N0+z<;'pTDEO¦FIb Pi sl?peO` Kb,Ƣ ,c0l's:T@MjЂŇ-MPǁV{,n^ʖITjc1UEw&Pw9UJ9UyTd\f{|Y.%Rź/0V֓k 7~XhVx(n]ߘO{5edTuGzBl ybKl<$)lEb? | \>7 tc \\[(A x[2e[(?P6a^[I,.SW)wa1O0:#qq{Oo,r\ <8swShoބ+?Cg@ "eN ]wl:pV*˿WYt,{)эz@ziw Q jۉW+頸;MU.ta-Ĵ<@/YK Hk_~3kVFEǸMzk`roȥ'Tl@ԶjX6T W$RE'Ԣ-eB􂑔T LM poOS1ɨ;6鷩h9ˇ#g/^}3\A!4L&y7 ę" չ趣nzawf}0I4+];ځVWL4jpQ8)ZmA7(a,W_y}5K9?4d@ sQw$vC$w,UC>9'b @6-\K׀K_}@YSaíkܽ쿊&dV KOIvPOW[Kb,[ekOut ߊ6Z#\jlG) A!&aK3e3܂vcPKGbSZ12,Dk$Gnc3E',_'aspZ^4H`m \+׌~Y*ȋd)l_ L>[n#9*]F7'KPEW$Vz% GpQKZRHE(C"cSYP^$!Tϑ稗Oߒ3ơI~I.cfj$9 b˦IU(5G]k7/ބr\mJU=7|*I5yK jڧu>FSڐ~VAڨC#Ⱥ)- M052_w`{Jʦb?he@[~'/"f龟`9"PkFT(&~}8Wdؖe1ļ'ZYAWL 5hBs\|{Gy T DU`c:s+O(+54:@lAꣿ}7 ,-2|O]oMfrv=AP.OPb::Ѣ\?\._֨w80QKeK#/Հ% GU?ZP ]#ז}4mn("+Qx[Q2Jږ bekek[;9 Ч㵡]¹r3d`̟zi*>j/-=]6٣P*~B:P)cHi4Pmd.wh1MjNM>]qGYuyBպ)8, *ƵJF_d@ "fwj>rp['?)S"`FUDlUɖK><H6J I $@ @ BD̺xL/3ijicG~^8V@kϝug8<_7FaؼZemodYZ\`,+c[i %P\8ak FkNPɾDHx5fEc@Jk/,K;As rn*ꤛiQZVjwofu)By3:-ȤDE5Dw.YD~r]XlqV>Q0ѐj/sa.3le'|$ℷА$Y^0)ru!)XL ˗~88nkxi*2ki3h/sz/ I]^F[݇7ݰ5J{ xZ̘g%jicӞ Rt ^Xq@2vUm8\òsyR-E)4@ Ұur0ܑ l&Cyv]ha9ia?Ȉյ8=-YA\%%+J5)Kxldp(ӭ#dwL e\B Ch)#3'!~rlc`lw$SU{|/&[d<4J)ˣ>Tx3<81qPYbBc(5^!:;&r:E@Ҽb@AѦ|ѳV˩+MYf_9#2E(g.{clMI4ᨩY`E3NK]qRa:/*p9/Ë4XMQ Iejކ=Q#`<aQ5N-Oa_GK)5yk}|CovX-KQbE6,q_=6$+!zj*bMN m8(gJw7nL^KuԎ|$UBI%NfqLኑȭ8az`G7bx]NA:;tFiFSMmM:{I[Ϭ_xԏy}aATp11O.MEa1[&'&902'䟩0f%yF R4o}<ϐt@ 9H+%^Ԑz*“~A!b| eg~:[` ; lPb" 7B$?IΕBRG^~$XN߱;\-NxS >X+qT' lBU!qawkLɮJ< R7!l&E$tA&u$r6*^Wn0KΕqLTD:轧$^)]l],h&q ]PhunGŹyO66(^s3F**h_ ;ڌ6K ow>)A2 ˥P#Z6_Nc{#YH} 0ƨ ;J%X`5|:o2j?"c/6d WVϯ$!˟B۲ki{.)LJCW}{&Q ;nRL-)8@(X6_yWDELoxh80t?s-P` 3r_@QGUJ=ꭂ \ccz[J+~=I qϙo^Wșa$6M_YE1t0(ITnCi0ߗbe7nUόkTWi98L1ô>g4} |zrc:õPZ8~I=;K ;GAZ6vzNVTB`2y(+9~Sv[ĿZcu׍.b\JQq;]J7 úS~*5Mq6TVSJI-q=-Ms0rV:\=R3Rfaߤ\E_U2! [kfIv-,O^4Zц7N3ATL+~`C63wԟ8l0!`WӱIt,l6s-\p`SRG⧢0E1d^1~DK -($+ݶk0))u+H.F/UchkdKNϳaF^ ]vF|ؽ!d%.Z¾nIEBUCgAq, '/&@26vU6md %4GTQD>޴q Jp _!!⫊~{͚H7cw,tꔾaUބ*곸hk&y(0 7΄-fȆGkOd{xTPFuIQiz0uX [Sj1U~3]Z4`YWA_-,{}gqɈrUsKH>6\K6$Pw>Υ6umz8.F'2]m9k'2&)Fg6b\rO8=;HOB:KZkD􁧆>Z>-f$:R4 T+ TK=qzɞwؗO96 V"}i:n&Iey`6 nJWFL@GmTjdL2>d>QNdW"t{ SeNjkYݾz!=@W`O:ıc‘\tG{ vqڹ劼F0ݠ@j ŜfCpDqvwH'e!!.q'q>H҃WZ4B .";V {07R})V_r*o2Ac inG7 ~Rbʮ]͎NF~v311fLU_ʥK%ֱyvO9dq$6 \<f~ Ɋ?@kw\ľUޕ@ S;S"1<}2\4JPhD#آrrC*7.yR/竤~.r3o{@mڇUnBp^FH=BqD?Axֈ;@dž;dA37)ɾ~iBg ~gDQ3R+ l8Jℐa^سtW\+/ .g rl>,~1N6pp_HtM I6+' qFg׬/axFG 3"L5T+]!y$d$iՔUNya+]>'XD@d$ȞCwڰcZ:8tb{2يѨJ.M?=yh聅\dsD(o{ ֎mֺ;\4AhW(ИM`J.P`pO#S7b.Y O"n:WX=Sj'/:`zvFr SCϨ8ZG׹A{l;Fm Aޙ"i i@՚'J~liꬷk3@샕iTӿʈ+9h~xXѫ7vgIJUUMD7.,ڈW9jgAhVkv/@dM ­ҏM] "OD D7m|.΄hשݷ|0r|z42B(i1uePѦBpcx eTWP7 z2ID魝sT0dWGE'S2bֳ$hޏ#t><\y 78Ѵ={]֓?|C? =a5 KgmcmDހ^f`"'Q!y=΢\kybFp?=#T:l Zڀ j@̴:TQt(tVU 9~uz_ycŁp3IH5(6zGyX(Ǩ:26^8v;3~:dU]W&L]N/\ɐhq. saG>δIp:h̬|bJ{çk[hAY_T L b$q 8R,WŶ4GWݣ+rͿf NЅ\.n\zB"PM~Ht&$pM' j&_bLّ>k,L*9z:/~K1GwWVBt%#Qܠ5A/P|0 _;'Lwh#ڱ~ɔ/2 a>U EIRi k8 jJ7p\o~O)a#݊/&H17angĀk0ۣ)3IQ%_iSZ5u²U.Q+lLM~{4, <ݓQka=FDc/| -) |E4P]X).H-09LHؓINB ;S)K V!l DKk8F$\(;',~{HׅI ȡsD8'/b5B|u.Q8IyQ7h2y-򅨎B/$ri'W;TxVKߊн.2B p?PK*Qߜw56v}#Wb&׈T/TǞTSh@EM8en1wM SIM a;&y@sn&*M!8_Ry-Gi(K yjM"}qeV<#3i^#ś@i4/)?NRif΀YomshSBCOLэ+ {sDDmm c=,@ 6g W`jOBOfliX!*6pB)m(d^Z|sôpzqBER׸ح?u* 2D(Le@Cq|mYV=gZ UL a(#@*ZMIKǠV9}$xLǔe u,N9+ߡz| HZ矍~FvJZWO>x!h+,fzL'ϗ&,:po전/fSIT'WWW.4(/*XP!S:ߒe@Z `\ t\ ?RkkI,n^]ykq;#1MCfxw>Oq$neHz&Iyƨ4& 9)7V)(*ζ7fhłfĚ4&9[U30튧Mt̎=;XzTE'~#fqՔ)JtNOтBJ@3>3ߣqUo'Rղ)L紅¥2U8Ee<+dEDjGÏ^G]x6n*'6فE>lQwO3z3$l~ .ǜp&_ 7YBQ#}9ߧ˼捨%8&tM%E<~PױNʈ;X!1GsIʼ ϐS:GBW^lS:DS2 vXlFbj2M"aā*@_>C EvHljc9LRcOR Pa/Gk /HUTV}2?P,uԓKdcxj<~|>zHǵg.~N OFBG?۬9U`U*Sqi&} KceZ. h{yBa5+C&z?ثTULC> v,DM-vQ\|f&vȐ *^T6T 1"jO=+24i?6s c{<qx$,m{ x-ES&(|$?UVRpw6}=@kìNv!YNUٟhN^jH>~4(Cǎġ.>X4]ٜYK4ʲYr2.,e,G=@%#9@.C WOлsa b7"%56dE覒G1-` u0iuJI^ :XP3u` ȃ.a`j4DĦ݃vHCϴ,&hz]i!{ongu5N) =ڟ@ǫ@G:nCXP^KܺY|ߋȥ}@SQ\0`Iw*v^Ư,qƔ ~Ц vS{UIg@bsB')l1΢7:hU"9h 1޿ yb7)w͏È@7 8Ε\>8V f\sgf *6]ܲϛ !U]˘Ҽщ1O,I3qGno%.2?zg椮֘ŧhB W#~³d*3-:[s}FŽ[)L`xV洮_<|=,P|w=4YlژD"V*_R6t0X mӤT_y-& HBY2Dx%s]]Ovb5'ƒݶE\^ɼF-VdPZN;+Y,lQSјs"C*q`D.7N݇PU}N4Gv=F C`gg%Tl=zz$HEc 6!ov5Tktnto)}QU"k_TԏYx 1>[U=Qy}](o_W~@%Kr?轃*R~۩!JnJl/A1dKS56su.rni|gT'Xf)»_4/@'S?]BKT1"҄v.P$=oCz2_i>vcpVYFap E@(tlY׾)dB:G D8wp=3+N