udev-249.17-150400.8.46.1<>, PgNp9|&TV7zï[Fh[?Ss2M} k5>uי~rI ,!OfK0%} ~`fnI%zqZhdfA蚶tQ45|Mbn$VtgnNB$MDWĐ6 @ J  GE&C-vf:-إYD=ٴ_ox7r;MɧV.h.ԻU󡮆>ND?4d  N %1pv~| p * h   CC DGxJMMPPP.Q<.U.UpUU(U8Ui9_|i:Oi=>?@FGHƐI XɬYɼ\]|^؅bcۣd%e*f-l/uDvw4xy,zz$0Cudev249.17150400.8.46.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.gNh04-armsrv24SUSE Linux Enterprise 15SUSE LLC GPL-2.0-onlyhttps://www.suse.com/Unspecifiedhttp://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.htmllinuxaarch64# 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& @ 5BE 7$c9/_pPX88@$ZHPz$4o=\4Ur M Ve__ @ h %9h@i' @8( {V& G'B 45<10 3  A큤A$A큤AAAA큤큤A큤큤A큤A큤큤A큤큤gNgEjgNgNgNgEjgNgNgEjgNgNgNgNgNgEjgEjgEjgNgNgN gNgN gNgEjgNgNgEjgNegNgNgNgNgNgNgNgNfgEjgNggNhgNfgEjgEjgEjgEjgNjgNgNgNgNgNdgEjgNgNgNgNgNgNgNgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgNdgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgNgNgEjgNgN6gEjgEjgNgEjgEjgEjgEjgEjgEjgEjgNgEjgEjgEjgNgN6gEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgN5gEjgNgNgEjgEjgEjgEjgNlgNgNngNqgNqgNgNmgNgNgNgNngNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgEjgEjgEj44aa6d87036533ed4282de371169e8c0ea7ee3cf24d075994049c15af6ab816772bcc7dc13cdacc3ec82832c653e1fc5ae0ca37ead4e3785550f0ce2a6558f453e87833e13a4cb9c048b5a991897fe128207695991955ead5e61cf9107576db32d87da0f73a6ee38e3a0a22f89446b31c49abfdd05786bfc86f64f58c9522f52eb2075c13a0acd4acc2187b06157986b20e8ab75af073efff238b35ef62dbc1fbc0f366e3274aeb147cced133b8dee714b99623b89c333b2525cc9de6d45cc0b927be96bd311362e4e26f7b336f4967c9a2ebb1d249c664f0045445a1b8004b328dd4b87b8d59e4c67e3200a06024a2ff15971e7e338df747bc9e07243a9e51098c6f829a5bec8354324280c2957266a15855bdbfda066050a8d428a3af20b13a4de333c8e910098a279e3a31a1cbaef70284c5d92cba78034840f2b1d4060a5d2ecd35135e8bac071cbe678f73435a85e340e89c7a99127ea8ca8bfbdfbfd1d62c156ff615222122b6746deefbea92e3fab553d0b1c8bb558d51cc33aa080c523665c08f91e870c32dcffb5f5d9024079b80494035d9d8ea873cd7b53a02110f19c8d4f908784b36d6308697fb6c03980bef1b582c17d11628f0d7a82df949c184ae722e920afedc59a9e7a2cc5710a6e02569af44d699cc7823d8f80975075998f4fdc9c9586ab1758b9031b9518a930c63175632957199a92e097314820d9413c905a055a7d1b05e3227c15e2b157622eef53ef225d2463fe7648f3a976e27852eaa03536189739c4c66f4961c4685b4f05bae461896677c98a2c4a242f5790e663632321ed61f53da70878f8e7b42e97ff62099c576bc6deac1b2ac8571f1b58406b001e415859dfeb1026e10138c2d115a2f3d5a6c213d896e50a49f7c76e5bf2e8558fc0e4f8a213e21991d2651715c15b77972b4897124c591187f959a5dfb759840f689aff28142544c1eaa88798435cbade22046358fe230ef9ce5e6480e7b711ee6f6f4c2a96d0c197f4ee32601743d97de421b4a6d40f73fa851e363f7496d0613fd14f020629e7057f54afe84c9c6d2b4d94153ac09f0aee8f5c62938df7c72dda0015db2747b112f9c9dc3e31b952eecc94f6aae9cbd2631b277a5b56d487ff00b50c8e1cd73cdec138136f54da3e333f077e5398b5b61408b542c2c6e0b77dd66b1bd885cd5c2cc82191662738c1e565950fcff3deabdcaa56856785abc52519607356f800833b7b7ac4a1becc539971dcd214e69e8e822e9724fec35abee96d8c97100883935a678348688f4397e193c213274051993912a4681a77d04045cd27e71f458ce5daa66469b3a25a2cb2d769b3aa7e32d9439922012b783a7f6891540801bf1cb53caff7d7161b9ce94ff98e99dd9590c708c3f1c71eaa456734db96094d0090f7ff8e3847c4da9a3da54810cbdcc571026fdce6a8c8376d9bfadc7a3a2d0ca361e4088a0f33e400fe63a573f75be5b7abcabaaf82a5c624f12705b02769116059ccb53f32f44d81d8d6f001b2418335cd5802a27d1121357e8d3060c14b1f64a31834b1d43871c6ae53f0910e5699bbae0bf50991c12c72e35b47cbdc91f311225a3c7d0382699b75376b618d2f6cc5363f41af0715aa8706ffcb616444ea5dccfa407fb192086bb900921f1467f3846cc7e8456bfc81566cdee6c75f82cbd64b44c438d15efefefb67b24c2e4096c4a676f5d3d4ed5944f896df30db9950241d2832824b4caa6b4c0a16bc77fd7a73a7dc88d36a6ad8bd08e79a995f11459f6191d922126b4cc2452ca685c2c874b7839caae6369064d7c118bd8842e479ff069443eac84cbbffb140323d2ac026ab34dfea5324f4e463cd34f63b92679b5276190fa854aebd5730b1def5222cf7269c4c5c430f90a5a3de5eeaa4dffcb7013dec1b450fcf1a95fa81f70bedb7ab38eba27dfdfb4ceeb2294eff143ed83454e2b37278bbb917a3211472ebae4e66328cc1de60acd02dcf5b5abfb44a46deabe5b0c038da1e7e4172a85f4f60d2d3b887adfbce9eb89fc7a64772697cf84fb588197c057c3a8bb4ed2be7552b5a9dc48de2774a05e0b47dd70b12083d1ead99c0a35c3260b639483a4fdcbdcb5628225c5e046af9282ce75277429276b0db83fad3ca3d55eadc9c7b91ead0b9a0355ee8ab783d08e7bdd8e85d9cbaa0cb8c44bda9bad6a784f316eb64fbd839d02588ae68c925542079cdbe6f66b16570c12e6126a0622cdc81ab5bcc011dde3fe708a9da307b445a7c9c659ff1e52c629e6d814d1513f4b7464b563aa38d482df7e06f8293fbdd496f67c9705a97bde79fe6d626b2178f33b9067cf1bc69c05a0ad6c4994b7f0c4a3f40f1280cdbd4618eea628658850b4cb19690ca45d412a58134725f4462ea07330c2c4757fcd4db6e13e2c1219a38a8e552427aeb8ab66630b517e7023dede03ed0ec92bd6fd73b757afa588aaae1a4c1cc0fbb3ea7368ceb987437ee3a631ad48aa053be33314bef2d079042cbe1f7976134534c89593b5ad1a61ff660873268636145884edc09350b1472b0f5808e0172195d94f87c21e9402c3b499a0b4873c2e934fad3f9105e25bb09dadf8d2cc3d9cbd1b869b356b2ee7e31948fb0bd7c8c90f7a75b327d80961d902b2e9937f578e30b2a2ceabd8ffa3a50f0bb965023ad2987fd8d1798d988d8733864329aee570bb5a0f82c1b666547e2fba9b17b9126733272e5052564dc8145010aa4447e66a987c6dba7caae70b8f62868caca1a8b3d31065ae33f7f329802e9407272dd0e8e55730756d0e3e5c4b60d9f9f4bb8bd14fc92bcf5246ead6fa877475f6480f35e0a19105bc4f9f3da3f1c28fbc0c75e400de651eb45758f2f50b5925ca6c56f84ee85473e91c77565e143ae35a149434f274e68748831d1933adb597c23a293f344cb8c237e28b0ebbf3a978dac7b94a70be1f96eb2cf73eb9315960ed3cad20cfeda98d2f2f6e8f896ec7dfbfe341872b03bbe90cb0c537c9cbb46ea32ec8003802507862da6f3a6c97b6a436eb3a3dc044112f5230eb7c6a1823e8cc543677412d17f047f738f75546a004fa50fa46311ec3521fe9d0ba61c7327c31ccaa5961eeacf4e12d4b1d2b0f0bcf414cdad497cebd263357be4f44a87bd28b0e85070bac222ba6385a20eafaa8c7ffae083695390282bc7e953cff18d6bba874c3ca4bd7c77391d5b3c2e3add25bd9988b957ba416bfdd72f6cc94a7d0e3c0b4d793fe85141ce4920bd1a747c1d288a47f268cd30b5b84964db6cddf09940e61141fa98248468dbf8a2a01ac9499045c45062fdb03abd55cdec32fb13fe6f196290b52b5c4c9fc350406bf094ce42b78bcbdb4cc046e042a46be83db515a32e05bf7ecfb6cf86f926a6b881b460cca02ad85534572cdbd125bdba411417de1158b0709825114882cb8b8b7735e62983389654fbf42eca6b703543f76867dbf53eeec9288c2c88d0fcb338a2c26536767245b64ae515fc073c21bc78769f41188140e1d7b9576ec8dee34d5851721726417b25f78af68845dc3627c3336e7959a3db2a81b7d77c35018d38f840d41ea5fa3e9f63b6a41d68c36ded365927ce95d8026242533566fd5a9015ebcdb2a4f4c8d618a42513ab22dc7f9d14637bcea150a6d0782c9b1ca41f4c501f2d0a219eb6b4c0df4d8701cc5a316b2ddf63797d4c1b689bc0b289d5cb8063a7034e13b7f0fcf71e24d5cbee9b502e392faf073131658fec0784234af6e12dffb92354367e1335266de43edb6451534c9e69c317075212b216cedf1d3b6896f14ee0b0dcdd6e2a89e9e8c9d0d828e28e67bfa3f06e802ee7aa097c0c83e97bfb8fc1a4bc67740cd0988415907b0fdb5e9cd955be2626b5095b55c7eed4aa4e99bb5348e36a875615bcf113566a8f4b3fcf2c9bcc229d772a074007e854bab67471aa199e72c162185b62c0888791c9b3cde2c8b180fae4e4ae3a29564f933d0adffd46b8696d6ad29b2e80b9dcad60ddb2e4a3deee5a5b1df09f116f1ca9d4dfb150d495d2b8523e7f8175a9b06704f168e14ab97a8a333d4a52ec9501bc0c509ecb94d8ca323df93e7a40c06eee31aba4c03d0bd7a719c67675a6eb57eaf16d64528d81de6a6d5b5703098518f977c3b984bdf179238402a8ca0205f85cde798a275b8da22a593f2aaffd4697e4cbfb14cb7eb1d52b96f03d9a60c82eeec920e92558658904ccf6d33eb54d2c05d916210cc6bd549d16a941290450ebd6a53fa73854256aa2ca91172cbce3ea805ccf2cd52de8acbbc2db88d209de84655fa997c5ec291608292fe2de555e8a1e5ce574acf315fe65268c469872614073d5e36cae87198a78651a2f71ced048f26a093a97bc05678cd2f0023ced7948fc49c6c5d87056ebc8ef611d0f61b2ac01e20fa8cca035f957e58fd60600e3eec9bab927c23438299d7e6254472600168b557a467a497d537353511ec07657b494d1b13fec35f5a7e924d2f13a4d348c43333346721cba696fabcebbf5b3208e09acd91962417cc92d41b7d02c02681f091214c33176803f920a01b4e7d2cf5378f93271d5a8d7833fb531f14020a6a7f0071af3e9762e45641aefad03c0a668916ee38cff69bcd0ac67f0cf52a2fc2d13e8f68f4ae44cc2bd8e285727801e19cb9bcbfbe8dc14b252fdd7fe8ff970061aaf1571f13c673c0d523021ee2e207b7090d087e2bb7653601e21712022c805680262ee7e21bfb978099d7931bfcd3714d391d754849d8c35e3ced3d2120c3a61f9fe1e1b49fa3c45c3dc19bb4cb87b2cee4ef2c1b7f7490243d43d1b6d8888b259f1bcad12c08aa812bfcd0bac17f5dedd212abf2e8d6e4fe266cd2daae33edf86a443af84df022da4753010cdfd554536fb6830fce95f4d526985ee0983d0a8a24cd946c90e55643e4cdd547ec483c31abce64f0abeacb0a48de4c1c449f118ac572cd281812e9edad6c18bde661885d4b6084fd99f32393750b92d63d13a0f47a5db9c79bac126f16bd0ec4dd9f675e89cca287356a387273c407ad0a2fbb630776aeb7c66b39e46b24d911ecdb13615f6541269f187976baadf49189248f487df94af11585805fb98468d9b74ca4152eabed5047327ac3d14ed6a7691b7a7ebdfe59a65a0a7d6cf0fa9a192b99f8c02145e97f0f9fa8335ef8d58f33e0839cea99198c0b618c4c7b4dc7ec2a58ff64d08da63ea20dd11e83f011c77238ca715f14f09db89d7a145f83666095c21c5eb9cc45b7639f62b7d63f464a78f2f217f3ac818a95d6f334785540f42ac97e543d9bf64e7460c5dcd1a900b12cfd98aaa7edcd0571741736ef9466b55f9c12488b1ffff8381acea2261ed3af3ca698200b6dab1fcbced0c56e897d4cc654d685c1a5227a61bd9a2935c31fb3208fd352d854646cea87adb15abc39b7e14696e312804acbeaa085bac6abd8fc608da5fe3a771a5e5e373012dd65b245be569698f5a5446c652f436acbd6a934461f1122aa6ed0d80fc0693b0dbdd5e4b6fbd1e381e52f98c30b01714b8642d666d41b10dba40aed849e882f13927e94e6d008561e7f31d19b45cec5c1fa498b901f452a201648967f6b9f286b74ec22fd34a9215eb5823e0c95f5a0ccdc3466c44833b1b1e4bf768eb97466f115a85ebe80919146f1d2b8cf99e06e83f46577617913ca956403aced2bb1cfb03ee2309c03bc39dd61f27e5a1c0dcbe51e087d135a0590d440b50361b2b39f04a9db5d3a5b1358a556b35faa988bd01896b19fcf10c3a8e691b2952d26b4502d994986164a682cbe1361bafec5d136d841a9590357bf065bf90410b65adb91ce5bf07b4176b466abaedf9d7edf6a77d52f097ce976bc978a2e878931589a537f4c738ad9b65e9e88aa59c0d993ca7492a656e6f45730de8a6110d5c621a6df3b9051e67301155eaffeb27219c872cc2bd0c5e967d9fe5fab180c38e93c02581f56e86475076ad5e7d3736f7ad8ee81318bdaaaa2cd8f7602c74e68d483fc4da9d83162d752ef18e9ed5348cd2c979d826694f5e0ec600d6bcf6a4dd96433de77c0943bced25561b345ab972b0506b7cc2daad2fd344013aedc291df30c8ed65cdaed78159aa038b2c97ab/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.46.1.src.rpmconfig(udev)pkgconfig(udev)udevudev(aarch-64)  @@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/env/usr/bin/pkg-configconfig(udev)coreutilscoreutilsfilesystemgroup(kvm)kmodld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libblkid.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.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(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.17)(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.46.13.0.4-14.6.0-14.0-15.2-1249.17-150400.8.46.1ConsoleKitdracutfilesystemmkinitrdutil-linux0.4.1044.111.52.7.02.164.14.3gE@f@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.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 cba472567893618e15b4ab95a3cb0a762ad3ed10 0e8c003e1f core/unit: increase the NameOwnerChanged/GetNameOwner timeout to the unit's start timeout (bsc#1230272) 621e16c0b8 core/unit: add get_timeout_start_usec in UnitVTable and define it for service b4140d888a sd-bus: make bus_add_match_full accept timeout 81cb3a4fb5 udev-builtin-path_id: SAS wide ports must have num_phys > 1 (bsc#1231610) 533e98fc6b sd-device: add helper to read a unsigned int attribute- 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-armsrv2 1733209344  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~249.17-150400.8.46.1249249.17-150400.8.46.1249.17-150400.8.46.1  networkpstore.confudevhwdb.binrules.dudev.confudevadmbootctlkernel-installsystemd-cryptenrollsystemd-hwdbudevadmkernelinstall.d00-entry-directory.install50-depmod.install90-loaderentry.installbootefilinuxaa64.efi.stublinuxaa64.elf.stubsystemd-bootaa64.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:36651/SUSE_SLE-15-SP4_Update/c51c8f57cf7b3059337676270e4a8462-systemd.SUSE_SLE-15-SP4_Updatedrpmxz5aarch64-suse-linux            directoryASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-249.17-150400.8.46.1.aarch64/etc/udev/hwdb.bin' (No such file or directory)ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f2780e7a9d965f32a01b7750c1d87f75a5bae3ec, for GNU/Linux 3.7.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6ce822da0238fe77612ac3cbdb5f7641d5ebe548, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=70177683f7a7770357035c207bca01036d875050, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=07faa886a6d4eb39382bc7c01a451f57ae744395, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=78a4e5d992599b021aa666b1568d5114609d40d5, strippedPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d74bdc785bca9e4a8b1be05d0433b76177745a62, for GNU/Linux 3.7.0, strippedUTF-8 Unicode textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e63ec1d49a20542f19e4534a916b6472a283a86d, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=861fab414d39ae90af68341bf25ccb4833d31b8c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=5ab55cafd504953d60e56b713410422c833c21c7, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=62ec7a958e8a1073a1e9531142fbc889d8f0a98c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=84f5ce2376c9ab0cd0f7af8ed3b94073c4a5ddba, for GNU/Linux 3.7.0, strippedcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-249.17-150400.8.46.1.aarch64/usr/lib/udev/compat-symlink-generation' (No such file or directory)ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c1ecece6a36330ef80e81c83ee3dea81e4d19c5c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0a1a4a09e7391034f28cd88a0ba21ffa9f276124, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=8f13391e270e4e5260113b64ee2f7cfa83a8c178, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4da8cfbbcb0bf32525068c5b1d1b2903c323aaa9, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=5770bdcd124345771fcfda99d7a5c68fa7b169b1, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=62c7fa778dbb8dfcd9c164a5166b0bb6b4a89c57, for GNU/Linux 3.7.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)*+,-39?GMSY_ekqwx RRRR"R!RRRRRRR"RRRR!RRRRRRR"R!RRRRRRRR RRR"R!RRRRRRRRRRRR"R!RRRR"RR!RRRRR"R!RRR RR"RR!RRRRR"RR!RRRR"RR!RRRR"RR!RRRR"RR!RRR"RRR!RRRR"RR!RRRR"RR!RRR"RRR!RRRPRaf{ 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-8c7bcdfca73d24b133c6fbc1178503a5729970aa06f7421d7f82ecc2fa0529fdd? 7zXZ !t/@]"k%Hp٫h# "@o|D.EHj"*r+3 Dh HoВ'_j`Qigx] (0^qِsOtƖm ȳxt¤Zs'|؀djZ&wDy$N;@3o'$l[_c,^-PfQ~`M`["(^{ze͜Gh%odzʰdI'-zDe78#zkGe>Y nq˽rh^C`B*f6_?p' S0T' |$r.F`4['*HY`Kj339H%4uM/] IFg,>\43gYu| %O8"xY2J5FU>dJ Kh^2T=9`"XbFP̴U hm"G X? n(Ja`Rx.҂بriDa_f/AY37DgthˌzF lY 4;=l6 xtڶ3(ʪUuui5ؿ|^DIppwP=$^Y ÁiƲ-|S{V9#n-KGw=s])U6'fAvUW_Z h9n:Q5W>3DB" e֗o*:i,j&U+XӼUbV9C8hu.vydN'|tZT[C% EVM7oMSxİsn?~{Dƺ;Nꘞ_,k@'<m2"RdC ?@N?61GZ$9o'2ݏs0'm1[K]CF1>O)vS>,(a X5[AI7 <ۑu?dRoVV~|MGb1x ' 5+H0DQH>!%PvǍ{JtmR~=ϙzrkØ.djyIPK| |-bb\9>m۶i&d$G^yIdaYy?% C.E(\u?Xd*1;%~Ah9G(IM'i_st>~J| 7^kI+ 3)yv.R20)`+eiuŐLBr+)˅pC/.3o{{ҫ9O:pAFgAfO' 5cd(&ʤoI*G͐zb0jib2w(:UܲU޻U~u&?qWkX 4ԚV5m|k)_WNGh=jiŬ>w@fj@?Nܞ)#hA4shner0¸)([!P3#(Eye=6q@tzL){܇Ƃ<.hRMyBo~v$ kzD-W$aŵm3 W*j48y,K]10{<jB$dk8 󠠡;ocѧA=]8oPjs/v}m,"hqBP !k\;A"Jv Ke\YebS\1J,:xO"TR [UL$L^nl ~ڰ>Jvs}0SR9l?ʽLsz6Tf:2tk6=V߀̆ԟ[o=tT$;n*/ ׈D PewVGUbxK Hh,Ej n >5|cKx#PJ殖|Q<ǭ(q L !cabA,H}]s@8ZɑK莒4I 飶$PJ<'vmn^vCYLԜ_* ]B!L lzn+JD+ݠ>7]dw5<$cЇLZ8N ɫ:[[I4"FG(Alƙ&*zQ Wn+A&~ Z譯Y.&)n 0sTe\=D_Ρ x~'.jҺ+5w Dʚ <U9OtZ笑n1RWX"tlL `^mv҅5G;CaK-dƌt(ixc;O–x:L6\!a&Ju%[?8euM,>x_i *-0z2 h{0'kom.o$Sv7g f9rgMY-=suSTOgS|XuDnP A bX *F-grqLƦмKQ}p7.jq͡R_\:ݼB2{~Ae{ՆmO_h7(;҅_AEn$)*rmIE O`4߹.]\60uYwXbp;+Ʈ,e>HSvA辌{/Pʠ 6#H" '8G 51ANBqd-1D{)u&KqzU  A1փh4r z&?E[c|~DS[ljf 'iMVLVKѫl}~8jFadϰo_&7GX9RQža+xiʘg'k0qCё>Cھa&m]n%8H{]'U${)j%[tq )ᙆzyM*`w): {rxjަL >%E3h7m+ș1bR{"K$WeN+p]o$?l؋Yڼz"!ͦ$ůmE$S6)nkT'HML-n!c!$FZ>/ɦJEP'wGi4|Cf0QKjė s$7Ѣm>8<:SiB)lPks!X]A J-OS1Vϫzgd~;Ee&cQ=1ww뽋 O81̶Ր LX޽`Ŧ*K3oz¦z#KA1 du^Yx w42bF,Pp5SuʄYѠk҃34y?O!JʜqkHP?TAn7 ͽ@׊d)ve덶N޵"?B>+=E،tjr ,o~ uF. TEVK0h8O{fxXuA ^h+T1+ D?e2('Sw0cf bKQ֋ŇQA¿+`*l!U ׍rLC C}p.N=̅rR=ղM, 탛3S4"Zce|¦^ 8Xt$Dt`wYҕU Gaj_.2& hp L/Ab_[w;Q wV܇:t8rYR>(#l` 5 ݲ? |dw纻]_ g)K5_SE"> Z>YwOtQx \ԝy7gӼhᬃRB7̗VhA>|FJ7Έ.>foY+/+#O.n2pR5L{||Vz_`˘@Suؗu>PB\ՓDS1ۯ%J8w3LRg9v~OP%_W-ɧV6p$]1d۟"Ғ`LrsQ2^ D Q Յgi2+ch呣5'{AhǕ.Ku7_#>/=&0]y`w#,WUOQEpX%0DM=4~qJD!{S4f$$^ڰB{NHAy!αy h.˚Oynۨrey6)4!sI{n% MO$s7cXXeVϚ۽'fݿ$c>pR\5"KWsz#;Q&QVӒs9bbn'h_O$ݿI ,<~6Q`T+ W*wY8|<.1͸ i0pWO^d(] ]FybN.aB5$]u>hJHL(M>0BO5%Z+j:{Wa՘W:&=`&Y; >5PZדWyӷ97uע,xʦQ,;"Gz$5o2Bi/5@o鑇#> Ֆ ֯z+RL&uB[РKJ5(uvw_Ŵ'Qtu-ЖQ졢un>+x!r(" h (وCtC# G-hcC$X=+d?NY)/$j+4,5dG[lc;֛f"VWĹkȃg{q #@lbGctΑN$C>eWcl$xK:EaNfd9=;5"}Cey OAB#Ԗo.epD] Hq )j s?a]}bUw 8MYvY @PWRP)/FE4%(w4z + S"-,$<&. L*VEI;OkFzI,B|1iL1󆨞b\D]ʻ ҫNۮa#eVa.u'P!x72dkzV&4%_<9qh԰a]5ZrXfs|ܧbd"<9 qcki |PQ'vhSjia㒣Ř+"?855,q 2DB1?-Bof˹!0Ye0q3@q* sX_O$ǿ{=xD0ˊ.gpҫ}G( wzdJ(H ت|c 9" &'yw?pˢmf.[e=?-pSjٙ,/Ƶr/M;ַ[WnOr3 ҕ>y6PɎF\k'|0Y`ebVϹ6s8j7032dkY_Gߣ ̊$KThη1qsq'k5ĆFr~ؤb{Fv (5ũm!QℝB1ZuY`Hb7ەAGM^&JƉ3cv?䏩3a3-ld4FE:KDn{[>,48Bt ={^={o UG$oy%gxTޮ&­IP4ݏW6yɤ&u )c-rTR" {oaԝ. l̙6HRMJ9|jtuYLV/У|Y0)ϏL̾R v&s(P%j{h$v{imKѸ8 >CW1Au![$s20l8e'@!=v/r`[QS;յ1qx*i6p¨ ~zmg`Yf)]h\2HmtG]h/-r_ib~\@ swR&\t Gcm|0gJ_[󶧮XDy@k)>E+~>aBV<ijFY>4 WseLymE;*";imA 'Qddx",9̻d4#roT]NpbAIՁ-Z)=VEN"p̓'V&!?c;GR=-o 4Cx]9"Q'mBWQ1h|+ebw`qSl 0Ʈ&EXfM`xTEC06^ETkI70S L,=ro+K$7\@iέH~Aa;!vHB04yX:=ݤ?48{ytSk@2yN>qȔT-%ÀŽG">Ebąk4ięo EF+'l?Vܵy#bb+7ձ +@:vM[֦I]ŏZ%A̳ x2RM B}b"܄%2.1]!v[L 1{Ff!?@lGLIS\{Tλb*Y32p&bd4L)Nz M6 k>c0]:2 tq}Pޥ “33EI$".j\n, d >2%Q/_]Qޮ,C(y@p|ATfl1d~\8$wjhI B;wjj"lZ,)Pd~'$k}SMJѥR\ Ô a9NO;Y'>WsVZ Ԫo,C߰HIrCa@q|o|q Mvx"'f8@<lu`ƐF^Rh7vNu4@d94y˪9ؒ/a~dݮ?ϚgDj>۸:R3lYHw k"q.REb^P6oxF1r0+tE(eY_]ѦmɬebKHVz/-=)E&JhPk*fjԒ0r3R*fJ/}OdzssjZ o+Fwׄ+$kc3*+av).>'-?t]HL*,>>GyaZ= [MsGYj0,Y()5SR4B$d]f@ZeMG5 ˴\SجUOHԽ Lr3D>yrF'f<8wWBoaG&Ԗ1^]HM+r(4PV=A 5 +ر"W'E!ꈜ^h=HWH;rY[7s݊O{ϧZ!s2n+~ˌgY؇ETtqƿ堌1,ڑk!6}_=ДJƩ?t =O(DMeh\9|lg\z0m}T*WC{]YKQV:L wzb!+r|e6^ERN>J{K `p:-cv SboMIiEbkCPQ;١,jBbPD {$& Ba!p#AK:(g LsWWYzwV/̋H!ȶf!a, OܖۅXR2Z,@"(%_xCH82.yXVD\%b|fOUeC$0L {E0YI0 bQDYٻyGu&PmaYҾ|<0Hp \}8E05˼/O JZAD^b0ͅ8Y`WpTl<#D`- J9 .M*pT+DIH' ӄy+&]N)& C.l^>keQ" h"mt_Z!k 9mQ DWBX#̸ؘwz-sY|_\86l3]VON ӰsmN:tT_s ]pPps RMd?Pu^7QWF{/>pI(Lmk]8۳ӦrOVI.LM BIhK@" ojǼ' 5rtSl10'vRqҠ2?YD2Eμ}LC}ḎvGEU֭ⴌkoRxcUs* &GQ-rpNUH3KI c!⢱"*9صA#{B V׉e@lc;qRjjLaiEedX=*293Q_U96#\yktJo2} ]’-!DؽH{ÉE@1j\hRSdQ9U&ÏUj%MM|T/0#}2&ҫ3,7gE~NH8 hSglZMlU:<^FLbMA0ʼ,Ml< 2;{zJWP-_(//5Λ~LQQ2#.\ ;TJ;J-ڻ \ks+%&17A-1)ؠArP~ZrgJ7ذ!woh`~=F2|̤X[2TtCၳ) s#;S(w֗# gua4ZU`V ݯ>D:"dsuxdc),,XCC,v(Nzc 9:4$~":y^][%d"*67иk&뉎DA:Eu+)_`H\ĊƔ.,o^an:=4NVCq߫)I~Fג(0$}S7b=Bu !=:C^> ϒ}QKLbi?a[FjߎWOLsJu T%Cf)%)mpR:G]PЖc )6U6]J-_c* =G7Jιv4}`2"b!0 73Ghp9}?R=iQi L7>G'!Q{K,Z .u0A[aMCtxT{ 9${Ԃrt|v5O?rIp Ȍl<HO{T[٣qҁR%:) 4"FxbL=iBfNՉV&v ]aNؒ=xi6րvŐKhd8B$H>Sc2u7bb]2j ./C[<Rw%2NYGa )(f (S}\ce;lA ouFX:wa2õx!cZ{$[X'%U>Bz63=0,vZ틞Du-韐5>#ې`^rwUYȑl6<ɡ:vZif;?U@ЪP8p/1r3q$@r5`mTL\C+dFX64GW5!ǗaHM,B),#{C5^Dlo]<Ř+3kߧn׷yNv;j5 0lV3$44W7=88 ^fCT=S˦@}n_2 -ҧY y8[{礩i 82~2i{hi-Xc2fϪ:֊!Y2:re4O_n&Q&2AK&qA%äXXHކO4"`׬:?8t/q}8j)ݚ"Uy8%C9dѠMmƋ+À;Q%CZ+*yL/G T4/VŬС*LI ^RU00j=-p<>ssEz$xX1m)zA$,1RXW9=CDӡhzVl 2̮=Hި:Lt_R8ōwJZ.y@M@/ڴq`L|F><'MJ,`'#!*2ޯ47UKD5Nqe>BWOP1 9ʄ_3l\"5`Kkşkv_܍D˷O=* 9}$8o@B0|-C~c+91T^Ht1e~3\_he9@ M4 RLY@W!۔*_C}>N?R!$) JW\ r|c$y`!A >aTp -R7O2 W`d;jfWNX!IR t=JP8o3Wz-^cH$?+@(5 4$ R RX U^-"V M:P XGhun}[FԥOgه(^Tc88bOӿz\xS!pyZ `MeM.F}d]+ ku*X\pmy'!\Oui/=iA/64stP=+JL[8KhsXv.VbfMRn9#4!h/:w?h= W0{*Afn^ܸh1Pj;Ν"]\9IoqrPO *?WFEW2 nI6oV~ĵ ׸ OLV#6PK`7-^#Y*u{T )PR__b-z?TP7m<%l0jfJpL] /T4Uż1Q.䋘e 5af\y1EΌݗr qM3ИYVxg߀iﬡGNh&|R2b}|+ès~]%`W#I8p#ZlxT\ l\CD6h2'e.S_ V:Ò:9ѓQ8p>^k?.pxn3m yNv4?nu|MB |Mڛ zo}vxfˎws9Q)wsspLj An` :)f9x%|N!7)=(Q^1^Z,i B8>?Gm!VJ(+7y6((#!xM-A@Q3B> ʞvQЋ#)c.cfKZ(q1Z7sVEV2ȵYqSeL:Չ{'Z[mc/5ٟA:ۺ濖 hb1HH̽u,ZUZp8Kkn1. u0B=~8o\7x) 1JC%\5paVi>7^ߨ{!i2V-F."T&-D;|;0"-gށFpLTnӒXCce1 ruu>U_^&5pJ;sp;^ՒG7&h%Tƭ!9px$mpRg.$R&/ kFHY mUK?Kyr"èu-2MOV̨Έ@5-5gć~nIEߠfsaC`Wd=K kY*8tNLq,HRB k~2U {] `!`JՀ`b0b&npl QK_uԁC"f/-DYi⎭cVH4~x}߾=ǀnv kⷳI`<,3&bGbY6I2"R,-BVv;S,8՘dIPR:b_3W01rtpDi<~CPΨ9F%Oko(".f(9KT= C߷$c-H:NP[eA\5.i=RToX)V"R`hp%, u4X&ۜzjV dZi|W@2Gޗ|)%'v8<PNx: 1+|VɅpbE\n*ox Mnh4R!VdO QYX@f<ח~yox$uav96j՟>ˠN*W<wj*Ee>I&nBD8&-MfJqCl5jQ`M*]BlPWDW]WƯ͒~Y\8]'' f W9bs:5< $ #lőv1_LªڏU[taҽ'㤙d\DfDsri[nٮWbë jm\TȵJN J li,3ӁF2*=u'@x J% kh"CSKa:l᭼ )wEq:;fM5F|S2ծJiyVtOD-s횽iHybPK1`Yq&¯}ۘ 8BS.M_g\>GYco+O#kqpBaxj%M"eך(>.#E>-` mJ_ƶ0SMzPQPSf<t-Xxypc|R}ߩuFXx6c4rv|+.}5n.tSP܇ScC%z aKeX,'dצM̉JUޡ0 58Y]lN% u+.F$V#zj3N%2FT_3]MvH:jEf;jc\e)il,~3br|J|Q¤v0H_r2/Ԡ1*K]Q}IP1^ZMybO% (1,}=ߝ.M$ Z4-kY̳9Q}0jQL7k_B C2_#iU7yw/DabOEr6=Sc1nOK?2 E|د}z2ajaU 6exptN;C d0EjӴbsTB`O3/}be*faO1Ř6"N8d=̉3!qUI.M΅dJ3Lmnֆ,M._u,L2t]6FvnCJ $ F_s~ SA Y:0DdxT4G|>;m" A)%-Ε5: Z`O.s)o# bт^P~fe 8ZOv/\ 䑅kByjJuWTvHX[9JLZ Q11<դ,P3AU6%k18AY:+Qja6tC.8 j4aI ߐP~SZ]ߎt4TC-Px"Nb͍(b0̘Afap3u]鋂ޥyA!+#Q{?*)cv8 ^XG1}U^.DҚx;RBQ|3{zgHԈ2,Z%K>bGk{78K a+jNr5;-:*/J՜%/I3%Q8{eBΒh(/&>he]ͬmؚgI2sҒr^+2J5: .kE!7',4HU :Y\/BƲ)c@cӰƔ3ٕm#ᙨ#7!Oo=Z ~8#j'xW]Jѻ-B0m ⍐ Ъ=1PQ҄F)EN:~*!> ˚R._" UdgF榗ۖ7i+XFďJ7y)WZx*4]_3JT §yYf%~(!V\ƉcLg9UfڌEmhχ򻁮Sy*JHWB^P%7}zt. WhR.h>s׉R8t?F0<8>]?c"B*8\ȜQ?a' ?UHaM1/0^i1l˭b.B$^<0jh!) MJh ̤~ZTE7+vRay?Q)?OYK,, 1*Ag7[p1cCfW=%uǎb% ߨܡ3FbpN4>\%ʷFFBH jzh3OZ{Ȧ5r'H߿Ő< huVu@h{bkc23R\$G饗5a %aԬr'[7:}O qwO8h*trD39WM:B!DD'iǭѨ"$rTzhufq8 xI w4Y(rn?}8P,hCWG~ck/52+݅11r D=E[3d-eG'ZKܑV` whʠ#vĞJtѲ(84HXgyGn-KJmR&hd phfYXHGUFP>{qz <Ϩ4s/] ]8k=YMNߪU^{*Agэuȥee {**ݙ \\ZVgZ淍TdR/WDhسδ \߼tǑ7n4+]JؖQNS?m}Lk|Jq$ܕðh"ubI=ŲD #HEM;Im2 lڢĝ'R-hⲸGKҠPK9n13HgCsNg;0^UM ~%j!`Ń 0-y}!cJG=gpQhD2w9jvhi= 鯝?cU}(?y7!whMȉ@?UKWp̊X7B '?aI>?[2w68s#1h W];'| f =m374њp>QT3/Z7.'tu580 q`\?Mc~Ҕa<Jo3CH!B.@(ld Cdr å(.ny]0&y&laTJԀc&L|0}p`}!MM܏OKv1Mp?ʕo ذUd`bTB獞* [\$Ƕ%G= sW#/Qx\no7{êl)a)u!vHLV BR6* A[ 85c~=_K8_Yv{<91;<-yH W.t0 J=*8<]97ZOw엠:Ex+Y:]hSo/KZSO  W8  XI4@ϙ{bWcja:"J?oO "PA )"QNh W%Hݏ h;wPڼ*וU0 < sPt {wVUbRdO-BOc@@ƿ,@@Wh@/3yt 6vnN&^8q2 f0%5-ó:?Sqt4;_-kVJۋ"TK2c,t';}Y/ _ss>]lFӵr7%Xn* $C`n6ޕ4@/*ť"ٙM]0jŧJ>eWy͍KbpR{+y>)gkG߁A1ћ:r I;6qo(F O ҕӽoǣHX6N=IZ$NO>=]ՆhIl1z $ӭt4=>RPD%D4XDuA7(z P\*TbO\dqO8%?XsOK@OE9RBVix DZB97-nrE+?Z">!$!4O 芓TKP=B=3^s6}De$PcR;.t[^n *ʥcwåKWYŜ}>12;)8wz;LUudΜrë]BkBwḱ-8DL'Ig׼:n£+FΗqcniY0)/|R vmqgVc [Z؂F=i+9SBF~Vc y=ۦ- e Gxc x8A^$UCx< N;Ԏt"އYfDk8ν)4J:)54wP SjN]NwɂHn䑺rX~)BB]A{*\hXǺż-sJz(6Xq1ō( mcMYH11,$]vs6L]S)~oBu:ZA7;[X=TV5 ʱZo6,Q`e[-%{|2lCklB.> S>I[^)s&j[}efqgmj=KDQ vpr޿V߉wyܖ.P>1Sx5lY۳uPLβ{.m#4$F$bt]T4N\w8F|,yHG| 8ʾ9YA  AO:ADF,KAT2$ ~|8jx_wZ՛W@kOtw6DR_I %88˯Vnqg~CU2X?tO7 ޼W 5NܻDXٟuc ؅T3t9fsg6go]NMF녂H&Y{Kwǃzq8rm Ө3>7hlURTdPwwy΃A/As"l!:oԈid_F+n8^O(g䍋Jc+Qڞ2ZЦ 7{O(9緢e?'`O  )XU Y6 h|VFMHl6KCܿ%US{U*I,2P<!\aԦ<kGo[`=h\]A1bp cez7މxDҶ-Oesty@~B۽ۅ -RV|r+{4A2}aG'N{z<̑] T>{rF)ޙ`1cl*Zg+k,;ce%[aSJ EDQ 9A=Vy;z1V̧z˟qqjm4(zH5$b `49 l&MU@ b3~Ja}bў0d\^ԿEjXuwSq ?(}'E!J5ALP74E?G~GPI)>"6ҏ6]#Ү1C::/*m eb밲8w(1 !f9JB^ [洤taVRZ_4$(i&.hTo\Y`& 'M̀͘?_5I^UWf}NN\X}4@C6!!d\ KDQ tA e~g6: p׶"iSwuɤ>`h4H@mFv|W񔡦ա5_t ]z#h/^<"IECHϪlT/ *͠vdn=Y蝓5hrJְy tθ#-n4cUz|{sMfYVl)ws7ɽ+ R8$4xnxsjj%K)K7dD .Hi5)rǦEonRJsUl+"D6u;D'Yb8:ě[FmHeחd' =xsm/H.T[fFy3IO@ˤ_"%AElu>'ql|ВZZA1\ /2j$Ee.fz\2̿k2(Ep :ڔb )VPs !ceM ϲ~>p6_2I66[o^:cˬ Ueass VsA'g9cJ!P8LDlg؜ 9q I2ђ^J"+ 7rj 4 :MU$Lu B*T4f\6-99v~ 䞺+l9ͳr5كW<$f #kJ4/PR9߻ mqKYM3%m&Lh)Ӧ2lQ&?Nk0{Ji"w؊_Ⱥi1`/mޛw˝3et.&ջsocHU ?oftG}(v=J9 z*]}k`dZwKhl֡ۖ|#'QljXKj(d`,,0ǫTvv=NA`g渭.HQo-5`X v-ҹ_+R3ԉbmmKsWr[V!ۼv}[ ahoq{ ;"#%< {c*,U`hͻԴ ȵ mH j -]Z!}dU`FnM 7DOr؍e3+) -3i<ӷNKbl3q>+ʃ2nB.҄Tf D{]H'~  - ?`q"BM$SzY XpͶU rF'RioiՋe+,%PLC.7ǜ,w6c.Db^o_EX=|IB"tAUCK} &sXT{培3ӷi}6JtYt:->*(pu~POw0t^[lcDܓ :5e\obk ͯ mB;s.%[_hx2kuTmD2q$fe,nk陷ՈO KmX/$"n_yjm}i.\()^X:w5=3=nHnVS &lϚ 9m$6Ϗ̾F"x"mqޢKKY\vyOqؗQǸ&1yK|cWgj;(n==?(e/B.u:p,yjE3x=VH"~sdA d>yFnj'Jv+stx q+#-^0I^CH`?ʻʟJEc^,%MP"RQmoY{Π) %1$:ɔq!ڃ̽/] iWKgUIɫxjZYZ~53n禢b՜"yOOLӶ3xjM@ПH4\w>Xdì/[)"ũ6*>75Æ /R.&6/md!Zԅfý*NY׿NNObJB4]6k0{ ۙ u]4.s3Tl zK Cm<X'jP.2+ݼ^2Pqūb7%VOzcpQv $d2^l=䥒YF^lAXDQh$d/' 1g ~g}$BŨJMZmXR)C8N%p}9䧺Ƿ0R鯘e$2 {F |;q`L!Ʋ eͬSH7%fCslϥ.5?r5!߉ 鿇;ۑ~:NwίF䙚w]u6s;= 8]E s̆%wNA?=׈Lp &mE_PqI_֔i1.d&C'Kk-8:L6w-0wowKO@: ?QBX4-wE(ج[8|ͺEl!V9WbzŲޣh7'Ď\&rY K-Dt!9t)L0]Q.x*zN\(vCaQ3of CҸE.82mDK{nRfV//AT( 5m b"Wft CYhYAR^K_Ѥscq5if_QHWưO"0Ng]4<)hss*X`etupFHVE$tcLo<4n\2@dۂۜSx"8 ݸ&k 5myKOl ̧> ̊&%:LG\ M5q)S&e&\vf'+|_ 2֌e*wⷅ,5 N9_R7 -YBW"|H7A9UYsW"5rԗ$ }=ܹnmY[Y-GN{EWˡ~|+IAj[U%WN3 BV2hb)Dkr:[FOrip `SaU4LPܠZM۪wΰ7wCܧ?ojqo kE+T?̇#?.e`=5Эy>3-5=1'ui$?4AeW B349Z'Lb[ɚ?o98 ŨML@;fE1/ȧ,A?\,oM>4a+QǕ| αߍj{es }Ztgyz!Ղ;?`S :jTuG[wAdWvىLN+ʙ]oS; )Zٹe#ԅtmMȈ S DƮGEhi`ݨ,gR?z+1kCg d1Um}=+DBA'&rQ*G-ɒm^*`][1eq"-4% dZ-K֢CӸU.LSdi%v-2/«KW,'#;Sqp/ Ok1jbUD040P'ztVJmj"PxAsN/xkAj1~{~{TEӹ-\j5+M.NJmTxi.$!ͬRALM]?-)gVz3rphMI&XUKoRVg)'PDY>CLYQݭ~Td3702;fl"&v1{m7ZnlGP‡4! :$%o= sP_\kVHUQnĜWZbm Ƅ[0br/?9L H5'W&/N㼌lVYCPAh2=[%nrY/7~fpa`o& +ck_ԍC3>[i:vkq"S12ry4(,b˷Jb+AU7sO\Aw@k-3Hڢ;OкvX/ PڲD`Uɷ+L"W{L8|b_ Rsg>$Q2g\լ]sX˃bMqf&eks[ hyP0փ~MBBK Gw54d-r_nLܿ[[ޏjc!A ՄIo]pF`G=NZ?D -OC;:Y|w\X*# a<~$OH(xKE6^ ,b{u*9_WA 6@<#I1'ܲq'w8|#xljj]> 3`jw(W(g~#,O9$sMHzºJP1mR۶G2pNkf%(\ 6VJ{OwX0ق8z`Kcpq֩,w*ZS j:OR NL5)܂H:YMbR߷Us/S#^1E#զ˪lQ55&$stL,C8TOv7A[J hO$RĬs/ډh/EuK*n"7Lo!R" *lZ[I_E$y AnUN o: ܟZ._.Ky^ ˯*#n/|De⅒sżU.½ n{ll;V(MnM yFMq5'5&Ծ%=/8>2 *Ckk YI" R)ԭL߰ TދQzvdDže춹t>h=PiϯŭNPQ7Ue rZSCWg$m(־YI ~+MYOKEE{|r`ݿ -d~b:$8S̵ X81Y]:=J𹋎קNNh;2 A(~{xˣ!#D"0܄,:s!C6 .{fl?msD|ao8sа2tg]Ho5FdϪr\8Y 7[喫plL|BWZ+1`jż(kqg6#܆e 4ߑ> | [F.޶]3r>z$w {*O-!"khr3fPRd*,4x)1_+Xo*`مa; l~;4)r cV T8֙3i$@R_W#0ίC߭wcčoU(z=gZFT) _kis%v:j rarEjy˔理o29 šGAgik ıD[| Q[#\ Yvzr j}ysjє$hu¶#wNp8Z[ӻS>BI"`!!D㤯(Q"ɤ{7Z5ŭ1=[q=l.hjگH'-#8ѝM&[ecS~zψ-Ť^Q ei:X9AA =W͜SXMO!Zr 6V«zy4*`Dف\CmrggxNQr5F# g QvC``Q%;nVR)zV{hbSoʱ.+{- H5'_ZEݍ1TpitF$LZU-`F5(*rak62kN0Ųs)3y%GB_zR,_WUVJlDk S-@(xveW@Wb<ʡ~P#?f3qpx|K|ȟER~ ԑސ{L@gOMI앎kN>Nm,v`NހwT-ZX%@v Y  "9.&qkuTݵ_V2\,8y`c_X0.K,k[KkW"6måOt:0r28 "s"DFe@[0>OW^}tn|+ӽJrdPtT[tm/к$M?2VM.*U7.H+F)}Tn<ljMLޱď9HZK'EE6|RulPѼG0`с2t57xvagGBɰn>vE\  Hnx6+* 9d}?R_$+; Q'EY9ViGd&>)l_vąu+ViR^gbmmH RYFSl0G$)0`9]z=^#Ÿj(9KJqk8TPL/ R+CMuVd9w4Ӱ;@z!bAotggʲ4l"fr+9 3UH>rk#j}K_]Ip\~v?p*锬K;fu2o,ɬ斎sM&aB֬ UUwGNErF,d\vNF5bcEC!r12ܮӑ0'1Xz>*VLI 6A:~( ,${"v[|ߵe;o>e _[¿X٬&~w v272k,$cg_f3~,ojv4F,khKnmow; UPX>&q{t5%~ߖ6@:ɥ.|v6kVvP" !6bI}jSoC R#;^oe|"纟e[Kv:T(6kܷ9s8jXp,[ĿP4•gҎ6A%n1E/oHzQJhXɰ˸6\*qZ|>?Ê[.٤c" 4|uD#y khnQ"&^+񥆚P֍5&;gb Jp.\4u#ȵ}R4 D X>Q425ou}/9!"m:s3ZQL <&M)c6^I0u~90ls=i]*e~[v&8y lDh6~^K~q|š"9%(U/=Ô1]%qY7THzÈ=}6HL%yk>wpއ;8[b Eg#{]CMjmSC\7Vya鲜31<)UN?`\&/e7ȮZXmSֱ|GTG;b;0䰸*hw2ЇV3|~oiɁeəp\Zj1BC&݀^[+v;߰`)Ρ~~)%ES̒=+v.+buFQ`Xb : 2ֳ;9SsbquV3+aM>J ֐ F<}=9 ǷBY6(;U;bu}> WWi55r@[(;'hB$Kadrţλl2s/Gi]9wN2|r༳LGsjkFMm.j[ KTcz媢"_NF-H:mBG3G&KGj q hXxfQw cc/ J_9G@}\Hz&}]&] GS/YPĹ%-8 !kJ91zH!CPmAW+r jjw5ȭ}X &WՂOʨ@UA4V-Äx;fReVtj`ͳ֎(>`"/t_tp2Aћ;6`ڟpfozZgC->d5wz~NsYa89&@"Ʃ^B/1"XjgT)g>}Ud?U vٻa{4I/WhkьnԒJg=¥m*…FEDyh_]QQȬ ~ԫcT"\{ t/ԒӫL#O+nBǑ7~ ɏa%>ґԉS"! & c΂=T>YDۉ֔zZ %5$ Ks]p\|q$_L#ATt;L9Ū fDO^G {pd?u>w{*q>­}t^~$]`.I=_ήm?9kī79wgT#^++O-ISL<h>F:fS<&yyz( ٦NoxKmZKmo(: ɰ”jXH7Iyt_ +Cbqȴ + pGѷ dU[p.ա!￘A`gH\1rӰei6L) V b"yfZd!mmv. 36 %zRhKI6jO`;%!la:hN<*A"tGh|oSAz*|>t,OqJ" Tٱx"jg<ڻ9 6۸ aX{G3x>~QAjĵ0|VSvexN+j7S=I~hwSP)^%NjGz~R3\#s'%8Y+u(Zft& p6u:1*xӏ&Y(EHIZu3J;48pS9w'K1'8MsYئꝝd\)N4NG!@2KRpe4Z*ߕ<^:nuX@.-2Hprl5\ZJTyː3)jP3#H v7:^gmD.OqH bfH  Y.4(Z4,ю*B& "q[Y !rP'X_G<)4"B}dzZ+3keT*80DUp{!ǑNf;x|LAs]IZ~]{& -B C&$ XC{>kktw ׾6on =DO1i\[{'# sGVCKjĤgKپ7^5)V[>&m>\\A%. A9- K3U3pwcrpʼH!^J. +} j΅XQ1l^P~Z q53VZY9C6)Xe NL D":_>(K*WXdDDѻgz #W54/WuZ78X#9çn+j{ 7>C- Ƽyr&l3C`33I9Hj$vI O^.y[kX!2$s .sF/ia}`jvf4lU[AZPn*CA%h!&+2V;s.Pxl=  U@c',O^tJ-wGW|5Y|QX$$;{J1`/$ .( fx|/ѷkJ)Ajzۄ nmzs'yQ57bGi^N`b`@XnTM? dcN6,Il6Gj.E'Lt`;($А2UqhzyNÙ#G\ ZȰʇO|;ZyTĄt53[SOdq],=_M9+R,N';( 43jhG*~LxY];-Xk@63]RP0f=^][P_< tOǏͥ%(ys"V>/+J'f P<%m-cB~|d^' C~9:O|2Vr-Y1x&]4ޢ%q),AYF4Z4DdlvӰ9FNnk/߫iʱSZ:!z@ 1əZk*h4p ㅇ -5Kax's.,zxN.9ey]P96oz(+Ė͈fX\L̴,~8D)U_ )FC>0 ]S &;1<ӷx.EEnUs*u%;r.Nh &-\ 8-)2Z!:h KB4])܉Fl.]K#=l!E7ԏ||UοSxFqqxTOp)@w93D%ʨ_Zrz-LܚeƝj7@W/!+e(_[b&o#~݂ مԵ` SZZ硥i&~`w6ZGu+[ڏǸjΏgb;vMB\Z-i0`=D$(k1 #6ϓ/S b!t#GVP՚w$^LӜp/  71ʍG!q{N <OSDg:mD U<˳fdzׁǼW&NcuXn?b+!'$gӨJ8fw"8HxJ,D#cW"|S>N չ sQlQm߻Ȩ"֟hmX9U50zdo QuC2qSṃbKy1XzgBE /`-mib<Ϧh/XoV ~lg>tb0is5QhOgq|PKCcxؼgGQ_b[#%4Dfi ̃PO=Ӿypd=}H_Z667M4vG? ̵yL~}۩Wd:ݟ(C4eu,>D 3-it?!eV(?_L@]sz_ >Vf7țU|.{FB`Xr`l`/K\e7zPV#5'cR7R=rE*vUD5r?NyQ![ZF‹ig}[S6XAρ~ OǷ%f3:VTRucI1Vdzи>v8f[HksPV2b>r1/R64֫V}ʎ>asFKѪf_?|?Z_1.:V"м-ASy8륈~iѕh?@݌. jKOi)16JF^H2x*ʳC=ˍx; cPY1 ٕ:5}889(OyFဴJXG )>h K-g/:*#0NΤQDiKa^3m ]lP;t yx0{VV5wGJ@U4=y |,[<,lga^i6<5}ZuFtbw1}٧TI3Vc/*&tgdiX^Z q:@lsxzHBJFaO_ qn7Dt -wh8v(%6)4\1jS @HT7NfyC oUyF.+5KJ6$b:IP1 5*Nu>-j-N QBNT)4kC)xԮ Ķ>ę7;[@ qN[Œj3k+*Aɕ'?c2C'1#Y//Z^yء49`ivXyRtKG<㙜,jhehd_CXl2t>qw',7fl}hn܆[p T82&BR}!^hhkGy_xo -I2fH}q-u }K YChgƜF\M?)*FܧlgԦ:{rUoԯ<|Xƍr V.vu;}Iпr"{ ?I– Bhb To !Y^xdSRhUo%e7B`a'R{nlFql>݂[dTt7.2EDd~g ]Uv2\ + [a3WO%zA˱KO#M8&ևDu29g>R1u:H1R3 )!* Y1>rC+VQbKojK@p-tNuX$j| ("ďI v WomYM}n~޶ |69\ʣmr欸) !oqpFЕ)Dʤ0؋oǺ D}R`X8쁎i&\`t.j_멻&%M.gv}qR^׶#1p曕aXj(#"lǥ>Xb,M^'+GtOb#Ăox@cN>$$ރeG[\&] g[xG<.fXH_D!`RP ]P%^aٙlr6s>o 97M^2]'bugCXbm٘] Itr(X@M@ F{mؤO~'`ϪIep5H{~(,W;Lg>׬IK*ݗwg1KOښKt&U4 >9FGH+ z-,n{$TX7z`f]Ngף`; BZ cP(\5QsJuv ?$4Y q۔~_9 4[1옯x ^~*ãY5J=$,M" {ۂ o1E[w~taR-&-XANq_Q}Zk`2?jeӞvFjn`~TEDŽړ3Q77I,:5Gt =3F2P)B_q&UKʪ/hxd\+0/!Yɴ S[E-,A'4''&ZȰ,w Dj$G ] ӍV OL1>i9Jw,HH|4K`U]B!-"f9nhcQ4%#kGω\TfbXՋɴ^tB6O˟%pxa*0pٳ`{VIG27E:vsj0d&ՙ7) RgJCcdu'֏|mw,"B#bWCB)UILZ? OSʠ(p>%Dh?Z,Q.(0 Cs9;8h?~E! ,R3eoҥ<茞raQ5 T@J!ݱɶ$FR*2Q]q9EIQ[6`Ac,ǙJ|c$ |@,E|;`3r>x=@%+sxu9l0Re]Zl%|W7M1W-&hv}m\'^d{?)'udz5f+nr=oK^z&_y:Q4tߒ>30;@~&1'U-awcjՀlH/Dޡ7҉}X5Ȍlę4;@Zq$b 4!2ïUC"s;N+$PsgWZk q̻zͺ*V޵@6J]Kb 6ñF:::bAre5wbƞT`q ]!*eS J#OA#[:Z*0f+w:kA8Z`B03sA棃8/n{bw^)>,9z1m~.G0z_ 0I$ZƫJG-ӴcܬYo. tj<:k$xXmuJ-ͪb§F(̀Œ~Yz0OiP %EL4ԁV`+;HP=NV[^ЂFzխ:Ƭ>vf1athzqMf7XCkOpZ6=p;wzZvxu)ԞQDCԡ7si3.M"lK-(F<{ Xbmň|"ζ~.iǥ,Ԣry>ު-Oԋb6\}eiFbs8]iЌN h,F!x/./9%zA}ѦIR+R"#M?qrX}]2SVL6O#|o9K!^ #1J%9=]vg8`-08݅9ُ#ZʩgRlH 6+۞kV=\o4[/<2PkW=ag{N-b 08h>0n#P\HT*7G,0lth{u#h?荣9ke6Fk^jZj ҤB[&24Ņ, +2:K lkbgW~滨B|,++]?ST9bo7{S"X Z8F3ZäbͶQv҆bOmNNj'øk?Dģ#Z6}W6=J1ƨϚ0qk3Q,9oCCaXݴdmMb2Ӝ:Xĕ6r>K~k#(lO)[9[t ݱӤ. 9! 9H=.̶I4^*.eV(s y?j2clt2yy+\ZPPێrc\ ::IlaAT_H"0Mj 5[SJ5:L.vc~s[PsY-o!3E ދQ}:]-n=Sax)~s ,A,.NC)H#N@A $I)bs_4&7g&(X7* p$x௎KmPBdLQ TL3= m'|k?yNNٞcema<¡K,*] {N;ւdmOlcuS :):LJ#)٤Gռ[b@|l䚦eJG3AT*kZ' z>Є3Y&L_H)`(p̛7_W=SX\f{pͰ K%6qK8"S6홧#T4\ĥ;БSEw YL onհ' 3w)޺ǻt3V8¼yUqj8v΂`4d|U0l%[decf!'E}Q"gLY_Ͳ8 8xE¹grE ĥa6rq +/M65_WF춮~C߾ʽs%x_ѣ\uz5Y""gK0y6lPn򄰝{C҉L4I:; ?G6 Sq_e}c9 AI)*?yl -HXX{uZ8 OX,m>F-^e|[5^a}%]EY7Lpx"Tx7\ B #;%Iem(mT$?V`@msqe2ڙq#=s !XM9ɡ]?L%Dҡ܅5BXOc 1f?϶(@X*55zdDŽxb:؂^vo^HHUMmGDc;0*n%#>Q`81 Xra Ls{>N?uHԭN8u|N? $,iݯcdQbm%\\Vێ@N>"Yyw`KМǪX X}$n۠t߼Ē ލ^@l%FmKҭ&!`&Izŋ,Ohci:̬es O̵vC3h0msSFS[ud>&] JgҢܘ1HdT Tx5&!-H ~$|XrQ> D]0RdB6LTkqׅY:_t[)kz h,8:3+ttp3W# zC6ѾFƝa,0JȐSa~(lUX܅ݲš>M(F|H}d4WM׶π//J:|t苹% WnM~T2&ro yyr9zb[Q]CvL8u@[>p^ :4{g̾7m*@ccJeKg~x]+ O;+0 $1xYkz3Gp`]ڒmQ2> iƢ-'i?^SIY_ܪGך윅9")$S`W|:-K;a 1@JUS͉ J 6|` h(K.ͤkqlR@OlÆ l#(5*>0gR_чyh'džQ^Oq# oeSc7r bCmUIr+ȃp` @OflXGpHR҃du 0(Põ~v,mF hUR ~Q 9;]@kH=m< H4ǡGP$K_&\ehI8QV9Ve/dcTBLB-VudBorܷsʜI6SӃշbn2b}=VⶏB*&H>R;t|V`!{>1< r1#M!FZ5( ;  U`"al'r+ ^~;iDXjo R*9Y]tuy|+"Qn=B Qu[=VycW=h7ở7XVʆo.+!H^)4&xL*$du'+)0db Uf]bs`C]J3nx~Q |w ~ : <U)h"c ,D'd@ R5: 6pz1[G'-.Ƅs&a-(mھ:fi+koBۘE12\J0@ `n蚆 f8K .)2\o8 Lk&0I=hㆊ}/ ) W\ݪ<󱈵g4K!/!{wHbZ12d12LpCB|Lʼ j4ג A?HӇ :fam5T֧֫PD'6~^ zv}%j"g18;v=P IugX:k*j x,}OPxG~sU4R|Uas/ <0l0սy=q>w>L1,XaNja򬞞z=t%5%88/p 2]e%wvH>~xuQ6/MDŽ&Kv3t YRB+Zfl;w%D.NsaAOh(F6$Cw2 =2׉ڔz2 I'LKA{ D`sѠS ^"{LĈ &l ǧ=`Wx@ lR7T(*LNXP!g%e 9@zևJ5ΓZ?>2v,0~乒Mgs%D00]weMYwOmKe{9Y`DD+jQhyx iC 4e. ö02պ㕸Ye:IgnhqON'I~MS.$GZB̃Kr U!``r^!f;6>+\fA%S%AGk67Vbt s 'YqidA!b-EI(r;zvw-jL OIJQ;<e*֎E r߯|v מ((-θ bB'O*nA/ hoMH=x撑:isGڲsM D):IzݠYpxЉo!1yeOLǶSIAx߀cr"OCiyC-\T$|O7}4,_"_ o"E|{jDC}vJ$\Ar=4L@NmW\dD #$S\˷)t&{>>^Ha"DiN` F cy(H bWܣL].#QR=@?,j\LA>}PF!HGBȥb%0$-J7#>Xn!pђ;S CZdbG9"?{>xxPZ0ֈ5 ڍ 0-\6HKΦ;}Oڶl-Y?Rv(`1j͆Ρ٠un+ā[l>qiSpe}DPʗD5B3-aNpe G'+HY1tP,+_7A:%衝@p(rr!iyB˽l|0xD8,N7%9ƺFzv;`^ٟ )=)0ϒ'5Aމ +:Xi˳e:[۾̩;F= [@w`Sˎ--"&fL {i4Ǹ6!\OدMhs}D$"Xk2bVEh8h&ig~/ȦaGq9+_S%mQJyt=P4]_@ `?75qz@x˩T~y[6^VfT {o_I."I4 7cw$C)@@kٷAOcmMhj}{0<1DMĒ{4b1(v)<17b ?'Ԙb) *7]PhWd*ΒB[Q_; _؊ {_o&𒢋ǗAkhVBQ밌BCu6,A Nπq't̥wݦ@÷/z^Zn;1EȑGPLTH_ `mF˦f޿sg q>I:)?F|;ÈNP/9$Mjk߈0ӬF#;,p튾hhd)@/ k@2w ҶDt S1qO$sw튗`ƗďD]3;͓ ,_H3 RnF b0lA+`4兇,lI׸upD\mOIĶ?3k?5M8iRTГ,i2^ͨ/RT̫ |Wt>{\r!Ғ6/J3 g<\{: Si㑶p9LV>SH=+gzs/+b1qTR_6* 7/ėZp' ~Þv poej;i!Fs &9<&kj- |7huD_%Qz01uNm4ִA2e$cF-  /.a'FSnʶ,sV7Zt 6Nmz\;L'8;YJza,VvF<&\04C%nT<>̰f#̷!T澵p"3"GaB;L?+ca<wFSP?wuYY!t/0(!@qY2`;VkG(тϤEmHByM! &  T(T-eNt5M<@g4ѳ8+|P0dǖk- ~vŽ&N8ļ5} '!Sѝ ;-Cwt/uu> Q]-CئYHq!AvY:z<6XgX"8H v;S6Cw"=ډԴ Xeg bθ.lv"?{^πJ%<R5}*0PlOPBMT=9K@cy~˃arL0wW4N7_LV}mqRbεѢvdQgǡ-V?*w^ z4OlCg~ib/Kзfa{c|}$B!TXRh5|`ڽ~[nđ;Mj%C,1.쭅A5rh7}ޏK#=*zU֦Gv۲ﴜ*=,`B*A*< !],]1jVohI֜í!hTBޙ-0qY$<=bC N顰# 6+ [A'E^kUȃ5Q&E"OCɒuNrQʖ}JЩ|D!_0&f ~3"-V|L~Zm5>ҘguRU^[Nė)Z!Y9ZC Q{3Y]Kjؔ{B{KH sDe:Jj]"u`g{ɨ2\>D14YN1-½j G|& rrMRsfB_> p*^ Y~:vHyFMB*!+6*ˣ[l*< @˞|ՙx ѰL)? T%4&Y4CvJm헮 ru ( BJ~O_2y՘]ځ RRhnȎ\ p\zy|Ԥ1 xMTrP,[[ k7}]I)W{o"+ Ϝ0^fmKE~eJlQ}0`I17S3%6'OW%  e.[Ta[fk/hg5 pۄ5OK!R!BJO?Y\zkU9-e0}<Șx5 2X٫eN;X~waq/ıQsS'̂(MV>a4b?O V1^8[һʾʰh"^G['\TEYRa'C#)1гk֥/GŅJsIӺ):u36/̣[V?]u a# l*֑Jo\+f%`<$ Cu: G'΄cJ~3`1md%3?nT534.nT%S6dOI92{wRMToY;Զl%7"$kWuS9e8S4a9g31rklxb]09OÔD޽y&E&)eJy.dhW:Y{ %ҝQ*,K]Kga,DDtwr[L} q./JNAplEp;;ҍheO--r}F h0 0Y1g.NhRA{Äfl)م 0/)|Y 8"ϣ38J_$F!yR.88}7vI܋.J$˜%(2M/v R%>154g$[;뱝Va+mwAa`aF*!1*pkͪ~B‡njg<]cv V8ꁞ_n.ssec_/ 6+. .(B7YuP PU'@2Q }WI 9#ֆUwރo̺`:,o\^8TJU^;ێ%TԶ/_rë.~ fztU᠂VY 1^T92ׇrOk>J.J=`R1ez;~c(J +kzlN=F( "V jވl`;0C)1k\[bDrFIk8#I͚N!GBhz lȻ-})\]u-'-3(iEC1*$%.\K]X@ub[PKCw,0d1A- %6l, 'ʳ)z{.؞%"@-R_M|ZhҮ#q4~8@KF}^|aA`9mq@Oq7n@wٸCX4Xe պrdeǼV ZEE,́"&m{ã7.fuM)B|@eu1m;z3t`DgǪmZD l|?YUخ%)`RO,hd؞B56M;;?@%wq~iՈ~8:J"4yLo.h>^ (e^c~j*A䗣~"O\>1vSݝyTV9 r@5a^^ݙG1NpNE~!\д#S^6H{l+_pў5߬K-Zfcf"Ϗof=R@ecDhHlpw:@^ʔudRXD; dA'Ƶ #2INS fTwL>`&ϫP[}Lmoʼ8w17bFo3/|RFşh3QI1D ri);sYr%5=v5y8I6 [&};cw9:Wg W G~>]fZ/| ECie^e$ip6Br:#bƶM\r+!>X@x!@ї|+FvǥtW)Ik(g3W-`$D=% $Q}^L2۱@30{̂taɒyKN2xs]?H7 e976XTjm\*c!Y!6R*;Ex  ȓI/[ⷋJʵJnWU^k/WtZƗ,+pM`簞)ᄓ35i{׃_Kf75L#' /OpoGA1R8-`@E&D36H_jW1j& WQ/ <kMFޮsXqBд#m]e֔)n;h~!D'd@E{hYr=G k:fRxerž֥M]/rÛ4UN$-sOzU$ȫp'æ?cɏA;["i7[$7hh[:񱢡vIf8ے=B jiԞ\l]<)/'Eĝ7aMx,}88`/54tֈ|2@ɝ/dBe@А"]}Cز7s]+5dzh'b4usi{ 1Q@d( J6p F `>÷yKuވ7XcsQ&is5o&5嶇WWMhN4":xR7ztk6XբGzHiĈm` ݆D%Z4A}S.cto$t:\E{MQMn?:MlDqM9-3I,wN>>@ 79S`A {ڐy*KP겐BTmNV|~.Q {t z(8o(cqݢxB U)KXեp5jpO*]mmt .Skꡓ6P=99zex:GIj3 vb#V<)q?\_)u%摒s.z@%eehXS7=W^:3KѦO岶5eRErUkF-_P ePda31R;8D(_&1TBtg3˰|Nkv"##o;g[.Zjg u `mEy@T,bbep o=nVgj,R1 3x A-Oj*f}!M'_ --F)FUd>^`vuL2ɾ.z3X":yS}P6^o#.Gf0 2tj `=\ ٣]{mΣܖXU5a%jB۩K m4OONuoRk&7Cʕ5\T>"‚֕8Fe]z _$1蒃}ݗs.9˅o)bWb8 /'Ȥ^I4]C/ h@E .MD7 7~~s @nyB-,vZf rByc^$Nc;FGF~Ҳ<&Th^Ũ%U7 g[yAe^\쵿*-+`ޝy0mW $ViNc16vZw1^&QX_!]=_]o )ۧhA¢&f*ĴXkoڀa&kۄN3oFB;W+!%G画ZƂ_gVoDk~o1\Izw 76{W@q|! tFa*zIvM Y 6pFZZ'{"<;/2Cc)-أ??x\[cm)V)=y砳7'R,~ ~`/M ܐ8\˦ " Z7Q PEa?zX@GYP?,vlPyaXt˃:e>DwdȊ.Źf46ip>a oSZgrC\;"D&kw4|,|ڏ̥z:Rg_Z@L%@&owVf͡UTk8hg?`FvHݡ͂\'pwPY,$P!'ʥ҃(,$P4L}љ؄K Dj昒Ɯ&z%61PJT5;Rjo๽h.8[ 2U[>8%I{zd9 6Rx8 4:9aɏf];ea<"RT394"=&| ћ#Y5dYC'Q;5}O($^'΅5q WIaqӏP'ly6d#a)j2eĔ!zkK@<gPڼ3c0d/6JlARŇԆǡӹzGa[8 ya}#,Q Ӎ ^ ;P$y T{Fhd+ :+P]cZd;|ѱhE2Yw;_H' ;* a  e#iojJNgy8A`sxz5$Z94*2@byH% >$%A/1[nV)trkMܪ5f+BT+*։u D5]0r(.^)B4X`N;H5S[7CF^{\s=%AJ- ;䱵,V7Efa!Ju _d/ D/&*ܦ>3o&-[rL ?F䀱JL!;gY6Os]j 08{chE0 >7EѸanvHdcxd&+w$j1ShDž H*:+ IDJ8(z4aT Gɢ )\XANU)/++;Wu)fn攩Zy0Ό㑢=7xDhi1'zԢ3N9Z*+. MțU08(!$;RţmY1DEл1+|/]l.EGJ(q/saÚɑGFmҟ\N`XƒWݸ :Z7{]99d@tv8g[w}%QlKn}WE5o' n5IҴ6,;9U/Kd*]]'SqC d?Ko#-BO:\Yp&rC|9""Shgt~vje-YKNǻGzRE쩒sPg䕟-A4aG9$ջF[D/}Uҋd(>!@b`ML݇g>)'{ ^+,A23ܠ8P%:|Yqw`Е!Ta5ڔ8bP-V:Vw3"ICrK6tlpFEcM4PЬ'HrM,~,:&F=oCz:yV+yP3F[93ɍjQ- ?g}Zr2J"-[UKD g)FHhARǨo ky,תi%4*3o,xg\֥bƱiS7V3،>k 蓳eaI"Yh2.C]uFc Ho +ӆܘ δ9lJwմlw 8*_NCT&8{@oט7tH pCV.~TzIG5#3*[lJ Ǒ}6&xzaOP&c9Ÿ*\K!*>leG|r,5*v m_qң"krOHF:aqr9œ:-olI1ޓNxrfSdCJX =wA[I:n L`%'AHB SBb 366ξr+A]i-s92r'DL7.j /82QPBUpAvA)sX&S:l 1u^@X)=*^hFI$"W^6G`#"@2{<j:9Xl8 G-Kn[ ]?8 (NOdjbwv#g^⍀ZG2QM@H+;]!g)pd:Ì.lJy7K4ⴂC.XS;Al DE5 H |mZe)ԛ pbUC{vY#?6jSe{3T I2N;dvs`W,m ~\gdša1PTZ,z($s"\-VI;}Adѹ.8:Ac3*m j%͘u`Y7YZM*?%aol f どmsUemH58%H] &΁ % C/ Z[޻ۗs)-{+}'-?\,=@NPWeh0YgB~B{\BFBNZ$VT=z[@c.H(Vq1ڏ?2EXHz`gxJ"%zU"MYy:3žhKnuNGXU|˲/|v֔c]<7Ll[4 . 3كaXSzCN%JC7|NaޓR7h 5J)|BKu}03]xW> wFnb{f- D40E H7M&vnAKUC tjDьf$aG^yE}=B+[6 lARVCn+'"5xcKV.FY@j#lAfŢ^Zi7CC7Y/޶}{dh>Є@㏃Yș{q9lg$||Yye\%t? rO%/}3K+N{~}s0ACe< xPPxuݰ!\ L1j -vD;TDd@顭" ֲ a7"V(y.6ưIlf:~Hj|Z4V_PKAP S3tc/R?g2K 7NG)DvQYXaqmSMm̾TyzNN\1yef!MI B+$ ]\aijj^;_^"Ő5tؘq@?`D-FSDg8DtQFSFpiM0+ARݷZV3bTu84a h81b*mYuk2LTҫ0pHlIZ ? Rʤq J'#0g&+5!$2H I'$! IcT1@qJ  FċvfaɲlI#ر$9$9A}vH/Z07L@ث54ZHb@iblHAЄHBH@_4X`iTЬ6 F l )fHSHD_/5 ?._ s۷7a̠ +#᧲8-n%Y.fɤX4=Q)Є ,(,3`Gyn-z$llaH˽^jvGG3Zr{nNg ՔCq f䀂 N&jDM!$Ќ$It$%1nZa4*4 L@B}h1/(P!#xHhA&]K@F$"lHyv+k)WkƉ+$ f%CAD Xth)!$d9D"C^g½EzA.큄 $Ц-BECBv%%ku!#α$WMK H b0/XZEЯZ# j#-KYIWquk`je>!f0%f1(/*OŊŶi`X8zOy-~"bBp@7>=)9C;gOaHhb3Z àq8 r Es=$ˍCIآC]4Z Zi!q.j0EvYg*) ٲcWGAk)kf"Ӓ' 8ӽaҿm4CåbZ։~Vm #Mb XCd;-&E#c]1!nd4 ` @WH0Ҁ/H(81㑶7O;ʺC 'ƏJώuu5khˡvK188_okBEtP/ܟNް7/7qv_!IVg@ mXZ+3$i]=s/46純$.\`]rۇ 1 !f1 :F i"C1b-;ry23,ag MyjIR}E4"i1I4) . x6%!iP6kva"PՖhY-!wp$4Ri#b$3ZW1eEȐ6W CK*Pag²z GTЗ8x@T (CC@s 0e釂%[Fn ,b+&mX-&J E1!/6M$WfH!HI" 6L\b Z`1{B-`CX5 +BEՒhH0 sIn,6 !` X"!RҒDsL׌fd]_X TlJ΄*Z(T&ĀW44K#0+0m!` X{SHU1# tEHMѿx2F0)˄!`1u*^0:41&%Ā`#meX H!!sV $Iw90HE <ք#EmFL@s@j mw( ִZԍ){񅦀l#`EIR&& Igx - `e-$HZpaVrL3sI4 Yh`k؄^ b JH vP֓a^1: GzЍki$؅hhV IIhHh<˴%R bHxMi%ڲ @X`Ya *]Mo .a"Xi%8 `YH;%ai b2zB LPДv `56#E,`4F3Bb$Z$AKBE@ -1%b%])`z ZAM˧T* m~m$]5CVؐi4.y`ʴVbK\Cm yĄyh=nR FIv@ZWp LTm%SFJwk`8)%V(ԳZ> YK؈RK7R^ ذXڦu$Y`\h-ط hI=:ay)s2(>MJ*I}5n"~[#6T8pwi3H2gc0Ją &iin/k5 2_RB] 4$F? |^jI%!{E  #C<[+p 9oK!ڲ$ Z0HB7'ΌIS+$%T6a2qhdI.Pd1+l  CI%1~Vнr5>SFĶlJ~7}):$kXb4zЃN<Jg;B:f:(b~ZJ4+[}Rvppp-lk`HM" C#! Ʊ%]B BKeFW܅pCi 1hC#~hPҬ1%!cDtЯ j顴L!SNJŬۺ{ ,qyNL/5 ִ,Z1ChI1"LY 6"@Mav\10]H)3=[hm)@CH.(m[ƶKYizkW3uF٠-46\HsrwѲh>dM.~\}};PP5\lIkX 4b=cmj0&ZQI@rHRe I,oH$&-B)jnVb$$Y~$Cah^uMHb 4CPҰʘlh*X б[G<*apϩUYhA  GY4l04LhG.4ZRh]HA Ef ݱQTHuØs!B8s@bt$E2rd1} * Vڰ6I'*4 ԺGG2Ai!Y-LxZM"Smh,*ro҅\]GTHN܂$Ge*`nJ[a;.PP-pЭ %5|Lҳk"IM{u[[chSFa ^D4T-gY+HV`RRA;ѿY=+O_E6:ݼ`9F /؅Wgٵ ,gbb:*YO)z:|ss Y})qw}" O{P@z_? #YA.ףie 7࣊z8zjQ }W=BVs\;X`6]n7Qcֶ^"Md42b VwY7`n0z@$Aaޱm1 |I*\/%̣q }Y;Cl/㍶K{S8xݦ+[bno. Xy}8\)a3eZ-9^E/O~Z[^Cp>.+n:v˝^/y;?[Oj#꿝oz?]??Š^_??>_~_8a}}CB ,uߏo?_x& .~>?zL}T`" i i 74g}w*(t? 7W}uz%öɲi$t{R96-E)[jo)kk C:I)6׻Q39~>2gާ㠱p>|D8Vbam?kÝTHjn2 N1}sqilz㕑h0wz*xg YSϺ+0 tcy4#}P*J56$(PIIj 3"'g|1,Z,@GnC{?wlw  ÝJ!i)QjoPOWTݧEQc --Փ?|%&}չ„,0{~$s{F/M,F \EF2olj>ʎJ|kkx'Fr˜E Qa(v [Dղn\YtmKޣK#4u^K,1nJ]V,xJWU{;v˶%>,x?evoU0qKeX)Rf7ܔ_߉ؼRlߜEާhk;pQe5ѤуNw2 $mmF{*tX\@$ ?Bo,^-o!~[γ31,vnz9geN1>@TtQpu9@ h98n3u^ 3\v*D2 ɧrdAhYg\ӖamV,EPBDžL*Kk~PjƤB"Iah]à$A{_S)kX? oe6v5.p1 k]EkG֗0i3=96 MXBܟ^$3հEbz/X=.a{Si7( 4I7[Pd>WHE:^ÿZ$ ~ZyY]]nv#lh1CH!g#B]8`(OCC?|{z'Se{хI"8xYc1;-P '%!~idÏHc$eB2I'&3ͰkK ƒEnV/Vs?M.?U6ͳs6oY/=R[iOԉˡZ=uyp"-ytH瑒m Cߚ:^z˜>Ft?.P tCbCu<Ћ@p` [Gu9y?jb=# e]1Ӵuh]LSI H 9 @WPR!;dqhw &rȢ#:(XpܧHл.%iaC! }̐~v J6C#%$(`7IoA4$sLI#h^GbKB:>h&3ĖJ/- /'1(k5nX2}[/L[&% <;'$+L) <$øi41CIdV1@oc$vI!S 3{ɰ&Il4om Ͻ8L&y)B65`~ՠ.^7bIg<…VlFyu9&kVpH{# <3W@dlr;L6_6Ӎ˹`zKcx'$[Pgu 9!\_q`G `#Fԫ %u=WL`Μp(c&|4IeԐ+"/sAC̯yݞ1Y79`C`kU ERAl Jl$$:GYmyQAtDˀI AȵczwL) R3-Cx?h87Hdyd dt浔g>S>2_oWQ}bʶ;,qçB"T'mLW=j4_ķxDž:@IΐthnX z}ݜWݽZVm9v9#cq{^h8y;2:av)Cij:s>ǡ#~hq{m%_jl^x[U7 c18 +SiXf_1rql;}. ʶBJPrq .խ>( MUUC67pY㋟7)}k?5ԠUGc{<o3kQh|etǥ[؅h oQ4Ωv;J^07?~}L;2mz+V=Zf1gCd۶a *#ûUrLcf-3)mH\赛fqF_ip_;w182XlFJ#X$8 #$``3d02e'RKMDh5̏9pvKvot%l/>L{e߻~`,jm0fPs^3scg㬐<'>Ԟm_2]L): 0!IP{L B?HJ ey@LkX}7ZզY_o 4xF,a In}>O}һ5Cxu+Q?HEru`yʯ|{HFFL1ϵ/u<[,[6H/Fءc}+iWL,l_lhKe^ҀI!۝2H ׯ2X_t ;ҵT"'Q9={{'1JR)JR) R(XR)JRiMH(_z h1VJV0P|/ F`h7_#4VpՆݻW/G.-Nf>\ c y ٥ӳ 6;k$:)1+}+Hh=gZ|0xx&#|s_^:FM*59812_zSHֿy1BEk+uu] <6 L٧ٻ.lZq$ MČ#_9RezyL Ӄo.%*7^'~?|t] YIsm$~p+U?閔/)UVq󚩡%hG}H;5Z޾@(ii `r4@L 2؏7#mHnƒK۴qZ0[Azw! <s$qHHLHG_~p2YC4Ak78QL1'3A~/g &aˀ%;EeuMΌɵ;;Q=κW{\u4JOa1ѱ3Co(lyq& RƶqC f||i$90`\L,_*#rk,9&\'|gY- U跒i-Wm1tQhy3{\%QTOسgÞ_HN64\T)6 PlaD &(d:qD}h0(aB(L# ~[D"RU"xx6۱qvg[@*!4ڞQ)qy@#b%.&> B npgHkf"Ûe|'K00.G0ס~_+G0OXqFB]Ls<&'(@r웬>z/uuUְc使V\F0 65 hI%&HHm 66 vLIChi }NY^!ʜ1p48΁aGﳽ6DPG}ޢ[ s<:('=BȄJ] V 5``p^]? pЮ0/._mX_jX ㄲ"H=txϦ mJG? LI$|`ܸQLYli4%iK߱"_@|,$c+4s6 [xwRBPnyi) N|s4h\k:0 t ! 9cҦƟcՒ̖`ebMɪ`}O?nz,qV@gO^_ WU`K ]~a|ܹaF{YX zi:o#Ӄw;Mz}}]:pHuͯ.Gk]\譝O_I`}WSZz>87"cg="He 3j[|s*_I7 ʭU9+n&r""1rHk1.s { q( a%X dKo/#A\p. |#w=-ngRu3(m6-kgWIσңMTĐ!bͻ,EYgi"@VdIׄcT ߮' =v ooNbrJe+(*U*BI@41(c6I Ұe.[JVb6IfU%&#UwӺnW2LzfBvQ#ȭ Ь.$Uc{6qe$Bڜd,!C;J;aJ{7A*PR A/8'YPZF 0fѻgbk;xqB8!`I ԅj´hi˼wb[WkJPo ljթ4 &ԩ] !&5(]ЩuPYKJU8JfBQVz)CEXrw_CIIk;83Y>dK]dp8lCRt*r P` TyNu#sYP)qgDU 3b2ǫ *rltv뮕S, kqo@=5͵s4N("SRv1] ÕC `4voN,bzZ-BdW4–@ffUbyu˵NPcuAޚfEU6(!yB`&tD%يNND*ՊD;x%і'}ޔAoZrΥ:7e[2)&2Vr' Ţ#,ĚrRvD`-L6-͋7EF j)2Lq`=V]d[EiQHHeeƎ(M%+ vwuEZDs)DbXɏ[?g roi>d?&zl8KB|<,CVPҋY5Ͽ 9Ȝ'Nxo-(bЧ|gH\JP#<;lȢWl5)zRqn KOpj2g0ktDAbgC 8PG-j˽`#cBr9m8FIah0I}шhA6!>!Ŝ8pZH8\M9^$#a4 g1|nk+fybMM1H͉" $3%^%S  C4hR@0$( ē`AYVh3--9.wcS+#ykڡqQa<˗4pB>píóz)yU~[YMApBqXB` L#,!Y`,1m6m*ZBMB [$,J[-%m&4. Pd"g0Hߊ*`#0hA!pïj1nYf%F%>}2o8OB5G1}Tԋ gOQ1׆En@cƑi#v:ƍ~[#W튧TPW;7KIt֘Jeʷ-h :(HΚKudiGtܩTۻ1Y0HcH:h;ktnH@YA L}V;f ;>H >QrLÙۤ-$Z4)Xx[9Kؑ>Gm@i/|-v f -I-Rז4nt H84,t;e^j\(J,4 tK{ƅEǭZÇ#ItrTѥjR$B}mOΔx VuY}0x)bh!{DN=B{-{4 <,gC`@ӍgS_- 50=QR{G|  9nwRSX@.ph N?V6| Zz9c7$e<`" /O@xpQ-܁YvF8fR`|׋2VTl"l8r3. @LphP! $umƇ (_K,#xlr"? 2n0BAh +,˜moJO Y mQmF#f$2IP-C :&} ,"&"-$1A-*X|@2tauYpH2 T 0 )Qm1ep!XJѪ+` )^2uȖWA1=mlJD =3LþMqMu,|A:vI PmW#ݩA] `HUu`h#!&s#?uy̯T 'z&o4I},r] 51p ecmongþh?E\E˿7D0lJ} :}L%R1W=Sܝ[D GBS%-I gpBi@loaa з'y\>ίt=џj\f͊D:U͍%3Xh9g3M#>82mXeޓ=U# :z(yS8zu=yzPNܛߠJgdAc8/ ^Ïho[`mL.;REQUB?!tJ~>pe !s3v\@94&^Qg)۫vOTcԴ3;aoAr|(c|{z3(amVQ ۡmZ$`yUxsC?T  =U%PIz0 Ad8bHdb$e3gӝ7S3򢴦1hЈ>B0] ї~ZRൊ "Ť"(Cz|HoR9sud l䙺 f!U~rwVaYęV(ng~FKT' R쳊J H%8! Τ { `h1-3 >BkGur;+5_?qJ!a0fa7p\׹K;K7c;y(PNپV\: ?OVWh췜 URA6lr/$$IG&m?h~]Mpשڪåe#y~*(m?VofnW~i(ʛm^UUW#~_CcQ.RQGx~7_T;rif挒D,53DLl *y۝gk;SMn~irgqvz+<ϒľ\,?<39ewvY}L,fsgߗ(z~/q]g {}: tΉ&4ur:i_=49y2J!z.Fo~.NIDɷ,!aC޸m?>ҳAjj7ɤjΞIJ|dX6`VC6P}Soinʹ{ |͙O?]-?ۀ[.B,Z1FCw>U-K82h-,;]q]Kb|6 Ȑnx-J?|5{M#i7dѾ4 …{xiA81jʠNRa ؔ{4z:,5% t KeoQ-XxL9% d|e|a}V 7 Ʒ ’Dcop΢/X9i'3P:0JTpߦ)cS| ?#YGSm3=04Le\̓$ !'Ar}&_s{MGcazDAp럸eDj2BDHhh6@|ZnQ./rΒZ-|xn9;$g-$yYt/i [(#M9ؘ yq$|J#hmjFzn,{߿ #g/H>_5EȿzXBm(g&;6y;DCTJxp7Ip3x|XHҟՈKUIL 2zO{/wӷF덳j8KcitK3/;Rt-4?_cݷ_$J4fKS`08-'I$I$I$I(Yu; DߐtH}y_^o9zTkY>}p97|s%KeJq*T.td%j\tp=#TZmJ=>GO_wӷ*)d5SϟeeeGM O|k{lΝmy-% aÃ:O{72cWa$Q{׿Dw%yz;/QM~lyjEGX>/;juQb|S6m* nދ Ӧ8o6v- yΝt:Or徕+;)#)ϐsVwVWJwF֥~:wwopkveG9[rrl9|ܜnu|ήC.-S&;||S-'Ntסc/ӟ::,N*Y2(pRnwǡpdɓAWvn߉*gOqr2 Dlz2$2Kd3XFo{KƟr#fJ]vD@xЁ({1y-N cšJ52Ax)>_ːhYG6 ]>έlJY$=* (i?O}<#tЬFtjD 6L1&_"+^vq}Ns34yYQRFhM􋬆$Y:bQNB)HF %8?b̄u]}r]",=;& sd!#A.Ԛ ª~= LC7vu"- @2:}2gEv^ځaR}2g,@'Z!D̙0 D2ffpu_~gW}|$9%t;ZIy$4a3|ԁ=l;*d& hizLU %Vh s9NCsWɕ.?wj/y ('Su`uv޹=&4.Hc9֑eH\c+t^Q*_UH7ioIUX~ںvKog1_"gGDcmDT1lū4Z,СpW{&[fϜ+YUha0Ҩ"e;;i#P6& R_ аsRkluB)7={.wRe]]eE=Ov|0=$PW9p7,1 좎`77F-KG( \D7?E7NICZw O m回"8o\u7K.7պ"“x^Y ^ׇ0 VT `dE)1Ϳ!=e^h~/ o iymh -.6g~y=|-?еdyS5{9r[ ގrߓ}/kYnyP}D; o()ֱ/i(V"p=[z񨁥e+|SՌ|yشJW<5ϟME.Wu T5pr* siG5 K=5N+_FS7Gm&>Y3^ǧ:t.Nh繒`^{(و=P}xB\F50BPk noA5JY&0jQM@k6|k1Dz&o]ʑKA;64 >sp$ϒA%xr0]  5Tx;g+n8b$Vz2N:~+mѯJ MEY'% Co$F_6]&hs朠a@2D\x5i!qwRa{|iرS#٭PUR1Xw4Fnu܆N puVê_rlm~\i{RCv&/L @t'p_~EGad{2/Ƅ8,Ho!c{*N0&}-|9 M0 $4bVk5bb^Y贒(|4nuڜ Um6Q5DP(iyǍ)ۄGVZn|.l+?t$!$F#fxlH] yckx5Ux1dfE $>?'.g5V,t'c$\C>/ 9=+4r s=.&=nCq>b/a웂!nm@gpN*R+WN_}Z&#\ }Ȇ8jAĚ'O0]sn.T R?$!%+3@}rڮ&s*VM K\o]HI~iI4I>O89ѵ'nScAi6Ǝk%Zo\{-e^i05aj~ Du ;NF1y=\\qЌ*&eIccM-|&KH.ho_; ֐ͤۤog#a} E(8B,"Hmj=6!g3=RU2yʴxjȆi}c7 Cr]gh>NW1J.0Ȗ4;(o_]LLD /K:R2l.!'2jY-Cc %snsV c=uZюێ5 ̝?Qd6 xݢ߫X} Lgu0g=8L!dH0),QUuDY{͟ͶRuCkJo%㕶;Cy~Ӻi0΃E7F m0ⅮaFJqQ#;.7Gm^ֳf"D.`$;$4?ŠR[ү;g sA54RbGIewWIB,F.닧>:ǎF"D zUҵg[&Ʊt |i. ,orxzu1[}$5`*É@ۻ& APb @!I+yAn~G>/\LڛH#"tO1 oPSZw\4)|u&d0xCh { uvW74eYLɖ*[8iI_GP;@6g v[k`%ˈgS @2JƹC!Pq 7yx;j\xTF^f )<_|Lp`OxhAxeCm66ϳ"i,l?'Qݓa4ZeRv'8#u-$}%blGh0i6a]0?b ^a:63@rKH`bA~QO!msgmpqܼl[2\>n ۝Kղ@fd;yE6r=z U^)0Fʹq nxj{-e:b:x 6@ϗp|֨žp6HP# a)5E"@eVeT+c?+՝=VQӵp`0si:eoy`yV.z4 Ѕ`E-)IQDq8sCݻP^ܨ}}s 6eJy  0)rCh-Ci҂OH݉^ Nk@ǵNT8W3Ovp?#֗H Օ92?ݹOẂ4aqYfsF@k^\k#MGw]ӂ:Aܧ[.<=Beh C4'Dt/BX [P ]B!oŤy{UF՞:?TσhjG ,T8ׇNEe&,6ᬜFh(}ϱp8-QswI6($ :QKvѿRrh҇ gZXΦ ߆4SIJTwMɒ0vEG]i2Ut-O4JY3C/qOZ, LO.4,3J $s3'!So 56Tk8S媥bG|ѝK#HA#hڰi ?SItБδ#f#bK0[`٥tnRϰ֦2{?1 ly[fk^%IhԹGA23nte&|Pp M8;F39-v3q馁OM N;#vHRgpX̷ơҳ~Rq#YOzVŞ6ʺnly[ ~n}#Z,hۖdsjͦn]d_5ۮ;Mrʏn)?H 9yFQrMLw˦(x+voύ$lTd֤E&N{>(k\$x^.8p[@x*YΐƠ43e[@7SE:sn-t(5L=(X=BsO8Oy`֖0\dғ\5=쐼-0SAx| m? L); ѕg6Űf^R#ɤ^^?:j[y>eKByj:#ױ%|ʗvd6tѺ,wH_SJB7dr+TC)S}IUBo+ϋ a3,,Aߠy \roքPSo/'뗰}0h #>.Uj{WNa7bȂ^=aczDoi"p]98gz~x&_a;wŷZ$q4GqޙL6$gu"7#G;d@`y j)xo+֜KPFQuhCs b O0tc껥FfPA8MS{B+az<7 F8#UeZАե-R@u$WZwCʴj;VIQn=R)alkEպgxH[QfyIQfrs婳cm-zk}>V@`N 9B}dޓAx클Vl!1_gmzo6Y#J6DWTp^1 5!W YołwɎ_j͜-de1'$cSI7LXsTo<Н be43p9޳>Zr}O>T>&;(m&0> Z)*)VJC!gMPOSaYr/w{$dZTBqS6}ۤ:t4066t钶ڨ5ϭHkhw 62 m`mJ`b W㸮+8&L$aN!ݫn\5!W",?37rg]/۩!V/N8ͮBokvx =bRu-\5e!g2M+u7x4 |(2<]+UpZ ==w^L dy/Ƞtx؞a=O\C[O;I^׵찡΀2BGiL;>G?r!ج*V}qyvĘÊH&`KZm÷9H" j}{U~ö96 6buqd-&:!q.s* =X+ƈOIg:2]I%N]Å(}$QٿAEBE/RIi9 f Afo;^AJ݇~~.܈uX!jkxV6Oy fʈZÁNh&EfSOLz]-#"0ڵbkG)UWiCYTLg͊ԺSGhPF4e4E=$ʼnzƁ _o-SwYڒ;{W9QqF׊N@ċԆ\3o-gUL%Wi)+_w`Yߐ`).~mSV/Q|@ЎsbM~gLZ 4"~(|.PE@m4u#ġ<Ә?$ķ>'}$]>3zZhW1nnc?}yf/{=GS.Iz_}`$H+6ɳ<{U P}tWNLE{;斃K] GcO^?ڦ9A>C:-$ o.'yA"FX%&u"\ѯUmtlCkk*/rZm42#$ [zc;zy@{/̭et%GXI[}Ou7!&س\C'w8zud}C-t[7Qɐ_>+;|0Bj!{ѧJb; 鎓 Ȁ+?<.؂pg )m!lj/t,SAʥRRt ־f\f;3c0n #WbTIIv@DJ|09RiOoRRw\;rS{V[Ճr@ INqn@~OնK߶ϬVt{SaԎ!aًe2˼=;f]%InsWHg]Y.݆M}P}w/F7[C-{[Uk=6-w Ζ{\P*bӧZ=/;_1xFTO7_OO58_#[p'k3:GHٟ3&&ƛ0,hA r {(9lUF俳O9S>MU F H@1JQί/5k|f3 ԀME։6-*$polǽjv!x/ !j#` y 0V>N6n09Z+AWg*kʗ rAE giUW>aR0  4a/F34ATٹ9/ݯ,[0$~<1+N[+*ҟTd\sMp|GIoAolz:;=~c2W} '/X'H)10,⸜8CO'<UˇCZ Wzk?v4G+u}[0(wJ[9bKzUuO6S94?]gAQZ H#fL-!Yl4_La#mHrzuPiz=;C']evmG ?!ݐ#</q Rj\2d2`T7:C*sU!MaD.5]4JMhs#5 @|@ ܴh߶?L cV߱bkBHFd V Qaah_M DuHgR,4-԰X˟D"oi{?Q|:y5o\oc%2 wf`쐰VhY4EGKw ?Ò.7-#_ wZm6g 6'vx6)5_P> ϙ=:!Ȱ3.2ⓂZ4u)#sX@ߒHcf!=58X}E&~oy, vLv"Gf̏sVpי?ƽho;"A @n2{-NW\kVG/ftrMϸ/>8-^?`P}Kiۜ/>=?^0Uv١HmhԵr$W5'/I un+_ ,BĂEH@`~BCoaBb_VײTM\-~a,CWm7N/JCVY7!,>3OP/K_9JTZBILẀ2YUP Ǟ a3ՃFy=cM"| A ~`=f[z޽TI@ՂDt mp.N4v-jݫ!%.iLM0|)2(-:G*b`!`uE|yȡ踓B1[ˤ G7g|󢽫kyX詎Ôflw3\n[|l{{!g~6{-ߤ @ "X6OANhbqDR2 P.>6gKeh>=ϷyOYUdӐ:=X^}YaogL7#A DgDqɲ^dnd<45^U1 .vtɝET$jaߐf;x\>xEÑyΕ ~f|*mYOj]"H֝#RIh+qIRBQA |Hri ki/8nld Ǘ hxe/eȯf**z I(&v`EzZJ{"e :Xig߉G'6?*{H\ Uml&Vr\U8`!Lx{#b2GwֵXdȪ"5щ2G*Wjbz텴Jۣnk*VaSK!fȪ Dh9Qw'.&L*ثE@ D1~γh`^N} z@5bԄwshMK\Ҕ3q |f&aʇ#wz mO[vPr9WD̫kum%{aW6r6(g{Hk5SL l0etRF[jx:K˾9(,rͧǒq7[8\[5SMC}'1X#2^AETyF߿>$w!;-gUb(PHr}d_8Yo0߮ʕQM@8/[!pE=Л +"2N -HNC?uكt4Άwrr){ 31~>XY!UmW`Gz8&!V޹C3:9¥*F@L%ӗII!ӸoP5/cz}5!q7*QAD)$pk%V |e)`RTԛSbE\Z"nwzE.!3U6g[{/ڱ{pzƲs}vo]Zr4 96Kʧp@{jߔ0Tk3T=RA[) 5ꄧm0d.dst~c%:M Ivhqf#ȁ4YɵrB l ޾$!DofyM}o90=];\fgŮu-n5#d϶ H稣w˦h0Z3^md46>YOQpi\DR e{g2HߡVNKm" m4XwncR&=]%ibbmo79Zܯ&g5'G+];;aa5"TX6:g-7uShZ")@ g>}ҡ)uWrzL+Ҥi+6X +Lc^Gv٢1a!ק b@ Ce) Sz@l;Cב"ͣ/Igzұ|9[Ubk2#Vѷ=Ldo{\J}_,m+.|k\9_YWu3tƨ#Â5к-q\`%G;rR`)<lN2*>\xdIIpO$@-zY۴$m!C*Iˏ$\ *M#,"u5ʢMX$-m+S2I.w_??f{oaSI] Yk~:Vqt.MC{ c=ׁ{A8kYաRlRie3xOvW8$L'vpcr 9,tVRK$laC.ƅ_I3H:H-X7ב^]fPc #<̱6r) )"5_vpJ43\+ ?fq'ZyDx񅸼|͆B =$ }tY5-k%x&}PwO3m|ׄ]@gD8|,>@R0w*j(<# •ӡ<Ì}O!QG61{%p=7>gA/sqCuH !-"-3$PP:@`}aYg؄WPB.bs=KUVXf7 k/G[h))"꼸 q XF^%t Ky +}rn?AY$6o+ǑPd+V.K3]@x h<R5"!X7G>_bՅI!q,5NC8ԞKUB= )WE,~RO2" :|Ul~w<3ڞ!4Ud~#l)617%T$Hvj.wX[xМ;{%C"S` &\UGnP-3ma;G.CL{B)ZW gqgL¦<Hu]6S৑sIɌg!be8|wهw9NSkV=Pfvwfi|\Fx+ @w yRp;rd~6IW1v9X aaVda^ &҄XYDŽn4?EweP*;60 ׍,kWhvcU`Ck z-0rȭ27Z𞇶oϕᷟ|6 d6f̒KKc l6I"aE9jߔ6 9^o+JХ))z$/=s LbWC v$뀋}C9&LV0I), >*'97MQ;p3Qsr QL6ը}\CE.޵LJ_g?jMC9 NHEػ@c)I ]́IC[Ψ5|&@=hl~ekjނ{Ő;r08kN1o#*:K,t/t?]=U]k.+~\b# JQ=.՛fOեzNiQ A!Є X" l(@ l< {ZZ$ZI0 :fe]HP{>(tXw}_4x ಢ``dJBΩg#pH+jQ% wM](8{p-*I??nz9-p֜-$6QaݕEaBf.\G ?sv:y]^k0-sFo ]^3E{eĘg!!ޓq8.eNȜOATfL;]E$ 13(;n1S!>yuf/ibʿvAgP#[.2 =dC"IP +N8?a_4}gv}=?H -@dHQXy^%DgN<=6`wi#}x'Rbc!9yܾ=2X7r%$‘ZaMM5^~Zٙ&>F /!rRSAo1B U:1nfli^-<^@^G&WAO8`5ſI׀CY .#);3pm}mz_#ʄIt/l1+%$:ob! $-!"5IIq_ھ n~ ,b=HCaypt0sjN Ỏ@ZKI"QnyI) (|!z]X"U=&(C>iqZ8ёsdI$Vq6;–M (h.퍭(1-}OmjczasZ2iN)~GN0ل&aHpV^jƆS~W}ޮ[#Qd?iyVۼ5ˮyb7Ph7  Aq $~rsF?ݷim9Nؚ&4pX\7_YGq,1. 8ȏ-a%v'W-Q9+LKWԬeme~ Ti.$2"ԙ~"d,p/Wz- M!k cF r7Vp'þaӿ>;˻/OXX ߈C>ZD-֞seM7bunr&$$Ge(׉lgK;V(o OHE0䑑AX ߶~ R䲓; PqkIbfI#*~-)o.4м6^3w7p2D/gAc"`Ճ`z{[=4}G`|ZS^5a2Я@3y8>2L\^5($=PfǥfDSbn{C]Yky[N?~#{꼾mX:e3G Dch,suQXak:6p&ظjU ^'OLxKҦq$"7zW /H-8g9]v%"םMqz,[s HYφzVˆ>7 kW1o5@Шޅ7ID;nYQ2f#\}X/!UYsj\$@v٪<>/uLZhq`љ%,( sFHtD EDIc0<= <i-w'=8|6LphϿOOؑhP=!1sL3Y"鏐o`q#w9s-S~j>蜾'788hhL1e%|y ܿ1 1]o";5-uu8̢Uqw€PSԥPa]!JZ a2yYG+J'8 /&50(L%{ tTFz>Ǟ Ԝw~F3іэM14 '5W'xއ6r93Ё?k/!dB#uWЙwqQ҈!Hb#M̱es a9RC bhD ?K5.xv/!| : a [y`0OkZJD&-U5ؤ;|ީ:- #tↆ| 4b G>/.7w`y^ | BeŃD"6gwT~>fsנ>.o  4n!>f&VDAҾ*}p;YJ ;X= }uyhPGæU*fe([כ0;} 8_QsAW 3˘]^|<[~N>W߇gynЮB2_jTԎb5fxSb3DsxF329Zܝũ8`TyN=kq>q"(t8ԮO)RQhFclH Wwk;I/ߐ4Ä;\5,H 69k^C;SWh1n}f,zᦾ}0mR@JZ;[J1F,Z NSY/[;ck[DP`K_GGTDU]buz/W2LY uv/ȭQX{{[)B4) BAJ@ L8%ڎMIڨQh(>r.ƶt&$I2*ͼul%֯9*6giӲkh_WV%Yݓ\䬕ꭲͥ~9lׅzMf?HUhg2RH6Uxrn>ۢ?X`p١(| ӯu`1{&)˷[RO=0Mş1zj1R# M!Y *gY u,ayi(^KCB> 2Qp@outɗúҩ1nf9P΢e s"59^;/趺C;\~ލn@9Ppct.qs[p Y&p8a-DY' {e ֠AHG,?zͦۂS8gsMÄ/v9= =4u DD!!HxK4'gGbG@@$; a("_oJ Im(yX{Sy *5@ĐrJFd]5%J"m8I85N~dmt$CͣaPFM6__]Ex:>͠Ci_]Caa^ŵίi??Spt :-IyJmJ)X9`\?MpTÁ,IJ-'ѵkxAIHi$W?G,Ƥ>ivXԚ׼ RҤhn}}/&mqjI5D*5]=fEro D fi3 =toϦvfe5bnk"uB_yrc&XRbk<%OA7-/db(֣(t禉JׯOy#MEGn^HL ~)T_2RtTMģu`A^l9}G kvt܏^ —3{w{ BMq9 Fw({DY Jby?r#V Nz+!Hhonu\y5 (9ċv:nj=74zr"א Ŏ,Ӟ8Nw:[lLOyG{a0|=+^ݝmdw~׃rT/c?_LS\}8::O4X0@s sE)2ng`Rղ X#b`>@V?5!([DAv&A8 #1eAњ=%Ɔ;S DP_G6qLݚ$54N;QKEo$.}N%G # t=B LؤnU3%?u3JP+cGyM^G*I i1;ę ;/,]JVrKMmXE2rj@ԇQvmmOM#2lX:rbr֐/b&@gb} LpUiԤ~:jXSJRQPBRXh@v,M͋xq3 I|p%9 rb/ZK h:״!d'{9=}ԍ*j3AM=H N.E-&sH~ g]aյ.׸q|2+YgrLv ӺSHj~Fk8Oэ,ljy*j:Mu+K%qO!c!=L=Ɔ3kƔ-P1:ud#K cYk ]q+{őN!3LnQD +͜4,rr59**'~ɗ#tmYd_}-%\r^j#R)"]S8 Z%mn u8%գ }ݲ! #^*Ǯ5K8ꟻ$!xIi#% ?q<nI$k)FAt/-(p/'rJTנ+*=ڇ>SS UyM~~Ow[oy~x +P9ڎT"s]6(A挏Tf\2K|9elXўɰ>ٺ^TL(3%ި&ݒ4<8j سd7u&,ܖݲQ-CK-}.1^q\\6)Y$b_^7@s(  h 舽9Y>ó{+es:-[iyLfc)]#~ !yk%; OI0z|Ts=^">}Y}7AQ@_Ɩ\nZҦOM{y|Xl -C[Weèq*"l7mI}!Ϥ(/>t. r>#X<Йq{s~2$DT1}Xɵ~M~%!ߤ{+s [Äx`dfOꊻ(&\FəȤF%)_>I)VR"9* JN?[Qzӟ*P&DJrA&&ttTLM&LX$I)$}Gj8IЋ aB/ه$I!MzE=>Iw/en#pUHnjkVRNI99 ұؒeU|w'>VhʌN"Vh#&@ݯ#YPe.F&uC 4ɪљbQsߎ#$&҃ 9mGۘI:kyr||?R(hAFe\UW`: ٜmH;|T}w~{].<p'6N~Ӌ_᱓jNև4"{ůH(W41>$a @ A!:B~/毱Ox+dj;_(ZTO2B&Nrvw assi eR=?Oer,des 7/_/f6mG2XJ@.T*3vεU~`H "[*K(6mAPvٰŞ(Yl#} Kz_cXre9F`=ςD+J$E;JR/ ќ޾}x?k p%]L{QoYoqLqJ8 R5B Ge5xT}CHM,h4H1>iKsW{[q@& F8_scVlzDuo+cvfgp_ ގoe#$Uh4: mIy X0ѯ N% Ғ 2 frӣ$#(央c7-\ztiR('{-h/_* ᙠQO¥ HJ`"|{3pOמ2}.p]/uH;Rëiꥄ(,O8ݭ>Uֺ z,Z^@F2&zkMEF>ZAG,H؟fXG; pur'w!ET#YvF5Xw؝S4\zNGysμl Ke>Ht+l`WQޒDf%Q'DA"CpmD$<LȰD7?$)P[3]*nװɲC`$a$2E. />{*-OJl] !]/%6,늬ͪg,hŠCrȭ rDRvg.~Mʡ~D雹+ |ry-uƒfM"bRfHw>y6{mٕB>Zy"#t.Q*yMr'H;o{$Cll ڈ_294xa+*po$k_|=DŽecM1 +,+&R3gfc4XE\о:f.)eh% ք5N/N$F(}J;00`eKc e$$\7T}Mq:\N"6  㠄#zIl ,~lXx/_W9>{jW-7\RT$!JEHӝ:ѩW!\w Gm:LBF'/U~'ڒ?#GA6jNg# 6ʛ~OՐ1w{+kIia7k׹jYꉖZdF.~o rvd n#'l@!-h^},V*b۟{^lp;ۄ嵼*'eXonսhIKf'3ʁ3s<':`wpAѡlBu#7eﭝ-;oPchѹq,đ&WNX)~k@4G?y/@#.Ž8{g{Cz\vO?p]1w-\Ҍ{A5}<ĵPv۶22D9鍙Q5]P@Bz̧LԚ7DwֿOm/N=@}rid6QtaÌw__ {J]3MnXs ~#DWڵKr~]-VŒp DAFg\Z~*n l@{\0bIK+e>R5E G=%4QI\g4jUQ}\"1{4! F3 Or:܏O$4j;p~ذPH;4z_7yzQz{sa_3¶aۃ‰$ƞGwqś\dQ6.cן6C!#,`0 ^` }m3 bfv'Ėo$%_+)-52Y3gyj2vG, $lR ɣAv_]+(1 a0^``&qhe 2 8$Z?:_/N4%ą{Q[C/:k*حɼ|||7&ya 4]iw G|"q$ qO`6"` G 0<0 `+y@mz'! _b*y}/}DAFEٱuY;n"N'Dࢧ!\/5u%HaZE@htFSʠ@ڙ1muhcP^;VL HXKpyqEGböWCZ}y1UWڅ81Bqvx~u²qo Gyi?s/oYV$ pDn=)TpW]L!vѺ6+\-'i'6ʳc jif,Vy3Le]n8qۮ^%gml`yyJD#jƪ6marw厎ӷ׵lA2Y6g|}ְ5 k`ԷYQ K&SHQH<tI4?oV>%0 Q#'n!z2G5;B4|y>)Wk-Jd$!$CA翑pyUo2]@ꏊ罦׎!w-J7a#>?܇c__v~O𽔣ӧsf"Auqis ӸO)KD8Uri[༃T^˸,mtk VKP$ aΫ<pc_ř@b Xϯ6jWto!*$KE`s?h?j[ #m$#3Q=XCi0g{f+p6}wٺ]]-G[`%\<;@^ƚ;j߹W6yn?MK$BѿLlO<H*\ LLӎHlK {%OtFũoDXlvd/mbg :mO%y˭=玫 ʲf\ sqYdN}%%1T\i ffR.d4u4#R%tκoի' 201lGm@Ⱥc(\,wirytިDd3&=; g:Mаݢ`Sj-i G7:,T#1Le2T2eͷFDvPζulR g7z$,Υ34@QCfs`xC%i L Q<L|q5O7L4!XiP>1·׏C*5Rch7eSVSvQ7+6-y#Q$.ȿIa#j9@4lƨ2^LNS9,=%MRY| 7fۧes3S"^}Xxk׌E&^3F&/^<0%Y./'.GKՓ߭٠*ޣ%/=z&TrJVCom0*ewe^FYlH,r~,Jg( 8wH=0 B]ix{(NH@@Y}^b g_{-O qF,ކ!:y)yI̖/bRwcy*rń<١#SkYJjPn7{\4*[UC̆$4{s}sSȡ _ gffM&k|?12gvq-JZp.Q o1uF萷s@ !)2dΩQ"-~VH{R1ׄ$RbNUY0rMiNeSĢM(2"(|xY%rwU!ð2l8pOO:ye*8]AS֠8 -Ж|?Z!Hscf[(t@Hj!&Xe{>P0 ^c3e>x:6aRP5&&̳B-~~w[RxN?JRXDԲpDU|`3Y/Iܰ]e{}S) :N? ez؁`C?ڼۮ3a>Y/ZZҾGѮI^ 8qŏw 2Y؉:u+,_c]3]ZmޯNԖJ~e&)l/b&=>1 @`.̑tY2zЂ.4 Y[ȉQlߞ:^ z.dgҸ.~95VݟIf~> ܦ*>ת|뾁m%0m(wDNclyԯJd)Ոo>Neȣ&o9yEXk;F}W!!FgSNRok1/jRT3c,جo. d" )Pւ+cmt Zzu}VH3fSuTsqpFCZYT6WGo˵Xkdq_ȵl98: a fNy7"0yȳdC< L^1Yx.Rz4bC)4\:YS]٘TPMk^G勥Wl±O5JcFS/ɥ8g/ў|Hk+uՒA OH:\;l2uFbPKў@ؑ tNf"Hld8Cnu9'A8{1޾YS[ (58"y]zBx}_ZW85{jO7ܘkp0܉,Gr 迂zGc4g1aj^C3O/Xq6 ff_Z{WVXfG(וh!$8@ՑրԒHv_m4x"9. FL2 uL1fҵyop>w0 +s~ƚʫi*Fnl09iv jc3#g\[Hd5̭ŠOñ4ײbu=tLI]t}y6֊q}Yؽ6@4v MaKV<4dO D݌'Ȭ =oM>g.zߞC3^KfPg!AtGwwa"?3c,yû0[P&䨲g9V̅@rhu7&B9%>$ƲLkm3N2QXf/q8|-F.=˄]RTe$2`0u %X4>80A瓗' }Vzd7;H3\\_lq;+o]Wpi䳕gfF̔o'tC/Ep'`.|6'z'n,x!@ ,^*j~Sd\@i=1" Q8-)^`BEP?_ D&ہ/No5ooş 65˯NY.[ o-/imOq0ffY2Z-7,nZܺ\<\6C7Qz|\\B HM]n # ׼rJhO?]TS 4S 9Tds vh"p}AqB*"3ݹ_]6ku D{UxM.Vv8ywih>q?EN  ~tpsZUȼF'Af2A ǻ}.c@dAtzQzF)k!&0X+E-IjM9M )hecv\'x vӸ:s!;5P+v7{0?ŽT.!OK#RUq4 muߑ.C=N 5w.=(o"6ex\);س7,?/+G[\ۼhpǰxjB_TIҾ /!-=VkpHv2]ulP]5LmyZ=01Ȧsr?jCl4Ȁigu4 8zd(@%iSt-H[6Yj/u2bN%^Z$Dݽ_I3(σ0 FR-CފXj![@C@Q9(ciGcᓦl\y:ymfM F ū_!_PAX-} +`.\D7 JէqBQZo\gSp mo&>q(>2uY|XWq9FX Ir)˕q>+x}z+W_Bs\x9>ǑwUmv)_k/~: |vu2M/94$tyy[:rLAӻ'Uk"EV[ U l3Xq=yӽ_DupwJp(q)Ï q~'o,)v~Znu,]Z޸vgXᴴ!ov/tr=yqxa)xd?/j^dܛJEQrXPA" 1mv#AHwƅО͎l1kLh 6j6ݓn]:&%ܢL@g7eM34!\'B({2~"݀d5#Aap-Hhdn~1}2cc bMv)~386~KhOA,3_Y\՗t0B ֟?s~#wU-ޘG0#(b$bVAnRa =1_9}7:u AwWӃ~ sV@P14bwmw53_F*xnV7UpI:ۯ{{sO"Z=曬׈ɞn?'.pbqB 3piQǾ]I4HPx/7y d Ufsin- Kv[4$ӫ-Jl`1q e2/*C25Z 5/A_xr4ٯe&Dy||if8lL[O{WnA3C!'7}A$rЯ )ʞQj }yhGړ VD!iR}tTx+TP2nV쐀`/P:KfDMgmg@ u[[_`W#[OqxYx|WM)#^2}Sp)hiVYJnYW-faC(~.^]6b"1!F}ԯ~BJD+G9Tt_Rt&<$w\gDDw Iam4y#Q +dA?VkD;@ę#.Ct],<)O[?d[/B/ O%<@~(x=#4YOߐY}=#v$7sEo̎f^'a%>(̔`{=atER}\Q+g*Jv g/kvy:*QՔ8{z>({V(-/P'rz.>˳8E u{ni~AtbBJnsG :=6^(o-a$lʼn,1-ERD`>&zcvX w)V܈vu\Ԇ<ůU 7n{N*bپY g]gЂFMmMd|IdH1  Rzk/YzKi2ր exw|Rp%=c $y-f.R!%4J%&oroșפ7)$Q/cC/lMfK\ND2eLӸ'[.ô2S3Mg#xn"Y^+ *Kyi1dYjN퍪WIW@u^oKxjlqb[n"H~iN4 ,nʼ/lepxvܴ0j44?8HS)6/(oN.@D.cUs򸶑$77b-ZpJ\W"VG!QSu/53(;n3Mx>ً?wJok_qՇI@\L:r`@!d#Hy[&YRhfvq8I|djBch lL^v/{F)r5KX6+絳bSSsTIZaqei)+M VBH;FVDm Ⱦ36W~q7e Ip1*Z h".4@?*ԸM#tąʹ8~Р_3.i%vй& h/$lw0Rbpiq,G i+ 6hK|Б+M 1kXH %iK0hH؅hE I Y W$3i*CI%6HAZir@d1!,2X -H<cHbI*ZBHX `a!$aAvI, #4 1J@ 4$v  c1$ HHlHzI#X HHKٴb,Gb-@F$%t$ %I Ip L@$, G o{'!> 5S9f@Ap_t?'|S=ׯ:{u8BuBF`7@Pghf ֢B]=e7vm۲Ͷ 4L+_+QtwL|4RMfvmsq110t8 :usO=@T3+v[RkzAg?gp)uJzt8@D۴~58^ѣ$[˭նk{&Om>)qhJPduEW|n(Q8|  5cr7DMp [ؠ5 .ww ͉:kE7%v,amQf`&}}L8~w~ăgM!Kp`s!1@1K`EzRɃB@.F@:7K 6%g=?(bؕNMd]y([(^{&worTß&Kc: }:6'dfΝ*_]L^ܶo˗^GZxk(m֭G3%Oj;փVJ0o|i "$'W̄[~ANϐK@Fđsс Y/Wc 6 " Ps>Xq!d=QDu9nuBqͨ#)0l8mj-oZt[L൵,ͦMCcbjY?W^; DzV[>'d'y KLPHȘ7~ٴݜZqUwGhSTw d9d{PP:uGZz1r"{Q3Ac2>-qقztFyxVozDxIf1*]},d݌zO<䞌Ԯvwl^Oػ@_@.ӻT2a ih[p81'DxZ2:Ɖ :̏I5>i\r#e_΂I; 5^}15Ӿb|.N{ciXU" <+ׯ\ ]D{Z[󳥾޻RPK]bfzesZi(s`g~9 ӧJfޭ];CWȡ0A)cZ:@o[odGmэlMA?[Hp˳47S0õ >Ѝo& G?LGnW 3!{Amɰ#.OMWkVp7fTЀj@fAa 2A~C5]7xykk Т+ a$/=qJy@`$ 6%> GWp[=lEJRw;KyALj#h;ΆneIftٙ:K:g(&-4+h_[Xej_ؚ vCԼh}͟w(3 4w18W},oo:(jD'4]JQ4Ř@;(/eNy]rkǔqS>D}1m)D5"ڐ  FGVXLi]k'F! `_Pf_AmXINBix 9}X*3#T;aBQDfikyeZMgt=44JM+%>ݓzLڦowk}f+t9(eG%2x>O~/S5.S IgZ&EQ h <Ļ[E 2a@ThcO[ Tr ;Fa⭗d %WCO@bReA Ӵ+Bw.O*F},mո2^zDQ@]0$@  4A'2(Z bLyGlX\ks d!jxOE.]o4-gbn8k©,fΨ<͸hjDS @TT =tcE$BD-0R3wV`Ni= h}[ om0k5r#!_Pb:P6h`rPWTWYn뢳%=g'{34g9R!AG`ҍJ2i(8.aBOY]Mj|#EhƉ ̔)vm*"tK9 &CKˣ-UmZ>)m3Ne4&Y0'0WvmCk.2kC"`j<|3MckS.O+4U~<2aMPolte孆h}wNSy~pML'#5%Iظ1 m9)v0D|Xড়%b=j|ヒP9`#^mƴsj=W]n#F3cfՏ [A8̕!w h|]*L`ĕ{Bެsm;I3XJ՞YewEod;aAxSJ++H+aǓ Op.tX9Pv:f&HmtNʕf+C}\h;<=(4zoEI##=GؖDGyt%CTk}r3a=iND(;Kr[rY$舅n9i'u@*&pIk+7Ip-(/*E-x}^ 6B! '+;CJvc( N |1BcHTuR25n'1‘UjLYPI@/z֐M>ne6(c$ՍΒHh؇U }P/}`/Xiz N@:\^,?s0DwHlȖ6AIfcC}R9qͦ4f1f,Ik.l<2D 7/oB3IhK]xTr:ӭj  9\lQ)Q}hI7L{.E*tkiJ6bl/9Rph 6>=E眲ě ʣ0`XjOƶ%j{5܁we2ݙo@~wr֬ 1[uk*鞪Ejc)&3{ ?/0>=7ܼ|jѐy'sFte% Y,So~Ţ[P.^)ƽ岷iBJz7 n y mgal1ڐX\Vɤ}NmoxLB05Z^IH31=>STf3M%͙CPOZ~Ͱe h6u ?NgvJ+4kq( Jx&ӥ*qF*H*iYF- g~ZYCdi3` KHAjlX&qOL3I9$І0!zr8"]el֤8)XoųEMncn)*5)Jp@/kHfIdXsLYHJxJrU*S !ݒDiGwe;3ݞ Z7Ρ <LH\߆K T^*~ xJan[/==y8OqMS̽b!˗OB_{ =\J[74(98JkXi=pUV F%%&g3'eQ'YP"d$B (]@2G_ζU{emiSH:| LU[XmrVk^3` gʶ~D1mG@-z' v}-e; _|dp:TJяQӑH;K-8aQh! 6\BջՂ$tT1OGZJy7Eݧ*#]-w O=bM*ikipǁ'sTJRgCGzQk#TQp U=:}^q ]c`O"l="\Eu[ .`V"?@FJi}=DEk޵OyFU$cJB=K b*`\j4NVw.̓ȇ6`rIO;ʬ>8x/A7mP{vw-]8Űvr;Я&(sֈZjҪ(St6E!ڑ 9<~[D%".LiDǪZ 6I dzP<]S2ߔa9B[g K=+hD#@[S. \"#syr$Ws2˃T)H#4؁ x3'k].ě 9mN@䥇0 yߴឧdۭA@cٯydgIcܿЛTT4/́w%;ךJg7 s|.2:\6u8O<Ǡ4?`"=r{ AH0Ex;;QU'x6屫`Ip55!Näℰ@W)Ėì` 樉6>?=Ed9e݈Hwbr=7SFE{.{Eٍٟ+ 0 E~{`X֋1?Z?y a1x'!}aTn0^;'WKDmu+F )4 -o+968u@Dj<$t~8:E%ޥE_k8r{&tfpH"EjPz.ͼA.t[(0ϫ@7fیۡ@d+(0jֳt}Hww=\M6TD 2+i—go>Ká38cD< ҫ 7ƀm/4q/ e5mA(dY'SG͐gRU}"7.܎*l?H~t ȳ`SvkÖ[iV1޻A]Y^ְz@iiC`iYF7`0=u?v7yv)܊~[~"GL?!s.mb?I*72ψqΤbx;\nӨmjژ@f% s2HT E2y%G]Ա b)zajk֒%ʩIQ.LR.'dw/=a0od:AvVlTLʿ՝v_1ϠEl}H-v= jt5R9_8ݶ6@MZ"a)V8bU9^⯎0F1Xp\<,Ǫ\N0Hm @=YO*#`*aVHb"(5f KnJwx:Xb@Sk:$BvolcKE+0lT3'GTGlز̼n |0 f;v|r7`|tR* l. l4n%٩|w7"oΪ5m BLnNa#⺽IkyƆF9Ǻ&dand~|p[+Z͛u ;uS_S&1b*  'ቻ.u0Hxu nLI^@=m,Ā,)|xAP7C(4 ɽ^"Gg/%yQ=wXXhS<,w@ 'pzVe4pViiwHI^Y~ƿ3d-.7SQ?1 gbvIÿg ,99['7[חkʉ߮x//1G^6O/!]#ƩA*1~,tWC E>YN$y{3G}c9O*3$[x1kh?~Z*l8b1`qpZ(7" DsJ9ttmVB`єb'ؘj, gsDhg^A-ÄȾх@4!ħqhWF%8Q*B"k [qs=}MIVd4>J]/25cd c~tfaQ0d@:'a=ˑf| %/i\hi'KHFZ'a" D1۟+@ ~Q[R9t.zpynMD`CaXB%!% ~?{T=]h0t(ІUDD 3@5R[f1t4Ӡ版mDI'΢{N(ګPFOK~2xSR' +[f p a$N S6 #ڃĚ8ka~5ČL _z Qxf+2k췵mui0 K' ݺϬmR lgʿw?ΌG`_xIMhź30@`v-u' H}{2oTk2#fJ7ai{ ;0,1CטXX3#,.%4/C[ָPoT^[zT9~xS0 "r58x!|$ 'Pn/yGH!~m#5ЀR@d(%iGѷkvHq-}ß3O1K$茊ŝ.} f4ETwU'ČS{ށNg"yB#XI'5, q^@f,"kR*f"Ģ7CWWOcY?7ߟ۔XZjd_А oBۄ{\`s6HJ+J2ܷTsY)x%Hcal:UaiOq({v1j1%~t<~rx3fl`}},1o$"<@ݓ1 G:[a*AGy1{W;%<ݡ3<쪦}[9U-*-!Ú{q.?&pWOVcΚr%ރյrN+i罹͗??$#OYvm=GfC.6ԺUl#~Ij粛k `9Oib&(H]VM4GiRGJ*LCG2fe;t@&!OEz<l|hVib-hȁ_la7L[)."NfR/f\? ; ;4j"HK_npj$g"\wbv@0W,j0M lgXKƴ xߧ2fRQr@E*B&XICt\yT//ž,dVbF2qE(]Ǘ[xCը뗎>6\/NuJxG38!Lu(La0nctblN% 7M y[U&#\~ݜ٬چM|iIS̳aکMa! >_o_4۸}|3Cwy1eU(\?#,~U&Zi>/)VP5 q}8~zp1'&硤W*ZLOB7EduDupS6R!ݐVX',]q&k8'~~yP6 t!f+9~_rh~ʽ؆sZ?߆#Lhpi@37U+ yjT[4vY?By2Ztlϥ\7{\}?z$ (MZODd``$~wr? D[>Y&'K7Xe[ZI% Lc=pK/] *kH># ^Z_H* ?/m]u ~#yQ73uCʅ"n2oS+.0vQ%{悞{K"*5 ?%4 RI޿J_+kUR+VYcʘc…-swΫ͸AU%r.ؐt&Wř/ +J #M !W80nXHЄÿ0aXr{GO¾b?(˄npt',t14eZWcݸt ~/VF*u abb҉"ա:P|LoJTK:}tsm7ʾ~"aʭ^Ӽ!ӅC&Iu?4cS2YAB/6jTv9?xi*e0ؒf]hge;!R娠xT#4ɿwSU}`I=A,f9fVF\j4 [1H"q^pTd CC?5~> O6}mXqU N;wޝebϜt̮|׹Vn 08vaqFA$0/a9 )b~rĈ*#vfܶ*b0%ul` 1^J˜3VX* QE.KJ^)TvSYiZV/؜wqM5+sm,F\?5&4Ji^!䴚 @8Dɷ/ˢK0&e^&z_}]&OX*!r(2xA*T1:0/bG{ yMT?mzXWV ))0 ~= Nȑ}|Lo FLaӔDTp=xN 6WC*ݩ#x^\l :N_2$Nj޲WQƇPEi#ӁZ%yE >NA}Y0ēcXu'+^SD3ѥ`^wPX^t~At,lv3Yi> = wzH%i?&11"M'DK%e=X #QVGrĶt#]ldˁ5nJڦF:"\Ҝ;]Gcs>] j?Cµ?@1쒜rz܈h Yg{O}{DĢDZK&27-V9ӱo#[,q[1a{lM/ ǹXo0#b$o^z.ѭU\rb݇x:#[o nD*+y^Uu*Tݳ)Hrw 6>$YUֵp97M%,z ݽ JQ b_ƀ]i(AKe-sװS$JHЎEԔe1*g[~uB M޸:`Yf:8Y㳍6܄!cvqA auv98Һ!\;g/rfƬ42q.8 w/LOpU5,DM\kލ|bĊ4)ax^:>b4 aW J1  1pգnYP׸'HlB9%gz8L{Nb{jtm $*ۮL?1Զ"Yik.N}-`T<.,-;&>lr(ya(vKap.y˒jv9KvU`|\Pk=t5R@DW FXG&U%n{c874g¿?7z -f\nxL{yX! C#D Zkw@Uv MGM5%̵^g"uDR&377NzEI%t⡭ ,fH]OWYX:},/X9[98)#Al14Zt@=Pt/@d_ؽ<>!_颖WqpGJ`09HcGTDi?y+4nE~]*?5u烏FGP297Lnc.k3cȧԶ=e׺ k͈Q|Z^aB'MqezlpDkgE3 zlJ?WNܑ)ߨ8yB<[:h@70A-0p 6D$_ ܍kyW%˴=H~'\oiKWuV~+p` ;hۺ n 7 sGb!ka CO3_SG8Z>JC="%NuTZ/x3: Q-VKB]' `?1 8q[ybǫμplT0Fe Mm 8bOPmW9^h#%8!'㯷 N /+'}9Zœ!Xp"jܜg´ֳ ^> L.VM{Z1R(BzBVân )Jy! N5:vr:I"c$Gdl2$Z(4t_ڑ?* \ba;{yl2fYܗ 홈_qecqM]'Q \lZ8H/K#!Jzï\lf޻IdWѢKdw$^t́.cbY/?Sw"/dI07ݎ <*\m [^{k|?̱9t4\cꏝMIBw}0P%akşg{!EQfKbˋC.tIHp Zf6foCa0y_3_#K2EkL{pAubr}بל落χ1?MScP.6Yc>bψnII)-1BwrejKb"] P; f RNY?atcLy F崞8Z"7$KQ$*Ð ^r\r*#q^s%b&u X_'kܘ }ĭlrnqf҇&阑ͭ]τc Q1\Eq}S:vϯ4BW ' S6V fv/ 8\pba6; vJan{a!A?]b ("%a5KFVjT,%(;\LE3UAZ؈ko,֒cLĤ V1gr {V ,HŠBeGEPR#םRm99:$ܑ7e5p-gnq2PC(t Vx݆p4#ZM祅)D> ;hN|f꒻>kӐRQDcuT?*)q_cqLqxOhE;&䄯S#LĿ=Bpz/t)qX bq[6waK ,3'|G4"fN`'s!]ɾ˗l;㷔=lS5,~) quΨl>o :H%D;p%Nl}Sma 6O|:!qE46AyQ-$>[p xD]H9 ]j6 k%!,tMB#36oJ9W`9j$u'w]݀ƱH++l/7GUwԴ O3$@$uba #@To55,]PEC,i$PW2.w] [n Vs5p@+KR1Pj!n)#!# KHn)1ab2dm'qnSyL]m̛l syUR/6VNY܄#60md95#!JOxEnwϲ䍍RT"]3 jp"c8IQBֶiCQЀRlC+PZӹejqȫR3ߨT]ѹs\$Y|r Zcb+F _=1iA4gƏXwyۧ1oM8.ŭI͕o9B@9=N5d\o P7;*b}VESZt,ĹOb铬 :Ģ0"<*(= u TظXa!.dXY\cŨ=mn\!ЕYc 8nQizC_oU˟l\EW }HkL%R%chfZkM$z_cܰٶۘrJ_j9!DDcWaqAިC[u*l;qJ~JI3l6 `ZC':Ժ̉2@ªuJHEt)A1y!~Lvv`-pޘLű Yrğz`1 i,ZvuH<ܾU Ez->KӶh"+y! ;ӶiB[P [IyXi {bW$$j.JWcBP] $ovu Z];v؆^ 7q8M=ȶjޓ^^,ij@e'{+rDw3[,Xi᭹h+4М1oOkgHU1tD$f3%+r{P+-Q e3wItHv Ru8=%`9S}(P%HBl*ǖNqr.vJX6bQ'O[ 9fËs`r[ XGqOn3zA% vq:R}F? ^^[YA>gtOI߈GT?|+gT|~ X\rvWY?vޠ( V'W=]wD:>^$b_UCmm>R;f NmC!nyxGٛv׆k7sG=mڋ]<^`( E˲Fd|)+zHX11!by2d7E eUl)?@yļQAlbyh`t ,͸&/nDR(z{6Wd9+}[mL_N>gĬ &,Y= nH,i_aExTW1" D%Cژ\q5e(7S" #՝y#J'ypqyY/Б[ VtN=eCǕS p E<ʹ3^Q\қQZ̘R X垧G>FQà<~*ǭ=Ric-4ث%C鏣ӄy N+d56[5-i`9/Lۍt FQɉ/P!rIϖ4Ն=z+vzl'?BQ1=ÿ . p D rg~f&K(A7%E\Ў\VP`;A"ySΒ`l_?2G<+ ALⶊ;ᆓrX5shBRxe{3BہY4¯1]֥5,Ce/+Dmhlj+O̴xy1k#}mOJUmOy &?\s~iwcyQN1> u>Pa/Q$~XIʈRoEwJ$r{@+We`h3SbX20Ko}FZ>ϭ7C0 5J7'f>4sY:Jھ1ʥ'DSrtx;ZkîgWͅsȕ,.ewkL!i HSNFe+/ECd5?Q6Fȷ X~#5#6-! Ix硑 d#4sP>5Gip8F6 KTaieKܠ숕0U4{4Rdv;"0s6(xYHO\㷇12Lu늃͝}+kQZyp@ 32I޼HTs`9JZQlp/FI}}Y#ᆲs|NjOkM;œXv6;8ɗ2fц-r\i/#a`§`UE:F!K/O}4C\sܙZDZ1*y:_8JH}<À>>ZׁrҎ"@4F:RW$O0:?A\lIpOвtђ\TzdC:.yW%ֵ Ik:/+g8Yi$KQ #g~:HߣHd9`#vÎGkm$Ob،U9v_ABgIP4SIܔ6ThU 5%> "$&~Ip L,P]GJ\&c偛ֺ9.E+oazq6j WjbFmYKK1J0QΠątw6OŘAD8 P@l&7ixFIM##_N7֩ν&aqcTߵF'n]\j.hrgNyh[XyA{M~H{fB|0JdXqʰ&7ߚ>NQSBv_<1Y&ʝA#u0nB..vJ.iwfԄpPk,ߺxP֏- d2^BȊ|̽f|7 8mm ݷ<ƱGqRӹ:=X^Fى)FȬbo=LD0_vT%@eF*MEPq>W  ( nn:"_3N+*I+}n$(͔eKY]9AP;Q47ާNH{dho5"9L;U:~lM{V: lfJ$ΈgKug4yۦW^a9Hý*_7*I $6p,c6I7dFDSۢOץ1Ml0C$kbxct]Cd?/TY ~kg.CLwM'!6aw׳|A8\3(:q#WlYPa9mq-Rmĭ(}Vy1R"!6J1E~L#na28M1^L=,F t÷{e,^j -v:¼T@$W¥AV;5W4'̰6K.1IF nZ?Lݥuiglujg7as?=CM+.]ٞEGo'~M§Sqxϝ5gg}+~JҲ| H]> ږ7OBԭ5X[ ~H_j!%{.HT_ALX3 *}$WlJ1 Uw4LŸi0L'}i} 9 "2ҧ"3U@y?&X~8\=U L $8i«Z gI10 A.چ-P xTpVp)aq@^}&TVʵmqxC.oSFbVbޔC vDa#- kfԊ!ya7PȃBupbF|mxoƑhɅ<B-yMr<v:ʭr$3\VdM6>c`}tcz+;(8Ƃ=$ n-- $9+ pQmAC?Z5l?gɼ,4mp}ce)C缂Y9zń|w.N6Ƿ"k挌MAFq7_ <ٻ4ׅ7K YJ;A#SorQ'2v N < .d*UrA|H?O )O;WxXeĒ?3|)_H$)+Z^,Å^yq z, !*!9rץ3=?l7fF쒉]zD\޼Ojd (LBx2B*J%hC'Yl@zKkCCV]zJKð؝Y^4$3xKůmwM'l(1 ,q^ ~*gYԬ3L1@?Iz lw_NaFZOWrkKH}+* ־ qVkOqՌ\c{ߑ~~RmͰIRkF^}|On+SqeG}@ˣVsԇ Y*RR3"L&0 (d yr{?t8絔p'NB[c7VzxOour}m>Z| Y5#JEmn'0f{A/#[X6\>ҥӘ(d^Kҙ*e>vhb]8K[3ϹCt˺y{!˕dQT;C oU v,.{(~C4º…4&7IyE45yDsS?P ӠIQ7x .EP(/73Ҕ10%WJ 'ecN&T^hơ'ؖю"6)_Ω#Z=3b :OLx<5^C% $eJMJK BK )#`2c*57JDʛ]~#A—k `_E6ݕ崊͙$?{!N(dI#?G夠`0Z#w'Sbh] OM{7RT'hJ Slh Qq-%Rg<{52EO(Gah S Ƚ?L!"q J!^$xoyM:O8JnY䬬hӿ @NQiv S)#T%'hw5j;߃].X c S;FkU;zm4Va1FA!cg+*P*G2Bo7 ,HTS qhWQ>5سz#jbiCVћK,;R0eb"X?!OlavpiiDSVs3j؍5^K<)[AY~f{fx πW8-oc'H64d(DZ<9PDO҂d1\p!F$F2lSH>^=۳F1;EQiA,K)soM[i'XeuFdF,(13yjP Ȯ:uG9B,AqըQ2#Nլ|꽘GyGЫ xA3G/5P)N$y5 ۲jA|NwAIPTDb3?MeM^YM`i|;T4WHcn0!':^wf?]Lvng} oUy r߱#h:9ևcZ<#B;Sd4 ߊ8:wP΅Ϥ|GA~iPN-x޺ !Qr%3 I Ep%}_7ziL=9@DX8#ۓ2ZDS &kX fâ2nV y VWۥc6:eU:*9+KTZSEDf/Ch 3BbTC 1he *Ҩ&9kkKSj~rs1d/nb~@- '?#Ֆ(qWq#z4D.T>hm<>x:EﳊcǼ_MgZ).g-ݾ>fr6ys دPP1IVBѴI9M"iaػ|n5Bvǜ!a_2Y-tca]1a& <5,=FgԸjF;5jPs S.DhoN"a\+!ڕL`n׾?x^"8-AՓZ{Q-t@cAe V&U8\%kft#|O33`hW+fde]5jG318FG,.X~=1Q՗5MuEU!.3m9H+:)UͽJ=Cv5D,"2PDJ-bb[,wsU;Ob-s57DW ZnFyD~83Re8u< Cy& 17O+4lۃ>vl{X=>ԓC5*̋?oCI|? IyTCe?,숻VwJ/QqSuzl\gꂐ2]4G ]J1#P=u$nzS0Rz|.P -Dh'u `'aY2;-XS \SwXx knN^* ~7Yco8RCry/VmNk|5r>0ET* Q|;vgzBvE2.5=TxBgjgW7E&j#1>QhL>d4-ȅiohH=7)5+N J,R0FW4b8b;k`|EkriB@=5wpiЕ-l(eFV d|> spڠ"6rOu6<|30{:&8BҳohnN+RiPIepQP wa"St³l`)_ ׺| + sbx֒'zֽQQm[rz/of{4͝`%ő9kdmǡ9u߄K.s4qJ 72'J cY;F/ĦT&cIEV>++E":j2)g.nky!|f :b; t"f˘b ꦖcqWad諁!Wp}Ar:QxQ|N̥ۘ'ymՎTLЕ "}}Dfa53:UaLqFlM[KٴM(!,P1thƑUїVMy&ⰛQ8@N4t]N~yOMHmVdo- Rg!eֆ3?rN7fNƝ֔J#`wc -F"qdڬ1Eebyk #OOY;d+)) N7[| ɼ}?ķU&?UAu:==^AyciL}p@5Q1+I Z']\p5:!QQy5Jy;CqmT>T+AA?Tfb#K+@RjIOVL[ti>ݏȲZ{eԸSHKK[~H=ک ;a:TLſirEahFt54圇`y JEiG3laď1C)( yk\vfЄ5Rt[;s x#Nn ` $8qU9qQVХU*xI_# ~}ceR TrQ*M Nvڎu3պ7O]+؂/r\/(z+w47nΥo?l0 ,2Od:L c Uv\4 g"Wb묶y2Eswlͧ evHp v0Ye51ٵR m/⌢etmpNngJZbEWttjlXR5۟@rJ_Ngp.Ƨxһ;8:'0UQ'%εآXf:_;*OOMzqpɛZ!H ~՗ +2VULu2J^4&`BVq{֟D=Ý wJEUx}N]"cf{b0?"Tds>BQ ZHc_Zw qFu Pؿi]E]mbjЖV9崊|y*vaQnI@Z[662`>q+te\e9 R;^uCMdMA&vp+v6RyƑ꿂T^twDq5ئs-uM(*ܶzjT&GVD.8h儥jͥyEUڏ 2BBazU|BL ZxihNxa"sp+R_橉/ n+IM=7"ʬi7kO΢(lpS>k; v49UNz[_;c f⥞uu0jTiAd*BxX:#Uz[cS] [ =3gY'P 2{(2jx17[+٠o1J g!DޙN_~[J8 .L퓍W-6CG0Liɪփ^?&`nhdWut 7Q?pbԪXǣE&۾V!ar*tJԝd5E'Ջqfg_".%_C#'L3Ɵ!\ó$tNf*F"krpA|L' @̼LOԞs>{= fi;~p.#UʒJ5zYL(eȱ5r-&EDiWǍiBvt*D%(p 7q-`8~2U$kXO6="`^fu( xf ({yd!y4Z8/VbfF;mX`G2F -˒ B&eFeљBGЂ;`k?us=N*G5٪MUqRfhhGl/Q˷-2X`5#@;S/3;2U~鳼P+Ƙ#ZǶ pVQ1yQDlqxT`G[)b~(ʾC9 nJh[MƇX 543"|qZ/爮֝Ԛ}:)m`Ӭbd|X QCw(vn?M*t`EьD[Իʑ= ȇer= ,~AZ1I+>#z!;x84GtSlaKmzde!\`GT>oA5)r I* eMZAӋ]<~XCpMoB'o;HJg=$פcy\84 GscBQS-Շaˁ8&o+P]H=Zca7!kZRkVqyɵ4ީ(*߽J$ e)*!%FIs|-5dyۙ:#y2/2qJ<6<'4ei3ï)!`zױE83HgN7uLX6ݿ yC5 .c[ -ᡯޙrgV}aVN ci` >f]8=*#:yl@'|+!/q6mپ͘W:"5| r;.³=^Gy3){7ߩ6XH-LQ u %nr-VMf$cnDpfM~{Ke)_P ?GQ`I}b}Hq9q`:jޓ&T &d2O/G{44IJQ\U~S~N&zk>Pj q̰7y# \Qˮ%Y =*ץʺA`.tК?ԣ84I6zhWmp5ENt7Qu2z|JYʑAcE[G㤧N猤e:k 8T |T@0ām Bde> i#4C-:D1 a`yEm]m(XaR^A7 # ͵CKdD{3soʆ(2Nq}˰T{-W'MPArKbzOzb܏J]#:ge~Eܞ$.HiJ}U$'( -ۉDW< a[L݇ x1HbP5х8 6n6-cxOvW 4X(H vn^:Q6hvIe4!rBaHl`nAh]7C tzG/w hcbϦP#AAdUjNOmʾ?L:d>'n2h3tzA!<rw3&b+4)<2BxB5ۨ?#McH3AQEzFמJ2vDdX1l(WvB9ya7#|ܴ ]G]GvK8dëCXP[0ڮ_iB8}g&y@8L֌}c) .7<vݏ;۩^n rϙm4"B$X#9?rZIciOt"6uRoE|-,. ǥ`]l@[.aW^NNSC HGyU*~@Q=q`9Mxy34~[gbSԄv0mt ;?XĂk c "!l+86~Abv1R¢h1_ڇ/nET`*6?g0Va~tFw-ԙp6̡+ߣbr]c`w.:$a2Jq J_-%$)j]a/^BR}!֥8˴|~[-AsInH3a=`#kcP$js,_-vofr,W"W%*x:¾NpdW`i!J8)`iHkA 9f!6K&[7pSIa' "G>eѧ=UkMxaWz8-Ug0+vY3 M.zV=n 'θs<I.VK2'Ϳ秽(#c3j7um %A6O'")+ KQ#&]/G<.~e!]O lȖyWI@(|N!M -By'J{ԇSlp#4-' :c X8jeVlb*] CEecم|" vv=)/:@Z겡x__ m]1]of};zQ>+}):t:onf-$ۺ XKpN2*rS?ppw1,cpA,xgLsZ2+% F;r*}25]/ q&!0"ZigC! 3!ⷩ3>o Ѯ@Ps`ĕw ^Tj>7W1Ae&`_*UMg|\TgG {FcPّ١Et`Fo3agpS iɋf7#D;y'Tq,OjFy(z~>XApOU9M=y텽v(:SGoTN~( w:^(ϫPErN8$Qo7& ߳1Hw~P>p99lw ꤕh=pS^ꥤʫ)#ӨecJ+l6RD8҄R5)] ,E`1 5k]Sj zD&cN'ꖚ j:݂ Rt/ @›5+60_TAb{ i-0z3s֮(#fWn$mb˒9aw@;A%kbzӛ:ȱ.O|hƢju#&Q+ WwڛaHei~'& 8SR> .a7=Ni@̰5?ˁ:#YAQ(UJf Ks5?F4غC!;y!GW)$߈H~Z1]\X+ f**O)a^LXIu*-bqx[_Sa߸ɵkP@U/mZdDZo,hdoA7033XT0{@_9$94 7$W'7$oa;N| T ya LxeQcϙdCrO:CUrM3&C!Zf]U4Y Bipj=%^]x|DB|\6: dw?S9rӤh-^_w ;nȍȰv5Jnir18 r{Be5U O=Њ/~F? @b)]֎T2!f:y482ZHѝJY;? TI 2P"jXw8¹z0]XBGF8NY pQ79G6yk|5.ū%=vl(`$a" _iF8ߨ G ]Zk}*f1I]hK SD_)%[g0~^2kX\0J.GܤkqH-^6q;}NU頠'OȈ{m+t*[q} !mShdYdl5u aĶQ^kQ8K?]d mUAz^6UH[uc!/KX[Y@co) ^0rHhx_rÇ0 y,L4SYxI.'No ~zbPv::HIb tHd&hCΝ,dH/0IW2-)$ƶJzs5d? \gܮ=̲e[^ӱ ~ɼ/"ߢ$?8V΋͡t w_8헋nύbZ>G7i&.ӟHRBhz^΀F4+#zVt^hAuEeOҵ0.]T}kJ ؀Yh3R>C9s .e#U'i ?JT4V˶c-vՖs Zk y)@n ^MтǙ@ֹ"PnU/Ŋ&W/ G/@άK[/xĦAW(6Օ3/Qj{?B,=mHoa/F9~~J°;3 ÝÔƏ$N:.Fu& OBtTN`š|8394394^+PI3PUQY("X 7B+Lǧ @led p+eɸ" U,y $E㪫= _PZ`e-Jpw.Kd`CZ]UI]d-/~F70; (:8^W^Xf"i4("?4|ru25;K/y82ZWx`G)9ϐB,/{VI-%< I= @t'8zM(8K!#$k0\rƼHd{wTRtVjocjL㣋t')u:[О&>Unoj^t '|iTuGS,uR?"PWz[N}K5uN̑biwAƄIGanSq2fjM #-:<+xQKCDt^\lR\͔,cC?F$C\ 2aєWДq5W<"L&LZkֲ8 ŗ=wV ZGKy s41 g7`,< =딨X/!'x֠-bRn=%`KMk#.йnaUȘT3|*QV=~T|XZK1/3ex{^GI;poツ2e4=>TAZ#JN/'ՖCd+RSc諱.zsNJ,"}XSI d5']1"JXP7)i`O 8'CZe6O~ǥ'/䌽h(qt/tli[zI+(MOXlXv|ە>cӳxԏ5q<`E8Ya;=ڈQxLO s.u"Ŏ6Ov͘Sضx%Z(?of-kŎJӿ}]cM(78Vza.,o V&B$QcN Z&3 d6uQ4wr脧AcO8Z_}'}0zpSgӄˠU\mJZ% o^QBjۢAT- Ed oJɥ3G^j .XW 4n,ݠ=N .B' hE@@^EOcV?+xbȑ| ăĩGl[44}9qd)%lf32h %:MNӜ-*5!ٰaU:B S~@6@J9ݫ$5hES+HNNUƂǟO/Q+Pz.c9ȉ%|S~*CpWPfB6e.ή_?t]HzYhMRovYOՌ &Ud* Zx76 ҿ= v%B?}:mkrg$h!)"Sw+er՝ Ftw 8EҸ 2<9_$)r\`yDK>[Iv[PPAuaHIQG'k v T/PAgjn|{&Pʧo'`#(3|ߪf^y>F򸗹H91wE?TT9\u(9b'N3"t$1zoB \r }ي f<ȅ|1;}|\H/z!0R17M($'J:,fNB5j&/U ^zrZ鲓J}ӣjc|7}tN1* z5 >&j{eP,p,p>>G&;-g>۽(oW fl.qĂ8uc8QZ"]vQn@t:s0!+([Jo- ^ z,;呠ۯL|elK#)A/4vd|2Һf'_جM!N4g$ZCHл%Xu8eHa`B G ~XIrp{UԬ02l(ꘋxy΢ |e*C ńbb1~dm (H_kLٛC1NY$_͢Pc5fm/D18佫cV/lty.^\wkMH[`Yxubl)!̼ |Wmx9U(/\c2 . GwN_ER8Hzbᜢˁ!pB#D.'qbֺVt4U; A>np+l (t,e}8"ZepXe ^|2cZAGb;]ؓKPi>B],1)c>! Փ GsA=P>HEș6q Ҹ m&F{zrTdA;L !TpRf"GƏU ~t)oя7dt=O2O; zn, }п2JŘϫ:hvTʒ0 b (Am,mW ˖|xױ>mbyB(ʝ_Kg%Q1\`)}y48] @'=tȾ3NPN3 $1 ivߵwV6{>c]#KH[Pd>pꡪD(ӰI%%r-6gTJ:yf]mM #jIF+@Ȭ "۲=2?~(1pClzĞ*$q- ݔrf5ئ/5`1lJ{f'xi1b:~(ʋm%js专5iC4[ֺ{jh^d\W=\AH)w $FjMQ"CK=Q{7ܒ>Vo[ϳz=]/KJ'h9F+nT Yy-u %>8"wF/Wۂ:T3i:9R8[]!:%+9[Ha_/i𸚅lp:&ʼ XfjiAsZ #d\;Kie){ؼ*\ԯ08]DN2* N@׆ PŲ!°پR * _+JI8r`hO Aa㻃bNիˡ9N̯!_fAi氫G)u's'RM. j⽝H/`(QsӬ#F~!M*͓JW&8"qvb}c$NRW*X\ںfȥZӔ~`QxW6>0N6, /]ye]3z/jEo5 A-ӶK-yxBΞHMLJg06isC7-/ɦ5ML`"%ZF@Tޒ!E8VOCdHω6Ps#2[ mŋsӫWl $SmE-yH̠$2-u:sFL }luF$|Epp٫`A t0?WV]W*d 2Œ3GWTJE{|* e[;t(._ڔ8gw=au0Į ьWR.).«i^d:a'Хa~Ya "5MؚUp<.y(:;wָFeo<5OUVr<"GhGKW zxzo¾ ={aς|PuDDGߤwpy=@>/ hw˅P}kq:W«?PۚPFxO4N7_ndPŗ*1G%3O8-Y-e%.U2^/XUu/偭S@u{R D:בڵ,^* .aݦ?şun`Y> 4h5Rv4*LF4g-bO{."rD[?[eq?LP``r3IeBkT]a#3j':O<[!|+~iA#RGA6´}.Pm8ᄡh/&8yeڎ~RmeaJP)P3sKtvJ8DkXj){aPA;P mb>MwH{6K`v# UPG ɋ*~=h]oYYch2}9 pM/rho5? f+=k{!1d SDnom:uI,cK~qX(4Qf&UY2x8ߘDN+4!( 3;JުA as)(}Gb]NW$ ɝܺN#\l0S_Ӌ!wQ3G<~|/˕ly_B@I)a})Od O n;7YԜkCin%yŇ@) FHt7zYf ՞%2w"m\֭n""7Hke /Uz{QL'QHJ'g9^&Uw;"b8jEZu_ofP@9ߩ`eW2Y[B(ysWzF<M3G2!OjؾdWN{WOb,"`i"V ּBT"?z첂gej1qMQw4T{(dN:܁2Dž~44hXL-= hA %oG 'ؚ]Z=__72RlIbO!葰;S[ΓhkP@f[niPuB x,Uo3vrE%U ? iKlvd2A\Y"[n`> J.(SRƗ`p,܃,]W6MKnZxӅ!OP^pj 4WyZ劉@or#G d]11-o o.$u(|`yaDьxX5*Ɓt/=NoFm|Urhm ÆxB% |+,KVJh2BpqoF6 ؏<y@X:Q0؜Z,:5EN+;?*9ncӐ<[v8e puDžPCMXke![|x ˣi:':)z(DqX,Osgl+R K|0RdܭQBKcgmf qOR9)ec@F <+,Ej*FT.픝vlpVlCOi1t+`$gEs[y\ 3le} - t ~! I R#=Jz0+:5`թ[ Nv_^܍ `RZ8*G!Wc~\ yRy*FdtJ\pT@`& 8v8P9QG6Q1?CBc镈`鯊ׁ3Cߍ PϬ7av#;u|Q_@[2C \*'Ʋ7npOs=Isƞ^ lZ(+״Yg_}V` lG_~ f$VLc7ALP? $.RDeY< ̀eODu^>%>Bс zdiU9dH[8}Qr\*LĄ0eyPY'Ҷ- pƓf ybrt ?6)HuNbL}b@M[gڝ2&]߇ȶozg~ՂOR#*˹ iȡPR^mr6/Ϟoڪ?-(g>}.hZ1WWiff}98x(邉g):Kk`y4oM*"a>n4pO"{ʰg\;> QEvqI쐔S9|3^ELWD#yJ/,çc҈"m)iߥǪ6S;X?=(EF 2g!où* yg6( ;+.n@D*YS~Vf%P{Ŵ@xPڼM -rFJq'pK{o|6 SЃ ÏKzt]xkߓߖJX!QA^Y&9^BuyGХmt-1EPc"9Na0aGL3oUzFu?‰r9.j *bU!)o9 8-P|K-(=k0 Uƍ#)JeRj>)Y}pAZYK`kn삕JJq+KF91gTq *P"N o eBA*>a FK QeLUAi302! M)$6`vo9pe0b&PsS t6eȤFľfqeq6no{7:S"'Bȶq&8i7{ `VCv:rn,*ie9FPBRS]v lP/A۪j6D dO@0p=PeK|iNOy;;:!G$L\Ph.<q!VڗJb,zqk7By^vL)-?@="N$GJC8[?u<RejԹI$/>N=2)$ةs-{dq:g/*Nc9]ɛ%/t~7,hfoJ?͵RϤ; "-ܹ-HZwHOބ7a99F<ej iV:/gFdݺWτﶵp~ŌzWXNyBEdn,zI@z9SE(7j'ݕZexґ*{@L$F #{Wmr*TwA.~Dz+u s`N)1!K;PsFlݵ _0'x)p}^C?j}!S^{8g5k6y~ñ"!:p}o^/w5"`m+0/KhBhcwzԬߗ'"7\wMmI>)!]FEP,f {K0ɞ>7Mg ǴE&2ĭy-O0+/w.נA޸ F J8U L :Ѵq_sə?]~`L[ZXL |JpZG,x)Ø|gn{Iy?jͪKE7('|٦@vKkj睓/,ۄZ)ed+]}^S=fpGAo`6 3z.M{© Plue73A{DA t[y)B @xpSÃɳ y"LE[4l%gb}Jڦ)3?$OC2{|uсTMA>wʛ&\F;PpɗڜQnl'BGo|N1e 8D//<.6ꕧ!R6PwA"hCKC ]a KJ|g6z/\vKu:΢vbpk& :82Go@I%Qf9.I vΎ0*d?P2AoJ'f|ktCT@|mJ{}/aKSg(Ct'LtxdE?F%[OXGEX[ۺ&Dkz_<_e m Xq ٌ8Z w$WznY0B[+| m*KeW'o2.PdmD=͖ /ViJ"83/Xb1}9Paj)乡f=fu8kƀ{fEi1]Ac F>e> 3tµܐcN'3[#cފ,ɮ?N`4?] Af}{}C2(b9 :WjtaԘ/ H>B4jxIm܀jnƬhDdvg*=uxt{f q㢐$mhpamV;5ﮯEK0trL!*rmT{f[koU>*QoD9X9ٝ% Qyħtw{308#QM(f{wp5y<I[k,a ][꒥0* ߧJ`II[؝(g,Sdl6Kդ`^nڽ'CR%n2e)W @hJT<߸:wIG|&EÛHHr#^\Zp#;, .kh,Ӳg`ZW*®Zl,M(ٖtq&\B.S=HMQ֋OłgQ1_HHRv$i}T` ٬7ӷ`U/՛=@&`O2CU[h Kt}If6عİ:KTwun ֺ[S3)㽣'չw]+>mQ(ϧ]Y0\j 5Ȝ{ɄEH4'P|0J uqMm tt:mj[>RMXZ{?t|^b`wP?Qe,]!b`}G)F0 ?)8y`6Ef4E%+ϗΔ)/z贷 N<KXg˴)cb0 Gs{}go, _8G|El뭯 wvaaP:$XG9QLF:*cwP2M1zH*B) eM.8u-HV\ ǷuhPsW^!g˹)z ]͠8nyȘ"$iYpnm np- f:XE ~1]=h=g\dT `n`~T*e%@f\1 PՂu9| N ӟbZrOaHc>n[ cd4 ax>` W25 H>1 1uV.\2Mhk_ߑTs^&,Mk+&lFfC`\jl/j́'Ɇ2^SZHm5Sz:Z @.|Qk e>jμ7擩υmm˞Ү"4[P̓VO>@DcL-*XL}O !,JAĻO0k8Vd )HF8W@7M˲p=eǛhZ¤F=kNTw{mk i=<=%n,iR"B/uU%c yr@b;*Ě‘@ y,SƫAw[yXWb`˸_.)ɨU W3փb5컕SNǖV8ytr{70D:'mPwlI}i9,XYxVg]=E߽drK@n掎^KyUqWUvk2v$+q&S_P6E6(4W]\q޶=-^K)8t(B,E-`"TVp/հH;Q}G*$Az"HzOppW%V*K2 zݥ\חx𥼨Y@LA~c3D =F/'f Fg?pT3VoNٱp!un,N7y[. @CkLp_٘&)@M16uTw2Q?*! !_lJ@DxrԆЎ 1M9V1Q~-g%VȗCc771'^ _KQ, rܱ*;4,!94!GVE fɫϗb"]a|N@WY΄ Btx\$f$@KU?unøij &4UFvVlۗNHMX.䝭YG2$i푓lFH3ݯXtF̋ŝZhӷFN6lX1MHYpLn10Ϛn&DE5>(K$#QjdQ @䯀;OqrWr )oD^ Y+?r렠\NI9`u0]D>f0j]bE|qE!U7\ 4yg_O|jl(Vs5@wiH!17n/S9pL-.,qbMi?Y&r7Gp`6iIJ*#r؃tۚ1`s n+`~F6!eտ\%eE{cuyGZvuU-y6kM,ȸ\܈;U?Vg*\'UI!eV.S}CĞBO'$j_i1YqcLw@hM.BnpXf/εD 23sLcc9T[Pq"TR˨_Qv&wX LHvk[D6\njějns[EkVtkӣ/e;bã_,[5c()G7iaE(vJFԗ.`{1 ے2A JX%^ykXHmco?`23ARnG_h q0m9|zі[۶NN7|c_f+Ex%ېay W!\RE>b?tLmUG_賊F&ak&Gt}NX =㷦פ,zW&x>f-b_N8V *wçVeCu{{jPPi2 *[ϾGKx~'bZdђѯ:56Frdr=!sԟ w=y1(ޅ\Gd\C (|[A j2`A"aSKU.!2o+Ƴ$ɬ6m+A>) &* `SKm6a{E'/T&wQbzDWn#a#wM)N|j!iUԳv,asJid(1owg]rUpnwrg>[^pG~`\,M$_u޽[0iu 76LO˱Fptk K69ø{VTehS wjM.λׄ! lp wأKsI{lygK!9g7+3;xmiCeNAVl9o$<7jGj: :GcTd@øZ9$t95+p5XԇWhq:Ƭ{Ev E1z/ko0=mŠuN$bOTRgi%+梺A#7W"]+O3oo\epG em$NG89#ejSDmZ,\,vn\-=ܖ7k;ĭ׬eϽbah?ګE9% ILj&OtrǓ?iΒSdC|/X^&SLjt脛Ⱦe)l鮄i9%tZ\?H0O?HԜ;1hX xD1XH>fM_)rubާH| P\0b KӈTx N ?&ܨ]:Puڍ,\{e`0XfcEݻw} _\ofA婻H c%HX^E{_$%n@ S~|D?1BU*WK RF ,oO1<{cb(N{N|ݢ i眼w#.ݒRt&ߚKnxE,b炶"B|<>>BdTF֑Z|ehRNplK$; ɾ( %6XR>]i6qeGu9Bv  }o۠b{З>5tSnܡj Eqa"MXہpr0ӫבh}̄'tx?f2hmE͎-| kjEf`l< ͩwce%M.Fb"ZLzcQo-ncd@LTq#+P$`fg) &6=)G"#ad,le`rfz #Mh|\F DFGZHzCMHich1zRyJ}~ch899$Q_ GzHwP(+!zusrAk$"r;% p6. g,)cRߞOa7Voo= !j_8s&0j'V(X&Q4ɾCem۱P_s}=c^r"aW%I7τr;w*C(; Df`P=$<0g*v<cZQgeJi+RKFdVTE6lSUx'T ɦq!.t܀5'"n;{(sYk Me/Zash0Oe5 .fkmJ!Ky:*AV.Tmd%OB7ړnNxWCy߮xx5YĨX,v c։*SL½jriu 1es q-R. *f'U?S<I Z>ݶs̯dn0őj#IJxHF46#큰gɤn#fv( &@_;_/i){TX9#:(?N)@_wm$]pGmiG(vc]䶵,pQG6ɘ;D2 itL3hFYG\T깧[[-ţp58?|iU㓶$ٵ7Kg7$I`epixlM+3[Voiuկ#هbO*X`f@JtQ5D̶s>M_@7;[A)0QfGp+N-਩]^Gfn4,[Oh0MrxwpggYv*G^iS"7sVh$) *vm[ЙqsXdS~lQVMiHSy^O@ t^Ui?Y-l~O)x}/KI҂٠Oelr#ϡYoYL0, w&`yicc<%k(:aT'Ӗ=\>QTO nC]nЦJMU1K8-+\atlNC$ - *#}?z\bu:nZf=#ŎyWO)A2 >'Ȃѱﲘ)MT81 K5؁14&ϸsWy KkY+!΄խ ZQ2 o<ڐ[ž BlK?@ȱf}c!ac* Z&R5qҟ HE6.6dfg lQIʤAN;2KfTK4TRc1cfpO΂ÆFޭH $צsQ܀d7j1$2P!EnWvPi P^EK_,e`=ZDMM(N^UU.H}_s;_uГE™Xxi7VM<"B1ᴱays=2GC4%#ѕ Cbhoo1H}L/*fK䀇Z!Me^Z+ݨYj" 2$ lNjOAt> 2175z;*NvK!jf>V:+j ېGD0o!yD4)7oI ʉ)[Ba1Zk<٦?RQ:[n-pq֐{1ylaG[R+]dFz\d|j9t'~팸E](HO@x>X3d1Cט+j > V 71ǂd6{ Sm%*spt=IyYh" ށ8xFu{ D )@ߓ=%S\Z'}F/M~N״3@Hz5l'J %Ht%z[Kh;c"Hv wʤdXQvd7'՞FP(ȯ`mދ&jMcP'7ݭ+.QA@i#pG& h3xFm0h2/JwՆion:@Xx_Z >К:C&6Vа뇓n/$02tnc18֟*72˪(9&UōȜ&ZR󛧓ŝ{eH7& >u:;4r^M8#@ZUu ©r}F۱ˁNRؔ}>V:p;6X[yVQeCOeiS`6PXk TŅvg <>'Z ;8?0w#jYnA *$Ɨ1\NF9fc yqMβ>7Y+MڎႡ"hZVÛ r>?鵎`.فtѹyg9M"H/sb<:Glq]\l!!Bve'nzn=Z6()= Wqe<[vܷQ86X,g#3F.6AWh|j䫭lZL.I%n,y\3[ۙ@mɩ9 a>`%yu͍4Է:帱-c !-CX2R L-eMP]6mx/+͵,()Xd2`F4*1o #v ߷OYM-B? v \VVBî|г,~jk0~YXAh9#&2\eXJe "߽c4¦?3\tK8Ma߉?a1z!O؊хâQF}ɣÙ_0 _J}%V/ Y, ؈1dGKn$FEj)ho^d8?-ϥLΥrfϕpR=ҙk?oJYPc  z*qѿMKܿrU/Wd") [P3%GhO$@`OGu`R2sVXnjxVF㳤O\\p릦|-s% 8Ore+z J`U~LG#&$i=&\0[ߋM= *Ђe$&z1px)л,ck/GRiR]Ӏ[< E~^vatxtX.1Q)!8P(g\4 )(&åS F< Tw0z_!v#kAG7"<%nif?kRs[]) )CM+iablMZ0tBb5QVpT^-:zwu6#${<5 ߳rLedZwHdueڦيoB,7ߐ&"I|Y\Ӵ eݜG)oD##Wh#N=P#_pyиv"A.Q&WA ء q-z?26 Y>* 5ls 6SќYW-dǂc%>`|MqbmFDr;q$>y%2]^>٭}XvabQvz݆^n=74Qp(y$(`>-шƹ$(1'x l`Kr21ɭS8g꜖JCtbzqV#.DS֓v@r5 C7,tSŚ" o'ܨon`o=}w΄܎MF/^'8+$evx׫0vЉDSkC5|R|svhBa+ QRP[nш#O<%5 l{I$Up# K~0't}Xwbnwb4(Y;Z_%npkN̢=JRB#| >˾# F}:]h5Yǖ6 hJiDզ-; H.>b'$IDγa\[k{3#p,7&;9rJcg,wo^e&gy؏;_).AW+n,8ǧ84$1*Hq$ 1D "y&A"A<뾞 g>vOL{hD~50Oonb ]!#~@hWPi{\8%.r̩2rXׯP c{}K݃X ɍ5lnW4^qh3ųtk|K9"LO9?HW+QKW|m"4E CFV$dX -| \{emN׈حw&Ւ 1k{Eoz54%$E)M|u,/Xye|;"c-7J]'T{ГC|2[džl Q2QF,<ͮZ z?ogTGH@:@jtZFwD׬)^4ȷJ5ZvBH~A HYe/wxt; cѭE_wPi@}R_O.,G_[AF4_Jg@hq!3VIGh^buxPNwg$`>M?a)܆~bWO[iLTg]@&dX4nݖtp_KEyPyݏ98)6HDsR4;$!;VvxavNtTTiNkINw.hqף x(-뮒pMi=OѸT+(qA LȁPzYwv 7U:HgOb-vKw* Dou\y0EvV_> l ~= =jA=C&ƾmԞ<܃}ĕƔ&1`Ʋ{=U3غyp}G_eˀCLܣt2ɫ1GgH{ͧ ZrhtU5v9"SL=sM颶Yh h_>(D.-~*Pl[F ,bl#S2guZ`&U~\z:'Eg4 pS8< Q9Z3#{#N 8_vPmuHz0sCjvH}1m?Ě瓬jh6?HӈjInc5o ݃Tӡ?$. ^Q?LCbL\wdNkq@';x2ap;^2:A$> }jp, +ROcݫ"T]}uHx7Q4*vxhxV0ho'+jԫc$n.S16 iFeXf0G)qֿyncT(?>FvҌ=$byaLmo쭜$Q*Ț 1-3VmQ&?#&idCG>Ҥ':)֒i+\ BkRj^ E_n(;9߸I_F\HNO8ReME>#P0&Hs[t~6b+6[ws;f>.lvޏ3Z∋]?R/Q%4Z) }" e>Y7> iju>9V~tK"w*&r`Эsa 'riĬ<9sGK& RL1@jn lU5Mƨ? -o.yu~t]; N$G`l^\ȹ,ɀm珦<=;TP?Vlx/y\lCNewJxo"K_^'VΠn7> Ĕ& (/p=,2$w9ea|hGg>Gg6= Z6Җ'֟gk}uh>=ד0[/e?ζTfw{uh\,&8-GYaI uTp)׋VC"aZ>q41;'] @?`A3+qڔ^[74~vUFꪜZJ_:LςYh ,c@(i=ㇻ[8Q1ZUeTm0JCS' ɧgwFy`a2j7)4^="ݛ-.!4c圳SZcɝ Zgs!k֦2d &OŲv$<7/̕I Il }GV$ހ)9G]渖D{:h%DWY| qStgH\%-<[uN,)#mǸ GW>zHoXլ+| A,W~w'/HDF y-aqeeKW$ʀYv\mj*+-3Di͌偐68nco4&i@/1٩s_+5_ W÷:$e":fSMRAO\c|ϥ WO"c۰<{S%o%w+hy#dkVV,XePAy|LBZߝg @,ӵsoh|~NO\qooTT‡9V}|Z}y< } i*7.V.KW|us%]׾`jˑƁ=x>$3<*-TTf?z~L;DS,ɺ|kJt.gK6<l̺F)EXr~Dot]Ưe4.NZ{&9 FK3tXB~׬$mvf;9>dN{fCB̫ ~V" HjD1EV߲:w:zP#+Q`p+ wx!Xp5~ekkw͌J#րDB?gCcr-( ڷ! J%*ck+<NZ OR]FFf5ˡ\Ay >AiJV|]K>^bO,u@6/m `z{\0U\<[̅UF,$c1v֏Oa g))kknx@W KWd݈LEa6<1 )ۡ7\jԀOQz'C12p7~"P5iˍfN;T3Y:(ࣴZK&)VQ|b{ZBOW4l)|=g7~qy&93o`ߠYFW8!W\w*x]\7!Ι kB/5YB.FĶ݈n:s0R[ʡn>~h;ڤb݄Lwu}3s(R0C4MI $*SuCrK7ÆܙDҏ/Ze^L ߎʽ`%8!坁{#Hv(Dl"d4Dɳ$'L`_;LMΔ>@~Ʃw{/? :)Rכ(+z{|ǒ- urىpjs7#op2Sc%MA.Ey_l+[7ФޯO%ڝgL(d"J :<eʪF^H6J*Y A76jven'dF)Nq33H5#2\?OvS1k\%(Fc7L2:hCdy}HtT L.h 7 I #f*'SH[|C+~+OlǴNyjJVխ}VLf$'W*Η@qڟY.Pe=gNhG^l`eijZ0@iܛOMU *Hۭ9~A NݖT"{=%k;5P4D`%{2ΪZl''aY;Flx87֜.GBZBz p.N&O5V-$XWO$2& z{jr`f榫$d]M;I#I3 Wk|Rcgaz'ֈ7',xY.Sw(vOL{C˰!Z񆋈pE֠ugaF|@C]Lȇȳ{gوVnOR:ǖbJziX!Y,q?ia @'R1}MiҾ <n²;$ Fyx|Ghem*|8v0ux`8 u\".ұf+Qޭl ˼W1ǝU;p_fq+!>UUuZRbD(teӝ 0 W ~6^_7Ӈi+de\y!3Hm3v)zÕïNP0{(UB;Ypk?t59&ܻJK _)V^@| =n3L=RˀQfgbmQ9?DJ<3 X0frN(-ןw5<}T( "WZ IzП93dWȊ3^`|s`;En+'-LH[5wӞf :mOZavS3&x}QkD@7uL JpÆ,0or7ޞ.!IrT&?{K:M9jQш#Q6P7Gb[ s dđ]ItY欑̑=&OJfJ7Lqw8ω!tʳP@_zlQ NaPy_AY}z>'$8J?haXع0Y&?yܙ0. 5эU[0),DtBA~78Ăm5YO:R2#~܂ ZPYh:1Q`9TbD3*ZrI)[LLjӳ/杩]LֻwG9 ^A@QA6}L]H3VOMJwٓUyV<=)dx?: mA}O:B/o{ŵ4*R ڇ[6ߎ1lw.:q+=eĊ^(۾ۅ8SHv-b_Qđ 85!!^_3OB̝ԡbc,$*"?d8Ɵ9u7BC3w%kJ-"M>}92;HX%4O+RIe,|\7mrĥU M\M(:DCHՒΎSTϻ RÄyM6PF *-m98ȼ.Uw7Q޻\3tXL Vټr+ W%]{=.'>-?1BNhX/!HM;$~o0IvWB؅m#4##waƫt8/Ba@@Z25_^&Nx/qGޔ׿7Te0e\$LI"k $ShIYgwÉ#aQ rc_)\+K =Z|oTa vtS”q=RnCγ9 Ȱzz;$w5qZnA 2 #|[ vUYiw PH`׶iK*u_2kH cc+Ha]_%vo+t$)6GPʤN(BkkUyJd5J2h>슲.!~=&c}jjNۧU/py9XRXZXpջSX3vA ΟX?Y48GE!O)]C8\dYӾx)Y(2+&+ = NߥCcq<`;<Z Lǧ*ZQU{RDZqO=xy 5@Ft˼?i A]AO^^VR7SsAClV99|93U"D#J_Sqn&pfT ~Xr_JoaMhfYPf9򒉽܅b +d6|.Fߑ0GˀJl'1tKU}(%G\QmM?ggZgGG=ʟ(4)0w1#% XYg5kg'>t+M.;q > lKL9u<kQDY]i͖5I@(M$$;20Ncv8ȡCCCWW{`Z|x|Fݖ&2ѯ\i }jja+Њvw.\%FICa,s(!b4v)Ԧhc OJڊSXZ iNIŚ0vfm妐#N~M{N)d5->d#'#ǔ[gQm<+H_0&qکTW0dGY>B׳o:i$1>w-%;_wnd]M|hqdF+j2bj@N~ wjz֟0"uF$ CP0JXg4 ߧFʈ Gcчg>ھ`_sAX@ /'>l9M'cAy!&ni}LDDd0bW8iCxD mw0daONHAQE.%#fif(+LC=.%ylR)Rb_۷4]GJ.@UCZ J7c4k^'#oVT`D5;cLv;yF"^\iZD]ɲU?+dX>VԷDvl3n:;yLQ&Xb5 #}9ͨK9[Jor@HbyDsqk<AmV$Uܕ3kNʪ6[AkTI2a0e11R ܙⷨJ򻠺 \BF/1O~SlҺH.S) ȵ&KkA~yL L28ڻ"38eӴ܀pN@J|e7^:h emq:*]"VX.7dR_]\[cRmbq<ʮd\GwVi3#HSl m]Y(T|֍=&.'qkS-7Z,Qpnl*0FGj߇0C8 +ecM+!˳ F.eNY_}_L'3h<MY"SAQpO-u ek͠zN]5Kin.2#`&fNt0SI57$ An\37JkTt̖PDJ-uesԗ2$_ qzl+T~ gN*&鶝*ZhDΘ<֒i^SO<#l=]dig%?hq޽+ZZ7)~MMPe^H^@>$ ˇCNla)0ǠH[S%g۪VbTB\31%A+R,I'"HK H% 7gU{Ϻ^$CqN_|ddX(g3* 捦[k1q %H,_aԇ3/+Я+zҨ IfM t:0Djx[红R;21dgwbB#Ze٩4 .`Y9?UpAH=ȊYZF]L*ņqhL K5D𱔊9\4 y$'ZxڭJwiR%3gX;ωƬCQ~KmñØЊ?J|: !LoqN{(H #F,μ'ؼQB'.}|m)Ы/oeDJV$T$^N Urz@-ErD":9dɍp@qWWpHCnY/މ= mr|0cXl%K7Uު+\Dczn9i- PaS2L,TEM9 _ YvnmSg (M"CdzoAU3Lh$DA&,H u opŠ53 VZK[;814e9ʚqVe˧prn{QDŊG=OS$N={|"<A0#g;}a*yB\,jVFG s4XjhVP*܍vMl쯦MrZdxgS_ΐ<ruYT] M(S:?Y+~63if4n]A xPe?D =I%A,@m>D yj዗咞EIe+nD%\'ca@Wjp}~]׷XܠJ([1зB5,GBe|f <[Œfڞ%{r@,,ƃB)U)  TP۰ހN 2? F0Zx-76$98z4QaqԠhizK ɣe(i*] JU!r}bkSdl5I歵bcequQ2}+r~㉖-nNq>5gd$[[4Q;2y_E}M+ɟ[kELliv0qnk9){rT/CRPF/j=~;*'f"#%.yMu>$i^c!~|7|&HA*ts8QnTī-LYMO(Q#PIZ'[ Fi䣳rJt'M'k +1T9F75֏?_i;'%5m2d 䣈_: ~W:gچI_  iB+iSI2deR;a i^h-Sx>E6W1Zftb-uT_鹀=fc30t? C_f*]*Mc0YCų0Tf]'?ėd}Hh`rbBg[‹ɸ^p">\iSw]F<>l.qЫvyy(brd' z>Z܇04gXڬzp>T`b&QP܌Nw(F;un%FIm8L]`ZJp"Y&p=Q@$CR/q>} H5ʸmLM?; p'-gH33io%َZ4Bki Bsnl6'd-P FQ<y&>$ϖ%/D/B^Em!Ŀo !ޣ~0u1lQr7]IBaRXwhN g@uyb9X ${q' GFs^J[9{ Sg6NGP&ßkƺg aɰKn(*_w9=~:o^(=p#8.M Bݡֲkb:k_yQ5%fÑ̩r'`|\x&*"Ӥ=d&Xdf;.2.\qpߠSǓ#S;vV|t6g͘sQV9<l05Ap-F^O$ YY! tF(vsG6lm!,\lpi 5!r2ARRhGo8 V ԼUWqKp!Za^~S&UYMXN[9M%ZɕjHp>o 0x faG?y XCsU兣+?tbj걱nU /ٳO(OM|R%?uz.aիA3>iU*ELW8 QңAДJePghseZ#_ Ɂy_X( O\P<3jʟƋO~HCi} 䏼,+,m6:AU/ /5_Ddkj$qa&˕p~Bu,T.O]$'J_t1܋fSzŧfjGyÑ_5'9aXN@鯇>'lfhlɊT3׵?t-&ha.+E$69^P>6v籀^ V] ksxH9Bke3-JoY% & I-g4B<نPg%P~X;Wh?GS7%K܃ Κ{ G3^y(nl1Fs:>#8zE3UI4Z nլr|97t,u"rGV_<|pއ[1Z[(a !?0j2pdae6 !nV R <:CqS3T(7 `'Fs$}_\H.:)0]z{s=ݎs 0T.QX.ݬ=JzUZx>!Uf)N^M{8n-)]j!w.FjHA̫bPJ޽82bW-K07eq(VIIGoUodyId: OJ| cd`ㇽtMո3L!Vs]~V_,C/kZ@ F?}ߪA;yɱ#/azۙ|Q498yMNSF0 "mnbP)Gi.;lu(i>F9%^vV[z h9 V[|f5FA=n-V7Lx?!zuY[ՐRTI#qmZgoNgNj_ƍ1]TUkͭ'f ϶C7;nK]V+ao> }v"TG5y*4^{ܞo{>R!6OcO>g+`._-0" |BK y%-Ջy9%Qf9xQmސJqYR[ߧr:.<4{RV'.̨$j`8Kߡ )&sHsn$?z`k\' gMP$,m= e_,*Ŭf~;U"_sGb]昴Ŷ9Hw=` `^22#"%WyTAz\Z _?1'Ny#dtT [Vxez,I׮(+"*(B}QUZԗ/?C[9k چ lsuJuzu7\_uWʳPUl.bH6]ǵw &cw %~Qt({PB>_Ҷj#B>o+Zg3cq {We%Ep4MV3[Wgh|# (@Mƒ16C8sc $d|=E|"oN;|Vv%v1ӂ3M8P558<l kP]Q6t6Ց1zb8%%~k6-O'QDjHVg۠,s_s(]Miotn@ I "AIgGEF9O%.z`.5sOSHEܩUxL1{؞}m0f^!4L2E~U wB G 5"sO%:KP,L*56xN@pNgv:;DjϾSv dyMNZI0soMGq/>I(Eu6g»ug~c aW@${w)>?r0\m,V6lx+?Jרyw3X֔ ׵ U=n"Efú'ǁZ@N gH4iT6`~ft\޿j4l6Qh?M2v:n2bY50:# /VݔGv4x%}Vt͹(d0n ]2 ]:@m2)}":ytpLjM.3c^fШ;rAg.]e@  +dՒWۑP֌Q66-6ok+^{ބ Qq6*s8`խQ/hJ.qmjN~{lln PdGM84W4Xz5ӀH*TlI7j|JFVkށ~+MMmysdަvw13*a/uQ5j UۮDdL‘DK6bͤVg4b֞*ɛ .lnۙ)x]rI#  ܅<P|2zP#W+o*O\ '2Rʝznzii+iRE,/5l{"@Ft6CFX U)Um]AZ̒[{wð2CTPxa諩OƱKOݚ0BMӧʓwA~O+'is`{HEj.}ٍlXgKୋNv}TΌ${BfMG󰦛I%HBjCDSVt>h'=LpFvrV:8R#IpM(-|+X(ğR[$ۻgŒbu8o/ 6=?ID1L;  $T`+[d&N=S1(J&j#a pLt`;Mm  ſVO~aY[RѼ'[Noz#/ ۸ѫj15(̐e5/l|487+ԸW}7U;;dLb`i)nkQydy?srU}qdݖŴ8KF@?\Y UtO(.ER!;F쎅1L9'Tbp'PB\AEM@XauRw}<+"FfaO\Sx;DSrkglb_`oZȐ#Z`I\c,6it)G5IBTd*V;1(YP5?>5Sy .W.3gHFq`.RCg͛7ጺ38/&}d]$^0jQ5BLG}Vn*E8׎<5:#k" p'JWwV (w]eڽ]1_5A@e(LS,"LXHH̥h_esZfwJw,YkPImE/Qqlkؑ#s&LdiH8csL|ع\|u%+pOuR%Ԓϛ?z9/'n<'glh/b$"CН,=J` n'dy=o-.=LÅAsl%[$CV6آ ~_)I/(<ݐ<%_ W,"TUCD|O/ 7tS C6&)?`jD ˿9OHބvIp!g/h#|⟞1Se|_8wǺܨ3:#MT.Ejl`l"j2Х jjLơJ]};+%;ڸrrA3MN%?,Nn1,RϹ W &-&t'Hp:; r1^|g3$3gk"dK F$;geś ;8U% D YT-T1d[4SM݈4D8ۏ/pmx/UۡAžBԉ5U~Sq@\|Su$2L2) .v)\իIqnZ^ ;iieK= !WhoG~9~D}7s45?ْAI*e o0/*=n\{JleC|[,}%:0=xr N^ tn[c@(хr!f=QWv"|]cfyJ|v}dX\ZF6ʭg0BJ}pd q[൹I+d2|lqx46YG4a zʼn&@Z9XL%2䠙;c5`=e? kS>1pRsGE Z6({z}Z28Cz\ X"+arS_bZ"FC0?OeM.'{"a IB5npCL YE*Icx|EH$|BO霍2VJy 8:6fta 6Zt XRW,:#'*ҔY 0dy9D(-? E.z A6u,#(xdgkSCUg.[a #6gٮj,+քE3E|[8BRg| 7KyU×ʅa퇼bG4(vB>ɅI1KjxRe;aχ=R1כR-qB6 B +iGϧF(8z3TH$e.qqe|<Ikڅ妭X,e5M)|D~1]ɸt%d_ǹ =4l$ ;T!ÃuX"Uߋw #6s)Oze_!V@Oz#L3ɑ i"%ti, +hi n)gQI.fH%՘޻F˳!KzIQ߮ډkHZm GQzC!oݬV#+rp9eNwH60?xi!;h1U EvŬ8_tGthkz"eJ3h ^oE{5zI,k7#x'tP(EZE&Ƶ¸mVqlr@><ɖ\^!泤.,K\hwY˘ W r"H/j`o&QA?BY5-aj„+a Lͧl@dQ& +s=΀E ZiE]8xeOr.#e\DPB6DfG,m>wLqguZUponfuv͌dk6Z!8*AkZmиRGJ|~xC:6|znc@1֘}S>·Զ8\ I!_Dtc Q2n|j<\&wI=}j0s-9oHˇ~d xĶ: h?$i;Yuu&MJW{TxQC9TP*raV0e b)Y76f#8˔!z ήf([[;vܚ)3U rYQVħFp-&(5 t^ WLK٬P> u0ԁϗdJ3͕ ~S`K<$ڊF͵),eBr6kCf%  b{?g7mu:edܢʭC0Z9%O|%YLVe\!lBL1-WYQ*201hP>8oɡ5$ξ6厛]C 6vȵm~kC`l? qptÓ.[NOxЭS4٬HM(޽v2ԷG0 TVi)XIͯQ鬣lޟLGy6OTIBDY7j:]v;԰D/eqyvI+Klgߺcj& q.7Fqȧe=3F.L΃=]_1J45)o`j}d`T=~ j}N K1{*#~U` q>Ȏ f퉾O'ʼZG4ẩzM6Z+ካXʋka/oUV2,Mb_=i%{B->ܘGP-ྂzB(An'&\$n%bH @.RN7q6v8RВw(MgZtiVQQ\}n϶/.rR Xʹ9R eNdLXwVo>&l_IUz[Gtި;7G`1;qj+<K!Z j0p9"\:ayjS+3(l"d/6С.XՄK֚1[|p  ѓx\!x} 5%ɁT8~XpUgAAUr5jƝYY?aj*Vs}-5qK LѬ_ꇦmT'5]=ҬHsKr_X q pIX)i-oO>IVFyWa}*0i!GǐPօƤjF_0t F@4>d]= -[} ]6̍)rx'sB7W;`ͪFDDeó2Nz!*$/K=ZӢzeF\`] U{8hw޷"M|r؂63U@팛L1qKQ(0;-:"׃| j !}Q}:O C3h,aK2RdK0H'J(O/<} S\WX0Z2N9oi2I'&\#V}[Qo,8Æ/|@l;t]Z4>M "?HJha?vVNK~F6&P70"zR "q ZQ$ ɼ,Idmܴ9b71k`U A}D^!Fv(nPY5~`뺓XW-kFo#{"&& :Yi@r|&9#3G -t{/|yr2-s8 φ%g.! p}#2{s+:nG-6P̈]цnTNj տ9ZGW/P+M*e1Wd W f*zg1|~~ut}ܗΠ-AU[F ~<Zod7UXX?l|Hşs&e&>=vjE4ٞ+';w4wcH H0){鏄;ӐpRp_ԲaZ1[h) -Y|v )ޗmаEq:u\Ux3<2=^$eUk;jC-BR"\55(™)¸bVaRԭɾY4K*tiqTߗj跊ccu/Ug*2@/^_īE#GX[ݔnϤi׼|S3\\ ޾VNè~oC)qqTrUYΤ{}VN g崾h*[ē1U٢ "KG ˻&` oK؅Q>"tH5pU5<2DfƎS_JK|ZlĜDB/bEmGӸŽ^LKmXw⍇:x5%JN 58N7EZ}9>s5B$7cλgE4VSTBKTTGҊ dˇDn[ .I-U݊~?J<n`~8 l|1Q`O\/bp#KrJc${e0〉 \&HoDCj9G"(V月&Ё|LXdo߯z`r區E ;CƑ9ggC[ ?֑6f(B>Ӱ3c"'ٛtӷŕJT |vxOĠi$ ]8|u0=gʍ*b߄ʤQ6h O=*Ҹ 阷m[dNM݆WAd h0 ?ʈ]Ԁ@V:qUq/X)x1Iz|14f-K+' h2]f3U;BVX'Fd~Qq]daGJ c\NTCQOG$dG/< bN^8: 1~WeTr8x.]DYd ')!̯r^>3‘PBϫ,b{i(,/ט\DYkcxwyA}O`KzXm]<= 7pt5WЛD- W@"]t!:geed%"On_tIט,bGd1?(׍:d.Vy/iG5ڂ&4;.&K8izx#R[KwTyI k^,`}ut޾E_d =rkM0n|\셣%[i3*QaL{ISӖWhٵNxc[Oj15R 22 5+U8ZJˣ[w"ڙxЍ<6_eYa2Yc׉ǀQSsp<':dDiٜckgW(SgLX`R{q8ey3 ed$,0VXUTݒ&o{=V8ϐBdD9<)dZ2%z7rGznw$Z6n2:1άh3dzzJSLB]0`>{^b n4"^_/iEKq6Cf^_%TtF2GT8%_tY*bL!& 3YH\gLt;\p P [Q_}:a"NHgG 9rHf.;! {̆Su[7BI5Q" Q4͕gһ vVsSƼqɗ)Cc?N!Ѹ,쪦N{PhQV>gfLGybnEMf3Z8a ݙI)Zm!L6@o$z˷Ц<qXo(Qϩ uuq!=Qv;.pCGѸ[Tt2[lhf[`}jvZ5Kj[C$kߖ_h+j'J}rvGI!ԧ7Gghvܱ3o;+K iH'tCiJxkE9v A*dIquIEHw\ܩ8 ֶlJIբybFF|~_D:k5EM)akefe^AP k751HR<%)Gͺ]&֫-Nڡɲ a"|cΦk}2W{Do6]X3BPb%yu tW\5{sg\x =?tDi9]1]vh6T6(,"j&N|{ D{q1K캪=%{zRmJnR$;|Iy4;GZ {w3aFZy{N2<ۣ3E!RcjS^i?}UmFSbOV`A\<gp:/}{joTt_/5DR {hJ _bEj;7 7p,vbz3WoGnFaQATyIn`(EɡE26 C)~.'"RzUW"||gEA3FoWl2NYa"y+O4ueqKXP"{ *LG&JshGIuӦoaW-eUp,LFSVnǸmޜI:F;"0{>)k녎(䛘RvQ! _oRJ 5uD, YEPn|m|ۊ?$>oԥ>^DúsEsz!ं8bZd|o' :c :qK]Xb\- 4 G`y!IxkAGm;7Kb(Hp&O Y(B/9Q<%R"&4mU3?;;7q*ՊNFMxk= dN[^cE{<ȵp9éw yqmd#w)X\a\%ߌ [m$:+$$rH̟8.Ż% SÕכHOg.Is"T] H!}H&H 4^J}9f_A2\78Q0/2#Cs" D}K PZ+qjzR*J!Gy",_J77mLL1 o9ӱ&С(?6ệ>=;|<(&N"BUplku Mwȏ~;T2o(8]{&W+25ZRJ'+쎝ŧ( bS3qOinU*2$@_X \m{SD`ZWvj.6j%nD>ρG#H92O;XHMې]Ӧ!GD Tq8) 4]?7q7Z/%EP3zRL} Sq$/y4ǔ\Z¿))#z$~<ڍ$#ܮחRe$4"PSޑ+Dj{qYx^l>ٝ 94 ya??@}AHZ-_Q=4(7т5韃&Sơ +7=[eL3ѵ8ƚ*ސ16QƄԒǯ'ѹhTtdjn42'_=rYo !5Ϗ%zǹD*U4~sH׳Z]'- <= u[R~*~V4< Co#YEFftpK[OD ԀEsJ4 /]b֋ @EqT{>BVS>qX7[.g୎VSc^!GncI{Ec9Pk|b^yy$xQ/qnÚb-2*ǩ2L yp*{ryNbHAZP4r:cu كa1 H5p8'gVɊqkvcQϻna3NDG ILaѧd؋Mu+e8m*/mpId?J@HpV.6?5x:lKǒtTsk#ԡs9tHl:\᛺ yQ흋MI)kw r=!˭;tn OAvq/jbJ Nx rVG4X3d1uq Bh (jb9$j*|U܉`2AW4Gps˹0ޥ'^[}2E; &zj1spQ<0B?P0IEkjpƕLӡV}>v+äqjµv{1x;0|^yVQ:DqXtyVꅯx~" hc0`Kl(VY}TsTtmSwo%` ׶Y `4Y4(;~*Rbx8=us6zcq٥^Y!rlM"L\-T#N;xrCUʐӊ*9rͿrWn=Ѷ<ƚP.;X"EmxT` 2LV& },531ze+J墳)5EuT{ymOB`tV5l> ۇ8 YTp˅$4K;ԉRt?/ qXR]Q9j{bR+hsR)Ksy8v˫ؗzm;.sK/7ܠvJuL'"P@ܰ=CذN :zسT]OjbUS᠈tFpɏϕG;H^,W֟"N 5sY!PuDSWO: @LP\UMT]^ J]HfmnlP8e圣_:WjpdަY!0UD(왗aujuZs=alsϭ[1ڭ8L/ƽoF^2_H 60r]ԡ28dt}\5"k#$;.rVPj2M|<8d rxY$Fz,ԆAT+iX1*'bi!w/_;Ur$BU`~6"cBd=> J_h-B O@|8U,{#8aGL B9^ɨZzIH-jO@ xݦj]f3,FvA󇹷hDMBI`” "IksP6n0,2t`lPYq=Rw~1NϷ@YGd2w'[&*Ekx/\JjCuCYyeKs{U6߃UML_Bw;pz0,_^ajV 0-v]L>ŏ04ɢf&`O/E,w}?d $$=EELqh^C6Ċ{E.h"-r~ϰO.l^'% e]ڶ„&G6m).X͘ ~]ekuJd lYod"fO#tW\1v>ÞE@{OPUDmU&H srJaaDI8Fȸ?^7C/AZUSp?c)*@# K4Dլ{G%\KLE5aؤP̨}=qv4E # nhfzcS#_| gM< B 4WRy[4h vHTx3o l]ؒ!daŠ&;{+X]C#.gWƷsNH]`!Y'bI܄f+tKKґ6 i4CW`돶H#7s/A&H&MqPBo{Ä.,7Q.a'm?cxþUJjΈ ]̤!<}~MIZukmvKJe%d$Fc:sȐ}mm %BBCEh.*3^{,}P#$kAN'g3ݱIⷭY]G!FK To4I%mviQ ,^ȵi髵EIJ(}Is~򇗓] DPYv%^3 AxGK/(5[V((!0l1x>ذy\X{A33W>q؍?$<8^__/۰&՟^W:E$RJB$"ix\!1SOƍs?7k%I&|g_lg˧` e??4Ru\"x$(v%* ? @ s=Ed_)dft FDg8`7o2 G#>ㇸQz֖4&KZ? 8C=q[L}֟@V;Uh"`. /sL,o@d*:Z#?xYbģlb$˧ʖ{%$\1}SQŏ*F."=^HrxO9|sBY#mQ$ J])n]xif| eY(vLH`WZGmxxL>1L8* uۚ@yn+'DʘҧS!PwnTnꃜ7[ǷSI 13@'R f*?Ú[]V~BڭqE,({ |B-3рn0D%'iglQ%EiC-9Aݤ\ 䁦%^[E؄|CkH\߯)_'7G;'-ACZ{kwhF-Q1Ϫ*zhIcEBQ[kh.Cb{ܐ-&񶜽uq4.$J9^ [956 gZJMH4%;‹*}f{ii"gЯ{5`^>]|[M oOr%Xb:bj^+h+0qd|'FݭGy5hJ~PnyHM[0/:5OgnDͭt]u <rÝC usFLU " ֤v׎tO Y[[Jsgv˭3d'E{[Q@XK/at~"~Ub1%H;_(+\|{<5[_XZrȳ a#<5}ymvZ EC%Q$Z =Ж/6)˝s]wĽͶlxG,?tcOq.:KmU RYw"ug$3lnG/snF[COUoߺJc~&gaXu׺#=@aStz&UtZj5`T]o 0"ɞ,ɿ2)yWTB%*x$N=nVy5X(OG6Bŷ[W_ DYytw=#k-ۜDTËK"#"p7bLX+ϭzLE`;Q> |󳪩Е"3jnz֬~ /jt]Ytd>X)Ѓ^ڪ,Bws|[&29>Bh4p/B]̮VElm'/p Uw1r"Hv=ҝ׎fЪ珧$Z01W[fQmhg exؾfaXp!я# Ĉ}'X/u@[~(,h'6 ^1ɺ'Kz Eӯ,ӀJ!I:UG|;:Xf6sIYVγS4[?vKyIWcI><ɳZ 7r wҿf@%'?,Q*Ii:2R;ac}qOX{ 'Ho+Cil o^Mڮ6[J5a9 T*IjO #G&'bE dфT SUWDDWCTLJVNe~}0p/a5Ĩ#P?iXI~l-eJ~X3#Y9}=A`rAz̿H*=,R/8t2՗jz¦졧9|փf:8)8ാvgqt.pG0 gV "FILGH{Sa̰xPǜ45Ն~n}yXVWW@]+tJjѨS+%;At~OGUE8rObl2*[ș̦܃6{V?@%d1KP.B\viY荶}x']a^|OۏU4qx,a_1eKT :7ӱQ{q>mΖ]TZ>6TېdHeDprWQv3inDc?ϳ,U=$Ё I߳ZΔHڵQwpO!q4yȿn9=\~3Y$zR?gGct57ZJByO"eW2-y{Z\m,˖'K)h!FpsJo>TI UY/ < I>*;L3Ry-nkcvV$NV%o((׸bþJ}X}K|ܦlnfO1FS=Q9F{ ڷi_#ᤶrP Tc|1Cc[έ}JCza)n_ڲ"Fv^';Y^]c"keHJAOܥ`NLmdİ(+(g0Q(B%Ʊ_')mS!dpȄUyq%hmeQ&ONjR $͂7s\|G!5(xLWm1|˵ݘ0uk_Aߪp),,E|G?RQ t*Z>\dC۫XS~p&^^n&;k椼 B 0L$Zq>4Ktc- Ӎkg o1LdHFwR77r{˦%cρZb 7&vws !a^x/Dg;%$X<~I}z|0!$N  P,;~L 8"cedmؚ#8Vgyb{wFT'/+IY6 .3жoC[ zD4D[&# m;'xMlxWqLl;7^QQ"3\KZ\a%Ue)Pu:zM.D ܗWdvv,R/h64rT P3eWJ0~nuɍgp ap@cu#Մ(q9ʢ]JSw'zx-r]*Ԍd} \˴Mbj8+О.r߲ /C[?˕<̡:/TA0k1X ^F}_3$ZoĂ1kl&`V)h!V05,Ț^q-<~+b ta+V hHFKIoIb!?xW`M-gD/<01\w aUK"v4tl]svA>dɽ=^CxzvtbC*F.~~@R[TJ(HD?u%Lcf5ހ!Ƚk6enOX3@OB mbG?s 2 fd)lr"rЫA/OC\aƗRTQKx_jZQsƺ1%߱ G'C(v֛tM5: +5 Km }λg܋yy35L~Àa.}[esw`Ad3zTWIޞ@AʈZ}q읰kS) rg8?C{CZsrO c5,ͩW6@ ݓ=4b ?l@h_5TׄWATkk@^ek3BG30>_<` F*7_a"`_X xO`lzK&X5 \m%{g4@v樜ŴyiId3g-}0|& ̦q.}( mb2h^uF?{&cg+uHblb|o lzY0S?Y8:1wOg4/3ey=`_)OgmRI8QYQl.BV~qeYqφ(\hʱ}{%i&c _K͕NB޹ǷEؗV[trg=k6ӚdHרԟx5 W/fXtV\]䋍GF_^NƄ&љD]<,l,2 j  ]J/,ۋfE̳.(>vfꊊӪAۥ%,we "6PXES11BtѫU Ź-Q˫!-kw Ty" )Mk7iIigEnK')ú̠Jma0c27MnBۀķDGl&y!# !<[@|phI*,0,\)U5(vEC8aIydʞե"P|ߥwbIEQ=^A9H߆ݞ'7A%:|PLb0@rB8MA{Eՙ=ިTq|}Ώ0|/!x& z7tE9\^)dj)) JtGǁyۼQA6i>{Q,h'IH踨u ZdeZ{8 {78E;˘>0g癰.BO4MH.$#݂ {#%1a-Hbp0w 0ӭ}6ŇɥawsɰԚEcjnV *z3[fUƘVD /DcϺϣ/KEz Gvwݰle?>s Smq!jEc©ahYS2H{Dܾ!$7{}jO$8oƚe#%Ygوө`YD@E ޫ/41ɸ.kǘ.mX刌$sWpI)u'9آbI[|e- n^w%j*N >fO{cxz0׻~ .WT/7kw?SSp\m,'U w#vKʃ-F&:(f8jđvXYA'SQ&`8 (qzK2mfV)//pQȤW!Ao7@OBe"-9U g &w>:JnO#⬇' 4֚NvOzCFec<~d4?3#=vpn1g鏔 A!XX bプ2i2J-/pvä)_x>A*ZZ"i++u1m^ӊ}/8bݚmߢ΂v^3'--+)V׺g{~=>'|0kaW`;aW1Tn]1F\~wf!k/~0N:-$g+ۨ1'oS? Ny+z%k=K&2mF)J(֬S'Gm7[YopIiϰs}!pPɖ;v-+=LH\M"Z^Ƙ-8rva'G"۳dVK$3`I9_OC9B^8]V:Bk3L aM8ZiZfI!^CS<-v k=B`e myg $Cvl>;c[LVim =bwRKtΧasJ&?rYh0~)+e]S|1_XPMf @5zDI$1zIq9,>?u7f:i36 l%kX]ec!/hmiwN?bhx!QISOO)Qљb.L@gLJ! TDGc^XwE`S󛥦Ţ:#v*Kx'xX(P8Vפyfʚ@Z/"7,X^z>SH6fcmǪX!%h"HD32],uXТ@WP%?fOp+O壭oހ6 .< ۩Nv+\@'3OH>cKfy[&kby`(ѷ.4ZzqPs ,%7J""UNk(AKwm8.]/& 긬 (=| ̉u@k^+递vkO =Q"Vb~wШB?<ã;z|c)`V mpuTms|" +XCEU{G\[AO+}#2>]I+fqܐ|drٞA۹͟v"^ƲW&˭DXƬӊYc|[ vCn՚EVkIێjSrJ'/dP3'zw<8D:XNa´ =c*w!OUXĠ=a'ć6b?8kF97"eM Fٸ8WsȔQl?Rrtp魧[G J/(Phb#-os귩F˺Oh!}ofa[HgY`N3*8e'JAaf5ڈYGN坳cR|&{vY6-NiǍ+<k~5n8NŪ$Μd m#Msn- ˋEPj鮅cB`{q !?4kݿlo#${MlK{%"CZ;xqkF4w8XF^2M+zwњ(.|TL4hd{UX#Q A8+ *u7̄AF 7 nPs%\ZȢEF`*2Y˞V܍'IO=\Rp~:Jr/MO k'>΀)00(u O3%+!dϰ݅1f=±E m#{-(8q@k1Y5"nuy y"Aw{1AÈ3ǫ/8C(Πwa&c\Xftn5mR `E{U`$,*c^9Fe)W3тNQ&8ȶ:1Z cT߼U3Dlch*9EʃMMqJ2-|^;ӢKCQ<}b@I=Wf,_QŦKj^6BGsAs"y3v-H n>9Ш<qiR /'t҈ H-lGĻwĤ%IES_g> R+x Bxu>cpTQ/>(r5 LG k/!\.??&ߐ9(u7yіYdD|Gd;9-ȀYk kJn/ƫLYvs+An;Qhn1sj]jfͤϖhap"dм*^SKh RÄ*0Mr֧:{v}*O>?+|xos'7*:pFY̞aRm zmi1ъf{w>_ XXLRX럶c:.Hsf—H*nLgM>Y>=M4Zym~dV7͓VUf 2O#Nuιǧ.uRn&oKH2R X9A{do^fȮQ讯vPEvkbNb_޴%qHSƝNP l]v?@ٳ7\ aEtN4V` x!sd4za(+%tkcWӳI?@Q#DsN^DP`iB=Kd[hy]t4i׃⷇:Aeل2^VIu7)cCvYw%_Q^"IAZ AGsAYqGbE"<[BkxLԫ{Rj2`Ј\AқeU?n!`9blŅy98WW9MіQDyr ?_cS$:VFKfv;/kܤt@/Ŧc%`駺 t)@=9k>Q KF=Nh`9r#|kL(CaW1m+::;sT<1Ct%yB=X7ݮ٩T#/i[ e)V&d Fhv>q6~YI0_ yye[d_8څB:8(`jeNͶL[\vN$cuJf{&k:3}2.!c2/#?>gYtYʪZ5x2}Х=vrP3 hj&I6p}1e;>^g(X|>]R9~y^x!1 J]4׬m4@#HS7g7ގbġ8nOޔ)Q ̅K{ĵl 'N 1ٰʽZE{xZpO[SOje4x yGSF'4}yJP3'@:o(H¨!J=o+,,F5(8`h˩Vɾb+W%, &qzn Y+G*댈 y#ψ=XH5KEOtrϖR9RƿU.TM\XJp.zBl@R b)d Ld* sa\ȥ_vt51P:Eb"3YM魡AK'*vjg3|YIG]0p*!4wgR/GT7uw[{*[3oE9̋gYP/ m1y7Yz۵;#>| %|R-!ƕ+a|5Ux:]=c%*da)p E-(v cI!$ P*z2OeG%zA-͹u@g G4^s*&e?7{|4d9ڌ+t mLf'qwV[ T}I^{; ѪO$?l=tc#Fm]о]PQyNBgʤ:S~0\AN' &'E WhW%/H[9CtEl"'RG+k(r8(NdO)sva۹߻w(CZ,nvPTvDKvԽ; ʦ{\տM sӝ_Z C$YFAY ^#D=J_ *7e&Z9'<F0_C ,P/޹~PeB%ɑ`@ï=GJHF &?Z! fF:we w:xI 3:{YtW+L8v'v/qԃK /1+!"e4@) ym}kozWfw9lrGVqdr{B$@tM 290<˖5uX{صtpĪat c,r'0BPA#w4չu^]_B+ATV&E,~eKq3#׌2kκ]kmqضp.NK aG GR%|nO1 s4 tR%@_ @&Fj:3&XB[?9 %7_#Q[e!vzjXXrR]vG\BKZ<(KUHÜ|WnK8Tyoسd1 1!WhAQ#\MuㄔHmb(o:@g+-!_ϐ8<33eEiJc!5 TY\?~Afp9^Fmɀ8񦠭b _x\]w AݞrZEg8 U \9yS\9FKҾjPi~O|ǂ폖;N!Ɛ-{E{&ߍ{MZ쾔v#TkC\ 6{St}_VtybNqGWU%un߲$ AT->4D/$mMe)F>,R/Eqgnm3iȅH>^~ʂ2ΆG0с[C`ZSHmC CʴȏP^KylӠASsb ҇ `Mn[VZz`X.-[:X16:q`9<ވ(CɮJ:3<Й:բ%nʅ^CXF.KM 2 fæ8I@Pvf.H-Hb8H9A7>B^j@O ^]&TK+pbWNK Ij.|vęEnGi\Q]1?ߌB3*U3rJB`͈?xTd|{T.prLe00]Om_!sV: ֡"r :b Ch|\1Vqy1YӑKS^˻Yo!Zu`efnOQ?ceMG' ''v@ۓnݽ1S@A/C $5oMa6nX ^ ,J GnQ/IX6H0 Ch^׎͢>Gq^B,}&4~vRS{.B#<w]2[4O1? db O.(؎7WK0 یe"QI7xB夀{e>aOܵ,䵽g-OqG5H~ZP?WΊ<) ;_(ҒPfHҺ>@:\TE$,Tn8c+T !uiRZL~TR ? j+n{v:#>CM>> _ԪM 綣a-Ƹ ;6_A@9ٰ.k}nA<0ZhKc9KE ¾@yg Wڥ6m"@K8-wiA{E`3䌘-FǜbFʛTGxe  Qyt ([ʧUycJn]c$xi9] s7옷[_DH _/. a3̨Nfj%RܧB+X^gO5.F}C ipIV.Jo5O͑0;Fh:l@grܿ6D9z#n]zh /Mye0۶! n: s~ l0̻ yf/Q>w8yG\S~l-Y4xR\-hʙun qK ~RV\x9(DiU=c2iKJM.ph-K"ڵ>_%C^ڨ%f]F( 㪍+ő|6mbrrC/A SP\Nq\u6J8[kʩ,7whW,+BB) ́ nZ{gu%$3ׂ: dO)UfKhgemrz:r kpܨ\Q>~LMccUNRpչ=Y5*}WkMw6ozJk0ĵn -x: iU]ح⬤5闼Y%J*'UY_1{u~TfT/88#nt+%aT,uqK3/]t1:QRbc-`.a޿n"9rYF]FA4&afbn;BF<"pg$7 7cL[/ jE%֭<3 Y,[*SLn b!̨,nׇL 㵒͆ʾ:E utS\E=XIΚG!Сr.daK/A5ReLs(UlGvCfkEy63芝6v4\;!h򖢶DL1QJu(8e-ZW:qĮۢ1`NyOD|H"q55h-gR4IMތGSF6c[")'9?7):*Pȇ.F 6dH̲TWQ#͘<[Z|6 SG1.+7i5ΦDa#Уw$fPpϦm,6Ncv:fGf(/O>`RZ ˶7JMWhj޲5ndwYpyBFG̅ ja^#ao+<;%~Bo O񼈛vE쁭:FMIA`+.֧"]C,Num$n2jj"f'nhи٠Dy<yL{Ŗt Ӓy} yFfDvܣjpyqWR [|}<_&OYo@CiSAp?>=~wU)mVET.'=G3+zM]d csԕ\^>ơA'#s~F[ Q?~A@^;J;1Ѳ 8jk?`{9VlQ%8Չt1Rez&ȸNKu<{"XV`^w#|H fcўqς8 &U03 ! &~xJQtgف!v+Exx߆HDXbW² p瘵4H%EI^xVT߰U[~5IjםYe :EyAqH !#P+g J <\q[ WZBIj G<6D 6.C?H% u~H}HnuRZc ~xRR8IbcY{#?i X%^O=];]Bh?&;gi_-ap@|K "گ1)8qubgX˳uhQ <[؁XdC>cg tBmq|08v*W*I J(zEd.:74fްP)ܼܓݳǙFzC?ݠ40qEQ+؞]=?TmFuMB(\;EzUK#FawH&[?kTk?)Rp=i[o-c5;M.J{6ۅsFk߱80iʚ(0>8ׅ3 $m˅P 9FXQ~!3}nE|IO=aEa"ޱwx|.2Ƶ#Wٙb>“Pb$ T1-ͼ,_i?tC(#(MVsǝNsqR[ C=$""tt sB^,Hϟ_}T71vG'zYgr׬3 H WLtS6ٟͫM%LE!UzƄSw{۹hh]_ $屒,/qUc,Ѐ6ߌQe4)cy Cg|gS|5ˆ0ֈ?}U*KRD [.QdӋ|Lʹua*[-Q3 D +7($1$}q@M-rA^mԆwĈ V0^AXhGCةh 8#{Gu)$Dv6^ ""Ĉj4&p7j 6"SֺQ _Nxњ2AnϹo;Aip:`,( Ӣ |*h| '' sr}o1v>!#Yqag0mN(- iJ#Ϥѩ⛝׫yMDt"zkj.{fmKl`DLa HL(rRk@x !GLS;d!cG0jW?xc'nڴTz֒MPfX߻テ{'Wȋ|6okǍg*b¤V%1]p26fWù!䤩uKcu*˼:"?ȕ\os>P%g5_)_f?BQqUo&[8I15K 9#m MGnȫ9ʥU^''N@I9 {Tj.qĪMEG`#Azf՚Hj]@#?I3_ C 4c]6t5"e$$8>rz)E&Y]w+ͷI9eJIh#5 LHAc@[? vC!p!t0reE-SMyvTKa,X5TP0?]+ *51)Oe^n)Yo=q|0w!ܨ$yILb5.Lϲȃ3b[nz!2"s( 7;  o4m6a/q3A3"%@جe.2e2 =OfO<:fCfu&2EJꝺsW*!} *}`ll1^PmHG z*'\$ XeaфO釤T" \6E:.-]/wZ$R֋ ?)U`?wy=L>Q#V]sLj#~2j668S Jmy׊_m@TՌ$łDdrzZ PowkMgh+KTuP)Wxۥ+9j12Z>bDhC灊OH.K*w ‘GSj%]Ks)BzA Qvy}EB 8c?H=KSBM/&UWUxX)zbw ~#o w)#4O`'Mx:7_i#, @ǐ"#0_ɱY 59 K'XJhf]nȄ*,x٭߿T.e5ZHʸܔɒ'藺5Gx] G5%RQV8>]He&=Hw>d*o JDnv*\e?j43CJ:<(B ]0Ts$(c:NKu3lAjN7u4dp]rb\"73}y:2b5t!-f_3-DBp[a emI AX'P:JXo~ ټM'MJ^ @ʹ=Ow_31]Q&GBC>cx IQcB儌Bƙ1n o0DLqI$#[)ֱkCו4KHwee]m |ڭB\rt!6 >7_ "E\{ `bK+UĮT:e[y=`SyE=AL~:&(q.]nX}LoQP]c=G 3o/\ 'ajce-Q}%ܓ7u;3ܵc|a믁!ayT_懍vq%o@<78^KDeqrVV ħ|} Lm+EyD-?oǣPv7Ƨ]d@H~Zqj\2?%!s]1עv.^:͡Cۂ(*3Gx%UeJU 赓M Mog"h9jM^5)FlpsRtMp׆Ƭ,8vr.5ϳR;hY XLtV:l&2F)jnR}niybtPRNܮ[BܢʘWlIUKYɠ oDWN_͔ @/8OTPwLȥϡPMb1-;0S:ؽކ;̢ NZ}XZ>@Mf%0l>hl~m4w6@(|@ w):|%%-fMNg A40x}b ުӡ]}ӝ _§`@٥{AL(kdX \CDICA9s6FЧ3Zֲ$95vbxJyʚc$Ac-irkK-iL`؊8d!A S=z_Lh<^0mB Z9{y|uH[}LT()j₩ɋJ$ א W67X#s]ŏ08ԾxO#Yzs4N8IB}KVw)!jD0W#en}lxjyˇa-,v%HM/7`|s0G?9'=@:F(63wڤmJPiLx1wNmֱShgZZablR>!efD@W 6jF>O1BմOZj+Nz|qDSAi[$8~wMp?*&+M )Y$*# [IkPЙ:f(kOt(D-9Q LjQۥ^FbG+41 Ka_%FѼe|3ԣLr3 rډ@~U{@xQ'EGaƥ~JMoeD-TNxN $n.J:A+ &b-_3APbSpT=OE@|ns=a%q1P3Լ*Ze Yxʕ˔D;i3Q²VXslUr|وO؎s8vH;~(^$3ө ZQ{{{Z-^QI]TMrлMxJS$`oIqB f6$U6/t/bVFq 5\,z慘*?Á)8r,k9.X>)=Ps8ʄ[eNp?IPs^*i\gb6OEXA~8 '$NnTĝzq"sv(A*|M/%Ҹ)L!)6ң-8A>r.F:4hw )#+KbUcl'iD=ʌ#I3x&ֈڈKtP߃d)}=fE<ʆh>9Oa(ɫ:YY_܆TfsJk,jޛt!2G#GɒůB;ct!ߘ)빨0SIy6ru"zL>-? c;m2^3&]i"Tȣ4l;?b@{M%ڱsfhK|k8OMoFyV5Ț0ޘ>AHWr@L(u߃0_J?;bt kVQ\lßx|@x,$fL[ `И'8^epRk{H|9 i.Ki٬t0+z:#| L#e)׋ܡ)p,uR]kQ] UdM?8(*0{8WU~^= y~Mn$iU_1G9Ex *X"?9C ;K,iyBFD6-{VX.vmKᅃY 6D55̺;ex$@#RZMQӽêD~(,E!^PDSœl aXb pHNW&ʨ&"?>b>a!8maA2: 2->gk } ɇq;9ӥ4ߚLZ* BB7?΃t'Ԟ/GěUGvH":<@V/O#*AO^Zfu#M6Uc+U` sC7koԒ #sIm/X(%H]ӔC([H1Tj7}>M*QqhJ`_̀BN(+ȓdg,k+ӥJB߀ކRt<J:z=eT,׺ ! .9f)i'Nd?<1ușz$FL:x9ʼn E{N8fu8*l+_z?9l  Uu}pli:U]; 垑m)=x$'I~;UǫvD:ϻUaZR^+:Jh0m.MpETw@G z`j#D1G).,gMȶ' n~^a)rr%v ,V$i0<:kF _CN/nI]򓶊0XX]{f=!a'cN ;935sѢzK#D]k ޔtw4 90'}t -1c%v_o ѩ&>&@B /%"u {8D3MvraI:@7Nqo'3zPe1vNJ(78}3cebXgi"zTeNo*<^Z×~4k(z(m_E*2ҫ@*uUOSsܽԇ'Y^E ]Rw,|fXZM,1d Ȟ*D2p+[M%!28[MWup1I+[y0N[ؗß^Nەx7fFQ-2 t(F )+`,|GizAS_mf}/7=/0ZT:5R|tcՏEOD!$b輣)% 7+n lM VS(:reKG4Vu^wh;nE0WPësNmpxNVpfCaC ZebKO>y]myKTq;F~ )_{8^BaAיN,bdx͝MAԍ3S 0v3R/gtX,kR*TE+uL 5S`>?9SX2pR3cإ~A!1 H]YE^I6+UU@UZAsz+oRWS,_"y"za:-C:7zǧw< t?PNd*͋$;U>٪>9' 'np5Ntr[#LqqKT/U20A~A1=?`*ωfy9P=TŋQ9Ίy7mw3΀fa:9[~_7n tfx\?Pk 1T A6zL  jBp SHDSZ^ j}(;FG*d]50~ b(>m2wk'i&O2 抋ݒޡZO=͠o3anJ ,cXǰ-Yò;k$R(20+Ьi'?. 0(r!в#qKxEvgz:XjB1h{6 È; )V:$ƍxy$n&;"tAnE:f1)qQHkMaXzsxXqnkiy9m &HT rLԬԷѻ5C֮N Icx˺~ r#7챱ɔ 0q8w O>iL9<. Mp{& ]QT[,*mmOXP TxV|(hU%Yii򙰇]6r}*7!fsWz<}siKi1w}Eª:ҧL,%MJxpMeESqx_qZ X9{G0⭜Ajd5O@%@E=fQrM^Qq.O"K)CTM_yf7qlaUrf3]~Hbn@*Yx^$&O߰uUIߊp=QjhB;͸Ok+7| m~;8i!LJ{`LKۋi%&faj&Pz.L e8Űkr|ʪ,p']EZxWs("_~S}{?X6EjGm_%jr N;w mXIqGMQn?6i>4MDG_R =aH\]Rt,Jrh§@ܝ׀Ɖ1׼e}o53V1%*Wܯ%ʡq\pz,q*D!V[rSAԗQN+*z>uMt pw(<ϋtki}&5jStv8.n Y֑16>/jRHp6=gf{v] , `$~g담cK& 0I8g\뉪٩I]@\e ˨OqoDC쭮OČI9B*N7Vd^kk4]u8䷌1IGC]&ѷ٨ Ɲ:ŷ;wb"+S!Bƛnm aIaX4~ V#%Cu||<ڶtKީUia)F[8 ?ZaNV>t,`D{uGy:0HU xEB6,uuh8;4 R[)ÜJ $ *T Kq=P2>f j*LTxo|f&{sҒyO&t"#v ~+ RQU(Z I9ӘrIo{lMH(8 >`Q?ɢ f+U 0pEPؔB!,@@؉١LhkaNrmXD706_ApKSp%XeLɳC_ijg\ymcס]BX}_>HӪԹT( ʼo)!,N7X.D b'y bgDfd*w$Ȁ9*um6?,PK9..eaJr:,R5N3l Y@!lsN%k!%r "lV{m5O6R4v`WC {_-[B/jڢcm( Q]VCRqX۸+ nrXvE`YLme^.}"Cs!nKC׽V9欁Sm*iЪǂ{d5B_-6~ G{վ2q2fNMxr>dpi+h/n`E Pl<MRr6h'l q,@{Sٔ=\2$1WdS>ʌk93ՠRl_}"։@_GxL\WC @Z=n4sUC  @!y납š k = ֜{GQet[=XP-Ime8=hzX2:#r WF'Q0W-ORO@`2vsc全&}D(>Lg=9i|ү  uF ҝᙂU^!љ(Js%6!иAoju5|%# ئ}po&+t6 n3J+%dKxKK{p';e3wRKQ-~mZWJ-xZnHYqBJgh Ab+/3/1N'I|zR2>:9 2̀-KSs!~r5u! W"fP% <焇yMiOpx󅸑.`r\_0U+E~G0:e~˱U>E,>\NC"tʡ-޾ V'7 ^m^$ƌ}1bB-4օ g5XXYGπ߰f wF[ ',xN+T:r#*A-lIdRM]ͤ}$bԯcG3IWLv34ҚrwmoCB/ª_ s_7ʡ\;I0ȷ^*DZcö$j"ڇizuZzU;_Ό'+ψ9^Z3M)de6:ZT`m貔*rݔc3 FZą!л\ЅQ1nu+s}\cB'(*Dxǻ߰ *-z|5[ Y@f"/ V5nůۑs_"ǫzXKTgw$YOZ~LeX[qFOW`x>BRGIK 96Q̄^z1̶;+way_K^3ӧ MŭFLOA)2UxF=ЍhDFy=AG|:qbmF@n%]+\)[ ;~ȝ'XD OS՛9uIS_SJN7_ =6oW5Gr N]w֩yD1Z8kPv5"֥GhRaVݟ(/|-h[C(5rѕ7du0maത(F{m\xN/)9߈/y ''r+Ye^;1^[da\\9B\ϲ"o_T.CΔߐNF؝{x>5*\ԩF|Bp[ih4uhfcvjLkkjn[5h4Y2'r& X[_9cҭ۠IFje0uCWo6mUie,yFur? Uݥq`<؅R*,AqQN5brlcR@A^+dk)竔҆l1C,RĹ e{n )bd8NJC;/^ ~g`ZFt/7@oGqM[:O&4{p2H09ס S(vgP)x2]TbL;k*,5 _̒ms]m7Sn7g)0GGg5IW;]LQxdًR# ,8LZ'RZvޖ/O $/V ˝,xڈ)f2gGȡJg`e[%,giXϤ$GscS!'.4zN ~~'pnM`V}|Nh U!@rÕrT/ZpWlmw\~Fz>:s{2G p8QqLnC_eˇ%Y3! W) UǻĆ;kNܢFܪ]tQڛ}<=c7O~oFTϲ};+TTrP`e9/wXyƌD$w;jcx}5dx"Ic4/ Z#2+K˲6`6x2!ئ7M?cWT J#|PH<<1quڛQpܳY^m[vY{;&$ lCH}EDW%Ey<Ci2#SB-K6mo+`[iMʤ "Ӭo4p W?ǎ+J'-]"֝"^&hS)Rpg0On<6BuR2e13s"Dz^0"keE'n @ut'mLFu[#V㭮-i:7GeD1Wt~)YXĨ9s[n(99)su=P3שELDg[;dIU{N*o9xE@2PgU dv\{o1&ftX>֠5ϑ]Fu+o1^(Mˉ0FEU'U'ӦcB-`&@,"QCqEG!aw A9غq 9 F ˸%2hˏ1>YE3" >c ڐ[3EIm8h TxxFaBol7e-B71.Yv"|\#IdD"y$ǭu>iMuLr7D1lG`Fߋ PSxfbMOD >k/$eBe=;Q#qV]9pJ&]{ba/ ~ u ]"s5uML .; Aυ#1'AD\:^ٮw[jLxf&oy\|vfewz'rS[sH|k6INTϯ(YM"З"/[cSCԍ]P/#0(Bp f ڹ*&=XE*Q;iW Jhb GX}"0>Jʋѱ^([l5PP"MyCír`p1֟M9Sjҵ)pCo.?|baŠWw+(1;*ntݠUu Gі -6s q:HSb^'.BLc*vemwϤ&h\_n>4R閳=C!k_kp}cOandEÅDrAQwJ~[TM7_ oav4yKSGdB N= 86 ߏzA½(N-eGm~L<)XzB_ڙT:|nrHl]No5yѺ'oSۭD>WU@hwR%|Q%T=S- @[Nj5XLspan'>y$"`+k'z,ڋ(Ѕ;A{Nq!C8w4 .SZSmgycᕤ˄s Wgbѹ%&+ Pݛ}u-{g:&* pۓ8´l IZ FkLHQ/~" qxT+:2D)>ݠ3@>4j_96  bs5isi@IP7y^n]gP~,^*/2$ڭ r8z(J|oj4ns3Ǽ Yr44Gt[)H4M͊f~[JQH{pWq9%bԆ8},H5pGų\l q*4Ai 9&A8IdYy|z߾1{¾ޅђ17?0O:fmKm>׊}z7jc;`35WgLt^^WVTCK9軌IkZsA%D>$䗣GG@u By{Bw^XPW=r ESDa ֥dÑMkatt7sM/6g e.gG ~!m)vma{"5%@ jޭWŀ0A2oXM@̍ӕ̩i7C.\c&4iDG3~Ÿe`y N +'fʐ!0#e3ۇ>$*848 \M&`&l?4"le՛\#Θ&f`5ьʵlP}9)$<Ю/H3?#)p q ] `,Ǩg*ᨒfTR4Y[xQ׎V[yJmO:uX/rZҦ!1rhg Z+L~'t`1l>Iͼ׭01R&"X޹| .h5`(ɰ, !=VJ_?&E$\ެ> 2˼TY, kW+VC x-j[p8KTzmYȌwdz(v3Z+D}\/IQS}nA§JuGL2{ҳY4=upY Hl/󰫺-4Y<|+Ct N^MZM7Tn->q$M$m\D/gz6B$ 8=?֣b8L y. xQAKB`$/˝FJ?pwՅK8L++eajgd5AEg'o"kgC">jM{Gda;s%Csia|Sy|- & 3 U#_8>D)m"ib ^2y"?UPa ı.Zq:m9>s9;5ǝrs?J岐E zJ@V֨VekL/TXNR ÑTVbUaXe/MV/77w;woBGp[-D{yKWhkL-kt9c5a ?K;̂K$ \" +m+yhh& `vc˭ ;drDra_*YQ-ě Rx.QywGp̓Kn3ם\k-"zRo#; p9sG;c-WmCRC0O -]/* eRLY jA#Mk5PXXkaGC1NE~¼b!auTZ_oNh#=cI5篘o-C읪%*̈́؜~V~uGzh U2сjW =%HDG߫ U%_e>:›F! VVktkԦcXHz][Ӭ۳8cuS{Evt9y:UD07j*bNn+=xD,zѿyO(jcQܦM}t+tíYZ U&i؃3:%]nSR}2)&`(״/7Z䋑?nhwoGcww1ek{݅b`] jfa1gJ&n dfIY B9&LdfoU4XO ̗~!N3;=[IJW$in`=L<-mp$P"tF*jxBg-vmܮ ;gi;B J_8®?Fa#A%hTE>R K5%S@pL X~[ 7͚)סWUA֭MHf, C0h⍲QFjgc"~'踝V\f0^«K㗟H?辢xW.ԄvK1sM!qc"MuW]bTOْUeC|s98>h'K(#vwt Ėdg:*h^- (apU-._iIv ŽFAY.ߧ¯}K7{,jK9e,(7ϝ.1p=̐@E͛osG1:ٻ 35^R2)(5#3I;9b"enzg+m @5k SIW9/dY],0  PtdDH5#]g҇.ɒo` u?(mRηYXf&Fx4%n )IxS8[b^I4H/J .:KLqN֕.P.׭I͛/lf`a ap_xr9DZ*W9e`G!smbs%4oXݥLMp .H=aJIWN'zJ)"?k-{1nF0rY&5,G;z5C2f]fooݾL׶q*$& œT_mwwx[{|BNK*ҞYDt!*N{"{GaxorgR嬝L?찾ިeݨia2[aUh> i)#aFaܹC_ cO;1~ 6NhvyI1Ouh.jECcm I& &̐V$扡?*ԗlwF&]Z>w4HI+xJg}^O/c~XT>JA_Nm%ʊXg} Pj4U^_.[h4o͟A<Һ᳞y.K08+El bX *G"qR2kV&8W5w&?l|؝mޭ7iKvR#:8٧Ba`6[ѳ2% U0 ߰$=`hDy/9j St{ljk pQX'{DSmFzEC'+}%Nv uK)9X@u ⨫߾l̎ Yj*YGf_w<.K 2^D[N1D*wn(Y}I?cdWwC$#7 YrR ٯRߊ%|nb'dMsZ茠-tvv rn%"۵X}| x)*5Fl惼Pч+`lPo$g:}VIS/PmbPLVMU"/]hpgrdy Z2D;3rHaJ5ΚxFm|Ɯu]=3$".Vٞfa qT/߁-Fs& > PvgR#B;.Y)@Pޛmjy?JY*[^R T1[ObGO$ WSܶoyDd>:  .l\'JN @JjY_|nU Nq8O` i//ok".M|ѝph 0;s D]+fFWt=M˺2,tbPx<늤  l,1 򺛌Zwn_|GGF gAw`{KxK;@GN j ه/  y2qS9xF8L>Fjn&UbN2$'|E 17ňAЍ$b9,J`f61Mc1] X ,qhDAnTHm:nNdeBI;g,z 뼔 ${'`3g.G*]Q#<78I7@l4H1"5 S$PfN$MiqpruXլSIlN&qcʲ3NWlr&\$_&T B"|"" % "m%ǃ ~vN$e$iٖB_D>PptX =4x='ÍB5}$esW]x"5Meb܁<@Fᬤ`#|9,fqJTg^d.*wr&:*lz gcK?#yNFCkK eCh"+hK n5;3-Dʪss0/ƚxa">ƞjE5}5zs9jZE vyLo\Bf>P8;gY~f 1V<| .Јݨmb=4,oHi{2d8HZ!M,|2[9f{oyJa]vuZDYR}ij?Ȏ|cpZS[`Bb?I obP ,If;"g,-x?bq}޶`=&S}7:BWxq+2*ݶ~,6jW;@JۭZ,Nv7f H3f] b " vxC+BigL)n/N'ڢ|zu&RhūMBx)k߇ %IB+!g# Tɻp#,uX57'd[/~͐h:pܐZ |oQ>?(r}mĦ*st:MZ֮UNB.d-bu(8j?[ B3kZگ>p (txQaF Lza)Ubk _O k͠5H0j;O翡쓧`mGd&"ꥒK?{`:0z2x쪚bVdˋ4+Wыd%_@>$vL_16Ba8N#|̼:zҡ-Ѕ\u9ӫhp !tP1ǹ> g9[FAaTC^9JpNjױƐL$9p8bҚi~=|[0(7XXmVJo/(,Z~L9bI"-p7*h38󣰝^6FM}OzvmK"%r=m1dxi8$߂IRފԓk=tC+h,XӂHt[n1o=$!/x}l'!VLݙ"e4ǫY2;{V.N֡}@lkl38)xqo> ?l@ 69o Y#5/e­p:ȽaIT7&HUVΤ΋(~DϩfkM6m|co m/C#A|dlŚ(qѷ#*ZFBinap݁;TvMŲoWJC-h> xd6QU)Pס/ !q.x}hikOXUR=ј vD"d7.cQXŤuܺxx[u\)Ƽf-Gpɗ<[qO-S #1sК/lȏGbmYv-z6jh daK7,j9l4::LU_ Li{7u(A2VOZ*JogGu=jUҞ)Di,LkJg|;hJe G%+# %x&-{blx^إ܍칛[. C=pd]a냥TDMbjwK2p M03m5ir^y]M.yG@mkyC!xRy3?/䮗(XabFB ^@a\ :KzszM ^ >VOAJRvo,8Cl@o`뚬ѺXhA6m#FQMPCk.x|PJ^z;t"dS=ϢfBH($e2Ļ6)|D]7~~a5,^uEC.Vwȗ64$Y7據LR ԘChOhmuY`ɀhLL$QKKf ZKyfR\hCRXA$ʂ]ثD^S Y K6UJȱ~i~hhUЙrZ$/gr@\ [G"i7(1"0ZҲ+=;5zTEE0Fpdnuggp[/9 _ fpy^r`\VBcR55 wA rց}|b8O*$GM^a[9Y:9M5r_WI/m= GC %uOG-:easu~ \S%G-{TJj11T5XXT#tJxq Tr$SC?Ŏʑ;C-qre!D{: DjPXT8셴.+;f,y*05;_9E˶h.8yFx5=t3%¥[T@u'mQPE#~Jw1{ug 6]~KO)ed( ECbtiC]W4*DFzuͤ@N{dW&)`=G'AT`6^-V<,7slAؗ ߈qtZw{`j֣i>Lx"*޻|Es,tW H3mRc:Q+vOJܵ$d/_JȳFlC1#+api@YBTk t%Q0Hͳhג-`OzC< nYSyrKNJ CthS Kz(.CnNUv<|D$)ȴ Kg ǽ oT|蚑fk% Y X̻ tj⨉ o OҴp&&.~??mCUy6\rg$PfmXfUٱxx݋'8Ϧ"[| _B=P` Z ie18290!GX} neYPj^UϔjJd-8ȲHi+TJ)=P7}D|$^ CXL.ZJ4^LI]I pr_Ǯ[ѿ5k]_g#+mCO"1Jg &9,c5M$]L(u2ӭ\Z54r-J K0cok\F]d)94FLuA,ZJlɖΫ3C_K5+*O||T9)%}f{oŹ>\ vr{sNC$^f0k)"cM`~m!ړa P~N*G8.bɰOg%ȈMfp lPs ڌE8 JtrcK2m[1Z/kr<t̹9)2BE*އNnpql,q KNeG;7zAt}L_F漷tisVREl-7(׉a8~X3hG]FF4+.  D&،蕈8I< inY<{ !MUlqfhW&"yj@*Pˑh&ﰒTyDēXz W5mRb?e,RyW'R%PuGxʒGK+^M bh"z)MEyt[i1蒢atIf?%JEK|ݨ/FH˸jva~:Uxj%o|Ȼ6 sӟ4 ]m=W %JeYrXc RK#DUVuF$%뺼hfܡ `b)#6^n?#۝я'yA lCzM92y!Ȗ$8 DjݽGgc;*䠖Jfa.,t\ꩺ-PmiS:w,mGxbaˇtA8\J[1n\(963R@g2CB:gҝGe7p3c-9f>biv@+v%16joEA CeWZ躈PٕW8$59 f8]%w]?QnMx_6}__\v?qH0u`zP )P籎@>$˳D_E`M.NV= 92ۖLm}{Zqv ;/`O#^>6#=Q{LwvՆvtdUu3*mc'14+g@ZO1zEw ظ5ai!rŅTTc PGm>"&3vM31t1NZ=J;F2;[[X;[cp"`.Mu?mZ3wH^jvVV EBB$exV{~,px.k&Z&Vty1FZ{7+Gl ^%O0>b%)*J\"E'M:AaQxvSi9s۴hCO=5q4,I ^La!4$﷙MFTeP9oq"}ze-k6dr٪뼝0ZҮ͹2.&GE 7My!%E✍K$[?Yg!VJ\tj,2x|,SM뭩*jZÅC!3brÛƋ0^ǒU'Ea"gP rٜ:_Ɔ^h['* cGiΆ+߈Vm% xL_O|GY2:x vrN |?E/RcOo|wP,['jLF+=YAeQ9 0)> ʎ"rx;eۂ6 SAGX wzwǯ{k y'GkߨQ{`~x`% H?j5Mj r>aOh/ڪa{^@v 6al$\L%썸 3?);}z h aCc܀Axl˫41"}T,7DUe>0AɓN2(,YBjZ,Q⬥Ecκ jY@c Dov8Oئ (]W%nnmh;(teqԟo7q0p`vaRu$ѺVf}1;6:C^].8Ag9Q$['=!ƇATZ5OmSh$W;Do(uV1Kв\4׿*sX4ulA/i杪 ϰy[-Q%6 l/snUgз/4ҙưq_C%w($t\T.Z?h6,砨o*{Fh㎣w1CFH׏}46tS@X9݌~O5пu(Qh`A&{Ad(;_"zh]k:!s-R~TJSe{ mOM{bd j1(|~1(?A. 8p۵|Mn!ȮdYqOhf'0r^{2sv $RL-O x3m:H8çB64jfd3@Fe$G6I{2f::+k*F 0mۃ/M~Y)v?䩴KgfAfX,ezVp)NVqrCU* b>n{˞BhM  U|ث##6S'5 ʧQ ?qĿh p*@C7d&6,MQ}7bbm¶e[MiQwl)PCv;v+ȵ2Bu2w,52g}c’mePJ:l06VC_1,Öa?ģB&9XR \Kz<(M'0s_S%+^S=Ob[fz<0@BB Dk.f'SB/:|8E"1@TDA1o="0,l湤;G͈_/A \ ;\83m@!7&kĢÆZ.ѭc9BZ; ڌozamDqzsX:ͪ@zi"U-(ruXI DP*AQ}م\)Cʹt8TdzDu9ZQ nEWv ) ~x4?&f9؏h@!Y%`Qu1& aKL <+hd rmk.L8! v-C:XlQi2Yh2U $Nq'7!Tb6;Y` k|8pQnޜ|f>C Wvn`1t\@UY ݿYNva# h~@@V(yQ?!u9nEk([^C-yjfЗC](UDT~bp6ɆmDµ򑁊]|ٍ)+\ o~T g"߈Z@Z4THg):MEmX 1j@LIllkZ`Vs23ɼX GL|Um+[O8 iRgMjD$'rXWsHJ}[`bAt5:myq/^15SNX9NnYUxm[iuA; pQ}R1?P Bw\9^`J0%@[zZW=0𮦐Y<պieaIbJ[g2 )kڮ\qXX!Ի ʇ-"/`11*GX3Dkܗy`:~DbE xa;xy7cn wQ::93RK*҆qGbB5scs#ysb1l[PC$":&aYjp_p|f!~چōYeڡ 3U|``ϾѤ 7_ n>0i-M`2`ۅ b&\nĆdq yW7!yzI]' 9IҼQ 7 9E׍j>8ZA5!&"?i twcmj)?rfn)_hnOQzc<EFlhqP~xm2hAҦLO'Q'; ]OO/`wuiE CCD ڣ/+wŢl< *dM.j$hcF7Euq^'hh~DoU_d}ZN]n^G30c$_2Up6>UswG\"i3*X8WU:b|.73dK{%@ĞO"F9X3NW_pTa; ;#% d¸QD>ր (hDP@Ydć8fw%)*Zw rM"lKQ7&{iT~7q]Ai$sfuEi5l>Yq .[D ¬$Y4^4Id70 4ȓɦ C7iTbWj.5tmQCᰔLvxa|b{,f'IpA<%U֟H.`Pe}nƕ)Jj2=D)a@6R?:OЊ7QA#D=iI[̉dl-LDN0_ٞ#%3YGC+WeUxKBl$Qb;qf#7x_lm(ΓdA)jk&ԒŰ+eO!<6e@MW\ܗ|nyzSI/`3|T:E6bظZlEx..߄Ei ,),,h!nZb7:ɯZ>g@z4dfvVc ;ѝfR|BR>Z]M\i)FV^Iimɪ13SrWBn)C4l?(MzًGOPi#p$m~ze%+f{LqWI(~e5gŋnJa~WHqt !hB}~y CCBs9Y4x`eڻDp gk'{ 9f1V.ڠӵpyO4odF3ABkN*ǡR/PdXxqLJ 3ѳjX”j*dj6wqQY){`&R+w/VJ@IYHAxO׻M"6@qn#N G%n#09;S.!Iً̅[KB|L*4"[дBٰ9u`^ݾkkbL*n0MY=a QjpKLuY_1oo݃& VqC"O۔7H 5UEm< p,q^P aI0ޛ ;9Ơq[fSa~ׄHD$C@O"} ܜ Y΀PL:װsK유f-v-ҷ9;uYDЎ) 矗9 9ՉFw/mԉ*_C}pޙ<;vo~Na*)ׅP~ iѰY=t4eY`pZEm|.Qn/X_%0vmXh_Ns<$#6@74M5¤b\S7 13+E}SVK=p nh{kJYM&_R~=hM(Č&鎮qt$Ǩ]90d/(0uukm -d i'9v ΟAdƾGM,B:&h}sdw-9 NfTRd$YGo! : \"qFԾZXAJ02n$wĪvĿjdBg N bo}9NmSăeZR6.zX?HG;JotiK.f{%6J]ڇŐ>E鳹vнc_[#*B4+P1xM"x;f?[Eܤw-0k6'ݫJƚêu9r'KK  i^O7Ŭ ,ߋWrߍWJ <3reגc*^_w9  v= u )64KՀMUrzXڧoS觷9Ckr.KoË󁽣A2-)ڵLʂG{͂%BQo i+C<tk)!:j4+E§M@ $y.bUȀ=wҵo#jzMq ?Wl/AlD$y:a,T;w'bVxpC>%OgZD*2yJu%63/c2t EC%-_Ȅ'h!/ⱹ N?:w\iwިëtwbI%Xz;AM%ʪ,Ve:krB>mM9YIb C&eeF'sWanF8`~79/t|C7uTSpNlGZns譍qVґJIe~Hnb^8ߗm畧 .MBv/Hz3|^aV8~}]`/)//x),^;"@Ab :# m AvP=+M(v9:tnwd.7S 'Ww9!*3qP A7+R;oz$SDɧs*,_|T݌Ӥ=\:k?r.YoҺagEuz`auaOP^-o/O3)ؘ55""'4M6#{F;DlM=[}P !6&g.h5EuOH7Xdg&= 1TqO^#Ű╡K ?vH7eY(rC9 n&II"D٘Y& gC{0 5p~dy~AnL۪!!%SmU_m9hw7T8$DS~6)yu2t5\=Sdˌ{Kz& ‰%;Qm- R4 pUQ4.65c/{1'31w4n~FOt͓E!7f/wPaA V-2\hMl2zm&h-}s1L(^5a |bayxjn 4ON2qJ6z(% pM ^}w7R 􆈑gX<\4*{FOuY1y @]b4c<;<'-Ѯti۳$ӲhH93}MXw%iȫwշ[S)Ex!X:{8;}EXQ0ܗ'[Mt]l^My V;1# bGg&1#,dkFޜmqP,{O!ʶ_Vϵ%ز ޛEj2(GJ,v/.IЄ(xM)zdaRl]!TH:]!`QJE7njWvW0%gZ.0Y-6QRFZ]<|(">ڀ6$F~xe͒og^*DsAmUȉϩxt5DM|k< <`Cq~$lsA3dFmL6OX')' *قoqtaSՊƙWG4oŘr$R,>0'*lK:,"蓩&ʹa@!Aa]gnڏYR;) p\7: mj ^yCjehg9wƼ |C$P < U< umm#˔ f{`"rQu:1'ofItԙ\/:<ߝn&LUv݉BK$7,Dikii̊>8  v=KF kHyý LS#d(䍋56 Y:v;O@&!ƥT]f/&E#8RDj+$Uwa6Ӎ(P"yrͺzO6-#ԇʼn⧸x}z܀Al|k;LI+N)=krr LŞ=C7^&Ks x| ÅI%f-=絸Bf@%zO '-MzM#AAn J٥{UL1(,E ݴP*^,l"(y@Inm%ͅ/|nͷFCԵkO,G&ZI0*2r"U坓V3,h_bSfݪ/[-isA߯kXLU ө2 a?U7^5AS h*!&olRjKl-xz0YШi1NRW7!e h}0mÁ>/TmC\mxȾ6΃;zJm2 1Jvшf5zS؆U\ʞ )Ł> 5?}~x`; }S*Xl9^8Nd63"FT{Vm݅17TXP=ج$0:U #Di=PA# ttЈ;(YB0R]ˇQ)ҭR}獻q9iky@hLZCz,w 4Y?0SP!3ewtmP7\5:*ƫ%uQ ! V{u(< a_aBlԆ$ (lkֵqyZh9 9jh)E~Ҳ)Gh0UQK{/s"$z1d̑]h?%U+(gc$uv(; A-lQS@X)4UnWR'$Nț5В,Pao.ߣY3Xˬ^g,9y 5.9xӣ<2"d9]|OizCSYqtK=̆Ro%SSƥdb/7*ػEpzHǼk96W@`?Wba/a7l].p-]Ԙs!xv(B+5^WFs Q]>ͧ;d5{BtLI>4oP~842RΪOE~ {gy}ьPzBGv~ȅ@ $ qn/芐{xcnN9sqA.O!{DV$S__S ]z^|MuY OhCitj&v OuYY,ɥ,Fߟ_3Z2[=LSuI3m+k5C"Ae`|XQd ->:UGs+QlpdHRXu9lPUse+5ZWj?]p8Jy?/h LYZLbfuy%jp_Մ]0Hg/>90}UIun$˄Tp/9ű8N_u%ɛQ"hmOZ!VTFrP_]f* *y۶X7 azR},2zRjBT[DڗrLWx9?ߥ|ך 踬wqav赽i2~1yhe24{uH;ž"$zt؄k!\>/irRޑYCf;0{AK('>bs8M UeLQg֪ʒ)JTȰ="nBhsi,̵1oz:x'n (N.Ne$.[qԂk'!fLVC6-Zy%"%+C8ړd%!shܟQKWE\5ِfsOFb%ݶ0 N U,+ uJ/7X5a2?T3P9%e#ڒ9 =3ה/0okcÌGAOmvr],S9n`oGZ-\XI {T"Q'Ca8"SWݲ+ks=Y1削eQ.e'm>Pe+nEq6efISj&t5<}}{T GyFT'-u*$WiUuZ:0Ӡرźd6%IQB-]ӕG0/s%/Og>'JWƒґz\$a:F7K5WWq{ް}yՑ*g`h5sjRB%PSVU_ӭb7jcw-;e$8s0(3Kꄱr/?<'@KHS[U$֙.ʧߟ. ~^0 L(<4AضP}C܀M;xGWEGLpnP::5\P_6Nk$Դ'*V:LxRS&|[Ls2,+,Hbk~ht{n^dUӯ9/ q?%:p0!TB<ޱ@&fI4`S{zbtGq#Ghi3'-9gnFV&}= m{8Ŭ`Riٵ 6ᙶ? d OM,!Ɏh_EܰVf߳)y5`?$ki~z$ЄudFMt^CU ҖV&Q *J)oYr"?M4q 0C7L)H@<|L*Pm S8bݽeOVp[/Jc3(zk7J"@,@uCQ)>u(! !v lpVؼ"\38ꅍ1˫ibZH.,UNQGO)"?coԕ2p1|;~R2YR潝]\OK`CȞ\$U|_YW/`}G;FuC=feBa헎oP78q2$;} R;QA~e `3$X,_#kW}Hd_ˀJ{zl:2N%l;xz_.'5^ky_S~p[|-.Zv61/ؑJ(:$%wXhju+k烶*\[9J1t*sPZLWIvG򍤽;{ {8|t EE?T(XԢm:Vt47mUNnEy7ِɨpQ\,$t9?DT4Yo(EϠ\㮤ȁ=iٕFw6Ӧ.8 ev_Ud1^X.7`K1*jlIL1*<!gٸzhqa˰<356+mR^ A?5.H(_xrLn񓥙Keu\+:*ѱD< M8Y)p7#d6LFŲWSA'^6$i^:wsCsCI_ӗ٥Hf^0 OQtj.(bQͧX'r1k2qJ"؈.ԳI;kcm..Q6f_M_*c9.?KEϢЧеhoWQyFVbxFA,òՐ#TM,)ci;`yLh-2%>:#KK$YŽJ6ڛ6 zרobvqo)m6 ~K5D?YnO-Ac$(Z~&"ۥrz J/+$k pd6ح5K #"PO~ayiv^j+v" U*g$Ĥډ0D6h!Xe~L/ {q LxCQN8g >ayW эԘr^PhCB=ys`Pl A4u JlG-v~ g%O 6gHz |XתMɕmtqwc0ĝū8/@o#k8ziEُّMp \"BDšNatgD)DilG9$߷XTW^#Ћ!=YfM槅i-V?Q^'EȲ ogw<=%O&tί|5D`yÌ\ƙ܀i"ۤJP08u۵9By|u"T*7Fg \h-y"&pxV8v>ը80\[-ZXʹpNwB'M{ؿ"@>i2" YYb?fg#j 8Q Z~}%AKY[ʽcHNq5Yb-Ky5g6s)vrjzq^*u,\u;Bwg;%h{-p,hiYQSmS:Ŗ<##N;L[x{F?Z3U'o%NcXڵy=ѺRf%6 ,ӎoxIAZ{9=׭pYOQI?tfbn~ @uRh(#Ŧ< OD)X.)%%b;,_2O3o|#o-oP1 ,lu.dɆM#1K_)AZ{p?.`.9XEk9D?El@wH*T%}ڣibj;oRntfSMͻ 6[)CbK6-}6=V=20] zoCOc2KXph{F=)PdX8۱zP}͕(|-P99iRе2gӫ]DdvR럓'D j(X5< } Nu|U:1dIt4|o=֫NZpY"EU;)ύ@Cu^@ՙO xz=X,&!kQ&r=@ݻ"R\7WwQ˯%5%3:@ut%8Jfd9Vq} Ϛ'/AoF*ݱ3:C9nhiy!VeR{hɬI#÷u)pXpOC(4,Z J?&%aX ?s] mESm`2ї)bAw#rZfR(Tzb6f2;$>El4rfxL]|TQ5">ҟ6=DdV954QWkH xYGoekqtZҽU$9eAmweN8 nry_D^$!-O*lOd@vM> vT7ްQBKBހT,hN#[#XGPB'Ky)Y<21ͼz6fde<.SV _Z<%u/x{T[SpG-BsBw>U!RoRCTQei^3G-4]e]1Mjuf ڇK\/Ƥ?LycaiJޜ])>U:m 0,IR^a..H$Ȼ״ W]z j˵J J,S ;>|+TKĜZw_(mɟ=4|/̫ō0+'b=nX9gL9hM. qp81,>g_^ͫ-ךTj4;ܐz9 /b?LVj|y[~=,6t$iwUR@A22-c,?JPg^ֿ-43V0pf8 O}@EfT-jҾ,,,w";3y><#I -3#;fn`l>^"8!(@KIXyJt-JZOUɓiEv5鞏ol]w_}|]w#IL\d)bƆ~OS$ۄ+;pP460?<mw.w)ŊC \Wz%X{{-Yq%*jkA8zBO1dsk^ŐUbNB4Meǰ+LZ֘웋!z ;}Bk=OSVvgGhY6 0̏cL(jNS*OXD:хʹ9I o=kq"GVOO¶"2(ŴCݜx b3nnnO"5HaKB`&PΓѭ)pt2 ƼHA05_n&s* :]ίṞ5[P͗'sظ&wsqܡM$i$4Ld3/}ɀ;MИlWұg#+WX?"H#SD0 ڂi/!2%FI]#@*N 'Z=x،LYQ0ٳS kn_Y_ú*r/ ]&ǫdRWi6Os)L?&geW.B{^bFSD!M# j]81}3T5o"t< R!Q%r%gytyt4RRakbY^` `9 #fɀqRޓ1AU"&+:׾q5Wlb3LxPcj - ߎ!DiεnBs-THY)y`{謻3^MΈ[bT',Ev+d K 7xc#E`U?6CVU̇ȷpc*"n+QspUEi]eJYgŌ`bJ)$_XM0Q8#ǞNy cm͹voc&NC ɫ |3@pe)T$cիW0ӥo]{g׆7'U./}5GsfW!ӘZ$wbWsc6DWa4\`_VԠ|5ơĘϲ0%_ES4(I&zh l9i`B]c#o Q6X&v3z 8]%FvfOaOx:*QSox?%|@Lwt+Ej(U{(Yk3$8  AtW/ rnsAgT~ԏBsRemCPXlf>j[xkyGKG$Z:Sb ʟbnTsাV-]V ?rʴ?/8vUpC U?Mu9n*@B-ƍ+\ 5:0WL!ˡ"JҰM Rcfxi`9ib1>9XBB•pin|>i:-r*Eh KFB $(?f>BvL @Fxd9H3!~0L_%b Af- ׸qZR2 LmBbƑϾFγ(i|*:&SrmbT"z_M7X+S.2Ϡ7=V#t5IpD E4GyJOÑ79,R**)-M՘ʨ5˜}mj6WFzS*z^r*|PTb"ȡsTS*z8aC֨\Ah9 RՌ6ㅨAubM6!qy6c}YPaC#ƣ[D8d ?qwI,H.n ߺl޻tcBU/NIhE6"ؼ\dǠmWR+ DJII* y[ĹxXk\'Dg'Uvg@LgUuv`2zNu~н)o.v21a& ?Y@M2@KBF?CvS?Z}c)Z+?+[Ƀ{tEO67'dTWi-CJc 6 dcH(t-g-S׿c6OSêZ wSoGÆ5t0:h7Ѡ[ *[)Sxd[~N`jhm:-uUװJ`"> noW#"]*r6 aQwWˤgL]wIZ44YaR1>0╷I2% Mޚ8Nr(]b`pI/jh.I5WfXUL/#,0z6،3R9-ۧcԗU$JǦ p&Erv2upkc2v2#5: љt50T~f*cFT ܲ$m&m]dl&`@1[F9(F׉ ƴLg 4j m-UGZ_5@-tsO7~pM(O曹ew>r_@zAAZ3VU]je~-Tf_$Rӑ=CKEwNMupd?KiS9|]+-<2r܏܇1fygpEfq9Wbn3+r.shҪƼv*@DҪ{fxv*|`=^#u rJE%0֫r(lx#Zsi.CZs=w)7h,6 Q;F'yZƜ-S[-ټplihba~G"Ie-*Q?,%X (IѴ]ނo hefCSمKJ;Ih':!,@MlӾ'BO=tWVo# (kb}z {§T(tUĢ;- Ȉa;l\Z? &Givv~tAl:N/ܛı ODx{-`)h0{I]9PJA%@ƿj-(|H˵f5+2ҩp̒ճ{_lq4]-uDhAپM$6$"i\n/Svo'$E1Mу% j\Ywe$޼#0΋@K*H4G(kHۇI[ e>w)!\dtS "VejA!/#)p$xt~7"$3'yvNmBmE@ ( 5 !bI~?C$p.JA/MH['w5Y'89Z$`."y㞓9JKȆ%ձf!{9la MUt2I}6zV+F0T[3.ʗA$-j|E%ǴOxCy#P5lMeS*cm|b#93||"ʝ0Lm@HD# sj 1gw,# ow]?۩V#)~>A4-D/smJ}VOa'V.JO~!Y$OVSc7':D_ϱHEtE=I{-D5ϿP 2yً]>E{=W*0S[4q]N ]XfY<1xK8?g Sf d5c0hXaK7,{Jy267}GMQ"? TH٨~.I f= I4b# Hʮ,N{WA}h?meGYfw3~DA7q&.MnD)z㏯fF\ESnv`HzT'^G;BϩڌGJ^ч2<꽬hR-5]4Rng䑩uvYE1[M$nYcbxZ{h}Q7[7c4)a=(ы|mrNv(?B쪽`4M2v+2r/ }-r+sS7RZ6jIh|_`I߬L@d61ф;X:J[aIt)Xe]pk &SK^AA:̲4Eûu[ѠSvL1%G :Ņ|*e+Z|i*E|q#ߎYecTgkB&t\((j8褁DQ%eyDsP&b ;(U% t{: \1[l:atfRa :mՍoL@ٍНbd:9yb %y-@4ZiyKv:;w5dU9qqaXc2{*?>'Ǘ7(,"6.VUM. i9U+)8WQFp@|`ɍ-~M'2= bߣ9'p:GWyY2d}FጆWE(ҟE #9hۥ/~~!c$r$#b"B{ SBLɢc8uZҢ`뛴O-2"#[nN^ TXQȕ hCrJr ,SOѱ9/#UpDAF Zg!А1&$9!/\TM(ؓÖ]œwAq+n q=ڰ{u#CxT1[]tجDo..E@4Uin-ptY1|gܐDCSIߖ Ǜ7;|M[#Дnf•ZQƯӓ:%ȣcǴ(-j1T!XqėzL *euv6@ w2?59h| 1$qK>>kVPPsІo4IԼLf"l )@#eØ+stehSJU}cn|c=wWMຕG~L?h9Vю!`WpdԼ(Mm&)g сL'/ QeVe6 s4"[!4cۅܲZ̶ڝYYgOvUbX!?=&L o +cq+57./ynrmƞ駟FBQ'EuIxy$tk)<* ӁķPlZd*/ ~bC`43 C\ ,we=άt`MaVjS5 ~Iċ~ZV|G}jqt zS(}B9ʲf#ayY##*Vڨ@gGy$ދeE  "%^N?y"AiޜKx +sp9 q";JMu/֠8Do, 8Sf) M(^V$(~ؼ%^[ݤ6d%,⼸͇t=;9Y4̽s_eMYrI۟=} <\mBKY·e&N:At*k{V' R;/l!+/9.`pC,׼,0ҕMx=#Ĵl&gb&by8G?c!:Dg)Tm%~<x} }}Y lp-SwG )F}.f &-XO_&ѧCGPex3Mڂ *\  _JHyû<96(Rl j)0tC>2lzf:5P+'R?V[XBlNXK/%؇;AAr< fL!<Ġ<{Klj V:/4 m|8~wR@*p_Bc{ݱ-BfBBV"?SrM]F[TF!l2"o=\H 7SR6ӜXB~T:m#?tftl#tN/Z+;p \1cvg1R IfA@W,0%?J7 .]A*HՈWhd/S爗4SIzFGܷ ;  kңw^Dł`.aXyjVvxh teay]f=H6\r/>ZwÎ2I^t#qNEA3?Ӱox)*̙k, cZlBAšֹ.#TbDAJq cy WYN%ԦqatV-? "7L0P/6ԓXR%, 7=i<$J8nf1)ע7j྽azj/C;.pRˀ%V(sj6@TAeڡ= 8F p[]QcsEX$0˵,RG0@6QVleihӁ_L /م2d 2 /#(ֱaTMOp j^Jc >PX@mIe'HW疟 pIreElA.7)J!Rj-&Qjʪ{Eg)0&~i?&4;Ɵ2=zt0 d]|v_L=w˜MO1B5{@W[q[\kyԈBvrB c! _`Mں+6fÃpEw;[{h0s hTPn,9=PbQ`moR1lFAK4{`+&7t#UhXZbL#_QJe.[8(v4~D@|0Z$օCd] AImPǽ= o%PG:\nh:. %_iWu'qg]FnԽ@hεzfxm:Q? XX.?(K1Z)EtFxfMkvaķ˞DPWx1IoR}0ʩ(7H<sZvl5CgWR-_ia @h[$ésewCEy_2aO\@S}H%+۷bܻ/хͅ{bg0M*liAnN25)#$~ a;8͓ZU4~38ֵW#;X 7PKZ4pݰPRx m9uu9@@9ć@-z?kP$XPüڅjɬ8sFJ'"]: ɣəEѡmJ(3 #VI+OV9 aԳ^?'|V[K)w˻PRc .JW س5b.U ۰JEN/%rk x>3)f#yM>  n CJoh,5~uloIMBC۷%,~pj1^/sV崬W2i[W9llvO6|$OzJT[LIi1׀ToǽB;]pK>27p\Q)_cd[&mFeVJ  v4r"+eLd MT*h~̄3K5. B Xd ILoMHgƬ$*z#YJP=W[/ܳҚ1X%:ʼ:[18S`d^~A h%^GȰ O&_mq)vxFp k:"ӨshHDu*``y)8O8ƃӤ}uP= OkJy?_SyJ?uM/@'ywPYQ9PrEH}~ҬC?ds`SNZw- R w*H:ݫX刜`q]7U<]@󶣵DoOL7kR[Ƣޖk}h3?UYN:?O#ac17DRC1HRMvy2F},!@>% TaT|o&Q W48xS16>ޛ9;尐80/O.I㡙b-]`ߑdu+_{}V)Xm1%)eP ,[˘JfCs35 }cP܍|bI.*{9s|+B zF#)HZ=춖s!CP2G%!?mr(! YAϩR@UQFcQbBkS WX%g},xC"1]BZPZpTfdͥ4[^WZ՚y(Z $;w?W[d9H"i 1I >4r+EK6#K1;9۪{$Ap A&lZ}VOAO>ݵi's+Eq-WW@|hZ~b%cן3xQ*ODJYw,Ob8=T@EWE^V`q2r~ 7KWOXKGL^Ua嶬 f @wį4Zhn$OK#esvyͨ8c~hqy6+U;1L_KbҚ0F{*l69 ;Yv.yu0(-( 3؎)ƬWg㹐.(Ʊ~*ܰ5|AwR!m@gUm9fɔ,(Ͼ5-}&D"N=&@*WϏDkI'M Z?cIf8K#=@Q d`dx&aj"BbҍbNo%lXhGf b$|eE {otz ܵEqa5bXP[ղVw_NP76y)Cjcq `X.<[AzNېuϋBsNp2yyD8V&nt쒏it;SsV 3 prhۏ/efpH|& ]th2 0Ym Hi+&'+_E:K.p\ɕ! n̠mBzIe]ǣ<Ρ_8^@^A5d/t,Cr"@:uJ!xd I fjb+&kb}j*y1cKNJ~oѢ >O I{f.+%(3xX^LOcB5H5ޛW~ r9DM}kfv ɷE1FJ=o(S! tt4h˰bO%W勭*9ЁDFj'w+|V^C-*'05*T D׫m%c}jm$چ+bs'Rk(EymE )A9z.brr}{ 믾U^ H)%͏]5ut?#2 B%2Lu9$}izT~w2aGZ$+_1T.+cT><&hDO1&ky#CC]eb:d1vA:(9/wf/3Ӟoopr@Ul&0/|i߯粝deضK&۽uC\[0ĉfzÛ_G;g1\YG{V3 H^d1YW77v ҟ^Mv_ 7]@J034ŠBk 9LT!qw!rh&I !Y-| PTߖs8y5.%䆠E.ft>x ¡jҏAkǪjgy蚍Gm 4{"K\n-P  -0(Y)7_Y 5 0%a29m+~K3a2l.豕\F _> vcÑ`Yl '}XOi,i=z`~:6L{sb%w4GtDm:TRsp $=ܒ b9ʇ!hYgr'ٗCəj̊) Nõ:)~50k)oi຾`: EufUv!4v,k)zԞ4 htpRIUebh<۽8XHF;: ı ܏/Ɍҩo[G;/_EHŸ>+9gߔA4/;@>cXV'5>3O:A)V >\ ߰{dIP72 k Z!_*"/yƿ}p$1fK#տ}|V [P)Ȫ$maD*rp17=xg2Rj{mI?McmEp^Srה \ y/wcZ )CM(: 9QYzVBx!>(4Xc ~]D0*Z!`-6_9ʯVrasf{gtji)2i&7lx{uy~&@b[@N9̺É-s/F3E}q[QvyvWi=<0Py87]`Di* ?9mvo .6@$"E64?gڬ7V%z1\޿Œb>=&jOv3XeڌUgj; 䏹Ϙ)NZf}v8aۚB!-٤[kNz.ѿ"| &tTߊ' 3Otͨݨ\~_Tz%sx.PYK|y {hşEMZtEł]#W䈷f$Ί_w n3wڈ]"HNہ7Q492uﱫ뇞^? -$* צ-ΝF &hYmOig EazU3j~ǃm+a)%zJ}U ٠Oj> ~̦Ԏ8~+iɇ}f={`6!m.jɮG]BMOu2[̅V6ю7*q]]DjNg MHcMFk.m% ,Awڳϫ $(DtnBlnA&CϤ ʵzp: 'iE,(GVqAmطU:tcqw罼1OS -!&V8^!i_dh\k,OUFrՙ|H~]`P5'In CU弶HOv&7l5ZqHZs;lՎ{SDL{UhϜoԪ3{>j5pF՟9W&uHĥ$zyibatmEj397^!8%U46-s}?eOeL +rBERf4*?ݏH"d6ۥ{5sq6 Sr>2dy/ L52tL05 )vC86Y׷[} -[ r$7ϲnQgT[2Dہ% ,Z qW17) e#H!zQv )-^g%~z?U6Vkv}@$M4q%{5btBLK"NvB,` =٢_ S\$REh)-yK1Z[i%v6 :FkoAeqL;/)8i#kGȺr2@Kز ^߆D=|wSЋ`_[<OL[TЧ_29)#nYԾ]II"U^B~yخ.Yv9 @exy)ޘ^^[|pTb`@ۇ#샚fSpmnݦlI(]k2hH{}wP{BF?ѕ;&kn1TE@w#GVn\hJ_8qd`V Ks$3b%U{]c"طpJ H)'T.bp}ǐ@a %QxHL:|^Ub95鏊 F|bwPyʫ.lJ- D҉xKy#?x:7}d17 {T0MMY5\a|Ryvȼ{uu1Rh$&ZW]R_{;%!37q*e:zۂ`͆Hsϱ,c$#TKCUMGzLF" Y.=,յ s'I@=jb{ /-i~H@r4 aW YzKL-Ӏz$Km {!*0OK1Α>mjԯ3mu {54Eײ3V  2HaJ`n~؃Z3U;Fڋ].yD^v0DLGvhoXAL:`]vNJ;_`%Q~!s$<0NbZF]oU3pIhǙ>%vhѱH Ih}T:dQ|Pku34Zs<]S9sk4IUлP:bPyq2 WJ]R<:={FGoG=E:LBm^Sʔf_ePT݋\+st /F#~% wc'|0Y*k18PblVw˞n9ňLk=뇜v&P&O7iXKg.\zANd:x?R4^[Xlv)W\Ѩ- %Ia~j )?%]F?b'цެ+k|O7zݪҗ7jGp/sjxk)p6(&-l 1of}הL2UuM0vSlB,/i\H K_~OB$tjsYAݮP`:r .e"-t3W6T:w0;?4k憈nؽtcx9¼UMI9fN(wҕA>7k$k}-釜\r晥=% \te%|qN\deU5@7b#Mdab9$25.TvB=BW6D6Mp+&]^oLMKi3_t&/ݞ݊|%?vgjF!1w)}+ ?hVॆX :Mz((_~&DU40+&) Q4'. [U5n51sƽL2[[[7yhL߳U^ EZkrI2*wi5#Lʮ,uN[d@d~J\I?{=K93:5ǴIfU09;$e?R$`ue$(엷1\ 6]$w]_= (9z(Hϧ !dRtyGP)io`OB73GlAS<X&Zuf 6;M?BhH)ՊuHY/A Kfk4(5 lMYjߨYq2~(0ЕN#j2YHOc~P'Ɩsk5WQu/PfR|cBQ?{<Pc/m2͂/8`zW 6[|HmT7 __/OA+Ti8GU{?|>smu4(abC(8qM곐7/.s4 ^O.f=2L 1Ϩ&)$ M׆5y ? sM.nL?C{Kp6Bd4Tc+݄btz2;rK #X㻤C5fbqA2'ZzOHUr`.XAՈZz YHHWwR$ps^튶Ւc Na㱖1S.ӳD-8>:o^p-߯1O'] ,8uQ?Y*ԁ SdS[lIlua-/G2\icPpHeI*"l7_墟@=r)|M(@\9bswzR}_!4l_rW} fCFii +VᷫȊd@؈%a.xJ_N4'U %PQ;ORA^SxeOpzcRإwcgQZJy@'f~Lz]ռp֋4AKU'vtA5w5lg(砨9#Lf%Lڰ}XDQ*dy.7^)x*j+4IJx@X=.]]/mxTɨJWExQ(q 4i-]:OIW>#>IJw{XVG/f;ѾBBoȔ /ZOXs&~G=ΜJccj@{]YRhʱ _s0I»22z~] 2F1i+?I ~};1ttw.PR_[7 o-KM7bPG3Wy903QDftUO!PvPQ 9wnG|̲ C$V_e YHQr4&qZ/O B|*w9] 15tW_!"  9ZÉ|:}xɱܫpH|m) V|P5Kg{|F"H-O(|- d'eLks )o~WroJ~M73x3: &~a;qņ~i&BMٶK:2*|+y "GaZDc; ;8p>Q9ʁ]wj|_FFEwI0D-l*ըaprzD( 79.I1& "k9D:(˽q*jz%';ݴ8vt$M6P<;=3W}oČP (t ,/,Jr4'0[ca"M7%ǏŴeS"'iT~V9ۇPB#F?/sZ B偫bZTͻL7,G!?!?lSι pZ{$?p.Wk'iB13> k3Ih:Z)wR.}:hfn_'{b~F XS2:3Pl}s&c8[۵3VG\{yHlNw]$Ը8bBN1ᡫKdsMZKcM]ۋ9VD1l'S![tx k]$!b\3Ls]Ry-K&#d|P< uIߨJ|c:D:kR\ :8~*|A$:d"[u+5Xڊ$TD\]-@5cAY6O,̚wr#ߎp' +QxllIAd(JT+ UU f\վ>!od/}E|b`;1\H'h26YH!e׊4/?\C,-MiK!JO6DrN[`3?򛐏抭٪PƂ6 4#c`)+) jHQC|w[sTB`p-+yWVlVx.聏".,f ?l٫ =-Qz4eK?$ >[ʳ2$BFZ.LLӰ=jL83| [%ak(kږAl}P{c$ HPб ?t؝d$g)f$W9%5O3#L☺5c3D8fgIl2"i9_S~ ,WML}) W(c}ے9?<H`;1=xs.{NZ {e S'Mrg:aBgSj؟"+O`F]& v6vna /w@~B}/U"]ߩqpt)/9Ӎ8ҺdSK3 _g R+YCnІ[m!޵} h!qO"yCuGo rD%6_LA?., dk3'Ki&NzI 4Пm{k'YH,vOYA+iP)8;˺%BK rOTf$ &dO%"6=ŏꏓ?c Q@0*y>9JZ*jNA9GQZeU}3 {xi4:=Q'pD<%Cx,J/Km&,}|Vϯ\/Uݣr%u;ku=xXG'lqN'#dtP f Í@k][kUA$'Y{Or \ :^S50j@X8lqn&tX^%̿(rvʠ+%G̞_8PUZ'HNЕH|7j'=aٕP%)TMt9h ^'/ILK/qZBmLcF-8o ~gN,"!RGEa.e/S NxyLpA!/Spq)2(bra+%|;0KRVJ1n-m^ƶi1j+Z_eP#٩ʳV z u#d; ɣ$s3 jsҖ8 \ *hUAi3g&4>Q6tLH4qxoDݴpU1OW$w "rۉ$#z"P%h3sqSw¨mu7Cގk~z^(4zi aœ!][!73%j-zM7x&F|k5n?UAH*xH KZa]mukPnlV!0(wIiK ` Ņ)|aR| &J=HXeZg@$V;I_O&;?wU@<xQ< 1 8݉S"{vbLƪlN`XnI{t}]_|0&Y /;\>ZMMM MB$ԫ˸S '.mTeȕg>Jxp/Ǚ1RvlFuY7B)TۃŘA-XK,?LXF w upK^+2 gk~%,^XnC"%%ve ME&{wK.17]!e ]M9î ȗnvpA"Nn7@mlTj8/wh¼U"wMGmD\ڡ6İB laڱpO=-:qn_Ο|FyoPώ;CWFЯEM8f[Pm?9nuY*U8x^]_FZ[ТbV)#̣TMM}8d%af[Swԛ?3' < M8 #-!3nc'+B 号+wI6_B\)|UXCx{݈2IXx5>L=)\a_ bqyo*V+:KS5|KWg{ܛW}8*UW&=qcHso}.ߖf_/ҙ[mnŊu][t{1ǼUZы&\X%~0diqϗ'6ShcйaM< $Sü'uIH8\DhTEh&BRPQ)`i8c[Qhr:1rko~xc<z+%yjPzɃlS`1ÃQ6)J졗D5[׫l?\WWwfP2buy׵qߐhA<'uu髤X~})qGwH=S@$dUϸ%NĊI\ Ng F)H'[ME؈| ]FP[i˻BP9#AzJ&ԉd9xr^JM/2N+zVF42UA |}7mp4 [j.izY;$ )htM>yF<\9t*6.rҘ-pGt[_~^)mM%wp53$X" ݁>i0 hKt1lR{i-֙Wt6I:x©W1#8&2j(.熱͉ Ŗ!KC "L_8Ms%1Еřj:䩴7AνM݌B>X9ID~l3 N7x5у"!7^zg8#0"~V0َ@juQfI7B^+RgɱaNlXa]R\rd(lZP1T(LDT!Km9hMB=_cÒVDžʖ6@ WP*퉚݌ NYHm j`1tyJQǎoy$۶^ߊm黈,'3 }6jT/.-:'B&ͣ ԋ0:ގ}{9\w#3i^xF|qzsB[^rJAF+7}-qYMuMǒG/g>ʼnkb\0g1hZ޿SzY}Mj'X wügk7ܲ(VVȧF[PEKۨ:+{jtTḬ~(q6ߤ!zo{UoϕPsB[ݙ\ @7s;GfLR#(`ixnYp;/l_j&۱[r J*tB{$eB3z3I+H**6tOhXpߑR`[?ve|E.eS¿!TSTp4v&L[(+w l9ɟd$ҧPe;3!]$zp imRK/ɥ ]V+/2$5'+DWz7"LE8s.L[N>D@ e v?Yư#ʭ8,阶v4dz7.- q-&o2@~eq<5f:7NY[ $Zt̏m3OHk YJ3ա&JŎc˃{8u6"A丣2|?j^[tFbhiUrlH@Æ*- NKWwjGuqSȚ֥! LL=\[? ۝&F<QքLFȑ=>[$M ydfyA7\f8%΂ÙŔfo \/oJ'ֹe7"scwaH\0G>*TH:>Xb_PΣ!tݤA%ߍ1X5W^J3Ɉ:nZa#Rcf" nnC>Ʀܫ[|9l[_-c TN{#CI8y,_LN-Ȍn |GO݄/L`WALh%xaYE0yGEUWv)gf˳-Ay6 Vͧ]ێB | Flc;sv y,J둁Y/l2;vd eF (:8bnpGdfUX 7j|[lg_EɚT&h1DQMv"- gG+(xqROSrkQw?nwv P=o0ߎ*$_ta{j)0'(ֵψ7*[Pm=mm`\[( h6gm>&t'RZ\| .PQfIҡJ}cڿؕ2æ,^-ruRU8^Ya3 iӟYKI)Ufg>D8.tS#Z^uyd>]:8`b _f'ԅhLT: ^hHgI@6A d}`k|JR>|}:8{r勛:h$;JQ(jA/FnG*ޝOXQRڢb^Lz"cӲDF=-wTLO?ގ熶UW4)Q~sَq e/ bߣdo TPZ3s/.ɬهZU<>!NX-I_f6@i 4Y㘆} A'y=հU3"d*ST)xfq6gLsuSg}Q y܃gg0#ORރF}Qə %/^,SRݭe*XI𞎹'K҉ {+]"N^K dg(Ms7:6]BN }ׯItޝ'pAB^,xR!qaZÊqHuC QB r b1x6+$* qSX 糒ꢥe&1>x.yi:̮ɽֵRoSG_5|pΎcXZ=tC !_վ-'"cWz(p{m1Z~k 2OA?xj}vP0mO.?=`#XXǢof &y 5M;E`Ti}\V(nC]ZcLr`f41 8%2HE}/˹k gYT<6 8PլҚQڏ?(UY&oC%cec'SӜϊǖxmQbjO0ߑR߲:(1)gt TB3W\gsRüfjJ?!{SR@'=cÙ$+Ik}S~TfcB [qkv@p'E1T}1Cd}B!ԕRkըSH*wW):8*ђj깁kxl _G)#cОT(%+}T'X-pWt'&o{'[_-GXbN~b&HF<4SR\x8Q8}MC}.(,l,Gr2=QW{uĮHw~PսGfoAIӼj;y$ik}R @4k/^.B|zRʂlOzOZ@W/|k:ʃ',Aah?}iaꓽe:xFƸ VYr>8eBd1#lXyԀRtvi`7h({H}?lYJ!DБjT%VF;jso%;cYTCPna1MSZƶ8,ژgө-uܹ=s䀚r`%kPh'|\>!eMsli\wSxYgiGaW*$]^bPɰ$tR83'NY@yc9R()GOa'+vCrc`vկJKhy]_8Hܽ;I[qJ `@P@![CI:H'oMH²7Q}[&+9#ß1тZ0P0 [0M3o}NVCGVȢ /aԒ)mލeܤ)?i:D{}Pbp|< 82 P7;ӽ`ķLזSҡ_ɌQ"Qf.l[}%R,XlLR"oQSÿ e/\i8擘ep"t1J+ŴGx 1Q`f&OQ-lU2F;&Fu8 f4~?n!i(:<"yD ^#_8g`9ǀ̖tt㍗U@)8-ffRe'b}۳' t*dXNp_Q"_no'xE)]6@:؊[ (XZ?>(hՊy:Fkx;:x{y8`F)Ϭ)@_s-Q9XWOvy[6"+n43~7`]6one5nꁫuFYl(;dfVmSᙺ'-Xm IMU_\(ing 5,V-YH=RY, \a4YA&YƝjލeh CͰly9cb ů@GȆ `o[q2>SK/8QlcqIxnnSMWfՌ '5geQ3I`uojJSV;D2%n@"'iGĄgbKV&,Ph$v,2|1EI^揵`+L։ +KV|.1~VO&@ɼ̾OilagizjZtE2([o {>CVoa=GV!Ƅ)zRP3(L) 籩O!g{uĶ-㇍t/܄$yTT4lU*$]r20֠Եe+tSߍS*x7e_n;xt'~~/H0Ƅ6;䋨)tL٧n}bobv!"!Mg0p 4`oBJ#ASJAwhGy|WzVh@%'HfN~U fk:6C-h"-P4{uK!H4pL#kgt.dm`WFj\s`YmGW\%<ΡwFW.'A4BspV 2R3Y!fXBTi(1*_xJT@l牔={sUpk[M'7+ԨAկe!x6mɕ Lk=t%N0?#it+R[ÇV: [`s\"(b!e Z6H w fFN!jYY `*:]8ARUg] vj;Fn@8K\I!p:`Ko=~Z%0~j5ԡQXkFaxhO%}6J&flo>sǃAU[]Mqrg"+w,k]B󪼥S *^9)Jaj{@U2w+l*͠o5\%i:9mݦ}'_smѭ{wWR$l>1ĤQ5-4 WC쓰+O=HiOc>mzRV=B{sXxiJXF,0؂UɆ88X7PkeVDD*^"g4@Or%.f6@XpvgcB Yg!0d/r06q=#N~_ Ga1y3"#s-D78\ s[eDUsLe4 51HPt/M$;i;J%㥹 h![RZ{ԭƌSǚ fȮ'E1ւVC^{n=.51M럠. ÊݵKΔ2T& _Vvlv7r{FvHQ +*;?}qi'Ƒf'S\za&q-muKZ1|!w !06 A`a+2=cOѬdgX-$ 5F2 tpuE*efja޿khhKoZ TF6.^j@G,hŠ'&߷iz faj}K*4!dҫLƕ܊ۤ21*A(y#ѡdч'k2]6X"`d鱫b$Wgk4cF/{0.FNxvoCW~0508[zF{?HT!lD}`˘iСcJn3H3"_<%͍EDʲm2WEz:2U"&G]N3ۢ}vpk/x1J ),I~ԹWRPFqNЧm\kjf-S6^&nud 5p.FZ(VLrKMiF7u@#xյJ6_ØM &QOXBAgF d &ȏeuBН6ZͿp2>0Gp k4B!i%6XdTMd 2 4&AF޸վq }zkID(9xk,ː0Q>V"mD H(_.RB$"m>;8E&(59VΧF0jl[IȰӚ STB-}-uaNOZEˡV\щKQOo^>Z^0I~G,)cP؃k}ň F})2E=Ҫ68֊Lwhz`o㵊HER*8WփZV0pXG_NisFnI4qyv_6CPz[tydMG6?|$dQyuSկuFfnjN7:[߇ $OU!`k{xQ7GkWTYwfu9uFⴉIza%|QћT=Jx`ziš_ڄ\ sfF?XT>$88Fk;T(LLllqc X~8{u|FE~ݨ\LD`ΒH:U'L3=VX"P+H{q.DK Sɻ%l;HyOZ!8]RfhvӚEt.TT~Z1,!@ЉR i td6 À-p'ϓqc s%:, Oͪ X,/rܗa2/><5f/Slј*T_A J$!DL~=ކp|wi;G|K+GIhF/i(m5Z聫x(/'6E'<Qk%RE{!1GrU4$&*~?WBj},O CaK4hHyV"W:B}sB-Cfo$ ̿۵Qۂx`ŀI=4TXRz KS]H. ]$Da9J/%Pd WMZGО(6l/6l?H#xeDq 0vpY X9 (;[LS`rFo㷷 u HAGua1z0H8nL xECpnNߩ\2ipUiVր'i5BPU(rd2&bQ"sGucJ,b* pp yּ.mcH?fk$}  ʻ?dJ5?(ƕ*e4%<12zbu=clSG݉A8x<~Z(1Wp3^@\lr1E"G?T<:7̑a豂>K8> V0W 9)Rn&"IZ{߼z0۹&quB%4r=?%xi=$+`* Gz)?u.̠4<䟈 cE%8yf@};&RL߾=r 85jۧ:߻BnjodY-c\Xz[ yC :7ZPrO" _+_':ׁvO78XlRm)p㫶{`?Hʖ\g=jvok%pNV71vZ5::&ҿ$i5G3ίyX۷$qՇYhx"UFtNKk"K5"\Ò1k8f?>DF+{XV=3"5Q`!E6QcX: V! *..뉏c1a*x+{(Y\ehg:aޘH23 S* JU):]8c.تI;>z>ucg*sjZ7IJ+ C!}^[ǫcOzUz٘B=(rg)ʘ{K= ƮP8}m9ȓÊ9ښ]桖᧥Yd}ا$Oz f]yD'?/rWLݡ ҏ2i\­i-ϲͿ.L.˒=Xs*^0%6PTDA**4 蕍!-evm R0\25,$g;c_t3:Z |d_⢋As X Ԅw;pōqVsBtH ]7 IQj^tiĽsܢ}64F/*OJpi;J5BzOܽpHeZi:iW:+-J5yj3+Yu5/$G> QUDix cr.jâBǶ\ꑓGˊY\[K4S_!P 6 FJP=ei-rCf3l#֋ܑ1cv#/Fy&)%m c2[iKV# '(f*$IA׌BL$m j`副%aO r |G!Tق>vS mYWȬuptמ$H!薠om_JU2Y~”BEMC%F*C٭ntl%VnYɭ~.K`cr4wg;#GDNu<֙,<qm:iL`{kf50"`#Zz8WIN*|t߱[1q\]E~ب(yrxKs-+h#&pW`?J0Vd1!*Lv:\;+Fi%F1x=K!VTw4 d\AAZGd|Y1aL؃`ӢYJ.RehQŔe+, >74 24 gn=ʣߟ7N"W+ɂ@ +C+M's▙Cc=. $ڠuӎm5n/?J4@U JdP lFB泤 #N}شWZz2_O {$^(Yൈ5eŐظ⡜GUdB4قtjbi(ZI>ա4,V В`}qzzs)E\Krᾗ^K#z@?HA{3%4lM}>ߺX *-~Mʬԙ𯙗nJKIvXb0yQGBWu$GH6[:mԷ`j`QRkv/7EKxVo]o?IfCc>86FZT!Vs֏gZ U'QB/Wo-bF!R63cvӒ?-Q]2F0e{,i h ûSh֐܋gtw( X:ױua%P[:6H_2-袃(Z5@rc~!M|!uoز$䩓#Q[ޔ霞2}ȂJ|qՆU8ع~O"H?3=jfPmM?2[e8^Ⱥ?T167R.?zFl8#seWZ )ݓO?W#LHVA.|ϩExISC7nc7 j)O9ZI+;l],,|@2C+n@<g=lZbcstbSlKq3e`+5ӱ3j&tIJaz[/"NAgfDk51o)ad0+aAKL>V? ;Yl?H*8tgagF8!;\!W>")|-$ A8, Zt+Ǫ#^i|qg~>yLCgGzYP3˖BP;8rIevJ4u2qSeeђS'l.f)UPqќ𻲈Ъ8 );!~ &ҭ';+.\P nOalx}J|l[bS1<g).ҁOd}~6Yqe֝$USnAOQ*>MCa:0v]n8' -l5⊌åFC ǯ=4lp/9l1zPL쿢'F SF^,B7&"pQrs 4Rf(=7^2\;[m+š^)9WEF'4i C(X+g_mFn)f`Qo^ Hې~cʼY}U턝BXzt%^@QCDְ4O(X~RŰ{?[ MK% 緐po.(ͷAI5԰{K:**h2) ,$v y }1-)3jkihU sE§FX^g+2=AnOa&(0SID^ݧbu5;ts,.н>Ev;|`McZD*/~\{p ZTgAhV.1e|Ԥ2S?DrnPJʹi2ܠn]{/ϙY 6 ݼ#[dN9Gx.%EeJGpzҥkΚnO…5I=RF+65U aG2 lkav 'm2Uj4! G.jܿ0ћqcm!d _]I"Ǚ=pH T3|d"%dFbJ] 9\H5X#?u׉#!Bͪ=2(>nC5]ƖSz3T@o+Ҷ'dO]:q8!3f}0>R.(}OI8ͻtC%k7(bA 4ٞ+Y-j  QToꃬ7y IOiO[?Aal5UJJ/8e E\0ΓTK>٪\2z{9Ut^=p&ά^_s4/Flϝ$с>ఌC^G!`^-S deLH*>/ lw:|2A!p P3t.ҊkLg//fwFx;O65"-|us'(T yU;b2 !83 F"3Э䫖GZ%T1Q6ݐ+81K{tAQ5D"S6J-,A8BĒ'>\Z<8>+VȿPBe}34o1/;e4L-_* !e'O|9Tۯp/pOGl<͒}@9r6a4\|ü>a+dߊݺJ5͖ͅ.|qu{oV"|̟O=bn俿J1 uW#!|]-=tK/MtsnDSYa^Z ȉ } O"|Ψ Ȥ"\7ީr 8M,o<I=f^t_=*zv鰊ORqG'}]FLX_#o"ڏznHLhhėJo/\"n*!ܹ8XV1̢ak )xUCh(*'IQ'QUpjpIэ0);`,<,GFah(;49㖠ҟa'k/ڎQ#+5zh2?M1@4V1pX N!R!}ZK el e9cO| (ʐtF MS1yQx&Ɓh\:q7Ő6Np4={(oWE= l*(Z(a0 NQtO<=Bv/|@&˛%a,ѽ&S Χbj{Afq(b[R4LBpXӤpȵ{q-i"y7ʉT2ƅpP-,!UkiUYۍrd>Gk,L=LQ9EJF X*:ENF~7jC5*zʧӺ*6]—VWO-̛@m,t=c/̿/tO֥E1jiQ ?3FđJțwT~ߦ#_?7~=|4oJ/!kras~>zݺ4Q=۽)t CďYϐ(f@ct0Bt)-~SرV޷ 2AihLt5ى}מ^jSQ P8|1B B 뢢P.] p<^|UtJm ɕ#9}X{eݵ|ㅀ l*W[8Hhdm*ynsp:>7ُ(JN7y8ytSM ujbX%=22 E,J;#q+()zk4Gpw4ZH.E# v|J纰Nn\9 Px ~Js f &#AӂmK499S 8;h[[ܻ)+=|PeM.8/ ϹcOkz0P؎48KCG'/XAb3?FW#vS;D*87M!-^I?@,RoI}fV[\K->N~qt$V#BGn(Y!b"郰t+GԾm+`d:Pt({ (q?494ݿF͘kO]ᦅ-(ՎcoΥyCw9-xV8.) HKF+r3/jN ݳjFɽ䳒-hsYxrܕ}  )ضûPW@\,XO;iqNDRD6ĉM̆Zr*7j#,OOMst1ZL 2Cj6(UMZ%NGW5Gf3ً6>cۄ&!˰D橃,)A@ m!_> i>焻S us̸xᴈ."j2Õ,IBcX` N>X7NFթN$W"> > >Sջ* <贲{ѷ M9vd_k&sÓkB˥!5fjז\]i [P\=R1pJuMRL \Qso` Gk5qNoCڍaͼf or4K(@0ޡ s]ɜ;$\`=Lkؐ8f\«BDβEwEĊrugiΣvJM6v#ma NAaR ? jycKMye%&F<[P d ye:0UPੇ%d'F"@?$7< "_\=+V˪5hfRրa!># ngpMh&.)m;50c%g^e鯆lZHzE5U#7V.BhԌdx &'}rEHP}?> wmd9C a%Bq6p?:B} }v$Z0.odx;{Z}I]2ɄomH=Vb,r#& bMQ#y(w*+Uv [ˁ'"zN)Vq(O88 WtB|B/gft Pz)i8K`Ocade4Fyceٻ0ۯD;e<hL 2.`1 e݅I5]wiGmd:{2 vim~`]*DKkA|pS9#حGB6DwXpǂCy7xzZ MŎpھ!~;Ԩ +r+4O'bӍpVlC8oǓ Q!"0yke ~uKSƲ<n %eO?ﴜp"ygNƲꃵf Sĵ4LQ)0ӛ c[}Oc`ql鎅}[B/N V|1DNqn1 I<" stiq1wbUzNs:,j6K8*gx }>BtWm~@\uk<&TjDNF.h$x䝣bMǚFh 絓0OP[yłQ( 'Λ44 VT ۅ$C(}YG"_8$A5uPfEg={mser@+xCk* Q[GV8i,cuX~R -&|w[a㎎!z{r9|nEK7?bݜ1{@Aȴ&9th2貑I=8"@%/ug6iW|4S*22͂X=(Mv`“ɖjT-m]V j `JjUW/טw ٨xv u^9.B?sK4$:uꉦ?RjG, p\(gG,}l ӄ(;+Z[xtkaaǿpc6g('`G)sN򨑆1ڹv}e~LdmȘ̴u,y)42J7 mW?t y*ھ:x00>X,ReHE0ɜ2ş0eP?M+u-ǂn+[*`Ew)0}l="EGv9{C :xl=<8uԿI!@#$!ybV-ı>ji.dBR`Ih ?Wϰ-y hiOW w ^('78!6_J06/ ;AIV!IsҗHT>9!ѭYM~JDrƙ޽ǜp+L{V[>A{9hz#t|k0+ /UA~rIK 'o_I5z}n0eƸQU3e9K($Q m݋MEN(eZ-PMNREvyNTx]P̜׋MElGWŞٖhgdB腃>sY`bL؇m | *tK,V=kn'LEdsl8|#0>"?fӢqMCrXjMg;Jtbal*"A/ Ցri#پc_!MP'u]޵Y/3k] ֠[HJ`,K L845^ ;qFʜrN<̭I&&,"||qzQt@<:V@8C`0v@nmo)DYRJˠ%DU^OE!j JD'?{f"6@4W%V=BAh{b?tgo\B=SC3ݐ^s&G^0籶zzv0FFkfU\̂fqP1iDyϱt3oJǠIs0#`y%&#YasUX[1ɑnԡįUV>\@Mxപ> RmyRcYJ9U7eָ!$S&4:VYz|ЀH4Ĥed:DAj>9aI8cw4VMlD"prL/H8rADPkܺ1>/Shj$ɑ %6s S; ]c*ji1ya6toUm}&T+ȻwԠM{l5hSFdqDrܒD27GP>_ y,]1%JH73fNԊ?'N8&ybŅBs]`FrFvUybWqUt!'7 rH4ӹ[ zd^V.~5 37 <>ԙaOH.\8loz+ਚW*Vpw謈U3onR=,5C^IH֞K̭]73]~$ȥTagBץ<ו~?7ov/2YW1 @Ic!od|YȻE.-ƞ}#!QJoPv(W+lJ{\pE6˙ #1Y)볆r>K4~!\`-/B}g`@7vPHu1ZN~D4b35"ڛUKdYBq(t_i@@Ya3Yͬ8QU|砧TK OmY Ѓ34__FWCb#?\(U#tׄԖT4=V36Yu~,j8.Y3*((6oKodjʠ$9m{ []0v0$ms|ݻ̥ ,O~m3`J}Vuovc]mA4oVҿCo>kE 5!JQT_ڵ9zވѡc'A;gedG.*ZA{?; AaiezR-Yknt m0 ܑM[}`y@"twӈIDff7M'0j.ͺ@zHp&鑪 -o1F<#1856 t,xqd7Lx LhOXV8S2ڛ? Ӭ.{~䚇~D<ӽ68eLJucD`C dNY#G$Ud[e?NHA{h&XA;I}ˁ_vE,r2} R&[V$ƅ1)ci.:qx ҍV#g 4_#(̢|L-DZßYiv쩭X,d|yUe@8gGY؊miO7ZvuMuYp'p?v_"T ŹM(@@S‰9o J>AP 0u[$K][]F Kfkku$H0`ӼT,bZ wm6WMb9p]=cA8ХL/iNt/,A[i*IQz8Py_M9}.x&c*Zm@|Nf,$:@$"szO+F^Ý٪R2@BM֟4: GS76 Y,$n,L uh Yi^e l]+V}9 졩ڶ_IK`_$YrwsQTrnҰ(_O~fLtt(6[cI~."Ii WB$7},*\ fIsBnbd"Qj %{U(t\o,Sz_wV1Փh8<#wRs(xaQAb?)RSj6k>@|fReMA*yЧ~bQXa̘|V;V\B) <`.8szG +5ŗst6ˍ=rKRgcȉ(u2uY"+] x \PnF6M :/{ o,{Oi0}%PɻЛ=6p$-iӆcFi׍^-61,LiX}.Q Jq]3m5θkw CUK;ǭJDK/XīeXɿGK(N&K3y׍5#ѡRX PwnYQ!;TSD Pn.'*%UmРB<\.UtHOy\z>&Dvd&NХZx?L2Pl zLW6fPxh}LM5`]Xڞ쑖 B>rgvܾv8aԱlb2SA6w={48SϿ]]|(W7qinhr᝾bGs^lRE9K$4l>|5I:%v Ո~"ؑ67g?q qU~kp$Q`oa1`s z4!a׃  1,fD{n/i/bx|݈omXJ?.XᲥ]p"L zJB_1\bufHu,^f/nǒxt2*c-fק]1?찎VV7 N㔟9ZȹՈĿV&uG.Ob=x mx9,ϰ .8zBtPKJ[4ڼv6!~~K!AkCWw^qM/|QWaZ_j˨Z^e#Ʉw}DŽ',REFnԫ+# K[V|etױil]%h5EߎG On l 5` ݋Gaǰ|,S #F=."Jǂk'67Zte5 xesVj[ EvzxHY72gE'S%~51$h[ҫjcM`G-܅GkqSF-6;!+ƎHϫ@$MЭ8` $wD#'A)'0PP )oU4V/ǧ$[O2HՈh~Cv۫>7F/kai! Blq4BeoviM~3CO+2 *eJ"q1<lO|A(;MI-"2SR@Ѧ`h>Tצ"ol^ˁZnp7[fRo_kP) F3  N.݋e`~ߛ웧Ǵq?M%7\A Wd6=1=k|$uSCP$<֬}V"& *w[̈́KjUS5uE;]txAR)ѓ6 DJ3e9D~-G(PqQ%\_A6w[BU1&[)1lE%]o^ ݬeɚn#:i(0᥎D@CX8tdu{@ z 8Z:S;O+rzZ֤JB'|B+G)X2+*a~3Y:4^\|~U\ ´NpݳU+VVQ'i1c h?[SxڒQG،)S- !\~aҙ#4 C;@vxj*GѨC(HUG+vdh8Ѩ|ersRJ.$v%81RХfpE$VWs3Z)o”8dlJr?pJW:=Շ4W!_[> vHe ^2=G.r)O+Zkl[Ů.eI)1w5(ޚ4{1*^%EVNoAn _=lTiW"ٴ A^!Oym 6®j驤@*%"i';x71; /-HA^-#M "Fwt\2䯓|]Fx0*!GB]żX'DD7<%C vV8K4bu5%" 3S"TP7o>>ǕS/&`xaHOJY@\cŽI:ø0*:CyfSo#_#]=y"h)R+&ychJb gm)er7&TdL W7;: jΝ#N1:@i cb5U FYl)/R }|qc^4S>JB<5:g+wRݓo<7K8d9nBWͰfY^E~1Εf9dU JlW8saR"ը:tQ\)t 5, KoەaE1H^AiGrcQV$^ii NnX3Ul3^uG|p$4,pm]'ƌM*RD8AԌt=E b%#E'/;{hΙw tqh)[jB}GT%"T Q&Gkp1N9Ę:}0QW`a;1$Z/ ih"H< B@ PRP/pcq&q8FuxAPrχG;L9X͎+lG6YD&ھ? X|D.[_O^eLRVH*h3tMQRճ7Mn-҄Ax"ߧM ȥzōD@QV"[;R 1 ev+bzk1^m 0i7g@i8%&6qi_BGrꢗе%Š]2n&ӏy-2麄0h͝WV͐%(n`q Ǩ۷`6ߡX"raᄛIdiƜ7JZ.qƖɕcA) "ënb4 8FHKH9n6U!;`٤Wx^e=c0 -ZnP訒\9] Nͣ3Rá \C",.SIݸ\]{ݸ/W 5>|Ub=&,@W; M7@" c!%iew78Иh,[ !gu5:mU9@ivĿFfhӤS)n~1fGU#WB\@i#-19˜IFm Bi'Q2jU>cZ U L񹴭 l .WCb\rԾO躳ڮK"'䜕9S|g1Àxf)9 z1ÜELݮ񐛔NA|⃊UI^_~x2}R.p`ώFQV2 V/p7s)v$! B2'`H(~]m=͘l^K3 Ð>?Vv5ZR&2[ٝ lf ƴS-{KE*Ts2|e9Jބ ݡ&Y3?j]Io1p>hٛA{ < .0jOiԞ<Kt;B4!i. OV"$j5l6P(5( S+v_J%Y9Yy%YնrGw$cqiI% <G59t?MSP M4)8o*muIs'4nX( Dd!<ϑ(Vc8F1&lw,=5BK/3YX΂gA#!n+^s5$횴8ΌS ﬘w ?9gu9+^P)MlWn έ4Cz3lٔCő(m< ZPȣg/ZɥhlIiog,ߜvsó[ hn vHӂ/-*)݊婧O܁,&1]*aдdOK*4ٹQgU O`À/@_}AՇy%ՠ/U69 L\v( "g? I̽qA^̂hw-N:'ZMƅ8?8=q!,Sgݓ# 枯(_F!Y6G14,;B FQ do_#`[qvU``q٩Xy->Ϥ.}.l.sD+##za1a&5A/>O_9.z[ȕHήg*0~€=eن)G: 2n⯡;FWnʢ^x$-eU(,Au`9~[-N,@_)l2LYF;m "B9|!-yq^IfUP&x#H" An܂-6A*r$YZŠHl]Z&[O$I@@-<GEo˒RW+SweTK*kCXz k8w~kA #d爪լ\4AH/5>PP V;Pq$:ӝR^6y $ʿsz]WzM[ D-pAV {Zx5j& lL~TRX11JsǻAwNr \v9v1m@)"?*!ǎʱ۴1m1-2t{^ӴH,-W$a(j&4%(8ՠ0!fF; %}4LT{ӣK~W-S~ixڳc5ljW28N@UK%k+?ʪDm_ıqbb&-^Tz/;_Mc_Tx"(:x0%Z9ff?$fJػokbmZд\w8Q̏ϊLjLwgp|A^x9:702毎E(;URtB,bQ@'x`?$---A xc%=<\t4GtHSk1efaȬMڿl(1Zvb.Y)^))jvsF6'ndLy!/>e4[Q1(FW:t۩B6;7  遃gs"N|4hBoLjRB+I1kٌ`xW';;|@$!q2"R3Fѝٔ GYLmؠd h&9'fi[ySU9e-zQyG2Y6 "-=\!OC6,=O&%f  /@7HK Q0TJ=C%`{Mz%$T%^a|#/:2;2S"!M f| M,Vf_wg1MFcF>$35C[q\:%zbduB735tih?9a36tA_tm e7T3IxmhkRI2 BGN /.|3%Έފi ѧs֏.<2V+x6OL$MEx&B_Z+G3-W@n*'Uy8MUoPr;t@^`/j";m-ꊈ&盫a"Z\f_?cs}9)9H~NdNzrLHҎ?uAkod`E)xx8v `Iq @/^JbUj=#6\ZSrWO(,U֊~aup[`+M(I#6jFۉGd#AQcy[%q U(!/f?a.oZD,,ToѷK> bO3J$ꪫ҇{5P;YNc5@U(JʿmEQ+$c(0!&8Cɜ^/O`|^94M-fk:Rvk{Up=%֐$Mlnx'W8C2 W3[m w NT5ZQ3_P KMP; J5%TZ! w+Y7=ѲҰ:$3(_o+y2Lϊ/sNۇ foVٮf>?gXޕu1ςq S"Y?~3A:N=9~'oL|%:;]uPNt+p=6K%hF}#qU]9Pak"&BIWfU}Rԡ=eT}ʙ d:hTX+h^b[@FL.ruiseµuv1dŲ4JznvL94a #=oPǝ=hk#% zQ#sͦ}*léhƢz{ϲE{g$)l.g| 0ɢYZqbS3wԺl0QɨZ)ړe Xecsm?q'Q}Fi|#knzz-u[-k7m\4 [NOJẙ[Lvh^I& tҶA vh`ܝRֵy Pwv*Xj!R`d[ .9!ζ&ϼGx * VV)zIg>gfKQoq8]߂}tĂBqδn wJ#m5?hEHㄇCH&]a׊qN, $AƄⵀocHH y5*ԛ_gi @XdQRN;w_j@`ozr*c4^p  p`|k; ȗu0$tR>=)M]tL|/)OFuYMW“TƹҞ_:_2PI:+y=.TT6}q;!>RB%̲'~p92ҥu$%Kh WN5RĮ_}_*+, I}^ 0=ƗV+9xtS'%n=%Vꁍf(}6a.a0\[V/Ç5 8a4Nof#8t<'ܣ˴`С| 1ࣃI["-PѶ /dZITP.@%"83*qG~{ z5`Kְd#KJVK^($Mo =5l_5<}ui>9-=+χi]\;ϖ0;H[8=l:4g:wؘFg&?Waٌ&K졄J8 IuJ<{̬n K+S)SC1!){!`à30 id4i"xb~qPJIr4CV*QŊVԫS7 >YRȑoг|gsKۏjT -p̮Ch.Jpӌ> l^Ok*x]YCCHrHl7cR.JQkRZϼ/Z @ l%XeJZ {ޭ`A̫C©]dn.2&~i~ Аy>( 6 FtsZ  !t#@'µ9|9 PkiȧSoyY. ʬXGz\ }&I͞ |>}]OQ3K"ha!hߜb2T *|cM?=L8q%r-B3d E̹6FtnE=뾂.# yݽe ?4h cHB#MXl>XT.vv'֜A uc|9 M/;!k y$|LCHH+axa~歏@*C` 7?i؋1(^ޮh<:G"6M^IRZN*(qkO?OйJc*^PfJc[V7py1sF-=E6*ClE#N/!v{hiY=\p=z)Xp JydJ 39%kPRO| aeXK;f(XԝbTK&tɤh_(XX OQNڸtr=k*V?tc#$c[W[a0,ǼhjBHx!<"k'<{,K *V{]mcZ.]Oؗwy+(L6'GSݝc&xq>\W_! {Iݛ) Eq.M#=4dІ!^ko<"pOpQsjXH,#=/HСIs,nD;;*a\f~jCc<1qU}вUan8T}%i!@Dd- :Wrˣ<=)^jja8n_ !n2 J8U6գt;x*+k@ц<:ў5 #.O4N',;"9,HIVnȓ䓪W&@گ!m~Z)lT7<{,*yOc*g&k& =đP$^̒ :Biyg}ʕb]Mw[Eѷc6FnjX07#${=&L 3*1%-bBѝXg2m;M7 fNȐL^y&* y@+CBoCŏVžU㷡yfP=$U;/ v򭼽 "FY* c=D{uZV_tҠ :xdPE#\a6ƼIǿ<EjYkw8U؛| `ctȧ@ݣzPy$0Au2e)𦗟xh ޼NU8iPz.7;LgСGDg8G.U{Ѥ8ũmpVFkl}i{My4 rP#`)c>1Bnl+O8O껴tٴOLJn- f֟{C%װ]RGEm83ͬ;:2Ep20 ҪiMktX8Pz@TGZ דҽG1'-J0HopTc5zSӘN?J/Ew* 3@O~'`ԝ{^Gw ɫ'@Qd|&ub*W^'xIJ9ɱjDشFM\yĤ{jl)ѻ 2y< K[[/$i5Ո˪/x c%,-&?z*`2k_Nes`6z7ZrFzB[ai`XN(WHgl? ke^׎yNs۟Ѕ 3)GPV.6mK> tX7F93h׽$V𛵢\LEYBV{1<$g @D&( 0Jq1@iۏ҃f͗bB$;HVyu18܆ t`= G4*UՑh\iE@B rKڊ޾`GBe_Z喇I4uD?<%F{ 9c oڂOL EpF}KKKˇrwgm4Q(VE9Ql8)R;&B WⓂD\ aƎO$qң;nC&XbuiZjڵp:h/sw g9J EA]-2I7Wgrv?kGhkge B`-]\x_W#r3+::-\ \]b6:sR2`UOBz9:)཰C@i]@dCGoi: II2$u\zG Szuyl '*bVO,40 X(w0#Ucr7s6QDԇҐ~Zar,zΔ:Tx&tDd-& y(zJ}H $Em]f$=WdNZel2Ʒ]r-6IR(]".-m`QzNP 8W81; =5(BӠ/J+3ݫR<jxuƲ2K 9Mߔ\+-wo8 ע  fzƣEOVOgȐ-156a7U\q&.+93/)Q)Owe^TI~n aml+Aά.edȆ뽅-=Gp6xikHk∨?%ܙ%0vKJ#6b}gیԣn wh^ <O.?\:}6KFiڹQeql=i_+AE*o$AkuL]j0 va}Tn2VIY[mY#RxⅯ pL<뙂Ddsϡ ƨSbf9ʀ=e-ħP -xCIg`fMCr+,YgLlIz6q#sXjC;=L;Ks [ϜFp•o$fL;Jr^?aCr ԙLo_%FsP}b$kcu1\Uê)ZNskr#{ఱL2ϝQsb5NTkfVȞu+5Q4ē6%n>AouINZk{␨f[x3+yi@BMv/9l@G]6Z?St?COU, l^xV 91*Zkɬ#8/ZCDanσi?;oȈX(~-O?-o/ >*B?ݥm Yޢ#V_fVgm؏\_\$ȼ\* 'y7뫵IVY ɳ" ᛟ y}FI%to9l>sٿ/oqCz T3' S<}JFP)?n x,N߰f_İ̂+#k+;j2ysQX'+C>uzu `3+*Q#ف0W-(nqW/gI,~{m:\qcQΞm74QgOǮu Yr%]@ e;bwڻrͽ\J6\]dg#1ķ;Jn(/pSNKℲ[[J7#6]>c,\451YZd>oQ0@$kz@k:4{; :J7x| 1Dˋ"`րIF'9Zy8?Sc^ ˑ,ϒF:wx^1Plh(yJ])ёzE (^*碃Fh=ߜHMĭ'ni4JD}:/ W7_ƅ,"̆2D҇]t0E{0$Ln@R}1Y*T5 F-+[Af$Uw8r6z[o I]aNS*ѯ[6"-.̌xOuR׉ɛ9Ċ<~=f3}ݔ(MӁfkF,ly%ܢV4gM?QRWn7F:۹,lfYV^Նsķ3i %uZ m U܎q̍xɫ&Z9>W7 <8L̋Afo\k5z7^}Coba2T6#b 'Dg6e #TjT8F.hA|_l@@jԀ!C@nW#kHZ#Q=Wpƞ0Pe~"K34Z,ꬵipـf3 D6VAC_eaܭ`9т2=lM2=J1{r8XU7,k:Zc\oLhxXϻ?<^_ŔFU.zbBx~ȸ9gəCA0eeQGbd ,:K-DqY|7ke7?{#WrcK"tVTuae;?əd{7%9+>"{`H!HDaSV?b\7ȸ`unjKǎLnhh ? wlJLWd< i]HeЉe3LhU cޚ_o|xIE߬Q0"5T7]^) RҘkv7F}z!Si)kJ$`M8'pU It>ϴ}3{XHF똹GН,i7ӭV0|/GMekYZx'OG7TMFU!lb8d|unUmΟ&g}i7މў-6.w/ a[R!`QD]˕d;`^Iɚ2Kߨ.e-4o 2#~Fkbb ,<ވ >^sr=]B(~nBJRwI=BKզ4-3"+ʷƪ_'+Ya=@;iV_7En:*j(a)kfIHXq^<o'aǪmuٲY{ܢ#ݎ~HKf+a.EgDng6k,cшBN^?$Agon~"ڻy7q@)"-Nҙg,4ٲ̾

99 )Nr`p犡z-y[,q 'vښm;~J ' ;spAk: 7*x o-&%!R^~v 9ytـWPث\TBz(԰tMDlI}13é֗{Z:1X{ ),>>'#3 J۩0T}%mtzlAZ)U%YX D_Q<1Cof_=U_pA *;N1i2Yߐ1U=1K\|IPP%UUf9qp4< 6\GqBL `Om [=|S|[ryP۔*I >=P pf,M[ڽzߦfpI]K,gpn(Q+"r4cL%X}gEV%㶹裣]t?`uZ>C[T4rS1S .kj VWxֿJl`wj `D pOmv0 򃗦@EJ$n@#igSU9os6=䫘qܻ&~8 1}=dhm]ZZ w;1ݰnef#M2en!Ipl3{Fׄ5J\ì M+N`` 4c>5`Q%Su s9틁?aRrpM\\k_Sy6cBzg`uhՔ%›egJѕ3ĆCktH^۴wO(W0]Xm!i6[$pd|3uXˏ+|ބQ``?o|tWTyH嚶'}RB8Λ`Oȿ@7SR$VC* e (4ބRvKxf5zhB$:2~3e4X>×oAqыzk :jeV dQUKm2[[:TP r @3f9beȞPjKjlnʌ7qJ_cVI#6:mCs59:z:KTT0r`X^oKqq[A枱Yq k|QoCɼ+{W_?ں\}>2sޙ)1㻜 nŖIeؾn|] fxCY(x콒[?̴U%?/bEʻv5Z: #ϴǮߚ)pVґW1Yݣ-%|M BP P\gCjbe$xгS6q~HA <)ۊ?j'LW)GyB׬>f ;t;N|`mO a1:vs2F+v77xU&GϜ&BW)V - <=^<__ .'$ oF㷼 tHhM$v,ƋG9 9W> PH97'>rSB` 8"b{ dh+fiP"|3m&}v"(->Es8, NYwN<-4}[?2+=rmU% 7G.μէc0JoIش.Zip5R/'5v!lX>x{,%alBCqɓ Ke*Gfr?&h>)rt_Y|(g)L\'C4?boj[J(8Y; d.nR$6xZw?Ps-N&HPO[}QJ_K!,Z,!)]o `])Z#ބ"5|@oJ&E g@+Ho R$ =DH*`QKG Pg`*1X,RlgfB 15!_R.A芤 g\^xRH$+J؂^)pC>fudxUʽk2B VtjSyyPkRK%5NvI\0EvRB#4`ƭ.vç@!0K~HEڍI{ο130R:\?^K.\|2A#y@ԷѲoܤe.Oͅg`D8|]kWEcd.A9E=yk9d(֞& `)HNịdx]a'}B( )/uz)(`'"QQj aJ=߰I_`&狞ou+yvWoZaE# C.:&m;0K2P{̘^䒆;wQKEFwx\1mU^fnC_d.N r(ž鬺s}uWv(E|6.\f])] rrN3 {LpcS<<;C GU}Oh'%ʱ!j%DhBZ zt(iĔ)I@ գj#v O1A!z!AM譱. <jo;zkUXe`ڶW`Dn/Ց ?oJ5!˜|g!d4@H_Q L§`M:̕_ H[bYn:5 ;Q\$\XX,6QAp*Aށ! 3pK'Z7)mR.7㨵HՁĆ6Kz)ϥԜw\!f鷫e{U;2 Yg&$HKNaw';>_ id #y 2CѸ9AI<9QWPa_@'Il 8UFcj)YvmmZh0|WA&, X Y <:E1K5 6# T19QBۛw!pZعN}j*ca{ZJ[)Q-zCb9V_#;3?d(+ ?vQނhR7Zu|}UGὮi/Cs(}ABs`"s@e^~h#|JP|)Ii}Fj,8 waP1bɏB=N!? qп_LLdeW*(>D0,6*)E6 fz/tKw}C\KE-a烟쇦 LTǭ¨, /|V Z""(d@IlRoԬ<}U9kaRꄠԵ3Wma5S!y~{^kC15J$miCL :o[ip5(|{! ߁ǧN'?^nmJOlভBXn o)J%yeʆrl}vm, )ȏt9G,iުOg^FPJqk= &+34 @DemEmllYv[42 l_Zo4`:> +M|Oa~);;}ML\Wʎ޶n-;$KT\&MH qqǮaӌœW 1tKg5PBnDn=hqB~F'2l\PD6PhuU-Gvӱ6bJ;!8 y֏\/k5 ֦5 cM՝ZxE˄T/L.T 7gkfߛ겒95Uk.yõn;Ŏ cX8%W(C#+[s"%JQc|&/UF V -tŐsלbLgRM#RsqP@A0mp@*9=Xa%%'V%^50ᆝ_itJGGfW+4Q@hq%eޝܠgl#/fmD {!ZO0MF1 惄bWb ;s cʍ*#0υ1KM+1 dKY>fpmcsubc4{<h;\(6W88@\Qֆ7Qō^P44[3BZ !.i+!UX4yC8Kƃ]QW J @L`<Թ(HuH'[i:z1Qr2=,Ls_ID͵S^}^6Ϯ7+V^~hNBۅ"R ^f^@x @l#$;u2`&kI0z|"1J6D[:}% r-Ӱ9uo M e;,;R: )Z}=O3c]tb `s.ӺXb@?-g\o 'WJ,+Q`cDA<x$e+Ekokt 4FI#Z)NV^%NAUDـ*Eo %!yDB஥ޞwd)λ*LQ8oJ5y䲷( TK0@Ǜ-4>pgjHKY,<(F>'*XșRTy:-\%xɳPL!DRv [s {tXYc%<2)2kԘF*'=yLun:?VLc00~c<'&mDةqHR8I8܀,=1H*Uq \5Ǚ"GЈEL(cO}7 ng7nrFckKشKb6~0mf#+EX=^4ook\ k}Wڛl9j(x.T`1͕_.7'%VlDK!T  y8JI[5ձղ]m.`jf1'ȖJiJR袊Cͼ̩&:_^5\pTS2 qWE9[aX']1&rA,k)[_d]Ru+f "R.+vԼ2[]~nADZ~no'?2xH!mbX%6M YNX07t ?"VCSwW\ AӀ!g ʒJ_Fvyz%#>[lMK҃)vC p:νl2q+XU=tű)"_ƛa&#aA5-,NPۡC0lq.ͩ!EMVA|ÅX8VK_ so BMB_3dfoe"rF-1ݭ6KiС22{ 3=g!}.6LuQ:KMߊ+Vm~vR<= tFz*2 5k nSL!0t A-e JɃUeB #[yLDv]uœv@d"Z`>c& ۱ \ aɹUphb+*|r =@cC/5Y> `cඥaܪlVoW\8V9eng}DD]W)E/֖ &s |a6aj9vKK_Z *L3 A<#/z)v14Z[g̠5#A09]mR9t?UƉmZ0쎁qk@ l׊}s"ٻuP|Q,e.[9ʏoSL]`+iɝt]n| {%24ם,>aa8 )x7Rͺ`uʗy-24!ҩ6rpC{,kC׾ ׀?M@wQb˙v `nJ:e L\눛J>)Qs;3d!a9X> Go|mҐ'VAOw#j;X k -3bmԬNږϫN}5VhAey)  7]0Lqi!hWj2mƦ 7U ? JlE(l`cAmIJ |Ue V4۝\,1M]CvRvA_^ xU+#s!)ɿfW! B9Q{ ho,{3 jBAnRxwtOfWDHp egbkT5P32=m;II:c3lC$WU y"HXN]6]oj {D֫ٸ|gz WKG @+ Ty'si JFc Lkh *S-wqk~ /O|4L%HC>wvYTC^Z. -pVd'79(KwXdǓm)GxgXb$LS[G# 0ݩ4ݵ{q 3eV_lL8}5q5^d!$aj:4Šm ?%S'#/AXB*`p1%8_5!Ӊe` &ZOrU(4|Ơ)nEZї!gi7Ѩ8r&Iߴv?`A]BFRX+kP2LߺXg RMsڻKʵ`'&Ю`0j%`G0iMrp ao'>U 硢܇y;Z ȿ r*3Hiv!!Aa$ZEܝ\C`ư&ijU(>˭̵55CL$s){5t|Lבgϣ*I-9Vo(ؠM˪@xU%M{ћA!;O֎=9U j]>GɑXroLT˳):}+cZp]O)\cW6~Ap c Ǭ"{.  119oHU0t)i$gt~$dsy#(c:L"~> \zթ YzR!BB ãtD9,?fYĸv"J/B_`8a^qw!sqD\:>[|4[NMןNi^tg tRQ nX3:iMUQw i]) * <'Je*2BF9}ryn)&yÛǁ"b{ f9]kgzޑ8_ %vRm3xܪ^Fԓf(1YHܾ>f6aEǹpJUc?j[ιe!>\u[ g5 5@58Jc"^8F LLI;Ho \AkוQp]^ Pdz6Y,@PfhLF SZ>|hʶm`a05[N4Ml\JRoLQR/o;d77|p+ G Q^^ Q@FT 3qr鐹oȼ,Am͕x8Eݷ?V̇e1¨fSjqS N,ՁλOPw8~ H #ҧKBUl p@Y< 6P!o27}B2SSDC؞:ʊ5!:6𪒉\OYXȟ\w,jߣC qcDS_, pB<gxGƻzmhn KM6i=6ɗ81,I]AQ?h2T3;0s5Fbѹ=oa3anN6KAg^2UF>]nswTN?Zs+BYdYûh19CR7-צC[(rf~&O,=@"F?HRfR,uQjP2~*UOqS't=zœ3ꇄ"Vd~O ɚk9'(h@v#l:L.a^qH@+x%+\G}13l{ D"e<5vTwb,áyn]~jP}?p! }v@J@ &f[艢Z4ez(@;c܀>6"Xɨr1Q&'H)/p)<x%e!.Lg}XikimsnXt;XZpxR*¹p_>srԲ'`n^86b ;b=}xJye@B)f8[ b; zXN1-$KY\I(a+;AĊ6"mĖVS/|aY`0XhR%fڻ $= K80{K. ;kq#wO 6Wj6 _0hD42:zYhݯz=lCF7b:Q7k]HڿO`Mt%G_݄xn12"kb٠"̘5 Xf!ChX仪C3_ %rd7ùI$a9P.obw(>Dnn =`/Ԉq*`>D!{DQ2 s$yd{ߵ] ? ˩^̫Cpmq!)7V1yDN5;S7,\wz޿#kQ՟y̫hu>pgDD?CܲZ/^_ 6J0ʆNݩi? Qv]y> 'cy9/Xe]Z& ىmr&c|\ Qs MmbcѸF\9ȋ5^-{)rv܍w(K ]%AV*`7V;Yu4?1q")nIP$F rbcOtlQp\:d/#Vd釱|v5I07&#uEiLʧa|;m">rrϐV,}VXݧU09wYj4Oo1&W7b~ZWWS@%W>6,;Su?,lXxaxVKI?sA-X\Cƨ0j}ZRh+%@bg^[Ψ;d!1c8cCz9SAaFk? 0i3BɴSȅSV1Yqu7z2zX'?x%C(hYU7.DC<; }LOkP-AZLME.[m>1_I0YZvo( ypN .K%[ӝ>)qӓ=IWZ?ҵ-6̄p)4ۅ[r˾|T$Կ .xqɛ@G(`Rxn&WX[ L&h BjYqkp * yݹ;=+U tkR-T'Gq&1lu*^Z(?L" %&ltaqj!cm/ؖ0$w.\CN$pcUʇg1Bp!VO'g>B;c1สgl=92LpOt-PcSR;a\"V\:qܰG%Q[[g ըWhv3{<&2/?A(Py+ T`J,OHUYSoBMD  v5"fkBeS5+ZV >_V'0w)BJ]m ~38H:S 6d &#~6ҵriJ/8AT1PbDaʦMY7zDצ71nt+R7 DN0'ER8# @? ̱E{#mtg'mnKM !Ij1pڇEv`ī;|\Rϴ҇AbClwQUɉ:Gexc]\fUYȊC뮈l|o7z 8M- 9LJB g^-!sVhh~c7FMGks"Q-(Q>EG3$Jsul]3_G0&xџ#M`kl@&9_﬍5Iiv2U) f aG'GE\~jV ҰD_qi?XbTKʛp"#cψ Zx[ Ga߶.2tqq<\tG b2JZȠ0Z.l$#w[zN 0t-r '-jwנ 8 T˼TFWDOY&GU&! ĉTɇjZW?FX^b|V5MnI kl,gq9+IR8Wp}Tpun\DIHgtwZw@~qQzAY vS+a! 4٪iRF3mGHBQj;.ʤBZ <[,+f±fUYa(>|֗y9V!?lf{ſYK /I8}˱AIz]u&5%ǩ<,ڡbZShӝ)VV6϶`];/;u[hh;̯0ú2nG~L.s;F@U m,2lTLȩ%#i8, ay0Lk vA4]mwʹAFѽŞU B[SQ/>z~[6ߋ?.l63WE?|!6LU>M,zqPGGN!:BpBHi}m@@7z"ҞCpyG =8_'oկ )UZ5r*(ͽH& ͭ^!UN_iw uJ9k;#|hs٢a  c~.d2s~8=LWJP i /ޢ0 UYI{{Qc_J:dOAEX"TO]7 KӏA'sc>gt%ig;25o4EjrZ`ۄh'<_;!#붟Vaخ~LWk^[,DQtu1E@ e-5!C~wL*@$(F-7X394ߖ$A86"V\&I hX0NE:΃[ JKܨd YF PYz["hV`Թnq;)XCr0a *&fz$̆&@T3oWl J{FrÂ: ˈNV0y<vqr }靆9:"(MY> !z~m"S;Y!u•߲Jk2 ,In-(!/Fꑚ{x"g"opF& 2ktf z7i$}__ktɤ-:gGw&\sVڥ،xu"zYI bgc 4Lr}i[f$?Frn-*th-UUk֚1FHr]t<%xoC7ZΚBW +|ȹe\bE^0e0HH9kw!m$ Qqaƥ›u}(t<Ӻ]4fw7 qZX AqII*\< 5ۊi GXyWW6!Wn4ih¡)`eO|=ÙF4$JkЫrrK?,0$qyfV叡 Ԥk?P3g2w l=KDoyfb[Ӻ,o|X VL;cQqbۻu Bo4 8s;RyC=Fm >FLݫNm"w-TYyW|S;Pc|}oAZEjڠiR\sTG|wwfY6qύJz?7<Ҕ7 c [\1s9F`RfqY[LLjGځ 4Ҍ!0 {toX,?QQ4wFKgF*9xC_TY C h---XZ_تT2}E8cjEֶ裏oib;E(Xuqu~Drvl zFi"+twE]( -JNtrϚڃbhK5D=ˏdsG~Ӏi|Ӫ- DQXO5 2IU h YE8@yb}6*McĊ9A1q j"&稉;Xwte6A`żd+V -&+/9w.q馈I;Y8E 0 ͊rW+} `2N$隚޽^ ,p&Q܊.dmHi=:HZ.-.u{]T#qPSIcxCOpLкxi$j* PxJߐ{\ŝ${_xmcP[!^mT\4Z|R`-mb瓟P6:}nܙ4a" \& &y" p]g4Fxr̢*h`RNF6`-ƻ'h RMoBMWqUO _#7Lؿ_7j _Yz7N*㐊DFH;ị҈e_@oԴ" @lԧgaƭ`O܃5 U d^q}הkP 3M}3x=t3 ]'+nqTZ)^:DZli(jʖ 6/HVxPYK 9p0gڰWUYw"܋N@HieԝZ_;ܒϦdF| Q5ӞE`ߔ+x~V΀ModU^ea$H$"HqŗQ)D܉..9UdF^I2b&Z8bz:rp or$S%!֏ b>4&|sխ1OW)!YNʙ;h<P]6$^a}ߐӲ3* -&S82mA犒Ћқ[V/]ͻ#VRt$woXhk=n!ukҬq$-i+g8 f;R ܤ(/gSЭm:!@8,`)al`D}UWkqdy;m۫!mMjS~Z?7 +~rTZ>c┐pz#멓0S{X3L U%o,o)!fDىFYYjlňL 0:YKAf ਞH==\ wf!Zy:\/ uZ&Y('-Shsxe%@Uɹ}/TGIjz@/Η^VO?hW~IJQSss:Rr+We\0OdB\>BRէ *f&!- M3ۓ'y+*`JJR!L^p;޵b]a$Y{a.ΙBER坨MqLn0wdRBNȄt~>ٗ#L;0Z n5|=7u@wpTa!-EMP9JrWO{7S઀eYC6z^j/>yMm !\Nⷪth TzûH|N7jGt&Wb0;ExC#UAСZXW[{,eǾk<"%Ze{64-9Oj{ԐGgOx_IiOa__.zdyJ.i k-%9$IRD$jDx5){󋹘) ŌQ^;=>:Pvӱmku <:sJX)~tؚ׷h& *{I<o*/Z`mVбk=g:'{qWe8EK2oL'fTߔboCN9ZAuwS?v8,\ zJfYm=xem̆ep6_0(FB`ȗc'.g`{a&a)&9Mh? [8I4 [+.T u0)g:uAM"dwOixLbkwIlb+e i5#7/հ8o8ha9Ϻ\"ex'D 2Rb!ݮd2׺i+sG*bPssJaҼj?62-${7 I[17-j663F{Fɢ1IÎ}8՛Ja)>LmS*(b"`2VAsf#UԙOBbR;aɖF<֎,I(6~(Xȏtpإk/I̕Ǐ=:_$z}|D6| r*IDmXv꠽̟ G1zXmm74c(€%2e0#qV$4q?q|٥ ʹ̂~=+wx74k@w'W'%ڑ^N)Ԩ2LAL/T#K$.`g!HGc46ۚS) {Ұ I;u H믷N zIr~V5 +2!q6VE b)F`ɽh,s^݇|HYsXbr Uzsz9{ ݌"FD"F؀LYjo#CpK~Ԧɀ^A9 -w8L49X\PR[t6iwtrB_ɺ6 "X*E+xӴvdS]<`ķi@szQ;#6{:@x/Fh&x3%y0Fhy`S1?dWh|7WZwo9L il!Ͳ6دrGgH@oѦ\’w4NG!P#7.W࣊l׶4wSۅ#L?Z!|zm(\|iz1u< ' C_)J@ֻG=79jK.vN:{_ JMƽ|.1m%f~ C:ELs.p{9=z5$C6K49 =C0gIȕ]: @>{R@lX+N1ƕb$VŝxvU%)w\zSwkp^OD4jfӎ~yUa 2#nԷ{Fg9l!KSB/]"mz60\a0b-*=WN7dBPe ۹'Jbx~k?EIՔjFņ+5\G). &rtXn l+̂pN4Jp2qcR53f AHji2enFej0|ZˤFTU= $xXMz_h e1n#AB Ќŕ .bx G礉#j眲G)#QA3Ubdz~0uNdOjWƊ>P[}lն}Ux/ 'tAuF3 qqF5gT^K5ݟf9t)%8^߱r =Ր<Խ NN`[+WA1IzĶvj3 -jDɼ=@c/Kw"?}l$Tgst ?9bH4_m9iu !~\-(ճCrbھ/gCД8pmS2zSx|(#|\2Bֿ-p'Q' cf#l {T:wɘauJjyw8R T{-{(lyrPaL8(-ot^Y1D $g7W7]hQN`{Bg5~tɣ:CLiʧwgfJ z:cGjQ*jb>K8W}%cC']*; *;2*X,3t} L/=wFtOykj7(2zTr")2R+VHYl%Yʹl;ċ9Ʋ Y 2P TiYf\vpz•xJCCϬaDtԫlr!:Zl 3'9$qW6)sP4@9$P"ݭdI3GYZc,rpƏDp^C h^Y ~|i8ZhTf߰2|$"Vf QAfFڸs7aޘ? : JȔݏj,GAE* Lq?# X%WE>0mnf<:l5ᑱ4?ҀC-gvO|CoMIO..boa+&T嗒Y&|F{Iύ pÛܳd{FSP(7]bZ~t)y//0\AI&HOm/,JUVa%tYaC$bߌ07ŐEK ɍ;0 a{#>SӰpM$?~3sχ:{N>ʉܣ,z?wtl1ؿ'! 7ϧJ*NukSJSokq/&z̰t՜){OMRMi *Gr<HA\ _F"xTq@[7#-znَ;Gdpak7ߢvR$Ê6)6)/=YHWEb+f;Kk5J9Z~oY8[Z'AyeT!E[. Yh=:mdz]j[ةG \/ĐۺL_0AUgY[|%_u鹲bn*SҧSE PmɬMaӽ@Dʌ+:Sw ĉd@8(Wu@Db!o>H'ǽ;<DD(Y<8&P0DR25$jݒ|&YrEJ^x7Lʆea#xl"TG'Fۅ ![^mD&'PNgjᶝHG}XU5r "[X$خkooHE3צ^%E=_L v4eY cqLK0 9r+ $a_@]k(sؖ{j7d9vJw[l2 nƚ*okjx֊8^?N:C9~4N-,g 2ubS$lWTj#qy20\O *&F ۂOMih ܯ22SFHՎ6ciL(`myDO>-:kWuN3a]9XeCht O㾮ks^68aF,~Aui[J,s!i$Jg43W[~n[emm FPDiWw-~5YA/l:uܞXISFwhk/k<1y<?Ɗ^PfjFU-1pй0kQ"V60̹#$0螻neMz6uB7"OƑEBvVnH[rэz19xvy;[7f`D0$^y{IȤwIqYgһ cc/2[Z̡  ױ^R `O@vPdu,M⠾ tqa 5̯q+G@3Kqyy  d`j&/nX-rWw<:aEFt`%p RZ$h4Wzee=7-ѲbJJBamkĭqC5j*t{7Q3 t%:3S`} um2BB`FVo_$nnm?%.@bC="To6>د"ɀhZw #"*;/uRRJw{%:jVKlScy`rۋ Q|z&KyzȜZ"*݉7Z jO:~Q{DCKmm-[M.Ng 񓖓2u _yWpi!g_AF$TS"auzzbT}fdhCVzKM'65g6P¶ukLyzʬp>Η" QHг}>QDm(u3/$(ɫ5.RGٲmPqNMjd:a2ZQ2r?jObst0'9Zӗ5>^"$p(FҨT; ;E-J)Pj@A9=eSj+Ӽ,V"je|L'dɷutnSv4!5* em3gk;H42V2.k;tA{OrPc/.+W{h] IZu+A>Q75{mĻI~{C>63X Åy+4C s!$ fTf<ܨЄEmg?͆ . p$RUI dڔ*szŸGGp xqA0} xdZ~ZB8kW(c@OzWW[8(4 O IFN건=.Ja4JC(֞F&,Klv_@vV<4G3;{w(Ѵ\9_:G  '佮NG1∬35p>vj2<]A{!eً[Od}17!Fzga4K:渐P24քQe'&\I"{7Ѷ3 3;M%/gKfr zqJS!ly3P9i{nh >*3FT0B$DsKmrHF7I C=)U<**}5҂nu4o3)c 83Yp%,ލadv%ҼJOuHfƺ]Ɨ0#k:e/Ҙ2AvA^muӪ΢wFuDH8/8̸Xm;c#\j ֨P@ŐBr:𗪶0 zF<m)dYTY>뢖A^f)qΛsko}vF*!1jo"ή![Snz 3{3Mpm.p sB3s pbl ,;/ChѦIF b8RW\iF7'I7\f 8n_Hbɤ@AbĪMHVeh^~xJJ:࡝1Ӯ\H4z5Aa*Y?0FfDJ( }K 6Kt@=fk89ͺȮ svt; C ~/K \eǂQKB$aZVLT"A~7%r)Q6iRdf!AK |KOPmmFm~]tI!Bico9k[+]нۣ<3u.D"ܬ>6҃/{QD]W+[>gK|}a}͕Nvpܥ$s <}LMJ3 \S{-Y Ogaޙy* hZV_4/`\Hd0*G0+T~/id" i}2vt 71p,9ss~NuzX7s+qv1С$ G_N~xxBvG kŰ:IYsy&ͱk0Yo$ʎpH;Oo~U?*lXK GK e7ö@J͗ĢRxn/,W<ӳEl[&'pθIߎ Ȏx߲$820W9ɼk[>Ł~iqYa3l.6rs&SǕFjP54[>"_Jټe5M<'oEՁm'mj"atڪc(qո9Ф]Ҕf"G ) |J*P{J&G_ycu%am;Ifo$qC id3Z)'KLcdhX. fpAgXs*-`g8~J<]KRxMv 4\Sbؽ-Ey=wl) KT#R6]F0r ),QyS`ym ?KLȆ R߫1ZK fy2ŢQ F cѹG˘;­3: -)gq"uXdty̰DbN,<紐C^$].wGe߹JJ򟵚&6h(syh/?uG!?%F;qgߕpJI:fVx֠Eƅ#/E0e$/gcֹ$cx4~uLx#:}Ypdq8?$DӔ.so*`qc@ oT=0s?#[WX\T'Fj'"L v-ܜeycDo ŷCًLkv4ٕ\Ὣ.-T2ĴOx˖?.S}9odPЛ|~* ǎ|E lM94(@.CM;G/S%2Gw$S/J٤y0\@^~.O!ѧMo2=͈wx=s25j٘Z ">(,r"m:8ϋ`eMNŊecRHM;t5H߉{Oݫ*+F0r% CLjucYsA|ǚ]If^E)xd *6~G YJx$sTz1_Ӧb]O5;&&e ߀uwXT,J2B(-Y[p S s|'y;. ޠbl`EF k Cxxb@>0OdWxE:JBXQ&VMt;IQP6McAGZ5EDdS7\m`䦹RB/ E''vttuOn\^OpȻLKKJޫ:~J(mYnx%nBh~BM)W(FOZ!\-爂$; *Z 7F36hWHlD*=YNAbqOVڔaU !Q[,!QBޙZJƢTO7U{;cfHY-sNCqӱ0[}[]>28Uy6aF*JT?@?艖 5 pJƭ3 ,'˖ҨbH㫛MA.XS EnF9i#Q-=p a)I0<3β-,Qq1wS>r5[ZH_ƈI2 ,ќ}^(snXʼnCu2xWv$J٭Qj>18Y$ql/ۘI) 1/gzz @dVѾ,C|,@܌Kٮ ǭ4{qRILJϖXfGp+RSX$݂{KI$w~[k'!aoMh^=81h?)w%Eq [׏ajnԖ:Ԝ#>@AoGNz'ڥJ {YT6j)$G6X_f}Cq'g8~h"F]KTg=NxNz@iM[y k4ƒC0ԇ5s\8 (uˤtѤ9ӱCQ{B٠ל6ۧWq/CCpmh-}`c~duhfZV<8,J3}j.sOR [qǖ|BԜ$ G<3>*}@K*RQUs-kdcぱ)^+E3^zڣN7kZdCp[#G;y_eɮ7jT3xZܰE`)¦cݽq@q$1VE| M͆ =Mͧus-m2}z|kxb+8c"{N'N1QXn ut#^I/% ƙO<p T9ĀdNh*\@0PATcJ#. u.DWV0Ē3 kIBl2fN60O 0tK]S!. *@%!6%(@9l1an+]N@q@ Ҿ T5С3h63 ]&öQا_+4q [~2,NAO[4s>Qiف<:d!$m9.g!aY9bA"N.} d"MtA΁Ux=#M!MK|%,,䳶WeE$ #P,DLDS߈-T煦 <7jmƑFyW3Q[;rc=muo߃42"Frè䓱>_QiYq,7DǾcF-KhRr;꾬@ KF[ w)K`:KCw8_O M.|M@$ͳ3f CCN^]{8U0r%>Vޘ! # yll&>@a }7*'r\, /HY]eSxg_Y]D£e ,x].5+cf{;Tޥ;G.k)41tr+ G|?^I|aN]:q[e5BN.p2Χ! \f=cHmyj I jg[Pl|.d);qYl5ړD +]W*Bu"=b_{ȴ{\Q]p^N Of=2MIh Xq%aB2F?mcB1W?!ڛ!b(S v Tg%@>YurM/ p~$HNSre^x;OOVd #4O0jmjpDbcS_?V¦rM!2:X~b~C}RfkB4yR[}hN;l*xU&rGRe}̼uȫFb~{@nM8P+ (T*WHξtȅi</SA|>_|BJJ6#vн.@l2_KRʕ"KUvRg1ߪKL#^)D #*Q䰄F:_ٝUXlCzj[\kVo $PҵNT#ƑȎ+ϼUzBh85,71 X puzy]ОI ǚj'G,'m|sokF(%qy BWtS0[_U[]8]!jHpv) [_ poD I%)G'Wi'@Ssmzj0Qˮ݁QC^]KFOk~gֶ'+X?:Ikp=.loDsYxVZu&v:ٕZǓ[/td񸉴:}QﶬulP :+ vkeDž%1A|ԁ"@xz {l}:~% }',׾7Vފ埑?_F-FPgבϊs <tp6О hȪJQ/Oe̔<=f57k~P/1qN+zA]hsX @EOv*#H\ WXCIo7 :@L.zhoe-wmeC? ǛEs^ϤR8 AfMȫ<}'~ Wd'k4`V3fQ3!k=VbDv8~O\= {VE1+ETYx\~R;~u6VI؅+W)PjY !Lޖ+(I| +dZ٤fv8Ė˳TpmJv v.PمkϒH)Őb5>PP5tџ"󨔎Y=y08)wpKχcm/Su7sRVWۓk. n|Wٽ5:''&wDUOMTC ́kе4*p+--̮sOPtB?MQ- 4} -9~\OxbBu':*2"-"!xy=0 sZqn٫f*TY#%$K; DvƝ~vGuÝ +t-f epnEr] !ٱݨ&O{PQ:2;z=Yy-y~WbNp֢'y˯oͣKBS;r (UhOܻ({mN:s7YV alXJ?v;+4N}j ppHGƅe{ b_!^1̗KwŝHϤf`w]>G(F3j1ђl鞄Rt L703kϳm؊<?eLw1k16uw_53۴.!1]Vҍt+_ɮ-/9H`9LQ_p1"w7.zoGEh5ReOgv=z$9{V @G1^~>%WԗѼg)+-fz7cV ¬I0P(:HRn4Rb7h.yun$>dRڛW? {g΂aD\."?^o]x/6t6Iuo뮞X8憩sKէZ 2h5J'Wb \4Γ U 6v-Ģ /G<zxO{݀989bg7Baː ΰp*`:*߳m%6!^¢2P{6pjTRAkl"@!7dw+b>7m47m^/Ā+YdI)J_F %A *m^j5Y4k&=x'|&Ȫ+]T;QS2J$XT5}Hw_&-,j pͱdpdRaƿ%_10ہRN1Z**aff:mRmѭe~ pt xZwBD̿ʐ-;K r ~m7PzQ@si vqarDjM"a|V3lJ:?neF2ʟc'ӚIb4 rGfp+ҤIGۇfY; @U/Fs7l _蒮f;c&fK5۟6f/m~~<(–]# x"%(T@{Sod ]A 2 Qvd z>yMS&$b h5c$zV f Y}IOI,5s6w=6:*^D>xڤ϶_+bSG{9ɱ7-܁ >'Aiԩ}+B8};LF-sb1tӇ}8)r߰(-,׿GTI@A˖T:92Ʒ|#X=g MBJ*adR>^ŪH(_Xb =ZFD1Ҋ )\ u픣5?tjDEbue_|)cM?ML 2I%݃q6o9y2k6΃(ol&""y[ÚTZd-Kq$m _\^eʐ)q:irؓ !'Gҗl]4bnǠg͈ETw#䯅3RxED}^t9?ӒP K̺+5)RMgՕ:ܢ4|b5`_WaƩDqi :i{+wBF 6%HҤQKg0 29ƿלv,=ѓh! DhsMbeF|xMz owٹ W{^&\'{V*> $4+Dd:)O:pz̗RcQL2tN.(.Ze qc+)gޱh%5}mua;*?T۲xcJ!J!ָ*,1& DWB42!e%(4;@rle܉s5f*mcpLBr+y:[#-Mb([YhZf+&H^0O@z(eKHdand <9QxYy5z2f {uNykڹWudҾh6jR6IIH* n5z; zw爣U.Sy\(D۵U4`˲2;dDcⓎrX3AqH+WMbqXFPTf6%?U|%2'#+ԏqxNg3׉3 +==\ml[wc<|p\Mس2msuo  ң=_.̿SA6.*?Xm!0X*isA 1) yUǽTzPƦڜm:Fj׉|sLo ϼ+L<\"/lJ]ȯҀpP*>x8O0'T>g0ueWI3Pz2BUYL T*rdPöyZѠo_y/{Cmچݗ+/WS!|is-۝ӸX\iWq" JGGZc[bnL54k"2^}9$ꍛ8Ṅw=__l+[BdCx\x7":>l9,xX_k$t@i_\QOW:ϿsXAI6'E 8nGYO1l dL\[b!uJMHGcj8qk/,\,~K5 Jʻڤi dYωayόQ1#̨*ʜ16qDivMkigB)O^"LQ݅Qt%i)l"zE+&U R&N>GHGLAw.ɠ`C*ω^УD$/?Ej7<J $דŌҳBo ς]r@N٢DY _틟U:M]4`Ҡ!%BiI2~H/hg'q7`n4PМay˩dsx`0vSba:eM#dkV2UXQOlփ1bcvL43n𕄠'WtR7Q c?voIݬ:91p/Ypx\jz+X(\G)6X]mwfG)IO=6|Za8CvM(Hܕ? qa>?"Mׂqk"G\]\WW:p')D&{90vً~C b\~ؓ8}0q.v/|U%v%f0 UtŹZ1FQOre8xlӭvOYӯn܁5Z}#}+?%0a_CN 0psn7aX_&R+{k9FZʸȆ=ܹAlEEEH8uem3E)͒+a>\FFو}"檌t+sz?/=ɯ%뼃W#9si/prPm RZDeպP JK 6,d=e5HQE~>&6|VlۤP<˅*~R׿l SJkʦ:P761ots1h.B7V_R` dmzj*7q7C!TEwbNP@3Kr茍10)Hpi +e$ *=mџRHVLi`rQFuSXP<.%dޔpTa_wju#NZ+mVrK imҊ1z+!DNa4b-RLA#nye #>Nu7N } $fc*!,rA#R%4}EG[0!H4+Vg 4C8?K2¢=EkcVd0Am A;n}E\f7<v-9ͬ4j*[ L>0&PQ7lYgD/{΍}# T-CXL>4'̈́*=[8ʄJee02n" ߅zw@L]C')RqT 䊏Mlӳ 6< E0Mmo֯fO(Zd.@"}$3Pgk9 .&'KerUOr //īyM*%0Ȭ.85)iYbWsAmthau_k:x}Y ԥ4j8\z>4O;tVQ]ը͢P ͣQ$s :g++9'cbZ ,2F1c|U6V95u\,ӥ= u'vq5Jcx8_o>vk z69QO]3ZէB$yakR\|JM)C.,>=&nOA.\b֜{`|2񒜃*~8 m{u<L1A04TċRz'uþmO~\*=W!Vgʑ2SϜ>5(J`L,#} 72y*@DYI3HBc) ni{&scadlFkQЉLPׇ^}EGEbClƉ^)$3XlbhDžbdhCeq-ǒˍI`}7&sܦ=,M|8\F7d/oᩖa{e mJ6.>z9-]fVDvy1N4Z56SqM殆yaú?E& *r\@+|o˜pd96 WTP:g Y8Rͳ#;{g$ͺoAi<Ħr(Xt|٢s_VċmRK0F4R'`$S #9_!~V $$ia5KܬŠiy7w QSVmaގ0ѼM**SO^셸ZʠKIZ~֑7!#v7 ;|=aэ!N/EBaj q]eY 1c=ɜ9 Fqy>qb˳LiKF0C[ɒt: bo1%W|whnO9_lT?&|-`*:#7#T`zJuL)y:$''&Kc" -hXLQㆰۊGݽ8=n`%r2 6t(")W֭Ч8蚏ry`-[QOOk45ԄWeYp'I#@4╅o\nm8QR!KHݴ4: M墂]P[gNK\2.ok3 ~)9bSv`m=3"T \黿Ppu)B(11;UN v)4['w֚. VǡM(.pɟ ~ۛ(IҪ|W*tW? R'Y]d25xA<Z1'جHF{iu"?S6Vlê(.nV+ ,G~}~\vՑjG1e+6.ɨ B)tl#zuU[䬛xv^9؍0wq @A᠟3EvV+gB{|һ6T7#7ΒxBǿ Ґz}G&`^n9t< y%Yd靤8ޮ=PpJa@'įZ,eLggpA5-XS ?u*;BnI7D㨌l?? "IŚMch&4)$C7V@eQ4?#B C.WA85(FvGF: 1eQWўtÅK+5ok?,CkeS]#L6\±=\3pc"up}zTVL.?noL,P ͟z^HGw8@#VVS-No^KHPzga`'SpZPrǝEz#\\{ٯJ hZȢCiU/6q ·(  .rMA10,83`bƸkc1Q|N}0pDn/Leçկ8e/`Jhu\c!ɳBU$v##V.=xVQn{wwjwոIAܨ HzkO׀b( ~#l.ө\5ȶGxvuŽ]|Ǽz+s#>Xh/} ;m'J!0䈰B4ptss`+r}.wem6\rɐv?۷,2h"ER0ps $IG%-k$ݟ|a W뒋 v!y0<1!w`n%E4j͂D ٓPrFnwWɠ|a)]NV:uz-k|1Qq;OR,n&lP1<7f,#xZ3m"%gIr8KB!S#"(=2س`i0n> ғra8ܻmu }G8XLӤcI,)VXL7ӤnT+JҘdq29nOb6%߁T n^K}o&ĸk'9ϩ9+.Hb\`3\h2ǫ،ֳ|"c'JgKJ?3k56Fgf!U SAכNeUݐF1 KnSpd+f )ǯ˜=?l纷$HQР1NMXR R,m@/p' L#YDi^\wi\"p~` bȼ$Vsk*u\Ŀ\$ L]oNA%p۳ކ@SZE=,6tu,ݧ-"DH׆㥢G&10%kEP"SnM5rњ׌NzT&1aCz%`;$q`h3m*= {>4TjXXK_럲ϰ8$FĚrD6Ѵm$4[,#+DZ\n.Ʊ,t'C/@-"zvFb v37П4ғ5XIIeՒERe4C#E:[EoO XFٚ !5TZCr૜#QxD4Uڢ9EA^ ݬI<;p9U+K^9p5] fdFbTspF l% *S((_t{H>Kϵy02tO6 tqVc@- t;^6΀FY p8u|^f(Ǯ|rzwb8HHSdD6Ml}'XфTS5ꯑ()y#n%xy}jVgQd0VPџr,k!kX&T9!-B!e*Y{\{w<ǘZ!'8děwJDT9^cP Loٝ=kYH7O~m~\-":bcTljwg ^,vh_W'S0/UE5@|yz= spw!7R["7e`Cuuy~c-šYQ*ў#Ouƭtn+h=5}Qumٶok;M6HƥUp:J.;o bJ3e/Q,ۜ9x95>]QrPdv_=QVN-^pŐ>SSBQO70K= *HנxCƋ0~YPL_ GZDc:_8]Vg`8mT 'G2?𜩶‹f z1ߪ/ex|b6}@8 "VBW"ix,LGE9"SW[$6Jt֘ע{ĬeP;(1^N0\fe+(}03s^rvZ{~n1#nDx\=h dR|@9~ܨ~(CekL hd0+=`ImILnr0S=$< ѨzZnp\pt6ZލA.azV|Z҅iCfu rt=_CK{q wGiiZO 0Ƽ&kNAESK KYکgM?&E}9-R, {>p] ]{6&k־W'QKBߕN {S$Uo OaqV-j(',kwy+ '{tvxśɘ>JɞK76*/\R[LbX+I3 (wFMIcRo"(yrQZv"jķ ئa !,0PX ozez̥E5Yl7Xv9`BV׼aZ'`FHrB%Fm-4,:ynnFW(F0xDJ ͪ-{&/8û0qe9ZdɮU݄?Bl~@eLŸPJN%x3 c"pwCD3]MoEAX)}׫s!;Tۯ^O›!oZKnlʜE4GG cʞ\ _U$@o_] /Z/ AQ.)>ݥ\ΰ37FS20zlt.^:BЖ)Sa wC@g j0.Vi˅2rK0XLJP*@dex ^Ʊ&3Ԧ-3or*?cH; h5\|WygV=bՅ~9O?-<<l'unyQ|3/.s+A oyYd[eC\ ƼȨ>tRY3+ˀH`^4_<挫HXȦٮE66"7}$VF<+2bb~ĕlbF~dK8=YqAV@.9%晻ًE³t׃&,M e—mTzڔc0=Fo[d'b= jms/<|>iGɸQk<R.Zԧ7sQAAS1(gt i>/kد{tP;E4$$fu6 鯵sd |N >J%8xZϱCQ,0,T(o#xvW3(_ GZEQ%$>}k)eR1[:jb^M]P'.J@ҌU,|%cX%5̘M{qk €zw8GNCКI>&؝G2r0t7ZhVY+qv۪/"e9GĥJlc'U>g2j~cB[G)u(O43Ѯ'WVGPC?_Miz8qtL4MJ٘~T\ Bwΐ5A+qPԲZ?]ǵLߙ:PXdd=<;9tVdHrרjQ=$y J)P zо$a nx$ c{~n,p_Q5-9BHEԼi%PBˇV SwdG.u--,ni [*S"~o߂G9@OdʵaLH&`G!Ƴf,N1( DoԛT!c) ozď1M/][HLҾ( 8j+*#;J&pe7i h*X^be2ZYDPץb3<Ï0 Oï؀gZߨ/R`9+ CUnRFɍƮri4[+F_ހwҺݺG6V\TӌޏW1^´5GbԌV|J)קkw Rϵ]U2}Ȇ~{Lq?Kbo{41snq+0YŒ:s7!c{[f-f?YwқAP;H9fΰ_“ PO -R@= n | =/Ӭ}I0d7&al__ 1?ࠔo?0JV05s=x^@ﺄD1׼@0&׆ UaU P;ͪ]ڈ<*=$K~(A45y~[7ӹd5(I^^ǜBǂ4 4u\4xTq{z&; T*~Z4fdEju 0pGUV/W\ڳ )06 g罦W޿,xR];..zHqfj@hwb̸2 @nL[~CWOϻY|G4+M2&aOuq+t%:b]X)Z;(j]Q|#]HCGs8 -HXi`Z#`Hwb&ۜw2Y9U+"*K"'T3?I;"qE6ւWa 6)n"k_:op dC!wo;eqGO?M!l"L=[w[H\,Z'eoS22j₡QH?c^xF'}gÐ3|{ wEy^QXOqB[&Z2-+b*ulu361-t?T8Щ,I<&tvap6`r{(V0P34zh#yTTQD%+{<3"8 Pj1UN5 Ϡ޺{efJ{8ΝD>ԠYcL槡% 3zjOLw\>cC)D1Պ0: Bt]7`2qQħ|E'I띱[Y{­j^t1ۈypl*qL"/Z}V5bUʧ~KQ7ě.I_L6 oQ< }Ӗ`Y(&Vx.oUiq|Pwz S#J]QuH<6g 4!Z'M:k.`GoQ`H!/rZ۔6;PCf9PR2NZ#mrSS `~@? fAce ~ܤ If>j}?yEoJ]ם8ܸEwgAZ{@9@wGubj61jL {xj" L-KIRiv=-N!k MiZQ;DRqN-vI: 0=i1uE Sƌ|؋0\+byMnۘi|h-&k"}@k!T,TFBr::~x'G; {]f6荱!pz!#: ;w)i6C?)9|~چs;zfhUT"ǩK0yT2꿎s5R3言7=[M-~3@vJo¶>c_(? A v=QL~ԇ͝o 4Z0j10k "# p^kM $T-z2]]wЃ0>n+=A؛"Kci9TWI˦]އBglG(0}Y{!bAxREV(:f^~ ֣"k $0v銧Gp-`o} Ѣ$T.Y[yT|9GrYEjrpu_VRꑂ$.D 0 dVYbq{O/=_۵"R U ;&8̳MJs ֍h=]fhOÊT^'鼣:ױݣk#;d,E_4j9Uu%g-b5v.r2P$1kYw@,7ˇvfj#q!;)=ܹ_ h*sӝ/ k2%-3w?""ުIqleL1lT6M~+o`VޫxJ>ڻ@q>5s I?/ZFSIie4%=WhO7]q'H~}'!O q!8lQ4 8~1YϰQqJ𣴞E\ZGYtynzYP̸9ƽy ʁfb-΅OmD{5;pY\1b|.4H0ޘ ҏ($P3Er^DQ:5uzڬ $bЈ*hTf[H.\5>dM^ 9ǼVa2(7:_Wf L1RK.+ iǼtGX ] \צ:F[iUiU%|5hZ@3ȏ_]@sV(=88Q6HOEfJυ_G.yqߗj^{PZ$,3PnN sD{D{>.w<0}&UkV}H ^'oe%Q1PT ~B+B '$&E5# (Cs?WAoVma|tee2h)xhUR0$֏ ߿+^>X;ǩj_1& "_)Ua A,^x'?1 H1ly]?X]ŝFT2,lїxP9bޟ'xeyp.щӾTz0=~^X((@*7"j'WtY)nӈТ_4V8H<(VC}HiAY՞sǛe;1ҺtNض3w 0[# ?KN]fJ4WqʑYoWP͘Uv Vu E}ZUXr"m6Kh: s05SеO: D'#"\X:ofP)b`mMFsm5V^N]L`-Z~ ݃>Xx-W%ŗJ h=TTVK ~"=;k!WiVwG#uJΓ\ tzڹhͭxMV) q.B @oIqELou &=՟5 c?M9z7nM\{,UkޮQŔr?-"U.Սl[jt4xϖ/kJQnk"t=mĆ]7G@n ӈ s$֡<02 0.Z c:N$2{,v<9ᷠå bh-Xn;7o-M+%t䲷eu j/⸮)} ,`e&$ODCc֏ C GPr!jlvjyD/ [\fyt4yETg@Q'SHYÕJIg?ӜZK3;,zW­|% '6.q" ~K2nN!08J" ÄIMc )tYߏllaw7,\7M#?KۻSެ^n# [U R^1f䮟w NtQDFjƪ- 8p0PڲI![am8Xcgj @XN__P46 #n*m>/,Mc}JQ.WpwEMgڮv" 2=VQj6:lσ.Ua7/mo͡o|bMiͶFYhVגegW.|YJ{XGƚ SVl/KwDB-sP?gטzZ ͥz whb̝X1qdKq/ePI7u )t&CGہkHh~ o,UjԳ:yIyG|F?}w-zr>kԨ2^1>\6._nʃ=xX.8y;8m-U<۵55I_U{aN1X}# !޹4#4N:s!l;,\h΃&K U ?-ݔsFֱ|wAKOv(=o@4vC$e{럟4Ue@[EDdaSfB5tc&k0OзCN[Tx$ln? 1[z|Ξv ۦP ˁFKX6iQ[r)Ͻ\Ҳk`o:MӞx\&?|f8V8@ &Z_hP:$U.N J gF+-eOLNIe)mbDg!|Ij"r\.v(%hj"jc>ϳparڷo^RoND!QF"7 .Qfݟ#jd+E.kZg2hfˣܟGii?wLa/ڟ`{oz.g3}аH{v, 4H80AmEW0g7 (RSUd8"i3M`"\aλz-{G\98D5MT*tWzǭcd(S|Ѭ@L2M\vo, x4w-rCB$s4-<س 1 (cYć%,`)暘gLe b'*KHNPzb36F}\:ĩ{v{3(46&1ԗ44P!f߱@qq\,y=%yzتmٖny׫BSDI$-7-8Jtb%}(U7bRPi,)uZp1\Cnu4֗-\[IgmBølr}M_Cb6KUmϭ,o |6ݥ:iX6?>8CEΛl6N녨哉7nqY~+ .s r']qjREaTSNum@n3c+qL;;,[E[Ҕ.e+G1"Qƻ}ON7dʲ_< Q)ٍFRDX59$lтjpK+ˢC]IgXc>1)/u? ]]o][=lJ_>t-}jF#s 8THWS λT>k&=_O_cwHF^T>5mE`7 }Re5 'IYI k|\u,^նO{A$gZXvk8νas*D)+E[_3Z^umwx\{*eGIA'V>nԮ[qsW17{ZV\$#:mě'/YT`SϭzKS6X [@s%{ASDbCST#q{P.t|.$ meԭj,\DS腊B(I7b K# ϼ5>mL}3^bT 04ywq][2|ᅦ'ЦʬUSmDֽ ^ҷ3#8;g9Fvz6 -utzm%xp[Ww3]iRBE|qt1/Sr*S&=,q0N.gQx@G'^M{1b~^SI4eĩ>_ Z8"ZzQ"1gE k5] Ҡ:"9OdP#w~1Tԏ/i jJ-,1gHnˠ{D Jy&j/r0[;-x:+OyŝQLhKt$=/<^+!&gl?fťx)3[Bf* 9xIL}g(LH{`|L OlAb=jtwdvv1w h$J8V4?O??v  a\.i;TKdZe;w}y& E,ͯ4,obaUQˣ5nVOCÝ,^(N<mNÉ gBъɟ 9VgHf]Y{FN-)԰{Pi v*Mz$~ 뺈7 ܔIŶ8X gh7f h誂^FOz@~ח}H÷PbO="e|wlPOd3 6吜S~>[bk0Q#P)pƯ?oC$к tDfĦ#b52 j @?x}w6,N B՝%MٵDp9O4Y@/77kס"D}FR.VYqҮ=.<|8ʹuYq\{"Tb{xJ2H.[i*X#΢ }٠C G9쥬%͘,>|b9@Ҁbe+(CD]h?8t*;-|1^w0Mo#A#ARdWlRF^.=Usb)K|siT6(g͹ Edf˭YݳF >02zwE,a張U;"[o y?CLa|uO`a*&FY΅K$V&exBMV3W4 `ẄZcjfWc3Zp )⫰MeN΋7o>3ԏB} Dopȭ. F }}vY0g-7tJTZ8[^4ȳKWrԹB\q~zجt4@g+gc|^yIKQV*I~9kePd4pVo7oX_PxUG,Wc4*r 4\Æy}fmFR?r6YQx4seC^)˗*<K(JH1cu솪l)6%tiʪ5X3Y s7ė*yksylc.25Ѭmg*"̟JGY ;6OzwIЯ^Q3Vg[w[NSQSbd#5WK}`'Z".y%J:.cbA/T+bblBu&9OE0E%rя2G箈z+Ԋ1b?(X;1%i˙$65=u2d,ZFG6F͐VQx U*;w.݋:~rȌ%&z6Aj߱}ךբ׎4+81mE!{4aAmӼr2bSS<ѡc>4(d/*x>A^ځ F;i)dPn[V2S_OB'A}~| !SE] ֕^T(i#ie!/-KF)LO&lWHzZG# dS}q_~5dx&"\|_oYMaz?N`!WLEo?+VQzmq NX#VΠzkQ΀sx}fzwjЮS@j2eF[qMOybbEYJM:ě~8jN!quy?_ R!o6>ξ,q-L G?PLJ63yZmjrA*벌 `M6h)Ju`SDln.<1JA7yph=%^~6a3d Pfٮor@|.?TܩXg%}Dqn1`?Fu)i 6>pqW/׬W&Pɮ3tGBc;e`QgJw;*}160Z0ހv<3V$R{Pk)e"ThF#xb,\p'i}[\>rqaĤ`~tl3NvӁF%]2SL/3GF"R_IY '̇qc=8u}~E[­w=/AYZd*ъ3;sɤ.+O&OZo\((a#[9M0*47 ֙v43V9qw)$%^"fUN&[0 /_v. 3>cs8Sd?{QwFwMAm6x}RWJcOqM`/6WK6YT#;OW8ﴷ21o_1$d0y Rml9-AN45ۉg"[5AK~xV %8F-(Dt;N\9J,aYhBp_1C\Weܔ"y ="BzTW7L՗%XgB>h}n&fM0-,".}۪v_Z  uX,׶ئI^p꿺B3몜"5?oFj&,~QƵHis\P`\}6ꫧu`UNi<-ރG#"/*"Tva;Jp0|}DW0K)k2otG/eD8v!DgŸ9iFS9vkM]sE. Bu/M}ﳐDuh_E:n|K