libpcap1-1.10.4-150600.3.6.2<>, tfp9|ĂZ] :sרx4Ufɷ%j@LeAc_1%Xt5no\ B[9P&"1"PNl0f ZV:kmW#[`{Uۘ6Nw?BLxJH$7z~\7n j[2Bf:Y>&tg資(_)k'@c&+PĦ 7g=lgKt2Y,<(>CB?Bd   > $04Mn{      4  h     H   $`(89 : ><@<B<F<G< H= I=@ X=PY=`Z=[=\= ]= ^>jb>c?d@$e@)f@,l@.u@D v@xwA xA yA zB,B<B@BFBClibpcap11.10.4150600.3.6.2A Library for Network Snifferslibpcap is a library used by packet sniffer programs. It provides an interface for them to capture and analyze packets from network devices. This package is only needed if you plan to compile or write such a program yourself.fh01-armsrv2SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://www.tcpdump.org/linuxaarch64B d+ A큤A큤fffd0Ad0Ad0Ad0Ad0Afd0Afff2f908aecc3fab92d73ab575f36f4c91bb330ff540a80d10d2a4ad30c72c4a867d369a048ab2ec924168a88a33b6f665fe7d8f96faa35a764afb59700cb178092773e84a1afb073c060eb181e6c301bb9322131164e32151090360432645eeeb81edff8b44df8f500c54dab8fe7b0e43468b74acf92e2a33964217e30750fb67b811f0b624b8be626576e90c07a42a16f82924863baa80ebe1d57dcf61475b9653f70cbbc390cb894c4f4d3761d142489e5c5801e70ef85dc6fc2a128ed51c77e8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd2453cec3c37e221e2e386dfb5a9cc6403b22111706fefdf3b333899d0f453e4ed23af7030b75d22f061a0b2b40305b52198adc30dd95810c22cf41c6ea86132982774c61a2e65edd01cea2c30c015f95bddbf603ed4e14e8ba997f03dbbfa072libpcap.so.1.10.4rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibpcap-1.10.4-150600.3.6.2.src.rpmlibpcaplibpcap.so.1()(64bit)libpcap1libpcap1(aarch-64)@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.38)(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libnl-3.so.200()(64bit)libnl-3.so.200(libnl_3)(64bit)libnl-genl-3.so.200()(64bit)libnl-genl-3.so.200(libnl_3)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3f@ffd1W@c@cu`P@`)]@]D%[Z@Y@XӸXXBX@X@X@WzU@U<@U@Temeissner@suse.compmonreal@suse.compmonreal@suse.comandreas.stieger@gmx.dedmueller@suse.comandreas.stieger@gmx.deinfo@paolostivanin.compmonreal@suse.compmonreal@suse.commliska@suse.czmkubecek@suse.czjengelh@inai.deasterios.dramis@gmail.comjengelh@inai.detchvatal@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgastieger@suse.comvcizek@suse.comdimstar@opensuse.org- enable rdma support (bsc#1230894)- Security fix: [bsc#1230034, CVE-2024-8006] * libpcap: NULL pointer derefence in pcap_findalldevs_ex() * Add libpcap-CVE-2024-8006.patch- Security fix: [bsc#1230020, CVE-2023-7256] * libpcap: double free via addrinfo in sock_initaddress() * Add libpcap-CVE-2023-7256.patch- update to 1.10.4: * rpcap: Fix name of launchd service. * documentation updates and build system tweaks- update to 1.10.3: * Sort the PUBHDR variable in Makefile.in in "ls" order. * Fix typo in comment in pflog.h. * Remove two no-longer-present files from .gitignore. * Update code and comments for handling failure to set promiscuous mode based on new information.- update to 1.10.2: * Build system updates * Developer visible fixes * Fix some formatting string issues found by cppcheck * "Dead" pcap_ts from pcap_open_dead() and ..._with_tstamp_precision(): Don't crash if pcap_breakloop() is called. * Savefiles: multiple bug fixes handling files * Capture: Never process more than INT_MAX packets in a pcap_dispatch() call, to avoid integer overflow * Packet filtering: PFLOG bug fixes and improvements * Fix memory leak in capture device open * Fix detection of CAN/CAN FD packets in direction check * Fix double-free crashes on errors such as running on a kernel with CONFIG_PACKET_MMAP not configured * Multiple CANbus bug fixes * Fix pcap_findalldevs() to find usbmon devices * Fix handling of VLAN tagged packets if the link-layer type is changed from DLT_LINUX_SLL to DLT_LINUX_SLL2 * Always turn on PACKET_AUXDATA * Correctly compute the "real" length for isochronous USB transfers- Update to 1.10.1 * Fix "type XXX subtype YYY" giving a parse error * Add PCAP_AVAILABLE_1_11. * Rename struct bpf_aux_data to avoid NetBSD compile errors * Fix cross-builds with older kernels lacking BPF_MOD and BPF_XOR * Fix Bison detection for minor version 0. * Fix parallel build with FreeBSD make. * Get DLT_MATCHING_MAX right in gencode.c on NetBSD. * Define timeradd() and timersub() if necessary. * Fix Cygwin/MSYS target directories. * Fix symlinking with DESTDIR. * Fix generation of libpcap.pc with CMake when not building a shared library. * Support reading version 1.2, which some writers produce, and which is the same as 1.0 * Drop support for text-mode USB captures, as we require a 2.6.27 or later kernel * Bluetooth: fix non-blocking mode. Don't assume that all compilers used to build for Linux support the __atomic builtins- Update to 1.10.0 * Require, and assume, some level of C99 support in the C compiler * Add support for capturing on DPDK devices * rpcap: support rpcap-over-TLS * Fix some memory leaks, including in pcap_compile() * Linux: handle systems without AF_INET or AF_UNIX socket support * Catch invalid IPv4 addresses in filters * Show special Linux BPF offsets symbolically in bpf_image() and bpf_dump() * Linux: get rid of Wireless Extensions for turning monitor mode on * Linux: proper memory sync for PACKET_MMAP * Linux: drop support for libnl 1 and 2. * Linux: Require PF_PACKET support, and kernel 2.6.27 or later * Add DLT_LINUX_SLL2 * Add a new filter "ifindex" for DLT_LINUX_SLL2 files and live Linux captures * optimizer: add a hack to try to catch certain optimizer loops * Probe CONFIGURATION descriptor of connected USB devices * Linux: return error on interface going away, but not if it just went down * Linux: set socket protocol only after packet ring configured, reducing bogus packet drop reports * Linux: get ifdrop stats from sysfs. * Fix various security issues reported by Charles Smith at Tangible Security * Fix various security issues reported by Include Security * rpcapd: on UN*X, don't tell the client why authentication failed * Linux: when adjusting BPF programs, do not subtract the SLL[2]_HDR_LEN if the location is negative (special metadata offset) * Linux: with a timeout of zero, wait indefinitely * Linux: clean up support for some non-GNU libc C libraries * Increase the maximum snaplen for LINKTYPE_USBPCAP/DLT_USBPCAP * Fix handling of some ioctls that fail with "permission denied" even when the ioctl isn't supported at all * Added support for ICMPv6 types 1-4 as tokens in filters * Report the DLT description in error messages * Linux: Add support for DSA data link types * Linux USB: use the snapshot length to set the buffer size, and set the len field to reflect the length in the URB * rpcapd: allow rpcapd to rebind more rapidly * Add Haiku pcap implementation * rpcap: redo protocol version negotiation to avoid problems with old servers (it still works with servers using the old negotiation, as well as servers not supporting negotiation) * Remove (unused) SITA support here. * Correctly handle pcapng captures with more than one IDB with a snspshot length greater than the supported maximum - Remove libpcap-no-old-socket.patch - Rebase libpcap-1.0.0-s390.patch- Update to 1.9.1 [bsc#1153332] * Five CVE-2019-15161, CVE-2019-15162, CVE-2019-15163, CVE-2019-15164, CVE-2019-15165 * Fixes for CVE-2018-16301, errors in pcapng reading. * Mention pcap_get_required_select_timeout() in the main pcap man page * Fix pcap-usb-linux.c build on systems with musl * Fix assorted man page and other documentation issues * Plug assorted memory leaks * Documentation changes to use https: * Changes to how time stamp calculations are done * Lots of tweaks to make newer compilers happier and warning-free and to fix instances of C undefined behavior * Warn if AC_PROG_CC_C99 can't enable C99 support * Rename pcap_set_protocol() to pcap_set_protocol_linux(). * Align pcap_t private data on an 8-byte boundary. * Fix various error messages * Use 64-bit clean API in dag_findalldevs() * Fix cleaning up after some errors * Work around some ethtool ioctl bugs in newer Linux kernels * Add backwards compatibility sections to some man pages * Fix autotool configuration on AIX and macOS * Don't export bpf_filter_with_aux_data() or struct bpf_aux_data; they're internal-only and subject to change * Fix pcapng block size checking * Fix reading of capture statistics for Linux USB * Fix packet size values for Linux USB packets * Check only VID in VLAN test in filterss * Fix pcap_list_datalinks on 802.11 devices on macOS * Fix overflows with very large snapshot length in pcap file * Improve parsing of rpcapd configuration file * Handle systems without strlcpy() or strlcat() better * Fix crashes and other errors with invalid filter expressions * Fix use of uninitialized file descriptor in remote capture * Fix some CMake issues * Fix some divide-by-zero issues with the filter compiler * Work around a GNU libc bug in pcap_nametonetaddr() * Add support for DLT_LINUX_SLL2 * Fix handling of the packet-count argument for Myricom SNF devices * Fix --disable-rdma in configure script * Fix compilation of TurboCap support * Constify first argument to pcap_findalldevs_ex() * Fix a number of issues when running rpcapd as an inetd-style daemon * Fix CMake issues with D-Bus libraries * In rpcapd, clean up termination of a capture session * Redo remote capture protocol negotiation * In rpcapd, report the same error for "invalid user name" and "invalid password", to make brute-forcing harder * For remote captures, add an error code for "the server requires TLS" * Fix building as part of Npcap * Allow rpcapd to rebind more rapidly * Fix building shared libpcap library on midipix (midipix.org) * Fix hack to detect UTF-16LE adapter names on Windows not to go past the end of the string * Have pcap_dump_open_append() create the dump file if it doesn't exists * Fix the maxmum snapshot length for DLT_USBPCAP * Use -fPIC when building for 64-bit SPARC on Linux * Fix CMake 64-bit library installation directory on some Linux distributions * Boost the TPACKET_V3 timeout to the maximum if a timeout of 0 was specified * PCAPNG reader applies some sanity checks before doing malloc(). - Drop patch fixed upstream: * Check-only-VID-in-VLAN-test-issue-461.patch - Rebase patch: * libpcap-1.0.0-ppp.patch- Use FAT LTO objects in order to provide proper static library.- update to 1.9.0 * add testing system to libpcap, independent of tcpdump * changes to how pcap_t is activated * update included copies of BSD 4-clause license to 3-clause * additions to TCP header parsing, per RFC3168 * support setting non-blocking mode before activating * fixes so that non-AF_INET addresses, are not ==AF_INET6 addresses * pcap_compile() in 1.8.0 and later is newly thread-safe * bound snaplen for linux tpacket_v2 to ~64k * make VLAN filter handle both metadata and inline tags (bsc#874131 bsc#993691 fate#321405) * D-Bus captures can now be up to 128MB in size * add DLT_LORATAP and DLT_VSOCK * allow specifying a specific capture protocol * RDMA sniffing support for pcap * increase minimum autoconf version requirement to 2.64 * rpcapd: support for xinetd.conf and systemd units * provide pkgconfig file - add BuildRequires for autoconf >= 2.64 - package (newly added) pkgconfig file - Check-only-VID-in-VLAN-test-issue-461.patch: fix "vlan " test to check only VID, not complete TCI - drop disable-remote.diff (superseded by upstream changes)- Fix SRPM group- Added a patch (disable-remote.diff) to fix applications to FTBFS if they define HAVE_REMOTE (deb#843384). Patch taken from Debian.- Restore section setting $pic- Do not put conditions about the provides for < 11.0- Dropped patches not required after review * libpcap-1.0.0-pcap-bpf.patch * libpcap-1.5.2-filter-fix.patch - Reference of the pull request for the rest of the patches * https://github.com/the-tcpdump-group/libpcap/issues/196 - Changed libpcap-1.0.0-s390.patch to the git formatted one- Formatted the specs file using spec-cleaner.- Allow bluetooth monitoring support unconditionally.- update to 1.8.1 * Clean up the name-to-DLT mapping table. * Add some newer DLT_ values: IPMI_HPM_2,ZWAVE_R1_R2,ZWAVE_R3,WATTSTOPPER_DLM,ISO_14443,RDS * Fix handling of packet count in the TPACKET_V3 inner loop: GitHub issue [#493]. * Filter out duplicate looped back CAN frames. * Fix the handling of loopback filters for IPv6 packets. * Add a link-layer header type for RDS (IEC 62106) groups. * On Linux, handle all CAN captures with pcap-linux.c, in cooked mode. * Removes the need for the "host-endian" link-layer header type. * Compile with '-Wused-but-marked-unused' in devel mode if supported * Have separate DLTs for big-endian and host-endian SocketCAN headers. * Require that version.h be generated: all build procedures we support generate version.h (autoconf, CMake, MSVC)! * Properly check for sock_recv() errors. * Re-impose some of Winsock's limitations on sock_recv(). * Replace sprintf() with pcap_snprintf(). * Fix signature of pcap_stats_ex_remote(). * Have rpcap_remoteact_getsock() return a SOCKET and supply an "is active" flag. * Clean up {DAG, Septel, Myricom SNF}-only builds. * pcap_create_interface() needs the interface name on Linux. * Clean up hardware time stamp support: the "any" device does not support any time stamp types. * Recognize 802.1ad nested VLAN tag in vlan filter. - dropped libpcap-ocloexec.patch, never upstreamed. - refreshed libpcap-1.0.0-ppp.patch- libpcap-no-old-socket.patch: never fallback to the obsolete SOCK_PACKET (kernel < 2.2) interface, this still happens for example, when you update the kernel, run iftop and the old kernel af_packet module wasn't loaded, program fails and the kernel prints "iftop uses obsolete (PF_INET,SOCK_PACKET)"- remove dependency on libusb-devel, only libusb-1.0 is used for build. - split a -devel-static subpackage that contains the static libraries and all the extra dependencies which are not needed for dynamic linking.- libpcap 1.7.3: * work around a Linux bonding driver bug.- update to 1.7.2 * Support for filtering Geneve encapsulated packets. * Fix handling of zones for BPF on Solaris * new DLT for ZWAVE * clarifications for read timeouts. * added bpf_filter1() with extensions * some fixes to compilation without stdint.h * EBUSY can now be returned by SNFv3 code. - refreshed libpcap-ocloexec.patch- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify./sbin/ldconfig/sbin/ldconfiglibpcaph01-armsrv2 1727337984 1.10.41.10.4-150600.3.6.21.10.4-150600.3.6.21.10.4libpcap.so.1libpcap.so.1.10.4libpcap1CHANGESCREDITSREADME.linuxREADME.mdTODOlibpcap1LICENSEpcap-filter.7.gzpcap-linktype.7.gzpcap-tstamp.7.gz/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libpcap1//usr/share/licenses//usr/share/licenses/libpcap1//usr/share/man/man7/-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:35837/SUSE_SLE-15-SP6_Update/fafa0362889af8a87bd534670c40597c-libpcap.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a14a49ebbbb31a7f3a0d05c9e75a358e75489f24, strippeddirectoryASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) PR RR R RRRR R RRRp.g3utf-80c6c88fd178caa82f4af289793f042a92a0c9f6e5ee3ae9e7b171ffe98c1a124?7zXZ !t/C]?]"k%drH y } 9៶p.X"EvNq<'(.4vB\3  ,zE$~:{@%w rݪes =fKtۭ\~i#W/a]Rj.-3L̑L聬D%=}eٙu+Uj"u-]֏tPZQ>NP#} bZ5lE`v{'69%t$(>TC2?xD;zxci7Dٱ}hs˕%2 KRWuYĤW*bu~휫 2sIȚU9)y?Ii~|/iqmr'_цB1wS(u&Tj[; ǜf_77BGo΃h0#QJo2?u ѩ]w:(!,Q|;ВU.f9{dl^}{[ 1pz{]w@ dOT~N¿9@mn4WA`dv'ܝ:M$JҠ.O+i-醴I<|^bu=LJ4jN`7) QoV.EF1n-eWق7[1kرXR.1]khy[W0MU0cѥ hp*knz*5g.T:*͡b^z{) ͗8@˝Sq be3 ݳ /!w<*?hXȩCsG::{\̘t}gʳi^me5XyãMg6_c‰~QvXi˹ʐNs\6*W؛zbc;|ctZzpõ ysԎPWE]dq%tClEVM@?R6CV5[*"+7aaxgz@d 9%z1&$}`d;v ð`,WdÌDF#u/fX9bKh.iVpGB :W6JWxK\GN}ZW-~:IjWZt3 D0s$rzJe^زd]0$0;ڒTʌcIvd,Ƙ&CaҪbf_p{OrcHg{EvLu5c(j$nUpF9v5Qvq  bvTjMQLkDBk/FRdt߇x/W&X.РHo|#^@SdqUo<ٚrշbrS4l)-:LW-鰙 B~YH;| hl'kH"cV0FٝԃL之UZVXzxt~VD]wkL7=b";q@@'9KcR ?x*e7'$p݃Bf,o9=$\XNTyDT&r?Bȅi!3K D :Fd>WXfi@'*;-لF,ʇsxpa9530 ݤ&.//.<048@JIFv=#E`&򂏹`C'V6Ubj<'b@LT;r`q 'inU,^~ADe)(ZBE቟CHJbtEZ〤 Wµ舯"ƆsO@HI"\ubGb 9("]oO9/h08bFd 5OBCN#v٥6aPނn! ^AmuxO`8h(I 47bi~Iԥ)DMPiy"w錓9MWhF;(`4 3lVsȮّUiwVJUVwy4x ,X\Bv K5g1=t\pޏ*nǔ,!\!Ūtɞ"]]5pȮLyhщ>EЈNlW.VN4$ωYIw0 Iu /^.c ûhN^iXH u.0 PJ}wuRpBl4 g{I6%;2D9QUy`#rh9Z()Xb6$d)czmghc&72BX=̍@Lal/~K](ta"\; {iA6' YzAzUZQ'坐+Tldbqq XM{nP w™63Ohng\{Aˉ|29`?M/y'=#E0PGƅo"Գ*忔QB,\ !ѓndkGXõXBCyc@>D9V@3l1q@$4 ,ZנJ$;[ `+F407Ž|cڐ-@'u[l}tB-rw_JMx=RPmίA-)f"rQ&E@4 >OuɿAO໗|yf9 2xXF?as ib[R6 F>L}ݞQ:[,`~$#; U(̷v(DC.Im-rݺ *+u;]n4Eءzn%:_7ָ~G ޢ7Nr՗ՇvB~8z.7Nrz&o{37N=Å|+0߆Eڠd0;jѰ =.`MkN{ hid(%5hzeUE"Ɉ ?2:T9hkj!"5y;X4 mNq{|@µ )gJp"fmQ̾\1z8:׺15ZDR$|;d^+K"iJ!VR[]|mOސD>R.uU"C0@WU{:=|6 5Tph[t?P\nXN{^rGAKD3 }`M6 !u??ЙrGgrI#:g>^ނ|k l&/h9-df2j,<z]~ϰ'< 쓄[y0=_̗y2I?1F*rK4)Og"3&/$&.ac1TJag4f٨pQ>Ǔ< J}!V+YUjTK4 l`.(!MlXCvHW}3laep7L dg۶]c%C9iàԠl?O 4So#(;㵧 m> _:AdE4 yqg?0~eYj_`URN3ɵ>9io:,%)}dj|#+NR=8l-2q 7hJ=,tzd4;2|-|ccPJG6ݙ+2f@Gb̠:@'H Zڔ}q:nԄ [H =Y["^nMٿ1N1 T% (}KI" !?Ɇwcd +lX[ęhN yEVI8 H}Bs[v} A [4i3:QDD'*YeܨSE DqPMߘ׫Bm 5RzMACՏ'PRA!a_3ɞB~[(*CbۙvJO<1 L4k!#azŗqw({Dy3ox(-7-F8K޷z'Bw`8֟nˋA#7`:(H@ U {Vబu |sBsbDk,~RGia&{7Wޖ^[T7wEA7WJ/we{ g|q=Ϸ9DpudHNQ (fmRѱܾa'"Q.z:ssq>xFO2lEBǢKc3&7ëg^!h}mr!>hꥰn"oD<.`v #87rݱnNL6O \ mSIVwF@ݡ{Q_ .B9DCmzOZtLqȤbԱbG۩MOFGQ< O, rޗ)]d{w{NL?%O(g\(_ޤ3c (Bq*j%;!^(>e ns: 36ڂNW#`#b_(n->s*$0 `1Tě?%$Lࣜ@ }u1e P?k#WH^l6S'|&GQA#Z76GkćZo%vAQq1s +kZ$Exq_Hr [Y-NE7HaAh]Z%Y%VU9uy6EnW>Tᜲ -D&IdpnJnG ,4r|v=L2#́9a&Shlʤq!6 5A⦕1 -Vv-1بFsIVcBY Pb>+8Ӎg- 9[#L_l~9U?^B3x! ؄V-๔^gtov~54c-Ӊ}sh13vP\F&'d*qZ;1bt9X2ϐ@'qX1l +^zlH)v"qϙ5^|޿oxXʗ9jD8Ec&ă,o_mo,&?ee3{=恭n0BG|h(u.3\[Mbi ,e F|Xck-&_u@xbcYS]]pEEj66={KFWC3BìAs".QĨ`ÅN4Z:אRe5e89(aa`Lab /2Xeoswr&- Kb A|wc4}'qf`wk HYqXk8ƷP0ϳ.(y~m퐑轁1XsV LIR{)5HtU@5כONɭѥ[c~I $$ebctk#Dc6ꑫ%34!nQ;SۦM>!TVL)}{%vsO[^ǽπ+NF{Z5f]i86_g!ObMs.LQa&c"t+`>ߡm}{V<8E4wT+P-mMeF@Vt7-y9*5V72߂_:_ϦOUa&6g;G,D*']؃RejB5ƆA02tcdJ3'AIpEeRo,yJ3JxGFJ^rB2]iZbtbeAB o#.&9s  2Ϩ.T85hiD"ñ2^^§и5t6ZŴ/;zE?7.9&-ԓ׷37G=)l A$3`n6ufFT@)盍u$;8hKs;$4@Oq!3_[:d1ci U9IVgj+] ^$Mj i@UHJ#>caU$F^[xHH!abPe…]k%1"2):_%Z"A- E R(5oq u~uɳD,4,Rm"˓^} 1%'+w>k.cU MUW i&y7 rn$aIB8d4mTޫV|:Xrb +ZY=TM56 緯JC[eRF)2|IgLIF46;ELħaDoGN:hdIXeх uWKg-o`եj~gy=+8cO "iw$ƴfsuSE0A u%[A2)KqT6{"mdj ԽlӀ`%N~$dX,in2.gAI@CSOgҴ 5xK:Lr#ς"3wB/LJ.TH/Al22z.W7|0T W ΝoCyus$qR܎P5dѥjIUo}0:eC8lǒbLzE}NM*a\&y!꠭FYL UA-QEʼժwVR 2)˜h/LrR` 6>Qa/V(O˹Cs  =#dfXH I޴uiU3A*jIΝHŐ\-Z8 'f9cd.‚l5Y? >b;3?'o{+%|65(آTq(&!t0֫WI^`փsPͅf\pN7VjX (*rG^1jiLFlT}@[qZɸeB],]˶Chb|cF  ]E]q4L)J󕴮 O;O3X"c7 ^,nl]Yjy{M>Ϩ}x3YS]b9eD 9vVK_^tqF+ʑºRS]Q4m&GwV.Hހ)4x[zsljERJRC{ױki a5lt%5uQC:e~uCMӼ}^kҲϼ+x Fc*r 1VrN^,=z?žx%O>PMT {-21W'{fwtY7WDi*6mbq ,hW 8kE`X3fV|V1= UsNnCU^bGmSRMΖU$hÌ\YݩO{)Tn{EMO/Bh}kh7=)Oc=ೝ( n7DݬSfB~5q/Ig Խx䄍VƔ%R,H^e`s }bH-c {d=f4=ƹ.%}}-0k&W-5C "pR{'l0t\S^ao56Xɽ=c|5:mxfo#'f@@]a43mQg0 `_f֤^ti|-,NzEGǃ71)#J3Kqrl,d>T%:[ƫ\ՐU0Cو EVmh!Ndk:ȂnYn't dF(jMvIKx 4wѯ=ݒh?( fbɜD6\4`N#{T.Kte5GXu3jws,`8ߦHxsB=\y`D UW| N&80x;Hx@Q= !Ta>VhVɚ++yV31R{$;[Ş\2>4?AilY!#l7j,< Yvw[݂nf/Ao0^  1Fy Ei"}ݿ  |**q_cgvcj*Hg Td1^^#7qj 1m m9 phբĎ DgT:",dkX#dK>vŋL &ld -Ñ/}(2~DѾ!AiꦭOwi߮O{h2U)wt~ Ү\k:qBBu6*_MִsJh<@}k4c(r/ =^_N+/JNJ3^p''$Ԁ >@`͎2Z"C M.‘`&I{ hPry9_ܘ sVؕߑƛ41_xILa&\ΌSdTcM]Zno@=>c겺&8"1U; Cy m_6pJ?{Qb˶eۙƷϯs]8(Ks/: ZCt^+Fd2L(7P7OXQ%A{Z+$#O:C4/paYF5כE'aU$+" Ɛ YzHЏ}ݘ{T匦"-hOC8`Bt,ap g(mt¿X>[ƌo l)ۊ Vk)LD1rϷiөֹ%G1sS>]P؈b+sݐP@}>9[MQgbص ,0h78\e5 }aR>aӠo)U_o'U[rm?\iԢQso]Dl-)hͷB~E*X4X7ob`Uٝi<YtFMՑt>{׽+X"#`)a68Yjh{L$hhhi'kyۄvM*TMgus)LBh]s{AMY_|ӢD2zUy[Pޗ-Q3#6`OYmS ' o뢼V~RsȊfP}"ᵆ/Ysu6 |߃%a\ 3 LbIxɀSϹajn lL IHϦN$׌"=Q\o>j`ڽr*(dLeh'E-X},S*_ ;0gK,w9la%7Ed?bONQi`'AMF1Ĺ\_${vYR6)Ӑ{`x9"kΎPXep8ϝ8/).R̈́yD,ۖf쐃A`1vء 7\wLI7+MP'՗vb|C»6nF+ GK ey!tjhA.ށJ'&(5F$VϭӞ[."9V5J&֯0Q.\p?-'kP*x3`A5t짟0!d7â'&tf?GA [UVVᤋA%Y"`5w#eW_C T  :01d׆D,yP6(EMsp$\Y匼B)O;1nx24FIakM~G;.>h7GJ=͆§3˪؎/Tw Ƿ ́LL4&.[YKAL(f̑w' 7ɺ&uE ȧyY.W_-n=qaUGꟂh B/vatXd\ "g@Ȃ͓Ժ fkwyԶPɡ*4W@䱵x-7k*>BBNo֦MD5nPxfzUlbffvHZwc"͜g^q"oS]+4!V]2tj' Vp_ڧK\p}&h1=g!郶l28y!Ϩ-JYHA8R`eA1xH$mIGvgp2)DlPnr1&qykόKVr9&Jw|q njh֌+}&hk!V(q\n~yr"ܥ4,(әssK\K4r,?ć%JH< EIS$ U=5`0 i% # $剐;M |P;QE>'Gߟb>Т'K]zbB mVNHkAU\wt|`\Ă:3]l-{/Պ j)"`So FNV’_|$}_J8l@n|QY=g%ߌ,0/ɶ1^MTIILrQzq ;j`1={{B9l%$K)\CU\5BiZsI7| GÂj5+, n3\TKFF{YxUUC%:3a2,shRVat<4uT$.w8u0Nm`Ws7FAPx؈eR]Opjd]I:,㡰)B;|P?<Г\֐ş!elQ4lXHTaý9?7&ooХF`]dZ]J @Eg0v]iAAulPJЊA}azfcQ16[F*R Cbtuȑz{|)J]>̂E!X uawwr.7R&9D?8xu!JTO4Yk+Dg<:_;#Rp݆B~TMT …Z#zL|%Ia&p$;ϣh!İp( !#*DZxF&I~؃+a.` ۯouI1f~()T)quY&V*HOc8QUc,3 &a$G1%V;+EX{qS%z k*[]r~i [fO. F1*ܵ'sR6 TM2rCA14ާ&ii/~}7lhdIo&{/miHMZF.nC;.D^Z vE-J0AǓ|K"j{O@VTL'TahTsh<RH3/ ZAVp]Dx<^lV88\P{C}Uf{/ZE *QkH,j< d1_sP?=, v0c3}^IlI~`#,{,A.{H pSƸ5:TMjJjBxeht/;3Zlzx)vЍ +UM_2DreH б, HYe:Ǿ7?m]6 JP]ib x8m5$%욤f jc=HeAH]K`f#Gy,},DwzQe_ޖ@vT37ʉGJ75$14q&-X 3kO&ʚڝY=|)`r"iF0JS2d[m"Ԕ;x06U},Wz&8 /Wp{!u%pB*gGnj[n@%,(m5X }ߙ*nw9x^fêN=D޵_Ca]pMD_oz{3\lY`pD5C4te[yt1D4{t̶RR9wE.?`p|K̡{z{`}>yçoQ@+B.TD%Z좡aݑҶRwfZo¢o8ᛪZ!?(ooI/~b"J;!FѬ‚&ݾWcsH&Y7_=nj)lw@1nJZa(2o򧵇^Q6 JVnq~T-tVt%h(6Ic2m-΢[$rAƠ&%'#][ rvXIj0#4©ト:?>;wg<:{N'8Epu`O? 7 NVb܁,1y2اϛ8Wasìf: ܗ=K+O-Y=`iP 2;ݫ~a٦g/)Y潓̖,%'*GyX *f;x% &b8#J>oR J};;_1c|tJyH?ƥ"O `(p !g7SZ9Ϣtf(4.68kM眝 փȯ{^GTANhYC%qcy͑ NSl f 2$sdU9AćNx-1eVo6}J^~by@*ïHsc|T:kXҥVXtLMeDrA Y%.,GE!F1̓Ƅy_Š?s4vV[|P"OH{r2fL.ڦz ꦖ;" !J Goa0yyVȍTB~ xb`?3uPG1+W5e~4Ѱ2;KK'z! ux#~᏷܉ZE䖇<; v݋cpuU;D1֙~=ku_ @o mp=;O^M:f#*7rXmd}wԏjh`kwHsMg"TVP?^S*,5vvɽkpF*(bOa<9¥6=GsPMzoJPsrHmHv(SMRKԡr..A j $F[=Ԑg8gض\\ZTɐ;fA,;V6F0n+1C}G.䷟HEۀe<}çg9.8[womdy9EЈ0=3'vf) ,k@ɑIP2F' vl8awo7459<̃5;DFmy/IE^Au"2j |sҸU3U}`KaR¿BPkT[8G><+te C[+j U@%Þh'r[_[qءeۥf/HH%_ & 5#EGU6(h J^\y0gDV4 3Fwm (c,YnݱER54ڎIżHRMU:: :} ڴ91'D%K=#AYHN V8ޒD6 ZW,Qf£"7##Apdkh-u߈Gh`CZmE6#cugffe}X!Nr4IOUmh]#( Hz2ӆ{z6719JtPgE}ₐ { `WtaUcO9au z@A^L֛mS0&`u٠TL x/L5f7l`t g27Cп(2R7\0N$W2w}OsoD6z+dWt0d1뉋졬aYIYh0GnH냶:t'4+ddEKǗD(O/o8_}*6dz@]&דwn<6xia2,@avo|3!l@c_sQrUUƪsS97PoSU([; [o4$kECAh.Ѓ˾EhmeQAVz .L {8YRФ1Bh='N EZ5_v m1pF=dm~|qشb?2$TT^v?ʳ= /EyBnۿ ~g1qOb[yU¢fM#._!D([VAZdP !|3#>)\lfŐ^yn7C0oqVVN_X3n%[\6irSjGͪ:a=ٱ\*} \RԄ^(إt{2i j,$߽7שiqxB D3WN!vx-7LBQ+@utfbцq׭ CZ0NjmAWF ۭ h$4sA9Կ?Rj+l78d(Î=/N]mlJ AR9<8uQ:+a$bfPt4 _qx+ !Q3\kQ(ZÂc`D/>+x+9s⣽`;`Fѹa(g-};"n{t1%q*!Yl ̒~?2JN_]!dl13T=Qq66ď`8ᗗtF +dyBgDtt* ꑲBPf5R[m`yN⸳AwF "xoLj r= ptQ+SYgC@Iɴ0 j { z咮y%PcsW66+ M'l}G(!UfXw 6ÆiYT5a0_9YxhR6岳 E9} FJ:ÒާbzY@TKS{?6KZ8rP ]WR0%ٿ-/a(0`[(1> nnAl2wO2 tDq|Yc.>^]'Xmn%*M8fJJhް v<+0%hDiN74)\^\ָP X=5U*t',.b>/">\xzeb]Xvrp袐jBgڭMWS mD9X0F ={ Nё c^e%Fá^Q]*>'VsQe x= Pt3vt]?[xU{H]_NQ}膽5!‚5ka o.aF?{ya $>ͪǑM<0-+ހw~S)p##e$h41zZ0N4pK^0 qH=HC<74_[=Lܘ=*[m'}"ۅ^vSkʘMǶx'wy뀕f=JpEhӡ.ArpPЖ`,/Mv [b;@@[=%Mר/oQ-:cC ܤU\D@D0hf^ e\h %'Gy"csjC[VjtӀq F1¦N>\"hLP5^l&x{8`h:Ӥx-ឳ-?8A[𢺇8I%~+9𷸜E>P2>(?m]R$*f 1-TjɦV$y@wןR 5m?Z:ɹ2~C8X0v<tEꀶO*hU z5KIF$T[ح9 stPîJۃ(g-'ŗv~~$,NC՚ A' U`,Cm: *R񢖴|y۱Hgb{}Mx>`O.#X-_Ga-0woE|dzǗr `DqPyXg1Q CXD Y%>.I ޵Xґ2x60 e:tC<;u"AHֻYAfNVou+i|M@?1`š)55{ՀR͡UI "vQɁx/PVTw C+\Wddo9/|%Z+>5TTJsc}ZIw~&x $Y-u˓+,'x*_%Gbhص-\al(ӻr7ދmC7Kmd H죃og mPٟv*G65u7ZuIs:x-mW:9#,*fXq$#)lB$8Y4$k-ImI=O"P0ÅU.sLni9:kK՜I+V,b!6җ5jy56x)YCƢxR Ǿ4 9ȶuqևC!ǣ8,E3a2=\7qZah{?'j/$YD y7oVBw+ bFD6ICַ̈}9G F2rXPZEAR禁k&5Wu%%\q[/[RߵDd&  $lت[9uH %mDFJىpB&U~@}ߘPD?p'6^$ϓ {[T#0p@ QF"BAͭԅ<έ,˒"K jJRZV|Q3m#5:bu?And蛷1"m([ah]o΁B,9mmgu 6t۲BJ4!%(0Mc$l詻 ֫xu+RN|0z07$.q6(!!:S3?g-QGj ܩ6c  ^%q CV 2ض"q"?~Ru<` #SMo{%'kvbOq+|M=9ac9fpnTًM[ x7ŧbk?l2݃s\y̆$rpXǞXT#Qj|C-Vãy| M3^TʮM⟿˞UnDi<@:ZS,v&].O,ﲙNy ؾY1Hu|'3Tb oؒe8~ B #E\.[PGY69n+ʿ xS@ 9v?' k EI ž)5_f7L߃#2jL&_0zLeZx8+;KfٖW!;˫賢Qdzab)C&8U{:s+":]+rY+<TECYv! |3bAiH =\ʋ%b.kjOurjZ3qDa!g_>ɪ~G [|[)9ZB}\gkIWD[rNnˌֻ@2Z5*f:W3 mYh;+| }>: G1QQ> ۘ76ES dj^G:O@i]eqm~+-mҺipKd'a xz&btA CVN uM-(má sFWL"ƅQK<d;qu5;s] r_N[/cl: ݡ+4v iN m_GFLi ^=m Ya7 8 IĮ("IZlfUtpyTx<aaMq!0e,q{IYY[E@`-q )֜uG,=;7EZl=,5^x$oṆ*jUf(MyWuՇhЛovem1VW!ƹfRz(TՕ[:D{t=(V7O"ƱfvҀpI( ꆱ#񘆅< ă03= ;柎]qŰ wo2^0M@b]=H11Њ<\h PH cwTPD2x!$`ü◀Oz(ʟ0N6-Ʈ|2Gb{8X_ߐ $kFy ,|6.H]~j p4鿐ݎt5Sr1AIBՎ?FbG p&m— JVK WŸ³gr7$F%떎ʌ(6GI?6'AP>PH/^%gXt`zO hytQ_R*Gcw'Y'-re׬0!-(ٕ|O "[vHӍ,iN(cx 'pWܚث/}6 X3` cch3TF#WQt4#[-Y?K u'jlT‡oaFΠ`ݴ4Hlvg= PT]cɣݼ1%7+$RwuB\t]1օ=FʡD^$+G ! Ҏ~\~HL:i_LAhg*%.[LhuQ^؞ H1iw6H ӗxP)ɛ{;@#3Ȫoj%@fod `-Jz7MnuC_Xj]-b8> OssPV}QJ3g$h[pU烱jW^ҡv5:kVBvg=h`on.V5UŲcrJѨ-Ec@xgV槂NPK֡@)R,s?HtONGq_͗O贔zU'%~wQ-+nFTz@u U6%žRtҢaZ(o :<)6ҡyKIџ j ڔY{zd .Lul![C 4=B68P)|ENXH1$ Y7tvDCͭ9_hZS?؇ݓb ):/,ZzFigM^Ycm)3s^,MufdLMR14zI h5 ӰVLJ]+o|f<)NQqaYbyZNuEHNp8D_~Lی&@6L<M߸{ !֧?E#V~p"0^_%y w(, ngPpcZ# @ 3Hg/kq.u7B˚kDf^cVOLJءyݏa"A4Q.7VA?(`&lQk74o>ʧI0huQa:k ~1BikIMOWL~WBbfEA9tK1_ޞ1z>%eGAlCOn@49,쵐d9 a9vbr1S[Z@*Qw:uUPX@Bd3P΃d yu2bLXz,X{q\HX^޻|!&Sr#Akaz |/" 琬S{o |NuIru*q}Z|_׶Lˀ`q@aml+20Q=Vey~͑yF#yE`YU5@N&?x< fmud4{m- )UCB~ƒzOiHٮNtC`7䗭>2#gjľT7Owc\$sL̩PbP= ?ȇg>lX, ,f ]n.%PE㧄W8Vk,Q-f-w{u7Q9;dzjp9{a&TBQ? "F^Q+{h41\ȩFjl2g6業& ݓx<}tFަ^: hk; &,cO(_ѬO764ߛs̊RS0Tmٛ8\q+f8K9p;Ѧn'ܠxE9 ͓2c߭-q?Q# FݜQ(PYSknX{)'W;C:́HI\tCOdZ<,6I{IsG=|}_W YB:nfń OcI$*u\ ֻߦYڰĐT#꫏󰇶p%qozGΧ/lZVw4 >a-Ҷ:/*W䟀2.3? jjxJOm4"Op:%!s-pQ6Z{$&KQ7/h^ug !%7ȉc+:bD^ -6R'L0U?+kC^r#hOT5+l!~qi֢Z!*e_bX4nZ38~tn|]͘Y*0fXrzᦗ! zr8rjQqO/{` ,!VxKdsf>9Fz=V|E{ K{sf23L_AD3Y43А *8'Š+_0q_'YIXgqaQ찱`P 2l"Vq/q+.͔ @}!^(>D5K&d_sI=gukPpʷe!j1cS{1ـ-Ü13KkAb*QWbDu`([{4!kgE|K0KO]s~_"v^%Ch9i쯎múiDfb1ibkLA x&*ٯSKnQG- 4^/',WRg?NI}rO?tj,0BAƇS]T{&$"L^/Wm@;WP?<YUuH_, CI N1)\T r5 :U+1L`AQ>& ;qT3^8"ޛ~ 즰Q x0DMXhBNTLVOXf&!QVC ;;s.l ;W;Uxal*SJa%_aF˩nֵ!߇tf. ӐN+4PIwd ͐jQ6~s0Q@!jlGi=݃Z?e @=J(Рp({UƘ"qNPH$l[*ЬfͲy.+?Vp=ETdi;oL2"Pש, g sCQe)Dq͐OTj<ؼN4\~4M/ /.|-)3"WȠ϶|dW*ys^k9ECNKe#`Y ?+q&Pa_[ժ1Fͱ/"/\X( /ƀFm7cJO ,pdO.ay@[qͼpga$M%tv84vSZW77i2=3idQVjMS߼_ݎ +_5joy^X}(Aâ3qO9Yru7j/Q|˂m]E9<~ :T[8zLJաr4],r01&{OS:+XIs]1jHwQt>;>4/0s?,͙ G)npt3^i{72^jǓaa"&WAɌ^D@6; ; ]j3ٷn.!>ncݖdф^#Bwf9Xe"F)6'>6vzqB)c.eJG R R"푁=O(:SsZXViN̜-6_YS Cc_5*Tsm:6sy*յdܜťcX3swyF,js?=i7q$AwZz`T˻{Tx`ʧrs~188\ЁWխ>Ƿ|c@[$YpFGS4WY$ow b6r1tZNQ {j'ـ.ak)ë*{R3JcF%+g**YO @6tƢ_pYL9|S"}6jWsküKezyz}nW4whYlIDoqBһ.-%} f}TCMa/73 ODMMҊO ipK78itYu,~xB4E Nb;Tt^j_Dw=㫱.scC%9؝_9v='zxep[-w?Fv:r5H&z\hoY9vUP58B`X H(ne[C /'Y\fg݊#;ytxjtшO!E 9✓.M'Bkj2@#|3w]fS# 8Q&},Z'a@&0sǵ%AԮ&rfI2ʚY[bK!k<iECv#?^uۥ&Yi'Pdk{_[ts4N{W9c$vv- tU"xlo K`}Dw7T9 ) d\Xi!̳@NyNy$DXRL_+ޠ:QP@Fŧ ةⴁ**IN!HE 7^үafv_?-Ҵ8麘 ^k&9ߧ$/ЌB1% Xo,w& $=SVBW6h["JKv-jnרk3h%9wX%['!3o(uWJv+vQ .k4|5"6R`A85z̪,"u_0u KP&adP߅eFT%ܟ_3D$d:D`C8?]) O]RX˯\i L LϬS.+Ҹ^M6 dʰ7pxV (HhZ u}pF/C_\\wBsE!q&f z Oŝ Z`DH ;h6{Ɨ[IڇqD=M%G4ż5eTS<ȠkpeaQIfaDUu<)qC|zbi8<[$xhs),r)Kǃso[῕ VLI+CI`z\!zZc s漻1QA\% :󔜽C&A<9BZA@X)O,0ԞV.nk9? +a' z* K7Q8X& P-k+p8kjs˥뱋£XX.0]"[cֽb8.<z5j5(Y..g7G4q-|Lo H TtnI/td2T\C~$T}f _R(Tk8ʻώVfàԥ53:Uw?|ⰼ9txc<j\r&V0W|ܸnCQTTXV@@u۾ DGkë?%WEFZ!rqZ`.a^7$!8&CK]?QPCx 7iEF 5n>g)8A:hn%/PSq;ZEI*6v1Q?R_~UqxFoэK4V$j}NVyOciKƭ^A. }6j1/ĚWb>-OqTYd,_{0w@*W.~K"8-"UPMG|WWI¥!(}^mB{'`ө\S:T3(91wT7 ̸SdFs`[16[G|XܥIef&'+Agz~@sXeRʽr`.2{l >ԋov1yBDy%!6*mKsRV/b;deᘻ!TGB!C87:ި+$Tݖ VBuA^ 0V)iW#7 z9E*GwWK )؄8Q+wrg8ӂhV;9 s7:9ݶE *&G_bUAJo0?zzl~i'ukŜ= ͔ɾ#HŹgjKJ ꅋ[cZ:HGڑiD :=az}{ &8dR[,.B99kڮA}rT8&0~xqyqaHA:3mv'|qXtK\|T _5K_yc+4}itz>{#p]$ e^oi W2#M]ime.ŕ=^R{k!QPeHvVo [zŒY*#K֙IG|Y wc3ʙMpa69Uu304*궅dQX%pR !}"oQCC tnf8~?%?1w%n;a&bcFn_߉9Gys*VI}(\֫J+  n^=j0C?w EQZځ @E+'zSwop>ԏ&DrJ$v>Ⲇ+ /^3DE`AEmmM-[/g0(z{ .ʫ[09YEs6Sસki`)B qF!>ydzWDf0(dZ QڒsCYNƞ6 :UK^R]vu oYU \T* S,d@J <IJ)"E^/`j6~Gݦpp-@m}D`QgKu?1m-Ya=2O`QPj\ \cYNF义:KS&]c ƏrN:":Yռ[j6Rdn1*i'dk*cBq>.W jZjsږEy33piܕOxj;]8GHZt=kkONޫ.h+[n;!ALZ\rtqnsk'wu!?8/̓GXɆ\bHF5%,;3:ҏ% |ѓM 7P2b>`3y|amjHxʿ.gmBT&bF!9+>LPE,cSTsTy47砊^mx7gC&|0l߯d%gom}a|Yv\ S] %zEXt-bԈ5wB(ˣwmR nW̆|LMI-pN熛i m3t}cX W[Q7;$JbܷB nAx 9z/nhn7#ݡ؛VLRƟS~,"&=zB`)r7loify 6ך ¹^&ᐚqd q2| KvK7*V5*dO ~z3"vot*(S>];=@?^|B`wu=x'hIm-rpK`^m0@ rd-pD"!V#x xCF'">+jR/̾ZF>MgF*Nuӎ_ҽpn;L uR#tTNv[omxx8v]aK {8"){Pد"F2َPz@^w2.S*dnQRۜ|W"X'v9txչ -nÓ5ub FIX{7ExD<؏c78#[|35~ WO㻰c$zEXWVEA/ǃMD?s-76 {.ɡ%CPd\$\u#@eu틡1ݰ~Zb` ;_߃UvK(eT9H(ƁuzƄӎs1I/WÞ%z. >lI!w %7ٓ\:ߒvhrjӛ$~x)pF!N#\4!%h[ePkګĨhU~'gn^D;oxh)#?N#y(\͹x=)IPa0~#)pE1@?ԛG`ǰC_Ⱥ}!kê0sZwxԳNs=L;E a?ݣ{@ث=OQ( !ϖ#aWX.y퐖!pH;xߢm#} -ưmi"9;8x넲$*O3lD1>1a/q4ߓyD-IkΌ^hLJJ('a2 *- U-HꌴIteg\Mv2FCKhZx-4\V˄;u_vf@XP4-2NpMAycw+6_8or "puWקG$'cl>7𷃹 MƱ?c@B93k87-#T+= I .F]tX芋1vXpl`9 t{CaLGX̧2Cm@kW>zv'!Ժ #Bw [I\ ZzP(zvgF BЪy5sVfgyFb xiv=;.ݓO eIDp>+/; Jty|~nWz3  ہ+I:_Y^׮GhVaw \'U8eR l #%Mhzp2g.f4Xx72Om?ag3@1u;VT( md-F=NG- ?ݹ4kwY&HsW4COh݆j1)58;4o``yʔ֠s!{r^3p=\ ,Y yXmqx/Я3p|30^|'ΖsJ{xx=$6ǻlC+ PX0s>> '?n\8ē}O,GwrD&;c-,k+57 [%3 4;7j Dmٖ_o_ǨIdTz+}dLby|(M. xo;ϣ.k_ MC߽5 H%l(T[C6dqNL Mq>7|/ {R|[*A}o6( Ӭͮ&ju'*  Fk +a#Aqk]=AԊ3Wo/4>惩Α̅ L8$ym\G h6)]?V$L| DVCvYFo?LopLnho(|&25CrE+̸YCJ[`ayP9y<ӎt@vqFE5ǗeKJ;[$IP|i:aQ|'4R͢li5`}f䵷,B"61v%]G^ûŝ3 Ү2Ko)IֶʷJ]tZQ$ɝg2Eykzu=0Nlb9,y HCW LPwF0FCV gБ/kbyu67l;@ǝHp"QcчrkहL)4<(֛Ր_KC-uQиO}a%!K# WԔ]\f@U23gs>IwJ? l  &+|i_AM%xev2 Y毂v"TkE{Pƍ.~el *3 `edȡNO=J9=gYrݤkgE,RL%<6j#'# ;޸՚ ;I%DWnVbTGnTm*:8NhrDfH_vIZ.!E؝+#Eaxbg1Khq'e'%g!=3+>5O6:%x|.x"6zzLp%Rs` aB;x뷄!\Ǔj@Ah0"8їm a)vqFB4Xv0Vy2mYj=Ve.V:@Qz}[!E MU?KDy`a_wqJ8=!sCИ\kgQo!3P\'%$PT{[۔xJkLUdgLЩ=};;0S͟ʁ_95+2l[,ǁ1 (ś=w68υuXdy1|0f[\0%\_{[;ȗ* Oג*viq Za+A&5Yn7ho< +9C,uqDu \rw۟<5 p3+ :-d( w4@8RaO$7xYˌ檪RoS1kjaȇ)- ,c`1`IME 'oNKpXQ%Eʈ'^Js`D[DW_Iջ}W D:R`s 4CF瘤T".%/=.? RLlfkswG P$hú#!_\> j.{ϓI\АS +[N ^dwkj.z>4#z>afסB; j+#UԽ1!%V<Bgݡ>X&o*)Y-kd"6~XT֛ǡ!mkuR*LT֋gk '=\`]4hcy4&wfFppewacUi \O&# R *O씑Iwf`q Г :Htew ^Q߿LX/ͩ/~0g~\NŒjbIxK% v;eӢrJDbw pBfo?eӏvҧ.gĻx;H?% / GZTyx(U8 7 /:Ky.]kR}C2iBbv|ԲTxHِ18@QM4 AmDm99VNO0<A3b&8ޅuo tJU@je[. Wb(o3]5>o)>b'!y&z+;X 5v IHzT$PEԚh+5-(& tu[Ej6Z . cͨL$ G34H3 wtK$y /_ O櫠G 8[ "WH_y</m% [ CPd-X&WLB޼ (!6JzD2A -B1 #awDj* ?=M l~\k'@n}p~_ ڴӒAi5;HB9m/676V,\k@;FFN&Ozf&7PCrXƞk^{Rt&qhaG\ly!y]ܲI( Q BڃIzݾ 9HF6젼6 gíߢƻKJ1&u,4b{bu:ҿj $/3Z;s\YP4?g)-wQ>}˰8 &)x`AF\M8>4*24+Jdя`#hV޽ᵤˊ%*w09Do~T;3Jׇ  u#A1n掗U=q\ ~7:bml3PfSHN|Y!wVX6/ FߚoJjpYC߿3XS>:J+`6菨GedW -x7~kghtF˰qh^o'^kcsoOZgP>5џ980Mye&}8qDSMHg*YX7ͺYm+R)v ((uzVl7-I_cO_O3h hE,|d!\" NU.-| "nN|1Qa Oɠ#MŐY.o2d=$K)6jJ sR̤.'z\cwz;LV\&{C:H^EՕIywK|$S~`M:>̜ |w("D}#Tc}buc9!1ؙPVw: ;e8ޞ>(OAa̍Ofn(XSo5\&߄$'<&A92xWvuo]ujVeoC0PqSpUplVy_ EC8%$t{FBی]җRڟ,Z'4ղeOa<+_XEv=' 70Xqڴܐ|Ō W8rE<}œD)d#iS5" s8лFh)+*>uP gf_ #Q`1EIG'n ma؄F D&"ކ8Y YZ