flatpak-1.14.6-150600.3.3.1<>,PfюKp9|MQZʶe'Grl}H-S [ZA&RDj*ST9g{92GZ[e徑uhQ4'+YY%YpQfL 3>ID?4d   J %FX n~ J'x)x *x +x -hx H`x HxJxMxOpOxQtQKRK[0K([8[9^:i=>?@ BFG0xHxIxXYZ[\x]x^H6b+cdVe[f^l`utxvTw8xxxyz0Cflatpak1.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юKs390zp36oSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Packageshttps://flatpak.github.io/linuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in 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?6H1X8iXDNI22 XwNyg5Az 'Uk2#8*v`X~S  -ot Y:\* N%i ad ,'Fz ] I H"AA큤큤A큤AA큤A큤AA큤A큤AAA큤@fюFfюFfюFfюHfюHfюHfюHfюHfюHfюHfюFfюFfюFfюFfюFfюFfюFfюFfюFfюEfюFfюEfюFfюFfюFfюFfюFfюEfюEfюEfюEfюEfюEfюEfюEfюEfюEfюEfюEfюEfюEfюEfюEfюIf fюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюFfюI3af7a32a1396884bac9c560f9dc7b458fd871564001e9319318d7a09516a441ad24923bf07a68cd84025c92d02713ea0627baf04f96c9eab2e1fa8e4684c5332645520e0c9a8ea430b7027113edabb830146e7372fc8670754c696f3355e8bfd2f31930692980fdb2c327a9668aece9cb0ff85376209eead0ac798a55e75661e37979f23511414c6a1b20fbf64fc90fb57b7a146958eef9662844ac1bc05be872bdf783f739afa361410389fe7ae7331d138a6b5b3844e834c4a8996e8e7202660cb9f7ce686c75b3f1774e4351c2002f0ecb1a2dbd35e871d1f058cf3e52540e39acb01b9fb3312cc2f04591ab788d8b0ada9657a9d2f1fe07397efe872ab156fb08e61f4ad29cde161f9883188fdda545d1fc3c2b9d0ee194c86665a6449670bb869432de99daa07a86d87513cd0384240c5e5f8f4d855705bb2a2d2b3ac28cd635ca63fe66a530f20c9695b5781e68aa82d386471da229c0d1e3ad870f605d3f65d6a34d7e5992df19fc497879e4309ecde36729a55126d4dff3208f5368a1c49115bc6cb0f1dd59a40aa532d3363784a7f7f01511321131180d41704241f34dd0d1dd2fdd1035c8826918f520edb140c00fe5574fba7edb328f2d41d164b6accc166fd5910f5668353b92b0f811344a1fbda3816cb48512134a07ee82dab0a1855ebddf9201a66612aa30a965c1c539e4a80a69dc80a59df59486f6c1c2b1f88cf537732b16e718a22a205e2b76c60495d10523c078e3078ff07baed75939083cf611d778ae36361926e6e51f32e0a2bffca792be966a4630745bafd45f61daa8eb835f63f570ad9817f863370d012933780bcae40575ca28808139493a8f319d1ee6afbfdbebb3d014ae7c9ece5d9adec2374437903c4ddba0826614ccc2dde0eff3b4ded202428e2e25b2bb1ac9f58ef50425123bc6d60e543d07e99f8359cdb0186b9d2deb8dac556838d71d210c72287dac7845f10afdfe29e397408c52e8b25527e59416503ea4cdfb64729ad37121f08dcdbb3b466c0d93a548b580d31acace7005748d3ecd1d976870ee02a16e0c3bc7c7b8b5e9ec331ecf18c14b42cb6d6cf93f5f2505e70cd301914c920e99fae92f1ea02724ccb38b67e1d4f7db68294aedbc1891e2aa2db7f761fa95fe77b73e6c4d593ccbaa648baa4acfc13d88dc7fafdc6eb7c0702cb66a687aecc4f7f3d099ec7c37a695b1a752b827726c79b2296692deb548ddb8022b885b37b0a29fe22f3fdcb88cae84b28ecbc4d775bd494b40328658ae7069bfa32b07000aa482e4a77fbcf769ecaf64925dadae3b4eb15cd908bd8c31f5ea95e3ed2c9d4dca815ca2304b8cf45f306d31c6eab9fd603ed570019e44044905b723f5e2348bc8e62f4491096dbcb2d5e4c0191a1dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe5511270b7a0d3ddedc1e42a7914c1c31acffabc14bcbea6533f29c4ccffd5c2275816578128d1c9bcc6e7777bf83158b0000992ea0668940ae55f7a3d18dba921fb972a7000e9c54465151a775e9aa307d085ebdb94c26c6abffa1f041366aa868033a8fe4ad13020fcde428792a9135ecd798da488c6672e7c07294c9065c3acfa8bda072c687b4b2451e803832ecada4d849a5c10b4f4b2839098da9637fa8a1fc30808aa930f825d4599d2b04617767b195bf4a24720bfcda3a1c395e7006a156e026102708528172c0d60cec898f7f74f51515f110e1780efd5602dfd1cfafd2738165c732ad0951923bddb54df973f7fdc0ce7536f0267afac861ac2bc1faccd7477a18b1bfdcce81a0bbf4460e24caff80c2524b718681aeaa3dd8633439f8f14ad9d71ebd5f490cdbe3ef78c71497ea91ef889a7419de6f0f93cf93d2d6fcc57d3d2792edf3f6dfcfcc95acc6e18cdfcb69a7307adddb17cf2f05e034190b813ef8f1b808bbbf6667fdf97fba15acc6c103ff9c0fe9ad794b360fe098b333ddb10457a42b1d5faa85d67d858ddfeb0f5831c5bdf4c28c40874bc5876e5180d5d2cf60d1af8fa278d36b4ff1af3e646aed25aa9d2eebef9e7f50674396137f80e76c759959d91c9c2811cdba2393c9ca459f58315736080f5c335818b731525cbfe1321d5e48e5956bbfc55440f9e5fe4407a61e3dd20b5f8f8b3b171e081d9da60ad8d4852e11b1a1060b8c256fcd99264492a86615f63be479d401ffb8e773411d80a2da908505e7df084917d91e35c7fb03d235be770ad5c47172333c90bdbde0776f50d752695009deaf1c078e85903ce536e66cd5a7173f6bbc74952f2d14b9c1d4f5deb6579fcb83f277bb357df1494fedb4d49601c70f67c9c0532a0ccb46dfc3028e278b4c9ab788795def4b063bb1bbbacb69681ec136e91b5368aefe410a0d6b642a4d0bcbaf49ff7c3183317a7153b6f4099be08a50f8104dec849a0baa1d37cd230de48d867d8e90bab4883bc9c9070ccfcd397471f6a4e855cbf890acf5820a2fab058d517820ee4d34633ee45f11851fb0436076dcee843d5d2bcf61c2f8c585f0d8e4e5a918f9823e1610bf978d0de3a400a1641af4baf3f441f671838d86d14b146e9e23321f20da9df454d20188345506b5c3e4174a21d7e6e5ca818e4b764c2c72bf37e541353788eb4fe88ae16e0f5f826a6c54eeb6ee21f8464effe7c911925a204c8a99ed2bd5631977a50093fe32529dfd5b37786758477ceb51b88f4063f9bb139c5e5b5dddf2784f5772edb601a484258b41c5632b4bba54a78c9e657dad437bc282a630cd759c644f239d1df5e21c81883b18d75fa2ea5cd4b8cdb62359381d1d8139ddd04672f3546724403ea42f066264910f82656d4c2b10b692c27599cf809465df614af19cff322f7744f55677fcbe09dc964a42466fba3acf389e80f42e667e9c682f628fc09a6a4501dd9d70d18db28ecf902af42ce3b348cfa5f0aa9a5042cddcba4b3a0b0edd087c05f03a473cd05c400fe564dfa007bbf27523d5f9f85489c0705915b0098a89c441f5cf2f1248088417c8b8c9a03aba118a67a4ed6898def794f5cd0f97aa94830c3f9e80f77d8e9b26d59b396245d1ee90196061afc8a7402b1c6ca2d9b4be2cfea013246916f57730258a87e3f2ed458645ed7c4352214ee6d970260cfd16c41e60557173f81158054522155c11b8796688df06bb8d0ecfe6d3a69445a9110025c53ec1fc6f1deaaacb28d2218822bbe209b5f54c6a0ad5fb4025b17edce0dae652c88f0dbae4aac063b992d0b3046ffb7e8676e159842b70ee1ee424c1d41e472fb985cf719fac756ea00259060a334365fe9d27625dd851f4689e87b7bd184032c03d169822edd12823976b30bf730c34ffb71482fb0b1cfdcb0ca48c8b497acee62c728bd3cb8b35874122009c87371cb5b18f49144511667859ec52f30a8edef2339f52bae12b9707eab5827525dc79a06c1ff1d4bfca1b7bde87fad166a9e4ff00115f85e762059b972e17345aaaf9599767a079b9efcec632dc31963152dcfe517daeef00ecc9cc300d4b0039cc1f38cbad9984777ac891f67b02a89a40664f094b41bfec7a8a761e214934089fcbe10a380809edafb828e6b3a3d90bea54fd5325f01d51358e96036b69b119ebbae0f90be5d2086c2920933fbdd976ce0bb4aa88c796ea33d4aa73bd03012bbbb538b5292ae0631e9d67ba6e466a93e9f187ffd5e8dce4af7a99cabbb5644d281e1e7c573df0d7842363cb3a31d2b090ec5cfb053a3f29b462cbf3ae473ccc9766d561d7f442732a73b44835962576440fde18d79e327cfba7376d4a5ce43028ffb2a8b68bf4d0737e29ee612d9c174478ea1bfb9869c7242580792d60f853fd2959bb3fed3a714819ead4a497f20a97485fe93beaa2de0b1387c4ea422cd9321cadcdb1a8834463fcc88c82f11ba8479351dad0bb64832408e77efd450e9e2c02650c7166ae9a011bd43360065c0ad9db9e2e418ef84f95b99843fb0956673ec444746c42fbeb709560a3c471f48431a596bc0eae4518a2aaabe65265ed8fe2e5c792d5ea3183d40afa4ad52d357aa18738f7febf5b04cb421f5a3eba7b5f5203a1c06f361dcf38261d9076a8e21b9cf25815dcc6a268965d90cb1d58101411b7437b2e68e176a9601b0d7c5bb5bc21f87e37fa7993eceac5b13cfd2b04672b553126b23e7ae25aacd664772918f235f5177c95d7bf98b89c52877383bc8ae21e227a77ce2059665013ddc5526c52098fd177d3b0e091cbce1164247a52379f1d5885550f1654f8b8005bea622422f0442d026d105110fd5667c6a32778aefc036545221ecff035ef1b4d9277ed55765b261cd3ad721ef6beff579b7187bceb5458859120de78512e604da5f9444c787adfb1c89b55d053e75b9cc19157ca1f81ff4a266bcaee6e8e63c4226a2e783dcbf7c38961f4241cd2d99395e75f0ae25c9e1fcc92dbce3ac85323ffeb97b9688b9003f67cb5a6c194bcdddd21289d30346261b3f7da55562bec5f549787fa31c635947853f4741d15bb2cc8b384e12ecfdfafc82a9d8d3af0e0ed16b226dcf4e55cf3c5134ba360ed6c661e339f83978ba08024c8bf10ef5c1d8c13bc075fc0dbe9c39ef53b5aab4b2811c954b47c24725f4e4d1c82d6861f54dc15ddeddd5a4acc073e96638be6722bcc6b23a66688537813720fe3aaf9cfcb972c011fc0654ff0cd2fadd4fa81cd6bbc18790ff0859d86dc2fadec97a341c4ebae9c1139ce3ee1a3d7089e33e299ddf829a6302e855c005931a1f703c64696b86c423fb2851e225fbafservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootflatpak-1.14.6-150600.3.3.1.src.rpmconfig(flatpak)flatpakflatpak(s390-64)xdg-app @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     /bin/sh/bin/sh/bin/sh/bin/sh/bin/shbubblewrapconfig(flatpak)libXau.so.6()(64bit)libappstream.so.5()(64bit)libarchive.so.13()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.3)(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)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.9)(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-apps390zp36 1725009483  !"#$%&'()*+,-./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_Updatedrpmxz5s390x-suse-linux       directoryASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=82e55aab2d97d646b348f28bf445192955afb172, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a5ab0183d3c1f4a5db98554012e847f1ec5a5a17, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2531ed19a8069246110dd021e425e27a62a27d9e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5d31e42653379fc87bd233de46a3308981c22f4a, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f4ac91ea61d8e578578df24d2003a7eb6f483209, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1d3d2d305a701ade54613315ee94f6722a2aee76, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4135debb50a34310af0f862cfcb7189187106a61, for GNU/Linux 3.2.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 text7i7233 RAR@R&R%R(R>R0R9R8R.R7R2R*R/R4R1R5R,R+R3R-R6RRRR R R RRRRRRRRRRR RBRR$R'RRAR@R&R%R(R0R1R3R9R.R7R*R/R4R5R,R+R-R6RRRR R R RRRRRRRRRR RBRR$R'RRAR@R&R%R(R0R1R3R9R.R7R*R/R4R5R,R+R-R6RRRR R R RRRRRRRRRRR RBRR$R'RRAR@R&R%R(R0R1R3R9R.R7R*R/R4R5R,R+R-R6RRRR R R RRRRRRRRRR RBRR$R'R9utf-8b399d1990f59eaa01ccc948509bdbc49064364078d408472c69954fb181967bc?p7zXZ !t/]"k%r.PZE"^! Z"5%_ȓg̨A. .$b#vGxl~"1/h,-YzҁdY` i]RKf1 53i!REwKi'Rp ;)E"ރPP;BpMDږ ,,c&IZs+>f2Cr$ݾ$I)),^>*P9 r 8X*MpT>9Y.3"ʉ.mkA ges=ytP7rCi:m9 0H1@epK4(p.vzVaTd,y'TqftҷӖ4J[[,0KHDiZ [ֽJ̠: [޳潯MN|9ަeR[]3GrGpO Cn\e>'G |TIGt&elγ~(t76W ,c2۬i=A}-_w3 }̜ & ߿v'X"["7u¡ᤣ"v#W@eoyB(pRz!t޿u~N=+lc]6z!{ǓfEk5Qvlw`4ƨm$u+<S \ꏿ,_ݎ],zCj^cbUE(gULhy?DFJ;rd#9)hX DzEm`OюNAbfhCXZʭQx]1)9@Ɇ܂1It{3@703ǣy/&sO 9lcSK𶲄a|^N␚*^[',~e+VpȘվsP{l9dg ]Jp#&Tj+67#z*Uʚ'O/ǯO-N$7ҴA'~C߬?({@I1 1F:L.n|M׸F"Q>JQ`FP.! .(4[_jN׭2% WTGXWZgp 3#SiԪ q Xm599P1㯛̝AgJL Dq@: FoȒ, "ܦ6n4!;}o KU &jc4\7K!!τBg*N1],۳[>7o7yHG1{L^RF34-|7޷NDH(7>ɢژϵarp,j  a*=#ZĸxabصfN!g ^ ;NX*v!LX+L 'mee픋2_[ 2R H-8!?[mIkkHmJp+,&`Ҷ+`C@KTn׿Z:jq,}Cgb:7JڂbTD;h|T죛(l^j6LV/"P)31jȐ4Q raj -`n*P1ExA4Q'>m+.ruYۂ[2k$rj,y=aqzv6_/įj_]uW](_e`)LF_<.iZh*cg5i|pץJ][F9ZkQuVĞe2=Ls$_Lzs q;s O}kЬ%@߳; kax2cjybH`RT})QRt!JG<:n$ mO!Q djMZ)dgnFeHb pxL`S~qjC]IOǵ xgҖUx.:NށO9Pk4td_/PzoC>=}VĘXa@kDZ|fϾoԊG` bOHZrʿe҄)6#E 7#^7HbZ7Kz!!MD9Q\{J/dwj=+peQ?z\DaW4ilQ.XBXӱp@^/)[F OτpAUWOKدұUSZ^/8:Ե \&逳 x*FM(o*? :T G)0Q)7T%'b3X%}Hx.F뗐r2'Aȓio|\AՀYm}0`&%iSd;.;Bni`q8V9H"<^~ѧprܤtrnLTa,ID\('K)8SLYQHa@%ړ(sL|}hfN N~P- ZG+LI_ 8W}Ie`m G¡"X]RAw5:쌦p].0:wP5UsL ap7DqwvZ^x%\Ԝߚ3"SlE+C$죌LD;"&ڎSiі{NBo-m"t59D&1מbxs]Ej&9&q~F@n;stTG"x$mtK^upKK\?n-M`_[seۚGQLpض WR۱(r.; UQFVVEBjQY-5k}g. _ZtГPYtEY#[ ݣ!Ȉy@^~· = .* R0mn & hϗ00EB *oUDPG}; qu8EAAvqڝ tZ=qH/>%An\s(OeWh0i%0 >Z,A+v (zGJ8ѡ[Ӑo|:ˢon[ʀ@`j.hU6U1 ҊӡYCԲ:c*#8mgrXwyNTO)[U| foբFg1evluE.b8+3?1*R2ynLp*!mcs xϖu!t u97]>%,zE[ީ0b9yn nL*bdO)mQW͓[g 2-/^?qgLC,ܦ-ӝD\$cN?U\MMS}4zO|CMGV&l9:͡@*V}3|0E} BXt2w#0(♒&ҫ#<3kZQyvt1>|ZK޿R19ɯT+*}|82];C\ ^b*aOڜLZ:`%Tzx? P /L-JDج`r zz['7cuL7L]˧/fy`uo.%y'܉u3zsK_@ɒ,.þ8ZѸ ! `1!If5ǯyݴ8ZEJ #e}ro wW ~7,g]Y4Am_0} !V"mKryX fqjÐt0\n^r Tн} UiN=_b3 uŲ.& W}7k, LfHC?9G$*֦ҕ552wG a1|E+F F>.<%Sxh﹵Ŵr1nm ίW&,V%2ƶ]H.S!<Lò{cGnu :'$V6D\7FHh|5RhwՌTAr$]//eɜ'zẌz?1Zw8jLN_]g>&j+-YV_ u>"Ǡ2T+Ca_Mּf[5}܇V|nƣuQxe 8uMFre饪~n0pZKVr k:6N;{CdditlCPVHGᗚb=0#o5?e..ں 3bVG&- LBǔ:y>gl˰r}*9d+W*N+߷ۍ+y[ 凥\~ B!D'3MIЛgǔpv$G :%}$!ؚ4V&@"1Ʌ o&PP^c(ޓ )^s׮Fe>IS.@i&>GQqK nSd̏@n:=!֌lޮDs 8[_qjӟcWq>Go;SJT,ߦH* Yarf6Imǭ~'l!n$|}o]&@cn}X4QCiy<1DsSs6 1-8-Z*:SSA@>kqJʘͭ۰i_._)1fxS'e iH-dYy'c)yEJ5+=cYA`GDY:Ɣ؍}zew MbD^ )I| +. ! Ċ^щOWߖw4$YeR- XchU<8t_琷蜒SRkO^HɷUʢR0]uk >bJjcOWHހ[ء ]\~\gfE@]QFi9Gl}}Ӏ A!U5 ׅ8%n $ؗ5E^EP ?2Cŀ^.k}*6O6_RQӽF# ru: 7EL>!_;9\ 8ƞGIoh2G0W|= :b$}ZKT} n^@_;Vz\})z8a04=OZwu B "?GNy'?V [&(\S8N&Kx>}ְ4_ǘCWw&Hpv fZXϧjX=q_!>(|:' jˀ2Il͠+ʢHѶ a4Y O#bB(#2+:*Q<(]wLiEu %X1qBz.SM/();7Mx{-RRZ_"+:*׶9xe]&@HT_vUētNv []tJZ/ˆpy3-hd7:{m*8<pfԛHFi9-xm;׆-On@g,ŰNࡤ NkMH|إӱ :IwcSdf9>yeWNQ9r3k%%낚TOdVEP#xS$[GBFR2R3 d }WBsCtsIMjC BJsLupqۆyiJ0qi-wG peY0Mu VZFwKRK|bE1˙ |>JQBj9 ~o}@ f5-BH0k @yk{=ċ[qp^b5NwVn𠸋ȔpJٲx9+rҿo|<' 3 Xt=(hdBG^ \Y#ǿ9nų+ݠBz=M! W16C)z$ #5pP hzY0RjlDtߋϲH2EW1 a݋y!v5xڀ\XxsV7Ӱm~|**SퟹܟSggؗv4 --5W[ V{״!ίLuL-L9KWQ68q rw%Sw6&j_(S$Ô1|jnBXZ&:LƉr#ryl;fDzE8?dڂze -[]7'fM~g>d`8 A\99E>FzHW;TL&f<'Rj f"#_OKl߅1h8՞qԾ&->t_++70 ȱPЋx̉p56+&J sexԢev/ѣ |MW'|>sl!'w5d58O7t2Pr)̷JD!kj>H ei>;: 2[Qq=&րAh]%ORviY,`dgΰXjCE .y^-@S&%-4PQ4@? k'1ح{z+ zi8e ,E-0nFz̍/`z[Adg OgfO*$[=c WXf]zA_YMy`y']f!Vަ_!V87:fmZ>y!Fn{+i6u##irGpdN(O8E2etY{F͖q::/:&Wz\#mYU0{cQ8Fv`4ʷ_lү.rVuLOڅ(t֍猙y2z)&ElS?yTF^frx7%WT]=f*ĭWt_p238W+tUN<͂9."<:tb@W;~Lfy6/ɖ&8" ߴZ]\SgP6)iw4I]-X«u']8Eqo% Fc~*riiHx *;vaSQݤWmgb#FL؏KVI8fq.+TeK82,=j6-`NdELE,PF_ߜWW =w8jσ,z.|Y}|W(#j;x ]4k:*ラWLHZ|[.~>&C0ՀU |1+6տn'#J$/c zR]{D0"RhPkz ٙT`4涶E֊*>fRvh VU]G sx-dNa]lJ`**j(UC]8O勆zg 2gEBRUŃ1̧djY3]mn]r -nJ?b7d+Gѳ K?|.IY D_s3}],t?JXוD >v^:D_X;;ݪQ5q/U[ CWyW7keP=$댥'ZZ}C?Q}g3<'bZk>C죶h༚qg`Q_Mܬ\\66y@dA5 ,E17PޛG-TV(YƞHvp8澦nBZ:oe!Pf # C(k~3!8gSBlCnWp-dfzilԲ S3͞Y_QCJVg3@en߮@Pҟ0@G65e1qj%4ф()R >UsE pw6JrPS'[ect.ʡcX_u>fzaq$6dSʟ =c@cđV6 @1 C5~p!ϕwAP<+ܢVڣ]lFVlViD=ߓ3Wʓd9uzkQʫ9[sByԮ:SzaYYckBa^uC{l ?71 #i8ȮKvpH1$8m}8I= KbK;щ5hTyEV3!XUUH>\džɻCm$cXnms) 0|R~i )7w(LN.QfM՝fQmLQaFr5|<جUF^lrhةS]%?6ҧVH8erKf"7Z؜!>^{L,:J[Qn}ɏ҂@ ƙSjx1c ,D'N`%9,@^Ć6(t//D*:lE ezK.|57q^ob18}TtZ}C+3\Iz4>]0ªb4L8 'sQFSk(͛ỘD)9~b?1mB{JSffzS$uěUpISyrFQ`O]Q14 Cn1C9P[?| HIvL~\i8;ºTj>Jf-W@uKN2EnZ#xQ buwŁ?mK0 =y=c l%bߥ{B"=D`E8=S[Hw`\/ F*HC$I ;*Ā =(NSSms'qRL@l}R[Oڧ(*5|ov"??< 1]ؤ0({6Aݧ6l'mt6<}iz̠~6$Buz^.p̹8)D .Nx -cЪC *)̖P]tV{ w@(Q/ʐ }/¸44燷I4Quس[Ի!D%(bGt^4'WDT<4T\\|kfS҃q"k.`W\l;+lZɯuT72ͨ^ :n 9H<5'sthn|~縵U I+熨<?GHZnݶ+f2͆@ s;YV(g0??\Aq-`\&4rPGdKhJN';f/sg"LiSbEq =(f"*6Z`'|ICZru~|3Ro;tե|SE2Yoi_[t=*9!DVq&Z HS_7CtVF> 2yr}&vöYVbBE[W >egL!6*ύxSI|-G\%dFz`MF&u>h6yr§ʫ[kH-UߛP]iߠ /r%ۭKj§tFnZg|[}.NJE^mBT=_ &1ri }j&B3ۭp:7b~$cvmvRnȋކ.h |Idmf] *(ۧ@;f,nFnי 0OyBDg7{))4wX"$:")#LO.! f,{65̣XG&i]4Ew1T=M YڑLv ?Q,[sEvo: Ōi~N.Tu$=s9,2.޷zD3g;q8Gup'Cf3p8\<)jH*sT$KZpCS!`gS41i@ F`=,t6T wSd_ GD'͘ІH+a:0F 5Ys,rsmO@4N$uXWk'` jzY>nyHˁ;) w[{P{H%BSLO];@3NBӥJ,.P/ҏ~dQjnz+k0xG-}T kCfd~SkMC.3KC ]f݇Nw^ aI,GR׳}NUAG 1sLBړ ]uoa?.jZb&.4XEAb Rɾn_!X/dc)#+hq?glex$ dVrLE`:lK#jSO ૠM lM`kE5Bb2My 7ה,hp" QQO$&2t s%7S\LIzQΊ=Hm8Qv >IW%3lk_uoB+dž92Ehc^0 SWL,f h0ia+!C,U~hu6-Zܔ9Wy"-ҝȊx.Gê.e+FqVZ[qn= S%Ϛ[ʇ<\ BI}EJ±)>N_w&RC@uSD)wM[Jg*lȶTu-7LWkB~r&x/_Ky1Zad2B%4A|PK:qb`.l)ݱ S(CkL(ac4ecՓx>5LnЙqh] :&33RȈyY{Xz%^}MJP ?'8ŧcu?Qp^>a%}|>TXݢ}BLdv"()=tڤjcFQ=W0N|<5V7FlX@Nr%xqZppt䡟Z?T-_[{zssOБIi4`jR"njaΈ.xh A;Xbe*K>"bEO GtIFvzm7"pBa-kY(q7# 4]k.IaY&U"bC!ma¯</Rz}Sv;ߛxwiUhȔ|tVY_I$E<|Sa kYN*y^=1{%Y +=Y9,mH3< g^`XWg3߹icFn^_bJg黥q,}FC|r1|_h#uVNw;A?W{/Q]jǰ%Ǜ} {vǩ梒%.b[5b=g{qml:.ڊqȎVe늡iSe<[ŪݠKnRivHPR*! @I~:^Z#6%Fleئƙ^xY孎E>7 VZ;W$f2|@9So휄49F>ڝPWqx[#2Jt&f wqWP6J{cD:t4X\ 488;YoLp?քRLߝU&%4hlQXzn @pڕǪyo뱯یF91'8PK8̊o ' ] ICQ{ o "o MMo'\2-t:5T"ff!TZRZVlۨW5fi: {Q͌Jb_~W*YjRSib-Q8Pݿf8WCJ?] IO}ӻh0DZpylxA!"M]Q,Ξ]vBZk5Ӂ("ZHk(VBӇ,A(goQJ_Fɢ"btӤ+1L1-p88g;96~@cy>.ygYzsUŮY}Kram3˱ߋGL"Mq: ._W>q%φ.*S*0zϩ]=`pǷZ^Zɻw>RS"3tտ%4hЇ.yƇe&9ϿE( U7U,ZBKf-{A"-h0/)X'62rmM'ȥ 2F2(S$q.T}A d#)o saL/*u  F8~0s? WZ.rV"7gvvvޕXnDdq1wzW:"\%z~5ڽw:ƅ:Hr=ن5ڧ F▟tslDLAB6,]ri$;k0Umȕ.Rk)W`:2j?:"<)I{#96g9] ##tsԀ?ʳ!y<"r̞kɬcܖsF_maWr@V n03P!/#`FgE^ز Ѡ(ъ^q;-)sͳ9l1Dؽ7tisB fsGkyy|om1̸4w]D\XЭPKOqO^xxkԊثoL]V;x碊=NPŢg6K Hs(U4^? `BjAnuh q)|=AWU+dsId!:XR^]om&I*p􌽿N۽C T|U$~U*G95_+Sϡ~ L\H#ųּ7D!-'iРE2dJ\ `PnJ6ϵy )BX.|-!݁E=Z4vP5j9a0hz?'&3ثF+q ,6TDwB\>1W75쨥XDO pjǻiC`5tF !ځVQKewZGRc(XHErpG#,Ja@]R4M&XKFjhUǬQ{C_*(56ev<{Bғ>an:`m]Q}?qP|ܪ(<.RNdQ '􏫌l2Dr>ړvJ5p%mM(جw@qYIث8T5$Y6kAO*&c?L2j/ yh;u;#w{RѷP3%bW8ӝ, |$>!;:MN)?Ml :FtG5Wljj~l|?ֻmJ^2u26|5&)"]\L9ZkJMj^\n*E+;Q7~/эBvNPA`!Ǎ]VJZ3볛>0{wOGڣKa+e>8oW2q*8!mНF<-"sEs7{L< luKL{}pHާ 4sq- =^ }']%{i Yz]dGIvp4owA GGM~zwԍTMM-Pc4jn ף_R&'h&̒9ڟ@G:ւQ! m2sr,x5- e;??^1q|MyޅAߑD69k*QOL -{_XNq9c("LLck19# #lҒ.#_\1Ӻs)D89;zu~b21E *}IA^A6R a++ !CCZw1U} t_L%K`Ȼ6G,vp앰)B\yUI(KnrJ@JU]C:HZ@+eYqkwF{w8)rf$gpNy,g `<dF;ǝO0΅L. 7ԟX4ǔNBrreIDϚHJ R@C#U.\:]5m+B}ʦw-g,LitREQgGZ [(q߁}(ӕӮZ'59}M^EXh9;HW^ك"bouB/ 0m[% O_ME|? Rqz(6$g1ҙѻ:<:ZG;SPY m8XAT=e؈>ғ r ږl0z3cWΨ# qzz(Q{%空c#HF&ZB$RG.%[#؃؃s`,BRc1C ^>zнPqp|A׬\L:+ЍS W\]Z;.Qʠ]Rv^Z Hv1v,m_xblS5#6ŗ2=*5ףj#;_N\(B$K%YX|gR .mNI>]]3+?63N1JXA~|mFa;\䉣tt D7hV;0SdXJ^ onU0VCRX4Cjd5T Z!$l}/@m]K1wiI3(~U"cGH%G*?IOQ@+,TͳɾzGP>11SXvD5__M A>9=At,!ǰ&Qݒ JNʹ?a @Wߎp8V[ Y.c'ܕ'qV߲g^vډӖQKπW(2.``u|uk P= >qp,ɃjVE`a Fqd, aiL?gbeK%ߘg<V~<g0t{–47lNB5*z0WX߳v׋݆q 9^N뮰1֥K 4 >| OJ wwU sHO %r|S?}>Q3= JlD|޾b5d7e.pH.rcXnYNOg(Z=} ++9z ?–ItԸɡ|`$U[EwSzݝ䲵Fgf S쨕CoqD/i/#A~'wZ([_]IݕH:sS7ׂ!v/V+4 m J̚0•uWW~V=ʮr}֐Nm!iԳ7{8}|;!seT| º\URa=+mvQҮmUˀj+4[,L2+tFJ"ECEu.9h=px]0倨*3Y]7 (MYr럖f9a^\)Wv@~NmMglh)t2 vMJYͦ ЧeN*%UEWc~ž|[g;ߑRvrCE+I ,.HQ Cѻ0˙@ F^_c0Bwc({󢼁=jk|wVG9}IsT7 RhUt"As]eOf#@q!0FdH+8haߎC0Y+UN/>d0AJ \(,A[oio _Էa7JxONv _f J4SBbUCW֚a+5{LR9#͍HVP;%-/H庻Y3NN ݫj92oL;xy6E h(j1Xhܺyt^a[`(/żZ s%me#eP@F6hwsZө㞕}tjgƄcY8|shLNXDaӺ3@}os> 7}Š#Sw|U~GM0qyX~xv[!0,qu-e#1Gݩ0]yZ(QmecwjǙ W  /ʭfF";og{C\/1F_qK`oIBa-Ie{S1̔C^#=#H:{?n[ɝمDիZMoߔcOEQpk&ſөЗ5GŜ7@*7_ZE! '>IJCqxq,ܦ7G3&IRwPW,ngܘR)ؐ.]jWu3d P$9G}\ACMkRcvhN(Z.$M Eh8RPL&-];v='ܩ&dc5 8Tp: +9mN x!؍ɓ"bx@H@0y =4&Wr ZǸP{ILiPT^h5Md8漫De9XE,]3]$tA0{GkrKcOPIs0f|:u7ΰ<ÆFgm7>.Qu:/PYRmi/ c<)&]ZE Kڝ#}]r(ܠ~H/TPN|AW6UE'[r W! sA"ؗjey"@fUb *ix[} {W'L6ST(dR tTro!vav8buJ+Ž'-U'ƭqC#kJܰ Ц*H:uӆo9}ΧnC-cX$)ǹ4%&`%U2Ѭq(C *#Gc"sīQ֣SfEk,[3T/)}Bb c=_Yɏ1I ׹YKf{(\HiX ׯkB! D ֡EazJƢe w|mXO6"K!b\M9UşudhRy~hdaEm:5/'c\ |zmA3F{(, kg)m,RM>H8/a|u_u5>45Ҝ teF%-r3B‘~c^H1^zg!{@̡{gԶ#pJ!]a31q!oxyᣝukst隺/ZY qZ=F<@4 :i /!y22}N@;YwujV4J聁=t d2jSUQ V:{w*pBT 9#M&~5D'b&j_)쫃Qާ ҇h:d-)WjVd5ګI9K 62Qέ0]M@L3$8B~zTNds j%T 'Y/W4GܕSp6c<A)'Kʹ-tXғ\@v4uJCIl7'Ush"tuyj1(d5::9+ ʷNCiW/1W2MYj=5*Dws683/+4HY~F:}InSuV!d| 1ԉ *6rK(9u'`ApQABdj|WK.BUnL|cNrv2+^(5~쉯ϡ\NUJ#ns@s=:E`JufbbkX,\v@rPiJYE߻{g<JeB rnۀ-zQv"7k̮c~W@:ÄyNm#|EQCp+l 3kJ1,=k,*U~mW w0T9O˰n&qSJv u=H@]gGm%wzG>w'{h' ?P17x4LJٴA/3S*LJ.m/32M/"^ ܥHfLjhȼ%[?;xXXށKmv ߁RA< cSDR’x4xQV)4q"•idقA%풃[t'Ї9DjMw3MǞc4][=[$'g Ѷ͚L&bXAV[BE0MV_z ke~umKM.udgmojU|'Dľ1aJ sS~%:wu?SδPcǷmcwHz*oQb$9F7^|=#Fo_GNkV"S6ċP= O1*eM~3MF?#zW'_D\ 8o`* GzByߩ=zRj]څc4(=SzGMOR*K=xf)*YI(Dl0¦_>R;3c\[+1:voLjߏ>P@G2#: N/kf<:*ʤMD>g!. _2ai5ʼnu 6tK@17;ÖVKv8ZRq/JAÔIvnȑv[hIRnJ%9_^ )iAI2b`o;&=jN QEMCٗLYtuu[1s8Ầ(+L+rT G9)66uTQl~@/JF< N㼍> l t 7'ݼ6a^ қgLL;2ANP<@'c,@k'K;4svX,{"VhJH|ҲH53s c TZzCsS|u{kg.13z`EQ 8s*-"RPrVdH_XQqKp Q[u)ςxҘ?f#iğ 'e'yX?]c-Đb~?IՉz=nmE,iA֢TZ$IS{5C fo,`'mo9k,=cPiIz?K{DtLs:db6~8ws1{ cSy+EhGAˏp^ЧA/Pnjɇ 9޺%*brW}H;R-^䎸u4쒐{YouO)GXw!l@n>3jpT^fu`] QucHt@xG %3m'H+Y$~YQ(!slr: 5 =LKX!J|+noeVu D~) Mc~HaR6(LJ8*n63H@n2؋M*7_)|b{Z4~|j؍ _*<*ݸ^sR4gbOʞKt.R׌ PïVLgA">.*Z~/ kFtfkGQ:i_)_P©+~"?STnTAL;HםBZo0vCk0GM!*m&gMYzK s:חN/t IC&ifzZTN*mG_ɨiP._,:|6UIϔCF˖i p05[=9ftSPB7quZ[976vC4yۙ?,b{y?<l7hC&KJD`bhXcg9 6f,rlv3[F$*z+Ltf4Z{*!ɺ48A26I"[C7;5Q5qa9x`LM%;r֒ / #̵"cB|2_\)GN;ԕf BSfFp|+M(0I}QO\d15%IrmrEiSM䶉6o83v5ͫ*e 0!Hvó&|s)MWk,~9OrLO_~?WZ-<ٖ찉 u-I/%S2vΐRͧJ!` P}b_Bᰓ)>[a#aN'tgzŒh8ۮ JgpڤdCkBzrZ׵x\ܤj:pa'9$yKmY Tuy @XJm"Y =r.00^turi,b@o gFjrFZ5 z$>uzU' ] SXH(μ:\Bu{%K *f!Ue}'P]P e~N*ۑu䢔+21Ԧ0G]r2/RI˩Vn,+, PUtuhU N ^t3뒼ge/yxQL{٬O; >d0hA fy~9=/-#wc+NkQ9QpQHRS낉ē7]DGHb0V#xȩ ŏlQm1H*6y 9|¤}KNoBo?[2/L4K/Ɵvg-J}X~niU%Mlj,j$hkKӋ6R$?f7`+S.jIyH"==NHQuÐ[] T7d5eΖlۼO9oܖ%` E7bDYE]國lc^hi\o{4j1V_oNR` йT:EOt*&'"+vThܭaA-Ч#{E :`}ǽE$.8}#E Ϊ͐`bw:ًU}H$Drd)^O|a]ARipU+@"-Ľ2xxajB߀&+,l/lyHM}_ΧhX ]2Υ\7/#tߕi2+oDL赉#uo\+'55X>Fto{%Gܕ$i)#3l*.¼+D?3 jkjSJMX\x-B꫖}Uzr":۠۔Ȏ0 bt)[:bi3[f@Y }=!NVGX΂櫊V0zo7kCaMzȔ`an AmRq^m#[x4w^ AY}6QkdseKivPҩFJ(oFSvq0eL?DKrC` ĕzx`$ F<.͟&f*B\IcZ#T CfrNSBW<AtY0 ^>0tFvE`~_hKR;I Ћ#-X:sWԼ#еV[O.rCR\ЍEz3tEfِB2DaGEaK+1~u&<X_~`-ZȽrjXj}\o{"Yh)}\֪)ZOsƥFx*00S"?,-1o!)pO!HxVgowj ;wTxްW HRVɭ0[e\?Ξt/*;PߢP25˕p8`=RMi8:} 6C7Ω`=KCh,0ӳJ|N^[:So bc܏S31DO\YJf'lOf7[DR/ۛM7ы:pؼ!O&߆b%;n('4e29eljJ&ZNC_ai߭Td")O2nQocqp7MVR() mr@-׸mX&i; _) RJv.tDm.m~6d @7JY;uBb' wqT yM獰CO!91 3^h >/(i7ӥrZr]kѥ` wUr Gd&q+NϐB*'L:|tv-4#rtQ-S5-oX@ssY1`|_pj5W+ɃG?ۗ˛`vPj㥒`{mZt7ߎФ?-Lc@'2=W$AfA3Jf`3yƫfхȆkBXU'jDڹcuE߁`("j[u JT*`UQX9>S({%`ʤF):l[O;:cљNi:6upG,}F:g?/l($G@)|umзmY^'#tу̉eʲ1^۟܁["˳'.$&:({=Kp}rBk9%4ErK-n6n6JLχ'= }7enbPaҦdw--kM(3Dzmx!4{tx t >9IJ6 0k˰s\iyS)ZqS_˃whg:OXļl@0:9~+u?~.ϙBfw!H{o?5QttYzNǺ^(XZi@%U &zGxT@p=ct5H\7{C6aARey?MfbTIueo#KqTl8gJvJ0:¤r //&Avὑ l.YKa`u&rpyT47Zj>lb ý0kE QԳ? @Zy#@}h {F0*g><h4l#iXOwyUJStR  N4ǯaRF .狷h/rgrSoӫKn?xIL! q/>UO^^* kCIGj$ \ hOyA/$Ss1<^%3 c~>:`f9ncBVc M3'bg(yeȼKS5J Ņ-}/^VeJr2Xx%Wx .\Nve KVߺlyҶ א]`iwB߈@[hJҷv7_l׾\eŰJQK[0-F9`{N˙-GUa fSI7J q!(@;J51o@  =!ѵ6 lKAB̀t~Z.k2+(B'iZy!CUb dzՅtR䯵[eHNt̝,^ktO6J n`I<3J0 Dmj"65T=83ƕ2wvSoL-IwHR*+;_ 0.!p[Ii];4Qs-Z tŠMsh+݅$nVa H]\Hl@(H=L5ipk/kh Q{f`XXvhEvtR>E51";JTlv'\GcKF[WCS_9w`Śb_5{fSSHl}z;d+%Sj f?=bqKeATWY]PFr?ȫH9LelxTx2qj^A4YA.8@zI}z7g8tP79;a l^gdl"̰a =T,s X۠]3^[GI C+ꔼnL9M>S !!'U"ϛ[Uq+54hZ{SB{Sf5q+G\5Q= `gz؛SX>j3(ZQ"<Gk=A=DicILEOw'1͙P`gsY:_ؓ!^W=ڣ;tI]sX5 NnBV!Z Ni/ƺwdM1f1{co."g c}w\q3{5[?1;i7Rjd+<"+dm'XՏ2aw柞c?4&|;(m FIIz3c4 8Վz&ĎB3os>m4iۨ+<\PLes6e,oz_cja|c`"/#2qETʛ4b)?xVyh"'Y"g0\'}@hzRdj̚{@TtC4ҙF|-YJ{`['@-nSKIp6W,-i&!0< G&YP|/}+#<͜tAA.87t%U;r;E_]L&<"xG.x+pcP|Fߡ~nLf(´[兮CCx?%|-vcM) /gBҕ;Vn: .oF  C`}i<>.LM ۯ#3`4{9,q-BCvF|З+̉]ՍDo9C@cb.}1nn꺴o=9fy"8]U b%19q#nr=0rd"3EO= 5; nE r$ď<ǭ#PLUd3{qA0Dy3 G]ǰ讟qBR3AuF~I rK p4F>#;\@1YX6(fCtzy=pJw5io)_%++䈲$1?h!_CoK8by»LPŽvp-V!̨NDi`rWpq&.gowufdhN}=44 TA+&%:F-L3iiM%3x;jpOt"4=!=GEZb*yX f Klڞ\8=[qZG)/n| rl]{nHڭ8IEF&Gk"g O@=tusT{@to>lΛ']<`!~kj= %pWt))썢%7b;dѧP t>.* ӡuYU8G+jOB4eC)mk)*!NcpZcUXzA~;38&i:Y>?N!?u:=Oa󁻰 4 Q*Fp- /̇I*H vPa֫:0 Gb&wT>\t% 峘-2IM럛"6Ze>.eF?8c(D9\9~9PDBD( hG_6X0ӎս+A'NЀD c kU֢K2]|x)`]|*S(ɫοb/IXcyʫ)>%"CeB~M`7;P!KzΜMhj1m2{&bQ; 5eh6:,hpݢ?{hvKH`nVbGU<*ﮋ=ҡշ>m CIu?ZCXH7í;h<ؼ1 'c";Vmwb-3bw1:FS>܈@EdȐRpO/e6"ÃWIڠ QSq6jfZPf_~Nw #Z%PONTןO((8Naیn\и?%NJcj:zHN1$K8,$P&D[ ,p! q3;*VP3fxETVkܛXB xA"7O54Z(t$(TnN7}d ͝EJbnq7a]V@%\fwjuxI3/%c GUTFg// q7ƲGNI4fgqv,iWA"Ն8Qril-%-&]Fcae+{顃, <絺ׯlAQ5ւ X/".0n]}"̑oߧD64_DF5N]&C!G6DU]yKߠ!%λQKkwM{Ԧ.H*/bu"|*_K9*0ԕ#"&:d^-[{IT|sAgidPWUl-pr!nq]׉[.ùEQbݻR[c! ?bl h7E:t J8EtcO W¨'6''l9G>>C:H.,C洣=gn[H95^k0 \fd`/ 5d \\@O{eEa{F;͇,YR+TdjaWβbz-a]X$Qn&w^uSC[&3FKzc+E{#gWMĮ!y M 6mo57(y7Sxw2+c0~ St;aK5<1k7W^niaFޙO xT JG^OF;! A~,s-p/ #s2:wPc<3^? _0rJb |- ^u "feΌ٥"oZjRf9p 0$8~g:o?3g:˟jFD)."W 7Yciuoz3"{qŋ Y|]E7 ReaGxsgKcb-^`]s]@UzU"Ajp35vGe hDڅq3[d{lm:,e5 i*`۽j _Dqt (k_Q@uOWFQOhPb+iXWY##m؜>d@O468yڊ5P 6#'1>7 ^'yM"֒M*Q=|Z7;fM r\#/2"탶u8|KJx%fƾd;dLȯ} 0iCWZ_a6H-pА4#-GG?!p5Dc%LCxi>sqz]egWx)sr'4+ MDip~Uݒ<2⪉g=~ D *z@ވ`TSU=踚{ ? [3W&q6G'A oPZ@[NPai)_Y{PΤw&r(@ Uz=jKWdGV"vHuc&d]GX|&t懋1T.QKlgyU6[u9c* mHȅwb fJ̛Bu]59oJCCRívf'hW?8\s!ϹCy0;~鸊ŗWHOg i^dRV\yCk6'hݼ?;Q o^w'8d۽GBWḗ(DЀ*\ =$i"38Wj|?#uUDw-{)kR6|ZWRY)YGwMAt()# *1\c'׻LvO+4]s2I C"WO< _a\-DsJDel#Pb="%~xvMoٿ]qvT6Qٵ]B&{ce~{5@/itUa Ҩ"*^ieuu]c>X8S B/jS0N3gG\0$sPbyrXsc1 9S;4GGNwċ¥'qf#a 5xh^'|hQgqOyS -\;^ژXO`(%j7e3's=9S/U_DagE -F|䷸y\wDs~M< ck<[Rhظq—|S DHsl!^䜏KVXe OB6)]fOH&_+ @5tۈ=iJfcv"0x`f5zl\ &QӆԤD,&0mq`שVYusg"FE-kXlP\z ^$m`0s$ A.bl9oGMޗF@X珁bBg y( Q0=Aft%BRDO.3M*D2~(J3C~?8ݽ r'n;"èv)VIDA(“&{ =v>)D~ Ɔ(׎Ϥ{d*CD+,yQǷ#UA2q SlS)z dPyp;P" mTcI[d=T9,Hhy ȞώBFq+Z]e$jߞ3pp+E|HG/TFGzW͊ ! Oj $OkT.Bjw"<^a u CU0)la*77P 2U꧸V]|%EmX拎۝զ񢢩X($Ƀ$/^]@AZ9jَ{+9 }UZp3RNQx ly/> #lƮ㢁ftnD8pTC^u-ޒy+7p @gԣzuxj7=fϝ@}}K}fxEFY386p*t8S/0m1Xns"_A:4Mֺ cxm=5x@CBa*O(jQ ˓ /SOt$)-ZIF`ń'y,?a`mTFT$b5y'%'VM VMNuLi٣ܿϔa_pA 5;ml+/@3(.*{C&˒@?1TD9`٦K#:T.! y 0ҿ Bs+qXqBH{}i0' |3gf9o"uxjy 8JNm1˲[FFuB̨sv<&p*dY1lO U̎I;ubRbS"GW=HG C F%>G?wL$("D1tY0c_bᾢH>BA1n4Y8;F"WGf|,W ZU<5)xr'_Mڷ)W9EELs[󽜅3xjwʀݓoc3wg9v5JZ]Q:Yޑ3`.%?|?²etTA#4Gr b60Z%π3̌u;+Fpj?{#XB8$.%n}2uW=_::UzEC<}b[Da6l9n>\RAeta_R|h>w\k^9mZ5tc}"9Aˋ!Pli'o2 Q跍XxOsGםMg}Pqs ^2F:M0Si}g O[pӃZo^}FJ-x[c)ug0ۭSlU Lщ}xF;s~Cn}dn!?rRnzUVk;fNӏ: PV_k] ?AI2f` .(r8 |SH׻kUzl]4fB?r|ZQ$40 8J3 eqnIIJ[%#Sj)X-еTi40o:T B՝Hh !M1^YMqÜ2Rn˽5(Px-m'9l0sLL88!һ;>R~; 23$AU۬ɋL5:YU"I Q[Utp7Q5G,YÒX[1O3XYƐj5sNN|WK:4[e ay.v Sm*n2V~="$l< K%>WoӃ?X_HU;bA=XQO^G&kiԉ"bV;.wG FP**#)v%RWMy|`|rP{\2YaYNNK`>bU [Ȗi~!X1V4F{v$f' *`H<fr=[e#tčfec({|gX%\ƸA4Pfޥz'1.1 bg&!tTUFO2\@,z՘ŨN5|޹xdT_y B>/ȣ;].^6شCTſq׻EFcSsq|d24u۞Vߴ&Vѽ1$Lkʈ qvJyRdWZ˂b'JhMYe!#Z7W&# DeO{< ~y '/ <2nx! bzYuՒzqplX_bN%NN4b| 1Y˴u~moy"BA69 h0}AXgdG?/24QmPЃ3:wt 1ψ褎@/Ɠ tQ?|.L\rtZy 3.ʑ20;p!U]ǞX_Z/<$4[R?*/?5V(TaaNp~- CV~hM*Sn~'mLMeե%5 'g9YM< Nſd'd.8-}A8rjU d S؀^,NY@̦p3(AD(-௪ AQ%Ƶjf8SfG%KJy?_X-qQWQE8]N}Y! ڏFV7v ϯ55Ԝv_Fɛ*Ahm< ,G`X-J2EG-Oe #`/M:a0v>0|_Ӗg(~KG16 >3̞ɹ.m~bt)<{<!ZSmʄq`\=pdUX<˦a' QHcZ|,USY){f *ܢA! [qnN %ڠ/n-}>bd#4яBnA; n{)l1%Itbr lX}sa 4lCtҦ1B*%YARc.^ -݁tqSAo:3f<%p2(V:OvX8ifaCVa!^q.V:[d0͓$ 6Y-OKʓ22JQ枊)nѷ^Ġd-|ѓ@O;oq%-TT3>g:1R"S?x5'~P݃Z\y{AU}:2R{ }ry$4|yŪەB&p@ [嫢Ї,e۾؊ s%_sH;$_3AM !8N,FBCD;i}6R'WSן"oOY}swW I &Y$-g7wFڨhwpź-hThx}ld='n7dvey ?a3I[~%kp[ @PAfnշEP#LXɈ8l"E7cUkp!zN0Oa!>S2s8rkhz\Y>5{GqSkLWj$agj{I) E4]A?뱑PyjxI&Y@:%ǩ;n=t I*<*V_4J @/箏S$WQm5 tldLͺC?=@/{ʝ<#%Qp FMb1`Ü$Ʋ/">!oqo7}) ,2Ñwr0d<]_(8 +fݭ,6SjWr5 ܕ9?$T@XPPW0^m(=FTw(p_Ep:NRfJޔaHB <>w.dŞWf%v[ި!ojF\9s'z|d7EXk^ Zm{XE?DY0H՞ɔZ՚H096KTz.dx}GѲ:4L oy @Zc<=Nމ)NEԼmE-{j+m*Tn6vqqP^KW~)(9Nόɖ S۽q_v5!BNx 9'B?)߶Iqphw󮬢/vP#A/ʾ(ƛB&Pmzeú."{N\*tCN 02qdDD.C\ =\!N,/@Bctbl[ Q3*`}Y ن')3̐aljr}YvKU )mM 䍿thAoPƂ2=# }jlMQ cbe1av^3niOT.>.ިQ_ )ҢLJ;dfg,"VQIxG^(;u/zJy=ePzL*,e^>Gem"́Wa, )y1ts HW(4 pZyJ Xi{IWxz..JRiVh~_ y˥/·&W9<ޚE*HA}kc_p#c%Mĺ_|vH-rɣЭxLxBV6]\4}5".LLOdƫYtv<=(r_8nP߀Ru5^+ &v+щnAŜZ~ݺKȧ- :x ߊT5ߕ_,& ^5a"/!bWA,^sRD"e]{-@'ފy:O"-ߥ<.r ~'f# 3Qr8@ۢ~ }'n2  SEf$#}!dќ?bi!ԖvfŅ)8_bhZöQiH4s{yaaLfxGn[ԛL<(:ƎXdM? mO}Bh=Q&ic,""ړ=~EA2,붥]K"m3gXG` %iEּ (gHg`!ɳGS$`,q e034wƬdgccAqqnAz<E(J7Qw;z &k~^E͏p?ҝ]wzЉDbVڎE[#KS lcN8 e/Hyo垅:6}|VkXq,$[T(Lw763%k !_dX bm+o_BɆ21K'M]_xIIм_(إc9/gʚa]'.cKJrgo@au}c?6O>` Ґhm~6<GK di1&Y@T3gjrr`X@s0i/J4j̬qa_c$V@D׸”T&)0ҞݼʅgK }ljT^v%5dxD^Z9$4TcWe84^h͸ɦwA_wA9XHgխd,3\dRaʚeHbOʥR`ت-><{u圕ahY8^2ӟ,<4rZRMA!ęcb":7pϳ|*1魲x4$4a o[r1*c q5yyoLzp=|\YkFEkjo뛢W9ۄj>r%"c(CQ'9;eb]`hs,Nc nſ]0,էjv8|$Z$7r~"?Lنmz ?䖯@L#XOc/#;T̷E{^ C:H ?R?g5Nn,V]|Yh5DIT1jl$7>C|m6Rx1'$uU sf4v[D"/#UIx 9xAIaHahey$)f>gR rR%.pݫ~!h#m댳 YpN΁z2nU?$e]nGPD *ko^/GsNHZљc  ]G⛒g=&=*ꌡXHY.kiV(}ytʦczo?A"'KwGI$lbJAh= Ѡ$~/_ EPWj:[D-(ƘcP`t:ٗVxٻэWW?l Hi6:l,璪4т|?Ă&CZ @'2(֧}q\D`8gf|0Ɔ X(gW-9#P[x/Nݑ~z,ֆS7*ZMZ'W?XLDʂ-=M?ڢ.NDehqp%Yɇ06yL7 F h.9*lt["T[ GRa9` b9.!pHFך IqtiN 3tn}ǬG 8zS롻Y3H`AAۢ?-/Щi3i{j@Í;H!d`jgCxDvV8U'St =8FIC~Q2&\ nn&\&W U=1ɟ~  sd,%$ vaD >2/?n)a -:-JΑ XQyq>3[Ere{HT۔P'+?YJ"Ovč ` %NOzM87Nq\$:b6OmgbI:gA\c){伴 7faTk6'-|uQ{6'}ʏ:U]{(bAa Db6gĩ Wk24e$$瀧Q7 W)uNL[f/'`-Fᔔ<7a7)8wUȻ_$/[hN| *s:`$gIo&X`|>t~ =ԹmCPERs)mr}LO1ZٲxI*@˕| SіP$E2*Ϡt%3 A&-)Dnd0(40&` 'G3Em?Fأ@1cT,7cMh$hB~ΊMAߛwMwg\і8Ȃn) .gDg*`(}הّ7ZrbF "3Yt^7~"DG0Kߚ)~2D!;UoNcM ,pK.<ޖ7Bl򜅳aj|U,yDuE X( p8(P鶆bJq܇h'CVH$?8PC\ /*`N׎%,e2n+ d}Hwo: غ4gIuK1Ė_g驜:0mkc+-L&yŒ݇_% HmOUTtb5eS ?+R: c4mŚ^q)8K.t§$TyUwaD\leJb pGfFaz7.谙S9AT q#@0&M\ Y$D1㤏A5'>/>[׀N r/ ËT{ɷ7k%^=nv[m-P,Y}UZSa#.[ )g~ߟȱ!]g%T?٦P2'8샑8@Qd!Us {f{AE}鑰B# 2+~Wt8zdx\R_*ɧsf;d [Ɏg$TYnTHR_rad*3AAPj7v͂kkʄrZVU~7e1 .Z] &_U~z!)|3rd<[+q1|[tC wvI#SuF:T~:U1%#.띖cVOssU!=k@=Nr&Ξk YFp0E}|P?uFN 'UJT]4`z VWL3Ro~o{ގ܍̳}P[GYĔ¡scnR(ߚ3 ^Sͦ/B>ڠ1\NZH4/{qfc J,|h11Y2HUK YhQ%x)JMD":iQ'@,2Æ=$8*3l5s q89_ƣ;_|fڏjާ|u: {5y^`wLŬ';\}{_cq< 7U]iEcRqAw*֘wvr[:008^P3¨Խf7M7'{[fqy[ۤ| ٢Rv’Zʬ" XzSR!^lǕ ?ea ~X)nPwH-,˯+䷜kLN&PjGjmo/aek@ $Nf0^uDvKr nQ֮W|~ɧlxқ4RI"nmz*$O4!$\ HD.{~΋Q>m>5ԹJݜct͗ zliLH2>Rj;(,PUo/%e֧{\&)\vTrD)N" ~y!*F:8S%.^ZuE_4j=$JڲI&?ܼ~lH w FGgH]kR1d& ı/#I1F݈eo |REgw.$[&'PgHI"$ 2gb  [Ur :٨*Pѣ w] bǠD~a LWJrU`I(i: 0/H&2H("$ᇠzApbAP$;Nܫ!f3%n_H^cG(#1Hއ`%+ Y:c^)oĄ>3%:7=ˤ7rk"#<*7ݲ|ˍt/lTkFbtDdp'[0ᯩˁK_<9c6`dȻLci3]ofTWf1)[&(gP뻹dz+PuxLL&NĠ%;1a fy P Y<q+~~Lp{nq|FXU$0 0˙DVf/mB`XQuuH ?9:_(IKzH4aMk!Bx-]핬mDti,"}#" _gRw^cMX)] (J\ @4HRkwUEl$30AnLE1u>Qc#ё\"XWpO<*a䧤2݀H$+=mvw$wH1ğ:1q^ 1䂸*)ș ^9&h!sm] nd"3'I_ ж&BW7Z/'xQ%4đ5`ڞyKcqm3 Rq]bȢ ט'uX6U˿8u[vSqʅ~AYJD;*T&ePhMeP5r]>e>q;d$~5/^",ri@p e./S4O.,{\Grg}[53 %פ$OF`i3O=pZ1Rseg̒ѐ渌۝Vt0Fjd dkTD ^8(➱֢4|j#T.Ub $ !_w-Ll d[&v S\AhiVݴщ wݡ | ZFm9|ڌE\36MX:qm2,@cE7j+A,*9^0/DfQ0QBVeSHPⷹau@B uXR4Hsܹ$ڀ T4  .: |򂲣hўx4 ڠaa{>"T[7Q]`ө隹imMȻܢIYs7!g=h[75.f ޶xR%~,@<&soP =gtj F%iK..?h35Ba 0]FGޠ)}6Q~b<^ $?J թpa0kRrm.ԯ75mLCjVdhXz=VQ#Y), `K|>5¯B<>҄C7@y: 2FBZVXen=%/kT'2)̓"?ӋA3kHn+$[SNyZNr:s}%p&L~GSKCH BDݝPH9/ J@c Qxrd/l|0rK$rc`憥һ:V9.\ ͒?}Lz ;&&AFqX h}b7/Ȣqeb} \$}U)-6DwGcg`O%% yAJA N.רE!|Q:\3`gLU@iv- X P  !c:|K _&M,/RѼ .ccw3.5K.Vb@'OǑ=hlP4\66we3ȨFn U ]lqkO.e*#р:%8s鸳3sܩQJy83x C'mO7m-؃Vn ݴPͣϛ'l=Fsւ^S*j'5{()8!0>^lIpUy*& |鱌 A.ߛa`e3 b Qi$6>Ү/.迺] ȡ :5!OOx/#M?YʈZ&Q^̜-0{n>7;9H@(e[dp7l:tWQ%dAy+G4V羾DՓKk yGqzU'h.Jj9d Bq6 inf鯉"Z4ڲͺ@h3ߏ(h3k75m ؽ5mQ{ z!7rہs E`kTŘ N dW4S0PR8 ׻qct[qCӣGq \%xJ* 5Hh?a3B;1 -sO5PMЩ_ [K[bL}Xo7\4 h_.yS@7uP7'뒦ҽ\0 /@(kХ;CAܔ!Jj2@`ndj!IYdQ."751k/~mGb00cXf[eY[ɌT`.M7 Q0lb.rcYe l)D\"ܙ 7n*{BBUp(-tW<+_?"#: gQVx9)t e -v?CAl{=]]u~}2DrI(Qj6:Fy͋ '_Fs[©t4@F4} YJUD=}QiJ}P3Rx{%||Ju8QMLσFҡ>JltR-GjDkP ӲtTb.29[R/ -+RP.1"p* * "HWC1<ڨf\:QdSKhtXVpFғ,{xZ㯽WcXIuz0:&wa=6Rt/6x@8~2S{M+N̨2 +7li箦+Y3fn}?E%faRw{0PK'my j6eKw ,7BǞDnVytuUTzbJ>as?lH2IorX y޽Rj#0FYHvVW:>t>4_knCg<q$;nDۯ2>Z\(`Nϙ\G,X/ǵsXkBʛ1vVuZNq 9AQouO.9ڛ>c$%QJ-aք06 6z) /cBlD֕XT>+~Q2̙Ti%2mM`>}0^-^h\bP{XVƶ=&?3rɽ-)\|XۊBL+;GDm30sa$T׌.AN-h_SQg4 4jM:["ῑA~ YIDW`X>j_QBM.ყwjt;!_0TVHQ:m"adA[/kGpP $%dXVYԶ:ژ0gGDgXS>D{;dFTG#I5m" ak&QY}#%:?`bkԪavVޔ h.  "6<>گm$DCz8b%ĥl7I@ub"cJ5 }|kHA)g!3vcl>+Ea&\~H9 -8W:༃2Dcҗk]CE.#>h5pC]H͈ᓀ[&rGlCG:X(oޜqP;I(>αT7b`G]3x~5L; QU%Wn<^;|:3z .m՗$VǘD8M'DŽ7+?-*v6|Pb)Sν%ף&F~῁DQ~]]0+aP`>) u{`^a$oqxíVcj4W4e|0+k/[kxqF2 ~)fQX7뚐n3$RpH*d:l(6+cM"yrҮVDglhlJM^`LNEۇ6kfĹ,ĵ'.}“JFd(u.hwtS!} cIgN۳H+|G3OW!Nc|@mXg$P Ӿ\aA((9x|ۿ,'0z&pE[Gf ,^&orv_Vr nFUn[~[):G |q3H8\xײ+gM7 $$o K`#wpnwW[>pCjNXMPԛy`*ؤ C۱ʈA5TcpbZB;)a,-9,p_2P0CeHp+rGgшfEzG+tU&g5JlĹ$c^}i)qol:}ۗNV6+NN8wQ+)אBDfU3ԕYCb-0ddI{}'ϛ qp ͈kDzr;U~{i%\a2w/tCǨGjymT#VG J~K^ 4^r9O}n1=- !¢Uj)<ǰʅ [=w, iEfmBYd2**Vm)oH*z )J7Y̖czT|!~ϷUƲj;~ӊG˜XJsU:>#ѹVR<ԘwE>-Ôo]kfͨ{$UUUGibax|,Q4upTF϶#LR.G9TQNjcK@UQoε} <"\YwHGq]遧fW$ ց(Cҏ12cѭ-G,v6q2g78LG$ጕ?Fn@TD.4%Eg Yh%I2 R~aXh!z0#5I!FS:#$HBN4+!AsJSлp'.UUui I`$ g9~% xFݍ tjzwQoSR8?}wTKY$yG {B^p"+[1X NAI'hYߕ8[6;+k/g0ϘEFVXTa3e,TZ`/:3WV/[_!u}ȫ2osZh~ #,blJO=8 ]~Ӿ"->"mxx&6~bX7BKcl-a`)3Wt ~[x6#Lθ'.EPg;h&]kJX3 ѓlST+74R Jw {.`ÙxIW.3k+ab UZ]X̻8ٛSQؗ`^+¨>\qIΠL{c6ۋ{j9HR+Rs}uxv9 ~3ɤ },hVֆ rX |Tx[X>OK? _ uwa; Hi`VO[I$zGZW#Ԡ=/׳Δդp H`RU ԞJh =DvSY6mcc74+£Wa8J= od.D*sFLr=&aF%˒K&p* ,1S8w4~跐Փ_$NSl"V*7ss/50C'B6/YƛcpQ؃H̫[Ֆ'ɴ4=~,^Hw"2(y%ѵ=0䈡K .9x@ȲJdK;tN[|+iVZd1bѡ .H u[Q컠NZ#ŎQHtEf]99.3O@ss!U9æ˄ߛ&pM|4ZD+sQ|0tɗz`Zytn)Vt,)r`Bz 5K椘:u3F DM=0X4bDnfw@Kỹ".صVJ,5D,WHWE_C*KV!(崺 A_ݞMGD3( FkDHR%d09'D 1rʍ]# l\; cP@37O{-7)g&= mqGY75z!lm 2Xh6,"8yP(ZuDVjYE(ZHũf.yb$/g{CD> !q2P s~G3~?K461^ai[hEW"=ܣ&H< ؚ,h UZFl|ס.*ɳ\FrN V$.{OtL_ޜ#t_:.ߩL%Aָfݝ 7@x?EFSv.Yb, krmS&k1>j)Q"2D< fo.Tqt?azLT8y\WHۆj+5i8%h=ǀyS ׽Mʢ[S ;<8JWdljlmژs3`?~B}wFF)DjG_)?(֣RdiNN^;"< vd$KK)_Š`$ ~MJ,Q'*Sa|r}-0% GEO#ǡnLNra|olZw`_ Sߐ&|:TmQ!7أWI%#M7W!;bH=_F.I)үu?3UAxE[ ~4Ttu8yIZy$;3h_E|ܹU ,~._7yDV8khFQZhl&W{TIID@iUߌr&V[B¡:6R]!2MU^E Y\P7Y ǾيMQK8ڬ+b.)ް]YC|Fe#UIu\O5R&fp;"r1`}iuQ>]ً &H'}LŔQ?qa8ϳ2/hK㩄6NzsZV@rG)J;0٩16eZIoh %%=ï;5'ڐpNp\D &d7{o(ϓA)aEȡ{1W\d2s*ެdd滇ߝml4RO-0 7z&]+@S1q-k1W_k/fV ele"3 H"~6U\w}p~7#Pۚ|BK䆧fLdUw1]+%e&;cx[a(NRgC "zh1ɬ+F I%JоȦ ̵! e^e\"wj$Fh~J/WѻǫXكB22m FzayGWW.f~Eo5Rj  zOU+gt,+ҠFs{Q6śl֝9諲PPf[{w~ F`&"ݠQU&+Eqs,mTGJB}ʙw5qn勃X8hD7g rVpfŬ 3y@ $k/HD7d/Xu}Azcv#.]7'ۙ?7ז⼃[&s3p ~j*vőA<-coWŠWLc+#}m~2}",؜=r,jxss, jWQ͢?bH(Q[nGOBRuЮ*'$_;{bu;j|6Dn4vGyY:?"&Ksqp@(1|58T[uEJ=NhiZ̬t:" @}oIa:\pzS5lEd~a1豓!0^9L5kՀs֊ uQFʉoR-h%݊S_/3A1V (磦eFF be 9f(tKAv,a@[ƓX%喣KPAvRaf p!FfӠ*bд4۪3Aƶ2 .tT @#Iem3fY ݙ! A=j0B*5wq|\P,AهylsH: ο"N6p~m#ă 2\f9M~1Xc5цEEUDJz)ED[UN@#J7?@7ltfYX8'Pho-=+9MTJ*-dXm7Bitrr;ۻM BRZb|qy8IjrzKgp"6e[K6ɸUmu~>ao/=ɤ Og*_I]1YD9kf,+(!9~¤y{$r_QY^l^QxoǦy0' ZդF'SSY&tSV`>#RT4iX ƗR$ֆ"|Y +v#2xŜr)#GIĐxvjLty,O].ƩTQ{qb@-%1]/E"&|l˳IiE[}5g%b*+ٴ uwqA*|]99Incbewʋ-Nc"3_;y8u[% ?GK(vM~NO}7hL:j/uVht;[ J~Sf" f"LlbloH߯CAJ%i47Š3uo P{XMOUuPm; >?:WU)Xy˰wR\58w?+.kbesB3#VFowK/I?[CY݌R!N9xJlU".P 壥PihOEgQfg &nSz Ͱ;+?JCC캢YܩԶ}w63j3)CR頣MҰm@8BRG-r"`b8s=ih(PHdh3UrYVC%i 3&T)q[7EXHj08Bv`ܧ?HKUXvee@BmrZ!w( b^ ecg*&Ib嬐ݲժzt̒ܡ'f)spT.q`H]]U@Y(Sʇaa9 7g%?6(y2G=JP;OGLY dlnos[M>S_h-_15EOyT Euǔ\D_U\c|}AH]K?sS`w q!na2OksTNÐSOA0ymef\jbnfljO @aMb,u`rب'EJ@W ;[y㣟]|Iӂ䮵-YqWmdS yȤ-y0FLgp߳sK z+U/tX+ffI!l,a!NΩ{4V'suG_faEL]oX@1Yz0;1R=Ms|'w]sFu|a߹ n<74\`!(_Iwy^]h.w;D<\v˙ $QP""pKɠ>QU &{/I`(JpJ0 /U;|F>2rD W>)DQ򓩍hiGEd1;eW\ޏzkff. ޏ! >5 !#m p3'wB-W)nݱ3ZfLC 4LzFp{ڮ=#-0&wa.LnQa:`u=[tL7S ,gn7v?)/X&t]؉Ic d2?iay,fG)C]j3>H,R(RġwWwЊ;eZIͬ2?]ZqmZar*H8OB far{Jcİel˿r@z?nL0A+ rǚ^CvT"NEX&j| ЫHglLv/tgLdQhƶ0(@ rc̯ 7ƱmLJB4pe}v &jtdxUr10QJg&} sK-EwVFT9Do?TDF W pф0xsf@dE)nܲǯ"G~_%Iڜ= 팔Xll:ӁnR} 0lGoE=w[.&Y*~al8ݲ )3!qEA; NF@#>NGY= cA1V"(U~EE RJ,*ec]"1Ѯ|ӜsAg_u68E?YE)[•[C(33L&~=2WʰԬcA ȢRqyYSe[3Wc^h58$Io&C_k # iBβ/[Tt+E @.Mɰ9jn>z]^N{l+j6'"S2a Y>|qW,YIllXO"%A]Cdf9BJ7s`F.P _ɸ(͝gFN@ܚ/;r2٫zܧ(+~("<(WPd$k}敿.&d]b&"5xKz;BԦOgȆ헊#.SlG'7NcPwO\aw=QJL kh-攐m@Z Ct)D_ZG ay∮BUި@0ZV"K*pKf (K˭?6޻GH-c_|}9p ~-{^T^9OC1Tђgl} %&;㧔9a~Y!X(Mqb6ZoNpJOu9lN6; ńk/IFHUj{0lZT!CItF(Nzγj1[T!C[Zj-\XU4]H9pr#A^_Dž+2\PW ! WϡmrZG' Fb׳W& EVaf&DUAIy9I߳nF&9vz5An :x̭u3R>*l@Ixw z|tRN#Fc%2ʢ)R@IZԅ ]|mB(EswE8Ho$lW5ѸEӼRC]8wcczf{q(d$+9HW^VZ\dWėQy7so ns`f_?|!aC_"NΈ,UmKpQnj9%W]i1+A y)zXb$\ v {h5an'~ TnO =s/<nVIɴ]sϷ B%q3ՇgZ{Wۭ|]nl=`&8j]Deጴ$i$D] |VsE=!uߤ1Lxee@W6{Ij6] Arn`]/K݂Y\ -Ɔh*aF{  %!u4;հɌQMQp/"|NIF3UH9yxJ"\H?K$&N778^bʞ'̓t{[~'$q-KQ X)#!# Ų/MkFz1UZN1ŸdxW!kќ )\e_̹cT7-TB6Q;`'Tzzzsfz< Z/A2Ks͈䧛*G5 Ⱦv]`_g&J( Ét=\C$@1YL|#R=WVg?RH_8QS W]}2+yݞҶA`w]-/pzSZhڰ?{ $LtQϒ۶ZU SJgMxK/'~+=c4Iz kSJ"C4f%JxW:Hꌖ=[`vzj&>f~ uG [ 0tz"O@Hf(=wu 7zljP>8IFX_77$ȡ<,{Ծ , G BByP20;E/8P(*[NYpƔІkn(t*>;bۉ7(/BnSGWUDcwn*kpU<֚ZC@F&͑ʃ!#r/9&v\l>?13 i Ě(|~*;׻|SG_MUp`b>YHa]eO73o B!(_k5/P0(#@:1:m~Ȁ˽ ?~t EMCP|'\ x9 Z~*1``w!&TL tdGH'ض#lFt4QM}I8(\Mmh8-͇N+2;2a%rBl~ђUl,:lܸ N/]ȼ MS .q,4ڒ 2[jXXZн ǩM*5vw 'hZGtf&l[jHZ?d%> ])b2M|^ ܳ^EQ~Pƈ|t4. Z:⊷sO `^E묠lSXђ'd4̏Uvdq '*%9 Ҫpt^ 'sS?/kUJy9jjFWd(Vd)BcPW,PrM 6ex.Ԫl!WJfs`?zª ~jvI 6T?$6/RE~9$W%pSt|Ā%l# 8Ad$c45s;G{-a,H1&hZSkO̩>F q>)+zy{m'=g?abq}m!:vJ(~:&CuY:(NV>M/s RغZ=l&Ģ.mK#hD0 O-ͷ;KM MϠpYS).yQyIěȒ>^n)?$ jeb;Z쉪+yP# Ծn'({ric ʩWbѶEt,\v`G3nLzZۺ>&~} Ip9A˴z &~Pymh g[+  `z1<6A7*77?CrnL7Mٕ e8d׸j=sTfmc\@M pԜg|hW:l(4u)a]lkVO'I9Bc/%j"o%Wwɕi[7:} u>Y7f"k[CXZ}d6Uorҋnx4)!LoZP]$-e>C%|I]q^fIXQ譓%e4 0HaVN e拎 =ʟh';J'u|7oh3wooJ {wh 0~\. ]xlNA`>]ZXmCx&LO镀|lѶ󾁱Es>Mc5zDH&:!D"s/$="c>xΣdW0htT5OPQ<LiN5] 8&{@K345SY<.!R_}3{2֮,\xNIzӇ5% ZӍ7ա{Qe2icjO0_iaV "`*ͽAMޘ7(Un\Si,<+OǙRJ)m+mK'1C@I2fMr`}E _CNL$xZ`E? FמvKdbPſtV,CW $֕yw`'ǿ ~ݟ`7j,ah6L:R?-c !+C3 rhq5.KL: {^i9AԲ~'g^ƿ89eěT;L  hSP]\Cq5-ɻn׻p[8i<] VrŤqllDzl;1׷.DnC^4$k+D~LcJ''B hj `} %s.B{;سsnU$Th!5!inFN|3םR(3X`'qd/0U9%E<0B@5`c ѠznE_51 uNvvejK +$'i:h%ώ1{C_˚-q"}LԲBpn&8pEmtJfV l?J{Mb;~wc _TV;M>+ j}S sq_kAϿ{hr5ufumQhJjLJw@Hz:iτF|dMĹ d l8dhJj@|{qzN_ uAB71q<'}{ ybK57JO/su!<9Ɵ-F B%dmGhpcF;;¹7(vMz ޮWDܛ3<s"])ʋa+QyEʄmtGj8qO bB:;xpe2O.rЮяڱK'`Գ"ĦBkD X{^RM12xțM p?&H804q,NvM|PKnFv鲓/hU ;zZ(n:Rظ&*;{AFIJ/ǤgMEyh'5X~9.D[ IeXJ^TD,j[Q+ .w*fMe+)lR=qg0CCߦ@'ltK}2}Q_pLg22>TRiVa  oc^G8`\+av21AgAto4͝?6`H "{P+G Cl *|t_aE-7;;I@{tW ۳^g@h4cB&.O*l8NO<$o,5&tش;ÚW3dW?@O\Gpv[IcQM_S-ɼ]vRؾݥ3аzFBD8V1">4{K_hcZphhJ0`Z(q[c`tZXQ sߺ&v_f^".0 BX1d\[T%gMG*喋N@ A S;.Լ;$ }%WΘƠ hV<l〖ErR +veҐ7yxT4Sۆ6ٝ*W;Ɯz.ZmbC{piX B俕V_Z)g_f@v\r0˧T詞RfZ2 ğ֖^ _:w(5'yR '(fRmn u< 8 Z Dm J:k.%L;o9a#ZW=U(( ܩMHh=5X!ËN>ڎY*dkx&⛫L[ф]ę|]en)kW.¾z v'Wo')TLk%ɭ#'O#7 pno3DVd~E5N#lQq8M z֣_"ҞfRkW9(´WZ{H:) ;&@-lZ-HOHH5Yh\.Ikv~AǥUNfJ~i5$O/)ŵ1&am`8^Tv* 4Z j)#&P&HRby>>aP *^ ?r?ɷx7_HkK;c]}4L:!"Vqn(;![iofrw%l:<1;< kɉ+Lވ~D,KN)H?.cV/ÓqY/6}dv$v毣Jlp P0εWDWAU'"{ vڻ$5Y:ߤ%`|VC9ɿ^ PP#;%/ǥJwX: brΔq0 .aunɑ^g{Zˢȟ_:TdH D^,5$6Pնe+zd^  ;TlTlp 0)o9 Hx W~=v~Y<# 9^X1,ZnY@QI?cL F}#G`^qu04iU1yO{ܚ#4C)FP,hʦHR>F(X&e64Pi)`^Xt~0vZL u^0{8[2߭jK ۛʫ KqB+ܐ|Ѹx.e+ صDLXeХ4# 8yn]8<ԸQڮT<_\lRz픤n5IA+1jKP~??Gmʆi9 鯃  ~#9"qpؼ&\BEq.iJQ-K  yq=ѩpTtBFsQ)BS ]F ߞ1?HOukcϒ}qr4f:^ f Lg_.sMԎU*+|A(u0bjŮ _2լ_3NS1|/H#Bd҆;5`_,5(5$JthPqpUm6(n3aP-~wG_nݯ<)O:wN9r/M#RFz-eσUF] 2'ztRCwㅞZ-B%{9i0 cGNq@"! |>ִ^*fՊ 7=*>_gVjRzCnsxFjR8EXB$f*(˄? -^t30]{NE+ŸВZ7dߛpHLXA= @^e{܆qwmťtiB9q .p6# UXw|~b$JJ!3^o0e\DT?h#EoC_.ugoJ/51$~9C<1VqCFޛ*Ş<* ~BKyf.B7AgeƅaY_wi c KmX]ճ߂c5tb[֊j1~aƒ"رoli .30;FS? uZK;K%<|S+AE̠D]k)|`z|Irx|BVL\.50W1WaI,i ?0|w [`R#f.6|3Cӱ{LJo@A.g{ _b".SٚOd/>㝥1I+)#dckM#. 1뛄RҡIDcMcF^3ڭegDksH7U 7};59amO'$$!sz$/5+2h,tbrQIόl\SQ-D X0P0Ț)O` E'84Sd:MC]h];GL[-5$bc֚S%wm|$(DYwv*=ǝu{d=0Ύ}5$Z8ȑRr6e=zJգ"!R=Dᾍ$nRhM|h~C9ëALDYiI(WJ+FEGq;V3\oYmTC?[ osaUq"ez(Dv aM'7u|Zq RZBNs_`wVfƉED9RxZDtD@rםr_<6 -%^`v\PNݚlJ u./>M`Ci39x$ZvU8eqojiv@=Ň- ] Kn_.2r> s@Yv {ag '~Y!Lr휵=q1Qjc`iy6#ott3fÜ"h ߱9Mvy'QGGU#mu:GipJf0zطn|G~iWUp[ܫ̸|W"|ӼCak&d>I^#( ×5O ˣ[GX!KNa6S pm}K9鑂8> Nyڦ0~م#˽LJ9N[Zվ1Q,dG(oS2i)9XPn~ fP?DSK]:{VgLoX\Y?e>m9>SoRgۊ^ _ gmr,E3sΙXQgyMϱdv7=5Dn-cGkGmO,lhsJ#DD=*"^Z| )\|؃[sr0 yϞlDNf "'+%!oR['ļzh0́YȲ k/ok|n;ޙpugsdF|WV"xW@U楩OXMP|0#F]㏣\|a|Qj.su߷rզlfr;"%-[zh՛e\[zΫh7Hі,gʽ~i']nQANxFÕuG7=g5)E^A_LV U#qMnhL%pO0+:VzsѤ]+sP~TR6;p1[Fd?7}u36vL Rs$SXo׫rgQK|4"v.C$%LҺtc6ұzz*ZuCki }V^u ]٬eSb@Qމdqt ~٨ H 5q6Yt\|)NE4"a^Tr^^Z`;rH ^]hjʯG$ -%Lf~8*I2GNQ"L^x##m5a{~ToM]$ڪL ,:ax{2N㰷"SnSW)slE]b4 cp&•E5a"DDc]x&{Ue '%EbD*J+55ڶFh_+v,JNהMZqOӃm[b'tMyƯ|N~ (Zm KDBlCڣBplt uH"zIPP{"?ƈOe?Is#k:@뜠)iw1ax2{m%h)wȸBP>+Kg4qp}:E,fj`(뤹PWy&I+4:D#FL ݭCʌ_hP M%g9fYh# QoϞ`W<4pLj⏎S1 >rdZIM,-4 ߠkWTՑwX ̼<6'n4eʲ!t;S\CNko&1N]|RFrQӎybGuCP, [пzWlKc:{U}#5X[6D`_5#@Eqϩ7::9 Ŭkϯ0]F=^f}`cCNO}VgHD$F)n!ZEǥ& 7 {p͏O3&~^%FoU*5!~87G~d>T!g9?-Wx@75]sۘq!hAߵӠƲE6ѾUGǨv6`tĨ5OR𒩃LP;M%H,8ziGY~/fNx+-8lNzo+fxven.Hpqe4ԠkvnZxp?d6YK7"p-̝KR:4>DEb"VVp%Bx;@gSZlkxR봽HaZӝV+^:r21aG'r!Et0ƕneo^I^_t\ !mL'te&^tM}! gh>ӚЧT%aO/DJk/X<+-w=$6 UkjsOTBbDw#WQR7抷ܑ^5P j2.|G}pz'n0Rd?!% sd#wK{̮fzrmsz#yC MԒ)={Ge5勱$YrX(c3ƫZDB5Gq"~U'ǒ3(BM+ D$ObHA].ؠ  Ǝit~iDWjZ e Qxm\hT'TH^FJwg^P>[ hL`oр$CwMϵtCnE/HY_LRϼ:qBНt坡,@"'VB#?o9ulzܦJ2Z5>~cL2;Rn {,/Mr^&ΐ @bb:ncjS_lPwb;r_3iZ0!JO.JL'FmC9.;YcB ?q ;b m/MnYTI=G 9ED(1ǑG#s`\*ӢZAoM28=2CPlou|Nex y) 9 4=qΒpS,BIH㼟6Uoٗ-W}IP~AQ]5T4v0vx_oV !Ʈ^Efe慧,"wMG3졿al$Q(؊PgGH h5<>oo)x(-#CE65IZ$!m\EZI {=|ypC9I+?,3 $ݮ V#im3޳`$ۢ <0Cܢc ]L7^vo}R/ e9?%amQ qO`I1P !4|Q԰sy流=6r#ß_y-h. orT 0Zue^|2=3|M4dp 6Z p@ga3\9[!_E^)v'IZͻCLAL']&sIG.3^Y-X=]Ed&Ԣg\in2Qx(|BU2\42(c6O$߾qɩ\ 8?Мeb9!񌳥쪺т,(1ṢPșC qo) w}O2spb(F ]{{Cg[! jS;w4idzVR\̆pk@2qE>+طD##g) ='"Wӌss^excqp2978 /(l}V( ?xryJ#gVe[OCCn#찥@oҬw>Lb/4?>1\*ŬaİZi,,0M 2-;d2^Em|^$I.,3UԬp`Ә]8b{2j"%,JhUM[V8f,р0jIIYIHT=AKl(GlQ  ;jRIJ.WOיF>ytzF$nO`vq/݇F/t@XiT yO2m-xj 1C2 ` ^{N=-N5^=,Rڶ!nUBj$dfROI}ka;ަ[糖[өPĮIT CDu=o4o.Uow ÌoN,NTъ)*MO^PwĔoS͗[IJ>!G=70\O8c$^}YӺhG4ɃQCwv&v[[;0zxNXCW+ƋqP&AJYhdV߮ 57ϏpԮ[2~ӠnXs A6.(6[}俢y Oͷ/(8!~(Atg/OVq7$lZe'LeJ cO`3t*cw|PW yw}[J" ӇZg (\B.-]a]t*Y 6CNf zSC|l*2+)/e}١1}$$7,g &۵ A]Q?YF*ϛ?m@5T+8uLA0Fr­\ oH jnmYƗsh &7C{EXHBNa\5"TaZGx8`d]??{\HOɬ5JHHp%kQW(yq=k"1~)XIĕt[m!y{{|CIƷݏb0쉺$7]KٿB.bm#WnB8ǚgx{#:-\vHͅtfJEtφ*Nq51⠣ Ba.um4)%2wq:I㪫m|-+b,QXE9 ?-50f5(eq 5F*Uꬆ=}{؞a3T wt̙v~K,Ĺ6EQ nCY 0_ HaKZ @N{s_]=wk]ƿ .7ųx UC6}C#Q@Qohݨ {OrKR4dWXʌzW-Y6Hhx=e,`MZT "F]# {z{EDO-(<Vs:HESX׊ȿXɀ:gQag(2XޫWDLVxÚL'>32mWfzITU'}gsEI[qf̺:k D%c)* Oθ'ȹ';Q<$߇r:_&yqHB 2n窲HBθ]^1Ch@}p9IS/m\yvU_9/$I v%Ɂfãn @跼/-56Z2H6!`dRnwvconMlIM4A (aE3 O4ycBpRPjG 1ɐtmθ !]ؿ@@ƌS|IOtGYEИƤ2kagSi )`htۯ|&e,)̥92"Lk١ܲAARQ0UUSE_wj项2dT܏ x pP4BSbѴc1Z~ЋLJ<ܨϓU㼊%Zd%=,Mn)m3yL Aq}}+߬Es%*kuvZ_9W;AhĆr`b7;Giy2[\T$ lc^W}}iYBBϼe$C Fmo4-&#~&_Q2h)k߆ G7o;X΋N}V\)bi%SՇ(z/4,lNOޞ|‘ b:I\TʑL `DDܙ?,Ɗ/zUwrQN;l9jҝצݬs̸ ȸ=ͻ'*VhEd)HNPҌ^t^%3(d)N٠n1i -ĭ4 OY34p6 Gn,[ay*IͬOr HkЙ[<mMl`[+ں'_T@d c5ac #!tFjk)zSl-9TL# 8Xܸ^d<\.`R35o7hn~Peri쩛0Y\׵u 0~iV6Sȫ5!QW_I]Y{x'xtE9j> {zЇ*š5K>̌.L-Nn*G[tpEeU%~'r@KX go>:OE[w3ʿp"McqX 6qi+KIe&݋hd1KK4Uf:礩,FK_,ޤiIgKz1f$XE<%{7UGGQ՟c-w`]*_-)PY-3-ji@TO]4 BEr Y[8*ﵐDIp|aI;meKoN@4LY7*c$^WUp͔-<2?di@:P2 fWXQ jO9S !XD2}mC?8g6Lg6f"8Gm|3L6E.\?S8wd9}4 $2|/>2b &Ա]2L:jYvx2rzƍE؎#ҿV@$iEM[()/L8BڠP[G$Cl?}bt17;vۧP5X)mYuxNMYWOH*rJWl6~6]VTQB&XԨ;A Zs({cnO,nZ|iY2bT3f[O{Xĥ='U!z #kO ho%f7]`/O׋˩;бD|mnnjx]H] J@0bV`Wg\ׅ@76Ctqμ.h̪Yֺ~M˘^9PYi&Tg@#0?=}splKvXE ő%2 Ƒ 0`RZ{D +˞x"Ĺcy٪>JM",Vʀ_~[KT5Dl5npMStKTc` |-Y%Px}a+}LUL)ܕ++'44IfGQwX ))  HS o@U71~DrsKeG US;K^Vǿ%Vm o|>4֐7fqz۬9&4=.ïw`5x ƴc.G) wMgS퉘%i*FGs9ijxdLpbZ"9Y2MV.}8ct-#$ZpnHE^+E̩} \wr ? N 4I2.m8'3Ÿ́d49|\{/(V;'m غ6nuE͒&b yCZ=M𖨕)ȉ?_qB >m?U An þyQ1K}kA9SIEW55xkWZٴ:iO>䗍%:仭t-MLdsX;hZS*qrU(ɖ+T3l8x)0Ask-|&an)%:K&1:aX=(l{J!Q 9'jxjvEbswA/QK0~E|҂ "I0V ŞeI2^_ke=%OozHM+P೟Ewo̻ׄ2E\Any  ZVCD6k~ _- O7{K\a'ezbPJme[1`ˈ'*Y0%w QӉtn~l f3F*D+@HM]L;F{cԚnc 2MZ\^:FB)D* mA4$KJYԺb⮢􍽽2%ۑz 11OWn1 )%yp|)r8Ry͌2"گZLM Αs]U[ݖȫ;ÁhObqG>"Z, ^Rk1 4f"U_ T=<={ҬPI9%A dMgzU(짔/.‹!B,M N>\b~ZX:ݍx*m%Xv!p =Ԇ>{JIS=xGPP {R')DC?bQ^`;׮/s # nDNMDm(2Ho/'ŀЗ0|Q%ݑ}Ddy oލq^ X'lq /val>}lY8Q0r*:خ`Nclqn:_͔j _ݯɯfGEa FTږw*)_!-$j/`|4_0 SEָWGXgω(g*12׷n;_\oMdj@*ҷxLnt٣Vs^ תpDd@q(3UA^ثk(DM}lq{6Y|a|`]:y@]BB8m[ꅺ=c1 DOOPƂ֩_B)KQoL%:}a멀"$@tD,Y|J1By|2TcN0zhqyD ë.2Vԅ(̇->< |, Dfh6#hɼ'HM10 Xdm["QH'tW[yF 5'; BR~ę԰7܃S.qVUކvU/xWaVbqn T9LV$ ʜX?>:IhzNA; ?qZ:203*4jڠM&VZW=8[֓il+8Z(LSX>`Ol /&#wpg|YUo­sIo)ůj2ʋq$V8MLa?G(8!Mz,' Qmb HvO]$@gn;+A1`+\!fqxmbsXqFIdcsa|{g]Ԍq 8b\6kD-#o',Zam6*z{3/u[i[7r` lXp r7л$ 2vS20>-E@O"2WnoWPuolYcطV\Yܯn(A#ͫ(^LC =,iZG[vܻ=˰|19cɄ(Vߓԣ#bLܽNfG塋n[O̹Ψwڦ]|ŴAw`19P'1 >,$ZlfebQ>'Ng028;t\ MzdU{Ht$ yQy%ցfH_)QJu\6{F{ 4 .1+W^H F?{tn>.7I} XfVéZ:g-,Opn rv FCCڵa/'KP`a ?H=*2Jk j-N*{T^}AK o:QR13=T/o ώ$>kli;-"4,CF7&뒋OׇKx-;vr:t/A ^kOOrLat+pe>V.r[xs VR {/Q{1y$b.Ef kZ 9)H'6p1yC}Rim^%4Q}'4Sw- R4n48sn]V?Όu}L#q2ӡ>! Eğ5-/Fp<;wG-| BLo~vy=o/_.|@/C%?F*M玥dIH5/Q6A#vV>S=LmQ %Wa[JYL>Xi\O%ׄ߄1F=Op._ DgTnYr?Z@Kڊ;o5 u tМ[>u6PFv dq zwߗoHJҙ܏q>$[Pk$x?&TXmN`~~Tf<1)Ц|5GuJWrjmc%.]6/&Ni0ZVTƉ6cX'Dt[ZM4dA]w_ZkT-@p^ }t$Vտ0*$#(k+O,ʞ`y\qXWteG}x2߮YHjڑ nq%iGFz? 6֯nF0nA{Ӷ&|Fb y(,z@+rFpQrp"8wAWG •I0ى]Ij'c#QQ$i8Ò&hBvF픕Yq&pLLMVNK|㓌.u䈶{RSzx*za;wkU;Ȋ߲#NO'意wW3-%L} tZMBwKBss6]H?ݭ 1og'z>DˤVhrsBMIc-0(lQʹl%/& %MK&78{INg'BG,;oܲBՒy=BZkTlβ[/\y?Z| nI4j=` ۹1Z-M_>:^:_C ok!Hkr έtQoyH2I Z];%| #k>IdžKօƻ1$)øK]t6sTJ?u={F&f~|E DP;^uFㆼ))Uc"پ!1}9Dr&ܤ)5!x Ȧ J'DT+Up< =O >|j+r)^4 4txi wy د:?;O\{'cv-2,XR8{Xw#s4>χ*G*A&{j >A^]r/|F9MЯb] = nmߑgô-4HJb9bAUCJ醟"*Azo(e: J yǣP*T]ׇ ZWyh=x ^5sv$Z jxp`Y =HD|x⛃AL|lmk56'䡄༐5wP~[L `gp]~*V 95z ew#mTJvLd^}fg=u ɹZE$E[q2@΍̦4p6v!q8lwKoo⟫G4j"DFݨ 1U%^f%Pk=_-끋B魜 I  Rm(Zo˓ӸOz-+ D \:Q?Bﰭ 6&A;Dz*NH1c ,xgR6όǕ'A7p}L0'؎Q:$`uBN11,qvL>˨7߸4K9T#Q$:띎a8載8j*UH/T6_-: M7QB -:TEcߪge&9L+A3;j&Cg pmn@Цu :|!ZI`Hj|A{VAJbCMp(i<dp̌8J؝ OA9qOU^ԁTpΤH=JN)bK*]ŏ%?] Y1_?Vܒ|*]>t <` Uɜ_D >#:Q!t{0v#mtY3]Gtu3{VZTc^w0/l #G)aݟ։1q7l߂ԳIh?vʴ΁{Q7lRH8{@V ? MS_l)sF'l3D }D6!Mi$9M?BF,ev \U swy<"åE]}5ϺZV侍)41u(y76$E>ǐTg0stG=o+F$*;(S7`ě\ρ_ וFcEp{}L+Fo3Fڨd$s{M7xihyp{MݙfnRu?],Btk~g)mA( /t=rJbӜ.ADk? C4$2S/m5 Qn e8T8QŘ~"[/ > /)=23{EZ?wG;;ަ~ƫ6{=GIHwޘ]?=7,m24-.Lw醼?&`_ Xo:"yGͧ=7Ak?<ۏ$?UD>V r4S;f]dmd6~qW4b6ڣҸ{8٩aK[,3(+;QvAy WCcq~4({j0v9N8=r;,EvW04x4|`bX\ӟ@`x+qm:2=uӰ!z+kVfI]ĕ3P{LI,oP5.JIۼuԚH!O`}].Fȍ"E {h ,qlYTܗ zC& K6!O~ev(,""܍z}a 2:]ֹ Ux*WY6!L?ڣuQͲwdzY:X\mj_)~w&a!P+3P@&-](i:3cb8MβmAl[Ez?cM!znk٣þeT!դCkw;?, ,;F7p⚮J8XU|Sr G3*tXU)XO9 J+JSW$&gp1;/{gnW6A549,WNk(k=hb}n SpѱS@r\{`;H۱u\czu%J~9cBF^7&4wc*YUEjud2.c4Pl1r;>W dŎ)H9wBKٱcuFndK^c4W~*8rꖋ m/0DZ6V%?u|>};f̈́Axaz؛plHvwɅx[\"awr-죙)Ƚ:5-:Bbj;.tM}e)| 3dtդeC'j'=C/ {4OSωaT7׀<m>c,>֤4c艛ON81GZ|rCa:O FlHuL Z73 #-V{䡫)9z=H X=$38COhWH9OuAnnѳs_/Bm\<`Qw.xaQ9x2m@/풨p8V7dUdX%?BY&9v gKWz1O9,J憵ƹzZ܂"w(;n^JL.Rtf|8Y.ECƦ7槧(t(3? emXAOZ,}U)( Ţ[I ɧjF)F8T}0x*s˽#oG{nn IVԩ^,F9">$8-dTpQH<^ْ9Q3="d/9bVV%?oUl3KpP krIx"MLcL/Вh^B{֒"ǻ.<D)7H@!QAo&/ZNHIU>阏{=Ol*ʕkH(Z%ٔZUPpb,/j&DBG8QɾѢShQn8'vz~ "7oA%q^ V;L0%y =Cg¡%7"|k׿ ӲwQb}dxK"M^y뫢O@kahd7ݞYRf(%G5Ȉ.ߎ3b÷k,gw~ָε0 FJkFl^PL^7G\wio]Z{a$/Jew(T3ut"2]` `&TWP.p_z#>/9pg{V7UӸ&/8ĭ%rbKuh@Wq/eF(T_ho'A2hX%t 媇s} IKgǤmx`a{Th$ t>Q#*:s~-rH j}$:23{k҅AT=/fb\HˋwҿG(3w9.l?: ȟ/rz\H΍*f ġQE0%3^r.Ao0YT\b'W2OidB Z lG}\{>C0W Ak, =.9NDw[&m=g\g`,qp/b:U5%cZ3nZ:=lk-ƺ$4TfSR|:C:UgF)t-5Iܠd^cn i E֘f- 9 ˂ Fyi{TBn -)!FKVO7&hIkXELyd a0O_!듌hPfDRY} 35lfcL^eu'ӎK^~p<®̐殲 3|L)[38^DIxx0 a6.@*LH-N,$ /,܃=ߟd*Ō8}\ }}" H8Hh*ר!GL鑝2>YƴdΌԷ*Y8/BiXዓJhkraX%TX!開G7=iMdOG/Y^: ()ܛbd9J* QDƒvcqq̠ĬT“XP`(MQ~TLG8%=0 .,Ä..d?514_<5B'O-8:\ZVnw9ҜCa*3JXLlVgE .]R3v_1 hڱ>/ UhUl8 FD B5.@)ly$ "uf(vN?[mv -}!ÃqyQؿc _kF~rDJ=:̱7LB|- [j 2-D[N74}1KdaCfLsXQr~l m;5OYZV`%4vz7Cv+H~6#]ֈH2h.!vYP)$ꌥ!L z`bk 6?"ˇ(܍B9g^ wnW) y-Ҵ̀u@&Qv!w7p"bCŐ,iN A7eA[@ tOao;|t]w>‚S㤊IwmA1DwIXX'Q&`mDڹ٬䕝7֗d]|w;\d~wcs\5io-Jb,L"q(pY`h4l: L(~Bc99A9ET8zپd4֑p=4ǸȢ>GZ 4TXr9э֑l"EkG+GtqZ.8b4I}# xv:ˉ]1菔q %鄔sY7V!,|v@ ; EGkk%ː̝K|I<@?[¤/1&~{ ~8d3KJNۓԊjARROEU2؎xM_wK+| bWa>ٵ.ߵ 73/+)f |k{D~h>-C$H҃Fg R@JV Mu㾔qp{^ol-:x6Itp >؁u48 Wu̒topk,b@vn 5;lg◊_LJ awzʘ HC@LO44ʿ?7 Fv;n3 )^"ҮioPX-"e2TO"C 0tl XP'IQ/R˷.5H=s3h&-KbVٚ~ U#J\L{(1{Ӂz oE@|]PD@ $D?9ȲXRuKz!GCAZJ$?&xH]`yxp!{؍ldbundѳMYI9hy^ADv#nِ'BVJYM8jGxzܘITm4#qJ)2ϔ'۔EI[ {7*to:m>F̪ɦ%CR.4 qHJ=5wT6LFLТӀ>;2k[HhT.wqiʋ5"lI${HTλt&}yNјU=Y(oVwyPVG]Y f^esKN{3k8C3uG$1 t068 ]|, c"B[&IPj+ sM|%),(o<ٶ J\ h@y x wHE"/K~En̰a;^- G;p+8¬/rxPb(јwyq%^r!jtO[ei ӡP;e?2a%7%̵^^PeM;z߷yܭqsJ7DgMvq=#R9{('O{ĊKu_Y]Q8&ҾAJqR#[ӞX~6^cS,CB s?zD$KQMOM5S?j{dS>_Q<%5Z8RW5/J9\yIoYAbaGWSwT*+UN>j@Oɼ$Ȱߟ2RHhX/0ZQlt)}vN콃,4־/p$IwKRP3_w&8si8+:Q4EWf|;aa}/SV P$ؖķhouXlአ]}Tg˰Aop9-9ORft.V4fsۆ $bq[nۦAw)AؐCStafE]i-sZU%N@TXI'0C=IdxEWR5W#6Fpj2`;`=A]^K@ǹi½su:ӗ`J.,N~P6B!/Z"-"4`?jx,b%ݿwU1Nj,(py>p2K`0Gq<79󩠨pIgtA#=~b!jRk֓E/@}/#;%yg zjl"d|eMW8 D_vݶNN= $^^6yuQ=zsx?!9LN"ݻg9Ux9b3Gj=O%xqyU8),aPWfJ+3.7Sa}S* '!%-R!BkJ _3ED߾ ‹V5$/=Vv"!jY!a:ވՄJd +`4,_ _ENXH7ޔ[de{Ȗ;:}M{I;׷,^wE* 7wJE1!gĩMwVFzse7jۚ\3 A]C.dr:a8UջTg\=2B1ٵB@VйyUpʪZ@V 7>@cFE7 [83kBޱUpz--^C% 1[e&~jft5"+D@-n3U6{<mPbUX#$`*.i 7z3Yo.2i]gѦ=hSkM~/pKA 9u2kRlwo-\׸▜n,b pyfǓ⣷ XoGl#}$ BEd=>U/eX:g Pa_(oKCoD5,;AqƴO\.vƟG)>zx^uŀ(G UGhqozk}|~\Ejysc{軙7Nj {@%~i-XJ씆e'ѥko=QnHI9C1lnLeN\HFp-@hx 6ֺ_4qs`81DA'kqR3,쒱>\M5ך$Fq ;ȧc_*'f5)>6%Od68ԓmĘk+ϛ#BH19๺O !fz:y9P0!GwtÙ>`Vv}{ȩR Pl( t]7]_`Fvq\/,:V*{˙*z]uJP::E2^c"_/⯅D;i g=1rfH5'dVnu%gqĽ`l/ʗi1^I5f^җO4eU^{[K4ănaLM0j{ MrS &aW /Wߕ]!DG{#KU N uIK.G=USCMg=ܵkƞ|қ@bͺ1NGs^I{@1Xr`,aSF ޲ʺO+6.*lk̠>Nn fL5>UYEaY+˛ ]n֝DJUT֚0rDà:Ж6#NibO`@?ެqkT[0 2"]F^R1;d?6'rtJ .;} B '`´h|..y_Cn's{_'w]+j/jc~ԥe8/#@7Z9̓e1Bи'1POF|^õTՙQ[CF{m˃ WxHMج] ԉ0Iu qNb|=  CDR~=1@aRD7!FOD_*€WTƣM&v2$]d)εTJ`xO$hER7I]OX_# D\8uoZOyNvLw:{R,ƒ$t?qElhOz c_GJ>W.e9Q8{:k0RM6+'u 跅g[HtX5!Ot>w1^DP&.D=8d] `*͊xBl_|W=AOij!> Zk]tP0}oR.6_hvtۥM$M#F.yL~% m9(ur{ CRazI@$rlh>%26X d°uT eKg=:!M^C>1nëp%/,<͊Ek_Tvy"pdk -0= Či3Y2e٥:v-23?R>giG(pBRZIn!wJ`pD[I> Cg-_9&Xnw[8">4d IBCpXj>vs"^9i\kq\-m>(Lժh_@{zm@ PUx̆,<(jJx\@Yt6LvmSM`\x+)i B8]JAٽ|1 Oqq8Xu:y{c(r94چk793vD`?Ԕ$2 od 'b~,,d>CqR5EQF)VUS'OW#tm/A<+=m{6p]Rb{Yc,dvR.0< cR#pqmF-d`2 ;>{Zð]pc-dΤJbHm/S)k74TJSg8&kdcH`.CHȺAk6 $4 =*dQQ+i֑HWp[NQ+ȇT-[i| ba}`b}=aH5JwäiIn0M)V%[gC8Qn5\ (mN?c5nI$"(q`e3te%ؽnUF(_`6/cQ<9 VN%xEE'Qi]b7+&‡E{Qi_%^s+(FgKЌ#dž!P!ѽ+v^^f|M9zjW BS,JDեu4厯CCUKT XNhrY hA;޹!v]g'ɜzB߲?7^zP <u FOvmIvcIUɊXRC%pn DSnNM 쥵7\6}1)Mb15!MHdBy9!fY-QUuU;^g+]A&i+ٸn:#XKc2ÂJ\BtvӡGQYshE"@.Vyp%paR-=CBѼtfvh+VK;&{_mCP*M6< l/Pa8ʡ<wwPHݰjPA|@eTضN/y%b@7uAƊ6SKKHfKg+ޕ` h7ϲb m K|4'L+}"޿*)i?FYP^F>nZ\z^v,p(jpVB|X,x ӳϦK".ȣ Ho %B^DAq *hT'U?XbY=ڐ\Jx~'liȍ~lc BM ֐y"VW?eLIQ FT eZ~ώJgz,,=W7b?f׍D5[OI ,N*ho29|`1y)¨2ɒ3*ʳ0t'0ޔ8wb-p2ZPUS"M޲QAW8@ s='T+dCNH!UgHv(qHC<:3Ư>bmM PMrYA!Ufqo#.Kmkq*=Z] y)v|X,KDکӮ6#WvSYvV1J>@F6Eu_ ".#SMMuQvaGMxֵ6Xyke}ՓDf TYtw@}/V$PoNU @&F؆5Y\Ғ*׽؉23Ü!rQ5h#y]fY)Dë``c Ÿ#<ōlmaK1K AcO |/Dx~7WUm`) 6OXߠHg[īwQO:]w(t~Ǔ[үF ,߹U]E-L{.Z&"խVCzՃnS؄D gt֟eΛ/+9mE񆷟9a}qiM%}d3 )٠.=-45$١xWnVTRz{o~DMތgklAY!z;0_[PcF Y _2##4 2xb0L=̡Nïf&uaB_IUTNvl|cIi{zFU86),_E| :43œ ֪n*VkCvP>F^гxQGV㰑4gQ:rXL B2 MxV]t`22# aK>33)Fpժ8dYGf\UZDi⚗g*}r7+%' |:K3@H_T!_EF *y|$VMs@Z%;7ڏ!;'C+p [riᐯA<5+o܎be\8/>aWR5쥹73 uˌvW!`q[4VV|AsK\5SXʏuESjN fjlKԪ} Qcc7@\k:ȟ8+nDS_ E@hDc JW!$uY)np!k-K}_[{!LϘ&3y8AV!Mx[1()m,Vҵ^lgێ֐+:\F2'6F?@~:|}C\9Wہ4wċ*j>m,E̙s2uGV)ヾ- /"^i/StpV2 /,U u1O?F!0lG,艻~KF.TI5ʹz0$_ gΔ\ʇ=ff!E8`wxJr5#/@͜\ =QUꆻ*م,50]Xk"*M#D!@"W'!:gس gQoY-v=*#ѭ&ΌֵRSe&;oO 6n)<=K͛3:*wJ` leψ F'EZmǵ A7t iOreG&GRA-t?O0a-k#D;Ҙs8sז;e؄PtDl@xru>"/gVfg[U3fϤ2Pjwff$3nl`%l".SsH,GĞ\ʫk(_+ ie[V>U7g !L8#P@=JTNR5ڕ 刍J\LIymWibz.eaC` [x`6\j)Nqc7HĊ1Go]>UZ]/.z>:'W89/Zb${($1SH=1l&pQc"eA_Gԇ&\V7-Eq{SIBfRrjD⽎Ɋwz9$NQ]DHDQ?@.3*fK:+qZ)} )_!h u7V8L9]C?E"Bİj>˦>/! ~|A."u_P _"v1u;qI ŔAR-Ĵh>{y<춻:gŞ[{JҞ -ӽDeJB~u|_( gL"0)OzwrGIFeY@]g)&5/(Iʩ sȲbT/qtN,]vGR٪,IƝ@$t7zBIO 4BG@?fm=qA0FZYM,Sͷڌ4e POi\$.՟X}m֟K,1Mkz2` KjkZ=cc:KO]G67&5YF Msaۗk)-ٞl8e}Va,gSڴjO%lTLt;\ R&z\6' !N7?Ts7\zکCm' mW 8D;MMk GD'99bnDƄ2'M+™&T&C 5*T-݅+pɼ nX$,(Z)+Iv<bA"LԲvxpAIYnڀ0z4g=BgۿߙV` $u QT4Q:nqwd^4xMUUL zc[4h|y!vamOع#%ߕ8S*}}sw[p҉N>^|pT*ru})DH"ʱ=4@86*Dr4*C *^A2OCDf/ %[ܑn݊0O L ~`Uֹ z*Mm+~Zg.y١_XpY *NhYup%^vvk! 5iȆ\pҥvMfgW8zY K:$8!Q~.ByN岭4{ "<(`؏b/t6hS@, u#־8P4"^,=.J"^ q1Dei+Gܝ.d?znHQ_IEow0q6T;24񳟻o%l~7A*^2l{){&J3J j3O<ʒGf)w^s] _MM,^ 2I'sIH 1u!:CEU8̾K~4U3R;Gcp! Z/hkcS;;X`MǶRj#Zn%ZQ:VK"lI >30x{\lSnym0T;V\nhq$ꂰ9ւ[J3hعf~)mg\C`G˴nVTh]sh=8tDŽs=5қ HF4R]`Ԣ ulo-.ʫizi=hbTOix%[_/"2 ,~8D Fvz]#I 7,;_ג-xxfSگ ze\iB~בm}Ődd/T~'໖ Y BIz4Gzvk!]HWMxGJjz|` K5edV]}%=ƬL}ڙWO>,նE ޢqa<\*⡪bU󹠻bg FjksY5CS׸E S{IQT Ũp9 }y2 Y_o)>ug.Rj8[wiuKX,Β Hev^3Z"o~b[ĩT 4>nM5p˕@@%".\ &i 4: =v/qz@bIg$H$vVw)܅/=8Uu񂵬Y#bKa]'̢Uqz2.ٞ?;ן0I?  aC ?wx]] ^\fEЊgBw|gT~ib>Tϥdieu;X}eoYT)pCRIu2$" a!.u)xudNVy>/3Ao$Ys W ـ,GJ ĝ%X<ܵ/W8ˆR/``#-*K~*΢o$'-cYi.Xc!꼦mzni=s(q. tkBJ?߳)#;3& [Ncͮ"݄DIn:Ok-"ApMAYv0 -_n 7gZ}䳂[e^q/;-4F)\ײEBa*M+\sߺڔFF^U82$-Rנ;("J]}|TWɐ{!Z@ |L=OJCiJb I;Q,Y>~jJq7eAk2/dTm![j\d }=HBэoYx>]_?[i O Ġ;#;""y}-] ʶG/_`¤WDE Vwas=ޱP,WcR` $b&h986VTDZ~#\D60:(DY40G\)T0\4#YؓRэtkmL(~f9G䫷~!䟌E.G@+8!TRwuE#rrr,RُS\1]p;`Bu,r{* dzz[MUqP:HFoPKHdC"tj1)g326Dg ,Iv47pRLVy.:z8-2`U{J[̓)M_xp7(%7#ϖ5mv{fpQm &XNҦTSV'X85b%a-y_>^?/d؀NF2x;\Qj-bGVw~'OSDwFC3iEMIv^͕L0 ګF8cl_YVd1e5@5V9`ꚕ /1qK3vK4T'"=y\-en~$MwmYrњ]gWڃ%np $<'dKu;ȴbtw4J= Z)$;7(q<:3b?p"*c"x]@7(AYi 4H뷞H4x-bp0tZ)P&6:Mn]?m#NoBu\^qQW-2nFH>-4VE:Cܛ*p+~ 3^}~ 29v?n߆s.B-Ӽ~u=vE.zO!Y 򠿊\▕EcQ<̈́z͗~Vkwwlj vJoGwmñ4)!$cMIBԫ9ُ/'ݯ$[2 sx{x%%:>V:e%NЅvuXܯUQE\tOc%-ώ 5z:y|SOY=?}".QixT$kk!#콝#yf䦢+LEyqa^'Z6Z Ї0Kf 0Q\ɧY;z $l2BG)#GokDRQ݅ ~BXDZCIdp([[ۡd,#yHзAim{oKv/h!L=so{N=ɵUE'sn W{YRQBg{Ww{fGbInL]VG ZpC64ҙ^\\7 bS˵Kn}v l l_k,2ɒW4Vϴ-;~T0_|ڎ *C$Z+BsU]to3 0CAF;Qdo@;!T, :<\rK;2}CX[8$D5c$C(z!'b3&'Z1BsH.Ew۰NÙIx 5Nl"\Sn5U:HF'M"nO-n eiNL2rY5LQtL`ufoPF#۱A 6(cC !׸r:0Do,PKY!0D (/0}A%% 8Er4>P:?Zxp޵ )Я^HU7kT7F!$E+Q\TLDxPvK4#k?vY*yFt8XчݺS;'zzgA&!/8, 0hr~%CU~J}&dotxEJ,_]<" \(d@>YԀ܉7K x,21$|dcF bvJM*sB Z v n喙miL$$Bb|;+ H_~AMo?^.{3:I)mjwU&VH2ًV(#-^h@{ 5h OϠ!l?\89 ;?y&vC cTJAWʞIyfGʧ7UFPϽ1,#9k]5,Y JTpRmQJ=n1U:D VQqN&q'i;{!֊9F! (|kl͘-֓ս^~̕A5i[Dy6 ،L2E:U7fp>l6rIX Q&oؠnSwMrY} p [?ir^2ĎV>8dJކ--G|k(DoYSO :E-LI m0I*mW]?CZ_-JUlkŕmĔ^']RB2F]2K:6|NԵ>hџ |Y{xK'5!DኃBdM2>>}#ǗG;$6[0'fQ2B"]ݷ`W_ "BkSfr*($̀9I>r+n5WP.CH1GOT;_j4]AțレmQFyAovj 3-7eʪ'r_wL!|ǸzsU1viS|9\6U]9|W>y]h0ٮI9́# NFQ[>~*#t-E+ j He/6=B:>XǺ{%ǂ!3i],k g0!b<>W^ČUUҳپ0,r}T\5^1cVc =Ld.Vג xi-ڎ[Mf "Hxkpu7cz]8q)*Y)/!'de[dٕr,5j5 iQ!() Op^3YzT.?bpNܶKؐnPHA|ޯUMPRh2l蚍ߢr D8dp@CakWb)FpBU)ŽPB Λ·*R=;0'xw3e[ni.w|JA2?6phBG$6n )("խdpsnSn';"FzOt{#0.aSEF g# cD˷/]oU? wZ9mO?"$L}UeMo@[ХV.b쫑8{=%UGkxbQ B9zQAo9/5*,2=r<:^yEbf!5EVCdj{="0~1y'I儡>t.iθ;hX I(pmxfE;OMZW̧~y%Z Xĭ0H/JNyߺ;l eo# ~̱g'y6"6Qt~; _-^Plklu8wݠnJ3^0г'G w h <9>ux}le)+;߮?\DzBO@mXc0^ڲ7 Q M̴HY5*KFls6+_)9^ZUuTbޡm9A* `IA(&dP+M5)k<#1!B\A[ @d$"g|Lc76WA @vƱ:.+rJPʪu!N 7~uscc哜E&tNRPCRuxdH7 X U1 Cl2.Wɑ aj-xLYfod)?r3ʩ#lssM"XrT=R ݵ-ȋ%-':G+5yG“NbYzb:Q$%Vu 1C?&w5 \86;A&cy ]IZ^sY!9wkIZo}F`D0<1}ox iNO{3eط?dI_t~!{h '69v#\! ]…ce(zQK(| izh6* : "{?RJV*6Ԉd"f]dހxxuh&K7fhv Υ&UIn{8]VߦFR&uGژ%ud \m:nΧ~y>jW{܆Thz4 | 1= g J/I7N aitn)WtL3tJkxM/t،j'ﳵU&HJWCЯ5ĹjB4]xxJ;7 esO,ٻr5x9gMd#?O\2t X>v+qL#/bk{gNr/񭞃AhdN֧1˃.qՓDK%l֓8a-18 1U1D<2"Tѝ#o(#CE{ٲP$@ciP> #L%;|&R%RZ0|#]@1گqB`IJf]ba(]1&V 5͉dϴS-3,gOLwOUz:A}"O-ƘX9&IH)** Rޞ`؜ؐnAXX9G pay.fa"dt071(<^D 5 ]B/ӍSM~d mCBe쐷3I U~p* HƠsHҊ2 ɞy%h5,ӶU+COMl .S?4˺Dֽ^ q:L(B6 MȕhO20cc1dZwEfT$/z|L`#mG c2Ts7HU{n?&(5Pyh9/EKu@SMV.i=-I-jmEY%3$DL UBu  wu/g;Bj:BX2"#-&8 #g6E?"4fݟPE| -z|,t6?"uG:JxWv`v(L Ԝ8su|3 I<%JeN^zP _ IB~- 'XR db҂J\ G -MWĕی~qnN5ÈmNCfǗ8^~c%+aJ%"qNVʁWT)ȟ~ UhyY=o(}ᙅmw &tCrs$XGd-a{l:A4;J*%zA .qM%|G,35:准4.ޜ獯7e{NPT*t/M675C VƁ>hz 엵 |s* q>_`MQޅ>Ђα^ Yå9Q`? ;~D{8=#!ǵ 9ܗ%gHhSb>!R}ܦ\Y]@'F,+UgZmc2J $/RV1hbiF? [Gϩ~҆ez{K~Tձ i<8j>$pxe\yu/ MSVUedv͌6}zB7 n S=KÅyȒ8Hr @6Ȭ٨hQFU 殎~ݳY B}T++m/JQYQՏoIݢ Xʑɗ!4ֲѪ RO,r9?:)TVbc;P?!zbBurnm DK$g 6=7_8VUbѬ|A5Ox7 0ͨRV%WR5g}[UYP Va9猙t%uc7ׂ=|Q`- vs4% hu{a"RC"`MKisvT]/lA*-# ]=Jc WiNh 3oq Px ,Ԑ6ߌ{Σ-?۹%HX7R)KʊX N`n`䯻L\E `&\."ʝMst1P[˴8C G~|ANXW[.^l"WٍV"oɔb\ѺQ %@4׈a'9Zf*?Kʨ(*$ ֗$~p*R .M٥q}/cL, j2BLfG 8?^]%5rk ͋.S@A^Kv+9H :%ƾ7}?͖߆M-#؋%6m;p.4>k0nW-R|K=] oɾbmYT;?%*ENM6~^b /ȓGb$BZy<ӥVJuF Rs-ӶS 1PAjy9<SVh]j` ђi~dx#}>Q G̾ts84 [esr۶Me0Q:~Ap*ӽue Ȕ. CmV̑Iɵ/~RgbRPtJEW&%Ӈ/'pi:! UK {{mX'Q{'~Ue?ozm?,7;slaʨ\yL+ҵ.ܳ|?+5,He Ƀ>~i+ u\M0B' 8׭O2&hKvr8nEZ'\/ȎB@9W z`bL; )FM>ԧӫՁgw}:I$[v:A;gXo<$SݢG3[ Ds3d3I߆Cf" f lbtk郝$,B$ټδҽ5 7$@x2[g2UkY?ݫy]r &/ʍZ((%F70n7`E.*9-h7`ZQuORׂGl LU~4"c׀!. I(j{3s< iSCfFEf/d 8#RưPK5x2:̎f*˓hY3z3`;ClXA#4.yp.eN (IU[Wxr 'р(q8u'Ώ:{y4% .׌W7pA+DD΋$+jRwIDk&Md z[+"tLpY'j!)8Wvoh+nL5Eso5wÆL1^OkX$к<?͚qkF- YmԖ* 'n3ݥQZp*A%Ty0/os5 TjFtJ<7y2į,_6<'-WOF({r Ë:ǘq޸˯AXh= jvТ V}JF! ! (Q95֊N}lOzOm[+9jWAۻ DBC5[MmNz {џ{3L$ȎȞNqSE8ի3D$CpaFZj56ipNz]us<7 ~?c:mOxn\$d=DN!M_6a c *zjFEOl&TbGFfATN`۴Ыd܂zjP/efϫ-uFs2a]&XdXYd# .P^Z+f.Ȇ27t[m0V$ⶋ3k~Fy}tE#;R?I95 ~x}gNF= X_epRN@I[qS u5Q =ceKg5=2(J2&>+s_F_/H}MpP2WQ9 n黤m'G%UQW% Q rҳr>@B$ ym7W5/"(D]OHf d7њgYl KE8e!VؽUwi4eMDw]H^hw'.N܃4`U{|Kc$%47cߍG K;cixn'eS1gaJxllqdr>bK.)j>#:4?=|3Mc;f!=/dG*۟r8a[֗.ө ԟM^_nb,ͭvLfCs_8֭ xr9,9sE;7߶Qβ -v9'-jݷTO/9; Au 5Ce6 Ƕ D#K,\ م~2z0vqU4@yNs%ၞxn0QUBϋ܂G [S%]ߌ m֬yA&(7sFkH U|n+ȝ_vmbZVG/]՞C3"=D[3q]?g1N'67q |ʺ+DKi 2 D( H?n~) ̟ Q"WX/[6w\kvEc,Z'pm Ԡ bӲn* Mjl@\\2T&%cZV((K 4BƗtKx02g0$A2f%S%̀j93Nm׳(~!b!?PWLU s'Bꋽb6zOm2W&8AǮ!Gdf˕y9i'M*/fꪑ]id9e 9,nX@l~#-~6g=jMFmYCwF_kB?л `5x8\8VFԀ=7DH%r2zL:J2Qq'BF Ȗr"~ )$2I. lE,J1/+j_K&jԯu]LX2rh%*B g8*"z? q|~"jhx2Cbqǽ~|޻IiXp&=LA8!ұDY~U?FOƏ 3'S KJ#-zЧk%*tJD>b8f8NM5fZU|243 XCZi}Ⴏ|'B-qX*~F(bK_vܕAuIi~W?4.3 IԳp Xˉ?T[IR =#`Y:%]XHQT? |GDrSh' OD͕Er+$˟4Pl2UeHTJ 5MPZP/IVNg?쇴k@Z߳k\}%($04|K4zBJ B{=Q?|;4@ы{Q]/OX 8[x7jW5[j,iyR>g~ t5xSv6>͚bG=.bt Q7P6S@$n9):֪P]`0IŌB9{uE1m/*>2_ƼPOkSᛶM¤ W3)]a$x Yȸ y@<\vsaHxOB[Ha*Eӕ=BP&lWsN֠T;jX0z$߃?9Oa.(Ƣj: gWK(\p3}N8Pv+--M7`p+FVxl _7lEA#lJ[xwݷkۖE6C99ߔޫ43z(PcFCMEos2E|9a4,dE>a+}R)~ Hi$^W0B^`ReH;K" ÍԊ]1e방èK }yXP͋i붖 ׃#X/:goK)*-mʍ@07Vb6^T LS:X̦k c(BQ+g<%zosuMJMͫKAa<9܅94_0B.je񣘉p:Rʬò *#齥oٞH٨dr T 䙖y*4#d~5@Aڌ'$ok?/>kT6ٿPC0-'fk3A'R. 4HU=شZ!J+PCͥkg%D>@ n/,&t=:\Ouh͙d({5m=kz@-Z\v2h0 Ab߮-7vYtFH-=XW5T+Hg oa^sZzfWKGH4˃bs@890h݇sZQ}ɖ[2zMKkwjNt.<[A2J MDCNexbJ\/=} ̄"dw[|O*o#AxݺvܬE]H.׽swΆ[{_ yc pvK)FSU] +<& 4L[եBH`yû[h]?G6Uvt}FOI~~Pu)W'#8=%1Onl+ /fVI Crx/τja.%L5V 8i}Ԙz"/K-.D,|hl-#yhcKzEo?1d|%~3ql%LO3B -=1ItIj? ij:=˓0 *VDSp6j9-Ϟ( }"Q&.>[ϱ ɾaG򒾷"K? M'YH9-ddogw;>SZ!콺˙ 5l!eXr{46%Ij<'j[S>UQc2."u##2;&kmsSiu oU砙y=exw2OG%@ 'ҧl`ab.˜ЙXXYQ~ݗ`bQ*V]sfx곫A-LYi̎`rXZx~ cL흇<\c56^,Uk ;O)Djm2#T 7M(!fy@pU偓tIZPY]f;! #YFQ+Ko*L@%Բ:eǷ.v֞DP`>p_ Bż,2(S@;M]sNa)'a2/p: Ad XJ~qʧuhR,Ge0nsHk۞o̓-GkLY:vRU\V߲ĊDoxQuzC) Ḍ94>xl?ФI?CПer!|&cy< RˀB9y5&bKX SsZח(>_J]TL"QIa<'|%Ԭ@Bnh9;>_ `ް%[u!ZTx2$zu^ݭErǎkrL`z*_V(֙hp `EȑA4TZPwq1[J5.U3YR]Pkc%~[]i>_k?BIrͭ:HO dos9A& ŧaHn2m[Mج){.rlcX,;OŖ}ۇE!+?M@tI Т1K+bL6sSJ48,AHBgjV6Y< M20Y83allfCKac割8X36ސm3rBGx:^|ՉT͌SJvN%@- Ɠes~uՏ~Ȗy1s"(fƎQݮ$V 59gڗcPS[Zҡ􋍠6-Cw')rEyf3=}юO^jW/ZdQ7,s. +ܷa@xʩKk^TZA*ֿ_HFrP 9yl t2O8ͬ =VWM|SH-c^V| ^W^e&N˜5xm w%/ZOTlRnm/.dfmM; dK@Q]W ώz;1Hqx-Gg%݈v./C!K8 +V˳Jmr ^2]$L?^r`5B]Z{ԹSc"|hjT[{J={7Q~:ɠ:Gf֜)D{3B6DZݣGck^&*r[@Iq/eQb :t\NчpY^љ)0LzJYr8m,5Zpm^c Lyo$Fݤ;4OTf Ln1 \sIeU ?^񪤤ѿNTv&n;/U7b,݊+hnE@ʨ]v٪g>hX;zGqT 'oʦwZMחNv#ScC3h| #GTVv`Pd=T=uØs}(%3^mk`G*B|m+JNaPSyXyW]!G{4*U K$ i( 73~#UEVU4,3+3f LA3 6SXs8h]8h;HdjxCkU`iP j=Nb!bnQCs4f}w}Aݹzs2:j{#рpVc-<\ϥk5H  eRdQzt@'v'-){h]þ4_&{k҆[ 1E!Wflᄨs:Pg}FE\ @@xI7]N? VΝϋ9Gz7CLҴs~|"*T2/+%Yw=i|hx 9ݫf<`+mD~JͶU3{>H BzsyŧVKNuU$g:e¼QpSIxP s:)a_R^|Iڶ,qE8Pݻ7oi4bQ2`WVEz"է\-w;y5c׬i,'HgNQV ao" bd&EF/O7.J[+C ִb~0 +8`BR&SvJNUV xFkM@ '-3C1 MA}W*SysNK(j aaR}LJ:.jQ_)E!'/xt*{nֻJXyME59},F`ĴkV>BIh _ OFt(nC _5^OM;(tǧZlO[bEhLMD.4%)헆Ul0ZJOhG|3(kg<}GFy4GS| __bcPL70B]hu3ÉcYS>Qea+#ߚv0SwW=O7CsIcyDW[Q1QciePM墺hD6Li@jM*&E>F˴dE<4z@[qNv_X&&t c-hS-ʡR/m#EXLjr'6uIoW73,4활Z`c]XV_S`aܮg8o~cN CNqtUM-=IFn=A) mAZ`G4 s~$>1c+[.:E`Daff8QJY-}g.cF4fT:} 8~ H/DMy(w\dmcd.̀[-{KbIܰeܝq$OMCd}q?{T tw4;! 'c>QxXv]̳!NR 1u6(sXK@^,GYmcdT[qG44OF]u6_X13 PBdo{\}CCyub6+meJ#ZhI~ xPt^G*- 랅l1׮>ׂuZa,s͘28wⳕM{9+&<'5s#q w*-JLTlbĝ}]ڔ$Ťv-|7tq7v "<-`_ ƅ1z2>zojna3":**:JR>]m#HOܣhny_dLAJ[s]W=ƝG!5NiAl )gUlSxTU0ʈV&)i5蒬~u]Z!ȣSX[O%y1ƒ;{JT'ύhLo7apUfN)VU\O'<5TCܞ?q_~9n`&Yq0M홏U~niTe"2Ã_6]WݔMMHOL+Z;@m򌏶'RHv7=5<,,)W].U oEx!x?sAaR {LGٙ:}r/ErH/UGAU/3t5  muIKeo4F #ADPY*==-}`oV L4&P~FlJa,)w\ð'o۰Ο5 :9nߝ_)U/Ѧ> Zord(:'!V :#>'NKlS؉A!>fn\޹*l_n?,CR6,cs,f"کY 8ʿ0lc$7\=h~l"@ kn4;GGb$'M}!@AJ f;Sa(v>r|vtUFݮAo#+f] 0Bع b`y24i,y t| 3[ߪ.H<3[ ms4& L!ֆvV<X׳9s:B 9G(4Ab $;w >{ %uF/Eu크]9S֖)ߠ&P~2 %ZHodmw*;:fO>9y P$Р/U R("kw8A^2o<̇L_DqH4B+}p- }(lDf rWuI+S% jQ-2_ #[T^`}o(;U6-w_{,J!|S)py x^yų^CH+Af/E\90e!dUcASb OQR)Nك$PJبSR /Nh"hN l`uEQH>ܞÉa2+A6p'”dz⼣s>63,ߜ{3G8P!q?NX6pE_N5=#tY>L'{-)ݕT1?FPAdota:I7 s935ϵϨ\L6 x*d ͸$KmҺ>8:=NI]Ďa} xp$y˕rj7Lnj3zE2A `p[DU}omZ Cכ!0tXs =./`([1lCfq}l`ztd?T"aܢ)sQm: 5PȒՋL#kRɔ[e"4ȝST &g΅DF݇>2  QY|tEMo;%v$)2cNs@ԑ4Ur׆-[/\mQ-RF-2 /lu 6R*^*-u?:K&<=ũu:É V^6:iE ϶t4Į Nլwx(&~:mS-/cZo&wQGࢅ(3=ȓQWq7_Y4$K#05^Ld#ޥZ5yW!@z*$hW>QZ,۪}N< Kbơt`})vaz_Dv橵jsWZQ@1T1âmOK5]Akdتִ[e\y?Sƕ)Y7"h*FKetP2Q\*Ja̍i<'W96l˩c?be݂cE9D,${J-Ө6N5"ݡ䱜twq.fgzEѰغGp` 4m0yxԓ.b̄+HJrDSl_J4*rmluk֣ZJLvctx?jEgW5H7>/KIZ[r}%6Wm!t#&P& U'Е}nU0iMWD22n,@>f#!<\1.l!YHnIeY |YMdW]j<* 0#GSi \a"j{UÐ*6m]/hjxy:Κ$24 |#tk5@ݠ?uw0F[7 aYttf.R7ۮ=^k|U[H$[veTnn$ 5E 59l,JXD@QV9h%ΝFw1rJG!ydd~evVY3h5h(QgN +/:T t pʒ jDv`,@f,/Vc=u@*g  o]ٿ+NAZrEό曝iL7Cة~[aɆƥόO&~ =͉|MTYlEt}/48~Pg_'~q>:f彺"3_5(SE\U&?{~kKƧ4odw)$G:ިKti!J7nE[NrlŌ{Nt% vLk>8̽nr~uzܕTB:- CRLކH{~nJ>A;6pyF*/Ƅe<,25js`Ag-ڍhfyZ#۲ s vp)3JA#v˖ fCR!=9M{>֌8N֚ XLҶ %"k*ѣn&r/*uMx"䠯"MSUWyd"[,s^˪]@8SʊLNU`>\ [x#ṚK@8t7al>SD~iɦ4\]C*/K{B󏪏$&(AT-(FhN T]L,2nzDlFА +)LJ]V {Nk<څ3;5+eوbPU SQ?0);KmP7^ts4g[Y!xW2[nQ)\Eϑ7ƒfbݼ՟˺Bԃ>%ݑ]SE+loC4L&I"8N&(T9 v0xk9N֨, ;s[[f);[\DZ#T죛FWNL&ϣY* Z % X, V5Tj(Aߚ2Bw?mjrD+W3#4F"~-ʠSl/o>kELyxB^; VPAm p%&@i&@qC}UOlJD.qyn0f@vkpõ!\}xО*w ai7*{\ma)h `[7ɶ n?7!!'yܔC OOXG[kI_| fG-(efEiA# aҥzfjGn~R.@r۸n^.]P]ɴʜdUF`%!5sꤶ.8%hN6_1̢h3M LuĮ t9A#ST?34-eJ~hϨж7;4]G;MFyϪ [ !9nn[b$Q*ev3R,x_>(̴6O\4+wJqšBBp^SĮ:5*ҳqhz"iOA7Y".UU|R܍Rʱˣ,$k upWZ;KÁF4B>؟Tl܅"ܚ2TO& BQ 6KTQ.kCV2!Br[_tN$d"^ *_VL̠ᦷ^?y0)#<~p oVL:=+KXy̦WI;*O /ZrtMRgd(rѵڼs {[o5 UeS;dcMT< "./E= 4LNG/OzLhY욈hˉޛ܋֒[ ckMy^2XbS,3.=a :DwJt3OKTc2Nb=03=3%DIjϸ UIR.A??$*$7^,F okd*۟8 wsO3(:<-CS88ޏɸr&$T$A7 %r(eU؆ \e@9C#.[#/mYfݽ|Ds1Ph-2]1ڛӹܲ$A! Z!Џhfq'ՈmSHHB]IB`/;}4@6۷}ZںoX/YYʋCф6DNi)nqQE^0@uDfD :$`t/(/Y-VS+y'ߊ(0-;_Fx˨5yBV r sbDX}Hg.'{$B䴛;V" NlL_{P[ʬV(`HK" ~j&^΀wjLan%݇LR߅A1Gg#S+mY,SoƩSn[kn4N(6 %,ʌ{+59]:VqiCd'8I,PN8k.ipLDnH"nsn^9=R5T*aMg%EdXgbyewπ.i0 eko3uR:s &O"6 uRՙF:jK2}Om$q:N0xFCPMA9HܢƯa:2;ўHz`@{䪾- G!7Ga{ a&;1k; ݪU1i:$9pĄq_y5yr3wٲw0 mTr{:}TUf&m9?ێg^R^aLdqvP9%5M}&DNsp޷U%u;iYjks@%;BEw?;DA$1Ňp$r4Gp:P. -|d ;r$ ,C2Y-u'qE=숣? gEǠ԰mlcApz},gt qBrW8wR/)Zv2- b.3V;h;hyȄ%ρgDJ =B/LA΢7_p+yǾc)dXQ}ɵL .Թ8D^gqD2`eѥbmy׷/ pUZh1xQ~/Rȴ`)^j+hhe{&HQ7_JPqt'vQYD!R+[ bx00"b!/Ǜ2bwrB-]q{ro"rkWd3;Mx)x&͜?AAHWS 0@O1=!|4e%?$}%;3ֱR&^I".{pCMVk`!%"r>ڑKWumb`u S[U;ۋ`ZP&u =R mv&Nxc*U@;a:TZ*R8kUM:0 .$tP /W~S˃6N9D_|jiX-E6Kť^s?<IqN'm>I7/|.\g:n!&SE~B,:SQe7 (~/E+(u/=_ih ҕO0C? Ԝ "KX+JJ|9+#ַOh[W`l3xj#POE6qcu76肋Lu;߆_nv:v3դ1X 'pW2wfI;:W|]=i'_r ՛2߮jk }$>x?\e7W1ƴ 蘱u! b+fic 7Jn1jCB8b1 ü6z>.~U/5f0>> Lhin1I"ю#-ū b=9JϘodDGL>UIü{ [H!!6*6*_y3źcodIiEؐ3RXSpғ\^N*Jb CCACpXđ#5HIeUG+}u+hABxP5Y0(ȡQ"xPfר4L2*I ?L]4„tU1ZF""*Cb+SxUGA=bÒ@2b@)Y>Te]!KOZ禹lT c1~%_#Xd4}>ӏFkG0B0%!ia:+M* 1>f0z~EXs ܋lGJ4UY3* f5sP-UJfѿM;^>N~ga$9_5`6qsPK j6﷠g2>zc:F ׷K.%xxU{F9+!V=cLu9.H2C Py1$`t1$@#d!y36M .v(--l ;>'J3QQńP:H5MT wP_H̾k9t, ) K *US BsO018#S[0_d>f!kͭ$xx1mrs Y=(;d|kBTM/9T%̓.S?,,= @ b7zֆi9gehJ),zV?|Ήݙ؉Tfb9+Mͽ5 :m켕{j~eTJNmWch-œ 35uV;)nStMe,T#1">HW]haCQBZjH NQ ήQ4oa够}]s]ɰŵ_Sע7>-FDGx,lFV=s2Q5T% +-k8r DtwbjIO&:sGegh'V?n͎7k7] ]~BFJHk u\ŵ >v?kY;o- ~TD9"l xlm2^O(2&"YջuG\?L/1'jl?_E$Tn&&3ԥsxwL8(ejVC6砏gαo 7r͞9k?!ØtWYUfߋyIӪ"\`Y(xUYh>t1!.gp9P1ebnHlZ}G+mfA!Ё܊1PN?mNuVtIkqNV\21urb5vs7.[ʮ)4dv֯sN<)OpfPu N㍔A0`tm-~ߨen\k$+oK^v%} *ttTquryd-?\5D1@C :ߌ?H&3^%N{'{i}#\%e%oo2yRז|C* ϕxIIm-tUwyD(QG; [Ư3>:}> 0۠rl^3L`p1r$nP/SdTl@2t$z>G*g=W4)_A_yB!3{ҵ1KNTɮ$*m;,>Ɗ,*u)Lt RRwe=$*93ˤ?|kfMz١0 raP9~9d1xӫ _o#3>2}(r sRnЦ} ~b}:N* J1oX,|܂"况m:8F{h4Kd{"[JOg E<0/1;M/t.ѧ!4RN'QUVrFWA< \?I*y iIC%yc U;rVjn`I*ew]4Y%)6&G/`She!6+:DDև`&s.M$V%)P0b̾OlAKV +'[`#r {Ak!O߶U$AD{z0/.4^uRfn!q%+ 0,P2_d#GYVA$rnJNNS:?˵h}Ƶ9.~ʄ*R\&!h+7qB #-Ø _;Q[yo;^@.O`{fE`b6ؚ`q 0k(P2Ր k0϶1~>`%͜\WQmE.R4p SACV9.N2aT>'5 br/j ?w9'%\칱&>I띆h w7FȊC#AtӪs*}L BV0f5$GZ7󕐟&PNx5Ek.Ӂ#y}4;g}=A~N1%ɪ"LQT9aILDV 'ܳ)W C?볠)9} Hx/V.TR''+wmF wk֦U_(KK؟بq&Qɑ?zG&Hxrr%v74}ޓ $uD Aʋ-RZ@xVU6b$X~ HQ!LH$/3ʎhawꎹQ/IAY\tݴ3PfZa7Û}ֳB>F+7!?F$R=|{ε╦^?)g# v̞U`Q0yc k! ˁ4<=j xպm҇`L*z WCMnvl*9ulkʐR\*-I Ze}lk;3TI؝sOfAAs󥡎T܇ eM)ev͍@%ebkcKtٜ!}=Imެml} f4nUߛ`5Bzq  DXUO.(:/VpQ,Uu uCAd9ېԮ37I0Yi,~6>D "]$82?+`sǑ}<כLc)Kht#Z]# ~t@ټzi0B6Ncg4D47!Q@H .Po8k^2~S x20N_ehnֳZAq[pD~ PLH:-@ZC`vL?ߧOBuz ROehB@13e:I Z .*.500}Og4AJ+w ^;ӎv!vS4$ $8öEvz?HكM!q?+"k+OD?BQg8nF ,;U%!&sk&MWbJn`{T~?QC?8, %/n;i|5. mt_{DѦ炢dS_أ3gˁLX2TWEJ$>TݙFMs7)W>hf6'!-?_Zb=%65јM`7ܝ,^n 5>8tCX]b!$e,++;nlWmAXka7 w%9lkڈSweT(\m뺦|teɺew_[͞T%$.{!wf=r:3[C4bPH2[Dı|R{ߝ_֘U28s` 9xw\\J׮[L!|Y͠JB='!a Vtl*FNp_e=vHOߌDJ! kf8!r^3*Z*tj!M4bY>gޓUTܛd;xxO]TAp(>0~JׄwzB:ێ dR*0Tczvt?ALyR, W?}i29$pGm IJ> k vB$^ l¿ȱM(8+K:^p~Yc.H kKb"$Yk)LvWI,Ԧ1 (jO6! x̱훏O`D7ʙ%;Bg㙸k7ABZxu=S.D"`L ؼo'`T>mnW)(rO@ЅTL$CtaU @Jb[agW':Iχ?os2eHҧMP Afx+p3RCU/5!SC+i(&JHFs=YyWbGOٷ͚֭IsڒLbOxs8*D_~ ʹE#nQDPub6?'\qL|7:rW߲[}l ơc'5lE_ntQJ5@X]wkM/ZM+X:A2!;oba=`KʝWK;%{ˣDtkULC$e̬ࠆ58\`Xӑrܡ2!}̏%0^/o-EI q~p|د_ "-k${KrurrMɬ'5<80psy3sŷYx™FO66>'Hό[Ϥ&_KŔcccb20 vન}iq (^v%QJIXWQ:d尚gS3jJѐJ2ɬRpד$'&.Ɣ&2iXSP$scS6'aA@.w":^QMK Bq kiJKe*lRCJTYuŧ{rnӡ\ێE$/J*ruy}hgMVܫɄPpq1*h=QS19Zwarh|#a(FȩBttMLz'f.M7 o Tdl˥ӡwJre"$$5\J,ɮrR^{dJOOa~d. ڹ7f Q9ͻn?ihDv0ԩGlweJ_+a3[r2ުr-zKd#D wƮ6'+%"PnL*rd>CcK9儈vLf/wP8.v'gM 㬆}| f;.cv!FBfP%9< VnWuo|ȭ٦SmN rQsKW(X ץ6UHDݸ$s6̆}i 1q_Jߢ+ږ,>}.G$mN+qlҷpɎuW ~W_xh̪$'oK UIX<2ۊE.6{6?cf:ӽf 45/qx}"׈W9^72 j&ŕUGלi@g8$Ah|:%k| .s!ClRxG  Ϧ]9͞H4S6 쿈,YjwXRpOEh cW95ž('?u&ck+KP[Cxʿnbq|̏fC{܄V|Qʞie/*G"XVHt{2}B.QHV@"\盗8Y#.AVd[.vpH2=#_zk;] 8Vjʼ\ ^/Jj ?3CwH `]H˶[,RԀm\[>=7#㳝 D~ϢgXCl׊z:F4lsJ25bQՂ0Eeq΢-qT| d\fXt_ЭhǗŻX7PѠ[Z2ifIp Rz ec>:LO?D}vQ"ւJqLJ`=[%m\: 9+->3/vP/͵>9vez9u y:F:@%-,[tB<֛9&6$8Rq *ڪ4:;}7*rwd"W]; PPkjZݞ3yH=ϵC%cCgX]J"A IS n6D+{==]H>ؾe~+$eP1TٗjEAOT6568}3f-!r V # i)*V.(N8ǃjCV- D#%N/Z;nNn V9o3wB̅@>YRE@Y!,5{OOOGR@C_9GxUdbtLZ@K_yS L+鿹/Ε0Hh/u4*7Do4>:2SUz8Le7􉩭%P{ iOEΔI,62B=^LNc\+Mk#]&O:"j8Wcj1rEt*O8 KO=FE!T 8nsw4h&[Ƅp,0 r_|=B`mLBKU.Ba;xbKjh OT6 > a p(-cs P;/Tv+L_{GO'-;CBz=[ c2R>> ޲.s$j>tuI61A2Sc1.[J5P˖]3KIJ6b#f5 '@ dNM$e셱Z0\z. 'ekY9yVj%Ra͓6Lm5F<55MzdD*jN{*U{+*xtޥ% 7} d(t:VKɒWTuJxN%m GwhU2 yx Թ$ @S>$a0 <Дy<M9JE\f1e֚8c>"6`%Gi]Eκq&<LFUs!b>Ɇ)oTqchoKӔ9TeTm,ԍ1TNӹo#f2^^X鴲4ab1SlX11=1xE_Um<|튑-`e,R܄=l ±TA11Xm3\0 ViP6E]+mqB.jo͇2{scSCP,-dod]!QD>{8&Q)gS&3[gkduilJ,'{_=[&N)༖ CKLU?əZtiv9`bϔ o8zpL_Թpe j4 Q֥ rA]~cqwIPBA!jCذ G9C.6jۜ&nSriwe*1u4/_$EN5vkW 1S'[Ev˜SX [ > 6@ZI8wE"0$bB&u$+m!w1JmӶ6]RˋTGt(ۉ!afo/>GL`Tf"Y>P*S- 1ɴȦM$^&M#iAߖȫd*Y@AAZC:DF`ҪMLK!3|Ww+R8,~١_aQ }*[7ÚY#oԠOnS(Y'97 Eod EG:-0* #ބ|i7CVj7%eYm]^wIV~Ei=Q[ީ +WfqUںzj*7l\HLKU_@44, *ōȓ|XO~jw9qC"2H fNZj G ̑{!.<鋱=H`o;*\='4kj9?Z^V0m$ҳ s3vhW60S\=m~*:Q5\Xdi^.ܡ~MApI&͝*ݛhF7Q7jG"Uoү%g|}vlV3tJ{SYՔ*fL> gm f(u'CI 8 qdz4FIJm~Dɂi*!t#A/3a:(|K&w`KUv OF&ǃ|sJrV?mGW*3P5ս{ y2;`m2*KM~yx.aB:UrK/V2nh7.wMʹ:oGi/رsWܬF14ZfzޡDzvpd }Gn{z*}\fB;UNZV'`'ɨ0,)x:uX%U4W\Pa/$u6U]Z#e:F$ѵC#MqǍ ۡ,nj:~j+^.JZSQM>‰Z.>P hiVMLj!: CM{-g% wgS 7Hԯ;-Kfv~ 'A5z"K6$w9<64".IIZ,[{Y%!BUT;;IebfxBF{3xLSo} iNb0[y O쳱؄S&QnR b)\<Y;`Ŭm)A{j  BmrTaR:nؤxa5LxAfSkRd3d\~;m A n&?"d$^_+\nCGܝ/qxo!hlQ.ym3fxiUg%|hxᅔOstRt-`>4wo`J{0 8Pl.j [e>0 {(Hpc<EqP g:wu2UŸҙA{Z |&ek.o[.챑JN 8xv=8_*gx(QV[_BK qF$C z ڤ)UG1Єs)熲 |R`fWўg͵0l4f Od/Mɲu_F#W6ϨgU@ڢ&H>Yu,|I|+)*3'?Z;#!]rtg4f+eRQ`iÞo#F4ɺAG Yn_(j82^"dhϲ F5kwr.B)o~3z@XF' Ԏn~aڋ/ubk!-A=>s[ƿFq5u &n*if #X W;_ +r*Еm3INmQfDfZeJ֬"> ;ͩsdKFv]lQ5n \QB:b<̥yݫiȦ&-̀ CZ\LUn=](S.H_x\'z}TVw{jsl>"y`g}DOߘ]Ossa:]kܩOVʞ D\¾X%b32?q1ao,WSFU)iLawY (_&?OAE }S37ϣasRg[ 4y?)3K[0J O}F˛4S&g[rB˰dWAwW]=Ӡ''CzMFd]bO&)#N;]+4:YFc8py,xD'u {@f@;IGK.|\O1J$fwqO+QK@H88)r zcK [<>X2181OSHKs7rAjb)Ϋ)D;Kl>=Ug[à75k?;VqwV$zVI$ búR? '?;-3L9{t>I{*n2{&c!ﱮQg@BG?3 zlhe`y>h?<(Ŀ./Vq/4vMmg@vD퐎AI m<`wʇBWaLkԂ#H].e)«юMz6Po#MZպ4#{gv"^UDPHjIW;JjEMdNt&rc@u(Ɉha`Z]`˭ĭ%Y~(:jEХʘb^0uܐX`0s}f{:zRZΉ<ۯs ą@r(sT,4.䑇8gY"0Qc^G iUouG H۴_\^SZw4pSWȁ36npqKЯD(C`U5m*X%c`uP`?啂8#Z.n-"Q e\F ˯hB(2}4 ~OPȬGT ډQlۏy9l :q=E iEc:%,b ʡ$E>Gܼi#s!m݂[mFIm 2/?SXrxk"5ح&kF _)6 ۃR,S p?tNa GO$&|/mM h z/SK^5U.}N@vD}[I*GD.A` A`a|̦%UjoqIhhF-^2egՎ:|~+CXBnFґuh`uF…4*!67Q]DLO(o6o1@Eu}-@i&2$()0fwz+b_l}{T$9]/wБ mk̐ziNaf0#˙:fŴ3)kgↃnbY^ݼS?|edyk^huwNF 7J<67"`&2AW悳 杀_ ͼ HFs,hY'MHSAVR!Or`W ww`+zH g;8c/&wcq/h€zTشl!0 KZ!WB3Fq+AmwfA#2K<3d{W+_UZU,,_/ 1'z?B}8.'2'KJRz-sgv~`xRZGs&-G: @s䞷 h7cI~vԿnܳJz/]U:sʙ*Ꞡw]22uwe5<@g^46ɂy.I`x^7 V'S嚪40!r)N:y/|j֏GfQѧ@?Z` ֘P]E2".25s٨7(z#US'5gD} YOZsi"?GBJΥ~} bY[y UHbٷ?$ҿ̿;QKCs׾&j|tlvqສ +jLTĦY;d"ɸnz2p~Rw&냭G;<3g? f *,ڎ[_mƷ3W(j%(Yq>Ɉw,̫|UmjnBtWښ |rInٶ/ۡs95k}(-bbjkxg;C4 VqvA:1'4r0:1Uss ` 1)_ؾ j!Cj8V{L>"z""'md;Z99E{_]-Zwk[iK3d†!K Zc,A(pZ vp-r,V: G)ߎ}z M >[XOZ"[vַN P C toăX h6bmz5[++-@9ER]0f#JhsQ7p$μVfn!"[?H9|]G619< ;QV 8eh!˨$oj;Ǜ0*eZJG$Yf!0U^_t~(!tRV Ӻ<dB)[y~KW? q|Avg5I=}ю^+^CۙH1U8g05f#+MW͕iF02DI!OqFO>%{YqJH9LC7RAh½o H ۑS]Ijc\mX@8Ϝ+hp~a gGMQp,5ݹHZFX1WfxGy̞*8 74l 6XH*5uj~ Ugw1SbׅZhb.<~2Dۣi8f %([+3 9*yڇ!w;^A/Lhj6؜l2mcPu"%1P(%z| l㗉bUҧWCx8BE.=NIwPP*Kp)~yQ@ӿAN0܋iMߣ';MKr^ח+T )/vU668Oܣ6ϴT=D'ǙVm _<]BR0m 7v3}t!lyH ŻFqS04r~$J;E6 vvAeք?0EymTa>="E6 b t<\s~lN_>5H܍VPL-|ܴ~}wy BHncODu-m"jHJ zE u5˺6B I? rUr ;l {) Uriƙ#arݦpAfS}!Lu?)P4 $4/ Eя:fw@7o>fmtfGam.%v񿏫Ec¾ƽ&05LHhRMysFPfgP: >G0? :!;%I_@*V[n2{m8tI`׿P a8,-iyHß,ӟ@4hgU8 ;B@d;)R!FW(BZZ?tl" e5e,n@0s ՎW=(4[۵1~qAoϱ|](]r_l֭ xr]+#*:SJLWCn+!vCO8_mr鍆| ѽ֩V)Ϝَ6ࠥ8r'&޼OԉG\3CV:rv;f5ۜ\QٯLjF,`iOU6R75v>48[5Ym䆹NF"`[;4i%^@nVvr#w5mP kW>#VXغuVԠ=Fj'J*r> ݘL7E)l[iύ -%``sz*8mp#W\%Sɡz]o}EJP{c,*8~Jѫ'ń< vīӓYtYÜy@&IaC@1cʮ:(坝?qv’t'$:F+"U8V +;o^%G!RtkMM sbڧ/@bó7.-Gxr ҫl:ҔuR ´caV` O[\1^3EHHaGsww.U|=o^-lE:-w)Q볧[bR k)!Mgrqt#U-H_x"S,ß( _=.T"TBA$>Oxn~ڝ%Xdi'0O4VH'ZHҢ*W}n;4JdaōUՌKRSL絇f?yrߙ7y(vؕ1Eĕ=UӺ>_*TůqG܏AWQUiV,94w1/c׭)KcΕe{29|./-}ss#tA!Se$̭/h[Ѓ#5P, !\w.>4WaÎӁY'*x]\3+L啠J^5Tźo6ɦ^;P,5B:)*3Lު0]䨧 8\k.H0=WRBr0$̾G\\=r7 1/3xtDVTlDzW5H{LaRPk3Q z^5DM7B.ZV.(_v 5ܖx}-qoõyMwQ3iN('l/"}WIt&׺(2 X% 1ڸaX-/&qh-}LfJPH\[-;ON~b S?RD1؛vg/ٽ|X栍jH݀2/x(* Z?2dVHPO.$zIHBXy(F{>ݣW.mzLSܼ|8 ?KpO ;YE6\]3 {ðsɪ&Li'K^=Z" 8OVJ:yңŗ{> FIp>k{u>콛ˌpCV٪1Ԑ7{4k|n|m4 _/V&ȝh6*M^ RB.<|$xM4}ln@/4-wI2ySU/Y06RhTyv*6(E#8 |:Dz[ô'1}$OY,Ht LD-O"dTE]lXgUh=9*cWq &?0,QnE7q+}ͯYas$֑`ڷo |2>}WS~TĨ-AuBhѧծ'lT~"auz,֞ GD/\K?u+}3`jV. ό+O\cdwp.f;kEd<7e]`L-0o7K}_@wl QO{bfC2+olyE sVS̀fOQպiF;?2r-&Y3zy0Af&;lǃ  -.5ȉ,@yG̉½؝Sr_W$ɜt\F>ǰ:qG@[e0刁}e.u_;j(2[kgފ38w^S8`G=X" q4S#a=%꫏k'> M _Q!:ʧ[>ڐn~$PP,'6Oh:UK!7 T Yp |Uji;¦L@T= Eg qpM=ӋGgЍCH猾o҆4b&Rߕ2~o}] NJ_>kA&[ _7G>o%PT_} |M/ Jhe:xGPU_n#e O>ln %t kjf%¸w׫| !-eڽn-ovPQ[uHI"N.>NnGҙ.x5C$c0z#,1#}V 7l*u iNнȃy@L\kPoMކ14,À6${G g+&á|~rѭgqK䚟Lbcޔ6X7"ĸ:=HQ-{ ?T;U(8eU4m_5yvv*#S>Cf%{AvIjDx`~w+;\O3LzS|?їӕdY!|9io6\>oFA <߮o优$@}_FSŠiCe Z[]ޕ |GP/դPaDYiZTi_D Z8P%o@xreYJF`#o$µ{-,e("=3}JC i  SIy |ʖjmf&8S7"PS7_v B[p8LY<m.rAzDHD[:qh,j|zdҽkh (iqAټVm>?Zq!4\Wc?q|<+Vrm'OBw?\ޫZ??G8F1\@ؓ7zC~O*w$Ӊ_B+DmHzEq \y%Q y4dj7(I-, bB0 4H`U5V/L6+%lyVCȩT 4͖<)s7K~@1'֋K`\n#O#Cp5IrzlIMu~eI|!}^E.jnbܘU$E=!렋R:FќD\?7$Q%*[Vc|SIV'y(fv;ku&Qs0(%c^RfMMg}Kɇ?`ʡU46 bNcR)q &=5bTRB<뎱Bq1|&B06v|*q/>_&D@SXizS4 y |$ r )tK6LZ~@ωV=@ZbK~ p(':/Y66+9-"~*ODwvمcR#6R|4;>׈ fU7xL [:H)jʻA xU?n6GUE@?mm=tJqߦ.; N NV=Sa.348縡_1-_?i ~[W'KGTTE+C)3\fY] x)q;NWRLpסUJ3sD  + {ݿˊ }%sG"nlZam=*7 +.Zg:f7ߏicgLRֻcA}[A"A︊T{A^@ m}ɕ|}L}flOo3 k7Sa_${${HmS[2IB lVMPF*0Lxoz"'ڝ͍9]chV)Ƞ2VXD/"R{aRXaޢ;TAV,U2zO!@AkxP: [G;+TȮk`N)ۿ|r7w% *K5`c:֒硎* iS hAe,Ӵ($&촂 I#i Tk7d<HX/ƻRle >kP6I?^MbFxkyznK/'TOkrdv"3#.3}´RGq*m4>-5w:K1@ve6)Y9Œ\\^#Ymwx1?Gvj<&TᾂCHqb/n]9qC}썉s7Z!+^:wĊƼ۝0bt1,z͉~LpYٛh@ qmzc)4Z ~t{IΖ[ zq*GG@<{yrO09,su6Ak&͓Mb)TMd XYt(UT@m 8$= ~9U ò2ٯ+eCⱊ`#9N3;+;t|P.5M|vkzž7Z/HAGs—ݤ! }8nؓ#R.s9t>IBBj6A ,UE۰pݳg04aO9C)uZ&%BFST'F B1wI+w ,̳l\AgYH6Z0'J+o\wgBm|^ϫi_Eߔ[Ŏ|AV8CLMGF/]SICuج嵚}x$̫J+a^q2E됥NQwKvگI*E%}IwkP BZ*իHL ߊo,iiO9(~;!5b0gR =㥒q ͭpp#%ѽrRwcjUuyX7n&m2"Fm)e : g8V#v :w/Nu=ơeް#ͽOwzub 1D sp!V%A(} N9}ӿ䮱y'OeƟz[Vޥ>^t3<)g%$^ >;\1VtXZFPdI=o|2&L#.x`g F%E/*zI1Ȕ]e=Nɮj*pSH KbpU)9'D 1l-i2&rdEUޣJuVY^qM}ƟHCD:w![_J ʤWIr8z*bzpb4 G$s!Ӹ*HL!o`y&ꉢqle72d_ 9̓$atx2ܪPǦ.}Vi"L!8ogvi0.F./ENƮelO(ʵCfqeמ'݌y~:-x=bmzm[mlr$셽"߭4*y3V̹\"D[,ȞʄaUZ۰y0dCN8,E'b#T|N*aBwquL}⥽jnYL(2sx_:$;Uѧ{.:1^j~jp΁lݿύ4-I$8hS QXȐn2}TN G$c{PQ/Oo =C)^4] ZyГz&jHl5 >:liGcas=M=z,5"UC?m1 #85Vvhۮ84Mw.&")ԢttyOJ h NsŢjtDKa6TEP⑃tMv*X?'' Jipf M+Pud6.<BͧQo7a $aJ,ـ2)<QgGDο[.=5Ok:g '(f3_U=VSPp-gQt b4̛|c-kc}Xc-iϱV寘tVe|H҈UIWCP <;Jce@ $jw֯=3bXp^DE@(~o, QYsjS@C"ڢ%2 pJNσ뎀߹``9^e۳߿w܎.OwJZ)=J Hc-mpqwh#kއ\"ZkzbF).+[b&ܦQ3K~y){`'3xZjtB}e"gfjpߨSxݗfaڽt`٠ܶR/?hoSct1EKSj6Y&yF@#޶֞eUfN`r[UNeTuiS-kNb4}_j<''`0 l!$r U&ЁqIXA:֍-vѿ V.)b@ Y7$Yly'phqhu4$|>V3V *,(E=LS1a44.K!@,M~R2|+V@˃YdPn|>_UHD(&/5A\di/8(3Wp x%Zk=voޛC+tr72'/c (%tI&+ `,c='Ly~bF}W)TH|2:GQunz ouҀC֢F` Ȏ``k+O(.0zo9;: O֧>oő9- ;ǀ6UtE7 Pr|yPW( ׯO{8EaPO\z t}^zJpj(=j+v7qtEԿȍgƒ&(5 Vn` Z=OĔ!6a._q' 3; . [vf<<"IG NqkQzA>9chcXc$5|*CraB9eys[n.!ۓF`kAIF*Ɖ28F{1W՟TR)ݰ)iÜq~ K\o~AZ%uP[/-e=ߒxgw:Y~B$pNr/JAĸo~w1QRkRP<H2UeGqA$wC0O {  ;IBRv.Gw"dYN"z֞uLϥjv'Q1B|^/e(J6pfltH!4gT[Ra}D 8-ay\pX]%6H:*׌l.=k˧FF}Skc Q&o ~ j6n#Ǐy:L?BQVGU?_5Tj_/nAZE87xPqkm~URDu[y#؂97a' }Z`Hzz/ۮ> P%SehzDA]{<M&.ҊїiNqe` B ch`nb+4Ҭm;&33!iySz,Z}_z1(^k$ NGqzL۞s],c:Xk!)Ob[)MPvaV\{@5Xr%, n3޷+߭m?XK_ez{`Dv#qQ|fnܧa٧b VQ[Pm |#- MSx͉P_h'aB bERJ3萭6H0cl2Λ0߲QlÉ !s.z&\N־ M-#3bBWGXy~ ˜Uf,MOu:_rY|ħ={Bw(ĚznG%#+ֵzn=\;^)\%lV|A̕؃8p͛v@4rƨh%SXv8|V(?J59%VtXRߔCWΤ=Z|FK][ڸy?,fV".:iBk=vdH؎-8k $=| +HIhyݥ5,Ht 6nbZ&{ir,R&o(L{\ܴQ[ &83H.fF/{ar$'']rcfb*\~DhTAZAg VFx}3`2 - &)}j.SȼAu(ȆZ^]BO9Q+'qdpuT[Yغ{ Jzg08ڞFQ=ւq%6H d}"d3CR 8LH8) NF̖:EjT\3Eg즐+j"sd8r$f>Qһu:TGpLsLhŘx,2sКNi_8C5 |;MfGj AyBL >Fmq1ӹZyTwP4(ohXt! ]ZsT5`$JZr\,[ 0a,a>^lfKh݁Oi{QjR(Kjz($5!kS"' -q[cc Duu M] M6rbtvjMᕙ}o~iBX뇀 Тr抡j|f;%E愀 O ֐&>ԳcRݩ +2/2:+yivM'-;) 6kŊjQKL+XI2L+nȄb^M, @/kjjs,ʚ;֊˕IOM^=5GEv?f*pWu:x?K: U2HȋJdJa^*!?@2` ~ 9bWgA!EX:PAcp~7 {4Ńj}U' XL# =F }bY?XƮ o^T,;tlx+\.d܀2"=WYCx%[>g;>f`XUӮrI y&V]~Q!7'I_wTY*nuiwdԪ\Hu]બ;:l Wo-<ɲ-2!:ly3! .;r߻^MIBkd36xvIm{= y5̎ X/B@[c__DVp] p\@EMU?*I1ܽ5}7lepCj'_fI%s!c]:CtRkBޕN;8oiq!Nisj_2Q|Tiۊ'd'ћƍQ7\ ͈uK^ aX<)H^xZف[нrMMŰtXӮ=%q&|6Mw.g?&vVڵkhߣ3O0ϤtQѪʝE<౟7k϶bLΙ΋jXe3a_o R`d庸X?_7.t*,b$aZD$ N n6QQ6Dԯj\aZ6 ф3 \0 } gHTЯߗ-Z}qp7kCX#U/p mYz0DRu 0s. O̓9)Z|CxM‹=7*{$&B\_u GSP6O"ztOWW[=vW]ҤXS_PKhMSGN 0ѫ;BϠ:lMmlף+ұPy^\[&u<,}rjO6w'.pk?ќE-.K코#3J$*Ls[7CTl)^kKO* 6@d8ե LЌQɧ:daITC<vb2ԛ_Cu@U8E UF9kB`#=N 2y<XM+_o6>>mWU}P2xҐzIӟK<'ks1lg[UPbH+y׆VȄ/#!FM)+Pg~GdGϝ #Wqg9FFa4dp9&fưMNFKB*tݴt[V"ŇpwMe,\1$yqVbS^RV*-ݚ > [{[[]yK*7啠0}zH49İݭJɸh–荓 y&/wr,ұfge5}D|Av[2bR6 .}`MTA`rfU $:\%eZL"@\2pRѵ$[호R-^7>п]6",R?`yfׂv iQUa %q+cE,i(10$P3g' =p}7UD4[wz(]tYmJ}fzs^%* yN}ߞHAcHjt]I%E1a稬c]r8Mw:4hɤL\9) )Cq9>^pK>>cIRm.5C9e-/vsBHYUP1 c',9`XsM=KTeBj5Q'֙<÷ҝ[-<&iPGJlo2πmX"?~ ~WM/o^8S(MhSL0e C`lps^NHEeo+qBTY'!<[ |o;@üL8l+|b0OmgA 4Ņj0.}{aA57_Jւgbǧ@ʹܧn^}d\mk43TadG}VT 5CSLh|wRnx3&KOVЖ̰掄>k܇,W"y?=-Lo´lOuPe?5wDQ(;Nˉ9ª%#w\%LCGG\&@bz2"f-a'9W^1/-`ϧ~|Gf&s;`궏m˷̵J+XEKH:үSkeGJI+j޲6n!>&dE+ ιh|00@5pS5W-ljSfcfX9 &Us8լ,az1p}Bc\ c]UBORml8 ; yFԏ I4oI)]qkYX@% qo ECT1} (3`[u^;\g 4 :=#FL=[5!ѲW.-/fבiսTxSȐJ%dwE:WGc9m'sv=]2aGG9P|B؋¢h#cK0h)v̉1\4 <0R *m;.ZJ=gŸ*ax®jPvr,GG͹EDz%􉳗x2/G[ՇD;l"2G0$6N1NiJf&mC|fxp /eQgh 7M?TӞ -d\]k: _8%B3dNh3K9+3ɳ1Kν7F_*CL̺rXBwY1+-5 O?p^tϥqlJiL+ 'F)ޢr |A;4$j<݁3[}3fUS}06&.:Ă΁ .\ѿxʬ(ݹqELo53voD@݇.F3 J?)ü,4ƥZ 6XIwоR[e~bq`+@f~"_| o H埫JSX1lz;g-ppAl5bY|2r/W=X{ҙFgx>0 ִxQbK$[R::csf%ɉ<+t&myOBKS67>9WxtF,MQ 85홛"}':3\l7t8iQpSi_oW~}w?U5;Y rϟM|rѽG^p?R\NyIֈB(9WUk:Ǡ9m)f< ' ȿa~K̤NTlXl@\J@Mt-lnj_|(qe(޷ N9ϵ#}~jCy{Z)+1hlQ>Su oE[F76'eT?P6 SZ!+!@eErḡډ|mn[k1M|jPJh>鴷W43;^?cP`X4yJ8 $5<}&*pV4|!? XcYA(S1)FJu\ 0rpB-a_~J'~!8J?MllM rT#G˱ǧٲ]٬?~ zωA6W, [`#/;:ohzY1-!>z2[ zK( ̍n[AXF6 @(p@>&_[jGRS, .S0(H7 "񦪎wn.^K9R\ʄ6|T:y/@"]BaGŜ1,7ԖRuqB|9Nm;,"5{Vl1ĺ9Eub.쁃e {׾mY2HKYbrٞ& Sn&Db5an\֘e5(IIU=Z 2yϣ8Tvň{ )MY bFٱjIX1r.C'vlR[?y. O3 X2a*$r1ehH@TӁGpg8xAE1JO<)/ײgNa6e8 éavu{4m)=/0Gw\ C9Xv|ܰgWP9*^FL0,Hk<[`w]zY$%GMU$uR82&_uI݈+k&TL~;3{y_us2MNIe,xV.bq"$U\яTb͊'=NIUw}>L]'+.lm+f*~ҹC{d,o464gtp /۬9hbJ4땝Vn`^D# iWO88exQ5 I̶G6g5ϡDpessTE`Q7F2IC]W/`d '(P + KT\u:ɯQFH{eT⡪[!k+ ^*3*932H-$ 7bd. xgc"NB|p~ݞ4A =`t='1ajFSƻŇ|ǰA?Zn8(bD2]1ߣC"{v=by |G37u/\A)#Zv՛a .$|̜x5ea/✮ vv&DZR V90 ,%\^1KPɠ,yR+8cY_km|"3"y4\S5G':Cp]낱V93iJH^xxr4^2ħf  ]5&lX?J9+jJ#D!l*xߙ^Doթ;I l* _0YjIb>>(kWX7F'/ضɡR}C5ٺy K4Q@=R5S /VsQ;d18?"G="p\ؒm/+{[97DJOz`n@uMt$% mII|/8EWWt;xcIT~fY Q.(! c6=Ȗ.уߙ?T hg|Ex2?(`N@ڟā`h0H40rOE+OַMBGcm*]|nϋ:mm3 LL\1FY#opֹS8KIN#4ꍏޞЭ 7&(X`nk"d*A[%38+|(ZH"P'>/A![H*:[/IDz(0^*elCRam"J7KG(&|!o Nښo>hROݩΦ*%\F= }vl$.In -rx]BH?SN+:Bvݘr<\ ƝNS2'- P}xZY}芭m_ESkPe$p”Qkٝlfj0" LD̅RnNQ(CA8Yo޺$u/D;Bb}pjJ09ɫE׉>BeŻ_ S[&G-ݱv1bBBpj>TF;A=$֛/oJ;XnP6qaOc/жeGP 0Nu AnŒx8ۓ0Z| c@.`th3,jl̜cG'GTQGhox"0Mp qgI H=Es2p}+U$ e67Lsuv>{z -T}OrWT5[۴8sUq3R:"*D4NsIw W8= V;" 9+CPWgs,RbxtմE?j6HCe[*ҕL6JO N,t'^'"vwN1#v '7ɩ*D;>tiމV0/(=^`ĺ?' t5AfSPYq:zMC2SgRTb] zJl:,TÌ mTah=s譓q,n Q OyՔnȡK$[uK:|๡ZKNr 4W|ol,M6g :.R 1~c X&@Jb76k2T;9\2Szw!cCyDׇpXiF2 Y'|@\)| %Wj|5Dw_q-^7VY"쵝 lGђXa1m;;x;X^W,uc_idQ"s0yhH&FO1Cn7^(mtj&OP*N8`F.B]u*-*~%SH0t]Gq$zQ!][dҪOԈ56ÎL9\x;JAj`)XfV@h_3 g1UwC<Mz>wXj&j / 0$aќ>rIXcN11* W"l#*!ɴZ35OJ^O4hpȖߡDpo&YOb6擁Q L%BzօK4B1g24Pz[~nÖ<=Ԗ-垂4$!KsךE`̅|<ÏESrE"h2ui&o%<~.@& E)ɞxtY+C\J]C&Gtr0@Vbv#itA8߇]늋h$$¶@_biuzH*2rFˎ