avahi-autoipd-0.7-lp152.3.9.1 4>$  Ap`r/=„znwIV0ySX;l`ٰN7$\M\}dMy8ޭh-:HbDZM,UrqcG!Bp)#=l|4cҬf<ݯNw oӒ$>pB3?2d  H(,8<OXj        8       0  f     $ h ( 8 9 :!=,>,F,G, H- I-$ X-0Y-<\-` ]- ^. b.c/d08e0=f0@l0Bu0T v0xw2 x2D y2h z22222Cavahi-autoipd0.7lp152.3.9.1IPv4LL Service for Zeroconf and Bonjouravahi-autoipd is an implementation of Dynamic Configuration of IPv4 Link-Local Addresses. avahi-autoipd doesn't depend on any other Avahi library, hence it makes sense to install it even if Avahi itself is not installed.`rcloud123GopenSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgProductivity/Networking/Otherhttp://www.avahi.org/linuxi586getent group avahi-autoipd >/dev/null || /usr/sbin/groupadd -r avahi-autoipd getent passwd avahi-autoipd >/dev/null || \ /usr/sbin/useradd -r -s /bin/false -c "User for Avahi IPv4LL" \ -d /var/lib/avahi-autoipd -g avahi-autoipd \ avahi-autoipd PNAME=avahi SUBPNAME=-autoipd SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi # Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11. find /var/lib/avahi-autoipd -user avahi -print0 |xargs -r0 chown avahi-autoipd:avahi-autoipd Ed A큤A`r`r`r`r`rSi`r`r`rbdda720d50cfebbacd966b11beff8a9df2d453aa29bdba4156873863e5243c77d38a3a322efae3889b5215aa12d5ad672a196af4924a9b61dca0ff0a730dcf56886accf9d8480f3081362604a2a36b97d8007e34bfbe9b1f8c66c5349d3bb5bb488bf1ab35aca0331093132bb1e74246e3bc9cbb4d7ed65b321e091b5388e2e89c43f8f268284007eb148259c16cac902eeabbeeb18c92fb858279c7b1de271929e22084287399c5a66afee9f79a96a72963f0897ffedd12974550fc03093e28daacc018d3c4bf6d905f6dba60f0981eecfa7081eebad32f7f7a3488cf6e3eb3rootrootrootrootrootrootrootrootavahi-autoipdrootrootrootrootrootrootrootrootavahi-autoipdavahi-0.7-lp152.3.9.1.src.rpmavahi-autoipdavahi-autoipd(x86-32)avahi:/usr/sbin/avahi-autoipd@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/shcoreutilslibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libdaemon.so.0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadow3.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@Michael Gorse Michael Gorse Michael Gorse mgorse@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)./bin/sh/bin/shcloud123 1620144788 0.7-lp152.3.9.10.7-lp152.3.9.1avahi-autoipd.actionavahi-autoipdavahi-autoipdavahi-autoipdavahi-autoipdREADME.SUSEsysconfig.avahi-autoipdavahi-autoipd.8.gzavahi-autoipd/etc/avahi//etc/sysconfig/network/if-down.d//etc/sysconfig/network/if-up.d//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/avahi-autoipd//usr/share/fillup-templates//usr/share/man/man8//var/lib/-fomit-frame-pointer -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.opensuse.org/openSUSE:Maintenance:16204/openSUSE_Leap_15.2_Update/29e676ba82a9c10a32167155d340d2c7-avahi.openSUSE_Leap_15.2_Updatecpioxz5i586-suse-linuxPOSIX shell script, ASCII text executableBourne-Again shell script, ASCII text executableELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=8d70a22c664cc8510ee0da8b635b2691c3e77ea8, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRR RR RRR R ,(M38xhutf-885e6958900f10d721896d6dc521e1352e4e95f681b9363ac3dc89b013d505445?7zXZ !t/#K] crv9w <,L ̙?Lep=dn}Pε_Xȕj碓T Ut@uL&#F[e+MY~'ʖm%V`33;t:͚Kt>+URD\aA!86:Vn[ѿVj73@`S87p#i_GhOﺌ y yAw-3Z{%ػ{fח]pdqXȢ\jGw2)tX⚝>Xh2Zz&'2+"YkkPާ 5nVf\VWfe l[e>> c6>` [y5rׅMԤقU8zg-Lf$ ,_^R007>b|M \i٪h:xt׿[hVadk4&Ǒ7]J7fKœ(57BiYU&o]KyK)Rٖ@M{n]Ȕ$1/]ڨ)>gUm!Ozp)s_pkhU8XG`?Ĭ#̞7 @8}Wͅ4 0sru/\gLYbSbQpe I1 N~Rq<~ P;MVmoGYksO;o5 |H'cȁ닕\\5-9xŚSm0m< N/LRgE_١_( Auc_a#rACV=bjn )S1Unp(۹s%FL̡倥$nTn*Qߘ.{kd&ҸoL}&LYG%sϣ`c"fߘW j,;w/3'Ai)D!1\QkWD}qN9q\S@\;nyEt|DA o#^+ \-9ohn/hiSP.0Xj [:1y_CLU R}&dWcM9!>6zVI峓UoJvװx-izG:}wjscp1)_?\;mJK+$=pJ0F5\V.;K[szu2U+[/{W8IJ)yc(DZgs;H.Oř#C+E[Lĵf9ذ[yheQc4$HS䲊s,gqb1^]ivw&fR[hZwc7f*K_g甈N=t/ #~,s t BiUǘ,=~<;z*w]8SFf*NX:ehtR v5ܩyY- l4(ky5MJVnyI^A2lSqkͶ 2的Cnl(BcBPZړl~S{aF?05dzʛ]F-*P,6m+: -GMGID)?_=^qiMIMxn0yPoe~^\pS苴{CY^UuV@QzI la[ S-NR貜*(䞶w:2$0qf f=w]kbh838a_}FLQ-dK鍚PEߝ6m9rEr(І/QY{gjRk4hgq̙PJߏ*еC}E'=0 lhU # xmCӁ%}ɁGm|vu4oX&@.C? w&ԇ^Pɮae{^GgGv{2 8X k@5OT&x|bRc QrS9CJdu!rz՝&łp}3-jwwY{Ayr{ҧK{ 58IXq/ N=Yu8􈭢dws:A ij \..DGi/Tfθ KS8Lkڛ BSY$.xcѴ?:ƙaۯ|JaDT#Vn? C.k$3)@AY<du٧U`%3"7iMx}v䆗'S zNhfm|I:v esBΊY3>[ dH&0 +x$*㆙;S/F KkO8X;T6u?ɗJ:!yΡ=#O ZqAE[,? U%GCB`';ԁ_ݬ7tEjKN6a۬zVt5]]l8 OQ$SzSEF#/pD<3P<)8)  _nLʦo~I Oo]k\۬I0?m@T_9SI>C M@ј}bK4tQ?*\~J'|&݌}XT`|3+ 4FDD>Xeۣ?g9k̰QIS-v4vS]G}HEɦ2: O;MP´Sf$Xv<hXp$ԤNG|" O&rH.d7ūt5\xvX>Zv8%t#93+qʳs5H]e#`D$ GʹACQ5L ݦ#Y9K1ZA1m ]L3tnCk+1EnXmf*̶VI"=G8·‹ u9@=21ji^˄l[ԝ4s #7nnp^oyCvb#n+j>6K{+ UMrK|%E$y]ϰi] vN֟,$`grexn]%sBɷ‚jquA3"F`?jm3uVoe AE}[gNp@RoKA'JTYLg6=W 7`J'?ܐ4ĪAMb(Qi_Ht ,h. sX5fn^?DZ# ^d4Y۱yụg`X&[FE`PqL BzGy5AM%g<@TGm6`2ɄoZOWDMN4uAl- >>1/0}n]MM [xͅ"|`viQ^pTKnpwS7j Uδ}[KF8KD^|FwnaքJ薸F!(mui3VB6$9*y/ݦ3wd?}$>9W^c>a7d[RPPwnctmrI5vֲqӜ()z,͎jy{Hd^i,?M8C b|'[&<"oG pk'Ű:؟KUr)sxf5los@ QEu:0{X5^ę#s~H (\!j@~ DrQh_o<_n?m@|ߓg"!Pwce,;NoQd5sm(c]e Bfe1M##b|)F f5pP::Uϻp] j GL q>L鬾E!ZgLՓ^פPQh#^Xh_oG*DnV@" D@85u4~j;-m*i~yu]NTbNN |•YL챰b ?bp3޲__Tj _J4fp[Gl-zPCc%#F 4xz{wNSd$˪[ Q@YgE[FFIij[bLSq|/?91OS<{`ƃٙ wyXg{QKW) X>^ĺ b?ժi0=mϳ`_NUsxiXM_B OC*l'pKqGUl %V-^kkk b йu`2ԓi\h5:3eXMˁ {ȣH7u;#Ыӥ}0rOqz ,/X6s ug^a2dzбڤgPb``ݲёH%JF,SLc\?v b∘.hSssm_w,5Sw ŀYN,~SheEPO`D58^d?z+J6AlG*qlS-JnpCr3%h ڹbU8M>1` :|r1Jnv%L ֭ Ej1n2>TZ%^\h#̱~E&KQݓ Ug1u-~M3l|LN*2Fr [lʦ _|%eZT-<+mUA/1\k}d؈Ay:&]".t'YզYopս]DVi^^SvuP~ր޺i%~Y/!=VX<5Ut @.uݔ;xO^5z#G"u[7r3ey)n}}f!(̝հ,؋:#JXX!0ťOT{NLy.8&?BXM{=Q6o6jrYokF("U%Ҭ4[/fN؋I7C {/JkY*4adt"Nbr(M>R#iD%3%&;PPSw 7)xJb$c1ܖ\ڐ<rLN8ƈzV/k}c9OcLl#H-aeZ-Mgߙ3'z.NtIlȓwkL1ۈk7E8@eʩ0_ 8h[ֵKWH*b[1CTxh̭Z ҝK48P+]Sџ Lipސj̚\PJNӨ u8JSp*Q cuipog2C"\ 6A]{_}KHH?n4C$0RXG̷Ы6l5wKXZ$]fUR];A"&f>~QXx;I50c2M++`'Ugm:%Nn'<mUPٷ}h! WOA˦YSh&*ǻJh$DB^"rzy{,pٯFA]D]D"ByǘM^ %& IxsybejՄ6 ylj77ΧkӇM;]Ap߼,$2WN5F|mIÁ ݟ7R_vIv"Pů tŽ x;]IE DԶ r<"VqF+k`%Q-/֕4\9N>SCеcK}NB{R ;4KkU#qYiitڭTEMa>& }u?;?ꧥb}ze ѠQ]8D h\V62H8#ho:(k<)+5"N ,޵Y+9_;eR,l[B{ Lz!F)_WF_Y+dV+zWMs47a`{h /WWi+v_\ 2pqಙ2Ϗ7Kc^ttrW4'< ]S+=aϰ?)O^s-]lbaaR.Ԃ.&T^T}2u4n>2Mp| ZHN[u63ct* :G01Y hSM@:¨ZtS]^ TK%1>## ICW.|ϵ2FH\RV/I.v3t"K ?_|Y `#8l* |̽[e sbDQ2{m`FqŖ=o 9ƴun(#XUcR ;XO«&ipMᬗo-,)P!cAJtM8'߲l_Ü$pg^a[˺ii# M2K :B|lHv02Y el 6+~zE RgU,as(kGXvp<g\`/TU:^il|+I2;,Uzt$Cr:eKnvI?TaUbsmB\,N+_eR e$3W:؊*F9u_D{;Z#C<"<зBn}H=^a-MrdN2qC',XAt~T]yP'0XiR|~TU 26Grz0&zC;/(&6kC\ՑJ¯p,珫`Aէ]NKkwrqh>6c ԮϘAY wjS].6=hUu"&<ݳbUr jj(o܋=K,- n5\ $lJcz`ٺFz9EShZ ?Uzc]q(sL6EZN"eA{t:_.˼g/ Qyevd*9$A{ S:]Muש]߃c ʺÖ?ڧΝ8U#k2a 3Zii&0 #b"T?Y[DZ<灨^؎vW"H\PJNTV} ]#}vSn WCJtJ5 @E:*᥮(JW?u|l VP~@JzEz e{oB8H)R4Fz湰厬i`21Wl;n [yf9U3m}I=ԖЎBƀ #f>Y0^AHp0>8$2Xe\Vüv-w~ h@7 ?ͥ!RIi?/Nn޾6V!L8ͼz5<.g9[2cJh)5$[x%}Zs$]5C+S.Wh_$mpGzW3ĉ_*kXBX4il?_d{@MߚF.ٱrg~/*D7_CcG\Uu9&by[p|{X~MQm &S&p($CNPvJ\-y%8SV7WNLdqhuy웠0a^M׾S#R}+V(^x h֟NB NU;`4%YaF1wYYueY-ξۗF;m֊_jP7`du= e y Kh:27Ce*4u`\a-q"vC <X\s>z:+[9'd>AE8u]0W4ZOY`Bl3vZE0H)>B [;91Bfxҧ..y 5j3~hK# CI ܧWoOl9n`Cy#˪hNtdn(G- ߏnz|S7Tc h$y\dЙ4UcŐ5 HsxJ$/HKȥ +^d?;#78M3T7u wA寭2u6~{zqWw5ߠ_*ZQ۳PJ끠c-|ڰq-_b1_ %/#l$[> +yE"UCv xޭ ?8 nH!-!nZҘ}V=ϕU7/: lԢظ%WܫȅQA|):𶝵rC'OYV1y9${[ TplK/Σ6IdsVkG2U6X$C±\"Q`A0wZ᜘߇_o]r04Cc|jОbdsZCjW6fkf392E#bS̮P\( >aG;f蟕PCʵVBY^Q.ͻ<".1ґF-af[ۂΟ|-pcgW JE4"s 7/5q*|l3lew`}byh3Eu`u ] ['1i?fÇZV- <ցkPq7Nϴ )=l$fw;Y+fk 2("u9Y怮ϳIĺ?9ӑq|*iwe2". ѣmKثMR[ޯ~|ﰋwbQ !y1⭦X՞-/ɶo"1@wu1n#0O9:' GVr1~i5Ǽp3(1+{;'`ToURvFccb͞[ʑbA$.CzL i@H_Cf ~RֈZvWfP<:>/=s'~IŜtL;%׼x\ cI,1?w4xX 1"Zi*_ocdǏ )nmXcwv/`iCqe1xjNѭ|v==:Kg2Odr(BH}%bcû[Ng~—:ҫ%>Dxa"."tRnbJ E_F'kT 4`N=,ssO\k7gfM ?MrY}0ww@c(€nt9N @P]ziLl싽91;mueq (fDzn3Mk튷Mgċ.WM>ϥfk0B 9x ѓГArz^as8{ܑ Qm4M{0VۓƓ&GI HkO7J&h2e"t7o4oڡPt/ h6t3砭;S "vyBi_r4+1e f4jvFgUJ ƪ̒"(sǝ;5UK+P"=~c EnG:7nDӌ1hYR\r)(v/z3fI!5˓?p?D(&eRqZyovB-;M >}tdm:¾?Dzh#Hx[RG+cz:9ü@⣔e҃[{~nWEx@nK]SiNhVsUD,F?Okƶe}RȵY >&fJ2GcG+h ufc t\^mPtÎ]^[@zR Bst&tNtJQkBkr|=Qmh`.%j3̪?H{7ϣ"(OMF OpnxʜFj+̒\Xk#`Z2vh$UU,̢d,sfN{uk,O&bHǐ.7_` We=,Ljy-aNkf.Jrٽ2zq0FDv0CV/Xk*|aD#YҧF\&H F>ZB3P5d!})l[xjrܠ/96MTJ޲s5"vAb!Cb٨M=gD,r嗇كux&S7%U\U7q ⯒@Z&O/*jOwҮiݛHCSX%8u;ƻYe B#xc;Mw&A/vE%pr.+>ڶ{Q3,X EB9A*'. 2gpJ䲆oO*le0 yL7 Q|7 ga?<ܩ$FNIEmlNiIquZP1BeoWV}@`|OM2u^=;S|T⫙ ]H΁Y3zk KV,JFϟӄղ._Ʉl %s~m~JW{,FYqu,&vھ<Q)Lbq͑ImQOdGL[j` Fz$@-$9l2gىcVBZ8jI 0^i5 ʤ.v=Ӻ,Aܣ Z򮬐~Gws› dRJw.M0}|dՄ['瘗5%|2`{":/ ]xhpR@7KQR 0?odW*NB}$KWKU̒2tj<<|AR>χJO\Ef&RW#:#^"]_/ >(n=oHhU,=!L,Lɏ<;\jh?#" s5~H]i>“}ߩxY,͊&R,%<*-G&p$SQ!^J7V DsNVG<4PP=hBJIs[k|z pNsHz`5Oˀ28Á5lyp6xQlvQ+ ,8%gimY+5OJ C45sw.&t@G$tԭ^4s/L6͜ ~T>a6)j'7]-¥ z88Xɮ^;ʅ>j\wo K#IQW^j1(>g.Jgә@~ZC KFN5٬7:&<@" ڞ,mFAewܝkZfi[ީW;,)Qs.xHS7h0$2zXueWIFLcUKM!L›RJ<7 ;M==g ~?MZ(C)#ym}lpc $D?s{eF !pF[(цRL~U/*$b_}+\+Mz_8jP@ʇYTx-ܤвxv%'2~5P0RAΦqfe&1^2zQvw߅vh}~fGBW2-:@'jw"?z6El\}"/en&TڅGlcX  l~bzhԁb\_Un~zpX5G[;{2*(]_>z.rMw([S 3YklA{cg/#Tfr}2VKIE ܶ}_.ꚑT3 X_2DC @!"KG-̭!S4owZ!a> 7*1b]%(s;P=C6qB)LBl[;z U%A>H*䱵dK@AĽ 02#J"r&8]Z`=bO3''aݨCTlD Uq1+9!= Q0{_~`Eܥ ‰ERu="b'fe)2Mec$!|Pҥ5MG.iTԂ2z d4\k&upK/@7![@&>f udG^%H%o(q>AŁxYdV?Qp2y{p~u( ("᩼^%~ok\+ 6b0rt;Qz3-by(ӫWq\S7 ?d _N,{[Iʺ'ZNuwu:aS鶼 &A'?]pCrpƥXZI ~¹|ڧ.F?TϹoR:FI'lPA1?B SsMY "v ږ #F@ʔk_|I@=3f,(pOCJ7?qs`&ݨ(liWOӄjnIo 5 W.\[ߛ]V~7:Ev*͠^A>WߦBe#Sd8@/N;/H[5]͙2>U][Ow*crE [tJ/&""KuBs{ƪh*\ ' {'Li9[nO_L#ȧ&dhQm~:<