libgupnp-1_2-0-1.2.2-lp152.2.3.1<>,t`Zq/=„= %"a :wN ?8ȩ ACZ=5ILz${_ ӹ:5oЃr BAkn oVwWeB*, _gG(øUsYQ9a<0VWcahjZ} M(*P<g>V9>@&?&d # L +Kagp     8X,(48<9: >!@!F!G"H"0I"PX"XY"d\"]"^#b#c$=d$e$f$l$u$v%w%x%y&z&L&\&`&f&Clibgupnp-1_2-01.2.2lp152.2.3.1Implementation of the UPnP specificationGUPnP implements the UPnP specification: resource announcement and discovery, description, control, event notification, and presentation (GUPnP includes basic web server functionality through libsoup). GUPnP does not include helpers for construction or control of specific standardized resources (e.g. MediaServer); this is left for higher level libraries utilizing the GUPnP framework.`Zqcloud121S'openSUSE Leap 15.2openSUSELGPL-2.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.gupnp.org/linuxx86_64W`V?fb̡A큤A큤`Za`Zn`Zo^ ^ ^ `Zo^ 4056c647989ec700196556c0d522ab1f7c5d0bcf929935bfae6e61be03ff0181fadd2ab40439bc89d2e9540c02aef1f23edea96983af9cceaef345a9423d3c7081bd9ca04d110e62d41adcdf36a5ae6b243f4b0f254f5eb4c0f84449c37852a8145ab48011c8f769a70c294514f74bc617d2702de71248769942a4da0f98f074d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5libgupnp-1.2.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgupnp-1.2.2-lp152.2.3.1.src.rpmlibgupnp-1.2.so.0()(64bit)libgupnp-1_2-0libgupnp-1_2-0(x86-64)@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(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)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libgssdp-1.2.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsoup-2.4.so.1()(64bit)libuuid.so.1()(64bit)libuuid.so.1(UUID_1.0)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`9@^ @\\\\\t@[`O@[)ZX@X@W@W@Wi,@W=WX@WVV @UPT|T?@Michael Gorse Bjørn Lie bjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comBjørn Lie bjorn.lie@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgtyang@suse.comzaitor@opensuse.orgmgorse@suse.comdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orghrvoje.senjan@gmail.com- Add gupnp-validate-host-header.patch: validate host header (boo#1186590 glgo#GNOME/gupnp#24 CVE-2021-33516).- Update to version 1.2.2: + Fix macOS dylib versioning. + Fix endless loop on early notify. + Several documentation fixes. + Implement version-independent type registration in ResourceFactory. + Fix an issue with implementation of the depracted functions. + Fix an issue with including net/if.h and linux/if.h. + Add async introspection functions matching the usual GIO function pattern. + Go through main loop if introspection fails before the actual network request. + Bump required GLib version to 2.58.- Update to version 1.2.1: + Fix a deadlock when cancelling an action. + Do not call-back a cancelled action. + Fix public dependencies.- Update to version 1.2.0: + Stable release version bump.- Update to version 1.1.2: + Use python3 in binding tool. + Avoid a static buffer in the linux context manager. + Add UDA version and address family to linux context manager. + Implement ssdp:update in context manager. + Update documentation. + Introduce new sync/async service proxy call API.- Update to version 1.1.1: + Fix issue when building VAPI. + Pass on network mask from linux CM. + Properly rewrite v6 link-local urls when accessing. + Minor introspection annotation fixes. + Properly filter v6 scopes in linux CM. + Fix compile issues with linux CM when there is no wireless.h. + Fix doble-free in linux CM. + Simplify build tests a bit. - Changes from version 1.1.0: + Bump API and ABI version. + GUPnPRootDevice implements GInitable. + Clean-up functions added for GObject-Introspection compatibility. + Remove all deprecated functions from GUPnP 1.0 API. + Switch build to Meson. + Port everything to new GLib type macros. + Add IPv6 support to Linux context manager. + Fix IPv6 LL support for context. + Add gupnp_context_manager_create_full for specifying the socket family. + Bugs fixed: bgo#654446, bgo#770318, bgo#777491, bgo#780640, bgo#780715, bgo#793955. - Switch to meson buildsystem, add meson and gtk-doc BuildRequires and macros. - Add pkgconfig(gio-2.0), pkgconfig(glib-2.0), pkgconfig(gmodule-2.0) and pkgconfig(gobject-2.0) BuildRequires: align with what meson checks for. - Replace pkgconfig(gssdp-1.0) with pkgconfig(gssdp-1.2) BuildRequires following upstreams changes. - Add soname and sover defines and set them to 1_2-0 and 1.2, make future API and ABI bumps easier.- Update to version 1.0.4: + Fix some win32-specific warnings. + Backport meson support form master. + Fix introspection annotations for get_icon_url + Avoid static buffer in linux context manager. + Fix wrong include in ACL header. + Fix endless loop in service proxy.- Update to version 1.0.3: + Avoid a crash in gupnp_root_device_constructor. + Propagage User-Agent from Cache. + Fix potential issue with boolean vs. bitwise evaluation. + Fix a crash in GUPnPServiceProxy::subscription_expire. + Accept broken Action header without the ". + Fix issue with strcpy destination buffer size in linux context manager. + Bugs fixed: bgo#780640, bgo#780715, bgo#793955.- Drop NetworkManager recommends from libgupn-1_0-4: There is no reason to pollute a system with NM just because something pulls in libgupnp (boo#1082090).- Modernize spec-file by calling spec-cleaner- Update to version 1.0.2: + Fix a potential crash of GUPnPProxy when trying to access a dangling GUPnPServiceProxy pointer of a server handler (bgo#777491).- Update to version 1.0.1: + Connman CM: Various fixes. + Linux CM: Fix compiler warning about negative shift. + Documentation: - Fix FSF address. - Fix references. + Build: Update ax_append_link_flags. + Bugs fixed: bgo#770318.- Update to version 1.0.0: + No changes.- Update to version 0.99.0: + Fix build on OS X.- Update to version 0.20.18: + Retry description URL on failure. + Bugs fixed: bgo#694450.- Update to GNOME 3.20.2 Fate#318572.- Update to version 0.20.17: + Update autogen.sh from GNOME template. + Cache user agents by IP. + Remove intltool. + Use newTargetValue in light example. + Bugs fixed: bgo#653894, bgo#763945, bgo#764050.- Update to GNOME 3.20 Fate#318572- Update to version 0.20.16: + Don't hardcode python path in gupnp-binding-tool. + Check for IFA_FLAGS to not bind ourselves to a recent kernel version. + Add missing m4 files. + Fix issues with introspection. + Make GUPnPServiceAction boxed. + Some JavaScript examples. + Distribute VAPI file in tarball. + Bugs fixed: bgo#760217, bgo#760430, bgo#761265.- Update to version 0.20.15: + Remove gnome-common + Fix issue with gupnp_service_signals_autoconnect() blocking endlessly. + Fix return type for BIN_HEX. + Update some m4 macros. + Fix typos in API docs. + NetworkManager context manager: - Fix use-after-free issue. - Fix various static code analysis findings. + Netlink context manager: - Use proper macros for RTM_*ADDRESS messages. - Use device name from netlink. - Add possibility to dump received netlink packets for debugging. - Fix issues with losing contexts after DHCP renew happens. - Some style fixes. + Bugs fixed: bgo#736365, bgo#741257, bgo#750936, bgo#752490, bgo#759000.- Update to version 0.20.14: + Simplify UUID handling. + Bugs fixed: bgo#743072, bgo#744221.- Update to version 0.20.13: + Fix cyclic includes. + Avoid redefinition of symbols. + Fix missing function declaration. + Don't check for connman.pc. + Allow actions without arguments. + Respect "prefer_bigger" even if there is no icon size. + DOAP fixes. + Fix VAPI generation. + Fix reference counting. + Port to new libsoup API. + Bugs fixed: bgo#722696, bgo#731209, bgo#731457, bgo#733241, bgo#740267, bgo#742075.- Add baselibs.conf: provide multi-arch packages./sbin/ldconfig/sbin/ldconfigcloud121 16245295211.2.2-lp152.2.3.11.2.2-lp152.2.3.1libgupnp-1.2.so.0libgupnp-1.2.so.0.0.0libgupnp-1_2-0AUTHORSNEWSREADMElibgupnp-1_2-0COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libgupnp-1_2-0//usr/share/licenses//usr/share/licenses/libgupnp-1_2-0/-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:16594/openSUSE_Leap_15.2_Update/dfaca41f669e067c52e3d46557ba3ca5-gupnp.openSUSE_Leap_15.2_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4047eaecb4c5d3ac4797e547104c0ea890abf94b, strippeddirectoryASCII textUTF-8 Unicode textPRRRRR RRRRRR R R RRRR R yPu{utf-8461942803a20f77da31c65c1bc773963492ee505edbef69ec5407f1608f86959?7zXZ !t/iI]"k%]dWUa0K721E:x=#jY"qbbd5KN)}u Mx#gN~ueDǻ a~ONiJ9!x堑e%Om-"E=bbN9X g*{dJJ:gF(`vfߠI.%3MNĚzsp&_3 %-*&bx:'?DM7D)\0 >v\E5!?<_ĂaR }P2E 鉚Q@&N ъvs-,d ?F>C L .f]?sm,ft0tc\*][!@AM@OX*,` q"O_4z)>L{6R6$׌qдJ^kq(l~!gOM<[2hY?K S(\V_Ԉ8[U 0dY2A@Hv/dL%MNpxE*@P~s.nkL b6>so$,3"%9q~68%O`uAɎ[׶ąf{?WP`ş+]a0f%|rrEh#!gNg&h"^8Ei͵ tQ˿\{7Zcn o?2Gw{-N'{k`Co3ͳ/xJOf_g7Gq8֤h2/|,\M%hj>@lߙ"6p1jތoj1nN2Z"΄ZQ-]Q_#0k@߾$R MIL1yX9~4 D%v"-n !知 f*"CGކ íjGUq4#r1AF˽[ߙ sɮR1Z{G3:Fv;KYh1Baj5:- TSt!쪧ܵ+;tpC{v'`[N!:*V>_WmiI0Qkӥ & /CPcyQ-69 1pH*[ɋYR+CO^qs7ƶ>`FhVDi:FWh"+ r8oJӫMq\b% Rg2.޼0>H$ " iBUFN4}۬?4WȯW! ;ek^O0W2͓_'[_V[d83xgͅ?إU2E/W4PBXxwL{SŃP-tڐK3-͕ 4]A`GH,sxaU.ƾ֞]yj)2!Z뗜A86>P2i73"v*Y(!BVh;u`5h;Q}&h2yeЀN2E:㦀U$ݤQvtg Y5"a[ FԵ50nBg] dB O7 /H/k yC?3%5?(Ad4ɎCHb> yRP#GBOZ+̯)c 3b2^A[=t.LJcY OW5}mІV:%dqK2*^׋-1gq`c׹Aq.잋'X*Pe^Αj8lk?w$ {KT;hexgf VDI܍ (cx >ocI)фlF"[:sG ?Oj 8=eELIjuF Qn .Xŭ$K [yٴNdN,KH:f1S~]CT)oA2 Y{ ݗĕyַHIj(GAE|r K*#I4|+}:;]Ζ-Q OݞO4E fVB]d44yj) >DBwp߂Aecf̋M t">V#'mz1͔{Ox{NW902V7Id5R̸ܳxvC*oT N4}bD;Sdy($g5f?ޠH7\¼_E3D=]Q,$1v|yNxG?@TkDExײBଐpԥhJC,؀ء@ fCZj=KjfW?> @Gԉ(SiɸⓁ9ыJӅ߁\]O`1~9VGaU^H=￾, (ކ._mc8mՍb9 [Y5Vё=:ĥփr0Q)ނҪ]&1DA>fzvNObǸuy GVUdP$p pl>.)Dyy9tdh0Vc2jCK-LqRph%a7%xu"~]D"xA*k@ ќJ`'su,R8Mxwtd:5k" eWrƬi_!w'2sǐ\քUN v!ž)^^4 :,3z |7 cmV\&)w x*±ׇrN8tv!6pX3Mga4s{|Е5#gzK`;cm}uf8tצ$;Nm`E->mdo *J/ ,z9U-'i IC%skct, 9|=~3Ɖ/ yZ9/`4lCE WָfS6vAmi!oUjRX +<$RȵH[s xc3nbkՔ{"P[1zH>ʲQ"{1t/7V[ͣ\ŭr8xՊ-{M6z{;Ojw[Wۥ4r,PtD-ޮϭ[%@VjTr .[Gr曜ū99T1fXsF: jOmHfŒ1+wC?0q`nV$I,\ i+.?J%3FqY>7Q7I\/E°!\Z}."|/j&${ ѥP' $&)_l*s۰xrS q?W~wc뾦( ̺9TgJAŴ Ke* L]8lѽ=Xni0">̲ag@zQ$KK$qiC>Π&Q&=&J<B."&)rh`sŠ;פ7KtE;P} v9ƒ:T*v<σIͽ|BhgZ_YL$V/ 4 bOb 2*9GLl>)$RH;"1;Fd-z %q3.WPvdKa,y: ե3;qJVN,ζ`gRz`M_vuRL*h*J<.; p?C^9[A"?%tg:56ԕ-),|Q=Q ^`eJ%҉`_6\!p,D(+_o๕ :͞R/5fD|v]XՉr-u?+`[/Qe@L:Þkώ./@ _{.d&@X' Sxû-56fj = llqYy y0?qP\jyJE'QxR;G(ϳP$T圞.3PSڲ\* H" ڍG>${ËT^zJ ã+.U lһN[IJ0M;[UVDZU-D[#Eؑg5ax=3H~~6ў_"`R,sgub(P$U GdJ,yDfftM˼A1UmT+GBvF w1yP;bÝϸ{*s2i$8KP(V]F쮴wWEs'8Ms$\Ry }9$p@}!(Z~MhjHmRvaAzLx5fJ|t# 텃m}tBJRdy U w!zy*e_y D-~(BE\owEqz*xu3W !UV[{ *W\yJ'xhKFz=ci)BVlz""(|7d9^ᆫwK`H?MW9o.$L '/ Qv^͝ 5/R3ɜٵLVd b;ШPհvL)i^~ `l0vQ3cW8r3yTߊxBTFf4$#ߢifI =kIoP _&Z΅Վ~pټҷqpE|J/&5;us5gH{%A -CגSrv]Ch_QZ3>8X]īȫ2ͩl:o# mt3yM䔵Icc|.(Ro3qA&hB3fNy*J~S?&$? Ztht\/,#mX-Zw*ƒtqw1>gK8m;uVF2I)bՍ_6t6v ݯ_.0&#ݙE0xz9+ Ay^'w0NJ,TrFWG<"!E=hZ1O#dE2%9]="Z7/I lYfMo]!o1^R$bxӶkTq3d| B%9_9K ?NҨ r}g+# {ݑ6B0mUl=0%^J/`QB@7gu6Mm_#*jDd=I V2F~C`rFdkΦr ŭ"Çf)'DBM-݄%NGҒXw6+HeĩEOb-v  sZ EY֬I^*;MoZ͔h7H4e52Qdpe43ݰ%X}ٳLh4g="6~8EKXb›~$D4 TBr6, 4?Ȥ2d鎭,ѥb_!Lb6߇/իN| F<=2oi9'һ3._{ y2%l;!~9WE,p+E&&nձ@Pmegt9xʽWp/\Olx,JQ]>7h\ av>iV͗Tt}_i ;)EE,z8 j,5}q !~ҿZ)0Ld.50ciaQn܂cs+_3kE~C=jV^ܰd$ByyJ5cE?.zVBx`TDiωȴyS5s{44u1_轗H]:NYbp'36RandvS`LDS;$2GSLN4r G&._N|owpt3wk_s96y+nw諨Um]T vXSEW]CRwN6b JD:=nc}YڍM>uЗ8>V9=x,,Ӓg^D` 2E%nbΕde*ޙpf#e9sTk hB'DW@m0~ժ52oHx>>ǤcsD=_)P'J š%''XgD2Cޮ>dkqU!+ƯkbDaVsg9bQtp>Pk=R]vo qZw؟^5HP?kzl9N 83[`Np e,رVǯ L{HBF (̳KOd=<+7T *qTCoC\"Wjv-xJz,p oX,u1<,Q a[r,˴GD8 bDI`Hx[;^gWrx 32t :wĥ =:Nˆn L4פ\Xa!p9$Hx+$Nm\c=+ n֪Y's G۵= &m^2{ S,-g? *iFEur+Z7)gd4)A/FLTT]`ue\Y&GO2~@EuJ}EtiTrV(m6_PޝӋ)W33Mia15DB8AضӒ2_:[-qp/{ R8Us(h|Rmis:i󪹑ȚvM&7:lg_ nH.U$̫k&LI SP@;<o<8ù[ܽ1F"F<sԎۂUܳ ;ϹuC`5šq%!/EHW%lprh9|~>7 KAV){v a}90gk :<3߱Bw$vkt‚R7YX){u}[%&u8nSۿ ͞֋۞!7yby?4D&{kmg&7I;z5#*&ygVe<OVA2d&/[1^oFSЙj (I=|F[OhWKZ0*yAQXF7!hӓNDKdp}h 04Yf<|̛IQpAyC`\x2|XJheqُS =m@2aMא2i|Hs鋮aH'm!m7,@uu-R4m /54VFYa+Jtd`T>fiE,S(RQnnAl5 =PM~u $gIOUOi0ug $=6x=!zzѡ'Us߭Rk cgh}֦J3T,4I9apLKpD ]ycBj!Eꜱ bW} ᳱ^f]O]m0pq$+jAeH:Xn\,>||[C "NdbF=s#,𯭌V\.mIJd- %/8T"@f}R3DA?v-͝o@η(yId9%j /br䇛ivo#$-AWW40[sJw3?Fɖ)>/v#m {E^Z Vcb";{A^3K?51xl2j[%w?#&y֜zDޞį#ԕt@Kg9ːEu n)=ˏ}ʧŷllMqxNWl,L`]ߪq6Sp<%xv7_BKe&""}|lc]skhSRH_sX9.^'SM`Um޹H8z҄JFăH>'rѐak]j"a5 ΥmHl ^] O3b7Z rY+&.Y+'̦G\cD;BntukOsE7wpM9"V޺݂ 2< K#,_jJ :.eKYI?Jgf}1PS wCt_rFi-"/!pL;hV!qU3}}5V|vc:LЍۃ3!ucjp߸ȃ ݙszXu{ 2,w℃;=}1soF7>ڝ"4r=tnkɟ_J̻`"݀^ v >ǟ ֟$u=TdaZ8em8 4;}Ȫ{\-Rys>A[{BR[o FPˍyNb6Lg\Qp)r-Nc}?nH1ڱpt(k׻q}qa55dgI<1+{N5JRWgm+TF|G~hM"v/$8v@(|:%3)l:`O bq厏 4gb2LdkEܛwuP<%ugG:N|a7G)8I'-Q8.$;J6 w y J}en7^xg`s=|' ԰ y*v!P{wm]Yؚ*mᔾbZswR Gk.|b~42eUt_KC1f"_@t565-m!\ p.YE$"+M1A._&Jwɓm~uQJqۉ^661i:[wD鎾O:?v9Џ)L`d}P KM{6Z;:~? NL <#}:$~6ۚ37J!&iXS:3ņL!$rdh+ק`F B_ni@9+YYL4MQ!Źۇhw*zkRq51]aqcn!ݍ%^})I0gFXEPLYuPIF-ȵڞoކh(^Q3hlK]^/Uveȿ| l-J8}ֵ7bǧpa-8/sCɔ36xsjj0S $8/".oV HɌc1Z-)M}(OpU7]%:a4_/z9|9]0|x=<lYnF$Q|Fd( wg'ŖJV}c%r)>@A0hB\q%4PAE5E[!n[buR!g:p@;Թ"EբKްLZͷ 9ljlk%, OJXzRS5%JL1xTU*%2cʔ#)$V(|o.A]α'4 ruE>?dGCOm<.``*e-- 5UF 4}Ѭ*}SQ=L4ubɯ1Qwbұ6wEWC*$"6QZǓ U'Nr ẕOhw`H7eBO윂p31V+749&Bvh$}EE=b/ 9Σ;OE\j3u`|C3b#*[.}k#֮#o1_,IS|g,0c$]k|^^5pfx&!!ekA&U&J ǚQI E WI+iN-15b@DhSlڻ +>ބ$f2:h{m9nkhjxsUn'@虜2-ĀYts"ng/Bx]  W?F!wU՗AżmN#9:9;N܌WFSO\ȗa( 4Vm؄u$ᴖzv+bd& 6Ԓj̃jtV$C)%ypzUH#6m|ĬagO$-;ꙹ٣2 pԪP`eI;nL˚ԑJF_ϐD-+ W>v˱PΣU{.!: q2\UN!$؁r4U"7d*XI~yk5׵!dx7B|#r$$=,%4yz!4 >q]Unu㔉XM=e[& hkf\Yw>ZA5EQU2eB.aV:zw('8 w>Ebp]ݿEfpƲ+z86+XWXsx:t ~! PP _6%ru$vJ::yr9nO_ꑑ;] hkNq V]TQsucRg`gǀV4{3hb-'MO할޿u710{D JxECd+X.2웩CAӹ,QShXz ~IUo"WxєfC{H$FATϺD!l:uCU׃Q!O @}o PXۅOfh|V`rMAqAFC8_XUopZWwos<@$Фj! T;Fn`UZWdʆXQةbsĸ(]i͏C%lS6]myzޭZp2AehJa ȳq}&!X~~$y5i+cYK UbPyy zȗ6d^}*bxj|A%I a:)SǤwڢ #QUőP.uO+qRLޡ2IP`fFbL!G[୆69|B$vuU Ј61[/ovhw;.4x?.;E~-nbFm"=}g-x5xcːJkm|oLbhŸzlY/ ρ!}=qn$ҕߩjn=Gp&&s QvY,SabyyGY;6 ё`OD QbBM뛿 ذ8+$=LD䡰>u.rcaYt  j=7"T/D>@ϻpgqGWp Tu¥Upc:`O]_(+KO>+`FXMw:lfGAb<$Aba|pL#Ҁ,6I/??}@c=2nPˏM5N6T8;~rFg(awPj!%R<_`Fh {Yz+UA8Derxȍ/H#UӆnbUv*m\t!gQP?S˦Ɣ6o2׌ .A+w7gд]ݸDb,ߦn*aSJ-*hm㾖Z!_o-n^Xԭ`ěArS N&XJѩ(d2JW^ TȕK G=;.vgY3vϏc`K~T빝2L@O8s6'i¢cNMڬN{I3A,(|J8s&{W[x M\NյᎺn]]A#^T aݏmWH$`+Eӽ mхgZIs}g\~VhK<MJ6и噡vCs&? ̏ГCi>o*Or&FG52ygY my5IΦ{PN!8;@G*?41_K cK&Sc'q'D