dhcp-relay-4.3.6.P1-150000.6.17.1<>,c=0Op9|M'eM3Omq%OPn P¬z]l> .6jݻ柊 zAΊi# ꄸyFNF&HE寮̱/~=:{ X: jK1u=ć)Z;ص m? Q  @u>%ܱ^9٘(r% ZVws4j(P SvNy L Rsbg5 !i#{Nr&v"U)lFnh?nXd  $ 9TX`d}  e8 `  t       :   \    ! !4!T!#O(#8#9$:%=h>h?h@hFiGi Hi< Iid XipYix\i ]i ^jLbjckddkekfklkuk vl wm xm ymzmnn nnTCdhcp-relay4.3.6.P1150000.6.17.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. c=0Osheep03aSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in dhcrelay.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in dhcrelay6.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi 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= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi 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 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in dhcrelay.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in dhcrelay6.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi 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 [ $1 -eq 0 ]; then # Package removal for service in dhcrelay.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dhcrelay6.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 fi{b(A큤c=0Ec=0Ec=0Ec=0Ec=0Ic=0Ec=0Jc=0Jc=0Ec=0D9f7f408e1d0ea031fcb2d4c21253344cc54326fd099751ac00e80ea3e0fbed0f3465bdc35ba2e356db86dee955e374a62d1fb5cac03501e53bc117a3370c203a9bf744dee5dff0503acfac0ce0a5d116e1e2cbda871c6d2a92018754a84967d76e7ec85eea72aabaa62a7c1cca213759d1534cfaaa790def9c9ad9ed5a304c4268ec7c91be7a908ba8651b3223235edbcd5c4c996be4908e0e1f1ed9b9639c3c7fc27a2b50f3279875ae91ac70a8423333131d93ba4a6f44255218c7be67b9d5dhcrelayserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.6.P1-150000.6.17.1.src.rpmdhcp-relaydhcp-relay(x86-64)  @  @@@@@@@    /bin/cat/bin/cp/bin/mkdir/bin/sh/bin/sh/bin/sh/bin/sh/bin/shcoreutilsdhcpdiffutilsfillupgreplibc.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(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.3.6.P13.0.4-14.6.0-14.0-15.2-14.14.1c< @bg``8@`e@]B@]#0@Z%ZaZ]@ZOhZ1@Z@Yh@Yg`Y^&@YZ1XƉX@W.@W=V_V@UTи@T5T@TmTemax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comndas@suse.dendas@suse.deobs@botter.ccmchandras@suse.derbrown@suse.comdimstar@opensuse.orgbwiedemann@suse.comndas@suse.dezaitor@opensuse.orgndas@suse.dekukuk@suse.deralf.habacker@freenet.demchandras@suse.dendas@suse.demt@suse.demt@suse.decoolo@suse.commt@suse.deledest@gmail.commt@suse.dedimstar@opensuse.org- bsc#1203988, CVE-2022-2928, dhcp-CVE-2022-2928.patch: An option refcount overflow exists in dhcpd - bsc#1203989, CVE-2022-2929, dhcp-CVE-2022-2929.patch: DHCP memory leak- bsc#1198657: properly handle DHCRELAY(6)_OPTIONS.- Oops, when upgrading to 4.3.6-P1 in 2018 only isc_version was bumped, but not the RPM package version.- CVE-2021-25217, bsc#1186382, dhcp-CVE-2021-25217.patch: A buffer overrun in lease file parsing code can be used to exploit a common vulnerability shared by dhcpd and dhclient.- bsc#1185157: Use /run instead of /var/run for PIDFile in dhcrelay.service.- bsc#1134078, CVE-2019-6470, dhcp-CVE-2019-6470.patch: DHCPv6 server crashes regularly. - Add compile option --enable-secs-byteorder to avoid duplicate lease warnings [bsc#1089524].- bsc#1136572: Use IPv6 when called as dhclient6, dhcpd6, and dhcrelay6 (0021-dhcp-ip-family-symlinks.patch).- Update to dhcp-4.3.6-P1: * CVE-2018-5733, bsc#1083303: reference count overflow in dhcpd. * CVE-2018-5732, bsc#1083302: buffer overflow bug in dhclient. * Plugged a socket descriptor leak in OMAPI * The server now allows the client identifier (option 61) to own leases in more than one subnet concurrently [ISC-Bugs #41358]. * When replying to a DHCPINFORM, the server will now include options specified at the pool scope, provided the ciaddr field of the DHCPINFORM is populated. [ISC-Bugs #43219] [ISC-Bugs #45051]. * When memory allocation fails in a repeated way the process writes "Run out of memory." on the standard error and exists with status 1 [ISC-Bugs #32744]. * The new lmdb (Lightning Memory DataBase) bind9 configure option is now disabled by default to avoid the presence of this library to be detected which can lead to a link failure. [ISC-Bugs #45069] * The linux interface discovery code has been modified to use getifaddrs() as is done for BSD and OS-X. [ISC-Bugs #28761] and others. * Fixed a bug in OMAPI that causes omshell to crash when a name-value pair with a zero length value is shipped in an object [ISC-Bugs #29108]. * On 64-bit platforms, dhclient now generates the correct value for the script environment variable, "expiry", the lease expiry value exceeds 0x7FFFFFFF [ISC-Bugs #43326]. * Common timer logic was modified to cap the maximum timeout values at 0x7FFFFFFF - 1 [ISC-Bugs #28038]. * DHCP6 FQDN option unpacking code now correctly handles values that contain spaces, special, or non-printable characters. [ISC-Bugs #43592] * When running in -6 mode, dhclient can enforce the require option statement and will discard offered leases that do not contain all the required options specified in the client configuration [ISC-Bugs #41473]. * Altered DHCPv4 lease time calculation to avoid roll over errors on 64-bit OS systems when using -1 or large values for default-lease-time [ISC-Bugs #41976], * Added --dad-wait-time parameter to dhclient [ISC-Bugs #36169]. * The server nows checks both the address and length of a prefix delegation when attempting to match it to a prefix pool [ISC-Bugs #35378]. * Modified DDNS support initialization such that DNS related ports will only be opened by the server (dhcpd) at startup if ddns-update-style is not "none"; by dhclient only if and when the it first attempts an update; and never by dhcrelay. [ISC-Bugs #45290] [ISC-Bugs #33377] * Added error logging to two memory allocation failure checks. [ISC-Bugs #41185] * Corrected a dhclient -6 issue that caused the client to crash with an "Impossible condition" error after de-preferencing its only IA binding [ISC-Bugs #44373]. * By defining CALL_SCRIPT_ON_ONETRY_FAIL in includes/site.h, dhclient will now call the script with reason set to FAIL when run with -1 (one try) and there are no server responses. [ISC-bugs #18183] * The server now detects failover peers that are not referenced in at least one pool when run with the command line option for test mode, -T [ISC-Bugs #29892]. * Linux script updated [ISC-bugs #19430] [ISC-bugs #18111]. * Changed severity of the log message indicating UDP checksum errors in the received packets from 'info' to 'debug'. [ISC-bugs #41757] * Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex" [ISC-Bugs #43185]. - Obsoleted patches: * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch * 0019-dhcp-4.2.4-P1-interval.patch * 0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch * 0022-Optimized-if-and-when-DNS-client-context-and-ports.patch- Optimized if and when DNS client context and ports are initted (bsc#1073935) [+0022-Optimized-if-and-when-DNS-client-context-and-ports.patch]- Plugs a socket descriptor leak in OMAPI(bsc#1076119, CVE-2017-3144) [ +0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch]- add PIDFile= setting to dhcrelay.service, without this systemd stops the service immediately after starting- Drop old sysvinit support from the spec file. All the supported openSUSE distributions are systemd based so there isn't much point in keeping sysvinit support and files around.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Replace net-tools Requires in dhcp-client with hostname on suse_version >= 1330 (CODE15): net-tools does no longer provide any tool referenced by dhclient-script, but we require hostname (which is also a dependency to net-tools, thus hiding the issue).- use .gz year instead of current one to make build reproducible- fixed a typo in nis-servers option name breaking the config file introduced in previous change to workaround issues in NetworkManager parser. - Update to dhcp-4.3.5 - Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex". Our thanks to Jay Ford, University of Iowa for reporting the issue. [ISC-Bugs #43185] - Eliminated a noisy, but otherwise harmless debug log statment that may appear during server startup when building with --enable-binary-leases and configuring multiple pools in a shared network. Thanks to Fernando Soto from BlueCat Networks for reporting the issue and supplying a patch. [ISC-Bugs #43262] - Fixed util/bindvar.sh error handling. [ISC-Bugs #41973] - Correct error message in relay to use remote id length instead of circuit id length. [ISC-Bugs #42556] - Add logic to test directory Makefiles to avoid copying Attfile(s) when building within the source tree. This eliminates a noisy but otherwise harmless error message when running "make check". [ISC-Bugs #41883] - Leases are now scrubbed of certain prior use information when pool re-balancing reassigns them from one FO peer to the other. This corrects an issue where leases that were offered but not used by the client retained the client hostname from the original client. Thanks to Pavel Polacek, Jan Evangelista Purkyne University for reporting the issue. [ISC-Bugs #42008] - In the LDAP code and schema add some missing '6' characters to use the v6 instead of the v4 versions. Thanks to Denis Taranushin for reporting this issue and supplying its patch. [ISC-Bugs #42666] - Correct how the pick-first-value expression is written to a lease file. Previously it was written as a concat expression due to a cut and paste error. [ISC-Bugs #42253] - Modify the DDNS code to clean up the PTR record even if there are issues while cleaning up the A or AAAA records. [ISC-Bugs #23954] - Added global configuration parameter, abandon-lease-time, which determines the amount of time a lease remains abandoned. The default is 84600 seconds. Additionaly, the server now conducts a ping check (if ping checks are enabled) prior to offering an abandoned lease to client. Our thanks to David Zych at University of Illinois for reporting the issue and working with us to produce a viable solution. [ISC-Bugs #41815] - Correct handling of interface names during interface discovery. This addresses an issue where interface names of 15 characters in length could lead to crashes or interface recognition errors during startup of dhcpd, dhclient, and dhcrelay. [ISC-Bugs #42226] - Updates to contrib/dhcp-lease-list.pl to make it more friendly. The updates are: looking for the lease file in more places and skipping the "processing complete" output when creating machine readable output. Thanks to Cameron Paine (cbp at null dot net) for the patch. [ISC-Bugs #42113] - When reusing a lease for dhcp-cache-threshold return the hostname to the original lease. Also if the host pointer, UID or hardware address change don't allow reuse of the lease. Thanks to Michael Vincent for reporting this and helping us verify the problem and fix. [ISC-Bugs #42849] - Change dmalloc to use a size_t as the length argument to bring it in line with the call it will make to malloc(). [ISC-Bugs #40843] - If the failover socket can't be bound, close it. Otherwise if the user configures an incorrect address in the failover stanza the server will continue to open new sockets every 90 seconds until it runs out. [ISC-Bugs #42452] - Add DHCPv4-mode, dhcrelay command line options, "-iu" and "-id", that allow interfaces to be upstream or downstream respectively. Upstream interfaces will accept and forward only BOOTP replies, while downstream interfaces will accept and forward only BOOTP requests. [ISC-Bugs #41547] - Clean up some memory references in the vendor-class construct. [ISC-Bugs #42984] [*0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch, * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, * 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, * 0016-infiniband-support.patch, * 0017-server-no-success-report-before-send.919959.patch]- Set all requested dhcp options on a single line, so they are actually requested (boo#1046969, boo#1047004).- Relax permission of dhclient-script for libguestfs(bsc#987170)- Require insserv only if needed - Fix requires of client subpackage- Add config file for registering dhcp server in slp (bsc#992072)- Use /usr/sbin/arping instead of /sbin/arping in the dhcp scripts. /sbin/arping is a symlink to /usr/sbin/arping in order to ease the transition for the /usr merge. Newest releases of iputils may only install utilities in /usr/* so this dependency will no longer be valid. Moreover, we replace the '/sbin/arping' dependency with 'iputils'.- Update to dhcp-4.3.3-P1 correcting bounds checking when receiving a packet (bsc#961305,CVE-2015-8605,ISC-Bugs#41267). - adjusted interval check. [*0019-dhcp-4.2.4-P1-interval.patch] - Fixed improper lease duration checking. Also added fixes for integer overflows in the date and time handling code(bsc#936923, bsc#880984). [+0020-dhcp-4.x.x-fixed-improper-lease-duration-checking.patch] - fixed service files to start dhcpd after slapd (bsc#956159) - dhclient-script: complain in the log about conflicts, added a see log messages to the dhclient log message (bsc#960506) [* 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- Applied a patch by Jiri Popelka catching dhcp server aborts with "Unable to set up timer: out of range" on very long or infinite timer intervals / lease lifetimes (bsc#947780) [+ 0019-dhcp-4.2.4-P1-interval.patch] - Corrected patch references in and a missed (bsc#919959) patch description in previous changelog entry.- Update to dhcp-4.3.3 (fate#319067) provinding many bug fixes, features and obsoletes several patches we were using before. For complete changelog, please read the RELNOTES file shipped along with this package or online at: https://kb.isc.org/article/AA-01297/82/DHCP-4.3.3-Release-Notes.html - Replaced hostname patch with a dhcpv6 and fqdn aware variant: [- 0006-dhcp-4.2.5-dhclient-send-hostname-rml.patch, + 0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch] - Removed obsolete patches included upstream now: [- 0007-dhcp-4.2.6-ldap-mt01.patch, - 0009-dhcp-4.2.6-xen-checksum.patch, - 0013-dhcp-4.2.3-P1-dhclient-log-pid.patch, - 0015-Ignore-SIGPIPE-to-not-die-in-socket-code.patch, - 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch, - 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch, - 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch, - 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch, - 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch, - 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch, - 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Adjusted patch numbers in the spec file: [- 0008-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, - 0010-dhcp-4.2.2-dhclient-option-checks.patch, - 0011-dhcp-4.2.6-close-on-exec.patch, - 0012-dhcp-4.2.2-quiet-dhclient.patch, - 0014-Fixed-linux-interface-discovery-using-getifaddrs.patch, - 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch, - 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0007-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, + 0008-dhcp-4.2.2-dhclient-option-checks.patch, + 0009-dhcp-4.2.6-close-on-exec.patch, + 0010-dhcp-4.2.2-quiet-dhclient.patch, + 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, + 0012-dhcp-4.2.x-chown-server-leases.bnc868253.patch, + 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch] - Fixed to not pass DHCPv6 address lifetimes a positive (unsigned 32bit) integers to scripts and properly format timestamps as long to not break them on 64bit architectures (bsc#926159). [+ 0014-dhclient6-unsigned-lifetimes-for-script-bsc-926159.patch] - dhclient: expose next-server DHCPv4 option to script (bsc#928390) [+ 0015-Expose-next-server-DHCPv4-option-to-dhclient-script.patch] - Replaced infiniband support patch with fixed variant (bsc#910984): [- 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch, - 0018-dhcp-4.2.6-improved-xid.patch, - 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch, + 0016-infiniband-support.patch] - Moved dhcp-devel package include files and static libraries to /usr/include/dhcp and /usr/lib/dhcp subdirectories. DHCP requires a specific bind library version and conflicts with the files shipped by bind-devel package, which is not source and binary compatible (bsc#910686). - Corrected changes to provide complete patch file references. - Fixed server to not report success before send (bsc#919959) [+ 0017-server-no-success-report-before-send.919959.patch] - Fixed dhclient to check pre-init results reported by dhclient-script and fail if pre-init fails for a requested interface (bsc#912098). [+ 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- do not check scripts not in the src.rpm- Applied fix by Jiri Slaby to not crash in interface discovery when the interface address is NULL, which has been introduced by the infiniband support patch (bsc#909189,bsc#870535). [+ 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch]- fix bashisms in dhcprelay script- Applied contrib/ldap/dhcpd-conf-to-ldap patch by Ales Novak to reorder config to add all global options or option declarations to the dhcpService object instead to create new service object (bsc#886094,ISC-Bugs#37876). [+ 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch] - Applied an upstream patch by Thomas Markwalder adding missed mapping of SHA TSIG algorithm names to their constants to enable hmac-sha1, hmac_sha224, hmac_sha256, hmac_sha384 and hmac_sha512 authenticated dynamic DNS updates (bsc#890731, ISC-Bugs#36947). [+ 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch] - Decline IPv6 addresses on Duplicate Address Detection failure and stop client message exchanges on reached MRD rather than at some point after it. Applied fedora patches by Jiri Popelka and added DAD reporting via exit 3 to the dhclient-script and a fix to use correct address variables in the DEPREF6 action (bsc#872609,ISC-Bugs#26735,ISC-Bugs#21238). [+ 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch] - Applied backport patch by William Preston avoiding to bind ddns socket in the server when ddns-update-style is none (bsc#891655). [+ 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Applied patch for the contrib/ldap/dhcpd-conf-to-ldap script fixing subclass statement handling (bnc#878846,[ISC-Bugs #36409]) [+ 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch] - Updated licence statement and FSF address in our scripts. - Added missed service_add_pre macro calls for dhcrelay services- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify./bin/sh/bin/sh/bin/sh/bin/shsheep03 1664954447 4.3.6.P1-150000.6.17.14.3.6.P1-150000.6.17.1dhcpdhcrelaydhcrelay.servicedhcrelay6.servicedhcrelaydhcrelay6rcdhcrelayrcdhcrelay6sysconfig.dhcrelaydhcrelay.8.gz/usr/lib//usr/lib/dhcp//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//usr/share/man/man8/-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:26286/SUSE_SLE-15_Update/8f83e325f44d8193dfa859fa927f01c2-dhcp.SUSE_SLE-15_Updatedrpmxz5x86_64-suse-linuxdirectoryPOSIX shell script, ASCII text executableASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=24a255cb67f121efd295cb50dce465cef537e077, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRR O0Rzj.$8Dutf-8b29d1fa0644f88006ef871dce7cf325c3f6beaa56240a88cdc3d5ea4df5bdc64?7zXZ !t/]"k%aNb\wGя 5xPP^ٖ'qi@ hm&RZq Y1ˮ/$ uFd  hER+ZPwVϹG.IL!4e{tb )XecŎ>Sk;waMkm3n`{ţ޺kՙ˚GNvN{_Άɇ<|$\'lQ?dfy(k7aŞ˻ʼnh*t8\fR Ӧ?*]oZ:Q, ΁"4oD;ܞY])SfNv5›2zI%(CE8[p쭨=Qbz{=;0C&U,WtӶ=ftG.)n]HڑFWڊlxd%px(Wq2梛$wmJއb"] N4b9/^H?nv~}u?=N6_3]nu}ܵ߅8t^,fDr{u1V7|`ѮKR䛸5Z>ūAv'_(>e<~&ϟ*0YlT bEԡB`:G8c`cl(fsaMЁ\;$.<7W-e>td_^-5k4>ahU-Q?+{W~@rJLq2$Zn`zuo{i;ߪc n)+W83&XX?th>Iu-s#+@ ^%ģ:%¾\~GT%*I]\ hʶ[0֍ LF9h'GZσ+O[UkyfcxJ%)wP%@,3&t9z*Ft!!']i-Dr{Kuؼ+^erT(0B%~HƗ6Kj؜-ɰfن00'47+Ӓ sy ˒˺Yg!׊-zPU=e9^Rq+Ru}ZqA; "PR ~w-P5#5vhNa6sb,d <?`Ҫy]EѝD+&Ɋ H/̋䭇x15J!3W@BjDiʆOsE;i?j<>药dSH47GG$#tGAK P疷up r* )ABSQ6d;bP*ySs%4 f>7cVD:9-~ٙYqDd6;scD; "&kS rH^cge]:x~{YUn^C&xJ9 &qHI= ='Igk3Ρ^$de53%NB p+iq19maG[X%ԥđTsڃ @J+[˼pwrǭ=2 .Q+XZ pqkNW_1iv&ɢp^Lu9E_v2pÜP֭i)jxg̉Rtc0qFab :OfyH^?@͹k3:τl0I4?JFN}g0pLyQd6*ytAÒdz  PNZH+*bchAǏ NHe[5(IAɖՠOnW+ VwURj܋LUjޱ<ķCӗMmVabdԯJ?;[-1۞Z-`yMflϓxкh]t_bt|`'DI٪(۶S̱ Έ-rbF;7wjQ%+1OjpTb۲&iLn R:LJ:_ ?LiOMjylplF,W3gtzmcW0,0yMޯ%Юԁv䀡q'm`?p 7^.4;!qQzh[:[F`t٠cQ;KH- J;2w  e띁S Q*=+86m=k_R!ߪ`hF pVZFI`qg5ueǠ䨻C`xJ 8i2MP9LB ?ǭz$&ʬ\'-uޫe6 n|/ƿrYR)|WҪ}}Ǵf]h{!* w'{D(Yi;`HnJ>昶R|pCl!e}8In=P]Ane݃ޅ.+s@y)%T+)1fZђ2Bya)u΁+('3Reyˁbh@ I䷺GGn:NF[#U_h+A`yBU@~O:49FҤ=\I\9v>HM ;B;;TftqHQX$C0*(Ĝ@G{Jo8Lj2kGJo2ׁJĸhK.w}|\6&ĶGIyP+h J+Fu/s-VOdȧW#Y+zysEZ$Q_"amH# kqlשz2=1 [ Z*͡O|zbP{d,Z$g/QqX jJ>Z4 wJ-sJcH9=}H P p횁6iH؈=nLGh>`lŽ:+GϨ,G8DVФN0/HD K!c j0 'zuQ{\=$)cnmhw$_/[LCl{}7w[h:{5J U]OΖ;5]In})uZm}) `35aDRBQqvJPg@+}lil8mf9j`j4Eրs$<5%ݐ$uad\[ `rW8 RpmWw ۸N(16lAQF])c_zkpŞ}1Mܥ+Ǡm|rׁ9 :rRH#a0SSH#Ǟ4Sy ɬ:\( K " aR?ll( ϧ#Zr۝65m]ϫ=ޟMM~0TXs8=phUΣ x vEO&noն홲1-P@~W7q_>2Á1}%tu;]}uYm,]k^ȉFd6 D$BHD,P2V8e8YL?bH $7WAEr֊(t2&-->7b | ##qs%bdM$E},e1]"&=3v0lrdq; Dtdgb)^BJEn|]l7jAf*ܳ.3@ϯi7!e퍜Cӛ?Is٤֚Iy^T _+v{TQ\Ƨ\]k8 Rsi뇨 ė hUˉߜ&Y |9'Kͳ;۸="crVZK邔s 6lU\;5ҝnz΅y ģ1;w;iZ"A`xw`:+2KԬ3J gEIv}]µ /C\T:Wgpn'wnF\>|?⎻e[20U#Fw. b>L &nWV`OӢl ^5:THՓNµw8bfrs_: ,9Dsc; UkdB.fR>NYdDOQ, ^ϠC߄L!3);g>,{̈́c4aboV4gKGp^BbI;]8z;L{2ߖ4|X,I\߼ocG*Cүڄ,[['cqꞞ61<q_\+m*i=l {{~Yý y+ͽL9nN[:XHlYţΌyl]O2ƶч(( 2@ ˵ﵗQWJS),( x8[+l1xꡐ, 0w9N&>D7ɂ{0!0xVE .3CvݘaMB)֏-ɄHY2jvE.m*:^m聄f\4Q)89`S+&L4=PZv/Ƕ QcbQD5}'23*؂SҠvw?!2Ϊ wQӿ2u\(͒DUDCTFn $…qR;Q'?Ikdui+{QI+YS&[ͬc>uyKdϰ ti2XYH-l籸aZR#{0F'?^-%R%4@ԃP ꩆ3OW$Ie|2a7efiuNxֻO[ }yLb!"ؤ,ynpe&Ȉ|ȑWЫ!Q&&-E ӌ%>T==flōi[LrrEl1r2igyw4 S.v(clz[F) 7d 3%YNjҤh枯[o:@?sF]jN`6RFñ+&6 F{$Rt*".H$v۔K.{,ʹ{{"+p(H5q) چXsLѝH5MwG.4 dGjЫڲX[oGf۲r0%MGUxr})FhAly)0[wW1sOz;Fk!ϏI$g,{ 6 31N?{OJ&&ؽ800 ĕn8aFՙ5-ԕ-Nx )7sתL,5Q؞߲a[X ^Y-a5~*gO]n "OCw;Hws0QRwBUIMPfP>kʓkWVX=SFGC|WQ33rЌY?#w-/f4) z9l{a7i\ OQk8O+Qc[#׊fV/45B!?|f)'Cj@%Ҏ{^Q$O:<#lS[;: ȻHi}9YZZBt Oف&dfy>EjvEQt0_xUlf]mS F`b)QVl9V̓o0H@P "(Y]tVOo%2|i>3/+z\|CD8Q>t8O5`'n:|fЬNM@x'ei/ueU<\xB|ʠʿ*b)w#2X{Cӝ5qT'kz$e#T2Au? Rf2/YϜl{qu hm6œ5̔m1Tg*Png+d`;O'a;Dg-33LQu.kQTfg4¦XBw/ٜd8푨eٶlDZ*: 1&)&*,D›]UoyTDg6woXY"gM%jxx :}@/xklzgOl۩!blcc6 @'dG[J#*ašϒ({? 6!KVr,P=GRA2 bWsO6453=A0{:hSt/a>Ɔ~ ܓ@!iO?{>Ө|grSVxSİpَ4n J~n-vg5% /2J`{￰CW<5li'K"yx5hne03B(Vg.LQtP;sOZ)8 VxlvI\Y3Òعy(Ӑy< e"2s=`8RA*yxE2L~s/!} Qss)n^%z ]Mzyqg&lC;)ĒweLdE&ʙj$ W=,ܑ2穘e5l 0(Гͱ=G:Up/p^ 5l/=€;=>oMv>^MFt&j ?8YaYI _,^5vh]>СHznQHK.5Ny=1j{dL$rk'X^gJ @s88G1V =FGw9 vZ_%[cdZGjL7tPאYS~p`<'H؃ Ց %THvUE{U=bVXhv%f?ّ>r2OvuJ)HQ LS(m=;fSK Dcz)V JE7?_Ig Hү}@sP} 4  upB&9@^C8_}A*ygo W98hZ2it#cDLĢYԏT 7h79?dL9Lvऔ_bSzYvtI`M2v䟢Mk3E#kp׈G"٥ -(WxoуA )XߧxiI32.Gj I)c94h<+*:x +Vj$ P}NqojFS:L넮ziw-oU%qU@!wɟБq|ZyQ-H7u-gJ9Q&Ż A C.et)jd?*lG"3>H;T52b-c-:;[x(y^M1aӅ1usd |![T`axJR'2^1^R(2kN~^Xc Gz O+s2obN37Ma r|1G8Un$1s@5錚_AUE Z7osFYmʿ,ޛJ|ڿU:ˌ:Co@% KE:7h&ePA㜔cYwtu1R^|"VQk@n)?Z>y%쨋eͅ58@KVv.\_hM'}lwf9{^y~./PHe>tscldVRQ>KW̕_J욈Em٢%~ҝa|bǹx-s "*IWjA,d^IV_r hHkS"ȋ"6 [gl\zfs2}ϥOUrWu ÞKˇWÁACRg$BՀ^n{aE x}gi5-էE-L b ;괈%0ufС}*I[6S%+%;"sb[,Tgx((T{zr)6&Kj\ug`w:-|Q!:DX`2% t6DD zBՠ} q Kr70.>gK>JEp~. P}6XbD\U؂ŗ9{M#y! Nŧ rol,p\XY.Ù\͗A`8Q-j H#uW+`gJXnǗ>r5Dna_e\cu|_H*dn٘?:HxDYX_:M˦.dfsD#!h%z}Pg_"M\y{{br; pc&=>ᓶWR19m^CPױy* _{Q3Tkd!ńIKoH=EUb*hx{*NkH_B@:i=fZȠƭp Xp_sy̓ j]Weh6 Q(:n!awKڒ *Oݱ %XDj|ҭ:t_P335D4IEu^$1n_BQ, ?&J)7g0{,~R({@𚇖> x6Y\)3zTj7t@Qd7)YL0̬hXw^^ UP!8piRLn{=ѰL>IslX]Le65#)0z='orbWܺeWk!&$FhHPE#Ȭ4~cLXMJg\;\V0Nר~ȑkCͩπ'o]X&\WBQXb-:UXu1Q@.vb_WqY2ڼ>Afl<ٟш,2BW1f2)C;|c֕ SC whT(0vwL6&Ӗj[!~5sgw5OI)͡C3p3<Ѝ}"6Do[2'CYр2\-Fp}0 昣'W*hWσX6Q7.f@H|1jS7Mr%ZKBN=ɯwp-ZI= n0\Mo&md" [:/[ŏ$&QY@bFq r}7)8'm(:z{&Y5G[ '9fx`5v q^נ7maҲc 1nSC7fg) bvߒXٻ_CHņj ZK4<*9ۋ< .X]x+wڂ=]x26CR`- =vyg$-,;/&ح`_&|ڼ|d$ y^uȸ~}OM8)_2)y?[`1Js:v8<nHe =Lc[ `/W5, Z8F$A$Rl[R,0i Q"34%]AEG$'W hR!bkݔ*a`Fk$UQb]3KpmV'iK&YC! 4BU:z=QIU zӁh"@xx_ vt܆BVWx<r^ȇj;-L:{\iD$82[gIIRcߎ|eus{䀓VA?,;݈V)>LAb8a2\j!$sGɹ>Фd"KpS\e4@i9%T\Pg!aDuefqqvvP> ㈉:9\ZQnZbBJFwUeXW VP$&yHϱvLt˅`zw WozvL#:6B] N wryl +-Fώ%NrX)Gvf 5dzy+:f C@e%QR>~8ooնг! U|70qĺjS_3)藶=؆~yh\ =jp]gUhdf xmeAvjش4K] _Wu{y @; V yv򏂔bQE+׸L}4ֲ'J1um:FQ$ȏ4㸥 XR1ګ {pyZ^VboF;O.Q 6ln>N/3aZzrUF,HMrҷiQcx'By)Zύ;J&xHuvaAB^o|q3.t-2t(f, 7+ᒵs~螛#<WR4-ZQRr>v܃b;ՠ_,(~ї.79s}7Ng'ϘO› ZY8•٦P^y(x&fyWfxB$r-8vSZf7Y^ |AokzѺ%'l.BIft]Ӿ*32X=n38Hg~8 #s23ʜ1@s"= 8y=\\bm"{oTL$'xKH3l$/b6!(0[aCvnh43iO%~b`X HiP4,y8 hŶZx t(h0= YQ^t!A Hl*S*\H <_D,B9 dV$VS->v];O)8CCB3^X hK.mT ϓ4/v>g@R`a>)Ƀ` P " ݢ eυr$"F |+ouD:p~39K,}V/^c0ގͩUmÏJco56:qIPF"Qd;ro%cs~/r[ !|ъ5 ⢒6m ٤<&%1wJlOdLJ/Jy#'M! ~nTLTbq ^b/E-Q|Xɍ7ݜIr,}|n˾>dtAߜ5Y84l?bI/ RrRҹ̙#KxԟE5~55t\v3m~UQJ(%}H[/ ެ3и@NZ=*zn."S+saO GEp [ԫ]|Jml5ѯcڟA/oJA/T2> X tB @vԨ_0Ev-!>A~jаNG7-oMO\迎 g"AttG6q|HK j`[4A`„4щ ֳJȻuπOSNRٖHD}U+IQ5iIJSs!T%@#>U>}+|}6JŜeg0 .c0˪1*- PPu!Yx'σxbk37= "S=f-tM(6e"5m,m^x|8^ބr\PWAy>}gЏH]i^xZUV>i-nk>X|d-*l<7UI*)T q%T_64Y>X fPV"{.3$Lsv]蜔ߣMvZr+Aёx0@2I81dђSg**-N\8GZ:~0:P@Sro&7|Ҹ-JeEUf;n#D1ؚ|ǂy|VP3Ż?vċ[zLanϼHAhvAƶ_pх^%Ap J1sɒlhԏNmФ䨽K~nkN 2HSXN]YD]ȅOLAGK]eorg5D6@s/gl K1)(k.J5uZB֩RL)Q/=v,*^MY]E$ٳZWx+ӸzVxl'=)>S 1{vz?#n a?o<1gqlx_Ej2zoU+b[փ^0wm%eQV P|HԀ0[GVq`̒B?C Z<3 @L֜i+VR5tm=ٟڥ_(reГJ>mgFq3cnUSnI9\"[bU}⊮~Nf?d٘nˇ>34?84d6S/`>~1j1d^Io F"خ jQUr_o$Ǭzle+i+*n;R(=,ˉTag뒬4P  o{y0eHCb2p~KO z'~7 ħXJPͪa?(ɡ%a] BMU̼O r.$ʊ}ZKrnŌx&dY񂊚Kf [̛ |^1 <?% ,GFätz?aH'Gpq{I~JC^CI$no`v #z4-nUk>E{)̟NܐOFl}K83 kjXHj˓| * l7Ӣa[_o P)ux?:3:L, u| UE%eȠ@VWN0x^G] k*,]mѧxD>_uue-=4[MU8+$BFftȊzj vYڗyjXvRaw/>ߜA[Ė!Ww^"T5!aDW=&h ^[Hަg[uj6;MMԗ>xɇ9NW 믎@7T-W_gx E# v(0Q[B*a%\>->: 2O abIk Oq3pfĤl|ќ{0W`J+6 tI0ON/ q]!(oųla ihUNvK[{$ #^6CAŔX+:F-(Zsy,{_jY6fIԳGw21 +؀˼oc _ BkrFN6-1KǖU*߳`W1=_,)~)s"كk W:"ԋ(h o7r#kB˙kHvA)8ȴށ3 rzWN;#ּD!|&g-b=srÄPɽDV?{) 4Ł~wcғ.eO;۶f+пQJG,b#n~+Z R޴ט.=XtA%îA`sAg0.3.&)^E解᧠Y7ʟS-i(J2#kR8 da-,Y5=K mA L)AhC%pWSZ.)0o>տz*RZʦ+mˣUbuM@K2/"`"K8@\9(@'GyTkYKucԷ^c[ǮE8 {Ci( &\QYS_Atߓ0/Uem]x̉c֪,b3EiZ0@@M?2ݢk]Rx3NDl'x8}Q& 7o|dp :B" <Ku!`߭I׻Us7d_D>+m~D9૒ܟ4.KGj - oN &l5^|_fp$>oc1> o\ oExB[W?7 5,ԟiȰiGݪsk^wW~U ,~gd,~$vE`ufPw}+0>u7HmS`ي`Y0_6^Lj=j@ 9&Al^ Y#>- c0m^}oqoB:ҿ`:9(5ka>d6ZxU#Mdw׏ |W_@wj0׼Hd799ADlBx|`a쎳,]>,ӰmKN?b=2̪=dni>$><t'7Z͖:*uSeWVab%G˿}(nâCW_c mzWiՔFOggvu"v w:Jj5AiR4R_j4\yKkO-ApLfpWŗVzP"M-~SXx(X[7\j&&knCnY *ysVbxQ1U>nلJmm] {NeW4~a SR~>Ajs ύV 0[gm[k3NBUh0.6$Cb .R|P6^yiuChUc7皈?Pg5H"1k`ol>mKuursKB︅VQ7)rək (PDL}y  Pڊ3׺D v̲$˩Y+YpH e)$ _dOD4*n"YکG`a%tA]ݐ O筤ngD=N,>j$eD(v[&d V1\Xv,໭$("DCTB/_Zߣ# ~\oJ8=Xq.}ue˞1'иN7j6 uȢ,r^'JPݬ35!4pis6D"];@DPEl9Ƚײ(~'HXB4eU\Ѩj3[$O!/q0*, q 0O% f@X]X]~eZ.+t$52XƔ\5qiczPԾI`^x0iơ~&bQC o>0'_By ƪ\lFE?D-,݆&3%hOho.AMQB5LklQY Z5 yC$Xd8H}$+ﲰ aYljZ@1ا lnB8"߹{d<`3/"o\0#Old7jFis-4K6s]|w?J@(,[❍L,`^K_?߽4(X\;uEyR=z+.߸CjBZ9IhMkV:tZDxT>¸f%\BAGIl~oٶLX~A%y")w E>H!o0!EW@A^U_d3!+OWEcj,u*x+޴L:~n@E i @2O5b|9۠!"Ma:WIRXZ!h 1L_7Kn4;r(VP,:J >K,O 8(, dѣJ?H 5~T$-Xͪ^׶Ƥ뼥j]KuvmcEPPbcVmvwl`^9"cwt,K{}iҏ?_@[6sU LU<DO Hj<+EZVsny͙%MyOds X$  }R_Yc ^WSvgt-#rɵQ(9dE[lvz4-k&iOc.p2c=5[ \n:@iZf]3뫂9PF`G&x9O_\{MA08]s'n8;?Sdo] IF Դ(:y4 >#3g@=l]ݍJovy A Ƿp$ir?Wɶз?r<žFW{êQ7fN,b'SJm3NQfzѰ8P?I'SuI!l>ebg8g^x6$_ZsK2Z|IJ\Aث5nl.XD8]?UdOdZoNUcyK.(Cg=!"Xw6۠Cf-u"D$Qg %/S"lO_4H' y{1t)LQ͘”A<Pڿxʷz\bOcmRQuAS"4"pךp()"`Jb8آ,OVa/=DBbX&~xs`zlm3w.943Y mћY,VZ7ѕ,ެA"$=v>% u + jY"YL i# EB+y^oO jia/&7nV]OHzuǃXPoN頿YB٣ov7*.FqZxw>׌PlOFyԶ{@R dqTBmbz{-[jM*b))I69 5rYE`zR}{|3'^ W;Cݵ %-ppQ + TVqy|;Mɂ~5xƚ?, $ 0ؚbҎ,,}]N۷‘gv4 xṘH-fŠY^L"cfmGmFÍEoכɅ09"6jO?Lǎpf0'YA ).6PNlGC3FxI綎d7XgKMHE`6ͫZsV2[%MHle%*+>*]c}ER 2{Me<'J8~lrci#xnFp%%Uaddi5PhXbeQנņFJ]|sH┨66cۥ`4(=u VG.pK/FP7OMymLGFLAZ>8Cp nsQ!]ztk ,\ 7C>Ǭ Ʀ:)qM|)La-5 $tx.Au̕K~ vE4|թE-ҹ`YPkh̥OcB X0`" |?ލ ȐLN0ɵj:9f٪,OꧩZZz ْ\Z,K$~u" PK'l/RY Qz3^y>ħ69.샞~5QFyIqPpySH}o;8|[6tZ&4fy)V;Fk -4}_{:l=N!+<`%{.JtU7A/qe1"1s4x)sd|O-(ߴURÏCp;kWD;SX_S<N -Dmބm+F7,N *Sĉױihv6D?kŁB)^aE ﻍ:.!ˈ'D.ߋ%m*"xu#JHڣ!$׭Y?yK0 aRH])j|t<=%uvbRbӰ?8ᒙĊ$JʭOdx[`P$$"Kx߻pm=ٌ?[^hj[j[DWE{>7yRߥt ?gCndXW2d):B V}\?|@`ZyAu^ Vi}#U4hwOݍ>r)=i)0qcs"pr!g 7Gk7A7brz:t>]2$YegaPZcD6qL \Б1sT4uןHm^yo #œҚ̾xlS3i?Txo` O?"Gupz2U0{ȡq1jhX4Rb0ԟ~x(&gbncү}I{R] oqǤq2DjKm+|C8ކm^ITTVS!Qf Qߠ)KVsHBVyyn "LD?-!a,a*cǖ 2Zƴ=D0,qV3򶸯Zq?MIKFA<'ms@ӫoKn_^>IǠ\ZE\qyN׷*pT[ 7[g´3-n6#,f\޴@ǟ@V= {ju8w?ұB],SG(b xT6Il\< Ԏ~s}w ) #>eם,@[FQ3AWقo ʵs U@I]9B~n;*ŅJ=ltl{Q.DWW#2Bi'iNa}8}K iw.z3v;86&dr$zݒT'^'pø*! 5rD;z˘C 2.jsS^Y;( gD Tע߁c {hc&p+Kؑ#+++~#$ M~eH]9l;  ӜaZ@=XeAwU`Q|8UwѩP_3\/1$+&-C z :]tLRysm}G(i h psV[іZ ֆд&A_TD2lXS 7i?r|]# NM{F LDArR[l8QDٵmyɗ\Ow$H ~c`LD\[}/UGehz8AQf`^z_O^#@z;2srF ב%V{Y_KN"yAךJ;)MO)Y8=K#Cslq0ހd(V>>ޅJ'qE5`Æ)'{ Jͱ=?.^_LR&<T.Ruh!8I?ɀ;^sPv1r]Z ob;yk6-IO !srԐoX/=5> |8 /UpᡷURX瀓 &̼~v#Br6_Amt .>'E9%`&v@͎ ki?J؄wi#%1mp:z%r]Ofc;.îl8_&bpFmnMRCSo% k̙ަ[G.2eda24Hs&JT<3Lsns)L:LgeF ԯs2xa l v?f-?]]T)x+B{HE SRGe|g(Jݨ.kF{VSA ;!|@ ո=j[[ex \87o/UT{m1Ri}#"'D~DcwTwAJ1/WJ~/ iB-:/U7ܞuh0D_=mظ$FlJ^1/u}5EpFާs\5P8$\]A'~3%K/ 54:3Ɨ#:`܃5%;B 7wMN ѿ!t [F74׏e0-")bTzt̰j펱-;]ԏZˇB\6@2a@PQVAtZyzB^`ptD@VӔvSnJ<7GYb&[MvlON~`?f7Ep\z}[ m6fh% ۣdx V-;ÊRG-}>/^;ƠPg:N.>Jb?ÅV!{tj`r1 Jud,I.01zܠ/9]=;:8.1" V" goER$wI;ȌY CiЗi[$Xg+"UOo$t;  gpl7i9ܧCT{ QrE*''!tC Q#׀̄;]fHƙds#$'HC#^N-:LaΔA7趻 % )` {lW2\r{DSj!-fފ& *qwL~CCN?T|yv+p6>Z̺ؐBg(p0<=Pc`пdzj OӲu| Ai岡u;8Ee@v8FkWf>~j/QPEcWC ?!bc@Bz?)S̔/p>W1xީæzt+Cۋg3`C?"t+O ÉXh639Z[SX;oeˮ,bjHJ` 鞢yxaܒ$HtP5j]a԰d"xyC=vٴ[5rFJ] !m*R~cnY7!Մhצj-ϝ5L~9XP f{6TFIO] 1>KhM(;9GN d t}R /DyUamrj1,$Yv>\+&IT;Icްm pBP/ Bo dS9U,-`65ۇX1;X<8!5dRv<-q**aۀ (m6t[ZO?ZX}X,*ޚRk 0 J4z{Y]ٟi%&]DK'Qf< MMNRe`v7-N> "k~>s Iw,L*?uhEηρT_S 7T % ۽I͛6ij'v,ny'޲7;,ih5u2r'Űh t ^#/@oL9OA^S; jGݕOj%8/&ԣM 7ҵ9o ?Q %bYB}~i^ha=I"{SҖbpP Y kwIj:2ά, ιLC'O0^BV.i>qpB5s[~U?rm* N.RɡE5j' \oPNP֑)& n#4  b;7,9!jpDF|=%$4E}3:㲝Ge>JUwF@_"0uׂa3s@ xNiݩ N#`PXtKH.,S$T%xS:gZ*Z/[[CTxvo `ӻD&:]f`9VFoPs(Ơ EKY4+GWф+ 4 Db,j I\?7Wi2i0gJc -7HG|jj&@s`Z^>(: JE}ȵ8~Ҫ%ɃnӠ,^i BT-X}!a4-`3O`U4.j^B3{2+RjBBW쁉 m!NlgtO;ft_q 6Y7W%k6u׹}K~5:bɗ xjcYam&zLWխo'e_@>*>%ICc;"g r]o=`]ϓ䳻)@\W۱Jmo!/2sJV%L2X`|A 5swr+Wh&gP -C}23c5,f-4R@G ~o&NaYBV]ePnjwr?biC,rfn,LIL_fW6EFwC2dKG-jgIe((|Dnr;֨`u[:8pE!us/z@*2[A|$iRUn}0!"I7] '%Xyk"th郪Ih;Px2 Б:lŠ[YͭK;r 0%zɪv/d=L_ŀZ\AIVQ#ڦ'P ֥UGc ZV@f+4, 9LJVKNu2QF*ͨI[[xpHkH$; ȟu|1OAmg U履H%>D~kN]raC4$mǡ}+ѭv;z@u}:jGxSzQJom bRzb!Nc,G6 nSYP`:y[Xr;Rs'\!d|SyT_^ Gr_3U 2wӟh! zΚ]ycX}a S5fG}[8``D3O_G)MvIHӝ`E.{;?;קBF.*5CIA Iµ/A*=,0kRܻ&|߆=g>I1kM>ђB8G0*Yۼ\Pk$roMra`#nB!cEZ¬e-̢jG~"N-CPz8"=_Lbol Sٲ=f"Ë$( 2vya To}?fQZ_tYPcۈ;3BK\}T_ך]R6[ϔ# R m DJ(@/?⟁-9ȕ\B! %MrR\1k۾1]LORսSMЂ)3B>̕CqKsIVb?)#S)c9ƜF|/ąH{d\o"mh=R׌[CVQafa*biO4^l^Df!e_\j=E-B}.{;!+j&SqFbӆOĄ8Jz`2Բ9Cz*{L_č=XPmv{l,^N)?s_ uHLጺF)y7G.}ݹ']Mve<[6Aט[OTtkCjnjN@ hfkE"ErMc0_e(rL4HY\jfƿ~™ZPig9ujS7+ w׀Şe$'JE:^QBx~cI3WE+h/.|WҪ?'E;DC; qd7l`p01`+ꮚZSz:TՉ;1^4c`V 텚q@|[r46X%6bwJU;KCހ>0"zpկTӈ+x:Ks0POU\3ǥŎVQgx$OD $Kx%  UҌ( Z̋{w .ПarEM!t`q:\vxp# 8#މ+;2̱nWYISቍESexB_]Z+V-C%_{ym,qq4k-τ߭YaDCOSxi91Vj1a20<B/qYRdGʯgXIIټEtPnDc@z7sVq'?*k/ M_|Fk!dS>˗&J谪fKr(bU=_.{L)(H/dFTU}%D{C2uTm]8XK,Q4*y:Que-pːT!a4rKYLQ7J,&**;u9E WؚYnn+ϥɎh~i("WVolhX Bc<%ڠ+} ]09‡'E BK}BHuk%B+4/Oʹ0lckU+|66E|a&{vfȎ{tH[~fO+PD\6 cm^ }&: G]⭒ >NJY)~Nѹ/-|{:GGFS0a*W6+vR;"X(ߞo[-G! g ݖ ER"HZd)eY9RTtupC_O:ikZ k;XI=b_#[lOY㢆BrB/sN]{'Mк?"iT*c5速{ǹXWGJ81BG'*>hoCbҩ 2XLb,6lMΆLdJ;1CKmrr yNgeUgiރLߑ2 si& OxKO#!p) g,!B( К04#F۟':%V<"E;לA9{pX{hTp*Laδ!+yW4;~2 Z2?kdz1;;2̋+e!0@ɢ98B5 j!^OO ;G-'kD1<[bl^3Rq7WB>:uCwzb' ȶ~c\5 p5_8G&egLa&* 1HJy60 yg%[{D3AdJH\9y;`{&, ?*Wxχfc0ғ<GYj:CF?^jAH 9m cV&;>-+a[lSAEkd}%p@|_;9jFÜ/a24ӬB%*Z3F>dC{jW:V˄ƶ_?(v4yۊF~H^}\PNïM[rH. ]VsmmIBhX)pbcAYޔ\HlM+[MtݫU_~Y#h3c1Bڑ*l1d0$%~: 3aqa;9a)CzHKv*|d/,t - >wmMj\Belh'NP]Cߗf&\vk3vώz Ia42 a;eYu4KXFCD#. z3#n3 `2%cnkDjjN/kswF) hr|z8{yPP_a2=kNU\-f֦Q&#<+EoP9+cϲ@s Ur>siPhh2P /ٗ5W߆mJrVODxq^.uQO/<,59Ic @}[ʲۄa+ HNҫ&^-{\Of40Ͳ 1 >x:p[KH%;)2guYF S&~Mhieq-X[⸸q\*w_oÓ_+ [VӬk"Dx'tj5c8rB9!z¸k xLwk"$"Dp 4W&gh+⳼v?rJKLA njڐ+:}/5qm]$;(̘3pa5b4cp m>p7x2dDOnou wft46o:rJ@թE%" ?;V_OH|^^HnQ`&*ȹn;yL Bnl.HϢﱃQ؅qĸJxXec*T&LMOf:F {\6ILSlP)i!ٟsa"~.O`* ծ$5SǕHGt7_; ɂ T)N'еإv0" M(-@[AiýZ:DlGJjHiJx/%FPEwQ L]U5hr\ɇŸ?J=4_@Q!*z^"SMf$ФT^HLx![wT\gnc:;o;T-1B3I-ꡮVKWF ̌RktÁqg;Ajܱ".-|(UbN 翐\u3z@_}zAHI ~n.|uеmҤ(Rhv(4|en- )gT2o+)Q@h!y9bɯ |d_ MڰͱM#~NFQYȑgd]>+5aC@l skF1[+@8._y'1.A7.!#+p/%&CiihroІM(ܟ{X؅ľ=1[0p ge`Q95/tsָ݂=-Pw+A$I5y7 rX&Is$~T˥F=׆ƦQ)S+/`T`-C=nUƟG041`jiIijAe_'GS6;ȫİR 蟟suO|GP=MJ5+WyDiP!ϋU"q0|E=, wlݳYU*Jf"|A!5gp4.?s8FfB]*vI{fUπw/>ĺNGA1O})} 'Ip@He`E,1\&$h6]H&Ř]T4|@*'Op I)Dgy{0 8ըdT?ï{V RJR"kg #qEо_bͷ1%j{iNG<24فJiw/"{[ʨP-wf&M!ҽǡaQD84du΋)?CCy m.W \ ]BY]nM  +Š;"I/N߄^M#Ja;cfTO@1MSx2ga5$.riﮌ1w.ҝA6I{v^a%76Cqo XFwj7헇MezXCQI$9O Ooe18De<G]U;5: 'ɝ!>5n4"4Egs6#E!3vr~j}VRČL}t @*nHJj# c5GE݅z+;>rʼ(P_~sLs {$y##)1ZvKtGq[j3*(;4_b#.TD cڞGrhY6>.5~Tz~q7x8{Ԑi hh.)l4wԮ>V!G  ғGwxz 2?% LWyAI<!7Z<8%ү@Uib=׵;2p^B̐CLCX`D5lyUٽ͉@ԃ~s7j~FS .Ui^$׹%>&u1xkPQB&OtcIԈ%n& "kutᅚ~~vC短/QN>+"vloړI_0KXAv9 4 _^@>DSs)Y< m 2؆+FuiTYYb]d"$vtx-1BrhDIx5dǜ̓맽jhprԳ"gP:7s.%EߪzAVI`aDV8yLvt{,欥)BfT2e#_hQTKV&6ȞM}oiMT:)`r#%r9W,\fMP`Qhq :2LtQ5e_0;)Rl Q+;?$WM`]`/ni%)F*pGGd快ixxh=t >q N2|GK aEbv+Q<:Dѽ(کֵ5r95vBuGe@gd1yw7ŕRd$i/gxYN41셰^7fdmA?5_B/5`A=?G 9,e^ő\][:.*ᒟ^F8o4x٬>V".UB!7 1^:Uy%\- j3{ פ /sy4]bp) rH26j7N{n\y_ЍE[_Yw^E9ʳłޭLزojFm~ĉ]5(-pV "Z)ɍ[5eY˽NU/r%nաeC#Mv{X|'ZՈJܬ\ydF2avbI6;-e$;6* \o\;IL(Ɵ~v* 4fG# E܄ͥDoFk(xxP>+& g5󣀦EMkQoԀ!;ӛ2\ZðMEBہz'HZLAjJaR.J5h,[] W2QqL 0Ra@޳evb3RFIBqSY1 GLdI!~& m;:#mЌ^piҲ^t!u;ˈ "N\#"2PrYcR~6m<鱆߹Tڵ$)e*̗^܈yg4aŊ|&cC[odKd}K)6XBƛYٰJ d,̰`ߏ@=l]dLzSgy52z*Rd?Ax8n`U*;6"nOJ 1'GeuJxFuK}B;ݍGH4-×O%9 T ˙cFl,Y6 d/8?iuD_L,Fٔ/=De7E<={0>ΕH,7d!PgkߨoI,E5ey{b/i]T׵v)٧DFoԡxHӖOFFGW~]:N`ci"GPWCTA7#M=qo q{="A75:Rx_v?V)Js7D 4Zpp}ѹ 7۫8YZʸgv$Uj*@/Y3}׫Ћ#V&kTс<'.ԫ4=l֐ Px*O1-;F358p*  <4 U[ Z x݅' aUJѵv/1Qb5WJa R Ua/eUG9gާE6 p܃%@Y5Adn:Z&n%IfYrgn_$>DBIrͰY!\k J"''7P҃ [gA_@lF_Vo"rBϻ>PB0S olW=㑻vݾLw^t&qpz!T3GfxhddZ:~IBiszϋ>)KmQL~|jo~5Za8PZL,{5 Sj2m ?ӸB& ^|[@\ /CГw?H?4V hVcJ ZXu, xhkj^x)4 DM3'ǀ"SvօA?Nwhg[ңN"E8|H+g-lEa+y#f.XlG1R#kє%TLQ'R14AHi,c80MXzVK=T.qRя$F;]{]sKvOQB]7Q-2dM36O\䨠oȝ, =U#61?S̳˘9H\cu؏޽?'][#;fSdZJkѽD=͢妈e>P/^AQ6NKstxF" Lpr+>'9n_dñw_CEC~,F/?O[*q]4tļƕ$G;0J [ ]\eEwG cܣ=#Z)j9g8 p}H7A[6W]ƀ1V""QYuTZ[pe `B?Tho~yC@;_yVJ`A<x>V_~cgĵ gj#Y\(1VۥX}$!_@r 3B`7 N߾z8- GCg.<9@źKX+HXu[0y5t'=ɨr*[M7r~*bN) "8_] !ӄBg'rap@ XQ#J4Ly!Z_,eೀTo Ӱ,SvU˟MK+xۋf]oqWIfJUuLd#{Z;r 1QP"C/؉>9בrS=YD)@{)aVV^i!>e.{(|zmDK:ɔ8%%lr $.[]cF# >߱~C*{rcBn`ST@-6LFXE t}oGW`?I8'KGds:jiW% tݎ8Rj ;](I-t;vn4qۏq O< /E%p7zPzڂi6Ҩ2(* (Hc6bZ^ai5uB1{ 9ů8FUY짅rw1wRg5@7OX}F;5 `uiB,*?p'+u<16?JO!(fPb8wp(T J\~T7ɳૈuчx&EJS^-BOʱ#UtZdK0BzD9-rG'|@h_J{/zlmS堄˰*yN?M5&j@"Ctsq|!1xQȁi؂4pOjKEBg 8n2 2#Wm_nOqw\XJ3`~ww|@fI,c2iwۉAm@eOve( p*r fE nlf`rְR,ޠkH0Owz11޹5eO` tYM q ]Lh($4v5y$S % ػx(MRv"\8+mX- W+4z1L{ÐP~v ;?&tp\g^IbN,ф󯀵;L26,lROLLy"Lc{axQ&3M^nI>,_e pie&(l@اM LՇaVPPʴXM}b&Vw^l$YBe[ΒE&B;_y PC69O#va #7~iKu5z 2Q 4h,_:itʽƾ#*;dV:zVCWn৚6ㅽ+,f|w %NiS}fP6nn.-S /L: B;C9k9oOOY }TLOvlKϽhug8wuJr$K߿SaNLbϋ da4Blrsh-]iV L߃וڲ~-CW]EP|Pz&5%.yZ!2/`R v>ͤۑzpEÇiš:i5RɈUdoCXPLFͳ#آzSwԱQ}+=`: RVqYTVzY)ejA*םd1<j&! lHe"K־|C_r}P X ciN)M y8mOBdDQە"GշUZy cҟ?[;SA2XvbioAR[^QyA}G̴ >:sH<_1@^I)#g4J+.LlZ= Hf^Β&%) ^fa+r3j_nDi8o wU"^K۫X1^$CRgRds׋>. e!0:=%Mp[Y€ )Uڞy :Y͝|4uyNְp|M= 5+ k_*ML0&_rbo>8ژvGVo99?xw߾eWbD<%p/_"ʐHFKxsDN;#9V!9ŀPF_snu6B鷅Q[e쎮[5I_E4-<|^|'ڔ}vwSغEfMpIvن *gGAߞV%:[[Nz^fM0>CO)]O&JY<k˗Jd4#Gh4Ls!`u`Qwx=܄5VqT3Ƭƞ{zG\,m9OX bc}vjt`J Ie)b 9%ާr)% a+|c{bzl*tD\-bA`v4<"=v,çMj*g#_,_ZOb.Ʃه hkXqJDSz^(S8Ok]}< ڿ$fBGedlnV4{i) &OcnA"'xJod~&)~uj4J: `PTד8־sMY ܴ[B, ,dC'nZpdDn韀ݑ5R/ku֓ӥQ=7j1 Hl:ަwrԵrlD~; V;C؆q(aCNIT0 qMq2R+Y6D/#+xZ~nb4nܓ-hӼz.Wd X/QݨY^|/% \@OΦ fuu9[(D}9pqݹW:Bw`X:&69\J%w2h]|wmuB)|1Z,E7OcֵƱҗ6vo?tWѰzYnzak}sҝ +٦q_~L>+ϺӂrT5$2?} *qpB] {6 { VE9؞ M"/g&U>i1Ni0]s TYM'gDlo7KiHJo>#\⁖U: CƘ8x/*Ҫ&BB3k %uF']2,hd'=o2Ռ$V( PG*0{@nMүi @3 ѓ˝OmOLeDtfX8 LϠf9bJ~r&+q9v*[XDIxő`']*ݖSP"zE P0׻\N% \ĺw -ρ4;+0m7 `{hi-8x,[)UuK-[|X/^R0} .G!Ri4u5zFekg%fE ݯR N\qVWn/nj zSf{g$L/3o@yG -~dO~5#] $\Y@U7dƙS4'lo0CO^ĺ;G:N)r5IX7K|y&8Ӌ`#v,sz+UKjFFw|sqEOۢ'ӿoO=jZ[)o2:Ae1-s'`2iQJ ߇9zU^5J õqn:1dC>bmܚm4᫧qvb 9 oaQ1:xy[~X3淽6~/eQA$ÞN3HuBSM3C9u\P4+,ČhY~;Ϙ-0"L}@ts/dW:I7}- /EAs[2N\>ѽ158[ФK:0-=)5=⛄!yvZ'=V4'D_~,+ٻeaf6ģ56.&  CK=©!ڋtO&Z~}"1- WB+\=ւ~kLyk2bA%Ҏh̷U&JOUZޫcH Te EIih+w[觀 _PE1/GT!knRAO`U5Ճ8uEeYL!AToJ}<}myLiWDEKä^/UM &^} $y񌫝'V?N넂Os+&P&0*fJ\ځ=GR|uʬ"a3יHv9 * .q|Wܪ<,Il~NRDo¼gl7j F-Rˆ\ZYefz) ^#xRRymBc7Q/\A*s~F7/ZSΠ{%u5Ω;"޵Ot!%ARjH=0XMi5DcźZB_ZU^n49 蔴ҋ;el #hO/)]Aq'\{6!~O"bfpV1)xyr[#WlgZL>^FzZtBO=Aקvf5'z+d;9xWB_89OYv}20fM@"FU$fpCHz k¢wwY# ۗˈTH62P6>EWqJD.8%[*?S|AfgUh\/R]1mЁPfAA0V |2Y$3Z= AEHV2b(, gUm[\q8߅vzE]NGp J+"3FcG"{h1|]~9VzVI}' wOeRBZ1_czJʷ:i-2xrE}~lBU.rrs1எ2z7o'&Ohm.?"AK{Ӫ EkE$bx0=&Fm;m\qXG)ëF X4\& ߩ 6en^c;PG*p^sgB54LS*+RQ/ٝU(!A DC%T ^jֹ UX,NjW-XN}D}$Xd8E1fר<Z@.VpZ[Wz̚;՜p#}^8\ֳ:C(_wQP[ӯ=28n 0䊜arQb,qmq4J)Kems'TCd~BxlӹQ1` T$,Jb} )\Af\ۛ|.S^|g?僁w ya^58kdF16XUއr.$2xj'Os!/&]JjV" љ1He("Pv; fou ZrT^=Vsdn wxbr=ܒ#V?w N9!|τB|Zdyc۔O\YMo:~A9U'3?7T@_i0VEq"ti_rE$ѵ۔Ptf8 T =l6AI3PB"H Zyn5e!oQ-,m! nCS p7eaب8C~a< ®Ӧm*G&X-Nϧ /W)&:b{رEvxF>t"݆ &wކ-+UdƳEN@b#I=j/USII2YqQAmC^-Sދfb\|/2dgLJJ ތb"0NOd#}'ܬYߪ`>dvTs28sު^OG/ڳF 3h4y}t'|}K:kԲBv?[=tYv22:GeuUARw1;ۏL6153g użOG8=0Ĺ1€B#}"` /𚈧 TӢ[Q*|GɂoW19?FP>WJ!Jd3=bsIYeU)^ٙ3kG_~bP &Ԯ<rKcɡ|;\Ժ;=̓,ȓX :c1ƑUMl:R_h ;EDQMJ\\D9xZx/WHjty@f#CfT7<<,9za}uxr_RPnI@c:ЄL3) mlmРiNjW>"~#]W0nF>p3+H,GK7I0'"prC]ҽk•lh۩ԑ|;^Kt^ۂޢ) DdK5Y|1o8uW{r0ȑM(F͹Ձ6hzpI ]%kĻӼ,hHe1:+.X;Z<bb( r-Ip06a7I(ZV}͙6` &Qͭ&ҙgny LHSZg3g?]NWMMpuyh([.CX/9{@v/̮$Ud}޼#Θ v_~Q/!P=r ^h%SSqwg;t}K!N)a$ zzÓKOuzj 2/#肒]S-y=/Фk"6= l^h OgIOdM"r 6n_ެ3ƸM`LR%2EnIq; ʊMI?0 L|J ,>O#)oWi0}%]Dٚ-wQvVu`sb s-֚3+]0 ?ô_Q5{PZ:FWxTD&/y,ᦏBMrtN !XHkl% &0Ƃ/Z:ĽEvKr E ׫.r`X< 閟\4z_d|o+V 4 x"~;?UOYk^{O)f=`m7BYj#!Ʊ2xw\?G6Qے>Y甫G 6Fc }`cB@Ԗ)9lsB2]8t$4n` n^e7+, OgK7%~;dF6!B;(2+d-źcKʙ_*Ei;DZ a~|a^ΩcB=K%\uy8f-XPNh\3B^1:r3>gˤk=qeÄضea5]KKxns&4ϾCkp]Ll'n-KIf6ĕIp[>3A-J%:<XɮOF[\YcEl nciIpI[9TZ#QaQ[&2|, |}Mos{zsQPExPdEbgY&5l[qS}"D׻ِ}M[N>.ExQ1*E ߋ09;^ +92ɘ~mbvJSdmPypJlѷXXz aa;22[~ E6,7,mmT+F|+m}PstZD& cd`D3bSԨ4=cyzР%$,Z` UVz~2H `Oj#ĉ6CG0A!Ӡ[Rd ݛ#C&ݡWF &R/7׺2-o'[s©|CaXxEƒ&.sE`'x93ɣ_a|C;=FB[7JYK8tWR{cu6b1(:]ֲ0Z_UŖٕB )-JB؝6~gԤ[#$d8"H^И@:fmi訖¥ ؂1nj胎WBh,': b;Yc-5S L}uBO"rz+&hN%l4~*o^,f53P6 etE L@ʗCe-".kl'lo~'C5yv9hToI d x̊R?[퇑ޟ.= -\Ka]e,3_gҠ5蒑h2Kfȸl 2vBKp=6~f 0MP> ^ږB&up6P|54"DTSI,I<լ̟JL0aOEuBixr!]&u~P3Kd%(H4x\f' $M剮j<'WmH 0t"ɿdڧ#=G`Gxi IMᅪvd[_@kȴ|DT@wF:$HMbnW.8:%ZNΕbM ̺tf( uFB2 ʴxf`zNk*[N0sM1/&}:_.Dݫt\vlH& J[R2K9lρ )6ڼ=:UB`so^\zFց[&L̝&OsHrUY-HTsBb90ʕГ>SHHeu\.-˭qhT\Fz~b=GNwTԏMI_-IͤjRK03@S.V sc֣'E2&5{Pp3T3*xЂ(s )Msnjۅrx!ACg}AT#}ҥ>sZxK[܊dՔ^񰢌lu~svzl@R4ת9m X_ۓ꯮0omMb\ͫ|qlU3pc$Yرkѽ| i?5! 0jZf%wo!Z 1"Й4|Ӂ_0- ]2l҅p_Br_Ku/H]xi"9 3<"Ǹ{ V ~Ҵ*N7"7o/%efH.h)^SQ`S ;$NނMe9F1zN,"nzX}4;Aܶ`w?"0-@:dqӦ T=0unB* bv㞤tٻogkz+_X";ܜ5_sFx0pSi]-U@ 5Y?/UT ɋ [-D ̶ Vmpp{.(Fa7\]&Td aTI2կW^{2:[$o 3mY~uU2DB@s\nSzLUJ3"}oPˋ1p+ᡶ`$"9|"xURj;oq"f$F$tDf[\k +CL]-ȜOǦ]t#Vc_RuCaaߩUۯ1ᅃ!6իMrz?mkgyjxMȠt #B?}?D ގC#0>H ׍F롹&Ic\,Obo!iPpUn$ ]%4 M C/z(̼ĥ7*U6>da! q_Or rJ[f2-T>{8-}Ϻ|=1gOO`N(-JPoQ7(!(3:aθ[YoHZڊq&^öQ ԃxV7.R.)ぺwop^zi=;;q/AF^$>r C aJMЎyUi_)$oKnG"uޱYhVžr.QSbmW`rlh>tF%&Gǃ8g9-=~ISd6Ftu^sPZln/Ovb1SV 2 Qe?(3`e9#zU`$jKkC08J=>n (6FH @~ Q+=Ꞵ:Es|(=\Q@pBMlEn `'X䕺{K`؁G@?,YĄ\4f! Egv3 Ʉ_8"~UIi+Ճ?^,#+/0~XI/8v8 {O֓԰ nH|Uz$ޛA.icDne ,ۡT-6:J A'Ŕvm'xl/hN\ pX}A^r @9wYZ Es0!Mϒ f{-xx:=CZ"c[P@S0Dǭ8慅̪n0>PdM%Kmv* + aByy$6Ill*OjNiHύwn@ GM N[@l;yQU`4>MZa<K?[\  *e@D~eiiڽX72sds(!*Lk`RcaDӨj꠨䝄: {VDlL2PG O'fs ˰3F^j\Ҫ0o e8<!2#Ƌq:dE<%fhˈ %>v c93>HLUs5%:6t 1hasYh\>zmgGqAMS(thPƹ dYX(.JQUX3蛚 "*D04H҃y un-s̕й_K7nM=bY?zv.3ނ&)H]#\ n.7Yu'ւ+nBn{*h6QC6_?Lts -%.8`fHt[Ƈʖ(ꢍ:] 7wm'HyUOݔ~J;˘l8>iJZ[p3(Hʷ?>1# H3%Ӓ5y#)Aqp^+m-C6S ù^_E<1?w<ИV['id@ѲR(r90x^a I *H3 ,tQ5ΩSVl5c,3.$ >$8>ԁM˗^Q,|\q\:Aɷ Oew@PUPI\TT} EW=c{ߚDŽ4FrX?7֏:{mtDxlĪFlKc"JH=3O+PQ^ uEd97Ѐ;qq{qT#} o^<*lܴׅYP#DՕHh5#4Uvs0'Orⵕo.SnKKF*¢3z-{cW^$E9XsǍVoRSZzj*~zi-fYI(}LSJ01} ytdR^_1ŭMRYDŽh[N8nD3$lt~KX}lI9xb|T葧WDƖY qw@Tq28( aKAY~#'Ԕ<~`Ec q)>~Xl/&M'Q~V0 ÖIݴwNK˼li"HO v*)zޟf-qla@::?Aմi8&inh8ʋ?5c׊t.lû>;-;`/8t Ǵ3;> RO/8ڡf6iYA]}p]Z[ J3e.BѨvRR8S~\7Ar>Z>q'}֒Nt{F7Sf:WYxp,]\\Ĺ *rK({`=qNףjtUDic}qyIOѢG<ևZMWNH}%kd(FIRKֽkīgq S6~~&/ߺaߚC DqYo$p?_(7N]|}p.V\=S#v mV#- MIA ɼwR:)JU^I},: 0H5N hT0 >?~{ {1K&Vף!=}7?Y)8:Y [n:/ ѫMKmeާJFrylDba #a#Gȗx<{ ͦ\6ߪؒH.ng/oħJNJtH2G#o?xRXs*=Ǡ.Ar5Ay!! $=KH"\exG 6%whTwYz9賋.GqckYU%@]oɸbq2"]\ZLF oEB|A[tR{AS@$e ȇT"Tߎ`gM]䞋m7_.gXE_O싮Sy~|ĎiB]N^L0,swd%ׯAgZyN"a'z B2VNX)K0<]9JD/O bM(16?~ Kon9! svT(EBg8J$vO1GK)D/s/)M2ddKcm9Sp\Xj9[54ƀY]>mOM_%I[FbXw&-bl>JZ. YNIuPD's/K󛴻(CwCuH }K%E;)0&O G6JlHum^Am=ġBjFoO2oީH+f=r}N-X!/KSuyp:D3&W+8hb {";kn/M!T0{0>5eʉ. 4#mp>G%.c--i.pMFPd}v )U{5 k&^s$R$;uhngbKTX԰"mov44=6,*'_,.[Rc^ZwV9C9˄4r@N%[Hš6{m#DlJ17Cg⾵eBEQ)pA,깥ҟz?Q5 CZ*,ܶ],[x[(Li$M"dUx5<6Jxqi |^.p)_T?yq.|L08{qAi0gw%4jɖ Ȧ/`ź;kk4A󉓉?U#`VŻBJx.LJg2L0; I.oi8 gnMs˨nu+VbfZX=K,V9<1eUtSE3KrX$x):SVmg.}%׽ DÄ>q/C[ݫg^F4?gv/GP ̻pU> qєaR0ǢoPXf8g,S{޼S25- ;jE:0[ܭ_t`ڗ[Dj7NEh/>U.#3zί cTz?bptx@an6WK-!xfI꼠;`,‹;LmQZ㣉y +e%_<ϋ|D"82BO,&:fDei;1'PvTY.,.B"-Sf3l]$n0b1~ʐ9>b:\r 52L ޙP .=s60/}‘Mn-zD | ~bw@`8\F"${ۯ)5`əb \50&ͮE+iUi\UiivYCGݦZ𳔒!=w;??)׫uK`t#A ơיGl` ʿ+NR]GRw|{k@Ym_%^cg@J4!(eڪлdL"9Ԛ6C.vVeҮ_^1=1aց#LwftsZUt/;sxچXDcSh<VG.٤.[4CkM~c-QQj$;mZ۱f^OnknvbUYJ. u ֌B(g cU2E+GR"wn&w1Ynm^q>YmԲ8+=*#IĮ!.Wb0.nb%7Ktѓ;̇68l9q7u=SU<*T")0 a_YUDby ;0i 4B*(g~RA6){3Wzq^^ЏUݘz5A_ i9q$'6MEyzX!nA07^60ua,zp@n]}"fv o%:v+Q?E8l0Ҍ4ܸq<ޞe2WNAFuD,R3nw&iCf=2#}kf V_urtQc% $1R[\r C-(I6 &sH!(R(*ڲ+Љ5z r%`qvCꝣfvFpKJ9QPmT9-Qœ+Yd9ׇn-C7c=%/ǀwEb rv|U,I%DQ1)oB% Yv7C`#+byzncT%C=@)Y#",CZKnLA`ˋ!IfY)6nEW cϞ,uu|mfx)ۜm[K=m:Vอ[xi0?,2PvQ9GaXuSAok >^fG1 *t2|ɛ Nk7c.9ǔs*M F-Esn"9q'" ċH7Zd%an" Sn"}\Ű_iXn?8-R_xutp]i>熏Ѯ GKǑ6g9nZ)HzT\V " b:Ho$] =h/ =|xH:)u~{jל2|zUX;+4  %2cJ-,x)҉+Hn6RO )k#o*$Q=dQqxCKcK?>O6LjW:-+64EϞ \Ljs6~!APT"|\IEkSPqK(CT7X[A: zɟЮHqx%.;"l!QΟY']p׻ Dq&:#:c%wZ)Þm< 8m[Vb*sM_zVItN 8>gv;Bs O|p̻+Y>gYbi 5 Zp@2́:b2ua00POaI 햭QCϡ6囻5rЉ;kA^*R9k)BDYq?b#(HX=ro(W #/m/ Ty9N3m;SCϱu.qg:C^Ƅܯ[4wS}eXD5w7&*Q]_ăp #K?%cd tJ  EH'tF.Cn5d _29cnyqh6yj(HL,1HpѷBYr8}:`Qp-Aa+Q{Ά)[.!ca@.U|:.OQK-</tP.R[L0;Y7T:Z96^GU1pTf l 9*T1Ɩ72E&h|A"CZ?}\p@RA|5GsN$شl! kfQRhѽߠE;$,M}..%"aH, A(J֢?N HYY -RR'|{Dr^R-vZFZ7brtǴy?n@.,=廃|rGk^ l!P#=C7OwPERCpXD&,t{oq kpAٲXUL>3d͕(f <=oP07d(_vݴigJS,Or^/A)+Y|iދuۙ'JMGOM=vwAjg ?);}S7 ɶ9c"vyt9agGmhxxnU52w ^$C$ϷԁTg|ϵJǴZ1T,6btN'S8)F?[gNKN_\ fU"DOauƁ>*uQJc);rcx zv6 ˸ H%o-t_(7]o