systemd-timesyncd-249-63.oe2203sp2>  <@PT@7!.ܶujG7oe=Copeneuler@compass-ci.com G7o0W d n /~n3 ~uw; ; d{=9^}E?5gzt `jď+leW`.ω5̹bKUy'o6#_Ut]% k=ioapo2no>m9;$`$,Vh"(Eћ?m$f^JgH}ri+3nFHihd6 &D Lq \j qk>=ΒNe/䛫oc0wZVyȝok)>7g A"KDV3Au 0m9i绐Xu^s183bEs@99bc3733a2ae38ccc461e710c166afe6515e1efeaec1ba1f0b11d47f0f309976ebbe7284d82748e3a7e43f58939cb0adbf7e01f1 <@:jҼrO6>D8?8d % B 'Y_fd L  f       A   P     (  \  d(8>9>:>=0~>0?0F0G0 H0 I1 X1,Y18\1l ]1 ^3 b4d5e5f5 l5 t5( u5\ v5w7d x7 y7z8 80848:8|8Csystemd-timesyncd24963.oe2203sp2Network Time Synchronizationsystemd-timesyncd is a system service that may be used to synchronize the local system clock with a remote Network Time Protocol (NTP) server. It also saves the local time to disk every time the clock has been synchronized and uses this to possibly advance the system realtime clock on subsequent reboots to ensure it (roughly) monotonically advances even if the system lacks a battery-buffered RTC chip.e/dev/null || groupadd -r systemd-timesync 2>&1 || : getent passwd systemd-timesync &>/dev/null || useradd -r -l -g systemd-timesync -d / -s /sbin/nologin -c "systemd Time Synchronization" systemd-timesync &>/dev/null || :# Move old stuff around in /var/lib mv /var/lib/random-seed /var/lib/systemd/random-seed &>/dev/null if [ -L /var/lib/systemd/timesync ]; then rm /var/lib/systemd/timesync mv /var/lib/private/systemd/timesync /var/lib/systemd/timesync fi if [ -f /var/lib/systemd/clock ] ; then mkdir -p /var/lib/systemd/timesync mv /var/lib/systemd/clock /var/lib/systemd/timesync/. fi # devided from post and preun stage of udev that included in macro udev_services if [ $1 -eq 1 ] && [ -x /usr/bin/systemctl ]; then # Initial installation /usr/bin/systemctl --no-reload preset systemd-timesyncd.service || : fi if [ $1 -eq 0 ] && [ -x /usr/bin/systemctl ]; then # Package removal, not upgrade if [ -d /run/systemd/system ]; then /usr/bin/systemctl --no-reload disable --now systemd-timesyncd.service || : else /usr/bin/systemctl --no-reload disable systemd-timesyncd.service || : fi fiu`t8NA큤큤A큤e=(e=(e - 249-63xujing - 249-62hongjinghao - 249-61huyubiao - 249-60hongjinghao - 249-59beta - 249-58zhangyao - 249-57wangyuhang - 249-56shixin - 249-55wangyuhang - 249-54wangyuhang - 249-53hongjinghao - 249-52licunlong - 249-51chenjiayi - 249-50hongjinghao - 249-49wangyuhang -249-48hongjinghao -249-47yangmingtai -249-46yangmingtai -249-45huyubiao - 249-44huajingyun - 249-43yangmingtai -249-42huajingyun - 249-41yangmingtai -249-40wuzx - 249-39wangyuhang -249-38wangyuhang -249-37yangmingtai -249-36yangmingtai -249-35xujing -249-34Wenchao Hao -249-33hongjinghao -249-32zhangyao -249-31zhangyao -249-30wangyuhang -249-29wangyuhang -249-28licunlong -249-27xujing - 249-26xujing - 249-25xujing - 249-24xujing - 249-23xujing - 249-22xujing - 249-21xujing - 249-20wangyuhang - 249-19xujing - 249-18xujing - 249-17xujing - 249-16yangmingtai - 249-15xujing - 249-14xujing - 249-13yangmingtai - 249-12xujing - 249-11yangmingtai - 249-10duyiwei - 249-9xujing - 249-8yangmingtai - 249-7yangmingtai - 249-6yangmingtai - 249-5yangmingtai - 249-4yangmingtai - 249-3yangmingtai - 249-2- actually check authenticated flag of SOA transaction in resolved- backport: fix /boot unmounted issue when the device is suspended during boot time- add: backport-json-use-unsigned-for-refernce-counter.patch backport-macro-check-over-flow-in-reference-counter.patch backport-sd-bus-fix-reference-counter-to-be-incremented.patch backport-sd-bus-introduce-ref-unref-function-for-track_item.patch backport-sd-bus-do-not-read-unused-value.patch backport-sd-bus-do-not-return-negative-errno-when-unknown-nam.patch backport-sd-bus-use-hashmap_contains-and-drop-unnecessary-cas.patch backport-test-shorten-code-a-bit.patch backport-test-add-several-tests-for-track-item.patch backport-Use-dummy-allocator-to-make-accesses-defined-as-per-standard.patch backport-sd-bus-switch-to-a-manual-overflow-check-in.patch- backport: sync patches from systemd community add backport-core-path-do-not-enqueue-new-job-in-.trigger_notify-.patch backport-socket-fix-use-of-ERRNO_IS_DISCONNECT.patch backport-sd-bus-fix-use-of-ERRNO_IS_DISCONNECT.patch backport-resolved-fix-use-of-ERRNO_IS_DISCONNECT.patch backport-bus-add-some-minimal-bounds-check-on-signatures.patch backport-udev-builtin-net_id-fix-potential-buffer-overflow.patch backport-hostname-Make-sure-we-pass-error-to-bus_verify_polki.patch backport-Limit-rlim_max-in-rlimit_nofile_safe-to-nr_open.patch backport-udev-raise-RLIMIT_NOFILE-as-high-as-we-can.patch- backport: sync patches from systemd community- enable libcryptsetup- change the permission on vhost-net and vhost-vsock to 0660- backport: sync patches from systemd community- sysuesrs_dir, sysctl_dir, binfmt_dir, modules_load_dir reference directories in /usr/lib for embedded - modify dns server address to avoid security risk for embedded - add support to relabel systemd process for embedded - add noexec mount option to strenthen tmp partition for embedded - use yocto configs for embedded- add a new switch to control whether udev complies with the new SAT standards and add sense_data.py to check if the device meets the new SAT standards- backport: sync patches from systemd community- backport: sync patches from systemd community- set the cpuset.cpus/mems of machine.slice to all by default- backport upstream patches to fix event loss when the whole disk is locked- backport: sync patches from systemd community- fix symlinks to NVMe drives are missing in /dev/disk/by-path- backport patches from upstream and add patches- delete unused patch files- backport patches from upstream and add patchs to enhance compatibility and features- fix CVE-2022-4415- Add loongarch for missing_syscall_def.h- 1.change /etc/systemd/journald.conf ForwardToWall to no 2.change DefaultLimitMEMLOCK to 64M 3.replace openEuler to vendor 4.delete useless file udev-61-openeuler-persistent-storage.rules- Add loongarch64 architecture- fix CVE-2022-3821- Add sw64 architecture- backport: sync systemd-stable-249 patches from systemd community- update release number to 249-37 to synchronize master- 1.change default ntp server 2.correct the default value of RuntimeDirectoryInodesMax- revert:delete the initrd-usr-fs.target- revert add ProtectClock=yes- scsi_id: retry inquiry ioctl if host_byte is DID_TRANSPORT_DISRUPTED- 1. Don't set AlternativeNamesPolicy by default 2. fix systemd-journald coredump- fix don't preset systemd-timesyncd when install systemd-udev- fix Avoid /tmp being mounted as tmpfs without the user's will- fix build fail on meson-0.6 1. delete invalid meson build option 2. meson.build: change operator combining bools from + to and- revert rpm: restart services in %posttrans fix spelling errors in systemd.spec, fdev -> udev- move udev{rules, hwdb, program} to systemd-udev.- rename patches name and use patch from upstream- core: skip change device to dead in manager_catchup during booting- print the real reason for link update- check whether command_prev is null before assigning value- solve that rsyslog reads journal's object of size 0- disable initialize_clock- fix name of option: RuntimeDirectoryInodes- set dnssec to be allow-downgrade by default set mdns to be yes by default set llmnr to be yes by default- set urlify to be disabled by default- set DEFAULT_TASKS_MAX to 80% and set mode to release- systemd-journald: Fix journal file descriptors leak problems. systemd: Activation service must be restarted when it is already started and re-actived by dbus systemd-core: fix problem of dbus service can not be started systemd-core: Delay to restart when a service can not be auto-restarted when there is one STOP_JOB for the service core: fix SIGABRT on empty exec command argv journalctl: never fail at flushing when the flushed flag is set timesync: fix wrong type for receiving timestamp in nanoseconds udev: fix potential memleak- fix systemctl reload systemd-udevd failed- pid1 bump DefaultTasksMax to 80% of the kernel pid.max value- allow more inodes in /dev an /tmp- disable some features- core: use empty_to_root for cgroup path in log messages- revert :core map io.bfq.weight to 1..1000- change Requires(post): systemd Requires(preun): systemd Requires(postun): systemd to Requires(post): systemd Requires(preun): systemd Requires(postun): systemd- temporarily disable test-seccomp and ensure some features disabled- disable rename function of net interface- nop_job of a unit must also be coldpluged after deserization- fix CVE-2021-3997 and CVE-2021-33910- fix ConditionDirectoryNotEmpty,ConditionPathIsReadWrite and DirectoryNotEmpty- do not make systemd-cpredump sub packages- delete useless Provides and Obsoletes/bin/sh/bin/sh/bin/shdc-64g.compass-ci 1703689337 249-63.oe2203sp2249-63.oe2203sp2249-63.oe2203sp2 0-metadata_list-compact_tlv-systemd-timesyncd-249-63.oe2203sp2.x86_640-metadata_list-compact-systemd-timesyncd-249-63.oe2203sp2.x86_64timesyncd.confntp-units.d80-systemd-timesync.listsystemd-time-wait-sync.servicesystemd-timesyncd.servicesystemd-time-wait-syncsystemd-timesyncdorg.freedesktop.timesync1.serviceorg.freedesktop.timesync1.conftimesyncclock/etc/ima/digest_lists.tlv//etc/ima/digest_lists//etc/systemd//usr/lib/systemd//usr/lib/systemd/ntp-units.d//usr/lib/systemd/system//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//var/lib/systemd//var/lib/systemd/timesync/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection cpioxz2x86_64-openEuler-linux-gnuASCII textdirectoryELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5d81d5fdfe4754fada2bd6e7b14c3b1550af8604, for GNU/Linux 3.2.0, strippedELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=925fb2c0d9a92606aad56585d7bedc869257cb21, for GNU/Linux 3.2.0, strippedXML 1.0 document, ASCII textempty RR R R RRRRRRR R R RRR RRRRRi":p6chutf-8d50f425840331b3c449796922b20c07dd370c976412764e6339afaf64e7542af2a57b1b9072334e9b2e865c459dc398a08b730aabddd2f20a4d9342b45380ded?7zXZ !#,6Z] b2u Q{LWO#+a'HG|?u4fJfBb kKߨ%PpJ{]sKogFͼ/S08v Qm5$b~TM-^.= F،<1c"k~ad%[\j+46Xx6hT|zt'eE0FJ{κB| z Jh~@O6ۘuwM2a: V͊e`Ɖ>)#HFP$=j_}Y8KmWa/˶WG\xVT\*blO2I!:)@P5;jh>R;{sg7fIQXLnv@}H_*qߌ;`[._/:>?=hQKy͍|fIҁ킕7=F1/a󱪿ٙ_n;a^P1Na9XMc<ʚAz!^[P֘6/Ug3R&wmG[KY O+W?U6IzBu P.~(%!3cn4r$lHK^Md46,;i@.mnBPg0bqɴi[:ުR~X? zN ek);3lQ^ɮ*$(7H.Ħ[|ϒ$A M>.c OL$AiC/FiH[%,=>F{@_Y伯if:e?n%!~"#m8ҟ [d1gmYsM=纊s?ޖ҉_gSU/!QR7u2oPGǸ.Ȭϓ sߔZ]Kw|C#T䤇F /Yz0͚ܟZ?)x6 he>2I PJuVT|9aa'9HW6E?w{Ӿ'r%ϲ-.iNM3)΍UW( %V.Q}ES kO'GfAw<f9.;xq;W%8\$Z?9&C|9 y3l͈ʩݖ8hɦPxznUVL@qx,+ ~hgkas%J;ݧy'Ԩ$3 ;~&;h )k"4=bN=FeM1JJ/S2?t}h&Ե y^zŸ e}o C=g{* W/q*h!@(iQGi&N< ²"۫2wpk!e'FX1V2'3-w˱0؀ Y}SYRPė=+R)KuҌqh#MhϬ<(g!ޜrTiGяZ-#uh$Ju7;ZA5lEHD̲5e=EaIѯ쐽 6-(j-?oQT7 !4;2JTWD.ͤ ]u_9yt~Lg¡}vm0Ն5o{9MTsMwr׌<LBbo75.4L|.1xlG*qJB`$G/4妀aA*qt> )k$'Y՚]i-Ӫ̗MklK2':h\e4#ZC6Ą+P;QS u8ä3y%؊$Fsm4w!wYYZ0D3MgoY^> H`/|@4Sc=I(2px<}a6x_MBazH] #񫃫^I)w< J9[$ݗд!%֐d.Bt=VoX.UaZlWmȥ 繩K ʌ]N`ƧCᨒZhNk(*I?#hHgk>3 }ox|O]Z߉3KLQ{3!}OڄU{i<+v36g#Q a$|MnRujVkD'xD)g@mD <<-H( i7ϳUa[<=Aɢ^hyj2%ޅ5G@~e!:^Ypc%zMw!k5^6'zE[eegy%HENX{c~Ok1>A]U|Ξ_3p}Le~ῴU!VHkb+!xi[|1FhLӅ^&jn6w*IBF6jRQ>@8FNai›Ҿ+cc#91ܺV u50:/pQ?Ä}T͆CCi~lI =S>i\ey$K X] fP_yuw5ћt0 :n?&l41ŬaUŧj#nPt7hv\-J뎦K&y3WV<ῡ9sq0i,mOɁ1W:=%vϮY_p1mD%MG@<.u>Yv +Ή`}.1BhU_𬒜NY$bT ;a(2 u g 6!3 N"_NȈ:Wyi +wW-gڧn肀 xcgv{ޑ qd d ?O =?_Ӂ_; hB2-ۛ.2ִQȫ%3Rp2vjYRT`@7_ʮG\1}a4uM9[aCky!!ER> ۃA=R00茆le9R' h5Q8DV QBýu5>۱sqe@7 եWZ!c5BǷU 5{.69?sxlפ/sLJ8HOr@/ zV_.Uq|xVY-JW٭26al]CuPk=V2TOl 7$J8HܳOS-(X}yx"Z87.N˳s?pJ!4R+9RV)ldZsi!9f]9ڲz5}n曦ڹ(L?W\.|l 9UnUmA}9v\fl Plua)5:D]EQ /IejO(z2@S79"0QnQ\Z ,d4WG̽IQPƟE"4k!k|̱X/!DxY_\z'ħvoJ7 ?)[kUϝF;\hWrP8.q/al@e&JmP7q~\f耲r(i)%Oޥ+|4A1S1.f?(AM5e3.aF H+3 / _gIe^V`kmzpz<Җ,R^|C(<RzrEɛ2h%ÕO46a8n$,5b?wG Lc]Xh/2,z5"5oA o%J l*JZM0' :9N-em6|oQhcx(e/ûuaEy0=^V# v 8s t}YY=PNBkLϸmD$UwxbmZ R%@C;L9`lp&[NܪLw]=o? }v6tUrŧcq+ =,ny!37iT¸aXvN[/TmNw)]t~oWb8n,CJJ.d|#"%Xw!Ӓ;e~㘨t4|φa% "r?׺¼_Og,l(Lw>Q2h!qiAh*yl;N[qBd~e75ΠO,iZX/%H$~9^:^ $ @cVy/Pa+!GpMϒC j`][Cۭ·gc>#ryGT;͡š)],1.k:ʹ#U-0vʰl OU@pÞ9­x?S0@S(xw{C .*+aQ<:oa4i&M. g9g IEF#uFOr+ 졄kW =hNHmhAldm6Ǭy ic+\44 g"q ?$ gXmfyS5[-C~a3x 7^)8kanElB`` _Dk_tT&i|nimjOc 24d4[-w5bVi}<@|I@K6u})xvRrݹUmo"=*yp_Q7мVU# `#Wؙd{z1%L #{z<_GFyhro(S~ )*1^zq(ZPjM{ 7^:-x{;`XtvIh|u0>BɆlJCtiJ!+}65&lAݒ FLɒ&ECokzzL-d+ G]W3l@R^#ճlI r!|˜>:g朑g{2 SwHM֫ i~]3?ϋ;wN1M2Q K%˝|({eė~\(}Q{"N_"s67v%S7Mjjc *\PSXMpAcs6>OUB 9u졡ʼCU莪C]Dm)WժHA;ZueGMhy6 ]yzr\($O\a.2۾^C_ViQp  Fu47[虭:kb.z)Q%`!+K#8}:yGܢ#JG[=~r(;["^Q] y?LB!~˶n ee[{c: f? /Δ>Z6|8@UI>夎K@g,X\A|pG?l$Nd0:uc$i2`65:Ѩ0yi(bsyNO<jFAV0MMd0`m\1yο"ۯ^`RRcٔ/UL{ml֘ b #h&#mўm .Y U!\l߷u #Gk'Ha;"%rF6_Ȏ%Of'wq B̓}ZG>TM];)Gi{O)J%\^_ c{?r=[J =Ӏ1Vܢ],}<]"1^<]SlbMJΗхY! X}Dy[Ԉv]G>cl`C{l"vJy<{*h[qeKY9(ڏfxC&}N'mhs |(ZTtҲ:H+Erm%Jmͯ*%#!U')Q 3-l a9ղsT/ i V$I(E T}zOJkP\cKKCER̊zNmGdkY~ eHv7J#r?ruZ?p芑$m0CR ju4-r׍={8LvmY__lPjsKX CҨ筳ɬ A(BZܓX}[~%tܻ E_3*yq-<㳯bF˼;#Ũ@<,9D 4l,x:Dh c(oW1!-Jrpf|Lϫ!69"w䰨ÂCi2+Ǚx禦|.Y S֓ P1f74_\ J\RFl3q5 $3? bEǚ3L)[L8X9_n68Ug ]H2ToU:IO #FLx2;ϑI|ڂ&LbKγܲK^ {& j &F>R| +6#V=Є' 0F@W;L|@&ΌOfT%,x3d}e+,M{`TtWNzPi"LqYm^K_;+eL°-drF<@ 5FV͒Ï+L!]@f7kݾ3mzQ)>:77R;-f)j LCwu8t]#}6s0Q=}}Y1Ţ;ѡi i6֌Eŷ[SBI b޸՘-l>.caC\iS~tg=*ƹAk=PR3.aJ>1LSVڅ[n $tD$⫺HM [UKk]fKx$ήYz/VG~`(Nz.Wлgт6X4$ öK~W!*G{cMt[$ÞU":t)VawqvJrivp>l`eL a'.$%XQv9Q`|.BW"I¤ԑԌB~xvDEt5$1@J.Һ ]Ás͝ gFۃWz s(*YԪq^M}i=ߌY FFFl :^[UI1aAdakYiְ)d=Pמ\l&$}r{ rUz N@k :%ь7N%[y#xm$pdA`+> -:J@sn*TzDR*2LYtFN oyvX]eJ-4àeºM]oN6,g;4g`6pe[hxwU8`(v$E) :[CxAp>GC`F뇉,Jn@q^p vOg;`=MzLpRh'χ_HTDנ]ǂ2 B쳘X cek?Y"{CP K<}XE o 76L{K(7,s>ȵD|9?_,BU=q.:?.C(c qDܛj_8K1!>},%ox8I;4=.ONdTiK¸:= OiLԵAoDjfֽpNb4s"!k<)@v%:-=Sx(3] ߒ[ŢNyt5@`R|9[^3l,&3LԜ^X9Dzeh&ғYf(A {CU~)iymgGȈd/G\XN?s' f.HQ[VDZf543{kJ.&n8h_{Md6#t21zg T'Ş뾁 }O.5~ (f-C?NLY &E=bMeS[mkoxϿ/RC^tJ4#I6[&_t;EF?ߙ\FiDD{_OLyFCGʍFa J/I©DQ.LoX cbW߉"[JZ >N5l*ͺPD[yB( C">t0UeӜޢƙx~0|ܷ!2a>݆ҧ8}S87$4E3Q 7Ǻt. 0*DV2r\`Xz3BYspj*|6lK&DG;4ɴUl'O~)Mkq s[¸j +|ka~9罣lꠊ10` 42 ~mpڬXSHv C-Fae)KoXйx`*eUDW,}_78|!~dm"gcM_lӕi!,*Q"B Q|㇮RLU3q$罡Co^{m-5:t怮߂sźv'p.n &c6"l?8N(ӻ9KL4ਅfO= 7̊Q*ڲ4fy{&Zwɚ1F~⚥@,-hjDc.<t ɑ՚N : \VƦv:"[$K,J!$/O,jKe%d N/1~~R l-'1t-<İLv{7E>T|˶r&eM?*o[A#6S[Ş|K863BҬ¢xK!tLX(̬G^Ǟ6zpx,E +I{\b9|ϣͼCm<1D5P}0Wٍ$ SܬLb .t6F ,`ś9K{Xщi,>nAYLZG+Bgw2:>l,0ܻ_x34i.fy`"gtPVoAg;nY}+@KJP/2LJ/(KMLA;fKg J'.&"# M;Rr)@ӸFDTVrMeG ~T#$>eظpI̖ʱ*cߡV^^ȒR\!e)RFOI(ׇq04H:$ t$b%?]V> Y 7!+Na^G5/,]zxz} ÷ Xb`MmxFReoSAuBY`ԟ^UGk& Me$CO季<+ܲA~9 ħvrPLs?L"–Jȯe*+b~m⼸n_2~靮B7a%Qwn7!<70?PVN:lQT!Atvq BC$׿IqjLWwSxp5A;ZvbߜNuAW5[@A vU5Ǔr2n XR`ʯ H NEvr+4%L( fEF,`?Nj5rc];}3g>q95paK &FaD;4mlK[ثF5nװ4Zy@F!8 3pY(ȠO'5905Ox4o j}(Pn+6: Ldv4b=qQX D[c+?@ _CmR᎞VNqPh;SƳvm+H2mNo 7VC7q={bl Ipd,0&h2-u|J8]^P@qa,yTqn18l6fνIf' x)@em`.&R>uo9z$w49猆W)"ce\b#y\=צmh%аSC0rAD@v1#SFW=gz)xEDaEbBupT7_U%+op v%5;)$PN-"d>7;7 ^劆 E& 5Q,hTEƂV=C?8o3;GY9MwjA?pZ,[/sWͦ W]&m}ܚv|10j>RůQ:T/(|qZ"Ђڄ;G@_^ݫ 5 B%/"=wl2 =)Mо w߷B `R K4=@{m]v:Sa+m֠h狮 __21bJ=Lg-,tV@zk۱G=o-XtvQMv5LDYweHV_7Q}WB(Z/C;n~EAq+h3 Wغ +cP5崗3g-soHua,qKx'^VE\ ԋkte!LRlJ~r=c.3:̚^O5MI mCߩ+(pdm#?F|N~v>X JkZ?\ "cΒv㳒 tIaQmozیS k -AXV;*ފSoHgTW1uCD}^lnp(H+]%)3QS_ n\bQ!샗:QBȏ!WYiTZU!|6ţ5Vb0 C+0|&otXȽlRK] μCTnòd(+,Lr#V"+-W6;8e zHz@$(tJOwɇٷUʀ&~`}hR%kM86#l& קG ԋ~J^f/Ҫȏ؏I X֤x>鶎GxIǭuَ'׷cL%W-7;fk8tWM z,!"L=Ԭqκr -4n):u8D璚SDdS`N-9AؿRTЌΰzDT~1?Ds;bڱ^_ZQ(gaCST}ĉm$֘0g~ʷd/8?; Z3Ubmfzt/ϐ/ɗbl i.<n:?h,U=?il%N+푲&jz>1&:+GU2 7NWJPJ|$Su%tRȭmqfvB kj8eFՀA_+ApܖlV<$KukÆJ%HXdTWΕ<C׿ AMh;lh4q,E S4q)/'Jʨrsج"~8X<a ikukgH˄̜ ″ h4F^'?1XLyyw4Ufo׳SrԢPoȜ腮߄(=Cؗ6OEzj|"%6x2A0tTӥ H-Kh~)Ic VEC6n,zպ {8EtCJ`X>NT{U/ຫ$?Tf#i\ qtDU3rx2֫ؕw74]ퟙ:!x*2]LS8$.ͳnG^cfm( kp9"u\Agd۫-kfO>o(W4Js1V"sb%Wf7(oxe̴YŖ1T&FGZCbJYTXX'^fS(eE[l,(p 1Y,(?>=L=죞b{oMǬ~<ʠ>QUDM. Sڲܑ.Fs +PJapRd1B-{ 3R^rS.":YJC[$wvؙz@L6@#WlΚݝs4\F)@bQb:@ȀnBq8q*YΔlʚ x8J.Caq^OjA`7-\ Y%eL$n:|_߲2pp5u2 o-ݐV+hp%IȅoS Чqh+[Ne?Α%oRU6ÒZ cJ)h@/Fox%R{Sv}{EW`unsyyqaS R2X>v xRMGJ}dRf>هh";.s{Jߡvf5BJ|K/NtB5#K|龨9Vr\a(t/,>Xj`|4 8PyQ K[ı"v9͞[{ȋԚ>ϝo&$>"O'()|@ԜڹrlCȽ5*42Ya E҉=IqY0fşt}Whu.~0H_.J{&uJ@B 1~4] ܧզ+~WF|2>_W8@ZDבf[(~#㦮tiI#_T\YdHLSUjv5Aa8Ͽ )ٔf<.\>F˃7eN!$ 5d 4SݪX-Mb|2xϑ|l9 Slq#RZi) G"b .KXTi=d"~\4# Y?`dF=6gk^DN[(Xä_|щunI,wĘ^Ō4CI5kt@]uE^dY.b(dTb$2S0bRꍠ̍n X]NuP8 #! >x1֎2AVʝ RNeS_@wR2|3@mp#dۿS8V8E(ʙsp5L0U/WJWdS)=:Ƌ[K'u9GJ"13ѯ5vP+{toMnx]h%.<[{şڻ Nz۬&dcXwL^e$i:5s'&C1 LO=p|PqC16Dl乡JGY 1uL^(T貁̘ț!>Oӹg:( +g3׳P˯a?b:?IOkIIvDbG5=ȦLՁJK= t&c1L8@* x_r"׀Zȋ,9x,2 JRc]ɏҮ"ӣş ;FtB\ૌ"ZkKGn.̝V*EFO<7;P{LH),_4Q oj_m[ SłP;uPuH|# lڗl?4繍 ,{c%uIW[ҧ]7o8$k=>+QI:)h6*8Hx_W4Kp*>zHb,rFZB蹷^Wc}=FGW[Բ/4.ݬ%vKp3S@W8*K.o?eu[1r@$ FZ;@kQݳS$jd&ٍMB(p'k36&s䂙Ei'puvM{1y@#&oV+4+Kd m.5ZMa<ǝO0򅅟3_?މuAVHIG@/Nb/uNT-ݮ2!4Esl\ȒC"s=]EHSb&Sv$h6^i5S7bX`@Iǔ*<D0\9Gk w :>o|0DpbRMIDNG)ee6!֧ {zHah"D!ߋJ2c\Pf>'t0oضxnLq>8]OUv0 7 zv&K{=~:T+65KJII]RJb_*ۓX.Y%џ,!C^1(տqBvͿeVDc6$:2)`)ã {)T{JzJe uRnR݆ozG>ȡ?R͸9LLɝƉ#ə ΂rAYstib;,hh>(;uN{fJ1gYH5 ;8a 0'YOqWM6td}Kxф3N'Pz ƹ| 3Rw= pHec g(XѺP]Mn(JWn5h&J-/5Șc&qcRAd-5).|c2< B>u{eTFmmԁS(OXk<1ќ ,7Ÿc>Iw( $bVįW&dZ̤Zx,jdPTw3Aoś슲][rk$+66滻pU'eI/tC%Īك%IO~o_Z\"}$3LmK}Ydd1Xevg8@`ۗ";"CiiLHqèM{m'l .t3t;LV  ;S':H/],͚-s BU) 7:B4#=T\3FjX y&Ijb$e0\#Չ:\^9>#%\jK1Je \R12hgl+g޸3 nvdbV~Sl-/e4#ȏ^r<^4w*35, ErH3vg#wf̺9:J&p^Zj\:ld ih!iKѐ~OKgd^-nlS?(S#ɑe*0$2 sGad^O\U=3t.@uZ#VN/+B~Z+k cS ~t!-qLay%Gt| @"@tU`Qd:&c=㍸ ^b9 eC.SGNP (#IM3*mIQdR./ ˂q5օ#ij"0j +iu׏5nf?*~{FUZZ_n\,Q|ݴ Q;(]қaWV6 k,qY!]W+2)h֡9Gqh[C= VTp2\pGJ  J_ҝ䝤 jbD-) u4z" [{c c;g̭02Yv#؀aRDԖ0bɴP) W \>jh{y,{SeYMMksS#Bǩ΅cHyR3&F;*|#^X\"uG_9o |(a H5J0bŎ7{۫(r侗RFXty+Sla`>[)|G>yuhW61'i54Gq[2 N<>F`,u_ht2__\cNl Q֑fiz0U{_+3yahC:=t"x/,=@BkE j BD 3lu@6ӎc3CXu35S8bIϵFf Mӱ}ߩ5078[m.#rP]e]cjVt/=:<*f83q7KBs`_bPYEqaHϽsWY?#g[ vv&|Y,dBRAkϟ+97}3gEenX1YxP&>M yQxQ8t)=8)t8,S'NWRx 4O t*);ti3v⎍ឥ~Qw 70tްA:L6ˮ(>9$CIBK.eS=ʸPf26ERdmי \K& [1eBnh<qVBC? ԶLc.-KdyQkRN4Q-jܭ$CS& Fݛd-ۓˌ0Sĩt*W#4eY90/ 4+E8 eNP YZ