udev-249.17-150400.8.46.1<>, gNp9| e" "M(# cjP.Jܘb`SkyLZSVᶶUV}K:B %? Q!yI ZC,$H6hA7K cFXXY& V3^ tzj-W =aȷ2#bM&á-.啃@ԶX|ֻ^8Y?cA6t;Z ɑ_=^dx " p3( }7f}`y)7JJ# x''k>N4?$d  N %1pv}{ p * h   CC DGxJMMPPP6QX6U6VlVV(V8Vi9`xi:Ki=>?@FGHnjIXʨYʸ\]x^~bcܜde#f&l(u<v߸wx`yz Cudev249.17150400.8.46.1A rule-based device node and kernel event managerUdev creates and removes device nodes in /dev for devices discovered or removed from the system. It receives events via kernel netlink messages and dispatches them according to rules in /usr/lib/udev/rules.d/. Matching rules may name a device node, create additional symlinks to the node, call tools to initialize a device, or load needed kernel modules.gNh03-ch2a\SUSE Linux Enterprise 15SUSE LLC GPL-2.0-onlyhttps://www.suse.com/Unspecifiedhttp://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.htmllinuxx86_64# Units listed below can be enabled at installation according to their preset # setting. : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-pstore.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi # New installations uses the last compat symlink generation number # (currently at 2), which basically disables all compat symlinks. On # old systems, the file doesn't exist. This is equivalent to # generation #1, which enables the creation of all compat symlinks. if [ $1 -eq 1 ]; then echo "COMPAT_SYMLINK_GENERATION=2" >/usr/lib/udev/compat-symlink-generation fi mkdir -p /run/regenerate-initrd/ touch /run/regenerate-initrd/all [ -x /usr/bin/systemd-hwdb ] && /usr/bin/systemd-hwdb update || : [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create systemd-pstore.conf || : : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-pstore.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi /usr/lib/systemd/rpm/fixlet-udev-post.sh $1 || :: test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-udevd.service systemd-udevd-{control,kernel}.socket || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-udevd.service systemd-udevd-{control,kernel}.socket ) || : fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-pstore.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-pstore.service ) || : fi mkdir -p /run/regenerate-initrd/ touch /run/regenerate-initrd/all # The order of the units being restarted is important here because there's currently no # way to queue multiple jobs into a single transaction atomically. Therefore systemctl # will create 3 restart jobs that can be handled by PID1 separately and if the jobs for # the sockets are being handled first then starting them again will fail as the service # is still active hence the sockets held by udevd. However if the restart job for udevd # is handled first, there should be enough time to queue the socket jobs before the stop # job for udevd is processed. Hence PID1 will automatically sort the restart jobs # correctly by stopping the service then the sockets and then by starting the sockets and # the unit. # # Note that when systemd-udevd is restarted, there will always be a short time # frame where no socket will be listening to the events sent by the kernel, no # matter if the socket unit is restarted in first or not. : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-udevd.service systemd-udevd-{control,kernel}.socket ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-udevd.service systemd-udevd-{control,kernel}.socket ) || : fi fi : if [ $1 -eq 0 ]; then # Package removal for service in systemd-pstore.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi1 h&ɰ(95BWFp (7$c9/_pY`xI8hX8$ZHPz$4o=\4Ur M Ve__ (H h %9h@i'k(( {V& G'B 45<10 3  A큤A$A큤AAAAA큤큤A큤A큤큤A큤큤gNmgEjgNmgNgNmgEjgN~gNugEjgNugNugNugNlgNlgEjgEjgEjgNkgNugNgNugNgNlgEjgNpgNugEjgN0gNmgNmgNmgNmgNmgNmgNmgN1gEjgN2gN3gN1gEjgEjgEjgEjgN4gNugNugNugNmgN/gEjgNwgNwgNwgNgNwgNwgNlgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgN0gEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgNwgNwgEjgNlgN gEjgEjgNgEjgEjgEjgEjgEjgEjgEjgNgEjgEjgEjgNgN gEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgEjgN gEjgNwgNwgEjgEjgEjgEjgN6gNHgN8gN:gN:gNQgN7gNGgNGgNQgN7gNGgNGgNGgNGgNIgNJgNJgNJgNJgNLgN}gN}gNLgNLgNRgNgEjgEjgEj44aa6d87036533ed4282de371169e8c0ea7ee3cf24d075994049c15af6ab816772bcc7dc13cdacc3ec82832c653e1fc5ae0ca37ead4e3785550f0ce2a6558f45d787d6920b48fa6e4ad3087fa15f6e35b27ad861cf4babaa507d4e7e6764248c2d87da0f73a6ee38e3a0a22f89446b31c49abfdd05786bfc86f64f58c9522f52fc05590056213e011cbd70f06972103b50c2528a3353abe25928b78e14a1f1318bc90578aaa3aa51d4a1065889012e06eae187c6734a6246450218cd2540fa22733457d6818f45f5e7e63cf5f4186fccc8dca0e3f8d0a2049ba8adc0ba10907328dd4b87b8d59e4c67e3200a06024a2ff15971e7e338df747bc9e07243a9e51098c6f829a5bec8354324280c2957266a15855bdbfda066050a8d428a3af20b13a4de333c8e910098a279e3a31a1cbaef70284c5d92cba78034840f2b1d4060a56a85b04e59a9040630376859cfb70803f154b386bbe05abb501bf23756301d578096efbc29a45af5e3a9c7ce115eb429fb5ab27d5237603efd36555b7c6e8328729d4bf47c5ea9201f05b607050c90463067c9fd277f366bc85daac23419db95f19c8d4f908784b36d6308697fb6c03980bef1b582c17d11628f0d7a82df949c184ae722e920afedc59a9e7a2cc5710a6e02569af44d699cc7823d8f80975075ac1adbbcfbc4e0360404bb7997f4748c2f1b5d07374a68dd14d4d351cf10a4ab413c905a055a7d1b05e3227c15e2b157622eef53ef225d2463fe7648f3a976e27852eaa03536189739c4c66f4961c4685b4f05bae461896677c98a2c4a242f5790e663632321ed61f53da70878f8e7b42e97ff62099c576bc6deac1b2ac8571f1b58406b001e415859dfeb1026e10138c2d115a2f3d5a6c213d896e50a49f7c76e5bf2e8558fc0e4f8a213e21991d2651715c15b77972b4897124c591187f959a5dfb759840f689aff28142544c1eaa88798435cbade22046358fe230ef9ce5e6480e7b711ee6f6f4c2a96d0c197f4ee32601743d97de421b4a6d40f73fa851e363f7496d0613fd14f020629e7057f54afe84c9c6d2b4d94153ac09f0aee8f5c62938df7c72dda0015db2747b112f9c9dc3e31b952eecc94f6aae9cbd2631b277a5b56d487ff00b50c8e1cd73cdec138136f54da3e333f077e5398b5b61408b542c2c6e0b77dd66b1bd885cd5c2cc82191662738c1e565950fcff3deabdcaa56856785abc52519607356f800833b7b7ac4a1becc539971dcd214e69e8e822e97d31f15ca3e9ac3a53313a4fd8564c9443fbee3948bb5a0c6a8199e4026cb1d5bafcf1a2a485d6edbe9eba55f3f4f930d1bca67ce3990f74e746e115ea6c189c7552ea1a5423cb642ea10ca98e8c62e3aadde685b700d91cd8a01e31082a986dac71eaa456734db96094d0090f7ff8e3847c4da9a3da54810cbdcc571026fdce6a8c8376d9bfadc7a3a2d0ca361e4088a0f33e400fe63a573f75be5b7abcabaaf84a0c6a6da0088f23aea790b4bc419863aec6fac2e3b0c88c59628845d955a585116dd1303c8263d55614877fe26f519599bf8c4b7f6d82e326f31bc84816c7263bf2a0c63947fcab2d0d12294470e46ea84422e165b9a9d807a349c25f446531bea8e231e6f2816c09d7d916efdf24086c4ff2fc585aeb89eb712d26137a6bc6bfc81566cdee6c75f82cbd64b44c438d15efefefb67b24c2e4096c4a676f5d3d4ed5944f896df30db9950241d2832824b4caa6b4c0a16bc77fd7a73a7dc88d36a6ad8bd08e79a995f11459f6191d922126b4cc2452ca685c2c874b7839caae6369064d7c118bd8842e479ff069443eac84cbbffb140323d2ac026ab34dfea5324f4e463cd34f63b92679b5276190fa854aebd5730b1def5222cf7269c4c5c430f90a5a3de5eeaa4dffcb7013dec1b450fcf1a95fa81f70bedb7ab38eba27dfdfb4ceeb2294eff143ed83454e2b37278bbb917a3211472ebae4e66328cc1de60acd02dcf5b5abfb44a46deabe5b0c038da1e7e4172a85f4f60d2d3b887adfbce9eb89fc7a64772697cf84fb588197c057c3a8bb4ed2be7552b5a9dc48de2774a05e0b47dd70b12083d1ead99c0a35c3260b639483a4fdcbdcb5628225c5e046af9282ce75277429276b0db83fad3ca3d55eadc9c7b91ead0b9a0355ee8ab783d08e7bdd8e85d9cbaa0cb8c44bda9bad6a784f316eb64fbd839d02588ae68c925542079cdbe6f66b16570c12e6126a0622cdc81ab5bcc011dde3fe708a9da307b445a7c9c659ff1e52c629e6d814d1513f4b7464b563aa38d482df7e06f8293fbdd496f67c9705a97bde79fe6d626b2178f33b9067cf1bc69c05a0ad6c4994b7f0c4a3f40f1280cdbd4618eea628658850b4cb19690ca45d412a58134725f4462ea07330c2c4757fcd4db6e13e2c1219a38a8e552427aeb8ab66630b517e7023dede03ed0ec92bd6fd73b757afa588aaae1a4c1cc0fbb3ea7368ceb987437ee3a631ad48aa053be33314bef2d079042cbe1f7976134534c89593b5ad1a61ff660873268636145884edc09350b1472b0f5808e0172195d94f87c21e9402c3b499a0b4873c2e934fad3f9105e25bb09dadf8d2cc3d9cbd1b869b356b2ee7e31948fb0bd7c8c90f7a75b327d80961d902b2e9937f578e30b2a2ceabd8ffa3a50f0bb965023ad2987fd8d1798d988d8733864329aee570bb5a0f82c1b666547e2fba9b17b9126733272e5052564dc8145010aa4447e66a987c6dba7caae70b8f62868caca1a8b3d31065ae33f7f329802e9407272dd0e8e55730756d0e3e5c4b60d9f9f4bb8bd14fc92bcf5246ead6fa877475f6480f35e0a19105bc4f9f3da3f1c28fbc0c75e400de651eb45758f2f50b5925ca6c56f84ee85473e91c77565e143ae35a149434f274e68748831d1933adb597c23a293f344cb8c237e28b0ebbf3a978dac7b94a70be1f96eb2cf73eb9315960ed3cad20cfeda98d2f2f6e8f896ec7d8e9af485f24740aea79863413f5080e6da6268d482b59458e4654ec177e55403315c6ba6f31d5217319b93e9ff82e8d6991a8d1a7f7f2679ecbbd8fae57cd3e84fa50fa46311ec3521fe9d0ba61c7327c31ccaa5961eeacf4e12d4b1d2b0f0bcf414cdad497cebd263357be4f44a87bd28b0e85070bac222ba6385a20eafaa8c7ffae083695390282bc7e953cff18d6bba874c3ca4bd7c77391d5b3c2e3add25bd9988b957ba416bfdd72f6cc94a7d0e3c0b4d793fe85141ce4920bd1a747c1d288a47f268cd30b5b84964db6cddf09940e61141fa98248468dbf8a2a01ac9499045c45062fdb03abd55cdec32fb13fe6f196290b52b5c4c9fc350406bf094ce42b78bcbdb4cc046e042a46be83db515a32e05bf7ecfb6cf86f926a6b881b460cca02ad85534572cdbd125bdba411417de1158b0709825114882cb8b8b7735e62983389654fbf42eca6b703543f76867dbf53eeec9288c2c88d0fcb338a2c26536767245b64ae515fc073c21bc78769f41188140e1d7b9576ec8dee34d5851721726417b25f78af68845dc3627c3336e7959a3db2a81b7d77c35018d38f840d41ea5fa3e9f63b6a41d68c36ded365927ce95d8026242533566fd5a9015ebcdb2a4f4c8d618a42513ab22dc7f9d14637bcea150a6d0782c9b1ca41f4c501f2d0a219eb6b4c0df4d8701cc5a316b2ddf63797d4c1b689bc0b289d5cb8063a7034e13b7f0fcf71e24d5cbee9b502e392faf073131658fec0784234af6e12dffb92354367e1335266de43edb6451534c9e69c317075212b216cedf1d3b6896f14ee0b0dcdd6e2a89e9e8c9d0d828e28e67bfa3f06e802ee7aa097c0c83e97bfb8fc1a4bc67740cd0988415907b0fdb5e9cd955be2626b5095b55c7eed4aa4e99bb5348e36a875615bcf113566a8f4b3fcf2c9bcc229d772a074007e854bab67471aa199e72c162185b62c0888791c9b3cde2c8b180fae4e4ae3a29564f933d0adffd46b8696d6ad29b2e80b9dcad60ddb2e4a3deee5a5b1df09f116f1ca9d4dfb150d495d2b8523e7f8175a9b06704f168e14ab97a8a333d4a52ec9501bc0c509ecb94d8ca323df93e7a40c06eee31aba4c03d0bd7a719c67675a6eb57eaf16d64528d81de6a6d5b5703098518f977c3b984bdf179238402a8ca0205f85cde798a275b8da22a593f2aaffd4697e4cbfb14cb7eb1d52b96f03d9a60c82eeec920e92558658904ccf6d33eb54d2c05d916210cc6bd549d16a941290450ebd6a53fa73854256aa2ca91172cbce3ea805ccf2cd52de8acbbc2db88d209de84655fa997c5ec291608292fe2de555e8a1e5ce574acf315fe65268c469872614073d5e36cae87198a78651a2f71ced048f26a093a97bc05678cd2f0023ced7948fc49c6c5d87056ebc8ef611d0f61b2ac01e20fa8cca035f957e58fd60600e3eec9bab927c23438299d7e6254472600168b557a467a497d537353511ec07657b494d1b13fec35f5a7e924d2f13a4d348c43333346721cba696fabcebbf5b3208e09acd91962417cc92d41b7d02c02681f091214c33176803f920a01b4e7d2cf5378f93271d55f7faee4c2df3561226852a5f43b33f1e9e0314b11653ce5cdf620f8eb0ab16b071fb7b6023d6630ce396f00f2c5a497c40ae965d2a2003495b088896fca7318dc14b252fdd7fe8ff970061aaf1571f13c673c0d523021ee2e207b7090d087e2bb7653601e21712022c805680262ee7e21bfb978099d7931bfcd3714d391d754849d8c35e3ced3d2120c3a61f9fe1e1b49fa3c45c3dc19bb4cb87b2cee4ef2c1b7f7490243d43d1b6d8888b259f1bcad12c08aa812bfcd0bac17f5dedd212abf2e8d6e4fe266cd2daae33edf86a443af84df022da4753010cdfd554536fb6830fce95f4d526985ee0983d0a8a24cd946c90e55643e4cdd547ec483c31abce64f0abeacb0a48de4c1c449f118ac572cd281812e9edad6c18bde661885d4b6084fd99f32393750b92d63d13a0f47a5db9c79bac126f16bd0ec4dd9f675e89cca287356a387273c407ad0a2fbb630776aeb7c66b39e46b24d911ecdb13615f6541269f187976baadf49189248f487df94af11585805fb98468d9b74ca4152eabed5047327ac3d14ed6a7691b7a7ebdfe59a65a0a7d6cf0fa9a192b99f8c02145e97f0f9fa8335ef8d58f33e0839cea99198c0b618c4c7b4dc7ec2a58ff64d08da63ea20dd11e83f011c77238ca715f14f09db89d7a145f83666095c21c5eb9cc45b7639f62b7d63f464a78f2f217f3ac818a95d6f334785540f42ac97e543d9bf64e7460c5dcd1a900b12cfd98aaa7edcd0571741736ef9466b55f9c12488b1ffff8381acea2261ed3af3ca698200b6dab1fcbced0c56e897d4cc654d685c1a5227a61bd9a2935c31fb3208fd352d854646cea87adb15abc39b7e14696e312804acbeaa085bac6abd8fc608da5fe3a771a5e5e373012dd65b245be569698f5a5446c652f436acbd6a934461f1122aa6ed0d80fc0693b0dbdd5e4b6fbd1e381e52f98c30b01714b8642d666d41b10dba40aed849e882f13927e94e6d008561e7f31d19b45cec5c1fa498b901f452a201648967f6b9f286b74ec22fd34a9215eb5823e0c95f5a0ccdc3466c44833b1b1e4bf768eb97466f115a85ebe80919146f1d2b8cf99e06e83f46577617913ca956403aced2bb1cfb03ee2309c03bc39dd61f27e5a1c0dcbe51e087d135a0590d440b50361b2b39f04a9db5d3a5b1358a556b35faa988bd01896b19fcf10c3a8e691b2952d26b4502d994986164a682cbe1361bafec5d136d841a9590357bf065bf90410b65adb91ce5bf07b4176b466abaedf9d7edf6a77d52f097ce976bc978a2e878931589a537f4c738ad9b65e9e88aa59c0d993ca7492a656e6f45730de8a6110d5c621a6df3b9051e67301155eaffeb27219c872cc2bd0c5e967d9fe5fab180c38e93c02581f56e86475076ad5e7d3736f7ad8ee81318bdaaaa2cd8f7602c74e68d483fc4da9d83162d752ef18e9ed5348cd2c979d826694f5e0ec600d6bcf6a4dd96433de77c0943bced25561b345ab972b0506b7cc2daad2fd344013aedc291df30c8ed65cdaed78159aa038b2c97ab/usr/bin/udevadm../systemd-udevd-control.socket../systemd-udevd-kernel.socket../kmod-static-nodes.service../systemd-boot-system-token.service../systemd-hwdb-update.service../systemd-udev-trigger.service../systemd-udevd.service../../bin/udevadmsystemd-udevd.8.gzsystemd-udevd.8.gz@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-249.17-150400.8.46.1.src.rpmconfig(udev)pkgconfig(udev)udevudev(x86-64)  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/env/usr/bin/pkg-configconfig(udev)coreutilscoreutilsfilesystemgroup(kvm)kmodlibblkid.so.1()(64bit)libblkid.so.1(BLKID_2.15)(64bit)libblkid.so.1(BLKID_2.17)(64bit)libblkid.so.1(BLKID_2.18)(64bit)libblkid.so.1(BLKID_2_37)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcryptsetup.so.12()(64bit)libcryptsetup.so.12(CRYPTSETUP_2.0)(64bit)libkmod.so.2()(64bit)libkmod.so.2(LIBKMOD_5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsystemd-shared-249.so()(64bit)libsystemd-shared-249.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sedsystem-group-hardwaresystemdsystemdsystemdsystemdsystemd249.17-150400.8.46.13.0.4-14.6.0-14.0-15.2-1249.17-150400.8.46.1ConsoleKitdracutfilesystemmkinitrdutil-linux0.4.1044.111.52.7.02.164.14.3gE@f@fIeee|?ejejd/@dܺ@dǢ@d\@d@dddZ5dZ5dK@dK@dGd.@d.@dJcccl@c1c=@c=@c=@c=@cccck@cvcc0ccc@c@cc@cD @b)bb@b@b@b@b@bk@b^@bL/@bJbA@b; b1@b1@b'E@b'E@b'E@b\@bs@b!b@b@b@b~b8ar@a a a a a a a@a@a7a@a@a@aaZ@aea@a@aa6aLaa@aaKaqV@aqV@an@amaamaamaaim@aim@aim@aim@a`2a`2a\>@aTU@aMaKaKa;Ha;Ha;Ha8a8a2@a0a/k@a/k@a#a@a@````````@`ݮ@`ٹ`ٹ`s`̊````O@`O@`O@``@`@`@` @`@`m`c`[)`Y@`X`OL@`OL@`J@`J@`H`3`/@`-@`3@`@__ܙ_ܙ__S_м@_0@__@__@_:__"______ts@_s!_cO_cO_a@_a@_Z@_Z@_O@_G@_FN_D@_>e_ @^@@^^^^^@^@^ϧ^˳@^@^@^@^^@^@^@^^^s^^r @^ku^M#@^;^8 @^&^@^@]@]@]@]N@]ʞ]d@]]])]@]]]4@]@]]m]@]@]@]rJ@]nU]S]A]5@]\"\"\@\@\ڭ\\@\@\@\\\O\}\\M\M\\@\~d\k\f\=@\73\73\l@[[[@[v[[[0[<@[<@[<@[<@[<@[^[ā@[ā@[[[[[@[j@[a[[ @[0@[!@[Z@Zz@Z@ZZZ@ZUZľ@ZZZZZZZZ2@Z2@Z@ZZZZ@Zw@Zw@Z%Z%Z@Z@Z@ZZH@ZZZZ@Z@Z@Z@Z@Z@ZZZZ}@Z}@ZyZyZyZyZyZxG@ZxG@ZtRZtRZtRZtRZqZo Zk@Z]@ZX@ZV@Z%8Z@Z@Z@Z@Z@Z @Y@YYp@Yp@YY@YA@YA@YA@Yo@Yo@Yo@Yo@Yo@Yo@Yo@YYW@Ym@Y{'@Y{'@YyYx@Yx@Yx@YqY_wY^&@Y^&@Y\YK@YK@YC@Y7Y%uY;@Y;@YR@YtYtYtYtYtYtYtXXXsXg@X@XXZX@XYX@Xe@XpXXX@X@X@X@X@XtXoXn5@Xn5@XWXQ4@XIK@XF@X=mX43@X.@X)@X$a@X$a@X$a@X$a@XXX X X X XX`@XXXXXXXXXXX@X@X@X@X@X@Ww@Ww@WW@W@W@WSW@W@W@W W Wv@WWWίW@W:W@WE@WPW@Ws@We7W)@WKWVyVVVVVaVՄ@V=@V@VS@VwVwVhV`.V\:@VLh@VEVD@VA@V'~@V@V@V@VV@V@VV @V7@V@V@U|@U|@U|@UUoŬUUUȒ@U@U@U@UU@U@Uy@U@U@U@U>U@U@U@UUUUU@Uyx@Uyx@UmUY@UY@UTE@T@T~T~TTTTTC@TTTTp@TTT@T@T@T@TxcTw@Tto@To)@TmTmTl@Tl@Tk4Tk4Td@Td@Td@Td@Ta@T`T`T`T\@TWn@TWn@TR(@TJ?@THTG@TFJTD@T>aT>aT=@T=@T=@T=@T=@T=@fbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlidong.zhong@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.dengompa13@gmail.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comdimstar@opensuse.orgfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commatthias.gerstner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comeroca@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comstefan.bruens@rwth-aachen.defbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdevelop7@develop7.infofbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.compavlix@pavlix.netfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comjengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commeissner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comtbechtold@suse.comdimstar@opensuse.orgfbui@suse.commeissner@suse.comjengelh@inai.dejengelh@inai.dedevelop7@develop7.infoasarai@suse.comarvidjaar@gmail.comThomas.Blume@suse.comschwab@suse.dewerner@suse.dejengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dewerner@suse.delnussel@suse.deafaerber@suse.deolaf@aepfle.defbui@suse.comjengelh@inai.decrrodriguez@opensuse.orgtchvatal@suse.comthomas.blume@suse.comjengelh@inai.desor.alexei@meowr.ruwerner@suse.deschwab@suse.dedmueller@suse.comfbui@suse.comjengelh@inai.dewerner@suse.defbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dewerner@suse.dewerner@suse.defbui@suse.comwerner@suse.defbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dejengelh@inai.desndirsch@suse.commeissner@suse.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgjengelh@inai.dehrvoje.senjan@gmail.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgsbrabec@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orghrvoje.senjan@gmail.commpluskal@suse.comjengelh@inai.dewerner@suse.dewerner@suse.depwieczorkiewicz@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dejengelh@inai.demeissner@suse.comcrrodriguez@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.demeissner@suse.comwerner@suse.dejengelh@inai.dearvidjaar@gmail.comwerner@suse.dethomas.blume@suse.comthomas.blume@suse.comwerner@suse.dewerner@suse.dethomas.blume@suse.comwerner@suse.dewerner@suse.dermilasan@suse.comrmilasan@suse.comrmilasan@suse.comwerner@suse.dewerner@suse.dewerner@suse.degber@opensuse.orgledest@gmail.comwerner@suse.dewerner@suse.dermilasan@suse.comwerner@suse.dermilasan@suse.comthomas.blume@suse.comgber@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.de- Import commit cba472567893618e15b4ab95a3cb0a762ad3ed10 0e8c003e1f core/unit: increase the NameOwnerChanged/GetNameOwner timeout to the unit's start timeout (bsc#1230272) 621e16c0b8 core/unit: add get_timeout_start_usec in UnitVTable and define it for service b4140d888a sd-bus: make bus_add_match_full accept timeout 81cb3a4fb5 udev-builtin-path_id: SAS wide ports must have num_phys > 1 (bsc#1231610) 533e98fc6b sd-device: add helper to read a unsigned int attribute- Import commit a57a6d239c5d6b91fb3dcd269705e60804a03ae1 cd0c9ac4f4 unit: drop ProtectClock=yes from systemd-udevd.service (bsc#1226414) e1eaa86a49 udev: do not set ID_PATH and by-path symlink for nvmf disks a85d211874 man: Document ranges for distributions config files and local config files- Don't mention any rpm macros inside comments, even if escaped (bsc#1228091) Otherwise pesign-obs-integration ends up re-packaging systemd with all macros inside comments unescaped leading to unpredictable behavior. Now why rpm expands rpm macros inside comments is the question...- Update 1011-sysv-generator-add-back-support-for-SysV-scripts-for.patch Really skip redundant dependencies specified the LSB description that references the file name of the service itself for early boot scripts (noticed in bsc#1221479).- Import commit 2cb4d40f1c6a388706af8a83d5344fc0de3c6f4d (merge of v249.17) c8578cef7f resolved: actually check authenticated flag of SOA transaction (bsc#1218297 CVE-2023-7008)- Import commit 86f0670d3a01c1a2d4df17f1c68d03f1586195e3 ba7f1df7a5 vconsole-setup: simplify error handling 94f4eaea77 Introduce RET_GATHER and use it in src/shared/ e02406fcc1 mount: replace UNIT_DEPENDENCY_MOUNTINFO_OR_FILE with UNIT_DEPENDENCY_MOUNTINFO/UNIT_DEPENDENCY_MOUNT_FILE 0b8db54511 mount: drop UNIT_DEPENDENCY_MOUNTINFO_IMPLICIT and UNIT_DEPENDENCY_MOUNTINFO_DEFAULT 98ba536bd1 mount: always use UNIT_DEPENDENCY_FILE in mount_add_quota_dependencies() 73c7b2bb48 core/mount: make device deps from /proc/self/mountinfo and .mount unit file exclusive ba585a28d7 core: Add trace logging to mount_add_device_dependencies() 36e0a4f80f core/mount: also remove default deps from /proc/self/mountinfo when it is updated (bsc#1217460) bc107c86c3 core/mount: set Mount.from_proc_self_mountinfo flag before adding default dependencies ce4907c7c3 core: wrap some long comment- Import commit e677079182c975ecdad88a76f657fecb4de523d9 7692c5bda8 utmp-wtmp: handle EINTR gracefully when waiting to write to tty 29c3eb4681 utmp-wtmp: fix error in case isatty() fails 98970eb90b homed: handle EINTR gracefully when waiting for device node 0305809edd resolved: handle -EINTR returned from fd_wait_for_event() better 40db4d6abe sd-netlink: handle EINTR from poll() gracefully, as success 5e681711c6 varlink: also handle EINTR gracefully when waiting for EIO via ppoll() 6bbd70f092 stdio-bridge: don't be bothered with EINTR f978feb591 sd-bus: handle -EINTR return from bus_poll() (bsc#1215241) 746962ff40 core: replace slice dependencies as they get added (bsc#1214668)- systemd.spec: add missing `%tmpfiles_create systemd-resolve.conf`- Rename 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch into 1013-strip-the-domain-part-from-etc-hostname-when-setting.patch - Rename 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch into 1014-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch - Rename 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch into 1015-networkd-make-network.service-an-alias-of-systemd-ne.patch - Rename 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch into 1016-core-disable-session-keyring-per-system-sevice-entir.patch - Rename 0011-core-disable-session-keyring-per-system-sevice-entir.patch into 1017-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Hence these patch files can be easily identified as SLE specific ones.- Import commit b473c02cc08e093e370034425671cbc001c6748e 02caac7973 units/initrd-parse-etc.service: Conflict with emergency.target 70b3bff9f8 sd-device-monitor: dynamically allocate receive buffer (bsc#1213873) e2e1fbba2b sd-device: change type of properties nulstr from uint8_t* to char* c9d3dd5954 udev: set description for device monitor 3f07f44fde test: use sd_device_monitor_set_description() b304a1e1a2 sd-device-monitor: logs description for device monitor 929d4066c5 sd-device-monitor: introduce sd_device_monitor_{set,get}_description() 340e523048 sd-device-monitor: fix inversed condition 02659c7b67 tree-wide: port various places over to new stat_inode_same() helper b35a4b042a stat-util: add helper stat_inode_same() for comparing stat's st_dev/st_ino in one d25219cbe3 libsystemd: ignore both EINTR and EAGAIN 648a151313 errno-util: introduce ERRNO_IS_TRANSIENT()- Import commit 155fe1917157bdeecf7e28ef0ea9f62084f27f14 3b8c671f90 detach-md: similar to the DM case, also don't try to detach MD device backing /usr/ (bsc#1211576) 6da5d2d1fc shutdown: don't attempt to detach DM volume backing /usr/ (bsc#1211576) 37178881c1 udev: decrease devlink priority for iso disks (bsc#1213185) 02ede28319 shutdown: get only active md arrays. (bsc#1212434 bsc#1213575 bsc#1211576) 412b8dbb32 umount: /usr/ should never be unmounted regardless of HAVE_SPLIT_USR or not (bsc#1211576) 16f897570a units: remove the restart limit on the modprobe@.service e4e85b08bd tests: add test case for long unit names 3f84b06f9d core: shorten long unit names that are based on paths and append path hash at the end (bsc#1208194)- Add 5001-sleep-don-t-init-sys-power-resume-if-resume-option-i.patch (bsc#1186606)- Make sure to pre-install the groups systemd and udev rely on. This is needed when the tmpfiles are run at package installation time (i.e. when file-triggers are disabled).- Move more packaging fixups in the fixlet script.- Move the persistent net rule fix in udev fixlet script.- Rather than having one script per fix, use a single script (or "fixlet") per (sub) package that contains all the fixups relative to a (sub) package. This has the advantage to limit the number of scripts but more importantly it will ease the sharing of the spec file between TW and SLE. We should also be able to compare the fixlets of two distros even if the spec files have diverged. Note that all the fixups are run just once now.- kbd-model-map.legacy:: add 'ara' which should replace 'arabic' in the long term (bsc#1210702)- kbd-model-map.legacy: drop some entries no longer needed by YaST Related to bsc#1194609.- Include pam_keyinit.so in our systemd-user PAM service (bsc#1209741) That way "systemd --user" instances get their own session keyring instead of the user default session keyring. For some reasons cifscreds refuses to work with the latter. That's what is expected for every PAM session anyway.- Import commit 6441bb41141aaa8bfb63559917362748a3044c15 165ca0d018 udev-rules: fix nvme symlink creation on namespace changes (bsc#1207410)- Update 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1203141) Optimize when hundred workers claim the same symlink with the same priority.- Update 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Since commit 38f3e20883ff658935aae5c9 (v248), the symlinks /dev/cdrw and /dev/dvdrw could have no longer been created. Futhermore the rule added by this patch dealing with /dev/cdrom was redundant with the upstream one- Import commit dad0071f15341be2b24c2c9d073e62617e0b4673 (merge of v249.16)- Fix return non-zero value when disabling SysVinit service (bsc#1208432)- Drop build requirement on libpci, it's not more needed since udev hwdb was introduced 11 years ago.- Move systemd-boot and all components managing (secure) UEFI boot into udev sub-package: they may deserve a dedicated sub-package in the future but for now move them to udev so they aren't installed in systemd based containers.- Drop a workaround related to systemd-timesyncd that addressed a Factory issue.- Conditionalize the use of /lib/modprobe.d only on systems with split usr support enabled (i.e. SLE).- Import commit 119740915155d473de087bd633ba62c1c3e47d36 (merge of v249.15) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1bfa716e7fb6d7169cece864e75dfe9e52914c99...119740915155d473de087bd633ba62c1c3e47d36- Make use of the %systemd_* rpm macros consistently. Using the upstream variants will ease the backports of Factory changes to SLE since Factory systemd uses the upstream variants exclusively.- machines.target belongs to systemd-container, do its init/cleanup steps from the scriptlets of this sub-package.- Make sure we apply the presets on units shipped by systemd package- systemd-testsuite: move the integration tests in a dedicated sub directory.- Move systemd-cryptenroll into udev package.- Make sure that /lib/udev exists and is a symlink to /usr/lib/udev when the testsuite is run.- Import commit 1bfa716e7fb6d7169cece864e75dfe9e52914c99 (merge of v249.14) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/540e0bd5374f9f42f1e645eb15971431ebb4b8c8...1bfa716e7fb6d7169cece864e75dfe9e52914c99 - Rebase 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch- Don't overwrite /etc/pam.d/systemd-user on update (bsc#1207264) Regression introduced when systemd was forked for 15.4.- Ship systemd-pstore with udev (jsc#PED-2663)- Import commit 540e0bd5374f9f42f1e645eb15971431ebb4b8c8 29fb8a2dd0 core/unit: try to submit stop_when_unneeded queue on removing dependencies bd63eab381 core/device: start units specified in SYSTEMD_WANTS if it is not running e0898fa873 coredump: do not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) 119424f96e coredump: adjust whitespace 3833d5a408 coredump: drop an unused variable 36728edcfd coredump: Fix format string type mismatch 34f6867a8a analyze: use DumpUnitsMatchingPatternsByFileDescriptor e67a7087ec manager: add DumpUnitsMatchingPatternsByFileDescriptor() feb8f2a983 manager: rename dbus method 98fed27339 analyze: extend the dump command to accept patterns a06d9470af man: document the Dump() calls of the PID 1 D-Bus interface, and what they are 79eb37a5e0 cryptsetup: retry TPM2 unseal operation if it fails with TPM2_RC_PCR_CHANGED (bsc#1204944) - Drop 5000-coredump-Fix-format-string-type-mismatch.patch 5001-coredump-drop-an-unused-variable.patch 5002-coredump-adjust-whitespace.patch 5003-coredump-do-not-allow-user-to-access-coredumps-with-.patch They have been merged into SUSE/v249 branch.- Fix systemd-coredump to not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) Add 5000-coredump-Fix-format-string-type-mismatch.patch Add 5001-coredump-drop-an-unused-variable.patch Add 5002-coredump-adjust-whitespace.patch Add 5003-coredump-do-not-allow-user-to-access-coredumps-with-.patch- Import commit bcf040075f682f67370ddf7ab93d7a0d8b9cd9cc ab0f962e4c core/device: Log on every event received from udev 2dcb7c77fe udev/net_id: show the correct identifier in the debug output of dev_pci_onboard() 5b824103e0 udev/net_id: add debug logging for construction of device names cb6925410b udev: add one more assertion 82e343153a udev: drop assertion which is always false cef726986b udev: support by-path devlink for multipath nvme block devices (bsc#1200723) 00b34f08d9 tests: minor simplification in test-execute e5b4571c20 tests: make test-execute pass on openSUSE - Drop the following patches since they have been merged in 'SUSE/v249' branch: 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch- Import commit 0cd50eedcc0692c1f907b24424215f8db7d3b428 ae2067b062 time-util: fix buffer-over-run (bsc#1204968 CVE-2022-3821) 0469b9f2bc pstore: do not try to load all known pstore modules ad05f54439 pstore: Run after modules are loaded ccad817445 core: Add trigger limit for path units 281d818fe3 core/mount: also add default before dependency for automount mount units ffe5b4afa8 logind: fix crash in logind on user-specified message string- Add 1012-man-describe-the-net-naming-schemes-specific-to-SLE.patch (bsc#1204179) - Make "sle15-sp3" net naming scheme still available for backward compatibility reason- Don't replace /etc/systemd/system/tmp.mount symlink with a dangling one pointing to /usr/lib/systemd/ (bsc#1201795)- Update 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch (jsc#PED-944) To decrease log level of messages about use of KillMode=none from warning to debug. SAP still uses this deprecated option and the warnings emitted by PID1 confuse both SAP customers and support.- Import commit 7b70d88264a588fdba36c6e7655d1feea2b0e0a0 (merge of v249.12) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/4949659dd6ce81845e13034504fe06b85a02f08b...7b70d88264a588fdba36c6e7655d1feea2b0e0a0- Import commit 4949659dd6ce81845e13034504fe06b85a02f08b 0f096f16ba tmpfiles: check the directory we were supposed to create, not its parent 82c3793e43 stat-util: replace is_dir() + is_dir_fd() by single is_dir_full() call 2191a9ae95 logind: don't delay login for root even if systemd-user-sessions.service is not activated yet (bsc#1195059)- Make {/etc,/usr/lib}/systemd/network owned by both udev and systemd-network (bsc#1201276) This configuration files put in these directories are read by both udevd and systemd-networkd.- Import commit 17d488c53ad150de59f7d842e870e0c3d141d8ff 6b3bb1161c core/device: device_coldplug(): don't set DEVICE_DEAD 1e4058a0bc core/device: do not downgrade device state if it is already enumerated f1d33c466e core/device: ignore DEVICE_FOUND_UDEV bit on switching root (bsc#1137373 bsc#1181658 bsc#1194708 bsc#1195157 bsc#1197570) fdaad2ff3a core/device: drop unnecessary condition- fix parsing error in s390 udev rules conversion script (bsc#1198732)- Call pam_loginuid when creating user@.service (bsc#1198507) It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d.- Import commit 2bc0b2c447319a9156e7c5a18fe971f946554a6b 6256b14446 test: adapt install_pam() for openSUSE 3ea5b7e295 test: add test checking tmpfiles conf file precedence e63e641ee8 test tmpfiles: add a test for 'w+' b531758614 tmpfiles.d: only 'w+' can have multiple lines for the same path (bsc#1198090) ea98492c53 cryptsetup: fall back to traditional unlocking if any TPM2 operation fails - Move coredumpctl completion files into systemd-coredump sub-package.- Import commit e62acb68de9bccfa272bef98fe5b38effc37528a b70267d883 journald: make use of CLAMP() in cache_space_refresh() 3953e685cb journald: make sure journal_file_open() doesn't leave a corrupted file around after failing (bsc#1198114) d03a5f79bf fs-util: make sure openat_report_new() initializes return param also on shortcut 05499d5a30 fs-util: fix typos in comments 9f77c8fae1 journal-file: port journal_file_open() to openat_report_new() 4d07c034da fs-util: add openat_report_new() wrapper around openat() 258c04836d meson: build kernel-install man page when necessary 23da9cc83a man: do not install sd-boot man pages when -Dgnu-efi=false is set d452b8738c unit: install the systemd-bless-boot.service only if we have gnu-efi 98f44dc500 boot: don't build bootctl when -Dgnu-efi=false is set (bsc#1198093) 9145684460 build: include status of TPM2 in the feature string show by --version- spec: make sure /lib exists when installing conf files in /lib/modprobe.d- spec: enable 'efi' support regardless of whether sd_boot is enabled or not We should support EFI systems even if systemd-boot is not enabled.- spec: cope with %{_modprobedir} being /lib/modprobe.d on SLE- Import commit 5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c (merge of v249.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/23b6a8633186a2b5b2487621c81ec7e7bb068db1...5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c- Import commit 23b6a8633186a2b5b2487621c81ec7e7bb068db1 f19292f18d udev: 60-persistent-storage-tape.rules: handle duplicate device ID (bsc#1195529) 3349f636dc man: tweak description of auto/noauto (bsc#1191502)- Fix the default target when it's been incorrectly set to one of the runlevel targets (bsc#1196567) The script 'upgrade-from-pre-210.sh' used to initialize the default target during migration from sysvinit to systemd. However it created symlinks to runlevel targets, which are deprecated and might be missing when systemd-sysvcompat package is not installed. If such symlinks are found the script now renames them to point to 'true' systemd target units. - When migrating from sysvinit to systemd (it probably won't happen anymore), let's use the default systemd target, which is the graphical.target one. In most cases it will do the right thing anyway.- systemd.spec: minor simplification by assuming that %{bootstrap} is always defined.- Make sure to create 'systemd-coredump' system user when systemd-coredump is installed (follow-up for the split of the sysusers config files).- update s390 udev rules conversion script to include the case when the legacy rule was also 41-* (bsc#1195247) * change scripts-udev-convert-rules.sh- Fix a regression caused by the split of the sysusers config files shipped by systemd (bsc#1196322) Calls to %sysusers_create were not updated accordingly.- %_pam_vendordir is still wrong on SLE, let's define our own definition for now.- Add in quarantine the following patches: 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch They might help with predictable network device naming issues. They will be moved to the git repo if nothing wrong happens.- Import commit d150ab3db99dea63a546567b3227baf0d85e4265 (merge of v249.10) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/26736aafa1df67d222fe46c54bf74b5c7a44d8a1...d150ab3db99dea63a546567b3227baf0d85e4265- Import commit 26736aafa1df67d222fe46c54bf74b5c7a44d8a1 8973cb2462 systemd-coredump: allow setting external core size to infinity (bsc#1195899 jsc#SLE-23866)- Fix build if %_distconfdir is not defined (see bsc#1195679)- Always create systemd-network system user, even if systemd-networkd is not installed (bsc#1195559) - Don't rely on %{_distconfdir}, it's broken on SLE (bsc#1195998)- Make more use of %{_unitdir} in files.{systemd,container}- Installation of libnss_mymachines.so depended on %{bootstrap} but it is actually installed when %{with machined} is true. - Call ldconfig when container subpackage is installed since it ships nss-mymachines NSS plug-in module.- Import commit a186eb9f9cc13b65f8380dbcae3080228e8be7e2 1395c74be7 udevadm: cleanup-db: don't delete information for kept db entries (bsc#1194912) bbafc8092a udevadm: cleanup_dir: use dot_or_dot_dot() d16f6d018d tmpfiles: split out config for systemd-resolve 41334be59e meson: minor cleanup 3db0c28462 sysusers: split up systemd.conf - Drop 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (bsc#1195153) Since v241, the patch isn't useful anymore because resolved is no more able to create /etc/resolv.conf symlink by itself,it runs as 'systemd-resolve' user. The symlink is now handled by a tmpfiles config file which is only installed when systemd-resolved is. The tmpfiles config file has currently a lower priority than the one shipped by netconfig.- Make use of %ldconfig_scriptlets- Merge nss-resolved and nss-mymachines NSS plug-in modules into systemd-network and systemd-container respectively. These modules are plug-in modules hence the shared library packaging policy doesn't apply for them. Moreover they're pretty useless alone without their respective systemd services, Hence let's reduce the number of sub-packages as the list keeps increasing.- Merge libudev-devel into systemd-devel- systemd.spec: explicitely list all files for each main (sub) packages Using glob patterns in %files section to reduce the number of listed files was error-prone as some introduced files could silently be placed in the wrong subpackage. The sections were also hard to read and many files needed to be excluded from the main package making the point of glob pattern usage moot. systemd, udev, systemd-container and systemd-network packages have now their list of files described in a dedicated file. The lists are kept sorted to make them easy to parse. The size of the files, especially the one for the main package, is still reasonable and much easier to read now. During this rework, a couple of cleanups happened: more use of %{_systemd_util_dir}, some files was incorrectly owned by the main package and have been moved to the correct sub-package, etc... Note: the rest of the subpackages might be addressed later but let's find how it goes for now.- Rename 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch into 1011-sysv-generator-add-back-support-for-SysV-scripts-for.patch This patch is now SLE specific.- Make sure that libopenssl-devel is installed when building resolved. Openssl was implictly pulled in by systemd-experimental subpackage but could be missing if the build of this subpackage was disabled.- resolved: disable DNSSEC until the following issue is solved: https://github.com/systemd/systemd/issues/10579 - resolved: disable fallback DNS servers and fail when no DNS server info could be obtained from the links. It's better to let the sysadmin know that something is likely misconfigured rather than silently handing over the DNS queries to Google or Cloudflare. - Replace '%setup+%autopatch' with '%autosetup'- Don't generate ID_NET_NAME_SLOT for devices behind a PCI bridge (bsc#1192637) If multiple NICs are behind a PCI bridge, each of them will get the same ID_NET_NAME_SLOT value leading to conflicting names. Such names weren't generated before SLE15-SP3.- Move the whole content of /usr/share/doc/packages/systemd in doc subpackage- Move the systemd-network-generator stuff in udev package This generator can generate .link files and is mainly used in initrd where udev is mandatory.- Restore /sbin/udevadm and /bin/systemctl (obsolete) paths (bsc#1194519)- Import commit 7a4e2ba4e01a8dfd305b24c40e156f8d293995a5 (merge of v249.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6c7d6a7100488806bad0a81bbf2bca99be641938...7a4e2ba4e01a8dfd305b24c40e156f8d293995a5- systemd.spec: drop our own definitions of %_pam_moduledir/%_pam_vendordir macros since they're now defined by pam-devel shipped by SP4. - Rename 1007-Restore-support-for-halt.local.patch into 1007-sysv-restore-support-for-halt.local.patch - Extract bits from 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch which are not specific to the handling of 'Required-Start:' and move them into a new patch 1010-sysv-add-back-support-for-all-virtual-facility-and-f.patch- Import commit 6c7d6a7100488806bad0a81bbf2bca99be641938 (merge of v249.8) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/103742c59ad2d37a54bfb91135d9c7b082ca3576...6c7d6a7100488806bad0a81bbf2bca99be641938 - Rebase 1007-Restore-support-for-halt.local.patch- Import commit 103742c59ad2d37a54bfb91135d9c7b082ca3576 e95df40b09 shared/rm-rf: loop over nested directories instead of instead of recursing (CVE-2021-3997 bsc#1194178) 078e04305d shared/rm_rf: refactor rm_rf() to shorten code a bit 6d560d0aca shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bit 6666ff056c localectl: don't omit keymaps files that are symlinks (bsc#1191826) 30cbebc56f tmpfiles: 'st' may have been used uninitialized 5443654ec0 macro: add new helper RET_NERRNO() 8d90ecc435 rm-rf: optionally fsync() after removing directory tree 591344010d rm-rf: refactor rm_rf_children(), split out body of directory iteration loop 8c7762c4f1 Bump the max number of inodes for /dev to a million (bsc#1192858) dc9476c881 journal: don't remove the flushed flag when journald is stopped 29efc29efd TEST-10: don't attempt to write a byte to the socket 773fb785b6 Bump the max number of inodes for /dev to 128k (bsc#1192858)- Rename 1009-drop-or-soften-deprecation-warnings.patch into 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch- Update systemd-user PAM service again Change the default implementation of pam_setcred() again, previously customized to run the full "auth" PAM stack and only call pam_deny.so which is basically the SUSE default behavior without pam_warn.so. This is considered safer, especially on SLE where a regression was spotted by QA.- move files related to static nodes to udev- Update 1009-drop-or-soften-deprecation-warnings.patch (bsc#1193086) It rewords the warning about the use of 'KillMode=none'.- Import commit dcd562c17a5bd8df60aff757c9a4c823b1da9144 (merge of v249.7) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a7d5fcde94e2351f6cdd1826726c52e22c9355f9...dcd562c17a5bd8df60aff757c9a4c823b1da9144 - Import commit a7d5fcde94e2351f6cdd1826726c52e22c9355f9 f99aa40c6e TEST-12: make sure 'adm' group exist 6c7194ff99 TEST-08: don't force ext4 for / dd1814b8f9 test: use kbd-mode-map we ship in one more test case 94c5febf2a test: fix TEST-10-ISSUE-2467 - Update the dependencies of the systemd-testsuite sub-package- Enable systemd-experimental sub-package again, rpmlint should have been updated.- Import commit 77ad76ed6e5c8170e3825d57abf8690b2a95bc06 (merge of v249.6) bcdeee7b4c virt: Support detection for ARM64 Hyper-V guests (bsc#1186071) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/ad045db5d34afeb4ece43f349783eda931e49a04...77ad76ed6e5c8170e3825d57abf8690b2a95bc06- Temporarily disable systemd-experimental sub-package until rpmlint is updated.- Add 1009-drop-or-soften-deprecation-warnings.patch- Disable nss-systemd and translations features for the mini flavour- Enable build of systemd-experimental sub-package It will be shipped in Leap only.- Really enable libiptc for masquerading support (bsc#1191651) Currently used by systemd-nspawn and systemd-networkd.- Convert systemd package to multibuild- Import commit ad045db5d34afeb4ece43f349783eda931e49a04 (merge of v249.5) 8de173ff93 mount-util: fix fd_is_mount_point() when both the parent and directory are network fs (bsc#1190984) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a...ad045db5d34afeb4ece43f349783eda931e49a04- Rename %{gnu-efi} into %{sd_boot} Build conditionals (%bcond_with and %bcond_without) are used to define a specific feature of systemd. "gnu-efi" is rather an implemenation detail. Also not really sure what "efi" option alone is useful for since systemd-boot & co depends on "gnu-efi". - Enable sd_boot support for aarch64- Suppress PAM warning when the credentials for user@.service service are established (bsc#1190515) systemd-user PAM service needs to define a default implementation of pam_setcred() otherwise the fallback (defined by /etc/pam.d/other) is used, which consists of pam_warn.so + pam_deny.so, and will throw a warning each time a user logs in.- Drop systemd-logger (Leap only) This sub package was introduced in order to configure persistent journal and also to make sure that another syslog provider (such as rsyslog) couldn't be installed at the same time: each syslog provider conflicts with each others. However this mechanism didn't work since uninstalling systemd-logger wasn't magically turning off persistent logging because /var/log/journal is likely to be populated hence not removed. Moreover using a subpackage to configure the mode of journald was overkill and the usual ways (main conf file or drop-ins) should be preferred. This change should have no effect on SLE as the sub-package was shipped in Leap only.- Overwriting rootprefix= is only required when split-usr is enabled- Rename %usrmerged into %split_usr- No need to install upstream pam configuration file "systemd-user" It's overwritten by the SUSE version anyway.- Predictable network interface names: fix slot based network names on s390 (backward incompatible change) (jsc#SLE-18514) The default predictable naming scheme used by SLE ("v238") have been improved with the two following changes: o PCI hotplug slot names for the s390 PCI driver are a hexadecimal representation of the function_id device attribute. This attribute is now used to build the ID_NET_NAME_SLOT. Before that, all slot names were parsed as decimal numbers, which could either result in an incorrect value of the ID_NET_NAME_SLOT property or none at all. o Some firmware and hypervisor implementations report unreasonable high numbers for the onboard index. To prevent the generation of bogus onbard interface names, index numbers greater than 16381 (2^14-1) were ignored. For s390 PCI devices index values up to 65535 (2^16-1) are valid. To account for that, the limit is increased to now 65535. To reflect these backward incompatible changes, the naming scheme version has been renamed "sle15-sp4". - Import commit 2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a 4c4e642712 meson: allow extra net naming schemes to be defined during configuration (jsc#SLE-18514) 78466e4464 meson: drop the list of valid net naming schemes b9a2098f9d netif-naming: inline one iterator variable d7fbbc5e74 Add remaining supported schemes as options for default-net-naming-scheme- Enable support for Portable Services (jsc#SLE-21695) Will be released in Leap only.- Import commit 48cec2f159dd8fd15d0baf9a1ffe2d762ecf769c 8d65ec4a66 test: wc is needed by test/units/testsuite-50.sh 1527bcc5dd test: make the installation of the debug tools optional in the image f4e6bf0b37 journalctl: never fail at flushing when the flushed flag is set (bsc#1188588) 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files- Update the dependencies of the testsuite package The debug tools are optional thus no more required. OTOH strip(1) is needed when building the test image and nc(1) is needed by some tests.- SLEtify This forward port most of the SLE stuff from SLE15-SP3 to this Factory snapshot making this version good enough for starting testing the version that will be shipped in SLE15-SP4. Add 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1181192 bsc#1184238 bsc#1184254 bsc#1184859 bsc#1185828) Add 1002-udev-add-option-to-generate-old-buggy-SCSI-serials.patch Add 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch (bsc#981830 bsc#888612 bsc#1072933) Add 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch (bsc#1178023 bsc#1183702) Add 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1089761) Add 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch Add 1007-Restore-support-for-halt.local.patch Add 1008-login-mark-again-framebuffer-devices-as-master-of-se.patch (bsc#1187154) merge compats/persistent-nic-names (bsc#1061883 bsc#1083158 bsc#1178561) merge compats/udev-compat-symlinks networkd is kept enabled as it's shipped in Leap distros (bsc#1071311) The following udev rules are no more kept by the systemd package 60-io-scheduler.rules (bsc#1165579 bsc#1164717 bsc#1134353 bsc#1177490 bsc#1184994 bsc#1188713) 80-acpi-container-hotplug.rules (bsc#1082485 bsc#1040800 bsc#1078358 bsc#1081170 bsc#1075743) 80-hotplug-cpu-mem.rules (bsc#1076696 bsc#1127557) 99-wakeup-from-idle.rules Move systemd-sysv-convert back from /usr/lib/systemd to /usr/sbin (bsc#1178156) Add conversion script for moving legacy collect based udev rules to chzdev based ones (bsc#1183984) SLE systemd default settings are hold by systemd-default-settings-branding-SLE (bsc#1065301 jsc#SLE-10123) Don't mount /tmp as tmpfs by default Set the version of the net naming scheme to 'v238' Set the default cgroup hierarchy to 'hybrid' Create /run/lock/subsys again (bsc#1187292) Restore "Provides/Obsoletes: systemd-bash-completion"- Drop git internal files from the testsuite sub-package- Adjust pam macros- Don't reexecute user manager instances on package update yet This can't be done until users have their user instance updated to the new version that supports reexecuting with SIGRTMIN+25 because this signal terminates the user managers for the previous versions.- Import commit ec72db9ee0f8ce061f83624d7148ff38a5993b11 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files - systemd.spec: reexec user manager instances on package updates- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)- Drop dependency on m4 (replaced by Jinja2)- Configure split-usr=true only when %usrmerged is not defined- Import commit 40bda18e346ff45132ccd6f8f8e96de78dcf3470 (merge of v249.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/7f23815a706cf2b2df3eac2eb2f8220736b8f427...40bda18e346ff45132ccd6f8f8e96de78dcf3470- Rework the test (sub)package: - it's been renamed into 'systemd-testsuite' - it includes the extended tests too - the relevant commits have been backported to SUSE/v249 so no SUSE specific patch is needed to run the extended tests (see below) - the deps needed by the extended tests have been added - Import commit 7f23815a706cf2b2df3eac2eb2f8220736b8f427 ad216581b6 test: if haveged is part of initrd it needs to be installed in the image too 088fbb71d0 test: adapt install_pam() for openSUSE 4d631c1f0c Revert "test: adapt TEST-13-NSPAWN-SMOKE for SUSE" ef956eb8a2 test: on openSUSE the static linked version of busybox is named "busybox-static" 6f7ce633b0 TEST-13-*: in busybox container sleep(1) takes a delay in seconds only 278baaa3ec test: don't try to find BUILD_DIR when NO_BUILD is set 3bba2f876a test: add support for NO_BUILD=1 on openSUSE d77cbc1b64 test: make busybox TEST-13-only dependency- Upgrade to v249.2 (commit c0bb2fcbc26f6aacde574656159504f263916719) See https://github.com/openSUSE/systemd/blob/SUSE/v249/NEWS for details. This includes the following bug fixes: - upstream commit 6fb61918ccdd0610b425d5b0e5417751f8f8f783 (bsc#1182870) - upstream commit 6fe2a70b9160e35fdeed9d37bd31727c2d46a8b2 (jsc#SLE-17798) - Rebased 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Avoid the error message when udev is updated due to udev being already active when the sockets are started again (bsc#1188291)- Import commit 73e9e6fb847513c6d62f2fb445778ef5bc0fe516 (merge of v248.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/cb29bcc5ef2c0ee659686c5d229646a6ba98ec50...73e9e6fb847513c6d62f2fb445778ef5bc0fe516- Drop 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch Commit 81107b8419c39f726fd2805517a5b9faab204e59 fixes https://github.com/systemd/systemd/issues/19464 which makes the aforementioned patch not needed anymore.- Drop 1003-basic-unit-name-adjust-comments.patch It's been merged in SUSE/v248 branch- Import commit cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 (merge of v248.5) 4a1c5f34bd basic/unit-name: do not use strdupa() on a path (bsc#1188063 CVE-2021-33910) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/94efce2ee59fca15a48ff9c232c8dd7cf930c0a0...cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 - Drop 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch as it was merged in v248.5.- Import commit 94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 (merge of v248.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c0aecee593511e49638579cb2b9ac8aaf1f8e6c8...94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 - Drop 1001-unit-name-generate-a-clear-error-code-when-convertin.patch as it was merged in v248.4.- Import commit c0aecee593511e49638579cb2b9ac8aaf1f8e6c8 42ec1d537a login: use a hwdb entry for tagging Parallels' fb devices with 'master-of-seat' tag ecc7c7b462 login: use a hwdb entry for tagging HyperV's fb devices with 'master-of-seat' tag a4cfd70476 login: XGI Z7/Z9 (XG20 core) graphic chip requires master-of-seat to be set (bsc#1187154) ef553e0199 sd-dhcp-client: tentatively ignore FORCERENEW command (bsc#1185972 CVE-2020-13529) aae6c575fc sd-dhcp-client: logs when dhcp client unexpectedly gains a new lease 258a3d2043 sd-dhcp-client: shorten code a bit 0a80303114 sd-dhcp-client: check error earlier and reduce indentation- Added patches to fix CVE-2021-33910 (bsc#1188063) Added 1001-unit-name-generate-a-clear-error-code-when-convertin.patch Added 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch Added 1003-basic-unit-name-adjust-comments.patch These patches will be moved to the git repo once the bug will become public.- systemd-hwdb-update.service should be shipped by the udev package- Finally don't create /run/lock/subsys anymore This effectively reverts the fix for bsc#1187292 made earlier. This directory is specific to RH sysvinit and since we're going to fade the support of SysV init script away the directory has no future.- Import commit e9a23d9e064c2e7ac21a1b984d116bcf15327e63 8dd19c6ee3 sd-device: allow to read sysattr which contains embedded NUL d52409e5fe pid1: only add a Wants= type dependency on /tmp when PrivateTmp=yes (bsc#1181970- Enable TPM2 support- Import commit fcdb8dce591db2f5fc3c1e3eeb7abe9a2090b401 aa2d840a3b compat-rules: fix warning: "label ‘out’ defined but not used" in path_id_compat.c - Restore 61-persistent-storage-compat.rules that was mistakenly dropped during the merge of v248.- Create /run/lock/subsys again (bsc#1187292) The creation of this directory was mistakenly dropped when 'filesystem' package took the initialization of the generic paths over. Paths under /run/lock are still managed by systemd for lack of better place.- Drop systemd's dependency on udev (jsc#PM-2677) In some environments (i.e. containers) udev is usually not necessary but pulls in unnecessary packages.- Now that chkconfig/insserv are history, let's implement the strict minimum in systemd-sysv-install to enable/disable SysV init scripts (bsc#1186595 bsc#1186359) Indeed there's no much point in dropping SysV support completely until upstream will do especially since 3rd party applications such as vmware still rely on it, see bsc#1186359).- Allow the sysusers config files shipped by systemd rpms to be overriden during system installation (bsc#1171962) - While at it, add a comment to explain why we don't use %sysusers_create in %pre and why it should be safe in %post.- udev requires systemd in its %post (bsc#1185958) udevadm, called in udev's %post, requires libsystemd-shared-248.so.- Restore all "License:" tags udev uses a different license (GPL-2.0-only) than the main package and "osc service localrun format_spec_file" has the good taste to restore the license tags for all other subpackages if one of the subpackage tag differs.- Expect 644 permissions for /usr/lib/udev/compat-symlink-generation (bsc#1185807)- Spec file minor cleanups: - Drop all "Group:" tags as they are deprecated. - Drop "License:" tags from all subpackages and make it inherited from the main package. - Drop "%bcond_with parentpathid" as it's not used.- Introduce subpackage systemd-tests This subpackage is mainly used before submitting a new version of the systemd packages. As such it's not intended for regular users hence can be removed/renamed at any time. One might wonder why the unit tests are not executed during package builds (%check)... the reason is that the environment used to build package (chroot) is too limited and therefore only a subset of the unit tests would be executed in this environment. To disable the build of the subpackage, use "--without=tests".- Add 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch A temporary patch until https://github.com/systemd/systemd/issues/19464 is solved.- Import commit bc08011f04ac4f12569ec05965149f665a0b110b (merge of v248.3) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6f5c11b28f5739b901390f22c2bf4c003cadedaa...bc08011f04ac4f12569ec05965149f665a0b110b- Import commit 6f5c11b28f5739b901390f22c2bf4c003cadedaa (merge of v248.2) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/e5f93c9d2e9e26dd0dff430c4c072a547357ae7d...6f5c11b28f5739b901390f22c2bf4c003cadedaa- Upgrade to v248 (commit 5d3d934a5c2f4593207497db94e6f313348e89e7) See https://github.com/openSUSE/systemd/blob/SUSE/v248/NEWS for details. This includes the following bug fixes: - upstream commit 4327574fc1093513badc2177f71cede2fc88c13c (bsc#1166028) - upstream commit 3573e032f26724949e86626eace058d006b8bf70 (bsc#1186411) - upstream commit 30927a24848c4d727f7619cc74b878f098cdd724 (bsc#1200170) - A couple runtime dependencies on libraries are now tracked manually (with Recommends:) due to the fact that some symbols of these libs are dynamically loaded with dlopen() (heck!) - oomd is left disablde for now - pam configuration file 'systemd-user' is now shipped in /usr/etc/pam.d - Rebased 0001-conf-parser-introduce-early-drop-ins.patch 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch - Dropped 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch as it is SLE specific. - Clean systemd-experimental up: - Enclose "%package/%descriptoin experimental" within a "%if %experimental/%endif" block condition - List the build requirements in the sub-package instead of listing them in the main package. - Enable support for fido2, pwquality and qrencode in the home stuff - Improve the package description- systemd.spec: clean some of the build deps up: - libpcre is redundant with libpcre2 (only required by the full build) and the mini variant needs none of them. Hence drop the ref to libpcre. - normally libidn2 is needed by some optional features in systemd-network (only). But it's implicitly pulled in by libgnutls (required by the main package). Let's make sure the related features won't be disabled inadvertently in the future by making the dep explicit.- Import commit 14581e01203df7aa63c7c8383a12e6ebe258476f (merge of v246.13) 423b1e759c Revert "resolved: gracefully handle with packets with too large RR count" (bsc#1183745) 4723778738 meson.build: make xinitrcdir configurable (bsc#1183408) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/9753d1c17545a5d46530696cb14254f5f12024f1...14581e01203df7aa63c7c8383a12e6ebe258476f - Drop 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch as it's part of v246.13. - Make use of the new build option to ship xinitrc in /usr/etc/X11/xinit/xinitrc.d (bsc#1183408)- Add 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch Temporary workaround for bsc#1183745 (upstream issue 18917) until an actual fix is found.- enable libiptc for masquerading support in networkd- Default to the "unified" cgroup hierarchy. At this point, most users of cgroup (such as docker, libvirt, kubernetes) should be ready for this change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line.- Import commit 9753d1c17545a5d46530696cb14254f5f12024f1 (merge of v246.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/134cf1c8bc3e361a2641161aa11ac2b5b990480b...9753d1c17545a5d46530696cb14254f5f12024f1 - Rebase 0001-conf-parser-introduce-early-drop-ins.patch- Import commit 13bc08870147b35f87cefb074aec22e767b7ac04 846d61e0a1 boot: Move console declarations to missing_efi.h 171a37228b boot: Add startswith() and endswith() functions with no_case variants 0fad9f309a boot: Drop unnecessary braces c38bbb0874 boot: Fix void pointer arithmetic warning 438210924b boot: Replace raw efivar gets with typed variants e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string() 2808d0e9a3 boot: Tighten scope of variables used in loops d3f3d57743 boot: Add efivar_get_boolean_u8() 0551ecce71 boot: Make all efivar util functions take the guid as an argument 8376ba3b9f boot: Turn all guid constants into C99 compound initializers 166fc2dad2 boot: Enable C99 c87d66e261 boot: Move Secure Boot logic to new file da7bba9438 udev: fix memleak e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598) 8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020)- create subpackage systemd-experimental to host pstore, repart, userdb and homed- Make sure the udev socket units are reloaded during udev package updates- fix-machines-btrfs-subvol.sh is only shipped when machined is built- systemd requires aaa_base >= 13.2 This dependency is required because 'systemctl {is-enabled,enable,disable} " ends up calling systemd-sysv-install which in its turn calls "chkconfig - -no-systemctl". aaa_base package has a weird versioning but the '--no-systemctl' option has been introduced starting from SLE12-SP2-GA, which shipped version "13.2+git20140911.61c1681". Spotted in bsc#1180083.- Add 0001-conf-parser-introduce-early-drop-ins.patch Introduce early configuration drop-in file. This type of drop-ins are reserved for vendor own purposes only and should never been used by users. It might be removed in the future without any notice.- Drop use of %systemd_postun in %postun This macro is supposed to operate on units but it was used without passing any parameters. This call was probably used for issuing a daemon-reload but the following calls to %systemd_postun_with_restart imply that already. So let's simply drop it.- systemd-sysv-convert: handle the case when services are migrated from SysV scripts to systemd units and are renamed at the same time (bsc#1181788) The list of such services is hard coded and contains only the 'ntp->ntpd' translation.- Import commit 134cf1c8bc3e361a2641161aa11ac2b5b990480b (merge of v246.10) 25f220eafb sysusers: flush nscd's caches whenever /etc/{passwd,group} are modified (bsc#1181121) 4a543f0257 journal: send journald logs to kmsg again 26df96473f busctl: add a timestamp to the output of the busctl monitor command (bsc#1180225) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/520e53b6d85087b05892ee637ae93f1b269e7e52...134cf1c8bc3e361a2641161aa11ac2b5b990480b- prepare usrmerge (boo#1029961) * don't install legacy symlinks to / * use %_pamdir to install pam modules * leave nss files in /usr/lib*, glibc loads them from there just fine independent of usrmerge- Import commit 520e53b6d85087b05892ee637ae93f1b269e7e52 (merge of v246.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2401461e5f0e32922823d954c56106f96344070e...520e53b6d85087b05892ee637ae93f1b269e7e52- Import commit 2401461e5f0e32922823d954c56106f96344070e 6131548b0f udev: link_update() should fail if the entry in symlink dir couldn't have been created f6cb8c7d79 udev: make algorithm that selects highest priority devlink less susceptible to race conditions (bsc#1084748) fc64e47291 basic/stat-util: make mtime check stricter and use entire timestamp ae91d45d3d test/sys-script.py: add missing DEVNAME entries to uevents 09e3473a7a test/udev_test.pl: add "expected good" count fc89379b5b test/udev-test.pl: suppress umount error message at startup d9e114f10d test/sd-script.py: new helper script for udev testing f2672eae66 test/udev-test.pl: generator for large list of block devices 42b68e43e2 test/udev-test.pl: add repeat count eec8ec375a tests/udev-test.pl: add multiple device test 73b8f3cf93 test/udev-test.pl: count "good" results ee04d70bb6 test/udev-test.pl: merge import parent tests into one 03942c8fbc test/udev-test.pl: merge "space and var with space" tests ec95546189 test/udev-test.pl: remove bogus rules from magic subsys test f704429217 test/udev-test.pl: Make some tests a little harder ce1a877dc0 test/udev-test.pl: last_rule is unsupported 913c72ff2d test/udev-test.pl: fix wrong test descriptions eeb25a1be6 test/udev-test.pl: allow checking multiple symlinks 00ab4292da test/udev-test.pl: test correctness of symlink targets 5b71ee2911 test/udev-test.pl: use computed devnode name 2e04bb9ae8 test/udev-test.pl: allow concurrent additions and removals 8816dd593c test/udev-test.pl: create rules only once 214418632d test/udev-test.pl: allow multiple devices per test 1eb6b23f27 udev-test: do not rely on "mail" group being defined 4a0a4dcf10 udev: Fix sound.target dependency (bsc#1179363)- Enable support for zstd compression systemd-journald will now use zstd for compressing large fields in journal files. systemd-coredump will also use this algorithm to compress coredump files. Please note that systemd older than v246 won't be able to read new journal files as zstd algorithm is not supported by these versions. This incompatible change was actually not the only one introduced by v246 since the hash tables in journal files have been hardened against hash collisions too in an incompatible way with older versions.- Explicitly require group(kvm) by udev: the group used to be created by system-users-hardware, but has been split/moved to qemu/kvm, where it is more logical. The file /usr/lib/udev/rules.d/50-udev-default.rules references this group, thus we should make sure the group exists. Otherwise there are errors in the journal in the form of: /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring- Import commit d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15 (merge of v246.7) 450792497e sd-event: fix delays assert brain-o (#17790) 1040a19d08 udevadm: rename option '--log-priority' into '--log-level' a7b41e19bd udev: rename kernel option 'log_priority' into 'log_level' For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/f6104ea5f554233e34b94ffd92da8332c3bd7d8f...d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15- Import commit f6104ea5f554233e34b94ffd92da8332c3bd7d8f 617aed9236 scope: on unified, make sure to unwatch all PIDs once they've been moved to the cgroup scope- Don't post-require systemd-default-settings-branding anymore This is actually not needed now that the branding package issues a PID1 reloading every times it's being updated.- Import commit 49caf8e37aba04841e5493ccc25e7edab462d95b f8f7286527 units: restore sysfs conditions in sys-fs-fuse-connections.mount and sys-kernel-config.mount e9c7158dc7 units: wait until some fs modules are entirely loaded before mounting their corresponding filesystem (bsc#1178631) ac7ddc4201 Revert "units: skip modprobe@.service if the unit appears to be already loaded" 17310a1d19 core: serialize u->pids until the processes have been moved to the scope cgroup (bsc#1174436) 1416965614 meson: add option to skip installing to $sysconfdir f71a1ef5d0 systemctl: give a nice hint about org.freedesktop.LogControl1 when applicable 20a3f9fd95 systemctl: immediately reject invalid log levels 9f67d2e57b systemctl: merge log_target(), log_level(), service_log_setting() ddf7cf4872 systemctl: add service-log-{level,target} verbs 026d7d156d systemctl: list unit introspection verbs first, modification second- systemd-default-settings is needed by %post scriptlet- Revert the change that dropped %{release} from the package version constraints used in Requires: The release number is actually relevant since it can be increased when some patches, which might touch multiple sub-packages of systemd, are added/modified. However the %{release} is still no more used in conflicts.- Import commit fdce77ce2067f9dd90d816bad28b51efed0b6dc1 05fff5bd02 generator: use kmsg in system-level generators, journal otherwise ecc07954de log: normalize log target condition check d32ceea42b log: update comment 2ebad02b60 basic/virt: Detect PowerVM hypervisor (bsc#1176800)- Simplify systemd-sysv-convert - the previous code incorrectly assumed that the sysv init scripts were uninstalled before %post get executed. It therefore save the enablement state in %pre and restore it in %post. Now all is done in %post (making --save option useless) and there's no more need to remember the enablement state. - "--save" option is a NOP but is still kept for backward compatibility. - the previous simplifcation made /var/lib/systemd/migrated no more used. - we do not search for units in /lib/systemd anymore, this shouldn't be needed anymore these days especially since this path was only used when systemd was introduced in openSUSE and it was never used in SLE (checked SLE12-GA). - the option --show has been dropped. It's never been used even internally. - the DB is populated only once even if the script was enabled at multiple runlevels. The runlevel info was never used. A dummy value is still added to keep the same format just in case.- No more need to clean the journal-upload stuff with --without=journal_remote Since -Dremote build option has been introduced with meson, this workaround is no more needed.- Move journal-{remote,upload}.conf.5.gz man pages into systemd-journal_remote sub package- Explicitly list files in /usr/lib/sysusers.d shipped by the main package Currently only one config file is shipped in this directory and we want to check any new files that may be added in the future.- Use %{_modulesloaddir}, %{_environmentdir} and %{_modprobedir} wherever appropriate- Do not include %{release} in a few places where we explicitly mention package versions It's usually not a good idea especially when used with conflicts.- Rely on systemd-default-settings for overriding system default settings (bsc#1172517) The new branding packages now ships the drop-ins to customize systemd either for an openSUSE or a SLE ditro.- Import commit d7b5ac76dc95ddf30e707d26998e36303e9f52a7 (merge of v246.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1cab0d44584687ace92d1df30eadf264231e3b65...d7b5ac76dc95ddf30e707d26998e36303e9f52a7- Ship {/usr/lib,/etc}/systemd/network directories in the main package These directories can be used by both udevd and networkd.- Remove dangling symlink /usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket Otherwise the build system complains.- Import commit 1cab0d44584687ace92d1df30eadf264231e3b65 (include v246.5) 304ec2c7ab fstab-generator: add 'nofail' when NFS 'bg' option is used (bsc#1176513) 6ae277fb37 test: adapt TEST-21-SYSUSERS for SUSE acd8bfd2cc test: adapt TEST-13-NSPAWN-SMOKE for SUSE [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a4e393eecb9dbe140a6c7d57419c291d786155cf...1cab0d44584687ace92d1df30eadf264231e3b65- Drop 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch linuxrc has already been fixed.- Add 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch A temporary patch until the installer environment is updated to create some of the symlinks that udevd used to create during its startup but now udevd relies on the init system to do so.- Rework how we prevent journald from both enabling auditd and recording audit messages journald.conf gained a new setting Audit= to control whether journald enables audit during the boot process. So let's use it and make sure it's disabled by default by shipping a drop-in that overrides upstream default. Also we used to patch systemd to prevent journald from reading the audit messages. There's still no way for downstream to configure that properly (we would need to mask systemd-journald-audit.socket meaning shipping a symlink in /etc) but I think dropping systemd-journald-audit.socket from the package is a nicer way to do that as some users might choose to reenable this setting (by reintroducing the socket unit in /etc).- Enable audit support (bsc#1175883) Enabling audit support in systemd will only make PID1 (and some of its services) to generate some audit records for certain events. But it doesn't affect journald, which has been prevented from recording audit messages in the journal (SUSE specific behavior).- Upgrade to v246.4 (commit f1344d5b7f31e98aedb01e606f41d74d3caaf446) See https://github.com/openSUSE/systemd/blob/SUSE/v246/NEWS for details. Now that the number of SUSE specific patches has been shrinked and is pretty low (12 at the time of this writing), they are no more tracked by the git repo and are now handled at the package level. Hence It is easier to maintain and identify them. This effectively means that SUSE/v246 will contain upstream commits only. Added 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Added 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch Added 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch Added 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch Added 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Added 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch Added 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch Added 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch Added 0009-pid1-handle-console-specificities-weirdness-for-s390.patch Added 0010-journald-disable-audit-support-completely-from-the-j.patch Added 0011-core-disable-session-keyring-per-system-sevice-entir.patch Added 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Adjust %pre and %post for the restoration of upstream tmp.mount (boo#1175779)- Import commit a4e393eecb9dbe140a6c7d57419c291d786155cf d8e3bd4e22 Revert "core: don't send SIGKILL to user@.service immediatly during shutdown"- Drop requirement on 'sysvinit-tools' It was used to workaround bug #886599 by explicitly calling vhangup(8) from getty@.service so when this service was stopped a virtually hangup on the specified terminal when were stopped to give the shell a few seconds to save its history. But this workaround was dropped since it had no effect (SLE12-GM was released with it but was still suffering from the bug) and was replaced by commit e9db43d5910717a108, which was released from v226 and backported to SLE12/SLE12-SP1.- Import commit 6d6d92930acad63f9b9029c305a672c32c550d2d (include merge of v245.7) 797ad47d3e vconsole-setup: downgrade log message when setting font fails on dummy console (bsc#1172195 bsc#1173539) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b12cd8b89b4bccfcf972b47153a2b01cd7775932...6d6d92930acad63f9b9029c305a672c32c550d2d - Drop 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch Upstream finally reverted it and it's part of both v245.7 and master.- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461)- migrate-sysconfig-i18n.sh: fix marker handling (bsc#1173229) The marker is used to make sure the script is run only once. Instead of storing it in /usr, use /var which is more appropriate for such file. Also make it owned by systemd package.- Fix inconsistent file modes for some ghost files (bsc#1173227) Ghost files are assumed by rpm to have mode 000 by default which is not consistent with file permissions set at runtime. Also /var/lib/systemd/random-seed was tracked wrongly as a directory. Also don't track (ghost) /etc/systemd/system/runlevel*.target aliases since we're not supposed to track units or aliases user might define/override.- Include in the package version the stable minor (if any). Also update the version shown by various command such as 'systemctl - -version' to show the stable number.- Don't restart udevd sockets during package update Otherwise we might miss kernel events as the daemon need to be stopped as well.- Import commit b12cd8b89b4bccfcf972b47153a2b01cd7775932 (include merge of v245.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a6d31d1a02c2718a064bbbc40d003668acf72769...b12cd8b89b4bccfcf972b47153a2b01cd7775932- no longer explicitly package setgid directory /var/log/journal (bsc#1172550). The bit will be set during %post by way of the systemd-tmpfiles invocation. This avoids a conflict with the permissions package and an rpmlint error popping up.- Fix build when resolved is disabled While at it sort the build conditionals.- Import commit a6d31d1a02c2718a064bbbc40d003668acf72769 bb6e2f7906 pid1: update manager settings on reload too (bsc#1163109) e9e8907b06 watchdog: reduce watchdog pings in timeout interval 385a8f9846 udev: rename the persistent link for ATA devices (bsc#1164538) 66018a12ae tmpfiles: remove unnecessary assert (bsc#1171145)- Disable bump of /proc/sys/fs/nr-open Hopefully a _temporary_ workaround until bsc#1165351 is fixed otherwise user instances crashes the system is using NIS (and the nscd cache is empty).- Drop legacy /sbin/{udevd,udevadm) symlinks hopefully for good Since boo#1160890 has been fixed since a couple of months now.- Drop content of /usr/share/factory/ (bsc#1170146) systemd ships several files in /usr/share/factory/etc that are copied to /etc in case those files are missing there. Unfortunately the content does not match the openSUSE defaults.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466 bsc#1181831) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead. Meanwhile we still keep the homeless definitions in suse.conf until a better place is found for them. Drop 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch Drop 0001-SUSE-policy-do-not-clean-tmp-by-default.patch- Drop %tmpfiles_create portables.conf from %post of networkd sub-package It was probably mistakenly added because systemd-portable served as template for systemd-network.- Import commit 08cd65ac385c884ed6e4bd71128a0796f56ecd17 (include merge of v245.5) 1ceedf8535 meson: fix build of udev 'path_id_compat' builtin with meson 0.54 e61569d4a9 pid1: by default make user units inherit their umask from the user manager (bsc#1162698) 64fdacd5f1 user-util: rework how we validate user names (bsc#1170272) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c5aa158173ced05201182d1cc18632a25cf43b94...08cd65ac385c884ed6e4bd71128a0796f56ecd17- Drop 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch It's been merged in 'openSUSE-Factory' branch otherwise this branch won't build anymore since meson has been upgraded to version 0.54 in Factory.- Switch back to the hybrid hierarchy Unfortunately Kubernetes and runc are not yet ready for cgroupsv2. Let's reconsider the unified hierarchy in a couple of months.- Import commit c5aa158173ced05201182d1cc18632a25cf43b94 (merge v245.4)- Add 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch- Import commit 31f82b39c811b4f731c80c2c2e7c56a0ca924a5b (merge v245.2) d1d3f2aa15 docs: Add syntax for templated units to systemd.preset man page 3c69813c69 man: add a tiny bit of markup bf595e788c home: fix segfault when parsing arguments in PAM module e110f4dacb test: wait a bit after starting the test service e8df08cfdb fix journalctl regression (#15099) eb3a38cc23 NEWS: add late note about job trimming issue 405f0fcfdd systemctl: hide the 'glyph' column when --no-legend is requested 1c7de81f89 format-table: allow hiding a specific column b7f2308bda core: transition to FINAL_SIGTERM state after ExecStopPost= 2867dfbf70 journalctl: show duplicate entries if they are from the same file (#14898) [...]- Upgrade to v245 (commit 74e2e834b4282c9bbdc12014f6ccf8d86e542b8d) See https://github.com/openSUSE/systemd/blob/SUSE/v245/NEWS for details. This includes the following bug fixes: - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (CVE-2020-1712) - upstream commit 66a19d85a533b15ed32f4066ec880b5a8c06babd (bsc#1157315) - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (bsc#1162108) The new tools provided by systemd repart, userdb, homed, fdisk, pwquality, p11kit feature have been disabled for now as they require reviews first. Default to the "unified" cgroup hierarchy. Indeed most prominent users of cgroup (such as libvirt, kubic) should be ready for such change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line though. Added 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch: upstream commit 097537f07a2fab3cb73aef7bc59f2a66aa93f533 has been reverted for now on as it introduced a behavior change which has impacted plymouth at least.- add systemd-network-generator.service file together with systemd-network-generator binary- move html documentation to sparate package to save space - move networkd and resolved binaries into correct subpackage- Import commit f8adabc2b1f3e3ad150e7a3bfa88341eda5a8a57 (merge v244.2) 77c04ce5c2 hwdb: update to v245-rc1 b4eb884824 Fix typo in function name e2d4cb9843 polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it 83bfc0d8dd sd-bus: introduce API for re-enqueuing incoming messages 5926f9f172 polkit: use structured initialization 0697d0d972 polkit: on async pk requests, re-validate action/details 2589995acd polkit: reuse some common bus message appending code 5b2442d5c3 bus-polkit: rename return error parameter to ret_error 0a19ff7004 shared: split out polkit stuff from bus-util.c → bus-polkit.c 1325dfb577 test: adapt to the new capsh format 3538fafb47 meson: update efi path detection to gnu-efi-3.0.11 3034855a5b presets: "disable" all passive targets by default c2e3046819 shared/sysctl-util: normalize repeated slashes or dots to a single value 6f4364046f dhcp6: do not use T1 and T2 longer than one provided by the lease 0ed6cda28d network: fix implicit type conversion warning by GCC-10 f6a5c02d26 bootspec: parse random-seed-mode line in loader.conf ddc5dca8a7 sd-boot: fix typo 2bbbe9ae41 test: Synchronize journal before reading from it 072485d661 sd-bus: fix introspection bug in signal parameter names 80af3cf5e3 efi: fix build. [...]- Use suse.pool.ntp.org server pool on SLE (jsc#SLE-7683)- Drop scripts-udev-convert-lib-udev-path.sh Nobody should need it these days.- Temporarily restore /sbin/{udevd,udevadm) obsolete symlinks They're restored until YaST stop using them (see boo#1160890)- Import commit 8254b8d9646f3e0f5f8057d1ffb5d6c20f079aaa (merge v244.1) 639dc9f4bf network: set ipv6 mtu after link-up or device mtu change cbced49daa man: fix typo in net-naming-scheme man page 7dd04c99b0 network: tc: drop unused element bf4b7d07ba man: fix typos (#14304) 1ba2e7a730 ipv4ll: do not reset conflict counter on restart 49806bb310 macro: avoid subtraction overflow in ALIGN_POWER2() c4c1600689 test-network: add a test case for SendOption= 6f15b45949 network: fix segfault in parsing SendOption= 2e531b830d seccomp: real syscall numbers are >= 0 f7616ed52b network: fix copy and paste mistake e8b53300c4 network: do not drop foreign config if interface is in initialized state 00f05813bf seccomp: mmap test results depend on kernel/libseccomp/glibc 4de1909e61 seccomp: use per arch shmat_syscall d83010521d seccomp: ensure rules are loaded in seccomp_memory_deny_write_execute 2c6568221a seccomp: fix multiplexed system calls bcf0aa02bf Fix typo (duplicate "or") 96d7083c54 network: if /sys is rw, then udev should be around e874419902 nspawn: do not fail if udev is not running 29c9144655 Create parent directories when creating systemd-private subdirs 9cbb8b5254 network: do not return error but return UINT64_MAX if speed meter is disabled c08429ae33 core: swap priority can be negative f25c0be335 networkctl: fix to show BSSID 65fd2fce59 systemctl: enhance message about kexec missing kernel bdd0af5f81 Fixup typo in NEWS- Manually set system-uid-max and system-gid-max to 499 It used to be detected automatically by meson but it's been broken by the migration of login.defs from /etc to /usr/etc.- Import commit d8f6a204858bff68b8e0e7be86b418c36087ab2e 6c5e492a65 cryptsetup: umount encrypted devices before detaching it during shutdown- Upgrade to v244 (commit 090da85161ceb1ba0b4c208963c7156a8fdf10c6) See https://github.com/openSUSE/systemd/blob/SUSE/v244/NEWS for details. This includes the following bug fixes: - upstream commit b49e14d5f3081dfcd363d8199a14c0924ae9152f (bsc#1139459) - upstream commit 22683674716fd0e5b016ce5a7d8fd90df5f9f9e7 (bsc#1151377) - upstream commit faf205de3ba9a11b0ba17682123d7f3fedc7da24 (bsc#1151377) - upstream commit 27c3112dcbd1b5f171c36c32550d9c6331375b0b (bsc#1155574) - upstream commit 21b40f16622f171a9969dc334d74fb5eb2f575c2 (bsc#1159814) - upstream commit 9b88bb5023dfa3cea406c14fdaa3d8e3e320907a (jsc#SLE-7689) - upstream commit bc9ecd484f1ebfe0de8b567c90f6cd867fbd5894 (bsc#1141597) Legacy and obsolete symlinks have been finally dropped. Dropped 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch. Users were notified about the deprecation of UserTasksMax option and how to move to the new mechanism. The dropin replacement for UserTasksMax is therefore no more generated but its use still produces a warning. Added 0001-SUSE-policy-do-not-clean-tmp-by-default.patch and 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch. These patches were extracted from the git repo because it's not clear where the SUSE tmpfiles specificities should be located.- Import commit dbb1d4734daffa62e0eddecfa4f784c84a9d8e76 1439d72a72 udevd: don't use monitor after manager_exit() 99288dd778 Revert "udevd: fix crash when workers time out after exit is signal caught" 152577d6d0 udevd: fix crash when workers time out after exit is signal caught f854991504 udevd: wait for workers to finish when exiting (bsc#1106383) Changes from the v243-stable (84 commits): e51d9bf9e5 man: add entry about SpeedMeter= aa1fc791c7 udev: silence warning about PROGRAM+= or IMPORT+= rules b9a619bb67 udevadm: ignore EROFS and return earlier 1ec5b9f80c basic: add vmware hypervisor detection from device-tree 7fa7080248 umount: be happy if /proc/swaps doesn't exist [...] 47d0e23d26 udev: fix memleak caused by wrong cleanup function a6fb0542c5 parse_hwdb: fix compatibility with pyparsing 2.4.* cb1d892f17 parse_hwdb: process files in order- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424 9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081) c848bec110 libblkid: open device in nonblock mode. (bsc#1084671) b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029) bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS 4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error() 2e297f0d87 shared/install: fix error codes returned by install_context_apply() dd29d70d32 man: alias names can't be used with enable command- Fix %{_libexecdir} misuses of /usr/lib- Drop 0001-compat-rules-escape-when-used-for-shell-expansion.patch It's part of the previous import.- Import commit b7467b7b553d6d0d6f92758d966b69f1a88b6b42 441f44f371 fileio: introduce read_full_virtual_file() for reading virtual files in sysfs, procfs (bsc#1133495) 8a1bb5c66b swap: do not make swap units wanted by its device unit anymore- Import commit 5df9000899ef7d45ddbcacd0fdf73afa07a40f6b f0ed7237e4 udev/cdrom_id: Do not open CD-rom in exclusive mode. (bsc#1154256) b37054aa5a compat-rules: escape '$' when used for shell expansion Changes from the v243-stable: ef677436aa test: Pass personality test even when i686 userland runs on x86_64 kernel 3f6398c450 docs: fix inadvertent change in uid range 25bb377a73 cgroup: fix typo in BPF firewall support warning message 6d97aca0d5 fix build with compilers with default stack-protector enabled fbad077cec nspawn: surrender controlling terminal to PID2 when using the PID1 stub 0553c3c668 pid1: fix DefaultTasksMax initialization f406a691a7 src/core/automount: use DirectoryMode when calling mkdir -p 20438f96c3 udevadm trigger: do not propagate EACCES and ENODEV 6480630bc3 hwdb: Correct WWWW Pattern In Documentation Comment 9d8e889810 nspawn: consistenly fail if parsing the environment fails 40e169b304 nspawn: default to unified hierarchy if --as-pid2 is used b5df1037a0 cgroup: Mark memory protections as explicitly set in transient units f14e3e02cc cgroup: Respect DefaultMemoryMin when setting memory.min ea248e53bf cgroup: Check ancestor memory min for unified memory config de1d25a506 cgroup: docs: memory.high doc fixups 2ab45f38d8 cgroup: docs: Mention unbounded protection for memory.{low,min} 19a43dc38a Consider smb3 as remote filesystem 5c0224c7bf Handle d_type == DT_UNKNOWN correctly 8282bc61df util-lib: Don't propagate EACCES from find_binary PATH lookup to caller 9d0ae987a6 network: drop noisy log message f67f0e4ec4 Updated log message when the timesync happens for the first time (#13624) e151bf4674 units: make systemd-binfmt.service easier to work with no autofs 2b8e574d82 Corect man page reference in systemd-nologin.conf comments a0577353f1 man: Add a missing space in machinectl(1) 693e983988 log: Add missing "%" in "%m" log format strings ea7151b8c4 pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist b90549290e man: fix typo- Remove intltool BuildRequires, not needed since v237 - Use python3-base BuildRequires instead of full python3- Add 0001-compat-rules-escape-when-used-for-shell-expansion.patch (bsc#1153648) Added to the quaratine area to avoid uploading a new tar ball just for that single change. It will be dropped during the next import.- don't package locales in -mini package- Import commit 428b937f917ae177f2315e8469800941885e441a 0026b58744 pid1: fix DefaultTasksMax initialization- Import commit ed81f69153488279957268e247a5c81b678da491 (changes from v243-stable) fab6f010ac dhcp6: use unaligned_read_be32() f2d9af4322 dhcp6: add missing option length check ccf797511e ndisc: make first solicit delayed randomly f2275b6e12 dhcp6: read OPTION_INFORMATION_REFRESH_TIME option 6dfbe58ee7 l10n: update Czech Translation d4cd0e9d32 sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491) dbefe59259 polkit: fix typo a321507476 sd-netlink: fix invalid assertion 45dca7fe86 network: do not enter failed state if device's sysfs entry does not exist yet dd83d58796 network: add missing link->network checks b294305888 path: stop watching path specs once we triggered the target unit 2cd636c437 hwdb: add Medion Akoya E2292 (#13498) d133bdd1fa po: update Brazilian Portuguese translation 530e09b594 po: update Polish translation 0c5c3e34c1 polkit: change "revert settings" to "reset settings" 73e0f372d8 man: fix description of ARPIntervalSec= units 5412cc54a1 hwdb: axis override for Dell 9360 touchpad 9d4e658529 test: drop the missed || exit 1 expression 7ed7ea82f6 udevadm: use usec_add() 477bf86c91 udevadm: missing initialization of descriptor 19ac31c989 networkd: unbreak routing_policy_rule_compare_func() a20a2157a8 core: coldplug possible nop_job eb55241742 tty-ask-pwd-agent: fix message forwarded to wall(1) 1a3c53c06c core: Fix setting StatusUnitFormat from config files 91db81e4dd network DHCP4: Dont mislead the logs. 6af590838b Update m4 for selective utmp support. modified: tmpfiles.d/systemd.conf.m4 6823c907cf core: restore initialization of u->source_mtime 29308bcc13 mount-setup: relabel items mentioned directly in relabel-extra.d 8ca1e56165 Call getgroups() to know size of supplementary groups array to allocate 5d84a7ad1c test: add test cases for empty string match 1536348cc8 udev: fix multi match 3ccafef0ad man: move TimeoutCleanSec= entry from .service to .exec 8c0c30a820 zsh: udpate bootctl completions 0556c247a2 resolved: fix abort when recv() returns 0 9a25d75520 man: remove repeated words be3be29347 hwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the base 4b92ffccaa udev: also logs file permission 75a2845e5a udev: add missing flag for OPTIONS=static_node 19e9fc4262 network: do not abort execution when a config file cannot be loaded 3e1267cf50 fileio: update warning message 1b3156edd2 pstore: fix use after free f500d2fa81 journal: Make the output of --update-catalog deterministic 64d0f7042d travis: protect the systemd organization on Fuzzit from forks 4247938ee1 hwdb: Mark lis3lv02d sensors in HP laptops as being in the base 379158684a po: update Japanese translation 31e1bbd1ca docs: fix push recipe in RELEASE.md f06530d86b man/systemctl.xml: fix missing "not" 22aba2b969 docs: fix typo in boot loader doc 000e08ca70 pstore: fix typo in error message - directoy -> directory f7f9c69ac5 Fix typo in comment: overide -> override ca8ba8f8c0 po: update Polish translation- Some files related to the portable stuff were missing some %exclude- Allow YaST to select Iranian (Persian, Farsi) keyboard layout (bsc#1092920)- split off networkd and resolved into separate network subpackage - use separate lang package for translations- Import commit 9e41d7ec3572d8d5ea1e00f683e9fbf8108e85b4 fb1b9d54f9 tty-ask-pwd-agent: fix message forwarded to wall(1) dd14da3bb6 core: restore initialization of u->source_mtime d62f30f647 resolved: create /etc/resolv.conf symlink at runtime- Slighly rework (mostly reorganization) the portable stuff- Track 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch in the git repo This patch has been in the quarantine area long enough, so let's move it in the git repo.- Upgrade to v243 (commit e0b24c4356aa0c1c56ff274ff72228f33482a5be) See https://github.com/openSUSE/systemd/blob/SUSE/v243/NEWS for details. This includes the following bug fixes: - upstream commit b2774a3ae692113e1f47a336a6c09bac9cfb49ad (CVE-2019-20386 bsc#1161436) - upstream commit 5406c36844b35504a64e9f05fc74b8e5e5a09143 (bsc#1132400) - upstream commit 83a32ea7b03d6707b8e5bb90a0b3a6eb868ef633 (bsc#1132721) - upstream commit 7cc5ef5f1811c539ae7f20255c2a093f413cc64f (bsc#1172824 bsc#1142733) - upstream commit 83cb24ac20baf19f7834931dcf6e03486b4c9c30 (bsc#1156213) - upstream commit a2dcb1d78737d3daa301ee63fbdd02837acb71a8 (bsc#1158485) - upstream commit 08185cff19efcb1d7d9fb7b546e7f516ab6dae91 (bsc#1165011) - upstream commit 59c55e73eaee345e1ee67c23eace8895ed499693 (bsc#1177510) Drop 0001-Revert-insserv.conf-generator.patch as it's been dropped from branch SUSE/v243 while we were rebasing. Drop 0001-rc-local-generator-deprecate-halt.local-support.patch as this functionality had been deprecated during the previous release and now have been dropped by upstream.- enable systemd-portabled- systemd-container creates and owns /etc/systemd/nspawn now- Import commit 0f9271c1336c5c9055e75389732a44745d796851 (changes from v242-stable) 07f0549ffe network: do not send ipv6 token to kernel 9d34e79ae8 systemd-mount: don't check for non-normalized WHAT for network FS 5af677680c core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX (bsc#1142099) 29dda7597a random-util: eat up bad RDRAND values seen on AMD CPUs eb6c17c178 util-lib: fix a typo in rdrand 829c20dc8e random-util: rename "err" to "success" 5442366fbf man: rework the description of Aliases and .wants/.requires directories ae71c6f634 docs: typo in arg name replace-irreversible -> replace-irreversibly 09774a5fcb meson: make nologin path build time configurable 69ffeeb0b1 man: add note about systemctl stop return value 4cf14b5513 shared/conf-parser: say "key name" not "lvalue", add dot 4481ca7f86 shared/conf-parser: emit a nicer warning for something like "======" 46f3db894b shared/conf-parser: be nice and ignore lines without "=" 7d928995f7 nspawn: fix memleak in argument parsing 7727e6c0ae resolve: fix memleak 7f32a81976 journal: properly read unaligned le64 integers fa419099e5 activate: move array allocation to heap 815a9fef2a systemctl: print non-elapsing timers as "n/a" not "(null)" a4fc3c88f1 factory: include pam_keyinit.so in PAM factory configuration a453d63315 factory: add comment to PAM file, explaining that the defaults are not useful d9a5a70a59 factory: tighten PAM configuration 5e2d3bf80b test: make sure colors don't confuse our test 5fe3be1334 wait-online: change log level c49b6959d5 systemctl: emit warning when we get an invalid process entry from pid1 and continue 3c9f43eb03 systemctl: do not suggest passing --all if the user passed --state= 5964d1474e man: offline-updates: make dependence on system-update.target explicit a04dd26e03 alloc-util: drop _alloc_ decorator from memdup_suffix0() 7c46a694ca man: add example for setting multiple properties at once 1d72789271 man: CPUShares= is so 2015 45da304673 man: document that WakeSystem= requires privs bed58a06e4 man: document that "systemd-analyze blame/critical-chain" is not useful to track down job latency c5461f31b3 man: be more explicit that Type=oneshot services are not "active" after starting 455ee07abe man: document that the supplementary groups list is initialized from User='s database entry 5f0cb2616a alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply() 7bc336794d generator: downgrade Requires= → Wants= of fsck from /usr mount unit 66465c4381 systemctl: allow "cat" on units with bad settings ca937b49da pid1: fix serialization/deserialization of commmands with spaces 4bb3113023 growfs: call crypt_set_debug_level() correctly, skip if not needed 0db716771e cryptsetup: enable libcryptsetup debug logging if we want it c8b9b3956f cryptsetup: set libcryptsetup global log callback too 679b3f6b7f basic/log: fix SYSTEMD_LOG_* parsing error messages 8d6b5158aa units: add SystemCallErrorNumber=EPERM to systemd-portabled.service 6681fcd445 network: fix the initial value of the counter for brvlan 853ec5f458 man: Add some notes about variable $prefix for StateDirectory= e6d23358e9 sd-netlink: fix inverted log message 6feb862407 blockdev: filter out invalid block devices early 9f7c0dbc75 blockdev-util: propagate actual error 3f5355bcb9 man: document tmpfiles.d/ user/group resolvability needs c15b92cd98 man: fix wrong udev property name 9768a900d6 meson: drop duplicated source 15194f22ed cryptsetup-generator: fix luks-* entry parsing from crypttab c2475390b4 core: skip whitespace after "|" and "!" in the condition parser fdc754aeb7 shared/condition: fix printing of ConditionNull= 572385e135 test: add testcase for issue #12883 9aa1edddb0 conf-parser: fix continuation handling 8fbc72f45f networkd: fix link_up() (#12505)- State directory of systemd-timesync might become inaccessible after upgrading to v240+ (bsc#1137341) This happens for users who had previously used systemd-timesync with DynamicUser=true, ie the ones who upgraded from a systemd version between v235 and v239 to systemd v240 and later (v240 was the version where DynamicUser was switched back to OFF).- Import commit eaa7b8b148927d471609de75e542dffcc1b36df4 7e58b89136 udevd: change the default value of udev.children-max (again) (bsc#1107617)- Add 0001-rc-local-generator-deprecate-halt.local-support.patch /etc/init.d/halt.local support will removed from the next systemd version (v243) so for now on warn (hopefully the few) users who rely on this script so they have a chance to switch to systemd-shutdown interface.- Add 0001-Revert-insserv.conf-generator.patch (bsc#1052837) All remaining packages have been fixed so they don't rely on the insser-generator to generate proper deps. So let's drop it as all services should carry the proper dependencies itself.- Drop debug-only-remove-new-policies.patch The new DBUS methods have been reviewed by the security team.- Import commit 9984a86d0d2259d54c7060f9c09f214202b4efa7 f2459bf373 random-util: eat up bad RDRAND values seen on AMD CPUs c90a2e9793 util-lib: fix a typo in rdrand 4db1cc9d46 random-util: rename "err" to "success" 981a62a102 random-util: hash AT_RANDOM getauxval() value before using it 64a9c3d918 random-util: use gcc's bit_RDRND definition if it exists c5d6ecfdca random-util: rename RANDOM_DONT_DRAIN → RANDOM_MAY_FAIL 298d13df7e network: remove redunant link name in message 77cbde31f2 hwdb: Align airplane mode toggle key mapping for all Acer series 460f03794e Revert "hwdb: Apply Acer mappings to all Gateway and Packard Bell models" fe9271ad84 test: return a non-zero return code when 'nobody' user doesn't exist 29d355e755 fstab-generator: Prevent double free of reused FILE* f30f1adc11 meson: make source files including nspawn-settings.h depend on libseccomp 84bab914b8 alloc-util: don't use malloc_usable_size() to determine allocated size 5240972d8d units: drop reference to sushell man page 0a26de5e33 codespell: fix spelling errors 582de105c8 nspawn-expose-ports: fix a typo in error message- Buildrequire polkit so /usr/share/polkit-1/rules.d has an owner (bsc#1145023) Otherwise the "post build checks" would complain and would force systemd to own this directory. The owner should still be "polkit" and the perms should be in sync with the perm set by polkit itself.- Add debug-only-remove-new-policies.patch A temporary patch to suppress the new DBUS methods introduced by v242 until they are reviewed and whitelisted by the secteam.- Add a comment explaining why static enablement symlinks in /etc are suppressed Also remove any /etc/systemd/system/*.requires/ symlinks for the same reason.- preset remote-cryptsetup.target during package installation This target is supposed to be part of the targets that should be enabled (or not depending on the presets) at package installation.- Upgrade to v242 (commit 071c380dcc434dca2a0c8b6de0519cc9e816c6d6) See https://github.com/openSUSE/systemd/blob/SUSE/v242/NEWS for details. This includes the following bug fixes: - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3843) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3844) - upstream commit 37ed15d7edaf59a1fc7c9e3552cd93a83f3814ef (bsc#1124122) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133506) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133509) - upstream commit 1f82f5bb4237ed5f015daf93f818e9db95e764b8 (bsc#1150595) - upstream commit e55bdf9b6c5f72475b258a7a4585a0480551cb60 (bsc#1173422)- Drop "BuildRequires: -post-build-checks" from the specfile (bsc#1130230) The syntax of this directive is obsolete and should be replaced by "#!BuildIgnore: post-build-checks". However there's no good reasons to disable these SUSE extra checks, so let's re-enable them and fix the few errors it detected.- Import commit 4e6e66ea94cf5125f9044f0869939a86801ed2d8 430877e794 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842) 3cff2e6514 man: document that if the main process exits after SIGTERM we go directly to SIGKILL 26c4f7191c bus: fix memleak on invalid message- systemd-coredump: generate a stack trace of all core dumps (bsc#1128832 jsc#SLE-5933) This stack trace is logged to the journal.- Stop installing macros.systemd There're no points in installing this file if we remove it right after.- Make sure systemd-network.rules take precedence over our polkit-default-privs (bsc#1125438)- Include the SUSE version along with the major version of systemd $ systemctl --version systemd 241 (+suse.42.g15a1b4d58) Note that the SUSE version format maybe subject to change and as such scripts should not try to parse it.- systemd-mini: explicitly disable some of the systemd components For some reasons, some build requirements get pulled in for the mini variant now, enabling some parts of the code that were expected to be turned OFF.- Upgrade to v241 (commit 15a1b4d58f1d2bc9c21c7cbab6fe63b58e48bda1) This includes the following bug fixes: - upstream commit c0d76959080e3ba6534bce1c7053c750668e8b55 (bsc#1160595) - upstream commit 7334ade4a7e103b1a01d1c8fe1ea7c7a854a1c31 (bsc#1123892) - upstream commit c7e93c4d15019323973baf12daa76357c83892c4 (boo#1111498) This also includes the following bug fixes released in v240: - upstream commit 2675747f3cdd6f1e6236bbb2f79abfa53fb307f1 (boo#1111498) - upstream commit 9eb0fc32d6cb63e71f2cfc1e7dd34c3ede4b48a3 (bsc#1140631) - upstream commit 1432d2dbdfa90963272a9b581dc4b55dd3ac514f (bsc#1155574) - upstream commit 26e35b164b8d0603629b3d394554cfa728e8c3e4 (bsc#1169488) - upstream commit a9fc640671ef60ac949f1ace6fa687ff242fc233 (fate#325697)- Import commit a1d86af7ed49dacef671e8ec8dae9472a8fa47f5 92d860fc12 sysctl: Don't pass null directive argument to '%s' (bsc#1121563) 1379e30d59 Allocate temporary strings to hold dbus paths on the heap (bsc#1125352 CVE-2019-6454) b5569a03ae Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. (bsc#1125352 CVE-2019-6454)- Import commit 01b4746d3c6f6cbf969fa2176c77ac3f616a7eda 7af53e005b sd-bus: if we receive an invalid dbus message, ignore and proceeed 92dcbfdd7f bus: move BUS_DONT_DESTROY calls after asserts a83e7b3b43 automount: don't pass non-blocking pipe to kernel. 726127ea1d units: make sure initrd-cleanup.service terminates before switching to rootfs (bsc#1123333) a6347a3cb6 core: Fix use after free case in load_from_path() (bsc#1121563) 22e2550222 strv: rework FOREACH_STRING() macro (bsc#1121563) 2ddd38f41a test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for FOREACH_STRING() c2c8333e0b strv: add new macro STARTSWITH_SET() 1db243a601 Update systemd-system.conf.xml (bsc#1122000)- Import commit ad34cc45f63720ced69960dc66b47bddb146176d Import a bunch of fixes from stable/v239-stable: c8293f5af4 Revert "network: set DynamicUser= to systemd-networkd.service" 7f605592e6 Revert "resolve: enable DynamicUser= for systemd-resolved.service" 5a48e92e06 test: Fix networkd test for an already running service 36eae1688b Revert "timesyncd: enable DynamicUser=" 3a11f24cf0 Revert "unit: drop After=systemd-sysusers.service from timesyncd" 23cfd15ce9 machinectl: fix verbosity of import-raw or friends ba037daf29 Make bzip2 an optional dependency for systemd-importd fb609d2721 pull: initialize libgcrypt before calling any functions provided by libgcrypt c50857bc6b hwdb: remove stray 'i' in hwdb match string for the HP Spectre (#9571) 9a12fd17f5 man: Mention that paths in unit files must be fully normalized. 76fc2ab4a6 tree-wide: use instead of #ifdef for HAVE_* fcc699c093 network: update log message a4f497b2cd Use #if instead of #ifdef for ENABLE_GSHADOW 121c662eb8 man: add missing option for system.conf 564341146e core: add missing option and drop nonexistent option in system.conf 7082a3599f journal: add missing option in journald.conf 3c15efa9c1 basic: add missing comma in raw_clone assembly for sparc 4c210b6dce cryptsetup: Add dependency on loopback setup to generated units c777fbbe3e journal-gateway: use localStorage["cursor"] only when it has valid value c5b1bef639 journal-gateway: explicitly declare local variables 2361522ca6 analyze: actually select longest activated-time of services 3e810d92d9 sd-bus: fix implicit downcast of bitfield reported by LGTM aef660a4cf resolvconf: fixes for the compatibility interface 06b3f54f50 install: fix error handling in is_symlink_with_known_name() f70ab9a468 portable: fix error handling d2c40d4e80 resolve: fix return value type of dns_answer_has_dname_for_cname() 6f684e0670 resolve: dns_scope_network_good() does not returns negative errno 15d83e1138 bus-util: fix error handling ba0a1f3384 core: free lines after reading them- Import commit 3bece8a25ae11e8ec132cdecc7e72a00ee790994 89a9721a47 Revert "logind: become the controlling terminal process before restoring VT" (bsc#1120836) c3a8dc821b pam_systemd: reword message about not creating a session 0ba0f5b3ef pam_systemd: suppress LOG_DEBUG log messages if debugging is off- Import commit a3b059a8c60622e4ec30aabda93c6b41d0953dc4 9dbe9f12ec journal-remote: set a limit on the number of fields in a message (CVE-2018-16865 bsc#1120323) 61d569ab1b journal-remote: verify entry length from header a08760b26c µhttpd: use a cleanup function to call MHD_destroy_response 43f46a1a3d journal-gateway: use _cleanup_ attribute to stop microhttpd daemon 437b0b2d01 journald: lower the maximum entry size limit to ½ for non-sealed fds ac9e209710 journald: when processing a native message, bail more quickly on overbig messages ce103705b9 journald: set a limit on the number of fields (1k) (CVE-2018-16865 bsc#1120323) 35538171c2 coredump: fix message when we fail to save a journald coredump cfe247b555 basic/process-util: limit command line lengths to _SC_ARG_MAX 9d59e6f6ee journald: do not store the iovec entry for process commandline on stack (CVE-2018-16864 bsc#1120323) 8d650a68d4 journald: remove unnecessary {} b608f532a4 coredump: remove duplicate MESSAGE= prefix from message 0dbb2dc066 vconsole-setup: fonts copy will fail if the current terminal is in graphical mode (bsc#1114933) e501d65540 Revert "systemctl: when removing enablement or mask symlinks, cover both /run and /etc" d3ea69961f fs-util: rename safe_transition() into unsafe_transition() 338470fdc9 tmpfiles: use CHASE_WARN in addition to CHASE_SAFE d9ae1b30da fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met 8b76594d1f fs-util: add new CHASE_WARN flag to chase_symlinks()- Import commit 8ae56af7802ef8f91fac64fa244d62a4468fbbd5 4474878178 udev-builtin-kmod: adjust logging 805534aff5 core: use the generic module_load() function ac7e902530 shared/module-util: fix preexisting mixup with errno sign 415aa40793 udev-builtin-kmod: use the generic module_load() function 8a36b4bac6 Move module-util.h to src/shared/ and load_module() to libshared 999b910752 core/kmod-setup: restore comments 1f2b822a21 logind: stop managing VT switches if no sessions are registered on that VT 5ad8d374c5 terminal-util: introduce vt_release() helper 145d492490 logind: become the controlling terminal process before restoring VT (bsc#1101591) d4b5dbc033 terminal-util: introduce vt_restore() helper 2e8af185f0 logind: make session_restore_vt() static ff3048364f udev: downgrade message when we fail to set inotify watch up (bsc#1005023)- Fix the test for figuring out if /etc/machine-id is writable in %post (bsc#1117063) "test -w" always returns true for root user even if the writable mode bits are not set. Fix this by testing the file mode bit value instead.- Move systemd-sysv-convert from /usr/sbin to /usr/lib/systemd (bsc#1178156) This tool is not supposed to be run by users.- Import commit 69f9f79e1b03e3d23df25b61cbcc9304af3e358f (bsc#1080919 CVE-2018-6954) f3615ce49 tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 7165e92f4 tmpfiles: use fd_get_path() even less excessively c2c531c1d test: make TEST-22 easier to debug, by outputting to /dev/console 621b78317 test: don't use "nobody:nogroup" for tests 1f9c7acad tmpfiles: return correct error variable after fd_reopen() 2236280c1 tmpfiles: reindent one comment less weirdly f6bdfb889 tmpfiles: use correct error variable bc75127cd tmpfiles: clarify that we ignore file attribute setting errors 621c8b1fe tmpfiles: add log message where we previously failed silently bc9229630 tmpfiles: use fd_get_path() less excessively 5a1106039 tmpfiles: add more tests c974086cc tmpfiles: don't follow unsafe transitions in path_set_*() e64a510eb fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks() 7480154d0 tmpfiles: make create_fifo() safe eb890962c fs-util: introduce mkfifoat_atomic() helper 653bb81af fileio: make tempfn_random_child() accept empty string as path 2b1e12bfe tmpfiles: introduce create_fifo() 6dd80f289 tmpfiles: introduce empty_directory() f2c137edf tmpfiles: introduce create_directory() and create_subvolume() and make them safe 6a76f6dfb basic/stat-util: introduce is_dir_fd() 38a7f2e81 btrfs-util: unfuck tmpfiles' subvol creation 26e19b6fe btrfs-util: introduce btrfs_subvol_make_fd() 5fb5bdf5d basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers 390b767da selinux: introduce mac_selinux_create_file_prepare_at() 0f72fadba smack: introduce mac_smack_fix_at() f2838154b tmpfiles: introduce create_directory_or_subvolume() 2de697fb8 tmpfiles: make create_device() safe 558c5fec7 tmpfiles: introduce create_device() dee986b1d tmpfiles: make copy_files() safe cacb14d3f tmpfiles: introduce copy_files() routine 81c85ce17 tmpfiles: make write_one_file() safe 9ec6b92ab tmpfiles: make truncate_file() safe 8dde36e03 tmpfiles: introduce truncate_file() which deals with 'F' exclusively 481134a93 tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively 057861560 tmpfiles: make the stat struct parameter in fd_set_*() optional f37caffda tmpfiles: stat file in item_do() rather than in its callers 86f1362d4 tmpfiles: set only default acls to folders #9545 (#9599)- Make systemd-mini-sysvinit provides systemd-sysvinit Some packages (such as shepherd-bins) want to conflicts with systemd-sysvinit: they should also conflict with systemd-mini-sysvinit.- Add 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch We have to keep support for UserTasksMax= for a while before dropping it. This patch is supposed to do that and also to make users aware of this change. It also hints how to configure that differently.- Import commit f39674d6d114d999c50672c7bea8cad21e1eaed9 7d1e04e85 units: use =yes rather than =true everywhere 185ce0d34 units: assign user-runtime-dir@.service to user-%i.slice a051f5e41 units: make sure user-runtime-dir@.service is Type=oneshot 30c6842c3 units: set StopWhenUnneeded= for the user slice units too e74de046e login: fix typo in log message- Own %{_libexecdir}/modules-load.d (again) This was incorrectly dropped during the split of the SUSE specific configurations.- Drop a Conflicts: in systemd-coredump It not needed anymore since the mini variant of systemd-coredump is not built anymore.- Import commit b54f5d7a8b41898ce98f43cd1a6cc92c0071806d 5def29d24 coredump: only install coredump.conf when ENABLED_COREDUMP=true 9133e2d6e dhcp6: make sure we have enough space for the DHCP6 option header (bsc#1113632 CVE-2018-15688) ebc3fa418 dhcp6: split assert_return() to be more debuggable when hit 51eefb6ac chown-recursive: let's rework the recursive logic to use O_PATH (bsc#1113666 CVE-2018-15687) e1e1aa237 core: skip unit deserialization and move to the next one when unit_deserialize() fails 1c726c87d core: when deserializing state always use read_line(…, LONG_LINE_MAX, …) (bsc#1113665 CVE-2018-15686) 4cd7d11ac core: don't create Requires for workdir if "missing ok" (bsc#1113083)- Make systemd-coredump sub-package optional and don't build the mini variant.- Drop duplicated %{?mini} suffix for systemd-{container,coredump} subpackages "-mini" is already part of the name of the main package so there's no need to append it again for those sub packages. It's only needed when the name of a subpackage is completely redefined, IOW when '-n' option is used with the %package directive.- Dont ship /usr/sbin/resolvconf symlink for now It conflicts with the bin shipped by openresolv and provides limited compat only.- Upgrade to v239 (commit 6d8584e7e8e5d13d2bab49b9e6f6d2ec39759978) This includes the following bug fixes: - upstream commit 0722b359342d2a9f9e0d453875624387a0ba1be2 (bsc#1045723) - upstream commit 2f2e14b251b9929e84e8b690d0187b766dfbae20 (bsc#1124122) - upstream commit c839b729c5f7b08f6d91bf9567d0b1f91d17e0f7 (bsc#1155207) - upstream commit 8eebb6a9e5e74ec0ef40902e2da53d24559b94a4 (bsc#1168076) This also includes the following bug fixes released in v238: - upstream commit e8a3144ec4ff332bd63644e468a98e1a7e06e7e4 (bsc#1112024) - upstream commit 4d219f5343b1924e7c519c2c178aeb5d1a5ab924 (bsc#1123727) - upstream commit 43b7f24b5e0dd048452112bfb344739764c58694 (bsc#1146991) - upstream commit bf443be99565e4327f1c8c12b79d98b4c1529cf1 (bsc#1156213)- Ship systemd-sysv-install helper via the main package This script was part of systemd-sysvinit sub-package but it was wrong since systemd-sysv-install is a script used to redirect enable/disable operations to chkconfig when the unit targets are sysv init scripts. Therefore it's never been a SySV init tool. While at it, don't ship this script (as well as systemd-sysv-convert) when sysvcompat is not defined.- Import commit 19b3868d32af20f1ecc86fe3c997144ff456fd65 06c2284d64 core: introduce systemd.early_core_pattern= kernel cmdline option 479b002083 core: add missing 'continue' statement c7fbccc62e journald: don't ship systemd-journald-audit.socket (bsc#1109252) f17a6c790c detect-virt: do not try to read all of /proc/cpuinfo (bsc#1109197) 5a1aa84544 compat-rules: generate more compat by-id symlinks for NVMe devices (bsc#1095096)- Import commit a67b516d49115a5be0f2ac27a2874cee6c59a7ae f8457adf9d emergency: make sure console password agents don't interfere with the emergency shell b8bbb50634 man: document that 'nofail' also has an effect on ordering a5410b2229 journald: take leading spaces into account in syslog_parse_identifier b793c312c7 journal: do not remove multiple spaces after identifier in syslog message f9595f0481 syslog: fix segfault in syslog_parse_priority() d464f06934 journal: fix syslog_parse_identifier() e70422883a socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBUF fails (bsc#991901)- split off SUSE specific udev rules from systemd package (fate#325478) * remove 60-io-scheduler.rules * remove 80-hotplug-cpu-mem.rules * remove 99-wakeup-from-idle.rules * remove /usr/lib/modules-load.d/sg.conf (see bsc#1036463 for details) these are now maintained in the new package system-tuning-common-SUSE- Enable or disable machines.target according to the presets (bsc#1107941)- Import commit cc55f1ea9e1c1ccab5b9fb97e10e08830d02b282 962b38aaf user@.service: don't kill user manager at runlevel switch (bsc#1091677) 3986c4d82 units: make sure user@.service runs with dbus still up 5e68aa0f2 Revert "udevd: increase maximum number of children" (bsc#1107617) 099138fd9 fix race between daemon-reload and other commands (v237) (bsc#1105031)- Import commit 6ac2232d88f4b64428511a4692a51bd00d610b32 6247696db nspawn: always use mode 555 for /sys (bsc#1107640) 72f558b57 cryptsetup: do not define arg_sector_size if libgcrypt is v1.x (#9990) cfcd97cf2 cryptsetup: add support for sector-size= option (#9936) (fate#325634)- Import commit bb5a925bcefd4743873cae3f748ae1a426e92d44 8983bd246 core: don't include libmount.h in a header file (#8580) 3e4156a8f tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 42edc93ac core/service: rework the hold-off time over message- Enable regexp matching support Currently only used by "journalctl --grep=xxx".- Import commit 0350f62a8cf7f151951b6b78337fe3c198b8bf6a fbf43a697 core: don't freeze OnCalendar= timer units when the clock goes back a lot (bsc#1090944) 4134ba8b6 man: SystemMaxUse= clarification in journald.conf(5) (bnc#1101040) 78bb2a0c4 socket-util: fix getpeergroups() assert(fd) (#8080) (bsc#1096516) 1753d0420 systemctl: mask always reports the same unit names when different unknown units are passed (bsc#1095973) 50ebf79d7 scsi_id: Fixup prefix for pre-SPC inquiry reply (bsc#1039099) 570f7655b locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files- Drop runtime dependency on dracut (bsc#1098569) Otherwise systemd pulls in tools to generate the initrd even in container/chroot installations that don't have a kernel anyways. For environments where initrd matters, dracut should be pulled via a pattern.- Import commit f63623c1fc0eb01b8efc2037d004f42ed8328356 6a161916f device: make sure to always retroactively start device dependencies (take #2) (bsc#1088052) e4402648c Fix pattern to detect distribution ad59c7970 install: "user" and "global" scopes are equivalent for user presets (boo#1093851) b1876c81a rpm: remove confusing --user before --global 00ea8a214 man: updated systemd-analyze blame description for service-units with Type=simple (#8834) (bsc#1091265) a9b587e2f fileio.c: fix incorrect mtime- Add 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (boo#1024897) - Ship systemd-resolved (but disabled by default) (bsc#1018387)- Disable user units by default (bsc#1090785)- Slight rewrite of the previous fix- align permissions of /etc/machine-id to upstream code (bsc#1092269) world writeable machine-id is a security issue- Move 80-container-v[ez].network in systemd-container sub-package - Move 80-container-host0.network from udev to systemd- Import commit d8196805089566ecd846b7c627ff2f3c42588c50 621b247f3 device: skip deserialization of device units when udevd is not running a7da5bdbc device: make sure to always retroactively start device dependencies (bsc#1088052) 303624f6f systemd-udevd: limit children-max by available memory (#8668) (bsc#1086785 bsc#1066422) 76acf3ae9 tmpfiles: fix directory removal with force symlink (#8619)- Ship 99-sysctl.conf instead of creating it during package installation/update (bsc#1088769) Previously this symlink was created in /etc/sysctl.d during %post which made the symlink not owned and more importantly it was created only if /etc/sysctl.conf is already installed which is not always the case during the installation process it seems. So ship the symlink unconditionally and put it in /usr/lib/sysctl.d instead since it's a distro default behavior that might be overriden by sysadmin later.- Be consistent in 60-io-scheduler.rules And use "?*" when checking for the non empty string (instead of "*?").- /usr/lib/systemd/systemd-coredump was missing from systemd-coredump sub-package (boo#1088057)- Drop systemd-bash-completion sub-package Now we directly ship the completion scripts from the main package as we already do for zsh. I couldn't see any advantages in this split.- Be more accurate when specifiying the tools version we provide- Make sure rpm won't expand %autopatch even if it's commented- stat(1) as well as systemctl are not use in %post section of udev So remove stat(1) from the list of dep and move systemctl to the requirements of %postun since it's called from there.- Import commit 14b3e00c3ccb8c1c82c8a2e99a9534750880a09e e0a8285e2 pid1: when creating service directories, don't chown existing files (#8181) (boo#1085971) fb25886b1 Fix format-truncation compile failure by typecasting USB IDs (#8250) (bsc#1084638) 5a6e9c92e sysusers: make sure to reset errno before calling fget*ent() c2e1ee488 sysusers: also add support for NIS entries in /etc/shadow 51cb94fa1 sysusers: do not append entries after the NIS ones (bsc#1085062 bsc#1045092) 783f3d368 basic/macros: rename noreturn into _noreturn_ (#8456) - Drop 0001-basic-macros-rename-noreturn-into-_noreturn_.patch It's been merged in the git repo.- Rename the tarball (bsc#1087323) So it's clear that it contains some additional patches on top of the upstream version. Use the commit hash in the name so the exact version can easily be identified. Provide _service file which can be used to retrieve the tarball from the git repo (with "osc service disabledrun").- Split systemd-coredump sub-package off (bsc#1083849)- Enhance IO scheduler tweaking rules to support blk-mq as well * Set optimal blk-mq schedulers (bfq and mq-deadline for HDD and SSD respectively) * Explicitly set CFQ for rotational disks when no `elevator` is specified * Verbose comments explaining what is going on * Rename the rules file since it is not ssd-only anymore- Don't ship machines.target in systemd-container but in systemd main package machines.target is supposed to be a standard target for starting/stopping all containers. systemd-nspawn is the main user of it but other container managers could also make use of it.- Build a mini variant of systemd-container So we don't have to manually track and remove all files that should be shipped by systemd-container in the case of a bootstrap build.- Run migrate-sysconfig-i18n.sh also during package installation (bsc#1086164) This is needed when we upgrade from SLE11.- Add 0001-basic-macros-rename-noreturn-into-_noreturn_.patch This fix a build error triggered by the introduction of the new version of libgpg-error package. Patch submitted to upsream: https://github.com/systemd/systemd/pull/8456- Turn off the IP sandboxing for systemd-logind Since v235 logind run inside an IPv4/IPv6 sandbox by default. This creates incompatibilites for systems using NIS.- Restore (maybe temporarly) "pam_config --add systemd" During its installation pam-config seems to overwrite the defaults shipped by "pam" for "some" reasons (see bsc#1084924) No idea why but since pam_systemd is not part of the "pam-config" defaults, we need to restore pam_systemd in common-session manually...- Remove dropin that was used to turn delegation off for user instances Upstream now enables "memory" and "pids" controllers only which should have a very limited impact on performance compare to the "cpu" controller.- Import commit 46d6bc9c4f1c05f3b4fcfca754cc59963bd86ce3 2a79f4e78 units: delegate "memory" instead of "cpu" by default for user instances (#8320) (bsc#954765 bnc#953241 fate#320421) 88174ae85 compat-rules: fix syntax errors spotted by test/rule-syntax-check.py- Remove udev-remount-tmpfs script Complete the previous commit.- Fix hotplug memory in 80-hotplug-cpu-mem.rules When new memory was hotplugged, the rule was supposed to call an external script (udev-remount-tmpfs) to remount all tmpfs. However the script was broken since its introduction (commit rev=715, 14/07/2014) and had no effects... this makes me wonder if we shouldn't get rid of this...- Make sure /var/lib/machines is created when systemd-container is installed- BS forces us to own %{_prefix}/lib/modprobe.d This seems wrong but that's how the SUSE BS works.- Upgrade to v237 (commit 78221ca750a9c266f9f8497dda59d7ee44000a6c) Udev rules 60-ssd-scheduler.rules and 80-hotplug-cpu-mem.rules have been removed from the git repo and are now maintained at the package level. Those rules have been rejected by upstream as they seem to be written to workaround some kernel shortcomings... This includes the following bug fix: - upstream commit 3d083b2245b0b8e52f2d8ccc3e55246f41f1f544 (bsc#1102908) This also includes the following bug fixes released in v235: - upstream commit 2e64e8f46d726689a44d4084226fe3e0ea255c29 (bsc#1069239) - upstream commit 79873bc850177050baa0c5165b119adafeebb891 (bsc#1069239) - upstream commit 4bc5d27b942afa83cc3d95debd2ad48d42ac07a8 (bsc#1089376) - upstream commit e9ea4526a3a3b41eced29b8d742498cc36750424 (bsc#1089693) - upstream commit d75b31837c93dbb9b20067719026ad0fb7cdfadd (bsc#1117025) - upstream commit 0e8856d25ab71764a279c2377ae593c0f2460d8f (bsc#1117025) - upstream commit 048dd629c4590eefb2ebd6a316c7350ed3a6ff19 (bsc#1119971) - upstream commit 9b32afa9f241fe8febc0a754850f1e7331caf6e3 (bsc#1126056) - upstream commit e6dde451a51dc5aaa7f4d98d39b8fe735f73d2af (bsc#1137053) - upstream commit 0864d311766498563331f486909a0d950ba7de87 (bsc#1158336) - upstream commit d60cb656fc63c24b430421764b7d0322857d34fd (bsc#1161262) - upstream commit e2be442e791fa1150aa835c684acc6d7189de3e1 (bsc#1165011) - upstream commit 64a36ae4b1dd23474dd7ea261381ac437b24fac2 (bsc#1172072) - upstream commit b001ad61e91b6499897f0c977045c7608c233bfa (jsc#SLE-7687) - includes IP filtering feature (jsc#SLE-7743) This also includes the following bug fixes released in v236: - upstream commit b3b4ebab02395933cde554b5a5d5c363dae3920d (bsc#1083571) - upstream commit 3e3852b3c6c61506963112fd218a86b673fc61e6 (bsc#1110445) - upstream commit 4050e4797603d3644707d58edfd9742b5311c7cf (bsc#1124153) - upstream commit 8cb83266062b383cdd4a57301ef559d64b491c51 (bsc#1125604) - upstream commit 19a44dfe4525ab01caf593a9c2beada4b412910d (bsc#1156482)- add basic user space support for suspend to idle (fate#323814) add 99-wakeup-from-idle.rules Currently this only covers the power button and usb/AT keyboards as wakeup devices. It is planned to make that configurable in the future.- Don't call "pam-config --systemd" pam_systemd.so has been integrated directly in the PAM stack since bsc#812462. So there's no need to call pam-config.- Fix build errors due to the split-off of systemd-containe: found conflict of systemd-234-33.1.x86_64 with systemd-container-234-33.1.x86_64: - /usr/share/man/man5/systemd.nspawn.5.gz - /usr/share/man/man1/systemd-nspawn.1.gz found conflict of systemd-container-234-33.1.x86_64 with systemd-mini-container-234-33.1.x86_64: - /usr/bin/systemd-nspawn - /usr/lib/systemd/system/systemd-nspawn@.service - /usr/lib/tmpfiles.d/systemd-nspawn.conf- Use %license (boo#1082318)- Split systemd-container sub-package off (fate#325469) Other distros already do it and it seems a good idea to not install this stuff on new installations by default. At least /var/lib/machines subvol is not created anymore at boot even if it wasn't used at all.- Import commit 295ead0f396beb2b5199abd99a17e274c2581f95 f4f94ab2e meson: install rules/80-hotplug-cpu-mem.rules 2901aa9b9 meson: install rules/60-ssd-scheduler.rules 1293c0056 core: use id unit when retrieving unit file state (#8038) (bsc#1075801) 596b2b241 Revert "vconsole-setup: add SUSE specific settings for font/keyboard in sysconfig" 0b595da04 Revert "locale-setup: handle locale at boot time well"- Re-enable systemd-firstboot It's used by the installer and also by JeOS.- Use %systemd_post in %post- Own /usr/lib/systemd/system-environment-generators directory- More systemd rpm macro usages- Disable systemd-firstboot I don't think there's any use case for it currently.- Use systemd rpm macros in paths defined in the specfile- Stop importing i18n settings from /etc/sysconfig (fate#319454) Bits taken from SLE15.- Make systemd-timesyncd use the openSUSE NTP servers by default Previously systemd-timesyncd used the Google Public NTP servers time{1..4}.google.com- Import commit 4a6a1e4f0b02e6cedf7eba93b85a6dd968f875c7 db1d8eacd compat-rules: make path_id_compat build with meson - Drop 0001-compat-rules-make-path_id_compat-build-with-meson.patch which is now part of the git repo (see above).- Don't ship /usr/lib/systemd/system/tmp.mnt at all (bsc#1071224) The previous fix couldn't work on platforms using a RO rootfs. Therefore we don't ship /usr/lib/systemd/system/tmp.mnt but we still ship a copy in /usr/share/systemd. Users who want to use tmpfs on /tmp are supposed to add a symlink in /etc/ pointing to the copy shipped in /usr/share/systemd. To support the update path we automatically create the symlink if tmp.mount in use is located in /usr/lib/systemd.- Don't build seccomp support in the mini package- Switch to Meson build system Some rearrangement in the file list was also needed. That was probably due to the upgrade of rpm.- Import commit 0a5600eb7f8263c7c79fec0d85cc159d54aba636 2a181fc6f insserv-generator: make it build with meson 7b0401da4 build-sys: don't build networkctl if networkd is disabled- Don't build-require selinux for the mini package- Drop libgcrypt.m4 The mini package builds fine without it so it doesn't seem necessary anymore.- Import commit 846d838c37865da60eba48090e570e959291399f b1e0a348d fileio: include sys/mman.h f1fa784cb meson: update header file to detect memfd_create() 8838ba7ec meson: define _GNU_SOURCE to detect copy_file_range() (#7734) 531a00c84 Restore "restore /var/run and /var/lock bind mount if they aren't symlink"" (the 3 first commits make systemd build against glibc 2.27)- Import commit 3f421e4fbf6fcb31d74caf729435868ba8824483 7fb9ea39a Revert "restore /var/run and /var/lock bind mount if they aren't symlink" 23ce1207a meson.build: make docdir configurable (#8068)- Import commit 8ec9f58d334c76e736957812d9e57151502a6f63 07c6ee3eb compat-rules: get rid of scsi_id when generating compat symlinks for NVMe devices (bsc#1051465) 261a4ef38 compat-rules: generate compat by-id symlinks with 'nvme' prefix missing (bsc#1063249)- Drop 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch It's been imported in branch "compats/udev-compat-symlinks" which has been merged in branch "openSUSE-Factory" in its turn.- Import commit c516268845b0fd0683cef2e491b84077371e8f01 37da1facb core: disable session keyring per system sevice entirely for now (bnc#1045886) 8a1ae0449 strv: fix buffer size calculation in strv_join_quoted()- Drop 0001-core-disable-session-keyring-per-system-sevice-entir.patch It's been merged in branch "SUSE/v234".- Import commit 2087a80d56bb6f8c7fb74a19172259bc9d9af866 2b8971b8a tmpfiles: refuse to chown()/chmod() files which are hardlinked, unless protected_hardlinks sysctl is on (bsc#1077925 CVE-2017-18078) 8c2bcac25 tmpfiles: change ownership of symlinks too- Do not optionally remove /usr/lib/systemd/system/tmp.mnt anymore (bsc#1071224) This was done to make sure that tmpfs wouldn't be used for /tmp by defaut in case the dir layout created by the installer did not create a customized tmp.mount. But it had the bad side effect to break "rpm -V systemd" and updates of systemd via delta-RPMs. Now instead of removing tmp.mount unit file, we mask it (still only if no other tmp.mount would override the default one). It's the official way to disable tmpfs on /tmp after all. Since we cannot rely on the presence of fstab during package installations, we introduced a service which is run once on the first boot and which figures out if tmpfs would be used. If so it masks the unit. We also handle the upgrade path and make sure to preserve admin's settings (if any). Another advantage of this is that we will only need to remove the introduced service the day when tmpfs will be the default for SUSE distros.- Import commit 83067827cc891ddc90def200fdbe725917ec9fa3 3d60486f7 core/timer: Prevent timer looping when unit cannot start (bsc#1068588) 460bd0cd6 Revert "handle SYSTEMCTL_OPTIONS environment variable" (fate#323393)- Import commit cc94ce8513221061898c83f57862544b16021f0e aa3eba828 delta: don't ignore PREFIX when the given argument is PREFIX/SUFFIX b1ea0173a delta: extend skip logic to work on full directory paths (prefix+suffix) (bsc#1070428) 77c5065f9 delta: check if a prefix needs to be skipped only once db32866d1 Fix parsing of features in detect_vm_xen_dom0 (#7890) (bsc#1048510) 11d40461a sd-bus: use -- when passing arguments to ssh (#6706) 1148d99f6 tmpfiles: consider /etc uninitialized also when /etc/machine-id is present but empty (#7849) (bsc#1075179) 3a95f69bf tmpfiles: downgrade warning about duplicate line- Edit scripts-systemd-fix-machines-btrfs-subvol.sh We shouldn't be creating a /var/lib/machines subvolume if /var is already a seperate partition or subvolume. /var/lib/machines will already be excluded from snapper & similar tooling in this case.- Import commit 82dbe8a2ae56649231111eaadd4c302a2d2175ee 8c7f0c449 service: Don't stop unneeded units needed by restarted service (bsc#1066156) 869be64ce sysctl: use raw file descriptor in sysctl_write (#7753) 0c2400810 sysctl: disable buffer while writing to /proc (bsc#1071558) 9eb1f30b8 Use read_line() and LONG_LINE_MAX to read values configuration files. (bsc#1071558) 4dbea654f def: add new constant LONG_LINE_MAX 48f14cd71 fileio: add new helper call read_line() as bounded getline() replacement 861e1a222 build-sys: udevadm should have LOG_REALM=LOG_REALM_UDEV 8ed5cf3fb meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666) a9f93f1d0 virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581) (bsc#1048510) fe56abdf9 seccomp: arm64/x32 do not have _sysctl c9194fe37 seccomp: arm64 does not have mmap2 31d9b3c32 fs-util: small tweak in chase_symlinks() 9dd0bc7a3 meson: do not include man/meson.build if xsltproc not found 7e29e2b07 analyze: replace --no-man with --man=no in the man page (bsc#1068251)- Add missing /etc/systemd/network directory- Import commit e30f1b10e276fb18db10ea2463fbd7146ae778f6 63481b24b firstboot: do not write vconsole.conf when arg_keymap is empty (bsc#1070124)- Add 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch (bsc#1051465) This patch is not yet merged in the 'compats/udev-compat-symlinks' branch: we asked to upstream if it would be possible to introduce a new specifier that wouldn't strip trailing whitespaces , see https://github.com/systemd/systemd/issues/7462 Also this allows to give the patch more testing before merging it in the git repo.- Drop a useless rm(1) from the specfile- Remove requires for pwdutils, we don't need the shadow tools anymore [bsc#1069150]- Import commit 4b9afa11f918796184e1264d618b4ff5d18e481b 22dcb1d04 tmpfiles: when /etc is not fully initialized, some specifiers are expected to be unresolvable (#6860) (bsc#1055664) 216beb768 tmpfiles: Allow create symlink on directories (#6039) baf85eb79 udev: net_setup_link: don't error out when we couldn't apply link config (#7328) - Remove stderr redirection to /dev/null when calling %tmpfiles_create since it's not needed anymore due to commit 22dcb1d04. Indeed the messages are no more emitted at LOG_WARN but LOG_NOTICE.- Import commit b9a41367b6c1164318443491cc3dae0e8208e15c 86804326f systemd-firstboot: add vconsole keymap support (#7035) (bsc#1046436) 9b64225e9 resolved: fix loop on packets with pseudo dns types (bsc#1065276 CVE-2017-15908) - Drop 0001-systemd-firstboot-add-vconsole-keymap-support.patch since it's been merged upstream and backported to SUSE/v234 (see above).- Import commit e44237e76f6e133e62ff6c681d3fd06ebf12f66d a4e02c099 udev-rules: all values can contain escaped double quotes now (#6890) d2b767a76 tmpfiles: remove old ICE and X11 sockets at boot (#6979)- Add 0001-systemd-firstboot-add-vconsole-keymap-support.patch (bsc#1046436) Temporary patch until it's been merged by upstream, see https://github.com/systemd/systemd/pull/7035- Damn forgot to drop 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch in the spec file- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627 1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeoutSec= too (bsc#1004995) This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch not needed anymore.- Import commit 93688f8e53b4e482a55a7d4aba2d927ddedebdde c53522be3 compat-rules: allow to specify the generation number through the kernel cmdline- Import commit c1e8af7d1e8b09c2878a5b17f513bfc41ae46dc6 982754275 build-sys: make sure 61-persitent-storage-compat.rules is installed with meson 9ac2e8b9b udev: proc_cmdline_get_key() FTW! (#6925)- Import commit 9e0985dc330b1cf04bc44049962343bdf4ba851a 4fd7cd041 pam_logind: skip leading /dev/ from PAM_TTY field before passing it on dd6312828 logind: make sure we don't process the same method call twice (#6583)- Update scripts-systemd-upgrade-from-pre-210.sh script - drop dependency on awk - fallback to runlevel #3 if something goes wrong Note: I'm not sure how this is supposed to work as /etc/inittab is likely to be missing in my understanding. Indeed this file is part of the aaa_base package which might be upgraded before systemd is installed...- Drop macros.systemd.upstream as it's not used- Import commit 58ea3c819cca1639ef8c922505c573ba5e262b3d 334945091 shutdown: fix incorrect fscanf() result check (#6806) 027202892 shutdown: don't remount,ro network filesystems. (#6588) (bsc#1035386) bc77b53a5 shutdown: don't be fooled when detaching DM devices with BTRFS (boo#1055641) d9d293847 util: make get_block_device() available 421ce7382 tmpfiles: silently ignore any path that passes through autofs (#6506) (bsc#1045472) ca8f90e62 device: make sure to remove all device units sharing the same sysfs path (#6679)- Make use of "%tmpfiles_create" in %post of the logger subpackage- Add scripts-udev-convert-lib-udev-path.sh (bsc#1050152) This script takes care of converting /lib/udev into a symlink pointing to /usr/lib/udev when upgrading a distro using an old version of udev.- Make use of "%make_build" rpm macro- Renumber scripts to start at index 100- Introduce scripts-systemd-upgrade-from-pre-210.sh It collects all existing hacks done in %post to fix old/deprecated settings in systemd older than 210. This includes hacks needed to fix system that are migrating from SysV. There shouldn't be any functional changes.- Move scripts for packaging workaround/fixes in /usr/lib/systemd/scripts It also renames fix-machines-subvol-for-rollbacks.sh into scripts-systemd-fix-machines-btrfs-subvol.sh Note that the "scripts-systemd-" prefix is used for those scripts so we can gather them. Why not using a directory instead ? because osc doesn't allow that.- Add 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch (bsc#1048605) It's a temporary but urgent fix for a regression discovered in bug 1048605. The fix is still under discussion with upstream but we need to make progress here and limit the number of affected users. Consequently this fix reintroduces bsc#1004995 (the bug report has been re-opened) but this one is far less critical and a workaround was provided. The final solution will fix both bugs.- Import commit 2bed4bf99cf7f24eafda490f778ed5e109f8d7f1 7a4935268 compat-rules: drop the boggus 'import everything' rule (bsc#1046268)- %regenerate_initrd_post is suppsed to be used in %post (not %pre) section- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea 9dcc6c04e pid1: forward port console specificities handling for s390 arch to v234- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc 4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) (boo#1051172)- Remove the unneeded hack forcing systemd-crypsetup binary to be linked against the just built libudev I don't remember why it was added but it looks unnecessary: most of all systemd components are linked againt libsystemd-shared.so which includes all the just built symbols. Also I don't see why it was done only for systemd-cryptsetup since all other binaries should have had suffered from the same issue.- Import commit c5705e01800bdadd6a4fa7dc50d47b13eb697211 8ea065d44 compat-rules: don't rely on ID_SERIAL when generating 'by-id' symlinks for NVMe devices (bsc#1048679)- Import commit 06bed720274d9436405a7c27c8238d7d1aefca2b 66fffdf12 build-sys: don't hook var-lib-machined.mount to remote-fs.target when machined is disabled 96c232066 Revert "core: don't load dropin data multiple times for the same unit (#5139)"- Drop support of compression from the mini package Hence remove the relevant build-requires from the mini package.- Upgrade to v234 (commit 78af11131da1b2760778206806c0ebe8616a5284) - package /etc/systemd/system/dbus-org.freedesktop.network1.service - /usr/lib/systemd/resolv.conf is not installed if resolved is disabled- Edit pkgconfig(liblz4) dependency: liblz4 now uses 1.x *again*- Added 0001-core-disable-session-keyring-per-system-sevice-entir.patch (bnc#1045886) Temporary patch to disable the session keyring stuff as it's currently broken and may introduce some security holes.- Import commit 21827ea0875ff197e16e72003b2bfaa1c6e8daad 1ad06735f core: fail when syntactically invalid values for User=/Group= fields are detected (bsc#1047023) d563972e2 timesyncd: don't use compiled-in list if FallbackNTP has been configured explicitly f4e0c16f5 gpt-auto-generator: fix the handling of the value returned by fstab_has_fstype() in add_swap() (#6280) e1345aac5 fix add_esp() in the gpt-auto-generator.c (#6251) c591ece9a automount: don't lstat(2) upon umount request (#6086) (bsc#1040968) 643ab2eea gpt-auto-generator: disable gpt auto logic for swaps if at least one is defined in fstab f07d2022f fstab-util: introduce fstab_has_fstype() helper bf735bb35 fstab-util: don't eat up errors in fstab_is_mount_point() a4b40fbed resolved: simplify alloc size calculation (bsc#1045290 CVE-2017-9445) 8b960bec0 only check signature job error if signature job exists (#6118) (boo#1043758) 1418bfb5b job: Ensure JobRunningTimeoutSec= survives serialization (#6128) (bsc#1004995) 19b6d5f08 udev: turn off -Wformat-nonliteral for one safe case 717ace439 udev: net_id add support for platform bus (ACPI, mostly arm64) devices (#5933) a3bf2e6b5 core/mount: pass "-c" flag to /bin/umount (#6093)- Add minimal support for boot.d/* scripts in systemd-sysv-convert (boo#1046750) While at it, the handling of the symlink priorities is also removed since it doesn't appear to be used at all.- Don't try to restart networkd/resolved if they're disabled (boo#1045521) "systemctl try-restart/preset" wants the unit files exist.- Stop shipping /usr/lib/sysusers.d/basic.conf (bsc#1006978) Ok looks like the previous change was the right thing to do and we continue to follow this path by relying on the new user/group scheme Therefore the basic system user/group are now managed and created by system-sysusers and udev also relies on this for the groups it uses in its rule files. Ideally we should have listed all of the groups in the deps (with "Requires: group(disk)" but the list of the groups is rather long and the risk for those groups to be re-organized is probably low, so currently we simply use "Requires: system-group-hardware" as a shortcut.- Make sure "lock" group is created On SUSE distros, /run/lock must be owned by "lock" group (see boo#733523). This group was previously created by another package but since a recent changes it doesn't seem to be true anymore or at least this package isn't pulled in anymore when building the rescue system. For now make systemd creates the group by adding "Requires: group(lock)". I'm currently not sure why we don't use sysusers.d stuff for that purpose and if the "lock" group on /run/lock is still mandatory. This should be revisited later.- Make sure dracut (if installed) will embed the new compat rule The new compat rule must be embedded in the initramfs so make sure that the installed dracut supports it.- Upgrade to v233 (commit 330b55d5e28d17f361062dba66426e46fb7d7857) - package new systemd-umount binary - package new environment generator stuff - drop /dev/root symlink support - /etc/pam.d/systemd-user is not patched anymore but we ship a dedicated file for SUSE now. - manage compat symlink generation in a dedicated branch (bsc#1040153)- Fix systemd-sysv-convert when a package starts shipping service units (bsc#982303) The database might be missing when upgrading a package which was shipping no sysv init scripts nor unit files (at the time --save was called) but the new version start shipping unit files.- Fix indentation in systemd-sysv-convert While at it, strip trailing whitespaces. No functional changes.- Disable group shadow support (bsc#1029516) The new configure option will be imported during the next tarball update.- Ship /var/log/README Unfortunately it's not possible to also ship /etc/init.d/README because of rpm "sanity" checks that prevent executable in /etc/init.d- Drop systemd-{journalctl,loginctl} legacy symlinks.- Drop %preun section Currently the only use of this section is to remove the symlinks enabling systemd services on package removal. Those symlinks were initially installed by the systemd package installation but could have been overriden by the sysadmin later. If so the symlinks shouldn't be uninstalled. Also in a near futur disabling services will install a symlink to /dev/null.- Import commit 9e33c2ae69fbb705e8ad143536e419a231e93020 04ef0eab8 importd: support SUSE style checksums supplementary (#5800) fb601ad9a importd: support SUSE style checksums (#5206) (fate#322054) b76b27c76 hwdb: fix warning "atkbd serio0: Unknown key pressed" (#5772) (boo#1010220) cb0d991f6 loginctl: fix typo causing ignoring multiple session IDs (#5732)- Make use of %systemd_postun()- Restart a couple of systemd services on package update Those services (most notably journald) should support restarting these days. However logind still doesn't but that should be fixed pretty soon, well I hope :)- Don't buildrequire pam-config, it's not used at this step. Also drop the use of it in %postun as it can't realistically happen...- Don't call /sbin/ldconfig in %post of the main package systemd main package doesn't ship any shared libs so there's no point in calling ldconfig in %post/%postun- Silent %tmpfiles_create in %post (bsc#1034938) Due to bsc#1024740, we stopped generating /etc/machine-id during systemd package installation making the specifier '%m' unavailable in the tmpfiles.d configuration files at this time. Make it simple for now and silent %tmpfiles_create, after all that's how the macro was implemented originally.- Import commit f0325620d23a247682c629d28883a364e4a7a8c4 327814841 core: when a unit's SourcePath points to API VFS pretend we are never out-of-date (#5487) f4b9fb58e units: move Before deps for quota services to remote-fs.target (#5627) (bsc#1028263) 44b9d27f8 udev: net_id - support predictable ifnames on vio buses (#5675) (bnc#1029183) 64f4761c9 units: apply plymouth warning fix to in rescue mode as well (#5615) 77607b887 units: do not throw a warning in emergency mode if plymouth is not installed (#5528) (bsc#1025398) 336d6016c core: downgrade "Time has been changed" to debug (#4906) (bsc#1028610)- Consider chroot updates in fix-machines-subvol-for-rollbacks.sh (bsc#1030290)- Initialize /etc/machine-id during the first boot (bsc#1024740) Previously that was done at package installation but it didn't fit well for appliance builds.- Import commit 68fc0a749a83d16d4cde8471d5030bc6254ffd96 76d4d05fb udev: fix variable assignment 473df8cc4 udev-rules: perform whitespace replacement for symlink subst values (bsc#1025886) d6c3ff647 udev-event: add replace_whitespace param to udev_event_apply_format 30ad15f7c libudev-util: change util_replace_whitespace to return number of chars in dest- Import commit 103259b3226251d06f79ca627f7b0ba0bd49f4bc 0ee7890dd automount: if an automount unit is masked, don't react to activation anymore (#5445) 99865a181 core: make sure to destroy all name watching bus slots when we are kicked off the bus (#5294) (bsc#1006687) f34234c54 build-sys: add check for gperf lookup function signature (#5055) 44e39538f sd-event: "when exiting no signal event are pending" is a wrong assertion (#5271) (boo#995936 bsc#1022014) 471b26807 sd-event: when an event source fails, don't assume the type of it is still set- Don't ship systemd-resolved for now (bsc#1024897) If resolved is enabled , systemd-tmpfiles creates a wrong symlink in /etc/resolv.conf which confuses the network manager actually used.- More indentation cleanup (no functional changes)- Remove obsolete insserv requirements for udev again [bsc#999841]- Import commit cd97d5d5fef79ab9d957bf6504d085c0faca6bfc e587b6ce0 disable RestrictAddressFamilies on all architectures but x86_64 one (bsc#1023460) c8ae05632 journald: don't flush to /var/log/journal before we get asked to (bsc#1004094) 7261eaf3e sd-event: fix sd_event_source_get_priority() (#4712)- Move fix for permission set on /var/lib/systemd/linger/* (no functional changes) Move that part after the fix on timer timestamp files otherwise the comment doesn't make sense.- Import commit 028fd9b60580976dffb09b3576a2b652ee35137c cc2ca55ff build-sys: do not install ctrl-alt-del.target symlink twice ececae77a device: Avoid calling unit_free(NULL) in device setup logic (#4748)- Ship systemd-resolved but it's disabled by default (bsc#1018387) The NSS plugin will also be disabled, users need to enable it manually.- Don't ship ldconfig.service anymore This service was introduced to support stateless systems that support offline /usr updates properly. AFAIK we don't support any such system for now, so disable it. If it's wrong it's easy enough to restore it back. Related to bsc#1019470.- Be more consistent with indentation (*no* functional changes) Indentation should use 8 spaces now (no tabs).- Import commit 2559bc0c076b58f0a649056e79ca90fe5f1d556c 9c4a759ab systemctl: 'show' don't exit with a failure status if the requested property does not exist [SUSE] (bsc#1021062) f9194193b systemctl: remove duplicate entries showed by list-dependencies (#5049) (bsc#1012266) 2a6653335 rule: don't automatically online standby memory on s390x (bsc#997682)- Fix permission set on /var/lib/systemd/linger/* Those files are created by logind which run with umask(0022), so they are not world writable and shouldn't be affected by bsc#1020601. But it's cleaner to not let files forever with their setuid bit set for no good reason.- Fix permissions set on permanent timer timestamp files (bsc#1020601) (CVE-2016-10156) This change makes sure to fix the permissions of the timestamp files which could have been created by an affected version of systemd. Local unprivileged users could have run arbitrary code as root if systemd previously created world writable suid root files such as permanent timer stamp files.- Import commit 3edb876e3b80437a95502aa5d31d454606ea94bd 27b544224 core: make sure to not call device_is_bound_by_mounts() when dev is null (#5033) (bsc#1018399)- Use the %{resolved} build conditional for the nss-resolve subpackage- /usr/bin/systemd-resolve was missing from the filelist- Silent warnings emitted when udev socket units are restarted during package upgrade (bsc#1018214)- Upgrade to v232, commit de62e96da6a62ac61a7dea45cc558f5fa4342032 - a4dff165d nspawn: resolv.conf might not be created initially (#4799) - b543fe907 nspawn: fix condition for mounting resolv.conf (#4622) - 1aed89e55 core: make mount units from /proc/self/mountinfo possibly bind to a device (#4515) (boo#909418 bsc#912715 bsc#945340) - bfb54ecdc coredumpctl: let gdb handle the SIGINT signal (#4901) (bsc#1012591)- Really include legacy kbd maps in kbd-model-map (bsc#1015515) Instead of fix-machines-subvol-for-rollbacks.sh...- Enable lz4 (which becomes the default) It's much faster than xz and thus should be more appropriate to compress journals and coredumps. The LZ4 logic is now officially supported and no longer considered experimental. The new frame api was released in v125.- Good by compatlibs support There's no longer need for enabling/disabling the support for the compatlibs as it's been dropped from the source code.- Drop /usr/lib/systemd/libsystemd-shared-%{version}.so from the 32bit package This shared library is not for public use, and is neither API nor ABI stable, but is likely to change with every new released update. Only systemd binaries are supposed to link against it. This also prevents from the 32bit package to conflit with the 64bit one if this lib was installed by both packages.- Upgrade to v232, commit c5c3445825981e2a5c3ed71214127d5b1b9de802: - Dropped backported commits which has been merged - Forward-port Suse specific patches - Added --disable-lto option to ./configure - Added systemd-mount - Removed in %file /usr/lib/systemd/user/*.socket: since 798c486fbcdce3346cd86 units/systemd-bus-proxyd.socket has been removed. - Removed in %file %{_sysconfdir}/systemd/bootchart.conf since commit 232c84b2d22f2d96982b3c bootchart is not part of systemd anymore. - Backward compat libs have been disabled since it's been dropped from the source code. - Added /usr/bin/systemd-socket-activate in %file - Added --without-kill-user-processes ./configure option - Bump libseccomp build require (>= 2.3.1) as described in README - Specifiy version of libmount as required in the README- libudev-devel 32bit is needed for building 32bit wine now.- specfile: conflict systemd-bash-completion and systemd-mini-bash-completion Otherwise the build system detects that systemd-bash-completion and its mini variant are conflicting at files level even though those packages can't be installed on the same system.- specfile: clean up nss-* plugins descriptions and drop nss-myhostname-config script for now. Currently /etc/nsswitch.conf is supposed to be edited by the sysadmin to enable the modules. However for some reasons only nss-myhostname is removed from the conf file when the corresponding package is uninstalled. This is inconsistent so let's remove it. Actually I'm wondering if we shouldn't make those NSS plugins part of the main package and get rid of all those sub-packages...- specfile: remove old comments and unneeded sed command- specfile: no need to create systemd-update-utmp-runlevel.service symlinks anymore The symlinks in /usr/lib/systemd/system/.target.wants/systemd-update-utmp-runlevel.service are created in Makefile.am since commit d5d8429a12c4b1. 'reboot' and 'poweroff' targets initially had the symlinks but there's not point since the latter conflicts shutdown.target whereas the 2 targets pull it in. See: https://github.com/systemd/systemd/pull/4429- specfile: remove the following warnings: [ 256s] warning: File listed twice: /usr/lib/systemd/system/dbus.target.wants [ 256s] warning: File listed twice: /usr/lib/systemd/system/default.target.wants- Own a couple of directories even if they don't belong to systemd otherwise the build system will complain. Some directories (owned by others packages) are simply used by systemd to ship some scripts or config files to customize others * optional* components. Since thos components are not build required by systemd those directories are not owned by any packages and the BS complains...- Import commit 15ea716 journal-remote: change owner of /var/log/journal/remote and create /var/lib/systemd/journal-upload (bsc#1006372)- %sysusers_create and %tmpfiles_create must be called in %post Calling %pre is broken since the respective conf files are not yet installed.- %{_libexecdir}/{tmpfiles.d,sysusers.d}/systemd-remote.conf are part of systemd-journal-remote package (only).- systemd-journal-{gatewayd,remote,upload} units are only part of "systemd-journal-remote" package. So exclude them from the main package.- Import commit a1c145e6ad6588555dca64402f9103fb1e02b1a0 7f34037 man: explain that *KeyIgnoreInhibited only apply to a subset of locks df5798b Revert "logind: really handle *KeyIgnoreInhibited options in logind.conf" (bsc#1001790 bsc#1005404) f79fee7 Revert "kbd-model-map: add more mappings offered by Yast" 3760c10 manager: tighten incoming notification message checks d6efd71 core: only warn on short reads on signal fd 6eebd91 manager: be stricter with incomining notifications, warn properly about too large ones fdf2dc3 manager: don't ever busy loop when we get a notification message we can't process- Rename kbd-model-map-extra into kbd-model-map.legacy- Remove tcpd-devel build requirement. tcpwrap support has been removed since v212, see commit 7f8aa67131cfc03ddcbd31c0420754864fc122f0- remove all dummy "aliases" to /etc/init.d (as it was already done by factory more than 1 year ago). Even if a sysvinit script is still requiring one of those dummy symlinks this should not be an issue since this is requirement is translated into a weak dependency.- specfile: - do not own /usr/share/zsh directory - do not own /etc/dbus-1 and /etc/dbus-1/system.d dirs - do not own /usr/share/dbus-1 dir- specfile: %{_prefix}/lib/systemd/system-preset was mentioned twice in %files section.- Specfile cleanup: - use curly braces with rpm macros- Specfile cleanup: - %ghost files doesn't need (anymore) to be created in %builroot - do not own /etc/X11/xorg.conf.d and /etc/X11/xinit- Specfile cleanup: no need to protect the manpages with %bootstrap condition in nss-myhostname package since the package itself is already protected.- fix nss-resolve sub package: - add a %files section - add a package description - libnss_resolve.so.2 is now part of this subpackage - add %post and %postun sections- Specfile cleanup: - reorganize some files in %files by types - some config files were missing the "noreplace" attribute- Use %config(noreplace) for %{_sysconfdir}/pam.d/systemd-user- Rework systemd-gatewayd package: - some gateway's files were still in the main package - it now includes all progs dealing with remote journals - it can be turned off (SP2 does that currently) - it's been renamed systemd-journal-remote to reflect that- Specfile cleanup: - only specify once %{_prefix}/lib/systemd/system-shutdown in %file - no need to list the content of %{_prefix}/lib/systemd/user-generators in %file - machined is not built when %bootstrap = 1- Specfile cleanup: - There's no point in listing all generators in %file explicitly. The default is to include all of them and if for some reason one must be excluded then it should be done explicitly.- Specfile cleanup: - remove explicit call to make for building man pages. This is not needed and was maybe useful when generated doc was pre-built and shipped in the tarball.- Specfile cleanup: - break overly long and unreadable line using mkdir - gather directory creations- Stop providing udevd.8 systemd-udevd has replaced udevd for some time already and usage of udevd should be avoided. Therefore don't encourage this and stop documenting it.- Import from factory: - Thu Feb 4 11:05:37 UTC 2016 - lnussel@suse.de - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they can put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think.- Package rootsymlink-generator helper. It was forgotten when switching to the git repo but re-added back. That said this thing should be removed as it's broken as soon as there's no direct link between the root fs and its backend device node (i.e. BTRFS).- Add kbd-model-map-extra file which contains the additional legacy keymaps needed by yast. This was previously directly patched in the systemd source code.- Imported e251b8d7fb5c801fdfa3a023257ba0e4d514f3b0 - Re-add back /dev/root symlink generation (although this must be deprecated and finally removed).- Migrating to the Suse Systemd git repo: Third step: - Re-enable networkd (disabled by default in SLE12)- Migrating to the Suse Systemd git repo: Second step: - Import the specfile - Import the tarball generated from the git repo - Import lastest changes for the different scripts- Migrating to the Suse Systemd git repo: First step: drop all patches and drop the tar ball. The dropped patches are: fix-support-for-boot-prefixed-initscript-bnc-746506.patch set-and-use-default-logconsole.patch ensure-ask-password-wall-starts-after-getty-tty1.patch 0001-rules-block-add-support-for-pmem-devices-3683.patch Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch 1007-physical-hotplug-cpu-and-memory.patch 1066-udev-add-compatibility-links-for-truncated-by-id-links.patch watch_resolv.conf_for_become_changed.patch 0019-make-completion-smart-to-be-able-to-redirect.patch systemd-add-user-keep.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff avoid-random-hangs-on-timeouts-due-lost-cwd.patch 1037-udev-exclude-cd-dvd-from-block-device.patch 0001-add-network-device-after-NFS-mount-units.patch journald-advice-about-use-of-memory.patch 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch 1006-udev-always-rename-network.patch handle-numlock-value-in-etc-sysconfig-keyboard.patch use-rndaddentropy-ioctl-to-load-random-seed.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch 0001-bnc888612-logind-polkit-acpi.patch avoid-divide-by-zero-sigtrap.patch 1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch suse-sysv-bootd-support.diff ensure-shortname-is-set-as-hostname-bnc-820213.patch parse-crypttab-for-noauto-option.patch tty-ask-password-agent-on-console.patch 0001-pid1-process-zero-length-notification-messages-again.patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch vhangup-on-all-consoles.patch 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch apply-ACL-for-nvidia-device-nodes.patch make-emergency.service-conflict-with-syslog.socket.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch 1096-new-udev-root-symlink-generator.patch 1099-Add-default-rules-for-valve-steam-controller-to-work.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch systemd-install-compat_pkgconfig-always.patch 1012-Skip-persistent-device-link-creation-on-multipath-de.patch 0001-avoid-abort-due-timeout-at-user-service.patch insserv-generator.patch apply-ACL-for-nvidia-uvm-device-node.patch restore-var-run-and-var-lock-bind-mount-if-they-aren-t-sym.patch systemd-pam_config.patch systemd-dbus-system-bus-address.patch let-linker-find-libudev-for-libdevmapper.patch 1098-systemd-networkd-alias-network-service.patch 0001-let-systemctl-completion-ignore-at-names.patch boot-local-start.patch 1095-set-ssd-disk-to-use-deadline-scheduler.patch tomcat6-var-lock-subsys-legacy.patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch plymouth-quit-and-wait-for-emergency-service.patch respect-nfs-bg-option.patch 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 1062-rules-set-default-permissions-for-GenWQE-devices.patch rescue-emergency-target-conflicts.patch Correct_assert_on_unexpected_error_code.patch 1097-udevd-increase-maximum-number-of-children.patch 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 1005-create-default-links-for-primary-cd_dvd-drive.patch allow-multiple-sulogin-to-be-started.patch systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch 0010-do-not-install-sulogin-unit-with-poweroff.patch 1003-udev-netlink-null-rules.patch 1002-rules-create-by-id-scsi-links-for-ATA-devices.patch 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch shut-up-rpmlint-on-var-log-journal.patch systemd-tmp-safe-defaults.patch portmap-wants-rpcbind-socket.patch hostname-NULL.patch 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch handle-disable_caplock-and-compose_table-and-kbd_rate.patch kbd-model-map.patch systemctl-set-default-target.patch 0014-journald-with-journaling-FS.patch 0001-On_s390_con3270_disable_ANSI_colour_esc.patch- Import a better fix from upstream for bsc#1001765 - Added: 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-pid1-process-zero-length-notification-messages-again.patch - Updated (no code changes, only patch metadata) 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Re add back "udev: don't require nsserv and fillup" Did this in the wrong project... it was a complicated day today ;)- Added 2 patches to fix bsc#1001765 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Revert "udev: don't require nsserv and fillup" It's been judged too late for being part of SLE12 final release. Nevertheless it's part of Factory and will be reintroduced after the final release is out (ie through an update).- systemd-sysv-convert: make sure that /var/lib/systemd/sysv-convert/database is always initialized (bsc#982211) If "--save" command was used and the sysv init script wasn't enabled at all the database file wasn't created at all. This makes the subsequent call to "--apply" fail even though this should not considered as an error.- Added patches to fix journal with FSS protection enabled (bsc#1000435) 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch- udev: don't require nsserv and fillup (bsc#999841) udev has no LSB init scripts nor fillup templates anymore.- Build require python and python-lxml in order to generate systemd.directives man page (bsc#986952)- Add rules: block: add support for pmem devices (#3683) (bsc#988119) 0001-rules-block-add-support-for-pmem-devices-3683.patch- Fix is-enabled check in systemd-sysv-install (bsc#997268)- Only BuildRequire gnu-efi when building the 'real' systemd package.- Add a script to fix /var/lib/machines to make it suitable for rollbacks (bsc#992573)- reverted the systemctl split-off on request of Franck Bui.- Add sysusers to the new split "systemctl" subpackage- Split systemctl and tmpfiles into a separate package- Fix 1099-Add-default-rules-for-valve-steam-controller-to-work.patch to enable missing functionality of Steam Controller- Backport unified_cgroup_hierarchy fix for Linux >= 4.4. boo#989276 + systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch- drop 1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch it breaks btrfs on multiple device-mapper devices (boo#984516). The problem it tried to fix is already fixed in rule shipped with btrfsprogs (see boo#912170).- fix warning about missing install info during preset (boo#970293) 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch- Avoid bootstrap cycle with sg3_utils- Fix patch patch handle-numlock-value-in-etc-sysconfig-keyboard.patch that is do not close a file descriptor twice (boo#973907)- Add two patches which address logind/networkd disappearing from dbus (and busctl) even while the units and processes continue running. 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch- drop all compiler/linker option customizations: - -pipe option is used by default since day 0 - get rid of cflags() function which is not needed - --hash-size has no impact specially in runtime IOW, use the default options for the compiler and the linker, there's no point in making systemd different from other package in this regards.- use %make_build instead of 'make %{?_smp_mflags}'- be more strict on own lib version requirements- systemd should require udev with the exact same version- Modify patch handle-numlock-value-in-etc-sysconfig-keyboard.patch to allow that open, seek, and read of /dev/mem may fail e.g. on XEN based virtual guests (bsc#961120)- Add upstream patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch this fixes forced logouts on isolate target aka changing runlevel (boo#966535)- require curl and bzip2 to build importd - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they kan put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think. - /var/lib/systemd/random-seed is a file - own /var/lib/machines - add systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff- systemd-sysv-install: Fix chkconfig argument for disable op- Create groups adm,input,tape in fixed order (boo#944660)- Make sure we don't use tmpfs on /tmp by default (bsc#940522)- Avoid enabling readahead services; they have been removed. - In %install, only process kbd-model-map.xkb-generated if it exists. Resolves a build failure in 13.2/42.1.- spec: update minimum kernel version to 3.11 - Update minimum util-linux version to 2.27.1- Add patch to enable working steam controller: * 1099-Add-default-rules-for-valve-steam-controller-to-work.patch- fix CVE-2015-7510: Stack overflow in nss-mymachines (boo#956712) Add 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch- Update to new upstream release 228 * The various memory-related resource limit settings (such as LimitAS=) now understand the usual K, M, G, ... suffixes to the base of 1024 (IEC). Similar, the time-related settings understand the usual min, h, day, ... suffixes now. * CPUAffinity= now takes CPU index ranges in addition to just individual indexes. * A number of properties previously only settable in unit files are now also available as properties to set when creating transient units programmatically via the bus. - Remove 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch (merged upstream)- Update to 227. - Rebase systemd-pam_config.patch, handle-root_uses_lang-value-in-etc-sysconfig-language.patch, 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch, 0001-On_s390_con3270_disable_ANSI_colour_esc.patch, 0014-journald-with-journaling-FS.patch, 0019-make-completion-smart-to-be-able-to-redirect.patch, avoid-divide-by-zero-sigtrap.patch, systemd-add-user-keep.patch, set-and-use-default-logconsole.patch, tty-ask-password-agent-on-console.patch, 0001-bnc888612-logind-polkit-acpi.patch, watch_resolv.conf_for_become_changed.patch, 1097-udevd-increase-maximum-number-of-children.patch. - Remove 0002-units-enable-waiting-for-unit-termination-in-certain.patch, 1001-re-enable-by_path-links-for-ata-devices.patch, rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch: fixed upstream.- Modify patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch to handle locale at boot time well (boo#927250) - Be able to use build service environments several times- 1096-new-udev-root-symlink-generator.patch: fix substitution in ExecStart value- enable seccomp for aarch64 (fate#318444)- Fix again UEFI for mini package- Drop one more undesirable Obsoletes/Provides. This should have been a Conflicts. (There was already a Conflicts, and since Conflicts go both ways, we won't need a second one.)- No UEFI for systemd-mini- Add 2 upstream patches to fix boo#949574 and bsc#932284 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch 0002-units-enable-waiting-for-unit-termination-in-certain.patch- Disable systemd-boot on aarch64 since it fails to build. Error while compiling src/boot/efi/util.o is: usr/include/efi/aarch64/efibind.h:2:20: fatal error: stdint.h: No such file or directory- Fix UEFI detection logic: basically we let configure.ac figure out if UEFI is supported by the current build environment. No need to clutter the spec file with a new conditionnal %has_efi. - Provide systemd-bootx64.efi (aka gummiboot)- Modify patch tty-ask-password-agent-on-console.patch to reflect the changes done for pull request 1432- Undo Obsoletes/Provides (from Aug 11), creates too big a cycle. - Provide systemd-sysv-install program/link [bnc#948353]- Fix patch tty-ask-password-agent-on-console.patch not to crash away but enable it to ask on all devices of /dev/console- Avoid "file not found /etc/udev/rules.d/70-persistent-net.rules" waring occurring in %post- Add patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch to avoid broken virtual console mapping due stressed ioctl API for the virtual consoles (boo#904214)- Fix last change that is use the new name for udev packages in %pretrans.- restore usage of LUA in %pretrans.- Try to generate the systemd users and groups always in same order to avoid republish other packages (boo#944660)- cleanup specfile by removing commands that were dealing with systemd pre-generated files: we're now using systemd tarball generated directly from the git repo which doesn't contain any of these files. - there's no point in using LUA in %pretrans- Drop 0009-make-xsltproc-use-correct-ROFF-links.patch This patch was initialy added to workaround bsc#842844. But it appears that man(1) was fixed (included since 13.2 at least) to handle manual pages that consist only of a .so directive such as '.so '.- Change use-rndaddentropy-ioctl-to-load-random-seed.patch to make it work on big endian- Use Obsolete/Provides strategy from windows:mingw:mingw64/mingw64-cross-gcc to do the bootstrap cycle and kick out -mini afterwards.- Update to new upstream release 224 * systemd-networkd gained a number of new configuration options for DHCP, tunnels and bridges * systemd-efi-boot-generator functionality was merged into systemd-gpt-auto-generator.- /usr/share/systemd/kbd-model-map: added entries for xkeyboard-config converted keymaps; mappings, which already exist in original systemd mapping table are being ignored though, i.e. not overwritten; needs kbd in buildrequires (FATE#318426)- hostname-NULL.patch: Work around a crash on XEN hosts in OBS. /etc/hostname is not present and systemd then does strchr(hostname,soemthing) with hostname NULL.- Add Correct_assert_on_unexpected_error_code.patch to work around a problem of an assert on ENODEV for closing fd on an input event device (boo#939571)- Remove udev-generate-rules.sh, apparently not used by anything in the systemd nor udev-persistent-ifnames package.- Systemd v222, bugfix release. - Drop upstream patches 0006-pam_systemd-Properly-check-kdbus-availability.patch 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch 0031-install-fix-bad-memory-access.patch 1032-ata_id-unbotch-format-specifier.patch - Drop SUSE patch 1013-no-runtime-PM-for-IBM-consoles.patch udev does no longer enable USB HID power management at all. - The udev accelerometer helper was removed, obsoleted by iio-sensor-proxy package. - networkd gained a new configuration option IPv6PrivacyExtensions. - udev does not longer support the WAIT_FOR_SYSFS= key in udev rules. There are no known issues with current sysfs, and udev does not need or should be used to work around such bugs.- Avoid restarting logind [bnc#934901] - Do not suppress errors in any case, even if they are ignored- Fix devel package requires (both mini and real required real libsystemd0)- Rework patch tty-ask-password-agent-on-console.patch to fit the requisition of https://bugs.freedesktop.org/show_bug.cgi?id=82004- Rework "-mini" package logic to not conflict with itself and then add libsystemd0 to mini.- remove SysVStartPriority= from after-local.service, unsupported since v218. Note that this option was only parsed and that's it. the logic to give "start priority" was never implemented.- change the default fallback ntp servers to the opensuse pool.ntp.org vendor zone. - We still need to run systemd-sysctl.service after local-fs.target otherwise it works only when /boot is in the root filesystem but not when it is a separate partition.- Obsolete pm-utils and suspend (boo#925873). - Remove pm-utils support (remove Forward-suspend-hibernate-calls-to-pm-utils.patch).- remove patch sysctl-handle-boot-sysctl.conf-kernel_release.patch from the filelist.- libpcre, glib2 and libusb are not used by systemd, remove from buildrequires.- 1032-ata_id-unbotch-format-specifier.patch: fix udev ata_id output. - 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch fix StopWhenUnneeded=true in combination with a Requisite= dependency. - 0031-install-fix-bad-memory-access.patch: Fix Bad memory access - 0006-pam_systemd-Properly-check-kdbus-availability.patch: if kdbus is enabled (i.e boot with kdbus=1) DBUS_SESSION_BUS_ADDRESS must not be exported. - spec: add a min_kernel_version macro to ensure the package conflicts with kernel versions in which systemd cannot run.- sysctl-handle-boot-sysctl.conf-kernel_release.patch dropped, replaced by a tmpfiles.d snippet "current-kernel-sysctl.conf" (feature implemented in v220 just for our usecase)- fix build when resolved is enabled - remove fsck -l test in spec file, systemd requires util-linux 2.26 or later where this feature is already available.- Fix bootstrap build by guarding filelists (man pages don't get built in bootstrap mode) - Drop commented sections from baselibs.conf, allows format_spec_file to have a successful run- Install 50-coredump.conf as coredumpctl is now installed by default and does not use journal anymore as default storage- Update to new upstream release 221 * From 220: * libgudev was moved into a package of its own * Runlevels 2, 3 and 4 are no longer distinct, they all map to multi-user.target. * The EFI System Partition mounted to /boot will be unmounted 2 minutes after boot. * systemd does not support direct live-upgrades (via `systemctl daemon-reexec`) from versions older than v44 anymore. * systemd-nspawn may now be called as part of a shell pipeline. * systemd-shutdownd has been removed. This service was previously responsible for implementing scheduled shutdowns as exposed in /usr/bin/shutdown's time parameter. This functionality has now been moved into systemd-logind and is accessible via a bus interface. * udev will no longer call blkid and create symlinks for all block devices, but merely those from a whitelist (cf. 60-persistent-storage.rules). * /usr/lib/os-release gained a new optional field VARIANT= * Details at http://lists.freedesktop.org/archives/systemd-devel/2015-May/032147.html * From 221: * New sd-bus and sd-event APIs in libsystemd * If there is both a systemd unit and a SysV init script for the same service name, and `systemctl enable` or other operation is run, both will now be enabled (or execute the related operation on both), not just the unit. - Split libsystemd0 to support systemd-less nspawn containers - Redo manpage file lists without %exclude, tends to hide unpackaged files. - hwdb belongs to udev - Resolve memory leak and add missing _cleanup_free_ to 0001-On_s390_con3270_disable_ANSI_colour_esc.patch - Remove systemd-powerd-initctl-support.patch (no longer builds because shutdownd is gone) - Remove quilt-patches/0001-core-rework-device-state-logic.patch, 0001-Let-some-boolean-survive-a-daemon-reload.patch (merged upstream), 0001-Let-some-boolean-survive-a-daemon-reload.patch (obsolete)- Remove libudev0 from baselibs.conf- Drop 1055-let-9719859c07aa13539ed2cd4b31972cd30f678543-apply.patch as now upstream code - Add 0001-Let-some-boolean-survive-a-daemon-reload.patch to fix bsc#933365 and boo#934077- Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165- Drop 1021-udev-re-add-persistent-net-rules.patch, 1036-rules-disable-usage-of-dev_id-in-persistent-rules.patch, 1040-re-enable-dev_id-conditionally-in-persistent-rules.patch, 1046-fix-duplicated-rules-with-layer3-interfaces.patch, 1050-only-rename-SRIOV-VF-devices-when-name-starts-with-eth.patch, 1051-check-if-NAME-has-a-value.patch, 1053-better-checks-in-write_net_rules.patch, 1088-drop-renaming-of-virtual-interfaces-in-guest.patch. 1021 originally broke parsing of net.ifnames=0 [bnc#931165], and given that neither the kernel command line needs to be touched nor the source be patched to reach the unpredictable naming setup for SLE, all these parts are moved to a separate package.- Add upstream patch 0001-core-don-t-change-removed-devices-to-state-tentative.patch to fix the fix of the last backport (bsc#921898)- Reenable networkd which was silently disabled on Feb 18- Add 0001-core-rework-device-state-logic.patch to fix spurious automated umount after mount.- mark more subpackages as !bootstrap for systemd-mini usage.- spec : remove --with-firmware-path, firmware loader was removed in v217 - spec: remove --disable-multi-seat-x, gone.(fixed in xorg) - spec: Do not enable systemd-readahead-collect.service and systemd-readahead-replay.service as these do not exist anymore. - spec: drop timedate-add-support-for-openSUSE-version-of-etc-sysconfig.patch Yast was fixed to write all timezone changes exactly how timedated expects things to be done. - spec: remove handle-etc-HOSTNAME.patch, since late 2014 the netcfg package handles the migration from /etc/HOSTNAME to /etc/hostname and owns both files. -spec: remove boot.udev and systemd-journald.init as they currently serve no purpose. - suse-sysv-bootd-support.diff: Remove HAVE_SYSVINIT conditions, we are in sysvcompat-only codepath, also remove the code targetting other distributions, never compiled as the TARGET_$DISTRO macros are never defined. - systemd-powerd-initctl-support.patch guard with HAVE_SYSV_COMPAT - set-and-use-default-logconsole.patch: fix HAVE_SYSV_COMPAT guards - insserv-generator.patch: Only build when sysvcompat is enabled - vhangup-on-all-consoles.patch add a comment indicating this is a workaround for a kernel bug. - spec: Add option to allow disabling sysvinit compat at build time. - spec: Add option to enable resolved at build time. - spec: Remove all %ifs for !factory products, current systemd releases can neither be built nor installed in older products without upgrading several components of the base system. (removed: 1008-add-msft-compability-rules.patch was only for =< 13.1) - spec: remove all dummy "aliases" to /etc/init.d, that made sense only when those init scripts still existed. (dummy localfs.service source: gone) - systemd-sleep-grub: moved to the grub2 package where it belongs as a suspend/resume hook (SR#286533) (drops prepare-suspend-to-disk.patch) - remove LFS_CFLAGS from CFLAGS, never needed in systemd as it force feds config.h everywhere in the preprocessor cmdline.- Update to new upstream release 219 * systemd units can now be "unsupported" (like, for example, .device in a containers), similar to the "skipped" state in SUSE's prior sysvinit scripts. * tmpfiles gained the 'v' type for creating btrfs subvolumes. * tmpfiles gained the 'a' type for setting ACLs. * systemd-nspawn gained new switches: --ephemeral, --template * The /var/lib/containers location is deprecated and replaced by /var/lib/machines. * machinectl gained the copy-from and copy-to commands. * machinectl now knows a "bind" command (for use with nspawn) * new "systemd-importd" daemon to download container images and run them as nspawn containers. * networkd collects LLDP network announcements, if available, and so shown in networkctl. * The fallback terminal type was changed from "vt102" to "vt220", allowing PgUp/PgDn keys to work. * Pressing Ctrl-Alt-Del 7x in 2 seconds forces a umount+reboot now, useful should the regular shutdown hang. * Removing storage will cause systemd to unmount the associated mountpoints so that they don't linger around.- Add suse-sysv-bootd-support.diff (reinstate old Revert-service-drop-support-for-SysV-scripts-for-the-early.patch)- Update to systemd v218-1050-g38ab096 - Remove patches use-usr-sbin-sulogin-for-emergency-service.patch (upstream fixed it) - Reinstate and improve (remove huge indents from) tty-ask-password-agent-on-console.patch, 0014-journald-with-journaling-FS.patch, rootsymlink_generator.- disable systemd-resolved for now as it interacts not well with our methods and security has concerns regarding spoofing. bsc#917781- Add patch kbd-model-map.patch to add missed keyboard layouts which are offered by YaST2 (bsc#910643 and boo#897803)- Update to new upstream release 218 * New utilities: systemd-timesyncd (SNTP client), systemd-resolved, systemd-networkd, networkctl, systemd-sysusers * machinectl gained a "poweroff" command for clean container shutdown * The udev hwdb now contains DPI information for mice. * Userspace firmware loading support has been removed and the minimum supported kernel version is thus bumped to 3.7. - Remove patches: G=gone locally, is upstream; D=dropped: no longer needed; N=no longer applies to source nor is it deemed needed; K=killed: no longer applicable and too complex to resolve: - --- G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch K handle-SYSTEMCTL_OPTIONS-environment-variable.patch K 0018-Make-LSB-Skripts-know-about-Required-and-Should.patch K log-target-null-instead-kmsg.patch K tty-ask-password-agent-on-console.patch K 513-nspawn-veth.patch K 1087-infinit-timeout-for-kmod-loaded-modules.patch D module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch D avoid-leaking-socket-descriptors.patch D 0001-make-fortify-happy-with-ppoll.patch N fix-owner-of-var-log-btmp.patch N disable-nss-myhostname-warning-bnc-783841.patch N Revert-service-drop-support-for-SysV-scripts-for-the-early.patch N 0001-make-209-working-on-older-dist.patch N 0001-Don-t-snprintf-a-potentially-NULL-pointer.patch N tmpfiles-do-not-clean-for-mandb-index-files.patch G 0001-sd-bus-don-t-look-for-a-64bit-value-when-we-only-hav.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patc G optionally-warn-if-nss-myhostname-is-called.patch G 0001-units-systemd-sysctl.service.in-run-after-load-modul.patch G 0004-getty-generator-properly-escape-instance-names.patch G rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch G 0008-Reset-signal-mask-on-re-exec-to-init.patch G 0001-login-fix-pos-array-allocation.patch G 0002-login-set-pos-slot-to-fallback-on-pos-eviction.patch G 0003-login-Allow-calling-org.freedesktop.login1.Seat.Swit.patch G 0004-fix-typo-in-iDRAC-network-interface-name-irdac-idrac.patch G 0005-Replace-var-run-with-run-in-remaining-places.patch G 0006-Revert-back-to-var-run-at-a-couple-of-problems.patch G 0007-README-document-that-var-run-must-be-a-symlink-run.patch G 0008-Use-var-run-dbus-system_bus_socket-for-the-D-Bus-soc.patch G 0009-mount-don-t-send-out-PropertiesChanged-message-if-ac.patch G 0010-mount-don-t-fire-PropertiesChanged-signals-for-mount.patch G 0011-logs-show-fix-corrupt-output-with-empty-messages.patch G 0012-journalctl-refuse-extra-arguments-with-verify-and-si.patch G 0014-nspawn-fix-detection-of-missing-proc-self-loginuid.patch G 0001-Fix-systemd-stdio-bridge-symlink.patch G 0002-execute-free-directory-path-if-we-fail-to-remove-it-.patch G 0003-Do-not-print-invalid-UTF-8-in-error-messages.patch G 0004-man-document-missing-options-of-systemd-run.patch G 0005-systemd-run-add-some-extra-safety-checks.patch G 0006-journal-assume-that-next-entry-is-after-previous-ent.patch G 0007-journal-forget-file-after-encountering-an-error.patch G 0008-core-correctly-unregister-PIDs-from-PID-hashtables.patch G 0009-logind-fix-reference-to-systemd-user-sessions.servic.patch G 0010-man-update-link-to-LSB.patch G 0011-man-systemd-bootchart-fix-spacing-in-command.patch G 0012-man-add-missing-comma.patch G 0013-units-Do-not-unescape-instance-name-in-systemd-backl.patch G 0001-core-busname-add-lookup-string-for-BUSNAME_FAILURE_S.patch G 0002-manager-flush-memory-stream-before-using-the-buffer.patch G 0003-busname-don-t-drop-service-from-the-result-string.patch G 0004-fix-off-by-one-error-in-array-index-assertion.patch G 0005-logind-fix-policykit-checks.patch G 0006-rules-mark-loop-device-as-SYSTEMD_READY-0-if-no-file.patch G 0008-man-multiple-sleep-modes-are-to-be-separated-by-whit.patch G 0001-gpt-auto-generator-don-t-return-OOM-on-parentless-de.patch G 0002-bus-fix-memory-leak-when-kdbus-is-not-enabled.patch G 0006-Do-not-return-1-EINVAL-on-allocation-error.patch G 0007-networkd-fix-typo.patch G 0008-sd-bus-don-t-access-invalid-memory-if-a-signal-match.patch G 0009-sd-bus-don-t-choke-if-somebody-sends-us-a-message-wi.patch G 0012-journald-remove-stray-reset-of-error-return-value.patch G 0013-core-libsystemd-systemd-timedate-udev-spelling-fixes.patch G 0001-cgroup-it-s-not-OK-to-invoke-alloca-in-loops.patch G 0002-machined-fix-Kill-bus-call-on-machine-objects-when-w.patch G 0003-sd-bus-don-t-use-assert_return-to-check-for-disconne.patch G 0004-core-don-t-try-to-relabel-mounts-before-we-loaded-th.patch G 0005-sd-daemon-fix-incorrect-variable-access.patch G 0006-sd-event-initialization-perturbation-value-right-bef.patch G 0007-sd-event-don-t-accidentally-turn-of-watchdog-timer-e.patch G 0008-systemctl-kill-mode-is-long-long-gone-don-t-mention-.patch G 0009-ask-password-when-the-user-types-a-overly-long-passw.patch G 0001-journal-fix-export-of-messages-containing-newlines.patch G 0002-systemctl-update-NAME-to-PATTERN-in-help.patch G 0003-tty-ask-password-agent-return-negative-errno.patch G 0004-systemd-python-use-.hex-instead-of-.get_hex.patch G 0005-systemd-python-fix-failing-assert.patch G 0007-dbus-suppress-duplicate-and-misleading-messages.patch G 0001-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch G 0001-bash-completion-fix-__get_startable_units.patch G 0002-sysctl-replaces-some-slashes-with-dots.patch G 0003-delta-do-not-use-unicode-chars-in-C-locale.patch G 0004-implement-a-union-to-pad-out-file_handle.patch G shut-up-annoying-assertion-monotonic-clock-message.patch G 0001-sd-rtnl-message-append-fix-uninitialized-memory.patch G 0001-tmpfiles-fix-permissions-on-new-journal-files.patch G 0001-errno-make-sure-to-handle-the-3-errnos-that-are-alia.patch G 0003-analyze-fix-plot-with-bad-y-size.patch G 0004-job-add-waiting-jobs-to-run-queue-in-unit_coldplug.patch G 0005-job-always-add-waiting-jobs-to-run-queue-during-cold.patch G 0001-backlight-Avoid-restoring-brightness-to-an-unreadabl.patch G 0002-backlight-do-nothing-if-max_brightness-is-0.patch G 0003-backlight-unify-error-messages.patch G 0004-backlight-warn-if-kernel-exposes-backlight-device-wi.patch G 0005-backlight-handle-saved-brightness-exceeding-max-brig.patch G 0001-replace-more-dup-by-F_DUPFD_CLOEXEC.patch G 0002-pam_systemd-use-F_DUPFD_CLOEXEC-when-dupping-session.patch G 0001-core-close-socket-fds-asynchronously.patch G 0002-logind-bring-polkit-policy-for-hibernate-in-line-wit.patch G 0003-core-make-sure-to-serialize-jobs-for-all-units.patch G 0001-logind-ignore-lid-switch-if-more-than-1-display-is-c.patch G 0002-logind-fix-printf-format.patch G 0003-logind-ignore-lid-switch-events-for-30s-after-each-s.patch G 0004-logind-Do-not-fail-display-count-if-a-device-has-no-.patch G 0005-logind-move-lid-switch-handling-from-logind-main-to-.patch G 0006-man-clarify-that-the-ExecReload-command-should-be-sy.patch G 0007-man-readahead-fix-cmdline-switch-inconsistency-betwe.patch G 0008-man-update-journald-rate-limit-defaults.patch G 0009-nspawn-properly-format-container_uuid-in-UUID-format.patch G 0010-logind-allow-suspending-if-there-are-no-displays.patch G 0001-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0002-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0003-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0004-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0005-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-conf-parser-silently-ignore-sections-starting-with-X.patch G 0002-man-note-that-entire-sections-can-now-be-ignored.patch G 0004-machined-make-sure-GetMachineAddresses-is-available-.patch G 0005-core-Filter-by-state-behind-the-D-Bus-API-not-in-the.patch G 0006-login-add-mir-to-the-list-of-session-types.patch G 0007-logind-fix-Display-property-of-user-objects.patch G 0001-hwdb-update.patch G 0002-hwdb-update.patch G 0003-hwdb-PCI-include-primary-model-string-in-subsystem-m.patch G 0004-hwdb-update.patch G 0005-hwdb-update.patch G 0001-journal-cleanup-up-error-handling-in-update_catalog.patch G 0002-journal-properly-detect-language-specified-in-line.patch G 0003-man-mention-XDG_CONFIG_HOME-in-systemd.unit.patch G 0001-keymap-Add-Lenovo-Enhanced-USB-Keyboard.patch G 0002-keymap-Asus-EeePC-touchpad-toggle-key.patch G 0001-nspawn-allow-to-bind-mount-journal-on-top-of-a-non-e.patch G 0002-nspawn-restore-journal-directory-is-empty-check.patch G 0003-core-never-consider-failure-when-reading-drop-ins-fa.patch G 0004-socket-properly-handle-if-our-service-vanished-durin.patch G 0001-Do-not-unescape-unit-names-in-Install-section.patch G 0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch G 0001-virt-rework-container-detection-logic.patch G 0002-fsck-include-device-name-in-the-message-about-missin.patch G 0003-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch G 0004-util-ignore_file-should-not-allow-files-ending-with.patch G 0006-tty-ask-password-agent-Do-tell-what-directory-we-fai.patch G 0007-keyboard-add-Plantronics-.Audio-mute-button.patch G 0001-build-sys-use-glibc-s-xattr-support-instead-of-requi.patch G 0001-hwdb-fix-case-sensitive-match.patch G 0001-sd-event-restore-correct-timeout-behaviour.patch G 0002-bus-make-use-of-sd_bus_try_close-in-exit-on-idle-ser.patch G 0001-umount-modernizations.patch G 0002-namespace-when-setting-up-an-inaccessible-mount-poin.patch G 0003-core-allow-transient-mount-units.patch G 0004-systemd-detect-virt-only-discover-Xen-domU.patch G 0005-backlight-Do-not-clamp-brightness-for-LEDs.patch G 0006-log-honour-the-kernel-s-quiet-cmdline-argument.patch G 0001-core-fix-invalid-free-in-killall.patch G 0003-install-fix-invalid-free-in-unit_file_mask.patch G 0001-systemd-detect-virt-detect-s390-virtualization.patch G 0001-core-sysvcompat-network-should-be-equivalent-to-netw.patch G 0002-units-add-missing-caps-so-that-GetAddresses-can-work.patch G 0003-units-order-systemd-tmpfiles-clean.service-after-tim.patch G 0005-po-add-Greek-translation.patch G 0006-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0007-po-add-German-translation.patch G 0009-core-clean-up-signal-reset-logic-when-reexec.patch G 0010-util-treat-fuse.sshfs-as-a-network-filesystem.patch G 0011-build-sys-add-pthread-flag-for-libsystemd-shared.patch G 0012-core-transaction-avoid-misleading-error-message-when.patch G 0001-vconsole-also-copy-character-maps-not-just-fonts-fro.patch G 0002-core-make-sure-Environment-fields-passed-in-for-tran.patch G 0003-core-You-can-not-put-the-cached-result-of-use_smack-.patch G 0004-cryptsetup-don-t-add-unit-dependency-on-dev-null-dev.patch G 0005-man-fix-path-in-crypttab-5.patch G 0001-units-order-network-online.target-after-network.targ.patch G 0001-core-use-correct-format-string-for-UIDs.patch G 0002-core-transaction-fix-cycle-break-attempts-outside-tr.patch G 0003-fsck-consider-a-fsck-implementation-linked-to-bin-tr.patch G 0001-main-uid_to_name-might-fail-due-to-OOM-protect-again.patch G 0002-journald-make-MaxFileSec-really-default-to-1month.patch G 0003-units-remove-RefuseManualStart-from-units-which-are-.patch G 0004-util-refuse-considering-UID-0xFFFF-and-0xFFFFFFFF-va.patch G 0005-nspawn-block-open_by_handle_at-and-others-via-seccom.patch G 0006-tmpfiles-don-t-do-automatic-cleanup-in-XDG_RUNTIME_D.patch G 0007-units-skip-mounting-tmp-if-it-is-a-symlink.patch G 0001-parse_uid-return-ENXIO-for-1-uids.patch G 0002-util-when-unescaping-strings-don-t-allow-smuggling-i.patch G 0003-localed-consider-an-unset-model-as-a-wildcard.patch G 0004-sd-bus-when-an-event-loop-terminates-explicitly-clos.patch G 0005-bus-close-a-bus-that-failed-to-connect.patch G 0006-hwdb-update.patch G 0007-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-architecture-Add-tilegx.patch G 0002-architecture-Add-cris.patch G 0003-arch-add-crisv32-to-uname-check.patch G 0004-architecture-remove-cris-from-uname-list.patch G 0003-namespace-make-sure-tmp-var-tmp-and-dev-are-writable.patch G 0002-namespace-fix-uninitialized-memory-access.patch G 0001-machine-don-t-return-uninitialized-variable.patch G 0002-vconsole-setup-run-setfont-before-loadkeys.patch G 0001-util-consider-0x7F-a-control-chracter-which-it-is-DE.patch G 0002-util-don-t-consider-tabs-special-in-string_has_cc-an.patch G 0003-architecture-add-string-table-entries-for-mips-le-ar.patch G 0004-core-Added-support-for-ERRNO-NOTIFY_SOCKET-message-p.patch G 0005-service-don-t-accept-negative-ERRNO-notification-mes.patch G 0006-systemctl-show-StatusErrno-value-in-systemctl-status.patch G 0007-service-flush-status-text-and-errno-values-each-time.patch G 0001-journal-compress-return-early-in-uncompress_startswi.patch G 0002-journal-compress-improve-xz-compression-performance.patch G 0001-logind-allow-switching-to-unused-VTs-via-SwitchTo.patch G 0002-hostnamed-add-a-new-chassis-type-for-watches.patch G 0001-units-make-ExecStopPost-action-part-of-ExecStart.patch G 0001-event-pull-in-sd-event.h-from-event-util.h.patch G 0002-util-fix-has-cc-check-and-add-test.patch G 0003-sd-event-always-call-epoll_ctl-on-mask-updates-if-ed.patch G 0004-fileio-quote-more-shell-characters-in-envfiles.patch G 0001-Clear-up-confusion-wrt.-ENTRY_SIZE_MAX-and-DATA_SIZE.patch G 0002-units-serial-getty-.service-use-the-default-RestartS.patch G 0001-po-add-Ukrainian-translation.patch G 0002-man-document-yearly-and-annually-in-systemd.time-7.patch G 0003-core-nicer-message-when-inotify-watches-are-exhauste.patch G 0001-detect-virt-Fix-Xen-domU-discovery.patch G 0002-Be-more-verbose-when-bind-or-listen-fails.patch G 0003-Add-quotes-to-warning-message.patch G 0004-systemd-return-the-first-error-from-manager_startup.patch G 0001-bash-completion-p-option-for-journalctl.patch G 0002-journalctl-man-allow-only-between-terms.patch G 0003-systemd-use-pager-for-test-and-help.patch G 0001-bus-proxyd-fix-incorrect-comparison.patch G 0002-shell-completion-prevent-mangling-unit-names.patch G 0003-Always-check-asprintf-return-code.patch G 0004-bash-completion-use-list-unit-files-to-get-all-units.patch G 0005-core-only-set-the-kernel-s-timezone-when-the-RTC-run.patch G 0006-parse_boolean-require-exact-matches.patch G 0007-drop_duplicates-copy-full-BindMount-struct.patch G 0008-shell-completion-prevent-mangling-unit-names-bash.patch G 0009-journald-always-add-syslog-facility-for-messages-com.patch G 0001-sysv-order-initscripts-which-provide-network-before-.patch G 0002-keymap-Add-microphone-mute-keymap-for-Dell-Latitude.patch G 0003-keymap-Annotate-all-micmute-workarounds.patch G 0007-hwdb-update.patch G 0001-nspawn-fix-truncation-of-machine-names-in-interface-.patch G 0002-switch-root-umount-the-old-root-correctly.patch G 0003-bootchart-it-s-not-OK-to-return-1-from-a-main-progra.patch G 0004-login-set_controller-should-fail-if-prepare_vt-fails.patch G 0005-sd-resolve-fix-allocation-if-query-ids-never-reuse-t.patch G 0006-login-share-VT-signal-handler-between-sessions.patch G 0007-journald-also-increase-the-SendBuffer-of-dev-log-to-.patch G 0008-mount-setup-fix-counting-of-early-mounts-without-SMA.patch G 0009-journald-Fix-off-by-one-error-in-Missed-X-kernel-mes.patch G 0010-machine_kill-Don-t-kill-the-unit-when-killing-the-le.patch G 0011-units-fix-BindsTo-logic-when-applied-relative-to-ser.patch G 0012-util-try-to-be-a-bit-more-NFS-compatible-when-checki.patch G 0001-hwdb-keymaps-for-Samsung-900X3E-900X3F.patch G 0002-Add-hwdb-entry-for-Samsung-Series-7-Ultra.patch G 0003-keymap-Fix-HP-Pavillon-DV7.patch G 0004-hwdb-update-format-description-and-document-reloadin.patch G 0008-hwdb-update.patch G 0001-systemctl-Correct-error-message-printed-when-bus_pro.patch G 0002-units-order-systemd-fsck-.service-after-local-fs-pre.patch G 0003-keymap-Adjust-for-more-Samsung-900X4-series.patch G 0001-login-fix-memory-leak-on-DropController.patch G 0002-util-fix-minimal-race-where-we-might-miss-SIGTERMs-w.patch G 0003-sd-journal-properly-convert-object-size-on-big-endia.patch G 0004-sd-journal-verify-that-object-start-with-the-field-n.patch G 0001-nspawn-fix-network-interface.patch G 0001-completion-filter-templates-from-restartable-units.patch G 0002-systemd-fix-error-message.patch G 0003-Quote-unit-names-in-suggested-systemctl-commandlines.patch G 0004-config-parser-fix-mem-leak.patch G 0005-login-fix-mem-leak.patch G 0001-login-simplify-controller-handling.patch G 0001-initrd-parse-etc.service-ignore-return-code-of-daemo.patch G 0008-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0009-hwdb-update.patch G 0001-systemctl-allow-to-change-the-default-target-without.patch G 0001-activate-fix-fd-leak-in-do_accept.patch G 0002-analyze-avoid-a-null-dereference.patch G 0003-analyze-fix-mem-leak.patch G 0004-backlight-Avoid-error-when-state-restore-is-disabled.patch G 0005-bus-avoid-using-m-kdbus-after-freeing-it.patch G 0006-bus-unref-buscreds-on-failure.patch G 0007-core-fix-a-potential-mem-leak.patch G 0008-core-smack-setup-Actually-allow-for-succesfully-load.patch G 0009-journal-do-not-leak-mmaps-on-OOM.patch G 0010-manager-use-correct-cleanup-function.patch G 0001-core-fix-resource-leak-in-manager_environment_add.patch G 0002-util-remove-a-unnecessary-check.patch G 0003-udev-event-explicitly-don-t-read-from-invalid-fd.patch G 0004-shared-conf-parser.patch G 0005-logind-fix-typo.patch G 0006-systemctl-fix-resource-leak-CID-1237747.patch G 0007-libudev-monitor-warn-if-we-fail-to-request-SO_PASSCR.patch G 0008-shared-conf-parser-don-t-leak-memory-on-error-in-DEF.patch G 0009-bus-fix-bus_print_property-to-use-int-for-booleans.patch G 0001-journal-Do-not-count-on-the-compiler-initializing-fo.patch G 0002-include-fcntl.h-rather-than-sys-fcntl.h.patch G 0003-mount-order-options-before-other-arguments-to-mount.patch G 0004-shared-wtmp-utmp-don-t-clear-store_wtmp-in-utmp_put_.patch G 0005-shared-label.h-add-missing-stdio.h-include.patch G 0006-shared-sparse-endian.h-add-missing-byteswap.h-includ.patch G 0001-login-pause-devices-before-acknowledging-VT-switches.patch G 0001-nspawn-don-t-try-to-create-veth-link-with-too-long-i.patch G 0001-socket-introduce-SELinuxContextFromNet-option.patch G 0002-util-avoid-non-portable-__WORDSIZE.patch G 0001-Fix-warning-about-unused-variable-with-SELINUX.patch G 0002-bus-remove-unused-check.patch G 0001-systemd-tmpfiles-Fix-IGNORE_DIRECTORY_PATH-age-handl.patch G 0001-logind-add-support-for-Triton2-Power-Button.patch G 0002-logind-add-support-for-TPS65217-Power-Button.patch G 0001-shutdownd-clean-up-initialization-of-struct.patch G 0003-bootchart-parse-userinput-with-safe_atoi.patch G 0004-bootchart-check-return-of-strftime.patch G 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch G 0001-journalctl-do-not-output-reboot-markers-when-running.patch G 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch G 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch G 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch G 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch G 0003-fileio-label-return-error-when-writing-fails.patch G 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch G 0004-sd-event-check-the-value-of-received-signal.patch G 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch G 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch G 0001-units-introduce-network-pre.target-as-place-to-hook-.patch G 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch G 0003-sd-bus-check-return-value-of-vasprintf.patch G 0004-core-map-the-rescue-argument-to-rescue.target.patch G 0005-util-avoid-double-close-of-fd.patch G 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch G 0001-tmpfiles-compare-return-against-correct-errno.patch G 0001-shell-completion-fix-completion-of-inactive-units.patch G 0002-shell-completion-propose-templates-for-disable-re-en.patch G 0003-man-we-don-t-have-Wanted-dependency.patch G 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch G 0001-systemd-continue-switch-root-even-if-umount-fails.patch G 0002-systemd-try-harder-to-bind-to-notify-socket.patch G 0001-strv-add-an-additional-overflow-check-when-enlarging.patch G 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch G 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch G 0004-journal-do-server_vacuum-for-sigusr1.patch G 0005-cryptsetup-fix-an-OOM-check.patch G 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch G 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch G 0002-time-also-support-infinity-syntax-in-parse_nsec.patch G 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch G 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch G 0005-journalctl-correct-help-text-for-until.patch G 0006-calendarspec-fix-typo-in-annually.patch G 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch G 0008-util-introduce-sethostname_idempotent.patch G 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch G 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch G 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch G 0012-manager-do-not-print-anything-while-passwords-are-be.patch G 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch G 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch G 0001-core-don-t-allow-enabling-if-unit-is-masked.patch G 0002-snapshot-return-error-when-snapshot-exists.patch G 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch G 0004-Raise-level-of-Found-dependency.-lines.patch G 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch G 0006-journald-fix-minor-memory-leak.patch G 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch G 0008-journald-fix-memory-leak-on-error-path.patch G 0009-units-make-systemd-journald.service-Type-notify.patch G 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch G 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch G 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch G 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch G 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch G 0001-systemctl-let-list-units-unit-files-honour-type.patch G 0002-systemctl-obey-state-in-list-unit-files.patch G 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch G 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch G 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch G 0001-selinux-access-fix-broken-ternary-operator.patch G 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch G 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch G 0004-core-fix-transaction-destructiveness-check-once-more.patch G 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch G 0002-man-tmpfiles.d-recommend-using-b-and-c.patch G 1009-cdrom_id-use-the-old-MMC-fallback.patch G 1010-udev-increase-result-size-for-programs.patch G 1014-udev-update-net_id-comments.patch G 1015-udev-persistent-naming-we-cannot-use-virtio-numbers-.patch G 1016-udev-warn-when-name_to_handle_at-is-not-implemented.patch G 1017-udev-serialize-synchronize-block-device-event-handli.patch G 1018-udev-do-not-skip-the-execution-of-RUN-when-renaming-.patch G 1019-udev-avoid-use-of-uninitialized-err.patch G 1020-udev-keyboard-also-hook-into-change-events.patch G 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch G 1023-udev-builtin-keyboard-do-tell-on-which-device-EVIOCS.patch G 1024-udev-always-close-lock-file-descriptor.patch G 1025-udev-exclude-device-mapper-from-block-device-ownersh.patch G 1026-udevd-inotify-modernizations.patch G 1027-udev-synthesize-change-events-for-partitions-when-to.patch G 1028-udev-link-config-fix-mem-leak.patch G 1029-udev-try-first-re-reading-the-partition-table.patch G 1030-udev-guard-REREADP-logic-with-open-O_ECXL.patch G 1031-udev-make-sure-we-always-get-change-for-the-disk.patch G 1032-udev-guard-REREADPT-by-exclusive-lock-instead-of-O_E.patch G 1033-udev-really-exclude-device-mapper-from-block-device.patch G 1034-udev-check-the-return-value-from-udev_enumerate_scan.patch G 1038-udev-fix-invalid-free-in-enable_name_policy.patch G 1039-udevadm-settle-fixed-return-code-for-empty-queue.patch G 1041-libudev-fix-udev_queue_get_queue_is_empty-logic.patch G 1042-libudev-queue-provide-file-descriptor-to-watch-busy-.patch G 1043-libudev-queue-watch-entire-directory-to-allow-the-re.patch G 1044-rules-update-qemu-hid-rules.patch G 1045-rules-don-t-enable-usb-pm-for-Avocent-devices.patch G 1047-udev-net_setup_link-builtin-should-print-the-reason-.patch G 1048-udev-net_setup_link-add-a-bit-more-logging.patch G 1049-udev-link_config-ignore-errors-due-to-missing-MAC-ad.patch G 1052-rules-uaccess-add-ID_SOFTWARE_RADIO.patch G 1054-udev-exclude-MD-from-block-device-ownership-event-lo.patch G 1056-udevd-add-event-timeout-commandline-option.patch G 1057-udev-unify-event-timeout-handling.patch G 1058-udev-unify-event-timeout-handling.patch G 1059-udev-fixup-commit-dd5eddd28a74a49607a8fffcaf960040db.patch G 1061-rules-allow-systemd-to-manage-loop-device-partitions.patch G 1063-udev-path_id-suppress-ID_PATH-for-devices-with-an-un.patch G 1064-udev-hwdb-do-not-look-at-usb_device-parents.patch G 1065-udev-bump-event-timeout-to-60-seconds.patch G 1067-udev-always-resolve-correctly-database-names-on-chan.patch G 1068-udev-net_setup_link-export-the-.link-filename-applie.patch G 1069-rules-net-setup-link-preserve-ID_NET_LINK_FILE-and-I.patch G 1070-rules-net-setup-link-remove-stray-linebreak.patch G 1071-udev-import-the-full-db-on-MOVE-events-for-devices-w.patch G 1072-udev-netif_rename-don-t-log-to-kmsg.patch G 1073-udev-drop-print_kmsg.patch G 1074-udev-fix-copy-paste-error-in-log-message.patch G 1075-udev-timeout-increase-timeout.patch G 1076-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1077-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1078-udev-remove-userspace-firmware-loading-support.patch G 1079-udev-remove-userspace-firmware-loading-support.patch G 1080-udevd-parse_argv-warn-if-argumens-are-invalid.patch G 1081-udevd-check-return-of-various-functions.patch G 1082-udevadm-hwdb-check-return-value-of-fseeko.patch G 1083-udev-node-warn-if-chmod-chown-fails.patch G 1084-udev-ctrl-log-if-setting-SO_PASSCRED-fails.patch G 1085-udev-fix-typos.patch G 1086-udevd-don-t-fail-if-run-udev-exists.patch G 1089-fix-cgroup-device-controller.patch G 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch G 1091-udev-path_id-update-comments.patch G 1092-libudev-do-not-accept-invalid-log-levels.patch G 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch G 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch G 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- update set-and-use-default-logconsole.patch - fix comparison of console log facility that caused journald to skip output to console (boo#912030)- Use Robert's latest patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which drops NAMEPOLICY_KERNEL as this breaks all on current systems out there- remove 0022-systemd-tmpfiles-ownerkeep.patch since this is now implemented into the systemd-tmpfiles binary - add user based ignore statements in tmpfiles removal directives (bnc#903009) add systemd-add-user-keep.patch- use --boot option in systemd-tmpfiles-setup-dev.service (bnc#908476) add upstream patches: 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch 0002-man-tmpfiles.d-recommend-using-b-and-c.patch (adapted)- Update patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch to Robert's version- Add upstream patches 0001-selinux-access-fix-broken-ternary-operator.patch 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch 0004-core-fix-transaction-destructiveness-check-once-more.patch - Avoid old net devices naming scheme on openSUSE 13.2 and less maybe caused by patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- fix systemd-nspawn network-veth support (bnc#906709) add 513-nspawn-veth.patch- Add upstream patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which may solve bsc#907318- Add upstream patches 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch- Change the maximum number of children from CPU_COUNT * 256 to CPU_COUNT * 64. Update 1097-udevd-increase-maximum-number-of-children.patch- Increase number of children/workers to CPU_COUNT * 256 to avoid 'maximum number of children reached' (bnc#907393). Add 1097-udevd-increase-maximum-number-of-children.patch- Fix error return in rootsymlink_generator.c Update 1096-new-udev-root-symlink-generator.patch- Remove upstream patch 0001-systemd-logind.service-set-Type-notify.patch as systemd-logind.service is already from DBus type, compare with upstream commit eab459bc0639b81b32735f36d3e929e4bfa2cb4b- Add upstream patches 0001-systemd-logind.service-set-Type-notify.patch 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch- Re-add directory /usr/lib/systemd/system/basic.target.wants- remove pm-utils-hooks-compat.sh again, pm-utils built-in hooks partially duplicate hooks run by systemd which may potentially lead to problems, instead temporarily re-enable Forward-suspend-hibernate-calls-to-pm-utils.patch until boo#904828 can be addressed properly- fix bashisms in write_net_rules script - update patches: * 1053-better-checks-in-write_net_rules.patch- Add upstream patches 0001-systemctl-let-list-units-unit-files-honour-type.patch 0002-systemctl-obey-state-in-list-unit-files.patch which allows to use --type in the systemctl command list-units and list-unit-files.- Add upstream patches 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch- New root symlink rule generator Add 1096-new-udev-root-symlink-generator.patch - Remove write_dev_root_rule and systemd-udev-root-symlink- Change patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch to skip hdflush as well as hddown but only use halt as fallback for poweroff as well as synch in systemctl before any reboot command (compare with commit 4a3ad39957399c4a30fc472a804e72907ecaa4f9)- Create rule to set I/O scheduler to deadline if device attribute 'rotational' equals 0, usually SSDs (bnc#904517). Add 1095-set-ssd-disk-to-use-deadline-scheduler.patch- fix systemd-fstab-generator crypttab parsing (bnc#903963)- Add pm-utils-hooks-compat.sh in order to run pm-utils sleep hooks from systemd (boo#904828)- Add upstream patches 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch- Add upstream patches 0001-core-don-t-allow-enabling-if-unit-is-masked.patch 0002-snapshot-return-error-when-snapshot-exists.patch 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch 0004-Raise-level-of-Found-dependency.-lines.patch 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch 0006-journald-fix-minor-memory-leak.patch 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch 0008-journald-fix-memory-leak-on-error-path.patch 0009-units-make-systemd-journald.service-Type-notify.patch 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 1092-libudev-do-not-accept-invalid-log-levels.patch 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch- Add patch watch_resolv.conf_for_become_changed.patch to add an inotify watch on /etc/resolv.conf which enables the reload of a changed resolver configuration on the fly (bsc#902901) - Do not apply patch 0022-systemd-tmpfiles-ownerkeep.patch in case if the script /usr/bin/systemd-tmpfiles-keep is missed- Add upstream patches 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch- Add upstream patches 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch 1091-udev-path_id-update-comments.patch which will be applied if patch 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch is applied a this may fix the trouble with iSCSI (bnc#898233)- Add upstream patches 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch 0002-time-also-support-infinity-syntax-in-parse_nsec.patch 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch 0005-journalctl-correct-help-text-for-until.patch 0006-calendarspec-fix-typo-in-annually.patch 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch 0008-util-introduce-sethostname_idempotent.patch 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch - Replace patch keep-crypt-password-prompt.patch as this with upstream patch 0012-manager-do-not-print-anything-while-passwords-are-be.patch- Add upstream patch 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch - Add patch journald-advice-about-use-of-memory.patch to use mmap() flags as well as madvise(2) for journal files.- Add upstream patches 0001-strv-add-an-additional-overflow-check-when-enlarging.patch 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch 0004-journal-do-server_vacuum-for-sigusr1.patch 0005-cryptsetup-fix-an-OOM-check.patch- Add upstream patch 1089-fix-cgroup-device-controller.patch to avoid trouble on existing /dev/console with nspawn (bsc#902240)- Modify patch avoid-leaking-socket-descriptors.patch to close file descriptors for incomming connections in pam module in case of short memory.- Add upstream patches 0001-systemd-continue-switch-root-even-if-umount-fails.patch 0002-systemd-try-harder-to-bind-to-notify-socket.patch - Add patch avoid-leaking-socket-descriptors.patch to close file descriptors if an incomming connection can not be handled due e.g. short memory. Could be related to bsc #901481- Add upstream patches 0001-shell-completion-fix-completion-of-inactive-units.patch 0002-shell-completion-propose-templates-for-disable-re-en.patch 0003-man-we-don-t-have-Wanted-dependency.patch 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch- Adapt patch rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch to make it work even with patch #438 and #439- Add upstream patches 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch 0001-tmpfiles-compare-return-against-correct-errno.patch- Add upstream patches 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch 0001-units-introduce-network-pre.target-as-place-to-hook-.patch 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch 0003-sd-bus-check-return-value-of-vasprintf.patch 0004-core-map-the-rescue-argument-to-rescue.target.patch 0005-util-avoid-double-close-of-fd.patch- Add upstream patches 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch 0003-fileio-label-return-error-when-writing-fails.patch 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch 0004-sd-event-check-the-value-of-received-signal.patch 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch- Add upstream patches 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 0001-journalctl-do-not-output-reboot-markers-when-running.patch 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch- Add upstream patches 0001-logind-add-support-for-Triton2-Power-Button.patch 0002-logind-add-support-for-TPS65217-Power-Button.patch - Add upstream patches 0001-shutdownd-clean-up-initialization-of-struct.patch 0003-bootchart-parse-userinput-with-safe_atoi.patch 0004-bootchart-check-return-of-strftime.patch 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch/bin/sh/bin/sh/bin/sh/bin/shh03-ch2a 1733209241  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~249.17-150400.8.46.1249249.17-150400.8.46.1249.17-150400.8.46.1  networkpstore.confudevhwdb.binrules.dudev.confudevadmbootctlkernel-installsystemd-cryptenrollsystemd-hwdbudevadmkernelinstall.d00-entry-directory.install50-depmod.install90-loaderentry.installbootefilinuxx64.efi.stublinuxx64.elf.stubsystemd-bootx64.efinetwork99-default.linkfixlet-udev-post.shsystemd-bless-boot-generatorinitrd-udevadm-cleanup-db.servicekmod-static-nodes.servicesystemd-udevd-control.socketsystemd-udevd-kernel.socketkmod-static-nodes.servicesystemd-boot-system-token.servicesystemd-hwdb-update.servicesystemd-udev-trigger.servicesystemd-udevd.servicesystemd-bless-boot.servicesystemd-boot-system-token.servicesystemd-hwdb-update.servicesystemd-network-generator.servicesystemd-pstore.servicesystemd-udev-settle.servicesystemd-udev-trigger.servicesystemd-udevd-control.socketsystemd-udevd-kernel.socketsystemd-udevd.servicesystemd-bless-bootsystemd-network-generatorsystemd-pstoresystemd-udevdstatic-nodes-permissions.confsystemd-pstore.confudevata_idcdrom_idcompat-symlink-generationdmi_memory_idfido_idhwdb.d20-OUI.hwdb20-acpi-vendor.hwdb20-bluetooth-vendor-product.hwdb20-dmi-id.hwdb20-net-ifname.hwdb20-pci-classes.hwdb20-pci-vendor-model.hwdb20-sdio-classes.hwdb20-sdio-vendor-model.hwdb20-usb-classes.hwdb20-usb-vendor-model.hwdb20-vmbus-class.hwdb60-autosuspend-chromiumos.hwdb60-autosuspend-fingerprint-reader.hwdb60-autosuspend.hwdb60-evdev.hwdb60-input-id.hwdb60-keyboard.hwdb60-seat.hwdb60-sensor.hwdb70-analyzers.hwdb70-av-production.hwdb70-cameras.hwdb70-joystick.hwdb70-mouse.hwdb70-pointingstick.hwdb70-touchpad.hwdb80-ieee1394-unit-function.hwdbREADMEmtd_probepath_id_compatrule_generator.functionsrules.d50-udev-default.rules60-autosuspend.rules60-block.rules60-cdrom_id.rules60-drm.rules60-evdev.rules60-fido-id.rules60-input-id.rules60-persistent-alsa.rules60-persistent-input.rules60-persistent-storage-tape.rules60-persistent-storage.rules60-persistent-v4l.rules60-sensor.rules60-serial.rules61-persistent-storage-compat.rules64-btrfs.rules70-camera.rules70-joystick.rules70-memory.rules70-mouse.rules70-power-switch.rules70-touchpad.rules75-net-description.rules75-persistent-net-generator.rules75-probe_mtd.rules78-sound-card.rules80-drivers.rules80-net-setup-link.rules81-net-dhcp.rules90-vconsole.rulesREADMEscsi_idv4l_idwrite_net_rulesbootctlkernel-installudevadmbootctl.1.gzsystemd-cryptenroll.1.gzloader.conf.5.gzpstore.conf.5.gzpstore.conf.d.5.gzudev.conf.5.gzhwdb.7.gzsd-boot.7.gzsystemd-boot.7.gzudev.7.gzkernel-install.8.gzsystemd-bless-boot-generator.8.gzsystemd-bless-boot.8.gzsystemd-bless-boot.service.8.gzsystemd-boot-system-token.service.8.gzsystemd-hwdb.8.gzsystemd-network-generator.8.gzsystemd-network-generator.service.8.gzsystemd-pstore.8.gzsystemd-pstore.service.8.gzsystemd-udev-settle.service.8.gzsystemd-udevd-control.socket.8.gzsystemd-udevd-kernel.socket.8.gzsystemd-udevd.8.gzsystemd-udevd.service.8.gzudevadm.8.gzudev.pc_bootctl_kernel-install_udevadm/etc/systemd//etc//etc/udev//sbin//usr/bin//usr/lib//usr/lib/kernel//usr/lib/kernel/install.d//usr/lib/systemd//usr/lib/systemd/boot//usr/lib/systemd/boot/efi//usr/lib/systemd/network//usr/lib/systemd/rpm//usr/lib/systemd/system-generators//usr/lib/systemd/system//usr/lib/systemd/system/sockets.target.wants//usr/lib/systemd/system/sysinit.target.wants//usr/lib/tmpfiles.d//usr/lib/udev//usr/lib/udev/hwdb.d//usr/lib/udev/rules.d//usr/share/bash-completion/completions//usr/share/man/man1//usr/share/man/man5//usr/share/man/man7//usr/share/man/man8//usr/share/pkgconfig//usr/share/zsh/site-functions/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:36651/SUSE_SLE-15-SP4_Update/c51c8f57cf7b3059337676270e4a8462-systemd.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linux            directoryASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-249.17-150400.8.46.1.x86_64/etc/udev/hwdb.bin' (No such file or directory)ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f3bef55e01ebe8fce4c66ae5b23e43140c40e82d, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=afdab6383ed64278c92b2e2c5614a2a92d4f9845, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b7003f6ac42344ea660a99dcbc5659a8725d7384, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2dbf932f98609d16fbe6fd7f320333250f451b4e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=53fee40ae8de9ab905f43343a195d2749023fb48, strippedPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=287dda8e300cb2061bb976266334482eb1d58cc0, for GNU/Linux 3.2.0, strippedUTF-8 Unicode textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ff80d6fcb870363ca8ec040179af0eaa07a711b0, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f525012f7d4a98ca829fe3b0011b99d9dfc00a75, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=12947e44c2e5c154cb3ef7e0a0364f54eeb7d71c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=edc0022b92b95dd17245c5151add53b84c4b04a9, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5474c5a35b4dadf47ed468e4cc137f34167177df, for GNU/Linux 3.2.0, strippedcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-249.17-150400.8.46.1.x86_64/usr/lib/udev/compat-symlink-generation' (No such file or directory)ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=45470bb3fbb84a8ab70a67a96dcc8fc1179769fa, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=621719ed14937bcadc36589f1cb5b87c0c41e970, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=69aa48483562a7b73cc901442dd8fa9b4e6038bb, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0e4e7db937492ec920bf16268e1ee3fb52a13320, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=37aef556aa18319b91e14a227bf9130f8efedc65, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5e4482a6915f648e7275731ca9328a5a28664729, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)pkgconfig file 34567<DLU[ahmrz  R*RRRRRR)RRR"R$R*RRRRRRR)R#R!RR*RRRR)RRRRRR&R(R*RRRRRR RRRRRR)R%RR'RRRRRR*RRR)RR*RRRRRR)RR*RRRRRR)RRRRRR*R(R)R'RR*RRRR)RR*RRRR)RR*RRRRR)RR*RRR)RR*RRR)RR*RRRRRR)RR*RRRRR)RR*RRRR)RRPRyZ6Vik 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-8f0cc23ebd97009ec4f03173f7a4692338ce4aa2cc1c2c0d02461f30c5de23bdb? 7zXZ !t/G]"k%rp٫) h@sInY}9CksPf7܇t21]*s:,O)|8/~ h1RqT(dn}m?*j\Hۺ-!(Qc~݂P`"t}D Ď73if]Lae 8f0e.5`Lp:@# }W,ג@_Cd%e= S;jO^Ahv4DBȨ3fu%1ǾV:gK|Ml#=w*0ۦ%=$rϪmdbb6V_zH5$@ +>\2}7ZĮHE)ѥJW_h.+_܀TnЬbd1`WHcl4yp}G xoP%SLmo,Lo'jy5<:'ϩ @fe(큺u-jvaPK3j"N.#VU$n! 7j_LQž!#.np+.]'+sU9d7}Lb))̎uq,99w 7BV@ܬT!OĜn2f.)zӧ)i|Vى\O$>zWme{FJi?vrO|gYiD&.{*ŢPP,܀{>)[|MdHLTWV52'GZd4c@HG3*8,MOVMjOH {#"n cVltӄq2#s3C[eySks&![S^&CMqlRФ tپ{ aET-ߢ}9:;쑉631 y` K(skp 1t@h*wKqjŁdZ=L Gxnt ,6EF+I&ēr{>pzK|i)0@<?,R2^1__T2mM Q-MEtd3 |6Tkrqa_)Udz(M#4JvugMZV{u;w fл}U7 oXg]I5AzR>k +R|x?RRY= n$1 KBXwq,Q/詞 ؑO+_g= 15=׫9+&ct'}4K6lM*<'aÆ`4jhf?'-U"wM)* /c ؠym(6 #gDrhԭyr2Rgeoѵ9sAGHoII=',E5K.2xԇ$7">2ARruDl")$|vhd]GēJ={ >5ѓ9A?k#0 59YQ[I 1/$NIF庖++됝<ž?]?FhtfŚ#] S4xbz#=T)'6ZAMQ[`L>6[%˥ީ#}#]w+4iq^16~m * :Yئ6ԶPwIm"5z Z+r~9RO1,w"ɉ׾#jgkbH <^pn:e6j{҈ ‡(Ah(np5;ñΩ;`D^>ZGTu8*U`Vod(Lfak&}8a/D2S$}=쁪X qzYQGHTK?rT72sͺH51Ҧ4]٪{BV&0BCAZbjDӸAh1av MHzc&背Z#A&g;" Az#R|i.&o*$,Bp7/5TMRU:I!4CXgnT5MG.I;>d/Zh%n\๡,dK!_ -a3l9Y@vn {Es<: `*.N*a%W$X' ~t'&5; %%oXx: "b o'y %|NW؝,; Yca &`Mpc_` )J??wiqu|\9ipp FMȆ"'_xJU?sRMGDFgi(Kk8nm)P`+Y$Z}Q zڐܕb76|fh?%+Zm\.(L:șߚ0` p&ƛ^]ziqIOf:z0BiEק0'ƴ ?!dwK \gB+7e;6c|%Gaek#2aH#p}1^·2 ݈i)EVsg,0 %rw5²ӱovJ녑|lV:9 `Cߜ.@/3${w`{toزࢹ=ˀkʝW}3o[ QIfCm_&Cg3^k~u )8{>VOHE*²ه<(Pgni0HŧgM5´΋BvQߋfFk8 VX)Zn g^짶 >;o=*dͫ 0  k]v-gQYtO2cˊ [ZQ҃H Iyv1?* S㒝c@\Dr<\B60z0dw@퐂!9<.սM'^,0Z-ApQi.QtD6)qR;KW%~3Ќ1Kj}oU9|ehV(_Ѵ=# PIbV7"FbS$q_uUAֿx9Un؃yWť8ĿM"^[,u65AJ1ٽ}Uu%*lٜud=YCϨ1Lխؑe1%_8|sz $}*3`: iVLuS@<˅XKҕ(\Ԧ8dݟe^,yIYW9$bf22O⨥(8c>[Ge ?_緙(/gNR؅ZD{vg@uֳƒ's?asT x|AN]i.x!S?m j͆5!b| Uu}[owyW1뿥 Հռ:WUb\r"u 3e=J\p4@#cȋ=|LH0 %ZE>0, }R+o á5 5Ǝ@>lGh' Hts,o_z[IRߤB|ǐm_@`]'FBhP&s d,?&Xmʴok$zܼȯ\™.&0ks8yH jkzft'r@erasHүD[Jkqd糟,4\[' oK̭z8=g"fQ,?6vג?x<{'|y1[r/'_${[i^`@ )tԚ՚m{C܅5B;RWD :C_ gc%C9h=[#ֲƏT O [O\w2'x zrD T LX_ V T0*lyGU^Dݥ u/3~se Voo@v5%j]x} F!0i NF4sdz;rÃnhCĮN urWZcuDW\]>KJ] ?R"|m.0 (_s }odZa">,LNjSw޵tA4kؚhq~UcmϻY2ИDJ]e@ =}îzqK5?Y^#>،+Ҷ0pµl.i$6<3A$TLQ(L?}K;!߾mT4nAA Nry*h>wc%Xc<"P],g L"YY2.Q# ro(pL㟹?n]l,u$Pm={1|3bWSޮCoz-}{.a?귃),7=le#UiӉ% ?:ݔ8ojK< ݱYҩ{3cqw(4m#q~7N0BN@*Q1=M *=5Ix ۷-T ]trM5+Y q$^Ǖbţ9~q| Qwӹ%ٓ ݷ$աpCRÞ2@NjڿvlẀ[A~“ E#$Ek %ӥ쩷(G/,OE%񑐭#!Aremf_FDO8 3*̉݃յqD:oa,w ):1\?05z@50q֥܄d9 nY2U|+ jx 9ĀjWph#H@5 ̀"w+`lBVEXb^erY=iMK1K] !ܺd(Z[^rz1`vB$q7YP[6B]s`d=/4.:8$W:08m20nU3e=g=ĩVыgZUnT=۬z=U[kP= >3ٛp#R$"4 'kw#]xp\7X $,-gݑkg0$w30ݤ& XD ohN&5^3:nF,Ġ4*E yqBO^P T#(}AWcW9=W>vs kS#|/ݍG ]U䴯I`S Bg>%hnz-1Bܡ}֙fr0| KNYhrJ<'5z^};2'.GV*l<'[,<5(LV+R3}8N+#oRn%%6 vyd5uп4SK@i3;/O`؏uAzLsT8 N*o)B?Uڲ~7{J6_޷c,Dgb6 >+G|l6\@KJnvo;01 p (nѿoDMgOBO}$51<ʃΘiA?bhϪhdYL )llĎqBhSG<>uSj>-&ŏ"Knv~ƆND֧|H$xmm{ʒ`Eu-|jVřfs([[~]b;'-L(.t!ӿH}7WA6V.v Ta^g-di_ӛ.\HHC#& ez=)<疌8<Ԯ=(b6p4.bkIL4.DQ @E&\sScqHxH9Xp x=-*CÓïW߾5%fG-j袕nhPOQ(Luk`,s2Hz;=~΄K*%ŠҭԳ"Kp0MIѠ[`iw܈ye#5`FDf}4yY+/[pO3^|1fIU(Zp3mB}vMDNZ_>5-OFE%zS"2BFʌH3C[sEfƕFex"Id.O^)ƵtfdF?oKDX9r*^›L\š"mѡ>U}m@ aJJj´0zU_$YQוcNY>8_co Jwz3ꈣqYh q*cqx}M[[L;]@~a߻-/ aPlWCXJrӊ57t+BQ=%` (-gb49O ١ ,;%Q̪TXCw/*FDAJ+d7ۧĖ(RGVNC@c3 p`y ek,Kvϡ8e-δ3zHu7`3-&]R!9dBjcvv1 +k3ˮ?fX4FjcRcuE6N:n-L׵6e@`6P`"aߵ6tѳHȳg]V4J!vV9bK]ZOLtZ#[aMCU]1-9?P2S'Z%:\93m<^2+2n510Yw F;CoOm.Clnk,\yCr(ӥaz "3;۞ e8 QBB/? I<_Ѕ`>ݳ]p `o6|š(Q79ŲDh }\ 0GsǺ oĐ˴L5U\=fVY^ ?7rJED4,ʼI[o$\{Z5n˞+M'Xck,r;0,{'$z"Me]zG o&Βi Yr,l@@e!qIC:2o+!h;3d%f_G ^ 1[ U]C1yuk8$ӋOj=BqCU8Ibf>DdDاĺ,X]b:>c*/g/I?Ò I-+R jb6>= [pO$F {BX_IIql#;MXOE1pAw6r"zhS^њN_*AxgUUÙ D{V~If{OQv셐$MIlV>WjUۃFR\K@Ԁtp'sOU"M# ' lƭuD:\QjJe3:E )tZ< p}ʆb!MyQ4zYbjk܅x)"w eb=bW52 "F|XQJgx Z}XHjRMt@ }\4(s$AoTYFWmd2zQ?YEk`hg_C>?HJB)N/Wl.ި'=Tw`< LȑnݘJD< md*I +vkI0ͶD}アm>`A16 ^p~ -ڑ^暪8'1GF~h!{Z_LT"-i3y/+Ԁ |h~ΣCֲ*Jó Qb->Y1*#)), 7MN G `2#Lxy9Jk%Qg#_mT4pޯ~p;8߻蔕`%SfPTˌr{!3؀7eg|wo"m ~;eI/~8t}ٟobW&i7 =E2WQW];~.o`haIo+L~>_pgv0:kWcsh8,/O:Ƶ.HP r7,Z'Lʊ9EE L`N"sM,ߑoIo ]{.';#qG1^ujoh #4tp}=l$ 2I|-30i-㜄pݱ-~D5k_nF|m4th߅6h DF9y] ,`kD̚br4 :~z m ?LbqP'ܻ+1 x n>c܉Tn}#0VFEpD,;rQ lucjƝ)Dn\dp.QH'k|^?%뼧'Uȡ!Ŵ#OOTxp1SϾ2\C%R~2n׫kLَ:;a=˔%;[51EL6I`q7UF K!~1%yM|>+]3([Ma4pEI4pD:[FEW3孅:ix԰QT@sLQdRm!`z72.X_ ><|TM!+!տZ ؤz6fZwBɼwOyRk>B#C H-QN@u_hs^DH+w@3P˅-M0\,YU/K(V OkXr&B 4a9Z<*LGE MhjD Hpÿ'Q:&\ؤ| -^8ˤBBX5WGBQ IG[HĀDm-{RS\v'OnAS˲5ŋꇻJ' hp J8<%bVR`gx Q~Qp.nZ>'H9فǗdfiap} X)=<ۅj3 |a@&pd>.L}G4拣-X %܌T  ^]Ty%UaK~ܧa >*srlS#Q Т$oB`K(7+ɵZm ϐ&ꁹj5KeɗWf ^|'7xݳ䦟`#Ycp[Mr1Ű!4Ѵő J:9^~K~w#f|)9BQ5?`3|:Kl Rt~"y"Ṻ:[D{^Mi#%&(1Y=OX|P(G|R] P#;3jfڝф(lUy=ZhїF+:E{ &3r3$k0fLg F|WŦ2@uи zJ+#i> rDW-j 4H+1 9uCEڱᯠ)OQ" X*oyJ(yd')eZnyҹ8͕V±4X={_E,/&Xh^K9Dmi]P_j=p.wu>ڞ\ccjW]̟v5$9xmejm֏[ٸΰn{ݮٖ,LP/\ QQO_~[f>"g aئk|ŨC//f; ܬDrZNBhI/m& AZ@3i۽U'TȬjAGK1G_*hp&$~mpMcJ[]i%&gP/}z =O}a>é1O`7+nhɾMdƭ.Q@.0릤wծQHe1ޝWGo5Pff'CѰC0r{-^fR{.' Hd3rS!k$cE-cӨ`-}2K?{CosɟvGb4=q3K *_DZ=ighwz-p}_1%{SR/Ea(S*W Iן jh|ˡ@ tWE ٠QoP Z` g %b)߭FvS[Nu>\ qv {T6Ejq + nٝq#yeKwY>#7HkZEg76D&l4؅"d)۰Z\82Hj)t]8HVH/O!W6G e٪W-ﴒٰ{Q4|#F%yČ?KTGтtSz՜G*֡VHjŇUW'aZu,6f̬i'00I L%n3'/LWOiB9}vXv\k]͐4];1: _5cqhZl^caI&= Qt6 i\"`/̓Ӽ'|}8'$-"ۍCp@w&΢⚺}yfƌoϷGsaJD%Q|Am.gw?h:4:M(0ΰA =X5!!LT:_E#$Li_]QU(Fv'̱XWښ+aN'C幍,%D6fD2 .d4ݝ 0z%G#  Zf\>ܝ`(CqRʑ#ݒ++R޷wXvĩ/o#d} Vip6pGw;de?C5c'#clWN9TdU%H,0Bj_7[<ږ8DY,4M3)t4 ,.`J|vB)N=x_}AQ ^7OZ䴫@b) ~Tu4@}5zs]Hz*Է:bku ZL+fcz@^fl zGÙpEiW8" D̨;W=7h1wFtȨZ\dρhM/XٔKOisT^7B@z <&~0\j#BƎ+~k+P1 ̀B1cBO@3!!}eJ2KsU}'jiuE iR23f6xϡ!sA܍ԼCtѣnL6-h뛆>:ZA!5X5O˘aGB8/%&cGA3 (onT ~( `(s6[CHYzl0#8D J̷~hzIX$D])9.UyOZ!* Q<եAE4l1GCn;vkҚx2ضJdxffm"l:i,zhFqʯBZP ?+v>}"7B UB޹1ƤKKD/lκi՜P1_ rZ6,hZsJ/+kOR.a>Q?|\a]" LQRxenP&HJNDv9P0}ɴ)3ϐO#{c\H߼gEɡ۟Ӂ*q0]!wcx, $Kz:t GAٔTp7@ՅZ]6K6 30_=*` $8#d,bRXTA$,P!xSyv7 Ծc\wqߝG7.)3K 6tSh /\M`_6gV3gIm p>Ƕ7ǎYi%!`qk_OZ:((V/%2y}c@U*}][+FF @".⏔&✃NY<Ә!(iXk .g(_+#5=l&FH.ڡ? i=_&Z7;wk!/Bc)|"A4=[ QUY,Oq.b+rCXĘ].y$,hp5S'S$sֿjćvZ-E ,s,j#]!YA7mLb,,#J`Fp*,IT0JM?ޕPKgY72k}h8Ր`m[?n!@ K{M&T M1 cBEbNN8:%'p 2 h "A EFZpm F`.$g9&MFbkz7Tg;95D/4^ؼ~qb"(WMPq$I8wn\9y,, ,,IDdKDb-fr P=3b*}}x,Cz7F23HUi %gS2ӜH<@a RRT;hr=_iEr,\ N%k'I&5VPU_ĸD?;y…4ֹWL: 3"l̝yOS{݊!ﱺ'P'%?l]F(j"VK,k +15Qwpa5`Lpΰ?_K|DHA 8("7ZJs IQt?k$4e qtEe p?/H!湈-?*ʒ@bIŀaKy`J@qIg&ֹ%~ 0*ej\t8=| V83! Szjj"5ЄF _lnl,֨فZ^邘Eh'm qMԮz00d{V藗Juq.Y~q,mmE֯eE>o&PZ49I (}?= P|;1ɧb| 28Ɋ? ̱OٚPeH:T)rk\@鉓-?;=A!|ܶBnh/ekLܯeiz!`Eԇo*O5mǙ{j ͖Ap xZz@jYg1D9DFZ76 ,:+m*|}E8  sY܀{c|cEwG hY#85X'eBxtߧ@t7Uv{KjoL-U94؀K'v )ap$g`8E|C jwмn2oevO i$U_!~0pqnKăTdcX2ԏdԔ9G7N Ewa<6cfX'+&5p/N_,bgcvvh)sS$t .w񝸄H\ di6yj0s:R/aC5Dpt$̓A/8yf HzusUoB|k5(ͻ~)emQMڲ bd@x`zm\ܦ#CT' ˠn(ֳYPy@sO)D}e~䓦pTueuMXbkџOǠpb׉o(t%fae0lOJШ"MtWE>1ܝcf91(Ħr #rbsC3 "=0UpmBߑ?o NhMuGHߥ$yT\ʹKȉڶÚΩ@>2o9饤CR@?LPH>jՋm/ tjEQTYN (Poqu&Ltywu i~`hn+0J/IK! 37)Gblb쁴N>Ei6X4x4.G%HbK<`Zݏ9yGfu+cK/ ~@:E*{ 73;EzE֭@6ǥ>rJKqiͬ4d)ho"yҡ:'*# w3JS1QxBk!!%2Fqnvſ豼< yaB*8E,dk-~poJ DzFٓihJJkA1 o֡D=UHܫMvcwy$3ڡ>#A XͧqX/U-EXiX~5=г'WYU^b=~D*h,Pc)YwBF{LT RAJ~Ϲ4} &39R1AsEjy5|C-;:T+I[p,g,40MhǺfyRQKJU4z5XG㬣$G9w *iOM7-cyXW3.B=qXyP>Q}"㽷\TeU^Q?$.m(ݽwY\Z qe~]`jKZTꑱOP+`Ŵ Z4!-5o u͓ 1^kt}"R_Q!k6J0Ľ~P d8\ ֞}k>cO/ĐazSwCɯJ\[ؤ`nJWxTӅ!pg->?%9KB-ՙ$M~¬Q?278ꮢ{ @ ,~[iߵAdBJ${In1j*Oz!ep]y?<W8I⺢Kh%ֽ$wLLAemkDcGd^9UUe=2@׈M]K1DJw*ZH0پ^J*wDo:?`nHs MʼnA%JзMfʞ&O1%iz2.CM |(Z.Q|$ !݀~+N6Eo]tKkxyPb/Q{&Zvf5 ^KwO$)<[enT$gLMLue2%5X赛~]EUk>X;m\|UqkYs |ɑpWϱBAmۃĆC+$ t5MH:zѧ4٪-x5Ybʅ4-³⻹ >7}ҙBH,=x6lfQ Xv9B;,B;k+)rO'w=ΪS'{SzQS b.@%rT[naih Q T&UQe"`)]Ňb-ueRq$mem^ P ɇMd8K\oDzї85&7a; iEh[>PN IʐY㒘9~?iXr:ڏ6Zi"9b]6ܼ{Si5o7? д[-*10Wrf9~UfgʜT 0$`x[SZȱy'MA+?CLҠ $$Ae\-ZK@(`]Z%1L6Ug>`"eW(2ScHbHT.&:-34m:\¦׉F;`C)*7K%Ȣ:B)2\Nu4;`W+%>?*ǦAFNWbeq'ֵN&=I#ш u=@[ *B'v7I(껂^Ӝ (?W~64 -B6 +M&9IpP:a_l՝e+Lyfm4aKv-q'4o0$fl~^:﬛ =b//sKn?_#>Y9 "v)V_ƹ006oauf掉@_܇!OCj[SgcMmUL^؍ OUS3!fw0{J{Nfj梨hK$iM>.ccI>fZEhDs{P{G-LGh!!"aŊ]6衄]|"ZBv'׀yi_C ̄New!:( HT8<Ľ !q S r֔ێ$+,li*i; Ȕ2i%M24Lo׌xvbzVF~cWR,ub|N$ɰioI~x8AL+#(=U_GBBԾi9"SIOșqXt ( "ڜ_+zj#3#mz? 'w_cHMA/&@ݓ|<}MܹۗM'ʙ&lujϠ#x8e0bfuh}6Hv?(e}`tJh#\V}7zz r8鏠~%^y6u" C7&:# ChpVT'TE cENr|IȎ_]jZ 'FI5eIk<]Rj%n5w ^X SinkOʡƒ-  5m?/gvK% ])vTDžuIyW\j%4?q xF)^n;dXR=~Ԅ% ;.d & װG#eO@xCG-'snK7JJ̵. S~8Ҫs\4pKV h!a' ~, M&/.-ɲ2k>‘'E(y!Fζu&_^~.M7 8zBk%M%\ dB(#Cc6Ft WUe"rh7`$?ifj,punv 5`F<,}?skG>s@-}I- Mi`?}ڌ%0 Wt.hTBOM,_1M^fт;1+:isew W$e~9s׊8w2(B4 ,tC$;u{<]s%{'ג琐M|t9p4q&f׻B -p"xߺj蒯TWU J'i<@U+(H,;#Wi@c۟ąlu ] g%HimW0j0D[":Q2 =e!4A)"hZ]%Y!BT|kk.𦴁 i%8(Ҥ67qt}ԇuc !b b^EG0Eqk1Z9,rQRy k6dWŚq鿆J`H0,4]$*^ azjT C G0a KF | jVUƇ}T_莺As7sXr>L ڱ[V:F.9_w cZ_haHS륓KIL]ʃГ]6i1Ez)B#0w"F\vT8 E@aG !()Z>h^"x q Tbv ދ@&i xo&xocǜ ge6/~OUA4Q:Jb5mzLFOFBXn)">7gr^:qy&.VeWeW?,x/$&nmxk 6Q"VMFf&<ɂVx)O|uGv/[G:[yaU]y~IT;k-[qX9ǠGa@ e?qqJ/UQ =`D 8АǖX*1]g:"oa-Z)ۮ`?v&vZ6v;BMXXEI*RG bհ$t7C9V 63?oyt=*炃3 :f4i+2-d{ Yv&dlY}&b8P2FgvsR;iiAS`nit)`Z=EIX2m L#u86of.="-l_# .m mnIRdwIOBd̨S<*mo!<9&|P)VF) C@gA :tJe4{UI9o}dhwyv0&*wr(tUGP} !U(ǔݹ8t:> QlҼ!q<*:Ӂ[T/J!'fJnkb~"bA5w+e}ts0EȷFth33 rO"ZieˀGm"}? CyΙ V8z;V 4sϪWZW>w6c $׺맋=3y a[kגn(y9h]/;P,>A1b@'q܃ 7 i"9IJ/81eP} /*v=MLHt>~o/[إ4=0%]ADvV_`ߎ1u*sW8kH'dyu#Zlh> zƽZ˚NujwHnTcf-:X4*]|o#4o_>XϷ5Cn *4 @Գxs\w+߬O,J%\f3*e3@|? fsBD^E=~\Q阛X')Y.Gfaٽ;+Iz]$?,D *WưIpD#[3DTlfo-Ǭ_zd8T b$-6"Ym1>1s6uŧp 31 {_#7旂JƦ!%ϪleE9b@WEhYzR&AWjWrSE Hڸ0؊k}APLݛQ$\#!${$zB_E!{Ёou@v s\9|ݥ~ތ.OjU3Yq8ڛ=Qp̊]&awH$m´P][n X N: ;8TE"daLqs҂|W% :AZ%"iI UD&/Dkbsj(ȱ( PLqlQF!O2A̍HٖҠVJXݜ&e>Tb()jd$(˟~8Ӥk҉P[މK82 Vl3%< @p.GszS+׫00-]1Rr`GvMG}RC\_W.!>WD r|̈́/XVyD䇅+ъ`U[7@_Ƽ/l(=MW{k]5[^SW/kAUL,>\Q6f> j=2gHoAj%K$uXV(bJ.;5GGOѸLO7} 'Vtn)oݔ [ҨIm>3 V<"\.tKl6Z08: Y5E v.+KJ|l"~@nCV 76dzPCy<?ٰ:.my4եn 0˶Jݛ "JkxUb`i0dڦjnOĻ>8SU/kYk+<Ll:-J /'& %"Q:w!'4(2=/L)c V9ECj}:mS戳MFЍ]k qx\RRV5y;,ŁGqX݁O8Ol 5PI;ld;Z?}\$,u弦U[=NLZnTWBIQTplnA\D7& ^"GD)rZXCas!o6KP$##F$yETSe :_Q+[>H$,thi Tr9~0m!Őbarؖ pb,wp Q<0^En[HV](Ǐ@o#2 ÊSkmЯd'8=AcTfcIÄޙiW ZA)AbEPm jDXG[է}`9l#ۛOB"Scwz7$%dD~Qb = IDA|.s $J<.d{E$0kU rcd0SRp7rFt0LZ= 5kx_{/?y. QkҲi(#LڜʋVġR .U|(5KDN%?-Q9ϭ<уT ׌GB6=5+dU4Ru`RQ\_%mP뾀3!Kr^|$UlfnTpQ BmqUnY"8iOo,uYndwADuT՟8gzS*cW1MY8\):2AI>Z@naxe)0;GUcWuZ!cտm=R<6*2c//9DnlV12xH579fˤRDZ; - 2mAVnTch9o#\|T.>Pn1Z/ 8LjJ9a0 >J@?ƾpd!_NgGR>;M !4y!P4I'~_Ь&&8ᆭ6l隋MOzAoLy͏M=NCHv̐,e  CM#"m~k!(dqѲCN=N(w)oWD=k1 4\0g]~Z3z ѕ a۩(G&{ ZK7܏v}ЈiWd(zRjr`lmb`FJW-yc F#JN'ӛ6Y{η+,C #뜁H#wC_dE >lB^\U,;`+^Ń)Sx=,pGcv"3m,\U Ea'hӾV}XO˔TJn;Lg6 d[6ۚޣ YY ,h0#=t[D eJu{ &S=Rv;OrϵӶ g$ SӧwގY}00Ez+506XPTF&a%^(TUXƫ&~U Jqd JJ8?U홲=Pc j4~3FP>>RqcKLዙƲs6nE0TB4Uԩo7S2Yc\1F_Pb2VۑL ADz;dQ)P ťF~Iz[ve(ԠWa!I> ?@wjtnh|LvD-ӊ#T).!#f*ɧQ=^o!&`8tD^zD^8%P31l3|":e q%À2Lk1~WD"QZR1 v-=s 镂ʣCtdO1K?n dA/ԗKjƘ t8M- /Z-cEO!Rmz7FUrRW1kpojߒhOx%'å>g8EEp8>nϳ5运&t¦g-!2{?qJU^#2E0xpkv}_:`}qto߿lb_'ah}mlcKAQ!f`u,;v[r'xVNť 5r،X[ ZX, ֊B(ul$ *^B?H9wYP($~)4Ǘ s[t5A.OK-ȟvs݊B۰Mn2x G{"\hQ Ҽe/!7 a*(_q~wGv>C=]%nul/~4ZO͗]aLGL1eIĺԷJuS@Б.9KK02abxf&#~?'QG?(L8f4r(|)O^ )vs3eN;g,;0:2 HNQ(В~NG3ٵ^@,GP/*tbGlGϕ_ߜ[ 1A>>]Lg*eBIokkm8A5ґX'YhNl{Q3s 3fp&qM@8A8}A$$BR3Ǭ-\@l|teg>1́tUPY?"#IOC뛵$C>2Av/ ]B*?BrrSvEc& ޤMٍ)VPŹ9c^I+PDBiQdƇ?uhyfȐ#Sҗ~͸𸉏1{*+K)Ԓ܇+Bڲ7eA5`2ELs|E̎cAhg #88kE}3]C#O_ȹA 䓱%6[`YlA$$u/#4e/0Iw_nεJ*8mC_TҞ&Q} {/uV WQq`M9}YL+K]kˬwtF>^S9.Uxoc-#ն{x3}R࠹ @k`^fz: #IoW33-B]m@eM]ኔ zId$Zަ^dDSbr0Ԗ1B$_7i4FUe'FUB U(3Ɵ3؋Y)0 5o%w_y7"nތb4$Ԗr`+ck3:~(ƧgzʧّZi?_%ӜslIA6>xx{]j J"%`dia0\kUv;Z(vUm{TR;"&DNv' 9ń|BdU08נ|RyO^"w%sgD .Dӝt8mYhFU"<\?L*!<_Tf <6ؒ_+3?b~kB+fОNec>oPrh{8Ii)gyWMw}0a:ujSʼn='C2eC!=6҂1v$ÿ N?ݒzBoȑUD <ſ^<B8XQ?I8i$Wr:lW (;Fl:m; 'ջMӉ ݝV,f#gsؕyd߂ؠzqyr[Z>cى+,CGL}l0Х/ tNl qw|*8TFLO""*8y#L"> ˋ 70 fUDz!$*a}?j7-+p=(y}z.BGDƥ+V3MC.SPOY8 o6}_3lcf d-FMwz1eB*a1NkN1׆pþ8"qOTή >eQlx9.VGq[dpWTiSƿ{%2w¼ު@߃tɚ9ed"4'[_D{ld& 1'-^P芉*h_ͼNUy0Q }J&!rexcBX_VAJ1?k5mM-ZJBbZgG̯ yע~t)vDD:f@)6/4bm!<j6JH=;FaQLB8@pg1HͥՑV@}XWM΁"ӱ9> 4[ZDR{.WNusɤ1Y{r~_Z)5Bf_8uu+Eq6 59.L؊q]C8˽ uK㚘ř 5o=Iђ;Kr@23)LZadtg]uXF''$2Mv/VK= /q^1sw]/1 ﴮu򖁍@Mo6 J ,pto!C fB%(o.F&>wC8*7WX(:M`hT1nfz/In^垐s W7(QYE!;U,m~Mlș/WNOi?DT_ b+ZRu@&rYkG.ɕox@ ˩Nغ(^ ut} .\}W|. uLZtB o$}w+Z6 趀ۆu51i‚rku^!M1j kJܜS2{?ߠX 91w?Ut /Ѯ se`w[Z-jDLX1E~:Ì(yL(vnF*c0a Uf?_:e\BUMCm0(_s@)@'?<U*Tv* rv>34ݺnc'ܟ5hWD}Qző(jgx均LTTIKo5'&_ws6B] Զ+U˜Q(R7X#seq.(Dno"} gERH?iW}%t˜%OBC=ّ-l2D9 ӝ̷h)0e}JwHu[:2eٍ!仠E ,pMњư~rV^Ѓb?i}IGgyp۔qzK2cBe'&l7%cq; QVj=#-.ٙbH[^S#B:cy=" fj/ap)PV˲h]SayxFbQD>c$\@#nn59⣫+@~dON;ms|!p1X1) L.Ѷ1hL0+P 8qM~ixk(]#J6C>t̃GP$*uBJ@G6xJ4#]gdBAxF=XWW N*m ;&݁,~ UT)N!Xð6eqL]Ƒ^BYϦZ̘h*Usy5ݢ=~]9*v bzE{?=?6w;a5]?<ևj}]pN 5=й&,\osGv9z?KN3Eኤcc?vmyz[ņX+9ngcu@XqihGPq|SL62 yUӝJ)gmXbYv?Q1j_5ddͰL>6j.F^0koO aJM~92((6(5-2E\`SxS Q\ ""| %u,fLT2Q3GNBi<1&Ԅ+,YECnLB5QN*_zg!\A\;;pD/.8(;@j G 3RA\7S߻cn&Bt6RL?SO 8 cF1!h~@8 x-Qy8_vi@Wǥ gCBR6PMݣ9?-2;Ln\0!IFQI+t҇ Q%?q'bnqQY_sX nC/l;~)._8(q$);SfJM$U즍^Or-wjzj zT#@rs'$vi^Tn _ROmxz|Pǻq+pp40JcHқEH#5&Rzl߅00;Q%[<ŝIL%vb=}}CUMjy3h@r+ΔےDVW`Vo{|qdۃ5᤯-4$VWf0L3]'юVX~_DS3X6XQU@`v |v,bWdi6]zQ@6pv?c@(ki߅~%uFRR qb/Ql[`1Y|]-)}qnPȷ! 뢑+j3>.+6\fHXP((qw-)o_L;S8y5e=#!04(?_S@LL5bONYK0>,ZAw˅!)HtU2pӦ$&(4ιe5*b(Z{}KS?cԴ]4fr JnTQ;%2<0 j3C飁KpYBY#Սm|N^Ro#fRU=;zlc1j bBsNW {UDŽvi`(/<)0Z810*cMV=o;yV{|34yz7iά;r; gGI  whGpj T)c b.|L2 SI!U Aemy glNt 㠳#ݱ4օc X&KH4Sju'5POAQ9QowEI)g%LL#7GbTg 1Rp9MMJ'83('g~DEV S @ ̉7{?3uQ,jh֕ U֏h.uuˑBO2p׮ˑRȨUjɩ#VrDÜs.ח3S`5 g:? aĪ/fj$<-#qyޅ`i _x%S&Om 8 YN5",P枈hs+jf@twE,fc3K+CKmRo1qCГoZ+ADךWApl}c4:PoL&b+*RTe֪')_=;ydRt@@g9Ӳ/} _~RGzsA'N!P=.O@LZ×`Y)]F12 ajM_NjCFhg\XwSA]葲d[2ߙxP;F pw DO U<2:rI"#X _ 96wOIҲF!yɶ௰[lXt<`0`"sj9GI:WД*.O_8K||>-w>(h};|nNK$;-!cHn3Vʨ - K @w;2$OPi?%3_0&ÎI `.y*c7X! ݆*qZ%3 k]I͛Ź.P%Z e)|@qAŧ ̏6΃;%ܥQq 9TӡjĪf~t,x'1rQ~V9sb峮hH,:=58]CAjRGn%fIl7h\+ MF r\7Ouc\je?16+YٻIk8^nE. )_t'0n}(䂥r|yƪIX$mk!dZUVsI5=Ad)x-:rt줛BNjDD|_Ic ˟)ܝ(W@m _Q5U ]3"k* 4/߸;%&O#7WX+㺗,4#K7zfy];E=bDIL$/3 ]P'^ ՓsZ+?RYqi+29Vc8l?x̛k_YJwKn]GO;)_ؕO嬖0؈:vR1>4eĚA EY!9,VAߋ!ΘZ;@ 26Jf.@w!!Qbʀ I:,u"^--[)Ʊ,wl׭%p(, [#I"Y y9[!3= Tt_mՓ-ҵ1=憞U 0aT EW-߆&Ġٽ$^l 0-aq){b,jr"$uME:er5)B[Suc](\w w8X#Jc)̴d>Ed52~X`yO]0A5|N۳ _T:G hzҰ?<]㔫y2@"gNc|D#qAb} `P؅ E=[ i1&:ًReg*/ji˨WSEXm㸆tgޫꊯ.TLLV@ q{Al7muٱ{ ]SRL}}1bkI>J& pM;Q]j+Jж-z"A$=EAeI7gifP b#\>55 @1Ȋkzc*I.KSB.37<Ηr>TYN]i Uv "c({Ŝ}y>#8nGsN"xZMY.l #-!" YZ_տuC~4]b3?؜YoML2*`ELjhɂN-Ō'Bm%u>.#FM^i@ LMx`d5vS-:+juOUJ}1Zτ,\Yn%#@4{ S[~Pξ F8M/ͶQ?U-0|D`h-̭[` }U$?6 6~D4S@>rE@8I6OZC^-3 je\+A@EG:oo͏MfBP~@V.}rfUؼ4 ,FϘ/e`>LKR|[aE(yc98ۙ?s>O{)9z#+R!v!TwR|y㶧1ѪӜG@)'M)K QrT\3B*.W/ݰom?nWߝ^ڎSocZykb+sn{vޞ9bر2…¬ob˂::Jh U#;)h:%+w Z6&S ;BZau%sl{}O;K(g{f8Xh*Y}9k\{$EF2TR&aoRi4P1B5uܰ~æKOp܊\Bу<*`5LfB!S\tv1荁'N(kϭHsGʑ jc냔^ .Uѱ%y +ػ3vSBAJWWi1!Ru Ob~\4!u [sYaQ'u p" DY;wQq/kI=?&] r!Nt6A:ZTz+Dz9X1Q jb O0;|OD=IlTY?ڄS:@^(97#D4y8~G0c߬]p$kaU=׿/p$b%IpS95،.WͼːOYpLyY\|< $j* #I^-Җtظ N7E DfuP/'ULZET ЏVSGsu0&f2ޥv?~=& REplF kaUIxlk3Bh9ppinfW;aKœd0}3}eoox'f `WЏ;D ڱѝj0J)2+D<2I/s \xEWk2vBΪa*e= d4aMGFz),:䍪[Ot〨^ 6Am o@,Qq"fY9!<[;T1/{D>Gj&,`]fQUGv]AgOrp1$oΚ@wOpG2RJ>~HK*b%sn~Zj4t +<Ӕ^*9h_wIKnrvlSPn5몑V U#FYlAO_>j0;}$+?1ÂNӆ`EJqK{δNI7q^-7oc5}8uJ܎59}3{+3rmM#Uέ0\OWvSHIQ ?#dz*xt"ۅxDbC5 a4,*l8* ; .Ju)/ݡ6Ǐ~5XZW%q"Eu:??$XVtbQmpvdm|Ru%[oNsT#sIn,Ԟ/YjAO$ mSt4/~w&iD]$jLӼ(8vpԿupp'mFɭ|7bIcQZPKwZߤ V12ݳdLLzɨ12Ŭn)\z4mPcfTg̈́ @_-6"w.#D  `n&<>u2mը]o}-D'oJ܂JVHX0JBj8>R 'Y/J^)XQƃjNxʝ!zƔM`M`c8;N%" 4A0]y17.q7~ <%K-P=N@jx?C~3ahɻY-=k1s DWʟ?`gK. f1lP" Cs>~Oɂ=n+k=5/82&X•ͩ?쯇\l\^$o#vԦMwU1G}|,4;@s;|=R騖EpЕ+쩕~{4y[ Ï{@K[#q@j3} ¤j)< /‹Q;f0ϰ^?I;Ԙ w.a"*&{i<ĹC-:*_K1V!]<9c:{W7~[߰ )&{ggY=bm`_ִn="~f/fic#̶۲l \%eoCZ %<zzMJ̷*'3u**ʦX%qwiQ)l~o|3YB:p5QUZ|.d) kц~XAЂ43o^4 /O\Ti)<jE+^Wg2RiSu #Ѽ<CR?!59VNQO~ Z 9=G& R1Nysw> GkU\}yp`la%;jTp.$7+!a#XkTZ9S}n,2q+NOaS2N iSwkN)J\z^+/J|+No w1w\jERrU!փrB*egC"%mƮ5=Id9۸UP+({Yʪ:۲>nBć7mE{|;+O|>(m09`G.x&۬u;pvf U>xf:s+uPHl3Z+!5~dR1reAz}Bd J'huFS>'nG-D؟h9 _|u@5O94^H 0*IyVQ#ڠŽ1ԭy WAq+e{Nȝ?-Vܟm)7AOWs^Sn+09*@b ,M1{p2X P)9V fpXÞ fl}G*52r!,#=\\tK?~W B9-(⭹E,ǫϋM?[J]&`XZɚF,{]YO&e+"0 )_@|Zș&0 |nuEz-q e4J\WMB%BYGX`Y(?smE"ELE4de^Y VZ̛ͮC3niUg4B1I., 'tXiUt$d.iC5[^ݒ/ ]$Lـe EOe*yؿQp6`&ʐT"2t35R`CI8獨qLUR OǤ['p ەЯA\?MEهs97VsnCGkBKLlI0 jΊncmXSLTrJaKMfJ`V|O}㙨͸ +,[>n?jZ0 y qg &pUstkq#cz< 7+XbwW[=ܬWOG IPl!rh]^>DMD{lu(ڀ;cp%Nl('h5TRk2v{%%YF:)pGiA)s n+xjQ!؍zvkއrF}*_pXן>}].vxtv1|Mb.}>xq֫E5I뷅 h۠Bxl!e{bKڐ9mt=8 ATФ?>2PrX_sudw‘GD*IKn,‡ xh k *n^[\vMvmj| K[z>6^#xkQN`9R I8u`NFAar4x‚xdchd6 ,65E;ƪTaj>ʜi¤usgp=o,;=UʮʎFE#Wm1Ԉ PUSy3ȉxc "`"6^вٿ=q6Ma yJ;CCX?%z: vŞ RiP' B1=PIըK1ۊ<[2O]S}@- [1"e#ֈ`xf$5{.:S/Dra3*|X3J 9K[&\}'%58B&&2 B&hG$c4!{B Yi|3m oa8x+WJ,|C0RBIb7מިFTURz=A Z^?uc-޷H/q sLM@Gul5{%<ϠF&ɲFP#G$fV&|4 Ja㔟1bR=E$ ϿߔP_cHl+L9FGv.;Ej/s +ֵ&[L(HDcJ칝yFw DB0XZ(@ '(m 1~Ip:\?n:*/nel"'%ж/π1b6چJ[n} r$ ?Y%k5X sO$O~ʘk[d\Tj.4!k\;1֘q@MBX8)eoFl% X0#+C<$3iXkܸ{Mm$F(M45t k Z-nx遝G)9 CS19yT؋2K4VIF[Fj޸/Ds:lqTic/V0$>7,>+@V-@=|crV$WDqWaL+ bj%^ w~ׯEPH44<{Y7F9cY/Uy,(Ma"V rM uΓQ$`Wr'^0[A7GawVSc-ƿ BKzYf8k#jO'8NM1'G۪^QÇk7xj*z,^I+0Lv+sAxc_ziMN:(vT8#h}T/C0pb)t a4N*jeI<,Վգ0Q@kT‚p@5"$N^R1Y3ò(:%ʼ5kf"Pt iJU>3`fQg*2v 6ߥ Ɯvٍe2 FX_vŖ́`>R085 s. 1`Y?[(W On'[}XO@NZń/p4MP/5> /52"/b:IV鋌0@eBu J'nnj.%OP\cʷHv[ ($]ş?NwI|d1ͻ> |RO'nn%*`nRgmCSQE+]eW-IJ~ӼU4).)3œaΒ*C@ck#(Q-GHsS) [h}pkv{y$xQMiS>`Ob`\RVUKzQm''k Q-&CԚm\NN]Qݪ$gvD҉+U<Ҳ\~%g# QS+tQ8atn]-Pu :.~lZD؀䔤MZ}%x}׫XG9 t;#SwKޫ(4*c ОJi`ʂ&W r^TF3gIdO*Fmk֡7 Ft@GhmFXT#eEʅd]Sf˟xqA{Xi%ma9E쀊:&ۊ$J,NCatM Jͳ)zݫW`bv[ ǓNv/~Α"J$,0@ťl])0ΰ:h} ?ژlJz8ƠG^8sauh:#K5Sv=Vh u8~9=v>aŠVu;.DK c M2 `ƕZ>1w6tK@ƓүcLs~jيZhH`{l+so-_ssQYּT<bVBpA=FtZašAc4dA]dky<%4 =쒼Ta%0hgg Q.Uv΅!Q U;9%g&jU-"KF,c,EWAè⿒$Xի+9穎H=t2CN+Y8 2n(#^h4g׹:Nw_Nf)Paȋ!` a1@mhf!Z]8mbx:t_FKgOHuw/IPZԜ /}CrpJִDWU?9L\7DhY U/h60 Z]}sTFcbU6 ?9un?*b"UrKjOtMς0J>=e{EӸ[[!ozF}*ܥ{{S Z6DKy˅ҟa@؜"*/@4G ĕfA\ ?QWPֆS-XP D*&YqĨA"}Ԙ<ot# :w|=uXa<^i_0E٧2| E: gH"XD#s0 S ; Ρ[Q,m0⑕ѐ.?z?QP T_3S|Dy\Bѹ4fZjRab39: o.Ss({f +?~#(r%Ɇ%])p DH9qCPafc"xM Ut%AF2 6S[Fxu4闠ILO[ oS4>HůSP'ɺ"74!X;\8E:(Vab[?{Z' -d2q6֣<-qP'>m"LDH|uQчZ7;0YDg N}-Q(P&AЉWVzcj,]_) x"s)<:`P5aة`_ZEj?XK}wXG *SCjEB=4m3*w18g.A p{Rwfq.j 7dlFڣՀHmYxMyiy͜o~>U:W}4[+UQ9m3ILfXI%[U%_*&p1;TxA7\ź,-lcCZAc( qf2І[10L@c1d. s `A7o9Z=ꪂ`1'D|!-/ϠIƊ@6o)%w/\c`& ~ 8X-d^{cgY`2Iɵg,$2ȵE{~rԧ)p1%S9Qm# 'G j?R2+PQofsj2w"7՛`"܆)>eze'9%[$;B;_WAYHAeu~ 2h#B2I56x˳y:3I3~ /kL>? +"^mPy'20<@_FOG.ƍP"*H|?M8\ŋ?wM Ʈ{탖䰲By e;5%D3+%[ڣ5sk2I ^lCeT:9EZ=2lxNF-8Ib4z&05,'oc .Ӛ ,@+9kۂbŃ`}%3?Z?l-fZSC(ftS`@hȱBh]mJ1Yp> ITK%ɂ}8?&L%%ݒUWGOXTS;QLZJM)RTζ7PE3`I4`}I/6eK2t8&oKl|=IHƈ"NBg Lmn xRCg˘M[/HڢS3c$ fk.$f(ulك$& .uwwknc3Lx¸D=8l{Sz ~854Dޝ'|*1uDn<!qr#>3D<0jE2ڌtv1,8S}wiPa8p6gɤZOjiRDR/0jn9Pm.?|{2VZ8[:]Su%( ܇kkW>$әP0D͎%^ZK%L[:/:~-(͠5}jtUX֞k7+6<{r'/$pc*b,n\o'A֪t" u1Dn}=>qA2'ϝ󋴺8(3?Y lc/V,ۄPNYW߀\Гh`T&|Iev jw]#Z4Z7T+Đ1+?O-`Iƽ.4 Lp*~.(oQӔj@]9`]b!%NKyA^-9 isL 3ƻI> E|աDl@Ԁ7.wGؤӉ=u'Kj׼8Oÿ @.##||ϟW~u;ax ` O{+D& ~Ľ# / 0nL^[XsmǾ {?q\yQs>IC>|_7y7;^",r\;bd)6Cw1" ݇N=YYloM'5S͡uXo^vpm!`w}LJ}N^7?Й;})w=š^I<>}&/';רFKXmlDHBHz?<୑SFBZu &h?ĊTH$CbUV=H-9v|=_7lDqYWy|3PM*!!NUJߢT`@"N+VyRH RaZf}plnԯ4F,9XHoWq>ws؃Z8|{D^O3[, H@D0&иߟ쬧`vYs{ ,,9b>ss&t /ɖ4%-ge)%P]8" DG>*vpDES mVA:ʦD$F"?eX)|JS@]؞Q Ɋh{c@QA !"K`YWAZƈR HBGUmu]wp)nԊ(T@J-B&uBUɂ0Ί"Vd+'#uc&V χ3$#$A* h"-ΙY>"CB 8 ;jLL1bdUS SZ* yx A;q;*>ӊyГ^"i`@1ՀH/D1QC^B"AZ><8(#̀^>$(Lz:5 P$Tja.Z $qN8?mEg Krf{H y(D(. qS>*AR,BiL[ X4"&(jEa:}8Cb2iPxCJv '&ѱ`@|9D3mh@EzSOr/`.|@-&wӁ'*b8e`i}Lq3Qo b38bѨx@_*jlc <6# .T*]39Yuq`4iKc&uϪu=ee NiGʄLtHmzp݃POa2A-RDKmEhZ2#ぽЖaFqrD0@HIhQjXvRx.8qmThZ u @C즔0xaEH}<ۊr!о>I;%uS=s}ULFP_sɄe ЁщtE0 @5r)C0@^,:* ~ D P80NH VnUTSj]x?3ڼ:2A>|ο[>HljP6?}[w:وeԅWJ U@MRbN-|g)ȗ;(y.^r FJ,K>_BkM_ ]dBCSt3# G֯'fxXCRnA&@=ƢW\u]MvNL%NIX,2P dY*EgPgAJ>cn:fu,y'B(HY,UꎄEjk_ψu|T5vh3E3AQz PwqDR*(Cr DD1P=-kȡ .U lU`fyjHH2 d)ӥzJ!$&fqbYʔ#3DA%41XBX&qiDPɔقUYSk-Xk ־Jȟ0E@Պ/EԊ" ! (DT߂QN t z*. Ѐ-`>u"Cf"qLכ n X*&\$)`"A,ԢA懚 HcvꉳV] \ooå͈V*C0X^D_3ш ゎh Ήt]x* -@,H#!Zh@M̀7`i@bra 8ECO&O4*tH"9ľ7 IsV1peFl4a^xB `$8)G@ @2uj'GB|FMO"d΢h}92p,X3عǭ9vLڼhQWdيB"!t} bUΊ!n.#h0Lu^ K 7$ Ց8CRD93: `&|D3CRGcr4ܨNװNvQK"-U-2.[E@x{ *eH 긕!TDHU;v]MHE p `.hj_Bl@$M !Ɂ"Z(H&~]ɮS 6b &l_rdSV.(^EPmv88UՎNS>H!8xP/r`V/M Z.jnCz v}@n(Θ *ɇ{ wQ]ٛ>A>/2g#%nl jR'N(q`y0тHr.1j8\{h@ށȃÁ thx2:v Zƥq.v&#ba-uȊY$9ar'Ъ 8g!6`3 Q4:tZ⊎B " * x@2E7m[t`.HHQP" Ȋ_`,X_rs <șN0E Kb"oEL14d)*C-K"ahE2t4筀. 8 J"m1_)`$b|U͕*U "!ρ.Hx ('` J#|{pB+шc!4ai*7ʳPC,R@@ m r %D$C$VA9"7SddBEiF!i@0$D>DTRDP0@ DE:=iϥoH<:#P 9" d&JDIZb +hȏB#P$PBABP s)G"WV̧Bi\ߊSd >?J = h rb DM; o+mH .פ0 XQ;-:t-$!Qd5rXhop 0$BmA." T$RA$D;u3̽mǰ' lTZ-HW_U)bKFEÏo HͭU"Z t  ASHj4jB<َ:0o Uփb$"RE=T@2*H&p-ё Ht HP{X>B|:BD@ފp_ NT@$CJZ) M.}"HR%rG đO}$Lh{E"Sd-RDRA [Az0-ϥ/DxRig՟u+|NLaLKt%l'* |LA@ҀZk*wMZڃ [Z-A1v#bʂ^h7<(sBNT,2aJFhf:f:Abѱh ׇuD(bP|߄s3KE<p΀]< \b[כ:ʜ;87X(M h@J3C RJ|z靖GR"9vctb`ߘwѪ(Y@@ָWdq3 ۋ$MU<8ʵ ƃt%N1ϜcyٟQ:$Hj'F R-u}<=KXcn!8@شڔ'BA*$tvv,>O6G0J$|ʻ5Kl>Y;gԈpkLlbr*]i)r zӭtTyPx3`gXۂfF) p0SQo1$-v QM\J0Cܪ^da$J6Aوg i*kj50Oc,>SKBXC T׵ed|y YT8? XKrE=`*v𔚐 жj47@ 8ռ@̑S3ggGY1\V| 35~/0pjdЅd:P{h""-Fn-fi£! 8()ЙwѢh_W1,]mto?ͽc^Z!R `AVOPbI3".ؑi6;;_RC9i@{ װohd_?k:Lka*ťa“\JMVgoڱZfg1˳Q<4I3V_pz t@5@ Y޶D<ۡ @!b+A/ o2 MXJ,lwϪO@+*6_K/$>^EW7?9=_>{ <= DFC4jCVPTuz-l% 7-:5 ;X.Zتqw~N.dZACs7SqLMC_ =S:r=7.3mLю_RG%n=16~BJjH v}qO{1_ew>y&H7;9?\Xn9åUvKXΑ`.O *;~W2y3T>v,WWw&jt#: Fȕ@ YT?Kvg7@qj^9Nl*=`.f~ R{ gi#@هl>[zE)5OzkMO𚖈*L֫L%Hr:Ff]F9Wim ʒ swλ-sB036M@Ô7Ȫ3.LަvE8fՆ4mԾrbϑ|x{tKoȸrLjZ D{e8 ė09wY4Kw)Eu&2 J|ӏ!"N`|4Z.a^xњs*ذ& .M3k8|Kfɮh]0hVi3%߭k~l+~UoSm_v/ӡ.jE>~o/1-#S~EGs}wZB;ZN;f5^[)=e7.\^ټsPkw<݇:whŻTyr>xn>{ӧZCԙu\ZK./l=UOs:OrUj[nG-{Sߋz7?]'wSQu_ߟvwSWzy}Ͼ]31/^?T?g㻨8\7ηn}>oϘ#<߭J?ctUϕ.36^u, 9Ih)Vds"xs |l+=4}%~'kn7t>R뭽7u"Obf;ンEF`tp;? ?~Pg/;vb ~T뙴__8!F x*kfHt#Pjlt~?ܦ =lգ* տLO&;0gh_u:xNZt% ;O/,OF|P=} `>OFӞl eQR\6cLN0_ T=Zm7xjdet. Y`cޥcPn_#d@ 52m\}>\t%EaU1Nh[(XJ~COD掌 _7#t kh4_怑qڑO!"0HH T)ͫ|M($>Z?{ ©Io#`hkL͙4n,[66f@=ѷi3dҀs<*#"& 3zHp.VrYTv&CݶPطGtttק&1ٶeϷv4HTiZѝ=W+?tݹa{zU;M~4`U*/?Syϐ2^TWp܉fR􌽵op/JDA@X$ ~QO%br2<|*I~m=c7C ]$A 1JH.hTFz H'-@X'qdԈ jEGE>T(@\K  hXWB QS:I0AECQA*#Z*g 7CNiOY=E{DG̐NJnQ4}~ OQ>l@d]dG5t5,Rj$%VX_+Ϳ>W5tsV^xu6-gTNS)C{ePLgDO7c_Z`{Lc͙@|x{yV:Ncfhk m;'w9^kt5i8N[/~^#iд=uVw)B|j5~4cU]'Q{͞4-W=Pxrg(VݏNik8Vho>:.}nvENIm廇@:':c,niӭ q?LC'.4hS'D7 ca&9d;(` 4 Ą{iO9-*i߭^+1Ha!rLF|[{\Aو_j;V` s7Z|ZOEӆ/eUSNxq5z˅t՞gJۣf?L`G?聩RR5} 730Egdb!htt2kLݵG ޮ :N XlJUaxk(7k%f;@b&gfwHɊc'NZ(7- A|wx߻<ܾ"U0@#POOÉb䀾Fւi>|A6LiT;ZRE_yz* *w0U2En;r!,MD}$x0 T}}O&#|D$Vlsh~u3wvt^iǩn9ܬvP>X~ŮSd:8_6tM.i> mM;xeu OGp Lxdq"T׏w^QneE5u7, ]ӰO_6qosorkNNLݹ<:!ɸ 卜] ~Qy yg%9ǯyxArN:@Ē4Vvz'bjs30E-Hg3 ܁in;/VSXt [bD,\>6rt\ʸ(Uu7QԠn0~@W btI:&J\uיT]u)g]W/,W;R(Wt&xk܈K(4iYBM`#s̢p q*`*b!ԕz5 =tJt-ñ\[gGnJo7QsTΰ}g;*l]ʒβ])t!N!j P4X <6/7E =kbzN~sȏO3 (,GGv GT10p(-T5(RFLlf/>?L޴'"ojqbe~6(+LSt!^ 0?}20湇[p3A;=L}ͿIv7׶̕V]zp&ٹYd x*oΟ}d.]b>@Xt,wD܂R8!\xcd=c p_!&Bgܯ[QKڞKye#t@824QX;뺤ҧqp~fBL<]E >  a$Y?栛Fɡ!D gA pOn/bh+*?;Ed: ;5K@tӜc&;N}aQS Gf\jŀk^s h,SOO֑e݅>xy0n¤ɊZCUL跄π i./}}p&N|jLdCNT<.e n~o#M9ٷl1 fE%PI3uT C JsW޴"$F%rz6s2 HTL1S;5)^FIG虪s|wH7Mڞû 3nw -\qdJ^-!SwI Qakށh#7y2@!阄Q:;a[*!RNWSR!`{7M[hwQaV=I.Co^o}8ПYO5fqwxÉCuFURw~ON]Ln>d֣+0tm{odMۙ_~.*ax"CաY"é5ކcŚSWUcu +ᡛ5c:/E;݃e # ţ^aMٹ# Fa+A,Av0ķT!uZk?ôeQ5vO2Z3G:z]y !##ߑW*6'Ia fhjs Ǖz: JΆު^mP}20Y&Vup ݮn2`vUHN. $/0= ׁ&8׋G!qA,9-Yiw(~5bRJJ6:lːCۻ܄t N[9b p :A5wm$"H- [ HiKy GDe"5P/)Nߢ{  Ug7Pe9tい+7e2T@H/Q[+8KmȞ$[?|D%ei($EcI >47xÉGvz hr=ډ8b· |Cc{\AB&ru,?a/jIFx~m8Kl3KOu@pZ5ϡ~ kVK h`7/t8@?,Wf$$iy-XwHslisMGuxhNy5U6)=ZH5v)VpYDĝ4ˤ-@E"^=7Cmm9Y?នU$wHvDLY66(gcunZ&)6IA9srRWiϥ{}~1}b:@Mݜn[8\ -TIU@Ą\ Cd=2swTޞHxwS}Zxޅ3UQU&c#}-32Rfi5rn:9جu9d8ѭCY9k #=˜r+Aؗ :]/jb625`:?ӡ[+ ˧dM9Sq\XuӇSiY;GKGY~6m%+ 4jLб^\^[?Aa!Z3` ,p%g+@YV@ÿzjlttz|vaNn cJ\7O7A"alLsDO.VYh.Y./GMŰ4)u[~ZQVxʉv}ベipR ,VҖWnrVqgMu'[̽z bbκw+ȅ`W>^_b&1w= ?%SaΉ ~ a .e2:@Z1c4Cx?&oku{/7ٶ䲹ki,B !щ;Vb0Sl8B|SN  ɜ?mϾu3M,j𗋉cQ4u0*kXի*;Q:!aav4Ι C'|GZ-䥒F[|Ǯ+E;ea99c,`"}֎x) (3@AC>&ɒ 2bA${ߖrNHts|tN<l qM'Z2Rߔ2oPsqo_| .E0@S͡ a>[?%p<[|TV<o%߹w}joўv5uSoM{  .^~W=+ɤ$w=̋_'PZ/㢣hɃ^$%xv/oE[i*< ^&>/iKWogo&ߧ?r7f_c^TL\fUdo7{U'6 ٰ^=Y0<~ڵC)ccb?R9ưٚ~?\[2گRwS}y?;%X3+L}xu|Ymֱ1 &#Cg^kOXGxIfzjmA<2 dSi;B};Ԕ,x~mO{zGrh]?J^x VR\ƿme&ۙe;4R1XoSWq,>yn[}~mo|88hsJ χۻbbQ\y7ϛSݟtk2֦n-}4|V9FƦ5 `>=%9?gm[5JVV ;O-h{XEqz^ɮXaVeJ$-~`奝[C,4Vٽs= /]br;VʹdWWKmmb2CyfHqyl^fgJ#{>TId-]5 Ow+yZf{U]^[3"Q( N(v]uSE-jL+ՇђeH]~zoz|E&{VI隒\zO%L}j~w!P~! }u?et[8NC 9)$O,},`@x&ހ )c`M`;q@ődTs8y| 9M$C-,s=" J7T<84l}Yj"P)Á~ >; uS_L a (8.)w 6*.g}4Б0c9g " C r7b/󮈕8ո/AGދDGi7V!;~UyJʼ"<$MhwqNiXM}$B^2L,ZQ/:NCyPǜl>hl l&FW|ߕgs.=QLތ%\gZm]|&k衬t'y%?wqc'a)%(pRf `L*[Ř²]'AKa ؉1}~ow麹k9=ލHRI.uT|!Da0hnV 0Z++z9:T U.߆q$*dVN[m?޷{yÈz@ް:`tʀyEn2,;5X 0]c ]t߁8oI8v^ƂR$Q: |xƮ+ыA ATi)1n f[?3W~vf>bf16$"⍘d0gI`F}՛D\K)3Gi\aʮvTb;Ugw K oB Ǭ^_yh$cT/ /niEz:K6pk{(Tj!.LttZ7o\޲El1Ք,ܙh5XԤ?M9b!r?/ ʛeCq.jQݩXxSC>_ Ge=Y= zcin<'VVb8C4MHq(2W6xCAᢊ亅 Jl) CQl y]gn)3go<AQowWi{ 7r_=SpABfr:Um)Ԣ]L7*ؠ{2>ݭNHq}Zy P7߹boT3P$2 cThb_z /@X(/4NmvfoP.xݠ{Ǐ924nntGRDf(,??qLHfFuڽv $$/IvWФjw W_݉Yj*h`re*+"=;R8-/ 2hd>/UwNknE%K0'QB2 !L# jO'bGY%]W8 E3H T /mcs݌#T\dOzU\Jv\ }]4ʙM]qd[IJa78QiupteO Е1Qu~*NܲM4B ER^<>s5|P=S oSiLDF ^I]}ldä}l@|CVEnk4h,;8?ӅNKÊ?"!lE~\E#);)H>&:d|"*FB{r |k^Fj tUF#if+dFhߋ&.NTĕ57ߚwW*<0Mh&U+rUtAEFg;VtBo=6]0{ILt.+ꬻ|TXO)Vf=j2E>v4^*z@pk+zgKWJcs]<+G]=03;#WƉ,jNbo @x.dB:}60,]%Np8DJ 22i 2ØB/lhpEf]HMV~JŁIЭgq(x6> 2ïm /ˉϡ!!t{Xi_tHH~a et:U$.X&s}A]yQ/ޭGOQ>F㝯r? :Ci"5NP!%h qu(5uj) „*n<)LujV,)lo(MQ0 F7RBW|CШBxM " u-k>v=5NWsu(Fl,XA)HUw puVouMIE pzn$6Nb|U"7)[? 'Nc#7pXd/__vX+{pCf1^8LlnTF\A܏Zt^C",t@޹oO{_3=+])S}z1HZ.6uqʹͿit#_Wf1"+o~ـsIsq5 L`60z}d7Ii\,RՉ&HJp~S^-ٖQ$ɮNÊ.fg[΢ƠТí4gXVf]3 EhhWs4T%Ddwk%UQz]*rd[ [E,=-oÐuQ5xt&[{v~N;8pmf@rbc{KG;!~ir5Le D_Jbӗ$>tZoFUm[ /-^wWm-] =߇xrDZ{-Um@ތ AAJ/ t\aX|nic$g笵 OTy(K,:rvBRwO<(R#BR87`)0V/c묕u¢ J77^ Х޿(PB`!SV^5uusS2@.{[C(e~_fo! R!7"Pb}y D뼏2Z (ŕ@ۙm)|V *=.],·EųPY;KM d'x+si̬#PxvuNߋTYm] B2hu) G>3^g>(r<ӆvK6/0KJ'8J019O]2. 4 96nhK8AGV/6-@v& Z'gm͗*)iVg$ qYr?*ZxV9rjWKz >zhdYHBAul&e}ʘk8A>\V̧M*=So' }2R߾fp:M'CA19!;FɎJ)i󝉙Re威&3!oYkש.Ŷ>}s^ Tq}>a3XLqu-[8OL.ԯ\_ɱ7_:! *y?g iJ$,u +y=f4 n7~"w0;l$T\cM(Ñ9r;wkiY J+>k9;@XDiT,P)NcH}*jѹKS!Ζ0^>uaªmjjy{Łlttåc-S6`DևHw+aiqqzp&96~:z7.?8h[3~' ෩ )E]ؗ+5!X.Y+SK +H7![4Dk"*&Dd02xQ -ZQW,G_][*-;Ӏk!zVC98 ;D@"{cͼ^G;/het@XLs=Mw2崌]BgTժk( =ixoBo9~loݯ ,̹ELG-6x]wAkuze~eaDhޖIF\ZR]wǖvB])IYi!=3W%;ou O,r2N_v}JV Y~t-Od45Gd]p=t{j$^M  FKzL_'uz#F]Z oκB!Ihkڐ,QԔ@0ܡ҈rTVcZ>sx!t' agAӭGk4w?nbC5'x1B,4!`y fI1[Hxu|(Ȩ"NMhv.5҂"ҳ*tժG[b;ڊ(xj0eJ%W`5CC rD=6h>t2gubz?3U+*$E?QlX}^XGbSn6{v׎&vV(Ƣ)RI,^5nnݻ>c+bI][I=REFt td=gow+}U=0ުMKݫ_S37NjEL:-($bjf+e kgV\zM1=MpZ[4@n3s.v CYƻIQϤV/Zu paQU6CtLI5HWA0ZI:ϑf͔5TN ^$ L]yeZar>pG8м"x*rhcwO/g35oWGDgǠ,]vNa뻌̚P`!"K;^h עn>s/E-0`mKB%%Ԑd[UBkI_ [dc!sF=GcWIͱ)Y(4Ra D=)( Tނ=y1R*TPQ?wDVEˊjCM".( }l(@Ĩ%L~#zh&AKxAlߙ_ <3ܯ@` 6*nͰMoR"rD,'rx8? OW.e&|@8? |p[Jb'QteDr}tR`{] 809+)Қyr})[k*ZSKϒr4އWǛM"uzQ;^uAޡ#shW)v<7eH \$rO| .!q.9P)WfWN⁃K/ ׺d] TH--TyWCkIKEFqL0Dn42"~2ڣOX d%ҿ:`_w?u2&X' /Eg~WBNp/F?2A494)"քf R9.S.7iŕ,q-Cήv].<{'7Dnt38#/Z;gjsIhGK[e`vK> 1`x"+8r J!e~N8"U)81:9Olܩ(D6(Y-\Wd7e Ǣ PamỵRc_K6 26qm9ҁ{+uluT5̊ 4ep0ޅ':rN;{d M% Yȳ9[/Ie2&&UF4Ps{Gr{# Zt!uP֛K/Lwtg.2g f?ǴQl$/`}?zA N ]07h9A"oܧrSj>ɿˌSz.Re}&Os!UN.0xgxJš>P\mo1q [Dk<SA1fh M w//?W*!Us'ؓhz{CH@e h.9sjkISf`#s6R+< Hd?3HQI}~Vds!JՁ?) ‘c~47BqyDrCٷc֡]!|T,k%yr?e"K &(-YM q` WDӝe­ 8C2`Ǣ-[=XY-\;7Zéu[}r{?5V, YFy``Ht+ 8}xcRh벁CBr LY!M]?^icnNcdi])b/l.U4K4=ûKؾިCxJb ICQvaAWVx,% hp[#(BҽS~ I@JwwlA𑡀a3 D`@ńY.mSvj:gDfލۯ.xLA0^Rʚ @R̠@q7ePDv̖ 0'70t52#hF0~3-ahAo:q>a®Tmj1î=4%֑x73JS"(I Lp!X_:k5r835n,>rƑb5IWm!~yLG\8Nh Cwٙr;jXs LN)@a<&[q ڹzX&Dh+BJZyZ"?awߢGzJ=?dYef!o z?0䙇?[(*͊c ,-t!szC0 3!˝o"Hr$Txpx"a$Z,zTTf62=CAV\X:o3_9i=X6EBնm!BcuV2fE x8pޗy:lOOb֑*5Mо:DGYa'xwwk#$,R?GU=#:sD`={B"^bm8@zâ4ͭwҋ,2|E]o而洠jQ15ˆ]3A"R-kc 8]:ӈ@//q|H`j֨=wObZ %ֱvXJr2@ϱ?TP5^Y j +w_ ¼f W-鴊yCw>je?8n8T op`u~[]:KΝǦX,wt0 3*):܏x6B{R~BT`90D=o~WA5Kay7ˆI[&"M~*G(~{IjQ~a5cvAIbWq/%^ʹgOc0c GOa$wyFYC,?/ɭar|ퟶ1и̛BS,r]WE_**k!{<+_p [@f< qqw4ovtv Ɂhs3*ٮ,'T!J CvH @;op˥" Tsv."C,X@sC P M`kL v]ڤ)#_[I,isϰ]\\593jS3Zr VonooMA;L#%45 ,Gvw# $9 ػ> liZMQK`RݜAkwh2 sb<"~ofnH̑,w?q@JVmKx>~gX A7gӘOvE 0jIH`Ȁ[ϡ!Uj_[{U#6F!*?Fdo7 .Alysnrn5 RQox8H Ӧ!GP Yf)nL?P bG4`7B̅G̈́H Xrr Hx$/CIm93;k| x cjlk>rNo{307sZWm/m;_OA۠=D 6oC6 o{tC C ,2 <_3h|v"?if߱Lf9w^@ 3Yl.7ZH[x>I'rCm,'3ߪJJ!D3!_oSE4N#'{dTdVdo+Tw=W(74 m'y Tfg?ndj H0+- E>$ҿtzec&İgW߇kwiV2?6+]tH\#C1/xUO:#L"aS(>ܯ}-%" @uh@E /_ߠ[l'(Wzv9p.g˖]|&ieɯ`hh(W ^;D+Gp3K"Ll W::\6$6.z9y " NǽH$!-ʅviI?a0Ar$7n7k1ŜCwBR|E4"|zZvno 0e>+yo7f>ƱJ=ݾ]?Xt}ER$7ڼ#BbӶDy7fXY>$1@BjG݈6D[^R]]],_>mQ?[XnHǍxȅ8S@|ՋʏY #L0jokM,ü%v nNx 38 H2۝>k+7J[8@-N+\Xg6,>!xh@H.i~-t }>/Q`jj3A'}&ćUaRSTp!M]] `U?nl4|pGqwQDǧ)fnl8oG0I*0"U8o<ŗAa "@ < GÕEE/-H~.HE:Svnyһ ~."1?#TH _eݺ(*̡2U5 [x)"M[?6)E&msPX 81Wl,R;Cd(=ڱÛs}Vuhں .a\N-Xn@g/ϜorHQ8F/`,\&|lR,OY9ZL:;5; qwD,*jWX2m4`JȖ(fFޙͥde޶BIW!6؆&Er>o3G"ߕrN Җf|r0x@tdQU#^D<([@qjs~ŏo{Y=[$ud5#@i[3qV #lRI_/Ex|،~w.^0; %8:6Q)Mv)=~X^8e61'“wBB!҅uDly 铆XTKK =uv~#UU UUUUUUUUUUUUUnUUBej*H@(X h ͮ8#@CWKl|i#'Rt[>B$h?$k(ɐPc3av+_əl*X$vc!23'@2P7:`E QȀrH(Ąl5ZMa"-fOPsw;gr{V`hdIbK_M4%aYIe%L;>/wtu[Ϯ5E`H] ½"6&@@b$;9987PdԼ8G>(" \0xE@1*e wwwwnn Pވ?IIII9i,t[c-C} wŋ.# 9KqgQ]^ e_____Kĝ 4މHg!BɖW3sbX J?&ޝBr +BNw %O2z~A,HCVҠTC8sKDDRO~\7Nn..{-堷/ +8RJRIjdrrrrrrrrrx99999996:ƹ7!& K\!Ї=>w(  db\TLLLLLfG#̧`bV)@6|H@M[L/oo/c_'^0vg 'Bn~ť3pqŮއ/7 o WZ\@ɔߍ_( " 1gD>^^)˅=X8b N^pb!yG&͛6lٳf͛6lɳf͛6lٷf͛lE5 aVP#в0ӺΧi?Sj'n\@bcv+5WXsB$<;N=ɸa uہWox 7P;DE[a;aK-|jzKKH6֖-P80?f(2'gN%^EAVPc`GJ!X]@P"GB讷yMvG=I΋aq?iAC)y_`'mlЈC+㬚:[+\SM,ScMii>2,a0p?h>6\9m9_,]O@HJN.dY |_s4J*S"yϋ h&h{d4<Ϝim^eiҋŪpC^\ 4R!qO ϖQ1YYHoMH ixܷmqfΘJLٳr?-Ɣ/H+!TMqQl  1375xIHRP a%2=ϱ3CX8ZxD]hz#Í4ȁ v?7j$#-mbUkaĘqAjeJ` V(Cl J]%dCri<-%D ~r"8ξ)Nhwz?>-,8F !_y5 M%&R ]sԞ3MC[ٷΊ똒4G!žTz$]$iwgpN5j-AR{1ͮHSCG `R=݌!ܐOm o .uB5XDH,;i[,Ԍ^^ApD#c0^y&H2rx/ 2j)&dC9ZԚ\KE$bY6ɛC ]vV,Q ?D[7=N9q4'E 8o;H\ t͗'ۻR#Y8ךcזI|C,xOWʑ<*yT R"}-!&pAL/A 2d8Oј׾g?s@ 5]"@nfCb)>ʼnm*Fb! G6VM@Dupct!(%#K$v3S "C W!(kLJa2,n{C/a7|_JY6"F )"2-=}, ve`/ L 6"@a Lypd.0=?p&Bu?3zfA-%nT4-<,7GhX]lY|(9ޅoYc~{Ogp_ - ,2FG&}o0ep(}}u׬2mڴrȎhtHH0rNs+_CǡBxtD20`t(ܕa6yW[^72mس;ߝҘZy7[cP* ed#LD۝m6XT""䉑Enk^C•{?߁o-fW'!Y~DpnXtKϵ_gLj*1!6~gJyso-;Tc;xʎ2 x]~IgVl5^n]N rQ99k[2n#3-k#A +9s΢5sqvmEXJf0k;~<!y7  6+/@n:;43a"w sx?.6*ˮ,1,[!##NfNu>O8jav$: -2񳋕3H\4ݮ e%W3==OCZrї.".WNz4r _8_VM1~:T ~4,~*T*bv(SPXQ\lwFsرB -lPh!z8DߌYÓ]iqRs3}͠nw}fJaF`,~mO@!7f+K[~G+75ZJ|# N!0$q_}%fs6?T!třN$`?xpϻ ylE5q.V?@U4-[u1زϯLN;|hL4s-C[j4f_d!j̐(3t?+C =ѡ<½E&&U "ͱ9JPpOq!Lh6O|0h"$9{\xD1OGilp r?[7r2r.Ǔ|pt6[6kFљj'qcz 4Re^8&'N:}YӸXw5=%Ǻu*1n Ns\IܙG6wR"@ i~yS5Rm\!H-4"M6 ܶCndRCWD&DCm%E _ʌYlɚaeLэ 6^-*»!_0W^mûb'Q,fMZ8%FIsw~xQON۞nNTNTO~/U[[{NؙqxjӊsR7Izw,"Ys^MOQdw_YsDcJwҬYɐᦽ@9}M>@\LޜhN|&`B@&NȽ%b9oT@88|3׋OAg#68ywT68S@Q@`DɆaH)0֦9sE߸1c gp 2rܸoʂ4V ?M h1ݠm t7 Peu`򚹞ї~*5sj( ®%0)801P#?9>Dϊ=9(PT{{!BHY;t1T7 :A7z<׈A alV99 *E q[ץ󀐓^gJ B"z oOsgGnus$kwmα>5{;J'f `\ z.(GniݑFCR&Dm2IG~UDx7cPBMfzWOl8V@uGI馧Q`gJ `$0',$|+8o7,GƃKky}Oq?FU>O#f@e n($"\R$e̠i3S4hfհ(0$iZ0 $Z,iey88%-t# ,|ɀÀ:"\MV8ke{@Jö!Dvm|"P(ߤk{_kKޓ3ͷ]OozNoekYNo;o(9,\ /e4rkoOH C )J  Fv~IDkGiyyciv~gLA& D^ڨa)wYU:f}Umg81W/Ej$kXdhI>\ u=nUiצ@\GM,ܯx3?EJL.MeMB6瀩L}ji tC Ի4m{7Nk_סɛ|# @LS/UE- 31 (H9vm~?};otدeqT}~]\P&LŁ7rj(3g,gdG9K0mw.=DHmvߵ;}io 0A8K?Kqw%}grɨ:C\:{g8 >/Yf=:W: )3yϮ-?[1. [B໶߮f#/urw/DaU;op9eGc ui<bfR8CI t_SOOt/~LO~p?=gN}Y7m;}%V׭r{C;I|G BWQJSߎ`)u lF@L>|Ąߺ,1Wf#u)/0C9%4 (Sm20o}5[9n.;lr!9hZ()l8LHlѡD 5GBt#78 `\ew[N9C"int~/ӁEB›7/@lz}̴Cb"XɎ\kGa+A)Hxϡ@z&rGK8VJI'@@Aj$%c ,';oxw6t_MEOG߼O6PC Rj4(lc[uV ~*8`!#hbg41 %!(YyR R:nO )4L8 'y$>q#槆Z.w9Z_żMwe׺ EF/KnO:x=t5(ԉjFwС V7j?.Q( aȝAoOҘSǭhK %R7[r[@5Ƴĝf(s7V_ rcF eU8 2gksq{!4wf퇇mҿ/.q,RPYL|p}Owy= ʬll.f'^g#iٲ0#v&éX,2)Hdzm &2ɠDHPVUb6\cȦnh/xotwٺ.`LA  nL xg3ت P`<:j )uͫ+(82v^{]$0k\Y[_k {Tgڒ;-1~ح֟K.+*[me]a0J087ɼ~Μ|I ī G24*5ee(0w@\r@jk};J\<<<7jp> ͛#oos7댧eGL9,o@8,XI;Ҝ6 'gg%e}{^W}"xV`g e(cHWG0A\tvsOTpcIuǣqF>>!D,aNw xs+PHÍ^ߟhu[}lCwS*9|lՏh,J}=@`FRU;߻ioz(R(<UvN,H_#];wrc{;L ]{g-pK" KNor}664[ccccTcU@|7T~-K|nO\5a#V$rSPbG< ZٿGׁV%#Pa<˕gl:~n/qlr`_th.(5lഫ4 >2&baYbbbbbbcŒ$MW8^/C|KLi bA(`B6ޣqGWXi ydmFC1Nw%@'ߨ1 e|}DD-y6lהsj͛6ٳfe6lhfH EW6)Ss(V8)H PL #JKq?w) |qg?N\7kegQX86W7A)sy<2&8 ]++qF 0 c$A91ԙk64l F ^ >GMxal6{ hhhewehhfP̀ l446-oaA8lF)"@97\h6bpb8:O#/-Jx08![VVV2YY +jʪ({ie#HAz=!xASDHy5 WD,lmh)M"]w& Q Ad h ,,XXNX@ySl,,,%XXXXX)$zSF0(wϊӐPL/ܶg]6 Ho #D+@m2a&;2cُL2dɓ̙2dɓ&C=D )>9tc~{YZf`R|/ ST!+c l4~vZf`*${45Y?u^V=b=?0DM*Ywl%Xwti/_ 8V[Km5~}"te@?JgQj H:$COy% )OO%Dpyk>_"H -mi/)o*,U/&]bbVbC#M* &2 .{?0'=ϨƮ}h5' [Ma ƌtZWm'oso&IO9N9񅇍W𹊧gne&N{/lpbTrǁN U?FaT Rmg?j8ѷڣ~q@oZ L'qJ{lp0^eKБ܏#Dp#PP7D>C%+R< _T.~9/ɃjU)^B0w'uq8Zk9oQ>?ʄpW@jRq֙! Q[ R;P-ԉD9=ِ ķ1ë,R)cH.Z<7 i Ƒ,D~6Gо@:ۇ]iMZ3Bc2u2O :m9X2oi¹DVEM! &?Uhu:&0dkn̠p@qt@dG˛~r847٘}n),Zaum;q!lC}0L\g,c9!c억Ax&V#ƇD^-V2;;6<ߋuUPiH+ F콿gHTB& 8&PM5"HcEa@j<@,p\zʐ& re&P2=cqMR.|׏g\ a3ye0MQj2-!qQ'ۏiHRWUԇUkVm0A-:2 t*Ꮘ n394bvݬ0\v/CY ̿c U" Xަ),d3~"@5UD Zr hDB"wꑸPiHH@e?3^KjO9Ŵe=yKErH 7|$v9,S$6V&M|lSEj{YA\{aJ+;.|zzɽp qs'G=Ad?_Kwfh'Y1͕la/.{5jC&z?Apt~FLy E.Dm9{Pr\eTb3_!5@\7><e֍$7J Ej@e 54e1zaǙ J'1cr9|M^$*,ny^V{BK 0B>g,wL(hL"B#Q"vnU2b^58 흽m}bd 7Oy(BT79|Q NHjԈjpԘ@UP.mY$]L= N%8+Y$PDU!o aqoG2X $Bm X@V;WGNuT7S~VDﺯSAp3ӬOslikY|wMvWO޽ gۘfoR(F Fl<9>u故7{=~TnzZRa/^Иm"ܪ 3O>B,68yp2ax-a!:Ŧ;4/#),_T^\@PoHCm#XJt(CcCػZm;NTlwz<.?sڢ>ufج|o:|)a0'Ř@{xއwt%,V(4;=4) lh7 :NvC@.Fb?^AdjAYm? A6v>p?}YP G#F/0cS7~~''",:@gPJDs{}b,BŸHIJ /g)Y'Q `Xa'=Y?ɩ|9:[ %b;%(k[Ad7@f޽Zs#V@9JDΚ?`wٹY0D`]@3 /G.A4)@5Kw1䗠i}/Zͣtsӭ `./Zr4x{BjT M!D1S%)nJ>xΏSJݦ;lKJۆ",͚ggyp] zFKsx ҋ0$ScN5\D>C73R\Dw FM2&B " Ux1? }gWfx#Xۛ"5(.>F<,YR{D8 jg|W#Cq4@#DLJmV$t @jcDJ-kuJNËsf٘ KJhOQ,2K/y:SJ#iա;'5Όr<,i~xWDI6^G`7cy 0&yaWX8>$Lڲ򥻺ESpxPf9Z 6uwqs,~#`m!pG7Ň$+!PkLu@%$r?= >>/r4mtDANU4C|qv㦩+?G3Ia bhkQI1 O{MOCD }n. N8&Acz|xgr56nж; 1N%Zf D֥ twc>1!w12[_;Ͼ܎_EUqIMs&9E{5{-L1Nq&ؕҵjS#ו2;5t?jlcvIkJ@L}B*Vx0j(&;-X ;ӎ3'NPxR @J&Pj[o=f(aj }W 6V1>bȀ %QF=-L^.ST)uڮI\4kr9{Ph'z옲\ڔAiw?.P=VPG}Y$rdp,.R*@p1f4 QO]b2D @ao\k*pkv+B @HaKPdeTy'=7}aSLӕ Lεγm 4?Zp (3u i z,ɏ%sME9 F&a/||#Gh9q ߗx@,ӆ~]&*56}iI}*DGUNlLBwƓs2`;*W:cxv Pf C̪;3BVGH8" /]wep<Ђ6k7sO,(I![w2 k9 "@Xj3 ھs0'De5J ϙJu;0"ƍz_HDvzf zm/V')ye Pü0/{~7߲aotV,nT 򈐀xڑM)s k@sy**@G~*y%fr;.>C,flQo5vm`bf8J, o-G@@0~-j`v6Ό_>$~1LQMg( RL(ƀ bzp=1rlpzH 9t*dGe GSµbޕ#Rv[\Aa?*|2!DƗ! HU2n{M-`f@dg`IӅU8Hf SjBsybO,3 CSput֦6(<ヌvU$͈H-T\\ 9⇭ p;1f! T#sq-l.X鸋u,?ɓ)@C~o߯ˆFU@u_غO--qyx ȢITaJK4fv6DaN*h˛_G+}0]cs5S.C<o@KLk7x3A06su3?~F'k >UáNA a> p6l"N ;": %Yg+YsSoΛPsXghS`I:k1h=R-M/X{]8-\M +gb?!(cLͩ%Gb4.A#Svަ+'K]߰,r#[3fcT}jHol9?1OF68İAI*NmnOIsӡP՟6,}fK ՍJS=ABIj4HE&M:5E@=Y Tʱ lLnCYX#: 7q2>iGQ@oz6BE`vw@9Iej$ 7IfHaD7ǁ A8AK?)$!1ykfV?Dusef;m@H|eDӆdrY>k ~<$R A'Qk]5$ߟ͞[[XY6ӥF xbhS &A#,sƜ-cZ)</0`XeP ?6v Gj5e\/I-θBϗX#V -nhN1DnYfE}a)@S`A#y oX"`٫P5 %Є50d@nPaU!IH}#NQv(fL2AW "aG=k#,p1Z11axL!"2J+Yi2[sǼc7K_C~_): !*GzӦ@@uWJNbt@ %*qE5iԓ̓7xkă}U`#?7I*ߗ=A]}KJ#긃Z /Xqƃ˞8,g[ 9"+$x{9XŸ{n:Ep)!W[IRh}t9AGw\|qԜzuD]U q,mtPZ-,bF:4b9 C:(o|kKB!aȂta5@ԻQ&3Ɓ0$r{kRVPx#a_ q+@kkŠ*Tޯ'txʹu`cZc.gj$z22ǵ(d2Y`0Oe~;;Vq`K3ス=o825ˀNҌ@blk3<):][yetfY;x[ԫwk|]6!ۛxސ dy/v[ T e_.eO>MG9B{;M0OzpΥ,Z~{pO_<5:Pk|NVP_Kq܉[uv{:-|ᑸ-0Sh\}<'b;j=i8׋VB&˳O8/q3 &ZLpwOΙ _o sȺc/N姦lPaDܶbIz_NV!EE#VpsiݾPħ :ah}Vf矼c?Pe%R,cNzY^@vq Bbl{giݣ;н'~·1Fۿ$hnB,8Na<MC_CAa(89 O:c.%F"}$C@eF!Pqק@`A?v[,k_M#wlO@)3Z(fWwq[yqg޽\Ri|qn~c3yv pݟg][8@I{>җ;&F9wIXH4I8Fވ `k<*z%}D4,/@ei=yq6x!BeVܚ*]7g8Smw[vT3 apgw[x80P3,{!X;!3d!.C#WJv۫KOFD!7spM01!MU g"j;+(n^`8[,Qyi<%oiHld.HQ Y~n8;;>R_|^B=-]XkX܍I &Xow!n2t+4Wn41i vjm|*'- by~ɜD=gv]$w>f%HG#8`Xۮ<kدy}JȨ;PRRL9 #!W#^ ͈= C8;J4'Ԥ0B\L;wʢNg?4sT=#wEhg%{t>.)*^}1]YD*ػTHHq0@ q[ݥ0D"ݣ^o@ Rr 7Dxp l u'% oY{~!o{20P<_u & b59=2OsYH5LneiO!sBTvLwqgU#4 }8p F+09+blr=ke9tT>X'<%; rҎ9NC0V&;kڹ5E,8\ zn~5<:!XůK 2Rfq&9FGU[L0&n4 QD%8 w0}oڡgGeR %3Hb̀]xF<;Vٞ6x_/ CnL.Yu3En{;sR7uz&ٰꊮ7YO >o=q@Dzw@c|.8"geU6JRS/پH9J] G/3jB*qp|)_&ʓE%YA;Jzc։ Z0i+kQ,4bOOܺsZ^M== ~3-ί}-W+fg@ٟs3@ jf(5nSxIP &zVQFZ;q3Bz pg78e2,&|2 UQHŁPBqAw̹d(݅g?t9WN/-W}Zy>Qoo_sD]KְFj R޷ݯM5mš Qn( K{IcU/T't lG_ҵ=vC؜:_Bsav?wɼ/gCUx7!j^n [2l BKm.p&:ռ4HR$<@r;d_=b^#@ B!˶^͠6"|d @d;&e:CM`% z &>?O{Rr}>C+uo6 Oۤfgޅ A?~mcn`,B!@Pq0H hDkÖY襐c"* yvq|vQ:x9Nqͷ9i!T?)>>SCi+b'DQ$I޳+HRxojN5e?̜p?䂖KBIv3E0`&4A͙/χ{EJc h ŶS{_@d2"c|&epzuܢO$C~êF~<ŝԀv3f n`="V|!|>+o;^!;0˲;9{;6Sy p*npec6Gq]}f@֑䐁-Ӡ?\_шLIלȝmq}F`bHJs3Eϟ Aȃ6=&|Q4hoܬ%>!Ưzpxlf׌jq1r ̛GZg~cTttK4%Ö%@I =a қ@8ǒ5[%Y=\}\9Ҿv^z$)y#:#2FqY1DjsC0=~Q]|>\(= W^In#n z:Ia.B`y [8Hmwg~)wfN: ?vz]&qaR~8`V]ڮ;)) ۻ0\~Uh+NT1t_S^7a^ysvra_ߟd#8茳,,ԶKM`ܡ ^`_ƚYNV ;i v'`:^ .?'A|N~<1H}vrـNZe0(P^i$/IMy+RXw0nZo>tAX֘O;1[\-%5s7S{'5X?S~ɲܦOh DS)"0@( 'zX5r;Of뎐7P,o zTf\x !JftgEnb(buA#Mͧ}}?{uagl)*!;LxT>O)_UPZ`xQXnjV7Ѐ}nâZxwL`}m|6 Ǘs#g5=[{4OLOޥi'Ġ7Z q#>__K\ [2yg A|($c^1k^>vk{Co͛mUMf; f~Wex'DOV0xB H] ff\D"TCnAO{5"IDsejq<x1S<>Y%P|?D`ȴNď4^`BMnCE-_%rXu '[CF10H[9OE" o%؀*;j_z#:n>AZ0!!YPreC VD3ٚ}Ka屶^'?G1;g6OwKhV+^306޵Fx9d)WI[1qt{$3tNc˟>B%^gϿby(YC<"D^=;zyu`)IX9I8n &uer\\BTy#$d̑J~[߆wGm7a3C)s)3MiLGkY{K߶r3L OmXM4(ƛ8 h/5/wHڨt`8(y8Vk*:RH!"xHX}KVvlAQzYƅ1yçk3h|x<*QiH{mjY B]C&h%"fqGzW79R_2c">Hd.; W?w,'O!;ƬWk3>52z/9G:'Wtt!I~ϒ`@1Ћ{¾ jƳYLg3Kqp 3sX贚[ذd!n].f ȔQ99mLwQS.^|әD$r7!6` .g~.U>XW^/q[|\~!UE<"O/DRyyw?mg # p;hM蠚 <{. ^_&Kto݃7sO[LJ7n` ~JjPX~^#U\uAO UWJDwlaΗgaaF| z0PVXGr-N^ugn׮zoBUmQieM 7azک_1,䤋ٕD7gq<Z'v.MAb/sλA<ǭ9Ǫ=js&/Y?A4TY,M֮f `-XjfeΗű>{ m`2',d3W357zZVRG36Irz-kLB?S RY6_9 .8w_籇w4wii ;M1.>M;i%4+'g%Q_5$|qz<ľ,Ʃ_h9(Wrys*9-\1Ŵss(e9!Q+Y37Ӂ!_+Ownz CrQ*$EQnٯJ{ eQVx4u#X_t[36kס4絲"IbKxj>q H8L ;p!(l\hD 8xGYy`@JE5\'fnSuZwKuZk?w%k' 1.o_vb!%5_۷1|ѵjypguRs9XtѬ-=7P9>D|GHx}_eF[^Qp2Q'pX{ `<_lvIԟ|M;v4_p9mM D(g p]Kǃ@a*L<"'6];2vYu̕{Ջi.Տ|Xuk,^RK{ hgn#ռMlz}gδ9187+uVd;_0f.slc(hՓd^aAߌ#'.zd8];i\4bSLBڧ%oNtC(B8GToPW% ˑ>8:r3KsW=?w|LW}> ]P]w3ylD^;Rޗf1(; #)'P7$3(4`X.uZNuiJH{^חW/jgm->Ѥu +rL}"L[I!kx[k@ urEqN .U\2dg#fLԤQόOjnCiLPq!DƐNj2ON,P!NguxiЃB-T]GH5Zkσaא4pS7}9[pmDWzk%8 G!9gyX(Ig@!L2vNNrroyK3&Ip>k4ur̊ }}Pm]$.!/>Z/m^Gabzoo\Kph{ٴ߬Wx5>DWg Sd6im[>4/֟;5>5ޤR,z Ǵ81tk^(>JL3VE8CQyI-Z. x@k\lBxvդ߰#vBT77}Z>Fb )<` :,I 7Xfr+?66O1~q/AO٨s&Ayt$\bQz^55Q ?@v nLKݛH0/=u0%Oj|(xOz/ ~/ h5Sj^+;/mCv7arx9O<瓲Ȯ:Miu"&4 ZDpzsu{S/ke9z`kϖLF^Ld>ENT(A̅Y$ aj`qQgtI<ӘiK,mEMYl&Й"qGa@a]EPX4rH˭@"/kl8^fJ +%{eS͚pk>qaXLͿ-&J̲ V P5m'3WV^?2m&Qޖ{Z XL*}okY us,-J@f;aB~UuVlV%׼\-l,]u{Q>e:co{}%Pίnuh?֩.at6K27"שKaVl9`>Fnju'Swcq6MEWO`P<6$?d8'H8j Ӗ(Ȧ^#є Tݪ.)c,s'}uAn"s3:'ߗy= >O|v 5/1)qƢ/B쬷4õ y 0#J"V}7J:/4b^*] ?ɦ~sD{%ձk 8^ D Ub?ezCۉj3&EC[o:#bb.H8l؞l(@GDUA;Yd/ ȶ{ms7Ҕ$BŪĀdO!DU? xfd XtR?'u/ #3$Ͻ]n$pR8$˜ @#yį,/]%jUE/ ez W|"4 V.11L&o4= ͒~/w~i_xgΆxQy1cr(֯`rO鯛iM/f !Cȡ(eR=d(Q`㒠\|t=_ʞzbS)9rdn8״p&J9>Ϛim$7gDXkdϐT&bNxgD=dx&!CdB`pWb饋W[s ҁ&S{cuFj+뤠J~MIJM|[sM!OdWuZ)BV:bAV@hY&WWEs r+ $i[fqy\6m|8?*F4m>B:aAi4F\@DywB7GZ(բ/水EJ<㢻9>|qM.(pAu??NURS;,Y i*ؤ70|9򥿻p] e">ĭ%ʳg+@mH ˍ1'ew0^e5KA3 '| LoR äaPcX;ˠƃRc%B`bSf;-aϠWIni\&ؐq|KSX<V_z@((hbbс*<\gXe$,2^fn*~7m}N=&$$ŲeI\aPewn:NFBיʇo'1^"}c+I ͲA;nc+R y-`N~^ӀQ*@(E^D\{90$d8q2R "d-loEh!4D(XcRo%wv8/\L.o[ $ jw64 j@ܷ?2Qr"]߈\2" ]ˢ(Ih˧>rnPbii軨aUf?R*>'[26f5mi(Wgcp2n^˨Dv'l<gW2{IsQAzM;kJej)a ;8`ꨓ9$2PXZܛhf=n=KMLg[nM)<ΰ@{x@[F^kQ]@eCKE>!>GyrTl;􆥅S :]m*!o/I{$o%a^ C˰Tu7Ud|"(݁Yi]GnփMFzvJ KŊGF f-+[9+H bdsxwdIZ%֞psaYgr[7@ǓwЊj?GHY1E'%g+,hoO`|ֻtՙ b/x;>1 }Vql1ZcAfb;H9*-Je_/ޝǼp 0Z Jv(fu!5"Tcwfb6jZ$Mi@B[ hI0c[ix|lZDC#?EmDDh8E[Kc`qiM7m\8RF>m!\"]˧@d:Z.?jn4'tx 0f10`cÍ[8r)@On}Iee_ΣpL`x*o|W\/>);8zx1w;5'Gh!n%5qIXvP Suщ8:"Qͤ[!DDS,oDa\ԨY ׼kU⌎CY3 cm/@C2,.y _FE>(EdACSc+ò#U{O/rE$20?6Uu@m|dd~6ߌ; Zq=Ća h\ڷN<˰<R[,/ܢO1pi@WA{4))VFUMcDLB3*}Uψ$[Sɉ.uTUv,]``Y>mه-"ޜgv3D4l(Ֆ L;[h\hUWM؝W/w؎uJ}["/H /%~7IOEPDH7 [9p($S/L 4ޮ4죝cbmq53q8 +$Uw?Ϭl+Z3k{cr=Yw8zN盤%ph+)|b76hofE/OGi9# k^׭; @a`^I]8 e-3TpgM4byLi'k_s4X#"i[S>._ $=:['ɖ'<}"_ř}U 񩞺]NFK,#ι%OjEe4Y)΀*C+/O-#@;p#pQQJ 1l4ĠI-^3F}Y4: 8N {+sâS8,1/<;:TݭN`/7-lӖz t*'vة<% yAP/4ArJUYǷQխYů ~ZL)rktST!K8>:"ؿת#C)=-e; 9~}R?@pdJ\|5u+NP,,>N@\iGҮ뼦7uO㱥to6X~ߊZ 뇱Lm>6OAZ-Qs~duIʔ: d;\7n*O,*r"grϡH 8;W{iq–M06mW>ޭ0uMVwYN%tf|3J,@cw+k!P"fhrE)F\Qᔑxb8Q`a)43]F\oʢnvipyE ؂ńm;a YȂױ|_67hfȯ>|ʴi8#kBߡL!@_՛'!j']S)S5k~3z e_ٸ `WEPC:6J۱tKm`ZEc;[}iF<)R_ =1(dG&w!MVF[Ugek %fEJt#30 =B~պ\-Ov7G;rBc;0sQVa4/&^/n=DձΫqٟC,՜[BxxJXsvҏwA[ .kOJpj/O@iiB`֮,2+P#g6,R|E<" W~B\kn \<JɴpM=^YQiy)W9G0媧˗8 gqN1qv<57IbF_ G\()/tZy)v?ՅhĦsH0ojq@#Owl8aJ> &&fh\ㅩ:U*txC ys; ̋}^ϑI%I+ڸ"+:>p햒P?:%?ܹE6b=Y+h[m/xc8T3@& 4'Q5Tu>10kc!QKcZ;J$tnĝ%Č4j irIU@ϳCm/C? |;& g|W q4-(A9q<\]6ڋ&~vj;ġDE5:Zs/LQ|#$VE >t(PbpvKL(?3א87]#4ֳRaH̄25$(iY"ʽ ZumQOiNLx_rDu'h\ˢUI7tHP/R<5eḋKBv*9/T*H{aQ AմJĽy4«m<v%\~23|Gĉ~)}ۨp'7Nl$C8kYYyn'~rnW9*6 3.Gi!ݹwЇ$@ЎZ yx;imntZ Pg\I_UYП"$72sYsF՚V+(}?Ļj= nykHEds_}VD1pa<]9%k{,V͌?v,S8E󹎿II_@2%BXޏ}(GS$f6&_n w0;X[e 6DمhGtq˩¹vGzqwڽ=8`3|y@#'>%?=7P:ƺUTZTg1ۤTYMikmCQ+(1*Z+rߞ<|[$ 0Nyɣ;;R9~0B}-,H)P onx^%ex^J)g~??jJ7MEw%ZCW$"oܪ ElTZ x)Nu^`aRY6" ,'27!bb_|m#QݬD7A; ^d ̭#% GowJ 3lՍLR)ub#2n͘d` 7747^sM9>LU$3!֫%4p5v"Q{ r;ϣo?:No̬hMNA=r2*P/чfe+ j2+y)(:wNP&W^-&0Uh[^F1AqLPr"yb;jѱfPO c2B+1k{BP$PPJj5U+ORyL([ 08`Dr1=sSY8:dSBQ ) Tt)V>=NTT"pa5i,IBԕ?a+8n#qtWX5ܛlѮDp ];b$+UjȏY=SA])}o/&QQu)'EK}?/M2mfS@ed㏒ 4^쥋S!2 7?{/O}C6K9գN8b=) pY͝3#GUt]gz6' (Y:ȨPjI@ƍIEɧfiX/₨xĉbȾ;ZAnXD7YBB!E⊍_"K< .U(1?J{̙/@_}b.Rp&b_ha#Ԇ!ӿ:JtaM\ =-q{OQ+(H̝oZuP(bWX+ |&0<±-Oa+V7" SZ(B"%]*7bWfu\QZ45ZPƝKe!,"VɁB>({vk}>"aFد'9wX l!4|[>Ɯ!zykKEhȈi9/|w K8zmbӓ7J+{ΕH!Ny߱JُayTNu~K5;D^VEiR)z+$9/byq%x@gtb:u#kO ̲\/dV'GDpW?nv h{0ps\r&J=yӇD2=)EV\Oi_AňNQ808|# x`n&muP78܏S`'@^o.> Լ_Toe2rhmG?"e$ x Z]dz.y+.vߟ<젒] dt}QP_E\F[zәGq#MMb,jx/ Vk&^$H,$m*.Q9S' ]x9б,5_[0E|N(EW%m\ :Ω㭎Z(+X JE]|b RCt$׋&77?p1 '8:}Now;fkީClP\vl+kx_=/ &PK %—Nf@/5![t;mCdA@9f3o;3*/&9I10pzI eɫf(Ύn'Ɔ1hSFJ"#MlJ!ґSN!;5wx3#AY>@.lLwo޶T(@j*TQ hB T3pHz-Dp&z2͖Y1 '=!k}?~^O<.'P3,@&ޛ  /[e b˚W;ٱ?}X8Z-ʮ[Ϗ]d5[ FD7kR,J%d,ƿd/ʫO42oډ&q&&bֱ .MU U^?8ApvökRݏPY?I 69'''+H8h Ugk-߈n 5*"Ok]M;JӐG~hz<4aO x=MV_4W H0t_1Hkx]\R=O*v5g7_`#3(v]ry=kAE5NTROzKF Dl o03`Acyʏ0dPf>PZ%T<S|mN(õن $U X]w4%h]q-F {%a) t]2CC@ĔLSTh~HrŖ#p$4db:4>h$ůä< d%697llGleQnO\+;l)ddq ݙӵı:&xj@ F7if`ͥN7wNL#&eTN؟70,2]Ӡk J47b{{t⟤|:߉YhHJ2*j%4MoC,vupdX,i.B#G{DnKs/9ۣK_G¸6n {k`(hs .&)j37-qD}%GSTx́'zw"rJ+eXBEcZQbWr ť\V]YeN6';2ujHQ*^ǵɌĸcyZMf 5.(5BdYTlpp`^2O#B+g,GaNL _3}GVYϱ]m * v4 lc jGpuPo86O S`E1 m$*es[< B(RI=udؤ_mkU!i%j . Vxh,e37׫<.sxyw}xx Pq%B0cM@?'0pׅȉPg1y$[I܈m)IL8-?_N0{*+fYT_䢒4N 1Tٶ&h*%F.%`^ n@sEBkcѻ&!"ߛq '@6s_Ff% /-=*}ءpӲ2Qz4+?RW)6oh $P+[pEcgGNmc.Z_tK j&l.p/jӏ¡1*o=AAOG7]:-شʼnpZTgZFc*]fI}i6wgӭL`ÃcYD{~8LVk~!b!rAe $XF;վ:.y6y!OyQ<3[;z+6߄ }UM=SJaׁL,% W #A_ׇF9˪7 2<:(% 8=K/=u2iJL LO[yZjOR^dG:.zG|(Yb{|Tw$Ǽ06MG6f4s,= 3V#h8)je0<}AuMgY CA$!] a~Q4sG a^oJh*Cw(Ktպ6½צu_RHcZ$+"L4(|T"z9 BAA9+wC§rlf_L1f59ikး4(KA) %iL?]lqXAC׹eރBԝ h7PCNiTXe%8[N|<{)rM>,a0NՋ/E毘OEΣ\pUi҂ p}dnQrp|r=`ڴV㻎Q5‹PJd ACjŷ4Y5j(ڤr.dJ̼:JD«xxHJb1x9V*$EYH%F.ATbg+g=G =~У$N>]bRs(Oz0BDSíLd?U-@Vi4A,3. 'x@v 8î؟ʤl;5b3 g ~7tGypN2}zz G`#kwowf J_HO-YiyTI\9mlS>#ꛯBǯKת 5o;x%krr>^:j@sG?>Awi$Nb{z5Z[-<*l@4~{kdh *¶k&)O%N ʨ*st"緾Q[PE_5E@<22)~C4 O>F\0e\fVdm[ OW{cGT#ļaBC%^3G3ëK`p0戔Vjfc!N-,<7"~kFDc؆3,]55sY% "5Ӆ?n%%V@،rdV[F!Ty tSg\w5Ybf@#G7jo 4r5G+xR~r7wp^P]z}+$CkC jLW[sr'7riv]`T$@'?e@ͫW|s0AxǠ ZO{:٠SHc?f !(Xnv-O=»Hz\>uk \*yQw TIJ))Z)JRinzW2/rWbs.IwZPD:sz. aU+JpaoT˚'?H$c( E}EwjTn~\R3Ke?ܝqqxSds~MT .]/A56'HSj0Rj'.8hנ+,H"+tb&CJ:"û7q|\'a:@]'<=:¾dA8TODAjLW6W)+USY"/όū[1AW)o|Xq4C|r BMw֌fYv{אE4$rD_kv0 ˾_۽c4Q|di \ȑκMiU\ˏ`n} ` Z, +4Nu>==qV-0'B/2=TI`&i=1v+_ۂ ABLuyVD1ɕ^үfٰ8Jq3`a,k~%38Lb ?#C4`Iݖw Y:ǞN?G}*ෑT;ݳ/Iz0ѯnr>jv\}Vh~cG?Vi}o{/LZ+Ɖ>\`L= eC$H{EpU^DBo.?tk! %!&/?{Y?z^(Fɍ`PRzl߫(4*1&>v=GC<J#!~ :Z 3d%**$};͇mI6O®= ,6NMKLףcܦԾ!)fIY*3,ӕ*"sjN*~:5z>ySܰU9upLeN"[ am\*+  |t׈_b_vrfYjIS$.0V':pnȽ<2LdWAau;K%vG?gݑlk:&\oRgh4'­E<}c }[I(<Js^\Qz=>wL+P&;#h-=`>7QG@Cv+ʂޙŚ#0S2&2K- o߰TnIoB:}J;I'ţeyqSvWAk|@wq 9VaHG 3W0>:=Mt3=Ixs 9XYJ$Q, I7!!F:ґ۴Q0y2щs;. &e!)~Vf11`fvy@D{#HJ]{L-4{p vmOr']X8ZLEEV}t21g~rP8O1߲Z' 94Zrb WK5~4XE eA>^}9[+0^s=`VWN2sp?O1F+8]~:e[;$jbغVƘ0D: Lc?@5:i?153'MzVB4(*8"MJ(T ` 6jwc':(SV)>.C4Ƨ .93t Wh %`CO=c\#L~o_LXQU>nnPf#!@J350l:noy&8C!<aKHy%aL 2cea#p3 n8Xfg&v l''wyěҨP˽J,In*m!f V$4Iy iB3VICt&sBJYe?3>3 v .!ӸV?+Y5Ԇ,L^!<ʍ63l=OmF`3.TOL9ܰ4t gn\h Cf 62&9![ŒQQYoL.hcnN¨µ"Z3L–y$m@< Su/zc]ɠy>C. 6 ndd8+yzb9s4)b,c5)"By}3>A@vO=Tpog^Y ΣقЖm1HNظ {a_sr!3fȋޞHG[}h6s&C HbIR⪇Ӆy/PNUX嶺JP5@E< Ijz di6Yo% aJ'>1dπ] -ho}2 P=2yNwvc)D=Z A>`cz^f!Inc9?OpB4T?B#3λ,<`UIlB"RTm&\0~C%2 m5>+KMRLf~i=1٫ Ϲl[(;Xޑ#5cd~چmEŽ_92}״)84AyT/B蔯z(IK͜]k}L]I߳O=^ڻL/ks a܋j'‰qځ<ǭ9i).8=(kPw=`{w1&!ht|=3'XuO *[{o "Y͔eTP uz5ԋeҾ~?PP.6ZEGl(#&oYQ$X%<Of[ >y^ͭn%sD9I" 'D>X&E0FnFWh?Uh'ʠq޾l\Ϩy-?&B'TDH6m!UV`F@?cLӊ%\dc{uFJ"3&^lN/!fYRݤAT]Fm+1.&ig#C#t4|B\}zBvor3I~x]K`çV ~rZ@K%b{0)B\d7eUdozq \DDVuef7KM(Hސ~su;N^=.H6v+/ؗ/IS: A̰ {ΐ%1I;GsáT!䯭i9a7!&HS^å^LwmWUˬﮋu[P4:Gr^=2*X}BSʤxqDBD9,(>'1@|HCv7$,%eN%yYCb2"$aJ .z[J :JTgS5"J _&DtYLq<<$J,;̋^p|[ o%]cMk32v) @K<6zy[ϘT6.|{DY 9K&{7k$.'Ho7*%{9Az\u{8ER1ָBQ)2~~;K 6/ZI Nq)Htj4=[BwYIPw|8H_|3V59;QLjJh-wӑ@Q!Ob} DI-]Ģc/.:[;~FR}~[LR0W,1RduZ45LJP"W8q~|0qܸ+si8bͥf[z!r+ga FRY̫W^WY&eV"0vnQ_3$XS3]g%u:64ȎC3ZyԗUE"Ykf{-C \6m+@/5H@"*"dO͸_ /pE*Lj8645F>b R(35Qwk!.kuZwOa~_Do406Y@d#TBk( hD ݉zoHyK_Vee%QCaW6M@z_nGдnNj)h-唼UƑ ~ʅ@M /o*L+1%O=ʺqsW#'kF`𚧤ML˃O }v_7E%/5dzj;8=N"b̒ۇ`0%ydz2uGa?`N`"d_oȞg: ^1x}1`w]3.{w|ǎZ ^ q*#g&H3x'HJ7XgKj|ı;C ٭Zހmpї{y$DoB3ty00Ve<h(zGA?F$OAÞwwd}g.>#sѨ1s3-OO_ ORF;u֔!h;iXd X观s;AF5P`1(ொ'fe X`^|@QH>69=BfW{7yBe\nrzZs5j[h!P=J{$IORfRF7S˴_8GqT2GX[ڥ vrᑑdp9hax}$XGbehVwm{軛gVYQm+TFzmP7EH3GY?7jɦD5igŸ3/E6XU~.{?^KjJ2UQ9WzlV%AA6ׇAa)WLRrőy`0j~vT#$q}'0y bG1KKۭЇT>@Fב , Li YDIq/ng#)ye}-SEK-mbYggB?D *$n,`Ws |_`h\B޳+r˶VOm[i*bq􆂛^n~5 ߙ8\Ě\+?wߟǙўFW/ \z'tY^$~cv`L6x&f']ZMJֲ@eFj? \G%.B,3U2*x և92qR*士.58s YĬ՚ȪQ s%݇yI@ Be!urݵYBKx Cם~G)/hjI0$5 }3E&p%gzjYi3ty1"f}3a~a N~Ҿ#]u9m_ )+YoDڪEUKLE'+mE2,D~bL a8D)!ݯ /`gd%׵p ?s5τ>Eknh+Od Vg~ .-LDm)iO(>]{qՅnME16{aƞ0BwBO~vV9=Ҹ2RӋD;޷1/e'㠐eV K/Sdvg1MIa]vRڳҵg]&>t(rB=6D! s@sB=[KZq;z~ s P ɣ女åL | p>%=o﵂L HXU }/~;rEu[{E¸?" z&p=TB#V~9ݭw".hWb&:Vț뮎3ʚnFJO 3kn)iq6\`e?]vo3ِbC@[ ;B+k4 i2lY x(>.kÑI+?npԣ'o<d\p(`dJjox:HDZpeZ9ڎrY@ ,Ӵ\6˸no5#BvqnPN>|5r8+Pɭ2 }58ZYeK[vUq ?R']VZʀ-&,4 ^UiUD>E3]:NBBEOXZ)l'iUzG /)'=54ꫣ@bاa[0OeQ.4S"(G" ^jP_Ri6!ZCB >ޙ ]aRkV-ҍ.UɦC%!4ӻe<8jd"hp&+^Kʉ/-?!4mp RUkE` ks?;5dzͩOvv{YlvYofH+ vӱxlEU ۘn} e)S)wsK= t?hNHj;گS2,a<ȷ-\Wt=jZ7⵷.?vmA/)Av&wfiyMݖer A o&K%nj<z@S hrp\%VÎN!PI4i4P@ "RvGQ/MԷ+CT%A-A\vʡsVDžR8Lr<ƍyKW8 lIGm-ϘEo@0rZR\u\A&fN(?Eſ=Ƞ,>E)^NKǡglRi8fwv>05L~}5řALh_XcAZlL馝$`l1`s.V'β1K!3C iy˽N(z ]/fV,Ƚ|O&'?o^@ HƆIY?-XVso-$w-OݗB:UACrE]HQ0OTo3A<>r1\͚t)B6<?54>@thNO jkg1~:w;ƜCdSKumܯTv+:W4²t+&Syϳx4@ m$Ќ#}G|,f^[]JoEO%cKKEۊ6V@]v8V+A| .|UD}ՅZA+ĥ WV [{B3tuXyPZQD8kD{4~jڐ_JZM~ 1J"i8bZߵ^me~&jx\~U;h"= &'Ⅴ1]y'^2=)((se>EVb BΊ\@hx6c*jB2 hZ;v%$.> LMtO\X Vο:}[_z2(S{no6$ Է)RZǷcB&9p@C^Mr[9zB3vSijg88N;#bdƹGP}1 K$,RRnCH٫RdF%8{;TLc*M-3vE3̝bgԕ=~`#ekFfoMB D tszo2%%^:hyxltSlJB@*_>j*`Ό@yj^?c $ն(F{H@[e57/*ړ$ҖrM^kڈL5gWCYJPk{ຎEiEw Wi!q'൑Ҽn`!cpk ;UǴ6~L48B=rR!.թ^E}$o`6hߋt̓5y`aTJjFSX"wL?ϫt:lVS? F#ǂdKn2d0Izx<if5,D־&yf^!d΍6`5 q$nqUћ͌2p?'m <0r_眈3C&ʙ3d)~VPQ2<ʻNHNжnYD(z?\{j`Ч9Aeo֡#o<`B]$캑G"Bۢ\A1`rR u1}s6[x8O%M̖œ+%,j6hN}UKԫP{apCᇓcyɷVZ@4؃_^F^BJjD~m*9 и~geCEw5Zr:})xWo,N 4Ίh@`H³m÷Rkqʻ(إBﭻpH&@.)+\s,|-WR PMctdgg!oq)T4CN Fsһh 5}wO$>U n?#j%d`)'_P00tJT'~jT|B֪eTtUL_pևv"x )C$Es;×5S#@{U_e _Xax3'<]aiEZ}[2p%9'WVYD&gĊpg b?+94ȃV/Wfs0+okaM<2d g.Tm>M^꫏%"zFng{=G̣r/ZKDT_ڮ@2Ny!t%/Ҡf F~^`㳾lVXѣ5< RǗh<`' 9EP QpebnV4}:|||C]ia\O!hm(67>WWl!ڇaOeV^95_ ϚA8ޝ #Zs˓k"*0UOS&mdbƌjxhp|A/>-^%,2uLd-|d6ax_33a$$6 J$-x)yW:=w &Ofջ  aVoԑAw~x,"xy̧NQw^"6~TvM;1QA5۬# {Ψ*;ғB牦ߟ#CwT$vi)jfj'\FMyVe59(Qh~ e藹Q(j"O+y jy߀AgMSIFPgr(@\t^C[(L92.2~gFu檲s[%MŪv0 r0P8R`4Y!P'V0~ȍś0L IZ(sM- Gt$Lo'32_4B:>j`Qy;^I0mL a^xw5ٜfFU$/,g:pB40z?:Lj|M9*-Ύ@5x9|vn hDՍ-eH˶Db$Jnr&!f+kBq`zpW!TЂtB*so'cY bfZ"vEf!,LSZ[+ G 9F޴g!,վA-fXojh0y^A$=g a?ócæ!b[_fF5badUbh&0Y=~1&[)JR ezPvd|J6SB(:;}mlurlR i7MGN܄݌j%MaN9ıM8Kij5NaeXOu驓6?p-%%u`/Cw!_#=m1v g3 r*E[ko}5;mTwsrN8SA Ϋ,^' +#HH #٨^?mnC׆f0)\bRAjFXoC% YŢ{7xxEup9lrҊC\Q p٢>-݋1-GI۰_l GXɕ31W2jz8"ƁI<4~"̗w)1Vh3QR \K[f4/f+qGnv"r{e΢v- :+qIz<-vj"[r) TfNޖI%q͔=z+! .>׽dؕ{ 88 e(@X;Q9n#k.Xt_eǧǮ?#45 iC8^~ ҷ~Ow F|Ip!JS7Ļ Kw&?c/vƅlA\Nyu4\LBE_[zkӀ:4[32j^!隆yp0Snw4‡bٯ zW /K؀' ~ɠ= jon51RrA?K/uDc|M2{2هlJ 4~U֦#ӻRo"Xɜz9%.(. X XThz_z`1?f."╘ch u T Hd+54O AG?-#TjM |;YtA[uo gS_Ddx;o~x绉WzgI'W/:"wG<,j. i9GJinWũb{~[TԮ ;0ɣ]u~6 J2)C3CTo0vdТ"T^㫯{/,݀M9B7 ,AȈht8x@7SG`9]K+D@F)Y¥dXv[y4`Z_"761(^?i.w^rɾ'~OvWH(a$~S7 6sL&i`Op0sI))94f6^ :26#qZ j&R(cJ;|N 9h XFzHNY}aސ0"l֢PGz./ |,>᝚dU*[ڙ"]v-Ẃ $JSx-:bd}UFJ{$|Zw:DrD#{GM/_xghYG|žFg:T`Y^PnҎQXVe KS~󑥙M35kcur|XE;3>AR )ʈ`L X޸}hx WG[!xr20tE? b>ҡ\KxcG߈?`oTb!,W^51 h ʋb&n4ReR"r#CZIL%Roh_[h_fc}!{-[!+b^Iy;{ݼ84dse9 zƎֿY02 ^g9-)T՟-bKA{*lybA *M?D鯑WrLWBjc#$Jt hn3hN!OQc fFÞn;#:9oqFۭyy' (!'HVt賧D/& s$#"Id( +{m,D!z*vuL2 K$:_+Dт;H̾30^$,WZ QfBҟUxW7{\Ƣ,&7@g}㍽T5p(Or)s}|'s<LVd ML2,ZfӂLc;OA^__.n(CIU@V@"PD.lzmR3kBc=(+b`p}Qq_I ]Y6>  *ʼndCf9u3++SO6KߎF ׇ\oy`!j tM9.%W X_{=yOJz e`ݞ<1ԧ \_ȮXZ7*`.2D+[ )։4wĸ.8gKu 7[mC +l$#NCr2ZY@ ~1MZvx.05 R^.[oUXჴ)F*fwի[q#fԔ6@?8 D~ÎmB%q~M/EpceH4d }MEJP<Fuٯ .b?.@}R vnIov&4,][ubą5͹\%~*!U,f֛9dCU4p5[˝y-Fo*Py'`=?)|# v mD' >W<E+>7In@gm۔D.ܥZv`} x`Ö)+{_z4q { T:Eଂ!ЍKgN.!&W/h:CZM9ANH(L-OBh(wVw8£UML4vibpWl}Nd,M&*k{#L %{3&#QLδ펼]J(pc|!#a);?}G:Ya#[|ab= Xl ,b|W==P\Ʀ& ս9{zY?9$NRN]},N>- = g$(ޭ}Ga-׳D>5!3#onX#we (Y1! 5Mw Hic6L|IRMAHٖKi`O(+'2d*^7"oaWSN)M:c|O*rM@"Pn,Mg+(u|m,:瘝 8{MB7Oih}ȑ@D󶶙 }NB'Gk/i=V'xDqq͍B;_7bG2e|z2,J:ٜ=cUcΓNG _Rsc_@,q%v֭BfETmWc'+Z; J%y@JmګAV0)&R ,HS!JGNۏ>Pd5aˆVF7t%}TgwۓX1å+j{:vo͝]z$J9oe{#yz.N$m- /}ʞwXc#FIn{}}^E`'>EuvL'6{S`pY;ul!/unvwZ!hιoo x{JC(l7L (Cː3(2LQ^< }Q4Ha$Ccz)\),)7hO+H{PKW~;]0L?9ҐУ CL ?C53ވQv 3|7?nEd;I1DV *,o:sU`|#6UZ 25bEmvW8gJ^k?"ѬrޒD,}t.TFNUA[:w7xlvA:"A2| L=(? ޸h@ DQ}Afޡg:@'==I9׼A/-NnNč#<,}i5lŘ"}hO4. gזimdM)%quE1ƕwa{4B> 8j񁫷w^Q%'57^G2ݐiܲ(I54v15D݇0(Y3 >:;5M=3=VʭޠDed`x!ܫwFжH7jV6s㲒ouF}0IT_cɎ gLPs.RBz"';a웗ZQH^''h=]y}Qj- )2b_\,XKfkEO^|MX,X~=`=%+^ɒx[U񒧶"TXGþ σe 6FU9%N\U0ɖ!)e0 LsNKvISKlbTA&fPhIýӗ۪f<Mk-PQ۟|T9Sɘ<|w;ғUQUCIKm`c%P{~i~PXZ*0ܑB51~)#+=@߰ U'QvO2$7z6垺WzOn\(WW>;«ESym(ׯM 4..v)JQpn&xӹpr9,do2HQbtfǥQ%,,nyƅ bM_jU =hz;yd,>ө'6qJȭ0JLЕ7?o;dך= pUe9A, DCڤ gZEy) 'өrLl6'7SnV' $( [|Hг ?R6r.O>`WFc '.T%)FbF.B3٤J-۱sdqI$}LEvIb}s'fm C߆+ae!,;w@M! 8|KᩛC>r8sϯC7}#4"jT8h#? 0bdv)T,בn !r9S]B :Y5À'q,{$\ !ѣكn57 vFL_8xP=H4dhE>w̭XA= M>H5U.>ϱt -\Ø?5*XV5sC y8Bm' EG.K~p$ oMd!XJn,%Pf̙~=Ymx)iDֵ"#Fɣ 'E9?Std۶U,Aܳ;Ef=,Ղ ((tg_*yk$wDEpߙ+QG -1LɴEjjiv&x=*jψivҷMtw E,\O!Y(V Fo}۠MM_`(Gct,p8AџVй";CGT]Ξ\65 )HԷ#Y'Vc<yo5 0>Q [ @Pl< %SjOUړ5 5&q]ws%;/L@>a]l5 ` |mU;Gqf*PJH`%\E^]n{ڽޙ=,^8p'+8-b{7~햩Rb\ 5n36!J)%KDLtl^LLB%`RQj兪*L_@r{\Kg}ӼW<,$b$[݄랊vȠ4N^2n:fߝѯ™iԜ.}Q`գͪžL MK݋.L=p^XN ELP 7owԸ?z M/᛼CW-*̽;Ts.: hчfAF!ˬ%E`T#e]\ o,R_b'>2]d2AT5شC:",+H??c$[w R\^tw'\Ű\H?2#oх nF榜\Rjυ& \̈gg ӒUF 4Y._n7c [D׬Tl)ȑr |_԰0 Bq&"-tbǍDHɛ?g]'T<e{ %.{fn ds#sU^֟Q7Fzd 4.]˰QwCf,U˰%|QSNb+S&8W޴&[E45|0gz9U)jqʕ}+QigOG9:mudPN<·]ڤ g&_xHpjꔾӞӢ+- s{.~r%u u.T̿__Mt;/up4բkͽ{)[l.m,.;Lb9C~<%0vM3ȞMB?b hIE$oz\%܍CXC)u9Xcn6'ttTx%o1KF/Mz8SկT2˛in 40ĥEaDu}=RdCnc&\odjOdAğa5fjn^әR2a|)ƅe-Yhj;`4v[YD"l!yrO;HFFOLwѱ"WDO4a`]4{Ӟ))Q[~l#gL<S)BhUU86֥e` a5/|A]< M#L6H헩[L0ک@1%Fa dEń]]:-ӥOU XJuM<~Uy ݟ~ 4ܳlTh5xXE{?½ Ewj(J*1v[4_4szns2@qr*o'\ja{[ 򄮪:Y? ƩEkPsv~~k V~ĚnI3:PY6%bhB(|S]S,{բ'\՛۔>D:Bd?0ƒuXXzH2ET'-GinΕwH__тQ8Y Ӱ<"z?h:S광7*Gc$^V41i=0'e!& SZAfLvod >myiLK:6to KrAx'WӶڿIى]9ƫ~?5 z0iBO7Yw"trF8QU SG̿2~[7 RfpHM8>jh}A>tR,Tk+prt 1RW.D Z#4LwAmVan[bE٪*Wˑ/7LecoLtи+--NOMˈD}9L >!8ajM=[bmrp)~'͗쥳I4$F;!7,"FKN+Ikm ~cb6J}N3,Qq|uZÕmC6; 9,~"Xj"薍c 4`@:4)GHYv֕Z `v<Bpb%yI79r䷯CuP)xh @ Ðg%Q'ZQkPC:X- DB&\!*hTQ Hˮ­lVP_h49d*+J0PStlhz -g|DL[ ^Xkɺ(a=D wt8E2> G:AUH¶Ĕp7mp. -ns}R1ha*[\НF,;V '2^dwo ԇ{lxpȯldɆReWEV`VW-EMHV WN)|C_^nŞH;$ey N"]9y8e1p x=,CJQ80_C)a"Y\*伿㛛="ykzhKxM YJnI9W9t[yZV%67W)މ^GO_xr-wfv%OA))P P.,*i-T[^qIv7m SG%)x^5#o{YC->W 0d=_;'5hLM# o Kʱ̑LݼU?乮:'uuĜuqw0!"kK.Œv̆j*$4h i}%;Tѣ1BX2'J݀[bR )aJ7%`>_ 怏YhK<<xD.mY}@5CYawbELPQ;w?Y3 R i)/~4VNl51h3sK%5UpDcpx ۤ[}_IAécz_lƥ# NPfK8uJV`6)G|SV.G]1:8MPw`~.,O>\bhZ"9 '5.'~լFX̭yq+\iɸ[δ,` $fZ#i,fwm)!85L2:ō$j i,-T *TXЄ7_%[<d2DŽ}y сS_khѨXPv.+;S\(r[cg BwT_S/̩K Y=79V|OzypEҲJ[࿢}ŷ]rGS>7vQ<(F >ZRCPQ KW'g7u= q})E:lk "P>~ hk UE;`\^ޑ3f6QƃO~R/{I-/Z~,WR>'.H2#ugk#הspYbUV;OEųðEdO94 \#w˸̗M/*U`pB.8HEH{{'XEMG;O2:H\sbiIm s?qW$h$rXRFO)o`,n_DB-IȨWnӋKm&.RYn~Yez,X+ g,0 _ו^WZ1y*qH*ipX;.? Azr}\ЎNJy]is;6*h$LRaZ vbfF$Qi 0&C4-{ WR S&L@Ib,#Oh$xj@ ld^oK4pk X o< Y9@i 1EZLx |"bPs 5H v3# D$vJ='j%yE/gVBlL`)LP v3{BkkgJ) h_C"F3P3i5Ik ,W9a<93+̨W4|QiN~E4dA;D% mD'R q^ڪOɷUrm\Q;abQŪ$mtJV[{TP=HukٜsӀH)nFeC>hT o󓖤2X/xrUcN Lૺx "\Y$躃6>}ra2o~ t&P릀prGS%AVbCGpLs<Ҟ:.P08}翙:1 tb -z1oE7:?29,}]=iL k`P4N)#r3WYlq jRyr 8tԢ4Az1KTMZxi% GdB SQo;qQNGIPmQNLHg&U)A n FCǗyZ8@W9Eݥ$5[c&N$:`#e2s(2(MM@jׂdL]GqVݕ[Zx\C Qʞ;5T' ml$Q¦H 9v40Q4 ;#n=dkhR!}:9=|g pdX:_h \bв/f2_JN;$n #N^3nj0Ca9LoeNk^N9I[Rh2+ƠZ!vb0`?~&B!y/^ w.wYS~UQ$4dgݣS ࡩL3)riyŽ@t-{jiqCy^TˎdC69TeI`0B\8 ٮ>~M_ǕE5NKN'nk3Yٟ"\HN, 'L_B GDȸ֘*È{IudENdXn;g/ƮRəHNEtg6@2VI%6`QSXM/+~k-d 1&}bF(yMSPN lTH~Eqamr<9:9fw82ӣӎKq1gj̍]7͸op}"d) /8ީRՁ"CƩɃ=ո!:ɍpiId;6dL()wReªTf ܐ,Br;h9sw;Yvt5Fg4=qj1&?8 @~jś ' z)FELqZmlD  50o7hYvZ"+jQ& MDSWrpaO:ٸihhꔆpD@i?\ZTOܞ(،|~ϷXӇQ!FZpAn/rʦ}TT;@ ",u@H-e b8xD }7e˽CY :ZĊ)WF]qq'1(Р<5GZ=5ۙUSs' MJke q|Q> SfqbvYшW&hֽi/KTInۻyr?rQ(iHDb&g܈-KTDG6&ey(LwD$U`vⷧ9D˹l]cݘI<-~ صQ+(,ZJ UxJebfۺ=" ٽۨ5 Żv` ) iK{is ^R RUh:/Hlu:GUwۻ<_Jj`sK AwW0E.4liS~!j#Q@V\p۴F jD=R}dtӢLvUB3}@[@ Σb HBָJtܩ1QMcb#?89S!<70(+5Ik jm7U \[XlQ^ca&XBa>j3az6# RZ0| V +P/Χ q!\$wTn7 ~.n|'θ$6[MHdʗ雌XfBI%S+X2,bҹ.MDQ[y;!._n>c}Oh# =#=lSBˌ}Hv.1'Dox H?RRk:aZVI`a-1,7P*6R<Q~HAת s6=>mz`qrmLsc@XbTn8Q7?$-r #~%r!>$f 't`rcK#q:+s hs~TL_=M; < /j}S{叽'W&PJZ9Vul茭=n YVeP"OԠi!A.¾'H('YŞ]0v!Óe,[2RL C+| ZWNr}aL^!(z^,U 1z}B]dmp\bCmQ8'AC]>ΤveSgZ,e+o@`.7F0 ܵR*1fAJː1WquD-,f5#ñf.K`CXCj |[1)4 Z# ϼPDA: QI/!{yzN>ƄUrt/i~DRI`1QXzc̃E0J]jt%UHd^[[<YԺ1i]BeR%8 -2IdVw}}Sꪐ/Yc'U 0_Űv| ̡!(%\tI:OtP?}Uz1b"ݺq<&d20@`阒3Ώ=|PC&0sV^CVbl>8 #1C梓# ytyˉ.(=W!#!L]yĘgZ20x:;Ԅ T;7x~CKAVḦ;b 3p\VGs)?CRHH 2t]XKtقrd74&!ksױXY4F;:yw!Kl;]s!nL1ܘw?sɭDٚ,l_G@nMPIJcHi~-{yc>x@=ґLCQ\TWQ)ӆYʛM7@&~hoKD&^k=BݮgJ{* 8dcVbP m跱LA>'EG.\ L@,%O^)͢lЛ[L/wy`˹/:m?;3]GxP$Ayəa1㇞tL M.fXֶh5 >=|Ɓtj"&8Xifp5|B xM o0! ?|9YlSZ!+pF]EEz㿂R H%\6@OID- n:#~.y^7u[tbFLcp"ƐX-0RfJ:R!8ӧ07A 0M%*s|Yw2;]ljVXWR4Dn7#DCA+Yk$W{дVcMʌRȤi,M%]nV~luZyFw(,/2lʵ}iB#o 37^*g!51fjp\tVt AY:α=qq~3n.HWNmP~JbbkJyFX$h`ɥ'VVaM?Yԇ/D\C7ނ;qsXgAk ,5?Sr~Kٵ> PhBk@RXGթ n;iLg}3D`V~&$HoA,_OV|} cXv/R35_l@ID +M:%Dxn`wTsy`6JOPݫ7$\NϔSEٳ@& !J|rLG9`| HMY\9xZQ~"J ׵0tK?\Z `w "ą?Ei!~?Kg!-bl7H̅*ǚbkf9ku47ݭx`Ts3)lpb5r`Z`bALLYBg:-0r0L-ºD4v7۾ЌV5]NpT.}JjȾ~̰)aՉ_)Q65!u-x"qI:R5k6M;C٠ngtfg`47.$#'ٰ?2CmؔyP{oz7yJ5̲fB] ]NF h%LqkQg2@D:wZlpq'U.re Zn~ź&mHVP|fE.:֬e4Kr5WApyULB$AgFFz~YU]7Fk0;f<f&ޓt聭IۄF&N1| ]j1( 2h."1/7W^4g t#?#aSgb3-J3ScȈw;|'SQCt~I,QsvqjX3Iw#~KD2B_H^ȯe?q4g[J*4Q;UڔVE ]Z `+@lQk cp0a218hK1 l1ly1.vU4,ha p"]l%ZIPhˢZry׌nN=* [Ph.WLt pu^ec?ň.^;4?'s?(@:.z'큝Ξ RiZdo53p,\BIR/OϺ<831[ݐo8m b` |mtERB=W~ԐѨxu{͗^QX *6v%S@egOнMA}uͨPXPCb9:awU`~~JXly7}0`,+N(HcajNx x#boKEFz._ {)<{(n%E"xR0m7Xթz|mM,}˰ۨ 8%H`Y÷ˢSS5ۈmW1$JtUN u:'eG3;V4CRiW_~0;9wz PS4G,V#~Ax el|kˑ;ްfSP4/Y< [l( v\?} C}+LV]B8 &1 jTx(?$i};P Lǩw/ji>)=@AJ'!z|HAmQ9X8Z- kI5+/moh{/J,$ZqN*_~U}W d#.З5?|H*vKb(QJ^BKy59MlzK2,VzAd;;*3!/fi8p3s<۬Kس;=0v[WD=Fwb CG=kIuZG^[ t_U2hGYVJggU݄謑]O?ȕ b61FmL%y=FԓD\u)h ^ڋ=<㋬) Q=_7A2ױ2APwՃ)]WW422MtQ=[]oO-E~kG&/*Cz;$َ+y]:YAkv8U'-)rR;j֤xFCz9sl)4l|5y1[=K}@Rv?͖NK1_m{MPǶ.yee&vERgpo J>y!!$5mF|"O}nin>~bs{])q|f+숝[޾m/>ű|&&4+#kKݚ*_@oMqvoi0TIlj@o`T?^J'#6$Hb\P6S GdHD/!+*cGd+t9Ҩ[Exs8 YI/X14JjI[+v:B}:UJoZt]QTEo_&>,abO.K寡\W_ySb5~$|YXt#&=wl[%7aOvaHj;xWC°^+hgԚ$h*^.YN:+ť2XQU=#6Nsu9uG/o&cߍ7}1U8{/f{w#t&z'>w^`RwJm|ʶ]Ь{NE]="vIє*zBs^Jdl/{:`EGu|B` Y^'N${JEL%}X@;]kd\,6Ƙ-"%Zn1:tj0)nz۰n|6sFRͅBJ~!,|ei ^<:$Ĉ pP M=Ks=:Ep_Ad1: %Ong1)䵑u\hay0xI*AVV*Qjl(c A\0 zHYMo(a` Bx/vTe&덛/HjvԨݞgl|H Q-Ʀ-X.L`>?CzP'w鼼˯,ސĐńyN(~qۆL (l[!olG4 b|їq, `7W" qh G^QD>aYh^A#ʴLE{i^ ғ<υ ٫u4&mPR#OLs0[^D60Tj `@#icj# vn+5>ԤVLNfZu?AƲ:_WiZs+n6@R心&1u[A+PDC!v5tV#)2!m/yHEzs@f͎pz!8c dT_o}Xf`1homH#ud.$K FXKA_Ech/t4tka e?cY[0B+!Q,GC`%zlIˀ+'>4>с{m=lWrv8т渜"hQ@ʝv-EM.?dE92O" +'m QVľ 4F^n0ϜGĽ j8x{Rq:WKS55֑*ޭdN+1sN떍Led4_T+EtײĦUӍx'$euБO,.Tt0(>X`~,L`lVE_{T/ZqLPŀn%g<>E)̉e`tg9:/&BX%eޒI>z8߹R@q<. dM 5$1f _a9U$;A?m4 wV`ڵ}>pwXy1tR7j2K[rȒVpB3u[@(^n;Zq5)j8g\1&C.X]x*0Yæ@7wTvo܃!dT,:%dY 94JC,#0o\C40umiڻ=6_ܢ^23^P1AX:Ebo9ZUQemJ2ƅ&8z~E1-$A6Փd!=N.O2"mc\ Vjq6trK-0Е8)sn*Qbr#޸aeUKFޑ U0Uҋ#evy7I|=S87Z>+k~ MC#j0b Зfع qwѴD@'/ZIH iSM+r"cͽ}^ MK,m/hij{.Q2Cwѓ[0 z9%^G/ JKG1^l<ϿC-vrDSvye>ʱ%}`Tڴ]a!)sv.z {!ǯλ>'iƪɹX`rR1sYvY¿d_yy^p5вj0(%vX?UjV1}Zy&;\cH虓:x|7ki6;u2I]o\ -b?y/0Knx|ԏh(߇OLGVLH`}\L7ux]]),S<wVEwߞys\u"fuvBT7u\#B('pgu"#{I;/z7YW N/U(^%/|ؗ]vpiL58f>m㉰L*<7pᴡtۗ˸7&!V4LJUW?yԮ]A-Xի0!_5e&˼Y?`ϝ S `^4 U51gpzP}p{inܝeYLĦzN- HS?0'P3~Iz0.A?%=BN,a(˃ B"8gh&n*QP-c?-.xgp;c6.фs^ѯ8>ygmlMn++](nVd,R6*` 񛱼17\(ز14"-X (l^L[=G*sD@t x_80϶:` 8++ARO t?gJiHĺ\ZW˝HvgFydd}d?D~pTfz8dL=51vVb=>Nug.}\f~66A4"Hެji叒rf?| '<;$SSe^D\0c6Ǡs;'$3(ؑ3j/my.D4 SN;K\)Src/5]x#وNAXq9>T G" AlDKEt?6C4-`EoKY6ŮpB(aDJk%ٽ)o0p` 0|G>5X*|#e9`XFr;gkMKNJITd;BW4|"”7\_Wn-` |36MZpY:Q'w+ЕQaME82l(m-g^ܔNn*6 _MnNrlNaVַL9}`ͯIU0zVfF\`fe'mJҷ6E~N1U1LzsNmv^RZi!wrP/EdΜR+qeZl]޽ .2XEqGWlj}w+.3Q”G8ћH\7{'Ǿy5]^kdU4Y kK)*8h#`">E"qgxv+h~FV p b;[3(!f/s“R$2.V]7.~Gk,V,XGSA,g1x/׭:! چ#QJ;ѡؿHh vgD5 Z8:IBL" q˅'_]z`nl΃ޕHԂ"|wcպ](6Y%&L{ C@6AgGL lƏE{1Uv^.׈42z7{;瓺O]de[&+Ջk2/֣TiUb_p8*pikʏw<5wG\/]^bA)]3mqscK!bzC%0xWs%\y`N>Cok' ѷ1qFENSDv8N?p`W  +=r28 ޭh qQ/;%Xbx*)'D:'m*)ZC8>"c̀ɋFҚ@j`guk輦(q@{3Si) `d JCyDҌ:>a*-pБr^jd'60M?‚̕ł9c'v9:m8VaWKȚEB9CGF 8ANU/m2:(秂J]w+D`hB=McOxfr$U?W(O?4W;.Yn۔[( MΈ=`B2v-Q: aqHg#ϲSx8Nm}evǓ{O7[ҺT%UV6lpH3C \)dNa AX3VÉK"ɟS$; "@N9O8( BQV4/? *أdFhq#wUye/ƙSlz@Dnd£* ?N~-t"f)6u.?zf=w1@]mDӉ6?MpO(<ȏN۩3M5jX JBSe(\+ MNE`k4q7REmnuF=:CW >l U^ x"Ix 2 ExM_kkUO f:m w!)|']Ԫdq~Yw[1/>5t!R)/~$ycI xk-P,N@gvgFh0 C-&("} Qӡ-d@o-[D_1NJ6"j%#d}[LG&NcSO1-mw}-ǻpbb㙉.vWilMJRjÓm9yRxgd=[>)m=/C`W FbD)̿xpTBc-wVJP\sgMM!=[bMO&A*dA>90BCNq(l 7Ohd2~D4A?xMSa5D%P24 ]UEX1 <".sNMf.L5BBɋ ⩓ExEwxܚpb!vC8NvJ:`ao(u$v845m?3K;"(0q{HBILZ^]$ P~0ʦI"{օz7;JD؉" Up̌=qKR5E-9:g._+V1C0@/|׆ zۘ!ͨQPjeT*rO8zcYmW4e1Yu\E"XǑn|ڕ{fuT 30\X/R첔_׾7_u=KO@߅˛}CL$+fnYp2R]:H<.r'Uu/.Hҕ]S 2,RJ0SՏ|/PXWh_ahImrvR+Vq!?l&U;a"I^ւy Cγz=L2 JfL @_6ڋvfrfG?3fiuأ=!f`X,Vsf _nPm !LgHXke IyzK˳t'b} q^LpiM`aylH(&Z5mrNP}Fi#ɽ|7wcnxN1 1߷WxqDFEqwƅ+2$Rܪ;~]ZN,Zqga"Gu*T5U戈_LẠ[vK!셾w{q|:$-0aa#1^ǴmvatB/M0Զ|Y&<`英&0oKA*FNn\QTH rDA!r0/ecP%0*'YҴƶ0GD;$-l}DuiO7G%_n`u.Z"{8 g2k!h&rDy7ڈ7\ ܔP+}ZLczBNsŎL\ 51xwۅa$eOQ(=7cn\5L:3GZ05fݞc 8JdiV*%T&d俅nq'[8nf&_gV֎*)[\?c?K᪕=Ό zC ZC &C)n5K_8Bڲh&d1O*t}Kr'e^0, OHꭀpu ȃ4{% 稌A<ޗ3eaMy_r/ a?#*/jAŦ؍G݂ie9Tb#x-^}gMմ̉u':$4Sfp*u6\p=BhOG0m.\X{0cZ Yvۈ2_+AY9;Uqf#䀜4c\2nUCC)+aݶʯ;!44Z-y-qG-=Df #}bd >N }H$8'չh ̥rFOFluYPQ!<FRE>̏(G&R-\FH{H4dsQMS%GvIcbJ$A){ (> \ r 3a/JYYnd ?zӽ&*zבc_sHBւ; _LLm}oC4[W)pA2 spJ$> .Gԯ(al{v~{QQiNZAڐ}͇9xK.;dVb;(wTJ @FEal}fn)<yGĪDhfQt/%t=yط[p-kʖWX^}<6UH\ލbA ~",3]Q<3|5lkL?ḛHYQ18N>r o9.(u,LWЀs"+mßb1 QQC`(Yʄo >2c5';Jtr$91JDlCI]5q؟M_ lkS~N >%h]՚3@P^z$HCvi庡K@q AK*wn˙ 3ud(FW)x_)?9U$A}>oo[]c(ì%smʒP[ə Py1טE]2X(G7a<?AϏ+[Ȋ B mِ٣ő0y ĶWum\::޶RI9an7yP|S4ZQ?)͕iPy/.{RxD1^gL6SuA֯aL-x3p_|b֞|i} h:8[uMϯp[үC( QJZz[[3(UdOsӚڽߘғ^_ev㞐_8{ga²*F״Bug2 0et90?pt|U91}N1g"a +scMB?7:^5a YK*/D2zSRzyz#ZB{A 춓+h-0F;x59^k$]ݬ+jDw('ZχCZ"I"c{܋an(Lsi-l" isz77L ,6!G-^5"}Fo=FgijddCZvTBL5 iZ3aqun5TCJD1Ji%W#\LʨOh,J{G&˥.AI&^F-YUkv"iǍ>Oh5@$wD{wN8pmDkI!bu#nHE`$RSgBz$N'޴*;m\Mbt~[ ,iعTx+n(LF34632cF|Ml~5.S5hp#;sa)vm}kTև{ã]7-L_LĶ#m3D jǃ[o#~.;mV7K - \˹bP"JyGZb\~y3=:`V,yo!Kt:Nv/y]hԎl2[ +Y KY*'//#TpIRdyF{V}S \nυ@9tQ86ʪC;'PuX~9Ev$w21peoPI4L6?̓DBcy_;+"'W{~LfY7Wˊ 'Qc̆& D*Y(er:,;ꩦ?|>̃V&a%~[l.< ^oObGm8.4`v?}G=s=TQǻyRWMB8?!,Y!}h<ܞ et|C S +dJd皹.b@2QȵON1 波9Q S}%Mk犫)=Zo7*7磇CJ۟僰3hx Q? :Ң'Ŗj)4}/;3~ bXw" fG:Q8// wfq l1^ -ydYVTIuf&kH80SKǹ?@cKԪqi?yGD6e7(S T5x`,.S-" NDʳk `/*vgU.9Xr p8'.CG,G;"GxSGIK,z#2{*%H $$=i<vhavY*h߫\@M/ޖ.6CdjHSaϿ‘,bT9}kNr+ő.0PƩP E,~X!`l5 ZZ?7LJ);cz~s{[Ow'740zoJY ox2).o>-M!k,-:r#Nbd&RQ;ዕZ7E=o   S$̴cL؍9۾#EAf=9f'<*עz+Ap+F' 34eI(&ɷy5D`:p/Q.=L҃Loi*UD&&9wЯot/>wrk8YpHBDr+'['M#RB_bI^۾wVf}хG&A-T @D݅q]p$ dnZ9|]{{Rxh .o;Ǻ]APm.Ridk(:, M&=]2e̍FK0湬줎md*L9v o|}a9.MhEje04D&=",`XL-&d \Pʶ@ ~+e@.9se}Ѫ4hf*ῑO;,,ꈼ[â葇FxIltsN 5Q}H{j8TWvlm+/BA1q(j Hin=kU|yLD_ .>p=*@,#ήdә&A^ 3`5=YX 0ۣ w/v}i#q[( in\H;eYoSD|h0f;1Xm(?&-!PaOBÓs}E@!ZX& *&zN7J:x|;&>ښ*hH~I7j%:' "-9mcu:10(bL|qN"lb@,Lnbvo3O/}]@Rۍ\c4V6\d=7+ X lI:NM$kw.\o)0^Sjޮ޳|3CkU'SKC3)֏Y7 lBK/lB߮YR1&FyFBcglN/O͌og?gV^E/zUuKٍ@΍l7{p= 3q8æt&rD+oUY3hpegY$&#nP|0Aemgsȉ>^*9քgW2LCx0Cgbʹ85MhF·pqͿ3kʓs<&%qc|$tE:8ꉢ0JzT@*ynFnpގw5QZǺZmh6o%g5VSm>PZ~o E+:BG&_iՓ!:R$SqN> 5Q@0wP%oCd>C_Lm(щ/ ];i _?lHd2!QX#>fOF19p1]arG~\红`O ;驲.">6]2Qݡ 04iEQ;TzS`m(TErV :G062 wKdG(`%[<M͕xuE"s=.ߝBW]-2$` hD'vsLm3_(*6t6I"C:9O 8q֌1+us"ߔJcGxA{`r1i>az86k$WNLe$F8ڂITk_:wqo435>9.9UV*/'1;dv&، "fp(pd|/9SSt]x7B-\TGU,./řAD\}HED̘~HDP. vT$#T%ms׊=ƨy= F`=#(7^ŭ0b*|)sqŲ4&Vi.#9CN2Vnkd}IXw~/MV(u9fksgPe]@㻌]ٕA gnۨ`%eǨkSK]'t!zgoD}tpN]d _RcŲ,P~M>;>ORt${ǘLC9@ޜ)CwL<k0Q"q0rTrI~"y ./"!dv8u\\\~!@iFoTl\{:ꡥ'NIU:0h ʰc&vl[Vp i\ .8_ŒK]DQwLG`L[řJ.PB(qN%CLxn,fl1kq9eAiahYdvm"p͏|?B%PbqỎXRmHR2, s+3V^=FyT3(m2r)%ytnFԠE/n@&agv-a3a>6\\m @7 ojb/ԖX=mHq6D<pփhNs)/!#=2!DoCAʗ 'Il*18,KC(&0i4 ߜC#Zҗ5.Cnך$u+D_{ɸkwS^:N@Sa]IgA(&&Eh',9̿*n׹&]G*jM5dRWI3OxQ\s/5w~bpDpu&_J@~Xl+O ^`s] w48j@;53=c=AybC&RkVv#:(B%\5*-ឆ0@Ƹe !7E=價1 d$G$WM5 *gf$/SD/*Yo~ ۬tܖ(0뱼"V'n#{a>'$R?,ee+4hLT$MPaj@ɀܩبSm#7A뱎o U.A:Gm7, b)7dhRgcjV#H>#7WJHL:oBy")׾S%y|@QWz2 f\O_P) 4>7 6{08 mI\Z~2do닐fͬX,QnmH|rI+fq"1W8"a$ uS] B,BȣC^[xĺhiG|w<w ]?/ ZMƷ^8_ŷY i'U@ zWў1:#-1en0puRXo|DG =Hkuf G70.-e=U0'>Kgév *A5>$`!$y4EɋDQ3|b^54IN<0 ᳆lԋY'Ŗ : [-FJkh\69GK+N6d1hwLOOӒo߼Ǟ3!w(U e/iwwWOKمʿZe d27nԦ/gg@HE<ը 2Q/TTܸHp6Vi خZ1[" < M#AC^/ dĐA ";/-S=cl :14b Z*QNw rA~5n%:?!]?/g4YxXh1Hg^.\`+E;r|XrY:3 g=ƶ+̑ 'Y$`n⯬,PשĘK݅S bKQxtDk#I ;-fn&o1![c "zͣ,L,Ӕzٝ\uZzLj3#x}Z2^e9>1F.%j-8±2"4qu-xI_R8d.B1Zv!l,_g3!})^9CoJ\z9|}9aެs ]6]̸8ϯsBUT%S ̝$\b o˲AK&ZrvRR''p1:!Ȣ}`{(o7q.RsSw>==JTN672uw&|=MC\l]a?_Q`7x ~j+s XjЬAo"%iZě0zfٴ>ײ:~:Au4S 4B#I bI6EcN$Hx?Lۄzf;"M8E.9sou?)P՞?JV]'M-e2Kœ:CJlؿ P3m\j,E/B r&M$Nl藚a!Q/V}iH|fФd)Zv&+0*%ȣ!㸕1^l#YM݃׋Zg}ҟB|HWVdF"Ȓd+ldX*GxY$z0frpDUt3Nl=S =p*A"_#-vr+"m@ ' cȾH|ͳs>eM?gKc3%I0 gwF=[ Ǎ42շQQrnp.h!9eĩ XZN/L9IMtZVI@Fg}5ԇle^WAH#6z$Re%cp 6{bmNS@Z*te<\<,i [e(H=.FBYص!M +:=bXZ)O<:4, =, .渽^P㞶C cDF.eFM6Tmv".z :F-dN裄IȀjB ]: { j&` :b!gbuO!zI;*%A ^{\/tM~*ϗVwHCUݔJz(UGVG(P&J{}SHqF yxsy";.WX ;m&!)Hd`F\Sn[AV|,U{Y|җO߻{T{ ^BM萜q/*jK8?D#3!Bib n>A"&v3%|<1Icr&JkgΧPX]bvDgKb5"ljqf0fR}bc~ao|&ΎQ(iBZU|t 8n z-a?[i(=e=?^ښd3xCק~v $684'Ғ/]֦fl*Ǥs"LÅc>ʲ{/Mol>A ǼfMhr(XC纫M@H0\^O~ƚY)Rֲ6i-+Kpj ?:=H<i~랬܌KD` AztSRRWKqWlΒ u''ѪuG 'ӧ$SmpKl@ȭ.L'Be$_#a"嚑@0 %6 ʫRO13/րyDOʀfF뙻oE*tnUla-}{ ,^X]v,?ggx$hdIS9_)6D5d vO ha1?b ]0krK~1'Bt\a|yrOցQWq܊a]779o1&N#nhaVgt:we8W KGOQ0cu 둄9Gz<㐢x+qDž#IM;4FP anl=S @0~XՙF%m*Eh-#f>O{n֬:1Yp*e<!z(VsjVf^NQ[p&tUeq @ ܚgH Y!DSZn_@=GgGL8Ɂ\9ztZeipyA >ПB#Xo\{32B:h(K拹/њd#= ~l掯}bZ:0%PَHGeK26 5I<'Y7׈D|nާ\(%/K)0ND1U 1Nh?˿w7K跰1} J-jA(epZiTZ1/sC d^U )Zvu i@{h+-o*)Vgi3 Db\}0M8S;YrkVn?۩L2dcjDFA>q㘑 >HǞJ|S9u@Љ'&]2{xjy,쮢 솻g;#/;u_( |Ŵu%d)DR~_IBsX/<<::1$ibд4s-~]LO+s']UO@4 *\u_#9D,@{Wqg@IT‹P㒶,ݍIwt_=`6 !([1K}C [Zo41МTsb{NDE*o{Dn5U\3*<͐;7Z2A,vB7ut$S/  `7]zgAh|BD~j.]ۄDBPo/< 'n|pZ/'rrɝaX:ڄnn%˖cľ B$5NXSKG;sga sW&[H Y:ʳa&X֛1@^fm@!(FbW?y. _>OcB87e&E֪&GA+6 n83+T(%\MQ:J(?uE#t;Z]ČgAc)EQ8)4m3V2~JNuaYpe@PB8f[enXXǷJ5=,+EPy6W7ʤڄ?k˜A )FGeWT1/KM\%'VvP"Y3]qL] dEx:1`#ʹ\+űF4zjFw2)׺da8SwJK]e>1CYxm3LnʊC\v5F2"9\/oR,RkP@᝶Duи-}w<&\es Dn,s; V̘2-~c$ j?|0~עv31j,-g}DN景%VܙQ a@hUg(-9 fUZw3lP4Qv k_%`l{4~H05d>®@/NLo>xw2/cگ4Q~_qBV>YPzy)*2' P )#N8m/t1sw _1Fk75eūua&aj "syDDTz?+7 Ϙ]maXML,\e/|{.Pv2ɓ>i#ޟݟ\ҏgSZ*_@Q=>7VoʘIe>}!/:0*3=k|H<\6 UMTg遯%TjUci.ũD@qEPI ,`Lڜ,]F`<^izA;P蹘ğ9f`?Ռ83aN3QZt ]XzPVd6>`5&*'p  \sZ@[Žopj1 _LWޑ|JƋ>O%6:O&cm=~4oiѣr),7GEL5a663e 'IPYv5h@;@pXi7|J@!}!2hhϊwVPT?$%8 ƾ-8AM9^@L*ZR.C"Fg*)a9+ܩܣdAXQrKN(L3OFPfErⷺIDj~kz)i|s`:*GRNa0HK~'αa[{XԾx՚< >%. qG5vyWw uE%N9奦U+,J qY_csK!$raWU`U&r\r8*3 cnt#;q4z {ȲФB:6ܡ,YW8N>%, ,2Қ WnD.vFZ5z1~7߀_[29!J4,x_ם{1٠g|dކz8ޗ18A6;5@ x083iQ(Ԭ@;?s,EP_(~"ZBbI͊P-2R{pnswC4U4[ф3tOuKIU9?/SL@]ӭE_1DR+HV:;/A\k\5T(U27*2pپԟD))~>M`:[]f4"3I!1ū .sB:JN70d\wG\=iDJ0.{I픳 _ɿ⇲ =pTPcw]$F}״(&Y*iyVr)}('5^yz_[} Rq*w}2/v͒L=L6r%@@TtYI~ttJ|N{V[yPZ[ Q̘\l _|T]i.lPjUrJ~76.Ҝj;ӤM!/BJOj?(U%cӱj/> zq6BLj{Fl&0LϹb+P}$"ǣTBObL,xQz hAISdmk.G#nFxF%(lOv`iυsI@&lBN$s ciHCDg 73edCb6 w1V|$(؞L {Уmfa(H<.yh-./Lwޘ;F Ȋʈ_GDKF=U&.d3Z?:>-tłqb;`Mx^͔lw;EXͼ.$rrL'oـt5SC6*r gmIhQ!9V(s"Țp!8SiI:Vmt2 ʢU`vrFp:9 ۔%b W\78{ıw bn+ Y8>_"tTSoQ7-f11w#E^3@L-c3EE"1DŵJuԺ@ .yΥtT DES6]k@OAQj5DlJNr~{XB{ ըD$o!%tMdQ_*,8i *w铟JEWuq 0(7sd̦{Hs&S*Uv׏JB4Hp*i FurcLeqJk9e9ճ|D'g*̵Զ E2*L*/5j)7y= Wq9y d;t6ޞK志#SiDUJb ஧(k:رmOxR? j.IL Xc0} V&LzFcA`ǂ7Ga \(XPI t5/0|Þ̘!Czc}:Nx4b0Uo0,0bfIRE|6Z.kWw[#ds$fpK%H~fw'8sǹ|<aSfjFnv0pyuk[{ep! d/ _dT8!ZE۹bDm"=\Vʵ۸T.em]*`4`:FLK\ N(Cr3S{pr2:8X= NKߨ.Aܩدo%a%2 \RIϾk%x:S{q>O;hG MbIIlk]f?!1XD/<:#sPt 1o|_:Tn9 5+RX4o fͲJ^Gkpt~g]˭I{5z?>_yUѧ!V&," HLac+$P2Vf!** ewWG-9Q"&Û+& u\ e[7'niޜ[71K^,؟J~ Mn$Mjyo7Xcv[*TTO$syig4VE4;KHUBRxl +Nz8 3/Ij˩YZB7K^JȇxGK`Zq,E ~[bT %+RsCJ婺D*-A Sd릻FGLh(aP§3ň|GGVᄉ5 w:=9Weֆf(Ol@ O6[$Re⤩RKy))\'EG K5حՇ7qL:6K-IqjyYEx 磬ŏ۱u+nDHM&uru$};\[*SM+3X, --6QP$^" H`V1/| FFYndM8RUWTF}7, CaQUt;PJ+uȶUb[iX 4A9F0Nh%85;7.ƕ7K.Y`6R: k"j$$IEŸ|$%NAߪ"/qv)YՎnQ䤷ԍ?VYQyKC^XGx+:"Mz0^G-4x+9)FՔ,rE[}On^JIS(o+^o*hBʨ{Zh>F@!S[ОŚߴ۝<5&*Qg%?5bK \7hS> ߉^7z>j¥5X#ߒ DƶO._6p4WN͓N"pDG@׫a;T .s:W1W&9FɻG`(+%XSXS.#m]^s#I)R^w W?9>I|#ΑOY)P5 Q΂$,ٜ߫91N_}52SjӱyoʬuEBԼ1MͿb2:g3K;OG1 ~n9 BCj'O>HԦR/; N>ÎI$PF}Z`5[2-}m(vo>rX}Y@Jʩz,1ԟtkȖ0Ty;YdXEof3~`#g&nW;^)$+~T7$^Pq)mfeSRzãV<;Ǽ 2y0"*ګa;ŶxD7G@ysyŔ&DK/!X7?)ɚ,1+.R<Ճ&L?By*0obρ>5r[Lkg'?Ty1^Nu'r$ޔ 8ML]/5>ǽ *>Kk* {#79ud|}){gi|R^mjIw6l,!9谬S/q .j#BA8~?SX%+RJK^iA qքY+ЍF|Y0,$i#KLc 3ȩ_ȹ){8kw)B$C} ZŏT]ή /g6-T>>`Y2@x5rRB/N-%9*p[ `DHSACKawء6>vi#1xY$'ܥhWXuU$/hgS> dG;W fX;*q.`v3-N0Ԁh O:zŸ(+ M+[pԢ rZ;b-4W(f-鵆\(꽤; Ued9Pww7sC8Km2GqUI}ѺNHod~ sc7ztsKny&v3&-4mN%E=1i|Gu˶ր1Zkcu ̨ 4aKʁ}f$ԦެeP+z[bPa!^ѧc6ֽA^t_.c}}߰`ypײh:@jdmW1 \'r|+VS]4&~]-s7*=T.k=~EΪY,AT$v8Mṵ%YCܬ*f2ܵM>-_ai>{O tUV4[-Ϻ@Hvռ{v+轆n&7 pIm㵉8M1ERhZP*-.pX ܭ?GĆZ&#Kph$a@* 1G=aVSy+Dg®Mh)jsUBN#H. #gB?6 L_eZJ+ y}"Q4#;!DiKgʧX`Vwy+W(H₽2ɢ+-7suD`ٺ:=4M"myzy9f*6͎-54W+tL_YHU b\Pck=[Ħ@Wo_:RQ~YcUG$b@PQG+Kw]El'\/#w֔^B x3HU~-0C.p)3W9Qɷ-dP9!}s }6{M"o nI`>tׁ_>%?}x0v>{]ܵ#LЕX5J1F~G"HCRӘ{gpr^,+M])SDL+A_svAN| `V'U++6y:?F'ubPhV,D-xDT31.ikhܠk,qukeBaI<m㻢y.SIN` EDۍHU %x;ckENY^&ΜVk;kyqfϲN$Aq^R(Wf+=`\l|M8-~i#"pv'(W6`-I#ðgy/hB=v{>{E}edǐ̡AXC^Rwڵ x˟hڟ<负r,C>ĤBǖЍp^Ɯ26yZ0lI_Toޚz exR7ltOi&0|^c{> e Yg.1Be\eH ' "Sa[oV–uT[b2Nht/L|&ά_[ތ Uj#mx.#$I0%j -]:II!O7 E4B)ahQ_JʌW$.FJvWۘ4:ĸCg [߿{8Nہ-\ʠ"z 1 [2P".&|f a=R 2|O$S"y;yI0qoit6jzA%t{ .[/'<]m7tr$%˞ZW8G<w3 B'~m1SVɢELשjW;Zs֭,ɅZ8#9u+AIg6qmj8[ux f[spm /= aXcK: `韘!`uFk`P:zr>QVgb*u-8CB!J{f295wl'e ۤ=#-ز~>]D*hMaɝkfu*[xXZ $9i)clH_̴`$4 WNH_H Σ-H{Y4(m هOLNH9Jm6˜j0bM>wMQfgo*Kh3)\[AcЯlC#›l.OQ ]NQZ͵n7t_@eOuX,;?(A:u>JY?ը5e)_ZRUhfJM2i¤⌊\wGǒEaps%lNjlzF;DtWe̞jAmAL'Ō#ޫ^5 nqnH *%4?)B6~ςz-jwow72d^`ښ!G3E(Vmf&L~+7S{s4Cs@껦\4RJy2EP5lpUL%϶(f";W'ǜ'm$'@%0Ƣ۷>ǎ# >n Q-R;@~y} ] R~'k Q3RgU,mלҤrA4^ U6q֮#Nq޺'S4qjil@~hGDť LзȅkܴkŔWYڞ~UU 9BIٿEAQ햐*q|0" qW ~3.=sT=Hx nĩSjLQlt\霌0{7ѧ9.hJlyͿ/Pms ŋU<.~8d)7aW*C³`L86x|c! q\w bDO>2!w;A72!ymxbGH}Z~ѓ}TlcSi Hw:VsBԅRojyPw~SuuWWSF~R`L4cP>[2(+0Oջ̉Ɲaš+6'8"dZKy=yՍm(L%S؎oU\o9gĢc!z!PFXy9SZ\J71\g(!cr8Ұ_{.wuSͫվT$z4+T<*<+9m c2et@BW^+dv)E/KJD1yllM鉭FQ~Xa#7!N>kO$#ږ'뢵wKwbaӈaJr*kJH=.B 0VHP9b<{7jNtRq0S2`ƪth 9fV9 d?h$IjZU٪aƎ*F9ǫR@X Ma>)h <X}ssmiDJ98YX(,6bi-[TtoBBQu)^f0θ{MY gڦ+F(yV0dϝ%*p}9 eqmhO2SѕüzA.K;bSa19Sp4G< \vEVT"&nbnϿ$ 2 'T@zc1IZXGYOa!Em hg[Y\JG8#p#,358O <ʾs'Ǔp / !t2-7?+Z{ SЬ^ގ<3hQ#XϊJOW"i]eތS_DGa>A^BL㧜x^fwz<~Vo 8T5&^\d8oYodsڠFy)vJ`7X"x4ی\brݧWm8_B({%3M a4nwjO Ҹ,+hsr%ibI>1vԁ:r=ͽ*fXѫqd^!¢`e4jn/o`՞tF PH;"fV1RZ;9yS>$a[Q/OZkUBǨ^L+.1.j˔G >#/V%A"p^M3YvL]X^Tئ߰)׊D:sLA*dv6H+F6x;Wt>՞8NS6|e/M%eSe㍐ &ªw*7r)~Gڇuے?$yLQG"X0Gk޾wU|t7N.T>ʱHI~J7 gyՙ^%(}!!׉R?lv8l~CMw _ЙuiU[Bɏ=[!Ғl5;4ވQ?:wt /%~7W0! 3$B"u;\2S-zȌkaoB$\zK|/XaUˏsq·j #jǣ5T># MƐc˷ڢ1K5|:t7B̌qb(cgLvND`wrDg^SKm/!:۵ܾ td" WVe?xxjra^CYLj9%{,blQgUelY5v6e$"D[oA$@|:;RNJhM˙&u+çy Bl!)] -ߊ)iSdJ zU3f(' zfo7[vڎ yžEX ]I-ÔkeƟnhR'T6ڎWAkY/Y=lҪ1e٤}-ֽy`loϠtmNdUgII+?6`d٧pT$I R.)ILNĤvY8Ӯ{T5?e2.v;/`殌fN_ڵ+>y>Psa /[ T}XUb_zi\ q{(fR7V:p܏\8}5#)rDlZnjS5 zɷ u\77!~SpMW>`%2H͝ӯ(",[q&!rKwl@C/f;/>؎n[KCi^"r ݹq ġ"=(j^w([.^/rAD5mBd?L-$m,&Aj+=ěz4Ѿ#\q&d% ?jQ YOx6v䁀>P<Ї*Y+MO6)ľ$GTU/*0<q[eUynb,fIht tKbۂp `_$]Qf E!]6bsP+sDgg!sqsp0KǺE<D|=beJ}ac%'aWȧ#j#?XH]YI9k™ m .~ -7V5KY$M(siz9']Mg- !s CN؃2K)Q,#1uB*M -ث;7VϜ=<dXOqXă3 ҿI0{p@;w <@\F(q>߾d\Q(7A[ᳵ.Rѱc M65HgO>PG2&建ڡ5;/ *{j~ 㜩'7h;U1 a1LA[jrtHHG<3MIY_{ W2Vg(.Ukp_3$I)IH@Mu?2:1"ss/Xե5m؟}ř`}/|X1)f#1%T5rrv x Myd"j$טDzm 9Nr M3Y[g"zhBh! `:KgKFچ2WSKʹB쇿зbT^˕mFwzvw÷kv^[eqSo{3TH҉ t /|FV| U2,$ou|>7m#|VEgAӫ"Z5߽#0MS*JƂE(eA|,?):kypEJ*Wn"Hu$>i[y]ÂZlܹkd& 2k_ZKa%gVeϻ}YS~a);R>hT(kiEM y[>z gD%e7zHigXxŬ~z\%3ݭ_m;)ٖٯsi>ࢸXm W ՠs{nfӽa%Z7ńaQY8$[ê@H^mB;v2a4mp3 Ԍ ?So`y3yɢ=~hbE`L2! @ @% 7Z >V`Cbr|$"E"y6yr+u-g_Mf_̠"`ÉNW28 X 9 1pȷz)Xg|l*JOZB'n'Eg>ͽԕ=,+˜ӭGίK]x~mј]CpA~\?S5 |8?-/8t,4AŽ -TQA$$kRh;r}zhrkxC-後ŷ9n$H$yƊ'ĂSy`AY' G%x:ʧQ%q&]4zz HcL|2=IJaj&1r|7+5}4{)԰e/G޳vyY+Ӣ@ EJA|1Xȩasx;/Nd{^%pY7UN׈]}wh`hdBWA9ؘy={aNQnX):s[X+maaak>,5XdMXÊ{Bʙ(D,2,uiԵᨎ7{21B^Zp2W<M.>$毾C=RIL+b$z%,lφ'485 :[FxRGC91mXt;R~F/]$J95N9!hgB3!T |c[ʼnYtLч4 -Yp{0JnR#SOLdih 2 ȌdbFs .'>aԎV91?y Y]`v-]J|;uFns^K9\{ e!~=W@kQJ=-CՇ?69Ԙ3iŀ?sBpLqfWG3sq^-1)pTmh+QY9ahp\y.ٴ.xOq-Ls%UڃkfgH0b,<17[Fԡj6m mhsKZx7뛝yo2& /d[6T^ :VsXj; !dF75,n(T]*|«THfq~oZ嚓rN%q*D3C6{S,&p`;4s!@'h pr"w5yGdF'jH[`lG-''md VQsP aظ̜L M =U[A)P0n`!1V =_ޯ>2TފZ I qWUZV~+}eCpghyWF6i) c:npF.Hxx>p(FzzH152-ed/IZBt/徂"~hua9bEHwƃ 63x JRQL <;϶q~y{lwm=P1IeH=R_9$lYc>]2]3qUZN \pˍJ//kO:'\a3; 䣀c*fR֗W3DKb?R1tƚg)4 j%,s7-ſ/xJQ)f.;fR$,cҧaQ.h4}zÍ{*a[EDPx'2>=v^8Il"F8A C(yˀѯ#:vJܖΟi$/Eh&-};8xUYgED.;o9@|N4>\:0)gx sn$PLt"LC$Y&zf؈,:/ \P|cK/:XMԲ/3B&ª, ;VYWw#k͔$_$ 5eU6(I_,U4c)TAspNB3S5$+)yɄj7RSZt&q9]/쒹NmλB #ã.'9(ANQX*fvpWY>E#:Ձ0.:c #"c5qQk*p#Ьn#iu`$1=w>s~n wzV q:O+2n۪bK aPXjt] Aa mռ"Mۢ=&Km7-.i&+=5lIԼ]'N`iIfl=@Y_v>YwĝM*1Xڠc|Lh ~V-spM, ;[};!+⿤ؖ݃ X$Rn?"ﻎ*f\c}m6q*6)fC>YK^ ?v*[*$'m|ϣұ67F :л%J2Ƌ8ESٷʋO;H@mhKԵ"v. d61N4Yw_Ēxnc<ܹW]čEU-hS8{'6ARGJRqvnfzwu߅~yչ; zjs~(87dN^H3LTYC<._+ {W iZzRш= U|^J}%`ъ79#b4! fwtMo7 -# Fٔc6Bu)xw9ZjKJt@"p0lr&zN-dcbV$Zjmi &>yvRMZ.rO9)W6(bkeŁZ #Jj]^u8dP5vAXG}]2`] (¢xta6 z}B4mE ;;w!Ha][cͼch'Y-2˿Ӣ5?ܢiRGPVx/ZGԶ O~].NJfJ(2s ^YԜ"*LC4R0(M/$3.?cr(,}Mq>Ѩ;gX5[8MI>d 6 mnM&R75.wڕT!_iM\q^C>'cPѱ˷ ׸ØkCD .y~Gs`^\`pKwŮ5Wl3]>zHjn]'D*'觲":r>v7w@]g Pѷ| 4zi2aL+W>vR8ݹYL,Rlkj^sL<ξM7 ~fؙ-b }|,7 7ؠ:6t]QYL~"EJO%MM|^z$oxN26):Y+8K1QchrQ Mߝ:ic,Ư/.S}H*[c02%I N)jg-&zw;.CϊO$>`t'(aaKPadf1Ȉֆ]fTRܒz7<Qy{\UpO^$ ѽX@GWމ\J'. HSBL+%*-ƞ|_eBND䗹&jG8+Fu@ yex3&&_p:Ώ`PYF DFΗ6-SB1!eeߕ6-'CL?!G `Wu˶Cd1~v2 m,-7fs'69ha&uH|/ .;Mnfr@@SĈݘ Bua[G`f s -T45қDI; rTY,`-9[v=:Wӑ_TX1d&j\o&:KEyrP`(Gk1?"0 XLSIDN60U-n &0_8MIv!9B{g7;‚y5"uڸXt0Al L|Jq l`ۿTk8݀=.Cs0F̳֤ %֡N#z0,}<ЅcFJ`k[w*s:fx- 8o@`=yJLRyKtn@u$p (--~1â(ٍŔ/zVQzX1[\Jpa4Rbۥ/WK0oB|:.JNˏd{Ζ"m_[z׺]DDEUT&r-GЉ}T٤qw#Z%`^unS=s4רoWzY(C5~VHx/Õt)>+~5 )[a?wܘǽb/JC{(r_!0Jar;#d"a"׳T/^2OVg宪׼ة:_ i>!Um^E6 Qtb ?id~꺃wzi Ċt*/&\uXTK ͦE¦ԮfQ7Fޡ9R eiFMr C蚝lyowB+O94KRP`凁QjL9`iBLy0u*Of7L~ڗx)$qJ[# $qT <.\Pi'y7O;2kilqMĴޢ/${ewǯӲDGV6g,hwv4!߶P{BWOИ7F0O7 V M"bw=xR|v8j)M8L ϒeGKOm>IG4.,]%ݒTcM4SN k_x&q}S5ݹ[6K -MX)4NėVϜ[Eߛ[㫝E-p:3mi_b&ܥH|> -Q1ݳdˌ嗴S˦?a:ŷ!I8ޠ.Ɋw _P qE8T o(+Aݛ:FJSj~{m*_B% Hк) )w?YyR%@/Aփ!B V1߉Ab1pqO8Qh9-(,d͉.bM}RH ,P9;|Xu 'L_ 4Oަ 0520t.Ŧ̧RS6Wa3ªX^1C` 7W|}TңxJSvDXJm0pLmg vT nbu]hiϔC>\:HG7Gߤu1Q] }W+McmqQ@+/bЀ3-Z>QLWre)@ wqƷ #bg,)+?'9ZC{o{oU `PukP{%c͂R}X©oqJNfe%z sEFOQ94*}Lsj px@A jYdr+ oJ 3`:H)B hXR.L TbLwkYYd#z%1`3$ō(1yq`#v5T O)}_:JzUdRӶ /uf{* *6xkd\WG2c)ӽHz?I vB@9k{zUB:MEG)^th_rviO_ת*jU_ Q$3=N@8"3t @5Nl RA_tB6%B>r=&mLゅk`I  qK%3.Vڗ#BLSPoFLT_juILIxMً \z?$l$ |"N I^a-~D;l޿B9\c|p϶]ZDYܓ$~LzPz|EXO]9]]a;QѭHƺVO 4dj?YK@Oy(AZ͵׭KtG%qz Q'sՄ[Okqb}=qڑSB%Z/\('YY g~ q@l5(y<*">iVhd&W !ڈ(C'!#..NAlx#ں\P6 ^ȘVHUǒQ>_X8F,6./8)ްI3Ĩd<'hU,zg("tې,bDV,!daIo8ҹhꅜݨޱP]XG 31Xf ՠB 1?9>\%G}w^w`9::Idb^+oA]FegjH;))lYs962xf(Y`c"EtkLNED^)]Kx7ins$%gt8)f 3.@z<3YvZ'`$8^/Hw5!+R^X(?gWJ)1`pyG[tת -c-/x|S+tHiB~ )䏭SW|QKTL(>\1PP>+Y&8[խyl̉MX0``"v5#V"vǍ;g[TtSy7u9\|$Y*5nG ڹ!YܛWXK WK7hPMY]rnj/tQ 0q-uh>:T0xi:0P `6|%A91gqj1AVH 67vv3u\OWQa٘,A1yЩDǃ9!^2x?5&oCbU4mpN3 o!")A~m+ȰZ>hSk iJ*wkTp7J=THƜzTs-@64Z"uґœT<6@QCվ!XM~ ׾lq{/{]ҍ{/KKH NlOS>[  H${zdO,C&geYr&Kߪ;>D,= l+U>&:v]DUXzp?Dbq ׄYFnwQÎSkO+|XM)"BLS\@ᗶC@Ha2r; ^9Qktꔠw |z{+R;oX' spWf<\g4C?/~kGj!K%QD¤aRXZUK>2'|/@j* 6fz*\Afҳ+-)}<>T?wJۚN:! CO1' ӖKo|ѻzcTD1K4]JdSfB:KFn]5QI?QVXcP;W (rۖ2!n/ `-D}>=cV)VR[?APj"QUзr$UyqHO-bJ υk ٦Yr2b:Գ5TXIt+2P*˖qq}L&q * Pk;~18uML}Ҽо6.Qf?z= N=[#dRn24^3!t-p4Mk!yW [acP1ck}AXyWlԂVK] yq{zCdYe_)ñ"_ՠqmMxΎԉ{ɧO%%RyJ"Y̋ +z8σKTx8lfB[m=^B ZyGeGs}atL\{̧RhJؽANLXDa3 E8PnjR#Q&+^w4Щ svGg nɶ,+n㻿_6[#ˁU tT^1ңH< JaoDȰN㸏677NSs&-emْ8il[pÚ3ψXzDۄTHY-: AsH'qbTT>J&vfAHX(BRUD }dóMy1cB{U:`c'L;mǾHڧ㓱,O/}\.b`a-Z!%M6.yϘG1ٲbȄStwpBvi@c 4a/bT-I9Zpk.X)*'. \) ~F=(ԄM%~JIfUnseN䠃%uф cXw1QC<~b7 1gLfH1M߹Q*2r/3^4҂MnyԯC80Jr(*" @y:(6'u(,#PCm4Ff{ `ٸ >[jMU2.6Sf>%r/#cmoT3l & &~ "#^;LJK?#5I+' ξˬ@9?*͔jzM d=_=tx3ts;آ[zFwS w#RTg,B{ aSF!#&Yݸ:5Ұvt7ay+cK'R`J6$DήOoheqs]eCoxUwO@ʀM-Y'vHsLx!_)l(?v琉'y?uy.]ݐ$Gc0? .%>r,($s$nk\-߾EÂ79gg:^4=3DŮޭʌSOԅAQd?bx<&WlYN^>x/ X_\$z"V!TT ?/|kYi|h= oWb3Nb I_sZ?Bٌ^."Yͯ&se'%}xu :6Qw+淲iGI+20&x&!j\cW)2+Ϊs(ytlj,$L `1ĆAHZO}饆iLʼ]+͜V*t5 $j'Ki^QϬZDR%ZUzOF,L:hq* k5kb+\[yid<_#73-'|/ SdkC L<a,dTeH$za>}UJ'G%$9e}{FFBkz\yLJPCXp$Inң}=SE_ZׯSs0Cl6ȼك;^:Y!kE{į9to(Xr=V%\,'VIj{ۭ1haflšNnXI)G$k;fǡܩZuP'ݬ kmA/݄+C`@C$чbT= C2̸Nl>I22")8w3ʇ?kisy6)*~9q+~91Jg*eS3a1M<tI* "C̻,u ~'ZqQ 1vֵ ׎l"8}= :0+LsԼ^ެOyEhpʱA( !Kx&ibJڽ(72œ[L)cZkUa ܝ7Tӄ=ǖTķ&]bո>1d5 ~$@l(Y}L9 D̯ҹʏE';d EH)k>A?2RIDb:|6jtyatpVhHywyƋ:I;Ba6 y˛`J\ f}pXHq|Xvu4LUP Ձ`"+bv;W0Φe$ 8 퍯~U9%"o3=ؙ{麟M*@jh4O`T6߸{QJqBW/;qoh,?\ yN( @ҳ{|N[Lcq'* b.+eY}AUG!$sqb<,F7 Ԩ1o3 씅|`e5(J( 7΢˞јu|繩,p/H2JhGG0%_×c> i)\:}ի " [: >my: {z506/`:%/7&Vz(ժI~&7K6`3vp;WkOTF_vik {b} !# B&n_Wk)d Q:^3MUX }@ rBZi_r[HݘEn6477%|e[6fK?CnБD;).pt峡*QL}snڄ󑆶\_ln;!mUNc$~OS:jaP7JǞ݋̀j asp z2>(כ9V q}mrVΝ$J6'P.2E5E ZB I?$n}K7I$<%Q" {/dk40#V} g8ig*0Z'5ъo*_җ!<-OO]2 4re͵t5 3K.AL ] ,uB4=BOy); ڪ>KebA6!%"֘Ͷ}9(3O5"(l8h9* ͑A% nguJՀb+WC1 BŸ]76[9ޕ%!ˤ :.8(]n~w{sҪ G9j;Mq঵RjTr"7VʏFS?yM],L>`}ΧhrQ9殳 N":CItefw\]Bbi 2dndYpz[dbX$@nCF@;oL܃W3"fOk8k Q*`;6΋nӌ *BKa ;ŔWueZ0A0oDrRRjc8U&}jk$ְ #Bee^(ZSKq WkCZ2U7rj3CPj p,UܵQaS6wFĽd$"~NէEkEg@<;@$Rc41RܽUT"‡ 쇾Inb'ƿatdhOk\l!LZvsJ]%ApD"d>dS4[9 Dyc<(:xfʘAM AO#;o"M`E᧭l0>ª>U<3\D]70nu/|03]ޑ]exB_O}^ K Ưш&#޳cmk o姷#D=j?E|;&zCeO@|G*~[* zy*DÛv#^_sbF@Sv8Qdg&&l* lfNzK|SA?qrb@\[s塃Ρz#;AJNa[d,3tS(җkoEue W?:43 z~@ e- N?]9Ci,s"BH6teC]Qȗ"I }Wޢu6kPt>$;,-ul* T-U?x7Yw;x8{V0(Ӝ:`͹ q ݩ%K;HaXN0[uv]#W} Xm?o,&Wވ8ٹf@,x$_xu$¬y`1o~a 6sm:'ȥ v0UIPf.ݳ8MD3(8t9l^)+!(*4-8t=w~Ģ]z9 n$A^U>uY CP(K&C{W*}A#Lnx5*U߮{Di 0C视 iKz_2nlUw9Xq6isL8A+Ib`aJZNu6縎 `\ FGjӃpK5AqEcos :\g+M%>gz$fzՓt(I*>Ŕg!8@4ү;ۜGQ |rq>nnEx^ Lf+S b W`khBkbPp|P? hnIpjrW?fXJ b,%^hiόxL<+IBORjsUDCl ݾ/&T;sHR 4"c&-3r+*y[&~#8 Oqzp٧=PDb !+CX.2.2nKd[1MRE btВ^2(D `빩8&Ds] no|x|o΅a/2ֶ7i?g/qJL nv6,q_"~pMUؚ_T[ SuV~Y#<2~S5JPlzW{wd=1ʊhy=0ɅUk~}t_QrmĠwQ FO[B#֛:t¿< i5-hg{!$`j՗ZZ:ƾS2'ݻje|X}YWr&i1U>o0Ā#j"98-2bSwC{VyN"\=PЌ=S9xx Ùmk gq'p\<䙟il<$|ۗE̔4–WQ|]&!!|)k7lN!pd rΖ^̈J!9 0 :ˋj ڍP- pś<[ H Ȋ'w<SWevWvg^Q!ϓ\9$~=SO8M2vĠP33TR% 2Jkqp϶)7"`ƣ'}m*.;v:n#N| =mY8avE>HW@N`[ /F4NxA#JvGO=vA<+Q}\S qý9&K|x'FD;Nmf'y YӘx d/!Stg[هAIw3yKb{JOI"ǟ)oB*,r FʘhO` [#V{F-у ՆGb*n~ M%u}_I܍ԭi_o#:vUcRs !0.Z}R[f |/6xo5Y#pٻfP*rзxNdѮM#=tͯ޺ ?3Wn0'k"زh8h;"?w~÷p4kz35T"Xv7e;v'|8S- #V(h#5IxR [K<&Av $Vz{@H8iו<ةa1_*Px\@Λ`?*,v!QjAyqCXK:{!k4`Ūƶʑ[Cm1 Wx@z\48nR*_lƗ0 g+doHcXSt[5KUc'fpd{ԟ<&L}Zk]H9=9SaOVGwuڏ2#T)GJ(vBJ*I#&?Q$~ S٫LֈkLZ@ͯ2/`E !xQϣb=mz|y%lSDө%q{{bfOBX'سNSiK#'.'[,Xd\KKjX"b<'u\M=0Ɯ"7SjD5z䏏[Fw%̯Mn5'9ZŚy`R&mqhg\ H{w gνHPBX D'P.; 1¡'''CgawKchx}}"WV2)HH!*oL1ƿO00)8s wqگf`ٞ-)o)qUKI+'<  PG+7!Z7%!veEIVs{4?;mQx%,vlQ(ď5YمZ|J@1:M5b w x g|xؽ"ΟGK@ݏ~ފXXw۷cw`g`Ujw%Jec*ce;Twf~ 6<DoynNPYX-!HL0Sqcҋx*7VHLnYPvCm2eE6q[w˩5 f-il̅ec~z*;Zճh(HQ6HRֳꪇz3ZQE2Bi<EbVύjt&z*ݚ m6x=r؃܇pz*‹Bne6@O4E!L'*PZcѭ'FQg@&*E`žZUXPذ5"Y>Sˉk#,&P,5AGu YuBpͅ/'6}_O3`i86fr|1[>4kd{*~ ?}pnlA ?; 7d4 p{ kFFɞU'9a4R银,eM"*6ң(ƕ^ل@F`%8m![H2ն2urĺ}A$ߐ5sB]gXu.U.H񉑥ӑ`oW,Ynww*|£R4S4*n:WˑE|-)|!SȀ(0;GcI"[%ݜT0Eo,ڧ{^8yŐ(UׇD5X kzciZl,Dtephar[anMr, \?Btc$h4?)EE gBǓlĹsp<#dOzvHITݽ뀙.E(_zޓZ.tih uƋ+˭uH?}fϨTk* Rkd Bvy[P+@Pq^_YS'H?Â/&հ+ k%}v_U Fg ՄPVYd'ҜTn %>kQgij)W |}i|F\]؀g`ij909Z:;G#\noR^!y~ ?jo(,H0BR4@]^hIluĂiz&ɧXy/r`{"AQB-˄fmsvAO 8'?'b)+\?.PA}w]cbN FZp=5/*Cq&gzѤbFVeNE?II"k)jrz+OrF5)!nP'5^&BP▇Ju Qj HΜVas5(5 0+Y)3P3.Ԋ683,Np$aExL`ǯtȍjqӨ)u8 Y!6v Y7D檣XLKޫ3*TlpZ,gXl)i -&:V_VM^X0 k\38[> *JT,XD/]0sMޮ&N2N2-]0^Cd NA<33i0J`eh&EB?fKJ-muF)I<˜v 4a #ǢK{H_qoY޾U]INR^W0khɐgyO#XreE: @%.؂H&ʂ;WR ;o IQHBP0 ,bݕ\gm ΍wE: LMjW⴬v aJl~K|F^x؞bQr;q;Cs^I<1BL tɐS.#hi]݌ǘzfKt#Bt5[5vXKcFM z1:4km+#ː2yohKO*dm0jX -l܄t/pǬN-sC:7sle7nlJO^ؘeraS]7 s P,.TZT"/`c W,vLT{:{[ m%WtWLPυK Em2 9{}Z+qKJ,pyJ3B&ph-Nժ~#?sM}.$0wZoF.0'$JЬSޘϩPPƃUBȞ[OPK/`i?â 3VxhJEmM!C˹~tw]SDĮ;W{oq$kLC{+ Qn07k[S#I7IQ,wvl}PC3Sr~6\SfﯜiI%4r?ɠ+6}G`lT)S(Jjqb 0,0٧$V ޸|EHLnV -Eʼ>*J AI+dȵEeJk/˼&ڍ`3!xx n4ZE9|l U<~iJU0@HNkQj 8ys-~4U':ҾsC N0^qy5 I%p^F0=c"k{~i` F~iAT8ؠ t[#=øsM6924ݩ+; yfڣt*h-nJ/SA)\ԥFkXCd4ydJW5~WH7WFжonvDlc9dgs,R_ْ: er Yl [pn#hdM˂ _:cZm&P䓹_*ݮ",g7Ԗ?BvQ9qt@n' kyB{Y"جF%±.4+`!^zL]Z?.Sl/rKɍq:,{{=T~D=.4rBGa|ФZ~ T,njlP$p^ e(>0 = .:\^9E69a]Χ 0v NNo{9)僛Pl=2@P1kW"p 0q8=شOy0{5=ע&yIcT--]pv|b ~jIH!(Uc 4t((3d:mNJUM+(Aeecfg!hW1 }X];#>.S= $ $V^Y~%dnӢaWE~ey[HeYyQO KJbV)/ g'rC7xLQ,g)^UZ%1(/1Qt)L\le!O;W.H<8#M8|&錋}ϕt(= ~Cp$_*{5nI$C'y٬Zakv%4E(7ݎY,IDnXqMي>#ZbG.sLD6 )$.<_G/,hMNx[`@0 |Xq$æf韾S!<[]~>g+!.6}SHD0GHk8_ խ$K"DS$!Jk?uIp=?j+ǐ0eH$2 #lh}axxjY[k$t$Ǣ(wDh5 2E'{!"OI"Ǜ[X*53EJ~9]h[SPbnb̮+'  甚kE߶gk x\mZA>V%0!}BdĮv]P^R@S'z~WlL-3újz -Dj mH{W1NV/Ue8шaX h fE7'NUjl @Dԧ1Nqی<6ӭW1ws(t:wD.4EM<-q~q`*'S`9[DsޑݗiES^xDLheⵇLY0=ƚs`,ݦ9Qb_k\|3KP`Ђ sq&ƷW.MN)OgdJݚDexL54x@oK~#v7s}YN`&~/PϞd^q7RiE)isâ ᫑Pm!>k EFAʧ]HnFYg[y,"+h"BhrbbXr͛/MYqC?F\]ƭSiTف9is~rSt?J겪w>ͳ)]'753'v#`,q4pṬr6'wem%Yu, 6[ ѝ@:pr鼏xtT)s@ CTU0KU |]hcE۸P \@~g[ }o>`6)ꄈ5NE"TtYwUN'+KxxOYLxr]HNN9({ԇC(#,G|@MiKǡO^+6l joŢE{I*`~FQqRxŗp'雴EJpS^t*(ﴕwJpu9 r[bVٛ?3`K2^7tfΔڸ/n,e Z%(s׈HUJ̼B`p"TOBr"*lym9h*T?Hk3ɔ҃.&VL*.$/UȎ{͜`4T{?[Eot\J~TƺFb543?Nm 'ȕ08dob]O9DA焙}#*P|:^A]U~#(Z:BbH/KQIWOj[)5e+$}2\&l H/ʾ'ۣbJ%Ѐґ3<źr{0{n.*YOUh-r:3zniU3}lP;HV=\"غ1Q9>w)]'"Lnȣhۮqx܀A:#v{;2m}db+J獋2TE(/R:B7\o J?BZK\}I3PX{4I_K&zh'j1WPC':=( Wr/iuby6Tϻ&_+t7$. jM}6qlY/c`HDHKڈ;TĄw#6J~̌|ӏmvUO#v$RL+, 5!E9E|z'8Zh;`,:"-R&JrWy<5Q:R_sh$du(׳~Ħc'H{CǾ кvmgsGڤUp\l[= kc-'l;#:" p_k0x/W~69Mz tIxS5 Uw{ V֪/zGK}ȅ3/S%qskXsXxd>Xc >i&uK  O82o,s:1#pxZ",BhdҖB˟iL%xYmo(4^@MYG&*^%k4@8>*̯wv l@bplYL'7A$ =;I* g50C%8 Y.-^#:ZFj5[eu|Nu)檐 Ķ݄@BZg_Ea0%uvTqש.(q謀j ~ ؒ=ӺB7Q`rtU֮䷪ӔBz$E4j8DZk-/IRw!H|im[aFFz=ȺFGDrkTH+x8^/PKaû_ظ"_ p*u&FUj=~R6)I3:񦪺n0dx.R?`H5|ݥ {]U\7%M*f/}(GUol +f>YE5GTe="CE.5Ѓ7W i ſ^,cj7n~Z+*%s&3],χMs%5,akG5$##a7AfHqwP%ST3:7F8^@"`D˫’ sAkXzt ;\3@TgAh\ tFi_8d:rnS;GX5N/*G9h=V_(}tsr%!2m@'ֵa:1cQUd="Y: ƽ8w Gf~4E_,U$2Jذ@p战i.ɮ>륃់([;F+©ʽuz?p/\2A;PV]p d~N*bqu[V{|V @oy,3;1"lZf/m0/6d_HПc`@#fNP'XIn-]hriVeX)/3%%G!;4d[j][Frk>!O)`]˝Ȭ#dύ'C!OT-GfqlhQl$8LRb~="Q2O3k)8J/[e+  s S:$X-4)m6JBe$o`Әp/#4-Xai<: "qןcvRr/ODᢤJ!q|PlP; U9> f:-? [)#BMLgW4JY+![60Y|`)~|L8ctמDͤDT1Xq.l5Ѣ`/ie%lpIf"9Y%BTf="շHw@癌cNJH AqSʕȰAO;|U~RAC:/X+=R($[t[Npt `)9N!bvm|A |/ؾMRt+-)x#"4/!k m9߆rݘJ/d3ÅU?D]e}ș씧JD gpK g$)˗va)` 'lç;z2]R.G/]-ͣM?m`ێUϚTy'Y诚~L<]jō勇\gkZlY@yxBV/dN݅w FE瓆vb<mww zDrnU7RÙJycX|18ۘa#}ҒKK?):^w?/8\ZȜaK,_Q9#J@nð>V16{"]esa[ڛ-;!,3.YG3XFPQsc8Uo?,{N0Ѳ\@"lO.yށlO JjE5^O46Nw̉oaa`5 OWG1 =JH/4_РfAíMFa:iw92܊e9Y/ eAv_Qw-հN~, ,:t1쉪t-ll=T -4U !N?qX\,$'nq3ȵJ'7_󇶻>7!/klĸpk4ͬt MvJWoakW))/]ld;"waLڳ_40m N{΁5ÂWF&* m鲜uMef1D]\!^|ISZFSb.\ݓӽ_nob@1UE̝-d)%MApF8̑FQ>q)<#:_HJ"d.46nhTeh\G(Y- 9[y; ?1.cpЬ_htf5#&@쓋)19R رbCMϥfKq!,'2܉#h`۰^;һEy51& urSPMz0*~!f3= h8J`$2A:RgLce3{V ΒS;L¸ ToIAVKpX_Gη%Mn\DKŹQkN.o>7*MӁ!k[}|biu֐n+7M"ǯ(jXgv@\ x=(3vVs 7(U,ܲJ.{`1ܷ"u0|y`\᷼R*qߙ` ?.2\I+%=cfnb]f9;UUȗfnz!o?" qy+ D`(i7_v|] ny5| vesԪqRmWRml CUH 5AN}tTY!/j![oH`^I iU͛@NoUk䑫I38T @ӝ#E?լ|ʤu*hԕ&];2Iy_#Ou<u {b[Ӥ|s/@eu44n;xaq[^m|GtChuNo&bO!wPyc?C,dS\"o&4jiA̬YR7ڇUAOC 7joc6XA8_`nm@BȲN97DI!ȿpC&MdJ2H*< O="M6 @{k 7܅.~'̽ b]GSҋ&HLTR,IpHGvga4m;=_y-#'Fb_S9*jL@m=Pqǽs4נ! ͟d(*!uJļP(nX :ʗ1f0Hmmv[h J" K~`i6&CMM8HKAjZw?VÜϗ;`!xG. z]Bw umH e߃mV/0 B|fJ<ƆoBi ROdϞc5E N2W ĜhL|aSQy_ά#+LJ[COkqa_vњfpsUGPO\jELU'_ )k1F(sB9b.BRRzdg#(.$ [by@,[xV3aԒ )֘Aip..8+49Q\- 4MKg y9z|o>@tyi_xNʒ,B+KfSOU2%2LqI^d b{_c%VHD`m9p+TR?$m n 9a@n'WGP:fl-{?@`~=sEz/fZKLpK?  %AE1%׺ZcO#q@AN+W%i\S4&WocHf::]Osyk30vWE%C "R=M4e?@u"Nhd">;5#;pb"}_3zeUې\uq.'g?]2#ܕ3b@kQm(n,Ym \l FBPcm71q(йhwYˁTZU弙gD%g%R!*5 ݱ] ~|\U`qML'U\)h$i$Q>YU(165I0$6U\yJP ,JJr\ /,'4JR>!B'MAԐDY(;(,/ڥk P$ eo][OL|_%%G'2P,S]W)k\Uȯ o;}^fFFCeCڍCKsȅ DDyO am"΅44 j $GƹA^a3clB\72* b0jv ^ E){6ԂɃf=GɩPOGI3;5300fs q~ς-k=gv´:{®? ``[|IBә 8L<; 1_/+'w IyndqڝyzYwQjLzE $k\-\UV :8ZW_8D{c Bآb@\na"Hk=鹏G&g*֫nR0 䫊HXG)Қ8cM,Z18Q@ZM1Gf ^$'JG4ΰ8G}]%15SWz|`y=qƸ$`<ȟѴQ7mQBFv5~;LV-;2>? Rd 8(c?%cΠk 2dWVNË yEj%ͯ~&®6. otx\ZM4?Z/.CgGk϶bQPS5O쬀+^ },J}Ĭ xL-Bd Y5"/HÎD]%B4E&2 7k^tdQ[ޛ}]; |2e ]D'qW )~|Li^vu}IQKg>QJ>Q:(hys '!@y]Ӏ {<2=[,B) `eG^5VV'fNe DJzF-4 -Alyj'wObV84$04n8ֺFfipծ0E-Aq'q~F%mp2 rW0W@GH*8⣗_dgKn?&v;{3ͽN- >I("5ꧭNS$ J | i43OIPi-83Pp(5:y/@u1 n3g1KILYA6@ ~ F#z~&Pinc-ZņjFnśyX3[%Q)r#t;?o 41qJLXy8ȟk$U:VKAXA)ڽC2CQ1 R}{{u =Ρgšx)yd0 !dw?ϺUW679YwR-j)-ŗ# tD#|V)(]F̾UeF";F#Fn|o'/E>!yįfq=6`+L|mkD=PPA%:H>IqSX%CN8a mulK"m&4JOIԗQ M޵2RN3eݟtU*>m ?{eͮko+Rw[nzb GҪɝas9iLw2i,%qQ FHuUe_a} gˮ2&&@LBQ"AoY_Nj<5/E2B_ƹ-Ǻ;(YHP,>T_{k-B$ T*76̈́˺u}.nå6l]Lot\lZ~b$XK6\/5"}=v(|\B Sl'߃kǿmɲ6I:dk5\h\q o.t>`bL4  Ջ*(L!?5L8I鮀+k!Gc|ڀLЋC &€5C:SO6ڙ%if*8+i!!8LvXKXuqPa{ TPI]\|>D-e{^x]q{I=W^./ υx]3 ^e,ތ\Ҡ8RgLncӌ]JvKWg>s0'vQj+pٓ΍ܢ8?2]eF=t45 ,9F߃gB1@;ܲ j+‘be*p2g` T[^ApsBf͖# 3/EF +t*$.>*)fibt=/tA*V*na@.P'Ot&=n [UxԯBU1K)d76J $cwh Y8X_je86T?Eunr[zRZt* /V[#v?l9iKA<9,UlYJpuΑۅch-5mȫ@CUD2*<:jg[yêTt]ziY? emxB]-8kUl& 8 qMl/P U,oAβl9˲ %i>dJ=~ Cy^C5$^'e> e%|ik1D\߆L_9"T-2`˭4fkInz50;1@q^5Y{1v0n,E(qjq/8@|- ֗<F>yQͧ,^?L&׭TT'dNfD >W`>NzG}'/GDs{q4֤2f^ͨ#;ڣBΏ*Npg`(=NbulK"#y!^hܶBeis!l"G:د4RI8/f!Cf\hq*Izf50„m77[$;J6%loz,χkEoN'Q f>)FPAؠA}9|tǟV!z?W}궲0{[EV^ am5/חZ$E=qnYo-g=`xA9AL7՗/O@*܇Z,!].vX ɶ8. 5qٽOGz,mX"|u4(cdTN}T\ JDd\xC F-D!xPI*qr ?:[TK 6%*ʶ{<0Քv?4؀#. < ֑-هNY\Pʵp959C: g+J9KcDBDMP)ECȝƺvQxgkFk#C! lpQ)*X%-4JYYtQqx'S@]Rx9ȷD8dž!|'}-!='hGf6Юqv$gU/PlDo?sJ=ZU톫o3Ϸ$嫆_s[4J0h,ULGs/?Q"6St5&X %ZyFLtjqR`E $$Fw`X3Fq<=HV:$)< 宕-,#hC)FD˫W;gKDjS3 ʵ{MH00ݘYA0'RMK2)(ow{uhEO& a8_W67`RT97 kí*PIf gT#3%ETBǖ2}<Lt|lQui#Nc"vB~Pyky&]n^ O/"AlaE4z.h܌AJ4KN |.C} # X{^!;0l'ĝƢ@e™8ynxr9ּ dkB)bT AԜʆ+4e(UOrwE.zY!a^,!ԧ״ד3u[- :V6q (}:@@0F+@ qXx<Ȭ열Ә+ ;ɕI>0&Y. i `~(S艠5T՝p7[ɧ#Իp7(0sэԘWhDP &>/|KE0r48{ml5,|I'*vъS >MRxa͸ q&,؀*oAAF2|l${m?`~}?S'q6{*TTY >Yrȴ_Z`1wc Œ&b;bubk!Q@5u,$Osg9׵J# ٓr }PoϯRH(eֽçH 0Lq ?Lk'e`) 9 / a\eʝF˼C`!̚' 8(96F6v, Ls6"02@qQccJiAMe_X*ӧWrX=_l lDlU8>J&Fp8ʪL_Op@r_iZ\|F0=Kہn^`o aJ;l.VƮn ;PJ v !kӿ!ݪ3mx%ԕ@;a<>v2wD?3g.[Co5zldjrÑ(H&"'$Vx)hg~Ɨk.}lG;,&ϷU:°ex@:+ke|2أ;Udnj!q<Ƃd#eH4s)ךv՘0fx~׽AˬIz"5 I| w R9*- s_{Cd{ MMFaj[Kt9{#c}jn\[}ks}M9ZABQ_~K'FA%~F`p 9̩y×;MvT=uJMҧ\}|!dU$tߖT8!wu7aBvrF)dtH(tYix\Ny_WU=|mwpN?(}ƽzL=Ul33GQUɡD൝:5~4PNn>e?* lzz:rI}_|^OcE>OG,ˬ#sdj8G8&S^]w8975m6lG90Ί:DG̛ޓ^Lf+3%uy0/+n Q$ Wif}h5jLr0dfᬃO`\!Q]8K{mnlY̥{"vrxQ?^.=O&:Ow7df~qv1tSFa1+jCqurZ2-"ا a&XaV?:5@uVý}9G$k=bpUֻ.&kg@y-ā4aF[q{'Rfk.2Oɔ'bPG,J91Ř{ ޹ חqHlOfZDy"cѬӅp}[xz2]f?FC&*19f`FKlpf(ciw}Mu]p&Au1K E c'F9enɛaֆ2tWWp.V#Dɏc6FQ/@Ko\QjIGI1]> W{ w:IKr4l;4^]6Jʖh z >>Tl7TXX?Pw&* jŃ-%#\a_3l6"f6.礔uؐ" ט.$OsN~Rɔf^0=dq1{^n"I+gf"K~%vhqBx+f),jX('[] Xl';#]}ύ‡]*i)3*;?B/Rٛ:GOW\3;{"tNET(Vf:s+y5{|O]w+PP+;m\DY{33* Md1l膮/ۖ0])-O j'v*|W`o\Թyh2{o*;fjG`&xq4E'0G'urF b+˟u@Cѐg,$߳zdNT؜qҜ2t|GME#Fy5@];3,8[j"Ʊ5%[}٣4 }l L mkH X_J/H%Mhǎr3'Lz-"=,.ړ0.;?Y&C1H|OJY,, ">8~jfɏ]$$vD o5#1 31޳0ml2|FPK3Gg@ѡ_ed0H CIn tz/d'i5 ) S80 B:ԝ堪KC,JmP<˄ _5[$^1$>:wg1'kMp ߀V.wO 0%0̘%)- ,71/Oء6a <8Gg{Cc2;;j!oop殮ZאhiUX<̝HtyRrSo$qN`oCk Q8蛰-rmI=Wܗ2cm_F{J.zIDyP0o7^uaޣGmoLՌR˖b"a2PaM@+?qE4fB0+S[hVXʱ Mమ4PLqRU!`rF9K*Ɂ'rQBǷf _P d wq Y޼Fs6@DϪ{ֲ vG}f+"lԸJL7947DI>e¾96}.ՍiCyZ8=$Em"b xpd+Sm=>y\΄KnWb"58 $FcӏDUsj;Va;hj'ƜY[4Ҽη wQ~99WWzYgmxօ;X)=.Qh(دt*qr HB ՖaZ[&qS!hFH2ASv}Z6A c];~DcұuOiv3H BT`xv)XPj_AfBf率?a.4=12$( Cp_c9NP:YF"ʛg/sf^fg:Q,EJ'u6y! ]"@E뼴k 1ɺ\l/=nxƏy>Q);\#;Wj>li׌MͲ*'O!$֤2R8Ha]X+>\WltB>E֦>;YI2) Pu':p,n=齞7ܱ>Ph[:]'}>6۬e B|]k7dU}Dv0U>2vF_I 1Z,w@ܬ擉S($u#%: nlF>HC1xEd-VmNw$9tw8Xefjrn<۾c/3/WƍQz2Lܗ7s`N6f XʉA;f0'Z|UOJ^˧BCdfB5G.!gXtel8. SCAO:kUoir'i[ٹwu3X+- KbgKi#^-\7l2_U~p g%YڦF`Dl0s(SZJp6N[( >[nAȴ+{B+*Ӧ 5g</,ޑbnlVZOǺ -[F|%$|M@|S.P#tvRM?=\xK`ks{TMa|x;Qc[3aӳdlӉ_;N~kzV~)4>B _B`XRo:_- ?uVz+ScCee. U]~6ڟ)~.Hj Q35Gq= :) )N =-vMAoPEj"L ![wm0NߨήMz=芺j A$_VSÒ--仸7 Y_S--v5,s߯x\q YQYWUTbXB(8!Fo2 _v.4 )Z1ԜJwSkat}-wtA(,t2\BTj5Ol ۖ(;c'j狎Ѣ{yEW4wAfǔfeپ5_m! ht~?mO{#xNs l=rwѓf_QZsѨh:\E`rqѰz ($dc~ 1?16sPPvjiBZ!(^2Pvz;f]t'Ŭ%6$dx Ng}@AbIhbEQJɯ&r+\oWϩ}\5ISF O|s;u"9fe0T wlNEPtKۓn~  UF:{W\ߚ2 \4:.`D搣rxoZ{ W\O3T b8! :_]u tyV+`]b^:5}wp tݸ\%IRڡs>gc(`K|kA+請 l iT>c'vt2a1tɸCɳ#]Td ?-MqGfthap3qX@7X#o-M'nwb!"Tߏ Iu0CZ%0jo\$"]'vZ Y7Ѡ qk{,ݟv$FPt sӑ^#G9ʰ+Qtl" E~#{~g>&BPtgz[g[jk´dm)}Á2S1 Qⰸ&:jX7 bu#+`Ns3r "@sͣ{eMsMw'yo1+d=.=/b¶~!p#RgS@02tK 4Ʌq*fxPl}Sa_d-x> C=GhO[E3 -,(u. ֺn?2Z’4 jb~#*d@kP|7Vwq?jIqB@uM357J99lN{IhK' K%keaSa*Ɛ51|e;N;@- w)9QݽB\: 1o¿a`A/Z`^\̺2v\ֲ AfبJq}:ι[ ? ̐I2.De-}/I{ <$qpٚz|s=v:i]uUEP;DRp+jF}6熫ox}|{}yR[+w>-eΝ{"b;jԷ#Cm$V H~'gc(1W~baW䂖pRBЍ2tSlH 4grȕj]o^l s P;J4^4-6[dOQػtI(,3)83.rqp\:{$gZ)=Xr%BRo}/T! 帿֠d3{4B ȹt<άf>=yQNsh̻o5y Q$uI'+/dᨣ!\cP9ܢXA@wE]m2U##ƴZ+35G>Zk1>Df/]G91^9ʸ7(C / nftk=`*ճC:_ Sxԫ1hB_=k>9غ P,49ҏ+nGxm[K f]O+^kLTf@tQ+jpw?h᪤~LgD۫4|Qs(8$@ۭN%ϦQGk;׋oі˹frwݵ~n {$}}Z kq@NkRlT y8dT}_6 4 ̒"286%NaFY7w pxs ܺ<ଗ˞xa?(ā|n}ҋR%NRDE"\InpXGh Bζ uxo/@'/˶ŧ7SHJ}cKԸ dRxcZ/ ҫCd֦FgPV ~Lv}[ZR:vWz~ ʺU)y akE]yV&daT}Te/L1Un?s2mc(AAᡒm)mx;ʻwmڠ?JW N8E9kq;ѹW^`d:*E4 I) On1X1{t2' cTN<:`Иu(Dʋ?HxәcV;W:BE3\4Ar Y⾎A2j[xnnk AB%1=xdCB|)MJKEpЦFFOy[,jnԹj2׎ | >>(cp<71h -GBLky?YW]]Do!e)bOY!ij. SJ'-y̑E; ,OWDr0 ۟gp%"NGX=N^Du5B+sEkO$ЯfRw$z\v,ʹ|A_w_a]|`tffgYcv0Dm!^ * .@Ud-H(?dR쀰 jy:RaG?^6dMCpAv\Ȓg8׏c N.뼞=iN>(!KY\7`EyCU|%xN*_ְ$T0kԍK|VG'(d CZ%,vG(QO"w6$:)fئ˚Q w/Q/客'{]yn' :K„2n4?"Y!pResIoc[>/D4s a+rT?I=q>5u'hպ"F/ϰ^1?!&W&8m Tⴕ7' Lyػm]rM3ĻbxX;rұ|v<S [b91H3DP[F! 1XvV$_Ԥwz[OŎs`֎0;Rjttxc"n9;,x{ %9P?is3%橴ՕXyQR'Z*d~YW=YyVg0iƿC}F%!g'&/؅ ;SZybȒgAkMW>; eɞc2A$Ay^{ :ܹ icls4eXT\>]$;{eovۿw]W : 5#} 6B{/391 A]t;㐺m{Rz h[U)."@xJY\Tl !G%1&i: ,~mPu_} MLC\~hG@@5>V4ݪڞjWGMWk@BsTO|(%ƗƩUPDACMۘJDN#Ba3( .Fq-15 2(u.,μQnG&#D˿-ExZHJ,XVuk}"()?k)~jon}gom.AmGcVA51,,)ॐ\@$X"K ߸RSCbL$$0Iq}{ ZoY3=7;s6 xVEDU_AoY\2~Bjs=+Ҩ߂,H(-)n -^y‡?\9 wݢյ77=2\XEHI*UdGWE!1Mi*CS|_'Z8ۢ-sGu0,tӳDgWpEaˀ%#~ohޤ\_e$l% HAi>F$NQU't'LGU$UӭfK΃0x*O.遙d$F5Zڋ"7RT͟WP ƈ/?Y*قlP\t!P Ɛ;}«,_ Dlۯٲ >8cnnh"/S@tf5LQ@\s+;z{Nw63,' ksS,qr7sa{lmm5RШ}j(N15.f^ҭ]ǜɫO,d{ /l}$ q*XnKZ; Hb64nN(]9'WP6~ >a)< ݨr/Iֽ*!s?S/2X7O!seߋT܂+~&v?6Z))bc|^I@P0!IQ䒝N Pm VA! 6#gW\ C$:u;HW59Jzԫ)RZ~ybwOr6бp̪ ˸>I8Ԙ`sR*;S2}n0OWH01IQ>C4coM.Whh{m`Y~SwDT.7"K'D 쭟S wca!ݦJ w&';i5ıQלei jNB*ρLU2בfv;qqǚ*Ɛ.JeaݿTN7^).Tfo6'ˣ)9%&k%Z i캳j8za]hU.$*L7Vıl[c'쯔skM"񊶳({ËHɉAqZGZqIWXc@ƭ-jeV^UpiOof?ቌ~W~EgWJkmƈc+FrXklVoi53TmtC9&;Yc2EoW 92㹭X!Q3&D 5nv^lX;TIE4_9zD)0V_ag[ϟe Tj'eLɂ YР _{92̗K'.3XϬoVkT+--&ёc}w[%w ` t.~{+  YַhAE i*P,:|76u $q6P-i#,M.ʎ.W)zllp=F%'F+[Y=̡Ч\'j-SIRa.(3>Xl󃽼xb.OܵUi*VK>ם}q)1Nurvv:jf~ smP*ܔ#ooxU(B~\'j!p2|EYb{r,h=TkU&~ 7OϽx?|nn@nE_}A)2YKu$_̒ZGW<*WPLw \ "\W$֞T߃ARWuvM*N7rˮFjXKye)m@*0*P\_l]ktV fJVKn!S z F%oeChd+IͭQ?g泆C)@6y@|u0e۰fUT<*̗w zJDUłRg+- |o VvǟA{RWqnS0֙\̍ӑtS˘s"QqV[09XSDeF ]v9d ]8|a)1FyhE-߆HT_(2BkGAְ^ D=\8Of)}w^)t c'UBQ7&kt/"i>KH,}7*HI*>Zbxucp~{ɪh:wq6lac*[Y;@)dj,{5eDG{,r[AQ"J*Ca $ZW=4r\\ԓņB #cC띃zpZwФoTC{ըpE%_DU2źG4 GFlcck>ep36pҢ8ַ`"3k{*Oz+?=޹2c q8'6- :Mmanr˅&ԊUYq׍L໋AGՐ HQ@&]߬ d("=_. FbWEQEqA25_{{v8m4bveu4B=L2^@=E`~]3bFފhg. &njv4`9>*_>bx+#rHW,iy-r:u 19V8 D>1H:Ҹ S}{hjjW)5wBMmc/E0$k E*I3УGv@P&,D|i<V2Hg],6]@%X#$BZT($2iO 6Xɂb \ns|;qF/ʗO։,#>lbth0wz Rgr>Jij&aTؖ~0*qmd*-oaLqo]!>SO=?& u0Ԩw(cjo[@ozHmo=)0M#?LlFls7V}>szGY$A4nK'}LHoQH 3` <=l!n{lm[C,EK؃y?/\ \E,Qj 4.semYZ(Nܨlx+K,!F5"XsNK[f膼 Z|_1څ4.TFzq@וּ5Q Xx t7& /#sMIqU@QV`Dd$b,;~*Ca.` *a-r:OPC҃wlZ. ֟Ӳ'Dlz<}.[(zʙ ,݈-qi6";F>!~ G\@\~~LwS}C=2x Zj=$Cliwڸ~5POsAS҆:E, % p%J"BAg//> O m1uxH˩P?IP@@Y2'a}EoLAd@=knud~ai~*·n4zLB\+uQ~82 1Z#zna`s4|:쫴;xoM!x@C!yw߱A@I<14H\6ic˱`f7gp_qTm+LxY(#冻|q3‘{}Ɔ*kкH NpA},>5f am^Bݻy K􃎞k vfeRt,¿Džce5X&#'w&^Qm! _4S#>%_ų:I4VG`E:.EB7\syBh#79g15u tW>Vm`;Z]$E6м ^C 5zZTt &+wr UmGjY#L}nmF9 Fe%ǀ8Ax><=OfCP`M@~K&]bGF79_*EaӜ2fwnMԖyιMVj lo cn4ҖKMWB*1W& D"`8HAʿP`s*)ޤ}c= S|U^]0ܗ* ˹,o \[;9=Sg ]gW69M]ZRdEu0Lk=}_;tw9Ҽ8N܈JeĔ<"BHBuM71fW~ ^ y^=/A* Cp/%Bh6w.|M#M/)|a{%6jTy={1E;V;GfiIL^O.Z4v%5 lExJ7MSlY"5 L89 ’hu裢-6`ȍ$;ݭ!<Vk#n H] 1yo}7cԊ",'Bwnܡ&3O+cVxC vZ3PS><l9wpHzg3, 0HL%=N:~DF/mh!fQγ{dE-Yw2B 'V8G}L F|B[Ӻ3@;Br=HW=d 1u 5f8i%r,S@bfCOZzTx~JX0nE^C>$>P}54bB@X"k&O}2P15pi5GY˨#XB @8qHKANWh|;e3 fh [owPV ?Vjx!dr>'r*y{~oR؁"!\6U tʡ[r$^3ȩggdEGAJVC?ޭx.3l1锯fgM <=s*bH0CE^f!aVؾ3H7yfZ+ &ҲMǐQ͘[z4|c'u`^w^]=8/ps;D3+bML6;~ՕU#oV>(Bu75Wz9t( YVtA¸qMe~'Av%X xňb&(VQGl8Z! AlG*cesDȑJ+u ./wVtYp|&2WŬEujx`@iâh'([g0>2ZI5)cXtY 0ݦN嶕"~9RY~p/<U;g2q7H L-D\#M^K8H7գ~g|ƌ;Wisoym'Z7$D5,MҬ#kǩ.3.6%Tۋ)~Q$5ih2X) ZKU5*ɕ0KT(lQ̵v.U_iK<Ʃ#v%/99Ά*4s 3 exE;^ND[I[LOP rAb k ]ϴ%Oh;g&ɖOp>u% 3ťzT`b-z rC,!ߨ}}3lgi8G:ז2|^agL#'Z~XDiL fNT}<7VM%%(55%/8fX!N/-W"%S0Fϫ'YGz@/{+#}qow[fe~`%aM`O0p21rO.ndt)p7ckSjءGJ:,˜ÞoA;N !|iޕ92`ÉN@ˢ3O{ou{J+{oiVJj}WW|VsCҳ#0ˍ{!MT +DO 0(!4UGvN\2ȩ1+; hnt$BiM י'/3uϾ2p'Gj⛞Gv<ۼސ^bJA^-ǜ{Woda2#T7@(A $ii#؁3Rġ`5'O2B)!V4vEr6kD<`Bb֡ ujў{zWO"_{]tNz_l"TN߈OTd}߶r;j6N#ځhZpێO[ ?!{+*Wyb!,iLp `XΏ^͠"[`˫S>7uQ뻋/رBjN]GD$?PZ8t8UKKs򈁴Τ|/X#L] 6s+ظr1&t!\Z;X^&ٚhy-ۡC zƢ@%H.3'*n.X}W8覱˴?vP-쒊D5WLK0OƋKYR&G87 K1|x6ʳ`mӾ8/x0/Pmqx!g{=ؑ×r ]˨QNe{<i'=O@?btuzt DߓQ e"!pAH 5*_{|I@NLĝ^vg@asR(+!YiaLv3_f4 E[HM>,QJd`O9L 7&,޸Ȳpz_x` )2GdKtg8QeWOel<2HBWwj{㩐S<Oi ^@D)s~@7]cSUJz+geë4YV%QS<|S֙Y/ko%YM $E%aCX3]h"}؈vK ZUasGM0 }PQ|oLB#gQU-,2{|6ۭ+'} (c@‘LloQ \-ٙ_%}^nXR3 :bFt5~F98~/Q7n~ ٣-,H <L5ņ̰'R *3{lJzW>Ĩ5ːV́lHh_VWBe DHmeΥ&U_nK3"T}LLu9 PX$ V\!h}BսpP dn`FLIcV{Š{%xpJ]"DpTxoq2yʇ=9PW#yJi2{Z'XҐVC՝Okvim$OD(HC;4|KpMPRJf{j;N$ yM=bD4rA+.# S!BKJ2(kt’]`N9(H%cSC0Is;|v_EQt ^($Ǒ?=Wr y@1 9']堃WAĒXQV[k^<öRλ'vR|x9dpN7hX!w aGDJcMEީ{V_0G) #ǽHb](&O`vľ4䈢1>HAYoM.vtZ}|*ۤF&~˿x '?{cıL?dϝdK˽ 4dywsCs!|)0)C \R`v.SZ64-('p.Kb!Ÿ G}8^@ww Y"DM=ǧmALv̉ѱI>懇Z Ĕ3h$"aS]!TрٗZ]^(_^g: IY@ O5,?1dK{hQ''3T9p+M4M3YV2a;;+F.t`6C d`6'@>#@mxeY S ouXNM &@> fC$W'gJE\7+a(aIWE}I#ޚS)T@Q4J=?0)@xp)?2=Ps=I]劘, Aaw\BH2O s^bu%iU!QzU}Ǧo?=뛽 Abar:T$l#Ue]GO6Q# p\)D;h׶i 3GUYL_&"µ~OM)kzњf#eda\/0}Y:!k\2454`/w5ZC}juc%vEiIn| 8s&hxx&ιULl[٠Hywø(EanlpA1B BBƮ?ZBD$ &2O~p5G xI|X^x3˒:ͼR$kCpG'ػZ5귮N.5$KO6}Tb&j+ҞYf]AT)1sTA(@ ,NJ#ST2?VPxd0sI`9@{a>T¢ 9L!61j[BDիe6Zn,Y#Y~R5޽` %>Ӳ܋'~Tt3s P|g^nKh>,/sxSbd@G6&[:Pw{=`7#Pf&AK%Tyt،*NB SIBlpw*j*緌~"{jql9 oC9:rTH izs15'XKIӅe2:#N{o_Jn#Pa txR $- ,dvN 1¸1]~Fˆg9 IghFfn¡љY>1,WifXoFkcagG.% ʡLUF@qG$B4^yG,ϛ2`8ɵUiNK n ,>؞JˬA]iR!{9iP\?] E@Cܯ5Go5P;X-{T;( `h<>0u L>"v ayiǭ_n ͜{Eel)?zslFA3IV\~ЦܶA[A[k&W88faLQ~!sym=hrh1L0l.4;x9@ٻ1'EBY^Q%/Ƀ39`äu%"UJF'yzKn:Yv6/?2D~z .tf*Xr^ $'h%Ye(D"=GU#ru0XW4'@_oۆ3B)!ū{_1D}co(ϙs4vB{z Zw\mG*MR`n~G wۀ_w?:H?V6brj h~fkaO_|¬uV0shC(k3}$r?閿y@ˬΰ NIPf 8rg!\F= Q ݏ <lj>14K LEhF59\$BfSR>t_~&fHڵN&H<-;Jf?sj{AI,?ۥj@g&rz8՘:Ç\.(~DֱOfX ڶAPUDstP7P(?Q1c/<^ .g[gkcI.,A09j'Zr/C\"-:̢ jg5RDQFiQ-[9bu('lS17mǿY!Iv7x|*π480VFL, @$wHUf`i^7| ~g**`mb-6UTQHw>lLV`Z:(PzCR P)בA3V|rN]A Rxv- o܃] 7ScW9AZ ٙ`w$o".ߟ rJ y'^bNkgZ6*VAϽ g9u cT > L`dHJ",@uGZBs1a-:;&|۞E/$Y!4)2v`ؤ}$x;TIqcsviB !G{AU]XIo^A$9xv+2lO]\µ~K4|7'&:zt.9v Lⶐ>Ήri[ȬX RQnARcK %nB m.Ɲ nK!O0wlV.b>*}]Y-`ɠ4utO? X2Hy]F.ńg^g Lɿ8ނqNk(duw&_H_,H9؇Wn_=gjnvol^\K2#晅\prso&Q)mȮ1"B"@~sk'醘$%w2NbmMBcMy()3PU0`Dƒzv")8܉QD8 DOK1<|j#) %l' WK rI{>*dtGfcg Cv Ks1OMh?ݳ] *r@P[jjHw!OsvJ 6b*^6>\ʋ93OH Ý}@^F<Mcg@ εV3s<ٱv 0|5wiI3G}خcg: ~79+fYXb@/W/#p]O `]KkTz7kpF? hxdTٙŖܨHӲmA.0 %*j .xMC7V=SHK% <`#AELC#cA K'd@JCÍ1I2;:Or\Z{w#s''|DZV'ߪτ)?O oQ'.Cij:J{%3"sg؊՜ csv8'11YUpYV9;ж:V[(WԎ}bx 㚳yLL(KwM=?ߧ0UټP14Ɍfk/Xc )K7`)kia[}貛P <1C(rA(k.w5gڋt0҃q.R549%_:pS:ŕ{taj7w/uk2k 6&~ H&zgt};^*d"cӝhw5$K^AHE7Zowri:`W{ňG\uH $L<*]!nR'GE&#dI FLa!¦sLћЅG Xbʧco?ȚO6hUtr HYdվ5UJl1p^CמRq1PC|?4ͮ .|sw2^\qE4Q2MT[Aե8Jlj'?"IXə›ޑi9`31 lU3qLe5 :QK'sO+ӘO3;v[F,se)8H3Kj7Z%!\wrB38iJ9Lҁ"fG ko@i"kcgLg+ 0CF;~x et@-,uELFZA2^(Pɮq]WoAiA4Tt|I0B4γ=mmoEi l1 qBy.f Ô0KAD,3ЩAE2~mjt2v-a1.EBWR@G9r!xp^]\tD\ qѿٲzR.+z2qFxUe |bYSo T.0' OѾ LN %Qds^Y*6Sja*wx,󷧓br+ 1g=n7l/`Uv9znU\d?=i-.VY>5o.}*qRs*ͥͧDKBH ~F_$x^0߹ZL tq6l?"¼ә`fVH}'q oc؅VBK)Ai 3N0Rn"c 8-MJ PWңcZΔ(j7S-@@{L(ySعwʤTV!< Xe{LF $#/ c:bX)OUx-| LZyo<䬶O7wADHI gvʣ*ie6y ʥO9'{ymos۝ r+ؚ9볖 cݖ1.n-4yDA/9Cl"r xnFihV&uQe ֕]P^(ЙqGAlA0nYzǭwJr2n9ah*/mZ?6wa`jqY_ijX$`2ڕ=OГV>"HqwљiyJY֦/5{@n; 2|6+CX'؄<ѿ@ț SQƶ1&z6#i7V\MJ}iNMH4\`IZXD8u`>m (m`*tjuXնQ^⾰*ƈ&"3)fw0k[X];e}m~{׎,7e>LjQnq~yߖxqȟYY{'Js}( tu7p)k)aewP)c(㶬pF; AxVu ܠ+ユ]8UGv m *̒R{Ȗ99?3ISVVhiqд N,b%L(p.phXE Tu@ ^Yp20JqU[gHI'ԒdLDx!P$o/-U4u@+@WCy@5~.KRY+ݖ5nUertYJ-g}q="BIu|/ڞX )}r,DCG("M+r(-Qcko6Yp DHDRikǑBOgI@dU2_Gk*\RUЁxfX3;Uiŗ-UuJ 1)OygXUUoeY{ma;]ܚAofBbqB(/\Ȼʭ9r%MtҰǾv~{DuŁrߒyv\\6ߨCa jtA!uW?0b~{ZuZ PZB3~s:Tz&R&,Y>m>mIc 6 =p?F: RVC1f.*|pZDLƫ. X10h!( XH=/ ŹodGy J>I]&d}6B-z[Ws7u8!X VڍzcOH\ZEqfk+ih7ެJdŇD0)tmG#ƈ2XQ,B8r,UXvm;gSXjc|A3&|_u+  ~m,!Yڋor>c1j w%;3[uSs(9>1(m@4nڴ0;DxlD+uE{-3lnc߱ZV]mjnN{^vz,*aLxs-ShLN3z}g ] @ -N#/M Xxme ]݀aW1*ΖQ0=w_CJeHN)J: hsͳUY 7XmQ7+l381 esApݨZ2V::tdJ.'iJþ y^k2g9PM$'A۷ '8d}p4Gt]hEUbg!@DM6__?i65_¤1xD~9sVdSϤ-{ ,m "Nãiiz`{);aR>? tp5>}|!qT`,D#wp![ܙ!AjxK\ r>AYd{:8f;0_(W@{m FH!El"Nlމ1ш*z2ë#{aTeo]s/_>{1@ْXٽqK$9UQ} P:l8(.ksK0ZAUYVC!;~d $ 0`jz>mZw,0o%ýC>F(8g'zk*3B=ґ$^.̡wQV} O 1vCeϧl]K*DLO/]KSDzn( hW)d)m#^] cZN¿s.F]YE-@boje]ZMp-9(6°Ϋ&:dx*fF)BmEʥǯ|b&<= ^3:f7 wU̠4:JVHb68S#AݙUT ,e0POC@־j2)iwY^P^LtT2O #[p|+Ϡ60d'^rk?WyKL<2k=Zu8ҜҾo: (/,h5Xm@j^m;>)4}]Ca0B&B&FXʴZb _N8o#df.`́̐3?89=|ZYA> 5#F]9 s%b-tNɏ}Zo8`HEc.J. }d @a0ai9K\?~YV^߲EFs&2 xu&M[vs'ƪ9gUs0mg8dž޶=Vޏ%OrA9΍CgH-TF;rRG=(Lbѝq!e.5 ~ܘp <*6G;.wcvF#<}Q#~_~&d&zL&t%/O\3 WS=] x9vШFn%/Mpeھ{s~^ A4`=xe;?.F"^H5$s˫?Qg]Bh=eU$7}siOQ^M=W b3`ZJjt(3񑐧8BZo(T9W`y@ŝOkH6"Gqg2 \M^D+B"^N)&ś"K"J,e5Qs߳G oH0#0@oʣ:^.dsm7D%] uz9(X'xv& j!tI>IYށ7rCiE;p6דnGjHH Ϋ*K|G^o|pyxѐӒ\E%>Lʷh"/NXL8"kw OtͰh %\H۰50<0 P-EaF ( \9:d7'GCw̓UBi1V`6! yRxr/-sGs~ UA~t/Tw<=jNuaSwQ9&~E m( o.SGؿkMw=r;hZ`zKL`1T8NI'=wu+"HEixFԘ5\uj + i[`_~wrh/[r(G UVY4EFgHe=Ęqw X4Fqh^:#r#FX܋)NZt,0Q=|% $v+p'4[i,ŝ/ C4G]颾vlƆLy6 =^%M&u05o4s@~ ]70 nkLg{_p-yui=)E )'cPTQV:++\l%0Ybj~"(X ?. h"""̇(Do*bZ2DX;<:5o1R1⑫!i yMAj?_\*(WA+'bo`8^MI Kpm董5A=@CKاVGvC]^:Ç'\>x8VhM^E8pFo|=ak7r <1u.+GX%{c |~zNklW^o?PZZڃ,p;+g;H Ի~bH"i#9o1VZ?i0vI(jѩv!r zbRהgsS`Lr/DI 4+(TᗿqiODˉ?L0U' ԍ}❳}$GhM6_eb`:qus^#-);@ F s_Y_0Q (-hҋ+]:uz6C̸XKrB1S'qxwQ&@6qMH?K,I]'Nt/%|C_ œ4w7%ႪN\,h!j;*&8<;5VPiSzhQs_'A1sqJ[*yKq${6f\-_D\y3{DGW☐cqpI]2X}H)5w0YwF$ϬH[3YD ]E\ym5t>(9^R%D9|^Aq-.! Zj]}c_F }^f/|Kkkw| 2k3 ٲ4c!`q䉦=}QB1un:R^)/~zCiml薵,fFBwQv.HFG>\-gmk7P䕛69f[uy'26_t vr߾V:1,ڂ Ⱥk RG @ɯLYpr֣.=A_OY$DF|E{>X/bQG#~* -'W}ĔcSf6KfjАg (Z^r!a71T{>Eo9L_AR1N2~Qj-x"^tCSqle>xu֯UHݖkt}>tPʴXXLZⷋH2VqD RH>LZc ?j`tլIAŠn@0T,^f |b`fL6 ]BU|B_ʅ(V/AѪYl sF͎b"O]h,[%޴[yy#iO eCv-]$2([ғ:39"wKڮ]-2;AK+#wlTdGne.P9hm-+,wY tIǑr ڭ4yF +Gp3uABw {nJvmߍsZv=MrYͺ$s 2{o_ !+G2R)ʬvRHL<ڱiD.hqa,7Q~g]/Z]H4G$#b^iɼ3QkV.O1d`9LOb C!-i $Q#̳8f`S>;`a{=ߨJ 34]Ķ  Ʋ/QZL ??6]qE9aU&J,IKylݽ~Xޥ_ |XK⹎r.[@*ӞK!-'a!90$f^HR\k{s3$EZq~'ec] pnP Hpn'>|Z~XX ixD϶,}X!ETUTVOP"suo|t@CE+ri< R m($ >)W|T~g:i!(Vu}5D;7 #@%z(u]e3#kl 'cfs06IZz2#uر })ưBĢd(F|tKHrJ6GlD@5o`uۚ) n*lth |3ˌf]hL߰)`rb0!25rq;aI[zpHE7NͿ(p_%qcY3?R*[biP/ ^jI˂F\7`0T#+k͐l!"$2R2Kw%G?+]D ZFen;.[Ml{-k>g;vM^ d MC3iNqj{dԻ 7S_v &Qzg6'@4OGXx~ YOTҚ#إcLtG)<"ŵ[j VjzIzxUL:G\F&gVo(|iT9g]}61Hx9GIW>+v%҈VXm8p Atdԯస> 7@ZL C̆Ǫt@qt+ŇIП0=} @&rP0`Տ7 O()qKّȎbCyBmrph\JC6gOEgG݋: ʞX-~I)SrS!zVPoF+WoJIئ`T#V}Y A"YV ART<Ꙩ:i6au߷dvg&zi2<]@1}cźc Jٞo!KIJ`V\zJ1GdDsn8βZl^V9m10T$\Y1:Uہ5M9 @K,U3YLk)PB^Z[T.wKm{5cj~":1j= gϫ~1K @%@+k&:Q3PE^^l^_QŒ1 KN0@M(:ĦjR.b~q.PZlj&Y{v/uzMvmQr e j.% *>[o"qVWKb'M%eş1%E8]òigyׁbZ۾2FĖF 0(*U@,6`Ƃ dJa@T-G}:`NY+)Z<jnpj*a VrS kBW߅\ѳ̱oҿӞ0U\kGeMw}ݕ0p hJN)y`pAjG1+"v/07 x wi 4Ԇ3~_'hDw$: 4׼@oaI?P&a巩!Y·-:ϱ^ .4{]I#yѼsM.?s!w t_:18w=ub(U(*hx(fQUa^<VN*H. 0NYN \h%\cI,_tc9N 9e|AhhgV%U[ⴸν4kv"+DDВ$oa*qmeT藀Īua0SP 7 9iګen!Y:w< x'"ujֽ-59-AGt)p^v]V""aGv{f8zL;i@+[/tϭNp`Eׇ^;pa okV)x vP*lŽ\ФUFp]ίj7ˠ{uׄɍ4L(IYZ˽[nkTd*;r+ٴU_kaZ ~Dmtڏ_NO4<9ɜ[Q(H ufqF=!w|$WtQ*o[W Nùz5FC==@rF(j$8moʲ"~KDAB{NshZ]ELx61_$ أAd`}Rh80y`^=ll q:) Cz BMAd+<8?D,ģA )kcΫ#^c|u)#G ٝO^Gya?NqHś8l4}v|Ttc!>HAjAٌ?.b ;'=~UշhHU3~yӎ&rDt_,U;8e~,II4x:B4vnUstn~לHo3CS2ٓ}Ij>5B<6ܘ r~W4:|l~4njy{"Cf)L XS7o3[ A.YԜbWx1E ?OAGi0+ؾwɩ:H(Ⱦg׎KvQ3{ B$yj+y ݁:gD=ǹ`2虢7ʨi3@u$|Qr_wj}>Sa[2pY˶i9Q8,:P,.Plq@hCl3 s}3i2I8t8 %=p\:CꜜKq/&(6&dTwwXA}6N8U}AHQr@)j!2#ZQ|d%}8sZMʝGXi.%抽Tؖ9q3$ n7qElk.9:uWX]GusFj<7yzS%mV=30Ktƿ񂴳MwBf~sz*%2Ƹl"%_;i?Zr[ 崕,yDLRaPڞQ382I+~cm tD]3bLy2u«皃zq] A\ ZlCUz 8?i4ܤ4VF ~|ƱShS}OAuWϙ0+ykE֙ΛFD_ jA-q0ԫݜ 3]RV=O| ՞%"W I'uR' IzGR/Ƃ|?5c]v"I8H7p76=CQhjbiP&5:dD1|~s*(j`4Bc1"8mK%.%8ii%Lzs yv\05ݒaK}L<;ܭUns,F0(;ehk~<a]`i#"XʾUeil+1 ܪ?=LdJNHuˡW@dTNk-_ E`D[M*/Ūzyg4o<#2o[hxU_zhP:K##a;PJoӇJ=EX7w0!~i$ST7)duA8xQJ,1ki>.B %Wd(u!{W;:^>"%钄krpa&%{EuԚ_'̚xXpd$>V}|/b"#[nrCweͷAfpQLur%;ecdbZʭ?Д;0>~=q^[';Si!@ @opZܛѭ k{:OD8^f jٲYv]6,\P_8P>Ts"ZHwJDyЪTa v: kX(Gn%'oIlPm{t; ~lg4)D C@xT0C_RSR\33wc *1|`r1`Av$"suB+~dC]`2 chDcFWspn1%$Iѓe$1B%`HX[lnEJ;"XưQk)$/l~J$"BP+}U}؛7sE׏p3z+ԙ|u6A@(h\z}e[ SkGS`Mu%>:Mm0e ڪ[[2t'uF0WHRaw IaX͹N[<^Z5£߃IlScۼ vvΉn~oT-۶%ꈘNѝ"{j<l xf5J!y^HGϼ+.d:RR-z֪CG2TSl24/;)n Ȱ<\`D 3c0HmiQE}9tv1ǿ4>d[Y3P4=L87={YTK `~&~i_XV<UV> 1}7s3VDOK#S>tVeT'O)/nn9=(%E:ɬM(cqEl(ɈlYB@ FJ86%թg uyv[$[S R! ӥ)W|Ns^9{| CDfƢ6=X7k 3y)Tp@^:z9m= SbݪkQj`tS-k7 F?/7vy9wj{/:}+s˽.վujne>9:␎"MͬokU:xFɶg]f5MxCJZJƪXi1e M@G n9 F V6HN"&nThByqJPp!H~1?,$\B bs9,8ŜoF756cC `7ȶxڃw1GĘx;CЗP.͋K!Ph^N%YI6XLѡr˕#{W򑪴sܘ8,ޭ{? }sm},ZWZVg"Haht-(c^8t=]L~QBGr.o9?P]}T{B8oI j 솕Err&)ܣΰe2G xC[akz=2qU`J6ax9pOlN# |2pHM-l⌝+PwmуO0^p)NzPNwJB&Z,FTbᔒK(l't"(\ _m,ҡX ; D9[*9H=)%(ޏyUpyJ?vKK.%M.P@( #VJf\:L`6 vR2N_ +"RzX'!+:^ )$džԿO\+E)Z(Uue\&&#S+z95SEz ,Meٽ'Uns*&\%.d~Kl/wd\> 464fDYiR_EMEēPv@<Gmt|@W:לp[e23ųwƪ3Ut+Y=q*^Mc-8NK$6QQB(IC=&NT2g?,u!\1G\wFN'$\\dC>FO$\_Cϱ T\q>9 x)OI۹vZk{IЌ(/ 2F F-DϲP|3'25[J!]-ՀN3L:0d1bptycLUCR{qٙɶL!ऍGg$2o3 c,K=jZݽ"K n'ZL0D ;](\|aKW_`=r[աك3FP^D]73:@'$I(6RmfiA`#C(%"h7/|4_NFL3W;v~>$hgwľ y7Brh#k&u_~|gն)(&v CY9kT[ 4EZG^~E`7vGT]*4sЭd'A>6SzttUĘ9S) BDҿ`Id:1IՁCbAqk+-Rrg;^vPj\|T|B0IcQ;->yo]snH! U<߆y[7Anme{NJ4g(dƙ􍎰ϲKK-Rdba%Xc@GE&_;zcTlK̊z?pЙLlpwc$NvƜ`Gw?C-&~FcJG[6ءM4 ^xiHQnDB(FAK*6:"AJwb}P9n䘮9ݔv2"+Łp,hp" VT]+icHGF½+[4V0_}FW=v'J?un6zکPI$C^Ƞ=c"MOhNMML3 qb7 ?bz 7bI'Ѫ5J޷ûؔ!0@6aw SA?jDN[YS}i;$J!)XL)a):(5~E 7&wZEm Xv >n n=јt(&ESNt64x:FF6J&suQpY y4 + /r*^B; d 57e1t³ fpAA *658ki qnl,!n9U<:0޳T#B[llLQ{cv|lވOL؝-E`SaT4W#bԙԩ'4[w.%BO81KPqZarmx@{;KM"BkލkKX4yGIE#r`:R~Gu:}0QAßH_q"z|C+{}s}buw5UC3׵!g37?Dyeq4ʑy`Lݚ+G~wdCw!Nf H'==!k2)l CClzr#R\6QI@uYSh-~J<^翍PYjtzAr9r=|q[~޿PԵI%[D$:n$lDNJF+Z.''KČI⎮~-[\EzJJȺ3]> q214_e#Ն2h?PP[ΙPͻC1#d!XI@, #Wޡ|FLiHp h}zޕo>5aEq0Q8ܺ$F ;SB1h.֎hwgDhh4CwC© |W+adN69pWHT5̌&>/ͺ `WRH$̗iCaTŢhpJ v/Rj:sa$T 'sh}@m'rD-3@]Ã3|8@t ,4(Q޿A 9a4T!sg++j澀0m\R Ac%Rb ]34dųPXL 5 Ʀh^VC~ZYxAZ'ݜ|X)4N0v, B}gMѨhaEWLíFjtHG|:=<Odf`ΠdV*}t3kעrl#)rig]tde.k#NҀbT1';%ҮwK94͕N5VXFmFm(ek>(wRFU *<3~F+4K!%͘9ssIV覞pDDHe(uutg1giOUӸ,U ZJFz}&_Bc\]V%L"y睠T  iZ( BX*_M,$^6uǏR=Hc"bIf]p~}_i][5/}E$gj[0E^Gix4X%R=7VZ"iw O7"U lGp?xƭF:Ńx.$M3|^?A)PWL}Ȏ +3ADOĦtY!:f۟mSH qt)^z 2EF=tٮ+ދmy-g1=r}-:$ν;Ɓ\5[+K gAҲL"hK856ځ9g"xI/r=zoLӻ20΄>wG^PڬЙ/٫@UAcv|p4_ IHk&$Ւ2ޤN7xvĻ0[\CJάsSVr.&(.2}7bQ$:I1 ]9O(gtU-7.%_<() Ā1IzyUi|&ED޺8N"~aS0k{&Lz#6!>W-^ -`ﱪ*m^b !}Ef%Gr\אּhVy}8Rg?5cBo2b4|F=).Vn1D=aC>|{'yHw2R`!ip"ގ5-$t Z<E= MkӍ屸kfk֯ Ch.tŰ)?hv=w5]iN ד|m7O#ʓTPB;ƊJ8.'Qb3 =+~q,O9zdGa^ ;#s(uMSƪ׬$A䤋RƤ oDr*-*!؞vt].4ԋ5{h? }lXo`'%ͼJ*pWigѫ&Ev ;N=|Ufi-5gS;\A͵ZnfT1498,I?"#]lk9R3Stoq}2r;^c} :f[G "Qo/׿wolXfzqJ+)2K # _f .)}@bd!eI7(KSBjp0>2ȭc/N'+˃L>^w>&!)VeF#_hxڝDD6OR?_FŘ &g%MsBrYh>yM}ZmՀUTݘa F4Chk$Aϥt[L=R^b=K4GGЂި עKq/ ~pI&~D|DUх,oީ(oN<6ohFl-ىZg)R \@z2' L NcH94qe;иdawOR_| c],gV˥^aeirJWW!,}xkK=[tߠGݞz/zQRw݊0Zvmx.X-c!MK`P ʂ2<r'RBU͐\XخϓTҵ c' {B t %^T@zj{ǎN~ߴxcUͦ!$VsfJ `RwARG1w-2gm;V !+BFj+ҭ`,`- 1!A)zQ5Z^qCxd8Mc%Ђ5 ZHxRdc"Mr^*hi,}y(9Fm> Yo47dqN$#IU+b"[9hٮF>i>ra-(z\HWX}\ rE /k:|E k`Ȭgvג둋2vBX^.}}fL:%@0F }HEп-t|v|_CMg|pvEgR^( U> C j%T"!pјU~(WT胑]fĝ]5)4 Zp WI#CnkuKf㌴-ނo߲ U(CbaW'r .Jɬ2g@G ZXAVNrq_lԐY&(f tT#^nQS:gt`w^='?sx-,,DQMo[8Zp4`F@2G|\ Loʻ/yH#Ezn}9uԇMnɛ`}dE=FJ4Þ}< ?_Vw 嶎Ui| )@Vmu6|FPԌ[*77b臹Ql=jbXi)9S RBH"^vF iCM˴\e3o~bR$ mVg7^{t7m#k`1[ñqn Ъe t E*@oo2P ~j#lJ"7RcJ!v^[_4τ ~7ܢ\O"=N#mtt{&Gi~䊄O1TL`f~0ۓ?1`e i6g+Q0iOzשs:gp0G !ӧ F1eЬ նx3Z4#M{l.I>jxrDg(rRvlziY)..w@LgZD|QcUft.7K: C9SOU&ʉ~\+tgOȚ|-g465}γʵMe.aU)<3[?-)Sw{4q?¦r ~^`hTb֝`g&՛.JX,~-lL%$*}eD&z_Fw@B8"k":Ӕ?c9F7 ʦBZv%/żhU @e*9GSµ ^Hh(JV۴sz3(,g|wfˌM0𽋒x=xhEe+%p ]Fr7h/ ]sDZ+Lc!mSOQ?[}0V5uL}yާ{Ev*6)IkDۘ@:DѐqXxӰP>KH O C+s-$~BJs='[a'n2˦LC+䅛|GE}ʠ.4ڦYi0mѷ8U S֦uE"3"Y֤)Jߨ &fQ@TCsi@Lnظ'|^lna8+^{& lbp FGR׻&pɟR~Ò,"tZ'MD%$U-5_8%2wfcUڤ Ԇ-6 \v/D(+tC}>zTvTʮȉ>΢а8{#M[JUMMqڦ3LjD! T|g@[::{(K }1r,k JQ(%/bNl%ޥc%{ML}}[肩i)8M@|1:\;ti/-U?QigX;x2,XLMV2_Juy]`.sJ*nd+!E1.h:I/ټ"[n2HnUy[녆$ J/\) zHPtz6C7X_tu~b"O>lvx*";D}ruI7+4Z-*ry9Dpl@Y-3LZHB&4g3K,_ *@_Bn ^j#WyY@/-V,0.\zjcߩ}RL_.~RmD>H<=脢^hoPTGV1J8`s%a[宜ǹÀř`b l}S/1Viar44w/Z^R8:#k#gss*/$ׂ5>WF*\ᔪ2*i=Fxü U7 .iA9s)DAзSTjO 'XaK[t7礩k4L _i[K碱tȡFx,ԢglĝtTY|ⰾ!DZΑ5)Y:06)#>hc E㿲~f?</8r9@ƞMƹ )~G0j)M!ܟQcm'`o}STX?3wˀ9ԏIDe'J OtiwFI 9=-C<omEۓXξd1.HۡtzK^[Uq.b 1ak54A΢H| AYFZ RQ0/J-P/2ًK?4 kx,`fӴ9 u-|/.xcy@KrB) *HWє0 mkGv79`ve7)2?V^i5zזAG#U Q_]䵂Ā%QKX2<()Z 6pޤ-fրT-/c 7]dw?Oe"Emtն`Q[ WEP>HF|p1{9iJ]+ Bp_Pm魑:cQm (0o`d<B2uD[bv1@p*(=*F`I Z^Ӗa%;hgza>p$] 8H%,N8<FM8u./KO-LNyZ2qFrl>?'$@Y:-8Fx/tEzߞIu"q98z[YX7k9!)a6׾UC" x6$ܥH+Ӓ ##Rd"\]ʼnΌ0^ Ԅz{Lu` PWbܿ7 L +i/!dWR@d3/*ADJe:AYbh︟x$ jv3br:HOնRRaS([hjrL2I0_$W[DbaDYۂZv.J1Nau^P@n<L"^sh/ȓQgD.$lq)~錙L?s?i(m;%p[@5!:D6r&.3ZsŜ}:Us GBPܛ6DJb`u"+Ųw~\T3;/QqjK0.AwDf$ _74 wpex״UވgtX KSC\6j@uB@95Z:K?iQ˹_TJt8x0}D82 ^ Q 0zƙ vlV ]ǡ薄~kdT}[@6zB[$8?Gqvտ;pr0h_.H-x&O. E\3̓xlIL&c#|4"@-?R9іZo>9]+Mt/Rw&o[ȽEk":ٓ; YxFh9Ѷ,S4-fՕ߹k v[u-x5㵅$>̐N14q[U"h%sWзqnJC)4kParVXoOd%W_ӫ= ewx&bϫ5h$I==Wهc$^)j0ڤGlBGQǂ푥^4Nb|Q71RҹXZ&}’˳1莖+鄲oDFal)պV{GgniJżDq.fT Qi ez3sKu{~9tjL9>V]RC y-a53ˣfznkp2͈ျZ5hi5^U`\O1F?[|$ۊ1+C|iιjM|`-v@3!`P~ (4 nGׁAzuC\H%oxyr᫤pe$ $ sz`rձk.T@ ~53_9<nZtVc~B3t1laW@KH"%f'~{7Om ab hfZr%!Kp#C _x͝蛀tJw<*\ghzAhtj[Km5_AB/g9O"%F 1|/r[id(N/mTDy;a*/†qG=Z$Yb~ʃj)5Xru̍Z*y7nVGZE0 8#kuY(Z]-O>)Qd13|s xNp6s z]zHT{S7yj'=-ۼS&hd䭢3H+Q1]ڛZ95nO%-\p(?/iF?AjŦiJZw Hkx?Ouq50 Hv0oI|;TCFHT58\/ӝ %7ՈG=mݎN~O)IjfeἏÜ-uCu[[ˎ+Ce謽i `6Qu;lPWX4n[,Nt P3ܓ]Dsُ^Yˇ|[šx$9u0Y}Hh|Uz5 r yEC#Α RZ=*i(2y-Ve5Xi4G#b/~muk*7DfY]Ԋr E-5S I:pof|UY&i@VhӠ%(7՜d@Qi!E&2s!$B,ÕR32AP9>NJv7.1|'g 9BĊ>TxbpߓV[p1EXS8$lR-{-59hf.Db*Ew|Yhm`bT/ŒtOk%&ƃƉlґ L5b5;_Xɼ.8xwsl:YG{ 5Urx|۔U;&еa8PrϓFG7与 M꿑oYXb}m-yipi=}"0cq0cREq-ֵs,9,Z$ Bԯ>n-q""O.Fb<|ӬZ1g-V|T28:d?ā+<$"ZCfLjé " V{=Dmʏ"" PoBhS j@):ht?%Tߦi!4~ J_F4OG_xw^1zu7)ֺ 5lN`"&f\ 8I$-[Cfk, !\:nÞlS`:[L% 09f 8Gi".ݨ2`GÄ "zF5u3B4Rgj&PZZi\`Kʃsbpپ]Tyh qZI3$y>!ov.Q[1ut*þzŎ5jݥeiB`*Hg}QY![}WPύ)QveRsy5U-vǼSz]F^^œڢFq}!T"n JCmtbЗ)7%V-Яe-@RAXBIlȿ(Ht%ĭNfp#IHh"ҫ3'MfށHrgfVn$]Q>2#w`e@# ]$7'}/絀 s̝Ţ4Snx! %\kh =xHH{yiOY|Ynns`GUo"]LcP[nw@e(WQ˵=dd~"FeCv_ .[ȄT=@"WTK٠xa rZ[^"' {7o  cJ/% ڪcѬ˿#A:!zHg=tCrKpȏtcb9 'wJ)i9@^|a΅# cPGPm[d̔le/d,k$\۸@&m\uCM"a꿺0潁-iib0r|t J)bO%@ ^Q0>qg.$MO=0/ K-N8O5I>DJ|UfBu6xIE;d w#7m95*l |5zlKLf 24Y7f SSE'ʚ0$␉9,t 2Ɉj"Si>ᩰ/ψ1" :JG\ _TKQ}=0D 'HlĽޕtᛝfPb(N.֥M&~]:yz$dwF{& h e2t sPgy[RQ϶Dg TEBGr'Q^, 6PBj=ͺQ;ݴ˔xA3CՇQ'„wO({qkJiVd *e H Y~rt'Wm֔ q@d!<'Df|p/U;n}l2\Ԙb.&W:.y[f*Jk1IكO|~u{;"j-,zA*D*+Iw88aEScfVX׵5;[ C7nՒYg#fz5g!,D;KP"،;+wC@3V7@%sPlkN~àYs! .gj#i8Z#ǓmLw@(۰ Fk5dSNZn 4)=_bɅDKJ0G_2,ttglK!mMNCOU##^" _7Mt>9;&NՁ~vSIW5YGQnWvFYxg #CAR~n!Đn]Ak=ZP*Z@JE]*C>,zN 7ϊk 9+IUaM``u6WgC_Pda: .)Q b1Go&w66K*}3+'W-闥:,56td*5~xLwl.lʄLJTEJ4Yl%SUa֩TlxkLl*+[O/9y1d=]ƞ@uEh=K<YF 4?,9gFL~lԏ+B޹bk5Y9nR 椾ʪ:(U \@_ `}H̡iYEivG½g'ZcL}']Wת} 6I$!S_VVO{rnn"831DYq G8/'@>JXHٸW3A D:mh ԙJ&,vusch׊i"\\e8KL(Z/=]Yk73l^"gNSbJiDU\VfLsCB&x ּ&rL< JDpSN_BxL kݹ;26 zLQPKGiBPtꩋ)R hfS-Gx.yd]X@K߱2oBsIWn8BBlsdIsݸ[HZSW*[SY*3Ą5H"apH)] Tm.S`cuOGNH]M.i-2ү˜mE ߺPErFxehC2-5kf3MQ`{ U=%X"|${9C|qg{oA›JJD!up&z{ ? T^{n s*zwz7/Ns%Ήf2Y.i+snsk!*Nを빓7j KI_A{xa\^Xa`E4ׅg9IpY7V.攅"J,[LlUzХ̐YKtPCwc$aO䁼`OK~22nv^}au&:KXl?wn2 9&`}o|@D?9垴ǗayewQɥpFQh`gn=m()E*"8X8O%_8)3^(hg#y#}F?T&> D>H0 >sh4ۼHslhm[-JZ0R>VBٴls!ޥ4n^V*^Ә޶ F6gzdZI;BĖ6. p4|3+VBnPc^I"O Y*cLy7^Apr4_J[S OJ )6 ԃWP÷~^A*ǟwx{\J²46_JPr8ޓ8Fӫͩ2u e(Qd.Jj_ (j7g;'t:\ݍr2[/  "E؂(vģia?1 ]y7pE;]{k?ׯ!r"/ESkqez(=h-L;˟邾es$L9U|Yڸ*cX73[_w΅fb!hfO_>x:ܿI>9x]7EVw9R kYTKdD@cgXP$&غ)ڡ\zМph&놆!ǰآjI,qgiWD]yеn.Oɛ =(nOYJ$L j>;p.hH!N7z0LR[ eeԝAkjrNsUTԫ(n'Q09I(CP\[I_{mi}x] uYj83}#q9|C@Y^ݴfiQZ{>2OȂnk;1 Z<3ASR?s@Ѓ!d/D%"kraß}s˹PD{EmŌ,?nw;/NCy2ҥIcN Ȱ6̑t]'z$(pNrh/Η3 /JtZ35=JhЋ"wTBn+z ̣:+a^ #pF5vY ~?E8ۑTوa} { 5GWΎn-.4*^J\ 5yRg2/F>8NLuja2(G)>V^jBUumGV"z[ح3{~/Lֈi5v|QJdnjuNĬ8)&qF\~eYfziu~;nd"0j_Y,Uo2̡}"- 7ye@?:wz%C?T6vD\QL _N`N4+ KW?:H!2%Q' xIڈ yi@|no|½lU/#9*7_o &7;` =m=cv0#aր=O 1v3ȒC]E†vihJh:ׁ{oY[Z}EKc!5X!pag 5i64rjA|,*]¯˄N=O7%H(E6ke ԥrU GSMly~iDj3:J$)IhcsNry(̇@#4Nycun&#a;iZZO|'bo&ۡoQ7$׬maM ݌<#u(\n(J_d0/Mqے)]'DM&rw4x&(&(DCFkcN5@M̙ 3o,8$jU:Ã`qeu L%u,*GZ+ +7hȱUNUv|. ?oj .Q~jFi߅a\A, 1JTj"*~;Wȿ|0X\j(ʈ Z]$=:'Arp-@{E;#U6"H]צB8ͭ/hQ-< A0:5XUjpe@_jk@[ʹ>e0-d *f) v9 I/H  ?Ι=>X|η{P[(>Ec@V2©Vb, n#EF.8yMc&`n=,UKq1"/Sste{ʟC֜zOsާ@nbh!>K{~ u[(MQT<;Tcm]mY0 pY7aO”1GaEqtzw5{rݖ“`e˶`}yR6\B>,+BAThZCFU%(ެ) Rw OM݁}EU99HR_j $Ư.סi6c4aݸ #@+1Ga26q S,4qim&&BT>X6pay-?NLmk#]d Bm>˹(ɹP½v72VKjd*Alݧ3hv ,o:{N'9-1)h1u:UH۫1,(NJ FvƗ,rעTꭁ$4PDlU#'!dOry/5O GG)d&*բsN);談V_GƸِ`3 9:#/PYF4d<<+lCӏ Ց»vXG[t{]^#J%:18nj;RnBpVzw(4Z-~w s B,obeoO%#a MO7Zn,~<|KkZps7)lJ˚2zsJdbfvcKH0#dN/U3o+Ũ+d ~O^ p X+e\GvRo| WrVPAUgu++t#g)m8W߃٨q6C//I%hi8cl/Z"Ҕ f3P df´&@?Yf"@q6IEת0Dk]xuvޚJVM~ ˿-n(Mgmj.vw^5nb?8YvZerKim~FڛUk-vzqY?eJV &|{-3=)'F}U}#*!UU4 wu8p*Q$n\!KY_b p3w-lǤM]uђ+M'3Z-K)qPH8tqkQiyK+-T1ndAʦ *Bz& [`<;5mW&#Z][H,QF;u/# ~ffe%Oq.r/D\ PYQ.ro=d|- !!AM\~ωE&@  fm<>Tub;;kzb`t}=uԎE=8xݭAmKfSK<9pglZX|*m"8҅zT,E8k:̄!&аԮ'TEWi&9ʐئӜ$bں֤l;®OZ#hZn]{F\sbuzpE0b?\V3&}mB Em9+oFJ;4r-30z"*CBj>߻є=ƖO1?oQf8Ɵ&`{`2wK $JL)8W~7hu˃ 7iB-Kp+u&(~ H4ƐlA5*(BjwS}*;FGr8*PPcО:T9v.$T6 h~c*(,!hvgrmzԁ܋8$q _Rx2XWdo [$ʨLۘ솑3,_-!gH7' gH5 +#)bϓbX|Nf8(X195;ĥӱ?leI^,XOM@ f"rh f}̨G'uEҀ^īn*PAL^tY"l?p"3R[;μ`|3>bgL:qv\%Րji갈,Uco3qE NXaR@6B!m86#~;(#+>4+ۺflo,<ed 15pO n>Awd$7KC0v lwxRY CQ,'!Ib^UCڅQ'W*Hø$`ۅY}?_Yoq1HU(II$0zdƨ)ߺG*/%9Iy?\8\CHKEan9ڥa= lzRAOzs:Cv3K;H*?}3@"E ?v鞴c-Kt /(X}ZࠝIyk6+0]Fnp W ,y;G5-!#Z>NGw4`)y2͵} ,glEg)%ł$! ^W " kFGKKjpQ+\ODT$H,sQ9iđY4F7Kl?@X72X]#B}8q{=Tӷ'ÁD*bLF,Ó}I*eʮ撺ϓ ל~NNe!Z^լĮVM}`~VZ&g½Ў[ tظ*KvlJIsIB#s<_ ;uBH-%Crok@D;Mrt # LY+biUC+Hse)K Μi5,{:9=_M~O $@If>F#0-,>IiuK) ]z$ l)'fIX.it )>\frޛR)=Dp1NXHM lLWtM"PO*hxUCf\ !1i"=oN9V \:3xQ -= ttN&-U[(["P)c6ٺ :LipR8Sd!ldX:4H#\ .ț!0IiM9HNV'sY=Pm3ҳN-lC^]II~C#.CeOjYk[B]aIܾ?lsd9˝.Q$w&l== Fz:ˊwqݜF0ګ9w )yo{lxi3mz?b Ꮌ </C^GQPF$NUV >tE( @]tJ}N狣Kib3|[aFD=hȞ Z-j-#OaHYuUA3+  rc2 k.~nR8Dp ~Qk. מּ;PQw;hE1*j|_1SA DI ] c>kBPڛx[KtوA-Mv@ld)Ud+ri%~.TaG&tF{#i76 D/vDUq`1 "NU̐hrw\Y"6>_S,"'2a=;z4hA{m ] gHQӥJ KxVmc^O }&e`6 %Tլ"e!$Dګ'id'w*ASi=a$WFEh*Pzt0q15>:퓖oߢqOF\`(sn_=(/3+O-7Jn^KtIIp7D҂J4 n씖uAH X}%f" Wk8ʘ<4%ĮLKw{[Tyy$"J!ӊ w%I (ϊ8h~Z{$z5ɊB<΍~ -ƪyw?ޕp9GFhsCwye>h)J)RUkǀrN9iMUjtNA.I!b_b|Oj;QVp]DAhYbq%k0iNZlǩ^lHT; &v΃J%s8pXqUK71䣮lr0Qhu̵c qWH悍]E'!oϬl Z4niYLתՀݝ 7[m_uZ?7FWV| u 0B ' uڣv델k 0oJegy^K @<5Eb',[o jsܟ/#0fe1ָhoKo,ikQ?;y>Q8F6P 0ׂ(aN<|4\n L _ZJć_etfdb2ׁ3^?)hnZz:7'RJ'sެv{Ͻ(lg}-ylժSͣ] o7S*bV^wBe_Tn =V${pS$1\''$]Wzm"8ZN- 4b|SXR:&^P_[xz˶p -T$wWTc(.Ŏq^3Hes6[0D#H#".h%34ٶ}طYz(t, % A,h>v \ײ b\{{ԡ WhHʶ&xQ(O ^&shdDD`7wr[Tb`ô-%:CgGğ{29 1CZH7EƜH ?\12~;7ne!;D?# Y6 vy.~Sd庮HÒ`~K-jV7&*_¿RNI;~E{м1ټͲ lLj8.SI80 X!^bhu{ilXjbeSMpl7ΓWO>Hze#c2ɱKwGڊ.%| Sڕ]?5"../hV)VEHU[Zż-eC\чI,::cٛoUϾ'ؑԒmTVd' wV朢~MJQ5!D'RZxI8oBʉ+8 3.= ]֯cv)MneyuϩIN I,5"-[R @9$0خ 9s14 ŖwB^mnMlwğ%jOOX I dByS"@D,UR[o8j@CnZ=Hv {;2ej9cr6]Jz-G0ߍUZE!UzW+s]e s?fn}>9uV쭙 ̓3ⵜ>R+25|6 .W*JR;JE Q_8sߑsX~xQdz=4x&;7;b.Rdz'8|w'UA%>4KT}u,mtihu(Vtu u?ǜ/&4zﶀg730Mg^z+<5AgfRkFelfɈf꼞5 | 7$k,3@ϬBC5~H[G{z2HGQiIfia) 2:&8\?5E^ 9)rb"qi)5ż'í&wVUޥ\a_gg/Aȴ[ хx5u~o(%KfbL'EA%PE2SBL_6nT45|MD,^sr22Yc Vv=š+X?G˺5:lbuxZ<4¥eiƒ\Cj3Uq:]K?)lEOAߌä)=t| g]cO0~X5PBz]1:*Ia6φr:},$B[)%1#IU:iDKR6r 4Ci_m6\k R9bIVUv7?5ۯ-mOM%)v/ њ/גe6Sաh,u9MDg(9_1m?9 E}P=i(1D\m[\%^w ">`/B [ݶI&ɼj4 #}9,hRD76Q)0 7uιN>my@ 8SqŷZlB;:yD7o5(]kv5i @"n9*mdx/c #1Gۇ ,ff0E򽱑&ZI\ `Zsz;"~1cf1G|Gp<>QW=i,A55aM8E}{mZԨ0JNBIRhdpEcXPk0pnDAJV b=0l(r{ڽ§KsdVmehP4j7jQBɶOZ[#=jf-̜]gٝLEa @E}:JcjCPl~Շ]q0%c$PGJ!ğ~ h|lȱPbXH2ܠD^o 5jH@/~u+W4p )*uz >U~E Q*ɌWe= D$hsY`5̈+(09`r22MJ 7  $svLJBis֊m=Ɣ /P[oG|Л* HKppA\A`5+:g 15-ũ 51Z>ą4jFSa/W\G<eڼ[[BYGfoSO|Z_Uq9TwyF*pHZ, j&XAcyGq'l27ǥh4m*&%Q1ULݍĭ !LvMGꈔ_XZh7hr^"،zڎX-,@F +#QW3IDi `?'-Joޙ7ʌ:%yLfpWAKV5Gm|:.xX^/\fC2I l-%R^20 zHxydFL'3i@z4tX^;&rMS}ݠSX_8p288Dj`&-\iA1fz (\#ό**{I2Ry 0n߆gY h:F3oNXm۴@$2acaW pEڏD^sL]߅||1 Ȼ"Ů>ǫfOt.v? 0pc̳\J+޲] .3&놓td=]j[U<fG,++NY x%f?u}cBxKeP}2x!=MXJ M-?>@}ot:Vdv![ 4:E & !!jT<> B#Y_c-W.WʓA&ڲv7[l7ɼ}޼E|#[" {V8PL~;ovڌW=b'imRInjR(͑"ۚ-e*$LhZjL-؆xAV #I<-UZC)3U=ÄEpTt 2!gTÔCY9kwR&3; foO,8: Y·~$ۀRH.%U>ngkU ?refFJ^[(;tU0N͚[&P3z-d~k>!X W6f:ϯRMY +%U#K|V+mCg6k ڸ4!LY&w+J{.Z)մ>OS(\ƽة{ABuZuW[x@y D;0*Ck1x 0ij)}nu31 L  J>-mȷy~xv)/{ Xe*Dfx7>sL%K|=h₉ ~a)5P͕/;zE<^M ɿg.P'T$'Fw8t?<:w WR+Q'-OZKo·͒ ƼZf?zO#uwWroQ'ԸؓQ(n@h?]d ԬW4K): \ijJY:Q\}>fǑko^a& S+ AkWqP F5͚(f9V6R1i=Rę.Sns14@1c9n̅g8$tkS7|X-MF k-RiMD% e``*qgOm,Jb`dp0b. zwO v1;eD㉗dD^@#5ngBggԜr{B<1%raa$vqv\ Y2Y`>X@PCZ^LQD?С]( % yNGʻ4sN >yz ϡ0 wڋӗҮpVNX5̄Άđi 1~FđpOR'2[E%9ž'5(h"̔ Z*Z3 i 95ݡh˺K]-ÃmL*Ɯ(u9pq㑍{5vw9X1<9].rCίqgh_.Eۼ8/>zk|siˮ=کwM I_ Gc Lf]*W9MHl./e_n#נA, +ۈA`Vk3㊦1OA-;|*;Wcߤ+0IL OB+@'^LعK_;]Tk鯳 V4)at)?JeY}7(=h@6UY\A/A% ͈2}^ƽ$PFtNEs?KB4 nDUL)r:=e8ܫ{gp^ԑ,_יFCE}_kx-<͆r7[^N,+!W'+EbUyYmA@a48qAh<@@.cV?y@қFa N\RzQ 9bKqF 2o&LKrW!+2 T"p^ȉ xdfo {Jr9jGDska6oT,6A#ХAXPR;g6͞f ɾ(3MhNPvJ K’O:Pay-+D._5َ̜`8zimKpόo1fυT'ٯbBu W&r=eB"-pk`&U}suV\3' ]w 4R17^)O Đ&p#}W|={ާu>lNQ%RH@^N=8|!s zD͡ nhi#_d`G}۳#tQ^j?6fmլ]u9ѳJ=H1;?vY1Q<</ @Yy_8w1 MC^,6+ {堫捬B~ڵs -;90߮H N>zUPWJȾV nq‰s?9e۽X5EL"c`8.#W4Ɖ{b<:M*x~w3˼ƀt5L?s0jူ>-mCӠ%\S\Gq3LnqjJf )6P鈀>jQ!&&N Mf i'}[_;f*s3*.f~i>ſC)zCT+yGEIa>+L|d376tFjQ>8n?[,=Mѕ|N,IvE4Ͳ5 %ݔ&wД!IDiycpp'w8=d|w_]Zp~=\X $ i;6z2? ?h{2߉pؑA($q*ؐWz # ЋT!.bou@='l(!x4Fυ85pЇ7)Ɩ?:-蕹e38n6]f_T A/Ƞ5"~ m3u4oWz0̱h.3v-E^?N2QL.9wd-]ʥ1 U jb7+u[n(N䁩brу~~Z\> T$jT:)"pEJ`L~Y?fKk}HɪF7R̓qrcoxy&"Rn< sp{]tR,f^Y/DBŰeY$lf -[<)z;D|b9%Qv[qGS%zQD)0؀U_\3 Z.ȴ_0uR`K[Z"^jcM0KCemV y#n PgHܪSsЃ6 (4L 9_,deq wVRNsrHcf ;OL ^[w|Oe;:Y'1dV4['=ԁߑ41AzjV6"%۝{.+ޓEfތ] ,Wq7`ipLxã%2Ϣ)*IKH<&vn %۟ޣyڛ/[Z'WQ #}珟Zx ")ϾЅ0ocecWu;8~L6י$}%Zf˶u.e pK'.NM0 ~m۞jS sXqRAq`ba]>-TcFg"2EK&z^YKvwc3;LNxcAȊo.[ e`+\bEp~ \}D2oaR;t񦴲ߏ~g,< RљMTA9Ǔطe}45OhИ+/N YRi|ֆ}zI_dH6aꓝ1GtgȽp4?7謨^.{_ˋ΅1_{|tcL2`6gli;34v6o r83K_B܃x1%pao!g^Ǝ3gRk✽ SX3m`#ӆiq!1,-/j`:柳5lBV1Hit0.IT7$?Œ_LC?2k {J+bp$-݀ )erwTrYڗ H:a(N:c}O.ۅJ_=*u [[@!V';~281!#nFXonɃ ˏ13 @$9#ڵ͚?N{^M⠛ˌO=VC#3%x96AnŽ q}Ƿ#BC;%2vYC @+zso 9h@&&lE]>ŀ4HN6\mͅJ݌ロznXաUQOZfE>;(߁N[՟J\[J$sMckjtRN#H(Ez{`zN;]!"c!noEKxF+'Цk ?-jkتs!a5D3evW˲TojCYt2)a[~GtyrUTf-$T}.E3>%lzQPMʪ6!l9vq<<do'x6^!jWtD'?IѺ`Rfg]xE4Ŋ5L~(AQcN쁊 ]w\q|j 0z4a-x / fJ ư] h=i;޶ՎaC6EOz}8aapq=aLE]ǔE9ХwVș,K#2;¾@Q\\28iqa|]M'ÞU0!i$CS4V<oyYB'[,VƲ-k̔qvч_({]U./u1`'X 8L] IVX]_U VLDJ38,s '4K#CSЂ&(6hjnMZ1e8cn UyP84ov` JRu3 %{8!.#wȘk:(jƍޮyVg<ܝO,}YF컖nob`<5^7ON__,cwIB+]RZP(l5thmĞO:(Xt +8mLjM[ZR-e!0Dۘ+L d*thOoK1V|X;k%lcb^嵆`<@'I=(JDWg1OS[ ;bnfP͍tB#Ħ9S.&?Iq2QBdk E7{368+l)vNܵB%v"(%"YNdz?RO0e CZmWBsw$z\ίK3.:|vZ*P?/܍ :Y,DHnL>(EU*Zҽ-;AEJkxjnItSu^Ԛ6/'}wOg$%PUR-F:xW]ܹC(1sQ+ @a| /AS;G@E9ef0&rw\fC_ y-wϰfi'z{s!V&ecC6^nB1y;NFbo߸bJ.:~dh!L_TLoW{&uaPBYWY zy4YI\XhtFLv-4e}{pEAېE~Dj֎x5{B{!DDFG('o:A7a( *Esglm\ D?BIN3:};ZM,T۵twN: "Oy[[H.>X&}a+'}%|&,]UUS>H7o2_hȊw/r溾B:Vnh?rr-54&au&K5 <-BLD6RVgU΍K#uFF@c|E7Fs|Q(i.?j-ފnBT̺$Psqtg*D $8]$]˪|4A6dOQ NfJ{8W]g3tv)g HOBn쫸l n> #ijfqzj!8qX5L937] sqz b܌y1x7#:xkz AH.!E^3I^GP\}8>6`{WJ!%v9ÎйZRqnu4Af')=t܌'Ď{L4m9mhU˄ƨ`pjzw,8]Y!-Sxغվk}@y@w{4({-ۥx^VQK\8 1 ߤ [!S{QIz͍j jFƫ@ƥfGDHʴ"vMrXl8Ui$kg+,ҩLf F+ƢCf].}IlHh͑Z9.]o?rryu eLĭĜ4C"dUinE'xT#]d&ajFGr ߄] 6L4tI=b`:1 2p,."Ϙhg3Ԅ|<^gt NQH3穘d J|'-eG & _5qKG!ZꟂ|DjxYuIѷV5`N:o{NmdKHGYpa$[l8Yjo'B}0OFL %4 2Fx~ Nx,2PMDY'DXF5aQW6Þyc7T..Ks }"s=si?ќW֣9eZP¾ Y΅-9j6*(FTjɺލg ޢ ;ւeWj[d"pkq;҈u'e[q l-,<(j[r3SLIY*38p R$M"@*qxπ8{HbCBͿ'N]'yQt* 2cj%Q@FXdp2I_IqE+5C}=SH[dO5W>K PS@KiGkqDH;,)|"1ί3aYq6#XQ#/RwJY0m@ Ƽ@Hr Bm8Wsq- YI2WE`c| Vz &~uvAkV<Bt$֕vY>Ɣpc0^3Q`JSCԛsEl $ޱ<㫤uтSRp|v8-tЙK>w O8D e|rlh;$Sk|~v32tZJvf@Q8#2׺4 YI5:u {ڻ˶lScWgbeyO-~n۸dn3/S#_ېbx梤^?ʹc2>m&:COMUZ&HSN#=3[\8†W0W|IEHPNPW"h8HN}߶W%ʸP)/Fpx|DAkyC=:ŋ&)XPJ+NI>yrqଝ2唩ȠӖ,&쮬 ?FgyXwͮ욋"-DZ-7^MοD[[} 4Gh"rs=2l%l>k.}tv_5Qe/̓R`'#|cF~hvygeqF`v} }B@gP=M &=.Aqwc[1?Tm快zV7LקּE 4-)?eF}DF.uḿ<3UZ0z'~X(d/5oJkB~s^`E$,vjBXsP]"?Q4Wtpϝ~- rJN -= !C&y{5Qzl=xGb](*NYo`Wlv-vh2fc-Ś[@ ieV])S B;}5ge7kСh3StVaYt;to)x2w+ 1 b]\_2}y[=qDoa߼ذ 䋽QP*]qHEݓG_ͻV],:.Z`ݜp90` +dL"ly~@iqMZf1o31WOw7:2۬zUK8:8? ϻb8>$Iц-Uk3g=MO{:V[ a6 j0 sŒ3 %/U ~PgwJ+>j=^4nm2"{Mb>zv7V>+m`pas p4zy]czOzJapT* ^T0 U_1HGW-P3D8Wł(N_<.#~K 1H qqÞG'շ'N4|djB$4`B ϫs몺M(;i)"LmB <޸*<&%AtՏXoSGLyHOV04}ArQD7@0B^jH&=D!,]lZ3&yXUD<,9Οg,l +w86o­{+}^ߞdWM.rlMUqce/3<1zHSĞT5tvZ ݠw2;<K 텐hx2J{ ó_;e(T10EVJ+$mU8Zw?{2ZojPd<W}7S68ƿOq*xEr,yvL4|8W6 vkUv @{V3}Wx dfoo,DaNpӳ>et,@ =C3. @k;^2Ry|DXm#([@Zcg]{1"|:m ]k?jM:T~jM2LH[zӯ0 FSAbX|$˞rZxW F@ʨt| [$ ۰xd/8;9A?;lc0(j >(c\ L2R~Qɜ1k)GY]ƾ\uӤfU`jQ 9sdž[X$8_~?"2 _k~{VL+yfԤꧯy5Rte0*/VŴV3mQkު8~ Ť?R.b1ٻsfemgVLH$'Т/+zpԌ[l e"ձѾu?;~F4"bd(fʾ1Ie0q3UG}) Uq:Cs/|3N95s}eXMʩZ1qyoSgJ'"mM#rS&LBu )ꖱ86? HȻN|=׆ \p緤?KԘFl݉4,ͫa $pkbYI>,HJ:X6mZجfckq\n&Rh?R0/t)^wxvS-k>uy *G[t@B]0rL>iAj9 [I[ & K!rs[>M~Ac␒ !rT'qӽ@7r+? O.le8ڸQ_QO&BjJ='XCPvڣB׷DjNbSjllܟT8]"aF']ACu?8|**+)%$ç4U#W\_A-sj+tb\?GBLCYpwɢFQE] jy}5Q F0ouwOd}4Kw/?l5)'8@P&{;_&ij؎!N.5 nA>\$ku-}1_E\,u6:2j){jk:;%bmc&7 \'iPzDؠBV#5PFgGw?p4%@$xJ*L%L-y54 FLJCF^~-Tfr1cwZ9<6QS 7.1}!ZN,&4qVؾivmծ*G;oB0Eɍ`YnD5aP;J"2 bb ;_} Z̴]@نܥrn;a}z J&lw-ݠ7R2pC/Ӑ3a=z9Ҙ{EC還 pv"̋|fݨPщE$++&&RdQ3bb?}# Cy:'+PS}dd'>TNw`;{w2K(~U@DU; d,¥oLN +ERLqWG`Tp2y;'+"ru=ۺ m3&uLmؙ~?x kJn'#bl;%R,$7s2!Y*HEdɸr;f"*OZu]dR5S%Z,\T4r̍i.CN;&yvc/I7Sw9eQ{/JwXtL)Q!:JGqt6 e4@j|i=;ҥdkPU@6؎+[ ,+Ć Ji}f?B$ \s`< @pGã]V"򥾅KvSO=y=sۅ248.K.ʍv,'Om &sFI|^0R5K]ЌI]!7+;RPeCWY7"Wkj~(RTUw ' 9!gֶBǔ/iڙVzt>.ty'4QeG@45̒W%B[t`",'\o28 ɀb9 }>-P ~F&F'4.06nuEPᢦ;z<5Okx^oo@}0ŷ0JQ|{#G0%+]MHђĦEi}8H͓kCxhb̰@.{@/jp:$IaC#/4%Mh6{-ڤ:{s ξey4qxh8x*0iM!MW%JmndàKsu8 F?bzK#@$UG=K\eE%]Ҏu`Fc&E(t pWFoC5*oN{;7ZSM;xr(!BlZH1 &t?,=ÿAHc@7Vg6`hjx&v-˾,!;rIcn!5\ְuiXޛo(#Lؒ*z)3Olś؀I>uR#|qm'1Z2PGBGA|p(;wSjO_ Dp_$r z ,XI/zTHtVOW{ -Ó@Uw\@"is]=zƿ{nȭEj~Ǻ/ru麂(JeDARY4J1\#_D_פ_wRsA"?{ [Am}+&@?RӴ!/oa/_\+K4SI+(,~U3a/?cUO[W!)7hó3e~Dja1N3yaޤ`sгWFzE2xa[]a'|D.i1g] HATĤ\v U,?ԙ64&.zNLrƯQGݓ5 (}i9y5؞?[G6yҪZpmNJ zэ &,oy,mhA_j6U]m.1ÖCeO).*5|sGH#((QL];q.aMB6Dx(:oHqb?lUkR'|oRԛ;\H#K +T1#cg{jH'hr$*[=tr"zh#tR4݂e4Uqy A7ZVj(X7ZH .̄[G 5~0dT 4? DvIg}޲ͱaxKS +1 Px0K㐍oE^.~ 2{ S*.яz8| %FQcW*Fr:o`D<2 成̘c2Iâqĩ^pd0CYлI%EЭcPab hrpv.^uJ-H \eሽL8>e۪!oYv'Kx|SEw2aEk FۜpT9Uxk[wC"6,[Bkm2ۏ߫ ?cXfqNjlBV&jn緧'l}[lci)4y -?iVORAӁu[Eyַwr T;#"UuC|5XTiІV*[ZPX(g8' lٝG0?-Y|*}6 {UoH8Gq6ǧ/ωɐȢ !uzj8}mPGqȅ͕q`LÔ:+e;D2:b-;][iCiS{AF0N+a`&9H؟ >EVb q B$/\$!c4yznyQP^ R<TK ,ɣȬ~uZRr-g[PUbt[`{%f?*\;p\Bh;|' vsĊBL?, w&C,(U)mBJt~wPrl|3  N _P~lE;:Ŕuqޅ@>9C$g `}mm!fҶkF&OlzĢ3^CE.VdH Qa`yM*_-:By^`[4/#)/}he mb G nFv"I\9Q'ʆ }>,  S=D. 1R h 0BPM:ajQ)v ]0ů&Hk@!w;ǝK*b@k]9K2`a(J>/ VvMxګ`z YF34wDDT :r_ (9h#˚,8%_]@}mXi8{#s6ARb2.SZ /tz<޻)q >e."Q*_mZ%`4O?ېDJ!XiɟP(MŇ:Ij-!PTn풅7-dm@)5s+/֞T1rǝ(Lz|".xɌ- /fA0@F(ճ8+jґ ;^)wn׼]Dv[#CKn;s ¾뫢q⯺ :?I:sTS>!BsP夓\sV#-.T.np?C!Ck?{י uvdV=uC+oN.R{ׯSqOJGKp -!X>³E ak ΫTy$YpE~a+Al|D,<}YӬ%b҄1Ljf|6l omiShHW͎/k!+O~gκZK&!ՍYvDmxCݾAl7e|><ҏ!/"Jا0W\~UJ-.RЯ(Jmy[Z}6IU"&cdb$irKuoO> k=y"X䰫/xk&n`8[stzj4lVZg5=) cmi[ LIYs\)2U˂iᯛ[9 n%>S0ʯtx9˪, 9;Fz+'6WtSDv2GI0#ϳ0|\-fǰLH!)7eDyڵCpZT:0ҩdgY 4`E7!xC~Bxs>S|Lo n[fgaP{0r\/,H:4$`Ͽ昕fy\ 1IY:8 . nQH )*dsa^&wkP?TndM:)\;^0̠yc翀 2@TB]Cq#J+G^Z,A#hL͊BtbgEӘ#Q`y" oںG8Hu2W6we}E2hLcg\iVp3y6/mF!wlrYL"%;Pq38`CYD28K#ns`=hU|xؑYꇝ5g؊g#_e d .Xs *\y+S=wRH75v3FP")7hSN?%J0)Zr4+}x?1p!X)~@12O_o ጴ ո @ V.] %_!?J .틹o"6cAvT}S@6cX֟uv-ŁKMbhh*7O k+6=6*}R'EikO2τM8wu!\fLE]~.+ć9>}+\5y*ܴTL4|UfҴppX6Ių[m;x,/РVughH:‡b4&$+h(6$\J065{G$?2.7LDmoMpJMU#"RZkU`w BE/GϼϦ_:D 3`:ۭS-8.މ8.$52_=o8,z5k0[S3)8OTS7 A\^qׁù c`eԘ!J\2ճW|pGN%fm=9(*3jLo(r([2P;yAi@c/KlgG\qݐΡpi}!#LK)htU.y<1o߳%h_Ɔ;1SXBHl7%ІiRQDۂi6PP DŽ>M\/J Ox \:O. ]B oB[ fUoGL{)X0S?nfXNm8\u$kFRWp˃mӂ.B?UAL)37Uez r$jרk9k/@$1۽bTӿ|_ONpmP?[4 _⫙@l'W^bbptj뚵 n4VUnvI` ,h'L;&9`_$G(lV9]́zlO/__|Qa5zTV@OpT10Ks\SSH& iө܈ѿ@1U. 85k^:OA~rkGˠZ~Dt|a Kf5>9zB i^2[=Cjƃ웝3(ND˘>~SxeG݉Q\@ج(z$b##F|gnj_5!y9tW1S"aW9@ld.AlÓreCq[&VWʳÎ%8}b"To~#$%yvCSA捹( "!E,\ H9 6;L\B;zqGBgxWǐ㱇cC=J:dV\l ics`-@eܶ0h*> LtbYdl/J}c̲1|jOs!AG%= q<\]PnP]S@6}ͽwʓArQ'mͶŬ.:G|u]/@e2u&}Wmٓ7oGiIM*z!40d&۬ 5-uHSU3{' ]caKzEKJ@6 ޅ bCM&d;55al(Vofd"Q- &0ܝ2WTU[Y=, +GCDpy$2+!KW{ ۻUřXcF.LEPH`6 ARe{_[H)^ aۅ}cQ#VwO:+˰˫+TeD l쿔L7!i(9+U_ !Nيdjrۻ:n,\x=R{ 52cfP-ZҰ(u.@ Rt =単;r-26L2}Kة%b=G3 atҦ)u<`~\X0V)QkO|6zNHQgh&5_S>"8HhmEhagN%Pδ{R;2d!|婌jhADGC<×Y=vڝ%U<v煹D^,:faFbc_QQ{sKSq؉a_ñWK5+fD_ݧ!~W 5!m<ҝ>p*Ԡ0 n}~d1Rj33"Xi(Mm K8oqo,nzUJpmLsݔqB$FPw/-؛-RJjΜfXTMʉŎu2) h>adf٧6 ~ݸj> 4ӏ{pgOCrTQZu6OR_l3."?Q^扷yJҠ?`Lz,)^߉=S̈́6Z>3D%(۽I"ќ%_\5rOVS%?RaZt,f 5Z]@F6Kgv 09 Usm: #>&0b^8N'_ N2lOʝb%'K=46MÁwD_X ^QXU4T^Lf!A#iϺ~lߡIr`b.(7mۀ*ӵVq Q>4ypdČpW1 F)z^_D0}2~8&]έXF*+}0F2V304 h?EG}1Ctr2eD~θQLn)m؅U )Xܱ] DXqD*==c!"R!\թaO-9B/?PDqr7 8 7_ &\$ )3ӣbcHQb(y;:Ns ݥ!ggD{ZiyMoZaSMi}oi}P&.gfc[;Jz>|36%<&^m}j^8 5""y;;H=զ<´LgxR]ؙTpEKһ$Nh\ZؕNr ~=y*v 6#t3>KZWQEJTozQ9_mw{} JV8'If_gYTNMw/H⡈}(0Q$s%l20Jӎ;uyq9Չ5gQeD~zd͛𺤆<\{@߲>]ud,Vy@Lf^'Yvul y\gjFQPvݓc|(Q$?>O `JY-5*/2?g 39 r$ hNeGpۉXꨚ(ߩ'}4{[Pг?oxtG~M(͗@Qg%wVs49|[n/@Z:x c$ UF\!СGI7vq8aQ_ce)YĈ̴JgFQ]k 0/=]YfnU$*ow i:]Ti.c%&֮-<hK2o+6±Bf•NYK!ylU>- Vvź遀(Tf äRr./UJ1_»~#f!n־*vwGNn )xn7sZZQ!fuv@xۙ1SRD&4uAgk 2utjmҪbufnS bʅ=~yʉ0h*,+xGS=m1.6uߘّtW Bzbj .\IMQZ?9.Hm۝ϔ0r 4LvLP2x(׀H)\sllwH+fKYl$(7S^BhI8{ZӶvȢ9:|޶ѫo_ك*8 t"^l|:/FMWЧ˺|2!5`#X h^Pe0jܠ!j#&EkKQf 9FmMdg CvGmAhqqe]g.xՊ-9͕`: N%= :,$!A].~\͊R3S ,J4!;|ynh39g*Rڶ=Ӽ~ X!ˆ13֖2=cFܔfa*"y6P7cg t|zT%>̹?c'}P5 :DRaHl`M͈  Խ-ܷG$$/ 罌<Te]@1Oo[J??T[ C}si7yn 8h' G+Pwۊ2775 %*I"Ɩ*^11sk^=Ć@WvEǣoձ5(C1&4+KR"ɧxC"<͊ F`,`J_┹KdxV @l Z d™U "&tf6k7h݋edfYsNӒz\}q,xohBŀGNm״1ȼx6}+T;1s{t|YIP_ $ X+o^oRv723#Z M?F5ϫt&ȓ 3Vɤ:Mc|5M96R0^h"pamޛpheRAZ="yaPqR ӮUctVdR߁Y`TUВk6b 4^tY$ȃuEᝃ[Plt_"z*qsy|vvz2UM;f状ɚ;@ൂDMAYa9} Zr΃@hy,Hd,0| @xJUd`Z-薞ԓAb}de_uAɰ\>cu,%:xşAl85 ҷ݆]@GBTHIyrW 7],6)o@EM¦H*O$GT }HrGFVp bLx)P 45ӽx㳓"|aFWBa`mbd߷P^$tM9SwBZUMe\zV/QPK3w;Ѯ߫Q&ԠQw˜*Å :\ܢ~P<*NC0/SH)v-BA/]S?kHaȘSנWXCƽPb$lPf;~}`Bk|;˦rue}njԤoJ!ɩ6i/>XB3`mɲ>qM"rvsHgp1g?MjJҖdDI Un杳IR|취 TJ_׻ TD{g: ⅖wVBuU2T):Y <$/:Hs\G{HμK ְ"o8^F_᏾V Hr9b1QQAJFa~g)v6\הmNKYw|n +H>-(.u%1J)d@b2@T5r ?M!tJз蕅1CU{j܌ښ Pt7XKgyymZY>݇\GIH=&\ wl6xuZu0dt-rrT 4QK&X<@7u|%p2i8=9i(%س+hk!^C !":PKkoxG}wZ$ε˜pS_aB~SEא˛_HĀwWY|_%P]ߟ^J r\ > gYɎI%&H"n(ĕ4*Iu;g4Kjb]C3!*]Ԝr3]P>$o$xҬڠ} Qv!y梳#mWQ9I]p;6F|!g ˗kY `3͙fDشzw JYV,w= _-D=8Dn91[Η,GD}CEMUN|%;߸ufXR%sT?Uߛ8ŵs Pɩg!~ywW;g/D/M+? l踌С7>Gf IC:oݲʀ55Z ~|j:fPN,Tn",'JWoVG(և?&'~smM{ &-8b#LBmS'{ʲ@:{[/"a=Wke:tK`/UP S9ct)-9=y+0͊_7 ŢP&TnL 'f7J__B1AΦg}aP\Kyh:o!X0==S$b,\&Rya!*z1OGeF@rh\fDe;NP25un]>td};`/stDtC.~g8;p7M` mtTq8=h.Y+{N1hQT6ܾC^|h;kgVY *ɬ $8O=;ԸYgn]5Gaao%c,U&uRl"{r ɤ(gN3d%o=4}e訋y؃guGV0-?~ N3@$6yt5R4[Α: R_(r?TؕU+鸞胈Ebi$7Q!$B.If LdC1ODT8:laN* zծeӨY< ll[[tE. (@Hm憑JuUkӮ1pf/4# ofmD["*|Gk۷ E˴g ϙ)5V2^z@>MQOCuOܴTfϭ^Yao.W^Mu'[qIOO~dMA6"5%{ѓ|3Ffhbir5=  M!#c 9!ZdOımng6xRk/8a#tdJU8 <>!ԍ;l-_.ɂ*]~H矩FǛ\4";_鼘m5 pXK [Iq_;Ah*bu}:oqpeּ}﯎Tb" .^Ĺz[~3B5])y;"%$__I)yJt*t=9rZ` o:,g{aNDx|<۰W,PbC'.) `;x5Q`cxMW:P !NF=U0!7K5=]_toPBjw|佝䭤+iQŚ\L)b^,M?ˎ~jA1ˠ۴_>QE~v2M%v٠eAvsM]It̃ HMn5f夵c܈荼TyN%:c4jwmWPyO9Luxх󜹚)@z7 le&W#-G  ©K/$(K-D:eInH ZpnbL; J<[IQj q.Bw*{JqN;{`(o䭂u2xT}e Q-рNKPC3_"n{3~N Ɋ"<4「/@bk,\+3ãgdS.Q @f^tM6OfϋHJ@|KJ,E 0ERH 4^KbxI I,Td1Ěȉ\S?I3IÇsu *EI78 Zq͂y T|NR/]>!{3':lFcrPrL <]Y,Gp-Bn1St6įlG+ʵK.?譅 1} NwB pnjBv2Z|V_.j wdWɻ;ۅx=C YFȃHٓF HC ؗP0B&XG#hefC;ͳH9ʤ_3 t`Fv8/D5*y~YC-8)2]7I`\Cw$ꯓآ֘n fiz'c@Dz?2Mm]Ewnz-k{Gq5r6A^Cd̷d^O8a dIjMGnjֿfӇqR5mso#,ƵT59D7sÍ +ɽl}F +ϪA>y9o74]K_Q{g{JY:Bu>vL6_ ?LjҤ:@X X Ή ~D ӶxTמ[H*oJXpܘ?p -uRulIPyj)J?K_b4< i˰3ޢمg` P[8o͔̕y'҄ 6J:ȴpiXׅe-n&1x+/ޑMFAǰ.2¤%[zWceBײƬ`j]|* U @#2&C[Xapup% i8k,-єw0i0>̖܊!lUVg(od&=Y AqaάNXƳҳ+,ч׏FeG2qA/qfl-sO⺎:U;7e>95:O>J5w1~c@zZ:J#' 4d Ab sdq E`~nMn ;:"S%U:vRMޟVcd\:S0V5q]O yr( L>eeF2ˌ'*:Z3ADsBo.O hiqXT1 ,AtGW kn!3cu{rydHsv'Q>H 6sf9N8eȒA/;<0%Y #2Mz5j^ff?wg98eʈ1c@%#vm ^fUlVslxLhdB6lBYVU'W`N֒W[TG}*q.ߗ\BsUz_MԳ Cj|h"ׇdئ~HhX=YFzВֈr7EUY5?Єt.T* ~no chQD.SM";.J+vojPbIrַ4OB*%u Hk-@[pRmTXZ4\ڢpLcYk ‰+GrAP(E^,\S~ Z "{ϤWE?HH⠅; 8x\s˰%4[vs%\qcA>6PAٗņP#IQ= np+-GI!]^,[ OcҰ@7w<7A! :}d#I{EZX#ف8WO~5T; \i~FlcAz/_ o(a sHJ~Z:?MJ袟J RAO s r}|BT8Y4TUcQP*R`v<{9"1#g3Ĝ3 Djr"W.4ʜKb!7hl~Cԕ=&;KĹdi|׶[l;'wbTKR}̦`Q{- L|"kb5HSё搯ɧ5ђd=t"?veqϷ>dY|JCfxx٩C0cv/cx~H(Gf_x3i _Xx"+$wȚ?h]r}rßij:5b͏)(stSuRg ,.1jW .Q= vf:atWmBkV@,~SV,i5IH.jj@2'MڱY #7 Gg`tW+z?&wK޲dEN3DUпfZ[9^( TsT $H}Ng WDЀ*MߤMqvpty|#o:ģҗZvtjĒׯ S`TGpfʌbQ4=qu̔ j݁ u!RR6ɺ0UyOʞѽN!'YEe}?ѕPi.ᮮ@o)6&ʌȟN4)}u~KG\ r6SM0g+YUS'.&O9LآT؏C W.zM!uofOCN3gН9(k|2"8Q{,>ؿeA,!"”N3Q"C {v(rCg'~3؈К}@3s ǿ6hs׽I2IB.2eHH;&9؂).VpJudÏW ) Q@FHpG^p8 nIz8BgQQ`$ڥt$a Q, gVDcUژI9xSĭ84E͂V +;p = S?f^8s a<ڪ4zvxฬ \ Tl9^=y:]3xWm]̟IK?b,X%Vؖ0(|dЙT[77^)5OThr4INuKd ҡ--D ɛxN.? .N)o%Mn~Ȟ:s*4i{H;LPs$u*U [;Ty4C6EVð.St8vW@SQہCw;ޑS|lsncDLp9\Dž{}>Pք31aH<0V̬[f8z-bc{QnVyT?[E2f7gm`nj(E_*C0;ַ%$r_`0ci)rRsQ4d#9] @ 01J@A#j{eo]~j=E+ȑPoo}lڍk/XOuLr<.K(+2 V[uh,rV=Tm͂rܜqnA#8GJX ^I>xzIHunV<7kT0K2h] CfB!mQ !Cd4'/vFy ;:+b?; x֩~u߄٣z 5꼫JsVd`I U@6 L{nmߩ< ҂+K&wqG1W]D0gE|WD@lJ< m8 3[meU!yDA29%|̲\V#J22B BG-OzPD`dy\0ԅmx%uk Pqկx&=#ݟɤ6aj'yp: ^ŲN[FG LROus% 1AC\]7KYRnGSZpDx’\*j-F͕hŒ8۵bEd_n(][JY{_=?raVmRҳ$s<_A~K;>㱲ΛIc \tLlY܄I*]lyE6j}@IdaiDU*#G8*< ToraGh5mO0$슈Q)/./"sVOf3}rdmk֮t>c>r odH56,` ASk"ض,'l{W##J$Y&A/j>yMH;ogGzgunM)TcIKq+dBէtd#qcU' ˡ2)[jkoQȄ"aY.)hЬQ+Q`y=% @>oqfF)G2BI~@ZvOc!VZp~JYKgDJվ` {&-weJ,;p>G2MvnO+Т5x5BLmIGNQ B f|WJc]K3. h^П?ƒbcԐ0NXHYWu?;`\MfdįxHZY(DD嫡\yDbh_XoGZ<8C^K<,f1xV;$7^" ׭o|q'n񥊰*fT؊?T4_whk@O vU܊&] DZ@|nKI̛ha6ņ~1wŤk|[m?kg掔ak@^Fz&8 5Cz׷:MТ+c27ӿJOiz&~7^Q+;zU&>|C/O\E\M@=CMj)񇌡2L ] KO&Ms ܽi]jK g!̀;- LjpFʭMT^qɩ,n`xq1 =#Lao"XDh ?MkK֫^1AsU6hbLO0?E)ю MÊ7Je-:#)Xm}UxB Ԋwnf/ֲ^lRieI_a38s6%WH B#&A4W 60on,64(;4i?t~YC*] lTAJwr&#@!?~_"7^h5ȼK"l !DxoTMfOQQE k;G%du?+\Gy DZ75 _byk>tO'\!6eqf@9h;߆-{HǥR02x1/dm&hsl|#ji1(ҺKw! BQ{%56.Qh!=0N>֞~,ՐbQT}D`CAqն'{՞-!@f ({1yNz%1-p %w_*:K<]k39Xͪ&9ۚYD@v ic]a=/0 n00+ }xS1]COr諭ɚ(|O{w؝yt}%VTSߑ!GF[3 dvɒikhׄ7pSXd-tg,<-;OEvD{*-P"/G F\ 6G ݆^a$q"lT_Wy$ioS0ꔀL ? k b|2f 73i(ϒ&abl';v `m90~}CұbbAM1y)[t 74p}졞di,gyo/%p5Mԕ:&=Eԑ y\"ߋ#ln(Wf<|l gUlG~AV ŔuzxX'wW\hj2 &.9 Κz87` f 1LhmaRL6E #Zr9摥P?A]""@0a<$NtI'c2@wxhPB_Ha =a5N"RpMX=7hT!bBv(g=5Nv+[ R}'=W(T(<^ĮȟKPӦmL Apb_\,7CS:ƫ+ʹ*ki+rXёv jWJ gE)by~PGV&8763#M!~z+ٸ{"9 *u݃;nDZw`q)_w+{!gD98)?D&n$[)#fONᶗ_qR {j+ec(Π+ EY)P ЄTI]1ѧ]u N2A=q*oXYX|!ݕwMFRީ+t;3o.ncv<%89NE;[d$Bhmk)E4٦wlVm %C (<=ZPt>bpYƘqW*OLy~0:" <(]H)>G/*3^I@7s~#l1UD| /xQ!ZM%vDo-?,?t_؟)"?lָ/ףƻTG1:,V{ߋ/\T7^zoOmqvE{lDfa7q;&PO|~!"ZРJXl@V=EP2wB#{uf T@[8`"y!quS{'%[M @(4o+O8)DZPv m~D \ Nc-`"د@SzspnFR ~ Gy6RQ(dǤ`F4X@,Mhj=KH 4n<V(Zcsk.>LݾQo@ .JY̵%%%A2 v ;z̑E\D LrҾ ݥ1%/xI1E'Қkp[/ (OeĬU{H;]tk<`V]='4nA^~refI1R/*s]<}`tŪ QsNHMRGBe+Fr3c:g{1w2F]&p o@?M)/th2ӏE{Y5Qp_b,)!?ïs#D#ZncWk遍v[Yb.ٶf>_/ 1|Zf dfBޱ@z-#OP~Q $إɞO]/!f|h,9~|<3έYղc01r7EfS0b#z0|)2^½WGk 2D܂nt+a~#)ˀ~̉%K\9nyb<^6yÄ $ نğ[Nu9f4" ДO#~C -mgQ0% \ kcKZ*%\åժG SDsZU%4Q_d ,<+Y.ĂiwnP7? x9LfG `h .1$g9% ]tO& %/cy:|ADgK*4| #0n {J3WeL;hS`Y`{[B?3JWCJ,2UGvȨfAR` WU꧖,ښ""eϽ\nFG3 Cw(7GpEǰ2քF(9j&ߍ >޺VîuM`*nORі뇲7QrSa[JE`(9 = w"#FNE?#B n7:nKfU)Z$%jg*lͻc*oU}ضR4ak?~ua0޼-bcDD$P/i\ְz?j1Znl;sYѳ+EÑJi,wh? QE _^יh.ڢ6 x1j6]+ ;$Q5biT?+d 3F%{!ٚ"MR#v@c6a\_njߞMM|i][GeđYPdˎ\d0=2g*؃r˖\MO'Io[ɛV[!__JpqDYZUGxz#CVq>Pey~d$vŚ ֩>ƈ<J0WG0fP=A?Xrk|uP^.;с=d %ʂ9cpqw RH?/Yo_ǑtbQ{J$Έz"7ryo(5wG\/dZG"=*uEA t Q`/V r),M~Vj_N_Mr!$ѺE^)djtP9GŕA"!z Kp\ہ#ڲa }q m)Dx4 &].J]jgOYGn뺹`@Hŧ˿]]&˜%T*XPH6݆a$hAK#%8WGMT_TAC D{,hgyq2m'iZn nCCÁЌ6݃6@vɹ)ի.kRS\O|9ȁwEfo7.pj|4;{aFq}IIA+#0~RAxRND.܋ }V2Yfh+cE3eIBNc"@{uyvlJrmo h}8W+$y"]2LU! QFUj FYQ\6D# gs`I' @#!L2BU1LVYv/Un;Y}aRI,a3cuMQ;hS rN7.PFklvQ!%DyG.Ź'Jxe^ e$ឭ.A]6vA#asOgwPƮ=5;ymB1"mIU\bWI*!ܶzNLxj(DgHdĄwkZ3WbiB4ovjۿ QVΫ0%kz8]cj:j5Nm*hS3gYexY`"7TcPg{6{"K/@\Ɔ&"xLDmm9؈NSq| L%2$G\MXŷ+S{Fq0};^YvCBͩQJkHUw2Z r-')aQx>ضx[= =d>oFh@UQTaN;g BQ~E>vU>ٮnFBaW`p:e"R6hQmT"Đ?+0Rsgs`M푀E%ΤN^iJ"RPƄڔG}AT ayeД. )0@#y#-wn Akx`2-=2Ey )Wu93h#F |s̪bhHEB#Mv((\`J }Ut# u:X77nirD ka9Bob}I1Ԟxdwt!9ʰTDMpeWwШ(s,rLlnX=lNoMš5'~2I#+oPl2}7l U?Zq{@6ZJ', Pg..$4w^=lߙB7PE1 +Z <RP$Kzf;J'joa l5+JnDߐ+HUi,A;AUTR=?+O*6y`]nH,}`!Q'iUbW%6 MfT~Cq̘1Na({uEf0g:hk*jk|ww"v{4d%*O΍1iiAV7|jCG9' ,$do(?FZ-ΜQ{bv9{\׭x,j\3٩(vV k㎎lXAk=JeMlY>ëh͡)n]O^jFW%n{nĚ1ƾWorTCYX4a:m2Bg_n O}Sb?i[m6rCg> U݋d,4a@bzIj rj;Az"9;uH-mu !<Ɂ+"n*A䶒dhC"١@B37|i]$dƱBPmR L[nP6O2[tTn2Uq4Zn 24N*0@%`$㴳ZZf[L_'gO' .iH>USמGi{P qf|cC[\Y&-m+n뇓ަ<C,cIu03( V&}H ǣW *F|@V6ؠplf܋O{_ !a)}y@P~XMo8ۓJ|Ikk))?]sl@i^.DLc64ɆKDԡ6綌:>#3µǬ?6x,d+3}%/~6(Cn˛o}8b7E4ug#CB-fMM s+rN8m%V >>VLt*,h^B ` ~:5#-Aoshg.(Tu9ceKj-}ėJ<ۨ^Agw +4!9z;C{^Uwl ]VV8+\^mc P0+g.;ՔP|wA{;fӧ|L~*ύI{V܀Zq7#i 0 Llp޼to|B)r;f&pkY7tH[vcW\J*~}['XIRWɼK+-S>nѤܹVK⋗ti  UK.کCE!Y6P=h Chp O-v,³ 'm p_/ 6ِlӿ2d: r {%ɂ& $#%rk;ʋtpJ;njТ53/ɝp*򏷤tyzc9yTS"[i~ϚovH #@BDsɖjJuV3, I>=Go-Э WmTfڲsQ6Qf.8!~iN5kZS(.V,u(`+z>pG\>d| UYoRvmRs%>"q )%J{>7H"nFio7:̱8rIkhKxmG9 tU3)fIf,<.@P ]lG1=٘k ѫc:.E[ZaL&OAdviO Q/ G=j])AB2XElZ5ٻNgAI!ggҘVeytd['yALD nc`{_؆aFY%~ُ g xߎ/w;l|15Z40pl}'HK^'糋26G:zsV07OH+I n0{.GK0%d ]!teI-J|^ 9kI$9 ]-S%;x""d_@*嶀S_Mo7"U gz%Y=en3`fj7┅)f w!|)ri f!d 2ϐtiKXTp˂&G=0E9Fǡ*,^yBm_Ѳ@?%9a4K `"`+&}c!!Pg!`]s5+wm cQB` ([.%y}ki6g:Edg mW|țp ;3/2xA)֝xV)R/P,$A7h[>] 1||h- T.[͓c wT2R'9CMc-Pz _>ݔDTz(K0EӞ_@ ztn1C/5EБ˞:D%g#qh87`)Rpe7r26$z} 4B]rBvr?-7%nkN]uLPtܥ ,~ԝ~X+i`Vh\Aڏ)¸l c9^כۿk&kj?Jja0^5LUI 1} 70j*t9YdaFߨY==yDd׎yQ]G5mCĶ,&R+u>ߘU[H;n}O=fң-5GuCgMJC?u:#G bZB >Z xqkY"Nڝ\(-pòR[qzԘ)?]؎hT Z⯷5֬+ 8Hp 2Id(-cݤk(ޕhMdb>2 8 /<&Llxdf'>n@\UI>bbBx@џ}U==5|wl HK߇{v|w4jV<8塥~{LI~X!S{ev%T }~Og }ZL?mNS~ &0)ݹR:t^h W,BeX6br^~‡ki([  פrϸK`~Mz5[ )ߚkC@)c 4(ы7r6MhGiDHpY oZ]gU)[Z."O,*sk6jWbIkГ%#Xgl:(m'xXv^+jă2/QJH:8"KQBrJaQ"ÆY*a7׷7?S1pr3{k( K;!v$PDB$Nhh`h]߸] nTok2Xrߧ`ɶyEyuuJ&KG컬ɍ=**!Hh-K3jo6]F;&@5\Hd0^yw+=2&GVYOMI J͹q'a>h_nuoxˏҷtZK:S)= 424Oy]ۜ9" zPˍ6f=7gzgV/d} cFכeP[dkmKuPʼn.`BbCڲaaoM5᳈ 7t2yKrK vP↩[b6wzSL#G.[#1>~`mi{~X71AÄh18{Ρ!(̍~rbD0=1&:.%{!^x0e3| XFuH^XB?\ $7Om ";pEwĪ{뵈|f(B]~q7'@$9z+{j|w%NY,:W2(YqoOCrGD Zgi6#Y?'9p>[O!XgEi2S(9m:*9C74슽\նf)J$*#'hu$-ԫ~mF«X"bdeSGKoid@K&(ܤ*.ZUf к/uadۇ+*}#@!ᬠd>ƙ ryhy3%fY_S[-dФ4p7^{xp-s }Wn=X=gq̹_%jɷ;xV !ڒK{bc-2qQ̿~Nѭn`s. B`LS,@Gp4p¾-S(G=a&2^[IP5kTڋ.-;s,!>7 B߽J܏#A!aV:àʰX=N&; i{lCfII83\ S,01In0Ӑ ϫp{?Ϟ!p}+}Iu>@єVRuS\?ifXM}j݇&ކ6rSf |r2f TH,͜S{n&e0>+3iWU]՝Z(ABxط n~ ?4~Y {;S!u9IH|l7%tW  ŒUgg *#I-ȼ)`N=+ #~}6JW*r+Վ_4}(g >܈?.1BQݼdL.Ž˔0ٞlo{~E-g$DY/I."`;vv;vIhU4vby&UB#!Ąe>6%T 4=>~zl]TzJl"W~ރC~qnr=gTb)vM:<@Wx6EH';tI[6ZT@)FLokra:_t2vład9~$m)RD)M"lI+u$wGO.W1r!L-\ILg+F?v_#sqEXLE^kt6qT}`o]*4%Qǫh2cm yM9Y#y@,$&^4(0@2;A"ԤN.2;-gM! ^"/&&TZPSz+x3ErZ4MBщ4 *P~x{hrGN;-M礯P?J v4)wu d:}>]GÞ B +b/: DʭxfaoA&쌨eE(-ҩam~l6tL ;=h,P#({T`uXDLpVѭu?O4 uh헮O/i9ҼUYwj}&q t7hԊ;f/%(7HSzYE 3blÂ!f<,Yf Jޝxo_o2];)9v(;J ޡYU/@EDV%1"'#46~w-ZO0eS|sȺ6Jܠ֖Ujha[\Dx] N;{子E~hq|m~h|T8Z`? 4b[hȲ7(%,-~Ws!B!;~8XTD=\ྀ% tn&  O:PR'ۡΉETI/Fr|WL,gLl|t KU蟦#0XPj5N'H<#^@yn uðDw_~ { aByPf&sŧjJՅƗ>@ gO (,l{F8VDQDӦ\PцLq!q ڗmЭa7zN>@?xH@lx=bGbr9 \8gr@:7(Wts!mJ=٧ԡӻ/}_gլoITw<\7ѽI<*I wɦZYL5{յJ4MQ{C;U6BsIzfI<.fS* EVt* *.z嘎NEi! Sozuɩ!PePb%ի B _62R &i&W~W^}v6l&\ֻp5{p^9L7լ5{9I~ϟhD{zA sVL{ sXƵ .]!ؕl g@OאO<᷑p_7j\{j|< V0ώXͷxiGF;z$y!݃ X^D1B[IaLRm5"ꪊ{=I`KK9D#a7 }X=nT.UD?hP,UBnڱ!-"yA$Yځ.VHu8Վ+iM}榨*Jƞ5`79HGVaTFy L 6ypd ^ȰF'[ܶY.ncUyo'.:qk3}xNR`KR,jMzjKGjqnMo=,awP$w/o2.SyU_!É8X~Xvej! C߉nI[8#r s|> Գ 0:ISՂ࡞9숋D\d8y*?}hT,-0WL8#Ymw ~%!+!ZXF]"/2~F&?ɷn(]eVXdzEilعZozMv.sB#=V\e#J)Hӷڿ@`2]rIvzY,!iRX``3HUᦃvZR'Db %H䴵 e3Lg\W 70)gjCE֯fG3+O$4mŇL_7aA2W :e)^d dXu;1kSo4D~6j*5dQKPoXؕ-~uA!Elsn1 47jƹ)[P 1=`cM*"i)v1x^!]O.AwRUbs'LJʿU-<.|κ 6D[)l sQgn̷ M hZl(x9β++[|Y.ҬPfݫ""wnuSwLK*~jN?,J.ZŅ(_sC0^]Ϩ 6$ Z@]Cbg'P_p$I#5Z?s\;FUmO+f; VuKy2Δvs&QƤoU193Ѯ$ʵE-,GҔC|OED.Jq:O8BJ#^A1B/GCneL}&Le6wPR.ogȜd/BL|v1<'GanWXC- jn_H Geg#:$O٘GtpJwjHHS {C++tNKl Rk:DPD6pK-aXPG<〛Q]Zx`xtF9 yqKȠcj2Q}թABќ Dz2!X [a44:L0BJò0-U.<|ތIxwE4{68)տ$r CXZ͡4q"D ;;݌| ҋ?g<nx'Ђ.f) (|vUbYrA)?6Fb=]/!ejN",Y$U[!&V R S΁XAWų=!v"틋QLR6_Tq>XX`6 ; _ Y Wu}~_CJ?T[! ,l_MqP&͊ˆ=pi*8O%y!Un2T-<58Ġkrhi 0ɺTx.}nq yob)>Gx:د!{P Nn66oS"Lc5%#,'tjcW@ 0<;ZS^b1?\񵽢0ن ЈFwk[L植//el*.R-EXI {9j+%e!b2?=!8;,١br14FBb-$c24I_ LBq3pg #5gՙ[9lGߪI<[O}˗A\:fDN6iMg/9Fe2]0h% q)?^dM,a5Td_ޭ &+ż>H)&2gWW+zaZyy%I6kȒe@\5Ւ<#3P~)|;A5W!;mD{TrRr<@H,d7S?UxLm+ F2H5ڷcN?fɽ[STɉp،me՟}Ҁ3]; [zuϗRUos-﮴y^&kRt4&NcCdGI4x)>rrĿ=߸'k4H)s(dRImGJRƅhXеz*hv0,sgH]EV>kc|Rj.!^W7]凘vxslzoH{jݰ.e=?tZH-4 u>:<--N릶>NG`m(wĔy*?0tmXA|#3A{fޙJ99 '(ang4gZov .]] V1I1@!E<@Lx"?nA*U&r# nuEcCx|`5"ww-odZ8!\&2iy'"u!b236gkqoLkq빊WqA &LNAh S8zy|vU{AM,6MG`%-|Af+`b!ϔMbϢx4C*nHP\z829di^-_X |' 6Ρ+B%UfբTI币,WoYRwXB0Y{r)>q٬I)!k0rZϛ`6c" 0{ι+mƞ).ŢQ^L AT׺¬RjȍrboGG %,L]co .|h}hL'`vmzNmx mLD2ʛgwLҏ{sty 2S2D/} d}\^$hY06tv(#.iMKFK1HwGCڐ?qsс쇤.rcy %,Boeғ#0c8)ҫ`2AqKLM pwjC) :z Uh{C2 IȮ@J o F2FC^q !.)KEd.Yp }Rng?nо6cyŽfXz,> a&ظ|fzf1{q@D_`q?_ \AvZiԖOLzÜq7be| 7V5?T-l0<;ϵQW{pIg6lժ(s -hW bG"iÿ!n"zB7B[EˡVB cYq#{)e E5ervPjSҺ{pwaV(N,}؝:eFPe8n:9v;ŊVƶ[~i,I:ľ!xvVDYD~jEf |BգA QrEs4`[BɴvUX6E͕j.‰edT1zj؆.? ww' ;b81[أl)7 EKyLs4 wz3'G; vSQ=JRF; O9;6*|Ij 13wv'>OH_┤QBҤ4"rA`04Duyh!';kPrŒ( S-PMn5/3X ۛ>@C\b7s(%Gz"%[A.M>o s3/H-v x ǘ%]A JbRJ୍If|#i_&uK=ؕ)_t/ IG SxTPS'6>ETӼFqsbax;,64Ud9W.*^EeH5U2y dC&1h[+ː5ލ2˹ 8oTѓXfVׯKaUx՗,AR&g-?QFdl-l/L҆BX:@(HsWjj|,ǂ8MJ2Ƒ]g!F[{N{L98%El*җvhz}A7wtHkT7ҳjw[c+GCuay=Gm ݮF:-Cx{sYmwᯞӸJo@c}Xo5QcC .AUŊۊ.sʜ;籘 KɁ—gjM#8rT$uvS=xwM=M|22@GFХÉ* jd_ܻoosu|xGHfj]\Z+WR (UFdM#{E^hrCRSw=Ź{[{ ]`$bLSPܭrH@)#Pf- éq~ d?+Ciuk S[r'xP,`@=jѰ[sy/Nh5IMhś #֏VҔ 7 )DekѭǢ? $c@58,[Gp%΍1+k{|/FT`"hQDs30!yxGΝ*wx1-vډԼ 3cBBXB\KZ^ &K[0oha?fyUA `/P>;GyK+vBTo0sc3۽!]MPo(ˀ/sQ$o(, E Iwr6^EvTړBatiAl@Bl./)P)0AMSVu{+*K\ .p1!:;ieD5aOwG= %?J~Ii GR&Mv"<\3 j葍hHhe@Oo(46x/2/LYDyjpDY:H^]N?őc©*MGzL9.b0y ƂJ 7LJ6)r7ؖKx`x]1-MѤG!v>]4:̊$5nQ/[' |$EA;x0 9 UyJ y=0)åB.)G-HJxedTСN~o6 w/xM~8 mTf!$PKL M9 I vU GQ:E ~Tuv.)N.x׎PuB_7Ԃ]mZa}P޸rG!}ܖ>рv/f~4X=Lx!:d3M-u"+UYyt훮uT'Lagj{e 9vDßJynmjzx&~z ~5F͑7J#mڤ`Vt`fͱnmѕcffBj(_W"_6;{u~QR0\oͥgMz1͟SY79M+Zt{VTϣv0q~iK@v.꥿nO ^P32<ñ<7}]'q}W2BcZLB.T:YrrL׷j8QdtOOHp|B1Zmo 9j]0cn5^ gqʐAL4'ٱ?25ExF)Q dv Aa5'ցŹ3mxCq2{lG-7(Q`bW" ¿b'ׁ1Ѧ­Q̰ *1aȜnS`6\zGLXj5!kMob 4ַd'ZtҸ#E;嬹Iڼ ,0u Yrg ɇmDHD[4止wx=w n4X="mx}Z{2 nvsU=1=NVϿ :nϣL߆^nq&g<jQI > UgZ-@C&ҮҀԉDY*C e oQ35Od ݕVd$lm %I1Q;q9Y*3t۩w+"*zuPEu܂21[ ~8 cM6t'9'C*Bye_s|#-{nd?jz _d0ST.suÿw \ym8 Fʝmyj (Dg9-a3W 5ԙF# 6wO+P h}_>U#g >Q=t`ml`\0+Сs)XI^dY'"" EB\gk]&)(N+Vx62b@c)Kfy^ؕWHEo8a(p?AG]"K PGZtN؋KL .&qvBŻ>ː@UtQ/o_nyMoJ |:9d < < ~:^xXD?}f}eȽlDpĵ/K'ꔛǬu9L=nCKSCP+N\m8-mj}kq2%e {ѥJ_64oz+Z6(B FOPP7 v:cuwjQA'Vl;K;euU\l^gNj蜸o%Wl]q32e*SZy7˰8D 2m7)o"m_ @Q[]\n]jPSuB|SoaEyO=u-r9޲pr< FEԴ96:v uh颸cL%gwb4w&9aFe`,DZ^1TwwBت#y)Mgt 8.6hl־FM.`Az T%zFJPM,U 'm̅cp "Wm3u#S)kmyT3Az.I-Wnh.gLƩ[/wsԓ)QGW!ܿ?z>fX3Hܛ1h>_Y= ~}Y#oI1qU.H ٮE"N"]I#-1nQe/я_! fGzܼZD#6 >zIEF pxLóPLVx3UH[B kVt͢AADYi`~PqWA_J#VkZwFMO1߈Ak|;`_7sIC??R܃B#r%'>2`.9aI2n[ת*" g4paC6OB{ H{8z E>5\UGѿuOgǵ\H=Pz25t4&m"2(q5vls{NGxUx;Q4j}ъ fJpI]Z/N}}0Tisqw8a@r+xCsS,04m*J(]/" ibTkIXpR8n\HeLMxQ;UR"ŋ}z|:"<=Hrzvm5R֤-w@G8 QoF,by :ZB9tտ Υ8ZYIW\gCj⨺ߦ,X" H>dˣ37ڗhZ7vʲr8 d]EWՈ\}z7)7T4ܳ~ ؚJpv깬(a/_{ӛ6@#7rb0I6oԠmހ:xq~ sؓhx}:Rj'AX e4$=G>2e+!;B"pD߂ hVc]YcojSFͿ aZ`  (@X?=a (\lB軣voJ*J1+xmDnXG,!bR'iXo5I[$v,Ǜ.g¬vCA@,kP_m>x6PQ|fu?6PzjS0{j𽸓P|ڀpBi*K: Vs,m\ !?@YU^'(}s^쫮Hoo1|cGfFbd\XBs )h hBqEql#4Uĸy:B[ZS+BQ=EV?j\A| |G-+63ndK y%t+OlMV"h-e(c9zT!)|Bl-B8&VM0F,@ٞr4={LM|bMi JSyʰk*[@9ͳa k'陸&UxyVОzDnIJ=ŋT!֯ArG Aj g?@DU1_+.+j-Kш(ȷmS]ayk&?JfLo~Qh$!\ɞ0GoyRLWdSk@GpA/o@y(HXԣ7L+aa =ߋhd3A Yu Mߴ5hѻ ҄E#X{Ja=uGl{rW0TE, Z e3K+,d˶Gs-~^ |zje"r.FIFP}بN1 'TZq{Os(wXTWֱ`Ex18O<Ղ.ʌNXKTABO?,qTsQ}YiGN\m5_C!Ha̻F! fB龒w b=pea>ar|~Xџ&If(XA yj'l{o͛zB1"/ ZtrEdղnq~'>ddW?`sbӚ3HaNцR+PCT*Ň;htHV(FRtג}d !p5#q:\Ւ$jab`y6Ť O5:-Ohz>yy\bOoXjTtHm-9T3-. o\`#)-syeڲJʗ _%OQ E@x@ $؟ΝDi$s0(C&.]#NUcXK~:9qOUgPJJR3[`)FY&ba承i&Q ނVpT=w_M]tOa'+xh-&)or$6ςZ4v=aR1Τb,?J "}zAң=+Gy4?܊5&|9_ n#fKOd0sBH,VCnU%X9}`t_.`] )Itٱ IwfS5mJŔ KDF !dGt &@ka{ne+kB)S0\[`Jg9yH1JY֢]sAoGdV\PHLFf9E_gQ ?np6TlH(qZ}3{V7;[TyZʹBkg/xMV3֖2 `Lf~R"#Z%Tx̿RhiBXrŔDv~D+m6" v.;u")7}X&v*n*b=vR-Yq؏1a/BO>=`K^=<嗛Yp L/t Lz2MQݤ|rxb<Ӄ*!i>2 5 <ʁSI)]p#47(H[-ǫW9j7`]r8:˵D)@ yQ!!.M+`* `a\4#=#s%g}BG{H _OtwG;˗Pc_ث*!]yjz):V/U!9AMMf*<!>"'L9 eh?`w՞FiM9~3mHc<1Z3HxZv3PMZm<%l1tVte=tܽGKgDę@gU+t04 mI6FPw<)MygQj!)<һcCd'CEt[B& !kU0ܗGMibnS%GOqLct*N !I|h -P 5P*{~maskY1l#0ys}^|h^6}i,%=N, =$1*ꢕ3:MWY,UL҃D^`h,_03.Y"_*4t#sIfZXTo${ja̰UnK%-8TSbN`Z c'uHɊ*O@-kD7D9k>u}c\C >t~gm%G9^wXS`>=~K)R%Al'j{Ӏ}fVKn59B/yA.(_ID5#E![uZm'l1rr0;A4x`b(qa:(R](5pQi(|y>m凨HOcX x0jRqz;L*( 6ܕϗu] ^x=ӡMi==gفΌ W ܅bKR2/-R _hpjEO|aPWN ùˀ&\F|Bi37e|?6r82|aփkY9dvb_X}}Љ'xQÆ4|PBvꋁkrCB⩯w{$ w^'bhz9z)TX"LҽW'on۠= 9hNP?43t(h\OБa7;5ړnsZ~cRD|7Km=ivHD2ES E/LOאm/ kkjy'άo8.`ԯ4]j3W:on!@\&"|zhg^`vJ7 `:8|::I?,k[y_G#e)~!Oˇl׉9uk] JQIjwTv@86'a=!im#./P%+#w^m8QEFR$Y]v\wiIfN^TEi V"o 1.t޴kƩ]T N<H%dNRvlu4=] ѕTj$( N ՟X@6Ԉ{-))dhh(EB(}$$']Ǚ`L|ՑOz$oD +PA(z \. i. 6O7FUaSꁾnN﫰jMc||ۇ>G̵h]zazBf}sſJQrUvC 3H?!Lck0 脾#tFͅ[Tۂf= 됇wsojAhF./H֍-s` ;"HOOgh@Y9v O,װQSGפ*StZ\|oX,5*_JW(rcx!8n*qIte~^0cfl榳t UIah&űON)Ku8 pa\RFa xjm԰4SR3z-A)ԍ TzSRy<\3)6ʔ-ѥy2.q"bFe f-hH^]?u^˿qI qP_z(vmc=" e<HҰ€VQH`,JT]ySd:1`\ҭԺn*~03^TÿPoUO FғeBW9t??e%Rܼrtj~ltV%u!ʧŌ d/;jxdzVtAx~7,SrCY 5{{-7|Q ]RU\0VW1YiV: :D1;(x-8z ocq3&;Bxƍ" k,n_Eg 7 y}D]қ鲂/)쓙F鵪hvH)V> XtDNBA &4lQG!{>!ฏQHvT;~j8Y[X\=}kEІb3qHvvmFt(\t?P Jb@צ!aYm%UDBknt8d cD" c|.28cۺnK70G`wdku kكh3D~vl׶.++b'{_]+VѼ_9q m HcF륈Tv-x$!öÙ8^n*TF4l_E! TVc GK^DT4bdZN,."ܽ+!x PH3)4Gdi^w4u^x 37om}|v+kh%?~9sk JQQ7&Si[S̾8ӊ5 :뮺@ a7)M޻9\.]ǟzAC ;`1CZ.F-iԕue kx$T&Y-eYt`QM#~gV<;;ciERw&.ߵGQ c|K]&}X F} g9  ʍ;W5ɢmÚ ȢJS[CzH5DewM%dN.!Jl3}1PJ~ŕյOV3`Zv1U' |!!N vyvh%g6a'$ð^lR؝ &lLhdr|tʛ`h:1Fa}#vU_F÷@|z'hNR=e\1i_6_M^1bm0]KL՗G1K:[­ iR@JuxPL8[15Elp)+$]:^y|L[|c?S1~^2, $.xB0. CyKІx؝SE|N:1hɎE/u䄄F/(|1VVZX2)4 ڠm`Wh*w3 Gᷓk fX )ʐ6?gx1@Uc;ڂV햬t%vc̊}%Ӽ.H o"n.Ip(x,%N=ڊ\puE4ʴDQ+A ˝ K`嶛yU&GIC!ql'pTM`GOFR${o3~(GR<,>pԈu*Nۀnr.o|rg̢4e ,[4~ɦ]Y <}pii~>qc%]J!&|t2n0x3VsŃA|Qȯ $  2N \'4f:I[t ZAHLaDB5hLGsߞ H>{yOE([]ō/ k7 (OX KnހLK@GbY):H!2ƬuPSTv;4veǜs-w@\{e7Xߎ%}e77YϵI$k0/x`kJ< NSa||O=A@إD+޳rsq ioC,!CF<Ù#9[SLQEda(* ]$x5Jx0'8vUhQۢ5(2BQFۍKTéu _ gnaXx2Y ]e#/8 { ̹w4R![\-]P'N q·qo+qL%LfU"yҌB۶3S\^D*zg[hu޹1L=|9G%ncwOP]k~*ylEi= RPyVeng.{0}}Le+ns Q\--.L:S>1 wџnFk4xnF#BTX)ɻӡӪ~cNN1&F^b<(2q.NKށeМyr bnF*O}t!f:rQt.jQ /loz&6-9#)rޣǛx z:V"/%z{  dD^ yf5dl%/Cj;hc221Y)$j bܿ|$SL/AЗ9Cv|abc4_9X` p%ni? Rw7nxJQY1J<0jO#ZN M_ڔ{ d۽_B$mX|X [3p521C\-D'L)]DlN}à NN9$5 Ư_V O= u_(ɽV0 3B'AQ~',\I^-K8ː]<KgE ѮQh_K~㋲F,ʜ_&-(奮}^Ԁ(iyhݻbc' ûM z-cuz.E{iy( 0x@'<\G4NF3îɸ"sχkҰR;x"(ƧVŤp_$ƱfQBvV8#NDzD(v1[OhMVe{x Ej 2xv|L1mWՕu5ȄKrLٔz8b'}ȈԈD+^7hS.={sU0JLw7S2m ٜe/9͜喱6qg@[H' kƆs'HzgVm l >XE]Bx1%ʤ8by2}iA ,@rG b&Iz~T L7h$ؙgdiRc Y?o1O6ȝ Ÿ :ge-߫mcU IME1-0.n:Fe?f Bn>A A4zvpc,+-'|ъd7ł谝=4 j//Y*iHm=I,4~OzwBjVm) i<rpċN$j;*Ցv?fuI RhNnEP>4]a{ SLMɑ42~o̩K!P_IeV U4rI]/];R"b٣a'CT]*H æROcb;,|/QpwN/k˿Bih(tEX n/=͊y\nj"֩>q,;CDM8 N ^lRCYf9:^m& /fɚ+xO1v*$KsA#Ҁ+=emq#XȢKaUŦcp|MZ.*c͜\lrJ%Lur> _?48| ?m2hs;#vbBPh*k4t8`A+ё%[*ٰjDe(mdwInE8*3D"owŽ8gD-{߄d,;: n)G @쯵$]Su7q{ :~hN߾*FL;yШM!JCT}g9ov;9D#LD(_3,p?% \x|;y,0v׋E}W-}!m:5=T:SW@{ϳ@AuJdXJzJRo.q[n%kPl货x;ؼM/D5-^Kj %vO Q+ӐFЉ@M>r.F}WӐu>*k T'Z;Wo!$В.{7e)v05lb}i@;9}#9sxExuz⸚)tff3 J5 WW:λAf+SLi+Wɀe려7l#s*+<ю$֥6DplʯTKC>[1OKփ+vtTmr#^;ƶ(!3XWW=U [qߞ^sչK)2Ω5$+"k6EWi B :>0Mk-B&#krL [칌 \ޖ7۫D%NqcWMe )nQto2>i0Ƿ\ALj" 0o[pҊpv8Zr$##\d!YhDtthxNϐ@/%1|ڪbߴgJWƶmѿAp9hۧwcd$4DjrBݎBӇ(nTǓ `%"6|Tr{m96A_@cT%$HW{4y0I7~O[lJ#K5ƼF>s}J)i۶n%nUD"RBs#xH"J? le;AV;`@^Y 1v,}Zdύ ;5Ӑ6Y~s9B' ǷVe#K`Mbx6X) zt./F h,D5&Gߘ%Ý*SIL-i75#C՟ht6#J7pC7͝( K⃛P)F'ɩ %fRJ icsyStBI^ 1%3Щ`c^Ze0&c UP_JOõY,{_gu @pc+Tz9z?މG0G֟rg*[-8A)7b3=˛#a$Ϙ~_j3`&mk2sl `JV2sR(φ&&+.(FD~;QREIe]UUʩ4jQE;GnYnrhNYjPo-ghe6K> k Pro PD}XhL(Cq{r(u@8ec5oZW;4H:3Jrg; @T=7>"7';V QCS^8ˋG8(u:W4g\AڹP0FƣEG0U;8|^ށpx0G0Y•Z<ƔO|sqvDwtVpEbz7W2WG7Xߠp@I+twe韜+QF:-|M* gU}Z_!YSaQZgGQ#}u(ܾ)4D*{=sG'BM@KN@!rҴfp*Tte"s`()"zs47*y%^Q^cY:um6$38\Q|USyΛ "3km-:}kdJ$D:AO o}sx[@BkSKN@0PMQ,# WD -~+''1f ! wL6X!qʞK {?tϰ!13(KU6mRfcmo.: RB9glzXJ<6oG"A3t`ϝ!k5AT$hDۦ|W/~!ܴ4d8ĂZgCJB'艷P\;67f>0⺧D݅& IJw& w}9+CTrQ4WƒGiMHX ],'s2odcφ/ Ǭ|Us }Stkֺ2+FDB"( hdu8r70/$> :uʤַ;WX=Z-.`a-'-u`}ɻd_3J5D $]22FK ,/T=y)D|,ot\W\/؜t]F62 G3ܗv^@C7^T++xѡkh Z4k?}sX#p 0?&dfXM)G{W+/XXɅ<I" l>K7*b9huGj-n+(oW>=ݏG5T\񂠼y :tsEqݭEI/C3n$MĒ8tӪؐ}TdB;[k2Dz%",|D@}O4t+ٴ[QkSwV1߀|" vP/4tN"sqo1L{i^wެ3GNnGO #hjt!tDSzf:!<_=CZXzXavN̫J(3r%`թON5!N5}b4wtWQq)?J/kU_JK6hn耞opHG?.f"ɰɛoA4.J[`Qz7A;UJ4wYwĿ[a ښ&Y}Hr! ,7JC"[1t1PW10R6 NG߮n v#t1]M[0Jg`JŻo%H;fLԜ֯ k{v Q݋hpӖ;*\:+IH$RZvڢE)Lrs;  f'S$4>717][~F-GBӨk:tE-R~)tkVo ](1idCh9= o{-!@|& jq. >h)=M'^ U:8#1Z\C/ $M{NIm~D Jk'ыj~(^'"vЉzK{c3 ˋͨ~7KNJexXwEg[8K5@K'2h2YAz1 'ffMmA>>6X^e`,u*yPC9-|.xv\rLZ81]-+rugCa&kK,̅lDmTB1m,q38R[f_~S @޿њO e*]+94aNp-;'m5:]Mb쟰$hNC*WۆMqSrhBR '9aPٲi6ľDE, ?ʵ , fj6Lt <4_v澆Va,OK^> OwoX*~1D>8U-Byn_$l 10g=C7HAqR>;h^sOH JM~l.E%. Xʦy-' lw-^Emդ% %AVG!2&E0߲ #YK-B2ԔJS@V^rԔn u%sɸ}PZO9 yFP ^!fg=lQe] x{+ Rz+q2b0 &lCl\߽v t;uGoSbhsDJm6ncyVz 5@"2J ڲS=DJ"Knzc5VoSSսz_5owA#c Ob_Pb)Ha"4Դ4!5w͠AM2Q5m4(ogl2~bVL7SFF7MUp`&('Xi' )qE)\5!]Ac˔롐EL/ '0jā>ܬ;F[Xz%L6:7h1AhbȂ䥄íSqHAn,鞧Ж!*}99jd9UnPA\({ B{:{gUz/gp8n i0$yCZ/Pm7|,.pI`;p`>\[l`ʟZWJ>-Q䣶jGvwOnHD1kSr.JQzd1)!sej$b}n P`4u#oőLElYql"4JҔCnk!'k$Hr S< w3hE=ߒKz?&}Y0-+dʡ\S_@$huc].Q*GX\(k3W͓gY<~)1B% (DKi~ A13/%@p%K0'REX4$"$s8 %t-kYoPUrs=4礊IXO|c1Rc P4+߶? ]Eu)md6$1IO A4~2͉`9jxSdaNHfk}.@/!eF?*7`i(2 u 2bkijD1ա=L^={ͳ!kc0ً&NLň-=u,=UW/Çɒvƶ<DwVR*H&reF  qEH|r*a\6@.ɶq|,|0[OkGyRnZ^R'e^=:!3Bq>\{ZWc >@@w# ėuS3y Q{B>YA|  .0ø:0!{w/2gY?Q]@sTVDBr VȒǔ k .;><7hF- b3}GUP}XQkgc%J4]Ӄ-hLW mV@( P4R:(Mn FD*3Hm%BS $WٖI>ΰ3eC?Am ;z)Qf=ZrLq6U¼I|e^)j8a͑%G 61wz/p{GoԐ*s| Wqnˎqݺv?FC2SH8Ѐ*M6-UlNt>gB:#+j4i"T)s i3s2уU`eRr"=W <&˲ł%*`;6 hlGMYsH=v&@amm! b 艪W{Dm%LwqUd<ն nC oR Q$[&x`_[8S#uH~Wǣx̧,\A(L,l6E~Oi0t a#u qU c{dV9 A9SU(H7^Ӫ@]oѹjn•v!$}p`'q8ɜpf[ ; >CMJ7ט渘dy+t^zs>)T{<6@zvI\:9P*uǝWA!{%>dK'Lߕ)$aR< 7# Ʌoa?Bً3}BXIG:*G:1$sMl83R02ڛ*}?_0g6۰캗iqpFs)QX%x%:RqdejPsa <ޞ3QocвZ,VmBв=/?nn4!Rn,E@jW'{J-d?V ( XbM|I%B`4gCY{j,`7/6EK!k~sӘx2۪>y)AkRۜkQ+TuBKjdp4AW\d?܀SMfY?'P:/RefJA;I>RT,.4 ,K^JvRL"6C+K([Uc!#1$LE[wyĮٌq:E")x0#A=ۋFiM+ ,="bd^]?l!!${,HX;bEKl0xQREZbX9CtWm8"0uTU!wpڿ5NRp K3i 3M`OیdƧ׼8zD%!8R#zU⡶L",Rpeu'W+²#lΤ V4UW45bsEOx8w8+<¡mŒ,Ix?s '-*"J}?Л{u|Ub!rܟ@u\XiW4 RqW~hl)~r \ ږXTP"zBGC.;5"jKFyrsKsr0U(25M7)#]}흊I hDzp㢥][.K8F(# uV $*U{(Ƴ$&rӛ1{3ju}A~ib\v7k~PQ+$MuJ uHr{{b.]d'N!% +vߘblopB_F3]6fv TKeDb"gsi& xؤ##?=:1۝o2SkZ>7:Ȗ}E xʔV_Wb޻35جQf}Pz/4JL=OֽGv)Ȟm|ɝm`7fl&(~3+PB3?%!4]#T*;*7t1]x ]^nLu;G.Q|e>Df%"~/ ;RFtUE:s@yp ࠱ E|Й~yI*{m LW2ۘ뚴HO[I :+)8 K*XX~21ܫgړJhb"A g.+nOS5?gh~յBF Ya3")QN2~CÑ 1}J!tI mlK; ,ۻ M#^4w r1/SA:Q`J 0 `vqWGfB!=92)iYtXɦ~4#])A*D! Ò〝X2E~-JAiou0U%ӊY}.C:r=%~<?q@XRu &u;%5?VY0zr;m.15"70@ I`27ih/sꓵtݺIι y"cMcCX ,2\ /?hb#(m Z s%a=RDL%&A _NE *7ݟL1XW5GteqP z>* 7?TU<'+$ޓQtWPF-C >"%p(ٝj3ٰP#˷Ca)dրM{FrJb ~%ڽ0w_u\ʹ1C2;}҃ӂUʁ@:3&^h3_DW twtJV ,8h`tV-m[*!r~3SݶESs9,N"$ʓ6Kg-EFxz  (7dE[*%Z0xϼSN^FpQvFH߃-W^2A=e OȕGU?p%sN&1?& C?Dsɣt|uD&]7,JaȻjB˵yn{B+J2:9xs,qZH٫oʘoVmu_ Mj#᠕[m*~.~Dx׌;/ 0r98 *5x3C=#s⛲'<̩VftEa>T;yMm-툖=&1):+v*Xgx:7tIC/_Oȍg_3J5,mggdz>6`qJKb@Zg>+KqE&fDĜ*LX}/;1F"-V4pFr-FJЗ=$?qX:"SPN4r:aUE #0\[o'gSux[sIńꟐXg/%MuPMPK|f+{‹RCuqw60M;#]O ]C"{~θ3&V[]rE2>pb]p^x7 ;qNpfttaH#z%6! =^ ;@~Nul1JGDHclR;ׄ^(P'ܮIVAsi@(isyYgOvxz0j4%v.pTI Exe60JfQj W'mYvHq-w^}-G]) H(܁H;$"*wh1 aC.%7WP!K}%3[ZN,^lq7?/&3Tȶ,/\ٓs,ȓ_6B> b?kG~e}$;'8xw,񌗑b^@g? $Yd'~c|f f\JɼM[RM9ަS֟_A[{7E7{嫘HN2h J:эD ,vG-Re(*S丰'5J[k LP> RALZ(]F}U*G5|* g3h8tHvN}LeE%%yXI ],/$iW'#PNMӶb-]Àx!z0/:9(= B'iBl_ A/51iQ /ـlK01iٴ[!#bz9Uw|6j -FcɅi8{O~d+[95[>LڽYD4(b#jðYeG]J,t2 *9LqI&N<$-8B%SkHi\?I) ),ۜ#-bakq+mRE቉"ɍ@'v <xp~2R}3ܹ%^v'qGgG&$)3O`s/2/ol _c~ҝni:Zhjwl[Ѓ.az0=X c|JtȘؾX;2`>t 5('0x# N 0,c{&̅&z gql&63LD9[Btj{2VjԡB ΤW @Ȩ_KK`D러CQFIw˶6_F*%&X(GHw$V$ݪOq'xsv.mpGGzR]E<);WF=AlCڡgy"3,q1,=OxS8Wӌ*TwH`iÛ\2f2R6+0b` !;c\K`akLֽ8ȇ|8:N 8)/q_0^G)T6"h u5r4q0InqS{JT*+|f4znߘz=/xbً}gNV󚶲dWP]UdG~B٠\uk&Y>K)qP6/ل:O?:[A}ahAX]J-b9dk)waѱ!?!,?$-nތ QVӴ=xGNOq+E&\hbߏjI:]=VGkߜ #R.kN8EvC1T*OY1eNACb}iU(oޫ_5F1rFjЗ@5#43m顣jjL -9FMuϭW02Zi<Vpe=n,\ԒԽ}a-G9p+/ާ !:Jܒeo :X%1E6bJB(H ؿap.ݝ8=O=ZO>s[\xľ1dP/р;?VfoHW5BqY5o%Й\U3`&l}$CpMQd\t1Ѓ T"}q byp-W)Yswa bNM+wA }a C#^@2R˔O6W.]}ks֧&_N}5_9y(I쟧̄G۱(;khr^*OsاGyׄO2n ghsd.ݚxEOɌLeXL~H;˥fo1F UD{J~`{"?J,s! M0]^R3DV(;Hhp^<} 0"@aB'{ލ)QMj{.ç 2$yXfRh9:Saͨ$10\l/G`b qL8Z;j0"#]hd \$鱐@bx,s%͸pI-ASvUV%(~`rrw^A[D](7T/uNfqfm%W|5<ʝg.!*؜J 8CdpW#~'n A"NsS:-:Jfv)\ w+ҁUX5˭(/eݭ5ƔL9lN)f1*[݌!#Cڒ!$o*ɲ~#cQ)Z#&BL y=9v4jMڼ`9x /sY~ִ- 675ؽ al[q]v;M!ScEWY%(=\1xNWKӾ33V:y$9ٴ*o-7/LLkUwnܰCPOI ;BVOPբwtk h.LR<"rOr3/'d4sAOm9R)_ggqLUO*}0R+$}!%Mp莂ײ]g-dIh8C3,m!򤅁lBp:}y%u"7 ,ܟjDƹƍ)n˄Шsq8-t'Uh\6@QD>O'BMלʣ'02ܪRh{R !!%亲iҢa͝F=2ZL]+0;[Z4 E( .G6JbM^'R'^o<6sd6˝a?;WL";Osu6OxpX <[X:w<̋;B P]Rt`3(]ZFmٱ~O~8Zqa&"$!])¶g֌! Z\+O(4_ 0I31,81gj$;xHɆB`C8pJbT1?$ݩc5fƫ~ ?iZ]b +CtʹS3[qT AkBrBףs6#۬Bcs_pb t7m|s;4XI@ҍ02)5~k@͕NM$7VW TUqf9RV)|4T4k\-gӏ3">?/܋/n"a`& tV#yoأ[WQܭ\ٻL_)tv}IS!躐xέmmy\.J TS6pn祍?+gA+Lw$) C7\ds:iyx*bvCoI>E58nIN\̟[?UFjE.WdE6+~m!-TIVeŠm)aW"8Y@* .\6#=wsz+b5}> {2\1|DrMY9 X$Q?P82:ò tULf)Rs?m_ٴo|JbBUߵ|2 kWu;bk? tՎv%\U_Sūw lFAJچLoƐ 4sj'v,̀I|,PĠcѝYCUc19b$*N }bڹ Wծ) ;Buj;X7ʔe(1ۦ/el-01W`<۰sG#QXyg1d$0?Yr5FГX)2#WmV4 poloD3z\`ŤF`.(JMƁ*9|TˡopRD(lc*_(rhD9sg k 'ؙIi7L(%O<̞˜:V 'p$aWK& Z:8r:ح<_N]E 1ʌ'v?E 5PBdž {gs p@PJ5A6]ƶJfwzDVK]P<'s?VV^=;6>zeddefCc<:Yv$ "IJBG߳IUzӖ2"l8dzg>tmOC?R9]6|7,9K?K2ZW i(pE&8Y)C?2w vnk((sA v(T9S@o5rC&.9?_^a>˥d|e%S+4\6An '4w\x/52L^-ﴀ있ces>nL5ssy$.^!ƸCC X,ctA[_"شBJBC^d"cMŽ`xm×*ۛ-[2,S"ϐo}3P3.,~~}+ZIH-b?q.Bg*'LWNN,_!nL FoAz-D%;ncr~3'm~:AG9M]iZ'^p& g"Da9|5-O({\&J h-AIAt87&Ky1KGٿ{Rɷ_9&V9S@k@R{EoC *` n쿂@RkKStR00V|T`Xhu,p%7bab1Cj;IxmS /Lj![1P)*u@x8Xeԥ+náI \?ByG)=}][@l̒;jT!{6}2Y9t$iK=Jco1&~U6IjmVw̹'RKPьܜ =~!hUj5/:5a^RV5FyE_#UMZNNpBBo>N8HV^,V\|eJ@H;a;-dwM:>dBZGW2[U;;D,m_+dSghP{ b@ i(_T4 YI )9j&3-ayirN#O´!Y:ncn*u&pCr U')YLαgyhGЫs)Yg0*GW5D%/˜'i6 TP#+M! 5:ݺt\`$Yx3}U{Bc&{Z|΅Q&2)i$ԭ.-'aM(dYJcve~x[j@YJDꈸb,6|&Sde4z1D{9_62X%h--S{F`e Dߵ!czm5-:`RvolKPm]r5>q@_sPh[gز$ר8Tf)D ObaF -荒YwOtb6!>E*rߖEF TPP]&J*p.w&mU*;]7d8ؼ,)keGw6+zWݙh0ga(o;Co94]A8D.wgH^bUH2ht) 3r3` bȑJKrEǽaF\vȷa~Tt# 1=AqQŮnjB7)EsLl7' [[C avẚG >$Bu쐢CYDe͙ j$ի 諴 /6%P)K=nDQv2j{Ҏk|{:0+N>_E޳ uPk#pT8fs"nh[9_`C6Z 傢$K7&4ᓼ,fGa}+Jͣ(ʠ'_T1맊pʎ{KJI6}(ӕkm̡iF,5!Q _tMƏY9B?{IH6}+f.PO u>j7MFmr R%a 0[ڇ aa+0ʵ%sNŌϤ?NC<35~ =5e[-9RMl(S*"Н$/ J})|E3KnXa\͓a Pb r&3LEf>I-chh^vX>zMVJ`TIjwֻ#g5ԥGUSZX9^A6FbƧR6䅯3.y~&l~ZIJ议"jR-Ym)Ilo?;͛nS͖EVM.R$( \Z2śH"[0S1W&D8 :pO% Xy;*9rZ 7/N=AsU:]e]/|lZcb?#$e,깨[iM  iٮh\{KS)*R#qP#2FPpQw% ݩU6; 'NڬqH22 k۲>1#=l9[w6KIqnw'+/ΕHpyIƍ~zg;䖥&96A$=Ibv:Ic g֌Q.³¯d`nq$A[(i%0s~cHefv@H{KzGsЮ @*EC&=5PʑEH0Il IAvmcM mq6Hʠ 7bCM2FWhesSk+ʛn@<ӄ_/ha^-} eu-n򰻩B1r}`w@o/L3Jb@vj~|jW]+NZNJ!Uw)!;KL/B`V! K|e)8׫E i}YU%9m;왔ժ0yv O8| .-י=UPpY /n=K۾T~5RwLȆԩ1*U]FvW~jM\:ABhpcb&:>9_X| 7x=WN\ #A!+M8>ȉ ش$C}{$ C(@9z4n-؜ ћ ,5=OTR 8Yf=AI)vvހܭ+?m[Un$uEe o7D㸓j͒c༚ 8BI*xXjK Cq#c QO,D#V,~y "Q@^K5Kv'[Kde$##9{EDN>G*pʘmjrޥ^T&s@©HGJ4XZ^crhRyA܊>>L 5bgpa szpW'zqcip3W92OVbQm+EM}0 1@RK9bx\wf瘠[նwŜtM+ ~q셗t,Z]MKzg`kal|51>ړLK$*2aVkd4cn fА <@H6ߞeMr&`}›4V^yY^sp/zot+Siģ=V̸m VS]7n o%#+L~&bͭC{g1ذ=]f!$DGOYVyʸ^=-K>AwY9&2p^ΓN]?ص˝AI+2ۑL (IW>Xɏ[;0=9ɹ3ԙI P?:j vRe'jpD>SUmD2.&'L h`ůLE-U=8X!?}ψ0u3W5aLoӅz wMEv4z$8=W4ahW a烈G {2MZ b=Nȅ?ޑ) &DWU>{W&W0J6np>H$<+?WJtevn,Kf«uze/3{ 7K‚(5Lb[sGmW㏾Jy 7.f BY=Q&^`00Px[wcsԣS0UH&a=h ׯ5O [%®m) ;#wh| FmPKꑊo(1ERLvB&c4; d*&VG;K9sa2MV;Ev@Q=FNϹ#66ތFyNP]*eSNC_bǻy38ݢ_Ύ蜆EEutӗPxxľCD#3V 3& 3ɨAfb,QEp't: ` A iJ.!4rX$K]mIE.b]KV%Wr,0rGd^]jn . qgi[u8G\$ Ɣ%=Hfs fh<Ԑewu)g퀉ލk/G2' ¤<!!:ߔ-FIz%VؚTΈǖfK;#c+*wDS n@|^홇W 9HS]X?$K VUXT5y8 V<MWamgJ](k]Z ǹבB3k ݹ4h#j>8|nDqݧ(T8dqowP:JJejC(F)q9+ JK**j5)9)挸KH79J)KW)K3aG zLCaU~³;o=cLBa++GIh́dQ rС@^B$S)5зZΕ/T8--b~Uaڇx~ыb[<{z(biGj"y kҪ 5*'3VauO ʻvlz?e٤ml3L:W%)Ze1Y1Dt}-jiQkԏL}0Ls*^-c*G4+]fj=0c9H#L'%`rE)O?O%⚧ 4Ou> bM1z YZ