udev-249.17-150400.8.43.1<>, xfp9|%l^ 1pci_?H\0( ੳ8yi㣸^7'צ5jF`B2d7^%OY[ wd}YcǸu'/d]ZQ QBppA0#oYX]qRtɬ_5h+c cҤd~f6v*;5xJ~5r7LFUD #IOʏWI]`HcZȯMv7A'e&?[bz1mu>NT?Dd  N %1pv~| p * h   CC DGxJMMPPP.Q<.U.UpUU(U8Uh9_xh:=h=>?@F G$HĠIXǼY\]ʌ^֕b cٳd5e:f=l?uTvwDxy<zz$4@Cudev249.17150400.8.43.1A rule-based device node and kernel event managerUdev creates and removes device nodes in /dev for devices discovered or removed from the system. It receives events via kernel netlink messages and dispatches them according to rules in /usr/lib/udev/rules.d/. Matching rules may name a device node, create additional symlinks to the node, call tools to initialize a device, or load needed kernel modules.fh02-armsrv24SUSE Linux Enterprise 15SUSE LLC GPL-2.0-onlyhttps://www.suse.com/Unspecifiedhttp://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.htmllinuxaarch64# Units listed below can be enabled at installation according to their preset # setting. : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-pstore.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi # New installations uses the last compat symlink generation number # (currently at 2), which basically disables all compat symlinks. On # old systems, the file doesn't exist. This is equivalent to # generation #1, which enables the creation of all compat symlinks. if [ $1 -eq 1 ]; then echo "COMPAT_SYMLINK_GENERATION=2" >/usr/lib/udev/compat-symlink-generation fi mkdir -p /run/regenerate-initrd/ touch /run/regenerate-initrd/all [ -x /usr/bin/systemd-hwdb ] && /usr/bin/systemd-hwdb update || : [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create systemd-pstore.conf || : : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-pstore.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi /usr/lib/systemd/rpm/fixlet-udev-post.sh $1 || :: test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-udevd.service systemd-udevd-{control,kernel}.socket || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-udevd.service systemd-udevd-{control,kernel}.socket ) || : fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-pstore.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-pstore.service ) || : fi mkdir -p /run/regenerate-initrd/ touch /run/regenerate-initrd/all # The order of the units being restarted is important here because there's currently no # way to queue multiple jobs into a single transaction atomically. Therefore systemctl # will create 3 restart jobs that can be handled by PID1 separately and if the jobs for # the sockets are being handled first then starting them again will fail as the service # is still active hence the sockets held by udevd. However if the restart job for udevd # is handled first, there should be enough time to queue the socket jobs before the stop # job for udevd is processed. Hence PID1 will automatically sort the restart jobs # correctly by stopping the service then the sockets and then by starting the sockets and # the unit. # # Note that when systemd-udevd is restarted, there will always be a short time # frame where no socket will be listening to the events sent by the kernel, no # matter if the socket unit is restarted in first or not. : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-udevd.service systemd-udevd-{control,kernel}.socket ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-udevd.service systemd-udevd-{control,kernel}.socket ) || : fi fi : if [ $1 -eq 0 ]; then # Package removal for service in systemd-pstore.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi1& @ 5BE 7$c9/_pPX88@$ZHPz$4o=\4Ur M Ve__ @ h %9h@i' @8( {V& G'B 45<10 3  A큤A$A큤AAAA큤큤A큤큤A큤A큤큤A큤큤ffS,ffffS,fffS,ffffffS,fS,fS,fffffffS,fffS,fuffffffffvfS,fwfxfvfS,fS,fS,fS,fzfffffsfS,ffffffffS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,ftfS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fffS,ffCfS,fS,ffS,fS,fS,fS,fS,fS,fS,ffS,fS,fS,ffCfS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fS,fCfS,fffS,fS,fS,fS,f|fӓffӂfӂfӞf~fӒfӒfӞffӒfӒfӒfӒfӔfӖfӖfӖfӖfәfffәfәfӟf+fS,fS,fS,44aa6d87036533ed4282de371169e8c0ea7ee3cf24d075994049c15af6ab816772bcc7dc13cdacc3ec82832c653e1fc5ae0ca37ead4e3785550f0ce2a6558f45c44f0c40c66ab0bbb08d2f8f13a25d748eb75272db07f3e2f04eed8145ebf9042d87da0f73a6ee38e3a0a22f89446b31c49abfdd05786bfc86f64f58c9522f5282f9b33e4c38fc2d9d4ce54eba87b7ac50f3314dfc24ebf4a26c9f3cf8eb70af92db4265bf76f00bc31ee99edd2440331f39ef6ecdf843c2736a3bbf0271c4431d6c65498918cc4c6de92807b2d4d21097f6e07b1ce2478d4460ce8d299e0f7328dd4b87b8d59e4c67e3200a06024a2ff15971e7e338df747bc9e07243a9e51098c6f829a5bec8354324280c2957266a15855bdbfda066050a8d428a3af20b13a4de333c8e910098a279e3a31a1cbaef70284c5d92cba78034840f2b1d4060a5316573c8831abaa31d27d913ad59a0cf4d41e53738ea9568a22e6a27bd53836ef608a33c8f4b8a3050143ec1dc40d2edf626b2d55c1e0438aa5bf01bd1537b12c4bea00f400cbb2327fdaeb1c94e4dfd3ea3afc9002124e586d429a0e925b1caf19c8d4f908784b36d6308697fb6c03980bef1b582c17d11628f0d7a82df949c184ae722e920afedc59a9e7a2cc5710a6e02569af44d699cc7823d8f80975075179a95dbf15c045207495315c044970e3c63548aa1ec7b2bf8fee8d8249d9757413c905a055a7d1b05e3227c15e2b157622eef53ef225d2463fe7648f3a976e27852eaa03536189739c4c66f4961c4685b4f05bae461896677c98a2c4a242f5790e663632321ed61f53da70878f8e7b42e97ff62099c576bc6deac1b2ac8571f1b58406b001e415859dfeb1026e10138c2d115a2f3d5a6c213d896e50a49f7c76e5bf2e8558fc0e4f8a213e21991d2651715c15b77972b4897124c591187f959a5dfb759840f689aff28142544c1eaa88798435cbade22046358fe230ef9ce5e6480e7b711ee6f6f4c2a96d0c197f4ee32601743d97de421b4a6d40f73fa851e363f7496d0613fd14f020629e7057f54afe84c9c6d2b4d94153ac09f0aee8f5c62938df7c72dda0015db2747b112f9c9dc3e31b952eecc94f6aae9cbd2631b277a5b56d487ff00b50c8e1cd73cdec138136f54da3e333f077e5398b5b61408b542c2c6e0b77dd66b1bd885cd5c2cc82191662738c1e565950fcff3deabdcaa56856785abc52519607356f800833b7b7ac4a1becc539971dcd214e69e8e822e9785ddc167bb0e0871919f8fe1e00c197ed39670a362a99ef5e2b73dceda5560cfb2ee9aff728b96690f05d69e523d022ebb007ce335c26589c6cb9bad0da5c0e1b68dddc76c3f2b1c940d961caecd6d4e89cb6f7c0f1e5856439f159e6a04cfd0c71eaa456734db96094d0090f7ff8e3847c4da9a3da54810cbdcc571026fdce6a8c8376d9bfadc7a3a2d0ca361e4088a0f33e400fe63a573f75be5b7abcabaaf9583316450ab5c011e9821913646eea38f81ae3bb5d15325407531a60dbc68523f1b67e9de6e01e1d3bb5d6d5310eeb1da7595f8268545d208aae15eca3c85852bb18f9bd1f6160d9b023c35b1d6168affbc32e9b26e5ce17231ccf48d947ad95f3b09b2db7356f3ac42bcee8299a5dc5638d4c33e8a732032b7b763cd69ea2f6bfc81566cdee6c75f82cbd64b44c438d15efefefb67b24c2e4096c4a676f5d3d4ed5944f896df30db9950241d2832824b4caa6b4c0a16bc77fd7a73a7dc88d36a6ad8bd08e79a995f11459f6191d922126b4cc2452ca685c2c874b7839caae6369064d7c118bd8842e479ff069443eac84cbbffb140323d2ac026ab34dfea5324f4e463cd34f63b92679b5276190fa854aebd5730b1def5222cf7269c4c5c430f90a5a3de5eeaa4dffcb7013dec1b450fcf1a95fa81f70bedb7ab38eba27dfdfb4ceeb2294eff143ed83454e2b37278bbb917a3211472ebae4e66328cc1de60acd02dcf5b5abfb44a46deabe5b0c038da1e7e4172a85f4f60d2d3b887adfbce9eb89fc7a64772697cf84fb588197c057c3a8bb4ed2be7552b5a9dc48de2774a05e0b47dd70b12083d1ead99c0a35c3260b639483a4fdcbdcb5628225c5e046af9282ce75277429276b0db83fad3ca3d55eadc9c7b91ead0b9a0355ee8ab783d08e7bdd8e85d9cbaa0cb8c44bda9bad6a784f316eb64fbd839d02588ae68c925542079cdbe6f66b16570c12e6126a0622cdc81ab5bcc011dde3fe708a9da307b445a7c9c659ff1e52c629e6d814d1513f4b7464b563aa38d482df7e06f8293fbdd496f67c9705a97bde79fe6d626b2178f33b9067cf1bc69c05a0ad6c4994b7f0c4a3f40f1280cdbd4618eea628658850b4cb19690ca45d412a58134725f4462ea07330c2c4757fcd4db6e13e2c1219a38a8e552427aeb8ab66630b517e7023dede03ed0ec92bd6fd73b757afa588aaae1a4c1cc0fbb3ea7368ceb987437ee3a631ad48aa053be33314bef2d079042cbe1f7976134534c89593b5ad1a61ff660873268636145884edc09350b1472b0f5808e0172195d94f87c21e9402c3b499a0b4873c2e934fad3f9105e25bb09dadf8d2cc3d9cbd1b869b356b2ee7e31948fb0bd7c8c90f7a75b327d80961d902b2e9937f578e30b2a2ceabd8ffa3a50f0bb965023ad2987fd8d1798d988d8733864329aee570bb5a0f82c1b666547e2fba9b17b9126733272e5052564dc8145010aa4447e66a987c6dba7caae70b8f62868caca1a8b3d31065ae33f7f329802e9407272dd0e8e55730756d0e3e5c4b60d9f9f4bb8bd14fc92bcf5246ead6fa877475f6480f35e0a19105bc4f9f3da3f1c28fbc0c75e400de651eb45758f2f50b5925ca6c56f84ee85473e91c77565e143ae35a149434f274e68748831d1933adb597c23a293f344cb8c237e28b0ebbf3a978dac7b94a70be1f96eb2cf73eb9315960ed3cad20cfeda98d2f2f6e8f896ec7db13a2c4fb2cf25f1d1102cef002cd9d07db161f3f66a23d6b7a9471ef45af471feb6eba27688ea04a022ec3b3628ae25a8aa639778532f7a091c193b596627784fa50fa46311ec3521fe9d0ba61c7327c31ccaa5961eeacf4e12d4b1d2b0f0bcf414cdad497cebd263357be4f44a87bd28b0e85070bac222ba6385a20eafaa8c7ffae083695390282bc7e953cff18d6bba874c3ca4bd7c77391d5b3c2e3add25bd9988b957ba416bfdd72f6cc94a7d0e3c0b4d793fe85141ce4920bd1a747c1d288a47f268cd30b5b84964db6cddf09940e61141fa98248468dbf8a2a01ac9499045c45062fdb03abd55cdec32fb13fe6f196290b52b5c4c9fc350406bf094ce42b78bcbdb4cc046e042a46be83db515a32e05bf7ecfb6cf86f926a6b881b460cca02ad85534572cdbd125bdba411417de1158b0709825114882cb8b8b7735e62983389654fbf42eca6b703543f76867dbf53eeec9288c2c88d0fcb338a2c26536767245b64ae515fc073c21bc78769f41188140e1d7b9576ec8dee34d5851721726417b25f78af68845dc3627c3336e7959a3db2a81b7d77c35018d38f840d41ea5fa3e9f63b6a41d68c36ded365927ce95d8026242533566fd5a9015ebcdb2a4f4c8d618a42513ab22dc7f9d14637bcea150a6d0782c9b1ca41f4c501f2d0a219eb6b4c0df4d8701cc5a316b2ddf63797d4c1b689bc0b289d5cb8063a7034e13b7f0fcf71e24d5cbee9b502e392faf073131658fec0784234af6e12dffb92354367e1335266de43edb6451534c9e69c317075212b216cedf1d3b6896f14ee0b0dcdd6e2a89e9e8c9d0d828e28e67bfa3f06e802ee7aa097c0c83e97bfb8fc1a4bc67740cd0988415907b0fdb5e9cd955be2626b5095b55c7eed4aa4e99bb5348e36a875615bcf113566a8f4b3fcf2c9bcc229d772a074007e854bab67471aa199e72c162185b62c0888791c9b3cde2c8b180fae4e4ae3a29564f933d0adffd46b8696d6ad29b2e80b9dcad60ddb2e4a3deee5a5b1df09f116f1ca9d4dfb150d495d2b8523e7f8175a9b06704f168e14ab97a8a333d4a52ec9501bc0c509ecb94d8ca323df93e7a40c06eee31aba4c03d0bd7a719c67675a6eb57eaf16d64528d81de6a6d5b5703098518f977c3b984bdf179238402a8ca0205f85cde798a275b8da22a593f2aaffd4697e4cbfb14cb7eb1d52b96f03d9a60c82eeec920e92558658904ccf6d33eb54d2c05d916210cc6bd549d16a941290450ebd6a53fa73854256aa2ca91172cbce3ea805ccf2cd52de8acbbc2db88d209de84655fa997c5ec291608292fe2de555e8a1e5ce574acf315fe65268c469872614073d5e36cae87198a78651a2f71ced048f26a093a97bc05678cd2f0023ced7948fc49c6c5d87056ebc8ef611d0f61b2ac01e20fa8cca035f957e58fd60600e3eec9bab927c23438299d7e6254472600168b557a467a497d537353511ec07657b494d1b13fec35f5a7e924d2f13a4d348c43333346721cba696fabcebbf5b3208e09acd91962417cc92d41b7d02c02681f091214c33176803f920a01b4e7d2cf5378f93271d5efcd640b93a91f6667beac3fdb67fcc35169eef81a8ce96116897b5626e6c8b535ddaed5cdaacc0ad709293c3f7ae98c9a5ca9b297e7ebb3fb4b15887c656269dc14b252fdd7fe8ff970061aaf1571f13c673c0d523021ee2e207b7090d087e2bb7653601e21712022c805680262ee7e21bfb978099d7931bfcd3714d391d754849d8c35e3ced3d2120c3a61f9fe1e1b49fa3c45c3dc19bb4cb87b2cee4ef2c1b7f7490243d43d1b6d8888b259f1bcad12c08aa812bfcd0bac17f5dedd212abf2e8d6e4fe266cd2daae33edf86a443af84df022da4753010cdfd554536fb6830fce95f4d526985ee0983d0a8a24cd946c90e55643e4cdd547ec483c31abce64f0abeacb0a48de4c1c449f118ac572cd281812e9edad6c18bde661885d4b6084fd99f32393750b92d63d13a0f47a5db9c79bac126f16bd0ec4dd9f675e89cca287356a387273c407ad0a2fbb630776aeb7c66b39e46b24d911ecdb13615f6541269f187976baadf49189248f487df94af11585805fb98468d9b74ca4152eabed5047327ac3d14ed6a7691b7a7ebdfe59a65a0a7d6cf0fa9a192b99f8c02145e97f0f9fa8335ef8d58f33e0839cea99198c0b618c4c7b4dc7ec2a58ff64d08da63ea20dd11e83f011c77238ca715f14f09db89d7a145f83666095c21c5eb9cc45b7639f62b7d63f464a78f2f217f3ac818a95d6f334785540f42ac97e543d9bf64e7460c5dcd1a900b12cfd98aaa7edcd0571741736ef9466b55f9c12488b1ffff8381acea2261ed3af3ca698200b6dab1fcbced0c56e897d4cc654d685c1a5227a61bd9a2935c31fb3208fd352d854646cea87adb15abc39b7e14696e312804acbeaa085bac6abd8fc608da5fe3a771a5e5e373012dd65b245be569698f5a5446c652f436acbd6a934461f1122aa6ed0d80fc0693b0dbdd5e4b6fbd1e381e52f98c30b01714b8642d666d41b10dba40aed849e882f13927e94e6d008561e7f31d19b45cec5c1fa498b901f452a201648967f6b9f286b74ec22fd34a9215eb5823e0c95f5a0ccdc3466c44833b1b1e4bf768eb97466f115a85ebe80919146f1d2b8cf99e06e83f46577617913ca956403aced2bb1cfb03ee2309c03bc39dd61f27e5a1c0dcbe51e087d135a0590d440b50361b2b39f04a9db5d3a5b1358a556b35faa988bd01896b19fcf10c3a8e691b2952d26b4502d994986164a682cbe1361bafec5d136d841a9590357bf065bf90410b65adb91ce5bf07b4176b466abaedf9d7edf6a77d52f097ce976bc978a2e878931589a537f4c738ad9b65e9e88aa59c0d993ca7492a656e6f45730de8a6110d5c621a6df3b9051e67301155eaffeb27219c872cc2bd0c5e967d9fe5fab180c38e93c02581f56e86475076ad5e7d3736f7ad8ee81318bdaaaa2cd8f7602c74e68d483fc4da9d83162d752ef18e9ed5348cd2c979d826694f5e0ec600d6bcf6a4dd96433de77c0943bced25561b345ab972b0506b7cc2daad2fd344013aedc291df30c8ed65cdaed78159aa038b2c97ab/usr/bin/udevadm../systemd-udevd-control.socket../systemd-udevd-kernel.socket../kmod-static-nodes.service../systemd-boot-system-token.service../systemd-hwdb-update.service../systemd-udev-trigger.service../systemd-udevd.service../../bin/udevadmsystemd-udevd.8.gzsystemd-udevd.8.gz@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-249.17-150400.8.43.1.src.rpmconfig(udev)pkgconfig(udev)udevudev(aarch-64)  @@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/env/usr/bin/pkg-configconfig(udev)coreutilscoreutilsfilesystemgroup(kvm)kmodld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libblkid.so.1()(64bit)libblkid.so.1(BLKID_2.15)(64bit)libblkid.so.1(BLKID_2.17)(64bit)libblkid.so.1(BLKID_2.18)(64bit)libblkid.so.1(BLKID_2_37)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcryptsetup.so.12()(64bit)libcryptsetup.so.12(CRYPTSETUP_2.0)(64bit)libkmod.so.2()(64bit)libkmod.so.2(LIBKMOD_5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsystemd-shared-249.so()(64bit)libsystemd-shared-249.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sedsystem-group-hardwaresystemdsystemdsystemdsystemdsystemd249.17-150400.8.43.13.0.4-14.6.0-14.0-15.2-1249.17-150400.8.43.1ConsoleKitdracutfilesystemmkinitrdutil-linux0.4.1044.111.52.7.02.164.14.3f@fIeee|?ejejd/@dܺ@dǢ@d\@d@dddZ5dZ5dK@dK@dGd.@d.@dJcccl@c1c=@c=@c=@c=@cccck@cvcc0ccc@c@cc@cD @b)bb@b@b@b@b@bk@b^@bL/@bJbA@b; b1@b1@b'E@b'E@b'E@b\@bs@b!b@b@b@b~b8ar@a a a a a a a@a@a7a@a@a@aaZ@aea@a@aa6aLaa@aaKaqV@aqV@an@amaamaamaaim@aim@aim@aim@a`2a`2a\>@aTU@aMaKaKa;Ha;Ha;Ha8a8a2@a0a/k@a/k@a#a@a@````````@`ݮ@`ٹ`ٹ`s`̊````O@`O@`O@``@`@`@` @`@`m`c`[)`Y@`X`OL@`OL@`J@`J@`H`3`/@`-@`3@`@__ܙ_ܙ__S_м@_0@__@__@_:__"______ts@_s!_cO_cO_a@_a@_Z@_Z@_O@_G@_FN_D@_>e_ @^@@^^^^^@^@^ϧ^˳@^@^@^@^^@^@^@^^^s^^r @^ku^M#@^;^8 @^&^@^@]@]@]@]N@]ʞ]d@]]])]@]]]4@]@]]m]@]@]@]rJ@]nU]S]A]5@]\"\"\@\@\ڭ\\@\@\@\\\O\}\\M\M\\@\~d\k\f\=@\73\73\l@[[[@[v[[[0[<@[<@[<@[<@[<@[^[ā@[ā@[[[[[@[j@[a[[ @[0@[!@[Z@Zz@Z@ZZZ@ZUZľ@ZZZZZZZZ2@Z2@Z@ZZZZ@Zw@Zw@Z%Z%Z@Z@Z@ZZH@ZZZZ@Z@Z@Z@Z@Z@ZZZZ}@Z}@ZyZyZyZyZyZxG@ZxG@ZtRZtRZtRZtRZqZo Zk@Z]@ZX@ZV@Z%8Z@Z@Z@Z@Z@Z @Y@YYp@Yp@YY@YA@YA@YA@Yo@Yo@Yo@Yo@Yo@Yo@Yo@YYW@Ym@Y{'@Y{'@YyYx@Yx@Yx@YqY_wY^&@Y^&@Y\YK@YK@YC@Y7Y%uY;@Y;@YR@YtYtYtYtYtYtYtXXXsXg@X@XXZX@XYX@Xe@XpXXX@X@X@X@X@XtXoXn5@Xn5@XWXQ4@XIK@XF@X=mX43@X.@X)@X$a@X$a@X$a@X$a@XXX X X X XX`@XXXXXXXXXXX@X@X@X@X@X@Ww@Ww@WW@W@W@WSW@W@W@W W Wv@WWWίW@W:W@WE@WPW@Ws@We7W)@WKWVyVVVVVaVՄ@V=@V@VS@VwVwVhV`.V\:@VLh@VEVD@VA@V'~@V@V@V@VV@V@VV @V7@V@V@U|@U|@U|@UUoŬUUUȒ@U@U@U@UU@U@Uy@U@U@U@U>U@U@U@UUUUU@Uyx@Uyx@UmUY@UY@UTE@T@T~T~TTTTTC@TTTTp@TTT@T@T@T@TxcTw@Tto@To)@TmTmTl@Tl@Tk4Tk4Td@Td@Td@Td@Ta@T`T`T`T\@TWn@TWn@TR(@TJ?@THTG@TFJTD@T>aT>aT=@T=@T=@T=@T=@T=@fbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlidong.zhong@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.dengompa13@gmail.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comdimstar@opensuse.orgfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commatthias.gerstner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comeroca@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comstefan.bruens@rwth-aachen.defbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdevelop7@develop7.infofbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.compavlix@pavlix.netfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comjengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commeissner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comtbechtold@suse.comdimstar@opensuse.orgfbui@suse.commeissner@suse.comjengelh@inai.dejengelh@inai.dedevelop7@develop7.infoasarai@suse.comarvidjaar@gmail.comThomas.Blume@suse.comschwab@suse.dewerner@suse.dejengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dewerner@suse.delnussel@suse.deafaerber@suse.deolaf@aepfle.defbui@suse.comjengelh@inai.decrrodriguez@opensuse.orgtchvatal@suse.comthomas.blume@suse.comjengelh@inai.desor.alexei@meowr.ruwerner@suse.deschwab@suse.dedmueller@suse.comfbui@suse.comjengelh@inai.dewerner@suse.defbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dewerner@suse.dewerner@suse.defbui@suse.comwerner@suse.defbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dejengelh@inai.desndirsch@suse.commeissner@suse.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgjengelh@inai.dehrvoje.senjan@gmail.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgsbrabec@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orghrvoje.senjan@gmail.commpluskal@suse.comjengelh@inai.dewerner@suse.dewerner@suse.depwieczorkiewicz@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dejengelh@inai.demeissner@suse.comcrrodriguez@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.demeissner@suse.comwerner@suse.dejengelh@inai.dearvidjaar@gmail.comwerner@suse.dethomas.blume@suse.comthomas.blume@suse.comwerner@suse.dewerner@suse.dethomas.blume@suse.comwerner@suse.dewerner@suse.dermilasan@suse.comrmilasan@suse.comrmilasan@suse.comwerner@suse.dewerner@suse.dewerner@suse.degber@opensuse.orgledest@gmail.comwerner@suse.dewerner@suse.dermilasan@suse.comwerner@suse.dermilasan@suse.comthomas.blume@suse.comgber@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.de- Import commit a57a6d239c5d6b91fb3dcd269705e60804a03ae1 cd0c9ac4f4 unit: drop ProtectClock=yes from systemd-udevd.service (bsc#1226414) e1eaa86a49 udev: do not set ID_PATH and by-path symlink for nvmf disks a85d211874 man: Document ranges for distributions config files and local config files- Don't mention any rpm macros inside comments, even if escaped (bsc#1228091) Otherwise pesign-obs-integration ends up re-packaging systemd with all macros inside comments unescaped leading to unpredictable behavior. Now why rpm expands rpm macros inside comments is the question...- Update 1011-sysv-generator-add-back-support-for-SysV-scripts-for.patch Really skip redundant dependencies specified the LSB description that references the file name of the service itself for early boot scripts (noticed in bsc#1221479).- Import commit 2cb4d40f1c6a388706af8a83d5344fc0de3c6f4d (merge of v249.17) c8578cef7f resolved: actually check authenticated flag of SOA transaction (bsc#1218297 CVE-2023-7008)- Import commit 86f0670d3a01c1a2d4df17f1c68d03f1586195e3 ba7f1df7a5 vconsole-setup: simplify error handling 94f4eaea77 Introduce RET_GATHER and use it in src/shared/ e02406fcc1 mount: replace UNIT_DEPENDENCY_MOUNTINFO_OR_FILE with UNIT_DEPENDENCY_MOUNTINFO/UNIT_DEPENDENCY_MOUNT_FILE 0b8db54511 mount: drop UNIT_DEPENDENCY_MOUNTINFO_IMPLICIT and UNIT_DEPENDENCY_MOUNTINFO_DEFAULT 98ba536bd1 mount: always use UNIT_DEPENDENCY_FILE in mount_add_quota_dependencies() 73c7b2bb48 core/mount: make device deps from /proc/self/mountinfo and .mount unit file exclusive ba585a28d7 core: Add trace logging to mount_add_device_dependencies() 36e0a4f80f core/mount: also remove default deps from /proc/self/mountinfo when it is updated (bsc#1217460) bc107c86c3 core/mount: set Mount.from_proc_self_mountinfo flag before adding default dependencies ce4907c7c3 core: wrap some long comment- Import commit e677079182c975ecdad88a76f657fecb4de523d9 7692c5bda8 utmp-wtmp: handle EINTR gracefully when waiting to write to tty 29c3eb4681 utmp-wtmp: fix error in case isatty() fails 98970eb90b homed: handle EINTR gracefully when waiting for device node 0305809edd resolved: handle -EINTR returned from fd_wait_for_event() better 40db4d6abe sd-netlink: handle EINTR from poll() gracefully, as success 5e681711c6 varlink: also handle EINTR gracefully when waiting for EIO via ppoll() 6bbd70f092 stdio-bridge: don't be bothered with EINTR f978feb591 sd-bus: handle -EINTR return from bus_poll() (bsc#1215241) 746962ff40 core: replace slice dependencies as they get added (bsc#1214668)- systemd.spec: add missing `%tmpfiles_create systemd-resolve.conf`- Rename 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch into 1013-strip-the-domain-part-from-etc-hostname-when-setting.patch - Rename 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch into 1014-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch - Rename 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch into 1015-networkd-make-network.service-an-alias-of-systemd-ne.patch - Rename 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch into 1016-core-disable-session-keyring-per-system-sevice-entir.patch - Rename 0011-core-disable-session-keyring-per-system-sevice-entir.patch into 1017-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Hence these patch files can be easily identified as SLE specific ones.- Import commit b473c02cc08e093e370034425671cbc001c6748e 02caac7973 units/initrd-parse-etc.service: Conflict with emergency.target 70b3bff9f8 sd-device-monitor: dynamically allocate receive buffer (bsc#1213873) e2e1fbba2b sd-device: change type of properties nulstr from uint8_t* to char* c9d3dd5954 udev: set description for device monitor 3f07f44fde test: use sd_device_monitor_set_description() b304a1e1a2 sd-device-monitor: logs description for device monitor 929d4066c5 sd-device-monitor: introduce sd_device_monitor_{set,get}_description() 340e523048 sd-device-monitor: fix inversed condition 02659c7b67 tree-wide: port various places over to new stat_inode_same() helper b35a4b042a stat-util: add helper stat_inode_same() for comparing stat's st_dev/st_ino in one d25219cbe3 libsystemd: ignore both EINTR and EAGAIN 648a151313 errno-util: introduce ERRNO_IS_TRANSIENT()- Import commit 155fe1917157bdeecf7e28ef0ea9f62084f27f14 3b8c671f90 detach-md: similar to the DM case, also don't try to detach MD device backing /usr/ (bsc#1211576) 6da5d2d1fc shutdown: don't attempt to detach DM volume backing /usr/ (bsc#1211576) 37178881c1 udev: decrease devlink priority for iso disks (bsc#1213185) 02ede28319 shutdown: get only active md arrays. (bsc#1212434 bsc#1213575 bsc#1211576) 412b8dbb32 umount: /usr/ should never be unmounted regardless of HAVE_SPLIT_USR or not (bsc#1211576) 16f897570a units: remove the restart limit on the modprobe@.service e4e85b08bd tests: add test case for long unit names 3f84b06f9d core: shorten long unit names that are based on paths and append path hash at the end (bsc#1208194)- Add 5001-sleep-don-t-init-sys-power-resume-if-resume-option-i.patch (bsc#1186606)- Make sure to pre-install the groups systemd and udev rely on. This is needed when the tmpfiles are run at package installation time (i.e. when file-triggers are disabled).- Move more packaging fixups in the fixlet script.- Move the persistent net rule fix in udev fixlet script.- Rather than having one script per fix, use a single script (or "fixlet") per (sub) package that contains all the fixups relative to a (sub) package. This has the advantage to limit the number of scripts but more importantly it will ease the sharing of the spec file between TW and SLE. We should also be able to compare the fixlets of two distros even if the spec files have diverged. Note that all the fixups are run just once now.- kbd-model-map.legacy:: add 'ara' which should replace 'arabic' in the long term (bsc#1210702)- kbd-model-map.legacy: drop some entries no longer needed by YaST Related to bsc#1194609.- Include pam_keyinit.so in our systemd-user PAM service (bsc#1209741) That way "systemd --user" instances get their own session keyring instead of the user default session keyring. For some reasons cifscreds refuses to work with the latter. That's what is expected for every PAM session anyway.- Import commit 6441bb41141aaa8bfb63559917362748a3044c15 165ca0d018 udev-rules: fix nvme symlink creation on namespace changes (bsc#1207410)- Update 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1203141) Optimize when hundred workers claim the same symlink with the same priority.- Update 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Since commit 38f3e20883ff658935aae5c9 (v248), the symlinks /dev/cdrw and /dev/dvdrw could have no longer been created. Futhermore the rule added by this patch dealing with /dev/cdrom was redundant with the upstream one- Import commit dad0071f15341be2b24c2c9d073e62617e0b4673 (merge of v249.16)- Fix return non-zero value when disabling SysVinit service (bsc#1208432)- Drop build requirement on libpci, it's not more needed since udev hwdb was introduced 11 years ago.- Move systemd-boot and all components managing (secure) UEFI boot into udev sub-package: they may deserve a dedicated sub-package in the future but for now move them to udev so they aren't installed in systemd based containers.- Drop a workaround related to systemd-timesyncd that addressed a Factory issue.- Conditionalize the use of /lib/modprobe.d only on systems with split usr support enabled (i.e. SLE).- Import commit 119740915155d473de087bd633ba62c1c3e47d36 (merge of v249.15) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1bfa716e7fb6d7169cece864e75dfe9e52914c99...119740915155d473de087bd633ba62c1c3e47d36- Make use of the %systemd_* rpm macros consistently. Using the upstream variants will ease the backports of Factory changes to SLE since Factory systemd uses the upstream variants exclusively.- machines.target belongs to systemd-container, do its init/cleanup steps from the scriptlets of this sub-package.- Make sure we apply the presets on units shipped by systemd package- systemd-testsuite: move the integration tests in a dedicated sub directory.- Move systemd-cryptenroll into udev package.- Make sure that /lib/udev exists and is a symlink to /usr/lib/udev when the testsuite is run.- Import commit 1bfa716e7fb6d7169cece864e75dfe9e52914c99 (merge of v249.14) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/540e0bd5374f9f42f1e645eb15971431ebb4b8c8...1bfa716e7fb6d7169cece864e75dfe9e52914c99 - Rebase 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch- Don't overwrite /etc/pam.d/systemd-user on update (bsc#1207264) Regression introduced when systemd was forked for 15.4.- Ship systemd-pstore with udev (jsc#PED-2663)- Import commit 540e0bd5374f9f42f1e645eb15971431ebb4b8c8 29fb8a2dd0 core/unit: try to submit stop_when_unneeded queue on removing dependencies bd63eab381 core/device: start units specified in SYSTEMD_WANTS if it is not running e0898fa873 coredump: do not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) 119424f96e coredump: adjust whitespace 3833d5a408 coredump: drop an unused variable 36728edcfd coredump: Fix format string type mismatch 34f6867a8a analyze: use DumpUnitsMatchingPatternsByFileDescriptor e67a7087ec manager: add DumpUnitsMatchingPatternsByFileDescriptor() feb8f2a983 manager: rename dbus method 98fed27339 analyze: extend the dump command to accept patterns a06d9470af man: document the Dump() calls of the PID 1 D-Bus interface, and what they are 79eb37a5e0 cryptsetup: retry TPM2 unseal operation if it fails with TPM2_RC_PCR_CHANGED (bsc#1204944) - Drop 5000-coredump-Fix-format-string-type-mismatch.patch 5001-coredump-drop-an-unused-variable.patch 5002-coredump-adjust-whitespace.patch 5003-coredump-do-not-allow-user-to-access-coredumps-with-.patch They have been merged into SUSE/v249 branch.- Fix systemd-coredump to not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) Add 5000-coredump-Fix-format-string-type-mismatch.patch Add 5001-coredump-drop-an-unused-variable.patch Add 5002-coredump-adjust-whitespace.patch Add 5003-coredump-do-not-allow-user-to-access-coredumps-with-.patch- Import commit bcf040075f682f67370ddf7ab93d7a0d8b9cd9cc ab0f962e4c core/device: Log on every event received from udev 2dcb7c77fe udev/net_id: show the correct identifier in the debug output of dev_pci_onboard() 5b824103e0 udev/net_id: add debug logging for construction of device names cb6925410b udev: add one more assertion 82e343153a udev: drop assertion which is always false cef726986b udev: support by-path devlink for multipath nvme block devices (bsc#1200723) 00b34f08d9 tests: minor simplification in test-execute e5b4571c20 tests: make test-execute pass on openSUSE - Drop the following patches since they have been merged in 'SUSE/v249' branch: 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch- Import commit 0cd50eedcc0692c1f907b24424215f8db7d3b428 ae2067b062 time-util: fix buffer-over-run (bsc#1204968 CVE-2022-3821) 0469b9f2bc pstore: do not try to load all known pstore modules ad05f54439 pstore: Run after modules are loaded ccad817445 core: Add trigger limit for path units 281d818fe3 core/mount: also add default before dependency for automount mount units ffe5b4afa8 logind: fix crash in logind on user-specified message string- Add 1012-man-describe-the-net-naming-schemes-specific-to-SLE.patch (bsc#1204179) - Make "sle15-sp3" net naming scheme still available for backward compatibility reason- Don't replace /etc/systemd/system/tmp.mount symlink with a dangling one pointing to /usr/lib/systemd/ (bsc#1201795)- Update 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch (jsc#PED-944) To decrease log level of messages about use of KillMode=none from warning to debug. SAP still uses this deprecated option and the warnings emitted by PID1 confuse both SAP customers and support.- Import commit 7b70d88264a588fdba36c6e7655d1feea2b0e0a0 (merge of v249.12) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/4949659dd6ce81845e13034504fe06b85a02f08b...7b70d88264a588fdba36c6e7655d1feea2b0e0a0- Import commit 4949659dd6ce81845e13034504fe06b85a02f08b 0f096f16ba tmpfiles: check the directory we were supposed to create, not its parent 82c3793e43 stat-util: replace is_dir() + is_dir_fd() by single is_dir_full() call 2191a9ae95 logind: don't delay login for root even if systemd-user-sessions.service is not activated yet (bsc#1195059)- Make {/etc,/usr/lib}/systemd/network owned by both udev and systemd-network (bsc#1201276) This configuration files put in these directories are read by both udevd and systemd-networkd.- Import commit 17d488c53ad150de59f7d842e870e0c3d141d8ff 6b3bb1161c core/device: device_coldplug(): don't set DEVICE_DEAD 1e4058a0bc core/device: do not downgrade device state if it is already enumerated f1d33c466e core/device: ignore DEVICE_FOUND_UDEV bit on switching root (bsc#1137373 bsc#1181658 bsc#1194708 bsc#1195157 bsc#1197570) fdaad2ff3a core/device: drop unnecessary condition- fix parsing error in s390 udev rules conversion script (bsc#1198732)- Call pam_loginuid when creating user@.service (bsc#1198507) It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d.- Import commit 2bc0b2c447319a9156e7c5a18fe971f946554a6b 6256b14446 test: adapt install_pam() for openSUSE 3ea5b7e295 test: add test checking tmpfiles conf file precedence e63e641ee8 test tmpfiles: add a test for 'w+' b531758614 tmpfiles.d: only 'w+' can have multiple lines for the same path (bsc#1198090) ea98492c53 cryptsetup: fall back to traditional unlocking if any TPM2 operation fails - Move coredumpctl completion files into systemd-coredump sub-package.- Import commit e62acb68de9bccfa272bef98fe5b38effc37528a b70267d883 journald: make use of CLAMP() in cache_space_refresh() 3953e685cb journald: make sure journal_file_open() doesn't leave a corrupted file around after failing (bsc#1198114) d03a5f79bf fs-util: make sure openat_report_new() initializes return param also on shortcut 05499d5a30 fs-util: fix typos in comments 9f77c8fae1 journal-file: port journal_file_open() to openat_report_new() 4d07c034da fs-util: add openat_report_new() wrapper around openat() 258c04836d meson: build kernel-install man page when necessary 23da9cc83a man: do not install sd-boot man pages when -Dgnu-efi=false is set d452b8738c unit: install the systemd-bless-boot.service only if we have gnu-efi 98f44dc500 boot: don't build bootctl when -Dgnu-efi=false is set (bsc#1198093) 9145684460 build: include status of TPM2 in the feature string show by --version- spec: make sure /lib exists when installing conf files in /lib/modprobe.d- spec: enable 'efi' support regardless of whether sd_boot is enabled or not We should support EFI systems even if systemd-boot is not enabled.- spec: cope with %{_modprobedir} being /lib/modprobe.d on SLE- Import commit 5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c (merge of v249.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/23b6a8633186a2b5b2487621c81ec7e7bb068db1...5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c- Import commit 23b6a8633186a2b5b2487621c81ec7e7bb068db1 f19292f18d udev: 60-persistent-storage-tape.rules: handle duplicate device ID (bsc#1195529) 3349f636dc man: tweak description of auto/noauto (bsc#1191502)- Fix the default target when it's been incorrectly set to one of the runlevel targets (bsc#1196567) The script 'upgrade-from-pre-210.sh' used to initialize the default target during migration from sysvinit to systemd. However it created symlinks to runlevel targets, which are deprecated and might be missing when systemd-sysvcompat package is not installed. If such symlinks are found the script now renames them to point to 'true' systemd target units. - When migrating from sysvinit to systemd (it probably won't happen anymore), let's use the default systemd target, which is the graphical.target one. In most cases it will do the right thing anyway.- systemd.spec: minor simplification by assuming that %{bootstrap} is always defined.- Make sure to create 'systemd-coredump' system user when systemd-coredump is installed (follow-up for the split of the sysusers config files).- update s390 udev rules conversion script to include the case when the legacy rule was also 41-* (bsc#1195247) * change scripts-udev-convert-rules.sh- Fix a regression caused by the split of the sysusers config files shipped by systemd (bsc#1196322) Calls to %sysusers_create were not updated accordingly.- %_pam_vendordir is still wrong on SLE, let's define our own definition for now.- Add in quarantine the following patches: 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch They might help with predictable network device naming issues. They will be moved to the git repo if nothing wrong happens.- Import commit d150ab3db99dea63a546567b3227baf0d85e4265 (merge of v249.10) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/26736aafa1df67d222fe46c54bf74b5c7a44d8a1...d150ab3db99dea63a546567b3227baf0d85e4265- Import commit 26736aafa1df67d222fe46c54bf74b5c7a44d8a1 8973cb2462 systemd-coredump: allow setting external core size to infinity (bsc#1195899 jsc#SLE-23866)- Fix build if %_distconfdir is not defined (see bsc#1195679)- Always create systemd-network system user, even if systemd-networkd is not installed (bsc#1195559) - Don't rely on %{_distconfdir}, it's broken on SLE (bsc#1195998)- Make more use of %{_unitdir} in files.{systemd,container}- Installation of libnss_mymachines.so depended on %{bootstrap} but it is actually installed when %{with machined} is true. - Call ldconfig when container subpackage is installed since it ships nss-mymachines NSS plug-in module.- Import commit a186eb9f9cc13b65f8380dbcae3080228e8be7e2 1395c74be7 udevadm: cleanup-db: don't delete information for kept db entries (bsc#1194912) bbafc8092a udevadm: cleanup_dir: use dot_or_dot_dot() d16f6d018d tmpfiles: split out config for systemd-resolve 41334be59e meson: minor cleanup 3db0c28462 sysusers: split up systemd.conf - Drop 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (bsc#1195153) Since v241, the patch isn't useful anymore because resolved is no more able to create /etc/resolv.conf symlink by itself,it runs as 'systemd-resolve' user. The symlink is now handled by a tmpfiles config file which is only installed when systemd-resolved is. The tmpfiles config file has currently a lower priority than the one shipped by netconfig.- Make use of %ldconfig_scriptlets- Merge nss-resolved and nss-mymachines NSS plug-in modules into systemd-network and systemd-container respectively. These modules are plug-in modules hence the shared library packaging policy doesn't apply for them. Moreover they're pretty useless alone without their respective systemd services, Hence let's reduce the number of sub-packages as the list keeps increasing.- Merge libudev-devel into systemd-devel- systemd.spec: explicitely list all files for each main (sub) packages Using glob patterns in %files section to reduce the number of listed files was error-prone as some introduced files could silently be placed in the wrong subpackage. The sections were also hard to read and many files needed to be excluded from the main package making the point of glob pattern usage moot. systemd, udev, systemd-container and systemd-network packages have now their list of files described in a dedicated file. The lists are kept sorted to make them easy to parse. The size of the files, especially the one for the main package, is still reasonable and much easier to read now. During this rework, a couple of cleanups happened: more use of %{_systemd_util_dir}, some files was incorrectly owned by the main package and have been moved to the correct sub-package, etc... Note: the rest of the subpackages might be addressed later but let's find how it goes for now.- Rename 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch into 1011-sysv-generator-add-back-support-for-SysV-scripts-for.patch This patch is now SLE specific.- Make sure that libopenssl-devel is installed when building resolved. Openssl was implictly pulled in by systemd-experimental subpackage but could be missing if the build of this subpackage was disabled.- resolved: disable DNSSEC until the following issue is solved: https://github.com/systemd/systemd/issues/10579 - resolved: disable fallback DNS servers and fail when no DNS server info could be obtained from the links. It's better to let the sysadmin know that something is likely misconfigured rather than silently handing over the DNS queries to Google or Cloudflare. - Replace '%setup+%autopatch' with '%autosetup'- Don't generate ID_NET_NAME_SLOT for devices behind a PCI bridge (bsc#1192637) If multiple NICs are behind a PCI bridge, each of them will get the same ID_NET_NAME_SLOT value leading to conflicting names. Such names weren't generated before SLE15-SP3.- Move the whole content of /usr/share/doc/packages/systemd in doc subpackage- Move the systemd-network-generator stuff in udev package This generator can generate .link files and is mainly used in initrd where udev is mandatory.- Restore /sbin/udevadm and /bin/systemctl (obsolete) paths (bsc#1194519)- Import commit 7a4e2ba4e01a8dfd305b24c40e156f8d293995a5 (merge of v249.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6c7d6a7100488806bad0a81bbf2bca99be641938...7a4e2ba4e01a8dfd305b24c40e156f8d293995a5- systemd.spec: drop our own definitions of %_pam_moduledir/%_pam_vendordir macros since they're now defined by pam-devel shipped by SP4. - Rename 1007-Restore-support-for-halt.local.patch into 1007-sysv-restore-support-for-halt.local.patch - Extract bits from 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch which are not specific to the handling of 'Required-Start:' and move them into a new patch 1010-sysv-add-back-support-for-all-virtual-facility-and-f.patch- Import commit 6c7d6a7100488806bad0a81bbf2bca99be641938 (merge of v249.8) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/103742c59ad2d37a54bfb91135d9c7b082ca3576...6c7d6a7100488806bad0a81bbf2bca99be641938 - Rebase 1007-Restore-support-for-halt.local.patch- Import commit 103742c59ad2d37a54bfb91135d9c7b082ca3576 e95df40b09 shared/rm-rf: loop over nested directories instead of instead of recursing (CVE-2021-3997 bsc#1194178) 078e04305d shared/rm_rf: refactor rm_rf() to shorten code a bit 6d560d0aca shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bit 6666ff056c localectl: don't omit keymaps files that are symlinks (bsc#1191826) 30cbebc56f tmpfiles: 'st' may have been used uninitialized 5443654ec0 macro: add new helper RET_NERRNO() 8d90ecc435 rm-rf: optionally fsync() after removing directory tree 591344010d rm-rf: refactor rm_rf_children(), split out body of directory iteration loop 8c7762c4f1 Bump the max number of inodes for /dev to a million (bsc#1192858) dc9476c881 journal: don't remove the flushed flag when journald is stopped 29efc29efd TEST-10: don't attempt to write a byte to the socket 773fb785b6 Bump the max number of inodes for /dev to 128k (bsc#1192858)- Rename 1009-drop-or-soften-deprecation-warnings.patch into 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch- Update systemd-user PAM service again Change the default implementation of pam_setcred() again, previously customized to run the full "auth" PAM stack and only call pam_deny.so which is basically the SUSE default behavior without pam_warn.so. This is considered safer, especially on SLE where a regression was spotted by QA.- move files related to static nodes to udev- Update 1009-drop-or-soften-deprecation-warnings.patch (bsc#1193086) It rewords the warning about the use of 'KillMode=none'.- Import commit dcd562c17a5bd8df60aff757c9a4c823b1da9144 (merge of v249.7) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a7d5fcde94e2351f6cdd1826726c52e22c9355f9...dcd562c17a5bd8df60aff757c9a4c823b1da9144 - Import commit a7d5fcde94e2351f6cdd1826726c52e22c9355f9 f99aa40c6e TEST-12: make sure 'adm' group exist 6c7194ff99 TEST-08: don't force ext4 for / dd1814b8f9 test: use kbd-mode-map we ship in one more test case 94c5febf2a test: fix TEST-10-ISSUE-2467 - Update the dependencies of the systemd-testsuite sub-package- Enable systemd-experimental sub-package again, rpmlint should have been updated.- Import commit 77ad76ed6e5c8170e3825d57abf8690b2a95bc06 (merge of v249.6) bcdeee7b4c virt: Support detection for ARM64 Hyper-V guests (bsc#1186071) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/ad045db5d34afeb4ece43f349783eda931e49a04...77ad76ed6e5c8170e3825d57abf8690b2a95bc06- Temporarily disable systemd-experimental sub-package until rpmlint is updated.- Add 1009-drop-or-soften-deprecation-warnings.patch- Disable nss-systemd and translations features for the mini flavour- Enable build of systemd-experimental sub-package It will be shipped in Leap only.- Really enable libiptc for masquerading support (bsc#1191651) Currently used by systemd-nspawn and systemd-networkd.- Convert systemd package to multibuild- Import commit ad045db5d34afeb4ece43f349783eda931e49a04 (merge of v249.5) 8de173ff93 mount-util: fix fd_is_mount_point() when both the parent and directory are network fs (bsc#1190984) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a...ad045db5d34afeb4ece43f349783eda931e49a04- Rename %{gnu-efi} into %{sd_boot} Build conditionals (%bcond_with and %bcond_without) are used to define a specific feature of systemd. "gnu-efi" is rather an implemenation detail. Also not really sure what "efi" option alone is useful for since systemd-boot & co depends on "gnu-efi". - Enable sd_boot support for aarch64- Suppress PAM warning when the credentials for user@.service service are established (bsc#1190515) systemd-user PAM service needs to define a default implementation of pam_setcred() otherwise the fallback (defined by /etc/pam.d/other) is used, which consists of pam_warn.so + pam_deny.so, and will throw a warning each time a user logs in.- Drop systemd-logger (Leap only) This sub package was introduced in order to configure persistent journal and also to make sure that another syslog provider (such as rsyslog) couldn't be installed at the same time: each syslog provider conflicts with each others. However this mechanism didn't work since uninstalling systemd-logger wasn't magically turning off persistent logging because /var/log/journal is likely to be populated hence not removed. Moreover using a subpackage to configure the mode of journald was overkill and the usual ways (main conf file or drop-ins) should be preferred. This change should have no effect on SLE as the sub-package was shipped in Leap only.- Overwriting rootprefix= is only required when split-usr is enabled- Rename %usrmerged into %split_usr- No need to install upstream pam configuration file "systemd-user" It's overwritten by the SUSE version anyway.- Predictable network interface names: fix slot based network names on s390 (backward incompatible change) (jsc#SLE-18514) The default predictable naming scheme used by SLE ("v238") have been improved with the two following changes: o PCI hotplug slot names for the s390 PCI driver are a hexadecimal representation of the function_id device attribute. This attribute is now used to build the ID_NET_NAME_SLOT. Before that, all slot names were parsed as decimal numbers, which could either result in an incorrect value of the ID_NET_NAME_SLOT property or none at all. o Some firmware and hypervisor implementations report unreasonable high numbers for the onboard index. To prevent the generation of bogus onbard interface names, index numbers greater than 16381 (2^14-1) were ignored. For s390 PCI devices index values up to 65535 (2^16-1) are valid. To account for that, the limit is increased to now 65535. To reflect these backward incompatible changes, the naming scheme version has been renamed "sle15-sp4". - Import commit 2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a 4c4e642712 meson: allow extra net naming schemes to be defined during configuration (jsc#SLE-18514) 78466e4464 meson: drop the list of valid net naming schemes b9a2098f9d netif-naming: inline one iterator variable d7fbbc5e74 Add remaining supported schemes as options for default-net-naming-scheme- Enable support for Portable Services (jsc#SLE-21695) Will be released in Leap only.- Import commit 48cec2f159dd8fd15d0baf9a1ffe2d762ecf769c 8d65ec4a66 test: wc is needed by test/units/testsuite-50.sh 1527bcc5dd test: make the installation of the debug tools optional in the image f4e6bf0b37 journalctl: never fail at flushing when the flushed flag is set (bsc#1188588) 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files- Update the dependencies of the testsuite package The debug tools are optional thus no more required. OTOH strip(1) is needed when building the test image and nc(1) is needed by some tests.- SLEtify This forward port most of the SLE stuff from SLE15-SP3 to this Factory snapshot making this version good enough for starting testing the version that will be shipped in SLE15-SP4. Add 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1181192 bsc#1184238 bsc#1184254 bsc#1184859 bsc#1185828) Add 1002-udev-add-option-to-generate-old-buggy-SCSI-serials.patch Add 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch (bsc#981830 bsc#888612 bsc#1072933) Add 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch (bsc#1178023 bsc#1183702) Add 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1089761) Add 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch Add 1007-Restore-support-for-halt.local.patch Add 1008-login-mark-again-framebuffer-devices-as-master-of-se.patch (bsc#1187154) merge compats/persistent-nic-names (bsc#1061883 bsc#1083158 bsc#1178561) merge compats/udev-compat-symlinks networkd is kept enabled as it's shipped in Leap distros (bsc#1071311) The following udev rules are no more kept by the systemd package 60-io-scheduler.rules (bsc#1165579 bsc#1164717 bsc#1134353 bsc#1177490 bsc#1184994 bsc#1188713) 80-acpi-container-hotplug.rules (bsc#1082485 bsc#1040800 bsc#1078358 bsc#1081170 bsc#1075743) 80-hotplug-cpu-mem.rules (bsc#1076696 bsc#1127557) 99-wakeup-from-idle.rules Move systemd-sysv-convert back from /usr/lib/systemd to /usr/sbin (bsc#1178156) Add conversion script for moving legacy collect based udev rules to chzdev based ones (bsc#1183984) SLE systemd default settings are hold by systemd-default-settings-branding-SLE (bsc#1065301 jsc#SLE-10123) Don't mount /tmp as tmpfs by default Set the version of the net naming scheme to 'v238' Set the default cgroup hierarchy to 'hybrid' Create /run/lock/subsys again (bsc#1187292) Restore "Provides/Obsoletes: systemd-bash-completion"- Drop git internal files from the testsuite sub-package- Adjust pam macros- Don't reexecute user manager instances on package update yet This can't be done until users have their user instance updated to the new version that supports reexecuting with SIGRTMIN+25 because this signal terminates the user managers for the previous versions.- Import commit ec72db9ee0f8ce061f83624d7148ff38a5993b11 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files - systemd.spec: reexec user manager instances on package updates- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)- Drop dependency on m4 (replaced by Jinja2)- Configure split-usr=true only when %usrmerged is not defined- Import commit 40bda18e346ff45132ccd6f8f8e96de78dcf3470 (merge of v249.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/7f23815a706cf2b2df3eac2eb2f8220736b8f427...40bda18e346ff45132ccd6f8f8e96de78dcf3470- Rework the test (sub)package: - it's been renamed into 'systemd-testsuite' - it includes the extended tests too - the relevant commits have been backported to SUSE/v249 so no SUSE specific patch is needed to run the extended tests (see below) - the deps needed by the extended tests have been added - Import commit 7f23815a706cf2b2df3eac2eb2f8220736b8f427 ad216581b6 test: if haveged is part of initrd it needs to be installed in the image too 088fbb71d0 test: adapt install_pam() for openSUSE 4d631c1f0c Revert "test: adapt TEST-13-NSPAWN-SMOKE for SUSE" ef956eb8a2 test: on openSUSE the static linked version of busybox is named "busybox-static" 6f7ce633b0 TEST-13-*: in busybox container sleep(1) takes a delay in seconds only 278baaa3ec test: don't try to find BUILD_DIR when NO_BUILD is set 3bba2f876a test: add support for NO_BUILD=1 on openSUSE d77cbc1b64 test: make busybox TEST-13-only dependency- Upgrade to v249.2 (commit c0bb2fcbc26f6aacde574656159504f263916719) See https://github.com/openSUSE/systemd/blob/SUSE/v249/NEWS for details. This includes the following bug fixes: - upstream commit 6fb61918ccdd0610b425d5b0e5417751f8f8f783 (bsc#1182870) - upstream commit 6fe2a70b9160e35fdeed9d37bd31727c2d46a8b2 (jsc#SLE-17798) - Rebased 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Avoid the error message when udev is updated due to udev being already active when the sockets are started again (bsc#1188291)- Import commit 73e9e6fb847513c6d62f2fb445778ef5bc0fe516 (merge of v248.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/cb29bcc5ef2c0ee659686c5d229646a6ba98ec50...73e9e6fb847513c6d62f2fb445778ef5bc0fe516- Drop 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch Commit 81107b8419c39f726fd2805517a5b9faab204e59 fixes https://github.com/systemd/systemd/issues/19464 which makes the aforementioned patch not needed anymore.- Drop 1003-basic-unit-name-adjust-comments.patch It's been merged in SUSE/v248 branch- Import commit cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 (merge of v248.5) 4a1c5f34bd basic/unit-name: do not use strdupa() on a path (bsc#1188063 CVE-2021-33910) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/94efce2ee59fca15a48ff9c232c8dd7cf930c0a0...cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 - Drop 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch as it was merged in v248.5.- Import commit 94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 (merge of v248.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c0aecee593511e49638579cb2b9ac8aaf1f8e6c8...94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 - Drop 1001-unit-name-generate-a-clear-error-code-when-convertin.patch as it was merged in v248.4.- Import commit c0aecee593511e49638579cb2b9ac8aaf1f8e6c8 42ec1d537a login: use a hwdb entry for tagging Parallels' fb devices with 'master-of-seat' tag ecc7c7b462 login: use a hwdb entry for tagging HyperV's fb devices with 'master-of-seat' tag a4cfd70476 login: XGI Z7/Z9 (XG20 core) graphic chip requires master-of-seat to be set (bsc#1187154) ef553e0199 sd-dhcp-client: tentatively ignore FORCERENEW command (bsc#1185972 CVE-2020-13529) aae6c575fc sd-dhcp-client: logs when dhcp client unexpectedly gains a new lease 258a3d2043 sd-dhcp-client: shorten code a bit 0a80303114 sd-dhcp-client: check error earlier and reduce indentation- Added patches to fix CVE-2021-33910 (bsc#1188063) Added 1001-unit-name-generate-a-clear-error-code-when-convertin.patch Added 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch Added 1003-basic-unit-name-adjust-comments.patch These patches will be moved to the git repo once the bug will become public.- systemd-hwdb-update.service should be shipped by the udev package- Finally don't create /run/lock/subsys anymore This effectively reverts the fix for bsc#1187292 made earlier. This directory is specific to RH sysvinit and since we're going to fade the support of SysV init script away the directory has no future.- Import commit e9a23d9e064c2e7ac21a1b984d116bcf15327e63 8dd19c6ee3 sd-device: allow to read sysattr which contains embedded NUL d52409e5fe pid1: only add a Wants= type dependency on /tmp when PrivateTmp=yes (bsc#1181970- Enable TPM2 support- Import commit fcdb8dce591db2f5fc3c1e3eeb7abe9a2090b401 aa2d840a3b compat-rules: fix warning: "label ‘out’ defined but not used" in path_id_compat.c - Restore 61-persistent-storage-compat.rules that was mistakenly dropped during the merge of v248.- Create /run/lock/subsys again (bsc#1187292) The creation of this directory was mistakenly dropped when 'filesystem' package took the initialization of the generic paths over. Paths under /run/lock are still managed by systemd for lack of better place.- Drop systemd's dependency on udev (jsc#PM-2677) In some environments (i.e. containers) udev is usually not necessary but pulls in unnecessary packages.- Now that chkconfig/insserv are history, let's implement the strict minimum in systemd-sysv-install to enable/disable SysV init scripts (bsc#1186595 bsc#1186359) Indeed there's no much point in dropping SysV support completely until upstream will do especially since 3rd party applications such as vmware still rely on it, see bsc#1186359).- Allow the sysusers config files shipped by systemd rpms to be overriden during system installation (bsc#1171962) - While at it, add a comment to explain why we don't use %sysusers_create in %pre and why it should be safe in %post.- udev requires systemd in its %post (bsc#1185958) udevadm, called in udev's %post, requires libsystemd-shared-248.so.- Restore all "License:" tags udev uses a different license (GPL-2.0-only) than the main package and "osc service localrun format_spec_file" has the good taste to restore the license tags for all other subpackages if one of the subpackage tag differs.- Expect 644 permissions for /usr/lib/udev/compat-symlink-generation (bsc#1185807)- Spec file minor cleanups: - Drop all "Group:" tags as they are deprecated. - Drop "License:" tags from all subpackages and make it inherited from the main package. - Drop "%bcond_with parentpathid" as it's not used.- Introduce subpackage systemd-tests This subpackage is mainly used before submitting a new version of the systemd packages. As such it's not intended for regular users hence can be removed/renamed at any time. One might wonder why the unit tests are not executed during package builds (%check)... the reason is that the environment used to build package (chroot) is too limited and therefore only a subset of the unit tests would be executed in this environment. To disable the build of the subpackage, use "--without=tests".- Add 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch A temporary patch until https://github.com/systemd/systemd/issues/19464 is solved.- Import commit bc08011f04ac4f12569ec05965149f665a0b110b (merge of v248.3) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6f5c11b28f5739b901390f22c2bf4c003cadedaa...bc08011f04ac4f12569ec05965149f665a0b110b- Import commit 6f5c11b28f5739b901390f22c2bf4c003cadedaa (merge of v248.2) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/e5f93c9d2e9e26dd0dff430c4c072a547357ae7d...6f5c11b28f5739b901390f22c2bf4c003cadedaa- Upgrade to v248 (commit 5d3d934a5c2f4593207497db94e6f313348e89e7) See https://github.com/openSUSE/systemd/blob/SUSE/v248/NEWS for details. This includes the following bug fixes: - upstream commit 4327574fc1093513badc2177f71cede2fc88c13c (bsc#1166028) - upstream commit 3573e032f26724949e86626eace058d006b8bf70 (bsc#1186411) - upstream commit 30927a24848c4d727f7619cc74b878f098cdd724 (bsc#1200170) - A couple runtime dependencies on libraries are now tracked manually (with Recommends:) due to the fact that some symbols of these libs are dynamically loaded with dlopen() (heck!) - oomd is left disablde for now - pam configuration file 'systemd-user' is now shipped in /usr/etc/pam.d - Rebased 0001-conf-parser-introduce-early-drop-ins.patch 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch - Dropped 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch as it is SLE specific. - Clean systemd-experimental up: - Enclose "%package/%descriptoin experimental" within a "%if %experimental/%endif" block condition - List the build requirements in the sub-package instead of listing them in the main package. - Enable support for fido2, pwquality and qrencode in the home stuff - Improve the package description- systemd.spec: clean some of the build deps up: - libpcre is redundant with libpcre2 (only required by the full build) and the mini variant needs none of them. Hence drop the ref to libpcre. - normally libidn2 is needed by some optional features in systemd-network (only). But it's implicitly pulled in by libgnutls (required by the main package). Let's make sure the related features won't be disabled inadvertently in the future by making the dep explicit.- Import commit 14581e01203df7aa63c7c8383a12e6ebe258476f (merge of v246.13) 423b1e759c Revert "resolved: gracefully handle with packets with too large RR count" (bsc#1183745) 4723778738 meson.build: make xinitrcdir configurable (bsc#1183408) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/9753d1c17545a5d46530696cb14254f5f12024f1...14581e01203df7aa63c7c8383a12e6ebe258476f - Drop 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch as it's part of v246.13. - Make use of the new build option to ship xinitrc in /usr/etc/X11/xinit/xinitrc.d (bsc#1183408)- Add 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch Temporary workaround for bsc#1183745 (upstream issue 18917) until an actual fix is found.- enable libiptc for masquerading support in networkd- Default to the "unified" cgroup hierarchy. At this point, most users of cgroup (such as docker, libvirt, kubernetes) should be ready for this change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line.- Import commit 9753d1c17545a5d46530696cb14254f5f12024f1 (merge of v246.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/134cf1c8bc3e361a2641161aa11ac2b5b990480b...9753d1c17545a5d46530696cb14254f5f12024f1 - Rebase 0001-conf-parser-introduce-early-drop-ins.patch- Import commit 13bc08870147b35f87cefb074aec22e767b7ac04 846d61e0a1 boot: Move console declarations to missing_efi.h 171a37228b boot: Add startswith() and endswith() functions with no_case variants 0fad9f309a boot: Drop unnecessary braces c38bbb0874 boot: Fix void pointer arithmetic warning 438210924b boot: Replace raw efivar gets with typed variants e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string() 2808d0e9a3 boot: Tighten scope of variables used in loops d3f3d57743 boot: Add efivar_get_boolean_u8() 0551ecce71 boot: Make all efivar util functions take the guid as an argument 8376ba3b9f boot: Turn all guid constants into C99 compound initializers 166fc2dad2 boot: Enable C99 c87d66e261 boot: Move Secure Boot logic to new file da7bba9438 udev: fix memleak e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598) 8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020)- create subpackage systemd-experimental to host pstore, repart, userdb and homed- Make sure the udev socket units are reloaded during udev package updates- fix-machines-btrfs-subvol.sh is only shipped when machined is built- systemd requires aaa_base >= 13.2 This dependency is required because 'systemctl {is-enabled,enable,disable} " ends up calling systemd-sysv-install which in its turn calls "chkconfig - -no-systemctl". aaa_base package has a weird versioning but the '--no-systemctl' option has been introduced starting from SLE12-SP2-GA, which shipped version "13.2+git20140911.61c1681". Spotted in bsc#1180083.- Add 0001-conf-parser-introduce-early-drop-ins.patch Introduce early configuration drop-in file. This type of drop-ins are reserved for vendor own purposes only and should never been used by users. It might be removed in the future without any notice.- Drop use of %systemd_postun in %postun This macro is supposed to operate on units but it was used without passing any parameters. This call was probably used for issuing a daemon-reload but the following calls to %systemd_postun_with_restart imply that already. So let's simply drop it.- systemd-sysv-convert: handle the case when services are migrated from SysV scripts to systemd units and are renamed at the same time (bsc#1181788) The list of such services is hard coded and contains only the 'ntp->ntpd' translation.- Import commit 134cf1c8bc3e361a2641161aa11ac2b5b990480b (merge of v246.10) 25f220eafb sysusers: flush nscd's caches whenever /etc/{passwd,group} are modified (bsc#1181121) 4a543f0257 journal: send journald logs to kmsg again 26df96473f busctl: add a timestamp to the output of the busctl monitor command (bsc#1180225) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/520e53b6d85087b05892ee637ae93f1b269e7e52...134cf1c8bc3e361a2641161aa11ac2b5b990480b- prepare usrmerge (boo#1029961) * don't install legacy symlinks to / * use %_pamdir to install pam modules * leave nss files in /usr/lib*, glibc loads them from there just fine independent of usrmerge- Import commit 520e53b6d85087b05892ee637ae93f1b269e7e52 (merge of v246.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2401461e5f0e32922823d954c56106f96344070e...520e53b6d85087b05892ee637ae93f1b269e7e52- Import commit 2401461e5f0e32922823d954c56106f96344070e 6131548b0f udev: link_update() should fail if the entry in symlink dir couldn't have been created f6cb8c7d79 udev: make algorithm that selects highest priority devlink less susceptible to race conditions (bsc#1084748) fc64e47291 basic/stat-util: make mtime check stricter and use entire timestamp ae91d45d3d test/sys-script.py: add missing DEVNAME entries to uevents 09e3473a7a test/udev_test.pl: add "expected good" count fc89379b5b test/udev-test.pl: suppress umount error message at startup d9e114f10d test/sd-script.py: new helper script for udev testing f2672eae66 test/udev-test.pl: generator for large list of block devices 42b68e43e2 test/udev-test.pl: add repeat count eec8ec375a tests/udev-test.pl: add multiple device test 73b8f3cf93 test/udev-test.pl: count "good" results ee04d70bb6 test/udev-test.pl: merge import parent tests into one 03942c8fbc test/udev-test.pl: merge "space and var with space" tests ec95546189 test/udev-test.pl: remove bogus rules from magic subsys test f704429217 test/udev-test.pl: Make some tests a little harder ce1a877dc0 test/udev-test.pl: last_rule is unsupported 913c72ff2d test/udev-test.pl: fix wrong test descriptions eeb25a1be6 test/udev-test.pl: allow checking multiple symlinks 00ab4292da test/udev-test.pl: test correctness of symlink targets 5b71ee2911 test/udev-test.pl: use computed devnode name 2e04bb9ae8 test/udev-test.pl: allow concurrent additions and removals 8816dd593c test/udev-test.pl: create rules only once 214418632d test/udev-test.pl: allow multiple devices per test 1eb6b23f27 udev-test: do not rely on "mail" group being defined 4a0a4dcf10 udev: Fix sound.target dependency (bsc#1179363)- Enable support for zstd compression systemd-journald will now use zstd for compressing large fields in journal files. systemd-coredump will also use this algorithm to compress coredump files. Please note that systemd older than v246 won't be able to read new journal files as zstd algorithm is not supported by these versions. This incompatible change was actually not the only one introduced by v246 since the hash tables in journal files have been hardened against hash collisions too in an incompatible way with older versions.- Explicitly require group(kvm) by udev: the group used to be created by system-users-hardware, but has been split/moved to qemu/kvm, where it is more logical. The file /usr/lib/udev/rules.d/50-udev-default.rules references this group, thus we should make sure the group exists. Otherwise there are errors in the journal in the form of: /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring- Import commit d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15 (merge of v246.7) 450792497e sd-event: fix delays assert brain-o (#17790) 1040a19d08 udevadm: rename option '--log-priority' into '--log-level' a7b41e19bd udev: rename kernel option 'log_priority' into 'log_level' For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/f6104ea5f554233e34b94ffd92da8332c3bd7d8f...d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15- Import commit f6104ea5f554233e34b94ffd92da8332c3bd7d8f 617aed9236 scope: on unified, make sure to unwatch all PIDs once they've been moved to the cgroup scope- Don't post-require systemd-default-settings-branding anymore This is actually not needed now that the branding package issues a PID1 reloading every times it's being updated.- Import commit 49caf8e37aba04841e5493ccc25e7edab462d95b f8f7286527 units: restore sysfs conditions in sys-fs-fuse-connections.mount and sys-kernel-config.mount e9c7158dc7 units: wait until some fs modules are entirely loaded before mounting their corresponding filesystem (bsc#1178631) ac7ddc4201 Revert "units: skip modprobe@.service if the unit appears to be already loaded" 17310a1d19 core: serialize u->pids until the processes have been moved to the scope cgroup (bsc#1174436) 1416965614 meson: add option to skip installing to $sysconfdir f71a1ef5d0 systemctl: give a nice hint about org.freedesktop.LogControl1 when applicable 20a3f9fd95 systemctl: immediately reject invalid log levels 9f67d2e57b systemctl: merge log_target(), log_level(), service_log_setting() ddf7cf4872 systemctl: add service-log-{level,target} verbs 026d7d156d systemctl: list unit introspection verbs first, modification second- systemd-default-settings is needed by %post scriptlet- Revert the change that dropped %{release} from the package version constraints used in Requires: The release number is actually relevant since it can be increased when some patches, which might touch multiple sub-packages of systemd, are added/modified. However the %{release} is still no more used in conflicts.- Import commit fdce77ce2067f9dd90d816bad28b51efed0b6dc1 05fff5bd02 generator: use kmsg in system-level generators, journal otherwise ecc07954de log: normalize log target condition check d32ceea42b log: update comment 2ebad02b60 basic/virt: Detect PowerVM hypervisor (bsc#1176800)- Simplify systemd-sysv-convert - the previous code incorrectly assumed that the sysv init scripts were uninstalled before %post get executed. It therefore save the enablement state in %pre and restore it in %post. Now all is done in %post (making --save option useless) and there's no more need to remember the enablement state. - "--save" option is a NOP but is still kept for backward compatibility. - the previous simplifcation made /var/lib/systemd/migrated no more used. - we do not search for units in /lib/systemd anymore, this shouldn't be needed anymore these days especially since this path was only used when systemd was introduced in openSUSE and it was never used in SLE (checked SLE12-GA). - the option --show has been dropped. It's never been used even internally. - the DB is populated only once even if the script was enabled at multiple runlevels. The runlevel info was never used. A dummy value is still added to keep the same format just in case.- No more need to clean the journal-upload stuff with --without=journal_remote Since -Dremote build option has been introduced with meson, this workaround is no more needed.- Move journal-{remote,upload}.conf.5.gz man pages into systemd-journal_remote sub package- Explicitly list files in /usr/lib/sysusers.d shipped by the main package Currently only one config file is shipped in this directory and we want to check any new files that may be added in the future.- Use %{_modulesloaddir}, %{_environmentdir} and %{_modprobedir} wherever appropriate- Do not include %{release} in a few places where we explicitly mention package versions It's usually not a good idea especially when used with conflicts.- Rely on systemd-default-settings for overriding system default settings (bsc#1172517) The new branding packages now ships the drop-ins to customize systemd either for an openSUSE or a SLE ditro.- Import commit d7b5ac76dc95ddf30e707d26998e36303e9f52a7 (merge of v246.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1cab0d44584687ace92d1df30eadf264231e3b65...d7b5ac76dc95ddf30e707d26998e36303e9f52a7- Ship {/usr/lib,/etc}/systemd/network directories in the main package These directories can be used by both udevd and networkd.- Remove dangling symlink /usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket Otherwise the build system complains.- Import commit 1cab0d44584687ace92d1df30eadf264231e3b65 (include v246.5) 304ec2c7ab fstab-generator: add 'nofail' when NFS 'bg' option is used (bsc#1176513) 6ae277fb37 test: adapt TEST-21-SYSUSERS for SUSE acd8bfd2cc test: adapt TEST-13-NSPAWN-SMOKE for SUSE [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a4e393eecb9dbe140a6c7d57419c291d786155cf...1cab0d44584687ace92d1df30eadf264231e3b65- Drop 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch linuxrc has already been fixed.- Add 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch A temporary patch until the installer environment is updated to create some of the symlinks that udevd used to create during its startup but now udevd relies on the init system to do so.- Rework how we prevent journald from both enabling auditd and recording audit messages journald.conf gained a new setting Audit= to control whether journald enables audit during the boot process. So let's use it and make sure it's disabled by default by shipping a drop-in that overrides upstream default. Also we used to patch systemd to prevent journald from reading the audit messages. There's still no way for downstream to configure that properly (we would need to mask systemd-journald-audit.socket meaning shipping a symlink in /etc) but I think dropping systemd-journald-audit.socket from the package is a nicer way to do that as some users might choose to reenable this setting (by reintroducing the socket unit in /etc).- Enable audit support (bsc#1175883) Enabling audit support in systemd will only make PID1 (and some of its services) to generate some audit records for certain events. But it doesn't affect journald, which has been prevented from recording audit messages in the journal (SUSE specific behavior).- Upgrade to v246.4 (commit f1344d5b7f31e98aedb01e606f41d74d3caaf446) See https://github.com/openSUSE/systemd/blob/SUSE/v246/NEWS for details. Now that the number of SUSE specific patches has been shrinked and is pretty low (12 at the time of this writing), they are no more tracked by the git repo and are now handled at the package level. Hence It is easier to maintain and identify them. This effectively means that SUSE/v246 will contain upstream commits only. Added 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Added 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch Added 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch Added 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch Added 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Added 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch Added 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch Added 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch Added 0009-pid1-handle-console-specificities-weirdness-for-s390.patch Added 0010-journald-disable-audit-support-completely-from-the-j.patch Added 0011-core-disable-session-keyring-per-system-sevice-entir.patch Added 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Adjust %pre and %post for the restoration of upstream tmp.mount (boo#1175779)- Import commit a4e393eecb9dbe140a6c7d57419c291d786155cf d8e3bd4e22 Revert "core: don't send SIGKILL to user@.service immediatly during shutdown"- Drop requirement on 'sysvinit-tools' It was used to workaround bug #886599 by explicitly calling vhangup(8) from getty@.service so when this service was stopped a virtually hangup on the specified terminal when were stopped to give the shell a few seconds to save its history. But this workaround was dropped since it had no effect (SLE12-GM was released with it but was still suffering from the bug) and was replaced by commit e9db43d5910717a108, which was released from v226 and backported to SLE12/SLE12-SP1.- Import commit 6d6d92930acad63f9b9029c305a672c32c550d2d (include merge of v245.7) 797ad47d3e vconsole-setup: downgrade log message when setting font fails on dummy console (bsc#1172195 bsc#1173539) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b12cd8b89b4bccfcf972b47153a2b01cd7775932...6d6d92930acad63f9b9029c305a672c32c550d2d - Drop 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch Upstream finally reverted it and it's part of both v245.7 and master.- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461)- migrate-sysconfig-i18n.sh: fix marker handling (bsc#1173229) The marker is used to make sure the script is run only once. Instead of storing it in /usr, use /var which is more appropriate for such file. Also make it owned by systemd package.- Fix inconsistent file modes for some ghost files (bsc#1173227) Ghost files are assumed by rpm to have mode 000 by default which is not consistent with file permissions set at runtime. Also /var/lib/systemd/random-seed was tracked wrongly as a directory. Also don't track (ghost) /etc/systemd/system/runlevel*.target aliases since we're not supposed to track units or aliases user might define/override.- Include in the package version the stable minor (if any). Also update the version shown by various command such as 'systemctl - -version' to show the stable number.- Don't restart udevd sockets during package update Otherwise we might miss kernel events as the daemon need to be stopped as well.- Import commit b12cd8b89b4bccfcf972b47153a2b01cd7775932 (include merge of v245.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a6d31d1a02c2718a064bbbc40d003668acf72769...b12cd8b89b4bccfcf972b47153a2b01cd7775932- no longer explicitly package setgid directory /var/log/journal (bsc#1172550). The bit will be set during %post by way of the systemd-tmpfiles invocation. This avoids a conflict with the permissions package and an rpmlint error popping up.- Fix build when resolved is disabled While at it sort the build conditionals.- Import commit a6d31d1a02c2718a064bbbc40d003668acf72769 bb6e2f7906 pid1: update manager settings on reload too (bsc#1163109) e9e8907b06 watchdog: reduce watchdog pings in timeout interval 385a8f9846 udev: rename the persistent link for ATA devices (bsc#1164538) 66018a12ae tmpfiles: remove unnecessary assert (bsc#1171145)- Disable bump of /proc/sys/fs/nr-open Hopefully a _temporary_ workaround until bsc#1165351 is fixed otherwise user instances crashes the system is using NIS (and the nscd cache is empty).- Drop legacy /sbin/{udevd,udevadm) symlinks hopefully for good Since boo#1160890 has been fixed since a couple of months now.- Drop content of /usr/share/factory/ (bsc#1170146) systemd ships several files in /usr/share/factory/etc that are copied to /etc in case those files are missing there. Unfortunately the content does not match the openSUSE defaults.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466 bsc#1181831) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead. Meanwhile we still keep the homeless definitions in suse.conf until a better place is found for them. Drop 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch Drop 0001-SUSE-policy-do-not-clean-tmp-by-default.patch- Drop %tmpfiles_create portables.conf from %post of networkd sub-package It was probably mistakenly added because systemd-portable served as template for systemd-network.- Import commit 08cd65ac385c884ed6e4bd71128a0796f56ecd17 (include merge of v245.5) 1ceedf8535 meson: fix build of udev 'path_id_compat' builtin with meson 0.54 e61569d4a9 pid1: by default make user units inherit their umask from the user manager (bsc#1162698) 64fdacd5f1 user-util: rework how we validate user names (bsc#1170272) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c5aa158173ced05201182d1cc18632a25cf43b94...08cd65ac385c884ed6e4bd71128a0796f56ecd17- Drop 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch It's been merged in 'openSUSE-Factory' branch otherwise this branch won't build anymore since meson has been upgraded to version 0.54 in Factory.- Switch back to the hybrid hierarchy Unfortunately Kubernetes and runc are not yet ready for cgroupsv2. Let's reconsider the unified hierarchy in a couple of months.- Import commit c5aa158173ced05201182d1cc18632a25cf43b94 (merge v245.4)- Add 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch- Import commit 31f82b39c811b4f731c80c2c2e7c56a0ca924a5b (merge v245.2) d1d3f2aa15 docs: Add syntax for templated units to systemd.preset man page 3c69813c69 man: add a tiny bit of markup bf595e788c home: fix segfault when parsing arguments in PAM module e110f4dacb test: wait a bit after starting the test service e8df08cfdb fix journalctl regression (#15099) eb3a38cc23 NEWS: add late note about job trimming issue 405f0fcfdd systemctl: hide the 'glyph' column when --no-legend is requested 1c7de81f89 format-table: allow hiding a specific column b7f2308bda core: transition to FINAL_SIGTERM state after ExecStopPost= 2867dfbf70 journalctl: show duplicate entries if they are from the same file (#14898) [...]- Upgrade to v245 (commit 74e2e834b4282c9bbdc12014f6ccf8d86e542b8d) See https://github.com/openSUSE/systemd/blob/SUSE/v245/NEWS for details. This includes the following bug fixes: - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (CVE-2020-1712) - upstream commit 66a19d85a533b15ed32f4066ec880b5a8c06babd (bsc#1157315) - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (bsc#1162108) The new tools provided by systemd repart, userdb, homed, fdisk, pwquality, p11kit feature have been disabled for now as they require reviews first. Default to the "unified" cgroup hierarchy. Indeed most prominent users of cgroup (such as libvirt, kubic) should be ready for such change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line though. Added 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch: upstream commit 097537f07a2fab3cb73aef7bc59f2a66aa93f533 has been reverted for now on as it introduced a behavior change which has impacted plymouth at least.- add systemd-network-generator.service file together with systemd-network-generator binary- move html documentation to sparate package to save space - move networkd and resolved binaries into correct subpackage- Import commit f8adabc2b1f3e3ad150e7a3bfa88341eda5a8a57 (merge v244.2) 77c04ce5c2 hwdb: update to v245-rc1 b4eb884824 Fix typo in function name e2d4cb9843 polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it 83bfc0d8dd sd-bus: introduce API for re-enqueuing incoming messages 5926f9f172 polkit: use structured initialization 0697d0d972 polkit: on async pk requests, re-validate action/details 2589995acd polkit: reuse some common bus message appending code 5b2442d5c3 bus-polkit: rename return error parameter to ret_error 0a19ff7004 shared: split out polkit stuff from bus-util.c → bus-polkit.c 1325dfb577 test: adapt to the new capsh format 3538fafb47 meson: update efi path detection to gnu-efi-3.0.11 3034855a5b presets: "disable" all passive targets by default c2e3046819 shared/sysctl-util: normalize repeated slashes or dots to a single value 6f4364046f dhcp6: do not use T1 and T2 longer than one provided by the lease 0ed6cda28d network: fix implicit type conversion warning by GCC-10 f6a5c02d26 bootspec: parse random-seed-mode line in loader.conf ddc5dca8a7 sd-boot: fix typo 2bbbe9ae41 test: Synchronize journal before reading from it 072485d661 sd-bus: fix introspection bug in signal parameter names 80af3cf5e3 efi: fix build. [...]- Use suse.pool.ntp.org server pool on SLE (jsc#SLE-7683)- Drop scripts-udev-convert-lib-udev-path.sh Nobody should need it these days.- Temporarily restore /sbin/{udevd,udevadm) obsolete symlinks They're restored until YaST stop using them (see boo#1160890)- Import commit 8254b8d9646f3e0f5f8057d1ffb5d6c20f079aaa (merge v244.1) 639dc9f4bf network: set ipv6 mtu after link-up or device mtu change cbced49daa man: fix typo in net-naming-scheme man page 7dd04c99b0 network: tc: drop unused element bf4b7d07ba man: fix typos (#14304) 1ba2e7a730 ipv4ll: do not reset conflict counter on restart 49806bb310 macro: avoid subtraction overflow in ALIGN_POWER2() c4c1600689 test-network: add a test case for SendOption= 6f15b45949 network: fix segfault in parsing SendOption= 2e531b830d seccomp: real syscall numbers are >= 0 f7616ed52b network: fix copy and paste mistake e8b53300c4 network: do not drop foreign config if interface is in initialized state 00f05813bf seccomp: mmap test results depend on kernel/libseccomp/glibc 4de1909e61 seccomp: use per arch shmat_syscall d83010521d seccomp: ensure rules are loaded in seccomp_memory_deny_write_execute 2c6568221a seccomp: fix multiplexed system calls bcf0aa02bf Fix typo (duplicate "or") 96d7083c54 network: if /sys is rw, then udev should be around e874419902 nspawn: do not fail if udev is not running 29c9144655 Create parent directories when creating systemd-private subdirs 9cbb8b5254 network: do not return error but return UINT64_MAX if speed meter is disabled c08429ae33 core: swap priority can be negative f25c0be335 networkctl: fix to show BSSID 65fd2fce59 systemctl: enhance message about kexec missing kernel bdd0af5f81 Fixup typo in NEWS- Manually set system-uid-max and system-gid-max to 499 It used to be detected automatically by meson but it's been broken by the migration of login.defs from /etc to /usr/etc.- Import commit d8f6a204858bff68b8e0e7be86b418c36087ab2e 6c5e492a65 cryptsetup: umount encrypted devices before detaching it during shutdown- Upgrade to v244 (commit 090da85161ceb1ba0b4c208963c7156a8fdf10c6) See https://github.com/openSUSE/systemd/blob/SUSE/v244/NEWS for details. This includes the following bug fixes: - upstream commit b49e14d5f3081dfcd363d8199a14c0924ae9152f (bsc#1139459) - upstream commit 22683674716fd0e5b016ce5a7d8fd90df5f9f9e7 (bsc#1151377) - upstream commit faf205de3ba9a11b0ba17682123d7f3fedc7da24 (bsc#1151377) - upstream commit 27c3112dcbd1b5f171c36c32550d9c6331375b0b (bsc#1155574) - upstream commit 21b40f16622f171a9969dc334d74fb5eb2f575c2 (bsc#1159814) - upstream commit 9b88bb5023dfa3cea406c14fdaa3d8e3e320907a (jsc#SLE-7689) - upstream commit bc9ecd484f1ebfe0de8b567c90f6cd867fbd5894 (bsc#1141597) Legacy and obsolete symlinks have been finally dropped. Dropped 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch. Users were notified about the deprecation of UserTasksMax option and how to move to the new mechanism. The dropin replacement for UserTasksMax is therefore no more generated but its use still produces a warning. Added 0001-SUSE-policy-do-not-clean-tmp-by-default.patch and 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch. These patches were extracted from the git repo because it's not clear where the SUSE tmpfiles specificities should be located.- Import commit dbb1d4734daffa62e0eddecfa4f784c84a9d8e76 1439d72a72 udevd: don't use monitor after manager_exit() 99288dd778 Revert "udevd: fix crash when workers time out after exit is signal caught" 152577d6d0 udevd: fix crash when workers time out after exit is signal caught f854991504 udevd: wait for workers to finish when exiting (bsc#1106383) Changes from the v243-stable (84 commits): e51d9bf9e5 man: add entry about SpeedMeter= aa1fc791c7 udev: silence warning about PROGRAM+= or IMPORT+= rules b9a619bb67 udevadm: ignore EROFS and return earlier 1ec5b9f80c basic: add vmware hypervisor detection from device-tree 7fa7080248 umount: be happy if /proc/swaps doesn't exist [...] 47d0e23d26 udev: fix memleak caused by wrong cleanup function a6fb0542c5 parse_hwdb: fix compatibility with pyparsing 2.4.* cb1d892f17 parse_hwdb: process files in order- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424 9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081) c848bec110 libblkid: open device in nonblock mode. (bsc#1084671) b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029) bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS 4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error() 2e297f0d87 shared/install: fix error codes returned by install_context_apply() dd29d70d32 man: alias names can't be used with enable command- Fix %{_libexecdir} misuses of /usr/lib- Drop 0001-compat-rules-escape-when-used-for-shell-expansion.patch It's part of the previous import.- Import commit b7467b7b553d6d0d6f92758d966b69f1a88b6b42 441f44f371 fileio: introduce read_full_virtual_file() for reading virtual files in sysfs, procfs (bsc#1133495) 8a1bb5c66b swap: do not make swap units wanted by its device unit anymore- Import commit 5df9000899ef7d45ddbcacd0fdf73afa07a40f6b f0ed7237e4 udev/cdrom_id: Do not open CD-rom in exclusive mode. (bsc#1154256) b37054aa5a compat-rules: escape '$' when used for shell expansion Changes from the v243-stable: ef677436aa test: Pass personality test even when i686 userland runs on x86_64 kernel 3f6398c450 docs: fix inadvertent change in uid range 25bb377a73 cgroup: fix typo in BPF firewall support warning message 6d97aca0d5 fix build with compilers with default stack-protector enabled fbad077cec nspawn: surrender controlling terminal to PID2 when using the PID1 stub 0553c3c668 pid1: fix DefaultTasksMax initialization f406a691a7 src/core/automount: use DirectoryMode when calling mkdir -p 20438f96c3 udevadm trigger: do not propagate EACCES and ENODEV 6480630bc3 hwdb: Correct WWWW Pattern In Documentation Comment 9d8e889810 nspawn: consistenly fail if parsing the environment fails 40e169b304 nspawn: default to unified hierarchy if --as-pid2 is used b5df1037a0 cgroup: Mark memory protections as explicitly set in transient units f14e3e02cc cgroup: Respect DefaultMemoryMin when setting memory.min ea248e53bf cgroup: Check ancestor memory min for unified memory config de1d25a506 cgroup: docs: memory.high doc fixups 2ab45f38d8 cgroup: docs: Mention unbounded protection for memory.{low,min} 19a43dc38a Consider smb3 as remote filesystem 5c0224c7bf Handle d_type == DT_UNKNOWN correctly 8282bc61df util-lib: Don't propagate EACCES from find_binary PATH lookup to caller 9d0ae987a6 network: drop noisy log message f67f0e4ec4 Updated log message when the timesync happens for the first time (#13624) e151bf4674 units: make systemd-binfmt.service easier to work with no autofs 2b8e574d82 Corect man page reference in systemd-nologin.conf comments a0577353f1 man: Add a missing space in machinectl(1) 693e983988 log: Add missing "%" in "%m" log format strings ea7151b8c4 pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist b90549290e man: fix typo- Remove intltool BuildRequires, not needed since v237 - Use python3-base BuildRequires instead of full python3- Add 0001-compat-rules-escape-when-used-for-shell-expansion.patch (bsc#1153648) Added to the quaratine area to avoid uploading a new tar ball just for that single change. It will be dropped during the next import.- don't package locales in -mini package- Import commit 428b937f917ae177f2315e8469800941885e441a 0026b58744 pid1: fix DefaultTasksMax initialization- Import commit ed81f69153488279957268e247a5c81b678da491 (changes from v243-stable) fab6f010ac dhcp6: use unaligned_read_be32() f2d9af4322 dhcp6: add missing option length check ccf797511e ndisc: make first solicit delayed randomly f2275b6e12 dhcp6: read OPTION_INFORMATION_REFRESH_TIME option 6dfbe58ee7 l10n: update Czech Translation d4cd0e9d32 sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491) dbefe59259 polkit: fix typo a321507476 sd-netlink: fix invalid assertion 45dca7fe86 network: do not enter failed state if device's sysfs entry does not exist yet dd83d58796 network: add missing link->network checks b294305888 path: stop watching path specs once we triggered the target unit 2cd636c437 hwdb: add Medion Akoya E2292 (#13498) d133bdd1fa po: update Brazilian Portuguese translation 530e09b594 po: update Polish translation 0c5c3e34c1 polkit: change "revert settings" to "reset settings" 73e0f372d8 man: fix description of ARPIntervalSec= units 5412cc54a1 hwdb: axis override for Dell 9360 touchpad 9d4e658529 test: drop the missed || exit 1 expression 7ed7ea82f6 udevadm: use usec_add() 477bf86c91 udevadm: missing initialization of descriptor 19ac31c989 networkd: unbreak routing_policy_rule_compare_func() a20a2157a8 core: coldplug possible nop_job eb55241742 tty-ask-pwd-agent: fix message forwarded to wall(1) 1a3c53c06c core: Fix setting StatusUnitFormat from config files 91db81e4dd network DHCP4: Dont mislead the logs. 6af590838b Update m4 for selective utmp support. modified: tmpfiles.d/systemd.conf.m4 6823c907cf core: restore initialization of u->source_mtime 29308bcc13 mount-setup: relabel items mentioned directly in relabel-extra.d 8ca1e56165 Call getgroups() to know size of supplementary groups array to allocate 5d84a7ad1c test: add test cases for empty string match 1536348cc8 udev: fix multi match 3ccafef0ad man: move TimeoutCleanSec= entry from .service to .exec 8c0c30a820 zsh: udpate bootctl completions 0556c247a2 resolved: fix abort when recv() returns 0 9a25d75520 man: remove repeated words be3be29347 hwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the base 4b92ffccaa udev: also logs file permission 75a2845e5a udev: add missing flag for OPTIONS=static_node 19e9fc4262 network: do not abort execution when a config file cannot be loaded 3e1267cf50 fileio: update warning message 1b3156edd2 pstore: fix use after free f500d2fa81 journal: Make the output of --update-catalog deterministic 64d0f7042d travis: protect the systemd organization on Fuzzit from forks 4247938ee1 hwdb: Mark lis3lv02d sensors in HP laptops as being in the base 379158684a po: update Japanese translation 31e1bbd1ca docs: fix push recipe in RELEASE.md f06530d86b man/systemctl.xml: fix missing "not" 22aba2b969 docs: fix typo in boot loader doc 000e08ca70 pstore: fix typo in error message - directoy -> directory f7f9c69ac5 Fix typo in comment: overide -> override ca8ba8f8c0 po: update Polish translation- Some files related to the portable stuff were missing some %exclude- Allow YaST to select Iranian (Persian, Farsi) keyboard layout (bsc#1092920)- split off networkd and resolved into separate network subpackage - use separate lang package for translations- Import commit 9e41d7ec3572d8d5ea1e00f683e9fbf8108e85b4 fb1b9d54f9 tty-ask-pwd-agent: fix message forwarded to wall(1) dd14da3bb6 core: restore initialization of u->source_mtime d62f30f647 resolved: create /etc/resolv.conf symlink at runtime- Slighly rework (mostly reorganization) the portable stuff- Track 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch in the git repo This patch has been in the quarantine area long enough, so let's move it in the git repo.- Upgrade to v243 (commit e0b24c4356aa0c1c56ff274ff72228f33482a5be) See https://github.com/openSUSE/systemd/blob/SUSE/v243/NEWS for details. This includes the following bug fixes: - upstream commit b2774a3ae692113e1f47a336a6c09bac9cfb49ad (CVE-2019-20386 bsc#1161436) - upstream commit 5406c36844b35504a64e9f05fc74b8e5e5a09143 (bsc#1132400) - upstream commit 83a32ea7b03d6707b8e5bb90a0b3a6eb868ef633 (bsc#1132721) - upstream commit 7cc5ef5f1811c539ae7f20255c2a093f413cc64f (bsc#1172824 bsc#1142733) - upstream commit 83cb24ac20baf19f7834931dcf6e03486b4c9c30 (bsc#1156213) - upstream commit a2dcb1d78737d3daa301ee63fbdd02837acb71a8 (bsc#1158485) - upstream commit 08185cff19efcb1d7d9fb7b546e7f516ab6dae91 (bsc#1165011) - upstream commit 59c55e73eaee345e1ee67c23eace8895ed499693 (bsc#1177510) Drop 0001-Revert-insserv.conf-generator.patch as it's been dropped from branch SUSE/v243 while we were rebasing. Drop 0001-rc-local-generator-deprecate-halt.local-support.patch as this functionality had been deprecated during the previous release and now have been dropped by upstream.- enable systemd-portabled- systemd-container creates and owns /etc/systemd/nspawn now- Import commit 0f9271c1336c5c9055e75389732a44745d796851 (changes from v242-stable) 07f0549ffe network: do not send ipv6 token to kernel 9d34e79ae8 systemd-mount: don't check for non-normalized WHAT for network FS 5af677680c core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX (bsc#1142099) 29dda7597a random-util: eat up bad RDRAND values seen on AMD CPUs eb6c17c178 util-lib: fix a typo in rdrand 829c20dc8e random-util: rename "err" to "success" 5442366fbf man: rework the description of Aliases and .wants/.requires directories ae71c6f634 docs: typo in arg name replace-irreversible -> replace-irreversibly 09774a5fcb meson: make nologin path build time configurable 69ffeeb0b1 man: add note about systemctl stop return value 4cf14b5513 shared/conf-parser: say "key name" not "lvalue", add dot 4481ca7f86 shared/conf-parser: emit a nicer warning for something like "======" 46f3db894b shared/conf-parser: be nice and ignore lines without "=" 7d928995f7 nspawn: fix memleak in argument parsing 7727e6c0ae resolve: fix memleak 7f32a81976 journal: properly read unaligned le64 integers fa419099e5 activate: move array allocation to heap 815a9fef2a systemctl: print non-elapsing timers as "n/a" not "(null)" a4fc3c88f1 factory: include pam_keyinit.so in PAM factory configuration a453d63315 factory: add comment to PAM file, explaining that the defaults are not useful d9a5a70a59 factory: tighten PAM configuration 5e2d3bf80b test: make sure colors don't confuse our test 5fe3be1334 wait-online: change log level c49b6959d5 systemctl: emit warning when we get an invalid process entry from pid1 and continue 3c9f43eb03 systemctl: do not suggest passing --all if the user passed --state= 5964d1474e man: offline-updates: make dependence on system-update.target explicit a04dd26e03 alloc-util: drop _alloc_ decorator from memdup_suffix0() 7c46a694ca man: add example for setting multiple properties at once 1d72789271 man: CPUShares= is so 2015 45da304673 man: document that WakeSystem= requires privs bed58a06e4 man: document that "systemd-analyze blame/critical-chain" is not useful to track down job latency c5461f31b3 man: be more explicit that Type=oneshot services are not "active" after starting 455ee07abe man: document that the supplementary groups list is initialized from User='s database entry 5f0cb2616a alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply() 7bc336794d generator: downgrade Requires= → Wants= of fsck from /usr mount unit 66465c4381 systemctl: allow "cat" on units with bad settings ca937b49da pid1: fix serialization/deserialization of commmands with spaces 4bb3113023 growfs: call crypt_set_debug_level() correctly, skip if not needed 0db716771e cryptsetup: enable libcryptsetup debug logging if we want it c8b9b3956f cryptsetup: set libcryptsetup global log callback too 679b3f6b7f basic/log: fix SYSTEMD_LOG_* parsing error messages 8d6b5158aa units: add SystemCallErrorNumber=EPERM to systemd-portabled.service 6681fcd445 network: fix the initial value of the counter for brvlan 853ec5f458 man: Add some notes about variable $prefix for StateDirectory= e6d23358e9 sd-netlink: fix inverted log message 6feb862407 blockdev: filter out invalid block devices early 9f7c0dbc75 blockdev-util: propagate actual error 3f5355bcb9 man: document tmpfiles.d/ user/group resolvability needs c15b92cd98 man: fix wrong udev property name 9768a900d6 meson: drop duplicated source 15194f22ed cryptsetup-generator: fix luks-* entry parsing from crypttab c2475390b4 core: skip whitespace after "|" and "!" in the condition parser fdc754aeb7 shared/condition: fix printing of ConditionNull= 572385e135 test: add testcase for issue #12883 9aa1edddb0 conf-parser: fix continuation handling 8fbc72f45f networkd: fix link_up() (#12505)- State directory of systemd-timesync might become inaccessible after upgrading to v240+ (bsc#1137341) This happens for users who had previously used systemd-timesync with DynamicUser=true, ie the ones who upgraded from a systemd version between v235 and v239 to systemd v240 and later (v240 was the version where DynamicUser was switched back to OFF).- Import commit eaa7b8b148927d471609de75e542dffcc1b36df4 7e58b89136 udevd: change the default value of udev.children-max (again) (bsc#1107617)- Add 0001-rc-local-generator-deprecate-halt.local-support.patch /etc/init.d/halt.local support will removed from the next systemd version (v243) so for now on warn (hopefully the few) users who rely on this script so they have a chance to switch to systemd-shutdown interface.- Add 0001-Revert-insserv.conf-generator.patch (bsc#1052837) All remaining packages have been fixed so they don't rely on the insser-generator to generate proper deps. So let's drop it as all services should carry the proper dependencies itself.- Drop debug-only-remove-new-policies.patch The new DBUS methods have been reviewed by the security team.- Import commit 9984a86d0d2259d54c7060f9c09f214202b4efa7 f2459bf373 random-util: eat up bad RDRAND values seen on AMD CPUs c90a2e9793 util-lib: fix a typo in rdrand 4db1cc9d46 random-util: rename "err" to "success" 981a62a102 random-util: hash AT_RANDOM getauxval() value before using it 64a9c3d918 random-util: use gcc's bit_RDRND definition if it exists c5d6ecfdca random-util: rename RANDOM_DONT_DRAIN → RANDOM_MAY_FAIL 298d13df7e network: remove redunant link name in message 77cbde31f2 hwdb: Align airplane mode toggle key mapping for all Acer series 460f03794e Revert "hwdb: Apply Acer mappings to all Gateway and Packard Bell models" fe9271ad84 test: return a non-zero return code when 'nobody' user doesn't exist 29d355e755 fstab-generator: Prevent double free of reused FILE* f30f1adc11 meson: make source files including nspawn-settings.h depend on libseccomp 84bab914b8 alloc-util: don't use malloc_usable_size() to determine allocated size 5240972d8d units: drop reference to sushell man page 0a26de5e33 codespell: fix spelling errors 582de105c8 nspawn-expose-ports: fix a typo in error message- Buildrequire polkit so /usr/share/polkit-1/rules.d has an owner (bsc#1145023) Otherwise the "post build checks" would complain and would force systemd to own this directory. The owner should still be "polkit" and the perms should be in sync with the perm set by polkit itself.- Add debug-only-remove-new-policies.patch A temporary patch to suppress the new DBUS methods introduced by v242 until they are reviewed and whitelisted by the secteam.- Add a comment explaining why static enablement symlinks in /etc are suppressed Also remove any /etc/systemd/system/*.requires/ symlinks for the same reason.- preset remote-cryptsetup.target during package installation This target is supposed to be part of the targets that should be enabled (or not depending on the presets) at package installation.- Upgrade to v242 (commit 071c380dcc434dca2a0c8b6de0519cc9e816c6d6) See https://github.com/openSUSE/systemd/blob/SUSE/v242/NEWS for details. This includes the following bug fixes: - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3843) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3844) - upstream commit 37ed15d7edaf59a1fc7c9e3552cd93a83f3814ef (bsc#1124122) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133506) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133509) - upstream commit 1f82f5bb4237ed5f015daf93f818e9db95e764b8 (bsc#1150595) - upstream commit e55bdf9b6c5f72475b258a7a4585a0480551cb60 (bsc#1173422)- Drop "BuildRequires: -post-build-checks" from the specfile (bsc#1130230) The syntax of this directive is obsolete and should be replaced by "#!BuildIgnore: post-build-checks". However there's no good reasons to disable these SUSE extra checks, so let's re-enable them and fix the few errors it detected.- Import commit 4e6e66ea94cf5125f9044f0869939a86801ed2d8 430877e794 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842) 3cff2e6514 man: document that if the main process exits after SIGTERM we go directly to SIGKILL 26c4f7191c bus: fix memleak on invalid message- systemd-coredump: generate a stack trace of all core dumps (bsc#1128832 jsc#SLE-5933) This stack trace is logged to the journal.- Stop installing macros.systemd There're no points in installing this file if we remove it right after.- Make sure systemd-network.rules take precedence over our polkit-default-privs (bsc#1125438)- Include the SUSE version along with the major version of systemd $ systemctl --version systemd 241 (+suse.42.g15a1b4d58) Note that the SUSE version format maybe subject to change and as such scripts should not try to parse it.- systemd-mini: explicitly disable some of the systemd components For some reasons, some build requirements get pulled in for the mini variant now, enabling some parts of the code that were expected to be turned OFF.- Upgrade to v241 (commit 15a1b4d58f1d2bc9c21c7cbab6fe63b58e48bda1) This includes the following bug fixes: - upstream commit c0d76959080e3ba6534bce1c7053c750668e8b55 (bsc#1160595) - upstream commit 7334ade4a7e103b1a01d1c8fe1ea7c7a854a1c31 (bsc#1123892) - upstream commit c7e93c4d15019323973baf12daa76357c83892c4 (boo#1111498) This also includes the following bug fixes released in v240: - upstream commit 2675747f3cdd6f1e6236bbb2f79abfa53fb307f1 (boo#1111498) - upstream commit 9eb0fc32d6cb63e71f2cfc1e7dd34c3ede4b48a3 (bsc#1140631) - upstream commit 1432d2dbdfa90963272a9b581dc4b55dd3ac514f (bsc#1155574) - upstream commit 26e35b164b8d0603629b3d394554cfa728e8c3e4 (bsc#1169488) - upstream commit a9fc640671ef60ac949f1ace6fa687ff242fc233 (fate#325697)- Import commit a1d86af7ed49dacef671e8ec8dae9472a8fa47f5 92d860fc12 sysctl: Don't pass null directive argument to '%s' (bsc#1121563) 1379e30d59 Allocate temporary strings to hold dbus paths on the heap (bsc#1125352 CVE-2019-6454) b5569a03ae Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. (bsc#1125352 CVE-2019-6454)- Import commit 01b4746d3c6f6cbf969fa2176c77ac3f616a7eda 7af53e005b sd-bus: if we receive an invalid dbus message, ignore and proceeed 92dcbfdd7f bus: move BUS_DONT_DESTROY calls after asserts a83e7b3b43 automount: don't pass non-blocking pipe to kernel. 726127ea1d units: make sure initrd-cleanup.service terminates before switching to rootfs (bsc#1123333) a6347a3cb6 core: Fix use after free case in load_from_path() (bsc#1121563) 22e2550222 strv: rework FOREACH_STRING() macro (bsc#1121563) 2ddd38f41a test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for FOREACH_STRING() c2c8333e0b strv: add new macro STARTSWITH_SET() 1db243a601 Update systemd-system.conf.xml (bsc#1122000)- Import commit ad34cc45f63720ced69960dc66b47bddb146176d Import a bunch of fixes from stable/v239-stable: c8293f5af4 Revert "network: set DynamicUser= to systemd-networkd.service" 7f605592e6 Revert "resolve: enable DynamicUser= for systemd-resolved.service" 5a48e92e06 test: Fix networkd test for an already running service 36eae1688b Revert "timesyncd: enable DynamicUser=" 3a11f24cf0 Revert "unit: drop After=systemd-sysusers.service from timesyncd" 23cfd15ce9 machinectl: fix verbosity of import-raw or friends ba037daf29 Make bzip2 an optional dependency for systemd-importd fb609d2721 pull: initialize libgcrypt before calling any functions provided by libgcrypt c50857bc6b hwdb: remove stray 'i' in hwdb match string for the HP Spectre (#9571) 9a12fd17f5 man: Mention that paths in unit files must be fully normalized. 76fc2ab4a6 tree-wide: use instead of #ifdef for HAVE_* fcc699c093 network: update log message a4f497b2cd Use #if instead of #ifdef for ENABLE_GSHADOW 121c662eb8 man: add missing option for system.conf 564341146e core: add missing option and drop nonexistent option in system.conf 7082a3599f journal: add missing option in journald.conf 3c15efa9c1 basic: add missing comma in raw_clone assembly for sparc 4c210b6dce cryptsetup: Add dependency on loopback setup to generated units c777fbbe3e journal-gateway: use localStorage["cursor"] only when it has valid value c5b1bef639 journal-gateway: explicitly declare local variables 2361522ca6 analyze: actually select longest activated-time of services 3e810d92d9 sd-bus: fix implicit downcast of bitfield reported by LGTM aef660a4cf resolvconf: fixes for the compatibility interface 06b3f54f50 install: fix error handling in is_symlink_with_known_name() f70ab9a468 portable: fix error handling d2c40d4e80 resolve: fix return value type of dns_answer_has_dname_for_cname() 6f684e0670 resolve: dns_scope_network_good() does not returns negative errno 15d83e1138 bus-util: fix error handling ba0a1f3384 core: free lines after reading them- Import commit 3bece8a25ae11e8ec132cdecc7e72a00ee790994 89a9721a47 Revert "logind: become the controlling terminal process before restoring VT" (bsc#1120836) c3a8dc821b pam_systemd: reword message about not creating a session 0ba0f5b3ef pam_systemd: suppress LOG_DEBUG log messages if debugging is off- Import commit a3b059a8c60622e4ec30aabda93c6b41d0953dc4 9dbe9f12ec journal-remote: set a limit on the number of fields in a message (CVE-2018-16865 bsc#1120323) 61d569ab1b journal-remote: verify entry length from header a08760b26c µhttpd: use a cleanup function to call MHD_destroy_response 43f46a1a3d journal-gateway: use _cleanup_ attribute to stop microhttpd daemon 437b0b2d01 journald: lower the maximum entry size limit to ½ for non-sealed fds ac9e209710 journald: when processing a native message, bail more quickly on overbig messages ce103705b9 journald: set a limit on the number of fields (1k) (CVE-2018-16865 bsc#1120323) 35538171c2 coredump: fix message when we fail to save a journald coredump cfe247b555 basic/process-util: limit command line lengths to _SC_ARG_MAX 9d59e6f6ee journald: do not store the iovec entry for process commandline on stack (CVE-2018-16864 bsc#1120323) 8d650a68d4 journald: remove unnecessary {} b608f532a4 coredump: remove duplicate MESSAGE= prefix from message 0dbb2dc066 vconsole-setup: fonts copy will fail if the current terminal is in graphical mode (bsc#1114933) e501d65540 Revert "systemctl: when removing enablement or mask symlinks, cover both /run and /etc" d3ea69961f fs-util: rename safe_transition() into unsafe_transition() 338470fdc9 tmpfiles: use CHASE_WARN in addition to CHASE_SAFE d9ae1b30da fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met 8b76594d1f fs-util: add new CHASE_WARN flag to chase_symlinks()- Import commit 8ae56af7802ef8f91fac64fa244d62a4468fbbd5 4474878178 udev-builtin-kmod: adjust logging 805534aff5 core: use the generic module_load() function ac7e902530 shared/module-util: fix preexisting mixup with errno sign 415aa40793 udev-builtin-kmod: use the generic module_load() function 8a36b4bac6 Move module-util.h to src/shared/ and load_module() to libshared 999b910752 core/kmod-setup: restore comments 1f2b822a21 logind: stop managing VT switches if no sessions are registered on that VT 5ad8d374c5 terminal-util: introduce vt_release() helper 145d492490 logind: become the controlling terminal process before restoring VT (bsc#1101591) d4b5dbc033 terminal-util: introduce vt_restore() helper 2e8af185f0 logind: make session_restore_vt() static ff3048364f udev: downgrade message when we fail to set inotify watch up (bsc#1005023)- Fix the test for figuring out if /etc/machine-id is writable in %post (bsc#1117063) "test -w" always returns true for root user even if the writable mode bits are not set. Fix this by testing the file mode bit value instead.- Move systemd-sysv-convert from /usr/sbin to /usr/lib/systemd (bsc#1178156) This tool is not supposed to be run by users.- Import commit 69f9f79e1b03e3d23df25b61cbcc9304af3e358f (bsc#1080919 CVE-2018-6954) f3615ce49 tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 7165e92f4 tmpfiles: use fd_get_path() even less excessively c2c531c1d test: make TEST-22 easier to debug, by outputting to /dev/console 621b78317 test: don't use "nobody:nogroup" for tests 1f9c7acad tmpfiles: return correct error variable after fd_reopen() 2236280c1 tmpfiles: reindent one comment less weirdly f6bdfb889 tmpfiles: use correct error variable bc75127cd tmpfiles: clarify that we ignore file attribute setting errors 621c8b1fe tmpfiles: add log message where we previously failed silently bc9229630 tmpfiles: use fd_get_path() less excessively 5a1106039 tmpfiles: add more tests c974086cc tmpfiles: don't follow unsafe transitions in path_set_*() e64a510eb fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks() 7480154d0 tmpfiles: make create_fifo() safe eb890962c fs-util: introduce mkfifoat_atomic() helper 653bb81af fileio: make tempfn_random_child() accept empty string as path 2b1e12bfe tmpfiles: introduce create_fifo() 6dd80f289 tmpfiles: introduce empty_directory() f2c137edf tmpfiles: introduce create_directory() and create_subvolume() and make them safe 6a76f6dfb basic/stat-util: introduce is_dir_fd() 38a7f2e81 btrfs-util: unfuck tmpfiles' subvol creation 26e19b6fe btrfs-util: introduce btrfs_subvol_make_fd() 5fb5bdf5d basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers 390b767da selinux: introduce mac_selinux_create_file_prepare_at() 0f72fadba smack: introduce mac_smack_fix_at() f2838154b tmpfiles: introduce create_directory_or_subvolume() 2de697fb8 tmpfiles: make create_device() safe 558c5fec7 tmpfiles: introduce create_device() dee986b1d tmpfiles: make copy_files() safe cacb14d3f tmpfiles: introduce copy_files() routine 81c85ce17 tmpfiles: make write_one_file() safe 9ec6b92ab tmpfiles: make truncate_file() safe 8dde36e03 tmpfiles: introduce truncate_file() which deals with 'F' exclusively 481134a93 tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively 057861560 tmpfiles: make the stat struct parameter in fd_set_*() optional f37caffda tmpfiles: stat file in item_do() rather than in its callers 86f1362d4 tmpfiles: set only default acls to folders #9545 (#9599)- Make systemd-mini-sysvinit provides systemd-sysvinit Some packages (such as shepherd-bins) want to conflicts with systemd-sysvinit: they should also conflict with systemd-mini-sysvinit.- Add 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch We have to keep support for UserTasksMax= for a while before dropping it. This patch is supposed to do that and also to make users aware of this change. It also hints how to configure that differently.- Import commit f39674d6d114d999c50672c7bea8cad21e1eaed9 7d1e04e85 units: use =yes rather than =true everywhere 185ce0d34 units: assign user-runtime-dir@.service to user-%i.slice a051f5e41 units: make sure user-runtime-dir@.service is Type=oneshot 30c6842c3 units: set StopWhenUnneeded= for the user slice units too e74de046e login: fix typo in log message- Own %{_libexecdir}/modules-load.d (again) This was incorrectly dropped during the split of the SUSE specific configurations.- Drop a Conflicts: in systemd-coredump It not needed anymore since the mini variant of systemd-coredump is not built anymore.- Import commit b54f5d7a8b41898ce98f43cd1a6cc92c0071806d 5def29d24 coredump: only install coredump.conf when ENABLED_COREDUMP=true 9133e2d6e dhcp6: make sure we have enough space for the DHCP6 option header (bsc#1113632 CVE-2018-15688) ebc3fa418 dhcp6: split assert_return() to be more debuggable when hit 51eefb6ac chown-recursive: let's rework the recursive logic to use O_PATH (bsc#1113666 CVE-2018-15687) e1e1aa237 core: skip unit deserialization and move to the next one when unit_deserialize() fails 1c726c87d core: when deserializing state always use read_line(…, LONG_LINE_MAX, …) (bsc#1113665 CVE-2018-15686) 4cd7d11ac core: don't create Requires for workdir if "missing ok" (bsc#1113083)- Make systemd-coredump sub-package optional and don't build the mini variant.- Drop duplicated %{?mini} suffix for systemd-{container,coredump} subpackages "-mini" is already part of the name of the main package so there's no need to append it again for those sub packages. It's only needed when the name of a subpackage is completely redefined, IOW when '-n' option is used with the %package directive.- Dont ship /usr/sbin/resolvconf symlink for now It conflicts with the bin shipped by openresolv and provides limited compat only.- Upgrade to v239 (commit 6d8584e7e8e5d13d2bab49b9e6f6d2ec39759978) This includes the following bug fixes: - upstream commit 0722b359342d2a9f9e0d453875624387a0ba1be2 (bsc#1045723) - upstream commit 2f2e14b251b9929e84e8b690d0187b766dfbae20 (bsc#1124122) - upstream commit c839b729c5f7b08f6d91bf9567d0b1f91d17e0f7 (bsc#1155207) - upstream commit 8eebb6a9e5e74ec0ef40902e2da53d24559b94a4 (bsc#1168076) This also includes the following bug fixes released in v238: - upstream commit e8a3144ec4ff332bd63644e468a98e1a7e06e7e4 (bsc#1112024) - upstream commit 4d219f5343b1924e7c519c2c178aeb5d1a5ab924 (bsc#1123727) - upstream commit 43b7f24b5e0dd048452112bfb344739764c58694 (bsc#1146991) - upstream commit bf443be99565e4327f1c8c12b79d98b4c1529cf1 (bsc#1156213)- Ship systemd-sysv-install helper via the main package This script was part of systemd-sysvinit sub-package but it was wrong since systemd-sysv-install is a script used to redirect enable/disable operations to chkconfig when the unit targets are sysv init scripts. Therefore it's never been a SySV init tool. While at it, don't ship this script (as well as systemd-sysv-convert) when sysvcompat is not defined.- Import commit 19b3868d32af20f1ecc86fe3c997144ff456fd65 06c2284d64 core: introduce systemd.early_core_pattern= kernel cmdline option 479b002083 core: add missing 'continue' statement c7fbccc62e journald: don't ship systemd-journald-audit.socket (bsc#1109252) f17a6c790c detect-virt: do not try to read all of /proc/cpuinfo (bsc#1109197) 5a1aa84544 compat-rules: generate more compat by-id symlinks for NVMe devices (bsc#1095096)- Import commit a67b516d49115a5be0f2ac27a2874cee6c59a7ae f8457adf9d emergency: make sure console password agents don't interfere with the emergency shell b8bbb50634 man: document that 'nofail' also has an effect on ordering a5410b2229 journald: take leading spaces into account in syslog_parse_identifier b793c312c7 journal: do not remove multiple spaces after identifier in syslog message f9595f0481 syslog: fix segfault in syslog_parse_priority() d464f06934 journal: fix syslog_parse_identifier() e70422883a socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBUF fails (bsc#991901)- split off SUSE specific udev rules from systemd package (fate#325478) * remove 60-io-scheduler.rules * remove 80-hotplug-cpu-mem.rules * remove 99-wakeup-from-idle.rules * remove /usr/lib/modules-load.d/sg.conf (see bsc#1036463 for details) these are now maintained in the new package system-tuning-common-SUSE- Enable or disable machines.target according to the presets (bsc#1107941)- Import commit cc55f1ea9e1c1ccab5b9fb97e10e08830d02b282 962b38aaf user@.service: don't kill user manager at runlevel switch (bsc#1091677) 3986c4d82 units: make sure user@.service runs with dbus still up 5e68aa0f2 Revert "udevd: increase maximum number of children" (bsc#1107617) 099138fd9 fix race between daemon-reload and other commands (v237) (bsc#1105031)- Import commit 6ac2232d88f4b64428511a4692a51bd00d610b32 6247696db nspawn: always use mode 555 for /sys (bsc#1107640) 72f558b57 cryptsetup: do not define arg_sector_size if libgcrypt is v1.x (#9990) cfcd97cf2 cryptsetup: add support for sector-size= option (#9936) (fate#325634)- Import commit bb5a925bcefd4743873cae3f748ae1a426e92d44 8983bd246 core: don't include libmount.h in a header file (#8580) 3e4156a8f tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 42edc93ac core/service: rework the hold-off time over message- Enable regexp matching support Currently only used by "journalctl --grep=xxx".- Import commit 0350f62a8cf7f151951b6b78337fe3c198b8bf6a fbf43a697 core: don't freeze OnCalendar= timer units when the clock goes back a lot (bsc#1090944) 4134ba8b6 man: SystemMaxUse= clarification in journald.conf(5) (bnc#1101040) 78bb2a0c4 socket-util: fix getpeergroups() assert(fd) (#8080) (bsc#1096516) 1753d0420 systemctl: mask always reports the same unit names when different unknown units are passed (bsc#1095973) 50ebf79d7 scsi_id: Fixup prefix for pre-SPC inquiry reply (bsc#1039099) 570f7655b locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files- Drop runtime dependency on dracut (bsc#1098569) Otherwise systemd pulls in tools to generate the initrd even in container/chroot installations that don't have a kernel anyways. For environments where initrd matters, dracut should be pulled via a pattern.- Import commit f63623c1fc0eb01b8efc2037d004f42ed8328356 6a161916f device: make sure to always retroactively start device dependencies (take #2) (bsc#1088052) e4402648c Fix pattern to detect distribution ad59c7970 install: "user" and "global" scopes are equivalent for user presets (boo#1093851) b1876c81a rpm: remove confusing --user before --global 00ea8a214 man: updated systemd-analyze blame description for service-units with Type=simple (#8834) (bsc#1091265) a9b587e2f fileio.c: fix incorrect mtime- Add 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (boo#1024897) - Ship systemd-resolved (but disabled by default) (bsc#1018387)- Disable user units by default (bsc#1090785)- Slight rewrite of the previous fix- align permissions of /etc/machine-id to upstream code (bsc#1092269) world writeable machine-id is a security issue- Move 80-container-v[ez].network in systemd-container sub-package - Move 80-container-host0.network from udev to systemd- Import commit d8196805089566ecd846b7c627ff2f3c42588c50 621b247f3 device: skip deserialization of device units when udevd is not running a7da5bdbc device: make sure to always retroactively start device dependencies (bsc#1088052) 303624f6f systemd-udevd: limit children-max by available memory (#8668) (bsc#1086785 bsc#1066422) 76acf3ae9 tmpfiles: fix directory removal with force symlink (#8619)- Ship 99-sysctl.conf instead of creating it during package installation/update (bsc#1088769) Previously this symlink was created in /etc/sysctl.d during %post which made the symlink not owned and more importantly it was created only if /etc/sysctl.conf is already installed which is not always the case during the installation process it seems. So ship the symlink unconditionally and put it in /usr/lib/sysctl.d instead since it's a distro default behavior that might be overriden by sysadmin later.- Be consistent in 60-io-scheduler.rules And use "?*" when checking for the non empty string (instead of "*?").- /usr/lib/systemd/systemd-coredump was missing from systemd-coredump sub-package (boo#1088057)- Drop systemd-bash-completion sub-package Now we directly ship the completion scripts from the main package as we already do for zsh. I couldn't see any advantages in this split.- Be more accurate when specifiying the tools version we provide- Make sure rpm won't expand %autopatch even if it's commented- stat(1) as well as systemctl are not use in %post section of udev So remove stat(1) from the list of dep and move systemctl to the requirements of %postun since it's called from there.- Import commit 14b3e00c3ccb8c1c82c8a2e99a9534750880a09e e0a8285e2 pid1: when creating service directories, don't chown existing files (#8181) (boo#1085971) fb25886b1 Fix format-truncation compile failure by typecasting USB IDs (#8250) (bsc#1084638) 5a6e9c92e sysusers: make sure to reset errno before calling fget*ent() c2e1ee488 sysusers: also add support for NIS entries in /etc/shadow 51cb94fa1 sysusers: do not append entries after the NIS ones (bsc#1085062 bsc#1045092) 783f3d368 basic/macros: rename noreturn into _noreturn_ (#8456) - Drop 0001-basic-macros-rename-noreturn-into-_noreturn_.patch It's been merged in the git repo.- Rename the tarball (bsc#1087323) So it's clear that it contains some additional patches on top of the upstream version. Use the commit hash in the name so the exact version can easily be identified. Provide _service file which can be used to retrieve the tarball from the git repo (with "osc service disabledrun").- Split systemd-coredump sub-package off (bsc#1083849)- Enhance IO scheduler tweaking rules to support blk-mq as well * Set optimal blk-mq schedulers (bfq and mq-deadline for HDD and SSD respectively) * Explicitly set CFQ for rotational disks when no `elevator` is specified * Verbose comments explaining what is going on * Rename the rules file since it is not ssd-only anymore- Don't ship machines.target in systemd-container but in systemd main package machines.target is supposed to be a standard target for starting/stopping all containers. systemd-nspawn is the main user of it but other container managers could also make use of it.- Build a mini variant of systemd-container So we don't have to manually track and remove all files that should be shipped by systemd-container in the case of a bootstrap build.- Run migrate-sysconfig-i18n.sh also during package installation (bsc#1086164) This is needed when we upgrade from SLE11.- Add 0001-basic-macros-rename-noreturn-into-_noreturn_.patch This fix a build error triggered by the introduction of the new version of libgpg-error package. Patch submitted to upsream: https://github.com/systemd/systemd/pull/8456- Turn off the IP sandboxing for systemd-logind Since v235 logind run inside an IPv4/IPv6 sandbox by default. This creates incompatibilites for systems using NIS.- Restore (maybe temporarly) "pam_config --add systemd" During its installation pam-config seems to overwrite the defaults shipped by "pam" for "some" reasons (see bsc#1084924) No idea why but since pam_systemd is not part of the "pam-config" defaults, we need to restore pam_systemd in common-session manually...- Remove dropin that was used to turn delegation off for user instances Upstream now enables "memory" and "pids" controllers only which should have a very limited impact on performance compare to the "cpu" controller.- Import commit 46d6bc9c4f1c05f3b4fcfca754cc59963bd86ce3 2a79f4e78 units: delegate "memory" instead of "cpu" by default for user instances (#8320) (bsc#954765 bnc#953241 fate#320421) 88174ae85 compat-rules: fix syntax errors spotted by test/rule-syntax-check.py- Remove udev-remount-tmpfs script Complete the previous commit.- Fix hotplug memory in 80-hotplug-cpu-mem.rules When new memory was hotplugged, the rule was supposed to call an external script (udev-remount-tmpfs) to remount all tmpfs. However the script was broken since its introduction (commit rev=715, 14/07/2014) and had no effects... this makes me wonder if we shouldn't get rid of this...- Make sure /var/lib/machines is created when systemd-container is installed- BS forces us to own %{_prefix}/lib/modprobe.d This seems wrong but that's how the SUSE BS works.- Upgrade to v237 (commit 78221ca750a9c266f9f8497dda59d7ee44000a6c) Udev rules 60-ssd-scheduler.rules and 80-hotplug-cpu-mem.rules have been removed from the git repo and are now maintained at the package level. Those rules have been rejected by upstream as they seem to be written to workaround some kernel shortcomings... This includes the following bug fix: - upstream commit 3d083b2245b0b8e52f2d8ccc3e55246f41f1f544 (bsc#1102908) This also includes the following bug fixes released in v235: - upstream commit 2e64e8f46d726689a44d4084226fe3e0ea255c29 (bsc#1069239) - upstream commit 79873bc850177050baa0c5165b119adafeebb891 (bsc#1069239) - upstream commit 4bc5d27b942afa83cc3d95debd2ad48d42ac07a8 (bsc#1089376) - upstream commit e9ea4526a3a3b41eced29b8d742498cc36750424 (bsc#1089693) - upstream commit d75b31837c93dbb9b20067719026ad0fb7cdfadd (bsc#1117025) - upstream commit 0e8856d25ab71764a279c2377ae593c0f2460d8f (bsc#1117025) - upstream commit 048dd629c4590eefb2ebd6a316c7350ed3a6ff19 (bsc#1119971) - upstream commit 9b32afa9f241fe8febc0a754850f1e7331caf6e3 (bsc#1126056) - upstream commit e6dde451a51dc5aaa7f4d98d39b8fe735f73d2af (bsc#1137053) - upstream commit 0864d311766498563331f486909a0d950ba7de87 (bsc#1158336) - upstream commit d60cb656fc63c24b430421764b7d0322857d34fd (bsc#1161262) - upstream commit e2be442e791fa1150aa835c684acc6d7189de3e1 (bsc#1165011) - upstream commit 64a36ae4b1dd23474dd7ea261381ac437b24fac2 (bsc#1172072) - upstream commit b001ad61e91b6499897f0c977045c7608c233bfa (jsc#SLE-7687) - includes IP filtering feature (jsc#SLE-7743) This also includes the following bug fixes released in v236: - upstream commit b3b4ebab02395933cde554b5a5d5c363dae3920d (bsc#1083571) - upstream commit 3e3852b3c6c61506963112fd218a86b673fc61e6 (bsc#1110445) - upstream commit 4050e4797603d3644707d58edfd9742b5311c7cf (bsc#1124153) - upstream commit 8cb83266062b383cdd4a57301ef559d64b491c51 (bsc#1125604) - upstream commit 19a44dfe4525ab01caf593a9c2beada4b412910d (bsc#1156482)- add basic user space support for suspend to idle (fate#323814) add 99-wakeup-from-idle.rules Currently this only covers the power button and usb/AT keyboards as wakeup devices. It is planned to make that configurable in the future.- Don't call "pam-config --systemd" pam_systemd.so has been integrated directly in the PAM stack since bsc#812462. So there's no need to call pam-config.- Fix build errors due to the split-off of systemd-containe: found conflict of systemd-234-33.1.x86_64 with systemd-container-234-33.1.x86_64: - /usr/share/man/man5/systemd.nspawn.5.gz - /usr/share/man/man1/systemd-nspawn.1.gz found conflict of systemd-container-234-33.1.x86_64 with systemd-mini-container-234-33.1.x86_64: - /usr/bin/systemd-nspawn - /usr/lib/systemd/system/systemd-nspawn@.service - /usr/lib/tmpfiles.d/systemd-nspawn.conf- Use %license (boo#1082318)- Split systemd-container sub-package off (fate#325469) Other distros already do it and it seems a good idea to not install this stuff on new installations by default. At least /var/lib/machines subvol is not created anymore at boot even if it wasn't used at all.- Import commit 295ead0f396beb2b5199abd99a17e274c2581f95 f4f94ab2e meson: install rules/80-hotplug-cpu-mem.rules 2901aa9b9 meson: install rules/60-ssd-scheduler.rules 1293c0056 core: use id unit when retrieving unit file state (#8038) (bsc#1075801) 596b2b241 Revert "vconsole-setup: add SUSE specific settings for font/keyboard in sysconfig" 0b595da04 Revert "locale-setup: handle locale at boot time well"- Re-enable systemd-firstboot It's used by the installer and also by JeOS.- Use %systemd_post in %post- Own /usr/lib/systemd/system-environment-generators directory- More systemd rpm macro usages- Disable systemd-firstboot I don't think there's any use case for it currently.- Use systemd rpm macros in paths defined in the specfile- Stop importing i18n settings from /etc/sysconfig (fate#319454) Bits taken from SLE15.- Make systemd-timesyncd use the openSUSE NTP servers by default Previously systemd-timesyncd used the Google Public NTP servers time{1..4}.google.com- Import commit 4a6a1e4f0b02e6cedf7eba93b85a6dd968f875c7 db1d8eacd compat-rules: make path_id_compat build with meson - Drop 0001-compat-rules-make-path_id_compat-build-with-meson.patch which is now part of the git repo (see above).- Don't ship /usr/lib/systemd/system/tmp.mnt at all (bsc#1071224) The previous fix couldn't work on platforms using a RO rootfs. Therefore we don't ship /usr/lib/systemd/system/tmp.mnt but we still ship a copy in /usr/share/systemd. Users who want to use tmpfs on /tmp are supposed to add a symlink in /etc/ pointing to the copy shipped in /usr/share/systemd. To support the update path we automatically create the symlink if tmp.mount in use is located in /usr/lib/systemd.- Don't build seccomp support in the mini package- Switch to Meson build system Some rearrangement in the file list was also needed. That was probably due to the upgrade of rpm.- Import commit 0a5600eb7f8263c7c79fec0d85cc159d54aba636 2a181fc6f insserv-generator: make it build with meson 7b0401da4 build-sys: don't build networkctl if networkd is disabled- Don't build-require selinux for the mini package- Drop libgcrypt.m4 The mini package builds fine without it so it doesn't seem necessary anymore.- Import commit 846d838c37865da60eba48090e570e959291399f b1e0a348d fileio: include sys/mman.h f1fa784cb meson: update header file to detect memfd_create() 8838ba7ec meson: define _GNU_SOURCE to detect copy_file_range() (#7734) 531a00c84 Restore "restore /var/run and /var/lock bind mount if they aren't symlink"" (the 3 first commits make systemd build against glibc 2.27)- Import commit 3f421e4fbf6fcb31d74caf729435868ba8824483 7fb9ea39a Revert "restore /var/run and /var/lock bind mount if they aren't symlink" 23ce1207a meson.build: make docdir configurable (#8068)- Import commit 8ec9f58d334c76e736957812d9e57151502a6f63 07c6ee3eb compat-rules: get rid of scsi_id when generating compat symlinks for NVMe devices (bsc#1051465) 261a4ef38 compat-rules: generate compat by-id symlinks with 'nvme' prefix missing (bsc#1063249)- Drop 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch It's been imported in branch "compats/udev-compat-symlinks" which has been merged in branch "openSUSE-Factory" in its turn.- Import commit c516268845b0fd0683cef2e491b84077371e8f01 37da1facb core: disable session keyring per system sevice entirely for now (bnc#1045886) 8a1ae0449 strv: fix buffer size calculation in strv_join_quoted()- Drop 0001-core-disable-session-keyring-per-system-sevice-entir.patch It's been merged in branch "SUSE/v234".- Import commit 2087a80d56bb6f8c7fb74a19172259bc9d9af866 2b8971b8a tmpfiles: refuse to chown()/chmod() files which are hardlinked, unless protected_hardlinks sysctl is on (bsc#1077925 CVE-2017-18078) 8c2bcac25 tmpfiles: change ownership of symlinks too- Do not optionally remove /usr/lib/systemd/system/tmp.mnt anymore (bsc#1071224) This was done to make sure that tmpfs wouldn't be used for /tmp by defaut in case the dir layout created by the installer did not create a customized tmp.mount. But it had the bad side effect to break "rpm -V systemd" and updates of systemd via delta-RPMs. Now instead of removing tmp.mount unit file, we mask it (still only if no other tmp.mount would override the default one). It's the official way to disable tmpfs on /tmp after all. Since we cannot rely on the presence of fstab during package installations, we introduced a service which is run once on the first boot and which figures out if tmpfs would be used. If so it masks the unit. We also handle the upgrade path and make sure to preserve admin's settings (if any). Another advantage of this is that we will only need to remove the introduced service the day when tmpfs will be the default for SUSE distros.- Import commit 83067827cc891ddc90def200fdbe725917ec9fa3 3d60486f7 core/timer: Prevent timer looping when unit cannot start (bsc#1068588) 460bd0cd6 Revert "handle SYSTEMCTL_OPTIONS environment variable" (fate#323393)- Import commit cc94ce8513221061898c83f57862544b16021f0e aa3eba828 delta: don't ignore PREFIX when the given argument is PREFIX/SUFFIX b1ea0173a delta: extend skip logic to work on full directory paths (prefix+suffix) (bsc#1070428) 77c5065f9 delta: check if a prefix needs to be skipped only once db32866d1 Fix parsing of features in detect_vm_xen_dom0 (#7890) (bsc#1048510) 11d40461a sd-bus: use -- when passing arguments to ssh (#6706) 1148d99f6 tmpfiles: consider /etc uninitialized also when /etc/machine-id is present but empty (#7849) (bsc#1075179) 3a95f69bf tmpfiles: downgrade warning about duplicate line- Edit scripts-systemd-fix-machines-btrfs-subvol.sh We shouldn't be creating a /var/lib/machines subvolume if /var is already a seperate partition or subvolume. /var/lib/machines will already be excluded from snapper & similar tooling in this case.- Import commit 82dbe8a2ae56649231111eaadd4c302a2d2175ee 8c7f0c449 service: Don't stop unneeded units needed by restarted service (bsc#1066156) 869be64ce sysctl: use raw file descriptor in sysctl_write (#7753) 0c2400810 sysctl: disable buffer while writing to /proc (bsc#1071558) 9eb1f30b8 Use read_line() and LONG_LINE_MAX to read values configuration files. (bsc#1071558) 4dbea654f def: add new constant LONG_LINE_MAX 48f14cd71 fileio: add new helper call read_line() as bounded getline() replacement 861e1a222 build-sys: udevadm should have LOG_REALM=LOG_REALM_UDEV 8ed5cf3fb meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666) a9f93f1d0 virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581) (bsc#1048510) fe56abdf9 seccomp: arm64/x32 do not have _sysctl c9194fe37 seccomp: arm64 does not have mmap2 31d9b3c32 fs-util: small tweak in chase_symlinks() 9dd0bc7a3 meson: do not include man/meson.build if xsltproc not found 7e29e2b07 analyze: replace --no-man with --man=no in the man page (bsc#1068251)- Add missing /etc/systemd/network directory- Import commit e30f1b10e276fb18db10ea2463fbd7146ae778f6 63481b24b firstboot: do not write vconsole.conf when arg_keymap is empty (bsc#1070124)- Add 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch (bsc#1051465) This patch is not yet merged in the 'compats/udev-compat-symlinks' branch: we asked to upstream if it would be possible to introduce a new specifier that wouldn't strip trailing whitespaces , see https://github.com/systemd/systemd/issues/7462 Also this allows to give the patch more testing before merging it in the git repo.- Drop a useless rm(1) from the specfile- Remove requires for pwdutils, we don't need the shadow tools anymore [bsc#1069150]- Import commit 4b9afa11f918796184e1264d618b4ff5d18e481b 22dcb1d04 tmpfiles: when /etc is not fully initialized, some specifiers are expected to be unresolvable (#6860) (bsc#1055664) 216beb768 tmpfiles: Allow create symlink on directories (#6039) baf85eb79 udev: net_setup_link: don't error out when we couldn't apply link config (#7328) - Remove stderr redirection to /dev/null when calling %tmpfiles_create since it's not needed anymore due to commit 22dcb1d04. Indeed the messages are no more emitted at LOG_WARN but LOG_NOTICE.- Import commit b9a41367b6c1164318443491cc3dae0e8208e15c 86804326f systemd-firstboot: add vconsole keymap support (#7035) (bsc#1046436) 9b64225e9 resolved: fix loop on packets with pseudo dns types (bsc#1065276 CVE-2017-15908) - Drop 0001-systemd-firstboot-add-vconsole-keymap-support.patch since it's been merged upstream and backported to SUSE/v234 (see above).- Import commit e44237e76f6e133e62ff6c681d3fd06ebf12f66d a4e02c099 udev-rules: all values can contain escaped double quotes now (#6890) d2b767a76 tmpfiles: remove old ICE and X11 sockets at boot (#6979)- Add 0001-systemd-firstboot-add-vconsole-keymap-support.patch (bsc#1046436) Temporary patch until it's been merged by upstream, see https://github.com/systemd/systemd/pull/7035- Damn forgot to drop 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch in the spec file- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627 1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeoutSec= too (bsc#1004995) This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch not needed anymore.- Import commit 93688f8e53b4e482a55a7d4aba2d927ddedebdde c53522be3 compat-rules: allow to specify the generation number through the kernel cmdline- Import commit c1e8af7d1e8b09c2878a5b17f513bfc41ae46dc6 982754275 build-sys: make sure 61-persitent-storage-compat.rules is installed with meson 9ac2e8b9b udev: proc_cmdline_get_key() FTW! (#6925)- Import commit 9e0985dc330b1cf04bc44049962343bdf4ba851a 4fd7cd041 pam_logind: skip leading /dev/ from PAM_TTY field before passing it on dd6312828 logind: make sure we don't process the same method call twice (#6583)- Update scripts-systemd-upgrade-from-pre-210.sh script - drop dependency on awk - fallback to runlevel #3 if something goes wrong Note: I'm not sure how this is supposed to work as /etc/inittab is likely to be missing in my understanding. Indeed this file is part of the aaa_base package which might be upgraded before systemd is installed...- Drop macros.systemd.upstream as it's not used- Import commit 58ea3c819cca1639ef8c922505c573ba5e262b3d 334945091 shutdown: fix incorrect fscanf() result check (#6806) 027202892 shutdown: don't remount,ro network filesystems. (#6588) (bsc#1035386) bc77b53a5 shutdown: don't be fooled when detaching DM devices with BTRFS (boo#1055641) d9d293847 util: make get_block_device() available 421ce7382 tmpfiles: silently ignore any path that passes through autofs (#6506) (bsc#1045472) ca8f90e62 device: make sure to remove all device units sharing the same sysfs path (#6679)- Make use of "%tmpfiles_create" in %post of the logger subpackage- Add scripts-udev-convert-lib-udev-path.sh (bsc#1050152) This script takes care of converting /lib/udev into a symlink pointing to /usr/lib/udev when upgrading a distro using an old version of udev.- Make use of "%make_build" rpm macro- Renumber scripts to start at index 100- Introduce scripts-systemd-upgrade-from-pre-210.sh It collects all existing hacks done in %post to fix old/deprecated settings in systemd older than 210. This includes hacks needed to fix system that are migrating from SysV. There shouldn't be any functional changes.- Move scripts for packaging workaround/fixes in /usr/lib/systemd/scripts It also renames fix-machines-subvol-for-rollbacks.sh into scripts-systemd-fix-machines-btrfs-subvol.sh Note that the "scripts-systemd-" prefix is used for those scripts so we can gather them. Why not using a directory instead ? because osc doesn't allow that.- Add 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch (bsc#1048605) It's a temporary but urgent fix for a regression discovered in bug 1048605. The fix is still under discussion with upstream but we need to make progress here and limit the number of affected users. Consequently this fix reintroduces bsc#1004995 (the bug report has been re-opened) but this one is far less critical and a workaround was provided. The final solution will fix both bugs.- Import commit 2bed4bf99cf7f24eafda490f778ed5e109f8d7f1 7a4935268 compat-rules: drop the boggus 'import everything' rule (bsc#1046268)- %regenerate_initrd_post is suppsed to be used in %post (not %pre) section- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea 9dcc6c04e pid1: forward port console specificities handling for s390 arch to v234- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc 4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) (boo#1051172)- Remove the unneeded hack forcing systemd-crypsetup binary to be linked against the just built libudev I don't remember why it was added but it looks unnecessary: most of all systemd components are linked againt libsystemd-shared.so which includes all the just built symbols. Also I don't see why it was done only for systemd-cryptsetup since all other binaries should have had suffered from the same issue.- Import commit c5705e01800bdadd6a4fa7dc50d47b13eb697211 8ea065d44 compat-rules: don't rely on ID_SERIAL when generating 'by-id' symlinks for NVMe devices (bsc#1048679)- Import commit 06bed720274d9436405a7c27c8238d7d1aefca2b 66fffdf12 build-sys: don't hook var-lib-machined.mount to remote-fs.target when machined is disabled 96c232066 Revert "core: don't load dropin data multiple times for the same unit (#5139)"- Drop support of compression from the mini package Hence remove the relevant build-requires from the mini package.- Upgrade to v234 (commit 78af11131da1b2760778206806c0ebe8616a5284) - package /etc/systemd/system/dbus-org.freedesktop.network1.service - /usr/lib/systemd/resolv.conf is not installed if resolved is disabled- Edit pkgconfig(liblz4) dependency: liblz4 now uses 1.x *again*- Added 0001-core-disable-session-keyring-per-system-sevice-entir.patch (bnc#1045886) Temporary patch to disable the session keyring stuff as it's currently broken and may introduce some security holes.- Import commit 21827ea0875ff197e16e72003b2bfaa1c6e8daad 1ad06735f core: fail when syntactically invalid values for User=/Group= fields are detected (bsc#1047023) d563972e2 timesyncd: don't use compiled-in list if FallbackNTP has been configured explicitly f4e0c16f5 gpt-auto-generator: fix the handling of the value returned by fstab_has_fstype() in add_swap() (#6280) e1345aac5 fix add_esp() in the gpt-auto-generator.c (#6251) c591ece9a automount: don't lstat(2) upon umount request (#6086) (bsc#1040968) 643ab2eea gpt-auto-generator: disable gpt auto logic for swaps if at least one is defined in fstab f07d2022f fstab-util: introduce fstab_has_fstype() helper bf735bb35 fstab-util: don't eat up errors in fstab_is_mount_point() a4b40fbed resolved: simplify alloc size calculation (bsc#1045290 CVE-2017-9445) 8b960bec0 only check signature job error if signature job exists (#6118) (boo#1043758) 1418bfb5b job: Ensure JobRunningTimeoutSec= survives serialization (#6128) (bsc#1004995) 19b6d5f08 udev: turn off -Wformat-nonliteral for one safe case 717ace439 udev: net_id add support for platform bus (ACPI, mostly arm64) devices (#5933) a3bf2e6b5 core/mount: pass "-c" flag to /bin/umount (#6093)- Add minimal support for boot.d/* scripts in systemd-sysv-convert (boo#1046750) While at it, the handling of the symlink priorities is also removed since it doesn't appear to be used at all.- Don't try to restart networkd/resolved if they're disabled (boo#1045521) "systemctl try-restart/preset" wants the unit files exist.- Stop shipping /usr/lib/sysusers.d/basic.conf (bsc#1006978) Ok looks like the previous change was the right thing to do and we continue to follow this path by relying on the new user/group scheme Therefore the basic system user/group are now managed and created by system-sysusers and udev also relies on this for the groups it uses in its rule files. Ideally we should have listed all of the groups in the deps (with "Requires: group(disk)" but the list of the groups is rather long and the risk for those groups to be re-organized is probably low, so currently we simply use "Requires: system-group-hardware" as a shortcut.- Make sure "lock" group is created On SUSE distros, /run/lock must be owned by "lock" group (see boo#733523). This group was previously created by another package but since a recent changes it doesn't seem to be true anymore or at least this package isn't pulled in anymore when building the rescue system. For now make systemd creates the group by adding "Requires: group(lock)". I'm currently not sure why we don't use sysusers.d stuff for that purpose and if the "lock" group on /run/lock is still mandatory. This should be revisited later.- Make sure dracut (if installed) will embed the new compat rule The new compat rule must be embedded in the initramfs so make sure that the installed dracut supports it.- Upgrade to v233 (commit 330b55d5e28d17f361062dba66426e46fb7d7857) - package new systemd-umount binary - package new environment generator stuff - drop /dev/root symlink support - /etc/pam.d/systemd-user is not patched anymore but we ship a dedicated file for SUSE now. - manage compat symlink generation in a dedicated branch (bsc#1040153)- Fix systemd-sysv-convert when a package starts shipping service units (bsc#982303) The database might be missing when upgrading a package which was shipping no sysv init scripts nor unit files (at the time --save was called) but the new version start shipping unit files.- Fix indentation in systemd-sysv-convert While at it, strip trailing whitespaces. No functional changes.- Disable group shadow support (bsc#1029516) The new configure option will be imported during the next tarball update.- Ship /var/log/README Unfortunately it's not possible to also ship /etc/init.d/README because of rpm "sanity" checks that prevent executable in /etc/init.d- Drop systemd-{journalctl,loginctl} legacy symlinks.- Drop %preun section Currently the only use of this section is to remove the symlinks enabling systemd services on package removal. Those symlinks were initially installed by the systemd package installation but could have been overriden by the sysadmin later. If so the symlinks shouldn't be uninstalled. Also in a near futur disabling services will install a symlink to /dev/null.- Import commit 9e33c2ae69fbb705e8ad143536e419a231e93020 04ef0eab8 importd: support SUSE style checksums supplementary (#5800) fb601ad9a importd: support SUSE style checksums (#5206) (fate#322054) b76b27c76 hwdb: fix warning "atkbd serio0: Unknown key pressed" (#5772) (boo#1010220) cb0d991f6 loginctl: fix typo causing ignoring multiple session IDs (#5732)- Make use of %systemd_postun()- Restart a couple of systemd services on package update Those services (most notably journald) should support restarting these days. However logind still doesn't but that should be fixed pretty soon, well I hope :)- Don't buildrequire pam-config, it's not used at this step. Also drop the use of it in %postun as it can't realistically happen...- Don't call /sbin/ldconfig in %post of the main package systemd main package doesn't ship any shared libs so there's no point in calling ldconfig in %post/%postun- Silent %tmpfiles_create in %post (bsc#1034938) Due to bsc#1024740, we stopped generating /etc/machine-id during systemd package installation making the specifier '%m' unavailable in the tmpfiles.d configuration files at this time. Make it simple for now and silent %tmpfiles_create, after all that's how the macro was implemented originally.- Import commit f0325620d23a247682c629d28883a364e4a7a8c4 327814841 core: when a unit's SourcePath points to API VFS pretend we are never out-of-date (#5487) f4b9fb58e units: move Before deps for quota services to remote-fs.target (#5627) (bsc#1028263) 44b9d27f8 udev: net_id - support predictable ifnames on vio buses (#5675) (bnc#1029183) 64f4761c9 units: apply plymouth warning fix to in rescue mode as well (#5615) 77607b887 units: do not throw a warning in emergency mode if plymouth is not installed (#5528) (bsc#1025398) 336d6016c core: downgrade "Time has been changed" to debug (#4906) (bsc#1028610)- Consider chroot updates in fix-machines-subvol-for-rollbacks.sh (bsc#1030290)- Initialize /etc/machine-id during the first boot (bsc#1024740) Previously that was done at package installation but it didn't fit well for appliance builds.- Import commit 68fc0a749a83d16d4cde8471d5030bc6254ffd96 76d4d05fb udev: fix variable assignment 473df8cc4 udev-rules: perform whitespace replacement for symlink subst values (bsc#1025886) d6c3ff647 udev-event: add replace_whitespace param to udev_event_apply_format 30ad15f7c libudev-util: change util_replace_whitespace to return number of chars in dest- Import commit 103259b3226251d06f79ca627f7b0ba0bd49f4bc 0ee7890dd automount: if an automount unit is masked, don't react to activation anymore (#5445) 99865a181 core: make sure to destroy all name watching bus slots when we are kicked off the bus (#5294) (bsc#1006687) f34234c54 build-sys: add check for gperf lookup function signature (#5055) 44e39538f sd-event: "when exiting no signal event are pending" is a wrong assertion (#5271) (boo#995936 bsc#1022014) 471b26807 sd-event: when an event source fails, don't assume the type of it is still set- Don't ship systemd-resolved for now (bsc#1024897) If resolved is enabled , systemd-tmpfiles creates a wrong symlink in /etc/resolv.conf which confuses the network manager actually used.- More indentation cleanup (no functional changes)- Remove obsolete insserv requirements for udev again [bsc#999841]- Import commit cd97d5d5fef79ab9d957bf6504d085c0faca6bfc e587b6ce0 disable RestrictAddressFamilies on all architectures but x86_64 one (bsc#1023460) c8ae05632 journald: don't flush to /var/log/journal before we get asked to (bsc#1004094) 7261eaf3e sd-event: fix sd_event_source_get_priority() (#4712)- Move fix for permission set on /var/lib/systemd/linger/* (no functional changes) Move that part after the fix on timer timestamp files otherwise the comment doesn't make sense.- Import commit 028fd9b60580976dffb09b3576a2b652ee35137c cc2ca55ff build-sys: do not install ctrl-alt-del.target symlink twice ececae77a device: Avoid calling unit_free(NULL) in device setup logic (#4748)- Ship systemd-resolved but it's disabled by default (bsc#1018387) The NSS plugin will also be disabled, users need to enable it manually.- Don't ship ldconfig.service anymore This service was introduced to support stateless systems that support offline /usr updates properly. AFAIK we don't support any such system for now, so disable it. If it's wrong it's easy enough to restore it back. Related to bsc#1019470.- Be more consistent with indentation (*no* functional changes) Indentation should use 8 spaces now (no tabs).- Import commit 2559bc0c076b58f0a649056e79ca90fe5f1d556c 9c4a759ab systemctl: 'show' don't exit with a failure status if the requested property does not exist [SUSE] (bsc#1021062) f9194193b systemctl: remove duplicate entries showed by list-dependencies (#5049) (bsc#1012266) 2a6653335 rule: don't automatically online standby memory on s390x (bsc#997682)- Fix permission set on /var/lib/systemd/linger/* Those files are created by logind which run with umask(0022), so they are not world writable and shouldn't be affected by bsc#1020601. But it's cleaner to not let files forever with their setuid bit set for no good reason.- Fix permissions set on permanent timer timestamp files (bsc#1020601) (CVE-2016-10156) This change makes sure to fix the permissions of the timestamp files which could have been created by an affected version of systemd. Local unprivileged users could have run arbitrary code as root if systemd previously created world writable suid root files such as permanent timer stamp files.- Import commit 3edb876e3b80437a95502aa5d31d454606ea94bd 27b544224 core: make sure to not call device_is_bound_by_mounts() when dev is null (#5033) (bsc#1018399)- Use the %{resolved} build conditional for the nss-resolve subpackage- /usr/bin/systemd-resolve was missing from the filelist- Silent warnings emitted when udev socket units are restarted during package upgrade (bsc#1018214)- Upgrade to v232, commit de62e96da6a62ac61a7dea45cc558f5fa4342032 - a4dff165d nspawn: resolv.conf might not be created initially (#4799) - b543fe907 nspawn: fix condition for mounting resolv.conf (#4622) - 1aed89e55 core: make mount units from /proc/self/mountinfo possibly bind to a device (#4515) (boo#909418 bsc#912715 bsc#945340) - bfb54ecdc coredumpctl: let gdb handle the SIGINT signal (#4901) (bsc#1012591)- Really include legacy kbd maps in kbd-model-map (bsc#1015515) Instead of fix-machines-subvol-for-rollbacks.sh...- Enable lz4 (which becomes the default) It's much faster than xz and thus should be more appropriate to compress journals and coredumps. The LZ4 logic is now officially supported and no longer considered experimental. The new frame api was released in v125.- Good by compatlibs support There's no longer need for enabling/disabling the support for the compatlibs as it's been dropped from the source code.- Drop /usr/lib/systemd/libsystemd-shared-%{version}.so from the 32bit package This shared library is not for public use, and is neither API nor ABI stable, but is likely to change with every new released update. Only systemd binaries are supposed to link against it. This also prevents from the 32bit package to conflit with the 64bit one if this lib was installed by both packages.- Upgrade to v232, commit c5c3445825981e2a5c3ed71214127d5b1b9de802: - Dropped backported commits which has been merged - Forward-port Suse specific patches - Added --disable-lto option to ./configure - Added systemd-mount - Removed in %file /usr/lib/systemd/user/*.socket: since 798c486fbcdce3346cd86 units/systemd-bus-proxyd.socket has been removed. - Removed in %file %{_sysconfdir}/systemd/bootchart.conf since commit 232c84b2d22f2d96982b3c bootchart is not part of systemd anymore. - Backward compat libs have been disabled since it's been dropped from the source code. - Added /usr/bin/systemd-socket-activate in %file - Added --without-kill-user-processes ./configure option - Bump libseccomp build require (>= 2.3.1) as described in README - Specifiy version of libmount as required in the README- libudev-devel 32bit is needed for building 32bit wine now.- specfile: conflict systemd-bash-completion and systemd-mini-bash-completion Otherwise the build system detects that systemd-bash-completion and its mini variant are conflicting at files level even though those packages can't be installed on the same system.- specfile: clean up nss-* plugins descriptions and drop nss-myhostname-config script for now. Currently /etc/nsswitch.conf is supposed to be edited by the sysadmin to enable the modules. However for some reasons only nss-myhostname is removed from the conf file when the corresponding package is uninstalled. This is inconsistent so let's remove it. Actually I'm wondering if we shouldn't make those NSS plugins part of the main package and get rid of all those sub-packages...- specfile: remove old comments and unneeded sed command- specfile: no need to create systemd-update-utmp-runlevel.service symlinks anymore The symlinks in /usr/lib/systemd/system/.target.wants/systemd-update-utmp-runlevel.service are created in Makefile.am since commit d5d8429a12c4b1. 'reboot' and 'poweroff' targets initially had the symlinks but there's not point since the latter conflicts shutdown.target whereas the 2 targets pull it in. See: https://github.com/systemd/systemd/pull/4429- specfile: remove the following warnings: [ 256s] warning: File listed twice: /usr/lib/systemd/system/dbus.target.wants [ 256s] warning: File listed twice: /usr/lib/systemd/system/default.target.wants- Own a couple of directories even if they don't belong to systemd otherwise the build system will complain. Some directories (owned by others packages) are simply used by systemd to ship some scripts or config files to customize others * optional* components. Since thos components are not build required by systemd those directories are not owned by any packages and the BS complains...- Import commit 15ea716 journal-remote: change owner of /var/log/journal/remote and create /var/lib/systemd/journal-upload (bsc#1006372)- %sysusers_create and %tmpfiles_create must be called in %post Calling %pre is broken since the respective conf files are not yet installed.- %{_libexecdir}/{tmpfiles.d,sysusers.d}/systemd-remote.conf are part of systemd-journal-remote package (only).- systemd-journal-{gatewayd,remote,upload} units are only part of "systemd-journal-remote" package. So exclude them from the main package.- Import commit a1c145e6ad6588555dca64402f9103fb1e02b1a0 7f34037 man: explain that *KeyIgnoreInhibited only apply to a subset of locks df5798b Revert "logind: really handle *KeyIgnoreInhibited options in logind.conf" (bsc#1001790 bsc#1005404) f79fee7 Revert "kbd-model-map: add more mappings offered by Yast" 3760c10 manager: tighten incoming notification message checks d6efd71 core: only warn on short reads on signal fd 6eebd91 manager: be stricter with incomining notifications, warn properly about too large ones fdf2dc3 manager: don't ever busy loop when we get a notification message we can't process- Rename kbd-model-map-extra into kbd-model-map.legacy- Remove tcpd-devel build requirement. tcpwrap support has been removed since v212, see commit 7f8aa67131cfc03ddcbd31c0420754864fc122f0- remove all dummy "aliases" to /etc/init.d (as it was already done by factory more than 1 year ago). Even if a sysvinit script is still requiring one of those dummy symlinks this should not be an issue since this is requirement is translated into a weak dependency.- specfile: - do not own /usr/share/zsh directory - do not own /etc/dbus-1 and /etc/dbus-1/system.d dirs - do not own /usr/share/dbus-1 dir- specfile: %{_prefix}/lib/systemd/system-preset was mentioned twice in %files section.- Specfile cleanup: - use curly braces with rpm macros- Specfile cleanup: - %ghost files doesn't need (anymore) to be created in %builroot - do not own /etc/X11/xorg.conf.d and /etc/X11/xinit- Specfile cleanup: no need to protect the manpages with %bootstrap condition in nss-myhostname package since the package itself is already protected.- fix nss-resolve sub package: - add a %files section - add a package description - libnss_resolve.so.2 is now part of this subpackage - add %post and %postun sections- Specfile cleanup: - reorganize some files in %files by types - some config files were missing the "noreplace" attribute- Use %config(noreplace) for %{_sysconfdir}/pam.d/systemd-user- Rework systemd-gatewayd package: - some gateway's files were still in the main package - it now includes all progs dealing with remote journals - it can be turned off (SP2 does that currently) - it's been renamed systemd-journal-remote to reflect that- Specfile cleanup: - only specify once %{_prefix}/lib/systemd/system-shutdown in %file - no need to list the content of %{_prefix}/lib/systemd/user-generators in %file - machined is not built when %bootstrap = 1- Specfile cleanup: - There's no point in listing all generators in %file explicitly. The default is to include all of them and if for some reason one must be excluded then it should be done explicitly.- Specfile cleanup: - remove explicit call to make for building man pages. This is not needed and was maybe useful when generated doc was pre-built and shipped in the tarball.- Specfile cleanup: - break overly long and unreadable line using mkdir - gather directory creations- Stop providing udevd.8 systemd-udevd has replaced udevd for some time already and usage of udevd should be avoided. Therefore don't encourage this and stop documenting it.- Import from factory: - Thu Feb 4 11:05:37 UTC 2016 - lnussel@suse.de - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they can put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think.- Package rootsymlink-generator helper. It was forgotten when switching to the git repo but re-added back. That said this thing should be removed as it's broken as soon as there's no direct link between the root fs and its backend device node (i.e. BTRFS).- Add kbd-model-map-extra file which contains the additional legacy keymaps needed by yast. This was previously directly patched in the systemd source code.- Imported e251b8d7fb5c801fdfa3a023257ba0e4d514f3b0 - Re-add back /dev/root symlink generation (although this must be deprecated and finally removed).- Migrating to the Suse Systemd git repo: Third step: - Re-enable networkd (disabled by default in SLE12)- Migrating to the Suse Systemd git repo: Second step: - Import the specfile - Import the tarball generated from the git repo - Import lastest changes for the different scripts- Migrating to the Suse Systemd git repo: First step: drop all patches and drop the tar ball. The dropped patches are: fix-support-for-boot-prefixed-initscript-bnc-746506.patch set-and-use-default-logconsole.patch ensure-ask-password-wall-starts-after-getty-tty1.patch 0001-rules-block-add-support-for-pmem-devices-3683.patch Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch 1007-physical-hotplug-cpu-and-memory.patch 1066-udev-add-compatibility-links-for-truncated-by-id-links.patch watch_resolv.conf_for_become_changed.patch 0019-make-completion-smart-to-be-able-to-redirect.patch systemd-add-user-keep.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff avoid-random-hangs-on-timeouts-due-lost-cwd.patch 1037-udev-exclude-cd-dvd-from-block-device.patch 0001-add-network-device-after-NFS-mount-units.patch journald-advice-about-use-of-memory.patch 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch 1006-udev-always-rename-network.patch handle-numlock-value-in-etc-sysconfig-keyboard.patch use-rndaddentropy-ioctl-to-load-random-seed.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch 0001-bnc888612-logind-polkit-acpi.patch avoid-divide-by-zero-sigtrap.patch 1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch suse-sysv-bootd-support.diff ensure-shortname-is-set-as-hostname-bnc-820213.patch parse-crypttab-for-noauto-option.patch tty-ask-password-agent-on-console.patch 0001-pid1-process-zero-length-notification-messages-again.patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch vhangup-on-all-consoles.patch 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch apply-ACL-for-nvidia-device-nodes.patch make-emergency.service-conflict-with-syslog.socket.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch 1096-new-udev-root-symlink-generator.patch 1099-Add-default-rules-for-valve-steam-controller-to-work.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch systemd-install-compat_pkgconfig-always.patch 1012-Skip-persistent-device-link-creation-on-multipath-de.patch 0001-avoid-abort-due-timeout-at-user-service.patch insserv-generator.patch apply-ACL-for-nvidia-uvm-device-node.patch restore-var-run-and-var-lock-bind-mount-if-they-aren-t-sym.patch systemd-pam_config.patch systemd-dbus-system-bus-address.patch let-linker-find-libudev-for-libdevmapper.patch 1098-systemd-networkd-alias-network-service.patch 0001-let-systemctl-completion-ignore-at-names.patch boot-local-start.patch 1095-set-ssd-disk-to-use-deadline-scheduler.patch tomcat6-var-lock-subsys-legacy.patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch plymouth-quit-and-wait-for-emergency-service.patch respect-nfs-bg-option.patch 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 1062-rules-set-default-permissions-for-GenWQE-devices.patch rescue-emergency-target-conflicts.patch Correct_assert_on_unexpected_error_code.patch 1097-udevd-increase-maximum-number-of-children.patch 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 1005-create-default-links-for-primary-cd_dvd-drive.patch allow-multiple-sulogin-to-be-started.patch systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch 0010-do-not-install-sulogin-unit-with-poweroff.patch 1003-udev-netlink-null-rules.patch 1002-rules-create-by-id-scsi-links-for-ATA-devices.patch 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch shut-up-rpmlint-on-var-log-journal.patch systemd-tmp-safe-defaults.patch portmap-wants-rpcbind-socket.patch hostname-NULL.patch 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch handle-disable_caplock-and-compose_table-and-kbd_rate.patch kbd-model-map.patch systemctl-set-default-target.patch 0014-journald-with-journaling-FS.patch 0001-On_s390_con3270_disable_ANSI_colour_esc.patch- Import a better fix from upstream for bsc#1001765 - Added: 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-pid1-process-zero-length-notification-messages-again.patch - Updated (no code changes, only patch metadata) 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Re add back "udev: don't require nsserv and fillup" Did this in the wrong project... it was a complicated day today ;)- Added 2 patches to fix bsc#1001765 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Revert "udev: don't require nsserv and fillup" It's been judged too late for being part of SLE12 final release. Nevertheless it's part of Factory and will be reintroduced after the final release is out (ie through an update).- systemd-sysv-convert: make sure that /var/lib/systemd/sysv-convert/database is always initialized (bsc#982211) If "--save" command was used and the sysv init script wasn't enabled at all the database file wasn't created at all. This makes the subsequent call to "--apply" fail even though this should not considered as an error.- Added patches to fix journal with FSS protection enabled (bsc#1000435) 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch- udev: don't require nsserv and fillup (bsc#999841) udev has no LSB init scripts nor fillup templates anymore.- Build require python and python-lxml in order to generate systemd.directives man page (bsc#986952)- Add rules: block: add support for pmem devices (#3683) (bsc#988119) 0001-rules-block-add-support-for-pmem-devices-3683.patch- Fix is-enabled check in systemd-sysv-install (bsc#997268)- Only BuildRequire gnu-efi when building the 'real' systemd package.- Add a script to fix /var/lib/machines to make it suitable for rollbacks (bsc#992573)- reverted the systemctl split-off on request of Franck Bui.- Add sysusers to the new split "systemctl" subpackage- Split systemctl and tmpfiles into a separate package- Fix 1099-Add-default-rules-for-valve-steam-controller-to-work.patch to enable missing functionality of Steam Controller- Backport unified_cgroup_hierarchy fix for Linux >= 4.4. boo#989276 + systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch- drop 1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch it breaks btrfs on multiple device-mapper devices (boo#984516). The problem it tried to fix is already fixed in rule shipped with btrfsprogs (see boo#912170).- fix warning about missing install info during preset (boo#970293) 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch- Avoid bootstrap cycle with sg3_utils- Fix patch patch handle-numlock-value-in-etc-sysconfig-keyboard.patch that is do not close a file descriptor twice (boo#973907)- Add two patches which address logind/networkd disappearing from dbus (and busctl) even while the units and processes continue running. 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch- drop all compiler/linker option customizations: - -pipe option is used by default since day 0 - get rid of cflags() function which is not needed - --hash-size has no impact specially in runtime IOW, use the default options for the compiler and the linker, there's no point in making systemd different from other package in this regards.- use %make_build instead of 'make %{?_smp_mflags}'- be more strict on own lib version requirements- systemd should require udev with the exact same version- Modify patch handle-numlock-value-in-etc-sysconfig-keyboard.patch to allow that open, seek, and read of /dev/mem may fail e.g. on XEN based virtual guests (bsc#961120)- Add upstream patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch this fixes forced logouts on isolate target aka changing runlevel (boo#966535)- require curl and bzip2 to build importd - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they kan put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think. - /var/lib/systemd/random-seed is a file - own /var/lib/machines - add systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff- systemd-sysv-install: Fix chkconfig argument for disable op- Create groups adm,input,tape in fixed order (boo#944660)- Make sure we don't use tmpfs on /tmp by default (bsc#940522)- Avoid enabling readahead services; they have been removed. - In %install, only process kbd-model-map.xkb-generated if it exists. Resolves a build failure in 13.2/42.1.- spec: update minimum kernel version to 3.11 - Update minimum util-linux version to 2.27.1- Add patch to enable working steam controller: * 1099-Add-default-rules-for-valve-steam-controller-to-work.patch- fix CVE-2015-7510: Stack overflow in nss-mymachines (boo#956712) Add 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch- Update to new upstream release 228 * The various memory-related resource limit settings (such as LimitAS=) now understand the usual K, M, G, ... suffixes to the base of 1024 (IEC). Similar, the time-related settings understand the usual min, h, day, ... suffixes now. * CPUAffinity= now takes CPU index ranges in addition to just individual indexes. * A number of properties previously only settable in unit files are now also available as properties to set when creating transient units programmatically via the bus. - Remove 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch (merged upstream)- Update to 227. - Rebase systemd-pam_config.patch, handle-root_uses_lang-value-in-etc-sysconfig-language.patch, 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch, 0001-On_s390_con3270_disable_ANSI_colour_esc.patch, 0014-journald-with-journaling-FS.patch, 0019-make-completion-smart-to-be-able-to-redirect.patch, avoid-divide-by-zero-sigtrap.patch, systemd-add-user-keep.patch, set-and-use-default-logconsole.patch, tty-ask-password-agent-on-console.patch, 0001-bnc888612-logind-polkit-acpi.patch, watch_resolv.conf_for_become_changed.patch, 1097-udevd-increase-maximum-number-of-children.patch. - Remove 0002-units-enable-waiting-for-unit-termination-in-certain.patch, 1001-re-enable-by_path-links-for-ata-devices.patch, rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch: fixed upstream.- Modify patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch to handle locale at boot time well (boo#927250) - Be able to use build service environments several times- 1096-new-udev-root-symlink-generator.patch: fix substitution in ExecStart value- enable seccomp for aarch64 (fate#318444)- Fix again UEFI for mini package- Drop one more undesirable Obsoletes/Provides. This should have been a Conflicts. (There was already a Conflicts, and since Conflicts go both ways, we won't need a second one.)- No UEFI for systemd-mini- Add 2 upstream patches to fix boo#949574 and bsc#932284 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch 0002-units-enable-waiting-for-unit-termination-in-certain.patch- Disable systemd-boot on aarch64 since it fails to build. Error while compiling src/boot/efi/util.o is: usr/include/efi/aarch64/efibind.h:2:20: fatal error: stdint.h: No such file or directory- Fix UEFI detection logic: basically we let configure.ac figure out if UEFI is supported by the current build environment. No need to clutter the spec file with a new conditionnal %has_efi. - Provide systemd-bootx64.efi (aka gummiboot)- Modify patch tty-ask-password-agent-on-console.patch to reflect the changes done for pull request 1432- Undo Obsoletes/Provides (from Aug 11), creates too big a cycle. - Provide systemd-sysv-install program/link [bnc#948353]- Fix patch tty-ask-password-agent-on-console.patch not to crash away but enable it to ask on all devices of /dev/console- Avoid "file not found /etc/udev/rules.d/70-persistent-net.rules" waring occurring in %post- Add patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch to avoid broken virtual console mapping due stressed ioctl API for the virtual consoles (boo#904214)- Fix last change that is use the new name for udev packages in %pretrans.- restore usage of LUA in %pretrans.- Try to generate the systemd users and groups always in same order to avoid republish other packages (boo#944660)- cleanup specfile by removing commands that were dealing with systemd pre-generated files: we're now using systemd tarball generated directly from the git repo which doesn't contain any of these files. - there's no point in using LUA in %pretrans- Drop 0009-make-xsltproc-use-correct-ROFF-links.patch This patch was initialy added to workaround bsc#842844. But it appears that man(1) was fixed (included since 13.2 at least) to handle manual pages that consist only of a .so directive such as '.so '.- Change use-rndaddentropy-ioctl-to-load-random-seed.patch to make it work on big endian- Use Obsolete/Provides strategy from windows:mingw:mingw64/mingw64-cross-gcc to do the bootstrap cycle and kick out -mini afterwards.- Update to new upstream release 224 * systemd-networkd gained a number of new configuration options for DHCP, tunnels and bridges * systemd-efi-boot-generator functionality was merged into systemd-gpt-auto-generator.- /usr/share/systemd/kbd-model-map: added entries for xkeyboard-config converted keymaps; mappings, which already exist in original systemd mapping table are being ignored though, i.e. not overwritten; needs kbd in buildrequires (FATE#318426)- hostname-NULL.patch: Work around a crash on XEN hosts in OBS. /etc/hostname is not present and systemd then does strchr(hostname,soemthing) with hostname NULL.- Add Correct_assert_on_unexpected_error_code.patch to work around a problem of an assert on ENODEV for closing fd on an input event device (boo#939571)- Remove udev-generate-rules.sh, apparently not used by anything in the systemd nor udev-persistent-ifnames package.- Systemd v222, bugfix release. - Drop upstream patches 0006-pam_systemd-Properly-check-kdbus-availability.patch 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch 0031-install-fix-bad-memory-access.patch 1032-ata_id-unbotch-format-specifier.patch - Drop SUSE patch 1013-no-runtime-PM-for-IBM-consoles.patch udev does no longer enable USB HID power management at all. - The udev accelerometer helper was removed, obsoleted by iio-sensor-proxy package. - networkd gained a new configuration option IPv6PrivacyExtensions. - udev does not longer support the WAIT_FOR_SYSFS= key in udev rules. There are no known issues with current sysfs, and udev does not need or should be used to work around such bugs.- Avoid restarting logind [bnc#934901] - Do not suppress errors in any case, even if they are ignored- Fix devel package requires (both mini and real required real libsystemd0)- Rework patch tty-ask-password-agent-on-console.patch to fit the requisition of https://bugs.freedesktop.org/show_bug.cgi?id=82004- Rework "-mini" package logic to not conflict with itself and then add libsystemd0 to mini.- remove SysVStartPriority= from after-local.service, unsupported since v218. Note that this option was only parsed and that's it. the logic to give "start priority" was never implemented.- change the default fallback ntp servers to the opensuse pool.ntp.org vendor zone. - We still need to run systemd-sysctl.service after local-fs.target otherwise it works only when /boot is in the root filesystem but not when it is a separate partition.- Obsolete pm-utils and suspend (boo#925873). - Remove pm-utils support (remove Forward-suspend-hibernate-calls-to-pm-utils.patch).- remove patch sysctl-handle-boot-sysctl.conf-kernel_release.patch from the filelist.- libpcre, glib2 and libusb are not used by systemd, remove from buildrequires.- 1032-ata_id-unbotch-format-specifier.patch: fix udev ata_id output. - 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch fix StopWhenUnneeded=true in combination with a Requisite= dependency. - 0031-install-fix-bad-memory-access.patch: Fix Bad memory access - 0006-pam_systemd-Properly-check-kdbus-availability.patch: if kdbus is enabled (i.e boot with kdbus=1) DBUS_SESSION_BUS_ADDRESS must not be exported. - spec: add a min_kernel_version macro to ensure the package conflicts with kernel versions in which systemd cannot run.- sysctl-handle-boot-sysctl.conf-kernel_release.patch dropped, replaced by a tmpfiles.d snippet "current-kernel-sysctl.conf" (feature implemented in v220 just for our usecase)- fix build when resolved is enabled - remove fsck -l test in spec file, systemd requires util-linux 2.26 or later where this feature is already available.- Fix bootstrap build by guarding filelists (man pages don't get built in bootstrap mode) - Drop commented sections from baselibs.conf, allows format_spec_file to have a successful run- Install 50-coredump.conf as coredumpctl is now installed by default and does not use journal anymore as default storage- Update to new upstream release 221 * From 220: * libgudev was moved into a package of its own * Runlevels 2, 3 and 4 are no longer distinct, they all map to multi-user.target. * The EFI System Partition mounted to /boot will be unmounted 2 minutes after boot. * systemd does not support direct live-upgrades (via `systemctl daemon-reexec`) from versions older than v44 anymore. * systemd-nspawn may now be called as part of a shell pipeline. * systemd-shutdownd has been removed. This service was previously responsible for implementing scheduled shutdowns as exposed in /usr/bin/shutdown's time parameter. This functionality has now been moved into systemd-logind and is accessible via a bus interface. * udev will no longer call blkid and create symlinks for all block devices, but merely those from a whitelist (cf. 60-persistent-storage.rules). * /usr/lib/os-release gained a new optional field VARIANT= * Details at http://lists.freedesktop.org/archives/systemd-devel/2015-May/032147.html * From 221: * New sd-bus and sd-event APIs in libsystemd * If there is both a systemd unit and a SysV init script for the same service name, and `systemctl enable` or other operation is run, both will now be enabled (or execute the related operation on both), not just the unit. - Split libsystemd0 to support systemd-less nspawn containers - Redo manpage file lists without %exclude, tends to hide unpackaged files. - hwdb belongs to udev - Resolve memory leak and add missing _cleanup_free_ to 0001-On_s390_con3270_disable_ANSI_colour_esc.patch - Remove systemd-powerd-initctl-support.patch (no longer builds because shutdownd is gone) - Remove quilt-patches/0001-core-rework-device-state-logic.patch, 0001-Let-some-boolean-survive-a-daemon-reload.patch (merged upstream), 0001-Let-some-boolean-survive-a-daemon-reload.patch (obsolete)- Remove libudev0 from baselibs.conf- Drop 1055-let-9719859c07aa13539ed2cd4b31972cd30f678543-apply.patch as now upstream code - Add 0001-Let-some-boolean-survive-a-daemon-reload.patch to fix bsc#933365 and boo#934077- Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165- Drop 1021-udev-re-add-persistent-net-rules.patch, 1036-rules-disable-usage-of-dev_id-in-persistent-rules.patch, 1040-re-enable-dev_id-conditionally-in-persistent-rules.patch, 1046-fix-duplicated-rules-with-layer3-interfaces.patch, 1050-only-rename-SRIOV-VF-devices-when-name-starts-with-eth.patch, 1051-check-if-NAME-has-a-value.patch, 1053-better-checks-in-write_net_rules.patch, 1088-drop-renaming-of-virtual-interfaces-in-guest.patch. 1021 originally broke parsing of net.ifnames=0 [bnc#931165], and given that neither the kernel command line needs to be touched nor the source be patched to reach the unpredictable naming setup for SLE, all these parts are moved to a separate package.- Add upstream patch 0001-core-don-t-change-removed-devices-to-state-tentative.patch to fix the fix of the last backport (bsc#921898)- Reenable networkd which was silently disabled on Feb 18- Add 0001-core-rework-device-state-logic.patch to fix spurious automated umount after mount.- mark more subpackages as !bootstrap for systemd-mini usage.- spec : remove --with-firmware-path, firmware loader was removed in v217 - spec: remove --disable-multi-seat-x, gone.(fixed in xorg) - spec: Do not enable systemd-readahead-collect.service and systemd-readahead-replay.service as these do not exist anymore. - spec: drop timedate-add-support-for-openSUSE-version-of-etc-sysconfig.patch Yast was fixed to write all timezone changes exactly how timedated expects things to be done. - spec: remove handle-etc-HOSTNAME.patch, since late 2014 the netcfg package handles the migration from /etc/HOSTNAME to /etc/hostname and owns both files. -spec: remove boot.udev and systemd-journald.init as they currently serve no purpose. - suse-sysv-bootd-support.diff: Remove HAVE_SYSVINIT conditions, we are in sysvcompat-only codepath, also remove the code targetting other distributions, never compiled as the TARGET_$DISTRO macros are never defined. - systemd-powerd-initctl-support.patch guard with HAVE_SYSV_COMPAT - set-and-use-default-logconsole.patch: fix HAVE_SYSV_COMPAT guards - insserv-generator.patch: Only build when sysvcompat is enabled - vhangup-on-all-consoles.patch add a comment indicating this is a workaround for a kernel bug. - spec: Add option to allow disabling sysvinit compat at build time. - spec: Add option to enable resolved at build time. - spec: Remove all %ifs for !factory products, current systemd releases can neither be built nor installed in older products without upgrading several components of the base system. (removed: 1008-add-msft-compability-rules.patch was only for =< 13.1) - spec: remove all dummy "aliases" to /etc/init.d, that made sense only when those init scripts still existed. (dummy localfs.service source: gone) - systemd-sleep-grub: moved to the grub2 package where it belongs as a suspend/resume hook (SR#286533) (drops prepare-suspend-to-disk.patch) - remove LFS_CFLAGS from CFLAGS, never needed in systemd as it force feds config.h everywhere in the preprocessor cmdline.- Update to new upstream release 219 * systemd units can now be "unsupported" (like, for example, .device in a containers), similar to the "skipped" state in SUSE's prior sysvinit scripts. * tmpfiles gained the 'v' type for creating btrfs subvolumes. * tmpfiles gained the 'a' type for setting ACLs. * systemd-nspawn gained new switches: --ephemeral, --template * The /var/lib/containers location is deprecated and replaced by /var/lib/machines. * machinectl gained the copy-from and copy-to commands. * machinectl now knows a "bind" command (for use with nspawn) * new "systemd-importd" daemon to download container images and run them as nspawn containers. * networkd collects LLDP network announcements, if available, and so shown in networkctl. * The fallback terminal type was changed from "vt102" to "vt220", allowing PgUp/PgDn keys to work. * Pressing Ctrl-Alt-Del 7x in 2 seconds forces a umount+reboot now, useful should the regular shutdown hang. * Removing storage will cause systemd to unmount the associated mountpoints so that they don't linger around.- Add suse-sysv-bootd-support.diff (reinstate old Revert-service-drop-support-for-SysV-scripts-for-the-early.patch)- Update to systemd v218-1050-g38ab096 - Remove patches use-usr-sbin-sulogin-for-emergency-service.patch (upstream fixed it) - Reinstate and improve (remove huge indents from) tty-ask-password-agent-on-console.patch, 0014-journald-with-journaling-FS.patch, rootsymlink_generator.- disable systemd-resolved for now as it interacts not well with our methods and security has concerns regarding spoofing. bsc#917781- Add patch kbd-model-map.patch to add missed keyboard layouts which are offered by YaST2 (bsc#910643 and boo#897803)- Update to new upstream release 218 * New utilities: systemd-timesyncd (SNTP client), systemd-resolved, systemd-networkd, networkctl, systemd-sysusers * machinectl gained a "poweroff" command for clean container shutdown * The udev hwdb now contains DPI information for mice. * Userspace firmware loading support has been removed and the minimum supported kernel version is thus bumped to 3.7. - Remove patches: G=gone locally, is upstream; D=dropped: no longer needed; N=no longer applies to source nor is it deemed needed; K=killed: no longer applicable and too complex to resolve: - --- G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch K handle-SYSTEMCTL_OPTIONS-environment-variable.patch K 0018-Make-LSB-Skripts-know-about-Required-and-Should.patch K log-target-null-instead-kmsg.patch K tty-ask-password-agent-on-console.patch K 513-nspawn-veth.patch K 1087-infinit-timeout-for-kmod-loaded-modules.patch D module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch D avoid-leaking-socket-descriptors.patch D 0001-make-fortify-happy-with-ppoll.patch N fix-owner-of-var-log-btmp.patch N disable-nss-myhostname-warning-bnc-783841.patch N Revert-service-drop-support-for-SysV-scripts-for-the-early.patch N 0001-make-209-working-on-older-dist.patch N 0001-Don-t-snprintf-a-potentially-NULL-pointer.patch N tmpfiles-do-not-clean-for-mandb-index-files.patch G 0001-sd-bus-don-t-look-for-a-64bit-value-when-we-only-hav.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patc G optionally-warn-if-nss-myhostname-is-called.patch G 0001-units-systemd-sysctl.service.in-run-after-load-modul.patch G 0004-getty-generator-properly-escape-instance-names.patch G rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch G 0008-Reset-signal-mask-on-re-exec-to-init.patch G 0001-login-fix-pos-array-allocation.patch G 0002-login-set-pos-slot-to-fallback-on-pos-eviction.patch G 0003-login-Allow-calling-org.freedesktop.login1.Seat.Swit.patch G 0004-fix-typo-in-iDRAC-network-interface-name-irdac-idrac.patch G 0005-Replace-var-run-with-run-in-remaining-places.patch G 0006-Revert-back-to-var-run-at-a-couple-of-problems.patch G 0007-README-document-that-var-run-must-be-a-symlink-run.patch G 0008-Use-var-run-dbus-system_bus_socket-for-the-D-Bus-soc.patch G 0009-mount-don-t-send-out-PropertiesChanged-message-if-ac.patch G 0010-mount-don-t-fire-PropertiesChanged-signals-for-mount.patch G 0011-logs-show-fix-corrupt-output-with-empty-messages.patch G 0012-journalctl-refuse-extra-arguments-with-verify-and-si.patch G 0014-nspawn-fix-detection-of-missing-proc-self-loginuid.patch G 0001-Fix-systemd-stdio-bridge-symlink.patch G 0002-execute-free-directory-path-if-we-fail-to-remove-it-.patch G 0003-Do-not-print-invalid-UTF-8-in-error-messages.patch G 0004-man-document-missing-options-of-systemd-run.patch G 0005-systemd-run-add-some-extra-safety-checks.patch G 0006-journal-assume-that-next-entry-is-after-previous-ent.patch G 0007-journal-forget-file-after-encountering-an-error.patch G 0008-core-correctly-unregister-PIDs-from-PID-hashtables.patch G 0009-logind-fix-reference-to-systemd-user-sessions.servic.patch G 0010-man-update-link-to-LSB.patch G 0011-man-systemd-bootchart-fix-spacing-in-command.patch G 0012-man-add-missing-comma.patch G 0013-units-Do-not-unescape-instance-name-in-systemd-backl.patch G 0001-core-busname-add-lookup-string-for-BUSNAME_FAILURE_S.patch G 0002-manager-flush-memory-stream-before-using-the-buffer.patch G 0003-busname-don-t-drop-service-from-the-result-string.patch G 0004-fix-off-by-one-error-in-array-index-assertion.patch G 0005-logind-fix-policykit-checks.patch G 0006-rules-mark-loop-device-as-SYSTEMD_READY-0-if-no-file.patch G 0008-man-multiple-sleep-modes-are-to-be-separated-by-whit.patch G 0001-gpt-auto-generator-don-t-return-OOM-on-parentless-de.patch G 0002-bus-fix-memory-leak-when-kdbus-is-not-enabled.patch G 0006-Do-not-return-1-EINVAL-on-allocation-error.patch G 0007-networkd-fix-typo.patch G 0008-sd-bus-don-t-access-invalid-memory-if-a-signal-match.patch G 0009-sd-bus-don-t-choke-if-somebody-sends-us-a-message-wi.patch G 0012-journald-remove-stray-reset-of-error-return-value.patch G 0013-core-libsystemd-systemd-timedate-udev-spelling-fixes.patch G 0001-cgroup-it-s-not-OK-to-invoke-alloca-in-loops.patch G 0002-machined-fix-Kill-bus-call-on-machine-objects-when-w.patch G 0003-sd-bus-don-t-use-assert_return-to-check-for-disconne.patch G 0004-core-don-t-try-to-relabel-mounts-before-we-loaded-th.patch G 0005-sd-daemon-fix-incorrect-variable-access.patch G 0006-sd-event-initialization-perturbation-value-right-bef.patch G 0007-sd-event-don-t-accidentally-turn-of-watchdog-timer-e.patch G 0008-systemctl-kill-mode-is-long-long-gone-don-t-mention-.patch G 0009-ask-password-when-the-user-types-a-overly-long-passw.patch G 0001-journal-fix-export-of-messages-containing-newlines.patch G 0002-systemctl-update-NAME-to-PATTERN-in-help.patch G 0003-tty-ask-password-agent-return-negative-errno.patch G 0004-systemd-python-use-.hex-instead-of-.get_hex.patch G 0005-systemd-python-fix-failing-assert.patch G 0007-dbus-suppress-duplicate-and-misleading-messages.patch G 0001-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch G 0001-bash-completion-fix-__get_startable_units.patch G 0002-sysctl-replaces-some-slashes-with-dots.patch G 0003-delta-do-not-use-unicode-chars-in-C-locale.patch G 0004-implement-a-union-to-pad-out-file_handle.patch G shut-up-annoying-assertion-monotonic-clock-message.patch G 0001-sd-rtnl-message-append-fix-uninitialized-memory.patch G 0001-tmpfiles-fix-permissions-on-new-journal-files.patch G 0001-errno-make-sure-to-handle-the-3-errnos-that-are-alia.patch G 0003-analyze-fix-plot-with-bad-y-size.patch G 0004-job-add-waiting-jobs-to-run-queue-in-unit_coldplug.patch G 0005-job-always-add-waiting-jobs-to-run-queue-during-cold.patch G 0001-backlight-Avoid-restoring-brightness-to-an-unreadabl.patch G 0002-backlight-do-nothing-if-max_brightness-is-0.patch G 0003-backlight-unify-error-messages.patch G 0004-backlight-warn-if-kernel-exposes-backlight-device-wi.patch G 0005-backlight-handle-saved-brightness-exceeding-max-brig.patch G 0001-replace-more-dup-by-F_DUPFD_CLOEXEC.patch G 0002-pam_systemd-use-F_DUPFD_CLOEXEC-when-dupping-session.patch G 0001-core-close-socket-fds-asynchronously.patch G 0002-logind-bring-polkit-policy-for-hibernate-in-line-wit.patch G 0003-core-make-sure-to-serialize-jobs-for-all-units.patch G 0001-logind-ignore-lid-switch-if-more-than-1-display-is-c.patch G 0002-logind-fix-printf-format.patch G 0003-logind-ignore-lid-switch-events-for-30s-after-each-s.patch G 0004-logind-Do-not-fail-display-count-if-a-device-has-no-.patch G 0005-logind-move-lid-switch-handling-from-logind-main-to-.patch G 0006-man-clarify-that-the-ExecReload-command-should-be-sy.patch G 0007-man-readahead-fix-cmdline-switch-inconsistency-betwe.patch G 0008-man-update-journald-rate-limit-defaults.patch G 0009-nspawn-properly-format-container_uuid-in-UUID-format.patch G 0010-logind-allow-suspending-if-there-are-no-displays.patch G 0001-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0002-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0003-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0004-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0005-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-conf-parser-silently-ignore-sections-starting-with-X.patch G 0002-man-note-that-entire-sections-can-now-be-ignored.patch G 0004-machined-make-sure-GetMachineAddresses-is-available-.patch G 0005-core-Filter-by-state-behind-the-D-Bus-API-not-in-the.patch G 0006-login-add-mir-to-the-list-of-session-types.patch G 0007-logind-fix-Display-property-of-user-objects.patch G 0001-hwdb-update.patch G 0002-hwdb-update.patch G 0003-hwdb-PCI-include-primary-model-string-in-subsystem-m.patch G 0004-hwdb-update.patch G 0005-hwdb-update.patch G 0001-journal-cleanup-up-error-handling-in-update_catalog.patch G 0002-journal-properly-detect-language-specified-in-line.patch G 0003-man-mention-XDG_CONFIG_HOME-in-systemd.unit.patch G 0001-keymap-Add-Lenovo-Enhanced-USB-Keyboard.patch G 0002-keymap-Asus-EeePC-touchpad-toggle-key.patch G 0001-nspawn-allow-to-bind-mount-journal-on-top-of-a-non-e.patch G 0002-nspawn-restore-journal-directory-is-empty-check.patch G 0003-core-never-consider-failure-when-reading-drop-ins-fa.patch G 0004-socket-properly-handle-if-our-service-vanished-durin.patch G 0001-Do-not-unescape-unit-names-in-Install-section.patch G 0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch G 0001-virt-rework-container-detection-logic.patch G 0002-fsck-include-device-name-in-the-message-about-missin.patch G 0003-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch G 0004-util-ignore_file-should-not-allow-files-ending-with.patch G 0006-tty-ask-password-agent-Do-tell-what-directory-we-fai.patch G 0007-keyboard-add-Plantronics-.Audio-mute-button.patch G 0001-build-sys-use-glibc-s-xattr-support-instead-of-requi.patch G 0001-hwdb-fix-case-sensitive-match.patch G 0001-sd-event-restore-correct-timeout-behaviour.patch G 0002-bus-make-use-of-sd_bus_try_close-in-exit-on-idle-ser.patch G 0001-umount-modernizations.patch G 0002-namespace-when-setting-up-an-inaccessible-mount-poin.patch G 0003-core-allow-transient-mount-units.patch G 0004-systemd-detect-virt-only-discover-Xen-domU.patch G 0005-backlight-Do-not-clamp-brightness-for-LEDs.patch G 0006-log-honour-the-kernel-s-quiet-cmdline-argument.patch G 0001-core-fix-invalid-free-in-killall.patch G 0003-install-fix-invalid-free-in-unit_file_mask.patch G 0001-systemd-detect-virt-detect-s390-virtualization.patch G 0001-core-sysvcompat-network-should-be-equivalent-to-netw.patch G 0002-units-add-missing-caps-so-that-GetAddresses-can-work.patch G 0003-units-order-systemd-tmpfiles-clean.service-after-tim.patch G 0005-po-add-Greek-translation.patch G 0006-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0007-po-add-German-translation.patch G 0009-core-clean-up-signal-reset-logic-when-reexec.patch G 0010-util-treat-fuse.sshfs-as-a-network-filesystem.patch G 0011-build-sys-add-pthread-flag-for-libsystemd-shared.patch G 0012-core-transaction-avoid-misleading-error-message-when.patch G 0001-vconsole-also-copy-character-maps-not-just-fonts-fro.patch G 0002-core-make-sure-Environment-fields-passed-in-for-tran.patch G 0003-core-You-can-not-put-the-cached-result-of-use_smack-.patch G 0004-cryptsetup-don-t-add-unit-dependency-on-dev-null-dev.patch G 0005-man-fix-path-in-crypttab-5.patch G 0001-units-order-network-online.target-after-network.targ.patch G 0001-core-use-correct-format-string-for-UIDs.patch G 0002-core-transaction-fix-cycle-break-attempts-outside-tr.patch G 0003-fsck-consider-a-fsck-implementation-linked-to-bin-tr.patch G 0001-main-uid_to_name-might-fail-due-to-OOM-protect-again.patch G 0002-journald-make-MaxFileSec-really-default-to-1month.patch G 0003-units-remove-RefuseManualStart-from-units-which-are-.patch G 0004-util-refuse-considering-UID-0xFFFF-and-0xFFFFFFFF-va.patch G 0005-nspawn-block-open_by_handle_at-and-others-via-seccom.patch G 0006-tmpfiles-don-t-do-automatic-cleanup-in-XDG_RUNTIME_D.patch G 0007-units-skip-mounting-tmp-if-it-is-a-symlink.patch G 0001-parse_uid-return-ENXIO-for-1-uids.patch G 0002-util-when-unescaping-strings-don-t-allow-smuggling-i.patch G 0003-localed-consider-an-unset-model-as-a-wildcard.patch G 0004-sd-bus-when-an-event-loop-terminates-explicitly-clos.patch G 0005-bus-close-a-bus-that-failed-to-connect.patch G 0006-hwdb-update.patch G 0007-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-architecture-Add-tilegx.patch G 0002-architecture-Add-cris.patch G 0003-arch-add-crisv32-to-uname-check.patch G 0004-architecture-remove-cris-from-uname-list.patch G 0003-namespace-make-sure-tmp-var-tmp-and-dev-are-writable.patch G 0002-namespace-fix-uninitialized-memory-access.patch G 0001-machine-don-t-return-uninitialized-variable.patch G 0002-vconsole-setup-run-setfont-before-loadkeys.patch G 0001-util-consider-0x7F-a-control-chracter-which-it-is-DE.patch G 0002-util-don-t-consider-tabs-special-in-string_has_cc-an.patch G 0003-architecture-add-string-table-entries-for-mips-le-ar.patch G 0004-core-Added-support-for-ERRNO-NOTIFY_SOCKET-message-p.patch G 0005-service-don-t-accept-negative-ERRNO-notification-mes.patch G 0006-systemctl-show-StatusErrno-value-in-systemctl-status.patch G 0007-service-flush-status-text-and-errno-values-each-time.patch G 0001-journal-compress-return-early-in-uncompress_startswi.patch G 0002-journal-compress-improve-xz-compression-performance.patch G 0001-logind-allow-switching-to-unused-VTs-via-SwitchTo.patch G 0002-hostnamed-add-a-new-chassis-type-for-watches.patch G 0001-units-make-ExecStopPost-action-part-of-ExecStart.patch G 0001-event-pull-in-sd-event.h-from-event-util.h.patch G 0002-util-fix-has-cc-check-and-add-test.patch G 0003-sd-event-always-call-epoll_ctl-on-mask-updates-if-ed.patch G 0004-fileio-quote-more-shell-characters-in-envfiles.patch G 0001-Clear-up-confusion-wrt.-ENTRY_SIZE_MAX-and-DATA_SIZE.patch G 0002-units-serial-getty-.service-use-the-default-RestartS.patch G 0001-po-add-Ukrainian-translation.patch G 0002-man-document-yearly-and-annually-in-systemd.time-7.patch G 0003-core-nicer-message-when-inotify-watches-are-exhauste.patch G 0001-detect-virt-Fix-Xen-domU-discovery.patch G 0002-Be-more-verbose-when-bind-or-listen-fails.patch G 0003-Add-quotes-to-warning-message.patch G 0004-systemd-return-the-first-error-from-manager_startup.patch G 0001-bash-completion-p-option-for-journalctl.patch G 0002-journalctl-man-allow-only-between-terms.patch G 0003-systemd-use-pager-for-test-and-help.patch G 0001-bus-proxyd-fix-incorrect-comparison.patch G 0002-shell-completion-prevent-mangling-unit-names.patch G 0003-Always-check-asprintf-return-code.patch G 0004-bash-completion-use-list-unit-files-to-get-all-units.patch G 0005-core-only-set-the-kernel-s-timezone-when-the-RTC-run.patch G 0006-parse_boolean-require-exact-matches.patch G 0007-drop_duplicates-copy-full-BindMount-struct.patch G 0008-shell-completion-prevent-mangling-unit-names-bash.patch G 0009-journald-always-add-syslog-facility-for-messages-com.patch G 0001-sysv-order-initscripts-which-provide-network-before-.patch G 0002-keymap-Add-microphone-mute-keymap-for-Dell-Latitude.patch G 0003-keymap-Annotate-all-micmute-workarounds.patch G 0007-hwdb-update.patch G 0001-nspawn-fix-truncation-of-machine-names-in-interface-.patch G 0002-switch-root-umount-the-old-root-correctly.patch G 0003-bootchart-it-s-not-OK-to-return-1-from-a-main-progra.patch G 0004-login-set_controller-should-fail-if-prepare_vt-fails.patch G 0005-sd-resolve-fix-allocation-if-query-ids-never-reuse-t.patch G 0006-login-share-VT-signal-handler-between-sessions.patch G 0007-journald-also-increase-the-SendBuffer-of-dev-log-to-.patch G 0008-mount-setup-fix-counting-of-early-mounts-without-SMA.patch G 0009-journald-Fix-off-by-one-error-in-Missed-X-kernel-mes.patch G 0010-machine_kill-Don-t-kill-the-unit-when-killing-the-le.patch G 0011-units-fix-BindsTo-logic-when-applied-relative-to-ser.patch G 0012-util-try-to-be-a-bit-more-NFS-compatible-when-checki.patch G 0001-hwdb-keymaps-for-Samsung-900X3E-900X3F.patch G 0002-Add-hwdb-entry-for-Samsung-Series-7-Ultra.patch G 0003-keymap-Fix-HP-Pavillon-DV7.patch G 0004-hwdb-update-format-description-and-document-reloadin.patch G 0008-hwdb-update.patch G 0001-systemctl-Correct-error-message-printed-when-bus_pro.patch G 0002-units-order-systemd-fsck-.service-after-local-fs-pre.patch G 0003-keymap-Adjust-for-more-Samsung-900X4-series.patch G 0001-login-fix-memory-leak-on-DropController.patch G 0002-util-fix-minimal-race-where-we-might-miss-SIGTERMs-w.patch G 0003-sd-journal-properly-convert-object-size-on-big-endia.patch G 0004-sd-journal-verify-that-object-start-with-the-field-n.patch G 0001-nspawn-fix-network-interface.patch G 0001-completion-filter-templates-from-restartable-units.patch G 0002-systemd-fix-error-message.patch G 0003-Quote-unit-names-in-suggested-systemctl-commandlines.patch G 0004-config-parser-fix-mem-leak.patch G 0005-login-fix-mem-leak.patch G 0001-login-simplify-controller-handling.patch G 0001-initrd-parse-etc.service-ignore-return-code-of-daemo.patch G 0008-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0009-hwdb-update.patch G 0001-systemctl-allow-to-change-the-default-target-without.patch G 0001-activate-fix-fd-leak-in-do_accept.patch G 0002-analyze-avoid-a-null-dereference.patch G 0003-analyze-fix-mem-leak.patch G 0004-backlight-Avoid-error-when-state-restore-is-disabled.patch G 0005-bus-avoid-using-m-kdbus-after-freeing-it.patch G 0006-bus-unref-buscreds-on-failure.patch G 0007-core-fix-a-potential-mem-leak.patch G 0008-core-smack-setup-Actually-allow-for-succesfully-load.patch G 0009-journal-do-not-leak-mmaps-on-OOM.patch G 0010-manager-use-correct-cleanup-function.patch G 0001-core-fix-resource-leak-in-manager_environment_add.patch G 0002-util-remove-a-unnecessary-check.patch G 0003-udev-event-explicitly-don-t-read-from-invalid-fd.patch G 0004-shared-conf-parser.patch G 0005-logind-fix-typo.patch G 0006-systemctl-fix-resource-leak-CID-1237747.patch G 0007-libudev-monitor-warn-if-we-fail-to-request-SO_PASSCR.patch G 0008-shared-conf-parser-don-t-leak-memory-on-error-in-DEF.patch G 0009-bus-fix-bus_print_property-to-use-int-for-booleans.patch G 0001-journal-Do-not-count-on-the-compiler-initializing-fo.patch G 0002-include-fcntl.h-rather-than-sys-fcntl.h.patch G 0003-mount-order-options-before-other-arguments-to-mount.patch G 0004-shared-wtmp-utmp-don-t-clear-store_wtmp-in-utmp_put_.patch G 0005-shared-label.h-add-missing-stdio.h-include.patch G 0006-shared-sparse-endian.h-add-missing-byteswap.h-includ.patch G 0001-login-pause-devices-before-acknowledging-VT-switches.patch G 0001-nspawn-don-t-try-to-create-veth-link-with-too-long-i.patch G 0001-socket-introduce-SELinuxContextFromNet-option.patch G 0002-util-avoid-non-portable-__WORDSIZE.patch G 0001-Fix-warning-about-unused-variable-with-SELINUX.patch G 0002-bus-remove-unused-check.patch G 0001-systemd-tmpfiles-Fix-IGNORE_DIRECTORY_PATH-age-handl.patch G 0001-logind-add-support-for-Triton2-Power-Button.patch G 0002-logind-add-support-for-TPS65217-Power-Button.patch G 0001-shutdownd-clean-up-initialization-of-struct.patch G 0003-bootchart-parse-userinput-with-safe_atoi.patch G 0004-bootchart-check-return-of-strftime.patch G 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch G 0001-journalctl-do-not-output-reboot-markers-when-running.patch G 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch G 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch G 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch G 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch G 0003-fileio-label-return-error-when-writing-fails.patch G 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch G 0004-sd-event-check-the-value-of-received-signal.patch G 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch G 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch G 0001-units-introduce-network-pre.target-as-place-to-hook-.patch G 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch G 0003-sd-bus-check-return-value-of-vasprintf.patch G 0004-core-map-the-rescue-argument-to-rescue.target.patch G 0005-util-avoid-double-close-of-fd.patch G 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch G 0001-tmpfiles-compare-return-against-correct-errno.patch G 0001-shell-completion-fix-completion-of-inactive-units.patch G 0002-shell-completion-propose-templates-for-disable-re-en.patch G 0003-man-we-don-t-have-Wanted-dependency.patch G 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch G 0001-systemd-continue-switch-root-even-if-umount-fails.patch G 0002-systemd-try-harder-to-bind-to-notify-socket.patch G 0001-strv-add-an-additional-overflow-check-when-enlarging.patch G 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch G 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch G 0004-journal-do-server_vacuum-for-sigusr1.patch G 0005-cryptsetup-fix-an-OOM-check.patch G 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch G 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch G 0002-time-also-support-infinity-syntax-in-parse_nsec.patch G 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch G 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch G 0005-journalctl-correct-help-text-for-until.patch G 0006-calendarspec-fix-typo-in-annually.patch G 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch G 0008-util-introduce-sethostname_idempotent.patch G 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch G 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch G 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch G 0012-manager-do-not-print-anything-while-passwords-are-be.patch G 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch G 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch G 0001-core-don-t-allow-enabling-if-unit-is-masked.patch G 0002-snapshot-return-error-when-snapshot-exists.patch G 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch G 0004-Raise-level-of-Found-dependency.-lines.patch G 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch G 0006-journald-fix-minor-memory-leak.patch G 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch G 0008-journald-fix-memory-leak-on-error-path.patch G 0009-units-make-systemd-journald.service-Type-notify.patch G 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch G 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch G 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch G 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch G 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch G 0001-systemctl-let-list-units-unit-files-honour-type.patch G 0002-systemctl-obey-state-in-list-unit-files.patch G 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch G 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch G 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch G 0001-selinux-access-fix-broken-ternary-operator.patch G 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch G 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch G 0004-core-fix-transaction-destructiveness-check-once-more.patch G 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch G 0002-man-tmpfiles.d-recommend-using-b-and-c.patch G 1009-cdrom_id-use-the-old-MMC-fallback.patch G 1010-udev-increase-result-size-for-programs.patch G 1014-udev-update-net_id-comments.patch G 1015-udev-persistent-naming-we-cannot-use-virtio-numbers-.patch G 1016-udev-warn-when-name_to_handle_at-is-not-implemented.patch G 1017-udev-serialize-synchronize-block-device-event-handli.patch G 1018-udev-do-not-skip-the-execution-of-RUN-when-renaming-.patch G 1019-udev-avoid-use-of-uninitialized-err.patch G 1020-udev-keyboard-also-hook-into-change-events.patch G 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch G 1023-udev-builtin-keyboard-do-tell-on-which-device-EVIOCS.patch G 1024-udev-always-close-lock-file-descriptor.patch G 1025-udev-exclude-device-mapper-from-block-device-ownersh.patch G 1026-udevd-inotify-modernizations.patch G 1027-udev-synthesize-change-events-for-partitions-when-to.patch G 1028-udev-link-config-fix-mem-leak.patch G 1029-udev-try-first-re-reading-the-partition-table.patch G 1030-udev-guard-REREADP-logic-with-open-O_ECXL.patch G 1031-udev-make-sure-we-always-get-change-for-the-disk.patch G 1032-udev-guard-REREADPT-by-exclusive-lock-instead-of-O_E.patch G 1033-udev-really-exclude-device-mapper-from-block-device.patch G 1034-udev-check-the-return-value-from-udev_enumerate_scan.patch G 1038-udev-fix-invalid-free-in-enable_name_policy.patch G 1039-udevadm-settle-fixed-return-code-for-empty-queue.patch G 1041-libudev-fix-udev_queue_get_queue_is_empty-logic.patch G 1042-libudev-queue-provide-file-descriptor-to-watch-busy-.patch G 1043-libudev-queue-watch-entire-directory-to-allow-the-re.patch G 1044-rules-update-qemu-hid-rules.patch G 1045-rules-don-t-enable-usb-pm-for-Avocent-devices.patch G 1047-udev-net_setup_link-builtin-should-print-the-reason-.patch G 1048-udev-net_setup_link-add-a-bit-more-logging.patch G 1049-udev-link_config-ignore-errors-due-to-missing-MAC-ad.patch G 1052-rules-uaccess-add-ID_SOFTWARE_RADIO.patch G 1054-udev-exclude-MD-from-block-device-ownership-event-lo.patch G 1056-udevd-add-event-timeout-commandline-option.patch G 1057-udev-unify-event-timeout-handling.patch G 1058-udev-unify-event-timeout-handling.patch G 1059-udev-fixup-commit-dd5eddd28a74a49607a8fffcaf960040db.patch G 1061-rules-allow-systemd-to-manage-loop-device-partitions.patch G 1063-udev-path_id-suppress-ID_PATH-for-devices-with-an-un.patch G 1064-udev-hwdb-do-not-look-at-usb_device-parents.patch G 1065-udev-bump-event-timeout-to-60-seconds.patch G 1067-udev-always-resolve-correctly-database-names-on-chan.patch G 1068-udev-net_setup_link-export-the-.link-filename-applie.patch G 1069-rules-net-setup-link-preserve-ID_NET_LINK_FILE-and-I.patch G 1070-rules-net-setup-link-remove-stray-linebreak.patch G 1071-udev-import-the-full-db-on-MOVE-events-for-devices-w.patch G 1072-udev-netif_rename-don-t-log-to-kmsg.patch G 1073-udev-drop-print_kmsg.patch G 1074-udev-fix-copy-paste-error-in-log-message.patch G 1075-udev-timeout-increase-timeout.patch G 1076-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1077-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1078-udev-remove-userspace-firmware-loading-support.patch G 1079-udev-remove-userspace-firmware-loading-support.patch G 1080-udevd-parse_argv-warn-if-argumens-are-invalid.patch G 1081-udevd-check-return-of-various-functions.patch G 1082-udevadm-hwdb-check-return-value-of-fseeko.patch G 1083-udev-node-warn-if-chmod-chown-fails.patch G 1084-udev-ctrl-log-if-setting-SO_PASSCRED-fails.patch G 1085-udev-fix-typos.patch G 1086-udevd-don-t-fail-if-run-udev-exists.patch G 1089-fix-cgroup-device-controller.patch G 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch G 1091-udev-path_id-update-comments.patch G 1092-libudev-do-not-accept-invalid-log-levels.patch G 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch G 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch G 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- update set-and-use-default-logconsole.patch - fix comparison of console log facility that caused journald to skip output to console (boo#912030)- Use Robert's latest patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which drops NAMEPOLICY_KERNEL as this breaks all on current systems out there- remove 0022-systemd-tmpfiles-ownerkeep.patch since this is now implemented into the systemd-tmpfiles binary - add user based ignore statements in tmpfiles removal directives (bnc#903009) add systemd-add-user-keep.patch- use --boot option in systemd-tmpfiles-setup-dev.service (bnc#908476) add upstream patches: 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch 0002-man-tmpfiles.d-recommend-using-b-and-c.patch (adapted)- Update patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch to Robert's version- Add upstream patches 0001-selinux-access-fix-broken-ternary-operator.patch 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch 0004-core-fix-transaction-destructiveness-check-once-more.patch - Avoid old net devices naming scheme on openSUSE 13.2 and less maybe caused by patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- fix systemd-nspawn network-veth support (bnc#906709) add 513-nspawn-veth.patch- Add upstream patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which may solve bsc#907318- Add upstream patches 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch- Change the maximum number of children from CPU_COUNT * 256 to CPU_COUNT * 64. Update 1097-udevd-increase-maximum-number-of-children.patch- Increase number of children/workers to CPU_COUNT * 256 to avoid 'maximum number of children reached' (bnc#907393). Add 1097-udevd-increase-maximum-number-of-children.patch- Fix error return in rootsymlink_generator.c Update 1096-new-udev-root-symlink-generator.patch- Remove upstream patch 0001-systemd-logind.service-set-Type-notify.patch as systemd-logind.service is already from DBus type, compare with upstream commit eab459bc0639b81b32735f36d3e929e4bfa2cb4b- Add upstream patches 0001-systemd-logind.service-set-Type-notify.patch 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch- Re-add directory /usr/lib/systemd/system/basic.target.wants- remove pm-utils-hooks-compat.sh again, pm-utils built-in hooks partially duplicate hooks run by systemd which may potentially lead to problems, instead temporarily re-enable Forward-suspend-hibernate-calls-to-pm-utils.patch until boo#904828 can be addressed properly- fix bashisms in write_net_rules script - update patches: * 1053-better-checks-in-write_net_rules.patch- Add upstream patches 0001-systemctl-let-list-units-unit-files-honour-type.patch 0002-systemctl-obey-state-in-list-unit-files.patch which allows to use --type in the systemctl command list-units and list-unit-files.- Add upstream patches 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch- New root symlink rule generator Add 1096-new-udev-root-symlink-generator.patch - Remove write_dev_root_rule and systemd-udev-root-symlink- Change patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch to skip hdflush as well as hddown but only use halt as fallback for poweroff as well as synch in systemctl before any reboot command (compare with commit 4a3ad39957399c4a30fc472a804e72907ecaa4f9)- Create rule to set I/O scheduler to deadline if device attribute 'rotational' equals 0, usually SSDs (bnc#904517). Add 1095-set-ssd-disk-to-use-deadline-scheduler.patch- fix systemd-fstab-generator crypttab parsing (bnc#903963)- Add pm-utils-hooks-compat.sh in order to run pm-utils sleep hooks from systemd (boo#904828)- Add upstream patches 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch- Add upstream patches 0001-core-don-t-allow-enabling-if-unit-is-masked.patch 0002-snapshot-return-error-when-snapshot-exists.patch 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch 0004-Raise-level-of-Found-dependency.-lines.patch 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch 0006-journald-fix-minor-memory-leak.patch 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch 0008-journald-fix-memory-leak-on-error-path.patch 0009-units-make-systemd-journald.service-Type-notify.patch 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 1092-libudev-do-not-accept-invalid-log-levels.patch 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch- Add patch watch_resolv.conf_for_become_changed.patch to add an inotify watch on /etc/resolv.conf which enables the reload of a changed resolver configuration on the fly (bsc#902901) - Do not apply patch 0022-systemd-tmpfiles-ownerkeep.patch in case if the script /usr/bin/systemd-tmpfiles-keep is missed- Add upstream patches 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch- Add upstream patches 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch 1091-udev-path_id-update-comments.patch which will be applied if patch 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch is applied a this may fix the trouble with iSCSI (bnc#898233)- Add upstream patches 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch 0002-time-also-support-infinity-syntax-in-parse_nsec.patch 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch 0005-journalctl-correct-help-text-for-until.patch 0006-calendarspec-fix-typo-in-annually.patch 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch 0008-util-introduce-sethostname_idempotent.patch 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch - Replace patch keep-crypt-password-prompt.patch as this with upstream patch 0012-manager-do-not-print-anything-while-passwords-are-be.patch- Add upstream patch 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch - Add patch journald-advice-about-use-of-memory.patch to use mmap() flags as well as madvise(2) for journal files.- Add upstream patches 0001-strv-add-an-additional-overflow-check-when-enlarging.patch 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch 0004-journal-do-server_vacuum-for-sigusr1.patch 0005-cryptsetup-fix-an-OOM-check.patch- Add upstream patch 1089-fix-cgroup-device-controller.patch to avoid trouble on existing /dev/console with nspawn (bsc#902240)- Modify patch avoid-leaking-socket-descriptors.patch to close file descriptors for incomming connections in pam module in case of short memory.- Add upstream patches 0001-systemd-continue-switch-root-even-if-umount-fails.patch 0002-systemd-try-harder-to-bind-to-notify-socket.patch - Add patch avoid-leaking-socket-descriptors.patch to close file descriptors if an incomming connection can not be handled due e.g. short memory. Could be related to bsc #901481- Add upstream patches 0001-shell-completion-fix-completion-of-inactive-units.patch 0002-shell-completion-propose-templates-for-disable-re-en.patch 0003-man-we-don-t-have-Wanted-dependency.patch 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch- Adapt patch rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch to make it work even with patch #438 and #439- Add upstream patches 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch 0001-tmpfiles-compare-return-against-correct-errno.patch- Add upstream patches 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch 0001-units-introduce-network-pre.target-as-place-to-hook-.patch 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch 0003-sd-bus-check-return-value-of-vasprintf.patch 0004-core-map-the-rescue-argument-to-rescue.target.patch 0005-util-avoid-double-close-of-fd.patch- Add upstream patches 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch 0003-fileio-label-return-error-when-writing-fails.patch 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch 0004-sd-event-check-the-value-of-received-signal.patch 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch- Add upstream patches 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 0001-journalctl-do-not-output-reboot-markers-when-running.patch 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch- Add upstream patches 0001-logind-add-support-for-Triton2-Power-Button.patch 0002-logind-add-support-for-TPS65217-Power-Button.patch - Add upstream patches 0001-shutdownd-clean-up-initialization-of-struct.patch 0003-bootchart-parse-userinput-with-safe_atoi.patch 0004-bootchart-check-return-of-strftime.patch 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch/bin/sh/bin/sh/bin/sh/bin/shh02-armsrv2 1725027336  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~249.17-150400.8.43.1249249.17-150400.8.43.1249.17-150400.8.43.1  networkpstore.confudevhwdb.binrules.dudev.confudevadmbootctlkernel-installsystemd-cryptenrollsystemd-hwdbudevadmkernelinstall.d00-entry-directory.install50-depmod.install90-loaderentry.installbootefilinuxaa64.efi.stublinuxaa64.elf.stubsystemd-bootaa64.efinetwork99-default.linkfixlet-udev-post.shsystemd-bless-boot-generatorinitrd-udevadm-cleanup-db.servicekmod-static-nodes.servicesystemd-udevd-control.socketsystemd-udevd-kernel.socketkmod-static-nodes.servicesystemd-boot-system-token.servicesystemd-hwdb-update.servicesystemd-udev-trigger.servicesystemd-udevd.servicesystemd-bless-boot.servicesystemd-boot-system-token.servicesystemd-hwdb-update.servicesystemd-network-generator.servicesystemd-pstore.servicesystemd-udev-settle.servicesystemd-udev-trigger.servicesystemd-udevd-control.socketsystemd-udevd-kernel.socketsystemd-udevd.servicesystemd-bless-bootsystemd-network-generatorsystemd-pstoresystemd-udevdstatic-nodes-permissions.confsystemd-pstore.confudevata_idcdrom_idcompat-symlink-generationdmi_memory_idfido_idhwdb.d20-OUI.hwdb20-acpi-vendor.hwdb20-bluetooth-vendor-product.hwdb20-dmi-id.hwdb20-net-ifname.hwdb20-pci-classes.hwdb20-pci-vendor-model.hwdb20-sdio-classes.hwdb20-sdio-vendor-model.hwdb20-usb-classes.hwdb20-usb-vendor-model.hwdb20-vmbus-class.hwdb60-autosuspend-chromiumos.hwdb60-autosuspend-fingerprint-reader.hwdb60-autosuspend.hwdb60-evdev.hwdb60-input-id.hwdb60-keyboard.hwdb60-seat.hwdb60-sensor.hwdb70-analyzers.hwdb70-av-production.hwdb70-cameras.hwdb70-joystick.hwdb70-mouse.hwdb70-pointingstick.hwdb70-touchpad.hwdb80-ieee1394-unit-function.hwdbREADMEmtd_probepath_id_compatrule_generator.functionsrules.d50-udev-default.rules60-autosuspend.rules60-block.rules60-cdrom_id.rules60-drm.rules60-evdev.rules60-fido-id.rules60-input-id.rules60-persistent-alsa.rules60-persistent-input.rules60-persistent-storage-tape.rules60-persistent-storage.rules60-persistent-v4l.rules60-sensor.rules60-serial.rules61-persistent-storage-compat.rules64-btrfs.rules70-camera.rules70-joystick.rules70-memory.rules70-mouse.rules70-power-switch.rules70-touchpad.rules75-net-description.rules75-persistent-net-generator.rules75-probe_mtd.rules78-sound-card.rules80-drivers.rules80-net-setup-link.rules81-net-dhcp.rules90-vconsole.rulesREADMEscsi_idv4l_idwrite_net_rulesbootctlkernel-installudevadmbootctl.1.gzsystemd-cryptenroll.1.gzloader.conf.5.gzpstore.conf.5.gzpstore.conf.d.5.gzudev.conf.5.gzhwdb.7.gzsd-boot.7.gzsystemd-boot.7.gzudev.7.gzkernel-install.8.gzsystemd-bless-boot-generator.8.gzsystemd-bless-boot.8.gzsystemd-bless-boot.service.8.gzsystemd-boot-system-token.service.8.gzsystemd-hwdb.8.gzsystemd-network-generator.8.gzsystemd-network-generator.service.8.gzsystemd-pstore.8.gzsystemd-pstore.service.8.gzsystemd-udev-settle.service.8.gzsystemd-udevd-control.socket.8.gzsystemd-udevd-kernel.socket.8.gzsystemd-udevd.8.gzsystemd-udevd.service.8.gzudevadm.8.gzudev.pc_bootctl_kernel-install_udevadm/etc/systemd//etc//etc/udev//sbin//usr/bin//usr/lib//usr/lib/kernel//usr/lib/kernel/install.d//usr/lib/systemd//usr/lib/systemd/boot//usr/lib/systemd/boot/efi//usr/lib/systemd/network//usr/lib/systemd/rpm//usr/lib/systemd/system-generators//usr/lib/systemd/system//usr/lib/systemd/system/sockets.target.wants//usr/lib/systemd/system/sysinit.target.wants//usr/lib/tmpfiles.d//usr/lib/udev//usr/lib/udev/hwdb.d//usr/lib/udev/rules.d//usr/share/bash-completion/completions//usr/share/man/man1//usr/share/man/man5//usr/share/man/man7//usr/share/man/man8//usr/share/pkgconfig//usr/share/zsh/site-functions/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35429/SUSE_SLE-15-SP4_Update/27d499601fed3610d1f454d6218b21f1-systemd.SUSE_SLE-15-SP4_Updatedrpmxz5aarch64-suse-linux            directoryASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-249.17-150400.8.43.1.aarch64/etc/udev/hwdb.bin' (No such file or directory)ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0f28334ea4738f9b4780a48a22438392ca1f7cd0, for GNU/Linux 3.7.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=fb38d5101bd72485c2e0c9c625ea22c26fd3c6a1, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=8e8e5512c09f4b38d2cee1716727b4ccec80cd0e, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=50c40f8e81798937638339fee31b6680930eb7a8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1f9108d495785f236746d6da7b3880200c24f144, strippedPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a9ab3eef1c9f45184ad5d93f0602c8bbae176edc, for GNU/Linux 3.7.0, strippedUTF-8 Unicode textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=195b22eee0fa2493108c8a5accf0ff1c4d445ea6, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=70d50130cbcc0d43e9b1fd74d8dfe9df5f3b19ad, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=45c91ce87624942e230a6811304abd0b54b4dfde, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=5655cb7ed3b922eca74caf88286f64f31b3d25fa, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=dcfe63c124d69540d235e910377a574472a5ed95, for GNU/Linux 3.7.0, strippedcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-249.17-150400.8.43.1.aarch64/usr/lib/udev/compat-symlink-generation' (No such file or directory)ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=05193ba8c2bed673d70efd0f5ce345ba350e77a1, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4da235debd0550822198e132fbc17d5816a5545b, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=bac090c679641f75fb145ba0890aafbbff5bf9fb, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3d98106b9fec316d01204468f9a4835583b3a130, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=13f38b77da00841262339aadc63551bf17b94130, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c98bd27facb0ac724adadcf9f8091d5591b96687, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)pkgconfig file)*+,-39?GMSY_ekqwx RRRR"R!RRRRRRR"RRRR!RRRRRRR"R!RRRRRRRR RRR"R!RRRRRRRRRRRR"R!RRRR"RR!RRRRR"R!RRR RR"RR!RRRRR"RR!RRRR"RR!RRRR"RR!RRRR"RR!RRR"RRR!RRRR"RR!RRRR"RR!RRR"RRR!RRRPRGglMXJ%)OD if test -x /usr/lib/module-init-tools/regenerate-initrd-posttrans; then /bin/bash -c 'set +e; /usr/lib/module-init-tools/regenerate-initrd-posttrans' fi/bin/shsystemd-sysvcompatutf-86f228f8a3ce190df59847f9a82d6d225e13116658b52fa642e5a3b845e623dc4? 7zXZ !t/>]"k%rp٫) h@sInY}9CQɏ Q>º<7jH1(7 SP6L9)[~꘭W!$׊cϜ H z{ixN4k+>O`%9g6ϴJ+IՏ b ~f\Wpf?8%⊫P6p%!d+ J,֞-mOTyh(:FtAvGTcWK}[փ SA24@B]oFkmzH iivՓlji4\`s+HK?`XvD Ak\N,KvO_W%8,1F mXEނGޭbѹz[prR9n_N(el팑JkHx92W((O290lY U6.rۚw|Ơ(5GxcMz|ѳt;h^߷ISf8k">Ȋ-F9#m鞽P6'; B\" _w>^>' ښKt4*ES*jN5o<8앀D˔FY4ӑ^ _î=?뾧8*YԱ_Mr#O^%C"*rY}"uA\`ɂw' !摯LH9* !5W2N,B&J}:R PW*]`(TjicR=!6v"4a:s+fC"D83y/iM=(i-RЂ>˞)] &Jw҃6Cy56KYb^ |ܣfn-/"NjDv "e&QEj}ɺF$=aLS~LgdM=SG~o/i$O)ϵ XNv2+5+E8оUB;kp RQؗ$nISo`'L?e&}HeiK: 2ҲpEx.yb6U'!1%Cnfό{A,%D[EH@U ն[S l/&Fbu9U $y0u,YQP*ZHs-&J!4(ۗ *h "1^좊je/C?ߒ h*dweQ(-I,ڳN7$\,[.MHqǦU§y/ ɚˀ2 dzS͏ /gPQm:BEB;TTuLY`L3ؑr4M>Up)0,˩.7sL-36Baʣe A1,c]zO2&i}z'cO0d gg rFI.0eN wߺ.ƞ~TPO ~: Lo*b37$0d7|2eA%*~5xFJ=M 55@y݋]G. KuG| T=cN1_uK߅MIvgd":lR=cEq3Heϩ&VY mH~X "qOmSU8mU3{I,_) Hn>Uo)37"m@|}d>a+[ջpT;)cp%xSI/0ZF $yԔpгG UI!;e#KQ8c]90рnZX7&3 _\}!|}%(<, V@O aKꈹr:U4VˏwO"s5Tj%4Vl mD~ ["[yNsK嘋پ h+%1{ ?PMHN/ߡP(l#MFD w;φ"ء_/(s |XcZ@Ŏnэm'`Lp7Q>͈(r3.m)(Fȟ{?ƺѕ^.O󙰷[~fjU|&؛UIx[t(Wν£@GUVYw4^-z읝X1o0.e \<,L|ꍁ:Tu7Wym77,$ :X}&nn$rNv!%(dd;*X&;_]wRRu\]c.lVS? 1 ^AAI5\{>ou;*RV|kYb^Xyi"^:vLfP5+Zg !/|E2? '*Zu[yH&CBMl^H*Wkpl: Itf? _JvrZE l𮿦!y"!mpW(@|@6U!JEPnB#7PDS# )4,bq < A(i?w a_"]ٞXU)C>}!S-`䮥}lˏ ,W?{ gӸnANִM|MBQ_H9#AˉvFҲru0%t9X{  _қ nck׽SZ->psqʘ{1ILav.6fJ_jIb5j%zHjgoE7#+1R&a♶+p,#!91! DTG[ow/]%U=.H\P7|"qpLA%;+uego  rbخc$ Hqeׯ[-')e9H٩Dݞ1zpTb! onHM ~@OmDEC+pi_FWӫJ;W!dںL 섂PPS/QƯfh qFV:5\M0~D\I %\qO^#rk٩UF44[c˵<nΒv%C#jȬR#J}C=qX4(KZ#Fx95KZ`kY3Mݨ|g^(}n2$e31_䱒f`k WN 9dSiAGٺ&>,-ew S'R!%ʰ]Q3뿷!=z|N=+dnzI+%K󙾡zd(W4|y@G\wQܮ]ZXݾ(aSl[zf47'aTkCol0j.S۸y\pP Gs}2w s<( t7h>Y'gzi(Hdwd~ ULqysv29;G-V门*[93>:OJU-at6-/=@c-DFV߰pZwVYq/3d*k{j:?! 셪'EܵC ֐{*> v'DV9zF2z*=G?"SnLbjw}|~ۗ[3DZm4G;xJ+ag`$?֝E5IjV2nDTDD.?@1ՕT ͂2ayR?o|ď5IAbZAIvB߲&ohO7f T`*-j4ǻW6JP*AsOxE$~h1K"7z {!=_5m{v8G_uj-ae0oX8"DI16e(dnQ qg\e5 &SÍe岂*sZDsQp1\|Nsݞ@%yg>}F x@6i)K㥱2ITOr +6";"$4U\,-j75m7 ~u2`HNeCGg?LVѱv&[}}9m -R7J8&J;- ݅`si4>I ^~/tL2i6͟ 5S1/^S|]Q㨜3ɄX~莆6ME 0YO]g]v:S[8kl.JQT9[DDFvF;(qbH9n榏4ry >d 8FyY 6CmZXp"{`Ify1Qc_.[.bJ'Mq% x<|3C>OQgPs׼)3-Sc!RA$,G9тf缻 ލ3'KJۢνE*\x#'WU-8RUMiׯ>U-VF;Ϯ : ْu  MF&iT@wua3{\ ̴u%tB*"umPgJus\%wN-"n+{>3&]]C%i_j͢Z!uWjsatGwEo#^r8Yr+u>h=u-N03L_Bbk#⿁Y:P۟ƚ#5 -mƒ?*dfnO7qQ;/p -@cr^ nqAփj{y~&nQ%nJ r#؞tCm#33(ߡfN?JtzR `2Pqox9X/H7ۼY#%Qa_r1ovc*ByaTEh-h,RUuZѴ ظno< $Mck]/1mbzIsh {Ìe\[}/|z3 MWAH3K/d;E q~:944\x[hW9+jRۉo]qضWvs-M[t͏~s16höNرne;ćxg0 6N]Φ{Kí0@0qTzYfޔR~pI$=Y{),38QۭzNI!o>jQXÛ7ѣ\~y30?4gϚF39$hhfO%&=ϕRSV]X)d/k&For5D,犄o0E$L 5li|S燇MuOW!2 ] %mN`7q8ka4;=Ҏ #T%R7Fm5OmT#ʵ{dZ ϩW^O R;+ eF[.'lapëzl.>Q x5X~I) @p-wpI!axhՀ5nW]ڭΉRi gCH'zk'On}MzU [uUn2iI7D/mid)8.cK~gIq WGTvѷR] J..^]|k)L $_PG7w;3#| кAo"rIF(H`c)=):j~}z̋~6~B@SRޟ9C|x\)2z^r,:f~| ;ġX6G'kqNu$}xhg)Qv[r}|b "EVO5QTfAN&kH] ,ޢ)ExrP稁AM.ה@[LSet'54 V vkDRiYa5 -},e.ta0^wO0p}[{jކ[A0 ͏7,C{PNUX]6z9<)R~r9!E{;Ļ@?0iL0ߍt=zH ~TĮS%Gaz6f7/H2FzG#JZKcE >رVf8WAm faZ"( l0:'~O!Ɋ ד.1 *_L" mE뷲_E ڶm`{boM (U؀ӱRgHNH{mي8[ UI^śᇓ.ߧv=` x83J&?沅WOCyb*[rwX~\EݣּCNgKRϪ;uBhEN;!dʒV E,t-:Z 2_S=k1BҌ)NQ<l[͛?ߌl&zJ)]pkI$֊2"FB qbvE ϓȳRN2lEHN][VeBҁK](6,=/ESRp+hf'l+a6lx&Ӥ9+^$2vp28&k ډt9~g؏tF$>cJwƔ:V ]Siwvy/KE7ΰVmfA7G'9eVnAխfeJ eV9ʽ,u:}<(t.PXԱ4we wK9|U]ɩ. ";ao}2V-v0c:iUy"=ɓ7<ec#Y?>epP=6G/h),jONwh종&ɓ4/Ɠ[o4ߗW1Ô灱/aoś>p$P?2~A! 迥6tK?esj&" 5)5ɳot4NKOSll'?hYmсRرDٽᒴw8&)a3jNϣr>BR̙1@2^bUUkCݭiT  T U%W)֧JE[_='p32 (%r8K/Ab(`̂+aۙnUǚ:ynW8г̽lq[u+֙C9'Ӕzuָ\פMb/nƱcbHc%D|3/G-~V e\(HADDgW`ԡ&! kf8z5j}KFo0cŞ †:I|G}dݚvռ EÉQ_\1 (Ot b.J]tjo)Ndnep|'=f<ӌ6Eb󰣩IO^A.izQ ӿǰi[>dG C$x~6I.}IIc"H=xrmjoDbvk4_g!q\NII5DehqLZ)|jW{DPCZ&(m/TGXN(:&a$; !-m;ۄjcĨ,KuЬQw\D) >g~  <"Fj}5[KY>v3`&ps޷.9#G{#ObI$?Mx4D)ggl [Oг 聅u<7E' t{)rqv8/7MD:IKv+=֤O]̅Cv8%xhpk~/]Hi* ł@RˮJ]̲܉PY=kZB?$DC< 8S xEٽ7?)-T1_5 d'%+X%y;"kJl&QXGU;e{ZdˊQc0"@1 GH 4@_%G |:|(an5} 65/Be[˂L9;|6g|z?8{Gm8x0M9 94wMiޱΘk*uy`(m sO*FRy, -?`78E*57RM{ )He4CClP:w<۩<%E$ tG$8YS4Q(#0@a^ ]S8h5ۢQ;@ǹޯh|Pɉ%}M\W:P9t[FԸeA:(VT ΏBX{ӢR\_ז+;SrKz Fla歉vL95)"AC- dz̥ ?iF=b'?Ymc1A3X_bT1 ѹ1! 4qPg-76e6dB#R8/ӵse+Iͦߜ_q"EP]؝мZپgIDQh]öbҼ!Hb^6vf%p#͸lA0Y7#8ZJGF8_'Mȏ&3;jda TF4Qs_L\Y1#=HKKoT冺 0Ϻ50NC|.PP?-{! MUВZT톕Q2PU#E'8jMb`3c˃E~): VRM[NFLAoRv8RGӰߐJv8ZHZ-.oѪ5ǿCc+tuBP"Ѱ'ŸCURcʭf^8'7ق(Z WPcD&gr+w1_uц=NS7(n$A4 bMC$meHՎjo%\!Bl36tYOߊ]0d.y "+Qٙ4DFk v pD"qidR9;QKIG#=rQ $W0fxQ)fCR+?nBc (XJ@[dxf`"@{'Ұ~IfEM R?DUҼ`eܙ< p]F2m/)i;M^?TA.R4T&(R{' ȝˌb[/SMb4 M.gY¥J`ɚP3> _!bnɏ&, WG0i 1Rw& ai6*9~'9b'CPX:@-d59njR:HYFG8Ir|p${$<1FĊasĕ[MRщ北 L4Tޱ{Ax}}|ƄPK{.+u jIen(Pr(|&+qgV _1%[3q{K#l ,0bt?heCwy>efUԆ«#j: o;v 7oLօ70Wy"\ mG% ocTd3֜S-II3ˢCζ (G#|sM2 8b]iVԤMC$J[UbOh:.h.^ߓG2j/Pl"r Dt̔l@o_kM/1Ɍ ȶԿhj cPτSl1,„Ąbl 41=^\gѡΚ:b>_.@.7fBho޿7G /LȆ'jDg# ^<c蓑hϕdcrYuso+t4pOzAٝnc C?lZ̚{sÕr9]ug?֗zA㧼.=4d?dQCKbOoمI8+$ ,DMCdҰc'!(ꭵ%j-\(#Sv0͝H2ʚWrl0B.>N&>+Wu)JK(E:JNFD V4>?1ǬE%jp%B*-oAB?ȀVg`Pte~Q!5bnoTk T Y@jwT^ jXtj;v?J5_z@Jx[̌L&h ʺ8}-1_%~PsVM |&Ky٫^Dx_ׁ)O+j;ʨvF9 G%zY9j/=[PB-4^iW=U*=WI|M3{)%[Y)t/m)v'ڭl\APG|v=C8nCJ=oė= 7vLs΀\?OVU73yLLcĖQ|o(beYPE뜣[ R_[Z7jLU4жK"Ǜ0pdh8LK79' N~Bq폗uw/Z)d[/k|d dԏ~s1* R:P=)O>'&`LG{3o]'% ewyoc/XIhr'ĥ,!xE`1}d.? Hm Yk~^b @oVVYN6eߺEYxAEw7%;bET RXoל`.^Z`Jr0 F=`tP徚IYPmX|Zx$}=cc\FNQp>Hؙ.x ƕ![œ͇+7B$o& aR{0fXt(ccc6{TY\Gz=9n#/Yʏ,jBrxE5l &A>4.z-dğ^m2d#P!vB)pDe^/ב$CT4)Mg`{\#~Y/˒БٚF#- c❆%ͤJc#@q δ>)&~9?0!{!^u JMo/;ĭfIcq4*=t]p͹JwSv8عM=;.r& {Knc.|! ꠦ"& hfc2{~kj5s803!3Zu-W3?S\ضUqJQ"^|lH h(z)ݕ? Gш;R{u.#tZ0>N~ e5VĖl">N.G J(VpK; ‡k4BR;FD@,xc꾈-t}k?ΒLHDwoDMS֌_xA0$ˡr;މ͂شYQ 7n/yݹ0xvȡ9 UuibIA9D+μ*%E $IbQUv&_ j'` Z9>vymx65sb%=c]c8XW{@ ZE]9@"JDC$I:(1q޶ZL'-2x "@Oы. 6~"/ƲgW>nS[Ri?tج< #Dt!)s]0H,A eMBzeJߗ -':g2As'Z%A/Ov^jjV'}Ⱦ<v3泏`ѲŇMY|?;CcuB E1p:O>λ=w}B*gg(c쌜j]οFZ/CLHt20k?N dLnA4Q w?nj8#s㈤{#A7lSf6a ̌5:/#[8ȈnʜH\/ڭsfX mU 9 RSy}5gX/޽1l #ۓ2K<g(L\'d{vTۀDt.!y۹}i' qLV=NC[xQJ͞VCS;ًuNbd41T1IH: ީ\Gl- f;P{!}؛oio'vwyV.X沟Ip˜\Lǝch͏Z.60*CAYx  )CdyZХJ~[{Nڮ ~QLyZ; mZKBFQUx'mqЖG鏄3AQɼ\X Rۄh$Fbͩ{v3El1l58\^6+mI o5wΨm>Z+`< 7A0loۼ9Ka@N ? eI3kevBV4Q&&Z®6lXJ.mZʔCj9.2팤cFYm^#* +WFZbGA8#?' L|ԙ3h.nk/!;_{mg!8:n!Q 4D`픘oLeAD6n*D_Q"e˂bLE z$PɋK@CG\:mO=ѾQ_QK#KvPҹ9v ӛ@MFIAvclq=a&R:K&!lvT)Rv[2Kt8uO=>G OF<-l_fcRWLO Qϯ!ox0U`P~z\5|cPM3I6\+<㒣m槼O[we.gr A%*ԣaN{yj*ZWÝŅ^˞J_fl:OӋхkb-C>CD8zcmk=3x}z] U̷4瀝6B;0 :jPC59\9GE4H}`NbiY 7^ [NPLOr a{/ ߆PRlad]d=SwvfČ i\bJ::sɦْ ɜ,G;pɘ3 _@qnjSԢ;܎r0n`O,5a)X\eo"(/.N%t+ӤܕHD{)ޮ(o]2AY>B<$廚kLF1eHb ro3Jb}waeb/L%3\*Z[oFRQ<(F>ʕR,?KOg2{a'oPi=24:~u)XsM7< z.2I< 5Kc/h3,Wk*T[ǷMUn[@Ot]w׫bY%+3be1? ~ׂ%& t<",I8s_>» ?WiH9)\2_ղ=\+_p6i)N10)PՒ"`5[.KYbCFpN ;J:ܣkN֗諤gN2,I2x_pcB \yX+9 /RYE<>\r ]]K1vgoZ+ȅWF,cX $V<0RC̏^TPBR\a3, 0D=#!EIm몂Kb Ii=EjRg#uNS6ڸ̴5dͮIz,/ΝZSO/wh9VCIiIϬ=J"Z6kZ [W? ڻ%4*1oYUdIQ?yH`(DY 88o֧۩#\OCHY. ʐLx6esdNQbRCD^ 贙3iwT0,*2EY!B3s cXf@,$:I=߿V/k 2]M{-N2 hy--¬LW+=i6+Pἑ` wе;0U`CTAKqa,S"  7.|f0u*碣q /xQt{ݧw=bXt&n}(;qs 춃[95RgV2@U[֍@sK`>="ּGi:=BV'".Wl'+C5$e%;k\SwY]:ܚ&0.z߁Po̜^ԗ:e^4~>r#y])$@7 < Rd)^,άjuKq}Ҷtn06~~"2g)3{yqﵣ;Q9#^(Uɡc(~yJd/6/MB=mulV5EA\ch)q1Vdj858أE{:U XHc=!Y?Ѱd߭"l۳~u^2=PS&4ܲÃ675Q߅MޣS7: [ x^AO XP"wh̚2zuI-e5{{Q(t=H o>;!F% Solgq!Q.nt#߅J^ X6X%0px H7=OÿayP^HPObEA̐3:D[v`XG? ZZ5P]YggysOhd8s,*IMS0{+ޤ d0=PC uʑכ .-+Kq49-;SɦD;qY$Pڍʼ֬=7~7ρY"zz\\K'FtJE.7@ 74b\\Bؠ ":j1ӯ2=¡P8[[R{:e{=JgAW?P_|uNؿBTPP!s1j>ʓN*AB0>]eXʏCZAH<]["AnΥe`Ht/lI}E:Q&}?IC蝊'uzybklŻ݉K?nB#Rdt8 /B8ru3W7춑-sqcal~=>^/}2CaɻN`YƄۚ{Io<ԟ)Zȴ8:.M޺(ɳ 83*\]x_FJCC8lwQij;JFma[rb n`KX;P& ^FrY;1$re̷gkDG fG*S>sjd#Cp>PƠɥ@DESC|R$NZ4$G{|i@EDN+wN/R^rN L7L VE9 x{@˹xu=;򲫍߉Z_#ɵ2{K̰zd{B` )mc7 Aߌdழ*c`()NV1$֨pi8N[d=FXAkHF~ 1>~jլ8pJfn6ɉ)lBapL//Z|'i 9 %]L o20Śi`Gq\) HM;ovC:ܔ1*,%?TTuFT. _Lv)Ҋ2 SWTx#`?Q mٟ׼rH{Ï?g¶mGNZOr;uwE zx+r2AO9 M_-)3_)I 3!-\E<:?žzH3ܻ1]hzlӬ84u=%.<(!/ ŕTk73v4aUeAy\+qI%&Pp9+0F A.Uo jex{t@ B O i{:ȇr*np$uFʹ70?34B4c٪꺠[eNRl\s1Kn ]# }>=Uwg9Ela ei̛%ޢIv2@`=9ͦK7. >1!SP7cR:>QdeVF9oKo$b=wj ;P6: K`wmƌ&{WP[PMu`|9'Go`(X,0%?pvsNDS$#r51{!]bg'D6ՏZJFC kgxO^Ac|ur_.R t/LOIҞ+naC _vbXEV;b )͉N3݉乶;5Yo21^t2#ごo&AmOW۳ȊU dY [gN}fyhX9," JdC)=[k̑Mߞ\C`&2 2u]Yc:Nx<5b_701RY!Gz14NY 7254䭂0(h ܗ6>v)~MQHL09wJAM E]ĺVJ#6C76F+)T,'Z&Ȱ`V{8S\?B\ ؎5$`k 0S!DFRG*8+{ /'镌MDԒm;)@1)ҜDcqUMXSUJVXz|L(^M@ ;C"~bxLz!ƿ^m?V,JwsLk\H3awq.tZ3zHČN/ǫ.!{HfR%Rn(o'@)65d p%B5բ+y% V(-JYXcjvpn mG{b\/F'C2JZ H\)y3}ВTd4vԼ= Q.y!!U纀Uy%g$d 's )Ww> -*~e.m=X > #{ kdW3z.aVw? 3/k&ixͺM0A.oX.y 4d(Li.YTON1.[MZq4g?]qn>0ރ]Q@?Qk {Ds_̑ddC?V ;Q=hhz #l#b_H=3[ i6D&3hώُ*:p4`I*) )&rbJO!T}p *ϱ.*Dּ;rn*%~?s ;_ 'Ug 9./ӑrceIx=a2('c]- |I_d+7DHioBt|&S,pf `SWm*A~dkqZ"#%C<-6_Mhn҃+If>*qYb9P] oK2:Bq—xe c).6:!%() Y #OMs҃OHKJH1L唏4fI!OMo?~#adetej(; vY\r! 4e +f ]jc+IaU*jjeV'Mk,JpU[o=yr\2ɸZmO^< ޵+Q3^0`覃ӽ|G(Iz" LD^).-Y靖; e^$̴ >CmU% ?MݏoJ &?:WŊrOTt8@^"s9A1u"~ˌ@NL #Y,'kb&кfq̫צ݇Ff)p["dZ4sl5m-,'OEڛkTW*Y4txrGi"IrW+4!" = tD IvvVS$UD67*"frfXmV. ;|j3o390^ GL1D H- :>oo5EsX?~}wIzS|4($xB>4 p~ 1h_?7԰x}4qNvl7ѥ 2#}l 7h2#p3ϔSG#$-,Tk3!+ϫXGwi%/ǃ:N&Q@ N>lGx}HǛ@.ܩit\y9٬hASf;Z [TYFOj6@7Oax%s !tsY#nQy6`ݲ&ߥiWKt*\X4oN)3־PF0R4i8vH]ɳ_yYkqLM{4NYXݸQ5}+=k)v;hokC^%OqE>fYuƯlP%}T'xxMb`$ܮ 󁒼}9*r)2U!UNvznvkw˻BU &"w4K^Ų `+9ȑEP7Vl3 ԩf-fEE,/"v5<xC(3=VSNiH8\~)N aA7x- ,f7Si!tnW$>Ge ՙ?~"'bKꕽ*4=lk1SƆlf_{DnC}:% BѤri?6 `C]H|hy_1M ʙn^.>0uD93C2>-? s-RdDu{cbmIhM/Jr!ZxsXH1$1tЊziMZ^D6{֪#z/ ,ցyFI U-OMիM%S2}"vnr]S 9آAAPF'-;:tȑEЯ*[ zzUjI=)A6$\$W ϴ$Cv_De22Pea m>F@֘^3?Ȥ fAcGiO~" ?}k R:Ұ%1^ܮ,@IX8`Az4h"z#L ܲ,"Ou*(}pc1"=םS&>=e%-y1)K|r5 XܴN08X!?YFX|^ 6Vy 4ƲqꙇE5= k#WQ"o5>zifCZ3-Q@}EbRQMѩ.w3U5> x rȏ"= RUn!\,g>>(p_*D_IR m-12|6e4oghU e25 ҺRd_kНи|%x,x" wIW#x- H&ْ@4Tk?>,8;/gk*H,F;2!dn'"-3W8(||.CG&ƪ,Ûo尽gB&(h"ld­uԾDFR̸8 V-^}}VOj[S7!?m$_}lƔS"䟺DŽsѣO+-Z>LɷZOdr뻰/by1S e!q? 8EOm;Ù $OW ݅/s|UefrYp%д)X(^A9nmc&䠎d a9~KA47oljP ۚ~EN,i8J_$-]\@BHnMϦɂ7# iLL%N5'>S泿'7<خxRQIOQ9g.f<R dKr^.SK!09__D)] z=rש|'N p>e~)\rc{` &1ҁE%BA4?υ}ɰL-^?6wG.|)}q"j=qB:,O&+knMZn<*_=+881_9Ň,j#jc]ɴ:޸Hax-$rC;$ZηWܻ t nh \7`@Mɣ3xsi\9|~&eO9җ7r»6IEs'hBhy[D}b'ʍL|{j;o0}'D Om,ڃٴv&VnE$F> έNS>yG#lhF2"ڗW,C;;}RFU9o?n x]d=l:SJD8TBǣM0Bzuᆖ)ܮDx8͠\l:lDȫX#\~TB.6^,/hlblb:N^ŭaV*_gOwdD1Jv!u50UN 5YMӼ:~dFU5Ҷ^G5|*xz[9} %$?ki+{ i9ӮڃdSY=G w"\v&3}vEꏋ* 3sAbX)>e3 ZԀ0Ð.ۃ*}ЗGo/3\}$Ve{?gm&,FJ^W&U,UpL-5:3A8U N!㓱ؓ!"vh˶tl(g 8%"Jxܘӑ2iKT<3#~#I<4̕O !{h1q@@j)ZA2a׹F+f)nHݢ.lL(l-7sÎ*Y;A 8ƍuk_BM؎:桲vA7~ C{w9}}p;e9@VWyO!HI 'V;V,RUKjM[H &H1zDRIi(dَ|z$t"\R%n ~$kˌ{CYjgԪgO׋=H,Ae(,:K0~,N-™6k,(G+j%iUQe$GCA:?f }, JZH3mAP)_zAOH…MoƂ)f|KzИ={eɻ vnhEٍٝB!^ qg-#h;3tSU|EAY7Bᨲ0+@OzŨҜ38Ct@ za)Cl%٘{4x -U3+xM>h9&k®I?լS@G&yKo:r ![K(GzALj#\P]52C0:tauu06lz5D?J!]B`d~AN2B s\pG3YmhFD_Y4D.&,m6b-Hv3Dz!z4hSHD6}䗷| RG:<\4V9k>|6,ZQo:$=YkCAmԻNjU֪;1'B\G{sr-PFL*ݺqP ?UKz&2|NϞ"wv b tTod@qd, HFK|X)>MK L%T A&\4ßXԿ 朥/3&/s. đNb41# /H~#՟٢0ܽ~N WpbyQZ-&Tc!dD2DMҘ/: :  =兾hj>yVE?Pm>PDp6pkN=鑒I]Loe0ɢR*c:h=>d?I4|`N {jUZrw2+Qj3zpjtIPG$Ė!D'@5ܒu<6H[&,IbA Qɘ+<yho"bNźV;9mw QaL-ܚ9bTO!ƞ(|'uT<0$AEY-QvFE)};!h }/3c&ܗSq C^vCfCYsdk(^\ SzRha7 t(v,4-rru zy]NH' 0l&8~&0*brO2ξwBt pfybalY65꠬-+ м7&Sjs\hC"Q> -蚻?"HDILrfS[GzHf(d 0I*י79;KQaV-W7cRtҀPK*4aAUCUQ%9R[N9zW8v%_^! Xe xo'wM[pdep{+7>% ^j~A8?uky=}`KCrw>8NR30DG+By ƒuwZQd)X?Y Z ;W vt]ΊST8{ Rq|ew7Z|e-$r˝uhPk9l\1n#_̐e9/Ɩ?|a^u<8l5P+b*(OչQyZy*z,!I[zٯG L {.,\, vۻm4f}(?Į Գ%ҵC)*H=.LNM[NI_y]N좰_vU;MOYPwf= ap>Ħ=HnCOLL[ eAW.܎q'}̌`+DzJ(rK|QWPP5u IӐ qT&Di!=kixNf kV.9eIU>Rm fəEw{/5; [5fn@S(82u^w(**܉MTPRQ='%D?/+l(iC!'KeJųX{oYxl :,)@BA"C3^1h&ɹ"}hR(W0,GikPk*su+r2ܛ@y'ѯle E?[gGl/v7v*ċ *N%?[4GV%k{a)^;_(nɗ$PIʊK0~PH5ѲZ˘w>b=xmڕiY NdoG4yP5^l2⽣,CelnӛGpC#tRHBmn@hy/s΁T"i܇XK }AU̐G,g`%+ě̦w:F7l`n2vτ4]^`kߊCj.}sxANWH !)K4-9]AJUU]`@jzG xzS 0l*|kh5V*˩jY4?~ƽw!cU -9Q"FiQ +0ܩsя!8hZU6(oQ\G}?"a΋8&^VegɍbTc#^wKr`Lc5;-|>q->Wav>qu ͭoq;2`wbu`13Cʗ|0&S %^S2;Sd.%@ߙ!/p}P3$i⸬hDʪAn_tQBQn GmqfqJM,-Wkw%p@o=Wg_ch4??rau[ *l_%4Ҩ!==D| QUm #"o-ToЮ#_*53sMs>'oAgO8hRPݚWCuW)ȉ>K.a]5I_X JNp.gs V;Q-ꀸ'&(.wʹ]‚&%| ,\zʽV|T t\zfiq( ~$Zmc^69ï}6;^yAMfzL6e66+$;8OWZr{ވr"-rTČ Ck!n$,&g?<)\ʠEVD[{ 5qg!7P }brFjY<<ْ!x|Og3sFGđ `10`(ByPMta3+E%|6%<_(MQq[E ya\1&<wٗY.w[ >?cyޏɹm։rJX%d","tġp5 Qe~ʕ >gQ`DK\zIzQ NR].t _}pyUdE~H"2x>z8҅]7HTZs kS\pjNgi^!ePEi6}=Os 6}{ؗp: CN7X?*Qv٦~4'lW2=7!Ŗ5 WpKՈ?؍D%e\RhS7a+SH&'P춝eǭmWRCSbH)Mŝ R bI:V9lӦ;Լ8%j#GՔ'컀Zڀ[&|Z9X ?\^KJKo_ˆ AJT?'+cF2Iz$JA֌?hVRF^S/u2hN&&'dI5tyWBdsNO6'De8~]H6Ϣѱ3/:>X-r=e^b]q^sd3/{{2ye4O2k~ r®Л'2o| _gk|jtˇ4~$—j:QôR#+Snƒtʳk{N~I^@6CKcWk ]Ȋ? @1 Z\GӚ) 7ZFfӓ{{kX96!~CuNm2;ߦTGývWߌQYz 7Z"geɚ73/AWo>>hSQ.)քFk9Ag,h鞷S7L̠o=boκÖ: ?XkrHJmvM}x%ƕ .-jwZ&͗tP.c .FQUGD?d21~3y^Kڋ&!H[w'([gOB) -;`>Aѕ܊.6.•+4ssǝ`군< 2Tp|ۗO uELuy~ \2y|۟<,GRvu}o2l \7޸v52JHId-}J?{I7[dZHǛ=-e)k(*E ?dJ)]Oc? BC1NG 4a+V\ Ljw}ycIb Hw)kmj>RM-blv?4l>'r%!WK+aʮ1taQF{xK-h~knWǂSdg dÃz ȅ^dH.VZ4adef43FFUQR8wIwEm»DjЌLnmF`}o ÜCdP+~.j붃4TսiǯP9V[}޾8Jя.[eQ dTYo_N4!Zf.'Y±"%V옹\?aaav XHos8^:lhHatCъ`T6ͨ"^;GWoScCIs /e3EcrSD *]_\d"=p/MM\ Q -f^GLʒ1zN]Xm| {\,GWP ae_3 K6ζfq :G|ܦ%N`IHdh԰ ]WˈNNOZe:)V;".ϑ;$J$l!t zpwO2P qvpRR[|>@}l ď :00= 5dkѨ )O'@e3ꉳ/Wpڡ~<IN+S.W kpqQ,V nk0U.`'q; p55Ow`gř\2B/q|Ĕ.zL9J _O*K\y`T}5վ{'쓫vݐ>yxa4麠$ҧ3 ֢E9_ + #MN.qpS5|W#rMRMƄ.waꋓz1EJא(si&cV 8d9jmዜZ$Z55.|׏6Vi{؈8`OuòXX6U!lO.΃t!/elYE9^ǙE%fAVӛP-˳'eWSwzJS]~H^΋m`鵛,ߩ ]}{B:MN(E zFRɎ `8 ˄ @ƥ<Ѡ߀3#ᅈN8H XJJ.ffܺ7n#$L&sϥzɬ{"BC䱈ɵΏuZn 9Y2G ={Rp`R'9Kd6U 1`&P%i($0]wk0O25Iֆـv[lfP%nJ1bƇRQ7#lX]k*4MBc()PeZt1P=4P$Y \79(TЋ"  a?1?c#$#eKZF^/rb># <I z$dR٦D Ex0z#3O%h탰#A^@2_g*x0_q(}(imUǛ鉓t*Afxk̏Yȡ"0̮#*U"mIF=\Kzck Bs3ę,WFVxC P# C(e4VXʚ<7gL=Pi6*=9nܖUeޅ!$Y-jBh)μ>掶K y3Z8A7RSOhCM9 |p]iA($ŷ* ]v}'J(9.t¶- !p^*XņH9FiXڐc5Pav3Gbyv 7BJ)GZxk=ΐR’f熘ڋMŅȆƜkzy5?窽YwU,1sjW!CAļSl۵o)p#0ƛ"QX䃦_WJ|67#S?;w$I1UA^:Atso Yk_UA7T~XmD:=0 j3}Ɏ2-AuI_Vıyx@&v/ck^Q(n͎'Aw~d0y i Aߵ^|w[0t$/oӼu  7b1+Cw>΍y>vfFƱQd4$#k\E K{7`%|Itsc}~zA8k!jdʛI;w0V]_;͚ZL^&ؤb1~%ǫVxml.]yT'l=B)Xֿ?εNlfXD>&V&mE ݂D‡!%n}.<`Q=Ýe'h'ZIJ2Y[ ۖ ?)qvUWBڄHlBa`뮔*&,]h7<idWd`7 54cC2=ʽ52)z^;hE]31Nv U9*C{%GxNI+g0cY$iBkdfMO]G}ay6/"V2hcP"&.Ew]1FwJg=҃,`Fc4B0X̿.׹Ӊ- UStX965ڕbWvS у 1?,(Y!l :f.gS_&70d."_,I zUE%OԞFL 9Q-ZO tH#2ӺS_l5Wc* )_>(u{(sIbhwkFm$Vrm3hC]=j}A#@&,0fr?t^t > s"L_oUGc<#n,Hh]ゎ3_]ꖿA\ErtPȎZmtaS` =P'7~\Oc0+Py_zDe1X fU ؤ3,[0G&QrCL4ҜDð_jY"4EPɷuh'*0 M=w9&Пw®Bܔ_0~RGNSnXҀr-עߏ-V:v֛R}[Gz&$ͦALIK?U4)L,)>oɶަpL,)W$-iʋv,,*ׅ,c:P>hP+á-oT5NZVW]7qk`k.Sgu.aPvC\=`ٖfPh,9mtk8\*Sb$,.C)C5.:= ]b nqG#_I$epC<_+OR%NР '(フ]\MSGnŗeYJ٠ZC̖ oIVsYkEaTj,zVL+U@ %$D$z5&[ARwP%lӗ?=E^|ydc(Q|fUAZ*!mu\9wo/[;!*cc(Bd3}r\.Fko0# ] "d@`'& H"5A뙷 DHIܪR:u_ܗC%eRȡU0TL\z?aeM̮ھ$}TUSfTEՕl* "-S׳H9h`ȱ$zhXۙzAxW.smoz' E3ͅwaaQh ԏdT9z`O?͓Ѻ3~ܩI~,{ Rrv)j_!ꑝw@qH 2AĬzBm~;$|N]BbaQ~,_8THa$G; }/ t虻$iҦ!!zV:bY;o@'&6mhbΎ)#ބ͆3oe9lr M'_R!gLa R.@VCST0WyM.DVz#ߏǶQV $d &E5E\YXj-O?@9Fmy0 BԠu"0mag? 6Bh`u;[@ i py/Js1zr#XX$HX_uS*T*iL|}!ߩ&KN }Dhe0v'٥<֓ܓF?C.]R+4%Z69 n*03l T\gÑ@"0zTGVĄE[(_K ;pq$-SVl+oE) J پyFBa*ċ "Rs*O%)a;;(N6)Uu&~,Ts2"JkXGMAcPLXp!PFHF9k)܂8dОXh:d?HK N?E$xGEۺ $10S<m%`ՙ'ax1{`Q R]) S0񒖅2mx'w2p\ l,W k5М9Pz)/v0 k/3m30)4ev6ˠݢ"b3z11;-{Ovb#BlQqjж12ߠu)Dx|c jov|3hJEpw^<'KFl,4ɃhE:“' ]ٳR7Dx7Mx؃|_ZdrAf,/|Z+?z3x䢡㰁j/j(]V|c$GV!gfV0! 6 ?Nɗ/do1U-6.7 ;8TZz%2ң} +yم:*'oh~ rV>Ĥ)E6FͱB/`uKDDZbfs Q+E%uȁzIG05rK#9"Tmx=BW{(#NcX@=IGQՃѾ5t4VQԷ\WHd:g}ɖߜ03xZ'ϩbN} q5x8|%W <щu>Gp\Ty=`Z vS/^ Lcka2B Ѕ8ޝz3ǥpڕ?J "L{IQS>7@{!T:cC3@F9o3C"Zp~GG.{A<P@j=?'b4}T4m$ޫ6rj3:{Ti v[Η($E; {J&Ka/K fԖ*6KMqW^1) 0ΎX <2]H* ݶzna+uj -7A+֤g]'$$X_xLvg4cҵ7,+m+sD/F԰-ѭf֠z)`xrʋfJa=3*1dCg_B)D2sw3~S?ī'ζ Q' =Ÿ:}N{hү4PF 3M{~ZCx O*z[ڕť e0V,w83n.Ի"<*/b^'vFdr7xo<0JSfzw#?u_gLAފy05[[TbY-|gCfo-VPos6W>;"DFv6JJ-6 JPllqltf N {mүkߊߧ=̂ʊ[<+KYyU`~EEBڭLcj<0f (OKR[%AA_Q?\"MPE2Z@_5nԦqK*3jz@{. r w7X3RY))<ګظ$,-4H[3M?Rb9PeاtJ_L:!)|ij$C Hp 6p`rv_z?ڏC+NbJR9Cƺ&)-A~]ÕL8ZNX>3 !VV!)⾭]u҆"*}p@}}AۯQktъwJؕ>L*`FLh-ҥ]1+ P#qk7"] r? ®`g[d#t+5EBy?xD}Y6d금JNe1g&(>$ԡ&^gqt؁*oO=WnS{=S]%~%[ Js5oO\嵝#x%u2Q%p_f> !-3vRW585;5]8zETxű^_ɠ,w@Jcw%]nsY޴wQ[ wZg#] i~-=^sׅ(p\29Y 5:*]c|yD%&+n00S^fL~|2WJHDu2&rItb,yΙFpRo.v#E`{Ekd>\%JiяC. jB2I3'1,Wo26zgl*ӯYb%CjFFKUPZaܴ89k Џ(9*x]hߍpm/9yb~P3pE8`[GaTɓ^^hT^I鎚7:njP? moWY,|6~8{$ 7mЛc,k,Ұt.$Y&xz|a+\ ;1Ld?aP\MV٨l$ݣdB *4 e{6!h>[.\ @b fH7?E y&~V]M/'Iz5Αf.@uMUH'#+>r؞i`p(JAcٌj,GE*>-8Q ꬮO]j|ԘŚ;i*hIҬWM ~aY1at;?F%h!qG:=}Y UD\t&g)Aq;7PN*H>**cksFʬu7 5zg*"wu'oS1cl &p#`ҫ{)jBkfjC 3^c4ɈeͣR^:aѲ,ح'O7x];y%`!plGhgC\$1aEp`/9Ha'WL_E/_t:Yhȕgq؊)bz2+تXx4^+e::=dCX*seyWNmWe.xIاR5#OB_T+Q'"7&u ȶiUl_n OO8ldU[XUg:Ŧ ^e/вR4U]%MZ?R[*y:ڥnףRe q&RÂ%?%~K͆LNAkrL C|Sò$BɈ1#li}@[Q>}eIiPXܪJuNpo%~ch]4/Vqyɡ}u[c JBuұ=;6 R{ Px~hq0\ i$<"4iB0;ks댏dseAD"M[Q.HQ 9A5qړwkp[8jJ Z5+鿠yn\=Br ^Ka3%F?FN A]y|@ +z.DP+eK3%'>ԣQ3Ҿ`׺ǃcĴu g(`]gqY>@w)6W~oÌxNw*gܬ5"sl ȁw9s]ij6pӹ/SȰ0 ~1K_̣>g:yQѻ:(s4u3E)Ź nsד=8fl_\⋚F(tc%YG#?.qCl ":M+s-ЍɅt{OUDdb\ME< }sͷ.\꛹l ~ʘ)v? b ( sx@va/d*gC44׽27nG= jPvY:$l'9$ /hѨ G^ODۣ=BB/P_S0$fhcHO285K[aNw$['Kh4D7pyFV_ˠOcs :Vn@&g0wRe|Kpl+ P @y,6 2l>rKJ>a?d]QiEVNne8ޫ $?_2A\Mu쁤w) 3AJُWю1Jq{im=2P\@>#6?V-d RJ : L9왌JxW0hFL$ю_vE&kg, veNH^k:zUmܘ83suv:@ѷ(d\,>X7*.QRW"'jQ}{‹ "Ɵ}]>!;ńp&&RK50GE%'X[JvAXRQ+:%{3 qIZ"MVǬ\M0' IJd-1U 4о$C?alj3L_#N^pc7$z䑫-Pvb$Xd&OewJe\o?}Bj剚OlMq/TBk8pk_"LXT3O [Ns_Px$.nx͞s "уrqrq 0-(RBj>_J >Sa{m7f[rl!<^1GVm{빫z9J 5poQ(.G.zwu4 +x8S?|=&qdZ&̺rf6R/ޫ O-W E+œ|G0 |!E.ʆ<:vy*(:;ɆBǏ,P#+"ke:Ys&@P>g()4W YWqNC8Y*>YHt q6ϊK浤\T/#_ [&VIB.e_jTaW.7P @,1QY]ļ'O#Lu9Na)}4졓W6%^R5Xjje/XKwx3Bc| zG|X`ϮA)L'恔x/N9V=*dE6@;6ʖ);9("d,)wmb7$Jc稴_y4khTl g g{Y(-@@9c_ʉ~fUEo3 C:sGY樦8pG v|BN3ۀ;Cxjn7ц_8Z#x)VT+H0149޶"OD[>r1'HRm9+L8 A T^>= 93+^Mi7Z䜃>IxY&^ė~BONY5Vf1cZ)DYvV|v뢢 pJIfoi\YtCd"g~=ba9#& =?Z9r?Sh?8vqB!`oJ$m锧ACo槚q4:@ ,ͣ+ca8ޝrȰt4鉔Khdi| "|Pfẋ\U:tk,9lU5\*L0%H:߹U׋@TM[ Ky*xԶRS._t PR=.us[mG?{iz9ۮ1:c 8_t>6O] Nm.1A|LNIOf7.Ӊ,P,]=?WLMu i7ؔZA|&MZ"@Z*ɘh8W{A+D=rZ2XIOTGA9E 8he~"Yx#gzU(ClGhyc:-MIHi0 VQ2H7ΚD,cHtjИtd}H(Qd?.3bW6wJ3SvW楐D4. dͽaO~l7B,z,g Yr@;ԥ.XXNНthd< õ4:=d } ͒ob`L+Z[7o&% `V X#ˆ~"-N8e5QaT:'@t9 @_Gt>VFPY|H.!&,>՜jGR>ֽD{R'U8v s~d $T9?~T8&iɞd Hpk7VtP{hx=Qg*1r_>,YU9lZ`.O V$^W T{Z`6w݉b/n^X!-B(d.Ǖ*@Lg:#lI.Ʒ=;]ԓ;q:\$p>n4䇼y![ާ1tGqϒ9_N;G5Fhۏ{}h *TbkS-d1t٥)%pt5^q˩jV>Cv>Ks|zhhon7VX,pw$k#=\0gTEի&x1y<(lekuzzV;en>ILas=Pwf7S6qD  2fAx++EȾ"&W"@ԁ0 &3Ƃn$m?dxZ}jePmH {nJAq\԰EQ!K#MpK͢hӱ^i\^%;v<#!>K‡;ay^/dDct䃛#N3\:%ȒGcڣ6#=Hc?EOUn]n\U'e3^.duqR_s rJN?sI""[s4qY11gOa̚[VU,|E)N f r|EqܫFiނSMىmpr Qv|+,8#yZUS"w]t.&̑oq"@$H̢gnй9;K A' #muO< gNmsp^na a{BU,( #vΞLy\pAחTfORLZxğIZkj]%47TOtx /o,*C"䜏]eٿ#{Ǭ"dq2~ }pP`ߢt,\xMTL"Rl?]7HHK-y! le!!GdV,'釅sk,cia,w/AC֮#1a/J Zw`|vMlzH̽"\ _xgaAQ4  W#!%S{rXCUX(YĦh#Uhӆxvp:N}1_ VSa.شpTD>IgXF*8 h4kft[xИ;FPI`l^耿@C0vLR/? kѿAډ\?FV="=ިSkIg"ev` 9D_0-bM L*Flh$!gFdJtS G |ِurp0EkZpypPx?o]M$'KONku2h?%xg( 7Q@b6YǪ$UF{d;3鶦Wi3M2P+kD3Zׯ/^-Vn &XD,zw,Xz]~r/0BrCY2# B6ڿ HoMU*-vwdPOP] ]6kH!Mzwd;/ gxKӦ(G()Go(*|qdik ]]>Gk SLWhUD<.T; 4mi}VsdX;/'8ndȨmlzY_YT@|$=CoT>0$Fi8~4% 9f+ak0P9(t'U\TjA 'GxFtUkg]i9:X>nfg^_Hag<E6|UEWNL$iEܒ9vL)I1r:-5`_>~ou;*ݹ?8Bd:gj^ekN_q!% 4"x>i O&:D5/3f:e0], ?P k+<` x J\7褝LkN=8VF}sGbeAI$sW '+pa-1o^\/R=Νnܜ,s_Z}]61[븢EK1*Z&c.[ LSD4X\y Z_.aslX $_JGq2Ly;d/D= W) _&̘MFXr㚄`i.)b;5qyt - 7trxV81˅w'c@N^'tq =z:iҩr] C2߅`Vjz_ilΤ0VDgᑆkDrԅ&~wv)S\E7W$8+pJ,Oԣ;d"Qy E!2yEq(iƂ;MKG ̃is|Zh~#ta –&Wy=u8xC[P1EM+Ŝ몔C2X$5{̈́~YFF3)LVʶqg EmT/_!xqGak_%FsMs vdkȅzwZxD l:Ghu@!շ\U Kcwwz+\n`1{DCV&ebU+); ONWԵ/Ixg4浪o{Tٝ_7J(i;uOX+6~f8/bB?@m[cdG;dvXX+˟I:lo^9 :Vj9Tڛ8#Y  lcEޮ̾!eZfqiڜdߴK* I˯*7p؇jI(Cۡu+^qxq!|s <.X3 9Om_H}`nEޱOFx3.oX&~M9S#ΒCvo ",*I~ࣆXxC6$iA$1r圭ƣ%)8?hZE%טg=O ~M[7}6rUJ|) tfյygqvC1YM4s7P yX &C92;} JE6%KBCE{Fliy\'藜33Qlr:[ <^NUΎ YK|/2)}wIv Obl~S$>#h(oʴJ[&)M6ZŽnE޿Lt]"lQ B7+ӾǯDe:O|aeY~7)*1|grL dzhtͶ0t$n[0~|1^- Q0 y%n wP l WSdt>clsjVEcJ9<uXY05r=ʋeSXɥ}mv4"u/CI\2 [5=Un"5iUqY(|~ȉ"#twd+le?lrͻYrX]ǻuͿ&Fy U~.(ڌat̮X6WtßLW0m9gj? ]Y=n-I]l?NAܝף_6ȲoIĝM6}wq< ō]7OR;U-9$h-bc]'rݒ}eҒ[3:͸XPkop'Vr_r}p 29e/ .\`RøksoRB;2PvH'CZfi#f Q8N3 ʜA<]:OG XV)/A^K_?C.d<3yg|UǼqJ5O"4oV6XĥkF,ӨjQ׃E9d]CA^PLM?UR+WQ~Ndp714^E,u@AY4rЖƸzDQߡWyIVW }Zqq1!6AuЖ_>?/"P8>e 譡oМv*[!Z[FkہbdNʙuմҪixPEl-j U!t#z9]{KhxA&2Y\~$?6!Tg}9Md[`0Tφr* %qڕƞ*VC0OՁ:+;Bap0r.-A4X,h#Guz|WLB<38\֐򧬡AuV䪙q01[ܥ~uh;E3[\@^Z#{@Ӛwk0v5m\*w[+خFACekxT`xrUōAs>`\MREyA9\ W)qoQfyD_m:Xp ΣU(bZXTE=1gZ$7{e[76iQ®&q{t-ZY?y@-' 5fSBfaI@>/$4fÝEqףU5obp&~-(#b&#TQpӋA ( D+ވHB_}ũϾ1z2^ךyÌl{dCG:ҶIa޿ig[Y;*~Ma4YڊhZ0ӵ6.ؼȄ@O>3e^M-.O‡U-#TL^Zo<4[~&T fM*Faye9I"1N$ '6ǾjCO{Y ~NbɉrB(|kYhc-#=-F獴I4@80CH?[*@>h G ~E XLM [F]͘0_^Mٺ@m < 1t-2AxМXԖeϵ[E=I9-Kq/極 r |/%ms_B W tpoqրq̒\ QS Pź+*ŏTt]J1d#H4:R67h{9H5VOHI$_ nWD`{jWpuCo+Bj<Ig"˾Bomj9by;Rz1*ȼ`(窣aƯzD|3_Æ$4~Pt>u'aɇjޖ,Vr "4Tk_Dx?TH97{CM!|F^N€Y@n tA7⼇ֻB xo> `IxyOJq~4X ߕ%@뷀q+)I*6p^A4_1XzU쑇;̙{up'Fa3kť,80+f>%ᾃUy='='#gBR8Xz]r콋}9U^-?<]R%xbޗM&dג(g6nNӡ\C:<µ*M]DUDke~-m 4fV&YO 7Poa?ݝZYƁޣQiks>3+Y *Z^pҢ gZVdKɔDYy,])w0^#q4Mp ;&E紑BTSR k}4QU)Ӂ[X%@( qx%nذ.Mqόu%r|RǎGpZ+Xbc>J0N%Njʐ~9:H7*?='I@]D {W4o=5UOIRV*=KTX4/}@] \9{P??S |[RoC{0ǣ#:oǡ7MI5[ϱO MoL\ X`p, Fvd_T)۲)Ի?JP飜 JA"v4DohGLqn)9hv>yd׋@iKgzk`qc.,2 x%3.DsaxfMcz Md}:ko Utث~%oWoUך%n2nĚxfFŗ<:r!{1P)_+9"V͛'$ǦsU"p]7ztBQ٨I{鍗o8kOBxHva)šDZ F|KT Z<$ Nu ӝtN<Q g>YHuߺ?F,N'nfWDDip.QYyqk--@ bՐlvԧ)^,W>i2lcv"[N}ߨ\M#zQF9ۦyfԪf"+vC8qbq] vG|YVn 8a*֗@MLCh{K҂K 5@}~wjCLu&(HDF%*9nZbӲh{FnO{}zQC.HX?IJ.x遤Kv\s`rx }}>P*?]Yؽo'Ǒ-KqPgԕ19q@f{McaRptHs. X)Dms?eT:b)2S[>P#IH<~dhm(7kthi\Uυbd(*,/YeQb܁v A@$DzM-뀉t.cT}.t(ni$~mA b7&Dfu4ʭ[J+X9 s`!m+$FA܃H%bE0#tD eFWu28iu%zk;w!zξ^HY@oKmlc̪leWxasD2lqe vҨѷ f*V)ԎT9Q!lTOB"dA%O"&Z >)y.CAREQpp@//E|Cm {V>*T|uTT(*b/v)clc \i II\[&f3l݊РUbR+ic7\nEm:=ѹI]rR .0/n`# 9E΃\pNኪbTonL.8+d)Db$@+p5ɇr.:W uAcùIHNr'-֤ B(ē✥PD TU b)*t (nD-L3@ [bM֝5@ &CbX4"fh[`ulJMv1-&#-vHl 3t@C_*OUnxbw0而9$$ H9rić *q#ł-؝yK(#}#|M /Kp6 R̞Ɛ A3ɕiN Ht3衿Q>& VP 8[:H`h ,XƁXi w]܈( H" ~QNȀq.?<5Խ7U\iKKlmADdcCU sO6D拓J(7A 0AV)UESA@K)M_HG6*̊Ȃ:t)^){a naٰr+bhţ^-Q *N[&Sv-Xp͔D(E.m7M]0$mFl[ `ʳV[M7L .V1R2 qЋ۠ގIC ܀jk"уg).IϤßCMMjP2ovL-Ln&񛶁bU :ǡe$VD 4") 8e'|3znyr¾ʌ7̅C!4ŀ.K#׿c/IJRE3U8 86*z1⥰|k204c L8!ODfqILSیHHE@Ȱ(UN\T/ I[,EdBj P%X K*?آ&BnC8 _F Q2/5$TX ph#1:FȤxaDG5z.wKS  o88F@m+iʢS^5E;މ*"i\44HjB-@5q0P*b+ Đci?9"ea'@(@֚uDu:õ0us|AAs ȃ?@t3L'za@`.qP!|Pj&(AǂNA8N2P |6,@ŜGrhC>B {)t*uMjf5MI6NSzv)l"NMFA {c<"`B#hAlE@Hx5@2aQD.#tzppqK& $ BCdBT=DTC@SOv '/T$^? \)K;O2$Fs:ޜfc?7δ??$Yـ;#;c*`ݔ/Ⱥpz9=S0gJv',vg"O%.gb? ZPʗ T10U25 cΜ*5ai8Bh:BW qKiF*"ʒP2!2MlJA" 5Ʃ2LV$ #n0!`xV ޛ5 `8T)'13Hf+Lq 003 f$4K0wmMALv[1 ۅ I/e<|ݫ Ayud1-2u:U$P1 %HC@fb4پRQ[VG8Zv23AkT`DD7~ z'DY#(3`g4 pC^Ku}d axrLG͉ed*X噁R Aa_b^A]-:a}H0u-0K/ǍB26R&1. AP%n@3?d6 '7 o!b/KỲ6Oa9! "!#/EB.;ݰ>"Kx\ѹ4JܲkPI0W(B \(C$9%3T '<9 3a FS bތ;~x$rH5 .0ʔL21,^ A 谘B PA+h& 4fcF] CQ(o Pc3#zTh\d`ěg[R+LT?v}y *mQi10$(T\\ @Kes`L\' ,.*hr{蚄}qz(P8r4m`Cig$UWz',)kQ"PƊn 9pIPEAP`#\EKvMqQ8"0GV(c'R@B gV@O-HVD?y :T}JмD""ONnƿ`|_kCˬ;PyLyP8 iWQB0rhDEDP_LEh/EGXDHH!}$P$zhYu4q-ȩ\z`J\R#9fh%mU)@-b H.BCRСg4č(t#A-0@jL%b" 4TH".*PDLP)bH'.@b ""B58 H'i$B- ^l\/)YdkJ$0?~0F~ʴݨ 2^} A+^P]pD0bDTL49(9lJ\k*ƉUi+&=h,i ˨PFf|z{~EM]٦Ň.z[lE׾\6\ >Q= T RqbaXA_&DFI'NZib,{EV 7:k89)6Id:?xsFrT+Bi6! ]  u gڂias>g:ƗmD6KO\ìiV/Ο)XBq{`?!/^Cm<^VKK J/bo;;VXV|}T,Lo5ƶH!`ȞN |jfFd1K5mYP7M.%^h)L´s .%ҔS d]2dE4{޿UUmJ{V2Z i7+Jd']ֲMW`LrhބxKs k'.VtSz&qu~|&WoЁ1=.jvn|oڶe[w]e(oe5 Xy\)מ UxgvRCU68?{~S%vw?l¿vXM5a=OcC\#z\T{|vwEQR]SzIο)g{{nBRJ'9?_eB$7yeQËgL{k[PF JVǹ2O.Ეn )<+JTϙJc'a{ +dX1LH~M`SR Kr^2JZp!1/Ϲ 6ǨTP'6PKI-jM*jN )%6BMaЕ,KIW8XF{]LC_?>Mw^T׳}0R,H2jsBeJ%.F1"@ƮS"BOL>fI۠ۋrqV~ Z#CghsL/_?k溙z>T˄{|nb0y7~oK]O>*h %~2Z^ˮ]97U aSS/gAi/^UaF$l 5wf}MG\wuKbЮ<[$sӄ|vBF^5j~{Kuq0dC(3zVC ?qC}Wi~UVN{x.T]$\/N 慅R`2|z㍂~<|ҶSh`s[K\ C<ԯK(K?WX9Ef g)J( iW jztW8PA[t Wݴ'|Gsk,7fc1>WųkրAK;7sH2sX 41_sSwi6rEajKݏvj]fbNM sf3,c"웜KM6VF&Ϋ23ix0 1^1ÇP. .[4oXUWFngӖQOwӽ߭xwAJ,tvb2:qq>ڲ"aO |S4l^Y\gCkޚ }̡ӵatÀ19iE0qzҁHG_Z49 ?qk}L7{>[=>k 2+߯3 8[||%Mu1<ߒ֓1D7Rk2PX _=GauM_l0,}6e7y,#pZ~H&F2ΩhJNt47su찎0Wzّ]$Lq; g~!}P`3о|X1 m vsӚ>)x`&A';xc]naE7ZJoաi?T-%ʻ^:G$%{E~/n6l4 p٩*$߹]ZL8er*kl!k].q9T9~88$sA~9ueMG=7mV0uB~O'F3ܷgĉCL^-4G'D|nE\4a%{u43wV)Q˄> \NgcpO$yĊtKh=+6c0~P",=G`T+CuDCʈ8}@:A9(u|(Z@DU.ࣇ ^N5DD6mPT!ubE-D:l,<(&Xňu"ZҔPLTk@s4As24ZC?"-b%_V^*' 1T !o\ij 4җ<:qY}UKSpG Gd.jϤWs`AM$pŕ* {6\kwDzȵYyw:y >Ee,,_u@o}  , B9 fχ6Ir%bQa7{rkS/ M^HR ?YYW} +ί njXo CdEa'"m$f]8`, 8[ev(K&s{1ƵSr(|H=ubt'\h-Z:ӧEhz#1*(4f $9? .>s{uIEdž)XfMys-!ij =OcSr(gӬO #clw !.Ym`o2in #3b 2@l z96xVد_k.0]aBOHZ޻HF cshoJrAAQk %?  DS㜐Րz{yTp eQY6:5!8|ظc0kn]m˄~x/)2uٯ 8Vgj˵c5px#@aӯO0kD /SwP;+ !,'_5xk{J2Ze=TB!(/9{]\z+ خs_ϹF"0wr'[|\JqzoIa'Z7tk漶qhzP5섁]_I(_XOCq\R #ޞ'%}yחϽf>+i,y]l_T>zrQ^}.Q嚈Fn?@>ݜTlHfFE?]Ѝڤoyn>/V:Cޢ8uRN/€7ի۝ųKY=SX_}kjs@~vc@ կ|P~G9<~c\0 #m9zSߡ~V]v4(ۙSǮ]W+'G\A[>r% SLsӯ~~tq;gGƎo*fS| rcLWSx\6sy%jӴ.=NM%9޲Mŗ^W1؊"aʌaD*r.xCcr޼lD9Q0b5HR"@](|ʛS3a ᯒa%T!h0x$v,cV cywAMat=.+å  $Cb0&e *<  2+I-drK6 tLl.X- @Mk?RJ" ɛpA80sP!AׂA[l[ҞdvEC~qzyՁ޾N,E<޶}I]=G[h/jf-W-"z,r&'4G #tQ:Ig>I/iaZ 5=]A%H2 i\KӠO:$zA^x5B;a"\9z2w5%Fg D@e-d:?;%?]/{LK?҅4X hpJʪ S#4g F.<j kwJE_ Q{:p^ WifwǮ~I\i74{ ?3ZX>45O挧~e}f~U -G ͒(a0ɡ΢#̈d3ό2'{%ڢP1gc3҂"rQFQD/U/R_\q=(!kg[hyAxX(("wQu uǕ"40|(!gs55K2 `;8(" -$G'?߉yQ^Vk[§SyQB $:ur9&^)À-Z>#,FL\&RAugh rc0pO`XOS+rzZk56 =tWAcM/<]E  ́P:a[;cˡ#B+F8F4q: |@.1V?XD XF$g=J ok:*@Fzd,-Ri j-|kXWQ>!)}LyۉnRcs7K9?s>뎃ֻ9Ŝ,3:gy^[{VqvKX+p^`AI([9}xRz_ˇ9ñ;)S蒬3/t3_VN.,V>NIS0wv\cmq~!*YFt@}>Vf{~[N]hAGi{bIbW G(l=csJu$](cȟ%r.70SY/:f\t+s. )E;uvǑګBO л*f Ҋ{8{ڕmq4:<&lWid-u[cUؙ~F7VLIݗw>t?G?uHԪ֛!)^ەy*v]]aN)Y9[vw2cR1?2`rv\ہHyЭ?R`/݂׆)0PFFr>stK :jZ\gx_ʻzm w N=RTus+s&j3g%(=Zw9C8 դj.5* 'R|i|W$a0zg^{Wԏ-Bp3|3>  rM 7w¥*G3mI28~ɺihACųM=&Ԧ׎Ѧz釢i !TIQDFHa!v%,Hŋ(EHK)Ba# @Fń JH!H1$bFD01B@8d^%*A AC4 $kU-mDX߸/M~y8.2QQ,~9\<+ePgaDC412ZK6PK؇9-H<]Pf=;6kZe(2{[Zgܰzֲ[b?_NĿ9V8`ם_gVv3%e< Q~osC'0_m#1,Ԅ~XBO)h6)i !D/ "活um^ބf}$iQ}mO Tq T_" e젂}் +b!OA^8 Z/APdϑ_:v Ce+ZXb@j]#Wc]memj{BHE\*Dm-;Vߩ/~Tsآ[q3de(.d hb/"@v5Aֈ|wR͔J(%ҧ2œK9@kTwhO_*=I+7ۻ,F6OO`se戬pKS0װ˒ä,t6?l6LwbB&Krڕ{ۯJjt$KS2ti.Z}4Lp1tYqВ?&fF2MH(|nBrMv˗4fܤԚruK*ů=Gّgk^wPe5j[QskU3n4?*>)Pr%Zɓ+Ug"VV F bg>8$f+2dL^]GXG&u:/ařMQȗ>uZ¬|&yۚ(Q~+$rFU*︟p`vNUyLY7(TDfd HSq%R/Ad6>F*֑B;lr+*Ŷ,bv"j} vSێe$`1k h$]ALNQG0S.*Bry0C; 5D[Y@XzU= 3Lxwnnwl?;eh| =П?x,:ZBx_~8n~Sf^A4|  gf:헊 L?"f ЈDgNfJx({+Q&7񬠷yweFbWt4.,S%pmUL@]z#%M\CQ=Mr[Hxrkx6a!S_ESA__'㜝iԳK3F5߫~5XAٸ@V|g)2,L8uҠXO\J Pb6%.t_ ruwMBKf W ZL LJpa5Y:aGP(t [ ﮑ8K&-RG4?=bcX+w^:>fpY2<2ZLvSfI,ʵǷ;$^f?QAoo_rvL.ۖ@<5WֈwS RYb(]'t%Rg\TeGDk[mm L DmDzfs 046TRɒOr)sI.b8O9:*}9kt%$S馛$h!.%uOO֫aIQ0c͚mfmzVu Ta $ҽ#q۬풓_1(篺(ܿw}ORb=]M))_嫟vIga+n ~tLSg*n!'mTqr,Ӎګޭܴ+J(/NUO[坠ר\0 X9:9dB :{]^*j~ȹx-e&CWէ^Sb*K$jdeHQ K'8lZTSluN)DUzQ6f&t#'m\WAarc{AǷCem{\d:t;~|Q٫^p``+uo(W!{Hsҙ]<~3x/ ]%uC\@%g‚ 20hZT8AbNnȉqjK<0;! {ͶÒaXlZUuw6F0r#v} ^ pqsyYC̍gKZJ#$>T>矔ݼ\T.A yo1R(Rxڨ1SjkSIڊy rW$B",ȍly \-ȫt`YR_R Mo)DɌs|s7ZWW{9E(F0p9/,$e~l翊 : I M.'cK)36U!%dJO0@KM!e!nԕ^+w̚O9gL;Sz*7~3êY ߭j>!`mܓwkٖX+U %(r:j҉qF*)g֊ݧ5mӞQzKl.íۛ峣yA}G|n_չ^_dwP]Wex>Cu{Wh2eAOYrENPQq4THZS=kjn-vx>;**[Y I@G-/ݯo7||4/$:>h:@ 1^2 5 0҉C+= t!ԨA܊^u=C-cΕ9wgY< n MױƝ5ShWMք$PT/:]1L 0a` |R&@ꁏ\~͉ܼHE9VVpCptsa4>9dTBk==z%]ÅQ<(\), RAYHcTE)ٻє܎Rβ5'Q&,Ft连fik [~zv֏:C4MEsP.@p#LJ{pP,)G04Eǹw,"taYD&3'lb õCia,a"WE#$Y*j#TަK9e7!cS S5śz[&ؚFqw+7d(}ӅhIeugN?i%ٗu{K_[~վ}Z\{Q$!S 1 O>6_?cOvه>GGi|gAA!*c l ,9`vn\-,m8?gkYװq'7ގQ 3=JmTt@b VPwHE(izk-zœxqz>kJf6Tn p^!ő^dm~d$u9ôv>}q] zYOx(6p~;YztoiC$On̝N97TXI,yc\\3 _NyE K[-~ Ję+mV2X[1K lgBYNg)${]kW o@bMwF2qY) KhW%}[Xn^E~a۸̵5;5O[=:J;"R>ns ϐHEzqPҕ&׺Q4 DC3¼W < J$PȾd[;28UNZl[OE޹weK+ZըTRpnOC'ٝ X$1zZ?w1@ ( ۺxy CZlضU^'}>M;9l!I$Svy;\< smzu(dZP -a57IT]>LIm{]?Oϗ*7mLj+P/k+k1qp#(,̭w“*k6dՊ`HF%UQ n)J0)#qotֳb>#š0Y%LWXA0 .2MnCO8i ՍlAsd5/|s-dJ 0vJ$_#y T61_gW]nw3~+QhR SGaz|-u:Y+< +rKxs%f P_YFxR7)0H//8]T hQX.?7aZI| 1k%r{ `k<·t:suw%9:Gz<YLQ< _MP *2ypSAR(%}@S/IA b΂UPVaz_;bίٲThvutKL1O6Am{DRRr"RҰB4BO5(~3tZG< \#d3D9@H}} W~}ve^DET =60`hE$%"Bڀ̺3'9js+yR6& >/_^)Ju K6sqFqw1$'R*JwƁ;J S=Ξ[Yl 1SݞŰs޺v 2Y!o$[l|V #,t1+oZus}h^M Ű1up:%ѝCA݂?A}Q?Cv(/&(\PN-cd'8V*`Kvzk'@PMwЇ2!l%BhGxZXB)FPC *O{;)\r8Y wlG,dV!o_]iiU-ЄᠶюF ((0 Lxwʋ\N콟l-?{LHm2z_}O&0#P)mqb! +yW%Z#.jL_?L,ռV jlԷI`p8/4w1.ݖ{~'3./Ƈ+Uc[-LXlzK.Ӈ['oT畚0Ä;>w.\j蟍 ZЏJ:ڤ)>!,BO?T|~pƮ9+5kXP0̱P6OsG*Ls:@\( iƉD1Qb(bi@ct%|?L][V iT30*WPuLÊ?a!SܷjegI&NZy`"`ZKARv!iõݺۺ(`RGŬh:[h=" Bb`/f?cUJm:bY'8+VjAuzkJ[/p)J-]8u×u.AI*bB&TD؝O3. r#gթt8LhnyB;c*3mJ h!%#ԅlk;gPvu5̴f%PY m$&.yj"f{ б'9ɉ5(CC]AO);M}4RlTr%kJ'K:AkX;scy9^a(a_]?U& 멑z M,)B+UR驵ӾnjȌT1j||017U6& xԤŐFIR ?Ɓp43&O ĐJ )Ƭ́j?exϰ JU<\ͳ{*+ߏICH>3lh$lԭyVCeeVrXKI3tsaը;ꐓ+x6'1>G?¾D&d6G$KʀQ7B(Ro"RD$Ui0֫UyCVea $d:Zd7nb}5yjTm g&+:JIZ"@ V]זc0XJ *'ة/DʖҾ\wə:_]o[Aԏn*OWWC^0cb0 ,0b'ᛧC6#9/nS2!ڝZkGdxܦ]G 8qf2b :wd6V03S[.6睚9Rnσ W^%U'Q Fކ#!sH[V0rxm Mʸ>+9yk{/5SuAϩ[츞Ϡ/8",۴.+7A ? :(gЫh ζ˩sJmԮ >7 I'M($7C{ާθ$/ؼ 1[Q\ m+(ic\<\꽜l˚Bư^j%[YL'Z I.L2p S}DQR|nodwu cg??EE?Ms;s2Q1-y"J7MF >`m|1Vm].[SlWe@ŖiWd Kc QLpUtќYt+$9d*)k >Ki J#tӗbt [*yڶeB~ ~v=vUa2lkVd s'Am*~د[ Py"ãh%4}c1nyoz*Pxjv!!>kYG/(#ͅVl dGȄo1j]Cu]]ӓux), ƣ[yoY!$%l8g}'qX!~ F섏/UI;6N ?3|S(FU\zyl,L8)WΎ- X#@SiM !좘Z9x3+kÏUA^!V6ptLdsHQYHB}2@E&cCc-7b2vY#=͓xUc>ײ8{h7lsӼm}O[C&螙RcM׃Kag]Mmloyame_m^ϲeaԑC SͷކfdP*֬88+(lhcoG6#"оٕ9Q$2ʎ) +)cN6]9bi(uք*LWKxᾗЀ)78VJ!=<*#us扻$Hy;oP&Bt*ZZ&p@R*ޙq0*c D'y}Q>t:*9Lw4̕'tW^#K $uy'sz,~$ EPB?' @+$)+Ѷy$c⠪MTbN-bPM?J#6(&$8EZ"PTWHn} aA?t (hs?/ߠTp0UDƣv!X? a;1W,4O0`$oG>.'V2;&& gRc(;;ekӒdob} `FЬs‘($*Jyri0Ӎ1̑ x]NLrІ2~y74]dq^\I笓-IO| H}Q*9}Չ6iBĪi>`鑙Lh >#2ENxf7GH_x,vܳHNY9d P?D/Q2DS /_ M7hI,H.-{\{62]L]Fy(S4" )8NnvR@>3ƭv{2u_']kX5Gg]]yeY[lq1Fk.T8ݢd'le[ZZV^''Lۯ`hNGf6VgSt(_VGoX GWr2`ś ѽֱzǮ؟A,t҄Q\D24e:MPc=z@dSFi&DYSKӕM> _S524Nx=n|{裇GŸT?ܓ]őűf1-n<; kN{76-Vgg|~%ֲ:ߝER-2@X7M9ghTΈ=JCR>?Re>Cv$;ح謥9#%Yot dpkd 061OK)zLU^>GYtYɎ o;ך5Z VTzz|H%!;)28/ީu}: S00 n gY4{,j^)?x9V|~ ~L6Hx7qR!shJKseg.g#SYdpD^rp h搄,-B_mzC+aw_ݾ[V8 u*xA0ߜ@4]@&-*<Ԣ?]y4uEJz|}n/C;6y 0rb'.H= mwPv 6y 9=]+R?R 3ų)y-y aزx-=^84"q<} G12ԭOGw#w=c% !&lUzPYC%Zǧ(CD/<: m/x8Ea~ WKiͻ,)sI4FwVùΩWG+C+B]= Y^vl<9Ū|Kl朗zIEjG?"i!vHr`,UB+^ eә^^)п9|~L`^Hfͥ_V-;P{ǜ~4dݿ2أ;^a(<~v2)Ik@3}m8i3OoRQyl0^[A$ ! j KSlº:-*HUVTVMtx)0+נ9湞_n* <|<sp|ct'CјSУ@M^3rfjN7{7ċ s#v HHG'NRT˿++o x؍ !tMʉ@FVH/PpFP7b6gbH?o԰M=kcr9|^2j||/΁Ⱦ9+].r`_ 9.O@77HT N«'*K -5hUF|}wCzY"ȟQǭM8{mttCφN0mXs=_AEj_[5 [GIbº|#(bYbBݳb_k@,-ƕwe̺D~C"s[$F lRR$B K}}D޶N'ߙ*(u /Uk@͆r!o 'r) #)t(4A0t+Co6g;-{yѴ?7:QH9#k`7pm& Ns;/|1?!fc|oP>̲㍖a׻Ou5E?z'Gt$z fPf}uAF !EB=fxI~x'(J@/*SP˝Q~kI]P9?{xz !-B b&c= LCӶ_̂#b߲8mOϬ_ gk>{yl_plЂk_3w@ԅG3YFC̿V^3B:2+xMoVTW7K8D s@W[ooRİa>c0EseKI31Y.!"b%1=vo og~6P|\ոqW7iЄe;s&0\xx[X'u"$[N˩󺞧 G:9/g@3pv""3md ,V8/*C(й}1-4`ЪBؘb݇&O;$iuZuPx-tAd8l\sYh6o(y1OBd5OjyQm-`1H3%ncTcz`[o$n7:tp+C6 XXS2xlz?Vrղ􄢁 t)*oqBg_:>Gs~t"{ )2Pd7D;HX63E{Lj1g*>FJFZ.$obxDrAxQH2SK:TL["\d mj&J3t~^9ܛ,X|P'Cy}$!KfWM}5U_=LfL%3#l>Ж u96vw` [/P@9$dȎNYƯʭ;9ާkK P$$$lL 3xku+8~h=@Ki v3Hmϧu#hE $ q8{FoI{²Gv}?jn-56f Y&*D]74=L۴8/iBY٥ilpi| e 11«yXV)3=0{4 m⑲i8nI>8#@/a­\ˤ}dc=އ?:>z#E\#rrސBC!K;A)wy~ ="3D'gêv8Ur0FZτE<΢te`y'ӊC3NJC.s' > ?M\p!u17١mE: F,;{9/=.[;o^Xq, 5k35eF |9[e6_Kߖ=-M~4is!44}Ceoِ])B?]Ȝ PDf;3kh7Oe"RQ8k,MDU$6 RÉ4 .RJ=+aWҲ#rMuK~ϊ#GH4*d D `gffgPyf#ADG ]@# b?&)ݎVΓH4":gIq?^t.}+}$#$23D6ڢd6~JǷ8ݸ艿i$yFσ6H/Kܒ\H-BvtةH!sf( ;SDyPw1_lm sSmfNvh֓]AEL! ն; n`C,8uF5(iH~ ^4uGh[@|}̺Wߒc'~%zrq=n  jMvqrQazNmz;7Ƥ y9")zoknOvn L@pgϋϭA/q>=<|ChX9$@12}cs?x6٢_}BeGa|Z@$dv?So @ޔX?յmg5/fT׿{swy\/g{U4ہ:KZL&_[G!xOڵ`t'5yъo d"0Es`(ʰwywu'n)ojc*40`jF(l^+a4'I;g$(=\;^ 8f&mO5i_cbpP%ٝg4b~`dv;Q"=кc mhbȈ`}9J,]F7hvP@p EҎF5s=7{rL>OW>Ga>?`wlXMҦ jsSbd@C߄kTtˤ_΀vh|}Z彍 (J2{ȇd6+ 4EKt,>϶oa03));n\6,}Q,HyKUc|yRU9c|%Jf!M6Ct,w[VϣX(!rw׹la=vҬa.5'pn"l`e/ >&ȍq=PAawvn,wYˢWȃ>å[ Iz$ahD~!1-i}??oöu~|f1X4髛F0k0v!ZIJ68:)[[E rnYv?|t)IBg8`|H2u ){>b?8qlree΃ٱF٪@tXb`Xm˃M c}_B5Mkq`d8[Ge4va!VwFWb;aBΡA<ttow5ˏmh T}TՓB;/^?!|ϵM=a!T*D HFC,C>!=[_0>6(P;Z^6l7&Lߕ> ^)t @;d9<:_q!~^/uC+Vj|0:A-(4X.1;o=A_O'{ "?d)#Lm0 ۥ%tv3߈W6>@G7}k2g(?DYkaŃΊ^mlߝYe2 MN 9/)3C&Π&6h~߾C. B ;~zļke=Tr?wR-a1~*XkIB="BIY?]E~CI@ǾɻgHubDPRᶖGNi -xAaGEgj>w3/ Zͱ 421v#\yj2^VHۥ(FkK] B!1fxwٟwc q_s @+ "LдE*Lc m\htz k ,JߤXG=:дѥ=\b-gf^[@\wdౖKQw64BK fK6wΰd ;6tGĘ~!>.g m/j75Yh^F%=PTCHN!u6pB2c{65s^`/h5YgfnWIm{p4NsU]~$ V bIw{qQF8#5sg闸9>y: V@_ouBӥЏ(nő;ؖDFp]ױ<5-D#Í {|P'ucKمi Ta_|;ϜH_biq;3 KԡR}MdeYOۼ-ڀ"]zhQV 0lM>s5qW DlP%6mKPm:ȼm;9BX`bh=AJw"8ND! ϴȐsǒoLJx]UaEbo1߽e% GyJFA~yu2>r5>MF}R9 &9A +޻.&5t2ǠI 8I9. gDHE槴Gx}ſsI/,GގUi2†VY[ 41Ylov[]s C$9dEu8% $2\+2዇XGhf:A 7s{?+ﻏ`[Aڳ4Q4Q?PI|<ؑ<M}mw?q,v`=|/`3?cr"dB"6rԌn:b34r~qaH_LُL:n\D`x1ͳ^qSaÏU}z2H>ӣQH 8 D.yܞS cXI2R7ԩJzHmI$pel} 41 6?$K!>\c-\RB<M?*az"rpfk7`Qú.01E%4҈5)4 j#U*|*A/v-Ct bih[鎠a51d(%&ƕiq0K7Ճ2)LB?@;y~;EP`Rfv޽hpvE32dCn\W|irfnIazo;zUCM??GqԸ‰zU~/0f6}ك0?:cT =FSA|e#LW}4W7(ZYޣLD%цz:Ҷkï>iXi EojY _WiW*PI0$' O5fF{R8sq+CDWQ;>;uoF 29)áL43P0NEճcU=b[o'05W'%F" @ *֡GC컋?\MR^w|HPg: >?6>:|/}ϭ6osdQ7f)nqPVbB ϏE|< < )[^i\.aEGidybkW9S6pb Hؐh$u`YPy`T}(4 k9&JLR[O-n 䦉կ3PyQW93<#2vSĖmmmyLs,Ϫ9؝_|8W0D15= @Kmءc$ccCiM\zܔ*V.r{ "N/$>s"hv ?Je!LViivJMtTJK]lT4[D[t|ш???L嫠 ]KoMhӝOϜweZо/fւKms<9+eFahҕ|m>|0 R yϑ|&*T0^}#5`JGct="A 36AY(F5E;UZ.\r1zTg[$ӈgb*󉞳p8&a@!N]Tԟ?SGH:W~>?CB]_TAc 66Ao&9d}bTqI/y;F9i2M Z$irsʽDc+fsh: ZSnnħN1k*F"Tz3}߹vmƐtLOi#/1 E@! -}bێY`=Iu=g*U ynśl}A}|uDgփ-~g*lROEr9F"'F]fR$A| uzSĞ!́s 6YO@M:j^#u-3NB2k'1~:$ ^L<> A\NFZcK5D+LʩiV.v(Kk !H/B0ƢJ!|VfDb\'420}RmZ[(,U sx TTpD5u lw&yu>b(NXmeQTb"Hv$#B!dmD+%iFBI$#$HcD|slLXE$ܵFBGJjߨ_n_p/l02)j >!%s))D=\fB:9{e>93x,c09ͼ3 $F{$X! D&Kvg𙫡!M_9/@ Y@F$I#mkZֶ 5 ]OS<@HA@65~R}3̴ϽCY!B!bPKe*{rVmȈ9/_h M $Ojb3lb0kt!LG(=n{Ћc˕|2hUׂא#h:JSxFQ%~igY4 g6ѥiPc\1TG,@X]"Cl˷$>9^[4za4eE7KBw鞘ADԵAIСImx?T'IfSɜn&ۅ={TLsSB{c+@ H1)XI1J$xr\qE+Y~!I4*6iU~Iz9iÒބRTLV? zu> aIgԃK{xmXwe3p$ has()g 폓Ѹq2T!kcPF;2vKϥ!Fso7UCCm Yވp#etcFhS2Y'i7P]濽*@ LN1H$ Fi{lE sgXCFQLN;Ө38 _;(*x|z8Ҵ\Jğɡ#\01J[7ٻ)S@i [b, v0j>>p=7g@CYηΪ=iUEl?7۞Εw^L8h(m&4횁i}.Ie_Xlg!F?(Wdr?E6M?JVL+j̗f!/D@ѴĶ&K3qߡQeGǭomjL}?Ƿ=&vجxFK(K1KCًv|ǒ# L8H_`5E[<CFmյQ1 ꄻHAHԪSmb@0z~Ҡz{%FI$g+5VV`c$cީ0o7wA*?¡5 j7r9GU' FoRx;4΀;1Oztn_~MLi-  &F$B_ ZWrEq/ -Ԡ)>5= 뱭S3d@1D™癗[] ãJQiQY4㇆:?\$NW0"hn7(9izhPL~mIצS>- = 5M٠aF={U ;}9YMF֐<Ԑ9E(C>GG,zzgcs>>6...>>;1ihSu'-ޮK%.yaO/ds9oLaݤϟ8v.8.i"}&-Cl7F=%/`S}Dg,$,N~jLRbK ?"L6z^I!H!;, @%wC6Nxԃ?Kg,ҞB ؑ9V&c#(*))$餩*i)" e} ~Wp >J?[kx6*ɋX6¬kkO3_489Fe"k 4j!Ng=A-Gaΰ}SLN3?b%ASnB2c`@Yg -Yl޹`@޺p&=P"rTWQ@ܸmFkp`gq3SdA V~Y$F ޯ%$EDa<ʖLFGE\FK#*JՄTe4c†ոWO{g<Ώ<5ׇTH6e,9שQ Ap(&1TX"usZ2t8.@>s.p`U .ߤ@x:eo *d4#'<`WiطS ̺J0>8 N9.d}z2˩m YۋMj呢&lԌ>"!fy|"P#;-;靈|3.̓Qf>Kb ')(Uqƻ!d7ݜ +;d?* ǟh nJmFC)DYE0I ¦Q%E/h!*u>ߏwNz! "Ɔ1b6w Jb!'H孪LfW%0<+ں'_PG7 g%"6~)oAEn'Mq /LJq>p8jY$HvNae:)SJP$?-Rm{2˭&-pQ 2od$-Y!P` =c.*х>DA%{F9hjW!`R`JR~V\1Ksgd95/a]9¿P"pjSz%p Z~Ez /:숈ݐ!.p8| V Qkmldl>aDtQV$ Mja@CC<]Ab~@.LxU!ЍS)Ku׈i:,<\4Ti' .o~rs42ǣ;S9cRrGY׸>% (ECB5c~"{wDմU!|G" ؀Zע0WI T`I舽>@dg3qK VֵPӛ1Gln\Z$h@#8apl)M1JL#&aC)UX?,^ڥρCWt)*wGOt\[OhUxp X H ַe.9 k:֣֓GCmK%k%QgܟJ#4E"9O\tAb zCi|j_go_ 7)P  7*8։hh% 1llkÌD6aN+6Ý3I9J YUFs@C6M(IGcE];wk! Ϥ=*cI2ZE6;οZ:<>&u7ԧM~ ]!`ϛ*4 *KJ_UvPLڐ>xSK9<* |ǹwl+4}![H/` m lJGKBl+Qr~;@ʒjK F1Hj >YfMp-x3~ X`=BdfSv8#'@͜ۃoD`!pqP{ 0]jIQ b4A)5QH #+|HIDxzk &"kY\,)϶8(TPQo` W nMS^-{g>W+&vg LӗqܳkHw8!9wyKNap#o?#hiY*Tax4xS/ď<+U| !?4p~CXir:RLՋ\ѡLjӘuź5h,9z)4cD>&2F!cWFn$Fq>f\<5^Sklj~boWl5)nu7=w5&2(p@(QK^i]F>?i_eѼs y^lO_HV:ҳ d6:Zv =)ö{M'*ECJOxm*6?APe0Ր/I(493v6&؇eXt9vGv#%+Xu_ϋT \4? 5D@ sTjW\,K8wgH$=wʓ/)ɋNdƣI/^库g-ߨopj \%;C}%ƍi"y7+Tg>+DsC,\I>ݎZ CԬj}:eBiE 7.~ N{ hpP}' 4%D\k`H]\7AT *)q 9F7Qd}(8I !/7.2@今AcgвIpK<6'yĵv4l^D 2(zAh`bUCժW.[үT=Y;NDDo(#5IN'yR?DH@AD+g*R(I)!̄c'mxui|J&D P 6:0lJ3e'tҬM))&)"bs٠aeM4ELh)W+c-UO* (|KSY[f]tҧ>f>ħUNb *@0'@cFkޝa?VbKFEASp8TJ#3wv_eY4 7-hZwpv'ٖWxv^;k9xyㅴcltkʅ\lE.٥k+/i=^.q&G0ҵ;yA&U,[Y ̻"7p 9WpvA\ĥ)s$o!U5TD[ESS[_E^#EF|‹n"IJ% OEV:+Qs[>>2y[ZNLTiLC- >I|3Y\ H_,V!eGJxxRbDPX{r$"#N&q]tEОԾR+$(;˦0 LiȲ 'WWY^Hs&:DJVrTh.6#R5 ]T pXm }W4BI5ʤ~Y@t߅\ٓMnL8C32ۈ]Pk̩r&6bslVكjR֊,nSL4ZJ*MY.A˟}grķקq v)3sћo;X- SDdSBSOzE# B \>kh%my*p0*/xGǶmg=zJ.S(q@Lr= Pg3si~mvSYOWߓ \Z@(MHةWdFR<>d0vvL;`9`*;+[N .*_f-"6=+ud0[Sl [_WOH2"紺e>ќ9p=u®mW<R|? ,,]&0վ>> oϷUAA9h+41G`,1H*@QJ4#cd!0ΉPNw:uY_fhY-Sڗ~Kn: 3$$orF jeS0`Um@< (۱>ԑ/-> 7?5VvaǿAaNe$ r2A!"N_m.tqcT=^{6bvtI @jK͡8d~eWlb1CDi~?}iYD̠QID!Dx+[`k(^p ot 9B~ h xGR$p6hW:ׇR5sz{yBq/۔axUDu* W!R0Nvg}>֜'3$hS$,C@ۈh9Pi&OG*\vx &d\rpOSs?wf3S6ZyN7-褘ߔER f,C x>gc̦𸾫V"膹aoGItPHE,,㜇TBf+,sҴssèj&t/e|še&ϑ_G?SL]s$盽`4 &,pg?]3/o~E ,|.h̩~G wQ -;)7K>p+Vފ*s )EH{Y-Hҗ&2`YXRkt^hMej+ {mZe5}SൢEn Isi);~wia+S:Qt\Z@IEX,"23(]WʽSnHFY; [OzU]߻4mW$ʠ2r `_iUxV!mxS_ cb|.ՏވY555b1D1("[ nliyD×Nok`M*@8~F%*e* c@l5P^~w(hx9 7dL£,ͽGJBE6L`fw5cRAF$TkYb (.X~ա+q?i;{c)(|X\MU#P!b"Ok?5]z4*"! c015nqd^ `1!1m|p[gfc6 dU߰xk6 w^ar7GJ֘8 u~Vu :l[:_l& 9ƭp2vWfRQ'pƙ[tZ}]NIzr })=\&TPUV Px<hF6G{KŸ}m:ӧ&u$VrhWjOlx&~ q;Zo {< 䵢²sdP ~~K5 ªxihZ?C\7LLYg1=&I&V -ՃNB=F^CNy)Eo%?LL~UmǝPYryx!)g roQ}Dβf]u)}׈U+>Fڕ[G1We=~3yȳ ހu$=iͨ*9ow`McEwg]?A" wg~gE( 1pԪ`Pf: ǼntygkP_lu&U|,^I+ަ8#k98[dp='c.2qe02rX&nE=BǍּ6%?m _L)s Pѝ7Z#"L\*}t#_i?s߆aQM)I(P-Yo_MV咩1I/j+q^rk:a;R4!<&J~ Q6Jxr UkuEbKR\VP_6$ d~3j=%*u 0y͠)䐦 iCDwL!41aB88ބfv0c]Tb" )м~q{ E>xY-:aH!_զ{,hcm+-#ox(u}n0ϧ6&/U-޹EV\W7$}!fOE a:%?^wOfv)$9Ē}oˇswW/cŁzɒ9RzۨYlUNoLZOc*0%܉} /zO)s43S#`vp oˋ6gdD ~-uihɉ&y!lUȍA|\4%H> u·uO?-dn'bJgCߪG{Gfxdu:svC&c`l§wgnQ+YZO:sRuZ[tRHlUC *A`OkGЂc`6\/o^ZB%hFEX9w{fM/yɑUjYnM^OR.}^iGi̢2ǓdE XQ6F֬ ) OᷢKb<:}1?7ykB3,F /q NYVUMD~-A#weeпyHκuTzC#n8e'U=B2)EnlJ.mt?צu%*h?bV~ H&tzg'C< P<jƂ_]K VWJ>[-M֒}PC-0I OZo)g8#3I:q!$?Fin%0DvץN:f8rlu)4lBRO\ Tw,+Z1/Pqj^+$B!1~odBA!kb)c bewf'q]Osh:R*.3Bj;4e'pH6iefmicεjo&1Q ;K 2eafKsZٶ$d׌"cc)3'ٿ]K+l%r>G JSY4*rTO5UӼ@6Rfi0iOƈ)N1(m# Fܼr 9HH7 +|r6o*+W-ôK$1s:N݅K ӏY .} V]6j"( U9io&dR!<#cö"$.Ɲ)Pcϔ EcfF pչDN&0 8@0M$_+N9w;JLfٴsiN%p)-$YeTҌ1ǂ&fԭ̀DZ'OyRk;?K-sQAQ#RZo3/dZ$Sh= .#I|"n0 hRuBCSfr? P}+ԓ)^>O6_fzԏڵ>6 r%ҧ٩rTdϦ1h>9ҀI2>ʄwSeE" h]4<|=rKmuwF(EVVƜLR t'D;[z4fT'F]r (.ޢ6-I8`v_UY՟/ɻewzt*:ͷwKuU>W"I~?Χ״a9 pP zۅk2>v^:{:wf__/5Ͳn]1:CT׳hUl靋jXDU@ii]8&&:F+2Q\1Ncu_]s굟e!e.ľ}sOͲe|27K@g@GYw~[v/\?~+h/YĨ}>|J/ky~79U[W`nņEܷ+ӫUk!ͪ5Mg+QBiE27IhU{lIfAb iօ.5/ *+eVk tLԓ ]Ju(?FeE\7eht<1jС"[0K\Guyͷn/ONN49)ןU0#YDbHj yz{Kx+v\mҫ $KOGp_1S#V0O,b/éj)v #'T:[Oc}7^V=A5bL^0꣡8颣'vx`,#web>s[+.5X,LFJ0hZ?g~Jʚ!ֹtvMwcJZ@ļ-} s1_hc؜凵GhF X$Kw(~X-A: S {:mf b} ,Յhy%;4K4zUw oC +"(?H0`m >趂Dޓ{g+Wڋ``0 ZdWmCq,֤C0w IraF5DF~aV`-UzIZ%V";8T,@8;1ߓ |L;;Zm۠T {*vu";Sʼ==-j5Au?4^-'bx ʉ!eQx#l.98S#hYbwHZHRpT&?g# H );-Rni:s. *KRa0duA1»*DbS`D89Ɛ|$ f"bO) -&{A9&Dޘ F,*55pJ6ۦ}u?&̘v>T w:P3GoO) q̆6gOm:@6iYU>rIjwo!WYcaPʻ92 Pyu3.o; "2լh 8+ծ w!@㖎w IS rˬ`i\I}>mـ}`m7ǙwvCHvn'f;:_9k WnBw 2RR9ux$_:Vꦡnvèq`,G,hf;K>e(;e/lᱚZx kVjP䠢՞22b?"s/ݓS;{VI<,?HMFC2NW;Xi O$ ~F;+x/ زkoFJӓ\C^a/tcpi.*ݛ%u0ssjJ2ͩըnq/Eo8%rEZںJKgki+$-7m79,6GSd>ႝ|1תwP6OS/+[ݜd]o'?VE{""C,Oj9;10km6#OҶsk^jDzux+~"g&vI sx`1D4S I2>܅{89?r4hlw:QgߜO_ G3YZ j5ISlwp+q58+ɏc jV_MpS˩]ZiɋL£UKv8|ޛ:u9}@SU!(WkOy9E &pr*2OO>Q -zj >;&?a]Zt}VzvtоeUp>!M'XF7tEGg۟[ a aTTk\Ux}^Cg͐5RZm:'rC֔EYEz R=0~k%ܥҜ]^'GE:U1qpQ&eϿn+6EWpWg(B3⣫dn/XvFaǟf̟70MޔGy2.,@Jj$*h2(wt4! 1I5~}d,XAGU<)E 0jYAyzC< q˙?H(hބfAFlcDZiC :!+ű({IYJ#% O2 AᤠN(L$p)QJ1J& L7B&  HaAmHi8LE$$.%#K%K Exϰ/(ZUJpL7ؤ@1#Pa|}Wjɢ`xb3菋ax%fS4MĪ޵Z:QhT( Y;L䗉Q7 ZvG2 43_ lb.7,ę:M%ZSPP4pr~Hs P-dh>VAblD8@B .(CH)8H(2.T7>~h')Nl=! =/fJ1kΗN UCSVKYJS5S|Y&gm]0@vrٺkSI{)KYCmף&/Ny+jsleBa0(6LLL3̯רtS:{\VSW NwrmZ;;lծmS˕9q*XIJ҈ /7\ mvl% . 6>ktS.ZR1,N+v(ڧw ȩ%xjy&S_,t{EbRL&IgB78idᒯ- X0#8ѡ!/LƩ G"iK*J-\< $޻UA{.' tf0-RMtJ)yXF5+GIV{^N}?V:|;'o.GqwY$acgys SqܢZB*ER _r ^;PDD=Rꊫx+X~XQH'a7S{ 7΅ЭnY7wzN- Eh¸ҦT9oAkKGr}{gR8p\*N] v ?us n.:lnr1w$c4Nd;`EٍvG.FΣRӒVB*QѫӸ UNfC4]W(4"K_T'#>h@_RpsAkzE}O$ͻōŃ/!C[4,Ip_FNRt۪҂Zә<КQ=>5Z/+#v P׾?[}{'[V+6M%R(RE3>=>%lxxޥywvDs^f!(>'2Ď"&}9J׋gRzzl]wИnu}1i-<{VɷF(i'Ƃox{gbu\,ڻz s(;ujBw-wCvi|(Kmo"KΕr*>UI9ɧ0"5)$a2_AϬ }w"xx9+ NU@d5K 0=_uy{-m}vA\Saײ.Y|3FIi_jr^*(3׼KbͿ*pq@W|C[ԢNSԎ[Y{Dnwl(:^EReM%xVq"N aN=lՊfg~ws]O&A@˼x7ڢbcGmS]E'cp~RvnTf[g AZϖfG DzPƵ]Z|iD}h$Xc+ZJ>HUnHvH I,0;R/AH,kQY闶]K9 jM/t A|1'rRaVA;1Ǻ5AJfD:g\wgaD5hK#qBչEǔDbhkz[xT|DžGb`2EIVGˀ5<nq1]2=جplƌHQ)׽ED:/YDFL=U?LZjyEYĕ3T9Y,LLdᰔ zn?WzOA~}(FG!^TC>)XE}zAVWF@|7Yis޾)=|Q}x=ݶ~@yQX[}v̢Jt:dt_%P!uWdbӇ,/N^,cŲn:Eܡ`/m"̾TXrs CTȸ9X~ڭݗ{??Z}bxn+dx{ݎB!o&v/wHE!8Ƕ7և61f79\G{3z鳔f-2<k[)[2lo)աfH9/ư> oRy ]!+f w Cջ޲+b ղijg j[ڕ.9f i|\MM2y',ېeUSg/N%8K߫i@Z?-|9 ԇ{І,쥸o &%k^o_YkTU=g(+GQŸQ 5 )q7`|H7l"tJ0%5K ?OBm30nepdR|_/Z>YiP+ˊ{.Y~WlYa@v6\?';p6a3m09{DHuiʥ߲ny!HT0ѐ7KKχ+H}%|OvBaȌ)2?ݳS-_2k}w!5qBCݶ䀘x$&Y`E,Eesם4*K۩֘ ?Sct h0xGc4u[mzgNr@$A>O>qiPeAGk<}ʭ/hAϒL;3hyk~<'CLbu8Hv/{UsF\-H,}9{QJt3FOt(cBER~),WG!(܏.WLm}&*sou;f"i&(ɍC6<55 bCoL+5-`?M1c_1?ʝ0COn&~sjTIX8۾h8I;\0 -r$sm4b"YQuWBUojv*b]g^6q>iؿߘqR^4~ק>VO- v 0mj-1j#}F n _<;Z8 =ˎ2UzSz{06~Tx}QqڐhZfcPZ .WȞ|b[7"T{ P\1xc9B`E๓ŻiYNOIVe#aPΠiꃵܤlڪ&Ӈ~ bGzA 3F]]> (=cJ᭤_l ȕ5b/сpZ9Gt5l62=MI7=ߢsTr-vIu{r.̘Ȕ+\́ 9d6GR1!SJ={*|NDFțpйlִ x01&|弄gY\16cm׿?aX208trZw6GI5rL3q}>!ŤvݤGP@@"D?6gssϰUd<0ISG?m`\ @+M3-gyNU+7{ p4`Mvh@[fz_*k|z8d]b9fs/Y>?,KhdgG(inof_1s ms 1F"6rF7t=vQ !, [%`n<  Wk4d+m}0&ywa›KQڗr4r@d)>sqHA'8^oןEpF! tzZfU>KkesqGx(kAD?xX?h@5=+oQu L|E1]Zk[[%|Ϲ,*{ٳ!v8/1Tl .9kvU<V%ꅈFKw(D3'-fFH[t\(l=VS'\>lvϿ(5sO1nO)4xE)_=:~O!kq9S!~  Dvs0tYwʋH؏B:[+O/ 뿣8>П8oC䵬~SU{].]vF6ZV?g >i_8H= ź̚cVWjFO۶n<(fN5/mǑڗPtV]R xF|JJ+#a}`‚Wo7)"k>ܯm (,Dx#ӎ-omv6Zt){`#Xf`('I0NzÆ{36~i^h{3%%J .dSS6V'NOBJd=pSΘE,L3S:R{1{_kIӛ1F4XwDbLOUzB_r J-R|V/lkxsIzQŒ$3 H&4_TKڷ%!#0%[w3@C&@\_ Scɻ$KRiTfQVqr…{zJ8HKѺᒚ^G5 ELAא8^6bHJ5T5PRr&LٱbA# O#ehޝz#GsuzJ2 ;`}J)&%Yx)+67DXmw08)ӹ**}zm ɫc%ǣ DŽAR%d2RSnn虱xߔ0YF}\ sU]N[2ck--!Ϗ0kNa6b\H!)S+ f8\_SFx6& 5Lŷt=kȤ#bQS.r6gHF7w܎DH]"얂 uE՗a9x7KEgzl\k{ †:,YQw=F~~ 6u,uV띅gPMP6xPw/f=k-N5k+冊 RO"v Ek2ïmx4Ti"2nK?w[_ŧT/mІ%%]jd-)؋.%ݛ:׀s:+b-Yٰ(JW O28;V\֘EަoWzy{TctQ":l>`pi < Iu%@z_pT ɤa'{9BؘǍ9c'K5W^WBi ͻOOiǑļ9 1fP-uHPj]| 6S \ǭUp .)nX G,چ>1ܮTYG 1>#p\" /ӫM/FH+H/ϹrF*[==BR9G3Im/V$:|@eA %=&_q(la&B~.R;(AcB~Ϻ*#]svPYO0`ݻDe Jel/ P@!3DHڎy?(4kiރvY[1ҲE?r!go&)c[`L6HiG:njHڎP ?9VD5A y_V8inMqmvSiBŤ*jb +[g< 9 b-k'tu˗i~,;\[)=) ++4[{ ח3+s"}aX:)JeCgd%(.EK2ŘK[79m¢Tى}mrBŽN-y>|_xG~N+ c;ZZW:J!6۞UfDdؘЬ:(Df Hnkâ6x^7z'ڃi q vNW1)S<kKY@J)Gb?7s簎(%1bEJ:%rLXC9M*>boMb:gZRkΊHV* ]Y}{)[?-!?gѳ,ȀZ /Frs0FF#3J@T&xpꎉxٿi< sk5 GB^"~;板[q|ƈ_z>7Ϟ?Z2Kϡ`EpRMwwuŔMV]~kzSvsMq=m|d{{2e~P/. 6Mwp\}rgɹ/HKC<i՘Bvs$}$8*Df>p'=PKD&m]e` =jp?5:SV3鎘pB39ve6Evz TL ڣq`(z BQaz%V<G?J_J{Mp`.j$sf#׻ژ~e;zUAb&##?3,MfyRbAyx;wtә`Z@zAXe|q8ai4YV0Q3 BȌ<d(ݚ'[OW>@]A>k&LݤE$)5V`5.nXJ};aRL*g-:BQW;rOLFZE*. ,'@ͪ=Otu݆\Н`K^. >@t+/`v]żY(S Jwy5,yvtM.U6h })1Y[Zw<zc)ĹsDO!hK^ (WR:r@y"0> nIm14KdH|!m$% Gn_Pt_a!s@7-Uڱ'=y("j[UPMpP5Z/Ii*P'VXF`&M|h&`T MHtҟ|A)#^=npEm `۾n SƗ=lzR yUt)ZBLGg]{/U5i}}7xc~,їMu^As  mVPw`V07iE, 7XdVl9[`lgknj@9'wc?r9O~/.Cl])Ne х!/㿉E{b(kOwU+>\.V kTjE%IF"@}$ePK+&0{55"l'\çxʪDa+_"*|'}gRDQ؅>Z̋IH|?uMrFKoK_z3G]ogΝ%A"ydb1%WmgFՔ (39pg,@>Gϸ}.7 8ck4s_Rn {m(@7,f &иWg'Es /+حMv4>KϿe6>;M,؇)L\\EX<OI p=S54VnsFn?j֏G>9#j#{+A][,VIQW@\o9=o^@!6@n }("2p#; Z&(9!C4v{M]./t-eKQbi+v ͞ @H6{b|L: ҧR$ 2&Xl7z?T~xf`M"sigϴCmJC'lAώF۵ pEn\iE]F&9O-=;5j1Hk/M/OѼR/Pt^@R͡*8 r9;o Azfev;'Na$J>'ãZzV*}A})\cHh* Y1`Av/5xS_5[UKflEzD1V|S  9ǽόiwRe=wha0u/k_~Mmm ڎm I;A)xH s;#A㚅K(5f2·jVx6`c/7WЯmYSI{r{ixc͟kqC [fMvj 9 ?/Ŵȓa*iF=5xFqy|\b-j!9-Y xĥXi?xz5$3DהCqxQ&HN9넋3w_QX%KReZ\E]ExEqFo;); xHX;Z:8bhkBW@󉌁v5;$3b˰4 &&9& qPFMOV୚bHZ=$}~7e _F0ےR9<+N], T.f0`NAQnQWM(ةNj^JjQ!~/wO_e|,yb.;.<Iv&n~90&h^d/{+inX&K 44_ʼ3i+܀bg {TduuXfe_ 'Wg)X' [33t6 >rp+WrYIq{^.Wa{JotOdM'")k^Oz+ \k+۬Q1h"јrJ60Ccd{CB[ׇ^x#@_j 4VR5VX)`\6q}vb^1ne`:ȳ b>uU7q|CE9EѽQeEkk"(B/iV W:l`/ [jzUPmȏtcΔ^7mGɂN}=LsTzComWxLފ t[,؛3tɅJ^KW]GgbqASѽnR7K|8_zwt=>ZZ^^<鲪HrwE)S-K;KKUc-' cw^j>%(Gޒc^,LBKC>2pܚXSM;֙V,$ֻNOl0QB(+`51O~Ees:WC|E'lmaH%KX `A=.œWH1!*ޤvqn)X u*{$ULL=}'~§OG(f>!(-f8)yo,>4Oh3L{}SYqHu56ͪ, d)zlٜF(eY/[165B yQ={ E|iMkpD'X=q\veZf|΂w T.ߵo\u3Q$T09B/8x ^Cx1td5PI^6$7ͷ3r>n%DQ'[q"5s֪"7 Lr\uEs?>Se35kp.lϑ>+?m^Ie=;nG$yD2BK<3߸R0Мh՗לdr‚6.U]f_aOemSԇ)J^sэ/?L#9/]jXU ?×rlN*Tybԣ)[eYɶ{6ݕ .gtut^[I QnܠX5'm7%jb>!=5ć?` )y6(;}A[)̅W^PvɌVBLkFUdة|:sNeX\Β68YTxNM Siij+lc $e2Bk&zȂ8lkB2o ~SK}l.eMѕr|w;Qr};w?)VYM igPaƅ*O&ЏaTcv*[jGfGr SV=j<GWfPG#:b& eO2d;vM7M6bʞz-ͱ濰!qaO 9!x-DT@U(EaԾ4[O Q2YQF`@ouVdrƩم &L6.?T )Ro;@peujzAj@>`{IXYNg8^`Q˽/oܷ*, "ï2G!!9}% r!Rz$ӊlS7{RmhW77c:Ө|i\.U엁vԱkO!$+@oL mhGhE?97):v܁Az3o„!ʷ01 'rlhOˉg5{ΰ6$.H|l`6qMO]ֶ [tN۟t,y$FaIcH~Zә/v| #ᔸm%XhP".!.VuhY8Ñy̢| ϗ ݒ!P $D9K=5?p"bgg*I0[1fNk".8 !M0 gI[O;~6*1JfТ(jGdNѲa!VLylg}8lJ% >g@y ԁX){qXs;ֱH 1 ΘO'rM}l;` zxV4j2+AB>HԍsW[;EznZvK[cpe簖6[⭛:1?RK-8P4`'mO  =HG),$=ԹpCw6.(ׄ.#`_zAM;#?;&jˇ31<*֛闿s'TO* @FjR)Sfۼ7vV7ptRBJx3>@1ea1$y3T9Gf$k鸧X{Y^3τPm]t=lOT 0`^-?̨MjA~yhCb{V7~jB4B=MIRޠ{_i[XZSHęx .BE|ҍ)5އVb@=oDEnx$njޖEdqJ3aJ^p<6]ɒ3 }gg{^QR=-2vTHզ#yh!tubJ>ZOGvҎ;3ܸk:IT(PڅHdxѽ+u\bIm&D mjWy@f-ibn8P) 'f>`6f2ij-T3#q‘B7loQ}d c"vigoi~W{EL@&Ҕ#,Wt?Se #+Z\ޢ~jqbњ > ů6(?S@{_iuv4߶6Kxk$&nfpcO|ml<̒Tf87t=SwJpM|u/wN2 SZMց%JY|O^57o.rb~O|>O1gQO凁]?{ ;W_%~R+㔌 ]A54 y/{;~Sm3lW />8|5j]b>>m2@9geEae0?2m|<h}ݰ-Uu&9DOd?p[#BjSXH18g/Gɗ[S`an |t5T2/Ǎo F㲨E"Y /m!5-؎9i =II0(VI^0IqBES7[$MYPJg#w%։;W\,k\qe}qqb# JxikM ڥ_+Tb4s[P l(Ghs"ӡwc5'PM_ЅBOԽѺExi+ k/zTi1ͬ BB!(@" VFFNHO<%PSq8B?b"J {Le#f1 L`kЭU`syLͨ3{Y(?Mg簂U (Z1p3+E3?NR~P(4wK ]ۯډXT4r']QWf;@G/C{`c^OQZCI܊H ݾhVƙ`oB37L/VfL 90zgsϗ0iC)"mNMҊdw 5q m'R q@xrxDV%jKY )K |YP!_4OLixbXu2 Z[^hGUcC|8VvsU/aOUx~2,Lvvhc?F>K}; F>=*hHn9gD1/#ҩw ɞȏFoMk4osd'X~~i]6^['>xna! ;Ʋn t6y>UA҃A4{5-nN9u+8U3;!]D%.%)yT&3/Do ]Rb#yz:;ޛ;23*+Вg^&8*5 |F!+$c߮;Xa9M ; JD;ռlXpWm[/\ K:Ѻ" Q:Sz?}+JXgH=y9),Q,S7)1>2O9и} :+es/ۥ\y;tMX bQDV/l1ѹ #Vanzv[1zEA0 'zUGfГX-oXT#'|Ty&e{8F.:nۮV[hx\TVmFE1b~z4L[FjOt` g Y,X;Fߗ(id(dC_b!lSդCv 45+(H5fnv4Wzm0wI <86yp5ڟDH57h$xGRCPL⛤FPD{vSDɻ8/\16VMjNQBdͼ<9bT7-yuUl`ԛE*RLj_\ wWn*EMEa8px)&ڭ)KMK,=$zMx<`{r Zq~dt E#neQפ)q Q-p=[Sqv (pWVK\B6,,h]JkqYa hQJ߷BnAx^gdI&D~xKw#۠Ҏm g3M1H5'b@NI@4P$HQ~Q) 2w3>+҄3/Z_^Lf"v{ߜy(K IތZ}-A=W.\S^>oBd^m7FR~I9q^x4P.%c'&|> %F"N οOB ȕ5?ۺ`!]\8`0CE S5 g(g܂sN6x|"c,Diǀ64J|1Җr`Gq?L C'f ;_Q$)uo=;rZzfN^ȃv;F@j2& kKMSl6cNF'Ʋv5>PZ'yU>8xJo'94&%P&:_.<?Pɡ`D, l%ےM|K<4LH8uu?U<BDQSℐ4Q$NvQAte29kO[R,WJ Hw(>Pyw ,ȅ]Bv^G ǽ6N%_&㸏6+R؃9ɒ*V\[3t=r{*&G$r_ ҇U(T%עH30bhVqf'$NjV$|q_cKuEqou5ckKTEP v"EʅqYix^rᆀUXM{ӷ (itg7hx[%;r MMy@'A ZMXPv(!ηѸPSE2AyRIk}|P+URHq~w1Ke H @̏si֪Lbz@7cRv rk>J;b8N@otD2c|"JƮ@d^y^@e ,4f1d)鶡EH=a^K5; IMWzEk 9eȳ/xV@\Qxf]yMH[v<unUB w|l螊؈b(BmLDB EC;l =J z8f RlS6+Ϻxk4z_.s  Gy,E:cK7_!Wvf'K  -vs5yoC:"۝)Mؔq4<f+eTh|RŔx~EJ Ae#xBZ5[A)H֮U6V)b0?9ԓOcIbg@itClwy-?k]a|`~Sw /!=5LRXGH r@b(er[ֆ)| (-%<$ ,q Ыz1!/oVY2M*4<hL".I5@EnbބwcBd[sŦuMUSl?Y~5By<D]]5r9$a[PZ-/Mⵤ<&F\<=A ,|۰nd?1I ^k`,5(;d>,W9\@(Ы~'Ӻvc # s"*g0Շm<*x-=FNX׳c>Hl.ۜgh_dC fJm*b3ىB^?eoVO2+ern1K M%-Oc'̘Dzp-m#Ib;Sl7f`sȲ 22"Sw7NVxhZd^k)T ! fT$Bu~N 8GH؟gC4=gڋ~=ʡi%reޡCI,T;ۻMѩq "gb I :KFAJ]9䡲ӷ@a$hgSxաzj:885vjgc0C|\rfFRҥt!Fxjm噛v -_' C&&9^ HP,o FWR8f҄SM|Y缾҇5uΨ;; lgw=>BVܼoCk?#_#9u']a }UB὿fclEs( 6^ "BG.G!N%w-@ҳe7s>›Wor-"f/7JjK ƫE_%}I}| ի_BǯM*"mUꚔ#yZ&s8K `ˋ?!&yݜSuTG'(\ FݽK)61.)g=û5u*"%OS9U'nqU2 OCH^i{"v͵X:ަG-rVJ?S^<_#t| YxJF. fH١J 5R'Ќ u,K+9G_z@RlY@x[&Eñڂ4XݽǼ(ڝdwT^Lfvf~o\mљQ3nrCaph>?x9 c \mF:#Mce4bVL3.1H/3x9hLvp™ D ֦3pSߎ{0KWw¾D7w!- Ps@᣷q¾I>u1)=&z]Ogx:b0ͺx }.83f:~U2ْ3l Q)ߧ?*<ܘ"zn˄x&y@ ){f0՞ıl{"^[ Fgb7;l93FR 9t욢h.BrB5Q\EsRP5w+sȱnĖ %y.TV˘h_%Ayôyy˂(ݖ֗j3,1,Aީ32hቈ X$zYR:!^ S5)YB6+& _~wxә>\V*LA S1Ҕ3ri ձױy!)cnh:r [2:XC+|I>y[+Y}| O]П~cJHQb$AH镂&knPDUY) DSsƦ6NR$f~$Ϯed`ͩԃJp'SؒA=T7?&bȍGb[m߰deW^~8w=kKp_r9i1Neʿ^zz1è)՟shd y~U":)℉r7hbIxC"ns93(-ASϯL?Pa4<|.P?eAĜ'j>GtJAfQcgpjh܂QPրTVc{qlsXpxm: & ֯9 #;=4 *[Ȼ Qp@EelH:fx4fTC(!i{3|3}MO~%6P$6233[*ҹ)Kp.(tL8 (mi*w#LGLW۰1OiG6~i_WF@O2|N\c}K3MB{j}a!7'tX(LG"8񏒍s&M0ız)$u~ňSt!:y#XDqm&sji%@W|{;]s)E21- yЯ Y)Dh3CeG{k8uͅ"}Q)GXC['V|ƌj>RolGpgb&s?6ҋn>M!AsVbLDXRN+D~7e>y)hPU 6r|d/lp,e(\$=Q}׎ 4{b TDV:L!?랗 lN (BtDN x[m>4-,k'˶jSaظ3\=qߒ8PWU,LK/ suXl f+3 uK1IqS0+ dScFuE=-dcZ)zō?*Q&bz9Fv?C<ySlB%SۛSR}Äi$*.Nm~߃M mt|2ߏ$(lfup= kƒ|?$*q䟲>嬿tջXt_<jJ9F :޾喘.1e/}6.ƀV#a!`F |½ ߻f,v>ys7|>g@4y.C\GoI ;nMhs/4iy+4dT L)ď̔l!`ZQ?#+Q)O;1xՐ8R!lԂG77P}DMsɲd iҩ`Q`0֧pEK/#nH#x4@cp 愲ČܾY _S<ޖq _}(:)-%wGhV/cVENt4Yc]Ę/E s'/ibWo4Tr~qsV<#VHOhyekkvMs7Ή^I+{اÃftBiB"7KQs]EMR3̎• *BF~!yP s [g"n ^2"2)lg[Alר y8~Zvtit%W]beS=)umCa')fN>Lo*&%6<(9["9=e9*wW.8.<C5c\{VisqSle$ @WH* t,?o+&pQ 4/s$NN̘M*,r-=ecT,g+=VCCn* 祐(Vvfod[mM'hٶ]xt6U z 9Ȕ+dIH{j!Rcr&<ZxFy'yUᵁLR+@S%xw\>vÀģ1yc+ÁTƊU UF*lpƛXv\t߿ŘSKHeT-nhƣ%ilLriAZixYT栫o=űl>9u/rs>ؔ r `$V:M+2// prp/>QmQ; $Ԣ *AN z]%tp>|W8͡3m4/Vy z2Z-=]3e˛Azytk.2~%wYLKqb%f-c.a{q`a` 18$ I7~v#Iu_+\4c>jHP$s_l:YpuYY^ҟCp?{ 84&H@p$H.+p>0`Z1%G;oNKA~ tQ[˟i.u-upW8"/?uj8M*kdei\pu)i8dĊ`,ǿ{S`TFs4.R6"kȟ! HrdyGE0;R:fy _t[sFi+If0yl+_A.ϜS)/4Z_}~d>2ouo*}f7}qx\aZGOYC~[=*ʒyarN;P}tGrB]+K3C1҉.q)~<_SSH*nÈ*#wl-!ⳫR* TPK5y/a'¯FѦ+`[ڷ] =:WR? ; %P dO3w 9ϦVL?d 9O]O\ !?ۯ.íEfڷ1x] ;`/N-P"SoSW6PPtkwI0 E#OA2HњGy}cM9x;Ҿn>L!R S}P!yK}K]~%Ua$gIU䣉f/xfPs^ Uyz@)'$&xs%%ČG@[%ĥnF"S&`zf4*лbia<tD6¤ .k-t ntvKfz^)%2M0 a4愩 9fGHuL~0&~2XSfaV:uˆXڔ.I}q&,a/H#CE/' nKF3t lL;7,2D^’9p`NԼ' \>&%T/9fbF֡r"u8ƪ[$CI뜗}h<Cfӟc݊spjd<9hIU,&AO9kz|Gl\C4PJR(rM*Xڶ+#EJAbcͣb66+ ?[,'X'$[ qx DPZõ,[)\-d޵:$햐F 4o̝̘4üVv H8jm}RqklZqX$dୱog{*g\ kgUɳPJJ5いIu/eNkjn?̾ƨY(mؗT>ٰv2e"RLF9H'^~VX:+%bFŽyT6;VɎ5B3C8/Qè:^Ęv;imŽu- '3ºŶFk7I(A'P7FGfcz'QӠbyE(nqϥ3;[+irH5)v́-\يmm YQEB K~WjReĤnX )``+ɬUU b>ʻ?%` ?TBr - ep\0Z6C+e'w%ᫀUOPX(d>hD~hsx" kEM;Lsw>T ?| Gg0Kfd $#K0C42) lg X'ˊːwե~h'|%7XB6F2N(a yNCEzm.1]"@ OSlR3C^v[ Vh`Op"lA^it;8-oqJ(V@lxoOS5V>1ۑ*gFQ˭ȝ]ƚyId` Yqm~Q/ʪ (N(cDdI 3΍(p*(+}߸+Wəggg!eO,DфgҭA,q䥼`˙Kh*fGMŮ35.Ɣ'όszS$00kWj=vH[CPyRF'P?3(٤ K"la^n LYyrOȠ?܍Km}8i[M4pn0Z u*\#i\|?Ę B;ս{oE|C;J[XzC̈]Az"44 ed19S`J8onpah#e@rPЏ p$BCovrYl}:β#(H} 6rf48 vhERK&m,B-b1eNGՍA?6"3ʹlf+'NrZmhT]t,ȃaQNc+v?Y#C*0C]ٹ~Ɩ(9.[0쩡ZR phM Q`6FhCI-!.@tq7#c&}Wd)9ďyq' AC΂nH'F8uA%1'!, 'ix.}4jTLP[d<nL!Ҧ2o xT`}/X1jKԁ;WQkʃoW  a鞟d"I5Q70l=1&co>ǻ <"GE<0Im &RCn(إszM %Ě<6Lp8;KXN8$Z-闦Zv~I`;I#R&K%Gtqȑ `ISA6G~>ZKzh=_uƁL1_uݘqh~1]cbTuʍ17{-o#LĀSk |搱F)t@`Еﴗ XM*Y"[WN_hvy9 4F.˄Z6`Gc}Q̸Y@bN?2]Bиa Kve'XځTշ\7)Mf|H o~G>c`ƈ,A4Ym O?Zm‘Bcu1.dwp7 BuܽiW%uxOJǥT}䔛kapUϡ%9#7KyɓI? /neF4ƫQ#-kd͂pS}8( ʑ~M9 Cu%$V.aB]νza}Kew,ϧ؞ּ ^822MH&SuL`I8[@44zp-dZ&ӶJK$tvsA&@Lw\86Cuw*zf'"o'5D퍬wԁDt#J 8XhC ٵ 9B3upET ){l >f59jIH@ wEPs3TS?WCb;|0;|&ٳEx}dFD=AL ̸<8.+$ZzE#!W|Mj\"u*tM(xHf |u/1CTuwJqlZ7u=c7kA"1~w)zsVъ{!CUP SJʵz# | '@3P9v Q{ZrUȺ0&t)5Hw.l{ fyJBW] &D fs8~>CI,ł&03vSk|>8H%=:G2Sxz:W͎HP+5%HP6jtʗ SiGlA=\g 6f)]?m8K,D- S?fŒb ^H(yiTn"puE_3-R;_hv+yie&t2{ X.|6_"uGr֐˶T=3^D_`Ӿ970Ôw=CeWXŤCLJ^|U4ȷگH$Ŏ{#7P ^ Px=E [REmT/Q#N 1xy%p>=-i*5 OҖTEp:=rFc%Nfi_ET)O lxM6+$NCsH>d̓-))6CJ*FcI4FiۥX󦖽@kj@̼Mmu㜐\--2P,B I+6 #_.q*-xi=u;LEK}dT|$C'Sk cR/.W ư\דmX8P)T\6SaԈ$te$A|&-ٹ,w+}r M"ݢ"09iRc l @hseK81mlzq<ٻF'&fu Wy(B`UaepǗ5'9#U qo{@uH˜ZcUaͩ,YyPO06A(pvU"oJG'D4Fd>PZ p'<k5ºU_"fK%D.78k-|_SM_IL0cKL~؟efUoGp1l׫r ךj$|}_:TwVoj{KN=%( Lw,'qU{$Mg@MQZ-U,;4 oF|n\jtCP֯Z;Ƀ!.!Ϩg QjlqTWh# n9cmbf<~s2K'6yJ%4PMJ筂?I$ 5/eVMXB@Ps8Mrx]茓ZHK9)Ɩ>U+AH_ߌ3} @(a[$O y4s^#9ץU']? 7ە3\'gm9VǓpv 8e$_~˶Tqf|1kU;sVs!*^%scc>OQ\n-[ .P^SǀB߹|}=Vf}:5d &àHgYOE҄h )4!$}:8B~G$R3>9{LRTȈ 68MK`gM>.z$`zA-|/ G8n7rIa,Ʀ`Yb lPne#:ĉI5ۜFhBxȑz}U|t+g?wUxhz3s {|Sޱ9 /k#]zaT PpsO)*.kLG>u"=PP{dv³ T#= e$ L ʹ5e]m* GeP1[{g R!YRp-w"a#~8wC2FK򊪼syv>5~AaWS ys ^gC(B#NXftڣh-yԖG=`uR]f78bG+EOv8f}΋%pz*tE6gf^t?]d/X{"bvI׊IS:+i=;z3b1G>5@\E:@I~т\fױ@}+GqIJlVjUrj7|ZOd6Sr]|wV9+^]y`(Iv8hMF_H>Ke} baKh 1dm K[}OyJh]?R m2,ojjSc##p̵p&a XzԽa&~CbnyŊy+?8&Z?ݱ f7tWI5ՁaIcD ͜y"WC["'* jtꅑ,H,D_94S;2oQe{@$lp NѴ&o2Q|1m恲IO]`ӄ2%C{x{yXo=OxeeiMKfޫ%ݒ7Wy.hk9N(ȍ9_5r>hr=`,{OLl0YqJ[~~l?nX.qͯ, Ϭ/_4p|D5G(N"w$o$[1nIBP6thg+*ZNOjKawv}g@H6Ve^~LŃ0Q5`^_^-oQjgpai6047Ze]0-1E=> ޶2n!rOWjf,| |ѷl#e@RĤ x5g e. '軕Ӻf@ӐoJB|whID uRci^i2ve\CwҜMx ^ࠟX=U eڂRA\j=kL.VA:}e@izվ8PBizp\ 9gȂȯap5p΀j@ u@JBnB{Rs]فP}>u|A0WrEZw-rjy]v4|Sֱ j?2ZX=#|וOܢ}w|wOĻҁz,*@EmafJ(vzzi!1u;[0ƳaC?i8䎸zWFp8Е\tJzБ$~7;X+:,N7}ad$dW+k^kf$i_dչ8NSx2' x~# \ŸHiJ;{pF/ƻid}} g؇ M }M d%BK!_+Ƙ U-8!(A LJݺ/?1wM}qx/_3W,ͪsPpi`j]*zJY >&M׹:} YmF,2Sɨ49Apš ~/2˫x%Xq:Yn ,# ~HɲΙF؂NuME]|~)&b䯠`ɒ<gyV+@8uCq2^I~+ TJ ;JInu;bR I:{B'aZF}AԤW[pgNu8VFf0x+RmCSq\"dž삣Es҂\0o(SQ/ + yT0NuVt{gepcfT8`mS.@xºw]ausѰ+; Z7PAlDcL׫2q)4_$q% BjbyU(sɣ^zZ7sOnu4u+e=;@rǢ<]aQ%' 7.;ي9B_فKDYUd4aJ3 SXhcdaHt?ss!^5ԮqKi> jXn̄Xda;Gp ;8MjC7~H4+6 oݏ~}Dч(Weт#dp9*[znMj` \ C؋LDorYX5櫏4jzk??)jgrː{+{!V3DoTl!$^Ne8+SY[].=F1ɭ~2>8]\jR;-B1 %\$)Ï|oz[@k›-,]ΡU F򗺋a̩+X6`"Wjz1̓f<p#L!zU磝hd`oOdӿ  jk}.)2&(tfչ\jbF{9y0 ڥG+^S[wfv8ԣwH漝dtm [R,f .K^9;m<A`?`<#E4ӜRTwZn$! 6 $O>ZXuh38iyK};yc W N}LݸN!'{*;>D`\]bW϶kMZ$ *UD"пE+?VKSțЀHj4ǮA_ְOdТV ^ݡnui(0CJ,Xe-' 5+8[dZ0: f\Q]] O-ϑ\P %5zM@W37 P8:1+È@wK|9lT9Gu􇿽D6eh&%R92%suAHԖ3Cf&>mp|p뛏^G<* 4] Q}KFaEȳ.8BEbC˲=/XC-"N6 4s9T޸>QZ/8dTA>*>#ynf М"1p}CGLdž}Q))c.#ν4+>6[еx!lehN5=DU.fHm`F#h*.F*]A Y7zי"KοtPʌ2=6yd7<ӰV~H;ַ3@QjKt1'[uW_%B$k;e'%Z+C2l%K;xUնt5$gѩ4ITԉf6C!̢}&nv殙TΨcX6 Úۑ@ITFh1$ۡD$d^1AtU_C?(m"7V3QUvS@5 u5IhFX]1ſr[M*f[+Q!' pS5G'V؅ѳo2(|FA2i;GP][\3@ I?Rf.P(Ǝwlzke﬽-d/7,R@8Wwt@w)C#؏UN]\S%ąT&CGh^Z§ckΩU6'< o\]!x,mW R*!QQx*ȱmH`|1_?#{ 0 Ǿ3uN}БXO b9.\\).M5 S`@ ڲ ^@+C<۱ڸþ4̝mEyi&I}4[7CͭZ=6 )Pmb\7I?F0=muuSTFίc|Ŝl̓(Ie6Q M.T_8¼4em>cd#{rDj{ 1%6̙>SY=ԣItŏOP(kЋGRX3AVr5GD "eH4]Q9E}8@ 9%0y]8BhT)V5( 4 rhJ>|nqL;~7+!c @#ߙݷqkooWj^tj~:EK9&QT%Oq F.SYI7dP Ӯ1 լAO/x [FV o:(:v| +=εfxP#^CCP#"h ]ߨsŵ V8뜦Ho/¥dt+ORA3Ɨj$ rFew}I G70xlصMa<<Fqޔb:?"?FB>"g嬺T#ĥku4$'4aY%n|9QDVZt}s*0+@DrVބ+=SJ w Ⴠ0N S!P8Ah+Zz~K,3  V&cqſ:#3qe3e%7 G&nht< K6'RߡXdqn[q2~.:ȿEٹ^|6nD A2_;r !+W$aߌ/vX-=6x'|*Kr4 %U|S^.Y i#2 @WmDw|mM:ta"?Ajvd'jő󫍝KzK\(Z=W%0=ӭx2 P03/٬<^2S˞ ?%qqE'<{@O7y^(_S¸0 &Vg!R-#tJbOAƝ xxCL]4rG {^ֽ,;8LbmK:}Y ˛<'KA>GUunzUM._rfPrQZl$xr B LKmۑx1`^^nqbސL:8nzՋs-^rʐiSJ{";Ø~W8=z͡bO{|q䁐볊U|se4עBf%`DE`LJx|;@0[AB30 )OPQۣwV<e6L^L?,)uF Tq3Cm;ln9 rϞU щ!rα+R2iЧ֋:rC.XP"-N\MTz9gK4zc0ι}ZW@fL\Y{ (1u Of-d8z+}mJfd #r@z;Щwly(?ݵ3k˨ȝ9;48'LHULtrbf1o5 oۃER` y`&E B TXU*`L/$ُLmX)ݚV! *˿|5(2+9@*J4E)<;-䟶i٭*m~C8-)0Ō,\o~飋}nILoN?'61S;SBۡzS\|0j>7\9e/?EtϱB|ö(ijNTY+sQgL='%=⟃6u7nqW;, Bĵ@mÓO+/våRvdT_0s~Xneyx˦:j'nH垅RgXFh 2hPk/`M8C; ïs4bwG o(rܓ. ӲPgrb21\ FOHk3? ) sc 8G/ ƉݍeZ՟'KjGQu{I4%WRJ~*5\ NiҚC4z+msy0؍># @sO3 %w<@ޣ]%+ VUJ,\JY梐C^MuL1"4d%m9T<_ɢTuvՔ%rEpqp BHu`M7#e8Gp}wB*t{Gډ E8A0=2cmU l^wٿ[V7:Gju{| n^ @X`8+mAz)ou -==ܣޚ̀v=1?l@S-LkV}*I0Ӕ_[_zUli ѱ;Bԛ߇T:_cj]hKx(y?J.8CԝWV*>28۟Qk{YX 1%DRj/t66tTspz֟]U$~A?#}?+$ uVh`^Rߪ6lV&y^Mtjph?#u*dk Ճ%q#SW.l 4 gzt50udv:W?F?xf|J2*DS0 hbRX`T2C?񓊿<3Ө]wj]aŐO_qtnh?CڮOMr3T iv{Dŷ(mnf>xB¢Y,ړ/ (T6 IN,4:m_1?bDڠ6saUEbр !9߃DiYb;سr 󤠭6x[Kktm~  "E!Hwgx%=Xix5Z{h\$%'Gigz1z.w Gnr~`M.j<^`M C)G1 .,γR@8_ag砌 00^ݫ=icjQ1lb)[-&3kp__®^* e/Zvh{Fkjl%W`0Sƨө)cA砾h\ڌ:s b2H2I1.* m[4"4qDr@M⣆ng_5܅t&UVN)]aʬ:KEMIXIwMkiH ^2.:1@AvH^qW_lbC;ܫ{GZfԑR}?#xȮO@8;߸=ݳ1Ʉ:ÈTv4^=b`Jd?Z̙Ӌ{fDagtAy" }(Ԁ;^{>9WssNOPjb#C<)dVgc8T^>rڷ/t_}^2FR3~͜kDOۻy" D YsH>I@FLQ }n (Ʒ1=cy#uPl첼2GN!2N(O&\E$Aue#fs/E]$U,EWn"+:m7?ɪZ]"rV|[ù|+IgK -X]uأ9E8TK1yn#΅m ے#֏p/r}a*\>gJ2WJD%[[XY2ցG7®uQw#+e{8 \X vXIk] ߤ^ﷆ^7/. (VP+OWzy{vh3{ @(#qnB FzH>:̯IJhY׾E4ܔK-A$f=)s@'p P^,^Aw:EyWi1&L0CNdn2 +U+@l,%f 3w󲦿Pm;$汛FiyNnySm b{wJCԜ3֎&2hRv^Q|Scp,2 #\wK*a H5)hCZŃA]DtFZkCʅ$^ fȪAxUOrR%#9gZΏ+&Y}siMh;.*g]ү}R Sh$ )nC''Qm8fDOVuv~ل{ mO 9-9C ODfDru@R< ZaX⬳βTS¨~zELю#iGWGJ%+2<[!"lTXW!h~KV%wX8~o$}Tkm)Xaȏ˹%]еqR_@cibwVFxL:_As-j|ZYW$"]+ur-=W27'A?Q[ɰu6s-&]v :Լ.@ VmpHc儋/Wv"E;/<5S!?ć|b|7]1F\v#DwlOS'յ3~FƄ<$m$KoGqem|S`q(zԯQƒR6[b,a԰Tfd6bb)߬bo;Ry 6shZ?D5](wO}sTVqs0>VS[7 u=M} .~xg~@FN 3 Pd:XK[};>u͗n;Fc_HB|_rkb.X:V_DW2ʐDb (.k<(3#recEK%\, +!mN{(k붌NM ]d+D}[m f9fY56jݠGt>6PTuf0$ƍɀ,bnliNy i)5>CRܻX'Q߷ W jwG.{2JöN#1fF͕R\8/3] ܭY?1i)+G!;w!2*Xս֎uӆ?To/e^+$irϘc 8 FXs !!UsMMu,3lbP'{VT覀{ѕ?Z9QJ+5껵7b6[.{t_.%|u $D2C} 7VI4f=p|UکStD]R'r YUU_M{,XM9~^ ʕ/X&LsZmLrt`79ԁΜV nJG8zjLM`5Y$$v ˎ"ȿ{ KfD]n(K 1 " =غN I$1- ˺~o)dx_Bwl(CTi5]<К2IZfvCWxs2n0hf0dwT|,SG OMnyẓQɓ` /'A>M6IN+p :?"rvn-:vxM[or-:^~{lMvw $Yڭ)X5 Y?Z DNrA AAq]lL-7&/2ޒld ț#9=crYCxttR33ܟ`w1dX~rAz,.я+i64s\9Q'4bt[0ޏ({9N; % =Ee>d쥦wk7̉nky,4 ;4Wl99VW;=RJ>$R%'aq}gvc51vXSe x a 8 </̭`"4jB9h+O=C5\=Nꁔ8>7X J2J ̲x f\ɏ̾ݗE'.JTG$W9ykUHNGt9ugQhW%W-)x@kc9Te{PtT乏 E)%]?AAJq-e aWڻd Υ۝G^~Izl \qU_f JcݷށUV 0ߐhjٻ`"4}z|)=X/2Ȇ;5X!S+Eԫps4k2Fo5Sb#k vAO@=}ϻ[ + M7SwE`bKmk;S@4!5_k3( ݐhxqG"!P܊u FK{$sjb&jDÕ{ 00Ih[\EW1\]l`#5ƛ  @7顱ֽ|=)E,zݷpe4| Wo+zˀR_yU#tN  T;ی%>t A87K%i.;.jpg̏|22@ $ab"P\T#(Nm$ pHR &pWհX ֘B G fu}]WadKwЄ=6\9Csx.﾿O/*ihPc*+6T`'TOU>bKtX~F5zI8C,͹Q]EEl5J Ky 4 ̮"ّ$ߺ9YXs t !vyη1IsD9 d FC(ֽklɮ)~{\,(cgխh e(6IP~dVZME6v 𷓠}]@ǣQ'=&DzRIa;rlR~^S$ޞ.DE8u(L3?o=j'ODTLrכ i gPEQmB+He8E*FM>`' 6,f/ 5Ȩfb$Ct؞J;4>59͏7#*H0)rZ#O;F,Vh@Ɵ6q^ppQZ2>aږUNd+yU3TXn"A`+JWaܪ geްDZqs upA'u9HP g\U?Ӳlwwvv͢t"+FG9ʘ&]a}T"X@& |C4u6 Ϯa":ns%Y|Nʉ8s)9W[9!SE6H&8}`W;bv&ICB9-'\܄18◩jDOTO$po[¨8]Pߔ(}p& a1>^ :<\YP3,BQ , NM˾ܞj"OONMb}լ'k7i;;WEPVeߜ)+8EKT@xX&jҬo}zŧ|Ɩ߈R9tV zb3;"os]|rMScsT3sfO%ds=7k"Αz x>苪加7w38`B*Q~Ngi223h#3HJG+9i}DH>,@OS;,yw"YX'?-urOD6<.F>Y*o@xӇ`]| AFvcb応ىN%Xv*"!x*<0SB2MM(zzwOx'*ͬ/pu+MYU!sGgg 6j(aI_Cᄂ8E1*ꟿ+%O>4#+nd/vv2QJla@Ep4r}LNɪ*zf )wce@#5.W#ۙgy(P!7xmқA֠|ηE-Taj8C%" trPFHTq?f}-R 'f٬5o9=gY 蹟I@NN8Fn-zx54%ZO|Ɗ\eB6%V=xkdJ|cdE&թ.z6;RY?%\¶[Q_vI-$ޅkQ''Ml×=@Wy`,]% oYQ踕F۟~>}5E* CCXdyg.GL h:Rm{qBw>ߝ+{|2Òw !$_.YMlʂ;+LgK9H.%rQyNHXs)+ݎ9v@Ӈ{8wvdfѻ}ز {>=X$X-}GZn rx11 ,r0Byț3cz7so  ¨9ˍx" Uۥr9C)K~9'J}uH Dϛ^pU Ű]K FdHŋT*\G$1]|hp:; MD F Jkђ%W Z Dr$'z5Sq^[DUkC#eb5HQ &@W"oDS͡[X@! >_S$;0.M g80P3,֔'&}d z^xNt$Zn_ Rte~ f9_EV-ra= j{ bФvϸsR3ڑm[ri?yHA"e_U[oŻRf7JF$ܡIm4ݹCS2k!aFﱄW9%yE{sûE:>AܞԥL㸬!)eZ#o@G9e!A@sV'Oɲm~b~t)~9u:o}*MIyEyTx^!A,NPJTDU1J6PON 9Q!^ZI/%z-D!t[f]$ gOFj 뎐DN|XJR%3ݕ !K Sūrz<1/L6gH{RA5+P0 iu:sAiywf`1aPg`W!= ۚGhѶ7ެE{+/ues /j @1 Ӓw]>Vn OR" N uC T"󛨣q"b{׃EQuŌD2z9T3?ZPה1XLq΍W±g!Ilz@@h*.HaFc~P`#GlF-]֝*5'!X+x1-;-y.:H20"z:`qn fg/ #>Sd8HC+[q<Ck'GCYIJ w39~UmO.5!jDg-wgsnUv4.hLRa^3Vpp3 n,$dFTGxcl䋒[½8y:MBk/ࡵͩWf!.r4yYC %[UA3Q#4?VbGRn8'q)xnjdk&R6 Fyf}H/%#'mZ k%7 Mb&} ]9% [-Ӗj;NS\% 8 ,C NsuhcF/ˣ[׆j^ޙ5?!hSCN Eq.',ׯQJəhY߰CڔoiPB>7/ga&e9TqY#ZϘZ, qDfmK=A:8L˟쇂 H@6Ր4wE”|6?|MFa(w>Wuk^}:_͔լx}lu̵`; |z/Vra\ZCMu}.<:bzH+NIi-/4~\pbR϶L\"8ZX5;ec_= @J*.8zlxZ܎!O8TKn'xU& uw8zvMy~6,T1q62kbZG[S3Q3 fb ʃ΂pDEWT:4u+f0k>+-%+erF)? 1%}V \X\.Z6;pVGsŅccC_&ﵣG##}Qp,b IܰV'?9YHʄʟuaCu*ϭf]mɝ<4FYԏA +D/ N}teU[=X-7wubҠ(綘65@}u1nDbZViU%\{\1tZ _yN|eaM[<Ne(x4!# Ejp>n$<1эяht˩' ZZH{5aSɜzI:`:/8pl^-"eq}3y.N[Ab'bBM9꟔.m7nlٓbé"E6 x7Xui^pFe傮ñ>=l/ ot̼Yw &Vk.EJM\Z,9"raa e1A!ϥ7l&rg%Oom`}T^I[Bm>'Y-3g=8i6ۺnOi'7c yHIܭ6@e9?j)jѿloflg?y5GaB9J98潭Ơ>_Rf ɿ pu)c#`*&)(6nԧM| (x F >h,8g52!Oy tAa6KmJF~*cZқ\Q [Z3!->!Z)!QͶVP ?xuo־ Fj@_9FOO#ujLc"zU x|EY iqT !5A0}].m}cjʭE_^_A#y>IXHqAZ3  P'm&a ;!X̀(\dK0vd{ ",iUli#ot`b`ǧNԝA^ܦ#1E6 J.x9[3AKT~v'm=]BEDg38t摸}t-^]+C,,v}slp*%>"2% vӻ1!nԛ?ok׏wjV7̖Czg웽LW3MjY_r+Bomf<o>sf5߷j1@y+r$%;AvC\*?%>Ze RF"|ҤoGIId\rCqsnQzN S$p夓0*VNn[U ^~2:Ydn ?p6~uҩ)u՟2^*^M~dfhW^El*@W=$uɔkrIǻ姂p1,fŬHxip\&7UDY0^:/D\uSEe'BI=m:-)4Ni5Μ#}U<nk=?*E&/n#Қ*gڏR0G_2ʼ֢2rh@7n6bXVpRz}AxP^Ů@M͓aa![=g>"۔ƥvUK:7"jܨФ~i\v?t yU=sR`f/~UzjB>.6'Oe;mM7_tts^~w| ޤNYH͵ܮ(/mL]z4_"04сYfLd `.lQG xSC&JzH7 UMDERg<>n`ܙri!CS э">e5ȺӁ+qփ"tPJ7|Igc܌ai3?#]-qͿcat^]DqT6myFӠQ {rTyݑh EW> ”/& :{{K\VȘk8t=U8 Kbk5fߣ-k^.\^)?fb2l*˔Ԥt4nE 8tå|{. -GɫnaŋI@AwLx2Ɍ^g88%%:!A턼nB̟㙦yiC;`D!oP@.D }ZȺ 8mEb:fcǟ vzܼ! {D4pʝ cJ&_G90*ݡsjxބ:))(M7Bk7 C).KP{8 B67Gve@Ae cm^ȘQX֦qYO'xkNNlCB!x ̗x&ZLep(lOn~12"NWv%BV3{LE B SCUD="R-&\8y\"d W/+8'/L{fn0 Ʃ<S[D Yli& SI 1[iYq$8A o՜]7RѿEǎ3>o9Sҟ™֍fC,VVrE#Pه|r&WUh!BA,T8Y3b&=`ogX+ s#G&g l-$kn4lIg7O0,S*|%yaĻL՜냗jf%&#}}bC<`|K]W:4Y*@KJ,\ٰ#]Á7!<Տf.ٲz=?bN4_)t,) L8ʑW͔$VKI$rgIdbdB22UkQ6sxn^ְK|Pղ/rn9`ϙZY"r+}Qyx {A(Sigȷ'v2:F-dWZ!i>4lCؐ"w|fVt^2|8(jRa~PFDwc:JaW%uJmGe8%d>d_d+HNљ\* y_r7N_GjFV*H@6@ »5{'`Y,HgN71oa2p%*%Vߧ0Y}0^܃ZBV_ ,@ _lUR%QmU#85XJu(qv°>G!3cXUxU0Քw cv j$ T>M{Mrm#?Eʇl9;"nJ"39bBy%50kP=^C-6(5(\1@6'ULeDžԘb!_{:[篶! z2{s*]b -{*IS6v.køcV/Ŏ(tϬ u\$kǜczN%SAZ#{݈lprERP_ŵ\w?6#wKp:U=9i#Y[ qFBkLTٛx{b$n/.XĨ>pn跖wA赽Pn3.@ٰzRt"tA+$r_83$3bag?K7 tv:șn[<1c:G0$slË@crn{n6OYz؆)l XNTM40ӖXjH>Ɛ Wa6 p A]//' MY} HL[**pA4'1k x(w@j6I87= ؁VY;?F֑IqXtƁ'Kl5kiv^R Тi0n27mΓ+ %˪ Fļ;~5jMaѼE[9D2LfVƂr^xBQ#Ffp#nPrn-$F=ZZԭ:s'x)1ɍ/St!sUy Iy(̋{*LdrꌩT_$`9 _8kpJ_=e~*h*<[E !@V4pMeu5wovR3DV'PF=A[é'[W]n4_4{盯ɌM_# ?(=>]WJmO a}&},-G"8[ʾs 6lӠ>H#,Jw-8<\)lH-y{:!8qh@6²o%[@Ov); ":#=2Hd^ACKSB-Ǩ _T.NGݤg#~4!P} $N/#,z>+7,7#[ny%ގ.ޙ J$te0zX,Wа) 6U^0V}4=Mqm{Bj 0ۮ[벷q6=ť6R=Wŏ_J0k] ݰ0Q,DC4 vTVl)Uڂ3Ɵ^ث4 ZyCA t%8>IOiQ=Q,&gԠI_K[.Qbg2I.ĈA(NpȻTaܚV: yMڣ5nB-oB,9s8G|h5 /𩼋a XBē}C2'"sqP9iT'"  3v.n5 F=f×N'N?Pj#K!ɏoߜ/WX4vjvP֩BPJ*Xxโ-+F.dQFG֩(|! F,&yv pjv[7 t3co7|KlwVpIrqnp8H3^ bz}]HDjG1 Ȳ{R+8m:VA߬))įu9FCZk!;8h0Vp](Ly|L!zHTw]wB,W \*T#(ő>0QmN•Wvu~DqK8e26tl*2X=P,B3w^EHՔπI ?7T$ܹYc>8ɖP nX$i؞U?Vuʔ?hU1up7M߶M(p&*7c%SЄiGD= nUw@WV9^xNm#]LoBI_p,cw .QiEdS g͉9jB9UDn$XM(BN{5A)BJJ 5GXMaSP'/+7p?oM+>O|-Uq rwPSI05pރ; %=B2nVTx<3Bn{忸ӹUm R6`qJJц_Ί:I` BN=Ȼ+M{YQ\NSk$.$D@/F JAZ,:*m"C8_5k}r-G>esijzqqkyP.u9Y^:| *jwt\EE2o 鵒6}qhvUNg0cOdYX 78,\X:Uae$X\"PzpxpGt=uW>޳}ٵR}+gfc^}a}Ve=jh9 {3ve}OqH}RϦ)HBAKS+ͧ!'+ENJƆ= S|^9s) 龮XCLUDS s# bL9'I1\=k-6"8Fe03cTl_ʒJ< CY緆vxY—DSiuޞ-{Oj1+䀎5tܓN_ 9A.?v̭,LYx"fN9xL$Y "g`~VL8  Mu)Qmæִ,BEC,hDÏʳ>hS. ~XJJ,ʔ+j}79> HJ#v =!D ~|\wgpTE*5d2xo%3QfKƾ[i%yA46y^4wCO;&,y[/Dz4|)7bnɕT"F]QБ$Sf^$׻eG89ffjr$.CYI)_65irG'UG:*9P$60 %!VM2C+ځ۳X;K$e?,EcbJfL01>q7ĊxE2TigfK:s9]jf@5QB!C=]DEݐsn;m> 60[KSMqՏ8/k25F&$FӇV.pVqH W =kp:2ӂ46`~3bfb|OcqJ%j}!U\uιY.2+g 0ŸvśgAw;lVi|ٚJyĵO]Pr/^ \ԓIKRDs\\-ki)vlb,ȣkcqVƻ V{L¿&eij6LzBt Z V1^`ѫ:8z 15v(P+lCMCW ^u)ÒK6)Fƭ\3hm*/ K#t p(_^]Yx* Z"gH35lOU 1^fp&;H^[8ȥD^æi7p+?ƅ?^r.]o|Ng$⊭9{?72";Ern9FHzK`{r}?v-<$Ć8,hvw . ^Ah&=ޚ3_2rL4r *%WtJq;{Bğ患 *^o+` ƹ8C~1Fz=z=vS{m-4ڣwj7 2ԪL9,'v@w0W^P]Px-^5SLmyΨf iRDTB_a@qU<[&wbbTh/`L!q2]S [kpRbWp)G41rGq9(SM>5Ge@h^@Z]aZ '碽k!c&_f~}=r%d#+& xsͥ}\v $N&w%a4F#־ϿU#(2;T,fC"}{8]^Z NX3Pa`N()g7\;8!hI+ ߨp|uC~PyrN&Y]7_08Rc9rlhsM( LpƇCoHT'm_^r; Cʳ |lzUݤטVlRڒ/<`&]?J>,{d]Uf 3[@'Ý8"'IJb4lUSzSVՂ]a_-уd f? g{[rׯZ6>.$6ʣ7kۜk"D4n1ؙY͓](ddhA-ޯ2_SZ:׊l,r? 0W_F,,NY4X=!հib067Jp5[ M@/"L|h`d@21lT}]9?ņwą$vC7=&ش lau6IRXYGe[Cޝ#WN@X"h@p\*%@Gk3H &CP:bheA%ͮ}hw-}d.tw|NA*WENKv/ .ɩug+\%B5ѶHi8N ziS<Нb Xxv,NQfy6 lL@R(0\MM) h S;O5'u2> (]l/7ۯ7< FaΦ628|ow:XB ;s?14T8K gDW3sso|eF⁺{6F&#n'l;}1y'Q *?ѹ4G {ݐ([frX>M-R ɻ-;cgV2h\; .INH+6oGd =X03r(K* ֬ȵ)E.(\~?Y<ě܍8ޟ0,FBDu t᪶ D{l/I&e@?DR1IrBS&y=fwJ?JbȪLx*{Hԋ3+hTwki@y (z7̜cSV6 60nT hg-H4*91nԑgSfF%:zF&i*tI U8OFTAgܖWg݉) W&O;CKζKOJnmZтYhXa.`&qs3*:tl2ΥYe{U>)3R1+@})1i”'aa:=]62c@T\pz PƮI4/;MX@ʑ=އ v$wSҍI1l/`~k1),>s;+(D3\Krq&ʣ=A`KM½}3 h 7-gMVO-Ҙ&Nv(^(/szyhf7k+.axf#&XGd ?O/^Z"t(V/˴uӲ)Q;s[4ٌߺU.)ўya1rFZ5uu|ʇ-j5YLĝ9VLm_tXRfCHSnBtK(LxK߿A6@_3$# (azA{t.QN^S.C;{E)oG%!{рKr#;Fuqd)CxD6M=7Rn /K\{(JpqTCS1v#~.4Q^Bp`Ά`%L(KJlIIţנ/0կ5Ȣku>YM=ioeX }קHL+N0q;L,WbJ""M6JW{njalOb2-}A[R "6_]qꙎwj^})[ _3 w6n?Mʞ30:"U,F ׊< gCk?WJX M-"# ?X[aGxHbTpa+~0QnlƜTvկ/Sm)WlD"vS*.\i=^K yTE/*!~5V\ K4tUVv3Y+b}+:n)qrm_{c0êЌXqkB|+vU5.Ugԛ{f}̯8^{ЧǑ|d9: Yqs:)c\?.qGA>+pvf}^DFǴF%=tpbFIJ1iEshsL!#3mǁ[h~U'2Qѿ]/m8"m4J/it8 *tH>]\°.Egr?ZΆ:}qe\:Csf$ˏh3'NLu>Z穒h#?7H8Hhc&OA޴Fc$Spd,L` ~lřK׽Vl>-c#aW$&L0κ,-4]'>8!-=ɽ,{PNBRv,=GwB Z,y;/oxWڽƫ*^!+}]>j Pnqtn`ewT%ҽ[#TFCJO2hM?lZ&N _oV榉2WqKzrK9/ra΅QΗs Kp'Т^ /bHWKg8=aaUS2Ĺ'xtb/Nk9:$ 9_s5VD7cd\0fKKe}آυ5C7CB9"F(c"|aG%&Btˑ~{i-i~Xf?se"@: -ctkCyϾ.MbŧTY"b+ٿgi~`N|3i#>UOM{וƬR5.PZ'f*RV!5;dv>Eq썹#/nE"CyRD].* +ɔK2 e״GAzӌUU G_Ƀ>];uQ c<[d:ɢ"&VFJj4GbA'W'u1$<0l,ͯ(+Eck$?!pp OYCMM+C^<,y ʟhs:uZ1.@*MIճ=+XFՀgeNnc艺 ѳ8r=6d+s{a +f 6.Z"Mq9Ptmq Z%Uٸ5i<鱎] []}Kra N- wRI!f$ca@]8B,p\'YFU@ɧQ2W8u~S{?E?dnK~jF2-J4߶P:Fǀ˱).aHCu ,[Y@& Q8+@oߓnFAփ!Չfᵗ\^vip&ɴ~;7ZRжV`6Ө1_+u+^"IwQ\`g`D{Ԕ0AG<ł{Ը +UD3M's`L} +*%QH(o@(@G [aC3r#fFF%X۠Fi96OHD6+#CmN*bX6 }d,o LOr,Z?a!L`Ь*dj]NOX}A_-Q@׬/O x^w*Vt~thP*|9z'Y?#peg.Vt37i{n/6Z)c>01Q6:fXAOټĨ2f;`\v!EGD2Y NIbw~>]vwnr cx0ѡrb52oM`"qh ax=}kyƊ6wHuID.V֋PNE/lzzDPH{'?OḎmeKY|S-+p&s"Q 5ʆ؀G/P |pRb[4-d2FyEr7FPb/lRe[N*S<-¸4LKiKXpj7P9 =-D~YwD}TngppyOyx1y6 <;Hj* Ԓ FjSLܟoZj+qtUE%LE7!A5HtC#3s2#y4yW 8GY r ERH^O ex3,䳣k':vc&9OPvfgYi1[I-+>\i D'LT/UhP&9bHȊ2F0TGK=#": D'Z\y6Ȝe,Sc-.ʏ=f,9^ؐ 1~gG*̓ =IØuCsȚDxjZ pe@/cz[q0ZwA@k>#FI6fp)lk>OQS .2Z&SdN%3}6Xm999t yӞ*Ft@߭%S^-A b_PD ׫.[cfgS +`!V,HeE74Ofrɚ 3?Ӊ8C Lg4|6ېxv% L8n0Dʮ7ƩQƐ%2NIÃӗӪ9U`)SO$:q 7̘b4>R~w. Vnnf@{]Y&9LEʲ[wJLm }ONQ i:qR5ׂj 5L{+g>[(mfan렙;eL*Oq) ?8V(؁׎~Eԃ{k ?q0-#{ZD,QF;eYk]"9k=ܬjES,G!FٗIvCIALL]W fz?ryjB+ oN!λFE}f><(++$u H0EHaMH55lU }k˖ŝ`*-#*eH~m%^ʗ ]ݡxcwF$(9g/ }'(w~!p xHu ?RH WYX+` D(1C@hU|@Op*xQNs}Rc$%pو[xPVOaSPs꒺jnH,ө-3>kn yH^bW >4f{9gMa b]#@B^Gv9C8gǮm?({i*}sH_ݴ\dXh|MsY~'e1pnT,*Q!v۔0nWB Ąo(wdƩaus))85]Hɲ☤^VtTB?/M;̿MEv0yg(  O\ѮP[#풅o% /dIgcV=4h;MjnXQ}MP 7=U[>4ѡZ$_Ik#~,NraѴOs|\|S\7=cVnf9c:XjVPd9+zظ2o-?<ܻz 37S+*bcג*7EwG):ƒz;{ЅȳD-m`GP@9 }#ٚ,<;: )]ҲX>CEI9kNiQ `'S d'#Ϊ}nk<_BiCp#(7 )m_CT+Cb3B5LhGDj P-7H^VD$8E |q'`,#d[({\?uGjjUĦ|38ggǐP$w"ⷣ۱8+[$,9pe-:^n*PQ>& !}ԋiCGT~ˆA @8O;A@Z.9Prr|akuTV_BU78eZ#GzcU *Қ*lN >Y^#&t \r>vR]=Cw5xFo>-0;cvNQo!lHKi3/՚1rf ͳl"9r26^[ͮWY ֕ӆ\- 9HXjX&1[QwPp`e'>Dp0Uj ܍>[L8>a0М㔞nOYBr WQp[Jx`7њG7!Ĺs壿Q1X0}֪&0E1g0ㅄCL+פ,i%n{%5c6<L 'fGpGҒ\##@ھZ^ (LA!G娋)kkRֿ:7DQB(+2 2P$FZ;Ϧ&.&;xr1ЌǥG  N/-)cW5DKjs9)fzoK܉E"eFvߘZieet+WYXsOM|WIb1>\~Fd0t ȷшuFnXhoZңGt__7场Hʞ6D\Dhk-\(wo:WKj Ǩ+YRؿ&,[' 0J=X}(ls좃V0'q:xSǐ̶r܄ -\Su@!hYHc:u~?"KRW~?BMu. 8m=*3ײRUW:b|PyY|"\~-Z.&TXE@7pD?H͢f=ݜfbvZ v+T!*w PC ;UE3u}xᓞ49֬וo/}lu.e@*0l>sS-wl4V|K]˂PidTLKFKfvN{"8Eʰ|O?WџwmzJYa9xg O9x'e_Oh)[Q9XL,l9IЗV瑻S7 YkYU(r͇FjuUa*#U[9 Ed;:jh1_S[e&RL;1 ::mF& >RbڕiѪ-4w4W/?DNFV9cw[~na`TП0 4,z'霳9t`pzJ$yB{'42h)QqϒPIT I$1WY8t"ѝTT%"/mu翄ri)4Q#&l7k['L2%m 7#~cjlNn~l}͎KoK/x!glDqg_oDdQػ8,fELf{7B m`;I3燨~sbgX./ő|XN~FY|*ם`8tCHk# ˓z{Ɵ~-Ou6gpė(cq\_( @h+47Z(mb)eF.w~z5- ]_Q/Rte#C& + 6.ь$=&gI5i9hٗDZۍE+j*+Y KlU;l$b~vy>Au 79h'kImYuau sf8լF[nWm W HݢO=j&i"x(C5m6C](o[-Zʾ$@-궼P"eTe#OQtQÉE{ỹǫy0KrI6.wVUx:h^; `8-zk44v)B+o>J3H{FڰBfAck"b+a-:f=oAUW"O-ʣ (mbՂhF&Ucʞ51%2>]³w){Z; z_Tejۛ)w Kdq/Ws&7R ! ?ȱf6<7)لMv>ŀv}M賘FmKA JCM8Ac×y{xGvJxb5*_ 7%Xp+kkMf[l gϔK\G^Rq5kyZ,Iџ}ONruCE ,Bpܻy}+E\}G/5@D)#-]L/$//##eg\y`:Ƈ&wyS" ~DB|#k/^)]%b* {`0E"C2;ձ);5˴>| o2af5KQ#nb}CM$㟭^m&Et`oM O i( 5hQDoXzbz:ֱr"nBۥX~\2 ?ul|%GǧE<*8*ӈDŨ6VfXͷQ?ۧ+뒕V/`(2ì[=OI 5u'r!&@M023,|UrZŠ>'Z,uDtV%s)Y'i_IBj?L A,2/o W v"&W9DSYv #x;8_=)-8NAq|؂fdYf‹T4.8^*l٫U߬uTg L4̰ϑj҃ }9?܌jװ b c GOQG/k&{ $kl`ų-x 4.FㅹSŨ% dc1}ֵ+͑ k}*Ĝ(}eV:<}Hc[> ̿XOv=O+̝~mZ%l4D(waŋXr¢ӴbpE_\T(Yw(Oi;8M$y7U |=b0.Æޞ6Y0$IO-;s& ЕؓoDA " 4'WɌ10dNN)z<@n=~'0x*kf1H_ b~//`ɕ Ub$DIȪiFgw6^vr>P7 AW_pbUN4fz}FoyQk!nYȐQZl3$Խ?9Ad%#kJ{HV/ (!#ǰ. adT#J m =~Q溬"wo|67pV# /e]d(}`t6iyH5܉!7KF1͝R-\O: IGg=tXFP>$ ɒ!J@N^W?bip}CJW Wm7-YLqv@⨽n(_%.Eg[eޞy# [ ̚~?4gBڣuAA6aV w:WP6VȿbX)FE)MiVI$lЩ$+L֏g XtaB ö,'0HE!ʞ-y<-fMà%HmC \C7 bwhCԥ42gBYf,PZaIZ?BXDzJ1N~pHIުKuίP` ZA\k̉-%Ml;IlAތ.Aw(fgF@e[MYjQvx:GytL^ºEDb( d.Rh^(cJ0!F2%վ){Vqt؂ckS(,+ާkS]&-%9} yRzi;nۓŅ1TK)I\~~ͽ:c'dzc?+ϡS&/sUGVp}MrJ=SKUAk5P\v:;ۜ,p![޴&(xڪ<%DYkI KK`|{pSf(wmx'"thWzcڲM]%|ªn!AuRV/6zԁ&vV0ᝆ4CK6J?[eW5յ/'8.ՎBP˟f &.%% sҦ0|Z6ҹq|1T-)jP5|uuJЖQ.'2ΌjL0f77;*Fd1xAEJ 3B#V0<`E,?lTU/ džs ?Ȕm667R[P2T34Q vH?eA)Wtr YzbۥLL]C=VvQm^^0};3r5vkDpҙw{ lTvFXv O^J *&ur/P&B}` O@!,q +H4h*lvJʏ tх: AC.tdB6ϩjp_M,J /[iAIZNw(/k_\ خ-/ /!ۗ2m 며}lRPgN6z(<8/5vTo__#z$}]1RXj"Sf>h;pƃ80HY`%8J?b#@DAM?05/l_IE^!p=,ݑŬx ֍VUa>PSl1;抉PՎPQ,qq' Jz]K7V QzQ qx:|œB6&Vh*i72Sy2-N*+  JϢ3  | |fݭ=E'aҌve,)8b|۰Mr LEEd$K NUX_WТ*^xbaxRxZ=N yH+[A͛b ƏD,4JJht3y~MOAd̕wE:~`|#Z.FIV.BTu4|>4-Mix6ZFoƸ 6g#1)iP0-S֥>nfH& }|u9JYS-s+L6o_<3iȬ:,EMԓ_6䏝yF=΍f|]\n 4\֨3\NgN-0X\ny}yX;aE zI`E@/`Vf.+LƲ"FXglN-Xg 9jaLE^PBNO^Rj xG^uY ̊K;|tsZ0r,N p"|6EtrS og>PcF*I^!Ls5vChx 5xNfcK$X1,{ܔ#b]cRx H:@`̺rycZqP-iۦB#NH8|jT{jBYTWw 1Tg{!==" ='s*ޕy1K LNDA^i6L~}{ G8T@PfYМR]h-2yu # uWƅ1:%q$dž<0^돏3T }/27,*ʨR--he%[jnkrډk=(B9()8p4zJpceW6Ϫ%s|Y+Ze[ *vN2E߶3D(W膵+ Ђ g Ĭd s4{"bxY? z|Buxb T9ɩvOqxVeZx"<ԯ5 }gk7!":(d׾FFCr'ѨhT|ieħHnfW qȇS~ 4fw=(Rj@;ř͢mf"C*0ʢbbRw#{FD:Dreͥ Ptڕ 3)%S(JeռE)e0$;g6q9G/|4B f(oK6k:<ݑcĭNҕZ囖B锽 # ԉdKAOWL!`} SRR!ܜ߂g Dk_ Z3FzաNf).SV)۴eP>fSD!*sĪ7H?t 4, 1yFG&/&xZ.3#?jξ֌-!`|IF:1rFgWԉ}SKwk[} -bEWD ̽4BMm2;vvqv븪)q:AT ?Ȅ}ȶۓ|4!M `z/wOT;`>@QK@j5Fl?2r1{x. ,c#;zl|r[ӓO$8We@/uʥj۔Zl ڨ=." w(_Ŧ a]$2x ^Ƨ'㕉Mir"7KYpB>Ɍ AmL+_Iw׎NYwjI,cf CWw '݂r+0啾`hN^.?nL_4|RO凿Z*Ғjqm;m|r6$yUWE#%KͩF Ik1M,G 8hĬGR&ϰKKGl٨I0f|b0.bڊŰGvt3(xj5-y$ǁNfNՉ,tuI.!:z+|k| :#؄[J)Jui-h1M+"'9@z0hsAAFF־|ثx 1jq& 4Țf e/秘 +͸6 GiU>?Rp |[1ӻ`B9#'7}Ϩ9Xо>yɆ ql Nt/-ll*GEF],U˟L(OFA(< ['9]!Y[{kG )(?E֢[,,xUZ/u[E_#2P1L+s&sLEȃEk:)UT^*k,oĂ̡8i6^;gʤS4!!qB/4uJڰò[2O$x<. οef}e9]W vϰ<` Osj&R78YZ)Pp)մbN6*/oŖKsaoam/$|clIV'왦^0UAujLD |WFy ȍb(#1kk_KBc{N# D #It&-8Z^o+, K0#ڡ"gM"4hSe)0Vd x=5mEi}lRlFva^dV@Kf'"`)mp.Ҟ8Ҝ~Ho،ieUѰDR;2n"?r?*+QL쏟C1ƅ>=,z̚-Wsu揁ٌd48({&((xojfb`_M.jT,(T*2兢x:ɑM) ŮOw&b1`(C<ª=N^蒳U\ ]_dY۟'~HRGz*1/M3W%Zq`at&R\y(>LH.#dk4||70޸:C.? zz2[C,p8H\@NJW5 \ QivF ]S?1bu!ekgJI(5[z`22i@%(2A\^#&GmbLUZq;w]0e3lWy~v> 3@E˅PY kzP;u38bA""Jrg<c(QE"sFOvsa%Y1>R\Y?N'V'3<U,]#u( # ͵j5S@Ƒs1ϭ!d$4F ArrvF):Zͅ6{/R#^$*F.{?QZ#-c gUxoÍwbqqk$-eoWо5, J6P75i-՘CWT'45IҠm.<ԇY=4Ã{//Ku @Ex' #/[7\ IJiqڼ3m,rݗBo>|MDn{6UOaWИ6q5챫":&J@q(/ǩiz)~ V: trG32pfO<‡atQ"\(7=weeւG89enTU՝4rⱑ8]Rնc90Ԓjt9cdccR,FrC'[Ҥ&2|"ROV p}BTgv`n#L.t]an9~Sk=+%TOel@ʚ;ߛ~>(1ʲR4ӎAagw9to $F4RgT-{H%t>Y\ؑ\= $E5*:aHAC0FW R j+_Bvjœ?h}ҀZ*}oPr1~q , ؐe杋EbI~': ~DdH2,֮.=c,!F1xf. P޲,_Is܎tS۰ lIiIvzhҪx\FzL#ěǐ[鄛-7ˮm»ŘPZ`j1FKIC &+~NkK61X).'CU6Jw ҿ4pZߨ>w.M!`G,z怄Ћh#c'#s&'xZ6@Th{#ܕ26M\~Y9C\[ͤ{%pekR;PG:V~0vNI>;~>oőz$T|/q74OoOp=皒&\A/Qj"%]d| n.2a>)WTM/ y˧ -fislĉfQgڍg] cMd0N"r[D>dh?M!{Y5]s-F&C J!%4Fƺl (J3+=j@)*c,U15]o8fr\0]) zX3("SRw; .J6Z15b"]/K4#EX}_O3тlc" E<*pБD# LiA)\aΆFZ 5 o ц#EqVv y9j3Gc~G8ᷡ, _op387NF=EIA=*n$lDf/5윎tk(X3%KJ0R/vx7M1"ώq%lmGHݭ5#s67G<`*=ŠUA)7kr笱) Xm 2&MH hW 'w@CbX_D+R"_'Jn$=*m#Dmh eZٖ0!aCyQy7r0"kA}`վthmxOf9M7S[X fC l5}c$2l{:dzۈi :z11#z̹&v3^`!`&Źp,&sPUw0a1"GpfGX5daB:{HX'o>SK>"*%k{l2jj{bM5SXjTEg%m enmRZ|y+|n=A}ΐU&f%Q{廯X&~r5{ G5)`m{d|L 9N"3s4ǵɏ_ &S=̻`c; ÎT({_9jY?%,u&Sv(ს웛:& K.qį)DDS{iĂuzJ(.d,ȁ{cDڮS_z vHe -g~aui_ c:ێMx@gE \hmte,sf+@f9\x9ikCEP|rnٙa m4jM,p8ՅMT Dj Od,%*?nӮ9G3TjQhvc i!D9r~^Y?yRE)ʴ0j0L0݆?^MCA>z uh7ۇrJ>GDV&4Hrf{rxD*t{u*>> YƘ˘%~U/ ߸W>d,寊!x6ʻyѫ]ScH+{ )˟''cVjfCgvoX&>^rm Aj;?9M6w T4 C$CW3%/o&E&JiJ5H'(d*b!H98cQSTǕNT2PiM0^&@υ9 1Fp[=}ڲWkVf%m(ql]m .4kFIY 8@iQhADtaBhNdrC'`YwfrS69_#WRgAda&Zf}g lH@1tsDQ4e`(Be5s0j^ KY(wڗ:b*lfB=/ɉ_2o Pz(gJP+9Ax;lU͉ 97[~IH.8E70]!+ т2',)JBPE!)!zUc$.ɔ2c]$!~ >8dx>痟Q.E|,&⫎ճsONʾ,C0 /g1޾aJ{{iئYYG&"+py LWigP} (# 2IWE9@Wl6]Y\}66"7Ro<]Xn|@˓w;]+O;np^G:nj64] x4:iˠy =Bڬz^Qzk4l5!sWS5<ǫ$?KpzƔ|-t'Qy«Mi4UVͺ"aN$mᠼ%Ϸ@ư^>KeI{^7O+{P4bu2H:n(?)WA5 .r^>:*MIu1>3Zyл,&J$]ֶH6y@eDp"c[9cň(3n p7nWp.뾵c3%M*)-+* DmF'}*.)呤P;{L`8kUBr>WؼYFF#v*_uҏA`FFGtR#V_j>P@BPБNd?*"xT?zg]Mx><$R/M4'a}s W,|MrC=tC`!KsÙSpI1y?dB'e,}ep< ib^4*zrKv4|,vcëvȕ5Pd5PUlK2%};="!G GT$cA~#@5ORP t6DȔ-.pilivyZmx'9“^Vm[٣H2Ȫ_DB E*"tԉ. ^Xd\6`n^Sf @v:Xћìț`xFDa3BZzLi"ix v]˂yDp? v1]?lBW pz$9 M6HkMZB=rmIԃ@wmPZ^{cK_/|{SJ(0ΒJQ+mбbqc80完cƓDH$ƳFQnOۊ<8t"*×w~MH[8#FaiqKJIMR*& r۔-D&mY˔#aK*-ow]{geNGtiw;lF尃V$WE0l9FJoΛV\  ((pX^"60j$xZu=uVY&l[HQt"J)cPg5PN)ޱ86Jp;Ggm=̼j;TC9"j^ߐ)`5|wH{z:삶Obs 3uW8lZ_82!OL K'>^Iٛ7y1:#-WK7_W$T M aO@|weY9@DkY߁,Sd 6! _1}Ѕcp"Kkp]e%^*Gv8P0jaU5ErsD2Kv b'j 7sB{mmVYݕ%Tc;B|u (Mb~ _9`4պCtwFY5濜\N=l&,l(Lqv͌Ljaod ]Z_ 4˙7L^Rڪ$~)xta0*=) N`Hve܋o7G2VSZ)ۭ_9B < Q{RtH%eIm:??=QM3s";ߑq~>k؃(, 2o&qu,Ԡn|Xr0LE0~Z!hN 4\š^<:eNB?}ZN<̭ۀ3 DAvFCy\BgA{NԨ0d X^Il $aœU= !P s7w*Uնiޯ( $6e0\ Rť"Wr)3FGLnޟ {m!b-ҷ%~!E|KVͷk) ёX"@A;MEV |ㅖT{9ia A$fcO.^yY-y!H/xt?X)$\Yfi2ǃ%ǰsk*:CS{)XP^ dz"k6_HNőI?I|HpG6eG;K ar>Z']#3}B_%csf}6YOD>?`d׬#vb37N[.8$8P'3/H#m 3xpZUfΘa^En3z@^0x p`xGGF?hoٲZ6 h5]_s'8XK/c4x9vcj;)/w3$ڻӰ3 տ< F,W_E_`ߤLO(R}«+·q ,8 x;v+G͍rkDk(yBt]5˕89õ-e"YWwV1wP܀9=Px@/9+ϱ.r'NWЍOyzZ52A Nněupm1g-"TG{NGїi=i LU9TFޠ<#\5Ѕ(Ǩp%=?0ShKmu@֖>Z~LacfÛ+qVc#_AyHMz9 7K;k6ެ̱ҖiF 9xBy_+ -0Ŏ>FaWϒ2 ^2PtF$~"e},I wxm6Ц`әlh;UҿKvԛшN[9ԓSأvmWpOsViT^K'ҧS &Qn>3E5gX7i[|RWfG+_՛ot`f 7/vr<-D/(%,˘⻩&f<@E@6zaMRzR]_T4h§D2~ (&=a fհc/.' a|Yߦ%ߢ2 nzgБ:caUz9[N֖# F: 9 +,#mL6sl4 ꈑr?D!쥝KӺ6_^bp):4Jc*m: .Co4hU3C%}OSTFA1ɩ ?[+snqlmqii̥M^D$^]`Lg[8Z`rPEe 8]Cː W-ra?sZvŔ7,Sb|#Ws2^Mplo Fx$2pj66xɴ0F"^5D>ZC:MI{uYd7-1 lK9J ͧMlN! R3g;Mtqn#Jūw|:Ak$s^^c ~H*&x}P! '=8ӡЮO=B*c pS%V|:& sn,T`3#^ϥл$FEң*LqBhYkesuܤ 4h"R 1#k e46{URv6+aX6 dz4~zӆ^ đTޏ )SEO@j'(D#B*}CJSZ- 0Yx/LJ%Mj2mO5XWj Rh d[A۳eQ*EM=H@Y%4NJ0aS=TW L#ߦ)B욝GtIoZf9aH$u<&rwJPsB?@R i >y#c 6l:$[ Â񽬵.X_M؁o,X<-GF,sPP \&`])CwX_LQX!clG^o,vUseR%df[PA`Bo}~t]DX*juKEWH<-#w["yϵRQu{ ذ=6uhY傲SN#I#y-gC(w[LH =c&2f aVKӫWL_R/A-E0>,ώa mٲGѵtˍɰJqr,^YƸ غ(ɟRFw~̴68bt ltx^zʺEӯZ1"}7Vow^F]pP]Ƒ镊dVD\9ĎI q옑P b=gQ*nOQ1Tͤ^.ArVgk([!]i#0wSH}-3C``|AMۋrC"&&IR)`4r}IhgWcHJ`\(CoK),[^TO4/ӗY-.4 / HȽ}݉vN ]l \9O ^%|Znl~+E μc4_̑{Pk3R΅mCGm;td̻m~/RZ `Ix 2ˡz(Ad_(RlE!b e Α9Zg&AOa#kb Ktمw9-9_4m`6~Nu#:6؎&4xAsftMlԴdk[>\v2,˦oPNd%΃2*٬E/?/<0egFhQBqGSl9e+90sރ,0D@$/촶5,^rtXfyWRj$TOMעzZdE!,j:wթMaT s*}㽣g"2xqak|,(a2o~8 ZYq ,nB th=%jڙ=(Y_8 ' {)BU evQ*|F3L)b`o Myy{WTNcec ? p*+7lϾ/GψhFA`|@6y^K~1BT뼍|I\pMp0t};F3|k _O6"0Rؾcp)!onPChz<"nj8c0R<֒x:DkO/ {kYN(dq5(^mdFaRng*~zz\*?^R01zV' [NbwDؠ@Uuҙ#Y*ukU縜:E(PA5A9"#o GgA J#ɳ5~+]Rza_:`VtLUR&KH4^Vqv5c4EAd!Y9afOU@bc)4,Q{s5.W Ce>ۦ$EIh#F0TD! !ٍQMF՗&tO&ZYYQw`rPz܏nX>Bü]W[2Фiem?0][?cSCF9 !Jp:jESl0woltq@c>E<& wTG$w1hNlUϗbD)ȯcsԻmW/zs[u N^<`H$P$TW`L!\ĨTLxpD ]B2v0!}lc>(g+ >?rӰ[60/38BmGӜkn:3RT=麣MX 3ν*Y~}U.o>o&>p2E&1*ԭ*ڮNdD;P'ս΋uބ'莳9Qm_PS.d(as: eH\1bazR_hO!f[؆ ,ƐrpiL+na) ^u2 XN>EKUcPC䰯.oЦX   Sa,"ؾ%8j0lEg V_^`S7\|<ӐP#SaC=)URA-qJu; Ha& v}HޛIB:6uxd {F4(\&AX5yZh"OWbq|@+pbĜV0󽑫dTO LAqLP ,P0"qZRHjtBWqYR5s?˳hѕKݰs  u/l`ѬqgG+ؐ%T(ʸK(uQdR-PXd7]{A}q`D-)N}rHIMS66.(>bOu9KJ|s"M%2%ZNkabWpUq4O@+_rUtjCoh(b "sCU_l@̅ᙤ DbcDG-bu p<%(֛bp1޶W#O)>s㑣#09HC.􌭪q(nY;Op!qw(à)YR8?{- v}o\XVXێ?쨺Fg`~t/]gfij#I ;[:o*ʧ6mR <hb޼ &_ ETQFYbxsXH-Ig;4sB%}ڢ*ҏ^И :r0D,P7s50>YONUz }(sF(gYї 9*Cہ ɑ PퟟFK&M3$YUl#bs~> E[s?*M,$ 0y]X]9$9F%ҔWZGP>n{ŖZWFVďO(쯰.l9{F!+euWkC)}FһiHoxSLv)TU+y4X<뭟kd]4;Ӈ Cp)HE K'zGn9q7@P9gY=q(jRFrX\Vװ'@RDbvsLf@SZIs\?S|-W\7XDI]+B^n+A;ƒ(vZNZ5 ǣ\8c$f'WC܋PC.NIJhR"y43$> gndm=hEynh`E e4- ȩrWOxtnH|'ّ(ݥs /^&싀n΀V/\ao56Pjm騕 ),e Ƒ);@~nXnAGj KLI5΁+iR2-a@ߴi?H  žxs||bG'!#HEJ$8[x)neU\ǵ.mF1UY=Ҿnrfd F; ]OViy ' ~ mʟ1%16HH,ӧ0A`n}2hK+XgS*pIbb{-Bӑ%VQ RՃ>-còẗj9˜Ž+km|TJ?fDƒfG.2H1 >RoE6]~i<lQ T~?(z7Nq=uޣқx1p4ǀ;k= ܾ C| >7g2CE=Y`h8(|2ȇ MTz)WY@hܚCVdlbI+mҥJcˎtm6A @7v{za]+P;f S4635ym_V,iyF3e hz$OTjfE֭_ޛ\"\x}Y^0j}%6[lZg ݈%-z(k?Yes4;A+z41'|s|(Lq~,}ܪH4PD֮o^~c#imҤ=-*. ڿ@&wzɤlB:&ŋ`IkSKsif4A٣t r @&.3Pp*rmJǗ7e}ꃿ~ˈy'"917VƓ)?3I%Ty6wsV(Fal9rHjr[ܪZ<,~.d=gIS9x}x>8UΫY~E4df).[ٿG(iGv88,/>UH6(?H${dLegbvZ B2` !8Eץ'+̶T h$_i.U+K$&zc빕^f<Ȯ ԍyL7<>['փ'O! ~cyDϨ&qiBlZ8}w(DL)/XKaVZ9mտ β1WLsm $d[57 ;,*Ut /&kp/ZHu(+]֯\à鿅U%ͦ(vdl1<=mWёre!\w4_b?+3_K0qnx ?((es`ذٲϚvl̐\sgcM<竨1@[7#)LoM[0r$]c7UN\OwoT Wy +m5t *)3-Ki ?ڹ66h] f44L (+9'͐b[bϏ"s'h +ί]wh42{05QĮ^k,zzAGWm:#T}~XWM% _q&ƀDcMb9 Гގkdzx1*Ybʙ6q 8)njD$Z8Bg{J'uUxTP?eO`)&C n09v=KO墣)ѹḽ\!ZKqjh`Jjݷ[DM q tz=Ђ'=*hdջ0y4%_Q5N ,q @A:;cf$ۗy'{MbmUp҇T)q.$s5GP5S0wgΓdY> )Kg]+&7Zƕcݐrrs4299$SpwO.$%7]ni}q"c!+ ^؊47A; O :Fè,r%aqqEk`v?{(b&oN6($Tǵ1(~L):,N3]3ozx6/[ˢR2ⓡ{fkƙ.="9IV3>i'Q]EdL/pa wA ?}+ T^R~nKk;1?>,2Koi[-?]VtOL[Yae# [t'zR$3B+q^yj7^. d\l@\c嘧ō"o>^,ʒ܂ .{dMOdf4:9vwK|tL<~ݚ{>-r S.``+64=j>ǡf'6ґ$Cvu1+HYdGJkꏆ?ZZQT{!Mg֚14O)s)\4C]B_airMR:/t !鼣h_l& >rw)s60n n7$Ca>블_9oH[pS&^ʡ3P .@l x1<afgS -*dIvB~Vd-!|v"_0gnKr/}īS@x{Z,5K.[j%ew$3 ‡`Z >G#1˂ύZܼ˹3[w!!Ipc0+8kf]rC%jDjdօq[s2dV;-:,cġ+yF""sFE=BLFzbPד^7R4|/g\1$Q0lmS}`DJ_?=}Ljh֓`0OsEK͹>~y3! $_)j2RըAQU喖R0)sy /h.9'Ms̰ZU`Q>nO2.#iӣf/[8RAN wS7D KT1 jV avy\H@<>gy"Qh+c俜[bnb}'0#vgkz$*DbŖ+Y;0z0`?7RLM:[XrA݊p7oSIc0Y jqK/[b pe8SU>Hb3hєaM)"cIwC[rޒA0I"zl'JB R+-.RD2URC˝ǒgFXͬ :Y{i .Er KHPcLBCbK43ĉ(M U}7j({UARR )[{.to*'Bɦx^7]KYQx|1x̝vGs+dKx)[(sG0\iTʟn-W:|T-~uYh'&r^@>q dNKbF_[E/s~ Ø t(ˡp~?%i_Ft˶Le&A@+R0B3Sx D y7%)uu]IsI@r~%IjXRJ[hF,慡bE"cWAKjԏ')zY6VlLvuiQWG |PbTo2_ X책8Jֿ}i]/14^=+ۭ8m/%H*rTWER%^S/N)fj87v5V[NJR˟9J3iM>U%/Rm1 3=o Qۦ$\El=n)ɫ!$5Nm9H.VvGlBB޲?mdɋ,l6woAZrU(-5,c(z7Es 1B3>V1y% ʖY6$VP afUz N'{ډD,0c.5&ztw!+~Zsx8L"|CذXJǨ6l'QPZjBbyzzQ9b]O0bV4iyf_h6ܯ~v cnb#Oof0~|_UX+1/XPGG $'C 2xM@ mmxb I |f4`4 ||."i/ y3&1FFaH&Ř ;3QL]ܽXS4g!nq ~A%=^{@pRZ2d{P#9HεuS chpn6a{X+$)* FKhg[ a!&K"_3jY_F;p#JHɜ;/4ԣ6rłbԲa[peoB(U LH6V e4mDyD}=F Y!dL>f&;aRV N{boj6JiF&R@#1RO鱁&AVPݙz<ՍM)Ì7)eIzf V"\FD/BV]eA E^YH36 r0-A Y1/kgHQfmJ Gt K4p$&G^E'pg(lkO @CՕ;Ha'GtSϾC+?F)qL^acֺ ͨf򯂬@H{D-AxkTW?G0MZa>nq#|\ABKÁGɠq0GlHE# 7v=]R} D\ubѣ!9ci\H\K-Q%,Opa3s;!ͺn25~OŽ QQxyO [_iMꯡQ: `iېr.x`;>nO-jcZԫc*vh""J5͟~_nż~jw32Zɷ9քMPRg`% daY(6EKc53YzRd8řQI Jx+]ː&a&ط;mR@seZ ciy ~*.tAm"($<܅R St.7Rpw<ⓗAj'7 Hhqm2cf7!a}&J.p/-TT_*zU2S]VT?hHp|l|MlgiY$ QaeJOw1B`16wuc=d‹ݞw`EZ RW!l=: kL8tO^V#J ' \,сaMƞBG-1fW !. +G ,{g9_LUB0 +ByBZ 4я-dK|"Nz:PQ>Hy>nv\|v[ qN4{3C9I*WI!<=&1_LB@={_,<Tъw]<N M܌8R,x"ގ(E'Z,i pfuf8dTeI-hKOP%E tc: W~)[DCɾUc+,/f/viBLd!d%ٺQb ~CA6=I.トPUs .p<¨p}_? eb;,p xh*\edg"jq,A^eT-k]VSؑ N-K'gr5r؛ }h1|ZQY8>'4g!d`>G\c&Og5\*pӄI`mW!T>#9>ZJ\Tj{KןUi dPr^K|W+/[Σ*S,*Snv>S?"ℋtj@X Ols} . D@p,R5{"49^8'O5*]cwCJQkHx}} 1z*f&(?&10'B&&$ݦu;*GPzld؄2* jDGg;W/;#Λhu#SKM#vr`]6tp\4e5ñ1eԾobwӭ2lokfmKE[b&VCJ/`; r3/͈(Oر_$X Rt,X$5#Yz:Z-WӮ@U}lb%WZ5VųlFb @>K_8&dLJیkj,eA4zCb-i9Dr%ދf:D*=zlwxbd)&r#YONzaGp\kND6Nu"7^c:\d+&R6D5h~wvx^ H-])ܼ|)ye3M{`l)0饙$dt11'`wkp^v$# EpR8eJL2<h8BXE!ikY< Wʇ'P:,-Uڙ{׉Uhm!IA66\`mIWc|lG;NJxbpmTK,qGRw|53'@{tKirDO;z/bP+̅ʰvH)sN:ڦ=VC"&PXZN97X-C.Xtm㌿ڮ&P-5U]{ȳ;1C'1e&Z#fte Wfᰓ;Ր —fGSSJB CDoZ%Ԙ/Rv!28D4b[u !ϱ1M8_iKIH'Pv:I)wR+FabC0e V?Wx5" 0 1cٲ=8 :l4a}q )24-0+kjdu-Lr0F}k\ C[&~ 5V"op#he_~ D-6Omm-n^Wi.-*y^XWv2KRP!f?/i}˅vZ!pwd~BJ[Z+$Mo_=Q MqXܒSj k?CA+`N ;OQL23g%F?ik '3z4$5Mgh1;E``av#(n¬5|i@HZzwqBR ;-4(6O/ #Ôkh%"ZCW7Z +!t4  XzCP1Ɨ~"I'ܹz$1e)UxiܣPp6Vq^rM߳"rl`Ix[¡OynP*b;tUOИWGo0K [ Gwۃl&FVֱ;_с_?^:vu66/}MŅ&Q9󒜴b%{=FD=IJ 9_R?uDN9[O`()`׋dWc=G6w}`ax%طV\:CsV!8rsf.2iK[ZcT{L.ay"v[=k Zu3}潤\%K=kT]+fv8ʾʭw|UZfҝy¨T7Zh':Չyی |:̥gJcБ_UܲcBh /DRMŋ,jQxz76Zyߝ|v@}c_-%=Ǡteei+>5 G 7m/n8 >3mtK#4{AbO#!=U6aF,*NVdQԖUl:2\j3tA = > ܐQw%&ZpGة.D0\븸'9VLI 2+5̕ydR0^3[wب.Ϝ[Q*D5yRY@3I"rd{j.ov|-qxzn)`ȵQ̓` h5Mze5 A]W"d 4UI7"{Fb@\On$C\ob|SV$+-fA= @~⶞ 0h΍,9S]w % j_y4 "G0kdL;KBP6GZYnv.œNfLMsr y0y84VU.x-_賤Zz)!Rv)N=t"e0\wwZ QVGcác3Aj7֫P#`J|f=tx7_q+4,7hD:kqaBEܬ E`lv/fawj^'(BD>G<; glod6íUݱIXZdOh]>74x̵ 5orTW~뛡1*GYnYI3R(.kN$>ErVdEm|QsD#)@t~Ÿ`"ryǖ~zE_K$ AN=@z\_ˏG`j؍/L.Y2=˿~xqg7Fm.$SIǼ'[_2@UW ԁ/.AQ~X(S~r|yihtDdiI,, -Fwt6[򨼔WSV5TqXO'۷AkiY36+b1ȦA 'Іk)́\ϫ-V[lf(*L-8a4´xl Q}_ѝ'.%?yH/0llh@# Y:tzGI7D.^ ϑIS[/׫tnS(1Td_WMYQot?\]pvG3k-D<#E ݔ:#_'C>|C,$tSAt vSQl ww_[݌^@Z\Z0 bsccC=&2S[˳he2mVVw=" )ڋ8Z4|5K `W\3BZ"=\ɶ(\^YUmI餕XxlBSQGh>.Tw_7<Dn{6.iνDt#G#Fzz׼CV#z4~PUYelAɅ4$Sq%N=*1Iw:/-AnhTvO\}ԙ aln}Š$h ۓaXƉc-,%u\,D9YҿNl}͵ʗ`i:ܭ侮e<'TWU mYDe,m PC eNH0Xt=ߘOQTzt./;LdUcz^EL_⮷MӮ2M5Wӂ]:S9pQLȡWdb΢(aV$;Ajڧ۲9|;FeT?qF9\eM,g; ޺)ʙEPg㘯liNtdydU0&ۅ%{|E7j W_y9L7q q=ߊfJ͔v1(?wDٴnE@36\ZGlm[0@MWjp_/r},f95}$;ʰZ9?LeݭT:װ1"XiҰ7#"{&GC9; `D*`ի r}VU&d!|' 8` ;+ѥgW aـ?S3%xr MBBl]"烬3c`#s,WRqoC'ו0iZ]~3 TD)xKu]SݵeYK8r\nQ RB{]t }X2hL]H/;ΙZϞĄsT=A'yᭌ[ɲI-_? %gFL^ՉsUE\br섊8i ,bZ宯)eb0gl[22y>{կS?MڐCNR`kh?AxF<[2AIXKgqw?@GK .`g-EߓI$ZX#V9Egj|H>旿_PSnc_6<#alDGؙ/&{05 Q%9`Ja@/cb1'[ބ]h|9QC;yS$P[!߁]>Ԭu$\9$u A|Uje3S$jJz&˜@TgF(G Ly7fr($>!u/L"E=N\,y49o4MCw3jGzqsK<tM#FZAfָN aרXᡠ7tTN׉1k>SrdSM.)8#*~9VDg>y9wgv Z^jz\W!YG>l<݆YY7;Anzd I7_Ǿ&169)pGʌ; ԣVm®/Ӵvq[5?ubu)H]l^C}~QZ#M{PmiJĴ-|? vWsFI- QuXT\hfs+HNPhZr9 fJɥ}zlHb(QKC#5Dl\b3\O"Kv9Hº𾭵^#j[O dҩ ęoaZyBq/['#$qq7t<]84u ;Rd~۹yDX; #y٩`7f38F=cьHW-IMx:QF&v, f{o`'|VҮE2i bvu2#EpN $QҘw.XB1Q c@.sZ}Xޡ?1 ^{-k4h`4uśKJxրkE8uj5lF!\Εm ɽ8*[ muB_s-ߓ*l>(}}67d׹DEL-,o7jQVT<^RFP[\W/rGtll*bGB΅,EwbSVvj;u⁰ C5R靂^P&tKfgo,A 1Z(J&9po#†ϹXUے>@r)r= vح8쇊0oAv*Ar摇P?O[Rۦ6wmqOI > FȬ;OWWnͺrzA@洽- Xf-yt2N%vLIF`0سJ!ÖJ0 g`F<~=k>>hjp,)E#o ȗDߣR*2 ;;Ɨ{3EiR'dZ}f*BF 5hR^&łIf6<: o#]6Tb00&jVUF Im̝ ߰d"sFֺn[M(q97 wnDUIzt*4≚D .LE.P|U7ȅySDNl«zCOn`e ӶpOՅ4Gل>zʇ^%r2x^ީb~rH{V޿jv+ħtݯs%}8dbķIq/ۤ`l; |{\Uє.JPق/N~ @lcLlahs: xp>~D\AF=U?+jƝ036Taqa;Esa"7Ӊu"XEGGɠ!~鹀MsW+3S u} a~Z=yYyy+_[_]zY5H K`WBG!HA*y-});{ܓᐘR|!IG0 fU̝BHk'&#Jҵ姙G^o]p'Fbv\ / L1}3rq 7j_]_ӪA| _NWyKM A" vP'5r.}4WY|syژ9J*o% x UK)! "RNYX 0JjצU+lBΔax; >X 4L6Y߁;'(M6)]V''Ǿk-d\d:Áe#eIOEj ™x[V61)zԨAlV;~ 0<{@g.0e@p9ŔeTLe\l k DF.v+?I׷"sڡ!`&ùӬ53lܬIO_5V%ne"e2fEn䷀56j_ci4uM|o=sG:fP: ԆYmF2ׅ= 9+ߢcxv1%S? ˼?Ѡ4x~6nm75P#{-7DP 9VXLN<+krl4L@)W[{Pun[A3 %sVmKU/נuNCnV'XGi)吙s'50UY_2QerBPL:{L"bL+fO"UlQBްBuj$+6?ܖ?j$cL(%q Vv:z*!<(=Jc||*E(Eia?8 ;8YJE˰֤9;Z/ePjڞGTr4. ;HJ 5xi*jFh -8a.MR+M"8^^~SJ}&5ЦʙC oh?ڏ 6@O:ugh4LjfبM0dBABK;70 5fNUVm TU/d 'Ԏ>TȍFa MWw(LECEF˭2nvqeGS-æ0zW8GQ+­v5Z`)dqn^}P]`ܹ\@#2ڨfjx'(+9:kJRkW6bj\d1v6u_^u1VYgC\4Qa*ܭ7M2rh?~Lj 䐠D)C=+x)2vG)Q,vy^ 5xsn/:i'J8퓵q,og=@Xʐ6)XQU/R=-EW+XUˤQq(<!D\=9xI9}{awGM]Y{3Sr)QGD|jTyjaEv80KT<BNK<0ݳ% i:2wSx~%Sj{ i 5HiWUbku̶*!:P!.Ӟfj"a8ZlIN̟_#;Yࢽ~$(o iZrǬ`DŽ5J&*.$4|P0;hA7\fW/vూq*3g6qzMX@eҸS ,_ctJLb i`O&&} URDB*I:wH;."-%s,HCB NFgFBGQ|Q N ua@H hTȕ13FqsDݔWsj=H\<=$|(^u.W V5x.KQшh#}JrN$0F]2i礅IYϳt' J[v_2$2N R?`3UC%֣Bz2'ikPFk5`|>abR[Fzb#=MGvjCark l+ $$T|8Yɠ܄A v^]MbCPW)kYҟk̩H!ڲnEb'KL<\`4HG(HXrR/ bjZ_ufC"lwW/~29+S0ۏ}*5i/~sKӬ 6/Go:x~qSPNWNd[f;AU XƆs42FYЁ&<[sVİjcL6a- IwKF ƺV]qv_hSeu6H ^cEAO{T N(7+LUgY)7+Hk_cЬ.퇁tZ^KPeum{L1̫ѻp?~UHsg t `O;/1Jy )=PISi+PYRD:(9*bphg sJF{Ndĵˢl,|~,[Kɧ 5"bu0y]BroMoW?@r]S|-ğGL~6f@-̍ ҉mS!@X}Qf򦇣=ZGsV}ua2B'#}&AtUwT Y `[*QEN+!mnLm0d6».( g[t xE~HicEu?ȑlQTa%Q{MkIbDC%?~#$I7pEkj}%@ \I/cXٿ"g=סּVX{7#U Бo*k +v }M̟.ٺOmJaKku߽qߨN~*z@)C87}-"Rvq5hxc2t@YVL w]zZf-;e,̜jvso?N&ȀEoDVgn8Ò[bӹ'Ņ#R01%Sa*Gl d_Z(w>~[+:Ϣ_86HF˞E mU[f/fY)& P_/Q 4~< \,i;ze?Ornkw~elֺUB::05~LT*\T VF(z{$GJT-Q0aQQ`֫㉢w0O/^+tx#ƫyY6] .ȠE^4&7 ?& ~x_Ш>ϑOehZ-FiNS8I(?l@OrD<%/%Im٢=Ҭ\({4௩F%?+m.SN:FUeNZ /*k9ƻjd3 A {c]^o OƜ8f^—"h'8~,D t~Ô}n$?}y eD ymņnoHi>jUB{9ۈAdWjj@48]}]!9a)9|,2@${D^.Xe]}yΔ% ox׫4)) `+ <V+,̏c"nkeR0V^2ږaqR u t^pSQ0 Q?de;R&S`e6* f*Qqt'z|WO*ȠPU-k PlȖpTIpmJ`.uX uȵ"R3_NFO:L˰Lfjb [ [YEv[MK Bx0nVjn@>&>nTd+|RnL;aMwP\sDR!j/;D74ö@:dOȍrEO9%oi>bo"?H _+uZ Ѻz)l#y?| 4@^{Z7ٍ̇̒EIi7zSkaR sD+E%!g|ぷ%Oωb9uu <\9_iy57,@#l5Ma{ Y# @ԙMAHI:X-w,6}ti̓Q3sh.%|AͤE1-PY2II!q}F%-nL6Y6cu|x%HXj!&sNڳ@YTƾEI542K]5~ J8r%.:I|LrZ]YNJuvLm)+PEGϼUbV ';5t2^IFZ]ıY\6FlcJ6b8T>oԋ'@֪ *p<Ѱ|UIiirb4Czm޹|p=$۪P8fiyZy*0,Cw(Yqq} P\b$:ckDfMr[ 2>Ny,珈Z ,CY"[2qIWAٚ]lD[D6Ue_ emm Ű:$WzXL؉,xhV}>,F"_u1>~PZI~*m|W-cBwwᅨ])yim597<"#Us5.og*m_n˨I.pO6.ebEU\\&Z;  Gdi =yҗDC2G};eXΑ|SC#rk#W=}R*jLU<"'JiO2\FZ:k!: *ATP^r ?>B(Ha H1SDkgj'y"*|@8HHAʪzǾ} MEJKwSu+0\w/&+t\ID(|Ji0>u)3f^`}/Lۣt2ZѯсPO+ѳb b(R2A3, LDMbn/_Ks?XEH?¤.o"Ex~i*?]lCd4lDFil +b0cdؘUHe_vm]I#8QŚgL.2I4t?^:us8z4]uh'l1A@`{]D '()*QcAhFo۫'p\ٛ}evGAkfDMQ*{ x^CRw!$M%GPeL6uͷ/0̧|[ 0yۤ2+ 4x2bh t%-}5*+IXj`HvM5 cE4;tTQ8 Z5)K Gs8@-lPP^B`̖*t$b#s`O΁c@o. *Lr٪P=TMm1fd(?"nݢ2Cftw~oϡsr\>`hѣ l9RUedͲ)bbZ>z?Ls~rY\ *}}h}Vbr d3.%sP+!4¸!-bs%ǥL ;ӕ!AϙS+R/_th3%8ƷFB~)UX 9>?P+ K'μuvZ0vkjs<ÄO^[^ʒc1&6C.Xȋ8>T6"ks"`n9H@of7\_Hqbb9ş'&}"oýK 'n)WezZ0j&Ib  K Iw~^z4ѓjCKp!3b\f&f΂(3wh/AbG`bH"h+jR;53eI bĵs\S9%=>UPrOÃx$CIw܅Aㄫ60(G r#|mpXcyv7ɺ_\͟$+ndMqrNv WKQw1سx-MY#N߉ AEw]gI!#WrKK'uVj3Q؛[}b9Ra PiǞ|2DX7v@[W{gsNwD=Q.?ףјlPEf^+'SD[E^^p/Wڶ ,;S&F'W7~  uؒK3> ta o:(K_K wyAX)o0zJNcI<,Q2Syx&{UW-)* 3csQ7kҰ Hҹ026gsyeɚLO:]F/e U4t4nCy &MQ7G~=Ş H߾,%s6@W҉I6 ޖW3~;M%>Naqh\#A'Q,pP8R :=Ez3}Fcq[.!.l'B`/<3=tǪ`7A(W?aZ7R5 :^<3\RXW" x=ȢtϾ$뢁r@^:LqKҗJ<,gsF.ItqͿ'm)n8Q̤Ċ"DTIPY$FxT>o+P2H%eO.v,//Eut1 }ΤpT_|] 8,"Dql59k +xz/$fS#h;9Qt4xjj]&_V/I\ӍW@tu.j rUUQ)4 Bo q &73~y~]vT̳#eQѨ,33 oeFk#MOd~G xO!dbe//;3[ kO:.(Q]5]B/t1bPemDvE ^DU fX,%t &;ۡ:>ِRWBlK/5bJfA4{)* ?t0 Q.GŔ졥-nE+P py$clfօR_V,}3m.k1w"ӈJCXo9*=R$4PD5%$xl܆LIJ_'4ec)ICLAUƅ & Lniax \ptn}b '9sB5/&z>/?k =Tyk9y-7SEg<#Zyhٝo;tΏi(- = ݰ$d YhJ O=z[}Br2-`RG ӢxB/Vʦkztlވ ogi&ش8CvCf]Z#2 B ؠ Z;>sX#9u"!cc[?5BKrBPofvʁ\jUQ;t%E<]>3D:¼Gנ/tH?XV\]ړbɣ&^V>Kp]IkLJW?&X5pelK:8-VyGe-ecjjU^,(P,C@?4XCO8hΦ2c1iBf!5\cP^c gUr2Y} g2+nGScGjuW{$C.5xB6>!c5Ƒl]{mxd펻=joLŌ)?1$(-ZY>Gi: L@k 4ז;ƪKVRh=cT^mq`!3AR;SF'U7IM_,e/9Ąh7Jx3H_U4Zd /#nQn6cg0 霰v٠cx[OE-'-BBQ a Z ( 9.)hqOp˲[=lL^BjRP}}<ѨgBT|AuH(GfJifwN41;ze<r zs>L2vвg2"+iK]6zޗXUrE޴g (mGb[\';MJ@ɑ)pe&( rC ?kDӹ%T5|C2[%?H\;W\`Gرl7xuƠG`x;,4:9«(LN~HbqOd="'bXԷ\lY?zoͣiOCe2974 /eCރ%iib.»4WT*jߣxxD"6 3 Tklf v2{$Ab{~+Y/ %7sˮgp*!Bòv 6ۍCljqۓ05u 0zAZ!S[Bqo"NB Ɗ 0Dx="KWSF|])s6+vKJ#Rq`vDv\5$JK 4* q `YNc5U k:0F_BUcNk-0=Y~ra۱[ -JK؃3 1<pDOl oكV`^u>>BlzrM`Z\E%;d:1BUpfgld ?P-bLx g> ;*;"8KyBg )X"UpjtyN,Qsr]BOC^u%>Wu/б-kN҉5/uW{7Hc߱W`Mkm3@I3 =>z9 0B>^~JAյ, `4Y126O Q 2&U]>vj$5=G^ZI1V9h&[fMQSWP9"%i`1'M(A@fsgRbudOO$ώoohQu*g2)A bd>F#&'XEXq{NgT^H`HUmh u9/"BT) n#sMQH PU8aBk䛠U@U촫E+`-L):Gjj Tば-\ATDrw?9l3}EUC3΃X{(&.VOYۃu) E7kuaPalC>J q;-V&87tk kީHzǿ\R#T|e0-r&Qy,;Jm4sS$ݎ3vV.}OZ>euX$>Z" d'o  ]#C$\c%D'Op6L_8D&M`x+(J'c4םjN׫D÷h'?I`![~>yw:krDîcT>遏 Yk+^ͅ"b][A~fq yfOnK&M-jyf/?~F|N!o2Dg 8"d8B85z b}<0c>jJ$R;>of%:4B+'t]QZ֫e8¤`"q(!%xFP|My/_Uޝ rTA( L>RD%|m#;g++'Xg缄E;4БYz^<r* 88F[{FWwjq]8ټu`B;T>]IG?@lD̷XC)49V ;_|c}fJ|sKi>U(.nHFSQ6z+C Y< Y9k0^pV%$ε$':y~.rhӤ]q6OBeI{Q_xI jfN<FKtn )(ϱeϳǑh&k7Lg\ru;Y0sSfK8 qI:oڑ@ܹ,!; eC<[4VQi=՛Ȥ_hH+T` #I7OI3eiV"` t=Rs>sunI.DT *eR"ZMʘ{ՀO!0D09- ?E'k$'&ߎNFNc1GATl#1Ci(ڠ [badiɻM|>_O9nm@X_ŜقVI+1X|Hhʀ:;6\i]4_<8aT5B+Q;3"lU)CG $g )dm엟A-EZo{{((\Yٙa颼$,W#c4IZk;FV Z |lyv=PaBIׯ(%!"}SƏuQpbqA[B|i!.}W2q! 9 N22+<3xbU '\h)設?GsjIXMeHc}Mj(CĐ%IuH^H^C:_MG& g[^&JHr@t޶Sbm\K^8*4T 4VL/ "ˎ U%)_\Ldl'>1jlae%zxf~y\&`!us D^f'b#W(i4 =ug=KqcaVa );S9:tU""Y4MOGJ\y>vNf,=jᕱ4=2<ۏF`B_rGqq4%@ŽJ[[UZ~*b/$ߦ$E,}2VOQTT`[XT]Dϖ3 I'mQ Nȼ۝|L͡+) -2ӣu=6jWЬ x+jn4 p(*uWRRͅp 6g +rIb~$xq/W6SV5vmgJUoFZ LMI4#xrtT+rE"9y86Vr{3};y:lgd<X&W"!|;r{ Up&8p%:=.% wQ]S1S&.?&5[#Q/ `߄~~fFo +ZUMyŚ7ܩ0S=J^N%wN^tR*ΑJy >vez-cG0㗿kgn5ە1&FM Hms)QfsQuQUKoX6^ydK˕im\E]ZW@ J%:g9+|bPC~vdp̙NV2HD2 = bx"/L UWgC+lfrH8fa\n77uJOu/M 1xGcy8ģ^68[-Oɢo:|` *CeU\Wry+K/fKG |Md]6Y5P19gm=T{BsΞ™K#^S˂iv$`VYl\QlIY7"iMV6!Xrk,o`h:I?ʓޏpO3qwCĕH$].sܩ,AR!X0b}_0R?3/wb|b2ʼh ʞfA㱚d=2J@bngOυ֝ z#冐'KTm|{Z6zӬG6Z g5Db"XS?>VWC/l~9VrHf.;Yy cbxsera?@4uM=*r+1ªE~[R*~.]Ƃ6BfM?25Jґ_IW1<9-;HZIExzyjrBv`XT<ۜ@{^Ղq/ŭ<=9-%iۋ5[/0)(m#,ԉ6oO},Zu00d65Fw&؋g=WL6}ccƻ[:*L40/L`lӲ>K&xǂ螧 uSjr7E*LKΧ6plp:U"_uzmpW ^miΪl =9c_o%)m A)y*|fgʯ4-K'O X):R9 ErBa&rɽ0ąo@ :/W隓Tu]Hxrwi򝯞MkS`)0FIuc~imK3!D?6@ '> M`,:I"0qܴ<6u b:/јٜ0^ϙ ma'4f D)l-@#ZA+Wd$[M/F3QT։7kf)oLUΰ@yc+ҽ{]vm؟ȁ ެVOP*8jA;'?N=dncMʩ8tO0_R+v$ş30ie[5dk" miV4O{[lR<%;e*~ߘQN`_!8tOw-zX8n`í 0."ѵZp>/Out wǗ-Z# xг J}_?]IJ9G7\gT+u:j_T@E[#~^Kcˆk+&gA3>l Ae=q܌ WFR9a-,!J oNg;'ŸTi\.lff"q BD__@3vw9D[tK$r5H;7(+'82S F!َ2Fz>eQiYK3G܆(UE5B3~d. wce:|v Avr xu iuMj[ON}3[puqZi\J8U}pʤ;Ara͸|TR*1JFwE=GLJ%VhvcxZgHRkH@\ȃiaÐVЬ^7>>6Kܞ®\E~i: N% I&UjW PL9&yQ`;S4^s*e(Z/F Ի )Qyl=P&y oHq/#e+T&fsUK@!{8@p#YK = Jǵe?Z2tZc9<ƺLCs&<@]:u_;ow@G*ЭaO}%qЪP dYqF,`}?YKz` C(C_XA*A2֫Ktpfbԗôqmrp {Qv!Uqe ґ :8} ,Ht: ƉPk{ I"3;F5͕/8*j?#],m dlߏhHFSCVtEв6 cJ\ gk`rTSU:鷧z״eGKf=b `l?=LoH4l\a@xОPp PFq JL6%uWJ vv+|/Wq?i6?3xClzo=NZ  5v),įZuML"]A G;ʛwJF˜eք#8!IC.UoilX d݋wV{f>2=}nm<~JI\֐ UHpTrEX4vTDUo_"CuUScb[ Fv[ٻ=`\CZ(D/ɏLsE\0^d_Lm D`]M' FP^NC6:t ? BF5!svu`-Q]FS3n`Y'n Tq(^Im!9~ IDM/J-O0H`2uS1#}m>a(:b2aB!W~H FX ͈nys{- XՄUΩJ'W]">5Rae݇hoiJȤ=. \Jg||}*dS .6M;+i%\)~,d?{džjHqˎE1)٥;==etRYo}/1d;̝ hU θjY2^zL.#DE'<*^.3%zuP#Vq)K4okrEƌ'^ {H4OH˕r,GZJxej]7BעºW-=1[Gfj5PNjIꢗ (B+Y,$m f𖃷 v9ؽ 9|tu#, Z]o y P|*n4-gY][  D@ZIM9Uh,{lBEUjs{4FaRc`WcP/#2p=%Ԋ>lx(<$Uhɕ7Q/cq ->.'6|*JVYpn ᧐'G8њ$чwhbA X (,+, Î.,-Z~Woq,`i"F@=KJ uq;Z}OolJ@ )9AJI7i-?_ϛQfR6j޽߂:BQвBo;n6SU.j1EТ\zH7MLjzVOӋ؋|W7d=4 k쫘+WDVImN(>-z0bzzۘ>LX]Iԃ]V\34̓+]P)"WZ񟯒#ó@p?&5'36;t$jY&MTQ*~;Ԇ!˃QBFdkGXlSu{ETJzW_e3LEw1{U](cph3Q 5e *$D VB̊,| - 1^sixVN \ͮ'[=1?yÓ.pfͷxụz;qBh vL>A]$S?XI N*kȆim7spd$'2Fh=s?9)%5e>g!W:kwݏ&l^d6[#IoLw1#YkIӨRm"^Ҝ]Z?x6îDҲ#P ذ _b׳`n1!lᖍEGwϧ09s?++VznAh،^%8++.;Tt'ڏ:ffBݱao9(iGl(5Q %Hq[1e0f|6|YH5Tf٢&1d"ܨd9qiZgkG-\M4V>:\F'{ b ŴсbQܚ^cMy"'y`-=ജN]*Y(3m2ᒙXҠۊR%W~Pp$.W~#kh-5[] PQ gl(T֩9+@#hsݓ('4K6:U҅+$)ۉRm`?wEm ,'8tyjn] #<\9JkO0V1 , r.vmc\k5/wJj+c^IhIJZE$%yQpl(2qhҍ$Up-DrM g>+_^4 K ShP Sz&N|ޫ|ҽ9EP69ϧ.!40B] B`-UT_[h  ک)*Fш#@ ʈ`^ih^rg 3 h*<ӄxrTu3ApZVdhħn,\c\_OT&/J:\TΎJz'nhxq }-yY"Gm(dZX&x0YW5QQ XQL,9M.qH =(m9?-2 z\c8S2jK>~}s8O >$ bNטI܃Ԁ|#>DpdM?vMUBNJpV_Q0ƋdOE˚}ЙWU\N> Dd]O((.Ӑz`M5.i7t|Wx/o( By c([Fl^Ž%_B#3ʁN$r ky/mw$e r_r*ow/H/"+F>cFZR-KfȽs E+~3Hqi6vrɞ\d|U /5bNE=hKtp_f9Yˆ8 C <awtЩ,3(Uڦ6 |X;Lt,E̔YFa¶ieY16kpHӢAGUFQUJgfG,l=.t}-z٧ďֲE~i<usGN!>>N*:#m#; cP9ੲ'y[aM]1_.aӯlj \Z!׈jaCaƐ u7IQ@ b1Vzd'[TXŪP^ϟxQe{#{5]ҽkodZ1P ˤ;'šwS_Yf규(s`TOJ'ȃ=7I(yܹj&&O%Os.dϪe[jXhs:M\N v@4ۘSƊJ'KgYgm%|n"Jq|#J1EwLN삛jT3x_QLiY"6cded+-3E&f)Ln ̇g%#@{N "hˮc \;QhM@;j(ML!7 Y_vqFX"NMAzNaN7>46HTb8|NZEpLxoY2R*AitVT{,ٻrgE,FY-~<9"#mvpa1jV螄F9YkHOKy[&!lYƄrc}<1w( ـOp8Bg)HϡpN5|Jre}gJG}[ͦߟ#/9O;9ӨjHQ7g *4[z12Y}Q׿}/QKGbK>c\]endBZ;k^ntzuftbs9 HV-H 1_.=7G%ji4bRɜtH*%6D PQ|aa$lJ9Z>V% 2Mrqǚ-aXe'@_a[NͲxQȄ.+-!I2iBU\S]57f,hĮš iž ]i಍i"bAL\꘳ x~ !>=ڎS]Y+G5\l͙ݙAQѾ''3A|`^mPL0 Ypd3Ƞ1QH_Qp\:-I)`n໶umvqt|LY`]%⫿6tlsuŊ fM 6<@9L3醨Wu,qL9L\s~g7@/C|,}W̓zu£,U.,Js;m.FjM!wʃk|j%dR8)x+vHYVK]՛G@3[+KjN(}p`_Z=[+nX df ^'-h9K3`iGAOוMϾחi3UŢ3E44&y"2{i1^ & H`m)@/:r}д|1fbxc;pOo|9cNh 7OAfV3 ?s;%}1R&k Th>sl fbN^0(7]6a4R6%92/J(d`$ߚl{}=N̥cB'VKE1lƻxd4JgDܟk2z w( L³ x#~bBU[K x0Tl pҜW } z=2+A}?m+d~'>桛"z/m}Y<`WF[2x}Š[ۺY̾)Vfvi 2# ȰdY_lk\K)bW=tptX;ze< gP{VrGC oirtPSycP!㜠vB:e5ؘ{Z6R(l]kw-#cT+vUTt K8,gQXWOv5F/*,s`}nX} T㎄QaeU7LcEj}Jl^=og] 1cU⸅.8PmRNWP~;ttc嵗iNǂ'Dr@eW^-I{|.Dm kFm,(E(*_#Kݯ~x*\Vdh(m=Xdp̪o;znȺA`B,d3llfX9]Է &mFld,tE;"#LzH5θu/ܕS=%ѧ+I|KħčLff _){MuYRעqppCa[*7dBs Z4x*?Bx#/܂Cg K7|I3vQ1j_kMN없Y 0C@ hp]KPqC5MB ś2}^{MĖ7~pipO~ RwzNĒJríG~U'a',@HL4 &BāAd:|Pq⏫]t,tLż 31kZչ&o}R1[Cæfs6E;;R f8Q  fPZjsƶV2Gn&_R02Ĉj;kco_o{svnfU̙~cdfpMYƣ[mP!O)a%o2%,96vphm}⠼ ¡|r޸3As_ڟJK`Xu;I\ /+<<$;$W }ބjL$:}"F++еNbeF1$__# cC~ĿH H0Ţ:_XM:%1 ~}k~٘HpDwLbsK Uڀ܁xTY~bbpFT xq2hZ?k T+wy9TqvD2t<\P|47/%׳|E` ,%Kr8ps.Jx?J~bZǜ|o5Gs4T,ȶhp$Jd8sCa0c8vI.*eΧCQդ_ ~uZԲX?f&0s .L Wtؕu%~}7P wc,x=D8RfLbGh$!KH>||n*b;9˚RLI3?̳ b$Bg,v!Ws~HߡlΤ"##jU_(uI:;p ǩI!,*mي>FhA`cҹu;%DS&{amPߵbP堀>47V^0NTdvma%_a}2ei0gs-\nJ7.LKBښ( AbB"itSՐ!4/8J)k!˱Hvb7 Pp/Y\68TΨ 0vHtQ4]%|JC(o [Xit 6ӫuлBN&ӍT"V,7ΟVePkn.7, qzwAژ@) 'I/WHHI_G [-K$wJ(+;s.nD5l]{$HK]}-eZ!㡘'̊tw2edJPqb; }hI) ,a8n\thM$Dby/I=Ӕ,RgTB:b+,j1{x:>&)^ʩn%z$AsxF'(ܘ{oLncQ~V |߻ڞ)3ښ:+؂co)ƎOwJGa}:*q\YYÕa+ݰ)tX^c Cr{“g SƝG1$e/(Q,) 95ѩ`YC uh{rQYيXK u9pmu_P;_Vd5MDaMpܸo^z8۶jmrq:FR -jsl:"+xDqA?N'f (Wf? 4w?;DG$z,,o:h9[$I Bcʪu^X__\}M' h Ҁ5 ">RRR\RO/R`Wbb˯%l땐oMC+ϕ-J>>NHT۩ɍ_ ^jCMJǫAvXCy- XQܦyj6xZ*_%vPݳ"@|%gc-ZNF ?2KIvCcC )IE{JHIN'y.vP͕h#_vSTNVrYv`BnZg(+p20l5ץ(qɷ-MI q_Χ-K,m?9ze8.lXH)gdKi&`M4QRq)/S1J̶焖00ߨwhg) Fqlrf.0\nFBruv5R0> \ ⃖qQ:M%h[\"p_cZc ǐD|h] ھc#o ?<'!vKCriFp]azL,"diͰ fNyTɟdV7u&=HnMэħ*yUQnuC\/YX^AO$ JR5еӰXg(а"'Yb8+d= u_75(?\z^ Rdl\9\Ya6g6]naˆ衱Ja?oYY˵Tsu5$k8 ;*M4yY/[ͳvYճ 015_K,ZFyXhŭ]1'hS5f!X,0uL7u2̐>sЗ\@^ھDwJ mx@.b.6,j-VrNJoz#4:U"`95#w3EGo]̧8h\٨%ٜjupn(h <E4-=BV[r0 $O?Kij~PA[I!pzd NvfSߦByAMyӹzɭxG\n̲lE2b׭kx^_R|(^79A|!/7r h<,jʡի)j啦\؉v_XMx!4)d"W:y ƾC&bR ɿoYTаتr-q+!XNS\֗?Eb'2y\(qչ MLHgda=Q[| Eq@W!‰ $N$飵Ӊ$ٓEiܚ:$]g5dn%J#;+/$h2P3_OR wkR1Ha 4NܨmZm|_Q?h+`⡸kz }Ā+a+bOH d S[#5*wtZ΅ϊ$1V ~]Wc1VT%'%c 2́k6oQ\:^e!@t$rYWiv+ sJE *4T`[ `)ź??GO E9iaLQЂ!Zs<,I-.܊jw%aꔹ*=,c|(@10/T @,B~z ?%v,)%/*e U.|Am3zf%uevw-.AN Vu݈=:kc[Zos zG`vx'C/ZH٣;&>99><QHe($Tr^pqXKtHoN`aL0!d{K[ pr6䱔/l-Egd:}U~ Pq- :64G w3`,t2,Kr*Di{5}}l7yJ Y7D[Zm ] oSK/٘8WI.?a܃hķ,atP T@@r&yQ_#['ϣL)o@P' k*4`pu`>6yQ9Dq|g_mE;7:́}ĖmΒp J$0rpkRCo;Ȑ+`EL, ?GHXtq|$|NîPf?9PF}8\8D6 y՛g&2&W0igRFEɨfU#jUcV8Wgq#wDbX>ϦmSQcYΛm`J QW];mbu9\t=JgLpd@c_m* i`nQstɪJLDмH@G*"!Y_a>aZ z!7p+k/qZ5qgZDYb8(Yu䔍h}!ڊ/lyt[R^Iv 'afz|#u-7!"s Nj YGZ  ^kUTV?uCZhI3r6d}K]קJ)N*Gs=LͫX@I nsECvh}D3lsb6fu0]?uÍFzy@`YGEyI. 3Zq:r ttxa8ՇcLVTMV5ᎣVz[ÅL1֛jĿo jRac&iR N@}vtC-DED漗e S"Ϻ9}r ݧJE=p#xmb\d8|9;"@EgW .[X.-#ϔ4;'~9XH?\cHF=9i&Aßm_ 2#V-ڲC4R :M?qldyYASOfv١.c=W] Z{"J#ܵ~yVKnpCmHG 0]-"PF_^ y IBLWZ?01zqb6 sSgnc8WIT}0Cz+q`3P\k&VpG+p0\,F00@2j=6^1eH'l"WܟS9p]0r$b ߫ >MhT_n6^.\b4W6瑂׀[V-c?~n@'s՚'{ΖfG}FD{CcKN$&^%”i( k0}Ł4#/Z\M].lHQv Gsύw{)0ucAG1$umNB#xcHs{/A:gisEIVgИ?V w!tCI[|;| pݢf Dдn*9MK#2_!5+ d _&zJ"94+u¢2’Ёp Y$c.S4gV}d3#1cE׷~w? Ű|a<(+~q$; " 2 0rQ|8 z,6KpވOϑ8vj@mPmU0Q֭+g`KVX^ a׳;ݥb Ul"c6ɪeW҈_ރQ OuK Tk$II+څU)M͸||&ȴIvG!BEtϞ$zT3 /($<4hM.&9? v t{P >uu"uLo9-߆ۄ~yi!EJD`eݫCɔ?(D3_ijUfY919͆@+NHB(԰( oք wA$ tLhw(Ȗ+eeb6կId54l l۴nC5(Drt}oxCTe燝- $]5}iKPEj%O [xz )㣎Hy56EC\AHY~fbb׭YL+(wpB 7sޤ&.eo 5GMx) & uʨ`'u(JA9{z)]/Q v ],jnJl@zDtkϲc f0+ۃbc)>R~D1ϰOYZqHY$j>,8 |mQumUȐψYW; 1;(؇D.:õӡ C/r_,RO)m=ĝWx`]|d [ӫq2wӲo禛`h𼂯 ]&EGN P zd9o/bRVHsWΡ}FN!]{y݉-Uս-vur!1 |N0邀IZ|'#;(}|:SI9ƙ~ MpLcggwTfB'-nEKȉO;2B0VN:кaXyXy7D~x2RŪL[Z:Oed7Z!4-f |`bIYtm)0|ժq}ԝvӞ G@e_JN 'SmbQrB#ǟϸwu}8Qx@ Y"ɂB8WD>kSN\1\(nc|M@'0ؑ I[l"n3%O V'5׈$f% L'T_āg?H> \gtHL?I931CZLe\<<':t˰7+QEr ?&N;h{VO.6P¸a'#X?|B,do}?JL*H7 ګRW9C\m5n_ )K$έB3*0+r@S ȀB&s Rbx [Ci!Fojbv&JT;y2S7AUńu !)iAoakͿgnr2>/AGY˟i'fajcN[Җ^Ӟ,/vb*gla⮩#~@q$/ሳĽ]]|uM-FeYL(@6Ue4~6\QHRkZ>@Y}KdɊ]Bbynk?=nAuT/0H!^WvS$7I>F aD(9{ "[ \ Å@h&8`y7 `}GDEdk8!{RNPq_+7wFq39GՕ4~m/T]g6{P0(F ~*km+Ai3x{,bj/1 ]␍V0@zT7nw~/~a*ѮRLYy%Lg3 ""3c8\ z|/,6茩"{Znm3tW]SԜqgJܶ dc2b)8zDɢ B mKp,[4@a2NHٍ+5 |#'k_uXxlcմ[Bc»)5= p8dwKM O6DH k%9'IRG=^ rc"H "xZCJ`oΧwdh-N/E)ܲCv&VYCQule_|j[M)ՆfmZ=w:9ᅵzv#0T MdlٻA(`Z<.r)m0ـ{497W|H?N$fc#n_X=ÉyJc0b9 ͒\i=2d]^; o4`-,έ]zgڭ+*X%.SLy(dWėL82b/Њ?PDf4M `-R53U%=);ĻFU 52iWJ̃aJgc@(dyD"?7a7kV֥@ǂ7G~=L7ʺ)(aT$B2g]Ǥ 8j>qR1wHj-vNaIä.=\7[o@rq+͜Ix]MtzmV(^:#Y7ZTq&=j߯Ϧi2KFqܽ "`&փif;D7~I~Z<,V\$1+}>ɍn@l ,' Sbf @s\i)xZTケe ^7lCt_|!txEc8[)t)BgAJE9OBzÅf'!WV OeGu;$Np`doq~WN"AˁCO _yS5^p':ϭԈth,DPZ]cMHZqr` dm LsOLI_fHF, /YI tM$S"-u7Ao! rfe(˧k=lSo<b;'K.IX qf]`tU >s@d]m|bhˬD% }L.'̔IܮaH:K<}.j'c}X D\5–h/of`%(&15BQ/$廛F傶f~F׬ʿ"V{-YK] ?Xys.τJzO%ɢDpȤꙘP 8 }|~}T.ن=(o"sS9c,geLR:FKy :.^cKJDSW9b5I9q7j[_SlzRaW3ϖ$"Y".:&Y^6.V|R*)Vߒ2>ˀb]*5I/6!U1?ok[b&:'`~t]4O貈]O4z:InɰWE>H )=z 1qcA݈>uzWrZ<ܺ >L#^;Q" If|GMMo>UE;rD0&&ï RD\8c5DO\z|9-u *Ɛbn/6Hچ鰮vF:a9el&سx v 36jڟ3"q@fen?e4KU~6k]] xkd;_,mP_Э=b<KqQ8&OGDVHU)!Բ0gs`D'/}:"jj͌F*_'tUedqWe(L%mQy}a-~lb dwC'P=kuzzSq9G ztq@ fիc^S= ٨3۩gF(߲NIm QS#֣(h2Zߐ?Gџl.vl]RiGtOhL 1 ۑJ< jhQ7Y@Xi$J̪,ZM^L운g ײi8ӳcGwK_(di#ka- }\7PDرx+hGbnf 7Q&alAi2.o\ƌYV;md/<, gtV+Mz%1&C@}tD|O]Is = UUJ$wMvɍ{`q-\7e52ZKޜ|kY^zΙb~pT&}i8_Ma1ӍExu&ɧ!V*̤B[쏡~{(ui3NU]z~>&H/O%-[Z\²ryK6&ucx~2*Q (~Db\f"/hX"07* k'xPق kegfXعܐ8w<>0_)!t,%0.${VB}[SO۠EG[d5"C*)K3εWlu_ {O$2]~/,Do5ZF*U`Ws`lU.݆lv6yezr>'bI#k{ # {5 8.";y0$2#>`4+Ye"';}O*j- 'H PJ|&e-;SˏlZ"_@'ˎ|i7]{X?}C[Y6Stl4 "hAs. bP/+_$>]} I Z19dJ wF< !mV䁻xZ>k})9Np@c`/H~Da4Etpd|$稡NÙsaJXأc}txf-fcf_Jhrq  T3@V?'j06Tf,?i()KζTFYPOӎ䕵bxTxZpCMcu[Ӳ*gݶ,E';qtp QVBzK]MƋ5|q9$:M=G͂MtY5-Le+^”b,(/c]h';zE DFq?;ݨA#]>,w_xp>QigCv$iar9C;*t*SL'ȉQ8_'0]^L%Xr38 o6>Q σ9A@վY<ÄFX/L՗b7lU$۱t>A\Da,UhMTbחe&u#iA@R7u[c1",mO?6 |+EXqaʞnY*ԷFjzʬNf&4.תFus?{$;b=}0Mn ^ؘ"0Ҿd4??)M樂  Vv )!_і ˆ \zzlR˰=JRi*2[Mzk 3j<ϼsu؈+8iB'K^!%v::̼j"3Xɭ!v{(ܔUQ@l Ǵ;w:SzkO@U!)1 ;A(txw6|otlD>20-#y؄kw ʁm1X)azFg.EƈVJS"A7xEoP((L 68?xoVd١6:D8>HHv2WnZ%d /3~˦]UK+;dwHZdTMPdP进 =(JB@!450hyهϼh>*k&VW7(&Ye@`8Mj(Hvf"zp*[cqDqn=ӭ wR,d`oIY9Wpƀ5J . D9yL ޔC tƤ8:lJ=( 0Oy/跜`Sj ɓz" )I²=%΍JG`@"vO':P5h_9"&SZ5GizJ{>ǔw忨|l}׉A*PZS8X[劏_%s]ɇ~bujߍ]c>,-%n{s6Pcth}Ɉ@nPIQnoיZo+K SҊX[Wq2Z#>p>1תs'Nȟ. )3CS($p٨Tr1>iR۵0qt\T*k&|-%vg6Wݜ{:Uh :,eC}[<*S& m'jV@_we'˨VHv6hQԯjMQέb*#(:DQ[4Ko3#s.Q2J^ek^5{^3(CZj+:N8Hw~PH>@=A]HcMh3X}YIEpt%9u,&3d)AN>;R]X@&3uˈˮ,Skԩw\՜gdNYL!y**%:N9pwQ9c&u!jnj:!_ebr&L., F~9BlHw!PQ|7BA%{t3FMWYB(9BۿUbK "Y qz%AF6٪$̧ڎ_kH4z,Wc[_+[JJں0p0N:Vק1vKaɠc=ϨU8 pѰA G7C7]gh5d[Nz3k#`\T>>4_q) g:ٷv|Cl7 U_s,ʘlDN?N|?TwFoB-wmh\7MJ#oE7=h}0=}1ہH@/\|RAPw1iw0;} /eH6 d7{C2,@g&Ro!@&ׂhfZ?qJy!+]kiaS{H;X. [͋P]P"X](Ŀ~x?ߙH ^ӅW/F&oКSNyDs} NTgrM)6BEm&wu naOtTQ^ٟy>f$b I>!.+TgQ9D#Fr4d;pvBqzZBܯ'snd. ׼M KT& xmЙq]tFÀ8 !*s%$-GԨ Ŋ!Z׋ȩ }LZVo>\g=6踽jNa.✁%^xB0B<`F.cy^vcԿ;4g ɀҰ71=% $硴P ā1j;U0X+ uuWEHFXeܪpHZ2C<ҩ~~^~z@(GrWnk<Ps«r%@=^}e_G(쪦O!9! G4WE||ӭY'qrڥ:&BjrrC{[R1RS]zdNˤ&^hn|ջюgyg>#p^kf܆_8-W%: B6߳[dY(KZyӌ'`ScHS'M 6Ɨ cݗNs]]ʼnJkˍq2jU:в}7UՑPzã"9?-. \+7 ]_F'Sɝ('\4+|`_~wA5Zp wO S4_=Xhyd'⧸b2&/bkƓV1#HI@AX@Xh.-> UEhIX,tD1R//-89{S]pzl=- T;3@h sw54*1\tz՗PWOn:? ЌAk=߫j 0 ZFJM֧|:*No sH C!u Ec|tv.9]?RhpR6z[ :>xGe3gV'oH)@)(.m&=9̝L9[_pehäwzwl̮x`{;|ǹ`zed dE*N +!`ȗ7 rk݊+Nkoʊ\l.+)y( nj<@ZE5|<<H;F+h~ pȠJ'8\h>ȗD!Tګ4n#!T_ꈪTtlr r 9 KMOpfg˅fB,`'2 P2dSyuYhqew3mk>)rc=kd{>͓IG|2~A6mďZ}kt)ٱ EI`}-0*8b#.jFtOR*,E|G hvW'JW R$e9-E[Ss?^t+m.6Ck`X Zvju^«͛Ge dU M[c" Y+]άѧe@:ߖ@N:׀BHbewݶ5ܸ~DŽQLc~'i C猁z[(UgNO3W\B=28V UlP ӂ[4uB`)]錆(o>AFă2P_k$X6V& *< gDd!wGegfBzr M{.=J{IdO ҶCwi[}ʐ:i yݨY +*mqR1YϢin ~K+%[Q3Vphra =j B@B>纺8|^V5{Ȋ>{apG/8ciĕF[ !8fmM Y%xZ؎"-aRTt(2s){@3}y¼Y1}} W?_2Wǵ Nqa Ԥ3}01^rE\q6n" J4Z+Όɶ*'{Qdii; ]3=Il;{:WH0KtNbӮT:CO?+,m^}bPbZN 턪)jPbx5G݄nL>0d%lKK<3MVNmvq0h\tU*0yV5!L$Gn^A%}rnL5 @\ۣT9BYJzLo2] e<ZmKRcaǿ<&4crv :@%,:/5'IgIA/A1X1UwnK'bs]gR/(osaTqժ7-r`{V:o"Apx9\4փ*EK)qn G5K"99X0M_o֦BvLV%Tb@n\n` t0QJ ?BCO%ñ>O0LU7ppyL*Bu ~]tOhS8cesLm'X|:||J͌@>>[xV+iװQMmh޾u&w)`ϭBHbqRF ~ʒ%,3W71 wuMΧ@Wzf0YO6z@2ƟdlKO}vߺLjera5 BxbTW!9wq[9﹤Ƨ"'X($&S |ci{Yab1ЮI,sCLt:W$ =W@K$OSMǃ*SP)J nMzL|?Hٽ%q)_pQiD? EI0HD\Qf?yʌH#"1/NdLҿ1"~ ta\Lom9 珅AUSbO-22jA}ovj+R,M |eԾH{5VKQ5A \qJ֯cS tTs!61ܦgY:T_ Ƈz$* 34Eu0 E3>^Ok[Moi]lm89\!`R&r,a^˘zM)+[ܑCӓf6b֯NnCND:kց)(Ε,X`l1J/$"ϧ_>m,gt* ٢@&c^|x eTcGDƴ jʫI_I!@37#8zVok(WBm!(wjXj-mWT xhޔ2&{R{jtTŠz{|5[ muq$Zn 9o;m28Pb'F.c3Sx_!ʮu5tc0Ւ؂>/*=1N$5͢X9s3>؞3T3Nwv{,_'qdNa==-^cURG&ɨiHQ+j Vx8h>Ze L݊NqXuOdC\FûpݒQY+#Tqʽ5]$_ya:? f~uȏ9ZtYt D9wKLaC* ])X`_  (C ݢPrb 3Ez9$Wk:)VA``L[Q@Õo%1K;|&)Mq+2B[ /bY2%*ĬFA?&}aoRvT?䜊Pձ尰AU$-aE!TIbٽD0y'{gU{aq^O{ ;AAMUOhҥL%c皖q=V +3 [TgoљQ6ͼ6+#sp\5q=&;8THT@K#|tÒPE%\TOqgPT@A*Efʠ]FDj]ar&wM[4 U-Uir011V!KrŢ<1boYCA<Zn,dW%-{yJSW8r#}Ikѐ9ySN*IǥHZXvMIt_CI+p:ȽmiT[J|oJO!/ev[rdž|NUk<]x9fƒLv)U} gءU|Gx">LJ=_.-gc|C<-|-J{HPKN}B/d=B6 /HosʌD;T&`n]+K^~Z8(MgrT\žr@CIpAI=u'Js,#OŒ' ZB5O(m13H]P Q~nL[{rʿՍjW!x8 ؘ a|`$Z|̟v,lاУMZ `l@E\/g +(Gi`;{3%FRkȆ2 #B'ǀ&did+LS8 ?c?٣=kBhO= CbR AR-;$jw;q::)dpüKAF5LcqMDΔGsj%fu-tL&N!jpfc`u}_ ℡&]e5RLiyRS~~i~߮R6#hY fO1N.B"u(XO&gV&Hb#)|I@΋E{{QoMQTGa{eG=tdBG^Ǎ# |RjT)t./E9yF3պӧ=1] n1réc0!0< X*Ca~J!ioz3ʄ 79hڎ ~J!⿅-z)l_N)Gr)A7Srĕ4\ &f#) c+0W8<:PfRU /J6L@u~ZoO4z5|pi<[2:n(1:wK[s9%ׅ7T3tCcTՑH$ b3z٤|[|Fx(h0 $vv9=K.:\.LF2gB=57HR|ΫDe1C?&/@ET& кD᠉L2%[$'ZAL3YR w:A/s2 ^"?q,ɬWh/my"rs]5Ӧi :s{`b!d|CO G/UU=y( szX!!!>]p8ۖe\*"sp;]pyU"EnE6^:cau(a("PS:/(xhG ɎYhaFTRUr L:Q: +h[h{ ʮx2b5" yWS5F2Ms !ҷqZjc"/S :*Kߢk}7o`^ 8,ګ'p/qRC(r@W@P# y$zfTDel|И6BaYI#Eףs\i _xJiN3iαz9%\&`~m2"f {mp^E&mO# +U:?B\?GN;nstep𦩻LMP*vRG!rK;1E,ufU>'B+'k^[oΪM"msk,zK.po~ zfj@IMRhk.IDkc!L3J5x \6z+ow- SH%2#=Ǝ[l{r@-"r5}@9Mf~,Ms{KFLt-hd7l*1zN~t70Mf.b޺sEY%V) Dƌ+bޯ] -SG[!2WQA*ZSΑD)20~/43ˁo&縵&R/j1 [oڬG10N|X6(H;u wP} K}}T,٨'M8g&\AYjMwG.ow[R|\!` 2qDq/9&>+49}>WTM*Z K͒:`bj%;4ް5wP[ (pC!Oj<䣧d(&3{kx+P PDAiV(W}jVTa<'20D]KzxKCG)G:>09seiRfs1!A&gr#TJ{@Թ E7 e"X-^ {n?hVZiS:*۔H+%`reZFڜ (X 6Bȭ6 lVpH**oJܹ1=1q1iO6W3cJDg80yl .L_qdΛ$3hZ0e[Rt K}"Y=0⥫M1$) a ?yb8N1 ״z1^ֱJH28I qY5 N}B T`YbNWɷ.3'^9Κ$D<ɚem]ʾ^T&J8Q ͚mN0qUk2GG}aOB#8x-$\0矏й~ $5 *qP8i"$BŨ*Z0* ˒C &7Jb&ޣ j0cwঈZ( Yl'oUz!!S_eOu=p.# ?4)|Pil&4Jiz&>\% Gxj[Sqs| / XM .^爬$uIYRctʾ4#΀No\&+,)C؛֝_F3K+ To?+#zdر[?SF.v/ 8g'~5 jԦxSLy~Yϸ)/:$DIGcS6_ %7Ϸ<3dl.= $-+w#J@yߎT9!3Ϋl\;ڦ l`^o~^ rSyS0,:0nT ~qL.HХ-WTmvez)yI&d ivlR Qj2鵗m"#pB1A_m3{c E -%3KVoF}]+5d-.9'fj\dIWE#?-I\ ҕlYmaWUF? hw+YPZi lY'.F!q70{<zۑJz-LWl{'L/e)K >7u'  #}F^$,]DapTѱt$Wj ԰czϠ"Hzg-*IizP5Ѓ*>N5I]dH0ԍM$w^sbffz}D *FVH6 fC Z8ɯY ud" S)ِ넩}Nz Թ.5ޒ⢯iqMLbNw8e>/)J=Pu2Nd`Ac2Y U*&^GO]^}+^ҔMu=`>͝ߛI7xM6|΀\t Tqm5xk/ WO,L3+~3uG ;u=*Rֺ+Cf;go0\+%gԎ.e.@kG@8pQ\Y{Feu>]wͨJC'c u < Izj!NroW EΌZ*,by *VPͽ'R5)C"&$0zڶ鬵rI2)win,Ŝqr3JS2%{]lrȡ6ȼHGαmXi5Z2ZJY8ҐU:uv4d'r7ϘF. ;H~NELIqMs,Wĩ v+ ȿ|ptD1g#ɶNc |'c%CidR$Z%6ea}у۷ Id0Fތ3V!T'G>賋u<4={DDp#̴sxR݋d+\%!8Bzgap_9PYRxAޮPVY!AI1JQ%qeϦi!UɟH?ɥ^`ގwȴ վWTȽ9rCA.CnX ;:C-Nۦ,ΑT_}dpNPaJ@s,rZc,M~IS?O^, +wt[fiv& b/4inf(ݔ,ըF4+V#[BNTb5ftm:kat6Rmqakk};rvFI_}l՞ds00͡W<F'f矎2lVaKh-o}-1kYbf]u'm/A6+Uѩyd{.R#y{)f%(=;(Y2<\xV7vh_xxĘ(.x =#kX "_V Ѥc@aX<At?0YҼ&}]Tʮv,RJbVe}̜iĚ7  "\( H{>xS1{B!2p˜YQ#kd洨Pyklѣȑ4 :+6ҹ $44CI,Έz%\qRwmx.r'!ۍ66e 5FjŏVV'e"v&Q wKZb ɊAh7°3O£H Q =~0?oq3mшTINDmV9M5Fo` u:5*rlI .w07YK+dV]jS f`5LI/DP,]*7l-{ٻ,4e1 ] z3o;.{>] j_ca[wtN*O DJ`}~! qim^#KBƎ~15Zj<2z?x0܄ 3K+mަA999nE|dsz:`4d!!2UU Xaݪn:gAe7(5δE %{y9Bd1OCcixVJ: eLi&Q?q|tI,q}'loW7蚕tXK]Xۤ(>;z`c!ugx!ag{RҀdp/wY*YR }Y3#/`gBz-gʹ*WHZ|/r&7s x?b421;L&i;z/vce`c(,07 FGʇ(\KɍK92lq_";Qte 3 ,~X~5WD)wXP 1W1鯖A"2 1hۉ y+sc7*w"(%qKo"B InUGts| d[бsǦ9idy=gɫvgC?IV}|9zP_z&&o푆``{cJ* 4f,X,@*q%_p;cD 2ovGC{MfvUMl*6z/זT5VKG*MM-S߾<k{4a{&v<^8|ԑ A%3`WY) l 76 LiuvY?/ -cVu JNӊ֑P*}Tne9=ȥsp'7_o$~/`C*,O=w1*{M2lXͤhvlRm nG~Br aHC<ʅZNCD]G& ARa3J,Ow?)6E>rV tU2TWA#p)@T|[ʩ__?T ŨGFA$Z:A;*SZ6EQ<B Yt^e|bze";A ޫKsHrÞ.W}AE8 fkm[Vjne->iI\'{6qb{YR Ʉ4 '>Dwm(F$ips7Kx MAi'V=d `K\hP22#ݣĢL1@@d9FB '14'kM?*ꉟeusWф]2tV6g|t CTajI]PAʟ%VQɥrNk\FcԶiD\#ɡ?)4t\wgJurv9yk$!h@7l3m{1 ?2kR ˶ѪR`6@Vu=:OpGz=tK7uX/Ǿֆ-u?0?>]% (,IyqE$KmFZjo{Xs3 O¨me¡t;K q nlr^<%D.Gֺ~j,k3 =Z)ܠtm V V0D0fSѾةpbo?a+)`H7]"wCAĪSVҾUgMۊk"@rnJʘ@;D7 oۦKo`ڧ0[)^-i}PX\Ƿ D: 1 G y\ojYc/~- }=]AG!I>b (a mյPI &vz eTTh22Ažh )ݍ)+~?0rM @imr*CWL0i,E )JVbEZ]I?5/& i2sM|eFC)zҒ۳rDS35gTƍ"?x3|lĹ(_.P94v aT yCTy3!E_Ah7AU}ef]I% J<WslO]#, ݦM /^> ,t^4:|jv !VJ86c]7s)@ѓc}.P\FGj}92":(S:k#u$c1גժ{4=Uߌķx "펢c0h 2. /[YLl%וW.\NZ$Uԋ`轚1s<8E !b| zbZ؈@̮GᎤYxo0R);hʬ%q!~fL=%'Zs*װoBzQOWZ@z֩lٞQO?G`a0\~mɊR)C1̓X5){b (io(7Q1zc{"2g7C|:EMLJf)vY+цIl !6DL'% }kT$ȩuIR!qB+!ƌ+3v 4+-=y3nwc1Tda7S}t;`KPPGjH^m81l=hKIQ?d*dpqێN=#gxF.:ܽAx'AVz8@0]keSʉ-|-d1mT,r L98t>y'6g9i鄽~Mw(Xnr-|3Q>( 9M) k) ".p~~6}wɻOv;4Ɣ1Ncv1ÒƢv5sZhۨĶӭ_]Ve ^qso Tp6ccQּI8FŊveoR]uc -#\nc-N/d g؁~u4X HB4M=!U!$4ۣJ=b >5_ DSǯoJ_siJfB"n tPgOB,iĂohj l}#(>)B>[S[Ӧ_qC'ΣGgIk8ѩ,_*-|Ցpu`"QQUeTp(vWIɹ.2HFܲ;(W`*Ct6R[eRFIz]Koqw ADKqlY12!.*\"* aT^Kcntq!!K r.*|2hb?߳ 5,9UZ2,ɒQ+#x(*P6l:i(#x уU2r<|2p?1Tα,Lxn>&&UIoQ5[A8^:&UB8_}s%3Z)T^heVi#C]&UL{'m [Io)(_FkPz-2E;iHR (6'PU3l"!Yau}ǰ^A!h^ ӦsSk:1 #I_?; ǖL!U=2K$Y#Z,`F0y݌e~+?J;zA/ΐ!5EE`V. ߜ?h2 p.[V p X(딞Ywl$ _b{|!['YI;L] Hz$BoF\MM?p֞P6Iu@')vj8$.E2,Ќ.uT8 ISTq}ji@$\vʃ@Ca" S3qOH^1ϴlo mG-ook8}Y掗.Uw-Øh7a{%W9|םpZn#bidP|%Y}RP%aH 3h%ʙnje'Ţ@pznz[?/ql+UfEE$kw>;Jy0u7m~{Ľ]ˠ]KsyʧY(=][z]9/7_ǻǻNVy Mj;g!bUj0_hqŘ2HEN3m3u`IE#uA( ؍d5ϸIv֌8!O/8HKwOj|$7hS|$ei|סa( У^%$ӄ=Clev-TX;Xb H ֚"|c٘,))x,h*wƻhՄq\Tã%-5qٳs9q˟jcZptQYϜY<4Ǝ2S O悵aJN _GJ$C[JZ{+yj6\~sƂOINiNԮqxDa H O6ÁBc 1fbdmd1p^y4eQd?A_ *3X?v3uc`esgI)Gc5m BR%RoKV<YkHL ii<@.YF92' |4]ЪK.6&]\Yw`U:d||_38eBغ҉|BjGW{=F}뢴 !O~;'R p g̾lz߼`$º--ڿ͐%gSDǃ\}# /|cR%`8W#,·٦ ;o6>4+o@UEuͿPe$Sݹl4dkr0&4iPޑ30-N l0aX:c1MlEh11"^&Y5/[S [mQ\tt^=]^$Zr&VXñ8Aİn;VS=FU"0/]VaoբX;Gi >T44QTiq4\." LzwU5 S.ˈR%5F-l Yح/e\aqq)!}A '<Hty,Cĵ=Kӗ[Q%xnv10(ݍTOvRH#ӍQa R1,"ա@5*MkIx\ڰxgӾϸ"NTc(n<8~bGhsr 1Q6. b!Z2NG_N⌕W78o PDrK[n?B:׮)4ę^$p͘wN`S/HB^Os<7ܨN]{ _kji(OiH.$m7ĕG4 X,^ƻYƆt#鑪[pޞBe`\v(Z2 D,U.ՙ0‚8qi81Ep(~4 IoS ĘFAn (JH 'ck`[d~ѾhW]b^ CIۡ|oavP8Lq-6bE1tDk~[iKs*`~,H|: BYִV}2=U!츊26L=1 ic~}<=Yn0YQEKS:u/8t15Tnډ tSIN}te*+@+i\E\SiT8u /RK)(P}l5JrYVcuˇd&2CU#Elxd25X aNS2"1VDhP !ki%9iڑ)x@'Uۻmeu$)(3_2ܥmfMO;˒Beci+ńbh:i u UO䃘H@!DāTY% 8pθ5kn-u\xNef@YzTR#ǯP[YL: 3κSQ1&**@Dc/_SBPuM;C˷)Jf@SHNױT&4T8-(,VmʟAnVtε'e) i<Pq:.2"B hTzGdҟ]b}P5 U?#DLUuzͽyo*'6˪cRxDZ&xJ'e 8]e *?cMԀ׵ F)dU}6usu?ɨb^ir-&2˦H9njf=G"?SuG룪;Onk.jޱXo3}wJn呔\45ֱ#IBV5tf[)5[nקeQ׽%k2އ ꔈT(kѧM>.%K!r(K@[SpÊ`|#C}ψEb 4X'#\,JfVl@}PeHnGTVѽ 7W:An@ESV[;E_Ը;U>mR8=yGV.v%,HSIɁ_Sf{upFՙϼ fl>i!C,hȓ [%mf dG4D3!=cA>Q'ԥLd֌H w(B4j\S(-7IM"bEiY خԎKc _Uv72S^ [N ^#IoJoIn\ !x8ׅ>4١)a6mkƐ!oY ҁ{6:9&dLskopv;l{ zr|sZn/Aoo80HLXs0$2 _d$,&iWbx|dqYOylJ{̻t(4l#wCF+ț=r%"qmߥ<#vȓ Ykz7R.8;7T=;NZ"$gIޙDgpr32YsT!op\RYPɺ[Z!Cb xc(%jrr"jQS8搦od`I \쒊KM9 λ75TUs&At4aU|(;ncH!< :nig)mibX⹹NXIĘz) xi ` i܎̫緯S\غ^ՓP $`փ_#J#P+e3!, E k385*'ZZpkK !&@::Aё)E;:z-^6E1٧dha80SᚒNz55S~~_Z%ҟY9+ YMaI,U I _v$%xcUTGW.7 Zn&'MzX^vHdoS*Km;nA5 z.xeGߧGDd#,|M|}&WHQɋ.|X-8_WS@H7WPGcm'?2ͽR(ۗ)H#u63$nwYty<Ӂ/gm/yj 9O}ðOHgK>HƟt=4aҥ )}lk=㪱n/"¡ L3xB#{\.#*RoCmh1ey L*b&[Jb K+t,V?B_9=0 b(mz4ȨMHNԣrΣwsZjyAx,X*ga*@<eo~vѣHV46xTrujlQ= pS5Od$jYN!IWA?Sf!:hY&tVęz_zI͟PYToxIpb.X݅ȂokWbƅ4m-6@'}0760~ް OaǠJ/_IaѾǘOv]F*ņ]w+g _P|q(MTp4w됣9;. ?ycx3EbwȚMoInB^sr$.4Epvk87KVG6[X}~:82^Gp7!=K1IM<`LA9_Y&e$* +5sRU,?dr'fSL)!ݡz}+ywޮ:-x$bP03nN&({$x4}ث6`$]|۷̶o!h8 ,w?آŒJ˂*C"az-8 1 fM-z#$T:s4+rl\wHDJܑu)# zbEhŶmpwc@H~ KrS00?|{-&ʎ5Moq麧gIVi%"<RJn @'W^Ʊg70Q&AǞtzqgDȦ4°:sz9y(.dlUkD{,7%Bjs;4f'f^z{`JMu͈3I5ɡ*dU.]!^o.~dߎ6l&R vW]kVj…@ cq+t֠\sKB)FH?Du'ʿpHLIBc>%dQ벺K5K*y1#sҺzĶ z>p]\38E[g|3Դ8W dfB>AgjTy^xQ!dJj=adaP2X^+K J ϰOX+wQ|'Ad3CHz\7MGoF"-J8q^#<0p#a}KYx5 V.zI fhQnrIK%Ud|R Iĥzl7J%UD J{ߒJVEvy lât3FȿɷykF/열lIp=p}ߑQ81]|lX^J՚]H{*K\<<N )8* )-~cW UctKH͐Lr1qUm\v(qVo'_mrAxpahpc]ڿ?+ba"xã3ت m`M]~b͋1(7H ]&;sxTՇS^`B(%_t 3xJ`'pb%7bf귄}%۠)|cj-ʱ J. ItDJw7sI9X^`5 !QuIaD~iΏDԫUӝ8wY%S9SeUԌ/ v H(Q=vE |ޚYy Wݎ]8r(_†ԝj{DBP0O3&irBfa*& <Sϋ#e<toR;1$ dE J'>C E .'F 3+eSX=0 d ! Hj gP V8e +k6 pu)hʌ}Fefsat>XpLOU?үCQUz,P5my-Byjܠ pS(B)|]WXjA fBE*!%lW<~;woZfV}٪}pLYz Q6n&jvĢ h6LD#[zMK^ q?]yj74$XlP}3\5\D9[ۏkCX{Z$k Erp(Ü,k&^]8*ucPsBV1h% <6ٷs J+q-|w6ط`M?`i|gzdeA'![\!U,!P3 XWbϥv`NCTVTo:Ug;$wCm5>u饳cո0 0q >Eh{*z"c̐leL9i`^ܶW%rٙ R UsG"Oji%xM YNcnX#iuaݟjacR\ᦱh A7`,O^0RԵ!ae|J-t2[,EXn3e Fo:Rćxݴ*y*ewq}G9?\ =? D+- gNv ݯ;MGpdsю}LÑ.@.qo{YҥAB2G Ɗ38|zZ|B?l{FԢB^=cy~3,+P` C'zA e6 ?V͟VĎC˹rB4\R1(]nq՛#TB9#^ȿfhn*lwThfJOƶ~<@v0QvBBlcK,6}e/l1 {ANF ?߻66-)C -NCNds8zCKƏFIs5pQwx?z+.'…:ͤZ k,7ʥ5RBS^Q+FsZuShNeF)8/q/멌bꚯnn[FZu f`$|X8;~2_K=Ousp8bV/'/QW/&ҹc lG,M`<jӅ'rN9,p õe] Y J2_u@}gNGڅM! 7nސMhMҺVL}M?ӟ=BhCea ݧBiJclӮҟzv|U0U.YZg6kVz[eyge})Yj\>ç|ѹræ(1{d]J_mdMGIZyeFaJ@G+]Q}>Z2(@/_iŊC:f%b;nT{Q9K"mN꘏UNDbNwQk8[7HY"KCaQ0;(c?˴ :.t=-z#e38Leða^'u41:ux=z(&3+s#f.A d#seu/l-{JG?j=jk>hhJzOեӟ}S>/*aتTlP[7{&8ȘXwvNm:Ⱦen)#ڃ=bMi#eagd:,&asx;epk2Nݝ{P~MwBM\퍘))t'֢+/V/(v?`.;4=60~˧/gIEBS MNc{C 6`?Om)5QsGY}0eQ-UsX|Hq)5k;T/R2?i/2QpqD& /$P -Q3Kw{'̘f0ڪ"7ש6p]YZ ۡFc۔Kc}G u]gKDb/&޷rd6H\I(9d_׷8 wκˈBzQ`9ⷑW4mr FЕ%J30 調ڭa:0~ $)iǽl#T&zJnB J@dd4 REqqђPLW%Mxߋ[;{ ]\,i) vm hjn7Ƿ $|g A7d+1{g -U6RE~EJFiƬ'Fk*vqrb!:h *&PwP}dCUpR@VyŸˬ`@!D$u4'+ϔ/{xe֮|,y*'VݪzķynhEfT, qzq{3/rQ㹴ALZw;'oLqn._ 4& b dZޅYDqA[{ZL 5W(x̕۔*W[8glG V~G …R lkJ/T,WA8x"` *c: aPHIN]su>FbbBϊdr0c1U0sҁf(9:~`mWD@(F~x&Vfi"Z5f\ېcÑ^>?4tYu"ҤZp"5VR?*9si(2"pp_TM:~~3̣D'/ Ϋ&^ %c!{h:_bC7DB\40ZLɥV- D۾jl  ^EENyk""o!؃vt(3,{8@?5-qR윳kNUDlJ[{̲r?#>|S;=PD 1DH3JnINP٠s_5UAӎSՕ좠Vt|]16$̸2RWʏ˼@yes;+yO77xŜ$(h{ߐciv!F;a 8-8y7d7sᮊzwX}ʏhlMP[v Y >RK/Y\5+3 R ˮX!4 X[SD:ndτp'qnq,h F-(l_p9d0 M\K0X#pA#ѷĪML~'LO.Ɓ2bP 얽 J(֤VP@n0KyjY?ɱ<燛#egiQ/:-T.-7v(d見3j 梇7e 9*;ݜ!+n0&H g(G4ɘfmy7/"(WZ%P0A~R k?^tP\'h%W1Kz޿@v*BzE{SnH\}Y-Ʒ>XIzgɓ.r<$`E"NgYA#K¨`6Bq;76["<_g6tqy5/|׏d A8RH<,d&xԡޗ८ccd^:tA;O Pʀ$dTFM"Xn1mN(dԏPR"o{4}qc~ԍm`] ]׼gI̕uz"^G3lǮ! }R7 e%7׾w`ܲ,ED)V i#`n:1Ȭ?{Y{}:ԐY0^gبŜoIۈKiyCYZ Ո~-9GK|fFkm*G9VѽhZ|]ɤ>CVA֟"njhj-_F :;x"@vW:;QBlL #8R 4d=pA$̹Doدp.6XN6{Mnhr/')ej9}d}k[g|ZH/Q.Lx5N`)p)JH]y&<_B4mgc #EfJ6LVZŐmQvD5DU ?WDqI<8-/>4p]!%1>?n̋[n)-LC9q>݄^Ͼ % z$1Yn烘~)epMm+>y(a6Ʈ~@[7dKߐ/ZǓ}gBKXZWD{>*xT^)񽴡T}/(f)q4c¤!i٘h>eơZqx]˵q},ᨹv0W`~{xiwɿ\iU~ yTXC>KO0xPnߏ1@F/h.IiA^A œ񃒳ONWI{9#KU'r|oM%f5K:es+?y_e88,l3( z-t4@vg.>]KS^ j9IPѺ)BnȋJQ5XnoP+Sz?^ZbjM@+:b=QY =YIgQvfE{b'OO<# a8]|?p 'z, t&3ǵ!! lkzI NxN6L< F:I*[ݍZp,tWugZ戱$!6Lu$У b@rƄc墶'\7u5\J3y@q٧n87yv;FHTHfeE}M0e~\ƭJ$?$dѐ+0 ŌDj,pT9O}C]ʾXۮ gH֙I*{I=FH;\w=QC[- 'M=5Jk-Sp.W#1%S?]o#Y_p"5x\`27dW/yf)c O=+w%Dwg9`fJ2'EehWY0FAwٟ_} ".+~;Y c%bP(wlz!VIAyŌmy:Q(NjS@Sbyb[QՂ%|az2_Jѝީx"K=H=yA ڽ]76R\r2>5p}v:nt]*''"m&aϟYa5e[p"?7L%qXߎNx~Ga9۴FT-BFgՓlɟp$%HG.- v  Lab>I-b.ܯmw= y \fkX~h0rlŋ([5P}Qlyuyx֕^ޡ FPCwYj1ڌ+MbDT+A% Si+PA|?Fr~jĻxm4"ވWS2/c?#|5k }c_H> 6Qls|NjO֥1C^ޜreX|b)U ^'-Kb RJnꢫ ,<풉F,焔vpV_AU' L`݅#e" FQ-x r|@9k]ÉtY"U85W2sJ<3^ v4Lӑg=Ikj`.}0⭕KӂXrg 7gw Ú@䏻k3/xHy1a7B^km^,,ـ5,?d)/P0׉վz 倣["Pbh,33m|ׂ=m옳YЃθm6δQFฤNi#ZgOD=>ԌF>e4B{ɞE3Z0~Rdrw4];IVjڳ8VdmRf W~`jYrjDLYB8~/ŠyR)V[?Dߡj- d}k  -Q߳}ɊKLE aB GqFL V,9dAC}5D$GnT$AR]INг{S"q\K'k6':̡|\$ U+ ?\Za(q娟؃InO~<,PV@_l&A9XNcEt65?'Ed}km(ag3\T6ib7F-/@%C5@J': IZyYbvŇ5,sM" \LT JsGvAu|2k\~:t5a;cx=813c"[5ee8X\7؟#0:O2s/' %4 #n/l\`4FlΌ'y)5:X=dih,tz=mPҵPٺڻ+4Z?\B] R^ E`39rI9|\2>5&nwFf8{0%oƑ83;O~!6݃0ˈl_D ~ b)݃c$+ 8S !&Zȉ~`1 )d3!]% PG@Ppj)57!;}=ZJl׶*E8Ǖgzw`l[)n[ky9NCCѶ8&EurĆK0730ҍ-{bdu-u=]}DjND*)Owd)4]37C+A+DW|jJL&Y@ DN.Gab\ x!3$ |B QEC֯dS%Rӹ?ť i:߬t濦maQ0&tҫo o7͈N0GE[jЄN*'dXnWQ:gYjRe#=aꟕ*RO}{"k<ރ\[qAqFDibDի0P^'r)eݿRǦIz7ꇖ@ a#mÅt%AєUi:b.ͳkXe#!%Lq)zFs3u,r̹9֑I4AjM&"ƪƌsHc(55B]/XTNj5wvYq<1fR2rXo*Դ0}' W槢 W㭫O |-rQwX7[ ɈQ64b#LeM2u%p@9N/f,'!4n.CJY"9w=$._^AuX2Ħ-鎤R)|娉hG'ȑ@<( v*,+*Q >Spv\(LS2buߴ}4o63TkKf۱+}ʶ:|avOӰHn,ҹ~E\P"ŰA( hsY&BCx-1?HRHi/۝m2L;)ڲ g OT8:5[cmz_4pTyWվa %ni ܛ?tU`Y͹=}pBnem0Ƨ(EZ&+Ko_ | P|7>fLE))}܁|'hp i&өk90!Ehi݌^hOTJA4k}v+?2{(cz~Sץ61{)[3mߜ8O B{ͭ v"$PULۥR{,~ǿ副M}*ldz!vˑxDG(Э0O'Zp S#9 It4V[f<\Ͻ[U]7]RM2:˘Kw ^jvd?#3o@ͳK=6 >s8  fRDŽS~_"{K>ʬSvc:ߏ-1-jeK!߄qo0Ƌ7M"ټ0/-18o,8K9_ʒe~lG#fwn8kKJH&IYlPC+}BwY!3>7ûb;59ՓªNx"@Մ/Τpyz 3"~Y))uUl6b\K∢VBEh5wPY hȮu| n;Zǎr1rө'4r_we5}njX#޸2^{|MΧU!sþԢ\XZ^D4_O)M_ٗ'҆do%ݫ6T4;s+W$v$-2V{qo`d•~K۱q`̭ź":=`kO++7%6IC)쥩ڏ"{ ſL}#(LM"?=m@%HM[7y'0agU0 ]T%wnì ĉX#7\@$)la3QJ-OQMFn? O>| 2| L6Q..1VN#ռșx:/gdy 1N ֥))y֢k{>m'[ޟ2ޅf2.* [%yP}E y4i(Gު@lLIW gL_^å Fm^+|cS(D%irL)H'0)G_bQ7x'Ay SYtr\~E\F8&>oB?%6С#q2rE`(s׺ &(csigEBh龨0)O^=K\` fIRðX/g:s&fBK0^yoh=qb[L>6qR_aV~?q.4)1%ؽBYÊ?!FGEn:`w4?uz @H[* SH}:UQ C;`juݗI@%qyYw2g&nӲUރ~ErxB9_O=!;jP3rrnny'!E&LhVE zqpm|DݓH&ײjPš;˅dۂ b|6R=@J a!#Ȳ6ueb3'$ VXgp^M TvD_u4`k#<G0D0a-Jd5$UL<ɺ! I# =le_q"lگ4.%OOrx)ǦYwNS%}beAHB7olOS򹝃d{>]Աi'v2Q/PF Bc=g:H J+4UӴYe8L(R[Uf+n3m`!ƙ$^jg&P'eq5$=xU/lWͶD$_7 g|hLV#WFJN n6\b G,'Ҝ&'~~: cky)ڴPSxgFԢx888R:|5of.VN2 4'TL>*k TJ}qOYs }R^DS9)僣!8h&A>`70Ix =л7]x<Kv3H\T'%p@癃}AE|_OBQDi{0=ClP%7U!={Rx.kylqꥹ Y%@s- (nkjZ%s2 @>TMڣ6nR`w5L?CϹL~`]aL}TAHbʐPt;b.rD+eH 'Q0*V5eN MiR.o](9ay)E%Al;n02 xMG,TrcS#'C%]krAv1}S ݍ10i':FշLCA8s]JD<Ё|y 7&GRۙcA2]-31z;fD/6!q[)&A~rb"o/^hJrX,Z< $SV<.<ߔ1SR2*^+4?50DZ3 ~4!Qjc;P c@UuY}G=lCi!"vl%$Es@ը i&c=mu@"f9_ʭZЃWǍݏKhP\W]^\o:vFq6qbf#_*%&g'2Hd5(P~sؙ{]3RW}v~Va3L62]VXMG#{>n]5 MEc:yzK {Y2çlY%{2{Ww_5#%{0vdAH¹~?r:rşL2vϋD'(W^:>xckjNĈUJ9ڴtuLc+5;'`r񑉋\6v_3J>pAofo#EtXu = Ԇu f5|cM@@i:t+[E1 W;Yj6. ckp]z[ψKS C<L BC&<"Uv#Z]apg[F>e4E kdPP&ZN%e 'ֿlhV_S`Y$[M;pZŘ.! .[<p˞U0׫ ٴgLpcAE2ǚyYe@?rݮ}leeP|p'--PnIc兺[ȖbSMy'7ḼB Q?'ī4_ 4d`ރrI\IUb<.͒3(x{]E8T zkB0@n9#sx"0.ṢlLjDmby$%M.-5_ג +OKg./ aCB0]t#m@ V'JÂ{YWZ҂eD*кہf#Ѣ}Ul($ٔG>LAwMp;BE!_8EƔ,bPeEp ՛œO_uoox`cX0=+K~k6Z|О˜Mc_EJ8?U>{L A鿅ݻfkuEO]cKF ϛw 9` ]jr3nԁНWx\ Cgk?O/[ =`Eػ<,12h<nWM|y0&'Ҕ] :[(ۮa72Łp8'(q} zB`Yg%s=zC7pM!kV0)tjѾݯ/e]T 8宀<⪋Nmf!"Aw$ s OT~L[git f _ͩD$cw:t; &^oel.e\쨑5/aY%9К"}ɺLiJڐn=LW1€ӹ;T%2cif^zQ|8\b \)|(!͠/3?6?:`k,ZV?m'ߐ^Cl.ze)l[r0hOiܱ$h*V\Gw`EP/ʹ3D8̃3Ů2l:Mgg"& iPuM4]/RkD#NgJ&5.Aػge(*3cP#9pgrҐQpg<`Tb܉,γc!F}X*]|t7C<'CpԵr!]_ WC⯤%S˷o[K]DkAɓ}Al}W+5V|ٿ=pߵ:a)UψD$|$9#g3`Siځ6)OoGQg5`[tuX2]2ZoJ*9"-;jRQ 6"3m!3_sL[os#%/:Uʞ#o~n;|[d?z4Y(ŌeJQOI҈VX.N)2nܮT tv_vWiy`Be& 2ZB0wLS|EXòMЋ69̉ h.r@bb!X'Œ2KeE*uǁl)v`9y~ 8Ă88[:ȐVAwՔ x BrF|cEqaJT-Q(8Hs%C"*3*b3WyzUa?fT2O?|s""}ߑtjUCSDTOu}4+aitai 16NgfKIU4am\efxH}3agD$3N;ɉcYt%Ӻ(Px sg0œ[3e-ǵ9ԁ}7_wEѼC[6`Sa"OçG kBt hdRJat\eAX;O1BAfyN_'hu!+[4Ȗ*36O~CSSxKOs>6xkEoPRʘ &{S*mR@''ÄzGOD}iGw7|zq{@QXL0ٯ/SNCfet Wq 9a Gi}_AM}Y;2]-yMYۇ=GuDU{AX"h_3;A2N]L$DJH5fB5S&X_Mҭښ  WY;Wf+%jNKC畫gU0ev+$L+^ST@Z$bJ!u|Ym}kaW˼e{r^@<4 Ǎ\UHk@Suhwӵ.o6n/`nGtIeKg`!:xC3GNEs-Q%e<`&6`jG a?r#}4Aj~<9J# .X%27_%Ͱ?f?J;D'&CO(⭚[[%ND'ibI^yr_;ӈ' h]Q6W:-ŭ %Mit8H^F?ݭ#v*bn ;ħ~?QņRHзqe'qˢ"4ӉAidld4q4CcpfRY~d,0ɧ@IZ#v&0iR9$CI#uln+!Lb(í D|;_Jgb^.^lT5-v[`}NOkPuA64)!ϩDU1Lޭ VɽG'ab6cpy*a=,tgZ.f}¯Zt=ʢVS:)KQ!IOu^ՆLJJwyPN@xCtnq_>}.2 / zNa=ЬDd~n^Q,phl׍vI˾?Ec}fEEg$H^ZhР BFu}h!e&+95 zң QŃejڰ6YM44DTOuϦKHZAlM#t8cb`\YsXNa6ljbp6lR_g &{m'VXde vF'k_<<7)Qބх2#Lp+ѷZȻ:{*%&" xL, [ٸ\;^S-cB#_l.HL߄qJcvuݚVF=}K; G39g*:hGGLw'WK@VJ1 V$fo@XTNiaVy@Wj5݄3m0dĸ,/)<_9 j1tFޔr)ʗ Yid -|f(xghqRר $j\d-ĎRx%|%Tö.~j9Ŏ"/>_p3= [ggX *?pg.{@~/98S*|jczU\!w@22eQh$T-IXkE8'( ?Ŷچ*7m-p%p̫pC=~}PtK=~3pnRbQ*(`}V6ͻU{ =tC%j\=N8y(m, ǿ%c_0_yP'%/O~;@T.i_|$E)*n@F1HNB N:!јQWO"zEmwZgmLj}GNߔ`N;"K8v#aGvP(IɀG  G65ld@XueY{o& \iA;>#|uR.EILHÕJЇtsf0!-̍p޿nʫp8BT 6Kc4t#l/3`C 1:$B?8%Y(w m8KW<ϿΔ)|G_FiE+%JבIPQb6̝~069gv~@&=c288Myb)G(!6 &=:^mupB,@`HsBs ٖspGO%Jd8y鳌ST/# PP)ĩW_ 4>{mat@D MѽKψ$x @y#ZJj;qRp݄4AqwDr G9G~o^Zc?́Čj^ R^DBp! 6V9quxuФ(2ܬBfPh,p99?cwaQw<{[簊Zu:f2#eZLwZ' % .,%X<93"_b)b?X]i&L5;g DI}{$|ɮ>Fg/ %e 8`S^2aEkzנÆGrÈUwSʩ'C [*'|u [K=7 u`vLWpUߐohH' 2ut?)^:xGMHO oYsDҼnl s;}tī>5O-:Zgpg62oN(QX"U;jȱô$$S`OZcb5KՑ @ s"DAW Vv8/9" D<#u^:}R#s(䮗;]/!)0IE;`{z沅2'"`\zKYT<7D^Pbv1`TY1~dhK;M"=K0t&:@ZI2a|M& Ń ݨI啈*9蹳ڸ/fՆ,ߑtp&%F|n.8Ȱ+:!!ێ2 mx|z E&lir>"*EG%m!Gcl`HxQԋx\*rDq?$I J!Qb2WQmx t捎)zўR /HO#jqSkd}TL< /PIZI| Y3xɒj7nWHLEeYyZ>Z!2ToHI7fda)ϖ󧣀ZYQw= YlµOI{ Os߯ڟ ՔI#T[ǝ9L/fY<:'lD;0fI'Tv#~;zVoE['mvSdX" ^)J O}I'u5 ڦ&zS'i6ClAjXS6la9@a?OG-"&H$ܭ?d}Z,>vKiag`2t/}_j7̒%Ȕ}zZ͖i$;]6:?t޷2ǻ {Bj$FE6dD|ż#iNgwPDk9BjRezӀI n~bdQr|Crjq:R"O~6c>Wn/EX'͑sTAsvrd?NtvVg[|Q07a-k =h 0x;6D|>&n+:,\7KKG p|_VKw?xS* ΜQ6O#S=NH ]Wsy~IbijaN(wILF_=RT}ԟG}5`8#@I%-v6˛CcO [2U=)uᖸ[%|h/i"t8-TxNv ySWF2շR 9 Q.cәlHE&i0?m.tK9hQt#.ز7bB4{oW{~PffP@_?LLJORD>iT=HR* <S]ڰp1-d;`IwdQFIXeհVe&V<R;g9Fy:Tvtq<*nJ|* K dmP@!]ӏ9X aiuɊ}&P@#E@+Wjkao_}PB4r"s"b41l1ޘpe]>+w䩑55g5]¤Q,n ;_a$A] 暬@8饽fX}OxPOٵB1i[9ґIgɉ0s7WvyPHa {oD vAOS#MZػ`0@"${hEM}339)=%gdIQ̟M d@]h͚4Ν"KjVA<[/Auavvvnlh 5VB5p*vyXF>&YTSS5b,Ɍ!֮; ӪZઞNLaҝ:nkD4]Y]2{yÑ>據n6IRa?'>mBM8 ֟3'iDGZ>׈ֺU1SJZE}#v!y[~ĥXL)=8 P!|D彔ud9+K;;RtXwoo҉( 3X+p诮]IcE1k' n$a).ǝɃHh*fR^207_PʙUIc莡{{Ϟ:6o8c6HE_u+ϕ H3 џG15N*PޝbKxU\d0%j4%kvHpT5і.J@Xj!bC'vaDHi?35%LK3\no /X#:]XXs^C!L`W,:F=63k:TQ:E5p%ǰ=Td^71+!~ÍXpt;q/XJۼC#;$!c% _jge9rJt?K8gGڲF//tٺP}Rnx(8y ɪȭ|cAj%z8O46c%eB5!^ױv 5S_m+ьB3A w7Ԗ+ƭ ݂ʠu)_]ۼ3slzV]?#$>i6:l6cf]_JQ*yA1^- B*F͜B~yKX-L|yQ)^Nvwٍ 0xbW@ X1n)^M?:)_6☛Y-E,Mxy,zjeHb{Ⱦ kp1A']a616eȄGRBQ4R#>HfZz[3\-T{(~l;N;zYGju*ɺ%5%h>S9+ǚƶϷ yNv=UӤ$yN}y0K̢~aѧUh/7fZ/dχA=ښE?9kO_IqPϬS*I"8KT%;e/Iec_C+VEN?Kڸmvu6 {Y_4 bgHJOfŠ/8d؊ oE=mRr @wd@*x"f_ 5C6 Tifm5i(L:+4|6Y~TptF`WO>ٰѠcАBXH,]T#=]@Mi={" ;mص]-]^PjfOFVV`}O99)JcLl*"6'y+J8|JfN_KR,ax) m({f6oiaJ=WM2hqm98Qٮ8OwT#3dMg*!b*8߯%,p-۱p?k9d1Nx`eK!(ޚv}eZ$&)  @'6piȱ>'T3~3aIZJT7&f=|8-ښAܛ-+رBLNf8Wz7 8?+n9%n29p6&ٰI^* + mp“>Wf'(-ݜ >6F훼ۮw^*{/&Υ ly#Ypcqv2*[$K0d'U:}O.Y i"6 kk+Xai(gkI#≀-f )uS|5jIvWرZ=G,fO}x26,tw3eͿy6׳JQR|Pb1X=2crV<8P{~PcHL]`#K ʶ 'nʱa. g3 Efvɷ6~R<[tlLt8M2FFs:-joŮI)Q+ʂ4JVTq-H 1>ծIG1&A"5vkI/i/J(ajw}}ȱ( ;Hn$7;!p詛A+ 9DŽty8C,SUr~vzj^·V`o!$&HVbl)KHK@T֕OQI~}UNJ<DZ}U2i{^SUj0Sx#lGtRَThF'qOf[H5GMe:{SSj҉*pf E"ovYʷ†(q[@`&A')0(Ʋ63Ͷ@v| oVO|r' a :># [z2/ݻwoJgc<,pNʗy#_|GSRfMA $kU]i}\2|% gjm&U, V (uVڌ?HؑvVzj] )pu4KKh(\9H s>Yh(1GWJ/U@ϊe=/ zN AΧBLxu'C8pXFhoUDz`ias߿+Z]wڞ|ԯچW:1Ś)foZG>Kp/$l4-w(| kLt:5ݱ,ie}*0ni2$U~p"/'}&WTGv=;xM,>gi;>{st3wHA/t4fx5i/?kI:7Bۂsot&'@>yՆD7i1h pӋ|NGmPRk"Is VHb Z&@Kjj-'D=\61y*hl B\*/l _&[XI4}`1ۿO 4}i3> ho4_N8cnj jg +2q3OlIh/紧pn~sol!S|rbn 5؞%xE<޷ x4g?I1qQ^'Iv V0O>XhpFpёn`q`X{|`M6ߐM>hZ(iĨӕZ $ݗIGS3\]D~'rUh|ao2/umNYOFc sܑ]KlFvӘCh/fmϖޮE9vSRyromzd Z}|olrw7hxMC•vsF ab XU/Ut߇se())Jhô{+}N{uE /hCjv0ಁޙazJVz-)=4R1hb 샚g_C $<'-%9sZNd^ LS8QR%l+ʹF8g* CѾ\jj[r15!MEx%!Vi|VܽScp?wp[gUr+W>4ZƜ}GC(R }]IH_e- |7YX>S?ΔO9 T͚t Cq D ;T/>!3 X4F2xw7 DnT'բsm%MT"AO#yj!;gfBdl,ݳGnNctԭ#79ͺLCeG)Cvp;G[:lԨҥ7rHoO8\7F&md^ls%6dؼ ~TV gA?ƯE"lX YuFha9?PPPmq&{v "gu}a8jpNw PmɷH*/~"N7ioT>i)>I{c}*w3)^FUrSӬ*BE Өv8.׀E3P̹rHe6M85(m#S, jR:;LKj 8 Orql&OqF#\ s4c7X} sB_tD"\DkN}M3̽ݝ]UE`SR#:EtbTkyҡ's"jG*s|)d@<5I4nF/x[8?%+UqԧF se/ot j|Y,HZ+cE|+nPG5kw'7Ami=[YР /M4M8\}aI::oK17Zt?vP,CHeISeMS ڸ|Gmӓe| F@ZDт%){t<-7 yİtEffo¦9CeZNWj}>양@U3R`9=InK֑ Xuv F4NDdlU*Y ejb̴u wt#Nd_^>ʭY[G G{6"]5%ߋs9c xΔKLN(ʿꔧ$RZT'a{4Īiƚok7$ÈDȢacp`Sx/iEEf ҾZ|FFyf6=5:PII M"k wۡO#j~ gOjƗ!!ʟurqBdOo6q~- pFjWk,<˻>CxY :܇J{gY <+K@W%J%훖cǏ1-l8)6k5ZIrWHD*bz/U%;:yDDٟXBӮK܅^ ʴOF`"U4Z9)/у IZNPRZF( >3:j#`~?,\g8~zm4.SLM^scš+Yf To^>l ~zZcpt3}/CjeXt wηOa]Hú 3f  ;2WIe-%%O<`_S \['/MAVJUA`FP#gBp7r^<^Ӎ|k҂J"5i2kb'+m4_RݞDž{t{mD0>^s?OÏ-$ηsJV|q,LS=E=^%Q#%y>*>T'Qx~B3̀tӱkU r[ƸƨFMԌ6'O8:YإauVn'v;z3O(a5~#jD1c Fqv Q?",X\lضpbUÎmz+~P￧Vey˦ƈ4L{>Lpj-IUvA%,8+"Z1 eWLlSZlؗfKP:?uu}yq[r\,Klkq'^q53}!<[o>M-~B=28u[20jL ؓ(Nܮʩ y֢4P&q^X$1[DcGN*ވw+(OHQhu_ԢٵZMIu69">Oz_ԒDk0EJZAPA>U4H>[+-˷U'ܭ׌v%rZ"] X(1+2j8pfL*k:9`Kz k+ tF:/*XFndO/wEP&ikI5cjlSvi/x8#,iTn$->iWL:;)u7.O@ݸp؊uXnHm᳄Sg\Am9rɿ?whRDUl2Rch&,meD=a<3$&NJwԺ J^QPpHeEO ѐylvIQ)UaQRN˥|҆>ٛ˓ u%޷n5]Ǐ_oItMVb&AXA]Z 7=560x1dRm@6Td3[- @twkg(_<\:2߄W;VZL#MQPuM`)6 1jj4<ր S&$K-c>K-^F ]'2ahu !Wވݙ/ |ahrٿ+g=X8Ɵ4ޭ.~A߽G_(UJ:.kݓkjyS4N7C.^9D_|:3@4A"I6; ',#p_@aO] 辋 / _ \b4@V6\iI0 oW[+~IJ?*hwU;,uz L >c/I$<\#+WN;?0u5?ՠS*QyR~iOܐ@]",=Ao?}=M5ehE}{_z}Z8J5kЦѼsic1juMf_F 'J6֘SM3.S3d KED~!0Nen<!'ɔfQI)x l=ukjZon~aS[vG]1ަSmeQ̉ /; =!'|T~b8jT^yXϼ)|Ǎ7-uNpNaN5E-2H/Qu>Hڣ2;H2UQVymDC(LE}D|xנN TyͻQ't0(kr,Q~H󺱦DiA8PZ150)N͡livvMtH%qt%wXfńm"Ѯ̬0 d wmLG+ qq>0Fkӑ*4e.*ɩ`]@RP߮pMLtT%Gx\ݯ;J޲ ܏޳ĨuIjRYypca/t5iI~1Moa)G$5?j/<>2b<5LȂ7Lϥ c/4R Pr= 0lz1:|,l-`- s,"N9,V9JrT^?eH/倐÷QZYk TRՍboG٬#o`מ+֑XaE]j:ҭ=Zn}uPau*Bec]XNCz/g<e d#?$^S w}܏Vl"d|8KQ>HL˂H^Aݶr)jBECL 2 n;Uߡsa(N8r'hYKm;j%$hHTWb4'S:Z-}JfE5Jpot7=uc ty %)v[C)5c\)cJ9" g+boM[{}ra쬂ίd,HQXw[## 9B^O8;3h}!g}BFA<-1D%^k于;oIH"ݩYvqYL6fv`(l'9Mk0-M0+<-/A*ip0yg͹qT%3K<e0xoz3ES̝ͨ0 onZx⊗|++֡O ;eZdwm5.R/S1$wV@b=[-[͋^DBAgZ3ʾNI]`[e2Omg>5ǿ$D >oNg)0>jzTzE sҶC uӚB;c}MGVÂ`wkśgtw4Zϧdbnƛ@z_U?xf)16>!;*cT)Yh;1/_"O!lI&Y1HM ( Ua)hNqљz=R[DnĊ, rJR$ỌL@V!>Y'tm,2=?H|RxK[*#}?yeGePB[Y 6!E> w輮9^ՉYM,P*"م) 8k*u,LX&tИu%?ފ5*v,M ..ae VBaf%n]^G>$=IߟkeKCGYBzc(A2uj- |.τ(P0W.2zcb@\X1q+LJa$O˳5Z cc.'+/+Xhݺz&xPD; j =Yc.,T%Bh lIdoo^wJIDdDՒ~]n$qz#Dv{q5w\" w3saU+iE R[hP(N=V9Fϊ]rԤh}CTa Qб : 9J%wB52#8`ߟh*qAzMiOϵ L UzA(N1Б=16ص Oe:0WwzE.ﰽs/VP6uBG[zxϊd"a%l*&AL|B͍9 i}Þm0WIܥ# 5]$-wrG6䎏a!l ҷ}Nfݸ8@YS-E62n>hYBDQӚn\L&ovX$(&L+쇢S$ݠ Gr=ПD(ΊXe~]~|dKMq)d&6T80%An3G H"_E27/UoJ.ۉƥ$)c]Xsϳ1 +%&9Fx 񃔣z]IZ%oGoED9SuRF}5=N@mچ=ơYqe[)gm&֝ jY-]50˔ $˗"X ̓d6j>~seF*LШ I.2|pSe^EXsƈex: #@HjP$/i^0!C'8WСŪ-8mʑĬl)D cFRk%ۄk|^lgfzuLň_o:+pe܏ROyd bMg\t㝀l7,üJ~=zZBAItQ,G3S`s H#!~uߥ,xӷ0'&V"=!dmy0q7K>mv֯RZ7" r*Cɚt X bM0# !>C7q[?b~!{\huKcSnMslLS~kzꖐ*&pl4럛kFe{RF14q-Fz'v`w᭚ e}_w1GjQ twRď (mUo}4f]5%J ml-v$>ՋP x7H>P!8?&I5ܰ9,F`b (UrN==N@y\F>{*" ^2K-h>Y֖IVqD}7Њ8MPU2syl&n[e;%8Z\n^yeYyEM5qP'X/ٕ1 lZ+kǮk,"XjLe%f26 EeBXGstJ<ՠփ6COᄷ'21ґfg8UKKATOi w/&MAh]ŶtAI>f v2l~S}o&P}*!AKFmSG+%D]9^S\Mo(},TI~S=6uEXGoȥ!Wf kVou尻3 Ha.2jr:,?!Y֬NA/Yju=>0A]&3yN[0 m$:EP'F.snb;!FդX!H$-d7=[dmG$c5CU uI4&/Q$@^޳ Rm'Q7bsOZr0=CbyR;[2WɕQs]~R?DفHa V:3!~դ8b䫳m~%<뮡\PSѱ5j5 _ X!`\+fejJ1AI%y̋uc>)Ìg03~yZ+hqSxa\e;{:=:7tȂf,'2.p/j XUxJ#DF˯ ̖.j#~u@aaћVjm~잟˺[DLU:qGNUԚуL<#{"磃)V7t b|LG PJǵ^/ TӚ=*b/9Zڙ9x^^f2l2FNfjq)Bf96 }?cgKkW`sPLI4&Gm1,x҂3#C^gkh~р6礌OF˄TgQcBIoF*M@z#UBҹ,ڄ˶%Xp'У\;uGΐ Yk3S: dp197ՒҁʨSAXtׯ@FJ^N@ c):lsqGG&ŜK"Yfȅ[鉜J?vg!-W:>]zUKU=;jX BM)*P5)o?5-:J#餅/fA.F1N -ˏh}Q M/6zU\^4dz<g TA}1Ilۊ*nNML4ԗ g }z̺2L ڣ{rZ,T l~+V*? J6X Gɬ4ZE5m ?H$$';y֊u߹pUk_P?>WbF9jvsKnpdž5z7m+UHD6@8^}:PU<e\RR NG8s%FsIf]$x[yUw5{s*Hc+靧Kېau(J@[:d?yY@fL,Ē Sn2ecSl`>eWN \|Kv%k9;*Bds~nANfrD#S*ηEXVxRQ6u1Tu*Ԝ}T甫-x`pm UxR =NlR,~eVѷsc5 Dkw*lve_DwgY/zm})<la͇.oc\ТKg@1J{dG,VϨ$W <+?nL8WtZ9ʐu'K?k";CqjSZv;V4Y O'Z^]^ I"Xoyl ˒TG t%:w}DPu(O9A̰]CtNįmF8>V)m;Ӧ+}MFl+:69K(^t - gKK (䥃Ja?ρǭ1<-cTŤP3guY!QɟeZTI04cEe"-N(!{kw?`/yPūtr)A'8|&`!w[ƪ;nyYoMQVs-{"hPy1(D2"g@+3d&*Fk\N y{ .Eݰ>_ H<~CᶩU:R¥_RXiHo 5"H&[J"1XtP%\m@<k8\ k{d8.ذ5ޭR=S0G%/râ=m'%q7⎯ySwIB0Y@x6}6,czcUNz95dSLGV]`?"Ӷ.TNF)~ۇဇU4Oxbu&[ۼxw)M@$oq>>pojK J G;اNxA 'ܞ"|>1U&=xߩuB̒2Q*K8V&tӡ`wbTIBGmԮS N%%RSsI{Jo1d$j]apF#ٕa3r/- %3 8#Y]Lhb|cGk^`UY_Xnk .9ޕB=J7w $.HղxUTf]_*Fj|`ym8ҰJ%I2j=cT4B% afL8B8GrpgxmE d9m ifR.PM"_}zW+C|ptlN ~{f:ƫ=;#4MSɺwuj*WCCݝ/( -kE0OQz}3N sE\xnP_*"7dx:jo:K_uWiD$L2~eο6vFIQĬ+lfܸd٥nMS/{4X4CwYJ@Sz0io|&c̨N=sFk,]69ЩPa;ZD>$`NirZda2I=lFhCjoCjsh0E $҉$Bw~,ZcL{@A|F0qh: |2r3#/2_%wIKP;$g,GS '( F~u熜(Ÿ/ѡRA~ǃ+#P;[f*L.d2Y+䴚sV_"cQH+كr,Wv}dwϤ op#s`ԘjxEmBj_!^ o!ib{NdM|bNN/Fa{҄`mrU=dl0hܯB-aMG>VQR+ƾR D&AibtAekЭc) 6̥^ t͒S<~ 8[}f[p5eb[ۤcAe} dfMA 9ȱ7 9@z;@K?\1{lܟ|.~N%Igdp7/ r}<ϣlo]WKM|>[ b;)"X9=L׿``r7Mc(=V˗ ,Hq ճ-7"hѓkD' zB@EK|b=w L]oϘ`ncf_т5Q|SIP*[z 0j6"Cֻ"r䍹C-p%5hΔؖ?5K7`3֙ 6a0gNg={})N C'Y1 'AKr`{69]:7|/:?9TbB`A 6|~>6||,3:"oTն|7O?&'"Z$KVaz{m} Yیƀv5n0Hɀ[pk C;*K )sK#7{;&_T:<\_SL)@RRG '"o`0c8~)U!L܄9)'S Tvx7ub[˱] |yR'Sizݞr'໽](?b`~v{b'o$vhjuחdXy{E`Q14 uGjk(F:JR\b+{G%,JJtd %eC5M;_b_W0Vqs$eM(pxU;еS\qAy ٣DŇ\X;,7 %状XzpQM1OoCږe Y+u, Ki` >9:aħy$R\Y!pum' ")B/RFwYY3(ZPqJ%˓_2ſ.O\=!`ִ8 _#οCP]qk(᱕>;KfeͱWl fmKfKC.2R-^Պ\eiP_F`,.pogR\X;?QM,#/ߪ>x/(r)uVxve.c\U I.43i~ X̿ȐeQK8T͆ae;zXotc1F _-^9vM3~R=:؆'I_Bc[k)oPVdzuA cnJ܂ttpįgAZ|^36uFxM } iA* 8('MG b,sdhRJ>~o8tF۞`:OXMD@.ƕ&Hd0ix$+ūx EٻGN⹞lFaXFQj@eڳA '̑3kԘӣ?_A Z1jMN꬜DܡC ĖM\iܒA-GmWHRnDHqge31pPW ]qOHRZClfXoN0iH { 0ۋ@Hx_5g 7ȓ}P&D3 jb~*Dxd(=1 qSGsVWh3Ύس<.sBH@\q8h˥v~._*9T^c VrS};*ZM nx.@/_QmoTe$iA'p=qz(<@M1f, &_il >èbz0~maFSE8y@[-IcGgʗZF^!fp:= HM8So =KKoeRmr6[lm5:>|CB}VtnqXeVX]FcYV&nN,::{ s-ч m~m<<۟K#_d-4q P =}չͻg'C{kᜈؼ,mb&d#xOy=moS7dDS<=xsge)dg3!ssVʴ?M_ Altw*n ;)MMCpq1bҫSȔь !/$U< &Q|~!OwC.@*Ζu|އ5{JFG =GD  ] j.!!WȄ1VOjaq:Sg2Yd_ vS5ɑ袾IBgS"nd#WcK(=dU1B<1 禴܇8bb=d7vn\};CӅ~+c℡7_DMᲮ8X/M^g< ʲAFmt{NJ-͆K1WtJ@dhқB O(vߐ>N?B|8E+|K=8꟧,eV8'w([Ym{}:\A8`Y%[4)zZIgز>T%~Az)c p~MϤnZR- +:jyϯuRA9DMן2a*-=Bp+SxZ4L P9v*NVx3]Jwo܃y<`A/ǜ4Y tDɋING >)aX&wٚWp@ ;w3HFZp;C_6`_El>Xe5; M&PE"JM1R|" T+Q6:0:FFҍWE;gu9:DTˌKK*뺙$++tk6 f6rq7T|,3u둖9= mj1fL枤{zmc!/ -,P9eS r׻9 !R2(<3J6c6M<.!_f ΞXE rZlr00+|];cω&q_Kd$вt8cxcD .g*1y޶>y!p^hZ PU+Z-{lzpxywmކS/|~1f …y}a>U]O4:wwU-KO3,jQSGA~fľ ɕ!aơ_*iSK *_&xt0JD鄭Oը$2xg{y/vdkM?G~ ,NJ_Edri9RYV}v*%ӷ)|'In Lok!}QQ>b4m;N ;Duc/7@PUUtXLprπ$F(I(jߕP AݙSGU:JqfsìY^C->cBW 9-zVI "L#LZ:p cfq).)HJh @1 .$Mc{._Qd^㦠&4 e|o:{M,E Ӎ%4Qg}RjmZ 0./ O=pC eV>-JdcRѥ>nXv>`j=B*AYwSv![_Mk81P(-1hZ]+Lr6{sv |D)?OꅘPw׉3[ -(? -QW9ɕ/;3Y,9=4@x3cmz&u;EkN\Pi-=H"{nLtQm^jx;@mK24'R(T++dL-qz?ߟ15$F_8}Y-͎Epf>p'[.7Qn2Ꚏ_'Jܳ?!E*t0F>AmDxYP?}ܤp(-1H.Y3zl ;C4@@6 zORdnBǞJ$=؇HZl[4ǡw iWp}l^#7}\41ZM+)g-Sۧє+ehʊu.Ge"U\%P*ME %?֢_Jl|ER%kyf2MZ7t10J(r_}o-;In- 'k[_Vz|m5CTH(_,onJ v<óLvsTKEMr,,q_@EB ( ;/|0W@ԗA0m=Gƶ)̍f?WŗC6H'i mL)/!v> fLm} k uu{&*p㾡DP/o6I>`rz= zyT[6nL_pՒ1ajƟ=O#LyC%a2>p */}1"v;8NuumcG3 |W~u^BoB2zSDaә.E5|# ܉o[%5!a4( Sc|~dPcˠ+GvPaΑ"  L@p*lAM!\nU8iqe.3\_c}s 8om'gJv..u)qRࡆpWZFvx#c&o9G(8V-H /lZ#LjV XU7/Xԕ)kAи`)LW! ;Pt#Um8VuQNZ'O&a%TYGT P{'i8(dO-aGݴ'0(OAIoR^o' @ZG|3n}t??IE̍u/vbqNP;qg 4 pfb`w)3[cyJk4-J)l!w ̸06y/"""hgK<|@lHM:}Ls\зbZ-iƕ$@zc`j ,xX~l.ӗ!s n; G ,f%g/)oZέy2b8\ Q!x.orYq+>_"gL=# /7z*|cÕ1bdjyri;GRnh8Xe"2GdrBx ɪ^:ˉ &8"F-.sz0N{#80bPW)"KFaY@2*Cb#3>A|,Ն-Bm1QkQ̄D2t#ӾPQ..ZJ_F9V"S:p`GWÆ)ekk@+f)e?-n7Na̕8v|W-mOI1 8^N'#qnAW˼JuBT;0ۀȉ?Yc=J-1A;*EqūݏlRrIrSº)]J `ی)p+V:!mNDEls'nūghiC#^>sŖ$]#2ɷEs>`db'I'H_1 Y{¥mۍ2Q|vKF4o$6eؚAZv}!(.#x HD^$%jzM$*{cm)"}uBa]T7vpP)z 5t RF_>rq0N>ggoMpT'7mKA%~ Jo E i2 ]5w`TT =S޿! %w#r@{s>:Ϙ| )^WMy%K5r t =p2}$D5%F$Σ"iKjP93kFNJXy/[ҖyE)mgA6֛1)*{"h'mk#8R?p+CY ~UT2*d7+G\ZiI#9Ėe<ǀ1{^^a TQ^5EmHlz\YC=!c%S{<3DkkN!i?S&O@evoM?L'#EBIL+G*FH2hKcؤ<^~ CxJ/(tU-'𕚸i7Δ.3qSadLF=-wy{ͰݻT`%~liez!>#rlN,0T:9`u&0Up|ydSWa&&C14G<ڄM`@ڲ|~\1C$ľwޛ>A jq`(-SX$p9rP?'fl4UWanɅLdnR> f^ewX+xY"$,'l3eʯW/~wj%[RReߢ^zo`U oe﹗.O R7!bXca힫jR/np}$Y#WjRG-p $qi0 EۈKo=E 1CCd&R?m%>PS-;j,U,.;;l,p[ M@J,XUFAG*< Q8axP7[ <H!kEir-ʛ/\hLJ 2"n%S@1h]e_MK֌YLS?Sp>I@h~<L {)xier"@u=<{.)Z 4FR>q)Dơ8*O*$ d&@𵾪^H6w66K. 4ey؟S&'#&{\cVPm?vG  32M a eI1]FQ#B[ewAڪns*[`Q>r\ A|Xh%XeLjI9VL (E.y"*A5j&hMz{ibqM oЮJ8&D(ڊ 3xK5D i41ըm?& gR  ΓM5ah`:@I՘*@%KvrK7{MfH]av <Z:?L&yhE~QZ: %=#ЙElk˪ɛg'v}'S.:1ʺ!ȆBW`%Eb4t%QUm mKuE%l{j(tHƟ-mD NIXLO*WN}y[n;jbGl3LU\ϕN٫?.7g,*H_*Lvf[M{XZ@jfp,!~>22s2Yglړ'#[>u\`U{ "Sstd \G*9e3aUEj%,)giF%[xK<~5\hA­Zpn ؒ=t[4q5DcUћz{0EWd/4$Q[_? 8/pPlU#W]A{ENW?Ox* qX`@Rhě dU7e e3V36T$*j^=/Nčz-km'yX2i9[󚼽L+=m^6, !LNQ8slr;[أ\RS l[,U"l~ #t@&?I5?r;?]3h8^nJ{7;UA88Vx^Fln٬ Z_lُEyZe`Fw梃M-di3Qḇ,cZ!XSϦQR$ɫZ:A v79򆯋w=(Kݰ]wWc=&'+R2tyQq+˞Yw59_y^-PHΏЫ\"i?rqeh_-gfe ڗOFESf&\&/oАVn1ӼjjGuhXJ^Y>Cb9=JE!< 9GG/cw1>~*{*T(µZ@jBs5EUw=DRk#^B7࠭ՍvFX7i~u HJГ E+;yr`AB(>Mƒ߾Fe91B,!?*svK6Ug'LX ɇX6%ʜa,@iZN6|P0ۣFjV.&kAj1g]RJ\aTn.B,q0Hyk8tY0!qq#{BkDa|V\3պz%1ՈMHYXEW1o8 #Ѐrn޳YqL)JzX$H$󊿘ʣX#'(. p3HC%Q}Nk>>n+j v#}-yR]K׫:*'XDA'eǐBhߒFf3?Oa5סwY߳wAM$!6ƿ m^^<~FBqƜ5E8_^`xeM]ά͡FBakOBi)5#;iMdF8;Q)7~%)5/ėگD*~)gӛO-dFTt,t:npqGj}XۑwJ>F7˧os`THA!A((+?zmwm=ܙu||Vࠜhe@wZJiSkY;%S>@$rb{"<#  ھwx"4jL$iD@0sJBHyy:Oo^@! 3Oʽ7Nw0쩂zę [vY` [Z+8+]x<_Ћ94]/jlX%;x?䵢)Tˈ]+ f.@?,givFg>A4d"p}r߲[e/Žnz0zenDU0bL(CDQU•é,bڌ)n|VOj |mׁ?tq޾,| w635@ѷ2+(S=)Nsƣ *K5|P(6ܢ 5 fDll,MYSyq9sۘ 8ӫ. o`j\;,F8UEqOI YB~D$`Rf?(^Ve"2xo5 ,,#6{>22φʞJM~ro>Q$Bx P&?yWWf#׿W%(HzLcL y@M|1\<%ǣ\kSօCuxjͤy52.rO$$KPGD1 }Sngd->x$$=FS >!q 6TzKUlsEG5(;>ʨ %|F,# bT$$@wf"]H3ZU#<ȃy Ɠ ll${AF1> cmھL&/9$K q 5 Aa^˒R,QnpP;,Xñms?FźbĄMI;5OrՈxNb \F>&qע@PUgstkv7|9V6&ůhWeJب*^>["T,jbtlF7剌ނ./L; 8DAax6XLJ/FHğ0ҵ͝9~4%)^Wr}<؂^6*B 9zźTRW x˭N./4`6O [ p3C)T#9 oy>J%i%;f+Pt"ӐHJѺߪRi }Ddt. P)e Qb TB8=:kvPS`561#0t5[ i`ΊW`VJQr.vEE,d1wgG y 5븥!Ҕ?Ubtfɭ}ܠ]^Z;za;A-/U3]A{ۚ3fBWW9\z>w#cZ^Fm@Av1 U+n`d%)-^;P]0haD f#Pyaw󔸨W)Q@-aYdĤ24gOP`tvl3i=ʧ`M}v26P@Fo09fm*iN*{@Tl.Soa#PNI{ϼ+)CfCRrZua;~zY8W`osK'ZQ Gs2Z0 3C\[x-٠DzYȡ'F6Qbh6`zŃ"θ%&oop=pP4;ˮP+ڇ:&D:.[Mc^VwwW3O v7(Ka/3rJ5$>-IeZelEwȱ1a2G2;X*M30Jq|wWwgŨNoEFLN^g(,͹Yft3ۺ׺K,ouѥ2qP[ן^U1nY7?K!3ӴC{̱h@ XF&I qE5\ W '  Z:ȈNRq N"3%&7Wb.QRTofXT;eqLeTy7_  46čX38a9D /rBؚ0}[Z!ׯ)zbcGOR+ʡ>REN d>tޒiI d+ZOB: ´'-` ByPeʼu *b s k6UV X!OG#\ԯU+]:]~:o_E3Sg^>Y)Y-^V!%:}6 {1խsdN 5&# #sr(WN e~A2F΃/p920c@e_>;=avf~W÷`+ՎZ$ p(՚UOuj[S璣CI3^زj&aRNs(V7H&˿(e\*@Ll))kҶ/e7E r-.4Q=? -Dv,P&S%J] kr;5` |\BO5Vt</q';.Պ]N$J %\C1/Z]ש!ړ:dJ|K LR_428的ږ# x8ڤ2'($L!ZҖBBwChPY XhǸ~T?ضVd^G.l28]-Mm%"H6SI*WYhB*\W@غB` Xyr '7!+_Pvjqg WI.5HQʒDklI6)UkRDXdaya 4Wq-9}pt0 זstLIܖW⺨<@%2-Ldiu(Wl=MzK.FIH; $[YuHtrwx> ۩OqH_*7''xp1Ļ L]TjY0ԖLd/Ctcߥ1T5ܦKHS!v}xN~3@%CMDU v `QⴼHqi#K% @~ Z%p=!b41 ) [2- Xb~~$_!q\bsPy'od`ǤKh+x*4lyfni/L-d@Y8_5ٚ%S5S@J -|T s9vHʯ7L٣O!_QGYRqC7ώAǎ8.Y_J홏ˬ.Ө Sųha}9GVCO}Hĩ[t/L0v>6 f(ZXאJc@Vge`+ cv,쎟uR00(!Lt߉K%D3vB҇t>˩޻ $e^]=h㍃(gUHo}E V{f b7tR` 0*wpGqn` Q xMNn>';+s|l4!Ł kkoE*Bi0ilԉ< s q|ޓsW!Φha1%[2~eVfyO@LO_S]jq]X~Mr,e/.( [\vfM0$Si'ohdY`:TH15\xgm:q197 cT7±FE@xhꮽ96R2kM .4UnW6mR8EU|`n_Re %# gxq™:Þ#5n r"(S^ pKnշ50VSSsy$gA)LpP4_ooq6G5puXs%iKQM-/1˗ wy]äY>h֤;$J3%7gB]hH Xg!{e %f rF F2X^E?"_-ˍǧIw?Wh 3&ϼ|˭,0v:/Zxٺ/qZ֚~ᯩ/N~R\0TպB[fTEC;r$dYa@Ͳhe?3Q&cu$ܸʍ)Б{ Ρk#!)ZYiP Qِ%OU:0>}fR|uQ3R[2 e {0o;lP { -lNOIڲcc^mq`MHq0KHh@] `p2Ez*4)afĄĩ:Knt:F֍K&07#`qotҜ\@Np¸5yO~ݎeA3/W^md"9|a6Ռ2wI)=S?|Zȋ?_z3dSع$&&O`jl6< fd^NP$~?]n©'ĺ1x ^4_B[1/Gvmb˼G?үU:o}.ϒ>IGye'#eeHl g~f+̙ exT; wc/@v[C[i'>T>4)#pJF "P1*6͡+QMtͧe'zf9G&EW'g5qRX[; &1Cbm*fJ6!lSZ#VuuWL<F_k)3nxj0R`?cgn"\MH-u$OӤxA ~bFG]P#& 1O֣ߚ@nBIa+wCu-c;`iZtRVd)B H}-l/OI -i+>pp p0 \/f%dAF ?C1Y5{2Uٻ`?(@e[4=oaݖX#RLy={ͤnb 5^"٩FRX1)#ƽGRל͖/ ^o- wdoro%̑;^2K px87s0ˬ52CvϿEruݿ4 Y:ET:^ɊҖ,p=$CC3ÉcGJNMIxm$8T"p8IkK#P>/~LzvD߫) .RnOIjXiXy?Y:uVZW6{Jmc7}أa8y'0K# ]Mŕ{/w,YЀ=rd,eNrj6Q pldǵQDr]rM$La| @HOxw=TϞ'JX W*vj{nw}\vt *j֝>wB;@v\"Έx[]K2&;X/|7H)F5!c=gvQ?ZM2U؁M%p ibʼno-'>aMK!?OsgJa8WwT6)O!̓a31W`E:5gޖڃ:ṻ^u{a2<Aج됒FZq|z)Kאmz*I]a,X?5UK/yt%׮{ K_Sr @ QoO9Hs2ˤ6M 'keWq(s`#ZD9&)6Z)G/yS;Ԕ!&PI?ِT,o$HN-p[tB4cFӖ.L/N kF&*~?Y{ݠVC]B,yI 1%Ttd;fNkcڃ-x$%a$!kZ̔WbSܠ SE1G: ;AZqyYAaJ64% f/+őΐ.e|;iPMgUr4: AaRmx>ň4\k2/W0)[pH({V(g698 hC;ڨX/{5,.-NPB!{}*YWCœmc‰i->{/LlEYT]n>l:lӘLwy:NJ=-}%) wIW&Dۓ!0@:sw(oaJɱ91|1Omjmfw_>Rt@ȇgq * kI{HQc fM`#mxT0KiHYL*&:c]ȹeF̈́&%y6\ZltF)D_Fdb$bBCyE٘uѶ(e=ڊŅ7k JL*2S<F~BO=֩v|AnƶzthAv.;}3!fi%|MiRk(̈S*k16hgc$猴cB-1l4eϳ"E1X"NEb2 a )H}3 T +ըw;YggYebq\I/8FD{W vzN|_MX[(p=Hf߇*ԇŽҺ|6ǖ09y>Ϥ]7S;kZ3=>'m|qm|dʉYSA+X=".]?m-"w+8^Yy)Nzߩ6fo2Μ0>)sh~[qڵj8&^T/Hi+ ć5.SDΫZvE:) y(˥| C`G9"ǁ$N%-Ss(xљB d: #J~- BQ K*P7Аd"q~cK_5>q`P ֌hhԟaZF7†}@NSG- ~ۣC~t~k@{`ȐXel+s.!D!,ۮFm7٬L4W p?WO^ǫGǠN'-vQ <<"!O@W, u9P  ?ȧ/J| -wȰ bE`|L :ooA8nAP ?~O[7;*NV; F/"[&3RYf^{.CK_W:Ѕic4O}KYVu dPFeޙEgkJIVlx;zX. VJ;EMGT}y˰MG"t1E3eGda2Hdp>u%6$#u&i :k(jq 0U b ؚ7`}#ka0("N N YОԂt˼\_z?*D[= uÑ5CyL9a|rFi/c(Hh}=Dt>R#,vX Įvcb7@P:1zli=c~e yt]t*#'zkڿ ߕݔeAd}o /T-˹bݬ/ gn]  J?صX{Z"d BA&rѕ^u|)1@E#m-薄BDq̃.lCkŽSq3$N||MBɇ ZLl-V4F{4[YDž(WR*$2p7>~IzFuuRæ ?1h[ ؚv QMu2 CeONqJys  a*vf>l>%T 7/t:гp0=ؽ gXxq`*4K3bx֫O$G\OOMn>gɹ޹앨 \ҋx"x12',|c]{ ~2HVJa db=] 1s`Վ2<"Ǝ3p'1l`_m%W9Oy;Nl.rm@."i-ÜYвJ\.f9BEyzZ'MakR:2^ȮJcTQכU6G2zE='St0aذvh |!;[i7c97ֺ3&RhV#ՌU<ȷjgdDxV yqsʝKgNь!@,ZU|×D˺gb;F9b$22%#0]M I)m{w5 ^vi)FS^ڱ1$R MB+D9 K]DS$4l4~zG &$bLTs=XFY5VBzt%6K-]d N2<|Trb>?3eOy|XMUr' ڡ珉+5o̮ 4&wv<*~^60ީL2oe6ς]k=&mtd"VibXfdw0\K:cE/>!sM6AAa L@ۇ}Sd7l37TڮX^dhQVR!Sv7S?/(PٳFp+,#*' z=)!c\ˌ]B(n̹X1ݦ(zscO*E"/P,,,7n adP'c;a@fGlKTGRC76iIKo("E φ\y6?]/FwĝW 4bm6_Iб٧M[-?@W*Z#,B|'rN\Ur #'T()o9"}rm}k@~~&#RHR͑[lECkA5\I%_]7ҕl8?],2qUhx@Pm B #Xo@ll-W5u쳩3r6_v8 >+[ςi\ AT@xXX > MEF&4{1CI|Fuz&q\SJtgadz73éz%B|*H\t:!]7#4 -' :auͅnU|=|4S#d'%bL ct4 ~g.W e*H>3m939!Y-W">QJR2 |GO9iLyB#S|JԃIpL s  X)|sbG׻u{rI04YS;TrmkI>Pүz!U:9>%FMxGX1WH۝HyNj+wD`WJX_ЍSp` af֎|= o 53O *L I1C(:r)x#Е躑́c~r qG.ac 5r]Y `ê5NT2̆n|+w\MӶ=|s>y FS?Ůo t<+7@Ә>>ɢv,+t08рWhY/Lt>J]71G,*QtfПIeH3PwD G:K6qrG)Vܳeg) WνHX'Y@-k_7m-F땛b< D8K/Òr\ٸ}f0"gp& yJӵ GmHi !Bm5u}{"yЫ\uoed-@ؽ/ڣ ?C3Dl'`|Z)cļlE'qO9NV[zlx$L;'{RՒ灒-Ms6@.'\⦄%s #$wUP92jC+ƬG:e;" Ӿ-hpTthKT,eAIcNA.RҬ߷'7QyWu5{OqUh`hglULb)}oY&z-+!pp8d c:+5 >R:J/j?-x9a;ݰ+_n hh&لVZC볁3 }Xf6G_krr9Ww|c I ,~KRNuP ` KOY̖'NQt3K9~P T^F8~ q964?- ҆O$s[5bpAE7l Cl#_j7㎬4nn߱Ϩw~O[`~6q3߿LQVyhG}YB^9 ;1vrD?P` Ijc\c*}(5GNdn_<k=0D}E$p4^!Qpw!]?%@"J"0([lhe=LTJݩ ŀk(i<$IGFb/>OЏ']cMvϙ4)Xv0Nײ##S\<֎X OY;ϿDWZH"k<0I. D~ƖB?s@n2`;lU'w<2}jEHk8o=͔al'XC|lʱ'R$A?}AԦwɘi+*_ Jɲ% L'l|#G 7"e<.*pz`)6q߹6 {EO rjsj* ȶa^mkv1|o:,5I2wYF|k POdD&T5]L3.t@l@y(֩Kc' *'-r?\̊0:k"#/MJN`zYVʐf%fX.oA!*̜O{a3\0wX/3T&B"=+T~v?^ Ē#y#!S+T7UA/߸p Z331_zVbڍtc/UrVF BO_cj[| Mգ챹X֥Mcz0 =Ԅ|Lv_Ú9ò9h>Vk؟'M䠯5hpVIbֹ`;RVĚs.iQq8oe[U!ћN̡ CQ[ơ97{A\ׯ.HLnU͉3< SvzVb(,r\9.h3gf`8Dӽ- yz&zN)sF٩ :؂EPٗP骥8 ;dfq><3\,t.YnHҰLS+1o8:-kʛիHA-c5. }ѳv~t. mK<+@۶y?\j!iftG 뮇V E/K)+ѭ SI`q%{3H<:-~1%E$]Wү,i]VbFGYMA[q,Dd٨+C:sER) ۙۙ8eJ YC7.B͎ 墓 EqyfE $/c;H6RJcOc.D ß.2ǥ́ Y26j%^G %q>~>HBc~G!ящU .$ Ne *Jx}sȗ"c{aH)n-6UEɀL +msdY:Jr톒s9ШrQy!YU1kdP f\;yls^ ղpSԃiUzM,Lϙi^ $}ZeL`X!فV&lr)FA8΋_P5ф֧&?.]̐WR\, XTf[&ޮ!SPʽ_pk. U CO&(5y|ҿCN0G05(=W47$g~ZJ=5JgGW 'l0Y<7DoaH(Pj<1e{k_IF6.&.BAϓ~B'(fxsdgrUWÛͷׯ:#k,ڼ.\}yXc*@ j23/rۈoSTO9|ȫ§'A#ȗL^GQ\$>&c"vF)wQ?TX=2qf#w-9/..PjXƕv3-Hi}2EdʍH/I`<5. )mJ#{k;)UN;;PO\wUK@=Cx@3(EnU8؛$:Qm5q4FYs9M^v5y" QS;߃FURґDb)e[ޤIs;L<).:GX⚉Kr 8瓾I6SFc8f[dJ+ Yqr6dfdCOi',0p_ylƤF +*h=O8p{orIMY0Z&fuqA.47b} l)ž0V)5=urڬiAP>2G=u/zcPp"Mb= KZܷ ٮQ hSfr)&)?W`7wOSgf ; ] Ǧs-S|mw}e=EPg\.GJk{zƦ RBUb,ˉ} >D7DᲡVs]# !5Fس 9{lRҖ*k{ {"#8IꐪlNQѢ{ 5HZmj~s>٣S?Z Tz6i:4η"{++Br%rtW, 7 `'r6q廟t [u/|Ǘ}vQ)?" =t/:0*{y&eyzPB Yv!8N(}#* ˩_|VC!N!$/5Yqbw\Мik hF2RFT[M|!3P((}Ըķ1p_ekvfcYIEYְZgvat+I25+D}k<ᩮu8jkiD*Ь. 2(0T'HE  _a&/#)IcniyNV]VĒHڍG.sUAJ4/&rŧ? r^^ގmNs't/TbP: vuo¿gAk퐑v JI#ɲ"Q!$,:lĚNzay3nni̪x@99纑d\TVseFtC.ൖ^TaTsdc.ޟ=z*^WcT|Sډрa8 ج"#m(~9H7T\ jB4)O.CsZ"@}4y-9[SEFA^b ? v(5t/)^s !+-tqXOZA02P%n #~+dt S^;} w*eL#`uKIllU?(]^Sfls/C&&[N9AU_ڂuvl6as_cJ15I9<̨)s Z+FUj, {dO,Mozݯ#:`apEkf݁|X%^pGڹㆮǐ3sZ@=6MYoZKA%t[> Ù6Qa~)@|7DN/'r{QZqf;f ̲"OX'R3!/jzJ*-hEspDX9(V;_$XJZWE37%7d9|VN\BP= ܜ6@$kϼ>o twvDl{R`R:5yA6Γ>|ׇΣz-9osGCo a}@*[O0 3Z]RnAƤ'm驔WVW6>T]gly: Q!A#`"ڻ- l E+r0tWyڈՖ߮ÄCpH$W18=__bm^hze(UB v8_dLK h'Cj %e9o z}K+͒ ^tY,t WՄޑv[ԧ[tLR3<s_eB46S_(x3$DSt0\@HVI|XKݥi/|(=&"ð, Nᤞݍt b ַ&8?& Gq0w!Ht@gq?5)Shts k>`G]Qj5YIfɸڕO."D]OZO$c;& s T¸(cȿYOU1d4TU%bmD QRI`^I /N9pȧ 2.'We Ee8b|CtkD7Cg\'".a υ[rP>R (o(l.%řE=IxjffSVn>Bf\/fuǎO\42N3Ee 8qavJVIO{\iq \I=ĩyvǪs@#|]\AЪǟ}\bQ1"cb Gze`uk c70гzEfF#a2̤!'{kB-ZBP?Q 9d̘CGS9q':Xaaq@loAGl' |~P^@ f6ƓCu,MJj\ i\qB֓cӐ#Qkmoe8w|m ?w<^a虊[`lԺ#!z //0Fݓb]_QO 0m}.oQӟ¤OOkmI 'Pm^K%K0Zà>RaJ< *&+w .sE"hӰ Y[O@KaիRale@2- W ΪD(_08Z ! =:Ccf4ytF$(`Yy`/Saկz r^shNf̤)z@W5AgfRKv<ac)eg8f7C"hгM jAS[X\#NWdZG$óпpt[?}mOН34OLzCIQ&Xp':7ebSu- >VZ pYԿq(&x_3Y(}q6+V'(2VsTK6eVz#Z3|^QTiqo?;(tic3Ku+څysr(nYw=ѩe:0KU56褈0T"b nn@^y"[Q/=g{@R'80<~J+4 Z ɚ;i`?:}Qɝ;%E4FCu{HN;$%6-z|H@]$F}[3^)| w,X@\3>UtO0N6Ip&N%UvXN~ 6+c _J~UI})5/9尶08_&'`0?K[\DJв[ӡ~tފM.o%h+nOhzh9vה|/DFOk掮LPeWw3ZzUbp`+ @@%6f)ct>}!G`9mL2M c+(H1[$6WǀocvMTf.I8؇=Xb?ւrQv[9\Pf@?wb ϰPEjOV;2{? ƅ8[0l_XNwZHg[UfʤHRe~'yWh¸m(ĸSv"b+E퀥Ǻ!Ui2<;A jtXGiި-sBQ05{ly8Fٮ6H'L~hȰɆ[/[9QlPI9@#m6 kuz \Cx1{lOX0)C?wwj9 _ꤋ!J˪$׌[k̒if,mu9T ]X<OkE ~*۵ _7O'K,;wvT-3}ʟ9/ )kd;ns' lKGP|*{2nMxZJ ׾\85]jQs?*m}T^;/N<َ=7R rW( {$3Jh9W] D;-qa}4ml'J^Rkp#[b~~#G'ؗaf$&c1A@)S$sLN"%7moUX}JTqb8h dq<ϯ6N:̼yfFI3J?8PMd* {ء?_u$v'x<5 -V7n:k'R-D!? HscDmePM sIљõ֒ʅJ.0-Brq*m bvYN 7#]^+j &!,yY(#u/ҲFN8Pc 7 ÐEzGRL $Zy>z_ )s#LH!N]W ,ߝw֙ PsYr0o;NLɵ #BP|`dD]S>ƙk\#y_P~k*mg:j?MktDu[`~Ov6YZq!+{|?T-$BR #䲬DԶjFtTP`Y/7zKvXlBuф4,v`m]$ Xձ5#PAoKS;@<W>ŖK&/A<~M$5YF)vWF1eNo4> ̚}ퟱNcÊ.Qq^']1\&iXc [:dޤx1L4c ?,XRZ)ee6򹐍:UkdiPNycSMIC&rEVx}_STt]TץY5GK֍J^קEg˪r(dqRȍڼe&X37w(Ճj1rA \}IxȘn@ x[uT7 /p#zU^Ta= ?8zu0ئ|)MJYF(ux˦-&s;Қ9t4nQAޜt(%Y9Zo;'h^^4/*TV yԲ´E03 l>َ30[ 2I$$c2siȳ`T%LYHm]cx_R0C%랡,p.[ndBlM3x<0Mc 0Abtg5Pt5v- 73H$kik%w88e;NDZhʝD`4n THNq^Xх4ܵQmf{Op/+I5j\,*Li l&()'G-{s1-^^ :uW7ˏ|NডJVDjK4dgT(R,/--#k=dFyZ ݡ͖y!+Η\?= nn}eF> ᧦R]B3\&Vf6四<"o6 f.bl˔QGQsDSmBI*'m .M]bз>H/uuڵM?Pi 3K ,2 $eDI thbЯD -W?eWP L. {/w[ $E.:Y3V"[UEӽiͩ˴2Ȁ.<Ȫ0vz UkJ04x>HxtYg/Ӄ-aA!SQ> z)b24n8?6?%H-m?a%fӏˣSbzNV/^{Eh)qso*ۗD~7R͹ạ7.]! λH\U!`3 t.zr״02ͭ %(ٛ"J焢*=QEbg%XYPK5rFi8U8l)N7=꽲hid T>5dSZt99=AuB> {3\ߛ?[Hsgvν&.g `=B:_z]un㙌1J:F̒Jm(g ٲ[@OhL:I>;jsQ!+X_!͒wUmJ|Ϋy+mC"[ KE/5eYr o<㭭ҥ`WS%=bm2mTzٖ]Eݒt9)kl,JQB0>i)kb2ajѭg!q8`ev]y*_15q!2=b%5[J^!n#蝧ݑ^~G\NjqU} /W%tctԘ62-wvIȾ L}LYP\qk7Y|4Q{䔾q5\_],A=%3I%i=C_ t//$|/hV U B_:`65lԠ~uzMvuSg5ȼA ohp/¤Eql2?7ߨ,J0b zHe\1zSPE4Rsgy$FgAOݾhɡ3C/_sZ,˷n_qOk"5@ زF+Jx DULj8DІ$}Y4Ӡy0qH}ST[҆ j@K_#P)f/Ԫ34 lAHL/v- '0aT֖yMYL}Tݔ:w/ܗdoq")CD0nI4utӦȽgQEbjͫ  'e^ /6lg%tr{؁Mޤëcf٩,!{ Z#;_YL2O@6rlqB;'W.i?uOa:Ff'R9b_c?R;X{mI`Q$D>_ARMj"NC N^q;Q}0c$7ӢPS7$}J4d'[>ROL6ˊ5Q5Ѷ)Km4)-+:;{sT 3}՜ÕQyBiT!ѐiZ\lL k9RA10L_Gf0F;XM(o|)Z\ؒngJɗ֎"8H9|ORby,7I kbC0HHX^؀:pe4|R^[U}BBבQdF? q<+ܳ0Ϫ4`!*sM6dd@YS)jQhp*TjiHh=~MZ_2|SV|Ciڝř-y4y8,C !5$ W{+_ݷ2]wr6!u`}gx=_?Id]2) 6?arp?\ҘrC}fJ2 dN⥯$#dаgG%Ȭ![uEZwl@7לwx퐼 {D&p^{jğ]k85?XNS%R ۵RXBg`м}Vډrb"AZbVeG0vr>'uAq6}psmڝ*#Ppq]Dl>Otr @oLX-9Pmdʙ͏-#c/j-ZWC}`L {AAUUx&m3rKPJGߏ@*,&ciŊePS58\8.O4ECt>%TE>Ue5W)ǭj ʉP^V/ y">bSbGPquxQ/G " z8vL| $d[_Ff_XJgt(O|]WܓP{>WrWh=:4` ce\w/VH'^$xqyeXۺ/NUFXeX%e;":~iٖ{h$CTE{bI2`_UGuOyݦ s ;zu(~{Te)-!Ð7i-XVk(JfZЮc2wU=\[sV@(<|oG{8OdcMxɊy˱f1+/9g siǠ4B>oY>KϒsbB9чJmc|p%`W6:P%jTQetwOlͪK R#䓙։Xa7;.xݤ^#/}R!~ZXrmҼ)0tLeMi/kǐYۥA@,%ff^?'61ʑ|PCȷW`80Mrc >ҢoqIx z!$.R4Y(OwF$4\PC_1>ΔT`|р:Rg!9?. QҥTRȸlzC[!(CZg;UR"L񺼑!>4OTӈcv6j]]EJҕHanvrٍvPŸSh =WTckڎ^Paz8cf$.H Fs<GBpO..E;yvۃVYyXٮPJU=b=aE es%dȿ#zs\1W[313>(\8 f("F (tIOоimjcc_&XP;`4}B_JCeTZz :yA#iMw0Fre"}NHY`9gh ٨",ENR}aMaGQ0ԌI4yk&;z shDB]>ҔBN~rQ4t"H, ZV(JHSsxFUYwj 56~WQS~|^ڔLqf(`s=ꗞ0,S؝ p70H 9Pas}ZoNN=_k(0Wf8;\7&:CDXRޅ;a;"垻1HFdlc|] _i}׮dИ\>)@ &5ȍt.@KEypa $/5 !zsrT&Ja)qf,"ZC&0Z,> w{~4VԙOL+?f|l1s.ގ.ZmZ:{>[= &Tp2,Q]Cd=`Aϣ+͢ۯnxla xa&Hq~}6HE2=oYsμz[% qd JsD!,kPU_etLkwXxZ i6] QkcNm>M2ò\t@H0ĊQR<>{6Pؾ`prkIRO#s#z֪_Oe|Y}n/h\ 2G;u!y-g3;LJ 颌*  X߫&c2ϭW-:ҺkW>_p$%OԮ*i>bYEF2[E#JaAхV2(p|{jcN1*gT+K{̧3TT_<`~=v6Ȏ娠|GuF(curG ?ͭDkocAZMQYIQhx!gAV03(l䛀(0)2р=3{L+[&⡷iY x_^:,+زH[ZҞ"z\wGs;ŸBK4&1T?}Kq>y$s%Eoynb,ON4G\jVDcrl\{nU5c\4o e =tR[T"f˘M~s3@{τ'{l7 6Te:]}Z0#o{b <-2X/NDa78RZϻ/BA++K|8PmT;|N#5jb)5*.O^u KXh9Z'.c2h=D~"_~2KuPPb6<Ѓ*Kzd"3mu”)ljG }u QyI sm:Gq"QauzIUgxO*!DOgb- uz`.gx`w_yKT ,CXib|h%(.7OD~`VeX|(!Q\JNKeQ34?BkJ 񨡠D; &l,b-J^dka"iab8l.&{Vr̘0'CcȚL7ݧPa 8e1-2kP !tϔ7y]ḌM>梬G@k{fڿ- gՎ}){L\ j3*#p&q 1&R1diR8׀10?Ҩ[M] ˝"vPG9uA̓%s=j.Z68'!,D#.{BN^q)3S1~OwxҾqTkaͯC&2آרA'H)a(d b`F{*@ĴcD(i Y57غ:K\.+̪Fͮn;`^g%1G^YIDnMOs)i>}jAhH xvqH^a:.- ҒA (_AiZg- ֹX(yM?%*ɹf[ =b{I6޳UeJRM`H#Պ `n '[+#IxI6,">U=#* rL1#]HLEp={hroZ ثx%Go|MXT )Ƌ!eBIG\/?W) T :ZYg)r+aRBWh_ G\4jEķ:V^jji3펒%>D._)kȥ{GGQbE[|W̮#)TnA.2KGfgWy1.ad!gG iT]Qc%cơ)t+od f<ф3  ̩{g&v4tFzqj6AS\>a7!b S2"wv\QZ.N)StD>Թb:EU>G]b>cʆ KqΊf)/n8DL\НI˨L}|J.T ,PD.II6~w%L n^ #G8|},qbxU=ML!(J1r!Fxpӊ5L^Hxs<05mHK&.vjZ=xh+d耬sQNнp;8KkAʓ"C 1"< ,dw֗NHhhB걣_e&=$: !chZ)* "yDݬr6:,Py' mn7.\fzӕ -8K;;Ӱĥ")Z_8?1uDfwx,r\*-hrUKa|g@du@qSs=XE5j4gWseMKEcG7gWn}8WpM69t,+O[(W p^ƅm~_ij7^{巸wlC ޟ'3њMU9}.X5jhSPTr/\PA 1}&dOpv4C @Bc165s_pEeꍾh\< L,U%ŸNAuq@"  љL?8ÇIGuњz;QvӠpi粲ΌUćZJE(z:T ֥'\߸`s{k,~@`6+uqۨJ2 +TF\9k]RF6"L.>6g- WHZ5:,)pM&[1ig׬${"uA/ W7ObPDm xtrB'_Y,0,pU.ћKTz'4.B VYxa!(n=SYG,!#):_mבozt="ӐA7 c{z%-е " ;qއ_r:/u sxǜfCA _;~qXl8G>F4N]-c^v| iܓmP֭aoa:uLPNbpҸNWߠY/MCJ+GwG. w|V G(Ew6+bzQ0*;j.,j; ܟbs9o0%Ϳ`Z]#W^ZYӱ?Y.\ 1GD?}j7GDM~AZ;{>!!>첑XjJ=*/A&37)s'dw1R4+eN^OWڿ6+.X1pG24pqH S3?_H=VAL7N:bV:8PF;)lX6h&F4(L(&X|XgԬ-&̴_r$o.UAC2m{3:ӱ27Ԟie1+o"K}$e&tAX_Π(DtbAcl‹\1*i !F! '#[0.f, I Wr7R 5ʯU}  jF'vpXOύ+jX5ϋO,n7}T|gK7g utň%^ rml?yR̀N>xcLu_ `qT@^xоnC&Vl72I~=Zmdԅ&8Zu@Uu. (kg:.B7Fk9C ukCx߁0؟UrlKF![W J@ρcwL2c֣[{e?/шېT~nDfh-ų-9/7iZvafqI7 ;>p23sv Prx&hNq@ 5=:) nt /M'`+771r%)vm'/wef*og;ӐKIG8EaII^} =.iMD@pu?%){$o"\ֈ7Fi*[ꁍ@D}@g<˭7Cɚ? 1S69*LXYKD#ӒnDCH3B <B"<"8U <ܥxL;ET׷ ނz ѝWFop^lʉD 51V`jm; =$ rwV 3VW1ĵe/Z`c!.~#*ĕGnU[31`,2 wJ,eytA(4h'2~<ʿK]oVf跉U9 m̟AJ4u٭ݏt Ɩ),i\e f n:{TejG.̯d$? ts1t7wbn†߸W;ߧ-|N۴ΩvqKNĀw-UjTx78{߀WϯÂsa;\0eE2~u†BTX FuΈjO}]4bHѭ[DHmGjJإ44!z$ԷO70,&" r(RAK#[)[7kFB\W #d6UkK#a)&+*XE(WB@"p@(`jA=p΍ۛ\նp@6bǞIuz+R?` j$̫|OD XX=:3L+&mn6Ba /=nd2A ;-8b]]#llRD^wBu;r[d蠻@/dX 879ƞ4Oě)7vme&WDҞ]8*XEcjmG deRmmU=ˢN#I2>Wv ƽD)AOA88)D}x|))\A ҅'b?ur7?3rW"Uz@<0?\|Aʿ[䤦@qB#qGs8?QǞl;.N>سPK^6a0bѻY6{Ŀ}n0$y(TQVo&*7JQkGg&ʥa5$)ð} >ʢ/K ]Pпj[~ǫ氈1B&b2 dy;fE!.k&jsDŽ k7+b(:.VʤM| Rk?p}yy;!^BWǖi@ ONx3nŸ#u~a*;4$|SeOa#;![حX Ovv,u$90>љ9Bg4c>9j*Ag/j's;NV4 d=.HW$S*=p)i^V=Jjo͓zXoɝ  3R}*cksǥLXO.Myo}@/o]~l?pAT3Ae\pszp>9oefJ}/KOJ"?1!XXBGKFw|eci`E5f.ґp>Rw9P^,8Ke}t*4~^h?c/ǜ= ٓ%دy ittxw]#W"WG!5˻|Ye\i:OhtШpC{I5:Q&@o%ܰ)G-5#YdAFQȓ =!Sт2w\ڲ&~:4K%1 M/7ȋͿgK$4AuM3LR;W fR8VC%Sk] ƨOz07-ʲ3J`zvFr,m5ŞiHhgX6NƢaN4NUܭ`L-T@ɏ*(I_[bӋXxNy/+Ciو  &u:y*"kŤ\}Żۤ?N0T ٽ.`qp?*8I"B0"Qg%x23JHHߞJL;C] gm?O9Eaw1Ԙ٤bX}lgJIP|- od*_$a\dOhQ1.vv/OyS-J CˎYt)F`6"o5+>I;*;)^(+r]ˬ%qwX4_坂EwOtL%eSA1ʘ$1*MRgOј> x6t ٔ8GpPV܈823~2f7OF EsXr#>-omy}_aYQ9f.I 4qgKؾ@-L)60`JbȾPGs0],XmbtiÕ!g5n*^ji._{$O͝%AWSjf3_909@O/V-u<`르aj菏/I6WxmW)Z͸nrK [Z8{nuy.Un)EUn-t>Kޯ>XV{F鄥^-=};Jqet 0χG82a% ga6:mv:P00M7zY %H6:;N?9I*'*KvEn)+E^{ X&-w$?ېFXӠ 6άلn;_ PeN/.A*Uo}cmwx:\#09ɛ⩗-JPBWۿܥӿi.m[ Ney JUxS;lZ[9Ll$cvWqTч5J20-%T 3H(\ΘduyRɘx)XbrИ0rݴ9VS6^Ғ.m>m,y*DC0)A+"&OͳoO(o#F)|z^]@фL_{e Jeq#(1#î=HćWM,&l%/3&yaj*\gqݳBOÝ`76s*\d$g3G#q72_87@x#|VOEp<ѯμDA&LE/;h7AqxQ2)ux= :M$ @OUAej䶲/R$hLr UEL$\ɬV Κ]u/s;`CǞhi{GTN 3픏݋ ntF37W}^{=ٵ/!Җ.! (>1y{a2jj?`NfkIjM0Q!縐3|9|$/]Նs9oȒ.Fy"b샼DNwƤ&v噃XqUK(]lªQB^^f4-`>l`Tsl;svQ^ǤP_B7J\q&òKJ^;x[J2tW(wi(1PU)AzHO~;K4MQ}-kԽO-2\S'Yc6=[m*ĐGYe[33r湰'(ۂ|X/e 4gIv5yGnJ0d^u}'ub)׵ xG6~$FO@iyӐӛ C}&w0P;FRRm̵JФՄFl0 'Q.C~=;\JE?B :M_EgK+mcg|άCy/Tǭ7vN)[>ω޸akKrb 3Ƣ!k+y3VMt'Xf2Y_,b1"8`_Vl*|Z Fˣי95J}Ij%d K`H*;d$ ܷϰo "1d(6j+Zewf|拓xAWP WJQ&aԮtC$C؄iW=]Ȓ D jhm/5Ws܄O''k JXhX`0"/Aer|{bWP*?cå8p$+x.…o))ׁU+2 WԾt_@nLW: ռF7%}Ɖg}yxC} /OZʅ.'س$]YI~C/1\ש<876Sq[?L"&'aunj4w H;0hNpDmYO|R>-ƨjG~;V Z#_gj?Ճ|YYED˼PYH26Ȓjf8uTQԱAYz` v8XR> EC.qIC!=UaW/tZ)\Q9! uO(\bO20h^34S]:NO63W>: RbcJϙkܗn(_u]0O/]2=ʘ$aKVg&;m+Z:wIA.I`{sng3'Gx!,e֤s:m"5 e\Q [o<{#z̎ȣvt߹4+,C V-"b)c"NEtm0}*mPbLI=UKAI\$F^Dr}.r]X dORHä)g6+A2F9aZC_SHF6pĘmO~)cOӇ9keT/?X½{ UԢ(8jyfJ=ecM0-5bѦDm= Tjwuޒ3{gѼs<X+rs_]7nQLƪ6~~m)xzZ)W.j{Q6/ %(zBisxLnZ|-7qGݠk& F4Qb "9Lf&~3b>`Cu0 $b_ݳJvzDY\Z 6f2BSYqYG>JlfCÀk|d@n#@6 ^ |V=BT$ "Xmo{:8yIDKXmI0]Mg F{Ag=!9t#X ŦF6 ԶNj š >ɱΐx:NF]^ bg5EVŵbM&Zcbk }n `3f}pz}&~޹Va+e8q rfjP?]ڑFT7k P$ ozAT7`9O ġ(t#xsDǣ JWgV6tmcUA әjT-`Zd86@ φl9HJQ[h2넔96V: G"筓/TX''X"Ā(/gQe9Œ2գR&e΁svWEua,,0zs`@-0†nA D$(lܽ,i,eM^0M)~4Yf͆sV }zH XⒻ&R;}8Pj"MY-,qi%]ҫCQZ љKOVzY.pS_.e3O2@9Ec+e2g~×?(Z&y]8oxˊ"ǁ]Бr[ʙz_D{t|_<cGn 5.ExYtL/@!ъ|+|1t__/UQC* B)XmQ.tjGSONYg=f y<]a&o!a{d>Csc vLss-T'[o$l3͆a ƩJBθW`v25Xzt3i8Zf; .U%p`qq#|ݪLtIQ.Npxܼܶlj!HMZW.IaxpYzd[=l(W8^IAkNٿA`%(ވV$"zj|Ƈ~7WG }/OF2KsTN"TXT5E,.d̨nHm#E[ݣW 4Ixv!)3bEUia! $bK-%$k<(L]؞<ا䶈YLf1 AmJy`Bu<ҝsi, {& gvb($8%qLi` $joG/y M!o7?y'rb8BP?j>kRܟ/'$w. [nL'o6mΞOD(T @LjMrhӠƹ.H̡䉼* z]w}'|< ǭm.B2N韨Mjku}_#08߼P_C ̳2* ܡU09'LAqK o<7خ[ȁy4p7cnyT0n}Juw% 1.¿(vh|臖tA]Ӫ#MM~ \3}'T`;[;঎S0@3#kl;x~ͽ%!X +;(&!➹!r! 5_OUH)*k+#Wbe>pZwZB\9CGj?Kcp~j|#glصhIQ)/f̧–(a G¶d4@xu/P4aCcŤFZ(gT&STWZlqeĂDAG7G;}D/o*ST2\ m>XIĘcsGdMqa˨" [ַ 4TMUvV0+7a#ȵ| + 1{,z.(g*^.YRъwsU?U!\Wǣ_Sv~ju}ayfxj* /5H>s2QYx9*JO[$j9y#|YdX=l>z}ZS]K/bdwŀֈu.rw`'Q-^F.|hL_~/Vek:VsK3S㢤l{GKY>R4mum}5*F{;|$  Q+Z#XLQ0an@z1å*kQ#k!VlD~rՆd~QbS}^1Ovzac"&^0~|u;7TtRԱHܘޯ5c_Bj:[&zqę%M~kGtP.[l?GB0)}P=7u00w'T`B_!?1ZtEK.Kb_K3g"tLh]QUT``_YKYS6j9şbIq1--TJiFP)6\YiJH2?Lsd}^M7pR%kA NEv4#uL*j_>R5X7؍,n?b-wua$"q ,h-R-`YȜXzx|Ng dn>'ɱ   Z0L3W5  $j,>0YUhmԉ﫷*C:6#hj/|KoL c ׆3x;sF!IG7}G~q.v$oZ`;V~k#l/>mÞ ;CȮty7D@ɿޘy" 6*K{PY 9dR͉Q=TSb۽OE TngU)x*+="Xv$(= M튒%nX0˗ɱ$@z?Kk%[SoZޟ`쾏 =!'SbϬ ظaZVw|OhƳptiOEK 8Jjߓ}LzHLfAOkY/ eZFnÛm[P%w{pe{ < DNAƯHL+ _ohR!;v9I"(tLJunY3 ˷}*?%L6VUVTTp1vܟ1 3NL5 L3.^< ib <<&e+ebgI~/N)&=دi|4:3"m+ "l8S=;Qh{=^'7PZMqi}j'v[/OgomKFHl Љ{;WB:M1EF4$n0q0y˴Bew뙝hM~{Ib\+,> ?j ūQO|ڴ,#DLq|Ok)gK*Կŷo%&c1_KDɿ@+I, [#;V#$Iߎ~Q^dؚ+A(0!TakC30PP1S9|+ Mx0<۬K*fM18$K0WKn^J(4OP O—~{TE0(Mb¦}B z LXvcA;>|&!:;IG>}wedʹ sUENoPxMuPqv}g"v}+֫V3D %fWEwm`Z:{[ m!Er܎L۟auZ4VD,Pu`4 !4qp;sSzU4WFkcvpIv~%_yAп|#36'\<*,]x[ Nh|zʀ=mcx,m"?c|ron̜`9đҽ%fc%C9[GcJ&l@qpD-yMӒ՜<-_zK nq.,H?bW0g2[! @w8zxhU%P pgY jɚߢ+پ>&E {|="MyV@nݷE@sK]dɧ/& ѱVouomAHnG͙1 Yʁ_╾TQv^l) 6`:V᧌_z2V`i:G*e+?751.wnF Hb3?;/ ѓTqy|LʇO<lՍs%4s.caրoX2D\+nU;uq`;Ι$ZfȲ:7Esr: O0L(2So'zRǐeѠ q݇ VmÂMCv'k:GDrHE% H,0Vw:ʢ!z;[ٞZo/;%;ア8E;xq(r唡'@9xo*FK!3 "Q ţ 0gu͎ۡ,k:z36jnvq<з?R![=9K[yNMb%mqN5o{ (q)^)o鏂әRկ'V٘ _ !Yx4ř ʂ"j)F^}c3-8Kˏc`[saVa\KYx"Ԕ*dJDʀ"(ը6]`7Hӭ(O=pnK1xJ4Aܾ{ABi<*VP'o.i#Q*:!\5mS4T o!}8~h$ jw>l7{Z3DK.^7huܸsf3q-vRLa*D-(s%UNVf9m8~srnK4S*^ɞώ]s!5F8頶 C@VcPyR$oL3F&%g1| <ܻiդXNK/f8@ziPQov0z 9 pSQ}7a2 qwGVwAjQiFb5{"$`%)rfD>_@w3~k8&u_R9 ◦d墊1%a1b$%{Vֵ6N?i3j&6WTˏTx}~ebA#|ݭğcʨ,Jժjv|`0QR(u&iu+łJ b98BGdȥficxϦێ&R:HU/8:R mz֒luzXi ޴T