libpurple-plugin-sametime-2.13.0-150200.12.6.1 >  A byp9|z Tt@ZseDm,.՛T"5XCdtx?dRp,(]^|Ťm7G27rje$Ug`M(Lq b2'Z~PbF}/c/{ml*24]FH>pAB?Bpd# 1 h ;NT\` b d h  L   (8!9!:!B?\F?pG?H?I?X?Y?Z?[?\?]?^?b@c@dA2eA7fA:lA<uAPvATwAxAyA zBB B$B*BlClibpurple-plugin-sametime2.13.0150200.12.6.1Sametime Plugin for Pidgin using the Meanwhile LibraryIBM Sametime plugin for Pidgin using the Meanwhile library.by9sheep568SUSE Linux Enterprise 15SUSE LLC GPL-2.0-onlyhttps://www.suse.com/Productivity/Networking/Instant Messengerhttps://pidgin.im/linuxx86_648by.09cfc7075b9a1c8c97b8bdc56a442e6ec8f03b1bc3b4ac0b0471b684fd8d5ec3rootrootpidgin-2.13.0-150200.12.6.1.src.rpmlibpurple-meanwhilelibpurple-plugin-sametimelibpurple-plugin-sametime(x86-64)libsametime.so()(64bit)@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libglib-2.0.so.0()(64bit)libmeanwhile.so.1()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpurplerpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.13.03.0.4-14.6.0-14.0-15.2-14.14.1by@`s]@ZZJ@Z`@Zw@ZZZZF.@Z@Z@YYs>@X•@XIK@XGX43@W WzOWi,@VU@UM@UUUTC@TxcTsTKTJ?@songchuan.kang@suse.comalynx.zhou@suse.comfezhang@suse.comdimstar@opensuse.orgfezhang@suse.comsor.alexei@meowr.rusor.alexei@meowr.rumgorse@suse.comsor.alexei@meowr.rudimstar@opensuse.orgsor.alexei@meowr.rufezhang@suse.comsor.alexei@meowr.rumpluskal@suse.comtchvatal@suse.comsor.alexei@meowr.rusor.alexei@meowr.rusor.alexei@meowr.rufezhang@suse.comjengelh@inai.defezhang@suse.comsor.alexei@meowr.rusor.alexei@meowr.rudimstar@opensuse.orgsor.alexei@meowr.rusor.alexei@meowr.ruzaitor@opensuse.orgdimstar@opensuse.orgtbehrens@suse.comdimstar@opensuse.orgdimstar@opensuse.orgsor.alexei@meowr.rudimstar@opensuse.org- Add pidgin-CVE-2022-26491.patch: Remove _xmppconnect support (bsc#1199025, CVE-2022-26491).- Add pidgin-add-no_proxy-support.patch: add support of no_proxy environment variable. (jsc#SLE-17111, pidgin.im#17518)- Add pidgin-Leaky-deprecation-clean-ups.patch: Fix warnings of deprecation of GParameter that result in build failures of plugins that build with -Werror (pidgin.im#17415).- Drop pkgconfig(NetworkManager) BuildRequires and Requires: this legacy symbol is no longer maintained and pidgin is not yet ready to move to libnm. As a side-effect, we no longer depend on NM for all situations, even if the system were to run wicked. - Replace --enable-nm configure parameter with --disable-nm.- Add pidgin-enable-sni-gnutls.patch: Enable SNI for gnutls to avoid SSL handshake failure, patch written by Tiago Herrmann (therrmann@suse.com) (bsc#1086439, pidgin.im#17300).- Instead of removing the libjabber.so, liboscar.so symlinks, move them to the devel package.- Update to version 2.13.0: + libpurple: * Unified string comparison. * Properlly shell escape URI's when opening them. * Fix a one byte buffer overread in function purple_markup_linkify. * Fix an issue were utf8 was incorrectly truncated which could lead to crashes as we were potentially feeding garbage into glib/gtk. + libgnt: * Partially fix building against curses 6.0 with opaque structs set (pidgin.im#16764). * Fix a crash when resizing the window (pidgin.im#16680). + General: * Fix a bashism in autotools (pidgin.im#16836). + XMPP: * Show XEP-0066 OOB URLs in any message, not just headlines. * Fix a user after free (pidgin.im#17200). * Remove pipelining from BOSH connections (pidgin.im#17025). * Don't try to TLS already secured BOSH connections (pidgin.im#17270). + IRC: * Fix "Registration timeout" on SASL auth with InspIRCd servers (and possibly others not based on charybdis/ratbox/ircd-seven). * Fix issues with plugins that modify outgoing messages (such as the custom PART/QUIT feature of the IRC More plugin). * Fix IRC buffer handling (pidgin.im#12562). * Properly handle AUTHENTICATE as a normal command with server prefix. * Fix a crash caused by a use after free of the MOTD. * Fix an out of bounds read in irc_nick_skip_mode. * Fix a write of a single byte before the start of a buffer in irc_parse_ctcp. + Pidgin: * Better support for dark themes (pidgin.im#12572). * Fix IPv6 links by not escaping []'s. (pidgin.im#16391). * Only write buddy icons to the cache if they're not already cached. * Rejoin persistent chats after reconnect (pidgin.im#15687). * Make the WIN32 Transparency plugin work on all platforms (pidgin.im#3124). * Ensure search results buttons are labelled. * Fix matching unicode emoticons (pidgin.im#17232). * Correctly update mute/unmute status when the remote side mutes/unmutes us (pidgin.im#17273). * Rework the status icon blinking to not use deprecated API (pidgin.im#17174). * Do not allow adding a buddy to protocols that don't have an add_buddy callback. + Finch: * Fix handling of search results (pidgin.im#17238). + Voice & Video: * Port backend-fs to newer api for farstream relay-info property (pidgin.im#17274). - Rebase pidgin-ncurses-6.0-accessors.patch. - Remove pidgin-2.10.11-purple-remote-python3.patch: fixed upstream.- Add pidgin-2.10.11-purple-remote-python3.patch: port purple-remote to python 3 (bsc#1084147). - Export PYTHON=python3 in %build. - Adjust scripts to invoke python3, not python2.- Drop support for SLE 11 and openSUSE older than 42.x. - Remove pidgin-gnome-keyring.patch: was only useful for SLE 11.- Update pidgin-ncurses-6.0-accessors.patch to cope with ncurses enabling opaque-panels. Pidgin should not access internal structures of ncurses.- Remove pidgin-crash-missing-gst-registry.patch: is useless now and is potentially harmful. - Merge pidgin-nonblock-common2.patch to pidgin-nonblock-common.patch.- Add purple-import-empathy Recommends for SLE15 (FATE#322984).- Correct the licence to GPL-2.0.- Explicitly require python2- Drop dependency over silc-toolkit-devel as we want to remove it from the distribution- Update to version 2.12.0 (FATE#323136): + libpurple: - Fix an out of bounds memory read in purple_markup_unescape_entity (CVE-2017-2640, bsc#1028835). - Fix the use of uninitialised memory if running non-debug-enabled versions of glib. - Update AIM dev and dist ID's to new ones that were assigned by AOL. - TLS certificate verification now uses SHA-256 checksums. - Fix the SASL external auth for Freenode (boo#1009974). - Remove the MSN protocol plugin. It has been unusable and dormant for some time. - Remove the Mxit protocol plugin. The service was closed at the end ofSeptember 2016. - Remove the MySpaceIM protocol plugin. The service has been defunct for a long time (pidgin.im#15356). - Remove the Yahoo! protocol plugin. Yahoo has completely reimplemented their protocol, so this version is no longer operable as of August 5th, 2016. - Remove the Facebook (XMPP) account option. According to https://developers.facebook.com/docs/chat the XMPP Chat API service ended April 30th, 2015. - Fix gnutls certificate validation errors that mainly affected Google. + General: - Replace instances of d.pidgin.im with developer.pidgin.im and update the urls to use https (pidgin.im#17036). + IRC: - Fix an issue of messages being silently cut off at 500 characters. Large messages are now split into parts and sent one by one (pidgin.im#4753). - Rebase pidgin-nonblock-common.patch. - Remove pidgin-sasl-skip-external.patch. - Remove pidgin-NLD-smiley-theme.tar.bz2, deprecated. - Remove pidgin-Tango-smiley-theme.tar.bz2, deprecated- Make libpurple require libpurple-branding. - Correctly remove *.so files for plugins (fixes devel-file-in-non-devel-package). - Rename libpurple-meanwhile to libpurple-plugin-sametime. - Remove generation of a plugin list to package, simply add it all in %files with exclusions.- Build with GStreamer 1.x on SLE 12 SP2. - Apply pidgin-use-default-alsa.patch for SLE 12+ only properly. - Provide libpurple-branding-upstream for SLE 11 as well.- Add pidgin-sasl-skip-external.patch: Backport upstream commit 6106566. Makes Freenode and other servers that prefer SASL EXTERNAL fingerprint authentication work again (bsc#1009974).- Drop additional pkgconfig require (already implicitly detected), but explicitly buildrequire it for /usr/lib/rpm/pkgconfigdeps.sh.- Update to GNOME 3.20.2 Fate#318572 + Drop pidgin-CVE-2014-3695 (bsc#902409): fixed upstream. + Drop pidgin-CVE-2014-3696 (bsc#902410): fixed upstream. + Drop pidgin-CVE-2014-3698 (bsc#902408): fixed upstream.- Update to version 2.11.0: + General: - 2.10.12 was accidentally released with new additions to the API and should have been released as 2.11.0. Unfortunately, we did not catch the mistake until after 2.10.12 was released, but we're fixing it now. See ChangeLog.API for more information. - Include the Mozilla certificate bundle. This fixes connecting to servers with certificates from Let's Encrypt. - Remove all 1024-bit CAs. + libpurple: - media: Fix an issue with ximagesink displaying only a corner cut-out of a larger webcam video. - mediamanager: Update output window destruction so that it reflects recent changes in the media pipeline structure. - Ported Instantbird's CommandUiOps to libpurple. + Pidgin: - Fix pidgin.im#14962. - Fix alignment of incoming right-to-left messages in protocols that don't support rich text. - Fix a potential crash while exiting Pidgin. + AIM: Add support for the newer kerberos-based authentication of AIM 8.x. + ICQ: Stop truncating passwords to 8 characters like old ICQ clients did (pidgin.im#16692). If you actually needed this, truncate your password manually by pressing backspace a few times. + IRC: Base64-decode SASL messages before passing to libsasl (pidgin.im#16268). + MXit: - Fix a buffer overflow (TALOS-CAN-0120). - Fix a remote out-of-bounds read (TALOS-CAN-0123, TALOS-CAN-0140). - Fix a remote out-of-band read (TALOS-CAN-0138, TALOS-CAN-0135). - Fix an invalid read (TALOS-CAN-0118). - Fix a remote buffer overflow vulnerability (TALOS-CAN-0119). - Fix a directory traversal issue (TALOS-CAN-0128). - Fix a remote denial of service vulnerability that could result in a null pointer dereference (TALOS-CAN-0133). - Fix a remote denial of service that could result in an out-of-bounds read (TALOS-CAN-0134). - Fix multiple remote buffer overflows (TALOS-CAN-0136). - Fix a remote null pointer dereference (TALOS-CAN-0137). - Fix a remote code execution issue discovered (TALOS-CAN-0142). - Fix a remote denial of service vulnerability in contact mood handling (TALOS-CAN-0141). - Fix a remote out-of-bounds write vulnerability (TALOS-CAN-0139). - Fix a remote out-of-bounds read (TALOS-CAN-0143). - Clean pidgin-gnome-keyring.patch up a bit.- Update to 2.10.12: + General: - purple-url-handler now works with Python 3.x. - Fix an issue where transient startup statuses could be deleted (pidgin.im#16762). + Pidgin: The shout smile now matches the default theme. + Gadu-Gadu: Update internal libgadu to version 1.12.1. - Use tarball signing. - Rebase pidgin-gnome-keyring.patch. - Remove pidgin-2.10.11-add-dtmf-support.patch, pidgin-2.10.11-gst-references.patch, pidgin-2.10.11-send-video-enum.patch, pidgin-2.10.11-application-media.patch, pidgin-2.10.11-init-media-optional.patch, pidgin-2.10.11-fix-sound-play-fd-leak.patch, pidgin-2.10.11-private-media.patch and pidgin-port-to-gst-1.0.patch: added upstream.- Add pidgin-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 with WINDOW_OPAQUE set to 1 (pidgin.im#16764).- Add pidgin-2.10.11-fix-sound-play-fd-leak.patch: fix a file desriptor leak while playing sound files (pidgin.im#16752, boo#942818). - Remove GConf schemas generation: GConf is considered obsolete. - Make perl dependency less strict.- Fix build with earlier openSUSE.- Add a Recommends: gstreamer-plugins-good, this plugin provides wav support that pidgin needs.- Re-attempt port to GStreamer 1.0 (based on work by David): + Add patches, from upstream: - pidgin-port-to-gst-1.0.patch - pidgin-2.10.11-gst-references.patch - pidgin-2.10.11-add-dtmf-support.patch - pidgin-2.10.11-application-media.patch - pidgin-2.10.11-init-media-optional.patch - pidgin-2.10.11-send-video-enum.patch - pidgin-2.10.11-private-media.patch + Replace gstreamer-0_10-devel and gstreamer-0_10-plugins-base-devel BuildRequires with pkgconfig(gstreamer-1.0), pkgconfig(gstreamer-video-1.0) and pkgconfig(farstream-0.2). + Switch --disable-vv configure paramter to --enable-vv. + Pass --with-gstreamer=1.0 to configure.- Remove pidgin-ssl-cache.patch: testing with the usual suspects in irc land suggests this workaround is no longer necessary- Add patches to address CVE issues: + pidgin-CVE-2014-3698: bnc#902408: remote information leak via crafted XMPP message. + pidgin-CVE-2014-3696: bnc#902410: denial of service parsing Groupwise server message. + pidgin-CVE-2014-3695: bnc#902409: crash in MXit protocol plug-in.- Update to version 2.10.11: + General: - Fix handling of Self-Signed SSL/TLS Certificates when using the NSS plugin (pidgin.im#16412). - Improve default cipher suites used with the NSS plugin (pidgin.im#16262). - Add NSS Preferences plugin which allows the SSL/TLS Versions and cipher suites to be configured (pidgin.im#8061). + Gadu-Gadu: - Fix a bug that prevented plugin to load when compiled without GnuTLS (pidgin.im#16431). - Fix build for platforms without AF_LOCAL definition (pidgin.im#16404). + MSN: - Fix broken login due to server change (pidgin.im#16451, pidgin.im#16455). - Fail early when buddy list is unavailable instead of wasting bandwidth endlessly re-trying.- Remove pidgin-mono-buildfix.patch: Mono bindings are deprecated upstream and no plugin exists making use of them. - Rebase pidgin-gnome-keyring.patch. - Make openSUSE 11.1 (SLE 11) minimal requirement. - Remove obsoletions of gaim: incredibly old. - Move Tango and NLD emoticons to separate packages. - Spec cleanup.- Update to version 2.10.10: + General: - Check the basic constraints extension when validating SSL/TLS certificates. This fixes a security hole that allowed a malicious man-in-the-middle to impersonate an IM server or any other https endpoint. This affected both the NSS and GnuTLS plugins (CVE-2014-3694, boo#902495). - Allow and prefer TLS 1.2 and 1.1 when using the NSS plugin for SSL (im#15909). + libpurple3 compatibility: - Encrypted account passwords are preserved until the new one is set. - Fix loading Google Talk and Facebook XMPP accounts. + Windows-Specific Changes: Don't allow overwriting arbitrary files on the file system when the user installs a smiley theme via drag-and-drop (CVE-2014-3697). + Finch: Fix build against Python 3 (im#15969). + Gadu-Gadu: Updated internal libgadu to version 1.12.0. + Groupwise: Fix potential remote crash parsing server message that indicates that a large amount of memory should be allocated (CVE-2014-3696, boo#902410). + IRC: Fix a possible leak of unencrypted data when using /me command with OTR (im#15750). + MXit: Fix potential remote crash parsing a malformed emoticon response (CVE-2014-3695, boo#902409). + XMPP: - Fix potential information leak where a malicious XMPP server and possibly even a malicious remote user could create a carefully crafted XMPP message that causes libpurple to send an XMPP message containing arbitrary memory (CVE-2014-3698, boo#902408). - Fix Facebook XMPP roster quirks (im#15041, im#15957). + Yahoo: Fix login when using the GnuTLS library for TLS connections (im#16172, boo#874606). - Drop pidgin-gstreamer1.patch: causes crashes and Video still does not work (boo#853038). Drop BuildRequires conditions switching to GStreamer 1.0. - Rebase pidgin-crash-missing-gst-registry.patch.libpurple-meanwhilesheep56 16521037372.13.02.13.0-150200.12.6.12.13.0-150200.12.6.12.13.0libsametime.so/usr/lib64/purple-2/-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:24155/SUSE_SLE-15-SP2_Update/f7812a72420d81893e78367ae47e315a-pidgin.SUSE_SLE-15-SP2_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8642a9b42e59d167d711b9921a4a2005e7349584, stripped PRRRRRRRRɒ.h]ouQufutf-8beb0737d6eba824d42fd768a005819fd1144772b5f33000a60a1c70d9e8a2dd2?7zXZ !t/G{] crv9w -!ىf'1AOako=Kss6}41*+K/y(qyu8xN.)K!nJYD`]1 Ǹcq joAڌ o?+7tOlzc xp!sţn"bG})kϿEt`%SyO"@[XsGt]A• KE_jj79 (MTQ{]Yl ̘-mlH@&6;~%L+j)da6NX<( (R 2w +vh !+QreG=ʇJZ=S>{Ev/ta!U#mN;Tt㑮6[ IdYH85F Kc ]i_xR'6ۮ(ĻepF[˛ȴ%iԑԭ]4\tF|$ul$Gx(z5 "eD'2Xoi#{@ n*Am!Y'IM^vJX'+pvgǕ81B:]"#2^ u{VOülRbo0.f@ ֬i0 l0yӫen\ 6~):9mZ NgрÁMҔ[7'[d-:ژ&z6DeXWNç ӟi)=tjWU3e4mtÇ u"[1ku̪ PzГ p~(&Hi-q?QtD{DBV$c_gLcV"k cActYYGإ|ϦYWX, ucf F R`G8;bmk%fuq荨+ nuk㨖øA2{@0]f د.d+`q3/r΁g,;6uV)| O#7mrnLT&pPx$ƖH<9Ln_8)H~YT/O -#7_.ǵeX:!ӵ@^G 5JޣcMFLXX:a JXzWȉFGdYׂr۸mhs6 l7E1|TrN'ddd5tϺ'+ f5F}4MitP?׶fޛwMy3+R4|J`lS7kj7q^=lι-D]4nrBCH bBb͕?-%4!/D#eQ\> o 7z#I>m(ʰd\H"jqШEYۻOjz>{'NbL)ڂZ5#ޱ~m-QGpS:8]XV\FxPo%ys㧨OdE AEb+ejѤ\ GX<P{(:صm#Roa㒘h/iwA(xG; e-?S.q0MHbEgʪ2\&'ҌܯSV:fNjaޔO}ZmՍ jf#i5-%kgLk5 ",\ P=bĘ ݱ!șr~2_|s=;*Vhܨ{yj@v"df>0˨z@PݦHut%+7}bYJ޾aa^TP*}բV=. zyF ji feS^&N,y?Y "v擛.^l󪊦 2d%_OhH|n6إm}}/c?璀\,^ɐp@6:gMh CFP|5)C:8X FT/w?4wnbI_~oW(?IcX? bV2ш[A,A$uk5!E(ZgI%`]Жrsb)E^SYOܭN1`(KlvWJ.&)Dw ^B]õ"HKhyh? y,+}-үz0}ޤ0Ii\7qyxmaa@Mag@EͲY wCn0e\"}6# b\Q 2%<}``OҐWRf΄$EfEZIʕL+!m٧JW8-lʃ* ~ "00虚:LJH'( 6e3$7煅_HG嘄! ̷U$oׇAm"&l!] /z=WV#Vd(E yڇw/F"^gk1~>c)!m§>{Ö3OPENogG~L=m'=ba0~k=A{ݱYRKx$lu 7^7ÏWK<2g@H<54qm0ɻh֧7L"ͣ´3LoM kS&.GJWqҳ½\ i [-8 A1@5jWRTXr}/hL>&0Z㣜IVN_ƒXq; ;WXtRq'z@tϵbRIAw\`啻{ܞ,HǼOw:VM__Nk4V!w8k`(Rr+orC-I8 -m.CK&NXf0[w(,1ۃX`yjE)\!x$y.:TeYW>rƒ#v(AKo0Fpg_o/=α,lu&ÿ5ˑΦ}d]+DZ$jvZEi/gfŕ5W:XIFD1\Siʆ QZlYR}< d ƴi!?Vg>?)/-&਷Pוwgt$5e:lg8#~ ծ O;5o.TNj}@p'2z\0/u(òTȰҙdQ ."!oTkcJ_t6az|Xeye/8PzMZ ^vYq|]W^heAV22PE$ "|NHz@^,&IHF(+nucc`zTMrخs-I蘵F0ep ܌ !KJp+h39K-%.UNll-Ѷ37m43R r]<`pyݝm#̩YK2mG6ab4Z ɎeS}KtƦ)=NKJs38%yv/q8󲛃H9MPylPmL |]aB`!2CJ܏}7%j1(KK rq3FSg7 X ǘHgZ$xj A˖hKqߪ\zgɪ~5W:oGM4TH{g؍9X@i{tX{Z~m+M t敺)xztZpZ1L|[4TӪh#<pcF;\. 8NIޮ@Dm]ozHd&~[}jBh7(:ek'iYު >%/JZ[b`h͕/Ak&ʷ,2t EU8YM 4%QInI/`Yg B~7v57S񕱽[S.5b"ęZF 2D_5_K?:{̿ %GM!Pov}#'a$䣇i )^UzP>xr–xӐ95iߨHed ,5,m8V+Lڑ6{Z{(L.If,%r˜H]e2]ZW:.T J:l/>7a)1(juz`Mg"6 f_::)p<t04.04T-j&s8l]0RmvT$Sob3B/Jtqk=Lִ'8rhTLWѶӔR`xTٛʍqor"BɝS9|)l|o, TPgцDIϕ1}@- #q]L.Π5[Ms.75VUWmqN'9e+?iZ2}dgnnkAcJ>m  Z b:  M :LlaAр|dhbnE nۨAKl fbΥ?sr4;`ձf' JjA1|](0'RքRTڋTrΒC5J %)Bzfj(mN^3dC90ٱ:y׺9+rѪ1{s_UaE*UbuWI(ƪQҚL fq7_]BLc$F "!c֢C! Nh`I8֢Nf9c j/.ؚsvSbhuTebIsh `$r O:s\c%1"ȟ%vj3:':xxP@ܤud S]bsl/eh+ 9uS2@+*~Mo?voʘX(mQahŶZX$SۻUpz) (^6í9f]˯s^Rsvޜ͋e!xy`ٰqTF*7`#kQ"~`clWeU@!_b'FNI7aQ`N=ˍ^0P h/1/ve{2[=MXWm?s6;ذB0s| 4܌S9VZ$ѧ1Wz TCV;ԷQS'S|SET7b. Q@) XݥϢ+nG {)2,e, }FjxMفJv){w[H:*o7@`}IB;6vEc V zՑȎgU`o[bcӧ03{+rDcz#1P~mb4W/ɫvd<>v3qȤfL^3(K ~_Ĝ=tmfY$4G2ҡF\\ID JNW;NRiSR1Y?ĩ/L So~!Jjsv&zs(nEߴDX.tCX5BGЃ'}-ڡrwK ZpK"Vv*hys3tS1-U#&+A%b  5,PqfqfsC6f(% PFGRpvG!OuȄ [ B5,f21'(xxܞ|mD7Ǯ9U$g⃌&dC˓ mD XYacR)foķ?vH Łh@%|x{L,-X*ғ-UV)"ѻ?8O#-EY%T0۾̵^ilk#w8iYM*&2 HOYM+Eφ kR.6 M "ǕFq&hW?\Uۥ`BC`vocBwxurVg"-|y) `T'H;س BHL(XGQMtٸFmȐrмgTo}fpv|lYtME+ݛ㰦4B5-X}fo[Ta~ظhTq˓[~ŏ~~C55ov$5vH0لU$ `X όz++T hi['32\8(Tv W%%@,1Dz)Mz&ʜGޔ?]\EjNazft ڣR\y!Ƅ.@=Sz5xDWDWR4sRh♉ϟ x$-nOmAw"} ? ~Y?(_qt:1x-Mh/){*r( Eds0TCUNRaGW*O M-/ + Lz#Mh ,8- F'kDB,DgNer2dsa%(˻R._kס| Ԍb]gyL߃*2fGAľa94k2ra0}ArÜ@ư`ԏz&9>xTȬ78JX{>Ǡ1a˚S2a_C`T1퍛5mr+J}z9x76Cs(ugWb\P{r0U*b-a AeC[ȫfO!|ݧc"-=oܕwB kY鯷C8OW&[fA75SV7anM"Gx#pB\ ud ΍7jZj ͘u l7*OAߴUn"K6|Y{ cmeYRU ͭd}Cx twd>>f&6$2y9fsC%J0xtqvh 0V:?>/ӅTkqJ(sw"7qW*nU SQӗQ(V);±F* \w&d*ۃ 'X:I 3+ig5E}XEGv^ C5a[N>0)0f_75kX=u䗓&xԒe֬T;g!7F5n6nd``b:~b+6׳r{g6?E,M d,M9E2u?F%FzChكO3Ƚ So5oiP(l/퓯5cҫj ΍ej@~ %ũQCyR6tl88rk3ef˜gY\)"NןҊ뼟X%ST' K?o, &lz G$tVL"ӄAǂb6<Wu_U3vt$+{j~>GSMWм7MMEv"H}Jc!@eX|]E%XǓYҼLu5`u9ɼϾO%H@+7ϦDh%S+\TuHXd[p}~졳0"wǶyхl5vI!^k,e7PʖW}뫚2&<^Hk_(^ qU5f_栎"p{qD@!}ttkzTX'[fZ(MHO3 άx@Pz ]+!LP1ȭ~NGDQXoՕIz+]oҘ~BRl RMCo۷]j-E@0&Tտ8]Eceß:!XClE@YN''s8x_H[e7$RVL"u6u41.&.0>b+P +Ep%^a)wMb6T;Y^CݿV%NQLˤ++OZ-ϰWSWv?eKAWĖ!ɳq y9KgSF(iQV W"]nCf t"b_qُWʹ2> h>D4i1t guv ys3T@ /4Sj92'O}?%*Zr-CG17g;.=+—6n$&>3LAn#Z.rPe!q*wM촛JԉL +Ue{*Tr 3k^ -읾@X @{1}΁ 4%eRDz'E Ghj# SB=3s>iN->sz/ ѕN9xx% L;5kՆ̈E6qaVK/S٨LO;g l☍H"?v['G֙V!5Dn5'TX 跮^N{8Q6[.]"l'.AJ5bKڞZhI{8 Fݞa3p*;*Z?Rd4\;q@'/Di-[,qjBJE*F.%IaN2 Ӷ㜊)o9_o]3"iwޠ)^VCK%N~a FE4?%tqQ6M j\`_ň_ȺE`pxw#uƸ}un[d=>h'c }F4!zCD֡+ɨ46|lVw5p7B-ޓ ln(B- G}%ۖ^E ͩB!xln/E#q$$ 䲬  ?%R:e(ԱVyYf=^We+16'@ݥ1~يQmX`>m~"3&0 Lf<40eNaV#WYG_&4oh ZǖE)`wDj?Weec'"jGH^,7]v  MJ-[1QU@gf~^^XT~ g1PH{} Ĵ8-t_T7eq4X7qҼ`y,ZEm 39=)m[7)cuEs풙'o/;EaD oF~&d)`AE\ nb1Pۋ*[Ija8V5ޕ\h)z9y% bk,ޞ8;92Q=g n7 L[%87SIdb)-4ԍm%rD#6 X<$Wy)|Gm84mP07B6fQW,"ܻg&ªHcY9Ȗ'oWr*c=đfSHէ1&` M % q˴dˡ"r#h^qk9C=[XץVFV<:- }:ˍӯ(_ob|QkIjo9҈#ץ-w;syNlVim--,[UZV$(;'ez;񖌖nwCOȺK݈j+v΃aҖ1UXt.] I==/mj9̧N]NhzP(o'+&:UJ{mې4'CRl΅B^z-npH/OV1Xݕ8ay) KIa =S44cIϯ ˔X|L"Ⱥ,4[ PI+KW2k9w[\H 8Y<㟀8؀Fv/RU%Q>9>e8Qy?:sJ&_5ɕ ēνJ󞊪/E}n6Rir?a<'zp^ 8͂Aoz!+_=az/TD !WYz c&E*!SpOQy86{%H+Yv+Kf,\뵺O!=Kakm=]Viȇ C>u3񼆊Hw-B#h/b xTxk i(n-Ѕ:"d$hGa>`MehɈe} ?R@8ldsAʈ}G83߻ JIڍg+JRpw碫h,T]/ :쨏IϷ,_6HX4 ;F蜻HC)anM͎I0{n|iq҇|ɴ ޑT]qTn?/d:TBbPVepsj2h/ |tdWke2Wy.tGm]UmEFYc );WmX\O܏$/-PzaҥjChMcbLԔ͗vDORCO?UA)@{5:t͘v2~aQGE)t=ީ3y3aТJg/ bE (*Ԫ43/xxԳ\d&V"1=25P X#Rp5I sQKv٫iiu t !>w @UUh[fZ˞ +וQfIFٵϳur[ Q 4y"bg KASy#Hw)~2 B4~s6 Z{!xk?v~X%ŝy/omSQ?e.SD=;l#=*>-z' uJl*!c&!MĄhIxĀf3'9"Ċ,pO\jt+.lP7IOy8(5żt[HڃAsH9餽/W }fo936a;gi-¤!4"ͻ^(7l'k[#eg'&.(KE2JrD&1 2{s~ȡSǯמdF9e hjphҒZVG^nے]m/fП[2?bSrEW!.jlĮ=r˔4"MBguyW밂tzZŲۨ> 3Թ LsZ n7AWa!FuKC,~?{l^DbX"tf|APWR/V@Q~5`jsr^J:3В)"@P/\2  "0:D8xea)@,Yo`Ku~I~L5t_D82Ǯ%@^:b=dL)>8H9% GRuKZ}?t+ݶBxC5 U^3u`KwGc-^O#b5;1H .CckX#_Vu8v{=w Jc~0Qpgt !>+Cld}!Mj(}'zk"-[N_5wct݊JBcuD#PS>f9;]0 2&{ÈE.#jʤ=uK;^#.6d^g`\/'g,O !a)Y\TE*$fF)FR5 `(6"XwLRQQ;S^sNE$yC2[_>%gͽ(.0A>V8xo5D2c"?V&9(/)0%+ߟ 8 v5>L1βܙ^6p0E.. w^^xD":SNo؇3扨6l8f8l)CtHEVz:]ucom}C !Ov9질?BѨi/?\MH-P)(6rBkްsB'c̾\4nXaak$4|T9|~Q}pA"V':U2x{HYޓ/?gژ( CH,Y8R/{'Fݣ*Vk%Z{ړ3rǤvAzJ8]7 ^#CÎs@z4 oѢ΂%O,]z݌.鋥Yr^M1c ˁ+*9g0lT/!5/teN!& ljo~uLǧT~I(ەSSK=o#[Uċ^_SJ?ذ0~qJ_zK@\N"o>TBKfwzIz,X5G(+r m 6 zH$[_Z:q֤1h9q$Jptp΋yPӈ(M9<7l5RV6!·N&OuMHf'0]Gl:.ei9 X0\RGE #(K2=R y(BǐEGwX.h,nUG&`[4H{Bp`RKa~+`(NEPKV vFIp5{#IT "v(?S8ɼls0):xYWKsT,F!_?]Uk3Y+▨uIEOHmK [4 6/wW,! 8aJwXv2 j%ufEZRi-76S1s%+m$Nk6 _<.=汎MH0>c3ЙB\zt%cPA[64i؜)XN&Қ7h0E ݘ|;Y)#eUl ǎ[#K0pU}/n;RG(ӿ̺Q Gr#;5>yM;}D~+z-l e&(A̿Ed@`,<,[}<E$Vb:Z7MjsRr~\:-Þ<_!Z덉U鲘LzS.jf0rlCW-͢Y5w̕ EFa1V3 Sv;ԑwܘZ ;ETt! |pC"!݂zoVƠ*U8dQ{ZǤXFǘTVRd1 oІtNg} ɈK1"Έ@ D5̘jdw4,<=E]7 iuA1-un$v7u4U"_?ܼͅ.ןjl7iٖ:xqDzm.Row\87ϸ*ȵ*Fڃ|KA=P?["K?ۼ]22*#7+1MVD {|;Q; Y86@+& |udz:.&moKB'F O_ќ!㚌CŘBZ1an QacTݳu{j6EJd=<8kژ|q?39erGKGjY !Wʄ&Rh4ƙ_j2^qKv^PPZt2>1+:D1Dz*fɧfh'ց׬?(ȎIď~Ai6A(1lTH{͌[(/zzfoA6)}t!euAK =Fzb.VC[W@O;0Hڹ(\Ley @ӡ^֐\ >e. )fwxW@fU7U>Nģ*|Q C36&.$Xq2%](-#ɺ΢XdKZƉ-+}Ā^[mi˜<,po^3:SN.T{r;ڿ%t* `*KM8Bw8k>.罵G$]KNn uI׎KUi&EDzC/=JbW alQ+ǚ#]}ԑ B`_O!v 30 X%̧iTfk?[ wM%ȴ:KBfqۭLN2^Լ@b?CSXq۔;RjHh(> Na< ?r]%oK7!,:萪LA[R(ׇJO}}ӢVoj^vQþ\T:#\%4aZ.)- h_ߢ!-(W!.ϭD>(7V"`as ̻oVD\,|4 ܡ8ވ6G AK_,:{ @w:xW.jܨ˲h\ 5CI5?C֙!C Cˬ ޺ *>G7nyKv#,n?xm|`ǚ^6GPKBy`+V1tvU|QAe:/[^,\ԄQtQ.l#-\JNx۠~f0(5fB;p-my4R_̔axLq*(R#Ӝ`A 鑌(R0RLeb$%濙/4:-3* Ia9'㕋p5(ZpT>=𽡕.o; Пw B=hw~&a8g*v}5iyIiƕ>^Zd޸ $Q2e$/95sYW UZSrrW 6C$#hMUNT>f&n>\&5(_LЉ7<\Zchl(X=w$15lb΁_ڪ .w^av('XsTjRj#jn8/~*pLܠbˆKۄ|K7Ibj_Nm'4Xe:Ep"qCa=iCg-q]8r>y\).mDWf=ZPx>`@&XUœ_8hBljJ8~cƩ޹7BOT .9FKu ,\VٙӻЍm=GH*JBMWt+= B"qж$^ Ekѐ B rxIS6 4y~pn]5 ٭?F;:1d( *!' uذ5 F!G ~m!F۲1+ |_~3zqsܲsPtb6,܎uh?byR]˭1<'-稑Y,v7gfq6x#ª &%N9NU't1٠]ZٔM(`F mh0KxKTԯ!8Zӽĉ/qV̸+_6Z1ݼ+E\&-Z'!ׁ8JHڏ>j*c$ 8-C7OmyMf5շ)cEw%G*|DxP(o0߱W 6 d/[T9xs;B%A!S,Jfw3Qͅ JF/J &eK$Cb%ܲ!WڛO7} IW{L}݂UD7Gev93jTG.sYgC/J@//]_KT=E&0 VEHo-VkSbȟ!q߮AkV]rn0Cߍ(QRAw˰c:3OE jl\JކxiaJ(;8 c,; mU`m ?kû &7ݙ5ٴmSfjzb2:bi%jYeq&H=o# cg Ӂjӭ+0LcܻKz^4M5A xk5ߢ6 Q S`bh&JkdV cL\ y FڡsV]$Bd{Zg]1m{Ix>RGBf@G\c‽4Ar2]@!ʨ@c w~6MO[$3{e'*kp%p/:٬#Q\̷PـA cI;#=!t&pׂ l~1A_^Lʳ]݀&[0R6oe\N7KX\ERȒ5"]{ wk#Ϙ?L'EdofXSXMn?)HG;?;5# Gh EӞ>:C0уpuS-o\Acͤ#0ڱB+>p¸>ܽp R; q=Z$L3[ç6v1W-z717/Մpo&ϺۭB8cn[eHQT ¥u9xZq QKLA@nr%|v(h[zǰ՝OG6ԴaYϽZ"k:^ Z,¬}+(ؠT)NGHv #ι,>Z S_Ru`uA3 ZWЀC-\ ŗE]F %DF1}P'D!`acyQ-yJ Oe]K˷ťQN[DdMmu, \RACg;hƽg !y>Mb${|L{%,Z҇[@ @ח#]V´Gnj*qg炝GHNdj #vp/w7c؅睈N(Ҽ,,]>!]VG{ ["IRbyGB(>I8jN1;|tDɠJd9kQ `K9%P_eGIoQ "}{yhP+c^RA9F׏tf^DrYԵ \ RDXI|wVa4f$UMS~s!J=/}sZN$vPo7ũ$~Q@ G>}(6EEƜKdzcsL=%6X \trr7 ;a7^ SfQrNR,{|.9״}X=xm_)yG=, TlŨ@H:ehS;J cc} GR]XNA >FzxY&XvlPyvCn4+)oA*/(BbSu9d8ujpz=>~h L}87>'5`4MIDO\MVWSG;%Q =y |)aL\9Vygp+SͶQ]ݷTf(ШƁL9xBv<Qg1dČr.^;K "s?)ew-=^ԁ0f#&LdKCX?Q=22js}&Qfj=3L-xH7H3;U63)H1|/S,K~h'6G0I~Jh M}?A6j $>{囓S#:Aɾ 6< {y{ԛ}Qۡj$ZchQ\q16RL˯Cx- 4'KEVHVG?_BM^*;drz?ۦSſM^ވ>t6 Yiwzq.@|BO?dLqUj_e$Zt&a`cjlqtsGzdo>댇mmFIvq{b`2Qil73dv?}c5K{F[GM薵"uÑt.EpvK-zO>8x7:$e{/x}hW\HDhة_90KD j|<+{t08 iVcj\"Zt={Z*ХE5=\ZApX۳\y0tشGuz!}%{p 9Qk )i꘏^2g{`il3;IRQi29Ma- b$';1K_KpV_[=ww7k+9TcPc^W+ y'v||$d$S4sHr=L Q.$>BftdlD>{;XzGKGnR5"4}}o6F9wɼn,ፍ0da؋_?aE`T>SGE33Z.f+xՒufCl?Uub`k˩UP/XJ͡0 O[Ø}Ш׺EstLљ3f aF,Xt5ȅ[w?(J7h -oc{*KWYs%{@v9&MItoDCoY:Mc8mC=F3KuK x.Z3F>ސq#S酞QkOs\D0ؖClj ^〓&}^nBzLfWA٤â;۠FzQO}ᬞM2s*xr/ϭY-WБ!y".%ACe'DlkYj|en)s0zhCkЩrTeT .`޾*e6'8`{G(f9"UJwJ8mfKoΈBj}`la▶#&:2CsUBj( { g,R'[UM}ntW3⺙ݺKO)cL0;MҖ鉴Gc|В{Nyh3AF˛ Y)%|}_uvpA@ g}#2(kU70ؒğ;r$i-> ,ֈU-%wufW!])F<_11Qn4: c&IU JTzU;?]Yf̓ ᨤ4ixNfi@n}kܯ9mN4&)a nGD~R\et3FvB+Dҟ<)})5>4L1z[ bVy0$(~:gndrѝOGl4=-.oXT h2R?~,+:/l"|r~Ȉ"/0]z1勅ש7+ī8m?6-RjVL3r!Hb,Vߵ?$-^8ZB?d n_m?PǟyZwpƃ-vOqzо|2Bk}33BZ҉Ȅe^fTP=Pz?*S\+}jGa n$v9qC r8s0oZP7 {3;geDc9+Q"ە zaqG+\n'~u yEg o>"(|q *b`$6Qz~@vc;q.6xpOOzy$LVE"1B ahYf kГL`O'/ #f;2.`l5ʹ$n8hK/FXнX4Np֏uNANm( \-<1O=/TFmyۏQ IT !OVUP ZXUR~Q*V-5i"[ sC(˅NQ5d,ՃS2(FΨUX/h.qܩ<Qh}|1EǺb5zb b%liGY"hJ24bd3 BҘzU!h5CL? 4NrB,HRi\UN& Az:e}(r?g6V"vB*-^.,/ Pj'G׺ =AݬP>HI!_i ҥiHӛK&NThYϋiy4 2jM ͬBaonM^Ż w#7idsM5ׅ^NzSNLcnkpfA.WNkTX;&#adNI΃ԙw/nj*]58>lB"-"iIڭ$ssPB-ͼ4d66RF'N(I lTC=@4 \< YS= M2iשb5TꎂhZ1csPyRZbHJ5>bՅԟ2k˥czk8ٮW<)Æ}Pp˕CSZI{Lzgq+Af <>U)X ႒_wӥwaNPE?*{ ,-r6z%Z4x-aa=)vEML-|yxX_@|o٬yӨk!#Gn_^0Z+/>in>gRڏ4aA{[j L[|;[X%aacU~7Vjۚ'4o KeC9r9x`Gܲ'HGW,l- YosEB0Qswx4 (~c%1znt iHY4CfDu/i(.qlI5,wG ]x/oWH"+9^i>C5YIO k2߹+I~BZgnʃE$h/F:UOo 6b8|4DonfIm oz䦋D"7WΎRH^*IOƱ%l˿%p.L_dt62mLd rOmAdp, ۼba\ҤL,t`r,ױZ"ʌ\e9|}QI{ΘF\N$ 1d^OO#7CuȯCEe!%y {s;rhs{HgM %I 5[ȹSj*dv&Pe-ac^ݛ3=h8[^W~[$v`Ui):%s*3f#v jlWDn"SJT2f[{TVB+[ H@H!ʦdJ&e(\P˶p'RĶT Y/|Jw:c6.|{&7܊bFdmZKJAǏaqj]m_w򍺰pݣbA Ykp5ٕ:C4Qzi)S.K`j%3ì\=aӗ(k?ǐY)~Á-ưa'b}gz~eyN`=;ݲA9Ov>Ā{)H˥=j,}1i>)H4qk&qrW r7޶P/~I*A8iqI|NK]\&ZFbˑzS{ʼ $ ޤjC9\CC,jl@ROCSkQiغgKJPkF@J1-hӚ_Z %Ԙ]e$! }G yN`n`Ȗ>m=ept8WB2hG8F\'zq+w)ޓר6OO҉Ҟ $oU"$ƃ]& ѯLL &vXR7Z/ay&MiVB#bn^!nς#fȴӟ YZ