udev-249.17-150400.8.43.1<>, fӖp9|= )lX;-ج_okvHg\EjC 5'|/ukų2 viVC)z?#DPk h*YWkN^`%Q)bر%"QjYoJ$]ls`zrrW_/ )4]7-,ޮ+^rhV.dHR-jN1/0:w פ%LhYaiǂ-r`6ytݕs^>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/G]"k%rp٫) h@sInY}9CksPf7܇t21,}x1lFoOrCupmOs%]`LD?:U8玼qGaNLG;. 7DmCnr~>jwWg/G )~&qcTWlPek?O)\ d ?}Ky: b-PWLY䖣zuxkF \j۳1>sηuWij/9\Z_A(FX%NJ -v#e1F3W<)v Wnѷ68dcCoџRJgE=eWpH&yTϺaNm(с4U!Ȝ13Q lmB,x @8,k*8ͼҐm<?Ҕ9,Z.YLvp26-B4rrIoK+Ga& -{4T}eG< lDɻϫ`s/Mw`GԷ(7l* 2 F 󲅇gp_u"EnɒSvCIk WR gE6ez>?z~hydh`!ͱ@bQn~[$Ttʞ\b1p0VŸ5Ze7i.lDk̻zd`M Oѷ˱ j {>( 60 HJ+!Of>YsV!ό Y/D@%("(-8)_0ҢF zHR9w@YEB>͂Ԥ%f5>K|V_.&!ޠlEI@A3="ͳcJnAu2wDz$Y_$>JCOcN דNߍAkC*/ fq6WlB!2 c#ݪb작Ϥ9;Y;bnkPD~A}SN2 +yaȄx`Ax*Tױ.(6"2i1 a~:RRz"m'WȋҺTѶN lZ$ɴAz X1})Iyen:א!-U\52-؋.H)a .,z " U-R吏~8lHi#.6iwC78K$s:B{N kMj+x OQ6,͞w+iMWTяrt98CK [o uЇ63ќ1Ǧ.jҮsQKdMء98 6et$qa}s4ՔEٳ G, \nM2!(SMn)LP kZGUSI8*XEeNXfB)H1᫖6@ GV~.8(0L,e24J;kct,|nR2H~.V08BBD؞U%%.cJ-t x*aI&kENѯnW=9TBzyx]4M՚$<)P) {UsƮH<k=Al9OVϨ/GO*Iد)v_<+vzG=~DnlO $\)9-ݜYR4 ,Ҵl]ed3*LcD:>hI>IYMMqS#>+S@+Op N@#W}mu?gJ50fdDG52J%lGQgw"1{vN{dj[y4e1]ΟOM`֎lqP%"D0{Jyߴ,fL.4EViaG7X0Y}~jUUBFs~)ݽ5|B\t!YA n CN^ ̋`{mb~^nbAgB{% g`|\ 7 L.P&BMáV1f*XA@>9G|2j9>6"p1T!tǾ_)P7ni]s}6nD=G ~%r>7so/lĜ;PhfA8,Bqݑ\Q/*Lky2G[8˲ݬ+xW l|F f1F-~?޵X*;bH ' µb ;:UΑ57&=Ţy7[. E[ҊL[m_+m%(}JG\K{C7nΆp-]Ǩ>3[7mfta$iDfݡg6lz$jtYfbKikeGŸJV'Q>%~;"n%ƴ}QqcL8iN3!hAbkkm-[9@ -(;@vH!" VIJ8QZ N7)+v)]a/l0}ktϻ?=¥|"?#E+f4h=   <"}-vs/ 34dOf 7?,"e h822n辤RO:nN5iXY U40:OBa]>UxX.” 8\0W}hg5x@sB-n]zؐj+1q*kb:giԐG N+eo[/|VZY_Ÿkuĺ3Ă[W߫wr5QRE8{0JFb< Ӈ#63ے8u )0ⱓ(KHO,⾝py|6?)E)LϑǀƖ1u6Zyl€w8oψ [մ|)0* %NΛ 3Gxɻ^e&l0w[1%5r1{IF)A\ԟR@Oey<eDﵨRr*:5+:]i 8|/ -6a߮b<٩ bb5.8p,jnxb]VshkW1.V{ȼp$)}*!^.8B,]9tg_~X9;^*UTjQ+ܔb!]AvN?vyLpC:Bb!iH0ΟlAҴ)H1 >ncJ~:{F婔gs qQI0yaaYNkz334]%Ӹ*|P@eYQmk<3 mիYe3B@Ma,n>y5g5p8r4XY` v7UD)p:A B-v3s*xDxZ jo蘰iSɍdaVK'C $ x\RoYv<,~c˄[a^8ܡQ%.4&ҁ<Ծ$i%?ywT qJgi֓phtyaDzhk5ikG["@b[ ^^u ^,&H)YAHG֎O} Nj`UVu9_h;K(~,c #> 4}r콡`a+ʳpnYf9>Aʺb|ǰ&W<}3y>y~= ܸ^.G c3 Dg/ht>j(s*VADZRhu(:=B;VcMN\ɥNM0\2r#Oa¡ts$Nawixͣe5EKu&rP%n~Lx]8pg2Ƌ  5YhQr*D)^aړl߫ŒG9? >SO`^rPC'.ll mU6LŐe Hdէ; >!WfPEؼGG<.8;P*og# /ړڻHbOr{Sx7Xd26T`rd^p=6嵵Wj&oJl}\H^, !"H5oe%ĉ[ryr{a"T\|\G}ǜohy'D͸: lInqIzIN:fi0 㱃/ LT8%W(`m s $C],O+ش ?Hs$Z ^6z౒z"XpbY@EW Kc1c'UnPyZrYѾwS:4&o4.~DW77DJ'`KgW:"DtTh`!;+_ KXi/Ԩ M܊&d{} @ RgGݎ^NEF/fjvQK>m|KkH88̂74[KGb;Sbo4xڨt@qc8ofTN0[ΥI/ުyAO!2Ii3'pɠXڂvI`c1`hQwآydmE/|} QM!%NSq!Å5=$ b[*fF:..[D $cn3v@hjɯeGY1ҘhhW }G[<%|bW7~Ft;g`z~*W ˧M|{yIʈ] } ȣH9ַ ;cQ3&Y9]|x59u6rNpi&*hA.b .0%;UUJE{G~LkP@k{?L.ըbY}.bxv=KEn]EUB:8E۸*ϣGw=k $H5|5}wc];8:Gfvb Ccv 6f{ ~ȰsAqdDI6 ̸p2]{USmoGgm ~J$j?:_}P Gc15zBZ6I(;*Ф5@ Ģ~2ip$\Ü㇢=P^2Q'^oKES8(_ Ѱ'qE-Zqx )S.0Xct֎f|ϭlZq?Q46pr*-p@JecmDsKRӾ4u7)B?O!=R82Vݤg1.0EA%AYXўʙ݄E!v)8>de.>m"*_ۀme,1Lll: C 5<|a.xk!t?.Zr,]bC /O;Ku$G#Q~[iFXNfxrmsh,dIM>#N'*B Tx C|W4$&->OK6X,0ۍv($׳ԞHOVz(-8Yr]njPy)xh#KNk܇fbD+rV՟YJ3T{X-ɝKv ])ڴ%k"3q?44)k?ر%lP<}j%hZB56C_I?E'I%kynW_9 4QЎ'ژ3 #ʀ!~}8MgsߢQ1ha43FmvGteSfj(ܵ7MVVߌQ8G61cxF՜G SUb {f\|tER<dyИe3-4nU i?z L.%_һs\ޝ%犉v}኏+0GdZ(QQCn! Py*]rd!ygR큱zyi,tbB7ۥ:Y b;N˩esB `S|ǒh O9F)L5zY-X#3̾IEݹ1 .c~dSio/T5Ʋ#f&C(8N YV -߄aGoeJ'Gǜ 8Vz_1dv6G^Q-xp f߳ 'c^z/݁ F[h-3 0V@N5(#P)wip`*6b]h$qA oKNr:آ^GzI 3ns[۹&Sy kiP璼{{ɨ{Fm vߺH[QZx>혅F󫬧OH?z' X7_TS7MFS~JQ0 Q!SAKB>hAy)D B#v$TA&tڲ8%hU|*CN)@>(`(FjHeZj~o)H+[ araPO7ʃ I/-:R2nɇYIA~rsEvr%&Vb\:ʗ@cP-Y29gNOlQ[fA(K8zGUΎ~4_a-;W{#zxz[ 5=#IO^p/HSN٘^tmrX;;Դ!UveuyT3խ1]"`R7̕ k3G^<z&1p'[\P' :&Krl3;\^;)|}!&xxb>4gp5Vk0{oO֬;.2+%'Gȁ : v(7pJ5PכI!H,2!v>IȳiG"XDE@'K]TwJA MVR8]z8O0L v˔{dOǴ͠dz;S?@̮27жϯeDMn y,Yzx5@$n- w~ e+EMRuib4pT/\aL#% JZ8 ]W!(d%ysOlǦڝ/!oyM_L[3mD`4"% 9 mf!/˲s՟Dm2a @B$@p #Yhߨ+(sR.TNŘ}M5*VokBi]k"Ƀ8@u u!9$Pd)+7:*6wlO-n3^ M@Qr1ZfZ:6/z`'A񡐀Ϟ+~i\69[ɮC)ؓuoqC4;^-A< a%L`\:SxǀtkI˃{ϚL }r̂g*FRow$:,r ̈(|:X ħY970VC:i 9!k V{5XRoOv׉nů]4 ٵ1L\U֑(?݅O1LS5:L9~{h' d, X *P̗~`;ZH),$kk8_ e 򬞵2o'bM@/s;#yvn[@,%X/?!@~|\WA pf i^xXy3Ăt6G]'+wOO9$F[{?\&$ʃ+ޯU=z,m'm˿>vrnil5%=G0IyLg+CfaA۳Kp$-LmEvP6Q^ڒl6ףĆydֵ@uiHb5Ag75G*R&gvY1QS[ od0tbs>V"1)*e{0Jw5p:UkWI"J? FK64%]ʝ/psrBp~dּWnBE=q|,q'`:C:*p? A+ OگEVO/__Jhd |ֳKqKw6 ?tBim{FFS4>MV,ٳO籋jco>ěg ͲvCqZ~Xkyʠ}=>-Q!)9: mCI?)k@!H/Iнm]'^nPjIjK &1 "&e=C矃FM¤ϕ<;Y:=nfoȃm@bd `r:;+X(i N#nЌi%kQi~'@PwMJKaX |Fq j QM ܌aEWmx߱5L0Ve^mwU1>PS}"gYJ,(PEV0Y$.c8Ұ#ӑm4}4ؙIyV#09y+*&J-SHs Pvr tt`CLuz % d GiI8vR\ѡ7ǡCqO;E|@,&92jN߼!"{ D^4SgaH߳'C4lL¼oO [ƞ!j$m>pRP$>, i7|Exs ;I//™T?zBrZ qb>󦝇t8m&Vύnt%Zo" (96&i6KVs?,EM4idS}+%CV~ؕhB|UU@`X>ݯY I<`Ϭrdë8x,C,W{MuVR%iwM)Pn.ݫެbWO|Z(޼!A& \K)zA$t'g|H T$no-JT ~:ebR1!'m\=hf0.8-gVjǸGD"=ۦ4 '7o8~MF6esa/e~qx\{}Ķe>!E_7şR熩L֎31meg|NѓDdUzk3}E:efIHhz)s^)(gƩX"1S+`BIw%n\N/EVoЫ= %gcWNoP)Őoy -]p`A@!Ɖ{(B3v :$sN׈ȏzҷwٍ Y OM~39{, Z{1Z 1*Zb+mu1ۏI4 4t"B\)m)ve@1sgbT9Mio[?. y nF8}o=/2Qf6#r*]ׄ7.i!Tvtgg@u$t`]BoC5j Uu&Rn7K%sJ>ꊾyJs#$e,uoŠ*Ci̟89eE=wLE}KPME=3Lj*eN;-j/q3 j3 l8_)_q&І Oz|m:yGV8#iohZ)sY0uL.t_`;*GfVerdW2LF=bd~;JfC<+xԦ,RXv5t3s¤[ 66&E79atǡ5B5X|o1F0l{)wzy&}|*µzzG3nk,Ɨl.Uy",w֞]5 7ɵ~jr'q>B8I (q$˷a}a\+v93nBOls6~}>';HӫQ|Ut1,JGr:ӞWK͡+6Ow^w]FQ?Ep5!H}^:I¬wa9DWOҬkܳ(bJ܁r% ,mQA$,ªGcR@M!za!C] m pvܳ7co4oě{KTdÅӹF<ϝΧ[4u[=m_\*=vպF\\ԃ "aF; p9b1 &FlMJlrRp>S/z%]1]c8QKj*|·+wTdeonaNm@Xrx@z}{Bæ-`~̥BĊ!zњ &˧QZ?߁G1JٖҩxRLsk#8{=Hk׻H] <gEPNX[R^.(L^ lv3>_>bsejLc7B{EEIΙvҞ_=)%X9a|O_!©Tq#{$„tف{ @lI'OzpتDT#oJ<`$X:)XW͘I|ird\|=x#MbHC]{W"kE :V*ȮՅW5u BȳF 2 ³>A&`)(b0%iF/4bFSexidP)."ve)Ru!(YNh֠mԬ7C14E+)8,L QGR[k#_̋ ~K^T*(Uh|j6Uj =cπ(WX"㼬{dA%\)Is+APs-/15cKn#gŪ" ߽^ ץ /6. 4 5+wo-VbOw T+o\Fr-F:oXN1B&%RDX#s!&cSɋ_z[Zȟ$[Jp%RrB0 ?th+9) oA͒]Ո,à ^7#tgn E*2p,AL\s&~Fs;VJa $;=²dT: _9x 4N.rdNvV mH+3B_GT[2l?0S'n8xA;R\CLy6 .$ S#.a Ir!=_u.~3nf1/BN$=w r*xJwF/fTޗFS;$*b,Mim6hgM3vZ}U+(揍0=Rq:+%mJp<*èb6l!SM&5uךr~ N]yk(J&?B n촬<g׉y6+J9%\*66w*j\$4D9+r/Biu@N']n?c-%h?}wg)@D;vHn9{*K (z) . 7ߙ2 eLCF d4}(0XT#e&q6  ]I8MSߏgZ \ 5PVeƉo$ LgDb']ᵇrϘ!i|ԸYn T'ps;\47L "p825ngDq?5+cq HkKP'U힦 39/pM;<Īd7bIh&Tx_bC4k 4@ORdv0y/s$W$_s7Uxi})Pe:0o ܶHRRav'(*j7b= d xU_RMjUOQv` zao;ڈTҜlc7#Zd+T4}>7/rl~?@$Bu˪ olb+WlC@#{ל"Q?u%/8BA>=Mf_"qlc,^(NѮ@KS`0*1Y_.ZظhZ7 ¨룕cf{Im1:4qk6R`zx M!AC3aeCASu{ 8:n5ЬNRi\n`CdI:ɍ@o$.eKC߆(( b8.f%V^̸VY" yAHlqxTK &g- Yg* %nQ (Q}**SSLTB#yXo!AN߬@Ct;yZ.(- fb{6QKCGUIk `knؤNk)_M|:Kp TpFL.t&9ŝ-8@̜v3# ~jWJ9j.-bL QC'V$ʺE YEF чO\.̺h)ʘeLNHxg π5!d`f@ʋ(,a{3PfVcVWD7>“WX%5t|+NLy{?uhFMb翆2M*2wG> c W@9+VFLH!\2? cͅ)VߣS娮5X}!5f]7mȦpSn:læxϳFJ$[JE\ߋX~֯SK9>,|U fb6%ѵ)0 ZLnb0\e>y">הb#^PH l9cTuGVQʛWl*df'F|-$7v=LZOZk%<(ȃ '$[n14kԓJ>= 6 @&ӿHǖo%znPc+FݐAS]6~Qoߔs-wg'S+FjR<λ]-uլS? \˭̹u;?>LqDs160o6qW]&(-XFX/Dw]iCcenj ,Hْ ³dq¬D֍߾[B}c6?/bMgr c> 4+]΂r#E2} &~ڇ㐛>ꌙ*wkT ƈZLmˇn U/6{J{1xA@H*ߦFzLFZ$[4 W [QwJYK uJPȐ[iD{^w.Jՠ\{}NID<Ð ,rV1z^)@jsdl`ȚRg敝^5-SvqR;SQ+l3dL+yKROMۙ((ZP%Џwd%9y|;v bs݇NLo_A#~N/[Hpl%#=u8 ׋0h!$$rd0%u(ꌪWuu)dAINʩ uY,"j! u*,^D|TScrkz5eS ܆={`00q4`ɘAl; HVܜhO 4%Q06dz1J{d ֏@F\Ev砑(])hE\; ZZ' 6\9Y[W^GxF J;U}ʓ֒ԢPEr)KXB!<ν䨆C(2(|rOb^MR2)4SN֛?q@sxCT!6jdٹS I5[)mV r^$[&VQG> 0Iګa's,K6J`B 0 N+sbDbr/aP}p O}c !U,{o.=N;Lz$\Rf2Wk1wR%Br^tEy}kymnO{}dw服ic~3lGJlvX<@$-: m>:շ.ǬRstvuj-0;W9Y$Aџ#~5ZPt1'4囜MF$.@)kH;+(hU\a(ǵXƛT-"DT.- {LR.== W !͕0*A”vɶҳG*j懞OHg?ɾ7AK`11xDjX-ڄ8Dd\z\~DF2&X+iܨ?zmV/p.#^[sFy=p#4ftZL A/~/![BQCsE.#J+G$i?D  )d,WՄVEAv<@JPqda[ #hgQ_<%%x{>\`=~?9dO E ]ʹx2tXW`INJ`dՏ F==8$ؿAarb5$uL /3 EiC3\YLvE$E+'{#6I=7hvRL+U  =]n 1Da1skɑJl1% S`a} N1V&@*pZ1NP Y`r:>{wlPX3 StJЯH-xuc; N͌q{VPRC,JOȢ]U3pGdgю^5ڍ|j|-roeө4F!)훘8w!0j]AևvvwUXZ|8<#-/!*iY3ۆa+u۠Rv`D*KoŲ:ǢK)^V +PiC\v#wrZcwXv+HY X\Hh%^%t)!dZ9>6t{_D@L>}pHZ(OfcI|0PCb9ʳN"hb1(ː|؟ઋ   h78hY^Bp@9_/?P,r 9 []Pb_\AAj.$xdpNGƢs[f#!u`c9 f˂ Qe7dYk T@V#$'mbO ¸g1aNN['%IXI#MI*OϦ7ŏUP}VUg}g@nD YTȂQ pP nEjapCMcB}pu* U #զMPtSd((3Ħ% gr8_哩G"Hp͉ȴb+<*Z<,Ra!f̉یlpR3QP71pj> Kcd?*?M5a1Imt6;u@/T{Eǽ.&=$@s(.|d4ݴ7V@ì j)WfJwx$m&5=k@5nc(D2ݭU+(}n_!kb%bE-]ә}$\wTyATM%smDB׭&6{0,-_5zR\7B{ZejH@fޏwoԐhr-^jH_ FӧG% |.=5-!@VF@Os=bF1R;Xk)#1I#VؿP4ErM"`6{VcwV\E8ă'޸$:׌Ssh*mjfӾڤȽzNF`3ea-{kjN 'pN1HuH;2)~,}Q,O1E %s㲎7Q[*AI`4}qkU@Ȳ~#6G#Q`˕l|+b{ÞOe}V[8R2¿ \.̕br&: 'wJE뛭>|j&Q5f(!=mˇiᾷ7]b{>]Y X%>siڄ77,1#(|PUax캕*h'TvZ2\n]xkӤ#Ȅn^᢫R] Cȋ&-If1FI d8#-P gWɦK4N~oՒ.㠊A:ag8"yBɞxq"/]Űki]+fsbފcaI"B!knhr .U q~GW18P"uLGP1<*ɳ5҄qGEQ:@>0]P?c>3y{Jq #m7@1 Ss[k=oE/j3d+K76td҄ZECrEQ B_P!CeT񘶯 q xÌ7ĥAP0*bJEKG!v77o{5ӡro!#Kk`S'MNirmvvV輰PAZl~a{;+ғG-e{Z"SlfɊE/#PZh:[käT+߷@9؎RN{Wt" [a m|V( ݸ2)]YR;A-КC:FݟO'6 [P%}+̽+$繲#p'zcQ_wH/Q<4X7^Ʀ '2 U%D;V ?˲QK߼Zۋ 6,Ax$赁ˆno/45UI0H7T݆yyTfC06ȝNx!$ mz#JЬJ@#P1MX@_o7u S61F@|Va[EmR33Uhu!_ZR5{ IXxWw:-7Ep뎐<'& 8B ^bމz%Yt9m:W{?XJ3|OsGuX5>[`q_l4w騥w"IPDp[cSfpć"w[}z# | w` 7BpF^e0jAM=Q*4* ^ p*o=cȏ9,&٤/ ѣDa` ^-gcp괁X.ZW;&nM5#uqyMzvGT*^†Ky4 K.DŽAQ3`wNO("/܄=l=vH)V Hm3/.V6A3Tu>Gw!{3Ԇ7g.ꃖ{2h.m ~ǔj+'7 Irⶑ!euzh#w_M vv&:e` 7w> `)ie|,йf9/YH +)s~$[],v=Q'L\ fPφa5NG" KvwfB9gtJ724 RU}W\B6:kէ FyDND#F@1hQgAdkb@CO"]2wKnD (8T9[e',9 "d"ڃ 3+^Əe}X鋣i52T]*MˍT*90-M1<*D[aĈv#dt!%tK<3 ?¥ؔ'K&0Qg4cez7H\O@:a0\߬Խ vt J.irt zsJ W&xiPD̶+-ԇћ̗-KDmiki]) R @=5HL NmGѩlPN淚-ACM#7QЄֶt8"EE ھ<E6Ƞz7#<>YXWYRfTw5A!DΓ6Rp8B5BuQnk'~7ώ I)tǾ^EZ'GM0G/yŒ꾔aF|$ Ͷصh0}Hz}vcgU{w[{:PC~DLIb#4~h'Zql=aĞYPj>LC[885DIIa*0aٴFG_,aQ6y*Ŷȭd!=4d"WMb*׍zLcFnY֥4|q*e 5szKͳ7@T P 5|Rt9 X_ΗP]Ҕ5D`o4E>`pö/3ȀN* {;?}+=^w})?0/-TfZ^Z[9I*lzofh4EsYi'?-VygQL=Z2 :<0Yؗ޵BZm#Y)`C x1M;;LwӍd tEuOnt_U>~iHY!k6a-y"3FEiAL!K+Cs't1M$~0{| 0,;a~Sn0OmA>Ëf:z(̐#q뤃ŊJ%^'hr3䐱hcӭ'dxթEhr|N}Gvil$'t2w1c|޿A a"#g+xrYZhߙ75d14nM,FXƚ?Mi1x,&L T]Vj~اo??ᣲo]I(>TC"~|gP-ZA= @BQKj*>\q.CW}CO4y8v"M3r/ijM)T@}Bɫ#OrFl.wiy/T3ЀZ#!ջRgC}c\|24"%W F/_;<<"KtQ=)Bpjcf_  WbXSe տ^ VvO=D3R>]?BY8TEV!CɁƏ(YaT1F ~X\Mxms0m FM|_;7:nw<؇@ V5,^KպEUѯxN^|95^ |~T|/zb~X1 d -6Y3pYCVEAcHT ch$[(#xs!_(n^$sߗTtqoB% U؋pQGW<ĭB|j."ZT2Q骹?|x )6g(|AfK\vE񢜟H|὞-{;RT;/Jln "Of!_AT1bMF/<_v|Yɍ  Ṯ{G)/;#AطQD6&7 K˴%\e,xtE7Ħh~$;x3+tRtddl.#Gz$-܇KlC% {nKDbEtѪ%$!P0y1CٷIonpӤ&'DR}u*K*nbtQE^.ى' aRQ4bZWqճ2ڹ'Ğ ?y ˄d'fvAZIR;G"J e.ߣB##[8<:.Ix6:~%&Sr:NeR r zܗz0$9ÁzB52K}D'Wmk!e]:!Crp?^Jvuw!ޒ[6F֜KNT8ϘI9_q^]s|eu(ĆDlQrO@pN.I(hU d3LAزf8lNN-=_i9j 8klw:E[r@2xP2ۃ!Zȳ-fa&<w-_gƌV:Flؔk@:LpnjO:TB։Ҧr>Plf\{Ŗz!c6xD+x) p!c $Ij)a?{e$8(ZWI>uO"셼tJI"b2d:+i5cڝ;g,d޳ۘ72sA14ַ )qxR]܍=l `TcwuT ^ wvVc,iAo-]7b/B34on.e˷h4#(b"Ūx͗VSf2eBAU! ;6=ۛj5jZMJ&* oPGu(3N| &hX40w?ghw,';͊{Uk,al&z 䖄3X0ݱiGMJ3)#|}m^@x]=µ.OLG[CuCL-i§g>b QD8`Y{xHGp!XgwX(́T&R^Fyw w9*d6l9iZrhkJΚf}RBPC]#Q޺ÈpBz&MEs2LJؙ+[a8wDd6M,<*"A5x3h:3H".!3h&&e)sHஜUS ,w؛doªebqZeM+e'xWf% z2?|wD1J+c1mS[ 5 HZ´~/.t@ PdwHʹ^aa*B5-`@8Rx8mRI8 1NTiB.İtJ$3c)/F :!wfQ!޹GUs^DGeޡ-fC>g "ԁ|[fg^!qC("∦h"Pg2TsGo3: A@n̓kF4UWx~=F`$ Ev@;&2l%~e ЎSQXAmLA^C?L0*l)M$uα53&u,?41i%<@d!2I@JFsI?0erJX`,oZLf>ٴosvUF(rW;{gKw_* Б5!4qPif~7?>8^ ;鼼>ߦx3(]5bQVõI?̠6}/ǚk)Sh^5hEoh'7s^˵|uY,RUKFCO3 e {iv`φzS$fϤoa' *tqX;Ũ_xaV&x*.Mg9*]$aL 7е^9U5'+cz!bJn=X>#qڗ-\fn>r!!=7>:1#j$l,u!SJβY*a~BwUa\d]B #`%V`;/ $T<ϷLR;@%gEgK=Sy 0D#2+fe&OjQѡ܅3#_W/>6 8P-lPulrrXv{U.6(iʓ^0&_4^q>HfrS: 4z]?]4SUދ`]Y=΃ a1Tsz Hӣ2=w8W0sOe=M0Ј9r0 1@vkgiзV:{.%>Ǖ8J=t'jtF^=1fIo{WtfA 7Hx#I~iBAZ؎sz_ho!@H[һbB~{~R\ gCXf[DiTċmm[z (ŗ5nW +HvtcZ}/XEVڃ. KţdtL,?a6oA>!3}ӎ>'$'fͺ~SNj'u/_{bw1|x|ub<ʆSզo\<繶B.E sbNܙ'utЩ!V.^ffbviʤ" ~%_wɼ7=ـ_(@a\gHa3_kQr5.q.S:0yN(\M[ b"9{Hwm gKǢC43HxkI D'iNgw /jX|!R[neT8PS؋)mI:PpSJ寒یg`\1^8c}بdO>#jM 9';4/eҰ,HF 5^O#!Mg_ g(Wx]_yv[~)l@Pk HB Z5&{|Ho|lz.7ܷ [m.펕`gd&{/XVKN?F0?3=AfxbR=x2!7fʏOOZ2_rr+`.dj]=h빻Ο;߬.jE⟃ѴϤ&@$0d鋞.\s1[v3y)F&5h_oB@k>*L^.k~!䡍m{">6WlJ\T5/cXd@4Q'gc9ozτqYU^vk.?.L@{ t;Ge ( FvAd>y3R{t@߁Z׌B4,86[d-Ovr1.9dU?JBg$W1O<\dH[-'p%icm_ a'j&*A";Dk7 4#}a@xng8uWp(/?nbX^/U(::~) s!%tn^2ô0\C8l+$ԣX%[0n9dB`_, ޮD/qST6zbHʘA‡ɩ G3UN z8`O!$@ cbb 8bؿтY-}ؒYk1/ǑH罷 zN֣g+z";7 3Sbu0P-=6EU[4/~9Tw0jTn-5xE㶀M0ߓ vpRd/^ΐyKAYw]aj7-m_kbdkN4K$ůw:}1޵#^ʑc^-z.jC}NHh\+~Sb!58J M@WbfQqb;"X; : 6m~ +ţ#}=~d{ öS[pU`_yBM~oݟ찄(GZ{!Q v_?T,I-Ww64]?lz7}txng`ce{nEkD [!OP~&{yrd/{R+3h/n, &Ӟ`u݄[* jGKI .v\feX?G7ЮjwDwV4 ø1٦$x6rl9(%`;\m욜Bfjʲ(<" h"Aňڜ2i;$ Y;WA A_Ȍhnw K}@ndť$*:,I{Di'I\yYq`4*<#Ea۷ 5K68DNs9t~mo%-/rm@g. &6t}E^|n"Fuuƕ֮Χ@Ǥ1U\ٔf+垈[dzѝB ܉l2\ 2*ǘ2,ƨ- 6YK-ɔ1Z <vD^ a̅0ҵ%rATq߰z\'2kL,wBBd^rfhОL <@E1bee8XJoLr}?_k|Ti2N5~1 ^t-)N drqjڄm^-$},u7x 7Mr΁.bpB¥c܃9o0 -.毆EJ7&oü͘ mƔ0a}(ōpY8ЊHyWiUwnZtrΗ&^`-}G"X(RR Lm1<-TȀoRv(Q`3 л‰wׄS, 9$6G |K:0ן`cdHZyi_,ήM.Պ[鎌t 9Si0Xk3c([:xc*O=JP6TM#s9cwUET>gv㤛ՍmHazp)n2LJ_nJ+B! O$kT]%&&a`c$y -ծ_9vXsIFCt;V1@쇐~{E94@/5p:',(JExwςQ&t)1]2؎SEgI3WBA 2Թ6V2W!n97*6es̵9^WKuOw):AR.I7F 1B^|\6trQ{D5!o;wT`vhcg hbxb1kd^L|fo=[T)5vLxlP!O]3mnnхe^RщdF>*QėΤ\pj$K 'aYE6SyE[expr/ҁ@8񎓊Leg$RhǞ?Bׅهu7,uoDRщM~0TA uͲ/p^w?qǠ1 ]7+Dj%RK6H-Ф*3o)hS[ف=3|,PWSy="503)|v=RS >ìCV CaޝH\FжH @5dwGYHwSKŃ;Ve-8ٍNZzِDRqy .W'D۔I{MGA{{PuSĄ3Θf&ZP1_<K5Z@8) Z԰Rߩg]M#l<g'`5@w*G  i*rnNE،\q|+P1zγpz"zLo&$R&zTsMa~OH1.6Dcv^d H^.ZIhT:(X%30^谓g#*Ƈ{>FHQ.Q2̛YtϼI.3 =rGkL/ƭjSAGe7uY4w]Z}X, į_Xx0֌2d(Y%+V?C+w ^HcORp_cTڕFY CZ|h_ ivFq*ltFCΈ⬼u nh83R 30337x#6''`U,S=)P@bLFAwlǂ Cr9m zTk)UkVzMC:8^F('T1 ,;L"9'+D>T֭P9ڡ@dK$UyŊZ'sKdOrT ʩKS{.1^ eף񩹟8ma^ݏ[@ηy"EK.4H3{XXd_PI@!fJ}AqAfhZlƶP#׋o;L]Jͬu?mdHʂ.ꪘƜI;j4Ŧニ&ZloD`5GߙAX2n/JϣMGCkCROI|<\,)~:Z _U2}هrq1= @-^b+}-5e]5̋ U5Ja6WuiEYg'wY2W>Eq~n9@z}H;,UKUa 5-Bljѫ;:F&{}8)h==oDJTg( 4 N5XcM`W`VXdsJv[+L+ytVB&U־}`O?t 3Du`x7_d@!c`JɜSCBlN J]n+s A^n8H4@pyԱ . 3xX/vOkuOupP$w>㔍 I M*R*z}k)m)E{\>A/.Vx7[sj%x]刪G8|ek5Ar3}KT! :؅؎EIݮU{$Fa oKի:1EIsj.*j0 :őaFK(J@Fѯr uDPRPcq@ C5:[E2Ȋiu[}b>mTFQenMMBHd+O;8;9 -%8гWz_۔3&rF|!x/@ލx'MHJu ;477M;n>r5kժcHOE]z6)죘؊>v<@t5Oh{C#)@P;܃o- (ńy4CbڼltTW@ MqJO/q4 +gggoL)f!+׀V:;AQқ+yZa|FPG Fi+hg(ivdR(؂!;$6.y썊{fZhp*۳ulv*]d}YTEթjr들]Ί,$A4[{oJ_aNGI-r15*~eN."g]s/v{n"*gQoK[r E$;Xy]G]Ў:&GY-* 2/cqvQ$C(h18UY.y С F>IQѮ9ƦDLMBOLMOy ޜ~Wrh.tԬ*;E ;lJ)^MZНBXyjFBRX>z^Xk!Y o.R03z/Zɩm=^={h]RwgG$"*N,QZ@mG/WQ.sn$‡aȽ+uZif;I74竩G}{k29M&aRIfL{levM,hL$8kǦl6&휲$x0BbA31CPKHfH&I$x]?Uu~gYMn~ڌ̞^OUy2LlXd2jL)/V[V&i=x X/_q!WHr9ҖU袢j@"g?K0ޮ3ռ n/; ]O8r1˗Z1mnQmaqJZ[:RDw,Xv1_nAӌWXSVCy8~E:҄v (d?Jt[U D5gpBz|@_:[k K }'>h!r@k|Sh8+ndF̃Iː)fZ̗{Zڌ|ͬg$}A#G%BKB#o; 'hoۿ.Ͱ@982}p-0Xo ,*`UY6b/nTLa%raR¿m*ٿEm%m3$hvcثp(̤\g 2ޘ PvnA‘?-` hb܁YvQD]C#*\G+/mI-o[x(b }:zQn/B.n{D0x9Qk0I6Yէ8֝IfzE v8S^$${gXH;gKZuk,1>yaxX1jC:Z<ږ?M8Ѷt@kcՂbݿ&u%Թ)^`zHRz([}8~/,va솔Ć ΧTboS/d=~ESnM h>D]a[Ɲk]N[AZ8W7qTsYe|D1x>Yr[L\g)d-QHu)ǙE []^t~ 1yf)=74Ks1jtd_{) SkRZˋ~Қ}'"pU$D$O@CqajxQL,&7i-v!\̀4Y;3s* aN$}{5rVE5'<ҼFGhtXފo2Ohe c,P owJ:CA_I.V[ڟ+/Up,b,ހ"0*4°urHG2lku6 %? 齡=_[IZM >ʗ>([ }6l0ٸia*c˪; f̞;LVd呞yb;B_8#VdV4i)4e09T4vNʫkrvN0/̶RXZ1:uC0j nqB<u/'&nBg$6nY1By8&hnaI_rC p֠UMs\Xex6^硍:K IGG s!vUt}r'rXM2Z|-@V՝>,KJgatz(m Scz)质aw af\o] ȩƟ)~kiLi"l5Ҽ_6xMvxW+i>H1a4|": xu8׈x;YmNG]]ObXs/b"]/='c.òi39#_Kmn룳Y~>)G[ő {`IQ"_l;d(j;ux+>`r߮#[D^A7|G>u^StHo}AݽG>[uuMtCMnG AiɌaD2٭DLۓ^רR~wAh9n;MSܘ:)mQmt.oE.NDI3C ,{X{-ʅ.(F7a+ 4P&ȕ"G H㵰A"ф$ʟ;~)JOۑ+!hc 萩(";h{F}biVpP~ʹ& ㇦0jlk(Էf֢8s$h ) G 2䅱~ϏU(:C[A汶Oppغ2x\h)_GM"hr5|X#H' Xp9W+7;uԕ:_ĸ 2M\k^7۽ &"DزӻH1aHrmLz1Rr1!F /_wn*%ۼ՛Ze9o+ J 'j8ȳ(%PğxiBBT'uC2^qz8<- 2|&Ց=FX{')>[p7BJPդOߧRbSIvIQ(4|H֭/Yno活aV-z>Gf5 K**48 n:H|eH@L@^mQ7>2~:O\ܤe t`1#K$KB(?#_FNBֹ(Fukml5d:ӣT4/]L[c \j>~PanJ1>| I`9Xer +}eThBo6,[yȯwh{2p/I'#2p%d%R)Nl;ʹG`Y-x\e^> I_ZE: }[}H )+i.6F@O'x/6d_xQH o#1}J ysƹԛ-l2`s8H6@C3h#FBljj/ҷxk  .ЬNk|ɔtgi6lKKSfooA?kaHuXNp<MmBQSdkIZ^*b&R ` 2ޢA3DS amz,NᔩbjEAIy]|~&S&|@5S5C@j|*2!ݬ%oSQ+H~@&|Y޳#λ ?5 koZw`ۼ4T7fw/G`wgoŽbׂg-jrkrD: ;208卛րX~.؄1:Ag'^laUv9;s : #I޹Zra\ .dA9BH3nq9?9`Qb[^*أpX%PUƥVɕUAVc/5[)(%aqT\R5 geX*Cts,EL0k?LGiR>ild"cD.ɮAz"ka>1/;AV' tqi$uN &5_Rx/ݨ{zߪ+d3_o4#Gp|Oi\jg¾EeY *d_lduF)S~.iJ@'Wpտ>9U3T@ste ZвU`;Mw<_̴bs&&S]O`9<7M֧jR}ZZ#I?:xP!&m{37wKDŠ&5`PtQ& bI%u_}j-ʟHKͩpk j‰so!\7fgz`䎦d~HƌG)VJ*z~;mE4,Gs2t e4c6ДJ?7Î BJJ=nm[<'`@I=Ϋ]p/E6$vhk5^zcye,gݾ4od(9:o7@(ɒ|my’ Sea*k×k|rA%"WLYmswft$o굉 3܁Ml޸f_=/B3!@Շx s3׹F@WPhN a`L#;?㚟iFA8YF<ސ`,3;_O[D#+aQ4PA29a@uRHt ~U֢te؊6fa&FG!Uk~5u;WoBl @i]9َ9QC>gEo%:,Tχ3䭃?ؙ\K! ng{liYdPS$bSO_H1oIDwA2aH42^SkeXY6m!h'O۞< ֍,O ֑֒9@^ٷs>jR} 7$Nֿ$>9ۈ$>쀤, $_$deod뼒2wvYdxc Q*9{N%JbSO0ϻ?hDb&@<d68ˆx9}P|+wKA>}3{Z,\z%-OC\$.n75(Xa}|A="At|1miwddV ::˫r3Ly'n'*Jt>!YYmVGfCګ966 Ʒ|T{iGWP Yns_¼0[r_-BP*!ޏ\cc  5+ !r/p~l'H~Hۨfʬ>1`P $%hSZ mg#BTJfm}d2'<P)W R7 Mc.EGZE/uDz'k'D2RdV+ ɖx-dmԷ;itPB~FxDVlZ~LгD.5]nmLwZUoZm9Ra3nM5CQO#sY':~Rܦ[c8e, P.wYFt9]Pt@lwY@ɸxNOR!,%+6B4oҙ]HÑIXTtK? !8I[t^kg孪qiceŬwt,3 )J+c^4hhbsPƸ@FHl,&`/2r#vwi$&.'s&aYv-iw\}8Gv/rH,eƢZPN/Lar+f R)>ٯ6Y܎9&>rLJw䲏L>8V*c*>7bϭE^yh4o4ԉK7f?!o!0M`g.U0I#8[a̳Y2j@: g;xCCAqt -[ ɄvBBK։@lbԖ'(p|^g\2p'D Z 0a \1ϿXԵ%d?_asv#ք(Vd'=eVp(~ϛ[i(*N,2XΈUO3GKy2$3q]z໤D#K-C^P_J٣6uHŮ@U"z0~A4#GKJHݖ=Nnm" Ǖq%m7 kиYTF8D1יƄ ϒQqH&\>ۉKVncU:\mTi1qy/!5KWK#c%ی<2&`ȭ1/fT߆T/O( ʳLl'BC`[ ݸ9^O}5[5mqfD6|(GK '[,3ź^f(RϿ6s-ȧ'coʭ*(]29̀jCb֘) b};rVS1"N䨟H̠5g({LH ˓72^"sLoy<+TU2@׏w`F`IՁ6'pe*\U cbdJ(o=%gO$.3 c ŎM'U5z^LPnX=tA\N(aw&_ZO""J!ɅS9 M$,/v|5щTdo3@hPOq o߳iЊQNYK{2 2X^Ġn|P_M]'dOJkVazOZb)b?Il-66;B4f3Z1ߡ&͂ 4*/~dk\悖Ul|=nɱPWh#:-[ӸPb $\ԭ8:/tE݁=掿$_ T;6V{wL=ܞۜ5k~Cjvb0SeW}2 ׫e`:NK??FD5?9=m&.hzS l2DԭuefW@K0i:篞N'MZI%@r v,]7k塤 5!gћ_ :E(OЪmb]f.Uc7U)3xBuo_]|4-mx#L[C#B].CH&8oY$wW魈(Un-T ;:p]lu&1Xp *9 YBxz1_kD)Msb$6-uoNa{nNg@p$Ϗ/kjI^ص(4:p\iلlVa!gk7xeⰰ) fJ0̸tS <*$Ғ+YDG⏸j'ڊ[V~`?y: x٬=ZȖT)X]PQ^΀&#MPj߄=hiCG& P1I4_z:sJBBk q73f nZ]ow]擀atvٻ."r3z&Oh<'P;?ôm o`ՈOZ()/ ÛyL%i^MKq@C}ۧ^E9I蚊Hѿb4aNZV)`ھ r LmFQesVW6l k8 nP;:T]ugbNt+lHҨ>RFT=$?a# 3t M)?=7pCMAN+Y&v=01L_l:6 ۖ ؏ ,h`ohM|>Sce>]t>QssQm Q$,ULax~"'&3)^\>x3E[IwF}]h f-Q]p|̷Sm4.jh{`۰yxԈb.ܝ[gi*=6)'|5\N埧R$_M/U9"%d;ȥ/{a]49G_>˨GeW~u:|Eawl:1__f5(7VA~N[RW!c[Lɩ|e#P™J avޤ@1n<670n`mr r}{42KMZ31}҈Q~{:CL&BEn‰5H<oGo%#hwϣdՕqf6}}ϣqp8)Ced:>,w@jˉ[rV=f" JUC7 t d0X},jRTc6@uLI oXGD{دhsؕ%Iݴʊ qQͅ8hE#PC]'-A6CbFv- J1a kWl$4WLL299ϛ3 瘧O{c`NnmCY q̰';;y>[q&!!t䘏+ C ^d$Q L xd̙Z /DZe%*mVLn7 +$q?aJ.NK<1а*FoZo4Tʇ6EDY4MoP.\M,9"9Tep dI֛@Cf'TuU[܏\c>;XH- i6eqr,|y!6idjQ#2Z CDZzblXƼvA8Vݵi4 Ujm$/Ow0(m…%~R[^N'E qgHD=l`|b_Zf63 g"fG>j*L|Dqp fU7C;*dz(j0*>и:N!V9@iI_! æMkP{̤ēYbBo lA2pFp4%V!Up E| W*rƤ\(Bkƻ[(@Tg8QtqS+Nr9}䎵 I$ǭ(>$gpC̚}RxPH4 1MN#+`= gߺ+Q^Z z'EP>kI^,DTTkq)3c4d8]A M+DdC3yabp`"6+_~cӀNȯ΂ѽzc!X3Mۉ{ ۡjIT]Fh֗.j=ep~, L3 22ø7 kf򶏕$Vq!͛K)F.:s=(u3,cbV!c.[DٕEo)fR3Yetvl˞1ך;xŸ_?qΐO7SjUMY˳%%ͭ, >F9+}׫ !\NbTQ9R_\7$P.5'4ZK#f? dwcpA ׶x8<>\VȂh#sJ_(5*fʸƿ,"E»rWr#aC$3Go!F5ozKDX0rEX"` | +$},Ӏ r̰=AMA<8*-0?UbIq]J "CFo|MhGK;k#C*?&7HT և"ꨪb x4!P:'W͠#d:SW<Q;HƪA*#4rz3!Iw L8:cOΓ&xG%f ۺJa#ou i Rai`å3e~T=n*VC`E

l^sL2e '>Cȶ,#i0C(b90:#s)o5E qNC*joVyG[jUHvڎN6@ˮc]cs-~qc]ByKrФ%t yk^ZSˈk8!yn+ JK Sg]$R5$nphb#9gE 'bΩ} HX=fϒ|vӷx?KG ׌k7p~Li*5w٥eoNCw(>ۊ<0EizRI0:_b>xQ1@Ls/nv0BO;7\D"9[l"^68C]ʬA{ir'\&N;/Vz{қ}%}R\LEC;|? ,ZuP;R+_df8SrBXcxi,25?Xpd>r '*!Sqq`\Y=VL-"1B6^H߇R鸺3P/eL͐;#]2/*AF.sfB [~$Lma4Rt~2:ie{V7S[tL>@R"E?DA8ZDC=( xrYPL7˔],A:-n1=_1|_]$1&yhQv@g~jUpk#_s" . WyAF"w| f1*N4 BD7``GFXIe M@ ZOǽ(L,q]6* Xv3=Rs ~ab">'jf "Mss_:vpFO=ޠ,ϩƄ,%8+PINje@*6dβƪCfN#, aN5~&N(%|h( ͏>N` RģD*X孇xI0E *S ` L 뛹i\od$a'lq r9jُ6F΅vt-ytyp4&<h½ :|Au u7{F =?QqX/K<.q5thG@?O3tuARK< *1E%Pr^3U~4*):%^}@{hDP.<*xzEм^};xS/up)cl+| Ef;ps=`x޷#MQF5 FPlRJ9FXPAC4 Ia2Ph DuZ,$RZ"؋}H) ?&MxTnHӑ7< PPPhE GW! G2;$BCHnAyړrb)HA0'[骍Aq\]4o98]C:+KY%{Ew^`BK ltEPc'uj?PM-*H>ijG/3FK(eyAY)KT#E !}h.b}jǀŝ+W3nϺZ_Q{O 'jD^& uꖆ:K&T C;BBs$4=`Cdfq|qCx" 3~Kũ{xAx3I휷j߇ T޼DjlFܰ)_xnE׽/#?{Tmh7IN^΃{?Bg͇9Nʭ h9CF2島uD3)AF^bO>cu8v6yĈM@\\Zlyx]^f6pXO4f9_ 3=`HsźnLgFOKOXW;ss#mqz56MѡQ;rˋ? ]W֨"Qbě")A0hibc}0%sYFDs1.}|SjޠD׃ a\QSZQdǡ t"=$ly(JlVt+f=D, g} S{I88`؎hڸX n-̯ }e=J"!k>fwTM2X-T;#7i*\{Y]&F\lxvyZrm;_#?Їb{|q'2o=%#=%<~5!>T ֔5H/⬜qW'Gg SqXSnP*|E?2.AL@7aM<S` G*_DÍgӴa N@*=!~ͪ& DREY-.H@:J:A.HD|@D lD(i}_5%@+M=Ӱo+DJ8!ʨD@SIB%ű9y% ho{{(9Ki~VA 6jn?#mߵ_6ڀ>cJa=oޤO!R`!fpc@MFfo1(>j1 YT@<} F́& a<]u/1hD "DZ+a[btA;B+~ƌ"~5~#҉%?1D aWy]wSo\>Rec |xTG =U@A[O!{)'in'L2Vvze ;sZfA PF $ryۏB|W|0c_30DWG'&L1WTh6  Ba}*=-М<:A9VN % GA ?釂Ȁ馂^GuB&`/'=zyV~(+r۵kW=H\9?qh%D(X%vGvl㼣u}^uLAJ"SfUtm2 jx߅ mwm>!fF)A]#.漝U@Awlh'@tbaz޾ F>ۘDOg-B&sW#dB/rBoZmΧr ,j>D}JT2@y?pG5NhׯO{+]ێ=e?jR?N`&~e ">}:ul>-րENG2:rw=nellx$%y ҃xO!q3sirO?#./?L \΄vCMVx 6-W2$GEŻ?g}Q~@>u ]֕um%ب'>$uw&Yz BEEJV"eUB**!6r"Uʲ(QT%ݝau $Ep2AQDQ FAQQ; }@|Q"~ŲQN"o=,Dn6͛$/X -a@1ň*(`3A$Aޒ ZvKh ee& 3A0bE^ex}Tx(䀽h!h"(QWTg$cQ@0$؀:b5岁P0B.GM#xb堞f")1[MQ2A (P"x 8$4C<-9P0JP\+2?ּR\CT#a` @TwTQAU AJbg.`,D* `g;*|#"H< (0dfW#I$B֘M ?W=<lD׀ ~dP7E׋ .8J~Q,P9!.& L`D DA>f"qQ߂9s8 (&QP$dVLEJ6 ,wD@$ Rѡ D`,d4D~ub ȸ礴Ev _ڪ@ ET]h ű~}Eޡ0I$SQi#H!碛- &  e!P DJ"'x;lvC^l\W+5 Ha !hEO܋ H+چxhxh%PS 8+ Ӗ!Eqh 'T)r1[@IPd[ PLd@1PyP؜h&+36>x NM *O4-$ + 6-6 QScNȰXf@v8Z/D0Dom~v~ jq hI !L܃gDɓ; !|.^_tv=V4:"_fŒ(MΠ O$y93Wf=@Yʎ"R:jJT|]LpN4*ࠡj9$ Ad^rCcz䜘mtM' 0G%Ӥ a*|3N{[R{]LķNCpB>uh旫)+@+ J$#8h~悥0PPi 鈢,=@ۂ@P$D0T3E@T8pti1HPC~F\ B@c <ܼ,ձDٳ^7*UED׭c{N"W6 f`mxHA\rـ 4󦱞^*`lVD-۲'A "EWEق ".7H р0@j Zu QGֈ-AT}߮];S N O JBLB=d?!w;hkA1S<5Gv!-kprQʁ4L 0|ɹs'w4GB-G^6y_wr0Z$;ڢ7sAA؁Ԋ<iW!-J N(~r.5U^s/3c8 p&&qrȽ)bMPSDD 'gC.K]{AhN.=0 M\ϓyi֡G&hGh$F""* :^r;tr Ɂȁу́8x @DݸQHڲ@ހ$ގH+C7nMH=^*sN6 vG9}lT֎;nΐ7@AASn.x. `P"'iC(""WF݌`Ӓ;b'CX! Ȫc!6kc6Ȩv^) Y"'&*cfĖ2WeoȈ!S$/@C>9bڀނ,,Ax  YP_DȑY?XsVKT-_ L`)!ցH lAy܀1d@8PdqHZ5?G\hU؀x " E3E 0D$E*( P `2h"(MP0Hh2 *) tv5HgJ ÀTRDᎊV$AdփY\`/gך&>b-Gpi*H x{YW p? 6G8cA"%G )j/6DPZ(^!!mB[7&0d`DP؋xsxoj,':CLP&L`qVRdۆ@C$_χ/Doዹ3fݨC2G />"5A2ѷAp"oJ .$H/C}$b l;52@ѿ@H2"2H H{(d[BEDI0Ȋx eH 2+"EJH -I4j H9qpkBx)tF &-@RE\FH!âdE$@$BO\4QD 3L k*נdD he$߃D ư^2 T K+P ! &KŐ D D_dC$B$ $oT "H!p2R 3BƎIFx"H胦&0$d1eCI">jb)h s" DN,s`&0$G_Cr!nD iۀ"@<z b-E!PdTIL>c~tPTSz'oȁ4^?OgR;1FFE7AG ;GǠPdC $!*Ӑ !RyF " QBA&^,!Q2@6 %E^e DRDOQ7#2k ȅAMV^$X  T;BL!" DD1˫Y2.<+T'BD0xȃ |Y*kD"N! *94-D1MkPlU.;9bBAj9IA=om$G "^ PdL^g2R෈TY@Jx@x0r^Gt$44p"d*H*)"L?bDD ؇KA6eEuhQ$|\6"'HǛSoAG $SDRE mzd^mP؎i6c4GnM X_J ehtZA3‰SVv>G ;j^EEA8`@Pwc $r;Z6s P8LtƐ˭@8`:/I? ]^]8p^{e:sq߱Qw9j2@\C͖NPLRªU"(_NaS tZ⑐1ffQn"HƔٖ4ȕp6:(I*7ζ5QSf~W0Ku t 2(qFY ]t:G7S @aBk.5{#dэg\x/2r؅$h+Tѳ,Q] څFCT$l:Ls1sCD]_l&M(ư`y'g9 hH <;-,@T($$QYPA$U .T^ B@@QpP 4oft)7bRHc @y 4B:2S">Rs\Y55pmhI 1"x*\8HEh:t=*iof@Gڭrnؗ+Ҋ](ku CD`--& FaL9DohTm۳񣾢)N_\XRoϲn^ɴNBMdXm$ڽ6'Ƈ!kSx9S7(JAqrcJ{ *Bv1C2hsf,8spH:Zgco - a(a@Z Y+Jj vG'9^@bq#1tIgJQ0D6 1QY3R"3&A&S$#tV:8.杒Hϙ`Y)Ѣ/2.ae,2͕K-<"%%D"z#Hp%īYo*YDrW`$4őW*Q)9R"^Ʃ\E6p`\@*!=bcC0` Pm"Ju@;19V=*zWlHD0X\e <1 FTm=M8mX1z!t=+ADtG3% GN;)E8)|ײ Gӎx}@>,= ^WWw3wZZ=\i }=/ў2q47'_z֣wLZBS Dܼ۶/j$1|^5[/Ve.G~2їI3xZ`q;<C~<&pY¬+(9P03+%`vpѡ4>S0/ݢ56SՌ]rO r>XK3k1(hJQBii] {^4ķc{/╘>~inuy~jբP2$N 0S6T,3ìܹg'6ե)I0/ y*UET]ʙ6Wղ|t^$>gVɹn _ ٽ}4p+s9_; {4/Pz\QyQ~Omov3q;Lߕ{-Ļn_3b8+7rަrٴf۟xs[',ګƬѪ@~r-;+K삑N+Mav67敍[F%ݖ7flqMF8٥99nxFix^>CfllwDE(w9Ap`-߉t쥋$nM*eoٌƿ2q,J[¼| ^:Ht7>(&?y"ԟxBA^VU{ɽnlW+A?zVZAx/3n+-s'3RiA`D,*,rY[>ü~jkEp>z*u9gF%&MbyJWEWX2E?WwW%:t >j[*T"嚤uw4>CX*5@oG v E[C>8H3ްH+VlذXUxzL&/tAy_^uIâoAv.z2GWL#lSlEbIꢛQ$z "4eZhʓa9JQHIDMEBc ]T|TGlvju]裖,aG3{=,X6j7)8 \Bk6˓|(3]cu&{wFVqvSǺ*O%5= |&;sK.&{q=lM !ҵeL*a!z$0}ufԺ_KxU5}nxAX*d8íe{v/)kPn&9yde᝛1|\:Y)R+oj6I<; he@d?19g<G9Տ:P~Dtؤ r>2'' ۩ zō 8hg?gQp ƔEZ)pGȉ0%FYjzmy2W~IA`ȩ[z!㩚H${NˆnJDsb\˿(G G`٦}ov^SoX!H?Oo=T?_e8+0P5H o :,2_H23m{ sbD9PEmz:)D(!NK⯜~#8ÇgX"}|=]0ogAۼݎv3[* 8&ѯ,`(k!<iȍY%%P!#rx/PīfNΪbXg|޳/u*Ymh&eWYyGmLOMAm? 'BrE*P?m EA@وz*P/"1KP?^*0)DKT0@ ߭G xT .?R%$* @dD mE==Py"P؊{ȃbӂ{H" ƭV0@%"e0hT#*P$k@P$T_؀s}m }W r7Bɞk2NBh%cHQC|e  zGozn5Wĵ b>۴):j|lD gn1t'qA"܈Ck{X_'׸՝[sn.X8;Aۏ! !@c2`WNoH?w:Ujbuf\Jy/BHAd@}?vG|m}kwm"b W0Vy$@=k&lbŹPCMX+<$B JqPi/SR7RY$T)@Y-^wA>;2ʪЏDL1<0I˝t޷]A,kX@YZC3[/:;gvD+S^`QxbG"P FOy._yiV |:8ϾBt8KtHGgy9x,gefŜ)t~ӄfOwj/H8{!MAz.0'#z6OM' / Y2aD'GYƬ 5k!^O+f;m[>@M[^vhs: ~"C$;ސJ=m|gW6?B#`$t`O/~HX-FO:ߛn. ApdD@Eb82̟g PRUCk&m7+Vu1"1=)lV(ubk6`7IFCHS8 䳍}!<):ż>9uK'h co dT~ͨ,JSf*e4R(v%,&Gb&!wtrS5 Eo@}-rs]][ ػr'SꬫجQrpL](ny!^e>ZZ5fXjV})"`,aNW.،n>x[J8lo}fe+WLiŖ*;&wf.|F{k4=04~QD(J ^״nP4UC<08 /s7 '`@P!NdL }Dā= UuLxK!~#q/onN q{EFE|8^ Wen'W!d (S tJ @u̓;G 3ˡ{Y={ %m,Wx ^|ՑCHc{Oں.25Tt1MkJ;Άbp$~v קɥk@9]rw˷#DkJ'8yZew[xM7wnK&T.KD׺hyk}҃)QX"` 1[VL^ r⻺.O&o2P;H29{T5z낦0Z#Em잣(==*u<"_go-sϒ0KT .!DHZ*!f>Ƅ>?-cpBV{Uu ?z4"P_?"=b3 >*<d=ekmRlP?8e = CkR~>;}@S[gj3N\C^)WͺxLz iw/q@QJp8(iZXag׈n*߶ٓg;!FWBSKw<) 80]M25?ђt@  :\v"#}EF0kkUe.hF}C}ڲEV2~RQ~奁{( bKb~4ޠ\׽ ; {ιxcr!RPuLDCQU$&2̥V^_%sʘS/7#)ŷmm#ǫiT-ƥHsġd낌B$_lz m+gj&2EIZoð1*ˤ Cv4}?cԅk! TVTJTꯓd*C̛܊"j>>j E3}|?ãιD^Z)2WָkAɊQ2a(ewcUH HPO@7rd:j"vZp)特 ~|8 ȉD^ x+o/ *JN46 (FEQ_sŎp0Y&h, ':68e4__/˄!-2 6@+xI\5.^T7JX>S.\u@&heڲnbx3i6{ B`^ \JШ(ksdh,5,JWLFPEH$L9w Lo!"!굧pȖ5(X( %:pӞD8_[l2u{;ED?%A?Dlr۟Wí(eo0Z񄔱.!7%`wnj& %  ́FO `oV0W夷Pڡ"!(~(Ygݜ.C$|GX*5g9.FSKsMuH zQx)!\a rY뉂*oa\/QGLwWdo5O=Q݈E{DQh;L~"74ެWR0dAgco0=uC:@C\McӞ8KH/"@i"D.e Ű]DR' -Y0`@'vbV "0 (\C֞` Y :1PSZ*tP 9钤R,d$A ׁ4$2J|6$.5 -FG(3b8\BTz׿ W`)[=ÂdcH\oNyA[@oܑBqX!qP(Fq `c 2/\ JpMCiMM\wm!Eb)kg@wvq A-@^E"<lA`+Ɛ0fQ~Z+ RdO _tK(72hfxUS!5r8!EזFoWM S 򥬐,S4i BcZ\vY}S q0 H"%thCAq̐Q@XVG"P_y+[@d Uvd F7` ]EP¿ Tu?ܹbYq$Kݹ{ɏXuK&^IWm Bz'}Q Cg@҃zمǧK6gw9A8>8'Aܗ#>?l{ӶG_NM20W*N-@Iq9>EZC w9YKV]6Gb vu{0Y h%)!IлU,k#WߦA 2'u$6w>p'1;QAʳyI'Ѯd٣+_.&\޷41R&& Ο.坺 Pwmx~[9P ^O^;w3X@pyAsGtk6$?g'W-FQ4Wե.b|MӅ\סR>9ڄx}%|d z@DQxgS(\E0ol+lC= *9={+ڨw6R7aa v%Ża\srXDb|DQRK?*2{.>3|o{&HԐ%zoe."]7٬e'!8$޾~ 9?SbYO"rP:BuTOӿe it}AdN)IXFuhg W^RDȂBj`>B_X u)Rts"W<ՊC=_G45]ѯ]6ٜuo[b9>"#:F7Zb,g;yXBмއǰߌ[4oX}F~g4υ<`wETc>D@sj%{q@̉?X$|޹ \KA"&O=^GHWF'aY1$ixɘzM)(e=e!ߙxpT} "b{w'\ n]67\r{,AcWDiM&mB]BV}iS9C))96C$Fk( J؍@ v2!Eܮ]dqu<=,;9j;ư(4XW%SP$z sW흘aLhaɘd$bhq $ġrU9o[]ss]i ūؾM]}jcX8Ff.(He8Ѳ1HV);-l3__nGʮ,FUU+bo4?EZmsWvxkx۔}Nsĕ e^<;T4(M#g+1r'-UܔR:>Bc~+juF/{NޖUcm[x=+_Ych֝Yo&\ΡX\-O?!CCZ-?@+SwX1_je76? #~Rzj32uZ>wOO'~#"}u=*^ݗ[^MRv3lXyNbS7|)18R.?}򷹙Tԩ_vo\hUD2jÅ=sЬ_jcn0y,8^‹|H\}X[t*]Tjn=}*iOȱT#}cOR*pꬬl KֺJVSڥ 4 w@r?lϭZ%Xvfm`~WLΫ}%% ֗&OFɈ*!&t.{ 82 ׏󨂥r4gsvLv֧[1K&Ǯ訝I2mI`M7ĦdKw\DZ eibZZj]_2F(Xߏ9en:VFJ|i#JrXM6 ᥚE\}oKLs/<ó/[nc6QU9=+y[|z, zr];(Zi  $:R85 Լc< n;_[LypDZ^bj?e6m2 PDi`4!d*p*e8]OiS…Be.]w~Η?5.`ѢK}>*~”u vH, nO\UV.`AK-cqn_Rw~|FY̚Jp\ }2I_5_cKR8I#O/_ry֣"}4h9z鵇Jl𹹃Gt ߋvyҜ%X,ɫ,+sۂN\=FTJ|Rӆd "PHI*$"pqA:~+4|}](TJaCFF0rz-~{<66{YgY:PL9;Mtϟ,1×PL8ۋo,anUܬZtq`k`23}xӳvܻ>!ք(a3޵PLD̴4UUVUmhfUiY#>U9/S ar.Typ| Y9RZD%`?@Kuj Ix#"i9ߤsSLL9m5eӥ= (DD*g^(n7 beD'b'&<~ݑbl}e8A<eGćy[uڏS^;(|Ơ\"ޕÛLmg1@K˜K]-:A<FBZo^w_ezHd_lbNu[Kn󞭵ff BYhޞ tUB`$[O6TwEtkJD?;|w74?^9vmO\}?v2T%)1s5‡ +.ϨdžȿWLjSDrΊX~XV7]V<4q?G-dzbʍ=\3dpw!'Ӑ^Y@sy{} h,]\)zW;=~j{),|F8VBLzmij6uˮYD"g:U櫳 z(fA ?g#m:#֔%KKGla!ds9:3ؾš]g#ItLOxH~0x+N_uiFԲQ^rC< +no}̳ڹp%7qTwez|PsM+ž܀/l{Ltv/_)bv!5WFN%tNyQ $ǦBAB7}\?:R#z}ب(S,ڜm+pĆ>fۨ@-xMecalv5FB'zLg/{O'@w IȌ*$[0H(Ge,Yi_||cnby ,b?Q+oceP4GH*UH2篏L^m6MԜRG T/n&}s!bY>>,xdRKzb%>2b`4шfATBTL6ABܢ$`8W-FԠ'@3 ݟZ]NӅ iQU?w$-!>[ee a$[:GFѫm&K_}^9N!G`(Quq#!A+{2Cr߹gsQيPcb.׍<?⌹X&>=݈70~ƺP8 ` ԯ٤9QL+ z7:%gdFAk_Nv5a'tyuT'j4i u]v ~_gT+E[\>t;?ysjjuzINq44d}D{?|e*AZ1S dp`sj$s zbQFGjG\~M!͒0J2άuN%A8bvnɃ&Μl[$)s&;;QvɠĞpk0A@AڊsxsI:KZ jw4q"(BJ=!9ڰ(юq2Q]L# E]fcωBƋk,L+2E!Aӵ8\$_'{ϒF<+܆'fd g.dЈ0 O PSRG **eZ?uSJa)hJO,{s;GoyޕS@= Y<]t0e#zB+gїSL0eؐNsb#Ia[m*FkhkW%59[R tDx!m͟Jf֧3 RRpyeMUl>cU*ioC9lm\tʥhE֊̟$VpJZɚ8>L펻تPZKlӢ:i*PmXPmbiO?3 }c#cvKl#߉r L]q\kHJ  xb %h>E#>iY1Y?QtS͔ q; cJ%;Ƞp{RlnjuB Ga$_`7Wd;Ss{E0/tXx&p1]JW G RתWVۧtl/7༆<Spn=-;4<5!»Lfa3Ѓ lE/SFϹ_ ME%ɅLnjdV/o@Dp 0}]S$։E](C(fpo#"iox=Yn z,Fp'5b& rr3Ȏirܷnm=qjYa89q$7j񯧞9<^ېk1&u7]hν qN6oqHTE(M%Q@y-\: +^MwK֎aTGA% Xd^Y0Xx+cs7k,z`NI[\$!JsGeAD"OtvyfSmX_ry`E{8 ijҐP: I"-L` :+EI~P(aG*cBĹ%A~"Ozc2[f׀VF+`5[5M'Yw x Տish)UV`ҫ zadJ?B9ps}ڣǟ.>*h[MG9j3\%glc?잧N>k&E*eK_N.ꢈPL%) Fq'gr 7IKu[}®.'a! ҿ zi)Wʷ;~ZPEYoi`rj cj@8(/1X&k];JAtGd z(0&x.Bdބ%.\BC]!E&₨M8VjVD㖩Sk~ʿ_TLs?8=wrZ8ltwGlpduv鼜wK/.5IznWzr+qUz,] 3X;$>9laߞsțV]-u?>onx[<{yo8El3_von鬵R%J5f #*`}2a2=fRq-eOu܄dTY&ba2s޾݇K hʬľ+D! C]CRSQ>ny6&jƣ'v|\yM3Xߔ.ϴ3Er qW%3BxSŦ!@#S(42. X*k&0P@y~˄ ڙgnny5Oj,}K LS<7[bĦO51߲Ԧ \V歗pϟ{|uIhX]Q (W~1YT Ć/ޘd#80\#uP[# LXV:wIaWd-1 HҭlZ H+ 2$ؒ@@?oS/^0ז{#A8XYfd>䖞^ŲQD}s|jEMvjuR~Tρ;19]~irE' {*4ڮ(HPUbA@Ü_c(k)qT0IڸZWlF7M5R]nXgpʝ]@_Wz}jgwa%j~޵BĜ΂1E4( yi`)t`b.0?:9{d6D1wV18ӫiv3-RRnW[څp)Ҷ!w{{{)7iכt8*O.< pHc+yp:c) Z+Pu[WKnN >u4s%xZM7(čpٲ`P4S-C;QY(pԍahEZ-iO[BNg(]`U`5XZg#G%hn:kT׸x˄*rmXŻ>j7L[P`2k>Kq4Bcl0v"?_ )\*$1i܅ꁱX{U `R@Z2^=&nw-=8N.KTՔ̐Ycz؅98',ET* A:Y.b'rl2, ELԁ7ڏRmUi':YrπAL,Qu&QR 8HNTSz[!/rDd[2)esUxNohY-Өb ^RFHQ:#RtZpó YgWC,EL,HMY R//XM+e5AO(Q`mk5^dF`\{ۃp,mUI 3 +7 g`U9ibЌey &͐7'ᝐowZԒjw2y ѫS~Lh%̿x%ob $]4dgϞ[A۩؏<ұΙ ߮:zm ovcynWbi _2 e؈&LJ;MYUcy:/͠M &EBZdtb8_(NtQ' M$UU.lgzb3b @x 6Z[$y2F۞ }mۿ/^i'W$cɉ' ~:udBG.q/O R?7#qDnIÂq~nMj;>DGmԉO7hb?'|(d~VVc,L!!;tsXc1f11 AK[|4"Oz\OK}OO[@QwtD Y7l}D-8|r?` @ M/OAXmN-+@%1C1RŔ#K,ܚ ́Ms6$ݒI&ň=p;{hkݐ^?,!.CH9a( b`G讗6}e4ݤk5k/|d{5f2A5.Ku7UJ$̀!Q#LӘڒT@}ƫ[Ѽ8XBB<0W(<0:d!xbR 7^2 Ei!#$EB:nۦŦrlwp2E+7 aW&cϐV7#z:07U5Q#m8mFL%Sƌboٷi~'*J@q j@qKWN6yS[VHj@?=h,fFkLY)2]_LA7|U':*8'X?BBugYwR-;VmƍnNBeR*i&TJ8ssvR;x5Zxn9IE45:{hD2[o4;Pw[Q@諫[},{bW6܉PRB>fW;1#l抽xy\nҵ 6XFOb*#@]*Q?z눑l-unn`x)1Ei_nU"<ߜXs즷41scn^UHRr3~K*#jV+,Wati>1U#~o>&|qtX (Cz^<PDO=>w3 !Tfwj(.}Aiv6e_<7 9o{@3+'\)V=?=/c]&],N+PLv D^'jT|.)n;HȈO5S)|TVebF,JR FIӒt9BeTz^V-3hN@Szmez,ݬD,#D5|ۮ4KY{--@xy 0fCI6w1A]n;L^nD` N6\Ki]5_=IhL59/,i/#?I9-@>w$e#+WEArd ɹ.W^siv4t)xYMG@B,T<b!=ߟU) ab"h~\'!a׍@C 녁=BR@*X+@g)髤ATP1$ AEYP?=@Ź c*$1b_{ Q} CSԪCT axO1/X(mWlJM`|W,0e#YȗO-ao-g>{n_hydP` Z"P Gc H<..>(h X @V!oqLs3~-,\Ql;%އ#~ |'6*T)$0J۬JUqovwMpϨh2֧ӸSfjͨuu%)DK#t8v KPȬI6;=>R#>DAj/ZoS J3)/RR9=@v;迡b`nڬ'G€>hA!@(>Lwm[U:|(*?a E25"1s PoKZ}\HWJT{5$ZGJϦ@gdKs8g X3q O-*dn* A\Hb\h0/b>]~F?|')mem:ߩ{.Ja iˊkOw*WjѦDP'E_7Fae~_Na].a>(D@!@wFT&mΘGюQv~zǠhBx7)<<1('w8!܈cH5KFEklNhs0 w~BC{H SZC4IO/w>mcB>LmʇkqvzLǿ 5{Zx,.[QXgĪQ :CD&mx$:C|!'5zLr Duk9mm͢)mjmVm_>gmfe4: #-b<O[G2[U,|Fe,( (஭hJY𥂑\\<hF CB(0k(`5]w>!^.Rz̬C'԰ܰgSR=ZUgh[)مUFn WUť2u}O \ }e>dj Zkr+| Z#[r8G` ZR zgc]9vn)D@Jn49<|zW3M}޿|C9&SWpԔ i` PlY~a AV0wV`^MIF G>6Ehk)?FMVr𾾾hM>NNNNNNNNNNNNNMlW[bR(Wo1[a7w{~xD =*n0~+QБCܪ gro[rӷz޻<-0սT&)noxl-Wù}UR&͛6lٳmf͛6lٳf͛];I)=: ċ104O S*#ӳI@#3yWxRNS蘒,hUцWb~R_@9('rۮ@_/cbj9g[/@@?k8?G6667fʎnb *~ ,C‚ϿcG5x%l*s9-S!NL(ʉEM^`ekv?2H@:B5_Ϳ£D'N:tӧN*tiӧN:tӬ'N:rH@vD4;ڕ_us~O?nvI:U7ЎQ~g: ! !ؑTbʀp{Kܤ0bc ~{3 ub-'Q"GٿFy d~1'FP-G/G!D3 lZՇVT[Lĩ5?y5} W B4%rC๹pcm_~ۈH >s,?'L &l,,(w66Fc b7l8*_^:p7zs&\*j{2\2@SS0cM-bnB.P<8g1yvchUpEH:L/.lٳf͛6lfM&lٲ&͛6lٳ`ȀBtPYwmDފ |f<3#ѝT붜[>}Ԅꈆr:/_2@a@G- =b3ms9͍=-{{{{{wDD|G2(%i6&;8yBLd9ۓMWtrtV (Ec$Q>B':THSh`t@c2͗G%5|pGgɛ!O+8:5pՎ[H82\շBwDJ2s@ :sUWAp@|Zق!ܬ,J<ے|>E`Wdլ]+ ns(A,|Q )џ98Eg\tȲ Px

G",:)>J* 2u`c6| EհPM(O\:<=Te+ܲ+zӧnKuۂj@TQ1B`5t~Χv,hRWG>^;UHvj/mS˪ e΂ !չ'O|L?RNΦ~f*=ٰ4 &BRNG49Dۦs^j|}Mc 1\87bI9ZfvHP_]=@|bm*3/p8 [0;_F #w7+A'P`oDƁ2_'"@ uYxWcOﳅ1qRͫ2Gq`93AacU E8l@1khщtad8}ebumjh`Rǽ9fb Śƒ}?I6y9/tg=_0fu:`Gج$P&l69g"oR]9YQV$vƉ_$b5D F!Ϻr /;P2>VrDNyߞNO覈'?;G Jzk #b01rF({0Z+s(?XñH<kxy$݈g,5d{Rfp.$A2Dg,1R@rE豸L!%RRHT$r|vhUobQY[^uY%.\_0i РWhg:+U2{kL7ޯhzh}Ǜ4|;_?dߌZ?B\j0qVW1W4eXPBD2Yfg1O < Lj]7R:fu^m\V9@ ,f6ODz1NB!D0` @*0Zt9-Wzo9H S BrUqydnDe, 'یmr)[R`HI0@p`pD$i\z`~l6+@pѺ =_SS~']3_X(LmP#d`@"$PnDDvpNDiPєSjy_~$~Ηܦql4^՟KII{-Gt-s]MIDBX X#)u1m A{`ᡸJ]=UV﵃%s'Rz5ͮNFD`&JeI.ĹeNWnS W|-s#cG`!+[_'FN>s'L AB85/$%dAZZt4xs]`xQ/{nЈ6x7vXXJ?ue_qT=~' F1f_|DPeUOg{ݸNWc#ҬʾUJs6*HUEp=pQ;6H 4fq~AB6@L UV/m߻ P"z<:{_ 6ow lW#??P]0vArv[,8cF*eBbUPT7 Ị_Iב'JQafP)RW2gge74ID5?I;#e2יTGQpĹI.uQrR62JC㲋hD"53FF`?H~oidʨTsUԆlʍ 8^nS&J^/ArD+:y}:_tp9",qjQ{;((E+L3`%doidd/&8̙!IMA?.h@Fe:3d@6IApLSlBdWQ:Z>sDͳN5%^Jd:HQwb9/|%cfD8"?Q:ЈUp‰f "q@jwSpyh~+kl..>5Myݦ %F8\Vg,a!;%gЫeT*0}3?|y A@SmzCUꭸ4[ !(R' ρѥLI69M)$pC??.$tGtr z 90'E^yKiG@rf}/'@h" ~;|FJ?B" owҟnޝWUZV(;sŗy($!@q9C&ac<KϡV>1B~X ̮݀jØ_a3o (#T8g\RgY-P?;jCjIqV0φP9AA9Dž{!DQxJGW0`^J/D02HIi)jݤ+;@R8҃ȴnkʜ69{I]0%L& B D^ލ8Aژ HVO䚸Vj/._I 6%ƨ C"3#uG_@MxqC/w?db\#ade`0{빺) "Ƣ=Zn_0:aHMS|}!G mvRdkc{db}>ofTJ ߨ2g 1@?>i`A D.IM! <y7ow%0:Lfc4bBQGܙ#ʪf͛;M/$IʢyiyG f>{%qSƵݿ[h|O.S6G̒\"?7m (ERT=ĈQ;z|4^1Nh&24IPEhL4y^mMW4&dz~&eovY;fGQHc! [Q F}Rmrûy؃8Pel#Ў(qǼwgmĵ<{b, u^>Zii<2ۮn γsI#AdQ '!;zm5~>岢!07%сpj: G4G͗z 'YySrz%y?IaU٩|~G28iLtP% 8Ҙ_7x'(Ex_g5>n,&Kߞ4jDR( Tbީ]75NbMcܠ]k!ָmu`:ڞu$1 )5էz_H ș 0{PK,/oC<H'4ܬ|ڿ/CRic>F\NRR] 0,NY7o٦1PNm >KȐn6t?T]hU0HLEx~1Yɉ1FE-ж3YGC M> 'g赦|Pgl14@%>8[3k|m߉;zͷo!:k;!C87p 18<Pxyjuָ30kIOu#&h{R7٨`q;>؟1L}Evv3Rɨfi~8H3\pP-iss,R,vxVŭ8:xAx+qN;q9sN:tӧN: IӧNu,M)UU~dt|6yE x6 M0F@H$)\4ܫ}ṚVդ:q#)!XG2b0|@.iXkGA:I%^іM!ݕc;{z\z,yS~ Pa3 BD`0m 6ʚs|}'h2nӮz~+5d*9,^&c+iK|m03a)g]ݱ}wݕLi Fkwv?e)j03@ %P(>h hy;UyJiq}Ewcr֖G: UꢞJEiDP̡:rx}ěN:iy ډ=2XG]=<̼u\\/GhG1pcCWx788/bBef9=%hRB>/i T.7b Leˆ&U+(c(E2dlz|Gپ %c"  ze}}/{+C}hdnFbqY ڒ5njGAp,8ȺȷȖ#!Dl @P΀bRye5GTȍmqXqԞN{v'=2-P͜i=% cǚU#>ab21 Ԑ -M’?hǔ0pppppppkkpppl\acsA&+ԅx!:\c,3v`~ג ٌR'd ф` MT9-+s*ZVcH;p ̕ecMpoqƩzp~yWt4Ac{V>E=!f]j^^]ny_//./.^]///.._, %mMiN"^9U?$ V`[ĞUWC3& L5qkU9 5q:b3NYٲkggggge6qލiIWPO锇Dz7?t 1o߱?K,,) R)*TRJ)ܩR0*T9R;RhXT!%4wФܹ?\K'׍y8y*_igeXZF?p]pI+FS'?,W]PkPSܟkQ9K92j(#=uCa  Ӈ5\e9,*+G\J [tZBΒ##ilOY|~p#t=}zNEFhJ8FA"`Ss?{Pt>qiN:H%R?TtvA9GJO)â7% ܜ^Ҕe"Џ K(rpN";hHV)~N@_;;5AX0ґŅڬj4N̓m"L%a<8M@YOԔHb]QeGWWHOT!QCݐ =d HB bĵf(@赫L9dr}*;UfOksNNҷo^0@>7Wt`B|o݌jw^3 !;W%L E$n`I@{ba%2x IS'hÇL{ۏExI~hH'~mQ6 2 @o7Vqr0Li^B4%Xd,Y{WJÔtZ&P [w |. 0xۆ!EŠ:i}5WW$B~N,(bB}d_ߝ )ZC vhe_nZ8I9ĖYnZ DtCws'*!XOn/ b h]AdTY7uWb%b \v\|L+'f<;YyWnLYU@lhJpTY_}me3_Rk04͠%z Q+$#=ڣS0L1G-8([#aeA S7亊wGZOM$ (*#"FP DD20=dQip.i^bCu/Ѓ9r0,E>@xgi0q?.ӂl#π@PmS,h] G͉㋛2c@  @ Z7п^ЬL`M*ͷmW1ƥg:O3b?ceU>=; r\<"h7-)cOp QK1?h=(o՘S3X&A_9$$8 ̍Jjd6.deJ ^-i[SD*78G^!v5 5\w𓣞YL9w!Z{=tCmĠخİg۵J FI|7{VXv]9׬@`BChBLh4W=[UnqQ^7w}Ӣx9d"X@#$P)FܸZ;`t$J?ݳ=4"tR AJIB5}tӢ6b_!'ftao;oIW7~VIu9@~@[toRlkoVDpt`o"È)߳xLQNEr?gV/&,!d9"G,ѥzPѨ (=8qGMl9f,s$h<#oLի#βՁC[ ",1lPzj,Z#{3" >#XR{Б$y]V(8(~*aJ`b [bȝ//<6L:cC1o/=l AzeWŤ$"ô1l>ذX- ID@A9m[;(A{I9%Ez߹n2zqe~B L fF r@(lِ@*YGyowJXHT!Cn!eYn0- wJl` h`S4 ?f=HnE"xrru wɴQC"(8G2fv`* sJ 7Kwc? %V;ڭx8K+')J܀dv oq 32 zuY-T0rfFKn s6)` 6aBLbPT_ ǯ3 sn9(0Q)"Vac_J0 {B\(Ij74q|3XEOD# `UٽUS-kgӮJ?gĵ!āOC f{:e6 c^v.YJEI?6ߜzpbT|SUkuvS0*>n#~=ȡXr"O $tL(N7PɌ&\3}W<<|ϚwzI&1Iu0UL -{*IFsPr&.SCS(gdBfֵqh`C, S=,ooz.eþPR5DgGt~j;q7t?z^)8MZ)UQ teqD|#+ergx>K޼aVqUx <)9͚̗mNY&z8"lz}[BT'YEW3;NG`$x윃U9 MV kx<wR%̫dT:mZxT$z7Qghs HfQAjcQ'uw]޴,AAKJN܉٨pmYtjsgmpثXs#jAY/ř5gSA_|se L0xP^ed8E@|>>$187|QAK :ӆتFia¸'THlגX4 B_IBC܇%i ǹt *-hynb?=£6jXH1,(Xv#z!BH?CX˷wt]$ߏOdpW4 lrdi;[yJgڅGZG|JzbH@g@הAϷQ -cZ紿6_4RDꖺ?Q=$(7Q^_s={TE9ms쟝~nEd͆yVw(E<ރNS.qjE+#ƒs;*oy_BkHTID#==.e;-` 7-ecX Mf%͕co,^x hUÛ]JQBU* $H6}HR#-Q 0( N3{,jhˎ0csL, sgۖ7y_f>~&2E|}%IdcQINQ`0[B @3PEcWP׆%sB<U*9 <'1KϪ#w}G֮uS{Wq=)esw#tigPuHq.EXA;ۥۑQ5e &.Ҙr΍ D+R])jhivPZΩЈ}*!7OT;Z(^z{! aÖxC 5;0#p'n̛LoyI2p UcDIG knW?εͿ½'^ Flic MB*q[#'Z0\~8Bd c 74YU|ʹׅ{v3dU^I/Ǔs;e 0$'Ǿ=O ԑ)H\5"-w{c{]]ں)m|o54ysȸDg‹cM}(ǻ"=爵:ۦ&μΐ*_f|wWMx\WSa,NG>L m1sI˖y6J3IE̓{ِC@rɪQe}`R4y*2Ƴ _m.")8Xg X[!Cm xGԈR'rxywjBwJKiEƜ9/3FRD$Dv{c(u4~3G ;n0QJTor pw.kk  0;>sڬseV4v\a<0&Ƒ8H&tbݰLU〻~7Rێ4Er;wsPmUC#u;j 9H!_|NLM]t!Lg:C˾Y# AV{!E? uP9?s3v;:S 关 fn W+Aj El! I'N_ߜYAbp`DMou2}omorkg@n%  (Dְl ce+ov* ' vT`<3e]Qƙ!tG;/*Uf_rĀK@DxgmĂ}M\ HU@̲( Zڗ>>@֔}a󒈡.h蠸xte<'hjcLI潯G fG;FRR$3x* ͅL۩}XucǸm/7zF^ij t+X}g7?^&=NDb0?Z7e_3ma|<]" XWb6G d=_oowW<>ڮHhוt^֒7W0traI$= n}#uY , q~G"qDM"4 d#R~ ^m^FK"`<#~Ʃg{cZQh!Wgt@bNȍ\"Nwi$aDR F뜀aFUų7A2 c  ܸvG)m E XAֈA$#v{[C<+(0v/ҲS{Q`ԵU5ppDTwiDlqAnm:$VkH8|vѓ޺%'1`Ψ(E3}Y Dv#jk T׀]OaZ; wak*PpP!9^F{mTQؼ$w2 ęve[ q⊝!qc >K8V0ެ~8SD f 6e PyEs{f0F}b## y5鈱H ,7 鳓>Xw]jAGzɆt796 僠8?Z/<'%Js_=􀔶4'&bSkJZit :C@=s=A]k^;7{)sV?4C?r5[gaAf#w1k`7_K7bҌAKql)+OMڧOhFu]p{uka|OƑFu 9xɴ bC>_@zeOxoߐ.bPI!hM xi ѫH.ilAchрXXz?Tu]:5l Ы[V rq( k<Փy][Yq͉ʐmj 8bmVցͫ`mB.Õ}9={ !n1#<Ƕ26K'VI[2"[ !V)l.nDF':}py#̣6r,rii|ib<^3B_"a!?o1|1qЛ%65E|t=%fnp> PU~vF]fgz7e>F ~c$v@Ӂ "*)B@RECwx6P ;8QEeFj2GKQQ 2n"RJⱛ,T51Լ)%^PP1S+<5Rv7xuRKBpOH(#\s꟤wl?~B-@z$.#apaB׉S[p/ܶUǕk)I TH^RKT혂4ewT&o@^c=s!l1\$nOGrƤ |cM* /0߶IdRx̩Jlj+pAf.uLm-|;:`0dneAŔE\o'b6>oBu:Eڣ1}jׅ|.OT99L'#ޣ%" )ț6]) զW ?uZP#8Zdy7/Uqs<teAbiޥ^9zuTL.FD5=,B 6iS L551{w< 156a vI`Ҏ}!@՘kde((6d}t#@Q*\FIfiq{+-bk]eoS#a謁o{..;jV7B:LO3Y6*ǽTSȿVX2oM߫smχ(g,v9 kIe:P™̍ͰSk Cp^ Ř@5v x),dr6.ϗ??+?^>]>1NŮ(Md-?/ױp=u'˵oq:<~)]|² j tlZ\n1l^^(: ^{!K9 @AwUbI3zovk︄R9uBdEQ9><2Pn߰]jMqsv֎Vk /> [oosz^jĴ9Yda3_3rKniH.^PCɍ!A MkHtA (*?Ph 1A˿8v rd ׺޷O fp꧑k/!>#Ca'R{_LYpQotդ՞On/QomxܳZr=O][LӾ:!+b9HX_-7(L:;adB 1vrgI/n_!hْD%2R%.s.7Y<:1fȱ= ^qvvmJd縆ns4~T߹x߷5LݷB ,=F $l v/?%\W]cw1;f ._T(a%}|E gwɶ]e7j)z\"@C \%ʃX"b `Qm>͚|tCguY6ts`Upw5MԈ4Rl8JSrN:GTm?<^JWe3&Mdb 31HVXbYE O+PVjea$0yj>ޟSw}˴Ty C6{[U8 =Z5sÒ!b@]nazvsBIѿ'jTl_MsϡQ`q3oֳ._%Zz$?'!7oQ SX@뽌F`buMj̜.*ċ7֬|ȝD \M}FnѮWsba#H.rg{%_:O12w KF]qBp g,.|K??5ՁbP%Db ;=3纈:A5/C;;}:} ѡRhy0Ut8@ZYDF1Il#^WAbj< Ah=-zXwm$ÇV.e*gޯM{[`޶s"vA)Fi y B*~BڈV6*Qq'Sa̐Q1\C'xWyt) u?I+ET{3܆U2r~n՘@S\Sr2>a{]\&Bwa>m@*@y?B9D(Ɠ7H0Ϙ/,G+%wba/X ֋# Ne.һt9~H:DGķ@׊|R[xO,q4܋v0 Q#v ,"8;Rhʿ`mpeqo^#XqVR`"EX &=i/TgŶ|e'P1#*tY\DfAGY~l6&c(N;ov81δ-HE_c޳9q@>,Ƭ@7 oDV)8y6w "wTwqwgsf?4/bR5Bxͺ, ql`AL^UBXplwrw8٨y'EQCqzI](M@\& =E|iTWs,y x8C2"2nKlXv?|z5V;5GOaXBc=3kTVSH#e A+~?nPn$7ﳑ82vn(՞}ݾ wS,<}AMa6fg\ ]%ʚ29CN3*+; ZC{g]L60>`6&tf]K]U34GSZ'دuFANn#:Sr<~Ew>)'yX?bERX;ևϓTIOS_WY vMev{Fl!7D.g_iUyy,>z4) ^=mQj}52tL&sU[叞ki{R6GوBr7fDg3uA="*pǍE@ Ri j8մ8 F"<_}zvvϋ=k|,.uؿ"ړ1R*Ŝҍ&w $.㶞FON {crSX7  %'ĴEG*H0< geҁTS6㑂}/==y1KhD<6nskiy>-Ѫmzt̛WgC%orosxfcf֙$ڇ3(>Zk /{źr}h(g/59pQa.u c ѽ55n8F&͍S(Ñ(J<]JT~NG8)I^B9U8 uBYs 6}/''O.$ nQ/&om˰'KŸ{fѡ^F_*r<4WCH.gG)m3o Ln4/8=X-inw\Z־ /N=K%ֽO9|lX8nb^lX;u0H'\N׷pc2V'ML(NW(nFy\,yAZ ;x8Nj|n1H`G‘%a]%5 @e-z}+|f ˷]gzg^+uU>pt\)8\n^FGMVuu|;?.?O9KA" `AT1_6Ca̳wBd ;^}F|aNgk3lWVwڅ1C,=L,{5iå{-S.V1=ql>Gs):0"%t͛A 抯⮹4/2v єn:hN..fO)hijw:O ;k!8.$%"ocno8&:o- 8P-0_@)E{Pl@%!^tC~gU>|:74tЛ@q U4Z9y:x:l"v>Q @ 7@3DHƩk5ʵN_43w,fj(3Cvi œnwm3\6S;rmxk$ԘGOmP95T5MN849XrW͐*}n^U:}=bʹs8Sޅ?8;`.A"Db8)^U Z]6+AOP/vWܺŴv^z3j4rm r%f3[g뙣F !z-UyC?s"2cݳb$IVZ_-Z' Њ)"\zΉS=Z; AQlXw~ Ýr i8j^O;v]}G^O^tcy;Z+3l-d!pu\s;p?3*K)eAG$J+F}? 7Oo>ACJ75K'[0U*F=:F.0YP9͞h$ i\8olByqmx$3piu*U4NF=̦{PMjP5ge$Vy;XʹMBQl+BU]As [\ G ~xI xgb58izC`P`.ܰbC@t^Vǿ< k%o@{Pc9Wc]n6J$c ]+~[﫹2`Gސ\yq^=+{9pP 2!OC1;-6?tl =c˛FoItrk|24@/sͅY#x9Ҽw'#)C?>q}Qw0]b!%5bvBLoZ}\6 CEQ7LM n@)N<]ҋ'n9 ^ Bݚ]KXӡ$lZseyQiM<(8qh=qMv"/i I>Oa8tĿY \*MN06y#i.׷FT[O٤Nkhk:̴4 "Ζ;rPX.Wbk7ňn`:I%*It.slս <Aҽ=M k GdEOKOJm%u?_59 #^BKOiQ ՟U_>pPơ_Bsdjgg=$`s{wS![M8y6[ ;n`I@)lQ.ꁷx@ḱ- k`>jm$1G ^g }T~v5Vǘ6u ]voTw|3OHd]ϳALZ[b˵  5my|JZKSs{ aW+C+! 0Xy?]wc ]B4- fb {50<D-n_1%Ll+CX7tL.wixAN+>XFi+aD&pb ٠!iMRTD3h]<ۈ87 .(Mo̗ڰ&c;s`Tc;P7L@95ϕM[]&_=!0;~-On@s g!nG!Qh_KTT϶G8XbkhٽY+`,t(_f{eL4:'vx۽~Zd:} iDndLVKƈv=t 'ˠEo _< ?N[PP)s<; o.D)As#κ]ɴwO h8x),|g1t7sq2!ora< WbDŽtybn} SB/8`D)eT, gAD>ߖ[Z3{ ;^|R).h|>G<6Q?nF`Aͻ 18hfd1PJ+'B?`ՏaɁ#B8j>r3՟A<9ʵR}Ց6Qб8 ]2|VԖaL|Vsv v`} \̄dܦ_b)C؜r[`Pvԙ;S(W)}'`׫x|ֽvg<*6:y,5Tt׺[/ABmC~w,+ᏹjrQCIɷ"UK/uB{6Qs-' ZL(^7X_{Cq",6pߕyfk*];"gsve)̒M7X0TgweMG.(0Li ֧x ?x}l9 j3?,DIΞ0cY\gI<^g{׌P&֩Vy=;Q˷(ehLf|]_bJ#Py"'Gnea8i\+*3ǃ69DLO>XJ<5t5UÏGlsJ#:ó q\P8}X0m})7lSQN±\FV*B~Um4W7m\2hˋ[HFTn*HKG, =m=:Xi?3Ϋ' cgIgU[ŸNIdϹ],vn=|Pog,1-$f QjbQy,S(<@viʂHHpYܔ˥b,Z;TU()9k^& 5>i0Zkck:z#p--o]kFiPGn El+/UV0xFf D\BJ(މc1k;Qzv`bi HˎFrah$.z`v svTsˉ1ָ jɻ- qvG$] ~pCK`Z?p(%ɲhp#:~fp9mZWJF =ⓙUw* rjkE{؅Z ;;5,zr߾*[$ǒJw=w{fNTAv+10bua]g9}'H#/+ްt%? 8h2pxK;(C 3: cXR/i+4HGfn| 5.:[(%zwh@܏a9%gO'S]>H4J7).;?%XV0`:LP]/@{#Y}aӕ%AuwAb}פW7Gp܂MfG'|l:Ժ+Nn %7Һbc?ޒ %nMgGrqv'BiW]>|^~ 3~ϫ-+.saou{E_zdByM7"Qe.<эt/dqډ/A:#ld+mاo׀I"ϱtE J6"A 5?:0doDFj۶xh9T!O t95&_.#2Ц~SũKR~e1n@ڮHj4_uf`?owv:0&E1ʲq,YYpcb8VMÐ2ah-)hΏvAV.1mαvoPKݒm,Xpnà| .l om&6"ΈNq{O)0i0U;.Dxٯ"p޻3g݃-hgafU>4ژtU?60fRBʭ7:Si6@bdbMMţp_q q@3&c)v C6Gq4/v>8TvLeK$ N'JB ǀRCsesqU"s.\FHs]|px%V2"R-l _lX[FG{qUAX0TMYfOA%Q:|]CrC|e7 L J9n$ fkΜb:ї.mpG Qv]̎IAž-'W;Q_փ:x;%Ʀ4ђww@ c?PTSױͨ6Dy11 N9?p 9 ȁD?M.&""{21iH*$Q2~{euY;wxB5`j e,'w˳, ۨ<#73;WY*}R2c{J?,%%^*1Ix,J&U_9'\Aɾzyf3^׾L3 }tl8N!rfM/@F;(3~sy26 HdUrU[k Yuj&%u o5me7U@Do%uZtp~Ng yCς×A4"6rz/3B+[Wi%R9"^ʔ-A0q ue;umlGR-6c%=Ő`a4KT}#% MӅ(&q; (C hrⲙ=ďeb@3,оyQZ*_~TKO!b&d cTNo=*|:_{zDf$P193"f0$^{O ?kw0lטy1BX)KtϝFKF]^QLs<񲵋"SU3#3 llYh5$=AY.@>J\,oe۱ n1M4}(@NWI'*IpP9o</Vt~ Az&Yh Z) 6%3Ƭ &SY<ov}l.I~㉆"/5ORk؉#8е+^O9P7g;pG`BT_7mrxև;qB)V}ȘZv2j0"tKkOEnWXÇ> Y$iɽ0% HE v&q [.&{ɎO{G]rG_~c!7_ACXD*1a?zA9C˺jz*:Kq%:.W8Jxr!{S{!H7#yrd3!)"K" r~5/AK\frѹ)y9G3;#߂`cVD7S@~hǵMZY8䢪 *T5ӥ͔I Ct{o>,ʂcy;Վ ZŜrW<9;CtH a nz90+r¥cn> ~6VZcMTw+ Ah!N$3nlUt%ry4Q 쪇4:Dv!P'& s{b?nuS Aɖ] 4@%LyI9:i/{BelNmȺgm4IGPʺB{y3T75gNv˟'s}I[_aA06"ibJD:C!m{F6 t>ovLxxK5KlMjɞ[ ›XUz*_hd1 NYW㻂$`cؽCyTz:2ןM2~_ۜԹ/=zf~|;}6bD !$f{^{' ޏ7wi!!P2Vd,H`?o|cl"NT;o/NEF+{(`3-ԝZN/P1%$ʓVq>)kBvw%E4+L5eڑg05t/p`Xd{b/,o~4Ur7O#6In^[Oq} R`,TyǢUڂ> ݤG\1Al߳ԩZT0RwkJ>ЖU6_ڀ5je+H_NTV 2UT o7}L`Ϫw'_⭤.\:p:Nv<j**o~|FL^̻=Ny]|a-C >C?Y99l \FĪ@:j q<6)$8 E0N eL+m=cBL?*!$FpGɣt 룆Gb+; +;rn_K2eۍ⑓9xG xūZKwN6gޱ-}"@VҝrSGt;}fk`AZ^kϧ5C@9lanU7k7& juUyfQ n "ӜFL,vJL3 $M֢= iҪKK/y$,k'֚}"ns)F_ǎtϹ]]ڬ0+6Obv e,;;rUdUG5hcmqTpLW"1K5HL [c4* | d26+C}NM. ol V3&1Yb3ȞG'/ Aؤ877Tz)v\|ni1fҊYIy) $2>C^{R܊<"ˀ4]p/B³Z6pڼ :PMqb1l8P@VPXa'ʜJE*H`ðbf%d#?f 'NSlC"N_~Ϣ[36Ik7WI#F(lSYթDRӎ-n,5| +[" +k߃6Ь%8G)zDyϑeY]4651 2_N TZ`-O73UF/I-l@vҠhLJo9 l HTR᭗Ӡ O` 0}&qZVς)4YDN,B\7uZlv Gf5`IױBip[gJIG|+<ژ{jܢ+? 8!hۃ}Ѯ{,#uDSюgm{7Vnn?뭹c ͼJ8|C֔Sĺ}g̹XഠOϤ[ i6ϹP$aeS܉z}v\ɎEUt?ﶬbY9Ě"C (^s5!ƒm,BDxzw!a>~-[iغ I~x -:C!{Ҕ/ p܈(Huc@\^ >$`TZP` kS >'gg h%dD'%h9|"X-ǯTxjK@zeM >۸}y-?*9.<LpRPɫٚvFd%ree/ꃦ"ƋїT)#kkdV&}9M I.\"ځ#`X (lz-EZ@S,cZK_1MɱFc۠ S[']Nb?|8R't+lRQP#C95-`9/3}(mSr%)>lM\Y~7@a4khZ`j4KZ^n?RHj#;_,ٖ)3NaoƎ3O!]I\')gXK2.\=+C8thNMٵYM˟6lՎW(ԃzFiu=Bf}tQ*ޛ۶?0& c7~?3 q 8lF~Uc[bW6#7:SUDY{ P KRL/nI›bm< Hl=Bh}M^=q_GJU1 =g$-?+Cx&TtՖY(Us߫jBH13jXEˆʝn-Tt][5n}0QtR{9hMAޖGlHFh\QSsGzגWRCjy!Kep xz#/J5IH]iɘq #%^Ir0/vxLHk00{pغݗ/U#N}Zۤ#͈Uj3[O?LXt`T `NvPg X 0$TUIVA]O/^AK k+)fsHvimQ}ZE5{I, bɸMuJ\=Y#{\G*X[%@8~^u/./']趭gszmpyKy$q?%3*dU;8-A-BbJڄAB!h] C88lRϣalrl 7zaS(Y]k6pW[^9 Kjq7#%$)Zs~UQT,8>\}a@:w[ aڮ馞#mi'sҫ [LAAi*Q d_$13Ĝ+y "\]} d}/4 Ӎ}*G T Oq|2= 1')?q..0N;jDjxu5ͤm|_&aWϝ0|σ/5[! FȻםi,7f]Jve*cfKףQe2M {\ >/HGdh'DQoD> گIMe_weO`rNdpked'K `0<`ָT!9pE}Pȸfar",*"xȡ1]jp<}+v{}hn:lKraE rylPth>wyu*߶E5.|ӱxh lҤRa➗XqRK\Zmf$V-P0~}0(^j1Ѿdcq-&>:!`2r:֡ups'2g$:>2B"|_C3 V` o-VW^u)7p|o6\3g6M3(Y_14r]P,庎[ᠴZ !)uQhڝ0 194T9O(t: ЏuEǎF0J}i楼>tYV/((l[t-m{.kfjXM21w; k|I*EKauՌ>5Du>H%+4Y\OsZFĀ١G"8(,7Q j7\'RmCܠ^PX([(k­xא= E^[cS\F&BNL!MmY>70![ǃ4~'cXר J/Cޓ-i9<{byFgE丸WVd=f=5M>K; ra\v@?%|yR\w/X{b8f;Qqgp#10I$8֫Dw!rI'ͤ k*gf̨S7w> ~#GDhdS? . w4p3rtyctؠжj`7 _bo?~t*=(KApB?WPΡ ;"6xݷh/dsg{'LT\ğσJ@Lz$p5Sygx~LQRKk_2 %8?Y#cX5Z7mtvUӞF8d\d-G%a@Q}2q@K:~1vNnE仟/E EXtS,`- h}H9Km)rRڶ1/nΥ?hO)A+8X)nWP)0xSiBjvo\bv%W&IUiS4Yߒ%GbRw<rDv0 FE GlJ b \RY:’ 7]pƒ~R%a8Yrj¢vr|#gDN@V(BD3ޥV]z$V2n0! lʐ Aݠ\l?r^zkӤ}ӟs0_jK%>PsȄf։3vF1-B}-)0q>m#Gݾ вdLP2 KA|yp0m]3sĺ(ҟY_AcV,7 nGF}'[z~|S+P0HE^S$|sX\G)딛l ui /sl1I>'/[I݄o$ Nr%փVQȦӧ~0ڍIr?u& -*caVKdz);Kd>r٥ ]=mty$n |OH(|%<妔N0w"GVѭ4=D(&LNhװ}ZIҨT,7n$f'~ m) .̭Q#syRi943!F‹Ҝ,7怭]}9 |CYF[Xy?;X 璉;oW:gkl-3#! Ņ?]a9/W5jxD΅L J x9-+H5%8ִw%0\c%&d ^ux g:RK Bqt_\mg<0Nl73`&ԟ+\(rA&d yO 5L :[#;-JPyݼ- X>݉ "T'pv-C>gyү<ڰUG"PS`wal8yV5͖4V}&E""zlvaG [_F{b.Kr"L%K1N3z ^(x= ϿvbƓ٩o,^D ̅Y$䉿g[ZgV4z?e(^̻1C7>}sOOe8rփΓך6d,Z;4a]f!BF1of+}hJߘD"l-UMtIPVm- B)ߚ:"];DO}([[V6_ x |Vot6Y?1nμ1 c*:8YFa~R1Ia%=r8^Ï=NK\#SPp$c&7\,Nl~lStyRXdڮ+DfcXt A`]C.W;utXzʴ/ SR5?Lej3Rk$~(hlGH(y`n  o(WԻS9%vV(ԃ47 Ia ~#I@I'ӊTm裍_R_>"H/@$Sa+##r͕Gz;qqd/6S5 ]Jl e[Bl21{F熆',mXHJpK9f%% TߘwE즂g EA++H]ۈѿxr7ZKj,4iN &8I7<0;4rjaZU.r`܂YfG3+:GHiay͋2Ӥwy< |fm!^A&%#ɟn.(\0omHoEO+B3vJgFG]S~ |ѴWYC.btgf\vھSE=䰠&g%-  4ŹI86縉l=ۊnKew4M7g45௎iD2z_'=6)1ۘ{_ǟz JJ00Q/Fo1 8C[%*lW+{9l+ ^Cld)~|`S-fRӿH urnJtv |ࠨѬE& x!'G<YQg?\ x vH< mVԐc܅[Kpn& q_J&h|PկB ^\Aw^4 Ø&>)/c*$ i3ߙ@\qM)PHھ%žsMF,G٦1&}$LdzPsxk'DcOL,;M1w:ek_XL?g׵x#ʽ,|PRW tR%z}ZDAbZ pdžO Xw/dՆTb-xHU,>=L*F 9^c 'oj*nxcvO _ 3C,&V$f0Aʋ_'Հ#j ovx,}!X&7w#YrYVr!mU0!\K~*-F| D_ @4W=zΓ5\; Jƣ.H5 w9+-W}lL"{ʿ8{u?'5ʭaЊsL4~o  ;~ܘ@[|UV0"q/8h0x_}L?@QǤmJuy.(D}S}XO8f6ɪ \XU{(^^иf!pI?.R22./ ę,jVigسǁYN3uC}"| >85 ?oqRF 3Z%dˤ|360%& (an>oϒPZ#&K7:X^0tb-#ۛ%2=c_ɡi(m@ϬJ4׹}G#vz cUd.RpsQ'v10 zmjL'6XPoRJdzYO9̆g uWK1y.9O ċY3m!L'?rٮA0MGkV//`RIO _'xg.fUӵ)xDţkwh }-ߙZam^CCڡ>M^_3,NС`x)m\q5+b$Ar-A6g .oxP6s:b}U`/K|\F(!t D ۗmXo_m{!R+W5D۟ƲV⿇cR?]eg4|F\MG;RvU4-wʁWtJ6HK1Pu򢢛Ojbλ9;' s0wLNLn}BufD9vס_lDꊔeW.,Qc{?L2 KÌ; ػL'޸ X+*8z+4zVw"j٪ aڤ̃olYT` `<( Đjr}4-aD7x^zY%S"g~C-}@8ͿY+KǝBE;k8E>6y|>YM@~u/?sȓMm>4 /¢9Cp#m`t6vBۙ_,H:bzUfN=rZ56).>K .C}laѾd0_3RM|/s|k!3R3N`ae!Dkt )S޸M hkP`\5Rg[3"{U1>=# a]sOZ}t4)@etSpn_ГEტ`T)r?z+G|s_)a+Cexd)3ӼDCKx>1=s.%W^n[/t}_ߟM1H{}Oݷ݌Ex uZ=8dJ=JD lɨ0oA᯶Gfk/G;Ip 3>Y7x]?i680[&Q[ա&C`J_08%IS-`B^ gTn7қ_ImŽls POUI.Zj0$d, J=sn7O* u 3 `4wf%UAgF/1 EkMd~<?- F#@9~όI?NN s["u^s(b`TP5+D"k8yc7XP}]%3kZq+4u|Bo6V%PrA] Gvמұ~!ʂi7?ҩ0GyX@Ch0 Z@{Ìw| ,|+t5֖aѪ=AN9?H]@j򦠼C9 sa+GJ㪤&emGp$V{Qʺv acr(gG+_U-}Qa|[f4t]4VB𞋔e!2F_#0S0`Pݯ\2EiIfq $ ss_kn ;. 7t_(QQG q̕v.&()2MHB 9GmgiF\.-$ļkYv(.Q/R3 tږ)f@ʓL; 7R4-ٝ>E=}m{)6g8mܚ08#b[3ȃ / MfT1h9k\YsM )Ev/$^$&13Ci8,_YflmAσn;QF&S #-ts\k < =BXTt,{%yvؙ˗5H$"gЌ#[u8jz>a[+30A%WE48_ZURZ|M֛! 2_5emSp0a:RfpS4kjr LyN*ٗ9o vHഐ1akK-eyp΂&rƷcO(~ 84h! u_NCM([8{Pl1E.3[H;P'5)I<ֳ@U_oOxkl ~: ֐gbX{30R-%*8J>gm,X~qE#jά^%~a!qgGXE$eEeHmr. eoٿ> r陓ut5* `ʘկ8rަ@O?WkDw |D Ψ;L_'X̰o vi!TK$j`Pݪoҧ/9_iOR=_D^ƺc@|P:ΨWsc N[zEҋ#M?iR̙lq}WVWV0x4$>\cQ۝S 疂ё?qAxDQˣ6(׋3P,@RйI/ks3`V)P\#qer^Nl(!\0ֆn)VGKsH0)ܑkL8߻JLJMhbpIStk&B%H+O8i ;J V|d @!B^;ik `hbCWkfc^Z?&t 3$Ń+_:m}64 s#l\Uh:5ִ6]{ 'n/ jn&Ɲ[!BU>鍑n^՟*^w )U}+Yօ lV,n%btNGLNW1 FTnr^hbs^#=.4½-p_^F q--5Wp(CNxamʩ+?3f%'^pc%5NesRx|2ףnCVԾuy+Z\:^Q6ϳlwYM s bL C589x ZɄgR9K;5c&߶X(Z'n_ڞ6@CŸ p B, P#W= ۑi\-+BG7+etVES6@fT _`bɦAN^kRGD6 x,N||*5 2tzDG[sLw5u'5&j3fPxTSqLJWgPRz]G=,w X.ݼǂ/4oͦ@ZwzpБ()@}3ϯ΄1-Đ9wȿc찾W`61J^֮X OMua̋b%҈Ӛ` 㷖(hNqF g-K r< i:@y6)*IVq-so'SQΐ hR7cLO;C)6!SY+aVO( &CC7ƿk-ۣP5XkR1͐zrxWw9kwzo 4eoV|r%¡t k/ #lcEI>v类m$DZ߰Ⱦd$5L86 I N4s5w[[ਛ ^4Ա8N79amy5<; j*f9@#NwmkiWqo(`$ ZNC\^>Ͷh4HdgFOKCa"aW-KR~#\F`=B B?|u9ў+ \dS,3.?lF3#}(a:/q9?6xVJ:eYX6z5`;^ ԖDv^ pݫCI"RRX.4UK{u$a 6&tl j MY6Q̘dgbfhXH͐}VÎG܂8ԬFK]>(Jte-ľ5\FwI  T͐&@E,Ib{le  NEC(x]L9sD!`㼭bÿ,,؏  & YCyl1O31RZׄC5DȤ衎[w>qh6,N^1y,\V/$]QCƧ+TŇC"uboU7B5O90_>wMX{t:dx'HUilՒ00Ϟ4[Mژ7JK9_RΥu@p\AbyǶm+uSAaٵ/O u zU ULN]r T,PJZU!:V臨Nw u[n2![!KTVܥ?[H*LfW!^O Ue]# #{Nzw וSDDPQ80uVѾ.bj_f 2P.Ra 1la.#l"lQ2ͽ\T%\ȁѻY:,/ z5|Nqjov @w2~Cdsueҍzc:WVu~. p"SFEKy bhX#8u W6r6Um Y/j#>Yfmh={SWpql'1E 'mgJQ嚎Z( 6녢Gqo15Yh;q ]<;Y-djBuٙF Τ|NPz=R:,D})XZ2::цY? A^&< *'pj7 GI c兤{M\b{5΅ڜR*nm~Phy37guk16`qggMذdz|bol;}DLjz=>ҞuLW;)^ $9XAW]jq]nADƀdO RSU-5o1i%-'9o0t03V `˽J~)ˁCǞٯ3ɓ2L.OsJ,g`}m[{Γ1[x5?Hvѧ0[WmZeDz`.`U5Yz} ir3ҩ1BRn>!2sCűeh`_QMUۨVBqNi IoIxA|7U&߁1y|Hj&_W_yDlϗUU^g\B?DXcE$GZӬ x}WAN+`Amm C =[ӕD e³Enn}0c絳Gz"x8|o 8bۑ} sT,iJ.ůξJvXl ; >CpHu2[/xOj8eEZ)/ks"-* [I{O^'3صc̳*Z\.7*ZX$}B8)A< dlq OreTN$ t#oq(y!T]cM!+ⴇNE> +sWCjW| H/YX ʥۚ*{=>1qzn%/8c1W\R2I o2qh`9ySF鈫fY08=n-.fpW`Nc_IzOATi' 8 6}) \s\4wJvJuK"!t5ʙ>z(w+Qz5 !R7V!:pDk3H#_-t21B0Ŷfx晧w:\IuC E|XC7a^,h}uei.Q4r.*"3acU]W46L[6s z'/n)@ ΰt xY*(4_ŕ7b3ܣj+A%"tjH|}e9kJycBlUκtYfN~L}`0Fz{!Ɏh gp9h#fyX:9OJΝd a㖒S"$ 2%W+|忈߭g"ˏmh0NrO53 ~Gׂ(TʜjY(<*"Q!Ό} 3_n^1tIMbr;15Wߵ*ijeqd q)WS@PjmkQih%T ürtj?w1/00@2Hme蜳qXl jŒ 42^S sؖM @]Q;6}l/ФM|X gT}_+~H<;,EšL4&L's^SB+ѝ n*m}ۻH9w0~9!\N/9x* )39TcؘxM<ˤ֒mc"bCw>.Z!VqjGJ$VNלq1M *X\2T -|쩃o雓؂*W{ZzkD@c1NTcyzjRu :78rߞ!W+̧ȹ}V{z(del; o@)s@#2p.a+Fdfv_ͮ y_j2D!}^b5%D*hvw 'Y-].`dxbu9^?PC ŹGyDXhU&cL*LQ6J-Z`8JJ--t\]SG&=T?[lfIQDžuoSg g^Eqas5uܫ!o O}!<;X₵e%@4F3)7-A uDA+lH]80)½B*b=ke*|TE#;R0NtHޔ!êX 1;_UPɣLTUAȫ {p'FgVo-JOEU">o,RnLZIҋoܕaH{9,S  X&7l=?񽰪>iE4?caQ>`J adH̫1ƛ6ȮDMg5xHy8QPʷt:9r DvT}CJ=sPn5֦6TiM.N]GqJoNΞ^xv ewdSe_ .Kc8<>I(:sE1w/P%hv)O\9޲aAc씔>Psh2 B s IpT>tqG_\tlt'CQ3:? pf&'Y_"/^~*|kIҞрBK.R#%m\\PGEG\rQ7&rIMcN 7-vL$%Ӥّȣŵ|Մ'si-C_PbKwy$7t܁{x :c.l^#P[pa+u?1rW8UɧA;W~$ (pA._< 2Z,ʧ9,_e1/&ģRDnFaK|i.`M;U8{Ŵ =RWH6oghd&5nR[[hWOj0ʁ,+e ^(3~lGyL6%dd;Յ?51xҬnVG8o-jF0,16 QU8d EaA9渜mΨtV!{Qa[)q&%{xûΚēcjEVZʁ?"_tU16ٰW*PO3\A63a2E&8`9IQ%?̐"p c\WHwID(\Va(Km( rR?1bTu+ߣi0UgY"J^x\`̴Vwo <N+S'۬la L 4CgE0}< 2 *⡤2z 2~/h?ɚ¨:?.!׉[ /K5u&G̅Ēv O!Fu"b鰴baw XbO?|5~n;n) 6r>馄-4KpUH l $#0a=6Sw~ d^0tMH>Ld@)ۜDNcYoI1[pנrUoR6:Um:-D R82jQ;GmY!^Z%\[ZUWOk9^9!Scm.(hxuTr}0M*K6'h=4;nDX!h5|^;D)p߹3F顰  9H!erΡxfeG?DHDV];dq<}%rD_(m2,w\׫V˼$ "slr3~3RmpVZu=d6/e{_Ǿ ^ي@GnurIfX_ ;KC>mՇ- #^NtTrX.OHuJtCQf4^*D yW #ºHi&r 3 ni/XQmdnQgԵrB%9Hr@ ءyH8 +og |.ek"zMc&K:? [CBO>> :mub`5ن N&4z;ǮqeI ިHZ~T_aF1.Ӕm@{+尴,m-)Jʚ$08Z+nD3GY=Nixd 9qm"9)4K 'lk({'q5{j^fOw`d[F8{:SmwQr5PL}!V,՛5u#F,ݎbTYRv0o% _%R;*"&in e.WFeGB,Q%5i-*l~کHOnЀo]2J_U\1AUWݕOucb xtxeV(lVuP YW]G!? %ge=㩞fsK_m|p+]V,Su "XLsI8: ?ؑ>2HLNET0mNҞYc=~LJ^k9b̳9Pq@;_[-I80[BD~jٱ40EQo7Rf;8q1 '>ˑ2Zm SRc3Ҍ9>"ӟ%p @oolqG{5tF=m{;W>4s$;9|>m.XOJ+m2aiIBv"^Y$?ک`0F>ns jp!g|~8}[hqaO F3#lg Ay/vr^>D56I E_2ܥHeaRJ ^E3ӫCJ;BxSV2=!jN%-X=fNח Bdu䫧 }StVr^FcYE߾|֓;*a@hVL6 fw'O))Z<=Wd=;_BaM&ۀ i|BqaĚ!TE,MPWM ]ΐ4迧 E4$zԟXUl(y3Wؓ%&WVY̳@2}u+~Rُ1)8ܬ/1p Ɠװk҈Z+k1SZFOdwJ*i;(踪[eK. 3aM2wȎ ?qlVʄZǢH1j ms&bԱR>>F\NT]RApkjЍtY3G=wr}c3E~!]3}Fb%lnV߱~v,nfK+V/;[%6ڈM($wbϰ5Vk RB GQaq`Tfuy<~:%))Ϭf@An8<\),O&͘}Vteu=#%`%8FH П‘ iވ[ @~k3kVMq;`4p=T"j p=V*,>8<)>dn'3v \HcBJaj'-]WL-Ҁp+,?W2*ve C pK:mN ["UvwY#eˆ2daތQ;@Uz߉ϡc$){aYw= lnJl*5^Ka L5nD_Ū,-hӯǐ| >zD# Pv}_ҡub)e<5S iF'E1#B;NnѲijѬ+>C\w8lbuY[BS.<_@lviʈy!Sl w>͘E VAZrG_M}$@Sx0P0]-&Qζ ] #s!VHpϰfʍW=0_ pJ7nς&R۫@"u=j_(S.,d <zߵble2gYK RIw. 'nf`"S@pTXmۂMe. 9r{wk@(h_2c7/t@'}$ vmƱmYWodL0և2Gk.AN"+R3oq@ ;EVF6(MMVp^hRDh@xy8F_d>A cگu$yg i0D}kI yTG 9=͢vA*e|4-e<<ƬwAd۔2 .s%\+2$u:aQ3\BſFoS}QK¶Ӂ]_,8M1XtYA*O;/mvFLi:t- AL!Y{T;S߹ ;8CT'kn/w%f+ ZPX/ .JD& .z2VYC׆sy3<ȲJL ü[D7'܎jL 'W.0Պt|`'4%|RǛ| dG!SNgy~:]f̀U$i_L|W$gI^:G RHlfRÈL%}` K#mOe;_'JF(Z7'(K LLMTMB]Jn"#S=GfQ 8`LkؗF[ t|Ύ|XGm3_^=?3r"F4޽o->uѝԁ1>2+6$:_uw3vO+H#V30AYW4b 5$x/q퇏].f6!"ާkBGbc]AlkV'SM:M[ Y4/YGx}=&S=szю>f\TH038Ɇt{կD_'Pp szd 3Q/~lJdf'1i?I,t[uԹi4z8, {̂MG)QULȡ1'\UUX"1{i=X1iVۭܷd~v%~)]x-4+8EI`,$SՆov ͮg1wsD+#D;D~zm)iM[ ,v".{]A66eʮY>&jǮ@kKZ3i7ى^&:1x >I=gRBP_>M$yE+]LJ8'iv]v ~kUR>8f)IXsz?clW(0֦qzZ6sYSsu.#COyUP)q(ڽ5֥8i> QaZ)L8q~Mf :`6"WYS$L|ѶehT.vt /jA5 !QDL6s4. xP?ZRܘQSuuBkn&S }sGӔJ$4|x;;)c†!3vAG|,E?[t9 EUT a|qc_q\-@HCee/N햅^ӛR yXn_Rō[lvN1zSpREEl bTgN^[AU7뵞 cV׼aM2V|qY(\__7%H].50Oक़ qb`dhXFpT=\܀pax'Wx8$`: f+f~;BbU&Qi:eյ:wXVkym1RPMՏճ:Zks ~Z`W^ّژ-FSj=WOIIniݩ#`+K[^#8l wD;~ [s 5Cdw3ߡͳ@H{_ b>m*6N΃~@p& cq=.{FRɲgRސ"bI|iHfEgiܷgD ;,I~c GXq`'ϓn#*ɁɣW? Fa9cyob;Y=ťv`΂* DТtPp4BT ^|=ңi5B DŽ]D,ѻ HJ3KسHRA74IjCq+WLфc?{p|Rlv&n{x=s?d]90(g%~p u- Nsd>IuCz=/'}N\2DIVw8g0Cn ;-L#MhaJ3wobMdThqËoB@@KCAp[b;$ePJ:Z_)X ]ɝ\_\u';m&X*~x24ڦB~dU+:_e0wjxDi+ow3TZx /X>OkӡAQ$b}3Cdr:/8Lۼp|;qe8+5`D@ TT8Wf֪ͿSE Jgf3f/,;qlsb߱{l*ޫC[|O B/G3c0zBPF$J}0"T* %$Yc&*%j62ſ7$Y >7^ny{5`Э@n3ADv*cG?8lh9%[:Zˌ ,`L6Y2ha)%2t1a2gq24_3͇lػn?0P:HV uі Ŷ$jC li miBH.)¶x25ur W mY8US`ҙ$GG&7*\H|BY ҎTȑ"A@Юz"& e 1 ba s vо 4ia)zXʥWsv[Q<ۣ뫰8O‡gz4C3MA[^- );/,fݝZ4hņڐu!=j**Z~W6Xĩ*-#LW G<{wH0wα ^(P=Ʊݽ$woOȜ6]%\3S؋VNji|bU{31kׅrQPgAdr74F@҉H&k(IHjhT&/}M`^0C7[mM-@}vag!g/+-dz0JΐlQn CӢ?X_W؜"c|J02NșĒN͎2?`NLai3ҏT" Ed% $jKil^R@]c0CtGuc^z۰o jCL0ek%*D166RΙm!9#}עQ#C9uKr/Piu鍋|ЁJ&,rW‰PT0H+8KQtfv}z2mj:HJU!`9v*Ԟ|.^o&{B,XAV|?+~r kf'Ivu>= ?Ə=՚rm?Z3=ʼ($y ,`uL/"&c3vIP1s 0}m H,v88^Qy6OKpA(3,v.oNqZf2J8{RYj#D]tOx8NZ$\y2þ~>,ʾN֬C3,g5݃ѐۄf o(_XK4d+1i/'-CE5Lu Y|~@:̙妠7(b`>ͨQ/רMhYDmX+0̂uǯ50+ޭ+ }S$ LwZc?#2Ti k)6:*41>irMlR\&iZ접c8SGBL[# rsaW!Y$cgή~3l$ <;ktpR)3fVßn4*]9/*dhZ;)[F@S{KhA(uBxC eW8dBf ԙ,5UW}D ZW5WI:I%;m qCf(f}b OZ3>UCT6"QqJ9;Toi}5B U6} ځ΀mNK}aY}wedv6w)-zw~u /3)Z$=me{XO8!& :]\֘%(QHț8j *_zR1H<&PtzܥunΪAP:ƜOP̠٤;&at88)AEZ@S@ 6xvfTێDU'j5@Gr8n6' Sނf(qsrz05gIj7k.u|$EHA.vsrbs PZTa`WZo˸]اat'#Cś+ xME,Ȟ(chuN0[;967Z7t#'St>\X5zylBͿ&0N-yA1jk[ B,,o;~9&M+(h\Bu6noA!$Mijzl:%zD3ڸkUbm8df"%nrϚq0"Qs:qFe)CFta!7mע,=yTh z^^nLҽ$Nxn7V%JS눂ޡx)LGo %kLl, NW9~M"&6$EOnQ%J Oun[I'eo÷%ՠ̀IarL*1 w{͇?rƽ*̴sM ::u.\Ą w.5f!l`iţ CsNrjeSxs4|H^K$v <ޠ ]<#B>N̈́7֣ hC޴GM#]5X`d+ bt{= K! m&_i: s Tz{n*0>$#qs) HK0t׏&K:2pLᎍlʶך|BRQ!*BU0=ҊЇ<ڞ,<7C,ڭq0y7Oic?"Ȋ>5^&`ui)cB}g8qXt#C+?rx`D*7t_ȣ DoVbn =9B`Z \̺((sʁ+s45b*XIq}U %sBhMS;=O!ˋ{vF\'4eBBY(3yЏވCZ Rc.(ыXYOKm]z |zϜH^ݽԯߚyC3e}H'XIO^}S߿(tn@vǸ32hG.t50hS{W2@J.:y(D@2Mr\Kv0/&<9-~thvbiRupj 0경,\~L̛H3.<bsTW=H%͠)#yX0!>4n=Is<\Y ŦsP+JCKv| |pѕۿ0jɶ;MsNx* skvy.}3ӌ tkQMdfB5vB#Z^ 6>=5vJfL XиzJ$fl i]^.)3>Fixq["pK7?j$w=68 "; G6!פ3MMiK~L~D٬ing}0)%h:,&7(~6uةx~g}U KW3d m7pʂល')1} Ȍ#X{jY/J=)UF;IoLa%qzq1SZw֚CB=Viօ޼mXG BV.7g 3 NN|)gY9F |%`F?'CT<~ YUaSMY}jQevj)IxnJ(f l0;hQKkJm'o$NSp_"&5=iN$LՖytԩj%/ !nV0Kĉ v4c,ςbBgH[OP~h& `3~յ(䘄  )\r39(v'j);;7xD} Vnչih~UpX;U?fYXIEꑆfɛ铚A+,VE@{ZqDXFO BMI.ȣ5FGyշn*]I<$P]{DSFK):EDO9R-۞2k-i?(iX.(7k0PPq?˝8yOM}Tb$z15>^f̀liTnC{X ^_@31cx굋u Lfev8lF#%b97gS{\9r[?k8hM9;jJ]a2V==ZՔ`0hN^d9Mpd2>#Abr ֟hRQAߏ8)A$=>(s3HZSs=֥EaPҒOVX)_s5M𱤰GT%H k iq_ d.. }'aC%e5R6Ȅqnt $`e@R0YYs̭WUxX Bn'̯WکvN5`Kd@V_1+̈́B1<۫2̋𩸽Gvp}>TBopxB-Ef3wݒVq'6c `1FqoH m%`Ƥh.8t.CR::\a.}*ڃWYZ>M_{rXFZW+K˔kE6UIr?|LG ;)ltalwѻᔆ %aԹz~i˖6㘿[R1>gmC[(@5= Ch.WI߶⹌~!\d?7-qQQjL(˹1Tfp6C, 7g N\MꝖS:TPs>YB>)5'0glV ozk2JdKPJ_R 2˖z^FE"\e<^/K JC7oL u搔Z*;sM [,|_1=/pÁڡ7܍'ې|:e͊G~ѐcrvհɱY %屢T̲VWJFQ|6Fr^٭0 "h~O#8Ͽcqv~6OV4L[g t˧h2 )+O;+L?D5 q"Xwu; c7dP1>K'i[:ȌeF|9]lˉ1XvM']Bnq̪sJkmd5OQnP7%yy$rރl a9CٷR$5"-EB4j4ߍ,snaAP2qGgff{7t@fWga+/Bg 2/7)!TFBtauީ*9vrs ҷ@0A~m} 6`8]ZZ|" Z~z QRb!ȔGܩ3PX SRjd-&"Hik`u!8oGY_:!Mq֕P4n@WeqضNG #̜9iu;V݄xvC7F@P[HzjB$ٺߙ!`Cg<IJqel. JTцڄCL:r=0{룞Cgym9lͬLQ!ͺ~hs=o`*7BLC6&,#Cp@ٜ<:Fc ʂr}acGb]Ja#^MK't0J#/ uA P/(Va,?tasfY>@u'o3DSԫK|q<0z@k,19ڷ/߼4 WUZT4z*DUHe'M*n g&H++&)Ma"h=G@_Y!$ӥ-K2QF.΀^ ƨ$-{x[fQbdD ~q;v6:PA*ϋc}CXSs;)Qϙ 5($ \9n _~~4D_@ZQ`6j0R\[(f;qW&ۦBϹt&׻ /fo0T@罨Q8UoB}4{aMt!ُ҆cN3 2|4aJ^޵?2M5g3\WE$n I^vx[lMH@_w5Uw`+.eC(YQ%RΠR/ZCh_.n n^=fhH2je96}*-:-0lNڵQ;VP1 Q4;&)'G:ˠ*+p" HLwN.4E!۳@g3pLkOJpU6&ގ8+Hb^&#(A jOW/(g}ߩ&m4'W_^>Ơ!Iz֏Na/47랣%a]0%%n/'/jA{,r xFIi~AVvB;Y -e w[=)Sm<2F# E'o9N~룿Vw]M86}VJG aT)q'Q$] (nORI[hI9ljjjF00NrIaud G aVysV$9~P%mv}ق2!KxzkA%78o_ 8ط\o\ZCR, TA͉b# XtS]~94I3j`tWTUaWMp WҢ䓡XtLž2e0JW;D-Q'+(a ~'jQѧ^swN/)'Evه oRpusjqP9| j)-(}9f6ZZjt:9R!^`4PX%xPR^Ax f[M `=IsdŹy-'tCܷ7@z97G KY> {uك8}0ٺiL@Qt)MK@RSbb8LW [{0k _%?cdNACcwkP9Čs6&_l衼eXf[^QsK,}!xn6`ޘê|yNX3-ڻpXDkl>@OT9ɼiE=Hh^#߲+'+\T}`PT2/cǫ%'\QB =[,a9'u]V=҆gjj`59X'/ 8):V }Ѣ:tvW[^nt({]67,ˮi1W"? kn2;x~cqd7K\f߼ B5݀`K(*&* ;_Lm) B1kt56cmrv;˦L.R]~GlYu/6=Ri@ |~hw/-}]QM73OLE@ĝљ+S'osn=Jmcg;]3OO3%/ӆnkt1X?F%"-g¨O NLP*qn_LAtݣʉNÚBR}NtYFj&n36GVƂ6ALttH}ՠ%c<͹~?tg 0p7}y;RH7=o^2F/-kk&gfVh\t( CӺAUTgNogc9{m;RB a䇕 I8060LH<֯`*oEI|k(7*4/ Q777nuzuٲFv[X)acbIgqƜ`R,K&WYR ȸr/-q7|~]nrDZڣJ=&>=ADmseH6BҨ1mf\T^w:)/Ve\1(~mVVagZ*B5)/@&SX1tYtY1N"1#m괭++ HIbQI,v,SBu,vɫ٩KYµ:&Ug) #u\cX|qG؟bLĸH͝zy`A>q<"/d ylfz O=J\^\ӟ%ęF+Eݱv]/6/w {l=s)v1;1^ ZzE`edtD2s*$\ Q(;O5ζ_o3͟n^ mü6Q=,gXԙ /Vg`ۍ{ h7JmS נqS8~<GLb*KS n_7a:*Bȩ9lm4**+djM ͱ_y~^f t\-q|S^VTfs*&F@L:pk p+Kİ"FՇ7vߪ]S!>/Axm&˷y&bZ]MjޝtqfP!izm~1D&TD=EJ ƱBtF#ȯmvvᥙ889 @=l݅U]V4\]"daUE]pOM)$qv ]1?U/{ "r SJXzǔ`; $zj4OmjYnQ QK8.tj7nejxtb:By)"d(SKcCX[_$NKv<+%H}a ?  4e!,DwDJ2b/ý5Ttgma1F&_vJA:Я3 ^Aqa%Qf+8.*F~5:DO<5ay;h< CAc,ZT|':.IL8HN ?#b/'uVY*Ͽuǣ>Y&ϱUQ21w2PÈg=ȳEPj_\BX 8秥@B:Ո.]M;8ɆhH F˦ ĺ '#)mp;Mvaqc36m^lTz&`L6AfWZ ]jsܛÛP1y+bq E߄*> 9$(.5_ )`YXB?霤*Ύ[ral\^<X`eg?Rƀdb)i؄N3w+Bc7j\ RBTFiVQ}7n[whqC7L# iOe\ղMybh4h =uha!o-hY|FlRJc#1X{prF5 yo.ǘS8J~]fQ:[WMl}e K/aUT!! GyVH2PÆCnH ּF q,\OAVA,*d/2 &XKؘ(Qy3DdY)cƐU\0PL9)5)TpֵU6zJÐr~|U&ieqU>&*[lS"6-9wC D1O+ZTLdfCvJ vvƋ]P&Üv@H/+vZ g5i(!V!?-#7.#TXi60"I{G`hT<v.P̦^PCQ=L^Dzy:& Q V2z- Giݘ3X%52!+϶2)5 S;E-/ TL![=@D0ga0k rےm;VtFY^#Qc]U.4׻{NNo\ӌA֍-MG9|1/xNrH3l}4r2H]JI?j-k#3 zHD wdxGN6A %Ͷ9 2D>(fwL4lI[pڌ^~{-=ȭy 'Ġ;gY/XG"7xOZ(ɸXBCBc6MBZPdF ɮ+TT<1 d+cݍ6> Hxh||q\C2TF; NL)< 6v|n7)m,Lj)L$=xu ֚c1ZÎql0 |緧ܪ)s-Ml+Ƃ2ɰ eR'VxWۮ.E{ b.TG|&- 52sA^=6Ey3@,7gX3JzȮ筲FӂB䌝>mnU /  肹&ݤՐAz.ua,12r@kiyOuDtNyXwp!i(b95{SB*FO͖r[U[RWfeWEm@qͫZңPYb:᱌59ϖjKr4 " Wr"ok$4xF_HIWS:J%@9 |[lO)`1J<2="eVZ+C\} ǘ3ac*3O^tO,GVL/J$ !'m#|Bҫ>eHxB֡ оzkryQGi/^I_Fh;hHeh<>u*mhR/7.a_t!5zla>YwNrٶmav;KdLSrI-MFv{2wy*gys<~ы,mIugi9#X@Zޔimp~&HjԖX az  B|-ї= O<ڽ|,zкūKy)C2)xjS41ܸژ2zq-jff9sU ԔSI'hL7F;/B.eIV:ՔaĶD!^3u΁ ԁ#;; /~/⛁h;/̳ w&M#Jq]avPc:¼uQ@ :g9&b{"Y&c X~%ztJAiB 4l%HIY9xB1]NlJ*iTjъg}53oJ y Ϡ+=ӝa<Д813[ *jǫ_jA%16D DZEd(%!OT|=w2o*b̿]^5j^iT8]vЖNpkSTk[v\2;ݟW; 0Učp8\qZuoW-]<n¬:S>ހ,K{)$\&i4rNS%j2s`^""YQlQ[Cr߿b#WsۼtH2= hV09X1"yu!Ug'NYO[[l!AÝ NJ"ˮQ1E ,f\DżL% `l7ZܑUU0P'S0}Fk%x Yfig Pep*#t+Q+ʺED{⑵k~M̖$GTW7"6{ ܈[?o\vPEBZR-"l;c~, 4W4era Pc"=}tӞ P6}JΖ(]9eMlcW]sa4|w7 q?)DF^ `ɍO IZ13{L̈́=-e0=[Y_6ynJZ7dL% e|>a"v {z4#GO6s8HiU2 ȠG$ah=6[+Ƌ_L/YVUElCp}NXڮDCRz2a|6~8w4[K.7O29U%-sp]U{д7Ő]5Q?J;z~|;:dm/:R4D( TāaQyM@%eXw8ʼxM͏;n꺢A3uu}rOA^i+tZre7^{TLUx> ;o36;)$<$TJ DqSs=4-kC?,h-xC2i9$ ˝lgϔʂP.d$5Ur#!||>{ j ƲiĸؐQW:B_M :%#S8|̫ x!$ṎKy&[H[?x/= [ ;wݣ:rT:^H7鵧l5"9@s>ES7K> gbm.g#7mQJ YK[ ʁ܀ "3˩ϐnՓ7ͩ?A&]d "JswsI = N>gR іo*jcm^ ~ʘUp߫v=@Hjx* bB$7wہ-C07uh0& ^W: KXfݨ+7(t[<;W0*L4mtdE%mYRZtukOq zIxς,EcɡCFQ*^jVCM5vnYzK6v vDrqr62u[&x?d$i7BAXyd#Df/X '$Nqh50l@`vO(L}̰?qXI0{1+0܃m!'o 1gJ29 *~ ifEY@u\o\s_T d jйgu=Ѕ-EHb`s(~y$ύ( P.N]5%n_Q&?.`ynO^WS,N'$j}ח৕Bت4]e]šj߮j8ygyIh#K[V]kb M#Řc>:.unB3BE,w6韓*.&Ie=.?5k&A9"x!@hY40v0k\gbWAy;vvL`F!cCb&k8뛒q\? Ը5$QR PK l*û. s`Nuܪ2:6^>B"0A8ɢYlnm0;w$q ~Kd O-ƻa\63$L4t86]Z#Gy`Q{:JnHSG(!fA X/W H'n8EYYX\c|YP{Ga:6,oؕMҷl|55#`u0-ILBZA1,? (VL ϖVx8 ok,׮Za@lKcVm֑gR]|=FKSLtO+d0i# 8.C] |+e)~f:s$}Ş X&_ pK~u焂r1~MgSqIR9朏9;mSnKUD` ,7j':9iX[rr9=xLG<1OUWZa v¸ ]*7cMc4r\0 srHş-N6UKYH#'6-6?3n^uMFJ|X(/3Hb(=dٶF;ŒQAs[A+_$̷/0 #_Ծ\2|,ӵ 2>X,3H( Jgс!6t6a̀/2Ī@b%Ps9_y +W8>(7o8@ԫ!*:mfz6e|Tqx zf1Ƕ}y~led{ܬdȎu -6$db[ecl%\^`SDpиhN/Bs+dXW6eR8\2Q&mkpa w|}*F&zA* xND_ٔ 0!i=5VЁ FOg BaYZ;ԍίz{m"X& 6!K @I.XT±3n~--Sx d3 ̾vgbdwx,Nna3Cu>:^׆Vߡ.89-`Dh#-*oO@,LJ"+u ھub(6qG+C#]=܏گ;]IeM Fu v6E3'+uNC'R=;K![5̒/3XgG; Xi/&~a»1'{ g/zl$"-(f']$0;] ԴX撺1wY. ZS !/R돱=]o& @MI~:qWW]=rl5wF5ⴱ<%B_t9(hP_iёd4.3Т{Q}}ätY8/å#X2°6 ZFaෞbiQhTRX}tmƤ4,CO G0es'`]@m!ؘ13#`F _7:aQD;2/#5UU8#Tџ "^@%CܴK[lHs)+ twY  K0pi~NMv>=o B=ࢠz"r_0Z{It|OVA\ e[Q㩓bTLN<#6icn](&uMwFK ABUkC Woghh ]S.~ & iVlv1#wYyWo}W3뿏ㄆgHqӠw}/Pxe)Q"[[64ف ̱v2:FV%6V 6}opxϖtFH#þ)IYv13b6ЧjRA\D)D3=iGıCN[z_)~AIPe]˦` iخ?hDQT(W>ݫJ[ B^;y//[y $+{8*`HU1#8 Ԟ?Bt0Gs%pDLVL'oQ=Ի%Ʊڧ2ኑ(V@Y5`o\s۠JEM٨ TEa1CFQ ͆)CG[y:8Wę#NQIC ?cPݫbW͙1_m5[A z;UM+(wc].MSD_b /'[;&ꈊ R ~# J,HY+D`VְCϥ *ה / ,UJo} 6YP!~sRfsWhc]ٝϠoCY.o!M.|"'8M9>e .w(oAI*gz>˶p2vc"dݱMFFRJjj ,-0u 7CMMʂ4a-Em.(dZp."F[t5Q H<]&^jH Aަ_?۹'Z="~x؇>.*&.*p鉆Jkr|)Wڪܜ@QClB .*{ mO@a h¦2Ֆ"]I_o{IG@֙-U=L$m$_=0PtFI(Sk|kt;Ȏh!EFoNJ*oy=J<]ۣ.cl ܰi_Jr=G?gc36N}aɲ0 ^K%^w@Fpgۆh_aHY].|@j?P? e7hBfʱa`Di%%U)x860}ю::Ds1i'KEu;!\jz}  2`^=w*'Ct<Ϥ^JʹY+w#IU J?H4ŭ`˲AxbL;=Oo_%I xj mQ>UK)z.hkG*-6µ8haw%V]IguGƞQ"o˷^9ؽ~7cF%`qMsq;ULj (\@A.Q ج#$M2T[YeKUweRT$/[+5+^O 4MZ;UOkʌ] ];adFxpxhAjec>`:VŌv򑠉+닎4hq33J+TSݑۘ$&.5':x;[Bʰ/D"Pu8*mrTybi¦ l(R*9yęCpbCĄ$ wޮN,TOSj XͽűFa.=zi%;MrۂGXsMZ1$ >\x` oq:W{ԕU hs# 8 (5 bK~{q=44JGF]%nxD5?Ln M[-0u홦tkl9!:G06ds{th-2:BZ}[߫&Gh`M0p&Q7+~8hcQ!S~"k{BEձLJ1b(5P .a&~=O~ "`xHdtWn_a[ %IqXux1-qaG7ɓBu3TGsdb[9a]I o "*z7 1Ժz`8{:/'yRNR6DXg'F/tIZs+}7R>Xހtqg%!ؗ᥀ SX"{8FBHfNUx%+lP4_\vzR i1$1O8]bc1qlxR-0]FO>[z1 R^.>pwBbO~ `Ӵ}%eAyaCu7jF]`2uՁޱvq .|h7t :caPe{|V?T(t.//iNMu05$랮z ?q܆g.H c/^g؃`Dg0Ƞ[ W0ޝ[3Ͱ/r)"" cWŕn'[pρY9kC u1jsT6MkX^ܕvs"QeA4B͟KfsHj"Ѵ$t#*fsڿc<ܺo0Z u6f|:cqBF*^x:'߭tf#-@w_[vn,ʀouQ7&TՇ/<߻Gz8rN[dOoP^{ X z5J?#xi& !˘寬1d` _ɷ^K&1]Nh a7crK|5.OZ: j1Ww JV.6X1W .ӇQ|pcjr5B-hu[@S0㎧P)z=ي63L%-vgX݊V0/VY8*%e=Ъ3C"Dun2zP/I^hEnSq=scs.}tds*pW3( $ͯs˽8:&5s偰;z@^w-&5L  Gn7,_3;:dfZO֝hr7oe| Q#a8NCkӞTλOܸ]"*p`*חzAN! ɡџi)6&[G^Ci@c!2zujAw{{] &Ϙ?TDȌ2r n."4j6M˥BiQyȇQDsUBj fз>uwQTLsj M81H T{‹q('JkpǓxI=~vV :fꭸlCZ!h$gټƣ({UoBgmG$wAAmM˕:L7ɾ; xw{X:bR_ӎ*F|8U+$rf a>Ua9{?Ig^>:$@!n/ja#}5r+ 0?!ޏ`& Rflr;Id}Z³V=k%bPPh GtT\ߎ|fg=!X߫TU<Ζ=.$;Dǩj^*6,zeC %pva9FK-)u>,ŭuWV۪ /mqE#gM8`|H(m]b̡ VP_7nc?R-dʃރ}g(+-AU{@cvP?I\|m˽kd XG-$_+E6"{hF+W$#| PI8 td\o阘'U9rH}PrՐ:"/3{'~mz*պ_g #",tݿȭ}Z 3dgG֌;V=<$c.oȷDl|U{czbb4Ez=a97B(Plq""OYZm]FYSkQ t!6ՃcK1ubdtBk$7K=Vyv;`Є9%w $1nF^Prz+/xv5f^=f '01g]dF~3uTmwNדzAMZz%zh yYϙ)?TufZ!v0{ˋKe=h=i2ǻL B nA=P-!‡Z9HǭSƉȠNt!4ymxVn5A{j3VՔ_?㩍뱌m=׹}z!U5I֬q!:; ;X:3b߲h+8h_|?m<&};NypK ^R&zc9~A͸ɒE: S~> 'ʗkx;ܭqfkweR4`;E@e##Gup2c.n~X#袿^JU4KRꑻaL3V 3Q.Pz (G2+ڱqi0q'eSV#(nT J˚ Aَ+\_تna\06Is_p4\1aQf5˩ ºbռeƤu!S zW\j"UIi뾍VrIGО.YGl BgnAh#c3z%30w5o y<\b莔C7R1O2IG{fl1@s ѤqӠW[Eg6n4>t7@zxf Y/ Y"d8wZ8(ٓD[9N*cX h>ǡ=lFL"bCV+$GCw(M+!mgr 1mPgkzlEZکz e܏-u$TiGU0QJ~b QL[ Ky:WTqI9$?'/c ngV\^@7EE6O h4cf3-#mY=#&l˴82- 8_uGk``il+v<\!FQ3yVg3 ww<[g' oXpCݫGQԪRVKMڀ3h@['ۺ>in}HFH?hZWK?1c(b3SJ屽$Pq*@ػIa`Ԭ!ZV-E5 հЗem%dT.9UQٜrצ9zd>W:5ܬM,gzϑ&/`}er|6I0vuDj)oWK=tG^bPcDh*߶wɫI=ٌpU9B Q᫷?RJU0|WL%TF~"(!%/ W^38F0qGzcS2[^n/zxىW.qT[Ja^'-1c uf,%pbt~\ޖn_EB_2QG/ƕGmEhpb G;I1߼ZyLE&1 Ѧd:ђGYz 7>oja2lQPL(] o˶oNg1αFP]sbSYsbxSцkGJ`#ҫ93\Pp m+Q|PwhSA -~㌫ߐ]@IOy:쩩(nu͞X&z5HIeCt 'yԑлi*œ6;;VO(лɽr— R33**e7ӣP['[T@_B.QRPAɑ"K_[2hwƏ \H3(e.K"r;!E>8}%}n {Q#5 a,w^03vD5{a ( aئqv~R3aOrJA:kԎ>&Qz N?&Rw/)ӏ$d>z?pT݋ΎFiuc d{[j0%bx8b&< V}tا_i*`5R|#f( r,^z$~c.B/\P_(_U^58|$͹ϊ]ti}¨ϝ62q9н;i( 2cӷ}irWE c˾P-wqOa{BJp2=Yy'[jXLj gce] a-JڅiDi_h:;36m;6~R4R5& ~_xu3e ԑPtG1cDg 'w(Ȧ(X% ^D* -X)7ciMѐ!!zGՍ3(˟5oi̶ 2Llo?Nˑbm̿vY#uVK?ʀ;4;|U&7{&TD-# WnJ9/vОZp@=c*?N ?N#RcfKqg/&͹AJamDs|k+{bR<Ytx`ѶԨ5'ЍxIއXRq`)wB|הWl@Z;SE'vɼdY]E|wIA?g'K A+(/MX6^(zq>GO\+:[YƷJX͍\LMLXKI}js&怂t}8\-8POICY研hR0w~ygY1@ vICČբZq)``AG@C`/d퇪-GQyMG@p=z WZ$^$]zEG+jo/y֋XJ+qBZƯM#q[$GAgovq(̈E嫆|IeSl'U jp⳺4?=I)ȯ6 c 7"A}\FAìQPRh a=H #$I0n!!3*0HgD eKYi/ Qyݲ!^n{,HĬTlE_YFƐj@JZ#=vfUCj)4c@_c뤊;3:'4%~l5%X{4B+Ct.2cԶ]`(78E~ h*Tk; ; MO/RS<nh3#ͲpQ6]]xW n@2![o|Cz`V^JzAty$׶Ǯ'?@#VRq udn+=DL1nٌғ4ž劃*kBkS4/yv_F]˙] n۠t`%e?r=hdXICNV'ٖ%iIl6u .!¢a6[H|&o{*TwS_03)7®avIל;[0Oh@8,fz9 Uz.. NjB@]׮f K!w<|H1.Ttc5g5&Q>GTj>HrqA.1WKHПA: #-pyrWTV!nx) f#CCe3s Nɿw‡/p7{}R+uKdL$Y£vP]p8j$}7- L4ah Az^Wu/lIߖE'o 6\glUf6f NS26{+:rLōd`uWZg# R @?!l8%j]ϖ$dOu 5O?xY^#*#e&5@%C9d[ӆUgMR=:B5{䠥}631ϾM`;C{f`IFkܯih_dK%K_؇4zaxoz}@4缆G:>1rͪXPa4~˝ 0K⾎/H,Z C$k)+OGVP D> +&3nAS?$:1-]B;}[k#*jPl6T^6duJ_2.);%ZXT费R&8eѤ:ҧqu oBU`l@"Nz?/q{xgiGkG`qEvozyk:kܗ Z3b1h9JPz;mM_~l硜`c8Ϙ.3˃uDuƲes"⌱L]ǜҿgIS9z8 k,Hfϭחю  &S5h [.ˣ+b) yJ`D"|rm?Kxc~w?lעRXO6E©伓8ٴّn7f-QtϜgaLx)L%0)pF4Ѐ=t ŎHȥ 7Q.l a#MlYcoA?]6Mbߞ> /.ܯHrfr)rs}5U;8$֠5 yG?R^{ITm|i|i8dž:me`S?^HAw x|n0;2# |qt؁@gyeo'P=8Km.:vo#g͊]4ԭ-JH@οw#95@m.V=d[ꖧr,Ta1r TJP2=¶boNEϋE!zEgb`UZaM=03Xnt8T*Om2Crvۏ "5[%GN 窗-CEih]ۂ.;6@łaF0Z;Su F] ĩ4d&ĆO}{."EXr<NV8[;50:Xw?ټР6|׬ u.G,|d&jiln ~&bD*dA,uEMkKZ{Dx_g$[~cBuE`!;vptD6]U1`w=(a%Mhfiνzp;㡚5] B;:|aԴg{p yB胙Dʶ'mYxRٌH{f:d ppza8Ԑ/Q%E`8Px}N]LK)GǦ"ބ]+hfӀ;=Y#3׷]Qdyi24١qڛ뵰 9񝛚7md7lo^&M1HN멦iHaf&׍AE})Œȅvwd<<t n;&}i!'#_3n? peP/V7wHCbD@UXJ6Uv'};x}X5JPypW͛v"S-Z깧'k#G?r[OzL~gf7/?eKȾw4\SfQPX$ΈC2=8MCNe ~b>'#쮵NoB ڋWnd 3}JVOҥd挳L Db [o`*^吨ӆSn 1ciBpv0l8* gmgAӝrp_| O r =CfYXKQ[uPq|,-*oc2a1qD}ݝ4(~XĚ$puhKɪZsT5r/$\+, )UIhhoMs WNPlccOd\ˋu9SM hRiDh}AbaY~PE[qߩ}@α.Qv2r<޾;B5"S8VlS>[tHHKLoݿ;|*{ !V]" | pi vi* 7U`Pi ऐ1iܯ3`Eѧ}++C}#@_E_Nv>I sHxeq`]:|ʿ˓&5Kݞg]Qi񑷇tkhm}T1 <oM+Lf?. ]$L_Bh0=sB\,ت;nyt4vDv\w"I)/c :bpr?GlIH1WY5%:T0[My`M[=DRtdu0u9pi²ЙiZ@>g̮zxN;RrCGP01«SV܃츝 HnefS1,`/j_u$]MaI?'@̛qFO11oR󁱈DisZЋ\_$VmenhBBg5!6v\KL_,DUil$j_M9]{Kh(iMݠCV6[_>"Sr(2'z^q5gwrY#WKD֌TqCm>.1'`oTm[ =lF3wLZi)d@LnH(-dB4Y'o[vx)M6C563{[ оXonu簣ǃ4K.+@5"lQW2Buh{lG ީHR1-9tV[w 2Hfu f?QP  :K%"lV[Іϛ%JJ\V8HUjGmڬmբ$RW@Y2Tdz%W^% $Ik}#;𣗮Fa)`.mIr$y"^}1 KZMZ폰JeJe; zkcrfGh#z8ٹ/kPz\  `n6`=EDro%{6!T4*4;'p+1/Z̷1 ,$6RD6LJi.>ƁԷɨ&dgq3L4Q[e\5Y< El*sk_ˉKkZLU/ݤȧ Vs@N oQ֞( Jz켙70-3=ExG,D ZAd.iuFD$j y^_)DF^h¥@PБ]{vYoneHT VRa\Ud %B Ȅ4KeZ N|i<<;c: ю4e"_[@#b+\LU _,׼ d |)iMZh\͡|e*85m )lwJ7IM>aVo T-to~LK-68`h>]UE[6|m.RPvdi(Nc;"IG B@Z1=x0V egwIZ뻊C'3w'n*y_G-Ĕ?Ʊo'R:|cjƒF6N2(Gyw؜rР3yy~3y8v?݅,,TR 2CIEX+¿C};74)+P%$v]խ l~ Dkx^0v#_Y.H{dqOw~vl㟼XF<:p=қX<Ƙz /w1*>hlW1xr]5-fihmfFTs^z.#+nN5O1?'Y^mcGcu6BC-;r/uj}:r1O F,BS˴[n C~_5pTk#q[6j6=7^4Jm }Бɖ& ,eoEdΒ|``6LJ˷Uv2ckw !/yIdޙK=Mf_KcJ71|aƀ1/ FdOd.IYr|g[tQ!`tӒ&Yigme{F=mpQ.h l ǂV?*K2`ޘt8嶕k,`x-&OܦSC IԴ4<2xP@<4 &6}d_ jF^B"Xn|NrKgyQbwѱUq wR0E9^Zɒ*u]WPmScQ֩P߈ ܉Tߖ78إʘE[ n5 ve5*G} "qxB1ptO`l?wS\@˷`"!* ^ҬvoI =$jS=<`X\v~{R=d;P&U12uEc\\=zĢ{hx{ؿ$FR 6 c1{؊f Py;& qP{MBT`[ًλ֑:{k"4a[c1gf?KY^4MFB<$?ə}: U# [.M .V^NJoO&G+uXU!Z4LOg7ֻw&KD]p/߳cZz '3?>uf:R\N(tYpw0ta^?QwZ7 E haY09eE&xdAmq] { £Lvw 즗/HK̠Ol3|oo+pXZ,jԘh}Zbt%ݩf7o)Xo6uU| pQo 򻨅@%e6^Zx 8RNBQ)QTk13XZ)xԲjs\T.ڤ0$@_\eI ]ĹL9Ռ{Lu'>h\&tÿL Z;`l;m31,me%5*8 C({R`0+"5%%'!b}^L~u QB]zBzqPXbnQua霷b{2J˂]"{q|x=`N؟\Q7Pc9ͼɶS,.6%?&;/ ZQwT218GjrV;@c'J c࢑?ᢎ.<*HS)0*EȪWՓZ7"01fr~. )߄| {!ݱV,\[4tD+Ro۞a^:j0 =BncDtr+8egvcnu>V0; յ<OSandjVw{;%Y487l簷(a^dߠH8dx⪱^|%c,JGac0fo^?iYpFލ?=G_G81wa^E9r?c+`RzO XZ5&z>Hc?Ȱz>ie8lp;)L8uŪ|O7'yéxQI/>ikzǴ][1B떚9u9<'+@v7n_}(|7 S Ø%{y,s/(h} ?wYVذ0 AuZ4W[sFɽ'Ηhe&&m%.xcSY 3?>p_e3VP؄g 3F^1*WSgj!Y$)֮v3R[JEa?808ob^^_eʳ(+m>SwJX#sO'^(1^w@̉u@0:;zjXٿ.cԱË[张MAWW[xt闉@5,QQZ3o?ry)+j؈Hk@ʿ2ہ11J _;~vjʰn:DFWæ 2p Zy> 7; zv=c>T$#DM3;-XD[ZBs|i Fs;bp`Qh;&vLvS 㫽={'ӔNzZJbas9t?ܣLo^B~s_[Gy]V0ސCؘ!*kfi m zs.ǪU)@!5YsS,+ Q P: O7o1:;q i?dR7I lnAD^ZS?_ړ8/b{CWM^NOxvvrZ\TO[.xv2 I8Aj"!sm'Z“+x\P{[Q @۹ҝX26[젌őQ0(8[8q`6K Gz.4-,L;`I\V>dzy{|z1b1ROf~NlHOH Hix!ƕΏ"Sz<[F -PSJUR-w4ֲ %0eOİkp!~:C¦1`4q;R"HfO>aJ' ha66 80#46+M/ 3.:[x]O9`ychJnEwKn}ѳ/j@e簼a`/r (N @xgs=La4M!XkwUվIY)ZI"D{"{Q ͞-*̛Jg+"$Gj+!Ð1A5f S1R"Ifn wyן.¯{@!X9 kـO7KJH3E=oN=ck*d ȿp0~+[ʵ7ftR>v{/Z" ^QL9 xZACnh kC=:#J7SpN-,S@?G'T⇙Q!,a}Llo4G2\D;AИUWCcB Ym; Հ W- 2܃亐>@TKq2"4[N)hH`˙mC|*5.=tMm2V]·{R1c=,)a9暵L YMeW>O,l;]mP&@Փd:md'c 9O?SE8V_P0k0xP' `i2f,wm偍5օxjJz2ڤsC͂. Z"O m>&k*O䘜;%Vq C賸T~= sȄ3:HHN['kT~6K%0K쇬|-݊kGgt޴gNKdz,W:/ 1U: iYfSI QY|Y/AO#`CkX?7z֧Gعܽ4wGklȐfZu3Y<&x1].=/mHZD-AS%'*+~個:_4` ?\kG:##)UzP8èN{ѐ 'xfq@:̆؇'YQ K=kǽEV aSCpwnO͙f=yl*֓s-c6zq*Nr6čg_YiM%B'ȧk8{mL 98O6^XMYbTkW,t>oBڎ#\V!sJ&$s!oO@tDgL{ǫ_M#]rc=oMVPi`Ht27 )rž[_нyO)u͵&|;eP([waZ j w Tb)qJpHLA(й8io>rl* d^6{V(ϙcn?EC UTtޅ /ۮ7Wz%{2|D [` mQfpfcp5Z6:;mf>̩{uԣ{+ AX:S>ިuU"Vf&Dݤk/܃C4@B/3Q F^ h=KT *u&@:"?zK+C cATb?}kfukb /9g~/yh#NgfO%y'VRhQ~]{)r@k f"f<=hFzaٓXzɢR4Yoi/m~3je - NIB{f"-JxRld>MHs~tZmax_ 6 InU-ȔcizlŜfTw7^=&"3`2x00"} ޵e"6$ (1Ryځyk))I3?'JcEcnSS,;'Xx'izD5qs4ڐ> aDw=@hy]b'?Hͩr8P"^t7R"3|Ta&);[bph"Kh w*''j%a|` ;S8ܱd/<{,mP=[Q(㧋2NM,r wnbiq _5ЕR;z+ 2^܄n0cieZn{V ALkwp~35s8{t#1DNu:r>Zػ> ŝej*{$hSM{8>Y7G(<'%mʆQ>+0ȱZfC <́ sTPTH) 1x w Vc{;X桡C1Ł7ױu=yN974'ksh:q⽄+ȃɏ-tJX@aڂ""} ,TsqGBh޽\zk\T{H>R˜} ԰oLO9"\hӚ&lΠ$F\u6ZvPv&H}& wg#03 M耑M}Rwg}]S'+tex9PQv㰁pnTI w_|mOh6_hJ]2+[wӬ^E"Y]kuHfoÅgrt2Ic}g\bP7 /tЗ6dΗ~M?z);"]eiXv₼ 6c F*\lX&Y> D($K*v*| )#Rq#UݙS_ʔdsY z_QtNyqо`6Xc0$6i60H$!KP](.'?;ޞZ=rn P OR^{)0ƛr4۔C0"%5V%TE[|XP{u1RK4qGWrHUDXS쬢#]h`Hr8Z.d6c,ۂV#mD H o*!8--+|2s .OG2z^#3FZ3,C8AbCڭ"b)a1JT#)=,o{ލ9˫|}WP@X ~D&l{5|u]dP™@~pؼ˂/caӃw;;฾%`ܚL™\6faщ[3oEvH%c%y~7"3kF;R啧nhM2eWl[U+FҲd8pՠ!Û<U 85k}ǡ]<z?&= IF/> f:DxL:*sOO_,zB"Ŝ9~b)|Qv"9Hyd'{D>)#<`΄*d |oyXAӖڭb.PfD/gw%`atP8ͳbmo}/v6Q'yU  <`&􏞤dvs A~>m(JЉ";ʮr]e6a `ܒ9_gJrKv vL,[+I݂;-̒8ɤ^8%B`9F@f$hD҈ʦ+] I:R>5 ,k:P<" \e׻<װh!bq KWv96rt>5㵱MďR˴2|ӝ=AYL@µ ^!Z4| sKt aFeQ (55휏CsVP! Wthw {n&y9|sYvd8,uÝ]8Gpn lNjUu_8kz<֤G[<.{yCνY4fu:^r 1D~,q]7x7"1I8BŒgud]E$ms9:j1'5pԔ;]7R%ӽt7e̜Rlɰo-%*\`ؠF]NJcPr4ရ5++ףkf QK Q|(%WROўNK6~A{y0^=in.51Cn\0n%*8݈)uIkB.<.1ujvDU>]F`IS:[-MGZ嗑8iF=܌+*U_#l~QU1v˿KɰUZVߗ~fJ*D}f'þk3*a!1< rGՉ$>p2u$l6V;%lƸamT,PAqQ1u Cx!or vr@,+SVl.}c(k}Cm> &-V&YHIKOc-Tft[qK[4lU<=t;EK<Ў.=lxUM;݇+3xhWs'd Lj\<,0|- J=^os[EAPhǞ7 #RHe䲕pg~vg"d M#x8ĭ4c I._c,{)#sƻ2^jJ3{֝Nw;a7e9Akx"/cIIX; إ0h>HJLcϘK1ӎ#'P䗿mlu=oa$oJޞhA`p'z,eD1E\ P7 ~,ACof|8$ \俹x&#Ί\b~#\0ӹ}vTAJ'\_JV@HOt>s%Ki߾I|FhJz$S86'WmXԘtMT]?eGvrTCkձ{ꀖKa^} G.Kd1@LBV*,`caKPnE_<4@|n]6m7oK4EQ?ӸvAb9CbB7{g@#&,cH&\-ZfqN/8DPd;I 槐Ic1)H Oba :/Dad''c%}L՟wz ~nqE!*YS4 U`sE=1W qύX9bRrf£nrɏrhф>#B&t.WGظEH7kLUgA;npP8V/ i} mX ܦ`JVVd: tȥR9q+\3bD߶P%aMBd Ħk2Ry0K+sAۚRP}\3fug"3^SAH)]WW Ay'as _ׄU2Tl*HM] ]K_>K+тP\KpsK4&1*uo%ePa6B}Ş/*Gx7dK4˻J[@=W#Pͧ[,)r]hy~3ER|Œ81U}-&X~V8I1_NwpZQ~d0g s8f2`A 0u >é+I¤NC:ә][܏yI7vlZ#JXNSQ9@s] 3pܰ4֭]wk6:K>h5SFvӒo5g=/^ivyw'Q[1?! ~2T놰{ot nottE=Saxk<$RY g1:LΥgHT݉^9tS1lZaḺv$o#?}>>(g1*@+_knو<k"IZJ "g6LI0.Bؗ>V%}whB0ZUJU4(JK=BRxs̗1j4W@׹vrWW2kv*f{Q\2 }%LDM1:RPZQ;O."8x׆[Y+׫цH2{ӌH"A۞|Tx,LY`SM❄`s=IIk24&0X)"Lq_)ER+9&=\$ a܎|KDH*@S@zppƤT7~\rX-1  dp'ow"nqAowB#7UVeOhd׶~G~Ce*$&fcn~ܻUGEJ\v-کGz:9x;{0~BVr` 8a M5#l8R0`},2Wԝ#Ŏ@K&n3bEQ.nKX>6_" WI"fV\0 BTXpp@ :Tǫ8;_bMmd&Oa!Mcl V$imF X qvRU҅9R1csjPH^Z&^ pQGmgǬ5Q\QI=L1Gq|ŕBaz才;^icųYtavC,m "F̖yhYVCuga^$M=-N ;SW]".W3+Gy"3߁ zǏUZ$71Gyߥ&EtH kB<+I7OeV]Vэݔgab KMԐ+HGpL_$JQ]4Q @>EAl rz緔J?0O=֫,鏋ݺ/7;0%T#_so#*WHcٵ-mlk "9!ǜ T>m4_ֿ%r,D}=Jx0K*фJHƿ^(٨\u+g>A9#)<ļ`)^yP+ھp܅D:4=w61聆,r Ҿ={퀸_AGr~NgK/b"Nq-&fxI r$rdq!/QNQcFk(VӬͻk*W|˧&QԸ3XUk!HRʌvӼ,f"T~5ާg*Thں•ˊiG" T ̧bD/M|2o~N^F9uN3[Tam1@HˆI %{![N:**q>t⏋FyU-p%Y8uL72L_EKu$`l t ՕWގk(e{<^)Ek|w$f0#BK*h$/l8L2AQEOg͟86OOͮpi8 [ϔ͉QC1RʠDS|_:3ݎ1MH0ʹEbw%HFff8 ܠ!Ϲ:M]PKSTC`SCp| U {.C"}/D <vDJd]?[p#Q`,W]]_Gwaid%͟Obif49<ܯ?&NU[\K[,󈕔B;me)ːҶ4``n=ۆ.Pyr dצ.*X`5ch$oQ 09XKکiIecA)ZQc'A<~۸=mQ?%JGPOa.e0[O}H8_3|hbOfbj=y2:$#_Fcu Sn_0U;F;%|J&R"&@4#tՆH~VL`%Zۅ{l߫qⶎeS漍x!?~N2k 횰H ؗx&F8DܥL3)fY1@dN'VHC2EhW;wPr*d{%|RE|AcB0%G ?_;H}LeՅ/!i"gR֚M`-&P(K;̖A۫h)I*xUU*l%Ov|yp|FmXZȢ>3<8a~ ^SڔDo168j#o޹X%E%wmx[oa]VE4 yUu!lvh8GX( "5{.r]c8z>^.IWCf?кZ}vt핟i)BRY%kD$Fa#!M6H% )iJM$ ujdtp'-a|p<m%]Eg?UˆZU%A̛->4 "!ĘRGd:c|Zb`n\m+4c&*M5R>o.9/ui(ރ; ȹlM4f#R>ds iG`}5 Qf%#Յo!QI_Rn@'g I/q >5g?0۴N0?pe"-$0lM>;FVn!J='8Ϋ^C`9©$zQ((tttⳆCƁ 퍖>@WX$W3qŞ$PI5W&gtadWt`%U&p@ kt =wygT~׾ݴUڅËAQJ0 Dzhc>{b{xzſx[);i]%)T\Դ N@3HN;?St|Մ!CxgCMl0Lꁉ4>EjRO ~yVةN[a7<\T92Շ f:g_o6$0f)ZE"FKDx "KZ>O@,hKʱvWs6b߮_ 2hse.>;Uq7s t+*TA_uX0FEjL{Z\l NQG+7>;\Y{ +!X[Firƫ=VUazU</ztPM–Ad3xqԍO.2`֓ o6R:jI[ihw^²ktnmzmH&W2_LD+vZ~)3FMzd^r|GU,r2 ߾N9sȚT ?i/H,ȭ rWt!ŐnG"ԂaEOxEㆰVw]SyadaeC$#m'Wb_5k;`:<6fGś]|0m+{b0dL~{X)?Uru^.5(m0Ŭ:@2z9˴NsļLxlC#6vU+dX?=chð%TY-*BpE2T';?4_>C%&S!\|wUc ffMY4Ԅym .:\Q|ctf$a."gy\pmcl *|½=XkdOd͎\RM+:؄ F7HyB?爴8{;PVd#݉=_eu՟Y\" _`f>#u.Zj=TQ߽S a!o1٦ ZnjbTB 쒵:Ȃk_`WYi,0j'=@4[L ^-+^ޖ B6#}g*l7!VroWD)FsnRS1;Wej%C]Xk1|V(pLa]}*DiUfs}"ʩ5[N N"JI;1v$I7 ۰Zc!܉CWPdpضeHig;AZZDU{[9!+K@c~M9$4]q's|(@ށM(|o}L!i#vha묈5Q%HcH0ݠ x^|-SLp~9ؤt)A# :i4?G2ذT9⾺qaI;E3򣖗J pbnh$ɕew^}w$94}ԜFlBޢKQbIiu񮬄ll^KpXz*UQoFgŖc2OvwMijf.\ ]޷;{ʡȘ06}L vKP5S+̆e=@xUs:QȔ%I֫,0;Q ae- EH ؠ2 je~PehSǻ 嬅CEYM:UJ;au㏺3FNSk_8HJ QA<^^Gjs |$@kr2G%?pQ6H&7̈́WiQu2vHE\1Q"5U1">#!n[_0X.f%P`̕( Fpku%93HG_*WjsP ED)^v6&*u!I, <.3> T: IHI*% j^Tg#F0ܢ3\-꒝yl:e=KJ2v3BeC"W4\|&/fTD 12r5RӎS%AOؤ tz +WtyNICZ4 O"Wgib<>Em\f@AgjuǔRFu8A%፜<'~Jv9'Á$2lxdYoƒ}8i"gʏmI6ph֖LZzE(WrsI![Fto RfM*&Y_m+$7xY2U=o,@-DrY[;+LUBcśHsz[y %gOճp} mH!?bW*L p"ɏq ,DKYmђ y5LaRdS8 C>狆.gn_qӗKMT便FzLU"R?LVJ-!k?z1/)5ZI: gcwbNc l^U*|I;Z굷KQ\4\XȻ7R '])lֿp6x#Ge zHgBЅ&EZcUpoPpv]a;!'G2UD~sҨ6\jVd6JʪJG\qі5=F"" ֛ܳ x8'vKG a}.dYMJ\KT5ЎJkPuWoHrYŢ~;8`9/- q&G b>Q=Ccr-z|wipY@4f$+AwjNh|h'onNx$GI{rf?wFO؆]\:̃*\B Gmyfe4pK$f cjqRӑ2Π<2ki<|)syQ!3ĔK-|a褓<Ӗ=d58:SH4zdԨ)T"tI ".K8E 2Lc췎kt,LT˕<T|qOڒĖGz!A<_>@ "?f 9U>ց"aIa+D2jCPiQN&p6M$Aմ;CZrӐS<ʟ˔s?9KΛ ;p]#E+otx2P1O/6*;Gf2'82ݵUpHe_RBCruy'ADM9eLor Dp#=jL Ŏ1FC1|'{2x:B$T=J=x{bQBP幷_P#1?c)|8i^MZx$kW`lCH:{IM!37uۀӽ\0%(Pq* Fŏyo:Qc3cJŭD,kWI01ɿ0Uf,b1ⓟ|]O̾&9TKeZͩ4˷g`l! *BHwasr!F (~6fNgp<]V3Φ҂.A6+h/B&g ejI׸(5z ވa/΋?򺡀M6sH+;ߛ"Ս#ݐƚ$Ï5,F0t^'.\XYSиJ6cu wqd] rb^&6:b.\*+WiS+B~!})7h Xc(1:dD6Ifogdl S2WyK _JE9ňXdJp*햨ryGp hpbjC'EhȽNdGt{}c~S}z u,F,ߨoINt*hf]쩞eNײ[,]q"y|J!y̅qʭ)yv.ljxe2&stI4eU=66Ӈ񁘔{h{/ Jlvɮ,JŲ=?eY\<.G+APao ~%"R2gU;4*HQS%x <`y44)>i# QGhtP=َDB[*|)V41>x(6W "@a B'=X3PD{7ޖlA6(q* łг˔;)pE 4[d-[R8E,> hco a> pxGdlOQvYa.%Q~fqwxjܰ'7\L|  U>%S-f!jiH#.&eָ6;75,pwV~+alqXXNvmKs K=θ#УovdrM{:T<(A6T@Esri!ؙה %! a-X(`_zoIa t--;+|ڽ8ª uUsyW}=a:$/uxsց}hn+hPVC5q~Ysoj~<XX5:rZ,,rp6FTs?mFX`ԝ(x; ondqg9f&m#| 5!]I>(RvRgK2Rt-<(M>]xJםwy>׬*m?*G+?rO{jv"B \99X5#f= @ *i}ڿ<%HA F5g]'G $݁6 x(~W-_v%\5ΑW``΅9MZ?Wa }ON|-J 6~$+Jx*0DSCh̃bH͇Jßqti_4ףsь[=j%ˈ"oÈM QMsw3P-JaŖ~MDyړV:lDzq " jb诱&p} .3[ݢigd{sQ9sY$WCc3iGUiL7G;@of {zW ϷuZw{{ < !s(ʉ<+d k`H!;1/6Qᦵ0֚A(k{(ESfjn-*x`gm#p4sKɉ2Aij:w/j/ v{\SyaLp% g_`\~Wf!=‹)k_v 5O{x*^4"`z}7s֟3ߵ8SgEs+*%pמyC[-^mn}BkqeH#s/n7JqZS_v:otmJ)0D-7lx~yVs3Y7jА&x\7 $P!:5r0I Mj#F^K.d|x(v< I[DŽ"ń"/,}dqVrL4T<%$I>롱$TL+2>0VX 3q%(w͸f"F$$1 H_̛;3njf_v0+J"CE,$ʍ*"J$ܩF,TV8LB-x4G>JےնlU8.@QX: rVUMvEH4No^A_"Q!"[!rNGvi_+yQ1OW8PzP)ϫ|&q#eE K&qzY*H]J_a`lX;SdF5=Fo 1x7P(g%,D ++> }B3߹`rU!:CmV[MzlR79ZصOP۹F@m eMU#r1Ҹ |X_Kh2H*C8 u eGdp~0^p_͜#lr `1c7W`J7O0a‘Fӥa9Ӛ#EY-`mtw34T}!M\'\ٸZ&,eQ}8.9ʠ Txs5վqz73,ԇk~>}Ql\4q1 w9 ~„e.Q»cR} w~82e9%U]̗Gb2ٍԠ9A])0@-+/n=$gTXߏ!D; zbvW;)/ _,k `bJd'09y,+mDA~.{Q5p-!Yki] Q;2]Ǝ?Wش/n[Pon@VNvӜ]P&D$=ߒqqS8(:Yb"̤Q6j@v1Q{i %[4 'MAC;``=,Eb ~Z_ϐK߉`<>ұNM*WdQ>iB ?V1qzl?s`y?ܞ #nvBR0tz=_}! xXA`-9lَ_;L;*ϩlh'eu[Uv^pFUA,:x4}Kt%IxZdE{=$5ʽa6is[ޝNV-Ak+Mg7z/4xNj TKeø  b.Z=Az\V/j5]dB-{1!9/]h=0o]cFx^>՟`IF3zvG'x5ExZ滮ڋ`s;(R< ϙſ檔z |kOg&ǨC~@)|ei:>צzhA 3.CGȶŜs+ecVgZYg3 dN@S  $R[۠'vT&ٟ'‰c=&75Ch'ȫz9<]I0_((gEFt+<'z:1g^9E,=B^ 'phR;0B46Y²ǒ_#S! EE?53nGE]5ht0ZiU SOtbSI Mcs=w`u;205o>uٷx^LXSoqlrYISsY<M'% %L~48a 'rTDמbt+!"|ܲ7mHfYNF8yWDTȖB(7־v6H5LtxV"dӲ'ԃχGʋL&Z'FɴSN0rπH X*[|~6gw Ԑ~$YmH#$Y DŽ'i?4d;|{|UxD$.va+6V{5xEsq*$)뿓o0cX f2)ƭP- pk>ПՂug/`eP<ܻ+;93Ŗsdc΋A֑,b֩bs2:`ܧ̃X1$l]%p-*dCE`NIf.˺a+勘69_(KμǗ$F]X õp/4Sf)ݘ3?6~SWiq%Y]DLTmw !(/{LX'CHP{"R1來3y]w$-L^uR]bg1_q*eЫևiWogF $6Yqn,:4zr*z}*j;_5Mb(LUjvoyMqڱn?_ 뤻X֍Q&?' jFeM.Hx5 e0Qu'}3ʰ sf/i50TV4tvyl E׭ hQ( `UM%d$V@fT, 3B@HV=Cl/V;?$LTu &%oMcH"M~*$ 3zS'Z*MEu'UkiA۞0iO"&C^0FXf4IK :B(`3{_%Ÿ5@h|N&/}6U%f68dHWH&{/F/IˀRY,!IujڭTbQ>s0&Rj5v0tXLB^oɼh,I/ﮐ{ h@m(toȠsʷ\$-BO 2cZ`Ѽz0cgTuoru1б6'ЦB="œ@sa[[A \'6qL=;|ȴa![FS5f&yIFi<g;49ߥݲ92u2oWb~~Z|9s;p| #r7u1'@TxJDR:/ctqfM9M9Fc ʴ#7rSɿ| 6OsCN pV~O ӡZMy˿ 1zi0 “3[ pEZ^Qc%D7릱)ݰM&ҩ՞7rꖏwN!#*9 R8E_J,2[j檬 دs(!JF*B(iƝ)0?1M&>; ?rʘ!#Y&(y`1~MmhIn.Z.I{Nh |҈UouY4jemn{=i&T4c_}lH3%LUϱlYay/ӛڴ|T޼u4g lBFu'OHrVKKg'm", ܥ7$aFKvmf:.imy)g'*=5D{#t\Yk7}c;G*w]Av5N2~dtxr p9BONCREu/M- ϩ[bNYkXА)z$FfL=zQ BC&e{f#̶rBlW=K;T!zzlܥv׈tx˚YTgo:A5N)YRRy9s~1N rVm0Y'ecu z[ Qz<t]oޞ9" Ehnw #WZ |S8]A]9T =osC$sp3#]}_ǡee{rG1%L~1j B?Vm$hPge/e-VoYEK~:%+>/\dw$T z.%'==1ǼwH߿GcR{kxa Pɑ!(J竰,dcK>4 {p7TYr kr7GETATzz`i F]%^-04 볓}>HP>=x[zi>z+!3MA_(DcXgkdX~:#/bХMKwn A%ҽw-KIZy[3.T'bG Lհ` !L1dDoM] VNA:ʼnd(InЭbB`KL G/䈍[ 7{DGt.~l%YxHgC6 v!J?̭S[}3Uo2繋T/LtsL:45p+DHl!ņ}E~ s]U_iӏ{.pUfl0dAΌqNR\! \a|'ǫs'I ?~lo?.[ҧdѝ3ÕlvDy#]xGԚ10}3uH_צ%gwiĶlr_^ʑp^N9%A5s@xVPxF k kB\DDPQG״]@E]6KB!}"䈞Ut8E2JQ)J7Ѽ,xg"N zY/xgUD:&՘˴.3SKsé9JmX5s f|N%D~l@tG6t\IoQSM*n샱+1'a3|vP_+aFPR)LqGDQHex0l(a-9F io 3:&)G5O*z5eSS>_wfc:uE:2ƆAzaczt yQ4oD?&5(-HO.*Тޚ^kyHL&zb%Ԝ~޸;^t4%(ld$V B 8B Piu E#/Pw+嫻1 MZe?jxٲ~@z=T 0.P%m\7vl`{*MW6m˗(<d+ Fx]Zʛb]^1[9=H8|2 쌈lۂ8*S*EP7<\?в:="_B{ijXB+S D](,%6{9T'K2|Wow):b @ھ¸KyJ@^ƠxUS. gp_exSzx " ̅Yٕf'?8qOn1h_tO-IK5cX I7/ ʗI}.-s:ۇʹ)% aOS7 $ E¨Źf@Xw>CV6*l8 t\\`qVP`4^r+zxd9 40h?yV\^uM#&_MC\VO(r*nGo[4їP \)c~ȩ$8`-f38mRޱypɥpEj"^1!lu Vt APv jF?#xs@8@߰yߐnpa| ư~Wj!ko|]ɱlv.$>)fhy%5slsr-&d,+9l]*6`TR%}}[wz~jFs naT TY.]Î}n ~2~(sg ۊ"BXMg_6^5JÊLH»S&\u#T[FT#3Q/#j"S Gٵz-qr`Rm^w84w/t(Ġi$G+3Csx>tr׺Y[\ꊅfuڬzKpUdCj&Ъ< ߭-9Q UPy7,:jIu8p#nmkx츞/ Z BrJ ti+s?S(P5J{Y{A;7sUSˏzJu+q&)P>.R4eu; «$VIO@&l35}og2oE:lW;tJf+e!e3lT}&B/]Kߪ"Nl. k%uӉFGNǚ|.1.7/;;&$b8|T?$=+N;e͐ݎt*EroJ[o)#hk;f5.(WʲX:5?ߙn4Ev/ƱPYBr1rC x/a_TF)9N{aby$OWۿԋ!5=/6vJ:L(_9-Cٛ!X:b9 t{ .2݁>Kibѿ4_\v٭KΦwF ψ;.YwIl |y L:UzC[wT\rMPHl';)|uQ/V!9lf'aj󾊂q4b2w3r WMuIvNb=U,m\".eՖ2soȧ'pe/ؘηh2Հv;~j2oB1(KcT=W I=T5(s䕊{Eo# #RA"9` 5?$RL2Թ 7qNLƿ==63'Xz*,{z\۟‰V(9zߍ.^Rg? LX;F(^W啻Jl-H6}ۇo4LSag2nܘZzFLG: kIO#\0bǝ-F@ Uy0 +~f+di~3n{k`a1z:|kʧo1Ħުn{ jڕj~޳]eC L7tEajҵAܗ[O~E6&]ICV\ UoN7 UA&CT.xCcjN _JfkԠaʕ!!x6NsfԄkgkIkw6e_BB]*3lmU@madB۝}GqJm<-yOB 4SJ>mJ@]$mI1 ?V-n? ߼x xI'*0?A%u|UjD*/Y3((-y9rU`@İA^#/O7Ӯ[NyuXN:8&]ѺM'֌`Udl yvO;'6gV]12s] +]eo*&}|iSLnANIq% (m]`CcPvWKU.q6ˑV9V7a2t)0"BG]Y׭hA ?~DW|ښA#R3.q|8j:;AUd s=dI0WQ^׬bQc|ʕF8'/Ah07cF!mf=m@)@Q=A%(F\cբ֫0Bwvɨx*߻Bɓi.u`n<+O<8$;O2Iql|Ԯd@XcOfy<mG-, gxpA*12q#^5=`HdX\峋k.Jf;`88#p0يBZ n1dJi&VWھ;ٝ ĕc.בb[oP>8Po`#@׿Y%UiUBßIeUP^ # |bĩ;GG4cB!/T!-ZbU5aۿ1DytۗFElkuX䛗3H6FiyM.3]1G^.*`^>nxq97b`KC g[L`E38ɭHn& k@8CwVpC'Mt2= 鴧P@ <9}β+"٥1*̡ 5FZo&e&O5ގ#1Rb2D+^5w@cCz@i6AN {Pn>j%yYqKj^>=T?۠%;<贊"~%)UI+vۂj"]ja$Qv⬙"̵a|yaP'DGL[@*:+zOA}ibnCu9$?B^:yaZ4}/@e.UH' l>:Y}H%=+扮2"]?\fЬC(ȴ+] u]:eK⣁GH(/3@WS{;6\^ lqvwM8a3þk^S 8G5=4댷4QLڢ\ 4K( uC;:+,ܫP> v%)hk'[~n,{.j[G?Zza{nψ+N'8g}~nR:8Gw ĚS`swAypx5#>+|GDǫJ*})M;[Qė5iBqp:NNkQ?FrEEPvF)T&|NGb#JTA0NB4x`cXOryrړ q1* TqfAԊV;fsAtv!980)#Hf63PwA(TW1p]X+?|Jk : HHe95 1Qr * `SF[,|xAʚR9 PPP # Z:$p\ ,3:m }ȩ'ozJ;' av}awX949 #Bs'QP-\Lޑi)r3$ wlyä8P(4gۗ3RS 9LDvUA=b@g 'ǚ*ڹ~pd}QUj&?M6ex\QXә/d&J0UNa/c;> %^eTi^'W }x(HఈDYhrX7L|V#Ɖ\ل 4l$gb^J#i' KR` pTyt7ƻ"d~Xx(nxګUygR0KN57!:ey^衃Z: 9'\‡`,Q\)/H!p-@_$֟;9QW>->%+ b/RC$a;d;LRԠSZ3UVvN/cp\'@XZPJDYZ"Jܲ. $df=bۙL)NSwt"B b)϶N(QQzcBRO[ &ޢƥU|ᤣ^hjwnˎ n Ђ 3_I-|CiE.7UNv Vvp}"wv'H+W i'DXdySw /=y 2U'b):M: 3 :,F G S:uQ-V? ,Ai5\lq7,Q r>xm&#e]4s:,s iyQ4Oxu8&h9r4_dvD5tA }ך0 @} BV`Eվ N _-_sXg5{j:dUw '__%OI Hu okwYsq%2xjgr}o194]p}|3ڞ7KV4ۭS rL""pE씕qVs[OvCoo(bkv|8q5r(FY{kXοbq$ÃqJ"V)N@aw]Rol64nk6R)1{[Ii UUq'XhXaVswI=PME^ H.8<9,},s֙|ej C$FtEH\L׶:;2~y-\*Eg 5Qr:8WgvSa‹{x]Rz&&0fTHW8kԽX Sf*W3Ras`4^r4CZ]|oU;,wN+킹u/֓!C]?5,ʿœ3][IJOVƛQX#I#*b=1Vv֋IWqȁ21 RlVTb𠑞Ib%7sN9x-@iI'>|'+U $N!VؑP 4KeK"]B ijUC\3 -a$P8 LiClY8䫆'FN֫Ulk,FN\2*jM-̝en955R,/י>,9}Zz:-?ίʘ%Ÿ?6iKP ۚ_9ͫMfm}V9zn&:/CCW=9ƨnQDX,*:Vhot#4|KIe[4@m,X}Pd:#AԼmSs`$oaUl57"6w 2剩>nڻY_7K2VS q2"e(3$}rpEEzBˀQݣ$[chiK=\i5= *4%' p ڌwAmj AA,bJPTք .~֚V3iM/Vk/2kOvEƣ*4ע4.$%YH)=BUwsmugV9MIޥA;HF;s"ڔ(MO<˩#WoydAdP{\(Yz2=yef,'!#t| w^;dvЃ)|ʣ O%{cϬ[qM}'Ɗ ;YPKWm%uɺʶho2#ց4CJGdwC?zI#< bB}BpYf2U-2+t7j ];v5xÙ!"rj7BƐ#@҉B 6K)#πDPvE tA;A2єLWfu?DaW=^5vE,⠑ e_/u_;~%uᮑļSn[PaUC|rr fҙaiJ,9@ ,ἷRثJYa sٓڸB_NRcdCg x)ČW~ԔGm"i0-htN _b@(JTݳ|y@qf=8FXBqwJFa2l2v5gaDDC=uub<=˔(,D>+t@{ݥ Ke] jDv`qH-{ NzoF $diV LhB RhO:`Bj`&[^H I~HYRSR*M^[%ST/LA5n C`=xNI!?M, o3nsDM|k Xy ƨ$ͼ:=f_2`'2r*WC#9f~(H|weJq,7zS1:S XRcpXJ5OG&3T)O0n%bԨTyo+ؒ"@qE!ܞ}ͻHLQYt]+ޯH7=u.TA-z s|kmA#RsU@%M_aj$2 f{k?ڲ-2-xx+8Q6Y ǻ֚jY`}ƺ[? Y!IE W qA bwoޙNuƄ[[}֚uDa \yEdds7x.0uBt^ 6kXE ,[C@sy!!Σ$ a- fTXfđZS(ZY9q 0儐.҉zFXi&"1,@K-'m4c7Z\~'P lخ_ãz.q\8 Zs_^ &U߿SRģ1eWR)<:r}S7C4 gHn܃;MK⛻0ΦV`]S}%3^$,ˆҕ#}Gi_~^dW2xx^,k+< M9װc6U}+UѴu iu|𕟃j58&PEȉ- 5壤UN&ű.XIy41C6#_1XǵUrAN(}Ȕ=F GĊivn1GtUĥ݇olMae'?-"&nUȷMHț(;ܵtjl)$l Mdyu荿gQޡj 916iHFg˸fۜ8k}b+R߆$Vx)L]+{ p '_9 {`ȹlco;lX[͕ nl2#mHl̾nx =2^>p2Ȅ؝gm9FFw䷖}%[МAu&,\R-B Xd2%v_ ϛDեڹ$-zzcy[BJ*\ 7xU ={`g֌ Ne0`DG()&0/+Y F]ư^z պfM[XtMs@nr_p3-Y( (`VPOYA{R*-M::h:W]Sv!Jm"}H5b'fu\#ǹt-ט:{[Q0yϙxro@2lF%L>%xk"9IM0:t4!vƪF̱Rr;iF4?΢P ]P_ZJ(:=uqHy$FyFxɏFP2?"B 2W|C*w2[Bweg~qsu^)~X~pt)h'lDhВ֬udY]j'}MP$3!M6-]3iOީ!ܢkQ)~,ngc/uᇾ;aΦ&HWX4xLo`IhI"C!Mʕ%=F'! ;^=~74c#VY:ma#n)Ԧ ň=S= :l4rqސ ؤI>֬M;Ո`* @{Y= *߅V7+ 9H&1d|k}JUҦ@v(z/9l2L!GuJ&QV`"Dʌ8jN. $bB`Mk`caa,b2ˆE2,L>|u%XEFam`w"_Kcex Ty2%T_! }>EJV. y@5;5GD'ھᤢ+>#pZtDnq2hAf\T7y?"}rIDv?:[+!k";DlF~=SY|׳HY@ &$:v`h@tV#B,91L-mƆ)Im׿F_zDz>P\6;j yZqeXu\! 9Sõw{ِEa9tq댕+^N(By`wOόGHŅ%_ݑ̂h%ntʔQT$ǒc kbZhNMH7,M(McD2@-NH ObwU%D6Ρ_zX;I2*0~K.OWըrK3X\c %-U_2jdo7##{!j,M>j˻XwqM)kWJznӲ/ØEMǑqr ިEn;X^Vv H)󈦬otEMPt WCn1 @* }Ydi>YhS]m4H3 "'(T9yIcDr:ekTkez CtR-}3%41AC~nۑ! fbTm A<ӂSL5u1ݣSea TгhOa/36_ի{e6 l FteYSUժrj)-iG4ML-jI$<M~>+ks ;qc!%Y& )$mqA5C_bʸcB,ǛiNͫΔT0=)>}շg{ũ:,pw]>s[58޳EXOamU PFK5ѷP(ƈ#ueDE-pvSJKy6@c`foy\͜āӆP(tSI),z-RP.keu0wB[MI2#ޥ* rccim$udo\IKvjDx"N3||Ix*D:(k撽w"*Vy<, u?$Y*{EHi[ ~b jC[~<QNlq_ ۙؕTwaJ1k\g$⭦I[פ[˰[d녿{]Pt$84w#-wUe'fABFVr&'VLBdfoʀ)M/P3, ;F8YnI(pHGuA7ȓFbqgkVi222Ռ@TagUip\W' y"^) 8IO8>n {V AE`4`o)/;㗫0>OŸ܁ 'KdֿSMB(+ k.IuSGP$xFeSqp0ƀ@D}I뫈YV³z\2CٸR6ݜ5vwԁ)k6G-isa/ĂwNP ۼ<@k{1\zKs|#E*]،Aa`EQhwpsJC! H;ܡ5,/$z 'ijUV56!4߈h\qe_{1ϋDib$MwJ]maRS}23L¢iU]1 Ii±֋67pO 8UDI|U$^uYpQRb3YHYƶYh2g^2u^w]O:\"+rIfnoyeH..`=D.&︶o e鹸tD  WohG-`r¥LtSs0X|:<=By6HSUM&^H10zT<5/ yI=7iZ)}"W^";ETc{=wT>jNwGlMS;C2>GC˙|ؚ- |gz{dq(6OqW61GUe?l ȅЄqlߠsF QԮKlb4Sݓ=C*MINZͪd,|? Zd|kLoLyN^a_OMQ( T}BEeLµz2 ysN IǠ}J,zQ=vgEwM^vB-'!LIceE <s~$3T(JY7RK(τ:;l>qBLy >WOd ̠dqp#Q γ8 ]Jِw# ac)J߸ﯢlnAo^JmW sB-+}F*Tފg`ۆ;pvR8KO6%*$رq#9́b 7+Qad0H S7j=\K64v 2'صfG黁C u6Ǚ¥Fk]$c%EƳǘ}FL/QYt EoxWJt?lL:ؗ9liNT+gʚ7eKu[53\q3]qr] O/&R#C2IB8 PD'.{d;.#4$!N_tጀ:3fw+ҥx@ĕ/Fy,!!op .}//q&Q쯻qo|jo;Hހ >IJ Cˤ{NB2,V")!Iu@-G$l\ES.Kб줘Bj^UEYՏ6c6(]iy#·2X&f7SJ5 vd7m쟣}I:*7X+qzԎogT'"͒X6KɀU`*,F5<{D8`:ʲi fu* 8 %XNXB3>_t(L~gvtq.((4-qx[gV#QR@52<$MhF jO<5;qxXNJEIM;9A+Y+^ |Oqi#vhr)囀u0t[\FS O+fT;G-pspUvߍ3`f}uwB G hv^An$.7es ):S*[:[>/$7P (EH.'>nτ؁ZOϐHWtzK .TaN0W"vx9}m0Y1S8PQy4"|xY:1 sGM8?< a"Q֨;(ؽHO#-!ą8RFs:&?QQ=6PFbf1_xH9%!PEs89ܰpUF> .̼kς1n6{6Jg廊c4St=sMC{{-d`]Υ5G²(gqDRI>" ggۤNgZvKN#^k dJ $8U238@F$7@ƽEVƅGy,{p= QQWq36:vrE+PR+7s84=Yǩ͹gGl @` _-ċ}W!n]j<` VvMʗ -焊udu hBRKY{.LI}VM0U fWå vlQP7 !s ͘ E ;҇)~Ԅ ,E99ޞoTr܈QhnGõ{YG{jH2aѿ є6_%b~mVz ПtϬXIRj 2{ 'GFV 3J xd/ɦЈ|e_iޔ)?*d%.gw H, w>fhH_)42h Uz¬Sf)'H'InYla}C}WCxǻh;{XDK%$VVYvQx#gy0ۏ.RuSE9R:>a~Է2Flnd`ԌBhQT8noNFr(R|&ea>I`d6pJ+Z5X<4ַHUןvT9UFȐyERvRdvfR=ys9j}Է6[SLt9f]i鬤Qa[S x9yPJr-78{0&1%bZsM!& 1S9\R9(3ģ{a[MȁteK@E%{7sW)8 '!*[+Ш^T2i܀#dSL|.1EBLX|&nJ*On $0آYB ȳGƹw USC~l3խ' }kI/5[j^Y*4n_D()&ѓ4;HQʻɭR0M{;~Zp֘>{:丹XQ*GêCڕ닁`.w7lE|l7<|a$ NM=*'),߻YQB\\0T_ED0קe8ا͘槮_ ~O S_4q_>\><KѪ|.o&p.FW)^T I7M;с#}!x?^oغWONYAM xyPޚ B FZ[}\zή07帮j0:m+Coc T]|=CUWHBglY]@o`/4lo"5^@`Iw$?,M^x~BxkW۳Q*ў\CŖ  ]>oLj>^eh+ C :lyL= [$i\@fZ Е6(Q޲J9?&6?{k]GZ4ls7sYr~R|:(zGn &whmCyT+Ny$bZYm !Y "lUj N]rͿN mJܓnn_XF0UIb] R}9АRmZI }pi2dB_J͡ ,X>(pΙ 0~6 H66=);vx^I*z4[}gV>:='v 95ѻ>W^$օiDim g5Vqg<(zq}6F"p߉7:ƅ8\A&RC~H 6M!\픹 U.ަ =T8DWGeT/+|d!0.p`cw烰j b":IWou="SġۮjdyQj H^~QB=D]d/{1 +;oeTZRa(GQQ7J#'hrI$Pk-@ 52Gh֎pA6> ^<PM:cY@<Ym:(p>BolXJ_r< "c%af c (v2෦jٌ猼1pw192o7+cDcv-CT>ݛm&\rJj^(a-G*u7^ODÆA ̖Qa^_p#ʴ`5E)1Qug׍o%l^x"/ 9TOsWtG縼yaYyvp;/ -ZЎMkX>g xIiݚGOld/V\ lCІmftA_%h'~>YvI >9j/M䭎B3w9&'MZ.uҨ@MxB8G2I\ #퍻wbnR'F}{ m͝rzɑYptO}$tJs  \յS PD&B5D&NNR2Lbn(ĵB3sgj Yw!C1mO5 `\0 g}t!Yr6TuO_OZϗ:[3*Ow{-;r9,!B!"д;-;[1kh"1rUw`Q^! `K(sӸxTٌ?68>-]$dGy>)E jmVL: jb% ma_L.\ "S̼ĩ\mh\l[Q X|J"F}tݎ1 @F2*Pn/'BZ^s?ݺh B$4-?*mz]t:G 3Fw,SEBxQ~ܷqqᏥ=±Slc|qʿyx3! (=|Z0Jdb Dh"wth\Ji7Hc*[j6wHm楕PY ,| kU ȚըLOX>C{-Wؓ"uO\ , #B3"+5EBؚ=STfx>O`?]ey,y # :qȖ bրe#,2_i5^8F4g'UܷGbs2vȥll]%)4 gxEcALLTAcc@lc(Œ s)~GcV)bP'ii0,a6Ȫ|}a}{LCGEGKWzt Hn H#6%g8]9uoTޭq~!;>0=xgu.s'e< 6Fͭn궢.8= l6EV*S"~TQϨ7 z4*)3^ۅ$ })BkddxEU~tyXkiGV"q=o GM2} ogBRÛ;73(04A8J&문HP'n~{We䤡}AU'`N(@X ume\Qd ̔B*HIYYBdIaOWxD}x![ʘW3!<,H7[0Q!r}4x;z_|w]FlkC50\lTv#閸ND MR KhuFu+Z;U3=z%K; La8c4TKsW*ś]6kg@X F5໎}WUcw4HFr0 ;&刞АQ-\kzAGJ 9p ]P&jlFnaظ( ˨M*><Ӑ l6lj:*cF!u[}7ЩX<Ƃ n%P@Q 8Ppqgs|>}MQlsD((fK,\+~BےM% سOʭQXJ*?r,v y ,.g=A1xwp_{Hx"_[w;S :\|p*1eelakB!+7|k!+>cNĕ?BKy"^&nϑ!s:f8\b}Rcii>@ OV(>% KTȿ(Zw;TwiyT5S"Fy )Ƃ%)6Zq8U2:H>Nzd Qo^1m@Ff38AJuHlk?5ߙ a0ptBFЧ177OK {ANOرJd),AcH̆hNb ¿|2q(6J$}=ϲ::(q~~*4,q̢ԃXn*m2! 1 ;ukz(+|F So (O~S)c M(ch;-pףoBJ\%iph/U j jACR "1+Zg=ϒ%OEp _\Ise[gKߡ/7]s> yYz trP,n n򈮚̄\V~.K&K:^(ew`lе@5'B0cE)%-k>F bZIȌe"ۍv2FkrI+~3s* 2QKݿR0ܜ$-Dh?Z}e"voe[5fZR6Wu,* XqI\-'m|Aok`(#rMNu5`SLr/W%p|+ n;ˆpyz_Ն9mfU>穼躔?_\ӍuRVʼn;Z[ }.qU&/ *b?r?8)7ℿU"?_ ~`Bݷ92 S()wCwف i$VPDwZZ @eKS}'=!C@iQfi! &x-sOEv`gAϐ8h 2MtB&s}ti,hyհ;Q&= e*exK>\A6=*!Umzo}hF8Oԙ+#Ed/Zcn`M'uh?Q#iaMy BEV09VN0 jZ OqEq<&E6{훌`ueZ-lSt &4% %9;2k\ƫz0kd𽰧Od^ȷlZv*(&g^~}Y1GocZsot+H[0{ɵg[$ON3PENZf,Suϰ]`IR?zq=;F @|l1ZO<:UBE=PQ)taɼ-E0t6E+m tڈ`GAԳP)ɢa΁Lq`!{$O@mA {Cz|TN,߀CH!5vKd"Dqӧ `)q/"ݜNUuCX b톔0o >W>fׁ^KOc KG |E^=J-yؤdFbsfu1|D!R{p'rɿrXZ WYNRrM s;qwQRv6Iжf~pS 3As VD dO [+I#&aI.S*(nǻFPY{~6ڴZ6%|N|}y6s D܇ 8 |_9က*_S"hP#> .okn9[|Pc3KR% n*4NиgkW6#êp|U/hB6XYj{E)V[YWjq l2 vRύXb->ݐn{op-p!Ps9q0`mNNޫ>_'qc|/˞D.R2QPt.zpX~{QZwIA9/xZ~xtk.xK֤BЄaz-^"=?DEg c:|e>9).xt nX P|im73/OpZX*;`nrr}Sⴧs0œ@K«ʵ ſ[w}> _ QZ Ph ؑrX)QGahr&.T@V]tšNcSB2q!U&I_YkU*f7n:^ϒGCMvP 2)i d FВ@.ԆW $:SstBX7:&Lh|K$?c/xuGqsxƾ10ab[?iyrwdWCHNLr*؈s}jyW57M%ٓ?=uڇkU^5(\`]`Hpg}4\aĥ$V{׺mqF*;%A6_jwrEQԠy $"NylhtmA_JRpH ̫+hdfA 0.g-7/XQ6l&(8&1QnM@j ތ`Q!sxQVףE>%KPoǣ2KaRL^QŦ[:pgF )7/qO R,v0#J\&3)_ŹM&H&+AG=sBG?dXeVYMtI1K:Df_$|e-[wbw\$$w2r[C:L B&'l Db*fF}a-7hyA cyEJ*>j:`jR_mJrFĢO^gO3`&\Ń6ߊ֍K]DȔZ9{&ϐ+D!nIJL՟BE- EkYs'r-"rL5ӌ,Cog -T^AJV;9E"b9< 8ןs SFQxC3S'`+&M| CeF5扔^an92h7oĚ::н\gDfݏS 3 JLapM6vdd͇yYn2}:\r}ZB|B/IzDp1/! 0Z{,(ɺ;ТLگ"[B&p۝ Qz%iEYX|rl9S~/Ⱥɘ8Mk2Vm,i&?=ϔқүzX/P,uQE:K*1ͬ|2tC$sԐC֢ypp(Omhv}1U?&/a{Lyb E1O!͏3z oW*ו.6_7a+}ddzѴOFK݄gnh_I;ׄچRYOȁMyCo`5/G[YR*; 2r (W )j/؉_2ڿX.Mmw:1.TjuІؠ&WK -+7j iKYp[#֨R%fk*B;v"R-dS'jI35;D]&Y pAp]}T)&zzC2s[ʗp~@Q`xMa%I!B\i4s,1z".]\I n>gd 19ê# vD0q엄@;NImD% ?1CK!{ s5ոwj[ Yh$+!/k cIu#quL!4'`F>>^'2GlZػ\nʥPɮc}. [{KRϋH'A;eãNР:$~^md‚o=&bI*+ sv_Ӫѿ> %"ކl0;6[S9RqBSJp#u@eu4T)C?!.JoVKߊ@ZF F)ce~C K1OԶ];4%hJM3~C1"S@WXwܐEZZ)t,Oyya]|+@Fe#Q"8 Hq_T\i=12Ҳ#<SN79a jc}^gӾzmiS-L< S ~'hخJݲCpJYχ T"e(h/ru٦-08a]"K*OL7 dgLv.yXӴ+@cc*6LaU,f0N^F;bx dO8l_1-z;6k)`!K{Zk["]XKl~Y(37@P8.V0TR۲k:a/"ٓ:}460Q7#EQ.t1{,@:[ikTS_-M5J?8E+4 PN(gk( $kXh̸GHVv7cg':j/׭\ a)Y&!k|i+}!z0@?UdtazH/nDvƾFPU S\A|Yh4uL3t 4U˅ H[{I˔n~i5`[gNyA^وCr<>_sZrhGGbuEmx&S8i[uKg+BU C2c9Wq ,]۩ЏhӋ1#ʟ+7w/f✈25Э3̿1c %!Tb8Ֆ'pׇɌq};Ym*mCo@hogT噠Inc=e@zbpZkRɳ} }A6[ FZA'Q7: {pY~;h c t!V歿ۂ4+ 7îWuT6*BJJFS˃cN HuӘfiƲm}HD~٧ 끘c.P|!&dI`*+j 9aE.J 8]n_Z9\ӣGԭOK#۳җfo^¿õBG4hU y1%cD| T#eC*Wb{_T8Fyz[u:|?h]CVIT9i!"{yF*wۼ?DDj7cx,Rv߷9$CQFF"=NB2(I.ZO@2;7D`j9Wv [B45t˨խt0oD[GdMe51S޼Ed /Hjb8}*b9K?=y} crb1/sXWUFBS 0jκ>aTEOB;=je@l'#tdAU* ı _a}n v27Ԃ\X*)Z91nl~w8+ZS}RˡIFS-5~g[٤?) 䐢BXsS]5@}S6Tc «StExw!4{o:6F}5*N_zFn ˖A;56ހ;z׈c]$ O_6 #k.طO4 )ː][ZkL-I BO"'&0O۩Ңydp](vG&Zv6 ۾󾿼,=(wF,-@~-wzU#%eZ|Y=rtf4X;gn| ؊ңG2$2:/!HkPupDZ)c)BzhJ6Ydxt5]p*_wd.<ǼS91+ql\hӵNăK [yL5Qrsh]RY@iD,̀ ㈆T7T#1Z?F|Cy "Q)T h~6netuzܖV{U A6ײ%GT1 Xi 5!Pa0ˤ+ ! K~^$%NR$Rԫ)ك9>$8Bm:֔@FHMJPwT9Ұ5F*ZEH\^(@3+oì=`6S76'H݁-} <#pij)5֯{vA5m*UI8Wq+s:Y0JnԔY)|) k~@qU"*tTP?=5'zpS䩸VUEjekAxu)F<9?$d7 CL퉍IayfPec*ug _5>IDnN3l-dK<#ԽaxWs2T"!cAhZC_5/d9I&l}!f dmmQn~>ywM.-{iΤeu3/lLVMw.qHc2G;'Xa #l'&bȚs)5rOE!q7*+6=^ЃR"8Swn+nRsdhF2RQ\̲ "J */@0ԟ$tdP~ VfTNחuړջ(15BJWz}cL[R+[ 0{tiA*in?y9.k"њFMdp3!= շrYdE9ݠW%fW!^sJ pgy)C mt 9X8oF CAA7;"bqY"`=Ť8hmxdjo)xʃJ_1W"޻/ }t}9BVm\p5]d/ K:A<)XAk$H n!sF`v#J1w 4m.#`R)Pӛ!nDۚ$jnzD+Fl()CIP**d8^i,l!kl[iP*Ƙh9Is! fcluKK̜C =9l5 +i&0A`tCcWH_E y8/ Nn9F}iHGȸ9f[ޜ y3", Z-Y^o(~zb՚4ROlGKlaׅ׏b748*S֨Θ)@`{ j0Р1ΰKS HI8\ЛE0 (> T-Ei|E#p}_oƂj*XV׉,?`P3$an{NןHQ Fit#`].N@YhWh9%⛬YwcHY67$fAʿٺ~2)螲%E#NIޭ:#4A3d1 -b(ۮg0~WFXQ8=F>5:m r``WzArWaDrQAzӜ$ޭEJD]2F 0وZ'1 6OE}ߙ5v<< 5~*dScrv| K'uA`#奐/+Y}cRdĐTjjcɢÆn"u"dClUH=ܪqքI>s6ſdLIHW 7ny1-9JYɎ+twwa6rc."`)EUx;yd$1 D vs Jr-Epڞي 0Vm5!3H8zUlhUNeV{ <^'ISUthWt^ zw{/P~%4؈/d?cU 1},ޟCGn֒'3ZsqO8ɚpz%˘H^x{SUE^[p ەǃ`* N^nZ&I)rfKo/hoIm,a27ՐyŻLb/[ ڜq?ՠD)uzσ,@c0?pЌI0ºs:&3Yƻ ~ LX4{\9jgv6\@frf;tCCA<#j:]K04$4.afWҙ'be3@)lKqdCW?epÌy<GYR* ?5h-[Tޟ)QX6۟Dx/ G1D ^<{c~'g%$w8RI'4 sMh2'GfMJOn 8Vr ߑ&7yTx2crܛ8 Oo 6'6U%G䐫[J^ݑҡ5| o\mhQWjU:y$Keӈn0})͌^vAS'k.{`fӳո$x0/ _6"+䃀jAgS?E;>d+;>7<*t@X8)yn xgON3®h5j \{(`1I؞27Os2tO/m~ջ!]r+u|ZUe_Z%b_UUl2I'Dۓ+C`j8^U ' Z Ixnq'*_\9G~K*LO0?QfWt"XryX"D^YO MeCb}Y%5SJ$# 5ȇ{f ;#ݻx뭕DEq)xNqtN۵Ȱ@yq2ʮC0,ezgo&>qOIwLN}~~ ~Urâbycmo}k]5.d=Arȁzy#Xo2^@%uw(WSaXCBJ/fDT*+329,M 892SC7TB#1!oYЩ21 XP{"PCΪAÝ$3W*l}j2[7ނ(F#Oǘ0N2_ '\tY& H6.N/^ p4zzLmKk`E:8BQ%cUw'{(n\_rͫÒu(g1FR6"wR+Ntǚp~$6el]"PX' (մ+2K TiPD̝LGP]'H:ΰ:#]C1(J?@`4g%,O+jUu燿7 š/ `8ٶ\M hadS)Vf7)؉`U ztT!p7WJk< m%::qeq0mmdk\nr-t%t\ChVW>2}Aۛq}Rdc Nٚ@"әbGIvx V3; l)`Pi+!$5QY~Jx #>̈}\XcV8_ej)=Ȫ)Ttay놉noeO^%^)*hcV?g;Eټܞ0[_̼D |/Y?8kE0Nz}kŌuзzq7PpUFIaLR 'jzf=gTWýEoZª?GcyقPj(@ } 'wkE78= C&(P8BgZlE9"*0ꫠ,j/vrJ71DR0jTw.B2"U_2Ö"#L1{KR_A3f<YOR ^' C5lRD֠_kqڃ蕽y7cV^Ls$DfKs #A^MBhh1<}V 4MǭZL;xE\/Zkf OXqڿ ߩS<L#%4-GrAH л&RE\aDٸŷkޓtSB <:xnO9=ZEc/H^1Ⱥ ԀֱzSr"Wt,֩$L!$?%yRf~msCweJ` j-Ƴ6Ҩ͇m2E:8xtwpAA4LNhLE^5wg xOR]T}aSi7Zꖞ ]0t](#P>LSBڎ@3D, dg_X4)u,5A9g*/IV6}ュuuQyU!.j}WD>l!G;:?7-8#:+O s0P '|"笮urlROӆS30Պwh=LUw% #ml0T}<4 U1U$tP>0oM<@丙w"QP0v }& Ӳ*DEKo3PyN=w!߲VqL;U2+!:8,\#OyoŪ~.65AQ4D͹H39. 3}!DqH=;2SE7+s&YӛLoNѓ3M;"D7帶2c#<ݹH9ۡvCd wv~SF.,W):;L+P !ڡFP>%EuS2B݅TM11ʱ q vMC^G"+{,a,L6/S+K :(p *MyA]@iK(Dm njЌ+tM wXe~ʀwj:i^}ď}iCpVpj2e+w0_cXi8= G?%m%!xh' w PT"*ӭ9"3WNy0cԾQҼ}dY0vA/Y_E_@:&CZ "PUЅFX[ֶ&Q"M:?)KyaAIilX6 Y4"jO'X{T$sKaeZkii2l J+fb~+X۶'U\dtAG-̐+]Kݍ5gC:M%QbC\ { wlf=#Is_څ0PF4x&nI L6fm t^ZJUB%*5kIʸf="le@iYfx3O~(Cb`'A}SW5"r9E?PT$OF"0FJ&dϮ,+E[èg o`);JD~EhQQL?{ Ydg?iE><' H >ә E>PCtܭ;%ٯݛ/3[￟j_4V#1ei>rƱwafT4.qqHEYzdka5)i PL_Jof*m#8 '͙Y[_(J\9l@/ڼ#lS36S2ϩ0^5''q,&%IiԚ7jw-pI)%SYFbK{TT3͎tVJU,/q/.FaJ /MJķ1:.DؤɟLeD]J|`(gD3M :_ut]O&q'0 btG]Phc8ƙz E G!&+֕w =hqDX4cPN-E2Lq#N`&kV܈pJ3uMȔN^X"fh"g0w jd~"Cu *Ffdid,3Q2jO@ =% Ft]C„Ԃ,ct١a2fW5v.d]uԶ:M[sͧdǎ1h ,}S~9O51z?ΓYɦB Qo) y>9jNheU2)z@J(b%ѼѬ8֚fLI s!&?wyAJ~̷@iX-yj\wLI-=6u=jǡ?yӹ񔐗Vx'xFu`3ȟG PVX-Kq zڶ{9Pt̾)n^L{\ĺcgv\-sNi\t\3G4RTxkp~;ᕴϜb`_K% HnX& !( 4~wL⮟2yŹ ғ 8^!Ț6@`„$Lm9T4/E2."dnuL#hI?ܮ./Dĕ YR,I#Hs|G k=j,+};FgDտX`ȑ0~="`6vU7!i ":'I̜s7ߩG;{',JVFI{c1KMWOY LO'aqF1FM'&C 3Xʤūkvٍ&4jLrSbR_cR:Cw B;i؀z$d{İz%QKKI!ncA'{ R)L{dM6%ܼc5Bgfɘ[]S5e RAݪcF7{:ѷFvD;`&F/mO #/UXpj\d<;ţj"d@E(^hjtU~#ȹGiY#rp .{xi\ ˡ1aHzU\귣Z|}|4bFV-!9Xv BoXV#*^K-WϰFxWTHU%б,[Џ%q 8_Tq-!է h DE w}-q"w[ m/1%O*b );L j˚RW¨rh+@yhVh&<&crI_-dn3X c3xMvqOfjp6n*?JqnȜ7ۢ+aŶjI`X˘V&aMC;)>9Irnd|!1~Ukm"$5hͅHL_6Qk:9"+D륀L׃xw ~IF8Kdwdaq g=EWl}-Q4OqO7.sCM_^;T|s4_l-"=ZLc^̙+\~vғAef/|2NTޢ?LdHuM Y~Ru,:,QM4BJEFY1eᝨECu?XK-JiY=$&xnW:(1?o͞lV"1PP>.46Wu(oN#nvE /de& _, 0vj90@Ȃ u=@pRj|_ ~C'~櫜 -F;?ǨB71n`|Jzpեg%{* >K{%H72a^y~F3 ~84G=Q*(%3Bz5a: ʼ{[e 8o]Ow-(XkqeGqM$(.bCLoگt O;-/DҶ:?@w3? 6 A {S;tJ+nZv{2L K-=/bRO^^Ss_!qFDݪxVT53KEZ06@k8IR7ûdMFHTFRPGT,DÓQ8mHVXYr%kH}`C17Kw{Mlߢ[.sYo<:Nd᪠C?]*xߵ8?Zg;MkE$36dt!V{e tYa pM`B[/_SI]{`S}vhRE١ d,I6o<9-NfNl0 .|Hm/f8 B&8´>wuCiNBD[#oRv.(,gyC=boPoe!0)&J+OtG3wNnB所K P*=j>1*fndȰo@ aO(8%@MutC}P/vۜnMa֯ H8=} D|UcqIx)QGPsIcqc3˩]x^`eFho+;Ozܕ1۸Ez0k8[ }L\Ԛ %;h {d("o]+#W23ɈΡT(/׏f5v=kx5ByA\\Al}{ ˈUzBdbuӯg6^[4YUK=d2m>p6%MkDExyNSs2?Ҭz -5r5QAJmKw8|^}ۚP\Og7\lX 9broJw%,ϛ_ e^JĄ+%m_c_BThfb mHBSiT_xʵJ..bj{ 7L kCad9i%YOom##gޗcBfoS 85)2T[> $W_3c-&x1v h!-|Ysw+/ ⶑP ~GUR;G۠ =lY}I-K?z? <t3PX=uW\$6\G䗆2aGAijMICueGG!{axoD WZE0x^gSe܀g\MrzC/{)qD@6Ca#}T/F(G(& ^r2:HfVr>sޥH%RۜNh[8y>k!5C#b6.Cꬆk>͖WMZs{BΔ)TDt~/н(dw{Yx'LUb&s[wÅVih-((tHDpLsxrAeh=-h^[lWʎ ;[g5M $^>ۖ 4C@Yc+v-bb/T̨ilpz%'9̥=^ǝh#DYyyP'OBtSsp=)P&0&wԃ!q~K.*y'-#olMAjRN $b -zZV¥ ›"VNo_ d뽐zq0п*Ա:Uy͐;[9_;$ӄ29 9…P^F7'(JRޛv%eY}L. ]+{:hgչnހ!_%w;5(*{v7mu=U΢43wv<˨ӹ !XNJK. ܷNglXܜ[@psܘYIv1ج0"ե+r:ו)ݷ&RSn*L)rMve89C f~t|g+hǔ~=/Hq17[ȼ56tj hb >T3TaR@faxp 0X=㥹X %%-E?[vH^-m.ܽ=!+jx-"ab ',XBBjeTO*وN0;Ka7²Qw?΁םsHOb(ùyZ>3$KKkO\@$ \%;+7G%%- a&Vy#,7\3RO~Vu( ONpXӆWzɠ^1L cN.fGF / ٤K(YC(O~R<̍7gZ|gRCEkJǓ$, {јXWo5_k %Ok-0M >%KuQN/%h7FT[L|FYZ+WѼ${%wi<\ v)мe-rF*ݙnzvRC,; }1:P eβ*VsƦ%7zEǩxE4ؖM(C54!eks~ilU `MXUÍE0Y&F/hOz|`9ں:y*jgK5aouQ]i-rد|fGzba2y+UOʻ)Z*"ĸ"Lɽ߈H, L87ŁˉV! ?OۘaL=>Y%gWP3МO |wh{׷&}019[ )tE.[Fp":Wӿ+[G7b%_fEƘϡܠG& g9z2@mݜ[ =$ѻ>a2#gZJw<̟9T= uoBy5us]GfwzZ;f8y 9q&ՅKSIZlEL¤0]|~´J<iqNn"21*=îӄrv^UcԀx0s+nOCzByo>(jݟ]xXQ?WĩWP jWFe)+kh4~W2+jtbrHr@slL[]4yA+,&f#hG1OJ6#FRs r}UCVv _f݆`2{6C>tA"L&(]<)c>pIϓo<$}58W}D2HKڇV)Hո2sӻ7F4ȡu @gnԄDNdцY2T->`|w<=?bR34N᩽cjU,1 }!1eћ3T?p I 9VՊ_KD'SX&˓ʙItwݩ)v!.|y3!$t[K6V].QM]vV%yX .@p47q"́* "a{LE0M,'奥Չ~@ZI%ֱr^>T(WdzL4?bS\juYZ{XwΞ8W'U9Б38Ȥ|nXC_9h&!,=:#q-E3}1)B t@U Qބ8(eAE8g1&U3(;i rs$8<܉!E%pGl#_lL{ ly(S1ԁ<ۓ3Rxjǹ}ZӣΕ \=~-4:VF& f+_x=034^N=K ^/].X&4*eoD3u2d Pl#e2Иpi,;;!ܿݴT>)?!3hx/KKTLg9J`9;GƻX%8.}I1ĠU7N>'Ɖ0w԰۲ēC@@Odڮwx4ZŤ`D{cAĚFta~D0 6viA.YPFE+\Ӻ!cAŔkfm@]IuTJ4Wֹ}8޺_qVR&CD\ {tnشKMO~%jt!+L g:TE-# ih%Ⱥ/R GK> `# 5r{"c1ۜ`=Nr,] /&kU{ӹ,0PheɋaLM()ac (MBB5%LfY=yd)Z"Ua:ԯLm2?Gd;2>4[<Dž5{vֻ8Yλr䞢6uQ7tXEfK}5ၤp(A3OV ]Y1ޔ`GYOqLh+o˴ }=m-Ș6!7~r]c&Bp~?$ò#V6.$-@Φ*zI ]W< Xie̖ ^ Х J]o A$ 8Eeެ/Y嶄lT,/:ݙ[_4]HFu6 c|071R1Fɤ>RtxrXԏ2(v[Nh{}?vu48?K0:-:@7GZi& ~";BPZ$& >"ͦpբ'#V1Tl#ɈHsݐwju:^ u5r]ʻ6x]Od瓣 38Ń$x$1ʙw΀ͯ9 Dāލ[eZ`~A4T/a-ثqaCNK-<HLzg`}?p_tH]H!Y•q5ՆPvN(h%)њ$L8u+D`D53{4Dԙ^]9qY P)SL 3L+ $h\=dBܪ2w%Q E>dŋߎ:͘27^nZ_PH))e^"Ij<]w7_\lRm4SiѿC)襊FS"ߋ$@Yf#&0P+^M~ ^;J/7,tе 8yA}][FHw_WM1O3b8):vd&ּr-"4C3`1Hi5D%1y`9c/vH={^DkSG(HQJmKH߬ɀ7! b!sAE8)]i-fdҚN=d; mrs'SƑ"" Tm }=I~_]?ba T[_`Dofy\f0|s+]~3>M曘'!~rYto˹SN|7]:,-' 77$ZK5̐K#a0̉oTLkpE'ߒW'Hti#a{s]DHw/M,>ަ>G:tsts.<\!{ %j?UQכZvHǙ:lT(G:GVg-{0AҹF]H 1*J#a3je5/_ 0/3vM4Xn0;X{]o  4 ]wYc!dab!EďũT+P2>ÛyWxSɴ]rvL>EUGŅdm*x8!Hr;T..cvg,K{*v+ʧx~m,(*})p[wKuOOtn "p``@FkŚ.gV'O>Z bIG(s_-!AҸHM3=QBc,KpcGƠ1P$Oq VHPl_ϻQ^zͬ- i p?InvF4"Hdil / +ؕMZXbpykB/1D"D)e]}v{(ZDCz:Ĵbk584c%B_6XpZ'Eꝍ![x-8W텗Ɋg:"93mF52+z)Z3+ 5MiT/'T0xᧇOB*8nڱ9I.}.gH~Tynoy|{;fB}!չѸE eT7gGY ?ܘxEC}H\`"œcb:-J uLHOہKt[,ǺJ|)[q1t``XXP.>ۀO!SeoZMwX^其Yy&zRjT2=7l#Q=W@V0<̾*uqD]D{d1IMS{uOK ý?ir\Gq7)ҙ0vF[m;_8!Vp]".rcqd|N3d%gxqRYIkY _A:ܪA}d *(M"̨n%KJ~xpiW gc80]jв'oD9hW@-<9$͓sy(N$[Z& [&ƽ0\wca\&i2/Շ0-ef(;FL6JAA0-0I) 9]30ֳo.2?YY'gcZy@=A$"dMЂ&Ѱ`LأwZߴᓨڏRaԾ16tM\&9NM?L9p)/j_|)(]}bO|/v(Hwqy~j{8pN H:1JL1>t%/ZGu_UwkCk7!9F,FaGKMg{-6\#&kTS =LMImWz6ԫvн՘DH#IџJ-&0Ak[( [b6룬YSDfC)5SZߠ0*#)@f= ŭ3wmcf;fK`Ajn5DJ`)xHAZzcU˼@54|R}7îA^Is(bqZ{oJ "όXW{3,`կ2_c1lW]@ .i$hX]՞ekyr[%'\~+i838[샫Hpic' P|{nUC!_5&W^h-1v n78ſ˻J0bQ!ly߶QFjΫ5boYq ib'4m?~󆳮 F L@AN}Ir|4Hy#?ӇA줈AM|3C&4sw3PfaU;rvA2Hh~{z ʂx9#),rK^<bM$'N=/>i%V4_-+E.`1ԡ>4a9 #=4&*1Y-d/0ŠG+W$1?0ҽff1OH6mX zܕV#>n3csOTE@3( + ԅY# &z2*>#39, lǟ5kF0KG{DߡalnXU\k֮m)4keQ 9zAŲG@eAhЕT0bFw8齊H.FoaA1tԳ9yS0 Y$02Ӳ?McR4F87m3TS()D5Yt|bI۵.64:ZǘJKw&KX_jRYh -Y.?VlA(!{MW а? rtBZB2Q:тl* P;Up^Ѽ{L 5WΣ'Ku[bgǭbH+p!^.C f}O$V"C+jٸ~V!.jP}J&;}xxNp#l8#@,zA %W$ -ǻbinkkޑG_̜T5Nm@CʴS ~*̦,f #Z~2^jI#-U8/'ө"ۭuJ(DB&]y]  Z1K $DX$:5[ 2LŽ&)R/[:BHvv0u7{ w#5A A.1 !!qOn7=9`k#~[@dzҩ$AJ0ĻBXɠ8:07*wkZVځ 㩐K(G2-\̎KۈBgPϘ ZP+de%]y޾] wB*mTUoe3%1y'c>fW@?Lc` W<#*CPӕZ)!䃬zۉ-aʱ_nKQ\{!Q$//q`\uX84dS9>~x%¨4l,7 n]SBUWy9AnK^O&^4"#;!l5 w\ tkͭʛi ;r 7oǝdFZsTjVOi \|hN F*I|M bjLg%~8d $\:wYV%|)oO=sEE>0l\A."[j8 Ku'e[o_ymCN/ vF_݋!jjCƌMྰ}9=~ӱUNHJ/26XgN)ыʅroG%%^\٬F-nb0ed?'%`-DfN9瑿<* ?* XXq8֜ݞN;? qjlqk48Af&2 o 4lmE@JaF C0`Y#*( +IM1}‹^}zZ/ֵ@)WvA_'dzrY" RJzk=!tt^_}rMa;&j+#HDN4Wι<ڤ2ϳ"M/PakUt԰ިg3pĔ߉*䕙`x`ݠV0,"P jWA AP(~W8..)?S?rNGհ\$9*~j%pB\5ȽMb0#l׭èJ*f_fK()CE5$YQMK9I)g(FEÀdHV5L5US]H)-iG$1`Y s#&PhĐ颬 | D w0rpSl ZۉKw0daRnn-*rFgZ!(R}E&18H1ϊ9_O7jSh$bl} >]{y,-umط/cݦpާ軠df 0f4@Cɂ%j iaq]yU-c\WƠh!!-=JFo{EwP.\izX-~,:Wf%ȕ^˄~XYԧNTAF+5#acl{@RZ&[]qʖnQ&_q9޲v;?rkrH@[^H*睡=!,<6o1. 8*j`Z~e#.N~X)gJ4edUdY.)fOi=b~&%nB0 nMHUoʑf*}(`&=X5{NOIM jWVB$>úpgkLXMJgc!x PˡYNX> p+~'ܟ9j!mfWѩC"#h4wKYd['??Pa/^T >|9j^I~-v ~P H5hv2!VT'f=t~- ?#t<.j |׉\Rݟwe&CA-)1<ѧ Z3'Q䘔֢3-|sNg h &x̙Ta0!>#觀絖K.;6pὦTد ?CU^RPV<&B).Ai'ꨓpd)}L~UՔ b5|Ҏ.^&P/^s_6OLCzVO)epqP =OQٳc EmE(( ־Q˦q؜8\`Ļ:ߛzݫgL!˫Ǟ|!*0#i?tdz3uw*ja ҊG]dB0I܄F7vR2=g{% ؉"W3' #]IY-epYy;bPh=7w7 [nlxdlzzFYl@J;œw#xPaJ͡,nmRgo䵴\88mzyK#T%k~n:"VP 抯>s *_4̷h> i:x(dUj - ygڑje1vM*`p_A}f&bkMu|0P^X*?X CRl@xnEX5( 59,#hnaU/oLL_kKKmV2rmUaX.gp^$ܱ#D".D pq $3O4^+ Twז[^XC{GR2=}ٵǩGULppg?)R\g0I 9Qp܅ry00+9c dOQF 8_xZyeωa+`J7w-5s$1]jNm4ě:DC3_Xz S,eg%W$Cztyǝ}8j3Fsw{G| uzeGtTVD/~c 0_=G5s8Bܤ1ip);S<9.G3H |$SA IVa+3U40.Y'<$v}:6[J`}P15;zİXkfőc ;g'z&ZV_xէt*c;C&0旛.Ҙ>zH7R2CE9ZaԨg^~+/$H#1³l[brˢ4 L댁K$6]$L*Kr@ VZ=~N^r $&UY\`떴m O1Up ȼBp?7,h,< % NL y%]1Ӿxk9(:I 0QCd/R$aC@U '+:sʡ=ˁ_ASo_\@Jv :aMQ4I喍͎*lCp%Ysk9!_ uiݣK΍9N0(YcUOatc{N|3tXIm {,pҶRDUoZR&m+?átI‚Ɓrae۾ɉ&YzlPKٿ=RRrq!'On4xL-ΟO;{ϪBKu}uJWL7F8稓xGu` ~x+˥py,6w/ %Y"+<1LO{F`$Z oآ s\TfFe* i>ϑKդo&nHLEnYR~k 0䣫]Vb, Sv͟t]jZ6blL!i.qbsl ?/ R?6j:×F?K:'+ .+Y+j,Þ΁̭ѝ g3+] SQ0YPۜF0OgV A^aYi;9lz%pA]O22g Ւ$Ou,۞wy.4I8`DPQzN:X$~2,UV/z眸o:< ^#䜷\ 5Njicpq49TAdC`hҔ4R%b%MNCk5u%3g-.HO*=nBD>p,JiZ8`|b,SLKpapmݎïA tߡɣ+S !23lek.dc祈W8R5c˲T8Hkc^2/ $k1"hb֗ΝXZE)[Fdm1/3,_V2n̎e15|hoz[(pCs> U뭿,)8mA6Ze^ǝq(:5<(knĨw=ֿɋЁmT1hgG1;)9FBkʤ F GX,*| 7m4y@ّ7WV[\%._Q1HFy!}f k}іǍT.Œmr{K'ir{3061eΨvA@~+d{2iWO[ߡDx6z fE:`_ǵxx#w#EQMVW;a+CT,WL]pb^`pMȷIg\N_s+(jɝcԹcFέs9]{&DE9_)e960=y@B?c\:zq{'pyı\&(W4 l_!Lsm(`\.Pbd)Szi}f_TՋm( /ǥ僵h{J!_nW0$;۔3p4QwR*X~{cIRmp\a0v~',`l9u`ށIqmJreZg y`3?ebSo)9: BuK;ғeckx\8|a; һy1[$5||BC6޽>q7 -G2BlgBl~<^4lMq{[  0(2kF5Z?c;_.sTB-PS}w".rX qAh51o?P[N*؏b[ mxeT#Ы :Qgj?^T<8,+̱w$uOsD(MP4KvNӐe/?^&E5|/ՍoԀEm *oNI! 0jd fJ*w_a>. [w(VlP a `=upg vh7 >,*Ƞ34=jT.76aA]Nb?yJo KA䆎͸^(q_Zao{ծץ%i2ֽrˏ*E~Cލ=WV([@ V ;+Å[MwO2. dViڔdݿ _3Upcufu:0Q9; yςVsds&*$qܓ=y-\朷{39c ľeV3PQ \O< Z vE(doȻXsNdHM%.EA?Z}hANuWY|ǥ;oNx Z7؈O} I^m0&B&sm+DzT![?覠6u^%T, :es:l*b#g)s*9oCuEuL`,,d6luT`) sP˥WWsd%fj@آjcٝ.E( Iz8́|JmtIKl]kXD؁ }r`D)n/Bw1ֵ^~b0XNQ@! iBMoތW&**imBWVXa) \z^:Rtyo8wfpje!cay7N I͆RHp%kbc"^M=l _PF:`x{i [ u' kA9h"/ן`fPFӠtŗd ¶Yoclʒgx9V8?a~iӔ%=mC?̿Mܼu'K4?}!Xy{(8cBxE OONE!ȵ}j@9yŴn%ؖ2q|1O"WT Gܑ! t}t]v L0'tyU"VH1Ulۆ8F&bDQ0n\GpB3B-}|}嶜O\р @,GK Bl ɴHv<ϐ=Xuܲ?nTJJ{[z΅bEJ(,$Z($VOeIꊏx~kghwn&gPAj c=nnb)`)(I^|}x4vp+?f23Ǽho\OKxHsD.}?~WUw8{K|OQmoiHOUs\fחR?2 }&=hˬvOórFs UJt|΄mJL$TT kl K<:K\} ,LLb/0קsP. G9-J>AD)0~;AYN )Ήň M,]iBlD*8ױAr,{iɸauQ[ӛ)J2g(yNN3&f,j xtu#[ w U!@}Fϡ,Y!j>^,|k!hִ/OT"`Tkp3vw2 u(0]X۝s%F(+Wsj c4Z$4mG4 e&3ά8[,X:HDƮ]|Ev#C!)U*UY`Q/w}뮫\完w|Nݴ7"lxQلQV#bK57w:P?ZV+.p 1VL '5 CMZ!'ɺ3g(Z@璲I{@ R 9ȡi6$-e)?#] VZ csst4f$n.5Ǎ˘,nz:r(03QL>gVu[{w -\E(+{9xoڦVfH1NUFn ;g b`KICB^Y}N,tklʓeUoӫ7Hdԙ|鸳߲8mzFjbGlVöAF~}D%1{ y D5yt>;`V!hR #;¯I(4eE'g$?'-rnhZi >NkU&z%\Xcy1$ͫABPtr-$Ial,Hd) F3 Nrk+"Dj@Hs;# }'(}QH6+\.vĔh0H$v ;PRtgQ!of23 lA-1 oafVcاTڱttF!Ճr>F3^Kyp<̇d-8" gZ~ȸT >߬;G$)eFOWg(-(ɩb,gqꔖ}tz7vZjtd?^p 0Y@&^ɟXY)Dch+yفi#')8:&LefjQ#OY|RD+"Ⱦo6~"٤tF$ AY?HQN,_sB!9_)iUs]%̴IS*r[haqQ.q'S Hl55|Q}rX1qɰAʎ,٫('VT9Z)S7 [: xDEiNoxh X\}T C?}I`52k`ø M rAvT }vnKy! 5iho:Y^hx8 KH q@xckAnfnA߿K*;)M"o;P&OH#N  ;wRֽZ!FEXKKP|#-y $3+J5@ᚄ]EX 5EGεUۯFEk)&@`d#G*$ْZx+[W8#CɜZCюҸ>ɟ!\|JN4Çqb('~%]XӡÞ)b9W=8,u+^ as!gؑ4QjfC+5񹠰ሉL8guaM 1<[8oxfqHHHbd ޓ> eIɞ@QKRrYܭ{`AN7W";r޾I{7#B7l<{g[EXő U3}I:(;:gK>GAFf7Is20~DhrvceפI'Z:uVLTeJPc)̤.΋GI FbRP_J2!be-FB8dM|mt;S1^֫S82Ma̬Iyx&=zr15ΈlH(EN'U$=#݉ Tm[G&?(zpa =^nf4^D(i@x<1>jWYeS:w=:CWԬU}NƑuDcqк5{Z12.qZ\yPXg-+<Ιzj\ˍ~b%\ObGz[SR7/x_jI\Hp`䵰tRÿ ̩cݑʝ E ۹$צ"Ǿ)\׸swCF'8M30B,c"=cBo H[iڀZ,4U Ԋx!-/Q&P{APG4;YR®eӅbaa\#`-3;{e:д[ yg{'](ƧJ9v3>X\vH01I gMX˺43g!Pa~~y]S<,5Zyٷ ֑a˵2oX~ʐm( E#QNHITVԆ܊brH5+1T[Q"5 vLh*r.w>()E_nͯ)l"d_q}C՘GfSA#l6 xTݱbڑ\a:jHT dKl (ML;g f5;8i-؞bC%h^ UVW|Չ7q~ 4.}TQ=n< c~% W3hW,%(ljURTR.Łi)]uSS%y ĵopqfRDVi$&P6k5(+:F.׹ON&*Y۪5K-&s$rC:k =r ȂZLiX?zA9u{6<[6م3%?M T܀:z{ٜJ{pGQ~ G@;UPpmyBU?jICciju'W?N~eP8Y_C]Rnn֥ؗfc`j*$~k Cz>u'-m~w[UǥՙCVΑ"Fǟa rcNݝlϟN{P mLF7=QNaf=̤E3gw ]Ir.8T>= SkD|(ꨢ0#!q^7VhMa;I,s3$#.Vv^rK Tc̷j?\ KBexnpO>?RZ=ghD{O->;nL. UF%h7Vy:r0z|F3p5c}9cHzt@W0%agvi9B?|{8}^@UӼf D -OBU'ȲM5AfӉ)Po -]DxY14ҫK}0j.~&)}Ε SsCѴp.V1}- %ɉ\Y4SCP3|c.U,h –z5@V:&X:T5(!lTf x1fwPibZ6!{ղo>yُ.i-{S="x*ɾ"˸Ǜh(ݴ/w3ڗC%#lɓ ssn3垩82[|6Yۅٺ}Q;(3Z\7FmT !rvCRu#O%b:]h#_Ґ`T irba/ݸeM9䙷ƥuXd V;WÂsn;ōCT2Q|5:% ҋ6}՚kzǿ6^qSA~"Hh^ٚ˺ySݺ`nXS/rᩎiYZr%Q%y+Id|'~O[0u~ʳ"COMPv _fQ"Yم|V|ց < *?+'֨?+˳T 'L[e< Hppa300R*KXLJ"*ŀ.z8-Cq:.0\Eق ÊܮDv)9,<@BhYܱ?ٝ"~;"4]/SiܭE R \8 Afs 9~&)5?lwmW!-::)EؠR|\#ۣ|>/JzرI)Z}J*^Ž2_pU/lkktLlt#D##d.!]3yyR \UTG! TcrtA퇑tÌe`b#L%i68=%=?0}_5ө8̈SUm5aʹ]ry/itڕ(_sfyėl'JW5pj1nxhArp6w+'˒{ 'us8=DToIs"T x(Vr6vkͽNpa5/Vٚ/#<[bCRQa%J/ 7N^=W6Aߩ *BH> f$D.;Min tcױOigqF6g$F>|DnN@0ox]sIr\H0Lȯ-"~S{zi񨒩Y-_;sQ8OMkR^@6}0 :s MF;oڃF7f?6IPc2f?*8F#+:G\S#{Q H'řZ~>9GvjpH t*z# >Z}D3gLNnwA!kIx[ܓ]xh*Xqzv`=Xl 5.˲ kA g#o5:ov6įc#`C-*cwx9O]֢ٴ0iNgzCL.~[ (Lm3#$L%w.%H"P_GC1ͲDV)3XG2d vz:|V0}x>T+ Lνdë&seL,8qJdr R-?ڎ# 1J[H>ߌXR͜ct]m]^@G\d1M >'#WYE5$ &*Gݮ]ziP#L>PsLivp}))mrkՌag~}GR'b^ *\3GPrpIgK=8/;13҇AKa$a=ȫO>STF-"imt '|Մ$n$sE,ybO)\`Z[u;,أQc 8k&WrrƝCN0{SX1O/lug}-v7S{U3 <"ɓq%3p J>AuXE*AU!M0 Q ;MS*Im,[hc^%ned]3lv1LIloQ%9,Ā¶tb1vXR;L&!v-ؽbR`^ vn@1s{~Bw{2K C,Ft!LX{f\:-&'|tQ4"=S 8q#ߍWi.R<230K߉ Y)0<埽 bijr$i4`U4A #{P[q&c_:xr WMyym3=>-4?*z 6tc(—:cw[?V+Pd2_A@pF]Vei0ל^YIpj['C F?H|vfwxr<ϷŖF5Y8&/A:-Ň3&"(//>ei│>O{q!pBe\Zdcwp&l̼[7Lnj| H ;ĉ7܇\-*XG`BR3!w L 8kU4Q蝁VP;̛L1E)cc#;sT_/8.n"RX 3`ֵOd@;{FCP<r vR?aQ"Яb:.AE,O;E5ei񲪛v`0myn#uNj% =l_mT+:WQ7;W2kS@/ZZMT~lzMZACG;fץR-l4}A7r!o5$*p͞O67,$.D?K6$Wl /iTŎeD6DEE !vcۋн/te%a#1Vj3Պn[+-n瓾ͯBD( M4)Zme* ă#S?LjEs~Up"k\Zqj|g*2O8zTW A)w+qאN߅@*hi&27F-&]U!1G2p|ݾtgeh\QC+٤/fz~R[^W% :~#<fgAE}+~BՊ杣mZafb,ɘ]-ohIXX̃ߩ[MmD[} :9?kVhfiybSE. {;a&~kYF^inR^TC M}Ux1caO?p/RRЪ%odN?Ym@f ;،vk )flj'Yz9k`\1;>{HO5_4ϰ}9,؎VBiO$+x8Q]6@~ntSN쯠G[De)'d$}qͯB|:_-<#Ŋ+UOЇ6G:0gt|,Pv=;r)o~+* '8D ‚F.Έ!`k<ñͰ'̤J,B2 NүțiDP^G=쉤W<%x-yXs¯}i lk9X vrǙ?a-4pvLC>xj8,MJeB-zƫ؜{o@^WQ_XԷ߲v;OXn(=jss-˵GUH+ $kH29lS ^7-eXN\ܵ Ё hm͈DUV;/?k;.j0Va*~]#t">g_80w+4 z'xp!(Ȩs`dR_v{~h,hiMdu5(ɘ?TX#IDxm_/87G 7.Di6]6(ź )(X͋GNk z1YrZnąx;uR*1%lM{5FIlvFS;m,}cjEs>i:Hgn8cERѬ0~8ךG._ PJG<uL&-ZfNMc=<ۡ2.s[kPU㍫|(k(eo%ΖxZwD5HpB)I EwAs.: ھ' r h v|"lʫt&%}“~ikJG5`䂎u-ɎLw?3d:l.)!}e??v+3UcO$ᙯ Uacmoϵ'ߣ#GQH5K$-X1 BhUHqJHߍ">-R'AMYRCö ֶFs}=ˬӇM`K8qx&FCl}`# s)DZ 3/gzC)2d00% 瑛}rqj8Eouqp k/6DD .3[8\+,9:6~ºt˂ 2h+C%7"⨴"Z4dNu.! xĦ۔QTGW̵;7)eu?HzrtX.H+Af'"}x5PPAAڍ72b}U$"-Z`OJQ9*hyKBԭ =7dާ7/)Y=/.k@DhW m]NX+H)_n&8(|,θsoMMdh?_93ЖԚ)Cf|Uv\s1ztkzܦ (moI -eiW=A9x0DMm}  (ab݉r@`P5ul%LJEBt q*48xwXx{~$Ç' *iImmU8Oneh&XAY~/J@wPchTԡ yL1%io<_X+!aZq"n? rCBQUJ؂ZyC\;XC ʠ SFWX*kIwU e] 0[ u{W־G,? (@nJyuߑ7^Lף7rH1`ϬV^)<"20}J~m畑=b_mAw\ u 5.6*LVYp's1еLLTsKn(8FTU3ngx!A/ON=Z?TxIc2 O{qÇr/B92G\D[npGv|>^-g.ӕpR>[b Y/< T]#%8ꧽ~O  +Gg$y%#=H{eW-⑝:6sDk'P${ޜӾ|k2Ԃy.lH-^jDdcg٬f2 v([4 ˖o4(dÞpncm)s8tU?TZa6ᲚcC]Q[5{QM)Z,P)up=`1}ƒDc?ftIq\1SwAJ?ͫ(,dõlJyf3)ePRz.w-V\`9>wPxC8.L3XyrHΏR=W7[}(و忤SI~7_sFe܀G%YP8MMB֡5Ql`Orxpx_oq~\an_Q)«= f?뿕`EXz$v չleM=F2R*>DB- M,&&OʨH䊭y`b*^M&/.͞xH-jW1Je`EЧQk2ԕ+o^}VC㚄#5#(`>#̇7)jVd9;ca6gA:"RQu"<.Y 'Z\zÜ}./5&yCEs.e4F3|IV,f&Xp ƒ~6"3mv$3@ 3sEb2,t0U,Wuk7؟±;gײLq@hjWb|xhaK+>i 5 wkXWD+ee_tL$+GQ}MH^p,̋ͩYXM-o=cT+M@qW^go*+*u#r `D4tlNCWgn3B`Ŧr8 m6Yy޵.E#Je;r !4s!2jŵUGW.UH@cy6;- xi߁jUk &g)?0s>!m&l=ݻ 8 >+Xr:팬z1 ,䬈b|T`[ 7_Scx*3yp%Y^i u'J-$Y숪f ޳Ҋ~-`jVG7aGr=""XOLP^ڀEWΥbG-: Uf}ةO&Zn^2ʽCdӢ^]E8K\o0Qdkxc)-./Q>`0H;.&BH0fNi(Us ZLMtJ|r6h14t,#mɤ%a$Hd(nʚٔ}QaqD)w88`':BEI<WQzH[8 @s2h %`1~ݯiLY1.j<-;直Ct^^dtQ* PHi)&̕?7ŌqOV"CmVKB]dS[&{$RSwZy[=Z|)-*X8[/-)q ujT JLomyT84D)y%#2 |ħAנ[y%=Y9w A=& rWƴu8T!3Dh\8*;P, }6,ǬF~7tzu^I-iD1 Ŀq_b( '[)Uw'w?'jq^%m[15@?a/γHQQWm*R eb>ndv`|KH~CdXm-p]/0 u@||_N `(<Zy>1ԭj_O`PN-p|%zuڳ{f[^ySo}}\l |BT`B-.,F8)Q>}Ti/2MG`d7B 3бׁm:K%)t/\ƛ$HDG%mHTҤȴKгC\#S42ϯFzN~l"IMdmAd\dC )'xhCҜs{>i?@hf 5NtJžM,;0L(MZ4ZS+Ѩ,zK|hOrp}{C5vSiQS g)lp3(kđ{k?V0+p@T0gqh Fຟ;0r ARR|a I5q@}M,ܚ Qi{47eBa1|vJ֥t vwwjQ,_V Y#+O)_h^@.S߼~L oBsWtnZy<*Kԯυ§1EJldy>H!U m^~|\v*JmB4ΊT^;H|1~]50@m#3 Amи슘!`Xڣ\Bk[% ʁ3DLe͔/vl"Զw^߉YPrD ~:7SWoq D[.Kht&L,f*)ƨ^ (Eӡ7wX?|rbʙ#ҳGѶ@L6\mQzDܬ*䜶Zl >κMRmHmUإ'|akBܓ Z|Q#ޥ񘯏Jc`ẍʛ\ C<:O;Ck:v5X2,&W-M! qsZfVPY,<`ta e!_L$rYOUy G@:0~}$s89iRy#! :>T,ʠOWQ̸Wnÿ Y8B$r'RO= e ֕F_Iba"X>,-!'dyYSpŸo}2 ѱӒ{Gӯz KE#~JB;VO,j8R>#.)שʌ?6Ud2s۫! \jM.kCĈ;rJj6"v$p~x)I֊Ԧ*1m=3GR+mU.f mэl]M'711INkF@-n_0eH._EL4?;(.BlJ`¾qh '7$\p fL0dqiFk᧑ C0߁-+-PnE-M͟쓶_Bc`̬(sx4;`GkP,#Ï̆pN ҂`MvFi?P>/9EZnMEZNlXkcK.o5vTA($UΩ%3Z*X82f'so<٭.hh<ȀKy+K,HTk2֐ UVg /ȵAdx= {kY /+6$Gw:gM[=H"1h0rչiT'B~ITn耉^|+|U*OR,t֪ ;e`HϤE(+dN(FF>ߘ#3BY~g%g!h<._lNw-iZf/KX?P:gcbAӞ5),Է|e vhPԉ<2?̳:6pj2oK-NIi$S|9e0|~<ǎCA, >7geJuҸ:yRҍR7  Gs {bptu"Y $-N߬HϤV홪կ٪ Q,fBN1GoQ6^rz3iߘK9q@gBEjT e^/GE_i琊p.XɔP.sTytE;yA%u>sǠ2/nY+D<^KUN<0"2 gF_ٞ&Ax5%>X2si:BGӆmdzr}=,ՙJ, s6@'AHB;U(2qAoC -̷ =j܊DZ!fhqNpEh[[{tĦDH|ǿX Ә.YTLNGak]) brkzF>j8gk.e*!@6+[TޭG1WQd4t*ʎl2}TPF Iad!_1Y5$F(f.i12{Ԗ L{9N#;2|ǥ($qHF?H?)'w$r!B~_ rn\f㖆+Go۝ a:%nIقMWxa_cA B h(Rw`|5?hL+ɮ?UV臕(kβ郝 Jky 'B~ubJUtA" Oܭ+BX'}FsH%AݨQFEّ䇮hIm˾/"l[.Br2hR/ԩs?,\>OP]yT]#tGL9F1zft'C]jƅxXzir:o 7 ܷ|{! "KRk!a9M\?봡NO()*0pKRǔ]Pep.'ZŴ^;hDS6 ZXuQd20V1VܻX"xK[fL:gܡ 9f4Q-X8ɾ3G{7}s+&DY -vZۊ]ѾՕ*:O*P:(IؗcIc 4{B8ۛVNK򰚘Ql%u/$cV,* ˬwcR@f2*5$u9a_ckX TV!.b}>E"6Y^.v̮|4#9^ 贶hkŬ=Zb`3rGIAD1mGEiMS aU 7?+q+VGP>ZT$w<]Z>4?"T&0s&G箻=9K0?F֙M~/܇?\#6MR1"A em5E` rT!-tX7xT}VM%#*v(eUnY^qƒwZAăvYVdDNc_@EߵmJ9n俩n(\ dYخokY)˔, E*ļKI/jyeKPzKymLuK٨õ;b^<1*q3|Iˮfgq49L>fq(3|}Uh^߲{ Tdt7IG{!JD}?n+f|* xHzKa[c}T(#|<wW#gu ۝DmǪSԞdѲ:&^?IŬ9_ND)̖--Q>qI!Ro $֟lk VE/{)a-Q{:vs0]@ !&>`#OgS{PAUT.CiaZX1t-3*97UC H7Q3=#ם%!\p?&=+ZoE3{M(Oj͂ U㥣dLȌp+",f7x^PjeIa~)C{:]%z=w\wni}MWՙit -58Ie$'{v<;nFF-B3MeT]/hKrlB.B@ l؇hme~Bh;7m7%lDB@3!g\PMbt_@$qr89FɤIB "kXUGc"=,=XDv(y [[O73`sY$  %]:ihcs'c@_ˌwN `/10vx!yIINeO_Uñ7z0`6YW cJq!q;\E;h.o?O/Nmx:Ӝ/Q$! >ȅĈF>a\}D&V+wb 8yd)!ӕ@h(7M-j 90 J LX= X<ρ|F8vJLRg&f ?zxNʢY= ٜd(X: Du1}޺?˯]:wH=> v udVAZ:ڟ(@G`WV/~Ǟчyr{8g?U5Ut3XKEM2.2[fuAPd7XJ$@ b2E(28$>)YpۗU`~\*Z#tԴ 1֋kRaiT7-""pr/z6c'`R~coє];3 b8*s< :p7[io9FJ/ t Z>Uu+ݓH6_ X2։V;O {)0M1keЃhzы|P8+sEN((gĦy^HȾ"W}^:iҊ/᥈bwƩwK`p_(^i8ÕHLOdK~{$HXԳΫQWD갤!1mѾY2WP} 9*]?鷷_0l@*$v7a[D O Gf9=+wG_H63 *G[RcIa7Ne Լ-H a|8)Xy576wu Ѽuou:&(fP<[uaot$hKzBA<2 >igݦ?b !poɋ|D^h1jnٖP>sr 7k8)-`P$܂!^3 xiiX:?tQy#X~5\rX8;PYxw~hRMݣ]M&qSfp^c1M`}"GXV$͇AD^%"-Q]BKWlցwBH3͜ Ade[''iiT:ZZzX|l\egA./ʞ9"dHNHsAVsN,nJJ b "LG:fHHez{\O,&W}|[Ki\w3<\T)!8 ܑYNBJяW0o(D'F$@ 'Wq0DՈ@qrg~["sH=b(F6;d k *¨ '}4bU()_}XYjHaVs 5_g.JwpvMk= `J҉O-A@qX+@n!̿rd)@?}oIWd_bQWi85g<'.#ZE>xi@ -]Ujp\R>f,eQaF#'y9=St1{ wS,ݧ@IT0> (*P"jY8T<5[%cҎd&&3~aYnذ ~Ĩq@w(nhQ"7'ZGAB솹48i/?@9A| C(+=y׸Y1sQ5XiJ=)kA{c-/I%# f=O\7}A+7᩻Fr 67woc`Pr.6D fV똬4xhԂ>Or6+/yeUAqtNѤkzXZyABE&V~Z0d ߾iv'JX2?\b>0Of&q$ck!sś)A+Jةs8Mϲ=fr3ۋf$QvPz5p\z:Yy]GBbGQqxJ'<[NTҔ_hP"*F6L$$$rt\̦>_\^3gSQu%q'9"w(`f}YFfwxmϰp%0FxWZm|z;~? p/zzg%,?Ry3p^->?1@eK7!H#-x^~S5E_[BPI[p+aӷk yɩRAGذ/X)׻༡n-@Oj*7˃gyxĔbMP # .9tWEY$p?t] =)Z3B˝DE" F,nw`iYC}wmɧT㡩 [|ϵ3DQ^P)l{=VQsOCn[JN7ܥpβ=[ɟ́;Z"~x>E]JTZ^4pNg2_6rh? .I{ ,4!t^)XM䭥E'?;Oc䗣g59Tڂ5)WZ7O%`O~ jXc\,y!WA)OEB2B>j ՌzXqfڕR1qQiwXb/s8nU(H%,mڪ P EZ.HHdEu`n =^$h֡ؔOzYl}@+]ƃ3krl!oy(pp s)؃"٘0vǶָY(N؛%,V΍C{F͝>eL=hF@A8+m] "%9XڗkW(M-k/P:' "]:Ob>d&`F@r^@do N"؆:݂89WEz ]8DN#f-d&-(+!5ڿ_n/߸>^z;A#6f_?CZ%΃N䡯O~ӊdakc[!\ e;$Pu 5( 0˅)5צR8G}ulHv.#\PeM ny S&b3[U/`GfΰCԓ?to#{rCQz,i+A :fPdWfϯ1Z[i9U[}Z/t48`Դ#804=:C֗^}Ner駒.{W,y膑\dpt 2C)S^S³"w@k ȯ5⎎]_I"Ø׆ϴ:?s?ݤrh:ih5(׵/h%IȵƗ<;(,@cwfֹ$R!JSLwVf*U= *Rc4YU5E.u'Ě{ǮaC(R|{Ѕ`)_l j>/Y@HDBI'$RR7pչ8(Wl6`tjⱎ.F# ŻK->%Q3_:6QP0 i|ߤ.',nOi)p9&E%4;h=9L$b_tݔp0(9fBbdҶm#i,E 7TwꊝPRrn$*0U"L_zvo9Q; 3 c^VxuDLnJ b c1G nSc#Iur̆|?Y+䍏LFǑ|Cɥ ;T:0;''. W6"{>"y oH;|`1(!0LBPXlExmR~zCY^|E2z nҖ'bt[$`A7c΀NH2R iTfI{1%aQ*2r}[wOK;4yE8D =-JruK+$EyZDC=VLE ī4jY<+ͧ|LWXGcxt0p55vZ&܄Q*/Kth!^O=mbdܓ&h,uŝ㭃2[}eqWF\jT!q5 Cy=n\ѢOE`U jGxfd"*Ƽ-O@s{86Rg) F/IwץoU3PUFwS:k! z+Z; rғ 4:i.O#;Gm~X:<~r#2;n{KTr2.4!^a02g>шiUڴdx|Խ!2aI?saPE_[<>p.PsxC6i}NU(1/^apT;]P+ 9IR E(f D/MDt3~ڨ(K'H9Y BG$Qam) [#aGp}~l\OA?QWA'y"l ~B{&Q-:sBjeƸ8 Ft;`&2{YTJ hCv聃h16kʮBp#GX d9ǝ]!ku xrG98B}J #ZWPi@״co8[ P nL'žFsmY F~ Va&vtH+)6U0LVR ~DA0I8w"֩ P\ٰ׽{Ѩ !vK9b7ܱ7ixd7mǍ{S@ͬQ<۪9y,*ov{$!D-|fI\u h`:9?HOgy&]ktwVECG&P_yKVdٔ-$<#ڵKGu?S3gG2уB'4'z5t P9z-[ )L4Q)tX!{G .JYwѥRC11'J<e*z-H mcC:}8nǠ& gNo%% RdH>]A7[ .W-#Ԛ =m~:+! #KP\Xvh}+T>z5BTB'ta#oAk~b\?#uoJ$Ym6K.>^FYE9a3RX7|V5J7%Wlp^/`#7Bh9^3܃x6g~q%'ɸ_Z^ k1梙 O,md•sF@Ǣqߛ=>s+}v ! ;|)JV}sy:ͽuZAc8c7qNjV%]>XaX т0h"r2H >d=GsqVe<<a#Ѽ܃J:u.Kd`?efQw;"wqii_w<ևS@lq.Vg$xjj b.|W}[gXknW =gYTՆ6ԡՀ}.0&CMH<: r,55ϻު*Ůz9*!sT~bq [Ol.4SB"0ԿN^'GXvmPCI>0FxNrY. c$s} k !ŭ! @L9k2„V]вI[XWWR!;":dR݋wM |_w#V(xX4rGP< En䅑& NgVђg7z8ݷLz!YhEڢ~la*1E ;wP U 6 pn&ƕհ3]MT84kb|a~fES`= b[|WJejQʘM<Tc\cnDVaaŔjF&i0{ #ZyMSSU>YsHBq"yNNUeۨ^=Ae88N` EJR±B9}?T XJE(^Ѻ?>; !J[Em{T3)5dKFI0nw Y\GFDcg\ef_8GN:YZ1T3ih&uj0?N<7%'};CU=j}G}, "Pac8B$ Z\jJ{ÃP 0='6.I5 ]^M͘ tS̏<شMݝxJh " "w\huvCE8η@,Zj; ZԈy3wEB86SVmR>XTBpAP7]4WGaxZ./N>>6+Jb~Yv{&~fm\қ07w)B-+ab[u: N3'`r{r ⷰFMr UŽ8w N!_~%lU"E| j.ysgFItWbS+nڳuPm܍y%Siŏj4}x{~+ۿm˟3ux5"ę;q﫷 "uOjyUZB*dOΟ~lQ =)U;J*Ho1 E^;oNp&(aڰ5T2bSqGbUxW#ģ W dKp^ X zR[|)(<EΛSQ<|6!SzDVokT1S+ǀ [S\(3-zІ} ~btsK^<&·wBjwSj>cYJ^zha>kC׍;eWoqavW̲R22cZT7B{$Lz,sy4lnI d<: jT2H+s@4CFݶ.,Ab'j,`fbc< ,@|n ÌП`%J7iTzE/qC#5,esuv= GOi}==r<E#h/9a aMn6iDAzxfsb!*.L?@;4"CW]m!;7QfgTiyy W'{W=\5l{P .$ziR;jlqYofTQ`dA)v6ĖZ,DJ%2{3ـfkwK~ C!{% < ]'3df"M?J?=-],)#b h8ޞp{ .+PfU+fLv֡SL4Q7͵VKZQɵ>$0 3u˨KT",ZZr~X ; ܙ* #]XiShޥ0ޝSLLcTu1bJE2fgۀtk8?d[ɝ.2bEwE__ \PP?hX%vIjRu`.m?vjaܰK^eGZhùÝeFoudl7ˠX}~q#ڭߥq[8Ȭz a7~ u="V,ɸJKʼَ%(}d_GJq.;=?OcV`O |]!Tkze,$qASWY݄Pr =`;C[i `. cDݱ1pWy:@ ?3Zc3!u{K31ư>lM3+u?ydTُ$x/*Բ,]Zj#jVw7U(POeP9\_oJ*r\ hU/Q2eOߑ ށNߙ.Wr8g KXpJag;˷0m§nPĒ1˛#KzY;_(b,l-<9 cDZfCNnc% ~(S[ jNr LZА!YǝA_0x7X5m zfSpSC{S)1Օ3DN(X+/̔w|_f+hq:k9'j38v!' 17}9 vߡ՘|-&1Fvd gnȟzkLqR9}nJm.`K4f+NeY0?7_o:DU= #VOj\oZzQ tU߲~r+.]@$.O`v,q+I]wt܀7A&daGrqđn{寗`$/I1M+T~Sbо沸K1<2ZH .\S `reȳ=2Bϰ)Mɖ;99v=f[G-+J/ $G`A WG3LeZGDGU$3,@ܖ&B D)\ ”)c֢ܟ` ME񦜷, p*9Z4;>N{bz$nA&% Oo:M*j# ѽNBVãTJuQL@GwpϦ\Y\b X)1 :N%-~oxU7z?4>3[ 7jr¿^rǗ j4EO`S;spe_FFbNZ.'nmcU_?Qv!5=@B4OddѾOzvwcHpz.?\cۨ>UMyWexԹ74T"\Exw_?B'a Qdʹ`Rb9NTOj+D/&AC;BeM0* bb,#]!D8gҫW:z0uUf|Zr#k7בAkq,YLdF*,^~3@w[vb69 nA֙Ų ] g C20kpTT,W/miNk;mm̏ۙM3ܒ|-RTm^ȿiid*MDM&(9NLi1s!iPcܑ>CY{)sH^? 'MTqW(vy+26(IAV[GAczRqk%ª.XF']0]s `3W;h⺥0ॱ4ݒvp;x )…͌@Ga,G!q| f|P~Fmv'ni#=2wE9? >G0 qu ̿Hzlh :5oboŔw'pD) 4$oĜJ{*msfz"'{R '_^WYo'z) T~||N 5[V_JY7鉵>3맿!y&cT [(=2G~t2*z RE:-ɸ~k}V9 lV SUXB!'eߦyMj^i]?<<_㒰b2$xCjaMZ,_IqGJy)gDAvxxz'zt{q>lRL?m9BwJc~8z5Ě&gt8[^QRDk=eȰU/b8/2PG_RG[J0N#}6tύ_"ݽeE{E8)K$[0+5fFPdtX]0Jכi!],r\}A' #vpjщs:IK)+m9eyJTPE6:z/iǓjn>5m@F@ )lyucīc޹4Poͯ< E6$oBUj@YW֝Ҡ =x[4 JeuRiK#CN #!`8 Xn*,G-lUc} < / -ѳV{ zqc򠸶 &<@ 6]RW~jx=T&$jǙR~"z0=Z;U1`9cB:ȴ䪪J h#?x3Q(Q](cE\BƁVfBzh/5ҿ_u}:y_!r,Hdʼnf;lwZ{k1n<0 &uKhATJXt!"ח^yis~6s#@,=[+ݍf`=?V9lэתWylng&tfƌ`")nR} ZXz_O.G*o:*̑#6kosp+k9~Xq2ulȻ{F~)癮-\i+[  rS- ܇3?)(Ff2#3v'g9ϐ$LVcZ1<2я Ql($*aqD j' 51n-dG"`v^VXWf)_9 Ei.a>mcmb<:a!\c}=n( ."" GBȂsf-fީ[G;-죓濧j~ύ.`KwB%(dt5@຦ȬC=ZT@8uHksMBHZ6K02l_ q /elnWRֳ}bOrCd |CRd/ɰH‡^dfriGNub_6 &yq&!&=qܚ*R|YbGEy._&L([Rj熡Rr!yPy12V:']eU|=&x݊?|}C`s r`@B'˵@@[?_) T~,/hR : &j/@" Ew%` S6p0.Uŭ vѥ㷰6iEdY+{_MEcI₎Lx]S#_\'{>9CAʎ)HX6 zMѰtg᩺vs:H5 w͇ٞCOUa_^ 8>wu@N_pd5Ճ盭C|71.wˀ._S_1:qNncLFiL!6Gu:y JX)"&AnЩR"h#/$+fh_ ,u1O8#Ek8j4qLPXDI;I_VP U5&9y7j'm$ wHKɘl:t%q)A'zmc* O#LE9ȰJy8ʨ`-0+ĄGcALیBJa90q] ./RА՘cTꆈ~]yn!ؘ{-P a o%V2dClX5|s Vt+mq2LT xAm9ۮn[>]ycV1B|׉ v+n-ITJK4e?a*: ڑ%\͚ B|LP<:.xUE(`gUX65"Thos<"l'A"3L<sr20F,I @F.,xNni-@Ķ!Yv3e*d P|`,/t}H$}o\~ռ2HxV*YxlUb#I\MGCTCw12Rf5F?UlId/s1@fu -͝FGS.b^K \\Z+^b7gM>aaZ[ItW-teUn=]֒tS5E,=WL6$+{1DW$q=4hY.?QW{mP h'LHKãt[)e0 vh^r7O4os/c~6ϩv3I|e +H :ȟ5@Z4^ADteioJ/(ӘAHw"P Wٲ|}6 -' }CVV7-wن!W%7݉n|!VL{lelGY"ݚ>7&'>Ʒ- YPTޞ11?e{SϬ7GV\|wCbjJXd>`<=j}(fԳ0BAw[}EWmmKI_Dž83s g渟yG紣w-zfA/r)&D}{Gq5aȄuSf|@vݖOo9gzv0I_m`%ާ-i Vʫ- :>2grC5ა]ZAǝϑ)-̝ENlL@ l*ARtj`S,%щ] |hGlfv3yol-ؓucw<3X?OcԔ-sjm9;^)f5&\ c}CXЕ|h|DVx$k4Om LH7 {[!5L3e\w>-i%(6p:J: u?8b]] WLt+ⵘaxczFEeupHHR^/nC3ޕ gZ^!I fFW M6MH]ة t&H]mgZ̮O4D!4~h#٭/CՄQVޣHJZа0_lڡrqbf+cM#kCk+Cb9t| *~&mwNٹs,߆+9&7wJ2+7LjR\ ɐEMЈ+%:Ҳ;FwQ? $П>cFZdR0yC7 %[Hp3yx&.0:ZWĹ6.=wQoJ87AS?b :J8}49 Pdr4G[=%;v'QSwpTƛl j̷I`(UI.?ێٙvm{R[z*RIIR@"'<7xDE_ˊ톭'p)m dENߋ!RNc/1po#.Ȭg"[,oIi1Z#~^5~u97D['_e°cb+i K'՝+󨿶Ⅹm׬ZI4O x2 #hX{9Y>Maa>BWiئ_ylB/ˮwLH*F }4!֯v>@F"6Ty΂4m$MܑpV-d_iȵoK>lu8ₑ,KqEic>ƆmVի а < ~?p%sK.D`Y$M3o=UkǀuKIj!7@e˲?P4TG;o2S!2{Zq_w/9+MibU}C)Hv.b8iyت G^wIyѽ[׫{J{ WӻG%{} וc&ytB'q.,l T\>Dc_[[KmbP&f }ğ+Y!C7΍A_̛g{oqbCpQdrxm~ë{㡉DD(qϑYf@h7Ґz"  :K43ej4n\Yjvxiz3Jё7Q~i0 wwK# <Vzo[7rûR=n!6&R? Į0U*P4^ϯ]Ѓ7m{V|%ZlyiUe}Tt-*eH`}w r/?1Cǹ`܇ާMU]Vr n>`=M&8bdf+& sh+G):."W`02QeO5'ǔo$BT8RkkjbosPxn׮ LcZnai43 g W89 |R8a~SN N7.BDLuXDtZǯ*ΰ]-]&N2 W+,;jYJI+rD72潴Cvӛ1jbꪡMڕNjd9VjsFwA3\ʍg9{Qሺ[8êf&'rgQ>jYnj,ru^ZUM WEhEkG>2JzŢ(Hޯ_е3tR=10*e[,ji};rF*n\D~ h'fh~&E1(4Ǩلhqo>_h,ٗ ~>2ԫgPzJ oO,4yiQ5gw_m $JJUBM:NU~wMٙ mK6$|=麴q0mis@S*dm7Ҥu|tCOGR WXfo?::9Vܡtt0& %: 寗UdL_ӂ)@PTMZC*EYq}sڵĜ%™a<f">K ً(cK'DlKD\aɼz1aAً aQaYTEmɯ;[@ zGpS$`S-AKz@ͪΨ aUbn+iA>ڡ-Bf;M1?Y+ܑq#(M=K-ǟdqYmgCv[I l G; ld"|њ~$/zFJ_'/zC//!MRU.mJ9G6 7ƍR\,ʧS0NJ8EM4=$iA剸VsB[ot{mpn[͌;!D> <=wTA<[84yހz+'1 <gqd@=m,7,ri b%teXX rԧyE? 4iںEX_P=:`Q w0Y,_ MiMw _֟>Ý\ b:j22 袦&b%J1 tknW`<5!h8G.zӣQG[>HAutlI6J?fhC"|P>nJm8P?Gƙn-4y[DԒPiOvX +VD(©!&!NSAs%>zoNPc?iI7Qwgm,;knMՙ;M +W3@w{ՁwZ3S-7!}Y 4t흗'¾\!Bu )5;Z޾d v uB+_Hp8:+LY!i2 g{+G3;z04PVFωLq4PRa MJOо=%D[I"a{ґԟΛQ5Ÿ͎̄@Y<}_XoPx>/E/e<Q,PO_Cwն lQZwfU /"׌n1c˻ JzؗV6{qlfZrMbO&*3`^z<*ΩA yvhvƣ*t+pSS,|o'W66[ǝb4Hfه |߭޼Rk잏o}٨/+o-&0xΛ#c{ NqMr*\t1/isaScn乤R˦L<8L)Ц6Gu\(Wih x> .]k,,bq1KI|Z\b/eH>X+7m GΜMޖ4cM; %2-C[u(STm09q7~lJNcrfVϑxZǶ2v> yn>)Ny ?om_5}n @!E A$dZ$O)#|<$8r0=m Y`;߼:B _VrEet״VIArL|-NӼ4lhw_(b j[:UIDI~'S(~9rDI;؞*AHl9QRw>DERdzt.#LID ^#!{#2H^x|M.;"0KL:-99zݬ^Zae]ZgK綹ªV:- JMуh]a5LtKUvT2BjP!zX]OH?'rhvi=!"IA+Ni+NE/R5OŹ#J7LPnǐ6(_khQKŒpc˹G=˷~nɳ('b? #.t' K 6@Ui!lpu/*WbKB,yKLDՆb} ;˖o!E7`sF&YJhq ydC0΃ʫX%9`KU  E_!1wmR=GW[b)RNaț0Lj\1. ^<n"ͺ>. iunAtg܈ n+)!%;t@hKURcSބG)8t_Q犮8F@բKnGB2J猬hUYq&J ˒N<ѢQ6{TJ!$q>nB^FUi|k=06L5%H~#Rv멹a9rS0,bm<|+0wyH1fZ -ttnc3nމA8pJ:?ӑDLҳ2֚O+w:*N2Em2W>pD+O$=Z.ۻEfBed9Bc:U >+> ,ݗ3 t7K*9Gq#ڊ#o e+=5rXă"h0ygl4+Eِu2QoW0Tf'#zOpv tF~Fwu[%7Nyz2)uҶ!A*tZ0=`1~2~)~S 1w|3SF) ְb#E/^kq[ }\4 K;h=~̗'Q=Iq V<- Y;Zmtq=isfXU^O`@nQBM3rybm'ŭ7ԗ݃n"QgL q\A7%xKK=ͅ!.m|{˗+H Sͷ:/'Y"k -uV l7}JJH ^f'DS\dzv+s];5ʢ9V7t{/0nY䲅699!o:͍%8J2? yfTÍo%܇W Dn>ЃfNɽb˹]BAq䅁LqQqmUDe`LOa#\f zM +b\5}Beւ 0tpsiy\ (7r[݈t2p2ieŨCb 5`&c2">WK79,_)SE9>H:y 3;%DnX?~UK: |֌̀"@Ǯqh Qaaخ =)dZpʶ' LJXuKથG}ܳ. npHe=HTIa_&sa 4Z?l0${OJ- =Bѩ>l= .\QWIEX]*"Q+ 6|ܦHitn`YZF􊱠lJ8SŕM|R],V]K{G;M :$*I!1Uߤd؉$0Ѻ4zlmkq>3PMۀ/}ny-Qqy:bdWSЅ4 O۴/S?mYR(ϭOxQ> :0v mAezb=(+%ޥJtQhI™sdwCyҶJfpAorM=+lPa&gu/Sn+<2qj{Vٌf!+}=(wA26n֌*ԎSCYQp% "TS J՗R%o> ؊n#T #3@O`:gQ= '[rv%C@MG[@ bXՖ=Ǽ4a7bq7h8 nl|-46Mc)u ޓpV8[+ r(z5IȳUҤ޲JQvt[[,>~S sMNR@o(J@d9le(kf^\6sqC6=\*q)ZFg`D S,_eo:@u3$HB|JIAyaKY_ܧUh;@~bqR"ܞWEmPY+u)=!"t]ۧ.qzrv5>6Bi0"95=ͮtO KEyZԎ-[P<\X8JY[3 XEe=ڍY:J6$[k\hfRn'j$DxI 2k4#. >40f=ݝJ~)iꌟ)wO סLY/#+xA3 s;h=bcޥd5* (PC8+a+vxgsnj gU ~PN%Y #m@M*${84afϼ1?'uU-Rynή)y*-T˩M#~TX\ ] iA.KuqK~u*h;()!DR?(] r;J0WFaIXDe[dHʬ}-H0(o 4W8!wi7-KbIYɏGY1,{y y?H}Yt2Jkd ! oKyLuEjzP@kkCsq=T21{Tk1ҵMzhH7-O5)%Ω`ǃ[/#U]Z)AO9<ـS0ƥP!7^5VB)r"i6C"៖꿌<GgIױ z[ $pXB`J?JD&v`QP*_M :I㈭W]66Xp(>XFhe8y4zllyd@¿ߎׯup sU޺m_ZJg~.D1ɸF"JSxL ZvN&^;I2͇uhv-˩3f-`|OdZ|fW[Ԋ \-ݫl 9?4UCOr!gOzt!G$:QN' 5581*}]II%W  b3*6H:.cW6c 7G<mNP2VEDGAD0qGסݣ{2qz(î9J ~1mV`5ʟ-M<@?u]itԧyMa#Zo=d{xYIIliOmUX#YL%vAʛR-MzhE/`>qکg  Th1B|Ղe:bLE&\7eW[fCIa;Z{,&aa^nTc;4+[Cd0c^@R+h`_siĿqOZM\t. ނgٍE索pr9 (0ڲB߻ܗ$ Ih-N:`˚3ڥЩz籢x``5sH^kFzYZe&\4T#fN"HJn505(Zjş9|&dX:194TKaxԙ![”}| ISBc9udboD<N@smּÆoKyqh?a JL `45},iYbۅ `-o==%M.ERnYmǦ׏LXMljD-?G0R\DYtEh_آvzdL'3~g[xi1Iѩ7*װ%禽`GM0#6uZIo Z \ܼ$ 62'm]^ 2A;aXڀ[[EE_ KBvFpq_t  i `|%GMq_'9Kn S; V$623ѷϒ,)e܊5*O5~`I؈yҤc(e==.0kb=3`lgL Roi [3CZ&9t~ƲCуhы6CRu$H]ҷN&S Op a6VXc+?ॶ@eQ5lq|^ T߱XF?9YB㸐=q|RLwyAJ 28uo s2Ϊ9\t_c~/#d}*2{|g\ cn{= 'FIqj:E=&:bQ21 Y1<.gr=E[, t 0E ^)>7< y0G6z'X3̎b8 &h$!w ]i@pOꕛ1V2Bt)lQ!}ӡ?^F;( ޚ2 cR֟Ys [;{,Mkz"2Hg3׽%dA=dm^ vHi\GSv˂D ;i<-5zONk :V}ӻqPUc#~6'|oЮ}n-&gV}qI/COy誝+D7$Ζbײ-Rc쒆:l%`L6v!C7BH!vQpX,FN Z[xH;JLvYWyB_#J:ήUIx~#h^oȔzaGZlKC"eCVk`.辭+L`֣U*۔b%+MvpFmeլ?[̼Su/>!zԪRPa*sA1 HQdv[SJ>~iV+ 0|ym3am/V95l ɋl1] %뚋kr 9I<<@ #1|#Eα2sK pJ^Ph64@q]F Z!M)ǫ䁳P؞X B1 P)'x0B}/n\1_H횈B-Jg.0v*6(>B gTyfzi Z9>%6(p7*CMGD?3 i_1nwOb+O#D{4jI/ LgTbFfwRunIqߴ n@@lR#9{R2&G[0Oc  YaJ 7X%5mZu^WR cynd^7B$߮Cr҄FLXG)6dPY(F}A m7%"1c ᮦ{\6NIPFӒ!{t@z~%Ga\ ?RIySsK@ ;[9n[b)QGVHkwg=0?R#Sv\՚337 ,ČfV,mW;lM"T 3?B;n]KY̏ڹj(¥DxJt vAkHZT?"딇ßݻAeaq'9;@ B5*TOD #1h:f4SF)pKKM 8x@DTWW|2z#[ c Ǚ %3ln8ϽE6O W m~o.708@"Hu?P.-+`\ÝzXqF=q'#QZ]&|EޡmQ_$;.& me\T", NTIb€(EOP/vĸ^dV7.I7J_HeťW8emgAqnѥ|ȊnMjRG% ԡ|! uՌޢO>C(ihV^<FLtJ[)!!Zk0W2_Қ3ZKv6xJ8T]k('՜6C Rxfm^|m<{{BVKߏw%?=Z&{ zZ ]"kB*("M_عQe=*=&ͱ7æ [vr>}^Dj@,z-ftxy=:{ \JZ‹gTv#rFф3/*HhK|5Sg#6 z}OSN](3OۿTB؂Dr0fzӤ)it"8P@LH,˼ wye˰_qO5[&^ $s)y~ n.S9AyQ+`!1y;t9P}|  Y;֧ Ձ4}ۣAd*z[BZ1A:!*bƀ[܂Cc=‹ RvHXѮ]ddC*USX7XAHr{n5d .s!T!hd)|~&~^Ӈ@n;11CȃKR3(&d:3%Hʞ\]Z_{ӹHE!d:X$gE>_0:O acPb7q (@y[b)ޣ.H$ޅ^눫K>e(,TRM$< Ӷ(4rd zr-)Xhos0YzLhRn|OM7"Kb0XYWNT,ߴ[U@U확=Xlj&&b>;726|$Qz/a%2CcrmU(jBi=%]Vs4l!}p߀}9϶o`Z }Fs4jrM$>7!Y"+W3@n:J+کjmI[tAlf"9dnUo%TrQ+f~w.b}sPL`jnqNX#%,R̖߅L3!DAK0|vH2!?bE "t\}}΃A4&7!8UJ&ˆ~ 6NG p8v@n5,&n}d[#8`d7OGjBLvԔ  6 J~S2^K"t^Rξ,N29Ė/[ $riqԙ8PgY:+]oä~!T*6Fh|ƿ$S;)FE!FW%gҫ5dv]R[͕1?S aˡEqtm4wU{}Ċtl jh O^; (2YOVnhc'7ծ/qz$WB^1B!hN&Ο|Y\g/ jH%I)]8+9/E$2O)INPC `, R/<^Km25H(:]@, :fZkxִ*j+am LLJw!;LAbWp yEI2IuޗsORUqG*' ζs j+IZPokw֣[%(e[hk]Q" U+!QxHE%֤i_w|zf=6\\ VBnfe3:xU !QUEk-#ty4dw5weE1GmqV쐓 '!2ã98zRB+yim1_elZPѾؽb݂^v_+6KACOZ;LJQ"a4JܝF>BUCt|-gm~<ʸjJ^dTN*IVy gFMh?G#K\uq!`aXbЅ8;=>jlB"ƣZTn++ĊbfjY7}Y)5 χlmMS M򠇰cqSBܢF lf}.ڵ\+D(8SSg޽Tjޚ~.̡,( 9RvO ("e\;!k5<&) LWp B&oBk %mkIhvei?iRE N10NH-Kq%Z>Og0ZfJWL=.{'X:f7 )MiPܸh~]Cx~HJN%Wt\-,]SR35wF3*tfݒ!vǾӣlb:5B*Ⱦ>Hy,}gI,6(Q1c:P4EZҙd+vR}}SYL>ri`[A9އ˾ sꇴd`P"W6M Mg[F.=-}iASh'Tp9(0,CؒzW:T )ֿ%NiS+[(31 N%$s7 QaE0N|J/Nݚ上¯qmYKuTzҾRvTUAn!#lp:@  mWh1|3!^(՜W!T+ $UZ b-:JgE0\QJhͺ ]gD`SfK}p]0u<FHI74XSh)>꾅{M㤲\wF,J6ǚ˳DeU<0G2XbmNA_{֔^čY0k޻DtT?{W_a#{LZ UDz7Yܹ)ev1auv- ~1-/lYưW^FSA$Cv 4{m t8u5 7G#ćo;f͂tq z5fĖtM$+[Lח:G|zW!A:'yw=鷩,1i-X 6稢 _X6V~p!fdRb))Hz#.~{Mhtݏf@@/Hq7%] "T*w❴W4 wH=H/S- E?T"*ɴЄ\;|\kvI*2nˌQj x  GwE^;iC:b׽ 3֩u4vB:#gvmi\#hjrr-iEExW_G^L Ms'AS0ܡU}g3A=6s] V&@ :oQo7c&M_ZFxȮ$?FGz nj;EikA qnڱx8v2ɠniwb|<9#2^#^Z'D֍ELdl*& E ,ƚ$Qt٭ۣ֕ug@[ohxOD"_4TtZv')~a9quӼDd™]`ZşhVpU Ϛ|[+sAQ3 pBW^禌`8D;_vZ=|Ex3[BΝ(rPk@`-}c hmZ] ssb>ÚP0 N,Li$j .\c%Lc}zIov='Ib7aM0l^og [ qL{s?f49F/СB?pGg,2-b_~DxB c9h&`yt֧j.M4J|ikfy%du|Q +P'V*d]A DWZƙWo2P"D,RfD 9dҭ&[D{g=> 9Q >>߄>įPpPRHO03B o#^t\tun!#nw{DW+t4$o Gi$(Ĭ"̯d+47zmWw#~ݿP9Ϙدe _so = ?B za].EG8գ-ȗ/ǑJg+f|,9yt?N]Nk\鞴fmep1. rſ8-yϢ]ȅ9 7Wg+DCgƙ[u=mF<7+N~(PGb'7zjT[ 01NRίZe|Ӷ^H~y٘ԴaJuKv<ȇÄqW6{|ϣT6*8Yn7n0! 1IF}H bL&h(,Gu[yk?Qp*kp^a 1EpSeCv ܐ7H熟 Wh/ ~/d' I'%A_sܙ.s2ۤ3ҊԺo\jƏ+܆MOI3LtLOD8pDzZGkmw^ןA4' * ŃZ/@vSbBq>(7-rOZ##u˾1H,O9dnyv_0Vű>pE'R`n`B"IvtG|s9ZQbTU&hx['_Z7ˆFib/$%rdEL7N"Ma}!jA5n5W)o]*/a I4Ϛ܌|8&"ډ<!rzzM֬_Xp9xd};)k]|z&ϻx? yhЈ?d log^Wp-xT1/FKbXEW?|q̕L!ci lO$[|rִ}_Ӄi\EHh %m0"sܸJ=_8"7>V IGt^Dɇ 46ƈaQ7ī-Tw7]X!=iߐ!)%\ú Y{=nkp!ug3ffU<y1L^oXZ!9S~IP504EL9z`crS#ORQ}8S@Ż{@Oj]{USQ󗇰`f]1?ؖJd{¶e)`Bʐ"!snNjypt5 wmq?c[ x ~] @-=/<)Gi9fcRYD|wh6>Ш'2N+-SMZ4x(:f"\)l:(Pu8![vˀx$o^nxjsmci@Dc h^˅BFlw/0[~0;|Ts}"-IebI4H`yuI'< j-> e؍1qic؆ݍaO]Uiɨ7A6ѥpC[F0B'a5{6֥H'~EP6[Ã!2so1s1`+=wG7m _c.ZE=ռH]pw[pK)umXDt@"u-kHC+o#d჋ۼy55-jgC+7 jD{:mm{rHޒ{tKCh dR8+XՒ_E72[ia ށiYO|y+a=D*0\%c. @ÐoʈP&%iO>yS%.wx00{_L4׺HW5SHB$0`1jgL9#5 n; ݠ3nGB\эnz?$}f@ao*3#mY:]—xn;;Mh1m=B>L0j|$z4菏T.mU"b-J5꽵nk,3DwZo@fm0peƮ ϛÞ_C:]v'α#YaLuxm%Q믔إ]-YoAq6$0<|#&*e2,\U,֡<;݁_B]+UqےB7Z+k1wlEQy(r1n)R ?@8F%b+ oAa|ied 5#FHw4.AwT΅wSqӌ3g"_tMh;^״цG g$*d!o&މA$QlO^8?(EB]=m[XwwC!VNsGHۍnڱfZȳѡ2g@A|ԮswSb :z4 AѲĶO!y%}ɺ$ٔ}є F p= HBf?\T^jb|Yy 3oK)Chfg=6[aG~ /3'a.qn=6$mGw a{-c̍&YNr-H0+\hGR*ƣϐ%;ߝm X;̩^lH!x.XAQ-'Z75W,3 n%csmF]T}n0Hx4s)B+ ]r{~m!mTqlbBD哳ۥ.#]u]-T.}TAm":XiwDaGO"2ܒ>a~R&!`_U=AsɮA sQU2]h/( HA6QS@@0L("g nF-lEEm|HnbwUs(j\m٦. nhυ+V4@ht8sԀ:OxwMb*]5a땉[AYܙ^xȪ_E̖n`%t}|ƒӤ喚)43myNζA򹎻}?Qj;`,duShl3t/6/{ߤ<>m9iS'>v]RG=ro)(K<7pl> @R+#a k}Kwg0 /1SC! 3{(Uq|h^HQ\ &Kq]%r핂(< .Tvi {׾ O,ɚy8c=@.) Xw䱤)?',X&s[ͼ6BI 5]$+S}w)t8̺Ayn{˂p)쑐at-[hj,"IX TqXM$}BsZx}` p"PXnv{U^TU&JJ^—lzfDwݜ-3P*g& F9 _wA|*˩7S*̾=&/D[ opa/CEPZ8& i9'wE9[p Bd{5:9AU Npat0z1=%?c#60#Lr3i賓 z}L%Ꭓǃ٦&>XlGP1e)s?ﵪ\3$K9}d|0o6|kwCw!;\9irӭP~I[仨r7 #YD oBh~X Ֆ=E+ٓK r 5k Iy[֟8˹ϖbKYGfz_.RUKD)gaYu$E,Q,,=,s97;#3y8;mO/o G 1]nNzct ɸLmX/;ࣹܩ&3V`ԬA!\Mp ɪkb[\"u4.0- jg4 Q̵4*7Dc1ߧ=DV:@*(ѣOy7q76"WYrkd80ũ2"bqIl0r~jߚrnchX x .}.,(MlؑnϥBqJ4Fn!0^U\H}k@`zݎw *!sgWOHe?yezGL/DZ\;1?hb!c\rH(WFǙrcW!wPi{CG ,->)S-b#Y/'_R BWwK {at+- ̗Cڼut9I`s_8+U¯QxCԑX rC@L 5gTzBu :+*A;9 g3ֳKCah14NKC/Q|c}HC%Z ne;OħlueѽVwAmnqQd;ODY [YI@O{Cu,VD'S5CDHǝRU}M{)7#DωD$FNʄDqګO}]Z/CD2>˫,Fߒ)pvtCz:>vSaދ99sę -i ɖU/15-m.B/\uv(LFķ@Q<]I:A5b(dn/F[XΪJ}dSe PaDz6R7H9{*Ia$WcBC֔Q.Rfo6.y@,JpSF}`[#& ֨v2'(~keXP3 ~ަs6ӳKh`[`RzKBmsWGs 2UENYɜ4e̟ s~R1}yX\`n0'5dBXIxݦ+)a'81P&sj-!Mmm-\B;7K *?ffdx54@{%${:\AA7e<#k#3)c {=jy3̱T`c阹Rm\:A$%Dp!ʰt()3aFl2NQ[5z$'6Sw1AU Zz^K4 H; ] )Kka Up>Ff/׵]  $%$ vRG'%Қ{Y_<[ Z\g1aһ N;zܟӢC;b4b^kFؘQ$aʄu MDRb$! 5F^c~z>ܦ1,׵.//qMv?O(O~n)V{OWP|{RHB8_}Q'Q Zj :>yyDAvT`f;>Ȟ= $m`KH}dV8,|>]=KWuC°޶>}an7~|4NѲv5eɛq㚻A˃`sXX}EZ*Qf$)ơpL|Hp845wSqZ6#L5p3,L_JzX\C35ߪ'Y qԳH(eHBv.B!ˌ)|"Yf9aIp3mW[dXK[O\eѶʌxE`ΆG(z!O} KREOު;t>@EO'hcdl$!5 hvv꿯 wWx TD-"f+-Thv?9Џ.5\F[SX 1؋; \d'mڳ0BsŮEhnx:I ߞ=6#{^̍Lyd5pzgT~QUNU^ٲ_)_A13*u߽e {{hJ/z)a H-R~ZӤ|ű4C^sHQ=|tgܫ$R6 ȱP`Zڏ/Cuc}SӚl;ݢh(z6afQ'ۙPD€0'uLN Q'F?2~μs0W*=Ґg)w퍦۽@%A6WrL3R H^lrYpf ^YXZ}#ʰqݥgp2{ʼnRzGkߙ#yl)Yr3,7s2hQs7 2m˪6T 7tN&?XuD:xr򴓌AVj[l2e}y[{/PStWԩ[ubu܇Cc#l_975ָ]7Wg$3m:+`.Yut,Y^C;2Rk_kf垡YGT?4)ާ:kV Yq ^w-:}\Q N B;ad"+%&hs2BD,V-9@| Fg.}vRGiU|fnyOlȼ M'dMAI~LOvIvM FyrG$Zk `jRߡ# $m i>V$TW$xbqBL0,=x^\Hj Е`T뺘(Uz._^3n3PS\jB_nb(5a=Bl G!#bVȞp]sz6\1 6 i]A"kj#雱V_ߜX VtbEd}$r ^07W|<Ux/ctC_a5fAvjP&\) Q_<:_6IgFra|w53kҏNLBR|dQ[3f~}!Ẻ<\Lj)+^S)W|oCaM>)/RT)S;gyJR*pq¹()ZխkD؇iD& [T@wLM~@5 4mosR/LKh k0,ej آXty)c](]Snk%":roN;=6%L i'7O {AN8(VvVƃBĭ nSRYaLe%e}K{{kv}iVk\"5$У%*tH?̾Q^dJQ`Ci ͥoGPI ł?b+i~q4iBZ^/vf&dIVS ,-U3Lc](^i C/K=U4RqZӭV$e}~/w^4U=QEPdd"qKMړgP NEx%q4LQO&5kvPfF"G 5 f :mr'lÍfx׽4E)]I| c ?t!I}n,ݓޣIy=s\[߆d1k2C(=& L::o@_\QS'>O )0>4?Ԝ5 2L뇛j9/xbCz w$Ocw:*<"n3+JW%cGr/_i c 6wR}lѵcԵtmՊЦ} fJ69|btx7,m?ÙeՙLʓ[&a%沇׀͔Ckߊ0+pC; `_zx̛ 7ت]@ 2}sٮf6VBdDdNgPFJz(8:33G`W=e%^ ^lrMsqVnC%t~ځ=1 i;C!TЃz2tH}ۄ((X j|OԒ̻yb 0/_29m o1shR(Y ~,4o'үqm:/;&sx!dgR+?XA~ߛwy[-Dp1`FI'Y=qX;pβyZA|a4# cE/&#߾HĀ iG2t> U0AC1ȣUMf, >;ݠP>?!6F ݍGZΔ9捎zD{:F/@5F76Lv; 8VgA+RAet__.Gz9` .D]9(`YKI^q '>jpamʿ䅎2̾-FE<5kr?vBͤ޳ %-U&MG#`dOd8ea1l!ioMɲJ ?:nbPq+`-!8 TEɵ<, S62[sUh¨9,17GxpZG…JYEC*zRVX ]^ZbIsKy9o/h޲}xA۰ ?2R*#Q 3p}q{Sg.@5㣸b%ќhf#.zfnȯ{iI3C`ry,AD=A=zG\%/,c! WJJwk)G/ 1r̔ V\ ͏LdLH ?KK@"0N5P .Mq$W م29*doݳAp+WU֖M2 !aOWM=w)~lCweհU |3qtg$ i cA/3)Lqpa"!+GWZF'e %aV.P"&uU6}xC<`1u"-RSY̸OIL9%V.׿et!vu=,"ΤuTXH)y"֌Qgms@[ "LNGok(~8|eOHFsc3 !qTKSZ oGhkFU0̸N@ڈc5LFSpz5CcB/>K_D#տ_Kbtc^6TLBQ0dXŴTSyצIR]㡪m΂@CʿlZ^%X~R_Π0$0.sS4q}ߖ<_rLnj:-`5֓F@F 6ם3 #9Fڂ/bY۵/̤up,Ylb"pW.f?9$glm]蠊(Q~{Ty Iw< b޻挒fU6l/{9fPe|K,ڲʦmmZ%"ө:6pk}X:'un6 ^j],MIoI.p䥽*XJ]iE&il_Dq}*Xž 7VvK@Qogc: Q #DCβ.,Dk{JէYR_{BPrdF]MMGUB! Xp1zOԊ{{n%0B*N)UH87Co߶4H\L*"ֵv.9(nAuGt wtâ,@f[)9ru0]dwAM`XFn갿''pvJB~l8ڤH|vS.E};oWU͵QS؇bEe۾ϴQ]F8CirXk!$eRo)pz7|#iB_[VxH >%L'g% *)֦~gKbڡ˰Om+"K?>]YR))c6`J El:9fW53lIΗn\ Yi~ET݉@rs[p FK֠ǐrxǴyː3Hj|Qg2~RLˈrl]ԶE:zS&Ꮟk oR <"]Ȳt<;Mh8ۥFbsz"=i"tSI5o $+Q ~[rE˩ʟ)ല HFi ~'Iǿ8k51c0F^?1B (mumQ=h9)R*I%]O: #S6'?;+r7lEduj/0Wa9•KGtp8tԵ[PfA74LPĻi];lLR#.SPJy.AUO6Vݹ}8{i?QN*Y1l3zP` ?$›m%.$CܲFo'j}QU3*V ܩ+V G w؀FM'Z\VSolwuznB26 s=j.K1(e}8W\C3݅a'Ck?o"J z8ep^{(;NK&}x8is];ڽ$Kaa}<βgbU-x^ajͦ`Y#kLO+ky6f}w7$C&&N-X8%MZ%#0At|}M#v7XNG_dG _I^g.2,C&X|QoSD+5]Kr[[C)zr꥝Kd䨮'xGڸew1 a5|أ<($XJX!GKK>Xgح&?4|TQv#<;/s# Nv )V0}Yf>j|f 栻wMcϹ{u WtZvjU&@.*g/ ߞPCh#x7k {N>_ V[pQD BQa"@1cu8xώ8^n܀|l?)ǯeBtLѤ&֝먒TFwaeピ+vν ˘U0h69'Uֿ me|vr׊}>wgK Khʊ.A TR+٭fU 9_!MgF)I2b 7~ ii/٠<m]#j*`L$DZ,h* >1)|t  4ՉW㫏j6'@Z62p[H*$%>וw."1g]%I ^zn+ ]fޡr|0׍K6o fEҜofԉ$1+mV=*}qݵyEu]bq( l(TqUpӴx;g 9R*!=]nZ5$Z+D.Tr!QcX +]C4F"u-N=4TY(Mxܛ! yQH]0b,"=;!!l1mjs =qM={fW:5}k  >)I3C9̕ƪ>t?_p=[OI^\ܳett^H36¼z0Yyg3(v=绻x.-!+L\qSݢ7!n%@ϡ!bF WջT<% /.tŤx[RA[u_˗MKDzP v π<){o$]+O4gr<GT ۢ! $ 4 #M@ 'u=*;jJdWGqlT3"  ʋ=q~]0*6xK*ޅ0 RTW/+ 7)~05ab,JBUZX'κV&s/܁:Iu{_Ui3ٳ 7}\N1>ʌr[N41^(ZVU:Ҝ/)z䖇Y*e ǃ%[0p+FDnN0/@YZ]׼)[E)y*,6l otq`VsfHD>wUq![PΨ1̨D~4ܬŐ^'EtejӴHL5Ԙ2ͬC$fX>Gg{hDȬ nǤFN =;QXQ18!;{ ;e;2?͙j:mT"ӚXs܄9)[!ؒ6PmO0-?v+d,97ֵj̵ŝhrSAA .ŢNsdzR# #/;Yj(+8:ܓ"x߼UD{Il3/cUPbA !ި]YDX\ZUfQԿn6#)MUx ľ!l 3[2?-GQ-ȲΚdsl]ΠqMRlߢöI3RUtOD+1dYq;X]M5fi2\q5皗J\rRR !+l`\VdܰtGn$dCIgXN?h8 MnKO# +԰T^B)],7E¸F&ȑe~JLb=?؋RUzhp?# qXyJih+2ӭX5_ c2- YMjXQ;KM.nó#k.eIk"GlQATra1ވwzډuT mNn jOLƆҗtxr.'5@)Ra墤Ef1g%#:Zt>V~}Zg DU!͞M(£7T B{D eȯ"tUyѨ8)^>Zj5e.)< ħv_N<Cuy.QG(,v < ޥ3Y[uYS m3lLEm`e&UF}SA"U#sPxZPj.W$A6;RR!>p8 ~@'L,@7IVӟmV5MOiZGi{+ h@mZoN+P3:Idi9K K2 [KahZ9 |g 8}Vq ߒII#W\SZ4 %أ^HkRPta!َ݊>h^:>%ғKDCrzKN7 6(ܼU8&Sk$Kl>ũr˗$ꈇpʰAԶïz+eV-Gڷ 9v&6Pu #GGL!TaTIC1 :TN$"ȿ@n _2ETƣO7Fnʢd>\ oM( C7Q%:[´UmbbƬY'UV;G/-۞&}۪>xRHpsR~eUWw|TBy%Od%evFΆ`qC Tخ o`cX<B/v|@Q--grɜdڌzC+aMMUx>Y/P>>fGg,^S?&՗:%Hʪ$z$|%q5aBjlh`ݠvy 잹pЃ$dQZ!Ը⨦sfPۤtn]3xj,5Ah7 >SԳ-w9kSh=_<+!5 !4TݲW!ER ˄2).[yY%旙*2^|}_<Oz}W _=0hwqA|{g t>Slk:8 e .3 CW/ _kOǧ;Jѻ6N.Ћdלa$.p_{_%DŽg:/g}8q-_0z1jG96neg1)B򄃝Xi*9b8;j9x9ګ'JJYq27䳮&4K X&Ip&a('zς\9n8ok9^oU XYɉfߙaf6(F{y.ت B:wCW֧Bdp| A"p=[8Hy-:g諒}ܯ-fu9 b;(jМc7F>]395LMo(@R^Q 'Dv=w<`݋}Wqq[Ra"rߟa֎ {u7Utu[lNv^c0TŋByߍa^|0j<!gm ~ Hݪ~<ȶ}s7<1fd4*8C)j¼ͣjC}aD<23C|OCqA =ͮΰW< ,M]%UItx/d J;GٍTA,Ǧ&ZcQlvNhLd6(}2^mAGrGK̋(9{C!f{ wXw` ,w\1@4lav>ߍq샷9%2z-1tyy9&NJf"WY>$ѧFL'Kf݉0ٗf}xKNxҔn_Sܸdk,)i`^ԡb*/ 7Jz5RPbᛔ 1Wic*1x*C_?g*LER,յIeK+{joYYB˵5Ke[ՠ7rkz&m-G #Dw N(42^֫Ͻ˔:lu7^ 0r r/C&01KU]&l:V~:g7c_L1~Hc"b| ⭘b&9 OwA$qnǮ;RSG15EOjޏq)$*$Kح߷WLHy i rw\GVjkOn<&ay3(qDlFdBK,r` i)s_%/ZS1]D)U1p_Kt:E8M4F7H\'X!@TPBrpv8DVvM'= [WÕ>Јkj؀7;ygf|ܫ =Ch&NHP7)fzVxjg`~ڛg\mQ:_g{g'i W%y'6γH4cPk%V(҈UZ~O⯟rm0\H< Tw>lHe\Ɓd1&2T;C oeq(Ie1MU%ίg[K?3~qz=K`XITLsm jL-&PWȒn0<{loc38U41P4 rGS*S*Z͵tPԝIUcIX~ (C-{X2bT\ћ3Q4[uHojZMeDoB7X5X?XnkׂcN ҘkWQq_?,/hMn˽{!R}RAm扏:?T$eޤ_ t߿4KSލޡ+)E)<ܠ {s  {)[:.ӇAi|-vq=?Ǖ+~x6lTz D{OJwrs^#S h{:\m%'Dzf.n>KM'QdiXiPZʀb%8RrBŞ5*/<|8p3vG=c,P. ]ғőjڂAͽzsљG~ :ܫxihV 0.Rʟ_ҷdpԦ6dy3'A{$n >R4u!i6S=p@]ix4XJF n#rB)C.l;7i[|Hsc}=٢^s>]š8n]U7d/Gt )3I( FLP%&i {~8x2GP<MmˀKh psB}^=:+KT G`"×K [zL 7wO ʐx/jj/ßC\9^j2G)y1?ezȦx#6ع޹r|a%%(x bY0z,}.8k~V/(w9ſl8O/z̚u@cT"~!1گX}3H@Ф/#Hʣ@F%z9_3a W abXwLxqd@|vWB@m)U*vtQHj!"*mg= E{:7:8m."}_2Y5BF%>,[>eȪz9ci+# ￵:J~=8,ಧL̐@H*т,.~^>ѓP_zO}.fjVlb >#\ 4;\.q.m˗M2޿Ǽh[ەId_HP`~i}؂d4')#ͼH12firXD91v]*#vqeDxP.(2B{g>=JX8K $=y^W*5@_UFg=а[6gA˭p\†H EұLwh 4E`v8ߵ$T> _u tE>nIajFP{-/n?NCbTv6ԇեeЬ~f[$g\Bر} ø+o%࡟ (մ &רKr XX7%/yM(&7PHwJ- d•H__7qq / tP?ed;ҥfN:d>Vux)M u}ЎxX1\'Le ɖnk&_Gw[0P?ez0,xF÷ A{P bS#f)8)RT,0_?c@L^4"7Xyie О9!Tj19gB5O&&(g z7؏uQE2%ht IRSRl xybe?~JN&:Kd1tr)|䩲.Ac"BG1-?d}Ζ?*E ڐ+/gFT" "ɓ T%<k5Wrq}xt+XmׅJ5x%Ie7r L=+ePV˂988b}0 u׏ނ''}9Dgt"e¿-)(:[U6s[P ]qjӻC-M#yjuoLNNu`L+(hxy3`yFE7 W~x]$KkhO_^tR&5:Ł&YmM[ @8iZ4;aiDt1.IL*T etEYT,>ng=JBC G9o#*粺<;S45?V*egk-iffh,shj3 * t2<$ZO18'.LhèaB,5Uy [4hP]ȉ@T\C/Bss,"!^V0k.ԣTWʘwHq@a Fn,whM=bAhJM_Z6-Ft^CN^$.|F̒ #gU]AWśIht+)nEMZͳȽ9N+7 h(CΣT1WK KHtT0o7*<҇;~0izeS F%ڍ/rR]+/ SdN{AĖϕ&r/ +P34YvkrFC+JnslTy(5xv ה@`5W䤬"UM3yjɡ4teX|fK G6Ǽ>{g)@Ӈv!픉Ҡ:hn4uaVc[`HEq~U,v8 )WOc^l`.+%$7!7I}~H^b)Q>z<צ"&ð=@j+XK'+^*Y*]9PM}goہ(M{|^D8y8ۛrc\Bۣ ([5q6vi/'@emkt&i u?v %a@=^L^XvLC7.Q4kS, w|@\̀ʤM ` Ono쇝QV _uq`OݑO#P5A$jܗVg؎5Q}hሗTGWvquN)/H/F3NfsՌ锚>Hs{DţծAPw3)dw 3cF Ei+p_t9̺k3)?Ql+86YoGi,y&jA^o2oNЊa!=]tA@Od-N/a՚J;#;PW׾}0^x}#fjsuxnDÁΤeI|c)X5*1Ȯ 7Bnj }2Gv5ЏfE=*@ 1Aj O6U-* aS>{vc`]HJ_ũ(3s;ciIpx7te/:HBGtgg(oWqfC `S=:ziz72 dX`gBgxt+qZc;L,4%iLZJA.v:&elhjRWc~jR܁};Ho%TyFggGe.4ch eolP+tGv4%YkSyƯOx<[/ǰ/#ePlp|F=aIV~z A3!jECێVMhn "PJ4xZN.a8-?NaE|klϴ_2_{EEDe-oy"R>Tj%#gxG-B@:7st;^2+&@8' 9bL |qgo,,SLÇeE3dmKQޛCǭ" -\}Ջ|3|xVlvW0,jC"1\6jNkj0A: jƾBH, uMWy=H{tvn 6ծ&&Ki̐~Κ|-[^sù0k}<:)/\n}wx,:3HhT ِxAYJ$O5t1hI4||/E!_dşlajF߯#)*P918T.Z"BM,^ceHwHa UȬ6mQ8r%1M^o'H)ζ㻹&gE 3P+o Em8j6OOk.RlGK>%3JI+"mȯCy0pE.l3vG=C3ǪFܶ#F bT%S \eSe,ƆMRS7UY PŬiJQz4.l}=w'5 :8 R<%&5m/8~:6.f(oBUH/8[V*V4b-bm*Y Y0l IZpenK kBVӘNsQ ZIrt `:V}iX bG{@*T=KymϩB" ̣koܻVPABїCc^:)R%aDG%hi Қd}JE)?jec1z s=۹oN_f26arla%xxu@R9&M ;(reit\P l?CV訞+#Ah5VIQ<&MƥzΡÑH<ΞK k>qq;J ,T1Å&Iym>L GPř1S\cĸ>ie̬ye(՝s\IGJ;xIF?)*BBiSѳ}@Tdg aדKhNV z@ܵf`͙ŽcNYWAU̢3SoKSrϝ3M/J:GyT3z& ~,g֠t,:(`vM5H +=:.&6U3Զ6sv> I_=̶t *gXe~|`X8A 2zpp_cOd*GzlfwHxc#u*U<PP9Q;`EaSb<[zjABP j4GhYBA;&qhrnN134~U}% nh:%0]nLG ps֣s~;cDaBO vZəohІ] Px$}W|%AD8)])zԟE˂Gnٙ3h¼R`]^z0q y-]I)hfM2YK$+.ݬ%\Ek:8G0bwȄYjbQ`VS94M5rʹ\o|0nu.P6nsHU> KU8];&M/>EJ@F,|=´ltwnІ:"lqchj#gEBpΨ2wƏH;1Ѓ`Z!sЌY4ȾȨm7],e;dʒ_nݓ蘱H-' +Y^W2& ك*|+a&/7f]. SbrjS[b Q8= fada?.!dOtcӚjtlevZ=q ܒ%iFOrڷ%\rJR_2{=?q} 0G0lZ4Z+~RCfP~f2Lׄ:۟%)+N(FKR=MV0/jrtbcg2mwۜw 7<Ϲqc*nixGl왱fcU^y۲ub|X-jKğ˶a}gIK;JElN:Gÿ )|w$+2vѫbflQ]ez˃A/jS/2I-DFWRPE >"\\7rLҽZI)U8MLy%I=ht㰟mnvbvLl`mJm 513&owYQs ܌~cC̘+Bƞu$ =XPF,9 q(cJ 9QjnqyG8 d LJ+u. ӎFޡ(C{ʘlGb̗|Y` :*5h)݌J(#x7㖚H~F4,C`F<7ESL?"CgY!5.#$b8fODY56H5`Gc)E13Nw9wuڸ_I3|L#ncgw:ɛq=o plIm sRe-12N7Gyurmɮ7_^ol~/|B쥴?VspljI3EEFA5ԁ|A5H$#yc\ vV-}-O8DpgT{/Pӆ3frzD3J(s~$S-FRP/?nYޅGp5U#,>끅Dz(tSԥi{%$na66/{ZY$`%C3>ikdN k fHg 7)TuȪpؠHX{] hF_lf?C%n! U뤀٫r/EKGY6qA%bd5=Zw.^|GgI&܎n "2 .sp6=FjO_5"Rh[Ĺ=% VRw RLP869C Y^)EFCz BrȤZT>w{%n𦚓2hΒJw\V)A{;)Z]%3пM0*I rVWA$H?B݆2TLez>iw(\ w@ W.䯄ێ$柆rvޝ4%XޱpuJZ)YXOspPI@u m̳(*>C=08plPo8LIs[m{mЁ:C+ؐэTݻ u偔A1H'/ό*o:އ&X*P/Yvks_JUQ>͎ßmґV 8:R%KƻQ sJ'jn@d^iY+],?l`y~A =ϗ\8)Ii ܻO\77 ߡ$6;^Ey{-_.Q. SѕI*d]Y9;Ag%'.?=L K-B?sh@.*`aѮeZgY|W)fjSu\x~,նDЯ ǘx E>xK] (L)EN͍VӰD%%+ɫ)qOhuUۦ yIr1a:g̥pmǵ}6GlOɋ2T^|^/;\ɰT]oepՑ4$')|9#@ʃ4z3z&wg۟,%C_ =6!L:ÕtA3v#%"k*8%U9r?(WS\gyz9Y)]Z4Kq[saf#40/p⯡l@\D$!lNsn1]|fər<,$|vY'B(rs㱐}$D%4oO=/,#!2*M06Ң̽/MOCyᙸ@ |% z? biKOp!۠ ?e/^vSb(S8OVvQ,oKO@=/[g(ɷA_D8J:yZǟ7PpP/BOp FepQ E0.P }յ 6܀C]zӅ VAyU\.C҈4%wG̨$0$2KS)`2j+MrIfX>s̀*,cOj {73uUk  O/}cnK[^_1!!il`A)WU '-8')4~HDu%FeG($=R`qk<5o] Fd?譇@AQ5vMIc(x6m`nC &@#>8i^j|rgUx"_=. 7qMe?`^jWr`K qI;CgPu&:hN)n\[|fxLa"鬛z(yp3X2"ZY/ǼJGwe:zZcY۳8ss'P*fV5n#yN[*Ƙрc.~ISBS ;毇!Q:X%❵esfqtpDIftEg$«D}p JIsRQl1ڷf`MT_FQO݀zF/+pW-߮CW9z0D+%w)JaV%L7!aFn(;FIVѰ5{fΏaE9YYQAՓWNzpC(Qٚo2$w*dQ$!C -e([qZb%1]0AT[r΂G@K0R l2Ȟ:bP_ZQ~JK2sjC`,gJ})ۉf)lГvul'ދ NV3 KCPL5Ldci_dd6>M`'L "(QJ+/U!`Q.K!(]T!˧@j958 kS@~{3U/^'r.Zj 5^ t);@lf,Z4OHG֜qp.J p!I9 !޳_MړVs)䲺 $3֐MGVac̸O _L;$ippm֠2GTh[ ʘBk\ IITb]_K x[>o\:v6@sDT5/,s0u>Zϙ_Jthè_!ʃfRWȘ&Lq,:q8%['ꃅ) j=-xSx!³:pbnávƩ>PڼpzHU0¢*W磸X2%lܓⰥz KBy+iY!V tq|Ui <+Dǥr0גۊM7@}@YVJ0Kت;`A^9_h!ɉkȷ_ 4ګ=>6]U:#ǸeZ i<T%T‰`hf*^N.07DX3h5gUMh%{4#A1}1/yq/m<Lt/Q^': 5TbYUH&W'1 ˸/%V v%Ows|9|SrfˎfA;t,Lu{׊Qsp5>*8s7/fѷv2mߊIL܊4t٢Jg1HMҎ xȫb,,%%7lC}b́Pdl QT|ar%=?`zE$iC ttK׆2i(Iw1j4H0Gpyln/pƚ&!H=F[9Vff=>g( ӘW3 HKҧ{Q?;U⋏(;$vel+7}g9Jni'dӶ0 L%.U8}#!@*'zO}-~/Ϭ׷-ADo7 s5%Fj otUZ Ԣsm헻:fOӐ.ɨpd՗)g(G@)4W[GܓQ9ۀ lK|ãRvpٽ ;4^`\DX q@(³['!ubx4(ۏ&-:ʉ o@j(=|e9dϙ?'F1 [iy@tqirqA0 RcO 1t<3p rC`p:~nl;25BQ䝈<RzذR&n׷:|ry>cCÃ{PHB!>xP]7[ϲa*V°pIa@e-kLёpmwĥW[.C~?fg72[cy Rrs`?1:m'!̜ٿnt ~$ĸ ud7*HA"l PcEYHiO΍>"J<];2Ŏ**ػNqKڳlk}Sy6n1;_˚T&LcWeǥMӣή $l澸3{zh uB)y/W/Fl}hYHo&5+f9"Dpڰ9 )`bglW:!&Q^ AݳYTchOr̒[O !nS0gx0\1ƒu/Ǝ[W2 uBI3ci:I#a _7;l7hʰ[cO{0Ug4D]Rsf"aEx`2:*+m 2f!;[9*or|s|i6MZqyDay{'3b5C.SfHJ^^Hh^Je;Fjj cqܥ'Xi YPxC*e`9b.>I)DhvUJ-zpâ K(dqB>D=ӳ13(J%L%sВWABp.ג\Su>et BUZl'#hEWaĈgUNC_~E"T!`Zp`%=3i!=wH=R-_.ckUA6Z3uP6lGqhvX6x]*wFΏѺ)5ϓG Ñj@ ̞k:fޟ@epiJWwdD{pfz|7D:‰+6vDy@͞qm3v+HVLDv4<,S1q}˵1̻'Td=k×֓[{K偢g=Xn_^Dluj@ \>{1V@&M[˱ sErXш?@yOl].n%] A ļ(noI$נsZ+V8D`I[Ӓo?* Luơ -WG(oTY=^q*S'zJbʟ١`{uLtj*s?kvo._)To-b\M~_| Ԟu-6A,i5aYʯ\]NN|U0aerQqTbj=%An$ %p=?u;$==3dfr龗F@D~`VDmw-)uK#R")by ɖ}amCepҭO;Ie'@|j `J~Ґ[c潀`]fx$ct>C2<i9 3F dnzvPr ˓nw,|ܕ~hgήDVh?ƒ×=Ŵ($/(taΨΈ &K~rG-[MQG=Z13a>nÃ+b(X$|JnN p-?>.LGݡ@'f?9:u;>L3N.a 'bjYD \#b@ĵd4Qv|_/?pz(\԰@L &7נ2 %  2rHP/)=+QƞjD[nM}=Hp_(x)$⍅ @8dQ@c@vP9 c1bV( "dXRbjHݘۮj#3<_C6Ԉlqu"JPH_{YP܃M@/Qy Zz@Rfd EA%~stgS i) Aں lD՞0`Ko'֬zIT9K>q#}^8_P5uspV`i3((+3ȁᤸc#vN)2\C+d!~g@/X޸r1' 8w ,sF@:L%{@d6 P'9ť.MoM9Tkfs*L(-z&lXAuyly:ke*M7~6H8F0 @VIKJwF6;vLGgX͡gaݔ &DjƠ>kNV_XQ%m zw(W1G,OseWc ! P=q$E:酪(„;]-dy}6Du0.W *l(bѥȑ/ss%_Z8.F!|sm$@CrIH9!`r Ji0~}e9nYfg"΅e ~{Bj*4g ^p*ΐ9ܑCyMﴽّJ#^7icО0bg(_;͛Zvegɒ[2qV,+[rfh,!!Y|wovbs[.,ީwoo0ڠ<ܲi٭_6w:\k98Q) r{+x0z9ր,E%ӑ;[Qr#IÂVUam!pNG78zK}jVSF\ oJ S<,N8WoJIݻGNr'ڵ,z2I?Cb..֎-R̹THmMfj3wv(LTS1'MjuqYl>-;HrUy^Sy^խdBe2Y&*d >'YCSxO Wk xU$ӂo)24}nf5[JiAh+( dr<Ėm`{=d}Ф+!ܶ)@* GZ. ekEN-Ռ}~dvݐ>6Wst?Sp%<ٯ_G",GKN]\rM<ᖽlv[9۰>KZvwouI<ߛqNU3J#3fQѦ1)*rtO [AG*!nX#'R iJ@ @zgE/ #z[?;+cqŰD]U 9 ͰoutM:/JkKA&u?hs= 0%n#925M۾ Z0nN]'awtgdDSg}q*}j3+4)DjI@Y*ufKz_~+!ժRg%zlQh}p+䫄8t k̥C;ަGy+b&|8CeM(ƽ|ǪۚvE `7P3=biUl@8A ITVXZ Vcy (Ĵ/w뢾˵kzH ՟Ǥ)[8N]wGWUT+0BF׌*9.""2LuWpqИPD IK5lؚm&Z.9c S)WύޔwJŦ뿷7p"̋lݰQ=5 uʿɰWbg'cM%BwN@\B˚glI{@N7$\ۧ숽jP{2)U{$"lQL:2 #fӃF` ) g-myY66%ZC X?b?|0c^q$*;z_I/BCVa:p+37=x{kMO ='Y'^y~r_䷳ Dg3K:*0JL}(|[S-?R|,>i:^m̭LIA .߹NGQBf:=gd~WzS z?}1r$[cy:uM}J+Ӿ *#qx6P|)LQ'6^Y b<#-&"Ǒ۾g>eJYq(o w|>~r"keC;rj\(cDV=y Kl3Xt tI.gw鰞 EK8ENbNH&CCm6{rp ~`sf5<"nb @M +0oWR;߂uf/7/@a4 (#0yf\.106S9EP M:6W?P> NlVg!8"~{nB\jD3싢!m<lŒSⓨI7Ҽ:tNcӯщe .1G`W'vUo΢r]Ŋt Cfg!L{T"+HFOd a=]ZA[CG{ơDVhYi˫$K*,Ґs)p-@adsFǠ~ԕdz吱AhB:ТmTkqa} 40ya*FbHU DL >kѬQI,-k0E=%5'g5 d5&ljdsP&E+rrd}L5٪mk/IJ 3M(0{dQ6WXxfI<K|4uOrߓ8*pºM°,Lfm0 (8ߩYI:C,ZYgjYMycIlrk6a1g@ 9z^̒A߳D2_H $\6$8A _28:p-߉ M@(]ĵ-j[H~V˒5VIRpT}1^aU,4I >`"uEpʡTQ@Ú"m!w1ڭ \nz#8H7`0nBAsQԬ7a_K؎,Y#R+gͧ^{ov$j`DرX_4Z np`2j=On}Bh[(N:1:tʈȜvRpK&$(uf߬ n7 P;]g]<:<ijT2Ǡ({0VXd62[{^Bp GnMN嫌4L95DqY_0:cćujɈ)Vi]4FGq?쌓=V|/]G_w K\e3 KqNX< 9Q^wH:r6[d/FBA.>GO'k!W[|xi+pBQ,Q.bn5Ț[6|JW#dmq{|I|MS9o=Νt+ a_!n;fVVM x=28(OO`Wk~݉\q՞8(އɔʡn =~οa vHFQ<_=fl> :`ducHXG܍gaKhQ*dS.#2ßbDqŸgPDX|*ЅbR$7WRurYz$X6Z@)ñq&1"hZRa*wPna)ZsKK)͢?mݕP@RP7u2mSBdҚAcإX&|6-yt RnfE|.SzONƺ@'b] M(9l>+[^˷ugx55]4w;8D0*W>b$' "w'&aO$^+FL=ϸclIї3THs.aQ3бsDϞL7sXrhMɨ3u R:粊 $0Fڋ`]D|q5x /IKB;M".T i'On+,()X x9WiqU."]%q:@|,52Ѭ㸕zU[=qW߰T>α'L\oA0 @'hkHc>}PwF`4?J ~a7rD]1Wf_]:鮝E!G Y8꿇d%~rIK2Qp:YAyV_M^I):Erl7m(&%M,I,.M4ٌ )4@ uA nw*1F|kԙ8&"T~Ùƙ+zx{C}Id!Fygpԭs|낔Tt~&Y[1uh ֻuМM^*Kp(08:q߲["ny"_2nBؙE*i1B Bf4PwOuPMf9YŲpKtSI e#6Wx$H$J~9č"N9=LvJ}ea&ۆP,j%:F~ ^TJբ.}^&Nbt2qSYh.zH df}/=z 1i%9[)6COB$}Ue䞢e&vP qe6xwJc7ѯrTj3h%-q(,YwloY ږt\ rBH#B55ZԹ0,ܲYyՌ Zg+BK4#fxD^?v Gf'!שײ4[ޑ_@X[2DrIXL[s/O4f_Zr\݀S'd{6}),s4w2 æZ3I _9bsx7XyIj2rmݗ%_{W{~wn%&؇#WߌIe@s;E.l;:̑-S)r57C r+mvdgvEC_m|a-Yjf5c24i!oqÁCe챶KT>bke2pRi"Òk(uN>9%[1\Nd $1Dh3?i{WMpf]Ѧ iz51 KFP4{C;юuU> s[zνdZy$ Lgtύ[^W-–SHqTW̏a.)yc/bbD=ISB7E;Bd Q~{|Cxvn`Otn]yseT,m;X.r LjӝxS k;!a6̩' fzT773 y Q?:bfbr BQRֶx@#=KUq9 k[91(*,P;cl4Re7iFCt)8Kynֈ8lu~a*]wp)M'zԎ L_x`TvG &zDHݼ1QQ}ߎ+Cε"yY!7T/ەpe6%jn)?` ߜ$Ec$,QmicE6FmovTM͵E2E Ywˏ&ڰi\,g(6ۓ惚4ϸ2 +{VvJGrgȄJ*AشiF2ŝ@Pl k*if#'hϑ&5;*;MS66v\ť#I{=ڊ%QpaiXrKWޘ&WX%#wS##)ӹ0՗1>Ȗ5-h (r.`/]%F35ߛ[]ܱUw)Lar;l;(l{[1z B>+yLJ/]"OCC;{v{jaezdAB?G--2Q9 u 'S#OVd'7Cx]М>QvՃobpһÛ[aT.Y.2 ޑԸהAKH1ACV1^WtF 7OoJ<7W|o;]0gbpe| %g IXc_z]['4z:FZ'6+kX|-omjŏT׉).׆@#! ֙&tN۟]fdBBXxCU9ƪp$ncЇȌvF>8Y \{ c߉Kr`k #P; .p_xGʐlSj8񄢆0ז? =^X}D)A+Zbu-%G6^"8C’+} CVw lwcGtYUhzNe2$ͷ$e&yrqgË*`6ϟrOv&wC]i<>?{V5ެIFp1Y6-](cjɽϪ8T~u㏹t,/>9 e'YT2 2~&5JaA A,_ Wm [X`wI"io'QX ߍ _N!$#$A"/=EEb`zSnZ _}3w T*xQëaYomu&"Y%~}6'&.)^nB595hR3f'_pXc$#;{fU2[wŎ4sO ^u='Wh(ƴ]\. 9Ȗ5ƣͷN}ڴ4Q}w'tz' 4-{ =2"Flk+NsK\4C9E~9\4:EV>|t/#EHd3YC y[LiuLeFO_u‚p!ǐ`۞a[| Fqf˔-Fcgp>/v1눇(]>{zÑ l4Ö\Ymoh nNLE3F%@sA0&HqF a3`87ň3zy@u^D=—_Y)A9=sZRbnP>Xȱkݙ:4 iu/UAF& |Zеm8~kmn[q7}e4KFfB[}]gMSW#dxn ޸fAv;t %cqitќFbV̶);,\&Fr&{kЯlx:ĬPmj͜x9B<'uŘ :4lu_H} -m4{, {G_@C:_g@GvQǐZEψp:XJ?nWRL kPa4 MygʹQ&ȅVfz܄SOщ?ZUZae2ck7 ;ӑTfM0U^ѦY|>mzmOWFOC?ľU*cggt;&w8P)vRLcBFSRR',iNt1U eg!vI=񎭦~6 UZ.-zr -/˓m-^b.2Qۦ+^h5ݩľuT[a9f`'i ,;;`0&A9Mc t*?ڝͤ ɽwϙTb]%~8o{0*2cmtÍNh2;!fQc2+f,JTG'&>g= S$q/TKB-f' bM!.3#H&SQW]Q !?Ȉh q_Hevwօ#Z GV@L5D\VYLQءp{F97;OƝW# |iYqDw\C(7(:>[Iݧsk}:8Yd6e%ƩZVrs|2NӰ i)cz7j2vio@MsNo |;hYϥ#մ^5'eip UGcNjBV[ yǃ,7glAȆs3_AX|䫺۽qxiUwn^b1jdq^ɰ̯7R8O]eI3ZRjM1J+Ш­I4a!ryL0k& Mr\yh"+Q5X ʓw2րB>7f$Pjy(/) QȘyPlHrJBoUFܿ`@NF⭼Ah^$VngOW-̪UĊ0h+7ҿD] Kv]0;(ܨ](於: AFP{kxow,2vp# YnQ\u9P![#TyoӋ&g@8'$pnݚIDn;b]xf fE+ EY*E4iCd0m8^$Y|ɎwS;w90п$Ku%!7poshQг$]Ӎ0Dvуyܳ˸gn|jZwMYe$Gת0bk.V]t">IOt_嫿'B0CL q&feL/k"`BWzMLL`'/D稵 ݊}3ҏŏ0*\SC`"5'?Bh,GARM<׃&l便\ڃ\^ D6YU\gU{Ѥ1-:A7b+j!\Q:'ǹ~)ocK(}F6n9wc` D\٪~z衬 ÆGigۮ¢Xp-m-.9,9=ڥf:Gbi@nBr ڏMR!9pwpb7w7A51~U`hA .aW(ZƸ/@L%0q^L,`gv66uKHpB <5σ5*S4xhG!Z `_ogwҺQĒ.Mn3<+qP`숬xCu^Sʉ 1:Op|9}$k鐸}@:;2Ŀ $~b!)`eBEԸ !Aqc۾Zx5N1D7Ⓢ"S~ᔥa/DžkzFŽ V hg۸HY:! .Bf_/].])̃򘞦Vt ]h J 8je~ѾbnnD%D=r`KRXHdr1fM?0v@ ?躺^@N+ @>UX}:LCӈm(h5_@9APǪZnnǎ+&o  v&q()ͰO/ovjJM)tCX/ݯ4ĄbrXQmmz?:!xư؛U&Wū?u_xfΞTG20K둤BV>I_2Xpb;gUjG!m˄x*0v%I<p!盬o) eDn' y"-iW8!_PA6ZFGQUjb~HNsp;id@{,c &׌!T<[{)s{b{j߸yB\-<MVF?!itL7X9Ni ~sUzIҜ4Be!W+9 uqtңɵ_£rR0G rD&6 ސ5ΎIj4)W-SpU,δkw@O[M2 7͌ xiǰ8yj94C+-Qs/91p.Zb9}@xAnTiV ~_if/C]+4ڵ{ͤLjEOٹ7Fݭ%N9Սy;m@Hp0x: BJwϯǘNdXtmne'~QpF`B/30գ!z釰 UH9=D iJd eBA)ױQ$"`?kh+ik^az(6-,wo.A֏FPdUhs;;}=##k-Sw%IRq<-뾹Vr}.}y7( um*_;A[C;;Ő[r}ni,н j;kLT4v^퐗tM~U|%IJ"DӴR]^xBk%o"`Ps 2s}e!h6,7r .̯BPQ8 iXdT`_?5k80qa湼KŻU[' [ϟY:qe7u+B“c8m ϻҵ`P{> ,va, 1 $sf٤@<m]F84e;3A}oUw*]ު:@|m$xwf8Eœ> 5MJ6=ġѲX1V [>B+#>j &;{zM:o۠mІ|ŸR)"?űPm:dW[%JD&Y?r:@УqKd^ g/ɱduJyŢRI 2U=@A@C )M"SA5%?^r?^l5# IQ0Ս25lxn}!(Kd'svOǁ Yá.޹ܟb-LI֊!V>[gܙRںXxX)bͯIB%x:ASzD x"UʈAC * 9_Z5:}4y9'{#RΚ&yWi gcowl J'&n]juox1+N_1^/]&"7,(NSj)WH$/ ײ_Fw^.s&+ٴTn&ƪƳ"&dܾԊgE 2>f{ȯDQ{6H IVRVTǠ5sÜ.A:wc"`ЕvZ>^4 aiƨTQ}*6V *X}]]P#JpVƿ$&ILvkqX+q"^֖2=؊؛$ ZaI V"zڤK܀)ǁIJJBܲi6הv=aYTӕ+I)yy^ uezoPi>TeleȨ~P*ːa=(o6h(֒h' 3Iۨꗇ7#vu᪩⧮8fl z$^ZV+9i5ki0N΁ ;3cZ`9p>s_0}r$ܜ meTvQ8-J,EjQ`U:Fv3v {Ɗ?"al^3+e~līih>豇D,P nf*SB(ײT_[}>!S'"wmGн䓔_61ﶧ3>IZ A(!! `0A0'u?J^'4GZjo־!kH =aAI&-_od,ۣ#E/aOF+*\(RcIPĴϏ4!Hpz?lM GF+h/Ovy]`c0~F]wjƖlM#1[KsSa]r?)jgqm6"&}mf>${b>k8b4R] m#Ґ2Fhj㍧DovpaWV@CF:|HϵMokM: !KMZQxsZ| VTA4aMԎ-w3 &6ȸ ZVuEŴ;.yʹ\#;'(l>HV ,;122ofmߎ̴Ʌ+۽r445!v#\8#t#(6(J92R O[S;6zdn3 o5YrεkVbHfܜw&MJ "^NH'6S194jFNsFT @0"5!ǣQ.eZʝ<@VML̩jg>Yg۵'Z]ue9]LpfwϼmT8>*Pp: ⹖Ox_|}Y ,MMQ+*c`ߡjA*/jeq[B G J͢strzӕ0xpP)ȷF'tǏ +2o4@8GEk=ߏc{_}m¾HU >)PGSpϵ7n X?05U S&~?]CƝl)%HUU)-uEȮa2`S1qezipb|z)~U? (1ڐ-UAfZ"UH:8sa/x_4PQſH @iYi/I~jRIRIh+P2vJmJME(j3<ѕw?9Ob|1fy D%9G&3PK&d(\UY1zwoUH;Ժ2 ϙNܽ FM7gK$OҀNF1Tmq?E~BS=Fw2%Sͥ }ЭkKWnYl0KE& kK1Ȓb"/]C B $oǎǴOYCY$7?3{GHGNb~uY)qM2ٽz;&;U!_=8@|Q_s\ou<ąT+ZiD|SQ>(y1}d nJͷ#L 68yb&w '\T˷0;2NUGk];ܢ)Ew6D9tʹ֖cPc=ѳԿibBΌG!}Z/ 低v>$}\R= VJm\i^j,v™A?WԯB?yk-ΘGkrޟy jtA;{*Qʩj0Bxv,B[ޤNM p2:L`f>JهDdP4o>TSO1CH e ӅQ re N qW&j5`jj=gk X' "M۾nO%kR(Zg0h!1$?As5$~~Aiq"NB4-ѭȔ *1 I;bG?#3>D".j2P=Uhʲ]!GP.`?<"ƅ `a"@ S\O8KS -޼v؆P]zMRH"t^ldD ѭ*83Xn6 /Smh(bGrd2n26d?"Q](D'?! Z~K7 o๥J_^A܆v-t`@x"tڒ=Jm$BcNsyG{_w#"gzJ OZwe(l"tzi2bΞf,*nTzhq 6go* iޯmm^gb=Ks3*gQ C·J6H%v m`m]4xL=^930S4ܣGX~~g0;fO 11EfRSPQΜ46tg ;K1ƒC㱸ZU)=C- Xҫ`w*EvxXdءGUiRQqi&fX)?kxd\V͗(l&74S]'Z?WcfOdf=^vBzU/qELZkTpűJ4e&FdpS y"$ׅ#d0>h*֣{  \\8YPңLb/;G{ȩoZ=ewuUs<_)ChD\2zȮ'GDqUfIwBr%#1Z$\q, ,+tg斚GT2``VL ڋkTpofP}Qѧ&<:H #i*"aEZsݬ+0Aېa|ab[vˇiL )._CTn*1a,j(M&'HTޙ﨏$DT:v{7W$>}* 9jⶁ 8 g)'T4%:~ D@j'vz jeo+"Ҁ(?.(I[MxIRxi UI7L.i;TN豲5k.0I;NŬ U;AZ2ɳ1G.(ݢK0e:nCKc,9\MXT{k@!4(%3Z(<[r$2nI8~sO|clɁ:^gꘇlgZ!\,c8m֋(ʝ.9csڔ/n[Dr:yxG,Ł:u".0Ƶ;K0|9?~KjE+JQŴ W? xYy.,W}qU.ΑZ޴ɞA,X z:!z bQudӺ=+w}G4q[=Ux8+eu~] IY|L:/8N|K]íᶖ5X=u"gqc!GRfnХޭJ jf[\bSQ:@s +s;tqӗGѶ+ ( 5Yxg+yK*ȑ52l+ So޶ܱqtm O'66䗍Ћ) !!TULM_2(S!f.7XUS;= q+{{Ӓάjںj0Iэ ,|Vz$~owޑc'c^ԑVڙTeMZ2_9BO`DH_F'ˉUWBx# =-M* -VG>lTZ+e+ѭG#ɖo߂B`6-e=E9Q[S#c9ͦɱ z  (,Gq} !sU8mOTs%r;rO1hMA. ɣ lsMj]QL̀Fkϔ_NFU4'm%La6gM&""J:jjI ~0 r;L[v)+W:⋭Xqy(eC zwcJJ?bڦ#əyQnSH$~t|sz7{0rhp!1kZ$ya"J4<]N~zKS {Qj^ܣ5)޺_9FA+u"ZJgQ}@[+17qݣ7Ep=[cxa.}rd3? Bw;c/i]j#XkbXۙZ5_(.vO`)'g7"VK4֒JH@ȅXRw5˪`?&.'E`ݓU22{RTdvB?@$lrY [(yC3..b*e4 ! \C6V 44Gz/<9y^Nj֞ūI9C.TgoԆeE:pI3hV%UzgsaAK-x=W*:"b] 4OGCtVQPN6vOTs2U5Ȁ[e" ]q|%Po~)~}!Cݼxˣp0m!-#׸ *tvZKeOI7wfI,2 q|*&ud$&(a]i5.f, Ck7I u7W%J*ƅRۻG;A?OL!,z8+2.`LB*q\<.#f{8W}2 ˞7w_uZ8?P^̠M}n*?ƕf0pY?{c;si&/:zY=*_׉x䪉F漎YaLO!>.Ql>cz][&l5"dQ«kчsD޾?KL@C-CEG`Q]!0@Az9b|F޺6׾6G[*kS^ִ9 jWOeS[nǼ{LZQe+nsdOOՕB 4j ظxfvkcX׼l e%"T__ o{Cbjor=ŋjyf` qQjTJI:ɣ~#q'nT< #ބ }W~ \ Ӕn\YkYc18=;99F1Z# gx> /cz&,uEe7&lpߘ/DwoQPC;Xiz)Ph/hui"Qnwz S.x|SV픨9S :.;&qKꐓh+ukg$:~'vu J=y:v#p^Pd%PskGll}T6JG6FCE[g0ے%Db)rpV )UB.64$1jzV[b3RWElwGKk}Jݕ+/iGN?$*wS]EH0)1{sShdKjs_69|&ơY3rO[rϟ1P#e#Sӏ)HoZ_mVy[~=Jp8l  rXM!_WnlH0>W}'8HY}(h~{-x}w||c7ZT,*B0j} xEU!rVGT.H8vuj7$( Y.ΏW@KUR +ȇ\;֤jѫ [}^t +jJ VEwOT\2 mW?kSYpոqeg!UU I?ΕJ_ez srg٣:HN,UڰMe> xu/.t~M(7a*[chWAŤ×^4F 7?NwT{(獸 $dq.<|;+:)í8vgs|#VD/?Sq-'Lbd Kͣ(}s|?b9֨rŁ/=F|4w%IБBusѰ^.(&dXn0  ; 9b},ۘoVPCY^ .4Dz*cS7;R#ND5Z\ ;&hꔼPPA$AoO6݂2;xsׁ~ g$CJY`Tq<g.COI= Z<Ekj!n",x-򲩯9eU-uJT>@vlQ禄9 tjhk [Ks3H Т9 5) Z//oFĉվ~,re3>;Ch 7he:-~{w>*d0# Q~;LMȟo QHއ->/^8ܶ>r6j#ߞ3[sVFQm3!8K¡WzyJ4J.AET5ͷJo7O/`go-`wY9KH9Q\. /9C}rⁿyߛkJs LiX/ܥ&79՜TMBpV6ZU ^".=K#!2 9jMʉVR.U7w'oEai0(|-߸1NS2yMQoGp^ v6ѭ̯/(\h05(FK[51F7(>'PpŤ.zDMX ޱ'_ S$ZN1ƒ,}-D"I/ivH\#Mt`rjd)W 4z91Q*Lo6RUN4>5Pıpa8mlWf)} _l_9rKKVI\hwȰ|VgmFPo/y[s$bD;S@x(gL57RQbj:N{ =CqʨeT^~k.tM?|.:!Vd[Wכ5La|E]%nU9չ5KЯȻ)"xp]<υUYCa5>_ P. s%=V1XF%%~ 1ϓ-""rPO3.VTgc2}M 𰷌Tf٬ڏ/ֻY(++k+aaa ftBk x MjIxHeG${|e8g2wUŪM fXs*P7<LK!=0=e)ū sX F1OM<#(Q Y`pasmdžzlD!r *Y狛JfTo]% .q~?_IwXGEDKtWc'w w ݱ+/9[DPG]T7:47:Zp*:5q+'@DYԿɔ6/xKm=LBW'$L_x!ZVfBIlȽ'Pt%? M Qd%ă3?D<;0XCQR VX;z#Ry9+,DšТ.}?oZ6(.5QNxAݔآO]o}[,"+o_.WE>)1ĩ:ӮzY3,ZUF ձQ~=lA|xhs[ !tk.je_zMc Wx䑾ޝm7Mt ]glZURW nPEECW*fʏIx`.u6g QzךuTGC!x𣎁5쳐xDb'Uʮ\]>x~7M7 V Ynf-yA ^!{sMrrb{Eo&J&oÌ`yVhA(5tr֪!7>n (7O 3k4ގfiחX|5$÷s aKE\ûQ(Ζpa]Zfs*0oA"8y}/x2AcVoog#l@Z1R/V}\.HfgbG>/] !Y4@gw1kCm '(y=- 8Z xM͛a'r#)>I(t1|ݶ:dT-:Ocv[:WD:-ʖg.{'~ tdẼI+gbzyg+0A $Z"7%u#g($2oO{Q5"Dp/=PکZ4o-Z6mLZn8n@[YI0m%znj*\3IS\{I T q+Qm#n tّO,%5a^+ M ڛIzbbuzn.'6p*&~|,>p H-"aBܰ{eVR !Sv8 qc,?vR5@$.t \/-Vm+† qFB@8J)`~C.G|74]gstzl;8XSC6|Mm&6N7 (,KVœӒ#Jfa,&-F%5f>V:hc|~\a'`qn]خޟ;[+)dI^yK8^*nto{'6$>ygV;]"P[ĻUgT~ .Θ Tp] m㷃Y0闤\HmZwn(=!Zn4AԝзzǦ g.fnH ozxP\ڻ' ;*dĠ> @āuă]paU/-EM(EE:7_@-h^. j'J8CǏp'(Uhbi> >gI)(Ʊvd Ctt1)W<)8_Od/ ;kRHEz&pqax[s-'g=f!'@ݻĸ}TdONڍN 78ѻ~jELPCd3ضpUNQk$[Z_H~bL<1 ŌL/(KX (O?kۏNTO L*VLW8si :4J(6yì?\tQ|7J/*C'lT8SEIN2yweAb#EYM#uVAX {˻4&4M#-Rz., ER~j/F5ցm ?Y-Qǝ"Z8`bH! ]]azD=J3u}&." Z "QYxsj~yYM@Dh% ]bx+ Ak`L<ȗ?T2*S+z] "!) }&Ϩ_'1[X9)`wA@|+i6>1wI5.br/P6oi5gxߕ5㳌1dS­6_4 :O8|!Li`EԫԶM 0Kkƅ]#dGkI~@>IkڥfuU1jI!&2kfLM /]ܘ?v #i0`l3d>33-0غl$~YVtCe~}Lv߆0Y'iiA~ԁ|(_Zb;Z΃u͐S-}N&}~:}՞,SHl<\Sf<jAaߣP@Gzuw\<r&/*u3,cx`FeoR۬UhOguA"j,W"wڕs(,{>cyZ `rӤr-B2UIlvKMɍCL784{4jՉwDP1pmT-ߪic"e\GyJWPĤQKZ<+5')|TEx؞DiN#N<70#Ԡ]iH_,?EoB^YY׹2GnN̥R:ξ'k=8qE:S'2yoX4A*JUWQ){4Y zlHl?tꁝ'o&&-S+in\j0elɆ[K{h;f8 1X>7DE|*mN5/zQThSJ% ?]F/nwyJ.Z6ʭaTbIoT@;JNB/lmŕ=|$FHgz3'pА8pM˥࠾CzIH10JUBKSX$TɡET;meTC bdFxh7],"l66lnv~4r$6lbpCIF2KLnKY3wK|p'L湁|k)jx+LE6O4UwI(V<9ɚ3r)HL):տRFN?moJG/I<*6w@ 3Bq mp8j'f2b/nvq**]8mc x3<-V[Sܦ`, Pf݃{/>`2sV\Inx|uAdޫ j~cwÏ F]Ha;I8UP͖Q8O וd0 x!فX?sL("ʉR$yG  yXuXSphmUx4ܳErQv3[r@A4̡:HV,[o:luѴG,`m W/rXi x8b8fd$hZ#[7(pswHP$KTXk3`@1PZk\R8fbNE!&zĶE??ȝ=낛GkUl~b9b/I18$Ygq*nH@җP$A0kj~Y "=XW1I5?\ +b[_V8DzGBx)-]#![m "؅!?Uts^]tҔ1m W"6Gţ03H{&`s8 |߳QPp"zkCp1 pEL)*"{$w @^c&e?$Z^N>cQR4xdrs{V8m{Uuf;ۙP^Ǒ݁aEf$<'fҽhIHIޱ7a3N T̳9(=Rی>|vNw[Tر"uaT@4۔O9 a6giv$E6ާW "O ߿JZ8IbG 9iN+#UO~=XEt,+`M*{#R`ܮςczAnkX3|VaZ& Ԅqf\Ϥ@XOyl7kN9g,8" GaOD@HQc)q;|Pc(aFs4jLǚ]pz| <ȸwP5c%M :sfJa.ɶ"1Sg4"N/t$2Ŝ1PZ+"qd{:,YE۱gĻiؗd',\+! 瓝"h={FodW`%o@ݎ㏎pzmS]BWўՖl PcR;]Aahz6}%/f(g|^g?$Q̶>ϪAyJցuX{WZ%d1E wqȓpbufZW\.EDi\]7r|j.e1(ނa/]bݍJQn){R?2CYԁ¸GEnIAkv\~4pIo)O4$'j@v3Iӻgs10N3oeYXTg(.3"J!>{q$Q;|W.%,m?!9YTw?#A"m1^fa\Qf¢'=V 4iRVy)%ze*f3wRu]Tc`͑E!ASpA{8?*-iw D }~nuƠ ˎrr EARY[{RJ@IB*}ӤAPW7ejxi}M^|b}h!1e+^F͵DG[&Vq{49wf$\𵢅7Pg.VpN7-潁:3J4[݋Z !)Xd $ ]i?"s[:dv9rbqSƊ 6dt'4;0xV5\(<|1QkQ?1ok PęW_ȾXKDA!mPf ^A!As$ NO%$[Rh.w:ArɝB J Losmj%BgR+l}Zܾ1UHؑJhdm2*匕$)(`h$ǟ75lQ&:UUd p+tȌQu^5-JV];B=\ᦄqˣTǽ` hPo&}9ye?hF~t3h{df½"T9S{24/kèJcl o'Xd;nͨҵ"tLެRN9sp@~i PU gQqz^C0WQzSFⶬ4HglX>G%CTL-5O-v?Qǎu:8Zj2^ϛD;XC=t 3]\W(qՕ:+9גN>Pz>pT|$y~goPضYw.39 E (u2ߜ`> A"M@cu~n:cw.Tv\X߀)<)(8M#:Hvt5*Ble C̗]333DyFDމ>4!z*}{}k4yb࢐,=ێѬjAU<9%m52k$3y7EiiMcFONe7̐BD{L7-{¨]J"q ZJw}© 1).Rimf\^nw=4u}|vI./F UE*,Mѽ uޢ&iWn? WfBK-eVoJ]]GzcC}TT0fD{ʴ.tW,UIju9uY)"#[-?q<~5TV5_17z&&o":ZKd3nӱ spemuA#Fs dbRlsCGd6ǡZz-M|;tCSXuVVuyICJ]V_]nߧpE@@0 p$ Xm{3\(]T[] 54W-BFc#`(PVů*+I#^(Wbv4#he4 .0P$'Ek~Oլdp5WF4~A3-Xf4n6w05̚=ó@_xVJ]M)G"oP֍i"z ^i5#Ifp GB=}:ۊ Gw!LGm 0zI S[=$U&zSjI).km[2Da_$₀ AK\2Pz2"Q8:=">ij} Hskʿ[yPS#^Hȁĺb39I[.ZNR!0+ 53r wڜ@{Zf; !>TlxD4tQ2O 4ßW' -`VikOl1wT YjCy?j2qk9=$o/X:ï{LeoksgQڽay`2:nX kjd͸{ ƱO&7|ANZ$?D$ --ӳK*78ݨ<^ :*e5[O@OF% ^ J5#'Ciu;ҋAz25/X+<$> UD{4fEWL2.v~R==3Ro--ZNz\^\9'$:c3a|"1;nYU@ tU:;޶/0NҹrN1qVV%Poٷ&$U: A ӽ΍\%.#S8p=$[&nK0S.Nu[IdMu5/gX!!9j'ᤏ[QIDuRLy; ЪGlDNjzc%3ESv= @tR6 )Hn!̢j`;@bx9g0C7Eiacj5zm( K5 Rz;?q|v=j0߹ (񬹞<>y/?).3QܘcPJ]9b>,\T=JG&_c{-tpLDАE?̲A}8moU3,\z `_gOhj W=W< +`+#V!VW R3RI/{G46ϑ8 ]NrT*jmu Xy}յ391ڑ| #3e=W؞O%EiӬy/9G=h]? `Cj䐞<8esq2%V߱zr⟐$AZi&Hm y,Xh0Q8 a9INS2fB&Gվj"`JbQ`+gR#&2٠]'*.nWVӭ޿Vm, DaqhJxBaIfLi#jdJWzr.-M@i{qb>="4j*"5~h!/86c 2OɟL0^tr-eD+"(R 84>ב#_@<6)L(SkC ="K:Ρ-$=[OiPz,n-I(mo{ `}]bT;Evp;\{m4%:m:1 J%շMwr 8}moV'6&_r#YI"v [a/7=(pwokk>xG7 ':CzTq>ي0J|pxpҝ1wr`82޹œe~lSr0QW+=q[C /'?"GH]*PMd™K`%'JYK]ܪ*D^7-[oSRAUx`.гBv< w!֋Q:ƚoHzKw`yJt&h)NS"3oGt+2C,0s$"fTv=֕$rpat2:KoȂEGlY 0q-$ӿ.PY =P;2# IϬoGШآ {잌u ]zhXƴʠ\('.E5qwu+D;^ t}4RB]v6424Q _l nHkBB .؏OZf;q,Ir,pvadAGc%꟒FɟqQcK% .[VLԱRlS1: ˆ"}6|-7A:Cڪ|lRHX!g`YURz}DБ7X%61A\e6yq ӌןV/[Cxhu2 W.Dro<+,nk3jI1J yyg9=:~Bv&sR3OtGXj]q/1v٪ܓ L6aqSW1zZsv7NE D9uhT'njjh_Fg}O;ytZF#8)$Kz!t_Ղl)X2<[@yD%k\1|b|B8 piD :NRQ̄tFGð6GqRǩ7Wۤrk %D4k3îZ,?u--t_.NMCֱl--AG˶h5=nۡ bs_c]u6z-_ /Y"SNE cM畎&{[tǐ\&U}4ś%uopoMBք-I *+׿K »[ExsViI.I"J!cP!WlH'Cy*l"Y|; EdiJKQR& $ xTm* cαYqK@& *DbvwWL\fHmFJM*u#6qb ٩ rՓj&ubUŌl, e0Ϗur:R:YUmWFx& $gW]4t0kϯEGa4)"RUSh#xvsWmj\Ԍoب橠8#u ʺՌƠv`"t\-lã𩍫..a)' o?d,Cڵ2S \?0ioO tsfCZˎN= q$j9ϒI%4W"].[UU_`2> Hl(NFo薽11?u5trTC6,YWf(- A). *XWU0wӷ 4C E~i)X̲pO$Ss ` Ru-`G,9s{'-bǒP*d$'Ak֘.R٪"Z(ڋeǒvjo,0%6vli&F8@XywEBke Y;Rsa[٢#9kUMC-> Hr){W[ Wqjƻ TPS)J`؛ؖ&i8&