dhcp-client-4.3.5-lp150.5.3.1<>,ah]@Q?Qd  0LP\`s|        $  /  D p   ,` 6( x8 9 : s>LJFLRGLh HL IL XLYL\M ]M< ^MbNcNdOJeOOfORlOTuOh vOwQ xQ< yQhzQQQQQCdhcp-client4.3.5lp150.5.3.1ISC DHCP ClientThis is an alternative DHCP client, the ISC DHCP client for Linux. Like "dhcpcd" (the client that is installed by default), it can be used to configure the network setup. IP address, hostname, routing, nameserver, netmask, and broadcast can be dynamically assigned while booting the machine. It is configurable via the configuration file /etc/dhclient.conf and you can define your own 'hooks' to be used by the /sbin/dhclient-script (which is called by the daemon). Authors: -------- Internet Systems Consortium, Inc. ]Reinhard Max max@suse.comndas@suse.dendas@suse.deobs@botter.ccmchandras@suse.derbrown@suse.comdimstar@opensuse.orgbwiedemann@suse.comndas@suse.dezaitor@opensuse.orgndas@suse.dekukuk@suse.deralf.habacker@freenet.demchandras@suse.dendas@suse.demt@suse.demt@suse.decoolo@suse.commt@suse.deLed mt@suse.dedimstar@opensuse.org- bsc#1134078, CVE-2019-6470, dhcp-CVE-2019-6470.patch: DHCPv6 server crashes regularly. - Add compile option --enable-secs-byteorder to avoid duplicate lease warnings [bsc#1089524].- bsc#1136572: Use IPv6 when called as dhclient6, dhcpd6, and dhcrelay6 (0021-dhcp-ip-family-symlinks.patch).- Update to dhcp-4.3.6-P1: * CVE-2018-5733, bsc#1083303: reference count overflow in dhcpd. * CVE-2018-5732, bsc#1083302: buffer overflow bug in dhclient. * Plugged a socket descriptor leak in OMAPI * The server now allows the client identifier (option 61) to own leases in more than one subnet concurrently [ISC-Bugs #41358]. * When replying to a DHCPINFORM, the server will now include options specified at the pool scope, provided the ciaddr field of the DHCPINFORM is populated. [ISC-Bugs #43219] [ISC-Bugs #45051]. * When memory allocation fails in a repeated way the process writes "Run out of memory." on the standard error and exists with status 1 [ISC-Bugs #32744]. * The new lmdb (Lightning Memory DataBase) bind9 configure option is now disabled by default to avoid the presence of this library to be detected which can lead to a link failure. [ISC-Bugs #45069] * The linux interface discovery code has been modified to use getifaddrs() as is done for BSD and OS-X. [ISC-Bugs #28761] and others. * Fixed a bug in OMAPI that causes omshell to crash when a name-value pair with a zero length value is shipped in an object [ISC-Bugs #29108]. * On 64-bit platforms, dhclient now generates the correct value for the script environment variable, "expiry", the lease expiry value exceeds 0x7FFFFFFF [ISC-Bugs #43326]. * Common timer logic was modified to cap the maximum timeout values at 0x7FFFFFFF - 1 [ISC-Bugs #28038]. * DHCP6 FQDN option unpacking code now correctly handles values that contain spaces, special, or non-printable characters. [ISC-Bugs #43592] * When running in -6 mode, dhclient can enforce the require option statement and will discard offered leases that do not contain all the required options specified in the client configuration [ISC-Bugs #41473]. * Altered DHCPv4 lease time calculation to avoid roll over errors on 64-bit OS systems when using -1 or large values for default-lease-time [ISC-Bugs #41976], * Added --dad-wait-time parameter to dhclient [ISC-Bugs #36169]. * The server nows checks both the address and length of a prefix delegation when attempting to match it to a prefix pool [ISC-Bugs #35378]. * Modified DDNS support initialization such that DNS related ports will only be opened by the server (dhcpd) at startup if ddns-update-style is not "none"; by dhclient only if and when the it first attempts an update; and never by dhcrelay. [ISC-Bugs #45290] [ISC-Bugs #33377] * Added error logging to two memory allocation failure checks. [ISC-Bugs #41185] * Corrected a dhclient -6 issue that caused the client to crash with an "Impossible condition" error after de-preferencing its only IA binding [ISC-Bugs #44373]. * By defining CALL_SCRIPT_ON_ONETRY_FAIL in includes/site.h, dhclient will now call the script with reason set to FAIL when run with -1 (one try) and there are no server responses. [ISC-bugs #18183] * The server now detects failover peers that are not referenced in at least one pool when run with the command line option for test mode, -T [ISC-Bugs #29892]. * Linux script updated [ISC-bugs #19430] [ISC-bugs #18111]. * Changed severity of the log message indicating UDP checksum errors in the received packets from 'info' to 'debug'. [ISC-bugs #41757] * Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex" [ISC-Bugs #43185]. - Obsoleted patches: * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch * 0019-dhcp-4.2.4-P1-interval.patch * 0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch * 0022-Optimized-if-and-when-DNS-client-context-and-ports.patch- Optimized if and when DNS client context and ports are initted (bsc#1073935) [+0022-Optimized-if-and-when-DNS-client-context-and-ports.patch]- Plugs a socket descriptor leak in OMAPI(bsc#1076119, CVE-2017-3144) [ +0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch]- add PIDFile= setting to dhcrelay.service, without this systemd stops the service immediately after starting- Drop old sysvinit support from the spec file. All the supported openSUSE distributions are systemd based so there isn't much point in keeping sysvinit support and files around.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Replace net-tools Requires in dhcp-client with hostname on suse_version >= 1330 (CODE15): net-tools does no longer provide any tool referenced by dhclient-script, but we require hostname (which is also a dependency to net-tools, thus hiding the issue).- use .gz year instead of current one to make build reproducible- fixed a typo in nis-servers option name breaking the config file introduced in previous change to workaround issues in NetworkManager parser. - Update to dhcp-4.3.5 - Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex". Our thanks to Jay Ford, University of Iowa for reporting the issue. [ISC-Bugs #43185] - Eliminated a noisy, but otherwise harmless debug log statment that may appear during server startup when building with --enable-binary-leases and configuring multiple pools in a shared network. Thanks to Fernando Soto from BlueCat Networks for reporting the issue and supplying a patch. [ISC-Bugs #43262] - Fixed util/bindvar.sh error handling. [ISC-Bugs #41973] - Correct error message in relay to use remote id length instead of circuit id length. [ISC-Bugs #42556] - Add logic to test directory Makefiles to avoid copying Attfile(s) when building within the source tree. This eliminates a noisy but otherwise harmless error message when running "make check". [ISC-Bugs #41883] - Leases are now scrubbed of certain prior use information when pool re-balancing reassigns them from one FO peer to the other. This corrects an issue where leases that were offered but not used by the client retained the client hostname from the original client. Thanks to Pavel Polacek, Jan Evangelista Purkyne University for reporting the issue. [ISC-Bugs #42008] - In the LDAP code and schema add some missing '6' characters to use the v6 instead of the v4 versions. Thanks to Denis Taranushin for reporting this issue and supplying its patch. [ISC-Bugs #42666] - Correct how the pick-first-value expression is written to a lease file. Previously it was written as a concat expression due to a cut and paste error. [ISC-Bugs #42253] - Modify the DDNS code to clean up the PTR record even if there are issues while cleaning up the A or AAAA records. [ISC-Bugs #23954] - Added global configuration parameter, abandon-lease-time, which determines the amount of time a lease remains abandoned. The default is 84600 seconds. Additionaly, the server now conducts a ping check (if ping checks are enabled) prior to offering an abandoned lease to client. Our thanks to David Zych at University of Illinois for reporting the issue and working with us to produce a viable solution. [ISC-Bugs #41815] - Correct handling of interface names during interface discovery. This addresses an issue where interface names of 15 characters in length could lead to crashes or interface recognition errors during startup of dhcpd, dhclient, and dhcrelay. [ISC-Bugs #42226] - Updates to contrib/dhcp-lease-list.pl to make it more friendly. The updates are: looking for the lease file in more places and skipping the "processing complete" output when creating machine readable output. Thanks to Cameron Paine (cbp at null dot net) for the patch. [ISC-Bugs #42113] - When reusing a lease for dhcp-cache-threshold return the hostname to the original lease. Also if the host pointer, UID or hardware address change don't allow reuse of the lease. Thanks to Michael Vincent for reporting this and helping us verify the problem and fix. [ISC-Bugs #42849] - Change dmalloc to use a size_t as the length argument to bring it in line with the call it will make to malloc(). [ISC-Bugs #40843] - If the failover socket can't be bound, close it. Otherwise if the user configures an incorrect address in the failover stanza the server will continue to open new sockets every 90 seconds until it runs out. [ISC-Bugs #42452] - Add DHCPv4-mode, dhcrelay command line options, "-iu" and "-id", that allow interfaces to be upstream or downstream respectively. Upstream interfaces will accept and forward only BOOTP replies, while downstream interfaces will accept and forward only BOOTP requests. [ISC-Bugs #41547] - Clean up some memory references in the vendor-class construct. [ISC-Bugs #42984] [*0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch, * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, * 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, * 0016-infiniband-support.patch, * 0017-server-no-success-report-before-send.919959.patch]- Set all requested dhcp options on a single line, so they are actually requested (boo#1046969, boo#1047004).- Relax permission of dhclient-script for libguestfs(bsc#987170)- Require insserv only if needed - Fix requires of client subpackage- Add config file for registering dhcp server in slp (bsc#992072)- Use /usr/sbin/arping instead of /sbin/arping in the dhcp scripts. /sbin/arping is a symlink to /usr/sbin/arping in order to ease the transition for the /usr merge. Newest releases of iputils may only install utilities in /usr/* so this dependency will no longer be valid. Moreover, we replace the '/sbin/arping' dependency with 'iputils'.- Update to dhcp-4.3.3-P1 correcting bounds checking when receiving a packet (bsc#961305,CVE-2015-8605,ISC-Bugs#41267). - adjusted interval check. [*0019-dhcp-4.2.4-P1-interval.patch] - Fixed improper lease duration checking. Also added fixes for integer overflows in the date and time handling code(bsc#936923, bsc#880984). [+0020-dhcp-4.x.x-fixed-improper-lease-duration-checking.patch] - fixed service files to start dhcpd after slapd (bsc#956159) - dhclient-script: complain in the log about conflicts, added a see log messages to the dhclient log message (bsc#960506) [* 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- Applied a patch by Jiri Popelka catching dhcp server aborts with "Unable to set up timer: out of range" on very long or infinite timer intervals / lease lifetimes (bsc#947780) [+ 0019-dhcp-4.2.4-P1-interval.patch] - Corrected patch references in and a missed (bsc#919959) patch description in previous changelog entry.- Update to dhcp-4.3.3 (fate#319067) provinding many bug fixes, features and obsoletes several patches we were using before. For complete changelog, please read the RELNOTES file shipped along with this package or online at: https://kb.isc.org/article/AA-01297/82/DHCP-4.3.3-Release-Notes.html - Replaced hostname patch with a dhcpv6 and fqdn aware variant: [- 0006-dhcp-4.2.5-dhclient-send-hostname-rml.patch, + 0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch] - Removed obsolete patches included upstream now: [- 0007-dhcp-4.2.6-ldap-mt01.patch, - 0009-dhcp-4.2.6-xen-checksum.patch, - 0013-dhcp-4.2.3-P1-dhclient-log-pid.patch, - 0015-Ignore-SIGPIPE-to-not-die-in-socket-code.patch, - 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch, - 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch, - 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch, - 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch, - 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch, - 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch, - 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Adjusted patch numbers in the spec file: [- 0008-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, - 0010-dhcp-4.2.2-dhclient-option-checks.patch, - 0011-dhcp-4.2.6-close-on-exec.patch, - 0012-dhcp-4.2.2-quiet-dhclient.patch, - 0014-Fixed-linux-interface-discovery-using-getifaddrs.patch, - 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch, - 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0007-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, + 0008-dhcp-4.2.2-dhclient-option-checks.patch, + 0009-dhcp-4.2.6-close-on-exec.patch, + 0010-dhcp-4.2.2-quiet-dhclient.patch, + 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, + 0012-dhcp-4.2.x-chown-server-leases.bnc868253.patch, + 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch] - Fixed to not pass DHCPv6 address lifetimes a positive (unsigned 32bit) integers to scripts and properly format timestamps as long to not break them on 64bit architectures (bsc#926159). [+ 0014-dhclient6-unsigned-lifetimes-for-script-bsc-926159.patch] - dhclient: expose next-server DHCPv4 option to script (bsc#928390) [+ 0015-Expose-next-server-DHCPv4-option-to-dhclient-script.patch] - Replaced infiniband support patch with fixed variant (bsc#910984): [- 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch, - 0018-dhcp-4.2.6-improved-xid.patch, - 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch, + 0016-infiniband-support.patch] - Moved dhcp-devel package include files and static libraries to /usr/include/dhcp and /usr/lib/dhcp subdirectories. DHCP requires a specific bind library version and conflicts with the files shipped by bind-devel package, which is not source and binary compatible (bsc#910686). - Corrected changes to provide complete patch file references. - Fixed server to not report success before send (bsc#919959) [+ 0017-server-no-success-report-before-send.919959.patch] - Fixed dhclient to check pre-init results reported by dhclient-script and fail if pre-init fails for a requested interface (bsc#912098). [+ 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- do not check scripts not in the src.rpm- Applied fix by Jiri Slaby to not crash in interface discovery when the interface address is NULL, which has been introduced by the infiniband support patch (bsc#909189,bsc#870535). [+ 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch]- fix bashisms in dhcprelay script- Applied contrib/ldap/dhcpd-conf-to-ldap patch by Ales Novak to reorder config to add all global options or option declarations to the dhcpService object instead to create new service object (bsc#886094,ISC-Bugs#37876). [+ 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch] - Applied an upstream patch by Thomas Markwalder adding missed mapping of SHA TSIG algorithm names to their constants to enable hmac-sha1, hmac_sha224, hmac_sha256, hmac_sha384 and hmac_sha512 authenticated dynamic DNS updates (bsc#890731, ISC-Bugs#36947). [+ 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch] - Decline IPv6 addresses on Duplicate Address Detection failure and stop client message exchanges on reached MRD rather than at some point after it. Applied fedora patches by Jiri Popelka and added DAD reporting via exit 3 to the dhclient-script and a fix to use correct address variables in the DEPREF6 action (bsc#872609,ISC-Bugs#26735,ISC-Bugs#21238). [+ 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch] - Applied backport patch by William Preston avoiding to bind ddns socket in the server when ddns-update-style is none (bsc#891655). [+ 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Applied patch for the contrib/ldap/dhcpd-conf-to-ldap script fixing subclass statement handling (bnc#878846,[ISC-Bugs #36409]) [+ 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch] - Updated licence statement and FSF address in our scripts. - Added missed service_add_pre macro calls for dhcrelay services- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify./bin/shcloud119 1571069500 4.3.5-lp150.5.3.14.3.5-lp150.5.3.14.3.5-lp150.5.3.1dhclient.confdhclient6.confdhclientdhclient-scriptdhclient6dhclient.conf.5.gzdhclient.leases.5.gzdhclient-script.8.gzdhclient.8.gzdhcpdhcp6/etc//sbin//usr/share/man/man5//usr/share/man/man8//var/lib/-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:11268/openSUSE_Leap_15.0_Update/20a54ce46033714758b2006079009cf5-dhcp.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxASCII text, with very long linesASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=1b6350f26284734eb6ab12417113d1c086ac713a, strippedBourne-Again shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)directoryR R RR RR R RWj`w$utf-88fcba1eb097b6cf88a086b3c6676de4683335c35b18d47ce5cb452dc72eb5027?7zXZ !t/]"k%{Da `Π CX0w;50I1`0U*hf4lgVNh.)8+M j@qr;]e~C#҅@rKNDže,wJK SŘ o+ kG@Ҳk=S{3xU(&Y7w /Yxn2T(зWa e~o3~ȧs"Z&Sl4sSd5 f\R}W9ۯ(ڥgQG{Ǣ,k$Gu \V=@ϰ6J /wd=P]!BY֡YmXvpꍏl_.L6~ "Ŗ'ũ#m V4K v "Ѕxޝ}9/7u6{/{οt YjY |TyX吔Z@ge)wIgz\>Ph3dJt3'WvpH~J!!q^yP̍$SB fi89B "b[}'&BrJVDBr>iX)Y@oKOX,:5YRnaQ>x[ɵ5ZVl9< SC7H H#ETGY_e;G1j =Y_'Ƃؕ]b`i6g 쟐ޕe{ Se}T/etLBl:>Qrϧr|=VtT+(Uix/}@M|#U,lpFݎ{ "JJv{՝ "1h$\FA*28qPgz lxTf_}=DLCc±!M< %: jGPaWr59m!Kƫ4|#`Sss/SMm=aXR=;l79GV}^fȨ}<n4)C3TZ*qQL֩xmQ y[jhrVq;bpf+ct`()bB^G-AZ|b$Ő2+-Qk'z% siEW~oj̒Z.T?U^|qhr 0z:g̋kz]d[-D#Ps_,>!G#(]4&{wx.<6.OPM2=T`?䢮()UvQ nDBHWMOg7@GH^ZFN(%;De Udbz?Tj![(<\^%Ȁ=϶{JvYV &3<eؘ^J 6腳%ܜЊ=^= I/dи֗1>%őMgq-^{iDG}ATLji~dU-ædnG̮x]LYy҃؄IYFlcOxtr'xs'UiփσbQēA9F>nT7_;)ՔSM\r헾u CKǔRUlK8$d0gfik"C|]͆ 彤P'NN2jC޸֤ʞiZ#K k)7ҟd ByeQ 3}-]XV% v2#Esu41s@5WMmsujE: :V:VJq蟝0mc5IDqʗ=-y6n{&5L8fu$ [D=aDn{J w80j& 5;< L{(G祿/ ?cUUTc q#2 "ӗWOSK DՎifչUrȐCN ~yc5M6/]WLk;0 `)5X25AsJZ9G r}y՝gwFLb/ Է^;%⛳ iM"CySWIsnBzрȽl7]Hyyv27Z@l#jؗ}gZ0kKnk}Pjj_0WкAnjoSyѼV}@K%5+AO9oRkԎ9_{y6]ଗ%J_gŭ 7 ! tWB,JM$`#O}17\Qy ̄ta0tl, kN\}8v+g( hrKy 5$4G趹{<{"i=:I[`r U GrqiBz_D;(ɦG: /H%Jaee:/V iɰZIN$B齎r4xüJEBxq0~+bF,ś=jD؆7w wKs<άcu_+9gxCc݇)2sQId +CWF6ZFDPB{=c--6Ѳ#3\Z4Qx݊vMds"(/N4\m(̝ KⷬPYf[~e6)d6/º )LLzv/{X*x3P? aw.dsђ,A|%]=t/ZrK|q}ln)EaxxP׻M׀>nӒ/eL! i//?/q3u{QʠJtR]Yq Ak-l-ڝ6'?GM"czx=bg[c~65JWӸxKT M>& ApŹX#I_$uDGܼkjrQ a X dl<S}"(cWT@S*G'.Yk@-R|o_I|jhJΒ߯"\ќs,Ztb R+uqȑ5(ǫPׅ'(Z{2 !!8 k"@_h "?N6ߣYii" 4D+cҢ{.=GNyWpvwBm7TGYw+¡1-o8Dn1)d* 'qwIg7U!JQh}P)n:Uj昸;ƴ}ʪDs$yf%|glr^*@iVC0 6百3SZO}ُ 2 2 RHfIBj SMXSyֿ !!5x5`lEJ7H+ԩVAr?ߨ_b,XY- hg2z"U7j{kj.7TwR?xռI>HAy5}{N嘕CpJS^^&=cx'XFL)6=NY_<gblY^ Cntqytl(Z˵ gݐJ. V@~1m CB孏~ 1d hU~f.$-Y!ea=mCmw/0Q4F=26 )am|)q$.xs3sU~nr(MeX:(/Yzo\V?2us lsKU L/|Xgj;-PH&O:WzӺ(o:E5t6Z7N4zѾ]IDמχܵB!|)gg:jko}`I [  l}gL-ApCaO߉tGcMں4v]5k͜5jv/vQ78W KkBGԔMǃe.x71QIMGo\Wk?iN ZjA^$]RrM,HrA(p䊵MX-D089E >M$XT~Z4X -kYA95IcjL%}2.b >蒅5|'M86) I o_$r+Ҏۚch/TgޣGbK3mi \ 4=|+Y^c | ^?}n(&@G+J8e]eW6%%: 9ylrI(zݙZ:JC%y\@w#zp#mXNvpylSbeyCiX=&Tv+rB\&L¶'D˓7~+MVC%q3%tBa)<#v^th9k[;ڷ4G^sNIAZ+|_ٵF>oTyS"( $[nchGK Ly3X$_ݝKá6s:;xEXkak+tb",)ߝ9ж~NY7XXD`eikaFsT0w"dAnb]v@?k+uqGNg:/2`gۺ !m),5l4ƹ""V.03@F4 7_N`aJՀ*yOz z9 rQ[I@̵6b naCraNf=$ZM{>kmw]j<\)xi nT5S7x^㞓Ͱ{*E(I޵4g>He*'Ͳ!D)<|$l0{WT 51YԳ><BZo=ĀJq`6 R g+/#E1U4(yPZ7;G 9?T0kuɏw">#Q &<5/΃KSO'a#(#I1H)STuW+Hk|\9f k?ܮN%c6W  I(1w7}-3IR}$p#5rn^z6zZ)Cpl5RI!f Q"tiS#Q>e_o'NP"4QչfՂ_Bf{`lq/!oܾ(֥7?Mޯ#q 'KDÑv5(EvY*>[PucB+ܽLm#1mG|m(HDF<܃R?ڻiKhV͑Xؾ0X\p^؞ϕg=dV7B*N}|f`g oFSKU{E`ZU#QDE?〫>Sl繝Œ_#Pp+{!qҚ3 &SݴœG,Q_K,Y\"e~_f.-) 5oF2-ٰ1e<WXh(`dns.ѬE| eYdC|0Y%@R{SY!PN8XMx-WR3h;󯶣D }_FU*y. & }2,b5 V2gႜ0"* 8azktYqEJ~ct6Aw dܷI~Ψ 0h K3N;NuRh&xt3b+?vf8~l:ryu4悎nn%ٯ>׷H:we,-A<ğ Lܷ}c ?18*r'c͛G&>WNd?D> گC2"~EN=3 oպ-^t9t>쭢Yp#'X7,wMU$9?3rW}}薇IRri%T7(jguEk MV'*I5.rSCy>x1 "us YLʆICB %x#yNl wˑ [m.!WqW  sυ&鸤-I?].[T#T ,GҺK|6| ibJ=Bj2X69˺jB>}d h#E< bR H<"HK|} A4Vq!h޹+#aDzEׁvԭDt /֔%2'j~mNBCbnPL%!qYr3 *3(Y|E$dA3pEHRgwg~O1KTfĆ] -zK\ amvdGԇBVG:[SF\)0kى=߻QӢpw,hBRٟŧ cEVW-lg/PWNīH-| qfnTu+X[ )P⩶UmdM?6jl=ZzR-Gyu^T\vDv@U -];C 2ŝvxub%{R]`xuC3Rȷ?v"XUIڶvS=]#|˂c"jԦ X&~"4~{‰CA ˗E"Q~:,'S;\Vx\ޱ;\2Zٺoĥ/Ϗn E PsboȗI 'f-71϶-EaɁaJ)+D6kXSZpXw] kU2)@ht 9oȢ08Ao=x\xDҦOt9;#1b`.+*>/cҼ j QIBlɐK8ϢY}o (&%7Rۖ3VX) Kp%ťK &,;vAg1{yr\jA<Rޣ}++I;/֚&_XڔEl.Vp=̄=ITʞM[$UfxkiZV)S@nD9Άgd8QQ9u&?rIh4ع:~L3v%d|]H2nj+i>V\{)[3g%͑ħ(8ڪRɊvMJ*%?RWƠE"rc ȫeC4\Ers( |_)j(/_ `3ry[ ʌaO5i5笀dԿl_R(o JB֗:ooWTb tU8/@~2]^n`Ej=[CܦlbS("Q)!⊅9sWNj ZQ!)x NGgߓV*cl~k'UWΫB}*4'|7$.N܀oW@CnR]֢˰}r"pdy@M~kpTEeM7+|Cw^AH4t %۫w}yzt2X8ȷw 04 S"[d]1In7+%w\ZJ-TGy t CaA'惕64R\ Фr_U&d7G]ƍ FYZq sNEzOraw,%J#&^a`l$@"AEp׋W̉fp QQxL"yo7 cU!]N 'J`9MIgv@b5TXĠřv+շ?wٚ~*d}xH+Z'Z-ͭP1UL= =C^ _DRi^W?s'Ws%~FtO՘nΫ5YYXLrLI640:BT>}6i |/-**V.&&KέfZymWiqr ƾVqwg*{+\`_QriEyPk( 'A֞tF{ ,0MdG00,*7Ub8%lQڒIcY( ā>?ۃAag)y['B H׾//b[Te:T3e6*c'bĕp>V |0?D{L bFnF,8D }55v"3hKveʒBd ka70nKޕQj#0GY ,pꯓ"):irT9ʹrheTF4GFm5ŴpGlO!)6%iTS:2 ,Qk1D sS`\C[ A O-48BPX7Ae5b #ڟQ{1]ZP?K9騱a(WFI,sqe1޵PL&$RiÜ઄fqyך~x1<\ H`?OGYtձjz$gƪUP,*Üt+@法,Nqi@D;xN&v,M]RA,:%2fՄ@p\C/(OQ=X-.K5u+ qUC2z-wΜVS1fu,Gl /OT&g*߮Uհm[v#Z?؇֪%j_~xFfgoL_{T57 TǠTSjlY I2IrDv,57Jz59#ΌRj{3*)xU #bO,9=v zķ@F~,[<~ 6&}Ȩ_#(6 >Oc-3v.z](Cspp} &vNT|AjiOh`g䇄՘mCJ&bd&_9bÓw„("IMٌHP{ Ƀ¢ |*Fgt< FDiqJ*s?Q|Zݛ}Hiš f+9 hxRt[EGq{OJ26(IjڣGe;ri$o _Hfi#'1&u ^=\NQ/oS̆Ƃ7\Rf2/"Ţ">EF(.MV׌r,SsK[7/ȁdD0l*eÀLVtnwp<,ʧ#LRAl%vX29ݬEJt*94qJje)](q&lc)?2$ YX<(){,C6t>CMiQbZ mH4} x0_%1;`kwj0BrT5 m5R[Q ͝>M;cSW 'C!X;P3T/0 ע i$dRr45—[,iq0c<#)XӭݷDqŕ.\0;Xriĺ K*T l!=#ϳ?|lR$X,ԥjx` ?RKoH^\: rC}[h~`Yԫ$Ts C(/VvZϪ N !p xt, 5/ճφ˥ftCUCMR j. stw>-ݿzV#OS0єdJ_q6P!3M+YMK:S>ݸ)]ȘMg$"ơ1ԁ\G-aZb-fm8dgY:Y6?>:ԕ0e;0y"Da&@1)݊L1Rc<7t=2meځ-\rs52#0@DSN/)᠀Jb( [~37 mO" DӥL.ny E@r06sͺzXKK 0r 8ÄXњQ{,L=/ ; Se#rGs֢f"BAu-Wz4%zG C#_66~ eP2yÔݏ>[մI?|m.?QВ{w!$JW<+Hrgty¤Νj!21l0 ?FM^ζ&}Lj;-ke}h/D0ؗ[)&%@J6:emd82Lcm;V3^^qw #kc(\xa91LJ8sĿaߑ-Vi˅"릏3ɛB#LM-¤!G֒[vzG>!H5iER[9 3Ai6afK^Rp!;d[:| *] 3RA|/H2Fˌ`7 mXTq)̇z&8alj.!##]&#,TyUel8>5~6}ftV;EIkP w`ezv@}4k0ݫ { .Ȟz1 y*9^a$[;IК5Fx1oU.D8~pU>\ec=aa3i5VAA6ԃv9YIzTk/ "̆;mD {T58ysxE!#S/eNcOYk3Dޣh!c3⯃4#,`Z~!4R gf bchV Ce_~zY%5tw'hȉw"2DYᎢ lv͹Tu/[~”E!V锺E&$xJ堓n7\=;m~n z_Ƶ@ Xf_:uNHd\f2/ɩ ,";- ƶ5oWorphM]|_@Fh4ȀoU,*.!S*9d=%VLoq{#z /dmpaf+Zx{^<6gsMSMW|?E] Vnc!'xbzb\HAU]M.WB1E<x [1' 5ZX@s)Ocmͯx]5-=19lBL 3fGM3y$XLC38|b VƩ(yZ4.KFS~ǵ[Jj^>t6Pc>%eNzunz5-<Y]yHfB@] `ё>$sx'h)RtYv5KV#Q ȹnX +wLQhw'%qw*x= _0+cO.j=[Ţ=cuH}ǰ ҕgJ:Oi&,?l>V7<29W(െAG>ZĆ4hJB$)9ʵ^+}ڴLľ)$.BvSZNM>\Mw~#vԣ5,d` VҖtq"RfO2-%Cc7sqn)*7^B B+pԇ1 ܕ1W+Y^sZ<>D_pR te[Fa &4Caf/ssRugL/ J*qޅM㼣88 (6o_Ĵ{xd<_P@Q +1gF$ʩѰ>ةX)W?H 6 :{oz(p}ڤ$=_ؼ_]{!1wz[~=QRs{De5RR7m"'WmF),2D#\`W ?LoN9tu&!{ jzCn+6o=(c|Mh+kkF`FggR͜{>F%10Ɣ";YG4Yk!S iQt'a&Z/LEK,b2r(hIdm`T.يkY(}ؚxHIa)6j;؝+-(W7( \Jmb޴'Y7c7M~AD%H1@LVKnke6wƟ.|j%p'zNѓ!UR#5ӏZ55QG5a??I8>@evmG @'&ü,<'p߇o)xT3BX˶j_l:WiQ3{*X{̶Lq7T}v_eq۱!\zc BK0/_*dx` V[Vf[5i.B 5|HI?Sp`ZqPFn N.ȽF@4eEgo tX4ck]xzZM2<J%! ӗApر`V"ٌm^Y/9ƖMMz!2<_Al9Ңh(.O&AVR<*%P\VlO(̔ m,t:&>XbuF0GS``œ{(N/ qA6O!B%YƷ-\:O~k|;B?QFd q1 9~d ɥss]Ί~˰|6׷! CW ;лS]1U(7D/? o)s>OHXȩ9/Cmmt^a⟐{棏ϧƞgW4K/f? Vf{u˰>Lc n/fVy ֊zLݫ7.N 7o'UwH)䬻3B=vȋ=CoƧJBK#,D 7EW} F)Z;ʅ| k" %vWJq Oӻ<(-,$ؗЄ/?#bvZ/wb4ⅲ#=jXlr_P%'\VBS<+kCbjX =E/'Ftevp-)Yd4$)oIH‘+J6n cz$8`=+mYpջͬjlݯKP의o/dqj}"qSe& S{5r#ii+QO!2KNA<#RrLS4d=-q}dO:Sfu#]SKAa"RկRn8bڞGS׈NQgʷ$+Yvs;TJ,ᾄ{ lO[QS+$e8k֞y>l)i4ʕ;u.v{Z. T4)}ȅ50;CK@{(Cy_ۥ]/\U%)pEKRӫ$S 8Ҽ z' ȡ)o62^jip5=_FzbffAj} o37W">/R![I6y]@NMZL_mKt_%[]}t %%Xi^8JCӥfפ}gǿ .>,2ףkY +څ% ꈹfr{k1`]ET" bDQrbvۥF4c,1nS} ܓ %ߋɸƔ<؈#ۗ߄":mLW2?@sv)i9XWf Q~_yP#Ax?$xYLʂoNlccUyr|/$ Y"Y?AF1`R_CYa!ۧ>ҫD .9d_Zx'%[bFS2]}WLY*?αm:>[ldm%‘IV8ao&[omh7.W n|N_\cAU0caͦ IeC ؈&G /) ;DyR вy&K t~*cl-;\D)q^sc-TG?zU7&Gq`܂ĕSj7y5e$GLu WF%i$vO Do鹶RPj0IId8OHE7 '8E궴ۿ|zzjsM9mLWVq>6rM0Գ]TWbRm4() NTdz>*DNJ}kZf'ik9{"(1:ԸVfl]n~wO_BNm3)nSĺOf2N ңI\v9}EC(^-nO!8T$Wl--pA=n&cCj\2̹C [Vƴs:Fnphpl;daD=~!e c/ &LޤN hS`v$|TɺUqͻ|A-q_Ln{_v9b-p3͏NAMU lMk-Bݲ~j-ŻnH6UbP)-Nv LShg{42#dMFaP4*V9Ns_ XJm"[ĕ,M]_#:Qgm?*E22# xI!Z3 %H4Gi:sķz'tT.ZcdKrڦC b.$qEJL]"b$h+n Bl:A zi/?\)4 )fZQnIL_иKUyPCzl&& Ux9_ zd2AuTYcU*HN̑Oѯ-"sf@FVeyR.j\B ]t-!>aHϐ(wyzgyJ-M*3rxab8YKsGBHHgi$ǾӚiкΖd()O @TfT>vU<<4(1(c+C MAnf42%KlƔr{u4,,\5QB#T]w㏒!rT%5mei7)əaHI{˓ BsRh&ۑ+8xxL2g蔚%ຑ/{ < vײKUlA"H\ǡ} 6PM]表HPp{0E47x.k[Z/U5Dxw 9{ i;6=&׭<<=؛뀹<,aHYOْ惦h 'UhյP$X7 .r!HQe*bND΅~@] f=.:Va!Qݣbm30i-4S]ޏs]ƅ9E>h$Z=bx URpTpCiZfjt%XJ\׼x%F] >d+!4ȤvOcB݃yu m#hAz<\rUs+9P~SbY*N_u$*Ђb%ƭ\a~{ki& .gC~I ̫Xǫ1oz ۻ 1C=v\)}db7\%K niN@Ndn3gS\_*okJŶA] ,Èv Wl8[bO 5#g=Mw9nPdǭs帖F1ZWPb-`  # W0kYJyؗ~u6LMlk)#ݨqh[HfsQv-P(ޮok[IR*JC`N =N)ȋQiqջ4b>!61 ܱ|w[nX }2 ,%0*;l[Ɇĩ-: qVB^}W MurpKI&>+AQ<~=AgǑDZ@@˩FO~.˥RUGq% ?o0VG6n3_| 8REn}~2IR}{aȤܽD'`3eۜA_EFHlD"'c\鼱9u׭{r?:Ӕ. O ˎxf,F:b:m֒p;fhM ;@v'@mn#{/8h<N'#=X o* C 1կR-]4{vAS$^xs8>TEĸXM=~¦ ʐDtiD%Lm5eI M{WS?~^T7,v4nHHeBd\* ɡ}M,A{^&:Rj\,7AƱ) ϔT6p]%;]e%VG}dWBzHY,4=>*Uh" Hm ?݅)Q0Qx(SI}3 X">ձkH6O .wT0>G}N%oA]~[@@"{Ô>$1U"'q3b O*;8bNnf.ִ#i.%r(!:% Lz֍}U@7)'=]a UXRrS̄@:H !}:#Ń^(=jZ]O f_.wU YOoX~kR @R3YYXp1Op90~psjfNv bKd]7] pC5Xૐvfpe B*)LJ-4YR|X}.\}:OI?α /OYT5OX0oIt;qf߲x`JcT݄ZbV61^̀<1mM;rpI.a}ܹcEC14E'eB = ʁ8]GL(C*ˣ&"HH*7 i8j^}A?Go~d]RW@3\Úd/B31osjuQ̧?fЯ+-.Q@fUʨIv  qkb#ſ;d2ϳ䓓Y%Ay[{TP=V[4'a3w$WLV$XP)!e !Z;K)h) 2rY!lԽAWOo܄xiQe (oF|4h^$׻zumsvIP$}P(k5d_ vU\g(ݥ52Q\ `,|]R-p6i/eĈ~GGޡ\rhYP+qTEGWG6sT6p;P^eXi3jD`2#INP$-tjW)UF3"r|hD'ReI`.IX`Cy]KjJb5xgu{E'  WzcMm[YGDk'.[ׂte\T?l}"ig }XOXu9,nh(#9pL}w rL(fpe,EGšaɔK:x# "Bˤ#Lz0hڱds Y;[jpҬGIQ@3K+']CկCӎSlQFF ֫QɃh/Ba-c\l\^a(~0 ܃T3Ά(yq-)wD+ F;@z- W;yOĘ( lN|G@Sl|!@y4Q .mʳPMvЊHq`jΓ+f,J} nQR&cz8WՋ4l51nOU/uykNj&,w?31g|]fu:&_˅`-ń.,`QC5=Rw";PjΣͥ=U\;9b_7'sidD`_Ö"hϛm ( Hy L7gLa"!x`/PBUc:P_߼V(ʲX> <úoMɺsVR,|)a|+NئK%6$my#Íz?kAc61 Y_ ck[+ =/\..;Se%ц[/F?w2!"+n쌃SRWm| D+ȈOBߝ+Aq9'tXgD ("R{g%Nn;4zq\B T;咤33IpUaN %.$9!+[MƀFZn(B㸢p]PYM\4XDi_60XS\!2D]U7tۀANr<NFRG>pdǎUeXj'[k$rU $ BCORE2^q[R[.K%_*a eg^S(MhHjdkp;jIYx l3[bkN{"{{MLd0 JyWZ%/EZ@%$gi[AH|SbB•qn/CRmN!VJS"ˊImV/ j fsax}C_}da+Vx%`V_ƍK.2=7ty~lވ z&SfY!`3|>A ,cN+192/bo>|( M:3{+y k`um2 ̶ o5$,8|V$!2c;- K4V؋G15 H&>.;|-ɜ#j=Cz_.ghOmPH]7]bٕ!cZ߹VP!Q'= ;u[2׎Lm)7]jj8 3Z'x aBws,ngGS~H-J̉`Ⱥ@;(abcy -HL :3함7.?!BmYvWzt F䦏;$Kun 㪷I!1AF+ڰT=/L} K|&)ֻ*JD43Z+w5SܾJ4i3N$ 2;{=Izj U) :c3Xd9mʯ[ 嵑7.?lkuD zZCoت8Wן!O6/=7I&iuGP!aUw>}8Hy2W&?`;2(.E} 7xkzX)T.73%0[B/|fLBKl* 7"Tq5=[u#漛ShLX5 _"F@Hc3,O%3pgX6[>~'Ýq:zAVi`Gw޻INY`)ŞJ~CAahVG4!/+ϑpĞvcZּw|YNrKHR˧Eq.J5c\sRZs%VmV25z QRQ#O5(0b(~׾ĬDϻOh76׻S[fNy6ïY{35[ceNłS,z|cufdqT1"`~㋕"=y5G"R@r[)Iꆜ誴a %`\?.w멑}.v"`!~T.fgwh-"S(@x`T#pd=bZ[v^Wvs9_;-N^iF:Ьy8Z9h.rV`u0]3.*p[Gw lEOPhQ9.o+-x/倏h1djO"%aeR{S0`-BWu^lJp~ !Z˰t&AlR^kvčӹLQ2m\r[Pp#\h'MjJRSStL~8qrljeM҃EVp2KFnh(/CK(}TH/B=>O_)v% jh<>jP4g6ʗBt=AyCyh)G3J@bWƧϥɦDA++iڒu{IX> ',`$K9G/眡^MA~Π\ͥqȥGJ|'Ȩ`SiM`JYfrveu!-%n +ڕY*~|OoZ{U~]0 +)bs`{oY+FhʎjRa}d~] z*.Mc?^ڝPKF*T(J]xg@;+~i鼨 FYܪZc UOXwKX,-Y/a8ZU^!i4ɷDLs=CuKϋRӫ;{wRY9>2܏!llR3Y<]>$jZrҜh#kպOIFyH') 6ӭ*S5q#/gtkkCPm0 N`Io7fa Pp|NdOvϏ|Wibpe->ިHw:Mm!Zvo_}AoB7!Y~,x oN\r;ޯh Yu>~ D:q{.? .;87 #Q nL6 iqAS×Vbph;< \,/[*b_P.R;!M/+H1)3j޷nV3 Q[{ K`)P_n ^$'{JZ2P}ZItΎO4L5[_ s=딆7Y>&ۺN5g8>=w$ Th-*`(FoV0)!mR|Ԑ#2@<7+!)UntNW=[h#caXc kGĝǝ OnH{ m;Ī\!iPE(Km.wzlu zD #VWĚ^;Sak" ʪf\Z_*[PԮ-W}/_lyt0J_O|ǃo #d I_k!J\ꚩC˜-qZ&qMZA+MC ߪa#]UXPQ]=rO:}͕yƽ= 310]~l]υVk ufY1tEقW<kQ5pz@=>| K}PxT{*1.s'Mţ7}و 3͇v?4+5+θJ_X϶8^5QB1A۶`_ݴWC`S MۄFvإ~F4 15TB-VQ\!(+ɱ`p΍(mV:IvuIz7[16)<6>ȾssEn;.I۱V|X4SG9NlKbԁ;;Zq8 noriauA޻16o0@g F2PMh:Ipims4x\9{@wwܜָC$w]vO<3>M)gg H}f,r6#Wyș YeDt6S0+錺]3ໃ {Q`:9j{qan$K]77u],iYTB P7Id`~vA.!1P[?j Avۏ^oCNzVJlqȫ<Uԓ)9I(.m_Tm&.o`u R1'@vϲd@M5nňE45 M/yF⋧@eg\~W8ވh}˹gǜ"-8׽__b}(󸝩En{d u 8H`ZJ'fVD:ɇ]t@z@<4 ?"J7V`ΐ~ϽBA5 ^򸉊2 N P ZH<*ACZM-KxtuQy|.7iSz!!Egk9J .65gI6 ,} ~1R$9X?D«쨳x uvhBl5;irk4{eօd0(h}Bi"1x^]Eq&z nXc.x 0AR!0;nY\aKOݣlHi*tev‚&^LH2͵co55,&z-ˆ)`nLG{'QQ t1XYy =I%0mtGSTl)Ή]ԃjLԆ g!;봓Ϭ WRDvuiWLtFLѩ~\Jr-_}=xF>\dM[8S|i!#.t ]vt-`K7%w:ǖ;`x]U>! dLGE=Nfd|CZV B.})jLGҠr_#M.kVcen^5kal@Ćҫ 2(d),ջ7 ؐjfA>c`l75bb'‹AH81SMŌp47ijk \lP$f@Ihj2HQ|SuJKR4_UQ(w21WE=Km g(IqSLM0nu`}Yqha-ZZUtJyAW^5JD8kz4%,WU.0IRqtv{hb1faVR"zx [[3+6Z Pn |g';cHJSo^.RlvMK6 ,16xY)<*$1菁vKe(mZF$X}Ÿc;D;>*avt?}ato~OS!VN/7ș. = [<0,d$0 kb&AOZuZuN";Э22 lx}viYFѐ%&VCD#H M: en/R4HƛөcϽ^>BIP~&ҕyzӿv {Q<#EQF_@O97t tl$ǠXu7YƗ}lՒxs:QUS46 ',8TCO*^R`S|S06ו'}{@R~*uAM@LJw/L"" @nC)[p "#$k3 Ʃ`<_LU/>Uf!I&Y1jCVMr(`f1{GKzoƓYa%OP9KkEͅXmL}M)S^ %BM&Ț*ZJH6T*fl %e߿D>[.A2bQa1F$eˆ =xȭƃCuYr>ɯիF+-SNɑn6tmsߌvH4(D[Ey1-)d'):bҡ2`H(BQLG(dpdVR$" !N1}@q<(DĘasW֥ﺤsdM~HmuS?!-SCTe-N,w78|^~&-n$ESBjYx`758GCRs bkwE{dPu=͹4/)d-a9:yQi\\g xu|FѤ ]0\ۂk߯[EMišDHPcNzh(˂埻qx`1T H"N7yj)9=kR`L4kevuּxozd@PF ~> -Ws Lk;NSH<uJZD8&%BDL =s$F,\L'zj?)3^Yc="sl $,5UKU+ *`ܷͅIM4 gHGyX6FF&gWZrC 7 V.'[PǞdS!ΪosRhfOρ^m"ڽ2Y 3*O?cGed ]-s{6j}ؐV"! {w6rzu}T 7w4ՑWShDXf.;-| Nj;\qoG!f;M`ؙlBlv6m3Ǎ>f ZմD Zk iML`;"}6" 2F&>XY|_Bu)|,_. `&Ui Er VLkў=osW x(IR>Md_x\!Šێ"eQU ‘>3ݿ~#0!Ņඛ~C%&_dd*Ҿ8o&'@QswErPwd Y/HUoЏFsPgHxx4 Il",3la-堪`q+E? 2@EԂ<L۠ 6MGz4 4l+ i3XډZ&,Z6GVe{ @k[ͷJI]g >36l(\=uIJgZԝ+YA˟4 W n}  >m<pEFQpO~>rٕ#VHpn>IHCo(XcMaZ-}Hƽyzo嘿-^X#upjɃ7icwlqǛ:{Q3[On'"Z$ay`1@5O5[\<"K\,HWW8so:_2=x|'v$=2&(@8>dBV+jW~汸7۷d?y9[{7`\%.DR)=+}QN@ $x{ o"^MGJl`ʧ6 ?U&(.L<6ﲢxfa"D/hs8F½XSJY__|GI烫;wmVUs"nz>@36ŸٖmCx,?vR J'zϳu# αn{}2*Q7,-q6)PŽ3dN|v(s\bk O/-v, Ⴒ@FQpvNB׶cB8a=!'x --(фk G%Rx'6{l@2~^k/ۛ H1h"F+޶%Ӳ%?ޒ0R:0"X}[14R[,axkA -ɘw=粹5Tݍ8>04$PĀً|=Pq5I`nwZf-֔)$d\8pՐgW1/s:vM#HY=d++ ʩ mT+;z6SEsM2u> HO'fG+v 䂿Xҿ

feg6|Y̢r7kAA1._j-JP6 5/B0y9Fث#5D"Utm^=۾2\fi6 FI!(Eކ)ٚp,h~eKen3ȃVGc.TAg"a+My[ܞˊ`b-(ɉ1.g܅ ٚ.yw`idwn@]bcѫȐ>l#H2 vEMߞvN׫f"8yD_jӽqa$\jSs@068u&hK]zLdta CZL^W_ `BBSD= ax̿7s)i7A(Ť/T!A>gc"C(f%e:[ةGw:mVM[0{۔;Q+1t 3 Jua2L~25U}/}3 /BY5"n#kSdlaZEd8OI ѧySl ϟu>*;T_'X/E=I֗˿Sm_ΠLV[L%d7}ّ-Q7_hy˿NG!KF>}F@oAADͯ'V% ;8 _Z9Z" KSm4vRW3XI}^G%v{㓃-\55x'uX~U9%񝮥#}S<˟>k; KSr9h R+4[1 0^%\>;; mϬiPbųJ'|e|vŠ&; R^ SUJ,3} :!HEQ:ѓWuδ̈gwN޳[oD 9KRP9Ź?D˻Zv5ZUHtCbN5 Вjg(3ߞkm\,ώn@(I7BM<{,`L{gpYp.5#^.Rmm w]z$BDZG~+gKQVHZK6f>IGNlTTɦ*;޸ZPJ07G$3 ؜I[>͋n|wņY'TF)Ỽ иOwM~h@|WCSBF]}wkԱx ېD_LKKUChv嘺CY-!~ _0OE&jq~<xhv^% 6T`UN}YdHs_.{ZZ_;죬{p\{"';6Т%jEgtxP+Cq!FʋIe<^?ε|H,*1 ::S:dÞw,{>c:m_G w~*Ѥ-ڷ^0ID#ԄFtԗtTyEFMX=*ǃD*mǖ)-Ow/$0> Yy|6T~I5CW8 ռ`#$ (o+]%hOQ_gsRƭ*I+LrqBAF !,aRְS\\fm |`m׆F뎄c6jGE n4 EQDŽ2n>, #-uku=9SOȗ¯n14Qou -WN|4 F2P }}mdgF_H3#2jh[nX?06@jZ<|UC=/UFhA'sc,ރosc𚍎3w ) n&MK&g'FGwaW n㜿bdğxENtF=HoT:O BRFBr+`k;bLd,~LSQ3T7OI@Yzh!*J 2<aCіw=C_d1ɂJd:$yYJ%[s b$y9Tx9$}~O0[X9`ZX˳G?}E|3ja,*xpe7bTyDc~V. itgW#Orv7*v=M??U,K?mL~rڟQ'N R~3<]D`Ѐ3yiW 7ϐl}ӛodH[l&}LՋŴԺWd=+v[?JOrGR:hT U$J=^ ZF0Y([M'g8ˌωd#y'ZtqGJ]̨dSRI:x?;͏aVjfYiO)v։ m\5pn|Uiw ࡀGm=T"._Dgy-C^n`,. |8Lf1kd)l3# >3(MoS,ܳN3a61B?GK9ZP ]Z-*]Ix7K Cׄ}` &OʍO晴R)0ngpXTSAz9Z(/ d EU۬T\"B$c8` eJ BP6L%g@jMxF6sa|ۅ~>cjPm 0=O+q=AFjʣy2G,1,8lErΒzɔ6e O_eTM/#],؅mg/Yܖ :) 1=hN%P#1lnCF`%6 :Re{F)5u$4M,nPaNwn#bIӢ%+®JH1U:Q'&{`(jҤ|2Ѥ5dWyu=Hu40K.)1f6(̭ Xװ SZC0ZڮVib#%A70 ba<5'XYf[[f%}>rh LKPD ~D}.P̻y$t% ɡÞR0p 4{ޢk0Kv.J[ 1,3}0a>b%eq\ HO[3mɐ@bZ%WFULon.Um)[c7)L֊̇bbCTd[Ǖ蛶%|~) .ꂦ0[7뼚]䲉Zލi *[yL&l+#4f҇|? [^Wޭ0?] ~s/)Ҕ1Qv;]b9nM]Dz6Y3>g5ahnKȓIqޮlY[?tGLḵW.г%]xP RC)E tFx}t4&+ hyYɤjVx.~ӫlkG*49NBSΖh_e-a`Γrն}/o1II9JR7r6ڣnvEFVt6ȱT!)֋oCK+}YǂaTz8F dHwE# C ?N+1WIi{B!P(YfFH%܇Yj6U'y|B5:ő^;tꐫ؃8v^lq~27bK}>IFO6O^xyAe4H[ .!yG' `.Z]}]S `@S^)@0`3:Qs z&~esx$U2 ZXgڴpKc4 &@P”GyX֗Х١!P{@dc~}i=u?p҈oR[݉ S}{%A1{}YE{_|ƶ$ro~:Tm'wpZ$ oף+ଁhR Hfvͽv u[ iP{hN[cMtzU?O󯐣E#Q\YTnJ%mM 'M qќfEVÁ*;pnOO!x&LP@ʏ`v Ӧ &a> e{?w?Y˙U ,0v̠ +Mc(OF[ \[$jǧ.НL^42EVfBi=k[{i6Zhu0E !9 X %D;E@ ǀ/x6A+u46xw}Ɗd}&&l@S]AH_HvP c7䓧sqNAknx6m?H91F4wcA/\>VB%AtvdR[;.g +\_òG`L{d@dV/thكֆ;o)+zRxTKhETe%&ޱ'pi6`M}<\f* 3 }92d:&K&L =%_K>>زLl)Z3ȕ~!d MEUB їvY9vd4F`׺ B\{S}{XAtI:ԴWu}ӷE&Y-bi.C.-+JV9.2J+Wk(z_XeOIlPBD8BBEQCju@Њ+":x͊O'}fM|<@]j#0+?3fw*4W~ӝy[`^a`-˵?J㡙r}4\`[>,M=vk],^ 1&d_,C𼘆^&6zv9,rIpОK~J iiALmPʫBXpc?G*we2:0/bR}ǵg_'/pW7 PtdbXH*0=̃ৎ".szUh#vȀ/-hm0Y5PYrm0_گ#J_e䉾bV?#@U\7MTq|Fb/I@g QCcuʂLTwJx,-*H TR MM8*![|LIKP' g~g}jy>}Aish)qvY[JYu[sIE/*,I $0;h[!ιgYUOdPf;In uUF@ UA!BDTYiE[ʊ#YȐ0PMk `wz䢝7v'g֋wk]sd3!)BTipo7ezVUI0Ek6:ٍ}I.`tJ Y?2MVº_SXJ~T9VKwηsta'/+N5H@)–e:ϲ9iPxOY#*yۗc̗>]T.n8dW-{{O?aǯ tXE\hE ?"\GWs٦lXdh6mc6P c( i7nj7^39IvV;![_C8U163?K! fvuglu}0LB.) (h;_A@^8FHLLEMͺ' #-uy V9YnQf>< sO={ja*`~!'CF;A "^kx^Hn_MGJ,Ii `lgDưB3:afQ!\FՍ"/>CDZ~-'Q0*: hor$LR{ ><Ϝ?*5:=128$ǂd{DOrDmKI${#\ p߳Rl$/eL֞jxG| e>K_G I)l@ȄNXJ ӣ|IİW4JqX#Nl|ɏ{1pT/=vm5V&UF_w#?хSɟ^+]K+qYM9aoPFRBo z JNƥ/y=jȥ\zJ)_Tsv#g -o݋r5 Nxq<=<82\aV$o16e :{lz(V/0-$p&w\v 'h1S ઌٵN/|&Skح>AF&UeY6*v]Qm5|(MYZ&,E.k&x+9bp^_4j 1^G{PS fCtHvDĭT.Q s"Źo F犠ڇ/`-_߭DsK/MPkwdE-ǐ\WMdIGorGS#[?W1.B҇)q +Y6Pva6x hfpRs?& S4h3t$1 /):]C)=c>T,@@d{M#pT*>;gd} .kj_hmmswM%(Ha[QcSJCPjRVSwTn꒖bTC^/y$Hr9JeߏO%o5;2iiCz𪥚/<(?E>#TT,#[4&QW31k(KTP!U3I%ߩcb҂])ݗR0j<_j2#B\V{OBT+AQ]`io OSyJz?)JKCb~瑬)*OUlVl{Z(Eh{z=sb<;P(p=lf#S,%D܀AMUSzKUh @>LC R29^Aj z7^Yxk,m9d>yu &61g~]r~nl`՟삒>yeR+X#GJΣƇ\z H gQI֥ʫarcX';vˢ(E&XXL|* (=䅿C>7Udk5%.~ #9AA:ɛ_̠б}Yt?8P$a>eɔ9ⶀE#ҌT` l[_bF7 MG,~-b|/je(y_au8o쯒PE-М8GX r|L.ܳM~H zQsMqB~"1 pJu9E϶?|n}K_XIs $vlX'\*[?P]Oܶ (cKa_v yLDga"͛yP;^סRqzffTJ2ZD}QO/x0gSsVa6Ӕd ArN%A}nVoƬ`ۿzNy:&6$gQgUJ)"*QXw R.Yׄ*fu{x#s_ E:^}*&>,_x7s*ӕC4h:R: !?K ֶ,̶cPQ$QhbFTjӿv]J,΂G^ 8 Kj!&iMLs򥽈 [ڜf?q e49Ӓ򷟁*P@=#SO p'H t,-=-ÎL s-Xl[在 sӉ}4e>FGdq5J9ki~WvsZQ6_Lb ziݾWkZ>n1 z]HWnkMC5Tmi8:A^D;Զ/˳r4"6oNc>_IH<s~iY=p]3i:+RDiҟt`97:HW QՃq k$GHh tCtlh`-t YK3y&Nvˈ_M`4$;11dԸe4dP,PExZ}I<ǎ.6+/M_`\N@ nVytsFi% "o+(#.?OU˴S-䛡`eg\ Ax;J}4|f)6J3! b&Ҩj-8gqC p"da`Oq^Lwj>s^ 4gR]GXMpbv}[<Rc#Ƿo gr?AӮad @P"GyHZcw>l*JX,?@BQ_ 1(˵).٣u#Wp!]|:nK(Ad7.iڙ3'|H]b=U4yF rWn{*5J%'s)~'/(d" 4ndzt t)n풥ŗ[b2Z]p5Mt3^1~5VE$hv9 ՅOaAUѕ4 ||Wΐ[R Fg%?HFb5Gҭaia". W̑> A)>+NF^8̃D`[.'˜jUCxK+n" .AՔkY=וv&ܒwgUA>t,Y%\A-p}AS9F}<4^vȖߥ(x<=YD>6!%lSU(X[$LsRcŒ=1ĀX"?n(6>ZoR #2,q1\\'WZ_eUw JYc?E N?5nP^>̡} p%|5ʽACf.-5JyW(Sv $^ΧUUF"D="Zs1y73~Tns}#b^WC`lYNQX7 P°o4`,y j7.{hj gA 2e#Z~X*'D@F瞏pH g8c,taݮ<a>pv2(r8sSFӴNJxm0c۸5?_ɦj6$}KD) ӤYɳZk\ c$.XJ 'Kj`ŁXEE]n6HA?rR ;RZӻ)}3 ϣHN‰8_j#UlU8hn$"X`(*ArmXD*(EK Q-"[Le Ar'2RqwP#6 ۡ._::-(Ѽ# vhsK]J "jx7c]F򂯄QFILϡR[Iy~[$Jv`Vc|M})yʛ.D>gF:8 ^2mxǙ(BQ8q( j8Wžq߄q@|2 UapdKnܐ`8 m͕װnrB`.+`RUL/xN`@w|I~=d ٌ?WpҮ( +}L:V5/(h{CA3kYL/y=M<^u ?ć矻ub1XCmՐAVC%@G CCg}e.!LnNΗ;=n 4 OGaRvԧvřva#I bmT:}hVu("ZTí(Y{4&EbBhi'[~1ru)XOUnMJ2\}8zv}`=|,D`|߸%|鍠%C; ZU7PEwGY߳=m0dw[E`݊֋<p*5? 䦻53|^/bdpI9 V;.\mjY8OS|bXC-,Int}$KgplA7>GP Τ\f|[Nj3#Kl *0o /ddAcI;p*i'bR :8ldUԝ~8|`*%+:j<$f lpxQ? gB˦f38@<': vE},c@B:aG;GOe71YYס*w.j鶡9l*# HN,( sIm)' "3E )-AhT+ow@A߁"ҔuۋH[Ŝ2^P!ʡa~e۸{Id`=)Z >,UƁUoZ>4hab'u3Xt! 9XXGb^s5Ů!ʏ?r_Az~Gi?OgըZɰ('Y/_ZS3CmB[ R,ŜK4Ja.-~ GͅKs4 G _G}ӈ2\V X#[L`w5a*N~vh!>0x:tstBhnZ[&UYB>j36& *w띐W׵UV'o˘C3Nf(n~-җNB,Kdx2|?ę lg`^O'/O{ Odb-g F@C5kLYDsd SP?2qag`jUPYgdbM!2fbu/9bVRn/O>qjx6D;lY]#(S9xMDen4,u;>$l  ,xQSW'rRIj<=n!Y1ZXŭ%a(v\죂3™5 q';~g*W!Njfɽ}e7"jLtSbjvǸ'`')~}-EJ-̍餍6%<}G*5z? B` NGd{M?*lYc󂷤ce [c$FJ]=_c<sjw3:ϒ_q=zǧ{$x٩=*:+,fP˥F)U`94A8~[:ƽ2mJ?5Q T' &Z){Oq zk= :W`sy9$:2aghu 1%>&Qd8RS)#29+lk0#0]B/"q3Pzz, }uqQ.^lU g3NJ* #3ߧx1 5dˆ#X.oǻGZ`3/;55"( ’FStd@~yfⱷ ._Ki"'ۭ cTKHzťtݞrQ-D~!ݰ?4GFyT}zCl ?a]9ـ51Sۘr8S䂶un'_ APF{˘$\=jSK5JGYry-H1H0iyɲ-*PF(kaĶZ9N'z7RԶ@h]RSv:aѐQ@ϹG3N;ESNB~D@\ ԢoQa?Brh1AP[9:DW*J髤"b#"Mҡ=O |bu&ojD! ݛ-lb? WhWd/3af½S:I^Fiu(ڜo+s" ߤmVRdEݛ #>V {Ip~|JԚĎCy.A hN|bBMKi7C O0F0Rv})z/aQEmxoNlvJaSo^zr[lG!ۃO tRmr$&{dsx6!cWajR=*/i}H uΜ+e3G> K@tIHrKWk1ϥ=LLaعPƣ]j7pƘ:jͿVJyRjҝЗds˹O ?Y:H7fEx'f7 <]WboRNFRaJ0vaHbKKQh-+)[c ‡-^0jTmHe^-#Cs=sB1wCIe8㌃ǓDPTgW g>q)J+,8ЄuDKGږi,]j ,Ɖf'nR'R֐vQLm~,2S`?tv!3>QeZ]xC'h@/Ɏ/)`-l)nxHdq4dlbCI%]}3 bM eМ뻿hváomCsWvG-EAe@UM&B"@ '^m_a͎XMJ2J 0z}PyV=#zԏ+bp*ᣬP'@FVCK+4a2d.lr3֏0s5l`a`*!&OD7`gn#wWg%7CCΨYTPjj(DД7KKIJHx I$$fp|qz F:*6Ԁ5%nL|̔Sk%58mJm ~mi~k,{zG݄}6$ha K8Oһyof5mi3b#e?0_jEyÒ3Us 2+;`a[20Q?M3 ~10lQ?P-*S-R~D'fځq&}W{TZep6euDh2nJOG~ *D3txk LZS /JT'D'x,V'9 dԔ4? Q+*%`09IMN]{ 2psK*ώTY'$pH* )S~wyeW 2%YL!ו([wdY0 `*wu8/''_-=4ڕIUi+{xO]S'kSQ^#eU" AZ 3O/n 0܈ $   ^]oSew(x瑩/B 4OQw|ƝŸ4qv[?g*WPco~c$Rf6ަ/TOMvsMk!gy޳[=Qi<=0CΪ 9y>v=$([I~,Zhj[Ş ubhe_:h-Ld`N-ط`п+|io~͒fXx Iz.U=>Atg(ٴ9ۍO6ň*XK&IbKscq+N[OfFB%[f y9iCzD*Z1!&e}$+Czxqk;‰Q O0q k2B$gc W;__30Ov;~PLf38wbЄ2$7zY:Ք?~Y3V \FʢҘ+A%l'zCj!*[9<N2}bAIu .7b<|/lms#O2z^} DaS</q0?L8J>bWfYwx͡Rz&޺;%ț(*)Q'Vxcm+ܜƙ>Ex4E i$^R@sb}z?˄Y/Rk*A' vF ,K'z$Nb(1I K\Ʈ9֦Ex VCʎζWh8e]OȬ[ Z0\ln9)  ^J`=@"clg:ڥQk?Jm6+ )psXAB9~=xq<;Q@ydג|mÑƙ/_GfT℡@t>jfN]";!C^o2hNbBd I bѣM'&W*sk rUi- #E3}1!' \q<HDxtdP:]aBe̾rΏD)h\C˯ڻnfF)%DY4)쨇' ,S ns8wqXn4{=R1cP`PGJnrʊ?{Odϡ@4<`NMgsjȢ Y;R׹3\K82Z|OZj F[8o;F zczMdʲ$"GHR/wh BPo;ӟ0dabz,Ş747?2шۗWsch4vf/$/"wƪ^j"[P40a u+1LYOcRfOfvcX)yM8ze qr8DLE!H<^R-!z nwOte)hAmK, rbA*▜|yv[N~˞F퀝رSǓ%% ѭ'Y37e/a?&"nNa$:IqY<)_VO(TH>-й?hB3C 2YR4lm(I?(ni9N0B t&eg vA\I)W+̴qFFy,wԏZ.Dg@zP/ $2>~V\^@L:۵"ExD[ "}r1f V2^jc[UOHW f' p17QAۥߝyԎ@;v{Ҫ 4Ҭ (L='`H3j֌/QPlhD-S G e CY4-Tʥ*UYޯKڰMR#$NCT!cY<*!N'%_+ p|Tn5|q2}$sKm[p̹!g4#CY+}AS}I7[A=}9ɂ՗ҐN͓A@>Ȕ<~N{7V`ι|ѱ|V1d OC O"N&ű&A'2D#;$ Gin2JXiMNMQ' UZ+edb :37`qYĸ{]ը)zT 8'et z{oEbRa cGYԶl5w/UsiS=c#Z`Ù@!p.N4̴|C؜Kx1fX?|?ڬ"g>WX4eoԶgЪpcokr=JPi"joQM>0ҽɽNHbFS n+G#B3V9#ci2XбF;v0"2]n6}b?u xO@08,moby|S?]c^]s?>(XTevϽwȨeF-Av?d_'yg4JNuKXd.qz}\ud O+^1Abz@'I,2=9NA1N՛G9w7YwU?\y%/'\LQj7H {˘s]n4&8r= ݼȅ1gi>d:di P$ ^)3U "mVdmθ0:,-]&ff2$8/}Iw:l48ı-^' # UM>06})%2)c_e>qNnI9dTFP`ꛃ;ʒ@@,:Dy7I$R`4^)îHGV'!]C YD(h<ՎDFF"u+%IItOiξ+c]ZYڄ'1.jLiWɀ\ %X.Dk$JLQ T@7#D*MhtDGfg\s] n b#k\3ׅtNүF(pR @ {SWo]ǻ;yS"N42ߜ!>5igX۬wOLHJ4[s@i~G|rr(W Jz3YeV`({s7hYOn &nѤҺ37MֱuyRp2 I_X(G/3+}C8Kuߤ!쩦߾9w*l,s:Ѳv9=<2$C&Х;<̽vSu[n M8d{՛9 nzZcYv!#ay$? o䧥F=EW$bvmNJ\_rOI;nTļKM8\8 nyS4K{m\|H+Qd=&?aL-+i5VD^#1L|>a]X2N_릡>{8{`\t лy dLW|W2CqlXLz(X?t n2`ܪ$Pv&d"0qp/H vd.JGe{/)eW.u ~%U>(eǟ Hj0%ege0?ša,J#r;o_nઽz95VS&"(`D,9l®Uç)g-C[K !4/Y~̦B>cJ8TZ_XA(?ԃƷ%옧L!ZU?׃^\)ARv_!b;zbCtLs ;*0pBdcOc@  _Z{l}hR(ȴל.OUQ@ Ƴ/Z|^=z;PlfPĠR1Y :o9QH\=1)$_h\h$h}P3,hR %49&Xb*/r,3.Wک$#,:)N G;xq%fʼn09.|񭅰v+rV d?R8vAKRp\2kl~̝Pol r@.D;h{̇ {AJ^uP ) !.z)?jȒ!MbTpAB-E,} "5՞ 2%0sD?&s=?]l+*<߶\v{b/`傅~8 ̈́R"jQ9񨜴SA9 <&rr]ӜMo_L1Nx,T0J#%|_S6"RqzKȄQGG}:׻<]Q~@BYbB;ͅ<X-!rdf*iE9w `AMeҳ| MJpzW5mB{zt_U3;LF (۩*|tM|`9XmE|R(LVVSNqZ-v|z$Lf_pV545YЃ҆6P?9(E=+:b yuk,Gu8_YXBJpmgND/~*ua"Z䷡+{F {*LIճ~K[HIצ |^D6 'rAO%#%|44OY5[JR㜱ξӺ;x^d]"L\DU AC?vnE"WG.1~bjgC69}WA\~48YN?Rdg'h$`(Oi )y}v#xyd*g\6Vi2T` z\<p6t3U2>oP}uC$([u7lܗ`XBO5pIt_6n68$(=tuAᅕi^y3&%;=:C 3r!K?"̻\@irΑ 1THyey`^D+cqLcͻj!0<|cZC&b>&r*|1l߈7O;m8xvMN׍&^#!غrIqtTyTC(Fd2x+}fol[v#m[ykzi~Z\l2.2*̢K6[w.Qݘ{ߐjgwSK6F3`2@eV1j%IXo;Ԅ3ݜbwMt@?;l #]6@J__4<^7F)x HL5 V|d⒅ewCu۸Ué%+|ݴlniBα7Wb܇qNdh8U^3Bx D 7x tQk3H#<%+eE'e[:ڃ1+YhW#x@=tmؑE4AO*VTO$!kP̜ʮ LĮH -OBMW "[ZIP^O!"9"T%k}ƨNjBoܹ-l@>U*׵ }P-LҌ>8-D]KοG`aEeTIJK)_@O6U  wWYA.Հ]Ko$0p=: =#4G96KnqAآ%FۗB S83"$rMWh Hz`@Y IQ}.vG}PKgbm:M-NTlD#_"لSJ5=R3p#_i;lf7VDUӸc{U,K?fKqV ͋knԲW#mvXPˬ/8Vw0h+|.;Kq7z^Lsr nWi$ԿN_45J(c0E% M8K*[*s?"ymJf