libavahi-common3-0.7-150100.3.21.4 >  A cnp9|3/mṁ!~ JCY5F/+z%b adxH4 L>>^p@.h?.Xd % L .?U[dl p t |  h   (89t:>+,@+;F+JG+`H+hI+pX+tY+\+]+^+b+c,d-e-f-l-u-0v-8w-x-y-z-.. ..TClibavahi-common30.7150100.3.21.4D-BUS Service for Zeroconf and BonjourAvahi is an implementation of the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-BUS for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks. The Avahi mDNS responder is now complete with features, implementing all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It passes all tests in the Apple Bonjour conformance test suite. In addition, it supports some nifty things, like correct mDNS reflection across LAN segments.c ibs-arm-5 XSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttp://www.avahi.org/linuxaarch64 Xc~cd69787dc6b1c3bac6999c15b2e655c1881d448ec2fd9f34e6e49297d0456e202libavahi-common.so.3.5.3rootrootrootrootavahi-0.7-150100.3.21.4.src.rpmlibavahi-common.so.3()(64bit)libavahi-common3libavahi-common3(aarch-64)@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1cc@bs@b8b ae`~@`!'_\3?@\/JZ@ZZZZZ@Z@Z@Y0Y-^XBW@Wk@Wk@W>@W@V@V$@VZUoT@mgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.commgorse@suse.comyfjiang@suse.comtchvatal@suse.commgorse@suse.comjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgrbrown@suse.comjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgmgorse@suse.comdimstar@opensuse.orgmgorse@suse.comalarrosa@suse.commgorse@suse.comdimstar@opensuse.orgzaitor@opensuse.orgmgorse@suse.comdimstar@opensuse.orgdimstar@opensuse.org- Add avahi-bsc1163683.patch: do not cache responses generated locally (bsc#1163683).- Downgrade python3-Twisted to a Recommends. It is not available on SLED or PackageHub, and it is only needed by avahi-bookmarks (bsc#1196282). - Add avahi-bookmarks-import-warning.patch: fix warning when twisted is not available.- Replace avahi-0.6.31-systemd-order.patch with avahi-add-resolv-conf-to-inotify.patch: re-read configuration when resolv.conf changes, per discussion on the bug (boo#1194561).- Have python3-avahi require python3-dbus-python, not the python 2 dbus-1-python package (bsc#1195614).- Reinstate avahi-0.6.31-systemd-order.patch (boo#1194561). This can probably go away if/when gh#lathiat/avahi#118 is fixed. - Drop avahi-0.6.32-suppress-resolv-conf-warning.patch: we should no longer need this given the above patch. - Move sftp-ssh and ssh services to the doc directory. They allow a host's up/down status to be easily discovered and should not be enabled by default (boo#1179060).- Add avahi-CVE-2021-3468.patch: avoid infinite loop by handling HUP event in client_work (boo#1184521 CVE-2021-3468). https://github.com/lathiat/avahi/pull/330- Update avahi-daemon-check-dns.sh from Debian. Our previous version relied on ifconfig, route, and init.d. - Rebase avahi-daemon-check-dns-suse.patch, and drop privileges when invoking avahi-daemon-check-dns.sh (boo#1180827 CVE-2021-26720). - Add sudo to requires: used to drop privileges.- When changing ownership of /var/lib/autoipd, only change ownership of files owned by avahi, to mitigate against possible exploits (bsc#1154063).- Drop avahi-daemon-increase-rlimit.patch: rlimits are no longer set by default.- Replace avahi-0.7-python3.patch with avahi-0.7-dbm.patch: use what is upstream (boo#1110668). - Add avahi-0.7-encode-strings-as-utf8.patch: encode strings as UTF-8 (boo#1110668). - Add avahi-0.7-python3-bookmarks.patch: make bookmarks python 3 compatible (boo#1110668). - Add CVE-2018-1000845.patch: drop legacy unicast queries from address not on local link (boo#1120281 CVE-2018-1000845). - Drop avahi-0.6.31-invalid-packet.patch: fixed upstream.- Add avahi-daemon-increase-rlimit.patch: increase rlimit as a conservative way to handle certain crashes referring to upstream commit 71ace71 (bsc#1085255).- Drop the qt3 parts- Add avahi-0.7-python3.patch: Port to python 3 (bsc#1076402). - Build python bindings against python 3, rather than python 2; - Python-avahi is now python3-avahi, and python-avahi-gtk is now python3-avahi-gtk - Obsolete the python 2 packages - Replace python_sitelib with python3_sitelib in %files, and add __pycache__.- Rename %*soname to %*sover to better reflect its use.- Modernize spec file by calling spec-cleaner- Use SPDX3.0 license tags and package COPYING as %license.- Update to version 0.7: + The Avahi 0.7 release brings two new features, binary TXT records in XML service files and the ability to start the gobject client in a custom context. + New Features: - Add support for binary values in TXT records in XML service files by specifying value-format="text|binary-hex|binary-base64". If not specified, defaults to the normal value of "text" (thus backwards compatible). - avahi-gobject: Allow starting the client in a custom GMainContext by passing context to ga_client_start_in_context instead of ga_client_start (avahi-gobject minor version has been incremented). + Notable Changes: - avahi-daemon: Remove all default rlimits from avahi-daemon.conf, as two main problems happened with firstly rlimit-nproc causing avahi to fail when started in a container without user namespaces and secondly because memory rlimits were causing avahi to crash in some cases. Leave it up to the init system to impose any modified limits instead. It is recommend to ship this change in distribution default config files. - avahi-common: Fix watch cleanup issue in watch_free - avahi-discover (python): Updated for Python3 & GTK3 - avahi-autoipd: . Clear previously set address before binding a new one. . Fix dhclient hooks to check for avahi-autoipd before running. - build: Move default rundir from /var/run to /run as per modern system setups. + Other Changes: - build: . Fix the printed value of "Building libavahi-client" in ./configure. . autogen.sh improved to work when called from another directory. . Fix warnings when compiling against musl libc. - avahi-compat-libdns_sd: Fix incorrect URL in warnings. - service-type-database: Add new service Types: _ipps._tcp, _xpra._tcp. - avahi-dnsconfd: Update manpage with the correct action script name. - avahi-gobject: . Use the correct shared library name in AvahiCore-0.6.gir . Fix build failing under some locales. - avahi-common/dbus-watch-glue.c: remove Unneeded semicolon. - Update gentoo init scripts for newer openrc version. + Updated translations. - Drop avahi-empty-share-dir.patch, avahi-gir-fixup.patch, avahi-move-everything-to-run.patch and avahi-outdated-URL.patch: Fixed upstream. - Drop systemd_requires macro: on a machine managed by systemd, we don't have to require it. If the machine/container is not managed by systemd, we don't want to require it. - Add pkgconfig(pygobject-3.0) BuildRequires: New dependency.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Do not suppress errors from avahi-autoipd user creation, but do suppress getent output. - Replace $RPM_* shell vars by macros.- Modify user generation (boo#1010384): + Use getent to check for existing users/groups, only creating them if not found. + Do not hide output of groupadd/useradd. + Do not mask failures: if a user can't be added, we have a problem.- Drop %insserv_cleanup scriptlets: it's been a while that avahi did not install any sysV init scripts anymore. - Simplify avahi_spec-prepare.sh: OBS is well able to handle macros in package names by now. - Drop conditions to only handle systemd services on openSUSE > 12.1; it's been long that we did not ship the sysv scripts anymore and openSUSE 12.1 is long EOL.- Replace avahi-0.6.31-systemd-order.patch with avahi-0.6.32-suppress-resolv-conf-warning.patch: only warn on missing resolv.conf if the options that use it are enabled. https://github.com/lathiat/avahi/pull/63- Update to version 0.6.32: + Don't log warnings about invalid packets, commonly triggered by Windows 10 systems. + Fix issue with bad packet size estimation, causing probes to continuously be sent when hosting large numbers of services. + Fix build on Solaris/SmartOS (filio.h issue). + Fix build on FreeBSD (PCAP_D_IN issue). + Fix debug output with libdaemon >= 0.14. + avahi_server_set_browse_domains now correctly uses the provided list, instead of re-using the list from the configuration file. + Set nl_pid to 0, this will automatically assign the value and prevent conflicts per netlink(7). (Bug #334). + Check for netlink pid=0 (kernel) instead of uid=0, which works correctly with network & user namespaces. + Fix reversed IFA_LOCAL and IFA_ADDRESS checks (Avahi#355). + Don't fail the build on deprecated GTK/GLIB usage. + Gracefully fail if SO_REUSEPORT is not available. + Minor Python 3 update for the python ServiceTypeDatabase test usage of print, should be backwards compatible. + avahi-autoipd: Fix incorrect usage of IFLA_RTA instead of IFA_RTA which could crash on ARM (Closes: gh#lathiat/avahi#42). - Drop upstream fixed patches: + avahi-unicastdomains.patch + avahi-gtk_box_new.patch + avahi-fix-mkdir.diff + avahi-enable-ipv6.patch + avahi-reserve-space-for-record-data-when-size-e.patch - Rebase avahi-0.6.31-invalid-packet.patch.- Add avahi-0.6.31-systemd-order.patch: start after NM/wicked, to ensure resolv.conf is present (bsc#982317, gh#lathiat/avahi#59).- Update to GNOME 3.20.2 (Fate#318572) - Added License field in spec file.- Update to GNOME 3.20 Fate#318572- No longer install sysv services: the systemd services have been installed for a long time already and are masking the sysv scripts; those scripts existance only add confusion (boo#959908).- Temp disable 2 old Conflicts that are breaking staging. These can back in once there is a new release of avahi.- Add avahi-0.6.31-invalid-packet.patch: do not spam logs for invalid packets (boo#947140 bsc#948277).- Sync up the multiple .spec files.- Add avahi-outdated-URL.patch: Do not redirect users to , which no longer exists, but bring them to the more generic blog entry http://0pointer.de/blog/projects/avahi-compat.html (boo#914298)./sbin/ldconfig/sbin/ldconfigibs-arm-5 16698898050.7-150100.3.21.40.7-150100.3.21.4libavahi-common.so.3libavahi-common.so.3.5.3/usr/lib64/-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:26968/SUSE_SLE-15-SP1_Update/8bab393513c3f63066c18b446ca01f1d-avahi.SUSE_SLE-15-SP1_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f5556f1333a7cbe17922c2296babbe1823d95608, strippedPRRRRRR(A[r)'utf-8586b05658f73bc56c3ccac5732626d0f8dc06dd1d2cdb7ff6c6776f80e545cd1?7zXZ !t/D] cr$x#G64tt‚VyPF[]_?Kiao0' ˶-5[O^۫wRzu l w?u#K D1,2,!Mā?D{T'*-DPP""QsyI^+|,GwY47h~BVb@%b8=+*!**P#h5fi~kb2ޏ9V(/z>,)h,XM-V]/Pn@DjGC\W;f@.Iiy9Oe GR(G9{.#Ltþ%)OoO׻_:*Z>l-&t jexHFHb7!*őe=,!7J'B! PMBy6'С>?0Ǒ(M?׿1$FH'{"xNgDUe~N) h.tFc @R?k=l!Ɲ5Ҡ/@;Lh8q}-V򐀨FImHQM\P.LOmއď"n{2ru"nu>F%,t5q\1"o[.8 ~π9n]e VFS (:KhRuz  aG+]RM0I~K>hKeP)˭أX~DCaW+ WAY} }lnXA]n̄Xh&$zL3|Ƈ]X׎"e._(!q쬤k, sװXc2'ظBJ9 P [`Cc҇ГD\;,|0WrQRkJB wwIxv9הu8K9b`IʩBҩ}Rs62vGrzC j˳`v" hnO7UT}u4>reEc"E+li[!Lz* cxSD:WLᗰK ~su(cy){_zgW >::ݜV0lIZ+ Z@5{dk5}~kw %m`D݂ ̺#=^w aW\WU0ʄr&,A/ Kͥ1vP7; SA~}߷32 p7y#,Z#TE,Vf3Uc|dH4rg lr }Ptxlg0(\d+l SLu E`'Xw\v&G$؈\mj 份vL딮䮸Ւ =N!pt|{_ᷓ*o0gaЏ)x0<[j 2Ķ/Fd~i:k[!a O2ש!!:8Uc~o :ȄBH4F#ČrV4]af"_ \VT1 nGoz4i}21{ jaZQ~8Q OAIlW_Nz]D]Yn1hҵ8!$@y{/Ď,4JɚU­Ƙz,:1,[b{F"~d?|\3ȽJ(mOA"5f[EÐ+(ov(FS@e>7gC斺NnvEsXD >):Td2N ҦP6:afw)LH}p(d,ðVW_>I" 7+& :9}60LRBHv&}XS9}!Rq]/dT; }*|"i.[}۬'X1^az@=1]ҏ>]}yfovH]hy˰_ExIYNLAOɕ|^". )czi@ <vx]'f1j ꔄ#Yedd/L26"bhg:O0yHmS8Wp]7x|^~(o訕A, o؝~u$ë,vr^yB(IS._`tvd;YU7C`*9B(1c WDz[Jz%e stxlӂaI׌ž c-ӪU8Tvy{Sk5oBmx{ m&˝Qy5_XEV3\ 99FG<%b_3 bo1iuܔ۲]0NJ_YJz Yv*wjVԔq.-^I<x 赨PP3,2+Jdg,V cQA]31 +\?)g1!~@2d,UQ_O~  {o$ S%>eo:fn\4!)O>:5=I@pn|v+ 0.t!1CD2g3mD;V$$6­͂}G2ʹV ;Rf5 4f5)4ٷ4ٲW< D+/SEط-;Qlz٩Yj7^m5S^[E!x7j$$*AeDGO,Nl2ޞLπcxrV 9&vGLgּ;Xxßb>uw`-b5t  f`JV?N%'\ytBK/Jփ{784>LW/`)?Lsɏ`ۧdJzK"@b v>#OޠX(m( gjTx~i\O/1GKd԰}28z=#a7Όľй5k*Uu$TM]l~1Ȑ!T*.ziV׹琀e݂s:K:薖_1܄T Swz.uޏ +EsGprm%sռW[t~nʂ<3=e]|Շ*eXtusQdݥɋD޸yl,mw11pQzk/ <űXyMiD?K<8s-'!"or#N;`>:)vҥ _x*"Pda,"?+QiP_%.La:SN/`ͨa[@p~<&Y}v>"e`-n@/lN|wo9քS¿ٗ @Bnh.[w:11 #=|4ǻ`h",,PzW| M%t so(DTe 7dYdaJ&Ja`vγ;(tTG+" mzU;iiQo[$_2NLJmKn\ 5ـ/=D*a2VI]-$rmEQ"]9oX0%( (̼t`HZ84A(!G*bvgқ̚L "J]咛tr16%k_ei?P"3*CXL9)+Ps`ԢhE!sc^ʼ@=VavxF/ /Δ s Q>-^!c4U ;Dbe!#Gel7d 'p ʡjpԁ<Z4?T)5n|tBGjtF-Z2ҝ^B1FRJ[*㤌BT{^流\[q'a{1eϝ;.!r|\hmЯ^gP._JV(D^wяTÿaHn?2_8‰m[+w6ϹA 1qץy C=K;wdzvz;_hۘߌ7YIx.)*ʑYj${r( +OI@SbA=s;.] 9q{7Ll9 fL/rrlV /W8jG̽ tATrMˉHҜ>Re ۍt8v h~Ψ| b^71⃴0v;Nj.ir7ԼGܙi%qKא& TV jv̡i~P5*tFdm_;`'VH@~Zie HqxGBN`m1ۭ 8!aޜˌBZׅ;ߋm]4P9b%蔑Xz.LG"?i LlkZހkJDL NZ+G-i*n?F֏y@Y'"EjfV EH{ҭ/1l'M\^u{tfdW8D(nUX(Wdbϻޒ%sn5BkZ*Heh{q T8׳l fKbK ۱Wʚ)~Q!_oMLW aO|d+ Rػ +->;͓^3!_Hc](qY^V1[v:x1n!^`{1\sY5{b @>ð )i:j"e ,NE*Ȍj %>]XYj~U\r&A/aa`,p޺ӤSԚxȬ^gnF1r0iJ-0~:w1~S9EV5O}4{ٍ9k ٫?K( `,s%H mthv#3=M( V a<:HA@:u'':>'Yjۼ+uwB'<tJ#QsْUex)E.ayaG=b7SV> l2*5,x*uJEE^3&ds[9!M/.ֵG^DZZ>||&˻Ș`RB^M uWL>QNOSCn-Fh_z!"/-ߔSٝf4aze0H'L5Jm,U5_֣luט#8}oNO y$eUfJH"jNϤ`&a}0ZsU>f\Vcy6\]VCЧ0ܖ;a6yGH+BMdB=6\ϐ~ TXY=9+iD6GKsN5|͊6D ɸ~EwjPf;E1q f}6D^=+/Ml\*#*DIZ'_}`?,!0蒬JP&F@9(g _BzbHËUwHTk‹KP/tGA֓lv7|` sϿ"AdTZDސ`t3DZ;ikeۜ}0YqK |*;F1,JT4k.]7_!xpwcJv,U i8)}r3FahL7]n{j' ȳI`A4%@cf.ط+-:Fjd{'ZVD{])u!+7E8% =]>r`*&y ٣1ZPQ;@%-pKτtMxM65H`h;Qߔx3׈kVE _-@궾LY R$BB-P`|]O."}¹GoV>,V"M^D$hͤYWЁ72{%ޒbfhcd?̷vLY-ufwh웨wUXχ$ń7ҐZI^9ER|Tg[ V3L_@$o\NH499WZ0Qxg)h%BgVwf5`i+ĔDM/Ea+[¸Ť *Q!S#`MCps>/ECO u b}W AH#]au+8@U>~娎RϴI0{˥f3ͧEͩŤtnWFw9 Ӊx>4ml[X#?.Q"H=~̻-Ђ[Ar[*[bɩ-VTĚw %^W3UD}G15hi}|G~J"v<70/w*_QaV$3>Kx^יJ$LuoWGI4 AޯGT$pdPV>8 3ŕ/$2dlL1*ҞM#˕o;6eW#p!Nآ,ћjij0n@]1HhRz<ρqoU/0jm6ah,n/C-[/ҿ1m)ثs~Ȣn-j=K<2@HZ|voR% /TtSL;LKQ=P;jP&Ttt9a~Gt!-hdLzЄu~tw0IVu-+U~8 wҳuFBD#Xo^ eAD(R HE`GϐbQl}&x/xH<`a˝ ȹ AWT- rͱ掔}k$L妵/{rlR:%nreqbi *-)koQS(`\ = H eGN #XL K=Τ ~kvm$s|>?AC(Ǔw&?98^BP _I&fݾëPs̋!Y4%znΙY|Al_.2dpw)T"ca1CWЯ2\zcy/r[Qol++FC $cF3'qiެ0F9'ٶuH I ac!o*d썷=HhɻeνKX+ ;a%Bu%ؽF6$ fUzwk/w4ԊgF" Y? pKnc%uD0?NW|~ɇJbe% ^|s0WŽ,װ}ZPk381{SjEڊth_F|Zh#q oEw^6"׍Q=\cn4s%BF_]ӑ^\׷_}=?o)_!&\a}}cA2f3YD]YXPg "!E]][5V67X !y1G-!5l=pʸ*0 ""7N{! nE'7G;J1NN&ts_mv|o%M.9= 3vSOڲ|XBJ&ei.[ 'ʼnS|0 S_ԧ'nGEft *1#Ø :=|OA$B[_5/ԫ1񡒱Zx=txxwg+*3^;* ݉U|d$h%DJ3dC>6jj/JB\HOLlRڷk]p~pKtЙ>jI|ƭAxmIxЕĨ9)^|qJHOPHت{q('*GQ}NuhTXnfFw)8#P.٨g0qvVnhc97RY#s/6t4E~ %Ψ<<YG.η,9'\+a8S"5VP!Kt[*7Q6/h?Ϻ3Q-w:?]_&4Dy2QSȥ D^KeZT\ߝ#޻! wrxɕx9]2͝(2'ȅ4bTL.)\ۑ} & EY39.&agaL½(4Hj}5$3BdGH}vܞ ΢zi˫=bbyS1]_AG°(`A"P+ ܖ` /O$ȍM!Q~ ) 8'hrO.,ͺ1z$^L ~>σbs5WTueb_Mi\.2BTVOF6q>lDOp~oǗ6WgL-h|hI^Ŋ@sj2WmzƷTJak9Qb-4 wgq,*)E5MkQBF # l%t﫦ô Y54.%4 +@ቦ싙hkک;_Iǀy|pSAP h<@ |uMvЙ;mbtB9=`$o/f-\һg`tn- /4Z?M#{y5C)+n %ˆ18eDr&R|SDd|cKν 4IO ''*^f2 \ aFF(ID5^,/"v}h`=#D1WְlD!_B)ک-ć}{/kIo 6)ѦPKgfyIXWD(MHzMΦٜ43lx@n sfq󑚴wn9æ:joz.?knnݣǐ(0/(`E=GCfgw&{V#u=/-.Aa7uh8z^N牡dfX/jzL{0Yjİ!xJ|xYYHz4ԇ:mo7%A )ӀćHCL9f([\5Qu| i #X^j|8đ |hDBhv<~%42 Tks(lfހ7Ronj5z57\S^up61 xrIy;;5VB'㣧Wog`Gjsw9y2%$2f_CdSlSN*ӲnH{2}t=Σ~ 5_|mQ We`JGTO!Ave0'm6f#dEr8xobTYq%Rx%gkY+zT;T(4S+4\ʜ:g6ۊUt8|z:ZrNzVuiJfi'k%/!zOavT..;m85簛WcF[NX j`33Ƀ _2*bNaڛp~u ͼYuzC@eNBAT_@^Lǜ,d|n䣷߃@e8B ]&>>TȥM)KJ6 Ζ_.m$6]rGլ|4J/b[pWk#dsj*L^Ry^Vn"z|69dԵl ?@~餵)ȴܢFxI'Tm}7E')R;S4/tdDS7d.{&~y1]L.~plKψ`[|Eg~W%@k.++3WLƿ1~{M܏0j$< dH UAH~߲+R]h*/"ٜ)?H:W[o<R;C~ѝt_Hn]V=7۪o4/@ѪV;Zt_N[aɭ.9"sҩ$|IZ ?%&]$nû[ wѪsG m(q{QTʨD ? ֞yGoDb TaD]EG.<5*ITHGlh(}2몐W''I떦FҭNzֆG r Xa~_;UyGNٺm@t IC"y/ɂ;G\]g-!f@9L UAfڛKCЊGWˏz8JZ6(LOBT,{vO ;"q!7+$9GA@^hqS:`m, V9$]vM: yUƦPs0zh+y1 A;IEX69sLv G&5m_H!Mg ɼ4ֆn`Oy뮔"ag+M4fYˢt6`۷Hڰy'vl#@7Tty4GM5QtBqt Kmxs0T\nal y+vs&ѯji]g`\Kvbgta\bl6" ,Bעl X?++ w#u^c^J֤jdYt~Ow P7ɯNKwޛ?d p܌DmB<dTYF [[݂V/6ڿaѵ:76lFFZ]0^*| U5H`Ύz,Zd84D4G',lִ}U*btC\+ʳL+3hhϣ8(/ΰh%jw]ـ'v?سL( Xc-p|-1$־v)p*#p6OJMLC=waX[  y!BȖz';|lBGñюzo.>_+Ɋ*Ÿ 4Qի"968$7}E<6MMiH@SqGn!G&mj.icGO-od O=ztֺ89yW0)Vyqx̿0K?r8ϼ2 &}R_*: 9/ (hvZS\AYHjv <q@qb-R )=d7sj;Ɖ]5uϷl! [QP-վx3Cպ=87=n}l5+I9*BSFqdN@&HMr/b<fCys5:= Fg]6 -a2{iq *'?յӋPYB'OE $7@QDFVEe)Rt7Mъdԋ?gN 1/ }H􉢑F#۪0`+͆Uz*{mi\ãG.&|V*WrXܼ[X/'nqR ޛ xia9H@_ps.vK5%9(f %h^:̈÷9˄l4'C/!.q$fʤ`rT!s Qѱڻ|g XMZ +xTT5ƥa#2%ZO)pV)< co C;p =L@**k8ldV޼r&$>61QC]ߕs;EW>Mo࡛nzu_GgL?Z k V ![BZ.tu2m¥h0.ea*臛B[ΰ@AdCH jΰ04"֋!G%uT"Ը-lN%pqӢ ٷܐcïg\Mc Q}+CoT-e0 yH,]цz/͡ypm}*vAn hzftրqv'0X.X3z"3Iizdw}"`|; 덞Gs;`w~nM(P O7*xmy5 xUM@u!,! {t[$TypҐm06Lyif᠋Xݠ#Aj*A+)I-bzYocLbڝmʗ.>Aؽu{ Ny,K5|,nHXg~r'Th"6*hICH?J9B)[sqN R^p'8 M87o3LO¸y|np7{+z;S3;ڊBɑs ;!Pu@ηSכyF@T6d@Կca>0\pC:K[ڿ) 5V'qe.0c;~%eK2B h917#tN*Ag|C&҆mH#6:X'S1uN;~'TTd{EOguAA,R9ZHa!FRFAk\W*4Ӑ֦,~;Xhw $]`X?WՋiQSؔ xp2ap_䃎qJĿ,P/U%,~{.vgZY LZUWj;ɧ9VAZ[R}{%+H<:NgIGY0!/to*nJA p,/vbyR ]c7uWz )n1\啭ΙXS*$nh(I*pAtë" "طVW`9e6̍ᗟyp+As-rB{LDi(1%͊4W.}ˊ3T.ZYs2|֫h\12 2n9BLFBt,]H4dujwSUyU9OD7xT$vMz{},EG2UޕQӤCwa*DRƱ~eWO_9< Iijt$͊\>poSt l,s4c3[@yP;cW&16O-7Ny(m݋~~vs) Yv c yf2]nMRmӺO {!ePoF@;;"(Gu9FX{b2&È@xtaU Țыq0wum(cádܖa/EQzǿ͒iw=GL.TapKO*0duOzx-lKfޖK~ ̓գ|d R#c:-7Lxxh|PhW6=i.O>Cϡ]3\k iIgޢZ[~e/kFmZH.?P駚rh4M>w. /4M.'k#?erAR05 p>sx$WeSe{-GmN]MQlkW&%*PfAmB!\U/ kUZƅ`?ұ[Գ L!M6"rzWB t~Ǒs3ֹnR`m1dS nOOnjnξ znN%\1qZvߴN柀9=Wȗ>jfWzNNehUZXvOIz1ѣ'}Psߡ,> nDkɰs6^}g*l=vԚNvT\ ,) mr YZ