libpurple-plugin-sametime-2.13.0-lp152.7.3.1 4>$  Apa?$/=„Hn=:찻>~21&쯙v͸< pʫ_z.,ahy6_pAB ?Ad# / f  39@D F H L  , `  (8 9\ : B>F>G?H?I? X?Y? Z?P[?T\?\]?`^?ob?c@-d@e@f@l@u@v@wApxAtyAx zAAAAAClibpurple-plugin-sametime2.13.0lp152.7.3.1Sametime Plugin for Pidgin using the Meanwhile LibraryIBM Sametime plugin for Pidgin using the Meanwhile library.a?$nsheep858openSUSE Leap 15.2openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgProductivity/Networking/Instant Messengerhttps://pidgin.im/linuxx86_648a?$h38042a8c27c1bdbb72ed1a399c26c3852058c1f18531be6233d35acd922597e1rootrootpidgin-2.13.0-lp152.7.3.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.1`s]@ZZJ@Z`@Zw@ZZZZF.@Z@Z@YYs>@X•@XIK@XGX43@W WzOWi,@VU@UM@UUUTC@TxcTsTKTJ?@Alynx Zhou Felix Zhang dimstar@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-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-meanwhilesheep85 16315280462.13.02.13.0-lp152.7.3.12.13.0-lp152.7.3.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.opensuse.org/openSUSE:Maintenance:16940/openSUSE_Leap_15.2_Update/86d923da69118876990ecd2c5f7de986-pidgin.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f956d60efd2dfa973d9ec0a1baf9a008f3da0cb8, stripped PRRRRRRRR_?#Duy' qutf-8612df2c97db716c93f6fddf93e14737fb01e94be3c9e3702a6618cdc6ab80b1e?7zXZ !t/G|] crv9w䬴Afݚ%z^Uvnѭn_`ta{2VCɱ9,>Q68pĚVe^y%bkV:.3jLw&]W6#&8s|.f9WOtrK梀h9(ق^ٸ w2p`j H ƒ?gIKťeHc"ma~-f$j(j*-ʱ2>sܔҟs]J=kWAb'?;\؅˂c~FO.6[m Q^e].1V MV:n+T׺E1NXN>i eݰ|OsоevKZ>4Б{o̪[:u@N1Y j3q VrjN޸IW$#D7/YqՅzXA@lnvTy|'F@VJ1PkQ(sIuqZˤS`5B;'>l|-0+Q5$[.j@_Q1i]츈a6bBzy%y97sɗ$X(%PnE<-#"YeWP΁0nuWW[vp #}K)˅CHi[>߫TvaxJfcXxyyRd{["mx{DaZtY?yjk i 9cU<>A/ݘVL{Pdө.i?ONyv1KW V g^n{ *Ƚ L>6vp0KP)y /?Ί,;Eɒ5M绲1xɍ4fKAst8qYiJkܓ8w *+OΌ&bNZ^zSG,;+}8y?/-NLD\B0fI%Gכ"`7INvW8it^TO!/jrsdapLI+q1KQgd̕MNd\lMT3̶LNB" _ RaD=%=Fi]MF"2'2~9U͍5TrZuv ŽP./o.*Wڼ`4|`%&z~p/0AE,֕獺,yjtiu5m*n%`9J(M8$pvӔbӴS](Gy.=g>8`Ha!A}v Tfץwdb;MVw(nCO"KjľF"wjh M=X$)eZ:6@? HBJI}^β$i )+P @"vU^ӽ Rݒg-F{M.822mN70!3.m=CYW^8wr ‡&H9RRkNY!/G\OȿE{H %ksA)"I7 ryDR>`~L_ ﱳ=ƒ*[`E€*HE"v Gg®o=j "99;%hrMR=%a9˓FഭLk ~Z<{n}`Bޱ]w$+{N}ouNFlbL|kވ7'3JYV\`h#CK>eC1.^xMRNB,3 *_`d{YH,ҫݐ/&~1to+mocL808Z| ,(C߈(B6YS!0^0v%09ÃPfs >} MMPOx7"ʶT!9ȞE6TXVӰnl@@kl4sz"dR-dESZ:[۲>r_|q!$>^'`-{?x%NedO!Psԃt\bҗn챵@R<`(V#9&ǒ-K|K氏䡭[Qmԅ7g*e3ib'q,ԍ V%G=IN2Xx%|}Җ7M6wLC׆f }hH<֚3{[Œ9%P#mʐQ'] _pA}*y1iy"ݔ<>V2*<,tW]o {5n?$+~F7͌t\t(FɠYh_tRkRȊ*<z1[BWGF""߂?n_shq)QO{2I+ Asd+m\vZ^g{Nfԉ)diF{fT? rb_ m>sC~C6I'C&O%_Y|?TbPA``?O n-ʫN~F蕟UĩX|QѪѭST[rQg 2otj>z`W+tr*M6?sy "XyXTH؆+oafxǃGJ[?rM5a$A؃RzuP kb9l W=&3`0f˛O$gyRuc&љF˞_ /ѽ뼣ri\% &amav-Ƶʁh?<94y\a=O Fiz豓okL ieF&,A6BNH&fb!\Gr?[)%8ɹWLba;Z>2LХj+ g֘IQf nBCsy~MԚHdS鳻03*\q8$niRs\CHCw uARPh|һƢ|9`vA})I$rM$y&4QME6<7 D.E$!zyA|4FsƄ˩!T)(4 Dq<0H `Ts ?4cF?{ i΋ #MN=)dᗍR7Uƚ͎L o8 Sٿ4ˉ=~![#=~^J.%n OZӿZ|[&kDthh7 ;àyb m'{ȓo}^ޟ-RyÄ ;sFᘉ!ȃ1;l6ʽ70'Cn\.?e.B5{TPf!PRW̄TϼvXT)JB+)63jf^jƆQOx1gZ-c a\&g|܏:fi7cf1ZME (X]@ r}̥+~5a3&] 8ЈH\QF,"~J늫/<yp#jn& :&i=aPZU+Ez[^elV)`'=4׸qq+=FH+06?p%[UdL]{xJ\=89 "r!tOjA@im8eaY3D;Wj8D.4 P+o "k&l7"î+B>k1Yd\\3,Yxjmu5']E1Uf:.D B`J̈́E$Uv!4rþpGw!+=P(HI/=:=h|{.oGk}GAyh=qz"|DPo:΂Wխu)X3`6N)rѳ*\sFAxAd%+==Ͼ FgD}Rx A]/l`)HR *Lkh ;3H".ʓHohg)Qw0GK՜6A0ky/jK%gɖ?1ùUer=)|Sfw}h3|>_Y,Eʯ*[`ɚ!0 HWA? -tcYl?Q$vWQu"1c 2oyesxMR4%ϡC׈: S * ɋQ&$ȩ>3%rFhJgCF-kP~Fn9.4yaR#&KRS⌺U G:D9v#W^säH8.[} GB\Su.7s鉩{]lǙ;}f,3s簇*p]UI? u Y% l ~A}0r3TajsXCf>,_:"<4[ rU:+(+]T|$ׯ{!SovG|ֵ}f QE7yTH@;TRim8E8QQx~$2EdM^8H.|Cxv = d1[btj l^gΰqoZl4|MVl*l*DuI*&߼@3YUf#|*JyHԇtf0/3Ie[L2cKC+EKb#b]]qMMGƘy?M՘GHqNS[ae-Ꮷ=gwg{5J,nZ&R,n4HϿB$VáRD[Ldf:DIpJ%YCz$Agv=C!iMKvn%UXZJif2cibiيoL6*bH9r2u-7&DR֝ 3Dּms#.. /fBX %&,U#1?`XpS{‰~)t=Lڞ2⁼,V~䟄3];O#Y:(7S$2~4y ms36lyd*iލ#ڮ԰LY-IYd!`UFaa^V>0DׇLJ5,iEtNWWtPo9 V%Y;oHiF;A{,t ͶT?p%ok77Fept|OUl+4RgS_V)Y(hWNkƑPb_ɋ"ǓI)CR;ͭ|m?J1!׹XE?],`Z572:5->jk&V.PF<<ڵlD :`t2m<9`(HuN]xVͻ!Zp&ft5N'Ci w]!\? ?1/0A]AK'd81/)P9j'`PHVkl ]ras8[Y=S )-.9~ZLӊM"z'ùTo&e^ć@@,n0w䋶 O9 `sUEp@Ē/Nd {_0r(v1#@GljY=y&q!𷭡yjЃɄIj E0:$=.AṖU=7ahǏXoʻէG ^ 96}k7iX&WZa;7xon]@cx9oHp6ORĜCꦻ L=;؛b!)bF[]p Wz0RY![Svn" ۘ 7S&MTήӘP 3*ԹyySk*&Խq =VO$3q\Md7e)I2z4INuh2=#aO VOx5k/oqZKo{2Bk3O?Cϩn.hh]H'vp XL]wKX暎I X"+ E.D]$`|͋¦S6W oOCXRgzTYm5 'P>uȾzŚ6ٱzcEHߪB(wc]ݻ([DY "%}CCNTa)@V\#0ٍj'jYq]>`bo&|ZxDŐ4 ̋k,L'ɋ;O!2-(2WE] ͧ'5+r^iOCE2 @sn l59U/P2Q3 UrTJuQt +@1!YYJ_z5ZNN!IAIrH`NF/PBFl,-W=0'T Z~ gd#& Ӭ1mx~7ugo;oqڄeǞ-_tkϼO; /b,#Q9 U9fWXP|1_02:PPOlg)Ĝ[ƪw D U~(0(x͗VEԈCN'Qs-+|n7Nmk'"46J̼+O'*eiIE^O,{lra|R'mzgPؚ?c#w9A +x}ُ~2io mVjo/M/%訙9S i=3yYدژ [!!_yQ}nJ&8䠅{X;[)L7(Ls@^CV'B, 5 PO58񭦳 |8pӆ`D`fΐutw(2kvBoT5ka>.i 2:P5j6{Mk SG!"a^PI))DcPrJ0G"aR30Tj<:b--f)e6GX=@1^19VR5ZA9^JJ*r+{Ĭ_+jmazMH]ey2$o6~l(r$?B+.&`HU+K]D_|*O|װ(7=:B`k~Z{vyYބ>P9gD43QC$p$q{l%l;57\2 1f.?7g" 0;gпj3Sp-fUKlźJ'H8 n#qI:(&=fA 6!a=>gJ䩺t͚LPUT6WesyXjRKLǫF RpUsuz,[GؒP-`մۙ"IHS$ }Sc:,Dߒ9{>V]녅/XfA')򬵩S+R8{RA j,J2'rωYmJ'*rJ:{nr֋"٘DG ˏ,Pn%_jv͵R/vE(4,[d,3]HlOfģ0nWJʀ?dd8Dʰb;½4$&8~&|{fk!i,W,=9{pUf&­} QAYfF=}j13!{_!LпAa?~12 &'r/ˍNfkFAu|vɃkY%vzD~q[H;pF"@v_]6jCu~y [iyKX{p:e=()M@+^s~0PͥZ2SE5O% g*-&T>VcBv2gpߔ[ 6 -%}Fk\j6\TJڮp8 !4k>x:*\!}aنܱ+ Ycg>H#!DB]q> BVgBYNpGKPo?[N}8:pL耫tݩ]rl7zuĠ떺&0@B]3ݴr;3Y)=?K0Lpsʊa޳׳K&o|>H*jJ.3Y TV-?Һ+/Lڰu>o;&|mq7|+70Z$]7%(>X&OHMωԅBŶ.Us1ZWR iFwBELc1 r&*ᶟ*udb_ iuIDy-H2˜Q^d(a'bG3TrK#<:|͂9LH;jNU5MPӐzDa;mܗ^|n5q(&|@NJN̆:{5O45yUX{Yf_f'ZD.Q܄ %X*VGzHP&A9mvd!vhm#kQu[=GkL&/&gT* \T†/+J/I%CG磩˧6k*/-M>S㍅ρDN?mG>$HŇFG 55yՊ)M;Ȱ%wcbO9Z 3V_%Mc=c䰏IMFen} [65.=/ADs F!3xVGg#6;~}*_ҿ.[1a`2 &@,{3XLInX؄aF\Ȇ'(K-w7iz0DȺD_Ь焹 '~ 5̥A}0iĸ\;(m>HVG+_ P'9FSe@:A1e,Kd*>AB#Xn]&lAd ƃu*!H޽Pe) P<3; d Q_I-fz X5 @:HKrʁc}]=& [ !>!Q"47 ԚV֢{' !Ř;CLpzyXTI^ǑbBeoefQ4B)"TE!I~b>(eP&6fo 8@3b[(u7WA$\o zTVx |[a ڤ,rB 57~_|vž-ET"^CEi3b hSG?힇aݤ s@{vkS jzvْliM2FAm9d:oRkD0+#Zex`| cH!?w =Uuqq 9⁻测 .G92J#PW/W nIˡR3*˸GgP՝(z6ucrj)mS6 ri8❉sɆFW,ې@R <E! VK*K!t!RĸA1>XnIzUHLc0LM>{O_~='ovP4T*i a^1%CD,D8.l>˞0F`!+*NH#}(FBDνy')u"8=Ȯpf=教9U lr(Հp#ٹ6F#^B^`lԺK'S{\ N6Xtxa5,7ޤKb % T6!!_:Ȱ]Z5 :1Zdc pMҰA 0Y;>Mz ϳEB$3x'g}k0`=*&BȤ#jc:ۥa"O![9p!#g ڃ]2t@J;胅4FjZ,ʡOEt٢IO1ɋ s`+ %(oL7^V(??uk\V)[ɟ뻁x4/tw ! <-4S_Mh8ejS+9CQlO+咒j>"WgTs3{V/AtLS o֟7W- ~o߳wE_g2m]1:%:Qn\LMAcFV0K=a3GQW(:3*VS( RgQ`ax"O(4 T2nAzc{ 4ށJcp_6.,,:iRUg;\3S|_=B_i'E>3~wqg)tSX[Te+Mm,f3,s{ gSzޕߑ+3˟.ВrWv^ZTrL%x(MP}qv˪-A)=`DQG06o.󻒮}Ȕ^!gS FY][Țc{-}3!Vz *~=ɟ~P/{ÌrΑ~$gtT8\F4yO)Ü&k {P¶UT6_Z20)Bv(M#mnnt=&Ԗ]ײ >6RQ#Rǎ<9ӆ@y3@\Qw)qd \ i%%a$>a e|ޡM66ՋCF̀<ޗwQ_,|Sjpj<Ľ?$ R)GcJߡ4k军JqU3U_$FF:*zBkpGrZw*߿ۍəOM6/j R "!eR bHO|2!|m:<$Ri_G=]ꢳ%ˊ\=WU:̣/ dG &A\T^xq&(ʅ%Mj^0 ̌7Y'3rWنl=УEϓ܈*^]^W_OY-Wjœ9R\kx`W>;/G8Cn8f[9m{KPz5U[ Jp--sˠg[Fg4G2i& N^]t^]Z@6T{wMd9TQܝDUxP8xϢ\<d+׻՚~H24fԉ@y1h·=wt}Œb:k@YCx^s$zl@ -Or/|Ea_`5nؙ]hV1LV[P?@2O@瓆qjȨ7x_.N7# ĝ$bY|:Q̀5K^0vh l-PX: N~̼c)uI`Mu8nvUQ*_̒hj,ă *#aMlΈ̇N$"׳kRowp QU\%`f)S: ы#L"G!ԀjZeM#!B0W:\S\Wzr3@##uyH&&(Xp1 wZq@oƂ]ګkEaH M`bQa|Q<{N6̳ ]Vg"~ϕIM1G}# !pK8&?{* OL2Gu`,,.j]dB8Ըy 63184}n}kR;#2g1_m dQ#ϳm%Yވ pϏ 3P3.S_Vm b(R?Y q;ѳE&+ϕ}rl e\l쁮bيq*xaO8)qRWK5a3tleP)ummgMxLIt\c֠TՐ[%cV-7= =NOoIB>7UW8L8KkFT:b1JM9l)3$qIitC mOn>аLAa[%P֚<}E/i,`$LHMs?J(av͘VeEP >$w1 Gp^:dZލk|pԺ L~ CsgBI6ehϾF[Lܬ ,{YX@_w1B|7>C)y*&C `B-54R-%+k+JBdqnCv=טTSN粗:NGI[6)v?G=k9,VC\UP)Ÿ8p I7 ‹'1R}ί660L@69N:m>phP]j`rlzLGy%ٰa&ւH6ْJo ؝#Xɾ۩ZdGKWGFrJ0m'MA_muTŃ%)w"mÞo#((MURUqt2O7?]{j.n濾Jؼzi$)1PF:zn^iRl:v$+@z4_޶Kx yp]0.ni ʹCb s&efl*( gx>/N[+ \1mlrФ`D0î13>ll>MwAoN?jRw֙* -Wfj[fN{Xޓu Ad)IKK1;ś!͆)[q 4vHBHƺf*#m'.*Ǿ$\_8%C::#t_>AO^uf7ts)?,')7HeaB)b[SAu3-vB*_~5S_Ʋ ~ .BT*XMyq5Jhը v|4!#wc OV=sac?6yR! ܟpRoEW4#'lN_[=: 0ЍrÀꘀ`7klHtZr5ŋGՎy{B&1BẛxG[j_Ԯx7=bΔea_v)ڑٿe|~Q\9o"OA I9u{M#tVͱ=q4V'׭Roc1 qcɌZb歈z"' lM&5:S85X>%1UQ-orW0B/"z [EM٥kQ<Ш~ZA 1aR Z3y LoJ: =d%EFh/6- _SXg1eLϏOZV#!{Mw ]̧$w #i s[7- t~"}Y*@+x癒ٿM oI6 J&20m_l9.Q;hc;07CBOBPӐ ;{ongO0u_G$QCg#MJ no}耙@zBĕ蔤S;Cjl=W L5&3kX;';!(^?Nmq$4S 6пVs37l}GeL{q\\cK Sp@R*1rr>nRj,t (ۦn9Ý7VHГB<)\)>b{"by J ?EʻFă:)}na9:>HX@IXBZJAz[ބ; mlz;~2Oe緱y&I[}8쓸^as=/f#.Ii,c@hQإܰhXn<Ț'<='0{"Vy Uӣ!<.,aώM մ^&GۜBbA]3QhCWWdfdjMoDa"z>MS3m2"( kx7/``AYӱ|tFE2YL&\Gڔj9>)q`f{m qocGz_.0CcYcA*amɫ$ih]ם, dNc6ȃ䛈Ҕ[QqaF{^SbAp#9iǔߨ|oζpb‚:êTn`D(t~MdqSJE.{q(ɋ(a~Vr 94OAi&iu2R8tNkh+2YqQ9RXԙջ%(ms/-O^|D%DzRIY1Q.x+U!Cf5H#N{3Y֐Mm܅̡3 1t[wV VdaR4i&Ւ! 2P_&b RGQY<#RLACȤK~ 7뎩t;JA#nYpay!eԡTָžz ]6ց} cVg={R։8Q91*Є 9!LSgbǩjpy%@r:LG^:b8}Y@?XY0VW/jHZuՀR>\=9I2;/ȅVʏo~͢'.8Cvfv:#bPʚ̘z`ve2c|"yjevw8pa<-aRW񀗁5ܓped0f==B/ZƘ:ܢR\{G5^ȚT%ko|dw]-6&)c.V j4 r)\$J\b`=7P.iυ*Iw;{Y @(翓XL0a_LkT`.isbhnƨ UP; *uUhw$ GWRX"UtlZ!}`FPN l&*"ʂp+%\[Osq̆C51i^,@vj)'R<7YWOV v]ѦK* K*݅[1c3'sL=R*~J|w"[=#mFYmTDB`Xڞ+Phvb:9bYcb kQ"ij(.<.N'~x-?JҮOCq+L +\iQ}TmƧAvp/S@w-icѼ۷I-`j#p!MvXҸfaa#Jp RuA%lߌ.L\$9`{I1gwYUi -ۛA;f% F!A=N~[C?]d0U(=@E>ݙ ܆ 3f-&6߸= e0ʹnox 0rDga|u$& +=t؇ݸuh>>1E꼱Ү(k銐Z' k2HOa}E3A}j,Aҹ-\Z 쉏m_Pk8ͬb! XΔ.mxnq ' knaP5aajJ +yrDaN.tLQh.Om=Z<^1"j- V} ]4ƍj][( )A{ueTG~DfD ^÷V~D#2^XOF&^qVܗ0e_^Knڷ[h_8Z񙥤g6ƣS,,0.,I{9t =EM!ZKdgEʀ{G3&U<7i"{@m6$S`T/JQ?oHI~T}3Q.#-H` Y[v1y64ֿG^% `9;h熆K^ pEu煏)@"6oA^~qӗ>"^"d ~iF"=R\1kv'dc U2$`d]rC\ҧ;ƂT1T 0Nm+LhJ >./A +rXQv B%G@.,&J[N@-3oXj.}~ s-8Mo֞p/ 5SE?l>(ƒehc %&õ|v綿1<\l()2(,%6*h”('U0TuEE՛kbsj"A0Yt]؟kLJ7P9xBi'1!\z_XS;x_3L&2VˋϾ۞h[<=d=3}튋nv{UrOwrwuSqŭ~g5skx=sSB#օ}=Ȍ&$c |LxDQ3Ov1&^wq?dӷtze#ЁQ vd4Lf# k1{ %(\-7 q ulR`p؏?yi<"P}ѡF-STi$z֯9tdFbsM]Zg%XZ΅Ebeun~Gےb 莥:c&NN$\=7&c_2{8.Ţf]*c%^nd?Gkl,Tj,>F蠕}G5 %MGh+qhIQƿUbw2 K|V[dZO?#+ Yz z1/elKZ6D3UF:KA=G0= +֪AԿ%(nD| :3v !RSPAa/Vk9:cfAyH [[-bd &fP!%r6uʹ&ӕ:욷/>p9F9@>uB? ?nT'A+3MTHz4nKZQ)e$} *ȺzJ lO@V_ulhWbWO IŶԘ 4*~h5:$C*W@4|8ٖAA`9=\jAObivTtI()e|kƛDc Yxv@[{2`.J,3 =k(\zUJwR%/5̈́ݕW$x!WkD\ 85|ҨCOd֜va]1S:me,!`uHB7S#)L_"//5Y3ޖf呉Xb!Wo tI*h!gCl,e1~!8cZj$]&6W_:YVVAlňp^K3\]x{w?L)M&QNM8klhT"f5 )J*dv4ekn0úԩ+y6 vrDtO\ABS8I\nIk=>=|k*0gź%ٽ ,2Igw)րY}=E :ē.~˴*J!s#SM^xP MV9F㏝sԳO&y,%"GKIaoW8([_cRm+'5K`Vu4t1G>RhfbC?^Wr|9a1 鋿5q# hbHhU$D0H/>e# CxބӑyJ;s5W+UFT~y7]i5"W^i3lVrN-㊹\(8Aj%DkB0 qf,yrjqtB2nXi@^apߝG$8N%eB嵄exT az+><1)Sq5H>Ks=FP8 }1Xl~x66T CiwsΎz+mC]@O 8+R!mJm;c ȝdKgPvAmYH/DH" _=r$ef߈;rDld9}]9)$sd̽( 3;jV0RBH2c&>os4xC(|f̈́VM,#o5.)I||uӷ%Π[aqk^N졇MJ a7jD4^+I>,e8H҄$}j%O{h95˕Ŋ-ÌN m|><N{4Vܡ `!IcׂΑ<kR7= )N4f_*]U!\jV.f9 vǟ-{\XlZ—UMpv0y~,iYvT,B OKZQz`pG)8jSNu"UBIW1nbG'xɄOU E:t: T$/؃mһ`#pC#j"{^u:k~Z_Z4d tͪz;o VC$ӮAZg%-DaA@'V>&CIBAʠƟP_;ĥ F9 w0 GJX[[C55qahL5'@9+O\g43*-!LGVV x02x?YE6)~*lģJUj?aO+3aTI5xAP4VI.Fq'*ENGO֢)^T#wP zkzZQɑd (`8U {-|tɽgTdkj-{ƎK3 7?HЫO[зJ7yU˵T(4O+nXڻ+6R<{@GbK?Nlu[9Kuu HT$޻$hͩF=/4q Ǹ?u΄+E~K%| }hFin8lX2 T1Fb}^l/ZkB7_E=U207^ *[yQw5.sSnfr@D0ʻ/z0230/[91͗!*> A U|:DogbU9V䥔}nuiܪQF BW: ZJ6 7:zҙVGWGpf=1-3-6.< ct9 "uu-篣C2X [:4bn$ηgY>ahNF][4VC&nDԹb(z\X#xVTXn9A1~93?yY?TBl̈;qW[pWʇ_3sҬ7(lQa˓\?ƩZ<{!`/F"d4R eDN5X7h&*`*XIyG}z +qc!NU6!Pu*ǹZ qÖ!¯*dBF }| bU,}f ǃ[Tk=[B,u{K>mFS}B&?۞n#䷾hGf='65 Ø[:GV%Q HPH?)j( Bd*nf' 6vYcT4GC'3L#n]M+ Ee ?ȴ(vX ؊DD?BkȝEi7F'x^Sz,,J_(# /;G~-nM7q`4ߓ-LַDmI~uV8^swtH @}H j;(:yx)'QT#o2\h<Ȯ]1=1S37 הHCŗFݯ'6cGګ]<`ʹ'ܯ^EjA (D x.yox楜ίEñ/򣷱i-U[VpDD\ ZR 3apvEC;/Kx /j)$n7)^7kphx$%FSHŞ7$p3<:bh-R"koH27_(Fȹ SK;xe X#k}%z>QCsu)|,AwZ h=*pϵo;c0\tR @.DfЏ.El:+ܢWWCP+iv ۶|_w&s v1c)H1'\ۤץJ(s4 6Ű' 7^X('cqjlq8iQ ~[܄qZ.ꦋ#2,2L+x f$;!ZL`W;V6Z݋Wղ9=IBy1/"ƞ)$awEr,i2ÖA769'䍈vx9Tӊf~$/d.\lKL)>TBL9as{shqf}NQwCQc&w4Sڄ:lJ37IW";~aW7)cn|ˑpž؄`xJ[>xc$,()9Iv)Y!ON~9`59wMZ~ʼ"; &}7i&J#~=w].z.SęBZޚ꾃$E`W+e"&Sm~ I"NM `(ctk@ >24\-MDӣmӺW Z;qiEzZ JTM,Y c3 2@sPBdX_r4!Th>g2q>,!D0_A>B=L $ġd@)= y'"헇x?l+ͤ}~]N,OH 0hz,=m"}f۪EX+%Zwe4M<3b< ]`Sjws x<~Q&Xup y`ȴ)ݶ YZ