libavahi-common3-0.7-3.9.1 >  A `p9| O`t鳣TG=?B "9{_4Ǎd$X(׼@AK+b`x͡bDzZ;؂({amo#3hHZL.m}S(5{1] B9Rr9c~8$AY#c,s⠄x4~RF5cK),E~@ F3dzcZggw rI҇Im}b417b59ad4fe732b4d07f1d6c4b329e9969eb32b3e6253ffc27145e50eb4c7b3fdae0684b98ae6d3febaec5c326dc51b7e88d77eu`p9|ЇA0щPj+%)pJfɵH} }<=Z!ْxs~`Swv<`d0!h,1HT2kh7; &7(Pt @{yAK*iŹx6,YC(\5ħ'Է0JnNi,HI *%#}FgrۡqȎ ӭ7ug BL>IQ_cp@*?*d  D  "3IOX` d h p  P(89:U>&@&F'G'H'$I',X'0Y'<\'T]'\^'b'c(?d(e(f(l(u(v(w)tx)|y) z))))*Clibavahi-common30.73.9.1D-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.`sheep56̰SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttp://www.avahi.org/linuxx86_64̰``7fdf31cb9686b7a7eb0eaa27cf02f3ddb97740ed449bb93bec212a26760a84c2libavahi-common.so.3.5.3rootrootrootrootavahi-0.7-3.9.1.src.rpmlibavahi-common.so.3()(64bit)libavahi-common3libavahi-common3(x86-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`~@`!'_\3?@\/JZ@ZZZZZ@Z@Z@Y0Y-^XBW@Wk@Wk@W>@W@V@V$@VZUoT@mgorse@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-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/ldconfigsheep56 16194369850.7-3.9.10.7-3.9.1libavahi-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:19350/SUSE_SLE-15-SP1_Update/25254b4fdfaf59ec92107d7d7034e55b-avahi.SUSE_SLE-15-SP1_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3a8bfdd8a4821dd85b852a0eb060ad6cc739aa24, stripped PR RRRRRRRbs?\%utf-867d769c10f28f0ae1fddaefcf94cabbc35ee6bed832d6e27253ec0d2e6d5c907?7zXZ !t/gG] cr$x#Dha}wzfǯ0mNZ%|!R4Fgy%^ryk>: s3n7zh9}j] &W#ǶQa}GconJ-.b4Kp`0Q66?) ĈA K8u7K*B ~yRuW "E[gܐD/Zx1I$GB*S { By"=Ԋ0M$zBH=LS=$UNfpΞV1@W]joJ%%#b@UmJJcC2[LT |}ܙ-'|8wB3Ƣv|S\:ﺁ\⢢bB]h8F[fYUܔ舮d8?HWM$aD'֜.(`|$߽g! =/qպLCEH c{'r%n]y>\)(9MkpqP^=fCW}vnl?CbҊB.ߡ3~D̦E֊z/bСDIBrpH`k$:?S;X=7XPGޮ&I^MNB$9eY^~/yk%I- Eli SYa'bd(vZv'֤3@[$ Iq4њ2 VO?`c~,?{nS k͹  cGH<$uGh։1H30p4ҽD |t:fXVD8 +)D=" `o {=r٫V"4;nH;Ybw6B279De$̛{=xU >׳K0D Ϩ ! $ md;djuҲj,Rb 41gI}1wGU-z$ igYJO$3>˵GS& <mCfrl>A\z1:6 XiT+s%u}kdg&/?(k &)pXxv܃7:&zVztGJw|pYr:[pV40~#dcH*7 q>& >>^qZs5fS՛ #'BaD~riEز[ziCB&}\bqQ7> N$mxeȶṌ?~ ת/e߭IjoԤ(&>*I|SdӃ(?G#hlXY"u|JotX_ұY87*OkBc'+X7Ĉʫ)N-뛦M|SKqIYlGK>@Gkc&]ՐMԲ&K50Cc%pAYMt¡Yt3M? `mZESpD= ꉺ"҂pW'U r_JW Ґ8?R/b—ݼg g`2 d2.ؘ4ϒF^aR?!1QXFYKm:V<_q^"Sw[5Uqst:_u'x.d~bEUB4 . 2{%_J8cBZ7uz̆G"ÂHo_}^M 5^) {)F_s0c*1X+:#:%o(k]Chp4(u1+f5 ,2˰"bd(67nzYF/5TKbO}_ f#€SbUXZ\pgG<7[n֑Rh岔T>#q6΀:%0pl/eW /!e9?X"dRM7.+g|fnq]<62T΅n1G횋/Ipul~[]Yxig8[TXX񄷋]@mzD/D8QZaŵɼ;f'UHڌ(f8$[9Cb//U塾-Rfx~#d2{N~?FԆ\hpc]78MRap6~%'~ػGɁ(ַpJ-f޳E^̽Pu7kF*;h& (s׉qY^fن;{K0o~i- IkK=QژgwYxpR["~;Yݰx؀dum57xOV Kra+}jHxa?z]IqbѢTpD0;!\)f17y|V嚗sZ\C{J1Jw͐{qa!MJ9ѨwaK_BiAFxرbe@.(S'Q.(px9rvvCjkGAZl+H=YNaa:+E YGhc(Th˴V |lù#pLR#I&@0*+Hy!Wſ|.U,v%'o/'懌s,Yy0X3:$- T}R-J8) J#Wi_g:}\sǽi7!#|ğ=%'p^(Fd! \n}yQA, @?QI r\I^ST3†0#val}ğ4"o:x׹^Ns7Tin!0#/er~IQ<5:F@upT6LVLRrTm_gL/q:9.#?ܿi36٭s:ƔC'"1) 1h|?Y!\bq/zY^06\AɔGVKv? q)1ACƾ7tu¬m>{Ox~Sk[V&Νjޛ[w!&tt&5RC?=StfI(,@(K hF4a5 ZGQmK=VPmǚ%OqNa;cO)$t%AD ~TtX?h(Ț;ɁE-bH%Gh/[HQ_l 4.m?$|w= X qơpWq]$M˓0S` +-j=!A}V`*Rt݊x$~L[8 mպjo]?M\~|KrxоߖZ"Tst 1q2}K9K!%>..ԟ섹ӴZxU8ܜP@aK$dT"oM~N?oXkr:al}Տmu=[rpd28 peC638:  fi_'wDJzhr'$pt},/1ZROHAô~ \rڥeJWUxa`_":SXa؆ׁ9\ *̜>g Ƴvuq;/}SHR"sg]zKSV yp[S>gEA`uņNvf$@ (LW̏:jXD8kqk'KGo$YI`KA_{ФUx-gN^r _Ć0 ӂhd;γ멃Y XgrdMεσHTOtW{x7/_O=kI-:W4 a?w wPZ˦a7[%$i|Qt푰maL:62bIWdɅWcwAYj}3Wo8|/ta4b\M(q5p4pBd$?R`C UD~њ$F7:mP:sNi~>x1b=y_q"vaYnFKh4ſD|N#]ЯWM*)`Z&d -$ XO kGh/IT0%&8PaAGaYե҈a7>Ia`PU5_ʙ^R s{w~Nh%wHɮM|84\PcQɝpC Y -疍N) HBD F uT[ڞlv/<ֱDr6M&JG &zY*wD䂊c5?H37ߩ'oıh?挩U%7l$&% dL>pֵH|~n_ DZXܦ3SA96ޫ`IvJ0ߛd^ <.U2+ߊM^{k:g1fy1cQ]'m]8e/ ~af5R{p.\PT '@rloQ˯s"5M2V͢8~ƀ6$.>O,Mz ڦt9|(*uLYKy]yt'E'iGs6_shf^QBPu8i PȪ_ Tؗ}rr͢5A1CIފgbDI߹![|xOXMԡxi yzӌ )׌L@N UAs/@Z%e)'ERXE,|mޜ.n(l߆ӦŌ?x/r&( ͉C0RiEarb0/q\O i%oՂ95%dZ |r_#$;Av8Ufp}B0Huq}bƀPlٌ~ڥvL o5bǝLQQCT[:Ԭ;Vv{5=fWU^nW[ayTŕ?^xhd0lly>c#'p4$:Aq7pK4UР 9儩g2.T/<5fɇ$QBd nݏ8VNj7ܯWYaR۫H{n3Mô' ZtWcU%{v&GUEI;Wq ԎAq{iu`ݮH*_K4x^V-\0qڻ% IHI@ s7ze%Zۛ'b gvO @tI5gm}s"%6 CEџu<}mw5S&‚w.d2q?ua+l"H $2AZq|D+csLxpn9yLB'[p֓Z3 i%9ni@kbqsR> 943 pEj`Ù܃v'5e"-V D01Q* ň5~701Ӏr 1;a;#v\;kTI [RLwd-+h(`TgK s dzG": :v>~ V"Dc#u7RGoE}OQʫ \azwž.zmzJy 1AY-~۠PnOH8`2;L٠)eJ.)p0f[Vi?2 hJ2E6;`aV^u+Y*0zLNҒK}|U=jVn;9GAagI>쳢g>;% jcxWZA˶0LVίj^4OdlX [iYx}IS NJHJ2]sc7dTNⰆ#0\%ܙ?8I (tZK/<̦'مuPv{ٕg>K ķpX"͵kg]Ja(@JߤDw2Fb VyI5\-$j}GSŕyA+ُ|[[ŗdƋ.-Ԕ}WH e'Q\$iS%'5@dҊ;o6QHFs_wyrCgoh6r%N$\ ]׹XYH [_hX83^[pGw`d`Р.ؚaiYIPTjʣgh$y4i$!*IkC }JJɴГ0\i!u=t֩ @ֱ3h&%6 n(-˦ؓ/Yx.Skq2FPi)kܒUmXP;  P}sA\`8$az`}-IdOhiP[i/CR\ԾNk얽=h 쓣Lux?.EzZ P ÄgqEm/V.1atK ·|1o{nm}&04@޽bϡ9!,pmee{æ2 %&# L1lbmщy❧;/>(8L81MQUlx%a]ϳy1u)bfmoY+IƇƜ QW1!,9%l guea)1=>itMc[嵆}.*KO@/lxb)#b$h6G ȼ@{,s3zܟeOb-lo~ SNE&!3BJS> Az- 2眔#*r|ݤ 㝂m\ d+_lbmvC  y ݞXv`=Y+ꞔǬ Eʌڰ67;ͬL0Kΰ|(?O LD?1.COHQ' ;7>lm0PIRDڴi,K\v/q韷M͈Aj0{2O>:v9)K^#%d/m;[0rnÙɻE;A45;:ÊH^(aVgP7J\ = ?g^ݎHpa((ώ'l%iqfé/R]l[7JЄZQ"㚙ץPl;P\^~$w;&$\A닂9w=%j븚{JȘAtBޓK|' $ej>  'iKѢ|hhxQ?o ]+i_0ܾ3_wa8z'3|ٌ$]j;d!r,]JnVuhk|وriSN:\ i)U0Tla;Z=II[ZZˇFMtMكQSIp(]0Aݞ6Op5~O£0PmoK~$M83orD}PFg,:n-!XܠZlCxgsHv!Ҟ_ 54r:IPHٷ BAbWcKZ#y# 7a'}>(jR=UmīokտmZFaۈHVUt<Op5iX *T]>>ZF21#| QvxDn48_ Pϴ#ə(o b!Rđ_9a J}x1AMQ;BhC_Y쩷<)gj擥Bp(Ϸz4DMsVF3  $?OMM"jA/x#"X=T5k%D"9˻W^qZ&ؼN eG-B#z6kj9>MFs]XԨ!6)"xWI9N;Fh]]g^Iш.lO΋a(4tGt“ryNlu"Thl`6OIGAMAD7ɫFU ٹ$@P{AqU]?t6$~ئm2g+‹§.Kg@4~ *Lq.AY#dE{Xr V<qڢrHOdXӊ۔`[cQwPvXTvK6>M*hOKt1T,na~K z?S*uiuMji_5/nn}IGk7{¶i{?_BliRjW}ҐufWMǭ=%" UX2%yC :Y6d <$*)tN]2Kәl69* R]qf MZp/Uɢ9*9V:aVerP6o~h$Kc3bśƄ*Q*PYaǬ* F{Z# uUǔ`xƲ=%FAOjD~؂_d@j>yftۺoT8+FTMـJOxf`Z)<R;}df]g{M*# @|cS#QaDm)b;؏\0735]]S_t%J+;& z@ lho@ jflB\!en#T "핣7E?ptxz [jNH =, XgDP.^+E>׶F5a+BUo6r -:+̓zX6M b/$<0PEKBX=T se9jKfKͺI* ھ@5R.v\h4v&XKEɱ Q9njG^{" 2ia"DnxuTD*enVPI5Ҟm+\eF0RsV?(~$=oDf!MhM*]PvJϹ-䋐n};. RNF Y8Lrn!_ uͯEu(6Ȑq 189+{u6.c9G~ }PA2aX,h{[H,̥u7F?'APn1wH=:CSimqZF_jL̂hWO>1`~qrzsNEW?EJQCO 2J Ήا^/ZL@_Z/v4jְ$gf@UGHl'BnD7Y!=i>mC;kx@z97|C\w8>t4佤1N[rcSLR;Y{_͎9˦(Ᵹ顙vaaKT&A` EkL]v;ޭhCdXD̊ô |\,{;Z9}pG6m :] $g,(mӋsfr:$q+k C|#ƺgZDǩjɡ\ ?GbxIq_n|1=w巿H{VӾߋ 6S+E^8̥@OTA|_ beϥ s,}ʤ2lߵp/ =&B6?bTk,e-"wD+"50,Gdi;Hr7^B'93MS 1}s"2_8܄U ѳ xn(37>n j.$m„Ftc}]\R63t_p{hmEe 9igc:]/c, ͎ SW ~ Y6%C *DJ/ X|Q @.WV Hʎz'j< 8bf]jKe?u68fl@vp3o(5-ҸqaJǡ9u]PM ;QwOn~v%xNmJp={v_."3,FTHܑ$OҨT`%PnMp# CaG (mD}J3?pBbX,%sTaP _P5 v"<-n㠹ƀ\iQ눅j@4jJSR=J8]zÝZ}oL\hMBX@FPv;}m)hK@8Ua)oR'j~T޳*myєs,*l<%:~Pqr"ә-oiF=^\K΢raj3\$?(}u\LX%9=f'll\73ưkpMV ܲ^ub: Oˆ=ƔnPǑ<)9by >1e %8za) (شm1Uuz EoR9=Һ+ue0:]c^84뎛5 F  A@G=2mp`)N]vDP?wG#Tj7ͤf}!4 T7]4ݩ=%NcZ\di?^/ͺh͎0R$lKM1 t0< f43?V K(\U~s jT͌ w/ꀡcӹ娧%Ж*.lS-ה׭E8#+Y})&+WԪ96+֛18d" e]ڢ%aqu7VތyeBN"YϮnzw_tvr]*):;*x+z5W:#oc\3M ߬v'%8[j)|<ˋShQLh`; o 9rר\:%Z2 5VxnGl%._];*(d챖)О׷,kQ-S5>}W*7li,Z0ْ!f4YԨgʼnI8\"|ET9r61k`nKYTg>+~ep<4dg,fx8`?Pw2?ǀ*nnIw&fLoQѤPGC\/Cyt/\|3{4[D*b}yy!WS$[N{: a(M&0hLw>{ӦnT9=8:5E_55M sx́^vG7;}t{|1W ΀.}z!TCaU\ Q6s# `IW.a@  MEcUw+ؿ:w@P }t" `2kmN/xQ )b y3UAiRW2mϖ,g4djϞ>0> nyGsNXo# Sa52 $irvNq9`saٷC8CV.t@?/bYA2J_֍4*m,%iIf%Wݸ`(Lգ;dSHZ=kxV*ǚEt ;qPAWȢ+ {npڪ Zg/@T7 ~;sW&,@8CǂҼ3|-ϛD9źS~ҧNfYTsg$f2~V9elGqǗGV`+g,IAr+qNd fD_Sc+ \sZ֎"n֥PTȅMl( Sƌy9n`c=ƢgY[\)ݰ=~ 0jc_hBu֎<de9F͇U7N DWE@uPNdG"74M)7c{7ra $4E; E:pҫL@*ƺuoBpn#)D#>*AK-FMƤA=iQl n_Ӎ$P !3[t̊03ŏfKyRnRRUh ?1~= Wּeμ(ʪndA|"?fB{J>Y͐#>I1TæeBr4ˢU"tyN*xD=?Z4P(jˡ 'Ril=!2JPH7c\hIy 2 ތ =9K)W 5x/"&aY㱱gvc^Mj mDQзZH9DN)5C3o@o fe q%\vc<6u&)&Ҁ4'ye?}{݉Y3tiYk?_v4Ivoo&ERE1b Z? jIs9'}KS]uYQ=5#RΚ@Xi6r.Ikal㡂m+A@ ծ\%0wQc>{un_\,iȈZLsU[X=(9dJMmJꊬpUq1̐ KJ$^" ~ׇ(JP솂v\3;,0dVϐueiG{ d9=>AJ\|+5tj>OwcZe?i rr-PizCW`܅T $ܫ>d"jiv{O!ǭ`Ľzن B.)dLKn"M[aتv!W3!w9e*`ܒCUam(]AKUcH4]W.#걛)n3nOhi L}mRAݧe7ޒN: ퟺ͌^FE@)WZ. Nu:K"pL las[T_Sqo2@; w1 BKmWpF3l/_: B.TkV{; YZ