udev-249.17-150400.8.43.1<>, FfӖp9|dK;6Ku/B 2ɐm)t]^2| K *:؍.1U35KwGwr#zCxв16/!= Okj+A'؄'W^RAw/dnNW=dždV |R^e25V`_!x|Zm]HsG RcbRL/: =6U(zDTXZQr(솑Q`6=DÒϋ>N@?0d  N %1pv}{ p * h   CC DGxJMMPPP6QX6U6VlVV(V8Vh9`th:9h=>?@FGHŘIXȴY\]˄^׊bcڨd*e/f2l4uHvwxlyz ,Cudev249.17150400.8.43.1A rule-based device node and kernel event managerUdev creates and removes device nodes in /dev for devices discovered or removed from the system. It receives events via kernel netlink messages and dispatches them according to rules in /usr/lib/udev/rules.d/. Matching rules may name a device node, create additional symlinks to the node, call tools to initialize a device, or load needed kernel modules.fӖh04-ch1a\SUSE Linux Enterprise 15SUSE LLC GPL-2.0-onlyhttps://www.suse.com/Unspecifiedhttp://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.htmllinuxx86_64# Units listed below can be enabled at installation according to their preset # setting. : 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 systemd-pstore.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 # New installations uses the last compat symlink generation number # (currently at 2), which basically disables all compat symlinks. On # old systems, the file doesn't exist. This is equivalent to # generation #1, which enables the creation of all compat symlinks. if [ $1 -eq 1 ]; then echo "COMPAT_SYMLINK_GENERATION=2" >/usr/lib/udev/compat-symlink-generation fi mkdir -p /run/regenerate-initrd/ touch /run/regenerate-initrd/all [ -x /usr/bin/systemd-hwdb ] && /usr/bin/systemd-hwdb update || : [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create systemd-pstore.conf || : : 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 systemd-pstore.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 /usr/lib/systemd/rpm/fixlet-udev-post.sh $1 || :: 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 systemd-udevd.service systemd-udevd-{control,kernel}.socket || : ( 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 systemd-udevd.service systemd-udevd-{control,kernel}.socket ) || : 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 systemd-pstore.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 systemd-pstore.service ) || : fi mkdir -p /run/regenerate-initrd/ touch /run/regenerate-initrd/all # The order of the units being restarted is important here because there's currently no # way to queue multiple jobs into a single transaction atomically. Therefore systemctl # will create 3 restart jobs that can be handled by PID1 separately and if the jobs for # the sockets are being handled first then starting them again will fail as the service # is still active hence the sockets held by udevd. However if the restart job for udevd # is handled first, there should be enough time to queue the socket jobs before the stop # job for udevd is processed. Hence PID1 will automatically sort the restart jobs # correctly by stopping the service then the sockets and then by starting the sockets and # the unit. # # Note that when systemd-udevd is restarted, there will always be a short time # frame where no socket will be listening to the events sent by the kernel, no # matter if the socket unit is restarted in first or not. : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-udevd.service systemd-udevd-{control,kernel}.socket ; 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 systemd-udevd.service systemd-udevd-{control,kernel}.socket ) || : fi fi : if [ $1 -eq 0 ]; then # Package removal for service in systemd-pstore.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 || : fi1 h&ɰ(95BWFp (7$c9/_pY`xI8hX8$ZHPz$4o=\4Ur M Ve__ (H h %9h@i'k(( {V& G'B 45<10 3  A큤A$A큤AAAAA큤큤A큤A큤큤A큤큤fjfS,fifӈfifS,fzfqfS,fqfqfqfififS,fS,fS,fhfqffqffifS,flfqfS,f,fjfjfifjfifjfif-fS,f.f/f-fS,fS,fS,fS,f0fqfqfqfif+fS,fsfsfsfӈfsfsfifS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,f+fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fsfsfS,fiffS,fS,ffS,fS,fS,fS,fS,fS,fS,ffS,fS,fS,fffS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,ffS,fsfsfS,fS,fS,fS,f2fDf4f6f6fMf3fCfCfMf4fCfCfCfCfEfFfFfGfGfIfyfyfIfIfNffS,fS,fS,44aa6d87036533ed4282de371169e8c0ea7ee3cf24d075994049c15af6ab816772bcc7dc13cdacc3ec82832c653e1fc5ae0ca37ead4e3785550f0ce2a6558f45b3dd3a5de84045caa54745870f033a00db6765890b0223bfc0769fcff5b3abfa2d87da0f73a6ee38e3a0a22f89446b31c49abfdd05786bfc86f64f58c9522f5271137153faecdb4255639bd78191e5ee7828c7e961af7a4fd1ca1dcfd19e5742a6c5e202bbe800293e1d00cf4278097c9e4e2a0af9eca518cfb88322e4d5ba5387c3453033926601b91555fffbda825b5df0a2fa3534043315ffcb6e4e708e8f28dd4b87b8d59e4c67e3200a06024a2ff15971e7e338df747bc9e07243a9e51098c6f829a5bec8354324280c2957266a15855bdbfda066050a8d428a3af20b13a4de333c8e910098a279e3a31a1cbaef70284c5d92cba78034840f2b1d4060a57ecf4ce932ef2e729b279b7b61c226c65eea1e1536cead85be3621b255ece0039c298c92ce632338e7161608c82ba461acc06d4ad6d1b22d91d602bb0471f4a320c65a45a46d890c4d2a83c4116161b9a02e769d0bfa536bcb9afa0c4116bba5f19c8d4f908784b36d6308697fb6c03980bef1b582c17d11628f0d7a82df949c184ae722e920afedc59a9e7a2cc5710a6e02569af44d699cc7823d8f8097507500cb5cba5a5ab38bc13d04b716f632c89eb6f9fdf95d7bae7dce966aeeda4023413c905a055a7d1b05e3227c15e2b157622eef53ef225d2463fe7648f3a976e27852eaa03536189739c4c66f4961c4685b4f05bae461896677c98a2c4a242f5790e663632321ed61f53da70878f8e7b42e97ff62099c576bc6deac1b2ac8571f1b58406b001e415859dfeb1026e10138c2d115a2f3d5a6c213d896e50a49f7c76e5bf2e8558fc0e4f8a213e21991d2651715c15b77972b4897124c591187f959a5dfb759840f689aff28142544c1eaa88798435cbade22046358fe230ef9ce5e6480e7b711ee6f6f4c2a96d0c197f4ee32601743d97de421b4a6d40f73fa851e363f7496d0613fd14f020629e7057f54afe84c9c6d2b4d94153ac09f0aee8f5c62938df7c72dda0015db2747b112f9c9dc3e31b952eecc94f6aae9cbd2631b277a5b56d487ff00b50c8e1cd73cdec138136f54da3e333f077e5398b5b61408b542c2c6e0b77dd66b1bd885cd5c2cc82191662738c1e565950fcff3deabdcaa56856785abc52519607356f800833b7b7ac4a1becc539971dcd214e69e8e822e97678e4f37fe8aa263485b999171e9359deeda2c9f6ceac9546fb7222d36d8776b0a3305f384177d6349a4a4007bef0f78add8553f3bbd0e438a91471df33cbe8502d92cd87c2bce1ec03fd8abcb90be29390f7bba55eb9ac237c50ac36a9ea0b7c71eaa456734db96094d0090f7ff8e3847c4da9a3da54810cbdcc571026fdce6a8c8376d9bfadc7a3a2d0ca361e4088a0f33e400fe63a573f75be5b7abcabaaf6c52bbfcd888f047b96bdde809178892b6e92d0219a6bc50ff331513906ccb2a1301ad82d8938a422fa526799afb7f65a0a80b12e1161181c17e0b5c3f63576c1bd25b85fa5002442b892823f107e028aab4408a58d29db682da1debe778d32dcb423c69a9c434add258201edd9a6d983389046f934d1b0b15fe24b4f3a2aeb26bfc81566cdee6c75f82cbd64b44c438d15efefefb67b24c2e4096c4a676f5d3d4ed5944f896df30db9950241d2832824b4caa6b4c0a16bc77fd7a73a7dc88d36a6ad8bd08e79a995f11459f6191d922126b4cc2452ca685c2c874b7839caae6369064d7c118bd8842e479ff069443eac84cbbffb140323d2ac026ab34dfea5324f4e463cd34f63b92679b5276190fa854aebd5730b1def5222cf7269c4c5c430f90a5a3de5eeaa4dffcb7013dec1b450fcf1a95fa81f70bedb7ab38eba27dfdfb4ceeb2294eff143ed83454e2b37278bbb917a3211472ebae4e66328cc1de60acd02dcf5b5abfb44a46deabe5b0c038da1e7e4172a85f4f60d2d3b887adfbce9eb89fc7a64772697cf84fb588197c057c3a8bb4ed2be7552b5a9dc48de2774a05e0b47dd70b12083d1ead99c0a35c3260b639483a4fdcbdcb5628225c5e046af9282ce75277429276b0db83fad3ca3d55eadc9c7b91ead0b9a0355ee8ab783d08e7bdd8e85d9cbaa0cb8c44bda9bad6a784f316eb64fbd839d02588ae68c925542079cdbe6f66b16570c12e6126a0622cdc81ab5bcc011dde3fe708a9da307b445a7c9c659ff1e52c629e6d814d1513f4b7464b563aa38d482df7e06f8293fbdd496f67c9705a97bde79fe6d626b2178f33b9067cf1bc69c05a0ad6c4994b7f0c4a3f40f1280cdbd4618eea628658850b4cb19690ca45d412a58134725f4462ea07330c2c4757fcd4db6e13e2c1219a38a8e552427aeb8ab66630b517e7023dede03ed0ec92bd6fd73b757afa588aaae1a4c1cc0fbb3ea7368ceb987437ee3a631ad48aa053be33314bef2d079042cbe1f7976134534c89593b5ad1a61ff660873268636145884edc09350b1472b0f5808e0172195d94f87c21e9402c3b499a0b4873c2e934fad3f9105e25bb09dadf8d2cc3d9cbd1b869b356b2ee7e31948fb0bd7c8c90f7a75b327d80961d902b2e9937f578e30b2a2ceabd8ffa3a50f0bb965023ad2987fd8d1798d988d8733864329aee570bb5a0f82c1b666547e2fba9b17b9126733272e5052564dc8145010aa4447e66a987c6dba7caae70b8f62868caca1a8b3d31065ae33f7f329802e9407272dd0e8e55730756d0e3e5c4b60d9f9f4bb8bd14fc92bcf5246ead6fa877475f6480f35e0a19105bc4f9f3da3f1c28fbc0c75e400de651eb45758f2f50b5925ca6c56f84ee85473e91c77565e143ae35a149434f274e68748831d1933adb597c23a293f344cb8c237e28b0ebbf3a978dac7b94a70be1f96eb2cf73eb9315960ed3cad20cfeda98d2f2f6e8f896ec7db58fdc48f422fd19a13906297c0c17fd8df37f26d8929b6cd9924c244d55bc41056ad38c89c32f9625c066233092fbdf1d3d6cc3bedeb2cd7ea678bd06ea839a4fa50fa46311ec3521fe9d0ba61c7327c31ccaa5961eeacf4e12d4b1d2b0f0bcf414cdad497cebd263357be4f44a87bd28b0e85070bac222ba6385a20eafaa8c7ffae083695390282bc7e953cff18d6bba874c3ca4bd7c77391d5b3c2e3add25bd9988b957ba416bfdd72f6cc94a7d0e3c0b4d793fe85141ce4920bd1a747c1d288a47f268cd30b5b84964db6cddf09940e61141fa98248468dbf8a2a01ac9499045c45062fdb03abd55cdec32fb13fe6f196290b52b5c4c9fc350406bf094ce42b78bcbdb4cc046e042a46be83db515a32e05bf7ecfb6cf86f926a6b881b460cca02ad85534572cdbd125bdba411417de1158b0709825114882cb8b8b7735e62983389654fbf42eca6b703543f76867dbf53eeec9288c2c88d0fcb338a2c26536767245b64ae515fc073c21bc78769f41188140e1d7b9576ec8dee34d5851721726417b25f78af68845dc3627c3336e7959a3db2a81b7d77c35018d38f840d41ea5fa3e9f63b6a41d68c36ded365927ce95d8026242533566fd5a9015ebcdb2a4f4c8d618a42513ab22dc7f9d14637bcea150a6d0782c9b1ca41f4c501f2d0a219eb6b4c0df4d8701cc5a316b2ddf63797d4c1b689bc0b289d5cb8063a7034e13b7f0fcf71e24d5cbee9b502e392faf073131658fec0784234af6e12dffb92354367e1335266de43edb6451534c9e69c317075212b216cedf1d3b6896f14ee0b0dcdd6e2a89e9e8c9d0d828e28e67bfa3f06e802ee7aa097c0c83e97bfb8fc1a4bc67740cd0988415907b0fdb5e9cd955be2626b5095b55c7eed4aa4e99bb5348e36a875615bcf113566a8f4b3fcf2c9bcc229d772a074007e854bab67471aa199e72c162185b62c0888791c9b3cde2c8b180fae4e4ae3a29564f933d0adffd46b8696d6ad29b2e80b9dcad60ddb2e4a3deee5a5b1df09f116f1ca9d4dfb150d495d2b8523e7f8175a9b06704f168e14ab97a8a333d4a52ec9501bc0c509ecb94d8ca323df93e7a40c06eee31aba4c03d0bd7a719c67675a6eb57eaf16d64528d81de6a6d5b5703098518f977c3b984bdf179238402a8ca0205f85cde798a275b8da22a593f2aaffd4697e4cbfb14cb7eb1d52b96f03d9a60c82eeec920e92558658904ccf6d33eb54d2c05d916210cc6bd549d16a941290450ebd6a53fa73854256aa2ca91172cbce3ea805ccf2cd52de8acbbc2db88d209de84655fa997c5ec291608292fe2de555e8a1e5ce574acf315fe65268c469872614073d5e36cae87198a78651a2f71ced048f26a093a97bc05678cd2f0023ced7948fc49c6c5d87056ebc8ef611d0f61b2ac01e20fa8cca035f957e58fd60600e3eec9bab927c23438299d7e6254472600168b557a467a497d537353511ec07657b494d1b13fec35f5a7e924d2f13a4d348c43333346721cba696fabcebbf5b3208e09acd91962417cc92d41b7d02c02681f091214c33176803f920a01b4e7d2cf5378f93271d57c0e0ce5385d239f28cb4f80e6b7bc46689a0856e81b47d4be12ef41e2feccc6ab80a1ec17e7559a54508f15a7ce51517bea00453cf06d814c850813ea6617eedc14b252fdd7fe8ff970061aaf1571f13c673c0d523021ee2e207b7090d087e2bb7653601e21712022c805680262ee7e21bfb978099d7931bfcd3714d391d754849d8c35e3ced3d2120c3a61f9fe1e1b49fa3c45c3dc19bb4cb87b2cee4ef2c1b7f7490243d43d1b6d8888b259f1bcad12c08aa812bfcd0bac17f5dedd212abf2e8d6e4fe266cd2daae33edf86a443af84df022da4753010cdfd554536fb6830fce95f4d526985ee0983d0a8a24cd946c90e55643e4cdd547ec483c31abce64f0abeacb0a48de4c1c449f118ac572cd281812e9edad6c18bde661885d4b6084fd99f32393750b92d63d13a0f47a5db9c79bac126f16bd0ec4dd9f675e89cca287356a387273c407ad0a2fbb630776aeb7c66b39e46b24d911ecdb13615f6541269f187976baadf49189248f487df94af11585805fb98468d9b74ca4152eabed5047327ac3d14ed6a7691b7a7ebdfe59a65a0a7d6cf0fa9a192b99f8c02145e97f0f9fa8335ef8d58f33e0839cea99198c0b618c4c7b4dc7ec2a58ff64d08da63ea20dd11e83f011c77238ca715f14f09db89d7a145f83666095c21c5eb9cc45b7639f62b7d63f464a78f2f217f3ac818a95d6f334785540f42ac97e543d9bf64e7460c5dcd1a900b12cfd98aaa7edcd0571741736ef9466b55f9c12488b1ffff8381acea2261ed3af3ca698200b6dab1fcbced0c56e897d4cc654d685c1a5227a61bd9a2935c31fb3208fd352d854646cea87adb15abc39b7e14696e312804acbeaa085bac6abd8fc608da5fe3a771a5e5e373012dd65b245be569698f5a5446c652f436acbd6a934461f1122aa6ed0d80fc0693b0dbdd5e4b6fbd1e381e52f98c30b01714b8642d666d41b10dba40aed849e882f13927e94e6d008561e7f31d19b45cec5c1fa498b901f452a201648967f6b9f286b74ec22fd34a9215eb5823e0c95f5a0ccdc3466c44833b1b1e4bf768eb97466f115a85ebe80919146f1d2b8cf99e06e83f46577617913ca956403aced2bb1cfb03ee2309c03bc39dd61f27e5a1c0dcbe51e087d135a0590d440b50361b2b39f04a9db5d3a5b1358a556b35faa988bd01896b19fcf10c3a8e691b2952d26b4502d994986164a682cbe1361bafec5d136d841a9590357bf065bf90410b65adb91ce5bf07b4176b466abaedf9d7edf6a77d52f097ce976bc978a2e878931589a537f4c738ad9b65e9e88aa59c0d993ca7492a656e6f45730de8a6110d5c621a6df3b9051e67301155eaffeb27219c872cc2bd0c5e967d9fe5fab180c38e93c02581f56e86475076ad5e7d3736f7ad8ee81318bdaaaa2cd8f7602c74e68d483fc4da9d83162d752ef18e9ed5348cd2c979d826694f5e0ec600d6bcf6a4dd96433de77c0943bced25561b345ab972b0506b7cc2daad2fd344013aedc291df30c8ed65cdaed78159aa038b2c97ab/usr/bin/udevadm../systemd-udevd-control.socket../systemd-udevd-kernel.socket../kmod-static-nodes.service../systemd-boot-system-token.service../systemd-hwdb-update.service../systemd-udev-trigger.service../systemd-udevd.service../../bin/udevadmsystemd-udevd.8.gzsystemd-udevd.8.gz@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-249.17-150400.8.43.1.src.rpmconfig(udev)pkgconfig(udev)udevudev(x86-64)  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/env/usr/bin/pkg-configconfig(udev)coreutilscoreutilsfilesystemgroup(kvm)kmodlibblkid.so.1()(64bit)libblkid.so.1(BLKID_2.15)(64bit)libblkid.so.1(BLKID_2.17)(64bit)libblkid.so.1(BLKID_2.18)(64bit)libblkid.so.1(BLKID_2_37)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcryptsetup.so.12()(64bit)libcryptsetup.so.12(CRYPTSETUP_2.0)(64bit)libkmod.so.2()(64bit)libkmod.so.2(LIBKMOD_5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsystemd-shared-249.so()(64bit)libsystemd-shared-249.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sedsystem-group-hardwaresystemdsystemdsystemdsystemdsystemd249.17-150400.8.43.13.0.4-14.6.0-14.0-15.2-1249.17-150400.8.43.1ConsoleKitdracutfilesystemmkinitrdutil-linux0.4.1044.111.52.7.02.164.14.3f@fIeee|?ejejd/@dܺ@dǢ@d\@d@dddZ5dZ5dK@dK@dGd.@d.@dJcccl@c1c=@c=@c=@c=@cccck@cvcc0ccc@c@cc@cD @b)bb@b@b@b@b@bk@b^@bL/@bJbA@b; b1@b1@b'E@b'E@b'E@b\@bs@b!b@b@b@b~b8ar@a a a a a a a@a@a7a@a@a@aaZ@aea@a@aa6aLaa@aaKaqV@aqV@an@amaamaamaaim@aim@aim@aim@a`2a`2a\>@aTU@aMaKaKa;Ha;Ha;Ha8a8a2@a0a/k@a/k@a#a@a@````````@`ݮ@`ٹ`ٹ`s`̊````O@`O@`O@``@`@`@` @`@`m`c`[)`Y@`X`OL@`OL@`J@`J@`H`3`/@`-@`3@`@__ܙ_ܙ__S_м@_0@__@__@_:__"______ts@_s!_cO_cO_a@_a@_Z@_Z@_O@_G@_FN_D@_>e_ @^@@^^^^^@^@^ϧ^˳@^@^@^@^^@^@^@^^^s^^r @^ku^M#@^;^8 @^&^@^@]@]@]@]N@]ʞ]d@]]])]@]]]4@]@]]m]@]@]@]rJ@]nU]S]A]5@]\"\"\@\@\ڭ\\@\@\@\\\O\}\\M\M\\@\~d\k\f\=@\73\73\l@[[[@[v[[[0[<@[<@[<@[<@[<@[^[ā@[ā@[[[[[@[j@[a[[ @[0@[!@[Z@Zz@Z@ZZZ@ZUZľ@ZZZZZZZZ2@Z2@Z@ZZZZ@Zw@Zw@Z%Z%Z@Z@Z@ZZH@ZZZZ@Z@Z@Z@Z@Z@ZZZZ}@Z}@ZyZyZyZyZyZxG@ZxG@ZtRZtRZtRZtRZqZo Zk@Z]@ZX@ZV@Z%8Z@Z@Z@Z@Z@Z @Y@YYp@Yp@YY@YA@YA@YA@Yo@Yo@Yo@Yo@Yo@Yo@Yo@YYW@Ym@Y{'@Y{'@YyYx@Yx@Yx@YqY_wY^&@Y^&@Y\YK@YK@YC@Y7Y%uY;@Y;@YR@YtYtYtYtYtYtYtXXXsXg@X@XXZX@XYX@Xe@XpXXX@X@X@X@X@XtXoXn5@Xn5@XWXQ4@XIK@XF@X=mX43@X.@X)@X$a@X$a@X$a@X$a@XXX X X X XX`@XXXXXXXXXXX@X@X@X@X@X@Ww@Ww@WW@W@W@WSW@W@W@W W Wv@WWWίW@W:W@WE@WPW@Ws@We7W)@WKWVyVVVVVaVՄ@V=@V@VS@VwVwVhV`.V\:@VLh@VEVD@VA@V'~@V@V@V@VV@V@VV @V7@V@V@U|@U|@U|@UUoŬUUUȒ@U@U@U@UU@U@Uy@U@U@U@U>U@U@U@UUUUU@Uyx@Uyx@UmUY@UY@UTE@T@T~T~TTTTTC@TTTTp@TTT@T@T@T@TxcTw@Tto@To)@TmTmTl@Tl@Tk4Tk4Td@Td@Td@Td@Ta@T`T`T`T\@TWn@TWn@TR(@TJ?@THTG@TFJTD@T>aT>aT=@T=@T=@T=@T=@T=@fbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlidong.zhong@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.dengompa13@gmail.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comdimstar@opensuse.orgfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commatthias.gerstner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comeroca@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comstefan.bruens@rwth-aachen.defbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdevelop7@develop7.infofbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.compavlix@pavlix.netfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comjengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commeissner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comtbechtold@suse.comdimstar@opensuse.orgfbui@suse.commeissner@suse.comjengelh@inai.dejengelh@inai.dedevelop7@develop7.infoasarai@suse.comarvidjaar@gmail.comThomas.Blume@suse.comschwab@suse.dewerner@suse.dejengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dewerner@suse.delnussel@suse.deafaerber@suse.deolaf@aepfle.defbui@suse.comjengelh@inai.decrrodriguez@opensuse.orgtchvatal@suse.comthomas.blume@suse.comjengelh@inai.desor.alexei@meowr.ruwerner@suse.deschwab@suse.dedmueller@suse.comfbui@suse.comjengelh@inai.dewerner@suse.defbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dewerner@suse.dewerner@suse.defbui@suse.comwerner@suse.defbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dejengelh@inai.desndirsch@suse.commeissner@suse.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgjengelh@inai.dehrvoje.senjan@gmail.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgsbrabec@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orghrvoje.senjan@gmail.commpluskal@suse.comjengelh@inai.dewerner@suse.dewerner@suse.depwieczorkiewicz@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dejengelh@inai.demeissner@suse.comcrrodriguez@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.demeissner@suse.comwerner@suse.dejengelh@inai.dearvidjaar@gmail.comwerner@suse.dethomas.blume@suse.comthomas.blume@suse.comwerner@suse.dewerner@suse.dethomas.blume@suse.comwerner@suse.dewerner@suse.dermilasan@suse.comrmilasan@suse.comrmilasan@suse.comwerner@suse.dewerner@suse.dewerner@suse.degber@opensuse.orgledest@gmail.comwerner@suse.dewerner@suse.dermilasan@suse.comwerner@suse.dermilasan@suse.comthomas.blume@suse.comgber@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.de- Import commit a57a6d239c5d6b91fb3dcd269705e60804a03ae1 cd0c9ac4f4 unit: drop ProtectClock=yes from systemd-udevd.service (bsc#1226414) e1eaa86a49 udev: do not set ID_PATH and by-path symlink for nvmf disks a85d211874 man: Document ranges for distributions config files and local config files- Don't mention any rpm macros inside comments, even if escaped (bsc#1228091) Otherwise pesign-obs-integration ends up re-packaging systemd with all macros inside comments unescaped leading to unpredictable behavior. Now why rpm expands rpm macros inside comments is the question...- Update 1011-sysv-generator-add-back-support-for-SysV-scripts-for.patch Really skip redundant dependencies specified the LSB description that references the file name of the service itself for early boot scripts (noticed in bsc#1221479).- Import commit 2cb4d40f1c6a388706af8a83d5344fc0de3c6f4d (merge of v249.17) c8578cef7f resolved: actually check authenticated flag of SOA transaction (bsc#1218297 CVE-2023-7008)- Import commit 86f0670d3a01c1a2d4df17f1c68d03f1586195e3 ba7f1df7a5 vconsole-setup: simplify error handling 94f4eaea77 Introduce RET_GATHER and use it in src/shared/ e02406fcc1 mount: replace UNIT_DEPENDENCY_MOUNTINFO_OR_FILE with UNIT_DEPENDENCY_MOUNTINFO/UNIT_DEPENDENCY_MOUNT_FILE 0b8db54511 mount: drop UNIT_DEPENDENCY_MOUNTINFO_IMPLICIT and UNIT_DEPENDENCY_MOUNTINFO_DEFAULT 98ba536bd1 mount: always use UNIT_DEPENDENCY_FILE in mount_add_quota_dependencies() 73c7b2bb48 core/mount: make device deps from /proc/self/mountinfo and .mount unit file exclusive ba585a28d7 core: Add trace logging to mount_add_device_dependencies() 36e0a4f80f core/mount: also remove default deps from /proc/self/mountinfo when it is updated (bsc#1217460) bc107c86c3 core/mount: set Mount.from_proc_self_mountinfo flag before adding default dependencies ce4907c7c3 core: wrap some long comment- Import commit e677079182c975ecdad88a76f657fecb4de523d9 7692c5bda8 utmp-wtmp: handle EINTR gracefully when waiting to write to tty 29c3eb4681 utmp-wtmp: fix error in case isatty() fails 98970eb90b homed: handle EINTR gracefully when waiting for device node 0305809edd resolved: handle -EINTR returned from fd_wait_for_event() better 40db4d6abe sd-netlink: handle EINTR from poll() gracefully, as success 5e681711c6 varlink: also handle EINTR gracefully when waiting for EIO via ppoll() 6bbd70f092 stdio-bridge: don't be bothered with EINTR f978feb591 sd-bus: handle -EINTR return from bus_poll() (bsc#1215241) 746962ff40 core: replace slice dependencies as they get added (bsc#1214668)- systemd.spec: add missing `%tmpfiles_create systemd-resolve.conf`- Rename 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch into 1013-strip-the-domain-part-from-etc-hostname-when-setting.patch - Rename 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch into 1014-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch - Rename 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch into 1015-networkd-make-network.service-an-alias-of-systemd-ne.patch - Rename 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch into 1016-core-disable-session-keyring-per-system-sevice-entir.patch - Rename 0011-core-disable-session-keyring-per-system-sevice-entir.patch into 1017-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Hence these patch files can be easily identified as SLE specific ones.- Import commit b473c02cc08e093e370034425671cbc001c6748e 02caac7973 units/initrd-parse-etc.service: Conflict with emergency.target 70b3bff9f8 sd-device-monitor: dynamically allocate receive buffer (bsc#1213873) e2e1fbba2b sd-device: change type of properties nulstr from uint8_t* to char* c9d3dd5954 udev: set description for device monitor 3f07f44fde test: use sd_device_monitor_set_description() b304a1e1a2 sd-device-monitor: logs description for device monitor 929d4066c5 sd-device-monitor: introduce sd_device_monitor_{set,get}_description() 340e523048 sd-device-monitor: fix inversed condition 02659c7b67 tree-wide: port various places over to new stat_inode_same() helper b35a4b042a stat-util: add helper stat_inode_same() for comparing stat's st_dev/st_ino in one d25219cbe3 libsystemd: ignore both EINTR and EAGAIN 648a151313 errno-util: introduce ERRNO_IS_TRANSIENT()- Import commit 155fe1917157bdeecf7e28ef0ea9f62084f27f14 3b8c671f90 detach-md: similar to the DM case, also don't try to detach MD device backing /usr/ (bsc#1211576) 6da5d2d1fc shutdown: don't attempt to detach DM volume backing /usr/ (bsc#1211576) 37178881c1 udev: decrease devlink priority for iso disks (bsc#1213185) 02ede28319 shutdown: get only active md arrays. (bsc#1212434 bsc#1213575 bsc#1211576) 412b8dbb32 umount: /usr/ should never be unmounted regardless of HAVE_SPLIT_USR or not (bsc#1211576) 16f897570a units: remove the restart limit on the modprobe@.service e4e85b08bd tests: add test case for long unit names 3f84b06f9d core: shorten long unit names that are based on paths and append path hash at the end (bsc#1208194)- Add 5001-sleep-don-t-init-sys-power-resume-if-resume-option-i.patch (bsc#1186606)- Make sure to pre-install the groups systemd and udev rely on. This is needed when the tmpfiles are run at package installation time (i.e. when file-triggers are disabled).- Move more packaging fixups in the fixlet script.- Move the persistent net rule fix in udev fixlet script.- Rather than having one script per fix, use a single script (or "fixlet") per (sub) package that contains all the fixups relative to a (sub) package. This has the advantage to limit the number of scripts but more importantly it will ease the sharing of the spec file between TW and SLE. We should also be able to compare the fixlets of two distros even if the spec files have diverged. Note that all the fixups are run just once now.- kbd-model-map.legacy:: add 'ara' which should replace 'arabic' in the long term (bsc#1210702)- kbd-model-map.legacy: drop some entries no longer needed by YaST Related to bsc#1194609.- Include pam_keyinit.so in our systemd-user PAM service (bsc#1209741) That way "systemd --user" instances get their own session keyring instead of the user default session keyring. For some reasons cifscreds refuses to work with the latter. That's what is expected for every PAM session anyway.- Import commit 6441bb41141aaa8bfb63559917362748a3044c15 165ca0d018 udev-rules: fix nvme symlink creation on namespace changes (bsc#1207410)- Update 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1203141) Optimize when hundred workers claim the same symlink with the same priority.- Update 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Since commit 38f3e20883ff658935aae5c9 (v248), the symlinks /dev/cdrw and /dev/dvdrw could have no longer been created. Futhermore the rule added by this patch dealing with /dev/cdrom was redundant with the upstream one- Import commit dad0071f15341be2b24c2c9d073e62617e0b4673 (merge of v249.16)- Fix return non-zero value when disabling SysVinit service (bsc#1208432)- Drop build requirement on libpci, it's not more needed since udev hwdb was introduced 11 years ago.- Move systemd-boot and all components managing (secure) UEFI boot into udev sub-package: they may deserve a dedicated sub-package in the future but for now move them to udev so they aren't installed in systemd based containers.- Drop a workaround related to systemd-timesyncd that addressed a Factory issue.- Conditionalize the use of /lib/modprobe.d only on systems with split usr support enabled (i.e. SLE).- Import commit 119740915155d473de087bd633ba62c1c3e47d36 (merge of v249.15) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1bfa716e7fb6d7169cece864e75dfe9e52914c99...119740915155d473de087bd633ba62c1c3e47d36- Make use of the %systemd_* rpm macros consistently. Using the upstream variants will ease the backports of Factory changes to SLE since Factory systemd uses the upstream variants exclusively.- machines.target belongs to systemd-container, do its init/cleanup steps from the scriptlets of this sub-package.- Make sure we apply the presets on units shipped by systemd package- systemd-testsuite: move the integration tests in a dedicated sub directory.- Move systemd-cryptenroll into udev package.- Make sure that /lib/udev exists and is a symlink to /usr/lib/udev when the testsuite is run.- Import commit 1bfa716e7fb6d7169cece864e75dfe9e52914c99 (merge of v249.14) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/540e0bd5374f9f42f1e645eb15971431ebb4b8c8...1bfa716e7fb6d7169cece864e75dfe9e52914c99 - Rebase 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch- Don't overwrite /etc/pam.d/systemd-user on update (bsc#1207264) Regression introduced when systemd was forked for 15.4.- Ship systemd-pstore with udev (jsc#PED-2663)- Import commit 540e0bd5374f9f42f1e645eb15971431ebb4b8c8 29fb8a2dd0 core/unit: try to submit stop_when_unneeded queue on removing dependencies bd63eab381 core/device: start units specified in SYSTEMD_WANTS if it is not running e0898fa873 coredump: do not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) 119424f96e coredump: adjust whitespace 3833d5a408 coredump: drop an unused variable 36728edcfd coredump: Fix format string type mismatch 34f6867a8a analyze: use DumpUnitsMatchingPatternsByFileDescriptor e67a7087ec manager: add DumpUnitsMatchingPatternsByFileDescriptor() feb8f2a983 manager: rename dbus method 98fed27339 analyze: extend the dump command to accept patterns a06d9470af man: document the Dump() calls of the PID 1 D-Bus interface, and what they are 79eb37a5e0 cryptsetup: retry TPM2 unseal operation if it fails with TPM2_RC_PCR_CHANGED (bsc#1204944) - Drop 5000-coredump-Fix-format-string-type-mismatch.patch 5001-coredump-drop-an-unused-variable.patch 5002-coredump-adjust-whitespace.patch 5003-coredump-do-not-allow-user-to-access-coredumps-with-.patch They have been merged into SUSE/v249 branch.- Fix systemd-coredump to not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) Add 5000-coredump-Fix-format-string-type-mismatch.patch Add 5001-coredump-drop-an-unused-variable.patch Add 5002-coredump-adjust-whitespace.patch Add 5003-coredump-do-not-allow-user-to-access-coredumps-with-.patch- Import commit bcf040075f682f67370ddf7ab93d7a0d8b9cd9cc ab0f962e4c core/device: Log on every event received from udev 2dcb7c77fe udev/net_id: show the correct identifier in the debug output of dev_pci_onboard() 5b824103e0 udev/net_id: add debug logging for construction of device names cb6925410b udev: add one more assertion 82e343153a udev: drop assertion which is always false cef726986b udev: support by-path devlink for multipath nvme block devices (bsc#1200723) 00b34f08d9 tests: minor simplification in test-execute e5b4571c20 tests: make test-execute pass on openSUSE - Drop the following patches since they have been merged in 'SUSE/v249' branch: 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch- Import commit 0cd50eedcc0692c1f907b24424215f8db7d3b428 ae2067b062 time-util: fix buffer-over-run (bsc#1204968 CVE-2022-3821) 0469b9f2bc pstore: do not try to load all known pstore modules ad05f54439 pstore: Run after modules are loaded ccad817445 core: Add trigger limit for path units 281d818fe3 core/mount: also add default before dependency for automount mount units ffe5b4afa8 logind: fix crash in logind on user-specified message string- Add 1012-man-describe-the-net-naming-schemes-specific-to-SLE.patch (bsc#1204179) - Make "sle15-sp3" net naming scheme still available for backward compatibility reason- Don't replace /etc/systemd/system/tmp.mount symlink with a dangling one pointing to /usr/lib/systemd/ (bsc#1201795)- Update 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch (jsc#PED-944) To decrease log level of messages about use of KillMode=none from warning to debug. SAP still uses this deprecated option and the warnings emitted by PID1 confuse both SAP customers and support.- Import commit 7b70d88264a588fdba36c6e7655d1feea2b0e0a0 (merge of v249.12) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/4949659dd6ce81845e13034504fe06b85a02f08b...7b70d88264a588fdba36c6e7655d1feea2b0e0a0- Import commit 4949659dd6ce81845e13034504fe06b85a02f08b 0f096f16ba tmpfiles: check the directory we were supposed to create, not its parent 82c3793e43 stat-util: replace is_dir() + is_dir_fd() by single is_dir_full() call 2191a9ae95 logind: don't delay login for root even if systemd-user-sessions.service is not activated yet (bsc#1195059)- Make {/etc,/usr/lib}/systemd/network owned by both udev and systemd-network (bsc#1201276) This configuration files put in these directories are read by both udevd and systemd-networkd.- Import commit 17d488c53ad150de59f7d842e870e0c3d141d8ff 6b3bb1161c core/device: device_coldplug(): don't set DEVICE_DEAD 1e4058a0bc core/device: do not downgrade device state if it is already enumerated f1d33c466e core/device: ignore DEVICE_FOUND_UDEV bit on switching root (bsc#1137373 bsc#1181658 bsc#1194708 bsc#1195157 bsc#1197570) fdaad2ff3a core/device: drop unnecessary condition- fix parsing error in s390 udev rules conversion script (bsc#1198732)- Call pam_loginuid when creating user@.service (bsc#1198507) It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d.- Import commit 2bc0b2c447319a9156e7c5a18fe971f946554a6b 6256b14446 test: adapt install_pam() for openSUSE 3ea5b7e295 test: add test checking tmpfiles conf file precedence e63e641ee8 test tmpfiles: add a test for 'w+' b531758614 tmpfiles.d: only 'w+' can have multiple lines for the same path (bsc#1198090) ea98492c53 cryptsetup: fall back to traditional unlocking if any TPM2 operation fails - Move coredumpctl completion files into systemd-coredump sub-package.- Import commit e62acb68de9bccfa272bef98fe5b38effc37528a b70267d883 journald: make use of CLAMP() in cache_space_refresh() 3953e685cb journald: make sure journal_file_open() doesn't leave a corrupted file around after failing (bsc#1198114) d03a5f79bf fs-util: make sure openat_report_new() initializes return param also on shortcut 05499d5a30 fs-util: fix typos in comments 9f77c8fae1 journal-file: port journal_file_open() to openat_report_new() 4d07c034da fs-util: add openat_report_new() wrapper around openat() 258c04836d meson: build kernel-install man page when necessary 23da9cc83a man: do not install sd-boot man pages when -Dgnu-efi=false is set d452b8738c unit: install the systemd-bless-boot.service only if we have gnu-efi 98f44dc500 boot: don't build bootctl when -Dgnu-efi=false is set (bsc#1198093) 9145684460 build: include status of TPM2 in the feature string show by --version- spec: make sure /lib exists when installing conf files in /lib/modprobe.d- spec: enable 'efi' support regardless of whether sd_boot is enabled or not We should support EFI systems even if systemd-boot is not enabled.- spec: cope with %{_modprobedir} being /lib/modprobe.d on SLE- Import commit 5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c (merge of v249.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/23b6a8633186a2b5b2487621c81ec7e7bb068db1...5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c- Import commit 23b6a8633186a2b5b2487621c81ec7e7bb068db1 f19292f18d udev: 60-persistent-storage-tape.rules: handle duplicate device ID (bsc#1195529) 3349f636dc man: tweak description of auto/noauto (bsc#1191502)- Fix the default target when it's been incorrectly set to one of the runlevel targets (bsc#1196567) The script 'upgrade-from-pre-210.sh' used to initialize the default target during migration from sysvinit to systemd. However it created symlinks to runlevel targets, which are deprecated and might be missing when systemd-sysvcompat package is not installed. If such symlinks are found the script now renames them to point to 'true' systemd target units. - When migrating from sysvinit to systemd (it probably won't happen anymore), let's use the default systemd target, which is the graphical.target one. In most cases it will do the right thing anyway.- systemd.spec: minor simplification by assuming that %{bootstrap} is always defined.- Make sure to create 'systemd-coredump' system user when systemd-coredump is installed (follow-up for the split of the sysusers config files).- update s390 udev rules conversion script to include the case when the legacy rule was also 41-* (bsc#1195247) * change scripts-udev-convert-rules.sh- Fix a regression caused by the split of the sysusers config files shipped by systemd (bsc#1196322) Calls to %sysusers_create were not updated accordingly.- %_pam_vendordir is still wrong on SLE, let's define our own definition for now.- Add in quarantine the following patches: 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch They might help with predictable network device naming issues. They will be moved to the git repo if nothing wrong happens.- Import commit d150ab3db99dea63a546567b3227baf0d85e4265 (merge of v249.10) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/26736aafa1df67d222fe46c54bf74b5c7a44d8a1...d150ab3db99dea63a546567b3227baf0d85e4265- Import commit 26736aafa1df67d222fe46c54bf74b5c7a44d8a1 8973cb2462 systemd-coredump: allow setting external core size to infinity (bsc#1195899 jsc#SLE-23866)- Fix build if %_distconfdir is not defined (see bsc#1195679)- Always create systemd-network system user, even if systemd-networkd is not installed (bsc#1195559) - Don't rely on %{_distconfdir}, it's broken on SLE (bsc#1195998)- Make more use of %{_unitdir} in files.{systemd,container}- Installation of libnss_mymachines.so depended on %{bootstrap} but it is actually installed when %{with machined} is true. - Call ldconfig when container subpackage is installed since it ships nss-mymachines NSS plug-in module.- Import commit a186eb9f9cc13b65f8380dbcae3080228e8be7e2 1395c74be7 udevadm: cleanup-db: don't delete information for kept db entries (bsc#1194912) bbafc8092a udevadm: cleanup_dir: use dot_or_dot_dot() d16f6d018d tmpfiles: split out config for systemd-resolve 41334be59e meson: minor cleanup 3db0c28462 sysusers: split up systemd.conf - Drop 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (bsc#1195153) Since v241, the patch isn't useful anymore because resolved is no more able to create /etc/resolv.conf symlink by itself,it runs as 'systemd-resolve' user. The symlink is now handled by a tmpfiles config file which is only installed when systemd-resolved is. The tmpfiles config file has currently a lower priority than the one shipped by netconfig.- Make use of %ldconfig_scriptlets- Merge nss-resolved and nss-mymachines NSS plug-in modules into systemd-network and systemd-container respectively. These modules are plug-in modules hence the shared library packaging policy doesn't apply for them. Moreover they're pretty useless alone without their respective systemd services, Hence let's reduce the number of sub-packages as the list keeps increasing.- Merge libudev-devel into systemd-devel- systemd.spec: explicitely list all files for each main (sub) packages Using glob patterns in %files section to reduce the number of listed files was error-prone as some introduced files could silently be placed in the wrong subpackage. The sections were also hard to read and many files needed to be excluded from the main package making the point of glob pattern usage moot. systemd, udev, systemd-container and systemd-network packages have now their list of files described in a dedicated file. The lists are kept sorted to make them easy to parse. The size of the files, especially the one for the main package, is still reasonable and much easier to read now. During this rework, a couple of cleanups happened: more use of %{_systemd_util_dir}, some files was incorrectly owned by the main package and have been moved to the correct sub-package, etc... Note: the rest of the subpackages might be addressed later but let's find how it goes for now.- Rename 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch into 1011-sysv-generator-add-back-support-for-SysV-scripts-for.patch This patch is now SLE specific.- Make sure that libopenssl-devel is installed when building resolved. Openssl was implictly pulled in by systemd-experimental subpackage but could be missing if the build of this subpackage was disabled.- resolved: disable DNSSEC until the following issue is solved: https://github.com/systemd/systemd/issues/10579 - resolved: disable fallback DNS servers and fail when no DNS server info could be obtained from the links. It's better to let the sysadmin know that something is likely misconfigured rather than silently handing over the DNS queries to Google or Cloudflare. - Replace '%setup+%autopatch' with '%autosetup'- Don't generate ID_NET_NAME_SLOT for devices behind a PCI bridge (bsc#1192637) If multiple NICs are behind a PCI bridge, each of them will get the same ID_NET_NAME_SLOT value leading to conflicting names. Such names weren't generated before SLE15-SP3.- Move the whole content of /usr/share/doc/packages/systemd in doc subpackage- Move the systemd-network-generator stuff in udev package This generator can generate .link files and is mainly used in initrd where udev is mandatory.- Restore /sbin/udevadm and /bin/systemctl (obsolete) paths (bsc#1194519)- Import commit 7a4e2ba4e01a8dfd305b24c40e156f8d293995a5 (merge of v249.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6c7d6a7100488806bad0a81bbf2bca99be641938...7a4e2ba4e01a8dfd305b24c40e156f8d293995a5- systemd.spec: drop our own definitions of %_pam_moduledir/%_pam_vendordir macros since they're now defined by pam-devel shipped by SP4. - Rename 1007-Restore-support-for-halt.local.patch into 1007-sysv-restore-support-for-halt.local.patch - Extract bits from 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch which are not specific to the handling of 'Required-Start:' and move them into a new patch 1010-sysv-add-back-support-for-all-virtual-facility-and-f.patch- Import commit 6c7d6a7100488806bad0a81bbf2bca99be641938 (merge of v249.8) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/103742c59ad2d37a54bfb91135d9c7b082ca3576...6c7d6a7100488806bad0a81bbf2bca99be641938 - Rebase 1007-Restore-support-for-halt.local.patch- Import commit 103742c59ad2d37a54bfb91135d9c7b082ca3576 e95df40b09 shared/rm-rf: loop over nested directories instead of instead of recursing (CVE-2021-3997 bsc#1194178) 078e04305d shared/rm_rf: refactor rm_rf() to shorten code a bit 6d560d0aca shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bit 6666ff056c localectl: don't omit keymaps files that are symlinks (bsc#1191826) 30cbebc56f tmpfiles: 'st' may have been used uninitialized 5443654ec0 macro: add new helper RET_NERRNO() 8d90ecc435 rm-rf: optionally fsync() after removing directory tree 591344010d rm-rf: refactor rm_rf_children(), split out body of directory iteration loop 8c7762c4f1 Bump the max number of inodes for /dev to a million (bsc#1192858) dc9476c881 journal: don't remove the flushed flag when journald is stopped 29efc29efd TEST-10: don't attempt to write a byte to the socket 773fb785b6 Bump the max number of inodes for /dev to 128k (bsc#1192858)- Rename 1009-drop-or-soften-deprecation-warnings.patch into 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch- Update systemd-user PAM service again Change the default implementation of pam_setcred() again, previously customized to run the full "auth" PAM stack and only call pam_deny.so which is basically the SUSE default behavior without pam_warn.so. This is considered safer, especially on SLE where a regression was spotted by QA.- move files related to static nodes to udev- Update 1009-drop-or-soften-deprecation-warnings.patch (bsc#1193086) It rewords the warning about the use of 'KillMode=none'.- Import commit dcd562c17a5bd8df60aff757c9a4c823b1da9144 (merge of v249.7) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a7d5fcde94e2351f6cdd1826726c52e22c9355f9...dcd562c17a5bd8df60aff757c9a4c823b1da9144 - Import commit a7d5fcde94e2351f6cdd1826726c52e22c9355f9 f99aa40c6e TEST-12: make sure 'adm' group exist 6c7194ff99 TEST-08: don't force ext4 for / dd1814b8f9 test: use kbd-mode-map we ship in one more test case 94c5febf2a test: fix TEST-10-ISSUE-2467 - Update the dependencies of the systemd-testsuite sub-package- Enable systemd-experimental sub-package again, rpmlint should have been updated.- Import commit 77ad76ed6e5c8170e3825d57abf8690b2a95bc06 (merge of v249.6) bcdeee7b4c virt: Support detection for ARM64 Hyper-V guests (bsc#1186071) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/ad045db5d34afeb4ece43f349783eda931e49a04...77ad76ed6e5c8170e3825d57abf8690b2a95bc06- Temporarily disable systemd-experimental sub-package until rpmlint is updated.- Add 1009-drop-or-soften-deprecation-warnings.patch- Disable nss-systemd and translations features for the mini flavour- Enable build of systemd-experimental sub-package It will be shipped in Leap only.- Really enable libiptc for masquerading support (bsc#1191651) Currently used by systemd-nspawn and systemd-networkd.- Convert systemd package to multibuild- Import commit ad045db5d34afeb4ece43f349783eda931e49a04 (merge of v249.5) 8de173ff93 mount-util: fix fd_is_mount_point() when both the parent and directory are network fs (bsc#1190984) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a...ad045db5d34afeb4ece43f349783eda931e49a04- Rename %{gnu-efi} into %{sd_boot} Build conditionals (%bcond_with and %bcond_without) are used to define a specific feature of systemd. "gnu-efi" is rather an implemenation detail. Also not really sure what "efi" option alone is useful for since systemd-boot & co depends on "gnu-efi". - Enable sd_boot support for aarch64- Suppress PAM warning when the credentials for user@.service service are established (bsc#1190515) systemd-user PAM service needs to define a default implementation of pam_setcred() otherwise the fallback (defined by /etc/pam.d/other) is used, which consists of pam_warn.so + pam_deny.so, and will throw a warning each time a user logs in.- Drop systemd-logger (Leap only) This sub package was introduced in order to configure persistent journal and also to make sure that another syslog provider (such as rsyslog) couldn't be installed at the same time: each syslog provider conflicts with each others. However this mechanism didn't work since uninstalling systemd-logger wasn't magically turning off persistent logging because /var/log/journal is likely to be populated hence not removed. Moreover using a subpackage to configure the mode of journald was overkill and the usual ways (main conf file or drop-ins) should be preferred. This change should have no effect on SLE as the sub-package was shipped in Leap only.- Overwriting rootprefix= is only required when split-usr is enabled- Rename %usrmerged into %split_usr- No need to install upstream pam configuration file "systemd-user" It's overwritten by the SUSE version anyway.- Predictable network interface names: fix slot based network names on s390 (backward incompatible change) (jsc#SLE-18514) The default predictable naming scheme used by SLE ("v238") have been improved with the two following changes: o PCI hotplug slot names for the s390 PCI driver are a hexadecimal representation of the function_id device attribute. This attribute is now used to build the ID_NET_NAME_SLOT. Before that, all slot names were parsed as decimal numbers, which could either result in an incorrect value of the ID_NET_NAME_SLOT property or none at all. o Some firmware and hypervisor implementations report unreasonable high numbers for the onboard index. To prevent the generation of bogus onbard interface names, index numbers greater than 16381 (2^14-1) were ignored. For s390 PCI devices index values up to 65535 (2^16-1) are valid. To account for that, the limit is increased to now 65535. To reflect these backward incompatible changes, the naming scheme version has been renamed "sle15-sp4". - Import commit 2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a 4c4e642712 meson: allow extra net naming schemes to be defined during configuration (jsc#SLE-18514) 78466e4464 meson: drop the list of valid net naming schemes b9a2098f9d netif-naming: inline one iterator variable d7fbbc5e74 Add remaining supported schemes as options for default-net-naming-scheme- Enable support for Portable Services (jsc#SLE-21695) Will be released in Leap only.- Import commit 48cec2f159dd8fd15d0baf9a1ffe2d762ecf769c 8d65ec4a66 test: wc is needed by test/units/testsuite-50.sh 1527bcc5dd test: make the installation of the debug tools optional in the image f4e6bf0b37 journalctl: never fail at flushing when the flushed flag is set (bsc#1188588) 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files- Update the dependencies of the testsuite package The debug tools are optional thus no more required. OTOH strip(1) is needed when building the test image and nc(1) is needed by some tests.- SLEtify This forward port most of the SLE stuff from SLE15-SP3 to this Factory snapshot making this version good enough for starting testing the version that will be shipped in SLE15-SP4. Add 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1181192 bsc#1184238 bsc#1184254 bsc#1184859 bsc#1185828) Add 1002-udev-add-option-to-generate-old-buggy-SCSI-serials.patch Add 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch (bsc#981830 bsc#888612 bsc#1072933) Add 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch (bsc#1178023 bsc#1183702) Add 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1089761) Add 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch Add 1007-Restore-support-for-halt.local.patch Add 1008-login-mark-again-framebuffer-devices-as-master-of-se.patch (bsc#1187154) merge compats/persistent-nic-names (bsc#1061883 bsc#1083158 bsc#1178561) merge compats/udev-compat-symlinks networkd is kept enabled as it's shipped in Leap distros (bsc#1071311) The following udev rules are no more kept by the systemd package 60-io-scheduler.rules (bsc#1165579 bsc#1164717 bsc#1134353 bsc#1177490 bsc#1184994 bsc#1188713) 80-acpi-container-hotplug.rules (bsc#1082485 bsc#1040800 bsc#1078358 bsc#1081170 bsc#1075743) 80-hotplug-cpu-mem.rules (bsc#1076696 bsc#1127557) 99-wakeup-from-idle.rules Move systemd-sysv-convert back from /usr/lib/systemd to /usr/sbin (bsc#1178156) Add conversion script for moving legacy collect based udev rules to chzdev based ones (bsc#1183984) SLE systemd default settings are hold by systemd-default-settings-branding-SLE (bsc#1065301 jsc#SLE-10123) Don't mount /tmp as tmpfs by default Set the version of the net naming scheme to 'v238' Set the default cgroup hierarchy to 'hybrid' Create /run/lock/subsys again (bsc#1187292) Restore "Provides/Obsoletes: systemd-bash-completion"- Drop git internal files from the testsuite sub-package- Adjust pam macros- Don't reexecute user manager instances on package update yet This can't be done until users have their user instance updated to the new version that supports reexecuting with SIGRTMIN+25 because this signal terminates the user managers for the previous versions.- Import commit ec72db9ee0f8ce061f83624d7148ff38a5993b11 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files - systemd.spec: reexec user manager instances on package updates- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)- Drop dependency on m4 (replaced by Jinja2)- Configure split-usr=true only when %usrmerged is not defined- Import commit 40bda18e346ff45132ccd6f8f8e96de78dcf3470 (merge of v249.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/7f23815a706cf2b2df3eac2eb2f8220736b8f427...40bda18e346ff45132ccd6f8f8e96de78dcf3470- Rework the test (sub)package: - it's been renamed into 'systemd-testsuite' - it includes the extended tests too - the relevant commits have been backported to SUSE/v249 so no SUSE specific patch is needed to run the extended tests (see below) - the deps needed by the extended tests have been added - Import commit 7f23815a706cf2b2df3eac2eb2f8220736b8f427 ad216581b6 test: if haveged is part of initrd it needs to be installed in the image too 088fbb71d0 test: adapt install_pam() for openSUSE 4d631c1f0c Revert "test: adapt TEST-13-NSPAWN-SMOKE for SUSE" ef956eb8a2 test: on openSUSE the static linked version of busybox is named "busybox-static" 6f7ce633b0 TEST-13-*: in busybox container sleep(1) takes a delay in seconds only 278baaa3ec test: don't try to find BUILD_DIR when NO_BUILD is set 3bba2f876a test: add support for NO_BUILD=1 on openSUSE d77cbc1b64 test: make busybox TEST-13-only dependency- Upgrade to v249.2 (commit c0bb2fcbc26f6aacde574656159504f263916719) See https://github.com/openSUSE/systemd/blob/SUSE/v249/NEWS for details. This includes the following bug fixes: - upstream commit 6fb61918ccdd0610b425d5b0e5417751f8f8f783 (bsc#1182870) - upstream commit 6fe2a70b9160e35fdeed9d37bd31727c2d46a8b2 (jsc#SLE-17798) - Rebased 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Avoid the error message when udev is updated due to udev being already active when the sockets are started again (bsc#1188291)- Import commit 73e9e6fb847513c6d62f2fb445778ef5bc0fe516 (merge of v248.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/cb29bcc5ef2c0ee659686c5d229646a6ba98ec50...73e9e6fb847513c6d62f2fb445778ef5bc0fe516- Drop 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch Commit 81107b8419c39f726fd2805517a5b9faab204e59 fixes https://github.com/systemd/systemd/issues/19464 which makes the aforementioned patch not needed anymore.- Drop 1003-basic-unit-name-adjust-comments.patch It's been merged in SUSE/v248 branch- Import commit cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 (merge of v248.5) 4a1c5f34bd basic/unit-name: do not use strdupa() on a path (bsc#1188063 CVE-2021-33910) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/94efce2ee59fca15a48ff9c232c8dd7cf930c0a0...cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 - Drop 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch as it was merged in v248.5.- Import commit 94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 (merge of v248.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c0aecee593511e49638579cb2b9ac8aaf1f8e6c8...94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 - Drop 1001-unit-name-generate-a-clear-error-code-when-convertin.patch as it was merged in v248.4.- Import commit c0aecee593511e49638579cb2b9ac8aaf1f8e6c8 42ec1d537a login: use a hwdb entry for tagging Parallels' fb devices with 'master-of-seat' tag ecc7c7b462 login: use a hwdb entry for tagging HyperV's fb devices with 'master-of-seat' tag a4cfd70476 login: XGI Z7/Z9 (XG20 core) graphic chip requires master-of-seat to be set (bsc#1187154) ef553e0199 sd-dhcp-client: tentatively ignore FORCERENEW command (bsc#1185972 CVE-2020-13529) aae6c575fc sd-dhcp-client: logs when dhcp client unexpectedly gains a new lease 258a3d2043 sd-dhcp-client: shorten code a bit 0a80303114 sd-dhcp-client: check error earlier and reduce indentation- Added patches to fix CVE-2021-33910 (bsc#1188063) Added 1001-unit-name-generate-a-clear-error-code-when-convertin.patch Added 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch Added 1003-basic-unit-name-adjust-comments.patch These patches will be moved to the git repo once the bug will become public.- systemd-hwdb-update.service should be shipped by the udev package- Finally don't create /run/lock/subsys anymore This effectively reverts the fix for bsc#1187292 made earlier. This directory is specific to RH sysvinit and since we're going to fade the support of SysV init script away the directory has no future.- Import commit e9a23d9e064c2e7ac21a1b984d116bcf15327e63 8dd19c6ee3 sd-device: allow to read sysattr which contains embedded NUL d52409e5fe pid1: only add a Wants= type dependency on /tmp when PrivateTmp=yes (bsc#1181970- Enable TPM2 support- Import commit fcdb8dce591db2f5fc3c1e3eeb7abe9a2090b401 aa2d840a3b compat-rules: fix warning: "label ‘out’ defined but not used" in path_id_compat.c - Restore 61-persistent-storage-compat.rules that was mistakenly dropped during the merge of v248.- Create /run/lock/subsys again (bsc#1187292) The creation of this directory was mistakenly dropped when 'filesystem' package took the initialization of the generic paths over. Paths under /run/lock are still managed by systemd for lack of better place.- Drop systemd's dependency on udev (jsc#PM-2677) In some environments (i.e. containers) udev is usually not necessary but pulls in unnecessary packages.- Now that chkconfig/insserv are history, let's implement the strict minimum in systemd-sysv-install to enable/disable SysV init scripts (bsc#1186595 bsc#1186359) Indeed there's no much point in dropping SysV support completely until upstream will do especially since 3rd party applications such as vmware still rely on it, see bsc#1186359).- Allow the sysusers config files shipped by systemd rpms to be overriden during system installation (bsc#1171962) - While at it, add a comment to explain why we don't use %sysusers_create in %pre and why it should be safe in %post.- udev requires systemd in its %post (bsc#1185958) udevadm, called in udev's %post, requires libsystemd-shared-248.so.- Restore all "License:" tags udev uses a different license (GPL-2.0-only) than the main package and "osc service localrun format_spec_file" has the good taste to restore the license tags for all other subpackages if one of the subpackage tag differs.- Expect 644 permissions for /usr/lib/udev/compat-symlink-generation (bsc#1185807)- Spec file minor cleanups: - Drop all "Group:" tags as they are deprecated. - Drop "License:" tags from all subpackages and make it inherited from the main package. - Drop "%bcond_with parentpathid" as it's not used.- Introduce subpackage systemd-tests This subpackage is mainly used before submitting a new version of the systemd packages. As such it's not intended for regular users hence can be removed/renamed at any time. One might wonder why the unit tests are not executed during package builds (%check)... the reason is that the environment used to build package (chroot) is too limited and therefore only a subset of the unit tests would be executed in this environment. To disable the build of the subpackage, use "--without=tests".- Add 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch A temporary patch until https://github.com/systemd/systemd/issues/19464 is solved.- Import commit bc08011f04ac4f12569ec05965149f665a0b110b (merge of v248.3) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6f5c11b28f5739b901390f22c2bf4c003cadedaa...bc08011f04ac4f12569ec05965149f665a0b110b- Import commit 6f5c11b28f5739b901390f22c2bf4c003cadedaa (merge of v248.2) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/e5f93c9d2e9e26dd0dff430c4c072a547357ae7d...6f5c11b28f5739b901390f22c2bf4c003cadedaa- Upgrade to v248 (commit 5d3d934a5c2f4593207497db94e6f313348e89e7) See https://github.com/openSUSE/systemd/blob/SUSE/v248/NEWS for details. This includes the following bug fixes: - upstream commit 4327574fc1093513badc2177f71cede2fc88c13c (bsc#1166028) - upstream commit 3573e032f26724949e86626eace058d006b8bf70 (bsc#1186411) - upstream commit 30927a24848c4d727f7619cc74b878f098cdd724 (bsc#1200170) - A couple runtime dependencies on libraries are now tracked manually (with Recommends:) due to the fact that some symbols of these libs are dynamically loaded with dlopen() (heck!) - oomd is left disablde for now - pam configuration file 'systemd-user' is now shipped in /usr/etc/pam.d - Rebased 0001-conf-parser-introduce-early-drop-ins.patch 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch - Dropped 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch as it is SLE specific. - Clean systemd-experimental up: - Enclose "%package/%descriptoin experimental" within a "%if %experimental/%endif" block condition - List the build requirements in the sub-package instead of listing them in the main package. - Enable support for fido2, pwquality and qrencode in the home stuff - Improve the package description- systemd.spec: clean some of the build deps up: - libpcre is redundant with libpcre2 (only required by the full build) and the mini variant needs none of them. Hence drop the ref to libpcre. - normally libidn2 is needed by some optional features in systemd-network (only). But it's implicitly pulled in by libgnutls (required by the main package). Let's make sure the related features won't be disabled inadvertently in the future by making the dep explicit.- Import commit 14581e01203df7aa63c7c8383a12e6ebe258476f (merge of v246.13) 423b1e759c Revert "resolved: gracefully handle with packets with too large RR count" (bsc#1183745) 4723778738 meson.build: make xinitrcdir configurable (bsc#1183408) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/9753d1c17545a5d46530696cb14254f5f12024f1...14581e01203df7aa63c7c8383a12e6ebe258476f - Drop 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch as it's part of v246.13. - Make use of the new build option to ship xinitrc in /usr/etc/X11/xinit/xinitrc.d (bsc#1183408)- Add 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch Temporary workaround for bsc#1183745 (upstream issue 18917) until an actual fix is found.- enable libiptc for masquerading support in networkd- Default to the "unified" cgroup hierarchy. At this point, most users of cgroup (such as docker, libvirt, kubernetes) should be ready for this change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line.- Import commit 9753d1c17545a5d46530696cb14254f5f12024f1 (merge of v246.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/134cf1c8bc3e361a2641161aa11ac2b5b990480b...9753d1c17545a5d46530696cb14254f5f12024f1 - Rebase 0001-conf-parser-introduce-early-drop-ins.patch- Import commit 13bc08870147b35f87cefb074aec22e767b7ac04 846d61e0a1 boot: Move console declarations to missing_efi.h 171a37228b boot: Add startswith() and endswith() functions with no_case variants 0fad9f309a boot: Drop unnecessary braces c38bbb0874 boot: Fix void pointer arithmetic warning 438210924b boot: Replace raw efivar gets with typed variants e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string() 2808d0e9a3 boot: Tighten scope of variables used in loops d3f3d57743 boot: Add efivar_get_boolean_u8() 0551ecce71 boot: Make all efivar util functions take the guid as an argument 8376ba3b9f boot: Turn all guid constants into C99 compound initializers 166fc2dad2 boot: Enable C99 c87d66e261 boot: Move Secure Boot logic to new file da7bba9438 udev: fix memleak e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598) 8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020)- create subpackage systemd-experimental to host pstore, repart, userdb and homed- Make sure the udev socket units are reloaded during udev package updates- fix-machines-btrfs-subvol.sh is only shipped when machined is built- systemd requires aaa_base >= 13.2 This dependency is required because 'systemctl {is-enabled,enable,disable} " ends up calling systemd-sysv-install which in its turn calls "chkconfig - -no-systemctl". aaa_base package has a weird versioning but the '--no-systemctl' option has been introduced starting from SLE12-SP2-GA, which shipped version "13.2+git20140911.61c1681". Spotted in bsc#1180083.- Add 0001-conf-parser-introduce-early-drop-ins.patch Introduce early configuration drop-in file. This type of drop-ins are reserved for vendor own purposes only and should never been used by users. It might be removed in the future without any notice.- Drop use of %systemd_postun in %postun This macro is supposed to operate on units but it was used without passing any parameters. This call was probably used for issuing a daemon-reload but the following calls to %systemd_postun_with_restart imply that already. So let's simply drop it.- systemd-sysv-convert: handle the case when services are migrated from SysV scripts to systemd units and are renamed at the same time (bsc#1181788) The list of such services is hard coded and contains only the 'ntp->ntpd' translation.- Import commit 134cf1c8bc3e361a2641161aa11ac2b5b990480b (merge of v246.10) 25f220eafb sysusers: flush nscd's caches whenever /etc/{passwd,group} are modified (bsc#1181121) 4a543f0257 journal: send journald logs to kmsg again 26df96473f busctl: add a timestamp to the output of the busctl monitor command (bsc#1180225) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/520e53b6d85087b05892ee637ae93f1b269e7e52...134cf1c8bc3e361a2641161aa11ac2b5b990480b- prepare usrmerge (boo#1029961) * don't install legacy symlinks to / * use %_pamdir to install pam modules * leave nss files in /usr/lib*, glibc loads them from there just fine independent of usrmerge- Import commit 520e53b6d85087b05892ee637ae93f1b269e7e52 (merge of v246.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2401461e5f0e32922823d954c56106f96344070e...520e53b6d85087b05892ee637ae93f1b269e7e52- Import commit 2401461e5f0e32922823d954c56106f96344070e 6131548b0f udev: link_update() should fail if the entry in symlink dir couldn't have been created f6cb8c7d79 udev: make algorithm that selects highest priority devlink less susceptible to race conditions (bsc#1084748) fc64e47291 basic/stat-util: make mtime check stricter and use entire timestamp ae91d45d3d test/sys-script.py: add missing DEVNAME entries to uevents 09e3473a7a test/udev_test.pl: add "expected good" count fc89379b5b test/udev-test.pl: suppress umount error message at startup d9e114f10d test/sd-script.py: new helper script for udev testing f2672eae66 test/udev-test.pl: generator for large list of block devices 42b68e43e2 test/udev-test.pl: add repeat count eec8ec375a tests/udev-test.pl: add multiple device test 73b8f3cf93 test/udev-test.pl: count "good" results ee04d70bb6 test/udev-test.pl: merge import parent tests into one 03942c8fbc test/udev-test.pl: merge "space and var with space" tests ec95546189 test/udev-test.pl: remove bogus rules from magic subsys test f704429217 test/udev-test.pl: Make some tests a little harder ce1a877dc0 test/udev-test.pl: last_rule is unsupported 913c72ff2d test/udev-test.pl: fix wrong test descriptions eeb25a1be6 test/udev-test.pl: allow checking multiple symlinks 00ab4292da test/udev-test.pl: test correctness of symlink targets 5b71ee2911 test/udev-test.pl: use computed devnode name 2e04bb9ae8 test/udev-test.pl: allow concurrent additions and removals 8816dd593c test/udev-test.pl: create rules only once 214418632d test/udev-test.pl: allow multiple devices per test 1eb6b23f27 udev-test: do not rely on "mail" group being defined 4a0a4dcf10 udev: Fix sound.target dependency (bsc#1179363)- Enable support for zstd compression systemd-journald will now use zstd for compressing large fields in journal files. systemd-coredump will also use this algorithm to compress coredump files. Please note that systemd older than v246 won't be able to read new journal files as zstd algorithm is not supported by these versions. This incompatible change was actually not the only one introduced by v246 since the hash tables in journal files have been hardened against hash collisions too in an incompatible way with older versions.- Explicitly require group(kvm) by udev: the group used to be created by system-users-hardware, but has been split/moved to qemu/kvm, where it is more logical. The file /usr/lib/udev/rules.d/50-udev-default.rules references this group, thus we should make sure the group exists. Otherwise there are errors in the journal in the form of: /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring- Import commit d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15 (merge of v246.7) 450792497e sd-event: fix delays assert brain-o (#17790) 1040a19d08 udevadm: rename option '--log-priority' into '--log-level' a7b41e19bd udev: rename kernel option 'log_priority' into 'log_level' For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/f6104ea5f554233e34b94ffd92da8332c3bd7d8f...d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15- Import commit f6104ea5f554233e34b94ffd92da8332c3bd7d8f 617aed9236 scope: on unified, make sure to unwatch all PIDs once they've been moved to the cgroup scope- Don't post-require systemd-default-settings-branding anymore This is actually not needed now that the branding package issues a PID1 reloading every times it's being updated.- Import commit 49caf8e37aba04841e5493ccc25e7edab462d95b f8f7286527 units: restore sysfs conditions in sys-fs-fuse-connections.mount and sys-kernel-config.mount e9c7158dc7 units: wait until some fs modules are entirely loaded before mounting their corresponding filesystem (bsc#1178631) ac7ddc4201 Revert "units: skip modprobe@.service if the unit appears to be already loaded" 17310a1d19 core: serialize u->pids until the processes have been moved to the scope cgroup (bsc#1174436) 1416965614 meson: add option to skip installing to $sysconfdir f71a1ef5d0 systemctl: give a nice hint about org.freedesktop.LogControl1 when applicable 20a3f9fd95 systemctl: immediately reject invalid log levels 9f67d2e57b systemctl: merge log_target(), log_level(), service_log_setting() ddf7cf4872 systemctl: add service-log-{level,target} verbs 026d7d156d systemctl: list unit introspection verbs first, modification second- systemd-default-settings is needed by %post scriptlet- Revert the change that dropped %{release} from the package version constraints used in Requires: The release number is actually relevant since it can be increased when some patches, which might touch multiple sub-packages of systemd, are added/modified. However the %{release} is still no more used in conflicts.- Import commit fdce77ce2067f9dd90d816bad28b51efed0b6dc1 05fff5bd02 generator: use kmsg in system-level generators, journal otherwise ecc07954de log: normalize log target condition check d32ceea42b log: update comment 2ebad02b60 basic/virt: Detect PowerVM hypervisor (bsc#1176800)- Simplify systemd-sysv-convert - the previous code incorrectly assumed that the sysv init scripts were uninstalled before %post get executed. It therefore save the enablement state in %pre and restore it in %post. Now all is done in %post (making --save option useless) and there's no more need to remember the enablement state. - "--save" option is a NOP but is still kept for backward compatibility. - the previous simplifcation made /var/lib/systemd/migrated no more used. - we do not search for units in /lib/systemd anymore, this shouldn't be needed anymore these days especially since this path was only used when systemd was introduced in openSUSE and it was never used in SLE (checked SLE12-GA). - the option --show has been dropped. It's never been used even internally. - the DB is populated only once even if the script was enabled at multiple runlevels. The runlevel info was never used. A dummy value is still added to keep the same format just in case.- No more need to clean the journal-upload stuff with --without=journal_remote Since -Dremote build option has been introduced with meson, this workaround is no more needed.- Move journal-{remote,upload}.conf.5.gz man pages into systemd-journal_remote sub package- Explicitly list files in /usr/lib/sysusers.d shipped by the main package Currently only one config file is shipped in this directory and we want to check any new files that may be added in the future.- Use %{_modulesloaddir}, %{_environmentdir} and %{_modprobedir} wherever appropriate- Do not include %{release} in a few places where we explicitly mention package versions It's usually not a good idea especially when used with conflicts.- Rely on systemd-default-settings for overriding system default settings (bsc#1172517) The new branding packages now ships the drop-ins to customize systemd either for an openSUSE or a SLE ditro.- Import commit d7b5ac76dc95ddf30e707d26998e36303e9f52a7 (merge of v246.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1cab0d44584687ace92d1df30eadf264231e3b65...d7b5ac76dc95ddf30e707d26998e36303e9f52a7- Ship {/usr/lib,/etc}/systemd/network directories in the main package These directories can be used by both udevd and networkd.- Remove dangling symlink /usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket Otherwise the build system complains.- Import commit 1cab0d44584687ace92d1df30eadf264231e3b65 (include v246.5) 304ec2c7ab fstab-generator: add 'nofail' when NFS 'bg' option is used (bsc#1176513) 6ae277fb37 test: adapt TEST-21-SYSUSERS for SUSE acd8bfd2cc test: adapt TEST-13-NSPAWN-SMOKE for SUSE [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a4e393eecb9dbe140a6c7d57419c291d786155cf...1cab0d44584687ace92d1df30eadf264231e3b65- Drop 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch linuxrc has already been fixed.- Add 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch A temporary patch until the installer environment is updated to create some of the symlinks that udevd used to create during its startup but now udevd relies on the init system to do so.- Rework how we prevent journald from both enabling auditd and recording audit messages journald.conf gained a new setting Audit= to control whether journald enables audit during the boot process. So let's use it and make sure it's disabled by default by shipping a drop-in that overrides upstream default. Also we used to patch systemd to prevent journald from reading the audit messages. There's still no way for downstream to configure that properly (we would need to mask systemd-journald-audit.socket meaning shipping a symlink in /etc) but I think dropping systemd-journald-audit.socket from the package is a nicer way to do that as some users might choose to reenable this setting (by reintroducing the socket unit in /etc).- Enable audit support (bsc#1175883) Enabling audit support in systemd will only make PID1 (and some of its services) to generate some audit records for certain events. But it doesn't affect journald, which has been prevented from recording audit messages in the journal (SUSE specific behavior).- Upgrade to v246.4 (commit f1344d5b7f31e98aedb01e606f41d74d3caaf446) See https://github.com/openSUSE/systemd/blob/SUSE/v246/NEWS for details. Now that the number of SUSE specific patches has been shrinked and is pretty low (12 at the time of this writing), they are no more tracked by the git repo and are now handled at the package level. Hence It is easier to maintain and identify them. This effectively means that SUSE/v246 will contain upstream commits only. Added 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Added 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch Added 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch Added 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch Added 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Added 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch Added 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch Added 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch Added 0009-pid1-handle-console-specificities-weirdness-for-s390.patch Added 0010-journald-disable-audit-support-completely-from-the-j.patch Added 0011-core-disable-session-keyring-per-system-sevice-entir.patch Added 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Adjust %pre and %post for the restoration of upstream tmp.mount (boo#1175779)- Import commit a4e393eecb9dbe140a6c7d57419c291d786155cf d8e3bd4e22 Revert "core: don't send SIGKILL to user@.service immediatly during shutdown"- Drop requirement on 'sysvinit-tools' It was used to workaround bug #886599 by explicitly calling vhangup(8) from getty@.service so when this service was stopped a virtually hangup on the specified terminal when were stopped to give the shell a few seconds to save its history. But this workaround was dropped since it had no effect (SLE12-GM was released with it but was still suffering from the bug) and was replaced by commit e9db43d5910717a108, which was released from v226 and backported to SLE12/SLE12-SP1.- Import commit 6d6d92930acad63f9b9029c305a672c32c550d2d (include merge of v245.7) 797ad47d3e vconsole-setup: downgrade log message when setting font fails on dummy console (bsc#1172195 bsc#1173539) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b12cd8b89b4bccfcf972b47153a2b01cd7775932...6d6d92930acad63f9b9029c305a672c32c550d2d - Drop 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch Upstream finally reverted it and it's part of both v245.7 and master.- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461)- migrate-sysconfig-i18n.sh: fix marker handling (bsc#1173229) The marker is used to make sure the script is run only once. Instead of storing it in /usr, use /var which is more appropriate for such file. Also make it owned by systemd package.- Fix inconsistent file modes for some ghost files (bsc#1173227) Ghost files are assumed by rpm to have mode 000 by default which is not consistent with file permissions set at runtime. Also /var/lib/systemd/random-seed was tracked wrongly as a directory. Also don't track (ghost) /etc/systemd/system/runlevel*.target aliases since we're not supposed to track units or aliases user might define/override.- Include in the package version the stable minor (if any). Also update the version shown by various command such as 'systemctl - -version' to show the stable number.- Don't restart udevd sockets during package update Otherwise we might miss kernel events as the daemon need to be stopped as well.- Import commit b12cd8b89b4bccfcf972b47153a2b01cd7775932 (include merge of v245.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a6d31d1a02c2718a064bbbc40d003668acf72769...b12cd8b89b4bccfcf972b47153a2b01cd7775932- no longer explicitly package setgid directory /var/log/journal (bsc#1172550). The bit will be set during %post by way of the systemd-tmpfiles invocation. This avoids a conflict with the permissions package and an rpmlint error popping up.- Fix build when resolved is disabled While at it sort the build conditionals.- Import commit a6d31d1a02c2718a064bbbc40d003668acf72769 bb6e2f7906 pid1: update manager settings on reload too (bsc#1163109) e9e8907b06 watchdog: reduce watchdog pings in timeout interval 385a8f9846 udev: rename the persistent link for ATA devices (bsc#1164538) 66018a12ae tmpfiles: remove unnecessary assert (bsc#1171145)- Disable bump of /proc/sys/fs/nr-open Hopefully a _temporary_ workaround until bsc#1165351 is fixed otherwise user instances crashes the system is using NIS (and the nscd cache is empty).- Drop legacy /sbin/{udevd,udevadm) symlinks hopefully for good Since boo#1160890 has been fixed since a couple of months now.- Drop content of /usr/share/factory/ (bsc#1170146) systemd ships several files in /usr/share/factory/etc that are copied to /etc in case those files are missing there. Unfortunately the content does not match the openSUSE defaults.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466 bsc#1181831) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead. Meanwhile we still keep the homeless definitions in suse.conf until a better place is found for them. Drop 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch Drop 0001-SUSE-policy-do-not-clean-tmp-by-default.patch- Drop %tmpfiles_create portables.conf from %post of networkd sub-package It was probably mistakenly added because systemd-portable served as template for systemd-network.- Import commit 08cd65ac385c884ed6e4bd71128a0796f56ecd17 (include merge of v245.5) 1ceedf8535 meson: fix build of udev 'path_id_compat' builtin with meson 0.54 e61569d4a9 pid1: by default make user units inherit their umask from the user manager (bsc#1162698) 64fdacd5f1 user-util: rework how we validate user names (bsc#1170272) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c5aa158173ced05201182d1cc18632a25cf43b94...08cd65ac385c884ed6e4bd71128a0796f56ecd17- Drop 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch It's been merged in 'openSUSE-Factory' branch otherwise this branch won't build anymore since meson has been upgraded to version 0.54 in Factory.- Switch back to the hybrid hierarchy Unfortunately Kubernetes and runc are not yet ready for cgroupsv2. Let's reconsider the unified hierarchy in a couple of months.- Import commit c5aa158173ced05201182d1cc18632a25cf43b94 (merge v245.4)- Add 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch- Import commit 31f82b39c811b4f731c80c2c2e7c56a0ca924a5b (merge v245.2) d1d3f2aa15 docs: Add syntax for templated units to systemd.preset man page 3c69813c69 man: add a tiny bit of markup bf595e788c home: fix segfault when parsing arguments in PAM module e110f4dacb test: wait a bit after starting the test service e8df08cfdb fix journalctl regression (#15099) eb3a38cc23 NEWS: add late note about job trimming issue 405f0fcfdd systemctl: hide the 'glyph' column when --no-legend is requested 1c7de81f89 format-table: allow hiding a specific column b7f2308bda core: transition to FINAL_SIGTERM state after ExecStopPost= 2867dfbf70 journalctl: show duplicate entries if they are from the same file (#14898) [...]- Upgrade to v245 (commit 74e2e834b4282c9bbdc12014f6ccf8d86e542b8d) See https://github.com/openSUSE/systemd/blob/SUSE/v245/NEWS for details. This includes the following bug fixes: - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (CVE-2020-1712) - upstream commit 66a19d85a533b15ed32f4066ec880b5a8c06babd (bsc#1157315) - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (bsc#1162108) The new tools provided by systemd repart, userdb, homed, fdisk, pwquality, p11kit feature have been disabled for now as they require reviews first. Default to the "unified" cgroup hierarchy. Indeed most prominent users of cgroup (such as libvirt, kubic) should be ready for such change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line though. Added 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch: upstream commit 097537f07a2fab3cb73aef7bc59f2a66aa93f533 has been reverted for now on as it introduced a behavior change which has impacted plymouth at least.- add systemd-network-generator.service file together with systemd-network-generator binary- move html documentation to sparate package to save space - move networkd and resolved binaries into correct subpackage- Import commit f8adabc2b1f3e3ad150e7a3bfa88341eda5a8a57 (merge v244.2) 77c04ce5c2 hwdb: update to v245-rc1 b4eb884824 Fix typo in function name e2d4cb9843 polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it 83bfc0d8dd sd-bus: introduce API for re-enqueuing incoming messages 5926f9f172 polkit: use structured initialization 0697d0d972 polkit: on async pk requests, re-validate action/details 2589995acd polkit: reuse some common bus message appending code 5b2442d5c3 bus-polkit: rename return error parameter to ret_error 0a19ff7004 shared: split out polkit stuff from bus-util.c → bus-polkit.c 1325dfb577 test: adapt to the new capsh format 3538fafb47 meson: update efi path detection to gnu-efi-3.0.11 3034855a5b presets: "disable" all passive targets by default c2e3046819 shared/sysctl-util: normalize repeated slashes or dots to a single value 6f4364046f dhcp6: do not use T1 and T2 longer than one provided by the lease 0ed6cda28d network: fix implicit type conversion warning by GCC-10 f6a5c02d26 bootspec: parse random-seed-mode line in loader.conf ddc5dca8a7 sd-boot: fix typo 2bbbe9ae41 test: Synchronize journal before reading from it 072485d661 sd-bus: fix introspection bug in signal parameter names 80af3cf5e3 efi: fix build. [...]- Use suse.pool.ntp.org server pool on SLE (jsc#SLE-7683)- Drop scripts-udev-convert-lib-udev-path.sh Nobody should need it these days.- Temporarily restore /sbin/{udevd,udevadm) obsolete symlinks They're restored until YaST stop using them (see boo#1160890)- Import commit 8254b8d9646f3e0f5f8057d1ffb5d6c20f079aaa (merge v244.1) 639dc9f4bf network: set ipv6 mtu after link-up or device mtu change cbced49daa man: fix typo in net-naming-scheme man page 7dd04c99b0 network: tc: drop unused element bf4b7d07ba man: fix typos (#14304) 1ba2e7a730 ipv4ll: do not reset conflict counter on restart 49806bb310 macro: avoid subtraction overflow in ALIGN_POWER2() c4c1600689 test-network: add a test case for SendOption= 6f15b45949 network: fix segfault in parsing SendOption= 2e531b830d seccomp: real syscall numbers are >= 0 f7616ed52b network: fix copy and paste mistake e8b53300c4 network: do not drop foreign config if interface is in initialized state 00f05813bf seccomp: mmap test results depend on kernel/libseccomp/glibc 4de1909e61 seccomp: use per arch shmat_syscall d83010521d seccomp: ensure rules are loaded in seccomp_memory_deny_write_execute 2c6568221a seccomp: fix multiplexed system calls bcf0aa02bf Fix typo (duplicate "or") 96d7083c54 network: if /sys is rw, then udev should be around e874419902 nspawn: do not fail if udev is not running 29c9144655 Create parent directories when creating systemd-private subdirs 9cbb8b5254 network: do not return error but return UINT64_MAX if speed meter is disabled c08429ae33 core: swap priority can be negative f25c0be335 networkctl: fix to show BSSID 65fd2fce59 systemctl: enhance message about kexec missing kernel bdd0af5f81 Fixup typo in NEWS- Manually set system-uid-max and system-gid-max to 499 It used to be detected automatically by meson but it's been broken by the migration of login.defs from /etc to /usr/etc.- Import commit d8f6a204858bff68b8e0e7be86b418c36087ab2e 6c5e492a65 cryptsetup: umount encrypted devices before detaching it during shutdown- Upgrade to v244 (commit 090da85161ceb1ba0b4c208963c7156a8fdf10c6) See https://github.com/openSUSE/systemd/blob/SUSE/v244/NEWS for details. This includes the following bug fixes: - upstream commit b49e14d5f3081dfcd363d8199a14c0924ae9152f (bsc#1139459) - upstream commit 22683674716fd0e5b016ce5a7d8fd90df5f9f9e7 (bsc#1151377) - upstream commit faf205de3ba9a11b0ba17682123d7f3fedc7da24 (bsc#1151377) - upstream commit 27c3112dcbd1b5f171c36c32550d9c6331375b0b (bsc#1155574) - upstream commit 21b40f16622f171a9969dc334d74fb5eb2f575c2 (bsc#1159814) - upstream commit 9b88bb5023dfa3cea406c14fdaa3d8e3e320907a (jsc#SLE-7689) - upstream commit bc9ecd484f1ebfe0de8b567c90f6cd867fbd5894 (bsc#1141597) Legacy and obsolete symlinks have been finally dropped. Dropped 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch. Users were notified about the deprecation of UserTasksMax option and how to move to the new mechanism. The dropin replacement for UserTasksMax is therefore no more generated but its use still produces a warning. Added 0001-SUSE-policy-do-not-clean-tmp-by-default.patch and 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch. These patches were extracted from the git repo because it's not clear where the SUSE tmpfiles specificities should be located.- Import commit dbb1d4734daffa62e0eddecfa4f784c84a9d8e76 1439d72a72 udevd: don't use monitor after manager_exit() 99288dd778 Revert "udevd: fix crash when workers time out after exit is signal caught" 152577d6d0 udevd: fix crash when workers time out after exit is signal caught f854991504 udevd: wait for workers to finish when exiting (bsc#1106383) Changes from the v243-stable (84 commits): e51d9bf9e5 man: add entry about SpeedMeter= aa1fc791c7 udev: silence warning about PROGRAM+= or IMPORT+= rules b9a619bb67 udevadm: ignore EROFS and return earlier 1ec5b9f80c basic: add vmware hypervisor detection from device-tree 7fa7080248 umount: be happy if /proc/swaps doesn't exist [...] 47d0e23d26 udev: fix memleak caused by wrong cleanup function a6fb0542c5 parse_hwdb: fix compatibility with pyparsing 2.4.* cb1d892f17 parse_hwdb: process files in order- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424 9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081) c848bec110 libblkid: open device in nonblock mode. (bsc#1084671) b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029) bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS 4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error() 2e297f0d87 shared/install: fix error codes returned by install_context_apply() dd29d70d32 man: alias names can't be used with enable command- Fix %{_libexecdir} misuses of /usr/lib- Drop 0001-compat-rules-escape-when-used-for-shell-expansion.patch It's part of the previous import.- Import commit b7467b7b553d6d0d6f92758d966b69f1a88b6b42 441f44f371 fileio: introduce read_full_virtual_file() for reading virtual files in sysfs, procfs (bsc#1133495) 8a1bb5c66b swap: do not make swap units wanted by its device unit anymore- Import commit 5df9000899ef7d45ddbcacd0fdf73afa07a40f6b f0ed7237e4 udev/cdrom_id: Do not open CD-rom in exclusive mode. (bsc#1154256) b37054aa5a compat-rules: escape '$' when used for shell expansion Changes from the v243-stable: ef677436aa test: Pass personality test even when i686 userland runs on x86_64 kernel 3f6398c450 docs: fix inadvertent change in uid range 25bb377a73 cgroup: fix typo in BPF firewall support warning message 6d97aca0d5 fix build with compilers with default stack-protector enabled fbad077cec nspawn: surrender controlling terminal to PID2 when using the PID1 stub 0553c3c668 pid1: fix DefaultTasksMax initialization f406a691a7 src/core/automount: use DirectoryMode when calling mkdir -p 20438f96c3 udevadm trigger: do not propagate EACCES and ENODEV 6480630bc3 hwdb: Correct WWWW Pattern In Documentation Comment 9d8e889810 nspawn: consistenly fail if parsing the environment fails 40e169b304 nspawn: default to unified hierarchy if --as-pid2 is used b5df1037a0 cgroup: Mark memory protections as explicitly set in transient units f14e3e02cc cgroup: Respect DefaultMemoryMin when setting memory.min ea248e53bf cgroup: Check ancestor memory min for unified memory config de1d25a506 cgroup: docs: memory.high doc fixups 2ab45f38d8 cgroup: docs: Mention unbounded protection for memory.{low,min} 19a43dc38a Consider smb3 as remote filesystem 5c0224c7bf Handle d_type == DT_UNKNOWN correctly 8282bc61df util-lib: Don't propagate EACCES from find_binary PATH lookup to caller 9d0ae987a6 network: drop noisy log message f67f0e4ec4 Updated log message when the timesync happens for the first time (#13624) e151bf4674 units: make systemd-binfmt.service easier to work with no autofs 2b8e574d82 Corect man page reference in systemd-nologin.conf comments a0577353f1 man: Add a missing space in machinectl(1) 693e983988 log: Add missing "%" in "%m" log format strings ea7151b8c4 pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist b90549290e man: fix typo- Remove intltool BuildRequires, not needed since v237 - Use python3-base BuildRequires instead of full python3- Add 0001-compat-rules-escape-when-used-for-shell-expansion.patch (bsc#1153648) Added to the quaratine area to avoid uploading a new tar ball just for that single change. It will be dropped during the next import.- don't package locales in -mini package- Import commit 428b937f917ae177f2315e8469800941885e441a 0026b58744 pid1: fix DefaultTasksMax initialization- Import commit ed81f69153488279957268e247a5c81b678da491 (changes from v243-stable) fab6f010ac dhcp6: use unaligned_read_be32() f2d9af4322 dhcp6: add missing option length check ccf797511e ndisc: make first solicit delayed randomly f2275b6e12 dhcp6: read OPTION_INFORMATION_REFRESH_TIME option 6dfbe58ee7 l10n: update Czech Translation d4cd0e9d32 sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491) dbefe59259 polkit: fix typo a321507476 sd-netlink: fix invalid assertion 45dca7fe86 network: do not enter failed state if device's sysfs entry does not exist yet dd83d58796 network: add missing link->network checks b294305888 path: stop watching path specs once we triggered the target unit 2cd636c437 hwdb: add Medion Akoya E2292 (#13498) d133bdd1fa po: update Brazilian Portuguese translation 530e09b594 po: update Polish translation 0c5c3e34c1 polkit: change "revert settings" to "reset settings" 73e0f372d8 man: fix description of ARPIntervalSec= units 5412cc54a1 hwdb: axis override for Dell 9360 touchpad 9d4e658529 test: drop the missed || exit 1 expression 7ed7ea82f6 udevadm: use usec_add() 477bf86c91 udevadm: missing initialization of descriptor 19ac31c989 networkd: unbreak routing_policy_rule_compare_func() a20a2157a8 core: coldplug possible nop_job eb55241742 tty-ask-pwd-agent: fix message forwarded to wall(1) 1a3c53c06c core: Fix setting StatusUnitFormat from config files 91db81e4dd network DHCP4: Dont mislead the logs. 6af590838b Update m4 for selective utmp support. modified: tmpfiles.d/systemd.conf.m4 6823c907cf core: restore initialization of u->source_mtime 29308bcc13 mount-setup: relabel items mentioned directly in relabel-extra.d 8ca1e56165 Call getgroups() to know size of supplementary groups array to allocate 5d84a7ad1c test: add test cases for empty string match 1536348cc8 udev: fix multi match 3ccafef0ad man: move TimeoutCleanSec= entry from .service to .exec 8c0c30a820 zsh: udpate bootctl completions 0556c247a2 resolved: fix abort when recv() returns 0 9a25d75520 man: remove repeated words be3be29347 hwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the base 4b92ffccaa udev: also logs file permission 75a2845e5a udev: add missing flag for OPTIONS=static_node 19e9fc4262 network: do not abort execution when a config file cannot be loaded 3e1267cf50 fileio: update warning message 1b3156edd2 pstore: fix use after free f500d2fa81 journal: Make the output of --update-catalog deterministic 64d0f7042d travis: protect the systemd organization on Fuzzit from forks 4247938ee1 hwdb: Mark lis3lv02d sensors in HP laptops as being in the base 379158684a po: update Japanese translation 31e1bbd1ca docs: fix push recipe in RELEASE.md f06530d86b man/systemctl.xml: fix missing "not" 22aba2b969 docs: fix typo in boot loader doc 000e08ca70 pstore: fix typo in error message - directoy -> directory f7f9c69ac5 Fix typo in comment: overide -> override ca8ba8f8c0 po: update Polish translation- Some files related to the portable stuff were missing some %exclude- Allow YaST to select Iranian (Persian, Farsi) keyboard layout (bsc#1092920)- split off networkd and resolved into separate network subpackage - use separate lang package for translations- Import commit 9e41d7ec3572d8d5ea1e00f683e9fbf8108e85b4 fb1b9d54f9 tty-ask-pwd-agent: fix message forwarded to wall(1) dd14da3bb6 core: restore initialization of u->source_mtime d62f30f647 resolved: create /etc/resolv.conf symlink at runtime- Slighly rework (mostly reorganization) the portable stuff- Track 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch in the git repo This patch has been in the quarantine area long enough, so let's move it in the git repo.- Upgrade to v243 (commit e0b24c4356aa0c1c56ff274ff72228f33482a5be) See https://github.com/openSUSE/systemd/blob/SUSE/v243/NEWS for details. This includes the following bug fixes: - upstream commit b2774a3ae692113e1f47a336a6c09bac9cfb49ad (CVE-2019-20386 bsc#1161436) - upstream commit 5406c36844b35504a64e9f05fc74b8e5e5a09143 (bsc#1132400) - upstream commit 83a32ea7b03d6707b8e5bb90a0b3a6eb868ef633 (bsc#1132721) - upstream commit 7cc5ef5f1811c539ae7f20255c2a093f413cc64f (bsc#1172824 bsc#1142733) - upstream commit 83cb24ac20baf19f7834931dcf6e03486b4c9c30 (bsc#1156213) - upstream commit a2dcb1d78737d3daa301ee63fbdd02837acb71a8 (bsc#1158485) - upstream commit 08185cff19efcb1d7d9fb7b546e7f516ab6dae91 (bsc#1165011) - upstream commit 59c55e73eaee345e1ee67c23eace8895ed499693 (bsc#1177510) Drop 0001-Revert-insserv.conf-generator.patch as it's been dropped from branch SUSE/v243 while we were rebasing. Drop 0001-rc-local-generator-deprecate-halt.local-support.patch as this functionality had been deprecated during the previous release and now have been dropped by upstream.- enable systemd-portabled- systemd-container creates and owns /etc/systemd/nspawn now- Import commit 0f9271c1336c5c9055e75389732a44745d796851 (changes from v242-stable) 07f0549ffe network: do not send ipv6 token to kernel 9d34e79ae8 systemd-mount: don't check for non-normalized WHAT for network FS 5af677680c core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX (bsc#1142099) 29dda7597a random-util: eat up bad RDRAND values seen on AMD CPUs eb6c17c178 util-lib: fix a typo in rdrand 829c20dc8e random-util: rename "err" to "success" 5442366fbf man: rework the description of Aliases and .wants/.requires directories ae71c6f634 docs: typo in arg name replace-irreversible -> replace-irreversibly 09774a5fcb meson: make nologin path build time configurable 69ffeeb0b1 man: add note about systemctl stop return value 4cf14b5513 shared/conf-parser: say "key name" not "lvalue", add dot 4481ca7f86 shared/conf-parser: emit a nicer warning for something like "======" 46f3db894b shared/conf-parser: be nice and ignore lines without "=" 7d928995f7 nspawn: fix memleak in argument parsing 7727e6c0ae resolve: fix memleak 7f32a81976 journal: properly read unaligned le64 integers fa419099e5 activate: move array allocation to heap 815a9fef2a systemctl: print non-elapsing timers as "n/a" not "(null)" a4fc3c88f1 factory: include pam_keyinit.so in PAM factory configuration a453d63315 factory: add comment to PAM file, explaining that the defaults are not useful d9a5a70a59 factory: tighten PAM configuration 5e2d3bf80b test: make sure colors don't confuse our test 5fe3be1334 wait-online: change log level c49b6959d5 systemctl: emit warning when we get an invalid process entry from pid1 and continue 3c9f43eb03 systemctl: do not suggest passing --all if the user passed --state= 5964d1474e man: offline-updates: make dependence on system-update.target explicit a04dd26e03 alloc-util: drop _alloc_ decorator from memdup_suffix0() 7c46a694ca man: add example for setting multiple properties at once 1d72789271 man: CPUShares= is so 2015 45da304673 man: document that WakeSystem= requires privs bed58a06e4 man: document that "systemd-analyze blame/critical-chain" is not useful to track down job latency c5461f31b3 man: be more explicit that Type=oneshot services are not "active" after starting 455ee07abe man: document that the supplementary groups list is initialized from User='s database entry 5f0cb2616a alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply() 7bc336794d generator: downgrade Requires= → Wants= of fsck from /usr mount unit 66465c4381 systemctl: allow "cat" on units with bad settings ca937b49da pid1: fix serialization/deserialization of commmands with spaces 4bb3113023 growfs: call crypt_set_debug_level() correctly, skip if not needed 0db716771e cryptsetup: enable libcryptsetup debug logging if we want it c8b9b3956f cryptsetup: set libcryptsetup global log callback too 679b3f6b7f basic/log: fix SYSTEMD_LOG_* parsing error messages 8d6b5158aa units: add SystemCallErrorNumber=EPERM to systemd-portabled.service 6681fcd445 network: fix the initial value of the counter for brvlan 853ec5f458 man: Add some notes about variable $prefix for StateDirectory= e6d23358e9 sd-netlink: fix inverted log message 6feb862407 blockdev: filter out invalid block devices early 9f7c0dbc75 blockdev-util: propagate actual error 3f5355bcb9 man: document tmpfiles.d/ user/group resolvability needs c15b92cd98 man: fix wrong udev property name 9768a900d6 meson: drop duplicated source 15194f22ed cryptsetup-generator: fix luks-* entry parsing from crypttab c2475390b4 core: skip whitespace after "|" and "!" in the condition parser fdc754aeb7 shared/condition: fix printing of ConditionNull= 572385e135 test: add testcase for issue #12883 9aa1edddb0 conf-parser: fix continuation handling 8fbc72f45f networkd: fix link_up() (#12505)- State directory of systemd-timesync might become inaccessible after upgrading to v240+ (bsc#1137341) This happens for users who had previously used systemd-timesync with DynamicUser=true, ie the ones who upgraded from a systemd version between v235 and v239 to systemd v240 and later (v240 was the version where DynamicUser was switched back to OFF).- Import commit eaa7b8b148927d471609de75e542dffcc1b36df4 7e58b89136 udevd: change the default value of udev.children-max (again) (bsc#1107617)- Add 0001-rc-local-generator-deprecate-halt.local-support.patch /etc/init.d/halt.local support will removed from the next systemd version (v243) so for now on warn (hopefully the few) users who rely on this script so they have a chance to switch to systemd-shutdown interface.- Add 0001-Revert-insserv.conf-generator.patch (bsc#1052837) All remaining packages have been fixed so they don't rely on the insser-generator to generate proper deps. So let's drop it as all services should carry the proper dependencies itself.- Drop debug-only-remove-new-policies.patch The new DBUS methods have been reviewed by the security team.- Import commit 9984a86d0d2259d54c7060f9c09f214202b4efa7 f2459bf373 random-util: eat up bad RDRAND values seen on AMD CPUs c90a2e9793 util-lib: fix a typo in rdrand 4db1cc9d46 random-util: rename "err" to "success" 981a62a102 random-util: hash AT_RANDOM getauxval() value before using it 64a9c3d918 random-util: use gcc's bit_RDRND definition if it exists c5d6ecfdca random-util: rename RANDOM_DONT_DRAIN → RANDOM_MAY_FAIL 298d13df7e network: remove redunant link name in message 77cbde31f2 hwdb: Align airplane mode toggle key mapping for all Acer series 460f03794e Revert "hwdb: Apply Acer mappings to all Gateway and Packard Bell models" fe9271ad84 test: return a non-zero return code when 'nobody' user doesn't exist 29d355e755 fstab-generator: Prevent double free of reused FILE* f30f1adc11 meson: make source files including nspawn-settings.h depend on libseccomp 84bab914b8 alloc-util: don't use malloc_usable_size() to determine allocated size 5240972d8d units: drop reference to sushell man page 0a26de5e33 codespell: fix spelling errors 582de105c8 nspawn-expose-ports: fix a typo in error message- Buildrequire polkit so /usr/share/polkit-1/rules.d has an owner (bsc#1145023) Otherwise the "post build checks" would complain and would force systemd to own this directory. The owner should still be "polkit" and the perms should be in sync with the perm set by polkit itself.- Add debug-only-remove-new-policies.patch A temporary patch to suppress the new DBUS methods introduced by v242 until they are reviewed and whitelisted by the secteam.- Add a comment explaining why static enablement symlinks in /etc are suppressed Also remove any /etc/systemd/system/*.requires/ symlinks for the same reason.- preset remote-cryptsetup.target during package installation This target is supposed to be part of the targets that should be enabled (or not depending on the presets) at package installation.- Upgrade to v242 (commit 071c380dcc434dca2a0c8b6de0519cc9e816c6d6) See https://github.com/openSUSE/systemd/blob/SUSE/v242/NEWS for details. This includes the following bug fixes: - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3843) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3844) - upstream commit 37ed15d7edaf59a1fc7c9e3552cd93a83f3814ef (bsc#1124122) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133506) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133509) - upstream commit 1f82f5bb4237ed5f015daf93f818e9db95e764b8 (bsc#1150595) - upstream commit e55bdf9b6c5f72475b258a7a4585a0480551cb60 (bsc#1173422)- Drop "BuildRequires: -post-build-checks" from the specfile (bsc#1130230) The syntax of this directive is obsolete and should be replaced by "#!BuildIgnore: post-build-checks". However there's no good reasons to disable these SUSE extra checks, so let's re-enable them and fix the few errors it detected.- Import commit 4e6e66ea94cf5125f9044f0869939a86801ed2d8 430877e794 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842) 3cff2e6514 man: document that if the main process exits after SIGTERM we go directly to SIGKILL 26c4f7191c bus: fix memleak on invalid message- systemd-coredump: generate a stack trace of all core dumps (bsc#1128832 jsc#SLE-5933) This stack trace is logged to the journal.- Stop installing macros.systemd There're no points in installing this file if we remove it right after.- Make sure systemd-network.rules take precedence over our polkit-default-privs (bsc#1125438)- Include the SUSE version along with the major version of systemd $ systemctl --version systemd 241 (+suse.42.g15a1b4d58) Note that the SUSE version format maybe subject to change and as such scripts should not try to parse it.- systemd-mini: explicitly disable some of the systemd components For some reasons, some build requirements get pulled in for the mini variant now, enabling some parts of the code that were expected to be turned OFF.- Upgrade to v241 (commit 15a1b4d58f1d2bc9c21c7cbab6fe63b58e48bda1) This includes the following bug fixes: - upstream commit c0d76959080e3ba6534bce1c7053c750668e8b55 (bsc#1160595) - upstream commit 7334ade4a7e103b1a01d1c8fe1ea7c7a854a1c31 (bsc#1123892) - upstream commit c7e93c4d15019323973baf12daa76357c83892c4 (boo#1111498) This also includes the following bug fixes released in v240: - upstream commit 2675747f3cdd6f1e6236bbb2f79abfa53fb307f1 (boo#1111498) - upstream commit 9eb0fc32d6cb63e71f2cfc1e7dd34c3ede4b48a3 (bsc#1140631) - upstream commit 1432d2dbdfa90963272a9b581dc4b55dd3ac514f (bsc#1155574) - upstream commit 26e35b164b8d0603629b3d394554cfa728e8c3e4 (bsc#1169488) - upstream commit a9fc640671ef60ac949f1ace6fa687ff242fc233 (fate#325697)- Import commit a1d86af7ed49dacef671e8ec8dae9472a8fa47f5 92d860fc12 sysctl: Don't pass null directive argument to '%s' (bsc#1121563) 1379e30d59 Allocate temporary strings to hold dbus paths on the heap (bsc#1125352 CVE-2019-6454) b5569a03ae Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. (bsc#1125352 CVE-2019-6454)- Import commit 01b4746d3c6f6cbf969fa2176c77ac3f616a7eda 7af53e005b sd-bus: if we receive an invalid dbus message, ignore and proceeed 92dcbfdd7f bus: move BUS_DONT_DESTROY calls after asserts a83e7b3b43 automount: don't pass non-blocking pipe to kernel. 726127ea1d units: make sure initrd-cleanup.service terminates before switching to rootfs (bsc#1123333) a6347a3cb6 core: Fix use after free case in load_from_path() (bsc#1121563) 22e2550222 strv: rework FOREACH_STRING() macro (bsc#1121563) 2ddd38f41a test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for FOREACH_STRING() c2c8333e0b strv: add new macro STARTSWITH_SET() 1db243a601 Update systemd-system.conf.xml (bsc#1122000)- Import commit ad34cc45f63720ced69960dc66b47bddb146176d Import a bunch of fixes from stable/v239-stable: c8293f5af4 Revert "network: set DynamicUser= to systemd-networkd.service" 7f605592e6 Revert "resolve: enable DynamicUser= for systemd-resolved.service" 5a48e92e06 test: Fix networkd test for an already running service 36eae1688b Revert "timesyncd: enable DynamicUser=" 3a11f24cf0 Revert "unit: drop After=systemd-sysusers.service from timesyncd" 23cfd15ce9 machinectl: fix verbosity of import-raw or friends ba037daf29 Make bzip2 an optional dependency for systemd-importd fb609d2721 pull: initialize libgcrypt before calling any functions provided by libgcrypt c50857bc6b hwdb: remove stray 'i' in hwdb match string for the HP Spectre (#9571) 9a12fd17f5 man: Mention that paths in unit files must be fully normalized. 76fc2ab4a6 tree-wide: use instead of #ifdef for HAVE_* fcc699c093 network: update log message a4f497b2cd Use #if instead of #ifdef for ENABLE_GSHADOW 121c662eb8 man: add missing option for system.conf 564341146e core: add missing option and drop nonexistent option in system.conf 7082a3599f journal: add missing option in journald.conf 3c15efa9c1 basic: add missing comma in raw_clone assembly for sparc 4c210b6dce cryptsetup: Add dependency on loopback setup to generated units c777fbbe3e journal-gateway: use localStorage["cursor"] only when it has valid value c5b1bef639 journal-gateway: explicitly declare local variables 2361522ca6 analyze: actually select longest activated-time of services 3e810d92d9 sd-bus: fix implicit downcast of bitfield reported by LGTM aef660a4cf resolvconf: fixes for the compatibility interface 06b3f54f50 install: fix error handling in is_symlink_with_known_name() f70ab9a468 portable: fix error handling d2c40d4e80 resolve: fix return value type of dns_answer_has_dname_for_cname() 6f684e0670 resolve: dns_scope_network_good() does not returns negative errno 15d83e1138 bus-util: fix error handling ba0a1f3384 core: free lines after reading them- Import commit 3bece8a25ae11e8ec132cdecc7e72a00ee790994 89a9721a47 Revert "logind: become the controlling terminal process before restoring VT" (bsc#1120836) c3a8dc821b pam_systemd: reword message about not creating a session 0ba0f5b3ef pam_systemd: suppress LOG_DEBUG log messages if debugging is off- Import commit a3b059a8c60622e4ec30aabda93c6b41d0953dc4 9dbe9f12ec journal-remote: set a limit on the number of fields in a message (CVE-2018-16865 bsc#1120323) 61d569ab1b journal-remote: verify entry length from header a08760b26c µhttpd: use a cleanup function to call MHD_destroy_response 43f46a1a3d journal-gateway: use _cleanup_ attribute to stop microhttpd daemon 437b0b2d01 journald: lower the maximum entry size limit to ½ for non-sealed fds ac9e209710 journald: when processing a native message, bail more quickly on overbig messages ce103705b9 journald: set a limit on the number of fields (1k) (CVE-2018-16865 bsc#1120323) 35538171c2 coredump: fix message when we fail to save a journald coredump cfe247b555 basic/process-util: limit command line lengths to _SC_ARG_MAX 9d59e6f6ee journald: do not store the iovec entry for process commandline on stack (CVE-2018-16864 bsc#1120323) 8d650a68d4 journald: remove unnecessary {} b608f532a4 coredump: remove duplicate MESSAGE= prefix from message 0dbb2dc066 vconsole-setup: fonts copy will fail if the current terminal is in graphical mode (bsc#1114933) e501d65540 Revert "systemctl: when removing enablement or mask symlinks, cover both /run and /etc" d3ea69961f fs-util: rename safe_transition() into unsafe_transition() 338470fdc9 tmpfiles: use CHASE_WARN in addition to CHASE_SAFE d9ae1b30da fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met 8b76594d1f fs-util: add new CHASE_WARN flag to chase_symlinks()- Import commit 8ae56af7802ef8f91fac64fa244d62a4468fbbd5 4474878178 udev-builtin-kmod: adjust logging 805534aff5 core: use the generic module_load() function ac7e902530 shared/module-util: fix preexisting mixup with errno sign 415aa40793 udev-builtin-kmod: use the generic module_load() function 8a36b4bac6 Move module-util.h to src/shared/ and load_module() to libshared 999b910752 core/kmod-setup: restore comments 1f2b822a21 logind: stop managing VT switches if no sessions are registered on that VT 5ad8d374c5 terminal-util: introduce vt_release() helper 145d492490 logind: become the controlling terminal process before restoring VT (bsc#1101591) d4b5dbc033 terminal-util: introduce vt_restore() helper 2e8af185f0 logind: make session_restore_vt() static ff3048364f udev: downgrade message when we fail to set inotify watch up (bsc#1005023)- Fix the test for figuring out if /etc/machine-id is writable in %post (bsc#1117063) "test -w" always returns true for root user even if the writable mode bits are not set. Fix this by testing the file mode bit value instead.- Move systemd-sysv-convert from /usr/sbin to /usr/lib/systemd (bsc#1178156) This tool is not supposed to be run by users.- Import commit 69f9f79e1b03e3d23df25b61cbcc9304af3e358f (bsc#1080919 CVE-2018-6954) f3615ce49 tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 7165e92f4 tmpfiles: use fd_get_path() even less excessively c2c531c1d test: make TEST-22 easier to debug, by outputting to /dev/console 621b78317 test: don't use "nobody:nogroup" for tests 1f9c7acad tmpfiles: return correct error variable after fd_reopen() 2236280c1 tmpfiles: reindent one comment less weirdly f6bdfb889 tmpfiles: use correct error variable bc75127cd tmpfiles: clarify that we ignore file attribute setting errors 621c8b1fe tmpfiles: add log message where we previously failed silently bc9229630 tmpfiles: use fd_get_path() less excessively 5a1106039 tmpfiles: add more tests c974086cc tmpfiles: don't follow unsafe transitions in path_set_*() e64a510eb fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks() 7480154d0 tmpfiles: make create_fifo() safe eb890962c fs-util: introduce mkfifoat_atomic() helper 653bb81af fileio: make tempfn_random_child() accept empty string as path 2b1e12bfe tmpfiles: introduce create_fifo() 6dd80f289 tmpfiles: introduce empty_directory() f2c137edf tmpfiles: introduce create_directory() and create_subvolume() and make them safe 6a76f6dfb basic/stat-util: introduce is_dir_fd() 38a7f2e81 btrfs-util: unfuck tmpfiles' subvol creation 26e19b6fe btrfs-util: introduce btrfs_subvol_make_fd() 5fb5bdf5d basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers 390b767da selinux: introduce mac_selinux_create_file_prepare_at() 0f72fadba smack: introduce mac_smack_fix_at() f2838154b tmpfiles: introduce create_directory_or_subvolume() 2de697fb8 tmpfiles: make create_device() safe 558c5fec7 tmpfiles: introduce create_device() dee986b1d tmpfiles: make copy_files() safe cacb14d3f tmpfiles: introduce copy_files() routine 81c85ce17 tmpfiles: make write_one_file() safe 9ec6b92ab tmpfiles: make truncate_file() safe 8dde36e03 tmpfiles: introduce truncate_file() which deals with 'F' exclusively 481134a93 tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively 057861560 tmpfiles: make the stat struct parameter in fd_set_*() optional f37caffda tmpfiles: stat file in item_do() rather than in its callers 86f1362d4 tmpfiles: set only default acls to folders #9545 (#9599)- Make systemd-mini-sysvinit provides systemd-sysvinit Some packages (such as shepherd-bins) want to conflicts with systemd-sysvinit: they should also conflict with systemd-mini-sysvinit.- Add 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch We have to keep support for UserTasksMax= for a while before dropping it. This patch is supposed to do that and also to make users aware of this change. It also hints how to configure that differently.- Import commit f39674d6d114d999c50672c7bea8cad21e1eaed9 7d1e04e85 units: use =yes rather than =true everywhere 185ce0d34 units: assign user-runtime-dir@.service to user-%i.slice a051f5e41 units: make sure user-runtime-dir@.service is Type=oneshot 30c6842c3 units: set StopWhenUnneeded= for the user slice units too e74de046e login: fix typo in log message- Own %{_libexecdir}/modules-load.d (again) This was incorrectly dropped during the split of the SUSE specific configurations.- Drop a Conflicts: in systemd-coredump It not needed anymore since the mini variant of systemd-coredump is not built anymore.- Import commit b54f5d7a8b41898ce98f43cd1a6cc92c0071806d 5def29d24 coredump: only install coredump.conf when ENABLED_COREDUMP=true 9133e2d6e dhcp6: make sure we have enough space for the DHCP6 option header (bsc#1113632 CVE-2018-15688) ebc3fa418 dhcp6: split assert_return() to be more debuggable when hit 51eefb6ac chown-recursive: let's rework the recursive logic to use O_PATH (bsc#1113666 CVE-2018-15687) e1e1aa237 core: skip unit deserialization and move to the next one when unit_deserialize() fails 1c726c87d core: when deserializing state always use read_line(…, LONG_LINE_MAX, …) (bsc#1113665 CVE-2018-15686) 4cd7d11ac core: don't create Requires for workdir if "missing ok" (bsc#1113083)- Make systemd-coredump sub-package optional and don't build the mini variant.- Drop duplicated %{?mini} suffix for systemd-{container,coredump} subpackages "-mini" is already part of the name of the main package so there's no need to append it again for those sub packages. It's only needed when the name of a subpackage is completely redefined, IOW when '-n' option is used with the %package directive.- Dont ship /usr/sbin/resolvconf symlink for now It conflicts with the bin shipped by openresolv and provides limited compat only.- Upgrade to v239 (commit 6d8584e7e8e5d13d2bab49b9e6f6d2ec39759978) This includes the following bug fixes: - upstream commit 0722b359342d2a9f9e0d453875624387a0ba1be2 (bsc#1045723) - upstream commit 2f2e14b251b9929e84e8b690d0187b766dfbae20 (bsc#1124122) - upstream commit c839b729c5f7b08f6d91bf9567d0b1f91d17e0f7 (bsc#1155207) - upstream commit 8eebb6a9e5e74ec0ef40902e2da53d24559b94a4 (bsc#1168076) This also includes the following bug fixes released in v238: - upstream commit e8a3144ec4ff332bd63644e468a98e1a7e06e7e4 (bsc#1112024) - upstream commit 4d219f5343b1924e7c519c2c178aeb5d1a5ab924 (bsc#1123727) - upstream commit 43b7f24b5e0dd048452112bfb344739764c58694 (bsc#1146991) - upstream commit bf443be99565e4327f1c8c12b79d98b4c1529cf1 (bsc#1156213)- Ship systemd-sysv-install helper via the main package This script was part of systemd-sysvinit sub-package but it was wrong since systemd-sysv-install is a script used to redirect enable/disable operations to chkconfig when the unit targets are sysv init scripts. Therefore it's never been a SySV init tool. While at it, don't ship this script (as well as systemd-sysv-convert) when sysvcompat is not defined.- Import commit 19b3868d32af20f1ecc86fe3c997144ff456fd65 06c2284d64 core: introduce systemd.early_core_pattern= kernel cmdline option 479b002083 core: add missing 'continue' statement c7fbccc62e journald: don't ship systemd-journald-audit.socket (bsc#1109252) f17a6c790c detect-virt: do not try to read all of /proc/cpuinfo (bsc#1109197) 5a1aa84544 compat-rules: generate more compat by-id symlinks for NVMe devices (bsc#1095096)- Import commit a67b516d49115a5be0f2ac27a2874cee6c59a7ae f8457adf9d emergency: make sure console password agents don't interfere with the emergency shell b8bbb50634 man: document that 'nofail' also has an effect on ordering a5410b2229 journald: take leading spaces into account in syslog_parse_identifier b793c312c7 journal: do not remove multiple spaces after identifier in syslog message f9595f0481 syslog: fix segfault in syslog_parse_priority() d464f06934 journal: fix syslog_parse_identifier() e70422883a socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBUF fails (bsc#991901)- split off SUSE specific udev rules from systemd package (fate#325478) * remove 60-io-scheduler.rules * remove 80-hotplug-cpu-mem.rules * remove 99-wakeup-from-idle.rules * remove /usr/lib/modules-load.d/sg.conf (see bsc#1036463 for details) these are now maintained in the new package system-tuning-common-SUSE- Enable or disable machines.target according to the presets (bsc#1107941)- Import commit cc55f1ea9e1c1ccab5b9fb97e10e08830d02b282 962b38aaf user@.service: don't kill user manager at runlevel switch (bsc#1091677) 3986c4d82 units: make sure user@.service runs with dbus still up 5e68aa0f2 Revert "udevd: increase maximum number of children" (bsc#1107617) 099138fd9 fix race between daemon-reload and other commands (v237) (bsc#1105031)- Import commit 6ac2232d88f4b64428511a4692a51bd00d610b32 6247696db nspawn: always use mode 555 for /sys (bsc#1107640) 72f558b57 cryptsetup: do not define arg_sector_size if libgcrypt is v1.x (#9990) cfcd97cf2 cryptsetup: add support for sector-size= option (#9936) (fate#325634)- Import commit bb5a925bcefd4743873cae3f748ae1a426e92d44 8983bd246 core: don't include libmount.h in a header file (#8580) 3e4156a8f tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 42edc93ac core/service: rework the hold-off time over message- Enable regexp matching support Currently only used by "journalctl --grep=xxx".- Import commit 0350f62a8cf7f151951b6b78337fe3c198b8bf6a fbf43a697 core: don't freeze OnCalendar= timer units when the clock goes back a lot (bsc#1090944) 4134ba8b6 man: SystemMaxUse= clarification in journald.conf(5) (bnc#1101040) 78bb2a0c4 socket-util: fix getpeergroups() assert(fd) (#8080) (bsc#1096516) 1753d0420 systemctl: mask always reports the same unit names when different unknown units are passed (bsc#1095973) 50ebf79d7 scsi_id: Fixup prefix for pre-SPC inquiry reply (bsc#1039099) 570f7655b locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files- Drop runtime dependency on dracut (bsc#1098569) Otherwise systemd pulls in tools to generate the initrd even in container/chroot installations that don't have a kernel anyways. For environments where initrd matters, dracut should be pulled via a pattern.- Import commit f63623c1fc0eb01b8efc2037d004f42ed8328356 6a161916f device: make sure to always retroactively start device dependencies (take #2) (bsc#1088052) e4402648c Fix pattern to detect distribution ad59c7970 install: "user" and "global" scopes are equivalent for user presets (boo#1093851) b1876c81a rpm: remove confusing --user before --global 00ea8a214 man: updated systemd-analyze blame description for service-units with Type=simple (#8834) (bsc#1091265) a9b587e2f fileio.c: fix incorrect mtime- Add 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (boo#1024897) - Ship systemd-resolved (but disabled by default) (bsc#1018387)- Disable user units by default (bsc#1090785)- Slight rewrite of the previous fix- align permissions of /etc/machine-id to upstream code (bsc#1092269) world writeable machine-id is a security issue- Move 80-container-v[ez].network in systemd-container sub-package - Move 80-container-host0.network from udev to systemd- Import commit d8196805089566ecd846b7c627ff2f3c42588c50 621b247f3 device: skip deserialization of device units when udevd is not running a7da5bdbc device: make sure to always retroactively start device dependencies (bsc#1088052) 303624f6f systemd-udevd: limit children-max by available memory (#8668) (bsc#1086785 bsc#1066422) 76acf3ae9 tmpfiles: fix directory removal with force symlink (#8619)- Ship 99-sysctl.conf instead of creating it during package installation/update (bsc#1088769) Previously this symlink was created in /etc/sysctl.d during %post which made the symlink not owned and more importantly it was created only if /etc/sysctl.conf is already installed which is not always the case during the installation process it seems. So ship the symlink unconditionally and put it in /usr/lib/sysctl.d instead since it's a distro default behavior that might be overriden by sysadmin later.- Be consistent in 60-io-scheduler.rules And use "?*" when checking for the non empty string (instead of "*?").- /usr/lib/systemd/systemd-coredump was missing from systemd-coredump sub-package (boo#1088057)- Drop systemd-bash-completion sub-package Now we directly ship the completion scripts from the main package as we already do for zsh. I couldn't see any advantages in this split.- Be more accurate when specifiying the tools version we provide- Make sure rpm won't expand %autopatch even if it's commented- stat(1) as well as systemctl are not use in %post section of udev So remove stat(1) from the list of dep and move systemctl to the requirements of %postun since it's called from there.- Import commit 14b3e00c3ccb8c1c82c8a2e99a9534750880a09e e0a8285e2 pid1: when creating service directories, don't chown existing files (#8181) (boo#1085971) fb25886b1 Fix format-truncation compile failure by typecasting USB IDs (#8250) (bsc#1084638) 5a6e9c92e sysusers: make sure to reset errno before calling fget*ent() c2e1ee488 sysusers: also add support for NIS entries in /etc/shadow 51cb94fa1 sysusers: do not append entries after the NIS ones (bsc#1085062 bsc#1045092) 783f3d368 basic/macros: rename noreturn into _noreturn_ (#8456) - Drop 0001-basic-macros-rename-noreturn-into-_noreturn_.patch It's been merged in the git repo.- Rename the tarball (bsc#1087323) So it's clear that it contains some additional patches on top of the upstream version. Use the commit hash in the name so the exact version can easily be identified. Provide _service file which can be used to retrieve the tarball from the git repo (with "osc service disabledrun").- Split systemd-coredump sub-package off (bsc#1083849)- Enhance IO scheduler tweaking rules to support blk-mq as well * Set optimal blk-mq schedulers (bfq and mq-deadline for HDD and SSD respectively) * Explicitly set CFQ for rotational disks when no `elevator` is specified * Verbose comments explaining what is going on * Rename the rules file since it is not ssd-only anymore- Don't ship machines.target in systemd-container but in systemd main package machines.target is supposed to be a standard target for starting/stopping all containers. systemd-nspawn is the main user of it but other container managers could also make use of it.- Build a mini variant of systemd-container So we don't have to manually track and remove all files that should be shipped by systemd-container in the case of a bootstrap build.- Run migrate-sysconfig-i18n.sh also during package installation (bsc#1086164) This is needed when we upgrade from SLE11.- Add 0001-basic-macros-rename-noreturn-into-_noreturn_.patch This fix a build error triggered by the introduction of the new version of libgpg-error package. Patch submitted to upsream: https://github.com/systemd/systemd/pull/8456- Turn off the IP sandboxing for systemd-logind Since v235 logind run inside an IPv4/IPv6 sandbox by default. This creates incompatibilites for systems using NIS.- Restore (maybe temporarly) "pam_config --add systemd" During its installation pam-config seems to overwrite the defaults shipped by "pam" for "some" reasons (see bsc#1084924) No idea why but since pam_systemd is not part of the "pam-config" defaults, we need to restore pam_systemd in common-session manually...- Remove dropin that was used to turn delegation off for user instances Upstream now enables "memory" and "pids" controllers only which should have a very limited impact on performance compare to the "cpu" controller.- Import commit 46d6bc9c4f1c05f3b4fcfca754cc59963bd86ce3 2a79f4e78 units: delegate "memory" instead of "cpu" by default for user instances (#8320) (bsc#954765 bnc#953241 fate#320421) 88174ae85 compat-rules: fix syntax errors spotted by test/rule-syntax-check.py- Remove udev-remount-tmpfs script Complete the previous commit.- Fix hotplug memory in 80-hotplug-cpu-mem.rules When new memory was hotplugged, the rule was supposed to call an external script (udev-remount-tmpfs) to remount all tmpfs. However the script was broken since its introduction (commit rev=715, 14/07/2014) and had no effects... this makes me wonder if we shouldn't get rid of this...- Make sure /var/lib/machines is created when systemd-container is installed- BS forces us to own %{_prefix}/lib/modprobe.d This seems wrong but that's how the SUSE BS works.- Upgrade to v237 (commit 78221ca750a9c266f9f8497dda59d7ee44000a6c) Udev rules 60-ssd-scheduler.rules and 80-hotplug-cpu-mem.rules have been removed from the git repo and are now maintained at the package level. Those rules have been rejected by upstream as they seem to be written to workaround some kernel shortcomings... This includes the following bug fix: - upstream commit 3d083b2245b0b8e52f2d8ccc3e55246f41f1f544 (bsc#1102908) This also includes the following bug fixes released in v235: - upstream commit 2e64e8f46d726689a44d4084226fe3e0ea255c29 (bsc#1069239) - upstream commit 79873bc850177050baa0c5165b119adafeebb891 (bsc#1069239) - upstream commit 4bc5d27b942afa83cc3d95debd2ad48d42ac07a8 (bsc#1089376) - upstream commit e9ea4526a3a3b41eced29b8d742498cc36750424 (bsc#1089693) - upstream commit d75b31837c93dbb9b20067719026ad0fb7cdfadd (bsc#1117025) - upstream commit 0e8856d25ab71764a279c2377ae593c0f2460d8f (bsc#1117025) - upstream commit 048dd629c4590eefb2ebd6a316c7350ed3a6ff19 (bsc#1119971) - upstream commit 9b32afa9f241fe8febc0a754850f1e7331caf6e3 (bsc#1126056) - upstream commit e6dde451a51dc5aaa7f4d98d39b8fe735f73d2af (bsc#1137053) - upstream commit 0864d311766498563331f486909a0d950ba7de87 (bsc#1158336) - upstream commit d60cb656fc63c24b430421764b7d0322857d34fd (bsc#1161262) - upstream commit e2be442e791fa1150aa835c684acc6d7189de3e1 (bsc#1165011) - upstream commit 64a36ae4b1dd23474dd7ea261381ac437b24fac2 (bsc#1172072) - upstream commit b001ad61e91b6499897f0c977045c7608c233bfa (jsc#SLE-7687) - includes IP filtering feature (jsc#SLE-7743) This also includes the following bug fixes released in v236: - upstream commit b3b4ebab02395933cde554b5a5d5c363dae3920d (bsc#1083571) - upstream commit 3e3852b3c6c61506963112fd218a86b673fc61e6 (bsc#1110445) - upstream commit 4050e4797603d3644707d58edfd9742b5311c7cf (bsc#1124153) - upstream commit 8cb83266062b383cdd4a57301ef559d64b491c51 (bsc#1125604) - upstream commit 19a44dfe4525ab01caf593a9c2beada4b412910d (bsc#1156482)- add basic user space support for suspend to idle (fate#323814) add 99-wakeup-from-idle.rules Currently this only covers the power button and usb/AT keyboards as wakeup devices. It is planned to make that configurable in the future.- Don't call "pam-config --systemd" pam_systemd.so has been integrated directly in the PAM stack since bsc#812462. So there's no need to call pam-config.- Fix build errors due to the split-off of systemd-containe: found conflict of systemd-234-33.1.x86_64 with systemd-container-234-33.1.x86_64: - /usr/share/man/man5/systemd.nspawn.5.gz - /usr/share/man/man1/systemd-nspawn.1.gz found conflict of systemd-container-234-33.1.x86_64 with systemd-mini-container-234-33.1.x86_64: - /usr/bin/systemd-nspawn - /usr/lib/systemd/system/systemd-nspawn@.service - /usr/lib/tmpfiles.d/systemd-nspawn.conf- Use %license (boo#1082318)- Split systemd-container sub-package off (fate#325469) Other distros already do it and it seems a good idea to not install this stuff on new installations by default. At least /var/lib/machines subvol is not created anymore at boot even if it wasn't used at all.- Import commit 295ead0f396beb2b5199abd99a17e274c2581f95 f4f94ab2e meson: install rules/80-hotplug-cpu-mem.rules 2901aa9b9 meson: install rules/60-ssd-scheduler.rules 1293c0056 core: use id unit when retrieving unit file state (#8038) (bsc#1075801) 596b2b241 Revert "vconsole-setup: add SUSE specific settings for font/keyboard in sysconfig" 0b595da04 Revert "locale-setup: handle locale at boot time well"- Re-enable systemd-firstboot It's used by the installer and also by JeOS.- Use %systemd_post in %post- Own /usr/lib/systemd/system-environment-generators directory- More systemd rpm macro usages- Disable systemd-firstboot I don't think there's any use case for it currently.- Use systemd rpm macros in paths defined in the specfile- Stop importing i18n settings from /etc/sysconfig (fate#319454) Bits taken from SLE15.- Make systemd-timesyncd use the openSUSE NTP servers by default Previously systemd-timesyncd used the Google Public NTP servers time{1..4}.google.com- Import commit 4a6a1e4f0b02e6cedf7eba93b85a6dd968f875c7 db1d8eacd compat-rules: make path_id_compat build with meson - Drop 0001-compat-rules-make-path_id_compat-build-with-meson.patch which is now part of the git repo (see above).- Don't ship /usr/lib/systemd/system/tmp.mnt at all (bsc#1071224) The previous fix couldn't work on platforms using a RO rootfs. Therefore we don't ship /usr/lib/systemd/system/tmp.mnt but we still ship a copy in /usr/share/systemd. Users who want to use tmpfs on /tmp are supposed to add a symlink in /etc/ pointing to the copy shipped in /usr/share/systemd. To support the update path we automatically create the symlink if tmp.mount in use is located in /usr/lib/systemd.- Don't build seccomp support in the mini package- Switch to Meson build system Some rearrangement in the file list was also needed. That was probably due to the upgrade of rpm.- Import commit 0a5600eb7f8263c7c79fec0d85cc159d54aba636 2a181fc6f insserv-generator: make it build with meson 7b0401da4 build-sys: don't build networkctl if networkd is disabled- Don't build-require selinux for the mini package- Drop libgcrypt.m4 The mini package builds fine without it so it doesn't seem necessary anymore.- Import commit 846d838c37865da60eba48090e570e959291399f b1e0a348d fileio: include sys/mman.h f1fa784cb meson: update header file to detect memfd_create() 8838ba7ec meson: define _GNU_SOURCE to detect copy_file_range() (#7734) 531a00c84 Restore "restore /var/run and /var/lock bind mount if they aren't symlink"" (the 3 first commits make systemd build against glibc 2.27)- Import commit 3f421e4fbf6fcb31d74caf729435868ba8824483 7fb9ea39a Revert "restore /var/run and /var/lock bind mount if they aren't symlink" 23ce1207a meson.build: make docdir configurable (#8068)- Import commit 8ec9f58d334c76e736957812d9e57151502a6f63 07c6ee3eb compat-rules: get rid of scsi_id when generating compat symlinks for NVMe devices (bsc#1051465) 261a4ef38 compat-rules: generate compat by-id symlinks with 'nvme' prefix missing (bsc#1063249)- Drop 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch It's been imported in branch "compats/udev-compat-symlinks" which has been merged in branch "openSUSE-Factory" in its turn.- Import commit c516268845b0fd0683cef2e491b84077371e8f01 37da1facb core: disable session keyring per system sevice entirely for now (bnc#1045886) 8a1ae0449 strv: fix buffer size calculation in strv_join_quoted()- Drop 0001-core-disable-session-keyring-per-system-sevice-entir.patch It's been merged in branch "SUSE/v234".- Import commit 2087a80d56bb6f8c7fb74a19172259bc9d9af866 2b8971b8a tmpfiles: refuse to chown()/chmod() files which are hardlinked, unless protected_hardlinks sysctl is on (bsc#1077925 CVE-2017-18078) 8c2bcac25 tmpfiles: change ownership of symlinks too- Do not optionally remove /usr/lib/systemd/system/tmp.mnt anymore (bsc#1071224) This was done to make sure that tmpfs wouldn't be used for /tmp by defaut in case the dir layout created by the installer did not create a customized tmp.mount. But it had the bad side effect to break "rpm -V systemd" and updates of systemd via delta-RPMs. Now instead of removing tmp.mount unit file, we mask it (still only if no other tmp.mount would override the default one). It's the official way to disable tmpfs on /tmp after all. Since we cannot rely on the presence of fstab during package installations, we introduced a service which is run once on the first boot and which figures out if tmpfs would be used. If so it masks the unit. We also handle the upgrade path and make sure to preserve admin's settings (if any). Another advantage of this is that we will only need to remove the introduced service the day when tmpfs will be the default for SUSE distros.- Import commit 83067827cc891ddc90def200fdbe725917ec9fa3 3d60486f7 core/timer: Prevent timer looping when unit cannot start (bsc#1068588) 460bd0cd6 Revert "handle SYSTEMCTL_OPTIONS environment variable" (fate#323393)- Import commit cc94ce8513221061898c83f57862544b16021f0e aa3eba828 delta: don't ignore PREFIX when the given argument is PREFIX/SUFFIX b1ea0173a delta: extend skip logic to work on full directory paths (prefix+suffix) (bsc#1070428) 77c5065f9 delta: check if a prefix needs to be skipped only once db32866d1 Fix parsing of features in detect_vm_xen_dom0 (#7890) (bsc#1048510) 11d40461a sd-bus: use -- when passing arguments to ssh (#6706) 1148d99f6 tmpfiles: consider /etc uninitialized also when /etc/machine-id is present but empty (#7849) (bsc#1075179) 3a95f69bf tmpfiles: downgrade warning about duplicate line- Edit scripts-systemd-fix-machines-btrfs-subvol.sh We shouldn't be creating a /var/lib/machines subvolume if /var is already a seperate partition or subvolume. /var/lib/machines will already be excluded from snapper & similar tooling in this case.- Import commit 82dbe8a2ae56649231111eaadd4c302a2d2175ee 8c7f0c449 service: Don't stop unneeded units needed by restarted service (bsc#1066156) 869be64ce sysctl: use raw file descriptor in sysctl_write (#7753) 0c2400810 sysctl: disable buffer while writing to /proc (bsc#1071558) 9eb1f30b8 Use read_line() and LONG_LINE_MAX to read values configuration files. (bsc#1071558) 4dbea654f def: add new constant LONG_LINE_MAX 48f14cd71 fileio: add new helper call read_line() as bounded getline() replacement 861e1a222 build-sys: udevadm should have LOG_REALM=LOG_REALM_UDEV 8ed5cf3fb meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666) a9f93f1d0 virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581) (bsc#1048510) fe56abdf9 seccomp: arm64/x32 do not have _sysctl c9194fe37 seccomp: arm64 does not have mmap2 31d9b3c32 fs-util: small tweak in chase_symlinks() 9dd0bc7a3 meson: do not include man/meson.build if xsltproc not found 7e29e2b07 analyze: replace --no-man with --man=no in the man page (bsc#1068251)- Add missing /etc/systemd/network directory- Import commit e30f1b10e276fb18db10ea2463fbd7146ae778f6 63481b24b firstboot: do not write vconsole.conf when arg_keymap is empty (bsc#1070124)- Add 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch (bsc#1051465) This patch is not yet merged in the 'compats/udev-compat-symlinks' branch: we asked to upstream if it would be possible to introduce a new specifier that wouldn't strip trailing whitespaces , see https://github.com/systemd/systemd/issues/7462 Also this allows to give the patch more testing before merging it in the git repo.- Drop a useless rm(1) from the specfile- Remove requires for pwdutils, we don't need the shadow tools anymore [bsc#1069150]- Import commit 4b9afa11f918796184e1264d618b4ff5d18e481b 22dcb1d04 tmpfiles: when /etc is not fully initialized, some specifiers are expected to be unresolvable (#6860) (bsc#1055664) 216beb768 tmpfiles: Allow create symlink on directories (#6039) baf85eb79 udev: net_setup_link: don't error out when we couldn't apply link config (#7328) - Remove stderr redirection to /dev/null when calling %tmpfiles_create since it's not needed anymore due to commit 22dcb1d04. Indeed the messages are no more emitted at LOG_WARN but LOG_NOTICE.- Import commit b9a41367b6c1164318443491cc3dae0e8208e15c 86804326f systemd-firstboot: add vconsole keymap support (#7035) (bsc#1046436) 9b64225e9 resolved: fix loop on packets with pseudo dns types (bsc#1065276 CVE-2017-15908) - Drop 0001-systemd-firstboot-add-vconsole-keymap-support.patch since it's been merged upstream and backported to SUSE/v234 (see above).- Import commit e44237e76f6e133e62ff6c681d3fd06ebf12f66d a4e02c099 udev-rules: all values can contain escaped double quotes now (#6890) d2b767a76 tmpfiles: remove old ICE and X11 sockets at boot (#6979)- Add 0001-systemd-firstboot-add-vconsole-keymap-support.patch (bsc#1046436) Temporary patch until it's been merged by upstream, see https://github.com/systemd/systemd/pull/7035- Damn forgot to drop 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch in the spec file- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627 1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeoutSec= too (bsc#1004995) This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch not needed anymore.- Import commit 93688f8e53b4e482a55a7d4aba2d927ddedebdde c53522be3 compat-rules: allow to specify the generation number through the kernel cmdline- Import commit c1e8af7d1e8b09c2878a5b17f513bfc41ae46dc6 982754275 build-sys: make sure 61-persitent-storage-compat.rules is installed with meson 9ac2e8b9b udev: proc_cmdline_get_key() FTW! (#6925)- Import commit 9e0985dc330b1cf04bc44049962343bdf4ba851a 4fd7cd041 pam_logind: skip leading /dev/ from PAM_TTY field before passing it on dd6312828 logind: make sure we don't process the same method call twice (#6583)- Update scripts-systemd-upgrade-from-pre-210.sh script - drop dependency on awk - fallback to runlevel #3 if something goes wrong Note: I'm not sure how this is supposed to work as /etc/inittab is likely to be missing in my understanding. Indeed this file is part of the aaa_base package which might be upgraded before systemd is installed...- Drop macros.systemd.upstream as it's not used- Import commit 58ea3c819cca1639ef8c922505c573ba5e262b3d 334945091 shutdown: fix incorrect fscanf() result check (#6806) 027202892 shutdown: don't remount,ro network filesystems. (#6588) (bsc#1035386) bc77b53a5 shutdown: don't be fooled when detaching DM devices with BTRFS (boo#1055641) d9d293847 util: make get_block_device() available 421ce7382 tmpfiles: silently ignore any path that passes through autofs (#6506) (bsc#1045472) ca8f90e62 device: make sure to remove all device units sharing the same sysfs path (#6679)- Make use of "%tmpfiles_create" in %post of the logger subpackage- Add scripts-udev-convert-lib-udev-path.sh (bsc#1050152) This script takes care of converting /lib/udev into a symlink pointing to /usr/lib/udev when upgrading a distro using an old version of udev.- Make use of "%make_build" rpm macro- Renumber scripts to start at index 100- Introduce scripts-systemd-upgrade-from-pre-210.sh It collects all existing hacks done in %post to fix old/deprecated settings in systemd older than 210. This includes hacks needed to fix system that are migrating from SysV. There shouldn't be any functional changes.- Move scripts for packaging workaround/fixes in /usr/lib/systemd/scripts It also renames fix-machines-subvol-for-rollbacks.sh into scripts-systemd-fix-machines-btrfs-subvol.sh Note that the "scripts-systemd-" prefix is used for those scripts so we can gather them. Why not using a directory instead ? because osc doesn't allow that.- Add 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch (bsc#1048605) It's a temporary but urgent fix for a regression discovered in bug 1048605. The fix is still under discussion with upstream but we need to make progress here and limit the number of affected users. Consequently this fix reintroduces bsc#1004995 (the bug report has been re-opened) but this one is far less critical and a workaround was provided. The final solution will fix both bugs.- Import commit 2bed4bf99cf7f24eafda490f778ed5e109f8d7f1 7a4935268 compat-rules: drop the boggus 'import everything' rule (bsc#1046268)- %regenerate_initrd_post is suppsed to be used in %post (not %pre) section- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea 9dcc6c04e pid1: forward port console specificities handling for s390 arch to v234- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc 4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) (boo#1051172)- Remove the unneeded hack forcing systemd-crypsetup binary to be linked against the just built libudev I don't remember why it was added but it looks unnecessary: most of all systemd components are linked againt libsystemd-shared.so which includes all the just built symbols. Also I don't see why it was done only for systemd-cryptsetup since all other binaries should have had suffered from the same issue.- Import commit c5705e01800bdadd6a4fa7dc50d47b13eb697211 8ea065d44 compat-rules: don't rely on ID_SERIAL when generating 'by-id' symlinks for NVMe devices (bsc#1048679)- Import commit 06bed720274d9436405a7c27c8238d7d1aefca2b 66fffdf12 build-sys: don't hook var-lib-machined.mount to remote-fs.target when machined is disabled 96c232066 Revert "core: don't load dropin data multiple times for the same unit (#5139)"- Drop support of compression from the mini package Hence remove the relevant build-requires from the mini package.- Upgrade to v234 (commit 78af11131da1b2760778206806c0ebe8616a5284) - package /etc/systemd/system/dbus-org.freedesktop.network1.service - /usr/lib/systemd/resolv.conf is not installed if resolved is disabled- Edit pkgconfig(liblz4) dependency: liblz4 now uses 1.x *again*- Added 0001-core-disable-session-keyring-per-system-sevice-entir.patch (bnc#1045886) Temporary patch to disable the session keyring stuff as it's currently broken and may introduce some security holes.- Import commit 21827ea0875ff197e16e72003b2bfaa1c6e8daad 1ad06735f core: fail when syntactically invalid values for User=/Group= fields are detected (bsc#1047023) d563972e2 timesyncd: don't use compiled-in list if FallbackNTP has been configured explicitly f4e0c16f5 gpt-auto-generator: fix the handling of the value returned by fstab_has_fstype() in add_swap() (#6280) e1345aac5 fix add_esp() in the gpt-auto-generator.c (#6251) c591ece9a automount: don't lstat(2) upon umount request (#6086) (bsc#1040968) 643ab2eea gpt-auto-generator: disable gpt auto logic for swaps if at least one is defined in fstab f07d2022f fstab-util: introduce fstab_has_fstype() helper bf735bb35 fstab-util: don't eat up errors in fstab_is_mount_point() a4b40fbed resolved: simplify alloc size calculation (bsc#1045290 CVE-2017-9445) 8b960bec0 only check signature job error if signature job exists (#6118) (boo#1043758) 1418bfb5b job: Ensure JobRunningTimeoutSec= survives serialization (#6128) (bsc#1004995) 19b6d5f08 udev: turn off -Wformat-nonliteral for one safe case 717ace439 udev: net_id add support for platform bus (ACPI, mostly arm64) devices (#5933) a3bf2e6b5 core/mount: pass "-c" flag to /bin/umount (#6093)- Add minimal support for boot.d/* scripts in systemd-sysv-convert (boo#1046750) While at it, the handling of the symlink priorities is also removed since it doesn't appear to be used at all.- Don't try to restart networkd/resolved if they're disabled (boo#1045521) "systemctl try-restart/preset" wants the unit files exist.- Stop shipping /usr/lib/sysusers.d/basic.conf (bsc#1006978) Ok looks like the previous change was the right thing to do and we continue to follow this path by relying on the new user/group scheme Therefore the basic system user/group are now managed and created by system-sysusers and udev also relies on this for the groups it uses in its rule files. Ideally we should have listed all of the groups in the deps (with "Requires: group(disk)" but the list of the groups is rather long and the risk for those groups to be re-organized is probably low, so currently we simply use "Requires: system-group-hardware" as a shortcut.- Make sure "lock" group is created On SUSE distros, /run/lock must be owned by "lock" group (see boo#733523). This group was previously created by another package but since a recent changes it doesn't seem to be true anymore or at least this package isn't pulled in anymore when building the rescue system. For now make systemd creates the group by adding "Requires: group(lock)". I'm currently not sure why we don't use sysusers.d stuff for that purpose and if the "lock" group on /run/lock is still mandatory. This should be revisited later.- Make sure dracut (if installed) will embed the new compat rule The new compat rule must be embedded in the initramfs so make sure that the installed dracut supports it.- Upgrade to v233 (commit 330b55d5e28d17f361062dba66426e46fb7d7857) - package new systemd-umount binary - package new environment generator stuff - drop /dev/root symlink support - /etc/pam.d/systemd-user is not patched anymore but we ship a dedicated file for SUSE now. - manage compat symlink generation in a dedicated branch (bsc#1040153)- Fix systemd-sysv-convert when a package starts shipping service units (bsc#982303) The database might be missing when upgrading a package which was shipping no sysv init scripts nor unit files (at the time --save was called) but the new version start shipping unit files.- Fix indentation in systemd-sysv-convert While at it, strip trailing whitespaces. No functional changes.- Disable group shadow support (bsc#1029516) The new configure option will be imported during the next tarball update.- Ship /var/log/README Unfortunately it's not possible to also ship /etc/init.d/README because of rpm "sanity" checks that prevent executable in /etc/init.d- Drop systemd-{journalctl,loginctl} legacy symlinks.- Drop %preun section Currently the only use of this section is to remove the symlinks enabling systemd services on package removal. Those symlinks were initially installed by the systemd package installation but could have been overriden by the sysadmin later. If so the symlinks shouldn't be uninstalled. Also in a near futur disabling services will install a symlink to /dev/null.- Import commit 9e33c2ae69fbb705e8ad143536e419a231e93020 04ef0eab8 importd: support SUSE style checksums supplementary (#5800) fb601ad9a importd: support SUSE style checksums (#5206) (fate#322054) b76b27c76 hwdb: fix warning "atkbd serio0: Unknown key pressed" (#5772) (boo#1010220) cb0d991f6 loginctl: fix typo causing ignoring multiple session IDs (#5732)- Make use of %systemd_postun()- Restart a couple of systemd services on package update Those services (most notably journald) should support restarting these days. However logind still doesn't but that should be fixed pretty soon, well I hope :)- Don't buildrequire pam-config, it's not used at this step. Also drop the use of it in %postun as it can't realistically happen...- Don't call /sbin/ldconfig in %post of the main package systemd main package doesn't ship any shared libs so there's no point in calling ldconfig in %post/%postun- Silent %tmpfiles_create in %post (bsc#1034938) Due to bsc#1024740, we stopped generating /etc/machine-id during systemd package installation making the specifier '%m' unavailable in the tmpfiles.d configuration files at this time. Make it simple for now and silent %tmpfiles_create, after all that's how the macro was implemented originally.- Import commit f0325620d23a247682c629d28883a364e4a7a8c4 327814841 core: when a unit's SourcePath points to API VFS pretend we are never out-of-date (#5487) f4b9fb58e units: move Before deps for quota services to remote-fs.target (#5627) (bsc#1028263) 44b9d27f8 udev: net_id - support predictable ifnames on vio buses (#5675) (bnc#1029183) 64f4761c9 units: apply plymouth warning fix to in rescue mode as well (#5615) 77607b887 units: do not throw a warning in emergency mode if plymouth is not installed (#5528) (bsc#1025398) 336d6016c core: downgrade "Time has been changed" to debug (#4906) (bsc#1028610)- Consider chroot updates in fix-machines-subvol-for-rollbacks.sh (bsc#1030290)- Initialize /etc/machine-id during the first boot (bsc#1024740) Previously that was done at package installation but it didn't fit well for appliance builds.- Import commit 68fc0a749a83d16d4cde8471d5030bc6254ffd96 76d4d05fb udev: fix variable assignment 473df8cc4 udev-rules: perform whitespace replacement for symlink subst values (bsc#1025886) d6c3ff647 udev-event: add replace_whitespace param to udev_event_apply_format 30ad15f7c libudev-util: change util_replace_whitespace to return number of chars in dest- Import commit 103259b3226251d06f79ca627f7b0ba0bd49f4bc 0ee7890dd automount: if an automount unit is masked, don't react to activation anymore (#5445) 99865a181 core: make sure to destroy all name watching bus slots when we are kicked off the bus (#5294) (bsc#1006687) f34234c54 build-sys: add check for gperf lookup function signature (#5055) 44e39538f sd-event: "when exiting no signal event are pending" is a wrong assertion (#5271) (boo#995936 bsc#1022014) 471b26807 sd-event: when an event source fails, don't assume the type of it is still set- Don't ship systemd-resolved for now (bsc#1024897) If resolved is enabled , systemd-tmpfiles creates a wrong symlink in /etc/resolv.conf which confuses the network manager actually used.- More indentation cleanup (no functional changes)- Remove obsolete insserv requirements for udev again [bsc#999841]- Import commit cd97d5d5fef79ab9d957bf6504d085c0faca6bfc e587b6ce0 disable RestrictAddressFamilies on all architectures but x86_64 one (bsc#1023460) c8ae05632 journald: don't flush to /var/log/journal before we get asked to (bsc#1004094) 7261eaf3e sd-event: fix sd_event_source_get_priority() (#4712)- Move fix for permission set on /var/lib/systemd/linger/* (no functional changes) Move that part after the fix on timer timestamp files otherwise the comment doesn't make sense.- Import commit 028fd9b60580976dffb09b3576a2b652ee35137c cc2ca55ff build-sys: do not install ctrl-alt-del.target symlink twice ececae77a device: Avoid calling unit_free(NULL) in device setup logic (#4748)- Ship systemd-resolved but it's disabled by default (bsc#1018387) The NSS plugin will also be disabled, users need to enable it manually.- Don't ship ldconfig.service anymore This service was introduced to support stateless systems that support offline /usr updates properly. AFAIK we don't support any such system for now, so disable it. If it's wrong it's easy enough to restore it back. Related to bsc#1019470.- Be more consistent with indentation (*no* functional changes) Indentation should use 8 spaces now (no tabs).- Import commit 2559bc0c076b58f0a649056e79ca90fe5f1d556c 9c4a759ab systemctl: 'show' don't exit with a failure status if the requested property does not exist [SUSE] (bsc#1021062) f9194193b systemctl: remove duplicate entries showed by list-dependencies (#5049) (bsc#1012266) 2a6653335 rule: don't automatically online standby memory on s390x (bsc#997682)- Fix permission set on /var/lib/systemd/linger/* Those files are created by logind which run with umask(0022), so they are not world writable and shouldn't be affected by bsc#1020601. But it's cleaner to not let files forever with their setuid bit set for no good reason.- Fix permissions set on permanent timer timestamp files (bsc#1020601) (CVE-2016-10156) This change makes sure to fix the permissions of the timestamp files which could have been created by an affected version of systemd. Local unprivileged users could have run arbitrary code as root if systemd previously created world writable suid root files such as permanent timer stamp files.- Import commit 3edb876e3b80437a95502aa5d31d454606ea94bd 27b544224 core: make sure to not call device_is_bound_by_mounts() when dev is null (#5033) (bsc#1018399)- Use the %{resolved} build conditional for the nss-resolve subpackage- /usr/bin/systemd-resolve was missing from the filelist- Silent warnings emitted when udev socket units are restarted during package upgrade (bsc#1018214)- Upgrade to v232, commit de62e96da6a62ac61a7dea45cc558f5fa4342032 - a4dff165d nspawn: resolv.conf might not be created initially (#4799) - b543fe907 nspawn: fix condition for mounting resolv.conf (#4622) - 1aed89e55 core: make mount units from /proc/self/mountinfo possibly bind to a device (#4515) (boo#909418 bsc#912715 bsc#945340) - bfb54ecdc coredumpctl: let gdb handle the SIGINT signal (#4901) (bsc#1012591)- Really include legacy kbd maps in kbd-model-map (bsc#1015515) Instead of fix-machines-subvol-for-rollbacks.sh...- Enable lz4 (which becomes the default) It's much faster than xz and thus should be more appropriate to compress journals and coredumps. The LZ4 logic is now officially supported and no longer considered experimental. The new frame api was released in v125.- Good by compatlibs support There's no longer need for enabling/disabling the support for the compatlibs as it's been dropped from the source code.- Drop /usr/lib/systemd/libsystemd-shared-%{version}.so from the 32bit package This shared library is not for public use, and is neither API nor ABI stable, but is likely to change with every new released update. Only systemd binaries are supposed to link against it. This also prevents from the 32bit package to conflit with the 64bit one if this lib was installed by both packages.- Upgrade to v232, commit c5c3445825981e2a5c3ed71214127d5b1b9de802: - Dropped backported commits which has been merged - Forward-port Suse specific patches - Added --disable-lto option to ./configure - Added systemd-mount - Removed in %file /usr/lib/systemd/user/*.socket: since 798c486fbcdce3346cd86 units/systemd-bus-proxyd.socket has been removed. - Removed in %file %{_sysconfdir}/systemd/bootchart.conf since commit 232c84b2d22f2d96982b3c bootchart is not part of systemd anymore. - Backward compat libs have been disabled since it's been dropped from the source code. - Added /usr/bin/systemd-socket-activate in %file - Added --without-kill-user-processes ./configure option - Bump libseccomp build require (>= 2.3.1) as described in README - Specifiy version of libmount as required in the README- libudev-devel 32bit is needed for building 32bit wine now.- specfile: conflict systemd-bash-completion and systemd-mini-bash-completion Otherwise the build system detects that systemd-bash-completion and its mini variant are conflicting at files level even though those packages can't be installed on the same system.- specfile: clean up nss-* plugins descriptions and drop nss-myhostname-config script for now. Currently /etc/nsswitch.conf is supposed to be edited by the sysadmin to enable the modules. However for some reasons only nss-myhostname is removed from the conf file when the corresponding package is uninstalled. This is inconsistent so let's remove it. Actually I'm wondering if we shouldn't make those NSS plugins part of the main package and get rid of all those sub-packages...- specfile: remove old comments and unneeded sed command- specfile: no need to create systemd-update-utmp-runlevel.service symlinks anymore The symlinks in /usr/lib/systemd/system/.target.wants/systemd-update-utmp-runlevel.service are created in Makefile.am since commit d5d8429a12c4b1. 'reboot' and 'poweroff' targets initially had the symlinks but there's not point since the latter conflicts shutdown.target whereas the 2 targets pull it in. See: https://github.com/systemd/systemd/pull/4429- specfile: remove the following warnings: [ 256s] warning: File listed twice: /usr/lib/systemd/system/dbus.target.wants [ 256s] warning: File listed twice: /usr/lib/systemd/system/default.target.wants- Own a couple of directories even if they don't belong to systemd otherwise the build system will complain. Some directories (owned by others packages) are simply used by systemd to ship some scripts or config files to customize others * optional* components. Since thos components are not build required by systemd those directories are not owned by any packages and the BS complains...- Import commit 15ea716 journal-remote: change owner of /var/log/journal/remote and create /var/lib/systemd/journal-upload (bsc#1006372)- %sysusers_create and %tmpfiles_create must be called in %post Calling %pre is broken since the respective conf files are not yet installed.- %{_libexecdir}/{tmpfiles.d,sysusers.d}/systemd-remote.conf are part of systemd-journal-remote package (only).- systemd-journal-{gatewayd,remote,upload} units are only part of "systemd-journal-remote" package. So exclude them from the main package.- Import commit a1c145e6ad6588555dca64402f9103fb1e02b1a0 7f34037 man: explain that *KeyIgnoreInhibited only apply to a subset of locks df5798b Revert "logind: really handle *KeyIgnoreInhibited options in logind.conf" (bsc#1001790 bsc#1005404) f79fee7 Revert "kbd-model-map: add more mappings offered by Yast" 3760c10 manager: tighten incoming notification message checks d6efd71 core: only warn on short reads on signal fd 6eebd91 manager: be stricter with incomining notifications, warn properly about too large ones fdf2dc3 manager: don't ever busy loop when we get a notification message we can't process- Rename kbd-model-map-extra into kbd-model-map.legacy- Remove tcpd-devel build requirement. tcpwrap support has been removed since v212, see commit 7f8aa67131cfc03ddcbd31c0420754864fc122f0- remove all dummy "aliases" to /etc/init.d (as it was already done by factory more than 1 year ago). Even if a sysvinit script is still requiring one of those dummy symlinks this should not be an issue since this is requirement is translated into a weak dependency.- specfile: - do not own /usr/share/zsh directory - do not own /etc/dbus-1 and /etc/dbus-1/system.d dirs - do not own /usr/share/dbus-1 dir- specfile: %{_prefix}/lib/systemd/system-preset was mentioned twice in %files section.- Specfile cleanup: - use curly braces with rpm macros- Specfile cleanup: - %ghost files doesn't need (anymore) to be created in %builroot - do not own /etc/X11/xorg.conf.d and /etc/X11/xinit- Specfile cleanup: no need to protect the manpages with %bootstrap condition in nss-myhostname package since the package itself is already protected.- fix nss-resolve sub package: - add a %files section - add a package description - libnss_resolve.so.2 is now part of this subpackage - add %post and %postun sections- Specfile cleanup: - reorganize some files in %files by types - some config files were missing the "noreplace" attribute- Use %config(noreplace) for %{_sysconfdir}/pam.d/systemd-user- Rework systemd-gatewayd package: - some gateway's files were still in the main package - it now includes all progs dealing with remote journals - it can be turned off (SP2 does that currently) - it's been renamed systemd-journal-remote to reflect that- Specfile cleanup: - only specify once %{_prefix}/lib/systemd/system-shutdown in %file - no need to list the content of %{_prefix}/lib/systemd/user-generators in %file - machined is not built when %bootstrap = 1- Specfile cleanup: - There's no point in listing all generators in %file explicitly. The default is to include all of them and if for some reason one must be excluded then it should be done explicitly.- Specfile cleanup: - remove explicit call to make for building man pages. This is not needed and was maybe useful when generated doc was pre-built and shipped in the tarball.- Specfile cleanup: - break overly long and unreadable line using mkdir - gather directory creations- Stop providing udevd.8 systemd-udevd has replaced udevd for some time already and usage of udevd should be avoided. Therefore don't encourage this and stop documenting it.- Import from factory: - Thu Feb 4 11:05:37 UTC 2016 - lnussel@suse.de - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they can put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think.- Package rootsymlink-generator helper. It was forgotten when switching to the git repo but re-added back. That said this thing should be removed as it's broken as soon as there's no direct link between the root fs and its backend device node (i.e. BTRFS).- Add kbd-model-map-extra file which contains the additional legacy keymaps needed by yast. This was previously directly patched in the systemd source code.- Imported e251b8d7fb5c801fdfa3a023257ba0e4d514f3b0 - Re-add back /dev/root symlink generation (although this must be deprecated and finally removed).- Migrating to the Suse Systemd git repo: Third step: - Re-enable networkd (disabled by default in SLE12)- Migrating to the Suse Systemd git repo: Second step: - Import the specfile - Import the tarball generated from the git repo - Import lastest changes for the different scripts- Migrating to the Suse Systemd git repo: First step: drop all patches and drop the tar ball. The dropped patches are: fix-support-for-boot-prefixed-initscript-bnc-746506.patch set-and-use-default-logconsole.patch ensure-ask-password-wall-starts-after-getty-tty1.patch 0001-rules-block-add-support-for-pmem-devices-3683.patch Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch 1007-physical-hotplug-cpu-and-memory.patch 1066-udev-add-compatibility-links-for-truncated-by-id-links.patch watch_resolv.conf_for_become_changed.patch 0019-make-completion-smart-to-be-able-to-redirect.patch systemd-add-user-keep.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff avoid-random-hangs-on-timeouts-due-lost-cwd.patch 1037-udev-exclude-cd-dvd-from-block-device.patch 0001-add-network-device-after-NFS-mount-units.patch journald-advice-about-use-of-memory.patch 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch 1006-udev-always-rename-network.patch handle-numlock-value-in-etc-sysconfig-keyboard.patch use-rndaddentropy-ioctl-to-load-random-seed.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch 0001-bnc888612-logind-polkit-acpi.patch avoid-divide-by-zero-sigtrap.patch 1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch suse-sysv-bootd-support.diff ensure-shortname-is-set-as-hostname-bnc-820213.patch parse-crypttab-for-noauto-option.patch tty-ask-password-agent-on-console.patch 0001-pid1-process-zero-length-notification-messages-again.patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch vhangup-on-all-consoles.patch 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch apply-ACL-for-nvidia-device-nodes.patch make-emergency.service-conflict-with-syslog.socket.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch 1096-new-udev-root-symlink-generator.patch 1099-Add-default-rules-for-valve-steam-controller-to-work.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch systemd-install-compat_pkgconfig-always.patch 1012-Skip-persistent-device-link-creation-on-multipath-de.patch 0001-avoid-abort-due-timeout-at-user-service.patch insserv-generator.patch apply-ACL-for-nvidia-uvm-device-node.patch restore-var-run-and-var-lock-bind-mount-if-they-aren-t-sym.patch systemd-pam_config.patch systemd-dbus-system-bus-address.patch let-linker-find-libudev-for-libdevmapper.patch 1098-systemd-networkd-alias-network-service.patch 0001-let-systemctl-completion-ignore-at-names.patch boot-local-start.patch 1095-set-ssd-disk-to-use-deadline-scheduler.patch tomcat6-var-lock-subsys-legacy.patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch plymouth-quit-and-wait-for-emergency-service.patch respect-nfs-bg-option.patch 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 1062-rules-set-default-permissions-for-GenWQE-devices.patch rescue-emergency-target-conflicts.patch Correct_assert_on_unexpected_error_code.patch 1097-udevd-increase-maximum-number-of-children.patch 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 1005-create-default-links-for-primary-cd_dvd-drive.patch allow-multiple-sulogin-to-be-started.patch systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch 0010-do-not-install-sulogin-unit-with-poweroff.patch 1003-udev-netlink-null-rules.patch 1002-rules-create-by-id-scsi-links-for-ATA-devices.patch 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch shut-up-rpmlint-on-var-log-journal.patch systemd-tmp-safe-defaults.patch portmap-wants-rpcbind-socket.patch hostname-NULL.patch 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch handle-disable_caplock-and-compose_table-and-kbd_rate.patch kbd-model-map.patch systemctl-set-default-target.patch 0014-journald-with-journaling-FS.patch 0001-On_s390_con3270_disable_ANSI_colour_esc.patch- Import a better fix from upstream for bsc#1001765 - Added: 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-pid1-process-zero-length-notification-messages-again.patch - Updated (no code changes, only patch metadata) 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Re add back "udev: don't require nsserv and fillup" Did this in the wrong project... it was a complicated day today ;)- Added 2 patches to fix bsc#1001765 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Revert "udev: don't require nsserv and fillup" It's been judged too late for being part of SLE12 final release. Nevertheless it's part of Factory and will be reintroduced after the final release is out (ie through an update).- systemd-sysv-convert: make sure that /var/lib/systemd/sysv-convert/database is always initialized (bsc#982211) If "--save" command was used and the sysv init script wasn't enabled at all the database file wasn't created at all. This makes the subsequent call to "--apply" fail even though this should not considered as an error.- Added patches to fix journal with FSS protection enabled (bsc#1000435) 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch- udev: don't require nsserv and fillup (bsc#999841) udev has no LSB init scripts nor fillup templates anymore.- Build require python and python-lxml in order to generate systemd.directives man page (bsc#986952)- Add rules: block: add support for pmem devices (#3683) (bsc#988119) 0001-rules-block-add-support-for-pmem-devices-3683.patch- Fix is-enabled check in systemd-sysv-install (bsc#997268)- Only BuildRequire gnu-efi when building the 'real' systemd package.- Add a script to fix /var/lib/machines to make it suitable for rollbacks (bsc#992573)- reverted the systemctl split-off on request of Franck Bui.- Add sysusers to the new split "systemctl" subpackage- Split systemctl and tmpfiles into a separate package- Fix 1099-Add-default-rules-for-valve-steam-controller-to-work.patch to enable missing functionality of Steam Controller- Backport unified_cgroup_hierarchy fix for Linux >= 4.4. boo#989276 + systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch- drop 1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch it breaks btrfs on multiple device-mapper devices (boo#984516). The problem it tried to fix is already fixed in rule shipped with btrfsprogs (see boo#912170).- fix warning about missing install info during preset (boo#970293) 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch- Avoid bootstrap cycle with sg3_utils- Fix patch patch handle-numlock-value-in-etc-sysconfig-keyboard.patch that is do not close a file descriptor twice (boo#973907)- Add two patches which address logind/networkd disappearing from dbus (and busctl) even while the units and processes continue running. 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch- drop all compiler/linker option customizations: - -pipe option is used by default since day 0 - get rid of cflags() function which is not needed - --hash-size has no impact specially in runtime IOW, use the default options for the compiler and the linker, there's no point in making systemd different from other package in this regards.- use %make_build instead of 'make %{?_smp_mflags}'- be more strict on own lib version requirements- systemd should require udev with the exact same version- Modify patch handle-numlock-value-in-etc-sysconfig-keyboard.patch to allow that open, seek, and read of /dev/mem may fail e.g. on XEN based virtual guests (bsc#961120)- Add upstream patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch this fixes forced logouts on isolate target aka changing runlevel (boo#966535)- require curl and bzip2 to build importd - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they kan put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think. - /var/lib/systemd/random-seed is a file - own /var/lib/machines - add systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff- systemd-sysv-install: Fix chkconfig argument for disable op- Create groups adm,input,tape in fixed order (boo#944660)- Make sure we don't use tmpfs on /tmp by default (bsc#940522)- Avoid enabling readahead services; they have been removed. - In %install, only process kbd-model-map.xkb-generated if it exists. Resolves a build failure in 13.2/42.1.- spec: update minimum kernel version to 3.11 - Update minimum util-linux version to 2.27.1- Add patch to enable working steam controller: * 1099-Add-default-rules-for-valve-steam-controller-to-work.patch- fix CVE-2015-7510: Stack overflow in nss-mymachines (boo#956712) Add 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch- Update to new upstream release 228 * The various memory-related resource limit settings (such as LimitAS=) now understand the usual K, M, G, ... suffixes to the base of 1024 (IEC). Similar, the time-related settings understand the usual min, h, day, ... suffixes now. * CPUAffinity= now takes CPU index ranges in addition to just individual indexes. * A number of properties previously only settable in unit files are now also available as properties to set when creating transient units programmatically via the bus. - Remove 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch (merged upstream)- Update to 227. - Rebase systemd-pam_config.patch, handle-root_uses_lang-value-in-etc-sysconfig-language.patch, 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch, 0001-On_s390_con3270_disable_ANSI_colour_esc.patch, 0014-journald-with-journaling-FS.patch, 0019-make-completion-smart-to-be-able-to-redirect.patch, avoid-divide-by-zero-sigtrap.patch, systemd-add-user-keep.patch, set-and-use-default-logconsole.patch, tty-ask-password-agent-on-console.patch, 0001-bnc888612-logind-polkit-acpi.patch, watch_resolv.conf_for_become_changed.patch, 1097-udevd-increase-maximum-number-of-children.patch. - Remove 0002-units-enable-waiting-for-unit-termination-in-certain.patch, 1001-re-enable-by_path-links-for-ata-devices.patch, rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch: fixed upstream.- Modify patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch to handle locale at boot time well (boo#927250) - Be able to use build service environments several times- 1096-new-udev-root-symlink-generator.patch: fix substitution in ExecStart value- enable seccomp for aarch64 (fate#318444)- Fix again UEFI for mini package- Drop one more undesirable Obsoletes/Provides. This should have been a Conflicts. (There was already a Conflicts, and since Conflicts go both ways, we won't need a second one.)- No UEFI for systemd-mini- Add 2 upstream patches to fix boo#949574 and bsc#932284 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch 0002-units-enable-waiting-for-unit-termination-in-certain.patch- Disable systemd-boot on aarch64 since it fails to build. Error while compiling src/boot/efi/util.o is: usr/include/efi/aarch64/efibind.h:2:20: fatal error: stdint.h: No such file or directory- Fix UEFI detection logic: basically we let configure.ac figure out if UEFI is supported by the current build environment. No need to clutter the spec file with a new conditionnal %has_efi. - Provide systemd-bootx64.efi (aka gummiboot)- Modify patch tty-ask-password-agent-on-console.patch to reflect the changes done for pull request 1432- Undo Obsoletes/Provides (from Aug 11), creates too big a cycle. - Provide systemd-sysv-install program/link [bnc#948353]- Fix patch tty-ask-password-agent-on-console.patch not to crash away but enable it to ask on all devices of /dev/console- Avoid "file not found /etc/udev/rules.d/70-persistent-net.rules" waring occurring in %post- Add patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch to avoid broken virtual console mapping due stressed ioctl API for the virtual consoles (boo#904214)- Fix last change that is use the new name for udev packages in %pretrans.- restore usage of LUA in %pretrans.- Try to generate the systemd users and groups always in same order to avoid republish other packages (boo#944660)- cleanup specfile by removing commands that were dealing with systemd pre-generated files: we're now using systemd tarball generated directly from the git repo which doesn't contain any of these files. - there's no point in using LUA in %pretrans- Drop 0009-make-xsltproc-use-correct-ROFF-links.patch This patch was initialy added to workaround bsc#842844. But it appears that man(1) was fixed (included since 13.2 at least) to handle manual pages that consist only of a .so directive such as '.so '.- Change use-rndaddentropy-ioctl-to-load-random-seed.patch to make it work on big endian- Use Obsolete/Provides strategy from windows:mingw:mingw64/mingw64-cross-gcc to do the bootstrap cycle and kick out -mini afterwards.- Update to new upstream release 224 * systemd-networkd gained a number of new configuration options for DHCP, tunnels and bridges * systemd-efi-boot-generator functionality was merged into systemd-gpt-auto-generator.- /usr/share/systemd/kbd-model-map: added entries for xkeyboard-config converted keymaps; mappings, which already exist in original systemd mapping table are being ignored though, i.e. not overwritten; needs kbd in buildrequires (FATE#318426)- hostname-NULL.patch: Work around a crash on XEN hosts in OBS. /etc/hostname is not present and systemd then does strchr(hostname,soemthing) with hostname NULL.- Add Correct_assert_on_unexpected_error_code.patch to work around a problem of an assert on ENODEV for closing fd on an input event device (boo#939571)- Remove udev-generate-rules.sh, apparently not used by anything in the systemd nor udev-persistent-ifnames package.- Systemd v222, bugfix release. - Drop upstream patches 0006-pam_systemd-Properly-check-kdbus-availability.patch 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch 0031-install-fix-bad-memory-access.patch 1032-ata_id-unbotch-format-specifier.patch - Drop SUSE patch 1013-no-runtime-PM-for-IBM-consoles.patch udev does no longer enable USB HID power management at all. - The udev accelerometer helper was removed, obsoleted by iio-sensor-proxy package. - networkd gained a new configuration option IPv6PrivacyExtensions. - udev does not longer support the WAIT_FOR_SYSFS= key in udev rules. There are no known issues with current sysfs, and udev does not need or should be used to work around such bugs.- Avoid restarting logind [bnc#934901] - Do not suppress errors in any case, even if they are ignored- Fix devel package requires (both mini and real required real libsystemd0)- Rework patch tty-ask-password-agent-on-console.patch to fit the requisition of https://bugs.freedesktop.org/show_bug.cgi?id=82004- Rework "-mini" package logic to not conflict with itself and then add libsystemd0 to mini.- remove SysVStartPriority= from after-local.service, unsupported since v218. Note that this option was only parsed and that's it. the logic to give "start priority" was never implemented.- change the default fallback ntp servers to the opensuse pool.ntp.org vendor zone. - We still need to run systemd-sysctl.service after local-fs.target otherwise it works only when /boot is in the root filesystem but not when it is a separate partition.- Obsolete pm-utils and suspend (boo#925873). - Remove pm-utils support (remove Forward-suspend-hibernate-calls-to-pm-utils.patch).- remove patch sysctl-handle-boot-sysctl.conf-kernel_release.patch from the filelist.- libpcre, glib2 and libusb are not used by systemd, remove from buildrequires.- 1032-ata_id-unbotch-format-specifier.patch: fix udev ata_id output. - 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch fix StopWhenUnneeded=true in combination with a Requisite= dependency. - 0031-install-fix-bad-memory-access.patch: Fix Bad memory access - 0006-pam_systemd-Properly-check-kdbus-availability.patch: if kdbus is enabled (i.e boot with kdbus=1) DBUS_SESSION_BUS_ADDRESS must not be exported. - spec: add a min_kernel_version macro to ensure the package conflicts with kernel versions in which systemd cannot run.- sysctl-handle-boot-sysctl.conf-kernel_release.patch dropped, replaced by a tmpfiles.d snippet "current-kernel-sysctl.conf" (feature implemented in v220 just for our usecase)- fix build when resolved is enabled - remove fsck -l test in spec file, systemd requires util-linux 2.26 or later where this feature is already available.- Fix bootstrap build by guarding filelists (man pages don't get built in bootstrap mode) - Drop commented sections from baselibs.conf, allows format_spec_file to have a successful run- Install 50-coredump.conf as coredumpctl is now installed by default and does not use journal anymore as default storage- Update to new upstream release 221 * From 220: * libgudev was moved into a package of its own * Runlevels 2, 3 and 4 are no longer distinct, they all map to multi-user.target. * The EFI System Partition mounted to /boot will be unmounted 2 minutes after boot. * systemd does not support direct live-upgrades (via `systemctl daemon-reexec`) from versions older than v44 anymore. * systemd-nspawn may now be called as part of a shell pipeline. * systemd-shutdownd has been removed. This service was previously responsible for implementing scheduled shutdowns as exposed in /usr/bin/shutdown's time parameter. This functionality has now been moved into systemd-logind and is accessible via a bus interface. * udev will no longer call blkid and create symlinks for all block devices, but merely those from a whitelist (cf. 60-persistent-storage.rules). * /usr/lib/os-release gained a new optional field VARIANT= * Details at http://lists.freedesktop.org/archives/systemd-devel/2015-May/032147.html * From 221: * New sd-bus and sd-event APIs in libsystemd * If there is both a systemd unit and a SysV init script for the same service name, and `systemctl enable` or other operation is run, both will now be enabled (or execute the related operation on both), not just the unit. - Split libsystemd0 to support systemd-less nspawn containers - Redo manpage file lists without %exclude, tends to hide unpackaged files. - hwdb belongs to udev - Resolve memory leak and add missing _cleanup_free_ to 0001-On_s390_con3270_disable_ANSI_colour_esc.patch - Remove systemd-powerd-initctl-support.patch (no longer builds because shutdownd is gone) - Remove quilt-patches/0001-core-rework-device-state-logic.patch, 0001-Let-some-boolean-survive-a-daemon-reload.patch (merged upstream), 0001-Let-some-boolean-survive-a-daemon-reload.patch (obsolete)- Remove libudev0 from baselibs.conf- Drop 1055-let-9719859c07aa13539ed2cd4b31972cd30f678543-apply.patch as now upstream code - Add 0001-Let-some-boolean-survive-a-daemon-reload.patch to fix bsc#933365 and boo#934077- Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165- Drop 1021-udev-re-add-persistent-net-rules.patch, 1036-rules-disable-usage-of-dev_id-in-persistent-rules.patch, 1040-re-enable-dev_id-conditionally-in-persistent-rules.patch, 1046-fix-duplicated-rules-with-layer3-interfaces.patch, 1050-only-rename-SRIOV-VF-devices-when-name-starts-with-eth.patch, 1051-check-if-NAME-has-a-value.patch, 1053-better-checks-in-write_net_rules.patch, 1088-drop-renaming-of-virtual-interfaces-in-guest.patch. 1021 originally broke parsing of net.ifnames=0 [bnc#931165], and given that neither the kernel command line needs to be touched nor the source be patched to reach the unpredictable naming setup for SLE, all these parts are moved to a separate package.- Add upstream patch 0001-core-don-t-change-removed-devices-to-state-tentative.patch to fix the fix of the last backport (bsc#921898)- Reenable networkd which was silently disabled on Feb 18- Add 0001-core-rework-device-state-logic.patch to fix spurious automated umount after mount.- mark more subpackages as !bootstrap for systemd-mini usage.- spec : remove --with-firmware-path, firmware loader was removed in v217 - spec: remove --disable-multi-seat-x, gone.(fixed in xorg) - spec: Do not enable systemd-readahead-collect.service and systemd-readahead-replay.service as these do not exist anymore. - spec: drop timedate-add-support-for-openSUSE-version-of-etc-sysconfig.patch Yast was fixed to write all timezone changes exactly how timedated expects things to be done. - spec: remove handle-etc-HOSTNAME.patch, since late 2014 the netcfg package handles the migration from /etc/HOSTNAME to /etc/hostname and owns both files. -spec: remove boot.udev and systemd-journald.init as they currently serve no purpose. - suse-sysv-bootd-support.diff: Remove HAVE_SYSVINIT conditions, we are in sysvcompat-only codepath, also remove the code targetting other distributions, never compiled as the TARGET_$DISTRO macros are never defined. - systemd-powerd-initctl-support.patch guard with HAVE_SYSV_COMPAT - set-and-use-default-logconsole.patch: fix HAVE_SYSV_COMPAT guards - insserv-generator.patch: Only build when sysvcompat is enabled - vhangup-on-all-consoles.patch add a comment indicating this is a workaround for a kernel bug. - spec: Add option to allow disabling sysvinit compat at build time. - spec: Add option to enable resolved at build time. - spec: Remove all %ifs for !factory products, current systemd releases can neither be built nor installed in older products without upgrading several components of the base system. (removed: 1008-add-msft-compability-rules.patch was only for =< 13.1) - spec: remove all dummy "aliases" to /etc/init.d, that made sense only when those init scripts still existed. (dummy localfs.service source: gone) - systemd-sleep-grub: moved to the grub2 package where it belongs as a suspend/resume hook (SR#286533) (drops prepare-suspend-to-disk.patch) - remove LFS_CFLAGS from CFLAGS, never needed in systemd as it force feds config.h everywhere in the preprocessor cmdline.- Update to new upstream release 219 * systemd units can now be "unsupported" (like, for example, .device in a containers), similar to the "skipped" state in SUSE's prior sysvinit scripts. * tmpfiles gained the 'v' type for creating btrfs subvolumes. * tmpfiles gained the 'a' type for setting ACLs. * systemd-nspawn gained new switches: --ephemeral, --template * The /var/lib/containers location is deprecated and replaced by /var/lib/machines. * machinectl gained the copy-from and copy-to commands. * machinectl now knows a "bind" command (for use with nspawn) * new "systemd-importd" daemon to download container images and run them as nspawn containers. * networkd collects LLDP network announcements, if available, and so shown in networkctl. * The fallback terminal type was changed from "vt102" to "vt220", allowing PgUp/PgDn keys to work. * Pressing Ctrl-Alt-Del 7x in 2 seconds forces a umount+reboot now, useful should the regular shutdown hang. * Removing storage will cause systemd to unmount the associated mountpoints so that they don't linger around.- Add suse-sysv-bootd-support.diff (reinstate old Revert-service-drop-support-for-SysV-scripts-for-the-early.patch)- Update to systemd v218-1050-g38ab096 - Remove patches use-usr-sbin-sulogin-for-emergency-service.patch (upstream fixed it) - Reinstate and improve (remove huge indents from) tty-ask-password-agent-on-console.patch, 0014-journald-with-journaling-FS.patch, rootsymlink_generator.- disable systemd-resolved for now as it interacts not well with our methods and security has concerns regarding spoofing. bsc#917781- Add patch kbd-model-map.patch to add missed keyboard layouts which are offered by YaST2 (bsc#910643 and boo#897803)- Update to new upstream release 218 * New utilities: systemd-timesyncd (SNTP client), systemd-resolved, systemd-networkd, networkctl, systemd-sysusers * machinectl gained a "poweroff" command for clean container shutdown * The udev hwdb now contains DPI information for mice. * Userspace firmware loading support has been removed and the minimum supported kernel version is thus bumped to 3.7. - Remove patches: G=gone locally, is upstream; D=dropped: no longer needed; N=no longer applies to source nor is it deemed needed; K=killed: no longer applicable and too complex to resolve: - --- G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch K handle-SYSTEMCTL_OPTIONS-environment-variable.patch K 0018-Make-LSB-Skripts-know-about-Required-and-Should.patch K log-target-null-instead-kmsg.patch K tty-ask-password-agent-on-console.patch K 513-nspawn-veth.patch K 1087-infinit-timeout-for-kmod-loaded-modules.patch D module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch D avoid-leaking-socket-descriptors.patch D 0001-make-fortify-happy-with-ppoll.patch N fix-owner-of-var-log-btmp.patch N disable-nss-myhostname-warning-bnc-783841.patch N Revert-service-drop-support-for-SysV-scripts-for-the-early.patch N 0001-make-209-working-on-older-dist.patch N 0001-Don-t-snprintf-a-potentially-NULL-pointer.patch N tmpfiles-do-not-clean-for-mandb-index-files.patch G 0001-sd-bus-don-t-look-for-a-64bit-value-when-we-only-hav.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patc G optionally-warn-if-nss-myhostname-is-called.patch G 0001-units-systemd-sysctl.service.in-run-after-load-modul.patch G 0004-getty-generator-properly-escape-instance-names.patch G rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch G 0008-Reset-signal-mask-on-re-exec-to-init.patch G 0001-login-fix-pos-array-allocation.patch G 0002-login-set-pos-slot-to-fallback-on-pos-eviction.patch G 0003-login-Allow-calling-org.freedesktop.login1.Seat.Swit.patch G 0004-fix-typo-in-iDRAC-network-interface-name-irdac-idrac.patch G 0005-Replace-var-run-with-run-in-remaining-places.patch G 0006-Revert-back-to-var-run-at-a-couple-of-problems.patch G 0007-README-document-that-var-run-must-be-a-symlink-run.patch G 0008-Use-var-run-dbus-system_bus_socket-for-the-D-Bus-soc.patch G 0009-mount-don-t-send-out-PropertiesChanged-message-if-ac.patch G 0010-mount-don-t-fire-PropertiesChanged-signals-for-mount.patch G 0011-logs-show-fix-corrupt-output-with-empty-messages.patch G 0012-journalctl-refuse-extra-arguments-with-verify-and-si.patch G 0014-nspawn-fix-detection-of-missing-proc-self-loginuid.patch G 0001-Fix-systemd-stdio-bridge-symlink.patch G 0002-execute-free-directory-path-if-we-fail-to-remove-it-.patch G 0003-Do-not-print-invalid-UTF-8-in-error-messages.patch G 0004-man-document-missing-options-of-systemd-run.patch G 0005-systemd-run-add-some-extra-safety-checks.patch G 0006-journal-assume-that-next-entry-is-after-previous-ent.patch G 0007-journal-forget-file-after-encountering-an-error.patch G 0008-core-correctly-unregister-PIDs-from-PID-hashtables.patch G 0009-logind-fix-reference-to-systemd-user-sessions.servic.patch G 0010-man-update-link-to-LSB.patch G 0011-man-systemd-bootchart-fix-spacing-in-command.patch G 0012-man-add-missing-comma.patch G 0013-units-Do-not-unescape-instance-name-in-systemd-backl.patch G 0001-core-busname-add-lookup-string-for-BUSNAME_FAILURE_S.patch G 0002-manager-flush-memory-stream-before-using-the-buffer.patch G 0003-busname-don-t-drop-service-from-the-result-string.patch G 0004-fix-off-by-one-error-in-array-index-assertion.patch G 0005-logind-fix-policykit-checks.patch G 0006-rules-mark-loop-device-as-SYSTEMD_READY-0-if-no-file.patch G 0008-man-multiple-sleep-modes-are-to-be-separated-by-whit.patch G 0001-gpt-auto-generator-don-t-return-OOM-on-parentless-de.patch G 0002-bus-fix-memory-leak-when-kdbus-is-not-enabled.patch G 0006-Do-not-return-1-EINVAL-on-allocation-error.patch G 0007-networkd-fix-typo.patch G 0008-sd-bus-don-t-access-invalid-memory-if-a-signal-match.patch G 0009-sd-bus-don-t-choke-if-somebody-sends-us-a-message-wi.patch G 0012-journald-remove-stray-reset-of-error-return-value.patch G 0013-core-libsystemd-systemd-timedate-udev-spelling-fixes.patch G 0001-cgroup-it-s-not-OK-to-invoke-alloca-in-loops.patch G 0002-machined-fix-Kill-bus-call-on-machine-objects-when-w.patch G 0003-sd-bus-don-t-use-assert_return-to-check-for-disconne.patch G 0004-core-don-t-try-to-relabel-mounts-before-we-loaded-th.patch G 0005-sd-daemon-fix-incorrect-variable-access.patch G 0006-sd-event-initialization-perturbation-value-right-bef.patch G 0007-sd-event-don-t-accidentally-turn-of-watchdog-timer-e.patch G 0008-systemctl-kill-mode-is-long-long-gone-don-t-mention-.patch G 0009-ask-password-when-the-user-types-a-overly-long-passw.patch G 0001-journal-fix-export-of-messages-containing-newlines.patch G 0002-systemctl-update-NAME-to-PATTERN-in-help.patch G 0003-tty-ask-password-agent-return-negative-errno.patch G 0004-systemd-python-use-.hex-instead-of-.get_hex.patch G 0005-systemd-python-fix-failing-assert.patch G 0007-dbus-suppress-duplicate-and-misleading-messages.patch G 0001-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch G 0001-bash-completion-fix-__get_startable_units.patch G 0002-sysctl-replaces-some-slashes-with-dots.patch G 0003-delta-do-not-use-unicode-chars-in-C-locale.patch G 0004-implement-a-union-to-pad-out-file_handle.patch G shut-up-annoying-assertion-monotonic-clock-message.patch G 0001-sd-rtnl-message-append-fix-uninitialized-memory.patch G 0001-tmpfiles-fix-permissions-on-new-journal-files.patch G 0001-errno-make-sure-to-handle-the-3-errnos-that-are-alia.patch G 0003-analyze-fix-plot-with-bad-y-size.patch G 0004-job-add-waiting-jobs-to-run-queue-in-unit_coldplug.patch G 0005-job-always-add-waiting-jobs-to-run-queue-during-cold.patch G 0001-backlight-Avoid-restoring-brightness-to-an-unreadabl.patch G 0002-backlight-do-nothing-if-max_brightness-is-0.patch G 0003-backlight-unify-error-messages.patch G 0004-backlight-warn-if-kernel-exposes-backlight-device-wi.patch G 0005-backlight-handle-saved-brightness-exceeding-max-brig.patch G 0001-replace-more-dup-by-F_DUPFD_CLOEXEC.patch G 0002-pam_systemd-use-F_DUPFD_CLOEXEC-when-dupping-session.patch G 0001-core-close-socket-fds-asynchronously.patch G 0002-logind-bring-polkit-policy-for-hibernate-in-line-wit.patch G 0003-core-make-sure-to-serialize-jobs-for-all-units.patch G 0001-logind-ignore-lid-switch-if-more-than-1-display-is-c.patch G 0002-logind-fix-printf-format.patch G 0003-logind-ignore-lid-switch-events-for-30s-after-each-s.patch G 0004-logind-Do-not-fail-display-count-if-a-device-has-no-.patch G 0005-logind-move-lid-switch-handling-from-logind-main-to-.patch G 0006-man-clarify-that-the-ExecReload-command-should-be-sy.patch G 0007-man-readahead-fix-cmdline-switch-inconsistency-betwe.patch G 0008-man-update-journald-rate-limit-defaults.patch G 0009-nspawn-properly-format-container_uuid-in-UUID-format.patch G 0010-logind-allow-suspending-if-there-are-no-displays.patch G 0001-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0002-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0003-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0004-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0005-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-conf-parser-silently-ignore-sections-starting-with-X.patch G 0002-man-note-that-entire-sections-can-now-be-ignored.patch G 0004-machined-make-sure-GetMachineAddresses-is-available-.patch G 0005-core-Filter-by-state-behind-the-D-Bus-API-not-in-the.patch G 0006-login-add-mir-to-the-list-of-session-types.patch G 0007-logind-fix-Display-property-of-user-objects.patch G 0001-hwdb-update.patch G 0002-hwdb-update.patch G 0003-hwdb-PCI-include-primary-model-string-in-subsystem-m.patch G 0004-hwdb-update.patch G 0005-hwdb-update.patch G 0001-journal-cleanup-up-error-handling-in-update_catalog.patch G 0002-journal-properly-detect-language-specified-in-line.patch G 0003-man-mention-XDG_CONFIG_HOME-in-systemd.unit.patch G 0001-keymap-Add-Lenovo-Enhanced-USB-Keyboard.patch G 0002-keymap-Asus-EeePC-touchpad-toggle-key.patch G 0001-nspawn-allow-to-bind-mount-journal-on-top-of-a-non-e.patch G 0002-nspawn-restore-journal-directory-is-empty-check.patch G 0003-core-never-consider-failure-when-reading-drop-ins-fa.patch G 0004-socket-properly-handle-if-our-service-vanished-durin.patch G 0001-Do-not-unescape-unit-names-in-Install-section.patch G 0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch G 0001-virt-rework-container-detection-logic.patch G 0002-fsck-include-device-name-in-the-message-about-missin.patch G 0003-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch G 0004-util-ignore_file-should-not-allow-files-ending-with.patch G 0006-tty-ask-password-agent-Do-tell-what-directory-we-fai.patch G 0007-keyboard-add-Plantronics-.Audio-mute-button.patch G 0001-build-sys-use-glibc-s-xattr-support-instead-of-requi.patch G 0001-hwdb-fix-case-sensitive-match.patch G 0001-sd-event-restore-correct-timeout-behaviour.patch G 0002-bus-make-use-of-sd_bus_try_close-in-exit-on-idle-ser.patch G 0001-umount-modernizations.patch G 0002-namespace-when-setting-up-an-inaccessible-mount-poin.patch G 0003-core-allow-transient-mount-units.patch G 0004-systemd-detect-virt-only-discover-Xen-domU.patch G 0005-backlight-Do-not-clamp-brightness-for-LEDs.patch G 0006-log-honour-the-kernel-s-quiet-cmdline-argument.patch G 0001-core-fix-invalid-free-in-killall.patch G 0003-install-fix-invalid-free-in-unit_file_mask.patch G 0001-systemd-detect-virt-detect-s390-virtualization.patch G 0001-core-sysvcompat-network-should-be-equivalent-to-netw.patch G 0002-units-add-missing-caps-so-that-GetAddresses-can-work.patch G 0003-units-order-systemd-tmpfiles-clean.service-after-tim.patch G 0005-po-add-Greek-translation.patch G 0006-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0007-po-add-German-translation.patch G 0009-core-clean-up-signal-reset-logic-when-reexec.patch G 0010-util-treat-fuse.sshfs-as-a-network-filesystem.patch G 0011-build-sys-add-pthread-flag-for-libsystemd-shared.patch G 0012-core-transaction-avoid-misleading-error-message-when.patch G 0001-vconsole-also-copy-character-maps-not-just-fonts-fro.patch G 0002-core-make-sure-Environment-fields-passed-in-for-tran.patch G 0003-core-You-can-not-put-the-cached-result-of-use_smack-.patch G 0004-cryptsetup-don-t-add-unit-dependency-on-dev-null-dev.patch G 0005-man-fix-path-in-crypttab-5.patch G 0001-units-order-network-online.target-after-network.targ.patch G 0001-core-use-correct-format-string-for-UIDs.patch G 0002-core-transaction-fix-cycle-break-attempts-outside-tr.patch G 0003-fsck-consider-a-fsck-implementation-linked-to-bin-tr.patch G 0001-main-uid_to_name-might-fail-due-to-OOM-protect-again.patch G 0002-journald-make-MaxFileSec-really-default-to-1month.patch G 0003-units-remove-RefuseManualStart-from-units-which-are-.patch G 0004-util-refuse-considering-UID-0xFFFF-and-0xFFFFFFFF-va.patch G 0005-nspawn-block-open_by_handle_at-and-others-via-seccom.patch G 0006-tmpfiles-don-t-do-automatic-cleanup-in-XDG_RUNTIME_D.patch G 0007-units-skip-mounting-tmp-if-it-is-a-symlink.patch G 0001-parse_uid-return-ENXIO-for-1-uids.patch G 0002-util-when-unescaping-strings-don-t-allow-smuggling-i.patch G 0003-localed-consider-an-unset-model-as-a-wildcard.patch G 0004-sd-bus-when-an-event-loop-terminates-explicitly-clos.patch G 0005-bus-close-a-bus-that-failed-to-connect.patch G 0006-hwdb-update.patch G 0007-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-architecture-Add-tilegx.patch G 0002-architecture-Add-cris.patch G 0003-arch-add-crisv32-to-uname-check.patch G 0004-architecture-remove-cris-from-uname-list.patch G 0003-namespace-make-sure-tmp-var-tmp-and-dev-are-writable.patch G 0002-namespace-fix-uninitialized-memory-access.patch G 0001-machine-don-t-return-uninitialized-variable.patch G 0002-vconsole-setup-run-setfont-before-loadkeys.patch G 0001-util-consider-0x7F-a-control-chracter-which-it-is-DE.patch G 0002-util-don-t-consider-tabs-special-in-string_has_cc-an.patch G 0003-architecture-add-string-table-entries-for-mips-le-ar.patch G 0004-core-Added-support-for-ERRNO-NOTIFY_SOCKET-message-p.patch G 0005-service-don-t-accept-negative-ERRNO-notification-mes.patch G 0006-systemctl-show-StatusErrno-value-in-systemctl-status.patch G 0007-service-flush-status-text-and-errno-values-each-time.patch G 0001-journal-compress-return-early-in-uncompress_startswi.patch G 0002-journal-compress-improve-xz-compression-performance.patch G 0001-logind-allow-switching-to-unused-VTs-via-SwitchTo.patch G 0002-hostnamed-add-a-new-chassis-type-for-watches.patch G 0001-units-make-ExecStopPost-action-part-of-ExecStart.patch G 0001-event-pull-in-sd-event.h-from-event-util.h.patch G 0002-util-fix-has-cc-check-and-add-test.patch G 0003-sd-event-always-call-epoll_ctl-on-mask-updates-if-ed.patch G 0004-fileio-quote-more-shell-characters-in-envfiles.patch G 0001-Clear-up-confusion-wrt.-ENTRY_SIZE_MAX-and-DATA_SIZE.patch G 0002-units-serial-getty-.service-use-the-default-RestartS.patch G 0001-po-add-Ukrainian-translation.patch G 0002-man-document-yearly-and-annually-in-systemd.time-7.patch G 0003-core-nicer-message-when-inotify-watches-are-exhauste.patch G 0001-detect-virt-Fix-Xen-domU-discovery.patch G 0002-Be-more-verbose-when-bind-or-listen-fails.patch G 0003-Add-quotes-to-warning-message.patch G 0004-systemd-return-the-first-error-from-manager_startup.patch G 0001-bash-completion-p-option-for-journalctl.patch G 0002-journalctl-man-allow-only-between-terms.patch G 0003-systemd-use-pager-for-test-and-help.patch G 0001-bus-proxyd-fix-incorrect-comparison.patch G 0002-shell-completion-prevent-mangling-unit-names.patch G 0003-Always-check-asprintf-return-code.patch G 0004-bash-completion-use-list-unit-files-to-get-all-units.patch G 0005-core-only-set-the-kernel-s-timezone-when-the-RTC-run.patch G 0006-parse_boolean-require-exact-matches.patch G 0007-drop_duplicates-copy-full-BindMount-struct.patch G 0008-shell-completion-prevent-mangling-unit-names-bash.patch G 0009-journald-always-add-syslog-facility-for-messages-com.patch G 0001-sysv-order-initscripts-which-provide-network-before-.patch G 0002-keymap-Add-microphone-mute-keymap-for-Dell-Latitude.patch G 0003-keymap-Annotate-all-micmute-workarounds.patch G 0007-hwdb-update.patch G 0001-nspawn-fix-truncation-of-machine-names-in-interface-.patch G 0002-switch-root-umount-the-old-root-correctly.patch G 0003-bootchart-it-s-not-OK-to-return-1-from-a-main-progra.patch G 0004-login-set_controller-should-fail-if-prepare_vt-fails.patch G 0005-sd-resolve-fix-allocation-if-query-ids-never-reuse-t.patch G 0006-login-share-VT-signal-handler-between-sessions.patch G 0007-journald-also-increase-the-SendBuffer-of-dev-log-to-.patch G 0008-mount-setup-fix-counting-of-early-mounts-without-SMA.patch G 0009-journald-Fix-off-by-one-error-in-Missed-X-kernel-mes.patch G 0010-machine_kill-Don-t-kill-the-unit-when-killing-the-le.patch G 0011-units-fix-BindsTo-logic-when-applied-relative-to-ser.patch G 0012-util-try-to-be-a-bit-more-NFS-compatible-when-checki.patch G 0001-hwdb-keymaps-for-Samsung-900X3E-900X3F.patch G 0002-Add-hwdb-entry-for-Samsung-Series-7-Ultra.patch G 0003-keymap-Fix-HP-Pavillon-DV7.patch G 0004-hwdb-update-format-description-and-document-reloadin.patch G 0008-hwdb-update.patch G 0001-systemctl-Correct-error-message-printed-when-bus_pro.patch G 0002-units-order-systemd-fsck-.service-after-local-fs-pre.patch G 0003-keymap-Adjust-for-more-Samsung-900X4-series.patch G 0001-login-fix-memory-leak-on-DropController.patch G 0002-util-fix-minimal-race-where-we-might-miss-SIGTERMs-w.patch G 0003-sd-journal-properly-convert-object-size-on-big-endia.patch G 0004-sd-journal-verify-that-object-start-with-the-field-n.patch G 0001-nspawn-fix-network-interface.patch G 0001-completion-filter-templates-from-restartable-units.patch G 0002-systemd-fix-error-message.patch G 0003-Quote-unit-names-in-suggested-systemctl-commandlines.patch G 0004-config-parser-fix-mem-leak.patch G 0005-login-fix-mem-leak.patch G 0001-login-simplify-controller-handling.patch G 0001-initrd-parse-etc.service-ignore-return-code-of-daemo.patch G 0008-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0009-hwdb-update.patch G 0001-systemctl-allow-to-change-the-default-target-without.patch G 0001-activate-fix-fd-leak-in-do_accept.patch G 0002-analyze-avoid-a-null-dereference.patch G 0003-analyze-fix-mem-leak.patch G 0004-backlight-Avoid-error-when-state-restore-is-disabled.patch G 0005-bus-avoid-using-m-kdbus-after-freeing-it.patch G 0006-bus-unref-buscreds-on-failure.patch G 0007-core-fix-a-potential-mem-leak.patch G 0008-core-smack-setup-Actually-allow-for-succesfully-load.patch G 0009-journal-do-not-leak-mmaps-on-OOM.patch G 0010-manager-use-correct-cleanup-function.patch G 0001-core-fix-resource-leak-in-manager_environment_add.patch G 0002-util-remove-a-unnecessary-check.patch G 0003-udev-event-explicitly-don-t-read-from-invalid-fd.patch G 0004-shared-conf-parser.patch G 0005-logind-fix-typo.patch G 0006-systemctl-fix-resource-leak-CID-1237747.patch G 0007-libudev-monitor-warn-if-we-fail-to-request-SO_PASSCR.patch G 0008-shared-conf-parser-don-t-leak-memory-on-error-in-DEF.patch G 0009-bus-fix-bus_print_property-to-use-int-for-booleans.patch G 0001-journal-Do-not-count-on-the-compiler-initializing-fo.patch G 0002-include-fcntl.h-rather-than-sys-fcntl.h.patch G 0003-mount-order-options-before-other-arguments-to-mount.patch G 0004-shared-wtmp-utmp-don-t-clear-store_wtmp-in-utmp_put_.patch G 0005-shared-label.h-add-missing-stdio.h-include.patch G 0006-shared-sparse-endian.h-add-missing-byteswap.h-includ.patch G 0001-login-pause-devices-before-acknowledging-VT-switches.patch G 0001-nspawn-don-t-try-to-create-veth-link-with-too-long-i.patch G 0001-socket-introduce-SELinuxContextFromNet-option.patch G 0002-util-avoid-non-portable-__WORDSIZE.patch G 0001-Fix-warning-about-unused-variable-with-SELINUX.patch G 0002-bus-remove-unused-check.patch G 0001-systemd-tmpfiles-Fix-IGNORE_DIRECTORY_PATH-age-handl.patch G 0001-logind-add-support-for-Triton2-Power-Button.patch G 0002-logind-add-support-for-TPS65217-Power-Button.patch G 0001-shutdownd-clean-up-initialization-of-struct.patch G 0003-bootchart-parse-userinput-with-safe_atoi.patch G 0004-bootchart-check-return-of-strftime.patch G 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch G 0001-journalctl-do-not-output-reboot-markers-when-running.patch G 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch G 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch G 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch G 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch G 0003-fileio-label-return-error-when-writing-fails.patch G 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch G 0004-sd-event-check-the-value-of-received-signal.patch G 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch G 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch G 0001-units-introduce-network-pre.target-as-place-to-hook-.patch G 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch G 0003-sd-bus-check-return-value-of-vasprintf.patch G 0004-core-map-the-rescue-argument-to-rescue.target.patch G 0005-util-avoid-double-close-of-fd.patch G 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch G 0001-tmpfiles-compare-return-against-correct-errno.patch G 0001-shell-completion-fix-completion-of-inactive-units.patch G 0002-shell-completion-propose-templates-for-disable-re-en.patch G 0003-man-we-don-t-have-Wanted-dependency.patch G 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch G 0001-systemd-continue-switch-root-even-if-umount-fails.patch G 0002-systemd-try-harder-to-bind-to-notify-socket.patch G 0001-strv-add-an-additional-overflow-check-when-enlarging.patch G 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch G 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch G 0004-journal-do-server_vacuum-for-sigusr1.patch G 0005-cryptsetup-fix-an-OOM-check.patch G 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch G 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch G 0002-time-also-support-infinity-syntax-in-parse_nsec.patch G 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch G 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch G 0005-journalctl-correct-help-text-for-until.patch G 0006-calendarspec-fix-typo-in-annually.patch G 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch G 0008-util-introduce-sethostname_idempotent.patch G 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch G 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch G 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch G 0012-manager-do-not-print-anything-while-passwords-are-be.patch G 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch G 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch G 0001-core-don-t-allow-enabling-if-unit-is-masked.patch G 0002-snapshot-return-error-when-snapshot-exists.patch G 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch G 0004-Raise-level-of-Found-dependency.-lines.patch G 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch G 0006-journald-fix-minor-memory-leak.patch G 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch G 0008-journald-fix-memory-leak-on-error-path.patch G 0009-units-make-systemd-journald.service-Type-notify.patch G 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch G 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch G 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch G 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch G 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch G 0001-systemctl-let-list-units-unit-files-honour-type.patch G 0002-systemctl-obey-state-in-list-unit-files.patch G 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch G 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch G 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch G 0001-selinux-access-fix-broken-ternary-operator.patch G 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch G 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch G 0004-core-fix-transaction-destructiveness-check-once-more.patch G 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch G 0002-man-tmpfiles.d-recommend-using-b-and-c.patch G 1009-cdrom_id-use-the-old-MMC-fallback.patch G 1010-udev-increase-result-size-for-programs.patch G 1014-udev-update-net_id-comments.patch G 1015-udev-persistent-naming-we-cannot-use-virtio-numbers-.patch G 1016-udev-warn-when-name_to_handle_at-is-not-implemented.patch G 1017-udev-serialize-synchronize-block-device-event-handli.patch G 1018-udev-do-not-skip-the-execution-of-RUN-when-renaming-.patch G 1019-udev-avoid-use-of-uninitialized-err.patch G 1020-udev-keyboard-also-hook-into-change-events.patch G 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch G 1023-udev-builtin-keyboard-do-tell-on-which-device-EVIOCS.patch G 1024-udev-always-close-lock-file-descriptor.patch G 1025-udev-exclude-device-mapper-from-block-device-ownersh.patch G 1026-udevd-inotify-modernizations.patch G 1027-udev-synthesize-change-events-for-partitions-when-to.patch G 1028-udev-link-config-fix-mem-leak.patch G 1029-udev-try-first-re-reading-the-partition-table.patch G 1030-udev-guard-REREADP-logic-with-open-O_ECXL.patch G 1031-udev-make-sure-we-always-get-change-for-the-disk.patch G 1032-udev-guard-REREADPT-by-exclusive-lock-instead-of-O_E.patch G 1033-udev-really-exclude-device-mapper-from-block-device.patch G 1034-udev-check-the-return-value-from-udev_enumerate_scan.patch G 1038-udev-fix-invalid-free-in-enable_name_policy.patch G 1039-udevadm-settle-fixed-return-code-for-empty-queue.patch G 1041-libudev-fix-udev_queue_get_queue_is_empty-logic.patch G 1042-libudev-queue-provide-file-descriptor-to-watch-busy-.patch G 1043-libudev-queue-watch-entire-directory-to-allow-the-re.patch G 1044-rules-update-qemu-hid-rules.patch G 1045-rules-don-t-enable-usb-pm-for-Avocent-devices.patch G 1047-udev-net_setup_link-builtin-should-print-the-reason-.patch G 1048-udev-net_setup_link-add-a-bit-more-logging.patch G 1049-udev-link_config-ignore-errors-due-to-missing-MAC-ad.patch G 1052-rules-uaccess-add-ID_SOFTWARE_RADIO.patch G 1054-udev-exclude-MD-from-block-device-ownership-event-lo.patch G 1056-udevd-add-event-timeout-commandline-option.patch G 1057-udev-unify-event-timeout-handling.patch G 1058-udev-unify-event-timeout-handling.patch G 1059-udev-fixup-commit-dd5eddd28a74a49607a8fffcaf960040db.patch G 1061-rules-allow-systemd-to-manage-loop-device-partitions.patch G 1063-udev-path_id-suppress-ID_PATH-for-devices-with-an-un.patch G 1064-udev-hwdb-do-not-look-at-usb_device-parents.patch G 1065-udev-bump-event-timeout-to-60-seconds.patch G 1067-udev-always-resolve-correctly-database-names-on-chan.patch G 1068-udev-net_setup_link-export-the-.link-filename-applie.patch G 1069-rules-net-setup-link-preserve-ID_NET_LINK_FILE-and-I.patch G 1070-rules-net-setup-link-remove-stray-linebreak.patch G 1071-udev-import-the-full-db-on-MOVE-events-for-devices-w.patch G 1072-udev-netif_rename-don-t-log-to-kmsg.patch G 1073-udev-drop-print_kmsg.patch G 1074-udev-fix-copy-paste-error-in-log-message.patch G 1075-udev-timeout-increase-timeout.patch G 1076-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1077-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1078-udev-remove-userspace-firmware-loading-support.patch G 1079-udev-remove-userspace-firmware-loading-support.patch G 1080-udevd-parse_argv-warn-if-argumens-are-invalid.patch G 1081-udevd-check-return-of-various-functions.patch G 1082-udevadm-hwdb-check-return-value-of-fseeko.patch G 1083-udev-node-warn-if-chmod-chown-fails.patch G 1084-udev-ctrl-log-if-setting-SO_PASSCRED-fails.patch G 1085-udev-fix-typos.patch G 1086-udevd-don-t-fail-if-run-udev-exists.patch G 1089-fix-cgroup-device-controller.patch G 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch G 1091-udev-path_id-update-comments.patch G 1092-libudev-do-not-accept-invalid-log-levels.patch G 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch G 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch G 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- update set-and-use-default-logconsole.patch - fix comparison of console log facility that caused journald to skip output to console (boo#912030)- Use Robert's latest patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which drops NAMEPOLICY_KERNEL as this breaks all on current systems out there- remove 0022-systemd-tmpfiles-ownerkeep.patch since this is now implemented into the systemd-tmpfiles binary - add user based ignore statements in tmpfiles removal directives (bnc#903009) add systemd-add-user-keep.patch- use --boot option in systemd-tmpfiles-setup-dev.service (bnc#908476) add upstream patches: 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch 0002-man-tmpfiles.d-recommend-using-b-and-c.patch (adapted)- Update patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch to Robert's version- Add upstream patches 0001-selinux-access-fix-broken-ternary-operator.patch 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch 0004-core-fix-transaction-destructiveness-check-once-more.patch - Avoid old net devices naming scheme on openSUSE 13.2 and less maybe caused by patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- fix systemd-nspawn network-veth support (bnc#906709) add 513-nspawn-veth.patch- Add upstream patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which may solve bsc#907318- Add upstream patches 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch- Change the maximum number of children from CPU_COUNT * 256 to CPU_COUNT * 64. Update 1097-udevd-increase-maximum-number-of-children.patch- Increase number of children/workers to CPU_COUNT * 256 to avoid 'maximum number of children reached' (bnc#907393). Add 1097-udevd-increase-maximum-number-of-children.patch- Fix error return in rootsymlink_generator.c Update 1096-new-udev-root-symlink-generator.patch- Remove upstream patch 0001-systemd-logind.service-set-Type-notify.patch as systemd-logind.service is already from DBus type, compare with upstream commit eab459bc0639b81b32735f36d3e929e4bfa2cb4b- Add upstream patches 0001-systemd-logind.service-set-Type-notify.patch 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch- Re-add directory /usr/lib/systemd/system/basic.target.wants- remove pm-utils-hooks-compat.sh again, pm-utils built-in hooks partially duplicate hooks run by systemd which may potentially lead to problems, instead temporarily re-enable Forward-suspend-hibernate-calls-to-pm-utils.patch until boo#904828 can be addressed properly- fix bashisms in write_net_rules script - update patches: * 1053-better-checks-in-write_net_rules.patch- Add upstream patches 0001-systemctl-let-list-units-unit-files-honour-type.patch 0002-systemctl-obey-state-in-list-unit-files.patch which allows to use --type in the systemctl command list-units and list-unit-files.- Add upstream patches 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch- New root symlink rule generator Add 1096-new-udev-root-symlink-generator.patch - Remove write_dev_root_rule and systemd-udev-root-symlink- Change patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch to skip hdflush as well as hddown but only use halt as fallback for poweroff as well as synch in systemctl before any reboot command (compare with commit 4a3ad39957399c4a30fc472a804e72907ecaa4f9)- Create rule to set I/O scheduler to deadline if device attribute 'rotational' equals 0, usually SSDs (bnc#904517). Add 1095-set-ssd-disk-to-use-deadline-scheduler.patch- fix systemd-fstab-generator crypttab parsing (bnc#903963)- Add pm-utils-hooks-compat.sh in order to run pm-utils sleep hooks from systemd (boo#904828)- Add upstream patches 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch- Add upstream patches 0001-core-don-t-allow-enabling-if-unit-is-masked.patch 0002-snapshot-return-error-when-snapshot-exists.patch 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch 0004-Raise-level-of-Found-dependency.-lines.patch 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch 0006-journald-fix-minor-memory-leak.patch 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch 0008-journald-fix-memory-leak-on-error-path.patch 0009-units-make-systemd-journald.service-Type-notify.patch 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 1092-libudev-do-not-accept-invalid-log-levels.patch 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch- Add patch watch_resolv.conf_for_become_changed.patch to add an inotify watch on /etc/resolv.conf which enables the reload of a changed resolver configuration on the fly (bsc#902901) - Do not apply patch 0022-systemd-tmpfiles-ownerkeep.patch in case if the script /usr/bin/systemd-tmpfiles-keep is missed- Add upstream patches 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch- Add upstream patches 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch 1091-udev-path_id-update-comments.patch which will be applied if patch 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch is applied a this may fix the trouble with iSCSI (bnc#898233)- Add upstream patches 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch 0002-time-also-support-infinity-syntax-in-parse_nsec.patch 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch 0005-journalctl-correct-help-text-for-until.patch 0006-calendarspec-fix-typo-in-annually.patch 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch 0008-util-introduce-sethostname_idempotent.patch 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch - Replace patch keep-crypt-password-prompt.patch as this with upstream patch 0012-manager-do-not-print-anything-while-passwords-are-be.patch- Add upstream patch 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch - Add patch journald-advice-about-use-of-memory.patch to use mmap() flags as well as madvise(2) for journal files.- Add upstream patches 0001-strv-add-an-additional-overflow-check-when-enlarging.patch 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch 0004-journal-do-server_vacuum-for-sigusr1.patch 0005-cryptsetup-fix-an-OOM-check.patch- Add upstream patch 1089-fix-cgroup-device-controller.patch to avoid trouble on existing /dev/console with nspawn (bsc#902240)- Modify patch avoid-leaking-socket-descriptors.patch to close file descriptors for incomming connections in pam module in case of short memory.- Add upstream patches 0001-systemd-continue-switch-root-even-if-umount-fails.patch 0002-systemd-try-harder-to-bind-to-notify-socket.patch - Add patch avoid-leaking-socket-descriptors.patch to close file descriptors if an incomming connection can not be handled due e.g. short memory. Could be related to bsc #901481- Add upstream patches 0001-shell-completion-fix-completion-of-inactive-units.patch 0002-shell-completion-propose-templates-for-disable-re-en.patch 0003-man-we-don-t-have-Wanted-dependency.patch 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch- Adapt patch rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch to make it work even with patch #438 and #439- Add upstream patches 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch 0001-tmpfiles-compare-return-against-correct-errno.patch- Add upstream patches 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch 0001-units-introduce-network-pre.target-as-place-to-hook-.patch 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch 0003-sd-bus-check-return-value-of-vasprintf.patch 0004-core-map-the-rescue-argument-to-rescue.target.patch 0005-util-avoid-double-close-of-fd.patch- Add upstream patches 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch 0003-fileio-label-return-error-when-writing-fails.patch 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch 0004-sd-event-check-the-value-of-received-signal.patch 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch- Add upstream patches 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 0001-journalctl-do-not-output-reboot-markers-when-running.patch 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch- Add upstream patches 0001-logind-add-support-for-Triton2-Power-Button.patch 0002-logind-add-support-for-TPS65217-Power-Button.patch - Add upstream patches 0001-shutdownd-clean-up-initialization-of-struct.patch 0003-bootchart-parse-userinput-with-safe_atoi.patch 0004-bootchart-check-return-of-strftime.patch 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch/bin/sh/bin/sh/bin/sh/bin/shh04-ch1a 1725027222  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~249.17-150400.8.43.1249249.17-150400.8.43.1249.17-150400.8.43.1  networkpstore.confudevhwdb.binrules.dudev.confudevadmbootctlkernel-installsystemd-cryptenrollsystemd-hwdbudevadmkernelinstall.d00-entry-directory.install50-depmod.install90-loaderentry.installbootefilinuxx64.efi.stublinuxx64.elf.stubsystemd-bootx64.efinetwork99-default.linkfixlet-udev-post.shsystemd-bless-boot-generatorinitrd-udevadm-cleanup-db.servicekmod-static-nodes.servicesystemd-udevd-control.socketsystemd-udevd-kernel.socketkmod-static-nodes.servicesystemd-boot-system-token.servicesystemd-hwdb-update.servicesystemd-udev-trigger.servicesystemd-udevd.servicesystemd-bless-boot.servicesystemd-boot-system-token.servicesystemd-hwdb-update.servicesystemd-network-generator.servicesystemd-pstore.servicesystemd-udev-settle.servicesystemd-udev-trigger.servicesystemd-udevd-control.socketsystemd-udevd-kernel.socketsystemd-udevd.servicesystemd-bless-bootsystemd-network-generatorsystemd-pstoresystemd-udevdstatic-nodes-permissions.confsystemd-pstore.confudevata_idcdrom_idcompat-symlink-generationdmi_memory_idfido_idhwdb.d20-OUI.hwdb20-acpi-vendor.hwdb20-bluetooth-vendor-product.hwdb20-dmi-id.hwdb20-net-ifname.hwdb20-pci-classes.hwdb20-pci-vendor-model.hwdb20-sdio-classes.hwdb20-sdio-vendor-model.hwdb20-usb-classes.hwdb20-usb-vendor-model.hwdb20-vmbus-class.hwdb60-autosuspend-chromiumos.hwdb60-autosuspend-fingerprint-reader.hwdb60-autosuspend.hwdb60-evdev.hwdb60-input-id.hwdb60-keyboard.hwdb60-seat.hwdb60-sensor.hwdb70-analyzers.hwdb70-av-production.hwdb70-cameras.hwdb70-joystick.hwdb70-mouse.hwdb70-pointingstick.hwdb70-touchpad.hwdb80-ieee1394-unit-function.hwdbREADMEmtd_probepath_id_compatrule_generator.functionsrules.d50-udev-default.rules60-autosuspend.rules60-block.rules60-cdrom_id.rules60-drm.rules60-evdev.rules60-fido-id.rules60-input-id.rules60-persistent-alsa.rules60-persistent-input.rules60-persistent-storage-tape.rules60-persistent-storage.rules60-persistent-v4l.rules60-sensor.rules60-serial.rules61-persistent-storage-compat.rules64-btrfs.rules70-camera.rules70-joystick.rules70-memory.rules70-mouse.rules70-power-switch.rules70-touchpad.rules75-net-description.rules75-persistent-net-generator.rules75-probe_mtd.rules78-sound-card.rules80-drivers.rules80-net-setup-link.rules81-net-dhcp.rules90-vconsole.rulesREADMEscsi_idv4l_idwrite_net_rulesbootctlkernel-installudevadmbootctl.1.gzsystemd-cryptenroll.1.gzloader.conf.5.gzpstore.conf.5.gzpstore.conf.d.5.gzudev.conf.5.gzhwdb.7.gzsd-boot.7.gzsystemd-boot.7.gzudev.7.gzkernel-install.8.gzsystemd-bless-boot-generator.8.gzsystemd-bless-boot.8.gzsystemd-bless-boot.service.8.gzsystemd-boot-system-token.service.8.gzsystemd-hwdb.8.gzsystemd-network-generator.8.gzsystemd-network-generator.service.8.gzsystemd-pstore.8.gzsystemd-pstore.service.8.gzsystemd-udev-settle.service.8.gzsystemd-udevd-control.socket.8.gzsystemd-udevd-kernel.socket.8.gzsystemd-udevd.8.gzsystemd-udevd.service.8.gzudevadm.8.gzudev.pc_bootctl_kernel-install_udevadm/etc/systemd//etc//etc/udev//sbin//usr/bin//usr/lib//usr/lib/kernel//usr/lib/kernel/install.d//usr/lib/systemd//usr/lib/systemd/boot//usr/lib/systemd/boot/efi//usr/lib/systemd/network//usr/lib/systemd/rpm//usr/lib/systemd/system-generators//usr/lib/systemd/system//usr/lib/systemd/system/sockets.target.wants//usr/lib/systemd/system/sysinit.target.wants//usr/lib/tmpfiles.d//usr/lib/udev//usr/lib/udev/hwdb.d//usr/lib/udev/rules.d//usr/share/bash-completion/completions//usr/share/man/man1//usr/share/man/man5//usr/share/man/man7//usr/share/man/man8//usr/share/pkgconfig//usr/share/zsh/site-functions/-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:35429/SUSE_SLE-15-SP4_Update/27d499601fed3610d1f454d6218b21f1-systemd.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linux            directoryASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-249.17-150400.8.43.1.x86_64/etc/udev/hwdb.bin' (No such file or directory)ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d0248ef4ffac704be5781eed3c32362189d00ca8, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7ed3c5bc03fe355ec9313ce68a9337390ccd6850, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=88e19f8ec071bc71cbdd95973af04c3fceab4837, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ee02782c290f4ffcd07bbcb31333a96924f59a2c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6bf7e0516019bc2a67e336bc5e98f4200a2d9657, strippedPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b258ad58f0790c03d68faa2f0aa7a2892f7cc9cf, for GNU/Linux 3.2.0, strippedUTF-8 Unicode textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=fa533913fd82f9f5b2eebc15c170f321d7dce9f3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=00c16cd7ec9589f0d362ee3e905f2021772a0f31, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f0bde61ece34a172320953eddf4002bdca40c997, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=eb3014f06443e4a615f9bf788a582f10ba9b1694, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0fb1322b83c38ad3b728e262dee97cc26f593668, for GNU/Linux 3.2.0, strippedcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-249.17-150400.8.43.1.x86_64/usr/lib/udev/compat-symlink-generation' (No such file or directory)ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=17322dcf96c8c3f9100d9d99786eac4528016045, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=58d9e70f2edf91459d952946b483d660a28040cb, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4fc57448bc9f1721d7aca7072412e4895af1c697, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e1e366a00937a7cb1bcbedd7fd60cce3e9131f2f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8a894fbfebd7c3463a4389d8e9682368e4c9632e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8d5fc5b71928b65e95c6af6ab9be889a5ee5984a, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)pkgconfig file 34567<DLU[ahmrz  R*RRRRRR)RRR"R$R*RRRRRRR)R#R!RR*RRRR)RRRRRR&R(R*RRRRRR RRRRRR)R%RR'RRRRRR*RRR)RR*RRRRRR)RR*RRRRRR)RRRRRR*R(R)R'RR*RRRR)RR*RRRR)RR*RRRRR)RR*RRR)RR*RRR)RR*RRRRRR)RR*RRRRR)RR*RRRR)RRPR4V)|3Py if test -x /usr/lib/module-init-tools/regenerate-initrd-posttrans; then /bin/bash -c 'set +e; /usr/lib/module-init-tools/regenerate-initrd-posttrans' fi/bin/shsystemd-sysvcompatutf-8c7188eabd4b650737b527a25f79e874318fc913562565927a5589a8611ff3cbe? 7zXZ !t/H]]"k%Hp٫h#ܪUuz}B@u>H+Ao6~mձ= Wew҅K j='LRs}Nӎb%|zFv %xrFEpo}6/*P=]ĈNrs=Fyo'YGXT=Z5{󘶅lwԟvmkldCƽ$,ƟߖxtU>ngLht>uG"T~m;|;'q^k@> l5# _\1OF܄<`HVնخz!kسAxwX=9y+r!<%8#7hfg0иr u;uRsSY %}o֧#9BM me뚼vCb9cς؊Fҭ|0>ژ9b0 7}Z8_avrMotjG<~orH8j]޿VȡGn:ɬ}>'{I@Jrs;o~l`!'P\̩9 3:Ey=uD*_$$k7|S_w26}+*w4MJԁwi/~+#ԛY~w~ĠViE:Je/q[ĨT(Xhĩ\$DR/vCNj⅗cV Ǝ+$ f؄6f(śy[5l֩K"l#HLڠІ-|}n!+ǘd9a5t?3ETA: .i,7s9c^:k7='nګڵg \FKXm+ͭVSa B6t<?x6/Y6sF'P9Moy$fC!8l$DPm~x8ܩ2/G%R?SĎL-97gĕ&96wb^Ƌ-{BjC4*Q #@h07S;D^q̂/5h#-(nPrj١s/td+ +'. fjg h?6ZUӬ/S4PK+h]wJ%UȷɏW؀EigeQJ᳹I"9bG֏P0ά>|/MX}%QskIIO[Bs͚p! *I m/ uK9<\6Z5W:4 KK!BJ5'dIb툒%~+ς͏!+דtYuB<_HemeIRؚPW$fֳK,<4~IyzѭR{L}`flӓsh Kil)4!$-- ;z"wV;8$K7 =hі x7~ |z^y#ԭ,eA0FQ;B.ʟULQ #8|ƕ 0!ob'o+;=0ͬB72ʦ k?l9b/ x#kU`&I"}N YƂGh[YܲMo1V{޸p&~9I5lT2,ø8F_6ts. M)'7T)ZP\sNՂļ5ق Q4iad+Y67VHQm{s\*ʫZCcbƼnM8 b\wHH|s|zvYOB<f=L)/c$0C%Lu" t.yoI5|:;.;h?0 rHĎ5Ǔ 2 Oo2w|Vb TQ6X#B)G4xf%l0LAT>0A1f n"wtE9Wod=>9\֕;׭!H)ȅu w,؍-w^[a42J M#WAaFFx- %$$D ب%x6F 7+bنwDnu{!JPVI:.TWu}> 4npmx9;d\*POC0V@%BÝ&z "AuHeY+Wm&}?&ڞyBS#h _稗:KEqKǕ?yب/s~S_M[]xL]f8K፽z$MoӀr=].mhb^O}؍"Lѹ$VHK 8n~ [wޗu=Y b^j׶<{(|vŻ,wK"y5:u*&X1=3Xj~t#"Só}dn$̀4|i)6Q'J߁ %r@'zrơfv6HMnQ^qs]j<+; {;3+?_RUF=m?}I&~be62#cSCDE!:JcFwNtbVAڻBH z#P5i YSo,e|"r9 E3(jX<^5WMJ k37ǣd*\zzŪkްhqoVw~N{ȧt&+bl_tT !IXg33ao,X0\ =iFgM׫| `6hH~W8N)옣q+&j| _q1E [o!}{; r>?KADI[t:*~h,[A" aH}mY-n׿Q=a*۽/^SxLj?\fhR (9~E}a'q2"ʁOcco"PthHOr;cE5N!5xTM@_N紙$r n?D>r`PKV׉jYi%pO&^Ւ{27Llr-EvC+דb^h[c[Ę,GB4IbF̟4̧[f8*pwwa1B>oAijx-ٲ< ǜI`0 JRe 룐)0w4骵zn]+EQ*b<_5_h_<" bO*RƗcڡ Z"~Gg*@;- {Ip;=n&4=;AM`ٚFAYZHx5Nh߽t_7yǺi͙}ʭm"eKaG9h`wi{]v!^VD`ZD+=7Y*7,؄~p!JϦ/' Dg-~xfGZ男Tgېb7d6K[Byܰ4CΣ=Ɖ\sesDlpv5UF c>Gog SY~::"m`H🔃?(P|d/Mq U$>ʴK^Q: 7's_LxTsm00d27HL>1,^N@k,i׼P:]o ̸Z$j Ha;I^G)0/aM[|'8K|=8Ƀ#g 88UjWowSs}Ac:1gو \+*'S3 c宽'`i ~Nb;p-GxvOEϛ fhYЖ)8:얉34nbt׉|Kj??}[[Xp6q af ({C45 'd#dŠ&bݖDMMԾeED[d~Ԍa:1K%e;Z;XYbh"/1Rh9xDt7ZC9k8)$MO7\;p 7XAh5a Vkd QYQmĪy{BF8:̟jأ$-AT3TވZ6k7O8E{:R1LJQʗ_q4g5e_wm WXܼ"{76aىSL7KT隨$92q~FfHqvBQVw§Ud*E⯎l~玿%`"fA? bdc_D [o[؉:mT<Psض#O[~,GjG[ cu!܄ƞ]8/'i >[!uh=gkg7meml6ø;qbaA T`y"r8n+OX|'T:q"jک;2?&=7ҩv_sD|BUSZ~WM&L̹L4~FLK2԰znCbbn_s>dW1 ɽF7%پU5TyO7 IVT5~u'F^5 b`S#Ka|}Lqkl8zVEaJ{*1ԲBr } xZޙNZ?[CbBفыp;"ze Q>;2%6W~m'G N齽 oIaB~u55~lz9 xCE]X{raqi/亦"/{,@̐H+E> _"h>6O?ek{1pȒN&AP`H!ˋL\o,|;gg1?{ܥA++9l \ŏ#Y1jWF$?5!eWfn #mX&jאj/K>ȳeMZwy#%&VN,iuF:/*{uE?$m!YپhO*g-^(v9{8digAjE&` I (ݎqBfVyK`p26;X>op/ZᗺLwuA \Hs8Sm1x“=P,[P eƽf^ACPg鱖ë OV6濳&R~%XNJ긾Bah~^mr  JcCz&^*arHբvsbie`EOw/Fڕ*_BhVWDlE<1A^aרi y?kΌ&Įo l6ي`"msCpU(vQkt_td(]VVlR@99;乿T0YyxULhEL q.pctxZt‹/5ۚb,-zdTڞ6U-וmql7x5f$w#;W":&u\-|X}_e\eǙGR.%GmUTS5}Mړb8wTp?qKl#n0̥Qr<˛EiEu?GΊ&qi9p /IxzðJ;k/$h9µ3]4☏E"!%//YY@efZ|!5V{?|LU(0R Naԫ @HX _얀}6EE+>HܗWW2ϛe?6cKBi<ґ- EDm`t9zIg5OrS*TGH:WVʕVI^5mlǢ`Ҕ8g`6y 03G8U1uF{ŌE BUp9_HA0o=nñYn~Ba& sj4Gd/OB/EwTszuk ӆgOE*RaSv*X7e.y`f$lp^ Vd|UBz{SYnLJݮ2SUi<`gdZ&YyLLv*P|l#Nzgb 4D`$HiC q-BaB0RE z)Ҁz{ )u>$WmК8.;\J䑾s$&LM[@5—AiIT&؄KvL(.nРKDZoB釭Cqj~5` aq0Mc<9Bl#;؆dY|ذ ~+̐gk=ߓڊ:Ϭ5%*ӠܲWյC؞vu},5Hڨۭ~p׭F0ii1" G @8UƼ1ej@<%[zhpfgnN|)@$o|t.=ciDͩF ;ݟGQ`oA 72u;-zr@޺ BKjkv`aġFe+ cU<} j״V: S.ncΐll:pZ!AV䞱AhX,uh͗ɥ3uUЮ .w%źܻÝRWB{iCbkx p?/'+7lyM@Z)CSmˮR u/aoOCQޒ'0p!BŽbSxg хnt,÷lB^MfP %cnU6TE|"!)Zɇo;r}WN-YDC[ݿ>}dm=8_!&kv܌s*CH±;܆3&fLxZ1GmJٷ{V ;m7}x3lN x(P!sY"8Ò|J}i7_&2ϱ-k@u6GH{kv5tCFg^P)Q0BMevs _d42=iNKP)]u'X BFHR/gaؑ20>r}cq%t$"]#au+2J68q8zNŪ͙tnМx%dY%^6Y@;7B ཨn`%C{L;"n #kߓyR;l b w*vL&m# TVa!P۲ ,r0yY]U`ԪGS{M0i(y0D9.[-fU<k( wz Cې-%A?l9+>.#MnlLg.)(ƍba;窵AeftnnAO3_TJ;S+XLNv *{#h}B|r~s?/E]lP>Z}b!cb.Pk/$HОVٗ#jH<4!u6nըA]hv>gUHZr+漷ߞSCn\g!tCn | 6?&sUX$y 4ecJD=76\?Q6: ]AU_!첧vZoB‚!'WR)/;?.aTk_#ݴ' ZT/Mf7_B&[ibn.:n5e^7h"'YPjaQ[f56k{tTGb]W gdFc\#>B.,c"eՂ-/`P%tlj{4l[N,q Ҳ/}#nޖS3ӠAWRw-_`PLl[a3es$͂m#NWzW(8o%8L{#XӗlF\@|[#๏+ (?ktl,$,"b*(E(C %olսW74 A\Py:Ťc#v s5aKd )"Rikb/D~†2&fleij~=ƶݍ0̗2Sڳ}“UBx T/|2!y?.%o81ȸa7yIn<&3\)FQ562椔Ž#˄kj glC.E ݽvbUg{Y`e> RSu)]?Ҿ!fSk!'7rbrs{eSF$L<\U؂7` GpA1O`|xumsR4 Dc37LP3U5(vb?X+SRʕ̳mF=m1WK?a\R>9psn; 譨^ܟmFy"k[4O@}.j(!_3՟<Ѝs4=.3ky Ɵ3ɋ}@ 60RbJ=JD~8^P͙x*̰1*TR2XQۃ(t 2;TqSj۱HQK'e=QSSUT$kREb?7/W>$Y&Dclp\ֻYU׳%IżlE[yP~Tⵡio{ zC7`*dzIiBY9ZT]iqDATM2)KϏ~[)ۦߝhT/NLkv%_P Pl I^SH\?h9Th5.an8`oh%sF5 4ۣir-r>}jMKW Xm Bhf6^qu%8k`WhzWf=;t.)}ژ$\<MSahԥL4䭪V 3VrpEm\o 2u a|w Xa2pI)+`kPu(a'd}7ί#9Y$uD@ 6ݜh/f3%>ƅ72@حl5GZ&wrΑxxn(8¤"~@BgŴٚ1PH8z3.Xx?\ﵛ$gdpzvzêE.wM8&tt+Q#L22#(OKn}UcoQH7f`^MbWull-fk5|uq\DC֖Nn' W&HFQ2kD1@5aAGSAQV;4ŒV.h#KaN ˰ oC,S]V,á3ɝe .w^ʯ#׿2zi~XL%[滋Degp\$‘|N[r~*3=x +PKB{?ƽJ_BdK~ ]&&%D.⫅(u$tєCg/p`" Gi義_miuI YIu vKΗb9%Z/~;o+M}МX2%gܲci\xj 1qnq S #_&louVs6?Dvp7#%IZMDU!ژE b#USոIiEu M0 $/'Ht ʑ[ 4:V/F|*"v=EspZ *3WSl|vT0<v()}r+9zAVP1 )qŋH` 6k''3:+7{Dabjd fAd6N Go>ly8q>fc)wGte@{7xl_$ nkMZ<Iudc<&<@Urf! 8~ྲྀ.KჴaF_ȟI)&#X碂H.(P! bC@&qvKQ>ko^? AY<9!x`:ݺ˟u4(W9GЬ&o}OZ@ZxfNt۳0:օIN%,$5\,n]`dUp`u:@om״=/x!7شڶ06=KN1;e'w,}Yb1z^L5 pgs■O+vq: | fhNjp#~T/0.UςoxWa'b[B=Lr$ƍa[gɽ:J @&,9Mt1c' f22/ISbYxQ_Oasу)U"Y Kª.\Ji | @pZ |WD={glf2w ]8aoMX~`pJ_cȧń;NAY)I}jvū|_މUHq4Bj`YX?_\A(~V7+]6jS"J"/rip߬4N -3AƦY oT>BIM ]0ZsweH9^?<3V, #atJls^Ra<+w{StsEUXoԸ1gkQn*L v̔|54/Ͽ<pK2EQa3 89/CV1 e6 ֫eԋ#d%#=B$pEoP|:˦M>辷w3\'6j))Sw#+3vN?=s䂝ih. ,; Z"8փ͵WQC̖s{wdLPZ2k͝+2x_MpB T9AY6fwXk!Fbk;[Q][*?n%G/x Rb2~}X6Jq=5Iܛgq۬2{{GPRsۙs`M`V4~BxE:uEo9gA7פU[da߽lD88eK"Z._P hQnlâ? bn^WyړU$D V;Ƒ/gWBHU]qR2mgϑq|m[>۷ʲ3m W2y5Î;@i pItpiY-@Pb8Cd2n`7]?ץh沅mNoTsL*ķD.qs 6.d"KfL7tN1pT \LxC._lyq/IY(Qdcj$#etQ)WmZ;RCŘ7 ޡKI7r9_ %1g9[ ցdiqzF ʹo{g F߉Wt#P;,`$b ^!{ rS=Ĭ$mέeqF!,*+@Wg,wJ5Xn\E%e * x '41d!holDj<+Ee>t}(G'æD IÇC9Ucً|k{Hou[Y)(:\>9@E(C6碛ǝfEX\:D_i)DI?6&29|#&$D9aH~Ca+Kt)+ 4Yx9SB!rf[d[\BVl|Oz-rL,Ƨ'P?(k_W6qu^vS+`#DrEXtJ]Dkm-g"#U/uMw VF /z6X-UzaqK(}Iۆ {l# Òcc~0[9²5A}*X > q׾?;$5c 윮GRI .}̃)-YkǢm2RͽϜ>z܀dҮazUfv2uqJR N2zżk}4id ࣴ5)c<& *I '%ycN+O.!kN<5; N# D|#XkAT:"qPךȍ J^Kp[D$Ng1*vyvhI鑘5UTܵ?4Zsֿ L'֫?FU%6ة08UDzӴaqزؾ`FXx{Ia.'=&wڤUk YF|H|%vΥ PTObvRĩ7sfH ݵ6|fGIä,`3s:_6,ȗYhrZ:)T.oȉ(+eBp4_Hn6>QpӟS5Pa4䶤QZ!8zFW LTx|gqdVKY{)ފRWVڏ<,Zjځ{N4>d%pYys6ןA$%tmxB&,vʩ$0-{1ԛ8z%Y&hPswϭͮ^r[4(t[sIm YXU#X~(Ўaxe, D'*[7$)&R #?3|WhT`Krө|f× S }"׵dI&d GJ F^*&Y|&q?BYcy? oQX7`6-͗KO\p[\(q3tP],LﯛPNk_7.M{l݉؞1{ h||p:h$<+^p6GBPƛC:g0IM4U_h*罯_f绠oOf9KܢX%1=_ʱ/d*j:q{ GI/*zDWlxӡ[bkrD rf!t Sf%kcui GZU!hk¾2'I %7A.d^oFXr`]ME''^QWw)R-a,F(#G|b?| H``$j 8XH]Ȱr r^f9>XYuP*a8a=(\H`dH롽CO7HUTJi纞Y!CmU̷OkNte'H;zOZdJN8y9To9=b_|-b"&ɇ}w~'1ZoY. P~,挨{d3B6h\_y-kg_RhCuBUg)n(6eN0v+6!?kNc-*1Ye(Fbņ;2ܴ%Y@zߒ_~d`y ލvY^! k%71x8&m\0c)(__[OF -|D&.@1d4 '<+ܵ1Cߝ3{K.X/p} XeyC0 E4_(}Yv)plolQOossȴ|&h1ݤ;6➫K kCL 1ýVAՕaAqs[Ӏ o4PDWq4q?txKʚKysgP2ʲCg :{OS67۫}v(mpVp0G'nɚ`zG){Vb5~+Oܔ>|@(*yV¢ Y${4vݾQdxQ~4cݐ 45ys'5TΏZ>zi;x*˨ 7p`'u|H+Lfaȥ_Sj$uaI=Sڤui*~I\Jlnΰb}̻j|$C"TBRQAMPoBͤ5,;AM(ej0:ռצ ŷ"ݺ)=Etp eV`TJS5_࿋EN/O1Z\#us :\58>>3'[[Ook 3X>].miXIOXQ&c<ƿj#K 6>h@WpC%kÒF_}MrAٽCFO@8+A6pq|4"Wkj#9"m xBivs%k6 h1'pؗ $H(Xq5VA, D33<}MA)ؠtx Zԣ) z%*{G ź6%<*)3Y#VOu/^Z7a,q-8;49ZC\@YfWj`s5VTJ H#Kwzh"N[`\Qv22T}q^LK8־^Q@Ѽ(&9{lYC~> ف^kwkǺݶuzǭdF>AT^y#S.FjRO0}*homw*<)cU=l͵q 8<1:bﵩg{f3KY^RQL_mxCXrR;Լ:ID_0mQ8/1݌A:51?$'5JzlL,IfF5x!YWԺT/iKݕYUƙRόfA{) :y2)Ȼ4U ]~2"(XuTzM=( MÔi']VXr=Y{g6 vr/ZgNW3 s55djL@5aU ? 7p=i%цQAizL5xf<ʍS)k`<]>ö(B\ё#o(L+~> ;ow}`b aTW;bd9uhi|g)ɡDoeϩNLt9 31mC*faݑwf{^qwE^OtGr5 : |MV\D\4#րI.|l+\[_ɴX&: maTW@`ߧ H;C5H&7v_w2SŰ"&,*C,УrE" Y`) Q39;)1ȑlENwSA2Ԗv`Lw|SDsGhߓPu M@^Ҧ0dHJW&K_>rmy l6{([('2)`aoizd6xiGLv7aCcNZD3@ҙ4Wt%V3=VxYk[Ji[Fꇯ{ yQ992H(N'/G& _S9-`-8d ʩ^a'iJ?gɌcdl!9Ay [!8Fr0X@$nS_Vyٻ৩z9Ch)CZ4A6aM5lU@#?PNg1oC%S#h^g*\xxMn['H5&xu 7MLi%xmg3yNȢH̉E ss8aj:T]oVrYfMiRNj3h&Sd}x&X >0]jhϢFT|au&UQ_[$ю|d`B R̦%H}YΘbuHϥ j>}/8_geN }=*0hpwˊ]y%( LcCG SwF 57xXz3Ƈ+?KX=\)PQ+Oι~pˡ8AIS f 3՘n_2\BK_ۇ9ްۊ;e*mnfҎvj^_MG x#(|_l udߠdU-U&dIl C($nfJG2[3^1v; XV==AMహjXcɓ9v. ZB  KO u$a [BN+iIM`a5lgЃe9dnZ̿GmʹYLW$ʠ mS{_˷ UkJy#}pK|yԧO0Tq5 EF:תJ {4koU닛6UˣڂQ)qz =³b@`q#:p-n\P9H/D*c٫ Ϋ.3Rh+D~eC8::oxo1M'M!Gi,`& JۊHwuß6Kn:[u3+#uhj(&0Xuġ:sH P BhFPR.RѫyF 1DпbkW;1`LZ]׿BnR}V8pɔDL3%&c؜A^iL=K Fz-dh)kFC8. .2mQ)"_wTÚ\-}[l5ّ㆏(b`'N:j!%}p+n~CҝoQDErW-ɴ\/DEW*{!-=d\9PN)˟̋-e#!4ݑL.FׇEYTo(K'je(IQ5uDqSLil}Ik  Lt1Zb4G;Fo z#1K2C8JZ }ɼCz!v?T~K\lȒnQݰ5(2륀km)}BAW2:Bg 0ˋԻla,ʽWyh4IW' )DWSiH$;\Ey:yh[a6p ]Rf6mZgL(5y C9^Սϝ޷޳ k>!pk@<BZ-I2)kX2s@b6|ݲ_CH}s׈zׁo'7ꁑ_r6Ua~9Կ"Ys7ņv8>z%R[YTԾj|#/)eٽb"s$Უ!ڻdNYMfZڜOוֹϝdSC( k;hAʾҾC(]v; ֆ@7C!xEO1 a>eR0ađT׊qh؞i! ը<'n48^R⽃L5% \?| 7AY_ĮJi/WI]"DHv;O hY1҅@b,jbS*Hr"m "9L 0n:'䫳`^ ?Ti0AƋ]vČt @:_77V62,o>OʆzEs5m,GL8ݓEd&R5JCs(I < 윜&7E0CXFS+92˫9aE6r!s ;>qyC%߆Ru^}fVu?XѰ18N"բW08SS|p0 }i̡9' pift)X;iE(OO׮s{rn%;rdʼtoFJes;BVouŃ[Cd[7sT LZ0QOp9\!)b39^R kL" g d3+ k1r̷)?QX"՟LKc;"(-1$ٺÊLL8m:/]$GݯsPnck 77ܼ|r_g\L0{.7O4?W^W˒c2SaJJFLw[k'ihBQvsISƲjFjYׅǨQu=+FHBEH|tDє_dJi0Lƶ_TJaC^l[(n/1<Ys[5ʏ!sa S-&eek-YL L]UjC6n4ڍ%Jw0^\u1 r$v?ߒbnyg^jFb{agSa\93ZK[Osc O+r;['}6F07B+, \Z>5QR~aQԘ#f`~t~D/U-.iD?>χj%0h?gi4_KoRwFrAF3=-՜i;܎VJصj4zV샣$;7e8q􅃃U F,?%c&UX]ϾJi7|  !컬87XxT]6f#w+דxnn,NՇ9P)-- ~ Č>I|VFER3ټ&N f)^Q/vf_kfO',y4,` Pn:uԒL%"ޣa(`>E}Ϗ҈.cvfF_\7:^D5A")z`2 7qaT+,+:P&KC_-㒮]b QxrZNek'&NӘR7Y̥Y0v FW;l=RG O#) y M@43O{sxE d_Cߑ`{q$(2Z65Mݐ#®7eWΥ<JJvu '(. jj&t_aDtU~1d%)Ϫ X<;`.jm.QOtLtggb3ߍ)hS~s΢uKiz=G4V"7M\obCO\o czGd VN>Wd:y Ћ|q m%TL0K))֘J?~9HsɿP1L"XHg:$:(=.sYLP8sȍΌi$$xioSx+ǫ`#p:"VAl)6S\Nb`Jw_5 㻓jQ^lq^Z43&]%`{ߴQ֮4ь0 a+*fQks=m0D-1 T.8nEa-!P.Np]ƥHn9|}!((u8 Dʀ~Û]>4Y>E ֬$Խ8U]}{) Si:lQakJj:؂08^ Ȼ.=TrIm#]qRSAFi+v!d:ROhJFIέudm^uȂӊ4AӞ+֒of+Mtm=ίFS%9 /yZ%a>B W,du!ᕐ.rz B‘J7i,KE^;6 [O ˖H9qE RUW"?JSJN*?\Oz!.Z"9h [l^ tQ bɆТfM'u@+ |؃ ӶyvY b*$pu#|y5d"CdEEɚն{t^ PKSoKfW/[+a$ 윜:a_\ԟ/u4Ui-/kfy;kdv N])l)2(jlD;*IN&=b1d1ʆɇ|TgjoK,{z môep [7͘N dfLP,LcH%Ggx>zleuA8ȶqCfwuOC t*""G ViPqtHmS#QEv4)'u'bYpD)Tr4>xv=a';xAYz#]P5ήq?a- a4 U5j\ںFzkg$dfك1ڪRߞA϶ʶ6=y[M3 mYuEs"2y4%I`  { :~id{z@vaObsRH$q~~²OL- LW}x L4գXȞd>!(NIG-P:w1{iw:HdB.PԒmq~_ɱxKRB*STW`꓁B9ߌ%˪YLaP1͙.`y4$wsrAG⍇ rqr̷Dpä\<9ٺg*{tfZ>H*UG3R49|L/$N͋6 I\œIGp^raub;:VIf}IlMpgK[JAK\i.@ 2 )5x6l+egjΐb9x/qu.m?+!}l+DU_D3NV*tQnAJNnF.p"쒀h). ~!QB~H~[s^DdL(ejA{8^ ih6WF#Qv$H)*QqU.El6U\>+Q~E).)0(P{ܺ ȕ1Oc%b}TڳS3*˕ϾL.D2jGL-/z69t}bL;A!&HWXuJ@N ޚߞv  ͫnN *ċ&+tW\ Wl@g:dI[פ9SKKcl6Bw 5<ћ[tV܀4`g8Swujw\Pu}5l|;uߠY)Hw_j@ 8lhjSb'H~? 1S*q*h}]ڴEr+5;B&HO1'ڕU=zL/7ODY'dIMu58ʝ_i7q!P]UDD 3D (boqak&D] 8O)! U07!4 ixȠ,'X8m?!0H9ήƉŻz~"0le[1E2;TNGPF17Р_y*BWM$Wk9k^.|Pz :w$/c _Ih:8Ν֯+RCJȣRMS6Łqfgnd8R_9ݤY(Iu>1YႨ`dgB{&:c5j57{AAcj:urj)f&J-IjU ?$6/`2= ̚]eQP8}bӸ`> _pZ}F2 x;8ͣP{a@2 UǬMoh{j'>,xk'_( keƓ3A._eSf3Hg263dc}{'u< /z/< & 7pvϜ '#. a>d"Xn;[x1ճ ;m y(Υjv4>jN99.{hN`(Ķ{yl. "p@]k<Ax~.bk'éҩw?tLyӊJ&B9\ F (Ge^0Dq`"S%A U !"‹R\<ݼp؋G1R '40ZBA=׃ oR1E<ҐIT{BA.>iP]&# FosE&h<7#‰8椙sj$>ʂƧJf]DBn8gIN}/4 RFef+xw:ċڙ0gw"V/6jlUSKPga|2 0T DZq́bkڈfs@q;ϱjJZI^y~]Ob|Y.҉2]b@LN|K칞MVd2)3Aχ!'9d"ISivEMhtmhp7?}r恮|X W8`hE͵nz>V/`*sgR-'i>b2{,šb -',?I7GTWruG[ם]Ln.e"CoLa '\aD,Fuäb gcY)I{$!8s34R'j;<ū_"LO[I7O%E7Z.ʐv\hm g>[j3m8oq U'Ft'm MoRe)Ư"VHSYJSQh€8QOU{Fne{O~#T]]w,/[' sEzXyޅ\خ0托 B8%j ]hEհD,=*KzY/ b_/#GIR%lߐgDJE2Z?fcBVt'! a :0A4Ţ^5VQ\?eӐ'zNd*᳉R)' 1zZ@̓>j⨔--C烆ֆRƋeIJAI!Hpܰ~BSUpOV:h6HUuJ~>o8J_+x<_kʼRɒzW͓W}ZƍN% łL-@6Lƴq F#9*shHKemϹXG\N]`uߕ<-/`E.@\LIŘhpM43!=[ R'Q/@eCQjQ adAUX@ْآm7갅%e+ȵzMoF2Eg Nn£ikr].L}4g@#JT2ţ\ej̻ ADbF!ոu<\]<;9~`cfPv:'Ï.tPjrQ0zU\[+Oʩ_F,T\4t ;'ķ&}Sw '>n[u= th>\|~\kVrVd6;_(K2`ljVr:lES:X*SvwWS)J3XP6hȜAI;xrYj-Uݷ=tTx9&q{N펨tbgcxZkی=O̞~QĚq.c"Zz+vK]z5 E#3}^HI#RmG\Ȣ1J 7A8d #všxL'Xvhf jStaGb ՚IOp焵TLtlǑY2[XHA+G6~jJ;6S,lVPNf%e=97VYjҲdy+0[%KXûv'de6_'askH59g͝]p8'tamمB=h Dnbs(>Gf}hmD)p߻e&򑖁vvX]0|X̤:W,&|j/?`l'n\҆;"CO)Miys7^`EOSvIZ\`;64k"y~caQ;(K˩;Yjl)'7qGlT.*b7̽%?z}+t",' z_򷰲2䐮 iE w)_AiW ?bLb;xuY"TarxJ9A8{SZܧS3]b?V% @H#X.ٲaLv#Dq^JI-…W 'BH;D ș)+lys$ʯ.Ȭy&ɇVÞ>&thDSs ʴk> =-_8@jKՖ_ :{gy_/A\ ʨ$f|EzOMxHcϷ=9#=4ib21k5zk~3vZ>;-^y K&pKArDZZU)o}祃?_'jNEKW~9OAPpCYk4:bˁb- n,NjGsw&T* .V"XB(@l#w>)c~0ap9'iK+j_)WnӅlӫE[i-FBBwz2Kw@R o)XEigw\ :5Hy1I0EZHH# kto3ڽr 8~y2]cIi kȾpFL'5v/I /N@Л)Y&s8'u_.ZF}qˀ#&!V?/BՕi6شUH#`#DRCtekHRA@$Q *Vf-RxopsM#5صV> @3ZUٴE4.*U]3͕H#Z1I5kvnw\:܏Bit4lͧhKփԬv\+S7UU Zu0 JxJib.gumd؅!n%3Wwgݳ=!0U^ kfJ*BXy K8(O$Bndx ?0_0|%{ufNKMKɽ}m\PJ-x͔#⦟Gaܠ{3r%A[#-S#M$NۏRM6HJQC!4.+Hć[0G2ehACgæ6ޝIhvO+ 6U{}';αl;[~3Ѐ4h{.=NWstVP.K:0pO`D+F g3F_w%(2|g90Ϣ+N,1FT/`( Ffs)mMgcW| nfz[Q,#;C<Dx,̒W'O+2$EJQ/N(-ewq= C`aR;~Όw8 '9> ϊ**Jc" u=$9ONAhEŦ4^;}+{ҙ8 ŵx6;kQ-?RqGۣTA-"3Ck*+8QwZ6b>iy|4|\(">Pr(B5E$F6rrx)Ǧwou:}gl벇cl.Yc==D+(|QyP''nܖ4>5%L;'wQ'B8Ӷ#_G 9lDL|T. U!'҉2MD[yk.ā{(m4G%: ӂRrzt& UU1Iz h=BGYL96p񪭎=`(x(-*؊ٲ Akaէ[=#Wel !A2R8 V{`%T oD/$pPbCv2 - fV+y~NUV8iijVEJdS^bPXE{MKHnVx̜cQ>`T"Q lJTA3dzZ?[i &Uۄ.Xbǘ#BVY)yB㌫z?8Tb&+e?ZhR΄9>OCA4c|ldcO'X  llCIIo&j @:f`y^8jav/By t>zmBZiӠ=Ca),_AǕ3!9BEyT(vWJ@cz7\iCu:r4n^]㴐RϋV„G ]zӿ7r%#/;5ؑ`<+ {W<@{DÎ%Fz^hUryj݋ڕ9wȾޝ_\8^z2ּ?TQZ; ý>.^x/w#W>9ɯ7i".jٓPřRH2kUuCA9O#Va|oXj *0Ǡ /=B\BD &T:=q?[lKt0U:ί95 Iy]L-wP.f.3!'UwayZiζ<8zr$j^#8z)W]Vl: ^J|Nނ@ʎByJk(45\ |^kJdkd*D7k;rekYwq!c%bDf؃ZGҡ!KYsߴk<?R xfxUa 4Z ł<=#KU#"{Xn(ƴ9=@_^`m}ЕRSϥ GVÀzUkhPͽ][ދ8MN'Ƌ'"y#m5 1KƖ`l;zIιjld%NsCچb1txm˴8&BYlawVŒX{_Yzgk 7o9L0jw5_(`ŰAX*`3G-NJBJ:-{G̥du+8^pc CT}PqZfYB 7!~m}~ekH6r0d?BSnmS.H\FsB9f&xͲVQl_o;HVح_cY"v=gAa eڕzIDv`.K~j${wT͹ՇD:JEQ83r;pbH r3RϱCMq(X=O)9W^:d^_` RU B܌ 8-ɪ loIg CswCT[&,!-I59"A kMcYkt\7}aHM^*K_.)cK8wA(EOv*.eqiͬqZ7sqǚkbnvLٶ)jjYj /QR&{Hg6|˪n.:xtz$5P`VzyskP3RUnl#BIok#mnް>S0R vvI^UOACڜ&ՠ/;=*!ڱޏK* K0_-{*2 {0__p/ԡ* 3^7. gkZeÎ׻WH+ῴ^7!ujPB Kb+e[=94YSb̈́!+Ȭ_S fOESVAK[~(M7\t9 diOWs1ƮTF;% 2{>W@7qC2Հlj ;z~e'ЬU"/-HwF/D.ί(dz-Γkӌ R[z VY;56¥ #+.87y Ufpt;$:`]#`w #L^>@mr0jY:fUF~v9Ck~׈{e E||RI>N 50|)L!jkNf;|r'CCc;HuYn0X9ǍsI$k^Wp3qR[9(R0ٔ **tbNF;~ =ܚHCcb/Vqv7,HsUvT9z&3(FSw1 1R<{@Cl'v7_w Po{sfdrL D+b6/tA{E~d8W^Kl{slCXkZnd ,-+ȱ@X$j] EuyW-<#Gf]!%Dqh:廇Gv-sI|8+=cpT^Ft&Ibs,\[Ѡ Bh|Θ^D>F =Pz=\́iZ jϝ5t>/֤˰tt)]3NE`ל0+aA I.2KISՊFNrSp㴦IXF_flzP$򡬅HC"9^KI6֕ ȺA~6mLS0^Z]+$.*'mRa$  6CEsgo(VXfh["*>e$qv(. b gW070H) .X" 9]O)Bp6t5B?&lP$Snvٕ6 U[W;ӥ=o]pAV+ M^0 }i $2㽢d4oi-R'|t::fOO?%8lu^-.l2Wzs^K BG]1O!?Ƥ3~.W EZPBNcl"!̓*`:o a&1NivߧF=~8%j/eK"ɊfSg \UQZZnoxoẽ0 .OH?MRb&:c;=0q)&-URy Cm7n7Vu@kadzFSb@~ Ղc ORd߿HKa+98;BAOZR*bLqI ⫒~H8TPkWx?gU3_k)2ܶ<Ee.ɽ݉ ŝ7TQlffDqL*ڧJ?@  r; ˆdUD 6{3DCǃ))οeGzӧ7^]'IMkC*q4jhC}+ǃ?z] hN޲g-*O n r3 p b@m\$΍DԲ =-asڣe"#?W:|+l?zVMJMqq0#P+:4b\ʇ>| ¥bHY9Y" kyMVHVzW)8rbg hJ$pSVʥ^xrb=(wѫ̴ѓeR j7->4=`{5&N `=e coUb|Gv+mjziD΋mo%o{ ;5 :~Ҧ_-;0G276:L)G+s/-u(R?5KIzD#ױ%E]2fqe8`L)X=:JQ"n!35Rέ8rۄhU0}hّ5}>ֵ4Uʫ0ro-5qpIBc[P:oT*Whϓɪ KG/WuaBNI4FI=`a2f1jE>K/6*Ԧ7ɣUN0i7; cR;(ۅ[c>fh:2+( ^-j zN:96@}7-~RO6n9)w/z'>v6bژ;v[]x8 ѣnjb&4e.mH&\~3>aM8C<F[zXa֠Xs'MHJkN[.մكDҎ> !-xH:+42V{o^~Y Lm; @do6j68@Q#==|/a-z6oEBLwN~/4g;D}:Ir 7(03 Y O`̳-~;ofr Eq=GfM̐q t!Au'Bze/ܪB:Ύ5Gnd>0^/g+ܿ#V<Sy+}f n;-ܥtD1B)ݧkuϛ9 5t:8`@m0IGng"M2ZiMwO󪯌wO%'};!Vqԍu2gO|FJUMk *wq8Vv~|`HU.(8؁;dFϢ$†m*3b,1Ɓ{Ƕ }bB4L+IfV67pğ!UN w$[u8h)p;"%n ۨcz-CE .-'Z{$i">@`E^d֫|cL( j?¯Z` G6'1]6U=$ t BrLn`9u9Yغ3srqOõis'caHkFVijUp6`ugãor4MybtZ2.j J`۫y oi" +e0:HC%FPO+E=movjm:@Z͎&-I!2>[ISb36bT{Il=YR*SɪT})<`RQ@V (?"Jv]eNT5^c&5Z|IdWʬ],,ݷi= ^ a\&(Ef *'\nA hpy()8F/!wُ̛dqcL5lzF(;T1+W|]-ZoPRei4,FylgCoK{O|a[MT6QN%zȽ ˵.8q$(=K#7H֖6Mc!A\n.Y+ުN.F)nfYbZۊ:a J٠XfsDd?F!U%pՇmfeDP2BLG\SU>בJM٫:bjhɊŧʸUL>hap0.Fʤz Ze)1˥Cn^(oiĢS"R}I>u6n79?yVtRcϵV{! M,3t[b4q/,ѯ(x+̬KoFh-GU!@+5QɈ$ FzRAbLL$uHz<]hCNc-.z" +O>H T%O6PJw48I^MTe͑z*tubAԮ\1kZ^y6a6b G0a`+R[ƀ#/@ g96J\i#YC]7#P!]sM+,kί@'"ehiy06 eeofﴚ@)n*&2.7~ADXKۧ x,$ o.gz'(Wڅ0qF%R$lgTZO&XȔ`X9k:VfIsh?fm Rcy^dTTH|& *LQE@R۬d=7H\,`^,.¡ςZ_}`qi_ZmgX ʀ4_&qNp0cIÇƯăLN뇑z\\Ea< ڱ ̀ # \S8ɮR>VXPq QF*H{Deàqa뚴{KKhAE pL|KXO]ʄ|9;ϊ[Cˣmr { N$sAuc%^He%{,u`h[|00 (Ս6Nm S0 R) a~I/jvNA'!CϫTYzȥŠ{!##:N^ab2&aAz "xq9SwѺٍl <))P_x?Lc]M$t|!w ُM*=n Nt jh88yP7^2mHۯ]N+/( Z8@;M!|qoBZ֦3}~H#svg SWhSú>Ȋ'xm&6횜">CRJonS:|zdٮ,Uk 7Β ~ &r#p\!b:^[NYl^WAHK Q+ĺSK9c$ؗ<&"?EE05fq2Y2| ?0zluw(Kw@,ʲcapMy$1L'/wanG9cE1N (tqS&0h1&D >hR3!gOz𓵯 SYUToZry8灧I#} BH>tN Z~LP@bV"r΄ӋD;2s }˛ڂw)m1qW`i,*S`2 ́ 5Z 1D3iZv =xrLGgX(†"Vr+ް IAs9Ϛ=pr`ެ'tqZTz Tauڥ.ĝW^9eD>c#5{z0ņGbJOхBꓠ(S|a#CF(Iٍ7QSHs{,zkCY QۉyGAH[0@qg|թ:uMV1.^x]O%& tx!*XJq+Q]V$:4s +խlm:]az}%J&ˣC( RR5Df~W٦LQo:#ŝ[j֘]K-/IϴWMvV׃l4NP0fv3sS?;j _SWz{m!y8&7BWDI3d#:!JY` U`_Ot dk%QT/ZY-ĕ@.5H/{ia2Mdth~]f/$zק8Oe1#,}D5:Xy@҃l v 'X襯4xaa]_?epp4Rp]RwJXEL'3I%ĭ?_Uvzyxo6SW W6q+$Q$Rh!j?N)KQq#}c-׉d]M+V-ϨaN0iK=Rx; :Xv jؒ $.cȷ= &fMq,DH!r+@sj(™nQЎ_)nlp!-Tb}-<̟#sJB Q+J+IQ1wNQۯԣh޹tH%w"Zu\"5X"J+ާʟ9ʍyfx6s<^Gb`mSUцǻL֨yعL/V-e466e-A&O̤I4-4;&% NS"2iw8ۖSO2ltjA ?_{<)7^~6IVwnY 4& Wk/tj#% gIE ?J0 ԡc}0nli=t4kWnh`k+Øfj2,a0d;qavwVh8x).>nO:Nv2ǡKAю} ' qHǡ`~\Q@m0|>h>r*fMhdhЊUw3Pђ<&= /Tzk:ZZ|%m& &wck$v" 'c5Ґhqt:! 2?:&5`# 8 b# nM7P\;G?$li %F,g1h-7[:r(p#~B D'A;gfjsݏwJDw[]) "$.(^[^h"*_< ys!`*ƾݑZ*j A`?GϦ<^`8* NH?xaA}3=ϤmA׈%ez">E1B*r"hP5c=/ݢ}p9vn;_@ Grb/mcYp d(Yk`t_M\a;@zr%"V \?*@~ߞ*rB;a.@ʥ-G-;vH&}q$?R"©~oQ[uȼlq̰Py閹V+)CpQ hZTyG_'P ӧ)vsna҈f3СKG 5) _ >pTH{:KLGPW_GW`2# v8wqQbN~ ύw9iG0񓮗5و >nj YlӠ[[ʛYM-;JzYk`dz7k‘ qu4X-iys2ZiRc XJO}>("br]]sr+'XLGq\q-[yeP.P|&l Mp$R,rU'XQͥ쯨d= c\Z qGwٺ}@NAGL3 b$G*'a}vY(kVlY5Swrʶ|-sʈ'ѻ7~ @zVK>øܵR3}KG4\BDtt# n_2 y=6Vϙ3q7eLaPt7~I 2L:)b;GK(K̲Ą V LK{v95ْFGeBqy5&(Z=W\s3CK O_Z:? 3Hch#ӑn8N̚~س p[OnjKD7)8,4YkG;|{TQh/7_5s!hc_ݭS ʻa~_Xh_!( a"n!t%WLn $m 0\wȁd:CLMH1 bi% ǔ[ CֱJ[ VmQ<2/{YƉ.}wo nc6x1t.8j^2ϯi&3b `v!Gesw+h0My! fAPy 4Pvj3W㚄.Wp,I^2eK`'$q{ᣄȗpɨ䩽8z4Su w-35c7)zA}@Ap +=,_EՂCTcеmRFn7nr48 ) .UJyP#3̗<, $ggS)IG\ͺ([D?#Uqx ؞AEnGEǬhEaqwwr 624GE+DT_  *e@Bh glY#JАVIV)T`AG.-ٷGri!_8ErW `8mXOxu S0!U6% IBl*Y'!amDPOknn ôKVk~3C)bG4T'S.Q,]eQv#S(R&uw mKJp%5c <ܖ?S#?6rQ^"+r$\r'TK6"RƾI.BC w[ wRB `PՎ讝LPQ'j;lQiG]B ߐ-ebû~!VΰNLĨ2#zQV^Z9kBgKOس˽M~ɖUQRffj3횜U7X90-LL#6EPk㺑ʟKI>@pȕUkʗu ㈪2hܒYɍho bK 굨@ ,*:O[j+OզL mj|9]TD` %eGb*%vDHe C{0& _ 58 v6h oTpB3*ؿ T1Iߧ)%9lO[w $֢W z^kXYuWvA =v ,&5;eHAUY$5@T3 o{Y4Ѩ U.(ͻ{a'r5 %#S~ <ƿSz#IDcBi)N=JF g}u_f0qP{ʰ+ݮNl1-&*]<.Ў;XP٣#e.*92?0D#Pʥ; 5`"Q+k</FKpKX2h;+AՋkxO]DtRkR풫hU⫳(> +*!I+;2sSdh/LhҢk̦Ypx+Ir(J8[eFޔ|[>oczCNWUo;ơ>7{Zh~>bu`lۃ 2S;/5ؚ\-ypQ'Sˆf=m?.L AH ]=޿v!ҳ=!OMIԜea'y~Fȕ)^gzI}G4դpu~O@Kؼ~k͸ؑ[$ 8StPP71H-T'%⢫N#,A&^{5G<ƧYrw}!N; A1V'c~ uǒͬ;ń]OMVj*h/R.ol1F 50 Gl,z؊> n儗>Tx8fҰ$F2 ٮmv8es# [|>Qڸ,11&欐!þ5Է’Ozy *[G]K., rY[_%'ZZr\DҬ.UhnuxLb ҧ?}2>&7"%5~V.Cg N{3pף-y"m=m@xL*2, .qt#/-9x}x}S wFk}oaIZ[9wFS4>RiNHH!Zy=(*Fy2ϗVDH=Pp5Mk1"¬rW"=Ւlw0E@ CU1KǕ^Yr>}ֳ6͡T܎/:AbrkJ݈&uE7H{M;¦6Lf'#RBղ#jye+20m'пJaf80]bkvފ|[k?jZu6\~ y\PCj1kXtzp# +Zhy lY%r)@HR|phH{Q*PEfڛQGHʫJJyTK{^+Z 3D7t"="kvhoDùWsK Vܹa1u qB>,I(B'cYjQ8$X:4D ϛ9`Zq")Zz l:Ecc[.`]i|$B'aQ .?IJ = e&Ph9q0[11^϶$g]-5uN.ui-S%G:4~dj3`1W6.[ȕQ]M=5,:OqXOHMSMwL-Tx1 ݁%9x}2gvqÍͼcN@)&B~HPAg}ݸ\t9>,kfr~p u|+ʶbuuEˌ2FL+%Ou^8d!_OScڄJnx*u"W`߻u5 nJX7FKN%Qᚹ-ZFZ9bi2tYsw 3ʂtE-1ҸqVgؤi *+MTQ+@N5+|AxcCk'8sM晁/'( HP8l*ת$9L÷K1x[=Dp*RsFF|`LneOK(__lpp9 4jQ1])Zˌؐ!j=K)IUʚ`} d E$'Q֝Pl APd9پaO􇤻}@p6:E%+? 7^YgX\,&EL}$_z g*} &H/7N,BLǔ{}K7ުGg4ޕSjy)->Us @"I լ3nk_SʳQSw7UubVS6dh3PDZ$5 dloq┖hYsua[oIK^4rd OMed{g!OFj݁jI֢WOZ[m UZ[|w*m-kSO Pakק#g~~*dj !1{O >}gڍ+jgɬ@sT'yR#T{t&;[rv"% i`Y 21o8 V^gNw`LQ*aŻr$!d?;OmԆi^G3( ;yؿ/ 4[Mr⮐x̐(SάmL :%2!Cq(?$\3>ͻ5{`Fۼx'TD/Lɭ\nw4f3 )Bϔ<4HU7 (X~Ɵy^/geQ(>f n8δ7qbiݳRPcsV wg\!0h6;nr&} ʌ[=*=~xp&#!BvT]!PN*eX mHG<چ(*{oj,SW1?lϹa9D[cfBSz Et Jx%1@N. 8u#ܣ%.7wM2;AIgC\Q[AQkVW#gJjk;d `{^[|[y;D{`x1EZȥzzAa k~X`% M@QX2K&2$f :k6tp.KؘTvjR0e"IE[~WVEVɁOYEfQ95}@r(r C%|ͺ6ߌ4#ó '!.U@Wkd`0K ly͋Z8!sz ݍ"5OK-¼y%\?8H‹ 5"Ws&ݕx p 3cJ(;tTGf֧HjUЌ0Re7Q춄E|#d״ |ǫuӇKWuՖ,_ěJ{sԘ^^m?\2 J'=x^' P`H`L\g{UHVN3 zʒUGQT6fI,'S&UBW;z9HZUݯg-tSdvEmRs>Of"!l</e`pQ,GazVI|Ȁzqc$k+ys9PO:?80,-hS5%ѡ>UIetS^7xP-2$\^mqfdەj*}}Y_mLe^~[ $o^rVRh_-$z?poc\:t.oHi$iiuG=un%+llYB9m|?g[^]lw\&`_+i1$ _vje"#9rTѳA! QH4ٸilWQi^aP}OA=KK4n7 eV]hxi@Hb53?[y]UtmKTĄRQL91p,Ҽ;gznҾ8#=Z1[Jod~-نդ!!pIc]g7lۇgr>9WUL$tOy+V;LHKkx 1Z>rB$e4r- $WicmUM]RU!l%w;bKǰ?x,>ky?{qa͡eq~Ln5AZS@{a|[.ww0G4БӴ ~-NJ*`/ hZg}ϏOq淥N0AAQn-w&b9?ќA4L4]y?ucew\]1. %7iV؄SseVGL[ idDmJ_TAH1+H\Y}߭<6 ei jn{/K}űCI ^E㷏avZ_]+셆рv>Rpt4#Sa/1g;mo:hH'F g_E_e>PBAA66O=Ik >Ut6_{.eѳo|N/}H;fvv?fL8혖IIRP`sf| _|. aU*6bbTu[= Hh$6ŊPXoޗm״FK>dn~_Eck-3rD1y/=!Rh0:֊6;W>]b$ M=_[?[Ë(Ic $s?'i+lNM8).Kv|gG·*Az$/mELsy:;nRv_ٹ@Mػ*%XXwwͭvD$KW4?i"%YΥ6ex_\{KF,iD#ڴ-I^uP61 SO+wrl`7k ^9[?g[wѷ@(-^>6-?۰s}bZ,[gB4BYu#б|VmߏF3 7m$M7z]>BÏ'&"-`7 GFX4<_ot ȄV{ R[f4 }v%G҂ah60Kq kO)/5׽mS~OGIkG[rX>?gְS3Z؏r qbKǍ7MmUh-?gXLkK1!(`\־BGyS+Y6G7 /WʪfT@f>ߊYg~I#Q[.'!_S)]i /2ssGb4 !QlKCe9 WHKȼwFT!Wu*K\>G9Kgϻ~1lٸ^liҭ׷%H&-P0G_4?Y ;]Εw\k .b X{~ *%`zCګP ?J}.n"nbmX^JaM«e Ma4׺jnF`ҋ\nV>-g!VG<̽;R(_>3Z !P CB`~g rk7Nz2W # Bó$y0@ G ۹FP'"1/Ru >Ka8')GbZm2\7,_54ax<07/ٯJ @{rd 4̐{Irܶ/ iF/:+'=+NW( gRP4]E_幐/_]Rt$/R|iD,?ًIѾri4'9}OrC]]su' V %ub>_vjGC>XKww4݃snv0.ɞPk 7A>J?Oqᙙو?^>_,"+YP~-@ Ifb{ :ؒBc3?9lyK0g:vEfͤi0}Oy/%k`5.%cw.lF#s5> }6s,G?T7޻,9x|I.4!igoMlY Tv(a3;Ʀ >9ho$RRV鋽bm~S?}>&I[IXֱWD cMAxI&"rҜx@ 뼻Iw#fvܸ/\T_9 Hq v{) ﵍cY?yi|&?x^?+\VO/F|?o t0{„OP|ܗ̲ߠS9 o+4q~]L@(*P`(24*<7#ES9j;5yl'<pKDE;~s1|\'TRQ Jג͙@-FOO5^]td؉h`dY'`&E[XzGT sy{[v\Yd4[K cS(N#k1yR_q7^|.]H( Y=(SYävp72ϼr `5Qv' to[XXNΜdUytc(jVĊ@0Y~w5>vEh\:!w:?d6uڭFKC6jkϔSnkbԺ_Ti]<BN#(lOWMӥIԮBR( y}JdW͕||R9㚑A>1J'z00Ŋ|>n#GN f9ss% &)(=&eZd%'Mٱ8zn#.,!bn-tl"<сtRۅ?^Y.ht D!}3>Vo'~fY RԐs#=V#Sȓ xâ׍OTLDx Uyc*R ҨJ F|Kolv`Pz!1 Cw(6t2p.9" ` k`1e$4,.i6y݇%d@hgdyZ*ϖY;J 6* a1$ TXDѹX",HP=R.wgfpL, 5KnR^?FlhbvVȸڇm/c(0bC 3I9{#Bd8b ma@2r@'uiMWG> nFkN{<A1ZBiB Wl1WoƟu䒬~ ʐ+b ;1$v\'et>sp(]Xnc(̛nK#Sޜ-a;F?G664p_Qc 5Eq>v4{^Oy)*u 9 Y-hR1#J:<?*%K%eFkĔv]Sca4Ά(6MG& BSBC(˧^Ue{gټi/MF}4<8hsIC//7h2Nj1>*I0W [^W "bٔKyPXzn;&˧RʹmI Ć>֋0Z<@r6$=$eedpfQ.CSĭl5v1G^}1,`PĴ3H>3@+lBT HH9$@!l%cag8]){vW.s9'1#c 0cA=-蘒zܹ݇zl{/C2ySh.Fjj ݘmBM\%( L,Mc~(VlAO}L.cb>2yƆuv}b3>v}uã^SM nŧ |T9mt:@ lHfdxiQ:&iJ@/'ij<$7Yz?'AY ~6:t^}dEP X@1 R `)vkN}ȣxoRS{# 2X 7THk}_ؕe '"F k{! ڰ.4EƄ 8b^!$a$v@wHZƀBZidI $|֫QKw$vѲ4Wbө/ѫil 2fݐ\i9TI,%XUX6"lT@HChM?,m*(w|w&KCu*R=ɲr>rŒю*MZL>jF]<bKTIhW&78$v֩ğ_[fhHĮ ̴Ѧ4$Uj̿7~`U1T1_`K{@[ xZ_vN!n!WfM[`0ch[Ut*b&eR @@@͌L9ق@1W1& }@.II%g"XMPVY2!&m 1dEoed͋-.$llDuŲ6M,ӐҀY.p d9|I14sl6#n%>H_-D35cg7E,w`[X +[[Ah]1_֢SV FP.iS_]IX,A1&;7>TKe܄Fɀ5nBٜҖ$%Z7a1I8֤PŸaff"S@>ʚˆ9-#1݆9{H,;igN*$gjY6 LY!&!C@tOAi!HqNM|4_ WD% @fHn@nJHk6K6g.-X7/k-C^yXb]D c Un>$y\k?QXI;Ysm9 Cc iJleOyt|I@Zbi%H[&Gy xЂlGl^' **e{ [&sإP7B ;Pzp[ӕV̆s,x 4нgɂJ,/tx{ɵS {l A&#D ICGAb3)J`ýwHEk@}kP҆*ZbP4X;ŬSFrOW~›- M֦8h5J x b,!uLn] ݳxfWth`ON1lX桤 lxFH`#bm)0Pѳa!_ 掕|6%x]qB(f|PYv-Dh_"V;[]辶gQ4K<0Ů0&c1Cޢkw-vAi4 updy(6 Wؤ&MCVaСi&xذB,TmaI-r$G\h i(f\Bl kXN?"9Zf #R_jZH% *kPM` kJcl$akpY^`fL3n$,@`5ir}hvX(hx[jv1cIUTlҡC ke.x̐Yv"#e`>6-  XN[FY,4D5vO_%m=앢 ¿7u&67wglm zX2r%,M+A6٫iVN lInA`EłJAF##Un7gFsGrPTҗ,/3 4.#xǰ :\*C7E Ӌ4\lLTl 0h~J ݄Jb$ƹ b^I 1}͚lZI8L&kg~iLg~2]C}-gmemI ]a8m`i­CF^fh;5Sh;#e!{6eh[+h, Xb3,p˶(.%)I),7ژ r:]L,;tη_ גx*ӊFj 7 36+VD YmZ?SmbkMlkSBє&\̆hPI96w^bX*$ֽ6I 3W+O^~Ocl⒚F[@yt7aΛ~y~uEz^ߚ>vM?7"i  Lz^?y<M5GCR[IԦ&m2=4ݡHV֚bk>2}ԖȃG.AY-2蜬3"IbTd{Gh*P KM\v M' H/>LWȾ6<XE*J0个>B96l†݄ʈg빿 @xVS8ѩw`O7nk)v+m\KHMJo4.< ]Ix8%c?%,' L@YdS6Aa%&-1&t{8׵ixJ`6{ `hh}f{kZzMهoΌֳ9@;-[mMi=SFm(Ellc ^VNg0G/ Yl2aw# he-+!.F)cX6]$h+`s,״egA=y4`|Bȱ MP=# )3)"d==F+3q(Be,lij7 REX/x&``9GKE *h!Kp96ACVYv.4<ֺ:gU=AcHhE Ke[f0lbHU0,ThIsL-0IZJ EƄ! !KT$ AHBݭkZi qd@~M7upc!d5c[1%qud۰7Z}/K7< WW<ٽ{{IRqKMb,0krq培w1`.AaЂ `& )RfɋdAkV2XɅ &rEb:㙾n-Ʋ H4E%躪.. >JĖSq`bXm-sSx֡Yu b9S\|$uhuW$)К(2% ?i$e0 _Y40Ƒϱ ,i1c1 !$,v!Kݴ8[pX5 HH1$c2%ykKlj2e@iu A-C|&plsH7Kblw/.:s '"(91V=;FHii5_JZ֍K[fB8Ɇ;5ڹ7@`г ^ Є0^J@{IKxЯ0/>Ģi"ԡP&p߇)E:8 alx}wAUtZ.Q["6G R!{{QY+]2|W nydit V:! E55B9dūPK[]#(¶kZV&q"eSTNOU h"߶H Jnm1M L 3 9LFFs7UP 5-*X3QL-VZK-sjjECK}YiqW2",Za)ŋ %ɡ bF<&T0L h(gBmYJ,cޔ:(h$G 2D&K6t.T;,FS1ZHL&^А4 F4Zel1Lk5[FB"lm #X[ dff#ٜr\FTd!MCM4qZA6Hc`6Km{1aalUYK9 DN\LNBD)% ,Ȓvk_x!4m`EP%s[vT42cϗB7h2ٻcI4iCSh.nh%v]ܜ L@hK(i "UBE慊$Xh1Z@-KCٴb"'LEae2Xlh&WA I4ZlZUB2%,P!(CHT"m#%bACȻ:c XZ Xrb֐5$VoړJHPXXލ8@YbAg<Ѐ $% & k1sGѮy2 $ j ةC_05L_ há񯢉M0`FF`,=S,:-HKi{& mf0.@dk* wqz%׹k'$1!Ipu^kؔ1K.V< Cc`#Ei h @i4I`YhZk^`}SP,m M!yVFsJAm1Qb``*1$mli U+udIMe Gz2 FՀn؊f4Ca'Y#hE`d4 MJj(I̋'K=sdrJIw)4@ḋM KDD%6"D1%&!Feni$*F RbJl,$44Kv̆oOo9ki"+id0V}l[֕뗯~S{B C``FmPle4[ImڴYiL@P4Yi`"N"scKH%Z8M jʚGwq8NI4 b솀m6^d~KuK$me,ޥxP 0MD BACP`&І0)Pq)'[9RlIuHI-$F1&$Pi"ͻH$@h&CAb Ch H3ƦBֳ:=gbũB,1A6%CBaPxP!b -`RN\y$I'Ŵ_"jZ]CWFD$xF%[H  0\V &X _jj0Ev7K5Z]VBYI-|%J 6,-!Wbb,J!n`!*DШi<K4 M&6TF[ubX['\HoYRK6-lBNjK f䓅I[lK fkհ&6R(Kڰl{"ǁX7aؔ -C`alN%sA *`6[mˍR٢R7Iadڲ\Y gAlĥY:eh,$,-m"F.>QdĐ%[LbMfγ$2Yd,ٞ4,!+ *ZN47بbv]r`Cw` 4g8ib4SDJlIjblF&1XVS$"![VYa-{nl'5mW%$QdR[[4H[vسDaF 歱RI]̄n xZlJY)a-bv c3cZMR~fXyD4Y/M6fp"L* jZYc=JZZE lRbby\CUXAhTelj`*![԰*`*-CU$ K> 3vZ&Vw,?Z(BTR׌Cɍq+LޱRXiC bd0E"17&bT4Ŏvhl E+E),p'--)d5 "J론(Zp[DŽ4 Cjr oZRҨeB֫DC6ҭɉUT% $R N5rYACMfI㛂vG:4Ю-퍄Q U+Mr TE ; 񴽒9T.^?ʐgMs*L{YQ%i|/Te /*&?ƪQB%+9ag1v-BtI4JTz2c! D!^Mk:GhT&ЪzRhܱ#ON $-\[phI.rM v%E6kd5C m ` 1xIB X&+c(agE:}wfIVЭ,;tpUVScd^limث + 3J\BMcGKj>}0XE@PҼ5:९9OvTRC a1:wĐ* d5[=v4\ֵe1..-i~)J'M@Md%8b20y)ۚ7N Лͦ!\% -5.-2:M$Vb cR!XCm) T\h-:&ZEox'coP =s <:aB Ŀ$ɵ/PLZk+9LeNQK E@$X¡0i4͇e<];Iǐ-ޱL;=Qr)ox=Kaa ̬LmWv1cl"0 -,4qkĐ̸мH;CFD#Uik4F͊cBTd>䤲3c5*"|>u5) Y=f6 бWpB$=0![`Yͱnl2(x45FaNW[Ck`g3ڢxʦRAo cn#wV6l/1 c!1`zI_q1ϱ Yf - Cq' k n]BXM+mM``[ezxb4æ qbUBԎk(.46 Vܼ! A5z TȐ1h7ΟXo`8mS?KϧcЙ:pBR6Ɔ lQg.+)0 }Wbh#ٽ/9!P[\pfB(&rˍ-Ch7yl/tSWz$UvY=ZuzזOZqMllY`+Z%ʁ66 b0xYқiEłV3ثjW a @ 8`OS.Bcw'Ku01< nFo{b릺|A|o|[ EiɤY  ĒI%ȱ$$S@qX $$IG\BZό).V]@L:Fň{0.T )ULIPI\L4*Lw/E],F{QHBBrfZBcckMCI`T2MIT]}lK'bLҕBgC6}8p`Òu )0,0O2oqmBY'umx2輄FGeX0*p7(eWfHk5920‹L1q3-ˎATSm[eC%(Sb 3R(JO%*+X7zt`pi3/ow*0ʒnyviԵmƏ%n[B`iO9͉ìl^רĔj,Đqń.*%+'Ew N܈`I6d0AjP",HDO.JIS]Q)̈M<ұrO7jH.KIT:7S)c& 0f @$(0)2٫F"#ĩiP4AH" W`zG)!-rk8I=Ѥ+\0|G 2a}+>_+;[1xlagJ=i[!yjU\]|?r=TeP>Гu%GL 5o%ߕw!w;/>QvܮC[>у ^nr~AO7#N%/k>d#m-^W󛟯X<^tNzBLaKGM^i,"=qka~x \|Ćkut}K" j?>]v<%X@ E|^F 8 qٞVƝOvɒM0 vUدI\ HU nk.QnZ]BfkSī m&e;x?J2SZӱȿsoI d/TY+9ooRrܵp-op ޠit ~8I@3y\xQE(I#*0bTr2آ0ᳯdеKTiM K>aY8±A׌M-ɶ!K0mo9Ef)euPI{l1ebhYJJNj.<\2Gnf¼X>*wi'a We=nz|  Xq\>˨t.0%NGgn;U͚/)o|\%FMzS}S9n-D {8~8I Sf.).;vyޫ_&g|g1 i%ÛX?3kH͈Qh0 Jf]Ūnrm=t{m*QޛAcGEM>gKAXUE~q#P42+ç8L̡z%kQndT)GL>,MhŮucdNF3㴋ޯ٭w]d|oo00H%e%/Yfڝx>E Zl_" k#xY劆;fsZ6^s7;_YHpnWP2Yk*4UEh vz+q{2^$gҊ!+ 2 2Gs,{XԮ }߹5# oiyB5̥;r;D "*^7#!>Dž JoߢN^~q]"KAz~mI\֠;ow}^V~G}x/kRGx}-.?O6Si9/}tyIs_.xsGC_y?rash7n~AWIrq?{Ӱ{7i7>x/=n"ƍ,D9<0ٙ⦰ pl}؉i }}*3ސC ,T4s=nP|Ҩn-pSieC{O^Jpzs H $iɢl&Lp8CmŤ/WuϑXA ψ|BbKgNy^2fvQZS?dEնucvsTe}]@s 7jA: ͷǛ.1591)ФA*4myUZ,`9fZc*MfAPe0U;(_{NӽRH&6}Scc`vɅId#Lz/0# Ml|:a?ov;{VEQT'$]3-ثlkgoloԚXk/o5s[XdxxOy#jw@NYaz[ G(QD7t f ~H`Cky,H d4+ٔHҡ>dVřZUrv3!Y`bemMRĉ5qc:̍͜Cͳ]ߴ 3h=1­bg9J;G6?Qc/f氶#@3vZtLڸMn8qg,NHglղ-[S?6bS4=NVFf =XxDl&2Kfŀu-ZzG³zbiZƒ3"  _Su9[kλPN[OTғ`f7@-Ƒ=c;M̀uuZI .;EqȾ;C#(X }MϮPb]XZ5Ӫ٠S"%AШmH N `q e J.Fyj q[ĥyy<1kKMlKaipFSUnr H^kx 3W:5X}5oS֐y!;yO#Ga[OI}ixĻO @:uY*#ܢ:Ȋ~ZHwxO;S3*$0F>B g?Ѻ &s+gsfF^Ez* JuK_ORpٳ$*zήS\{ cs'گ{_x5+ЭҕkS_/{ ̮IV26A2|_V+.j%A~E<0l"gIsA`hr*5e0#4eE l~S.t^j탍aqt9n}rfm7-3pG;\g<ıvർLy>1˭SQTF BGĆG y>p35wefOe&pPi-,61"EhuW^K+ Ej Ńݾ_]EqR|mYa7q/ Pw.f(a| (4sz~XQ9{˽J&XC7Gtu-qK烥iеdw;U2{1G. Ϯf0HYǴ>rW#4<ΟG!NvJjD~?.cH9.KBw+aBP, vJ߹ MKCPiU[n_o?6vnC|0pVp幜4Ofꜯj~:>"*خP@hZd6[۾ iv5µ+ܸ`}l\7&,zi;=s|ɋ[!NSA/S6힧<̛*Noi~P}bgfU8];eϸ絚<A92-:A?ّaCC۬365{ s~@`e-[ ?)[oxzRuX=y;sB1AsSj&6}4]C.YYMz."H @`  ,> V.<[qU ƴQy_r{S9?<=A_}`ON3l*L>WٚȀ&B7ɲt\o1R#z;'<~~o m*79L]-K4T }Ƃ[Jr㤃? QMP;F*R mud%4Vك xgHā!7~`d#{wk U m(MƏ#_2f\0(@7>[mR*GA{-]e$o5:ᆭb44o8@vu4%h S HhIj؄Ĕ0XL{6*Oַ{ٲf3BP,FF<)bM?3:.&D T c@3bЅCH` "K3(:h dHsp W4Cs$rӗEH,S[@CXi#!!s@#3rЄ%Z״i/Gy4m<1j/ăbb3?[ݤbH`rY0 VʰB=H9 sBHAM S`Fы`#y>aZm\hH@#MrG|̜X'is?_qd[:^?z hҴ\K"wMߣK&-փz>;y t+7Og YEo\!̯ \גMXiO+/E6bbF+@yH 5 uXb>*,.DWрy9b2{)7$9i+ůjz˾];1@:3.oX27rێ0xB~ ~b"bɇ1Ư7<;.ٸ0hz\M*YPAp+n-bױ~^L[ h^a]t^cKiHnߴPK3ד2 í Ώz/ lnGfSK`yi 5/h9vp|^2wyVcW>)ހf)Z*9/4sN51zkV!ae^]\QL$.FQ}S/]/+]NOŢA%[vaREM"N;cT=N\:Sgr* Z󸉂P)f]: 7uݙ i~)_VA~\1>wH m~~T oL>-VތxYU4B4Q-K4A;5Zdd':k_k<݊XTZ[ds;5L fv}DoޘTOGH.-e#㲧\rr,R+ZJJDS3VŮMGm ;azjPIj<) 6li1{7u]]˂xgt)[Q&(S'W#LB Jo|3}κ8($3JȪG9ǖOScvls fsw*e옲̣*Kg+4Hs oU7RL84#5 dlڵ8/XřTlɥexWt0Kާ:^F6.M tMi>!7Rlo^cl;o]#`?ᖬժF Fܝ9psk]}zj+iB+h~ay*oih\V\i%iELMq4=C (`$!/4n~9ilc2$IF4"  0hBc1S 7>bIHE c!{ּkE$n] G Ҟ9 υ s]iFN;o{y=$=9w $WZyDxh0DYL9%>ߵ`p LX,y 1X嬅X r_<'Ð]Z3D`;/);mҞzUZU} FCL-rg_moh۠P=<(PlaČʅ0D3Q&;;-(}z"!6*VOSEso>"#Xn JX PYznkpi"14j2V%&,4;.@>0Bd/ Wt{#%|@C{j~B0`?-C4uCH D㸏׏* p>++FW~>W!Y.HDVBCblز( t,i8pGRX1Έ_B&$Ó\5gC1R#oE :rvQbcD"\!"79p` We Eqr 6?W5"5#PA0&"`lD#r*̢z8%d;6;V؋<%P(bv pA.0BBQCC,T, A/؀T$  LWA(@" LR\Wt[ZD!@*B. #;)!bE6 ` lLG(lk.l< Bst<f%h,^lB )qpD+ B$CA5uhh#]E0mK x7k[ |Sd'gWny5!)$b"!"Wjl:+,KAb`F-ĀↃ`u$99 2>UQNk[[2 f,vEk^aۚ! IUR_A5kROٔ^dG1N|EH;-PSG5]?q(ۢ c1nҿ'mAUX~G2E{Fg>ۛò9qklM7=}E)E%E$u݈:þ zcv=F2?Gd k՚9𬠼D)?uւ;ǥ,kv4!IV̱#_Js~'l䍡1%MNS?;x&5;g={x-DU[&.Obp" ?ZL\E4~>[a2<'qIF-(7Aghf4?DL/ 3w}YmBJ9ie=˲=>~_,eoǁ3Aq<SoF+f )&w~fZ]sH6v/ّb/jnZ]Q4 qLXL b/^WYqdC 4W%/H;iK=< -n?ȅ[O򩗥&@ fJr]99@؁"gsr^oo.΃O+M=3geXWHQ퐞H;ڜxTvN6jȤNe]}^gKL^>WFAfqJ$vӣegO1Vjljꀏ AKLfQ m)!b"}]ΚF焯?QufcAdS=2$W{cIi" Ҿ2 6AtʁQ^7w|řA8_r w]Sly:t`Or#A[γqQJe Ə[KI 9~Ǚ2uqw4 K{j" k͆'Hs+z)afNDۧKknJϱfp`Mw{DcO0F @ hl/[t>i"%uٶ??;?ug_s+<R[򎺗G֩6jơ1EXy-au؏{)7bn .{q_VvPe_ZE Z}ʒŸxKd_bnP1v[5kXn Rb;y%j4rƒvy4ZUµ=v;z9Oʗʱ@wbԕqv/9k"ڃ0;%y_ rqj<#Q$qV>0Rd  ֖ԑp?2MV>ux4dR}Ĭ.S4gMi܄CLx,mhy`ؤ>XuVFz%) P3haw,kǜfqg?BKXc^0>XP%/cQNj箕fV;Z}y%yw3#Ԛ虭%'/ ^_GZ?;hLX/vYb+cрy~JD 9C\re0]%m_aw|h,UWI<3%,|8' 2Q-hO3CH3s:mEK&M[vaQ;@Kb{-1%r gnb?9a¿R!)h6 r[qy `[XJGAww x|E#bѕ%,~ha Z\JrP0%/oYi2h4ra R*jqC[#;D%0yP:*]:.cr](ǭ =s^AH&[`&4y:B -13k*kwC\E/:nC*b%5|:mL ƥok=ӎ{W[f_T\V/Km6 {ޓM 8|`BS$5Zow y%%Ⱦyj% )''/x%'K&=p5{< 0=vR.ޯΊ\"d^_K͏iZP;v"o^C*4ٯ2BZa\{Fr3<޻R]q Yнyy;@槳>׃ wwPӄʂO_,oj*5[M>rS{ƛfXeoXGщ_nsbd95Ͳc7?C U}\by/.'`u*TŖ}S֖؟}3)OҝϏWEAgE ~Au}7v۝۫- +R}+Z9[qܴ0wL?Vٍmnؕ} 񮕺Óca=eZ3ΛnzIn˝ſ@)ཞsi^;精]wvx8}:;tcg/{t|h7FoyguUdؾ-ʂޅ2p)ߚ39TKt/)ybz9ͱzp݊UfﹰFʾ󩝎d_24v||Dscj<]5}ק{ٹ]Z'O)U[K^!cp 4탍Aq{^]aM`I2lLJ@0s┏Ɋ:mSrqaf0sJ˭Qq瀾N]rwx~ ی^t3zMSyXK㻪1_Xv<5lGɯ{ FogU`X5mbً𞇴yYb_׭[7Oų=3a SGf*!,_&WeSjFfI*W=' ktGs_kPQ24lόi|cs%g߲!PVv?\?V2<;E]A*mxipUEI2*_I6_Mʙxķ/8Upk+UWyBC i@fh5Iov_W_|95wdz qLͪ+=9EmXY+Uˮ" d0MXi743gfË* 龅oq.gvft)iU?]im&1`1v~ 1KA髪H~CEB =I5m-UjH@6ۂk0*$C>W*QrG մi!Uekg\]} eձm-+jh'mJ:L 9 YKݥQ=7@hsy,]`o9L54JX)4v3,v\%%|aA+pnLSdᐽ=d%EGwwΔîY}-鶽*1Fz9CGqz)pDb EH+eDm;R` QK QRှ.,mFP$D=^./aB,NY8LsGCcW*8:3>{{Xkw€I%zc&o)aEnp_9$F[V8xZ*Ʒd!ذ|g$tm4i;OȂK$K:^Q4x&[mƩ)R:u/iiВY!9賤z]4I4U_x["'X3ZѲA|q*v UAnA@_J*M@%3~qVmjlln&+U b!$ZYg:#zz@3)ಞרQgulpӸY\j2+J3vɂ+t:A:=_LF*GīZp7A6^%V 1:YWςϪG~.gOcO叆MGXE:L]ˤN'r6)ZRćYB4nelY 7_=FMem 7c˖PT#VoijB쓪X[jOH';ymkj6{Lb'l \ƜRʄW& L{q[nH?WG4Y_SJ]YL}zT\ xSh8.V pN;_:m=oL[[խ-B?ӻ[h,s[iEz(jacnYSiSSsr7qe\9x)h @#4Gqsfqd?%?V @ ck^)*5A$K50Rkɗ22c3"LFeffd zIa.M4YYʩ1 Ng0U Q>_6jj]-'}o) c;#\OmA?RHbD6YU-rjGDrIB}: W_#Ԫ˷+qM5agfC\ ѱ!@O5¹RZTFR.?G Q>gNCh%-XJSL)N-@Eygv} n)[m2+a+s?TI-*_UM:Lғ-R1Cm6p8Q`O9غ OA&vÔ|g152dnA3wC5ԤZf@_9x3ɱ!i,ruYp2G &4P p0z<Ԩ'ΞѪ-bnB4Yp:1r@I˹|~@RHxq",^>EZL7'y#*=_:hĉuʤ"h/}~B1y봛ƏK~{ }r8/uGl\Eȿdzs~'tp5f--n6s}~J0*S/p{%͞a>w9DsRMMd_>޽ s9i4H8"䑭jgU}/o eR+*-|h!L]*F؋Ѹ+#2-f?)QϽ絇we~ȬCg.0)āb0:惭ȃxMCl#۷?/07Mw(4k_vf4!{u=zj"RIiXLxN.W ($ QT`-8NmKWJ3XYQSj[B7 ygSq_kV KH?*8;Է"3 }$3oaB? fLX,q ܓaOǃ N㾛? za{7׹{UEٌK=ǂE DL}s]V-/-9ߍUp0`Mz!8Ѵmwj 4jҧ/u m(~.8gx%83k ӏ-*. y;vƅZi{f[BLwcu󏁢t qxpr]5|-MS%(”ʉVkq S r4kNՄ}Eun2@DTQ =A]$Z#Wa`O3dv_Tm}roKz^MIhKhnMuG"\' U qd֣_WOW|ꂰM_[m^\hmUg|mV},VGEvwSŮއ+6D dl!vj` ٢| }nRfr$nOqMY5C mοrg(t\T@%oAk*}gC$K.FQT! zD0aK'pl_v~Wꝧ;䯿9mqg,ıRN# .xA#Hc@ O?(z ~-CRD(Z:BB[z~ [xW :TTd GֱW+ jE KȎTr[;oӶm J}O@c[w~ûꑅs7]4o fڑEazJ3Y44mJΟ8 Ne՞FGhk/doڞn,B ?W;qm$iCc,Yo@Dtl'*D<:Lrf c2bl왴k4=%Cl Mf.uA&ź 8W8 2{i{,O<,$|lrA|' IiGrD^"ɋ֬b8C ]掎}]) C [ЛԞ@/p{d7>}ɥ+e_3%⶙_Ha. F(3)(A9! 6yS.$|cG@T=!M"tvg>9+]*,fQD9mCZ[ p0+VW7`ey #T'ɉ ^cia( #U@K_ ݧnXXu ΅Q\Qz'l R@'sQ.\WQu/.m֥_[yf|g%f\DvQ! PJOIٳa}Q@ [Ԑ.;99mx6+GxGV|oǘʨψUxvzl.)GzN.1a%|lToK rĬ]V"̲sK%ZۼpeB%pgc-;-Xح8 RɥSz*IK*#^Pѩ*Hd &ӎg($ua$h1",/3T%d.4Sv]rADtfov "Q.߸,>8B`#D MH;n)K'U ȌlPF7ni"|=-*4^Z,!g^^iiT:c6XhF#.ofWQj9?SfW aVh i,iR2I +YHt\ pfʧL(\r[q2:lޑkXf]Wr*ql7KscűpB)K4"L 7o650+S`nCsXf-ܓfOiK[XJu.s\BfOˇAqLgӍfH0a!ǣ:~aijr&=Xj=}E6m~3ܳ<@xxGNaM{~]DȀ*V-rSn&lt"B. Yp\ZgPylFW=ugT5>:ɰ_K;vŴ:Z--K@H$%״vH E  E $`sHb%`#ZJ#~>c\\`{-oQ %ݴ#GA&"׶6A!փg5^R@DNWҪ(#!ƶ J x:uOmm1tvw cE@-#F"xƍY=ݲxF4 ${w"O ǾF((GVdZe%xqp692a)6,X HVib{hU4h@.ЋLr/p`Ymi^ÿ7`#Ae8 sfJ)CKkU3/E\1nٻe=1<%K)8 4,˙l6ewkJq1rF6,&>+ֆصX+&Ր79­Z. .au(Pt](NJ}]|2@\q;:Z(*k?k=?ף@o!"2Y#>\Հ[D/a\f?ͱ#q?}-/䧽pkz6ƩǏ'a2W!Qz/CxC<_q{_"rMֳ͐۽PRD+9Di=Q 6NweTtĪdSoE-W$ߋy9AP3QT{jE:xP#4"-Jfe5Az{߻,x #:5#TRO7yrl'\6AX\{\~8PR'V5gێՅ|3U=st>=\uǝ'-{, SHp;\3[ܪaOԺk 2ʎ,_d:hˋ4pҿ o~q9<8F  qNV,;7&vNsgyaVg9֣ƴ{:wy9;)&+ϴr8p@#.+aa@Iqv9Fϖ =z@py-oca< 1'D r 'm$2 珡kOޙ16 &RuK86 -P0m=.bs]t, ޟOݫ\)wG,=Ȱ6]I f0A XV#"k)]8au1[gJKA hlקD`ˏʿQi̸\v]H,X>Tͧ@Nc՚GÄ|0]{ YNfEoq 'lkQ[~S2>S㜚\Ia9 cvwf\:V9^^"/O(T.h˳`AQb\y w4okEÂ^1:zbo}L/? J>"H`1ʛd&5X;~^"aF񟹨rci<: փlh$n8VN[O..e}gP,O"|h>8ws;w' 5v$~Jsxw*S+أVw.Eeyb#bC]iE[)we$/Djd3>?sJHd/m/5J7I?֊W9THa@sgU ]՘YxTsЬc&Nh|.&S2>_Q7if*e#!-fAW]AB AS3Gc+F|`&%Yga|.[\b3}~NRWtޛXF{goC$B=쳳2Q`a.щ@?u8HU"opyA:FrEOwy-l9Z*B ȣVa0a,se~TajğDS7ϯ<_]ZqJ+Nx5/|&#To~>VY,q>jx\NKt2+vlozG%@e!`bWsFcY+{1b498@Cur״԰>#i%a~u/~\H"(gՖ#-VBr/V>)J{gvWrC@8>YMoߏvLiDErW-.7kqfD D /6 x >d2Q3DQYXIn>QL% wh%gB*y$D&)7yW݉ȅI%tJ?+9H0 tabΓa ֔~i`(اҏY8)~א+;c=HH  UNZίK^cZw Nq%le8c70 TDgW`$IP"7FMU~ Au.e^KRe'Ax BhM 0 :!t^ H.ώ _Q `[| h )Iʌ#ih0aʭeSuGҔ篠{FhlRwQ|`Q1 p((1G,vdUR Y6; k{{kk]:@ Dt n a92ma7 S!Bp -k?2K4 _ǁ/kag VyEkMfp敦-9DG9nd-G2G ˅H1*!&,V68 A~+4W716l|2iFOYZOZϑ y1x{쎋d6KUB*wtX񾤁*Zf9_7=tӦ>4/|`a B[ C Nk.Z5A ގ1Bw:*5(#ё(1b(NeCH @/5+lKaæ۝KSeY*i-w\<-f׸c@c@ՔOe(Z{Q^Š!`{v;{:Y@ qq`|TJCBi0 #S5~ۡsl{ V+`(a׎o_6m9t {ΦK\xTkp*0p @ zt}(IO9D7'~^n:~%3FkUJgQ˃`5c=iv=U?AojҁVS2©C;5d8La\>yn5p3gQ|JkZ_+9߼qD᣺sb/1J]@w7Nw!uԉJ{ K{FGY57aQҖi(y$ 5+!d{T 1 ƫa;NwQCsq[s((a| JH۔E(r=rTxh)D ve^D c c$T5ȴ eKg)q`#==~y>}`6烍ݰ[?jD5"6y'Xɚ!J-SWG7]i0x^%aS4a?赓gy]NN1;x8w\ ]')cuݛxRmi^SR{0/>3ɽ$̸a /D&G9V:'N& o^{;zbZQ$6Rr=vÓ|gXs-K&p $%2<S3/@27|f3V6w^23t_vB:G'( D~ʟbgl%A%Zkg>tuM/ ⰻ(Ma6xH^Kx_qPnMWv)%iي685 blfv(T $((Be 1^O 3S#Ŧn ~ Iuo΋f#\ N/^Y  K6gf6g.t6nʓ8)KԵLNPa)J&xH0:M9I3`Ny:}[Q|8A wdv?p?.sϹׂxJwE/j`_ͅBA bOL'i naLJpw~)ǷWgKsP7Xm<̹X Fa1c3XasO]^:79.@`€c+@UBCY<1-Fe[зNњI^ ~/jjjP#sa(}1f f&(z{\.sjI1 BvnfǢ/#HFϸ+$Y|y;;V.̠q 4 @;h=; iFhG9 WY*mGO+>{s̴!CbS_;qv/}rT֤D-5@c񵆲U{+>[䤹 9{P.o5|Lܻ&YpgpDN)RzirIUG350W,[hx!e8~ߝe. 1@| vwexN."Pd2ݦk=t40|$=@ ڥNW#z_9~岴y݈Nd:b5ؿ;pVpb~osœEC܆)v)@JC(H@FD - I94"U8[[C-(q`܆ Vѡ?KuDKGvc )Bϣ{tiY8c>|n"C 7bQ#w&q Vw=528Y+#Q5 `Hgj [7gmou)VYdh]ލ9ÃQo^#L]O^EZ TRSґ..^ uBBK لP30.Ih| ?؉ϯ@ $, TӪ"tMzU7]-Ozr;N\4^ mCYbZ_ڜuCQn߰۸][b>ޖK:Ӕ`+8P.u Σ<`#F +4j(?#,& 08-?gJo}m_YdHq5" Go'g8 ele0p)t^`U&Dk>-o[qs1o*\^^^^^^^]Pkq/׎9`pS۝츥f?$^6]㖬nu' ޑ~~mh@׵Nۅ= $_N:W9WgtE\՚NO#)b$e"âQ?I010babbbbbbbbbabbc::Ǩjp &F/ lKͣ$Bȸ?W pF. Kq = &"0|G (ģG͔󭄜/ h0<[G<<! /v\ZBkؼdRDžwO!?Ehhhhhhhhhhhhhhhhhdhhhh\nY /u๵k/Z61bar~EMƈ~D?eL4_k~2՘~|ґ7x7' ut,F i@vm܉`F! ypB]ED-d-&l`h1"SN ՙ=]F%ڦ\<^ܔr$!f1'6x)_&Y) Bm h)~7x'SR,RҦ1TzJm#hG-˒ÿ́zv{/L?=Oj$wE%DuIQBrK/㢙\" qʏ %qu\”"^|`% EN"b]IA Dj@.@pe@[;JJSh- SSSSSSSSSSS SSSS3'SSSS kpb )EaYxňO1P;:xg((>3y:u(P}k⒏+fP,`v00dїMxcJ) @0@1POббT;J&*:%`WaV0{96G>>>>>>=<|kH-ZCK\+ Fdw k3n : q5cq#ABk Π> bJ0;R&QWb}+/"AZ-i]7 10o$!d(pAöxas(7 dɓ&L2dɓ&Lw2e&&&&&&% Hb tM8c1bj;c 'i ?tr b `;H3[oJ6ljc@-`ID̃MLI|xo"3IM4伭Ҽ4+iA0}}kַz].Ko8Kǜ@bpeGFo?CAc\Mn}q:"&h?j5"Yz^㵭+ڻ;:=ꆻʷI ovu4P;!P]Pc(`SEo] (7]>{wE];W M0ig+A>6/opaR0 @azB&뻻vrr22Ya1g;lAQP 熟8_"]ܖP"U[D#.MvO ^³ف gYY1V@" {p)p3p27Z CR ^ܡ2<(R'W_Bq c~祗)!a[.눉ʩF5ЙLa)nUp\VaFPx! X7gTL`~;3='2$WxJ'B=, h(yBGB8O bRm9B 'CP(}mpi<S_]c?̆/`;KVR{"BTFFGW $(<2 kݮ KKJr aM$L[D1MPbsHcv:*oAIAlg7׋[ixD>yܞIV0Zw^z,"Y^ <+ic?BLjluE?ll,00ؽy r|˅&+..'̒7Ll`Lc[㾟Lۛ*ֿVgrUT NzIML:?VG _j Ngk$>)r.cAQ}ƿ_BGcnbv*?@9{ Lu{:0Ϟr6F=W|XDX&[x]K<^?cǂQ3T :.3G2k ^w1%U?ǧr\~o$ϗ5bx6$.֝lZX]g]` -!XSleLw*د.׻w;OOq mJ~ J0x-6+ISat* {]%@*D"ұyp} )X(QZ>wsB")=box46`89eHkѨEl\nyT/C@ƙQm5vϮlO pjuM;P 'HbB4Rg? d/\; ^BQKO~8Q9m/ ]ߗC0AH" V5}r5qNPπs> Apa0ΏPw〆~WF ဏ{x'-1eg Fjԭb֣LD\NBqRkdPn(~DzvL}EZRev.%-fnEԵ=ŧՒ%ϋuUF<`OĀv @w}@sOdF7d0ДOI$ ]D\qzU+UǛvu3$ ޛ[t>v: UH9s+0^sN[r1Tb&))JO! DC yZ-E<( ujH9װyuݛ*82F4Hw Sw-C)A?7(Q(#ۛбv['0HGYr 8o AIL2d5)]L @A0Z\ OB4S,,3P{d*ށ|EQC5G_m:Zzv(<:Ғݕp)$$Twςٰ"Œ)$CaMi9mKt1tm)ݭt6uM-W u=WsM. % D2im}] /$?fu +,y>ZP Xbd"/凖J4_mB H0ڲ>wo5` E`o} qO_1_ ?륑 c>-ȝ#ʼnh )- ӋLfk:JJsɺNk= YY,Gap#V (Äj4f zz7SzQ\Aη-?'ĔHN+2ộ~Ftǔ\ǿՇv<8LW5YFh(-J8:aE[=5g]HCp"rMD#I-NlGu\`FE4D?$3 篢n pV:ѩJMzCeL$r0B̺/grkSzX1&"vՒAf77I.Y+Y[JD03A!ANYUvH-`z~X[]Edh)q)ft7Vʉa` c@ 1 *6-ΣgLeT*avtk'ܵVxN_(Yh}:0i<ā{Rfy$8*#;zDv݌䡑B*kT֌ߣtE~<òWҮR-5M+68!֋`ג|3wx@-x@A6RE厲o c ethsn> /Wccma߭?-oGt4j{_P&쵌/%bEWy9:KA.hK*QW!c:btXFH 5 89~A/^g`(=Ͷ8ƓRg>*&^w JՒޛTDZ̶X rR!* F'bRe淛 _Ij6˛{ZhZyuHR `kW 6AzTp@r•hKh( Z`[AY!JKɍu#f_;~XnzP\aQGԅ6蹚Fi lIhIDLu?{!aM]'i"~!t5o%\Z~O7'=%8,(٨oP@7iRQjLnE p V.Jʠ"FT.=wJ5w~Tf W!e FlXCOq:/쵵eHw &{dkg.xVrVy(nTyz ˈ֬hGɓY=OyR9;jv$ߣs22B@7l^ E6x F&a!3 ;D!}%|3&j2EۉbTSTqOǑz~rȜ s?wͨH2&Biu}3pS'MnrU(F3zs>8${qweb:0B1@}+3'| T?%I#`pU|6Tt66Igݕg_:mf)nEf7%f;+ +d`b"OB'6c< Al\\dj泺hW)a"Ϊ5ݮQ^v &s@5̥.J {"09wln {\DpLS);{7l! U|%3KG>N ?ӭx=n@(_vcTw2 ,r7*@ ;|dڼûr{zl!i~FSym3𱴹}vm9<&}s}}]N z"@j |(E`\o_U߇٨(jIw"ZEXԖxF\pkCŏ Vy 4q2VH" R/hH$aTD^Evuس$XZ.9pi`=d˝n|#zн0k!E(1Z4VصװxCr"$ȣwp{I|1.S+ՠi]L1uKm $;"ŊK9 f$k\ [B7/-⥯-]c9 SEG;;z.nx}jTEn|6 7D ={qE2JkD=! Xd}g@8`+z8{X 4gFf);pz.k_COcs9)v8L(",,f FWRhøV)9=bs$n ?{| <}0񒿲k\SQ]9إ @Bh3IUC/iDQ[#) mEZ, =#>! A@Y)BWE^r5:m6鴲,g-ZÙh yX^a8c)o>Yej0a00 eyBBxX~w9[gވny>Gʪ&U'M/ o妺.N#˜H]eW-x{(X/ߑ;iA!:O3LZ%zm3.^N#Y!7@]!#Iƿԧ#wcW7 ŹR٪f/@l!P^ØW!> ٮ5c1f1;SNkQ iv\k֏9 mT51i>e`!=ݻ{d[pGJEizI; ؚTpyϻL5Ǧ?{ٽxF)+kU/_sk䱵kƄ %*i1 ͏}?  cO,_=) `1Mo6^aa㢱ޝzz_D+aBt<5i6NOʜr&aT N||{1b@6j6s{kzd*L4CoW ';qV&}VOQOZ&%L`!I@!Bs%NS/:WŸ}3ט󛟃GaRkO/B(|R%4AxQb d%";'Ҧ-{%뺆nirw{%to* &/RPbl"t}{-{K#'o}%j9Kpw\gC”[Ţ((c,TX9y1Y_y(8=#oF^[e: \%FR{H<<=O}GY9E{RPB3mCzRNKDa/1rT }<{r2?=NXCeFc)_ni)[()r502p:Z?e0AfXNd/`ߍBbXm?'ݥm SS*\ N9X H3>?DW ;@zvN칈&'@Dut)D1&՝R 5lKSAׯ^jdThFQ&7ꌀt~)T)Ͷh"B aŕcw4@ 5kg}L/=;E ^5d ߰XJr Oћfpp(Ng>-kXoLu_P8`iLL53Y=mj<31ddj ;mgr*\^p{Ι_W4fW/2Ҏ`{{%ۜ<%¥^S ķ'HӃml=B A h̑=OXyL8WEl&L8p44^moFgq)h^\> uwI?#79f$($>c.7gCZmWH^qw+a?b es 3e[c(bB29Q;̈́Ff!ͯV]WeA–XQT=AhBA Ԡ^A>WGT&OZ:Q2{q͸E*!^?Oq`y fnGץb!J`Sp70t4S(%t&G[x~<m wox_KbqÊKq7_2q#n Aԭ4bʧH Al WԌM5Mc.0j0w$hGgBOOJZH ~Y"+=g_]~fdunf4gnP3A{VP[ !]s@X=r#6Z6(w ֹaaym\_j* [f\ 73p=fEY@3KP}x嘝牟,3)%6Ӏ(Bd0{(uJ P/c֖>CufW6}s460u"$F 5W >EM]MNN^>KJp.v~}u9YPp%_Ed(P +j@96XW!^%|ʤK ~~7^g^}خ?L8dq^3:TI <[Ǖ홻d.$$;+dt%g>C<ҞYe*Bqnscо#D%$uC ?/Qݛ Ʉi KT#Bb-ka7K]F[e R1A;ޜ r y>6 7?ߔ=qet8olc@/Fs/#ʟ/gv*-|#lUBaa8,6X-@0=g rt Mu57}S,ۄuLhRS@֑ݼ@ABY@㢀#ĿS!a7Obr|iٮ`J c7泲`1A00bX,f??C:6gEd o6ᎡvAW|ߺg7yO"-#MX~3.0b̆-z+_X°Be19E [Fu,ZBZϯv-[ =v^o 7k$WN_ADڊ}2>|c'v?#:zإl)B!89bVNQJPXv4ҴdSf52lȰɞ/ϹUݱ`x (* 9)>FN4|_;a]ɗ}{FV_;/zbh*uw- yuaYg&FPSUcǢ8YM,LVbµh+yfGGyw Q w eo*zM/yTlqF˰^G}GmO", ?2S524e։ʵH'&{SUUTVGۦ|\*{u{{wL>ёTw&FdȦ%^)CMvU|4(oȢ'5/"!܉73%ɔ8aT?evJ̠3*(e9?-RO٦$D겏[2VJ7Df^9g-4N#_cAϯfo!+dw 4o< x^?~ O]B e`ճ ~.guqi\Y$yx?ŋxf+9Iil} z1V aXP w~& d8beWs3rpzArҁ'n) քWC^fT`6 _F|3^== p{Jeml8r r^m0nm~CQ#_=SK9BR{>{8a{(Rn g7^"7x\tڅqK&I'5 6tx:P-dt;RWXu#G**1HCFK.[5x?Ή_N_D06BڗGmdb=-[Þ*63%[N+v5̃"~E7U?PeZ4LP{yF.ˆ%TQ^F<[˲J?Q xR #M@&+XGt`9!YEԲ_8 SHDq GHcg1H[kPVw#ИK}蛴T'g&v% b<-̟- Zg!/q<# x'3tZ;ٌK?,YROa gϺ4w5<[;44Vhh6"/Xw^K_B??eeKe\薯}?U|$5s_rAg^sUn\u'=ڏ@sXB!BD ?H*.tޕu|GE&G/xWS(=e")E,М@A#uQѨWUW5<X[p?gGw.~}Ɖ҄vAɔGY~v|/Cn&xJW 3(3䚆+A$˕Ytrfov\{pr'ȋVotG -om:3eOku'zKݮ::|߃Ҟ<}uVڟ VBt[{./%(p:g8HzWvZ\ rRzC)f6m@;J$Eӗ08p_!f&D4s퇝b/7UQ1sliɳWWO+aߦfyx-Tg3JAi0opПd=>>9S7oerP^.$69~o3<&{k/,$ o{l`?~?G}NrXV&N?N"2@$Ʋٕ#`"S."徜M\a#7z5t m$BD T gk?#Wp ۥ;~yvYBU|-tkWD&P粝Qs@8<ʆ HU3&p9'`89Ə,Ŵcy.Wae|d򈞲r|R.]rVii \##XF3?tFJ͗?>^+d*^;!ӵS8B(b$VlgOi:JqvC+0y9h >pw{|u~tĠ`JS+ajD3 %ʛ*~|ge<}DYIRT1B  Vz٢Z3E!Mv|/Q$ eW[/ZM\y`oj222'DsNiY5eB|5W!w eH]<#8gWr:t݀a~q:-Saznݢl,+k/]8.`Np0֐Nq R6W 䮓+L UL51? 9$mr;j_"_|6'ړX7l38Ħ UyOQNh:c]}:+,TNʍ. _uYǚqM֌_/d='awM%lBt2o0$hN ATS1^ 9%m}}cAi ]^bC5q+@[iF+$!!vwT. ]iʖS .RwGWtO-"cMy?ʿ߳cK1ݏ=@|'1o> dF$U$9Į[#b}1crM tц {][B]y!K`4X;cɱr^|Tu\j62L9Tw2L 9dņZ<<;%wqPTHux{} Rޢ0 a4n-9r݅k O/ Vq5DZ(=`hɑ~|%^8a|had_nstKid GU;lwT=Wvgz+U<\YX";\UO rioLĐBj|z.dߟE'`ii}K軴wbP>_xT@NBRl6$kx`X/йΎW3x^1F0 [ Cھ3lbZrqK@O| H#}D nQ։)o׀nK&uvsÏQ&&AΝ@`0HXHQРKsa:|$vu[:  @W3nqq!&׭/$$Y$K۝ݦG#2hyEʛMq ś*B \>~$fG~RxO}u5nP?>.naVkv;znjf;=_kA$秅zODvo\hW-cRt (7 e sa_f-a0xS׶wtxWyQ <5Cc.zq[.,T֎qgW|D[W,ӧ6lL}ҝe3%FDpHh7@ bSb#׽;{l-4ȋQp5>^*Ǻ'kP: C}}\,IIrdͫB'}?djq-m!Hږ_C)=zP)Ģ\DM!k4 sR178BPh$[H8ٻQdДPh ^[B.=ކ~^lƃ y2fҶġr?X5f G7fρ=3,Ml؜l#)JrBhgY14="/BL&-Xz #m'ФLS&+*:)H̀9z u7YhRwٜ%MܔꀰYb7 *ꈟ;*D]J v4cDj?5ׂǛ4kfH7q*BrrǑ?g'{~\OQ嬼n⸹h#t3OVUSMgsy K? 莣4 1%BnPyx"j~"Z1% zn֊?9qAX;g(XeI eKuW ch *o_RzШI//DHÐܖ]=H eBp=7]:@rTLS4c87G(B2HܝGsZy`SJJ1$"a)0DHDk*\$ V}<`PX[=0 |ų2tH}b٧c&Co!!UKv]Hם1"Q` L *R}-فh>(kJx0`Ϗ+L #a鸺M.Ø(7e]Z>%HKHshڸMtUt2a9 5Ŭd+o^ RAD9*sn0)ɢ#\O-V=!h(r-#%kSEl^:$1GSUGnD1i6T9lIߥ, + W Ղ_M4LBP0TaP}gf*WVkH#锓473ZOFX 1`BZ"~R / jl|I(r5($S-dHغ2%'v$󩚫`ǜB8?;><}@_*E̟͡ x GUP7NI{3 Z}0sNe~ [/K4jXEA ҕ5ܘg&cn2%SfT0Q8=4|QPDa6~U~lmzgP(C]. yW[L33eL"o;#s=&k|ӧ\@;L"o@  yX1ۏG\a^3ׂv 7H ˼,>X_uFQX/ZwQdM@oNn)d~ X,&O̴.XUNzk4gG"S@Pܶ%xb P lv;ҕz[fvCiy8G4|Zƒ> SFpwkM1)U8C__5Z|xo4/Dcɚ"5s9^*ǿK@m3;Owo ?Lv`:xb7fY4$i3[8I'~BR{~iu㈅]0(hujXInJXZ.nКv74 )NHsoo:R]fj}v mbC=lA*)T/#ҫuɓ9tc`090˳Ԍ@K+iS95زJVe% ,lG?x}9z4]PVeXQw }߃A_Az1.RRz"dL,jPa+ hfW'}Al|kG[R@ń&Vr-be-tC ;+!7Nm}Xi.saTÝ%m8Kλ FP~È|S+롻⬵э4>/nf-;FU?Bzr\Ae5@"Ǫ3^Ffu!68$bފEY[A'g>'z-i"4FZ}e{jJrJ_[5.(yם=m y#Q g.M412ǚg;[ =hߟ8F,;FA_yh{e@A:Vk eK[pTo3RbNvq>cq-4x%9~ "}8:$Wx*Fz2{߉ ;ZzQFP]и3 v\ 3Mc*"\8M?$:۪1)%ųU4* +N'8"`cZW!U"lвJQDzu=%.RtTIZAyx3z(P*Q̄avS1A%(VwY|cbZ8ZG`$M!y| ($L&Th`A}-J3drӼ؛anaK}@nL{Yλn*PuK;jA7? j45Z `ͪM6* 78;3rjP⟎Դa2ChȌ'g\TE= 0R/EBkAC6\g#爕"o^@;2R=ï 0{LJIg>z{zSʅyY6Y1aPA[Q6A"!B4^k}*J*-^x1~_Jmk&ZQc,2=ጰN[?i/{'b͕._=7!gTT ã&Xc7b.ND-Ȇ7<чqg]z|uIr7.Qm}*e%bptJM%y'y @Q ڂ'L8vuݡM ?^E] q9J?Pwi(KV~[_tOm:M&jpֻ5q qEH5:JN1\%yT\?9`jCh<8 Ar9Wt;,Bʄd ݻ6t=98kw%aɈjXb_wY'/4tZ#.ako/+ K͉#svֺU90gR-50k d{w0Ŋ0n)qZLGe^[~']e&]ͻO].cٵ--={gaTy3w쉿R^1h/hӷO#Gtb'htfJ/wVN>h&c=bdlI, bfuT}Z}ȡ\7Y)_ET;@F\D :E*͡3l!ԬQMqҾb9})41MePc׹O+EMTO3('$(ZX>%tb tn,TYy8Q7i#fU5`b 鱴0u,ȡԘcr_Q գM+`RuR;~"ОCR)uPVJoA5 ~k&J5g27-$6 jI$ASRC rBɡpH} s7ak!THz*MNUWSe61<ְ/>݅A('":\ O"wVԐ hL7jENĦBmsH</*mM椅UtrURd.S?ÅheFtJZ{_FwkVmjӑ$ΎEEզ Q_K/p_˰ri-BE1N!>SΞXwgrto ֹNնRlH\|1S$**$ݞ3W.τ#[~FQ -IS{ux/{~H!2Rג sQuڨovu') 7c46|A`{^ty2VE-9SBpV B5ǻ3}.ep=dϟ&J?reJyƗKi`vc?֓'ٖǴP32}]NjꚼP'\7.sInhu`/O8;赠-o ؁109[:1 UM`"[dL5ҞT;P D%Ń sIg7?_ }ݳ OTycrwW:n.41g[rZյ,'pYd=Dn" JЈ#A;'~WeQRBΙG~5P7gPAbJ[QTd)brF0r,&28O^A&n틮3fɋi0ب;X0 6)1G%5}w:)u7ZlFCx&]knM`q@d.`,_cHMKjaP42%?'M/Pdz3Lfd5n,ɬDŽOiefyj2ʱY /$8=B5G!SuoMb:*d{o/>>2Vq0ZMŌVsʰ暯ClilED]yHORF'Vfp߆=nX羕I=lV5?kI* '0A ؠ;o:;f5T*_{r!건2x:JGc WfjF5"5 WOI9pQUPlJHMhVfеp R#0#@wfB#(gSsNtQȱNܰ I3gz౎sBJF_IkK lypW5`͎ Y _i{!hL̚T" s!ɲc-oC?%=>Y!W؏˓+ !HJjR8J扖R, 9*Lo ^ v.LCo. _@πۦzO:OaZ!'޶,z84aw7~"5GD]J.Gf 7WrPԵ$4zsF8mI` Iy ǽ[I|$iӆpdK 3Zn_Ҽ5,nk2_, |Zq(c?Pl޽j \'k0#P4N߯,A% \l:|Ys)Z>oIICn/ /2 Ҟ.q ˸$+Cr]# :}뛴 3T $ 'anFƁ/8+B.pЂS7Nr[,BtPwEC"x,MZ:Qg/.\:в6EܙIM6R{QY3|fP *H=Khqoi*j֗^}A':rdr%ýhٽR'-Dz;g4u:y軮8e\a[|ykͰY 2K.j|6.ioLs%l߀ӒnxT&'2[zuj*QakSV!4gNde^LZ_!1q.mbQrd$ZuUJ]h.KI8d;̡B:ԯQa{ phs7*"S>k߬Gq_29RO ĺEpdaT) &_"KàT.fZ7f]lXV蠰p"3⟱AsoUFmaN{ViQ|멘-t>x +VEŀ@h 4GMQ4eJ^6ا&{*xq>x/\+MEߌP Qs 66scKY v SМW' q2Fۍ[,-פl6{A亵O%.d=MU胀 rꞁq%G UV4>Lzݏ?x&Q&Pt^D_j>H>mMًC6[< 4A~jtđ@xxB"0A&3TUHtG1q> qSʢg#M[k5ͿtjYa7cT [U6(P,b_Xxuvp͇\l34kuTN"pb{;/?BB!QƋ5">b=߇Cu`뮰$RaI,p bK\bԗ됁<0E $Giv%m2,ZŀDzթ\uGn.+$S/~=I}3䄅8*bcPeDkq]@]tO 0G^n:A GvqvU;m)2dW ÑѫF0a?o{^fސT[ /x& ,kUmUg]l-^.KWbRxrQ(S荖t32m;X__'Ef#Cu }W31]tW71ڏ)9 7vPcy^g}#YdpCc\EX3[0g-m. %INQniq;ko#4}Ao?652A2#;n|*鋏tjZHja*MBycD`Q~%r|6vm?U/bVTl3ӆ`a46*{]sN.. N } j@@<`C*Ԏm ?L|4Cm>7W*'e.fX|{ <&uz(.+v\BF\v;^M؈^nQQIR5a D ߽(@tO IYqV2Rϡ~Vݞ41s,EX66Af՚@mxr3Mn3fyG'X4tZ(጖omQCӆ>Ø@E+b>ɣ;f (zgd(Zi?|=ϱ{ɅJa#f (Ѝ|]QxYv&xES M+h{0B)PVHҘǵ_dlbe%SܟliJw+>_g'4Ɗk-SaQГy&cJ^f=D3)2ޱ*vh+sЌ3yzHưW7_#x,;r$0x(}$*k3Ro@J_XDťl&KŒQmLaS(s!8 }+UGn|Ejż)]`"6@fT˳tʩT\66})j)$$DD(ՁmY0i2ajuI86#ei_le$>Y`KC}wG~G շ0 'o w܃^=m@ Ӂ%%Y~LB\# z[釢|ɴ+*UU<ۓF1:,Ve;,A84lcLdl@/^JAXռH<xbZ۟ j&SHڙ\ ҒCs.9&@Pz@Zƀb=0n)%TGDv93˚S`|[ jLIlf~tg7UчJy~b Ęj|eKcg~/I]@?=j w[u 1I.CWF;MsYTOH&jw\rF ֭]Hmg̅.)MV'v@ό,:.sљ0e9c=6Poo==9/I'C X{2:ZRr\B6;"AI37Y dH.0)ePՅ$!dVNII@?qST֙>?Pa2-@1{{gcQ=6F6,y0u&q<6cĵI@c@ AFk톄 l9% Pޟ] Z|0\SFwTWe"Ain!.5å$:Dj? gOЖxXI5ӵl,lݿ'gta}bύg\ YQI]|[G?F_C(KU)Ay79z 8wd2rهۮ30Q Qy?Oioy<h j1 zsieB7='/iUe]1ɾcCLSO`QW3PV !-hn`F8w:U?=|LCjHc'>=稟 VGB܆' v(7#P"]-3͏SĂcNnU ?ޖ=q "'Q'!X|UѶU]Wp"lֳlHn8$ \6 |)擵Jo™j,ul"R%ϝA"xu;B;]gtۉͬrӣJ[UAMx5<XFZ-mh\|5T0XNpZ汊۔% cY<+v(|*W9vg8xOTZ!LK`_k{/@ĻX8b#U fLia΃ Ce@&! "z¿牃1٢" JOmuA*;y`X;+LX%"Gt76" Y=5ƟByV^`Bn*[rt6=7e Jltjk bd^Z7#`0zQYUOFhK%oG:7]"x<mT' haQ]~tKyՖ3qsl+hqD=[J \KF6Xmڴd۬[iuvĊ(UJHl[#Jy=*pq$WGj/ihRH%zg7v"xFphF[)&Mo8I+<{ܨ4.ߣKVpt+ՕaXCGӦ[=VX7kC$ CEJҪ=5_vߤ-g->0&iCnFP~"TTn88oGtN[k{0|eiO`e%R 5~LDcD&KԷN,o"HjUG\ؽ7sWnT^I\;hmi_G LˑHR^r0F1 Ʉv|Z^.w3%/ֱd[M$~]mCH]V͒,?)/Iz{ĎDX]7&Qџ;3B~z^A7] sQym,?݌sԔ43?7ʫBQo;^rRo3,|iq\EZ黩왍5.5"/O ِd~!,/&mC==h)R4ץ"0w4o?_76Q[uyȞG[09 gNpL7@w7%=uI{Q,UBLloYb@L6 ;``ƿCmaLqw;W%%*`z.TМ ^/ZEbZ+#{+Tb-,C:([8 Ԑ[f4TshdCO/ꐗw#E ˷^~am٭`hw]ע@@쩭 <ޠçaDrAYu3IĒ)O`f>1y*-S1o`@fn"0^a 'or[XvWM/kDW+9۰1D=|':jx犵swZ[L?ZFѣ\l#u}9g;] qʾFݰ"vmNtN;LբԾ5ްY$\?`Ï]3tH{5 w Uyh (mc;$Ray BʣO TUܥ›i1`X>ړK/E[~ ]YqnSw.rn \Jsz|s lw|)8*3D/<5րu-B9dX.XՁSY"shE&q^r̝֥OwQ/?&2 h$ ?o9-2 ;׶ c}}x uH Ԩy_EUǍJGbqd.T e݂QYcK%c֑!&:4>_iw.)nTӢCk3[!㐁3Ƒ C (znZG]jˊ@%Aƨ״F\ʈ qF#LTayZJ|oGH1RР2k?|K3S%(7zbsIC2x-ZH3qnYCv9V=}TuG~0%[3ӲDѩZDPf;OO_iq]9}}^![Z&K8]6&dn bئHIA:SC}@OΎ)ۋ 35{r*+rLh~of5ļJߨFB8 n\-A)Ϳ#4s\Pg?UA [&bUO5-CLJ(|@9/tZX&\ez`Z|GYaPd!f=v;,w$Z)oA y9Xl,4_GŊ^G%jD/>Ug~2IU &Ktk,I1d7iFi5/J`fV{FݸQI(UFP Ìe XN)>GwBjٻ9g@ۤ)daˆ2q'wPg:_SQRi,dž;wEٲ5:<7 s*iv3S3msPgbeWّ\=5.3n6HMY}Z.QA!3NRXo8)ӝp_V:i`۫s4b~h'y&;eb˿(*lS:=ITpS9P;&}6/*{ +Yzr-^p#x0G25' Rܷےa;YBs6PƪsM˜_=)25Ą+N..2W4&!HTzݰ^6Ӵ삔Z(:# -o?wy3.:E=El+7ӛA|BXBAEB!(դռS2zxuX;k?:&)p I`PVc)r}BO75_Bs.d͈h+kRGZAi5@ۃ`u _ QQkxL9A6A`\$g)$V&, iAOAwUjкC-y׍{է?)0 p1m ɰ0@npFUg#zH#qmX DBYA)%u[l=^qƑGLчCv SҤNdn/?nnkXV 8龊9r͂{} e|ρ,Ms㑘p<5#(C E`2`>rZu ^؋LV؈@qpTU]УiWFyI5#΋á2uxJn^hhvyW #cAƛ,u, T<-V0`q1lG|XWZ.ow2>p<>薦 ^\=cdjƨ!Q"rBIV$4.">7Pўh 2&EpSd"}#֟{;i #g>G Q=!鍈&rV"[(y0R]>)踩u/\S[kCClK71GNbL\Gg/^IvhLِOVoVZ~UO+fb}fǠ*[CV] 9CEʃc=lk'<9,n'O)g/GuB7< ^{mAOLK? kWCvi)c:jA”ńі @S[x^a,/Rd:0|0sӻOSeUgJƽtpϞx8Y2*ÌJ)vg+_6pT/SnVT!!TE!a rU] =E]X6j>h@>p6#5?qY@\vWF"6 ^wX xٓzXїU\7b}HӫT%'c~=鍏m^.NlFDzV_c̷C qDD)A)၌׫HeZZC:`Ⱥ&V>uXke)ON䳞5ʢĒN?] 2tl`n}$ǡFdc*-]٬듳2N0)D r@ɑmN+ڈPbpHk:Pp=c{Dav '-)-͗*ZF ةIR0M~LLYa{o{A t!*ftWPqUK?n⢩R76v 6!#GG]ۥ)Y# k^RCfзmՑ"򫬴.9{ν)ՆڪW'h)(A7eaX_Ԍl; ٢xs4W]V Q|\,B|'iͫv v)3y_"Wq+.fƋ,l$nm[vVwЪ.mZτcur&Kϋ0(q|8^)4g(S; ?W=1G' CG1: L+nJ/kNz1G]J3tk*R x6@]UQ bd|d;QS8 wCocp7ry;z =XMV??`\^;崓 q[wc»F@/[ >*n-ߣ wUbTQ۲z[̨5(PPmi1 ܔ{2P̡~(drjybGPll6Cz%EmFlUY!o`ˆqQY3Mp a2H0iq7D1y?z P!sx_x O&)ET PjcTZ %e3>Md,9@f{P   BqyɍxNRz*AOV>_gyUc}Um[&QL2}yI)LFıwy8K4l$u芅"Jgk>\d|3*yK&9ku[U{R>bY_>8mZh3g;Z(ڼf`k~4~ ;r.uг|=!;6{TՌB~忯bV:rsL ~Ӛ`7I#7Y*ҿ ĉhn'pB>V`e֧y8 {$[B9dShʾ-J\"=+دp-Rd{fуhȴb_AA ]6ߐ6b5tB`DvJ:ZuNUˍ{l'4 @nyVt7IT-{yN}ట?)ˬ9{f7ipwGA:nӍ!5On6-R3duEB6W$ceP`!dr`jIխRairam^Nm(oQɞP2ca@~ |X I9Z몦d(HV6seP= ˜opɴ_͗i+Jnj@>uo!'i؟ 62Է{ .AjG⧬el-IH})rI)Fݼ)|{jo^,K9G9(nFJ`bu ,9|vL*\qʉeYitP2K}ߢ'K1̈l'yIހyW>;WBq,?P#!Cr)2}Lօj%ZiEM6Y]-&]0)7~@ոTD~3*yϞw`}⨊L)!GOs6TX/pƦz/ 6/f KEv$ pmHmxliipbY@l$Hn0kҜ*!dfW}pm(iH~ rWִ/H^V+Hl4%ŖXdGz&#n# n3rؒ\2h"]0DTR5StOٍ.=t\*qYLwНMI};9A KìA=9kP닛T1(}d*o3N:q:EdZvf1X462vҏȸĺ>kZsr~ϫMOJ0(Iߗ3=?g.ue8S)KPp]/JP aĘ' Ψ[5O0<(ߊt&X 莖1+ۺ-85h A|ߝH2KR̕9Z( j·p~V*/[I? KSezME(:e4C#G«DW@\ЯeWo@^,DDЎC6HL$ka" MzQk--9摆BDi8G;OxzRuO(9B<jt/Fc&Nb^8*_XU|Vq@c]b~IJwôB''#n/#iE[8#{$9F'vvO4pwJM6BkAax:pnr^ ;0Teua3K(vZ/(ZZ9gMSu=o1BcMQg;7vHufoDv68&*\"'=ܒvyi&/ϛABiYU]'A{^fSZ!Troex0ovͨXe9yVge6ٍ0xƵ[ 3ȡ!w6r¨TJ]U8ڳkwL>s>_7z%:of݌^Oxv>*Dyc 5_‚s>NikۗiYk0o[7FêVn÷߿FqKSQy/?`8=RSN*}9'a(1;y$Y _ǡOM 1/]ʎlPnXnk]wAs 3rnR=dfFKuI ܑ`r|/JC5>e7iËsoΠ;G `/V~sPS. |y-E)H'}t8H%ǛTs&,Mz~u롎bƏ*ftKb*8{E*( xG݁vqO/>BRM B}i:;HRm dHdIءwBR֕`kϰf^Id[0"i/;T28g7@6(:FU Ղhbqn<0{Ie  6 Uulm c'OlUȓ:"t6Sʱ!7t0葅#HU}sۺYt47$/KWUYe2Qm]_I۶@qqBO L̳,m {{ /oFz^roSw&asIry bwh\XwKˌzkTȦkD 4'!/3<C3H^K-'>Sv ejj:cB v!0F =;]R AP}e#TMM>E-'lJ2jYf9"248JRp0}w D/DwX1YQ;w6KӉuYE&ށ]IMVf`%՘8tE9~׶ P\J,_I@SŏѨIe3∗ )W-M_B U"`jC&sW7?7NKip)Jvb4oĞ`GvSFTX?%mBr"$wM'|%m]K}a'<ӑ{Fc!վD^Ts]TrEjc />me\ X p3et$}s$E6- QG %< *]{Kr<'^i۱XJ91$ꯛl+\6>;tCdj\D$ 4Y2鱰==7s2 M߶M6ĉ$I6*LHE[B"X+ =t% rq ~[ KrVxa Ov8g|!{/'. 4a\Vָ]0``=[7_i0cÂpŽLc*ڄs@ ADW"?[uȡ;Ht^'{Fe| 5:`ڂNU+q+lo:9eݨjUb}Lg;'r,0C;;.d/ N@F$iJ{F+jkS@RLT ;)~2(oO8ʬWag1>|UQjqZݔaQNt`k`[ yV#7MxvlV&8]jJ4d>TU-{聎+,I(XYߋ yS40ĦC58%y]5hvYmҫ8N,.,f!<)ͮ{ fLOY>r:dPc})c015կ+EBڜ?%U<.gTOU8],a>VV1e!3Xp]Ud{?tYY҈[IȪNxҩ0^I j EYFg80Q8k'w\^o%:dM:Y {.bγ>r22M6MoXNzØ=+U+l"yͤ:E|iopou<Q3,JRf&JVjN-7jzxVEJ߰B+h{JTMoX8z;bFMҝ8E12-#u"~`w7HɤTG8Ԁ1¯hnUdi.x*J.M+}sUowۛqm155TewZƦuo&jy\ǡpa?7m@jۆrxв_ɂow(WCw7[ݵo=fDY|!bwÝ7׼"<[JiCAbQbRғ:?h21 \V.3J⺥5Pg*cSI1t)VJ;D#=(tokY(r$jɄ&RldIjw"@0ā$J]^w.$ }ư;3Qiao?ѓc2Τū-..ln3܌!5F4#`R+WX,6u*fj80؅LSOM%>&;&iZJ$~;bา\e!ܧȥn XYÊ`dV#'te[T;$D6䕅hշW_ RK"T1kU4Td{z.!qN՛}:8>Q ]BӍAD{>R+SfcĦWMe/A76q֌z_8z<眝M-GJ# AccðT$r9$zUփ|wUe:ؖjLtI{/0Y?/Yw>F`toV8D;2?ƛ$XFOVFj8;l.;ě,#V{Xa'h:[zE}}hUasn[ C.lf}V^t# ("a.oq]Ɲ>J]K:5ce@5բؓ`T=_ݍB{P[lȂy@`l袎"U16׏ePxZri=>grOf<̉OyV׭aR+Di9&> QZ^4wͨ_Lcܡ5C!~s"SAYpۋmGӦhYt Xe8ŵ ;l>ʃ 9qSUĿj7rhbHBؼCcu_ڴրm>9lh(Ѐ"e,8dTTm;fQTVQf&8: ̤EUj H֪4\bS9{D]W^[]x3!JY%Qإʫ/<)gDlMSС~xX̥@r"+Pï (lBƯJ^2>trL_3T11 M}9R d eK7gN`a5ӑWj."w=<1fky|ׄ/pmGhhҋZT̯nGSر;p8ΦEY|Xq'ԣ}Еue|0udC"(H-r8&@TUP3s 'yKpLR0 X-Dm}-6.%W5^NtYVRk m%!C0E%|5W$7{I&s`1SzS,Bɯ+pA!z zr1ǩD\oїU^yYl  H"avIDq6b ɏű6.[:FU82 *d9 ,?*P-N}zIK6۫XK(K0e3;:~{ X1 q^:q3"AcK jCV?= @x?>hB":AI 23^G? /_U4ۿ^t֖C͌C @o_X-SHZMRCo:)YgQdJ=Ǝ췑i4/$o:.Q{iؾ!W6@^$\Z xנ6Tl#_b_9%*])S .Tvh}ݛ<ɏG i t]m,H&6c>TǣT"P4% {&) 9P9XH9B=yzgɅ6 `V}i75b u1bPJA#PůC%e:y1BK hL/03*|9D!qq_l|'t/´(ţ 2!K9$ |eɳ?iC *:E@ h++ ė {KbVReĴdgѷb ߲3vom3ᨉ-=P t1e?Sh]Km3xl Pـi#mr9 )Oa3Ks Y#_>]՗!a[K1/gЗ3'ZJفWc>4A dVUp O5 ѶY]DM'sR۸ EoVk2#>:8X^t9iict ?#lNRwVqoЋl4Ӱצ4UKD95>2$C0rPɟ3~. +Tx9Vr/!ų 5i zϐUnsxOWXEWM '94']%i5CJGL5`#F6!\\%-]<#d)I:ySe7;Ctʫy ]w>\;Fj[}bXeFtjH޴ ׯ(&y;+PpT6#H+}ۣ4*wwyxF|f7z!coqm$E ٍlP:o&w2i?F3%"W5Vdf¶[8`w$ԗK80,g8ZNHI ^7~*]^S([|4uji?`N\>RAUBc뫼bJ3rhzIFSBPiO}$F<=RLMzUm 2}4=( qL۳(Df3n8io^:R`q^]p@.`b{L%tzgB.G!UhUrj+Ğأ!(?]v,#XdVI޹^.>π ' XeFaENkf2p#{cܞ{#)FGuU@Z#1[O'BkPj?]ѱi])Ħ"{"쎃i0`=̙h;JƇKd\V>]]ջn.c‘7%ԐRiM"0ǒ1nH![ ~Bg`u0(*?#>84ԣgK#Y ەA&'.~o @Z*>tG[0 DRvƅIvo$8R\A M^_A-)BkWW4ȱ6V0 Z-R57 *\1@';ZUPL%H¸zLyץV߼.¥}FVqeur$f@Y{\J(T̥'R=吡10>zI'OvOA_ ͋?ꯆ„[>nfBcloxRLoL.j:Y/5V 09]pryJ17bYG6~$@;YUxu%G$I.|6u)t+^|B:~M>^WҧiW+ 縠aYʏASnK;IVCӬ0۷}m :4@3Cfm^lU4 CƵz)NƵdch1{v(^*δ\Eg.Yޏܑo_ i8^ "81?gӑڍNȷco(QR34,oR+Ʀb$+cظ");ҟ5kE؀ >pUlPN`z_l!#{Q;}9unb`eOJ'E1sha^Fgi>w,2% O3sج0FE.˩J?Vn*Qvbe2F |"H# 2'v dQU6VUX|$ݳI/gN Zh3w:͘^[V*Yph#$mh"D4HeVQԽۄa b(l VƬWT([QDK\D맯^b-wX%cyHN<3Oirs+;0Er#树L=B:w=el?'<޸a!7Z>{,e WM Re c>bl9:qZ!X)N (_-ڑI2UQؠT)⍋4jD4=?2JhaA$-bAMix@ Ʈ #5drUys#K-|硘O~J2ŋQ҉`;DH4pDhJf4`"s:Js :z֌1rg椄!O5$xi0{3E!3CڞZ 4͎ԞE-`Nw.% 1&*P`/_-[Ѷ" WT-P q reC\Ly50],oeT3*yW 4P .{w87㽩rUڭ$yRa_ ЦkBW*G9Ē$IL7]+Ħb@Y<M[{88A&=,֐_qt cs;PD8EJax@bUf WFrCLu,ԏ1.J:UPٸi=]b:^Đd­pݏZjRLP,Dt~2# )A@kD]o"ETUwP<GbEOiWTnYK!:#Se,תܪ@mk6{~53 `GkQLŃ$ o 8չMOTXF-5Qٷ QB+ⶣ_CDHC~-;#cvr!u9ϸ47]@/:ۼ$z +WDiR'ߟ߼Ω_ DұmI ߡWloTCru7in%>=>0Zl8#2\x0d3W$ u0SA4Vu ϝ7 a*/ ^5dtSZvFZw'U4fGe$ŧ`~|X2,lKS֭5p<~1Nh0bMLM_ /;eYѨ 8=c_z JX$Ռ3ątg]vyԼ}ҟqmZ~Ԝ151O0 56 >]^7Yr֪%>S!ؚw?K(q3- X| m2lsPw8oI_Sc}1}\ 2URvc@zE\=9* (TpنnI!Cj|#YewJ$-ꌁ\Tig5 C{9gx 㛕*cY׼k굎f[Ó9/R{^YaFZRoUD/1KN!ꈑRe棤2ɤ5;~bhء/BgK\_Q"O%y  87 MM,QPffTh0"rQ uPk]9-[u~j`ʱO K~R :<.|˕vLH( 8X6ăL^ A <;ȕSjL[7$V ( ?g253LۋayGV5#H|h\(X]dPJa/7I=ߛTY0>ƍiM=9&R+BE(|U>6R 0^ D+ռcs ʀz X,0O)e86Z.nU]0}84)JdHcD^Я|¾Vұ xP>g^G> ,YMkO(չ5Q-s,NgpᖅabjAF#<:ju'ũKh8rF Ꝭl3D -"_-~|NA d5@OV$73%⯅  zhE_5$fFxf tG# 볰2`LE0' ?zEW_"CاvĔ7H" Y6Pt[¾+܃۝~zW3Hj$ևPkHXgm+ tO'E,"}96 ^]O%uvA, ]\N瑁.Q٭/)ރmq2h`¾$) LEigKIX%0)T3]\'3$gbR/u % :͠>Nہǘ4fnȵ^i}Wf#)R~VE)Qv[{j\2˩8wSuRY1Pb G eqyӐ=k}P9GUGK…1(lj}"?A$dzÕxsYHmYQll ( DmzFu[Eyc[zj5Ln{W4dI T-ٵd+xM㞋&ikQ q-@:?Î>EMJD=PpVWUBdtiYpHho*Y;uq$4ۥ_F:Dܩ5Cs*5k#GzPL:p& ЌX|Tq䝼\o&uhMC]2{xQ_qQwDg.gYa @)XC'J?۸=k/yK[)XœZTڿr_b)P$:μ]AxP4/aι??g Ew?(2۱BRӑNGҬq؄2N)@ysYЧ @xZ` Tb$_yvpn{5ͩ AVAWB;[$Pz~Iiv)ҒBVzpgv3-ÄW<Yo<ɱϵMM;ZxQ<1==z3;c{py&:MeN9!ED]ˆEI&{ZHnD IT,OU ~wCȻyмj;h?۔sZ6aKnhb;CԜQC~$^Ԙ{SBx\dE%0)ٌ|<,sVkVf (Iرٖ_/p'C-܌Ҥw 1"?;7WZ`y@yZ :{.㾵v?P;ӖƔ@ ]i"KIr<.7ͼB}׾pYPzbV =vzϫowGN{u  E5d·]!$RHÆ{=J7#*jI tu/-}abofwrlw/ʨҖhßSXN'[}v#7U˕bGe0Od~%71"Ik i%IGZ%rbءRm#0IoBbo4|O%%_ / -_ ÿ+s4k)d,'TT=ӹr^Qacяkeɩ|2⟰8Cs[m71@?[@lP%:̪>'J3 ~MG8,݆תfv6!C Z+Kf΢l?ce3u TB|﫲`қTJ蘁HA޳8>Y@mw_Y𱰞$$E❺xn^ z+b~bb$pyX+&yhb[k/Xb(~Wi_ʹ%zݽ1m$xffC#7ڲ#t7i]C#&<yCF%(7`? 4uժ?Չmra2B&E][ZU|L0Y{y/|;g; dQ0i1W=2 '8EL`G WiC4LN:8?qwk=aA[vF#x )M=<,#"S`SsO.V<S|>{89)f.Csjr({u-}fn@R\ThĞeqKZ._3"5VW03xN1_*O ᠱ+ 6aQ?T;Wk\]H\됻hDdI3|lH10e/J _IYMZ)˙NJ#)Gf ]-k՛:u-H lKesEm;S=]J9+I#棌(Fe 78wHwOs@Hn?k Eet֌@0dYC%t<]{vn#'TÏ"Wg AkoA`[r3~I݌}; Kl:5]6Bg lGT5k+:o^> :⧂'-F:Y}z(㿁B7"mNJlP(jϐNsUH8"Qn]F%_9)`XN^]+Y:EJGi7&s67 6Dױ=NuM#d+`nhy}{b'_JĖCd%s8[|nd.6҈JՆȫC|a|v9EIkn6m E(E&|[ֽwe⍃__k T^KTO eB2N(sK{:!ͣ6f#s`}(]YΟe0peӆCRA;-Vd}V޷E9kKsMqTIZMJ"$B%;zx bEZޫGRն݌e,~!ɇ@^iD]gCU;3 51n&sQWn jZB( 01= MAvc;X.W:;GL-wڍU7jJ[`Mы[+(2O :tP!WnXYxg+ M [9kR]U¨ws76v!_ߞ}̫֩p48I5\1rM/&,^#xzQv/D>\_ k!3pu9Ƿ!L(NbW&PQSn甂ʬ Ë3uwiRvOvY?):UŮx E&[jAɺ*dkACE90E@zy,:_,smcf/%. Sf 4 m}m݈Affδ y/.1ae ugx d]N*BAP+_B*fYۣ usZS ܎2uXd PE:?աNQ\(B)ؙ$52H>ͨ+x_ı2_Y4% vQۖGU: J~AGJo?N,9:'n4{EM2"{m6PP8(N6{p,h[\{ E48AؾfڀK+?)tp%QnPp"?THFJ?Lckq XsZj©\z#Axh*YnZfXB֎6^ Y#:°KjKA;s4[aЙK4r1kpX DeY?A=~S>܈,ଶ M;Ҿ- 6uMc9;\[\i Qiȅz{NU0AYF$+(w:s}?̊V⭕vClcv11 첻dWő롟 ;`j]X4b:$ρARjwl ZƉɩLL 5쾵RލDy;x1Vod%vfO2aoTtbKܓ 9!mDbsBqDY#hPŷOɸkhl1s3Mj~+,,44߂/TfUΆ@Qu`U|V~ucǗTt(.}NMvƞEni5s k'yyB}hz7Q۹w &Ir%0gMoIѿ+1Ve2Aw)'l1f%kPvƼY;iizU.O|H/l8Íy( (Tv#b?DxECJ?I@x3H?8 0U *'Ɋw߂OTq@[ABmTB7^JT.Vbsva ԘoZkC0(z5"16"#;,<:mO2ÂC Q%}4&  2@1O\^\q$fe#WR(5n9`_X&10WzdXgq}?98ܒ˝3G=r&7 c NL-hC1TdЦDR>^H ^U5-۳@bptahr#2w9y#-W# C `bf1%ѬD*"Bj+~EE,,K./ںd񔳪~.Fl^1,9Wo >3I&Y/Zv, A2c|uPҫ7$]^_AW!`D{q}X2OUM 3d>[oQIF7W-e,X"LPT>IBϢ#veq?93yTGn ydVaS̪?ht 825!CK$Hxݛךab8}d5@^ "M&`K>15GxUnY{Xf@/*xl["kKD~zsMl-I"B s:ه? ȮaUR٘Zf@TށkiG]-K!Ź^%O$k8r6f0 {Gglur "<;ozƏjqLbҔY@_dTg`$h"΁/:Q6vN:P{Y6sahQY> vT+AY5oG+ oTpUT\7ϳ^_ t"t5H3 gAv4uQFޡ gmxn? Esy0f?ۅA-@BB)ױj?7@w 1 BBSݙ}0<J)Oì^ތ*Saipvjg|$<7xzhv`|z 9eU$rn&٫p@Pcl:iϊqmMo)!9F\V]:\m-~8wJxON:Ar 7ByEiHWLjP"%cF6yi܅g^m(xR8Vy~z3BC< u*s'>SrۇF V1DS2AS` }w`Kīv69]ڂ5i_.7ⓙt9oV=k33#/ŭTDnD Eq=-Z^@1 VF\e0>D|b A-VJ a 3[,ccawسrN 3:5\mQmaidm^\Mo&T1~ެZK5FBxoz}|l(MX2`8Q99]4x5{DGQБL @t@6]=Q-r,uc;B9#?hì`qosa&#_3A2̓=q{sT9McJ$yߘA=2htp΅k;ť.*e, S DzeJΐN PTFRs|ڔZ5P2lT9d֍*8 kRJJ k: _ 48r_$.7G9vnd֋]2';%voY+3ߋ(aDxϢAqIW[!ёi5}V*,/MiV2 ({^˞Ln O4U&7;#]<j{227rTP^s: -t~= c׸y(4OKSӥp(aK\d&P^A:2OӺzFBɖ_{"0}=v-HYu{\l#Mwv 9}DMut.^PwԻz4zxخq~b cBz9 !ǎ2$T% лg\Y ըS1k4fQoc>֑z}>ߗ+Ed\?+_D|wZ vul:'QhSj~m R[ N, \-y #trPX^ ߻,`9z:5~fɈw["Vm e(D"(ʖ954-t:tz=ˌSz`{ û"L}sg[;x|R)>YPӍ#I%-֚#Ô]{6{nj8Q ^%͚'Rug3h<堄c_]tdVHoٛ b۱ɸӈ`|P!g2 ȶjGt,߿F>v-U&E \ J|A*xܐqx#JsMBch6GPb`ny.E0Ұn(zwD^Ls5DnVLG2Vn(L} !ۚ1O\6IT$jt|NǵjR vr(U?B)*ld[= @n37.~nXw-X= %#zQLdP?ߘQZ[F dֿi, ]12#ڽoR)Lera>5Y#Uf~*$e LrʾegSvaN4(tbˏav=-+"? 37zp^Z#Ht#hR6aesCBYvA (fԴ_AYG-Y낐JazHMVV\witțVo !>Ԫ1`AG22xJ73#hʋ05~Uz^3+Qw3d O=$Sɉ5wd ޻䥶p&;q&:qI{@}ܟT>Iby%D(S _grX[vObņg$f w W-) Jb& On!HUĦؽwupH{|S~E1k.2lAkfu:p]r ùO\'m9RFYjJkO=n+8%e&`kxe[_=##c)$?iL}Z{ytU=HrS[?4B@/+q峸dUN8o3%$m4t s"*<yxtD66Â!ONQ,[fb9~jQOpQ棗\pg [h] …udFMk:NJaiUow@A$ȋ2J{ݫdF$C}ET'>f'ȶtV2-re@{%!I"= ?^1x4&xnwxFBvd}s E.b ܘ68S/OL@9.`wz=S,,(:j5j€4&س<O A֎pYT2i|35ս1hQvAqf Kb>|Tb6-퉐@uP^9bH^SaѠ͐ $!>B5S?,#Sug6y"A=m=k\' 3xabaǑh57}V-W!ՃO₼hWBZLGHgvhBmKC^NSsA\/MXj!|Z1-[&G P-ym[ߡMowkxHTvv$ +U&@A;߷crKc=~r$C[ws^n@듈:ýM5% yq55Io{dYm;劕R4_x*c mf`=3p& =`Կx8|0 9b$CGWDY+ %[02b.6m:1禶sHLcm!QB#1NЈ M߿涝 /1ep~S4BGDds::)[/A3wU ߶j*Х\C"Eٝm Q9h}@g-hx}b )K~-ƿ3(cf4`x {rgglX}k .Q<ۛ[P,wnl*SBG>I_m9sj6pC:FKa<<zTmOEU5:E+*9E(\ 냪Xv($Q* &SjM*^A^!PG&ucSNxREyjj]ICLQ~a4c29td+ѽdy% RҚӝt);ˊ{ **qeQ5ǕOϷ1Ӳ~NJf`6eڝ6 f)F(Z~8(\˛MdSd#ep˖O$=8?n*]tV!svUfv)}^.< ng (\gd,*{Bčnͷ -&X\rNX9 tbJ"OrDHڕӺ_8pP6D(ʮy]֙|ER~6:IMbJuNȤmȌ! Zl]#oHXپ5dWŠ׭~>8-PLN1)H=vɷUʅ٠q VxXӲ<izb8R,֎C>T+`"h@{) @@窩k!/a4R:^w+2B4FӄopJ=ңcAs@,LlF}ϴ'ͻ† -cYc޽Ye6*Jđz^2Q[0cD939CJ e='7LIx0'&1 nO몔 6gܠ"ZF~.ҷ [^m~sǎZ6NY׎ӆg:b. sA} HHՔ^hi)բ$g@"g/J8q<̊ =q~| A7&uUe Y\(26,3adC?eXI:kXcs{eBw!ŗdDżTm-pidh:@G4I쾐$^ޘqi3Ҹ8~ĝ)RM--KK(P3&¯n D_}Ufmq֗;aF,fӻ`B9,JB,Φ DZ*8۠h}t Ob\na0o~ڿ3C#ϕp S}^ړDz#VqCx#Mf [&-SF5QՓ69C}bt]L}bѫtmw@=0vb]G{v6E{ڜ*3EAQG&{J(zU[r3\£xj邔7 ;})𹇙U4zd;kD8fknqRU3r|42p%lKXc_\C]2[L 'VKF&nJ3]+a\'"&yZ=ZV[f)* ɗGqY17Ҹ~OHhJFH6{ p5P&c mƸ2/ #$y˟=^uM'fv0i8$?ٴS.9ڢ:Z‰Vټg%ȈNEeHD# s6*h .!ר7lQa)# ]99t|<*h7Sr. 7)Kc]VFAG@яsM]BKYrO/VNjc6?:t&b"Z+ =7*fv h]+&"y4D:+Z}Du AuCd_X,hkR~~Z醑Pxݝǵ"H|7B40)7 FEJ81s1UΡnl->W TbV J ݔ[YCeP`@F:hS9YEv;Z0|/^|uvW#2Lg/F엤_ i},8C9^JZ ɛ mi'2vδECs HlQ"I{? JhF#<~5̟Y\An^Ku> W |+>,:Tz"Bqu 'pF)-`tWֱv4Jg^ܤ9_\FCKߧ7Y;b>)|DhM&h]Q%zGח$.j5Y2!>kFZļO?yo-|(H?mQzkAP'}+fK|'f`,ZkQE~ϕ]j^wl ƭ[S9qy_Tf*JǸUO?0@-KsXƝ>J 'AYƬtEȯOBoZc EɸYv"䄄G@t :X{$j4u> 3ú3ׄF"KQܴDjE#)vؓ=FXU3ڳWxZN$/ҝYo K-;A7n𺺅؋WuЅN3^\/l=2k#Bgꀅ{XL?u^}d.8Bm'4ydYLao=a_j_ ~?uQ-7F@jνM+b/#,x7{͵o@%vʗnB9"#1Uu% Re@j ,hGuvA.?хJx&SHXz{-M %ܙy![+'uH~_YaI{N5~cZѢ^ިBdʹr&~}B錶2.|h1Tk!z gY!fQH9\t{D>E{%rjejU`E:+ٮJCE[YRY; fmޮFto~Ǖs8>'ٌ\_ȧtBZAgs';dVn/]=m#xd.vFȃWaG! @]y! 7`w0#ҕFP@Ⱦӂ??itfc*<=cY #]=Xe{T@Ć3_ZR"pp|Wm4<6xMLQJ1 #Pb_'UuKazwtU^b\S7M/_b_}ǯ kMl)ӹ)UU֠~,)yQ8n=ǘ#'AmÎ)."@%xݺEr}+[h;gf{wW 5௯2odkZLr_xw24\C~%RBcx:#%XS ~[Ž@E脉6e(G~8NURpG*c꺨z9X8/<749t@PЍ{B1tF4RZ*9}[I~kO2f(1A)H&vowfzB#j,u| u`J1{ɖ[ɼa-W9c+KJ`av)**yNP7ww 0͔u>_eo1{mȣY_K5@= |n(0bEcye_4e=+&e0(/ L^5;b{+y0] _>$"tW|ӫ.鶔׃"e Xf{=Iz -fo5 /_`RFӸ' .w/Ȥ]R> ZԒwMЁݞWS?&pvkR"N r%7&IT!m'KQ h&ȽrKڛтjooN7J:Ye=FS>C"ڀ`?mjNx)-S$ƌ[os$A;avz':`DzpUf۷-N$1qs#c"hGI24y{↗W=ML^||=eUw^3 8 w7ȕFAա^rv&DH M`kd y/zbc;gF 2W۞?ܲХ:j0a>[r!/0:MsYK2jOG_LI*[deR9# euU|8<Ȯf ,;a$w@C/=Q?8ZWbhl:Ug{VX.rybuҴ̖Ն=-^ftuh&S-wnlЖ[V5w?YG:Aؘ6$0FkKIut7F_(eDqIMdi3YIڡAaB#),JT +Xx'sj\xIgպ 7)Xװ]UkS,I$@DZ3zXS!V LuDfK9iC~+@{FOWmD+!k)8ӝU8 e Q9SJE7JG&:H@v")m%*⒯Eدv9Q@ |ח]a*~tz:%'Ƅ>6 0.fJ ݀@)*׏b7|YPw֋WˆdGn4e[q^+uLP+9YX܃M*'E7 ۲7M2WBB!ϾMX`tH1s{8#Vs/YG(:,!糰+z!~~D.G M=-~Qۭ907v-f\Z^6wLK>?$$tį$%,l1.cӉصjfS-*/= SFL='FhOb vPsDxix4UQo'gΊman)mSzI]Bꥥ0aK^XKVSd' 7z M0W8<1 O2N]-Ses/98 ELWq|Ic _sNRV9/[ꪃm.n()Zfȅ$ =qucWwQ,N&#@?T/| .E(3~BmOYhnxhLU_lRbfkCD@xIV9HF꾞f6IgryvlLV۫::m=] I(HoM":H(3(i$3lD jYGń7C`s=8 _ș.QI'zWڔ Go5Zs@gBB c3N }``!9bwFwFBdp)4@driJiEYCT!%Z F6+Zd&*u@L@W]Y)Y53ƾK#GUNNXɲ%&a*+o" &g~~X.:o iY _5 P BFeo!ԐhGvt <%~dRSQ虛^4c 3xdS#ɾ8^Mt݉ÒAn8Iɇijk<`[i7d7&Pg@NQu 貽NOy Dme;56vϟ#/_m(1 Gn;2 jYNxWS#,퐀aLަSj4<ԳҬ,zM]Ŝ@UkTW5T2<ᣜ )N¦ 1װB#ucB77FlaDU g\ߍ*ev朲]5BV`Sy+< xp۞gfDZik4$/z$SW/J.y71KD,V ;?$c^3V[GE\:.qR'HMA17CYW8xT5 縒S[&*DheXݭ$7;ݯ Q?b٨'J#Jƞ`ZYum%Dn2x& 5R`QCהBly=. @=7ren Of\j:^i&Del-A[پ > ZB[["#D nBո-\o5hFN&PTmy٧J){ <=:vL ,id"L,䓪Bro wC֫V1m'#(g9ԊXBv9u"l@ˑ¹p׹fJ"`w<)@ETi.IVb 'QTK.c]p`v7z^ECz~WL g K* &GdAPx2gPjA<T"JdU,h@@O.C@:qEsɡ>s= ()@/x{]EʇwT_G$LqYo9%wY"J,r]cy 0#\4 $}1\yѻ 3rB~sB"-bYi_6!ޚ*QRWLz'UAw #{}hf0D%$<٘3(YtVŠ4 WpK.\*6i!1>*`GEAȗKԎĠiݫ앚)ܶ Wd3= ]'|k q?+\6Q< &r9N4Ǐ|Dbn涀Y⨗#&e #io<!)V>a@<':4'vڛR}!3u/(M/iƢ`Tfqn YKJFF}]z nc%jҖ7O#$?.w(#džor>H Yu4ڌOkBl' SZDd>?ppy=n^ NQJpe5 mxb>u0RӲ|3~s'ETးy[:w/'^ware g n'÷g3D_HQy>X ݦJ3%~d:6ch: YH5ۏ֎;jȉ JAY%wP9*Tv%=cn[Vn-kܷτ>J7sVS n ʲQbxIDn ׅ%Ng@`̶Lf]WcN$nKC$Փ^q3@4/-F҂J3_o0h- N{I^2M^q[cyG$(qǀJ!ɫfm. oQ 0א*ͦ͹[ Ux wȾ#,/WF{"%Sjnᝑ΁gČ ^ $_ROlY@~K/1Q^v]?"W*[`O<ZV0HlqF[jJ?ZU-Ivs^yh%2Uz#-I$xv9LiA6'u 9&5k<qo;ugPO9t{<6}~g$L8Rj3f,c+s[}.vuԭmzR5HMc:lB%G3G7h|_l[?Zf1Ji 'TԀȐmQĥ4hti[XL% / _+xgRW3tLNߒ BXt84:ڌK!HXD?$9x,KڪhcwV/x륄"9k缎_I }}ț&&d3AŚDҼ`hjŰžwq4v+G3ݧ;LQWLO#dW ÀLwAk m $fmh lӖ;$WT=ڞ"͐-jX7Z,_ Jĭj g<WFPHd4}MЊ -t3,1$]?ܮ} q΋")hNN^EzVCb4 +te̪h#MG}e$l&=lE@cn#U$79U mۚ%:lbxݵ6*^tUxK T5>A]yS_rHی{=P-Úi鷭)nW[gSa9+ebk.$p2x\ԊKVaKeTP=S!UYocʺr!duW㭆2uh`_=Kx#7[Ԭ.=Gծ37ʩnH7R"tć*t,!RkdӐQ4!o(iEd?\h yATu>}ϣ33'JC;|!yNXi+Q/XX,?RJq|AR .Z/*"AL3̬4~6S-iCɟv62 u[Y(O|@|K N\jQ{ fI!"K hǀ*uSNoQn, ;2@*A~@ܸ!(j`{ǹWO8V{D*q89'6]ʇNw }nwkD@=22$IzKM)4]hp}SX *'7%%mXј`mZڻ%ęeAo۫/+)%ɨz ;plwg 1ЪUk' wgԾHV~jB?l%%P'.^mp#U i! @6{fɼ5^ARJШ|u(ZTIV6t%B3j.C';,W! m\Bu@u5'^>%z Eҗi|^4)l.@+KMfE`~Q3UOհ+F&d˺s1gR}MWHK&HbL~6m<8ZM^r'J@iGU[[פG}:);9"8~0\Ktu_bpc(Zzmx>3e-FY7CRUsXP8>ð"h( w^$j:}TC< 58Gxzf.o 9VNDTϚY.lHL'-mjl@4[~nԢ+Zv'炉/_(ޖKs]RlLp8v/dF,kN aGI:z&;AM~ƶi, {Bv'`od%Ud _n)uzV3M̏2KɄ"B,qLuty(=jEeӜ@5vdoFup! I.RzU_rЭrwa5%%;V?JŰ@c@ǪtW8K"Ҋ t&=:,-wY ٧8EX"49\ە7SF7):SJ_FVfclJ SL#x|fux-T% m2s; "B@^~6n[G}_|JU{@_vfe,.i %锷Vi {1e{L rρ6z˼mE}سjB`|B'V:ak,4`E:29oMYL9*P0, wWPd_o e}_ꦠ5[3 "FH@WfEOcd%q j ˭@HG9!K : )݋"ޜz"f ! vI!,6O+w8~Wq|raRj |,G? {*z ATsjgV,cWHYt &̮R_x~rrpD^;cG!WGL3듹VwoTÍڿ@w'2y;_^IjC C3f4:v3b6Z([XR"tK)9op-MQ&T?\`OXHdɘ ]6fcĚ?I̓iN'gwi͜ɮPYJ /[i҆;QDnXE<4?jmDhDK|‘)ltbLoǣOH&!7e9s p+=qiV-آ0 GƓ.Gq/ǓFڟ"A$ Wu"1A2#._ 0Jsj!dyF*  >tjP RE/'$4-L$ U|ujKT0|l}WѰ3O$JoF&v!o]vG$)- Pـ3G<{OCkH %iKl,p|~A2GVW( ؔ=[w[K8c)wEP`tN&b?K C]4$FZػh>iC7tQ֙Ǖ\4oO>[Qkv%z)= 1w\$1T\J = i1ZhMYqmhc\"7Ldk)O9)\46J4*חt(K? L؉FƃEw'0gC*LdGЌr89<\ Fǚ gFB48ZfBpU1Q͕͗3i>LJdk͢5oY0+mCuh{kK>I H{Q<`0Q? GƘ-Oo ;-a"LJ踅嵝1v}0ܠA5F؄HQx?KRIwPj@pcpQG"t$eFK_z9aHsլ=+7L9fpŚgl!‘+dzBnړS=ǥaI)^\Gnh!hX6@N,-*N(K?c2m@@lWSXt:N}n9EPq`soe% q8(>2hа e4S'\LkHw]R7>MW:>: exgJ ѹm%ՙf t> ҈H <ߺsdѫ#(cu>|a+Dž s|R)u.)O}V}f&TL=UnTzC7N5z*2U5%y~8!~XM=0ދ66c|2/.e~"wA,aٷ`7"j>?[GT,r%,nDcmR 0"=|nXd9ym/nYRČHz{r!7>3 ,'swEMC(p @yj@e&J?o@r̀vɒY&6ۿp4Z݂ EA%F4M ,r[?w|-ӟzT r9f4,nʹ/}H5M2_XP7hl?̋{ }^LwqFPVh@PF{ lN TFiv5Q!AO?RNp#ZnMT[z QM#^MYWlzCiԎydRwSw`tּsκ'%OD pOr2߽[cAbJWO;;*xp'p{v!kL-oYhN'? waj)##Lw.X6x.܌|֌8vN^-<w C2UbR]`$ ]@U7mYog v#%u4Ry4 m^J\b-rcIJqt~z@BIEpF~'NR ,?Re X#aG:/M.c7Z?"TNJVaTQ:,#ƎEyo ݟK&jբ~5I\8?ޭ*x %6RI܂YВ(.w=%Z}CCS[&h*$W0ъo,Xl4sZQ sGEVo.R5>歨,/+ѾDK:LC{"ynX@O .lPaۥ)FxluRi9O$ɠD̨͜fӏiKYJ?ͨm+1L2Goq{XiI?@t~Z ?~ Tq2B429Ý:߅qn^axRVxiy >mþ./4X|;^N;Ǫ3O$8BDbM"@.K /9 oI)H4ŻAZW6Mlh; q!Mi. E@`svϮ:]DcgJd 8^V<\ {"`.霎7m ތnw*r03. $K15]FT*cN6,yNM Vr:ҏk-} gts+^&/="m*ŒKף% /G:|~]N KA5… u'&U N"$ %҇ ̃S4کqΫޓj~&V00X5Ɨ^jB ѧ~_W/ΕmN 6z@:N[dvTaJ‚EQ#"Yqj9;Z7nv_)zP/#Vy׶5CzE,)o~?1ުj_x6DgD5`˒;)EyW]Yt5bM)sG%sbzGlO~3A˹7rS>a+' 6qԉNQ^: =aFf+0L[w3o|ǿf:D?m.հh1gOc*-bf8~#Y*pW«.R`sY9~kIeqD[ 8m='f(cte7 Wǥ-R9'i JsJDQj4P݉d@g9wѩ5ϬyƉNppkG uWܛkǶUEJnH;f^D ()MWRLcLʺh%QqhrJtI[)RH=т,dmWI6@&ᨸ@[ {=jo5.8#OŠZcڤs\0CS c v\ŭfcP mMIo󝑹e2um &sz d~?Mq"2U-Sq6WN$51Y[gU<-;N~yŹ5DIEe50Jj^IXU*ˊ #{1-k0h]4R8gdFwQPqʣqZKN9 -: _?^Qeu¬ntڸŮTzx$a"'P1INa5S\f;z|F;lݰ]VT;:.l^ODLz 7 vD&'lD)Š>r4Z繺"ws] p6mئUDs$ Kvj2W[T (2U^LKWqc| 寒Ez{ʒ) NTu!N"D_z14"5h EddY5A] "΍o@ϔ1/(}r5܏ǹk^yI[+BEU!tT1P_f rDu &:ŻkP 1ͪۆ`Lmؔ=oҟY5G= f"3>(Q+L%eJ=;hn&%a鵡 v_pLBrq VH;_&$yf8اDQ}3 4F+0o{MbK#|suBO[w`S\{X:E&MHa)t1[E+~xl]0TnԝMA+ExsuZIVi$3\֨ ,!JS~\}aԙ 6dBq/9Xd~9c5=d ǁlWʩ]DjjVyQҗ<.@jQHt[{aIm~B7i>@:ty^}!v$ZAm݃1@'A!:nPwuG\kN^]:,T'jLTC|zwlzeؗKO'F`zgſ2MUlx[ڝ:KĶ[} c;PS{`)cW1OT8ͭ_ecA苒7#M=*=W>Pw[.2ɫ2#ŃA؛9#Ca NcpF{xjqW-H o@jgΡA |NMda6: He+rP'"WemfWy6؇-6O`}N_v; -i(IoD71һDy^.Ft080d.O = !Dz^mxBL̩TD9 K9 ҔA O)ExDžoI($Grg pXAQ{̗s`uZadٌT> ͧ|2$%e;UQ,+"o-bo,3gVHX32kh; d:ˑ3-HҌڙ{N%Ј<{\Á1^8{`mAj;&PƌX^;|>vXΆP_-Vpf>"Єt OOx EXSnսRJִU5=Bp*;8k Œn8<WVwϿ}ҙvSguip\37ke.G^m؟IvX E+7uc^1dk˨Nj׽{Z0e Qby=$߾ÕA0y SbkW^ѵ`;AA=`l~l\̈st PPW~C?Ya[YxpAŠtGѺXxATCz[2k5zt]> &Z/|v2[v0D6zus'Swi\%_f6M]&CA^%dʝ6^$T6-8`Sw]K]~(?Njo)O9\ɎSKBS$S'1j(_}oU).!Q``:ğ0AةÆ;ۈY"׺Q66N'6BpP=h=e)O|zC nX0lWqq)8*ӣ >nI,XSZ '`ۓ/_-`d6p0 Ia"WUY_>(F/VX0: x剆/eWKlFQ6(zjI5v톢u)2I|O D(`bXT"OW dJܢ%qKj :|DNH2h:ӆ7 S9@j*;B śXn,;C%.M]MTHe4*TCQ%BFl7S-ϣH"XswPO+>ShZܼ(ܴ2 #HtSce*>c^قi?r !&[״idM/Gc>DW,TxgDܘ &QhScP7brX&%;յS͟UmTcq4&,EśYtOTUK"l{I뎚 z枽Ėbg C4\g04A\6m&7y 2^cJeF؁;:ow/iV>3(DXoӜk$Aѱέ#SWV W." ⡾:`RR[&W/\V+7@2r/+$D ƻ8 :P]\TpW&+^׶u"3dI"3ujQd3:QGj9UlFuEl ['|BB)Ձ =٬bү,hsM3oOlIQ}}lPԙMډf_[ED!]Ŕςn% k5tOp i#6XMLjUM$R6&Zح`o3V . lr^eb'6 O-/fԯ%&&點V ;yh(W,iyн<.X=q1W<`rE vs ➤(sd69VVŔo;-dqT7yRT!O>} %Ҷ|=.n~Aư>,Q%jv7_n|tQӴ2.ivZ91Gf e^y{[M$Ks$K. h{q#:^,i㲇-8bMպU$Q;ӶG໅"\˰fw1q"%!'H-F 2|zd_XJ-t8 \wH`[J9I i{ PQ{qi?{ϵ8: OA)m&MWڲ&~g%xx:i$_;kpCv󳺨{PmOos,{ǗDuFʌ*wΦ{a!IpXCPdeac7ʙI~k'E/qM&rhPe0أ)̴F=lo yGP5ScdR"7zt7B2U i ] pE8|cr`e˜Bdp"FJh4=a j]0,=VCU{) ٢C)̙ڌkjR<@-,5:}aN1@O5y˂KdO Pe)*TŢ- ۸F`zPZ. NS[Zeaudד B}uق DKQۓJO$䴪Ҵ7X'&|5 -o *,w-mj'%v$xꏃ0xQ!û56rx2T0—̴ή›'Q87_(?#j4%OEXa-lv>LGGj Or P"!xOKx$"XɅISE:R<|dݢWsb'1iK w hcX|q@\KdQlTv$Ŗ_jy*)9?<.#o;ԱOl]1&+ 9&3ZWyP)QEtObN:ʒ]=b^O82df<“a(5O# C.4s};W\:5ς֓胱nN]GCj|l"Ӹu`Rc;iF>R&&rGxws RDs+8?Rz:Ңkxq{,SixPl(ʹ|RQgB_l٫JJPWts͇l /MY7E%,?şBʢ %jaZ!۽5}.JL5"|QɒѐE8S+nPĠ sV-npL8͡4K_"-B?؟聘(ts^L RR!* ɱ" c"7CnA pس;d,v̙,l(ј ;ˊlf9 %֐xQ=2#N 񧽸:Ffb=4KOg+fuk-yN0{ɍN'; QU:TϕrhF2y4Y>­ij2%<+Ŭ4`"/EN1!MAu?|_53 w{4HK Շ_ Lڭ76oF3@DK>ԦܬeNЭx&?,`ێį /vϑC| jr6 u /M+w)7'[f_B9\3EJmHbᖔ&PO<@'-=Օ(0\uӂ:7T0^&k>:ec#C[2KI%P 8[V8v.nlI2aMsƫc+p3tFU* !%iЍg" ([e!rj+(i\{ףvo`~ €΋ֱ$\kqb%a℀@Nz:ŤIyJݛnRKt@xf`%Xx/U^(|1 _.`5=!1LB`beo=/:j31 .9$ԑPtM̀QT JFWUnf/u22@-/%mΈ ~?ㄲjDG c3é*C;7}LJ 0cORU@ZBA]]21HRЫo6)%EYCH~n77zv:9!YR,!MSRڳ&$9.-Y PhI`"76@κ W_ `zO̼QD2aXa{p 6s`>|x?OCK`xcxcs~H#暠qy/k0( OY^_M+vu'$oY>mA}_DH1 7hoN%n: i[HYw7Bra ;Q17mFLN1Lu/gc L lׯBėR°~b5Gjk-M9. }:A O&O=qlj-q:)mj.j0uu7&&K SKTF>lBz ⺶ñ3TOq ۻe*Zbd]4k:G>AN)cczu69{"v0Qõ[XW6%ضۘ28xr܂iY8Sya}UΝOypEH ]Ϳwv 9?vlût-@C{NAy^K.V4hwu {A^#Ԭ. HjDP~IlI'=b&mMp<5A0-~=hZ:5";.kql3}}/[_nTǷ` 'Coaӣk<2qEtc˒&XU X"I8zpb[O@ߟP;BEz'ܣ": :uP63'i Jqkv7ESV|]q 8RăF;;lӴ\Z=]^;YfA-2_5{8.//$G An`%#TԌSF7#aϒA2 j,6e`l }ٱD̻CgҾnXȫoZP+`VTЩD \HWE'ޏW2vI2t-*oľPHJrֵ%u]1KRs4&;"@fjЧ[7K3ń$g/%ۤzEsL`IIpr;Dam =eRƨהt.6]N!"5^+ 4w.dhkl$Y ?v]FuUiL'W,A8_22ԉ_nHz#?&~;4O6@Qku1x 4t PoG/1UQ@ҿ%D)*CK KsDĴ[&H~"_*7 zs mte&mO'&ן.*&ϐj 2.z 74Xn4ȉl"|'"::@ʐs -+A~ 5zΘ*jw/] )븘l5X l)@EvR䩻-l\k0Fܹr^/rl=c('KbQ"Ү:@f`iۜqS5b)뛅p1C*>3E2pvvGe i 58@Wr0A()Ԯ' ނ_zJx94¦vQy7i/3&QsSwb E.WP |^: v#]t04xJE&:jwg#37 ZW@VyL:I/ $eM!i5'#T)h;(@6UB`6?kJ"1D8fZ_ v;Q:q{h* _9ʡ('nF TsVOVPYPQzy_ILj)7X"npC*0g`p0nHJy3{( }}(re2%p`g uDO Qw]P)E'Y| D=Y}Fjý os\1}g Po !Nڙ6A@3_2nVXÆ8s6iRas y+Q`0|gɄ2n9@SݭP$i=?XVF(KI3rB#u]Ɗ؜bu <3"f&0"c T?4(9Lh6vey{z{R K2>E;X}yY;6[BhF;LӞ(B D->Zn~Y $20!mv\giPe^LMBъ23?` Nr2) M8%C%<$ S%S,ΏX`ײZZWLD1U ߷S>5d@ AC@58 UA(rU8?9LYhoR䋺9bG5\x5TB i^m t]K~%WuE3dᠭ1r_͏aǺ%@3{-nZ!#:8e]!<:@&`<,ڄ+q3b1ٚ^U ]w*X$f8W!:Eo:aH~T-}l[Hr) Q2V( Sk*bq,qyn'~,{&W/Rq@[TDZ&;{a4C(ER1#F?FCn1d :~Ϸ_qXD/Ts$zy{}OJ3'bU!kEKU,`بyʃ:8s(]nJɲbgf}ۙ>6n69F2 RRA*_,jЭV]\Jؠk3!b7]ieQzGi tO{95)Y@3."F`t\9Nllnw1 ڃ@E6^DvH^ayNN8uՠ`LDOZ A@#PgO5Pe_! 6g9LUiEMb!"JH ,cekeŲdu+>9&"{."ch.ЙUd;pe;\61xs~=;`.lGˉ3)>A>_^dƾ((qL;X/QD^J@^`eO ΪIgg#^B_WwÞm(TNgIL_*.AZthj''Z>홌 NΟȴ-ZY);_uu@dN}~+;K3Y5 f#P#yL7Hf%GYг+ f2Z۟^ӊwV¨ٻ^kNn:Sn" 9C8|&gS)d9V \imv_1J*&E?N;bv-У7dL@R>ӗ⣖Gf4wV5̂TH]L8x}j ATVMA+W%\!C]Zٯ*" ɔGH3m,l|y!}-b +EFX{mGhD{6W2OD\vp!_:SY'Rd#7zlr3?젠)p =WEMfdMKP"O&Qhmm$տjzP︮)} 8pjXS2 a$b@81 B<ZP<#^˗V>p~Q\aj>N fMyt;ʀ?MWOgfm\>ӎ<U~§H,rnQ`dZV'N BR{&|Mz 2d3sHg(xزHPTn(4e;ԢDWMIR1 43q\4IG87eEf㺕2m "tI y&Q&)GE%`2D@VT3qF\SIv:m:m糫O+|en 74x4P26EĎoX\2U>5F7l]1ъ`ظNznwh{?"5}>ǀgPġ\hLO El-PE*m SYd9UdMh:JYY"Detx⯌P" h8Yxl Oٷ>lBNU27PSssm䘮)~QXi1یY ɱd\zH)֞0gh_0X4vHԼGW 9׈{A,,GPVLقt+͒D!hC9R7@ff%ӵ9GG PˤC]0t1@_]3=淺@2ZJG}f3Pjː: U9\Ϭ$ryϠiܤfPߦl=aeNOB&_mB=dKh bXF̗/5zʁЂ/QQkXistbJJf-\;;Por}IyD1S[“Tj[)3kք?AfUD]j-"EɆ|c4 mR{ ie6ō\gGhPB%%A/qC2 ӻΩqYBMIꇗ- |aF5 ԗoLO2*H߂ $GlWq兆zFf%vH١H {;" emԊ96&.}$I mc^/Bn}'%h(kq`DA,>x_b? XsD Bή.X4T54*%r |<Y,&NGhP} I/jfB+۔UspFR n2?XF%9YQ$$[=`01u`%i?ӇdmE`l-ݯt\8k,/E\_l r^ ͨW&c~g‰1B9xsm cP_E҄s]%'v>͐ 1Ct#K]Z?s3Ѐ M}:>8'=4<})eHa|ZHydyzkTJbpsYaK`::_W4,J G7qy֍ѥi)TE%OkHkç^]PEvb >-JB0Pɓ1QTY;RBuw>qR^~op d4i9-yD֐s]ʆ-)dڭ-"noqԊRh}T9\;J?P9p&|"T(;K< X&27g'_b_dLJ10< m&lYߗhuVmr#|pN<ʼF'M~K桰3yi0u-\y|04#<%(&簺gx/Gh5@w:dc P"}AZM% -z39/@j䴁V}Zfl!G x||U`)ȣMPr Wo0%~.pc%# jXaӨP޼On ;ьa|/Y": U6ӹ&H^!B+ O| | "2ݪkVeP 8 a(9OL^0-H}Or@XOXyb>rXMB ؖ uO5E fįUiZ}}i'6,R/~|:kl95yBh붣(2X.*};vbV;Ͽ8T0M!Ǻ8$UQo+vܡ˴&߇=,)2hwv3ѫYCп;d,<;kNy _'jt"2c.$zc%"q4Ŏ2W݊uzK=I9|U>VQ1+")on*fؗڣkuM2`󑃽 1qA &!ij85g'4ɴwmЗRb5f`rR4"&ѱH?-đ!gbLl8EǀjD$oaC·?xTwz1|E"\>#Z9nrhj?]W]Q`Q̀'`Q ?pz A& %\ uǬncإvC2aZ~ Bŋ/X cg jjI}^m<1<+8s-a6U=lAwDe]ְR=8TxK7*?<]ŢG; 0{{Mul6:1 Ftl(0Ԃ/u1-`ob[Q} Dh(q/0tbdJ)V#'*J ,FԦTt(߻P7r8!hYIbtΎ+%xA#ci%>gh`*yPi&U۹Y1Ia~`gKAi&W-S?3X2nHL^-Atބ EC"gީ P .C]f~ѡ )I*#,/ngɜ>YF\ s }y#\onľ{m|8py?ìp/H{Fu Ѻd+ޑIc~Tu9l9]t\~=Ҋ*a-^¹mxpSf-{D$,sJnp-c<m|қAi "+)VrK^ 7_ ҼZnLJʳB QB_>IO<^d>Y rgEbݦIM_T8Ɯ́.u~SobFyɤ.љ~Jvʶpg&eƃ+,̌yB8_^59i/^ ~?=h :>;œ]s@sP&mY562ϵ#K`6$;IlwJ(6yi0qbF*=+F ,U( w5DCr\˔nȐK:u1@p `N]"ТkKdѸ) e.Zn]her̕V3QEŎ}hW@˭F=X]:mth;~1  RǿWl5LU| @0S!+,{ Uhʭ}(ӷIM;=3 By/X/7E[Q{̿*Wt7"ĝՋ[%\b?"?>]<B6Z0*m_&^ Bp{̶@Nv1YŴW㋹_gm@$"yR3fr*dOCRuqh#wY1e7*l 1ޕ1_aޔ>4+,mEUoӀMJךL+֡3bANJoyBj hIzc-lvKGmӉV g~~?s{[0d/7@(WtgOhhӃ̑@ʏy"Q% (68\~]E<_R}V*s8zӫ+"U 6d@Iw!*OG}LjF9Hyia^Uc ot)u؈uRROp9e؈a]>&vY)z#XlᜢNK@Qc =q k@ˆjq<q+) 5H0S9pƃ— ި{җG^U ҞEɨ-gQ/!}Vx5&q,v./c <~q.)9 p‡ FYYvzn*(g?ID}RO uvPM|k= #JeȍQ^VGwd١+"N=3sBcص,o{zƃb5[٩eF~"ZޜDzdž )8*p;qTX{!e_F.Ȫ4z>e pˍJnW `(CiNSps]j7{2\jDhsWM8 ?5Ww ` '|uיC9٥/f$s@J6GMC`hbUxo/Z`5%:NGz`Fmb&+ݹ7Lg@msX RܤCˎV|fx.\q!FDt֋}< ;ѐh%{<Lbǿ*]8ըTOz bWqX ~{\^xwڨbQ67z*Ӭ➀x;!XFm I_lJ>teԒo[DZ~D] Zds[9= |eQ G:s?N{e1pf#Qg/u0)Nl|9G6ɝ^1M {"i<1!%mQ@Km>W>N V9|̇ιvc N2Uй*u.$SqE[b»W-:g8@@?!u)(Fn2_o֊"Ui9 psK2Jg+@m $VkO}8`3 Ҹb(mG hcnF<";CÚ%Ƚ*ʇ75p6?q|0Қb yEL٥MLqo)_per/!ѽ/xab$ qEaW Kw.w |/KilQ п~qZ3Y#N~zc'TI*kA!.͍hp,;D.HJW_.)vqN|EJUԯI5nDK2cx+~&w%/I6wIלoYsu^<@޿^Q;\ GL^p]V*>E L&6 OUO 5XqtSpވ=䫭C4MdM2H<IJӆ=/gcaLɅ1vߕ8[j SmoAni߄ƊPѫYup2{h"a%ݔ[f9i7&H+?7m۫-uNgx [ٱ"/D<Iހ܇} .$}3\Y\ g^jZX;%RHHwKL%%wzuDW-k/d=.02ȫ-_GE+e0G7~^c%M~p'vMYMm= ~D1,6^}z rM9/l3i?3?M,K|ʨQshXy^1Y,7dF xsK .73(|"대ĭ mfDU~ L:&݌8;QlYi3q+s0bWyM ~B2רR&"C]x9`˧rga AN cD^?Mqaw~:Y)%-I]b'<ۀ=Tfo\.'ײ6N ^ o]/a']%jj3psq! VCv(JUcLpgPH٠A-zt;N_5iƐN1c¯}%S)c50kdfщꝙ}ִ4sX#@//DRu<8WvP. cOk4Q6a~$k WO1 8,X) +*^ 4}3@+K= ugL$Z9X猶+ujB:۽-EnyA*I<\J z^#3u_;>r!Z@>pV; b%G[wz'ܹ8j7<"lC74Р}KɮajCiy d0#M']4 S`{4;_q2$[vgz!Ȑ~WHJ.:? ҫzO*A*فNY{C/$*o*3uxwR끭uٮ6x4 F Y}vA|8OC%Pǐ*)@c `S&!3|QB:01Bun_SCG ܧdMV#LK*ܝU\O6 Jӊ#';?: 5NbY,PaS BzriGBT~+i/C%V 0n:*xq=\99k3$zsD^/䚦Lڅ5,|9E?K2F+i[gdRA?sKb]cU 3(VWō+ʡy{+Q=e Ao7,fHM5Kl^ex',,jl$݄5 ]Ti%jj3"$j+s!7qy`0#( BnvĬwʾ'}?v0z\g7}f#V#= !v.8g<^Lۛ򐛖\>^.  pź_tޱadBd-?YT,'] 5~<,Ňf7V^{lʥlA9CΜ >TGrPH46*MNt6xnZ_ O<5ݬx-wPQ~SC:PmbA?ĺ88<2XyG]LcP$5ȶ ]<f$wCў@]ZT*podڼq&,(En5:.E3$n.u6) ɆqN'-r)7ɧ, 06_c|;40x?-oX2 m|tV}9 -<v=2IRhEPj vke.}$K3EM]ԾFta#X90庌oz""/HeبI}Og˱Q}\yQ-vtq],ε4,#͠C 9b9fH%n_HGt1^ωvVs M?I$0!QˆHZV q/W,Y53d~oΓaxжp-]h',di7jx뮜:o7q`׺+BHliY,|gh4||LhwMc\Oǝ醪pfO;0\M8vYy$k4VOaIjMG|/D^愔Y_@xZH{$*A+4Ĵ߈Jk6 AտIn\\bZAW`9jNT>~Ki'UH1̃Y(# ̰UepY$JU0z循կ%gУb̜%dBPb@6";az7ڙ GsԾ>Rk=A{JM-Ì]VCHJ|psӂy2o2i㊅[ הeAS;˗iyBQ7u5crG3H/<դR!}8h"6h.YjR"sf cW 1X+8Ba2NYxtsn0עpHPqEK'u;/4؅GH__soYhZ(n Ӄ.O b"݃coⅤփ+ SRɜG+$ E}D0n}3`@;p"t?D] (O`TxIէ9sx3ɺKSoVrq}Oz1sz F- Iy|f.I"S8IUz#D+dgnnܱ UQix6ݕ"(خOXXS0yfXQ mpm|Wf؄ 7I4HAݣQT|~.#L!(`3|Z<>}ي(*zߙʠdTJR>ppXtoo<"1(ޫcݑ|W9q݊6%͍|*۰&B$q:)Q:)\I0wO5N-ГFg.c\Wb\kkM' 2Q_8bTi.?)]kBeSD^0r_ <{JE̔ zM#\}{RW؈CA);E!D(Մ qS8κRy>Ѧm7f~I'M IeI DuDLXJCa5J, nl ,6Tv/C ]u8°#ޛ ]1i$fv7Nj z4@SMP)fOlPr,`9s&?@(_vSQNZ[?pg4ٿ57E߼z^u傚5*v~]ij`f&"x^qv"62pl%cUtr3zg hm){9Cɝ4(1}m=&,W Bcjvf6qS6'Ǔep%Ƚ:ߘ*Vt⩭ww{`O ǝ-0./c"@Thm?!H( [%R~2ȮI$>/J$ I)4!X9[Zfz餢xnwO]gA TUb0dv됚',4VR-/D}C1qTz4G"_oG dT8l^6^)%*`Ӓa`RRz lPt(KU FI;Zb!F::hDy~vMMgm.o'F( VLT>gU?4"KFI?50.)ҁ-̺hfU+fÓ>^>G7^onJ2=-XWm{ڪT;+*3u>`ϧ–M:{V<@=M<=\=U&FF@pTrAGMrY^3;1U7| џ{xflTN.K@$5鱎Sn8-prq֣oQ!ԭhU7$ ήG}WV5oם )X"dUqRD6V Rŕ4K(=fvǐJ =^.%o΍;RTFv<Äq*Q*MFu7]TXl՟hp!]jcWз=|@7.mH?”ڕvk{vz !db-f 攖w^2:g%כAZ~뷨Q) G5@CME')7%[f"c:=Ώp7D@\iU%=codҩ)zB~Qm1'tV eFC/HO_a{Ce5 OC ,ۡJMX5sSǣ߽~-`BxŐTkw"N.f#^lZp}]&=R|^)^a%*3OM:{Py"fq"Hly˄9٧bTK[@x" >~{\~j*~]w=fSiGY CZ}msA1MOӷLsVl5koAtvyi^9cR e${ ֦1eTU'{˜uuZJe8Fuקд_y1iwLZ\.xz8"+1x| ot愕FMݯ1we\""z\aKI^_Ďh3X2d59=(~\F u9f&.fyr}D(R1b%2 l냪Sė *~-mj[ŧ7s3$1${]{8s˜ Ê!.o)P 8 3NCCr_$yW0n"3bK5kq*!*q$G {.Fc:rbH*Hf*/]pQsIrCAeV8>STLVdGjЈft hyqLg#'钹u17N{U7{㤴 :jǽ qtւpc~OQhxu^)C pƸh6\BZOx5@@]+h-G|KGgxc[?wX$qet͞ó?-vYN_Y Y ;E Q3,Q<)[K@ylƳGQ[$HȲGZ /) =9Np(:6Q*#ydxpI/̵)uU%J 3Gl1UޢbyN%+K,Q7k1_N);'NxzCx&mnqZ&[dz[b#w`zVpUK9aW4)/z 礸ItQS{s$4%E[}:005z&#ubwKš7LP/c08b?jiXD fiױ0|_ʞrWnId>\1FOW U蘎_%E(X)&q}&%xf;SO/C: U#% qb"$xY~x>{8KSno~C+fTU .1e/!J~gzᘥ~cu_oCrdqF,Znc$IJ+q pøƞ7JB Pț?X kda'$s {:GT8Ln "m8<LW61^L9<5ӉQt"r,kMial9A=mEO0f<"T&숹m2ߓ]~'}_]X!R@89b } c" Lo$7ua͎-Sh9 i"?itԛ46CvBRUr\Q-5C m΢ʬFmRݙA4S[Jv<])7n gT iQ/⦍6Pcῦn0-ީﻅL?X+: Em|Lj؆vb&xi+gIhJP 2TDt$3#ŭG TDD@>ưlx^'kucJ8P#ڂa %pXd'{E]QK=M|}8=)_MԼX&E7'>T;Tmqf KU[Ӫ8nh#% J#,  y}=?bu8ɒ8)%e{Ǡ5c4K=P򨧭=ApjRBcS`<9lMr6O`~2%=5/ܺ]o0!j'%-Eb5eتMRtQeldv~{ۑ'HZM2eJcA3[KRY)[Ȕn Aq?]'FYxֲwt^ &lQ ?Mpܗq>tmrϮP^d`]}EaQ]*Qn e:>>澳~)4 0*NLR+%-v`.nA8_i}9WIVR9Qa y@oZigYS'sw1aDAQBGQY3<'yo ]-͉ho]}9J,Q.3V3Fvz K1~mւD/MRx|d\zIߨgNX}ai~8ѭ`ltWgaD_cOdO7 \V4\>VH#0p~.)#B8TϪ#;8Xh-FW3[ܡ՜2z %# KJ5Guhts6b=UKw!=K5I e╼d---rEFLw:&1 O'(-=ƹ${ OPIͨ[5$/ET=w?AuvN>[`*iI9v4O ?`'>elYc7D!SExY?H6F{sDg2ITiDshjѢg򆹻hy ;Jiҏg#tʡaAR $I!3r! MޝWtUx%(;3B'0@B[۔yuJ ѹjLV%ıaQ9YRQK [O$qK-r;&u;#,ʁa~A_dZYgoBН<`FԀ` ^'6KL=A yhacȨ\PPo~2/Lq.-9F_N;4˚m(Da6~J\%{B=U7&9p ;Dj]+ cg5*e(b6@IurYuT;[~}Fkʽ$DU~*'T| oĖj;4#؝C&M  A힛>f$?p(}V 3*S#j򆫞f8ɮ,a#4qL7 k6C ! A^3Pt)݂GA6i̠bYb]I) >1f.Iv/B W0eu"RǨ"S*+ ǟJ6ൽ\ q >;YoLr\ޞ1W$ߜ tQ6"k 8qRhQ> 5f/!8W.K{1i\Du xw&=嬓傦-#2 Q3y/,AֻFGoz[]|;0 ɷ0CV}=Q̿XsDb=fOģ,tJM "aJU5wx@2N %Yj@JƢy1_sg[eJBk<5zB֪gVq("ݐOۆIäpl 62;X$XU.`yj1n=\xM(W,0AD-q6q4:ðX˱b{טʾ?ąpkmiŔXEv#I̳S$}i4`X; ?55H-]m;(cIdӿw=%aft_VQH(Q3z'g3Λ-Sن"#pOIYmԬJ>"]M1;R1lR&{C$:dPڶ2dVK[5TsaF+q,t-zl~Ub^rbowKf*Ja=GMckh9%O)Nz*[̪`7=A|NWZ C#.j٨p~[Zw?rmCd'DpAOHC?,LӞA3$NeSq|R_3YIѥTy)>!˛|/vkM}۱Z6'ٔ eccQMa'k{ᖏ;C׆.8?i90ƝRE[)| Mwk/Ɍ͹ng鿕1=2Cn J1I-I$g1ԧce{Ūaew 嫘mS'+U}ؚ5Oe5!C\$ G$Zy-kxBJW6~;VQY~mKl(h>Y~+m * g0$/%is>|cZ"fkҪIQ3(C7y1S{4gt@ !X=[{3U/PjvD,/Z^oƵ~syaMPW3J'A:XaK;3z.▹7k$V($xə]RL3jTtK- Ա;B\o<{- $p3sGo|Ǻ*H)7SzWᖼחzEQ%+Te(CvP줇)NnB\^g_vʯ6>LRZMM:rhZ̥,td0#oV$1cq4uI^gSe@47Ub:! [v 0V _AvwzDJ$;SYCԨ=ubLi!+! U1<%ivJ)&EȦj~v>"U,de PQ@7~"D|7Z^_0aSb1\r&@ξY|$r+r>̎uw䟮,P~Oе" /"G]G۝!-}"D@KC0V3qq,DMھ7@{l f8"grpOvlBL@OUnU}1 o͠jJ9D=dĕլmO_O6H8üpB[Kl4Vwt,PNBe]AlȦ$ͦN-{+;^Y z>;5!}5t ܻvADמ2JOittDi~d13hBnJ&QnP42jyN:,#ca)fQ'T)D<ːIB49¾l2I؍Y0MpؼT+C# `GELƲfi)k}gsvS~ZZs(N4fN1vRؾ)7Mcr7]0Fg?uUO<ܭXdxC V Jv"t:i %40. ^?zrG^WezE=rj{8sg  HW[ډ06&s_#y~1swӄ%h ZkMz! 'V_c\')V>M`P{\*K2Vnwp ?}U\teIw`*zYU),\#zv.Yiht?Gi1IߣdgR&s|h vbɶ-缤1k0SAUg2ǁ?ޣgF\KUԚ$ q7 2 Podn\)nǫeGץџ`E3hnWZÅ=._ M,nIr"gi|V,om[apu65l?kHR ZF*BNYH_f`}%#_ $Q'l/j&~5@d*ϩ'TW#`: q&+p h)33#/PB5m6BVj`ߍs>AM\<0wZ#o,MCaUk|al++Fԓő,0Ѐ_%HĚ4ZJ1gdPۜAa 1yxOtWEkn/準9~UOx2 K J_TOkc.ռzdbWiLeBߔA4JaI~t~N+ GL΁ {Ge&% Zg_p+橃u-ic/_ WEhxRFý@V h.i"I$C(( C`΀dGn$bvk\vWU;Fs$F !DKW]ЮNka8k d[_}(E1";&fVI/)CCy{:E` r%zD# N)О0 f}PTSmh~cq""}0 }}۩&X-[?mj7`U$֎6)10DoFCӂXDriQU4v4̽-3p`(OPx[ s uc>VRK{b:IbTm8rT0DQftw1 e<1N 7pix32 o'xx8*j=^1K|/߉MpGTOD5.A%v%/z R,k0ud3L.9Lhʖ12oĊ_`A IKʹ,,j֦{ʻ&մuA|#)n.q+-t@/#ؐ ExOrvq$!;^^cޕY|BSfbsf^0."H;/.2؀#65s9-I2Nu 9HP% ?هHc@K&yY.@LuFoGg?i:J6So(&@QK$!iI~Cؐco ʒ4Z"@uMOꊡ>^tRSJcnhfv%n3Ngk-@ <~Cx~V;NMA[7>dUp|eVgLsQF(٬Ij+<h*zܵfܐ{%La+JTgMpW]r ̍$ՌPNN v+VAmЅhM>-I Kr!˒o6|Ÿ">A?T [ɹNK6hv9ܪkSL<l-"mb}?{bh…mi}h+-V*a=0z3G!GᘳBe8Ѐ6:S 6|p,SŻͺB+AҔa6ZX9qt$aouf;险U-xnNMz,3Fb췇[c: sw;Svy_1Kv#p:uLd5E S\B(0.Lا 8vi2dp_zc(zCcB<)V!,@/7S=ĞA Քjʟ˱o "r[xysdaAgt p<16N+vcW5,wF\nbZ0G|)\ 'w)4%h${1"g xӓ z@<ra68 }1m`NLn7. 4 $cY/jZ̗hh2Չݿ?=|m Ǥ82.~ ABhwr@L' o5x=sP ͗\:bX[#M3 Dk_&LR ЀPbtm-el`^)=܁fH(*NÖWr:}Wvqn_?$bc>) &m,DJ>y :o o.2')9Bǟf"a4s=>#x-KAurOyQQKoßc.;3;3=wQmB=i{!zFLj美 ﯣ襏#w#YǿᶦC4D~>,8H)|Ce>Vdfy"a/y7@EEkqZ/[,zjKAq8"m2_x*KsPf  ;ǥ+T$q]x5xPJ㟖GNV_{l'EW0Ź͕BKHct"h] "U[h#ijH ZY4+Mka8j#A\ʜ$Q'K8d c\SGb- x,\xB~V1zD`z~fcܙ ӬPaЄPs|J`./%M+y.n> !;}YylEADz ˳EBwR44d탆HDOREk;f"C9+"0nFZ*fy+Jj^!Vm۠/ z5i6{b0)2t4}^ভ jlVN,ɐ^a!$,4Na_"ihnjH~Q_?U;lb)އtw}U?o~cʍ~9BFH'C_ȏni P(GU~/%3>sթKuZ6SvsíyԽtt!8+#xX F%ZO٨0@wma W׈3ge#\:⋫bMieM-? q0]6NFogLgy Q"Wm ꐉS1` ==gH# ,F'o;۶ǝwwu'kR_fȺ@yh"^?P1& B:\+Q*LDQ=8Bq0ۧ .ySP = نͺoB%VO#F3c[Ll) H­L#'zX1k?SfRU?c$?&lr2B]XAxQ@e,F*~^JSvF(Yk1?fa, 4X7]KQ`Sfl9ƈ}L@-Q1lgPyMhᵦ*G  y:CV/a/ ?~T(}0[cm4y U!U=XWGu&w.Cy^wВj+4k:Zܾ+63!9 c#jO`,:(b)tN!ܡG ujK=ΥɈ'3 ]<6VXmIh)^Z?Fy .M$<s<>rL!夒rqNh\CgvLEv=}Dx^t*J_v%z9[4-ܹhwNdp*C=lOm^b%ZxAfKWQ t9U>Jd#$O"$?&}]YVQJ&#o;* =3{2З}o>!I?Z]ޔ$$`mEr+KHba*qxy5B츟LE!).Y;ڳ5q-{ K1ۭj1_ !U9dwC>QKڇ-s;K%:¬`5R1/KHˉlSuV7iz ىIB1ӗ|a5m'U@8g]FABXܘuSvP+( {"ҝA"juͬu9tՒ '/T(j␅>ɞ jS8C<kr({o'Y/gW ~:3b·׼Zo3:/-Mdڬqr=_k3 %=/O5@gM ^.HA/ o OR폓RYûwdahR"s6xTj~>]Rʨ U}!._hK{?XqkFavjw< t$mRccZd_.P _ʂ ; |;?o כTVA1=+aCiP)e nL'96/qFB.i}Cpsc{j>Q\!rYƻVBUP_RV!D[\"7&x-'?oPd^*V6 D;E4 fucaЄ歵d};+v~{4˻^JF.kmq+b5DT~2fz2xv|#k8cYPȺv0};w`]N*i%QP{#G]3?>_]!3J 7.M(enչKym6bk@~+>Je[0P?$I8g×5Mc=zff O[% VLE@̏c15,e'nX{o38 ?n R4!a+ܢɽ|.`?ҦOf7?+gCE:0hvBjϠYÃuׂ)_c ~U 4S%OȌy gO:O3E'>3LF5Nwd^{9rTtWcKJ  @PqV (9K IX[1?Ay9_]->DÝIu;4@ءx}Pxjzkb@Wn xW@Һ} MNDl lCƇ}r⛐ߗQo&T=:s@I8bDX$NK&|l>, h~DǗBVRݑn E=z v WY{⏰(lnsNA0<#w?-bن4jfHb!X+,(.BHvkqu ] T!$c|* tNx-~Yƃy$(2#ɫLp20 R@Cچall\lS e*'ƹ%:#UТq8c>V5D+0jlе 8v®x/l^Tu$xl &1Ƹi 2/FY /.rzMBY%y#7Qҹ `"آ;[ݚ y eɀqWo#] 2WDm* S.T \ՙGG3{jG5+k^1!LgxǨR.a5ܱ&+ &Y*,"TCǵnnHќM$@F')s +(=^+;yٷl 2o;3]$AFqJD֣ UuUFv+ݑ 6achc"m H@QD튾B`+2ژbI3K#z8j>^Fx]=ÅUm\xL+8;phh/kqXn6rc̪rH m[E*;EB K(͈l;ۺa}Y*̿C ]k-TW#7zХk!N>4FYuMWƹSzT#Db󘮥$sY ?e?8.檹̟mS܆ϪJ!xiYoChC,2k~ae/b@s'RVR^3/j;w),;/L(o_*~C^!G8OT2u65Cm\*f9Ij|X}cg Zs<7?>ABJE;ZUo6++2@2.G*ZMUiL%ILLi u1`%h5CaժE%x,.,Yete` cS16yG(XgP;N"LgJɢ =;场qM=XTA">k<;LeV󭨽)TF)+3ж1Ib{6[D3~jCZ-3 $_3">;gHZcy8V1}c;KD.|1{0AdǏ>+CӂuGo"E9O*G>Aygrb)S)-i RSaC-Qkm 9L?qwq"n%jº՛cX7!]BHq4qͱ^O$AW6$􂟱ϦVQ/閻M6b"W?z}_}qC謺}w׿L^>t}JBk0r Ə 0dB+BkM jKtq0I?د0)vFH9-pu|HXRbNCf2 hJzwQE9q yxjPu" ~1|KqYThaFXf~Lަ5WJzoXd1lusI 6 3`TmlH\M&v⍸hYGn"we+EAWD#fn6z%5q3hơ]&XB4Dg/R(q|^z(ݸ6Ӵzy|m=M5MUJ՟PB ]~ij<+VxуD#6Й?ٵt)5$q*p\΄! B'i@V 剄u Rc|4h0H%TKy?bf-#ؠJ+H)#K8ENQ}9$ 3.8.$f| wV`?ɵ)s{L.Af%%­i[afsbA0ZTa QC:='OQrG-ridrE*%pJ*L'G}|Jva cuz(v< BsX#%M-D)$? (5ײm\N_toN,Ќ8}D$qn'H !B9p6KbW9(q˧\?ڪqЪDR/"`P+\>ox_$IK&JaWtl"?mѻbo$39astUx`c۩ \\$p Wʹٿ r[A R@#:$57;SlVaJWܽV\wM)؆H5)ucn{tQxp{ŗ: .lf/BW>]I]m&*PGl㢧cKĕܿSEX%w3q6ns) PW0htkg0!1ld%7'wg~)z9bAL=ugAkfEx rU ƪCTCa H\zs ƉO8/v4eM͐0%W~#J!w ~;:@l&IIq2C605 VGyVw$('ɰ2qs.򯲅u=_wRIwَcς&^̦(}Q_lN(YiHYbZs<ף(A{eCX}=3\z LnD?ތkǒ~\d:ٴE5LsCո񩹇B/J{ULeR XXwvo#X$[TvNڏ ׌*mpzcGh!,">VƑũmuCPrF>b>Jtˡl b+=E@Ǡ?Oa+7Ȍ},5\Vd 7,mJZQ<NppF$JlAn;<HNэ_\sE0"Q,DI38n r 5ZUhB(ga5.fR/dijzG ! +6˖}qḻ®tΖPNJ63nɵ*o ܤ#܈qfn YR@+U@M?vT!Е`HI)6TKn 8+]+y+ib*͸pָZ%Kd2BTGd5msVmLJ,X WvPόoM1ZPlyd~Jez`F^nW(I}TaUy~Pv1o+9TmAV8`LÃh%N%52RN& hʋuz5t7:z(Usm^7DVHS')R_"3bP ❭ .Z? &o~IɣR $fOVB7,U/fcݩ$p%4.U[ k`~Ui-Y,yi~ժ6d;g .RZcF' jtȰd+ Qΐf#;KsAPcdѠk<4FX8GAX$P갥WA_o[ʅs31X?.v`2u!bA.x x˳C$B ]l3HQ,CsLJ2.}tkWj6?%%.AM-8j#FU {’ ^ S֗KQu_Gǝ.$~D9i eaD]I4CV-Mz:m$#vr34N̺y6/}o?+oBV:GfYXgT|>{|s{M}8U`N} ^ ju'cM֓:ıNB\@ao1A8*Ա]`L"H}Cx+SXەw]A;bsdl EcK@ p$*s N70孚%[!"bVGEqxݎ{=R cY3Қ[Bju\s2ƶAe/lJ}4 tY4d ]<33K8Ȣ~hJx!ɕK0u֕*o3 Qo'Yty(?諉5~'9LZ&J< #JJ+_򱂮Cn>2{g9)=)h(J/*k~͍^n ++W8YCHGfzBM1 e|)̪Յ"Nk` pZG&V-Us<GѳW,vVv[K QEn_ВSֶ*S9AVri[" d;C3e="MiGrݽu۽3L D1Bcie\ٺF )|zS+>R' -|֍\% Ni#Wnnh ȥXvÙĂZ!rIX|NČ-86ō\ z-̀nߚøY "jIޛ ٵ?໽BcҖQ#6Ly^:<ǒ2;78ΜcuPJ6xRו=9ʛ4'QZkNa(`8Xyi!1]yZ[{r+t=ܵ?a XOD|oe, ~Ku?#uKdIR1/WיMnE: "5J7o)?(m";\0ȉB )_j>TOFM#VAQoV8o{}:`fF\N Z(RPĹ5?>w"l[p8c?Z)*e2'0aWUC- /@p^,.^=YVERۚI<1Z|[dc겎vvG>'f !-Z-F 0=]Ԩ^k>ĈhwV=͡քB: 7q4bt-1+ɹ-{/r<2f$\;^M!Jޤm92x" 0mPGߘaubcv3&>-*hx>>,_AB~ؙvm4,iYJ.8x3(+\R#EPLװsld 7Z]z _C>EIQ8þmH^)%PV Xcjno2LUL,LǤ#M-ֳ~+2>Dzj,N]tsH5+]* Xɒ#&vRC4`[GQk-(KKZĘX57<+^˸o@J52uOF2)QBٟ3IQi/eΐ Uq.e!&195BG 'ɝuPse\1Hq!a dzS2x{&Jzg![S*w:[7o)v30q?qL6wȪhf>i"9O#f_H,ZL+4˪s`PbIwKYh!m:ktV8{SORr &8$0hކik{1R? i;R3PgK}:P0ݫ3F`bfkS I4 ܪ'ng1:OZO`uR{a#cF !M33S}ȱJNR -pl &zjWNi8اTykT%$r[ص ubjF7rN7XBbDUe]f1 =Ga+GSxםI/(ЃNWJWLgƫ=0Pf:޺K5& #c-mA[ϓ2g'#@AFDR}O]]n5q^ ƠyqÃKE{}!2cUAhDuqi@h! 258mFg9V*sF`޷`.(ִ{=->ܥn !5jlh;pp7h#[MO Vf$oJhȨ3P=Y{1%*lO̻#R2A[ ̮zy/_@@g3E,4j!f@&E ]b,ѐx8Vс$K/6KAcVO64|K-i}gw@CMR8>*dsyhUw|9$MZiPݕU@DK Y}ro_c[Ԑ  i/a_07At,E[uI覟JD@|kOtW-syFȑrJܲwGYPa΍* T(pؚrwyJ#,P^[g߬$_N|t\ LJҪ96FQDQ`' #.M-&ܙEI:5oxHR^&4))RXhɌ}T/:(ʥ(㺗&f5bEv4TFW>tM+C W,Fae1_櫴빼NJjAhŏ(8?цwթ0Άsg¼@M@$<{0L-T4(E<[-HۄLӉOߜ`vuU~=8&3YRvyg7?D$ "`!",ΊD4@:+H` . dCphBeY#+sxҦLi5bc%'7:[j2?=S8nikRqMz/Ϻ@^C=TPY 39&7K]O KvIő_x:?z|%I؁J@ vQחÏF^0ZٹSȈ_jNlAg~vs,qe\ snS0+䰮"[xr^<`ѬV{tR.S"f}F?0}A} yPtЪuujJ[vq&O4\42ۙWS)ް{2Yjۮ @jx\؞*6C2x+>":5C=F C?۽\Kl)K5F2V츇vCBJ9޲`~ڭz]Ddd!Z3y=H]xRI7^塪Š/t..UI8ah1'\.(2T3a6ȣ["[ Sy-LP\͍ i8+`{m)WGls }0)X:+ _PN zH+ h傅Dhbݤf{-ɓ'2;9+?'PS:0 '`[( _zl8`:iX{'L o2 c Ű GAmU{5+Skhfq [G~x@A5Qr'۬ DŽ%u.(C Q9NBzXi_g1'щ6S6I]F Kso't6znt<ΤU0, tǜI i^ :$e.GxG~x ,y~fh\żbU/Q3>,luj!vvrF&*V6H'!TƨnnZd=R>S6{NzUG'8*GiёHje1#z61(mn pyUˠ'X1J]eo7yDCܾ*¿- s ;UPc6AYBFɏ'?HUAVО<5u֔*14Gؤ}*$z"mvd±McoEx9G+ /}Vlµ"?slegε 0?.AtBi JhkqDq6rO_݃v+Si\ESOٷN.9дVkÊe*(BmזY8mvTDG%;^Ѻ@* y Vjoo1c'Ht$x?ё+ p9|$wg!Jް7 9/KߝEN.μtKy&-gO寏D_#W:rnW/BtU63 :BƴhZ /]z_%A8,|ʵ2#ݜlg>,jbHado]Nh|C:5(=pҽA k,'ab5 H۸k+Nw:Fmp&547GÐ?+V3-i!1}d\NJ+.(d$|7teWM:ΆV.M{jc@'ۆ|43.|رt[L{xo*GG@C\[{;C()5ç&@p3#JP%p_vgUM˪eUe*I & w fUcL#|;F1f X\ \|)ͦ meCҩ8pO' )0/}( X.vM;auC>NB/}Q\XCx{kaY=RXp]UK)nDE@{] ܂x')N׿$d)`u1= fΠv_+[QY : my|޺jN/Th1c 2`㐉'IWѺ&+cPPTbN>ᓲsVk#`},a!nlxcwvK9 LJL0L5}5~IF."='"g +NM6D)k?4 3aDQ3/H@ʂÜȋD̖aMi.[!d.ŵfόG@_Z4wv,p_פ$H0J^B )R*]&.79vOXJO0p q.ש.T$+5Pm+h(XN4rCI&Rq&ef+냏ZxyJqڲ-n(Cږ@ ̤bpۢ;K$Kb냗@!X܆6 >xW3 `n ݲ&7Y*kd'4xjPr}CYyvo$q;`o ` }" t6^PBc6:0YJx}Źlo6j&:,kVٲFdEI_0<4hu^4c'.wU T$xtJz- k{kq^7*y!VVJ sYai ؇TŴ.Ͻ`罠ƶ pX-9}Hk A8r+X6fCfv]Iar睈pjdMͻ![vX$d"WSMJ2Wс f ϜE' \foNqT$k.fp~wGQZ0@â[HVӫ >[;roКY;ȸK!rfIy$-KÛWi!siG7qNTFA,MB]77#e &2ᓂp{lAJ17$ Wgt; 1\N89-ZhVp \KF۰֦3OfRj򤳘|{MP^ͅ?Hjq>sr;d-x.s)!JwVs22)$+>g!قkD0g3E'D}+yڡ]xwDK"\3T:h.cH X(E  BY҇RY! +ˡP~H2UW"<uloᖛKR Z\%ֶ;،j9#@ gkp y`VR?% ȸCdSr=7CHvJYyX\S7h὿7}UTWm4]s"kf ,r4q>%u!jo‚ۯƢ mLkGғ9%lkN\ (K8XU5_ ;o6LSp;n i3>ֶ3%akϓ\vEr{W!Zbb-Գi/œ~&M lnK9 ‰L\8Zi|yAE7iV)i U ExƖQ?(ZȇPgw<+YO՜HRM."dUff+f`ڃ *Lp|0 3-sj;e&?&fIIXRު [f(miBhIeYW l2J[!ol&[ aJ+1I 2MSG7#/aUu:ep׫O\{z >52D\hL^hEx0vPU!>2u N^A:t̛Cijnj VCXsY*.C}F.Fie$ _\$("{INSL3k~fpOk$ -~G, "we Q))7LGKzot|S%-M=|3 0qWih,zZ/=~+5sG[w9 ==%ǗvK^- p1؁S8- -)b"욢/'TU77VY妼CC+v2\Hݿ1JQ qr"Uz d%/!Nw"\U>8\ _, e\T_Սކb_z'+\\C$$ u3m*i_4.aKXz*+I" MEl`8%OL[TmIC9RM~. U[6%pe@Wt2+>"HbC7cu$ļ4#^D-lPmV>#Mֲ^8@)#q!~M`=[Oa.r=]Чx~jIۦ+cLWeQ*s!~Pw$aG;\t?>MmEtI9e~f}ј$YuQUY&~[\=H&N ED2AHݻD#Y.8`3 ޘ ]q9C! cZ!*pc!=SP嘃9aY .x*1+*|֩/1uKmyRK8 5+?c񬗌0sSp gK8edxڃ.e8hC{a9D%NfNx:}4+ρ^۰+\0wlAG|bJ+{g ^D!w׿r>Dbc=++3gPzڮZoX_oo[*#M*=Жl_? rm6Cz #S Rgo̜fH5 s~n.!Ч.uidg>U&DV-[%+1\љ ۃ)X@6ryu\_Ѝo4证DrƱN!qu:X!ޏpfV}h 3Q-xgD/e;ak {*H-o(GA*LFn!v ߱”u8Nv}"J|m-Ga:E kT7Zcd9wKk>}[aƐϹ,tC ߊ%_atci/ hz]tGr큢;Qn35J+}7!xfxsre@= scj% |09 V{=fZ1Q2 ˩mU*fshjA6/=WB@ɬ%^5f0ѯ~F;jF$0f̨D*n ݵ,.{c&#wn9t<n`UkR"aPyzV=}Ń=DM@9NR vPD%p@@OאQP (Ktd|W2-d B97}¹j"[`fEňW+aɮ_!ƢY8r;}ﻫ 6u$a놕۰itؗgC_-9A6p4!kڔ`:Ek I5u ܿ8P5g. ; _-ŕ=*0?uv6e:4V!Y%`hkj~+n/KRN}Y\gbx[$YkJ[sgD3羌E᱅q /~3^%H#)]Smc=u^5]e{-*@' V>)3@>t{_່ܖnGSV= -D o1F>{&W 0wguY_|>EP:"xtk8ctf&D:z9jO>>@Ln}`'l@ܰm"\}zPV:cY2vZb9Y6:8{ ٠B=`85ִUjHܠqIaJ)ait1(CI7 .F?A"$ۏ2n?c,_ HPO3S $8=0hIZAzy*إ)Xp*Xw,@ ?t~®)I6XG);ӏgYN[Uz_mp]TFjxH quʨ$$_[* ;R3ѻٺNbbG瘬d|S_LCWV1ކߕKu/5Sd%+Q~^d_dNNyJvq*DF.}.T5 X_c*5}Hr 8O+8 .C,Y`Wsͼ K ;.דV@5>[#IMgG;q%Zā϶K TO&lc->]NJ;M+Qm$-?Τ HexaB]4rfmRbtQ zZ&;o*xTBqβ*r;T>o3esBEs-3jqm!TnدV̾4Mj7H[0q\=0]9ǰvmvX*ͼ.vȏ9x_P.$Tr]/6OCS/k ͡|>$]kJߥ1ߘwwKzd=bag퉩s# rO/ A+pġZ\rgaVs=͚P>#[!?;q5[OB;$nR̐ij :# ~qB%&gpιw?Olx`q[ rkSl=3\*59AbY}n22pjm Đ+kfS", ֋Vtڳ-5I'"b ?=Eo2RK>esf49 W&~> * &ZW* 4$}{48YO[?^^B;?f^/F+3JG.yn8o]nA哺 9=KLCl1-w3eo3@ \B@~Xa|8 X@?W: Ӧ2ʴr,{ n|M;s( _ '%"uI78F٤:ne,JrBחfV?ezbϻ4 vٙ< yզ*":)&?* #K-KXh5Ta`yɆT-qiИsWOx %b6R:xgؗη _}|*q%ߗ=:XlIZ+l/ugc JJ3VؽP>1c4cĚug;I`8*E:trqo`REQ& xr6|bX=Aq/= q$BܫDY7ύ ;XXZPQ_҉RWf%Z0`x"$-{oV\;:c;h|Dy;$ږW6tlKkc45a&޶_ P^]oyN#3Ɔ0$3_ullMVRRШF7 hk0_r 5ȱع!*QI {_ A]=}0a<44ZN}83T1Ob='6SŸmW1aJlވL<[7f$@Cee'h(#fɥkzZXKueS%JT٨pue+%d!$+yոdo`]y),,e''ܺh*b0C;EDKF)2yj6?=$nF2Ev7 5SGuߚDm{e[Ua,Hj90#+ _>l z|AK`^nu7#m8^ VQg: cpO{y ;xh>ls +Ox bK7cf:T84Iqr&)KEl7"noe©wni۳spy[vwbLaaϣ01  tI,XySDx쾻+sց:E^pN\ϔKRMwx7ຯ Ѩd="S֨pkWAG7xr;g o Nb>͵:KU7⯞˓=g½^h._͞I}sC9_)WJ9hzـ*<`)]@"pd#>|\m9rJOG8gH!(Pi9D`'W&A::MNSF8"x>O=}u=_7b46A|- ʥ!Jd-`4M<ǎPP ҠE+}?D~M&0o[m_0,>}emL b!̣+ݕ ^n6Msiw(hjbI)nR&XW}gPjzd/Z1lft w}<)+hB&}0o[ߡуb Y@?TR!R Hk1)OBڳT1"YJ-L~oْc@-tkcd~vU?5 n>/EBC3K cJf8h+/g`9@&,C|wF$1'iDW{4ڀ89> ;Op4h4FL|2#8E7Ǖܥ#3P9p6#@eձX +7ŗTPN)_F3\sA`8c{Y^) Va TWbɖ0无aWQz:9j47'yNmPLu~p-$çT[;C !|2 +Hˀ}#9XӉ ǜϺiַz_Znʯz%3ppťCo6Α#%b̌eeAmp䱲1cꂙ~\+l9@Aj?Fn0+V.br*'ɞM)&2v1BP gf ?u|RQâ!ǭT:,.::/动k|U !#U[q;Kz'ʰ@K>-M\vl%LV~1ǂ^uV⥇{qrj0}"3'ų'q|2[ PfI2 썑]2;ב~P7'2 X|ąY2Ϯ@s**YT3FgȊ{|Ɨ{U'~z$d) %tPf, BD#y_ B|+d[K\L]'HŸm$(2M/en^{jDG]ۋ)bs<J@0:Ԅ(Q[9`掊t=be  * Q ӅɍE(ii_AK㑑m=(YXF1ECRķ| vUBĽ4ҁyJ#)A?zcq@QxoEYː~tL39ɠj-H¼2,yorWs؟39RF}(dX!Kd kTId@ܞKQ-9a<`Y"D[:ݣ=Kłp稳3[Kmÿͮ sS4Bɔ*ϣ#1HnzpPBѡ7+Wӡw]k۹L(aτ 9@^,h~z(Hg[`l0>;_A`:X}7-4E>N/T?UZLjw˜$r┦՞=,>TK`ΰ+UqץewnV+,2e[:w]͋"嘚ÿF*3bvP?S!207*IW.w7]Xs! gx(Ի6xOUØ67Dd[]{]\(8*;p|JYS7s1DCfX5ٷ՟[5@Q{/T_I/X,=WQ P_Z.@Vż$'ܺrS^$`䤳& Q.'.pQ!?Rz^`b0;@5mwO\˵=1f ~Gj0CBbRrU*% JT<C,ZuŦjǻL hdဟYJ0|qʵ }! a @XL @`}5[M"~7b(g1lHeBrʠ{70R MEߴ ܃z9'-/tr&-NdZ{Hm*)ø A0SH. =pYDq*Isν^e)bR(j^qnIS HZkon_g90ZG z Xa@dmH¯Fmw( ̊P1U+֨gk̂g1zf^Yo̸AR iǼ 0$3GJvF]i2?L5 AɡiFgLc0_PV0'z ȝȋ nP%zni[irG56$^҉YP30Y%\^5$ $U 것|;SU\iܔ,!:נ%]6󤭔lppAfTcV(WFHi/}Y2fh4]1Hu?Y`!C0OC>Mu@ym1N0"JBjQWfiK2?)?^Xx#t'eBpjbO0ψ1So\2@P夎bKe=?F u|6x##Pxi~8miw.hA!?h\ߐv #p| j7 ?]zDkF:{HSi".Db+CdᰫhaA7fQ.E+^Rv :#blxq`N uqm ̫ JI Nya-gBdZ sRtէ-Uj 4I*٬OpKϠo `JQV>>jJ82.$Rcxߠ\;DQ^J 4._Sٶ)Up4\cazWwZkϠn+eV]׬8V56C ]LEnRWs%P_,ݫ)_p'B'a,2}˻:mNHf~qvfsαHF}XѶM =4eP?d! >)&+d}/VfbѾxbdxVؿY+OH)4Z壍$h/=g #1K= Q ޗ?x\m"Ko6C-',3d=Fyif#Jz4%-h:,r+v(ƛhwMRvQf"Mp9 3Ss,x/H&3:h(mLb_ 4m㾕 )>=Z4|7P Qک# #xP 0ܻ2T, Ѧ3_6"¿TJIJ8*iZ!6G*;PđԹ}v(* ٢3@y;AsS7zbL (C$ Uf u+p[K!O:SNWVz6,~GL^axvC l"~7x[s/V'cb$P@)UEԉw.qwqvK_nNy%P0U7i{`Y;C*Fn<{ųA"'7Vc,z' d^g74'떪+u )'F7]% S^ 9@D{&,i!MY/#*hȯiO8M"t!֡j{.LPi G@V{%O 0Gڡׇ1B-f XȊw(#j~[x / 僺h)&MIzҌ hpR{!0Ӿ61u2 |(KC<C5\Sh0ߖ#Y>l>yJ7YK  [+u7.MJ~~C۵bԬ+v2m>YIu^Nf,ywzb{l\))r85 phV_PzbX̀sV'42N?9FeQ<\q"Pr(8=a0̫\DGx C1^~SVQ4:$Wpxp@W4д (-R8^o,46g{zĚl4oJ9?pvGO.Oih{ ]`R=d+ddtN$J4Ċ4OG8.xzT Q º8S-ԕB+lMr7N4"B!B2b  NO|1*sr_DNm8O /TvԿ7M)MKA&|ڝ+|2͐(zd 3j`,nT{9"0pHMt3QPډBG>2ctt, y۰228k K`up95lfx17o`vAŞ>4vC\Rɖq 4pFM5BޙUE KLvs:Bkt$Iyv.qt^<cW1~L~ Ϋ䴛ĤK}(= $L!z_K? ɮՄ1o/^aq;Sef.Ѥ?52#+0Q_trl)C@hp3hɦuԞuG;lS5Glݼ sFxV=jr~ n?>߯^+lbG՞YCޗ1 N!~-;Kcq|{Z9LJŹƢZ@dwxZ!=K3TM*_;HVS'@ȩLjEӁP0vVv&k&?oޅY C"%L89 jĒG ֳMRJ;-bKmŴ}qAN[pGz^-yH f1y]"lPĦYb@L/~ P^@5`G@;_u]f&J,N O͢䨓:U@i딕;6ĸ~(#HxQh׋jg0:6>٣ 3ٍ0+I&DA'uDz7㑼Ԭ#`+y MiC TJy&{>?\ciaMAC>_;Ϸ}dFrSN4!Ke{J)4aL]+Јtez3%4TO;Wp$kqފtN4@Գײs1CӖ]ʵReIy^;_GӮ(S2z'[iBS %MN%>MKdoS«BGn' 5,׋NMmfaHVi_13C`"n$ȰV}QYDPvKVWݭ{Jtjiyp4 'uMKFf-ÐNAZ:O~_TЊwg5/*EWPkrxX![UuIIm%*ix6'2oFѴ]`HD.(](|GS@햊#CwJhj`[L*Krd/"ѣ B >odRIōØhx/TEݿ;\jbծWdO؇"¦zsޚ.}GuR]1D.1 e~ iTh6 c_iBZK)G;u֐\@{G?f|}ő?~+ b V&k[Y5;H4m-+iT+d ?\-n vɐ"u3jYFϋr*#+w/zWՄ `L/b^h5^ax#ct{DsxnՐ.5GW_G\ݹyFD 8EGsjTSOxq-Hc<KAO}NtWݛ/pJYxN6tj EK;`[]Rqljwyk C{c6"xS +4z>< ,֔ϼ,Fg qzl- vӞ:AhT(@KQSWxq2g)W~?ŠVCKg@ c+3/` bIqL;c&H&7=?TkrKq+wK=/I37&vKb>Ftu~aG/_{[i(|+7ՌG|} iʆ_IX*Bwɫ&jبi./85vI$:f3Qb0I>YSl1ߪYmy48,̘Bh`,1j)$}ߵGq2929͆,Zb޳CB0 `w Q]IKu"t ^an_K9H`ZkƭShKksEj+KZRaɘ$WvD*( ԋ#3ƃw6qu `͊; 84u[F;FsCD*CǑ~HZ*H؃ Q\YӶańۅ{ œCVazZ癉Uib9_]*IF#̻}%X{,& $w*$pܐQ6G(f (]IJiqiMme+`J/̐*/hg nfvvV h˲`+ |7/ >{ qoMqUp CK" le<אם3zoPNX U?gCvd"}+=u02MMgޘM\Gb]V3(jlX[q$lE-( ex-Oxw1N58'_OH j* Ѽˉdv3{)NwGBN];pՔ{W>&&1PmWC0|ŜQHA>JQn}5Ϭw8YgIM~#ExlpMLzh#,|A9&+髤_bb߂ }`0{޻a$@V5yBUKr%l|1քGdo4c0UknlZڗBec@3ʁS&"3[l&fyGġ _`Q`6-/ /H2`/rqY gc*f[-&rp*׮dPTOQ98Xb%[]nK2aΗ,{|,o}?Ysþo pw$G8:q6grA ,m|(O'V*;a~G#ooPq4'U }-dm6҃]*@Lڭ/bickov {=bvm+a*ի̮\lR Q6,ɯdS:-1]X.L\3A1,'vI7OU'B[GmW;-Q_ȪܫNVSCشOeȢ(6X*'$sCؙ6j4ވ"I̚W1^V/v }Odm$H[ڍ2jF YxUD M8>U%:tduԞSTX*WW0Fㄓh$(^HȰiǘQqw@;!{kP)`#dȄ[T~vZnfe}p6^r4϶!u816^?>o@ }-j+۱'Bלp2$X<9ejt`u!z刓 'OQFh9=i~IGM஘͆ #Fڛ|CpLc=;Uh/`03Y2CQbu\3{KS0c= z5lD0YdqKq#U n"+V,.S{|l1F( r$3PIfVY#lS$L|h ϊzIB]L h} ɏM2yJ0>11z.LZbF.ga6(fQCRp;oXM-9U揠r;yO&)nN RLgfqGaJJA>ݽ[Up *N3hRUvi,]{HNB]H4^qߋg#=ł@6Y/W^R*ޫS4iKNdZ +^9C p1[HjSikm^ѣ&ՙ&3å>!A<ƒ2Ox2ʱe*td z@cJKt7A!a ^Elp}YS^/|dwdpk5m9:%Za;{[a&gN)'OB7cSVLu pބ^DubD9fޜ?nƒ.-Y3Hpn=@3؈,`#΋}3ʅ7ݤ2"9<&?.[V/y=qFΖ[m JY?$=Cos Ik13d=P̡B[A]-<2^4_̹n>P^W FRFK[vէ^EfyFn<2fJp֡ȱ|5M²#yu7Hgݜ H't^%[3/1B6{ވ&A5I #v$ gYU'>d驖d.N`  QܴgYxE`ҝwSν2QT8{2T8,5!hqWs\z5cODn6Nezԁ~dE|Pv]r"!ilRtkz/APޯN,)w\P-4 Ogjyv>~d1G`i!YqmmޓZsB h.X%VNvtN-e5tEkk}zv$?톺YY3x 8pw6lZs+˜Zudƺ'kѩ犎60/)x4#v?CwrIS]s"+ |FG8cP~){gs*&10}5z]L#w2zĦFԚtVG9#o'N}|vù,81e4HWFp㑬KYĔK ^aYR nܻ,//YZo5Km3[# qϮq%j]5[\" [aeos$A 7blh+1 v>^os ;oT)Luf]+[K9R٭VyV5.`TkoUgm-22BhvJ+P(TGQȅF+  VdـYZ74 h+gXUXhTHԲSw3$> {=]X C[ڂ݀<_5T0 +1d\pgqΡmd݉6͓9 (պA< kZ4RPyB[ʱއ~|33 Y1~bE ZM  e͈6ĄbMe!GU f }u>7df%`oo ,V0ZB2kpeB]>b&&EQwaWj&>X}<^Wc?4{wE5n׬u,Nc;X뽽hRK/)^,ge'*76i$xC(e'tyM6!ASCVf[]se`Kdl`/f nj4{^T5E+C3%$y Lb#Bm]8OYd ţAW4-  I h"tfoe Q L`ߖŴC\@6O+ c^̑f_j#B+˸L;ֵqU_ jG&`x60~90.<-2NXv~K(s' h^d֑kN\O3H GpxJ0iP݊雮ͯԙ~kא6,JgF6BQ52WuUq餡h)Iʉ_/$66{21]59% 8'/3z7J?MdnƜ.A uQ}Xz= 8n.vs?8H$M,!t|.$^Q ֪Eߢ!灣p\@JYgX߰_&'GCbR9 hف0j#ʼn ߚSO+2+|J䄊9<#Z^vp0Р3QҜurAW?S1ԟ)!#ߨ.*UR 7Yeα>k/$3x fs@18m@d&x /T49>ytsxhçuP-s%qjOm6䵧.ӊ^$=Tc&Zka}1@B  ~C,2J;]0W$k׏QfW:y'Do#o:9]6; IW,5p32|;PT> /lgmZu?l3)9Vȸ/77}&c-''$*rinebާ90w;\ e/sMε9|RG'gr2=OKhtg% Xl)mW+"S+pٚ )!*5BhBw}UR^CglO5H3d^ /AX ZF9H>j5i=BAW&>v ^uaSZbq:T=*ɚt_tٹ57 6"$m$-X:ut84[V0Di͝GIl՚'^hć|؈&9 炀ԢMlynQ+Yu/6/C}BJg Dh_}0(:KVJ.20=>h(WvU*f.cد-{{L1 qbȵL!mѸ,Z52L<РjsU. 3n=66u̓z< !Vn:\ FRh@!{\i;8"U8/AzMf.[_!iirMT*'ADU*$ɟIɻ H+ *%L K%c"TSV̈́*:"F}tQbܼ\=Zcjѿ Jhu.|q\F <EUOTRK5ǥV.b)=BuY7'ՠ⬌-u,?jV8LNOUŐaI(3 .kйo10\m{BmYWMFuǮHڴ}ibp{J+,O$}A5!DW e8XvΠ]YzZ>2uŰfUY0 s¾me\~fV۶6&S*@lBGfC-u"NQ/Zc /O I8D[;}34*;fɘCFCThD) uΚqxəXDfAϼ\LBTh{ k~WE>@# W7?5TR}j8J'MT <ha p 4^F7",e]m >U1'!! #^re9@ɛ8kqXCiܞaU)K?6 v5B9+rxv$sv~~Ab}P7.F%\FIvT 4@+~dC_t.<-R>FWd0atGRepCϚQXw9콻# (HL؄s' \;f. 4#}f1#ؓ4C8Lc'7n MCkd ?{k25(TzpWeT3aXj%yj¡pa@ŷ~fim/ Rm2NOsQ(ty;/mtSao3hAlBkj:6u ]̲<F!<K.Ù4>!jcSˌE~|;VP|&f[LH)D: 5yiK?HYԅ %ifs9Tb[ Yݐz 2.[ZwoP/(޿ sODZ$ER$z쟉nC.jDyOnO: P2-i&TP^ 9`w/L'HAQ pذeQdm@ Je&Gf:,NH D@6jh=Xzjgnt# [,aĤwB Ŀ[}0iO&SFbXQ'yc|_aVsq)dڏ[f߼[7ǦQ.OQp t43 w;fCܓLuGX@ YWfocؒKe)L 5e-\l](d03RLqv&^_yxUTMG䆃@s^PWf˨2~]-+ uuPK"UYYpZ d EK bkMm:ZUA x7G=}Fۈ|1*/>* }AzIhv $X( <Y+Wukeh(H7/rFާ* \+ڊ4˼P,QU^ⴳ@D>H0ۦlG)պNigXqO'O'ZXr6ϱlҸ:oKиCxE$ lS!daƁ"_=6'[L!Ҳߤj%$^JnJ@&%{G8$r ^Ǚz"v\}_ qQC'tۃ;Elv_V~x!nֿhL*V#0p5-M^`BS0z݆(kw/[@HTx=}׉ս?qO:'*%5)\@6OR!dLAOgeBk2<9b#nN  xN:f׷dckK>T1`;Ypt"H(gNHE pq;%{g<6K#1ļ _z' S}[PoL%ΞP5c&y`kcs^.C >Mj-G*Z݉BW*Oxuݸw=0X ᳿E% MԵ(oKo> NdլL7POo]TV&u߻cU/A\}j$e3n&O6wArO3)+HX4qTbͰÚ R/;'>XQrgt6fvq=Qʷ{]$:Y;N_Iܢz!0q?κafpuBe/8 HƝh%/jJq-3ff A?P@ hsn=N$5n'+'rr7~Ř1"lP^(k9d>ph :JGFn>+ߖL`H9M>Erԋ0Ʀ9 ~_Tn"ysh _갰1FZqȆ1rY9HEi.Kb$~t׼K_)(JQHp&Qan;O<* Ct#G 1+$ X Y\2 )*lN D|@*΃4෬gD՟iF8c%>b#rx*Ɗ1Ud1k 尶ϟ寅Hr8<k܂e&! .&BHznLC kwde+so"f|LmonP{۫Gئ 'B/$|Tʂ)3XZbn ^Zj~+p X q7k%8r9EO߲u'SGwC+|_7k\JƤ"ZK0p)39m*<ݱRJ˛"gA;vrkZzw6חCEgnKc:)A}j2aw۾ӫyQ"r#_Y p"Q-*r< B̀R!~B& b.H&Za?~<-Bw F, =}g#X0E|MpmǡXå(rޓ fhuyr dpSH#Ȧٻ"1h?RD'_ߠ—AI ;3ͮ%w[eKZ*h/XRX&t3_=[kpB* ^c_k烴yT\tX`kJۈ&5R;(ЗVdzxGs%-t^q |}"~*R rc[Zo "/,GJԕ!S;[ܢO(neC]C5#꙳ָ)N9>=m.3F j7L='HP;&fO7Bެp4g->A nokL,8$]'(^UqEDPGʍ֏By\jt "=0٧cGy^ (QbgS=F 1tHQJʏV@+ mOj|av) Top2ApP*@D +ʯ 1m*U2PvW-Fp\%=&)m{NisTIw }zqqӮOзO~:IJҏw,b)Ǡ7Ӧ2r)L2zCDHE#[`//t*Wԗs:UT,p,}3fhon 6ok*ͩb%販:,H6㺄z$g8F55ٿBڽFtQ"?-)U1Jozq~U4HNpxvSd`z;uS.vl Sfps#>7ѻ1 Nfԁ/_/ө;qg#7VK6lMͭա88rqMW+UI&g"' prd *baOIC@gjSch|n6w] VZPe]yqh2^3 G=\yϓ-׭GO Y-!B7fac%!BB1[+xpQR[D I#1겉n5.<#ETL):`d;!rUSKlBi~33/du :CCsoK(<-KF4 ,bs'v%25pp+cĺΘ,Xz n}4T oO -OD<;- ڇڝ/@;SB:a]pv:Ļ EW5swi+5'X%#aXf-,$WIokZl5YIZfN7ya;4ag;PDZa_ Y{7m_B aTvUAY#lS鉅EoSCĢxX֓ KwSrjE. 0Aveиݸu(HꌘoҞTJQr~S} ufhYxHԦ#S(MhL1=}9>=Nx>QMRV#Ko9XҩFX\L\l8^ۏ^kIҒ\8% 8,wG4@#Zу6*Xgzx/X`KǓ]l"@!`5@)V8p>WW.Q9xwį.^h(%4׆PdӺ0y!o{Ep7:vmֽō"1"440йr̕QX\ژ3k 4|?wnK+=,WF@.%Uqx‘x8|I82i_N<[H{Zkk]7K6 Ú_1PdaՃdovSDVs2Zԣ;I5'a ]8c?g 'p `oo=@fS3+m@ܒ?@a"'d_Y> XA2wCA:}..L@*1>|&'7jlL`#Ԍ9-q 7~4Pit'Kc!9Bs[mݝ>RTXT@Webeh'Bv1肾QN[hR y;-ռЈ)i2U͖2;D[9}c+Orα'/=l=%ӹSNnY.G Rur2G,3< @Z#q5;v9 =t)_C@=0R"t;* #jU2yHbS.)rtw2%=_T]J_9|4E^9bBJ{Iڜ\4h5X]s4/*4[(aî9L ;f$5 yxf>x;XSC9<< ߨ ƭWL(,Kj;ICڢUoX[⭽z~ [ +% ժ椪.܁:g (T5~ @P$ԣIEJ϶>kt3|`4#h1&Ɛ*\.*?#oޕ2ЗU,׉S|=6ʊ>IΙ Pb3YAlWNP8w)[;ǏoͶB#9"\J.XW-Yn epGG _U:*s17Ԛ% zd`C˭\0<"6tQ(,5`6V5_B" :Y ۿg]Xz6S wQ>0SVT<<I4溕B O_1ŧ7O"[0 5ʙ`2Mm`j07BSV#%/hR@@,37`C1~U\UŏAA6Yd]|4ÚW_D|( y@ժ%M9mWdDA`eLmZa|4 Xwo΍λsrt84YmD>:pfnjpg ]=6u;qFBBn9ljl\SV."c) 봩}W: *J--ޒFBj>ۆu ŀq:KnCa(Hj?J 3AH"w_[P2"(Qir2dS|yَ^ORFvDxX]j)StQL sO%6NIzloSjocugKmf~SfFt}n~oc-v)[)U, 9TwpM(s}r%GCT*x01冪[,qn"6W܅sH}Y)ސ6Dv~ITz)pǗR S}C/8jf7*_}%!Rd a  W)A d P*;S${:T WlmxJ0 늋 >Zpڋ6Zkel@4]LRRqGշ#g RPMtv\N춠2}eR2ۻ~Cg2Z!2@~oVXϧS PG}Ik{U ^txW9rWS/'T1%hd.aTI>5V@(wh33 i6C VM/GKT> l]~`NrXbO3T e`A04VX 0 5m"y9m7ޤqyjM)WӪ~Lp8H6KDݹ("OAWT6 Cpyیȗܺ/!8ewAf-G°Cz֣?|c׬h;W+@D$ŅR^}|ff~Z#5=Z0h8Dq-g'Ld,p`}<1O6VyP9u#V./爆~BV$>Wa.ݠqD̑Öx2U-DӁ~qh*{8tڴ2g.qH_(\ُp|v~{5mDǀ)dlZ }f=&L,u6}8EP8(bu})Lt U6\F7B)~ZsbV-OLp=B9tE:u"o fUXĿT'b|egdBh:=L ̵2=jٵ8\[,*pY+^uҹ9v]6E52 <=`Pn56m  0ivVB$8mv*Bd3]x^'+sWR-uz s܍KQcY1+ZFo+ ?$Q2͐@'x7;9@䢧5LZP3joz#ɨo:5M ՠas7#զl"IuD})|"1@XPiCL/ͻB)Jgrdax((Q 3%e;g1wU'Q}*;`o|fkA L֘wVUY@](YBZ Og {`XzbI$/V!L9U6<7Pu{?2dSZ 6e6:(5Vk{8q0Maח|8>]ZL=7p?{[$Q`hGQ Ȕ|v3Б k9p+rf "x4ƾUɠrK8H 1TV%0.5ER9K:ӆ;qܪ (7$}=W977k,u3ߞ[7 /2Kl5D-i,)r[GCtXmu8>D ::aM ̀vY-+B/- bI|]bU¸GI=q¤gR1 M9M!}4PjF`ҕn^3ߕ+,D3a9{$e! {R.?Fl"M#B ]B_q7qE:kcq8C1i@xsh/1 "$)p0g&"[L04L`JI*OD"L 9x zRl6Y c\M$%b})c V6$ʃm%7jWN!\ 3F^Wz>Q,]I # n{D֦߷tWkQ}Y54BQR-Y&;%>;ٻ}o?H\p*Fa2J `uTW顶PLR ?(?+AUshEl5!8^DA@VZTe@r56>obrJ_w]gL:ARԝc-Ek佈N.r@>邠tNC! W#{x%;x%h< IKn*8vHz*$.J xB3eq+ȓ$ xp_ޣ=[S꾥ۅX;'  |Pi/%)hȷi nF@wmqY H5v}kE!u1E]b^C%d;Gc$4/=D~ev X<aK Q@8Q XHA5,;aVCF7O%ƢlzGMUqZ(s0`KP$a‡B6}:־lҜ:{X_ ="7  IY?pF]=[/y'\~ӥz^;J+fp]4J;'2 "t1,pgYU̪LUdr\ߟDKi&4fYhk b vyZ(;;z1^AJ >fc_0?{0*Y9Hvjkø@U\í50 zK!Cۻ^՟ I҄ $p;h֬w F5W~)|ƁI4[e9}u]^ dqsb/oxl'cѦfKn[MQKR9YyXoH_c![CA[np^b)7s膇 tǿ(Uװ.=ij0C[ű,޼&l<@@^'OU䢤5_lUYPj'r\ 2?`3c¤b9DJ聞~37 :P/J׏}plG*|wUcy~\iܬV:|`Г n֠E/+_#ѵJs'XXR[S.s`s mke5TY 42O娼Ÿ_EI{/$g%X7晭8A@HS4Q]AYjmd-Ҳ+is舄ABEB_PͰ2w8zCkalK[n>е[A +%ɣw{l2`)^C$_]8UaH28, 9M!M ŊDnΥR<6;Ri!x_*Ht 6۝x0^;(@c;Jss= ([Cm@LI N- MԢp"/%Ix }=jy` J)9,v1U>!XoCD);; -9 H}k,nEKT|Ŵp; מdq`c Wɠ~`@j* ji:ԗXu]TܺvF}x;(g7 rN<`fvSX1T`^%:ƕRz1(Jpm߇ImPrخwXݽM9P5]фՖjo/ܺa!PB/8+lBB$Qb0о'$e;(&9ӿ"8q ZkB[Uk ;MI#~ځ<]8t0; \yږ*XQijD$uU6Q{v: {y P!/k!l{iLJ)@Ɗ(xA7+q/ǍkCuV:L:k|f'=^x?={xƨ4T#3H(9\)aB(4=oyK|]wDz<>E}1}3m !MS {Z+(LcfKub?E\EHV@.qZ'\icrjPlb4\<_]v%2l31֙6p2O>nsŚ|ξ ZƆ¢}jMw(T? דk+?Ma 4ی(8/胬O 'tQot,(n?ʰTm29^Fz@yîUMln=owN8i4<Tכ0&f4 N8l^2oԟ#njm;׵t3ͥ26/,DĦ6|+r$OyeJqf$ cmW (;lUƅ1s6~^}wr(.#Χ@h b|᳧J^_Vۣ7:bQR;sD&ϔl,-q4 [}fRE>x*yU8Y@rfM9Ģ f0IR=:ˀ !bKꇯd.Ү2<{JA[8({V;dHs۟ϒE%;f4V˓en0'B):k\ ZFb}pL e|KǼ^ qX2+|9d;/Tnx4u tE~Oڃw6}Gr[Y!n~ͰEF?Ll&(L  1E% I2{pn F(}XlD(..Gͧ4ɝdRV1v!f>>ud_j3)&)(-ƀi3ծD`Ig )VK|Igf`س2$a8/*2l2ݕ?Pe{1qsaGbЧ6*̹+lYm &+dD| VcOc>u~., tᨚBF:qz՗tٓ) pX7 9h@A^Z%U$C fq9DzԊ5 9;׃LIʯ0oMPy\wrdZ*UBEDhw7fq,CKPs+f2[- L SCT,il5s!FjV~k3AߑtCj42I' $S'g89 !L?u=Aݏ,.v6Lvf]tt"1{#0P*;eX yeuSϯVN7G`FdiU ).;3u+ٲ77C#y 0T3V>%"s?)Y.bĕA9P /r rݏ-C~~05^% JݧUK(:3\`5̐ m#gV䌎Kډ#E%tmIƓۉ: .:DZ5HeÚfho}4 ?BdhLvѩÅù#]_-ST<1 tI<\K8:Y"aR6˓і۝]o֐> 7RjZir!spԼ-.hVgGIi\7غ{*km:ht#6)YIOr}P'WtZoRhM__V!DjLHfE1C-&AOKcu5cBB?e[г@#'  C@d@q:&Aw)M5_*tHKaȥK."5)N y@ -6҇Vݼ0ysVaEDPBցjlNSh(I6ԜPeN0k.KZWyB,; e6יeMs7_>vZhmbH'TB<)k7U0J%sLjXS"6rz*%?}IºLhLM*,z7ŸHA xLg݇s>/I(=LkF ГrR/1~a!0 2X۞)1 v`@9Eķx8!3c>ෝdfC٭l z$Wa=HDѽw&.}:p< ayi(|)]qrUw PËXiUOH@\iyZi"?/Y0fGE^Yl˴EWnJ`&(֏~v,v 欘@lf^[@B<[אphw:8Ġ>?ə&E鵱wJF{d Zxm =ҿW87Mi"a)2AzjNA&xb=}uQ Հio^N#,qzݨGU= z9I -7{НF}3)<H$*Dz)O/McxȜtIܜ|Y(1 sq͵`Kr;Q`1m DP~X}؉:eCNhhM,eg+픿iGȵFɏo.J朄CCOM 3|v'uv’{~CN3ͅm}u`ެc)sS8o(Kr AzH9ur# ,q ho 嗖*A#d*5=Zwl.t>^-q;~(yCݲ[#Y&""UZQ4Ѝw:^2tߟbfIl·@Wfq< n9V &`~ĸSbL96m1# `'CAaLZ-7Ε/sX\kI857MoQXhh:kJJ{[E׫Vl+IKtp0x'!Wç*rvES`UH~Nժ%urz\u}6N.R3 {8 e~6H % ķ[pzUNV͘dv;7HoFdՈ7Ts$u XЏݧ`YqiM@ rBl%m: i$}3T4 6yy@?G^*%ۢy'S$|)jtc?!PXM]E._\oO{J`&$ZWQMX䯅C+7P£T~'H/&Hmy@ՓyJ!%KVP~ympLWԪM$mG@tʔK ZИ$/0yKbb3s@P RQ}m#YY;}RPDvz9 B()* xYS+>-v:62@N-)~b&x8|\xgbt4ESqZy7D)Go쮻vdK@J @*Cn܈ʔp=?/S ؎l,f b7:V,.n{hhiZ8A1j: m?0qS۫~5B:u "{.q,_TctDNx0ECjPu4i:HRo[ @e}TGO $&3H\)u _H7pk>rQDCǗ%GLH#CouH{"2TQa\u !3c+A>lMiK{H#qX<msіq@X3. yb6Fry\mmlCiY^["pBQ[g= ,21cHDӬ}l&SqYNDN 2L rm_Mj?b`ΘÜ8WSp̸{a:Rga6w0M 6[,c_3AmN k}K-ؠ!s=L..3A q"l#E8g\v$b៙:#/UuYΨ^VPLBbHh.ȻA5< GɄ87)٭D),߄V^tBpK3v`>ԥf4cRLjrY|ΦOt&ԅ,&mS5iDQ89J"bh~CS/zNpi& yj IzCU-d6xݜ>*큨^9=$WYNhThW~~$@~L^JP;y 35;ZX"{7o-$UX2>wTGj||љywDT|:"'~w`Flͨ*Βy~32ZQnTG`M5t4Sq VFwr];ހwh`}n"A!>ڏɱ\Bz`7{c_уRY0Dž.#GFH`0't[e=M_ gs81#3r1>Y5*׎lB~^w_`O%Yuh|0fS3;SPMXTJ$he"REi=o6;;:T 2D ]Xꕵ N7 m`V*.h^DTG;[}}QT~\SW,+>bhNmZKRJr;3 fp2cqme)'@1USNTjBl_ .YtYlZgD32\]=%;dXw@:"|p\(UjCRg<\GOjOur>Ǽ~$P턼"\3Q߃!ՠ ^zZ^7Yy99ȇ1eZS74+R&Q=}Q*T$5-@%>;FAٯA^'`E 쳊Ito}g }#%|KnIgKkcGu#8 [ ͋[)[wiAeĸVW;ty𰑿>S#.++0/yјq  7*>l9wf%b7^r;Zrw t6uEX? rC;E gjٺ 8zV̗o$ 'lCS*Eu(V,U/|H ޣ>[z WEM©Dc^F=ްY%hȡ93R"!/bWu&+֌JZs_Y=袐FNl'I>{h! )˭>nϻh=a2+b>TW$EFPѷm 85??2Yp:Nлfu> Dk.j%^iuV]<҂ ŔTZMBd}>M3?S8yFa^xcfAfmmnh3ycivLGmloH̛_1pS &k:ދ^=c'R&NI3JÛ<Ո 츛WV8rKdt>'~ԕh$,τ/3AoJL %%%ڮwo5e͌CĒ XIs$MX.h=eC&C>hF8Xk(!=ZLasNYK?zWA##vr@eD`/MgY&P*@Z~](F]oЪd.b9\Y\̱XY[@TtαB9\7bFybU-9G,L3˾dVgM.<Ώ`I"\('_7zsW`5+#O0C`f9: Kt,U [d](JH&M^oY3-s,:\iG_D>ӱK ]"诋u^IL%Xs).غz>֌9qwע՞nóǏq5tqX!0f{L)bCiU)hqKa=Eehp6/E> =H8m8}%akӞ~08)Ʒ Tl뮏ENߩHe?%jG)c+?gؔgR[RNP3/55k<;b3Ƒ׊ ɂJhD<\Ej{`s@qҎ\nNCcMaNjp˹(3yLjWFrvռw ȷ2md}@PRRZPl\7t}'7_&HBNd(gai]6QW:鸊w"`;pϱPvy\ [(|#Uh(NOx`mdv\eCT,AOߊ^9D/^k!G’`_+T Nx#]?qnSѩ_#w_ SwKhT!Y#E$-cJmzPz8;& ,F2 ;>dIk-,~@2K&yf-NA3ڏ' ) 엢b?Toe+A4LB\(H~/࿚B ȢkJ$yGV@P0yaw2ϪݯDlG%y8bf0/91),)U#*RyH (lR)H' d TwiySYw-t ;-mv+:Pg*:/\rQ~6I4t^yƾS(KSG/NL}t"I9=zqR5p=q7>k+{$xF ?KޞaTֽpvRd)FO*BK&&;?™CqknTjwU9S1N Xp$Eǡ !%K: Z+d2%;3ӱjy,SN`m͞&0뗮lcR-TB9&*=!f ͠v¢~6N)YxuQ=κ.VW̡[f@P89Uq:lѯKX .+6ƽ߰E)D{_ՙ̬a!7e-V$1곶r^C3fq r>[s lVTJ 2&zz*0 F~xbw\xBT9c5'-Yc=F^sgJ#~U-U'ͳ\S.AבDaOwwG/'1Ri av_6hNVUVXN }@0'9v6F-zp]+LMOHJhhEwlE%7#|{ܿ2Sz !5s%NuyGǢ%%7F]zbh^0pC)M4^M6+nF?B-p憍M"R7jE'E#bx@]w=S<ûseY*?4zPWrÒvO+CMAӨWM,[$>p=3[T R>эу`OSjF˰\(#B[J ]I,kj^Ro_IV*tԡ1xwPs,=^-|z91@v",jJ$`_"i-Zb [nMvn+ b)vJ>ۗl59'(뢏rB4 u77-Cs:k,f1 n!L^T:F֧&Ȩ=~&x[;1n@I4r3c#.kԈ 2}-Yr(5N׾iWԔ!>Gu/`0,tv 9a)`}?5X:10QƑ_jA+f&C?0¿7|Ya10 |:-ؤm|V-37T,9OxbZh Hܑ8Wwo*|2 '+%6F3il8 LnP!.DWL׫PM:1$r^*D&2_&W$QfgªӶX7,VVtR?<E}lo=L,u#N{22ř n>pp Zfҽ "qTipdz5KRta<~(z*sS+{S'&ܥ7ZIv:i9\^c~g ywsArŕR!yաCk!vnXn_b9θ ZĘI^: oOSGi_/Qe?pBehT;WM R>+&`LXX{ ]沪e^6j0ԫRg"F -4i??Ltl&v,VRYVs$ᘼ&Y).SiGLҖIb=G dES_ы@y\fh25/qJ= π]?\vʌ^FU6&8L%A Y2i,4s)_sDT( lJy\Kto^%FA^vT_KbۯMɻj̜選 vkp7y `Q^%+o UE/eOĨ!N1# E]SjEcbO Hfi a**%Cr/֞\cγZ*CQT d*DD҃BkR.ɢS[-Oنsa\yf4|lh Q!T~=&-{>8q1;/m-'`$/ BhmMA iпƌ ^v)C%ZΑ4|U8X8M0coWldt{7n^L[gKsagke,h&D԰ߣpZ%z5fG;K1O}+%"b+&kgɧ|A<ə/+|V>d&r<_P&@d=2h ?g ,. 4Hpx9^(=ć,xk*Kj @]/J俲VG"y}&ƴEw؞U[4e_ͮ&̊th <c0h]^ ziI^~\:7m2RR3v*aΠϜR6s?f.2MY><$K[N낄l"-& 3=I[ū# hM"/i%_m67P^%4IezOMFZ^33uymI?Z*8 y.Vu aQ Ō;ƹ9ϸMVy㣲u˿ WA X[qcF *gD@H!40;owp~ԯZJ!\ .|h1Y# &lzYGD^}L[N˷)2` %"Ouuݍ KAk~ #Yyw)f Z6X6QRg!̄Ѭ!ts@E]5{-.&&8ӽnBC V 5>()> IMtu6kSqI6.lA^"sPfu4g()P(DC MNQA8a7dS9F-thf#VI. .366 x2b \E{[NgbYب|,.!K92sBW)8+Èe&/=  (Ͳl9xGVG[Zkߒhhd2?iCǷeynFdq]ww kB(H9@Ko{OpV \4ԘY̖ t:_)EOWi\@ǿwZSfZXs?V~UgO[ODߏN@Y}" j9e/4W@8%],=ky~[# jwj{Fi&a}?$|Cixį␗ ~VrQ&Pl\^HcLB6yBW bڪ Q,?'ݤ!Ib\~a劰SWsC,+GW XJm|<{bc;le[?@|P›%5`ffu.-(dO)&];Mt+Wܽ3RHI!1J@z z^:,Wlc 6:f{ 6+5o mb=0%ǚ6#8s;OÔS# @KWo-5ypAFBV1zdx;og<\~YjH(3A{@Iȿ{vpN64.(laVη'mO#4nLJe JKiEh:{t{wpQSODٍƓ_,d={\> _1  $c&H yI];4:rg $/vc8^QrG}L<J;8vT˜gըP( 09;$9 K0KuZ L64 v:. #a~xn{j,ݠbwᏁ&1򻁅E !Nۣ2b11ìhUR,o}tJkIf@>Gj'I5΅XWXZ%yVW$ƍgN/{%VISS_bE0kDny'caŧ%B$! /viM0$ج Lw.hby(|[wrpwtEaV(j-Ob|^"J~F,R `kj$araOGo۾Qc̗wyMGN1 +̜XᾈYE%nPض;)rȥ@`RnR<0+r̷b^7b66DӹՇq*d:PX+j@5 LyeY;ͳP̲q%M)@8gلW4g2ФPa] L|Kڞ5'[ힼMpk/&Wq_P2}X/] 1^3, gHqSs `fKAj~r]>֬0+D q%DDoBͪ}C̓mgJoU6 c P,Tq)ݳH}0j& )\"CvqmGm(h]WSH\F)ho{,֬kZ0CB0_MJjTӣ)2f[ /+%Bk؃I&/0W¥SG$H`Rh9(m;|h^חZ@dAx~Q L/h ZE-6C*}7<66p1EXN丛Fum4ţ'P09"AɶMMlT,p,_o{\G%l!flhUM~$ e4a5CD:3\\QXMgDj :?STi&{t*WPb8 y6.% sipLcz< .)7r0}Y.ao=f!-]=,hI0;u"?@ocF*r U}'K"9/WSԸ$]CgвZgS+U Yhĵ$5?Xz3GxpR~ '{CZq5DNG6dx#q:uU<!J'r2Wם%b0Ni$T3ĭ:&dN+*w)|9A_y!},Z_οvn;!]Z 1WeL|1yiR2ܒ0ƣkvpJt&U/N4e+Vv Ud`7+\sR+HLs(ZeQaϳQrӝubf ۔*O)YOxKi6 GSE?A#~-TdO S uIY9"9kDbHx6N&X4m'd{=j=(/V$ZWYC!]>`;=#Fg#EO`n|,13 VO[uG*]9z%/K` > 14""#ty)H\:MOl: l z+wэ`MmAO0rym<}y+IѼC㷋nd 1i@{O1(r}pÂD NCâ\K Obma[${״zਸ਼wh7 j_tM {뺊"S} QoG> lTsc^߷ ՋSj96ŵX1VP84=;?ج5aHw ˈ!=qSWcXC3dWUgzCn}+>EiV$:\qK3:_B0&>ųpS#HnْM4|wup[ 5?7{6/NSb:xܪ ȍ"2eÁ˺hA#!#FG'L9K\_csQP,pU5  4e=kR 9&e7ƯAPobihQ1[ >Ŏ'3BXOM(Kq\Z-&㑘~àƠV-hSڔA)Vb++U6$6tGBb7 q`s:}bTg>oj)KT@d"~x/4gidV2~d8%$AYcIEc.:@YjowfkR8JR$(%7XJ ђdf4E&AF)2`iWВ6сΥ% SID[̭0QIk; c?PyEyi/i CMnֆ5,C:xu_$s&irǸeL^?2U(6Yd1flo{ʷ139bxwh,4S޸㸃L2ߣ}Zե¢*MB{=R?:[hy}IIji`& ;?=(hR5GE]) xU4;0{äZaDe7ND&9p$Alj~XT{kT)brN.'U#k$J46d;78#$tW]ڑo#W\?@D$.fMew:M:@[?'(,P}΍7*ѬIfF$b{W{F, zTdRK&7UMf\YԜ=9r5.UgىG($U1dEˉ#bĶ͆ InpT 0Oobl[(YK/ټc" C9g'᧸pז#4 iZ=ydFDZvwEsS%!ҡ>.j&J̺;X&IK (*Vea(&XO:dRjZ+ȸKq6IOxHw ȟK[P-;PUm,vķtYJLa9}4&6Vt}R"t&%4G4ha6dCV-{ 0"Q P&vxU!} TPϙTQ&ۿԍsd΅|M#Qo4jWe=s;XqY= 4}b%R̟~˛{mNv _,* A<|F L{XJRet>mtL+BTm؇Ѭxev s`_ _ <`2JM*@Y$ 91y7sA{HZvֹB-Cxod\VIN@hKgwpM/Tp6Aр90^eF.;b{2OQpNlaDB v@תsII˻eiQ /`lo|Lwvw=/ ^RǡDG5 Q&yiv&mwP5tg<+J} B9pUb'R!Bot9}Mwfz7Q!iJ\;w?R- sZcS9:5[b5MeYFBB`9h UCumkՀ}E)$C]drj7V5E /[]OMZ(ꊣZ7w)_~09pNjg %j^)FICV=z:w,܏j)@"I()8Ζs<3Zg6V*{:$jBUm$oy !AvJ2hdSQ ۛWSFm~XP~t,{[uRs;]¦pj_O)m[ -Hm9WXb]>_OdD .@2wOiʲmPΔ-]5_s>ys1 c) gs>P6%Ua2}D$Eфϔz2`vQ ;;p8qo F-U'2֓qȺXEh^T$΍^JЌE'6D9g!rhcg)u罃2̊gTMKsK5wuυГ#>қ / pܘT̚4\C 1kc[^H55zyRk̈nl$"skHY1";C*¶cJ!*vȹ诸}62P-ı4trgPH~c qowIÅL9cmdwbC-nzT#-ި0<~-;7Bg Xg`"0ѧ\2FH:7g̀qp{K.E8GK+<Өhko݈Uz?+IQ^*akMrL VU5cA/!/>I4 OB~#)fOrQUxP@ XSb)@Pʜ)alU2#ox3%W6ϝJN`f"qr% x*a o:$$GEͤcc*)xčm0@|Y3>B#غĄ=-q[Ԍ9̙'o?!`/Q 8f &H/S`JǨwCQ} ndz#2 /wA՞ % 1,"JL]aZKWH3 0:\:Ϗ182ЬM.}")ZI۪ ʮӜx:8Cȧ2r,jg-:ӱAAԒ5F<y 6,[ȗRS?XOÓzU͎].C+BS}sbeVw9r }&ݗ6E. Vr/;9-z45^qW"U `=09,IIuxMRHrr{fyD=@a:qz)^)L~Zl' ڻV@7HvGG@/em)FY=8&t\T,P\b骾4 Z+V 3`Uu)RRx[/8j} 8s@4T#EzH3ؙq l6%.&}K<̛7L 8z G3KQxO+Q/KLP5])Q!t';:Sc49nݮ=2y.\:2j A\, +5/t>o1 a9E)yq>`ILhL%p7Q2r}$bBLXcb4@'no$7wLm!$"QzqOw~YDVQ',c*Sv HWX:O"3)J 3~y]p|.aKH>0XJY',D5À'zIj"L!W5yqN᜙nu1fnT,a۪CӲB!= y4fdhlY {^"exba!)j#Drbs3vQ* HTŧ#mAʳ \s\54+ yQT:%īc焕\7S %d"5NC$_fY%2e Zm&h-_q։qh0L8An(9D~W˙6c\BṉQ)a7GY84{ X=Wwٞ)q cpc#˂Ȕ(> [b %?Ta@ ;jwT6uh[T}f~dSzB⦀{(:$+b t%Fj4bm6)p'z OiÓZ,uȊjYּ\#c$C1: JT EłRa_~"WTO+p]Y>2ΧR$'r|S#t[c{f< VNB)&KbJ+)ћ06 ^0>umk~0অ^dS1l^y@GQw/m.HUybyGg .EЮ`Þb4>}Fy$9js6]VH[]_'~T5DhNһb:fuܫp :xwRdgd !}{=Q eQ.MFE el{.!lxhd#a~$gU6̃3AMUJ6" ҃%*v!F{8^UOm kց@WnW8RʏKMn$N Myep#tbϼPDxeWi|KXVa^~\'ߞR߿Yb#o>QB(X >m!0' jNW4f,w J.kMiҙr iWxֺ˟>ʸ$?нkb!+:2_yu>\& AJ!3rܗZ՘(Wlqz+mYlԨc EA'1ŏAJU^ 8V5 c(?*yQ_u]x1P'<բ#2Zղ|m6 G߱L5"M5y7W&IM>|2,6ER InC6[p3k1ܾfM!xS[w;򖼪 ,FMSgH9k6ٜsnh7„T܋TE2'BfJjLEAVMup2z# ˏRu4Z;rwᙤ>LGUhuF*슚I xH'DU^\>@͏*n$@$^Mk$IcjXڔ4ddh}TfCo7(dj>ZGZyx HR[%*m0!45AG d%8x/GL2 6=~T6SXWdWy_[f>jGGD&Nu(ɀs Ԁ0` 9ran(mÞ! Z5߶^VTZ!}f'DϺ=|*1\7iM!ϲ,Y=EȚ[Ԇ&ԧ($z06w$0 yP5d\j&q_+z5ՎY,XƸPdL|Qh A8Et?C5TE#,Wbi;)^$_YPF(P8M[X\uscG GeC]m; [1*JI{,A#zZP{W87{{A8 t2x%˽96Qy4fNy_ JWv3kP On*m {\GܾV2sJ*=e<#JQNf5JWaI/{1|Bx %Y{|M9r ̛ @Y @!#" AxaL$sq4=>ĵe+zjtz@ey9<4+2|[b>Mq!aqQF3惌-rIt6yU`A!NBm$.Kě!)s0|y)"OzoW.kC5׃"9W+!i)Lz&i )ӧ~qOSKޕĘX7%+èՏsCPWu7U[V0jMGCbymJ+@c8#K8jl/"rezbZ t1YlsAw Ej{ѓο3I%9h2 Vն&u~[;?zb%9_|jM,/=2pɇyW6~ZbZ6Z$ܨpd.]ZM?czp{WKXfG\ml׃f$jT6ϕ ڊÉd ThQh R]G+K8'6kq#T3_/:ճXEǦ g!gQ?&lߋ en9xq)Hbʳ1B0}X+̣Y>]D vWahbaz6"Iސ&!?B~keZHY&;f,KМP1ty9ak%wfC9]ו<Ѧ@/?MU赂Z.d(۽Ȧ>J ^=FHG$8/Y-S"KpA? iunb[eoM#ftw1 \qM3ZLYM),^!hPI팫Ǹ1}>eoâ'.iz,_GLc~wN$$׮j?^̣? R4IzzK9-<#VP2}?K`Lmo}z՚9M4m1lbZ\y|;2љK3` u-at؛oJ)k ɘ(2| b`K84p6N#/mvJjF=qw-8Z :JiN0v)D3RxGbsXIv<ѽp/VHnSW_BvTƧͻ:~y*9gKd"}.# E@4i0ĔX#nlm+;`43v>s[l-?+xHCe^9m#B^<qvwvftooڳBrϲ"س}H\N3&: Ֆ[@f6p$]l-SQL+&Vz!V1A>A>th$VҴgJPOetk̋P~T5e U_BVԦ/CRSy ~U|9 9/R;+EsDt*Y_>sh"2߀A2O,V3hKyQ@z6tG>%~<;W'|AhI]W|?\bw"Dc<72h' -d=k4x:<( BYPoCq>K[d߲@*ZPteAEϿ͕^ǖ#v1_TP_2I Ov?~tl2W3Wߵ}u )O]PݴO43KQd37~]z{|_{`nla:rKb!73;֗ TKuY?y03n 螟djȌE> !$Q1˘AR"LuĂb9mI;vy?hq 䖥3KbPvY&4V2'o6w!`>3rZP^3dlHBYS[l܃@ꠃ@Il/W(CMn MAPJ]uhֹ"ؽQ~ϥCjZ60c"]7PflvZ?~_:hew$}6fnh۵a?qoBbԭ_>;XnOrPBt o|p/XyKX(K1o#DCݏBgh xHȭ3F+~0Dne ڟ3BS~R, zE 'ڎ}b5Wl۵|x;Ë36YME /xEfsHSkq?ni~uЬW#ź>nնXwJUp@ތO& \hף*csVŷY2@KPrR㨃r%#8M6I=GodNw(;GU޽ =E /?*+ 3h'7q.!c(`tI;J>qPvpы-$>3uVG*ڮ}ç蔖I2VĶ5(J }5&̮,Wwn} g}\}l=x.{iƙxPT5屭?@k "+$Mh_A7lhC1xb|ٮk |ط ^hl3t#ڦR[M%F`1 /({\5ϹrG{r8V0Enф5 P\)&{s[MnC#`*$ih\, sQcYF}m_FáVm9"HDZe|_6 @("VO%w`y%EBce=|҆$Rv@)b4e-_VN@KN=+3 ֙"{2>*&xvP2&Ptd6ДNɂ7,vR}P1.+UbY7N7@^`Kjr^P QfZ[՚E:k;1Lf :߂wu`{!枋sUZGiI^`BsmΝ[eȢ$HU83#5߼m|sȅ]N}Rzװv9b힃g!wtKM+=͒5+E55"tP ϱ&SK9„k3GlNWm[Sڐ.]#)N$mN+x_810$ Y"jE[ovɪtJqBEk:w scƹ@|b<ΖUd[S RGi =zw#xЯ) TBLˆ|4bNǚѿdjEԸV5g@rv}w1}IWە &d4]A"R !t/fn)^]S~Zm%u/ =42Q>er`E+?@&IQOwd@[ch$ '64˽^\o3ҹ${ B 5"PPbDVgjk (@% xL ⿒z! Eq&Fڏ(xwGa96{ (փqpӸ<H!Ո<#8ݜ;/ka$'N D\T-5Rh75MT6qW !d,けОGdpKt1v3a.d44X]̕ 3x(=vavnȻ L{ "C7oψ 5nSjdUfv( Wͬ3qCL!a tm{~zx4[jHK^C}lR|,e' c6#pzzT$݈XN9bٶtİk`} &Zm$8!?;z?I-rgeyC.I,/gʄ ie<߭g:KY | w[058B#=nHZO3]jpLps댦d*}MWF]޻&GK* q9a Y>c #d>xGܜ<^bJv|rgo}֒uɯ-#M0^[zm1.#[By]qI .M=d1ej.%'|ZoC/ՕTIi=;kcH8Vv88,!a36Dh*W"tݓMiYRD"8-grZD UEN?k4nOb"˩*My(ssɍif_O_'bc^#)>iQ˗;y`ǿppДuGRz[Gb*/YB5TfEtA^ #b7g^qfmZ31Rm&G\mq%b9ch$:QSh<@g)z V-# >{oyfqw/*YY<)}j$-\p!Cmɔ7ST[oC!l&㩸ʍ=^:BHuvM{ےF;᪶-c)G1&GvE&XC ۽g^/,Tœ렠ՙe읷Qo1ʹ]ؑp% a $CyQ'/i<_bp3=\_`LbbJQDI1Rr½Q* n=m#ۚBqQ<"ƛ-oA3it|p=^Lk > F+n]T8P4OPIw,j~9~ ehvA +W;96aG@L-UMiGd>N96adQIFQZS V0J'TeUyQh2Wt0g t8r#nwWb#c>ЖQh.t3.|F3͠}b8I](OY*/rɟvs~wٛR+gХg7 8ekJj<We׃r;Rj=yD!=6LH=j4H?y P[Pt_{+'vB#"9֐tl+o5Xi7]2j(Ԝ| jd楮hBǢNmDoQrL7(0Sh~NNt:6G6L}}M:{zk?ג fDi#r$7-/pqGED.,a"!DshE m : hQQ0a#u1",h~H"=f7ΥdIӧ$BY eR"SML df{ ωs򎅦nŞ]O@Fue};o#}klmqRA.#\HcNQ(ޙ}"* g8NόUt@iV&ECBO'ᬑ$@d]:B&P72Κoo%)U3g^R Ț] OW:MWQҬe}sV!ZП'Lvu]^!  zo, 4~,E .ŮesJR)M~k}꘾\DްF(f7ClNڠaglrE1 _p8{P3ڶZ ҵ/ YlY>- ,*=|2so |__V;_%~JmUAfܺё)ȫ+USD쩕'υaP^}Qn lW#Ҷr&DNo4jieq퓟wY]4ܬ4!nulI ½'__g#+%/U #Ü8zZ%EiL7yKUVpƈGn@012W$+L e3ߵ|v3$ T/4k~pmW8dv[xMlZѢcx=qJpbo}mxI3ԺUc>5hSIfGԬ08o 4>jufV>p/4B4˜V07 ^kt#@\Clק,$; ^ߞzEd9 ZPnlu͖AF={૚:.0qC[=`a*l X)9uRV S}6iqd9\39Ɉ)"y `Wv=CW] 85Dq0=nPg,Ԓ Hσ@jԎ~]4Ŭ_>MP~&[C \5O \ԴF3#̻^C5DbfU@>)'dárb*٨o {6jW?:0dh/O*Dz(&f[;Y(D. jX1=QڑCI[P%y#KR_B2(MoGc?Jr^gG|l `O~%WRvt^;+2}HS\^e^1ѾU3 vqmÎo/ YS' iD  JxwGutQ6^Xi6g"K =d?<\s<籁.c9~^ႱDj>.C }ຼjz˨cE@̮.sHIq6 Nzo0c )$lNnjpvC>18rafX M@pS39 R?@'E>rZiU T̑e etNQ2X)"&f@$NYf2;fY1(ot3:%^ r b&h(6l(sp` q:pvGPbOU{CۛW ,pWA[5 k AоQP fˏ[yW_~1m Ymmf&.`WąÀ5龢^T톧ok {yծ]2hc2,!7 4ϊ"Z{8sf|iS*aǏ.c`j3|$ FVB"\mn /%9os1{ wk7CJMA'C.B -I+7rؔSoaB:EMg9ep,rT_![;W % M{K;s+slAڌ5jWXQn k޳·ftLP1U*,&%H;W"h|Kb'SҊ{%?+*RѕZ9VPVWe^N;s_NYjyҍ }cokmdJ~w~\S9%)d0ϯCUE#z %&ڮd ܚC2|g*|BRҋ@UZ3 3Wd2BnEC0\>?^&Onqnzbv2 wњEpɌ}6I %E*~I",9]&(" yEeU1L-0'3S+b4'=5@Ngk!]}qw*`4a}[FѠtV0QpZ|Ohˉ['f yoopO!så?/U|.:(]ɋ%, ֶ:)iσb?6NX :3.I4:]`cHg 6wJL 'M4.k߮DMO{%pڣΕ[Te6=Vɻz&K_[ϣC.0uO B\)GncϢ瓴!H,GjD볝5r[Y^&K+}plӉ>Bz)edD/r*,d~0仹qSqWz('뷊̼l68c9RlK U/y r<㿒@y49/fQ)xii20?&9ĝ#·&&]N:!'!n՛uqq K"^O6;?>duvD5+D{Yy=ԀӼufoy2˟:QcqYZ P Q:dPRxj[sA10U4͟l- !aƑId*Ga: |Z28!*1[`P043ؠ v4KV-aK70W7e__|(?$y^`}T):ʇ@HC-vԔ8 F uf>T;`&X2*.A>`|:gP\'F'㜙a?R1ŵZ4%Z /ʞH7АBxϕ;Sf#"yޢiV_IЮx쬘S_{Fx-DsUDl~v`ԟp K1J|2#nŇwf[Yp;ݲa#,˘uNǘu%F|Ss8﫹"n͝dm*6jdoWXWfu l}\k{h9A֥Q,05X렛G 2~I Cqs⫀$ՐLe ixRxD0*#z *p0kb5|[Y# @&հբ RgBk(|II4鹂fOkY;i^f_`ׄ3k=wG^XY<nFKcqdH;sXVͿ;3'yfJ?IDB͵>V,8[ *An|yEkK M sc݉"%<˝ΡܒlhjkYbyPW-|!&{" u5xJܨΘpogup]歷nGTjnILI:^J} ,C{g[oU~-k齫 vzt YD7Y鰞 $Oj~:~ 9((_w/]zKIhg/Hah4cm d P14{ _ܰܓnhWh .т,N)@sNJ94B( '/gPJ%fMp"HOmP  n*7. R:Y7m4eI () a J[ɺ( '愒#epLzK}{j38PŬ۔kΪ֣wh$a.l -͛WhK^%-[Ȯa}=fGIJ%=@R@I>,lJ$2۽[ =mSY>Wϵ(u2DsIh>C>EW9L9)*FS̎ DSHcl_bޖP,LWj;֑\Z֒SpQ(7#F۲K] Ǟy UKDIr1>thuU%Jnjc}Ub)=N,ԾXQ\`a@*2D &@ᏰdF{H ȳ߯$ MXiDj"iRǢP^.&jcvwP>x vN=(j]@&TsNp4ù gheil-[4v t[b7ʺ[wLL>ŁwU}ЎrmRUı0g!<CaZQT9B}ި[M{nGrZ8;C~m~EW+hID%[bx|Lh- Ǒ\^h$0sfo|ዷpzvh2 mӊܧ=%rD4׭V0eb(a1@G_VXY\jq3e!z5nLҭtR6)hW^P)]mlnqN\x!ˀpaL.gQ:O3φ ,\af]Wu!#Rp34KYh<9CRo7jha\藘<}ӎA<1*:N"*\G%E9B} ͳrpUn3d5^ю)BCQ lb UN^ؚ/x$3bs JW wTt EhX9xRO_/i?g,.~0St̘6Nf@;:r) )m]ـA;pZҫyr#g ^N-=UrI֩~h_ d"I|PGڨڃo.3@x8V?1_tym㚉7ō gORba(Ѓ6e9uԳzpQsU9:yoر\+S+w+=* ؂pN ֥.j&#Y% ?q e#(fF?Tm@qn3'S|Eb|9(6H\I_W[I1&}F"/BGC>@ۂ`JqFE..K%v TX&&l\hMFߥM—S#b/̼~ԴS^byXdRy@nU.\ec >GRGR`鸏ulΊ9DzTW0HZ!oOǟك W cѓ7ZLv!.7'AsC]F؊C8)XGZ>q(LosOOWAipvs?d!}f) ݦ LMy aA6DEb^B0'JT]F=h7"?K+ ɬҭvf5v6#Zk?7UךB5,}K*X@VN,3U_gANϿXiY>ں Pa\mR%١~>AQdpt_qYsu0#voݜ~!ĬD.A`@fTxF069'uYHɕeribO 0Uɚ }ş,ǥoYM= T4nD:Mn߄^$u? OA ~j{t *$لsPKB¢ˮt,Vav%[ȂLWjBʆcD.|3}Ӕsx ҾC_7ͫ+@H7;7ƒrN9F"3/O17NsVk05Sn"V+H,896B38`E[?Kfe^jXEl%YrG-!|?eE젂 tij@$wdFdkdZ H &e5Sխ2V9qS[7i+P9JtAsϞghغ;"yEϤFVPE3jlv[ ) J8OXA48apORfHuoݻΓwT=*1&S EKv u&UčMGk3C[bm͏C&Wp].p"Jٙh,>s0?`j cGY{W(^砃X0r:_Z^0e|k#CiX_>+,v+mCz0O워\#5i:ZJZ1L# L>r!%3_?f[Vb^Y(`|o;\`aUք·]1Ao<[鯈%ַ],5BJy-d%K,Q~b@`6x@/uqj}t t_h莹g]j RFrTc>D:$ V d4svTnasJ az2mL#-\pCM"{% b9 8ZjJj;Y|ibޥC\s:"Ho(Q WV ;ixS@N g2Ye\0rH>r{UX%_S/CGjC2Bdĝp"T* ] o;!_%5c,)xʆ5M@SFxݲk<+oSsĸd/n^2ɂFdf(1xZ6|QSJE$erߕ,qx94Ya =^&Kc;h+#_ lͧEͬ5Qt2NR!P? @ ?w6 ץ0_m1 Z^ن 7 a7l53"a><݊8HԞ(;}5FO5{]tfAH:O$I31 E|4,Ȱ }[IWm~O5u(]s0z{Q0)^ub7RJǫ 2TdAYl.O & gѻV;zOJSNF.:ڢ}p=Pw 7@I@ljlwS3M[wPٚ{t}8_i8L=c}b?V0s7Y|l=VΜ{ksꔇD)b_:z< C>VJɖ)NM}T;|>I Iv*;Hf,s]0  u|̤ʼn1RLCchJ3`ćs1cc%xQ乊)1:t`kN _538z,}-)DgTݟQΏr  7`;10[1{E_8:ov6fОh18빹20)sp[L;|mm N" 諥m1}hk$N;/'r^nzM`BY@lTIPi{ir2&bi֞8}A<\l€o*ЩM5r8Uց!D0۱cR=W}CDٍ-ww5PABeD1_E~ !_^^FWomt}4dE5V)>IDbaHn߅_9~Iu+A*M]z@ zG)4bu5vJMv?WçGT跱4puÕ~I\ cT騜}g a88]R^]&8ËꪐϧY)χW|r!*p$aQ V1bV]dLo# m~P\"iI:6?''sX@y" r@l*-(^='(sVi1oцOŘE~Deh~^JP»q|Gnnvj̚ %v?!;PLŔPl#:'j^t(LmhmU-"aPX rku)ʞxYJʳ$Mjy ɗG۔jo{!/|Wwsd[V,]&`kVeif';cVYqTB5ThD7udJf´|^qp$@!#a9{dC)ƸŬS}lZ36{Nh)+UՊ,:4~%^kK= yGϞs% 2?$TWC` :`4/F//ߚJğL)L.fGV3:Ԁb[_ͰWhƿLSrW#ADa#ҿ1g7Ombn4LPUڌdpvM-X1x~)% ` ^Z\W/ &rP $ g$$YGUȏ㵝2E ;o=TklSAJlJ*j՘5"LWgk[1K*Vf';BӤ#OJRagNVo-#)maF>HUS@M_rgPգF^REؿ_vZ?>Z2=J(1n{aRXfu_gq/# )FIuuu\=_\q9E]ΘR׶#XBPΚt,,oܳPYb>~gH(Jk:[. hDr{9}צjV)O^nK,_PS Ap&ɶjk-Z#X JZrRI#j{t|o#܎ʳ4Re;<~" #kzm)`g{Y7XۥAd1<[3|>)S詿 qiY1}z6FYRsբw*`)UBP¹B%"l =hz( I&Qd`)%r/(u-< lNs"1{ot5;p2y'[w{+ :@ :TgGL6L r\t_lj:On&nQ)D;["H*( #D2Gtq쟯/]p|';mbұ=\fᣎ>A0*۽n2f˟EVoSUw#bQqIF<;9^L|use/OY# uJ$za8 d8+7#hxz)g_z&z۩m{~q0ߩXdjMJ.ג{mflgT3 1aa̒66 = i/yJdNE)}&un$@ZH:O5PTl_q - ptHm"LÝ<߆׃`/6'7pg ~YH[bNɷ<|OTKX&hb1PwVMo+-f[g aц^IwH\'E88cgD]uoG ef(u>;oӚXh\[@bХJL TtIQB:TGenv,0DnS)1-#;۞jvյ7!K&x֦g*_$̻l0l-ޚV>g5E1#VpQK$]Ub&:VZM,=ЬMEl?‚AtX1jj-j8/x(Nez=S;ʷu{>DJ SѵFj̓4fy%̮߷<^zbj)u^FQTRl)NN #TL$.tQߵԲ ,9ʒOPZbwFq:ǑϸJjrpNjqW$uE ( XʵI8kE.-j5XE0hWSt)`OdO<'`'Jk_`A IjikN"1|uT $i'=%j E[ gnQ6 y{hnVOMp~Lը&KUD O2dIejx>P Pсv12d1R7 O_D?$LGV,%tGLRv}M"L;@!e[E9oǰVH܊?GJ! wU'zqX1NzN*ڣ,~w#g3&s_)\szBoe׳XzLX'd,HMDo7-?`P=f~Q&8nC\I|˪eN҆_ς\KSUA3ׇ@bT|c.2:']9I9꫻sʍnDZ`8jbwT}~' 5,ƾy {֔QմklV):;M,Ug>]`\8)'WGf8"E͢J gĭYtԺ(.PodS_iiA‘2eo)h߻.ujz/v<+Y!IwM-2*QS DF0.lL@{y刺PauƑڑB*XX5Z.*9sd̐as4b>8@XjvN'ΟW@z9z41to+ E PYs | سl0MCTDў{t@/>ϙ.H0η̢ O((Án wG~p F d~,(}Q`<&NO{t ;5Q5YiABcwzkDC΀] ^džD\U Yi: qW  kjMmCBǤ+hA{ SJ$Vљ{&5SJ{Fw_iW7Z;ZeHfChl?dHNbn3'c?6=:{b1Db3QlXԨ@8SKC"Sc-xKY~0,N|={o5~[^P14(a/j=NvwPSupg" !lGdzPSurl.5Wt£~s37hɨVez<t=na|R_#iFV-8خbysviU #P)NOZ/R(R ko3\D8%|<>o& >C,,6c/cQͻ:(V1o92D [UlJ\B {SӮ ʡ hãQ =}*)34NԼۉtMPGω)hc^˒oͥe45je99wk9! 61\ K_<<]8 f8L|{R_lY-ݧ$F:^70ލDذOeO |ה{PdwI9~-ПX~P/NUp+XriZ1j=o%0v#y"'vxZ9Jrfh]G=Zlײ N]rR 9?륞Uݮι="$j's1iDݙlM7gI0A]Z^첗hlqGB& ɉ؇8OꞌʄώU<|i; j+͉䧄3tzK]\V`U/n>@NR =vܨN$͌:z)lwp _U!-qm-JtEc< yG{{W˞8y} ܟoU!(ǵSK#_rGym@䟎g4"aWa˫Wo<r!<$W Fc=ndrQn| 2DL; AnZ{ v_E-M-O9+-Z9>xbcP%F N 1\ƝsK59 MGM5=(ON+Z0Â#ܞ4*EK(b,TJ(Fۢva1a m1mwu=d6.T$p&h.;@)Iq;j3le#6u&OPhX>SΆyAaMj`dC齮-J^&b*3*ǟ'k[#qwVyu"d:s7;ڤ;h dfsqrW>]#DdPȻD$,>yqs)kSc2W_zL޲&`'JޖGP Eqj@H7wп8@ŵlxti_7Z##WŽ p-1sAGUK]j͟pX[oH\17 EDvlGDٖFfTq߿++AwMkq"Q_ TePL9B!,Er-iIgȜnX߅hF Б .; :?᯵FO;,k:hm)4vi.?}4Ll3pu~FNXEѓǁ,X|:k32-X XNoV+82PHh mVL9jv;%6ȰLmIw"~<*KcEsBX2!(Ǣ WV)w"{'.ϛ*OK_O 7ZYn/>˟YGM_0Z*q*5<NJ*{3VڴĖ.MMLeiD'}tuE˻NQySy;uQҮE*+b՘+|QkSOm.bϷ6L{{ > z gekj*%"Zt@uJfXI(]ɜ΁h*%lIgG ֆn_At&( b{CDO/l!HN𚋿.o˧ИY=ez51)V2app(IN޽kv_!}]z5W y66QJ$|2lx`\0u?YoW8yfp 낟(jppv] +s*;XwMp׏⏈1|K ᕐרPt(0Tc ϴs=5YVkΒQTuB3 1P@v[h+)Zh)E5 .ckꔭ4w1ZJ2Y=J*>qSO&xӔӛ?< +V$Qy5s3>d,uJntV,H# lvlZ\*F>&m]'8$V\R,s';RVkO9F V,+TW",ZXfW#q4M]7:Ma0kz(=?jȵa  ߙ$#J{Fx&D7kOfd>+|EwĦ&8jj|sk\1}X~xP1nU-bV IMp b'6=̰942A&Fz}Oy1*əmhVf}_³cV?sTyj]y?֑UtX}q/]; nU>v^^e(@V5Nv醅$Cl7msROu" L g( M $y֊&R-:@0DVP."Pד:x *9c-Fa%Ak3^~lO#vSƨ3[ʼ:l?\铈$vdz]NczG0v2@jFO'}iM- _ `%0:aNEY8 \uZwKJC0FMZɢHсF#8!n|ZvQ*+&"+s;YiJhO_ 2;k&yBӹE#̹zZ9zbm ~LJ-ބ@@gEu2<}xf,C0YX~iBA :`d.4E/r_- #wZTA}һ跹DS #anXF+ .޾.?r5XԿhn?`Sm]hKB>:0#\Ek;(~(yZThb)直uʉu)em$MmQIuJ/Ѩ"Gg ֵs@i*jHuU\Az0]ϽVTJx4*\.jn>j-eW1f_1C)|^"ZZGe ][m&+ulz @_Ƽ)-KݒHwwvہMJœBDWz?CR!er!>/o'_R%UoTz GSNkv pkcNÄ\ 'Ac)j 2K\$E̟NyQsD&N#Mؤ&sr1* :BA0+O8Cy}QPߊ+T[i4p"hO[p^V,e-9(zW^)}"ʆ#amaAPW Sw=Dd,pRwK7ua#/El4[EFG.f嵳5Ƨ:PdA1V F=)qzZQ#I-zS%A;с_!2UĵǧKw}[bYXȚ#BP}SIÈ`_Aby6E{O˩sr)35OP?aP}k`w JݷgJuo?}{_[W3^q`X{Ciej6f6|F(\/>;ݒq+`9$_ ERgk8݃c2oP r|c6Uz zHb03+DH[X7^׶ߗAbKp0L(_"ƒأnݣjIܫlWWc 0:{u;v'Ԅ_$y*='ݣJդOu~< Խ |Kۊ[!7 WO]Ŕ+gdבߺRBوc2ܧSq%i!bFs@n$ӝ} z4χ(zf"ُaFo8 I]bhr#_@)<ѺK$Yyg 8)T4p6|/-Mj\7*V*^l6 f]oD'Lc8 S5iTnx` `,+R]+]fTu7EP*aR?,^XLMjjڃFBw9 R=>_q0]>:12E2}/JgT&2 9І0 F󧓨ZDl {WAlĜRxPmO.c#/bގ!&-|˚[ʼ+IA%=u ;EU jWw6B֜NW(-`qZt:O"Z}a]Ƀv&Ltwe~F]ԟ[4-) Dr)Ӛ{[(2'-Au ~2>`g~Rw̵̶oOi \^q Qx]IzLbEol-b^QvaEn C$k,fB:曛 '2TدMAԍ|!IX  V Uӯẖ~ͻEV@qB|rj YMaM:%)]Ǧ9@|.uz$9 1X,tb䦷mN\Obtif1'k&Z O%BN5 RtF6`QxvR;e{]^kRkbVw* _M1XD#3(e0Mð<Ё\\=?uCPtV,WKix#=#bbTSTE[ *jr8F=cz(A&Ƈk txn0G h )zs1^rDU4; dE.X#˲$ly]C5Rז.>uRn2L ~TL$=3>Px r=SLb׎d 䕾|z2ʴs]  8)f }U)/*: u[2hA6W"/2ؑ>`vA]nyÈ?2D?ó"딖IBEA^6Z l҅&fة>{b:OvS>_^#^ Sp STaD;uDr'^_غzIM-Rn7Sr!{=^?ц"a G޲4 )?ٹքh{`waNz>P9 K :'Xp#D@d4Ynuu؄-RG4N+RbiKy!4'~݂=^)5 gh$1ì-._RWӕBha֎xYFU*5)yQa@67rX>O%{\ ֐5* k&iOf${m ^P(-4IZ1E?}!YӚ  ;9x^F\0I}B͂^/ ai(mDnHz)IH!ƥbD+1 t1}aѳT(:+\f%x *r+{,3YV9=Tm`$Oc\x v10n'rWɉAGonql0e_>$xc^ٴW *#I-w.fcR9u ,+]!<96:? V=՗0J|TI)- ɶ<fM9XŝϛZ]8y6B≣ʇ5^P.)\7meߢ_&dGM ϙsF¨HG 9:S3 s5SäLxtV` @ɫ$cBfJZ2 8odFxyy"+-_E\ԣ }[mYBc$pM`7bcrkcYO[Uqexec?/= Tom}UZ3)x+%Z,2|x!hUE@m:PZN?`l_Z>@V4!}Iu|Y$7ΛUЮ\]K \5 }WIe#<1uP\^;%B~Y@PxB?ʉ)D @ENZ q#:yK I/+‘orw3Jezܞ0O&},ty[q<}lQe"puS12_N!uI);6\*.6B*`4v.aiRlZ^_., 3$ r+uqS')d}JO I=gWT/? Bp4WZA-`86r(HLWUAȘ1;)cWSn@JXInzsF3} [&ɗ/%iEx?p6*h⁾6枨/T*;.(s=l-$@ԟSk >s9" #FA_R9;i(h`.>^?[?F((ԗ wJw+~Nb &Sm,&Tr-eonUWg[ߓkz.#EK d2'rzus(!RlZs$3 %(ЅoL5t&x6vBölW7`G&+M&̢x ‚!gߋ|>4}¾('yOo #5ZCj{hO/0YJ{$$`sCԫ^ZcpR~[I 6wbu.| o Y8%S¯"5F/K[C8O+$ucJӕXpGU3[3/cՈe#[r$+% 8%SJ8&A1akq%V>6go\8(5i ñIz}"C`t`Qdju$EA-&Yjha;^œ0f`j| >gW9UW7NtҒPi. / at30Nst1I t?4c{ iYq&,Tvn &"G'p}>S/p4`qft|>`@Z>ۀ 'oc{rI!Tw"A>M 4Wi/PuQ{7cp8o@ă۰\3ݠ9nj`Wts}+FP 'oT u=UQQ$ ``+QPCvk}:y3QC=D ݳP 4/7{\knҞ'<>3+hz{t8)o3qc9Z[KLzh0:եfB gLry9K7*aVxzfB=6-Cq @;KK+7!50v}6OwP 5Y`a4[E9ͷ2{Yk~qBoy.9(HSX8C-xg fKҼD3W.C4TJK49T|n7赐N=wMJm c4=B੖7 6?}s%\ ' 4_ EK hdPpxhxfk뷄ӮJu)-3(Y~Ps/L3L*&-;Т,_זƿw*hXc ɕd҅T,]1<!#uE$cv{U#2#8aZYAh|ʐ LGˤ݆?=3.sp6F/:lx;N~?DvU0#S|;j"_XsAEbm܂908ZQLJ8TT'HNu&PfPw_$P֪w+; "P&Dz3M8$^6`xFa]3b@~Yd+[ڎ!ϻX_c[h,b W"H޹ir9]mŘ#/hv Ars(:z.lGy!RX]ԽpC? DY"aA-u+բ`CL%8TTV5b*c(%mFَ=-(v#ȱ-XHVNv6^#2`(˽8Qԉ/'"^n`I4 I9s*>b<7N:5`N&cuA#/Z8l@{Ԡ}fo'], 18ns"𕆩rR^dQ<\[cRf1qlWb<@.8O<\T?#DKOr?CLF&rֶ1kxd(dž^9FEAEM)Hs(#o =kw }W67u GU u;zpWC=3ʢu :Tq;6HN{ -w֥eEPN8|;rO.#qT_P?ŧn(u%Bm0XN/xCT3#2 a5R;,cx5a,zpZxmmqC#2zx2*z4:~=hcQ*.=~)$ZrNQC)ֳ;5; ,[nHijDSyY߄:yw23pRTg@ΩA&h1 ҉I|\|q,Ȕ"@$ 53P-N:RfmNzFz=Z'^˥k00F_7(j乂dN^'\ n̈Q}0EIcN Bmf+7%cs߷8o @ZE$lYNh~[Z0˩vw2Кb& eSi'e­#nu#]6 4I)/OV; 'FE<NF \+ԶrM*&叓{!lp%]MctEwnqpr*}Sb 59 ި36 Yy((cx܊V) D9OȥL+S^Rjڴtp+F+,Uho {rx޿vfIF1jDk;A}ā/0XJ-@m"W}s#4<9 XIOtHXCUהǐ\tQͿz@AQd$z {7MM"xIeg~ yL >uZ@Rt0e~N`B;v)p@0sf.TA`j4.9uQxg>/F0)=B찷s>qRZXA1pbտSSt*3KAZ ,\>q< /*7N=";d5#:ի ˜gSIA 97/-([ uՓR3O?ɍ:`}+8cwOFq@Ǐ۩ֻH rµ(%sI@{7QA06H_cS 7M :&N 뼦Yр*˷*#(u[_S @T`À4|[ +}E&=@ہ]( hq0F:ׅ}n({1Y:Wr=&~`圅>Lc|R9FiOkc~J95b@4+xğQEZ jtȒ5td՘xU1UeC ykPv?aAQg. yh#)U\vcļ| .yuA"谨0("y#Pƚ[8"dp^$YtMg YA ŹB%9Ua`ԏ}G1 bĻ,HRtax[atm(%X?vk٩ED_xoHlS1<@\H/^[E kK:N%s M0mĂ.`KŊ1 oD=,u5^RYp}6R&d.ΌeL $r78 q4&^z wEiU$p>4$,ߓ (@_/b<;g5(0v$XG:Yu4fV&A!)!t"&5Fmxy H(|EԺR=m7~F ߭\.hP;EmPfs@eLmy5e$^^h;Cid`v鄧gmXt*1bdLjԄs܎ a/wOGs'6 )+ tzNweIOcf I$C ɍ=%C&{TKfkol-e0KV.-9%ӃkVG \6 `\u 7.C+ ["YDq^|(z#A =.<_soɐITc(yf ʆlpi8l{H#\oP0p&AoK&3iR&uJZ(KeRF@ D )Kg(Ƶs]`u(bNny zEIUP';@3ؐG{6/ll48̩fqZ{1q('U6ղ.l=ŪpCzz}:g!oW$O>+ Hi[@a\bۧ3f?+lCa$ (>TZD{62 ME]LiP˻"bv$vާ[-T&EyS\ΊԑT\W8ȑc–C-˝zfr?ճ_q cW9;"XNZZLr*odZ@9nw8/6篗~zcY$OKGV8pDn6(6o\1ŝr0uJsޗ)<G&XL߱܍vW]O]yGB'8^9lt*ȁ(Mo+Rɣz؟ uGjU`omvӰ )qv[g. +/N<^ Иy:!}ƌ SpwMSjh}j'd5ۣxø[ʹ&0TQ5O`ø'oe:+`Kz鐏0y$yFj(LչZWk!:8D ~o>x$>fҖ;-6~UC ͍;~ڃxR= IU7'ycB+7>ɶ}oOUznB+ihK ]LtN$ "i5 }؂xPZ7%B$&^5?QE' ASMdǛH4x`Yے3dIln XJ`2u$ 7mWN|gݨ(ZMGrfa=/3h`,c@(,غ7k<2I&$Q~k.0ot}cWS]l`L-(JخMơd#&E{/KqVZ4dQDr> zCaۧ½CxhvsuR:X0ӞU 6LtkZN7Mk/HQ3;l^QaKpk ~cIYsvG$&n`_6&p%(Zo9T0RunވMX}v6Jyg2?8;(5&8$65BlO=F*UqNyeN-5g(LcP1}I;޽QXKeT=#4̌YG$N9$ˆU.L ˥o<`t~[^ڤANă«{oU61䏯!*ǩ+UNCc+2^V $_5Y Fa`k 7eЃ $N р׹dhL _+:lH`lԑeT ppK@D3WfEC; SK2IZѳ"VHB෽]`JPU$QGAPu]Ns{ŗH!̗m8aٲh<l#(Ɓs{U4iYf(ljkFr*H&biO[ *RtdC| w' y"\['hD+* v*S{eػO3VA8N&'0k鋠O4S6cA4YY*8nF%nMŦpei`~dp4u=?n*I2 6z S8R/w!*dPO)MB惘OrTP :lNG[Spvg)w^\/{$,!7l{fju9J 3#\]=`('c^A <34i"ng]iRWR$V|>UXG6r@_Ǩ3ioШ?}Az ͱ 2]=e*>c!6ԗ`Hdj"& czv' vP7TF/{Т¨8q\(Q&i;juOW6/x,bG+ɘ"铊V5hf9?~*[I JIX e(iPdڳ_0ϙRe_lp!!}23d$f )FWCj$%`G%!qgj}hUW|7@Y^zg=~ Xy?4jUDq ;.97Yruxf&U2e*6 dٔ? V3ܳQzN12uLkCo6}/x|GU .Uk`0\Lq{|MT䗕ua@;[G`1Y{ $Njb8woP2t2-fHP+'Y SYbnBUF&Hv:h'd Y2ʬu=OEc [7|έ@ڂ**#L۴ >jMrG\?8Lu\ u<^.=& n=JRbQ}B NC薓]ŸwZhbEQa`ny%qJf$\2=O8r:\ j K^T-NJ+韊_ϫf=-@s&t١pZS-`=5~(wtq" dYmQYzOp/( D I558\3`? j-zƋd4̘hRDBzZpeoa:oo(mQ$u GVN= @gKiLMzr~YZ{aB=]M&`Kk?re88Sp!עo 9وcs ƭ}IeGىP wYCdOd(S$,/#7(ϻf1+˛f7YUKK#4 ]^3dֿ@Om 9߾RepSӊ:9Xbo. I&,o]`9.,@T;'A?qkC4]y^2' _^~5.;BkL?uh+啒I`/9%lUZ뿖Q pZY١XJZ@ &17W!1xא=C= lw ɹUSހ K6=( -wH؝;ކXE_\z`gu7uG^!I+((@nձ_Wx<_9~'!HwjK9/3;]ԵK6 ?bI! sؚby"E'|YBFِ&Ǜ+=ן띊s]?j`zc-VlwrF*3za2ʾLT",Riiz!_nn͐HzsEcHP] eN3Ԓ8*vO F&S6Z JixSx %q鰷ŇoBC$Jxak|7)_–Am V3E;}<@njdq :S<nИ>Xe"u )YWRUaVJV]Q1FaJ(΁̒VFp_c@AFc IдW%=bDZ1fu X!E/[?E6}iC0R$bR@2 Hnr솄KLh.pjCOJ/xF&|^u 7\;`#f<+Dr[%OqtF'>]0V;-@}HbHݩUF1{EWum>|fIf3/pĆ ָyCCKû%=Ha2~' d| @ljfiT5l2oX#(b@T(*'- (qŵs: J [0wHF 12B[/U 㸪sr9*=0yZ(xy*(,X-oo){0Sެq-zql60yc抑:$U{UBеoy &!MlWJru]͉+^q_-ϔ3S\;7u ]f8RK']+hR:dqW#M74TL`ұߣ4+>Zjo_T=hao\IlB⬐p=^ܭmiC]gsM (U=:m[f$9%/*~;7S|bjP_ЍPKju4INGJ] ϖK_t]r΀ 3)ٿ,?OA=V,ߍ-]9NXN5Xm$f(Ufr@0:`Iް7Vr^7DV8aIh;ƚpQ,{T6ʾDv[BVqU E@~euK\:O:wR7!w`v0y@uE-I򘗃үg5qeZK;QC}+yy ;^a0fUᩞ*V$%.g G2LS/;Q Pv} ;k:%T{)٤K0ȨiPa~r*/PdkAL" l EDŽL% N37A*8sc==11Ѷ  XqX_ƴ{.7?>=QѼ KXߴ#a"M6$e$+O!][I7[Bg]S,ʣr \ !!#w *#`P[&zƣR\ZHE^Oe9# sjkj6QN/mڏp*GEY Z#neayw1]rxO߃Wœhol+Xˈ*dǐ9/£EY&mB<d'ɐ :Z3*0:Lud7d$ʭUкnY:B2Mk*ii%qDb 01P9!<똺f8;vH| .=cU^imDp /oh ۃ xAS!q>rFg`vyÐM mHVlB#~&UpD 7'qaTJߝf̶ncҤSfqIRDJ)Xku?8%"UG#WQL`8.-B(Z-!xJ­eWfR:I߁Kd6Ix Ef.ȂK[a *I7AO"hK>Q hQ* ~iW)/IxDML'ׄXT,WyFs,7r?) =|4S3樢Vj]сARݧMb9E)3qד4I䞃VCu5Y}!Px{X0TþZ6HX9"p$MnIO y) ,S/ݍtqdJ86gOaU-K J)Vm-O,Ԓ9L\Ha5r j%P=,mSB\lzڒHt} !E{T2f@|+)b--@"mtqcOL+MKo]~'X-I`Wg9ƪ!?3y“u!n)U:]y9 6C; 4,{r0,R!ظZV\}fag]MTT}H/ 6#}f7~3p$)SlDHxf/9I&.{2Fl^3gm7̚8zZ?REۻ0\ ?`9C}tﯞ Mj' r/|/41ȷmA+_aS=ܿ;,Σ2c%( !8j:.`:] dNh\M;cԇb6ew32 ( zWӡڦ4HӲ`~mU7DŲ"J2$$8G59\GivmOI$bS8eG$gK+kٓƇj½; @)=.\/Bɟ^']r 6|=S0{C$YzP7@NM2<ћmޣΕ#"4z+ EE?Nq0w)/k٣R53Rи$AfM*G"M^'WRMp:z$^:_!D[[nrP9Tף:bT^%֝h'_A&Y=]hmKM24Rpg8.CS~'J0Ҍ"~q%mC 0 vzNZBl@QPRI6"=ETۙu;)qTVè2\|8!(7X ǷzH!LCav 3_d'Jx /@`Wc >xS{ n[ =e[#RvPNko<6J]$V{)VN_[|& *߾ ə"[{݀׬b8L> go|z“7MK ,,; ,3yg3Z D&Xes"~LQkikMo\Bfkk+9 ilG ̋:e[ekRBl f2Wp _t@ᩖ&a9Ŏ-LHU0V /sng&Y P8^?=".+]ʬ3N= dz"98PΖl8ۆ {K:lUiÕ$Cvk6>6ZgΪW)YJnam`|& cu)zs޹hhnQ0tŷL ֫zWrnJcBtt_L5NmlyTP %Iwˢ cYƱ!ĶSk#Í]mK0>Cl;d[/R ieb^hP!!I(d/@f$ݦ{DތX3"wC (adVMV9U6`?tҌGXC&_/L&)0̳!s.a\LG"͵G(:^ ufI3)/PPQsJ1e lPz;QK,}w=33-yRy/3 hO olElE+tdL(8p0`kKr}L \c0brTL_54G6~Q4E_qlcjcKs-8Xp_i f>,'I8r$B샽HUH1.mJݙA3m[RK?:[:{ B'r'cK X?rJ۴~iQG4 ha0dP$ Q(:łp_eR#)Dޢ:wFHAU,_+;?>S?AK$1_$9πY$dC nUQzr@L5~8Ug(Q#5)ԭ(BQrأf:}6 dڝ~CR\)&YVu4#~p /AoZ# (pm(7O.HX p2%-;zPM<ռ^uX_6Uןm ,׉̜91 Xy2MºsÃޙ 4&K[a34|/R_/7ť%] * `GyC"1 Pc"!I`j=J_SBN?+:]rO*Ҏ PY^ |aӭ5)`~N HLHєz4J gI-ËؓrsIUkHVԪ`HTXz,c(`{R)Tߦ$tjK  aUϚc;a! l0PiwV0WA-KuaT(~m r}t{PAkfE&erpv.a]m0IBӪ>]/EJ~^YM}e\$, =Do8c]VS,=R)r"88ٝ6؃ڙX7eKЧZ;V)5'P']U[uK T; Yͯ{@v>ן{jRҭ\j^w : su~,C,0e48ihWr H͂q}XEd`H5iCĦ`h&o x :´'˛K?nNB.9-y2'Am6q@oZܵNU9 O7)(36UPDyֹR ӋPcnMm4pB3gp'=1l IAKLx~[=Q)-J_ `,Lx_ h|#FQrbHmTR yV7 &qq_$׀8 KY;/]M--FJJURB2?7D^.9``:(hboY9ZkQ>Kkw|jkBRlRq'9Ux~m'_x,/ZCN759 ԡm47NJ)T|kTה8uU</T qɺe9=ֱ~  Fc8YH6RnC/^47NTq^]@<$ ~b;-O>&zj)1T޹qH |+T/**zU;ʆsX7\g.-K9mon~ 4YpR6'kEQ|bITK~ӮKv5K'M/[]=<|,>I~WV5"~5 >}ЮkF ?X$[.f"BWgE.4"ͭZ>nNW4m`"3Iċ8`Ma@4 2Y⾎e69zP);zu>AI1s,G SjI"O(GjRKY ZzV,Uk/4lU'&ʥݨıtF(ͳ7VY.`(KݩE'WwHRrۈ 5hfQ?٥|y,'ZSзSzc!wf|C2A,܅̿eqPk[K MĬYEyq,'gGҗ2R˰gC} Ksn  EzO}ɣ:Ak4gmVgw҄L4ydZ3`1G3RX |QU[=i&7"6LjqXհJ_q( *M!{J|bdb/+]j[mV5)S{4^-c C rM|tDȗV Q2Xf6G0Oc"MɡmC>(}~<Js%J¡C"0JONLH"%C5a@_k m9|'Qi⛣ί1 ]XG[nv.>0|(Ob*PdE`fi1齿ZL] ! Ta;eh`[-dyEh4"pT=Bu@`Dx,`gqsOmDx|[X1c$'3m(;51XF犬C?U]5P`(ӮZlGbGb)TBՕwJ>U oB\xV T/7ߌY- Ƥ<5uz>!lcą귦8`d.WNqtî/L:4=L2$~飸3κX6݅.}bw׍Ln j{ M ] Y61F 4Gc$7W|y]W ;@Z7ӆ$V'!<תίYPmBɝ$Czd]Ba,9$q o(j¹!.c!bu.o: -~DKs_PȚt^lDD@&"WW$߭gZ(˼ Ep+Ma},} @%~swye|qC7I#N]%f#]0xw&Q .V^ٶW6>$j"bѹHyO׵b,{řdS߆boW4`jMS<JyhThY ^- rg;Ӊ2x7QjAsՕ먹R!le /0K!vz)숵OsP=m&=C݃럷2аRigc%bNdU08ڲ)h\qyxjnxؗ=/`;/&jrDq_g.dY ZEpMŃR⭷5@A[ʨ5pYZ0v#@GE) hW~{ q{>qD&q6`.w%yvɽG"u@ 8j}c#ׯ =~P9 SRb.6mL4Ba( uCN̵k۾E\0#wCGʞ3usnC6 ^xpRXfD#=p1 N\-ʓu3"4SQ\eytR W-TS4nL0>cE@AֆL7Kw@qi6hyE W M9.6BG59}',{-fJs.:t]{!ZX`k?niݯ" X"hpst2:72ht@5mymۤXbLv8pJߦ0N|y}3$[9܎%m nڢ( kX*clЃoo[n]Fe1yyN `7P/?jLs7FtDXbq CkC+pٴ>X7[rR֑A@`> p)Oi.ҹXYd/)xx̓Mʴ1v-<[{B6wt;[ǡztT?zxku(KC,uTJ"wx˄K(O U(q;%J4"ҿ0ղZhKT3Vc鼽=o(Yv C!3ƶʓ+&җ\gpJ|/J[1nFWt) )O<ƶLۨrje~z@#h)4;>^Rn|W |)/SXe*`9 @T%9#(iz'_R:F!0[b~_ݎ>'[_xTcgG6Lߚ)٬)F2ePFkU 70R;oH\=`3C?l7 jj"}cU~V6nDT!ߑ2Drnd^-'E5qn+z{nT+nuc/d7WFAR}q5'13 '>4D=>&^%&D{MnGܨj3]dO6x|(oQ,9〹LEөct3寯{FP]2~?ODZo?م V3j}u5련E@j[¿|,t$K!h /Y_r:_]t8v!1j2B ̅=ρ0~Z)y"LVcP-3|v@?5Mos=ڽ-ܟWDɘsЫ"p[$ h>5{.yJo|ZKC߂"]kG_O itq-1a 5Ghl7.|Ѡ!aGRv5n2v~n(( TEE1^LkyoI>%V(9W4'eD/t ?;u=o6 pbE&@1U.32-d K$Q/@қلI{. W0K&W^V l:$OAF_BfZh`ilu5ɦS"* *=d LETHӕipъJb3 9#?qv(Nlm3׏3i"W wZ|Wb'AйWH"=n cMbѳJ bGJ*iQ/Ü!@E/2qMjeo_9j<lEP='Ư֤M!eڸ.D V`⣪5KB ub=@VjXsxN}dT ΰabXs(޼?iBhZdw8?(/끲%{Aw߬h'o8"uHmB|F]Ȓk r#!JPkԪq}6Xǂ1tn5VйB;Qvap泮&԰ Ջ_k nWOXSٵ@ f5 HgGwËXk{.&}|*XZ7;& VW\5w>{>nC_cG#ُyvKYscCK :e+1rʣ>4A{=-}[[#wzycxs%7I7qZ ǽ:c؈NsTyaHiJ2E҄ygrUgm'_Vom]5 ouĕ!G2F 9;)ݟb[?#%#'5FzgqU!_us1-Hq[i#8Τ܄{I)S}Wh,rxC{+@c V.Mlմ28Cew ؛tpz[+6pQ8~nMA1Oop,!L2\6 ffb,|N.T,}F4̾2HlcH`/H(k$f/Ւ KSBRNa~Vn SOݞ:RwY(|D@ yٕ|n%cT:A=S/ڜZ5tCPn ="EFZ?! <\H/r' `)C"cb3lniNK_Sto&Ixѐjs֬jY<"z+w"Se,hEC$gtg#((,$p!!g[:1W]x{1;@G`W:#7PN+ǡ3u"V6.&otI Uzo+Of5R}AV#hL˰9ܞGpnC'!x EFNqy]WP`I~AF8'YOik ֎VZ-f?0!wQd׃F$#s9#Abq*UT&g]w=C,SB;O޻&߂bohI1ۡbͳc4>e%5 pU}V_Õ.q%Ѧs^} jvd)c0~Qy#PE DFKh4 /~E1[Iu}1H g?A;I9aZFW q @xqRːI>[Ui}39t~չ1+`V{E"X~ݭ$wE# ܅#}Cߒ"l}Qe.%7ן ]Ϋ Bae j4>.=­OQs*2jxYm)bX B }o- @!8t=8 R5G1wyD5ۡޙajR]dK؀|왐x#3 Zj3XjlSV4v KjoJBMt>::Lq"8rߦ(׶ݑrR;{`!+DY::aG)!NI̧+ ʖ")(5ڧHzOG+++yXkm(쾮 aGg65[n+ x$_cI06l!;B4y9"pGņE ˤ2tv%K+t{9V,}0){q6lsmHC\FK"E|wBv 4EOOp{ù.ҞIaFLնL; Q)WS&664Qw&;7 kle>4'Ëi..p!Sʃ#gtȂrN֙LRc*LeݬԟlJ7)FR%%&GZ9.MF_QvЁue=bw,)t̟k E,TLXueq!υ8  DwsuZ) n1moܺ@a}Iwhgމ1Pj~rj|-Rbdy'!\RH~vz:2YڤZHԦJ?:TxAȍ8D͹6fkZ$ ޤaGPUqaJH{JVk+{%Y.e)ȕfg:[M P{Movz2$$DEue4 AH|'a22pT ѝMb2!~4_ӳ ⵷KU@ͶiocJ0bAvX w?UaYK7߭ L$aLyqk«/^Go>T1rpDyD$iIN,j`*T;C cI;}o pOBfXR=:W6P cmcNl8.(~F{=I[裇E_/Q$*JCٍtA2:rU`Ɖkqb2{S,] (oCWhq#$]R_s' ##7Ϥnu9hT:*shsDw% Nr"nө(f3:yWܴHȡs(1WeR)#2]X}_US}d^DFM m5R0D2h[ +.?q2+rnnoϸx*>NZ~s,U4dL-$>$1?:O- jS*ܖIl ]qRe Qs]9q:>E;iرY,mnbk N#%;.g` L+x@fGNھ'C]1Mk  [wJi$_O.wvƏ5윣+ڷ;" B} 2 `=$ahbFd? 6_˶f`QہZFanPXVy`pMk;۟neUTܒ_!@9ug1zeNk<PHKrxVfr֕0Z _1D{u3f(5 bBRJj\Cyj,?-C T Sb@s! 2\3nP;;ϒWBbAXaӐĉ솚}K/#͛ AwJ fgM㎾ɿ{jEBɀN$)JGHF:Znzr}Su=65z 綶Mȴz,\>k3"`lcI >Ɏک]O fOiW1} -)'$bXADM2mqQ'*r%ݮCSTp\\C!уI2 ;%pԾs[z:(>fCAͼ@ٍC>9škcs~O. Jb_'Usʕ kpnH#-8 712U^)2y&M' k^whkaüZq.D 5|{B Ox47Z*٣4< qϽ@m"hrVi{:{F9X1TDf=.48(eJт@z32uMSiS͐8wGiyiA]ٵ@6Mwv-qHD0k-i̚K7"@H3+:\] ZniOJ5qB9!aLNBJ,LCIw )VQ=4n~) ӣ)eUju>\\thrHz@rFjjL{ $Xyt[q \fo=\SNJ|&qvѥ PB>F\6s–*k)à3@l,A+0EpnsŚ87e n81j=YDʣ7+Zde.UԔȿ ::;Q-ܪZ\b+]3@Y^Ӆ6߱*SaLwZ&)ۓxk7s/è5 SUdY O ȝ3\'D1 ?/'@Qv$G@Dݺv-X Np]k%p4'`6'=K֦9Igh7FJEFԼeT#1ݫ(BIA cR_.$+{۳d-草< ۲u`&^.ɥ_~ߣEjlP*a?U^(Ձf]Tp<3MCi׉j t]fSXƲ%{0y](*ɔ[~GQh*~)g̅*b~r"AB-$5O.EGaX!)MT`DORaaT"".h؎ek8>v%h-qzC{`/tȒAu WX_W4c<2RC,ꎾ_OFAkA`%3lȿ]?) RF}%(F;S-10-ѢDWyb{L,2-gJ)h03`Uwx12"GTs kC)\鿠J(sC/5 N R&gǢf0]E,wu7I'MڀzALduOrt'3~a%-!Úa@Ђm`VoNg5ȴJJZ.[gGؓ6薷D}@E3Vg#uQIsk:v OǕzٕX'O*TrN=;;&AuG-AKMI>Չ̊G_2٪xm^VxA4kye ;x-C|VԦM^5v[~g@;`{kVPdG,Α'Iepj𰕙‚ܫm4?{!0h˦:fUˀ_LnqI=NKcd=7g%C@[$dzޠ+Yl @r=КuP,'TUڿxxitP) OwL-sdk<3}}T8l[7 Na3NYFj~X8O"Ac ،{>iNtCflN_fb8kX{!Œntg~aXHN22 kQYl',P$N7`ifm0vu;Z/ oˤ *"xㆅhxAհ%t&4abow߈5 1)3ְצpah+|E_d=ʮX+ `$w3"@M>Тedבi[uҐj="͹ЫaVs k`_BbobNRqÓpuY5\U lE<7:ڏ M쾗E1L<^FE.(T`,]pBW~BȦ(+fo (']9ߗĎ?Jڲt稬'j\ښֲNtŚdza~vAݒ+1uؚ"?p@my)s,9 (8XQ!r:L_P !=+Lؖ&#C҃srT.ֻ&5@rQl%"CaJu! hܸ$%0|b^I-pq{h+HɈ91$ÎiL`9C'V#$pN*ǿ/g l̷+)&Etf㫡%k;bZ+v`-TZObl4`i)'b:BiK$3VZnjD#r!F 1N?z<66 ),}@`ީޓ7siQO7v2sv`3g%UaKMC"\?{DtG GMLѸI>t/osbhbtr̓Eks`ZF[_9g\ur2?4SQ{#D~p:V}IW%8U*d'E|AɒlzٞCSƯyI-Nߕ.V2f+[DFP~29C )KG˔é@'1/O~R䘿\Ykx׶;j@-tKB'#QKVTkv# ,ԌiЌ5ߕ(; \sˀb&QQUq|+u~t%jm4p&?D.I q?>E,}Zqh_Yժ2W9>cƣx>/ZZs"͘Ɛ0x)XZIҦ6I_Ғ .wr7G徠N}! ~sa pF=t:mU:Ţ?_ 12 p9DX WlD];~ Fs܁|Ҋ{k(C۹j}4*9OШl3[8f(`"agWl@/-ߌCp^/HI!b{TGf3i#7yP:ܣFP2ڙiKns:enq>=qKN Uvk6qEpR=4l{P4ټ$AN^}YRE~T I_SGmPFW)XHM=[3:$sBX+>V a&6Tv1gy +&hxQPt C` 9'@9;Z!II?.MZpW߉.[ "Q;*=e-A4Ҋ@\P9E2#զh F,d+0DXM ))hڢ*k)a6q I" P6_(}+i--wόL/HkNu꽓 ^t`  `6 \g^(&c̺˚Zɣ(܀[_R>j-PIq~ZI|_i>JXt~HM} /;3+4z6Qڱ0%'u-UhI}P CIسsEwΏi*#`FwQ(;⣻N(ڻkxKl[ʼ<7kmyyCቷ$pzD<{S}$2ڲ ثUJ Ӟ 7+Q| aDmrG%PC/ Y6e#Ť14u/k_*/בs+ԧsM5 vN&_~@7}-]αkb]8 s7v;s;R(~x]P/v!aRZcmêlpk-2_JuM1sهq +7k8VIĒ;^EvZiФ׬4U)&W:Kn7|RAWT31ڶ5rù=J /]R^bGIIꛑ{@4ϽM""1;7,W>GoI=P*~iЇKÄWq,VxeJJ|5ܢjt2C`hg|b(Qfp?hx%715FQ]J".1~ _*VGaqXg=M*K 4v YQ-I_c|14y& =L# J3s ›x'|ks ^h܀"/f@F=xU!*W}yHpb5L^ =SC"qɧu )sTʃBT1ʯ 3-^ ɧnU`Tt^-.="xr_udsd3E$fGʔ#+.rYPϋ4b˸sR  +ͣ"gf~ك{="l镦=|Y"Z4X˽#ri7}eϺˑ9 Ao-*&N5duL[7u_>(##Z+kL)dN+۪R C9 HťzUa3ط0L*saGѣPD8-n2#ijc :J"r\wRN]šyd>gZHD78PNx^jwP=X2UΧL2-+Γ#1e[pg&_mlj%bR{ʛ:m0'%Ppbտi%~]ܔ{lCOt<0]`v؉" _e+~v;ܞx/>kUW{ZycY.U,kCȶ*/ag$Y?֯F} 6z 0Ƹ^)q oh4!m 2JL%>(S&vi7?1#9c ŷ%f!e(k#fV衃Fܲ_1sv8⩏ sQ%BZJ.@+­8HRc#=ΎhkPTTy[m+K3B 0ƅS@dL|rlcU|Q5tsuBo>rJ?f&س台SG@ȏZ#2m]Wt= s8L`4| dU(pyO|Nz!Ҁ:Y<x'-g~],mMa."~* Zt#NMOwk?,]BmA&W#A9r0Z˅ob̒胰Y5j Ul73UԔe߁}t4e}S>J8ׅ@ p@d9PX?U1a8W)22Ͱ&e,/\ϝp=1_~̶CQSp qxYw( Os",Lf& I.ݖ#3ŷ*,t#d(QEX ,.;UT'c W" 8 BV8J>1ݾA]PA8䯎$ei<~D ~9(ieeҺ[f~U>1B/8MCd薞Z r590+q-| R+`d 1?0U-xdU A7[ŧ :yQ*PMSKo*續p (eUr+_`JvL[r7&Ǽ _Pc!]QɍRi-%ҪJ3;|n]y5YL+PL yLÂYGr`Wf}-#iS ȏeWqeC>]`^lNd`h.oj#~G8Rlk/y`Du+/I/iUEU`bX["6N wgZI(3LG""tqOixK/GQbõF ܒte[s؃:1Q+[]]Rjm@&@LǕ:E b7fB?iPp;9BTA-UExwI22=ϡ4zrS3BVTQ;9PѮ9T;RXɘoLݞkI1[ S\3YS0Ю ``#$;>OoDb`+;{R.$HfO}#w) VYS)`t6Вi@R̹nZ(tqe&d EmѤ][ hLB`⏐?'snj>`.pGI6y]MZ64%{̣pwe- WUPVLߝ X~]c.">=+"pyБyPresAV:;FkAe  yv`]5Pd(y t"<&L5zxTvHXSD9*F>l)˃I#NjpP*GjiwmN Qb>{V f.]=o#~xy,l\O6[!4L^`+6GKZ$s1i't4M X K%MorxX-GH:ֆq ojͶ(K&A{ڂD,-L;+lJixbU[np'Dז Nfث:sjNA׌VTI*e+ꀸ/U7B A8={@ D,GHjOw_,)`$B3!:mh* ɆĄ:Hwq#wqm95g%܆9dV;?3׭X/l-gF7u5UqZ‹`0]?KF04Ҫ$(HB5 pdךi!KGHx%5v@7 Vxm+Bp' n|S`;cÿ7[VrBK͟Ud,*|K kdPڼ/lP{^3mcF>?M 2ǨJ)^3Ʋ‰w3 @5*$_>jwzq/pXGLi?!Q9t6rw$7{ߐʭ,TRfWG3+0ߛDM$bkhC?ó'W#F $eAHTqr.>'x1 ;6%.pJa2{uk,-V)os"'>}bU}hÐR9/˝yܖ ^j?`Do "b s#g0B c8=͕+%zG8FSkчT`K)%|q;asB#d&$vb+ͪ"ZN1lPIћKE*Au̠Do_2~^hglg)WSf$&h2`{:}R^KM stPs/AZ={Ӈ"DCE-Gi7`{uS{=bKcVvxxY(l{ar:iL>Fl*,K96"M9)>/PXU&omBt,3R_f" 錰!2SZ ,O 򊆹2f}ҫ҇GUVLppm"ըykXf_8ծ?U uPy2./[QEQtk!O擘SS+,"޴>0b AQ9_0o%n:Vgw ' 5~j ~Ï?b?9edl7tbQzZޠDgSrYbx;1٬V<2i5bk[4=E"0.NaDRn.g*Hʗz>ܩ?@He[wӃZ磞J{Uܦv=(|& 54FFp@d^D#}1S*ZvmU+ o&%$՚!2mú3ng[\:PTٕ*=y[7vTk b1^nk7$ swl8yPu\g`?ĶY'hGk."t a]\Bcbn\d/(ƕT H &',$p|2@Hz$q{ʦ̫\בz.nFU|MEaZ A`QF4U lP' 0W_Ui6˱C$m<n϶?IqLt̺ܽw +xxn/o,IYq+=17=n\BFîc_{NH?#GAWÿ^nȁ=v/5@!y2mnw >ޔXÑBqq1?4߶ Z#u>Bϰ뚃Kf8'~D`^fY&o(VAQrHUYKċ@awowsrB)/{@nvKhXPKe|%Rj{ 3jqLS5KDt.Ko$JNWa#j> r*?S^o|j#"W45yِ;4dT L3Zo"kI^ae7j*cNZ><.SD6T8_֥}򪈭Sll}> P/G8(L.kMkm7Dn-6SV o,p%U`yȋJd=2ıt@OO@4K95L(,%g$%Iq1pqLݺejKZ+[_x;=9J1agW` hI1P?ƵCWMbǼzX+Ozs}/Y|9R!1bɞ؂cZ;-=,:7]jrMhHb0cCx X7Uico1l!*̴E]hMw9f;/5pYt{^| hZݱGYDK5&acC:{$bV;&Tk`GEDS\UͶy>pm-&YĖP 1nEQWznu/l`X?'-.W"LT,[ 47ʘ^ߪ ͥfon)We<^X*j/\%8Ok·J4$1-8*Z0~;c:&hi;? 65Fbh]+{ʆW-TRwCU8tH'H u@DF$ ."h4~$9Xy:F-)*4>icS7FÚ(#vMm]'Z'XWԞ=(EH)PRyRUFzXCtN'xT]_w y.sy)5X 2&Ddɣ,َ"1QҺs]9bbwp mE̎ww&lI_4 o6~s@I7bO j8x/bv[9\8ߐE0}{ce4o9?+4"-bu-,cŢѽ!3W ^_Bō?A] EYn^W;5eg|zRGn݇iQ|Bl>}z YKe\.} rvaKgW?ʌz.SuvLq539LI}$Zj<̀#Uzl)cS:"w,6<׈! F拏1C\tc[CH9-͟fim {a^KV>A^AvȘޔJzs fk[ynG?a>OUƚFQoT_**\r_NgBBsȔ$Hpǵ &S] 60 *wǗ{ՠ9;(z3κ@Q믙fh  ͅF=`6.l5-@Y3Xa?/P=*XEm E*1g,ֹU'ykc+9y[YHjz -^1o3"umwqNPM.oׂ +S<ְO M:xz|NwK| 7Y9x odx'd2x.Wi"\i 1*ӽI}PPsbomd@ Q&+m |s\wA!Tc )g1g6i]fw Y#Dj#.2?gJ\Z&[`xsa%dγx}x|,J`IyRZv6v3Z9~ْ mjvO P2`&ovØ" HR:fMs[ޱ…e* ~;>P,&#ߕ̫>=滅z߮.,O6G@/ u^ M 6G0%0ͽZ֖W)Vd+f:WܪC\D`,0lwv 秙t{&yp4jпymciZµyvyPKy):(_b`(_jlTT8NƓiI`iDiqIu0puR|90/ohcϬ3 9Po%˙lwHq_HxFb,E 2+xNc-Rԫ%?u63ɦ0o[ƴN уkSԮ>fʫ`KG7b4҈\O`𩀋xl_uԬSֳ+_Aw%д >n jIp-<X\Mri`M޽pv˻|0W_Ss5FKRgm ܐe`6hkXQG~µf V} O5gdb.>xlΏ cD3ne z3NhpUlVS1p$Va4^6Q}q|ܦ5++SnZ\[#^,Rl](*z^ž7oD >*v8/˜w9Sv 4xMcG1U2;h`K2QU,g*Y?S ;[ J1@l$IZ1w031Jinqg|\׫ nr(va^;59tl) @ MǴ{ ;6ML $YN}Zn~ J,:`'`? b %lJfHrwDv^ub '%'.:zI=Z~BLC%O4uNۭ6_v_2&=Ssn;ٻ0ԼZ+Z3%~<8΁a6*)FkfHmϮhԭ`4gS%jhܒ9ԯX{e89{RC]x\ 84_>=&Vk{'@P6;g ڽ{)yi7$6l er(V(>늟s)ڨVJGeZ6Lج]6CM-wKúܶځͽ"7F_ ՍݱQDUSfӐWy뙊yfbM:oqØR iȡyZ7 'π\@$5Ag||\裈5S@t*0v.7 9hn'- IoJJ (0^gyge嬝:Hw3#vYMݰqm!njZCZ-NրՏI=K'yuBZ"epA0 ,*:]kimo3 c~bMGS }yoPjgyf i6kyGƭmDs^/C;Dl#nвLH?EqȻz4IFt@r kKmNaa hI3)u<}|9yF`&=(=~((,z* ﺶ%NL~F'2np"PŏD,V.S!^SwB$ Ǵ~pmjc(f2^jA g0Hi4k([$yyUϼqHA 9#t"FM?4U5kM8t!lYOwi|ot9_ 8 Ə]DI irZl; #kPB.V Q?_,8KRނ ʦZk@͡{ѹӲ&I&d9 Mj}@+2NjcżǷ t5k+[%a +ZN=p/=]~$bs:7dI>6DZ&x.'A7t+, cnt/n.[N a7pe6y+qaEvA9ՈRNX6sl{ "r,]n˟=eGwť]dz%D@l6DO: C qrIwz &oJeF^  8-EDG;Y+ʏ\DJC5nވ_h4+Tosgg^L}p[d/oXρ@ԉj dEFGBw:4ڠX\LrT]Qg2.:NDbՈ=@({fଐoDDXLY˿+Op(}I%"\Sϰ(i}rTȏ{AT^v8oH3&pT W1RfN$i2 xC jò{4h~vsg ٻ^ ɧЃ(̌@ԻF^m ?a){Ut0!C cO'Js$${$lE9-{ɩDUHFz4ɾ{ױ`H6=0GnItz+[Kcn`m@ O0٪tyԻ-݋KeFK!ؒ4Iyy$mE6M.%T#qHZ~b6\Dhqbа6| !ID: Ox?_"[{~o,&ާodE_ΐC =+fv"QQARmg A+vPaEDy2dH gNog*2&lʼnb ( S ٳ麬اfe$,큾Ku r\h +adAfSbԐ/v6a松ߎ)tJ? =PGGj}9Z_UV]h)*QύK4jbY3n< BZ-x.AeY)7-l8a.4vb%PmAμDzu[2 rdE6< > u$'p)׆z 1N|6) VʲS=@j-ح/&Wm:+W|V&j+Gk~PS3 Q*DT5v– ߰]ec^)7ɪUzeD-Q|/]__R;AVT0zw.Zj4Z aF4kQ:}%WSH=WZ7iggdkYJ~xw$Tf_et=TPnfǝUDwZvu/W& 9ƷscbS j| 6ft~zr,n LCC*0^3ߐd"=!5MTt+*4ʔ#f$ Gs@c3 ?:X~-B@¸ʑu6-:3)#*M0~P,q4]uP!D2DoSp2܏SCL\bPxM_53;4et2NtvHUʕ4TuQo6׈D`\mnbBLr-Yoj3۶_:5ع}=LrBsGJG}z9NM>䐒9.qkHW(K"#KQOྂ~U^ g*Pv\q.[)RMك|6#hOWZ ]g,D si 4K.KRp8N$Y׽G|~ T}?J&JDaT JqpwYLiW'=L&pk\ԡ L>Fmj4>yJD E? OXu.$P-:rxn#jh6>׸C "% o: ă۠*{8S5g  "H\S-gn#bab;3IFqW_ UQNE+,[buR@ʯ]mˆkx[d~H41|+(g2 ߋ)g\|?PMX/h5p- {TcE,]$37 Q!-HMqn~IH4I;A4MO DUkrpH.?FgSux|>S'ABȅ'y5;jb(u0 Sw*0 oEc>eV)/9\nuT]-=Z4nb- o,T0i+'zFNKϰ8-pIt-gOi:OzxI:W@DX?w1EwUQ>R9 o_l=6G ^P1Ef! و辰|9èӬwQ\x ]H(`jzefT9DŽ=X/9g+#$,ᾥ@M\ ruk*?i_B Q \s 7 !%ⴲ&Ī>,)<..5sy (w"UGy[%†% *M̷ԾB ̦U'+㫺\!Sx=̖` S- %Q[M>ʾX]DkXuGo,71D$^ahc``)"JQ '8,z%u圚lT78Oyeh39i2Qj^\X AU֚M chȂ2yLA$kc qtvPZ51b<ӭ0xsX.hxEHvv)wt9R&|y ߡ8;5t7rKqF }qX/HDq׮|Xb-14Qz4U¤S^=Q{iS3)C ILDסx EO̻zŖb;b;v.=nռ̍3WBc^r@̉a(3˶7y:B2ԔN 󠉨8JZڶ'5gPha=a5wkQM1ˀ݌4TOW;XieZ-Xc`XOne9dqf##m5:x:+F>=$L9WNx;[yOmv~&5g^u$Z+RrsZ%;O$ɾt`7dٴ^YgB`w%6^ŵmZbBt8߅#%Dc^ز @tn 9o1&^:6}o0YC'!wZ|=~u._y05Wn`c.:Unm`IH8j_ J,qhڒD%sD٧Z7𴧁l%}^6m]D %pZm:t%=_X:o`u+ R0bAE}?$7ޮgm2 v 1 tMcePW QPn 5K5nRopG¹y KOIݲx2b(2cH+D Fk1^DY2[J9^Jz5fsҥy͆ ҿE-p]`RCIwCPM֕bUq 0H|W6;k#.ox"/` _տ Zf ^a&@v C6K9{ĽU'-M"4>RayJ?Uf.*P-?{Pth="ᜍ@*R>7OQ ތ;AYCU=ڋA eL| !l=dȗ0d7hKb+#LzkذALzim7&Ro{D ]/5ekgO"F;c)wBlP/ [rnb\A4_͊(Eu* 'ђ߬Z3%̸I{E!Y:E{Y)V.7x%1f삓T*`퉡!;#h-y]x,f~qC ?(!(GZv~'x 3GS?JH! :%NjXX& ҄y{r i̿ع(ڿq"gșRᣞ5/ }{hRf. ^a%K)i)DmLC`*gm96iQxha:4 d5/͈m ;@/j'vm$|lbի [s40h7s*rj:td+gqpcśO3tL~n`Qz2)pB]@3;71}JN263gbla-Gg=QyDxzo@"NOsYq g1m~჉M4 7Kb_BHѩ uT=xx?8TqCL/7M#}ef}7فͬvfȕ浶aC>ګ "+l, `ֻVΟ{/rW1烦=}؞}XRn:>ziN[Rop&*,(rlnIuͤ߼I|@4WG@ /G!cٻ>o;$Q$FUݎDz>Vy092>L 6'>6FeHQʟEs}<_Q%8a{#wd38hOya/De!јc#G5eJV3I0k>z,6Pb;VJ-~ӌ axL ݢ$*e8| d}%ꁋDkq!w>K^5r>EƞB7.SX8~w&Y> 8׷{YDܶ%boP5׍ײQx#0J8ڳYٺEUY24ݺhOlk47F" sliRrse"Zf$߄#Q[ʂ֝˜r!=OAdUqKd')E`7?8JD Δ6УX;_izNU\E5 r>).ë3up+#z׸~q+mC{h  \ ^!K}8cJ ~ 뛋sRF|Щ0ʥ#bTfk"M u̗ٷ?dHZ 8|oD6T0T1{Ä®~8 > 扱Š ߪqI)x*2lUtHG?,]l7,TackѬQ1@dNK;9pkNmv%zqkJ@eA½UxcnYTtWN fy>儸@T0ЙI _%S*DƮ3&LJuRo⭩q;#. }=zeN.:}%k8S[_db{|(HS;\GMulArz7}H1NVjdDa=L3')1 U$9n"&B_ă||u1l{_ȣE80 w-PNL@yC{?Vf 2H᧣x 89`|$yW''2Q_^8 \v_^ddD~+h8̢Ȏ3/>߽0%NcK޽Rw A_f+]cciXțSuZn g*=PJehSjE &ѳ~&ʸyPpz}R֔`'QZՀ |pWWIÇ3:9d h\}e<Z5t{5?cQ4<EmӈnI?܇YMQXΆ;'eu0Ae c S2aCP,$)ImfV~^ -CĢ'[ {!R8chӳ!?nMbIvAH|٢~Hx .S[k⢭hi>xTkI({:_Dpbh<*jjpi50{§JoթlQBU0e>R^P?lȓ材N8b>>#@lj8Xmd:RvD^P)A ua ɻWx@2H{&?dw~SB#q!`*^T $Rr͜c hzY<6!9Otb并YQuA]<dzrIq[><…'4}MdNIhXF,gHKt7;:5Z'|\'e?"hΣа\ 'ġ{ٓtYdA'4 ".RN/|"4J6lR}Nzҹ.kNKA'vJi27 Tr`gR/ESi "y ua xe%OWψv]*z1j,3HV?%Z͈^϶DNo$ۚؖ-]R/w:֙~CGzU>QԻC@ sWaYy0;_1h+S$AҸsl>ad J$_f`ěl1BQ.x̘ .#5gRݗTtbUF;@؎E{k*bk49WjvB[z6&!9=<d 'iҖ:UXd㏤JbfTt|De>=w70ˋ3iR: PwV;!^r UZ#c7[(Gc"f70RH;@#9ᆹж&1iJC lE<'߲b=I6yV3ri'SmދLK$eoYX~pf_܅iY2Vb?a#_AuIXFH+:<9'P*;G'蘶_]P3kS{}<&9ZɈ瓅'%7S(mv!|&T͜0 5ǿr'fdDHyT{l}> 0Y LdÌbő0݌ުH noV 7*(,*R=Ia+q.XXsf) dO xb-}k=jM[}!0 fO*;5++H1Zb=>*bLrH5Ǚ^5_\Ґ*g>2_FFnۈy[J e[w,/0;Z'P`ʧj^4I՟R;y|c vûE22f{CZ"XDXvDNғƳ7ήGǷ[ſ[dԘvŎOދ! Fnv3ޓVk*phΐ RQ1"$ki%1fd⽿YxK $I$(-!s4yk_P2 ڌ6Ɵ l?#,asTȠeVǬe_^gL~&(s\䊄+x磆s^7X oWc6sŠ tJBF % ݥǨYkwW3x;Vp}[]i BJG|L@yum+ھ۪6;@l"\B*CXUY+~TUa4?0/wp$raDt47~r|zCLAk|Ig -"Nc{Js>o34ƪJV=jTE/{Ha04fy۬Y3qt*ν!pyVbxThs,$e!^+7 Xwc ;QQvhwyStN>T.NN]"HJVĻ6]YvرZČUu6?%38n9d1 tA+Z/^YdEؿOTL[[Sy%`6E5 **5OW f܋?F81glIGQO'yMD SgPӐDTv%InF@n;w6nge`oX!GRVb*剮~U0稻ַc{ K.4Euu5>V"ja7ayƽMx+G " t#Ǭ/q ǓV󖚲i7.&KR\2Y $ uQ< AQGWVmŞq<"c=湡茭QL;k? L~~k;SR$/Z#i!A~G]o΅N085jO&i]ay6]Rp[ wш^ IG9pn5K`3`CXA#u=jn~dOwy! Wd!ԒRH/=y~RQ*:`q6 ޥ;+CG4t m7螓54aoQ;|38tUɇEQm!Ʋ"ȇpӘmezyd;< c0uO&Ӭ ByW$O%fox:lY uJi `rnWqB]@Au!B("Ua8sc(A5 0{Ѱ ӟ)hBdž9mǤ IG}@F9a}")5j6@vPjov*PG%ո?uC&Z:c d5F niÜOa%N> 'ؕW;V%'\kzD+ l"N=U##6%axr6 gb2gQ+2({ޓ.-1uᅟqicLC')Ctr'>(C^J~_=Avo̫sFd?w+*t q %-}>a2}Nol-AHGa3unPsttG{Y\[* ɍʦצ4GXCs|S-*tfab:E^[K7c|u=f[}? |"`O2)sxӢ=Tb5PV@raaUC Ռ$k< (|⓯ӢX҄μY{A ipPh6J??Y: q譃Om܎%P$ ?/0J^ܼJ~Os Ø `9g3|Ī;?A(h,;H<\B)5;A(jzPuʐ;2'ޛ%RRKl#ս9V %;5èuL)մr.(0U=`Eu ˕.׈#BȏD)LK|,r%„ߥ8ebO9p&ɐhrr(bgga=ɫC{,Y6/(%\K|dv KuB!)} 7uk'7skQ9Ϫ%,/L+=K}xxjg栨{ L<VK O9UU^P+>Q_1x n;N `kHLJq9.Y7wp?${H"73R Ub(/|w&Z,)%Mk, 8YC70 cmO/5WyI)l64P+==;.CkΓ@ Gn]ByfPawgy RljLQŠο|M ו{~PpsBY侄өcg_na`r~lnu \sf>RCs9t#@= !h_V|uU`+&AwU=f9h";#if2{'1@7OICLV9n |pC4 Zb4[c-)Xf2q~i qkϧa|Sd88ל9f_w@q0CYgiI\ jTNhۨkΩ-J뾯7 gVck/2D ʸo]nAR5y`dN 6|PKmZ<Ġ/'6߶wc@~I>?JtoIa_s$E.aE? Ɓإk^eCli6X_ԏM<In9EGtBc$76 CaەgAcEvtTGs'enMzς6|Ev AX:` uD"̖< 3;k ? }jvfE>~n_uH1ډ@lNF,z!Sz}ia$>|!u.53tc 1f$ SJ2v 1هd".+ofc.{+~ބH1ASv*.x iu='j|Hj"?8h Eа3M_c"%#9>2 _@z@dl]2Ȗs<=6)p9!Rb0A,͌mH{jT2m D,ܺ|5Amkb\ (q>;ZWɀCc+{[[Шd.g=+:@cWK`Hhs@YϤcׂ*#דWcA^}$ OH}fm [x;B}kث+WX܉!ܗ&-x%&~B@\D=\-@܄\(Bb_2_EVYKyu3?xEY#]N51 [*CZtn#۫^d%= M^SZW Y|FLYzJ~KوG4ܩ2W}L}`82o3W״o;XވɰH# @jpKdXң}}<Pg<\6St`]Pjrm;JdTXtNT.wmEkQJh\0$*u-n QA.'TQѵiA_1aZ~/Ҹүypl9k Qh4qղ+_@J1w7Pa#kA~V=6"EVu,pQv& ܂&u*7,D']{3Bu-d)g|4sNd4i<5 ,Ox)TO㞞V~w[Jszv.oC[a6Þ~{4Z%7{ 胺eZP@_ѨҦݷ `^l߂ ]HBĄ]KFYc,J4|}MQHKe_gC!Z!B_k+ (`Z{hT+,*C|" cem(gaPnS`Z64&t A~jZR@稆/.o/0髃d5sbQmT?dM4e!vg@~\Y RO\ER&go qeA@x[ɾ#a}XSZyPLO,ʪib8|HMRޕTZARk4 _LwP93h^#H<"#tΦ|HsN!s}oյʇI5,Y[-; ;0!ش'(vd%~2VfU|L_!]RV"!nsM qBWd3>A@p(S-;kuJhSNrz8Gvg-zʖ=_}KrD0&7e)m!%Ug1l b҃TX&vj`!9܃^$;\yr25:ss i-'f䯮o2 03lO~ޟs:xͶ:هǵ*`Ҍ(_*#_~4a,;F0@? Γ aIr"HϯH}DEk0LA~9} 3)gOf3 lT|$v$YjlB B@ rz:駊v_j3x!}->" 5?6?JfG'_ٶfIqlD]m1f#6@vpx ;Q;j8?ozeV%pÕLS4Ns2Yt RO{P0&0R֣T"0:݊aD5"k8˰3 OvN8jтSJa׀*6.(+=LV!tKW^W,G@-TD+g`po>6Ϟծ ҩθNݻM=vO#Y,}5lJãV-Z1!LȒbidW)xnM,8Y+֪*, +u⬋c/JeWE5JfTMvX !!(ƊD"bNHnwz${G6k"w)_6j2bck yOX Z\#c꘶H $y uPzV5ڴ{gIp zrzـl)SRffn>I_nVXkܳş l%Q@A%6ƁGpgM<&KJCD]7?ssGF>Ir^`xh\d1X7XvGMl˛ک\7vRpdh{v.9(2٭Mwe0'NH^Hz39ª;k9P C*}5JҞ,ǜ>߸}Qp6R"w.3ndHU0+^ݏW3$Ԭ1=Bu@Don:V$m{%N<(7ŅԲP`sO}AqKߓ?.FRx~Dd X\ o XMTf0r=[29-w\M3̻U`KzNav~*H˺Ҋ-˜A5njX9:"#{!@g!(!Cy^ly7! א py Pj{En sxKvpQ|uBoW ٢F9P|SZ(>[Ǘ{>.jt/sY/^j̲^OG5]+v)7)Bnitov%.}?v݌HrK代)e1jyl! ӏac%j0a)ݦi1HQ 8nQTX t- 1Ɠt 5u"2H@uf{_o%y6Em|_ 0're 3 NXEޖVg+w(Y``Mپ&j޺TP4EyNpI8t+KF~貃i| q@\]cD}*OC`cV_67jq_NJ$~P<(ͩT}$ЦfN-K2Oѕ~iX$)ZMs!1.XOnRD`syQN~ʹr20UP.v?v`*47XGPŒ@jVs& "(s[t7ݳ!x/y͡,]z+0>;;2WG?) Av>`$6qouVlcc۰\ϡvuY#(Q#"$_Dۋ5Q6/$+U07@oDehl *˺Z5Un]mvo>`.܅E{ IbnwUU~e0xW@Gܽ3|&]3i [u6>nU1HxTQ] #?oUܗę#Y;SSZE?u,K9s}lȡ5ҞS !#P+E@s!W#:>jF:o׻@<#|S3=iILN{R4)zus>-_{ԆXΗ>xWJ>raiG-1SM=VߔOҮ\$ z K\ xikd^]/ GZL;{pƏc3odeQB<& 24m{p8 GD՗ X %׺).<##cBVF\5@v9}m ]OƊC(xz+Tfƌ:|ENynlyX`@( ܺ [u=wEaψh2"ks/շ?nAs0 ۊE%k+hYY ̀9\$j&ȃ5:q[ = q SAiNeI|Hrǘ7x&G?ޚrj-m5c, Ԣ! fH.C{ ߶%C2ЧX>RePFsPLJp'6aۣC^+QЦ?=E,뛗,O=~mBrHuL~-~1t/Ocw bjsg$JygV3 =ѭԵyY^Hj#RCV _#PPjTzSc' c_'kcH/|D 27D#Ը h3EImmTgDOP\5wqܾ͵9ƴ:j@zx تI$S2Ȣa۾Д:Cֽ#liЉKlr =+[BЩ,,xAOh.UM -b uWMW{}8)2\PHѠ4V/ab FgXh}_ v^U`\'Qz}(Z ݌ Yc=,iK>Hd7=fDURac." d $ظBtηz'mw4Ӈb*GM+A (}m>)ػe1]=f/S qyØ-8V Wsmz z1r|)`O'~.ۦtTJ \GOjZKTvMGb tлg"Zlz;u6PF9)?G<8Xh+xF|QQGΓbEeL^ˑsu~ k MA.dEYHɓWG 'p9<ڽPo  9?״b~~Y.-޲NHbC<0\$O;C)NѠ"L:3 `{«LgT<^!8}Z̤94q*1ۑrSXRD/!|H8G[m o-nAޫ&MF  ,~#Gpv}/':|PbKV KhAHъ/2|F[Mvpfmx?oP>2r.0> ϊUwD_d:?TפX cqwؼ6I~ƠXRplX.C=oa+㖁w6lubpÁ5-zӒMT7ǶCT]WKw ӣ 0tmv;GIQNpЇCj'h50`tO,ߑ.*Hc0]sPLmkZU+nYj4@¢cb^$UQJ]/9 |MD _;fisaK 4_ֺƃd*#]ڰZٴC`UMaQI+s'DzLұO%cP1} j)ݕJFlzO&%OʰXz}89Ѫf7\IIT~HB.DI&$ ٻo;czu7iJ4MN\G[dZ],ό f|d=G{GH}/7Q4 ~JWtaR E7OJ{ n`<3ᎁC~gD5~K _ˊOd.3sRF2z}.6p KZ>M<"oTug=m 5̸Cc@s>6 ?@g<X_S !]Ln|Alo'ɂGsX31}ےlřh(p p]7"!w|XYr|N0{DDݶ+:v6/J\ p4q{d%ht8K-G1XX udj+*whd0W: 4+ƨ3XH!^]r=,?JF=9pp+5Y\= <\3/6Y41ya_iuىxZħ5f_D߿"T_jBfIL?.Byw*ؐ~hG7w5]u XލLeSnI w @{lڶT{ ^e.0O-赟F C3Mn\H7oKE} Ng\+IuKdrVo:?.bJBrW]kاG9$w]W ['#} |!ֈK :v[*j ӍVB(0|n2qP#1:^D! ?_n|6K:4m^ӽkF5ք@Fh8Q(lJPGL|[#‚45ɔkx:`"e,fXþ }C_,zw )N x-K(r+5P ;/αͨe$v- ljփ/:~{1ܢcԘ8r+R\zpʅh0sw۞e)>8}Jя?/▢l҂!ͅ!n*&r8;E 7Z[sY Jr%Ohg3CN-3,h7t?A jaR i B%Oɳ7p[ W3Aױ]`nfÔ rΈ:էoCp!'% UL+ޓ'܌ #5NtD}yrk2$ys8Rvkȷ}ҝtZNZ ewղY>RDU.=̆< pp@*4cvi"3@UZ5a,g] ,,`u bH脈Ht}35TsIރꠛ&J]m' Poe8sj$oSπf:Yp$' 0sǯlKs HNybڍțlèYnӆ`_ȮjwSni'ҕ ;Eyyh|?7UgVm^ ! ohX,uHÖ8@~ӣL;q sch3IUG$u Z:-IC/wsɷG78yD ե»NK@aqtcE{-7V:>sc5t2?f}`rgNq"'/xlG͝ fl&bYgwgH{ڃ;ґyXWo4oa7:Uv8iZ˕5Q~A#d(|9:$q.uZߓ6j^m9DW1t?=,EM>I,Mo>KnG8p4]RTA)wpߩYU! ^JXz]zT J ePYu,1HNѠ\qTs`jPӃ8sA!z㏻ep*LýA\yW FT:@4FI;KS3XwX`X퐋w[`pQ-\#k"Z Z8b+vjWU8Aȴ"ݰg{gڗ9 cw7<[N2Dc*2fY6:)z[Ce|ʯ{ζ˽Ƭ6HaLbyU#Š_N(i6{K\$"UH%t]!QLACMg.o/$בF d]i)Xyz)rj{%m!Zb8L .~Uju8}c֎Dc}h72x߱qؼhL,,a;z۱2II&u 1>=aR.`t1\c|ųG]Q`0@磼Xւ=AoQ ?N@_ N5!= -FL;%^apjc4~g}ntdeNd ZX$O'IWxGCud'&#k-E_7,Z[AszA8v* >4p. PqڗDu̜YQH vP`bt}U0sD8.QnWdNrxa%#ȧJ)eR¶xav"`"T*ʊe!8áM[쀡z+k:sCu*Ez)c()4NQWsx͙$'R?K)ckPp (Fժ ,pNq߿ P}wk5ޡ4o7" cd2 (NzWӖ 3 Xx?o%fD"ZT2t0fXD">E$hǷ"v:b?NyeFoծr G۹M? lgTut*Hu(.4ǗlGvvB<{>Co:'oY+kOŔ1/KOԥqLND t'ZjrA`\^ M{82~Mj(GhҮ︫=7Ft(SeM²d~$QPnu͗S`oREC u-TGP#S0Ӕ{MqgA 2?eS_۬,ܙ,q\Yx#{5ƌ|?—K rӄvU d%;vB)@K? raz) ÷pU[bʬ76*"%jJVj:$mHԏNjlcoSu5B[ 2l$)).SA눘5ߨ>SFFЬ2towFS:?g눷!a"H3ğWv"_c!Ӽ;KWbqlܩ]%)P}騠|3r#[+f&!йoޫ?bܕNحRnR1~pGM]&GWoJ/D4(T gĚ_x?UNEP-9X,ׂFOal-b&aȰbW˼aXDWypb-emRnL":pV n}#T9#e PP=X*/N?!BV/^G:/r?W8䆩 Ai U;vbgH%r!9o|)o:LϹM:6wI͠_tU`O} pu xڕ?:+1v夛SBA4[uʾ"OH;oşoÆqc3)C_'l?m2ۄc(uq5}WN1W݇"rgԻ4n(ޒ..E qRlFgBǜ% %WIkQ,~*S_9P:o״$P>#8ڗxa•&gu^f*nx5wxÄ%+} m.-դIh3CS9*(MҶ l23' VaW6LZe3: t"7K{Q8yё>, I~-Jѫ5j\=ם77iy%S &IeHu$E˜ܝw Oʕ *aơ9see<y-^EmYˮLcTn7G=NDhҸ Ks˚{`xGf/&nQDV+o=LG:/Ja)lEкT&4;b ya; 'C:PbG f͘ l{30w*֎H+R~r!bcbV^9jlM]m*~' R>@s?3([/>z֣[jg*]l M‚a|]g(tk^˒ez;ҕ43oЏ3zʋ2N:~&!ζOPnZw>pԆ-7iBЁ8h!v!$J"I2Z͆V/+v@kuʨs@E>CA%͇M-E H= aцkZXuw͘ZIr[ˢ9Ltڎ#ZNLԆa2#ak7)875U/U* T%:[>=vcL1iNH_de]ςP}6ICbFL*4G8em sװ[[ӑ5qD!Ջ/JzCe :v/c)! LiΊ6<0@5sJ"[/"W"{0֒?}%TB,0hlj,ߞ;u&lV@ȀP#㮆-E_!G]"TCKqW둡 9g_pFqw>DPyn_Xt\K糉7^{;^Lb?Z!b0dlw-h֞Cޤ.A/8ΐ Wʄ+%-.'[sIҋKLRYǐ$eg)aYfHL[ x@-ᯩLuOx3`rnC[Ms(< <0X ݁ `{hJNf"aĈ /gV$%2 eS0见Pꅞk}g7V7qێw'u<ɏU;ɴں~ʯ#!j)_@\UIf,^H0C(N[!u)esyf"7?/Y~"0Ճr~{͘Ɠ[]iZz @c8Y@þIR._qXwLKaǭ<9Tvj\Uh)pӠ B]9/r15ɸyj$ Hx@i79l"XIjn+ :4_?8Yh<Z;K5v_qc6oo~yTvZJ:rο"s'2}h;5s2eSV.6>R =9SɸNoz у D+v%٠d+ď _wutZہZY! MX(Y\eTG]6Ө 0f=Bi_zsO֚.xxb3b8X4Gsw*UQ:Ab)pJE 6WvZa' e>¡_3\LIKK l!nŸ7KP+ +;`p 릁~տYnLlC5{>)I״J[ljݚY=g* sƳᨒbbW~!&7gFkqy1`K{˂ֹ| UQ+M-#ɪtc>_${LV`N3Kyq$f(.R5Ϊ5S.}=a34DSq/z}@ Y5GQ:,B΢0{.Hqv*4j%`KJOD,YrJǃjO7=ڵrE1C#QJpJ7JфD '"mu_DNfgkG^,Kb X2tJU[a6d.s)"UP@c}a9MWpmZpGR;eqq * =wz-/IȫY"iluפj*ޖKSg0$f]CmpWeX9Ii}>fOiϹ u&&{e֔yt /R.._A/ 4FzU:YAy"N%(:(: A7FM}s(Q?@SD^$vw3*\dVՇ^p|Y#OsRzEK޾`SkQ=:b72ԝ ݘaĹ:,Zqi+@)&8gբ~q  N-8c]x4NH#3l$F XC T}>?Uߠd~P _y$+\A<w]@)C]!muxi[ [Ю xz\Pug:N!9I"Hl@oJ,RQ5` )h=kxS|Л}ȓbpjjFXxy=XZjO6aa:l. Ά-p^Q S\ Q 6`J؆8tyD[HPݟ{9h(3Ėͦ%Fwu`Ȏ[,$Q:X_vdԙ~#^'vÒ$$<8q\ 4z/ \+?wkKrYamZC7+CZ [݆fpͬx'鼄'ȚFr2]M' VӲ;@; WGQOIf))xi]B{ CKXxulkoy+'% F+|PƱca[._=ےHGMnqK *f ,rBɌ"ڛHse8;nc>g{&/Z93A<b].yb/!w\z.-FH $(r߽]p#4A'0tc낑b6ǘ[э6\eMEmGQK*^aٷ\_9L1cyL*GJBm`jQ'2=bfz:'(6^;lt+-8!:F&e0`s2gY[YDW&?/:=]G+pF_&ph\}Y"V{o̖5Q+ z&D'Ee5H) Dճc {ȕ]OM=P%}``*|l:*٨ e<9 WO޿%b@P\dSpP&vf_Y4t$!ie;7[3'_dkwO~Ms+,LYVTAǴbOfDaQf ;$%=w-Vz/*|N >.n`H!Q:K+//Uy>% i)OK1A} eKrXxǿMk?DIo3ϹPH'au ^XmTFGBbBx}bӸaQ_c|BnU[ i䢿Ĵ}0UhyIEsL\ 3fjOidXF&(`i|hwONlqg*.}trds&c jbIo3Fc=`V/! 3|DqOf€4(גL7S,qk݌AiDrRF@P__u{35 ژD&G6ǵ2Q7>qOyo2Z Ƴ:cĽBҘ(_@9~.pc!OX/ޓ̻(#IUhfpX!s4Q#Dpy@C* n&߰!b-|Sd*ˌj!c1{=`~0!l301X]~WT6ĒfEǡtgVf:>^j.]h\0ñH݁yƣ1Qݔ`Ѳ kUptrX$ 6̏YxJf|/ ^֖嶰eڬrObt*k_U>c_tBqjū[2MՎ2afC&udXQS - l!sa{p0eF!G!g`x9\Xvw',fnltWKq4Ci|1w2E }C)]LŝHŽO#f综[OzHyh٣WP4,)=8fQ P8ɢ4;e ~tK'j2BxpiX9[(#}y4V]ce/=jv8a!u.}.`IHdS'GM(Jng oުM.I~KpPvt6*@.l* ?]|$>}ٻQ3S(fE1J]R@9V5/ |ʣA"AkgXwOkIv0F9 Q1@Ԫv!nG/04ZE*9BOW0/ Yw;b˳{xq('1qh:x dmw7h0u3ˬ½َ>;Vy`B.Dchdm8m'c=:d\t\Fv?CQ21ўqL,*ion񼁿`v{߹$ *{ETk5OkOFxmE/ YU 9b;h$oKO|ѭH #%s E%Cp% ƬoqM-{NwKSfli(\}'2m:os@(H#u$8L9_+rL!kI?:>Lgmx۸l'fp1-rdaQݴ$`6ɦO;;Eɹ6c)V*U L>90 Z~P;h'vi]dnn_呅FO :J n̍M:#/eh|) i9;$;}ZNjL^$Z#NTob;l<娠l^3),x"%iTKӘ(ՊBUDOdiƮs,yvEK/S$\ÛOI\oX6E*%m9l$s񌄐 VqCt lww80O᾵;2Q1 Xbcׁ,~"mYJӷ;]8( 6Tz(,}FW n ChQ)2m,UwէSq33`}V|ZcUָYz ̲Z=I\..5U ]v}ǡ&^M!d9- A*[|-|޽ $"!#:F l3!hRjhF"'ƒgL^[*qy"9pxYy' nΐHQ-+V<f,T,rę_g% Hd+\.Kh DAڃ`?k}Iv ]NicU!5\1H{ZX~y2 :"chZ.x9 '6svCUWǪ\_s8_%$uï/I=FdD"3'>T (:‹Oi|#caqEkLz.TpHgV}&#\ze/\FJ<$:ӛG3*6v"bpxb)[Vȶq~|hgw)Z8{zϻԘ-<y[j qTݚTx&7DzMl*q R,-Gf*u:GC*fLi(BOЛͳe,)tR9֦ZdCT\;7 e Kx-W+2y`^כey/7:kŎq 8NVd{U {iԤS2l% O*z8o'pTn\B&7)o~717^iȺ}Bx\4[Ac0P5ٞm8՚Rᷠn3x*=?S47  XD"Yԓrľ9Nf$MUt>DD&?qq+~vl b)M @E3 7,}iEHA@{c봋CTի?tAΉgsiP);ZusHo!- A "]L-N"]5qkΞn50^9ZƑ*B}ŀbs&&QɃm©>J{h!P۾)Ztp*+ME$V i4=4 8~#1yYD,OF3gTkZQ}}HudiId_yo.->&3}ͅi-"Dp׸ށtX5nf_ bʲW%`7sz~xx\Ϥ:k1)v 5k*uCGGᣱ~ahsN#J8m]J}>:<4ՇwH¨Zߠ~)hL4]"s`O"9k>UZ dSv5pYGGImJ z&q! ~dTYeI!/^%6@z7gJ]B2vBf=6jغ*P]!/1{6?[R$N$OICĎJW΄51EK>l^QϷ)焘".ob]KJ(Śӈ,z6u15]݃@7p>jVH@Ћꥢ:IQB??NR2e^;ܮO|)LCD_,pH#:8-O]} Hc&jč+w%!haqk}5%aXZnwF+r{.OOMWxr{| `ಲJ<qF5ypd),2L‹ګ zPzVmuaZ|$Q5V5-'n]SL8K'nY7-fc:IfechOɤwҪZ5LkXaƈ)9nv@v5U/7/-`D(? Poo7:;?brd*hRT 8+D"(6pWl9U>pWM)8r (Hl/P+Y/קdJeFQB ~;ܘFz'Q #28NU(GlGc!T3j!bH$*dƝ8! 7MhSh˛}B' @'EwD:NiDIAz9€|_6i>DŽ,Vȴ v P | ]SBKܮq 'p!>uQrq`N /'ġsb[fHg%9d4\ 0zr?SwʤЕZ%4Bz3 lZ-Gޓ7Yp3\Q{YF^UQ 2聎*~DȩbD5s 3=CQ*ܛT ʫ F$^ ZOliA.3!=y6: 43\<&9C:X*ot/+9}E"ʷ#|ȐI]ĞNߥ>hH4},+mpcl;d:qaVUgT=5sY4T"xxJ;Kؐi۰bDp/ xZFdcY(Gf{wI'A:-"4Qjs?=qe UCZrum*[S>Fk,U,'< *b?C),:H޾g]ٛqpN`󌛶IGrxmtN;qm n qK`«~rD-m6ؘ%DT, .ϣVVp D3_Y#4 Ms>Y6o1!=B6R?OB[?(Ҷ%|nѱDX2G39K>r@ DH_U4n^7 ώ1yqߵN4@ Tl'ᵷBϻ?M|"CehI#0 f%F㟖RTf8ARZ$՝iaRMs[Y&? *_hO*MF n>`b zM罳ubek'ˬ |sN_Q-ץoLƗFը5Q8D$S#ZaCYP1k?9A>!$nj1Nk2k6H*cRQ=hzf㴣 {)4N;8*Gԑj$l:@Y'ϼxVj<2c$2x˔lڐEqwDlZZݜWi"'}+[f`L&>$H U d2 Vo5OZp9NV"mٱTR[/@ fS,|;+Ip8G9ӡ=Uwv I}&/ hv"kIvf7.&^?6I|m*-ACjN&a, T|ę,-Tӳ<0M2yԄ;wh#ȖJ!eC ۜ[sp-xdWp35Je?o_ZOy},n>?}\'4bm4Fm!?A0{YF7. ÇITA Z#{qXǖ% nk5(aNٱvs d@puN TbSG*wնN}@#h:A,v_:ۥ qNX({Vt;1sLDid(.BfIcw/MN^Es2s1u3Ց/Flyj%>k]\50/xq6>#Y=_gj߉8F.y RM\^BF:(-aˊn-9nO8R2UzJ7E0|i_~NUZLdj9j4/3Wzp>2ʜ}Pf,LVMgs`q)7=[ SK}FW!T/A֎SC>3WPj٩af "Z7;u'7dLcS?$-|C.$jA_36ɡ+V^AAٯ7K"ǧ\MdpBѦq}Ȝ2&lo뤚I6 tNskwTٌ-KSdN>1w6*ZG]𽭚܀:G: +i/ Hv[FJnycU|@XJ.$,,AbeDŽ[Bsxn/BvU=wl}Kw#e2`ذH~HY9= <V YF6%pL)?2SMOB4 wv#f̒3BnŢk0Ͷœl7resFp"?+sc^vShgg?f^V} UhIwЉ& u .ph&q^.BuMTrA)e{%9,UL֎-㺚T04|6&%uq6X|k Ѻ}/ЕW&j>QABhho=S~r=/W]oXKl<˔V;D@;HvxCXΜՋ#pʬ# O :.s?r*qj]H#G%]aV" ^Zʛ,&7-wQ!~=Ċg 뇃{]lE/xE~@Lu CgZ&8޸=fn<GA>8pmb: Af% =Qxo(u~qM+Jel~74_h>Vbq9+&3F/l~%|t/[9GU <~VRUd ;kRg0~ 畯:"5$ϊKk)D wrjN!9uwQ.M ͉fgLr-kugѼ>9gz?mp (׈;ʍy]^uzfLy|u^ADRBΌlP~dX&_tb2ڠ蒄5G(;{섭j)C00B!fY/1};S(2tXW_Jyo+M< g|m/O\r5RD3p#c8!Lig@r@yzLE % hJE& g A)Q3{%Ӣ|xN8khg uy)G(+z03?Vg*sK)u&ڻ.Q5]iQi5YV3oKYv:~gͰnF?VBZe 2M\=! UWOppS NE$SYdm,zצ'[|2I0A1Me-򮵈.ij$o`~v9\ZD Ѳ~d9W#3Itam k ^8 YW~7T lE0CԶn C@*-S;j)!?pSl Siv}_u#]-KYO{ãi2׸_ZfCLiB!k^lR:jWfPXpԖvM&KfpXYf޽{ҊV7ҍWE߃"{ q z`/5zW频O)&talI$?=6!z8wGV W4$&Wa̗3)*GU)r2G͌TeZ\s#/HCQH6W=hvߊjpKw7Ld)cL6@gL8mC`M γ:! 0D ʧ+7Xϧ ,̺gSksEY2@jd4YDe!aaLR\Xq_MNWM#Dg!Y K].V$Ew|n"O\x;e2:H(3qslAl1:rfaʺ{[iZ4WeI/CwlZUoFxqro/HMf⊵]^@7~F04q6Q]|]1$l.aB:_pe|-ZTOty.߭ zy$nvh&~x/̊o\="BVȮns=K6Z B1doBъ^b#:3̺5>/gz:^._6AdqoNξQѩ<8# '"$@` ֿk&NjvslJ}ismup _dF6,eZO]qLäeedJGetB2b&MQWpS_&oAddF޽ICVsO-MBi &%;.K@ 7?Զ`#ӱsm'?9:QU&Ƭ҉=(7 yaĩ[ǏuMns>L`KҤh{N_5dBDJ(:,j(e"0т >x 5K8²2-@z֋*ljaЖk^zW\֩Dy rwX_?*"`/Oϳ.{8Eaiɔ 0$ @GRT7 (Õ⢛v'ޒ\Ibw ^1Ω `( #}ȑM{~~רo(/\SJR@%ǿ6_DYUll9Ίi@Q0ͷdjGmb膺c^K/-LqM,Q0y3!]_2%ȊJs; F0!a*D.Y7 iaD $HP=jn]֛ vT`iNp]$Ւ$G#nb̕lB5- Փ8HHLn3<>G07!(R鳍F>U|pwø\#YO[¤Tq )I4w_->J_KDȺ%YȈ [ξ:G_~`H@PĊ@_fey,p*n-2}+ʃk͜߃U,D|h#"8E7eGGC)S:ÑTR>Tf!}B^'J=9QZ]<0-d 2{ udž5-ZזvMa<:v5ύ-B5 098 Hn) 8h-=ފD8k|||q؄*\.cBO2ke?)y8lٳ M~, f|;?[j6?ה2?-)ZYO:?@z̔ǍW" 7BK !# ꕑ2 s\!2V;Nh'<=p8bMK?S0o(`(yz0=4aaXYi/\+Oq)#Κ&*bqn: llzMU{Cƛ((XɱXhxً_,՗re6|Eɽ8_y͸&Xخ xIJ,DXuKsFqW#sRT͓SW |Ϡ ^䓈 luvqj݊ O.B':N%tąT=0(σ+T;lFU\a|/y[˲љ=P6U'} 5/RYK8H u$4CL0~c2H ݇,Jep dOd8#qZ7 wɅ7uGO-RS78Z G) XRܵ}P LnyC݋10)&t騱&W?ӎjwi}U"~q fL?Z< 8빠noҎlܚѱo:Sf1ok{cR)tkθ8VM: JaIn 4l銸~cUh٬G!5xGٺ}E.eIWX0.q^s5R\ڋ lDd&m#/E5SRy* ҩqƑԢ:,C+;p%V8au>rӧqsQR@ʖә岫p;X8"Klvv^0{ɺCi}=lGcɋk5 _Ef/QA`M% Y(U$ZL2JWElu0!ԮIw! .t );Kgm=v}j/|1]3SeW<>hVa,Fmkp7gG뜷yOQ"Fjy=ڋt 2.sr^7m-z=9^Np 6eܒx՞P֮rmSen7} {AD* ic8ʷ=.Ak7+0\4Nà^L{aUҢWM=JH4%cȒveՓ4ևJ52ك-0L0ϑW$\[)ETk0e^E9(ǺT/픅LBeԗVsQA; ǦZh]JgwVEnqn^N3!(ű˞ +=E!`I4P0hYaTt+]WɒY0`Pc9ڊVnՁ$PFϡO8,{.-tIG0cʠ%f4qIH*j[/dHFw-OӐɿ n ZJLW%B*nn#ʁ xD  j5D˧&ݴ [ Rky\xҟdx4Y",V1:TˮgH`hȘ"~ +y< +aHuۯ-9#S"g'EHf"O<X<(25UIh=gY Q=Vx>qœh r]S&3 맮هL7g\\}khxT=c!*0t6eIp0e) gr #Q6o j 1茳z↵n.qͬyVsD-88j 6`kH!%*L b@㷉/&,Sʇ4m.5 P]b1s;3RK e= hpx/Ч(=G$#ͷk /݌U<@9tYh(㢔? hƽX2ĥ[Sv.70bZ,_&h% o_,ly {3 . >`jy-[M[G=/#jgǓd\X?9ˮ BoF%;d dPJWH1%_89O* $\ߖ$P5Dm9wA TBr>/V<)BtgpJ{%oJ֋_Q"Tlmb>jXl3/&uz`2uoH˘!#<}SΜe$ھ[7uJZk}3$䖤G+F K{["Ѐ$Ct I肺't5FfnCyI{DΠ!|kUc'ȹ7 R;5, 2, PJ5ާJm mg0"V/`Yɽg%w*!է1۹Ihp4IC⽌ٚX awB֮d)yf@/]7c,o8Y#rq\s2NCΈ m (J=v݀ԑ<Ήn,wRW2'@+G[DIeǩ924/h-7E2"}&`-mp)ƱtI R!M 5W)xNrVjn*G*gu)cb R]&ǜĚ7CwDfC8-apUOA/B]!ߨ%"l2#-o AFۘƚ'm"W-ca`!ݛ+A,/j3X2wv\ |Ԗo.2J/cXY'Iw zFgRSB,8fܼxhd#%+!,RV«\֥놓Pt*RtsGbc'!5sJ }K RС%=[1Fghޯ4mӏ:Ns"斀"lxzO_ӬJ_@%  !]N(*ڰ R=Q#$ 6vq(y7e y {{u{Zzh<~6Cas/S{|=[#{:[(/ 0Gz,}SmAt2{L0 \'qh΢{ÀiEOCe ^-NmIVjtL.(mm}gظ%|o`nl@b"ڪ%Xb=HعγͽB.>g=#z;=!<95 t?ڵ:p:7u!0 ŷi>j8V*vYd VY&S"@a]Sj #"˝kqv^>~dYy%%>MKC2<]M5(%8 >x*R KfLx[̥yvjtZ1!gz ?}=Cqe2[7IEK($a.CW,^n@9k4ԚNHWn`íW$[Yj'e?v_Ρjku|iflhL'm3,nDLھfTLNoZ.[ڞV>՚T^HYAu -cy' hH߽_͡(lq"q)uTc! YԐDQ>s@!\J?UUr?S V+eZ+7՛#-!&C? C#CY ?k67g))L'ބz'T@a.l(P,=^nE żzh+l s" <y MQMO cw @9/E}l{F>d95"~2_-o ! ExAp#xJۦeݓ՘N`>KW,+p30[8)ʆ[ݾSS +5}PC %tl..ߍH-͘2 nEY: TxP]#}p%.>j`VQa/ocj[UڰOZ9st.";QUso<:ꇨ4~ڍtrz?Y*iMê|ƃYx}+]$ 8*3D TO!(S[Z\9T=dO$22D }ܮ5s059C;~A|SN^S$S[tjsyoMu^MŒYY׿iC1|M$G3y2;e`1V N2KOu&PW-LiŤN.yՍ.IbTDtvؿj<~K!j9O'1/x̩͛8) XlX#@ 9:͈0'T 纗BͶ+=9*X2#ӭ DJ(X^ԍU፥㴘H$)_8Bpǻ(_D:tY2`(А֙ 16n1[?#խKN5<}IN\ʨL^a~*V0G11EGfUEIǺrGhGD$V,꣜ 4q0eeMpg(ꕬkmSDRls|7%uk*c1emaT|?U]N>5DNaiӞxuy\ ZF$j?d[Kfr8̠n!)0Vme%19;rFahΠJNqf)-s\p!48+eN~Hz<|YRq?z`D@+?@k; : ;3͈267*0M2@bPU,c_M4#%Pr^sTI-\S4Y J^Xoy<|eB4u8_^a\vp ON#4ID \H7 oqUhdx|3{<-2KkАfTҍ5ͦp+B( E8UBSiP >̦uJiCbl]+q AVmt鯭)@Z==[?-5_6#̪P*Ƚa;ecܬKX * rj]xSs8# +#(&^c|ZC״ve̠o1͝0B"P:\totjk{Ǵta"q$X1ȝܣ,pWlsdC5p2n L]%+ѹp>,~z0G>ē2kmͮ騏Tm9@ryzv(tCCH<|3*}Aq3be.(q&Q6ƕkg5X Čh)g;fIWlD5ñ{g"qŻMh(OLw8vb0/4;Pq3(1'gTŦKvbfr)ה[FK֏a(a<{Xe@|cr. ?Iy +/-ɨmi; IGɡ)QۈixEf%nafdoqyKnFh{}0Y*hD* M0GO BiMr@N,H~ޡGګ T”]*WL?֨<|z9bN]M WׂQq@KRExdkp[^7{m"Ϊ+GI`YZnzrNaDLj{ ^#\+S< IO$xsQ,POg.zO(R/]m_gÝavUe? ^A,C o߲Hz转3yPgחcw}K r6W}$𽛘Lf;6-Fqء“rzc_;;~u7)eD/(5{ NUW+-k6%A)"Dsh( seӇ'ŏk = *{/~S?r/462P9IgS?UKQRRL];NI}ٿ%,$qzVGt*>T^8E+MTZze˜W>#_.xm⺊glgyP0R6neP;׭k=)pmp( iG&<Sc:k4 ;, ~N̐$pq;⽥YR:/kYQ0}M58S⶗i뒃~Hwmedĵ}b][wA.z4+9.'[:1W.IPzt3|ԺFusR˥ny-~F4CEQfnA~xR=~zǞ\yLqV}rh (e҇:# ]\v vxgE %9T/#!#ĸ)OK*wL 7Câ:Y .H97;e <ݷNOS~uhq!Y@'@ SoyӞǘBṁSd_yف4q z J[&g {km+ mmF^+^~*ܫ dzv(D rG=;uVKP[XĀaz+Vۣ.ƃb.rۢ {C).$_c`P{e/aFuNj 0@x ULH2Ԋ jמw:J2fi}r EaR]n* xT.I"剡<=& q[mK~ބ1cyMOov(&bzB%gf5(JzeRLTf+KszŐF~$ "ؾg\8)5*P6=9l[5?EHAKQ+vef,A|dֻ$Ep>q=y^ur˸NuWK'47i qhYljc[;n؏/拗[a3#sՇUI\*"ذm?Ƿ˛<З0G;>=(<0n,cG-ݻɍ[ e!*svWݣ'a^hG(*QGY 0Xrџj`2OCrQTy\+Z.lV^(n}WsyBqL͡ӕWwQ4gm]+Za0 N^01ͭɏO^8.@)AJ $Y 0V-BO\,IG] bsy~DͥpCƒX"VY>ht켑S;mI9-ey?hE32O 2 b:PvffYFtOga%c**Y^>U‹*S%JXqg> ;< 'N?eYut *"ơڣdD@Rһ\N/uCX-}h?#/_mS D>JpH F- M>DVcZ#,i`k6‹$ʼne_y']=O'o}L]69ۍK+L XCp#?D)j :sn.&K99+-Z\"@-D(DS~fTpusm+FJF }z+l8]^2EuJ~5?kG{ 0?P>gi<K<_;_[s\P[!2G P柣~6ފO ~Suyf"hFrҜu-Xt4/_0L1R!Ϩle`&"Bt`/9ر[׉?=Z!,3yI<9| -X$t (r1$`y(@Jhc)Eԗp)Q`x}RWI9[ 9Is]DvA!`R8d;5 ٸIR(G?bxݶՓUϦO3edt.jWjtTIQ(ۍwd;S1!KæLH_lI5׺qo"@W#RT6x N8{4&ZN6d^ =y 9 ~v{*[ G?i=E[ ^qKq} Z T6UX0l9~qKr: b PE9^}NkD/pTVyI݄4`})q~/}z6E͜Ҩtײ P[9_ջ>bNk8c،zif(o>p(()8o6:O,d$qU0Z_9f/:H$W4Yjd֟4R p|V+Ucn>!]a8f?~lU?@ȲY:| װN6hS@i^ F=Ƭ &B=}OI?z߬o/1z]C񅚳]#qE[(?P=R5cAݢDxhSUe:4lK[5 !2}rv9.iu芏9L~`V*T5d@o/bKξOP,̅8UJw/o>0I?%RPZTT6J<$1 Zm}Yb7NgCjirGWPe!|Uj o>e9BE6LJ,XbD((m ""UIZ'|Ůǽ}>Ҭ'['ݼ'pŖ3ag^00,.vmT]A9T0o[ƧT#+9=2EϬ،h^!@79#YIŎ_0r6|[4!Sq!+fPcrm=p|%45q_a\AT|rCQ`gHdo5Mq[B8NPdjCAY#YH)}=3vjU 40[t;T3h>~wR6EPY!(Al%Jw4=[9⭚#" ȺK=X_ syoQ~x`9Ѕt;{6+ d^}vO]൬6`FO8^_U0(ct@r)ot;ms6pLd6 bJ8n_q9%Q h x!v6-plg;FE*e0LQJJL+dH7ލ 6qO4Ӭ$7nhae+FuC˶q"zVqώ 4߆h~ec4hC{qԁCW!LJba@r%꘼ᷭgGԾsΠ$6G"x":a:C2>)ǜ{E8A.~ᨦԑ^KRxomMjޯzx'sZMm/ Ϣ x <+uYUsGoɌĥ \Pɐ%P퉊Ja#Ž2+P U4_Y3(&>>U:bxZ׌1=LF"mjy\M42zM8F\&]U + iաԗKOF`dFR(N}Pdqe:%ꡐԚ+7te'?FY~F{Fi_(6qCo#WymxZ2H\8' Kg?lSxn}M MYF;Pg}EK>X"J!R D.nz:yt J5>7Fwy&ƈɲc 5p?YTmNV1dʧ!|qrZւC|}䮾Q:1 Yq^6#G=;1-4:c7ryiΎӻS8q/͊ԳbB`2Bf GkVʛg};J2HΩyk?__>q}?1"}t$`% Ϩ} 7rl)U}xdix-RA0H,#VU\ :r~}lc#2'e1ăց&Ot:HGlѝVG̩@'>XIoW!9i|n{]Ǫ з{Vm(&J ҈W k /Q^Akwm(y*Pd">fU5uOOQ5v:]Y#? ̱JFf_ua3\+2/N7$W&G#/]]b%=R[G۝rLv2bf7s2w($Яr<7KnN@R&cBgJ̅J@- ۿkyYU\k>\]U*q:٬MCReα>[}`tG%+ݥ Zs.|\LfņJde r'KzV^dzG) 4i]CO1R,WE-V<!!I.>-8Է "d77 |i*H pz!@ 灻u<،Մþ@F4;B&L/7@V0BȦ[VA|W`/c5ZcKx9D ecgq[E x>Uq}{Vx r&9_=Vl هSnR/sRM1|@bjpoC v+{?]ePGT9 \1cϥ .(99I>VG^PNçߩLeEFz?5Gؓ7uA/z`>sl^ s%5p|Ve#o~NBP ?UmwJ7ы^}-09.XRIEL=5PCʒb;lVr㢖^~B١W59iaa Υ9CS8>+hN52&A@FC<#L*91$ ƸQ4-j0|˫^#"Ob./d@Og@<Ԧ?o IySjJIP!tE{-\HJԼ$u(q\9j瞌/j7O< [^OhpunƂpN-0jCh*.T qGrRs7TR8~KWPhh]~dw 7V~_4#I0:jŰυÓgҟ_7!㣊2b)Y<kQi2l{tc~7"BQ6WN~2UmEsU@\yYnfYQZ-МqtXVb@hK їtV Q)CS=k?]1H&UcN?PNq[ȱAr,+Tԏ"]G/3N@c'ܮlL}(_{b⹯WӁw)5jW[ݣ鷷npg\ ^XǴI4,O,bp6s~$rƃ&s ,v.f(&mz00횘maZ`-7؇WP2?с+xYFiwl;Krcn_]{Ea͗gDg0Ė%tOjC<\Yʶci] k@L Ok'] Vnpr-*%o ع7Y04)!Lqi nuU?CMx-Y#x2b|;87y̟I/Y]C Dh FQ >vXl$6N̚zFԃgq|S'hMU-|$ԡ10;5T M7ѡ7['A+() Ɗыz5Ѕrsn!тڳ.)P}_P"~Dn+z/TS}rMxX_C؉ OƄ҇\xosk ]-#&*;Ж]13.?5k8M2ow?om@?Ղp-lu3qܸE[ DA MW2(ې&uMXL.WgeФKArIPé삵|N%4J~B}MU=w9K#|CbLEu?Ns|v!?>?eMSј#hq`MIusJye'?Urf?zUqIXu_< bJ,E'թb:v4B,}7 y\>E呫P- g)r&mWz:5wXŗyx"\n5 ?";xf;C ~tmfj3^ 0ɮ}5~҇P:4 -`!c[^I$[ Yg|4cup(|$[o^}3ԀSZfY/_GHCߢG8YY(!<ӌ݁UT˟L'^kJx Vt*(\*sH3Z_)90!=bS|@g_-_@}.E, MB:c 9vЮ轞h:  iI_H nByEi+M9 gup= d}.0F4j9/Ŷ,5b4!UB.҂ gh;L E?um}N08*#]+}N>`z7P[dc~({YOF-('VpDdOh y ,X?Jk. DY沘@<+'HLZޫϧṘAH@%r >\6~^V !aOa ˑaq?Sib=K,ơż< >Ie^^0r_KXKְ{ٔHe :}|Y ~6 7Ν2AF4ʄrdC~b|xrg>j#讠YMqrAuzqBst!R*COkHq!0q,>KNsO3WpHYp3|"wK.m *ХC()ƕ杴a@ݷn j~I!W )1tlSR.b&E`acDel/qJV>wf[l:s>;zeZbHxK|)7o,Odn $$zA##:o?ʸG9mvl"ycl bQŌ; 5HyrpD5I8PYQ,[Z;+FTe_<-*"k[ ivk)"'чֆ8ICEdH+huiVٳ| *JJ"x%ы&i/TQ?C_\))h3j5s\24Zq[SQhXb/Ejh}]:}Z Lnp1v`03@a=_:3)_I4yqwZt%g[U-p]:cwBʼn n#X((՞EJ_Ø@,u:{΁tǂ4ө;T_?#%WGT^7JeSbm숔yP{k!㦻x-´^j<#Z geбFZ Ư<ܲ?]'a>HS)MDHq9n~!n}S}dyR̹FO|'1Cϛ'nW2M;g8!ϑX5z9q{ 5?Ÿz,TR]Ӭ@IrNnnYZe"K`\h>\E2 kQ?׆M2[uKfA26q#| fWNgє]Dzq\M4';\-H!.U:-[wi},4nZy;\ߏ6}Miߤ黻=D["=E֜XைQƒvpPmRF2!bXZLTgo͙D\>h/+xTjNz ;w ("Oղ0DX!Ϣkϰ7}@ٓK+1bO2K_pjj9b5dG met³mS#B*^YD!OQ9 XE;F7EB(84ir jV!P8{;Bz#3'k6_vXxl,{?ٽ5єrD!w9 stx{9_Tʱ&8s*T']`brP H :p'hT`ukg߂$oB;&'_wHВϏʀ.?Eg=>m p}N*G \$)}1*YN't[:s;1QVd~<lYcܫ0jm3D|LaRC[?C[ vりb&Z("|ٔGzQ<5S#! 6F}Ptag{r|Shmak7m}Ua|.o<xucNUa/ ۠}fd1dM=V&cuۼ:k S+|n_oG)`ù\q!hS K֞q&9%x%M *H6TL;0Z}~$[~UTg$ j`rvj׷ dGF_;t`vBi=ܱ'Q1 =?{;6s+a;'UDJ:LԻʚcȫE,Q+-gxRD!aJ>>I0c 0Pw`$aDN쇆^5 .7g-Ĥ$)#?nv'n=8'Q`Zșڿ3Yx0۝ ,":5kRsSrmRXT=•_?O\xRUyʙv[Ln7Hd/G4BhY ߞi'>b&mpc2m. 5쾍Cre2nbP@l'd|؎|VVrd#\#GHfT_/NCv]QaomcQ솾AZM=d+x3 AM<]%ʫAOE5>UfQ1.ep*,O$/6aYvE!nvPγîV v8@gwy}mQDgz.΂Ǒ* ^5lv@j`fY%-ٸe*d_̴#ulpjPGP'iCf H4lbo4D_VQ̻ťa5m?HېŚH*CPSzn(Xu&T]W}ȍ'*A Jl֡ߠof3VqGmYBp 2.× @-nrc tx,.a^I']V&vvp Ծ,/_f%˶/z+vs@g%JzE`ޔs2yH}UF ?%d =/b=oܢt4eV%Qt?v_wQU2oI? )|+o^8!dQfMI7jX8qn, H|Pm怒KuFҴ $d聪V՛^FGfY2 K"!Q f(نm\5Yid8 ]3ppNbߊbaSAqLg@co11AO=OZ""_K~*aG?L]s?p% ח-Ap~b<ܤIVQP%K![:;(JTR"{Q4Z*YG7c'1EKqI=3q627 Q2/y%,-`zfrRIߤ8(hSMhN>9M-GZϝv3#w;,N]e/|ꕰmg)l̛Z>a;<-]GhMBplELUOp*aGvLڡ=>ywnMX_*#UYg|!%@dlH\G!S>+&gVx,-J:|tPIfDKb34241i`4K7)8eKp6 ##u߬^y^WV9Y^}3I Wj PīvӸ o3a`#;kK=S9þн` 6{!u>JfI_%;U~S R[M[E(Hcai%g^Kꔎ-.KJho XSVBf4au}_"%t{[HW\6VW꧗ƭU&`$KlC456)!eF $ͬˋ?pFWޮ,Q}H<{ߜ0̻?lF޹Lme<0 =@-@8֣N樣sZ_^%k:ZҔmt'٣lMkJ3lg`أq@pmG_BҺx~V0!DU5V3CCg(ī'߄8($R:R0|P]%slhŶ}p}ڏ='x^Q){Bg%˜Ѧ>àOSbYšb`Ƈa g1 5E)E캱Q^Lx{U҃+rвu`g" W)kFf Pm+-#,GTq0qܻmSĔ2.3Xr)iW0"izFUu O$^JM9^XbL`ii`2z)=Ab!u~صM0$0\rC-J~Ap,*Վ\56Q +h]W q+m-epM|c/Ҍ#5 fI}uA;'?Q1}6_K2i;rӹM~: YZ