flatpak-1.14.6-150600.3.3.1<>,3(fэ5p9|W$7vz9z*M(B6aV4CD.3"6 ^ibf ߊg'V#HDiYu)jRss쓨R3:24)S#.DRs9+TL^f}D3s>Q][o/ t7AmC 'z=~B*Mg(V]#9:0rlF'Di1-=d:5NZï()8?6_ǨNb Ĝ]堾6R>IX?Hd   J %FX n~ L'x)x *x +x -hx H`x HxJxMxOpOxQtQDRDZ]D(Z8Z9]<:h=>#?+@3B;FCG\xH<xIxXYZ[\ x]x^t6bWcdefluxvwxxxyzDCflatpak1.14.6150600.3.3.1OSTree based application bundles managementflatpak is a system for building, distributing and running sandboxed desktop applications on Linux. See https://wiki.gnome.org/Projects/SandboxedApps for more information.fэ5h02-armsrv2oSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Packageshttps://flatpak.github.io/linuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in flatpak-system-helper.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in update-system-flatpaks.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in update-system-flatpaks.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in flatpak-system-helper.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in update-system-flatpaks.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in update-system-flatpaks.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi # Remove any empty repo directory, which is seen as invalid by flatpak. After that, create a skeleton repository using "flatpak remotes". if [ -e "/var/lib/flatpak/repo" ] && [ -z "$(ls -A /var/lib/flatpak/repo)" ]; then rm -r /var/lib/flatpak/repo fi /usr/bin/flatpak remotes 1> /dev/null [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/flatpak.conf || : 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 flatpak-system-helper.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop flatpak-system-helper.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable update-system-flatpaks.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop update-system-flatpaks.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable update-system-flatpaks.timer || : ( 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 update-system-flatpaks.timer ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in flatpak-system-helper.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart flatpak-system-helper.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in update-system-flatpaks.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart update-system-flatpaks.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in update-system-flatpaks.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart update-system-flatpaks.timer ) || : fi fi?H!!X! XDNI22 XwNyg5Az 'Uk2#8*v`X~S  -ot Y:\* N%i ad ,'Fz ] I H"AA큤큤A큤AA큤A큤AA큤A큤AAA큤@fэ0fэ0fэ0fэ2fэ2fэ2fэ2fэ2fэ2fэ2fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ3f fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ0fэ33af7a32a1396884bac9c560f9dc7b458fd871564001e9319318d7a09516a441a3ffa187f8bc9387198adcbc10f115d699b121c697684c7000baf15fb4c033900997dbe9d9f76879bd2c44c2d8ae46b49d6b2ae6603828721ae008932d48465c9ec5b8b40cddb675842993b2ce2339f8919d2c56827eaaef30994e9b522cfecf439c47f7c8f26079c40e560af99a2b8bd41443d89867864ee3a056b5fac2838521bf6a3c7cd9ce4d68388dd8b4b294dae4849c0b6fa5ced61df3bc9f3429c0b77e476592a6e4c8d0ebd651f97043081c6595e7a7fd6394212abc4180e6e083a522e5286d91f43e2c318d2456a5392f347257d67e2d3ba633e40d83fa4bcb9749a6fb08e61f4ad29cde161f9883188fdda545d1fc3c2b9d0ee194c86665a6449670bb869432de99daa07a86d87513cd0384240c5e5f8f4d855705bb2a2d2b3ac28cd635ca63fe66a530f20c9695b5781e68aa82d386471da229c0d1e3ad870f605d3f65d6a34d7e5992df19fc497879e4309ecde36729a55126d4dff3208f5368a1c49115bc6cb0f1dd59a40aa532d3363784a7f7f01511321131180d41704241f34dd0d1dd2fdd1035c8826918f520edb140c00fe5574fba7edb328f2d41d164b6accc166fd5910f5668353b92b0f811344a1fbda3816cb48512134a07ee82dab0a1855ebddf9201a66612aa30a965c1c539e4a80a69dc80a59df59486f6c1c2b1f88cf537732b16e718a22a205e2b76c60495d10523c078e3078ff07baed75939083cf611d778ae36361926e6e51f32e0a2bffca792be966a4630745bafd45f61daa8eb835f63f570ad9817f863370d012933780bcae40575ca28808139493a8f319d1ee6afbfdbebb3d014ae7c9ece5d9adec2374437903c4ddba0826614ccc2dde0eff3b4ded202428e2e25b2bb1ac9f58ef50425123bc6d60e543d07e99f8359cdb0186b9d2deb8dac556838d71d210c72287dac7845f10afdfe29e397408c52e8b25527e59416503ea4cdfb64729ad37121f08dcdbb3b466c0d93a548b580d31acace7005748d3ecd1d976870ee02a16e0c3bc7c7b8b5e9ec331ecf18c14b42cb6d6cf93f5f2505e70cd301914c920e99fae92f1ea02724ccb38b67e1d4f7db68294aedbc1891e2aa2db7f761fa95fe77b73e6c4d593ccbaa648baa4acfc13d88dc7fafdc6eb7c0702cb66a687aecc4f7f3d099ec7c37a695b1a752b827726c79b2296692deb548ddb8022b885b37b0a29fe22f3fdcb88cae84b28ecbc4d775bd494b40328658ae7069bfa32b07000aa482e4a77fbcf769ecaf64925dadae3b4eb15cd908bd8c31f5ea95e3ed2c9d4dca815ca2304b8cf45f306d31c6eab9fd603ed570019e44044905b723f5e2348bc8e62f4491096dbcb2d5e4c0191a1dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe5511270b7a0d3ddedc1e42a7914c1c31acffabc14bcbea6533f29c4ccffd5c2275816578128d1c9bcc6e7777bf83158b0000992ea0668940ae55f7a3d18dba921fb972a7000e9c54465151a775e9aa307d085ebdb94c26c6abffa1f041366aa868033a8fe4ad13020fcde428792a9135ecd798da488c6672e7c07294c9065c3acfa8bda072c687b4b2451e803832ecada4d849a5c10b4f4b2839098da9637fa8a1fc30808aa930f825d4599d2b04617767b195bf4a24720bfcda3a1c395e7006a156e026102708528172c0d60cec898f7f74f51515f110e1780efd5602dfd1cfafd2738165c732ad0951923bddb54df973f7fdc0ce7536f0267afac861ac2bc1faccd7477a18b1bfdcce81a0bbf4460e24caff80c2524b718681aeaa3dd8633439f8f14ad9d71ebd5f490cdbe3ef78c71497ea91ef889a7419de6f0f93cf93d2d6fcc57d3d2792edf3f6dfcfcc95acc6e18cdfcb69a7307adddb17cf2f05e034190b813ef8f1b808bbbf6667fdf97fba15acc6c103ff9c0fe9ad794b360fe098b333ddb10457a42b1d5faa85d67d858ddfeb0f5831c5bdf4c28c40874bc5876e5180d5d2cf60d1af8fa278d36b4ff1af3e646aed25aa9d2eebef9e7f50674396137f80e76c759959d91c9c2811cdba2393c9ca459f58315736080f5c335818b731525cbfe1321d5e48e5956bbfc55440f9e5fe4407a61e3dd20b5f8f8b3b171e081d9da60ad8d4852e11b1a1060b8c256fcd99264492a86615f63be479d401ffb8e773411d80a2da908505e7df084917d91e35c7fb03d235be770ad5c47172333c90bdbde0776f50d752695009deaf1c078e85903ce536e66cd5a7173f6bbc74952f2d14b9c1d4f5deb6579fcb83f277bb357df1494fedb4d49601c70f67c9c0532a0ccb46dfc3028e278b4c9ab788795def4b063bb1bbbacb69681ec136e91b5368aefe410a0d6b642a4d0bcbaf49ff7c3183317a7153b6f4099be08a50f8104dec849a0baa1d37cd230de48d867d8e90bab4883bc9c9070ccfcd397471f6a4e855cbf890acf5820a2fab058d517820ee4d34633ee45f11851fb0436076dcee843d5d2bcf61c2f8c585f0d8e4e5a918f9823e1610bf978d0de3a400a1641af4baf3f441f671838d86d14b146e9e23321f20da9df454d20188345506b5c3e4174a21d7e6e5ca818e4b764c2c72bf37e541353788eb4fe88ae16e0f5f826a6c54eeb6ee21f8464effe7c911925a204c8a99ed2bd5631977a50093fe32529dfd5b37786758477ceb51b88f4063f9bb139c5e5b5dddf2784f5772edb601a484258b41c5632b4bba54a78c9e657dad437bc282a630cd759c644f239d1df5e21c81883b18d75fa2ea5cd4b8cdb62359381d1d8139ddd04672f3546724403ea42f066264910f82656d4c2b10b692c27599cf809465df614af19cff322f7744f55677fcbe09dc964a42466fba3acf389e80f42e667e9c682f628fc09a6a4501dd9d70d18db28ecf902af42ce3b348cfa5f0aa9a5042cddcba4b3a0b0edd087c05f03a473cd05c400fe564dfa007bbf27523d5f9f85489c0705915b0098a89c441f5cf2f1248088417c8b8c9a03aba118a67a4ed6898def794f5cd0f97aa94830c3f9e80f77d8e9b26d59b396245d1ee90196061afc8a7402b1c6ca2d9b4be2cfea013246916f57730258a87e3f2ed458645ed7c4352214ee6d970260cfd16c41e60557173f81158054522155c11b8796688df06bb8d0ecfe6d3a69445a9110025c53ec1fc6f1deaaacb28d2218822bbe209b5f54c6a0ad5fb4025b17edce0dae652c88f0dbae4aac063b992d0b3046ffb7e8676e159842b70ee1ee424c1d41e472fb985cf719fac756ea00259060a334365fe9d27625dd851f4689e87b7bd184032c03d169822edd12823976b30bf730c34ffb71482fb0b1cfdcb0ca48c8b497acee62c728bd3cb8b35874122009c87371cb5b18f49144511667859ec52f30a8edef2339f52bae12b9707eab5827525dc79a06c1ff1d4bfca1b7bde87fad166a9e4ff00115f85e762059b972e17345aaaf9599767a079b9efcec632dc31963152dcfe517daeef00ecc9cc300d4b0039cc1f38cbad9984777ac891f67b02a89a40664f094b41bfec7a8a761e214934089fcbe10a380809edafb828e6b3a3d90bea54fd5325f01d51358e96036b69b119ebbae0f90be5d2086c2920933fbdd976ce0bb4aa88c796ea33d4aa73bd03012bbbb538b5292ae0631e9d67ba6e466a93e9f187ffd5e8dce4af7a99cabbb5644d281e1e7c573df0d7842363cb3a31d2b090ec5cfb053a3f29b462cbf3ae473ccc9766d561d7f442732a73b44835962576440fde18d79e327cfba7376d4a5ce43028ffb2a8b68bf4d0737e29ee612d9c174478ea1bfb9869c7242580792d60f853fd2959bb3fed3a714819ead4a497f20a97485fe93beaa2de0b1387c4ea422cd9321cadcdb1a8834463fcc88c82f11ba8479351dad0bb64832408e77efd450e9e2c02650c7166ae9a011bd43360065c0ad9db9e2e418ef84f95b99843fb0956673ec444746c42fbeb709560a3c471f48431a596bc0eae4518a2aaabe65265ed8fe2e5c792d5ea3183d40afa4ad52d357aa18738f7febf5b04cb421f5a3eba7b5f5203a1c06f361dcf38261d9076a8e21b9cf25815dcc6a268965d90cb1d58101411b7437b2e68e176a9601b0d7c5bb5bc21f87e37fa7993eceac5b13cfd2b04672b553126b23e7ae25aacd664772918f235f5177c95d7bf98b89c52877383bc8ae21e227a77ce2059665013ddc5526c52098fd177d3b0e091cbce1164247a52379f1d5885550f1654f8b8005bea622422f0442d026d105110fd5667c6a32778aefc036545221ecff035ef1b4d9277ed55765b261cd3ad721ef6beff579b7187bceb5458859120de78512e604da5f9444c787adfb1c89b55d053e75b9cc19157ca1f81ff4a266bcaee6e8e63c4226a2e783dcbf7c38961f4241cd2d99395e75f0ae25c9e1fcc92dbce3ac85323ffeb97b9688b9003f67cb5a6c194bcdddd21289d30346261b3f7da55562bec5f549787fa31c635947853f4741d15bb2cc8b384e12ecfdfafc82a9d8d3af0e0ed16b226dcf4e55cf3c5134ba360ed6c661e339f83978ba08024c8bf10ef5c1d8c13bc075fc0dbe9c39ef53b5aab4b2811c954b47c24725f4e4d1c82d6861f54dc15ddeddd5a4acc073e96638be6722bcc6b23a66688537813720fe3aaf9cfcb972c011fc0654ff0cd2fadd4fa81cd6bbc18790ff0859d86dc2fadec97a341c4ebae9c1139ce3ee1a3d7089e33e299ddf829a6302e855c005931a1f703c64696b86c423fb2851e225fbafservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootflatpak-1.14.6-150600.3.3.1.src.rpmconfig(flatpak)flatpakflatpak(aarch-64)xdg-app @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     /bin/sh/bin/sh/bin/sh/bin/sh/bin/shbubblewrapconfig(flatpak)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libXau.so.6()(64bit)libappstream.so.5()(64bit)libarchive.so.13()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.32)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcurl.so.4()(64bit)libdconf.so.1()(64bit)libflatpak0libfuse3.so.3()(64bit)libfuse3.so.3(FUSE_3.0)(64bit)libgdk_pixbuf-2.0.so.0()(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libgpgme.so.11()(64bit)libgpgme.so.11(GPGME_1.0)(64bit)libgpgme.so.11(GPGME_1.1)(64bit)libjson-glib-1.0.so.0()(64bit)libjson-glib-1.0.so.0(libjson-glib-1.0.so.0)(64bit)libostree-1.so.1()(64bit)libostree-1.so.1(LIBOSTREE_2016.14)(64bit)libostree-1.so.1(LIBOSTREE_2016.3)(64bit)libostree-1.so.1(LIBOSTREE_2016.4)(64bit)libostree-1.so.1(LIBOSTREE_2016.5)(64bit)libostree-1.so.1(LIBOSTREE_2016.6)(64bit)libostree-1.so.1(LIBOSTREE_2016.7)(64bit)libostree-1.so.1(LIBOSTREE_2016.8)(64bit)libostree-1.so.1(LIBOSTREE_2017.10)(64bit)libostree-1.so.1(LIBOSTREE_2017.12)(64bit)libostree-1.so.1(LIBOSTREE_2017.15)(64bit)libostree-1.so.1(LIBOSTREE_2017.2)(64bit)libostree-1.so.1(LIBOSTREE_2017.6)(64bit)libostree-1.so.1(LIBOSTREE_2018.6)(64bit)libostree-1.so.1(LIBOSTREE_2018.9)(64bit)libostree-1.so.1(LIBOSTREE_2019.4)(64bit)libostree-1.so.1(LIBOSTREE_2020.8)(64bit)libpolkit-agent-1.so.0()(64bit)libpolkit-gobject-1.so.0()(64bit)libseccomp.so.2()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libzstd.so.1()(64bit)ostreerpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)user(flatpak)xdg-dbus-proxyxdg-desktop-portal0.5.01.14.6-150600.3.3.11.14.62020.83.0.4-14.6.0-14.0-15.2-10.1.00.104.14.3fą@f3f?@f/e~@e@dJccwscp@cc bVbb0b@bbOaaaaf@aa@a`2a&0`̊`̊``H`@` a@``__k_إ@_@_A_=@_X@_c^^@^x^^^I.^E:@^2@^,-^@^ ^@]]@]*]]#0@]]@]:\t@\\@\ֹ@\O\@\d\N\I\I[@[[@[[;@[[qr[U@[4[#@ZnZ1@ZZ$ZxG@Z as the application name- Make flatpak-remote-flathub only supplement flatpak in TW (bsc#1221662).- Update to version 1.14.5: + Features: - Stop http transfers if a download in progress becomes very slow - Add anchors to link to sections of flatpak-metadata documentation + Bug fixes: - Avoid warnings processing symbolic links with GLib >= 2.77.0, and with GLib 2.76.0 (GLib 2.76.1 or later silences these warnings) - Bypass page cache for backend requests in revokefs, fixing installation errors with libostree 2023.4 - Show AppStream metadata in flatpak remote-info as intended (regression in 1.9.1) - Don't let Flatpak apps inherit VK_DRIVER_FILES or VK_ICD_FILENAMES from the host system, which would be wrong for the sandbox - Fix build failure with prereleases of libappstream 0.17.x - Forward-compatibility with libappstream 1.0 - Fix a memory leak - Fix compiler warnings - Make the tests fail more comprehensibly if a required tool is missing - Clean up /var/tmp/flatpak-cache-* directories on boot - Don't force GIO_USE_VFS=local for programs launched via flatpak-spawn - Clarify documentation for D-Bus name ownership + Internal changes: - CI improvements- Update to version 1.14.4 (bsc#1209410, bsc#1209411): + Security fixes: - Escape special characters when displaying permissions and metadata, preventing malicious apps from manipulating the appearance of the permissions list using crafted metadata (CVE-2023-28101). - If a Flatpak app is run on a Linux virtual console (tty1, tty2, etc.), don't allow copy/paste via the TIOCLINUX ioctl (CVE-2023-28100). Note that this is specific to virtual consoles: Flatpak is not vulnerable to this if run from a graphical terminal emulator such as xterm, gnome-terminal or Konsole. + Other bug fixes: - Translation update: pl - Changes from version 1.14.3: + Bug fixes: - When splitting an upgrade into two steps (download without installing, and then upgrade without allowing further downloads) like GNOME Software does, if an app is marked EOL and superseded by a replacement, don't remove the superseded app in the first step, which would result in the replacement incorrectly not being installed - Fix a crash when --socket=gpg-agent is used - Fix a crash when listing apps if one of them is broken or misconfigured - If an app has invalid syntax in its overrides or metadata, mention the filename in the error message - Unset $GDK_BACKEND for apps, ensuring GTK apps with - -socket=fallback-x11 can work - Never try to export a parent of reserved directories as a - -filesystem, for example /run, which would prevent the app from starting - Never try to export a --filesystem below /run/flatpak or /run/host, which could similarly prevent the app from starting - The above change also fixes apps not starting if a - -filesystem is a symlink to the root directory - Show a warning when the --filesystem exists but cannot be shared with the sandbox - Changes from version 1.14.2: + Bug fixes: - Display the intended messages for `flatpak repair` - Exporting an app to an existing repository on a CIFS filesystem now works as intended - Unset $GIO_EXTRA_MODULES for apps, avoiding misbehaviour in some GLib apps when set to a path on the host - Unset $XKB_CONFIG_ROOT for apps, avoiding crashes in GTK and Qt apps under Wayland when this variable is set to a path not available in the sandbox - Unset $KRB5CCNAME for apps - When using the fish shell, avoid duplicate XDG_DATA_DIRS entries if the profile script is sourced more than once + Internal changes: - The INFO log level is now treated the same as the DEBUG log level by `flatpak -v`, to make backports from 1.15.x simpler- Fix the "Requires" version of bubblewrap to be the same as "BuildRequires" (>= 0.5.0). - Use a macro to define the versions required of bubblewrap, ostree and xdg_dbus_proxy to avoid having the same issue in the future again.- Update to version 1.14.1: + New features: Add a httpbackend variable to flatpak.pc, allowing dependent projects like GNOME Software to detect whether they are compatible with libflatpak. + Bugs fixed: - Terminate the flatpak-session-helper and flatpak-portal services when the session ends, so that applications will not inherit outdated Wayland and X11 socket addresses. - When using fish shell, don't overwrite a previously-set XDG_DATA_DIRS. - Don't try to enable HTTP 2 if linked to a libcurl version that doesn't support it. - Stop systemd reporting the session-helper as failed when terminated by a signal. - Fix a warning when listing a document with no permissions. - Fix compilation with GLib 2.66.x (as used in Debian 11). - Fix compilation with GLib 2.58.x (as used in Debian 10). - Fix a compiler warning on 32-bit architectures. - If an app update is blocked by parental controls policies, clean up the temporary deploy directory. - Fix Autotools build with versions of gpgme that no longer provide gpgme-config(1). - When building with Autotools, be more consistent about applying compiler warning flags. - Unset $TEMP, $TEMPDIR and $TMP for apps, the same as $TMPDIR. - Treat /efi the same as /boot/efi. - Make generated files more reproducible. + Updated translations.- Add and recommend a package flatpak-remote-flathub which adds the Flathub repository (boo#1186315)- Drop pkgconfig(libsoup-2.4) BuildRequires: rely on the curl backend. Following this, pass --with-curl to configure. - Add pkgconfig(libxml-2.0) BuildRequires, exsisting dependency, previously pulled in by libsoup.- Update to version 1.14.0: + Improved support for sideloading. + Allow sub-sandboxes to own MPRIS names on the session bus. + Commands that accept "--user" will now also take "-u" as an alias for that. + The CLI now properly informs the user of which apps are (indirectly) using end-of-life runtime extensions in end-of-life info messages. + The CLI now takes into account operations in the pending transaction when printing end-of-life messages. + The uninstall command now asks for confirmation before removing in-use runtimes or runtime extensions. + A "--socket=gpg-agent" option is now recognized by "flatpak run" and related commands. + Curl supported as default HTTP backend. + Uses Fuse 3. + Implement support for rewriting dynamic launchers when an app is renamed. + Add --include-sdk/debug options to install command to install SDK/debuginfo along with a ref. + defense in depth against arbitrary file deletion by flatpak-system-helper when using very old libostree (boo#1202639). + Updated translations. - Replace pkgconfig(fuse) BuildRequires with pkgconfig(fuse3): Follow upstreams port to fuse3. - Add pkgconfig(libcurl) BuildRequires: enable the new HTTP backend. - Drop gtk-doc BuildRequires and no longer pass --enable-gtk-doc to configure: no longer supported. - Drop libtool BuildRequires: no need to bootstrap the tarball. - Replace pkgconfig(appstream-glib) BuildRequires with pkgconfig(appstream): match what configure checks for. - Add pkgconfig(gdk-pixbuf-2.0): verified dependency that was implicitly included by appstream-glib before.- variant-schema-compiler requires the Python module pyparsing- Correct Supplements for flatpak-zsh-completion boo#1201113 - package LICENSE file in every package - make flatpak-zsh-completion and system-user-flatpak noarch - add update-system-flatpaks timer that updates installed flatpaks daily if enabled- Update to version 1.12.7: + allow networked access to X11 and PulseAudio services if that is configured, and the application has network access + Absolute paths in WAYLAND_DISPLAY now work + Allow apps that were built with Flatpak 1.13.x to export AppStream metadata in share/metainfo + Most commands now work if /var/lib/flatpak exists but /var/lib/flatpak/repo does not, and will automatically populate the repo directory if possible + Consistently pass relative subpaths to libostree, working around a bug in libostree < 2021.6 when used with GLib >= 2.71 + Fix some memory leaks in GVariant data processing- Update to version 1.12.6: + Fix a bug that sometimes caused repo corruption in case downloads are interrupted or canceled, necessitating a "flatpak repair" to recover + More reliably detect the GTK theme + Fix history command unit test in some edge cases + Updated translations.- drop apparently unused libdwarf buildrequires- Update to version 1.12.5: + Detect and remove left-over data from /var/lib/flatpak/appstream + Fix display bugs in flatpak history + Don't set up an unnecessary polkit agent for flatpak history + Don't propagate GStreamer-related environment variables into sandbox + Updated translations.- Update to 1.12.4: + reverting non-backwards-compatible behaviour changes in the solution previously chosen for CVE-2022-21682 (boo#1194611) Fix will be in flatpak-builder 1.2.2. + Clarify documentation of --nofilesystem + Improve unit test coverage around --filesystem and - -nofilesystem + Restore compatibility with older appstream-glib versions, fixing a regression in 1.12.3- Update to 1.12.3: + CVE-2021-43860: a malicious repository could have sent invalid application metadata in a way that hides some of the app permissions displayed during installation (boo#1194610) + CVE-2022-21682: flatpak-builder could allow - -mirror-screenshots-url commands to create directories outside of the build directory (boo#1194611) + Extra-data downloading now properly handles compressed content-encodings which fixes checksum verification + Note: In some corner case server setups this may require the extra-data checksum to be changed + Avoid unnecessary policy-kit dialog due to auto-pinning when installing runtimes + Better handling of updates of extensions that exist in multiple repositories + Fixed (initial) installation apps with renamed ids + Fixed regression in updates from no-enumerate remotes + We now verify checksums of summary caches, to better handle local file corruption + Improved cli output for non-terminal targets + Flatpak run --session-bus now works + Fix build with PyParsing >= 3.0.4 + Fixed "Since" annotations on FlatpakTransaction signals + bash auto completion now doesn't complete on command name aliases + Minor improvements to the search command + Minor improvements to the list command + Minor improvements to the repair command + Add more tests + Updated translations. - Drop support-new-pyparsing.patch: Fixed upstream.- Add patch support-new-pyparsing.patch: * Support pyparsing >= 3.0.4.- Update to 1.12.2: + Install translations referenced by LANG, LANGUAGE or LC_ALL + Fix error handling for the syscalls that are blocked when not using --devel + Improve diagnostic messages when seccomp rules cannot be applied + Updated translations.- Update to version 1.12.1: + The security fix in the 1.12.0 release failed when used with some older versions of libseccomp (that don't know about the new syscalls).- Update to version 1.12.0: + This is the first stable release in the 1.12.x series. The major changes in this series is the support for better control of sub-sandboxes, as used by the steam flatpak. + In addition, this release fixes a security vulnerability in the portal support. Some recently added syscalls were not blocked by the seccomp rules which allowed the application to create sub-sandboxes which can confuse the sandboxing verification mechanisms of the portal. This has been fixed by extending the seccomp rules (boo#1191507, CVE-2021-41133) + Some test fixes + Support for specifying the flatpak binary to use during exports + Install translations for all languages in the locale, not just the ones in LC_MESSAGES. + Fix progress reporting in flatpak fsck + Handle cases where /var/tmp is a symlink + Expose /etc/gai.conf to the sandbox + Fix the parental control checks for root + Handle missing /etc/ld.so.cache (musl) + Updated translations- Update to version 1.11.3. * Bug fixes: * Don't inherit an unusual $XDG_RUNTIME_DIR setting into the sandbox, fixing a regression introduced when CVE-2021-21261 was fixed in 1.8.5 and 1.10.0 * Update the included copy of bubblewrap (flatpak-bwrap) to 0.5.0 * Better diagnostics when a --bind or other bind-mount fails * Create non-directories with safer permissions * Allow mounting an non-directory over an existing non-directory * Silence kernel messages for our bind-mounts * Improve ability to bind-mount directories on case-insensitive filesystems * Don't ask user which remote to download from if there is only one option * Internal changes: * Improve test coverage * Spelling fixes * Translation updates: Brazilian Portuguese, Russian, Spanish, Ukrainian- Add now working CONFIG parameter to sysusers generator- Update to version 1.11.2: + Bug fixes: - Fix logic error when migrating AppStream XML - Improve error-checking - Fix various memory and file descriptor leaks, in particular with flatpak-spawn --env=... - Fix fd confusion in flatpak-spawn --env=... --forward-fd=..., which caused "Steam Linux Runtime" containers to fail to start - Avoid a crash when looking up summary for a ref without an arch - Improve handling of refs belonging to more than one architecture, e.g. for cross-compilation - Don't abort uninstall if deploy metadata is missing - Don't fail transaction if searching for dependencies fails in one remote - Fix test failure when running tests as root - Improve error message for 'sudo flatpak run' + Internal changes: - Improve printf format string validation - Improve test coverage - Reduce risk of accidentally hard-coding x86 in the tests- Update to version 1.11.1: + New features: - All instances of the same app-ID share their /tmp directory - All instances of the same app-ID share their $XDG_RUNTIME_DIR - Instances of the same app-ID can optionally share their /dev/shm directory (enabled by a new --allow flag, - -allow=per-app-dev-shm) - Allow a subsandbox to have a different /usr and/or /app. - Steam will use this to launch games with its own container runtime as /usr (the "Steam Linux Runtime" mechanism). - enter: Improve support for TUI programs like gdb - build-update-repo: Add a higher-performance reimplementation of ostree prune specialized for archive-mode repositories + Bug fixes: - Fix deploys of local remotes in system-helper - Fix test failures on non-x86_64 systems - Fix two intermittent test failures - Make polkit queries non-interactive when operating in non-interactive mode - Use a local main-context when using libsoup in a thread - create-usb: Skip copying extra-data flatpaks - OCI: Switch to pax-format tar archives - history: Handle transaction log entries with empty REF field - portal: Fix flatpak-spawn --clear-env on OSs where flatpak is not on the fallback PATH, such as NixOS - Fix various issues detected by scan-build + Internal changes: - Use GNU bison to build parse-datetime.y - Add information about security support and security vulnerability reporting (see SECURITY.md) - Move all git submodules into subprojects/ directory - Several sockets are now created in /run/flatpak in the sandbox, with symbolic links in $XDG_RUNTIME_DIR- Update to version 1.10.2: + This is a security update which fixes a potential attack where a flatpak application could use custom formated .desktop files to gain access to files on the host system. + Fix memory leaks + Some test fixes + Documentation updates + G_BEGIN/END_DECLS added to library headders for c++ use + Fix for X11 cookies on OpenSUSE + Spawn portal better handles non-utf8 filenames- Flatpak only requires glib 2.44, not 2.60 - Update ostree version required to 2020.8- Update to version 1.10.1: + Fix flatpak build on systems with setuid bwrap + Fix some compiler warnings + Fix crash on updating apps with no deploy data + Updated translations. - Remove deprecated texinfo packaging macros. - Switch to upstream release tarball.- Update to version 1.10.0: + The major new feature in this series compared to 1.8 is the support for the new repo format which should make updates faster and download less data. + The systemd generator snippets now call flatpak - -print-updated-env in place of a bunch of shell for better login performance. + The .profile snippets now disable GVfs when calling flatpak to avoid spawning a gvfs daemon when logging in via ssh. + Build fixes for GCC 11. + Flatpak now finds the pulseaudio sockets better in uncommon configurations. + Sandboxes with network access it now also has access to the systemd-resolved socket to do dns lookups. + Flatpak supports unsetting env vars in the sandbox using - -unset-env, and --env=FOO= now sets FOO to the empty string instead of unsetting it. + Similarly the spawn portal has an option to unset an env var. + The spawn portal now has an option to share the pid namespace with the sub-sandbox.- Update to version 1.8.5 (CVE-2021-21261): + This is a security update that fixes a sandbox escape where a malicious application can execute code outside the sandbox by controlling the environment of the "flatpak run" command when spawning a sub-sandbox (boo#1180996)- Update to version 1.8.4: + Fix support for ppc64.- Move flatpak-bisect and flatpak-coredumpctl to devel subpackage, allow to remove python3 dependency on main package.- Enable LTO (boo#1133124) as gobject-introspection works fine with LTO.- Update to version 1.8.3: + Fixed progress reporting for OCI and extra-data. + The in-memory summary cache is more efficient. + Fixed authentication getting stuck in a loop in some cases. + Fixed authentication error reporting. + We now extract OCI info for runtimes as well as apps. + Fixed crash if anonymous authentication fails and -y is specified. + flatpak info now only looks at the specified installation if one is specified. + Better error reporting for server HTTP errors during download. + Uninstall now removes applications before the runtime it depends on. + Fixed test-suite to pass with the latest OSTree version. + Fixed dbus environment variables in flatpak enter. + Avoid updating metadata from the remote when uninstalling. + Fixed error message handling in various places. + FlatpakTransaction now verifies all passed in refs to avoid. + potential issues with invalid names. + Updated translations.- Update to version 1.8.2: + Added validation of collection id settings for remotes. + Fix seccomp filters on s390. + Robustness fixes to the spawn portal. + Fix support for masking update in the system installation. + Better support for distros with uncommon models of merged /usr. + Cache responses from localed/AccountService. + Fix hangs in cases where xdg-dbus-proxy fails to start. + Fix double-free in cups socket detection. + OCI authenticator now doesn't ask for auth in case of http errors.- Fix invalid usage of %{_libexecdir} to reference systemd directories.- Update to version 1.8.1: * Avoid calling authenticator in update if ref didn't change * Don't fail transaction if ref is already installed (after transaction start) * Fix flatpak run handling of userns in the --device=all case * Fix handling of extensions from different remotes * Fix flatpak run --no-session-bus * Updated translations - Update to version 1.8.0: * FlatpakTransaction has a new signal "install-authenticator" which clients can handle to install authenticators needed for the transaction. This is done in the CLI commands. * We now always expose the host timezone data, allowing us the expose the host /etc/localtime in a way that works better, fixing several apps that had timezone issues. * Fix flatpak enter which didn't work in some cases. * We now ship a systemd unit (not installed by default) to automatically detect plugged in usb sticks with sideload repos. * By default we no longer install the gdm env.d file, as the systemd generators work better. * create-usb now exports partial commits by default * Fix handling of docker media types in oci remotes * Fix subjects in remote-info --log output - Remove source file used to generate a flatpak user on the system since it's now included by upstream: * system-user-flatpak.conf- Fixes for %_libexecdir changing to /usr/libexec- Update to version 1.6.4: + This release backports some of the OCI authenticator fixes from the 1.7 series, and should now be able to host flatpak images on e.g. docker hub. + Other changes: - Fix a use-after free in libflatpak. - Don't list p2p downgrades in list of available updates.- Create a skeleton flatpak repo using "flatpak remotes" instead of a manually created directory (bsc#1172316, bsc#1169619, bsc#1170416).- When SLE uses GNOME desktop environment, GNOME Software is automatically started to provide key update features. During the startup, it setups flatpak repository so that related features can function properly. In a system environment of no flatpak repository has ever been setup before, this triggers "org.freedesktop.Flatpak.modify-repo" polkit action. Therefore in systems which use a restrictive security policy (eg. SLES) for the aforementioned policy action, a polkit authentication dialog will pop up without any user interaction for the first time login. This is not user friendly. This submission creates /var/lib/flatpak/repo at package installation to avoid such a confusing authentication pop-up, at nearly 0 cost of security compromise (bsc#1169619, bsc#1170416).- Require bubblewrap 0.4.1- Update to version 1.6.3: + The main change in this version is a fix for a regression in the progress calculation for applications using extra-data. Additionally the bundled version of bubblewrap is updated to 0.4.1 which fixes a security issue in some cases. See GHSA-j2qp-rvxj-43vj for details. + Don't break if users primary gid is not in the nsswitch database + Fix crash in flatpak repair if no remotes are configured + Some updates to the oci authenticator + Retry downloads of extra data + Updated translations.- Drop obsolete _servicedata file.- Update to version 1.6.2: + Due to a combination of some behaviour in flatpak and recent versions of ostree we at some point lost the use of deltas for the initial install case, instead always falling back to a full ostree operation which is a lot less efficient for pulls with many small files like a runtime. This caused some very slow installs from e.g. flathub, so it's recommended to update to this version to get better install performance. + We now correctly handle TMPDIR env var overrides when bwrap is setuid + Disallow running "flatpak run" under sudo (as it doesn't work and causes issues) + Fix build with older versions of glib + Minor documentation updates + Updated translations.- Update to version 1.6.1: + This is a (mild) security update. Flatpak 1.6.0 added the ability for an application to request it to be updated, as long as the new version doesn't require new permissions. Unfortunately in some special cases, if an app had access to the home directory, but not the rest of the filesystem it would still allow a self-update where the new version could access some files outside the home directory. + New permission --device=shm giving access to host /dev/shm, as needed for jack. + Generated correct download size in build-commit-from + sub-sandbox now allows the child to share the gpu of the caller has full device access + Fix crash with disabled remotes + Fix builds with older versions of glib + Updated translations.- No longer recommend -lang: supplements are in use- Update dependencies required by flatpak 1.6.0 . - Require xdg-dbus-proxy instead of building the (outdated) builtin version.- Change %_prefix/lib to %_libexecdir: Makefile installs the file explicitly into libexecdir. Let's be ready in case this path is going to change.- Co-own /usr/lib/systemd/user-environment-generators. We don't want to forcibly pull in systemd into the buildroot just to own this directory.- Update to version 1.6.0: + This is the first stable release in the 1.6 series, main changes since 1.4 is the support for protected content and improvements in the self-sandboxing support. + There is one change in the support for OCI remotes, we now only support the use of labels, not annotations, as labels work with more registries. This means pre-existing OCI flatpak registries (like fedora) may need some changes. + New permissions --socket=cups for direct cups access. + Fix some leaks. + Fix reporting of progress with latest version of ostree. + New no-interaction flag for authenticators. + Support for auto-installing authenticators from a flatpak remote. + Warn less about unset XDG_DATA_DIRS. + Don't poll for updates in the portal when on a metered connection. - Modernize spec with current macros.- Package empty /etc/flatpak/remotes.d.- Add pkgconfig(libsystemd) BuildRequires (boo#1157126). - Drop systemd_requires: strictly speaking, we do not require systemd.- Update to version 1.4.3: + Fix crash in revokefs. + Handle 'versions' extension key (in addition to 'version') when checking for local extensions, which was causing us to uninstall some actually used extensions with uninstall - -unused. + The 'required-flatpak' metadata key now supports listing multiple versions to support backported features. + Fix crash with older versions of polkit. + Fix installation of bundles. + Fix crash on deploy error. + Support building bundles of apps installed from a remote. + OCI: Fix handling of locally cached icons. + Fix crash when listing unconfigured remotes. + Ignore differences in trailing slashes for repo uris.- Add system-user-flatpak.conf: generate a flatpak user for the system helper (boo#1137537).- Update to version 1.4.2: * Support extra_data in extensions. * Handle double slashes ("//") in XDG_DATA_DIRS. * Fix detection of local related refs. - jsc#SLE-7171- Add a _dbusconfigdir variable in the spec file so we install the flatpak-system-helper config file in a location actually read by dbus, which didn't support having config files in /usr/share until 1.9.18 (first introduced in SLE15). - Remove the systemd environment generator if building with systemd < 233 which doesn't support environment generators. - Rename the libflapak-doc.xml file which has a typo in the name upstream. - BuildRequire libgpgme-devel, not libqgpgme-devel which is not really needed.- Update to version 1.4.1: + There was an accidental ABI break in libflatpak in 1.4.0 compared to the 1.2.x ABI which caused crashes in apps like gnome-software. + This has been fixed in this release so it is now ABI compatible with 1.2.x, but NOT compatible with 1.4.0. It is recommended that all distributions that shipped 1.4.0 update to 1.4.1 and rebuild all dependencies of libflatpak. + Make ABI compatible with 1.2.x. + Fix some potential crashes. + Fix some corner case where it was impossible to remove a remote. + Restore support for file: uris in the RuntimeRepo key in flatpakref files. + Updated translations.- Update to version 1.4.0: + This is the new stable series, ending the 1.3.x series. The major changes since the 1.2.x is the improved I/O use for system-installed applications, and the new format for pre-configured remotes.- Replace systemd-gtk BuildRequires with pkgconfig(systemd): make the build cheaper by not having to wait for the 'real' systemd package to have built, but allow to use systemd-mini. The change in the stack causing this was polkit dropping its hard dep on systemd.- Add systemd-gtk BuildRequires: Needed now after changes elsewhere in the stack.- Disable LTO (boo#1133124).- Update to verson 1.2.4 (CVE-2019-10063): + It has been discovered that the previous fix for CVE-2017-5226, which uses seccomp to prevent sandboxed apps from using the (dangerous) TIOCSTI ioctl was only incomplete on 64bit arches. This is now fixed (boo#1130637, gh#flatpak/flatpak#2782). + seccomp: Only compare the low 32bit of the TIOCSTI ioctl args. + Support multiple nvidia cards on the machine + Fix support for systems where XDG_RUNTIME_DIR is /var/run which is a symlink like gentoo. + Fix potential crash when updating apps. + flatpak list --arch now works correctly again. + Updated translations.- Update to version 1.2.3: + Don't expose /proc in apply_extra script sandbox. The CVE-2019-5736 runc vulnerability is about using /proc/self/exe to modify the host side binary from the sandbox. This mostly does not affect flatpak since the flatpak sandbox is not run with root permissions. However, there is one case (running the apply_extra script for system installs) where this happens, so this release contains a fix for that. - Update to version 1.2.2: + Reverted green checkbox as they caused table alignment issues + Fix a division by zero if the terminal reports a zero terminal width (which happens in the flathub build environment). - Update to version 1.2.1: + Ensure flatpak builds with older versions of glib and appstream-glib. + build-commit-from: Fix the new --extra-id option. + build-export: Allow disabling the sandboxing of the icon validator and do so during the tests. + profile: Don't break if debug logging is enabled. + Better handling of the appdata release attribute. + Don't install polkit agent when not needed, avoiding some unnecessary log lines in some cases. + Fix the output of the sandboxed icon validator not being visible. + builld-init: Allow specifying a full ref for the sdk, which is used to select the branch name when checking sdk extensions. + Make the ok checks in the output green- Update to version 1.2.0: + Ensure DeployCollectionID works in flatpakrepo files in all cases. + Don't error out with empty installations in uninstall. + Add helper that validates icon files during export. + Don't allow root to modify the (non-root) per-user flatpak installation, as this risks causing problems later. + Remove some incorrect warnings from flatpak repair. + Allow multiple name segments after prefix when exporting files. + Allow specification of ellipsization in --colums options. + Handle dates as well as timestamps in appdata + Fixed a bug where flatpak remote-delete removed too many refs. + Now we use raw terminal mode during a transaction to a avoid problems with input during the operation causing problems with escape sequences. + Generate a fontconfig directory remapping snippet as will be needed for newer versions of fontconfig. + Support --extra-collection-id in build-commit-from to bind the commit to multiple collection ids. This is work in progress in ostree. - Add pkgconfig(dconf) BuildRequires: New dependency.- Update to version 1.0.6: + This release fixes an issue that lets system-wide installed applications create setuid root files inside their app dir (somewhere in /var/lib/flatpak/app). Setuid support is disabled inside flatpaks, so such files are only a risk if the user runs them manually outside flatpak. Installing a flatpak system-wide needs root access, so this isn't a privilege elevation for non-root users. + The permissions of the files created by the apply_extra script is canonicalized and the script itself is run without any capabilities. + Better matching of existing remotes when the local and remote configuration differs wrt collection ids. + New flatpakrepo DeployCollectionID replaces CollectionID, doing the same thing. It is recommended to use this instead because older versions of flatpak has bugs in the support of collection ids, and this key will only be respected in versions where it works. + The X11 socket is now mounted read-only.- Mark flatpak.sh as %config and move the systemhelper dbus config file under /usr - Remove the flatpak-rpmlintrc file that is no longer needed.- Make polkit_rules_usability.patch effective by adding a 60- prefix to the rules file. This will cause it to be executed before the polkit-default-privs are executed (bsc#984817).- Update to version 1.0.5: + Make the /etc -> /usr/etc bind-mounts read-only. + Make various app-specific configuration files read-only. + flatpak is more picky about remote names to avoid problems with storing weird names in the ostree config. + A segfault in libflatpak handling of bundles was fixed. + Updated translations + Fixed a regression in flatpak run that caused problems running user-installed apps when the system installation was broken. + Implicity grant MPRIS2 permissions - Changes from version 1.0.4: + Flatpak 0.99.1 removed the inheritance of permissions from the runtime due to concerns with dynamic app permissions. Due to popular requests, this version re-introduces such inheritance, but does it instead at build time. This solved the issues with dynamic permissions while still allowing runtimes to have default permissions. Apps can disable this by passing - -no-inherit-permissions to build-finish. + The sandbox now always includes a /etc/timezone file, following the (old) debian standard for this. This is needed, because the more modern way of exposing the timezone name by having /etc/localtime be a symlink into /usr/share/zoneinfo doesn't work when exposing the host timezone. + All apps now have automatic permissions to own their own app id as a subname of org.mpris.MediaPlayer2. + We now properly re-load remote state in FlatpakTransaction if the metadata was updated for the remote. + The signature of the FlatpakTransaction::operation-done signal was wrong in the header and has now been corrected to the signature that is actually emitted. + A crash was fixed when reading invalid .flatpakref files. + A crash during updates when a local ref was unexpectedly missing was fixed. + An error case on uninstalling was incorrectly returning success even thought there was an error. + flatpak_installation_modify_remote did not correctly save the nodeps state. + flatpak_installation_load_app_overrides() was improperly returning freed memory. + The tarball now ships with an icon (flatpak.png).- Add rpmlintrc to ignore files being installed under /etc not marked as %config (since they're not).- Don't run "flatpak remote-list --system" on %post anymore since it's not needed nowadays. Also let /var/lib/flatpak be created on demand since writing to /var should be avoided for transactional updates (boo#1111385, fate#325524).- Update to version 1.0.3: + run: You can now use --system to run an app that otherwise would run the user version. + New permission --allow=canbus that filters out access to AF_CAN sockets. + lib: New install flags FLATPAK_INSTALL_FLAGS_NO_TRIGGERS and new function flatpak_installation_run_triggers() + lib: Better error reporting, including some new error values that replace the generic FAILED. + uninstall --unused: Improve handling of which .Locale extensions are used + run: Make flatpak run on systems where $XDG_RUNTIME_DIR contains a symlink beneath /var (commonly /var/run -> /run). + Don't export any desktop/dbus/mimetype files in subdirectories. + build-init: We now record the base ref (if used) in the metadata. Nothing uses this atm, but it can be used by tools. + We now respect the upstream ostree.deploy-collection-id instead of the flatpak-specific xa.collection-id metadata key to decide whether to switch to collection ids for a remote. This is useful, because if you use the new one, only new clients (that support it better) will use it. + create-usb: Fix assertion failure in some error cases + create-usb: Always create archive-z2 repos + create-usb: Don't create unnecessary summary in repo + permissions: Avoid errors if there is no permissions table + repo: Fix flatpak repo sometimes using the wrong ostree-metadata ref. + Avoid fsync when updating $installation/.changed. + Add the missing appstream2 ref to the xa.cache metadata + The test-suite got some modifications to make it easier to maintain. + Documentation updates + Translation updates - Changges from version 1.0.2: + The dbus proxy is now available in a separate git module, xdg-dbus-portal, which is imported into flatpak as a submodule. It is possible to build flatpak against the system xdg-dbus-portal instead, but this is not currently very useful as no other applications yet depend on xdg-dbus-portal. + Build regressions with older versions of glib have been fixed. + Flatpak ps now also tracks the pid the main process inside the sandbox. + Added flatpak override --reset to reset overrides for an app. + Added flatpak override --show to show overrides for an app. + flatpak install now automatically pick user or system based on the remote name given (unless the remote exists in both). + flatpak uninstall --unused now does not remove SDKs if some installed app refers to them. + Fixed bug where flatpak uninstall --unused prompted for uninstall twice. + Set IO class on the system helper to "idle", which should cause background updates to affect the system less. + Fixed regression in flatpak uninstall --no-related. + Better handling of empty collection ids in flatpak bundles. + Cleaned up some error messages. + Various documentation fixes and cleanups. + Updated translations. - Changes from version 1.0.1: + This fixes various build and test failures that were detected when packaging 1.0, as well as translations and doc udpates. It also has some minor features, including a new subcommand "flatpak ps" to list the running flatpak instances for your user. + Print application tags in the prompt when installing/updating. + Make sure we don't accidentally leak the host /proc into the sandbox. + Translation updates. + Added a "flatpak ps" command that lists running flatpak instances. + Improve error reporting when exporting documents. + Improve detection of dynamic p2p remotes. + Build fixes for older versions of glib. + Fix threading issue in the OCI support that was causing the installed tests to sometimes fail. + Fix OCI AppStream support on 32bit architectures. + Fix utf8 issue in the dbus API description. + Some install fixes to make installed tests work + Make the tests work with python3 (as well as python2) + Improve introspection annotations in libflatpak + Improve libflatpak API docs- Update to version 1.0.0: + Flatpak 1.0 marks a significant improvement in performance and reliability, and includes a big collection of bug fixes. 1.0 also includes a collection of new features.- Update to version 0.99.3: + Fixed case where system install would sometimes fail due to the system-helper idle exiting. + Support installing flatpakref files in FlatpakTransaction, including a new signal add-new-remote for when remotes might be added. + Added some new FlatpakError codes. + We now support .flatpakrepo files with no gpg signatures. + Fix crash in system-helper when updating appstream. + New command create-usb which can be used to prepare an repo for offline updates. + Fix some non-handled cases of the CLI not working when /var/lib/flatpak doesn't exist. + Fix crash when running with a gid that is not in /etc/groups. + Add new permission-* commands to interact with the permissions store from the portals. + Include appdata in OCI bundle.- polkit_rules_usability.patch: Improve usability by allowing members of the group 'wheel' to bypass polkit authentication checks when locally logged in (bnc#984817). This adds a few polkit actions to the rules that are not covered by upstream, because they are set to 'yes' for active users by default. On SUSE we require 'auth_admin' for regular users, however.- Update to version 0.99.2: + Updated translations. - Changes from version 0.99.1: + This is the first pre-release before flatpak 1.0. This is considered feature-complete and no features or major changes before 1.0 are expected, only bugfixes. + Flatpak install/update/uninstall now lists all the operations that it will do and asks for confirmation before starting. + In the above confirmation the permissions (new permissions for updates) are shown for all applications. + P2P updates are more efficient. + system-wide installation uses less fsync calls so installation should be faster. + New ssh agent permissions allows granting an app ssh access.- Update to version 0.11.8.3: + Fix a 25 second timeout on startup if using p11-kit < 0.23.10. + Minor change in dbus proxy default filter, now broadcasts are not accepted from portals. - Changes from version 0.11.8.2: + Fix crash when building some apps. + Allow multiple appstream components per app. + Fix handling of gl drivers in uninstall --unused. + Don't prompt if nothing changed in uninstall --unused. + Updated translations. - Changes from version 0.11.8.1: + Fixed regression running apps with --own=* permissions. - Changes from version 0.11.8: + Flatpak uninstall now accepts --all to remove everything and - -unused to remove unused runtimes. + New command "flatpak repair" allows checking and repairing a flatpak installation. + New permission --allow=bluetooth allows use of AF_BLUETOOTH sockets. + If p11-kit-server is installed on the host, this is now used to forward the host certificate trust store to the sandboxed app. + Flatpak uninstall now does not allow you to remove a runtime if some installed app requires it. + Now tab-completion for zsh is offered. + New installations of flatpak now defaults to bare-user-only repos, which means that it works with filesystems that don't support xattrs. + New flatpak info options: --show-location, --show-runtime, - -show-sdk. + New flatpak remote-info options: --show-runtime, --show-sdk + p2p operations now work when offline. + Work around hanging on app startup on blocking autofs mounts. + Various optimizations make installation and updates faster. + Multiple extension versions matches when auto-downloading extensions are respected now. + Commands like "flatpak info/list/remotes/seach" now work properly if /var/lib/flatpak doesn't exist. - Add subpackage flatpak-zsh-completion to follow upstream zsh tab-completion addition.- Update to version 0.11.7: * Fix regression in installing .flatpak bundles - Changes in version 0.11.6: * Further work on the export filename regression, now also fixes the same issue as in 0.11.5 but in flatpak build-finish. * Fix segfault when installing from .flatpakref in gnome-software * Build yacc parser from source. * Don't tab-complete Sources/Locale/Debug extension by default. * Fix tests on debian. - Changes in version 0.11.5: * Fix a regression which caused installation of epiphany and other apps that export multiple .service files to fail. * Fix appstream updates in p2p mode. * Don't distribute generated gdbus code with tarball. * Add documentation for the flatpak portal - Changes in version 0.11.4: * flatpak remove is now an alias for flatpak uninstall. * flatpak uninstall now picks system or user automatically if not specified * New appstream branch format which is more efficient to distribute, the old is still generated for backwards compat. * Appstream data now contains compatible arches (for applications that doesn't exist for the primary arch). For example, an i386-only app is now listed in the x86-64 appstream. * The flatpak version is included in the user agent when downloading. * The Flatpak-Ref http header is set to the currently installing ref when downloading. * New argument --timestamp in build-commit-from. * When updating many apps we now only prune the local repo when all updates are done, making multi-app updates faster. * flatpak build now always allows multiarch use. * flatpak build now mounts app extensions during build. * flatpak build-init now supports --extension to add extension points earlier than build-finish. Also build-finish now supports --remove-extension. * New flatpak portal allows applications to sandbox themselves and restart a newer version of themselves. * New flatpak run options: --no-a11y-bus, --no-documents-portal. * Initial support for end-of-life:ing applications. * New option X-Flatpak-RunOptions in exported desktop/files allow you to specify no-a11y-bus and no-documents-portal. * Support for tagged extension points, which is useful if you want to use the same extension id (but maybe different versions) multiple times in an app. * We now export .service files for names that the app is allowed to own on the session bus. * libflatpak got new methods for listing remotes by type. * libflatpak now has support in FlatpakRemoteRef for getting remote metadata such as end-of-life, download size, metadata etc. * There was some internal restructuring on how installs/updates are done which should improve performance and maintainability. - Changes in version 0.11.3: * Fix "open with" and flatpak run --file-forwarding crash * Fix build with glibc 2.27 - Changes in version 0.11.2: * Remove fuse dependency, since we don't ship document portal anymore * Fix various issues with /home being a symlink to /var/home (atomic) * Allow downgrades when using collection ids * Search on all supported architectures - Changes in version 0.11.1: * Remove document portal and permission store * Add --socket=fallback-x11 permission * Fix dbus proxy vulnerability in authentication phase * Allow personality syscall in devel mode * commit-from: Migrate static deltas with commit * Add "network" storage type for installations * Add flatpak info --show-permissions * Add flatpak info --file-access * search: Update appstream (if stale) before searching * Make libflatpak work when /var/lib/flatpak is empty * build-bundle: Add --from-commit option * Allow appstream ids that don't end in .desktop * Make permission handling ignore unknown permissions for forwards compatibility * Removed incorrect error message in update --appdata when there was no updates * Fix handling of abort in the duplicate remote prompt * Fix division by zero in progress calculation * Fix flatpak remote-info --show-metadata * Fixed crash when installing some flatpak bundle files * Fix installation of telegram * remote-ls -u only considers app from the origin remote * Fix assertion error in extra-data progress reporting * Report nicer errors when trying to downgrade as non-root * pulseaudio: Try to find pulseaudio socket better * Fixed some warnings reported by coverity * Cleaned up code by splitting up some large source files- Do not build document portal anymore, rely on xdg-desktop-portal/-gtk instead. Add corresponding dependency. - Build with --with-system-bubblewrap and Add corresponding build and runtime dependency. - Remove --with-dwarf-header configure flag, it no longer exists.- Modernize spec-file by calling spec-cleaner- Update to version 0.10.4: * allow personality syscall in devel mode * configure: Fix copy_file_range detection * Add --disable-document-portal configure option * lib: Make gnome-software work with an empty /var/lib/flatpak * dir: Emit an error on non-root downgrade attempts * common/dir: Skip progress reporting while setting up extra-data * doc: Fix docs for --update-appstream * flatpak remote-ls -u: only consider apps from the current remote * extract_appstream: allow component IDs not to end in .desktop * common/dir: Fix a memory leak- Update to version 0.10.3: + Fix vulnerability in dbus proxy. + Fix incorrect error message in update --appstream. + Ignore unknown permission requests. + remote-info: Fix --show-metadata behavior. + common: Fix division by zero when calculate progress. + common/dir: Add a missing OstreeAsyncProgress default key. + lib/installation: Fix install/update_full() subpaths annotation. + app: Fix "multiple installations" prompt. + common/dir: Use an actual function for autoptr support without P2P. + Update Polish translation.- Update to version 0.10.2.1: + Fixed crash when installing some flatpak bundle files + Fix installation of telegram + Fixed some warnings reported by coverity + Some leaks fixed + Fixed typo in error message- Update to version 0.10.2: + flatpak update now updates from both system and user installations by default. + flatpak update is less noisy when updating appstream info. + All the remote-* commands now by default automatically decide to use --user or --system based on the given remote name. + flatpak remote-ls with no remote lists the content of all remotes. + Fixed regression that made xdg-user-dirs and theme selection for kde apps break. + flatpak override with no argument now overrides globally, i.e. for all apps. + flatpak override now supports --nofilesystem properly. For example flatpak override --nofilesystem=~/.ssh hides the ssh dir for all apps, even those who have homedir access. + flatpak install now takes a --reinstall argument which uninstalls a previously installed version if necessary. This is very useful when you want to install a new version from a different source. + flatpak install now allows you to pass an absolute pathname as remote name, which will create a temporary remote and install from that. The remote will be removed when the app is uninstalled. This is very useful during development and testing. + Flatpak now creates CLI wrappers for all installed apps, so if you add /var/lib/flatpak/exports/bin or ~/.local/share/flatpak/exports/bin to your PATH you can easily start flatpak apps by their application id.- Update to version 0.10.1: + New command "flatpak remote-info" shows information about applications in a remote. In particular the --log operation shows the history and can be used in combination with flatpak update --commit=XYZ to roll back to a previous version. + New command "flatpak search" which allows you to search the appstream data from the commandline. + flatpak update now updates appstream data for all configured remotes, which is important for search to work. + Allow automatic installation of gtk themes matching the active theme. + Handle the case when /etc/resolv.conf is a symlink. + /usr an /etc are now expose in /run/host in the app if the app has full filesystem access. + flatpak remote-add now works as a user when /var/lib/flatpak is empty, allowing flatpak to work on stateless systems. + Add support for flatpak build --log-session/system-bus, similar to what flatpak run already does. + flatpak build --readonly runs with the target directory (normally /app) mounted read-only. + Fall back to LD_LIBRARY_PATH if a runtime doesn't have /usr/bin/ldconfig. + Updated the support for OCI remotes. This is work in progress and still disabled by default though. + Updated translations. - Add pkgconfig(appstream-glib) BuildRequires: New dependency.- Update to version 0.10.0: + Added the flatpak config option which can set the language settings. + Fix issue where sometimes ld.so.conf were not generated. + /dev/mali0 is added to --device=dri. + Work around ostree static delta issues in some cases. - Changes from version 0.9.99: + Requires ostree 2017.12 for important pull stability fix. + New libflatpak API: flatpak_dir_cleanup_undeployed_refs, flatpak_installation_prune_local_repo, flatpak_installation_remove_local_ref_sync, flatpak_installation_cleanup_local_refs_sync. + build: FLATPAK_ID and FLATPAK_ARCH are now set in the environment when building. + update: Don't fail the entire update if some remote fails to update its metadata. + run: /.flatpak-info now lists exact commits and extensions in use. + run: We now use a per-app ld.so.cache file whenn running. This should speed things up, and allows ldconfig to report the correct results. + The verbose mode was changed into two levels, use -vv to show the more detailed info, which currently only contains the full bubblewrap argument lists. + run: Some common problematic host environment variables are now unset in the sandbox (PYTHONPATH, PERLLIB, PERL5LIB and XCURSOR_PATH). + run: Fixed failure when a higher prio extensions depended on a lower prio one. + run: The extension ld path order is now: app extensions, app, runtime extension, runtime. This was previously incorrect in that the app could override app extensions. + Extensions are now not downloaded if a matching unmaintained extension is already installed. + Preemptive changes to handle new bubblewrap change which doesn't user /newroot. + document portal: Disable debug spew that was accidentally enabled. + build-finish: New --extension-priority option. + run: Fix regression in --persist in 0.9.98. + run: Use sealed memfds (instead of just temporary files) when passing data to bubblewrap. + Updated translations. - Changes from version 0.9.98.2: + Fix permission denied when using the system-helper. - Changes from version 0.9.98.1: + run: Fix homedir access if the app has --filesystem=host access. + build-update: Fix appstream update in case one arch didn't change. + Updated translations. - Changes from version 0.9.98: + libflatpak now correctly finds metadata for subset installations (like locale data). + flatpak build now supports --appdir which exposes the per-app directory in the user homedir. This is useful when testing builds. + The host fontconfig caches are exposed to the sandbox, next to the fonts in /run/host. This will (pending fontconfig work) allow sharing host fontconfig caches, allowing much faster initial startup for flatpak apps. + flatpak install now supports --no-pull. + Added new extension property "locale-subset", which makes the extension point act like a locale extension (i.e. only install the subset configured by the locale). + flatpak remote-add --oci is disabled for now, as this is not up to date with the latest OCI work, and we don't want to break existing deployments if this has to change when this lands. + Parallel installation/updates are now safe because we take a filesystem lock whenever we prune the local ostree repo. + Flatpak run now works when important paths like $HOME, etc, are symlinks. + The ostree min-free-space property is is set to zero by default for the flatpak repos. This was causing a lot of problems for people, but the feature is still there if you manually enable it. + Updated translations. + Require ostree 2017.12.- Drop the SLE12 / Leap42 conditional definition for _userunitdir.- Update to version 0.9.12: + Fixed a regression in extra-data installation. + Don't expose the a11y bus in flatpak build.- Update to version 0.9.11: + You can now show all outstanding updates with: flatpak remote-ls --updates. + The dbus filter "org.name.*" now means all subnames of org.name, not just the first level. This matches how dbus arg0namespace works, and how the comming dbus container support will work. + Fixed segfault on update. + Better commandline tab completion. + Flatpak now exposes host icons readonly as /run/host/share/icons to the sandbox. + Updated translations.- Update to version 0.9.10: + Fix regression in dbus proxy that causes some apps to not work in 0.9.9. - Changes from version 0.9.9: + flatpak-builder was split out into its own module: https://github.com/flatpak/flatpak-builder + When downloading to a temporary directory for later install to the system repo we now write to /var/tmp instead of $HOME. This is more likely to be the same filesystem as /var/lib/flatpak, and thus will not run into issues with e.g. filesystem full. + We now get the default language list from AccountService if possible. + A regression that made --devel crash was fixed. + New feature for flatpakrefs, SuggestRemoteName=remotename will cause flatpak to ask if you want to create a generic (not app specific) remote for the repo url. + flatpak build now does not die with the parent by default, you have to pass --die-with-parent. This was done because die-with-parent uses PR_SET_PDEATHSIG which does not work well if the parent is threaded, like e.g. gnome-software is. + We now always re-set the personality in the sandboxed process in order to avoid inheriting weird settings. + We now share a single dbus proxy instance for all proxies for a sandbox. dbus-proxy now properly disallows old-style eavesdropping. + We now support accessibility by starting a customized dbus proxy for the a11y bus. - Drop flatpak-builder sub-package, it is now it's own project.- Update summaries.- Drop flatpak-rpmlintrc: no longer needed.- Update to version 0.9.8: + Core: - Experimental support for peer2peer installation, enable with - -enable-p2p. - Add default language setting to flatpak config. Defaults to all locales for system installs and the users locale for per-user installs. - build-update-repo: Now always keeps the two latest deltas around to avoid race conditions with outstanding downloads at the time or running the update. - Support loading extra data from local lookaside cache. + Flatpak-builder: - Set terminal title to the currently building module - Added ability to specify http url for sources mirror with - -extra-sources-url. - --install-deps-from=REMOTE installs the dependencies needed for the manifest. - New option --delete-build-dirs to always delete build directories, even on a failed build. - New property "add-extension" makes it nicer to create extension points.- Update to version 0.9.7: + app/repo: Factor out common GVariant operation. + build: - Include config.h using CPPFLAGS. - Check for system extensions before any other C compiling. - Only run each instance of gdbus-codegen once. - Re-run gdbus-codegen if the Makefile changes. + builder: - Allow building modules with no sources if buildsystem=simple. - Use build-args during cleanup. - Rearrange args to do_export() to make mandatory ones obvious. - When bundling git sources, reuse cache. + common: - Use bulk OstreeAsyncProgress API for setting keys. - Split out self and repo arguments for a static function. + common/dir: - Factor out common code for getting repo metadata. - Factor out common code to get and load the summary file. - Factor out body of update_remote_configuration_for_summary(). + dbus-proxy: - Make miscellaneous globals static. - Don't clear dbus_address twice. + docs: Remove --version from flatpak-build docs. + flatpak_dir_read_latest: Return NULL, not FALSE on error. + tests: - Add TEST_SKIP_CLEANUP env var for skipping test cleanup. - Add base-64 GPG keys to libtest declarations. + .gitignore: Ignore all generated man pages. + One more try at not distributing gdbus-codegen-generated sources. + Update Ukrainian translation. + Fix example. + Add nullable annotations for progress callbacks. + Update pofiles. - Changes from version 0.9.6: + builder: - Allow .pyc files without .py. - Add inherit-extensions features. - Better handling of default-branch. - Add ExtensionOf group to created extensions (Debug/Locale). + builder: Inherit parent version for inherited extension. + build-export: Canonicalize file permissions. + builder-options: Fix setting CPPFLAGS. + ci: - mv .redhat-ci.yml → .papr.yml. - Rework to be based on FAH + priv container. - Build ostree from git master. + dir: - Fix a minor memory leak. - Ensure we return on pull error to avoid error-overwrites. - Ensure ~/.local/share/flatpak is 0700. + doc: Remove duplicate list entry from flatpak-remote.xml. + export: Record flatpak version in default commit version. + info: Make --show-metadata machine parseable. + install: Manually save summary[.sig] in cache repo. + ls-remote: Drop unused variable. + run: Fix use-after-free in case you were exporting the same path twice. + testlibrary: Call g_assert_no_error first. + tests: - Add tests for no world writable dirs & no setuid files. - Increase timeouts waiting for file notification. + utils: Fix minor formatting issue in gtk-doc comment. + xdp-fuse: Add parentheses to clarify precedence in a conditional. + xdp-main: Fix a typo in a comparison. + Don't distribute gdbus-codegen-generated source in tarballs. + Update Czech translation. + Use new libostree APIs to reject world-writable/suid content. + Default to bare-user-only repo. + Unless forced via FLATPAK_OSTREE_REPO_MODE user bare-user for cache repo. + Force the cache repo to use the bare-user mode. + Re-create the cache repo if it is not bare-user. + Manually copy summary for update and appdata too. + Update pofiles.- Add flatpak-rpmlintrc as source while we wait for boo#1012961 to be resolved. Once this happens, feel free to nuke all traces of this change.- Update to version 0.9.5: + Fix installation of test-keyring2 + Don't error out when updating metadata for disabled remotes + export: Store the app id in the X-Flatpak key + run: Handle file paths when forwarding uris + Automatically use a separate builddir with Meson + documents: paths in the apps dir ar always accessible + builder: Don't warn for unknown properties starting with x- + document portal: Fix race condition when unmounting old version + document store: Document as-needed functionality of AddFull + extra-data: Print exit status if apply_extra_data script fails + run: Add debug sprew for all bwrap arguments + build-update-repo: Remove unwanted deltas before updating summary + list: Don't list .Locale and .Debug by default (override with - a) + remote-ls: Don't show Locale/Debug and secondary arches by default. + list/remote-ls: Also ignore .Sources by default + Handle app ids with dashes when ignoring locale/debug. + dbus-portal: Fix return value type of filtered NameHasOwner + builder: Add --export-only feature + run: Allow regular files for --filesystem=xdg-config/path + run: Allow --filesystem=xdg-*/subdir:ro + build-commit-from: Don't copy old xa.ref in metadata - Changes from version 0.9.4: + Improve display of partial extension sizes + flatpak-run.c: valid locations, not types + Ensure commits are available when checking for extra-data + libglnx: Bump to latest master, use new file copy API + Document some environment variables (#754) + Revise the flatpak repo command slightly + repo command: use FlatpakTablePrinter + table printer: Introduce a cell struct + table printer: Support column alignment + repo: Improve formatting of size columns + table printer: Support column titles + table printer: Only show titles on ttys + repo: Set column titles + table printer: move to its own source files + Add an API to get the summary of a remote + Make flatpak remote-ls show more details + scripts: Fix flatpak-bisect log + Add the possibility of installing/updating without static deltas + Add a helper for formatted output + Use the new output helper + Add table printer api for number columns + table printer: Use localeconv for decimal point + repo: Use the new number column support + remote-ls: Improve the output + list: Improve output formatting + remotes: Improve output formatting + Improve info output + Fix compiler warnings + Don't use escape sequences unless on a tty + info: Preserve the previous output format + Update the man page a bit + info: Use flatpak_fancy_output + Add macros for common ANSI tty escape codes + info/list: Move subpath list to info + Fix man page typo + Don't crash if there's more titles than columns + Unset TMPDIR in the sandbox + Generate fd-passing arguments for document portal + Include the generated document portal code in common + Implement file forwarding for flatpak_run_app + Enable file forwarding in flatpak run + Document the --file-forwarding option + Handle %f when exporting desktop files + Handle %u as well for file forwarding + Enable file forwarding for %u as well + Handle document portal absence + Don't get the doc mount path twice + run: Handle forwarding uris better + run: Use flatpak_has_path_prefix instead of hand rolling + run: Properly handle canonicalization in file exports + run: Clean up the exports handling code + run: Only forward as document if the target app can't see the file + builder: Fix ldflags support + build: Fix fallout from the TMPDIR unset + remote-ls: Fix up the column titles + run: Handle the case where /tmp on the host is a symlink + Update to bubblewrap 0.1.8 for die-with-parent + build: Kill sandbox when flatpak build dies + Expose host /etc/hosts and /etc/host.conf + install: Make already-installed a warning, not an error + Move caches to ~/.cache + tests: Fix race condition in tmp webserver + Use clearer terminology in docs about extensions + info: Print some more information + Fix tests by setting XDG_CACHE_HOME + install: Handle no-static-delta in --user installs too + common: Remove unused flatpak_dir_install_or_update + remote-modify: Never update explicitly set values + common: Add flatpak_dir_update_remote_configuration_for_summary + common: Store the summary signature in the cache too + common: Drop verbose log of using cached summary + remote-modify: Don't modify if no arguments are specified + remote-modify: Implement --update-metadata as a system-helper method + transaction: Always update metadata for remotes on update/install + update: Split update into check_for_update and update + Optimize flatpak_variant_bsearch_str + Use flatpak_variant_bsearch_str to lookup in summary cache + Optimize flatpak_summary_match_subrefs + remote-add/modify: Break out gpg loading code to helper + update_remote_configuration_for_summary: Never use system-helper + Add support for adding new gpg keys via signed summary + install: Fix automatic metadata update + Support build-update-repo --redirect-url= + Add a missing return + Drop an unused variable + repo: Print out redirect url too + Make it possible to unset values in update-repo + Update docs for build-update-repo + Document is-set keys in repo config + Add a marker to rewritten desktop files + tests: Make it possible to create multiple test repos + tests: Allow overriding GPG args + tests: Add a second gpg keyring + tests: Add new test-repo.sh with initial GPG tests + tests: Add tests for --redirect-url and new GPG key + tests: run test-repo.sh with system repo too + repo: Print out gpg key hash too + Don't use gdbus-codegen autoptr generation + common: Break out the flatpak progress calculator to a helper method. + Improve error wording + Remove unused variables + Remove an unused autoptr definition + Add workaround to flatpak_repo_collect_sizes for uncommited objects + export: Add install/download size and metadata to commit + build-update-repo: Use the size/metadata info in the commit object + builder: Use mkdtemp for initial git/bzr checkout + builder: Allow specifying the git commit if the branch is a tag + fix clang warning + update-metadata: silently ignore for non-signed system-helper case + remote-add: Use the new system-helper for initial metadata update + remote-ls: Don't rely on active symlink value, use deploy data + deploy: Uncouple active link from checksum + deploy: Append the subdirs to the checkout dir + update: flatpak update --subpath= means all subpaths + update: If resused ostree repo fails, blow it away and create new + update: Fix update for partial commits with system-helper + deploy: Verify that xa.metadata in the commit matches the deployed file + install: Limit the exported file to a whitelist + Disable exported search providers by default + exports: Fix up exporting of dbus service files + Rewrite exported mimetype files + Document flatpakrepo format extensions + Document flatpakref format extensions + dir: Report progress more frequently + Require latest flatpak (2017.5) + builder: Take "buildsystem" into consideration for cache freshness + builder: Add a install-rule to allow customized install + run: Fix race condition in app identification + Improve progress report calculation + Use the nicer progress reporting for the CLI too + Require ostree 2017.6 for the new progress APIs + progress: Use the new atomic progress API + progress: Simplify the progress calculations + progress: Tweak metadata part of download + progress: Don't report ??? in the bar while estimating + Remove unused variable + Bump libglnx, port to new tmpfile API + Update to latest libglnx with tmpfile error fix + Update to a libglnx that has GLnxTmpfiles fixed + builder: Better debug output from the rofiles-fuse code + builder: More GLnxTmpfile fixes + OCI: Properly initialize all used progress fields + builder: Fix segfault if appstream-compose fails + complete: Don't read outside string + Add version property to all dbus interfaces + document-portal: Add AddFull() operation + document-portal: Bump version to 2 due to new AddFull method + builder: Make c/cxx/ldflags not override env + builder: Update doc for latest cflags vs env var change + builder: Add CPPFLAGS similar to the existing flags + Update to latest libglnx and use the new GLnxTmpFile API + Remove unused variable + Add some hints when icons are not found + Correct mountpoint handling + Small documentation improvements + common: Expose FlatpakExports + common: Add flatpak_find_current_ref helper + run: Use new flatpak_find_current_ref helper. + common: Add flatpak_context_load_for_app helper + document-portal: Lock just once in AddFull for many paths + document-portal: Add XDP_ADD_FLAGS_AS_NEEDED_BY_APP to AddFull + lib: Add flatpak_installation_update_appstream_full_sync with progress + Remove unused variables + lib: Fix update checking + builder: Add support for screenshot mirroring + Use the CLI progress for update --appstream too + export: Always set a xa.ref commit metadata + progress: Update at 300msec on the CLI + deploy: Ensure xa.ref, if set, is correct + Dist test-keyring2 dir - Changes from version 0.9.3: + builder-manifest: Rename localized icon fields as well + build-update-repo: g_warning doesn't need newlines in the message + docs: Add flatpak make-current to the list of commands + doc: Align build commands with --help + docs: Add a / to all mentions of installations.d + doc: Add a manpage for the repo config format + docs: Add a man page for installation files + Fix --help output for --installation + doc: Include all man pages in html + appstream: Don't strip .desktop extension if thats the actual id + flatpak-builder: bundle module sources as runtime + Bundle sources: add support for bzr + Bundle sources: add support to bundle patches as well + Bundle sources: add flag --bundle-sources to control the bundling + Bundle sources: the path is always sources + Bundle sources: allow use case to mix local and online sources + Bundle sources: rename option to --extra-sources=DIR + Bundle sources: use git clone --shared for local sources checkout + Bundle sources: bundle the manifest + Bundle source: use C-style comments + Bundle sources: initialize app_dir_path later + Bundle sources, git_get_mirror_dir: able to pass NULL for is_local + Bundle sources, bzr: set error when repo can not be found + Bundle sources: bundling has to happen before the extracting + Improve html generation + Add some structure to the generated html + Fix a typo in a comment + run: Handle non-default WAYLAND_DISPLAY + Drop useless options from flatpak info + Avoid confusing behavior of flatpak info + Add more useful options to flatpak info + Add a --show-extensions option to flatpak info + Fix the testsuite + flatpak info: Show more information for extensions + flatpak info: Properly handle unmaintained extensions + Fix a compiler warning + builder-module: add "bootstrap.sh" to autogen_names + Add a repo command + Document flatpak repo command + Quiet compiler warnings + Don't fail the build if rofiles-fuse is not available + Make it a warning + docs: Fix a typo + Document build-extension + More metadata docs + build: Ensure we add the default dbus permissions + builder: handle module-relative paths for json includes + builder: Load source files from the directory of the module + build: Always set personality to linux32 when cross-building + builder: Print warnings for unknown properties + Report full version in http user agent + builder: Ignore --extra-data in flatpak-builder --run + docs: Mention that rename-icon should not have an extension + build-update-repo: Add internal function to create a single delta + build-update-repo: Spawn subprocesses when generating deltas + builder: Use module-relative paths for archive sources too + builder: Take build-commands into consideration for rebuild + docs: Typo fix: "flatpack-builder" -> "flatpak-builder" + builder: Use flatpak_mkdir_p instead of query + mkdir + common: Add flatpak_build_file[_va] helper + builder: Add builder_context_find_in_sources_dirs + builder: Use context_find_in_sources_dirs to simplify code + Extend flatpak-builder test + builder: Make git patch apply verbose by default + Don't bundle inline (data:) URIs + builder: Drop the storing of local files to data: uris + fixup! common: Add flatpak_build_file[_va] helper + builder: Convert bundle sources to cached stage + builder: Change how we handle pre-existing git sources + builder: Update bzr bundling + export: Always make directories accessible + builder: Strip trailing whitespace in git submodule urls + builder: Add progress reporing while downloading + builder: Fix up unused variable warnings from clang - Changes from version 0.9.2: + Fix typo + Revert "Fix typo" + builder: Remove all SDK extension from the platform + Re-fix typo + builder: Handle absolute paths in command + builder: Add --default-branch=BRANCH + build-export: Export all files with canonical permissions + document more metadata keys + Fix pofiles typo + Bump libglnx, use new glnx_throw(), fix callers + Import ostree's compiler warnings, fix up callers + Fix build if libdwarf dir missing + Correctly find system unmaintained extensions + Stop using ostree trivial-httpd + Drop -Werror for aggregate-returns + Add forgotten file + Removed a commented string + builder: Add a hint about --force-clean + test-webserver.sh: Remove accidental debug spew + tests: Don't leak SimpleHTTPServers + Add new API to the docs + OCI: Verify that loaded OCI blobs have the correct checksum + builder: Don't pass --require-version along to build + Add flatpak_oci_registry_get_uri + FlatpakDir: Break out helper flatpak_dir_lookup_ref_from_summary + oci: Break out get_digest_subpath helper function + OCI: fstat in local_open_file helper + OCI: Add flatpak_oci_registry_mirror_blob + OCI: Add flatpak_archive_read_open_fd_with_checksum + OCI: flatpak_pull_from_oci - verify manifest ref + OCI: Verify layer checksum while applying + OCI: Support OCI with system-helper by mirroring OCI repo + update: Don't check for update short-circuit if we're not pulling + OCI: Add flatpak_oci_sign_data + OCI: Add support for strict and mandatory json properties + OCI: Add json format for atomic-based signatures + OCI: Support signing build-bundld --oci output + OCI: Verify signatures + OCI: Fix signature checks on updates + OCI: Use gpg signatures in tests-oci.sh + utils: Prepare for libostree 2017.4 defining autocleanups + Split the manifest file docs off + CI: Add gpgme-devel to CI build environment + Fix ostree autoptr checks for git master + Fix unused variable errors reported by clang + builder: make appstream-compose failure fatal + dbus-proxy: Make Buffer refcounted + dbus-proxy: Fix use-after free in header parsing + dbus: proxy fix leak in get_arg0_string + dbus-proxy: Fix leak of get_arg0_string return value + dbus-proxy: Fix leak in setup phase + system-helper: Fix check for downgrade + update: Only allow downgrades if a commit is explicitly specified + Handle uris better when detecting .flatpak[repo,ref] suffix + Use ostree's BARE_USER_ONLY flag (#674) + Build with large file support + Use correct format string for guint64 on 32-bit + builder: Add disable-fsckobjects to git sources + builder: Add commit property to git source + builder: Support sdk-extensions also for apps + Updated translations. - Add libqgpgme-devel BuildRequires: New dependency.- Update to version 0.9.1: + The flatpak-builder build cache now uses the rofiles-fuse ostree feature. + The cflags and cxxflags module properties now work by appending, rather that replacing, when there are multiple values specified. + Do not invalidate build cache when the installed version of the SDK changed by default. Use --rebuild-on-sdk-change to force rebuild otherwise. + The build cache is now per-arch. + New buildsystem "cmake-ninja" which works like "cmake", but builds using ninja. + New buildsystem "simple" which just runs a set of shell commands specified in the "build-commands" property. + flatpak-builder now has build-runtime and build-extension properties that makes it easier to build runtimes and extensions. + FLATPAK_DEST is set in the build environment to the installation destination. + flatpak-builder now supports --from-git=URL which pulls the json manifest and related files directly from a git repo. + modules have a new no-make-install property which skips the make install step. + Modules and sources have only-arches and skip-arches properties, which lets you enable/disable them based on the build architecture. + build-options has a new property ldflags, which is similar to cflags and cxxflags. + flatpak build (and thus flatpak-builder --run) now supports dbus proxies when needed. + All git repos are cloned with fsckObjects=true, which means we verify that the repos are valid. + New flatpak-builder argument --build-shell=MODULE extracts and prepares the sources for a specified module and then starts a build sandbox inside it. + build-export: Now supports --timestamp=ISO-8601-TIMESTAMP, which allows you to create reproducible commits. + The OCI support has been updated to the latest version of the OCI image specification format. + There is a new flatpak-bisect script that can be used to bisect flatpak applications, looking for regressions. + flatpak list got a revamp. It now shows more information, and shows both apps and runtimes by default. + flatpak remote-list was renamed flatpak remotes in order to minimize confusion with flatpak remote-ls. The old name is deprecated but still works.- Update to version 0.8.7: + This is a minor security update, matching the behaviour on master where we avoid ever creating setuid files or world-writable directories. However, the fix is more localized and does not require a new ostree. + After pulling from a remote, always verify that the staged new files and directories have safe permissions. + Ensure ~/.local/share/flatpak is not readable to other users, to avoid anyone ever seeing possibly world-writeable directories therein. + Fix double-setting a error in case of errors when pulling. + Fix timeout in testcase.- Update to version 0.8.6: + TMPDIR is now unset in the sandbox, if set on the host. Each sandbox has a personal /tmp that is used. + Flatpak run now works if /tmp is a symlink on the host. + /etc/hosts and /etc/hosts.conf from the host are now exposed in the sandbox in addition to /etc/resolv.conf. + flatpak now stores the app id in the X-Flatpak key when exporting a desktop file. + Exports are now whitelisted, and the only thing you can export are: desktop files, icons, dbus services. This is somewhat different from the 0.9.x series, where als mime definitions, and gnome-shell search providers are allowed. + Fixed minor race condition in portal application identification. + Support WAYLAND_DISPLAY environment var. + dbus-portal: Fix handling of NameHasOwner. + run: Allow regular files for --filesystem=xdg-config/path. + run: Allow --filesystem=xdg-config/subdir:ro (previously it needed to be writable). + Support for updating to new gpg keys and url when using flatpak remote-modify --update-metadata. This is a manual operation in 0.8.x but is automatic in the 0.9.x series.- Update to version 0.8.5: + Fixed a use-after-free and some leaks in the dbus-proxy. This is not currently believed to be exploitable, but the proxy is a security boundary, so we still recommend to update. + Regular updates now never allow updates to an older version than what is currently installed (unless you explicitly specify an old commit id). This closes a hole where a MITM attacker can force clients to downgrade to an earlier (gpg-signed) version of the application. + The automatic detection of --from in flatpak install now detects flatpakref extensions even in URIs that end in a query string such as https://git.gnome.org/browse/gnome-apps-nightly/plain/gedit.flatpakref?h=stable + The detection of "unmaintained" system extensions was broken, and in some cases these extensions were not found. This now always works. + Flatpak now builds with latest OSTree. This required some fixing for multiple definitions of the g_auto* macros as OSTree now exports those. + We no longer rely on ostree trivial-httpd for the tests, because this is optional in later versions of ostree. Instead we use the python SimpleHTTPServer. + The minimum glib version has been corrected to 2.44. + The minumum automake version has been increased to 1.13.4 because some older version didn't work.- Update to version 0.8.4: + Fix no-systemd-user warning (it doesn't affect sandboxing anymore). + run: propagate wildcard xauth entries to app bundle. + Don't remove origin remotes if some other ref uses it. + Fix repeated download of locates on update. + update: Don't update related refs from different remote. + Initialize g_autofree string to NULL, not to crash when early returning. + document portal: Disable spice_read as it seems broken. + Return the container from flatpak_get_system_installations(). + Don't include newlines in error messages. + utils: Fix list_unmtainained_refs. + Avoid possible null dereference. + utils: Fix flatpak_bundle_load typo. + list: Don't check error twice. + list-remotes: Handle remotes with no url specified. + run: Handle error when enumerating /etc. + zero-mtime: Handle error when enumerating directory. + Fix error check when loading configuration. + Support runtime-less extra-data. + flatpak_list_extensions: Break out code into helper. + extensions: Support multiple versions. + Append flatpak data dirs if XDG_DATA_DIRS is already set (gh#flatpak/flatpak#611). + appstream: Don't add runtime to flatpak bundle tag for runtimes. + Split extra-data setup and fetch. + Improve progress calculation. + profile: Don't add flatpak to XDG_DATA_DIRS if its already there. + Updated translations. - Drop flatpak-propagate-xauth-wildcard.patch: fixed upstream.- Update to version 0.8.3: + In addition to the regular list of bugfixes this stable release include backports of the updated OpenGL support from master. This, in combination with the work in the runtime allows flatpak to work out of the box with out-of-tree OpenGL drivers, including the nvidia driver. + Additionally, due to some complicated issues wrt ptrace and user namespaces this version disables the use of user namespaces if bubblewrap is setuid, as it cause problems for the way flatpak portals identifies applications. + Better handling of errors for extra-data. + Handle extra-data properly for runtimes (as well as apps). + Respect required version for runtimes (as well as apps). + flatpak list: Don't break if some local ref is not deployed. + builder: - Look for appstream data in /app/share/metadata also. - Fix buildsystem=cmake builds. + Add progress reporting to extra-data download. + Fix uid/gid for directories in document portal. + Updated translations.- Add flatpak-propagate-xauth-wildcard.patch which ensures applications have the right to communicate with the X server. (gh#flatpak/flatpak#569).- Update to version 0.8.2: + This is a bugfix and security update: - Some of the bind-mounts that flatpak sets up were not read-only as they should have. This includes: extensions, system fonts, resolv.conf, localtime and machine-id. Many of these are typically only writable by root, but some, like the user-specific fonts and user-installed extensions could be modified from the sandbox. + Other fixes: - There are new configure options for where to install dbus configuration. - Broken symlinks in the root directory no longer break flatpak run. - flatpak run with HOME in /var now works. - dri access now also handles mali devices. - install handles --arch when installing flatpakrefs. - system-helper activation fixed on systemd-less setups. - dbus-proxy now works without /run. - During installation, failing to update a dependency is now not fatal. - /etc is now fully writable when building runtimes. - --filesystem=xdg-config/foo now sets up the bind-mount from the host dir even when not using :create.- Update to version 0.8.1: + This is a bugfix and security update (CVE-2017-5226): - Flatpak now uses seccomp to disallow the TIOCSTI ioctl in the sandbox, which works around the possibility to inject text on the controlling tty (CVE-2017-5226). - This was previously fixed in bubblewrap in 0.1.6, but that change has now been reverted as it introduced other problems for flatpak. + Update bundled bubblewrap to 0.1.7. + Fix writing new file with O_EXCL in the document portal. + Allow appstream data that doesn't have .desktop in the component id, such as data for runtimes. + Drop json-glib dependency from 1.2 to 1.0. + Builder: Fail if unable to read included file. + OCI: Ensure exported layers are readable by everyone. + Fix extra-data download in gnome-software. + Fix update-mime-database trigger when installing via the system helper. + Updating an app by installing a newer bundle now works again. + Make /var/tmp not be on a tmpfs (it is now in ~/.var/app/$appid/cache/tmp). + Updated documentation. + Updated translations.- Update to version 0.8.0: + This is the first release in a new series of stable releases called 0.8.x. New features will be added to 0.9.x, and only bugfixes will be backported to 0.8.x. The featureset of this release is a good base to target if you're creating flatpaks that should be widely usable. + This release technically requires only OSTree 2016.14, and it build fine with this, but we recommend using OSTree 2016.15, because of the change in how it verifies the checksums of commits in delta files. + Flatpakrepo files now support a RuntimeRepo= key which points to a flatpakrepo file. This means the user don't have to manually configure a remote for the runtime, just reply to the prompt to automatically do this when installing the app. + We now support dependencies when installing bundles. This includes required runtimes, related refs, and the equivalent of RuntimeRepo. + The support for OCI in flatpak has been updated to the latest OCI spec version, and support has been added to directly install flatpak applications from an OCI image. + In flatpak install, the --from and --bundle options are now optional if the argument has the correct suffix (.flatpakref and .flatpak). + Flatpak install now supports -y to let you avoid interactive prompts. + build-finish: - We now export mime type files with the right name. - New --require-version option let you specify a particular version of flatpak, and older version of flatpak will not install or update to the new version. + build-sign: Allow signing all apps by omitting the id. + Fix regression in the document portal when adding named files. + build-import-bundle now signs the commit if you specify a gpg key. + Flatpak now reads configuration from /etc/flatpak/installations.d which lets you support multiple system-level installation paths. These can be accessed with new --installation=... arguments to most of the commands. + flatpak-builder: - Support --jobs=N to limit parallel builds. - Patch source got new options property that lets you pass arguments to patch. - New generic "buildsystem: type" option that replace the (now deprecated) "cmake: true" option. This supports "autotools", "cmake" and "meson".- Update to version 0.6.14: + Update bundled bubblewrap to 0.1.4 which has some nice bugfixes. + Requires OSTree 2016.14, which allows us to drop some old workarounds. + When installing an application system-wide, don't consider dependencies that are installed for the user only. + Flatpak install --from now tries to re-use existing remotes to avoid creating unnecessary origin remotes. + Using --filesystem=$dir when $dir is a symlink-to-directory now works. + Using --filesystem=$file to expose unix sockets to the app is now allowed. + By default all the directories in ~/.var/app (except the app), as well as ~/.local/share/flatpak are hidden in the sandbox. + New option --filesystem=$dir:create which will create the destination if it did not previously exist. + --filesystem= now supports for xdg-[config|cache|data]. This allows you access to the host versions of these xdg dirs. Additionally if you use these with a subdirectory, like: - -filesystem=xdg-config/subdir then that subdirectory on the host will be shared with the per-app instance of the xdg-dir. + Builder now correctly handles app-ids that have dashes in them. Previously this generated invalid ids for the debuginfo and locale extensions. + The experimental OCI file format support was changed from creating an OCI container to creating an OCI image. + Fix regression where "flatpak update --appstream remotename" broke.- Require flatpak by flatpak-devel: xdg-desktop-portal expects to find org.freedesktop.portal.Documents.xml, which is part of flatpak. It's fair to assume everything to be present when pulling in the -devel package.- Update to version 0.6.13: + The command line arguments for install/update/uninstall changed. + Application runtime depencenies are checked/downloaded. + remote-add and install --from now supports uris. + flatpak run can now launch a runtime directly. + Updated bubblewrap to 0.1.3 (CVE-2016-8659). + Support for defining the default branch per remote. + remote-add/modify: --update-metadata pulls current title and default branch from remote summary file. + Applications can now list a set of URIs that will be downloaded with the application. + flatpak-builder: Support --finish-only and - -allow-missing-runtimes. + flatpak-builder: Support app layering. + dbus proxy: The filtering has been tightened up. + build-finish: Now exports icons for themes other than hicolor too. + There is support in the app metadata for generic policies. + Support for extensions directories.- Update to version 0.6.12: + Partial revert in application id rules. Application ids can now only have dashes in the last element. This allows apps to export files such as org.my.App-extra.desktop which was used by the libreoffice builds. + By default the kernel keyring is not accessable, as it is not containable. + Some robustness fixes for build-commit-from. + Better error messages. + flatpak update --appstream now updates for all remotes. + Made flatpak enter work, and you can now use any pid in the sandbox. However, it requires root permissions. + Support for --device=kvm for /dev/kvm access. + Support for --allow=multiarch to support non-primary arch support. For example running i686 code in an x86_64 app. + Add new default-branch setting for the remote configuration. - Changes from version 0.6.11: + Dashes are now allowed in application ids. However, to still work with symbolic icon names, they may not end with "-symbolic". + HostCommand now handles ptys correctly. + Various documentation updates. + New FLATPAK_CHECK_VERSION macro in libflatpak. + HostCommand now returns the real PID rather than a fake one. + Fix regression in flatpak update --appstream. + Fix regression installing bundles without origin urls. + New flatpak-builder option --show-deps lists all the files the manifest depends on.- Update to version 0.6.10: + Dropped requirement for systemd --user. The way we detect if an process we're talking to is sandboxed, and what application id it has doesn't use cgroups anymore, which means that the dependency on systemd in the user session is now optional. This also means the --no-desktop argument is not needed any more. (It is still accepted but does nothing.) + Initial support has been added for .flatpakref files. These are simple key value files similar to .flatpakrepo files, however they specify an application to install in addition to the repo information. For example, gedit can be installed by downloading https://sdk.gnome.org/gedit.flatpakref and running: flatpak install --from gedit.flatpakref There is also library support for this so it can be added to graphical installers (such as gnome-software). + Requires OSTree 2016.10. The change in how OSTree handles mtimes in checkouts that was introduced in 2016.7 has been reverted, and the required changes in Flatpak has been made. This means that flatpak now depends on OSTree 2016.10. + Requires Bubblewrap 0.1.2 for builds using the system bubblewrap. Builds using the included copy need no changes. + The $XDG_RUNTIME_DIR/flatpak-info file has added information about the running application, and is now also securely available for a running application from the host as "/proc/$fd/root/.flatpak-info". This is what is used to identify remote apps instead of the cgroup info. + A new run permission --allow=devel has been added. An application with this permission is allowed to use ptrace and perf. This was previously only available during "flatpak build" and "flatpak run -d". This is useful if you're packaging e.g. an IDE. + When an application is updated or removed a /app/.updated or /app/.removed file is created for running instances. This can be used by applications to trigger e.g. a restart for the new version. + A new dbus request "HostCommand" has been added to org.freedesktop.Flatpak. This lets you run any command on the host, and is therefore clearly not sandboxed, so access to this should be limited. However, it is very useful if you're using flatpak mainly as a distribution mechanism, for a non-sandboxed application. + flatpak-builder now supports running from inside a flatpak, by auto-detecting this and using the HostCommand service to run recursive flatpaks. + Consecutive calls to flatpak build-update-repo has been speed up. + The document portal now allows sandboxed applications to create references to files in /app and /usr (in the app/runtime). + The update process now doesn't stop at the first failure.- Update to version 0.6.9: + Dropped dependency on libgsystem. + Allow passing partial refs whenever a CLI command takes an app or runtime name. + New command build-commit-from creates a new commit based on the contents of another commit (optionally from another local repo). + The sandbox now contains $XDG_RUNTIME_DIR/app/$APPID from the host (and the directory is created if needed). + update: Better output, and faster for the no updates case. + build-export: Don't make most validation errors fail, instead just print a warning. + builder: - Support local path references for git sources. - Better handling of recursive git submodules. - Fixed issues with the .pyc mtime rewriting. - Handle symbolic icons for rename-icon. - Add --stop-at=$module to do partial builds. - Add --sandbox flag to disable the build from escaping from the sandbox via build-args. + Updated translations. - Drop pkgconfig(libgsystem) BuildRequires following upstream.- Update to version 0.6.8: + Requires OSTree 2016.7, allowing to enable use of static delta for system downloads again. + Support --no-desktop which allows you to run a flatpak app outside a desktop, with some loss of functionallity (for example, there will be no systemd --user scope created for the app).. + More documentation. + Memory leak fixes. + Initial support for rpms as flatpak-builder archive sources. + Start work on translating the CLI. + Install systemd config snippet to set the right XDG_DATA_DIRS path. + Support --arch in flatpak list. + Support access() in the document portal. + Validate exported desktop files.- Change /usr/bin/tar Requires to /bin/tar: this has never been moved to /usr/bin.- Update to version 0.6.7: + Expand the flatpak run --devel docs. + Add an option for journal sockets. + Document new socket option. + Fix builddir option type in flatpak-builder documentation. + document portal: don't reply to GetMountPoint() until ready. + Downgrade failure to get document portal from warning to message. + tests: don't treat helper scripts as though they were tests. + Run tests with a private XDG_RUNTIME_DIR. + Add BWRAP and --with-system-bubblewrap configure arguments. + test-basic: do not fail in non-English locales. + Update to latest libglnx with lock release fix. + fix warning. + Fix leak in flatpak-installed-ref. + utils: Add flatpak_spawnv() helper. + builder: Add "use-git" option for patch source type. + Make journal always available in the sandbox. + builder: Report errors to stderr, not stdout. + tests: Add test for "use-git" patch application. + tests/test-builder.sh: Re-silence flatpak-builder. + tests: Test install/updates with static deltas. + extensions: Minor cleanup. + Add tests for extensions. + extensions: Always create a tmpfs for subdirectory extensions. + common: Remove unused functions. + utils: Add flatpak_get_current_locale_subpaths(). + utils: Add flatpak_summary_match_subrefs. + builder: Strip "." from locale names too. + FlatpakDir: Add flatpak_dir_find_remote/local_related. + Add flatpak_dir_install_or_update. + Install/update/uninstall related refs. + builder: Set the new extension properties. + Bump version number since last release. + Document the metadata format. + lib: Support listing related refs. + Add some code I used to test the new related refs code. + doc/flatpak-metadata: Add some extra clarifications. + Update NEWS. + Require ostree 2016.6. + builder: Clear mtime to 1, not 0, to match what new ostree does. + Remove unused variables.- Update to version 0.6.6: + lib: Add flatpak_get_supported_arches. + Add flatpak --supported-arches. + common: Make some internal functions static. + update: Always look at all existing apps when updating. + Disable static deltas for system-helper updates. + Make finding refs handle multi-arch. + make-current: Use find_installed_ref(). + remote-ls: Better multiarch support. - Changes from 0.6.5: + Documentation improvements + builder: Check that the specified command exists after build is done. + builder: Fix up mtime in headers for python precompiled files. + builder: Allow submodules and including modules from other json files. + system-helper builds are optional (--disable-system-helper). + system-helper: Support installing from local remotes and bundles. + Improved support for --subpath installs, including libflatpak support. + Improved command line completion. - Create /var/lib/flatpak directory, own it and ensure system wide repo exists when installing / updating flatpak package. - Add pkgconfig(libarchive) >= 2.8.0 and gtk-doc to BuildRequires. - Replace libelf-devel for pkgconfig(libelf) BuildRequires. - Bump ostree minimal requirements to 2016.5.- Version update to 0.6.4: + Rename to flatpack + New homepage and download url + Various fixes- Update to version 0.5.2: + The way locale extensions work has changed. Now we build a single extension for all locales, but we allow you to specify a subset of it during installation and update time using the - -subpath commandline flag. The main reason for this is that the many extensions didn't scale, both in technical terms (large ostree summary file size), but also in terms of the UI listing hundreds of uninteresting things. + We no longer use sizes in the commit objects to get installed and download size, instead we store some extra metadata in the summary file. This allows us to get much faster access to these, as with recent ostree versions we can cache the summary file. + New command xdg-app build-sign that lets you sign a commit at any time. + New argument xdg-app build --force-clean that removes pre-existing build dirs. + xdg-app run now uses the "current" version as the default if you specify no branch or arch. It used to default to the "master" branch. This will default to the last installed version, but can be changed with xdg-app make-current. + Added config-opts to the build-options in xdg-app-builder. This allows you to extend the configure flags in an arch dependent way. + Documentation updates.- Update to version 0.5.1: + xdg-app-builder: Don't export if --build-only specified. + Prefer non-subdir extensions over subdir ones.. + builder: Build single every-locale extension. + Extract icons for all appstream components. + Document xdg-app-build-bundle. + Align contents of xdg-app.1 with xdg-app --help. + Don't check that the name is a branch. + Add xdg-app info to docs. + builder: Use the right field for the platform cache checksum. + builder: Checksum metadata-platform contents for cache too. + builder: Actually respect the defined branch. + Fix indentation. + Support endianness markers in bundle files. + seccomp: Always try to do the socket filtering, but don't fail if not supported. + seccomp: Allow running the target arch. + doc: Minor reshuffling. + XdgAppInstallation: Fix a doc typo. + version information: Add documentaiton. + XdgAppError: Add documentation. + XdgAppInstallation: Add documentation. + XdgAppRef: Add documentation. + XdgAppInstalledRef: Add documentation. + XdgAppRemoteRef: Add documentation. + XdgAppRemote: Add documentation. + docs: Pick up the version number automatically. + docs: No need for a deprecated index. + docs: Exclude more private headers. + docs: Fix a typo. + docs: Hide class structs. + doc: Add xdg_app_installation_install_bundle. + More class hiding. + docs: Document XdgProgressCallback. + helper: Use 64bit capset/capget versions. + Release 0.5.1.- Update to version 0.5.0: + Change xdg_app_bundle_ref_get_appdata to xdg_app_bundle_ref_get_appstream. + Update test-lib.c with the appstream api change. + lib: Fix a tiny leak. + lib: Add xdg_app_bundle_ref_get_origin(). + Search for dwarf.h in configure. + Post release version bump. + Force /bin/sh as a shell. + Ensure that the .ref file is always replaced. + Get the new glnx_fd_close. + Reimplement fuse backend. + Now newlines needed in g_debug calls. + Don't enumerate noenumerate remotes. + document portal: Avoid some deadlock. + fuse: Store basename in dir so we don't have to keep looking it up. + Flesh out document portal tests. + xdg-app-buildeR: Remove unnecessary spew. + No need for newlines in g_debug messages. + Never use gvfs in the session helper. + Avoid warning about refing null GVariant. + Add change notification for the permissions store. + Don't unnecessarily grow the buffer when loading files. + Enabling gpg means require both signed commits and summaries. + Update summary after generating deltas. + Bump version to 0.5.0. + Update NEWS. + Add major_version to binary age.- Update to version 0.4.13: + Fix xml printing of nodes with no children. + Set xdg-app as the log domain. + docs: Add docs for shell sources. + Add a file header to bundles. + builder: Add builder_get_debuginfo_file_references. + builder: Build runtimes in /run/build-runtime. + builder: Add sources referenced from debuginfo into Debug runtime. + Make /run/build and /run/build-runtime symlinks to the right place. + build-bundle: Add metadata file as metadata element. + Fix typos in header. + common: Break out bundle loader to helper utility. + Remove unused variable. + lib: Add XdgAppBundleRef. + bundles: Verify that the header metadata matches the deployed one at install. + common: Move part of bundle install to helper functions. + Remove origin repos on uninstall. + Add test scripts that create trivial a runtime and app. + Add make-test-bundles.sh. + bundles: Don't lock during pull. + lib: Add xdg_app_installation_install_bundle. + Fix some compiler warning (unused vars). + Allow specifying subdir of xdg dir, like: - -filesytem=xdg-download/subdir. + Support --filesystem=xdg-run/foo. + common: Break out xml appstream rewriting to helper functions. + Add appdata to test apps. + common: Add xdg_app_read_stream helper. + common: Add and use xdg_app_appstream_xml_root_to_data. + build-bundle: Extract appdata and icons into metadata. + lib: Add XdgAppBundleRef api to get appdata and icons. + build-update-repo: Add --generate-static-deltas option. + lib: Add xdg_app_bundle_ref_get_installed_size(). + Update version to 0.4.13. - Add libdwarf-devel BuildRequires: new dependency.- Update to version 0.4.12: + Update exports on uninstall too. + Pass location of exports to triggers as arg1. + Add option to disable sandbox triggers. + Update exports on uninstall via library too. + builder: Put all builds in a .xdg-app-builder/build subdir. + helper: If stdout is a tty, mount tty as /dev/console. + When rewriting Exec lines, don't use full bindir. + Revert "When rewriting Exec lines, don't use full bindir". + Allow overriding XDG_APP_BINDIR using make vars. + Work around race when doing first initial appstream checkout. + info: Fix support for system installed runtimes (typo). + Make system repo bare-user too, to avoid any chance of creating setuid bits. + helper: drop caps in launcher. + builder: Report errors if eu_strip fails. + lib: Return GBytes from xdg_app_installed_ref_load_metadata(). + lib: Add xdg_app_installation_get_path. + builder: Always create unversioned symlinks while building modules. + builder: Add build_context_get_build_dir(). + builder: Move CFLAGS/CXXFLAGS handling into BuilderOptions. + builder: Add support for --run to start a command in the build dir. + builder: Support local archives with path property. + build-init: Support --tag=FOO. + builder: Support tags. + deploy: Add metadata tags to exported desktop files. + appstream: Add runtime, sdk and tags to appstream xml. + Add xdg_app_installation_get_remote_by_name. + Remove all appstream checkouts and mirrored refs when deleting remote. + common: Add XDG_APP_CP_FLAGS_MOVE support. + Add docs for appstream-compose option. + builder: Support separating out locale data. + Move migrate_locales to builder-utils.c. + Migrate locales after importing parent runtime. + Add support for separated locales when creating platforms. + Always create /etc/passwd,group,resolve.conf,machine-id when deploying. + Fix use after free. + helper: Put monitor path in /run/host instead of /run/user/$uid. + When deploying, always make /etc/resolve.conf a symlink into the monitor dir. + Release 0.4.12.- Update to version 0.4.11: + install: Fix assertion on runtime install + Release 0.4.11- Update to version 0.4.10: + Fix some g_propagate_error typos + builder: Avoid reusing set GError + Make sure we export files during install + Updated for release- Update to version 0.4.9: + install: Only set current for apps, not for runtimes + builder: Add shell source + helper: Make ~/.local/share/xdg-app writable again (if you have homedir access) + builder: Use non-parallel-make option instead of looking at .NONPARALLEL + Add xdg-app info command + builder: Store exact sdk commit id in the build cache and manifest + lib: Fix crash during uninstall + install-app: Actually look for apps, not runtimes + common: Always resolve active symlink when looking up deploy dir + Add app-path to the xdg-app-info in the sandbox + app-utils: typo + Don't export app-info files + builder: Use predictable names for build dirs + Make arches canonical + Bump version to 0.4.9- Update to version 0.4.8: + update-repo: Escape text when writing xml + docs: Fix gtk-doc documentation + helper: Make user namespace support vs setuid a runtime, not build-time option + Require some way to set cgroup for apps (currently systemd - -user) + Avoid gtk-doc warnings: multiple ID for constraint linkend + Complete documentation for XdgAppInstallation + Document the structs in libxdg-app + Fix some misc. gtk-doc warnings + lib: Add some missing docs + lib: Fix up doc details + Make xauth use optional + Finish the optional xauth work + Fix include order to build with older libsoup versions + helper: Update the error messages to not refer to - -disable-userns + utils: Fix nul termination of xdg_app_spawn output + builder: Skip checking out disabled submodules + builder: Style fixes + Build top-level directory before building documentation + Hide non-public symbols from libglnx and libxdgapp-common + Rename xdg-app-session.service to the recommended name + Add systemd user units corresponding to the D-Bus session services + .gitignore: ignore tests and their results + test-doc-portal: split out global setup/teardown into functions + test-doc-portal: skip all tests if no FUSE + Consistently call g_assert_no_error before other assertions + Move XDG_APP_SYSTEMDIR to /var/lib/xdg-app or similar + Support a proxy on the system bus similar to the one on the session bus + Disable gtkdoc-check by default for now + Distribute .service.in files in tarballs + Remove unset variable from EXTRA_DIST + Update tests' dependencies for commit 2f38ec65 + Release 0.4.8- Update to version 0.4.7: + libglnx: Update to get glib 2.44 build fix + lib: Change how listing installed refs work + lib: Return GPtrArray from xdg_app_remote_list_refs_sync + lib: Always use "branch" not "version" in API + apps: Use "branch", not "version" when talking about app branches + lib: get_current => get_is_current + lib: Move fetch_metadata_sync from RemoteRef to Remote + lib: Move app launching to XdgAppInstallation + lib: Move all sync operations from XdgAppRemote to XdgAppInstallation + lib: Make list_remotes return a GPtrArray + lib: Add xdg_app_ref_format_ref + lib: Add xdg_app_installation_list_installed_refs_for_update + common: Add xdg_app_strcmp0_ptr and use it in all g_ptr_array_sort calls + ls-remote: Support showing remote commit ids + list-*: Show active commit ids + app: Limit commit id output to 12 chars + app: Use space, not tab to delimit columns + app: Support --no-pull and --no-deploy in the install and update commands + common: Add xdg_app_dir_read_latest helper + lib: Expose latest_commit on installed app and let you use it + lib: Always initialize the repo on Installation creation + lib: Add cancellable to Installation constructors + apps: Make it more obvious that system repo is default + list-remotes: Default to list only system remotes + install-bundle: Make the repo title shorter + lib/app: Add support for repo priorities + builder: Add --disable-updates + XdgAppDir: Touch .changes file each time something changes + lib: Add xdg_app_installation_create_monitor + XdgAppDir: Remove leftover spew + build-finish: Add --no-exports + build-export: Add --runtime commit support + build-export: Look in the right keyfile group when exporting runtimes + add-remote: Fix typo in prio handling + add-remote: Fix typo in no-enumerate handling + build-export: FLAGS_GENERATE_SIZES when commiting + builder: Print all files removed by cleanup + builder: Use libelf to detect elf files + builder: Add support for separating out debuginfo + builder: Break out helpers for path matching + builder: Pass down keep-build-dirs via BuildContext + builder: Pass down global cleanups via BuildContext + builder: Match debuginfo files against regular cleanup patterns + builder: Clean up how the commit filters work + common: Move path_match_prefix to common + export: Support --exclude + builder: Create metadata.debuginfo if debug info exists + export: Allow custom source for "files" and "metadata" + run: Fix support for app extensions + builder: Add support for exporting with --repo=foo + export: Add docs for the new command line arguments + build-finish: Don't leave empty directories in the exports dir + helper: Print nicer error messages when user namespaces don't work. + run: Be more flexible with --runtime option, and add - -runtime-version + helper: Add missing arguments to usage output + helper: Allow specifying initial cwd + build: Add --bind-mount and --build-dir arguments + builder: Run builds in /run/build/$modulename + helper: Align help output + builder: Add option to enable ccache use in build + builder: Pass --body, --subject and --gpg-sign to build-export + builder: Don't break if ccache not enabled. + builder: Add some more spew when exporting + builder: Fix handling of builddir + install: Fix printing of NULL in already-installed error message + builder: Fix up cleanup matching + builder: Add support for rename-appdata-file option + build-finish: Export appdata files + builder: Change the way the cache is indexed + xdg-app: Deprecate install/update/uninstall-app/runtime + xdg-app: Update the command names and make nicer usage output + docs: Update for the new command names + Merge list-apps and list-runtimes into single list command + remote-ls: Regularize --runtime and --app user + completion: Update to the new cli commands + builder: Also apply cleanup to changes in usr + XdgAppDir: Add helper to fetch the size info for a commit + lib: xdg_app_installation_fetch_remote_size_sync + builder: Add some spew when downloading files + Better handling of the title in the summary + common: Add XdgAppTempDir which cleans up temporary directories + build-repo-update: Update appdata branch using appdata-builder + xdg_app_installation_list_remote_refs_sync: Don't crash on weird refs + build-update-repo: Add --appdata update option + XdgAppDir: Document some args to xdg_app_dir_fetch_sizes + lib: Add xdg_app_installation_update_appdata_sync + builder: Don't delete the APPDIR directory + docs: Add missing full stops in xdg-app-builder manpage + cache: Remove target directory before checking out cache + build-export: Add --include option + builder: Correctly handling non-existing app dir when applying cache + builder: Allow building runtime sdks (based on existing sdk) + Builder: Support commiting a platform + builder: Fix random crash due to uninitialized memory + cache: Don't fail to create cache if parent dir is not created + The plural of appdata is appstream + Add support to gpg sign summaries and appstream + builder: Handle modules with invalid refname characters in the cache + override: Fix error if override file doesn't already exist + build-update-repo: Add --prune and --prune-depth options + override: Fix warning + Remove unused variables + Fix possible read of uninitialized variable + builder: Fix error with va_start use + builder: Remove leftover debug spew + lib: Add getter for installed size on InstalledRef + lib: Add xdg_app_remote_get_appstream_dir + build-finish: Fix exports + lib: update_appstream - work around main context issue + update-appstream: Don't fail badly if remote has not appstream branch + lib: Allow passing NULL for remote name in update_appstream + appstream: Don't try to remove old appstream if it doesn't exist + Revert "lib: Allow passing NULL for remote name in update_appstream" + builder: Put debuginfo in the right place for runtimes + common: Add xdg_app_list_extensions util + run: Use the new xdg_app_list_extensions helper + build-init: Add --sdk-extension + builder: Support sdk-extensions + builder: Add platform-extensions + appstream: Add timestamp which is updated each time the appstream is pulled + lib: Add xdg_app_ref_parse + build-finish: Export app-info, not appdata + build-update-repo: Update the appstream using a GMarkup parser on the app-info files + utils: Extract the xml helpers + build: When using a writable /usr, don't use runtime extensions + xdg-app-utils: Add autocleanup for GZlib* + common: Add xdg_app_cp_a + build-init: Don't copy uid/gid when initializing a writable sdk + common: fix handling of no_chown in xdg_app_cp_a + build-init: Also use the new cp_a for sdk extensions + build-export: Never export files you can't read + builder: Add some spew before build-init + builder: Add spew when commiting to cache + XdgAppDir: Make sure we always constole end status lines that we start + dir: Properly finish OstreeAsyncProgress objects + lib: Properly finishe OstreeAsyncProgress objects + update: Make both branch and name optional + Move the GZlib* autoptr backport to libglnx + builder: support using appstream-compose to create appstream files + Always build libxmlapp + update-appstream: Fix crash in case there are no 128x128 icons + Update NEWS for release + Bump version to 0.4.7 - Add libelf-devel BuildRequires: new dependency. - Split out new packages: libxdg-app0, typelib-1_0-XdgApp-1_0 and a -devel package.- Update to version 0.4.6: + utils: Add xdg_app_supports_bundles + add build-bundle command + Add install-bundle command + Add completion for bundle ops + Drop dump-runtime command for now + Always make it possible to talk to the built in portals + Add xdg-app.pc file with variable for interfaces_dir + lib: Export xdg_app_context_set_session_bus_policy + deploy: Explicitly pull from the origin + Add autoptr cleanup backport for SoupUri + Handle PWD env var correctly when spawning apps/builds + build: Set fs access before applying args so you can override it + Add xdg-app-builder + builder: Add --build-only argument + xdg-app-builder: Update docs + Correct license, we're LGPL 2+, not 3+ + Remove unused helper function + xdg-app run: Fix support for --filesystem=~/dir + Support defining read-only filesystem access + portals: Only give blanket access to session-*.scope systemd cgroup + Create xdg-app-info file in user runtime dir with effective state + Add standard errors needed for portal + Rename lib/ to common/ in preparation for public xdg-app library + builder: Add support for cmake and forced builddir + builder: Add more headers around the spew for each new module + builder: builddir != srcdir was broken becasue we never created the buildir + builder: Fix typo in cmake support + Remove leftover semicolon + builder: Add submodule support for git sources + builder: Add post-install script support + builder: Add docs for post-install + Add script source type + builder: Support building from a subdirectory of the sources + Remove stray semicolons + xdg-app-utils: Correct SoupUri -> SoupURI typo. + builder: Build with "make", not "make all" + Update libglnx for new backports + Fix some warnings + builder: Fix build with g_autoptr backports + builder: Consider the build_option when checksumming + builder: Add support for copy-icon option + builder: Error out if rename_error is set but not found + builder: Don't use ":" in uri-as-filename + Docs: Fix some tiny typos + document portal: Add AddNamed method for host-side use + builder: Merge spawn helpers to single base helper + ls-remote: Remove unnecessary code + Initial version of libxdg-app + build: Fix include path for builddir != srcdir + build: Switch to olddir after autoreconf + builder: Be a bit more verbose when pulling VCS + builder: Prune old branches when updating mirror + Add introspection check + XdgAppDir: Add some helpers for handling remotes + list/ls-remotes: Use the new remote helpers + lib: Use the new remote helpers + Add introspection support to libxdg-app + Add xdg_app_dir_fetch_remote_title and remote old custom summary fetcher + Annotate transfer rules for ambiguous return values + Add no-enumerate flag to remote and set if for bundle origin remotes + lib: Make getters for XdgAppRemote return copies of strings for options + helper: Allow exec on the tmpfs. + lib: Add XdgAppRemoteRef subclass + Generate the API reference for libxdg-app + Add XdgAppRemoteRef do docs + XdgAppDeploy: Fix wrong types in finalizer + common: Move typedef to separate header to avoid circular deps + Remove unused variable + Move most of builtins-run to xdg_app_run_app helper + common: Clean up xdg_app_run_app() + helper: Mount dconf run dir writable, as dconf needs this. + xdg_app_run_app: Handle error == NULL + lib: Add xdg_app_installed_ref_launch() + lib: Add remote_name to XdgAppRemoteRef + lib: Rename xdg_app_remote_list_refs to xdg_app_remote_list_refs_sync + lib: Add some more debug spew to test-lib + lib: xdg_app_remote_fetch_ref_sync + lib: Always load installed ref metadata each time + lib: Add XdgAppDir to RemoteRef private + lib: Fix declaration of xdg_app_installed_ref_load_metadata + lib: Add xdg_app_remote_ref_fetch_metadata_sync helper + lib: Minor indentation cleanups + lib: Add xdg_app_installation_load_app_overrides() + common: Make it explicit that XdgAppError are portal errors + builder: Allow git uris to be relative to the base directory + common: Make XdgAppDir soup session initilization threadsafe + builder: Make the builder manifest objects serializable to json + builder: Break out download_uri helper function in SourceFile + builder: Allow optionally specifying remote file sources + builder: Use SoupRequest to simplify download helpers + builder: Support data: uri for files + builder: Support specifying revision in bzr sources + builder: Support specifying commit ids as git branches + Builder: Add a resolved version of the manifest to the built app + builder: Add --keep-build-dirs option + builder: Remove accidental leftover spew + builder: After fetching the mirrored git repo, set back the right origin + completion: Fix completion of apps/runtimes in a remote + completion: Fix completion for xdg-app run + builder: Fix build with old glib + lib: Fix build with older glib + builder: Fix typo in patch applying + lib: Better fix for old glib + app: Fix warning if building with --disable-userns + lib: Fix compiler warning in test app + common: Fix compiler warning when built with --disable-userns + XdgAppDir: Add set_origin helper function + Bump libglnx to latest version + lib: Add xdg_app_installation_install + app: Clean up leftover removes after updates too + lib: Add xdg_app_installation_update + Fix unused variable warnings + helper: Properly unescape strings + lib: Add xdg_app_dir_undeploy_all and xdg_app_dir_remove_ref helpers + common: Add xdg_app_compose_ref helper + Use xdg_app_compose_ref helper + lib: Add xdg_app_installation_uninstall + common: Add and use xdg_app_dir_deploy_update() + lib: Add custom GError codes + lib: Use the new installed/not-installed custom GErrors + Add lock file for each xdg-app dir. + builder: Allow specifying custom prefix + build-init: Allow writable sdk + builder: Support writable-sdk option + builder: Don't fsync on cache checkouts + builder: Store the cache in BARE_USER mode + lib: Fix return value type warnings + Bump version to 0.4.6 + Add missing EXTRA_DIST to pass distcheck + builder: Add cleanup-command property + Add --enable-libxdgapp configure flag and disable lib by default + Update NEWS for 0.4.6 - Add gobject-introspection-devel and pkgconfig(json-glib-1.0) BuildRequires: new dependencies.- Update to version 0.4.5: + build-export: Add support for signing build + docs: Fix whitespace issues + helper: Correctly zero terminate symlink targets + helper: Also copy extra symlinks from / + Always regenerate summary after export-build + document-portal: Fix warning + uninstall: Don't fail if there is no origin + utils: Add xdg_app_decompose_ref() + Always remove all leftover app/runtime traces on uninstall + Correct capitalization on dbus interface filename + Install dbus introspection files + Move dbus invocation peer app detection to lib/ + build-export: add human readable format to "Content Bytes Written" + helper: give xdg-app process access to /dev/ptmx + helper: match whitespace to other options + helper: unblock SIGCHILD before execvp() of child + Create custom /etc/passwd and /etc/group with minimal content + Update to 0.4.5- Update to version 0.4.4: + build: Fix srcdir != builddir from git + build-export: Strip out uid/gid and xattrs + fuse: Disable entry cache to work around race condition + helper: Handle existing mounts with escaped characters + Propagate Xauthority details to the sandbox if X11 is enabled - Add pkgconfig(xau) to BuildRequires.- Update to version 0.4.3: + Accept -d as --show-details in all commands that support it + Fix regression is dbus proxy + utils: Add xdg_app_fail + Add --nofilesystem commandline arg + Make usage_error return FALSE + Add xdg-app dump-runtime command + cleanup: Remove trivial use of goto out + cleanup: Remove unused variables + cleanup: Simplify code using xdg_app_fail + Make sure we build against older ostree (without gpg import)- Update to version 0.4.2: + run: When creating /etc symlinks, don't make symlinks to symlinks + xdg-app build: Support extensions + run: Fix handling of which filesystems you can access + remove some unused code + run: Add /var/config and /var/data to sandbox + add-remote: Allow specifying local pathname instead of uri + Make seccomp optional + Update to libglnx for new autocleanup backports + Add xdg-app enter command + Move table printer to xdg-app-utils.c + list-remotes: Add support for listing both user and system remotes + list-apps/runtimes: User table printer + bash_completion: Properly list apps when completing "run"- Own %{_datadir}/dbus-1 and subfolder for openSUSE Tumbleweed.- Update to version 0.4.1: + run: Allow perf and ptrace in debug and build mode. + Mount nvidia device nodes in sandbox if dri allowed + tests: Use check_PROGRAMS as the primary + fuse: Supply mode when creating files + Support version= in extension metadata + Update NEWS and version to 0.4.1- Update to version 0.4.0: + Import xdg-document-portal from github repo + Add GetMountPoint method for document portal + Automatically start and mount document portal in sandbox + document-portal: *always* use the by-app location + Don't list empty names in opendir + Change dbus name of session helper to org.freedesktop.XdgApp + Rename dbus file to org.freedesktop.XdgApp + Move gvdb to lib/ + gvdb: Add gvdb_table_get_content + Initial version of XdgAppDb + Initial tests of the db + Add XdgAppError + Initial version of permission store + Make document portal use the new permission store + Switch document portal to use strings for document ids + Document portal: Store paths, not uris + Drop the xdp specific errors and use the xdg-app ones + Remove ununsed variables reported by clang + dbus-proxy: Fix flags arg passed to g_socket_receive_message + dbus-proxy: Fix incorrect check of name policy + dbus-proxy: Avoid clang warning + Fix type of return + Fix error check of policy parsing + Fix const marking of string arrays. + utils: Add AUTOLOCK macro + autogen: Fix git submodules + Update libglnx, use its copy of backports + Use g_auto(GStrv) instead of glnx_strfreev + helper: Add perf and ptrace to seccomp blacklist + Markup AUTOLOCK with unused to avoid warnings + fuse: Make filesystem multithreaded + Add xdg_app_mkstempat + Store and verify parent dir dev/ino and pass O_PATH fds + Add xdg-app export-file to export files with the document portal + Add debug output for release + fuse: Always open files with O_NOFOLLOW + document-portals: Support unique documents + document-portal: Use xdg_app_is_valid_name() to validate app names + export-files: Allow specifying app permissions + document-portal: Actually respect WRITE permissions + Add check-valgrind target + db: Fix leak + export-file: Fix leak + Add minimal document portal tests + fuse: Unmount previous fuse instance if ENOTCONN + fuse: Add daemonizing switch + test-doc-portal: Launch the portal manually + fuse: Properly invalidate inodes and entries + fuse: Raise entry cache times now that we invalidate + fuse: Add some more debug spew + document-portal: Allow dbus owner replacing + document portal: Move locking explicitly into portal handlers + export-file: Print the full document pathname + document portal: Correctly handle recursive documents + fuse: Drop DOC_DIR_INO_CLASS + test-doc-portal: Fix unique boolean arg + fuse: Add some more debug spew + test-doc-portal: Work around GTestDbus env unsetting + test-doc-portal: Add recursive file export test + XdgAppContext: Properly handle masking things from parent context + run: Correctly report errors talking to document portal + document portal: Fix crashes when dbus activated + run: Never propagate DISPLAY if X socket not requested + run: Read per-app override metadata file + build-finish: Don't export hidden or backup files + XdgAppContext: Always initialize bitfields + run: Support system overrides as well as per-user + create dirs with 755, not 777 + Add new override builtin to override app permissions + lib: Handle libsoup now having built-in autocleanup support + add modify-remote command + list-remotes: Add more details to remotes list + Fix unused label warning + Add XdgAppChainInputStream based on ostree version + add/modify-remote: Support importing trusted gpg keys + list-remotes: Separate columns with tab + docs: Update remote related docs + list-remotes: Use --show-details instead of --details + Rename repo-contents to ls-remote + Update docs for new/changes interface + bash completion: Update to match the lastest options + bump version to 0.4.0 + Updated NEWS for release + document portal: Add support for transient documents + Fix distcheck issues - Drop 0001-Finish-switch-to-glibc-s-xattr.patch: fixed upstream. - Add pkgconfig(fuse) BuildRequires: new dependency.- Update to version 0.3.6: + helper: Fix typo in the socket-family blacklist. + run: Make users fonts appear in /run/host/user-fonts. + helper: Disable socket filters on x86. + Write user-dirs.dirs under app's XDG_CONFIG_HOME. + helper: Mount extra dirs/files only after all other mounts are up. + helper: Add all possible architectures to seccomp filter. + Restructure directories and build. + Add NEWS file. + If home is accessible, make user-dirs.dir visible in custom config dir. + Bump version to 0.3.6.- Update to version 0.3.5: + update: Don't remove existing deployment if there was no updates + Bump version to 0.3.2 + helper: Keep any existing old mount flags when remounting + helper: Remove noremount hack now that we keep old mount flags + helper: No need for a tmpfs on /dev these days + configure: Add checks for docbook xsl/dtd + Bump version to 0.3.3 + Avoid unnecessary escapes in desktop file exports + Bump version to 0.3.4 + xdg-app.sh: /usr/local/share is also in the default XDG_DATA_DIRS + Add xdg-app.env file for gdm + profile: Don't override pre-existing XDG_DATA_DIRS env vars + Bump version to 0.3.5- Update to version 0.3.1: + helper: Clean up launched command line + Bump version to 0.3.1- Update to version 0.3+git.20150602.d781e27: + Add a README + Make symlinks lib64 -> usr/lib64, etc if those exist in the runtime + Fix debug message format string + dbus proxy in progress + Parse dbus headers + Add some minimal policy on send/receive + Flesh out filtering + DBusProxy: Add non-filtering mode + Add wildcard policies + Better handling of fd passing + dbus-proxy: Add some test policy + Break out dbus proxy implementation to separate file + Make xdg-dbus-proxy talk command line args and install it + Only print headers when logging + Allow runtime and apps to override environment variables + Don't clear the [Vars] group in build-finish command and improve error reporting + Ignore errors in add_env_overrides() + Actually unset the env variable when the value is empty + Report error when --var option is missing '=' + Close any unexpectedly inherited fds in helper monitor and init. + xdg-dbus-proxy: Add support for syncing via fd + Fix path generation when recursively exporting a directory + xdg-app-helper: Add -S fd support + xdg-app run: use a dbus proxy if needed + Clean up filtering and allow all messages from bus to client + xdg-app-proxy: Only allow replies from the bus that we requested + xdg-app-proxy: Only allow pending replies from client + xdg-app-proxy: Large rewrite of docs comment + xdg-app-proxy: Don't filter unicast signals + proxy: Don't forward method returns and errors with no reply_serial + proxy: Ensure that we SEE from peers we've gotten messages from + proxy: unlink socket on exit + proxy: Free some members on finalize + proxy: Send initial AddMatch and GetNameOwner to handle policy + proxy: Remove unneeded code for old name tracking + Update docs wrt new ownership tracking code. + proxy: Fully support policies for wildcarded names + proxy: Update docs + Some typo fixes + Add missing space + proxy: Fix double-free of socket control messages + XdgAppDir: Add XdgAppDeploy helper object + Add xdg_app_find_deploy_for_ref + builtins-run: Use XdgAppDeploy + Move setting of env vars from helper to launcher + build: Use an strv for envp instead of a GPtrArray + Add xdg_app_run_apply_env_vars() helper + build: Apply runtime env vars + builtin-run: Switch over to same env helpers + More special casing of LD_LIBRARY_PATH + Support filtering of session bus + metadata: Rename [Vars] to [Environment Vars] + build-init: Don't fail if /var/run already exists + xdg-app build: Bind mount host resolv.conf during builds + Only warn if removing old commits fail + Bump version to 0.2 + Fix a typo + Fix build with old glib + helper: Bind mount /sys subset + Add a simple profile.d snippet for XDG_DATA_DIRS + proxy: Minor cleanup for first byte case + proxy: Properly detect authentication end + proxy: Always read all incomming socket messages on each mainloop callback + proxy: Always send all possible queued messages in main callback + build: Fix srcdir != builddir from git + Bump version to 0.2.1 + Change /self to /app + Add new XdgAppContext helper object + Convert all builtins to the new metadata/arg formats using XdgAppContext + Make extra_dirs and lock_dirs dynammic + helper: Add support for read/write extra dirs + Add support for persistent homedirectory dirs + helper: If old CWD is not mapped, use $HOME + helper: Add support for moving files into sandbox + Context: Finish support for filesystems + run: Remove hardcoded GI_TYPELIB_PATH + helper: Remove backwars compat /self symlink + Update docs for new run command line options + helper: Fix errors caused by create_file() return value change + build: Always allow host fs access + build: Remove duplicated helper arguments + Bump version to 0.3.0 + run: Fix typo that broke env var support + helper: Only call get[ug]id() once at the start + helper: Drop setuid and use user namespaces + helper: Minor cleanup of uid/gid handling + helper: Optionally add back setuid support + Add xdg_app_dir_get_origin() helper + Use xdg_app_dir_get_origin helper + Show source repo when listing apps and runtimes + Show version when listing apps and runtimes + Make /var/cache persistent (in app-data cache dir) + helper: Fix thinko due to create_file() return type change + helper: Make all helper functions static + Use seccomp to limit allowed syscalls + helper: Make ~/.local/share/xdg-app read-only in sandbox + helper: Don't fail if ~/.local/share/xdg-app does not exist + run: If session helper not available, bind-mount /etc/resolv.conf - Add pkgconfig(libseccomp) BuildRequires: new dependency.- Add ostree Requires: xdg-app can't start without its presence.- Update to version 0.1+git.20150407.fc8db2b: + Add COPYING to reflect license headers + Pass name into build-init and store in metadata + build-finish: Only export files with app-id prefix + Switch to using glibc xattrs. + Remove dead code in xdg-app-builtins-build-finish.c. + Remove dead code xdg-app-builtins-build-init.c. + Remove dead code xdg-app-dir.c. + xdg-app-builtins-list.c: Cleanup comma separator code - Add 0001-Finish-switch-to-glibc-s-xattr.patch: complete port of libgnx to xattr.- Update to version 0.0.1~20150323: + Mount system fonts in /run/host/fonts + deploy: Split the file rewriting and prefix checkout out from the exporting + Move update_exports out of deploy/undeploy + Remove old code handling per-app data + Add xdg_app_dir_list_refs[_for_name] helpers + builtins-list: Use the new helper to list refs + uninstal: Fix the cleanup of empty dirs + Track which branch of an app is current + Add make-app-current + Make sure we initialize variables that auto-cleanup + xdg-app-dir: Move exports to update_exports + Import libglnx + Convert to g_autoptr + Use cleanup macros from libglnx + Switch to GLnxDirFd + Use glnx_set_error_from_errno + Use g_steal_pointer + Check for libattr header + fixup g_steal_pointer use + Fix dist + Require ostree 2015.3 + helper: Manually apply bind flags recursively + Bump version to 0.1 + Fix build on older glib + Add copyright headers- Update to version 0.0.1~20150305: + Fix warning in add-remote if no summary. + Look for libcap pkg-config file for cflags to ensure we have the headers. + Revert "Look for libcap pkg-config file for cflags to ensure we have the headers". + Check for sys/capability.h via AC_CHECK_HEADER instead. + Run each app in a custom systemd user scope (if available). + xdg-app-helper: Flesh out usage output. + xdg-app-helper: Sort the command line parsing. + Mount /run/media if mount-host-fs. + Add metadata option to limit DRI access.- Initial package./bin/sh/bin/sh/bin/sh/bin/shxdg-apph02-armsrv2 1725009205  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxcsdadeenesfrglhihrhuidplptptrorusksvtrukzhzh1.14.6-150600.3.3.11.14.6-150600.3.3.11.14.6-150600.3.3.11.14.61.14.6   !"#$%&'()*+,-./011111111111111111111111111111111111111111111122222345flatpakremotes.dflatpak.shflatpakflatpak-oci-authenticatorflatpak-portalflatpak-session-helperflatpak-system-helperflatpak-validate-iconrevokefs-fuse60-flatpak-system-onlyflatpak-system-helper.serviceupdate-system-flatpaks.serviceupdate-system-flatpaks.timeruser-environment-generators60-flatpakflatpak-oci-authenticator.serviceflatpak-portal.serviceflatpak-session-helper.serviceflatpak.confrcflatpak-system-helperflatpakdbus-1interfacesorg.freedesktop.Flatpak.Authenticator.xmlorg.freedesktop.Flatpak.xmlorg.freedesktop.portal.Flatpak.xmlservicesorg.flatpak.Authenticator.Oci.serviceorg.freedesktop.Flatpak.serviceorg.freedesktop.portal.Flatpak.serviceorg.freedesktop.Flatpak.SystemHelper.serviceorg.freedesktop.Flatpak.SystemHelper.conffishvendor_completions.dflatpak.fishvendor_conf.dflatpak.fishflatpaktriggersdesktop-database.triggergtk-icon-cache.triggermime-database.triggerflatpakCOPYINGflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak-build-bundle.1.gzflatpak-build-commit-from.1.gzflatpak-build-export.1.gzflatpak-build-finish.1.gzflatpak-build-import-bundle.1.gzflatpak-build-init.1.gzflatpak-build-sign.1.gzflatpak-build-update-repo.1.gzflatpak-build.1.gzflatpak-config.1.gzflatpak-create-usb.1.gzflatpak-document-export.1.gzflatpak-document-info.1.gzflatpak-document-unexport.1.gzflatpak-documents.1.gzflatpak-enter.1.gzflatpak-history.1.gzflatpak-info.1.gzflatpak-install.1.gzflatpak-kill.1.gzflatpak-list.1.gzflatpak-make-current.1.gzflatpak-mask.1.gzflatpak-override.1.gzflatpak-permission-remove.1.gzflatpak-permission-reset.1.gzflatpak-permission-set.1.gzflatpak-permission-show.1.gzflatpak-permissions.1.gzflatpak-pin.1.gzflatpak-ps.1.gzflatpak-remote-add.1.gzflatpak-remote-delete.1.gzflatpak-remote-info.1.gzflatpak-remote-ls.1.gzflatpak-remote-modify.1.gzflatpak-remotes.1.gzflatpak-repair.1.gzflatpak-repo.1.gzflatpak-run.1.gzflatpak-search.1.gzflatpak-spawn.1.gzflatpak-uninstall.1.gzflatpak-update.1.gzflatpak.1.gzflatpak-flatpakref.5.gzflatpak-flatpakrepo.5.gzflatpak-installation.5.gzflatpak-metadata.5.gzflatpak-remote.5.gzorg.freedesktop.Flatpak.policy60-org.freedesktop.Flatpak.rulesflatpak/etc//etc/flatpak//etc/profile.d//usr/bin//usr/lib//usr/lib/systemd/system-environment-generators//usr/lib/systemd/system//usr/lib/systemd//usr/lib/systemd/user-environment-generators//usr/lib/systemd/user//usr/lib/tmpfiles.d//usr/sbin//usr/share/bash-completion/completions//usr/share//usr/share/dbus-1//usr/share/dbus-1/interfaces//usr/share/dbus-1/services//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share//usr/share/fish//usr/share/fish/vendor_completions.d//usr/share/fish/vendor_conf.d//usr/share/flatpak//usr/share/flatpak/triggers//usr/share/licenses//usr/share/licenses/flatpak//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/da/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/en_GB/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/gl/LC_MESSAGES//usr/share/locale/hi/LC_MESSAGES//usr/share/locale/hr/LC_MESSAGES//usr/share/locale/hu/LC_MESSAGES//usr/share/locale/id/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/pt/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ro/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sk/LC_MESSAGES//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/tr/LC_MESSAGES//usr/share/locale/uk/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/locale/zh_TW/LC_MESSAGES//usr/share/man/man1//usr/share/man/man5//usr/share/polkit-1/actions//usr/share/polkit-1/rules.d//var/lib/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35424/SUSE_SLE-15-SP6_Update/14051f66e7ee73f40137136405e2350f-flatpak.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux       directoryASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0151479a81c0f19e53d0956f28279615e3124d55, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=862d01803fa7695902d8ca0863da39e344908c72, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f534a0e0914cb65f6249bdcdfd2e43e7c8b570d0, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=cd350dfa15efbfbf809f1380bbddcdeb32537170, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ef5f89811b565bb5e4063d79377da009dd4dab55, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0fdf3045525ab49d68e5210938fdb9cfd3def425, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c11ec760436e78ef53dd13e05194cc19d9826cc8, for GNU/Linux 3.7.0, strippedPOSIX shell script, ASCII text executableexported SGML document, ASCII textexported SGML document, UTF-8 Unicode textXML 1.0 document, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode text0[0+, , RR:R9RRR!R7R)R2R1R'R0R+R#R(R-R*R.R%R$R,R&R/RRRRRR R R R;RRR R5R"R3R4RR6R R8RRRR RRR7R:R9RRR!R)R*R,R2R'R0R#R(R-R.R%R$R&R/RRRRRR R R;RRR R5R"RR6R R8RRRR RRR7R:R9RRR!R)R*R,R2R'R0R#R(R-R.R%R$R&R/RRRRRRR R R;RRR R5R"RR6R R8RRRR RRRRRRRRR RRRR RRR7R:R9RRR!R)R*R,R2R'R0R#R(R-R.R%R$R&R/RRRRRR R R;RRR R5R"R4RR6R R8RRRR RRRRR RRRR RRRRRR RRRR RRRRRR1+37}<ܹutf-884a9ae5b81b4052a1256ae872c4d2ecc2190d16591e9700b3941354745b3d775?p7zXZ !t/0]"k%r.PZE"^! Z"5%_p]rՅg{gC3Rbkx7xNg&$wf •k\37Py]D9KN_dm#J¼p*F֚!CѾ&=@-#y{Gb͍KU)7U=BbU[S7\1T%8^[e] ?~]LKБf1,,A=D[(s_|߂,c̝nci}%syF 𤄸`&4~A ^Qu|]Xﳦvl'RR^`b//o wOx+\>7*ӝiy ;TuƜzM'#U=avOCKj_wW<]DPύukL_$~uFN R 15lXCDX);79 vI~J f~Arv h`/`1L~]>KєeEGsRN<B^.m: + 7ޚ^]x,~Eˆ]46!]$`E/=+ ?nsk=TہnA?X_},Ʒ'kK25&U!&1XsK^^s!<+{`[_#fMBx}aArW1` O lu ~'u2OwmhAc'@q,-"pM;D8V"SyX҇X B *%p* 9VA |B`S8WN~Zds>$tZݺ~mʾ;hYM=5-҈L]̧;i퀠1)<4Q?%4"iV{&PIR^'ީiښlBZL벪>z8'{%5Yoxڐr%&o4ZY|t8x aI̒k ;4!(Q7MvPe(%iE&H9&ؖ FɹI}jnpК!eSvsxU)tBN즌_E:h/wې,w{,[SĈ2*aGd Cz"v SzD՛6{KRraA%5vjZ}_WB zA8X6:#$QE1ߟdRjD*"B<r_±ﻕ@k #׎_lu:f!0&wn |t O ]lrV[%r;7/q蝧v>;Fk{L:|f- (.\QOX:ڲ#0䐢qbkbaͥע謻ӁNbi Z<0{$:(FtQZښ$nueEE%M߾;LO[NˬYْ*Z/MAWڢ-,Hr>Cۥ/PTyDN2h+%)il5!bYu"]OEο-B:i,%-N<,a)Y@Г^݋HAwzN8>FnxaN)˻w %G o"TCT=HQ8QNáF G#OO_v3)x{ }Spi ~H=XTQ&灐szjyM$hG{Le0S=~Z.2= wQ}N@p+7gc{52SL[3w3jz6I[Fc2ˢ=bJ߁=KmfqmmFDA t=:hdJ uD7X۱;Z3*Oao84^J\a޹Q.XE`#H0|~liS1@Īd G KlIH\ĭdWue^`Bd+Aw,%}iy}wOS얰i'z!"aFԘ-z}մ_O˰qC;^Mމg+eVA!.n wbB(O]pRBBκӞydӥv\-Dn}hyjKAŽ@\B@mG>M8 fGmEP /_~;ǁЁiBֆKZi8-b9Z>FuXm_ aSì|.+ƍQk41d[l쇍i!@8GBQۧ20-%* |)`x2AKFy59'b/g5'@4?7eΆšTzB2+6*Y&O`@zM>`6Ye#3Z:U=PG놖ݗ M+_y9sgMe7/V75vO?G h4C$Y'Š3[[e#嶖bT=Έrp@ʞ\GY SzL|ӁBI0Ņ'mI"&avAwxqp͐3yXI=P='yNv ~t|3[/bKE= %R֬p.=4Wڊ$ׁb"Μ\zhsJ peg7S$rU]sӰ3~M0iz ESey\ZH(<;wXR eu4Y,A0[Qi$KN%z_yϭ?C*G~y؈/'0 i6V%IPSqxa6\oGE%N֩o*(ZsMX9fm_]Grh`Has'}1ǦɺgŜg`Ŕ­®Jrgc3T{ anoaYeID{UyW CAQ'asאCN83 p&'Vus^DCmXjw S`2##pI'ޥx]-#r'02J\Ru^ 7r}mqPgD&y1[m ݟ3?xT{ JUvƼ2OYM&^DПk;'OWI}]Sgԟ/Dml"V쵡&Ph5rctiPi۸"dQGϤ0]Ez=fj76vT\[N #C>xf[G'vy]t4St`/AtR/Ěݍ`(.̢ &Ò x"} ~wgs{9<1sV]%۫P;6 i GP3k+ [R*p~Hc/O-I{>H\(|bFP0$q`8-EpRRƔKmC$ĎQRX-NXxb ے$ "\.qh/ 99,sw/~ RI<xT_DZK>qApa"UnƙtJ_w2-GPw_㚵vMQ˄>g]k΋UoT'4A78vKNxKBq֛+djA9-)*zMMK汼OmtqC=Yyܔ;Dh &NE±DUww(/l.;`>yF:!TXgsӧH%e#<Ioj|u$A9j?nbFj*k˱ CU}x"?w-R*yY aAl{o$u4)K|krNt;ߵIt\ HҴvtDwFP(+/tF r{fW08DS[N@FQ]K :u bbH+F% O?p o5̏&atjO1ncѮg?-`m rG :0uGnY9" <)xoǑ(,$S~:ƄIŢ_*E a}2 vA^(Qʷ[oo*-VWq?i52,w@G n>%#ZW{h2bܹ6pL^.:zBQ=54]9ǥj a)2'Ўɑy%nܝv8TSXyDJ9, 3D'؃)PW޷7qUNaWaOY\'O (H "rρ_ط5j;̋{|/t h99HO5ECmz'n ʭtݬaC:y eQ$e:Z WMr*YPx_a>FB0*_Ăxld$pq4"kst,-(T0Aw:Hb_rwY;燯bwepbPGcb^xDfʹw0ϝ\RbX]H.$Q+mq`]>$%V >[* j(!uȽiM6[bF16;.((bÈ<@B{`O>H|ѩEh&3 cimC_銛/*uxiB ozru4 P :.k܈nJG^qDxLOX{%gS aodPۍ[Zz:82rQt0%Od6J-@ߜ7`D3'e*<$t7h*(ޛe$zv.\Q(,;˷CRXPRs)-:fL=f F WTtGȿ]AX'} sL?(g_JrM9[hwAV`jʾ ղS1"9[o6w3rGB|G,iDy~4E 8 _*}o2L0u65c-EX5P8;H[G@ŧS}M_/ ~@?{ze0J0=uYQ*Ok=;s=qXĚ4I \k2L8J) p1%b.*K h# ;&qT[\yS_AZ5ˬ0?:ۚՆG# T>j=o* 1%Vv+29hKYV~x?r$mr x@}{|닖sm U}$!ҐP56_>(g RUmKΝd#Z5E|>[J7CL<}ܝ={(v#2D;҉ʆ܋Wϗ6;h@F&Y? S4OGB/:ڔ&RG%ha9ᾖTT7Nj<{+οH[6vw."RlR38Q/^_Vd̊yDNt)$}ti8HX,K? KHsz곂rVU?OE!?oKJB6ט \ FDAdQ|pYZ^qm4X85(^򓶿ZbaU㒐|2[S 2 j0,GyBsԪ_:Rs-y:vY,zZARͽubRƄ~]i¬*dЬx|mwF&ipM1@1Pvr>2ԗ3E].eXoůhÑ@gZŨ-}GV1:6kqJ<Vm"\{|dh~Am GIyhu\ڷ\DIGQ; jxO0ſ{"!Ij"ʈJN8%k(m]G L[ܠ}TMHo޽F"u`ԇ|e*IrE4}VEkKM\^;,nGohf:SiR00ɐ C8s2NO㎺?RXuǛt~dÝucȕv\Gk a5ȗ;jyZYb%J4qG7cՓ{ofUN:t-=jR$zN@Q+_//!~0sA/'~Ý5WL1\kr.V{mwLJ >Ikt!#L{)snWʰTÍNJͺ3r_ELƤfr 9j|BMCW- 4cb?ϠZGدOh{?D2fQr&|HZ d2cEjpWy8yiًUИ7;7Nꈸ1B=4#)7]i!~Q:o sP 5\ct"Zy$sqL5$^4,@]:VB:/T7#^X99˾D#w k2_  Ri3y=6z8RbwEΏܼˀCA+± /ѥ~A EI8^ `Y|/qZ~jLO  jn K?r,-аGTRYg&Kaz]6=fs3ض_zoHКhR0h"plYkgܥ. sJEʴv5}e` mYV\`T5QĕέA>j,//KW:={M4wg@9 X^`3 b]Ka3N8 y)[,wT< <N #g,ӃZF'sě~4ߓA[^{C0䠪Y 2QۮO)p&آRe3T.{̀;[lTBͬjw-tFϵ3Aj->YAG.˟qťV84LێȨ=kK/ʑLuJ} V,a`Y/~Fng|"/,*Uj N.)e5 y|qD^sޑʛOgBA:@t]J(ުk`~Z=kZKʀsyէ@E${9N hv|< ;^īH,36aPjzk&JGJ L B͜}y%R,Np ':u*ϑt'-P~d3`\UN`ܞ8w}K'Ofĸ&Kb^Xɤ6?+l$f~a {^BveF7ªR=)tI[49 C2{;r{)8Y )m?F!̇ռfYOKvmާsƂ~bKļУM$ # BPāЭsԆ7at9u^ q3)BRmbZ"]HyC´,VCQtJFp00!l9}oZƍvbEp5l"g=p`l@]6N?6^r/fA/eQ+SA3!i~%uMs7Ӽ56]_<^{.x"N@ݼ PYyøl w]6+q%qic]i/+68F_G#MPtS2<+ yǂ2{/! jv6C!W ̮OQ4Ob{*F6LJ~2I8xDuW0U_~]AE#;BeߘҀ1IU|&>7tJG 6ӳV=ct2Z==@=$<YFF,x(9&N*Ly.6}%1ÞpuZW%C'l'SJAqIo47B2sglYc%}rUx0(͂H[s`dg7;rxh^fxGlaEK*u]2tO]?RtY=mWbʂ;C ^-ژ!p2&#v=1dǵk^GGP)ػ>HHBZ¢cAa2n_"f+> m\g)6b`!T!ηcR?q^l] /g})ZNl5 Fh.ouH0P,k3Mq+I\:olG?YT\<1!v ,rIZbV,ԕfx&.`tFO2nzJ "62/S Sۡz42}t ܳPCfG.MֿA K<, YV#Nk×K/B7gEN_~Wl4#} $]Aq3uz;gɆ1RY@-v+ g{; Ӂ~(y_<.rgy"OLxAhy څ0"V0Vo}:Y9|ܾIdkrv|Sf[vsey0q-QH Z,׸7$ѫ T/ k^`L?{uGU4$eTB!!XLBZJTݩ,Պs0SD7>@Y3{)'YzgaRp(y0MITd/ }JtJ /Vuv˽(Y%{BZZ ŅI~hi qyk<)xx"v$iK8]Ti#G3K߹\sBåOBait+PJ0Ob:F* zY?Dnxal bI-d974;|Dm=}>6`F_|vyj9O2;̧| Ythn=Mw>t"\rb+?{V9svJ.1\ŎY`V@l8j/]@fYv!!s J9V .WFidxJˀTB~noM`>(Bd)IT#Vؽqz#8 'z^Cegz6Æ-@|3P "kS:+Fv,\eo UzYkz#0mvTvXj0EeUN ?yOgWлCuytoΌacm[ ܎*;!iB;DOKFl HNMcrmXBX9MgG xPȶsCewPFu j;QϿG$tlc:t19 |pX:<¼9ce55(_]Y&VnP ܮ8cqewP$S:\)gb>9&4KFMqŌHr%L:Klύ%5"Րh|^wsڌ-íPU;[>Vfm-Q]I&Vņ%,b/Հܒ8-eYLnw/p^}$hZI?Mqzaa=[vd"ɬwgڴ.2 7}5dAoLHN02Fa!vTdu-!KJWu%!=-x;J!6N oTI:f%ڤ]kghI><ʚYD){M"ЯʁiY Hɩ fBSʡ;/~D\ χ)Tofm@%?8d/Wq<@peG6j>_eU<>(S"ذ{# .^:68D r f@=I{jއ*1 3B'a߳FSȥ v@&Ij7a_8[}N(~ (,ϥmQ#2]ts(ķs')IibvM(~dIjx7>!,Qޣ~`|7%:A ksNF0x%4p.OiFLߠL;ɡ>+$8p?ls?MCv=ge HWmC#C[nL݌g,p]?GݴrQXqA M2p{̜+u>1y `ksyyCm3: {e5)&ɐIOLmNb S3Pi)`ғBϭXB*JE :O|.z# b&@o0SU^"섥tCÏAK&D&|":}0" DI*)&ASuf_Hz?E?WTOU]'ւrA7WdC{a P9ӓk@=x(yy '5L_slBޭ2g\I[x Vq=p+Ze#q\?ΧIcpR:c).AJ2.}^]F7?≳}W7 \at0GY44dWp˅o kvفaeڃ}ENa&7B6kkrP۪UzEe" 9x.+}!%;c[w JZ'x-;qqaHv\=#N*YoB t΅,Pq\`}谌\UR)y TfqQ}|5.@_׃|-4wKPTmʛ/뺖i/IBO[3Y5FIγ8@J?%tCPy[$\J ¡EME(fӏނ>6 (3m:c|:`sNoFh_ʦee{k ["˷PTb^ڙ%%P?+mEft9@5q›:}G̝e": fkF~Sǰ-OYGN3'A#iBL!+U(#QY) avZX Dot:f7D_{M,,jf>Q8q:Ҹ48iD3-{_ϫsn] uFB%kJ+= i`M$2b>U_Kh#l&"t7h8lT70_F_U)"9U[XW>D 9-4~#7p*-R\\ƣws#q_f<1&yM" ź!ͻKؿY<@NjUvPr֖븮.aMmG~,b{a\$vcǺU*'rI¶'LHr*_OlgC$ϙ>5\'pV!n#u(iAS)C:[mb9$'X#D1/\R i];&ʷS_rr) avBVN(؈DQ:Wg&H,[T2LTJNԘ{.0A|LtW0~[H1{lfSªbSW'E3 qMPۄfj,ksJuG@방@GNSH ൓ Mu]epIqנvOFu8.?,6͹h"i2Z5-Bky질4ƚ|cCq%bꣃ>86]URުfaf)leZ+ ˻6~t.4r|?I͚y!k\N)FPa%Pbse>pkCxx ܐn/}Ygk>(aD=Hj%Lxcto~{55m#k/fR2ƥVoL{F#OHa"R4Z" ߔ/{%_m;)'eAkJw* 7՛lmQASlJ[18wgf>'PwOSHru;tbB|"Hrn ݇D] qzmȞE$hL\ BH)`>yG`A= v'oZ.5Ld52 _c GV<:) ; (6Y蟚[A<ژǕF?F/{dC?M#I18Y wi GN] Qh W;Gb($%m>R\C𱈆^rۅ5T63y/ޞ(y'y 5S8IÑ2+2ye?ӤJ@P#V&f/zlGuw~NXH"!vmlrP?"!đ5&^:.m Q}o o{b_ϥz9Sjt2%O#+a3cH 0^բ{z֟ k~7>iv'88 e w/س5`];I44VCD-\avcaY&&3rnu2t9w`|ջ!‘h"7U&itZ\{d&lcnnW_^G<p3^c "a5̍E#R,)AtS3'En j"ld.IX\N>oq7Y›C$`5_LVTP@,![@&3l]Ofqp44^^7\ eIQebD^>8UJ%Yer Em_#-b_ LfS6ߏ]c\"kNJԻ!gGA4o(&, T靘ëݗP4 m>$;چ/d@KYk%MҖFH#BP= > މe^W+[ϓ5˯SCLM+wi o_9>5,=#aYIFdv6IvּoDO]+ ZU2$̦2xdOmeT.%M܀Čy\EP3a/31Ċ|wPI qO"@\#tBZBX ݭ'<&v#\++?gHȑBkz/>*mv!/&? xWLAYi5`ɭ5W֔{+QJ\immTMm +}<%E~xh_u݉L\ :LA$LUohPo ϡJ 'S'J΅aHܘ 3fY10h2u1~`(ۓ7 ,;#2Q"CA?F U<1oiU ` L;M7Y6@yEG4Cq,3WhZUWc#.Lb#!KžZiL*[˭75 ~O!L;}<7zEwj:_$@h:65Ȁ38P#¤v;;ӑLkم66RuM0]s||]+zY@fOFWrW8}Eq/zɁ( U9xob ωڑY5gTA 7wڥKϰW"a '#$wd\srRپHG̑m_Ih"2nh %Ŏ1w!<$)1ZT*t|@}x; Os꼏{ºUx)B[r3.vgN{V"ؑ7]D{ c gR^Q( R8JyfQ2\ipj !/~yv2ǡ#BF,w^`E"3gfuE觰[u* O/FEBAO*d|1lP*Bcԯdj&0M _b$=LU>$a֑o6’T"Y)nmv; `~-$JVy#\hF@K>΁r{w?63Yk$$ywV)t4bp[UG3yҟFdCd.DaMxJ߬)AC=Y$h_ 8H XS_9\r4$mj35鿲/r᦭hF2X8 E,ӟi"o!巒`Mq;I9@ѶW$xN7 ?Xs}H~|5GfLI -Oxr?aۥغppA#+iwK@\BFIfOUxfX^_/$3/_?{Rq~_`޼^bx< "Z_6NZra^>_%›a" uN+/zZ\?8dn6DNz6-RCf)BTP>yoF-o*Ŝ;lzpjiDSS#RnXŊFzG{> R$\vzt_XQjf^7 |8媑([R"%!?3Γ-a? "Ymh8T{9o$U&bjd &zeK0g?,n rs#Me"^~v WZ%Fc\qe+Y44MHW'.@vވh]-!&`D:$h].;2@\PrA2&挃ayHc1ɥVdnKey*686Eދtg7';d5;6D^y k^@[JYr*?n[jK=u|4cu><6u-oª ԸCxU;Y5;g /sL|aC/FIʷ1^ 7Võ qQfc^0|ͅ'H+SBO2w' NHea+f~1 OaY鿷vGW{ S2(Zi',N݇X=3!6~5hJa>6>Tm0'دsB.=_;Ԯ)5NRd p-g!D&8qh(†{s|r{|A$ imο%H$}),їGs4 !ТU?%A'v4-0x=qo9V=P9yQZ"vDKTsGԩE\$UoJ4h15C/GJQCf}Z9rlХd+, [9.̂jH̥*yɭ7RV^t_d5+8,FLB(5(X m/52eA{\v^T'qpܽ\c$ }OUz| g!ҷ(JAGAf<Ѽȥ]U:KtGm *FV2HPrP˼M>ly}sm7P``SEB#ߟL8SD.֬&XIG!v;,fE"3&T\2oG]@>~U|[s r;OOSulWEd ֲA-N`i`Fj:βR!.S-k9>M^>9lt5܉3w&yΠ/ޢʊkYj> ͧEsN -;%d<ՄJ G/qWTyViB&K1-hCa-tR MZCQ-Ő1܆2Ϭ#,6Q$ыQjK,Vm;ҹ#C^EY42L~ ɽnhŋ ^/cx m SQwͣ b&K:H`0.gفn}HB&3gj9!6 OCG?b~Odҿ@qg"DR+e>imZ /%3Ozg U8no3\:,l?Ef[QSEoH ´k]p%C]J27[Cms1\s2QS`H|M#gEQn)ȓ ~Ʋ-2JK;yC=*:س^U \x1]eƗ44JTIš̜&3\b}oH 23Ә AUB*hcRwu"8f 1[ohXc2EYƊC'^7\7Nܒ Z/k(YPJ|]f|.d=Ƕcg`37jXJPͿI5PDּQxÐiJv}_V){c4W(I~38T>bNgcY |h׎DPj|:S `o ~|Tu5ܺޗUx's3W50}8{N2}a f |y 4A9.[V\9y].}\% e=Ǻ$5pBn:GhxG'nv8]Ռ{I~w$6{S< 6p &&:%/zЌ04%2P(>@ĝgѫע#AʿwGx,_,H'苂1K`ͬ9 E-  ~,w;{g֌m]T+rjo![ADܡ3R2ZHQw-u>c¿'>HJHNSAzn}aI;KcOVi(1VQ׌{d0sNkɿtӿH&bCM0N8 ~ɲvd ƭoգJG/E+:I%70;C4E 00R>B40n܍?D$YG{a*#=k I TuHq**#U:QlJ[E= V0כjڱA8;LöTǶVÐu7:jG+:}b <4aWXK4>?'\\i ~Mh]㼶TCN)4,ǖm!꧖pVOQK-NZ%i mHG/E=cC *C9Yա_(oPh&.J ]U$5r@nPuQ*bg|V8B7B|^IL+'5ۭ *Q H9snY˺=)N@(@V|AУk$Q|KDs,w+G, m7ҽE}|;s lg{; N9_2? 'I4 _0/⣡bQybcCVw$ٰΓEzF]2mKC rr 4-cppuEE⛉qg$]k-Lp}$-ojd{>2[ы3WMT7F]{[Ҽ 3*3Bpf(i!#ҎȇrnI-_!N`gA4xIvRD˟#s|T|^A4Iú3<kD"H x%*[ 4b[BO* KKq2N!Րzw#^/DG?(,i!n^i_@$қcP]4-)H|,?ӻH;Zwߣ^tꩆPb$z.Dg^N?ȿ֪3]hSv"Ś MOdvW\|>יgK\Z۾tJ?/F ~ce#@KA9p3d7_iOm|FѾ8Hf<9*lHɚ"m1(c8%{|q"JJdOg2glx?y>#+tJJ|-Z :0WO Hx$5P#\h=9}_ ~>\xkxfٱIf$e(jY/xf<Y (m'+L$;BvKiej 6] Jzs<a2XaaR)qf! JbOy@b >zapN,wo {1:O,FKB*t4b0Ĥ#gDf7J?ק*BL'ؔθ9a!ç6kr.4~UĚ=ͱ2A {pyWv:a OZ+pYD]X|k x?IfbhXN 'fӴV)/|B|':h7vM z3춈{*׮iU;7[Z\x:38 `AN&j65R#=ϻQIpS:_XfiM![ lb0h!CĪ*cE@,F*i! Mj;Ԏ%:GU1X$Ne-?bã@QOً`(ޏ_DQjvxזKx0Nn>/*̓;ݽ}^ä?z鴗EA #|駵䋹),Zh|ߖIRA `L ZaҤSk>$R` 6E-V BciI,FllY:e=v7Lݾ n>O-GP`m@ =VpWj 2c56%Xpz_됟[ #kcظu^B (fe߳yϚ!`>Ci}ȖdBV6+~֐+qqP5UcqoҨt**uwi[Lz~VwJCcl2HO/{! #M/`\w +Um{p=-xTZ0vZTc'&]%"be0fc~S(/|6Dz+Ȭc ]\6.QЩpx;o#/y*c='d 8?890cL>fSZ* Mޟ̅"jAiS(vuY]X-9CUo_KDQנli`'ų*(,DP _Djte;vRfh6DkAI_"[=!W^u1zmognb0pֹ? {XK|.VW5 4-T?ĺ+t/~I )}!5UZVZӪnu[{kefyt E!B-Os?2r+k| ϯuWh  hy>$U%z:Pֹ¹me݊?+ [1ިB.2Cvdz1///B^DJb"yjL5o" #o? n*[#m~4mB4+:WkPϦFr~GHmdWr1ZAfR%[%/FD0j K:\ Bլ}>{[#ikڐ)HhuLΆ]Myj*&uA9v*GMRW =;+ְ)L:P)#ou^<||3gKR4٘q eC{U{FrF/T V2 W׏Sȡ[t+~Kǵn(s|^_ J"345#.:O64JBXUQU(z{ Q#.c 㕏q7b sj~c[WTP`%XY(韍 ,`H¸=4eO8A'tbvMApivD$-UJ q 0RqT*Ϯ_ɹol#*>M̼jk(ny=XFhIS|?)WZ;d }aՆ}-Bl8t+Om9Vںd=VZѓ@}jd^*بizky9Rzܐ<琊銰gTlGK1e _U"syy󧜓È=L,rB5<Ԑh09~IFYOMg&U2LױW̋#$aXƋd񺟭%d4++JTrgaIƑ*#-WjFxRl[԰\ǕsXW b80zT㨨]W(]e Cpb[K·qorr٬8a-@A\zieqVTscC1jo\Ľ5^ &w< ' 㢡TJ+H]^Okx1}mTnH¸+⍶Om=~s}H%ڊvJ'Bgٟm$Ÿ٩da G{9GCx,v;v(u`)A2j (e"uSy2{Oʦ&|:a;(qA|U~Exg8%u.tѦ rW0tc7?A5p!X<[dH<|zZ-Hg[=j2LX$}ϞX%8dŨj-'H_/%8-t"O) 9cc* H,y|Oﳸ0B7[IVcҙ`ax s- Lh ,yK\k) .9cm|Y`yDc(Çef@E+NQ"`Dr 4wɣCv"Cf~>b8+N~Z6(ૈMp "s̓a6Ւ^AK[JBѐH?0KyFMY;˘ٿۦѵ%%AOAK>]Nfsote:@!:IsfɛĮ_}dxx]-#ABb2|r &x_n .\ XSH֤L?əhxa;u B?^=L}z&IԡNZFx=D7H=/fFTl YzBFek_4D?[i[dU(!AJη<%*lԌ*?4yFo8Zl(qN7\ޅg4"Nr%]ĭ\+ uˀiumpy {B)tRlN"XÈ\mg&+J/Ay?-r'x:k;$y>$( 8*B`bQNHD5.)zKOːE|w0! EUHpT0JU-Z}Ԯx};Jr"sC֐ٺE~z,(wJ"N$Xa:lp!gHfևV ۆFLFtؑh2i呡.˔J1M gS]-/ruv3 V |tCU;E8J p]׃rRD$, 1 0rGg!MYVZHiำ'X d=}`1׌k`؂ `~tCZAq~̝?\R+N朲K"aIJ3rBǨܤؾr0]hofQj2H=za},AɎGZu)odf'A}x[}+>^TӼл_yV5$!L/F%U,oX6*1DV$2(tM951z|XZͦ̽m0䂶aYe!V[T+"ԪȲL/rQDBS DyX%a,%%.:oI#&'ƈ ~$/Ҽt(R O`2mu!<;p=M$8_U$ǩo# n+|E[5Y_u.73MmEEО6A3ߋ}JE9IhJw@WGP{4N+2 yM9W,-`%54rCh͔):|W/ܽ)ڳ:.~)n-8Je=Y-+!%r&9ȏ!fCaM t*)=(]tFM<+m߭uW2]֜vW{;8vC?#.䜥C"q%QzKa QDqИmh#+KyuOױ=V {)hѤ Bŗ ʴj(.}`Hx,o-͡&ٲ?7Qbݗ%M0X#z{wŠ1T!7K$S/ԾR$|_g us\A]Qc-zKo NqQI8Ś 7I>FMkPDzfl5p,p+q!,!f-;|^,*_w K 9l?x.p]]/~XjF~h^oŹo5FZdXZP>{gF:{>>)vpGHΝZ\۷)+f`/8U)g Ϻs#Ot)nɷT,qd%K]#ln4P|)0X#mU jiFwP4J 5(Yy g [0D-3Hx.*BN%B:Xc_n%r4605r)$g39btD0֎|TyJG"\y.));;MIGk 5T@̐(%y޿o~ uC.$dg] 9ɳ8Ґ7r8FYP)byr}˘#/A;f͇:Q 4q\:)*WO{B%"dG,/yi8y{qP2!]1FAb젝%>di49r$YJ ) Mh/Ҁ,;աI!\}S<'{V '[׎+(_Za1u>A}AVo&BTpoIDzSFf.Vs, ./5\~Fr~-^`#FP? Fr,oq찐|Ƚ:œ * 0~R8Ɩ9lN7Q8O\/-n l=r…;@XU\% 93 }K!QopFۯDb}Ƹp&q"S 4εIn0Yj:@L'o\CU\%C/$$$RK)A~kLG5a)({Q}8U7 *ֻ{5a3 G6F.D39 WX V.U>AV9T^/&ԢqfN*B`JBnH`Ma2_MZh9x?8^/؞}PHu+ݰTnDXDDG| C&,{fUQU gf\1=V []ԣAv|ȐyeAΜ6cՅ̗<:hMzF:jacqֽq X J'(ęf^73 ף΅Йʎp& l4mtgDj\ƛp9}qH@1>Ce3DRnn,hf_6h4óY KG*X f7KXCTD-EN>Jnj 4.լO͆OyDmhZg30V+蘶ѼyRdjbܕ5dykT7I|) g-Π Kdlb9VXFUҲ a>EZ:efݕӨW as;IvLWL/h]lbR ij[Tsq~+z# 8zsir눜&l/-X76`~vIf <704wY0^7fsLƐtYa"댖ʥ&wu7iI_ަ5{xvMbahGlY z} h{=OEIKc8( UzϢjѕ"yn8J슇|؈Lw:.K'fhMRu&BF)vܫAyq OV~~G7niх֓Pg:~ 0Wc8#\>jYJ#4 G !? u Y8 Mr%ۤv;6|O ( sݸH";ff"/T|x }rdxUߋ *?]"Jގ) bճa- +Y1 ֑|(w< /9ZxfY bs([D gIE) z$$(êޢ-+~1fP"g ^|מf}=Gn]8xq}񬴑wvxGI:=I#RDkqjTm3L; %PI}^c?j9[(Vmha`J>Og Մ zZ `P5zMcy{zamB k-FY=@~6a 䶆a NdgͬёՐ@5/c2mw]f%>'bG X)hDH\\ӊUBSCz9L !3+&_qKHrļoц- 3-N,/ Ȉ Ego Ru 1ߪ>Xn3?9(1+wOP7Ew˴6y¤hNADHMD\Fۦ=ǥKX̷K c}0J75~tS'%' Zj >[Smܼ+4c#u[;̸FR߃+\'NdVVi,( $E׮KTy\A덑Fe?fLElbINYELNh5AǑR<+vegQP2p^`3uvs0LkA0q >R)*65 ȄIZufL^<1\ã+hnfNvWD.*vU_c7DPK-g 'j-zuA xpjxBNi+^lOzph%ipR.ood'A68EM %t+{! Ӆ<~riJӢdHC7|)8Dbof$4}nT6^(ߌ CXCVb0Z饫+Gw_P K$Dqvm~ òWE <*XU &+`Y;`!'('KQJUmߒUxo:\*>2>]Ζх|,t}YV.Ə:g= ]pֆP#Urswc,F$GZ {AwkUюr|Ď~Ը s_V]H>Ld+irӏC-Y oKU #^"@[l93 ~6P$^\ 0LgBo?'t4I0Daq-j~4 o<g9JVj-ls3IpԪauO])Bl7|~QU|>Y+Wnz_mPUӷ)A}%tG/y(ݪɮKtE?lIeu{H )Qخz;8ⴉbFl*ۏԴ#^yh[3x}{M/(4==^on\TX?b@FGstWOp+X@N[p%R7UZ<| =(^@[ʸt%ЙBh_@q=گ (KM(/(yU,TbWTRY| rڦ U?N1UnrD+t Y6PD3Č? P(;Rm~OJYU{L/ z'IU %RF7v)dCMLk:@,b3 -LxY1iL|:. 5kuV1Nz&$fEQ±<ߩfZܤJHʬ2a_akl׎ґҾs۠6 ̲Q}7? 4}>,V˩ eԯrx$-axgңk.avĈG^ˇ9:aJqvjfl.-IsF4Ti%}8;iܦϡ}^է9{9MF՗@ԐϿH1l6(QBA [[O*lt:GcqM>ހ-{ ~k=~t|-rΊZT?ipR<<6∓Q;7x!obT Vv5pD="Ӹl%@!pۑ +",kJ9[i':>bpV;YggxmB X{+jn:ӣNQ\wyGhG)(lOz<\Ej@s8L?_'v3v4 _JGd$/]2Xգ*R!9PlkUHmNS熮f#TotP-}_^JY6by|JV2DA2-2Ejgq.w:El1QSͷB{-j3VtISjHȯGzђ/"+4!G4w;,Ja[k*-f_M%q+,rX֞:Bfy:K*S)F7^ttbA۬WŇEJQHX 0BwEUTtP\zKU}ZY#j slj?W{[_=n@`P(S.9Q{JfHT Ϊo٫Ei*/ۮ.)Aې&"tQ6n៏#5U=R+PUh{PǕq *;K _؍wG`9uH6/] 줐yl?ߨj {Ei:\51ew81H}jT<#1YKx@|ۨz- -m\eV]x_~ Y[0ie`')H@@+نu£h{zx/=>GU$7Yl0t^MV Z~2YjS:C)O6 sXX>32|$'fArޘ]ml |CSѠ-x/73v+Ae y4,W/'!_o m?J>VwO@Sp}vX2|\8Z9@*"ien2rF>Q`r |x-klVL:AAhTA\@Q+Ӌ)]H>hQas%Pۧ89WB5"4vn(MY; 8&$'Ч0[\"ŰE"ggFIQ,>ɫ4="äzob6 th"KM=Q5Ƞ.{Fzz, .sUit 4n ܄7ZT‰P1 !<4`;hO) S掲рVxf,45!ޚ 3sT#Et @ězFA f9,IS~hMy]dV8?Z7d+ =JSl"@JT^5*% x DImvn6zI6u,fJؽHl=' Qa=9$,\1 u {xǏw&;' ]ZUzW0QRoqZB-7 WgSZ?}{E5[l"ZU(`b$\Ӡ>$e" :Dp+4rSSmB/^q:U,@~y}ipӟ}f[A+3^ᢸ@e*Nwɕ/]i`&C. ۲Θ.޸,1@-"ELA.IKż(3,Tԍ^mO 0'89*˨<Ңh~,178Xt@Z 3rꆥ̋[ "Z% ǹ̇NxAvʖ2PiKmX7Ŗo0ĸE%cO}5̐ g@98:Iu08n?T!E  u-M\-Ns>ږ͒\H#ܭxs{,5:5tL/USYWvpQwC4bu/&ZDUbBJV.rn懻yped1ko]gB"E|qPXDl q:[? Fua{ )9{l062[NIFҠ 1:,%>tWQه##O aye%)џԎ]rhni>'?ՐТjvנ*?m_\IᇢnQNpUski!f |TȘSTV9"k/hU; ^v.Ϻvq{T(,Kg۰5{Áfa:talmvbN ^ٌe9#խljefI/dNgIGQG6}\(Zdҩ4NA)98]v'TPIh q:x 6 q%Bޘ_ߥFu ͲH(+ ,lQF'a݂,B崟 {-@x%Lqg*ϕխefhv$D=<3#F"?FJ*2wlǷxp6SSBP5f`8fͥ92xj]ESj X,(9٩T<+J)S=rb$'XU5" .k߭TVWI%͆YSRk]wraUej-<8:\Nо ղ62MkHQ=ȩhaћi3Мٻ^2g"Ta&Wq/葸2/gmH1񒝙&ypdF%sYE~)<¿4'U̐rF*;%J+ki\ GQspZIu$*Z)mMCw.l~-L+~R(T2ų\UTxdA;AK߆zIJ ,+D!g􄮑r X)lWݢЉr*)@kIo3LE>gT+"X i;ga{;Smd0{w8P7,Tó]M!"Ɛ)a7KQ|aIYUҵ.M]\Ŏ ߽JEN0hp+̈/8aZ"mqp(*R‰[!,4ϴj3p͇g`8 Ei{5mH8[A(d46sKZT&qdYG|w[0ht (~Ä6+٤Fɻ6WN@U R)`j7tH=#d l$Or((-믔̒JkWPҧ|[9r~ā'w,ּ`m,)3kwIT'ag,LDOfȢK܌o$W1x~&њg@)yMq[0}&_🡧H.E>mkcs"$ɾ-o1F.%=McI(ťiI φZm1LG s7I㥑nO ŕoXޜ/ds;E;XǙY|\kܶli) j;p3,U-䖠5ܻ<".|" TSTJ eF$Es)$:TZs޽Kv3T{\pV*EJ_sTKK\눾T1a&@w>%r *忊Qz4}$吲pFC2YpSx OAVeRL]w{kb&3ujƒDBx,bҳŃLA8vY/x_&B,֘Vgr+gj>0*b\#8oSlcC_ ZTm7]}wW(e93KV@F5uQm]\㑹Bf34(!.R}` b acWɒ#2y  ? eoYy}[Wl1O߯.xFH]I2T\yԩ)29K Z4SR&L!Y471s3ɡļC<QFi>GƳrK0ŒM~u{&3F4?9FYb~Wk3ggn3KS5跜?_44*2]BͱQ{`q:~Xvr,+fNŀ}b3N9DtAdI'hQ ,o7?'T6t1É,ޅ>kb;$sTScɴ/2^brh0+;#` [+j,_>[n.B`ݗ]z*؅@N 6g9hECIO;ӫWӚ=r aO\A rNʒ.?Ext N[4d?v=ω@ 0L PcǎҴ/ [cH?xAm;b}Q3ט ẙ,-6mc=Y$ý40r5yݿ`ߕ/ԤQz`k̋dG,@0Z}#xPS?qG& 4tPf%e8<7x7;Ѽt[_&zx$qRxRiEqQ8jUSG Q)l Ϋg!*g+E5{"ȶYMʉe\Z)L=Zq[ Y} qzMUEu~[뮲3*9\"Mvd$ּ9p4 G_lL8sF^:H<\NE4!]g?E >\#"=z!rXmR:-L\"naVu{xcmPG\ #ceҖ?_>cQ/y"&ҩ>](q俧وL"̌N<LAYs}\*䁍YLAKK\qKHW/Kv :ݛ `BʨtB!N66pug/k\" eIf~ ~騚8h,>N80xN`l)x_ l7㏠ !ۺi{Q>A>NLuNqnYcF+Uɭ`/GRrXSTʛHR4twG.?b=`Y۔8 o>VhOwR`{lx}8&왾Q;ל"4q0j~?<ѡQZO[bixG6l?P1(wl(~f dӢ![Dcm"? 6yCJvZ~AmnK\8~Ut[߷Rh|#+]F+ i4 eD6&l4z> -#︡" גRe٪wkX}n^-I#~_m}ru 84Ms;SU btoϮ^#H_vV 2!M쐒?n -\ݽd55ӂ&_N6uz(Y* 0՟N7 yoE֋'`@&i㑘A|F.lh 4S[f7 Y"p/"V^Ty;4ap)t4[]&KPjcW;9itR1T&\Q\.W$_Y"IZ(JҘ[?e9}f2-PPA=n%֤Ȑ_[t` >bJY0D0D"iU lj[0.m2H؝=]P<>Ҥg\4{ǡ8hQgM7qA*Pⓨ,H᠕(Gg7%뷈Hȝp; o-);q\9Rc#' zW 9qleq$ܰ7em}`UG;.Q_ ψtMJ_֝LH~SE,; 05T?HƊ'񊨶b[sʢ^VE u!'<@: belgM,M)Od!թ|?17f.^Wle*O2P>*tJL O>zEF{$l,Fc#^l>dir V5m:292p/ fCߩ{{RmuڻE[oT(4?FV(J2 ^ %dk.j*Ul1'2bԓh&ۉn1#wFpTVc[C EF?-"[uU$LJ!"Ah-HVK_T//C2 ЬiLYc|Vr"݊Oܡ;sÏac/53?4.9`zs.,Bͽ!+wdrlZ<=8Oѧo/!& LGylmO0,'F$0jI,N9"x( xL)`~=Y]zbM2= bHI`ޱ>s٪H'Q DLOHY^1 l:6Q+K*K`{YyjhL0ml'"8V+a^XrUA6NJTy>1`j`+mU,)lH^ލT*j]Z%Cx6/>tbT_2 xOeK8 D-/Yn!ϒc0vX!ʴAz@)" 9I*q\@ ~[i9!XEmOr=C&vD.܎[ 8HӐFVL_[\h;N)z`,דˤ!ՊkZGT?_/G$V{'=5Bfas@ث3M[p]RR ^O?SInRey)`/ŭYncIq3{&aq|>:tGֲ lo{'+?@hK]jyF6y.ՉƛPE3(zO=CAFp7WQ'mA)WH: H5vM"" u>2LQѭ/7" ѪxIt[gH:7)\E hYe'y1 Ǩ*NAO+fcщֺ~QzJ-ɻ7K9(OĴ^%njj%-;%Թ`FEr΀?xԗ1ixڧ{/0 ζ.6ǭ?s~k$`W*,"fhE!Ws%J j5y 2"]54E☙7tzAbe# -Hrɫe?y%aa>Qd8ۮ 0/R |{TfRɌEcUk/>a$!Z53{#TRTaYfZ:”nx_jF#;]DZ~>d ZM$xȦ}H6z+!>!H|Ո 7kt%s0؇~ػNI SISxITr'w Vg߿i {#sہEQm0 /}7LeS-/b! NH:k/j}z:[r6*bjhvHb8^4lA/F,(sםyNkFCƂiqjy{QINCX=klst Vp@xJ-Ӡf9mh\܄ʀTUl>yz:uBj5UTf#y8i^^%_,WT#s~c|}8>ԶLޛEirW~3Fn\ƓZ! ƽ z?+eͶpLƀÅMDC Uߵ+#|yO{7ƽ:vwua8ݺDxr%2:2k'9񔂑P+sgűzjb:B$CO= AboY#]|jPh"ݒ&!޵56ZP^`wàp5}e__ i;ڗ> [8), sq`-b2> Z'*Bd,KUrSM8ZJI8)/̐pll S D`;AǁW )j}Q@l|FeqiS]_5_pj1o['K5¿y.N:.I BQx@l% Wn L5cgoI1Ӱ2 z_lqL&8aNBidZH%Q qbkDx8Ԥ0ٸHNʷ'1{vp-Bve`:Jzݐ~!&gӇ)U=]$c*`iN+3 ٛ(0}y=ȑXݓ:9`s^>ƒG*Esl kY'z(R4`cR=|R|g 8rTsÌd%ʢIUktZEE- @N!l=VHX:r,_ V2೰WRXnqEG(\g0zGqH"E;N0&J>;:l u."L/c,,=/Ol(vc3xQ8[QW/{E&vcJۭ)5$,ַ_"N^4!msZV~|Mرl~ o6ÜrƉh| qlbΡ8I;/ hw'<_S'4媙.qX 05X6v-0ucVPKwRҒ\q!PpdC4K8KlSOnЕ e/llq/l7-.OSok{Kq,3n\cIZ m7mm蝂#Z|UfnȥT:Ԁľ즼Qtܙ7 kB^)HvBPʯp;JXWZe> &?}%\K! _\QcSDkP)lxc)&b4m$l"/HB@{u9BG?ea_a>Kޤ n..⶞Qb.LՁvZ =ĵۯ|lUls"B bDYn4ͳS?mӭ8Џx}FB1 ty0PiB){ts@21zJ6 3DQcbWBuIlaExwň5NӰD\L@ tƢhZؚWcZ d~OuS*jLLرY<,קX ddW"gE!NG#J|IA3pyQ7^uJ }=l۝#/sI s6+e1uPG'%]$" U&͒I&kIU&[cY~~4S>ƇOdt178@Ԋ`*BA#6,` ;k?C;KEi* 㗣!*:T=,Gdέ~Gs偤eDOF2q؏w*9M=]KŤA|<57[n/;ZTrL {ŽS>;{6S >md;HɀO`ޓ 4 !#Y,J3uzR@'κۘ="R'W_2ĩ) I)BАRl :Ƒye[6z5< 0)Lg J0az|= Kjrƛi4 ?Pķ`ΔD?6Ӈ0e QuAغkNm4 XXD0^DYjTǜ_ݩiDVF{R?J!Z$1_29>6XzGiL:ֹ́/X Y9̡0넲@N +ôN2{n]6c QQyL 9!d^}j$jr as3 #h@V=2{ڎ歰g6,J|ڤkC|R }:u p|k*}kW1C=`X}jBh!'ܶ^xG?a}=dUR0}QRʹ=L;86E-]%i}.7$qS=O=sB)>*p ,S ^P9 ׆zPG:AaWhv^3+ 1HB1p:s9mSQٚ!jzQ;;3Q"It>@4H(pG?F+%_͈ulzcI{%̬i>C*MTL;e?Ͼ鸪]qz`i=?AqՔv_:/j E4eI~h'>~g" LpȎ(أH5_7Fd%tCfG&M#3c}>꣖d^Y_ә|x=  W-k|dg] Gt$s7iܩ)^ 1^e ^O 8zfCAG%NK6,6+M/-CО^ ږ~a@n ]*f{Ɠ F?Jx<؅-^,Z0X:7zwM.%Htv!`R9GOP\BIkij/{ٗ+u#Wva8PMh`E\x*`shl팯0 ^2$YIJ@{C&̌G ̣&޵E+MEG%3];Í.N4@cw7"wtQנB:gMJ) %OGrͽKཪ~F !?T-ܿ^Gߔ &Mj}ڮd&^&1W2QF+jpm MBynY/4FI5$˖toUP̃Ze 9H F]2Y&髴Ӱ"M</Z".\.Y-SzB}QLO͑)v3`f-1>p TH 1U`)F} LX8(QLm:i+02lR&>_mqbl;"1tX|SN=Ce!iZޓ'ɝKbb@j9gV2ʩW( 1 =Rg @34#p~pZRsfOw{8TWnΎv7̑جJynW9y9y@ b$PIvꏶF= m/=%#DG,f$NJJrl_1ڋ٦.|K' J8xi+Dž gIl%L<:b~f/]aF*OJǺ۵e`. oyA7Bx = 8|w0ÀN0.N23z@NM#' -BYUW>8LR3V"@kڢEǎׅ8zKITK4&58-l;7{C=bKpE\pUFϡw!1+tCVKH0[bR -{ɔh=Y_uYP}Xf0 qQ6NQF) /#(g|cwn3s+tSp[I^dRt`7ǀbj{0cR-~ :G ؤymy 9}wη 29c%T"DUe{T=O7 ?qRK9DJv4ۘ`9 m- Î߃DXn}yҠEPd>l W$j |JR"^N [$`ǮLT,}a (^Rhat8S_J[Vhګ*0<z0l }*m ;E9Q_b9b׸;c&x@ۺl6Txl3*o_>aNZ`H‹E5Ɠ"f9iMNN.veH]:j‘y_Ȋ-1&XFc w_M!I)U\{x#<(k\7=Z|V=ycIlSnJhmH2S"YoY҄Z"Xa~- c+G?]:Rlk~Iw{AqκkשiȷOZyU] ͳfSX% W?t&cz "BW6%<%<= O@)*x2s"oO^ oرhf5SzCVTfk֙ y͟uLpA:9/ټ:)PDwE6 5'(!.7ȯL!3;}c,MAB=# TCJm >4%Y|)NƋVUsw> UOCiLs4Mi$I֑$J]0Pl0UǦdGӹM^8$^9|d :P[Hک=;}0ֻll|pNzblI̅ck\ɕ@񚬾WIV =By}-O0pE嗵+y2x0dv˵XB+ߏ=wl܃rs^fy%+B{>C\k~DT.8/7e"\<6مT<WU1Sѥ(kd$?_H=kբ784Нg='Q$ح‰3!!v#;e g gHi^K`tBq,~(N)H'9(y(d  ǸL)fxKy3F]2ɍSCl+v8ud0jۈtz@ $+,1ơ]oe\}# ild⑸u[Ў\_<جGK_wYUVV{$|Rfڃ4nI$7s= ZJ7+v8)4֌'k.7\9a{ʇBYy[ȸW?mjr dOK)\J+Tؙ[|ku6oG[12zCa- _){Z+(HH+y0;e0(1DXTu.fԐ(lz0$ـTLr(c HX!)l"S UJE"kcBp' JtrĢѩR-ƏB0O[D yHStκ\/+є10FiOh&__2gi=e_-/}]gWd4_xDjG*;~!t3+zJnI ~ݐ;vןyEгmv@AOnWy0cqqj:YQ#nȖB35pg՜BT935I|w-`^8Ywb{\ᗷ$sZ< %T3+*e'Zb~hD?%Vuy)>I Sg:T2ŧcaK>Gjd֠]s{5jbd]nl%B4߆jJy0tG3aٺlaV9䉲r`dqoLT3ȷ.0]0g/\1]` қ)z\T](pbl0'09,X=lpl>7ͺ)nDib! حCT0ukf=ְ?3ux ke#sRÉ80=n5-֐c\( \|-1 zcPV84CNEm,`,r|;ğ_HL"bB!Mpy=MJŮVמve)\ZCf){&$K8݇G?xՇO"=u\%6<_"(CU` XlpbB 5b }lJ * iR[?.P9.lqA4I;JwvM.8HˈⱛJI17*]"ra1ΥqEȡnӮ72:kXhhp""񽟼|@膿ݸ{eC?U{d[AT즪 ;y CQB~_Tּt-&"X4MNqp֝$KI)@ HbDəJV-',sMt ѱ)v-xV5%j5fmѶMhlɵƤSRj5*%2ƍb1X슍%uQkC66dMb[M/)Sx#.ŸFN(ix(/@ Iu@T̅% xɯQlXVfj:%^]!2TG [sP!TDzzpNԀ9I 9C4sA$f#)NŵbDLBTp ɋ)SirP R) CBX%8\*qL(HrjQ2#Y\Pv!M jwwjr\!1u(Cن]` Mv@wuKg$cSW+uLx4̸a &aJ$P:V IV*.ad$f$bZ$y$H(czJr kt)caR)Z.N 8- 1a&mFaL"sUA8G39"0`JR H"y((|tp76?sƀT'qpCbʹuD1QP9!!&A:5t((} ð;Ry6-r"X xV eLYz5p|tS8!pѧAT?t9ϥ 8- @ /A D V ˹|m=,g?طF?OG=$t%V5(9T///Ǩ؈xw]'7Gcyߟk8~'THIu.aX,?awYf !hTy~JP-^G.ȁt!meŅ_K 9CPw]M8M#ЉHr'1?9+zdEd}$ub.S]}07JA^a9٥wՆ>H:6!1pds{4*[_ؾ8j  |W(px>uշEh}ww4 ]U^!~7#_7 hgj>g6rا~Zp#:ND Y/ Tr6P .qoqmw·/;#9Ń^ٕՇ'N,ہ;uAgoMG|~#:spnR~Z,d{\r7N+Z29>z?zᅳj5J_«QF%?3WOyawEHS➫m۵G\ s["#(j6ːwT}5ќ]L1 J0 [#v~Qbv5N SJ]_ PsOy=NN ` ܞ-ԁ`ȔsVjb%1LC(2$5Qi!;#iL(̹ϛثNIa0lr}| "@mQ@2HAOa R< ;L ]|L|% cw'o҂j%b..Y8 ͐$~^d0Пlʼngk>?7oԖ{ij[.mlɣOyI,vbNjC{`ҵkJa "[ɬYc oB@fD OaLq6 NՒܔ,Ff kp᜘:B{u1ĻvP3ӣ% ^o۸'W]fxGg4qy ߬̋$~+ˢJk{:p~bfEg=9;|qnW_Yӧ7nqmTr4yDܿ"2lv7nP˱M.~d s2|o̎|]n]cDZMzo6mhCҵx=>TC9noëɔgm㎼~2C/0b&-;T'ћRw p!kRsqwx[aTm ~4GGf&񷺰>c s6)x\, f,J~^{[i+I}{^RW\gf`G. #mhl % ,>?9y֎B ETV:#C\#qm%eGir#bxR"{%2"AHm>!XUڐ?aˡ nIuKy<aw%ZHޖg鸅VWR~y` 8]Ro^W;+Q \j!̫km7Q@suS~sF~A6^?/ag9fT$S:ny1Ƀ1a"/6V2=[_lgiNK#[F(e1!o W^PnjzwUT)!Xv{ngDH/d@~wV@JA}#5WʬF95(;p| )6U\\m`Z(Z֢u4 a( }XXC5e)l+[AYH9`7?q˷6;u+9dj/#ˎk؇.U< uRB|ok^=-B ;<.z~#f->(.[;̈"Z7!p!Ξ(iv UWG&M& (ʹXa*^ Ȣ*򳸫nujOEfhse8F^#cg4ٻa/ԛ: )h09k0Ř+$s6ZB0DzLf+lW 0ZY\V~.LjOZBԄ.;4Xub@e6ܓ/BM[X1ZxQű@]2C"A as5m' t(2r7B[ | +%!IynoR[{Az͹pJo>A23ƨn3_yc$+llfIWтhǹ t/_֨%TinX!ӷîyqQy"g6:>'nABخڈY ޢ[g{ {2t#J4 _  0`kPM#u!>Tfg2f㒮1K%cl_^pV:mW+[+{݈{gY_wW2n!\{VFbC5x\=>lrc|,ZyXR~) z{c7VM9MY/C P o3WS!E;x+1ޜI;rqc޺n RU@o1g9%P"2mf` FM^zv =.V( 𨇥WO5nG>A N[n[W2qV _^{'P *i㐫LgL0I]B- 'TRwKm2;`_Q  1ݑ3ef$/0$;1p"7KJhfK}> ٵq?>ջ%WeA'9}XdL,_"!Po\a2;_ #c{הcj8eleL&* iÀV:Y5(9)S5]·9XQWK(=۩ז~^fs1N*'&yG#VmygV\t ڲmrgzw+41uv qP;fm d^si8ENj(>R\:}1pywOf7{;(Tf ;&`wh83ZmAvMw4lQeGlt98RZBX$M`+bwu X;U7_=RɩnvjӺ={^z7G{3rk\ \& COi׎kw;^~w2;Wz8.[nR0=@*1솁x*c+ǽ͢~~7YKەmqb7oe@AȭLw~Mtfgq4wstw}E9 E[͝^==s${y|د{)cg!8TҔܻ垮LmCZ> xN_AmvLg@ۡƱwJ}Ci}dku@ AZtY-S 3 [G Ǵ}J-8eе?gNuEDN*5t2K~u׳GuV+b)wk cS3.u4lfgqdRx'ݏ΅4wI}J,Ohp|T Q5uWWs n;:'ꑈBW 0/W&'Jz.$70dz-Zbm h/,/j?k_ j^?=ű&>b= #oxrk_eHC]MF,pEg;[~̆e}TBW}~<}LBف^J7D6 {+fn"R-ZA<-vrs@rȇIOZ!vG_X:il'x#vg)9bG?c/X#vuյ̎w3#ev͙O芡|-rGHrqw7|ݯ>Ÿ^Pw1Џ/03D0Ї/m@q|5|F"K{zWEC:UFfI}/mvgazz{;i&.=/};Oڛ{}TϷKk&.}Nٓo6:!3l:3X(OKuC0%1Ota_ [ *TQ#xi! xQ Gw cMd9 w1BE%.EW 'Ο{4lD QP`c'jK8 f/asoʃC՗{/~δwpS"Ekdɻŕt< /m织vV~q/&L)˿g}}5$fXL'lXŬZ@ P:DUm;vFl>;}5x>ų:܂ -BW02N pűqsB<~q|vD~E0@#z֊SV`uPB 2K"  LivfJ#X`nh /#&zhlPa|MF0Sk3EO@sHhƿU#!;wiD0 )}?k&zL^,|vYmpVkﺹ}C#3Wy3 rIPQ!_pEY}XbDrwnK-C=,<,}wZߴW;Đ݉Fwm^*ߩڑ f^gk.>+./ݸ(m4s_eEnU㺙{#XU0Lhp&jlϙ:[:yOh_SٰQ_J=0BvJ%Eԥ'~$v؈"5eϙQs]n~D8S@1A7,i33F#U؅ToOءd_k?'yp dÀo 1?&RŻ ~C[h`$S܆pl@,t~(_E퐈|ϯBS?#ckl?ldC%A6:4fYGNHL|e0s'&clݴ\(C]r!|6PwqT%>r +/rXtr{+y^N ΩJm؉#QC׀v5 sE u96UUd?;fWd(Ά77Zݓ(\y1h@9'S͞σzQP;_l~Ȩ!ڹְ=f@vsJt4 aܹ|aAڮD"@'_aǗl)@_aO[/ʪ'x@? /V `@E,yJk5/wvbvóxg69 8I\Ein D^:±s$53c?c_Ta v(Vh DxQloZ D*X/|d(!'OH7m:y:?cן_/W!圹X6T:קpټ,ʇTmbugY8c4;[&!Bv槛0_ſw6BCCoN~$MQSݰUnQɨQ#d9NQTymÞOo}iU䵎y+gZh*`eW(Cazt Ty@.;I-M* 3 V j^rN$K4)} مN\raɅd=;N+옂:! h S]gcޓ>OQ;ꨄw5Kέm/@"D )6qn90nǺ X0Xֵk@ iL{{n*yenU:ob> LF#$āwuykQ&9/9w13[O?SOt??gZkHQ d)j"yE(FD>v,wa L n5Dc7=+GHu MULq(O\V`oO W!mf|-ea/?7UHoFv>pAD\xz PgqT@ߏT A}OImn}na\l'"ޛoN*ЄS'o;uh?2+Vf&`I)!!x~_dхC"%aZ߉3IFŧ tTQaѐp 񅙆CyIG ܮu[} e*s9h$7}7>>h +;SgW!6/S-7vkYt5W҆O[AQYZXrzHM }Ϗ?j*v|#{ $?ă߾SKy4J?U&D8@`UMz~ >MgSigqC"|&Td$ܚ&Z5@O{=}q,꽬M`7?eŁ1,Ȁ/pBwx>* "+DYߚ /V!WJd@zD߁cy0E& TRLE\kx$ԅ5C}~.ST14FCYHZbAGďt!S;k<;ٯʺLF[⩧`a;tLK3 @c mYEqJ0م9mgOHGOADT) SUVo񟠂,5L)<85}G?(D0 $!o)&BrO6irCi(EeD-50,.qi4CZE )"H( Y AGjU}3yD(eBa`1!,B)M%bCqQ*>f!ѿxYO9}rl; oi00PeDZ؁6 P\"$eM7B~<  5j2~kҫ, *h )nl +%08dǴDP2[гQ@g4ڬJc? ޕzCeftkU<.xaq1>WfoBԓG0}@1ܛH兤P1.իk4<(@ʛ*wzgW*i g dlJ;ܥ LرnrOZ۶"@"V<(Dg 5(k>.tݤ0ʟ^məXX0- }=#`F1Q[[Mo=f$Q1}q9 bxؕdF+N{qTLLd&ufg5GEIr KYTjK%AcBS U|8\c{?NUV^0@a(̮r5 Lãm#I.,۬-*iQ$1{(X^ohD᭼ /0 (CX~dJ hƜwn_V '  ajʦ81& 全 ~h< 0=hoSL덵-@'lHn4y,}\25æOZt!riA}H 3'x; ܝ418e +jޫ۹fڕMDb0/]|K3:tg: #gPsq4)cy܄,7asZYnqi ?zqi[o:;)Y(I}1t)cRs hi,Q: MWq803:>O¼ljW"B`niIP4uF=8YrA)* 0`a(䚼0>]׋lE(Q`,&ނOh^j{ ̒伸0/󳳱- c_F*oA!-KyȂ3)ds/L9vA ;^fZ;=#km(b)C{"cZ753ʠ(i')svӴ llDޏҌUȟ˟WXϛ ;g-JgK nfz}?'g̗rm}*=P? QE? d.)!0d;CY4/-Ϭ}±fkP}6Qg:jz>"oe=lfuV8O^qxjA8PJw5d=?fSd/A0c;Pl MI li9@ac~#J߿ KZb1FvvBMU5i%0 8g?zHU[\kxQ҆؟Z7-(`[ ŧ{X 2!:xqd|ḡZV{Ww?ـ@JeIul ćb,/}^L~.7޸Osbg}L[.F3sv6)ZAW*͎\VVFq9 4؆sـ$yŗez96tޭ] 㞼̪w[ǥ<ē͝y;hQ pp'}r3kKp_.vN}}]~tnJ?%Cwt4BA_(k^Lz}fܨK Zo|=vuy$^&|{"7k3?&̈fj@1Sz^z*⸣*50"{\ݶ|tno>Q,>a g$M^No<O&R̯ehDfiv?j~tCbɓ7zh.l;d—0[(<;WG/3p(%(uZezC+ኯ ͭ!0MaZF{m!Ҫ1u'19Ƭ, !e+X#Yڪ 5 rrLX:P9M:5[N=|?@*1ɐ*  X æ;>q`F1#^fÆ&+Pɲ26mdܿKøWt r/Vd?>lSD̒cHgȒow糨4$Oɣ u}ߞ6|!s,2Z{bМ:tmٶASVwoފTQuHsP1wձb*I!c ">ZX8Ft)"aI"W4EI"bb("Vcx(tlo<0TZ&N5cMGm]k&CX5DQIWJ+n&';!%(d1LRB"H" - o+`1@,j\ KjL#\jD+p٥jD uit.Uq\OUQTbRꆨ)R֔H`$jLtfk*0KٙK}c;..r۫ǎAT T_d&نDQT"p"I"aPhW(*M'_İcer*UJ'6(TgI5IcѾE ?ӄtl y3Iǎ@АUv!q_<k/F}̥<gJu?ڇv>ua0ݲ%Ə>sO~rތv77) uLTH/B㿛yP!2ũ xycZ:&(w6iGxν'd:U9`"$=vA@ȏtAȞ$<!]z7Y→'!8s**~$B9f I78jBQvG_+ӆ-w45` "ht4CM!_|ml װ}kZ崾Qt8}/qll6`DY+瘱A"DiA=$W -cyHY*fSQ11KUC#IgJTp&ؑvCKÃoK N˓5^UbӊKr8IoĿ*̂e yDnx\P ,##K=VJzN`+6^' ح`/*n}„!@c fm7fՄ}t嶙dXzeC=|vn/  $U@ 'HsR>W9B普C"D(><efϭ<(#Lզ|]* =p]r@ur|ͧ=߶UXQ|^|{mb%s+mf6\gwQEK?y09 6w|g`9 e~ӅsHc}h.SA9y۵`शN:HK3MߞL` -eu!U_v-6U &?醴!@#9ʜ;sn\qW,p4,1iA@ߺLjC9yXuW%`.,l@ֈE<a\Ti犬X)D(P[ȱXk(T7L;k'.R*d @8q@_@3&rь[,\_R Qi -w,Y%%-<,X2䆁!wG,iۅ/ N% E<`8D\h7QP$ٙOoe"졪g9m LY\ zadzIod?FI({K>ÛH}>|̀ё"ie);-cȍ?t)0 uB >LF>a ʈO$vs;0s|} ~yw|D@cZ 2F̆3k{ fJ=oO96m/pT|FUB P9zp-";A_=|5e0?M]3/%I &oEJ(8KM]1E:H膽s=T}t2^N,`[ǘ @P|^C/4Ibz/S+4v;ǖedҶX1[ 2,=.OP ʔut `p 2_z*Y (|"U,%塻2B{~@ޗݧi(8*TrۉyɐT!<ޞ@ez_~M~{I7€6\*3V`qуGQxD7VYW>\Өю)<=[zݮtĞO#>iF fi J`0 P64<{ǠZ6DHӆ(÷\WDo=?rl2Em ȥa[; rß0+nYLiR1+Hyu 2!|]( $s,tYazNϿJ濨MVZ`Ҽ$ թf U-TWW_Bmg,AaW5۠ ^n~[9_;LRdҕjQvjph;όtu\&:j;xsq`G=3R4YlX2K$nO$㻡otQmgewb!9xre)%<- ؃,j׿L3}E\l4L5)~Wr׉YZ~^S_1 l |gk`"$D$J;bWNNȷowrUG,9ƞ(o-.trw;~>]=S*c'çp؎I;-T?;`Yzұۺ6&/5 ?eJP9~O _Bw*rPIm=!JIUdzQSu/rU$PGn (2!Nsl3˻ ‹"=((Gg{vsk&*X0$\0b- (P2dϾfD<>G0!??K{~|5#wp #{z F28UhL7a2qaǖiuzazq稥U)9Gs{CJugR)6X22܄sܙ|>X^x Ƨ!l3ܩBt{CIB15Pl4Xy zYݐXx8F2V \oҌJ%9[1<M,=ۡsL.Hp QC/`?SJ=Q``ad)UdQJ&K~tG\Si2Ɛ]ʒD I qؤ*%t]AaU T6s3룥fV78p}U4ХJAB(b[);uWjZ dRkmj%{}ݚc[jpm?JYT`2}{Ē24u>{im,s%&v<:Uϑa}hσ9$BT63|!dpIz*S["Ŧ{tJHeS>wT)D Ec1W~WĀ+>J$z!.U DXFv02_aϔnMBF`ō>h[MaI!&!JP xI/j4wv6w68*7ÁC 2"S@hL_osIL+c뼜D DSml>_ږsOWo0.PHs .(Y&?-CkGx##^`B .*Co] РdB~@DJ+ xPNv/1lUW9 gAbC"Q;\C4I=a@ 9(݃RAOx^la?wյu?BZ~~p;.2ͮIC̉|%Fh)ΔƬeP*5J9=.D3gv]{x;\?K_f>Z>iaj7‡'ZG+v~VD:|\^=~>6oϝ nuҫCK_} 2 E0^'Т\/({TJZ~֏XV`̻QB)=BE]]'ts%0B4@ҤV -Ó-6qNG}$MNG]t{]`}~{ϸ~\C3!ޝfoA Cf`ݸ~ɿz\J~sSJ^%eB߾2yw AP23Ý!O0: >C0i,+MC/4i vsWvVJyù>LJe@l 83AVK|p -6yEb*KP ?e%/=.wEbN =M]LE#W7G=_ou{ݷZ=& !l졍ӆ Qy|8_kOC~<8||f1Cfuq,`]m~u<˛#[vz|wx+y}o.9Rm"-ȸ>Cl[oM|W#Αw~c~ܩ{;;o'W\t'D}x>5輷o{Hg{??drHw;Ԋ;дv>}O;BODn7ް/D=#qJ_L{72ZNyxuǣJkNV4U"̸!qX6pvxȫQa~wN{R|YnɾP7~07cjq}76L%IÑk<8U=%'o}~䍞Z=t@GpkTpp{HJ-9'G2fԊV&=GJp[r&료p)G'_ C"`G {η}'i HZ&Ckz/m2xw6ڷ7U;}-DL?c` uEpX~pa?fGߔP?<쒄?){Z[w`O$N}Sc2"Trǐ{nN[8k10~azZZ"U9K C!ֽn'W;;c^fxl,S1ԁIrVUBի<1j #vWRbC#QӬW=Pm~d%y]XQzqlTFLX@:ʼn {$ S?3.>_ϏKvD${M6,/̟ɰ񳾚aS&JKdbQ!ws]m-OQWMlہQ5OH2 B 89Op#D6b2wܒx J aX3,` c1zs V&0?l z@lH(_utL@3+GdnXYs0))vfaٲ@M鶀.rЌx1"~`y!Psm,^?0;p+EHF/d 9 0:ؐSoqS=[ZN£r_FL ӡNB("Ȁ^,85+i!2*q] :1&X =gJ]+[n`LA}#2 UV@׬ DJj:TA >1*<1K=pʂ |avွQXu=ņX3%2S7_<~P_chab!3Bt],Y5 &*u2T)[js+]xkPwyNlO҂t'2`wj)_e7@` k*;5ܓk$5̆Ć f,&W\tl>.>g> ^'6S}`v>mel>GzMQ7yh dɀS %gj7g@fovHHn:߫cCL]oё藢ku/>.TOGMŁo巭zIyj%fa  <&2ᕈ$>Dj$mo,pY(|"MϙDFًZ&uv'GV_v\sU 29!QG HDckM!BEN$cw ϦTx(ąOK1Y{Mn#?™OlRg\{tqOovLEDEbLPO;FG> sHCF>*k^Vԯ-ڙ'򣺪+7 &kȩE 뾏B/˾P 2yo={s*6T>~@ޛ~n]dbr}-[YQ6';T$$1 (9y8w( iYAY^>v$dH1"}=-ZV ?4ƘRL{fe쨲= 6BPU),{V`,׉P5Ȫ~o{R()6b}2?q]2 A}F띄|FTJ)>hk$cq3:2$uDshW;a"=sλjMYVS\n҈j-rF5m*-nfE?3ϕ;T'5ߕk0( ;]yEI/:.5ղ SsۗKUT,"*Q>V"'鶫ηldE.Tґ w۫5ks/E$i"CR&b9>#LuxF{1V `D cÆ~oS<䈊 D"2<&NӮ 331?_ㆴ!^AosTDžnr˟mշMH7<_ce9-fAOdDEF!Z3ʲ73И:u}h*w2kw|C$?&E I=JQCrE ,IUy}?i8kd, l2mEqqv2rq5uԿ~F9"x &$2d6OY+ ^۵d҈R69( @=^X6율NOǀPsoGH$6vC [r+ޖ"%F͓,BhcLb3RqTG7v1e)O7eÎB6+@d vz`ceh?Zg|xHZ:FjN\w[ױX)w?"nD#@s }4R;]Qb ҇.~5NBnbJB8E@WA'"0ej+jqYRnO =~'0h_wnl' "#ބh>4 ꓃_pC \p> MTiaJ&4YhV©>kEZc қW30 M4zSefHg0R ⭈La cd5ZȂ72 ]G \VݴV|ZWHW)ڹ dhc*X(!!W)(#f;麃\oƷ,ڼw71h,μpr̰ZH:PE1|.4mKr1KZwV25̾u. I; lg]虝5fISMsSLp{Ngv漺[<$}nj3jfھrjr[M|2T ¨MI*4Q7n1y:haYFw8ƢվԠ`)S:,;^F#YGP1ȇ1(ܠe~^mZUt 8}{";o q ޙa~,r/SaaF*m<{~^[Ytt 9@6=}=[ x 4@VF7Hζv+lMyܯ-8 պ6ˠ֮H̦Ԇ6vUg̉'|۵9羏j%ief \aPs9NODfv:^A%oa]^/;=7o&;k|_jN28fX9ᛌmnR-ۯ8fͮO[ qw}i 3QqPʐA 8hQo[L5vehim P~=moSplpPG[_dl+vaN_1B愺|IPuhQBθX}\+.Q7|-l*Tr8OpN(rw.,LZFf-bLf?f)fX{>?No_Q7zB`jUkQp?*7HT9QMb.Xx92re/xK.0= I:tA't$$"@@G\C߀@1Q@/w!R pW~]Po?NC??G!>mm+b125UQ ;l,IIZ ؃OȐU8j`^`1z?,~'n6Oko{3~ rQ't*垉`3LOϠlL|"yCdjjSFŵ콲נ~f=2D1>#!q0Jëq57 >>{}Æ7=1r2 5Z}R uɐ<.̴'`J3 ?/؉nK[jɘ76Ƭ|kGZvn UUE7 Aܿ9mɖ?׫k0@?٩'_wsp;DQ]/ɧ.[!ubswUc"3S.5dG"#xF@ ]G-~5.7sqnB3t pZ \llYp:Hz@v:)+A!=c(Hn~:U_!Eh|\gZT–[3͸b=^ g}n>>$|yh><m>9},"2oLvڻrRI谞9xJ"y>S>7kwqV߭[+WkZf$ #ݩ^1iT_~Ay_b' G.VF$=FbO`tBŸ0 {&EiϫnZ`<Ͱ CXLDOp7~b1fZPMAYnJRNnX, AɝG%S:BC@Q>ဈP"eQ_Vw1@'[ PGj#{bN;F_QEP =(̛һKA8(._%$b"׿`#d'N~m|uy|Lc LUtXʌ 3c<XB*I1~ 2" |2O@Ue@f7}ܽoo_"~R[])]ۡ~;W5,D0<7OC2=,SfSV 'G'8s9BUU@T'޿6g5D+,Ň6wXݮ YrɛWUBb*|Q])rFmt-fQ@wH@*@}d `=;p&~]%άx{(0X"a0>D. /``hd/y(n! R]}&zztZ" >~C; dgOj;bUdYh'^ ի < cQN>vէ'ˀ$f[,CL.}>RrzH zS*})%0+ZYcR -|7S*c(c 9 " Ay`VگAl?4+HP^{1 $7.ȭL^B!ʋv<s!JNOҼȾ>R`HQ6k~o~~~Ȉ}# EwR_cryOo>%n.'x+])koEul;A~bJ G_`_rGh((bfq bZS%Bƹ i r]QJa$35%.`l EL^h%U,Lp8ĩ23oՉoiGlk.><{8w{j~2]"Ah??"̠<%إlc%6IjI!B$6 _dTEa @m;? o'F3KŐJ,1?-0#;ayo䶙$^<&Y@A* j 2)deEP`! kQ:JXsIUQ(*2\n7Cwڐߵ,}tT[ѓ Ʀx}϶٘|*"ФqduB"F:,gQL@i$V5 E[hD{҄} CN \Ŝ.[!K(7둨ioB;R:;wtC;t@ tm[Dߘ>4 *XmfX2!0kf)z5BJ£>:cՅY~?lU=P YZ~Ap2 BH ?H Q}Vgp1E]W?=~ {YA"ɤ+շb}.x222 ݢ+ j )2a9ȿ*mvA_3ELcEcQ(t 8BVz彷HY6$k2W .-bgޓhm'ʺU$d 6^Uy}(^cCw9Dsٞ?<(Uf!l5/LDL\p3&O@֒>4 )tP$Ń8W/߾nyQU/ (]_SL=2{Xexwr88OqtƂ5y! C7)^pIw#y!cgKV91̣ l͈- 8lS&UY_G1A3a#Ų\ILP\9U1.H)R-(Q CBsFeD)!vDˢ+ ۸h5 A_pÏ-HB7)270eLυQ*sdq<1l&jZ+/~7D\9KDK9r l`+7i2"WCƐ yvmpl`cÍs.ljA2gz9,ɇ6kv˙Pc1N1¿!CuRF[&q{¥䴂l#/fTd*6$’e,|^hkI $I$mHOgTcb)êbfW2)wF|k} a l**"PmhTi), MŢ!5d)J,'*b2bDH ?efbN9z(`ЀC1Tݎ=0*]+їѾՀIq y96tqo4`\*:L&8Wv\*G Od-FXh/r|y_s>2?ܹ<qzR!WZ?E01깺^aƘ%D|~C7lh5;\.n\ˍ Ùs 0!Mt79bx^8Ɖd/؟Ĩ$"T(J0)u3ۮ@D&ZZ ޥZ-*Lwj3bH$h$*7H3fq3nUŷ!˜)\9l=5]÷h`.BUsY#.}_,tA7Oe>T<ڎ<yIQHu>u&绑̾r6WACѳԾ1:-RPBClSz=E[XmoǏoYM3hyjCrѭDv9c4T&| c\+A27uNlU*LhA?vNG"#\ќly񶶞?c >'ˆ:bVmɖcmQbcmZcQVTjƶB4Zi+EuTy+̲ӜADfJX _ -X>/d= Ȕe"I+˛@Qͬx^q"FH{x6p`kZբѤ<2Cji3 )")4dhpZ&]&I\" 8%p0I3q17#i(눘\U&æp6Mͳa6Hɚ8R. RF ]̘iTQ%W\$g ܜ,U6mбq6%42L\`VrH 1\y U5inԘTZ+,Ƥ$"%x2D0E;M+pBvCwB&}j7wб;pf/uVH fS]̉S60 EITLE[ۮ[Ǖ$[y(;Q4" J';TN]4aQDqWWxs-a"='~ ,$4:ACieQEIјs~<3h͟w%É ƹ]Y'?c|C]er4.ΥZgg.UD>Vz*ânn p}4r*5#K\l"$B@:.FALW&1V **BKss#RKVQ(#%1(;`,[R  Pחkb1%mݼMJ$e W7.藧k')ݝur1;ww7TҌTPPUXÓw)S޴r2s0fi|J0?t(D6K/iҧw|ZoIRڠ_UGzaֶ P@Rxu Kd;21 f{of $.EN`d6ѨՑ6F#(ʈFI1ca-F-"ȡ6&LcB2I6Rج(6Y"l2V5h%3 *F$b0 ]WW}-nCVKQnXebJTһ(B[(ՒMAtXװSxcaǓn[K i0w"!re՘P,1Q~em]x~vr=P>+_:MZ5[xF;y||ۄp%";0-8KîraL9P:5U%kI}A8R^1fj"hjp3S285CvB UD3Ţ)F;Zx(a/.d E==w< 5;¯SEAA@>{lv3[aGk{LۆEq8i;|>Й]δաT,,~2$kڕh{KXMVz=;sܛu])IYPȈ?C:G}fR;iܬ~s^@TɄC!)EjM1 [N,^N'f)2 M17zTEwE{U;ܹj_Gd2n%U"'0a%5bŴ>娝+E$OGsuOzimH_]HPOB*%D'/Vv?G/JLC5o0QX' sTSޒzmb1@ӚzAD1Әy㋱his]O]6E$ kg2;Kr:Y1(Jhb]/P[g [ӢA Wμv#EK\PjjYZ*u>06yqcYEap}C֙Yl;9Pqγk~g:֮"/^'彿cŗtת1։C`&Ju׿Kj,X~kcZ,yF E d`f{fN1[k54>VReBA@xq}r!nlEn>X<’fn\D@GbrIe$}:JSxDjp_R 3TP[bhvɽmrYɡ&5k7!H-Do[a'uZ+}y"Y# mP `׽XAw+BrYӟ:y/"?oȥ`X3oX<CY ^ 8H&Nhш13*1ΊpF:[mI̭]_vKG \i~a ~Mρ .>C)0t^POfІcC"fט!X'Xj)MPo1+FJ̉DC.P^.@2AեAE/iHB'J @^=1gA0 i jgI@BZ:o&T0DJ!e4LhjҸV#Q$>,KggpLB&4K@ls!<[ ߅V 3B**Ӈ==Ƽ堄w(1e?t 裗[[N7SUH" KuBH{3m~<8q X۷B7ޝZvq pLw!I{=b~@*Bymy=_Qaw?Jj!@ LlAE+~"D@2zX«s;OQ!,g~Dj `p@,)\lߓHf[GcP4Jgk@!=Sֿ磏=Ʃh57|? !VNV@"tkʒp. *޹ic;sK%ϙD BN?UJcvLzqvR7nI գE\·㷴WnI8v^TMydS3Oֱ_\d}gFqt%Bg1q(&){-h'GiD#VIM=7EP:,t*jr%Ա;^ y:(BMv;mCٚp2\2uA;zʑo~^Tj1_f w\YF~l8S-]#9Ck JOZ2f- G/q" Nj8n?=( ]1rW-:Wp1GCؠ߷ސ|Khxڹp>/|cl9}:m>ݳb Vݖ dKV}-7+&E[J矇Hc?? =@Y~XjWE~sGie^Xt8{j(hJƤv>Q(LdsTkqH !3|P1ߟB),Ctk`!"Z:+ZQw ys4>1Q9},&ޮjWi gŶuk`+b#+=}@=>o]Ff2l#ley !g7m`F~4s0L˕BCH*Җ 3aAF-~%+,j=\W-Q&݃v-m"f}ۯ[Edٲ8h"8Ɖx-lsm+jtX%Wu!]CNMtLwrh Al|'jqS0K0e.eIu&Vj pzp|*Yw,jWb<-ӊό̾i jA=$~,(|(b~Gf{ߜٟQ2Ƶ +( TBg6fw 4m0u]b]A(͜e="bޞy8AC:VGg2Bi鐵),&vv6jPO}/zAT=r u?5+iU/b`ƂI0Ȇ;2+|o=p]~ͅF`vݵ*ƩHxPmG F@`:72݋/n6Y,V6,oQs@E|?Z oHIdr~u{ Q%j"k=Դ-j@"*)fv$hwjo ų6FP7=Z4iHbcǶ6m\q÷DӠ,+^GY2:Z@J2 ;Dk{[N߻ncd8:mo{{C2 \Kgr*,VjPQ+o<8!İH0D%%ǑxS1'&%qC;c:nRfH(;,C "dcV2F_)IjzyhpfHq8-sƯL;CWSJ6es9av+)Gm1ך桬Z)(^Pkn:Fp4(Ng1{}ҩCqE EO[xv^<( mm(.4f!BmPbB H)Vqnh †v\~a+<~11{!QI~ >{T  Ep!;/;E'e{/ĬKx0xo{:ztTB#N1)B8*zjfah +R'LJڈF_iB3Ա4G+)tGGڏZ&cnO Efᢄ pJ}B+ R}ր!ZxWzgi3}> hn?0Z ٞG[. :CvF9yߴ"4(#>'?<;'=8m=ۜC| Tzu4%  d$Qߗi>tq@@(>Owi(<>@!%  c%IM#i&e42}S1C,|Zz<П)gC{ua# F 1@9\Equ0P*뽏l[coXz=KOI+zlZQasK^5@r!`C"چdR(4]0"ę.~oԉH|?WWyg6qZнa8Ѕ#lr[dW !iR2Id?w^WC+7l-(# :Z΍D@wY+}RN[cNF5bcJQS@)@ܩ2+ie6@wd P ,ˆ %x~B\u e3wԇL冡 @Ix()% J?y23= 3dt ?N]VL籃Wja{iapSoCme-b,B$ !`R*ad>>ZZI/,;+9VL3lB-PQ-M63G|Z+C%\ AcL99`/»x0t~fh3pfr30{z49yϷ[@k}c1R p(GN<)孛8LjuZ[SH?NJ(0J`NLg|>6 Q^L $kR(Jp#+˂e1r[T#c:/|hT%ыm0I >+2ks`'i_r"Lk!<(gosѼ\ ;k,aqi~}%d7@1 L  |vsp`(B3Q0vO?{'xC*{$Y(}GCpSv5@V9>HoۆhOjAdb2Pfd@\y[Z>ӓ,U K-wͩ' T[!h>~s&lR(AP@QgùP ˩JqЕUZCyJ OcW1 EVH% qPlT(k}X}H}7x+_[Jj]"?fֿr?SΉ"&7ڜIXX fq wjiA+*qfsw a'o4UbB>X=/0?sS+]^#+Yeqb EG4h..qpz{A@Dɉݞ_=_97p{Y`ȉW|c>OϹD *bh986x Ľ饛wIB3PFJ(.WcGE@PMYnfiaFvA !QψN*Mւl2c;[?N~U ʈ %pOSBakNE0Ki@lۋ* C1|TwjlL8x#w&'=.""jb(b\3x>+'D\חuҴmѴMa "x@5לjaqE\)$6dܮ׃j5'X;s! )Ҽ G9VΞB$PO2g!3^yC󟩁2 5QH:ё TJ EiSZ BZ`XJ’Yl+Ȅ͊D SF,‹YU*jj0P3Q]$K!8rK[AK >1 /#~RO5_1~$4:[ptzrMg ]K5?9Gki"hC0#P/ |^}܄_C|J/7Z0f6[J:7t{˿#T >m sdTb ۺ"7]>nUU[D ?;;_GF'|z\6Zpae7.pw*/00"pr&kT[$UNIm꪿61Oyb:qa\J(+eZ8l@t @i @m"DP0D@PrUUT> !J*f-  /F8{[75 >Or"Os 5rQ?\nmTCCr[:'Iu@҃6 gMEQ4 .YC<DŽ.tQˆ`s=A~8B{6 ̽p/ a]b]>e69ZbgMeV.&y BeXmNg>? ~ o2$hlCڦ-Kx;4Q ]7Ξ%:5H$fcC[)b-גqHFM ,}o7GM.ծog]kS456; ǬLFK l6M}755;2>{4;em ~M ͵77,r9隷JМtoAnWt*qM2bZׯuRdrhuկ [|@82 jR σg+ q.-n*cʁO2.ur|pڦbB-x2VүtTE+^vj!@vF-.n -шZkՏvPz t_rvsQfxdzM.f:(}B,|0CY`3EC% FaFޠ Od?U_S_˵^l$3'E>Zs!Su?{P6B};þ/b>L^0 $F&R]%(Ζ4ƴm%"l&ۥk~Z Vhu8~ ATZa&%jEJSSwieRbX)m)4eMڵ-5%v֝!)F8,8( &*+&M@D* EI-bC!``c,BA`)J8.`˜Jd8 J&4. ˒"I"J,)BBX!!# @ʑcVT4mRiSVNmTIJԦ]MsZ6BQQ?=/}_}.ALk_WB 8V_dԧoiݖtw֜s{#]|K=, R7ʭj=7_96Qnݳ20RVB±j)ԠU&V!Z`hg-=FS—qGōfCkY|Z)iETםX\d'xZe[Z0Yw8uT-(#V04SYc4uk|ښԾ웶j>mg]/`È,Fϴ1y| .Nvs :|ԶlAaK "ïf|z|:+346SVT'H1]K\UXsMƒ{`|A[ʸwﳿlN\CWz+ƒϮ=NltklDYUʖZcNoևBWՓ;0xկ)٘2ZkOmF2$Pϧ跋wFJ+y ,R<ߎ=nZ({lr ?x'9f;LB^:192ƵָѯtIqw)b,t9"/rڝbub4J[?eTø ci yWssX}|:J4v]ӑaAESnk(W{߮W1?K&{1?^Zݸo݆ҷ:UՆM*k*lGA$ {T&TȆnARGɫG|CpT g.FG s/|$mWZpZ掚wWYD^?)ƹvY+mĄaU)(b5+ۘJ|_N)÷:w 3,7cc[q5(qZ8dpӪ` g* BI3t *ifF]/bP"2o$UNoScf"G|䓁zQֿ܌ԛ?7?+*ƒ2?N4jڬ\/ZF'[ ϥV۳mW)v6󧮷]]=o=^I2xۥaA8o Q3b(Yz#E?𳌠lFee].͇3䨻h 3^+ukmҽUbOs}F%SW/IqbnҗgҶ=F^<"jID5ֵ&7$yC]TXq1[Ps:ڄB[VA 9ݖv.K}i/>c6ʉ˃WeQxUhY`Yp#W&{Ê+HbM㯻"վ])\8ɽRWZz;r]0a߈gEg_Ng7N1ƵΞ2~kݢ()KbmX|!nH%c־{\ǻ^]{66”/VUG-2߾Mh"R#\P(;(ՙsc4ɕ>r`N+T cL2y6Fcg)*~?9986ׁĐh[x္T.ek79l˒ qA3r#>Ҝh> ~/q;g?͌0ĈĆlAet֎؀Le"ɶ}J_bn^چituM[]{ ))=Fڍ\g AxU'DGl 8wѽ J@^ps-DTeĩgnI-=}e4Vv2ͩ"m3ߘs} m[w)?Լu(`9>6:E;d@':#c2&k5TU٭($0$g[Oo5Ҍ#g-]k40[27//?S}-mz؆#n;zݚ,|[y=#WR*rҏXcsU6lu$hFd~OW+HԎVEB!zNFDz[T`6mgo%5]yoի*,1B˒/V­ɩ[Ɖ@+d؈ N>v- 衖NRksO#? ̼pOö]ao<[Ok ूEBgGp0?Y/~OPoyn3AzP;~]^%W+1u~C5 ,OݚDCS*Ui4'VgfSz{69iι`P9XZJ'_fM09;p惌J頀odrp |t z #qd8s,5h' b͟ߠ ŒtxPތYx`,(, ie!7w 5P*߆ (A Ё^"oE%~;5C)j_kaB`j t y#x䠰dI6R9R?At: {0=T{8gS>{#6p3` ⭼4y[=1 2dw`|;XDPk4 jw@Bb 7.(0? _f`FvoڄN;OgØP.ZFH=l{6vMPxgٛ?bWإQaT13ymP RŔ`%|7@z ğ۹0~/iG n0 L(6~5{vW(PiïP\;!D4n'7д@) Pm ɠB kT7IT9kḓAI± R#K,A0;V=>hv'e"|A3# SO#bG9̂4Pě9ڏW+`(1{\k <҂<Ni3 d!ۘ%o|Q9vX=OF#c]v|B\vixl NplyH 1^ ؞LJJk EE`vULh {it}SCՂvj@R(~Y2osbv4sGl 8Ut9BЎ8B:v)c.fAwvtU]Q3Z `$?Bn;IJ'|t D%umFiM\ ĂbߕqAZİX1e dݦ<%<(8o ~v[Ci{>mϴÜ$jxPD8c+*Lu^Cj΂p%5a)CbX0pK[9":v7gS ӵT>l S[T,AF>؁ʢT3T-" `U U51!GeK8l~zl)a@׺؍.aع tٻ>5 ax\;#GQHÅuIʨÙեˆ !2&IXL}-M)<҄Դrq&Z9)xk-ł(FP@}2΢ R;CΑ@2/ ~ʮj E(ڮe|ly[@]wo8`TQr@s6V56L1[ݴ͛ >(]o2ݭF+N*dvRi 9X ٓު%oe)yP-ܲ)o+VI>Ne~۳%谾BϑG@@܅YyKrHARi^9i}aF/,Ύ#Lk?ADn[j}SYIkE.=sQ:2r}QoyuȶdyQ_;O?Eq1*'{.?_7աB7X/[dr(Q#%&zOl5sXzi]t^eʳøTdM!8B Zlh"P-=ctg+efϯ!t\8w.fA42T>%@䔽Z+WqgHLH؆f=A017e*ȺU[&qGҪa]mvIs_"?F7sm1 aC4E(P۽S}ł2U`CA ~)Un|UDsu.)ֳ΋o8/ܩ<Ϡ:hE9^l<8ќ U(@2z+vjO ֘)C TU1c)"p;\fG5˶[EFlQpUW b{A1Jڦ0W̧q//"u"12 l]+>&u dH(t9 ZvD#R[cQFKbL3]14\Vᄡ#Ɇw`0(1Žq2rJ?.~VJe/5=&0&(˰1>b/9& K#MMHw~Bd{ uQ}z<5j,Zjeq::Vg2M~)$Z77lnsjk`&'Rs`DQdoh} Z15{2⻡ڼ@!}Ey8t k#] {6ix4 \_ hԐ1Qƽ\ʾ2EWmd+ͅ",\Oo6,/\M\o=+󝇫5A;80"xw~gyT j!lS4\:8{EόkL{jc?u{Ny;*~mLȾZ>F|::Kkz6  .xi}01) aⷳ%[yrq?Sii!/"kP¢'.*A@sߛ_@ 8ad+;8iVshm;8{&t*8ZbTS0n-6Țtae>%ߥ1FO&tשjl-|AͲ`eIV8_ 4};p6ٍɞ}4ޞF)ϫɎh 26k<(a3Q>O .{$SzJ{$2 5gEc'X sŷоv!Rv.UcBw!}W4(s\mmbQK&8R4e\U]qYMUK=(xEQ֤q|ܥsG*OYe0v7[= WV3Yѡ=Ͷ$E^t%zf<}(p껇! 0Q(XzHM1o ]ا~o)KnY`~sWu tfwUtk@ITԮǞV4{g5HpYұT+"a32є=6a'HX?ƮNMGՙT m=+7TCP&ûhB:3Ji}*%rظ=Uk Dnbj¼/r7ߜBYF삋%bq$WUnV._$lWh?p4g&k9R)|X!YӒn, 21F;`/'؅E1cu)%>n|Qֹ#C `C@<:mC$hSE0]MM(¬SہQb+ﴰ pLAL8NV2K胾靔fBm"vVԶ#9v!S.j wdn\Bz2K~4EpjG %NRzD5膥i@K,>XD$}l?xPGɃ >R||9cDKk@o1 *=@mBS< t}-3;r-{=g˼t!A|K,G.M_I]lt0( qЖӹ>eZᄇLSz屪yMVN޸j,=H(E°=C8}josfpfP~Q\̾]+ FL0_.p3UyPcO%GwewM'T-Fc=Qo;מa;['zh+~Lrإ^8?ajS\u~oABuߨ~UdJHX:WT^d>;=' /W6)OB>E Ӗ`O4h&GӺ ±t_SSKG:OM j(Y/H!C06XSc7QXd&"c2h0$JUYvƀD\ 63Yq6vLke (Z#"Ÿ+;8$C8Rl Gn9>HKLSO^aٸrҦ :iY}ny'ƞHA) $M)Ji(=7_7H*$8w;J12bFaNCO e;Xdlj A`>]an[L0 ( QJE׏'PBi| Yւ+ ҈@w;-~ BҴipd}muڼ$3u(4Qrq$ 7KU[ T$-ak:A$q hƙ ̗ Bk# 䍇˂t"h%Bt!1AOS@S߰~(b: KdEfq|GNỰJ#W (tlap Tyи#r>ǩtR"vÆ$WljUeoD#4bW+ԑf Xῷ }R^Qk]lWlU=0JS$փ|̱d>3h RW͒&.*>:)=ȗf\znY_1,]fNT8Hv*A*g>^}dكv}ʼ1eָӝ@.g_t+iZ S" ϥy7u#8Ysv~Mhَ0ɌvL.`WMuNZ1xV`z57ᚭJ8K*Ǎ,K^C.ᙖF6aDU!0,zKgD2~k5T-q,i>~h|5ξ0/MFzwCzu*|A\[JGn~pֲ|g i/x>"W9Y*{FGi:SZZWgV#]5CsVDa枣'30$3 q(}XTQ amHbvUUzXEwrTdJ9XKuA{<Wb&O(XO221:+SR,FV!ϡ)gRxF X61ecHHo?W1| D HuFƭQ颜QE ޔ K.,o$BZo*`\_`O2hb2j85½։[m %${ >Xsz$7=mZLK/;Mggv>**>L"Bw>s&X;1&y0b;FZGxǚ?.iS`Cbtg/vbaފMHIgUb0ft9O>gj i?(&_ʻ.`$Ug@#ݷPFeG_7`sMt12Dy.I jO-(}q\oD,Vdk۶Ԫo0*1/}p-*P"C<lzs 쪡WNrJOjT?]9 DOB1]xPBٲ}Jy;&0Ї:JaY8H[HztӐ~spG"Edu VQTtN{] J>~e1 JR }Ko=?u DgRp9 Ujwjq2gF^'pE8kU+=OLQ7xc5WΏT}ѐ̵Ob9]VU HJe6F,EzuA_#X/)bMetJ5ocy'k. (cG3࿀GR;ݺz!hMԲʼnsﲌ5ѡ%t`P:Y'(GPFffتց{8f ?NjO* Qo*|~Ԃ)Ƌ [|sZnΐoẕAETL {L{fJ*,+=ӷZ'0"U6֖ޮXD*h)9@4㯎 f]Ȋ聠x8/ x{RJw(&>1_6VulU?s6SqyGeua- IP3dWZ.MC{cuu'&u&1IM%f;r@/7K683 28[S98 >1'~3{8[S? _ŝ8A4Dp:1!ݟ&ԗ~XD*FdnXg+,nR*~(Ly!Ʋ%Cf2$&l[JwS߶6OM1Ԁ:B~V>VqL'q!˃@Y*K #XK,],ij'@NSzn19fhFs3=USXw eN0ZbJP}-[>7뾕oc[1g{ApC'Paf( {;R}9-_0$mw*ta 3/CtRKȪ} CoH$5q QZM#hS<iو19G/Dk8YJ;Oh(7#pkLG\4aP/b^EbTcdÀ_fENRŀuM1rX3ˍ;,ı[O80>9K4+?{Y,6ru%jPAR_]Aݏ8C8RNmg`txD-!:eG7DZS=3=\^MwK%D85ZV`A ,&ZQ\CP(?p;`YY t3ނMR c}cS,#V~,UHkGĉXPcek#uSCV(j:`PNǧ)c8 (Qvٰ83m#$bw53xY2ۿqƴFi8I¶k`Dbn/iO5'+3*R7O?:nkۏqlάTer\^ QY<v{1'a{x贎u~"T,Lm{u5 I6Te n8,(b\5a۽7*/]Z`ŞyVtﳊM!aoa^mc&v.dʷMݞm2c-?ɳUE 11fƎMYh':I&e ^(Q%2=GٍkX:YL',&bjF@@Iw Ԅ#`J u٨/c`>WCm(_q_=al\V <̼%(Kx7f)H1O Gpg4&\Ʒul}5VW=gxy ^MZnG 8W@8q[α6Y8uk;ꛭ{Jz3,ȅU *F.C[F Mc\$_Fjc (+?oSGq攝 kZM['jN&;#!czAw< LwibMlU\ dҧ wCk]? AX{kS̴D>Xj&Usb` E3r U()FsoY 0BǘaT ` }jBXojD+Pcm^d W:Lv.JSiRéi MgSa"j⌊>3'Eŷ;?;c$3[V,wy.ȯY[u4-ֹ0*, ҃*$o.}?ٍ[Phq`'?>!#t6rɒγa&7,'LఆBF,{ #Uj,rR(6O阗\`;/)'Uߦ;DTZ7hYDEgi :zʍJvˆ2e8lWhpSp]<5srܪF %0zqlsY'1 5g90ЇhuyX˴"'*~~DiÙz4ה4(٘ mHzoFg[0 0XNm/tpƀ1t5U&y.'kP#3 Ъڰ÷$$ϗ-Jd(#6ҥ71B_9AH^ Iy߽A &$ m7 /TΨursd7IX`&OHCt|)%=tYI\ 2A|znSA_~>h;1OqM/x,1:eV/{_@T%C~}؞':[N[S*pq^ 15;s'Itݠ .@2G(}n 9΂ CX<^UK>{NkFEM8,E<3K[%Z)5wXm2 DȺ7Lܚ&Wg 5N" Iz :^Ѽ64<,&ǪIm zlCH}x} g''h {/&t:6ʚl5֗b@LrUup59#G0."m* =靳p 5uVXfd*#dW8yq3^}}#.:`6 g;\:6NWDZIP< @uKfZǬv=TMtV*bJ22A-8{ zxi"qlIM3nxH<\D]2$ 6 ˪ux:ݍѣ?v"v_&z mN؏Yx#@10]~re_ #c/#Bu%THX trg&NhuO"n/wkEg\fӜR u%΋I)h }c0ejxANr9K.V,15*/[PoE.gsO cKWf8—4dݭ ӼAI3' w: 6' |d`w|PrYq-, IiCmĄ\p+ap#_\3@jkEc~FkOkɴ:䑞ڋtq5I:yJnd쾾UljܫY8 }.b%t^Xg8!ԺMW9m b,|NYɍd!mpXSS ªO-г6.d-DDQ7#kaSeogS@|̢Q ZPt3!<-@E7M8ON56h \0:׃ om_\g\R߅ˬ$^?Kט蔟)YΏK8Uf? h`y #K * ' ]s8tD*|ItJ"JZS|[|M,':,E1ӸS<qW٨JRa+&#yA#Y>"/ˁ%]E|R0WpsB "` 0mTW;)W8vO3vBm=;uwQE8IN/]bͽ =p40cU]dנpI+ȡgWG%/SxZ?g Ih$}]= bF]M9Ţ <ˠቇ&"ա$KD~kxam_ ?y3|J|(䎞AghKS)nB51@vgULWY)`Q̪>(FrbN2J=&)fySjVw S ,tJ^S޵?Q@WI>{&VLט|m2MY-mX|G'ȊT 5(T2Pp6K9/FzTΡ^;>V(׶V9j^k yUnn?I#!t4&5&yҒ.EOcdc{5.,9vKPtg4v}h10? I@ xzyb̵UʞO3p ;"uY"Y! 2QT5Q>T޴uIޢxSvԴ"Ub6ue#q~Tc\U7GcR,y c3Kq3e{hZ?sRJ͍6HyEۿ^ȩ^*96(dn M.:]a$TJ5(Jvo0&U5{@>,Q&MoKo>u-NW#Vu"+"Gww&IA[_w"GqɊrc$7C]k["#ޮȐ.OzwVkȀqS6ֈV?X= ۹@n M Jx.^ ] 3K\8ߕAKbJpBԑ˘%ˊ1%_,2~ſ#`6y 6r!ԴΚa\HW.o e5-L@Iف[pDG Z#>!yޡyrUΐSqa m~2C޵n2,U,GtXboDԞ?Pe9p! k#du9q 93hƞ+{o$EMy"At~[K-Uт$;Cv #H:R hN׉ѐߚ@Ge#!aKvؚ={“zyD+we N+/ֆ @XT)H3ˇXw:_cq +ߣA}=k5=\,9ȼBܞ)WTS\ėXuAAٸǁc>r=&v U"xH1j,H&wX;7'J=5I!ն/[Ĝ ;r`ZٷO W cI/plth2DߎQܟ)0KWDo\b+LϦ,S`Cl/ۍ RfkOx3EMwQcYЌ'z(oɆhGrrs&/'$3JP'nRgG(@CϜK5{^21`]C|=ZQ'b`TB} <ԓ$`U,;$iNI(4GmCb16B5 2Ҥ2@߼2̊{x|O5PPD"tY(l҂X'E|Gkca+w cǙTB1\6r7nsZ?Xoh9h<5kq/A[Ζ/U )Ҭm=6a{q| iG:Gum)&7[ DxWÏ,f404;2*-Je>5Oq/@5s@Vjf}~uWkf ^^Z"AF' ?=4>4ȟ֊fpmW0XvKوD|j3aݫg-b˺nJ8,8' fgTgyF$IIu/Vjz`]s[M,;Nc͒I# sE_ 2~fuá%l;Yh 7f.Ufm_NbO&_R8adQNܗwE8״̉Be/v{!Wt2Pmxԝ2F2cSR&A,%9%崭u܏+Jű퐼1B2lj>snȗ}nGsl7iY\"$xwZrB3i+ڒĆC5J'w"z(B`q& k5XCqbڡ*8?y/ClLlF3^DP`q6A5YS^:NfH3K]6nVɋ䵧ryr&{^X*qD"p.Hqj1CP"8`,r$\r+7Em*bPb bpPh7зWuuYZ">]V Q-Iwdq*>ܼ]BQ9r)]DՓ2EkH5Ii:i8ĕFϵA e`QU0ܐ>@PT)!.Cl, [Jeh|;PPw;j"aB4B: ~RVD"9^hUIh6{3؟IyS-"i9ܴX@5Hdk^TI(WIpMEzy+h];5?Xh_-~[pOGharؽ؞~I4Lebsko¾ >zCT@yh?_9X%!e+0uG7U5 \oT!OYx`BtIn#sSp?FnA:'ԁPw{Ԓ)e-Y[jͳ풆85|IzŨ1T { {c7oPNao$}N\AبnݟeGc?çU|A#Z[gG%>A0HNqVDd۾kD;}j! Ug|v#BBV*;mbg xy0e3`&6$ Q% oO܈p)ujyt 0 F!-.)?gDֺ{m[_<bjrT\+~-?80i!j|̅3CѤr :jM > C3A,CݤqfH2ٙt^I)hD'*W[+kί{]eP2k̶ a*^!lp=<aO%Le麺$#V* =q ^ EhWv8zV !. 6N ~ V[ U  ;]%WJV直WD.lғ+K1?'E:Bv =?cp{ḳ3mĘFKSA"uҷJoxa>l$z-c~s0[XrN OTIټ:is:`=;Xec-~HB mW ӭ2ge'_cujDh !WQŒ X{g<^jCڇ2V L=S~+A\--4}zup:C{e.+3ҝG؇W_ jr#ͨSX*qJ gS[1T~ ~i+n=B"B7bS$ t{>J'&Uc jį.+zQ3?ghu[zkE[!~/Vb?&i/jG,vEm'&..qq#zwBjVkg1@./vb۷ܞ6Rz\pAgb [/ن`vtF8Jx> pRt Hm8< &v^ӑK=GNi0\Y.Rp;a aV8P^%oݘ;R:Eab .th䊟,MV fozEyI]xL9`Squ4KqK3T[cw rs lY4Lzy=bp$1>{L%{߯u/!OQ>Z) aq%(/GO>j{:Z*nO "=I¨Y1g0; q0n^T ƿg+pTӓ>Բ$E{=̶t}y.Lgt~8MX f1&]\jϪrlGGNݧ~Ddtpn ]%;1ϖCo`q 6wRkc%Sn a6*Ő] w%1aax <9N/ /%ߟgR#t~nmHGRMg~i#V dUh4Sh(NU7 gq%Fh7?G5%m5m\BU|/SۆY^D(m8\jXQL.D'u9~yN1s JR ֦Nntc W XF؋WA =v@uhߤ2yX&fz> ՆQBS]A$5+C,*,q|9&9&sjk@g_4PwK/kW9J5BvjW@--' z;RTτV@Ez/a\y(}gB&_멘>`68VZk~ɵT``Bh8pABÚD%vdU|\xȄS^Á$k 'AhkE~/ǒc%bUǟ3 M6d=&ҡv&n1 :!Zq"8 nw>a" yv4Q῟,[u $75H$A> ,о&!q3+*s@Y{g^|KdD qgݚQ ,Rq/~OrɶdD̤HK6y\NtY)qMܻ("{2!9"ͽ<|rG ʄ*)σI?]/ tL|sxX8 PEW1*b0;yS' t!*'`OhPB_L#{q~C]=S/SU :Ai)-zzzuKϔFA6VYr3>V$5tUs㴱"X5/Acs ^A@dHY(̾7_eGj,8dL#4U$7RG^gN?qS16Bpc-SͯGU*t."\?OW-PG8%o`fp"1HQ*\Wh&U Kn‹ǴIs 7tI8 `Dbʬn<,'#'#2ۭPz65=&3[c-omP _z>yӑ"2P82߄,bI̊ߒ1:{.x4?cr$i2 ;~EKmlj;a۟#jfaqo*$S{zmKU 'nwp#|*kUJ7p@R]8*Qf%|a.IkvW+B%I4 )5 b W%,Lcj]H: (BwݯM 9VW,EXD槽sz7,bEݯ8:Z]scC_ oG7Y{fV=Ι5ju Q?׮0?7GYnj!G0ƠEoP/HSUl9S5?`ɶhEy1fP U"(YBՂ$1-DWi{8W>;d0h_Y瓯]:QL6织>p_]dr:l1zg Q$5f| wu4U%L@x԰ /ԜI0\3zv̈́a]e;BU-̸3dJ}h )Q`5o.$sJy{h.2Q`AGd=ҔCwVNkb2E$=zhe@[_b@ 3fԮ_ $뺼ǿz ϧ|q "Hv󝫢0bEZEXq1C3Ci G7 yk`yCDPZ9oV3N}tx_Vm}Y> :Q $-[0njt+͇jCdkEYw!pȚQ'wUݷ%|z"eFc {uFn/س/SAQduBlx3+DN&=O5[ְ Jz -'ߌ}W9:0T@Mk٧Y`r۫Mojİ[y>VIJ{azUwC-`Bp Icb7k)<@^jRtq%|‹HGz:"k]ZF)OɰPbBe9E{7uFȧW '}{]E- AV|9F`D#ChQ` Hg닱 Kl ;J/#乆jGbλ!i}  Q\D ǕԸ$[AMzN fzt̝Da%;][-AY2s Wr@0𔬷e/~kB}Ww dVH5_5AjFyhid =6c0+t}g9gwm%Cd%yI˙V/7>"`|uYfI6]ҿ&6yB yDƹd'J`EXV5i%r>uγ8W EoIoQOh `剸f((p{2z(󼙰>BjTZmb-st~ӏPC7Z=V7*FQ=8&)2x4b̹ešhdMLA7C=͇Rʝ00i]f7n^Q_1ev3M6cP'Df4%(/:~@u5JNOeTAwj]1xktQ~7S / 5'XȉsVn!{<.*)H!AZ`<| 28K8h бsQH9"w /uUETZjzN;\חq&8fxEyg<׸׈Lt *SWчU&%=<:t2m񁻄5sw#AR,<ȮSA:*8\k 0ƣpo逩p ɖ?d"^0N, v+-GJ 6~v+2'CbV堳.V6N0fAC]sgbhMb96y@Xuc״?=㛉 h w)d0# u*R7X!wN Z![T N ~mʵ}S媫%(yT09<-<}HƁ::+Fv^4K )qK͸8BVGuƍI,avorѮf&_a|y% $cL\Ҽ@p^K(xC7=RlkqN3DtP4?n5mlLkuNWR7Í*0ag{GgJ.~Bzo1(`}Qtd8!k1Q ,L|b${k!qwJj%q ! {qnpZc;$ )FYж`~"ɍhon!;tOZxOkZHDO~m>l9KȌ3ؔOe+}WV/ToϨU$<b9v)#\3d/֟? :j{Paovuk ~ThލW^z(a4Ux "HYٔ-KE=|bMaTj+vj{sŠT֧ؑR G'QMJ1!+n,[{7P8`X3顇ShVH!z8D?(fR(H?F=Kk P3Әj,dLU#&q&cKm F),|)ؖ9 ZgȸW+%N; :ǷpBϘ}4Xh3ud1Zd많[5C3tϳ0SWof'3ےĨUf$;O\  yhՀ5^3a #'< ޿yM5H-ZPw(4O -tp9\*ͭv1+z1Ƹo rО:p7ՎjLkU<_`/^>y>@hClƯƭU@qoB_1J^;Ty%?Yv%Qe3[@ίvFB@1#P[;iq 1"\3Sf_[&7/J=:>`1s? %"4L²o*i`!j}{,{S,:9x#/_//4p6)dch|5eefc~Qy}Aڃ#?n fz[cg3N&f &}|}=F6PW %5/' nq`u{#P$dExx9#G',C?H<6'0Bh>+sL_6LB>> :5CKR>& |>i-'Qz9) Hێdzrc%VF#,p)WkV{ ADt-/8-#A֗|L⽏ujl^6W6V V6<hH~3n{mÚfҼM;)6k6N%m.2Ύ;.q.Кu0Ib,JƳ/ t(1L^$u AزF1 Z3?<4%n ? `P {UJ1fxŪL7ɂJWzL&X6FX`.7A,%7!פՔ?HjP #2Hl)a.C .YYX".1[k3T-G2u ]!sN,*.):4$] e(ϏO;nD$N;h#B}=-pUhYT&F\'AC sjV^&_ZY;sGЁ`;X%}ˌ2OQ훙Ï$ID) K`Cà4bu3HjBXsgTl;fn>]7|Gu YrEmP?ÙcA]xYtRrl:]ؐ >c3gRsnM7E|5`:b7A!S `nuq+.;f 84  eVr aLO՜rөF;l$RAQ`Gj'}33>l9&`px3ŕkQmh,xZ kA+\=$k@֪К[h`gKvCYEݤsAQ{r?DLpBʎ_tHK〠@ni] 5.7P=^gs%]{ r7H΢rA#ă^^xAz_pV$fCqKZȊҔR椙?mG-bUұѣn|P>Zmb]eiZ4#I,tF=3↕:ڢkP)<" 2 i'Es8ă$+bM:,]^:kk^Tճ>xpQYvti%>Xavm_d1z0%Evn ;K%'Z^3&rҬ?X M$Q+ o1שbc˛$C y{cA*cFɜEY}~G،(֣ TԠ]FkNCac㳙ͧĢoTp<(#?bnOf_`hm`:ˬd,ZM`RZ 9+z(! U&D'bE+h#1-f y$R;P2Ad,rsxcc"##I U1 ^soZ\fWPF5[t˚z倈t 'H>ek58|s1^RFk89=_~B"+T-Us#p*%„/n'%Vl`)Y݄vuM@̃1N'bNRRpe0ZIKe,̮"K Pbٸ/. iVH߽^31f,XAnSn-* ?k Ib%aWJP)e@*CB s oB풍D,L?|%%i muY?pBW5uJ*V`$xytAJaL l֥ jY6j{%`{>;} e\iyDs xTC;vVfD8JgYs!UUDB)RQ9$1w&3lb̄X"|S*t6*|$vfm7uhYczU._ѻ6dh0ɋO~1ڤ6 kVʓQ&b~+H&URm-m\;4$M>D9Kjc&NØyւ&QIPش+ B_ʪX*ͭ$ZGkUE(dHHhl089rzc=DS` @2Iµvl=oyBDYԉ7ST>PySڻkn+ o{L4IgXʡ+k\+j%PZD7G *"Y75! 031wa'eta:+?^} EYZcwh2޲| 0Iukleh{ ojި@^gBdC<ؘ8l[Jœ25 qXie\AO",s:N|Z6! dvB1 3ծ-eS+ `Ut;hAʯ؍Bܷ{%ՖdqQ>Q`l[4 <^|1槲4f.B.ZXv52#ER|UO&hs 2VVsB,VuwI#㭜>&l6AAnB*$,ieEP!5Q;w\WX/E(g CUßϝAdXfE^_zrM$yk`WN@S˻Oh r* 3cj\?(]P0ѣ ͤ>㼾ʼn~EKת< NRtԗ.aoy C;#'mfbM .+jo f*,X(C1 ,avb.TscOxY}U ) Eq:^ܧ;qo,ޢ5ALT܍u~(ld{ĉq(:39ᰟv=$ӛ.&2d`>(,?Ct GMݮ^M0n"e[iI+lUV쩡Pk!`}4(^_xht` +5?1?m6_)x%| R9 M#j'K)Ww"LD[9 @mx [ sLzZDg@/Xٙ-@ThԜ0(@Ǧ#"Z&[ wO0'(R@BZ}v-b?gc3ALe/7Y Кިƽ8LȪcZ:;y |k Se+S<Ss]Yx&R5ĕ3<F|&dHlmL~))t霉Nk#lh((vfcKOUH3On-Ӊ Gs퍴m]ݻIpg#߷3$Q>QDc &Wy椻?qޤa|gRcijs6dkM4ebrA0sz=56>>pV R"ml4U-?Ƿy[fI54=Xn>/?TہDJt4X{6DA@ДWS[^Fߙ[:*PC ט-OOMs_Ί& 6HKdgߠVt?;롧XM<;@'&{Dc,@ȁe&,mZ Uzp: >_54%]u'_]۩Ja,70.\MN8;˶4T~&N*76?'ۘ`;7OSףB!c'sg4!U wT X# !O+a~cCwPҜO*7'%ɥdR+Sa\"^/ ?{.u=AʹxAC6 ҳ<;Jl^2|N0~mP,Ąo.6 EYv(+PIFqe1P˓&S[Ɇ bM\BQ ȧ;Ww=ڂEhtPP`ʟ d2aDk0N/'9D[M9i~{q(CPJYGtIPR?N2Ij{q\:0}rmޑHs4IмQk>#m3WUoޙœU#3O2R ^mLx[Lj6t@$8Je!F^ !Sl|p, hZ%Zny/.''{H#Gj˜U!TpeFҿYSjc3 AU0N7eQ33u{Ê:Sjzh8 k}->К{Ṳ+OɇV6`U$9NŵA5AؑM$7Z">-ݖO.as}:i:\`K8Ry Zm&w /LQK.n8(ZwVFJ@OPU.ڍU @b*_G Bs+!y-8#xmo%mgZT ]|)LqzB\(O?Y "+`g`Key$oi\w*_hz3NIQ䃶i;ESL/7zhX"rFheǼ3$/ӦrMޞ62x8v$]4M/X7G֚xeSdbRV *_;Q̆ݘB׎ךIi^D{^ic#>«s=*[:ͬvOw5§wd}xKe`E%-uu ƐOͤ /1jR}do-~U m?li`e炊$fD&1N3d_Pcj9|%6ppJtӋs~Wv}O pg"|P,ۗ;F1*9&U4BGL F>ay 0߫Mtpy2%@ﲧ3m `@B|au gPZk=oTdx+Z033?\/Ʃ!,6ݪ`,<8l.:V3@H[P$ai { )a3S)#uGݗ+ai/''}@0 [R/~+]$;> ZJ}" dELs(4>:&,4ՄhSp{y|A E"^ ! ]JOD|:A2(;4(R!)f⼶H=ԬDzakxږ5JYeI޿ٌ__eFe`|v Xv>*~lX2s?Y@5'ÜԓANJM]/Lka莫X^/H ڷ)E4lH$-C#֕Ǟi{X7MFz Soc<·o%=x 6QWG dLDa>)W^ 5{MH% (AkjsS֎^ R%η__u1򏛷XZy,Q Sq4wSqyRv/+"o=G^U{ .(#S#v(F0tT=9'l}qKnqVW{0A*Z%Ғ2x*7#OzOU =z0xV"gmXN -L@E1pvpB4AGm;ѧhn;|`\Qs\ ,8TgUJ=N{A~_HBihT>n;\dPѳWK,3l,1ڋvfskY-40NJ'K)ὗ} ?^JHT]Q?UI.ЂU-Sjgvb+t{{dS\_LAw*`| L3:h2kPpHeQO~$"oYzGOE?+N/V|޿kc9^nX2:BD83Rn' C_CʦIvt{GViZ^*xJSGg2Քd3Osz$En5i<4I XCé4Oz(1-鎹:s >E Qt+3NwW}%ծ *sӽ +Bj=t-ʾg5>;mMX}Ŕz~@//?&á-4)cg.4MV'$ E&}DۂTh/ [<}̞8-aQOD<:=beQ{8@޽-vt9#MTEK)( ާiT:Z1j(w@N8%laWq4Jwz}0WJ\N!\ U%( ?ఒޜg:H 0Kfi;o~\IU^vZؿ\FH.-hjT<[Rtf'=K#o=ʋ:/r *T Lv#v6;3PA"u(uE*=SjC{!& 9cii^DVp5sF` 6Kok}^PfI=;PYSg\5 gݻ# lfؿ(ˡc D˾BVq?(inNADJ(̝(aC5Q_yyFkvrɳrsD=,8+|#N24ԯm375ުTKi:GueFRј|#a#?ܾo(|L!=ryP:jw!Ct໊ia3Q,+J A#DLb<УW8Ob~ce!ptG6yD=*gYZGQ|*5NDOG/|:w_;eA„ f#X9F_ťybNIYǯtHy@#1L]m_RWp9P܄T~A~X=Itv֜xR84 #uhoN{ZF' nn7W04PGg~/!itWF>%~F*pZO`j]'v6Q?0xה,J7[`bzp]ij`I{,~?Ka;es5 zq>@:Q|m3> M^|]ÇCs\tmu(drf|$uj4ixW=r8~]2@IJ{ ù"_gsW&IeXrO;4i|5wARi8tқ:短Rm0,`u dǗX'!5vkx\/M2fGД/" 5\ n8 6JϤf$kcG RMtөN9qs{ K2^gyXb`>&{N9UɎ!eW_6?!]]QoV8#=ρV->`ѳ׊ԯ{ |/dW# ۍPOWD'o0(M,vƍk ED ֻ[)6UZϑ0ԣIQXl6cima}, Py4bt \"P 6p6v쟬bmRRe+|!NG/ đoBamkbҘNS`[-DLfFʓW xJǑ,4מ1w(P9LP^\ySZ 2"KO])qϟ'%= `֤"R#/#*ݦ*S 4?X\bۮ`&8iI >l)'g1aw%m6\ԀF=pZ~*{4F5lZxQjsg ˏ >e0jzٌ8?@FDGwo-]z*`2uak|\T)dXxӂg SW4" UN&YGs&r}Ue" UT5<"jn7));[e"<> o;5,~_AJld-uw Lzr'&/{Az6K+8MߋV$}uxɑWSz%whΨOi<"m xO d߱x9( SaKyj7pDw >Sq!ST#f̼ɸę!CsrtxYj$-8"|}<܏JpHԪCӴ HC9$ [gKc1ȻШ5)O@5VUM*K= |X*[ݗ-q}o khx`d~dq!XDc$l U6C;eeLr_ (  e=Phsz"WάݾU 8:Ԉ6U %RZ%;9f{ <)Me^[],ގkGj]A8W7ǞVeP| Y"*°~Xw7< X>:8h]33cE}&d) XOƉ~$W|*ƭu;+ՎmmP=vZ 0By.G6 1]Dez1'I4g39BnBܞB B)b) u;aǽEnC(L}TgM&mfL";,4YCYF$kzخ8BAVk#:*ɚM^]e#y\(muH=0Ai\rd3<->[U7ӚuؐCy5!^Ț |K<<5^ vwo:t]->Rjjk4r9B}(|jX|XV2PFM ay4 %Cic٦DכFe^wjnϼ>6cB_#hT ƾؓVA;vFN:A@!8ɛg;MDAA/?Zp]-n&m Es}P>­3:7K٥ijsZqΰO7yYCt _ Zy%v/71$UH.gt‹[8Tk>Gvƣ/%v 5Rx;c^m=pYs^R02+|(QH {a㱠NPh: Q:X˂Ξй=63;7Wc6<1'@ D#$9:ZDOv/h.b(sk~2,#:uGAӿԖXG"OA=䪀2}0wk|pJ-fsUj1J/J(/Doo,咉J!<1e%#kjU T30Qg#pe-\UD;dMa[bJwg/2WB"5S9) @VX4Lkޣs'U2OLaB^5Au0}-j[䤠]W3,̞ 8[a?0UZڭ٫Rn3S bcF}QҒ%m+Y(29%̍=Or, S wڽasmrCڍC oVй\o;sn*HϟVf)TY7Yr-e!QZ YhBGf7[/vT 7{S+̏Ո\#;벏TkIëO?}YJQvY:ÎE'E+[UUNv1Ĉ VN ΰywehYe)fJtPV3fB/BH CȖTA+\sn7X~{ C B= D&Ƶ<&@# :Y@) y4H&]*S$ aE컸z*MrdjwkT&oH sCaJA|cQ,NNؿ}T+hk~iGl>)>5q"}rK븫rC 6ifѪ}mqCrf?3; xOTSǮZ;UsqS x Ñ0t_>B<;/xn_BQ?\gy}&|eBU_ qe's[dCܜ[}Fj99 duB=;,[R۫_ݙJr|A^ ݊3X;5_憰U^#md"SV?Y"m6DiQn.tH>mHARnYX:oβELYGÐեY)QF[sKĝƵ3KA`Dw/o>`R8RNm|;rw6qN)7,Ҹ,* q8 W/Y} =n ngI^|U/(Y!J`ÿ,K|1"?N!Z,ڗ k9P/O;]sͱpM85:U݋cƪɏ!-~ӯD`(^nrQ1kCF[?仺 u!g=1\?ͥp {RhmÐ7@/œd=!-Ѻn_5^U]ELMFH:f[&\:ϟ07n RxY6V.5%Z'jip&K!jBdkzI_OaQ3OD(.wr, B50TC@fJ|{Ǎ&J4@V_V.GQ޻Dzv e۰k ;=ЃMUx{($ vxdT1v]42lƐR_C1|:M{>Al'p-⦞T0Q  IrI5EYc&Gm{)f{7 3AKq߻TrgVsG56q;]hS=)_-C5M|mLG}⁾M.miq|Y1gDphuj Ţ.4C^]NPENqr0ó'&כ_GkeELjGu{Z X8{ CǺ s=ʣgfr x6W$gϖljXO$|Э}KKeGc-F42dxNG`4$hY;-ُyvоcp/;Np360 %D葧zc%W|-5YNĕj`{׾G +oe2/ڌybVqR[w9?t d.D7vu$Z|kߕ~ r-70(em { ;z؅nCJY7%1"Ā\Fxh ,LkH-܀[ʦ{=6تz\7R=}SR{tgsr ǼEKnO]nbNFZhYϸAh^1x<1 J]JPA*P @%u.d9?|l@DsKbhg\qs|ޘ&)o܀jyAզȍW֑ aSh`!9aE8CSe`W0`mISG%ȀEf73f^ާVwFK R* Є<B "Î 5ay iQv|Lq(([[%$N/&laJK}^8m )Hl#f:# 6Ӧ"sy!vl#=h&w(o+j@M/6$AJtdA E=EǐNٹH~*5%Ⱦ9"&Cޥj6LxߪÑʂ.|aL2K4^ ,Ů*zf2VǏbH.cF-i%4]/5W8 ~ʨmre*zd \Uʬg2\O3pF@0442i_!Q~Iʢi?w6fIRfI?FJV((ˣ! nj HЧbDSY^%^xEߝ2bVk'N/!-;DhG|X#TO*Na/20Vu ?}`2FX*]f]9ːBhk*KcϖVS;αS!t]{M*kR?c z_m!vAۻܙ9 JSI Gm_7:9k%3 bo@Pxև{,i+Ia(h!cpRj,1xwL/#=Y\h$)ԭ.61_4H42Ĝj}`OqOw& Cmj 1Y]嵰a[~{5TK؂be"8:= .G.w ۄ^"z1Z1ɄH.Uy(͊&{`Pv9JillÓmuW %tgc p?EB3ȟlg|Ԩ;v>D6(pk}xcf\1Hn bp5*S0[T^]\Ypn ʡ| f !fWwYJf2~Sc`r ] GAB`i˙%m TXbTS< eD6 湳kϏ8cKwPeBLRkorbŤ̮AZ+b` 'RXԇ3&-91pݱbn^~]i=#5˓QﲇW-A-D?E}F~YchC dO+  ӘDY \ۯfiTm\0FLu l,Y<%z?V_[ͷ>xH=sNƒjX E{KN &(o1IP.T7yyy Ca%F6;z_ [4rWY=p~n*b!E ]>a͝hJɢ΀z[U ó_$IhWٲX_"MCq}!3#(}GAyobH(O>1k (`vT%:Ytz<%fBښkT.4x_XTY;aVGЃw>,c.;" (Rm&l~9OW/2w+̶y4kknFis0dvLvsNJ+)0l4I"tre -{͖LۿA!:;mq(XK}^3U6zr4'24ѻ6i/}jAfXA321s>4\.-Թ=-]PPnҐ Xxý\Y -N'ߪ]u?'RNد`6VHѤf3J`]R#:ue/ 5s\hkZ>)\qe^M v֜C,ز2ѱ2D?I'TR±΄>֢gnF[Σ=9UXoP7*-(h&sI߭o`òoRp"PS)FW.D>"Yi$)xSBā4I?1ochšWݟ=zŒqbzx5"1 GoT fFwZ[aDR;VGf<1Ov!I23ZHii>͆bq`q>fM7x{3DMA(OK"Yzwc  |Dn\!JF)5ic4I2Ÿ)2Kb|rQ?"7Fpoi<ϳ׋Yi"B Ee <ȶpBQz,=JsXukxeI;*&5\;!b"|[N^B)ZIu hT_!]M($mtvzzS,m8rrv,y3Hkem/Q4ϛ &ҧGyš@2z;_i`R>JeL*'w>8KIEYԺ{ŵ.i:+,Դr~vn Du!R6[\N+ĺNV ; + 0hpk+jU㲡e4!Be[^+9_]JLv5R} Ïso,g9J1'jNs b1vnyeo&[{arkF9HzЁPXp+{ɩ d {/44T 񪜷Ya7y.xbOV_o`n6Kj#̑,]-*yt&ԙl?|a:8;B?feТ?Dݺf->G  !̩{W'mG8'6.V4DYqћFq7at=ڼ;:&XS+ n>`F3əqLJ2Z~ ɧRY3xHU(y.g8~DXTAT bfMiGCLf:BP0 9Fsp>QZ,g@fl @" lvK\MۓަK'x J&QH!]:O:CiCgY(2hd:vI?V֏oa'U7PܝC-4}雨xt JW Vz,2Xc ]mfb?}ѳa- s ;ts%d1'm dyazуkf߻YS';+$}G9:\ Ew;WM_bMtKHxpɵAϢfk%ӬRc|SMx 9`8l>Įvvl)+P|6H{l57n*Qn2#2V440䁝DYV<U:L$r;$, (dG<+؉y+K7 !Z4 |v郺>3!={XC~&}m'y1,,GW8uv:SfV"8P@%̑H %9>sΛZ8Hv{$P@a^Y^OjUo55xJAq'VQVV dR J*XԨyCu[˄1{ kIoeD6Bq99RAid7dgṾtNПla/35FQXIW 7:gJCO&]ۊOW9zص#xM#0/f ̫&81AF?>A` ~m{Vz4A]B(6jw C~u,;\m'J ZX!-q j_Vc1r$/e537]Qr *tw w=:YZ5xSftHɩ=ٺq0 &ϻBC ƛ&M۱wTثid<(~NJela:7ൔq^rm䈷%i;ǩ@Ρ YWEqUMmn -սƘ@P#5dP6PAr~"E4'h13f5^VSck4nhmPʅ5+:KY䐺a)3D7|v!\C:]˥,TmS T0eG|1 nғ\ !.DDQqlM78 \Z,SGߑrm(C$bPdEnD |wV~Gmt BېRkkQ%,[sL bm(yq9L~LA|L4CGDe9KE%ZC>7ݤ?xZ鵯ޤCќl` | LS~z2|C\l*㒮vHHm0m'e} .u4.+^/Ή:/XY';+S퉲oXE/ڹ}8EBt3UmpѯLDZM@fn[$]B%@M^#n}MOl:>a:[-gFTjBg82aV>m>]14B"ȌEE|]QG@(wny [%/W®l$L `|b_@~v38r7pʙha^‚L&Onyhof!Px̦1?copI|[(/ß=~iԑL Dz\v>oBh =G8) }-|z859- @R*E};yGIVho@R5Iw:(iH27aD{\=$P!dVBQ[`Vh6O-$h<1]~VUw&skە9k>JTwxUI4ՁFo g_$܈"+Fٸ[*hl{?چ XU%:W:<5Zd$ ekH $X~Z+,AK.r%#˪$#Qnکqj)FzZ2rut/1\t $|v/~7 n @nsHH1B^m؆q_#]EW oJ`rMv }=s+~ҽ9ٙz#(G}8 {UEV_m OdZ#GEkY4vb(t&%ň?A“bᒢp~P٩f46)~D:n>8t-{ߡCLJEdԃg70#މ!5X˩4N< Ftj{W ï"\]ËzQj$wsOX1}7d _b}KE  :l%6et 7GoBX~H3:߷%3T(݉z Bs@2YP1:10/ Ξ[̪/<67]4ۖsj{[]ɺ >u jҪ!aѝ׈SE]?sf Qh0> XJY/J\!N5Bժ%/}im_џ\o8)Jgeg;TP+ ["K>_bfN*KOۻ %ēm,;kxY 6`#fq78ϹJZ yͥLM4+A!!V^m> Qʫ E11ӪasT,;03UX)2` auLc x#̳E= V[$n_n%3jmءwԅc rcE4c^VBlϓTb?mR?=b0pCuڕ_h YPTa yi/{ی_G r}HV3%NI1̚re?qau 3uQ`Y4"M՘>'p̛:CܡH2f{wʩjmJ^|"֥΋%Ƈӭَ>q[PIci](DG@@:Mv2uYN!Lv @A(UZ\'tT]2IáVF5=yn@EyfA ./YܴU F*$ilFeyѭ?_<8z龐QRvs#[R&Pr= O?ӈY:tKnϿ2ѭ!L6D!K@^TEB>k`m /@F^s~Xy'rA-z4}R >`(8m0duGma@:m# &(ZZKXeV*?ok|P^ Xp:|DXxzG.4˵%r %G{Pm V0hz`芝vXms4e+n# ; \'5tdj Vפř8 0/՛kA!U52Z쪪Y({<~'>FT_Y: r3މME~2'$+CKت+ZX:.(_r bSwDّ:B: H$ry`z6@w) +e 'G*$*L̆Cz.|Cѹ1b}N4bX9-|ej2n#=?&r$SdSti78ͯ0v6LN-!!i!|=ŴaB+6Gi32GpN񐇼?y&t>K7/83who"$g^DnvBFŝdGv`ߜ¸sv"CiZ;R"߲&ݟzLG2_ TL}&5ZN>K:T]C1hY3辬 ƣ[Yܿ}lgb5]Sp?JيAWBZ>ۙ6oʝo0Hxj}Mjҡ fb}?EǘKJ6J$68! ixUskD/P^ vuKw4ØѬAwTk&͹2}`\T|BX.GNoN8Q,V"sfE{7y[MfҖǑP*MOɽ=ST>Yy>:?3=7^˦.2{ʰ-}/d'iGkC Ѫ+@8("vk^,8NG-v3c}cblzSdPP п;qaEO{OI o(k5-*ߦ]|9p~-6*aۏ$_ekս?05%bzqу0d *Ng~k7ImiijRlB8otvL"Nn7fۄKm a`]0Hgg+rfزQ>XRf>NeQpX`q^'mUV8%Bv^s/]xPB" {$yWu\LlFqRR"U)̑b3:&<5VyBaZ!cG({Yk`.?,T3A0e?&SE0ƍ߲ġȫJ~@jޚD+輀iZh'-rAhoCI͖=YAV`Z}WSjybJuW;>=99߫^Ꝝإ&5kI䒘`F8I:i1q9M,Ky'w8=b2%q$Xjx*nK)rCT-O}Z3z77Tg-fMqjPh\\ ;_ˣ\(Q?FH2ѕqWuXĵl^Et' 1f­GY.v fEBYôl2H:䣱sCpܿaH 2q^ B0yeÖKueȋ)- {VÏL[J)vC;C @9,6c;<7:4.˱%4ԥ(NHZ1P./1m}+C:El$eL[$T?JףXiw]A9-VPl"(# i0M4hRA>scbK]bÛVW~`;o2RB,2_mO7(J4>+dk_;՗k>)[2r,+E9T/j*9u\DL& D"z&U8e" 0P;q씣R;hdyNdlg5;~=8>s]Wd6*-xo_yIkF_{N0rIUX">Uz%_I ,iq<*q<;Lyu )i-G }q2<ظU+GOW̽iZӋhMvNӉG32m&)<"i|KT=8K+k4 y[⹷'sU#Fy3ܛ+EW䨏Xk :'(AcLo)Y~WEv#Zlb3۰%&CQےC͖c[2="2A&L)zL1TSF&c B|E&dWŷhEP>үE5ZDQ}Bi?gmUxOV/"(#)!t οf(?j_ri.[5SNJ8mA1й#&Y<^]Oq=p|ZR͊rB\Z!M 6sQh)sO/M{OAD 3#'/t:tKՁH7N7%$CGdb}`w$s J kR͟jՂk9 2k(: 4||dSLdPi(v(1l WhomH*c U2;"ko>BSb.E/qvT ;XM*H5V+nc╼q|dٺ`-*|{ qEƪДZ,uQd 4 @1YV Krꖝ` ]jYU%k7"u-@0K*V\ jh/TjQ:,aUXD֨oP3~nKx.?TG S6KbLSj:k1ض] #klm-4|1Y$괡*E36]CͪTiK'LZ,i| OLݙ)QB#%Lt}wG,L0 yDmV^&Y+'GZO2K?Hh 鹬/fdITIRsȰc $3;QQCFS=zRg-;񅱓F1x`\sa1.3j৫BmX6Xg. N = n{gZ0T(!}$Xo4wX |0x=gSzphv sU Ȼp Q۹35u -6 <n @y8` 6}: pjkg>VvyQ7Zj«f5 Ҋ0vH_Pg ]v҉Y#eds g%@Ty,wkS -Ɖ %>N;[+}Va'.pfܘfԎg|CChi2(gTL(5] PE&uJ4_]Jc0cu/(X(qec'#Q zJ6U/7,Zt>u惋1.A$}ꪡmyR} RU,kMEC7l|YT{D| 8IccF?,Gyj!% S`E+!KBڌ<6KܫN)^Jbb֫:WJ^ =AC& bz $oqA"c~ 7TEY%#ta|e/긿#.{³' 4dK) YbnIu[\*EsT3&s$uV)_H/( ߙ31[O-|4we.eǭS0?|")͝mq]>#O{;`"xg/kv0LtI<TQ籭/ݳg0x=]X{fKiAeRAɵBh?ʾ=^đ\%șƅ}ܦ;Y03VރNuJ]=Յl,E.;!^\)#s)jWGj8}ѧCuR0礄k b'v`s֨LO`hQW]a-Zng'xt[ȴKA[9WGͻ3zN\x~ҒhS+A.)o\+dyػ-Z7U8_wC?$.|*T[XqIB=_ 6ǔs%ŇQOG. U{X" mXDmB^|ZN:Z/C.WqH4>?z/D,&"Xc`ff+W5s=F@9Kv"|&)ӆ0՜3߆3ʩk*f0.\,E6jEs\Qq/"CMdvKPήLe cO* W]:BW;mXY8Cmh7=M|n{d< p'o\{XîZآAq*Z/G%ܿ\$s9r ;4u>7~$YG9jT>A6z%%Kq ?r:۳v)mxܒ4^ {}CC .:K Ymv1P,%yekW3karؔ)In2H$/L{lfbnq hMǠ?P>"+9 :p@Jʜf`Il۵°.<'JY yh)fEvv԰٭"ObĭzS2V&OCu*Q[J f[5m-`H\PlQ20)Ҡ\=5Pn$p)M/$;|Ep8ȭ~ynz4=*fo=9QbV%6#RP}lXYNare&>Mf7!Ybo݅U3fJ#w"I_jKpd*& v݁ =/Qchv"5}$N/~z43'a1{OTuVӒ=n,OjU_"KK3퉚fN&7Fc7`a_uv |–vDž=mO0NB$oE)!5ʑ_^ A~rk+S7jͶDIr7`eY.AЏ P&HoH%-}bFG4 ji֩k q EZUQ0@O/;w&h6$v֑.0]cL`0 ^]<u'T4d oX4b]0,V(}h(ńEW%4xWLAG.s_Aw6l,lv&L}ttnCwFۑZUs*\`m -WIxYDGytYȚ3S=Wse_Ȣ]ek,kK1l؄TM֩xWa1,.g,GjJv0S\s0L c6Hц.}y,_7; >!ymRnラ*.؀Vl$> mZR_V4[ocX?E\6!V$}Դt?&"u3w0>vedȎ[sX #^|4$ Һ(Ъ?JZ}'N>ZQL]' ̜${JS%)EX{~ b<љ,e9xJW[2]+&ll< Aѹju]Z!`4HR4<3ؗ-Zk7BV dw6mY̩(OcwÝO1"6 PCQ帻v@AFz'rжu%%w1\B˒=!JJm_߃qKxTL.:I  p =~rq8bs^*43[|7j)H; l:*0kϥ`~Qd+/RvUSEHRCvo+3J0 !5SV㙺F76)^h r$G®pP]s[ݣ`&߈ I;Ժ(ذ,v$ w*Od(-5J:*#[ϢGy֯JH~^t'Es+"(H l*"˽]KȤ룓̒UP ifӭS8hm-t[Q*CQb,"nς \M'w%Ge}f3^IsQVLubXC7d{V곣%Aׂ5 4ܺjF}sy yv@-\ClKAy[z +bZJSo)GZlcdϡsXd YjBVd>T&aL}H :0\d8JI7,/̯_ r|W{@d?(LC$L 冇4Q=R` ͜xe@_6Ȳ96&% U!Q den 2֠ro[U'&g bdE)2y@j~ )ݞâJ-u=."(͟9<`wv%=O9C& 7kE ^[tq Wx/nmnzK ˷2UUxMS5Ύu^3#*}x˜­KU"b03'tzx P#<6Z:M T8;AZɏS  QS T3(Ȑԁɝ[;R[eG9ŹN/TӺ:U᥄3M$N"phгeɱ\t9y<~\7]XKTU٢9ڲU}c3\h2Z/#@G(7ZِBKyr:}2xEhC\5΃By l3+!2NZstN),=o v} L PPcN-n*xl.S4oVqNs󊱍RH f w-Z~)X:f-2AF--`p:|e*ɹ_62{:R]IWHÅ̴Hd+0 Ҡ g4t!b$uJhn om9X hR~ѷYav A8m<ɭ w11[zuG?I1qFQ&%+i,ʇ_ej B4Ih#pl3'#eLe[znT"d/W&J+׋! 3hC)hCofΕ1-0mi,9%߫P'Iu <0{Wڤ̧ 6{^}n|$Ip*0P Q濳 ֋ɂ' ױRdA${񮳴7T;Sfcf[)}y? co >o Vtٖ|"kf$g)(?GytY gm{9t =F!Nlō'"2~>`H˲ꃘE-KrMSʃm>0RYlTelUf.SG9|BA:Z=rcV 8)0Rv.v"OҋԤyR53B(Ii%S{¾'@ls _0BO~;_u*=C^x{ !2iniU͞LjYvqY,š2v^Wr(5kw\K$Es GQqbY ƙդp󎅥^b#'7 nsMY$XǿBJ*y2|*Ld\_#D50M^rˈwb`%qY2*/,{LJ9)chSXB)ڰw! I cymvJ N?e5KghؾA1!!H90wX vN*Ϟ(Gp.^!OTݘ1qI]cZq;c,zQy9;}͎x! ~:e-0 ]+t9B5`Nd(1=Wb3i]r%R?JU+%&&|c_T&k>4ܨ,+mF\$t\@]ϓ;?m5.tb|͈l/u;GqKK`m^筹&^/ƋbfϖR|O;3HmMǪ2m~Mh~J~1 K&[{ ^]&PVc'/N.ʸFJP%10TRı'fCipOJz)wV#Sѹ'W% o %it(%պ )eCtj:Ѓ5k6EY G< rl'Z4Xɲ/CJ\aYpu"yk-B+hE]ِzMS޾E~ÈZ򇵝stGse~4*dZoج; 6sI+>nG), 7&):o0vLl2bM杅[T%;KF>(i'*a5넞kw(M!Y7~#<]0b$b7Utv6 ֓cfh>W>hyRh9Pf@ǧs(=L ~G,BV; N![gܱ˛cQd~'dx"&"Rc|Sn0t]{BL_6:~|('RlL$Rt$}O#~jӛt}5r|ȡ@KZx@}L?Ʒ`5JۖTؔ1|16|Q>n8r>==8($EP.Tc#[o9˦Ûsñ3;  95sw;?,-C-yPiܩYlY ^:?0S+DjfLMjhRٶ=-l62|| MbS )Q RtY!g 0J:hS \$-o/NӕyO/`mR 1٤rzGxO`XM.8B$.oUzO;oc5Dwo_oD n=ΰex!cG2ok ɕa ײ?qvNJ2ŭqߠ {<`L1;/"/1)jL)ը iwwMFqlKm3(赮AHEBZ 5ߠ,Al,xBWGJRJ}+Jf*(yɖ_J[9pK]BFXbHsO+7;o;͜#8*-c"+xoɖdy)=rLT=o3:W` cGghp.l}m |4I!pQP B-f  1Y?OEvuK]Lĵ_mRJI5_Avd`|m!k'[>,c-þSqU d-y]6pe}s`,D֛e K8XCsv|DL&rԐi`WJ=<^I(vtZ=-r }W` ^aals~*9*BGܱT?7Xq ō^f~^EmVv}غvWX7\.U g] 2TG' |DF5ͱڻfge:bL h%sMb2dC׆RtyG1iJq&άPZq6{ Mϗѡ|[ZZXN!+;MV6d5t988 ɲf 0Y ^R1cTجOa虑d9S1Z\dn"u:.aN o+\ (a%~1CL?g ;_2 /GJHŅ-S:KDUC3ȬCSduUډ7&TI(_t)8RpYv3 7Zc5NA=mZx)?DS;VVۯzv}c)#iZWL;%/{" +wù6%'ݼa[ĮγUؼ/*rh֒V;>qM+y 9<06r|XޭU4ƀzhEBArƭQ^&j`ٺF1zڬɓ{$ 7Zms#,b'5ZK.b8Ŋ_MNka&$=0}h!W?_f } -w,݅ %5tdz֏4$0n+4 Wli*yOFGbҀ6nkOC2[dpWz\2w+ O3Wt=A\ϓBz?=A%X6Xty2pYM &nWȔ3hun%$M0DZv,:g츚];m@"TJ֮@+踭T>`QP.;+=hb0zP sбtz'8 Q̈́l(_v7N?ڼ<(!J#̡M? \FP҅l?u*;AYJJv{`[;HlΦT6yL .(U `29ICok#~wtt%6AKIZLtwڽ3A6\#)G{IJ?w͇f ")ؖ~.! ee9IYrd=pk2#u+UoЪ^DXZXl:d^i]w) K(U̠hN0T qk;Gq<]Py؉|;m=Q2h+xdF<ɪ~fC9yRZ^_)Y>bJ]S8s"EEf^ǁSyxvP o) s5$Ҽ;\=7"mn QrD?OpugD)Q1 W"O=Z 9$8#{`Y)USrwLR'%N_n{3\$D0+SN! 3p`'\?<*G z É& dѣQ2,!D_:H!t/` M1QȨLkb!ɒM"VA Tӻf<|z 43N P@:WƎ(tO[3%N/#6x,<#cp(RPИ`, y z4$˞愈:NN&ɫYmI,]juR7G#d._:Sg%e^x ԘJK Wż,F]GU.|@N:_e3+hfBe'D$p~xKv(뛕uBj{{́d$DyxɤWc,nS@yHV}X]Q5wBbH\RGn FQQm1F dxa`E[M.:flFUS{ .Cn^b 8{ysd?Hsm>lo3=}ۆҲi@+~}.a}auǜJvdKy ?)֍jۥ0%zbu4Q50@}U!c5I6|+ZYz)('vc*(CJ%Rv_#?*xeRj([iHPs(~f_YcH!Е?_ॵrK#1 ڄ, -u+7`'U>,%.+(qSC RH]^CJ,6V6wQ JF=MQo  /3_q %_zHCÅsa{ ~Eap V\a~og B*L Q<4yOcoi~PVK,:ӍFQ^ u͗O\ʌ~*W/RsԣJuZ7LmVk֪X+J25>_Si9P-߿z10Xx“~WQkJ!b!اkPW?SZя6ߕ!w_ zտMBsᠳ77%(4(+h؉~(AG֢zJj]k oB{@,Zy9KS4.h)jHHNkD-m'cqw.pGՙ 8Z2^~QNX6G{0*{<qqzD?üٚ $szBNͧ[3׉F8؍IR6<#V;9s0}2D.rH,I]sS1x= e ch=2Ȭë7"&['&z\ E+pU2ho$ 6O1ˍЅ RR޺m4Ϛo$K#̵Lzq,G҇zO/謃ɴG`0qF3s[Qj5 ԾkWP -N"]JZ== s:z$-k}6J78>4.7m-RÃ袽;vL[g>y3bۀ ] _`98J%CF>%Y_ . mQu[հT4WʾcRz -Dk<]`PP>ğj1`MjQB ) IIZL[<=U}@ P%7H#U'򡴿CՎA0rcji і>׮3G4eyIm+$تBx?ł^׾-QM߇R,[ ѿ.?y^]{4zKV![2$'L% ՂDshρA1-+v{#(8Kh2(H͡Y^W0ָ`yėspxkjEiA*qqb2p5*-2\z!r70K4yr 7_QD:" Eܷ5nxeG.NS5om%þL;*\TȞ?g"AC#]ta60tJ1zplEs $M]oJ}'rxy+')e_ PlM S<J]0ĵf&é{G-"QDGed$/[`)S_OXO_f ='R5 F+=ʮSfz0V^Fl%/Ks,E6? F d4D>y TwG6}t.=i8_xv=_XhƢ$_:II*`DC3o|쟸>$t˚Y4cڶo0p(. SX 3I n[ivr[R㿹U; yK}UV9~wBA4V鰸ڒ!V«3U\ɸ >!i&!4QJo]VF7%]pq Ol)ieL4b>Ro'PB  q-| ~)>jVS2Y.8k]P|%BsDe@p{I4ڻFoQu|@.*~ܴ$dkU H22RhǗ6)XVzSo8HHZNk {0$\NX-."j5u@&7AđٛGJ\y`c!W5#Vm(J/>>?bN&'ɡ#ˢgkJ44'IamepĀ  #+t 巡t4Y)5 (ky١QڟGq7̆'*Ø1_KA)GHIɉ8mԔ0"af]D$>!j!(~pZ0,~j&spI!dX2'T};BC ҿnf ~@,)raЂWHNksÈ?JK"[W=hd\IDՂCA <,.MC&sOz6mBU@hqP KQ%v"QLtDY Uj1z3Ɏ,3FϑIj&7.xŇ>icR&}oL@PDVda:Mv~xm PC&Tqyh#נ5\OR~߷gߒ\֣hEGGQak3ALs}x |D~Ù_5&[=ꪮuIk?^+uaWqQEhD@IK')ә״FQ,"_VD 982( <?-ڢJ჎Z{'4ݧ@X)_$2':G&)'nx|Օ}3`6e2#'9m P#`**Ká-ЇXqFhvq&]zu{@U3G\=CI,[6pvޱ)?GR4_NE% ;{es n$Bݕ_ĺ$OJGKr,*.C ;F 1E3 Fb8KV.umpa_`@zñ\#FH\yK|ӾaZOyxϓ +XĨ| 8ۜY)n!vZzczyԐfJu%G0m8!!rqe>KICT/,b.C)~3-xuK݊RuMV?s[٘ My1} sX2uR sBUU9rK3 1%߂[[҄ӺדR4A/ aKx} (단!2%pBợvvv4A? 5gyn1 w^ky2.9bgŁ6&5ef֢[N9YiGAʼ>uS=gH^=d*4ŪC|=i҆!w XJe٘zxOHt* Ҵ1yxڐ6ZV`Z+Qnf1l97ڭMеP{phi;ж,'Tfc"l{4 b<tʛR}V!;;p ܗlpP$iQd7SfRdMA{ugIa);(g̗ ™޻R` &t)F227T`r`O@qZK~~Mjz\b+ҜH(H~>!r1LsXm/duٍ[㮿wP[lQA`&M=2PCB5_q|si~ ltU}ly]](Xn@ݺBs}z.\EInrƅ< 4Ӕ8z֮/Z`3WBP7{yvJEG[moiUFﮜ"O:8ɺh)ۜE< Y̝0Gi,ԏ2c+6t:{]>%[>ڐW&Tت t:<g'QoLL.?i/f!x'N2FDV q(Nv$Q^?}#Z?TRϻ$SJSRpjm T$oˆc_+ Ul˂_n3۰Ɵ z1s~:!qH=$^Ѓ_=F _I9/)|)j]ﺥgta~vuU]Bmy]+=` # @㠼!Zen BFn}XWWCZ{Q`cƂ$Bh',KZbk꺣-gV?B0I-`&66ŵ +v~ԎbF^ =W"rb'ᐭ-/1H3,lHwx{ x0mEK[݈FA0qw>xa8e->i52( o乤R͜A,"'q_i7 O!]sSLBy`MQG[o J)!8vbu(LJȭLS\N@oA4_J2:G03r YS8ΥT6]ӊ`yj];i[K:r( J6^x|}w-J !8%e + KKn^2334 wBD8i`̮ ݙ*p5dbx6B K!M5[':Me­ ĻKL&-^Vl]̀DbCa&{HftpAu 0B1=]Oa;H}%( mD4 7#f1]{ϗCQs= LXSAC!3T"X*O 2?0z iENE3O)آ5e} *oh|fPR gx?A!iQt\*]ƜŬ>:?ݢvڿh><T^A<-RlF\b#J-2>_E3>FbRSϫkŨZ"T0"G y(EK?|&ofT~2J᭽vс!J))$Z/ûZ\R,jj u@ :ņ3 (:gYABuj ib7lt"47<8mSx![,X~xOjQv Y&w5&َ &EN~Mr`>VL۷T6#iWqM"=- ڙzPVysA9A+*6jg0 ÂVĕ`sSJQB,swId,,Ɏq K_]--24la\[RN|lTh{Fk|qBl5"j Y F0D( ?n?*u.x|ni ,t\Amv ֏JU@&}2Afda\xdAۈZt쌞_ k(q`>u3cg'ϖ` >,*-^r5%O_tH[>7 3c8b Ya|կ@_E9e=m.p#EԫV8TC7ڜGzQ05S*뢂2D+g%Q(@3[(ǐ}pEbx_!E0- }d<ݿg6wh bBqquk\)8m@eY:֣[e"^θﺖNH&1{[2Ű;ޑP,&Ow(r<'b Vgk&$.x 甙:X$X/ ewRU^}~o]h(qqp7݁m8sD (&.R6\ҋ%}ǣb ȧwmGxMO;^d\ώt.}ފq#ߧ?j(uET!*Nf*ydjG#m SCWIsWFka9*5縵?kZC5u©fŜ]!h}iF&>lP_sG^ PW6anӯ-Ojh`U}!té7UĄ9Ӷ e} J{.+kl/tT>C<%0 X9W(^^ZjSx\0I3$ O,>7܌U}n2:H_ 1 KQwʇ ;azy^m } jNPo;DtR[ĺ//P}P8Y'i>-vZ>HDVd i+ں^>S$9{ex#5(@}y6{6z %"Fvȡ0=w0 98ʶIY#~CHs'A3&NFC;@:iOl]ts|J{^mPa}wߡ5bwAdaAS4(;4lRn$ ϿDa?$*sR|,ZKUa*WBimnv&9G S رx,:\Ѭ*];\v2vG/nį"lqFȌ5Ԕ=OʍcvvG 9 ,v^~텋w{R֣Igru/]A4 (/p;+z$2c)| l01 @\)++W_D/Z>o)3\+.w?˜mѰا\.r#9(ūÙiBŮ>]ۦŠҼ1!B2<RH!6;^>8u>\It$ˋK:>Xg^D>蠙2d}S9ȋyq<g_3P%)Ԩ,:3vg R;ANa?qtRJm|ۨHі?+i~Q'ۘ r[*\_% goZ[rp-1iD`շ:s1xQvLmy\=ۑqm=.J㳧3^Zh&x3Rui8KZj&")3 ovk}r~o.tGP_zFoM#Cnmd|>9|wY4Seb4.n^\XS*^g,};ŒD>(5bǸBB%ܖ^:\u {!i0rY18 7P=h0$S* $I-CnhW#D|Z){NyZ)Of"ݻ$<nROtWSyszUyB/#Hߦ_JL;yOڌ-9u d`(^Xo"ϲ_p&pGĆ;le]J; |>k)lq ЙtD7=np q̸U*ر`f Z\΍6ςƿ[cB7& mw˽gcY[G%ް3款ٰ'cYфZ#eG 3j .ug;ce'S3)tU3@lzz}#]_? 9)CgxF0N,6@ko0ڭ{h\HJe3>RlDxn5Lcu$vk uI.m[tLv>Ī s7d#a`$y *W~d%/)]Kj~zh6 kkʟG}j[0!: ݀nRܸM}pO*CF.8\,6ˍ%S~Ya8'Fc=`!vLp};ɧe%>O?΄nu UZ :}szCȧJK)aazmq|fͤ4qG)MfI hAβ(,L:p/*|L tIVOl&@95*.g<<1X;ks%?t:~@O]bGl/_iiV]/"P1x!RQ|™d!4I(#*%v![[RɆ<3s&jh.Qf 2kƒ暭GI:W+休3%1_a sjT?Ϙ>t[.ƝSwFvxH6W4CO1L (s42YĘ>DԢ8jw/&Ukd_0*O} 5'8e:*j0TEZ!HKSs?k:/r)$W6?sR]\W؀M`|W.zDx+m ?Lo@uQkG9k;蟦 tei/ 8ݿE'ct*g&cr"|C,VW 4bt%Y "ۧ%lZ}CB ƹӴt)4S(}u)Jp% z;dE`O'3=`lac_RXC.q2RJIu@)L aBjDU3*KHfjMPI+h+9o>A Uk>{C Z#":HGwYB].5o?8IʁGY>(2zsP`щ)PV8[yGk+~s7J-GmZ$}-ݞ+c ] ;ڣ{& v$tE,NDW{řvHiq^iZp.rUV0I9nJ _`e˞r̠-#Ei|ԋIQa-V1ɹ[\,̭BK+fk{:<6. {W25BV%2@v*˰&W -Ef rGތi8ߓA/r* ^v5'<'NTkAŞ*) \[*P.ܲl#’ ^]?XB1U/v s)IZGJ[9zc>d!gw( t]o@}dS[ad“iFRG&Ԗ[:ѱ&޼~n"uM s?opôjiah}o?(:uq+BA { W?T;6\WFJw=@5uVcl-k3+Tޙ'Sdx@55ƭ~}!a 7ȥ?aLg`W۸]!t4߳@ 6GEi;Pi݊|N9 q(mN=imZ/R/=!Wb6NV5`ek2S(S Վ* h(s}wHXmu>:@F& p3^;{E%]A )(H3yJ ]vG2?%4R4(eb"I%HþdWر2Q*:>WlaLq$饮I_LJT.v*/f^ͷSN݄]{KlC# VNy#ړ۲\s$\dZ׫1 bm\QR١un hZA4NFMs]IZI'3&{Kءܖ<3>0_9 1Cra&T WQHlyaKzEP{N-&󻜦2σtL]FhڶsdH|nVMM"g P4L1p9!Mp~,NC^ǡ3aC91lE9 rx{[}O*RcPxT1 𵥈ZS28r#t6Qš0P}afYIdNS;aל7A HԹ+M@'W,ʑB:檰R ˔LRq۬zM7綱yv3&~zh!$^9lJ6:Ж>W}p2K0,Cob|nΈ=~݌9g69U>le;<]'(W.*Ly/mNB}uR#~GMCP`d&U)C'G,`AzˠM eӸwHan VJq+wu8֯|8aqECFЌSghrSI`]rj;5q:`q=c,\D omK @U; LJ>k ؈?J`AvXQ;5b%کȻ bz:qV\T禁xCo5I`)>!`PSe'BxYC ym5LklҚJ$\7>10o|5g^>9G^5]f! @N2MX"mLYxNtu]q#ETeϊвޣMΨGGV~T<^=ůU/r+TEϜ6ouo+_tL--a@:ݓ fYϵWiuF8ͽ}" R(a\l,ц$Ahd!6\^x8Hc9ovQ4x3̴ABsT|뇹}')fGJ5-Sr! %a'Q2{/~~3H'g`zN>Q^]/GG斯sYWdWw(,fFIv~yqd,0R/FR~5ͪ};ے'/ٴO~E.>IvW R ֣+HHa#Dp&.7B(gob|hi[˜ÂB̀CKlixO~D1(RuLzxZOث]☸L+pm֜ܐ25BD?N( {xV;דS_?Qz˙V=(8>~ˢry|{g`jXUdB!T5_U A z3e'Qᴢ`@MʑO{yf &S mU=0ޠ=)CMBE! CmV_Ů Rћ/MhFH:L[P \|;tUTRREX Gi%*!d=,񴟩DrAhEaW2f.GEN1/C‹ Oà\j=е:Uv 7f(Yȹ-1H *.4:O*r4 !lsܮ.f塪/Xz?(:?Y :f\J־v]ӗgY&㡳h?+ ߹ӻ ÝWl4y#CGσV"Vul7z@@ *蘨㌺0 ̼#Kڮ˵]akPnzwH◰y هZlc"P8W17%3}K:? ]NT6,k 2Vth*FYsf ^GO៸^kŬKR/ L+Ҷo 9OtTqgCVm,ѡ罌yxura>d/Ru~ dUN\ ~}4hؿL&qY' '4 }ϗ˭S2+_|?Zum]vN 2P`lm=d{5B'fs85xJi VvaO7z<*mqt_-p~/iy;MdքJɮ68eKtuJJ 'i.O^Qd{ P%,Enyъz&+Yy [{b0߿Q .*zc&h38gjwaN5K;<c(MNƱD ` }2J~{b~M:/OӬ_}Qo xE]_YrovyܔfX{xnBPH$%r,'p#dX23$F 2Ab2'QRMzKÝ3yZ9+_\j T92f =U]8U@( S@.ɷ+*pBlB4*ZIN0;WLb+=+'@,0_eiƢy"<õh$*uF=%UF;N`<(B<:ڠz4=_ב 'ˉtAŘM/MK{kd =ֲ"'x@*>1bKh&L&Ǵ5M"YaGHǮ߬ed)6 vヂӪۛ_3IL@pD76/lcw!MVm$aV(KpNou],L4hwD!H5j!2nT4V͐$kIPm Ttq$nH]J }㑟RL~Q.8nVPTZ޿jnq%1Y5oag4^[:WɵtYK0=ԂI"R$ /n0Tn\&ܟ94X0xw¨T3?ڋa:{]7KCL"SRP I+c:(p) Ɇ+tH97UFPU l(F.ӅQY%"&Lq E~<8P保B1qi9APzY6 #p.;t<$W曦86eHFqުi!ߚ1de|1Zf/!YMZEs6L%)6OTi|>aJK" (oa+ FACy7&`DRY߄3ݖITt[v 3Y0C̗rpM?Q^[5N"Oo^ joJ)loU:` 5*ݲ7!( ^p>}oX^zxE$V]nbc yJGd5Czzh" i /UV8Tϟi;[w73lMz^'sTDt,v,ݠ;=K/)\Iemxҷ7u `tϩ D*^2 sa:"Rm Fj2.m:f4%_rpۇsԠJ+"w`ٱmF);+5zkPeDsDh_ E_t0A#vѰz*Ͻ6AV2J7.o@HbAR(gh9(lSHcp(DޟY$ N}dxb!l8HX;)O~wix5 ~x;貕`cX>m9ܞ86O`^rR!C3 4VK57Nczqs/bUxG ;[p[׳ حM|/l x?JdIr-h=#۪<Ŏ־qQY.ڮ 2V@ƀ]_wvwq+,G{^W9DmhY ZX=bY;S2'' ŷuB)ȸOH6{X-'weD&w%yŮ츍w8bX_UƘAF= y!ZZNģV;+ys-rPev 8D4cg4uNڮw{Htl*"=::r]yf9> AQFiIFÆ,#`Y!.=nitA}"MDuviJ2.Wi*=zw ON4ɸхmrAeIwBJ)--H8r?@X H4JY'zx _h 'SEr,E^bDՙ x?IBԐdTYX3kK BlC]&ل2=% /d7b9h7Wݳ%tŝڵsIMlQt !iU+8VuDl ~|\栙o 0,C<:#N $,Mk6B*A7#8(] M2RfX[ض_|̀wC>}*at2.vI[0+De>!9zyq;~C\oi.{nZE}IC]NKK\$EKTYm3⎑pҭL݌-hJB"Js@MSRp$$PrQ.wdNϼVLff.` fO؍&)!V yiOAl[bWG~̣'59EYӵp@ 0&Jz}C/kb/dж6"o~t^]+ėSv|?`QMl6?fRz~W7O/_r@鎻,u4۶%ȍWGpQH d|C ,E,*R(j|@{K|MІ̫TV$h>'RJ8oŏ!۫x=bczYl;-6|˥,5#$5πFE !6ݦ#J:a‰X-#WD:U+ZqYqi)gڍ}ac :=BI5MKzL8„KʋMNYҮm]a[?qJ-V_q(\9@鼳di8R㍩Wl54vcS#ND#Gt,V pG@?Ջ]hVLEQPG9bo'>|qe78x$/gt /,5/S<<5&d-UKBݰAf"m@@P>w춇;# 9I!fm,J@{,: <T!,I*C3{K`3y+Vn!OyrtV/'/SRxd18c"m)_4Q[;.Qs|D/dA$Yadqqc`鉠bz'4fr4May&PCJlUUSH,5FTLʠ fP"FNU,e-7yOIt T/Z$ ނ" Bĩ::MH)/OP)3ǺʵRDah/6ܞ4]-:E}SxC!d9)PnoPa]6\e+f!4S)gy !`60{Abu[۰%GlN ~G¯hfc^?u(cJ ',.4";-8eﳝh =}vЄ>!'Tws+A +h| W44n΂iTpn )Mujd*\. >zɖ?dʛB!p3pb`xHERpy/+p{NA#W 6 bkȈwޠ!46#m~.7s6inqC\ ]p9ǝ5B+PSUZFs$]PЌNq}F44V.r}1|{%hH %ޣRԗL[W J8ʸSY?9$B_ Qp){򵜹l*_a &>U_&C۶gpkh6Ҍud lqClX4EI2H,h|p&j(Pk\ uvP4?QpM^1LA`BQc^XN˒wG G8#Z)k4"WHsql}_]vZu,Y uY,뇞䠰aKn}1Dfqb:Qܵ74Ney[ᙤL8vlhxe cvNr [\ZY*9k"ikFص;VN%1񯾸x~vfeN*{SyC8Uy)P;\}Fkķ1Ml1JD7[VLJ tsMU}v!WTKotRb(;r8wqWTmwKːq^?<M|Xq>i K!vLh %\%nt@Km%Zi΄KҵG'ѐooCNUZFd@ΜR.MGPTe cd5CVi7d+%,:g 5S:"3z>ej ≦tH+‚>5JJٚ| T&=|~hOmޱY @hX&hp=j"xkkJC۾0֍kP.U`ڗk#r[dp:.Ϋ}pn+wDuc8k"EfĒ*Ikq=+r8gai|騱]VmEUIݪatʋʹsdɄH̨Rj}-Sg0Cξ-qwx d=d+AK=nYO||z55U;E?$y*SҀT_Hģ/vLrl>=)f[ o8 \&ąYT7n*P36 zY` {ulChB+\TѓxɓUwǿI؉HAK=;Krl;Hn'<}_{:D?L^>I)Z6?51)cXh%uc6j>b3%4hs1E诈k'DIeF9xc$Џ&0#l=:[-~'$a &PTV߁o3No'ewɨ% k6~v۝Kgc8=>dVɑ=AS5 wH7cIֿYخ#t&k\ 0ݞI~=@S. '`Hk\h{$s@AYOv-u/*R9ϵK/ l+FxO2_OFLy}x rL!xh-\gWcZT=U/>ewzi5agND8Lhlkh]riמy A'^ark=Xl[%vMf( AZXjl{-=ZlZἸVY?} %pNI'1C;uqBnޭ$ٗ֙1w8%} #R/:S#"Q"(s"&'6^iyPȜ=I!{1Dy=8U3p"&5 e6&&Gy\Q}jhxzz'v2v&} [p_[T#ݑ~WlyϫP18r:;wt">Gl5i}[p$ܗLIO$ 3h N5;Ѥ ;r #8+4;bySDyu`eQpmZ$sS{wJT!:U|ZKP~)k\Fhc(".s.b_;b}.L*k +ԧEYQNƑ,B?|kzvtSQԁu鯫ҕ!v$nq qۧc2cS޹lIq.q1X4l`pzk1!XG{m։Ͼ>܃ Š?u5Nr4@i\LqwD҅k8ȓY~m.rAMC`! I_9(oDWqrd3kcI.<J8C(-u]"VPq`qnjn f ֡x!p Z%WRAě!&bWm̦Dm(h}f6X z.V_ ~XPl`Pu褢8^ӳd0BOMCFRr!KwIel#sT{IzwxW,%mKU];筠FܛKL0,R$o`tgU~6^:#OT*[FLշw("^y֋,.>4P!)S)[lO.͓'b3y22)5ȿ&i)Cڛg8VcK$352eo"3'{{sog9L5S9bz]etUpy?a/9l=cI.$gQyra+oCJG1X s4vs1w_; yc4rI8#'X;9 T|N@3VqY M@ά L{،NJCrPoeܶʬ ^ݭQ !xTߥИ\(IX3;%"vF'.X%<6 [xNF$?# c@ҝ9bYȡ't [rd조K&))HAnB!>ƻ'h!#0@H!t_n;P7%@p;Xsf;6N}١0@%+h *M18ƺgR4 U]7A#Y|DRvu=%xiڣ8=7ꦣ;e6}ZS=5_W`K sB+V/NtRklsKhAI俄-nxe/zl(ZXvTr·}a&^cg&FfPTM|?,ڔ E Pu\^QyyJb/KTiX,(Y$9ۡ z$%{gu e]^9wYWt4(l{/@\D/IƻiywL9 Zg slŻZqDGۼMi]K0i)Jpst?BC90!h0,Ⱦ:-Jl7:tC}0E)Aj" Heb1I(('\[|ftu֦3qmw!#C+5=Uzba \1UF"ixSɀ+ `/hOZݼ9wlvFʮW;VFOf? tƋn :\c҇ɦw:[ȹC$fj1ZRs\-eR1LiDC:wAVFFhEnyc]L 9~A%w^N'lIX^r,uDQF΀LgMK%ڊ.GLqIR"MȑWiZbӎߠ4 u(ݝ:Vް|ʚ|U v17¬}hOͽ74gX-o!mBe#6$S`J.']QK82ip_i„RHUO;jεHr;d~}ŐrOPy*jp_a#3Z" 08910+N[GkF ųњP- XVHvԈu2 ㍹:JkU6!r/`C3:_eUfnEvLv^M)z yXZL.0r2)?/Tppau CJ̝l؊1yOͪhf uA%^Vm}qtZL\,dkxp. ,WOT?IߊvSRC 4ĈR!<nNn^sJnCXki_7eW ݪ[4#5 UW,kU8ZdO%KV,d6˟*ASgv'[}G$ )!5 X rTM2FZu~2xZ& :5 j2r /矈1RëH/3  Tj <8Fuvưzxiں~GZL*q1%`ȹTw`^AжY~\kב#w Cz=X)!֩d94_}8J1,Q-Op]u4tkJC {)ZRal[?pBfSb(, :r՚N i6F]}/jOtCAaBƣQa*z~qihj{]ӌY֨6? -W]g/ ڬ^CXBçi \ū8`eeV@ ^4t^\=Fd"86d*̹|ej{a $2uHx>J$V_B؞,?]trFϑyu`>uiktLt\!9G tc6{KӞl?9Kl[8yQ,@/baN-i"B g85y0%l,}X6i0P:7nY^^hٗ݌U4xFݺ&CV<J}/zw4;@.{1ތebZΖb׋V:yxzs5ǮRۣ%f.#_epzDhםK-LҸ`:n"M@$5}PSRKgTw=eؿDQ̎-?{{1fw3)b?>]kg}ʕ1W9+q=%矛A%yxo$zJl!D&g#miEZs /BԈ<I.d1ۘњLRI]?.Ϙlez >iAX|+Sم