libavahi-common3-32bit-0.7-lp152.3.3.1 4>$  Ap_NǸ/=„gzbD鼌gEt;hKqb=d>r2C܍qhF[X(0;d sEÁJ&sUA+N.~!}-4ߴ+uZ>1 ] sGN+Qpzkk]su}ٍ15hF ^ ]4s}d ]|lHt@T9a65dffa94f964c3c49171fb303745fbe9bf65a26b0bc18ab22d13128f6453377da1caf6f3ec849e617a0c3bb611deff6ab09831y_NǸ/=„.zA&)ϧOܱ}f?ry&'d3c~51lkjOh5ţSX2ݎќV߭+wJ18 1SC- GDG>zu}t*3,m2>e< rb$ Ʈʬjopq]#_4#={lapZJASYPS8UɠZ1s}aXH{و>pA(L?(<d ) P (>DK\d h l t   l( 89t:9>%B%G%H%I%$X%(Y%8Z%`[%d\%h]%p^%b%c&fd&e&f&l&u'v'w'x'y' '''(8Clibavahi-common3-32bit0.7lp152.3.3.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._Ncloud129openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttp://www.avahi.org/linuxx86_64/sbin/ldconfigС_N_Nc26bb201926b19e2e72584a067c0a0f81a5b9d55ca14312c5101766c1d86fa6blibavahi-common.so.3.5.3rootrootrootrootavahi-0.7-lp152.3.3.1.src.rpmavahi-32bitlibavahi-common.so.3libavahi-common3-32bitlibavahi-common3-32bit(x86-32)@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)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@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- 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/shavahi-32bit0.70.7-lp152.3.3.10.7-lp152.3.3.1 0.7libavahi-common.so.3libavahi-common.so.3.5.3/usr/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:13855/openSUSE_Leap_15.2_Update/c5c19b404eb4bce283508a1a74f77ba8-avahi.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=b4a5838d4052c83cae9c8dbb4ebb86f8d58a8c65, stripped PRRRRRRR R RRutf-801ffd186f874c376c600054548ebc0c3b4fea202a1de7e48276518fc00050ea7?7zXZ !t/هLR] cr$x#4ܣ‡b۔~xNd\)hV&oK܈?+0,zƌKtBZA.MK9 VGO-P^Žt YnlE&62>HF{Gf:JgXlQS!zВ7)c5xԶUfR1Y攤İYx w ˿DiCqnpG{<˞ZoFv3O釷l1;陟."i T,22a>wGpݮ)"Pj`H"3 t]Ʊ47Ԯ{ƻ|6@P.7M[ৰ|*"INU[,eNHC_U,E^V3~[":[4Y!b -F}xßf\m O<#TK 5VINmsdS%AZ/p'#4U @ K93nhQP%~p1%z%cKA<)V3k1 c~:ٸ~.㥤2m6]r$_NCAziT[bghcvb۱-OmvK=5\+>:R{<G).mr&/mD5U?8yckAw ,X^nMVhv!'/+&"(Q>.Ww6/ bwV HRA/ {WK3 _pohiI=F|U@4~' c4FdOAS^FPU|J-U6 qqMdgf J奠Q-ؤ5 L%C(PyD#q1]5g׉3o:vj7u(ކ0W!?KP! Ͽw#xH5YU1[0$ ͳ!f%I"' ]d ;TghJٛbyz|l2MR\+ f7|/DI~rJ[DQp0 @ B$.q/W:L1D'Xx(.NW$y)*f}-^|!ΗXu'IBHGe$K>P%ExK.0!r~[Oǣ1q1W)$*axO4-UHλU1C0 ?lhOJ T1OXx,m*z6!UN7w+80l&j(t!]E"2N.Mq=T6\ಒq (E9FRpA,F FH`XF%[c庽izdH~kZElʊرߖt-3ؗ,]4;=h Pg*3烁'ĕn=.*\E /cew#R%JY(Y`[a򎯐ݿ\ ݘn6PE=o+RR3kNJzOX+xAad7sdD-*`g,Sd'ElS6J[Rf&}[ij=[:Ǔ`-;,?$ea LTK81^๰;?0Ǐ|\6Ǖb]4(v%6+$"~I6vpm!(UG<&Xuf/p.N.^:@@p=IIɍAP|$erۇxMFooT?tɴiMcS'IɥJ]z ȡc9`{Vi~!9Wc ?_bH=p{ąX _2ٴcgį|%ٱ!cc._f@|;V·J\*灵 Pk=?];&ձ'd4k 6N#WT<ְ 6,Y3C+&Yzᬜl?rSvת DÈ+ihFhfU~k8{֩0ljZy%ƳFP8fٱs`[q=٣KqRBOr(lqNFg_~ϼ7֜nb{|eI3Aij=C"u; !8p%g_!]_4d vLJStr* =Am>j] Z)TC 3Ǫ0ɇᬀ{!Bunw'v6'4ف2?fkK籕?P|^2UXRv앺WH9ٓnz=\ RjK/ ,ҷHZZVDsJK(bKE5Ө*Vdޕ)|*?++bHPQ}ԣWٳLYƦ\&Hy0%b'<čo.UCqV\CgS2 cdg [|F{B=4! ;;9ڜipRjzsu~/ })0 V1bSw` E_%u6Q78JR~30)RbV8#XQ8چq a{_p^?>-~"\Kޘ0$dۻR @C|msK$uO4.7?PU'q3y|۲:%t\@ ~+ 2$[v9 C<îɽ=[ ;Z$%ü$0,Pbȋ32J\@j*uWŎO9 \Z,C9W{i?(Lau0UO8(ƨɑQ{ܯO)ϳN ڃxMS?l-]Vu8a>!k!{L!BgyR\8Jbꬾg svoӀmWQ]S$!REODEtޔx#sG~Lw[,d8#.Qg6)/R6# 8Nz͒n?seXH{3> ~[;eY 3& (j~A_F7:v[֓@jLPv..O?G5P~|DLzJ$61&"$QkJ8p=_۪X%\QYˏ[Yu;O4y]|JRqpݙ%Nܳ&D,: hnu$Ax&8Z5ok"9VXNoCp^(|oq"rCqTrӡe^#`ƲO}\wR#[ [Xh F}8`A3P%2UȆO{%rD-jnܗ[[Jzi[e0ށ8ozOBW*ٻ2Y)jzcMtT3ҿϲ|0Y?/-fy,NrBcI_R c.GzqpR󴫜sUJl~ft]Uʢ%»$wqsV(\zF:v94/bfDvR*Z|!aV*lzp X84<7:=ya<7ZK,]P6I vqVyU5C*̤3]t]DGf#2sيMq VVNd 7/?kzKtj.2K(r@?ndÀ.:eK a!º޴t $%bOFB9ƞ)IN,?j:xu qɡ>_1_ @mDgֈK"[p}Q҅ˠM,5YQj;~C[>  SgrH'"|7QZCOFM*PnGP)-&/g_l;nd :.mT|*x$GX6b8#Wh)aH>PqIs☁8P:JlG4#.Tc>)E3V513o>bI=+:otw9K۸nr0ۍ!zRf:_7O}Ě׽qnn$nMC]7 Tee ƣrɈJV"[ /xw2H Zܬ48r}rBQUOh k+_hFgO/. =dLBXW3c"ZQϲ(aɋuz` ;0`Y>dOhnY ozXQ!b-<įVCCUUP6.tk"\ 9aDILF #MhC= JHx^ŲV+դS'ž"T&2ҲWP'6?r؛/Nn\ 5_E^*O 魞T>s"jW&t#U- ~OB^f+=36*`! *5Pc}Z'΋Pu? /N>NiN yh:1R^>7P4:'A]7d]uY(tVKy<8_R0XG-h逳uAa#}Al%+,~<@0+J 6HoMdG^`Wg 8UR1Wg k!*L9;Y0rqdM;#G0*;" 4?xBM`\Up$KP hcFŒ%Q2 ݼbnFw:!JP-{ F+RKwF6s1-:d/?ֲtɆ>k/UG4Bf¼\ lm@ 7Uk.9'fs \)i:v-ui\2UxzަC[   ! 4z/C;!(K +2`#$n'3 fG,Gn\ȿYϕB8+[(b77ɀ ć ݥ ٴ}Di\ηag.Ymm{u!:!d,H|y4]c#B5r|NQl`Ef.%1~(o [. pOڶk wک¹=̀GVej{&cm@)sZL٩ Z BәYC8O.Jl[t+PbUqɲlz,iO&z6eh:82nKCfȯWӄكzC G>a&1tg3:EB"s*F0~zyU Zxʘ7sw%oG7Vrxa<@8FDat,ۢ0:a_mp*\/Lf&I>,&ac {G`v]ĜcoaE9|Ψi0n،3&R.N`6N .-ʿodH[*Un"@b R!(~UͳԐB䣠`l. 9>Zpa'bM|l<:)TGMGMɓn'_3#-<8 Z MHCe:+KXb,a-]k~g"Wkopk[v!L7fWGG߳qlZ/hA爌kLuz(IR-a -aK~G_G(2L]vxkE-* V$n"Fjhs xLvb$- p!.IXxo>C13BFj&0F\=a'UU%qIUњ}MyFL]E;t X'T%0SFRW{uOb۟IDz7w:SUя"PUi xAEvPSsFn^j5l--UC{t^n;hQ0greAD4`6z DL º(晰16f!].,`?_B֡%Xb1=B𙡹3( 콙8ӬMrQP"]dayB:Wh*L<.Ml7c53wgiNk%vgcA``Zc#9En{O9C]:Bag:LTXMi%",ٕsg9iʺ =b6S+ `rHEXNw|ӭŀJj{ܭ&eI#ARȾTnK^[@wОWvM*<Ń<}'!Ãu Kb;3pc@)FYkYmơg~,y Y|fހ L~t VdL?{~|uc4<ՅJ1' $¼k-C9IM[ 1L"fflPc yX$KA3bsr{"vYCQvSe&UL\@aTX+~TSU>/ۻ 5|~EMK!rۿI&J{30Y5M;\e nOh5& hl Uo,7Ox-,\2F "jLAQ0$[ޕ˭1\L}.zJA~{\O(F7R6w<k2= υ#I(rI/lq۽\y|1|4V\yrT##c/BK)4qfw"K+rUX'Q- 9M>-끘H)Źm+c1edHm[@XBkHwWn- N /rW@]o?nns QX(ixT>I[EFZ$dmBV8ϊ)Br !s2V82 =}C=C#^Yj_6[*pT9\"M3_zn, lV6I=1KWgѫ0-)axDEMXꑤL7U;Jn;g. u)W딖bG3L@^b)V{q,7X O*5L8 KهEV"HB'/LT~t`H_)QfIɰV3oAZz]EekhdsHjĵI,@PWK ,T 'x#6دsH)I6Ni l \1x=-\`WFG.PMF{a绸:;gʁ$ ="ķUc ןzZ^$vz7z(&GugV叔.6Xՙ+Z9P,-r60w!T`zS}oT!P%_αqGIQhS :$`[q`X-U2bpo.r<OCr ?;Şa=4X(*l>%L@;,y{w;M?a"(`}Wkv@&[#wpBcclv,WcE% ﳮOZ Z0ƍh+[G+"pey#UPB;Ƈ22kt筎IKp( P#IyDž1&ݘxW4kyٹK$iLtEA0.XR: m+6_ƋDΚ0C ְĩBGK5 vC&֪% h6p|D7[?tk`ɨLiv.eu {頟a,تrqXE^X>4_+BwC[؎:4CU2.#JP_'݊;=-&]ăůw`8>:^p%oi)2tq P~%Br8ےɾ\z"tOªlvFx ħ]ӝ =b޲0Cz k5g*)[\_h/,zr;kRV-%{1ld%6韠4"ub;UkIjP(!fХu ^˥qB tWZ0ײjC{垢2sFqd'ƿ@e$2˝}FKgMҀ̅w{rr?fYE[-P@&j QL@rIe6b"Ţ6-":EM+5P?\u.#N여7^ 9}0d%y۰,bㄹ++]hU0jr쩯ME8],ʒxb0U|d9aD%I2h],FKϫ@ؖ^Fpw֝ӈ}ck6͟uGIjppSug( %1|z7F䐲( I )Uİ@[fd; @v4xSԨTLE_#FIտ'>Bm6@@st_9LOteqn|ܯ^ԢC x 及'Ug/o]yEy #)H>G3dbQ.+ %Ll} HinQHn}Y3LAƫvIHDdͭ+>H*|5` i{ODs?45-d+EftuOI:kd- $X:9tf$UMJfgc ,KId?MxE'<m!,Р;@;'&3Ɲb*#ɠ_ P+X([`ZU$G! Gכv]ڽ>8l3]׹0a*Zl 'iSA3tr|Yb^[} )M=COA_kcO #R:~ +ڂ;Tcw"G8ZaQ``tJkr LP_l/l3, j8elػ[n_so#v][f\9  c]0&7b}%&__ wwnF4\8Pĩl'n*oP\5&* F-O[{Q. n2<&g3^75u;hs!f2wOu|) u3]]b)֏wSs[nbCue==_K0GhiʲlVhNtP/\-:2$kqq2M()J5q  }1>Uj!\ ;%֒L+%4=qqIEYdw/֦O4gof۞tY0"-z͍(QɁEZX% ӏMfH\X-&QU|G[ԢiJbqBL3dь;Kv  |H9n){jqC03L5Uufw+bV[@[K Dt|/ϮM)9-%8 S$] caMY︉ۿv #]1O ,F]>Z|nvԻ 1z) J[?_fPmO^:ijd@£8tFV+_t\ @rS^?͌U9;[H㓹C# i6l˹iwh*rg*%SgoQ˵zU)^VsIpy>1(;%drҭ@$@m!^ E|-Lݭv/a^RsP <)D^y+y= -KצFfE?23UAԳ^Xi]Y=x. LK~/@ycD|p7 qA+H!J>xt7?Ј R;&1 a W ҈dE=ۏKo"BMeё,wbO74K̒Q

–EJSL萧p#֦_N gPIm!Tu)`*Ƹ?[>3AL|NW39_De@U>)E9m<6*Z9QH+ز.OIzQ9byd6 ;9F&E|ǪHn{e+z}zh&gj-AQl,-E6{ tSÀ>7Zi@Sr,-/M+1^췴UwHH:UslE/7r 􎐇FMl@O-n’f$/j' Bu|04G8iNf! KEwS4p* Q҅t?{FU<{1KG8Cg`l 7Ǭ(` \,#@ )(ם8'Wec'+ۿo=|^febz}m+NGt ~spbqWɗ,_{1X-n8$\KWp_5 8eNN: V^o}#׿ ۀFCA6YQrԫ7~%"kiX虠5TS8p@H5z-Un|ty`7N/Ǚ3XR'/Tmߋ`t$L~^9'VKOcɾ#[X˕4vqJ>h릝.>`UiW7dAhHiLۋ]I7Ez(зatB;c#;doqm;MH+dWʝE~x( qw14E+`Zh|-?4jj(GpI%{t\ ~z>} R#k?V tdkp8sL(c:<5e* [ Cy=]Ө u5竱0ЖMdlݧ9jd^sęƭȏ8%\/8:2:T½q(nfC'.6ka2=Z+註-32Jy !$ >+Mpo+ӆzތO sZtGJta(mPE4R zXthLK$`3𐍸k{ESJhˉjG~,^b x\XogJh$`5ES$^9GdrwG>\@/?½t4X :w`Wrsii@.vSAHߑ`> tfZtgj%tw2aօ95Q_qǸZJ[RwVGXA }@q+”*Y){`ߕ٧8-'?%Bbx(gI'\p"~KTR ›X!ǵȅ/$}~`\;xM5Y5*/1AZV1e^-ql˒jp|V R"S=:LOlҲ2mOP4ot"=a>|$?\u5-V`?/-/6IJzDP= ye憝P"wKUO5u?ѸLYyO{[xP6sdʒԄ#qz. Yo Cp|S9*bʯL*!-8cW Q[5PdǺ Ug 1-ѧM7ؒzB @*l FElۊۢrq;j4\ |k=_/ iK0:꫙si,مNJ 6N;C $U)U, ^-ż;h Y_]9ONGj" DBqa_kY(›zs2~(_{JҊ(/MUBq".fx.@Rt[MU og ,q3E67#q}V%?)MKS%k_3@K4\Oʁ *yK1j`H}1t M%s|W6OvDŽn$>u>O ʊ:g ׂmؖc%)PTH`-2`fȎj4xA'w@13S$wWM=VlMw؎U휉j?UёT2Uv-ާ '1xSDMj~N-13l`~ .x1a? S' CgZ5U 9,C(|gulܗMFInewlxu=eAC_Q@(+~wl ٠pvTM%8/pm T1y7,4IQ˹$5E!?_+{}90 R>%RWfVl,zE*1g:6fn]Ŭod& jVpw+}|7ɹ$Cby3FN-(G_ڒ/? \ U{|D BM}XX`}sKWo,_k?LeulFdͺ@ \@h'tBD\ 7\_84AR˺c?ҏ},n0Qs mmpcY:=,+~ @rpuM\ =ѶvUi/nyt54L!?F"rB/*dp *ڏ2uS\.S=?3m4 R%`YnDi2)"8˙]#'u);%\6U]O*7d5}&~ɡ:!98{&!/U^L=PEJT !.6b$DW#Upᩞ "x@g]Q~֘ a+P<4&&]#OMs37#8>zl<zwe|bcΈcʧ-СݴQUGO ;h}_&p~y3=v!%PYM`R9IGv۱u+>>AEBtE32"+ 6G1{﬒p|6)@Xa[k]5}xrk|ݚ#5|Wُ \hJ zW`;&=:@0IYpv%9nߎ":p{Af}]SAԕѩA'tg(|Ez{[ ?9Ew } f4D%KS(B. tse ydІKAN"_T +G o=7^kPiĶ_64ڔΙ~l!֥'h $I&?,b9ϑ`zA]Q H&S<֢6Ѡs֡vFTw0lwGa@m>*^1nEbUL01;N6W~ \usСZSoո6Bq• UUE5nl=0cęT.2Odoyn,fڪܵe""W k> e,Y~'xL1` % +Dr Ӈ$IA!G2–]BǗMm{'|S]4BWhbd[=a*q=W8I)pv8 M -5BiEBKy`NlKuojp"ݩ$EL^ > toWy'e^Ok@Ҷ\41=bFay<-lxYf#_~໹y"Biֶ YZ