dhcp-relay-4.3.3-11.9.1<>,Dm]/=„+)S^qO{2. ?AeP0DM~NUvk}Y ¢um7ì/(sYA/,2crr #%"bBGvz>_ W==ӯcs`䛛|fYS怱Y%}΅krDD:I9Ul1~z{?8/f΃Z~jdkso:Pr/ZU4Cut剉qV= qj@ 6^4}a1 5I\ve>B? d   /HLTXkt  "` "  "  "  "  #  # # $ $P$l $$%&(&8&N9( N:+N=>? @FG0 HX Iŀ XŌYŔ\Ű ] ^Tbccdeflu v8wɌ xɴ yzCdhcp-relay4.3.311.9.1ISC DHCP Relay AgentThis is the ISC DHCP relay agent. It can be used as a 'gateway' for DHCP messages across physical network segments. This is necessary because requests can be broadcast, and they will normally not be routed. Authors: -------- Internet Systems Consortium, Inc. ]lamb074openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in dhcrelay.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in dhcrelay.service ; do # The tag file might have been left by a preceding # update (see bsc#1059627) rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-dhcp-update-$service-new-in-upgrade" fi done for service in dhcrelay.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in dhcrelay6.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in dhcrelay6.service ; do # The tag file might have been left by a preceding # update (see bsc#1059627) rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-dhcp-update-$service-new-in-upgrade" fi done for service in dhcrelay6.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi# FILE=etc/sysconfig/dhcrelay if [ -f $FILE ] ; then sed -i -e "s/^DHCRELAY6_LOWER_INTERFACES_ARGS=/DHCRELAY6_LOWER_INTERFACES=/" $FILE fi FILE=etc/sysconfig/dhcrelay if [ -f $FILE ] ; then sed -i -e "s/^DHCRELAY6_UPPER_INTERFACES_ARGS=/DHCRELAY6_UPPER_INTERFACES=/" $FILE fi # PNAME=dhcrelay SUBPNAME= TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset dhcrelay.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in dhcrelay.service ; do if [ ! -e "/run/rpm-dhcp-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in dhcrelay.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset dhcrelay6.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in dhcrelay6.service ; do if [ ! -e "/run/rpm-dhcp-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in dhcrelay6.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable dhcrelay.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop dhcrelay.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable dhcrelay6.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop dhcrelay6.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcrelay.service ) || : fi else # package uninstall for service in dhcrelay.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcrelay6.service ) || : fi else # package uninstall for service in dhcrelay6.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fiab ((A큤]]]]]]]]]]689a66feecc55ee54a240c9e93d5e5a535816009da094a9b9fa4921c4cced9f6a8cb4d96f4e6755aa05b8c6581146858fdedc92edb29327a6087140998b7410a42dfa6633657f7f09d222e331ccd84434bf23f8c2e327c90801b8bb3065cf7dcdhcrelayserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.3-11.9.1.src.rpmdhcp-relaydhcp-relay(x86-64)  @  @@@@@@@   /bin/cat/bin/cp/bin/mkdir/bin/sh/bin/sh/bin/sh/bin/sh/bin/shcoreutilsdhcpdiffutilsfillupgrepinsservlibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)sedrpmlib(PayloadIsLzma)4.3.33.0.4-14.0-14.4.6-14.11.2Z%Z]@ZWQZ@Yg`XƉWbW V_V@UT5TmT@S @S@S|@S5d@S&R@RR@REs@R/ Qzl@QZ@QT0QR@Q?Q3;@PP[@POiOr@OgON@N@Nf @N^"@N[@N&@N&@Mc@MM(M@M@M@MlMlMbSM^_@MIG@M L!L@LL@L*@LYV@LN@L-LK@KFKKtK,KEK&(J`@JkJJJp9Jp9max@suse.comndas@suse.dendas@suse.dendas@suse.dendas@suse.dendas@suse.dendas@suse.dendas@suse.denirmoy.das@suse.commt@suse.demt@suse.demt@suse.demt@suse.dero@suse.demt@suse.demt@suse.dejsegitz@novell.commt@suse.demt@suse.commt@suse.commt@suse.commt@suse.commt@suse.commt@suse.commmeister@suse.commt@suse.commt@suse.commt@suse.commt@suse.comschwab@suse.demt@suse.commt@suse.commt@suse.commt@suse.commt@suse.commt@suse.commt@suse.commt@suse.comcoolo@suse.commt@suse.commt@suse.commt@suse.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgmt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.dejengelh@medozas.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.de- Integrate dhclient-script-handle-static-route-updates.patch into dhclient-script. We don't need to patch our own files. - CVE-2018-5733, bsc#1083303: reference count overflow in dhcpd. - CVE-2018-5732, bsc#1083302: buffer overflow in dhclient. - Added: dhcp-CVE-2018-5732-CVE-2018-5733.patch - Removed: dhclient-script-handle-static-route-updates.patch- Plugs a socket descriptor leak in OMAPI(bsc#1076119, CVE-2017-3144) [+ 0027-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch]- Optimized if and when DNS client context and ports are initted (bsc#1073935) [+ 0026-Optimized-if-and-when-DNS-client-context-and-.patch]- Only use 12-bit value from VLAN TCI for VID(bsc#1059061) [+0025-master-LPF-now-only-uses-12-bit-value-from-VLAN-TCI-.patch] - fixed os error "Ambiguous tags: source12, source13, source14, source15"- Modify dhclient-script to handle static route updates (bsc#1023415). [+dhclient-script-handle-static-route-updates.patch]- Relax permission of dhclient-script for libguestfs(bsc#987170) - Enable patch23 whcih was disabled by mistake before- Add patch to limit the value of an fd we accept for a connection(bsc#969820).- renamed freeaddrinfo,getaddrinfo,getnameinfo in the internal libirs library that does not consider /etc/hosts and /etc/nsswitch.conf to use irs_ prefix to not cause name conflicts and override standard glibc functions used in libldap(bsc#972907). [+ 0022-dhcp-4.x.x-apply-bind-changes.patch, + 0023-bind-9.9.7-Hide-IRS-resolver-function.patch]- 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). [+0021-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 upstream security patch fixing (bsc#961305,CVE-2015-8605) [+0020-dhcp-4.3.3-P1-CVE-2015-8605-udp-payload-length-ckeck.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, bsc#880984) [+ 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 - fix bashisms in dhcprelay script - Disabled /sbin/service legacy-action hooks on openSUSE <= 13.1, which does not support it and causes build failure (bnc#891961). - Removed gpg validation implicitly done by osc source_validator and gpg-offline dependency (blocks rebuilds).- 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]- 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). [+ 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). [+ 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). [+ dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 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). [+ 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]) [+ 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- sanitize release line in specfile- Fixed to require iproute2 in dhcp-client package (bnc#885399) - Disarmed dhclient-script when wicked is the network service, as wicked is using an another dhcp client (runtime conflict), NetworkManager an own script and sysconfig-network is gone on sles12 and opensuse > 13.1, so it is obsolete and unsupported.- Fixed /etc/sysconfig/dhcpd fillup in dhcp server post-install. - Fixed dhcp server start script to use correct libdir (bnc#868250) - Fixed dhcp server to chown leases to run user at start (bnc#868253) [+ 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch] - Fixed to write missed dhcp-ldap debug level messages (bnc#835818) [+ 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch] - Fixed unsupported dhclient-script used by sysconfig ifup to provide a function to calculate netmask. NetworkManager provides an own one.- added necessary macros for systemd files- Applied fixes for DHCP over IPoIB by Mellanox (bnc#870535) [+ 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch, + 0018-dhcp-4.2.6-improved-xid.patch]- Added support for custom for rcdhcpd[6] check-syntax,check-lease and syntax-check actions (bnc#868713).- Initially switched to use systemd service files under systemd and enabled Restart=on-abort (fate#315133). - Update to ISC dhcp-4.2.6 release. See RELNOTES file for the complete list of changes -- digest of fixes not in dhcp-4.2.5: - Tidy up receive packet processing. Thanks to Brad Plank of GTA for reporting the issue and suggesting a possible patch. [ISC-Bugs #34447] - Fix the socket handling for DHCPv6 clients to allow multiple instances of a client on a single machine to work properly. Previously only one client would receive the packets. Thanks to Jiri Popelka at Red Hat for the bug report and a potential patch. [ISC-Bugs #34784] - Added support for gentle shutdown after signal is received. [ISC-Bugs #32692] [ISC-Bugs 34945] - Enhance the DHCPv6 server logging to include the addresses that are assigned to the clients. This can be enabled by defining LOG_V6_ADDRESSES in site.h. [ISC-Bugs #26377] - Fix an operation in the DDNS code to be a bitwise instead of logical or. [ISC-Bugs #35138] - Merged patches for dhcp-4.2.6 version to apply without fuzzy, prepended patch number prefixes to match spec file patch nr, added patch markup tags / bug numbers to the spec file. - Applied contrib-lease-path pach to contrib.tar.gz [- contrib-lease-path.diff] - Changed to require automake and use its config.sub and guess files instead of maintaining a patch. [- config-guess-sub-update.patch] - Enabled to log DHCPv6 addresses assigned by server to clients [+ 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch] - Cleaned up documentation, rpmlint adjustments.- Test if /etc/sysconfig/network/scripts/functions exists before sourcing it (fate#316768,bnc#856591).- Fixed path to systemctl in dhclient-script (bnc#847778).- Added /etc/bindresvport.blacklist to dhcp server chroot file lists as it seems to block its start in some cases (bnc#842360).- Fixed to reload syslog on hostname changes using systemctl as there is no /etc/init.d/syslog script since syslog-service-2.0 (bnc#830467).- Added autoreconf -i option to fix build for the new automake- Install missed bind include files and libraries in dhcp-devel; conflicts to bind-devel providing different versions (bnc#805162).- Use manual patch command for config-guess-sub-update.patch again as patch macro does not work on older distributions.- Update to ISC dhcp-4.2.5-P1 release, which contains updated bind-9.8.4-P2 sources with removed regex.h check in configure (bnc#811934, CVE-2013-2266). - Changed spec make the bind export library build output visible.- Added dhcp6-server service template for SuSEfirewall2 (bnc#783002)- config-guess-sub-update.patch: Update config.guess/sub for aarch64- Update to ISC dhcp-4.2.5 release. See RELNOTES file for the complete list of changes -- digest of fixes not in dhcp-4.2.4-P2: - Correct code to calculate rebind timing values in client [ISC-Bugs #29062] - Fix some issues in the code for parsing and printing options. [ISC-Bugs #22625,#27289,#27296,#27314] - Update the memory leakage debug code to work with v6. [ISC-Bugs #30297] - Relax the requirements for deleting an A or AAAA record. This relaxation was codified in RFC 4703. [ISC-Bugs #30734] - Modify the failover code to handle incorrect peer names better. [ISC-Bugs #30320] - Fix a set of issues that were discovered via a code inspection tool. [ISC-Bugs #23833] - Parsing unquoted base64 strings improved. [ISC-Bugs #23048] - The client now passes information about the options it requested from the server to the script code via environment variables. These variables are of the form requested_=1 with the option name being the same as used in the new_* and old_* variables. [ISC-Bugs #29068] - Check the status value when trying to read from a connection to see if it may have been closed. If it appears closed don't try to read from it again. This avoids a potential busy-wait like loop when the peer names are mismatched. [ISC-Bugs #31231] - Remove an unused variable to keep compilers happy. [ISC-Bugs #31983] - Removed obsolete parsing and printing option patch [dhcp-4.2.4-parsing-and-printing-options.patch] - Merged dhcp-4.2.2-dhclient-send-hostname-rml.diff [dhcp-4.2.5-dhclient-send-hostname-rml.patch] - Fixed discovery of interfaces, which have only addresses with a label assigned (linux 2.0 "alias interfaces" compatibility) by switching to use the getifaddrs() as on BSD (bnc#791289, reported upstream as [ISC-Bugs #31992]). [dhcp-4.2.4-interface-discovery-using-getifaddrs.patch] - Applied a patch to ignore SIGPIPE instead to die in socket code before the errno==EPIPE checks are reached (bnc#794578, upstream report [ISC-Bugs #32222]) [dhcp-4.2.4-P2-do-not-die-on-sigpipe.patch] - Updated ldap patch to 4.2.5-ldap-mt01 providing following fixes: - Fixed parse buffer handling code to not avoid truncation of config > ~8k from bigger ldap objects. Fixed to free the ldap config buffer passed to the config parser and append new config, while the parser is in saved state (bnc#788787). - Fixed subclass name-ref and data quoting/escaping (bnc#788787). - Fixed memory leaks on ldap_read_config errors (bnc#788787). - Fixed a memleak while subnet range processing, fixed to reset bufix variable in ldap_read_function to 0 and to set buflen to the complete length (do not discard last character, usually \n). This caused a parsing error at further run of the function, e.g. while processing the second dhcpService container that the dhcpServer object may refer to (bnc#784640). [dhcp-4.2.5-ldap-mt01.patch.bz2] - Fixed dhclient-script to discard MTU lower-equal 576 rather than lower-than (bnc#791280). - Verify GPG source archive signatures.- Update to ISC dhcp-4.2.4-P2 release, providing a security fix for an issue with the use of lease times was found and fixed. Making certain changes to the end time of an IPv6 lease could cause the server to abort. Thanks to Glen Eustace of Massey University, New Zealand for finding this issue. ([ISC-Bugs #30281], CVE: CVE-2012-3955, bnc#780167)- Update to ISC dhcp-4.2.4-P1 release, providing following security fixes (bnc#772924): - Previously the server code was relaxed to allow packets with zero length client ids to be processed. Under some situations use of zero length client ids can cause the server to go into an infinite loop. As such ids are not valid according to RFC 2132 section 9.14 the server no longer accepts them. Client ids with a length of 1 are also invalid but the server still accepts them in order to minimize disruption. The restriction will likely be tightened in the future to disallow ids with a length of 1. Thanks to Markus Hietava of Codenomicon CROSS project for the finding this issue and CERT-FI for vulnerability coordination. [ISC-Bugs #29851] CVE: CVE-2012-3571 - When attempting to convert a DUID from a client id option into a hardware address handle unexpected client ids properly. Thanks to Markus Hietava of Codenomicon CROSS project for the finding this issue and CERT-FI for vulnerability coordination. [ISC-Bugs #29852] CVE: CVE-2012-3570 - A pair of memory leaks were found and fixed. Thanks to Glen Eustace of Massey University, New Zealand for finding this issue. [ISC-Bugs #30024] CVE: CVE-2012-3954 - Moved lease file check to a separate action so it is not used in restart -- it can fail when the daemon rewrites the lease causing a restart failure then (bnc#762108 regression). - Request dhcp6.sntp-servers in /etc/dhclient6.conf and forward to netconfig for processing (bnc#770236). - Removed RFC 4833 TZ options from client requests [unused].- Update to ISC dhcp-4.2.4 release, fixing a dhcpv6 server assert crash while accessing lease on heap (bnc#767661) and providing the following fixes: - Rotate the lease file when running in v6 mode. Thanks to Christoph Moench-Tegeder at Astaro for the report and the first version of the patch. [ISC-Bugs #24887] - Fixed the code that checks if an address the server is planning to hand out is in a reserved range. This would appear as the server being out of addresses in pools with particular ranges. [ISC-Bugs #26498] - In the DDNS code handle error conditions more gracefully and add more logging code. The major change is to handle unexpected cancel events from the DNS client code. [ISC-Bugs #26287] - Tidy up the receive calls and eliminate the need for found_pkt. [ISC-Bugs #25066] - Add support for Infiniband over sockets to the server and relay code. We've tested this on Solaris and hope to expand support for Infiniband in the future. This patch also corrects some issues we found in the socket code. [ISC-Bugs #24245] - Add a compile time check for the presence of the noreturn attribute and use it for log_fatal if it's available. This will help code checking programs to eliminate false positives. [ISC-Bugs #27539] - Fixed many compilation problems ("set, but not used" warnings) for gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588] - Modify the code that determines if an outstanding DDNS request should be cancelled. This patch results in cancelling the outstanding request less often. It fixes the problem caused by a client doing a release where the TXT and PTR records weren't removed from the DNS. [ISC-BUGS #27858] - Use offsetof() instead of sizeof() to get the sizes for dhcpv6_relay_packet and dhcpv6_packet in several more places. Thanks to a report from Bruno Verstuyft and Vincent Demaertelaere of Excentis. [ISC-Bugs #27941] - Remove outdated note in the description of the bootp keyword about the option not satisfying the requirement of failover peers for denying dynamic bootp clients. [ISC-bugs #28574] - Multiple items to clean up IPv6 address processing. When processing an IA that we've seen check to see if the addresses are usable (not in use by somebody else) before handing it out. When reading in leases from the file discard expired addresses. When picking an address for a client include the IA ID in addition to the client ID to generally pick different addresses for different IAs. [ISC-Bugs #23138] [ISC-Bugs #27945] [ISC-Bugs #25586] [ISC-Bugs #27684] - Remove unnecessary checks in the lease query code and clean up several compiler issues (some dereferences of NULL and treating an int as a boolean). [ISC-Bugs #26203] - Fix the NA and PD allocation code to handle the case where a client provides a preference and the server doesn't have any addresses or prefixes available. Previoulsy the server ignored the request with this patch it replies with a NoAddrsAvail or NoPrefixAvail response. By default the code performs according to the errata of August 2010 for RFC 3315 section 17.2.2; to enable the previous style see the section on RFC3315_PRE_ERRATA_2010_08 in includes/site.h. This option may be removed in the future. Thanks to Jiri Popelka at Red Hat for the patch. [ISC-Bugs #22676] - Fix up some issues found by static analysis. A potential memory leak and NULL dereference in omapi. The use of a boolean test instead of a bitwise test in dst. [ISC-Bugs #28941] - Replaced our patches with a complete and upstream verified patch: - Fix some issues in the code for parsing and printing options. [ISC-Bugs #27314] - properly parse a zero length option from a lease file. [ISC-Bugs #22796] - properly determine if we parsed a 16 or 32 bit value in evaluate_numeric_expression (extract-int). [ISC-Bugs #22625] - properly print options that have several fields followed by an array of something for example "fIa" [ISC-Bugs #27289] - properly parse options in declarations that have several fields followed by an array of something for example "fIa" This patch obsoletes the following (bnc#739696) patches: - dhclient: parse_option_param: Bad format a - zero-length option lease parse error in dhclient6 - Merged ldap and options check patches for the new version - Fixed dhcp-server init script to check syntax and fail while force-reload and restart to avoid stopping of running daemon followed by start failure (bnc#762108). Added libgcc_s.so to chroot, so the server can report assert/crash line.- Added RFC 4833 TimeZone PosixString and Name declarations to server and client configs [not used yet].- dhcp-server: fixed to escape all values used in constructed ldap filters as a DN may contain e.g. asterisks (bnc#721829, [ISC-Bugs #28545]).- Updated to ISC dhcp-4.2.3-P2 release, providing a DDNS security fix: Modify the DDNS handling code. In a previous patch we added logging code to the DDNS handling. This code included a bug that caused it to attempt to dereference a NULL pointer and eventually segfault. While reviewing the code as we addressed this problem, we determined that some of the updates to the lease structures would not work as planned since the structures being updated were in the process of being freed: these updates were removed. In addition we removed an incorrect call to the DDNS removal function that could cause a failure during the removal of DDNS information from the DNS server. Thanks to Jasper Jongmans for reporting this issue. ([ISC-Bugs #27078], CVE: CVE-2011-4868, bnc#741239) - Fixed close-on-exec patch to not set it on stderr (bnc#732910) - Fixed incorrect "a" array type option parsing causing to discard e.g. classless static routes from lease file [reported as ISC-Bug 27289] and zero-length option parsing such as dhcp6.rapid-commit in dhclient6 [reported as ISC-Bug 27314] (bnc#739696). - Fixed dhclient to include its pid number in syslog messages. - Fixed to use P2 in the spec version, not in the release tag.- Updated to ISC dhcp-4.2.3-P1 release, providing security fix for a DoS due to processing certain regular expressions (bnc#735610) and several important DDNS related fixes: * Add a check for a null pointer before calling the regexec function. Without out this check we could, under some circumstances, pass a null pointer to the regexec function causing it to segfault. Thanks to a report from BlueCat Networks. [ISC-Bugs #26704] CVE-2011-4539. * Fix the code that checks for an existing DDNS transaction to cancel when removing DDNS information, so that we will continue with the processing if we have a lease even if it doesn't have an outstanding transaction. [ISC-Bugs #24682] * Add AM_MAINTAINER_MODE to configure.ac to avoid rebuilding configuration files. [ISC-Bugs #24107] * Add support for passing DDNS information to a DNS server over an IPv6 address. [ISC-Bugs #22647] * Enhanced patch for 23595 to handle IPv4 fixed addresses more cleanly. [ISC-Bugs #23595] - Refreshed ldap patch- add libtool as buildrequire to make the spec file more reliable- Commented out all configuration examples in /etc/dhcpd.conf and dhcp6.conf (bnc#715473). - Enabled dhcp6.rapid-commit in /etc/dhclient6.conf config file. - Removed useless provides/obsoletes from spec file.- Set the DHCPD_CONF_INCLUDE_FILES and the DHCPD6_CONF_INCLUDE_FILES variables to /etc/dhcpd.d and /etc/dhcpd6.d by default, so there are well-defined directories expected to contain additional config files (bnc#690585).- Updated to ISC dhcp-4.2.2 release, providing two security fixes (CVE-2011-2748,CVE-2011-2749,[ISC-Bugs #24960],bnc#712653), that allowed remote attackers to cause a denial of service (a daemon exit) via crafted BOOTP packets. Further also DNS update fix to detect overlapping pools or misconfigured fixed-address entries, that caused a server crash during DNS update and other fixes. For a complete list, please see the RELNOTES file provided in the package and also available online at http://www.isc.org/. - Merged/adopted dhclient option-checks, send-hostname-rml, ldap patch, xen-checksum, close-on-exec patches and removed obsolete in6_pktinfo-prototype and relay-no-ip-on-interface patches. - Moved server pid files into chroot directory even chroot is not used and create a link in /var/run, so it can write one when started as user without chroot and avoid stop problems when the chroot sysconfig setting changed (bnc#712438). - Disabled log-info level messages in dhclient(6) quiet mode to avoid excessive logging of non-critical messages (bnc#711420). - Fixed dhclient-script to not remove alias IP when it didn't changed to not wipe out iptables connmark when renewing the lease (bnc#700771). Thanks to James Carter for the patch. - Fixed DDNS-howto.txt reference in the config file; it has been moved to the dhcp-doc package (bnc#697279). - Removed GPL licensed files (bind-*/contrib/dbus) from bind.tgz to ensure, they're not used to build non-GPL dhcp (bnc#714004). - Changed to apply strict-aliasing/RELRO for >= 12.x only- Correct previous change.- THis is a long running network daemon, link with full RELRO security enhancements. - remove -fno-strict-aliasing from CFLAGS, no longer needed.- Import redhat's patch to open all needed FDs with O_CLOEXEC so they dont leak.- Removed obsolete sles8 compatibility dependencies, fixed to avoid non-functional sles_version conditionals.- Fixed to not introduce separate dhcp-doc package on sles, use versioned provides/obsoletes, improved conditionals.- Fixed dhclient-script typo causing ISC DHCPv6 client to execute ifup pre-down scripts also while renew, when the ipv6 address did not changed (bnc#690859).- Implemented optional ldap connect retry loop during the initial startup of the dhcp server in cases where the ldap server is not yet started. Set the ldap-init-retry option in dhcpd.conf to enable it (bnc#627617). Merged in the actual ldap patch. - Cleaned up init script error reporting, no -TERM for killproc.- Updated to ISC dhcp-4.2.1-P1 release, that provides most of the dhclient pretty escape and string option checks. Merged to use relaxed domain-name option check causing a regression, when the server is misusing it to provide a domain list (compatibility to attic clients) and does not provide it via domain-search option; pretty escape semicolon as well (bnc#675052, CVE-2011-0997).- Discard string options such as host and domain names containing disallowed characters or beeing too long. This proctive patch limits root-path to a-zA-Z0-9, #%+-_:.,@~/\[]= and a space (bnc#675052, CVE-2011-0997).- Updated to ISC DHCP 4.2.1 release (bnc#680298), that provides following fixes (digest): * Several fixes to OMAPI, cleanup of dereferenced pointers in the omapi handle, handling of pipe failures and status code in omapi signal handler that may cause connect failure and 100% CPU use. * Handle some DDNS corner cases better * Several fixes to lease input and output * Corrected side effect of printing all data strings as hex. * Host record references leaks causing applying config to all innocent clients. * Memory leak when parsing a domain name * Fixes to configuration parsing including infinite loop. * Fixed for unexpected abort caused by a DHCPv6 decline. For the complete list see the RELNOTES file, that is available also online at http://ftp.isc.org/isc/dhcp/dhcp-4.2.1-RELNOTES. - Removed obsolete optional-value-infinite-loop, no-libcrypto and CVE-2011-0413.bnc667655 patches. - Merged the dhclient-send-hostname and ldap patches.- dhclient-script: fixed typo causing that only global settings to set hostname and default route were applied for primary and never per interface settings (bnc#673792).- Added dhcp-4.2.0-xen-checksum.patch by David Cantrell to handle xen partial UDP checksums (bnc#668194).- Applied security fix for unexpected abort caused by a DHCPv6 decline message (CVE-2011-0413, VU#686084, bnc#667655). - Fixed dhclient.conf to request the domain-search option.- Updated to ISC DHCP 4.2.0-P2, a security release fixing the handling of connection requests on the failover port. Previously a connection request from a source that wasn't listed as a failover peer would cause the server to become non-responsive. ([ISC-Bugs #22679] CERT: VU#159528 CVE: CVE-2010-3616, bnc#659059).- Enable ldap CASA support on SLE only.- Fixed to use same/correct dhcrelay6 interface variables in the sysconfig file and in the dhcrelay6 init script.- Updated to ISC DHCP 4.2.0-P1 release, providing a security fix to handle a relay forward message with an unspecified address in the link address field. Previously such a message would cause the server to crash. Thanks to a report from John Gibbons. [ISC-Bugs #21992] CERT: VU#102047 CVE: CVE-2010-3611 (bnc#650902) The 4.2.0 version is a feature release, implementing asynchronous DDNS processing and includes "The LDAP Patch". For a complete list of changes from any previous release, please consult the RELNOTES file within the source distribution or on the ISC website: http://www.isc.org/software/dhcp/420 - Fixed compilation to avoid segfaults as soon as ldap is enabled, merged our ldap patches from 4.1.x branch.- Fixed a dhcrelay segfault while receiving packets on interfaces without any IPv4 address assigned (bnc#631305, reported upsteam as [ISC-Bugs #22409]). - Fixed a common infinite loop while parsing options with optional parts in the value such as in slp-service-scope option (bnc#643845, reported upsteam as [ISC-Bugs #22410]). - Fixed init scripts to report correct LSB codes in status action, when the config file or the binary do not exists (bnc#640336). - Fixed syntax of a check in the rcdhcrelay[6] (bnc#648580) - Avoid pid check error message in the rcdhcpd[6] (bnc#646875)- Fixed server lease file path in contrib/listlease and leasestate changed to extract contrib and examples using setup macro.- Renamed rfc3442-classless-static-routes_raw in /etc/dhclient.conf to rfc3442-classless-static-routes for compatibility with the NetworkManager making use of /etc/dhclient.conf now and adopted /sbin/dhclient-script (bnc#625770).- Fixed ldap option number conflicting with new options (bnc#625358)- Added a fix for an lpf bind error messages making it easier to localize problems (bnc#617795)- Updated to ISC DHCP 4.1.1-P1 patch release, which contains a pair of bug fixes including one for a security related bug (bnc#612546, CVE-2010-2156): * A bug was fixed that could cause the DHCPv6 server to advertise/assign a previously allocated (active) lease to a client that has changed subnets, despite being on different shared networks. Dynamic prefixes specifically allocated in shared networks also now are not offered if the client has moved. [ISC-Bugs #21152] * Accept a client id of length 0 while hashing. Previously the server would exit if it attempted to hash a zero length client id, providing attackers with a simple denial of service attack. [ISC-Bugs #21253]- Added rc.dhcrelay6 as source in the spec file- Fixed dhcprelay scripts to source sysconfig file correctly - Fixed spec file typo in arping path require, enabled ldap - Fixed a dhclient option name and new/old ip address check- Updated to ISC DHCP 4.1.1, the current 4.x series production release, providing DHCPv6 client/server/relay implementation. The programs act in DHCPv6 mode, when the -6 start option is set. We install separate init scripts with a 6 at the end to handle them, that is /etc/init.d/dhcpd6 and dhrelay6. Further, there is also a link to the binaries with a 6 at the end, e.g. dhclient6, making it visible, that the installed version supports DHCPv6. - Moved additional documentation to a separate dhcp-doc package. - Changed to provide config files and scripts as source files instead of patches to the ISC scripts. - Adopted spec file and config/scripts, merged in all patches. - Implemented RFC 3442 classless static routes support in the dhclient-script (bnc#555870).- Updated to ISC DHCP 3.1-ESV, an extended support version release which includes a small number of bug fixes (bnc#592178) over the 3.1.3 version: * Modified the handling of a connection to avoid releasing the omapi io object for the connection while it is still in use. One symptom from this error was a segfault when a failover secondary attempted to connect to the failover primary if their clocks were not synchronized. * Fix test in dhcp_interface_signal_handler to check that the inner handler has a signal_handler before calling it. * When using 'ignore client-updates;', the FQDN returned to the client is no longer truncated to one octet. * Clean up some compiler warnings - ticket 19054. - Fixed vlan interface check in dhcpd-restart-hook if-up.d script (bnc#599702) - Touch dhclient.leases in post-install script instead to provide an empty file, versioned provides/obsoletes (rpmlint warnings).- Fixed dhclient-script to call ifup -o dhcp and signal "complete" to ifup when all configuration is done (bnc#585380,bnc#518219).- Enable parallel building - Use large PIE model on all SPARC flavors- Fixed dhclient-script to use correct sysconfig run dir path to not to break the defaultroute/hostname setup (bnc#555095). - Don't request any specific lease-time by default (bnc#516459).- Fixed dhclient-script to forward new_domain_search as DNSSEARCH to netconfig.- Updated to dhcp-3.1.3 maintenance release fixing several issues (a digest, see RELNOTES for the complete list): * Remove infinite loop in token_print_indent_concat(). * A parser bug was fixed that segfaulted if site-option-space was tried to be used interchangeably with vendor-option-space. * Two uninitialized stack structures are now memset to zero, thanks to patch from David Cantrell at Red Hat. * Memory leak in the load_balance_mine() function is fixed. This would leak ~20-30 octets per DHCPDISCOVER packet while failover was in use and in normal state. * Fixed setting hostname in Linux hosts that require hostname argument to be double-quoted. Also allow server-provided hostname to override hostnames 'localhost' and '(none)'. * Added client support for setting interface MTU and metric, thanks to Roy "UberLord" Marples . * Fixed failover reconnection retry code to continue to retry to reconnect rather than restarting the listener. * Fixed a bug where an OMAPI socket disconnection message would not result in scheduling a failover reconnection, if the link had not negotiated a failover connect yet (e.g.: connection refused, asynch socket connect() timeouts). * Versions 3.0.x syntax with multiple name->code option definitions is now supported. Note that, similarly to 3.0.x, for by-code lookups only the last option definition is used. * Fixed a fenceposting bug when a client had two host records configured, one using 'uid' and the other using 'hardware ethernet'. CVE-2009-1892 - Updated to dhcp-3.1.3-ldap-patch-mt-01 including previous fixes. - Merged dhclient script, removed obsolete CVE-2009-1892 fix.- Replaced mt-02 ldap patch from old git repository with equivalent one (dhcp-3.1.2p1-ldap-patch-mt-02) from a new repository with fixed patch history (http://www.suse.de/~mt/git/dhcp-ldap.git/).- Added dhcpd-restart-hook if-up.d script that restarts dhcp server while network restart when a virtual interfaces as bridge, bond or vlan goes up again (bnc#517810).- Applied fix for a dhcp client id DoS (CVE-2009-1892, bnc#519413).- Updated to dhcp-3.1.2p1 maintenance release fixing following issues: * A stack overflow vulnerability was fixed in dhclient that could allow remote attackers to execute arbitrary commands as root on the system, or simply terminate the client, by providing an over-long subnet-mask option. * A double-dereference in dhclient transmission of DHCPDECLINEs was repaired. * Fix handling of -A and -a flags in dhcrelay; it was failing to expand packet size as needed to add relay agent options. * Corrected list of failover state values in dhcpd man page. * Fixed a bug that caused some request types to be logged incorrectly. * Fixed a coredump when adding a class via OMAPI. * Clients that sent a parameter request list containing the routers option before the subnet mask option were receiving only the latter. Fixed. * The server wasn't always sending the FQDN option when it should. * A partner-down failover server no longer emits 'peer holds all free leases' if it is able to newly-allocate one of the peer's leases. * A cosmetic bug in DHCPDECLINE processing was fixed which caused all successful DHCPDECLINEs to be logged as "not found" rather than "abandoned". * Some failover debugging #defines have been better defined and some high frequency messages moved to a deeper debugging symbol. * The CLTT parameter in failover is now only updated by client activity, and not by failover binding updates. * Failover BNDUPD messages are now discarded if they conflict with an update that has been trasnmitted, but not acknowledged. * A bug cleaning up unknown-xxx temporary option definitions was fixed. - Removed obsolete dhclient-no-dereference-twice patch - Improved dhclient-script to apply global dhcp settings, when there is no interface config (bnc#480922). - Enabled casa support in dhcp-ldap for >= sles 10 and => 11.1. - Updated dhcp-3.1.2p1-ldap-patch-mt.11.2-02 merging all patches flying around -- see http://www.suse.de/~mt/git/dhcp-ldap.git and the git changelog at the begin of the patch./bin/sh/bin/sh/bin/sh/bin/shlamb07 1561629833 4.3.3-11.9.14.3.3-11.9.1dhcpdhcrelaydhcrelay.servicedhcrelay6.servicedhcrelaydhcrelay6rcdhcrelayrcdhcrelay6dhcrelay.8.gzsysconfig.dhcrelay/usr/lib//usr/lib/dhcp//usr/lib/systemd/system//usr/sbin//usr/share/man/man8//var/adm/fillup-templates/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10531/openSUSE_Leap_42.3_Update/3aabafda3c2bf4e567cde83b0799562c-dhcp.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxdirectoryPOSIX shell script, ASCII text executableASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=1d969bce2ec544ed1ad60744d045b00daebd31ba, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRR)nY[եCk(?]"k%aNb\w8yӊ!`$DdJIh\$'$`~Z<\.6rYcSx !g3?x rJߎ2rZW 5PoiIl`b&ZJd.Zo"]Y$Oڹ-qnbRR+A?5l "`1v|>H".upFYtbӰ6"~\I{mtLn/X3yA}b~QOXAɣ+/y(يYߖGTs*lUBy Reặ3MհHpgN_Ŵl p"NYiq8=4$%K/M(|)v04V96o ݙw;MeTKXhWƢ#$쟼ovm3u<9^lπnj5O[nt:Bh\!UwCUuoQj@lNw9.`-p2(AdtʠVx*x*N2U*5>Z>pKy<?3!5 7$K7cC Xf 6$DD8,E~-WZJBąӦ0O (xE̕EQM^|OHeflp^D~-Ãy(ZV=$a+GxUFǒEllyXN73> oƹP6 5ޤ%V"~ͨߖ&ٓ!S5W/" 8YNff "6.:E:7)CjRu޿=uB6HxĪ=1`9"d~чZ.}%- P:ҡ2x@K,jD"{\LgN XYŒ jƶy-{mF>=awԭ{6placQD%ۥ%H $@O~%hgSػ(j8|eMn܌)]٧] (ie"Ń?Ӱcf9ɱ$*ͱB4z_dbyZJP^q;$4="׻ 3K>;7`<nqG nj)j!%{c,z~z[68~UogpԿD~xr׋w!D E8MkfY@LW xŰu?aB3PTT)ozE"?(2*1̚-;FLI)J0f\a }5:n#U~84:<e;FQ΂ؑc HZ̶2G+*4j3"ϼR=鉢Ѱg>hSV8# lG5Yj /{4!l8@UWƱPM9O~[?* r<=^ K}Uz^cyu ®g?;|b7{Cl5? 7bKl_8$I],cKG?yods eObLpm\i6voTbU˷kV{bI?ifVpkS+BhշPYD[3HAҧf D2+I["[%xRjR~|)iê\-WDNܷHduJm5l|{ڭC{eYƪq`7*iVB6(W_e JMTF1Jԩݡ-N{ߣqw%:чzOIO t2* Z;p ۘA#<͓S qX ,w"u@.ZqD7shg@7(,̉SILd-^;'R|^+,2N7ݗ)lfgz-HK_]6Q;#9z%MmTar>wRH 1ZhuoBJaڌRM4dvãt1M`B\*,Zdjf9g_~0:ak6:'WcՓ/ @/1SrdLʌS܇g;)3\qð&kr*v0:%H8WhBIumʙڥjٛV*u$aGul Ɣ$C 5l,˻zتMR]8)0ʔ.4 ^>ִ,WSA9!9\`R/\*}.v%$Na*_>ABǢRvFBpt:agVX-2PR㦒C(U6I'IVl2<-83TYO ._J0ҲF.\7q4 ='ʂ~)(ekZ[p]6q>ET蔠էP"@YnR2i 7!.l2¯YRM;%CMLi2O87퉢 ޗD)I<*h!\m1#8T 17_mtДtMSߠ8J*QnojOVo[_2 ymW'[]췿1,qVE@6#6p}t.|ÆO>NCA'X,cm IL0x|Qra͍y@o!-蔻>Ay]1 -fY9 6V:~q<]7ggOTXo"HQ{ȣN/Ry֍,ĦK众gqI)33D><4Mhm~&d(=9S1" NH:,Mښi!=vd!﹌6$ae4V^sDưTgK@s C@ &4w237zATNhVFoj"s#"̈́,EIsxmǶG_=^i0Op/kQ g~9~ /> 4i$Z/L#RE%rMy[(ֵ ?dOraZD8䍍TE955DpbnLǿAMZC'}L@ĴBILv%#?uXfF\̟KN7>KQ da MT\oŸ^dh6Hn2B-CKv9ɶC滃*}#ROb?8Q3YuNiPpyA8YYhg&:I MoiB9òۦo(Hd Q<1P@1:Xns| "5A8ͱ7 Ƿ6(7!b/ TC#~z {C+(#f%W6W#mi!+|x6>!X|5& XJԄsüdgv5Y1 YQP ONW(ĕ?K,>W=Zu{t/1ͥ]j3ZE9Y a?"fb}p#p[gyW5|UNaDL׉&s٥P -鄾%Z4Aq1p5y=LY&J0CVv`}+lн\=X7`t6H戆R}P6n}A7E.n9Sſx"?;Jzȱ~AF?U^QS.!%߭fiWh Lkj23~.)4 )(tJT %X(2(9dg>ǭ`bt0?1"pe3-0'3ؿ8WEQf9nٳ"ݿB]iӰ ~gȱ-3]/YNbdok]m`UF+K0a}V;ek)Xp</v1߳hlv-JU:[M<]R GNƌD^TANNq {%?%s, xTP-qsngFd>/JklTħ{]ў]].Z5+:C@qeqR!LkC[ g?ţ2-g*uHM # #Vʍ:8ˑE``co$Wv?)j{ x`^# N#@8(9эH6~rN>u2٥ >8J,mVHx_;=p)D(ZZYg=#=dpnI!IZo6ENVouO>濆]n=mػЁGdԠ>" 'mwZn*dn?mQ"..:tnlϾ[|6BRZVI:Ȉy.CZ"tPPL .F!_ `p5cF\S6F{0ڳqzf<@qƴ%ϖw=/zR[0#K X xLu?+Zi'"AhV_m`.ԶA^ uAsGB'Ȳ++yk=hbJTnۯ BJ6Mk8Nb+x#fDAM#a͸.P6(G+Xql)4oMp3g8LGͬۉ;j Lr} !Q5W;S7b~5 QcxG59Ϳ-NDq']56D|ųgDZ`*R6P Yh$Y+!%/'>PڟEjG>͂xlKo> (> )َm[C1DPk!JTt*"y%b5Ocڭs!uDT֒ҊDžyf!26Bz]0$z~`xպ$m͝bčm\%FD9P".[CJ6%걓9qP #9~Q0}@^O;_s"&&Gy"DIGDqu L-!EL'Wg?6PXcM'.N͇r1B3~x:ߣf[j'^?'agQUpX$VΔiJ2ܛ+.Yk|_4Q@․»x Izۂu?uկ=B,:ϣ]٩X&] JF?Mz[.] z@)t=3J 6u#ʘ?^&g˿Nu%JL)E?8I+2]d>9/΂$չ𫸖)@;/զwYԧ wPTs􎑡Ye4} o;/L@k85e&!<!_'?dwXu;Q7JFR4^H.'Z҈!1.?'4l "&vF\l :G,I2)tmQD[q,q*E4*$(FKb})Qbem!nX`"vq!3w4xҝJ栢uN;DH*L8jĹEW".MEꎡhJ6Tl`Kj!*+d9 H}vp#bEpU3zza';D2l7DOQ 4+A)?8Gfډ oFfj==F3 ʎkxw̋1o]D_/dtaִ{ HQ]Qkq`+J xJq1_zhi!ħP *块ޞ (@ى<(xgy[,C脿1VTZZ3{҉p"Usy0kԳ ,]Z9wCL-G[4ly %/ 6B{M{ 4g~W| E* gM"{lL3-1!Lm".S?t8tZ_I͘ N(A*A|fۦɍd*lezS݂[f`v;{-S~`׻iw;94lgYv,kX2tO]&g ]|s, Y瀈+zxKs@eݫLX|%nUX0O^oF>r-XR\O3v͇ḁCґc]k@AXmng x)eZCJ-S9pwveO>IiUY\,%@YwNq"S13 -q~񫪣8(/-'y Ӑٜ^^1+8 ރ&*A@T6uoa(<%Y;|r'U p VFPtn( 7 Z>P= ﮌ{!"8[QۿdO K庪`<-v ? Ѭ42փXGPHLe_HE~ᇰ'I9 g;~Jz-Y('O#fdtDW(f -K4kxٕ.H^GczTzY~Rf|C8b 7JYC,J)d(J:{NoxR2=T\E`0ޝNmp- [aשWCqs#S\Gӑ*S{AS25wR0 }6dGc(~ꊰ@BU [eY+ȶ&2& VT%~_j5vp`:1KkD/:~AQ)WRX#$Dy@W=)^3o)$gR8=@uAVTH@>2p4|[F?)+T98Xd 'F @b'-LW>c$PM']Ҋ .!8aę Irbˠ_-C~VOL'2^5 s1FىAl"wΡh3O'3GqG^g F8bNk)oMM5lE#x1t_HG %#}q;J9>tF֋P%HTOv3^L1+/5>~Ȃlftt봢tHJB'fӸUP+s4mmq虥zB^s$[ #}f4h jmqtP<"Wp](?썈V(vogW䴃YOCJwt蜄/%"L1Pô];tSآMKJԷym\19=)$\-8'*nԋMH%r9[0_taߎi܋)=RR~=@:w4^s&@qJi*lhk<֜˂HjlYOouBAp}Yi7.GCWi;ݴLLXAXn)g{zMMxQٳߔOH W[|_ n6Pwz*\-y&DshZCY%8K'%u|X~vC/e-iM *K35P]jH݀@% -;vC9T(B9B pKjO97w(}9P'yMnEǕVyOz򋢔QhENVtJ"noV Eoe̷r&.\~tcXsa㟗ng6@A0~i@FѠ›_2Y&1P\\gi:4up"lԑ}'!ç ;<=p|M3C4pU]>,ٲ`%޴>H\}LSX^?-e gxxS\@GF /}Gb]V9R[qXt:A8^  E ̝+߱,^e!l "hO{0jVN4Ib6whD! =}nڠs50k?N2SʄyɳhbRƴrcb=o5ּHk5AԐ3Olk ',;#FHto?@] : >tw44L}+Jl\T(8*\#|縢Q4ƏI׷wMmOhb zM[> ;io5 I}]%1VVq0dO'"`} O:!~lȿ$ zCGIj/AY‹ F 1 3D/mUEWuvq^ v\qhhE l?Hq+$49xף47F >RL"j,5 LyRیD)g.461,V/NkGW(,o-i DjnP)X|j8i¦\cӀ,]NM dpXQ\4ٚS pMA4|)%ĩ G;Mc@ono'W5fH$Q*/ N%醷#-v,Ė3D@pjmgPlVm4BU@u!t\g6lxy2tT=R}cg4F x[-PbF=FӝBy+h@2[h'SSߧ%5U* \/$zr1:|6gô:ޔ0O"VS^y '@R!tjJƋ||T6YсJٕ}v~Ьfm&S]r&r֫+~Ls9|8{{G(Myj܄+[CHrkup[ѯEpA >a=d.Ote*i駂(0f5߬1$vVgP7fh&}*^}T1G*ZOe4G/Fs<2ٕwQM(Y4$$r9́yg4豈J34n ؃.k?7=cȔ&p~@֑Rq*`xӜOLy]쭩sݿcUIgt|E]qTU>WW w݈?꠵|ԯa4PgWwlt_dc; 6'_!*m٬Ƙ& $HxI8vލ^ka&v3*\6~k*T\VF޶UUX W8oB^ ۄqh 襹E(Lan@Tk,KzZ/ig{ ;l6،ZLg^dEJvѩ~X[UJ0vĺ]9'?7 $b߭ NnqE}k33M/kk3-1'lt<9jr['[^|l.k9BNGyMeq֠?]:קV0XOøF 2s.3̈́3Ү9P4kTx51I"Ba9^eI6<RlPe-OLM}yE>Ѧ`Pa-2ҝV-sbkq/Z:ыqaUeqTx*i": B-UPꮓ7 MG{}b] m5Oٌ(}.yn[ij7 .Iq Wq0kӯRv I!-}q>5֖_^<{@QZĬAzh}х{ 5 2)aU?.zLXUqPzН#!XJ7[ 台#A[6A[p&fڔpV_V>g3/r!Wi!5:bf Si|8ar( b_>G'{04YPJ% t X$|6.@s )ꝚJ!-Sq(5HSN/F$8:am s|q!uYwV<mp}\=p ò|$7Z 1~b̽TܴE-Xn:sEPb譞_MF݅juzT)ֽ*|X5a%bƽb(U) lNτł|a+A4VTrSPܑ,%뛭4]}v-T܉o}hzc&D[S,3&+ȳ;!Yhl%<v^(ilG6cM[U}ο/2@ȪF.UD&so/ϵg{ % _,Bt Z,kp}:I(t=40q@:;ݼ6H2Af5/>dFT$lT(@?Ԓ(4) P?hb YE5.nRve\##Lۄ `,?(ʏ8x3{x4>K?9ɚ3׆$_[#7\GQmS{\Ţrt)%0 |i_zv2^?tC^?l!cݰri9-4<>] HtѪ E78/ LY{g=msw߽ڇ jHJ`jZ,'Ʒ .Q .E][?Lix*.N(YE:Brt+6 1l+C,%Kzd |WW*,7!VA-i1$ &MT= . B%WQHLPg|H+KmOtĘſ\ԊKc 5yT0ў:'JEnϳ Lσw0~C ޤe.tup^6Wh[*b0^p|§T:2]?p5^/_NkGI; ee?ʕ.nbƣZR/7fTؔbkU˔MBl/RUcH+`mM~,sF 1?^Ļ9à0lPDw3n̰ /AdjV f66@mGz۶5v;9d ~CFf;kwB'=ḑ}mx(ճ-PHN#/)?\麫:q6;ni8 c=yA g\*~!<% zby { ('e*Uxv s -vߦ9 vo/iu6ȻlW"},\JARĐMj*nֈe:{qZC@/nGڥ"D3ecdL;câEΛp?4Z|^fl"1BQFKGqSh]+ z$/.eC̨IE3gI5T ڲ#tUzttt#7b@Eۥ`Sך̌[gC@>TluM=w&<ե%4RլN}MMWϺO ʗR+O\@ED.x:f@W t7r>UT24?PK[h)p#䰕C Yst /vO5٫Ybښl8؝F`GtFCM*|OfOWI+y˪hJXqEݬ`GTg5D2.+ tV) \-9~ͫln 3 ,W7W[}EҬ +w ezV'ʛd]SL돌$) ܂dI·,8|ŌsȜN't.aads6(='4ohyyC56=<{ϽWQExo0 ͮbs%#fsoi!`y)jª ƥ`y%yۚ 2ިps0{Q AY%Y z N\9))LHNN×ak]k _ {qgL-{K:!D)(ʑ+p ;Ɏ?"|֛'cܻb1]lNA:FQkV{$L)3PӯYKlzF.nǶSKN2z Q.{$H?aԿTvz/jh\Yz20V#U~=\!s(ҏL9y1[-663KSeDt4 T9ۚ͐ !­]5RUNp7ob ?! = !/:eoW ƢrV, +AqML`v82ZG(}zm)z`'#5oEXXGj$' 9Ih>^E^nɳϲ=%!N!O_S ;ApW+xG-k9aoY\OIuYxfG/-IuZ>w>dd}2' j׃+S^.1&<75%}^d_=u9*>ZfQeJLO:j@+k 2170/К8r;QOnx ~_ r8:ܓkJGB&ɞWZhP0T> E4 gpd!l:?މ?I7} B` K+g51+HXqk0\<ƷoǕ.ꔻqmi6E5 Jm3aaqZU507 |g%3 eS ?U\ҥ/rrzePrЉK볿,XbL4ϱuxZch2@)e6v^@4Ӳh ?!KoR{Ɵ*o#u) =wR޶⧱ i%S"4wskYޑ5m|/>K>Wzܷ[5"MUjw !_8$ܷM;Zkn(gjp\ˋX-vX$KDNk( LMg۶W*\[ |V6F䧷1‡֓ 7M]ϬKַ9FYy{ SJ 7hUQ1OJ}`4(7V[`#έdvK+&^ Fʘ Κ{JK-JH.â!K=Lt pwkG%fV8ꂲ9oc!QrX$ZsG(jk߭c[z_ #jg81;BOd*T3\,n,%rxVڴ",7?|Wt%~>0ɏ/w;>UcF^🇄%ivOThp ><*Ӹ^԰E "Z3Xjj)k'٣#Փo1iڽ0µkǘ 'Ӣ!}|l ?g폯Lpئs4@nD~w) 58N~?F.qG;j`%[N'\NGI̿s2}s1aK], (Gh}njU8Q gNkGjJ!p݅"E v5)Yc4^ p[_#Hg|҅C|x Y'!F+s1E0[RJ b(OgU Xj2U$ hk6mm4)ixI nOùZ\op08DJF~ƶa|tzHLឌ%W}¥堫[29+@.7&g]4IYJBcAbw/Ffzv*7c0Q0+\MGze.͞pnz {oh Ⱦm))nH^C-עAgqXܟ)UGO6=oX,诖1Ū)c O5փT-7q"{c__Q>kP>sg` 7WgJMۈ& ByY }+:4g.JTdJQ Ƶ?=a<-x6NZ,qdzOӼD̒65gGxe QeD3?+..̘)X0w=Aɽ:4eAْ0>u*lfi"=)FpOPp+}Xv!Bc͸-A&WkͲ& N"1CjT%mOzEV+ЋqHogr( 3)fҠFfzEWry8"8,'n\8)`30u790 něV{̯Xdr{R!z /'~T1<cgPE3S6#z'n^jF_*&\ObR$:<#UD-pM#ln.2TjB n eԨblLRA"R<[*d`d.hZ)fuWq]Qo ?f#d%kQ؇{XDalE]ĠⶔKq(y䳝w3aJ9e`r[|ڬ@Z){A#.{_Un_S:H_Zvj_~1x->]Uv뵎\~aA@HU6k ;;(Futg5hJ(1n(cju(Mhz^W\ .h&f^gU BTXbEz5C k1{V~&b X!*;qQ3껹 ?4=1m̉JW#'m'uJf!6$cK0X24qrAR(|AMs]G-MDA:<UhlҾ& @5dܵ/~ًrwX;T!)]`  0 {櫗/}<~ate>4k $e0ah񟠚 n1쒄/,Jf?ةg"VuTs安$s(6d2\ oNgn`vӰkp&K6-G2L!jfzTH~$+G^0ͮDs{FCe-[!5j.%T5E~:]_fA{yqil})~oh~fyZմ3"#Q@P̠^?]u4fs>Y _VϊRANe"rC"5uގ?)sYQi퇺vX'POT̵(bsITz1.úEC53~ic^Cl^x),OS d¼.T&pPyJ̚2w^Ӻ_+X\ǿl_v(L;RL* Y8,m瑬#SC"Yk8ORLAXo2/?^ M{@L|"BSӲ%y3pf:;.'zi _FD9 7\>_`n/ 8h^D&~oVZn*SG!C\Sm9%lM2x|VW[rFQC;S/.E f FtB (!hEaC{JnE N7k/mi\1^ Y}TWp7 ~NINO,EGWm}BRW7,Kt{Ik~ֈ1}pAW.IA#4Ү6 $宭eBLOֳ*mc Yt*4p!c[mE-6d=|]%)9PojC\fԬOMׁ \%)=TpH?Ow$p!^Ys")I}1)'vZȏ }[En%i:=ZQNm{ 5ys*k#d8:Mh5kY]aZ#_G sS7ݼLiG_[&z|3*PI+6M,]/ޅ Nc%i? zC >L l_OGӂ#VU3|ғ_1L"e_ מ8k J:(+'TG2kk-dM~_?eQ$ٶ дX~ Ղq XQ]+ *z#]ll WiaTNVJ!WQsD~.?tچDOO/(֓^ ܫ6"ǁ7SB"4ĖD.?`6f!샟J%~ V̸H}"zR!=Y'ܷ|G^TΈtѻ?H{W?Yoi"/Lgao"8wHU َJ7 Ͽ$\O7R%.i6<z;KB:Jaaw9xíN(̑Y+"9"С@OEL]u"$ހ}Yt#C=n>L?ys 'm+G/;ʚlN#^_PQL{cE h< Mt`0%mh#: V+ Ih5A~pKG;e Mmyw=-✎~gц|2AOB'VEya ]W _0*<~s+P^Rv?KX_` n-c ,wx4Gu' R!m|j^د`>Lks\5V&,Ua('-%, TGcD}16~@yZJX$ז6 |H:#FጤIϞjMuխ vf'*N0檯ԯxk(Ah&]ǏhSC+/zC7QdngfZ}}A^!'j=MQ$y{KTG9VKۺ|t1|n)'hD\rid+Wim52楉!.$=e2&nc!P̪*[ s} ,Yۄ4M`=[tnXG@)]^i|uiً!2 iD|qVrЏJs\Idx{Ɠpg ]:v?\v}g?3Qa3褚#ZYmXbNj2+ǻ-Em}~CjTүTeUx5\/82 JCiI8՗4> kXi8ǵܪP)kɠD0A-3i)zԘVA:F酑VR VEj?U3#^'Xa9vX:-붿%zxtjö)]位!n( c]mcH 7aI7>@ 6k2,`\q^Tx~<njs0Qm4A&䗌WZDfkأG>[t O qgjaPҽL6,i\w.4, FYwXڛX!n&Ze9jX1{Rb5Ke33CLhmD,!.BnOZ14OnNaèUt_^ ;hV){99P{[?ҡDrjy0B*m lviw u" SNn ؘnDpƚW<%Krqpñ9> ;t*QU!$bz=Vc]PohLL:YI(Ih%3=Gtq_7h4uu2HT*LdstdT=ʞٴ?!\=TH94rwR\ Q)K4goLpXQ*0'Qy,Y OM^?缠^zi:s# z35+]PÃZƋ{'{WgR2$icSv aFߗssw<l_ƅ쯌V|67[*u<&b;&?;zAO [ V: 9nFmMHPl)Ղ iyKN DzjsT ǟ2B~XI/d'Dx@t=Gb%<_C^Qv~eߒ0TWK[]\&;i/UJ䄜H R[izpGî҅ LeHxŠW۾iy+F$ߔb3]{Q guuqL$Q6 Kvc3WwO{$#_ ދ%)E͊]H$(N-1Œ~I,}3YǦ_;GvcOk"]S,DcvӲ9nOk: o󵜿EV($Lv 1ڽ&,/\6e.-ԣJYUա a9h ¤J,<6hkgwqQSpR^@`F'mo ǯ|0?GHדi_%LLT+4=i6b0-V@C#Rʞj* FyLUzz07`fw ( 7-Z(3eFO^&mͭ>tvt:&Giep}vw]SZDܱH< d:w>X,"+|kLnDv,{IZqDt"2JIL+Lz0P<@1B,thIVC G ?Ve}J|PH3X Sѝ6:-񲃟أ|c!hed킲'l.ѿw|SqW9o:Z"ٮy=I %{cZV*ݲ‘ ~Y#fie@w`|Q-jkEn\hryt8B(,n1: ' GB *ǂ8YuRp3N1v+dZ |M̡ &ZՎCYyO1(]TRa" 5g,pf ]^t}Җ=cFOgkzb IQX/A0Fq;;3xYN,us w' 8+0:JFIzIN?ybj#o@x&n1ZpYmj{FڣŴ?zrG⾷`P)d 7MCZ8&VߨW{TVj8ة*)?Qs=$djhXEZ5elD/s+Uq4eDo͚PQ @d{n 7zm^:)df"G^sZ.2#e*~m>=H3V66sT.2j#@͆ov+\)濔Y`ёr8WN}!쿚lvEbJk҃uQpǧ0 En |E+q 2Eu)K\5MPu@5+#$ϻS1iSNI״!L㚮iU]$)`=h  g򗣖w/ru7OpE# ɝy/7?elsvǽo5js2A \ߔXx5,nHۄɭFLaV|;Z`Z,QޭfMGs,$=L*k|ְH\rxYI DJx0HըqkWkyk3x-2 GҧuT h[ vEl(# FpUR];l1/02zn~Q)62No{DbzzNطq 4]+D0q_ &V7y䑂)Mʴ zkj@!0 1C&(BW;p ?]{Bk|J;R',ia%2*'$oAAT99l[\p*ŅYe[mv 3U [.FG!#-ܨeIe)PݼÒcfw%XݟMOeø3؞~/'K!Dz澉o-jmw>dCH9μ._W^!2$ehX1 FUorMc@vAQE2ˎPKm/O=Ik9Ytz–dSD'YOb4v,"pv:ϴS Vm(~&#'x^{ 1f"PN% RQ˺ISbsnT:L>7@Q XxS![s9NJKb;.uf{RCTBll枕\%aS }=4h)g%7xKzɠ2 aO<~]٥..t 35ߎrPE$7 ^^,!˼~5U{ơ 6|K5KI]:MD8T@E)PjI|n o$k[r\9ft@waH>5V 2Px4Nn'yX[҄NPgi4HI #w\ "MtSCP԰pY܏TXp{4wx?v)b1<nI«@ձTMRkax!ҕd=^ˑ/- >>j~(@zLb Gqg>_ Z~ gZOb.oՁ@ų4v9{~&q#IñٹtzJIJ,Q{tճ̶ED]+}I9Zj_D_y0UOT,!2aj_yV6y`ٹMq3\6H@nUBhҹzjcBqhB}ܮ6EA&B='\PtwZW Oؾ3[_U!%) ڠ;~=i2P -@@O雕of]GJa|A!EjhS! My\3e\Թ[^ vYauD  z)F45X8BIK E`iVWuh"6HĴ th~Ffiqhf,H:;K1-^3R&f,źJ7s⭛2Wae ~J wBALkwOo[IBY5|@w͠JVS}Iҏy]\Ukfj2rC+y6c; !  [ |\;-įHle']TcΘH)Zܴ9LYRv_X[VDduzҌ0s2|TSt,Ϣ^YHyV(f8Y~Q%xP>#-mwcP FseU6{tPCcV F/{Z7!HZi[١P#Udn\B"u]mY)0XfVp Åyıp֣F ln./O|=a ;$?Rĺjh56w"/3zsɻS'Y<#˴l bOhW@j$YtJH"%Z 驦)Q<.*5a˾eufvEVWM5+k&т7)oA^W\q6V ۉIG#L!;w/o\t"-?r>$O։.-kK)-kHJO=:{bbCMy09_4p0 {paU4o̝g-;)EʚY_ow\Fhbp5g96ke RlOJjt J$yiJ@ ?S} v yU{ SJLE&('f7n<RTBE7F/NoIv'aK;qq x6^\#6z?=oZ#G]OKq=iM.OB![yc zfCd(6,@qCE^ͼfwۨTJ0lM5_ hb?< +T2=eϬ F. Pd>$-̈́䉇 j̃9}-ܕt c΢e T#WbDd;h(xsTB7 4ƈ>6 ̑jwPU w6bpNC%l)|:d/vGG-D ;kz R=Cfa~7Ģ9 NB9&P׍6;wjп2GUJ҂28x`WfW3:WigJ]: |D\n.FDF\yG_ -N1SSVt"tcCK+.8  ljV_7}&85ӦU`RzN;=V&tnGA/.js l%+t5{n=iqܦJN/n</ K#Ol1]y K )= ņz1/o ZDNzꜺ WwxHT;쨼%yhH6+>ɽi9W6mۮHZ`pzaScN5enB|=Tϩ79.hWM6+ r4eP0 |[֌.s5|{~"*TuQ,n:fWAQ2"˝{n"R>\@}Z<+: Gћ*zYlcyvviH@({`_WWv8+lG{&,?#k.bKӾZj鼢衣j]=RU1US:6 VC sQK*'QVx|$/ZV%Xsg2'iۄKy6rX ) K0vzKHC@dΆQYVZPvȟ·bg)(hR^ y y} T^yr __jNv V$!VHx}@/LmpBⰻ?+Œp78^N։Ԕ|Յ(8[ݸHC2Il|NCgh~ke'",]OX>|S~;&WبEw)pP&ԓCH3h/ V}QguRYy%F=xR)]ae!(#l-к gۑ^ F-yYlGHó߈ލݭe[eql0NFV7|rҒVp!(/jy[ nf.=(yBQ\XCM1r5N#ТcMqZ;_;tj5mC !b٩v.6\;`:!]P!V3`Ĉwpz-D.n=f1*q#љCnY0K=Z7^"! y[FX-R5i9F%`J W'Jf1y0VN ]Ӓ)΄臡0q!p) XII&#"/'W]/EEr>Q tyDJHeg] hp9L@i[0 S'=q:)eL`ϲD)Ac}u"n9]JOPt:߰Ӥky[w1kD*]6ϝ->c tww~7{✬d8ﰁƁЕnmr @Nǭju'YBfZ4ΈZ;0GsL(%|tn1HjFR%<̅,Wp?Uح |mm0L2hsge]m8=Sr# L;>o {a5}=^!I}f\j=_RSd5?xޝN;mBC/Q|a\W4tOp=+r:+/`,0=mTz;eFSP9$`Ndu[ꭹt"'cŗt5q`/{sB&)ʷ.u^' nTГ9e(bks!q)ɜ5ZSH*{5'70ˏZL9WdهY-_MwʻʣKPNcU )n=l@F]KwWWמhR/dn7`$& !Ms[ pXYHBrD0[ ӊ+j-o2VY|[WsL`#d١Vp*V7+Fjk-ݼc ѵJ4-!S9>/i4C'Pp}3ވS:oM9TJ~zcʨ`,j:?"6^l+55H1xXpl\Joip|,O*(tB~S'WvჅupڰ0MzBۻ13n63v ^ko(aCriQ5sH0690XfS׹cT_fc-\D9L+K4'$FO@i7X7=QB.alL,]Ich%h!`h4g.Zxa.ILG4aW4q+3?TV vr|KJ%9AL *G5{o mㅎVL嚣ڞY|[7xTb:2_ݍlC~T]:.ɀv|你 *Q%Vn353hmS{5+)IE/|;] 'L)񷡝Mӟ.Vi|&`ofvtV8ڋY㴴TC;Zn{v+{.VQLm^Gt`_HCXkӓ٠7 n)gUJ3hRt*Ғi,; W S6]JpE/OaG ug/Yf3sl:j n*kl#!eoGjj.sxf& {tRWf0(1ȼE{86&ҽՑjG]_\A#tfBZɑ`+44XC룲%㪷#L0͆O"-]hd&R a<}0}hY;^fQٕ7!J,ƚYs\x^WyGX>L_>C6E9U,reP3EI^;> ,ϵߒ GvaQ7cBvhlzCGIK%*r ;ٮ{Cũ*df,C"VZx Gy׾SX'_UϪ&Q-4z8ܶ-3^Ё96YsVWS tkM*0cV C,1{@2!f~^>yz!EQkkl@Rqq,щ"{[q:CUMjtT)e <a%C 3\v]9nb &\ ;@$ZeXh!$1S|5 7M4pƣ+UkӅ~Qh-\3C,ATc>iv zo7r~T_ 𛄠v=Yd N7ZlO?ɋE{|ի徦 0V@V5Qf%T'-vj1HsJ @¸{'1)c|]~,C┋Me7ʃA3&ıfpdƱz$8c.~r{1r!5Jm(c]UJˈu;UwrcI'8D|#5ۙ7'@;d[^z :´ K;釺(6 ~E31Vka,a8R^˵+ '*ta6LviT"20.k ǃ/aL㲗\;7~.V{d޲?}K8K~fgS]琴cNmLTDJsb,[, n'䴁6ʦ䢐CR_~-W_0qjZqV!1İ_ni5J.v[ `֥uLqMT6LoxHgUY|1֗#;{-~V-UpIe%y!Ib-d^u%?K ^D@O93lMGI ~BdUݪT{}# R*c'ۢ>B-Xsc$ՖpP4AU9 zg#{NVzڬo LR'VrrӴ|l6n̓}/nob- ;7xU2"!7h0+g^4],Xj|rWM\ڧq>MAݎI8 :Y1| "hgBYt LJ9;[dWo5R0.7b Ucvˠ-Ay4&؝Sk25;ZUTҥ)~ orm^1Y}z]@cщ-nF Zlr;\*GSbF7t f ?P^F.aE4-hƄJFjIo?!`gUv0UGa3ՙ^6[EGZн0˃SheяAI Z0#};ZUХ.)+ #,="/U1>5ZHن></^.(g%C&.VVHWB^gqQ?i) )k=P.4"veU?O @me|S94 r͈e^rmR9a)4ۗaA|XKy,a)fsK'X(떰<QI %(_ңl-,KׁF?s}&i:0uq<6)ċՊZlkd R^Q/S lhe(?7<)mj/y3cG\X5{BEAGfiP#l<*3?\.#K7@4\5{1Nk4D.WV9A/?\V6"EW GwZklX >  5oh/wq}mގEu@+f;{c}S~cRkAT# hص%rV47WI $R21p?w8xڠTer-xLSiو8 *n6 k&k_dG"N+?҅m{$iPv4`yl8L-'*Dj,sv/L )F۬e)eNiLfY+BSw~aNءknF~&砪,}vE2fV"X{a6[i[YrK1o·nZr{ruj \I&Kr'̗bU]H Ʌ8B]Cj2@t~g ~5 l&}Pa%Su0@C@NG't+z.k]9yg'cP%K,&c5ܒ9:lp4x  0 ;%oW|$HoJR-n[^@ |]Eݾ]o8Os7yIo#fF׭7Zh$р7 B t̼dOt{&7)Mh7(2ٝ,4X.ne}x"R@jYԷ,&9ecЏ>&<}z*\94AZ#9Ri( -9gNLRYo7*hovIQR`bgH+yWG\]mEګtv5 kekKBAx8КX !{}ϳ5SBs>I-Vx-ʨ-Z g h ϓ"}}WPVq znNdHGhU&OAQ2֎c|ͭPȨ25foB$^T I_ù#:!(l7LJ&?س:I }㺑#c7l5Cr OI1~Q*] GjY eF04֗8YXeQ2W6x)izhߝϨ:2\z5'aA9l}-sObDYhM,n[uq^L3V3"W°sVC K1iI)bqB_bnIpI ,H©6w G lj^J.,K'µk&5U-3ɹmқ6G#ф| W1nBt-2cHsڔ-jL \$3yOY0pܚslb_(%Tl$;4i__03T (>rQ:?4/WJԫSb[H)im2=k K('XϺt^d8QwЍFͧ|aHKDI10%5޹㒪t9HCca)=KޘA'Ɖ zHxvκ5E4)xu\Őtf~n[_8Y)Y DN6\L&KG ߳"%s" .1*n.NߓT 翢GY,6 TIC|`hYpj[~|:XƝA5 rA񆅶v\͈R}0~`M"H#eA-]-jP;<N3]kT@<_dGahLAŚe& Z*p2(IX("=uaNDuM&^q9N9:f:b2 8C!qy5mN2gook= v 5-NoJ&+=ym8S#E9Us_ۓѺs!3U6]٩fpϑy줮!L s҃ͦiS4mdUѫʡP2Vb~j*::^yHo.ZlE>d| dz}ST/µ#%qK~P=.JUFBeg=zxA>$WI]xƱ"Ri5' p%JpaS{`AgE _\}T!7&pN[6 BGqŷSATnx71enJt,C \˯ [-@ښO0As Y2[Dz9VAJ&d}zkuԐ] Eː+2Wɍv吧DKeϦ/|n(Yje-*v\!09G 3uE;ŚA(k#]5҆LJ[yD~p*Zr:@Z()`Hkpoy,~v bvuD۲(b%Lҧfsɾ`VڬU g XQՑv]<5;$+S*xԆ+3T0đdyHder3l)֖zjc]DƞkgU꜌ Y9/ӁY|Q;]YAbs;*5èzdNj]pg|a$"ki!qt8jJUԑ}NS~ d hR,oρKb5l.</y?}{ xRy`^d]%@X|'$V{KQKMG>+ ڌnR,nT~fNϫ^=SZ J+} g$X5DiyѬN*5tj[1¡~Ph p0qSH\+5WSo|u)e>hD[g#im^*ȇB)Ӑ\r̤cC66j5cqZi_<,nn<}%*k,$A%G9>(: pCPW[d*F8T>S$ (JS$>T}pzw0;gn N')m$, X}6KqE2O0Ǚʞbu֝%HB΍,P].C>26AA6̝9}LoX,7~C~V)%+2Cwp@1nk=4".w7:z5JWV̧z䜍ٶ\3T9Q}ǣV*HU/Evl"Lܩޙ0<,MK 81?g@e?ٻz!ZVvt e/3ݣ4۵YHc~hg[?xY3$JƞЅO4DٚM>dep g8_n 3˚r.Z+B9570a ;]e髪TE N 궈 ÚPy$O %jOΞRA'i)bzɀz-|kJZ#=ϵƊ;y&ok8\C0_ Ѫ9<4}Pr1r=Sn&P:x02Ɍ)h̳|dL~C,+{I}@7p̵}ߤf\U*+' 't|%(_P b.ɮCf{lc{.'WuRsRLTwx l`T-SQJ}PT{7u}x<45\XsUJXQm&1|̺1NAtItm>(CWifV`!gOgyn{+z2lvcD BZ^ iMFR<ꟈd^YaV)m"!m@yc jYSJ`eZ G XKoT*a= 3H#=WWNf=8sBC;mv79v1Vsz%#^̾5*`tYV*z;-&WSC[y6sC&xh)- \, אCC bxϡuu~UZ{S -XI1S،/du0"%eMy!'QTVl9*gYlA*ȭ YO"%szSI݄ ݞhԺ9wa#Ew;(cNSLb(5D_f%)S7Ŧynwv>SݿA~J2C̏mZ L/t{kI\0Axw?8A2gΡZ%}75> 6u"J1R^ƟU 593Uqw!=NH22O(Ѷ^i2NH'ԥ"[v훙3-#dz#1)H5":~3PxYf9WG)orsmdc"j,b0+:3-7pl яzy6vW:I+9|̋'ѰT^di\|яi 8pN5l0%*I[P7|݁tHObG\oe+u@6p]#^h77;*566^}/Fݗ$2iNEؽ5Fri붵5{7g;%>P@V!DG:a0sOnt("F6\8mx_럴B370P)w_7%ai4obὶ|b]Ub{^~=| ;u Ca`g tU{^Wuz_=uhG-Vp#֗Y*Nj0^Ux4>} k`6oRF,9{˼MLb'7b'⡄1)KydxLX15mP-,)";Rev|ct{dgDL0n++2alz0nGă5NdX1fXdRvǜ+' L%P0M$BdpĒF qsDkDLoԾJn$%19{o}OSJwK5PqeY4wBqk45\Rq6Pu)mɇFm#2s {~P0׉.r @EИ`M&nA&=S)tRөlj=Y3=ioϧ {m0"4)T~;lQm)''p+Zd $"[L>3L1]vGշnqYT£%sPltt(2;դBLv"yy,4^:iRƼ eDG:w%`7gǬԓ{ ֈZ-o2'[GgV7=gܸIw>&~M[jz}-ݓ:hZb/GƼ:oGTEn=u0̦WM)(}Rj#cWۏ:[9L9|Jh<$F4}!?"mCݽJ< 6g-T#\ev^mHgT=ɘ{t5KP{ٿ\# >aTKZof]Jc?'8ֈ2 :h6W89SxȂ}LEyg񳙕$*2 WHy*U& 9׾X@e4+jVyΧKUaŴ"VFQ|yc\zt~_pCu5"کoA9 CcY%`/:<^>xNwG[(wjgΞ:2`&T6%:s͈SPRo6nAh k"qŇBb!e^?Iljk%{R{AX g,:G/)XBWn˵Ά~eM=i$|rVwMI K) gd;Axn`{ET9X 1CE2yE-[/"QbWIyۄ-ZQ/aRZB JPPzҮ%K^:9^D¶}~ {Ǡvn+b ߨlש$೚؀mꦓb bڥHtyRq m';t$.&rD>f{ UC7àL#7E'i.~,^f?r=U:aR ĥxclo, TUk*’&OOGbe:1R=x`rrNMOEU|j5Fm`8z@xNvf|œC![ߞvG p;xuoGK-W;81Da>* Bw8ꂾ&h!i7۞X4I8 X̏՗)&^L"^w{OF$  y&U6 kxtl.2&h5>G:D{wԐ(. Qzښ,bՅ~CNjO:*ÿ+H=☦Z>o0ۿ#ӌtvzn 飞6ɱrkb)4BFFJb =ET(z9۫&8M7pR1X@uDL}ٛ2.$ IDUi| !ɳ0߅Ht=ĉTSwv[rlJY=Lng]K GLFK$x!sC),웙5ƶ7Y$aYFCBԃc罁E;bBec?єcz蝽iod[ yDdciu&1Eȭ1_~V~0&8c$rSWm {)%H.$鯐bxOnܼ%2D92 T3wf-wFJK?21p*]͉[bO:gF#Wudシ|y1e@9%ίUS9W|{TF#>.fa'B,˻8y"Vi6WTւy/J":2\KAx$$V=ەP :3ēs0?Ԡ3? XPOei'qpER*p_Iȣ :@ X+ xOv$hp;-7|R{^9hq"MqR`@ZK 䀗u 0nmM:-1ʞe%lII& ?%ȗ|nFK% ſN7ņ F)ɠhe$9VU'%o[cV"P PQls}'&LŦGq. HAUVWնJ`.0Ɋ-Q,GR#+\,ո8Z-̩ޝ}J(_cIoIпŠ7m\ؙ^%`0ſxxW-u]Qmئ-y0.u]`3Gy_: EiAs"$OH>d EZ^6]X55o.W_Btm$ BEܹM *H"]ЌY.DgߊK(e!sOqO0Ш &|(߻ )ե-id,R#N{ ηr5G<3&k8o~y=r`!ʁMR,˰ڠNBn B<),-d1xWA|05SjO E5ãHz:H^|̠>/3'0=*w^U?-H"Af{C9,՘v[1إX@^+l.pN:' XOJz=;lz}\(*u"\i698Lc_-H+>\*ܙ{1ij&e*o _{G!ԍl7KDQT- '4RǠ:`*YmBYYʘn?l{y"O{؅5P=kBJd<!|'l3G; b٪zX$ v>R ^ǜahpF_t_')EMwBፅفk$K[%>>psT&Hd M/dŋw3]JJ:缹dZUʏs'WD95(Jp[Z?cA.<X6laMHN`{X?rk3#"l|<3i9ID#j͝2 $;(+!. 9@w,E$"/%/q0sd!_ϱpsiy-S\5F|lj|RΧ2DqG'Dwʖ*B;Tw.Ē*+\ "/뒷RS]:՛ArR 7Gy"*9ڥ4y/$7_*PLl1beauN@LחaxmlrST#A'Nnh2Q(4\JІ/ |@%8~/ Ƞ:@KG\'jWFY1! IBmI5@g<,0*yqR}$o<.T]8u'JKHRV"!ԒM#X-Ckc)4 u>"4é^Szع*n|!ϸ7egĶTjFW8uqZ)l8k)"1`4",?!bٴMu@2P@m̽Uwh#Ns*ux 6GbsMd!NdtJ3Z$\jUY|31k;Ok- ޹hnO:0q ӟ86Ȏ_O3\IvO>\s(^?63>-SG)81jv ǜYUu`$yEѥ|O=<(&?wW3LY]5Is$n;Z#1 ?`S ҈J>kZ!ws(ǬfQ&Ss 7rax7@Ū8Nb}O\_4D]Oea@"uK2.Q1B!A;WG3ltYS aq(#i)j;#@vQKn;^u+N4zn~IpO;8pg7o6y7s38 {Z'KyLٙN3[os$Fw)&;t6s@,LCUuPDm-de{̐Q,CJ_f/RB@m'Uw U]{t V'yMw!/F+orn#h/[U b5T**݅D%6r,.YPM͵B&lq7PI]a{AiQpEff`ň7wc4kES_Uf v[@vC$z+Io3IahMz&+k J^ yYp$CyЭGvx2ĕN@<ֿMRȩ o }t\yPVC\1E}O%QfEYF/WIWj ezn ~*X'qa#QX+?Ohlxwߣy`$tv(PB <Ȅ΀VXs 7TFՐ>oZ 4kU`LP,ُFNJ,Qq!SR,9}[{R&9"/a}E^``}5Tt!H ? h'ajͦBNʥ{ !Y)XK(\ #l=B4kutHb] Arێ{#%wۡD@ E+(d.t4Ԙ+(-l:h\WrwNW NUhI׀paI w]^oH>e> oI|*"$R% AozmOC:@+t¯p(xHC3KJX 7.^uՂ uªy RWwp Zw DQylݿIuSVW$ j٭PEɊ#nh NU}gOzϮC=d} Ue99(03}1OTBcf7] y{yz;1mpP9(ƺ " QjF5 +96QX@)Ӫ*]schiy`bju_D?B-v e/wv-:ԘϬZ^&po);lnS9pѪ H7NE' P L*TQ#oqrMLU0r$ŹU =_XIgOhf#HǴ 6IgchCq0AYCX xB19P7b)a/AϢJ92Zdu=2ЪfiI(qٵji:ԒT>bۜ#CEH2#\i<?K˹,{zHZT4 {Uj^ZpY#]t;lHDur@%SܓͪhDkLͪ"t7&.2_E_CRi`a>smt؉ 6?V\F 6vyje 0MO /*}Rj['+U`uRw*4psKL>"aG(xqG4aNJWhGa!ߔy쮯$} -YZ +%5l􇦐Y4yIvd,hO6}槯/M\G\V> Y[L3ĉ-%KDXݙ~YVST|3\tjLZQR9 RMw>Įqeqd:6F~Uy@`IK//qx:9'd6S!aC󆉢藁tXV9Lpg7eN- UP"eтxu4JbGk_P: /t$RxSot/otQRN l_l*IVUoxF}m1x xѲ2dSdRDn o%Oc8vYF m+q{%+{)H/.ڸ/aBGBaJ/EU#y 2NahpJNʢoe?Qk-F6fyn"xfah!hRyجP;K1: B)B}_hNW1:?DYh- ɩӱ,.=vO %Qi, [X5T|pS&׆i*$Yd=;F7\HGsyTC/qӲ=dA51~/ecZe쫠 (1ԇ YA_.K,œ[;Iv#=~px Xv \ ;moh/I i&K+ DlST11\9RxmPV&a[Ydl~7&#-'/LRu,oּ&"UӞeq^5͇Z9k~vu0!ht8]oqw%q5©>2 ʡޕ Y͠ u9ɠch@m[ \4H@3ղbthxj),q}]_Kqoz6&7r|vBD/a"ilݟRZ2ޒ_hAL^r l]>{Fo랳_jxz'l* Ve'@[k-'E6oZd ީΪ&恗EW{%* P!W'/h:;bhbloN!hI .V;ms*U}Zv2w+7˪gmvGszu'=nZ]r%%nrd ^XBu !i`ZUe\BA Q@)@5VSxe@J۱\Mz΁L~JY>I2 xaE}.Tn<@סERnwDx) R>gd++J /{flvѭҵi,wW*~Rk^1Ȟ~0ۭj-n7U/ Ȃ;FWZ}y3cx39ƃq1nd2\Aԧb0v9 ־,9j嘆25m:ˋ7Fٻy6 5~9ŹiNIl%NE-iB>i{߈'4B@ҙzPV7`dTcIZeTP$Kx\Pk}Oc/X ;(G3;{[mg-6QCniyCu&tw#h2Lt+;r[kԦ=7r3&w&xmћ4dY`cyBZk@%$7klVlngQW;%y_}tc|y%y>w6XvڌU Q:)RiÂk Y#/+ƒiT{q.43C:ՆšumݲiLܗ%ߧx 5M㈬*+`> BR&sI qw6#׍N~.!M_4~ۛu?T;^ynR0O/dOⒿ]ccm}v"qyc>_,AL<ƀ@2 d_BOMNWI+KoD"GƵ g)4ǚKg2M8BPwSKnxOU@eqg*\3slDt+2> 5!Vבٱ]SEV,zb󁏧Z=wQECK!b(XᩕY3n4C\c7=Ű1j*`tm@]ą3*V>/U5`q;C\,X2mQ ';!HoTK^lբ-܄\[,X%H?خO H:؜d{hIJ7.k7h2 1[OC-p[Fua8"a[\E9ߪcscmZs?AnkmbD#;⻝hk9U/ <#A {{Q`K{1۩fJY1KzMxuTN5@c#DŽrYe }"3fD.u~}WN_ҝ UT e"7r W}_ͧCB~,w^iվPM<əfY׷$SҜE=ʢ("a/ꠞgJ~ĈuXx2wh[7E.пpo`iZ &G>j ֿ ʊ + ʃLÜ( O 1_Rn Q0Ä]﵉avdMX_JF;%`$>Bm&Bpf zFM-#+Ȉ@XξKe3>iH0έӯ_6m)!-[R&'rMH4\O#%)#%JAP=g&yS;v<AHC LLIjGnMaBKkBcvܸ8Hq׎tuUXMÞ}ԧ1"1=w|c+`{kDfJRP +Ϣeygo"D ?Í5ս}!wы=G;z?Pn]ns 0*t[I@w+rrWWhc^_Cih{gLDBr""M=yBTlIDhwĹRDN/6?#p0<^ U$KLS@eK|GxZƝc+o:-~_>mYh7'zd:;j\Ȣd.G.?VT.@"N:X~^&<P'laO_jީMo`XiCl)%Ӧo,8p(}^ B '¼* AB 8SZhy'd.` Z7ކkaERR- 6Qކ3GN@+ĄY "hvпÑp`'-"M{Y1A0;)(f'Re|zA[Nu==~WQ//4Oi.|W哛Q73$G #"^nc~ _iГ :ןA %,\ÁC.AB- €$gԐzș4#FxM1 d%hȠޗ{W=8ȋTOO{-i>]} B=@l>?Z+(zV!u>.- URY"'𢚓GtݵMTU;Mw`#5H4cvׅ Q8)#%=|VIf/:bn[gm2=:ÓcxY,k-ꉊ U.S}%ήB#mgr:K^eKjipMAu5tsE"4αqȸ %Vpqf Q:e>&Vi#^NɑE Lzj>-bJmLCo"5#k=C6[joTu3I~O"78$~7ĶP56OB%xZVı;f)~D6kVj}H[B[\oIXv_QW?o8S5EG0ȵswC{cǕ"OzNkvY);g$OeTܘbA:)oҎmguM`']*vg\R9 ^nO+ THgz ~4r 7k>7+TQA $2fWLy͏Yf>nFu*|fwnV_U44~{ҬӐ> @t7ynN`!T[JǙZ%9=~ j RyǮfOLW5.U{\Ikry;NvB+OOv+{vMq4';an6ˬQSlbş1 ϰM;m >ȷ^(.VXFy5:Gy!j=sqTK-U]XDz2Fz꟪tCp}Яʘ Rt$hs p\MRhv}g#,Qn@<1^"kg " ng'H’>KKܨGO n~B^4xn)TDfpNOѽ6HW@zZjT>M"B.c>;!2X=ʱ>G1"l1nr'w1[LUj$ez $%J(hv66+r50^-SorS DXzZZ6y !Α| -x /jS3r!FhbK'lG۹,7o ZVۗ[ F ucmR_Gl~+q8"H.rXH:Td@e0>h k-2-D'K Fe Az }7~(0 frm#Frn:ٛ >ѰJ+& %.pc:f7OXZqa5śVjhaȧR0iӟ&r=M+2skdm`T_rbv+Z Ȏr$ςrᓯٸ~`&g1Nk9̟aA>> a0SbkI>gBRͅ}R[թԑڎ׵hv-F,?u8beZ-Jc TMm'#)KRiAlF7ӵG6Pvʅv haFO_[tNpOM)"SKɰs:7qt8POq؉KhӨ# 2PULT䃘U23e>rGlDA/ WpLD$yN".؁P[ATv~u&UB CBMNIzg*SrjB29׏L@anݶx{OUbʱ;e??VJiǀHXpvJ=G>iI=NV2 zTC1h4^ }S 6D A-iXwIAӽZ4 tzx,TN>%'gol筹DKՑ"ѝ=sM.#$ +[1 r Q{Uc`')!i1PݯFYD!,Fg $Y:L:)Pw htxY$Lix5IJ.W750"ǯFF"BBV͕ZD}-ګ)~A=}}9>S 9#'=t hh)I4i͗luQ@>ϱaSj9?HQZ*||ޣc-~>Rs-JT?G?Hg6!}]ߧSa9My & S3"-[Cg\8lBCպg8{{8_)p]2TfN;7eWbV .G~M-S8&͓-+bdK 1v-dmCf[]X&grOZ铽[w<`*QD3l4;% t6$ZXeLcI,FQA;keel |0*k:;Qu+_K-k1b@4+P_]B솭MZ{"ߜKZj_ p_(ԋ}a7q=,\*)լMkRo!=8MU'>obtaU{e0_=EP %o#kpF/O3QMj4nu)*7A9fa_mJV{6ȸu-.2|*8^?~}Ѷ>r   § 4V 8ٻ]Ry^vA@foCs[qĥfgκr ?;0vFUj}1߃t- H3 9bHc˦{9ʐI[.R\7}4w-&F9PYVq +2#hXD+UAďةVGOiۊ;/Nޑ/ Vbu`\s%If*_~K} ye`,da Q_kw nՙ.J z2>WOVE 5|S|H9cRgpV0lS]?glǦ=Kr&۬$85x=1)DSjQalt8d No^%>M,C^%0Y|ޚoSt+XwH1N6kPkyB"~/J)CYb`LUY7G 985o]*8Cށ3OAǯu[n[R7[ 6jCXe\𠫫twCLnGɵ=2sݯW\.)Hv[yۨY9R6-1ٗWΤ5}߁u@ݞsy\[ sأ JT0fb螠H]2 a3D]Ý ?ةhyU%abl}_-*il=vU(Km0@e)ex{86p^dDH a/OjEK4~9iY*2Iw]1J +ji;厪ol; y³Ȫ^[%j2 2[UqYM0*0' cɂhȕ7!r\]~4x/(g>5'F]( ڣǷMHMXj|(Xe_M3HݯAA/8P9ϡl6ze=ҩl0p[bEMqmzRHUq"F~1pB\30pA֛W~W֗c݋pQ -se2$㆔JTǐ{=Eh_ yP C"ӑbVڬh\YL{ݻj:)AG"Fc!]Z!V`>6Ȁ ̉Լ kQ6?FE,@JF_x q|KEY%rKoNe׺Am̝H9 @ٷC˳Dﯞ"%ZLxTh<X%S#ljD` (P+svJߎF:t"'Kj1d 6g{‚(ֈqOc O%d(~.<^̓$x@@pKI D&t%QWp\5_'>`Z\:jxO!`TLg5˕]=4N˙+SJ6_mVm/$NG9蘎E5~.< Ҽz8N?l!WRV!3D&Pz#XHK}#w%w㥺ox'C3ot& <}3ֱVBBHcS$ h-yZk.cy ,&26(>-Kj.j^ :Úf_Y`J oh \Zo7`x5|#`C"9,;U\DW'_EAf 5.Z4*2*u6n})SFV@U'OѬYfQ2nc GQBӐfݹOƆwtߊI7[`znn“:\CdP~ݗfsCqkPyɉ+'qFBvfO7^bIBK$!VC7 vX~{AÖ ,Y;zd)}Ǟ{r ~JB H6Rz e"mݒt}]".5!͌~ .--ر?U|=X. (/2K?7UL 3,;9~X ebI7ohmhY@YHYPe ouPM]DШ9/`ԙ GHIҌ 1ì=OH&t@>7Q-<5i4䮼M\z[(V~LLn_0OĶz щJMՇU_⍩i<ד(}y9_^}UiN5潔0:'(gN {j8pxPvjU7H=;KS0J^r&<D7d bv&xhЋkXLvEnbCh ߣO8R2h35KhG`(wJ!0*'=*h}ˍDڥvL( N`oK{*HH:r%ps^%sua&`K}렎ҹ5ɤud0ŵo uwd G_3L`Vvj,G~d řPLM>:Mf}rO٢Dʖ@s2jF9FKrdhq$o!%d0%*u!88PP,C)of=Iw V[]p^S _u#D~TḓjQ-?uQ؝/D+A mU`ۗHM}_4K$r[3λίa޾Nm2f_sr=JUl>#P=@<n]BUIgtLQ13SxG9(QOi x‹?.f;6ngaj~9 j;VЃzOC[oc&`]=21/Z}dk̶HD!jM*"Kk_"w6 o w<|{~;TBID̐(}~>XIw/%Û.t rV۬3ϟ!ZzPQ27};h]obL|u oܖNs1FkhetEǶ6<`FsCxt+}.)&1dž47z@̶JTOZصkREr񍅰]X#g˜_WbKu}C{]@8ԟi* g'}cc2$wFXs&m T|eĘhZ'qH^تMn"U1MtmSbRQn %ݙN7M葙2F36vhƟ{ZbٿLw`+RFg%O!LǍG l>fO0%@*5k#}Gń\VS(8#hg$\Cl}> J1Ju# Hݪ bdZnVe'+zc6xa|A&e@C 5JX{.h (/$$< *G@}R+ؓ!?`\N4@ņu~P@ĝ_胻klI}P/'$3;8盏J$*OM{a 8KȯECS:nO3* @8mXszБN_gv[ctIgƪ '@ALG@ۜEŜ_owxa bz0B %-r 9q)FE,ޱE ,ukirXUBppTpӜ"aP= +4u:ˌǀwg,ik{Ƨ lmŵ;Iles鹰:'LRGgW#9 x[Oxbr A'֎-d.;DէБ*iErI! hc90zW'V7R. 'ezh$vb{E0»L5v!];D%mXvm\W!vY~R8I5l&o [*xǔ]5\"21傝Hq=z .?Sn i:MW$UD-o^]ET%ɴ1DXX. WnqAy)/ bEdzc\.b?x潫H\тc|[hdj@īoUSzh2Z;psO:,D0<ٸz14<:HSx1&9|`nf ś,Yas\qMg h4Щpo}2X{2[]9O)bs6MSVhąSv& 5P!#)߂%pF8r=!j9q;>}`,Yb8~7\q6G?ľ7f1<Hњ7plPk¥_L\BWBHw \7NkL@/"9&_8[~i([`4g`5!fx9u5ThC/+`GgI?cKiFCӐ2HX!RhCyNJjf'g̜ n3(Tg0o.fBqEe&FGx"N!yrut4F)QF?ȟϰ'66‹UMAſr* J_DnTL==4Ÿy&A WR!l&%Sx vK.&'_tte*=0$6#Nm˽($\+9r mRNCk{{7'2:&S"JTV#i˧A0@492e9El!DUOb#6 ELTG&+kY4W{д X_k#Tw0TŠنϾp 5imUcX͕?- N "ǔvs^\){z@ q7 (¯x㳏T $05R~ ύ;' ~T)N*Oį+|8E۞X+tԧb?+rTp/M^.(O'9Cq @oP(t(mmd{r#O "l>eHO=G9PJg7h3cXcb4]bTsukt/Ub{ ]VrmDhwlQ`af5\Ht^*U+Rnj㧌pU(}ST&5õfOcVuBILmãŸ#s}9Q07 li8=%.Y IJEUͳcnj2s5N2ZBf["#8w!i6q:6(\50Xwm$' 6%Bw V?XBaLK.)y2sì7kM{ )@ţP@ا_]DhէQF(;av3 `ƭY}SozFz`'ȧy`Rx’DiMlw k Z&E@RHC젡wpd") \ Zf#Ipd쪦~WyAU oM !}2'@Qq֚A(<դ~V'Fr݀#&U3.X1ENy0gU3'u)ZfzBй*\zƇ k6%Uul,_)v%??6go }R0[H[Bx%hأ -P7[4q&р$t[UGI@>>K~w %bpq +_N1Pګ1ig> p4w|>xHJ좴8s:XQ' ]$HUx QS64܄Hq@( 8g߃8ơ~TƆmZXrO_o Ń kF=mN[ꝽnD"˙4y|ب_$R7[V_%R(XS^IτYe13 !T7THP!s-oƅ<?eGVw0 t c12ta'^{ӕ;\q;'k]aSo <*ĆjEMM2~Cq4n}*'RQZ3M+^) 47"p6}VwWdafzA1,#F-׻; cVM+P &yqVmWxG M:o2t,y#:wX)b&w߫dj^܃P~}J,)M2As|;yCWC?[b/B:[ES4LYzUy:Zdz@cn\k!IR:xHyY;=h2i3P(^`\0 J&&ˁOHt74}kL"6#iJ"]J:5Iy~[X$|8H=uDpT')asw){WmTV NhհH3VKm~C-l&x%QܪN$,0"H&ֱY|l:dF q\L l0E~tCekD%x{&_ψW@=2awȯ:@2Lj43[%fi, g9Ա%?OρƩ^?ɰh|l)ʷvXt:dyL~^2P6*L%wԑ݉_ X\-6CSy0[`q\B4Z0 ![I1dL\PyhirBǷV$⣝NgUJ R1NQoּ/L -կ8^F̨'TGQ*oĎSKIPE1LO-ׂKD'o_%+俣ڞ -?{X++Hֆ#i1M\F?NY0 ac;fR;\&)rN =JS@0jSq#p~qX.sz%_~=N]pbТtpӲ=2N7 E0>>* &)Q͖HL 卡qOz=b…v0J ©|"FG5N~Bt<" 2q"|Ekk7eqOgʶ\zeh}@2,Ե5^#uj QulMJy)[7XdC_g ?O H 9CFu<J 1~#;VdZ@?ͤ:iFrQU'3/_Ud$ټL|?hT&{gPE`p")#59#_ I5~#Ae?`oB_USk`tH8C˺ {dF9|2'zy* $7O:=L!!=cb nhqg졢ΙxC ʬ=0QZ bL {av:dA_֟į=VS&pU!5>FN3TP쯌ss%J.yT+3qd(b$Ntp ag(sǛˆSݧWa5&Q )!nv*#a&5ӛ/-Xv+Utx-ZD6FG{'y ʌ$r;Ò0hH; H w)ż{_=dJW Ԥ0Bt:ѬXЧ)>:R+|DĻvT5d*Y fxcpb;ضѭJ;}DXDA%V<.@0(˩ |դ e.N5()}mJV _M?15kNM79J?{W@r{Dʉ])♉{Q#<+x`t.6dy+Hš؟Ш=s]/^׀8cwWLT:֤zWextf0S$k;ӧ̮= KP`*Stv*,º{GG>i9Xza9{jԀm;|n|Blaa0`0.?c깴I$OKH@i&뛥Zlsf(R:;wZ2VHa:x_%lxjς4_fJrol`ҙTxq{&pN`c.|Ϊp]λtwI6E6!0.%NmM$2h)nB`]j@wyB~.*lVXc&) !!ߢuGCGlCӢAtd{R u[I:VH*dؤ&3l$!ed%W9gQ9|`S%wpOG~sOD ~$qԮy}"8]l[Vn'Hvm|a$KE_?]| gaP1 L}(,i?#*Qn;׫KŎpPdHҐ"^ǾWyNж8;VuA]Slo ĕr*(p9h[=H$}\',:_<:?s L 4=JbL.Vf7!?9`i3-72ł% `QPJNZaZsC ȰAgQkޓph)OB.uSah7XljQRZq4EG$z7ܤc>hF:_}GVPW}4*˯ ^*6=5kP.J!qrF1 ̸ι/}1\iqxoٵhP-4_I}ayd5wLҙL-oY /( ]݂w )EP!7v 1>^ ߻fdeuPh#ݏ&IwMa$[ЭGaNl+* > Flɤƛp2U)3?GRKtg_LmUߠ煛#?._VitqLxܲZIcQECyE+V)ӭfA^)[Ks%3[`~1% zu>P|XBɚl#nK),';%9X?`lK$mrb,%I.\& | B};l7bKl,@@:[}7_s(W}CPfޓ/K;~rB\ꦦ+{w^/AeoVS*~7.) ]X"Ѯ2mo9471Y,xf,iޔG'p 1ҠUg5(O5,fp5ðZ8hE8ci~ͬ2iN:61((b#,ڲ{e LiFy\>afo A2T7:F/%dLR)T0/Ow@OY].`͘qˉkjhjZ=C}Y'xU{SÚ-6e= PS:e%Mڇ‰b͖\_O9y8!X.oBHϊ.z (Z{ޜ0EZ\9Z Q]8݃MnJhF}cV4-L\}T!%yԅGYO3{ۿZ5; 39zR5E=id:#25nOsotq*= mH8H&<_@z/ jM3W.b<% Gъ~ È[!E,%Wz1y#oQo./LBy:-8 sUNo@7a%wL"'FlSZ :DVԹDQQz(`_슃AjmH@0>Ȅ)5[ANWޞq2>A%-Q0}@UI<{iLdۻ В-P1fHSRjJ!vôJȁbȍ=2X8HTFmd)<1dhd;007WA/U]iVnȼJ] 6`WgNiI%[X S[݌>屛8 S#V@7"ܯ1cխ3x[#袧a#u;-wǽWC!片aZz~bHg·ԥ 5Fԭ*G-,8sRQY~?u_)Stm_pyc1o4ؽԮ ;jYn"h.* p@ﳾAbM) DsTF#NOP><AaF¶ha\|YTJ{hZVvs2e+ Y'-3}h>C1*XpyD쩛c|Z|ݥ.9+UUei?T2$n:2GtDeKL!pD1h]nL>YQH $㋸GdXWȞDηi]Y: F_@ݰ@c.:\k ?׶\JS|wE(y0$Գn"/ PA7IѧTss@kQ4ׄm2وd̷/&\1] 3nkvWCX[m1OQ{~υ LTgB] Doy",":f.4&NmG\SбOx;/q* XVm 9맴8ٜJ01˽q{1lhD7"ю߀WrRtXenr9RwalSlxJ:ICMwq{XV*#$RQic\J{2% v] g*ȍ{gm¿zʰ:놷sGM1plD轠LrU35X,AZ}# )zQ5W,&(VG'+զߙd%ڢߜ7#awIʉHI ECKsҎ%yfqk T엝(wpCIE8<a~l5ja{;uNsϛvƜB9: BX舉a~uhA> BP=`}S2SzJiAQ:p Ϫy$/6Ooo 4Hks' &SlA]taU)§)GT5`=oM oI6k܇>_$+ԥ3:x~Lԙ-4 83*0.{8s8 @ܭX :Ŗ:t]?1vTEָ`3efXwej/-hWN*Y "8X(2mZAHiԭ/!5iɫUp$nfs%;)o5Du0.:zHMզ^'ި֠ $OL"C@&/RPZȍ~E u^F>%b,b ÎiE|!+.XB˩m E7 Xjp*1 dJ7ߖKd6]_ ]ێY ÿMhj"E :8H[qgDB1ѯ'4zrp3f49QиnVa$2HN +Qv?B{'G'b9_J vRȸٺko̙ͪy" : -ͫ%nهG0A[]MTG~?d, N ir V;3.= H(:o-S $-N@` |ԏ:zI&)!qNX*As9;߮Q㪻)H yUm.VED:Òm[>_VXP&/ \̒0;GօzUcuHUݼ~dyayL;O2dh SiswcnEʖTyPp<}꿨Ќ@IJ9DzӏsvI@ZH//3_Ŭ7Τ_ÂDC3G Ʒ2 Ԙ=_lR-*0S*=eM:lq $j;, ؔ]\CD$WSR juTP/ M}KbS9c~S\RŒފ(+ګ7i&0+4.Jv~̪3uFI12|r] {pYPQc>W!PHPڿ˹1$ u#}hz RuH)73AP2avҘq׀{#5 };O塭6qY K/ عB[wl yAiP5Zt1~ 2LϋgOk6^Q,7tI4v ޙvLwC&& }F[+~&d2Hl?{|^Dg=t$^[ Yv-"#WJ,ПB=J qMO.Q>1w "a+:Mϐ+L-;\SYOK3ѾQw~}ɭ 1]zKH1:0+/63 } ➥` CX#Gb㕥Ca$9+TsWJblQ<0D$., w֏lf+ȟ]S?1v}e% ᱺ/; @Tsu4k%9b'39PƸ$d]  [㮨Kw- ?rrٛD00oK 5}e èJ"FQ}2`~64Mjc^]1<p.\1Mya*!xl`ocX^A@,gGź邕>:ZuKFn;|Ԅx>=Nh֯rr`}~ k\ " Vm8%#a^-$qt6&dfwe #r3+:}tMO =!yZ`S5MfD=C VD_׭QoPpBǐ(QI;2KgRo/Sx42ջ[Ճ~#l{0s/@)"H}s} >s+?[>6tMr& okR(ܑR4?lGfN@ 6#lﰡҁf'5wFZ᧧!M Z.xY]~3AzF{?j11EKB?ӚN܁) HD.ANW;cQ(,Ѥe.š1)ނT1Q PGeX)FqM sHTvyB]Jvׁ`615~*ĻrS,o$$`5368gϜb 20W;^_e,G+*/k-> ~ZT_/|A9G%8&rFNq>ǣBa:bZwEC(x&&c hL`+V5HXYbP:ұps&p[%jcO@KD\Y8A,{|vg >)qLsҚҩ.Bgib T9'jc:d)wS>Ů@J}H_I}k I,? l>xej AnM̓Z=AUلЎG`L 5gGltlUjBcS\qj4 )ۊul W7ݸDZ0?'HQ@Sݾmr.Ҕp"һKǿL(՚ Hejabl)@W䮸8ݤL x* [81A@&\LhzXus Mty׮aV2NMhl`;Zgr2vse SH;R,dYkfSt]X 8Iw7ba,C~''!A!T.>V*[\:x{F?Z}._TlD ͨsҭ2zP&K0K!]wXuګ$C LBQhZ޴OzHR'{\%9SD4=3K,f k@?er$0I xd{TE@7cTEk.Q+3VtHUHEMǕ=zuw꿸bvYv >0N#C.nPV<`8m'uXgCzvHX%K>- =e_w.I'7*˞s,D@Bn&)f@Nbs uEBUE0/7oQX\%s;1EyS/ faɋ \~eᾑ]־/eW*UN+nnGD͉/ [i Fb ȾtJF !(,[Ui,+$&D,Xgۖ@` k2PN.T1{rF?~= [8<e'\z V vrnP+bTc&De2LS'Lq?_eK jAΡ2q>a+Cj#Q~1b&@Rj|tn﫾X 3owSOҡ"u 8rO.,W(C3`=a m?Gcf%dTT1ӹ֮E,[eU]0 E _%bu<' 7HsUlG%}CvY˫ Egq/aίU>/6c_n9?AbDVBI^Uo'FCcM-K9J):bfp?n cP~|rZZ5ڸhTW~RPoόnG]Īֱ^X.6$9z%'[gx6ƤHBإ-SSY6dW[ù,ca!<%z Etcѻ<IDXZژjb[y=AЄ[wΠSd6)%JNIVD0bu5517Ѹњ̮HKE`iFZX?'˟+/31ԩ[LZ~4 |?LB߰ݗ6N:֌u9G5H2s$ޢ\Qx;FER䈀eś P">sѨ.o1VkMvc\E+9=44ZMcIlCcTmOG\q9f(Z~NKv_`s*l 'q2Ӝ& : b aZSTf|߱@xv`ANZ[D=Vk>'\F3*K.xqW{tjV.&Q'#YMJs'Y2u7;VpOH8]lns3: eg8$cfT!iƗ8-!Y"\ԥ\8rJ|=ARuK!Hḿ*"1iUjʝp0OYI|H4@M6D|{/c wb>8 f.'cGy8<#G9,[!t}1 YχWJ>c!i%@]?f7 sOEsBOr7YFZ WZqbNPSOmOgYXg/`BDeH޺r8M)# .Cne?ucيiɸ{ _nvϕsF!YN #0LvGeS\cggD$>6 =PM %qk$m\낻Lk*iYәYUQj^ۨM %!sQ5*i=WRv0lcP5 = =xD_TTVBT_o>|quiV1z$$k,O);7aKE7IڦLoՓ>O,P'<>D2XLc,gМQmyꡆƌxҊҔa@-yq|Jb䳶I2i߭~~u";-k|PXƫnjv;K6ڛqzi$fSZv4>XFwX*b6mHrؾ6eW:qX߯-@:OsH!a7& n/Vzƥ^ *XS~\q玼 ‼xL*+4.M$RhQP.SIl4X#i ]I{HҘw~Z#XIՑbh7fsқz&*yccLo#Lw!DaThjߋЂaX*#8d5ϐ9~Ň]YYq vv:*Krx僨gU<$o,qGӏ@FN^*X9v#Tsh*=o/,¢v-E^v0JFPfĞg/ ;E4mi2U" ?uE6rTB >;ۮ ^[X-5$re+f =^\q.L:rI wMwP<4\ʜBLh0'׷&_ * ݹQ#˥2//AVnp>ȩB!)VݿO_ HmLگm0"|;}OؖR\\Q+#-r3q&"PE?o)' "0\yd1&g]1` p bIvV1`ϴw)a"<߿3Ca]Āj|_qS~3~PJ,w+͓- $+ ڳWuBYau 2eT?c"!`PeES #!}qJҘT~kPTq<(vrU1:zm:P@1S4|sN~Ԙ)QVomUoY&P-;p]Shvcv&R<\Q~O诹o/eB rRR}v.N<-A!vqka-!'l(ӘBPd(x*GώS]+ $Y"|9$])gT"*7t%[jFR=Ff߯[߀erg2HMɐsʂau"s_KL̋F_-jO0SC`˿Dkp+18Q.j匝 sLt:Wݒ霐%"6AEKw{M琾=ep/.t] z^yR,=PM>#5R?TWPgtG 5qa]wVpP虢E_J< ^%jEvǪc(T-H;G`#=pW&$Pu)eӺhD'{g 3 O]phXJm5[!$dΞψ u̹Ebw0j )S"ĴYe]i[4 Zv ۭZEE/S_PB7FCʯ-,eU-) $gl.}YcrTݦԿgK.zZ~֏~"?Ly)vk5Q!Mj7ZQ[6Xfh7>j4Ԃ Yd٣ڄA 1yP2#s(2>Vs lGQI{M,Z}c%)p$i߁zPuln@yLoMJ*Z_,DVqj pT|c2rh>{N7r~j21W )h5 ?m\ٜ{ao `}8MI/S,Et$RIdu%\d(1jj86i<(Q_vDM +ZCO jo>{]?\M Oqϯxml֥1+o,6I}SG+߸_io} ,f.o]jzpQv̒@F8㷳wA=0S}|?`(`\ 8˛}-u,/ ǸG5þ$moȭD #mf] y \O [f^?I=g?b PGM TAcIM,ޛ|smnHo#> vtWttbZ2aa<0},!:%]iR\?hbzZDq~; O>GLt︨,d9` Ttg ^~ըmeSHLt{Z0@E"gCD//aUENxLڇG1ݎШ3c(˒дlr,kY_ET%eGTSj]HC༖(xJWV=ϓQ zke)^8  gje_o4¨D=ifIOYܽj%Ur͢2M-5Ia-^@l]&Ñ1 B=ڤt<єt|%~\ȸllhPDq| ,3%%I6%2^V!eK: ^5yA}DEv5fg鳿`zl68P:J1lr$I'52}It[BUGR*̭z'S$IG0`Yl6z*1׎yT_aW9爙Rmy}ETfO<͔H_2w|0|m8ݣ̖wH=)*լk UB2塤#n;5Bޘ!w+I-q vU +%(7:05bԼruƲC`(Y*!MUO_.x/ϗP<%ܓrmro M { _&]q}kvx 13L|3iROY " Q6I|!I +̌^hI5Iv9cnrm]R~ :;:Pg"idP-?*,Ή S'!yQ'_շ=؎n6"_:/E͸+0ӕ9ڎm3C/u6vSQny|Aٳ*h`fn`s#0;^O4dK?7f250 O"t#k]$e-۰&ڼ74_։X|nc|em(#*@/rt9v}0?i(Lh ԠnP{dБ MdOZ n .4NA N|Ex}R̘YɶF8Y4%.r_BeEjFp:m4pW8H{I\Zn;ԷG!^t׵r6hܑ$R\޻!&\E܅]wPd ح/V%~2>(U6e7A֜8ڍSqdAO\M[Diҳ7>WBtq5МKh2wԵӥmÛ^ӵб[ƮlkH܂MMhz,¤섴 !R-h \-e注JYNoW'x[蕝TGmu1^Q13N+?8xCU1| Yy1*%t1.uK0;t{p> ow^BOveA?ajjU Ha :ݼ1 x}9lPR a]qzqNCE8^*2k*o\?۔Z^<:E:ƹt{ /eddcnnv3j ˡȴ`ǤO/'4(B<_Őhkh<;7+"k(>wBR3 B mvm!v+Ӆdg6crڎ1Dp)5=@[h٠X@qтf:=6WoZmбԘK2LB3b_}=wZ nbdqc.Z8=ڮ2{Ew1&g[lh9(#Bm)?TTCf:b;Gj# d4utnNi Gb2c)@n-e0{Q+Cm/*UnQ"%L,^wee(S"P;Ig&JX )l~(vwR+YIХNoUYkqhu< e|j_ApC{\b]"&TБ4kEX\aW/>(jZ&'2@,|,T-DRGG1'HJ8̤u]zYUqC8ur@?jUΙ%x 90kCqu6`gN񯴔 JX."ՊG@7W UȠ̍ Bg=5E:s=}=ʝU?&3lӬ@ˬ?Eׂ h7|R7f!Ɗۺi:r5X T6[ VO Rw11 }OK$ OzgX^%+$JYxy gP}10 ?o,g7CaWG>8f :%s>`=⿏=qӾy+ rxgpIZ4vvA3(X]\_a˞` WUVfQ4t]G; ~_LJSk-KbˆkRcA|y<{ϧ{ϝ"c.989uB(g/B<~Ƒ1+mrX_?i߉>WEL4 /7-ĎsTw GH}]dZ Zn m$ Vp`&9U޾"lk'u)׉3` iZ2J+^QD qn}˲h+K8[wpk2.W^:nj+LS5FǦo6BF|ji(񎂲a B3P 8 |e!oA n^ڳEzf :>fbЁWbyTNL8sw"axŒ7.гׂrlw0cbHrH.̒{cV;7 a'\(8+ #Œ+x3*q-RR&i,o|e_CaG%cΙi32GYޗWY))YSIl1՘Z{II09Z@WN^n? Aк$ .xFUbv ٸ PM!?eNŻ4/891t~#rh)ke@ gRW1<&BǠ^Uϵi* 7{T yd5iSj봗g+қ\RVY94#)T/tsi/ ^ OTbP,H-CZt]BUѫ!鸛,=e)=Bnx†h`TwL@LCA *nmD=*r0w^e`iJH6&M^fcBQ.zO+ĀN _[Q 9yP$5m\ J5Yb3I>\K钲!e}&/~ùJ`\{hsFGK4XM t[*} }ew "aPttrXq(̸@$pGH"_i`}8`%6ѡ-,c "B)Ooźx jr?lzy~wܑUhs*=b+|$;ͧ΢-c`6#@H:-n@;eܰ4n599$U#w}ʖ'%W K*UIUKg=sYl5M>Óմf*ɲYG}n۠D7//`G\o^0yq}|$2>9 c_Sq]g"Oƴדŭt|c0-ZJT]V΂|O`2 =W} }=š%/U3p:ueyCjrJ;>Xs3Z