udev-249.17-150400.8.40.1<>, >e#p9|f+6ˢ8#o^Ekɪؽǔǚh9w LP@i*MF%k,,t;q5L* -$*ԨaHg ~f\m20q"j>#ln&ă%m|S: Y3" u8IM"-G w 2:O_Q*設Rք\TD W벌4,HuW,eh ȕSҠ>K?d  N %1pv}{ p * h   CC EGJMMPlP6Qt6V6VVV(V8Ve9`e:e=o>w?@FGH IĜX<YL\Ő] ^bևc0dײe׷f׺l׼uvLwxxypzHPTZCudev249.17150400.8.40.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.e#h01-ch2dSUSE Linux Enterprise 15SUSE LLC GPL-2.0-onlyhttps://www.suse.com/Unspecifiedhttp://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.htmllinuxx86_64# Units listed below can be enabled at installation according to their preset # setting. : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-pstore.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi # New installations uses the last compat symlink generation number # (currently at 2), which basically disables all compat symlinks. On # old systems, the file doesn't exist. This is equivalent to # generation #1, which enables the creation of all compat symlinks. if [ $1 -eq 1 ]; then echo "COMPAT_SYMLINK_GENERATION=2" >/usr/lib/udev/compat-symlink-generation fi mkdir -p /run/regenerate-initrd/ touch /run/regenerate-initrd/all [ -x /usr/bin/systemd-hwdb ] && /usr/bin/systemd-hwdb update || : [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create systemd-pstore.conf || : : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-pstore.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi /usr/lib/systemd/rpm/fixlet-udev-post.sh $1 || :: test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-udevd.service systemd-udevd-{control,kernel}.socket || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-udevd.service systemd-udevd-{control,kernel}.socket ) || : fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-pstore.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-pstore.service ) || : fi mkdir -p /run/regenerate-initrd/ touch /run/regenerate-initrd/all # The order of the units being restarted is important here because there's currently no # way to queue multiple jobs into a single transaction atomically. Therefore systemctl # will create 3 restart jobs that can be handled by PID1 separately and if the jobs for # the sockets are being handled first then starting them again will fail as the service # is still active hence the sockets held by udevd. However if the restart job for udevd # is handled first, there should be enough time to queue the socket jobs before the stop # job for udevd is processed. Hence PID1 will automatically sort the restart jobs # correctly by stopping the service then the sockets and then by starting the sockets and # the unit. # # Note that when systemd-udevd is restarted, there will always be a short time # frame where no socket will be listening to the events sent by the kernel, no # matter if the socket unit is restarted in first or not. : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-udevd.service systemd-udevd-{control,kernel}.socket ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-udevd.service systemd-udevd-{control,kernel}.socket ) || : fi fi : if [ $1 -eq 0 ]; then # Package removal for service in systemd-pstore.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi1 h&ɰ(95BWFp (7$c9/_p%Y`xI8hX8$ZHPz$4o=\4Ur M Ve__ (H h %9h@i'k(( {V& G'B 45<10!! 3  A큤A$A큤AAAAA큤큤A큤A큤큤A큤큤e#e e#e#e#e e#e#e e#e#e#e#e#e e e e#e#e#e#e#e#e e#e#e e#me#e#e#e#e#e#e#e#ne e#oe#pe#ne e e e e#re#e#e#e#e#le e#e#e#e#e#e#e#e e e e e e e e e e e e e#me e e e e e e e e e e e e e e e e#e#e e#e#Fe e e# e e e e e e e e# e e e e# e#Fe e e e e e e e e e e e e e#Fe e#e#e e e e e#te#e#ve#ye#ye#e#ue#e#e#e#ve#e#e#e#e#e#e#e#e#e#e#e#e#e#e#e#2e e e 44aa6d87036533ed4282de371169e8c0ea7ee3cf24d075994049c15af6ab816772bcc7dc13cdacc3ec82832c653e1fc5ae0ca37ead4e3785550f0ce2a6558f4575f2ff17b80d8181aa7e620eec98d798f781a0ea04b314248881a963535d61632d87da0f73a6ee38e3a0a22f89446b31c49abfdd05786bfc86f64f58c9522f52eda18c99c1c6b78388c2d315188c934742aa7e546baf64a990791ecf0c4a19a624b70ec219f6484f7633908847a968d1df041497312370bcab4bc7438ad6d031711a0fd36dfe9e5afb4608184211bce119fc12daf3921a8fa6861b2adf2094fb28dd4b87b8d59e4c67e3200a06024a2ff15971e7e338df747bc9e07243a9e51098c6f829a5bec8354324280c2957266a15855bdbfda066050a8d428a3af20b13a4de333c8e910098a279e3a31a1cbaef70284c5d92cba78034840f2b1d4060a537321db5e2beb42ef1739db5994fa8ae41800f4c37dce3c7a99a8e9420a15c3126b4cd0cdbab732288b826442aaee1f18470ba77820048cccb130dbde8c9acd6e3e39e6fafaa2dba6bf22c1d815cb1375deda819c6ca730ca8cecc2acbc57a2cf19c8d4f908784b36d6308697fb6c03980bef1b582c17d11628f0d7a82df949c184ae722e920afedc59a9e7a2cc5710a6e02569af44d699cc7823d8f80975075a032c290bb9fbda428e65f7c02fca2cc1570f476cae89f0f64705b7278287b58413c905a055a7d1b05e3227c15e2b157622eef53ef225d2463fe7648f3a976e27852eaa03536189739c4c66f4961c4685b4f05bae461896677c98a2c4a242f5790e663632321ed61f53da70878f8e7b42e97ff62099c576bc6deac1b2ac8571f1b58406b001e415859dfeb1026e10138c2d115a2f3d5a6c213d896e50a49f7c76e5bf2e8558fc0e4f8a213e21991d2651715c15b77972b4897124c591187f959a5dfb759840f689aff28142544c1eaa88798435cbade22046358fe230ef9ce5e6480e7b711ee6f6f4c2a96d0c197f4ee32601743d97de421b4a6d40f73fa851e363f7496d0613fd14f020629e7057f54afe84c9c6d2b4d94153ac09f0aee8f5c62938df7c72dda0015db2747b112f9c9dc3e31b952eecc94f6aae9cbd2631b277a5b56d487ff00b50c8e1cd73cdec138136f54da3e333f077e5398b5b61408b542c2c6e0b77dd66b1bd885cd5c2cc82191662738c1e565950fcff3deabdcaa56e345a5dfd95acbc4dcc129f35f30fba51e00ec5578bff66869377d554582ded0d1d5b4a1706fa8c073c60c81933c108c453427061b1592afe7c65d4e17c30faab769ce3f036bd0b56ee812e27054990b22c2167738f1d28ef5c1c3e40773429b574d5ba753e65d99b98c84063392e4955c3a5b9764acf5c8892f936adc105565c71eaa456734db96094d0090f7ff8e3847c4da9a3da54810cbdcc571026fdce6a8c8376d9bfadc7a3a2d0ca361e4088a0f33e400fe63a573f75be5b7abcabaaff43075e62c57d9cac3bca76a4d6d3da36c725c4ea7d559c3e0e9159ad6bcf7e1cd9d2f5f6c0a0adf7470f2d66269bf72c187d92aff88470501ca74a7bd56f18ad525207db67abe24eaf7330ece59de23137ae7eb3e9c0ef3935eb4c84d7319ddee58a9843d5778e436ed6060da834ea3965613fd03b9c95c795a0fd2780be5f46bfc81566cdee6c75f82cbd64b44c438d15efefefb67b24c2e4096c4a676f5d3d4ed5944f896df30db9950241d2832824b4caa6b4c0a16bc77fd7a73a7dc88d36a6ad8bd08e79a995f11459f6191d922126b4cc2452ca685c2c874b7839caae6369064d7c118bd8842e479ff069443eac84cbbffb140323d2ac026ab34dfea5324f4e463cd34f63b92679b5276190fa854aebd5730b1def5222cf7269c4c5c430f90a5a3de5eeaa4dffcb7013dec1b450fcf1a95fa81f70bedb7ab38eba27dfdfb4ceeb2294eff143ed83454e2b37278bbb917a3211472ebae4e66328cc1de60acd02dcf5b5abfb44a46deabe5b0c038da1e7e4172a85f4f60d2d3b887adfbce9eb89fc7a64772697cf84fb588197c057c3a8bb4ed2be7552b5a9dc48de2774a05e0b47dd70b12083d1ead99c0a35c3260b639483a4fdcbdcb5628225c5e046af9282ce75277429276b0db83fad3ca3d55eadc9c7b91ead0b9a0355ee8ab783d08e7bdd8e85d9cbaa0cb8c44bda9bad6a784f316eb64fbd839d02588ae68c925542079cdbe6f66b16570c12e6126a0622cdc81ab5bcc011dde3fe708a9da307b445a7c9c659ff1e52c629e6d814d1513f4b7464b563aa38d482df7e06f8293fbdd496f67c9705a97bde79fe6d626b2178f33b9067cf1bc69c05a0ad6c4994b7f0c4a3f40f1280cdbd4618eea628658850b4cb19690ca45d412a58134725f4462ea07330c2c4757fcd4db6e13e2c1219a38a8e552427aeb8ab66630b517e7023dede03ed0ec92bd6fd73b757afa588aaae1a4c1cc0fbb3ea7368ceb987437ee3a631ad48aa053be33314bef2d079042cbe1f7976134534c89593b5ad1a61ff660873268636145884edc09350b1472b0f5808e0172195d94f87c21e9402c3b499a0b4873c2e934fad3f9105e25bb09dadf8d2cc3d9cbd1b869b356b2ee7e31948fb0bd7c8c90f7a75b327d80961d902b2e9937f578e30b2a2ceabd8ffa3a50f0bb965023ad2987fd8d1798d988d8733864329aee570bb5a0f82c1b666547e2fba9b17b9126733272e5052564dc8145010aa4447e66a987c6dba7caae70b8f62868caca1a8b3d31065ae33f7f329802e9407272dd0e8e55730756d0e3e5c4b60d9f9f4bb8bd14fc92bcf5246ead6fa877475f6480f35e0a19105bc4f9f3da3f1c28fbc0c75e400de651eb45758f2f50b5925ca6c56f84ee85473e91c77565e143ae35a149434f274e68748831d1933adb597c23a293f344cb8c237e28b0ebbf3a978dac7b94a70be1f96eb2cf73eb9315960ed3cad20cfeda98d2f2f6e8f896ec7d46c09b32a9c73206c86b321d2b25648b9bb7c3fefaadc6c9909d1535ab1cbfa7f53301660f73f8ed0bb3e9a5808ce52d97c24c34d31edbb89d248a360de482a24fa50fa46311ec3521fe9d0ba61c7327c31ccaa5961eeacf4e12d4b1d2b0f0bcf414cdad497cebd263357be4f44a87bd28b0e85070bac222ba6385a20eafaa8c7ffae083695390282bc7e953cff18d6bba874c3ca4bd7c77391d5b3c2e3add25bd9988b957ba416bfdd72f6cc94a7d0e3c0b4d793fe85141ce4920bd1a747c1d288a47f268cd30b5b84964db6cddf09940e61141fa98248468dbf8a2a01ac9499045c45062fdb03abd55cdec32fb13fe6f196290b52b5c4c9fc350406bf094ce42b78bcbdb4cc046e042a46be83db515a32e05bf7ecfb6cf86f926a6b881b460cca02ad85534572cdbd125bdba411417de1158b0709825114882cb8b8b7735e62983389654fbf42eca6b703543f76867dbf53eeec9288c2c88d0fcb338a2c26536767245b64ae515fc073c21bc78769f41188140e1d7b9576ec8dee34d5851721726417b25f78af68845dc3627c3336e7959a3db2a81b7d77c35018d38f840d41ea5fa3e9f63b6a41d68c36ded365927ce95d8026242533566fd5a9015ebcdb2a4f4c8d618a42513ab22dc7f9d14637bcea150a6d0782c9b1ca41f4c501f2d0a219eb6b4c0df4d8701cc5a316b2ddf63797d4c1b689bc0b289d5cb8063a7034e13b7f0fcf71e24d5cbee9b502e392faf073131658fec0784234af6e12dffb92354367e1335266de43edb6451534c9e69c317075212b216cedf1d3b6896f14ee0b0dcdd6e2a89e9e8c9d0d828e28e67bfa3f06e802ee7aa097c0c83e97bfb8fc1a4bc67740cd0988415907b0fdb5e9cd955be2626b5095b55c7eed4aa4e99bb5348e36a875615bcf113566a8f4b3fcf2c9bcc229d772a074007e854bab67471aa199e72c162185b62c0888791c9b3cde2c8b180fae4e4ae3a29564f933d0adffd46b8696d6ad29b2e80b9dcad60ddb2e4a3deee5a5b1df09f116f1ca9d4dfb150d495d2b8523e7f8175a9b06704f168e14ab97a8a333d4a52ec9501bc0c509ecb94d8ca323df93e7a40c06eee31aba4c03d0bd7a719c67675a6eb57eaf16d64528d81de6a6d5b5703098518f977c3b984bdf179238402a8ca0205f85cde798a275b8da22a593f2aaffd4697e4cbfb14cb7eb1d52b96f03d9a60c82eeec920e92558658904ccf6d33eb54d2c05d916210cc6bd549d16a941290450ebd6a53fa73854256aa2ca91172cbce3ea805ccf2cd52de8acbbc2db88d209de84655fa997c5ec291608292fe2de555e8a1e5ce574acf315fe65268c469872614073d5e36cae87198a78651a2f71ced048f26a093a97bc05678cd2f0023ced7948fc49c6c5d87056ebc8ef611d0f61b2ac01e20fa8cca035f957e58fd60600e3eec9bab927c23438299d7e6254472600168b557a467a497d537353511ec07657b494d1b13fec35f5a7e924d2f13a4d348c43333346721cba696fabcebbf5b3208e09acd91962417cc92d41b7d02c02681f091214c33176803f920a01b4e7d2cf5378f93271d5cb2c5292be9ee3dc01b0645a91cc065d673d66f1045ce7f4d209e035f9a713d1d36622b62538fd8888173d7dc552b788e972a18a9c1bdaf655fd2c8a6b3808a9dc14b252fdd7fe8ff970061aaf1571f13c673c0d523021ee2e207b7090d087e2bb7653601e21712022c805680262ee7e21bfb978099d7931bfcd3714d391d754849d8c35e3ced3d2120c3a61f9fe1e1b49fa3c45c3dc19bb4cb87b2cee4ef2c1b7f7490243d43d1b6d8888b259f1bcad12c08aa812bfcd0bac17f5dedd212abf2e8d6e4fe266cd2daae33edf86a443af84df022da4753010cdfd554536fb6830fce95f4d526985ee0983d0a8a24cd946c90e55643e4cdd547ec483c31abce64f0abeacb0a48de4c1c449f118ac572cd281812e9edad6c18bde661885d4b6084f0c26900cbd8cd8d1734002b08402303c200150d949032f43f4c1ebf3d37dd1677356a387273c407ad0a2fbb630776aeb7c66b39e46b24d911ecdb13615f6541269f187976baadf49189248f487df94af11585805fb98468d9b74ca4152eabed5047327ac3d14ed6a7691b7a7ebdfe59a65a0a7d6cf0fa9a192b99f8c02145e97f0f9fa8335ef8d58f33e0839cea99198c0b618c4c7b4dc7ec2a58ff64d08da63ea20dd11e83f011c77238ca715f14f09db89d7a145f83666095c21c5eb9cc45b7639f62b7d63f464a78f2f217f3ac818a95d6f334785540f42ac97e543d9bf64e7460c5dcd1a900b12cfd98aaa7edcd0571741736ef9466b55f9c12488b1ffff8381acea2261ed3af3ca698200b6dab1fcbced0c56e897d4cc654d685c1a5227a61bd9a2935c31fb3208fd352d854646cea87adb15abc39b7e14696e312804acbeaa085bac6abd8fc608da5fe3a771a5e5e373012dd65b245be569698f5a5446c652f436acbd6a934461f1122aa6ed0d80fc0693b0dbdd5e4b6fbd1e381e52f98c30b01714b8642d666d41b10dba40aed849e882f13927e94e6d008561e7f31d19b45cec5c1fa498b901f452a201648967f6b9f286b74ec22fd34a9215eb5823e0c95f5a0ccdc3466c44833b1b1e4bf768eb97466f115a85ebe80919146f1d2b8cf99e06e83f46577617913ca956403aced2bb1cfb03ee2309c03bc39dd61f27e5a1c0dcbe51e087d135a0590d440b50361b2b39f04a9db5d3a5b1358a556b35faa988bd01896b19fcf10c3a8e691b2952d26b4502d994986164a682cbe1361bafec5d136d841a9590357bf065bf90410b65adb91ce5bf07b4176b466abaedf9d7edf6a77d52f097ce976bc978a2e878931589a537f4c738ad9b65e9e88aa59c0d993ca7492a656e6f45730de8a6110d5c621a6df3b9051e67301155eaffeb27219c872cc2bd0c5e967d9fe5fab180c38e93c02581f56e86475076ad5e7d3736f7ad8ee81318bdaaaa2cd8f7602c74e68d483fc4da9d83162d752ef18e9ed5348cd2c979d826694f5e0ec600d6bcf6a4dd96433de77c0943bced25561b345ab972b0506b7cc2daad2fd344013aedc291df30c8ed65cdaed78159aa038b2c97ab/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-control.socket.8.gzsystemd-udevd-control.socket.8.gz@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-249.17-150400.8.40.1.src.rpmconfig(udev)pkgconfig(udev)udevudev(x86-64)  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/env/usr/bin/pkg-configconfig(udev)coreutilscoreutilsfilesystemgroup(kvm)kmodlibblkid.so.1()(64bit)libblkid.so.1(BLKID_2.15)(64bit)libblkid.so.1(BLKID_2.17)(64bit)libblkid.so.1(BLKID_2.18)(64bit)libblkid.so.1(BLKID_2_37)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcryptsetup.so.12()(64bit)libcryptsetup.so.12(CRYPTSETUP_2.0)(64bit)libkmod.so.2()(64bit)libkmod.so.2(LIBKMOD_5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsystemd-shared-249.so()(64bit)libsystemd-shared-249.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sedsystem-group-hardwaresystemdsystemdsystemdsystemdsystemd249.17-150400.8.40.13.0.4-14.6.0-14.0-15.2-1249.17-150400.8.40.1ConsoleKitdracutfilesystemmkinitrdutil-linux0.4.1044.111.52.7.02.164.14.3ee|?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.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 2cb4d40f1c6a388706af8a83d5344fc0de3c6f4d (merge of v249.17) c8578cef7f resolved: actually check authenticated flag of SOA transaction- 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/shh01-ch2d 1705386984  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~249.17-150400.8.40.1249249.17-150400.8.40.1249.17-150400.8.40.1  networkpstore.confudevhwdb.binrules.dudev.confudevadmbootctlkernel-installsystemd-cryptenrollsystemd-hwdbudevadmkernelinstall.d00-entry-directory.install50-depmod.install90-loaderentry.installbootefilinuxx64.efi.stublinuxx64.elf.stubsystemd-bootx64.efinetwork99-default.linkfixlet-udev-post.shsystemd-bless-boot-generatorinitrd-udevadm-cleanup-db.servicekmod-static-nodes.servicesystemd-udevd-control.socketsystemd-udevd-kernel.socketkmod-static-nodes.servicesystemd-boot-system-token.servicesystemd-hwdb-update.servicesystemd-udev-trigger.servicesystemd-udevd.servicesystemd-bless-boot.servicesystemd-boot-system-token.servicesystemd-hwdb-update.servicesystemd-network-generator.servicesystemd-pstore.servicesystemd-udev-settle.servicesystemd-udev-trigger.servicesystemd-udevd-control.socketsystemd-udevd-kernel.socketsystemd-udevd.servicesystemd-bless-bootsystemd-network-generatorsystemd-pstoresystemd-udevdstatic-nodes-permissions.confsystemd-pstore.confudevata_idcdrom_idcompat-symlink-generationdmi_memory_idfido_idhwdb.d20-OUI.hwdb20-acpi-vendor.hwdb20-bluetooth-vendor-product.hwdb20-dmi-id.hwdb20-net-ifname.hwdb20-pci-classes.hwdb20-pci-vendor-model.hwdb20-sdio-classes.hwdb20-sdio-vendor-model.hwdb20-usb-classes.hwdb20-usb-vendor-model.hwdb20-vmbus-class.hwdb60-autosuspend-chromiumos.hwdb60-autosuspend-fingerprint-reader.hwdb60-autosuspend.hwdb60-evdev.hwdb60-input-id.hwdb60-keyboard.hwdb60-seat.hwdb60-sensor.hwdb70-analyzers.hwdb70-av-production.hwdb70-cameras.hwdb70-joystick.hwdb70-mouse.hwdb70-pointingstick.hwdb70-touchpad.hwdb80-ieee1394-unit-function.hwdbREADMEmtd_probepath_id_compatrule_generator.functionsrules.d50-udev-default.rules60-autosuspend.rules60-block.rules60-cdrom_id.rules60-drm.rules60-evdev.rules60-fido-id.rules60-input-id.rules60-persistent-alsa.rules60-persistent-input.rules60-persistent-storage-tape.rules60-persistent-storage.rules60-persistent-v4l.rules60-sensor.rules60-serial.rules61-persistent-storage-compat.rules64-btrfs.rules70-camera.rules70-joystick.rules70-memory.rules70-mouse.rules70-power-switch.rules70-touchpad.rules75-net-description.rules75-persistent-net-generator.rules75-probe_mtd.rules78-sound-card.rules80-drivers.rules80-net-setup-link.rules81-net-dhcp.rules90-vconsole.rulesREADMEscsi_idv4l_idwrite_net_rulesbootctlkernel-installudevadmbootctl.1.gzsystemd-cryptenroll.1.gzloader.conf.5.gzpstore.conf.5.gzpstore.conf.d.5.gzudev.conf.5.gzhwdb.7.gzsd-boot.7.gzsystemd-boot.7.gzudev.7.gzkernel-install.8.gzsystemd-bless-boot-generator.8.gzsystemd-bless-boot.8.gzsystemd-bless-boot.service.8.gzsystemd-boot-system-token.service.8.gzsystemd-hwdb.8.gzsystemd-network-generator.8.gzsystemd-network-generator.service.8.gzsystemd-pstore.8.gzsystemd-pstore.service.8.gzsystemd-udev-settle.service.8.gzsystemd-udevd-control.socket.8.gzsystemd-udevd-kernel.socket.8.gzsystemd-udevd.8.gzsystemd-udevd.service.8.gzudevadm.8.gzudev.pc_bootctl_kernel-install_udevadm/etc/systemd//etc//etc/udev//sbin//usr/bin//usr/lib//usr/lib/kernel//usr/lib/kernel/install.d//usr/lib/systemd//usr/lib/systemd/boot//usr/lib/systemd/boot/efi//usr/lib/systemd/network//usr/lib/systemd/rpm//usr/lib/systemd/system-generators//usr/lib/systemd/system//usr/lib/systemd/system/sockets.target.wants//usr/lib/systemd/system/sysinit.target.wants//usr/lib/tmpfiles.d//usr/lib/udev//usr/lib/udev/hwdb.d//usr/lib/udev/rules.d//usr/share/bash-completion/completions//usr/share/man/man1//usr/share/man/man5//usr/share/man/man7//usr/share/man/man8//usr/share/pkgconfig//usr/share/zsh/site-functions/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:31967/SUSE_SLE-15-SP4_Update/3b9fe5e815d28c3a919f9f15ddfc81eb-systemd.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linux            directoryASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-249.17-150400.8.40.1.x86_64/etc/udev/hwdb.bin' (No such file or directory)ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4757e9bcf1fa09c77c7cacef194bda5b601a73d5, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=61eaf0192314f16f3336aafa17708e7eb5a5e19c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8f6b2baadcc1c4ee51d48ca0cc2717fe3054fe88, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=74aad540e4ed64ce3e267e9ed8fb9fe7f2fbb9ca, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=adecdaceab417c8657aafe70b7f89400fcf6b963, strippedPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3e752b2d47cd73f37292af45c763ac30e304d8f8, for GNU/Linux 3.2.0, strippedUTF-8 Unicode textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9a6c6480640884e376bd6aa62c7b828f29170e97, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=deb5cb7e309f8cc9b2787ab0a9771a53307d160d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=350be8a2a6ebe3e5baf164602ba06bc7a40fe880, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=93dd0cb83442d9a91cb6775680604feeb88e731d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c6d0f3def60a5ce6a5bd32996431710c049f7468, for GNU/Linux 3.2.0, strippedcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-249.17-150400.8.40.1.x86_64/usr/lib/udev/compat-symlink-generation' (No such file or directory)ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9d82c16325be114b9d85c25761ceafa07dea12f6, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5cffbd5d5a823523bb5d0361b14f0d216f9687fd, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=42b7530e4da07629478f1f3455ee7f71010765ab, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=acbe0d0bf943a24e2b944b0c161170aba536babc, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=dfba151c84ddb66e4b544ae787ce2df5e01f65bb, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8fb67f1323fb5d38f5c74835c186f4281e497ee6, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)pkgconfig file 34567<DLU[ahmrz  R*RRRRRR)RRR"R$R*RRRRRRR)R#R!RR*RRRR)RRRRRR&R(R*RRRRRR RRRRRR)R%RR'RRRRRR*RRR)RR*RRRRRR)RR*RRRRRR)RRRRRR*R(R)R'RR*RRRR)RR*RRRR)RR*RRRRR)RR*RRR)RR*RRR)RR*RRRRRR)RR*RRRRR)RR*RRRR)RRPRvHb 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/shutf-8102233536bb710d42c1990726cbba26870122a8e02cdd230dc693989ea40d6a8?P7zXZ !t/J]"k%Hp٫h#ܪUuz}B@u>H8s/雯d_o ꪥH4*"?R\p9*r_ Bn ڗ=-GjkoG:K"Ƽ3*'MpkmoFGfK~:cZzJ6ꀔҌq4G.^&)[ KNM5!zI3^C@?O ś"/pPOCCO. %Z޽~AGQplq'4^vÛ2w3CћiI64=JY1IRj LVG_2H9nEⰵg sp r*/G:/ʮYJij>y0CoոI?iu9!26N&hmBu0 E| |$RH(Zue+Ğw W^0+#,lf\e*6.lkp:ą֒1MAj:LXف,x_Жs2eҗ Z+c\Z @zIxuIgGɸ SOZD;)\3ʵ T"'snP`RK{[Z/wO͙vvo9~ym.Fk)^{art4anaW0t,,O!H̏_K.-fkStܸ|DЁ,AcsCh"D@O"Q&pbKmp`+,+Ɉ r?N rIfIϽTš~"k%e^`*&*[.\аqL^atyi}׸ϏșGqvz =;>_۸0 󃒯kAaܛ,;nJ"z2Ǣv}/Z4cOh]yPWMRUNxj$듩бiвIr"Ew)bHg#QleB<_l3'MY&3M$?Ts+bI)T}:eWx6nj E&$ ^)?Fq}gq~H_߮) aDscߞA|!Ja-OΏKU 6A7/)*2{$]~g<Ǡ vE3fa{D]uZ(PuaJ@b0ϥB~:qB_V$ H~ֱKWo~ɛ`~󑨃@$e*Tɲ"~P#>|V2ϨIX &#cIxL'A JDyOToP6hϗ^vrHRRP){Bq_!:yrdSw$܌9tl A(Մ߭OmJX76pc>pIwF`$;|mwLܒt12T͙;, hVS_ Cd,?a?z!!q Vl*"ESZ/Oa-O,`[Xhh>_2O &$$gMkՀ&Z@v  ;mҽK'9xa>6T1ej?^RΕDֲ٦c,B^v+$fݾF#]YgRe4*id$|'"gXжߨ5nWtS= (jc|`y;Yd]u6(;)`"Z0,t1@-%Ṙ^،;*,X~1p으\ :&Gd:N-<2 HMWa!~ݬ^;e$,s&+^7<8[e`107}J((m};" )WMa~V_"R|URk>@O-@΢T EkywY-*;׍[ U"Q.%%5%f>[Β8ß:ER^,' c_-Wtn?cCW wER$:ˋlj0[oJo5o\S怶0h@P~q/Ǥ׵Dn9`_CS]SqJן+ pH[nFHQL{ܫpC=TOm;:~pc8>:xwczLW;I7p@*\#! h7ʁӻ6MՖ͑zy8$gVl͈ iui"D2Uw12rIc`í8T9>咕qi3OU6uPJL\? :!z⚈Rk$cX4SkWGMbÃUwTN;]Kl (gO.`^VaqFAq'sSɵFt# Xtl:*1/d3ECI7[)4 uhϔ% -Wa(u-W־T6wx՟Dk*šn!餁 p#e1}[I ,'\4PFtn̓򑃴'kgb7u zk2C!0gfr#X=\Ɉ<m̿I[UOyAj1+ӶDnj<G~Y$Ihk> fᴟo ؞xwa DŽ_k~Fl,kKRӊ0"rП]-^Qe~e eNNW6icVe%3U2NAii 䵺];rpgzKK2G8!diy"kcWw؅xX 檨l:qDŽwoVJ|I"'`y]"Ư Nց-kTFi4gCZ<̙ #,'_^dvSLzmzd ¦o q*WfVY/OG o.cg қC«Q!T5>J\P gT KF$t7/بnA¦8s>+'ʒ;7e}Xq1[fĈ±ۃ i}S¾ Iڳ$pŠe}8*RN(d!GsٌqO&r~/ >jm1bL)׼5ܶ&rqm^_^oͪTr_MPP\PX-l% eLܔvX~~}oG 0B8n8%5+P'?\ڹT u3ըhXq qtbs` >o:08Ty*{`*Ș(fYum1Nz`A_rk'jm|Ն,Z묋K^mYmq`Q&x[QĦ}@Thk nA˻`:0q=zk|llOV{:ҧ/ej\I30OD#=fhsd 'ⓞc^50 +Rኹ]/4qw̃FS>\a G?+!T rwѩN dhY㄀evGoh=Żd X_LAVRR IJKch|J`4-j7Զ(_-4$'^z>SR^҉xFb| .W[ZH!ѳ܃#xK7j=(k!m*uM3 ߝwsOo|2 OEC~("?rM^;px.hP[]AqLI_'\ב:+XDS0dǢjˁf0RD f(njm`|IϦ|`DG( !(0rtKyAv N:r_(?m0"(#E@䪛ML/fpe`fnGVO$\i.uhK5+H rYٽ&a(f޺-A}>apnzyLӂ9Byŧξ<5 )sPZ<ӘdQ-fxqN>Hs djUn_Hҝ|SxF8!fgeVQm("׆`IGxOPl]^=Nj.>@Xl/ڬ/@?Ib| \cp욎Rk8g.c7<1WWDS;k>3HZWpGߋ]MC]B>rԠLW#cEwu,c z;pdǤxʩFm%]nZ7nT3V%BlE; k=ݮo`4u33k˃Y앲IwZ!Ӳ48 2ձ^zDG6j\Grrវ \ ɤGFaNO``ic0/jW䂕=$ȌbzNWit(iDui:۪[}= pآ]TBT\r<6䏘Bz+HI}X#]RH&+3_7QGr#sュ->UoN81ͣYE? I\f$yĊi꣟؊jI wZ7ڎ xδ{]NPs}5`n-^ej\:vI ܽ{V߬]KRG0b~1;lHX)eȿ/Z렦yRe]9u0EySӑRD[&4g_ոݨDF`-YKAj_s%y*\ I(#f(}~<*^ϥ:5e@GV"lr QJ!Q8Hons׊8!M ՚5|gy^,STU4a]Jm)ї_3L2ns^`n*m+[..x,B5, λzaFõT(qOˈ4&g]e`Ԥg?!?zFΕC'O+,q|2w$]_$&Bi2ע'fmge>Lo/ѻpҡOI BQ;@jA7T u[7ׇGK3WZ}zIHdtV jd60h9gn{J%c|ˀl]:\pHń!ZD}D`*'!yӘĆuiqbZ_ʽ!&+-Q& b|A 5AU.bFF;:C|n͟co~43[s;+w(Nk}R %ˊmty90ZzŚ5\?CFD4Ayyv9GpYV]ȷdL}r'c.&L8>8RzȘY-QktǾ_c7+3YIO@?_q3)8U+ ޹"(X}(5 s^i-JC-DmElIQcAo3z IOs[.zh"td$yL+&!q /Yv#1"!Mq/pR_.Ai9w]u_웗cߢZ.M%i:wٷj"W zq#̓j~͜kY'vTxN4IpH|ZY=$pE@ø(ޫBMVvokiy>^b j`w@ qGw^H$Ў߁%a.\P̎V'>fRE9܄&w7NۜOzpK4CSD):"IC>S}Rc':m( c@ʻ*vYcո4brn~'ua9Mw>FT NhXi$/risqJNW@ChˠT5\N0BRJQ:6uǴv:hOw(D&VoF4ltN{)/Pn,u׍. /pY*c>b'w*թ`*nLnmFbLK{P[{AKc6oP9R_rM]vD/0~"0O" )n {m;Diծwvc%]_f$>ef!aeC+I:a|'fg@ ׫ge  Z|3  "1Ɛ?U%&eMF;v\~E[JV{)F X̡H` Ĕ,,}'T*?W1}6z(Ɉ,@eXpIRVo |,ԃO +0zmn:yς*xBWE?ܳPPGRUs^{s&bntH㬫7!s5n܉NtBFƑv |3u~AHTgfi]=ޔv mb~O:D漘hZg:]{-jKFp1^2 "9 KZ:эtD0>uAmQiqAW芽hc9>"]lҐkP[Xrs:æW4i]SZ|DmaÚFQĸ9uK%ȣ6\DEugk(D)9ɠj掐*dRmX:`6DQVn;}Q3N8ުN۟? fӶ sKC޴ߒ('jq3#",YA~~VUlŧ5Y%mX3^| ibHXD/H12wU?h;2\'ΏK2Jٜ|JuIaZ+ }R^/<9x WpB9?]0*:nu5NkcU>ڼ~gбt `Ls{W_]L#K;?Nexwyj`Us~Q]_lQ3>'W6x+ / ־sdp5s@J& b^g 0+? |Cz<.#yå?6_N=_"n$,QNkGc覫mL yc4frЃ1o] ;dZtu5wٟDd1)eAepj~P8ݒ/H{`zcُKV9mnPt|UMo@Ge" n0Fd-3tL?qŗ[X߈(.(?8ԧt>pM~n`c|Ɠ#d02gY$haj)O Vv#4r$@<˭z3aEi{dʐYfax2룧wT6nqVI$ /HT&9Nkv"yR}Ԙ6D5 2f/4r3NRҭ'~ qʦ0*޲W<4눸 0A/IIвݑgLot~'c*YiSyeōK<9`8[KÂ炢б\Il5i&W3O rB┐ v۫ǭ ћ7 jqK !+:ˊ>\fAUEAutgT?YXk|z:CE;dʸ&^ ] xMݔ3j5@ʬ挹R\lNa'v %/'Wc[hu%A2''n"1V6Q>+?ieMdd|\qWk 'ьDͧMYsVkh\ -'$Nt?oC~ыݬLPEpX ّƚ)\c |*8)bzP VGŜœn-1ƻk+w"Yoǝ {uv$S%lBPFݭ/d7G_"~4#$آ9% t=ps8b9e=`_L}Vb˥v%  vv>):(xh,ug@&|-E - =Gquup ] U Me a!YrJ/'9+kwZF}m@ɯն}"P{,}/hP^!3ٕSg³!=u]K?J Y>y{e>m}OΌ41FȁE}ڱX8zX8uoF,`f@ek̝+SQ$t5¢Z̃%`g؁ 붹p?c1h/ l!4Qx.1t]9}~XI vD@JlUK yE.s΀W-_ϊSWBQ7T$`xgB4Js m;}xB0e*]l-i*w e9Fd/Nal,?u%JkN,UAMPHU9P\>bCM۝^BwBri̕)yBi`:/N"O'<8a"J˿j ~j' 9ɂ脋誢EIqV̪99;1_;Oy+$~hS]/љ# r036AF3Q?෣E0 g%&"Bfsbc=Ҵ?{姗!ɠܝ@?-N Q10Cd-Y)UP.WC#֖YmE~[e:ԩ(cT8%-*#6Ne۪E^I&!;>wИ_a*'O$JقI_[h@{l|jea-߰x!n|תA #3ߧ\eom^lh(ܕ ־jcQGm+:W.hT-40 2} *0q[! ]UܐpOu&UTqlʘADL+g۳ΊrjKjԘ}v;9jo`g|,x G%oY;fI #K[pGоzy9*=ٻUQ؊1.Fd? %|ZF1Ax(zTs8C22IJ4T [YePOWf_?>X] S57ִА'tHy02 $~RahY%tg&^0'5<[9^]7/2x`|c灓~/b ?) `D[hCN] To$@N J_E=UM #0 `BY)}ZdKr>!!҆/f<tTBy2O]+]+"nT-gۖF~BVA}k5#mWCr$ s a5.)Vgt8.R݅\ ,ؔasFdje 芇&0+FjNW mDE{uiJk݌kDoi2/x!Itb}b+]Kf 3H|5sbyw&cX)h/?>1t8iF \#+ k.\װ C ͞My [akҕBF!* n|*h<6Y> 3٤'ޙ\Ȑ%q).v8]5> zZD@Ϯ6޹sT꥟83O|J䍯\QM9n}L a7+{"jW˄tblV8%*FA HE9Qo8\H3|3RFZGg.K[!IȐhi/I5Y#JfyRu=6ݚ bFكkkaU.jjZz>ucR\3[JOcS P}5N*/#VdLc"!(٩g2=&'Noץ"!(Ru'M냷kO_?V?r&9C-+TWg9,16n] >,pIi`e\Գ.k#`'ѢRrttb2D=,gƞ!6j#uTс*J[M̸%sJTGDrC3]ˇ-oJLfܾXoebG QkrUQֵ ^i#0fdAa<&DyjL:QQK[sxxTQ\$pc>U7ި<.~8 Ӹ0F+"2w.]W AH.5<>FpE{諂I(JV5jkyl8 V)6Ds\}M +k۪f U/wKВ'y6jzԁ+\t 90P+ZKc($]l0ײƀ]P0д{M 50DT #TToAir@xV؜.^|niMs<8>lH2.`a$vge}P(c Sel^UTc&*;t/Tų J$'RR >ݖwSƎ=Yڱ.r:ESnD.& /R?Xhg {f =R~fsC XwqYOwfϪgC2}ƫ,cy`~S-ngv gng؋}lr=rL /¨ixv,oG]M1ZTNٰH.$fMeG-%Ԣr z=.ҳ(0%0k?4ob}r+[Csckli9p@Qƀl5tUd$Y{~e|28 ;fP=-*'p dխ!4B55̎]xt}TKu jzTZ^Tד'C4͔K0ؿ&S*T7?B& f1k'(1wp!뺄ohd 0Y iѷ6x>nhN.O:$<sWH4LmѪjM5_L59mRD|54FS=^XVF?YN;ww9 rtkzL0EUm0SR,rӈ?K,n7lpUaC\L/ 4˯#zIDi%Z%`6S0Ovsh| T7 P^1p|'0bU*JjB`lH|^'LSg|Tev5P:AN0,-Ta-$li2ns߰/pÌUߜ{L :]u=^U+GoO$y+sWtd5;\`l<11VPSY.%V 91mAp`6C iqoU!Lwvr#t&iMTO.z?[qU2>%tGe?3$GnM_I8?SAhdnP3IK%r.˧E_|JX"R\YUqȠ 2wlBśQ@8Ћx%? ]Ѩ0ϒ S/^yL }נ<-P#k ~65L0كF~f[!Qi֜ʼndּ[5e m.< i庄>AɃW>Qd'$ #nNJ@ioL2Mlecߕ,r ߉ 1yɓK}aIL2H2\d>o 2{JMJ "h9h'~JL&X+-yϾFRW7fYa _ټ)O3ֻd#ClؔW!j5 "IŹn^J.9C'r"QMa5aQVx@cZ5~%<)jõ6c-zox$QuKjyzJ ʯ9U8Ҭ]K645װ"TOʺJx!?"x U*"PբYOPz78/P:$7%9cON-$3p[lsV.|9 NWEL B~EF Rj5Ba+1<8h*^`XՋAw5* EY;M^P3RZ*?baNhEG8št=efA!K D&IUa덭_)؞<տI5 A)s]7H=Ec犕{1Ҕvݗ s,R=II3i.yU)jYIk3Z!(62ќzn}a xas̃0Jqw^Ӷ̇`d.IJ롷w=G5¼T{!5WVpT{T(/e,`^ip K&QJ@ o3rdt?8"v ${fcxӮk?FuHT*]e~NORRq-jj' Ln_ G/UM* Iu14{hˀ̱?x۫ə}fN;)E 1ŧW=(Cm(v{ eGjT0 ϛ&5h\cQ\H(/~shLNÎ3eO&|'E3Ȓ '-Em"TܛO{R$<Ֆ6ZIᷞUitUF̟1W"<ъzwO}ubS<`C@ˑyv*Zsh+3Pabe!߻+w^efh?B`Wg98_Lâ#Cjy)_aiAQr1. i=$'נp@>}tKRAOvd*n Ibԡ9~O +"|~Cf39wfkQvz#o3꺼LhX 0[ SԪ walN x2P&h948 *qhY7wMR!Mudj#H(-(G2yM6gŷ@l/ ,( yz 7:R-] M~#ʁ3<%:_/Y{ sQ踫 ˌBA,Iu8%8yRlfspڜ/6`ug%*l&E,Iaϼryvßv)fi:XS[U-)zX6:QF^@?@L;˧@SNH4$rF=pħ;l6ER?k/t ^62+r04 Ij["l/5`|=9ͽ&Ǹ'e$wƠ> Dd6_hXj-ЮD/,LeOW<ݕʈI|2~Pd7D`A!kq * Ҽf4+'"U֓i i$Z '.@)$}>H;;2%h>xA]8u9ʖPycZt v qy~; PR_ja*?5T_қegxH,!\DԩcHL=ee0Sve11A @r\>Zj4\l]xkL3k9R{DXl\A{ |O ;uzD픪~3uSY4rr;|B4x/=KB1E3;;& 8rTBy{S8UXc3tUO?>ָ%Ғ(?N9?p<~SpeCfZn޵29DBod vGKŽ~1-T6vRELQ塯ae'MHrJf6s5+غKMjAqb]5爫 GQKHi/ ѹ*Z٣.lg\L~N1ŰhrT6ZAT':rNj6X5ʬdg!Q$+}>ÄB>@ :qL=aM0Hy޾QE4SZG+"y+;5C鰗LeI 3Gia fcp2l{≏xs/MAt[A"ä d)8T- 3`CEF}{>;naZm\"ʰRR[PК}~[#JH=#nz7{zQpB-JJ< A=8)1*#%s]3q5y+M,T!5t❘^8ץZwelEXd4e#>*Ql~i(Gߡ-ntvC"OK mM|ѳOl#ZEp=S&hhk+(䗁E#T&[vCo΍B733EAAyfpaID.`;6Qʮ cc_;Yyeu*:.'A!tɈG|64 Yow*lVW,S>%t"OYTp1Z/ m+):q+]H=ӲdE$~;>pye&`ے:qC㐟 8$(l-j{v)d5R@(q+`eypl(ys:3?&H7zOcE-I'L].TA֒%AŤ`ELeN[1$̜JJʫ l)ٿa޽.Ϸ"6u|;L~ki?d%(i@PEEUEBgİ:O9 .ōJaZژDb NЫ̎1\ D{?yP6{LZ:PnL|D AGRS?ǠFTq>,U/Dhf. c=UT, _p^ED@R6Yzs˂j$_: ^P h`yIܚ]v{[u۽ADeJK2K.XGj!|W`ap=ce5F|P a,F9/֦_7`](m95gnCAsޘ`!nV{ q9e.zv KJRo?^%X/?~+Țoj֏ǮgbTTGoo@4r@WFעYbOH! W}F bj-ޛ\z):en;Z,uO9 tX  [͋T_i.͸sĽC(t˜:Iy4p_DnNԠAĪsH2=!jv~EzPe8-Yو-^ӵ%T $CWL@QZiX'o ס:Z?Xv[]9mf ,")RQyngAuGƋ4~w%yJ8t2*x 8GۉzK]`'Wu(ywPȍ$<݅4bƮyoM\CW*J~驇 Iq$ e[V8j9Img_[dUe >w$aljVv 7G j-⃃(w=^G)RWū}K{ψӝDaǟr]ddSw 'eu q.Q-=sQ#JLj pu-0C\⧵eݑ)0zq’a|3B8mBÔլp-ٛ5-4,Z@ϧF3H/cuDW$IWGΝY Ym >~K# hւ({BК7߂fDR8KF=%٬E}g[8@N^t+ sLq #2=lkŠ|yȀ9_3y49qƻy#%DŽ mNcٕ1 ;1ޢewqmT^_2b}wf1:xemr`\Q+9P?s~kXp,b3Ԗpiq7u:Ql|aWH\ S4$//R+ؾ: u ?F u$w U%X& 涷&*+P9OJeUmoG# ֶ"/Wdd 2Kore~s\ N/i_4d?}>l52THG=o TCY.5דY;_eErHLbLEHY7 xIo.s]Z깡!V%)KJJ4G%8 _~P{Ua]JHhZ-hz0~aq1Ċ" ߰Bcy8GȅREVubar l~DAN~jl"z&IH߶Eod6qNڌ~/`g1P`y%3 }tMh: UUX*ޛA3sטS(g+f\KEqW&u̖a8#؞ŏApHQ O͸{r_z?^E0K BCi&[Li.n`PPc{),;hTq>t)l6q[ p(i/),?ŀ&g!w;G= oGh[t\clam $F#Wmh&CB[4pZ 3H笆^7Fּ.X얃.lƉ>+Vrz 7ư$1S^MRNejY YfFoQ8 ,YRW0s>Owt~'.I ,k`%D̷B=)]&IRƁrE$H7%q p )T5+ka沩-Av^.?Ad sK~$y~En<7t!i7ɑzKSJov+࿐aNV-tiھXX me,iÔPcKVaNs пyFજ[Ί#kDs[}? XQh^vOZ :R:7)^ ݺ/rsB탧g#I4%`. i+wS1j72O6 8~'xWq=oX+"Q3Ř*:F fNbpo=ߚa}GYBp׷..J}}hzrٛit%8b8!-i]ub݀vL^ƦEߌ-;m"3JWzerSòG눅=OΓZU UH;")'1X'M;Y)3 ¹s.&SD~H$rnҪ)\4a5ov_TlvS `!+@"V Hr+vR&XVD&cU$E"1&w+9IAfq $uP/sD;HѹXdE:e)8>&9C&_Pآ&^R{f7>M P3!rN/ı{%=}$(MT}CHMbDl`~0ecө:PPkô*s8_ ӹn:m.c6U桓'`"s[E5Q\/2 Wo+&=k`HnؐI3z*L?<9ȕ cMLE^^ o@@~4=Xg35`a5cmG'|{D:%?xN L4npеuw]|`-YL+%$wN;(Oa[>6J_@R)M>1w^kRGz\5t)K:R @lX^%>1SWاĄ -4Vh s?\X6hH5t5>F" atqI|{FzgI: kK+B+ ,OUQ /=τCȞ Kd$rZBvBTLx?, :H >_C8SЪR6!}G+ZjkDa8,i^YG$?l 39!bc;`,=Ծdx(Y܆P<2d/X3J ѐh8 ڴ_@+Gx{3W7eP^'~^ ANtU|4Ø~w+;o*q dIQrRZ~SPb`|6YZ(~.V@k!>Y (Yw훀[d=ʍ>nM"pS=q;3do "0'\1F$Ұ 'tDTT0j2l V{+Ns Q03Yzͫ%:L~~nX+t<*UTx32 Ճْ O@YH#&+q>1L0ڦ\fNCH 8}zMlԩ@u1Ev)HH氢$j-e כ $7P_btSy`'{PHj-\eROtm1ai27xΨLcN8#?Z|1 TXx䦡0^ǩaA.{&߽@H%,ᆕ @{NTU?NqVT;rsR(IM;=Rh;H+]{l&C}=Dqo1ݝ2e^WZ0 tWnz?+ zz+e}0!ڛ CKACN€ibG>,~dF" s#k-tQoX05yWw3&uz*Cŭ`a؆g_}tAQB?m7?ѢQr#_|DKKA~t`Jv4."Y_⳷%/?IAcasy0Eˍ9 7n&Kœ63Aң-੠q,@-N ZPDH{?\~( .SPw&eMjS;5Y@ $ƱZ.ICc=4` ύVc"j^TJڡ cM֕=enNk#=m* U2 -xa͖˚Z}chr9| I R,qz,r,XŔ8@vo \~滭wdҡZNCcq|Dp Isb5{xS\}6~؍Uب1ze0Ho"d{п"*cFE@=뀨Mk@6EX / PRECQ# Fz6Zx@L=<#ZD o q ݸ{9.gܥ:S=הC-DA@9|#JaC,g.x<>$4NUBzÏE]?Jq~:Gqdhaơ %bUHo4Yyf瑆P ]. +gnj.6%g6|Q[!ax<"ȌGUA0dwZ~:m%=a6^w7/,_hN-+s<Nν --9}VT8+r'YGNʖz%B2R4GwYO1p6S1mo|-^!;ʗJC/48۬L.WPniXsIbȀ`:dw[jw)*a%t4Y9!Bt\UZPgiL7{Kq)9t]68%_Wm3Q-JH;b{305vQJ_p\&8;J۴Mp_e@90 ]UBN* vE"g"t"+DĈpuj4T`ލ}GE˝~@}'3i{:E3L2XqᗱI~i!H#g5iD 6t%|JS3P $7PV)^R?'Ei҆8ίqu;b.6SK.tB3\INh7vϊN0;dxB纊# OE[X\Wy(/Uc҈9ۅ+Q ɷt[K${WD6q8]eHܳ 0㻶/BCzwU>"RdUՇ{%#/ytޜ3"N&Q%2ѪصbܣKhNb,P.?M\])T%YbyJa2r׃֊`7[jbh[qY|-һ?~aҚ<[(W$`Hl_%?85d3߻HnoD%5f-cݖ@#'}WNhD9F,(Yo0v$?$ҭEy3\)Kwz^fB5ɉo}aszl0Dw9FcTI >bz'n}VJi1P+`ij}ȳ &J%]šwa*6Kyiܠ$+Z_zt,T px&ҶXt7\3/;UeT -_k-1hKR3Ofׁ=)2S]&"50Lt1w7q|/XZ=MpFud2Op~9dW!3̝1fx^UʴtvE2nvsM ^g3F ޖAQBr$/5>?$9"ؖY*Z &݆|5u!UpEMGj:BT^`/. ^bIgbTAwu[O|JN|G$^yC_y6~OH HTgzNJwm0X+2r04,~n֩:G5(7*)I e Y_VS0Wvg!$"snDJTB1cSL%52TY}yTco7zj7䴿7<''RJR:&]Xur|@[DC;~ASH  %Ch0I߼>E7ߥ&+KiLpٕf_Ip&[ f*r,{f}8FϛLvpB0Z*NK,-QSS[ :pW^3ɿ7ͤQyWwQGp?˴aƒKG9e /[~L .sao08-wV~'J73" gT"^; <JOc{{+ԀcfeL;PDD7./B&>`\3`<`ZwJ3$U&@9q?DQ\]HʮNΜ?|C:\KVp,R9h7b]h(1wp$bjһ}kZ#lTPHl\T?g!Vl 0M 9ѷ"Yc'm[ ihz= ޭlhB3բ%@?6&0iFd{2zG,S]T7?g:FlXx}Aĵa|O\Σё3`c5ᾀJ_:WaD jܫ S9L_-2)rF|OuFG"9枾kG#FA"^(^H#5Z!r|~e(JQN}6$tSCUiiY`F\J/m`~)āfrOLp_0̱7osw01ggMA0ZZl>e20vN63V(=H)] {\3`- O F["V!#ٺ!˔Q;2Kנ33R?@젺K[x [NeA*^b?YUB#|[x.$ RRqsoS 10ګJ]WkIӖ}Ţ4r9 @le&~5W`E_~[t}pܺ_9Tͺ7F6 M.J޿'_ ╅uY&"GXGGrL;翉q J:Idm3WI1q) #8cgmEGt6E-]jׂ=a>u4buO9E8R\j{.6Ҹ[=<+|m;zC#Z9B ~BœJYpDw0W0e LT\?"e I{B ŃwԎ%m8r`FWJIpmk&aNCZ7m=Ay ueoN:Y1ٶegO4+%gFT@90d=y6_I)23Gk~}8gI7,N#F=S:si.lL;F¦ƕyLVEmE0L+6N#XAgC̩}/&m}ʡ]NgZlğy2buR IjCk^Cbd%̺@^ y"W'o(Jϕ`v\$c׀!9d(OyO*G~ )I o>bJʕ2ڣvntºZ>za]ݤz2dpj:^O 3ϔ9JO)wlb{}hܺaǙ~ hnCؚ!b}:۲uғr#D{<$vm(c䟌<-NbE}8BnF&ծ UW.64UC+XIKg D*Η_6yhcr!kR ۲W,p:D8y%"<YEU'zno6$䴳Ztx.k&E(yU^54l ^ɔ|Dq42FGTLuqk8&0Pe/Z?RI? {ʭ}e؍U\<-@ZܿMF CF38r;x$ƈ:ls)jɐ PC &Ga *$,}xvl %2I24 i8 F[{(٦T} L̏_?dt8E]p_o77bI_'M_3U|}Ґ˝z Vo` =H2s(wCz(tƷ[8υ0-z"R\kPLrUn-͛Mp+A=l&FˆQ Q#~^6 Z> !ү,"-{m"}:1Rc+A/+?Ay>6_"< 4G7tMpCQSq޻bo=w|-6U{rhF -mg( i%KMOφW*NWMÁ>ԱzLr$!6@Lhr:GIrv>x<&(#sj i{OJHEhs?C qE6.? pU`[rxΩNiuou=B{emc&iܭ/{wQPybDWKƬ>2SQ)e)_"8?pK<.ۤFm]'ivu TPJЬ:%S[=Đl:;t\> |v͎7jOasfӴ$+$Ww2HЦWnTEF*DR@۩%kmI4VfWrI"4^D>)Ug@ˠzҔΉ_zGv\ۨQ79oDè]'oy&:$+%}pmU?Tb8egxE 6meP`n4ڜY&kp^?&[/!xL|Qo&:AdžɗA/ȤP$D)D&f+!2؇@ew,E1.wPJPˮd>(x.OJ@%bLZoOJYae{Z@5=|Ʌhm'Kj&a,^tT&ߑNQPv5JHe*xm9Jf~hʚ.X%"8L:PHf7D6 I]c06w~a7&HG?_Z;c\A!nY'wʸ`_˂+kwkn;D.H*Ihy8hQ=XiN>/cq 5eU 1\\k=/3E~j{'jzAσ"kUV.-W%~w`FM4Yk~GZAO /+l*=5E BxF~1:v^X'I5pUOCS VѲAUZC(oM#mJhsֳ2S^Al]X)~Gj5FկH47c>:? z2wV^q)&;('"Yվ87^ehQ*-1D^.fN%Pg[TsI6bdb'@ 61-$wrԐ$^7)p[bl}9S:pucir@d} *=/xyAws?9ºwJ]Ajmpi*JB"km-GEA7sV]()mպ[Zv[Hu"%= 'oW8ՍiVYW2{(bMb6 u(*A:T[ӒI3O醃be[bic)qrEq 5Q1p4n=S(5hFj;l6ss+=KѺiҐ7>m{&Wu1S0MOr<ۿnպ J^7Mx Kƍҫ>8 &]y]&*@[j^"١WB؇K`}3FQ~U?wth9]BE1OiA4H0u}1M"aJov,rD3V 0 % 0HL3_s*}%@UmxLě]QL}9Z'c?%Gݣ}k!d#1~Pdw4j(=cf< dqٴ@B/b 7]o?,M0% ~R3_зmwNQ$" jPFL^iMWMran,XcEK/46aBs׺w˸iӾ)ޭ\rVA7y 0g>fM%>YISzp$, LeS9gp/ 7_mSuX)e >L'SiFE(GwXAXIb/LTPj' Y(hċ.-B22 /Xr|ؠ%4,LTb 9D#HYMt4^ke2ʢ:mDgɫL-2ZdOgY)e@4JL>J?ʻ ~&,0vUmu)3tY06K}6dPag@"ҤxmSb?+JYވ<(GcyMœv\C&WX!!W|ZJfc|]ikq#޾^ANN:w(^ΖXn7,I$5#y:h$?2Vq:z5Y# B+96LXAnl%G!mz7~kRN+*uQTtd%%Aܼ<^OTᣞnVbYΣ$ @%JCڇ |dJR[b-۹ܼ g]˿+OPױ*j˯.KHSshMd%_W҂tD5 ? !N$ondv?P%O*1B3=ԯ T4gMA-JgCt&6> ߿%{\D7 O&j Y/ .rҼ-G{ ɡոn#)e 䰻fLkgh6D{Z=+Dڿ S.*H[Un.WeW._SHk=n?]G<_Ju5ŰhZՄ<[4I&U1<˺ Wݤ{@6^+tX>4)M8rk]jT;ݦYse2m'~׬~ |KrҤy>bw〾dL GM|*J=OL"ĕNpckP.Xq!\0(DG:^g |76z+ OZ5'u,d&$̿JASTM5Ax#biaz7w-1pC=9"b Ro_6HDnz<.Gw5\~Dߡ3:Al1##H<3%i3 c.;0:Lqλ"WHb(\og;˕ЏpFVtt\iTi5W B/WqvS7ٓ"e;>ԟ7gKaDlHrR:At16L@h TN'aҥ< .4VL'9ǎ WSkryd:GϨmo,GzgSr(O{?FD7K} cDZDzѯ Wqo>9u5o?xP5yd [vc?0CJ r).oKu'4EfL{gd>ѝ3b*Is8K5C{!&x/m.p\ZALz-Kon=dl~Ǜ1EY'r8J2`/1񡦰7=`n,źܑ$JFha6ǸV|Zݵ%(V@[@3bAR)KER:v# )ZFe/rvfg"ܐ`!}\HTʒ7&xibz3 Vq TR]o"[t?]ЪP<SaRugd$i-{œf 9;be[Lt<0ZmMBpHtn{-%YT/HVbRP"w*Md-k #C~{*/r˰kѣ fDo0RPe4/H$0t#cЗv}:ӏ# 3wYx˟iW ݷRqyh/bg-a NBOQ&b _5%9GF~*Nq(O,_`iRTle$QuF0$j P""'pʴk)IX_hf3% HFe%HAkJJ#cjmۨ%w#躤jXO8Qc%{͚e#9g}ͱG_]1S\[F_ɬ|ɿOUlϘ1=~}_b @ P,{| /߫3jLJuFE#~?1WSQpְѠ$@-Za^HB];\&G)DGb4/nDItǙXmYH7ǘĄGsl|?`ݿ+W}6!s't1MW%+LI$I29lJ>d? Gi2%9d dm0rvNdMbDEb 4'}lYw=e^&EqYGQ$Ke%6['+ʁ·H71ܧD-(J]%;Lu`@|g>y|Nt>lz0>ĈJ\Kh ܚN^c A4% >! Z+~^ZJRqO.KIgV;mҙ]w̹bʌ`^)^Yj^pΈ{I.X"|lu*EV^?P(*RWDv ƐǦ"E$ <ؤΒ3=\Yi*qwfiJy[|oVHv y8% Ef RAzo?+9je^-ZM1(jup7rQ f]DzPn*ƣ-ow='LiƊprYz}bsɵ)183]*n̈h L~7+|#E[a٢n ayue^(EꜣKB"d RJ䱝O& /zBK궪|ލTcY`9ݞgb~ch{! QaYd_y ;<(l.bZCb`;֐/ _BƗ&)Q󖷬k# \'%!U6sŀNrh_Rhpmk\lr2Vƌ֔ u!=}If{(.Mk멣Fdי H۾NɿddZ=@2p|)hjпӬ}H UnHvEj={iM6,QyJ9=qCX-{kA~m\MȠvއgpKyGn0uNoL8.i>l(oO SZAG xVK"7">ǂy&n2:0Rv:z_.{v:]aY8ʛD Uu/ ^~ ndtpı(|,+vc,׺W!Blj~f^URgINJ1鲁"6x*V\\OlA"~E8Me.ڋ1^:E xvfOrQ-[$ix񤟧s2ze_;)M~;LMTxY t~z0|Un!ApHyIC3r"}>`˞nZ?6p-Wf鯸>*[BDZTFYL.cDb`g3AmڶB{Q Ą `L0_sQ?# &` Qp(F$H9Z6xR>=E#"U3p3 4RԒDc8R%+ۻ/f$b)ܽt:AυmkE|Du3vmޘ^̩M".&7'eX~W"W uB|??ciF)AO'^%;@Ƈ[Iqe1xJ@Pal:[7 >7S``zr {26hËҶ@w 6U^JC^@Ӱ';sFVuJEeVTȆz&&esbY=ToóoP4!*QN^%fE%bg<{CLcK*.DP4V?6RǞˎ< d+~<8;jPZDtDhƕ#v> Is>hEi3$5G 5PN+\0itMtFf^mb8>Ip0ǁ.':S)S2Rل7Ode OFmC M"f]T8TVR@"`f6ħhM=Ԕiyc K)t@CǑ?~A=rHXv=+ ǃl?R%*WE j6S,)UobTԠÚvR 9d+:Dbn93ZAwB;fZ n@*iW^Gtnm_#GX J*Aq\,8z t5崹-}ymI^5_OJvXML=bzM(3٢"]f 8t@t7 p[U8k4S;5e1[_s^-yF׹aՉ|Af(7rN`x@ۡ#|ݸw#'vnzS; ͅs T5pp<mYM#qʠDP*A6Z28&ޖ,j 6Fߔa3Պo^nWgumKܷޤI[hqw69-*0x,b$ݺ8c)@_K>ě׮Y{+[C)/7="F~1HrTw|Y˿DJVD㵨K SX#g~ݓ(?~P(]̎@, [꯵juؚog( `Toe Ì+uKAf7&J\lF"n= pj`&*)%@AZut1.̻JR%4~G"OYn&QLOnZ4j!ߓG UIр+$i=R+;Q9-Y0[mwz%*s-"! a%{G]1κR"|=ewgV9x޷]x`DgiSd>[A9~iSzƤu"XfU I,Fůa>}'_>Rֳ&#~~{%R͜>9sJsl:8)ѻ6A-6Lb D z ^M?p4eGV2d!ʉUтMi ||le5.mܻ]0qT/)$1*4Dl:c*>=yo_jT"g-NPU0@oq$eX$ANP0=FjkEx*egw(~}Rd^ _(3E 4-Q2QcZƨ"U[ fU ԍ[ O8DLJL/o^QrcRJ/Amg[D egDX*ZhfAO 3nt?>O۩Ļ;+zpv3pK{_ dQH?\8)֥fsg6Ce ЎjEW 5ar\1q[RNrd7gp`'޷q`$|y[p<<9DAOXu%ev'[{gUT.bLAͰU먻;[9;$NuJ~ D[^ .w8z0Al&< gTxj.K=\ ] _ 8af>Cw /WZDnOc&HU6lf ]k Cc{q]ɚ M @ ?2݀Q< )_p6#?@wxwf!/(p"0Yp\ Jpit+_?|"m2#Su-߱ éyD0e+~'^G@Gg8ݖ{&8BY1X4ݱ6ndfeăbF]hv6(8}9A!_[tN>X<}x91bΨV'Tw#;QϴC{+PyZee(N`Z0Q)x6)U$׷E滗NsUj !&kǾё۬e֛9)c6TIcvij7N?9-,V'c{NH61[xmK@cA?!D|b@<ƶؤ:zolmpѐx`)agav2?-s˸}y}ՆIDZ"E xϺ~ @S}s7F&X H!࢟[j.Ig >Gյ#UO;)$.Vk< Pj'/G =?z&>.o3W4XCMSwTo֬8R i+Y\8*'jwhR Y"s SUXYB*E ;cmpy-!.FaSz|#0~_iKX<\=!3TZ-&䋒 aƁ"$Imm4_1ɉhSJs0K* LksTĺ~@fZ2b1F+AgI! dM3O59ci#0lּt>Q1pw.QF;] ~Z,DjFy_ Ѡ43FoD5H 7+vQ/o1 fJoV'nB~p:5LK ̞.A3^MG/I|R3/ꓐWVdxv^+^Ue=SSQ}h~uz)sAIȟP}ܾFAj {C>ڮEw $TDkqQћd6)Y2PS+jFX=Skq}+C: X;BXudͪ韙18U #U {Og'$@%@re@S'_Ql lŔ a67uv. D/Zm>:bzD/#]f)O.2\Cͭ'׿o?B7w?"ǰ͚ZNhh[ݍ^TY\MH۷zz3|)  \TwpQ!`^īyr2"xr*6w{(Q2%ga,a[Yf&q b8kۚXV,&<_ JY6a*s7i5SB)e %+ڛ8sEvdϦZGŖ+i({a(~nMpu\jқ>xᆻG6 7-7gjbĬJC|wq̧jv⏵"YZ# $uhwfDtR7l34ɈMUk*ՂTj#_ <%Yy p3p:+F!0 N*40wãxuyَavE[Y$1e(@ae~#$ id _+C&ŕ|<9#|7i\A-C0"d"yID;h4s(4FxKiȗb:q;ݧ:PD5$j[ţERaPY)VPNC9<]@Ghpe-*63F矮 и%^h)  K ˱r!˗)x0кȚ Xֱ;u( g"j/XW%ʽ`C׵}dE_ ]mJ8:˼G=z\{ڼ촪:@ z=TD[ܙԮ\M)_xGF%`rJ Γ_Et ) "}!2N"vL0+=ChoXtKb>?^H]RvV|F*oJj޳uT/@_J p)q. *S aA5գdTx@~X&f'^㑅`.n0glΧ~` |10[,49Qs$̑V1brJ?3?#}O7ձFj]tp씹dlV9}4Dgf_4iK"5QhL;jyoKp{3w}cS׫O@Xҙk2Y1i XPd6lT&r2LnFm9<| M4nR^&V (6`)]̩N@,!v mPϕi\ r@-ZN]R6M(N/wK,;V#/NVyl_hQr[^n&R3՝٥ܴpd(A1z.&ߺu.5cAܥm|x5D'*<| 6 `y_Hڍ-GcO!{ QO}4g?.:-W Hk|>hd,HJfSB>a +(qʌhbwb\#3rfj~ ~{TK{[ ڐ6of[9cr&V`@aQ<5Tn~ G>}i7hO" hϝ)iJyK1Pk$=ؘ4}t?ϫ$laח*6tBSn%b^Hma06w .l&aSV.%@k?s1^?%CaFloSW6Qֵᨺǹǂ+a=;f5yQ'C#BY¡3_vfqe)M|t/"ʬ:vv:&`nY5Xc@GO,=ORhH6^X "H pgozݾ&۩&|C#@R8=tUsveItht)#SaWKm I9]?L, @3v}v? U*vJ@|DJY2@y+x~@s̻I6يzDW_#EAw]66нOᰁUBj놖wxD)}lUybȓUf0X v`MzL+R Ab5J p+$%Dp״7*|@Hb{G>Z r݄P#B9WosT+F:8!~m9hB !XAdRdzM;q$ow7AAp= j^4jfѹ;$9] r݀7aaP2"9ɏiL-ڊniYSݖ@7H°f^S FAJ8tn&>GjLM5Ȥv{EOP/6 do_ӏ{; уL?0E2ֳJ"SObaR]akl91ʏ릂g ./]wڎwpv-G{3]/V:G1e̱&kGg .a kp&.3 DWv8_R`DۈJǗqR)Szǖkbk\$KK(3łC4xѻU{ Z)(~cmJEv}Շ0Ia.<8haPRϽjI7 OĎO H"$#NrQ&6yApYe4LױfFf`D O(~c]a.}mgPǝ["~}ŷ UJo 0BW1 ̼۬./uUYDiV|yI HQy rMvX9`Bc drs&2H5"a󳎎Kݤ5Uhd)^ (3O ۾9쫉@,|%}Qnmf3?KEE%Bǥ4lnYe,.52; IxN[\gXҢgP`8 F^cvh 7 _N5:}`3oJl`ʆk&^<ޣֆ<ؖ& xyeԑ"=^#w:z? jIs8c*pHN/phNyԕ0JR+3jՖyUpk~>%* _Ψ9{Frt."Wo7>I/ߓ@!hv/(;A@5؛(>q;Q*3# 'ZJ`mjC#KG}(Wf󟯖&`7jRwvc-13U eJݖT[)  _IM\^1 lqb< ׎$zFXbe+mTHaQ!fϛ95F'ziؿ>쎫V>Riv:x=<a|a[J~FY!UvT '@CMXsצ7dn@J[zSчO~z*^!M7%Mp=HModhp jD_껔Un!{*|K\I{.O(FI$t$`yƟzսprBq`ٵ 50Dy-2 ]zPb][ZM!tN)\t|2錂e c]MH4:h`W?| V.O93@*vu +WqMf | :#ͳ&%`G_>`ڠod!e!eX!6.0e:< t53m_MDZvЗbմiWؒ٥N: GTZ"6HgšgUnC雉;:/*tFu0i~${xoF5[tL|Ox)PaRIp1,˯SJ1b5x3PdOj%,9MR,jO`0_%FВ)OðRtt"e|p׿Q5V)lK {L a֠d QMCCeN MTA6i΄qQ->gJËIm)wA*Fv>Rq6S|eoy}jl]d_O$<˳'v f ֞qGqZZMuVԫU%9sl`NSM6d ݠ^^YkOj\Kq2o]tKа!}tH̕$3=k|7]]|4_EAiԷhz!֫aO/iMVw$mAfiOB%nog.)i҄8 JcfI#U!u 8u[p3 TϑvZ{Zku NodV,RӨ5Q8C?G9z}~$Aso^-[?%{n'A(5H񂭃9ef+\vѤd[ʹv[!fעJŜTW|uf //Qu >P]q]*iћ;۬C᠉[>2d2mIi;ЙBn)AJ#7u aUͮ¿I RԒHUٮ2*J=h8 G[\3=.*,Ӽ4rܞfL<=zQom7$} <%xjerǀ1N $廥s gKrQ{ k`c>0Rk0,:ؕ!9o.]K넅$M{ɱ JFOGN`ho|iÖyT(3.Uy9(˕\\|tH&|ƣXCkho|^&7.y~Ǟ$>jS#A13\X)ŶNq yAFe|hj;X#2B>nk.p%gB{sڬ=*2ldZ@cޙ6b^Ҡ6(v jfTastfz᫚]~XDn$$F9*w8]w%90smwn HDazA6(1]y~%/u_W˼ۃ~ohKpqn e#ѓk*#0S~x t 8[8oGφ(-+‡K'7?̥@?(;}(U8%=oujW+nSO=Nꡦ}^šb;u$!4kׅYZơ u' +ǡN ĹjĨĜuc.V2gbjo7é/Dv6I\<,' #:czᩇDM#5}E1i+(9 mlSn uwvSU"$YTcl +0Z֫6QU oj6w֮\52b/ (̘8\2a"Ž$r{y )ȋ9?1?⁀=QwNwUI\2 }N*G+/v{=h? G+oc렳EՏ΍#6mՙch0r9/ZL{) gP%ꩩ.:iz8+"~Q×}F] V$`Żl@TC)C-Q2Y1gjc$7=_^TWcOZ ɂ&eb})QPk\%=M~R[t0I1ѿ3Xr;0hBmxbE;osͳ"N8Yyҡk($IIW_ORAT%g0EjfL(m:!Lc);gh1j*N^$b(F6 q(e$Ďa?`J<>MND/I(' ?{&Co4㎤}Dް=4 +8ޔa<ֈj*=At3wp F"+RK'zmtض3pFUJ9?b܊@6<պb(&.Ư- 5qY\&#]l^t}jKG=n^I|'1bYx|,暇<\`|=w҈IqdyQ9g–g;Wi]GOSgw7TTC#):&m6:!q^`1&q=Z'`brJL cIxF.z,6q5OxU=J~w]K ȴ%sС&J){w;1\"nH!&]"vMt3;%Çc[#?UpDy֢6DXL?Mڮm; h*Ax-}`hpfLqng# sGESp[RVT&HULIV._?k(PK $ྗjp ѭ#9D}ԝX_~h=JȱVr2ƘaM5gSwя9E# N`kྫྷ6}/WNuJ5iflnxRD Lؘ:>s4x>JxhHiy⎃r[}򻝔<1҈@^&3~}'8@T__{r΀f•OtnHA( [M›K&Hj&c&LQR2Ɛ8"Seϗ!y*PgZ_wߍnN,A?|M@_Ј(1Ώb:] }(#Љ"'wN+}y@y)$F@&7ffm{,QQ| bn{e-GE;~6N>ibz4;}л$|<悇oЂYRhD[Ih! W]א}oú% D@y_Gt>O_u`[~TN"Ww_Pz(j_Zjt=V}S%gmv75RB%cHE#az=r#(@˱5(;\g |ͶDʝ1J}%_ D:_G=\N@ݓڽEK>O ~eO{z=LZ_.Ɖ⡩;OyU8X~{cQ::Q}cԈG "k}Nؙjqz,v@|NNuqDpj>ߋs3]Vy]JK4!QSEVp؞~ ^4'9w"dV_AyS}&⼑SZ cL}j< Oy~m,4[^skW&"( tN{{u>> x/]/؀7Óu8 BR)OsGʈoÏxui(?汭 +3]>|:muM9jMmd'*v>j '$=RMu>{@xuW @O??1Dgsz?.&;@sIC^_uW^G_g|,"Ͻ֟sWC;ZE.U[4FNFeפ.IO: p2CB/ضnT6d?nO42iyϫu'Vid PDewc}Aw1?N#=m79pxqÜhmmz(q<`V2!x:7yz wSp*{0a} GK G^xY a~,ViKuF66"t d_2bҶrP.(~ +e:n-B)oѯ6{`?.|t᫣p~j+PE#Q(O qmUW,{UQ)Ovlm ~UqD^  hKׯY, b3 ס,XԎ:lxÉO敐:d:b!'xC<~*Xk|Յ|܅2DI}/ۑ{)V٥&#oM-U"]z#GAsܚiبp81E@,LAuamiy~IľL ً9|| q.^w;zܢ&pƮ-~%~OOW MO7b~æ}X%#ir[~*&d.@KF݀(3)[UUAq_ֶF4;ONҥ`jMJ}=6#@4eA~ՎO̿}F.r@׋3~o1PqV6M qx0&bCN}j|/K׮jTx }M3rc:>,<_KG>0^M0FWNc T˺t#5d%F@xru׈<yt>Ɖ"ʕȞK"qs]w~S|]]S\»hj\X{P=W{s83U:LC΋\Ww=גk7 =*M~f2یToZU`6A%U|ܢx'? WPHӞ.s} An>^Oz\ή^}Z_'4?^g?@(ޏ],bPP /vd"Py^ʮ0-J%iYɥ=hFٗԩ!C\ l理+ߥT 9>_53!*0 Y+k@}#F'иC[\Nl Ȅ.6<>G)JptDksW Ϝ@FcP4L6] *մBp@-A vZ6>Mq {q5q~콷bux93(?%F(Knu-[9Ov`[r^ZFj=&*@i|4w.)Cd2 >>~Xp-jr) zwE /h^ `R<8A/>{J.N**~S׋P+v^nwi0ӐT4Ns!J]}xݡy7'TKsF"T|SMFyiG2b( :3{Emr+$xVB$qP_ՐS  9<٪fh>/6/9WmEsP6"2=ˌmF[ xۦyĕG;|kL3EJ]::fqةCR3S1QD+"r&%@jJYfws)3Ib(  * @dXtb܌BpO_5s gq'55\)R&|'G?RW>q~C75,*3_$i r&?Y 1I݁JsCa+8~d5?s"1!>Q$?ed[ }}jPA-?3y:3gAFM7ƝPG:o g_ytlV=jЪ2j N.=9>9z޲moCZV-qQ$у*G)i}M6v>2<@Q%@ٓRn !q͈TDt" y;Ȣ*~r|s'Z! j-u^^s۸ڼUGRD;%bⶇkP=;Wv+:ʝ; ;e"j*`r"6i{ߛy<ua{,)K>2&m V\D4kx˻g(hTS_-^c&l4&fW:mk5Nk}͎i]\Ҁp֬O'5Ysgze;zۏ0[0j솫.x8.}L28&q6V'H,]…$(06?"xE>ީ_"$oBW+Ve~]'˾PFRJhU 8Q.wN ~OѶ)$%>0U*dDyAo4]]aL%;OgiOzD߻b狽|] PĊ$z(y[Q}Gx?us _%_Ix3C" *~< ǾP$ <Pwݛh((E "X8RHm}$Ȅ;U9]MGi֟xGSw%c< P*7Pt5wBi #bmAppͣqwwcSAZ4(B DDDU Nv& ά G|b&H4A Q40$AR,gM;ίeB:q=dWCс榯\ۊ;W5/%t/U[Afy+_Ex+QD&Rդ(!BB( @@  @ }v3. D[89TX "DUɩISm)IuWI]F4bк'[lܙ 48 2 b11- d/1te.)2$QE4$b-y]Jn"D҈1LSJ/>'c1Y2nArP|4 /Miz#҂0U$ σXGF1 W DXD:P7]}&1@P@v97n; ];ApO@@/eH峮ZB8H$%24J u;)v]Fd=V.k}LTB"i L,g_ c-J/ú!]MJw΂@5au$fq`0sCNkhXҢK]["E.%W]u U U5 AUI UU !YIA$Edz|JՈ0wwDmM)i3$n|)"xÛM ӂCǶ\ga+_,eg9ie>""ypeB3!JZ qV6"EHa$TQ1yA D`Anx~Yz.AGN'%NRU!PG7 ;,?Y? n|PgyIPdW,E4:qSPr1x[ex{d|,__Ҋ&xA;(_7J hbѾ U_ <2DrwфI 4`)||KΚ{?;$PժT\ Հp) セgu pad 2(dYI!7 f|D4 &eh8AC\D<7@0*/T.M*^ɥAb8DW !PrALQz0ˢK2c*-L8S塻~z/Њ(t]]@ySJB dPՠX2pN׀7V9 @R"b2bkΐwMN%ItLK15"hCCF1 `*G40DN P[nCN"NƂ"w4BDy0 Pq@65(\; u`H+=qPPa@N-Q??@D<<* "ȉs#|#/<%<m҉t2"@0%€ M%D5Rku)dx?g44W\HD& bTA:[@Cҋl'k@1~ |G8z|U"/s>8n`m\;cFiZ'hȊpq8> Ch=dـW (+ѫٛ8C N)ʏ2lzD;X:U%*+Nԉ2D/D4>֮JD<;:45HAN44"qT.ً@H ?KBN5Ӈs9|ՀvQW)C "!Й(2b]q@$AOQCc ϖY !#?")Fh[ǯ;;10\ Ę Q 8)_u+R¢(T91g[:5JjCnx4=׬4"E7ܙ hDy-l&8!"m4`$|Hb&(&"Ɔ(ԩѠ"cئTɒe]bЊ㾖GhP&x=PqDC<؉+y}tJU.Ծ#D !GZ _i8ԥO9i#n>=  o[N tri῅DnꬦHo ]#lW%CFJ >-x[fd t p#t,77WˤbӋ "H0 .qBG,~T IbA1@d^tBOGŷr܆뽱QCXL(yyuG]rĝVH` }MFFTAM(;ɧ:3Mh]Sm.-1 qkUN.A0bqkD$@$[@j'*m:tAyS^ 9' s)˚?Z:v3<ڇQ / ;Yj|ae)ZՃhmEt_IzDD}*A91Znf O^Jю]HFhH'UڕWiv"Lݮ{=t3r r% Q3-u}ByjpNcroKQqN\~. Ѿ%ۀ#ɂHi2@D- 5_ӟ_]l-**lvheOH8#Q¢[YurM8.t{ ȇ}π_ s-uCZ$U_>`+] ⁣93 6Y(JiІ6? "sr ;xQ{>fRɁg#0;k4z4( ~S8/UL9Ǻ_AРn7¦H.X7Csā@ѥ 'g9xwđn F=űrE}DV]ET Yp1:2N)P !DZ)XVn=gX a|K@Rf{^md̾:у$h:rE8p`8GK؇8Zst,ǁ4Cy QH=!E֜LWnㅲJt6X)(9PãзЎNa0(ZAٛ1qknF΁1[D4a<4z un՝hoPՎ7008A59g]+LώW[}4y( "[F/wh1`!&LbfLX%8?v ,}*ڿ7-4s3=bXUc.]m~x+ZSTt7%͊NB1+B22\\׮46.#!"5;Y}2ZT еT'w|^uF (:ȼXLb8W}͓$ ysZ}NhPm@jV!t+jb8cHM;dQ}K_[8fb=J< /aFR!j kaim.0Wu8")͑ـpqI7PqDxCypF xhxrb hՊ\" *H2 -QՂW ~Cvg<3zqt4Z/;Ly*)PQ.8̩)AaRЫXeyHTx>L. ѓXB.B B*b #@ b`s1 PQڈ*b]w[v]cVhX o䆼\|RprO"c` ?qmljGe ֑[;TbDrptɒꇁ)8gvCjr<ќ]KZì!po` DT *UpXRC,n!SN8bpz-k[#XCN<(/a "}lD17D2@3A"_Gvr h*p-9G$GC ś!tUF ˨nHA.AL$R(P3Aq h!hY$SD STA*#PVIܾKGn&E"d23^f\TIqTЊx'`l*D$^.V@*n ) %oȁhlLQdWԀϺ#P4 |P/5!ͦJLLjo@`hC&x[j_Y 2  @ 2U@0_B.xn(a06b]$ԪQL81R@6d7E3 $@RA4wdtYJ=!3$hn㆜D"D *( ij2 ͛QRm*.Cn t',eEL# cH6"DDP 1Jx^|Ҁ^P\ED m$ <.Xʅ)"D.#"`Bji_e.d1E sHHcT֓,m1 0#QxZ#y -qP{QƜxM>RA6ɝA$\ ](jtY@f_y! 2rH`ncϹqFE!d/H!QYR̈_Au3ӎ "aDIIˤXAKFG] 2Hn3d̥"*bt*)|Z)&H#h2 q*, @ 6` &s^I Qd@D2HRfHi!脋bB!IZnwBUhTUB jrIK3V.%-DBD$t"fTA0/90Q& :D<:_-q*.Zdf + ɒ b`L *ȤдRCV#. V"ТUsHUVa*T4\SfA]XC5h AN2?zhr@pAʈ "dHjE iq ( Y7 Q01nx6 aՁhyI _D1f 1VuHn&8C$Aم@KKI-xp h@G@8$O &F "h0DKAF@U-A4N_/B:p͸.H28@wt{rJXqҵ5 6(q.Kp:Q\Xj@1_}"Dі^;;QB&@K@@uQlXK2(|P97tYcB3=q5'>y;z|O_|0c0U@>UϘ/V:a *֦;P;$ʍF/mۃDn"WHb"H2+2!ΏWXY1I9.|Y#QmX .[H7@ 8KxT ͊!@ߍ !AñB~݆ҏcuYl8.hwp.{# T( : 1TBz;h&{+J~S$VLnգj]Н pThb=dhb HT1';䃖 D{;˶]%9xܶWdD;.G6]%G$Q 2"o0{r`&U·Q370 c2>+:J2<4A&CC-| "U^o/rc5(=>aVu[2& u2XC,jLtq X@eP[U NR K-qa' =0#墧-&n"tarڇōg8f]iܔ{870MhjE4N럡 iI *NbThM͢w. hD~)1~šRpu񸵥6&M*4K J!w؎xL´_6cXԧkl:@2f.% 'ip4{Ʈ 5n&M^\j]lz,I ڷ/cu!ʓT)6.Ӷ-A.@4+q/"I8*Cd䱭ص.Л9 iE^F6]^ѺubFC!B@=֕!M>%bV tvPJQ̓cZ<"\ [%`mt:';oR0XeLOR]SLW@q  `\ q@"HBT_\,._n?[}B?w$L*P^xe _$zQ٤]xIUDu[P'~LiُˇD>$6u!G u8nk(RN: ̉U5uqBC n7VfLy(kgZ&&8GO= &D s~)=|^.3K75x·oɑ3:fz*¬Ώ'PM¿I~WH('DPE`qP7AUD;? D9Q7ˀAS79%2* ,R`\ܪ<JIC<hS<84':J@ΐ)IK:‰Y4q0T Jb ]KC$qna~˫625#xS}YH=FY<.EEK! J%/n>+H!"V6[J¸ [I4jKjF 0E-24JjV~E5Qtf6b336kVM8_a C2*,eW ( P:$IEh˻VVn榭RQ-|%{mo/T0UJ)}ۅ\OdzIȪԣn#reˠʚ9V嫣3RBIiDVLՅ^`W f1,blFRSjP%7 3P!!F𽈢w$9B3p^U{yG*e}wE݂`<ԽR?ۃ}-iζ~È@#`yg8Ja2D*o^LF^B8յ-[$t_ME;o v+1m7>R=_@k^d64#3]?Yq6 31m9<VC%/dsڻ>~N#BƱHߐXUqwaH9Hl0v+-/1N9e;b$qz[^yOC}]crmG/pD>zk3_ aegD?Gp|1~;J./ZեO|fafibGQ6vc+<}d{l,(u'~9)TQVD@rVy`409A]!PpѭXZ\]jEB֚*Fr~:6'ۥWs<ܺnC<`[GZ=X z3*{۾"Ѯo7ǧv4hk;[Z¸^Dw7ZXm>sLÀ=  w[t~V kvDM;1g x4qQcN3NJ~vlЂ$O۰yD3d2GA2k-ևfh~IZ_+v5Zړn!k< Vz{҄-L9>U,p4-Ux$T]Vi+#aTˣFQ}6fS(=0z2j& S~ Uoi\t+itP>驩[-W'EN~Q9Gqa>fC''Ew6A]uUt"z"T RHC@MըCW~1:0IV5ߧ *"=T +xk-J{ .u!܀pQ|X{=K qY_p>T'{XX.f+Շ(b> 7ժ"Z!cM%%Y'V=eBG%9ǵkxN$!冟gJ?ts}iݴgſIogJFǓ.>eR"*HO@TBKZqv&,zWZ32~!YE˓  .BP:߃ mqr} s Ina@jA٥(y>}ENqF:B=@H/q27wd4a|<7bp ߫)؎X??plV$׫G<ֈmNF+7s#;LVZ=|Yέ5m*ʑ2!gb+b/" A^DG>&"U1DT_ OAT':_3$JIh+VJO(S-) %OÀTDdU/Q 8# xHc'_+bTT}UW-A4b&np aN,OP7QD AA$!+X,tRN\ Eq HT(iT*Q;?)〣 )QEM"z'2ZYD?@U}lQCbȁTA*  Z/EŅ+ˈ4`(&h'"  IHE%_HjUwpQqOQaψ4믺N➺H[jg*n_lъ ]~ܸ4p:1ǧ`ӛQwnd<O-ehGLm~€Z!PՇ*yjtL=9sA>^ffs`jtw?gb* g~hg_~RЋy?O/c"*<-~n )3"wY~sJ_y|M./ӱba幉-sE͚|\|#{6IL}̩x[/w2|zz|8Yn42BK9ڶbӕذ+y$@j-m`ox&Ngf+PQ(YWuG#F >~"9Z.%;G89\o#sqxŭsɶެص9c]I:'wF.Va|,ezFj|\`O%} ڵ.9pĄ$% Ţǻrwef?r)eTfh7H"U8g.Qҥ!YĶ¼:Dz''~MT~EVkl kF5^lOTe\^d<cMLk!=0gl]/9# 8qԕz+a(čeSdcː"ĔKaaz`$蠪 l=nm8|`ęP+hoH.- ʉeO3щ;6ACiX-3]vO  Ĩ>Ts86񾍣Q2j19~ôOh-:gAE`ӯ2;dbN9pOJdll fZ g A9 R*TQWbW{wopRss {}}PMo b`|[C.,U.[< |_>~r־џE6EA^ ݂>]Ub"'HBN{IE&R,p$gţkӹ>^F*)&.ω]]{5f }(b{ik!+܍Ak>vcL=?OuFx{P?|\~6tK)65>M?d<}܋s$KExp؇ SN'e(~}Jr?WCCf#)5rl45^+鬥Go֠<φնyQws1f RMng`|1Dh*6srv42%~2σ˷QPȎj{蝞xS,ub#|jX@DE`PJ_oꔽL>e)nl"E J+#ۊS?.(e.Pz/oAphT0NlЂ/X*l@D9QC>C ਝF EPC,DMVNWŰ6"υ1N `CWJ`r uNEl~-ަ/u͠7y( 1շUONu憓wjw]u'KS'eouU_=T^׆*!P{Ymɭ㇃d؊HzzT2p)8 L!s\:yd@پj ErA`qCy71b:3u-Y|^WrYꊎcbޠ3'4Wܪ&-?bO=9[4<\%gkf%j-O4wC'M'2I=$^ӭ\$ ;^+U` _X[GO=@Eo=;9G|Iǂz A^P 2S2#CSy{N9JIIQf{%"ؒ#j]ݧS T/[baiF@]Q  V%A$1Eց0N=L]I10I%`}L#&C y;Y0r߇УE-z}÷YV2ZMO NɣT*{)[Pݝ=^[(Nkt]ڡ;'ȷw|7E$dHDfC|H\8)S9(15UGRFT-w|OBWIg}Fn>%QSo_Ð_; 7yL{~bTҎ.GJmA%(\oUɛY/mwcwr񹟇]RuwktGkp:ԪԢSPjß44pl0۹Ą&$qQ`(3#Fnワd麮v:7Z[_DNѼ 5g+K/SrHbOs_sיU&KG=Զv }{,A3DO!CS91sď*"c;lQ=Ћ1C=UҀH*bQ4p)FCbZ* Q_c/H ~ |iЁ `'͈DDP׈"'~ʯE L D~ 8s秚tok{\7??j5oקb}7C< ÊdCWyƇm?'0'5 j8v@:1}|76"GQ]YH C+bH@[!WJkѥihU#"ίv~E})(z3Q vd7k;a|eڽ]isyKwQK!'UGeUs\yxz}8S*,I(ӫ?oit XO}_v@qOx:Fo̺M/GEzn'.ÿWq {O#hDcWS3۫XgSxDvO cm>]7ǖ'"ya,,,:TՙW`Ba&)?}#:A .ȹ 2`  @4%j]̀k1 H4"Avq*py'!^s䉟 %GuAp> }F%G[]AZ Y1,"8iJ +ƒ,1'\VJ x%r# p/`A} Li#@8 62 C ax\ }livX!a(%A2 N m0$,4[N _\" HȥaaBjQ5"Ѵ5y 8pX  lG[0g' hf,< axF+A$ l>hZ(Gɼ@k*Vvd}PWd-a7%I\@ebt+Muv}0Y ٥@MpNp]d 0],<69#$VV׹Տq]w,4 D1NJ9 YnL@4.TXRqu1X ]<.];"lY1ʿ o'ճp?ۄXV='8тxd~̫Y4q&@MsX?uSj} N‹.+5W^b<"\^*Ga]-tTrarfզAK]E}ϳ| O<ȫf[`_]я2*VSa?D8uʻtX#wq9t=rle=a֯h@@Nfpp\TDhI"U_9Ⱦf`UTCM&ElcQDϘho*qwBe%8Θ] u aБ@#PR]3yCRk>$Ŗ2gEaʳ45J[vn3p䗋T^yo]I^ե:e,4. eokdCqƢ>85P7y}rmrbSmuG~Msn䀀>'r`d*S?Ǫ4lZ_KKОɭ|xm n oڅ7 WՅ0>>#(%#ZoJCokbd˨ Ix >@Hn@q;e3찡&74Y=mrM??qQxr u:'y2S~4 (& ̐( _P|ޡ~rw[ϞGa79zn5r}3{Bۆsd$CRQjU6VSg%򼁜2#hAww'mb%9>^zaouI^y!~ꩪ>S L[}-_ ;=GV"VB޶rtӇar|L |Sw3*sw o8;pDM}-sCcjg/a*j01>뎼T~Z}ƫ.dBE.թWJF.RA2odKCWWANo;q|E=|%Q/گXDp14X݋7StzO] VFJRL#mx?kĈ (dd&G;Ckn:J +x~x”2Vx79V(YU-"eyQ'9ur Txt=Y@ӻe[VGf=(b'ʖ;EͅΤ ḥd wƿNR%FBx:+lX6glD}JOg]e.eמv^vo <խ41mpn\(o阵w^L.df"=߼pJ}Rb-ep^mUY'+k>WZW-2(l6˾҈\lq_/| ~6_,kV9ήجx=/ 債a*maFIv}r=լ絥(䮱~4,*;8ωa}YUt0Vt~WQ%ww$KGKV dggj=%7 Ӽ6sntVh/zM8+{'F8x˱gxn#5 *X\G޳y;6ζmbEO3Weue k.Q{zX5r^ӗ-kYϩ {|ѹoX-Z;~ZGW}VdcHMO^^Uұ89xo|F'qv85w}>"A@my-fƦU\d"GsQ| +֭қ 8E2dYg6Wjq{Ejz1/wcYjJϊC?r*Xxf{[&;z$i{|Mb̧[v[=S^6Վ۹#UsZ/_ m n%%ֲ?<\[sfL !ư.wWz7ƿgz04HO_w᜕Y5f+ ;xݦ0Ik&hU_\w-`ݲ^b? u,|Q3_\仕c7v EpR;b[;FL`%1c4v+NQ~3\h!\<dxiP!n;:UE SS~8j_,a SY^>5}1W?u; ?ON`qج6yť ߳[sFlFT_ A8 ?'~_/.גwd VZt_;ر~rg{;TbAs5D}6(Iw<7s%NDYu:_W2RyLZq崖iM&n}V`}Q4g,Ќ!`{6ǼN&.*<įƋ¤E8ݕʽ-PpT,Pd~ ̕C3سB& 8BPUdOΤe`?3>-6of?;>Q S񉥈{FsG%Y~i;j&/*%%*{Lc Ufa% jY 1 8e<D DXӼ\QZ[ckw}֎'S}LYo~xwͪ k<̋czd&~s'=B| $OW1WquE'U b.3z=T4!ӸBhcs:F9^#1E?U|Ζ)ד/!V_;hqzC&ڑo--q*:NƗs/$!㴅*6+Q뭸ܹlK1s y'9VT !#FӪTԪ%QRJJ%Q*YUyP~zϹ^G_uc{5s7\tC_ 1$2S'tt>&LP`\:-TR ](f$]Z+?p@sZ&g7Sdu)aH5͛)#Ku0S } ?nMn!9 :?`ed"mlgQ$B"k..@{9?<ҹ/Ca@iN9lt@' !ò{!o|Ё ߩo7n64s6>pHWєeb'Dކ~?O#$NÕr(PbӾW_iޖ3;ުs]sW p^ Ƒ~Q,BP9%$""\LzA &4ELCrzYʢ(o|Z Na#)ʿJ`/>/i> } 58PTSڽ1BI$%ᇶXnqFֺZJDBL(ZĴ]\]ߪ]K13e˙)1r,KKE-D"r[{z;zZ"{ }5U$O}s`JߟEV7vniҷ 󋹵/? ]kU'3,#-!aoௌ*eй2,"Rܽ 1IMƲiBWsj!*]Z-RT%j.쪔 ( e'/u(Mֿ~F]4g{ n_0}%PIv?Q]՟g}XH)Y#;mꊗna#\-+ nhБ3cCEde`E~覜g) @;4'(y>2B~D0%3[b"74x)qעϐmKTk$`m:z \&>{Qoqu[uJ٘D+[1W $*L6b!v>9T;"VsDGN@g"btOg_ ո [FU” DdZn;,~/ikduAL']yC`:4BQ 8@劓ԵZ8Gg%B(f>=/F&a K.W8_ .*w,"-)0x)bNHFXT*c:GSc:P^/l>]cu{l9TN6&}ÞH֙"dc1EeNsF[uU:?%d<\@&WWY|[i> "| 35oI-ñg8v8 *͇+Mfj3lWbQ_akraōr)2ޅqƱlޱR -\j]"1ܙsr38,5Ct'<- <^pj1"*D5BhK/t(36 {VXMD0hLjVC {W5d!`؋)]%+tׯs}/#I%\k@6a}rˎ 4<~Ӄquig4[9TxA)=FrxS~)vtS#eN+\ ]HN.wte"/ ΝsƇ6y8"3!t<@ ܔJzSFA#kޡhjeA{NWL)kxiY"Bd,_̳v9\%Mpόq{\_>Ѩ$BEf,zWS /CaU.奟j\1@.6+\~|y]dUPO؊K[TOg?هTPzIJ}2N&f{u4=}fI+%AwaԵD~z@j<R1D92l:#u0)X@YVMeB'EXg:tv ee: o!sr;˭}x@HB-`IJ{?%^3C,n%VY֟k$DM.UPl"W'PX|Js/yN] @oWs;7)  /,=d8~Z@S;U8yE<=DpG=DŽ+5F[zUTY7¾:ND~woTfFo@`f `1G(>I[?W$Fh$|+"?Vә8D̅au ڑ^a"H8tu79˴] ~ʗR1ZTUܝ45`=yw/r}hzr;&^<X }#')M^ "6Wlp:`fe@.ଊ5;YU _*M׿VLǃd]o3%{|.yߓey<*>btcǾ!}2Q>֑x=|>d:OF/:WCq:VylGOuhșrq]b@ ĺK;#|eDř^+3⡄#߰ɴiE?HBBP&\!ݨuqo"BRÜN6?qoGqrA}|9L ^yȲ;`Ao{xMsKGeöBhxiϡ,+Vӆ\cQS]usDVj]wI11 |`B+f F>gyʎF@%uHFٲ^^t:Nz\ QOqmw/{#K\4Y42߽eVGNщ^ՉR,T;le.b+mk}|J}م  s)ޙrp!-=aCnc}>l p̥Q8 KR5Ji9r:?[u}ϧ,; wnA1uNP?MZ85FѼ}TsiFi 7ʏ (PHޣ8Fp`HGhx(1 *$AJ Hyc'IU+'ܚ@sGXwrkA U/-v/;>VCV:֯p9KC7?|\;H6 P!xm,SӀD;/.[$btɜ$I=5_nG=.Ow -@B>ŒNzp⇤B"Gt#$1 h:gӫv*U֨G3hc-vujtWu6<=Ƀлw5YVzܯנ)u,i7e#p.L_`۔}pUxD ~z87TP, 8:qhpݘ4ԚALt<M=A'1Ht~_ڱ4,wr΄.pA۽2inl@EIPSmFo&NBww4h,Œ>/cxuu'TXDSUy4ԻP]([IJ@Б??v Cv\`X:ySr7Fd޶I'^-Z}=+őZ#V&,p\rvpHMmK ~(t3 '_8\΍d$CF!T1  C DdS"smǛ[؉Qmqͣ2@!7^OQ}ʫL+*9>uiCz0fC7A'NʌMzO+*m-Th~.j-uqe6;0!S!1ͬmCǘ@B {`3zG6>bkw]4V(L7$QkJ㙊R7ɩ[o]_#!s5ő2XC?sKwwxQLķECLPʁ'2Af‘YPp(1]hp&91$jW& 0e}(l1LWa],0];ȁy<;G@"SeMH2qdӦ"ȋ$PHEIؑ?ޟǯ6O]LOD)N׶O$i0FXL;4+^2vqGM6c~2C2Uy/rv3@qׂx:Y Wi KD,tz#MYĀsh WFV^Cu9чCٝ] 4\«}F>1§`"3(ꆯ}< eaj5:SSi:@CKW|3*>HC7MAs?`\t3x(t!r'`o1W6?|`Ѿs7xA!&4))xCҸ+"]s{2 WK0z4f.R$xz4LT@$'A0叾}|dRTڟvGRZڧzZhYnL7vÖi${CO\I9'Paͽ6[Xm )!; 7t.$"䄱$4/߼tK[@cHd>gӨ.Bz&r](0NFPTNE[anyZ5p^\Ѥ+G,6(&6;UvRG?uh(k9宽AF q;^mt6RqQKR7 IUA<Ӿ|n2~ ?-qiO͒dc*7b5'>0AW\ ><Ȏ~VIޒS!PX|̎ywW-"BUTS8bӋu\e@Vb,!Åo_EoA@ jo"NJ"PU;BLgb}RCIuf`ՇsąbB}a L SC6ό5lQtF *pXA|ovz禯9=)B7RcvE6@V3)uK("n8`ҘhUGWMdhw{ φ}8LDuc/yr.@}~oY2ʞ𘖋 I(?pSq nS~] u4r"ژEA\7&jN [1A  L_}BQ?tQ _n k6)k/߹xxg[D4_NRЩ5cĭl~]ӫiz.Uʟo#_^פB橿G;X&$$R-[uO{4;&f#Nzb2icr9=G5u^~/Hxyu}~3}ϭx38 R俘za[,}վY3p^&jcq+d\Cj\y Z4;NN۰m|U7@4+ZmJso"Bx P2 CaSV'8R?H5ep$fFZN> |%ԑ>x%!uBۢiÎZ9@ʰLu9PqGO>l5#ko@"fl c[$yRWJ$U?۩AIGg-UR-"+&u;ɣb8zr[Mi=D"- N<$FYE~j{xW`=2s =5c ~QejQXuM$v[QJ 7B- Tkj.mv;}e14Uăk}^\mKt'tKo -QСL@[JUNu?$F{,MjۋեNis̚2x6="}'3K=~}80@T;ޢwM:?C p:HOAxOkYK/!c DV|dy:?a⠭Q6oI/Jk%:S(ƛ<%8I 8^CcTP?xwy 17QXfh_*_iԴ-o lNKT6'mA.rv+K>o=HɩryZUfa.Kcyz1fy"6}pӝ9N9YKN7 F%F}-b0oy/gr]J$I@{gvtO}/N95^p@{lǸ>@$>/_o]=7>;WiiV'DbĽ jvĀgev^= Gk LL _d(€)('וm5FtE {Gq.v9ܩ'o[k0, .s\7P%iAdC:!8ƲЀ'.GE4`KZ˺zInS2M b}GNLN\b~m$PL i WKuu-AbTC>au` ;?Fʞ?#zxuwqu5lt-N #K}f~2ejdZG0+ɗ6[RfF }`tZn%ffhP͐޾%, WMrm(%?nmϵ .V-(PΊz1q2,MJ@MdJʎt d!-4yPQ'-U?(zDJP įy7?%E;JKZ<%a@b |qTc hv͂@z@X֋jDZxзdXV`NXm!tQ8w oվزNh>r/*QIT͉A: Ҷ qz1PgDJTlªcSdTd;tR)Zo8 sN&"\; )!`y)XdžPZlNVC~i4g4!i h~oGtu¬H,g:7uEԳvZy~5UsMڗ+yP U2{DydD4:䊄? w 9O@?mkKС߇c;\ `YT̨ z`# @2yJvv}NBӫumZ <QdǸnlw3Rs:wY/sZ{:Os['ic57mO;Myup٬F.'! 8; :Hes  ֨S/"]bqB`y]fTLO jbKGHr'e msqA҃! ȍrߦG\S)*r(tg "1I@0D;.X"ԧ7*ޗALk;SHp ݭG a[F9*4~%_BYդh{1מ30Ф[ݟKMֆ΃cY]̳ϱX](3mTy6OlU`W7D>=Y \Q{`A_hK/.{=}]X(KR+|@NIfo6ĘAr)\<  WG[ M('qG +TP/JT`?MdS4 !cVR"0?5{2ڲ0$57w ߬VrYYԑK)WJTȈ-a fǗ4@7FC2,c^ (.85qssI]݇G0*u 2 }Ʉh:XW*茯5e: ۏC~ugKgw ~wvxQy1їhQ!l;'Frc) y hӞ'b T)F$Ϲ-%Mb 28 !SNfE b(FȤlF@Dd4{UΪF(^wu%a@Mr1*4Q~xO V|fDz hϩpcK -X)(Lׯت'F.S f[>cyc=8W4/@oC"P yDhBe[/[VT?.j{@sDU1o%l1pgTGV])w$ٵǔl' eHbr1n< N\Y qFe)2b`y1'S-P1:U`6wىK d%)7Yvk\c'gR{%G(]Ӱlғ/a@g`r0 XP0\*Mj5~VUǫܝŶd h֡v6. IIV%)<2N{YjsˉK]/OG%"oO\zn/'pw:xnm(܈;rӖ5|p\ Q?VO Td]ƋT}- %;3[k(jؤ"&IvN,IO^=ՇtsN ,חr>cDz )7[CO21j#lC<ݗS'7iHQpyF?.aH܇}>O6_ɏSyJd/Il%w|S$rwMoPp0)Ob}o4:I^dFbu|x]>%խ]g\zLa=r0E!ﺟ3y.f6 >9q[vJiFl ;-6"s83>y,6r\j[(KKaHsvd#x}Ջ}h/:|FEtܚ9YF+W*4ODOa0@ YSOk}k^GPuǯE=R$ E63+hI 49#=@+BjeJ5]_$\c&Jr+80ߎH?őxfF>*?%IkRU"ϗ>ib10`I= wP"2qCQORa5V *ё$44L٥ .cJU^\\S"~l"<8n{n*ACf`#ZIcEmY1j\2j6%J+UUή2v"J%(e"@D@绉P~69i aI"4c­o[щBoWTc(*t?)Z"e1O N9ҰM\gh2>v~YG{QCV!DO3ms?r;W]E0N_b!͜P;_8$/zun]z |,ǫV{[+Α@ H2]j&C.O1KFDx>/Â^vg㣽3Rw0x 8UŃR8qt;g98AG70Tܣ2 /S=Aem06ی&g"/G70r3yZi*J8Dz /L_]huVRq72Ww#7ϡ{/[8,TW 'Л1{PeoۙylVwҿ`#p1D@:P3')_# Rro_O~U2~ip8l&pjt!Ii \ Ni̗܌[ﱞvCKkѧδÁy" i~6=C{~ $F!H!;/yaFYBVF ]X[YYCe{P⚻9|>v{lEpW 6`b?U_\3d1e7UIV3o``?&kFQMINm SÀnHzBA bVh$C5kś@0i?ֳ3TU-ۯw_;o ")'s##Hx\#,[=Z]CPsЈmnÂ3Q% (=Á#UuZ& ;Xw8"|3|S 08-qh~^>x߈BVѾ# [▤8VN{.QDL w?\e3vu.(BΪIFD@n ,5#!"wQqD/?{d "*,cʄNdvEZ|Cѯ܏e(:Y~Ap}GT%fdLҡ$ئCcWܚ?_UơDQ°._A <# KdΫGgn}Z45[x9p}'kdg R$pHS`답.?"|jyďo,s]3I%S6Ɇ~={0gwEFߘޝ;]cpi{֟>Ϣf=;Hmg;D>;, ]rnxdI/{̓Ӌ1g(,( @S^8"$6I]\0yZ+7&H@G-6Lpʯsyh(k瑲c<7( _vx~ĸxA!C>Ny.Gs\VMor_^'0Zk*V"*j ^0=&A~g:ž]t=t78eKOUup9H'T ?7dܟ MHř>jC׾iF3Mp TX*re.2}yqkn7VU 7Јf&A@^ e P=RwFޘQ[薯oao3Ae&Cr Q)^o0fã'#y _`z-  li8Zͺ3g G^= J +Ë #FNk/=nFӫq* ={zU}(8Q&`}~K 7wjw~?gV1ê&8,K~B`v\ǴDG9NuoMkq kL[8Fj#2b6sVQ_`oZxCQ>__ف^t\3u [h}.qX2*i4]adw zV;bܡ͔'{mzq3g~+} .75\]W N{|lI%(͏o(R"#RQ^p}V8/vۑ4I(Mm{~v{*qN"q &^He"KUm5$a\g|{2u oo.n!x}Ab29KXB"$2~_$T$(bΤ;Hv0c:R=4ň:E &p 58[qm:vl+avMThT!m֗_Zq<8A(%jwmuX:o wuVj_u'o1:ucz:  :9^h:뷏6z9}^ ?>ɒϫF3:ý{]o#aµ*J@Rb"E j̐yR)\nOP>S7i~ ^JW{-{ ZRxzળ|?R* Qv.dq%tm*UDlLk\ d=T^CΤb; k!:%T={?) u qːUO.?X>CsAAh}\GpnA`]Y |[ _aE[v4녃w[ c::v z?o=^HSӳSβ4gF'=(ś<@6gUkv3$:o>磩m4;q $|񒼗p7i3xnO=^/aA0zxP\j&jrȼbCM:yפ}g24Jt3 DO76A]Tr46aTGO8L=58&}-O' DኒRbq] ui`eXiadSS3Sh mM9dXXv!c A9:2LY4@)1>ZuI:t @,MqOպ޻@/%?`/ǰ5/r{X;A0\-.]pk-T&?8Ds鸋Cq ֣]8Ͳ5K\zE(-h' ϭ2V蘹m=V7T+$PsdGJPw_z<{m\=u>y +w~N%,`"lVVVNY4UZu|B1@l3R٨'>F-x)&[:3L~,3Q}YZ3'p&bm,~!1X a#*:_ b|Γ#D0!#tvld9<4dVdњRDt3F"x!GJ` hz9**ܬ'KJYO+E+, gthO¬u8+UqY}_qWU3߹sus\PbA5qRFC'^g;>3J-ޟ4V#uonZ^}߸$"&-ehh?4ZM.8CPgb3tttttts\qvW`@Pxq{{bgJ} KUar<)@ȡ2BE:^!3Gb@*7ÍW1(yL3@7Gdۥzԗoﯬqqqqqqqn`>3A kdCq;)r+m7WOwcN3@u0/eTe=Uc`)fҽ*zdZOrcǾ>WY{z yzƣpP-|a :0RE+d3Yk102xrʪ'X WAPMn[ku_st8:Cnatt(H0Œ 8q*hhhhhhhhhh_hhhhhhhhhhhhhhhhWfYD">QmT` 0.K.GC;*=kw;Ji6:N̮K061HBpO~UI b*1dcDep@..7I/0>>>>>=^>>>>>>>>>>>>>>>>>>=><\Wġ~R$ ٝۀb3DanBp a@J 4 K 3Z+>+=+jKz#wNzl?0*Yb@Mn>H+OYH.FNו 9/dɳzKL p*v9O_[.^< K=7%ɸG{m,#2w12rzaJ=b&tӧN:tӧN:tӫ'N:uӼxf~;OcjBT$0 JCw*Z2OS!\^5>66m^n.Va?vچ8[Q'AV$'īNP!833%>|ϟ>{iϟI>}9gϟ> C nP,v竧83<(˓3 1nX1j/8~;{g-8{<Ѧ/f>~z)YL$1HM&L2dɒfL2dɞ^ _|Br$S*|_yF$H4hѣF4hѣF95B1 oA#MҤEO$CaN<?uWK㢝~krW&_4Z ҳ%%}[e=zNKw>{9 O"D M rro2ddeTeeP]h(`҈Xu@!)jf|].qKN0w7hi2OU^c1Dx_wB͊=jf5JHqNNZOy!U8˹|ē)hEEU}0RT0'j"SP;K@{C(_~N Giݔtqx?7;Vo՛H,ٱ{xO)q0' v^vNŽ'G!_}=龇Dp:p0~wsiOĠHTbW8t(*:Ybw[얨;mlxꌤq YvvNwsaKB3oS1ܧDѭuxރ#E'#jc?s\H͝)JCj<8o; = Z`#"?Og ]|ތd Y.h'@ +,#DF#xH'rXd!ZGxGwjb;؃4mq/AƥуJ:o^b7>Gm}RyD˛WkI3z%ш S w;d4ЁH@c?7 bY$ 11 sJ)äCYD3*;Cɦ_sZ (lzQkj]'h"^C0m{)Cm5>;@}KQLD"^c -ّt;~kNHer#\2 d|px? VH2Qه%Uygq:ES2=Vj*?$پ=2Ҥv?%11~[Jgt`ӿ??W(7SjV`"!#U=c)TYg7ҹUE218~/;*4](Էmxd5cnx@Y VZ JN7\@l|JtH9~+1UHmXožThIO8@ʶL2κHue/'t=WCTf/r$o@晻e#Wq7UL3֬$ޫA`GbU7s!f~[`|l sPO0sU3{jV@ۜK!U$J~T }A(.AiH c1;gA|‚4T <#q?"q;rWyjJ|&>T}[kB8f#zWAF`b@~Sy3@n4i5HD0x$KQ#O|C]1_龚$`@pPxZp4L,쵁`ArJTy:oW!tv{Ua^@$buBFc|];t+, LQ"]|N#KYt˕{(B.rQx_;4Gi15(gse'6@vT~k)*]#dxZ]TlPf"D{]y4|le*3-F^gN~7[{99 5pb Aaw^n&sR(Q—N~RlmTjY&d_GHԠ$3qswlX=V=EJ~.~. ҽƪ냦N[?I z8|j9]x,|v;Xxd:B%^;P2L/B{q=ZcQ¼zODHϗY1fܽ~6*t?h x!#訠ܝW:0ԇǩq}6+e.븪!:ؤKTbʀy8>*4'sM{R۲?Vc}jֻữIs}ϓ.sa%!TQЗ|rt;,߻N{0c u^osZ"t p|A|p(~<_l!pr vu;eoﰛ",r=Cd/$GߔmiOp_N!T?ZŬQ~#(pe/ Bg,i@(ƯfuLz꟨ڭL]*eOHG5x1/@gDIGh1Q)C̕O/Ykwyߣt ;>߽?q>!C} @>?ELʄ~Z񷞽DKҔKOsvg>cCh,妷Ll QHWt9ݎ?%lE.8.y䵌8#FeyQI8T鷴6k;)vUU]1`y;GpD,d1)xǞtlrÆ1IP׬;.Miwwzq$Gm}g KnHu꾗xz'WoYlb<'4>qAԐ'Ug/㮽QJ% O;khDSm.UU][bzA1_],ll;I-Hhl0Vl͡ҎEpt [z3uo_2|SA}R CC> _ 튥RTK(@d0x^1|(K5I'yPFPj!/ 4frR2S>k+|[=gCi?C>;·ttD} j IEAFA#FT5:z1<߼/AN1 pFt~{uu~26hd).r,V'Blj;3RBuZ{_k>}=cXLV*),TuT6 QN*5gk2hjjju\U $F+gkw/]Og<,{luD4*j^HxG/ܑB^^l~0 jڮ+֌T;'zj6S-(7w~6kMɪ`Kƺ(Ĵ0@MGQ8l<{QC;m߰Xൔnw'M{ռؚz30dPmctŁBwr5!3|jG*xfwVY_.Wdy 82"J> N"VnPBoҿthi`$O( pAp5 8f%}9ư̫ԭ%2h+3q$]~7d7ߕ`=/^>nN ȇB&uCׇKb]s("~~r ?6u*_+fnX׼Jri ?d :n-@>ح%M߁bِe$ sNN^WGfw9N8W!ɯM۸#pq$uG] h Ht8C ^a$<</'|fCTεWTd%.Vs1}<İA!@AiΘjTQ^ -wMs>7<a)Def |0=̂uUr/UJeOcYpyJ-@W!! `:tm!E`PPC3TaCXw7*TY}o9 o|.!z!G-D0ɵlQxy '1!=7u9XTϡ].[ el5*yHe%GXA$8&lJ]fX~˄w qAnȋTB U Z` r<Ĩƻcwqq1[cU Ģa._޸Ŭׁ/{ɣ@e] rʝ qb5q!!\`;N(B&ܺ‚Wb:v`Ѩyʑ"UwɊ—ow?-9[shuz% к^[ʞ?{<~<޳+N:+V|D-rS-ɍ]qid@q(mWNI; sGYwE ,ABD͢<Ƨ(@݊Cmp8 ^.pl`V42 L+ RbZ >#ÖTCAx$>y.Ӷ At\XݸyUԤ_>ha<͕SL~RdŤWIk-d]fnX:>gk~ϱA&=X0Z&8V+rA(-T8`N =ү03}E@A$CMkx&[ Y|[5I7qZze(8 a#+/Wx[Nqp2ʏn!ta̙e /vQTQ\K *sۂM@)⮅9L}M4@,qm2JFy8nBpa˦dV 1ebi g͉w]uSR@zU+hϬj[QF@P((B(d8SR?z<_޳i? qm!Xhꛉ;vw7 8B 3`4E>3BaS qw FA )e`$(BP+ g.4^uc6Uw >*ϙѰRu|QژQ/=K`qP3h[pc?OP%8xH|40/@s0q FS4s_KUw*z*}Cd:EJ!">Y `GW,."7 \\="Œp"p{yk<2gK_a)?~¾3"[+nњ'(8E+}gotk'z"tqaߥ"@/IQZZK2m`\o7N& o 6Ie`c&@W=fW^mcP4T2c|(KtQuU~cRo^ahk\Vx >C'HT~)erd\s}-[>ZJ)5թKB58r!<=f8fN2^|A`!{j?Țj Z1cC@Xqcmw*b]oǧiar.v,ݞxhMe*'?`ܬ tzvMxV2 &+j vOimD F ऀ ؼB$2홅g}QSXBdj Q.KY|k~#i iLl,^/2ef23_욹p͜*XeZ]Z22HBu;Nľ|f31e~٤ `Z.>Ŭ2 cYFvurʦ}?WN$=)kkpRǎZdvZ.TW1AOE+X?Sޮ8yd:Ȓ?&>zK~uFSB'f&pYnb6e}3]uR+UT@lbKS_SkK(+)SUxsmg#AQCBh9{_7e^A1C7`rY,E)PAN<ffZ7"x\c9`71J 2@Bgkݽ-$XLӑy7gKA %}vNsfMx~$E«Y\ଔ6'xX( P8 BnU*_j"?J\RƝMq ʂ!PL&_Luٜzg y9dJj@iB*Ż/!Z!I}Yqϫ'cf]f,q<}RvOezކ=OUg1 )()QClF,*Tn8*pd*Jiw~5Hg,,l"* qP8$Vs)B.-ljoOaLMԿY=^΢,N _w4vVr&U!ԏUc&$DTE=DIx2q 5^B}IhZD Nɦ=&1"N m8389ЭV. L@,B>ڃGs46~xq R?Q{>%;oͯz ߕ]7?#?5hD ":k\x$bV.RN g1 m^wwdQMmSU՟Ę"Ei@3Ez Tv{/.`O_SuTEc/v ؗs|[t٥K&0PQ=& _P=hcͪ_WI)2]ׅPIʕ^"Md ;E_;>@Bm.; #~ ǒe0yBo*SﳼـzuHgo`†0s᳦:2q_Mn߽WsqTĠ E.oO$<;>.Go~n SųfE-jeaIO_Z\lX[CY,[PFSuc\9-QKOH 3'W1aH ISQ" nG$(8aJnwN )ݭ (p 1W?0 *HN[NrZ$Ía\qȕ*_i}Yhz KxsQT+OKP$#؟ Py~R#h#tՉsrR7zQc6݁X8ϦZww'~xi {t/`vxn!O8AKYw7x'mO^~w`i ͱ`87߿^zkF m" n.RqcYjHIY>P4 vE2|0< ?M+hT<1qjܚ= ^A#${?.q桢։m ;Le{,v?#s[T.P3je@L@AP1"}o/vȈyob>v-ۭk_?y! gġ$eC0NhNSm$2@ a:u* !I0e0ag9Z4~2}m~^O²xip]}k$Sr=g ~YGiǨ”}Us1\/}^JG ?,rcsq-}t0pDNtOwmGߛ#`*+5}'zkחntjʕW~]]mKiTW0q$V1?c {%(nֶZhūkťQ!wcvq$MbّJYEvIEmpYx +*U1U(¡î hN[^x駶>_sK_վqC@YUHD66aAmu!z@rl)DR=g_&cJOq=XKw͉zQ$FVzxyNjQ=o_UbTO^åd.I ௼|` uYULMV{ *$Nc AJ,/s 'dVv]5^QBݥX큱O?{G_zAtԇqPiԓh>ZIZ `>W}.#VwO{{ 'Mɛu Up/K_O9\"d?܎K9 sE(TP4mc `'Q> ~2yFdD/"EY AZ,LJJ=9 9*uqmH[p;fbc*J(R4=k?D ]O7 봆t@'&!M0FP L\fe8x|C뷳HNBm=[7V䷖LF]O94_CF= a`?އmxȝ[dQk)1gc*8eA/etks F$N#!- Vޯֽe+|#Cd݊'^6XoKPoLDCp/~67> wJБ$th}ĘL׋(hb']6n^N#RxQ;.;a _>gUHJl+q|x~_^4{shT]\IjD&z6-u|{V.EJtW@:2> F$8@%x)+9Y 8%og3e0&Pgfo㇬-?3v4+G"ߑE0@RTFf(:Bwa,P 첯yΘT,⑳:oΘvߧBհ8J L1[|N(SDl.UŬNr`@;bA 8N3E$3 p2i ,Q t\taIcD?lnCmv,^TB} vDy?}Ku *9q 9(򂏳6\)_i.\{?za^%$X͕x-qgk5K7jHĒSܑٛ13r3ƿŗ7P־,KʷفX䥐`^U*k#;\5a if7wIlHf{~?Pv yW6?P7$@۝a *"yJ Rs']ӁBA0DSֆ ƀw|_*drW1Udnz6}<61@#qtaRf:z y O bYSS  _+j7UxS t託M+^ӣ:G+/zK-ir>W 'NWq絊"4Hv[W r^UHϷCkUHqb\kcא H(mjmΦ膈xlD;Aѫ/IѾu [ӬN'{ !+85h!V@Svb1V}\x(-mLt"ذ`a` {O%V퐭I9:nu=w~p`-Qt)**T'502ݝE7F|aGM(Z/{Ǒ 7HjOp=y/F`:Y꬯< ;GG璉^msᛎIBUB('[SY^Kiq^ɨ+}樅y$ӫi;]N}40PnK22Q?(3rέ$7œ TnM Y II:}exnpΥ,nFFm& %-}SOmϊ&}џ?0DQyxbT˞hxkMCē4XZ$AONaŶ8aK#:q*ӈ#]4/)icӰ>BJ'p(ȄYqU 0W\j4ϯdC7:9RXs'6pM&H+UWZkS]aZ h-ӛ>#uZ?|_\MP4@zFn}1T}c{s%8<W)(dM7!ĜMJf*KuoE˟e/;mA4K mnD9JS!%{(s$>iG-ߤw5%[+3N8+Q,W;3w)2s͸1fduR&R0hҩ Cho?6YP|4x|Tv!M)pWp!/e(18bIwJߩB=4G±`0Lhjb@'wNnN/  }'n#x\vjv|P'vnQxZ"zs6j|D'ȗy2±>ZZOUT_*,-ItmINeTP!w!uh&Q< |}kcG;jiъ@I eX^(8z "EˆΒU_\GD]U3%,#+'u;upXJ՘e\ZpٵqhD?h.=&LAM _z;KTĤ0%}T눃pg]r:#%u v_㻣'+ e,k63TXB^Feee!"CU+7?!5L~uM{jV5=)zdA[=%͒Ogǝ} F﮼le^Hź5`b C yNރC|l,Wr`ZIs[1<6orӎK6y $5άm=P^SLpF<v抨۹kNB@mv! |qm8'mPDىA228)\7SC9zA(cP ^$%. a]=Np'\QEnFGI jhȃo[V} .~>:FfrTJ{CWgsLGh3wf"bl! aumG.j+i{ԫ[k}ɕu|2NW|e0JV6ul B%a",uaR ҹy]V9 nypE i^Cxu; nCܿzU8Ph+2%1Hf.6A&McuZ2e(ؚ'ϩ? 65/h]ذыVKpTa*Bslh=UM_yͽ }xgk\P[saM<&tZE>⭭Zo+yjp=hp&=\Q:A['>f64Aj?B M՘bVmDZ<$_JnT+$O..;:_],rM:.՚Tum ކfRlC{җݼ'-pҀkwf=X26|6rg(~/^ φ{'COFu vWX̠_ơ, nCi@{ oI|.cǫ  Ҿb;7ӱ>B0YT+0%!*G6#^;"@_s_pʸ,5fCytS*X*[x@qHbق^Jo= Շ&EcȌsGU4о4)B}Z گC%%Jޢ.gfF[- [H8ݬpќehf-N$=`M"$[Bdl)*&JG}jLqZCnF{]2MZm`%S]uHLjUFC3o% haqsdixA:㥿."@:&]]e(aBdV$^Y&i=z23)hqxL|1H<*@Yl`{yZ1\;ݖ:M\؅6華P89 VS1v^^ڨfnS8@{_]Ie  h*6/ L $ 1B@ZK@5|;S2';sO6ZγLY0r&B=!oao{~OipPT!inPhOwLd{tPτ7ΞC*?jd 5܀0ܳ*!RT"/mոӯ=đ U&HJPywjB$O z~Pn6*g@ ıyCYVɎ\Q+!2cU;>鴬m;3_& 7kd8E0vN"4 %93tvj\$q< oc?*#@6n-Z @FU{EF:05"@}}כyO}f<5YE*׮`9 +7.77E`=44D&;j4҃2j9p*w ^1JIl'Z|&ja=A/*Zµ}SBbTDo75ppszc}ĜK{Wy7Othq7v̿3aBb'ց]F`sQAwzlP@hA` YjZĉhOX=h}fF ?\ʼa7:OB)6)yFkϸ,|yS6?D- z_)vQUMC%P#Apϰa';nͱ+fẶVo!)l H.y#KWvmOQ݆8k.,+&ZJuސ5Ֆx 'dH^l"Ⱥߨ?Ht]3f&>{_< 3^DSu$XJ:膂 ϩRՏ oD %ꓙ~or2pFC3lrQp8_ՖozRB_w9j)_z5.X$Ą/kRܭC k Iir=ţR£4aޖ{vJ Њ@}zXÒ3QbjTu*v -x$aZ)svzүbŴ,;&,F2E*zͽ5n["X~a^UG;0 h6b;L|_vm4M?+Azga,6q,@#IYG\(LfgAۉ]{ٕƭγSa-rk$oгb5ڹ tYe$3fx05PZcPPZGUJI%~wBf5{?, ()9ZO*&_y݉X$s'Uj9S`Qf 97j ""q(SfC'MLů$ro/Z(orU[hj~PVC*|gŪl:M%t%g(U;|Ƴ {;bugU97'ehvys|IMT )B{;oNzz[$ K<*?iT:9 [Kp%s᳌)<)єS0@T/#>TT>i`a'72QTKRiA a/Ζf"8%m: t~f3{XU|_A f[H01ǻ s "l/*=,Jch99CQS'6(kA&Clyѹ*IJu,nEn,(NX, £{Y<:;ݧ6X]8^1Su,3uKFLXd$pZCjÔ.c H?6KxǢ݉"g~rN:2_@fk1$2qI Cm|a kUb]{?׹{$ Q@{b&)"G7pzIqrN@$c_RE1^e5pRK =w 21[b@P+֚-!2ЍW:sU(،C\\{gdDRD_Ķwʃgz;jXVdg!ع: ޷`$@%^vT@c "XdNZvoԂt3G FjNxK;==R~{Q Ὣ5b?Y~W-{bZe4!Hp}s^t7Ÿ"CFc#07g& ?>tPܙ?$5֓$G8}q?50 R0^k\$ȝUSR'?ɚc(WaRQ̍ܰӘq:b '._*RJxVLxu@v@|D+P%ZI ZrǪ9" |Gf[Tq%ݟ x 5<0ZT;b/RLYۻbK|4m o n%0.^a<:SD& 4&%0fAQ}n#%Z#ǽÙzXﳏﶀxg4#pqw}*JEkl9}~p-;0 VO,3Oh}^.tb*/Vo/?zL\'gY?; ->9_u4ĪΤmi|[poWN$UAIr9h?xÈ~3OQ7F865ZzX1;8& \O\b#qmv&PWv[ݶ!'M.I߿`<eTzd@ãGV7>eO?ɚ&VL"%^51m?.E]3rIs޾I[NehPjz ӤxeBC 'FR bÏrߪz<L\牾Ha|^Nد3*KW#+V 80V~WT1bE]b87}@xQy׭x4v%VvLEAA֦_iCIo }# ϋi}Ne W[ޡEy[ם[E=n"&NL4C?՘@]Dh uϧzeiiFkV1Qi5Sm:Q#AH?tr$7nj 7YkZvUW\Ayг1(]CB0$mM{۫s#Nfv:\2h:?B!C%_-06߫UQn&ixz'%س$0. #>sٷ@[~G/i".i^q$(2X6 kg$V+߽sp06e"WS>(lMk!ZXBg8t})~е3yܓ[>y|}48 3-F|u2%ŦD4ݖ3Qu^L߸*['Zb?`GcaiH&laT@MFى=f@Sws~l j!@srL_Ox$Ъy,!؈ -C|0P 7W {}`+׹9vw}/\Cy.Un[a6NX\`&+ 2b}5n;c3sLȢ&ᾃ; ~wP$νhˊ0,7ͨI^궷K}{]oF PezW:@_ 46|GL?̑NXKWE|3-i@q?Y_O"B ͆ԡc wt},~"}o>mu#LNN:;ba"P*Idwgy,6[HZq8;F;)B$֫fBZDҰ#KJв%,QKqeF5[ V=o(;8U FTjfw_AK^Me/ZgEo+EE҂ΖcB+c1rWN)&e5QW[hq˕JDE(. J|pƋJs*; q EcLG8;-ן d,+خ9 mlXpP|c0];x0qz|`%Udd?Y{4I;KORkf :׃{FYq ~nOӴB[^D *nǼ 5T Iəg|845-148Hb56:owX*4Tf_w4M/}$<rmP*4}lsjbi0}B7rRm$;Ș,g`Ti!&q{8:w\anF %|kHNS :y M3M**KI"[ݚzCfm]ϙ~$<' f 0f\VG W_[3G½4qh]oL<+ HT_U~{36͵EC%-,)BU[] L @rWg-:qBnfWvT7F"+hDO è*_bŅx$m" #aFpmoɠk0ꂟ PѲeE #2eiJZbd`c>"U"ΎAu4-8_(҇^|*F F3$Ӟ󫡨Yaay,!t~cPM4d7B]h?a]O5'sT0]ޅkT-=1p\~c/o.6.iNDE$9c'|=~7b`)aVy;L >S3Ɛ*AVb?hȇJ?c}tyk*x$WY,MJq 5 Εy+"tJް#y pGh-ak:%c1 K&.59Bmy;oOB(pãԠVZn&VUWĽ)x糃T-e/I=mFzͤAzl5lD6K k=!_F$IslL| n>.&e8;p%G E[J˘k { |a̹ɉ0}0(B#r%hi=%Rϵ0I>_ l^ά0J]>ѱSK?6B6fYUq"9)9~x1`_L23^\YG]qg6W2yB#芣)/K&Bw#8HF)15$YK r%AC1.:687usƜQ]Q{w&Z*G\Ӥ{ iZhKUzU9Kbƌ-N&ě(Cn7(Odfs+A_[KpK kPP͎kLK.`a9Oi/B!9X77FbZ$> mpKW(NMgx/P.;>*; Ty)|N2&| n@LAN$7uWy$k3/b|pj*IB1*5߁Vb 2 z) 3SGS6';P" Lo7JSСXяs7qZAycQ}sX;)A=y9 wK#>6&fۖ[~|BĶMfƁ떖A=Uo:zjxŜv˶5.@# {^^RFK z?%pb Xڤ_AbeET{nzh ;iK듍d PD27g#YdUR ٣W^"Nnv0s0x9=CbmG^ܾKTv&^=,|&YV "{3*{ x) 4W>X"+wH# fF, n`I&~rG7iݵz`w1B^Q%[:j +f7A̗)Y54l#2=?R1QBzXvOg->+u Dx"wk<:l,VpQr JTl#{-(T!m"\G4 ծD}xAU+B?uЗv"MQ!fɝs~)s)Dp ˈ7 _NC M`/YIhU1Roy0y" ,\cAZdPRJv MtB);aQB)( zhY}nj}iqMy~}mxhOHԱOjZv(֐Mݍ7-jh|XklCLaQ$xW¿S̛!V!+FAY4 /dZ*}񔻓ը\svUȖC%_nRKWlUI9WIo!zGew5L̯|PFo>N9 ZL(@Fl^^=iR+=}VeZIK !IJ ^=Ì7ғi#́}BA"NG%lK{80:jCی:iÇ6ךO?u;.@zI Vi:(7xm`%uy`]=p)n'^̏Uk5զG<%v%l) E]Z+o%F뉍hdѝF3R@ohUD4D!=TaG#1S)Gr‚>ECN/|1n iM73+ZHTy@ HH,:t fcV=f}ae0Wg</ϿM' m zKց:/ou2:xg7`Tc[F鵀l63>^"nFVnLs5 2<`UGOz^q {'/>lBWqFԹ7=(ӻ:otVWv> b~3 5TÌ0M`ܽ3#-RNjf]le|-(DG't[=ɡUQBT?j Jios+VLL^ʀwFc!G-~.%qi 8әCԁ*;R¼kKA#nX 6m)9z[||}·~<aó3DE IRD4xLCAO9@<g _я sZUϦ 8[͗y29шzyy1IHug1Rw5:zq-(%xCL^W&\Oۺ111eq$YFJ $d̓F:/e'~JͳF4rd\*5`z <~5;xx | q9?٪ ػ5(DW.Ch5)Z9T-RC/ ax@v?tiM;.7ukIۃ=&叓-q9̓&Gαs?D/z" sT'A7鼧 o8Jsv_!;CIy\L.Hڭ3/^]ͫaF[&] 9Ŝ- P!֕^B$[G>`!GO=R>ܯŋfe>wsEj)rn: 5oR0[a/Ā0jm13L7J 4w^bz v~Pn?lA7&bz-W~cN6sZ̎\e yD`o+ib4I8ޏxS>Kӝ,aN)O$\3򱙈 8Ce֕OJɠZuZrwitrJq~xa"J0053vV*Np=ÈuZҶ;|yV ,ێp[Z@;pF%Y=,LH!:Gi` Ӏ+c}D,;sʞСO PaPb&2Nv+m! <7_ξjݎva3"g{ߌ_e|>DmYXXl$#H<3"Υ@E"UiCrj;~gC9L6ϕgww9L /Pıܘu=Ў#5+ݝ6q{Σ *2sR8ƔLõ8癄Qb')>$f=[+tG>>Q**S,ȴ\_, K2$Bk@& rC0 .#kRX~L״#$O|3K} Y]{D ]^lWn:.tˆlY &+ӵ3jkj~EN.cYF$v7\ m;5akrqRX: ˸#2|ʆ|PhF0)ѨlF.҈绣.P4UZBqǩʵ\pca`\T!| dgʰ=(9qfv%$]).)ȅeRRBc7$DAg spl}>|IW0$O ̕./ݵfZ\ڥjpBǁmy#8H{ ^jPh#7%GU>*UM.FZ\no[ >\I6q2*PJw+^8Wd+ vRI{&fXvc3"kq@m .ʜEӂ ,Kxk `fV:X<\k+Zc_)'$JqOJ :3@#k"S30lCr n3;H'} m?{)\mt4?3:[>/jܶV1R#5.ȫ~`!HP{\!|`pU۪bG";%X\JX'=EL$+F.P7KpCIANAu,6 8,REZ#qw;M<Р!*a`& 3.y HHunܨ 2i_Ջ" <@M|zr`xIIAL3\dﬖ9xЪN4b sہi4pm7}6g!pp?L11˘q_Իqeknzr?>S3jxU3/H`|u9<`>6_cLJѝ(pnAChc ?VI)="SgA5[!_85n)"3 buěʤLnk(VB+A9fM6wrʣO&rqOÌ/^,%V$ƙ(A$p_\8'kg>>h~D8Θ]hSŴFm6L==䪰Rv  g4 !PeZG"AE&(ވxFmyKy;{B<${Nؒk9xF+TNr@jUHUWHmqxs/)IT<q^ӳv"*ppzĈ߆J/յ2 :>uY5n4RMjؠ.gECFkd!@}miwG~T/5x@c| 98 rgܒwPvhn"6lsa4NɐK B{P@iCvW"yl!go lYL/wQ?ԠW@oO 1LF/@QnQO %",0ZJo=Vd.44$<Q0:24+/*~pڏ)_ʩ,_2 &@9i~]qr(?^!0 -t}|زiuG {=K z!.W@;:pY }k__u^~ ;g[\o8q\.x n%+yYvr9mIMvDc:unw˵>҃ Є+04V&p^U J(qfHɮ6!o̥t?VQXgM'N.B9߰WsSN{?Hl<_Y{B7 8$:fCȒrSdJ.db_Z/{8SwT+_S"pd6K%(P5Ϯ Tcw$td[iQsI>.VK?kY\+P^\:hÀ2k"儕a]HU)JQ#w B?'8opwO@f8ܾ/(e-]B:A*ohW>HchڱreUXYlɄ#0ZE)="\O:S%,RD|q0}1J| \Lh2%& H7NSJvO)tc~c%,SeL[EWb֝"D6=>\%}y3šj;ƅBA`§W="fB/ 5ztH\y n)]٥&&5vaJ r+`?uq^BAY^ <5M=Aq+thౝ_Q(E` q<W B#b hCB"W{jRnߑJpoH1yROivR.f-N?rȇ#혩=owsjW/f%mf{ (M,q;KИtk鄊^P#ũZ ʽvpm iX*4\ a+#n7(FAf=,r;PE#\$AY91>%Q*.!J}۪6ջ+OkƪW*WlqO|3: i_0Ykc$R %j[$s&Ah]ۯ$s[MO!^'spUᾷPv,K_ac.^_4BF_l'/ձS׋LH򶔓") iвGP[b^\s0^u}'DLQ~CZ ŐRPU0"| e4fwy-0ێQя_5ξ yK|PFasM'D]ml̈́Vx(ܵjϳy@N9~*[\-ۖ~YA}LHι2B>a;ŎOʭ>zwA/wAK5,֗xSɃ$(\6'YBY 0ZϒpȇRؔx*`iɌqF7Ӹl2kfliWmB^OjHx=}mS!h.sZ?eeJcl@vQM-y퀚=%Sx=pφlJ}AAQk7`Vk[(>* @qs-fҥItġc#~,e"A.=Q9ʮHʻ:'{I^$> ᴫY vзkؽ^î{pQDfKl}z"%я6ea!]> v`utE}3P1VvQVyoJ%ȪsҶ4e8hJ6OR.De؅c1]E*KxK!2,L V 9C( Hn;dsO/ЌZF_:ܿJ+׳~J(`'0]eƒ BRZZG-}# 64XF.B b58c0rMrf\P12c#9ҘdK/٪qq(-!tEw`B8񌶡`jmpH S+Q'`$?Z#w45_d ?[‚sb#ꂁ{ J{Hh,,X{JDyfS ɍù dpI{Bbu\w/~?n0@5W0n0'|:P!^3g!AB "IybuG%[x6s "h&lPZ/ziDgxU]pxbEpr(t&| ;jK8*pLȗDX'XfL = XQN^)2I|b :*6mP*$;Rk=ˁ=|YpڜC@mdYxw]wףLzNLTh3wKQwíc-)5\ܕL:?WORw`N#haH̦>4,9Zzg$8xE8랉G`VslBRL7p)lsT`q(ngxZ^ XBɂz@b|fHן>bEFH˞GƁw,l|.oQ^XuRv S؎CśeXx˕y<1 K ף{Vkml%gCC"ݸT7i`e\ N{$ynJy0 5NI=o m(%T}3k GX{G$-WH/Y":^_l:>+i qO͈0U@T"LG a5 Op_ujRr'!2>!*jUJh?ȶb}#9-3j|UW&W_W@[E v; ᵯ8EѮUtޗSo!"p:cЯ%kK2Hu8e%s*еSsJBfE}gl S&q#֎Z呦 8;ߧ* JGf>N%,Lx[`3P[fDNOxC~WM pz 4b$GݐJtҍO ,sZ@jCn}Yt;}^%0QO_-AZ QOpw}~-"!gy%0UK$`TRPoӮnʥ6f7u?J٤G+b{6Yށ)nzA9C Zs3 H[d]CvxiDzҧz_/ ^5T`5#IX%^%Zw60mu*QaA8CjAM/WE3%; @^cOC4c;l75^S%hGLvhp;㹈/m}#o`+p)Icu9XK(~Hf*8KYYGIko=N yT[ in"Tq1#P4㍮ 6=EK/Ao/d+ ZԞf[f; Vlqh^:ɍ^#LMt&⻈NID@WD.\nk+eŜA\QD&b{n =G*2ftWfoZ|D"fWHT𒕸 3 Lo( = 7mI0eyfҨp~>[N  Ac6JVi5f]q`hjjsyDJ7shgκ @+1q=DuqhSO36e#"ضHafCQ%jp^A5n~ a$&x:A Qꋂ$Q` LGO`ƵK!Z_LSOd,|FZGw*TC;HpZ!"&t |M&E]GH7fvBh$;t*xL̇qa&k ,wlzx~B@3lUGymdZ[]DDH:e.9KfmQTv!U7 7ϝ]~HFHmXyNW}]rrBHc"dMV9WUL:zy혁?ih{J?7󿂫yD- =\&b|3*c%~w_&I|y➓OŌ@1ݢUwULA9YoF5OQcN%+B$i?!q@R>ݟw][O|Iv2kD&XD ^I%A筦pU?w#yQ'/J;85N²rAfu.dG5%lqsLETS@h@OZ1z.͝syc ,R5^п!BQ5L$$UY~RzHڿ]ҡhOxva[q\нk7 n!l4MLՐaW:JW-쫓^ v&]Qw-$Y0nd8DKE Æ׀Vܚ3.X죡HCbUd~d|a&? F4dNdS2z#YWl(Z4S/,k*ɋ^ };+ .brN T?uxkYp0N:-I?jKJ-:M' fxߋӃOa^>AG%,ƁrH; {~y#AӮUCI0ar\G'uF2I-6 C`ex KvՁ:9}%M}VNfo,T^WOP7Dʍ=& 64㥎\9i .x|ƻ q4r]p<,O@Ta G2Zǥ pMdA$l݄r#6<Fў ! ul[<̲ S;ɀbǰ8EI(s peBB/xgI| .7* X^OjAE{LdUv9Smĥ\"k|\ f7rնb !{eGUR+^HcG*a,B*eәW' >֊={U_4juCȯ/Im!c;{a KW h Hpt `՜Cl= GWv*肒a6+[`uHU چ(DQ-uR.FiN'4|GR>S>_u0zBKlc:a isR[!J+,j ` ^nv5rZy}]Gf7YQӼ$ʍ}~[jH>0̠ 4Z nvs#e"h&wlM D ^pq feE dSw[>|cInτKK.Q8 umQFN$Y =[OIM"Ki?2gt+FA^ D iǝDR_w;qK= Y6]Kz(߼KL4Z%бV^[=v-ؐ[I6ږ?zpJgh=$Q74$Lhe1<ر$L-ˊ^+>eM8&{HQ"^N3U8\rx&uE Є>&yKN30HH;ҞQ$+0'Xz+?MyZzv@0TOzvS`uno<:֋|'D)j}`Ks~do {hu{Tn<_d^_籟 ?^%ߩOnɗrZwM ::eY_azCd mRt#nGA,huJ]x9: O]X'b9-z2駋njol}6.<RwQ[!E5y86ʂ0FD|Xy8el&ᏍS`m}c) d\O3V",zvU`:+S۟~hb]gZ%|8+L-ϊBtٜ:SsORS?\EΗAJ.2P4pvYVmS.%x =zV3wU9v* 3,7<Ǽ5HaRVW T,@5&f]x2L?kFKVbP]._+hm!B+Til~.M=њ.ϖk %-|,&P-ڳqD[ (SP}3EXS@I՞"(1v|ҖxA3Qc)`҆릅#]ڱ^H{F-OLt6V$Ү] ܟs;8! 3bXX*tA Rӽ8(.t*'u!֩e˧cX$%>VUzWł ow 0f9~H DK06hi\fnE tL [&0]n@IՊ(s8H3]XmY$gP<\%Vi9FmZo ī%zĈ1b^2x*@IOeXO]_o$t3Ǡ- ۏ #ݎJ7gb%ãnwjNU~_"-&cS#1*4WMԲ[) :.vT h&"NK10DIaPaF^4~CH>8U ?+N9T])GQRMnL"!d"Z,'>|cZ;-зzyl "UEQ^1VifA$7G0-]k-.O2qE;Wd 5UOM2}P/,d]b-^gmfE? ; u˟hG YE1aWJc |x!=Qn Q `+`S`&JkLHW3<5myQ)f;tz$EabRVfUS6ڹ 5Ȅְ(BC 9,X*k_5d !Qss -?P 骛ߦn#٣o%:9NR%/aϮ{l:2E-Bw!-xuz&0fɌv"'`kF}5le$IߊL4BMI\Rb4f<9v@eUDjĶRK-.?҄w ~u:@4(0|ݣЪr^Eq̕EMP_F}D/!}bi Kc׋Dl[D,J5!9q+iGi=(Z p /^PL@k?c e s(c8#=nma5FhCJ.=)_2=q7[|]U:'I'/R64_uJW,2XYÃsdj3\'Clѐ$s?] />Ъ"gV 5inbg5?0 [Z}^X'H r,9sEBPM۶ŚrSaRu(N_*ݭd_L7jΨV%\(AW&hRGvG߈/lI'b| QX&nO/R^Ff? hCšNjU m]b7i$X$◥G3"~뤎4h;m `;ṥ9^Y{LFد1rznOj|ljM) ^O`g&q.fLdEF]l:BO-A=\l"H^Gӽcv|H/2hk?B?^XZYC%Єpm5< E1<\PgFZW%MLj8 li;'gG>aN-`9e(q*9|tsϫ7449SX f+x8Ap+IpZuh3`ƔN+@U&Ő,!V;xfиL qĢ u'}ұcO,n'Ōdvgىs[{'!"\~@d:Iȫ;z~gk͋O!LKTZ.z'tv&2HqUs `7ѥ#2Yywq0?ɯi4z 'ycdg<)k]UQ-Lڟ5_O5oAÏh*/.npG3{qFDAUlӝ+bidhqa( 9E^Li>UcxLwjL⫆kKL׬51N +G3Kiq_iT ƶ"ґe ,kCpj6q_j,RB 54'`vRe0B,];֖8jjf>HE UPb{fI"ln+hꢴc2@*i ؾt\]N"Lj+ZЇRիW|g:!C{DfԭP j [dꣃ3m&Ale"0n6ϡFwz//t`"Nm`#)pdFdUaK&MTY4tmxf( ^zz\V1ޯNM=i I1 (Ҍ OQ/12,`N^ JhlQA"pwM\ a28% j%BBrB1Rޝ ; qMMܹ9΄aʫ{M|IHpvAYL)+g+1<\vٸrI΋~b@[:1e_C/ۉbԀ4Zؑk6xD%;B ^7(!}4< X/gJZVީp'dZ,^ƒs10~ N?w>j9V6ϟSA7㇊yӥ:=9/]yeR5$FL5PhUDŹ_s B}O8ꛍdϩ$G;DYF$8wI٬՞]&caL yj?uuc;eP8,BTmxPEGE'n>ԫk(? 1,꺮eFa!FK -y-k6a{,x](֚X笆98Py%^=/ V$byezwZYPO ʥkBehIb3?#Əf' h#P,>e ʼGؔI6/uo{t#ک>-k޲z#뼎ʳq6n_qƭ[IiWUҀ ]~#ׅBoaCGݫ_ XY62xoKtAK؜p|NhVeR <\8G\H+&u(&bK9Zƺӫtߦ^ #so{DI"ui̻A9f,Y% һ\trbbBƹb3\^O jcpțK%tc^<\pL JQedj$HyGLE*Cj-n9 DoSD#ᝫƚDdļ?`b/L 1)Ƚl )*U 'B)nP7 a*0HE0fFXUbXCv?qɎPkg|p3Mn:6q fF zӳ8e@BUlOҔÇWڇ89FiN<ݧ͙x~$]Dp{ֶx1h]4Αr%`#rgrc 3L@˨n$H' |K!XyxjǙAgG E. `:e kd콩 Ʉ*U^-J`&1S ۹*EDђTurթG OTqq?Vw>Hp!1\x4 N||.8f>g=,e>tfVogcU}_^F|ZG ®uRl*T3ۻ9Nw4OU/siIjjvUB$ݼ$#). g4~?]Rx/n!gCY#\-wPs|H6/)id n 1}1PӺ1h.G{I3p'-j'wdfxa/~@T{qEl ;N9J/WC>).@~ mcqjAf!Hsmr".S!^˕—hj 9 1(H%}`Q̡rc֌/cuk:eϒR w5e(D$ɤəuf1_+6%F-a' ҞlF*I.S2, )rZ}t&Ϝ#Jm:=Xy71:5[c%lJ IyELm(+&{q>Bb&ZV_!(wb鳡0i&7qzՏ}ҟNiХS8q`.=p+[,4&vb7gy"BvN7T}ۇ4Upf:v†Hmх`w wѾe^7w s_.?:t?\ @4,3 3;b"rD31}~~$gy1NZeU9$nZw5opٱ63LxyP PIKq}lf=Yz.]@3rڂqvi 𠞧m-aeG*{ .'mue/Mٽ_< 6d:rf钥,\L΍fz&6}#\_Yh/9Px>xs MgY^6Gdː~t^y%[+qj)I6M?w< Ƹs86_ xD[*" Q?>iJeܑV~qE,ٱwPddf48><{Z#@ydxta#rGj΃]sxo] ,.$*h\@R<8`mL#0vj{℁wٲHwihm)&P,.ԫGNGpV5̉!5#${ZU$ol3q8b4ޢr[$"7}*9מ]n!wG&2vJ)8}l0xT!0_|jd&x[2v|4XK>b+'pCeD6Ku)Ql.ĭ_#Brk١khE'D{tQ˜]tMUZtg_K m'.3)\"Cp 1w:6@ގE2w#p%0ߪϵƢ,Eث\`|$6x1#",*L/aZ|fzC~hʟ\S0~xY :W*t>eY*{h-SM%:k^U@RE*|XfY}rk^>;r ٳW>6=[nh-K0Z%[Mo^*c[Ig7YnS|IʹpXr#GWԪ8Uq{&"*ibڿ~[ͪ`}jcp|s%;-t& HG^l!ϟ6iT݄W!;7GʕGm/cᄆJofnygZQ{|ݸgL=7բ"R=T'v^4 dRfA`j =+x8pV,pQ ݽ6N*| @ :H(,<7x_ b^%H֓ŕ}cAf׭J6>0?dN. C }c|ghZFY/Wϩˇ["q怦~eD`jMҕ#5a8XT<{WEEQݐ@ۼ5x-km[f#߫I pn9N#|v&ȱJ/ئlO0؂ Np$/ǵA,Օ"zs z @%3хg3,I3!۝ @@N-wC8^.:0Dg)z3YVXGx;egb_j{PaM׿ @o3ʳIP R!W}R $=q㯤g3kY !,hQL5meLh[]!_7}>$ωo,`G/wRpg~GwX,O#bK^! -Nr,&[A[ M~p?Ɲ 3 \Z7?,Qu3}2 '8y4PJRx_8yuι#Xmo0Wi a؈;E9&M:mo4,"x#h#:b7{vf5tToS+w]=zC.^]-_B }R^L) yQ(D}"?m| C<%K|K3ٚ7lq훓X0R {C-|.I^L iLW=\Po<#%ɐpϵT0?Kw9. ӅTz N[`Eޙn|8'P)(oN*|![U@GcpXIv!*|$H); K&܁v1qr/[r{L3e. e-}ϠKA pՅu gC$J63o'd"o9XQ8Y~$\D) %gKRr㉞ Y4$ )n۲͕҉c1b[QYs4`6ُד@D3WH#j9YDzm寮 .nG~3Ӻ=x]\PFTSFp=E~2o,,'/u~C,+)CXFR(yŊ>%l[h'_kF Ȅ"&=K@^Pč1  :ݲ[ݦ㔦~\6"Bx xjKӑ r~Ea!;(Z̒1+L졖xdRn^dsiox?nMtQ>xS.Q+P#IJ\:`ɬٌu<0][UT@d1*mx6ZE& G[ }"LP{SPe%qC(>6dz)qֹq8b"v{._ME6GbR&gn/хWnuT#ijө{^QO I˕IS;.`POވMǏʹ.Zsjm,V|r'3+}}n^UE̅zl%h ӏސE(?&=({?Q.Į'|r0H7{l4\^pKXIl-_~s 1$h+mOZiPSgEH+C+RۼYON'#hh~NګiIhg`NTZMB5w6r5Qxԟ-Y3Tc(5rD5ee)PN/& 9%B/oƼ/˖CL3tft,3Au\v\tN`/%*uC,B("[oBWrs,jeצҳ${7NO[/Ixl UIY$G3|Ѳu!+z3 e!]JbMn pNqD]e% Q{q@2 9<UQB"۞Q@>)XL%{(> \`ilj;Lib%<:)Cneyd ^Qz jk.φ_ nV^{0](}O[jM´,*fJyR#*oڃX/SRШ{X*V[)kb8!݆OE[^*K_*ϝaN%iD'RKǖ{)r E+|q._-Po~hμ\UY1(VCzs֫(9@"{z |"?RLf`ZR`=Pdgoy-cbZQCH4ȃ$";J}imDl& @HPt# u>̣{3@+Xm+=fS օfzX)7#:GߦGް4eR$yԺ82.4j#:|1L 29NdjiˌeRS4a\lX4-TZWOYΰtN@I4Co+B3/I]('Rl+;Fƨ\'Gsd}Z@ ӷtyr&§5ٶîhB A5dS[S`1->b˔q ~ZOseZ-McqXjAE2kOD3}y2*vi6 " :c#3;a$ ۭ1:_B0JA{,aa^2bQL]ӏ& |Q44xNڢL E y 2RwٗogDZ6ҮnD|}V MKv,i B쇟j5Įن1ٔ[s(X+B8~(; iyfA2e&|^ٲQ {]%(%ͳ<\F,Fe<`j_p\9PmdVu ;{Z?rWwԖϚP&~ԀBzQ?YOX$s7v35*T1~@\R s9nx WO7 K'Jey i3l[w9Xdn̶ gG*@Y3Wv, 9ZqčdY@"M-`?SbfmU;zOx{3iʸ:"]a|ilLG%L9]L͗E+Ϻ~ p\O_28Cq%x6ЇM!83 ^IUkB"Qc9;/^ϓ܇1ٌޗEl4[ K~^X=9ʞ#X{ӮdJQ)o)I+`t37D"s~bOeyԇw=RpB\>AXOn<m4`sM6cr AvҼ,UCúRkL bZģ{l*|^)E sE c{- UfKHe""" RQ/qvAb: Q!Sɴ?͖uBT$y :Sqr>'zubkuaā.ˣ!FpKdmUVc$\؄.+!iS!2R[X"| &2Cx:y 10'Ud6tH٬+B=[Gbpp=3,Râ=RM0 (+W_K%t {ßXXBڌe>%\Em'9߰};)8wEH_? /@Mh0>?%fZЏ98w޴K7li#Sa]3΁,6=18@k*ѡWf[a.B!gjb:5Q³z<([:OD)دYDmc9%Bneh0ʙ,bDku& p}nq rb B+;bU 4 +]L}?tI(8U'JgC4޳tZe_02PTXW=`19Fzj1B0iN S{B+ ΄RWGRk6K8/պAW~X8;FO§7|k x.J y7hP{6'(WۇXej8([1,[^ /C`(AUY2kr/|X/2 9 NA|\?:r)š1<)Gw|hXpJM$ҙcK@&evhl$Xݸvhu{#{Cf~1f92[{"r?̺hz;_-63p4Bvp>!NBN,༤GI?*rE hFI݋(VavU$Dǧ+cO036Ћl77(fyl/qܸR p몾M *Pܘ3lBC%SW I R+oo|-˕޳|N,~ Hdi=pU>*ə:@:[QM%6:fIQ[4*?ģ?a0gj,Y`)=fv-. ԣrP%o%*fq'%՚Ĩ=AV Mdn)(lja)y( pH0 =)ݟ#5КjhS{\Ws_SXofIXl"OM? ٴ"Qa9[h:&a4Xt[v2|C ii0.ME<|؜Ca1'v$e؁e W[vAI FGwTfy5+PVV5[fNR,n}}1#>;v|'.8s1=->0we?9sMhն]>`{uiː:]2p pe&\FnEFҪf5?@ %x#}#Cg4z~O_҅*ڽ@R4S&|iJu}͵yǓ#xoj5yO/'=rR49Gw.)p“3Qͤ9k@K"-ԚmfrNgNu tv08{FM~6!@RA{RXD Ƒ a@1'ѐþ %=&ם*fO`C]Z÷3}#бO6 {ANd58{f|0fUZ鱌38Fmĵ lVNe9W5|:xٕKff qQ P~bPlgOH?x?2mr?D O,j/9xϊ KבQ)NX}mD<گW6ٔK2~l7N8fO;N"}JXҼ!zlzP2[ #o]Š=ʼnet] {k3x~@/?ȸH2 e7&bƱ͸Wtr]a2\ \e=̩SXh^WcyG)NY}ņcq6'jOm]F/a3J2 0W~UXldvTuIv9ֿ r$#!2TR7[AP))_e ^Ưb"eTNɊ*5 Փͻ/2ʒ^Si0s)Æ!reCBߛ44)iOՃVkEՠj@-;L;[~\jwxA~*viO{1jQjAMHJǴBܶnAʹ y}|Mᑜ>jY7XjtcA^ȍYIX%_N1O.ǡbs^DܨM0ip=P:c\a+ 7~I^4?CNG 2ў'n% >WgU*-Y '&#Iig=; .vWEC`҃'}A!PA]/LwULW.V冱׸6QA\?J܄MM` kn]Dcp\ܚǡLlSOb<[䚫_}Nz|Dzufx]{kI?~R "ǿnC(ៅcP'<\W~gAF}_3 *ayz#B \X3"32 W%zoDFp}%>U-bbdHX8ꦂڿ=EslVhP%2`2h.KKIѦ)Dy0b^F#4i+j OOy!U_iZ"VP=:|h&0YBx2icGA?@(6=Eu駁}LDpnFGY1;NO߉R92#+ G7񵖝N{׌1  aEEqSU2i'GlGu&w 5yb`0KJ6$2sү} ws%{ƘBzp宂>{Ee9WC-9:QVVn⻝WyG2Hռ]X -e/ _?*?]f$CgXov bs$| Gu\`6ϧT3"_{m-nEڌăo(|"tw F=CL%bME/2،iUWnNuCTfCDqġMo}WA>5E..."u؎Tݤ"䠁iۻ!VBBu.niP ۋ '` .72or_g(='3nV4Mp%n+ % \A]etQ\, \><]9$4?#"鼠qL(ڡ{sQI`VhU_6 ]uslH^ftzmSWPhMFyY~Cy%Sc1d%i/Bэ'"\f&t=`e/WzY`sZ:z"ny gMB)U& k26۰ZgU빛"y#(iCcv`l}< ]WLpg{fsVoORfgt]"?&d @}=-kBSW }o:];?]*T^ .^dn^Ε:״C6\^M9z2f-<,ٵ ݔ&`yii#3E;^_0ТԊ7F.֏A."?a MRKi  cN2eW(((OAлY~7s$w]Uu@SKRusPujpӜ\2w.fFl(~x;f;b]JVPܖ!M,bm)όʲ鬆D-&!`1OGਹIjzp|[t\U~&NKC2[ŸĝIuaXPDŽ̦qE\` EVZ4{ʩ'BI0񂦗N !S0ʶr DD9拳ddUEM$P(c銆50zX$+W'0lxוmQimIf#UYȄ6>T72Id02dՑB^ ;V 2cuFJ;ВjœjTcxa*d%Rs!vU:BpX`{ӕ$;0J q1Р/69};ޟ79-#5:fb]?somx54\34]R؄kADvxx=Grn8c,&x1|ed(Pp޵wC>XD&u@lz@ɪTTLc`3"8\zlj("c2شn㗷%Lqf7|b˻ Bൌ “\VvXCi!*`wLm#<-+Ux_WB@clOs.t7́[2F܎U>N'eZ-_#8Z8p£2Iv_q1(ي (s;z'Xd%Za8O"mr.H P/- k7&MlNLs$k1r*3Nݿ>wn_MGdd$|(|5ۆIm'0oB .6AL,nm֬|'$*Ej dGNCn´)hA,i[GZ߀Q8rפ\·o:ۀy j/M"&Dn cϳHIєzT}BYGQ >cqE) I 7,8kΓAH3.JF"Yk+tȻf;8#Di~ObO1lر!Q'c7{7ïcW`܃.+? C-ldl|.Ri`BV!1'~v>7.&2^ȿlxƍDx>9&UH!~(֋6{2lD\3\L;|[=!Ś@2EӋ.Q d.wgJbZ@E_rCrfKپ39qvJ^Kӻm"ȽZBQMEqrÃy%MCyDC4? 8 a A.9[wWGQnJ#kkvDkjp,1mhYĮ)}!n %i LkX\Zp3QTɵ%Rx/vt;mӭ3 cDA~6`;vhzQN>s}eVLy~ΉZn iNn c)ϕf39]W?)JNQ@[shQv7 }l mU &!c4Ru̱!~pb8) k< 3J1vP+HwzI ϡK4}VY~_Xxv_P5$~ly=)8~0qO6kwݛ YIW%@#{irJkįvA% NuNv|AQY%3k͗&fnaC t!>o{oJB6VDge3dmVAE: .C|Jf D#hl~%%vD w?Z18͜B)l -[= X"6r<OY.Vjp-B1K1N[4L0r7#3mm#SP(p>a[Ǵw?ܩfz}K7#ۖ<hX''p㱱w374V` Ys30L2=r)-&p}-WZ#Ħ~Xzss6#_2T-WY:W̩R>0lIp#% F WvzdΛD<.rBhz UDFNj`xbQe[<&b/p5Ic-QqC丳tԙ\#̌ҍ+9GNdkwtE,dXz0bqѢ_ڷ6zR*{p&?=1W-{]`н>rH 2L% vEiQq/kA`:Ί@ W4͟2Xd<$cf0BG/IFّv33{ivJ2~*G"-_h'~]Uy[{VT;HPё$l#Y vm1>Y<ŹpuxCmW+Xq:#=~R#_MPoV&Ϫh)7CCr!r6w ^fLݻwG}^@COha G,' <7I ]ȩ>1wa 0#|Q.~ 8Q~YARNU nQ͝d)! i&Mp jUģ@0UQ]GDcfOː]9j8,S`yy~,Ȥ?n/7pT?`Uz7jXG9f@)4@`c8rtsv t&h|M&mWXV}51c{b /eAhWF(W(17zXULJ"3_߅ŪDvI\;2 ` C]/U'NgCw(B:?I6#hQhބJcC<S~bq oF8ŸD.!Ӊͬ&l7ak[*V}{ ̓x=)aӼ/5 =!t"AXlEWWmI­Ȫa?i b^µ B(Cx$q*D;t3'B)a*ݜ}b\&a#뛼m5 ]1> wZP(MWjӊuwXKz|B|}0Ft /u$Pog3 C668 g+C8FxrLW8CG40 (ol*QPCGgm~;.~Alj-ʕ)oͫl(?1qrh û|0 C=q*F~;y C)SM c#\@ߑAhsxKžL xzŔ߅.4k^;zɂ(7UK|w[.QړϬim\}21PZ e3cLJNL*mFd$~ Z"aW8I$LLOFU-9l':F\ݎS,/NW< 9C9i`\k^%@U}/JB?_[b/=/Oa{6ׯ2t{|9GUIQ31o!),Zk9Vx @@s*ǀf_I :.»k2c Ec%F8OwKȅJq:/¢8G9AH픘s``'"IB6;oܿP#UzXX?a^`ދ. >0;"ft# SPO>WN΀ <.ZP iOS?@?~TYizPZdl01JJ?1}|n 8!=yP3) r`˥|؜nmsq盉qWچoL@+w%/o61vjo{[+6cV1I ;(˔%&g^m;=H9`]9KV9G2\ó{;,Y X2Q;Рo6&@߮هtӇ*X]ځ?+!$zSG;Pa/yԶ-)G+gk䅺4l!ZGIU"c*E+Y0_\]FbkռҿZCQ=}9#IW[AzE#om\nʌ4kL>̗LSh&P [c-wGy'߮ B Ek T4N&aH$qJ֘*d_/ {β\Ekl_aCi;:Y)?~#Ȥ#쁜 ,? cS&ҫQArꍉfu1K]>sؿ!$2$U(dA'G+kMNoPڏeodeY#.ҿ% `#sqc?L5mJ̚z%@S3x*Sp"g%=PE[37ߟ~~3h nCClsy\a1#!3ӫ:D53~6a޳ȏMk_ӛagd Rzе  z:4W4Y!O!;W7QUoyAp'>P*&keh8Vr:́!DZrx {F6{VbL|-HH|-޽/QO#RPPPDhy AY.b}ZD۾V8R\8G@j!dݒiP`9㘐9d|+83:@y&TV:n=[Sk7hg;TV(&/=jcalG:̛n7ڧ&}BC"NXL Ϫ{Qj%f%c.|UUp lh2 Vpd.]*(>ԤT^veaXok`PTxR;:˅ <߽/B37xc/KAw#UO~R1aMr8Rʕ-8:^j"۷GR[;Q9.ie%f(g}@-5P hTS\9oSZ&2!:pxPJ"Y̖EO|e .sXKaCB*zF3ױ>ɹLdPu5Hq~Vis{w@ޞ}qsBo२`܈9I2G gEFZF{QDPw/=o@Rs-m6qA$0Ⱦ׊͎qDEѼ#hfYmN9Tu|׃"΅8[[cF)" D.G7z,haƔ һf\'i+VuZJlT+_'&b9'NN͒GR^3yioT 2MeFgK6* wL2>$jL}Y-RccU" c}Yw3:7nNun~=غMFhi+Lz=)Fpԛ0өw=y\4VcZ Rr( \ [$LS/[Z$Ój 沦2RYϓB̄C;yxi 3Az\jY>&D*B&)O_P9B$cRDCΗ?/.^xm׷z9@.MډJkU缋&w3bee>yILD{7QcAUn@6 ?Qu6&RVm zT+`1i^KL@;'es vs Dw%+1fDދp"3 _|pU&x%\o?g+[k'F5WKxV)cPya*zzI$2rW R}yDQ(L% Ф5@=u!҂4nQdH)l l }QʲH  ׯ};2TN {g( 5n+kol3Dŋ!+%49~^ek܄TBc;b8"ѣƏ'y~D>p\E5VnHW'NS veE( k\EV0| &9/x[AHPMϹ3v|+e,X< "]Im$%vQS3*Ztx$2D=S%jYG<"V zQ%4f1ew>5p <jX8pJ2k/>6ѯ<uQwdKytEk[5pm4Py|2Uׯ;F/, U=D\P~=0uT%h7D{#po3uUQ3J-a@4} *,.0Qwf[@k`-EZxܥs5i#'OT7ž+Ljkbhį]pOX&moNQWR^'xyB Cr>P%aΔh70nWj#|4|IHTk DS#@=>p5e U;#9.ѡZ6Zl1̘'Md%Mb;ZQ!R󨐡SN5mhCNGTm6.Ɩ:[ʧ{I6MT猙ǨkLqO4z:(H~ToTQr.dQvʪA#&PtxIgh'LU"㿃7<Uw;Wa؈v'+BaXܮx S5g`8T=s+^2*I3]U)khOnP}]QVFv"­Ł4;̫{ WͦS`sSDW.YqAbO ejF`ݼ@‡$̻sc"GDTySȧq;~͕,eR}pŖOJFK>SuJAW?ۗ{c?ìh=|0 ZN$DZf>k>2n0:7^=J&(K-Uk$[57"{R, edP8SƛT$<*98hf*(XRdrb.Ͽ}ۮ(l1ȾWFGeMp %~|y0 v;ђH=ԣں&OQ H;{J7\eꐴʸS[`L'ckȰs9El>73P,F f(|F*~k"S "X AU RXDq9@/!u|8^e:y༵odu"K4ּ} Zw h~3C^J/`m63 7du{8X#SԨUIvO5i/I]ktkAºk AQQǭj'q>N]ި(]'ƃA0:M \koN:7Ý\ 7nJ6Ҿ&fW#qW"r쏂kl`BB=\jMC?Rt%ZMISUOo8_N+lnonX+gQKt7#,LG䉄" bt>WKՀ#7,2zsږM-JG\\7blar(L^tMP&Qy{9+5VWGQlZ؉e <_hHT~1XG9i섶Sa/%30Q{:S*oN"Ƞ$폃1]_5Dξ&EY, *ic~êJfzY9 *:o!Ψ. g5}6Nl᫫Mj3@ ^T~= +]xɓo, X8 "qյ[u}_G5uaWN26yd fMm-Vj^G$Ny9Ϟ*\JEB_m7o !O E`BL,nئ˟Do2FFY>o$C+N: ց HNmF¸!831 5Io07:niSAf-\>%|rL% ՉM8ig )2+3f߳o_NseP0SLʭ 0Lsct|Ǔ {@- 3G^ɚNe!ΔhCt|gpy`qZ%Kո^`jPESD \;KD꭫Ds&QLBz >bpR@Oz6 pu+3ă8JR|Wg>gst K~!1H!nY Ӑdh) Yҋ4hRf䶟cnLgep9rin@˒B@%gj&QqDPM@ L2lw`\twF1`{`*Bk*|V!>la*|F|ֳ/Rpw†qJy9ޜ9& 2јc֌5}zOc:;KODF8&a [_x葧`;4[hԜ-bzn:FK t19 ˺ )U!墖ɏ.}ѰKB1NLbekf!ڥ$g U#/ﭘՒW*tٻpהJ`Y\!ҍYLeel$]i[hGs*d _Gsr]'1"[|lئ 첅dzOv qE IY^ hIs?=+-3Lt ųIT~zCj#Q@ۛ.`w*6X 6dS60KJXE3>w-$d I,Ahl " !*_~ftP8 QE+<uAy4 3{ȴߓ*~ϖ]J/|8Hu9aɒF"X !@=?NBNw]ٚkm^Hp_g+GE= Xu/DU=R 7]c=#Kڔin$[Dq~eڡVٲ&Oq鰹E()lZ`*UFuUda@~boؔ>PGx)x pF& j)^x$B2P%],j[xn-/oiri‹`B#8Ն.]c_zz-?#띞_UPB윛aJ>VGL{yė\RVLԢ ͚f}-&Uc ^IϖsxO>ZU鴪&Om2un3zt]/۲pW!>2 LJGbÂ:3 (=_r4mQ'H!qZж\p7&RHa_&7 FkȖ0Ä[4r2ڴPLjjQ pH;mBZZB /A4%Nau\ 4av[ *0I#rp3KiV4Jt=zWB<N^ >:F7wҵes3eûTK<FmaLA7vBۊ!}8FBcf;mSԇ[n*-^tli֎W?ʢtv3-OL_i{Qx{2Gןg8S?ҿ<- VF:F#ؕ?3Ԓ9+?)uԫngTsE wK;0UZ?onZD!)I6XZ,b(P5ס/U5vL,ݕ,D<ΞFYz%^i4 1 ߥZFFDr3p~-f0E{:;M]{Ld.iۃ2?K⻬~l.b7CAQ|jꢭaMUPA,OKGS;tJꛑlz3ʬ *gPPQ;ׁp&V=xĚCX58ߐ AGQuIZat|s*4o}#se,4V7{PMr2;;uVL6DL$֫/HR8) s,_ 1+ӖO.!wkiq3 n+srJ^܁n|!y55cg Wӱ &R&,s2 00]M?0sX kغ֡}ăMf:qp|a&1F؎CDQyxl{oѶ$t|srعT!+Ao0ýAAcȶrWxխ'jPRD03/۞u闈hy#+HNeHjC<lǃyn%?PDowwuRm9hd1+(AD?~/M%5*9E_T71(wMz=oG`h)0qy)+ш_$tsóQ2IC{\' #WܺҶe:"7JF fuP6C,n3_B拗5"E!#r w4)aJ[F b>ZZ3#-WӢ$tDfl@ʚm}?AlXIԿF;Ĥ{7hx/X2C!\ne Y4-T{*CE̹/^0fmH[.{?dÈQ ːa*f2cySGҮ;vO:Xf`P!EEAz]>a TvCwCA`S]^]^c;Eڍ| J6bo# 3V5Ma YoE ?5]+>Igp'?k: ȕh7V_^6;`d9!&[SP>Ɇ.XDáޖh]2(A~ecQ<4Q}^ا_;$_?Y =%$(-쐆$^M9|ZuKz>;03\@X ^V>Qͷ yaU2,HV?)FK<X;XennAxӔ߭(0R+Nf"EVaHll/ @T[2@ c).|؍chgmED? $?d<o4{t .tIJ."safPx /U_$0( [ ~>y|hôeZ@AyXK N+e~zoY:TMU;ՆjO>;?74KnvK&##T=ً+e󬠭\5zj`LtBJ/}G$ET.+Ŏ[Z89wlȋ+ӭDn`)LЕ#fF(nmvHb2#4i3kVFi' saȑM;SǶ>܌aF%.JXR{#yF?)Z1s55H ap6v{xkEM `"ygVܨ$b@.0N^^Ӌ2AuosQ*8ȱ@HlT'v D(SLpZB)BĔW8w%Cs8P}ag%d|!e+E*"s ham_f%`zN%5Q1o tXƇt"oX0kXk]l!YG".~ *{@W>UaEn8̟}U;)NZ "?[Ф>?$yYHWM@Jֿ ;)ѷw%-"bq*gT4JJ&}\)<;p$]ȗ-ظAkF?{j =KLq~llWlcsbV} O,g֤bK!s^2iޓlXѬTy3Nؽso=Mꚴ"XNy0t\ B("?J4=ֲhm/G=ct ? oeu #n Ӑfm&kŹ۸d?=$bn:mw\]J\A*7ma{ѩf uk܁aFua Vb5W+z[ >ݼh’5<<ޓb͚+5*: U ^m p@5[ ~e7_Oɐ3=FJHD-1 AZ ۵2)dϺ>͝һ*WiTn$Y̼H9WzR(g'.;<(@LhVO|ΰ$6:o@]!lWib+eaŽ`:y(9 ~uE@آ (`I 4/qOA_YArR?֋#@xeIB:e67+gqgO7C+ B'W@P1Foq*"ݻoVWҠp-+m W&qgqJylDvF!a` 1RVQFG$LRʡ g:E3L3ڦJ ϳL~G+7O=Ʋ8="TRcf :vr-WAAW;%"CԊJti%dL4C?F/ Жy*΍5A鉺|N*4*4N{ : 1>}<^ƌ\̉u1$|^cWOuم7a%-7 gS3 GB8`-wojuZfxi-_]B4)CLɆ+Vbň;gZ/Qmﭟyɷ@>K1^C 9O]׎[1nUaH$%-Z1]ŷD:km';C`;50c cMaRS4]L.R*Mn "ƢX;yR.P5OEK͔+׉ZH6Rs*rHڀJ4?>w^NO'xɗG bz\7]N GmRT?K"dA29#B<h1!wwG޻*C 18ti_kb c-F|_/fX`AY#j7~:nxU)|\ͬr)}xF2"$z֢BO$oXBlԢwY"]̔!?$(ۧŧ5RD`B:~֪ǏiB E㩝J,+xHHַ(x|B軍z&̑0!po[4/ ) sw EshFd^'ЂU,g)5qv.ʧfay,IdqPKsrWM^&99᳇:ed[;`?^9W;$`^AO]A? l(j#:cR<'Jg22 PӺp]>{dTFSm {*æ6'OQ3(^'X?#^QpEFYW|.V 8tn5}RwSO"^+T"i*x@o{$*z=ƒuxRQT1|&3u'`BOS'F7MNO7_7[>Qm@EWt_>p.~}z®؋~&@a1)ܪJk`?X}.zY6ˆ&J !yJ1 e7Zl~M;FtwPR[q~O*lBOnTOI#途'CM xjѝύ 4=U׵N6h&9[9"]M[QɀqzsmS֓5Y1N;( Mq89e%kakÀmLûd<մg!:d sE! og#_ ljJv˗+^1TS!jNS엺l@ 3BOBT O6w+_HAc[÷m}˒)w_NFDyeB[W-//\ 10_a^v09O F l{LcY*r5Qn,vC9Ed _P3p)E#p\ 8TQ+2?$X(Az)ǘ@ ?M\0'a66\*~|Y mKzsچmI8“~P+#1x3%T(yyR^,%/4vK"͎AG֚_/,+[Gjj "Fݱh{lMO4{*e9>w]udE@<$HMө3:[a̍[1I)y?Zqa>{;,rro"fnXv4?g8U^-bx%Ku<ڰB[؎_UTtY8Yy:KQ; q@T'5HD,&d'Z'CCrЂH>sZOp~ 4wcÞlɕ˱JDH2.> 6f38)J|k8?%sܵ%X&E-_e)<;{ 㨴6XCl1)f=.rH?c=,9*|>oA6 xSVgJ̽R rjvWdMWڃ0<aɥoA<⢨7E^|(7)^o7TzZ-կM= i)RK vɗ@(Bٰ)cdY6+nEXw||n.nbjݲkX! HJUTO%8w#x;77wp4>-B}U'IJzǘe廣yH/2eU`C@d #Xϯ7G+"jO+NהQ!vULǙpm . ջ xRdo3SזE`Vҝڳ]t]Qv0߯؝4scxԃYӖ}NYͿHKżV r;+ }K653vtaRލ}U#8-G_QAT0O\|> 2ӹ2XP*']跖O1\ޠg5B("͆t?/SAQkqv+`DiqdWu1OJCI8[eWv!_! .r5,C] fp&|ɕ<1UjK)]`V%]'9TwmGO'sHh])/%M#ryto(|ILە>loOc !!|bC^rFFpGɕ+޶N10Ƅ_`Ѓ!+bwZ_{W_E- eHE q+M]UiЗ~UkU٘4M8Sg PB+XmK.zEM6`dtKewuIubWNP?B:!GHMo,w"!#}`mk^ұp\LEՓ3uēsK>Sq~5-tG*U2v-TDӢzrL:LNӉ9*]pk<_Ջ.P\VQ f\߆{ }mղ>/J{"p!XZY'պJa-$裭MqÿSm襤Yqپ36'gs[ܝrYo c*9.E.7*CӼ` ґ];]-ߢ&la }mY~L[W Vd;aRzsw)m'յ>䐖\[^ުC[[v0IL3Ŵ]t"Uugi&q q z8Va2ZRa #RچpI;xN^Ycb+6Oo3Bh,Ә:}q%ғi9buAos [Db"vAWt# 7 eGiՃ(e |i:,︆B<y퐰01M6p3K-+تpjtd2615cc!fH9Mωk@Qr$Zh5F-ֽ=ǘ#!4'0 |d8oT$$ 9\';?i␂VZ% @J/veɅX&o1:'7+Vn;Wk(<^*D틅)晋њD(! ]RF:p1*pG o OcGӈCbP>ܹs}WyO}h\q]ͮ2=wz<"HmFDhsq҅j'v2u.D_2)/)zz"IףE\E u$l=#˓lUc AMb>7ҥ춺R B#{!ev,nB)59EAZ̞mn|='6(˛|9V8BOOnv'Χ sSɧnk@[r"c[hyQtA2{P[nTj)(S ͨW5eK& ?^M1OoZ@^U,;B+C)kTgx$qW^:d$֓E c|K^ifIk:>E6ΰTO+|/٠7n/6N;lT ³KS9' o6=.`}>CCq4oyrAhba-J9 -!Kpwu^f,oCf3MKEqqSw6G#jUBh`K/T* z~'EP#lsg ͦp\/ՎSHJG3 Niz2'7@^vy}W^\e[ŏD2~}bMz贓S^#MC!tF@]ĥ*>LrKAVx-ll{uT!F\FE߲~czkHZPlz*3 M[g޵D+틩X>V'cHC +݃ &iSO5f'죋ES>ͣnC+=l IB?ڊZ#&'FF/yV.jEX#]쉅L%8q"5ARpMh.{S5Kk4*庨plve{· [TgS*5TjNܧԃ/0,mjnȍ cS!M>㉑/!!Ҹ a;4j3l x6< wKRkl4.w)ś7[$p̝ѵ,No*ٕ##--m.i!a֦P1ʩ;ՅO'ipjygtBozM\'Cm辨-elLoK0tc֑{50+k{ yp-)<[xrC $q) zJČnMp<7'TDP@z,]vR=u:ݲQnuLu੗F"B:_Ab H}Y|dqШA>_09/ 0l?kڒ S+ _ԩ--fT(MB IL-t\ZK^8ebܑ]CIhݒNp<0Suzp6u#լ?%t|ZXB>9W/):_9j4^͌Ak|(]jf`yE8Y6xgӿ;J~ d-_/5_wjM9%c@7bps%7^7;9-MZӚ{1y#WĉQqG dn˫4}h 0$9+DtV,*U%R`q 2}br>hE.ZۈVӭphYs=O# ,nmq*ƌB1d1T% ǥE}U3mkKrN3 ߦ hNc:\l]9oܚK4˾$Z&LRǨX8`4()>3AXTfԚ/ JEׇgi%1D(H[}Џ`ڀߣ<^Ѝ*3YJXMD$0WoԑTi]#@ůܯ; |nO>́ ߈ 0Bu}Ԋ>I̎sbE.!̱]9ݰr9кh7Q8!#6~;CVW 7p <щ~,kC20QeÖ"|HysʾhժyhZiwl-)X,&1U,;+D 1L!Sp} D 86akxr!J[!%C|faH2h+X&5Qoű s]6" lpyu||3 ۴ߴp !.x'cXtd|n_, ۢX"GyJI8{.e1wqcç%V&j 򦙜+Jjz!Q )ШHI"8gS#O@L?xۢÏ4"X,_^^QٯVݼ$i,L*GVxC p>/K?xU_@B>X!c|NF%{2hQ>HkQ%phxsDJ> 4A<Q |ijSMy?>) #l0EU"Mb!cKf9<K 'QKq%vʲֵ|@K֙?کf}P=lFpQe % ~T+~ &ΰ %O^ cF/3sp[j?K߈ǀd͠ʶxYEA/lJR1z_{N>f@@|p{N"0Č`6VF94:H2=1\)aE).,2̳i5uE݋;{Őf(mrwd%+9Nڎ֥#.C3jp(?6CSYM^D#Z5JYp#{-SYR.xwY'!!㴓F6ؚJ(D}C30 m14a&-)Hv-Vgt>PK 6:`~*OM;-F}xȗ)ta#0!4"gq "ml 8u."(tOvO͡R& =J"VpѥݗwRG|4-{44MT՛*\]\ *|'4M_=,ԏʠ~y/? Dnth/1oe5Esxy=cJڵL\V8CDSwR`{4*ƑӉ%FI=DWC4S>cMHZQ?ri6֞w"<ƋrkZ0c>W7E 缩i+LlDowzOL#}j),p)`9̑0I rI\QwrƻCҩJ\S n268OSv`N"8͡ R="F`'i%wM@C叟6G'TypL-aLJ Ӈ,Q6 3Cťl50Q/1GXtѐ6'Elqcu+lJpt"J^2M/O+?,S0wQ|$p?:!ǹ2*]{ޫ9{]J`CfA꒙)yШj E:0iIyA@#XIa GY8( 2mRVsLp>sJ.eavmm Xuʂ,ގD |lE(Lyߛ1[;F("9{&,MJv;{Jx? Pq)TiI5^[h-IOqKO{c;aK-` $㙌FwL,ӨbZI}7?K6 ]lf2׾WkI XeV`{C=6g ?e0>s4:G&" >cONt̊ q,1 e1MZJs2N'mTҸ]޽AH`ɔxc>. |SMˤ$zKEކcM^˹`L݄<Ҏ6JTA˲`Oax~z!_Q>AOl*P39bd5pA9p(8WC1nD@ZBrd뻙^HxEͼKVO03ahVC#d7ǜQ^1X=1.hdZ U("-hw(Qe;peѮ}TqL!-t`<_Rc51$&h 6uLZ!&!x{-R ?IaVi\NzWb0V g|QN`fE}:ZVTLӗ0u&-$6Eӡ*KS^V*y*Ck(?r;Y+qY?8舰ot7NY W%]-ηy+"#7JuחHi3$=CЄw:UñUj.,wL5P!B(fEF!7~'PBCCTH~LӲ`U+݀S LWŤWjBO2Jm  h"xX6s:6j3߻9{4j+Bȣ,'s IkPE3nsOWv$7>ͷOZзզivDPyHXS%}>rt&ln ]6׃ƞ#y}q}Ͷ!zzb,{?U~S|CoN}#RKY< @o ~^BUь0(>[kKF6SLlެ~@vǯ֑9,t uzu"wܙupm#,٪^a]i& L>BF5I;'B!-AsJM-2Mwoht _Օj wڜ4FN&V~6 _$:" hQR۬ Y>pU9bV6PZ$懪ȷXLVҒ}VQ.rN/x"P79,J%g}/ta6LNcNæ[ C1Q|׫)z,,SbʬP:.sQJe3ǠΌoO:_`^4z 1b!N(lq*6ue}2!BJGYސ.)BN#=ɚ+& & h]%+]EE2:vkX_bP~Aru])iEIBo.INBWޜi}cw3ס0JяV}rTmET`%.lqoOpJ` i1s9mwΠr~zv CH=IIqZb ʙ^7y% !WI:C9rae`h4|Ͷi(A M> n>`>#tȬ? 2$Z]r$ ˄w \bLa|%J\f։ޠGʁ+?YvȊaijK@vX \,T8=T KFbGPMׄH 1+ P̾TIOFeT&ïa:r8RD^:M]Rz"6{kg^~ } OTŻI5kpd-SihAUpU(hIiu oxj?4c|!̥riN,:,k^~/@e5/鑬MlnZa]l4K[V ęmP0M̜vE0h1乎3,52/uzvgc.y(B:7Tr {{oJ;Fw\qZ%)21 =u 4ge2oXۼ0 p}g +cvYH *pZx7f@+4'V[`8GE.A?,eRRUyFE'2ZJRj^CN,rb[4@Mw] Mo2EmI`|*A6`3jvde&5;;$+KY<2U,I;w^@4q}T gtS7Iۭ'i_S6"qDCw92^ @VԊ_R" 昋T55w vIO 9l,S@ Βk'>/T)N yO KiuGuO-8-bzGvJR;JrjMT}#AXZ#F۵Nm_g(?ݭsS>LNS='߇SςYziQ隫[kKt ށY#Vs8\mtIM[f6(jYh۫{VZYM^#'G7Yk&ׇ-=@iVA&ބZ SXvR+&J ("O&%`ާ Trն鱥Jtsl_ Kˈjpv|XC2Sa:)2> j.C=d?Ojqqdܜ-%{XFwp,I:ou97)CIt& ?mvtrno5ڪ/\@)Mb13~j!^~$cY{-< 5pKgmwcvh?^5]6IN-=%'#$y8>ŷZ곴4~]T} zXvuMWlL_u#|)Df_>Uz‘'7&8e:ǜYr RD@s<.4LՑ넣P{Jmk5MV meI`'YD;YFqa~vr?fQV氰n(Z_ cٔ;i3 +1zZz5/~u_t Fs9Np~SQm\ W(QYbў#LT& !`FdvήJܲYC(E,ARd|grƆ/E>7/)w)Fbk/l`{`=ZxUE4|[Or]ؿ#psKª ƧRbI!F5ڦ UO>ݹ']1ۧg w,Rw5*.˿Sw54/Q,ERvOq}mVҍ gdYjQo|TzkOI6 N$촙%M ^Z:f(H!f$F fZ3Q]nte{ݍsܰq-[jzw1Ɉu:0(Ԭ$liC6N9=:FOJ$mȨ-[ڏ9$-^Mf3\xt#Um-Ki==^Ĕk>2ؠ/ːb#ӹ`=crMXHibKGk}_J뢖IJ~]24j#D.(|HpímC2Y׍/J/y(("a՛xƆ0C-1HO;6evVy Sг?qG%90ΤAIPѥ]Cr5KQѻӾ!Jwpd'ZMRV6fC t% Zv{dp;9b^)ӦI$_C'[Ȋ<g6~Ux38m*Uw9RDqJJ\.CcۖTGnz=g/9қe 4|EB5Ȼ74{ ί7{-V0[E$ 7HWfeq6`8x, wkAT5R?_Vs^C[h)I׫fO.ܱ`? j 2Su %Di(:pL 0)-`@"X4#`#"ޯ"H[~dVj`,:3q8O(< 7z#}o:˲IP7q|aD{=&Ix-{L]s-$ ?5yCZ+z6{LƐ]?Ck!Rg](zI3QL?Oi(gRY8w^tQ|R^9莾WOɑP/ܡRri\T3m0ȩn'1ffO!?:qJ:D6럇x%YHX8:Y%_@z4HDktmhaQV'JNnSٯ&foʍo2Êytfos}'Xl`^^JvCSR|}af=Pjhfǥ B&{w9~:>;Uo ꬴEPK`S7MkK jɸ4@h +A)y^֔=|&/jKvWͩ]LIlFp1][hEǂ~!%pPv&x Czp|ԙXvl : K)#FCxm5}w`ZR!x^2o#1["[ r|Ŀ幤8I_O{D'r!^{ *9זfS>^Ke+QK aG.M$tx2LWk$WF0xP G|KFςx /KBN|Eu<:Ίk` ]z^;xBg Όܶv@q b=6a&BM3{,LsKI]Ą u{c!nwLv/1IY(=Ig1qXAx=`.&:(> X#ZI~hnR~ƫ5= r|&ʇĈzQDۅKٮ'`KEb0{Di 9'nǓAGtFdlU!n#׷#Bo#ۀ&$xgVT4YP5"c0v/2ν,ZN+t uqcܣT[9;{zWĆSC|\ѿL s JCz@ j'HRrnx72 yмuenf 4=ф|c9' t?gd/ g).1MF= HutP'RG~~ :^A -XipyJ"!M {i㩂ۥkLmhХdxFӵ6ix=@j4+4:LXf%T<;BI*`RX-hkY`qpvaamH-x#c2/,>17a9G~ul9|O-ߒyrITWE:JZGb@)2W5Je< .K{Փ%P xp>)69){B9VLxHj .M6g! isR ~З PYg3{Ht!l#q(Ϯ&&G<>ȅkq *c(^.(C(B]\Qz,"϶WwnS"7zHS~F׵w0X$Y20$)!TLb%7|gH5 y Aٻl&Q#6!\o-YsiB6. |/;҄ٹ}TАf]OGr(ыTkN2ˡk=?b6U5'tPر5u hK#:=d9AZ.b0엫hHg1`wz0ZAP)h<Z"H!pM3yo]A jk8sұ^-{ ӛp~ 7ﮦ"ǒ]|h,=Ktc{ټQX/s->fc%SGgHd˧*\zlh:K+gc$x7QɋkQkfEueMYRUz7wG tj)sJ/ez~jwqnF(ebJ.{Y ݝx=.3qJ4mk8$5݂teEK5y)G]mt&oI ހ 2; xwzyɁtUENBSKVb6S% 6ҹ4b=UP;y:^dOgYk4C #>ؒT1"hcTIGdk6W7.>) nr}P[w=q;Ž=V@;">[̱ "/3FxV:/CZq}F]-y҃(-]HB6.fGe:O˰^7myg7: y-KQ>^<)X7!.^k<`ݾ2R[֏`DVlȠw۪ϴa7jI4ͩm\bD*;7*:,-@0wtáVe.ҪA?7a- uG> )4B}rp!>k&]]8 z2e6b5M&{ԐX̊Kgo3XJd DV#X曼ySXEN:yei }OGQQ *d69WGv?H$Qsa)PaJ2~d&2Qn" X1V`_EM1+ lr삇Syov iU\JK]!Lm Igb=Lj]7Sm xA rw {*hc>F}muE .r%g/hJ|hEx#MU6BܯM55́m@VݿQ0@nNԞ]?̽ 9CS/OtCyiIRK`8g楛W0ٺ?lX;q,uDj_~H2ُ@94u@P/t‹z6Ms5N$[!62?n?lr}| vrbY<¿GaYXV)&0XP"\LQZpAf&QD[7Q&*ѓY2-,&7Pbr7ѷXqm?Z*]ΙOpDaR# h@PS1a,g҉owbxЧU{?ObG\eHa«iDK ikOXvieF"Go51ʏh:E'2+~ATc1ʬ ";ʴh\p z F({6W#Ҕ:,*NKCx.G\L)#/Rh [:Q-KN3tY?Dk) |p)޹HiP=`;~XuN ھ1UC;pCLJq[7I)$q)G߇F + |@r@bՆMV;,TE axùM:Ü-f}u1M~Ad!Z68rvtf=>p~EM?ZOY#AXqXptϜ/yUb7߄qa:6Kcbb18~uhL.f1EDe@ޒ25>v {Z~R#5T1}{?_V,e |02&SܘnW 2l@qje44, mA*JWZz'wRS&iN. WD!bO! ½BYaHS2" *o9 g4ʱ]'ϰ)2w<4ncz lt36??e|qBELIߪIljмdw]Npu1TNQPLL0F`l.oCTpwZ+,(w7ckRq<4rNiyUw*<$Knp?#W1P1rK%[wgrkÛ5.fB&  myԔ?CVzD> D <뎓u|éC6Y!#PH0dn;!qTzjqC;K'wv0G- )O=5${A}#ef<n'U II -[?_iQlhf:{kjZҖɝ*bwb_۪ M֯ΆWrxg^4ɧ@ Y/<4S:;҃1]sYEU-C#Vҧ%kxe`Py*Jۖ$tCP'RјQ˜/3eT2H`MfHWp0~ !&+hۈE:[vYΝO(4 i'~S*/؛L{d["&{J+iaA軗ilDT"]SM\$(pv壴|7~l/!'Շl+}w}}J/D'{}ʒSCUFh҈+u p}r7a5tˤKuQ0A߫/Pf I $܊kcţҭy~.MFx7OK<@^Ł4Z`ia~XHrNnGC1j0h64;xd]b4ԿU#+HIfsn`UɃ?K*Ҷ ԆsJŽ?š's[PUVl< -VU=e xL׽^C7ii3fau 4+I=! GȦ#h Z97FUxu礹HoAOQ!O'Kxf!@9#]-e3@!";e S&/к8m)9fXg"j 9zFWeyEҧJ$YWˣ)N59j.HTN3KZJ'rfǩSrK/3j+Rs(PWb;Q̒w*3F}]b-"kTcdZNJ#qV`bƨ+lX {{ұB!yb-;m؃qN|1=;y ++A/%a,K̎6u[N2xA9wQ-a, ɠ{F*45 DueKW%ӑXHTCFm4>v:W U,?Abj eSh|@~N_|b% D% 0F6m풾aq #ۖBB_۱1;8ss6f$صbiv)}|eWlh$6@kF=4\` Qw%b/y26(`@25ˢZd=tD`賕'f~փjhIrzew]\KI,,4jovuXρa<,AKX1.%]7/p<ۛN->f̶tzVo}X+?8!')A/EfqS; ]L@lU`B7, %'g~_>"?_#kŃv,-C+6O(b)E?Om"MU0ј]0hPj6`z9 ydOfyDbE~;Axzs/YG[YoJ 0i]SXۊhϮTNlgwh>a'8mέpb$ZCKEh*[EG5vϚѵ4*[q5 yzw:)do݁jjӣ44^ך˥69=b!59$y8.P]&[U٦zR|v]F˪΋aqoTAG'~= {>l;|ӡ}+A8FHW}h r^ ۂM . T!j8e^Wn *C !ԉA!8m+s+kbҶ'vߒR\w6Dszv} mҸ^r4R3OJaE;w{lqyk"x ]؆UV]x-{l-^@%.E0] WAP%L]bCt6T͐'jUfhH,﮾O0`MaA"aEzK%DQiI+b7Aճ@?K3b&guH9 Py ƈ ge ɟ;sKEC\l0xE}6ޒ/.Z㌁,*bU;pKSKG\U Dp%u} [?PGRk-/Ĵ]#L_2o d>2kͲb,0U@3 H\nM/" ǓJs;z=첔4i5 ux_AŠ$\75"ڀ.ğoNdd{_^\ J?ĆcI?54gR4qÛ6@ AQٚpٍ`Ad5кdrDg0d<`>5V*a΅,E-VɂPZm,j%I4vLmܕ|80} !u: =[NX /l.vsRcB%:Z3ffʭ gUYF5(L%&jM3 3 ` x':b) FICZ$3#Ozmw9^aWm!/å+*{[f3n'ۅTRc\UFcy-k]l G![t C g"wZv bH­yQKj`זRXiTW*Q.LJv|a;#9j/xubR{w2l8DLX5Ӹ(~ұSvK3$z{.?:tc'3xv{uDDI 8c`2#82?pW-ؽȩ﵀q'zh94^A=^O.p1=4kQNASj "as*̐՝OgLsuk,ܽ\ MU`-C| Խ-klCu;Da/wJ0C M]00 \&]!f|p2qhtf%˴ h, ܛ,&rJO%5@3{L^Գ~M}cOܟ~P#JM&'02FB CohM0@sYwAoz*:0}]mg!I8C)(9R31H#{0uGe8A82: r:_X}BjpV?cTYqMA*2bL.ƾDb+t0*zk-hZV6e|pY+$dLZ 4UE?DL 2OEMeS参M7#pjՋx l&KIf?]S[?X>!d|y8`)?]p@a,rnY V r 򶮣 0nc) g*P@CpX~Dh#xׂaK/Newqҭl=mCI㕈YJ=S'^˳3a,x>N*{Zވ-mE JlGlz  $N1 D.o,DLun>&J3h Bn?aAŵc E8TpZO$ v}BfIj ۬c$?x%Lkv,q TU'cTZ⫍f\Q;)f|dCE. p?4$vz(8ycI( !vO,ʹ"F5o>#$L^}2:*o4?{R[]o˒(߰U{'xPA=muLDcH`5 TCh 0-G֬$3>wKΨJG3zAM2DA:~l?=`:m;r?5 3c:DuWi_&D̖=~~ BXX]㜹+̗Y[ˏ HWξt,ʵ}vPE^D_+59UM}T]lO`6xMw#턪;SԚ޴S@=ѡuqhX>l4T5{>Mǖ?6-P5@Eg*ۢKeڰU"o9dS&XBy!h&qXfْxnXMǏLk U%됈%{d)S,%RABi=߳L±C;4ZlYSֶ߷; g?+"_ҕVWzYWR/J(<*aj-% 65ggMreֺ DaR4J_y}[<(&U~5*'H즜AN⯘,[dyz"׹ކb u8>Ohm]edH.kk;Ab9khG-}G|0I%8 '|)P3f8+9!dx/UJ=F=p'$Zڣ+қ2+QvN堝0őnpȜ:G}:הXװRO?o^JD_\i1#ԨhH %49Yςß 6M"j.w/ٶmk`ES&#sMWjy![ۉR#)w08Yg]h6%;mRYE~~ }vT5(z'!s.;q_^Eɀf^!5}+=+v݉Hޜ.tGp(FAvxp{&T$bTVEl5D kff !Xn^G~&d:=YS IY~ezNϐN{VVHGQ3uc뢚Q*fYA UQj> =[ųVߎ؍Xa"rAfdH2~H52pla"ZQXSm&8iwc@}2:Y֟yyLTt-sfF:'AGfߪ;wEqAe3JS]#(yۄ?57|K`w#TE^&kJ,j!=4z'}rj GuL)j5Έ*V~ fľ$I8G#.!(NSR*u{Q\ 4ܓ3/LP?-A?yDeqqj+ۄ`@K0`"O>U,OR_o_ie2Bm12*L .ǽ#6TG $f^q2#*'aalY "_m8@+ A~]h6ƽ=HAn2S`QqMf?%(8q5(SΗڐ[ob̕( /@$LJ$~f8T4}/n^Ϛ}vrB+KxQ_]6?\pӵpi0P[@j}Լ.$zoI$dJwe ͷw@IZ QJ9S:S4r8/(i*-Bs|Ȉֈzޒ}{44X,ڨiE+͑s w)ᱤ݌G26DpH̭ tb"nip<:*/9˫ A u f_IywՐ3Tu^٤ =W!] ZŖդoI7AY0Ձv|Wvz\y㯏0\ƍ[Sn/#=_2^!70X}OXC|؅/-2Ņ'47qL[d7 ~Cƕ:1m[a0?J"6gÎٱ L==V|qsM;=Aroϳ hĿyӇ}6zL92t$ m]nb׻_1:JN ƙ0&@M$۸icgu c'>h,+j 9QKĒUZ@ PƲT_>Xw: Ev%gpiQjU&ͱ`5^FrJη,O#rӊZw1+wc8UG.)_1Kv: ۜWsT%x KFʎVH%ǡXNgNRee6`,S/wOG+V:>cWO-WL]rCZ-d+F7du (+x(%&@hLXTMe7R em JqVBV?6Lܳ*Bd!r0EOp=8S\ l FQ/G_BI3OC%NN~bwjhlUL;Mk[~ֈlKu/';u͐ W؏. vL'86H6#'kpQnh(vJVAGL *%%Lp?p&2 'V}Iꮨ[ %^LZi!,xb:DFl:E%_bBy9¡3*xPTԑADk[9|*T75)T?M,q(E-(e0W-J˩K} kY6x 3V@4ABKlLE9.-NV(l*6N\>%I5ˬ럩ҦO!ZșJ@}펎*77נWDU|wC6(N2#`stM'נV~>G~W6NFJɃ۶S-%)vf_2{H"d#[OE|h6 ǫm!*U ߰fj^i{7EbJRg"[ Dl Ymx\ifT"ֆ?i&kH~{7:Aa)jKEY͛zXyv͹$UMf@mnT4^Olz r8ZIOZǫTXeuH3ri]1kc?=K#PDozckN"xǕ8j?kok!ExRȪvqi l]$N0 y>}Olz@3y(ч*=B/zLogm(/nr1Pr,'d .dBHhɌg (fX8YDtJcW6Nbީ jFBX,zIH= B$ :x@̌>7S;xGP!>5 ^!Lϭ4_7 4x/'ULݷ~Vj[$> 箬I]ec^12kA@_ kG۬{U p+5k00  gJ-OC2`D η[ƅOI ~gP۞Y2./;8t6J^)o=dي+;!X\XRbꌔEɚEm&b.:4=JDSOI:z`zb'fT3.#3_-b6>'4.{ԌU{nW P#xoYh _B@/O\|xx5l SxhXdǮqa5k!Wn:O4]7/S ʣF\njS>ؘB8{1w3"!á.F^6sBCT`xluJ~T1brrJ9>Un䯿KWoOVWMTDXL.6M@nLmVB^Q\r\^៧2 ;6e $܈M*\U>@CΦ24J~5 Hm6V732t_afcЇ )ȟ\fه0#tܕ5k$ z4[o][_p-[i_:IVjMҲq֪T9Ct)j57=ʤ)87!Vn!K(tXrG,S5[x_+Aս`#|To̼@a9{V5Kq2gX5sL)&\#WU|D<.W켨R1>ԔE緯W?` U6_`0Aycl^PKt. 0ZxR2}/~PjL  +ZF}χچP:W  f!',ESId:VG b;o"/|%{i1\d"Q:l$\͇$U(HnENL+c<ȳ 9>!C:[Sk~,FE:u?EGnf;X0[) kybBy",F\D&h*)P;z%>ަYص;{g/Rl-P (E]IA"҃RF?C1lO>m -JՅK@-cE#WZNp]QO#\ PLp{͑mL7ʸioG*Y,i[lˢK`bz⾨64H:XN(Ś^ʘat}!Cx!OTlΣM;4X%X:j9 vd&n72nLNq"Ex=`#p4H9 ]#=*s[a bK(Lx߯IOY_*&ċ54i$!T &{VH?(=z"۳ tD%zg}v\P y8?ܟO@Xy >V`' /]l :I$ĜԠ:~ P{uh} `h?q:Z`\}1k.EEvޢhTAw 3]7~ebx+X]e`9GȇڮjJUg59.ֹqxPv]99EĊ5Xly[l~qT)!=p~w_fq1ca{ 2aS}+!h8+OX({˝E*:HtE?3$վx]B)uE@ ʐz*9Ih߬%_@,lf#T',4Kp`%N$ 27+%aJd^ya1xt/^05J`x9. #gЯ?FSq451 YWR[w@!M'M!4 ]RD}N{>$},6R]l)b ,#WDя [Jܮׯ#tbRa1*~C\u̬⬀ e)%P\H!QSB-'GU?LF_\jkrM@P=dB}𒢂1A$$?I uFS]moG"LnT{k"LDsj`%}iF0d*0CMˇ[b7Ǚ@{";\8SWi⫝̸'J&oD-~'>ޕ]@_3E&r\y#Bn_$3!VDq*P3q,[~oҟ8fXbPZs"T8ԝI*GMijO.C̉( UkŽ (G P߮[B*x*@&nj4xliPc6e3_щs꣬GRkӑ{|N}(q*SFZ$4di^3Hɐn˴q@Ǣt#$%^8/4(o@|,`qiUJ ?|:Pə5OHּoz$. q莾u"d'G>i&\:khi߫VAU$Hh~@5u3+E"WއݒkV\̚ i0JO3Fj4/habyV'*i%ętobE\鄿It.%n Uo /XK"}@vH#-HWfNdb&jQ3w_ttl -/oQ..GxUȁ&}4i<8ܴWKY ;& VK"v fY@| ev!A(![dXC[Ӄ߆F69GL.PHKʙWI1Kzqs+ g:!wv~94A7aW "XBf*vmy ,[bQ:@`*q3w gZSZ;T-!9e=wt\/6WWJŌ =c׊ nd-[NAi:(Zqhe{18n*&Ռ0s ^P!,,TXhQ:zVm5-"7fLMЪ,~Si1s>Q$0 wIJ`«Pt:5d!;3|JmO“ӍSi npK/o-ii]y$< '>*M6ǵE7%5=XS]l=YyB/$) D LӊCS(g#B I}\;^\ҲO߿xr(-Cb_>g=[z·t<(q*+N3stوm"C}T2FT:ٌ4N$IXÚj7V e\q ,ʫ1le^lל~ #"wiChhZ#MLUC] 2iM߶Ytª`).Qs 3εO"06[9]"j+y)ۇa)1#sTQ:^xeXwҳA|[$?!(R>e eΨ `EGֵfKbKg{zeEN2qI%.N-nSK/F)dx|06w$HK~גODD[Od/y8RMR|Z$:7L]Fu]UQ>ߏ>ֈ ǻzfI0)[->x2֠M~yS dasF%qLD Dw.Xʳav{5y6YW煕-d^<]i9[#mWmT OD4_a>*\ >olmw?vy묵eQ+Jb 'N81 v+= MVDHVr JSYULWJHW>RIy/@}7߮6mѕ -y73ߚw16@h\8 9ylsBݻVlqYW䞊`t ɚh0.H||k#{Ip%ڦUg93p=Di=.(ug%I[INs@Sשּׂ-mY\ Kdbg943ONֵr1šzyN@݌Ya Z$OB a wlDDz_ l?>eryQy*u&1׮⩠:$iR N_wIv}־}t0D6~{2Y{E@e#z q%j/UJl2zǜ4dZͽ Уg v9`3$45p`7$wVUxw_.6/& jll,џDDP+UD rXc'KZ `s!jhwMnc$sI iL/amuj˜ҮjghVb]oۙ&Hh( cUJp7!MHdo0穲_nNq1֖YM)D~V<Ƥ+Lέ1lrwNiE׃7x9.N"k8m x~?}-ɓ'ah%ʰ]mb"߿RAzH&s߼cv+}NďI!>Q gZ^ۓsl6-D/̠azUV&@a,YͼK*'KdlOU$0;"/ 9e E3:t` eNFJHP-R\]G -em8$-N\d{ ME%C Ehq,G.%j_(XLw%O(=KnVƔoD2,HK4/ qWg0OEO,t]˿_\-5ZżΥ [W)`1%ۻ]@,e} T2Jv?uT1S$_ЏihOJLxT]zmͬApaj PWgkAkM(uqpmW5\(=@Dأم4HcK ֋uV7$Xkv;,2ѿASc9EF8'^o>&r'$g]=‚ uXk-6p`i<"~{ǀs y}U'`22%Γ´D|C&7r'Q^ _ V|z%OkQBꋨуJml _6 j6Sj~L+# yirKκШNljuD*W#M[yH[[mV9TW8eJִ4jꤧ(qoeY->?7X`_HW{w8%JӁ*SI}.xͥGP.Z*HWRKe Cpf)m;̫dD u;C/OWA}@$b`n*+B Â;(+OХ S#(/Pf9}'Uq6wke%Hte9n&xZ\f l <3h6 ^\.D3;X2(c ҩRZ&[4X&-.~ G)9KD%+ !: , QIRE:(Ȯr ZMg{|2H|@`^z^DQѾp9վfB`i>WaY6=5: >׼P90љ_@Q=MȺh+`Y 1g63`YBAf $@gH+GƄ9uf#)?2!-7s\)gH՘q<|$3GC/(# s=QEyG<Ԃ_Tm.YXt+ͬNTB@QD@PaPXZ="$}]HT;L(r[Aڔ:7L;vw.zߵYxecֺ.}Wo^+NG{\ T.ӿhiNS xjt,/tR]Esv\6 g̓Ld=LO}-q뺿#5jĚْY]m0"t>.jy=pv)"Y,JZTO >|)ȴJT AXZfRu- : i=lQml_qo@!x*- l+I ϋTI>tPP~B+85ޏ.woG,@d e -gm#(B3כUfeMfx`9{\u)Xn.5 ҆ ll|VoP(#ڎM,_[BJ<#uZ;yp/-j!SyD,7Œp|ypQD/nU7m(H$}Z tV̱*3։7&wA*D S< rGZ+9O,/Ӳr'ckQQuv:E*ғok7Dnدn]ш;[8yxdVsθEЀ.d^Ӎ5|5M/)kN{4KUt\<i0N"ifl !*@n#`` 2妟tb`e001賗<8 ;!klQK/k\(I\:֭vY6acMlxn@_rWX/yI*u-&*0^Dj![?"]+ =dx|1H׹іh$VQU+K&Ç)[Ž7oњd4%xVi`grp((w40޽"|UR:Őx午.e8`#}Pdѳ_?!Z[Pv/!zѐp12hqy}BAY]{d(đdtI~m9vȯݝW|7D6Q 'FN*b_??F ;b_ VOa}:=rPt;D-(#ږY^ DhgN>D}0 gbX>|!jV,e2k5WZtoBS;-djɛ7(Z a8C-O`2|^lg0$ؔivfo,P?ۀ ҿ,ha" 3n36DD͕hDk96뿾0R|E {w}#yln~~]W{GA8;~Lc^ YO]ʒdq'XyoZ "a o}wɁHWD_r3T ?ԖSzU@@pUE]Rv ߐ}L.B:U0U0Am⌏r2,c46$) KE:ǹymIYo#bB27SD ڒ, 3+S .vZV2IW?)9'(z|J ¸&Ϸ @s8Q(!l-3?HlE"Z?;`t?ŢSN)>'Ac &cOWKeBF%lZė<斖soUsPQ=\4__;[ֿfiryۑY/2ȧT'ʒL%*w9DP;f"G>:V$)"PZ^E*_iRv-t/]`SUєv>j"Cdd( $r*{luOe|ƻw{EyA%X@o1)}d:c~8} ܋Q- !*~]-T Fgܷ Eӳ/;'␌DjF;ώiX_Ω׻Xvbq$[+ܺݵl)ߘyQPIi$2fMh71sevAhSq@TǀdPHSP07ُd-5?.W|ewD ɄCsf/YrZ d=k-=Ɛ;o$NZ؞0ʗ5k7eO% w(b˔ЖW~eŘ y}jF)vHy:Ųc&p#v8ώ`5{g t˅GlHҼY> Uqĥc:+툠\O]pvHֿTEd[!w0W]M[N:(#@tU~ _T Mހc^pz-/N*xvP6}m> N}"0Ggjk^uTf,aZQlgDyף&C'HJAJt2⃛#P" +7~z%=k91PYmژF}CCHU,<(]?% HsC| 3ĭ >E,#wם5~2hO4gtba ҉+pjHߑ6t9=,jn#.޽[âo7EL)TO(- R (+oFYcpvX3(.,@< L dz,'cM0e0(遼|yx}?cMOtNg6XQSˋ:H{i#=B #㳩:y= v* /́!qHi `! U$tE03kp7D0y(*j`owǝvVWn~=9cA(M _ZkRu,u:QG+>~#R(^2I/Sj}F,2!Ν9b̻+kX*& ʫ|%ю?1QΤgj%l̶k K7`)+RN56uurCHW)Xb7ڡJ9L:OG!z`l pfuћd :%y3GJf*WNp"RX/*f.Zbң S;aȆq;À%`l2vSRm NVx%0ێ/˳W[1YL}C{4H&r=N7Yڕя-_RCo]EJ ZtUe@)q4Z`K_]ۃwa]dߤ3 #4R 8g%O0cjV\09;IPŧk gRbV{ 2ilܡ_(۹Az26=+2d*ƣZE6Հl/#^TO(epubI&J)/4/D!W;%"pLWNouu"I:[y?շ2 >rokފӕ9Uy3o鬐<[G$̻E9ppbfɾIB!Vx¶H7uka< ި]?rKmCuلoiy8}` 'K`U (k%nb9ҲMH,>r$gqc̲Λ铦o`B%N8^4z ;uXr{, !pvV uaNKKJ P9!-Dn1G],Y&? 7b]fGia7ImI{JHOqлbK{7w!b$6iS"IfA;\熻  kLTr0eR#zBbbv!a6̿)_Z~:2>^eV) \Exͮ]*P3;k|ـRۛ7-[F RG>6ceq;>էRGp@e]5ۑNU̮y ~ykJ",vZpa~٪ΘLs+e;=Cu+qSrNW[ՂV;-Edyր{q'܎ځSlyϿ  b'57zM̾24MA< d` 7sk(f@/\"iL%g_ ԝ_NojAj,PoE(ʇ{FWvcW`~:D: aSoCC?Bi'ReS mu(ɁiPzQR1ϰO]MWh僝F%}O #i\s<3Lvr6)?ݲ0(:,cI(Hh|lWg K8 ̲ PeDjz|-&ĝi*L-)QЊiqgyx/JxGUlmIΩm Yla$oc6gzCmji["M)x[R_(94o,qbz.YZMՊAP2"\klVC5-VxyWakE#zh-$ eCς(6Zv/Ou6Vmo+O&ljiBSY q { ;4P+צ6?YM2 $-z_Yri2uo[h]d&y OOᵑ^-B:&ҰÙ|8".OՓVǝ(;ϯϺCstWzPYʐݵ[XYZ⛸ r3ޣz=+N:m5p.ōCI͝ҋ:zi|5D&(TK!b= WMtc +q}5 'ꀷC4"9y +?( D2K)议h= A=i5Z`P߃ 6jQSKh UA.? nienk>!yl7uX :q=(gN\ =Rۂ,}V*FA6K\r%o쫃\.VjC~Ik/]믡rq '<ߺ?2]fHٸl<]5K/sCvl$|q̻L@5%+hk]_0(_e/QPqw #"Ԛ>q}8-K%$ z2@Yo˾S\؃v12Vʪ{qs ad ]UףAϳ67̦y?qixa qz%F4N<0]ǔ)Nu+@>Z纞as@F7~_Ͻ LPڇnUؤ@:f/ҹb5qծuQan\r>jtNS L]R=}2Bx`D  n@1eD/>H2xtn|yhi%Te\|T~=x>{ƕ_%y=Xt lрd=5s~;Xx"Uޗ_,w$4+U2-F_Ž~Cu1/DA3 Guv; G! Kl'Ԕ)Q?% fȻ:1;a(9 0jn0IC٥[B??{.k ve0|kb}mĩߢT7̖ƒBz1$:C|ѡ':Eo<KϪ$1i<`ͤRz$ǑcK" &Ԣ)Way,?96=l*ih)>1Κ[WO!j4~RrMXjLXև2y=¶OKItbzWmQ*E}s[eB3ٞŝȝ h2Ǿ{ߎ9KXXw0fd?CI`)ܹ0rE+NnITO32vS!@Az5B-.3'U]$T@ η+\1X09&CV$~ۓЭs.E$0A=T (p"Tb r}hګeEe l u-P6Tqǎδd34e''hZ~ 3egYݥn <C_CzCvi `ӨprMƑ @1G'Q nm]((ZMj( k#qr=Toi=㰪 ZX-YcSD"2kMt/OS2aşƫQHgJ_evuzSf#vCs (1f>dYPVl\J~(r_;ޕs77OTDBI - lBlDS}5sFXB/Osq $TLeC >0!a5/x3ϴRX VBj/Z$'}Eº\!*sy$p_Pz!n[*,ķ {5 2IN0A/#|s(OC;G=5H6DYE&ą%ĦiksQN(bAq(e<Bi&KqQ앆v5૲0DŽdL96ژk7$- lyN!L/f 'X ]| q1Ljxuvu[wDHT3W;:Fy)nGUYYd.7wxCBLlF(D2iL%||^-,rM :"%}֫&wA 0%Ku&J x>M2CiXU?ʯC0z¢ӜG;Qzaْ~g=ⷨ~*<_:RoiLz% 4qP\XrH||.4Ujɧ9M^NU@&ymӔ%T(%êɄv^H0W`/0̍$}Iw'Fu5o(T5 ǀGZb׳;@-M?J%t 3!FmD|yP"LD ]Hf 'Ώ"Sw(u?ÅUu önVC[r MY8b @1+ h} XR?l!?0Yd ajm{tNOiCMgh]\h6AS=Vcն[I˝(ib}`1Vh9A|BpT=FiVBS =E )U@ ?6Dt gY{a~+B.kَ9ȏ,K8fudg zƐu2>5@>Zhq&y.ɴJD{Yuh6ՈcVtHCQ;iX,&%kcAVG''U 9Az]f:|g#?/Ft3ڱ\%tO`'"1ߺf$*0pIW;5 sC.ÔN&c,Gm 8%҃n?䫣[HSߟ[E+t's/$Nt|N 5CG-0?L=hRBVxxXX(r|v%ŋ dNuSQt 9wRh}\`a%}tsqfaQ_*Ty.2Ѕ*1/-*#!zX4 xqKj|&#'{,gy"w,̂c0SM͏e< A?V_;N6}hHTsa`[IO{{dN͎#+P*v qUq8>y4yr{ ܛj jJ%5dj? l]9%C2mUI~ 7C9UjC&r{DGXN&&v5S'(Z WlEW0Hp_q+>EPb1O mG^lsr{ >SNQ˵ KU+}B`;y,/(mInxAJ8AiG''@0 'u\ǵ|6T d-xzDh+c^>լ뽳D@֯չȳgE ǎlzx1bHiD؁z+CɻTIX 4mo6EO-ePSVVM L$;Umc#Pu%}wIL:\/%dZh $?{s r wogR B8|4JQ˫ob? ¿B6"z3G9=KF έ"[rQUrB .P?aV+T]0vK?'hHYӺB O|eK͐h:4B0RDTH8UESKPiWS]?Z8QRG#49qc헧x$U¿|xkNm(oIlgW! C?[ACfNoV:]Ѵ|o'(l8SG8@KL 31;# Ų#络uv dN -cv}0Cˊ|O,A5T()+?ކ;OQҴ4Xο k[M}4)~w[)|%n؋EBL wLGNPW~եĮsɇ^̝J DmV1Wp⥇p0l^#EX|W^5710vR~mS,8ж%!9V+ll![\}uR[62\ЎzA Ҫ}:)2v|[I0K( Cslr:#ӛ̎m,UlZ>1HA0 4PS(%ݓk{Y_G%~a}O腸V@1, u gZu7}]=_#5E'kpP~QX ^ ŝuJ~`;Wn~ƬIΞ r0[@nעhr0zH:o(E8SSSM0QN;,;(Q6[R`x6Lip_z>ƕUW-2`w_ӿh$jgVdt ̞>8`Y$yU #Vu'}S2CN;@#)@7F12ēÀPjMP[탑Dk,a{!͞W{nb⁏p^/]րBT*s3;_IYP]kL1s<ʵ i챩7z[eqcN1{iԲAz`3Q/fJcyGl7(,u{;#\S~NI_l a 5:F;VJ[镇Hø*ᬰ7\1@E ӱn*Th-TlGSP嫻;Azi+P=VJ" ո6W-6\_w\}@_ M0oN$3+eu~׀8:*|"תIwe3FgmD6H]-5hiy4e(Xsȗb./.iUcl=",l,1y5`O٢fޚ Vy֍F:hkt+qd iu1?H.*jn< BC-C!zY/ci*kiymW|,-HF΁"o9 ;fRKeiAY>I8XBwCCk.jk !g4[rb*6KC9si>. \ !eOCYZ! ݀ߖZӂ<6YTXwn'+1Jr@9 #3UhiVk &'Loe&NZMurN_7>[훗\R/Ic,>nz^;:'I8t1#~/XLDK,W!w GePU']^p$TѤk8+ƝuI.Q S_p14KbF7_o_L;%c]a.mmI\H5f*(hQ4Č+]dψ|9uZWMT42zD6l8ߥ2˓@)܎ s9TS"ǜ d{8@*xDEM 'w j撸k+s\DiYdg%~gBN:wAPv'ph,U&YVulxKES\/~ eS `IC4rݫrKަH"xZ^1Ln>_cj?\Ӳ|J*9}Œ:ڹ1)bЫcxUG;-vKgWrWC;jI1+ U\fg;Pҋ$R/6`A'DB=ڦt| xi+ MYcoF2M2]TdF[)7 LM` ~.XKdYj#9bA3han4z"ǍoXt1?56c&FQ&A3< W1\4x9 2](hW<_`'gǐڒG `Lp@7v\Xt$mR[%b䣿73 jC~?cK'|tp%^~Y5$i1GY^Ε|BYsPVeޫ(ٝx'K9I!_MSPmӛEe4~٪PA T _ d skȚ@u.OeiFO%*}'Nez낊jg>}TxT}TD0@*ƠS@F@˸0~CkRPRSbT,NLPΤMitݷa25 ϾbAxYbw4P? \  ћ{(C.j#mat2,)}⾍Zvה5Jӻ]%E!/[!Ԫae0,=Y;KM `egr *߷F-t}[-P;I&5ݗ\Xce'>KZ5~&탂g6 Z: Xg…*U$Jk 'Üɮ[>;)B~G)ڇW eQ<\| ,#5 ! +# * Y~xh>-3M68X[xA->pf-Xe;NSjdNsV4bGEX7W(圳Lr(}33糏*IzAK'$pшx_hV/wd;?{M9Mfg FB"O}9Έ9C>%!dy>͚ wģv 4ec=,ycc>OLQwqCϗkW9Ңd퍶nq j2q{~7){7ղ@% k6/X0w?X=]%SFɦf'Jgi=7E+#'1ж2O} kj*:_>x2/JxV=ND㫩woOi4t;lj $4nxd|enhF3maĶ$[`\$h^6ƾBv['>Y\˻s˜hp;s`,m}ϧfq9;_BܳŃ(i*m,X5Uqp U^ I)"DLI,oMD:BvLzU/c̍8@:gFeEdV@M@qPxK XaJR&9bHT'/YfάHSZNe[3t`@BRq$3,<Gj5z#F=Y/(`Y+go]=uep>~Q/C:Y$FZv`J 6e|.|39bm!V ix&k&mS;3#_5q鵭'\Wt1laء)CB謨g{Z_c{xG,zISaa49ɮ8LhRq/~IDTyX1bp W8-ůDcW~,EG9]0YC!i @bJLk- 'W'7WHWN#VLACSaଐJXC d RYm}1S} MJ ]{-أϦzcfzK>wBVnMAع()EB䩺]zE"ewΣBvwFAK>¹dA/uj4`[ȤdfyigmZ_4C#W`"\c5>{s7^%CnAEݑX22*B7Vz13cx훩ǠCKJ$ ף(LwSaDrDNXE_BM{|H`W>s-c N/M; feJx{ʰe0 `rvF^6d=K29%,2eĭiB^3'vTlw ]_M%BY"Ɛ>J/(*뙈vkm Y3' zoRO1 ϜISg n#m}cw.(`?\cHkA狹W| GJ?s#Y09rڽCaV,"pu:C\J'H]UQdceEz4|DnB2p-\ߌ > V# B?y*3f~A[_,|G~!86^8j^?j Nx#Ë4Rot# ~Rƶ+D-vrk }1e3@44nYv0=|$?W~w=Xeu%lS6u5]̑dK.tm "4=\߄lwQA/FǶAuݩJ<4d"к| ~ٳM78e' S-G;r|ׯ j3HmLLܥti=҆PYO˩zEc<8F/ oųE(e9C+ZvgX/5zDmREZdDZzkqNyZWAzK핾<秬@XCI5nP( /ޗK6u 3&- Sx.njE,.igC(wؓWt3Pj~Yg娅+r|9'Nϳ*4'<+'$J6<#>A,}AqV|ɺ5GBK^o{`-#?*3ugS3ޱ0J,^dzji.sYBR=`E~* 8GaMzke`H2tD~D b| [\i%~oa5 ?.Z__3F܏D+co9$|a;+uЁoh`މ/M"p-01PD|XXDld0}zzO D,&HѰ̆Γ oT˔6]uF- ~Ky,s' # BaV&Q웈m?ֻ\9rQ"ґxa ƨI gKQz*8y=V5MF)f$L$OS"8ORZoORVQgn@*^O ?no`u)Tp,Im:Əsb+|T5%\I46㌬W(C}۔KzJݭmֳ|`kqb^d|K*i'æ~^|:{68-1 ̼k>h C!O=FhMZHj9j)40)&<ٰ1\_cܵ!񖜉 L,s0Ee;NI;'S+6]xkҮ[u]2WP0^s:4wulyRوqB@9/x؜ R"[O>.v_hFP|swNJ; g\@eUhKq#PlI1{/8)^Md1_"0 џ/DP k|L?V1z҄֕- TsfY Up,I݉HA1G wŗDݚ%bcAĬkbF/sB@0gʌs~v [*܃ c @ pv]I#e B~/-EFGYXm,":1q—v&[ `) S06/e<x6M˪ 7Ȩ*(a:R*,z<S(D`-kd`d[+EIMf↙}~m$Rˀ? -OnU%a7D/7ԝ7Y+QJ rc:[*p`T^EZ/,3 U}㪛UTrԡghBྰFlđd PBMr9"_v\NHE-=FbPiKN\EɾDdGĦɫH@FJF=ycvB_:-OG,bDVn ̫EB)ۖ  !t­+>)!4DE݊AS% /kuu` 0)x<!ӵ~M)/cyg >d $"idKѰ5tnCU˞ hqȢsN0MVQNJLSU~wQV΋r\2ԷU=' g('~bJЊKy?}c)q^^^aR >=ʾ=2K/-ئ|pVeŚyឞE t\\^.5+}omX\=bS.īꤶFj/y;j7joFcڑDjUG)Iw.B(.58NOgOٌtVh@n,]"6.zΦWp ]hTͨ{.Ƴ㑨Bewkh#2b ]'?(Sl&ϴdkI$7 Ks+0PPRZ ]t`-IXؖg#! 2b9z+Lw ɖ-ȶ?o.?I|g!W.TTmD$L8G6Sٗ iʦs:54Xv-{Z״,dwS97SVGPD:kWМym&w!DW+;~.ai=JhK[@th(Id]VD53V˞ .{_&ˉ$l5aRɲ&0 T)h;jKQ1HAbZ:|:#~W68!]Ro1kbRH%}`'h%EdzVR,_c'RT+Uvk]-kCؚQБ@R4zwEu&Ӊ*,߲ʘ,*S!+;1h̃ 1>yp} 5T]4u'Y<-y5jy4E~n, hjBB VЎΛ8&~匹3#ַY}V>S$j$SA>w*2{%KmW6z!DNk!vLՒ(%Qk_ھXk=8y390P3tgށ~򹉶H,xpL&)*G)M]t?zI GIH{ !dpx({~z_kay?M{ חTK}v:jxfxT>ΗOMXlFC?Ud {2-EJ60`@L~@Eb2 R){yuta}2?"օ034M[7&CYhdVA&l/pE :fh|'#I∹b+BEp#a,/a?loY[CKΘ4,vLEҭu}sּu}v=nP: .Y*,?`Tj(uz\]XͿ$˲h4M2a}8J Zf8 SM%Ka=l?z ك60F4 So ;Ao0,2<|;vbP 4[e:ũ>yJpd5ᄊV'Wt6([svw~0.'Vc+_1J63=&sNPvR2kF7{wOaLNl?T&퓢,~jywvV{QwpI*31>ɇ9 eqiOT-: ś:ʤgqd S]nB>@^֍P3I4ԁQ9^~N[6 Wm ["/ EkY 0CBqߗ2A*/%%IdCݩ*em'ߥ \Y,?-\|Bv|=_Ntц%5 b^ps)Cy<t:J m=fc>$J`N|bJBET"d ,/8 o57_/ 1##bԍFBMX"])H&HM3pws84ӱVH"N-<A j.%#ol/(Z#:^GiUrɉGX3' f!Wq$G~Fv4ܾ-z|]dyy Ǵ ooVX!S~˔N N'G/QԶ | MC+=Tm/G-}w<\x^zmV:0fJӏ{+}bzRP|CϽŨtfz d{A|N'N\ Ph 9tp΍2k Wo>#[d,DqC:9.wV{a$q7dV)`TPuEVt1m3طEtR습n# )~̄낝3Mό5 6 _)HV .A֍h2;* ^+E1KܽYs9YGO,[ `xrՉ=8aH=.)=ڈu3X-L%;LpQtc$ Vr9/ZO8\LO=skeP?҈j bDv](׊JR*\97!*tdQi##Ԅlda @W"7۩#U1|1Y E)nnv c]N1l2uecSoAa#VK&m7[k$ZC@ j"e' plLߢ\>ݣт 2](z{ӈ+,[WuQ|QЕ<\? ?ᏺ/GHghL..eZ ~ &Bkڗıiɍ K"Ղ돠1,[ F #,Ԉш[|T #''5f:z EFWDo]rYY H{C Q5]眕aU,6ďsKMS0ԈO?bi+Pdrkt~Nvzf?D#E18dJxShA!P4ѿ丢 *d6U-Z[J-k!tsw~RtIF:/vYn;VD騂kh+t)a;{ͥ.!t l6 P )J>s>r-B V(?ЫmNCz3O˿XA6V^"[+r:) ;IE$©oڀ -M]j$7' ;WdR_$ʙa-0H_6W$4('Tj*\FMF`}ɴ)6_U#d6ͧ-K7Epc $0%;<9k9RPŃd)QaIQBy$ FcJXH(IK 2K9BԳ 5iPA,EX2\\QԿb0%ڌt',%φ8L~i";diֽBx/žzu-_"Wޜ*a&S#;vYX쑚|mO <^IgҚK_sB0*sm:ቊ@$2G_wFf"Kto!KD2o}(m45@̌W7륹`_^DE1/d9t6P9O;Ż{.e,\ȃHM 5_SGfx;`)2apؠ5Ewq\\hh A#&Xd,U%D~>"(4+`R Vl Yr͢1;I[Msb% Tk0xZT3H *eaZR<@蠦V,F U _s/.otf w۩@d3v"[0_oPOLO*7&pl8N_E b<V,,2fjzlR;QJKa7x1FM>EM?.|D_05_K/Egi^zJc"5x8e o26Q nEu {t%?qFC=nVUf I e9mme"N閴kMbv$0~=Ǫf[#pK͑ÑA72@\Ҩ_Bi ƾOf%c"woNzpz4XlE YZ~E%2hx+$5A؟*˄A9}쁲6n7FE/ DCO)~xt| ،6#YfQӟ=.LCl9>qyqY&4eE0` ՜O,[h̵'o~r 4q&EAlgXۜ>;; '`炐238U8>RwvRҶX&ъݱ箞䒝F ͜OY3Բv]"*tѶ}kܣ[8e8{J<L?MG\*.O R^- 7^ eq)}Ow3ZVg W]4 woq*뽊jwnPR,r- PQ5J|{aKi% 8e)J+2ֈ; x\Ԗ&Q7LA]jc?7UO9[rO~DSV &O(Tbdd6!<WP+w)TF6yf0 SUggXC%6 j K'-h~Ӎs>&LD%3No>莱 MN@'~PDd !bYr'8Jx#\ tqbowYzIԽ:Ciq: c`?Tׇ~7tÀ!!]<$P ۸bMpA{U鬳7̾vU9SB͙j)wZlT*ѓ(396wX9d2@8ץ)A0`1e3qGx2hYD %mk&`~H&(&|?tӚ.F4]LpNt/ש_[mn{U1?u1r*6Eށ)j-XO*'kY۲t@~ӽE-0л8z80QQpn/$lYD/{8j;@F,c Eg JSd= q}%ƪfv( q?v3H,c \4CN{<ޒ8}Vm5/fze]\Ҽ}2_&tziçբEKF1㕑=s5S%{+Z ĠxTZK[Rh0%.aZ}&-]K%!\o&dGa`'SBdݧie gr$HQC=ٙXt:Ȁ.6H?jBB GIo7oSg__,EP("[9P-зHvr5 Gb beq@0xX8@LviqȰ1'U3b6QvhOBi<1@IU<K~ؑ}^ja (*s;}CIqWYڔ9d33]S\TsRN5cbظ;\=.pv$j y֮i`g+\O$+GXe, ='OA]+) CywXnh?/O۠|{Ic C#,%&q(8zksT|vYWh{ .k)jF-$ ՗ c%] -v z>,8E' ^VȒx?=1NK KsQîxR%д쨡n$v JZ,Z ڀ& em_hY5\^ QkȷA5)-Bpߎ_EBNjG1JAO#$ACp7 jV߮vk- w*~*:ۣuEĬ:9ao~ w'{+8 5= !|oGU:c։d%+bKa4:'PF/-7r> [s 2,' C^oF~K޻H+Enѭ/=J?׌fz3v\o!9TMvMmo,~uI}>7ef!] Z kٌ`rUɏ?TvKd{,HeHiH1ۂi*$RKcUq47ۀ4Z?[Qr~ m%'Ryݲ'^neqG w?eoÑۜx/Cja{Eu W~;=+ȃ!6T|a~8*Ip1:szLZH:.ּQs`U0Ys5wGp7xgd3WeGr|{#LP*bxb1&d(- 5ToZ:ߒ6#dtF 4+ykR 9I/|@-Ӏ Y;@tʖ*A Zc! U0^jcc".& '58rcf Gy$Խ/#񹑈TZIQZ4jW:m(O;څ'֢Fy4rǭkʷIW>TU2ͱH#Z#\Tts!`{!G7c"G`lfEv~H.1`KP7臎Yjixdm-XBWNcCdy e'n?Zf6 N;/~ oHje٩ΖO!d58;Ecq@V w{Gj(AQ~j4]$!jI=87JoS6m@;$wW=/S%8;U],"Ec@Ar֪{ЗAK#=" :vP ‡=?ct|e5#Շպj1 xœ؋[Ԗ|;I)Jڀ-D p c^ 칡Kcѐ ]"˫)mt!Kvu trZt+˕>hAKbJE\tu`Q[D06oNd { 5hj߽~6U`I[m3xmRMG?MK5aSrN/6=yA|OoV.{nVnꫵL'&*MIx>v`RN%W1tdCHLkS,7&BBy%爞,F[4uA{v{5A"E[1HC])KW*`&(1~P`+7l 4@z֢Ե郐u|umJwOf8x{lU&&Y: #Z<{W i"˙x3D6q+t_R,|n+Ԅ.-+1f[RTI]kڼf.-*1uʷHNnQ)%ײuh."S6O}_ 1 wwtDu(xAO)FWea! Vv)s`)avN!7 @J,W bnC .n6~Vʹ{ 0n6?ߣeop7ccA¸L'DX"WCǢݐvϱ'Lu4 )_j<v2cvT"rEދK"i4ՓʐiF j<+6 ܢ:!gn&:'I5. Z}a:XWF*!+{WIݎ J81-27q/12iw_ g'N=Zi-Im;Um_8Q^s396OtZw?tx}䬰p$~ԐeRدKqOeWZt!xi[>tU\~j*MSlpC:)r$+l˧L1Q[sad!R9do%X lS5ʂD.z zvyZ@Io+[TdWN=4`r|PU{aLp!2}a&ҁMr\]}jyH i Ӊ#j2,= UjΘ teKNHZwv_<#Qqx)̢0gz~O/Q]h%vxJI: pnO]n 7zhQ{:T`PP`昄8y'-G*>d^8[L/oW8D)AJ!.Zغx$Ν3[}Aj`,cFV\>ʓ0um9*psUkkRr<6)T#d^0?4kU+}8 eV6e{eb %υv&ct6Se+D*cw`q=|l^d .>CˡmVT%@Q_'ԢcOon3;D;,goRpv-[oJ<)o`ЭVTB(NrAQ' v{hſŮ@ 1dgXtdqֳ|8+¼2Y@yD+i/a/Eh5\Un5SRʩoؚmjC/;t:}]9 x +a;׬G}k[2&Lw9׃v®u.-ސ. ,?3/K"٬K=Ql)醳7E'{3b7NnEt^[tr '_N$ Ԅ8i(fpIj~]O3X<տ ~^p7(3UNR.՟w,$~cZ'R"iw/KPc g>5|3I O,\[#=@jvZ28R bûztJ͗qY]NCnRN%W=A)MwkTWamKɉ l`$HJ. $m^qLt_6٭pl,xN|@_$XHiX=ūn4AIp T5adT;f| `h76Te d3FE?JM[WfBpi\HkxD8 ̬}ox&s{^R\'a܄_KL 4a4~̵+Y%* F k6Dp nhnl] h03^=\ FmBc l,W 'kwSG̣Fo4 CPu;?Ji8p SE9KiFН&MDERZTPT?Х>5&T#'ڭ1V(ÇWO1ENAq"6]C^,U#p7$)ӿOOzP7 aA1l9{T~"ղ$j1va[j"/ŠBJqP:cCB9DF0~mFɃ"@eU"WVmpM&9CET0"&2;ȓ$iWE$^v]J7#  䱜;Yԭ| ,A.D^*>D0:Ӥo\N|ahx.0J~\d4sQ|:87&H0 Cwy w#1uS"B EG;͠ zgL | 'xr=okhAQ[iOˬY!Z(5fi+#ADDOVAjNT^VQ]!/#xqpl/eIISk6,v[k1!ޖO &^]Fh˴sG"=u1݇4Ij+gطj:㟘V@ST-l9V@a{zB#46VY ĆNt]>}־Q'5-I$V9]⺳))v٧DZjCf+5 f\q8J ٘NɉAS UI$:xf+T"1*'BqS$ 8s|-%T]}YJnBx} $aTھfryCd#3 nV 3k'4Z^͹OjIٕ :0<Z7gaCL|nqBB$z~_^gidQws⮍MJ#6BY}Y6i~.)qzl%:{!V;Cf`*v:M@Gբ!x C“eY1D;mUDmS}ez@RmV|*ر AeJ 2NAIHDfDIEe!<[@nV{dQPw00_'JRgЕҟӈ s/r|K2DG H|kOI=#RShLd:|ާמ5+[: ud%! on LK|fw}YŃ0hiK'6v';0IA{{yodaq?ue'NwTX\oӚFɻ1qt,,3KFc^D40~8 ")eR|4Gh[n7&Wo(<,zْםA4;~fz="? K=%^G Q||oQy_ҕvu^zalt%JCȹl"x]q%G$ܣ[n|B*j lPY}G!pp>`UQxYS;!m@-QXqdW~ME4 ?0()ڦ\%@n*F(ܶHJ;ߢ>15d}l>\h`ǹv4C1q#˰F~0^ފ߹|D-[qH Vz!(pt#61)X9lm~EL|xtF'ZĄYҺO*ܶ5%VA_=Kߡ!!c8Ð_xUW`X2yA6_dt2=3ϕC c5]Mg׋I'yVAr.f2B",j\y-MuHL4q&!ʦTܤ'`Jj3{خlvFh$*00$e6ZwA<=Bm`Ѓ"vwIL zXIS=H*4[16 -p:OYŠx^?9?+/=C~Tس]vl55!LqHn̓%2vP#?&TT@"8JՐO)o_[6-9m´B?؇m"EAd:cE)ِ ! @Ъ9&Zj98"J[mAou}~zU[ǰVVig<9܏(zUYӚ$wY <>??5с(J壳 )k 6H.39|xodtm5H < {ܷDLT/5UNH#VIm67#Aқ|hEYMYLx)#,S"eֆAs6sGAaetzoyTS{_+Nh/GPC;g;Jѕ5ufe@Qv\/RZszA/)R>*Mm9Yߐ[\>|轣zWgZssv^QVb"\Ȟ&ʛ Idirҩ9(k5H>U(nsi@t4D&Лot\m26?Rll% ݳX4>BR g.t HǴ@+AhCVb]K<Yrѕq5]DO [CW}C Ionmj8|ryӮx'3gvJ`w*D+D"rxt!^Հd\W={-B$ h{1.?zuxj\9]tkh΂I ]Zʅ&Rŧ`5%g戙!CīfK HEk h/]e -:߭w+/lREܯ(t j;>eRPB^KUֳ)0);SHG)*I?#]Ћ\!Z)vZeJ4=Ά)r">+2AM9j2Om^x$:KX-xMł##p̍A:*9K'2-7sT7;ݘs'i{vGYkU[˸byx<1[_kt Jcrek%(u0ƺ`ٗpc(y'Tn+BbFe x'dwͳ;S-QSCHbdLLtNd(OX 2߶?!jv}sa꧰v$Ҿc(?<_N2ab9!Uo%mÑgxpa}Ȕ#$!İD3ESz8HEdSY/#-bmo *>bi;$A ~S8789s`|oP:,kN8JM3VyWG̓e" 9߻A(f@_L" E9LϻP@ zcP;<&&@qVV+Oiy/)ō]bkPJv^md}?  oU^c>|?!h]@!j]W'!JXؐUTv`nEB.-=Gont 'IV`ۜ7_2'@~KEf\8}(}+/QqƟU~ t¯X?R&B'V6n P!9a H"s~lB鿈XqUD0>O<- TE}@ArĖ`L9)rŸ)8?b<[hwXpiu*QL0T>|$WH},97VNA%<ƣɸh/8 m _Wy':PZ?^ky7MUbdbM.ړwx9T`Qs7uj{6\<|5vm+)UXLNu cxpq?_ R/_U*Yy {'0kfur}PQ#RpCIU:4k=ѽ؜LvTxD׺د"T}utg"l].)c,'1]Fv&FKp'z>8?Ѧrq 1+/ߒ"nv?UQNFK D^&FelOkZ1턗bȓJIBBMV5P^xKijKb7;Z[6>x2jȴm~-Boҕ1Q˖"BFL׮H9A bOJDCFsu_wtQxHۑ v;fEzL3Fo .o-3|_mvq69g@ICc.x2걩_Mؘ3 F|]rTn]ڍ( n"ªh뾢:"BX7~Rd `PYd\ҿQCA2򁃩7&y ?aKGijPXDMgԪxZ.)0|9)j<R*Yd{$lҀ[{ TP}oVl1"Bن >FoLR:?6AAx 6 ޾<1)*)5Ew`H4RBmT) n>dɁUzJ'˚An툝k~%vgܳsp(21_JStX#m(;"tY<[`'8{'_6ԔB܏$Tx jj\r/7kԝ Bٝ\RE>)Q@kRW$9!ۦoYGuH4_[90.Hl>^yxϝIWnV^އnDVqG\/>)7?P-Bmx4'2Qh}.ꋛK'sH6M&) +Ε :mŧM 2T$utِ6ɳ54(v;y"ƕ5dVS|3\*ji,KW]](my]h7"ZqU|"yCr=+-g1# h(Ip}Ğ[by6mK[OscrZ$%s16 )shb;x*zq㦬DG6ᜫw`} G%==) YC.2%tV_ si~Yqkpg#,3ͬثˣ5*PoFq,szµ, X~qcOQprN;(6rikz>El8m3CxLLSpp(/%YhYɀZuHd|Wl|up-o\i&V =ٵM=11EaFZY3f';7΋m/b h.zUˋo摦f ,le T5"t{@PJT\'u~_KWhaӂmÔ`,'hD0<-2:-q,<'i7BwXA$M76?;[1p ƥq_cUF6]F2GymkQ['=@Tz_WJ[ZnjIؚW8l"CM]h~hVrzB:+BiѲy};ᬐ؀7mAXF"M_ؑ Л5xY8% A:FKa5#1t cNz$!5 d! ddl/ (<1] jm66zcO f0ϥE{gh38JgDz$XVe=$,\mm8`Sa3쉨BSEJyL<>mFTdTyT&g+nrKS62C?Vgh>@W@ɜĨ Ẉ>}u8;\Ԇ+gǰXP?,\s/ƳHQxd SD1tee {Z熍 lo҅Exs i}eՒXm{! XH]#u-?+e0KߡOSN&;o P\QQ(Ť#H;SޭZlMLJ"ƥ^G$z|ܪztտ~,bJB@*һdGiy|.ϩ9+3nH;]=ߘ2@ ۀǥ ~э Q]0=g#/֊%Zg ӔbCvƔc6_oY;.v2yԾHu,!rG.{#[}WF?NJW. |7 3uuԽ\oʛ5=m$EcxaBn#[|PiNRNEX ',T;+snuuOF=\RUpq,; mr y6/g|C6*U&o$y}x z1O|a l)8Le=Ҡ膊f\HT{3Q XgSu&%S;ؿbS - lUuaq16NI* ׫\  d1P> "IC-8uW0H"r Xlή'şeD }t()?PU)K!*x6 ؋\eC Q؊dҥ: >[bY1WGMwAV؆M_C hSkŌaoC Q]q&s2DQwD`F.H"\әTaxl\**n!}/w#M=&G9F q \Ɂ*=YAR1{5w;,/,\:j,j v"E#2XOWbܻ{ )4M֡3=Wߍ emC4=7{캟כ2̙H,n9\Ay-D4r2\8FFghqȿ!%֍g\5j7d(>$l5`cd C6.zO3 qP*;̝hq9YFIP~+VGH7$r#W;xMkBhyu`,J+l[.r42^Fـܝ:T9{xuCzfϪbO Æ\{jﴻlDHidہ[O{l#WnfɀWZ.^Knjj$ԟ2]sa~KxJ'j@ξIh,g__:_@Ln,}g殠쫈>q$K<h^NV7uaOW6}EKo( _Q06 *W)SO:U-=abEqZ.u֕bjB@0s[EzYtR[Hq +刟ֵʱ8gfPb$~[_pwDr,(XVj=#7؈ϋlB [87bϙ2o-V=a@8[?MS1Iѕ{ueQVxgi{ޘwpdT̨IM;vlwZs]jDuU$cAzq*kw1G=%\swʷQ y3(.Z֮_\q8g&߉¤s/T/J g#wha;?zl?T~]4yYI@ЛX!\\nѴW,}Yz׏KPi>)ե){^qà Ʈi.BX# ^2;a3eqX6MG@/x-MB7%Uv( aOak4xdk<7MЮOٞI]V qA`vMغf:ћ43Ԁsl2uq:cR_DDNFSA1$#`[PWT䧸iT?r#=u挚@ĘD/$ɻ)V":hZ?.ɐ>_s'/g>W5y˦֮,`kR2UJ\C_ Q& Z!~uiFCx՘gfPh*! Ǯske)0C|j3<!Dq*s 2ٖTZK197\;/рeOOPe;d.Y JTaH񱻅 IL@}3Tڊ%.[}uLbnEWFə~.nC,6; 3oK{d/AP8 ^k,mzW@ A V6qA@ Z;4cb`T*^$u 픬c?4 ,r` ~h N]W|r8բJ+_ RMO]e6zMfm/;>pᲙ3IzyiN bC ;v F!ˏbzzA /z Zb9NQPOw٧AV-N"RwkA\#j,NH`p[C4m&yu[SIp| =E{otDhCSW6g-e< [| ylxYXAr.X,z3A]9U=s89G"~)D2Ra"_ׇV/I yي/*&|ZڮlIeL"*;zfB!Cn6e`4j*?Xf:RaW\4~Z~/N;rRvw #n3%iT%1OFTH_lGƽFʉE,ۜq t^*m_d^rs5.íX$xtGX%`Z٪]Eo*m=bQ$jNlCxa0|NHV6FXI-W.w@#Bx do}}FQ2efBVG<{_J4ٿ|O:z@ɺ1^vv_ņx,&7H&"Pf*W(d!XN6qԈu4{[:ͪC獛xىG$V \i0N\zSWD ? ^{  c{947O5dv[FG l_!-NymyW6#Q5jǨm ۴552tLBkT+`=|G %+0$@ 1^_E,R,y!Dp蚝.^ЕkQψAWhC8S _9.9DrZfOdx4|7ɅZTN. zXtl2'kx‰,r2a`~Xvot TshpH|- i &cp;o.kZ(QW: BgD:Yj~7\EXh8{VNR r l!_٪myu5vt/pII2AEރ+ơOJy/nం4h# zuU[z<.rP;ߎ6שNPſIiyݙ>WZkkʓ 0p3UG> [}pb/#5&!&&wB6?tO͒nU[-3A[⹢2?}p^=k>F^n%t:A%14\hQF% 5-\fBtE\^H/8RFFM1`z8y>-Q׺.#}qJCӠm| ӌg|T!Eɣ"yNБ\#1ޏ"6bN,GȂ%;< &2(nӧA$QH-M+?ԋIm}Mٞtf7zClS ԋwa}1=W(iJV.tS,*7$̲S%4 /"&|ivT A\,cG0vG'؆r90my<0ND!UpkCcÚ'Wth2ߌf#N͕dwxm(jz"#<zj(}bTycA`4]0f8ijs~jE: t+| 1 ukL 2VZ [<>Ԥa)gТfy"֮s JsБK꺹BoV#`5e&Gؘ._0ZA D0īS2O}[<GcKȴjW,'I}.f-$dpDs0/ [NE)&G-KWjt$7Gc%-,( '&vP>"*sĿcx Tc_x7_`Ɏ.C?V+;"\! ;'MCm6NX79HqYZPl̯4jz!bxa!+C΂eY) s1rt .i~ؔz: vRSt\j`kP%Ȁhil Uk|\\%xՎbfMKMv`Ay AvFWƏFk5)[ONi8`6㫒2SGrmGIvOiKv0g\)F0NW$ ɰ99bp6DGŌ;#l;Q9Ί%ʱ-EVHXu QpP;ǁJ|NG8E1;:q!lּ,)B('B%Jȋ c.zd$W>Gr99W N#tGkjjWx4MێIH3 ѱQg,Si2R@[n:\Plblً5LwA`6%L$'-#9ջC>O˛E(bX:٫uz# .Gl$rJ0Ǎ[AI5r4W=w̚b)fo,F$2gr߹6kMvf*0fnb}q1sPCu¯-$ShJ(/- ^k{yTdG+{7=F}uQUa2e5TS({{s|,A~ $_|nG߂_-Jy\Mqr{>+QTv#ep wLݳ7{m$ӂێZ#/bG?!A貽GVy8J&YÂhӸv-Y GxyOF+ [wZt r N~&%G[`*wMnmW2<y?[7ȕE7ZZ&X-89AJ2"\Է# ]6a7j lH?T6|/+HL1dߢ޺y8&fZUwqKI: v yĘR_ӕ4ֽrEﲇ6kڄH 4`-üT T(^AG!ֶJu=៹ 7 0UlSyMi_\#VbNgTqW xrFӶ9ax2n<([J-a/ť^+*De~9 j׀|ڬfF]?\&p) η /AzڥBSW)F#Sd XܱV, 7fj#s[,qa:ohFU=ڟo 'T.H qBE28 =֨NgF2a]C@?ѹKl5]<5ќa oPǖ5ii' ӊ 9Y([v}~t"xUT;0ȹ&:/JyAKYJ^}C†5 ߡ3qx'zj/o.aq4YK@ǵ-$jq$桢upJ`Zh""Y^?\W B^ 4l 6R wX  ,XPT'iqG@:t}H 9."pB_#f Sʤ" !)}+w7s6XOA[G41=>JfgQ5֠8>vp8FÅjV_CH g3s L̔VHBRq̓Dj'Ґ,)O09o䈬_:9wQ龠Q\[1nLPc/Lt:SHvv ȴ:I:M}(nQ#~_cڿwo-aIU "z;{xzXJMxI@An,IK6uiO?hv Q{3u,z O _BYyNy™7whPNmh|1vWW$7LIjJ9ᑲzz8ִhyȺ AFsOa7w-v ϛztFGMn#f"t( (IfSPZ{xԸBR܆ }Fq^35-ojmdUեĠ̝<1%u .Zi&y%kCxVk K罷)+3 X]1BL{alvF|~f+,~@k'-㯦/Ke:X`ҋ)P4=B.w&Y2n]-N61ѤT)˱ $̈́g,PPCQ, G*'6YzPq&]{=Q, E[`PiX&aqQ~=lIjS d D֑B + uH漘l} DPJO䘟س}a <{#InYlՓjmEixadLYxq[ݷN6w~@4C%ᨗv\uQ]Mķen(iSp"D_-z:Ln |Ld6.&';x\VEϲI)Ǣ>qۘԨ^O" %N:uQX% F`Ơ,àtoXS[Qi(yY֯K* 7.rTgׯv˼([`ݡi}t {C6ݣKDbH;[NW39<%$0iSj 6kHFāzT&nwl}ݔcO4L#AĚ̇&ӡ,1i/ƒ۷vmY^!tog/ρRwO]Щ1nE0#ؓ5xuVV$pE{bSy]Rޭs5V!C7u^~"Ly~8Rh}+$80*96ֹ]/,hlC{0pE%̪3DMMZBbC!4'<ա [ĠAVGK,ԀAt Q4/Tqz<{~C.w5*WD.]2]ƌ`*UUj[KȹjB$HΧ:[ Kk, +hqSD,!XsVKg1RҍҐz;@W)NcsRf<:Zr*1 _x. ./_0ABտ2f݅A&7RNԫ Q&GPъ\6Cl^Lz. ladckd>/@ڊBX‰_|puJR۬Ab \ISrc$S:6S'ʕcXئ˯a:~*( cig'ӺRo@D_n>0*Jehz ߯F802{9g'OMǷ'ߋUbfX𓛔Ķ0xeXdYi}06||tWľ-/ %#FŚWP XaڽV1t:K,XEpT˯<_K[EkW*Cv_k; 6zܤUHqnV:}t?݆o cU ,ٍ6̷K/lr\Ц * 07b*i>-txfr>ԑWV=DEh86UO38 Oݧ~TlIb=\΋tT^z⯅pmhѨ"Pֈ,!ޓڼ =:b `xj)آpʭF@O7 PEa쉃c,𚃘&1Z4y .%_X<5SpwO@U7f#oo%̚Ǵ:|6k4$RJ`$J\;Lm9Uy JO37AXkvJ~+lMsnlܹ)I"X;*Yx CS$> fL~9Ύd+Vۗs1A4S?$Pͣ:d~ 8JOÓϹr@j!, &Z7? @ '|eGQ(;[unR!߹`^`@S؃Hv[`(_ۘD #8V6=>`JͶަ#؈x e{ y"|qGRl5`Hb%ќ uYq'}gcTF_.PT;\ee7%dmYXTˎuqat*Hd%YxӂKf_?cye"|μj`f{!)0pTʚ?H3}S&hD)w,6p4Ι8J*Jo&{uoZYEY(j-4qE9kF,dkHd~ud ==>v]=,?=&GD ֈ <8EIYÌoiU(\]馶W({.B o71%YN;a :2Z/?ɮ!N(Tu%Rz{*{G#>6<2 ~s'Ȃ|ݾ~C ZY`@Sn~r:^tkOgÒ@ҏ6!Z7Z> GW]?K rCіִ0) fd$iZ-FI:h\#h69@LM]S#y*P%¶i"fQo=E|HߍgIWYWzVnP^̙p%,_qsՍ\Cѻ-er%&`'q2gW}[b@C)]c? ݑ%Bl1rЀL $^0-1ny`.?D<{%jWtԊ0eht@jk]]=\SBagpN%H}4-rG{ MՈy1OM 1rF<f⺽OB Q00e,RAF1\;7烿 / N[>RhBet (Gξ)VwQG{e'TB>c|zuz`Kvkf熖R *}"ͳLKQP`\ -2H4{XϺ'Rx&%(/හVb|a߱0 t=Cun HEPFIj\AMA7[[VnSAZQ dR![κдeO_ayx#XDdòzcoDkh#|,My= 'Sg .B4CƼm`U`ݯn$}!>X`h}V*'A_iPJVd)ms{5cfƛU-RylO8 +O!h\QZUC)o7X)NsK0[ߢ2$W͒:#qB3re&|!|[}''m>4}U O _R̤g9bzi6H|pxXFOQe6lm%< G+*(jYb6[syB98Sኵ^GpMncv?ʤ #@jﮜƎA ʩDgtL<$O-?geBXG7lZal`K@t}rO}؞Yj=kA:q2"'<8f_Tpլ4Ȩ"2\ҨRSw$𻠴 )DķT6cR $Q kf-dKȚnB!6!p ?^{%04a0@>)Cp !G9LWSm20Ctkxʥ:BAq.V9Uv8yJ󡢡2vmZxldm!YդFsu/ҏ]1#7qq ))K4t Ja1 _EƉ]̘r,*YFcD\{4h8{Pv,ܵEVYX{@"gPQÖjy~41Olqs>^\ f#pzmc)Vp4ny0O\8)cXv$a >DĔ V(u?7{ZڔY֧u$wOvPU~]=rkёCLB&Qeƴހvs4g?tYJ( CU Wؾ 5 u#I3 B[:ȡ5ZMfjϮ5B(Aj_8ZXp uDn|fNB_DVO: E\m U]~EõG=$Jm5W)a*AO ٵJ}clz]{p[Dﶽ&Xji^6da]<KXhR}P;rܼs췽訣k~UoB30 @OUH;lΧB^RL,;@3b1RZ PA>lEVgpOREuN D=\D5G%Vs_BR^l2@_rvz *G:](/!FmP\aۀ|_9OVD7Vݫ#ˑzv0JGF%x{.&yc_-PdWj,/.#w2`h % "XZ碆rv9~-1{Q x{Kx+g 'XsmDUk!̗5^Hl̩2s X/NSz?L ߷V4z7dTYr%o76"4Ss17?nC$3nRRwwO3;NKIh45eԲ1xXl\DG" S'Ѱp NlLT-¢*]b r7eL?XVNEBD)~< }zb<93>gѰ@%m4᭭ؔY\BĢ;HiG¾4vB!n"kJVtl{<;2p38-VVɖiwưtlRo;tG]ar?TqMD'<q^^ PM?$]mxe!V:k$8c^K&~*LFi8:CNrq D7tf>ev6?~=s.<\ajpjl"9W_r=&̢۳/۵h qS v@BQk%o S6VGhRu]m<& &Jbh΋UUx<O%/`sJ<{eƛ5;4Dg,IG& jV@%Y((MYTC7j,of5qd|XB@;"rs*wyqHV=g@P歙YE,Y YD~`y3Z`yj.XU BnC/qUR%i7 a(lm\j)&:P;(#֭łY%o>_F$މtޓ!fq;cV@'4rHq %!4r\ُPMhCsf p*أzz5Eʕ;i{Tug֝0<+EXW'KWU8Qē(#2rԣp!d/}xlVU#OܮF+t,qYrl|c4*Rn#e=mcIu1_׻qr(OXk#,?ڪs{p, o˲3)#[~]Ag|Zv3 {h0:wm6 ^=zSTD O}4$L;HxIx?SN>pó_~_ВON ![* @Uׄ۽: t  ]B*a4ʿ Խu(&rBpċT̀CN*v.pZ8U)|-]ΙQI @mIB3`R~![S9wb:3PDVI,l:'6oQxٵ|V ThuFNö*N Zks|Lb.vފ2sZ`n:?)nM#~]i6ԄbqN⣷zFY^䆞"q_U~Rs%C}eO.2TB$ . F;UH1kHt#qLzRTQHJ`{+|.DbꁵCvQwvjy7Aچ3k&wŵHde"<bܗe ތhJvWbу_eY{8 AH|, `Q=6ǗF$ah7%FbD1s56>/0ґ~m=qB;lq ao^)MҲyɞS XU;Cpir)ɂd$̈]Ui#{dӎW ;PHQcx4SWq6ORz .TZ/-hIb[L3#O# ^ LeԁϗQg4Uw%8Uk6ڪÔ=i ;YN 7BjbH3zǗvOq5@~ܴv-/I\p_ 3Q,[F* f[˵JxMFQŅfbzIcxmFrNǪ'[u8 E#ؤoHf]nlEšQCvKzEs܄*@+9^=XYdqn;= Sg%V"9ﴔY4?y`iۿj$=ﹹ?y8=pxO,zT@[Kr.\%%-92;١@sr5h &7QԿT'Eheؙ2'> +/tY@"W*&S'Njl/tI BZtA}/3⵨6O~̬}{$Jv$}k$VɆނBui.>L7cXR0?E\$¯kda\tjn.OCwK[ m:WpQD]z*;L)(bɍ(KKѤˮl&n?N*Gw4s"-ܱQrB,g C9p3s8H2@b(׹|yv:Ѻ1,WZn c~ƒJ8gDofpsm5;0-0vzsx#n*JR6z.S 3Pt ٷ,t{%{2=hK<(f;Ǥ<0t birBo܋j_ean/${G .@"RήCJ&M"y Fyg)[] T㙺Co@j_If\ʷ]!&hc8Jd3L#Ke(Г/1 ::7kժ& mVo"UīO`}~5M"ʧYBB d^aCzoE ѽ˩KOdw:Xۄ7GxB:uOLkp/o`T7@iH;LcαkfD95g^?n5Yc@NxOyrxG_6g##8FAƭJE7ђ x#";! Q7I3sJR ^[2cS$g;8w7!fOc!3|NA9f>&D,$w'JD(2U"]S-Gvحd8aR^À>=d | SlSGg&ZHw¢OÊ.fhM +>c|tr߳_4 @O }]w_=I{o!.F\l5yNC盁vW;UHTբNkYe$KRg`Ot1dJdn{.] p~G ~ 22tCg[KI7ifzFS/.9C (b?U=~'_)jV -WM%4 ,ӰOۙGn*#2z?} s0_O뤼S|!ĭ<0Cpu"I6'䢡)ͱP ?v&Uܰ5@gЗWp#ensLGcjH\]p 7f,G;nPk#t R @aGZpJ T-GnFR,\.%ǀrHU>"k)c*G#  QFԸZf& "i6 %H>.fѬ & ܉;n | :/E=[]yvmt&_ SLLf7^h a9hDFXK:1?2کug 2 ԙ @+ZTi2?ǹHD!BJ2 >ъ>zK[N>Ni].}x-J:5GPyI C}/>lWŏ'8DꊭǤv@QxaϡnN~mCo:b9Cl"V0adH#f{]CuZFRyA&s>WBJ qHjljG/??>kѡNy@,N=|H1KD+ #m Y255j|ŀu'T8h{m/[uz¡RqǪJɬ?oX2T` ~_ _0Y,nQX>۱:'ݕ;Z%)6sqŎ# $'Xdi=6ļM*9l1ljf=MS<'aLQKǑ~l  fKp ƲMVS#wY ,#[>: {@"\]qpco%m&I%?ojMOs nMmTnO zżd,Vb[ӯ|'KFkd+%2lH9F]47 -nBb*?jc #fξTxRt7wl[oe?ۻ&r_R)7Dx=PXq7[dY>u+ psMLG 0~̝{RAao hp&H&nSd{QܾsŚº&pTP70o ̚r ]B%bꮢ[t1^$-d"'!+?;@jUhJH;7nTE-r8`r_!(oͬ1 U&/3 Qnl2ǥ6x9cRb?u܏A.]g-=ԁ:ѠQd1&2]|A jrVWZ{E~v54DRGw쩯xZO^2V59Ra$0'>BpFe$A5Rz:%_ h`/ثc'x~k6>sJר}'dzOZB͋]8a:3IVs![=YrFC.Ehx]Fh/"Lzjfx ݁Iu`2d %שe ̗VP?"u ydf*U)0W6j!6'.?iy$@irOs>$qcjެGrɂ@Jy(3Pϣ&Hcml*uQ nqjq{. 12Nj9>jwPQ 6C Xn%iւrCy5 {B^^kEIEZNoKn8EE o~ag׶38 !;Jo) U)%0iN!gP>S) DRF2Fֻᯤ <|+fcL W}Ps8aj4H%gň:#\?GT>яEB?]SIoàC6s|ZW=Ǣĕ3aW[3OgG59 '5Yo-ϫk$]lƬC_|٠ 3WY^,0oπ)f]ϊǶI!i%l'<\o4xcDu^;ϺCDCwlj3 )Q"0-`+,#\cwQxe[g#f'MF'>G=g>*yaG{#%Y^46R) YqDߛ47&g[1 J=gSn8d Gq/5(+;^K̉>z(yi5f+vFg/L:2Cmz@iܻWW Er/n?׼ol-?OjŔ0k !>fLkA&5X7@*lyܠX3>fҤ,B OX\ +NBM@5ιٙ*ԇRhѨ10^߽厑n ٕgPuXW;4r_=S|VpҴ<4@;Hz{' 2N"9-棺2Uxd4ī[O9+ vj2HNU'G,zFDv[}+tRݒ| Z rp ,ZVHQ*dxҖj#!C*oWݟPXM:1h+p0W0޼t}+J|pN!8zi(C~Evsi>#=N}c2Yi)'{\q?JPé{֮:p𱪺^ّڇ3)v0JB caԌXE\(N*y~dzfɐ'wy./-wDF'ZnKv+(vju?]6r]gt66LG4&BiK' Mђ]k 4:0ld%3"(Mgl煯 2IZ^?pARnB)xFYf gZV ˸=v'.}\1`c dM5Y;`rB ł7',@^WI%T`jByK.[2!$X lf )ViQjtOތlhD=ccSx1|1 0D߯X (i$DG(sJ0oTMYP~=M'܎gz Yf[7A$ecvkNS "%'P).bۭnAf#4ac0#7Ĕ9mΠi g|lX-q/4ce'7RKoqî򀾍LvU'Y8J?Uq25Dl43"w;d$Z]4]'q{G[+প.W3GJ՝c}wwD+Ul_ZCyԨ_P˨K0;}ePʍǩ>:r%;xEKvitZx!IQP ޟ(ml{` q;h&[= Z'kOrq8-60PP@\I a\O@e:pci`BIU \cl;5 SG_w\U nkZWZO[ /$D5*JΨ emJpKUXgM(|P@L;N14?`^F'ee)"8,"&D+Z@f_|]@-br G H|cl~b~qy~N n^ + hƑQ %Ȧ"+P͙`ց%%h"+8oS 1?cOZ7;nx1^nY_w-.hY

(+]wbiU]QN*V\'A N=p`YmD_Ka\\4wvy.T/~M*=tyK*s'ئݸUs/w¿&`N N}PY(݇p|Y߅ǚ L [޹emʃ&ȇ)Yzm+ >]3]PK9HOPKfΖ٨;Bڤ]( j9^P,@F ~+9dᾛQ.1"~\CzQ%5gA+ H|w.{wL7j&^cDo@y^ù]eUwu&;ƨk pEo[>ܓhj]@ʏu{RԈ<8d]^ɳE=e*Ю:ȍH"%[?!Q2dxS2p]JC@qp<Lz?ҁZk6?Ed˽srXpdEjmI[V&)|K +(..ySD;`Z]40#]VHO\yDZE;.PxH% 紈?gQQc'%3T;q."b}hݸw3G yH * M HB)i Қj#%wGNTH:-e76pᤣ=ηqqʖJ"t˂v"]Sz߂7`VdeG)%LJ&) ~~2-G|g0uAJBrh:ZtA(AFUFⶋHPWq! Ž 4xdANTj-6͛B\z,_g;c9l ;ad'7kh:/:TYحJZ*4VueV}:qVP/a*!B;F93mѲs9h +3 nnБ ql ֜Hӯ UưkUXeɴ )DHBO__< )ۯ7nV]|Sw>Z{80zJ=ى-!/?gŔp  =x֩'(/Vٮ5@uAs}^Up6W56GCq 4IGZ10Zs14g_3lG ]HFxd1Z|sjOXS6No_ձ7 s*1>R!X|djBZ[cG}YzuVƙ6,aK*v#!=2j녏iKBiwBqm46_ h@h=⥜ɕ̏).^\f-!hկ*3^7<^TlGRfK&r"(>|@ wao1#wHϫu^3_zIn`= -G_}qו{l62YgFcqõjnjKܩyaKn;V:>øif\~w9u_eѻeXx\ G1`QcU1Eo=alٍ3^@m[Q\F*WťcõU]1pH9kDZ>X~9Q¡SQ6졵X"u pSRd5f ZjjBB4l6ϴZh ˱T +d:"^tk>HrR+vZf.:Xu(h-M+FP2#_š9EϔE{SҎYF]a`E*ֶaJ8lAHeqK%0 ۦTa9Z!ۍmI֨O0;v>'ߩƪѕFrT)ʷΏZP˔iFc[Q:AAIMtSMbKڿ`1%3TG GPBRlc&gqc(A!֔f`Lg-"u݁K-ݮYc:\8G`m$K⥬nM"1i6~z;χofld/&^ˉ0ZQZ{ xg7c41P;uRp'TPPJq#* qJ;H[2366#Qh>X3c Sf,1تԩGzBZ^㝫(_[)!!x݋s-|!q˳+HIu2Puzq dTU ~c8g}G]BPIn#S9wߣGp91M9}gtYׄ#FT"?z]9Y13wA*~$,?P)1'=#W96֣:Q&JPRiSJȒ؆8G"J'_薻~e֩h\-H%f+iIh khD־aZ/*Q_jCq2L7"a1(׋psew4G {c70քc$׹ӽu어 -nFPyG>WJQ ]/FMpAODvvK5cOࡗ/1 bI?j3oud"Y AZ6`og}qO pYY-Ğ&AIh#/գCQ|g@`D<(BMT,v s))k؃s^s33sΡd;l HqE8k|>ё OzPik"ՈSǮ$/%zdRz2@dHyB'(6lxrl,OXfH q K$vsǂ=n{ː,ob]48iQXں K6sZ)wyzIr%g4`!Rt{D6RɐcuP.ަCDG)wj_{S^ĸٍ |xSLPY,l9Yev7\T_p_x0uR"?/~OOT!@:*ԓ@^(H_v&+vCҏh!'FU&;qk;Ĩ|Atwhkbpk>A||0gMСD:&ip<ƿR-6iPмO534LHNm MU-R!dݿ/J6Tjl3W܈8aT% !}*"Nch@[V~z'(3`NRxT{qQR#!tft_[ $ &7AOkॳh>BNn^GW5yIF Qp6bwQ~2%SoOJccvYgb1hOIʌϛ{Sqy{%A0eMٞbdrT fK C Γ-?dSt~7iaf~=֭*5&{,ncяkO:Yj% ($*O!DeѦ;њqXzUv$Jh|Pf;)g $f]8RxRǻbLa_Ut֬w>۳a4Mn^Mc(?ѧPIXnTF|Əb^5So\ &Dm T AeT8z' )z4.I5 3O5ꋶŜz=GtWfX2y 4 *;g2sb݊q x_T.rnm?f#R ?lg/EK"E,;i/MөeBP@>I$ k0"U f 9O$bxKaEHȊIɗlC' 8mICk#-jPeC\0;i3BK *K>pnb",F=Ja*^Y߲> `e+q>Z\\@J0oKX+J'eܐE&ET, 0\? Zߓ_2>(%_ĂOJ~T@jr]DӤ"_y].$وB OXr,tvuAP:dnherX҃hS"-4L6. cr ( N.Cyt! WQ%5vBjqEFljTafv06-Y bD#nGV-ȄWe VAs :j\R`𥔨l!YCst9CVe{3f=7^JΑTԂw[ fk6Mn -KQ;&#k HڶC_Q ;3b=i~ct\0S1-qo3XPf2178//ug҄A{ -ɠٚ}'s٠;ONi?C~ڌV.SAnqNC&_QwHٿ$? 6:xdG'={hOZ(!U9 ƢjcT ~SEo?Zjkx)bU?qEf>`FhZB|4?fHY2'}R.%~ca#j":682!tWwH1Ca]V4Wޤ9Yt~ Vr_det1ջVMJ;T}:9U (w=ӰKcpsY{CU^X@-uZ= eLiQ.qTBp3AR<:Zs5L/9LVnhs5}X.Ssjơ`!'(ӈ(znD9Zx\m%8tqq6GB-,(qPT}i zSIC|I~ ,c'0ƪ%78KӖ61Zr"&X#vx8+d>ǰHKs">?KJx?HW"n/&״H:4UwۘͲ?:=;6AK~N?O)g̜F{dxq`˥1b`krPb91"qCtШaF68!'in5V70 v}9uGR;YI!;WMG:`%WД`ހ:* %t-3y[)]gIV:yt&p61Jr,6p%٫sAљaP$oޭ"$mJz`lkΌ]:F 0xVyDž>)h0]ɐ9Ԁpkw#sȃLy⮆N]m'ko 2TD 5 "IFCkjt=vRggj.oP>&s.am9}gnc•9K%Ҷ:%'gLaYTm0C9<5_q W @{k&cPmi'=X&X9vQ8]?nt櫺$H߉,%x8w@A9v Vv+V0l--m 4kkB.g~ݞS|Dq:%3wS,OD^VfLcH:͋m ;1W4sV]g&f8cˍhdZ:2uO !)k,TeGrkA oЀbv`MFda-ޞA  3 ?L9|L5@Vfȟewl޷.x9RCWKgMc_i.R կaehTa"iXo,tv~U>d(zG]ᐅ[o8\N]Nġi/U^׹~;NT |{6"yFV:UbJ ['%6PEg42Y3cTk|oBoSƟ"c^,bj%PA["<8I /Evlˋk|v1m3ԍNj3S<Xܮb 4qĵeo>{žדM=0h&Y$IjKy{,Ww8o-YI&]Hp#5NMV)Zң; D59&QI>sqL 0.{pG;׈XE$FFyJ64KmtyTZHiqV0ZF ~H>3 OZȡ4jŧ}] ʴ%FoF{q(IuZ r7`a+{\fqECt Qfua`Fj^iiMa@lO_ai ^4V8/IX5Hg"[i15(2Z9?gJ(Ӓį}(k YXJlG t~2ݺYOHS6.]mج1F/`jfa}Nu0,N"Ͽ9@1۳r^'&{?;+c\l\}ԇpVbSv;qg*[_,M8z,䪏->^ZT:FϿcH}Xb1J\OJuBqHyGs'6&Vc2ɊѐpWlWOFǹI$ϵJDc=$`-=F\vhZ RA'bw m٪AFeșOpwY:o$7բTNlP3 1iœ"UqQ8? ̽YjJSYiSX&cjZg7LCg} nUJRӷYs!ѴP 5Ezi~MvlHĪlwmJsqC[)#& ќ]i>AVzavOu@RMi-?[K$c&(ϐM}A7aߕvqV111p醫8:s *BMXkXvR}(S8g=.)mon9D;i"j* =|_";;I_Qegw~KI󜺂b`[jC/WF]bh ,bo滩3y9G2iOlRƘ"Ŏ[u5|"p p$%)VdR XRX%4VgSY*νCr]!bWg@@R}.~(5ebZ'|GWW[; \ [3FIYJ v9Ry_|V 'ʆ8e,g7i(At'{e7.W |\^DVkhP-I3`9d446ܪ)24}f)Zaw۵g *eA9)5&;$HUt5Cnrۯ y\$ f(X-t%ң>Ƽ& veBadQ?xMljJ㛪pc@ wл8ỰD< kQc+a "R ,QSDݟo|(%|*ۛgq]¡ Aj!?T.o )$| ݢ+$RE|}([L6&CrW*@""o`PN!c$HdqW2C(&Mc/'BP"Z6.<Mc||1ޡ{^KԧsdjcM5{ê8s-tL*]a,lnfz!"hO=~c$rԑwEQCڌHCI /{ j[O C0G~"vX\i2wI.0 \ Lhm&ݯ+23[8?7u߻idg[-Ha`sh v?bKC^E$N> LAm\gK≦̑7L򺑆D -4Te0V yS/cPPy(.#x7HF V`0+OZZ xm @!~pԩX. -$!FMI䩃B_&(YәYxuh sޡ}h yl/u_gAY-W_f~gWEBCdњPY5TݔL %*x!}e_%&Oq9+#".ߑת2Fa~f}nWpϛܐ,-[?J<.5rM|S'][$znGSHS%:}{@ljp[Q3rڊO[Pw:RyBBr.bKibQ6F0{T:;}1&Y;ㅪ܀߹>pA\$TC))_ g~"ݴ]FhO I<ȢN4pwNnrJMH1FwVV>IP!4)bXڮ+O"];d Yf /F\ƭ[J}[1|4t1_ZwĻ>pa dͿՀڦs, $BT+vܘ̏w3QtHJzCk EtJXs,ʄvXmQ К4{A1aQ3; My-"˼"v\ (Փs9x>%eWkoՕj`K̑-Cb->*(UsX.͏b&]~P82gg? MH 8&D3qR;ۀMƉW_'KLa>gCU_{=L%1Nlݬϰvӊq@VB31h/&-*3ه碭d P3 }mfV(2ABR L2.4ʬ[Kȯɮ:$ӷ`~.dwic;ͣ[hϵ SP%&]uNtt2B\߯i;DWn;]~z֜Ք8SJWD =k+H]L*BSM!z)]xXY/_*\3$op=FfSXAyn r펇g^ko 1=/^;Lȃx1 <=iF^:wGK ~! EaTDՠH C*ɇdKs  CbS+E ϒěH!1@e7֢bpZs|۳qsX=f}"pf%P6kCwGWhp/#TArF;Bv l _&M{nqIivkW"@(?9?:A,W/-Q`w4jbMLJWz͒2}>'eZA9;,lPfgt<r]c~!ʁJI|Y>B6혚Yf_go#Yu<6oC|q韻5fHE+{CVxE͑'+ PVZC#}Bo1$w}L(U B͝bTض T\|q" e82pȍ@uIFՂYG6%pgv<޽~D*D^7A FIAEd}]rD+Pqo:KBJZD Uӈf9 w'fJ F` 5:SoppuR(a^SqF [%w<F yE$)LCz+x3 aV=^^yH,hRq<_Ytua<LO#]`i]LI Q 3T 8H~Ry?zШm>t\iU(Q(+݌|S5(&ݲUI]B$>qk% XuԞivi;wLv# әsVm.D~ZbP}<ħ׾ J@>/5` lE 5ϤXIe:أTka9[AoXAEmhgv1SOmv^¨63꽉YV/ޔDA֒NK,2TOeGu/mH&W_3ئahhcy4"DڕE_pO#1'v`tu=iV hu8NԕV?CnN4FYbSnӄ Owi)@$52niG9ҙsLRnc qPBUtW͗gOm(OwB+0گzs>!"4&2qw k~D͈}##蜌,d%ch, Ԇ&AU? RSb9L *t8{mSGW|ЌZ @$XSXJ(.PۙS-AAQ"%BYե>Fpڡ\m Trmn@R~8/3Pw[c#f520譑ɡs܁EʵYlrv+%ᔇi.zWȿΗ=-vI^gT0ay!kwX;F Br!1ڰ߉ jz[L3^Ay2:,Zo><c Iՠ5zzXWB](G+zK4eᬣD wav5YR˄T]J*-6'oGXOg@RT97C>mJTQiS!mc}Q|6k[9ؖdS|{Z$xWOHuhg~·[oF ZgYi{=8CҥGdV')߇PFzy_Gԋνڙ|g\Bx_1,#:IH=#qtKW f8G0b8Gߟe_Rzu4Cl*hhWp5/Ly4zN|Gܠ}_>YW5KM }M@+wm.'M{f4e ,o`$aCf<$Gg@BE$ ^92\R"Fm2RzsNn A1ɘ87hW+^dn^TjxPqkFȖ8nJy65EL9|a3{Y*7wVqjjZFg7$[`W.CB#aMmwywO]!G鹕.7Y:H>E, 9 } 6= 1B dj1G4Lq}w (vV>kT31fh|Gd!ᜤw]ԚN$p|UmBVB/:ߵWK(df_F4?Oj՚x/٭3!ʲJXQDx%k٠u94̛Y.T?C=|k= - dz0zOs;}勳@<#[;hocߤ֎X;y.{ l2Jxd5c*F98.AusV*MDBh63آk͏ 9끻6 wx#Ddp,Hƪv;4nn@C!_ 8%4-Ր؁pRȟćp~dAq]%sϗaLLq2%<,T[%̕17VU[~mt.v K6U#Q>V5wS D{OB` h:Ic{?ܐԹ35k22V^sEAj ,XiniP`X)<+8iG-xW8*!AM{"#gךz1xv#iA'2c"Ӆ7ΑSh^w$BMU$ eF<tjcK~YItЎ%śF4t (U58ǔpA[\_ׇ#RYp!Suh'a+YʲV̅(PS5J*unVy +R=XѢ koms4~_3H?0TlW@x_؏.zz0@1k.F:O|$K?4 ؆wz/لW׭]34Q}%bfsV J 8ܮh.!.?N-W؇KT=M7|qp滳:0Л#.Θzj%jʹ+ 8XUP0eW9ctVk8o7/-vu/gU5,Ң %sHT‹=tB(X \ ˁ- Ak"8ʫAsYb]L +fZ**è2fAA#e-ǃ_PT* K膇(ٰ1d Lg9Ц`pI4|;.IA-_Z$_j#v< ) k;N$BY8|t~V$! ;ڹ(pUg8Z=6:Pޏ~ 1%7*$K;vrFOrGy8LoĢM{T)e+lL !٤2S@D1%i1g>jD'BJW*"\|.oA|CUX:I&%ptYJub[ utJT-*p1c"J>0OiWXO֧(e llFq<{aPA~i7AwtRW+a !q<,=i#K/`6D#oFΨBL8)FP7C7 w+6T=y=EXΗ)y7廟g{>#ԩ"5g<.|;E]ʴBN"QU3:4cDѣiF:/m#yb>|Ͽ){:JTo=;ny{D؄RK'UuZ̢&<ȇ""|"ڑy՟Rjo3L>3b_Rs-'ߥ{tmt T]{#^hkuџĦ0ůDsg- ChksU&.Pnq4wvR))56t|SQ4xbmֳ)FnK2 k!$!V'Ό4yYbQ _a;<Gyztd7(n<h)BXBn~RsAi8Ivu!6#l[܇P!dղ*E>`{˾|p`Nʳ'MX-Ykz$[I3*,}Ƥ< XܦH#?W6#}`/_s9r^(7k*-+!jc3 /SO]> qAWfĵR`'Ȯfy9j5x/}{`*lKJzY(KDžVf׿<ѹhNP-PyvȲfc¶>[7pa[`Ex,}A$(9` "y`ɐ_j ٣ Xs;3ZS7bJ!5v q1S%4*CS@*=ҀnNsD^F u^` &E 6e֙5&TkRA~7C?P#EW"AN*;{BQ4g4* Q }$L]F t˖cHX;|MV]:D } `s~XqԼmw8 TJ+r9֦[UCo?`lm> &Bx?S 27)GW.mf&(.e<:|vI3b6_{;nZZIO e^4s“u3)n^YGTu& aDY JBD Ymg?y@vw`㹑)&>j΢,cLj\H$TBi{+!yJXJJԆxPl«۫ )#2#+iP|Hոg=U z+)G>}ook%Ѥqqrs/ڭƉq `fVbWĄ/[S`/c9b)%z!|OȢ9fˌ#Ac\e\j /\J8+]Wr*8Ϛ^3[[!/,!Ө{ː?a|/zo1n*Skv F)4Xw8?}]gs{Xqy]mU_ngWPhCA9gcbRҷ}vRʽ~! +OP<#D2 X(P2E#yN>4S >?F}]xp nwġ< %a6|1c|w'ɪ1[-hXf#}rUm#/5UJ9>X $Q휒_Ћ'q ?N|DwuN \<:ziT³m#2cwێ/-%=X>[٭0%@.$B]beN1~ʡ6HZW""|QF+Be7}szRud 6OqHFc[E#o!֦~n& Je4z<{ EQ=gZMcoYrxFzəBUa1Zݝ> Y;8֋ Mm {X4BxcrNyr+L4y"٠{ !3V}nh7ELXZYm;Jx6N{籊$[M4mŐoFۂBI|ak6a6`q0mi7 9I2P^񻞆/%kgeoc7z[FJnz*6qŮҰu,s_CNL^g}Dr(,?u<@OOv܃}:W!!"]ih4D[~DP]^#>ID&ʕ`ݻ)?eZtD;zk%h‚׳;W7*E"Rwh63`fbSz(߾<'}.jg,1(o].d(JWyZt &seU~a&1hY/kV*^Mk\[ʃuWr\1ÊWxu)x2_ w-7uf,f1ސ(쓭LK%ks &Raw9ׅ#O|`oc=Sgߗz7=p-r5 y ^gR63y$lj^_jm[uѰx*Fdka8ٴH0NyR;B W*"r}jtp EJJ㣂1rF,#3'(v`cJ8+L U0ncqK<婹B6TMnu wG.4NV|/͂R L¥>X9 3\%FaY[ѳ,P$(~WE> &(ʁ;a!?G[ޅ[&Ԥ ];1#?5`$?w5 vBޞO*LfB‚Ck0;xSĭ{@W|#G oV,Wij܈Bh!ȟp|JXHATf?S,< 7YUaXaEJwH6x)1yJzEe4d-H8=9l19b)%I(п*DZ?!@o{d)31 X_j2Y;9<ݾ1#Rbia];kdh [lяfPIn1czvvHɺR9YW.Enߌqq9Ojc)JTz%P]TB_~ [ sx6}S~ҹ'^Qz%Ih;<5b Ӱ x:eTPڙeVi#a%&ֹC[ d{?9 AN;Fh\"vC}taSp[3bBT3[62\bD+Gd_'D{W=ڋsd}?FûFc,LrXl`(K3B} :W66R5ǖCg8#Ц&I%K9$# @plb$]}R~BRfXn) L^B?L ܋_y~땍&3v{L6Z$l0H%35Zz'aDr>p/K͇|Fq[7`v=~߮%ån1&+\ Zj7҉%O<-ߝE1dSii:%vi*ߘnd0.ʉOD яdf(iK9 C5N{fwΧBo~V<1J1晞CJ[u@5}E')I2bL.큨^Y[ N`YӃI>2ج`:q0~hc-tgE )Myq9#9, &\&:u;k5 m gil^>zlü^6<F{Пh}X Nq892Є*\hiU $Y>u]& ?ST⭀7b{5З ︭)tkt~]w*'e`c?P A@⯮lp'pMKo7/s˓jч !UlKD?C4}59qr;py΃y;? 9BxR޿6#΄=fVqLIs_R>9KĭRL:!Fi;z]  ݯNZ1R `Ϩݿ_1ݺ <T*>oZG(>NS n=% fwI ;)ɕз{Jbԅ+KӮeEg U_p'a$>ʠ G?E¯zBЅ[ Ke pb p gyز1e)g\R1V !쳩_@P"O?"$S dMYjӪL1}2n/5!<\ToI?@8/SO=JRPJ0kmb fo}X3+=`~.P|T m.0#R B?9&Gl %OaCHTUMI=*lk8=o'M W__ʿ7햢P 0BcHO 6G7X7BPү>aH%G &HH;b o#6_3YWVcc;ێma5iR r_&B&.\N33Zc11`rzBdQ޻ 8ݞǧmJ??y[,H3!(pmE^n#f9 +@LNK{@kk\up|-#BAjn lhlф\1nN!O:T$,0]Җ]_tϭ9CS'  NTTeOB}65 џpQwd޽C$YH#̕QE9ZK𻩛ފ{Qbz2O^Fg<# Y a9ֻCh;n_)`9ĵ% }{?y޲$J,]yWj(x ^-JWW/ u:9,ko`öy|! k_^D<1^{=V3B;cp)f7Z:Q*f4ԋ EHМd(,|hbFZۙ'H)N`|i'yۈul ?y"4yR )nx_| 1]ٷ* ՞\eb|H&l^.\F$x&1^}.$-z( !T69Ӷ 76׻+L/Tt/o"tHd7<05I@|y%BH.͐ kB`DƔNvbiXCj%옔ZXْ2bf8] ?dv^?m^>w\~Uh*obX3X.C[ ~J_L{`',IJ8yB&%*oɹ*z nݝyglEg. BkA{V^v,l--qڛ5Ȇޯ]q&_W0}}OwDžta_xuP;B[l{\;mJ Da?3%?ͥ]r3t!-IO8[XvGA[g$|F<-B֓ee#Od'9^jmH|AE Yپ@lrNJtU/vt3+C.9sVjRPgk[Pe_zoS+T'1d9Swbw5'KM g jL]GeɭҀE^ϥog̥A>it<@^* t%{/ #a 5jJkZ1{]M P@aB@K-X;ZRh2؈WO+%cli#3C"cڲtl\$|acnOH);pa'%dV>iL^RKj={W gu%g#ߵжheρOMZY8Q`/.TׅYh 7";0GfE^߹ҟC\ellʟcLc{ӐC%3.eBut~H˙1lFX܎Zo#ToHH] %k/e8hk6yI~5mXzL*މD4hÌ7k8H $7#OUXa\o$f\)3. y8O'TXŖ=Jwc!hNpU5z5֎ JWo1:@ɍ% g\%kYd9>{BJ5tUJ~ţ7h)@Ȉ$8yU$K=lJ]MիERM5#4F=|,<Eg*3)ג637"`t*B5X\CpVΨp|񯰆g(q'JF(͍#2`|{3xH,\vр~X.ъ2(Fߧ#l}Gu@@2A3lo]`uNtJtLM ! ,3O뫪Ѓ)A Mb_Po_tin*M5i)IS`xS#"gOe[[ Woxc7+b|&m!42V (*kq`i4;$=O [DMMɊ:H[StU&,09l 3L(=GHvzO[#ds~RԪ1$꓃HRRgR<цk;B8=HD#p*-F{=zix==sCPVTu~JI.H*0F@G\TngJ'3=0Mr:?7" Ϫj -!T{ =r(!a[P19H"ʚl?~mNdGgot3M98[zDx@ GpLGc Emh:HQyͷkզah phWcAN)taϘ:|YnȵKN/E q9`A'L8zt)93OfG80n+6#EATnVOt{jDdMԽb 1zI^V`9x򠉪Ψzu] ^2rD t3*^w6c~}#v9g ɡ{# otφoq1c +\?Un1ZQ6jZʝ Yl L:9OsW0D܉m@Է]0jXiBّPW;D7&='uɢʀUnjaÐь\Pj-CH'iO:+^ZЦʒs4#@_9G} uaVɱGh`A_;AFuI,+gԊvs=Bàph͉˄+0H|ϡO['bu!ZlAD^͟߶x긗d ;s}{2E,%+!G@S;,/F@HDZ:IK4; usf:1j,v1aX,eLlƵs|1nJ 8^>:#5l^v6yZu\צ/H3>hbL3mǧLG>o_W/ȫF~V-uhIq%QF1n,Mt< f;h[SB=p `4չ-aJ'C܉4qBf[C*n#q'%ɑX'g6_ѥpJo@8c&RC8ɓT@Ic"hU ʾHrwsݵ=j$2 9~pHR7ő *kmv=^6[O}HH֦#=0yk9k׶ ХIF47;씿Fѐ|ZcBƌB}=q, <Эv;6$1E i: _H?WZ YxD fڤCGR ) ÿ_7DESNxݮFQhGQe"祅|ru6Dɜ@^˝ɻT%z*l9: A;:g3KၡBV0*#̷}!V/ g^\_-8.cy{nϚ愮 Nĵ\ ^#V[!q2pyI>UAYF#ĝGM#Qj9>NUZaՋxi V=ɿ/z'ש<<> $_迠W^sqި]i5/s6r;(C?zUq*"~Lb$̐p4o>-S98seZRD 2MUvt@-VOR;Ș" @D0L2td 3 ҕZxe}X~tkԵju*3)4^\ht@h..{<-> VHT@v}yG,΄Hbw>ڿ~M#+5T-dJ|Y V#b;.~z0i+ӓ.P[!imC~WE]qzTSuRJj vQlVx(gu1HC斍I$Y(?rRzhQT mLE@rナ*߳er LBa"-\H\A%Pc]we{RҋLSK+>rV\Kwծ :G+@Za;@A!Eri72E5VE熌AO9&٨:n۞"^7!;5MW$Bm=.5։(oiQx '5v s{`к!qtrNgj0;vX3 /1MsWPvV:4fEfl 2Qc G& )߆tHLo YY`S&\낅kfSn!1d1;ax5l*ͨ![z1ߒnO#b;c|=4'gB߾<D6$厤` zzP_fGd;EğJNAcҺxI#=Q.`?< "E tC6Ğ2}$O0&^)'Mw&]Tk3`f|!~'ΘJ1k0!a{d8غ/fLൿ;օhe4qXnJ}*ꑲXӆO{:-H]1ES=ȸc&Җ%IiCWM=TzN_.tpQ_Ș0E)&a $F6Pzߗri}"q&0) ֙ ͱ>5.3K=߁ü; g< J' ,?8wxd݄SH9E[z8e˘5͕\-XckMpOuhY.{WEk\&KϽRmNkG%|HP 8:>#"X!|V ןPT~zX_LoUsЛo9꺵b9$'VfWbzD+&4loR*_oOSʣ\1;flQ܇DgR33[܂$^0k͂ĺ‘rMPp'Y.%Y!@dwOnTi18/cG69=uUof#q~^EJi!k?,ۛ(i)ᲩL{K)ɓNS*ɒ:5*qHܒy_έeLtPsdQc_iN.5$Gˣ<Ưm(174Z%ɓHcsBm@RIht5щ};cLa&|Ҙv#dK,Jx݀|R-T;3Ƽu`yyh !%NS>qRg[=9,Ӵ\E/jD?T&Q `6]]淑*B[>%~P9q`3^Aw?V57dd]}Tp[ j+VcNDN FF @S N 참yٻiW2=\s3;|p}G23RzP1F55=^MeXTؕkR0ʑU2# [uX{!t,t,H=.Z .%pWӻ?ƙ$KP !A5>{tʙPHY=IO+c}*Rk4]l鬠 c>{)g5ǯy1cBCGyNrl~[J{u@t66K|r c4|gޥfI$=J^W(o";~z1EI" :_t-=kǾ̩j6X5'u9tI.p8A2frTLVmEuFu3mc}Y.{I8XU\EԙJ'+"JÌgJQ *_;ZeJPEve_5OT)B@s(-4Zjs Au)گ_흯.C-\G|:)ys !'O0GoJs4(_I۲s ,ǜ&a(Rtj,TY_zE_P{\}‡sV{+Cŧ:Ȫ?sInP['_ m- ^&: 5j|**Bޗ*F0#Rxu30n_!B_RG{`#"e~&ZɶVO@ܩ=ݲ)Δj67D9|®[$՘Lw{n,PfC>Cs}=Fzޞh"ǍA9uKSw \P[oF<2l!6P̟SnU5!$:w ՐG SPztgCg0A$݇P11ELYj* ,JDI2=%4N؍4\Oݏ#b7&SMqC2uOSalSH*<ٱM5cf"Iu`={B B P&_ࢄL%,V|\5;anRO=Lj6U`)Eˇ_G/r#_nWH`NW ,yq-7|*ad'[>f\֗@hh6G}P2 a1.V!Oxj,FY *U|WtmCAS C;oW`NcF2!39j:ؕZi?25ƙZYUN}X]܌@N1o3 X԰+ ov!qW=nv+j0Fttոj q>ʜ9B:5*+F풒oܔ<e ͱOYD? 龼 rXJ{@Qɱ+K .2"FrMd/i-9ԉ{ 4^DSjlu3vqqy׶!Qly5֯R{ ?#e<q2-7;dپ&Z,);x˴7hRwMT, 8?Uls1F?G !'aQH7;o=FF2HuJR"[9Vwn5=y$jf)"}lK&m)Of`hK6c/MqA6q1yQw@}C_Fѻ= Ks׃n!KDek OXH$ɶˊ)ω/:?>4lސ ;mUS@<W4WR8ww29Ľgd AQIҝIk)5YJCyao)NtߢZ6!o K;RIb en#WEu #h8 [[-(i6't749kF Hoe|f=".r,y#_|e.B#(Q^.kCG._wKwL>o_g1a*H4(?σ2=-m?E&T"iX::FO dc}CVX5JeR+y ^N@ܔ6Fa|UVVpq!iH _K.dvJNطo΃3Xu^bzo>x{\Hß&*9eEHqrw QjD~LIT q-sV%%"szbĐx46*DZV,zT.ϳ7F?b:p2gՉAHZtƏG@8C\Y*7~,R6!.B@[ctlR nmp9ID/Czs-R;MC{B #+”+n4H[聓?"a^~H\W1a\#b b^ L߽)u#Fe{Vό(. N.(䶅33^ l fEj? Yzo uI4a\·]Nס*H,HX_Jyσ:a =UG@%},>\޺EDbu$-@oh oz. j:6FAx?H. i1h_sc0exwVE &k@!}vЁdnl>&LrLXFRKa+3S @lt =qmwv52-B򠤬R)BaɾH Կ6JL[1Ff޽8_k sCG<׀UxzA'/J4lE:e{i?!ϺEZz&հP]d!kw[>+V$LQR_@!OF!jDYxUIk=X>o >gbM+!iR袁ÝjVf=M3 UW" L4FKB!9Pݍ8/)rw5)+ !4oty~EG?k)Ref5T}$"o>z~T=#jw|?jj*w.]o=3Q`-P!!1A s.D`h!@JIZP{=ڰǸ'~ a0Wת1% f}-YX~m0sr$%&qkQ+lG(RUؓ5omV| <Y1S炠I;Lgtk* 'gQ :6M-GA`NPȆwn]13n\/fGvMZ?7BnCwתx[/C7=!8 \8HhO) Q{8+½$ O tllH˞~$ňf$cX. EgU 7}"̛H+DWTClMD1P `k&?E1Ai>n|0fDS6` ˧HfZ t"Ư<*vm48$#/k{ ' n~@rgR z MSnF2j<_;Ve#Ą #{c@bgqub=mH 7A a A yQd r D,,J$'iQ\=w;"+E<]TɈCHJPr~Bt6B10tj}E)thZCIp5MtHY Ӵ$I$uwy6_%-Zk 94el+TsՍߧ m+ 2™`Nd9=b,^6jo)Y/spܴ5O#S߼C`GU ZeDvZqϊ'uVl1q72f%Ie[ž>+Z 4ޅu@>+"ߑzq źAnQv .'ƣ)XTQ iO;1<jDԥ]+VI7o~hY,)+FJ|7;4gmZC!1pU$jtG"Rh>p;eyU,WDSPނF$?V6:+kN;ƿ= |YiXxZnIY)ĈrSuG[W 6o-j R8_Rq/ 8wWA@, >h]u}`> ;WC~zjֱ]jG Z!I­#p~dM ; E%o0SQ~\u b"jȄ~|&ffTÛN\8t9Fir3I<,;9,PEGa) _G@E)%yX@taO ~q4uWG $׮/BQNqF]MI PNǣrԼŗIu&S&oui:M ĸCCse Yiۿ?tBW!_1O>3~eHW!:z;OImw\76cQ]n-<tqp/BLP,":"`$rٰ`ɭՓw`!!``FڔR3^PDX( uCɘAOpTDrSg D[R-wwLC`(.zuO"T\정m;kn We(&?Rg231|LK9Dg8Ak_IQjlB:V9|0zb;GʙUF H Լ,#O;սtݎcA'zc 4EXĚܱnޫa=ZJoWSz,IJg(L-)-PuդlT`;!3PhL&_ny X䒙lȎ:`l(fJG: mSBJded`Sc뇘~E%G6xzow m.y9#2ޏiSϣ5k%}oƙV0[Y([fŌW˹F2 KYgO'5=lpx0C8ë- l8n?*ajG=Дg?^p Vü'sBQ?hu hvE1=Ny#8]ˠ PKѠTP{+tN%]M$yǞyoi1;GJm0gèYňT\pЩjnod;j|3}ER& sF9aw+wz*D YtpaA=uk茶_'E4L͆${pr3Cqb3!D/M̓F|Y-QDv| ªfȋ1(6|Ā'In1 ٪zOv!1<c+/a" oټ]YDdyXewe/Zl;|FV랋 ^qKx0Q,dn!^B&WlB*ί 2}}KLD)[D(?-EUu9B?oN~`P@(uhbDVtBW6N7i 6̋{`5vcq=`0Dץw7Gfcd̝5aR #04c]Q r*/&)W M4gy8QIڿ`kYPAtYٴC;͏>8B!1ȯ?tpRYb#?#*v1vPN3c[) lesx-l𚹇Ŝ2Ř礬eb'(Y]sK ôpo I)K,14Xbًi!~Rvۿ/9i١9M#m)7T򼫶eUD9B[Ǘ4UHecUǍDs@G YDU8}ǘ@8hYTpdpS5l?{VhJ5hA@{hݽ;* j G#] F#Q6.;?P!֞:6åw|n5/R{eArSk %ϾF bǐ ,7 F=/dЛ6b$<,7N*:F#rF#z1>`ǘ 7=bVab ^9x }?n4ro$ ?dFRpn5SI®f}:ɣ+& 4@ SX)o+r FEv܂Vz%){kX>0PY 6~0ZU }12圄ѬBEŽ'ϙ e5| iwb_"XGoMO:vue@-jnJ9"9ƊE8pyS@/v ЩF)PAN @Xeg׾arvvIS^C~Tٳ rLg҃2;J% ffd*=뻩ĞMw$=/y |%b8!́Ԯ:'Fͽ)9;h=J#-r3"n9c̜W(bw3vxAq:]oS%OG1(!kRm9>8=~ŜGG]EQ m!n4K " `VېQ',QNjaQ%q|3a+Ee֬TZB$6fJɇkv{eMǛ[}e/}}XQB?law=(iwQ'T#)DwWL6ϼg \GAgʹ!\>om)AUgX2LDVaod\ū1ҾT԰Qб&2~U2|e441zv{ @.Y!|ZR@x|IO ʶSZܰW6op~Nۜwk0D".Ӧ\i e) )-NvA;u@:nhoerIVcW~ˎAh/(.%԰IXќb!0t_]'uqԧYq.)"vܵ p߭]6݈Tb'CQ}S/XQfݛ8:p<5R.VnsՕW0Q>Җ ϴ0֍l5 P Pŭq&6G,KVO=0lht!/l(>fe.bW*ʗ 3zK\eIbor ~$ɋ>X+BA`2tg欷LrrcZmvʦk6W;Nظfbj*1j'_)36u ~{;1rWC.yl{QS/ϩV|bqD Mil ԼHn}+fy#?Beh YGmaN酛<.#]g+ K|\0WHJ/Zg($kqZOK',#(Ciݸ.Ԑ|u|Q2Bfّ Z*(߀=@jIom }[lvU.b$wWNx=UֱV-B8W\?6%op~G5p; Joda߰Z B[|; ?-J|8Ƙ̺[1at$)Xbѣh ֧҇OԹ(&=) C[c&`|b* gne.IxN}W؛%3%/$b>Fl\Lj4׏O2Y.6C-I V장h^1M̵S:5"HcIyNȋ̒^k {kL5I~w?wϸ\RQSX3z@0e/ ?zeV-7c ΰB]1|NjIUhLv+/:WG\3+ ?h_h~mJ\~C@!IR+2ZϛlCE`4MoW-:Fֆ#,UFq5ln[/e[5E'jhQ^]1晏 pE 2!CၴT"}y) ['CbFO "'X\L2YL+{)K0hjahi|wdDLɛyMDp܀5%JyuPTbD/(~sȐX8q02X(gH]ا&эv5hd1Tj(:G?WH}͢&Fǵ+=,9eo7?='Qㅍ^UoԢP:@>+;@0QDt%2xEnp$N-4pԢp9R: )kgyEu-0Nc"څHhw9 韉ԸY }|1CC,-YT>#eiy6Fr1bտC1ؤ|zNDN rUXPWrFm17+.8>ۤ,ALZP2*LߴOUMeM GvQ\Q/k,;9|&C'(7mJL{>n!.Yh_瓒˃q̛nt xP)g$$gH"RAI42m&H-k4:yEt$Mҝ6jt?䃬+AzH^- xwQx p]XA3&46\?X!lrrW@#T0vj`b V3 g*F[efDmǂyC),ւF̍Z# ) ? 7AvY}ۿ4;jV"\E~YSbU۫MxLˍ(zG5&%ϫ'.3 ?'*[39PW+Wv߶B6e};a[_fkr_!8!e_ >wcR=BdP8YИVƺN#e)'nC21ɫr^+'n3`k wS"r;I;ԔN)*j"jc b}uXx'd\5_B*.W>gq/Ƚ4wpY&eua8׍,"sכGm&ɦ:cR@uDhhh@(JEU DR iwn$`AO.W2p"GɵOfp PZ` @AԒkQ H}y$X1~4%yAlٓy+x޻ukQ ̥.BL)>I+@@a ?-X}ҷ6]%N-}OqHZ SOc8݁QhݺުŢnŇѼ*䂭;.favC>D:ZOcR[{nHNu3;G9%B(`%ņfQ,9[N;ET$wCe+ܺcx>` cZNM*0sb6I 'Ch-m<)eNJ/,G#P$ld[+G,+EUD4wra>Ml". N*ߦ=wLfFko(b>[0-D牤[02>{b3nōX'ԜZ@nхp[1`u#GGwjƣ% s@t]8LTgis%gқUe%TcțFj26ƫ>gDq;Lr]!;yF}"|KP8gqC:cP߷(V!nnz= ^pg-/2.j,y308B{D<\1q9[qD;q<|S3zӟZ MguJyؤѥ<nX=̨X$(=|ye&$Hy b$ƊJ-SΕY |b+/Գ{Qg:P;7Mo`Rd/ķY /P:J=DjѷV6K5B_H{';!8sj sDعsw&Z#g4J aavե*Q0| f-=ޭe W<_4;*68%}5eSLq5S_ qwN؋hOUHdձz O76fG 1>ېSN̠z%sA6'r[=^a5t֞bucRu.qXc;{o]8NhNla0e~@: a~ջN3D[kP@FD[.\ 5|ao:&%ngK~Y(S;0;(tHMT"ض"(\ebibg菱巼^JCivu' N~FO.K{dSP PL/L Cn!M 糿>P)f*:owvՑ @}rz%?xuhFo==l(6blwjIE@_2?Ze;uݭ[B3kp-Œ&;s\אoSCiQm`?R̆~2=\BTX̒ݾ|yB KL@Cje J5\םՏi+"PKNY!mm:Q\UΊُp|'=Vf@=抲KE,EZd(1Ov p,ع:(&{x?9g@CT'1G&{:Mfs%Tf)C%XoC|4ol@4(Vn(h2{zb#%F>.B{n 'P=)xyX*XrڿN%NZJ@q㞚۫a.nf27Zs2_/ehT(ņdz *7]a+@"R庬NA`KlE\E`'z:z=wEf#(p͡ 4//훾X>K1`ג LN㇅8"RleMˉ\q()ژtJr/x fd{ /zN&ʖtA9֐r񇒡M?AAnݢg̼&Uݡߌ!@˛M [FJ|,*T5\ڢGzZ7:ilgxX؉*Lҩg=Bx:;v'aall7hgF |ԭtv  TթW*X``wI ;ӄYQ` {ZW'K dzw)JFU['VBS7_Q!R;j:h DX: nGV@3^TR Ayr$@zL' `iW~^I7}-@1,:*aHqAGyV\/n5Q_ GDqݧm%s`t1Y+w4PVCDbjp͋w(kq2:z!W7 N f@7f~_6e)ON~5~*',>)mfVl$;*'xف b'BXn?OOEo2Ucln7Ah8D/'u=jH-{9f&LEyYγOKM\ˢ[HlS=E ԓB3ȦoJ4}~yE\>T _:;YϬ-muRR4CO2iCh0cʠBXO>_[lD6>`աBwX@nIJL" <1V m4|Se؟حERF4/Y2rR 3Ҥ`8HG}Y.uXa67?`鿙:+ P$O+ыxpr3k2) eROL FcvZYue{G~Zjñ: })˛G62"4D{oSML`|U@]PM Q֞u /Oj'_pZ8ى-҃zPd!yQ]jzMEAc\1cz N:R11-7hj& !̼C9.+|GwҲ2wRyx9́ =°L hE{ <V1=]|x>yBXk#?HP_ =-Kу6L_؝X{t-!P)Ps%:3ݥT 0RxlFi?8IBen饄6K ,Q_@Ц;X(0bS.˾BUwH|s_HݺUMmЮ.h`TAjUsDPe䐺h5Uk7C"WX|:>Vtah|@YVCŵ8҈+0 H*pU*#gΞ>AZbN$ QŹ_Q> gT+ 㖵~R%r!s9׮6oLYx>┋m/޽uߟ :pNJ3>GE+P/VZ; VL[A5_/ qPcҌm5 3y}G)/_֏Iv.l:A>71j*A|sX-Zo,J;H5r;I#_;aSgIϰ;1YBŧ9|sRC%-:]胅c_FٹOu7;$z3 Jx: zbG}kUuM-WX;ǩfNhGxSiu6gtb4ՙ o*)f,+h3X+v/bM{uLW᧐=?sp~}Ɂ8 Al.#ͪděev25hL5QhiaA^7!\+AʒC_kbz7ڇ%*鉉C TeEV -r g][ `F!Bqśj0.F Pcz5޷:_RUM8cv%*?3`Ak?ZFeȏYYe-IRgK""coDa|F|*a۴`V+\rLMF6rlIhyx'aÜ`/>/mY JKN Z<l nhEQҁ1/IZj$T>bjWG|/TK^E|^=gɾlWZ)4wE,xT[-w_Zo|KOg/ ЧH_]CH(&ٞ;Ts-D_8aUp1'{ 2~a@>5hT?@Тat iy.g7n!T1Cbɳi@Ea@qJdlh!pJho8RwapLN_(omRFrR y1AE풛QZ2W~rx9i?#kؿ 'BLn_Vhi}p[D9II TvT^;*?! (%G%yWbsZuY_|tfiqtO7d)jHeWQ=e"hoz-Kd|:sPL+PZ˅"H K벋֝ߺjpB,# \:/Xp'zUmUV\&J=H]h )ǿXLonB$$Os8="G {Vz8&.K?W kgߔkY0Wx ـٗm 8CYmw7YgߴV~߻}I pIE=S];){c*^_ p`.›+B _ ٕ~w^Og fMQ@!v\ }L EC۷+MkHQp@ I:¬;x:A&ergX46(:8o{Wd 5v<(70E{zߛD I Nj2Ȱ :жp[?A$!Z&dse!NZTv8KA ßU / s."UvwNGҖDo}#,;85V$7:-0*Zc$Zە#Yu8O'm,ղ^< vY2HMyn.ws86)_B8WlXW2Q 繇D1\5LڶpD8`{!LUܥ#=Aei ׺wB!_Jͺg4#[>OS5s׆"c}9DwX<#-\| \vF9l$ңh93\ѿv_YO֌ 4/ ez {FU;!$KYPMAOKwNGrީ6tu{kpj]y#ʂ_e=bm<˃yNY4|SvpR&)JPݜ|!6%hi~ ZoΒ9m$S%݄2}EN)u/ |V0_}v9=FefHK'Fp #`wtq :FmzP=܎H2SX;b#s$7(o(9 Rg AC}Hԅ xmL?uKSū3; ڃs%e͖erὨb H_}zB. rLPG)6^.+n%D t0i'|t}BYQx4rN;y~hLw_[ؕ-ynì2ъZ>t}z"Ib7\{MQoM=1]0ҔsME#^+D!H&zK)Ӎw(;PE1HI{yVo{;a4&\\5C 0W[~9CkWҵSw&U]`Y<1R(C ]0BꚘڐ҄*qde<=*eUړ1Boh]r հy`mݶu@_".I),? rwz$TkF ]";g+( ,nZj'i.F}'s?;LmǸ?A0Ş=%(7PQvӜRvyw= X5vƪ<?ZT5^KxUah߭K`7jCs7Q#w!mmna$GlT<9nSeWCD܈7$oۚ!P]&/а'k8krѳaa h]CR6^gwCb=B`X$CgQSr'B\|~hDB2. àv 5c32Q2-{k|@=PvgpyQ ?8\gQߋHVrC#4BܦY"=ԥ=i3Dzuoq휶3g0F৵,@[` Ʉ4̎j jN-=ڄ6 F eWjɰ5\K6cW_OP>d,Vc g={xuP2$(U#0!] EnVS)P{Nh'}w2a bz 0roOsj5bl>&"ۡ1̵꼩?:yj-ǏrMZ~%x#"!9Vsw&ZMP>QhbK&? ;3Vq;Rda Y;~X2'Okj0Ԭ{q,Ajp`AgApÏa 8uKˤtD3i2;r)%5SI_ϔbm U V;clt+K/}A^Xk&ف =N iՉt[y@GXb6[X?6W\K.A} !Ŭ43QU|!DU/..,8)tl9ʱ~%48Fit,Fԥ<9M%+_W{]:C '^EQ1Ԗ]XCXa뢮jDNJdDXԧJn_Qjpj %?|YIF'> zy`al!ؾ.Y{`, 4. ܟSdXEәk=ӂ gm 7Q&*Yp8Я:$^8\?H)}(Vݽnkqj(ۙ%M F(PHɖyE5wLL]0ۘw}]b)mWw/͹B5ƾr(cꇡc%xHLZKVk:@YAx^ׇ,zyV~:3&P;4scLbUbh@r(﫳C%mgd1&%AAlj C_yP[ܵfM(GSz}xaviHI^>^?L0*WDJN4%ߞ%yRܔJ#R- 1TSjCBRQʚx'uqmLaUk:I&n;ƹoIpa]-Yey N>qӛYvĪV/h8݁pEYCLmhmQ1N(7ǎOg'`Ι;.jw~^JW="B!G WKHgǤm-((ȡl+`!QOzMw7r}+2ΜkȈ&8pXOtm*Po(ߑvNC8]Q:R 7EUaoO{Tz`!Dܑ]h??;GvROnMpzxJSY@ؐ?ߚa cCt]{wbtBa.mv~ͤyt>xw{8EO%_U%坭_2T%=C&˟HVB6Q~Th xX ?[l }MkRCX8(,CSVwLv1 E\ycRi3P**GFu蹙:|y|:I(F6n E#=6k1vД7:\E-ff MG$HJcW; 0,PnxN%0)enXgǸV̠*^93xl&;#Ujϯ~(w5&d:v$LAUJO%t[ 3 m5X; aQ'ʅ`uK?hrҨhw,ID&i"gܭ-աܭ;wqnYA[50fJcc+ 3 DQ;zBojRq IJSN ޻9( ^ZIۉ/At0|6{SOˆ1KZh ]y?ZdUmR`Tʹ-bAI XV_R|#x(E>?((#~.Y5BA5i x{m]g&}}΁ ?9C8 f1-L" "WW <(/׶FQBbk66\#2nGx=We6ږ½:OBji]48 ]YtD&kQ?? Uœefo)zA'JF\nb!+NZF /^8j'%};=#vIe(E.gA-T&뺮~}Ks5)'kYlaZnLC솏x_A&U1n50&ë_m3-;ۮd9g{Z*j ԞI#:5c^ ݪm$ Xӥ{7GnZR$?ĐzsVzY=nT{G2 cfڗ.OIb0R9l0F)޺z{V4sdaK:G!u~+|v;Tk(rwC+ȿ,E2 Suδ8Qd53ŨVJxt8;0x T` ;XF}wC :q2-Z (OLGdqs<2;Z27@V$D (a+;ڤJKtto\-_j9o H2U0[&j awF F֓Bm%j7LL֐()}הp-'Gb=/?WKʛv90]7!;̚"ǻX~f Ƕʮ2Jny_5Aq֏gjl51|,i//'4}~rBMpQHrWh ,v6}(K!.J4 Jg*\o9 ,LQ0d4l =/? 7sVxsBX 9jMUةAЗi.ZpC(XhL[m̳'edUQ0_x2}4 u-4qCԖ24&zݮDѤ" IJrO^mF)NQźG>"p!b*D=j+FpPήk_Ǥ8H09K+}ڝޮb%N]+({&FӔeɱ1Z.c-^H99}ܑLpIbړ:LOOX8SqSp_w20asgkpԟ Ozd[oeR1s5]>Zx-vzFYh>alXpݚ9?<|LW];m@8cR!1b N/J~oR~x8,`CڣZҫ>XjZSI o$d{] ԫ&eS[*oSDP Ffc͇H؀I/m8 $AT1GxN)EwiESv{ẅ4~~/roV>7#P-\#yoMa;Lh<7{ac03~F'~|rN"_QI!hHhR&a>/#JhJ-v Oߜm`;cvMw.Z]#+hLJ] lkqTmJ [ ;Y4e=d5 7:Q̗Ge64S_]EkRǏ+Q :/?O `jJbF3\/M5ҨQ;>I8Iq|}hN+@zPmLr:ǐ%UtHe5m͍6-šz/luGQD:9ԉRϻ.w6[-vy4cW|QەJ(6l!IvżF>㈫nu@)F+۴^mbWpBBѧ:j #4iAU'c[e Ȭ'TP-XJ5M-|}q57?f-IOdUߒŶr@I@~k$!0Qdҗ+B0@+t`G-Pfa& fsNɔ$2ZЋ'`ͧ冗Jmb@"R:] @. }$\!}T&ʷZ|Yҝ5o, >(fݾAmVrPۥ#6P%S A_t]iZ)> Ef6o+}Z5`"/Z09OL |NiLWq+|w8HZlaxߤyX[qk4C{k@_cJNDg@80ֽ"MMĦČ(=90ع;i `֣Fav*b&iA౬$S'J'}ǯY+,dQ3a XSkA eĻ`c6Ϗ YOxU(-e.pW-!+]X!?LG \jZ?zRp vNn_ " } )ʚ{RWɮ'4]切{'3,˛hWn| N{dϷHнzE< L2P~W7ߠOlq>MG["~ٳF+cqޠ=fzC8:eȯlpB4N]ނ34,bF!dJn?zBlYG/1$^4Ɠ~0dV"_N=Ȳ!UwpORV5 /OP[ V LZ]iQ 8n7nheaG#? Es"ڳ麝z\Oە%1:V "0gPKS~gl1uv?n 6[Eg HCz" ƒc"bDx?F@lZ{MP|El/yžy0\?Q宑wvxҭ |E+j&1d6vP'm!>nb/oCpo2+ۿ ^!@;.A02zuSB\ECe΂Y3Ek4>175`3- 빦O͠NBv-pW#d}]E1c ؔCZ&#R5|53Xseb1=Zid0=څ5m@ (0G~#_a7P[](a"E_E<q/@Vh0wƂ^p>Ӕ0P_K*и16qmTw 9zIIw\:Q ij}9!:?\%![7@>ܷ٣}6/?ɛw,k|HP@'s3}SI #3^~x䈬?{4:ZXg0Ʌ.i}tkjB{@{K ظR 'AFn\Fd ylX jZCzXr Y]A"5w ,TTW>UJq!N~% nEg] F 񑟲ɱY4DL @ynJ% *f k4Wٮzk `#Rwx* DeC~쇗%6S`{AA -\jN":DsvD]!Y?e*H;@fã*1o7)Mj 8A=*bmI-T#`+)eL 5ވ3Cl} %%cfrA+kCUEr zCM씽~_FٸfMc!elc~|m Q D0sbԝcUE(PfMg7crpX{E,L,? vGaHy#_osȽAiLU;8F͠"lEJ 9U5v7W3۴|˙U[ ڸ,,$q}dk95CЫXʢ%)SqQ'H$6}kkhV^f\ȉl'bjLMAzcܺCH1ݕDu^p*ljxt ;Qw̆|e)t'¸kԊ4BW *#9ob%B`2]3Ar3OtM ^-9 xpZ'x3* D3@ED&A,xë޹xjN儮)Q.A"/)!oHF:|hu"DͧwMA $J7lEOZٓ&ϝ7R~e& Ͼ'Y`kQ9<ְ(e췴nq(-rFIǹЗvMK=k@N樂 c@8vdaۃՀ Y[Y3L;8GjF[Q-@ T%~j4COwFM3D}=&0 yZ7*e)g?voz=C}Ҹ0~cm)1qhDߴmVz}\ Lk䠀 f_` 7r*0*%*i(p?WMKO!w@qca-e^a?x4zz|DX oK5}Dq/»ͼuEԔC<,\zIP䧭r4Y@^N?H|}cDJa@2ʶwpz 8ClUTSD3k|&s4L\? z#~i&­4mmL%>:Ib] ع${Ձ^hHG)P7%*5TczIHþR+$2Ez{\,S(,}IOon7m=[~\)a w!0.yL2ћ7wHT4~b/O VԔ2MGK ћ~6j Dkw0%^pPlT7 DT{ cɡz1P_$(6F3iU_y=(DŽ:=f(`E!nwF5'%vN@doKDON=Ӳ.icqeӐaNo@fGڊ6/X zC!DNRoC_",bk' ZI ˆ7-~JGK~ٝ7vOR̵87kBRu:OA([Q_wzF] m7{vCV]ߦGe%8m5%)M4e u1n9Ju,D4d:)jn^#Fyc?fH|x [N_Om` ]SjpJXTRݏ K|rI=OĐe$ >9`xGXaM\2F :xCPci+byhIlw"ph,"~tomUv^*q~762/WfsZYBR=!n0j(M5j[kdrk($;Ry$H)3[wG|w =JJ楿2&YnuO-+\nc x+XNp"sVnF_T2\(@}`D>d-܆j}91HG$P|VA 7CVNǔ{|i|iqIv!?]&".:NszMHmC& r6YKvjv5QHg*f}W$ko:mkFM*uVٲx99xUr?ܛmB_Pgّt X7[/XIBƀڤ9Ps޸\u:}^duBВ}bWGs8P yZcuA67sd/9ȵalۅ"Չ7> $Wïm{Z?Yr,Yi啮yvqW qE'MsgJ~|:I]3,2RGЍG\Ч/|Rwؕ'JoJԙ1Ik-q.|jás+Mn*r0'/,=b^߼WYáltB}igG47(>-/") Ur[X3g ̔e3x_!=m8Wer d@ꂉ'=vpjUcqsTr^J{}|Ff[4}#7E3X%tGB߈9 micPai0;Qz4!v͐M6 ;ꁺʞ)BCbŐ7 3n?^EU|S ˦Dɐv#[4 ea9tҞ5FD(ҪplYư'%AU̠^D!Wŀ9aeYC{w1,j˓F.vUF~E퍂ѬuF77Q/~g(`. *)q@EETtb+7YU5Zګ|.u‘)2}(;+26\BE:i4=VMW'LR~9z%n$:@jN\;!7ܴqB?(1upIaB!)t/r*}ݑ evjԼl0V ie6 ^LMD^F9B+bĉ;'\brjcʊ!pЧXNϫߟ+(iInBp޽,|KfZ sɣG5<{[LOIΡ JU1H/r= bT @=] >٫Y'Zzvp2/K|b>$8/⢒bmL֠Q|@vd?< Yxt-*8M$|暒jF+7GS쫾O=؉ j0琛BH"dƉJHy[||2jYحlU•AC Q'=]"X2Ge{0勡0r Kaľ?-7 (sk"hMՅh0#+B1"R:g;p]s3f[Ǣ",`!d,pY#"p }/!Ja7"Z1Tl%DepɯіUZh9"qu"T*,xbIM\vM6oXzŖk(efuW1m3%3ٰ̪P^ĨĤ/s&eg꙳C/ ;|i-Kh/oQʟx0=dg& 8WNU"\*f4?g$#A; FYh‚3(4dUks_ԁje{(f{ #Y"F YKԣȅN,ϔP *Lhh CXqC j!LdC74$O%z LOL&Ԑ%W4.mr$j/WasV;7f< *^ G&;^ TTB=F=ΙlA K(jȣ onPc|^_4ܺ]|ItMG7#7~bWm?TKߍN>p,rV$%+ɘt8/$m$I|f @:Ml'O*#O|RxK6p@|  Yʿe'uwi2j 9QxR!0T hwSU+g}G|Uz?z{wڑ6|m 4k1dm6`">SE YݝQ9㠄k8!: <ލBfS3^$aI +dhruaB 5&EmBp^6fK!-5s݋UUUUm1&)I 'Pv2.oU8!MP%c(;C]ewC -.m<7:$Sx*k2\g~364&qDmM\0;yr^ǒw^v8" 0}̸C3[Gnl`\ 9ɏ d25PmڞooF66 4 XR?R,5l'oZyڪ% OWi *? ̏>_*:V#r$l"կW$Z. %軿DiEK%` O-PoZfmT@_XoŐ͗Cn뫖()No =wQֺ㷴WW68_kIAK$l0mUi?l쀏Ǝfos,MM(#qe`Dx 5o͐ʥ'E~Zh҄xீU4:vGHfnؒJezӾ.5p1Auj1 i!<#JV G E ,xQnhJk¢X&.!l?NTa3L(Xa﵊&uOv\JHJ#Tr_ y6/^^U'pzq@RkO.fwQS>h Ex땣l kzKݺ!9֬m !Ld 6%Z,X+̄Ճۮ!D祝B(L (P8Xһ3ecJ4H(r~{^ض<uYG9[@;!;3?Dmp-SSԩG6MMVc` Ϳ٣Ϫ5Ey\h,[pV> 9h Etq)]9+cJ2iu4nTOeBUX*  .V0+^a6NƳ7@ =/=kj~>KoHIg /EҾy/,p Uj`zV>5@ZnJ`Jzd0@g CӸu |S"gE#"B*e.X3 64$#j*7V;ŧ@]ѫPP}&qU 5QUyp6l_P}, M,n^Q,|xrHuAK3MvŴO2C?Ze$`zG!Ro7$pn3|V DD:xtwk9H :DQ!\# 7*u`Cl3I2C 5@i*gkL~F-.ͳ0Lna.DDK0 ~@Z\k_x1,k^niRd q)3vb t6D@ɴ?/^)Gei6]ʙC76Gu)CB2&|[`QSǕݩ_@Ԙ"e`tP7)#?wc&`kmI e.Éӌ+ݚ؁|r( g˺v#d",:_xT0uj5$]_' 8u.OC:E`R*>95A_(`[?~E@Z6΀/Lꉽ?w(چhPj݇K5)ExPuI0ú-MInUEkD-l S &쐃9j}"SBM丵V+,Ŧ5w&V0W4<^YI8)8"ޔS2DFTui[fbA /68j+g'ИHM=N pC>2þ.EB`]=r> $X:KX|L/ޟ0o&€\IrK\rQ)~eW>Ps %"jof:ɺ%߈&dv|JUCe8tgo쥇2/*t",~;֌m<ώk{\W8r- Hb"f~jU_na(㔅O6׳S>iVZRuR1֮2`^og5ywXI6O=I +#5BiV˞S,o#aϑ: 3?3 ϽR,@B"A) I>۪SlG>]{7A |@-Q _/>ԩѮZF;\Ƶl5 a+`KcZE Шz1t&;sq]]P,%  3_ TOI6L2#|Րp6_juͤf\q:vt1/Rg*NfvH:ohIVC#Ղ 5:hCch^2IԖ7-0ro|~7 Qz-Gi$+#٭̓k8-VvR7QA񴀮+O?Gyq ^$j$4fIko `V뱁yD}Q4VtHʔ8_eIa/D:mz"v+AA]̙wJPcsBǣ8׀ș0݅nI?;d_pi1:. `yP$}1ȵYQ 룬kwHƘg=o;<4*X92|q>[jK[@ϏpLBpwHǭH͒50`t$XAlȣJT㬾ƄkkUKt,2VOgrZgnXf5f޲*%-_lNI䘩K5:mlBuoGRrL-+nar($jvDz ]< 瞀+ۉj )NEcl*xG4xRŧ7|kWSA(K \4ٰh-J O22iH&6;7b,vn rw(}sa>.M+2Oɿ Gi fXt +WviGB̲-|3O&&y-`̿lGG=4%#)f;A2wR>X_IM~;XZ|oe%aey=sj.5y2_mǸU@ҥIi!5_CTw<)$/^6aA\.ӳZlUq;&(:P1ݕrm(4&OiCF sg0%/-1)mQ+8qشUi?Y$p-jiȀ`F7O_F kۄmx'UE} ';کqՂ˄E? @eW>QJnNz0~kqҎ#g8Vm5]nkVi>q2LdV#/})mﰭI7E? Q/ڽcLcIlv}7ruA:4r^{Uz(RI1r"jȮ`!Q~摸H 8@rٴw{=4 Ґi/@ H Wdju2 ( 3q=c .Br_1yo_ǞGrɧawӫ(GDŽ>_tDEv񽰸١~ƸpU6n&Սwk;P=b|`Ag ꩱcg st捊/\tZ^jq7@[Yif L"Ĩ)QsorJzV}Rv/7+hl($#)X,-|*L+7F6gv͋䵰ZФ_!KyX(|2Ŗ]u=${0͛qq<$r@8^?H+Ժ 5v Ե֑=$!)KI#ɘ ]<:_Q0R8me@V@-&'dX=̡Sko5EbNe>@{K 'NS.68tہ xښSzZC\"u/ ` )+sY(-^ dFr9<$ήՀZ04ݐY)?/05;QehԜ 7Qp\3-;^uG1DdwjZxnͯ:c&/9eMM]FssRDBNU#;j`/n6lyTʖf/ۣR[h|pʍg=Bmhlˈۘw_⎎S\㊊m 5t?GE߹:5 RQh6fEAēҎǏV+cIo]ډHԖbֹ8CS:lb6֑i\+)m-V(%ǧ_itMRQYȓk1}*j nUF^N8`PCq5eɗ7 G`@F/6W+t 'Z< 1@'xe>0C&O$4-{]=?niү!rPͧF>Hp\{Y#\ EE_lU)&jՁ%QY=ޓZ !ۅB@Z HXEgd. 0ginYj+I_A7k3װ7CXmL5t?n=y=4Bsw6[tqIpDCyE>ZCFUj%ŏy轒-w`λ=Аh9# &9st >+=x'ǭۥ6MZ0H\ߜeZ՛x8 1R@_WRrT)qЖBp[[Id^c"󹗒 5۹#)El}\L æz$1'w+oO4v 625fGڟ,?[=-DڹEo͖"#QXLm*ZT5AUYNɦuW]xYu~cxn$BJ6%y,|۷ 9yV $9#Rm8I{,b^ɝ|$['zu!fzfvzHcоE!6@y:MMfr9"MK b(wm1EF;.]"[kU^.[:{U8Vהr|ЬK-⚩DdO|O&=n㫼V AC[bqdc~s:wmBǃ·PK.]{7VAaZrf+eCܗ=^~MVŇrLI4c)N*yD Qmw[ד zW[d.-,Ki6NSvFO8S9M_z!lS{gJba/Oc/Dt-jT VXYKoC#.iO؋EMqScg* ΋@)\ KɔZw But hC*.~ז5u3ޛm6ĶNՠI,&ޒf<:Un+> ˗+䩾G0W/{PL&U*ģm&1LI6p|G^T[V},+s'ԡ?|䜆З)\^X|0)6YŒ1əBQI0@sM3Iũ5RBB%1V[c箁[ v9X2t9OWZo$/*1G˄^>)7-$*XH=>`6 -kyy& +%q(^W{ )hf\%ْcc1  q}|8}-".߻^m yu:G 9x۵C8E¦̇=?}lzdPsVB${+;5a7wP4ƓeEՂ5T ~|La4D(G 765NڲE<z|:]PCrib]х^GoL+o#(֝Q; [l[6E8()!_UŗJ%̡b7BN7OoJQh3 nޱc.a]#4 hrG%j+1p[,="K}Cӈ:aa&HTQJ0|1HªjL H40FIiiPt9D{c!gF!rT :}QEhfL Ahπ@0,y >T.Cu˪#sY!iꑇd3޺BT5\RF4Q{EQ~ ٔ#J4wwrU #Qp&+$RvMnqlƆ7ގfH2^2SԉM3Qd;9 N~ )8<.3+vuza"8?OSM^h٨d߇'$WhouS-;8 ÖP.t^-Vҏy!;T^hdʾ:%q@sd=y@%jt.x<w+9u;E_0FuAݻk(NnW`.i1D)LvD)9Fۍ[b~ğ2bnN/uL^&[ϊ+N&9X] @_՞joT+$HF[qȪp(~3JϸR.XP׽Բv4(8CKQ(y-%^;X'^F& ,!mD)`YbDGqTqto T,Әŕ'U#ͫS J~5aDC`qwk5!!1%Ȥ[(d|GգtXtޙ\Z{zɇ2=Gi0ۜïOCp)Ӑ $Wtl?790=7OR`@SO/Z8m1Sǒr p'0HHbxޯr4Dɵ gX U<);Qe:GaBp w?P>W5k@kJ%T? 'vH+N؊aF~-' ߠ&p-SBk֙[Zl &&w%yEK1fKuT0LTժbhcuoP~I´7 Wo(nw+eGa8աn1мLS}^kca v2Z.:L ~4jM Z :p)k2@L#3aܝ6Df\.\fJ[A@m :ښ]7}Sv[&v Q_CAF^ Opsj$N8貿=CoƮB*j(r/qw^Vh{4Aœ{Q@*Uد[+:^{#%agX&a;Y(UH]oa!_ֻz\ XR "P4 'P`ó,WgDGDMB+ug6ɛ%J @dښ* as3^ӜƃA:#d>Qe~t@`qO\Ff]ڃ9gIƔCYġݰޙ17N3jv S9;lbU'ݳDz@*2`|+XB1 ]14v'֛8~'T'Xdi iٓ]FieGi{`z8]Gδ;t]L]vd6 XF3\w~ղAV^ jSdw[l7rv|ё4Depw}5ު|Hh&ZS5x`|Ua{eņ^QOUB !k)Ϭ]Orq L,KsW5;0 IuFH%88d 0ds4b#oT 6^JoMXMc߭"B8˨ȳw^D=-Z1HH)pq7,ãy5`JiMjc̑!lCkb.g#^B2i_: x%9"];{\C@jo'NWF/eMDT ݒ>Sk,Y SߑGM^j\KFTP,Q|p!1ږI>z!<$7^P,M𠾼NrA^&yhLA* +;Q*2ƛu?_1m^l$9 }\#AT4kA=0{}*5,59sΥ9&1 pl)DŽؾlЯE 7LE Iq?c:ZquJe: Zèu߫[֑5j!M ^n|Aԣ0;s7t&·7طQi~4]!ECo=JIu;x+>T\ jr66z7I}PȄJCw,=ךJ\D] j>YѲ̓dN|s6Vh+1]q S&F C0r<c3ms|}C7*=Dv2 !ePHT 1N Qɶ[ \$EÀJjoZЌedl6)Za(I~94qD"J@\2ZVP4K"_t88;RΝVO]fUwy+@LشL(C*K/ݱ߳7(ֳџ}P÷:ɷWCCit+ }$vjNZVOwG!#^Y%YORLZc4͹u.`g>+ۉ}h")FdA:Jkl%0 ;k4Ba5E)  Zk^U_Q{Xh:rsazB[ܒ{O;a;Kc1YJV\葽Gk(#v-,ңޘAI?VJυ(|tAt?A[r:{ ݇M~/Lr)dg#Cne.Nb3欠|3VNgC2ʰkjw:],G:EĸcWNG t]NU֧n^ǵky:}(8XUG'''P]iyakȬڈj%ISZڃB#uXj"?A ZQo7mM"> epްI>;1pT40&5"/:rVQUη?u_ 6K? |ay1:."0|nxeE."Tgm,qQ,m$'84WOj,B=Cs; GAbXu8L &)<Wh*$.2i¿AGr+UUcdjkNS#^ȼ 4빬LH(Q?Y0&G{)6J B/P]n/$RW<S*}& `>ѓ u8ݧp hd6^8pkP)K{; L-@—<9l*K7[ZŢ^(_#V27NNPU劵Mr/Pm;M0o:D46\J]~q/ԓ眠s=n89N$&m6}K -T^]1O,%VO,_=)RKw?O`nu~y/eOo"7`4z<K';y@,+OC,7q`qh5d~@IsnDH#uRלQE/չn)+JK=CZ[r PXAb |14 PH(J(M9;-~BiXʂRj(@<U7m,=?xXb2&s#xh] q{]()OSΜ·/$d nNd]A$b90F\IY$t!7/[Js/.75۱ y8q2Vw:`9%deV0~𹬄:b-7O_Im2`ft s^d0%^plѰ:]9> 3P({_:9 yJ@rڏ EEVtjIy>2wlGu#q/ȱ推Kf'\P3$@t  M[o iNCJ7$w`,6H .\oU8g`Gg3~VC $/orl/iҀ =@TUvNAD@D)NUϔ ZX^J[F0H ԪOmsWJV#RLA?'7fM?7sEc%=+3e8V=+1󼸠ӯb]-|euGcD0s/M@PW;h_TQ!KUƮ@!EQUoj,e>hlgkO}ZlM?~"WЊԮN$f2(wlo,H}EaMM.[F'v&슼7:"Hdʞ]=}w!&t9(:m-ntM5g<Ƀ!2뱻hh`"hJKoLri'#, OgAJ}$F wcC:)²L"dQ'=مʾ|3:D4S3LξF<ëCe9t@SaA4}FD@Q{W0H^IR;P\ ߑIg.cA Y]5EyPgZM]tWUf=ŒWC}jAi|#>F8 HP@5h^;Z".V9=6fR[GZrHsD"YdB8m8`_d%:TZE6&`:QuK2u7@7%ϝ@;[W5~nd ]=|0-J3 YLtu=iv["xk"{/֎FTuÙ6pfB0T.'n"3,Z;z德d9B&Њ需 wU7S-}%E66% h). J{H%2${?WMX@^&:^4 )Nb+\Z8_?q2L[30w$́,Chw$t)!^f6ȿ+21%a%,le,LOJr$V$7YeL/'+y!qxYH=J_5zX!Ǭu8 @xW(13g0,֮V6Л{|ZbJtJh6D.fʜ}@ ^mz֗i /'l(y p?Tq(Cpa_ hrGEdD%Ou=/ vJexiX'ZKvcgpzDD-lRoX)ln^ 9vG*B_ǽL3s>މkFx<ˎ Z rq67H= ř@4#{ywRx~%S\ap*Z)\B]Y}UcLhFBˡo1'$OӰwwq "ڣ+xPw>GyacbUt @.z3mFf]Kק#G! R<#963_rk.t(\lV̍]Մr6I3@hyOEh WfMMω.wj?sFYGCo`y~vgWeNoAYj۪s*!%3+qNʂV%KnNKU;\#hj;*WIu#=Le La\)&l4yRkG$8P% 8u &^#z}R'jr+ͣyƄ7Tn4+5G1DZnB?`r_dF>q]70E78N!f!U*(۵#ab-4}$]F녬pR_0L{@P  *Bn:ߙlC.Z7 ZӆW]ݞ~.&#CϊpezmM!*TENnt!lBzL;, ՘rNj7F_MRy@ӦI48[g=, ,t#q{E˽^w][ %#Ŀ( !@o "B3l49Z%M/3ކ?m5u36#\:_/4kuS kX uOثvH>sw4wѯ[Z WB=0>Kc(L-De srn)`X>#F>ߦ0e¶'y;r#G>ms%}2 Yu$>< 'i l]E\&|$s5rNl@q lVRxH! p@vob%j [ӛT;2[#+6Äsq|((\vHd޳E;(b_\l[lMJvsCa3?UWHp_k9`);8ho%lP$H;١~pqF?jW׷:a C쫏,,Y}D&\N{Z3D@Ȏ؝-[l)0I9Y% (NDZmIU>#XY gT%EQ!R qVa&agn֑+#bc8 _~ۂܧs[K&`Z5TWLiUܭ_ȑYx#">owƅRB#Nb. p)'$n񼕚:S+ |/z>Q!}Ⱦ?8mIg"&6,r,n-tW30:9)D*eoXP+0kqJ . I>auKM~1,#i'+wr*-`*'#xy}VaU5_mR WGFh=k5]ԇd}ք)D/ƽ5"Y7(0G/\'eJ?so'E&=/hap`KE>~UGD@dә]e|E p~]Yb^{<#6Y J4m_\TUx )Wwp ;$OJ^;ܴŷHՔmeZVqB=ESBBG^h/{$GJ.zY_+cƔׅP9):6PQ60gɄ]?QP!KfcK/;lb*qȅ& MDa{1 6nR/q+'S*G~t)FHGݵůZ]`H GAiQ6oU}f&~G.Φ Cq4/*X\L(/t%TpqxǤa$m *zG@'r[x~H|DH]$P䒍Y8+.t'Fe'5>0m{rM(X 85vXB|e(NQIy'ymExK"Lp xs%g瘭Msp[]Efw]+$t<] e98碁b9r5T@H K0`uE :"M lX\ғ)jN3rqn_I %! v'Щ9IK {(Pjܦ o*z.gUƺ:!Ġ@'"wQO%150*KqBu8ZmbcY*!n̅b؁ᾋ TgtZ_Cݿm CͦGj>S%q5mhan]=1;۷wy u6nѥ^.@nL)嵱,x4cоkLq| aNf&ޚ{KΡ̦KLIf7pS>4JRe{=\J* 4:'&:$PهhCNkGAYTڏO'ORH92o\/ڟRwzY1]vt\ac<;OߔK':؍gJpX.>NFDZ³aTj}rr{F M8 Tɕ+zp2sQݖqFV*˽ W?{xuZ%$~3o8g =WKiw^믺$W" 01BMGu,I\",3:1)TeդIBjĕ\aա&S_QlN27Equ82 qb4 K 8  X($>g.lJ fzP}x9,©Ǐ0IǸŗoCCݷ/(gCVf`TM܉w$khqUJNAp8 |Ѝ!|R6ӪDs?my*rEvVS2}10 ;! 2= P2{/i -ַZ .hz MAan(QUHΥAJV/#'uNtq#+ SQ=ϙ mKZyEH3f,!N̈N\hؘP&wPæ仟YˀR[WR p gN^ٵU ͮv } "nIE{ZeDLse9b+Gn$Xڴ,jQ76$.E󰑯' MR(ẩ,mAI,rK(- urv C`I~H ϱPMMy8ēOm>r T*7|Gi Ep(#UНo)wܾhoDczЉ5bl;.t^,..xʼn10!NQiא9O"NQ5%@x` p/p2'@r,:kɃ|a%SB]_K̅ew;6O9U|t~@[.݇P޻Tq$4}R4L,wѢTfBABxYuBe>4[Fc܅xRZÍpQՑ[PsM*ԿE?ecj-];~R*X9aU驄yB@s-PF7VhFIY^ :MUhLbVdPx5ɢX$HշUf B2 O#.߿"K=A;Ĵ$b\_ V{/&<4lX^g̣8nޜYwlF?kUA>㹞A+>Iw@,OB Wy 02#vq+w,V%dG>b̺_5=j=)=ftelxCLֽ֚v՗)JF7ZR{nN=~%v0pEk;1c|M;\7Bn0])}x_CLb[\d/+IH© 1]fB/nuYϚ0MRx=`\ki&,J7(d*i66:wA_ԫݐֆlqB6aTF;o lשgO o3:.3"j# wgs±sA2+FA218BlwNmgpL`.Ktp3eo}:w]^}$>`j\uhH޸z'$ ed=j7 .@ٷGE/^'äbdyS+?Ѩ;nUEd&-kMPsf2xԯ oP(㶢1BҚd (2FVdn Q0&i1>,֚yy(≻8l7E%~KFWbHJ& vl/AS|1-HPz* :`]]oCg*?> ;O wqHH!N 7~ؾ@]^kɈ7:!T+Y|Lcd7[n}AZU' #FcbfU'lnL0̹/y">-~HcP 6QDZ {oLw=zx^o!MR]׸[2cpdSY4Dq*{53a*› ,mP @ ۞7E"%N-lJ0clWJ55ZPh[;QWVj)5տo>_gZ*|4f==PRn\Vu6kXE$)h~-pCEG #Zd(:>W:7*z^@nŦ3knEe^}.: _7CL1hz&tũDc1!XG bsTkfQmm8v!v^Tg׊^H 쏆_2ͦ m^8*4㊆"īj|j@{4PMJ<:6Os$v5gEs;/ԁ*V/ Zx؆ mw!ߏ2!S%It eӔ5qK`wTvdf[(B.RB9Y$ \ ?^7f'˔} (Din`=MBa4 #If:e؇D䳬qI!YOoᆸc=a_ !{a4G\L~~re/91fx1(!,c)3}+5 翠 =' j-u- `0F;2FgO\YI*!z `,UZrZߔz\`su]1&opmGBW tھ$[ZsbkJ׾3BXDbaJVPl:/U,"&C~*BEϩ-TNcKtcmrc&}f?++=+"glQoA_PnsYhœ"1'ި9qeӽB4O@y &Y5źwM.7uZĦȵ<+Sf &Жadj6MHrrdtܚ!a0m.EL3i Xf$7`VcPPA);|"G2 ~49uf)AWg2SM0/~E3m.0Mpe&ݖ2m[oDbiןB+`~.Jڹ)*HʗÈ+ =2JL ,zLQ(7i<5CH.nϊgkJ"\dЮe|k:ȫ sCgƜYShRV#],^@+m0CBS ď%w lhz\fxmzTfvf'bo0=7KGvFъ.t ^fP# Ls(:Wځ_-;4* LaS`H}*ƚʪ(b /C#Ԩp 5؀tPLzV?%`qeb [WH3ʂtr][ÈE+C6fb8\%:έy1zPkq9w,FJg Lrm}n bZ̚!h?~Fsd+8&7|N=R۷z bqtg{qQ⁥[p((v<ɏP(s"b!=|y')b\X.|Y׵cEp t$Q6i]Cp;1twCS0u+I[Ry (vu#'>gh2EG`r@<%Bԋsit[9^݋\q"9oIj&)3\oo G`5:U{( ۼ]קI|fΗV+)@j}!ky+n߶/6;9XGbT"~gLJLW.+ k"VOK 0 otfwD9C]J6(F"xZ0 Wr]cbN4t3(5s6u$Ee4o."= U6}r^P3(LϛDlr #9Eu1Pl0wRRTLmQ?HOB&s>G^Ӓ),Ƞ'^T<{r;p0YsψE,HuA%#Ѳ@ND9K=F9 v.O;6L6BV$!6lT- qsI |HcmlzvHDŧ&]hA[[c v4$˂C0~^Xo<&t,0` u/4%~nD=|%y"Qrt{9e~\ע&\Zre,*xK(O~"s}z D4+C Z>`ʗQZ۰l>}plP# .W=1Q(3 ͫ/zi/3SveNt +ijqVfhA! . նBKi҆΃QxT٪u$z&tk[tTIx/I3id^3TNZК 2{.bQ<^wKrH0oASr77IkT˚)ck*f'Kb߅".HjV}|o;65D2 ;2$ $'A}TPK<2T.3h9p)A.:-{ܟkM28=0]4X)8*-T/3Hd(WB F(ƹfނ&g- ߔy AORuXŷiX 1p;ilNӲ Z</$[Rf]%' xX}$SZEl Y|kV `&zc'D Ey'͎P\(QGw+2FԳPi3@|ʣY+(hupY. c398AdUnjG9s0;kan7Se)iM$] <˕OE(ͽreُ˶(K `~J6'(־[ 4ipFw;uW}Ti0X,EO0X'3D wU]5ϫ-7v5"3a\:~NԓH~YEc8-h#Q7@4JeefM%/ǚ0dpHX3u\~ɀ[`Ag# R2\ͨ^Ytzg#Pg.9|I]DIF,;҃o⻔(cr,7gUMfb:pHqY-(vWin?kojVaWƪy[owC+;`|3?2 v I^*{$kASe۾޹0p \ {) KlGK7]LI͛Eev:fWP<#M󮠙!ZgS+.!yBpվ]-@lu{U-j"~/ESX?SB`7xxat&%ZӭתUDِDC8R Cyw`P zH)ȩCp o'Ӧֽ]rȱ( ֠FB^o' xC )q67cch:6q"30i;#w;RZ'Eؐ?M"o;go,KهY$#3w\^i݊<+CȔ1*qEh,HjߴQ4 Biɞ<Wwzf̥4@=P8d[TZ:֫k ίOE2qϤyhʃ[٣%DH:I"T oouN|!@r39w}ƻ_tz*M4rN{wġX2Ĉ7h +}74<#IAEˈVvx,E]'e7Oeˤ~9R5 H^(V@ 인`sP=$w%b-=(A.ʬ 6GlƸ.*wl$Xla8F@m f' /WzoP鳶{f IU-?U? ɼ_[)7a/rrxʍ;+~p/w"t(F;ZyYiZ>0 G LԦQrO3B嗊l/pwEab(T[u.=0.ZUϴI2 NM0P S GTw^؄Mn *mw}ȫ/n$vs~xa!Dχ2%&r_ʘRw(HG$q џ|2i1B(-bXH<\DCFA&z+MBx0&'XT!\%|F#DT8-26Xwʩ"zQ_87ړɿ䉫Y0 YdAY?桄?kr*{ Qd[5V LiLJj,@Cbk&\co4o[σcRq Y7vHj^{U>|&1[PY;ɳqXDӹ~b =TN]ŝ_fD2T821t;_Joh~Fbn^E.HǣKMCC IYu:LGl:OjfB +fݴڶA>BM~3<5n<ӈCkhRnQ;s$pSm]=;[ቃ(KhP'rسU,4# l< E `ְK i@Ȑg3e8x)PAqHx~u(n-햱 TP/?hapQ]lp 94Gq=ΛlSgeD^y ~PQJ }Oi0?֑s/QD-` ]@c7p}pبQ`^[m>lNYɣEDNڵR[r:occ0Ģؠ &0[ۊk3uͩl :}@:5buH[6Ƞ?;Nm&_V |"hï 76U) /_x.Rveũ >$3%Z+݉ԁWQ%; Kp˪*(+4nB:!L"EJ,hQs6qmFHy$yrSy>,=S* +9U`H!ܬfstc= wB i@$'dY^yQ_!޸;n,Qu sc}kY*rA3nVk0W%w.;7~7"I3L#reKce;:փ0%ڛى>-st3W\;.8CvGTpr`|vlm8;Vxx8,=Y)0kjoj\鍹 ]ϥ\Υ`@E20˝%)$#[C9uDž!y 4Oxo4ly!j|$9{)5aLs8ulI(on0 ~ =(N ㌞a`i;2JmU?֎'e~Ed1# x9`~VSr#rm ͙L%ꍧ8Cb o9x857m mUN׺R 0$E,^kU lc!!OEy! XT\Kbϊ!~Lŗr!t]TWC,)}>ThNV4/>+ܞx BA׌Kv!`A( kohDžs>))4|kͨnX!tfQfO΋L|!E 4 ^U2=M8T9ohkAD m a} 5zqsM0;_$T5:Uw 8e*(X@Ź>e*4T@SͰJ+~G$Ä]Ih>&2V"znx wn:ݸjѐALnJ8LbL΂%_`y΁a+5 Ur~CBSx {^슻*PDtuJ@/)K@, [/%tQ-O+pL0)\3nB>Hg ȫmv+!oD:]c*;D<׊~?87%%-x} ZnKPU7 b`2{|PQz\ADG~bw*lQYRQ/@leH\7N*kX3}86G7FsRP~rV-(CJs–Uz=ͣ/7$i>JuIKZcKsf -;:S`WDfCp[t#eklA@P#WӔ)'/~)6xL|ëd!/1dA# FG ybfSY-Xm(,&8} _6 hreQv XG{9}0樝E_17ZӺ,V513Iz7Gl6: !K;-' QK(7i YՐ_nՀ=SMōuQ#(sc ߣ  ]Kam@c &ů " .|ƑgsXMT'['`m$+?sHٵ[Vqj6O&!E;2Ƅ%)'v2{r[cI.5W1|QvkƶwRi.Ϊa36ƙo:,wvD^/)FD WTr7[@a$P =x+Lȝ&/a+qEUA%9rxs)u,)uCnȁt{}򍩠%߀ c[Gpm2qSf{|p=лb??[n<+G0~/<k=+ld*<7L;'1QGW a @qCSZo˶aGc_HE: H"IvƻFa_oP~v-ӦRQBF'%!ɫ(Ͻ5g609#>>~QBJK%/`6,lg"T"jk Pw%:6rRղ\[Ҥu_(S,0oI}&s3sGиǘO렵)0:e+qEL0*5M~?k/p9fZ2#j4OL޿(&h׀"PWsY_sV3x"_k10^װ&pmqx[\}=>cz畖3kٵaN{Ijjyy&y:Ƀ~2yUu{5Ɖ_68&}-1 8lL MDP؃j1E^jTZ) N]<#kaIuݙ`d'YuNv،WšYr%FJ˷qw2j*7Qy|a`3/p9`P"Ȯ`l9W'!TQLR r-#,>tIu%5 W؀B7<)sZ,;?:7l/'ʉ͑JyR4yk̜wD)j}[`Ư8Q 5n*e꾊ݯ-~|h:vs[u19ŀb,<$2nDҼ6e/HB D#6cC|Á2z6º_sK Sl^+2S81A I {3dF뽙XlMf7 UuGw*gK [ψ uLY6U=:  CSqR`r4gtm;$>a r@EưNO%\ɑT7&aPн\4^p6v3iPh;u|Uǧ eEѥFTe˷WbרGՄ5;IsŶ",^Lk'ddTBx?5襝yk%ԇ1Ƣn:? x /WF>crJ6Eל*~(gg.A&/RN-lDTta&kf̓ MM.a,r9+5RXc cS9/IR'8JFT<))6c71DvUDcHR-$D\"X=bqͻViR!B}cQԾTtv+PKӏ #~f/{F*+pxa"-2@w UYqĞԣ 'T@k1~bagWS*a:GfgN^jp^ +'}5Կ_{cyv7N#V 5q.5._ I8Z#'t i:jEe`IN+baiФ_8;GDpHOQedcVLa6  )#^BP+fā O 20,&b0Ad8cXBzX)~]GCTfy/Oo-Gk٣2]-r K亐# Ɣ&bIqp`vC*[8ԀǃlZ&WQͩB.48+>Qb2vbN=xG#ؑk]8(WQᐩNnieB!N0k7|:Zb$( $"JZ Rջ my@>:9D4L_Ȯ77Bz>]LlQizr|W]lؤ]o)ל0]Lղ,7wiZE@{*C: C7R,G'M:OZYlV;7?U1!90VҦi/N GTf¶ #:y]o%eW H 7V۽d,f Hgq <]~2AEnCNLD&iXߎ"gQ~8IK%\Z{8SdDSmx#nUҹc- jkh~2ChVD#쑘#?Vpǭe,(ߓWҷC6qw,[NFID'ǧrݽQ3.)@2H@Yn޷r,ԫU' !פ{/,ó_<];Ɠ+ӗr&7*ͳ]+ M;ଠKw}u.RR5@K#OFO ݄6-:y]`;SCcmPL\ȐgPNЮPުt.5wק[O"Glx39]nllIĦ$+U<4CO$x;îY% ̤Y %3±vvRTߣ|vF,vDn ^|\iV> aLtCsE"mCdgY)xOPX*ҋJW1\0Ӳz&PzډOHIMK&u armfivSѰ{ mrӨ?Db:4"O)(i\N9~i6ۃ UZO?6ēӯދ 5`r (oƵ հẕ@Ao&wۢ2 hnz&gO4'(QmO0!"JrRaL޻ JaZH\Q),,eqw q)&@9Xx?.z;@a\GCU.U<{,BS*/"}̋,ȃ4pxW"ԮR fq\&^LTx;N , ȴFˋ|f%SH3Ze#w:KxQ~\;rDuԠ.gca뎒{{~yY'+̯g//g"wהrAK-0Q4B6y5NDm_wKaG-;|>Իȡ WW*r>;ϥ'F[J5!Dl)+hἑyHDg5A;j0J>HqOúGPY.sF2|o6P^qZPt!sd4݂;V YuS;m^0)߳g ÎNFT\c8<74ҸwnWE.Ob 'K'nFBkKrH#j5kUAB+)c_lTR_qc|K#Q4 :ΤǔJw_DK-wWjIН ]hZ{cn8a/;\Q+ľYV p}- {hڀ/'ɺӣZu1=iHg88P-XdvMAZy;:n&Dm-EݙYqV :hPvU<HTLH=^^wb:B BKl_ʎ3 vnV$k+- ŔprڜuY;~`* _齖rGqLG4k˽+&jpFL]~dmzf稷(<6%1MAK*Ct7z]R$~DC' ^`v`lZ VH}JЀ =[~m.펖ڞ(MVsV`$-@嫒 dن,3IPN[FpҥQmuH(׵g8C}Ek"TFP&{lS膱~Pȉ?ZRޫ<L^o<[qm]*~ "DZE?1PtjZ Nop;P:{;tDUi=/gsH%aO'`&$ϟUkdIQB Rε ':9q*I <&,c7W~fJS]D"V֎ڧ܄Rt 0^5#$OHθI*%&^w3'g5µ #) iq;}HL? q 5I,s[Oe1mFmЏBHm36|Sժ U[Po*_)UY,N5~E`z +nBpseuɪf",5dS"ӷ *Wg0*=9z$ƣyI-h{jG3huX+b.|Lglc+[=yYW?GA\ɫtB'Y0YA ld"n2 W@[NZNNޭ]fqˤ;J*SU5x5z]]RqJJ|lD[pڧ yt7F/ jtIyY\z%G moMi!T27s:.lbTàkFM: )w| !VAeΖa$wاV^NV|eb`(m5BqK.m ωI:4bO!B -7PY`Q؜HJ9ֻunm*3a߰%P%({ *QcW)l2i! ֬=W9v*@.27i2ӗ fƮ Pd~6ܚxχxoLoMlgg2ݙg֭ b+]@+12*VKs|o ר{,).B*ЃY#-EC aTZ$YZ.-?y)bnT "J8"C;~S'>k=c5+xT.&Hs"*:SKJ1_شRh$#(X7vgvKttLco#6ʻ/EG9IB^* s߭SfO#CgXD ؓ6@rQ,RJt_[Fk;*0ýW ؗVccпc֙e{8leͫ&]=C>>d}0՘FDJdN%mi%:8! JV*R>cpZ5yռZ/ ?vk}ʹ dDo-\y,7WU {JϓvT/c@w\=0)@3FɯaWmBAlO2>P >Lo#+M|XJSϨI"Qw/עZD^(!LťVx}R%1*h%8a!2TbZ([^'lK4GLo , `,ۭtw .Ī:$AQui\EAkRjQ7T.>B~'|jŸIZ)dqkUO]U f{Ď+h-ln˨y$n(ݓW>O1)1C߉۶Jl+\ \;gJ 1Id|>m]ri{ZC00񭨐9!c5%k ?vח 9~I5qU QDrBydbm^)G*wE҃M5c8Ml/=|%FՄffbLs81[]l!sL\W,kØ9~nh/G04!ΘKn^"MMg.'n!.Y^C_0I7P= v#~̖p} 0_?+9,Jiw%?C9] Jtd{Tq +p,>-Lz2ihj*[X@+3PꞺHWQwƗ4Ȟֲ7+(뚹VAË^ 25R~nmB[gm##gUh~as7tZM̵ɏ}i2 ,<;)?ݸU(HW-Ȁ:獄sF }%JuɡZѦ*WN;jL2B㠋frks>l:NONyWXv(ē%^#Hy>* ZYf!E%xl/,ɈG&NǷb@}CpGYHyT)$s -3t \#̈́֯ߐЀ,{|iJ󁮟+L&B}zR,2qOvnn #{'tp7wؿ5aE>w{[+Uܲ#Lo01Wѕl@gtzsGey 4F[t0>\:,_SJsZ潁PNL!}.O=I8&B'œ$rPp3U7L.s̸fs'"nhUyI"8mt]*yNΞє-rM ԨI #;sD $_6 3d1jWo74[#%I M,\K&9#_-  4 `$gzlaLΑg?+A4Pu##5!ik(xqwWy+"zp /Ӏ0'z|X|m̑Wbcd%`YV VgHKP# ?Fo4lM3+KK94+1o(>b ,`R>7ѲZ曑 IVf&c]Z>'q5䳿<>Gq@~hu:9X"=O n[TV1<<7w`%@ȡ*z7՛1EBk?1g[?%z+ <զňMsK(\R#,zca%JڴPaL|+cj}*S5X'VPEʉANqB]*0wQ-ߕnpJ~v =XdڇkE[Z篬#J"ą~r7O^#rCU|@;S `w U܂ U|0F85ҿ ~jCXGX5SjY_ܹ7DUJ])m! \*Yβ6v._crQO+_7oHTIHJOhcJazYaO7o<В҉M3DhGgGC\8'("}iZ 0K"dhaK:1? ί2>h+zwzvJJ6[ӓ׍qNp ME &`S :(KI5rЦ11,@=I a6➱{ ;4 lٕUcݶ2C1cM@AW,n#yu6T-D;|jcETS+x߶F!VL>c.?hQضП|{'K]'Q_gd& sOǣmN{'ub~x$mz{z6<oYO`m`u@yNXF\A|YR]{oZҎX(9{EY_z#+KKen:j pER>+۠[~z g0Z w1C0~\[{[,Y& W>t%FiZ[eP,1Xo)UX /VC:xNb2Ԥ޲TaJ&z)ecMBl5ǡ;S:#8M롁Z)\33KՕ5"u/ 3(йCہG@)@li%ժJP:T_Pâ-=ŧd.9A@\NEBkSh=w$\miG칤I;J9*b34zpd燏ht?ڗmЕ=ՂQ~e9I Jqm~J`\H nwhy*r"g6 9]?# ^ch *IptSO?h!y B 0B<^0 M ~C'W[@<H 4g㣺KÃ3ϥ& Bqyq^s>nԍWbzbISY+OXBUb돫Uq3ѣv 1xryy`Aε6`.+9X:daIxGk)TH CJ #Gc,ҮH[rcfcPG^ǮBXcW`x >۱5̀>|^ .(Y[m96^f?tUaG8\~1 B$k  .A09i"f@c2]o8#ܤ,=B)2`IfѪ$x k+_;`89԰?ގ qmlI"uu =52VAdN-ɬ0?Y-Ht[ JKEeC5: nPypiXO(C'6q؆<<9.}Ix70A J(wsz0E1@*9-IMY/EIV&DF&1LY01XcQ kPiV8>۝*DxoAd+|rFP+rM_6'=xD˘a 0Oyރy+g5hVpWj5%<+I6 K8&p䡹}Ku+5F*rH]'*7Pϑ}=x%p>,=#֪fE Y1W\31F4نqǥ^2+G&ҎVdn ' 3E vބày/탮 S&0wVl+jc~NoV if2 ޞu6*0+0]SK\DP&%4(-/v[n<zԕ ĸ 39m[ Y}q_8Bb= OUc!~kR*Bp*KRM:76&'cRxV޶jBڅ|p ?uQX93ϳځ!tG5͚=&Wuf N!&U' 3,p  5SU1 LgT` 3# «^Pfvڟ~ $j&EWg5ue $.5-c΂ T~&4ނK?cEp+Y ȭbL?sEG% 8 w2ȁgW;Dd{Les{۽ R(;WQ7Q&v3띜=tVyW{4x04:8m/NTs7#v^IKxgQnj0M(Y_r }=MVD6`;h51]{r}*@H_k}!FFhv9vVI5Osw]x}ŵjY-̅[h`t,k㏠ r\|Be ,d~9&ٌeq">0;Ùo@pL/{D+ lGdH*3(IҔ 5b3 '1\<@ͻjXIu^e" dL Ѥp5c%;FY@zӑmL+:bfHU2츨QGmڙ#-fzjfʋ rD\pc|urgBLdyv$Fq:4/8C<K)"a"ͻ]S7yg$Df~@ۆ~"R,cD+m߃֠3ZW!R^zc]s/O@ο`wk>Cibm&5 *rnE]$U6ʌJ/++:d:>tTRiHR@S{mxGtA$D8lB]$Q!h/ΜDK?{A݀B~xin5wjh c;iRUJlq{;_ERسmq>XQsLB 9g5g;ԍ =3{\-ĥ:t#ʲ\CԠ9uPӛ޹&E\kclXəA:Xo8]~OVn,\&= &H Dlz`6\r%\]kRkDqM8Bs<_F>g3ǣfQy G!EP Nym\9]? Oi%)ZL$ eso^FLKㄹDn$I54 [iE|&&4cS|L[1(?ΣàIP*JR,L|d#2=2JF-T5~>1Q7TrWI) ­Z%t٨m qc̗ŒS@k&z\)W_ĪWw2gͬCPaÿ埞I>e{?ixhМFG/~ꆁ) ,&KpW!Ƨ6Qؙ%C,ƳVQ`wi#Q1 NH7tOwǙbW*@4u~Bd$K+R>|`Z~drONIvWhWV'rک *fL a$W!D_m.RzDƁax2R 4 m`[I2(ҳw4׈$ak=xK/WK]<(^b&շyA;G{Zgq]a&j(t#ީCU%4[tPf^+C U_p2!l\̌ u3X8m"Xw%u4~ާ` (.QOy"I0CtgSDĸ(3e3ft!ɖ$dkƟN!J6E&EA TaAYxj"9I3+24I 13j|ߕߑ( '{{ܔX$xQ}bf^"fؖ/ @r0 ]܃t3d aMrM ۻޥʀ0}ܷf $ejK° Z+tM|rfʿ|>F3RJx5%qܬX# x]w&LV#S c\ n\/*deBT9|vٔڰ]G=϶T&5MBR5K$jQG&Tfl*92? PPt(1y7VJ Q4Aϙvuut[ ^ )6ޣ] 0:Xv趔?-`w!(6ϩ${AIn}挂A<ӑAsz9C8%yc Z=uW35G/ LH΀ߏ,Vo HU%$z_"{D@xef4p'U@d4|Xոp~u|͡[3eȇ no547`|:),z4,Q2nf7Y.q,Jc\e$ʯD8}J>.C ^4t::tӤthE! 2e[poaFDn`b+6X kQ#JB RCGIYDۥ dM[N8"YsѴ(e gwcXarSkFtvON2ҴB˂[B%X޷liZx?w5`qubK(6B-+We7kaH23JP"gBߖi9F; +qDY:vMN3J5Ljv(f\;!XeF>kH=\8zT_j*Z; r5oaN‹ԭGӡq@n`Sc J`$Shʹ@}>RZ9l@6 "MVƤ %$VQO!GpD'tD0;-] |* ;ge hYn @Z/0Z@7~ ~Lua令pNCor_yZPy#Ba&%)VG+RD@쯤9zP:|Gy=aHN,rp974%z _b z0̈?mmxxN0!pB8 0Z!IbgyŲVͧ&GYGKƽ>S[h];]S~!Fj22c1*gwi`ܤN ߖ V} ~ Udh)r30?l\RDDh,i+\($߷k TcGqcBa}3{ ,Dϴġ&ç߰ܥOy>ɶ7<1@)2O*MX:q=pQW \ EGn)34,-Pw$z GЌOhAF}v6TYg@x3K4Z}WvV:RXƶ;^;Qge: ^ eEl/pt$ɚoF֬CtUDoK|M{E2PTXWĂ֨ bdqEĥH&fL_ _)Vp 츖ߧI{]#FxtJ7CamU|`4^%}2Sqª^ù9~ L!GkI[1#=Ͼӱ&JVRt7;-Pb/ae<2XV[m]Z9<ҶwfxhΩ<<e@OIV'd-k& v6M|۬ ,Y]r̸!˚ .0iMÌ^_wG#.=޿oG$)!CrAl}P5͉bL5AЀ Y[4Z?~|Hk]2+/ LTmtYsgI{|ce6_0]VMf>+@]?Қ+A8/P؇KYv Oo`ɛ5&$|a3 @ { Y4?@}~ZHD"]|ABS!x G^gԣW { n,o sɓ0 ͏otm8ҕJH|6`Z~ǨLbmJr]zcyʅ'*U|ך'KJlA/gu*7M$^I*D 66ixaPSp鐥,%AkY : /Pn7'q)FR6q!GOHLB8w˕V( cj 5cSXo=ɑ,V`cb(XdN-[.dO i0*CzK۶ٞu-CTՕ.r""W(i+"v_[3%5L/['ֱć2v R*؉LM6Dgҫc& 6Զ#+֮qE>\P*0gCg[=$XBr!O\Hd}SgʆX.0! %HS$ AGzNsKİeeym`,() C #1SƋw&OSX{D%8>l1кk7|T^ ,9P*#WvDܒ~0?}3 *">+W2<Y Vz>w>C"S>ƪZmxpԥZԸHlvcg6Q'  stDvc #,])Ve|bV4s;y7# #X ApJ"Qԙ/Z5mq/JJ-b=b8]BjRQN+z4B,O^:aL'o ?.d-KW0xhv96q{6T0V`7s0JLAucW*6^L7($Oo^e.- ®u66i&rpF8~qIa.z(0I DS5 YI .vC 9 _ģ+uG4хؑoh$hk6DJ) SŗKM6%X6bZxd1 o}!#D?)skߐ$hd@kl rxR=i A`_ %'|4coLItVd9(`]MC8Y}x דr&Ӈ?bzjfv??Z3<(roM|"]?!:U\42&g:ݙ#,|487lz}!ĺ;ͯ" y715dL鸡ٯ͸tua]G0)%_֨(D*H٥: Y64$tdޅԾץg4&N +i裹Q|&aup#SiT.o`}6}`vX_`/ DŽY.'XuKhR}SoP!͛%vntPBk`O ĵdɖӍkC?9B1ܼېkbd *硆:G_sӾ{h;J.HwFK;jQFi|8񸧛zg)>?4~}/1V -}?Jb?z\F<w_1MzJ{|u&yE;!6W I5.:2=m귏&f|XkeNJ^TzPoTtbKG=^:iNXRHEzPEKVVXXCG muH)m~r$Tnž{A(|| %$DD:}4us_-R+<ʬnLʉ&Gf܍׊de9خ4YI@V߯:Ҙΐ.;ci[8 }!1&-cOnG4Gן-u72OrX9Ѻ6%3h1H^n#^C<Ɲ-9QĽN Dtǃޭ0"%p\~CB=hl1j{ U#=ڲDL_d݄Yq2!lvM@ \W,t1KId_tKI]U-5 >3b7Ɉ15@uj/2ԳfQ#QݛC`܊XU~3H,c 3juLAuŪMe<-~-| 1^.iVXQx+AFZkaWZ?Tԛ)n[  #s1XQ>_=Cu-G~ z+@UC ';+,qqRT$vy[TEqƘ,Q7ld tTЕZIa3/03h"7ܫpaZADOt*|e(GRsO7ѷ%&s9Ǥ0ٓ6ȓ&s UD MGGX}z,*N0蝪% ΢eO_vqG6s Csܬut/7,4&ϐ qВ{B.-=x?N,&}Cs$upW'ٵUS9xkh^XHUVE/QXŜ-IVct+,J]ko-AX~2)Xh1S7ǟL""yyYYH.0մ$e7(}+-U1o*eH/i㿠v`| ˹~\m,S+>l,-:=8vz[wk |% @"*ܥ@>ʲОqF{WȮ`H|fc|+DP+${AU^0/tv3DBsERNx G4{z hp`E}2F8Q2 T%_}=XqHy+@zjhw'W]'rjIbVMXqê#/ʷn`^׍׾Ul=+b .4]W6Fl[ sT;.MHGk<}7%~}Y qPc~TJN<jޟt'CEh.ʥ[!5T{cy.w 7sPX TYd4Ok# AT7a*'k e#06\잾$Vqmջ,RE9SWFI'Bn\KywlQkOI\Tx#ѣ\?Cտ01nc%bSS-uNz0_oK8)wwB}C|eYha~m^nBB?":$G K3mnx:B6.ni] 11T m힏;_j^TUO ;eCBQ5$VUwCR~P`Z}ܲР^>9+4seM :g g%&1kbPG1E`/a'>ݐ6u(`õkgu&Ñ«U`5*z#=%hk|cTncWqxFƩҐlVE#h8u[==N9,ġ1.˔Jb+`Ģ.kvwh(,y@Kns[E;{ qw qCɍwsT}p<%͆\Sw^NLeLtF9"$2.;,9QVlEK?@:pc_Zo"t dREϜ/e1DkNHAϽ3%AeXnGT?4f4|leCGC8#.{;NBWWiG8Q0z1t LHOtn±Pb}>8JR|Bt7pŅ (~Hb$.H&$Zg9(uǯ[:{nlml퍸E雘^!FUu7#^Hkά;;Ұ olŃsV+ $ߘNt\ w;G%TG% !62Js}/s5Xn|n"R& D-op,td/SB/X$|TY$h\ّع-^eׅW"Z' TLV[%&O=w04MBoPK ˂R~(|$;ug!iN?ސlGTCB3:Vp,{%JHRxFƸK8n:쓰Cr|>ߏ`X$sqHmlbi~T^xE8^|qj0CA <oU8 ױЉQIi>ޣZjnqQ6lr}9ct6m'+.%r硰 %s R)&CHd[3*{pr*-a:%RGi$=mxr-GqHˋ X3Nz,}jʸ<ᷞlm.39a?`~m,BnWĹxh[$)yIkK/~6K 'B(~RfݮLIo/D8> 2žYg@"Gbp0K6Fg9m ema\Y7JEЏbr- ҟ~f{9cNEX?&SZ߈U!!a:Rf\N%ZNhoK\khvtCp> ;I@)N*m|;':0| BgOS5u6J,(;9j~5rcSx1&agIfK?!.53\:7wߤB`fb E%AMpBYVnq7MG6uьZ1,,X=w:IUV3"y(D{uEjϷ ɄX72cMӰ>ͦ?4#(5%T~7Mγ"iE2,&#},dA"B~nA`L|!I /ʃp; Ynj$x:HH?]U2.Y2d'w \ XBٽ}ѿ2ljеPjUb*@3{,?2#'RG\ϰ)0B "]Rʇ=+3_<r Vۺ)SqpFƐUk%em0#ؘz62*Υ_΅4`h[.~4r y#-S ͵4ǐßP1o+4l맱'@oAZ|MIc5GƩd aA0 $sg5x#,|HԷ؉V[^g?Ge")s9{+9ZNAjv`40^O2eurz3R. <~g>rMU ׷Aa}s7YL ]kJ*DC?g~fZ^=^j.%z¤`>?FQ@磕x-A0jVigq"S-S'P˅n_&Ja*XYѡɃHT-P[[3`1Bk"O  m0OLdLGN?ybVb8̱d{N#TAN;iȠ,=%(:qtJx\y#zj~Uvj[9xudLxɳBIᰳQ3FQ(EU$<䊖Yv`8v2>?/6]W s 2>}݋jh)wrd;\5Ŧ]wx^R5Y$Mp˰΀ B/&(@b >RX(9RiR*'c` wPm,j.&GZrZ:g.BKv5H`:_ #@X0Ӣ!+O m;o[cR*~6 }Z+R5J;RwC)i7)[ŻnfiB3|Pg{gO2Qh J!.k\!G'\Nuhd1!n{"`|5 zD,\& ZSv.!?"@]'/OxYS1W0+o]vةʑdJ]~xmեJcaVu4&z ۛ!<ѧ ?ySVASPX0# AFaoFx@HZdQQrYp&0G庚9 D]0!.V0>/j'/ٝLJ94g fYUR/Ŝt_Xs-eR֛A'iJQ:k!|1x jV7CM>Z';X b 04BCʈ1JHi @j#*7?N:>py $- Qosk#+ 3MyicVTgAy<=vSo%zCɂVߣmq-SZBa-`xDiKGE4ysT,NdpBW-GF[ysS=U02zF'S̊+as?T&ZCE蛧 z4 AZ5s>'"ĐF/lpI+kdSGv3Kt6kV>>RN 6ձQT€on8b(VA^A#1ݎ{95gK u3)PltT$[8t.C4Qd6(:F{}ߠ2 gڅiXeay/x)!#P A|%3 {%j&Y]d+jWܯȗFY*UF))$IyujxlN87e"`](ʪ1 AqdQBW{V6f 2+{) s< UА4]3 ^gsbQeGIEf8pCqLT=Bݷ&[T2TNYȇI%ՅԠ?: $F-QdBo34+0WkYd$lG?=5F!wYn7d]zl?bƝiXz>o>6]ƑTùLwEh" 3#rLa,8MczǞ!tR`..t7 '޼P]| 4DYĴHTI1:]м5DB~?J%e7K^.pnjp{(wTv xl5UkϣkEsbEUKMʂ+%zm HhBDBݟ$*QN(n -\e‘9`0sDzxxj^ ۻ=ͿE"*#MZWO\ÿުcrٱLE9DZQs,GCgnjͶ9hF-G.O?*@=/Di?3k-Uh:DfyF(-]Y3y I ěbxv^T,`?CS}]S 0 9!3׫Pwdh7]^\ė@;DRL6Zh D߻-k#ot}bpϣ.2 Uh" jm͘r_ (hjɸhRgcxVBYÜR%"X\GHn'P \2%bV fL$\weyOQn?Hy6BdfԵ.Z}޼P;B" HE#,!`<Fؑ/>/ #j=:VB c$Μc qij4pV@Qs К!rZG̹>+HlI`x[f?@?_jt(K_N bJ R NhVq_HܲH%JA)h> h%=-F\koJvǴ=vƳ}@p0O=X?RӬ޴ vZ`J'ZWӢ9S0)rtYjm5C:ΉI\WR/l׀,qyd ɏa_="x\XZIm@U(Wc3sCM'qӌ1\<$/J}y2|EVMV ,ǚ` ,TI;0o. Ky_gC=J`PUo48 \B#Dz64Z`܃B~!Ih?']@:] C|wz%6~wUAkGO ݜdDxajxFmBEv?.~f+M [ݑ^_yٚ WB5h-jYϟxB25>&w,x&Bv90dŔX^&QiSdqTvS*n١8nxф!lr EJ Sλ>xġp1Ȣ ik( u 9NqwN\j^kE9azt\ߘ-g){bEl}XH)ߺ0p7+A:d^JCe6zkCqoAp1z448zuQGl? #RjHbLNØ4 9r~I8fh!kԖ('kn1 1]IE4ZJPU6e䏶)|L1MԽVcP똆r|EUe3CFEguhH~`f\}ZsG񯉯`gZF׵0eG)-CnjǮwa͏[#8w^JԘb)gnK/T,m.ƒԀ{otD⇧C w)s1  k GA 9Z @G$ ޓ堫B .o1|i^Lszc1C5mʑ݅BBE%i-g%m r#ulTZ*,Mu_ ODRFT((]LomJcbcovhL X+P@Pk8_X|wp]FS7`V\Y ~*7BaT։z )țiA[XFWC9?8#P$Кj\dG]Dy]2_AzG?A jRS:!#LsAS,*Vf+FB-CI!/w5hAtvU=%ZHWi^h oΘJRƣצ|n 6L:2ƵoH rMKNӀ rf5Y/K|979a j 36; ~Ӱv3nmh-*++ wt%\'u;J:B *\YD&"MdVڧ蔾ao @$O zs@f)j5p6FKkgaz,@jH tĻ;۽@Rf=\(3쉡$IAJ/b%c';r oKgl,n,~c%TD4;=2Y_,.(䣖O g3 v\=bIqN î9rOV}q3HaXU\ookN;e'yU%xy:cdÐ!]|Ŝ::+T։w5#"_}E U9nRXLDOLDX[rSxO4A;QgZ'00"|QjB#j ۟L# ,`q|EK/}ōTѮMUR5Ț@r-Cm|rg$bRwSrЂi*ʑkṕo^_yФ7:EKr0 U47{6>QR:PZgR|A'kkIHvCmOrk}3BF^'ԩ?St+7 ؚ=5֗aC=LWh?c"VS'i|t=-%$Q8F>Tm*ŀ!{?`WsY?h?%3\KDKp~\eҽ,k$ހn}`]:#õ?}0)ȓ>tFK/ w P5v [9e,s& jjUG=oalQC,&);$MeDٱZVI|nL|*F$9F1;S2A#m E3uWx\jt<]KL1S*+VKV$Bf"VlwƐ*y}O+)JBFr tn^s<` :9j{h{}0soR'`S\J.?Ex=y&Iu ŴG_XQ:V=4/E`qjxJ\Mjp |פ22OociZHI+q|\yj1?܀VfٗM]C83$ @[]8 񛗶h?)_F-TT!A=Zȓ C.#).A5L, 3Hզ^' W}Q]Yp8 Ut?35QԞAӞi}VJN7xΰTq")bҝD]11ГD @|9y]hX+~sXl+!Ƣi& c/nSGMb5ihFEi?yC6UBa>mGD @K15q^,xa&L. 6=`s[H[!8C"4y`7znwKQ@+_@p<xw0TyJӀYNފꖎ$OIU=]L!q _W%4.P*P1UtNiw974FCG ІDas+h8Z&Yyb.uj'z[_ad6wƗn?/&{W-`x 0;+$G&s()9V+7;'&- 76خ2B3PkI#,ڨw. kuz];_L&j)P.e8H:=su{d1Iک: -A2Qfʦ|st/QScIpI}yqi#/"kk nփlC}J,BZkH4uvB\hL{U)_~LI ň[߇*s`֨3j}<L/lN`I'f ( [/|<+74̹Ȓ̸= XfӾQ]uݿ3Ȏv=VCψk<&!.hl'G%Mtowg;%h2Χsw< (T5^B~3$TmMI̶ȑ,Ο-˶n1܏%pD.x݊8c?{H$ ˟}IZ;,49Fv^*o/< "Vy#q҈x $RWApqp= swkqמ i&rS]ΞLsbŀZysʨ^"[ZCS[ZX@u1K;FQ?uO h22Ca-E50a_l5FQg& @kϨkw8=) |X,qH%} ;d8ofAP\oB3;PBT1g$=n+ o)U]}=(ٴ$zKڬ𛩂Qs/lI34`oVk}M t*Ǥ0Ubrx _ǖ(e+  Nr?@Y+QtE@0VBs{4S_\rW2)#?,vgAdJ-DR'w{\$is(Jm@/.fnWսW׹V->!l>-14ۂ3;0h4sxL$,VOJUO]nahtXͱHsdgҮ?(j6a)* [>wϲThzRhMr B$nzw*jɌᜆBa|F]2>B׵&3iA{܉[乗JA3lq:})qm~V7*K,)Do,:Jx*TkZq{hewF]t'a۬Y'5󅒊̞2QAnhau} kJ<e 鿜o2ɔ%t'jOǓ{?JS:>kuk',[N T~\:= sW[Z_YH|[7i sa@|оYM+ +g^)EQI wBD%cbc!>ݤq4 DB”iy5i`a4p0$0:/%GL~|Tk=q @Mύ(!+nEȬn iy죘-sK].*z D7:{ @;Y+S99݄^+2u,k,$qNMKr*46ɇO-t%h?VJ.wcĮJ-;׌.$/ oEĥOak{*3 y4gY;k)k%fH5C.*v7PH9 #Af (ӞF#-ELW^qxduv#'ɐh";O\I^s-~rûX*26AZ̥uh_V{ RIc(xKQ;x&oЕA"p @e;N`':}kt3䥽QԽ~½YoU/=E4ML8gM?k"ɽHy$D,Xz!wigfvpݱvJ npQ򝽹 ]4d5P)7la MEKU >AFg a.?rjn^HwfntjUTpE>4b&R^nLCE~uSdsKm~vȍq>T0d: !ΙNUf̃L~,2HXUP(QR]-d` 0p Vk@l$Ԕ+1q_LͲ;rΛX]LHk+4mDaoHd >V&ymDzN}fר:{tIsL %bXpK@#[7('匌8tS6O\.  Lf5r)P.=#r?GSs\/UGō D/@ qe!K4jW}_jw} 2JyWS,SE*h\_zL"nkۙ7M)G%ry>P DrB; ISjOa,e7-#a [嶍o/<&;)Yg=u VTz^-ضYtlnk9 6c x*q..*n FS0(X)᪈YS\{*~ZYo$8"j; Bkާ}gq:Ӝa|~9܍qBd hp$%(1hN&~x4LMQZTIC98Axh|YcaA*Q,|7mY+@À!B|7zo4+a A1!ĩy滊Еq(Nj%) 0' hB8y5 0=ķKOQL۵=/ԾHIn@0FU ]fXjMUʈ)aՆ.׆{ZZkUhP8Pw')Ù̜ B)sBV 5龃YO£q,Τ{x&ƛ>UHOɅ鏢̩DZ3rpeEž1 Zd..I})y"8.0Awz>nEQ02:RUA&5\!\Y!D/IG/%7mb>bXG䴀J񗋡&G8p TOF (1 dTçfC߭R䧐mc"(L%uDpϫe`y" eO6?_-(bڷ4ft Zu/ t 8oӈ~^) S>*_v_z|D7gH5Dbc&jpY;t `aOD ]e9dC+`%$ n*DT)9ĵ 󆇸*ß`_qc%̣]~QF8(@Zb}÷A+]"{" .Q:IkS]5&8PnF%'$uB/ 0( rI> %XԊG9Mp֜`¤ٌs7v_$?| $v"]KFcqgi@)k4LH)uEB$^BVR'1ɱ*LwaZQkU~G;(,B7٫hsggkykד":#-g,QI>ArI9V]mG5@Ŕ@DG|`R)Dr J:uヲyK$0;peI]rF7Zx=ǜ/Wh#U{($-bD Sݙ1oCPYI )kҵMipGߡ oiSLj8WV 92UBl33n7X6u5B$!wYIA^Iug&*i;\tw?ݺ_H.Yo;=M<`f(78o/~@@dӬsq'.1RVf=Aѽta4F}/%H gZDz$P2&}]&_'m MbSQ[-9L:~Sɝx97 OHvhچ3"3fy}^ |Ȁ*8{N iWQCz%t؇0lMy~טLgÅo9D:.e'$&d|@F6m_VO@޽0\b4s(5sm(mKlвk8,7GbJK@TFI]zk)*}kT;rȂTya̻6: b@Щs Ͼ.^UqN?YiL#7I:@EL4pilpo/ӿI[g>Tr ?W7燈jRFgjA{3G]_I-@$ʰjMR:p'(fd,/ d?1Rl)1E ]OD?d`TihU$8w'_Ъ~{XjNLm gz 1xM@ G+QFJ&9Nk7#J ũ/M4Z@i(/A~G2G uVCq_E~Kfsg W9kP0 tK&q^2z_fkv8$$[>F;mn ͽ[/-Їq@(KLԾn6s*1xj!78z0`Iy#X; g9mImCnHZe[ ɡ}eC-$UܼS^}dK{]sN(xŨ7`RDZA`<* f]"rA͎%|wZq4zܰ"rUhCM@Y]hƾ_[,JПkׁ_6Pe%K&+)%J|ƲgH}P1^ safȭƻ2\WOv͐:EUfp U",*VZ8i;i.Fh t>2yzc/?a^>?F2<=d}ZB [mF^zA~rIƔGwxt~>38+q BgV>oqE%{jy,Qt)kmR5-t.{? $8vS_ q'jR}DY .,^yqg}Ū9nQz#dwյ(^ f3>)jmL1jd~qUH SBЯӶy頞"#r::h^01iYUjڤ0VtIgԧAzd"hv a4Vέ9QIj~&1 ;d$.: Jp7 w[äX.=FҀt]-قDUјWVqa7.a,aþ-q~m6;1ֈ9QgsA.t H57MBfH}p吡k NG/R#G /!C0ڗ#EPŀ>טRǚy@#B" 8ʦl3G-_ ϊ}012X%!@:Jnlܷ/ާ >ixOyKP3ҧa9@m`Ès+1%K+cG&ϨrHuU촿փzOYД9mTh3^IWgBdqov6X3mVbU6fnݨ/Q#Ka?5(w~5)̓ .Mf>a͊ieԇY(GOX/TPo^-qpMvNj#mu9\k21&)CN`!DĘ28K#M lHF ˌjBLo|0j¡v<,F;ꕻMg\`Jd%6V:gʠ R S$тӶQ`1`e`ȩ2TД!IȒj7Y5Bd\df~OZfIoo#b;Oǐs$T[w]n5£@m=| qDv',ޕe \G 7@ި"5Q *Ў&]t(eCu. =b,RE^\hQ?= `,(4X,W hzF7$f&iE:gV漛Qq$\i|Q|Ɉ$RBF(%48"Mnb!''3VccyO8/ZҦDW(H̻?JoJZ@f5ZlVW%T)5JH$eI;4tw@4+\6zS,wyGu5g؈Ql ۡn <>9KmqF1=bKLlPbx CgNn:8hSsQ#(4FBu7@ lQ北ʶ,geCQVSMß~[!/. Tl=/$c=NZFqƩZ6_q2$)ry7t~.a-tP|9eZ?;E<6KJ!J ARh^]~_%YnTPiAɡD!O: -K4J Z Ɯ7Փ Hbݐbg! p̌2N%9C6R ~]μo`+`]\ f|hD% *RovX1V8:j1&hILhN(zlKfOWRK/Āb~uK5(^f^+ ~aҰǿ @%Xz l$T$iavm'u7AcL^6v m[-:A\6+.7?cf:-V."t 5T}ƽFЌ-b口>}Vm圅:yENK5#:*W3^`Tb B5 b*֗=)hfyF0sMMXQcL뛙!% m)c`gpm]Mߞ)9G4thik|Ust\!^g45szy{`tkʾefQg襩PkMR pNNLm2y܃K@m)8@˙B-[o0;7"'*ƀ׫Oi٠ :C32!cXT~Y0{Ria>Ǯ3{yΔ2pjݗ*$hF ÔE} wsL2|fgbf IHHhV$˲Z!Ʉ_Cʖkgv,3ЬjEZuM>d>Z@6'3eR(F׼z4"/.'sS6<$Lw7YV$>ujf4G2Z`!Mx{)*b5%3w*f][4`@*rVp 6Zn&0@8A626?H6^9Su!=2z^#ojܒ 0oJ"F-~rh7,.RqetثÒS"Ӊ=5dsNȨlm#e8b[MWͼ)Wh_NP˜p>EQ8կYM,_. &+(U$Qch>$ ] dqW NI8~ +,|XYo8&tބΡxdUV= P`6sHUv@v.&<}#cyF\|:];w4%^nVw3Hne;Gf{3k:3Z#0X`aV H"ΜVM0NYzD'KV3tzoyt_<ݜ}G5ta˫&ut8l﫭hZߐB֋`LU#^Gm T{/k=û4҉r$QĘ$OeDLi;(A{(&`vl(,`da(ٶ5)Ϟ ,W"}rՠ(^2Rk3Lh 0;̌G–-T ئS06\O,#.BجS8]HS}W(𙤴4k9DM &Y2ۺu L} ~rz5Gnvbx5ШNVʑxzPxM;7@x`c8}ET E-̏Xxy*鮂%'(BAqQ1iˍ!:-J|$)ٯ rxxG"39VhXV|_0p@}b1lDdCTsi 69uYckؕgYy6PDr>$ɖM3B;ߊPls] E ]i>d'Eakj2dg[@YQϠ|w>]_Op|ḋum; + qn, }hݎ4A>P-_.4Stt۾i%b Yi?M*ODT#1iOUAx8c`;,za׭s&0X,RJM1Tt6[A82Zh:`@LxoZ}"V, R\X. uf;^u.F*SwGu֯dHU4 x BBV=.7(wWm')$h7=1P{7r~ `>7$HD&(0 E@' хc Ö$Ч|xr4BD5݀P̦hxHn"P֪+qPP1~I$ocNJ#I/!t>Q_oVwqƛ!t9 }ɺw5+={9k{ G@=b ~-@–)# 5uOb[=\j;s;< /[Ԥ>^Wp"}؂L͓T|GګN?Y$KRdPbf:R r! Dw40'7bnf JdQnd4 Pg2%Ž& G/Tq1Y3EQg®{!;Ft|߰!SW:z;xCSLʯƅtFj#`v |(6D(@ppք"1P1*# u;@EZ@0 dw'@ͅDXrL$q".Y7#|r`ӞU)(S",,3?c>hIfIT4*~wBEvz4r5۰ݏ/Ba u<6YtLh0$xc8\xZS>5S9؊J ,hR'TlcV9fY9V)f$"T'I 5L?MԼ\dkx:O-jz3@…D'zB:7?3ǂu'L Z{>bzOWB-h$Z#t`y^Q8cAՕv~(WZ" 4߭luq%<|9W-&tCP(9'˲q.xhaBj>GRqP;U>".&{>a:G1/ڝ<p/6QfT]W`wqQȣj :xmJSʒr~FXX^.}†!gkv%ib"4<;<*5^}~>XQ<׎ښ:FYk .b7 aN55eEY*Vsؿ֥{Z"ǽ7k`-tܳ/2Eg3w2f?_+Hj3RecE5nH2+?gmZC2݌D>@^7 .,ىW ,F7bjqMLӌ$ Y4,v^?d@`z̉# n1ZP1ͪr 5}t黎.SN!jrHtw'{D.d#شrjoFWݞ.H[z:U֐% 7 5C=Tu/&q, *PN0{; e~@ h,+4g-5"a/h8_/j%0AH -gTʛ=sҾp&8=D^>H @: JO;%<_T 'Mq('}~7ZbQ.w>&w`c_0CFzlSsq3C]NcwU5X4mphGFԒ<7+B ;eksʔˁQiS«9Ck,c/I~ r/ֱnùÞa1#TW||%w@|*Gl%=t¼`qDL$i"l )=*|8{W}ZR @*3x+D_:`iUL# 6Fx?LcCL9i m[UۿNޯJTc-J-A)Պ $麿К ˋlB7Pj>kᣉ6«KǾM,>ZI"{ᬜhVl-+j\=":`6=i'\]s.h"ɡ-Q0jfdUhm D\BxfI6X-5^-{ 5BoӒ7}N @nİL4?cƽ5$A׏Ho e&sLBndEVcF/OB0]שq-vF[R"}zԅOBA(@'"Vbb6ʋX1!. Px> ŁTM̱AY`C>Ot*E2%B1㶤&.$"g:`GAW-6C4і7b"T Kl>.ͮA"&T <>P/R96;gGӻ 6EsxMtdOBȟx\'>h{.R,bbћOy{emO5ZMdK|Nb(3I((J7|D%0YW<@Sβl:$5WLߏhji#19E3^PIJg 'Jǽ4LsYdƩA z= sМtEY4&=KE/YxCh,1_9θxv 2,;Q7n  %ΌWg 5*9B@ fmY)6EyfZèbUAGeA5*sR+%**~_Mp2TѪ:)21 tD(߃U٤d/YCDtL!TJ]HjKsyB#4">/u\J6D@r :{;k"! D^PDa۾_m'k1H=>=0LJڤUd6WjHiD?k! z p~"\[.>7wE oj}W-o)$!.9g _YiQ!ʇˆMtd;'d_\λ@/Á$(vp&z-qP G@!W_@$YRZ_2hOhgtS0Ȗ?ߖaY]O19qNbP2+)st,Ӈj\ g>d 9&m&Tؕt;#'j~ 2 F7E㳞nVbj{{եy]3}\.cTˢqoTܨ,acI? CrCtU!Pl䃬YΤ|`R ~h]g qJt:!A_|s)\+%\Hbu$'VPn-ž&>5PcvTKYȫH9%#Gs;QX^߸X%wb+^N>myjULKT`leknf[_ƬA48CO˞W˕AL0Ur`e0MW!ld%vޭ{L˪A22|?jXe. 3 kr@FJOU8iFk qw õhy6BAQdnU.r; 4p㵀$D nwRC' Bx^foLUyɩbZ0۞:L|4-5zgS;32Bt.ឯ1Jk٣d2AP"O~^NF[SrGBZuT('v ҥpa#7DCz+s+Ԇ|_NAR}aqH-F ,K_;0e`ήޣ8n m6t8ϷغVR4߰,E ̥ʫw@1yUj5i}TQE#v%³!lسP)~h6* |u+KޠZdr{FhC>,JSVbU5wɽyICZW8Cέ~of]a!o[nF~?pST}]Ç aO^(_[8 ;[T]0#,lIzweRv˓[(/A{JWлrPKv_ Mnj` w,e#O\}mgYI<\ն[< JbӏU-s)4F%sSQ[)ZY&U^N5P!eca`߉cx0'U,{:5’ZQ2"Ku:g^IMեXrV*f 6&:Oy G8M47Hue `&YvSX2#:adHxc* lc/n3#Ы-FrRytG&B:;\̎1 kLulDE*ZMbw9cUvIԹ1 |>V=p=Y wlCkZ w2:OPP;o4^D5sF\GϬrt@geGw3'vs(oz0N2mQ1{Cwbs1Xr>uMQ?Fwuelq~zo]}ԀU1Cж ~ֱ3䔥,xnVJNF;^OŶujHҥS.ի~u"Nw ߥt0oؤ?^gEgHG;o|ӂrE?)8X9LK~ [TuӧotI;!p{ppN)dd;}ME',╺㩉T#&bтN~V p[A֚.u`BQё(qi  Αf`|]A"+xf :вKlgDJ9/(Xa ;Dz #Oj *pvc ͖c y[Dh"e(jt1: (^j;Rq5WdHeˍO{Syտvjv$ЗآiT*uN4`+kboSL[oإ(CawDdeF8>zTɊ/; ߪtE_YjϨXlwlM5pP[WۋjmiN{vD#@T{]4|6j*@sJ-v>[=20ICSIm*]eCR~zɛCA&UIc0~2q^RӼc!+I^Gbvl:( @yjgئoyd,TE܃|^".N]G,vёӌSQB'b :c0jWiH#*D=\L+"~ϑƩۄ,Q*DRQ1]c8r-/Csɣǥ^*/Oٸ KȒ ͉&.DveH,i2<R.6l_Ж&UCyHC!6tj!ڼd LscG*mO$Rc`B7*š6ϻl{SF>꫊_6L\ۼ3o!9*+[({t0xgW}3V?p粇L?+`z8̀b$JD7N{2~0 ՞*"lIQTn6SBNϤb6dئW$2ADI)/Ab]>*D/+2%m4Bfi=m VD/ˢoVdy$, h5b$g7gvft~#N0Z/R!%)I%Z#GhWspYRwժCiIϓnF9P}h,r≤Mŵ[!<*\B7TS R!J`tYO{䬱|5b}%_oϗZskpn,fST̗l`ǰֈ hQ#~j eX$}Lq;-#y5Brf唀Adl]#`i@n3pcD[U P^gm,nLYS>'vz%N\`#C^oq"\xLɝX$w5\ReR- ê!=0‹jBhxmff2dޢ?`y{F I.2܅>giT?n? ĉ(:+JV UNj\+R.%^k0[ iE)5%|MdfnayXQqj0G-uD5JNW@czaɛ mah{ +:sѤwy Ͳ^t`|6ۃ| > |=7JN]ItJ%ڨٽC>;,?w ("B߶vz!613ZݵGA8@AM^.}Z#٣g#ߎqmno$0q%_P!`6V{Uo{bԙn PIOiYx1kh_E'OчyҔXpK67Dk]Os}5Wd;h$Nm8) ie1GJqUT;ǻp&AhJ}W4>{3+?-WG.?6AQFx9ۚ?Bi-; Vx쳫hҷ9'׸$(ϟ0^mAozR~"XWrV&1T/ɍLlU/Ff7Uy |/^ i~ޛGZ뛤1lB8jIv7ܒZTk4i?DcgtHj؍pnt-cYÅټO$O-mk,y~2m,K ?9BCcuee~Zc] T2vHkCo3=P*Zh'ȗWajw5!܈̺W9robNk1"vT[uC P ,pM|0}O{8Z6= ( (Ɛï9>Ѫ ߠךˆV {WTCz(9:[C,h<:֜|H* [xC^LT5ߥB;ʙtlB C5Pf^Yw0m~.:W&DAC92PۼV=?0т;/o^'J5~|7mϯaܐ˒Ro G5]:ˬb(wa'@jqZ[<ޛXv/ÛƘѿ+LzlV. I?MK {$Pl= {&DJ7y͸'i\vB׌=  裑ͅJgI5/Пȏ`whS+A`?/\?2W 0M>TI;)FJDϲR N&AZBIy&a> Ҋ4/.,{ g QAhw.Dv4@vDS"pT4%ݙ(3g=hX ̹V#<(I&zG{=Nͫ68#GaIGo5TRI U:n ovCOq!pр$n+P5[բ/>s3v5tfͬ8`IDՏm`!UƌhIJ-֖|{dXl) L AO[87pV_ 5?C m[GQې+$*…H, P2QT':mG |>u>xE<#c\gՌnc6C%4ۋ*n=dx\΍]=)E5J4itgL-MRz!&6wKZ%:~!Q- /*7'ۧ k[>σ5Y> ?VBW8 @zvJ"r6%z֥TxzBE 8f;zyiN5b)@z!poK@cyOU,dϕ|u 7)/xq_ڽg(>0is Kz`v!#T~õd,I! @k MAb"h9͕sCoj?yP-GbFtzT I֖йY=y诊4 5_PԚ _Td&u}Φ2q>k:8ϾDq 2dpl1LUw-rɔ~ZصDD,d x˶'E5[8*TOtw o 0΃NoףA !K坔*.=5.V61B;oN*>^)qS"τ̴j u}M#N| 9#WQ,B@ajU.$*YJAq\@c5Ą|JrAMTj3u13Wz*ݔaBc\ AKre\QqJz5~;qSzi c{`Jmu_B30Se25`\E1To|ZwrIoX* A{xB(QW 6IIuLm^lYR#f^Q+CQk-6&Ԣ=Z ? sZRxLJ"p ͅ"rl6*oMTDlEhI&~ cEI>uv(m1jrDQ( I Ј[m "{0p=Rl#BˆмCH/MatQW  bC?3wHӷ#M`=J#!GA(K$UM蘐-;D*gI q zr>+O!2=٩ҡkZlK&(,^W&IH1nR; Z `l3\ :bwC4`+ -9}?s2-C vEIBzY()3Iɜ.oxYhϓyp*|k~Z.p6^*9X( QpDf4Drjբk$I6@ 9Ƴ^-Z-_zn* ZJlB;$}EvY\76"% +7˸!t%O/mMݏ5^Up'yn6nWI]yM0ejY#A"naN2Bͺ(-l|h5hhB Sڭӻ#+u$5 &A ;&gn8i|c u©KX?*dEn۔VN>Dq Iy(Z/@LVS3v;,)V yFq5*-fV?9 g/Tv+NbLb+'8Vlٸ8A>7nX{cړSA C}ٸ1m^*:hLkFP ̡HRJT8HSQr~\`ۘ^O%eOs<ÏgۭT{l13aR]=pAz;asW8C }"rEH| z\ȒbXcG0U7b]m~;ld Ļzrh D1746V>U`7&݀$EPL$etë0 `;PϨc諕nLK,ͽN+X,I{_n4@k5'3fr$.kM|~JyiTC T+P^t3Ql!)6(~l,^D`Y~u}٣C-!د(K *2S%\r;c!Ȓ_;oы9G$w@XhZdUȬ 6WO`7e&TQgd&Jzy'ޥ2J #TiBܴʠZFR=+s.J"izk@/R'a j`^xwgR5>S,\pA;@JzeK}e?͉lCKjL(o9)}w'IY9;}?v0͌.?42QmT*zR"uɥˀ([Sin¡"~ZtU sԆ" vlS#J5!o~2m9*XcBVk 1R՞䓒?7"My-'Ǹi2VhL|EqNuE q[N 9E K6aEf\qh,18*!2x33Na׏X˵nkQ+k% pkEt$[ցzEaB;q}gLLCv,"7I:*-ɡCۺHrm`5=bEXQn^UоO.>L-1e-QQmY tb,c [ymY`7c3|F@PA "oCнc]29C*A=Ƚ9@v0&{ \ \]$"ˋGCd0 VQ%Vs+X2Թʾ@HFoJ [sCxnp* *̫߃ fv $&yeCFwu~kV#) ^^u^S8Ixd#*e8SG9g.T[͡CEH,j iǍ8`zJ{m`ZFD:sSڵ&3?(ih~#v9\".ZpcMvz vF[^P Ovfl3uATXA9qgWcd %v4!=Pᘚv|3PeuJhIv3JS!t ):`sx$+L=sbFn WAV>eMpx#AG|@+3m{M!OPWj5j(O:1A49=ʬm L^諤mTՏ1%0k'qQ;w ]jU7/^ljbM<!Q|Jh゛@8"r^[M)6\02wBtlj^] 6xvF#[ʀ\r]8">Sm;U7Ug$3F@yF& Є^o.Q[A]I Vn;HjfldMΙE5Ä:=$]87&σeݷ-`Ui_ 7"b^InrYMxi 3mPS֎/=x3G8 ԃ{y = = )jEwUlٙ"3!TB=[#iLw"]?W Ts4Fo*t48p˿!SX5@}9X`@R5wM9rtZmG2ж18(ꥬ}b(V,.O7uXXһuP׫+Tcn>bGay-m!O,@wLr~{\SH(8N:2 2!<4JGđjɈ Ll4t61ϣS!bZR8/&_Z挣ߘaW8:ꘚ iL+-^;URJ)ޢ3!#RR}5PruLѵ[#OEV'pIфZ֤tIJpN^=5CΒpM΃5 YZ9D8똃}(͙`IeA6pH5*͢Q)6,EDi| *Vih ~cj :|_!S F~'YINҡP86ޕ/.uӀPCjþK2r9W\辒+w&$,n/Ty K׶.fħIwbꥹ qZmӔ"9WlG1dNw-ʟGZK#˗h  bVw*#l[bm2@1cX+b[0P Cmz:<%\)w~4OO8Tz @sUN%S'qWک;AAYOfhu ]π&-^cc#(4oNs+Gp/]=u҂.:"\ћ&e\5ǪC iaIfQ+@#JD}1']nK'fM2,s͟vie 6َ)j Mw!I.}>A7E{^ըђJ= Sa<ߣ<4nTI~JUG;pva( vP4e/cp-QvR*'@ecG.$d EލY3!}>u=d\kZXj]$4,l-+nCH,N j ɢ5V*[2ֺP%)'xro^ &m\~J[Ɇ'xpa4i!3Sazaq@~t5Mq 923Pƶ E/q|QB :ЫH$~^A=SF(ȿ62#Z5boNv `ʳGӮN{@A ;~!@%2w%#U\%y=NԖp.F5EQŕ}@S^X^rnWiO&QD<'])6#N(͆`,'D!ϼsH$G`\|6\OW?b-b&/vx8y8,QTqլˬ!fX<$^ޖUq}cbX'Sȶ{s i JSJ[BM6 m d~~m= 0u k֢} 1bfi 7ZB NЃHG vtʸqH1o:6Ԙ̸Ӧ8^DgR#*G]tS.kԽ8u/#dSa6Uiy*4>mh&64"Z G$c4" zN6J[˞p6V+_MZDF.#?`r.6Y-ʅLS,aY/ \P ՅlhѦRSĮ˖b}P8:u\&H;!PgG+@!g?l0^6N:j4ZBZr]TKZhIS&ɞ}]T\ %a y%gQ7 DЖ:UE6߶84ee-؂r:`'/rwMf`[FLTuRhI1϶a.م᱆/U%Hb8ި`wp2}yJ'?= 壷.ŧ%M@k-&e4H7Ey&"^\lyRf; " ~ȡ"w@\B^*0"unɀpeT{p&KV ⸒^,Uj`݆kMm%J *P/#xf@ }jjXp<}4>CmUCk%mG# G}L{za0Yk2.-~gjv,mi4[pw>PWT=Zq8˝f YTuk=Z@| 䏀>2-G68WCf-v._v ܷ2Ye̼[~s9 lBN =r=/bz 쏯Jj%? DqH򳵌ypH3[i+r|R\JV3E2߇/&BB!qH%mӸ\t T2m(yFy 9E 'H2mPKZ\٧AD2_l_` ں+beWq"c- fy"q/m )!heP~y\?߱)^67O|+勞@JXD:+n"FlSV6Rk|h1I]:QG({yX,lU]MR}] ]@\N^u:~(8m&ى72JKr=RsT&?˘ğ,俥-]2<|':P#wi3`γshgG"_o,8|u]6 ѳjr"˽DlG 4-}@;Hw4lhtd3u$sBӄwnbakoB$WMRaʝW\*L8i8Ə={#nEtڑl 4{LҎ iU#/h U]]D%;=u? rF:C1MZQw* ^~Vd6#q< dG"9p0P}=~Axaeߞs< (d ^}đkXjލ.kKO߷̴+K Fl%7cʯ \ӯ.)n"o`$(0Y;i,(R$j~_-їj84‘wڴ{--O<-+۲\CG*2mܮ˷l 61]L4}݀m{PBaU_VM)Q(6*aoQD~;ܱn\7F̓* ƌ*׉а7H:y}L{BA=T8_ge֪J9ξe A^~6X,ў>v<&|MIq)0Bk }R'w"Veď'&^SOLO"c$c=bhѧWlj&hA-sz | ɾ:-j?HT+x֧#X!Ja7lv QKZaδ,,B ͯLtQ|.}dg0֌Պ ӄG\y[>x8 Vڡ~4Hyw׻bK Ǯ ,`MikEL%4;`e};W~QifKݠUHŢƸ+2Vhqs dfҟ;C'rZ$9f)wΖH1fN+jbSxR QWekٰ`؅-qJ2s%p}}<4vt-7ҞݽN$Wt<FAH *e)2-2;xQr?ݳb%9ƴ =sp#GFci.vMReWa-8bUnÇt W˙>v'mS?䅆 X K2<4Xfs ^yDffچ$< i PdSk#_afupѡM5,a*]\y.h[WBrADaXۦy?iݶm"G!)b\/ci~xҋNr92"/bp<%Qcޫ:Д x~ؚ yJCr6Y?ΤX-{Z28/ m:Gp&}VgA5]W]R旆E!$ʣu`*~Ha84p-gGlOBI1σQ QW4L~0λ,>\'򀍫g&A:c۸Zv|OʄIe8˽3*n;/Ӝ+XPvmgcf["JvǛ3|1#O3q#}ik"<疄_ 8gP`GN3:w/IWX/bW@2P=hﬡ(\9cj,^ㇵb^Q!]̸sHx2xq\ "6Xk!)D`CLVLWU#ޣңHsCL߈/E#e&aCT>I`+s()Q\of:9Q߿!HBaCVl|rH=91JS) &O?0%bP=NYQ*1r IءH-ЮeaZAvo=?GѓO4YT(²FrV ^<ܑFfgA㹶 SVG  ]ZPGy{Ypvm8i)TF2}B߬PlIƱvӸ%kqo* g[˶":s囄Vŗ&aWشeMlT3&){P/i/b)F{Xq_u-ח22<\ӄR6)&'Dgg΋µ=Si9}XZhu*2sR$ǟ}x` 4嶌w>.X八ϓ} ǔ&Ԣ֭҃Wp/Mx$ YZ