dhcp-server-4.3.6.P1-150000.6.17.1<>,YЉc=0p9|WfЯ°wZP&fҕhZ3Wio9êh͚m(`aQtM/]4 ]c(W f6L#ĀϑY,NC)Bod*bbgج%-F?d % 5 ,0Ijw "0#h0 #0 $(0 $0 )0 *(0*0+0,,0--.P/(0L80T90:2x=u>u?u@uFuGu0Hv0Iw\0XwYw\w0]x0^zeb|Jc|d}je}of}rl}tu}0v~Hw0x0yx zCdhcp-server4.3.6.P1150000.6.17.1ISC DHCP ServerThis package contains the ISC DHCP server. Please read the documentation in /usr/share/doc/packages/dhcp-server regarding configuration of the DHCP server. Authors: -------- Internet Systems Consortium, Inc. c=0ibs-arm-4%RSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxaarch64/usr/sbin/useradd -r -g nogroup -s /bin/false -c "DHCP server daemon" -d /var/lib/dhcp dhcpd 2> /dev/null ||: 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 dhcpd.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 dhcpd6.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 PNAME=dhcpd 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 PNAME=syslog SUBPNAME=-dhcpd 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 dhcpd.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 dhcpd6.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 # FIXME: update? if [ ${FIRST_ARG:-0} -gt 1 ]; then if grep -q '^DHCPD_RUN_AS=.*nobody' etc/sysconfig/dhcpd; then tmpfile=$(mktemp -q etc/sysconfig/dhcpd.XXXXXX) sed 's|^DHCPD_RUN_AS=.*|DHCPD_RUN_AS="dhcpd"|' etc/sysconfig/dhcpd \ > $tmpfile && mv $tmpfile etc/sysconfig/dhcpd rm -f $tmpfile fi if grep -q '^DHCPD_BINARY=.*dhcpd\..*' etc/sysconfig/dhcpd; then tmpfile=$(mktemp -q etc/sysconfig/dhcpd.XXXXXX) sed 's|^DHCPD_BINARY=.*|DHCPD_BINARY=""|' etc/sysconfig/dhcpd \ > $tmpfile && mv $tmpfile etc/sysconfig/dhcpd rm -f $tmpfile fi 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 dhcpd.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 dhcpd.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 dhcpd6.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 dhcpd6.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dhcpd.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 dhcpd.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dhcpd6.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 dhcpd6.service ) || : fi fiYU.": 1 1ff#zhj& A큤AAA큤A큤AAA큤AAAAAAAAAAAAAAc=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0c=0}c=0c=0c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}c=0}7978c2fafe59963f7d4c3fe8808fcefe308b678c9e3bb5100851bae23202545a7b3d671f80659c26a8e0a7429778621b1ef5051e817be1b6ccffbc4581e403eaa2500c06cd9766714bc9c3427e8df2382530d61950dbf4742f83e1846576a0d7cf8b38cad0c04068a136c75be94d191554c7ec5031645f2db410d9b5f272dde60909c4d587d3447cf7b47897965e194a1d15d7f4debaf8b9681f02e79b3010e4fa0ca1e8dbf519224e132da9780d97ebca7c6af9595fac6d0f54c7820fc7ee5b91b0fe8e6036b9bdabd80a29f070e2a735c6e76517a6a17265faef9fdd936bc30db0df259bd5afc5099107402daf722ae3368a9709c4e47b44e728ffd41d65bbfb34a088081a2c7fb3b08d255dbda8f7f9a185dfcb7f789a3ae266e3f94bef0b56731fe07e0a0d12481ade50cd03064ab7a373d6a9c8ad2358e02418fb131dc6bf5f9fd2e52931a0e5daa9ae9a2267cb268e66636e917b9f32a1112dd0f6295ebc868ab3d088b122af68a7987c3d61ba56960ebee66f2cd35e7248e16edb49aefb16e55128fb43c56ff375560bf2be342e0228b75620fc53b404149a7c4e95d451eff864f7f61248b0295d6373c18a03e8667f444f61d7ce89ffd884562c38b3e3091fe127f4288c8d018545a423de921134ee49b050b686435ed8224a4e1898e4ed25ce211fdcfa9aecd4ab5e5927dffb38c9a065b18593599e77e28d63aaa51517f0e7bff21165b4c649dab51c6b0244651b92d954520873e8632fcf680ec29545ee96656d36de0a18593133d8de55d43c411ebf821101328123a92bbfc476../scripts/dhcpd-restart-hooksyntax-checksyntax-checksyntax-checksyntax-checkdhcpdserviceservicePProotrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcpdrootrootrootrootrootrootdhcpdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.6.P1-150000.6.17.1.src.rpmconfig(dhcp-server)dhcp-serverdhcp-server(aarch-64)@     @@@@@@    /bin/bash/bin/cat/bin/cp/bin/mkdir/bin/sh/bin/sh/bin/sh/bin/sh/usr/sbin/useraddconfig(dhcp-server)coreutilsdhcpdiffutilsfillupgrepld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)liblber-2.4.so.2()(64bit)libldap_r-2.4.so.2()(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.3.6.P1-150000.6.17.14.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/shibs-arm-4 1664954504  !"#$%&'()*+,-./04.3.6.P1-150000.6.17.14.3.6.P1-150000.6.17.14.3.6.P1-150000.6.17.1  dhcpd.confdhcpd.ddhcpd6.confdhcpd6.dopenldapschemadhcp.schemaslp.reg.ddhcp.reg60-dhcpd-restart-hookdhcpd-restart-hookdhcpdhcpddhcpdcheck-leasecheck-syntaxsyntax-checkdhcpd6check-leasecheck-syntaxsyntax-checkdhcpd.servicedhcpd6.servicedhcpddhcpd6rcdhcpdrcdhcpd6sysconfig.dhcpdsysconfig.syslog-dhcpddhcpd.conf.5.gzdhcpd.leases.5.gzdhcpd.8.gzdhcpd.xmldhcpd6.xmldhcpdbdevetclib64varrundhcp6dbdevetclib64varrun/etc//etc/openldap//etc/openldap/schema//etc/slp.reg.d//etc/sysconfig/network/if-up.d//etc/sysconfig/network/scripts//usr/lib//usr/lib/dhcp//usr/lib/initscripts/legacy-actions//usr/lib/initscripts/legacy-actions/dhcpd//usr/lib/initscripts/legacy-actions/dhcpd6//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//usr/share/man/man5//usr/share/man/man8//usr/share/omc/svcinfo.d//var/lib//var/lib/dhcp//var/lib/dhcp/var//var/lib/dhcp6//var/lib/dhcp6/var/-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_Updatedrpmxz5aarch64-suse-linuxASCII textdirectoryASCII text, with very long linesBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=af576fc4efa3b2e3e515d8f6002b409b60d861ae, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, ASCII textRRRRRRRRRRXFxpg Dutf-87f02e40321e4407ae5f3edd82404a0d7a5b8b7c7994717b1474d9667bd65e755?7zXZ !t/dy]"k%D,\9ruTGK:z^d* rl*}ѪLBqNǂ&H!0%iڂ7 [2o 6wBؙ4w6>wۑT޸)Eh T->cmJTϝ#q,u^=V_j`ld9rNv:BdkL5o~raZ:NE>9؄B"ZJ3c1ZOPY sNJP gԝFv4us:Na82Mf-3Y30er܏?5i}9.WMy!"'#y'"/kڼJrv o$ΛbXop^N$D!~> q~X:АAۖ9t =gu?Hl-L sN${}LahC;Be~^D**a< Ev! tK!],aF۝29RfUCz$`I;c0;ƕEgcH ZOю(`ox#{w˼ "#_"r~xJ%ؤSi/[ b1154~$͚iզHԡ5}jW! 1HT -WW+BS9V  er]!k.cn#LHKʎDU")ٜ4iK7+yV`ۺ)]J`B'G`ͦ #UA'͒Ll!yBByɠ#'b\x~4!\ߵ+}28KߺئG^ݟ5$U j{_19R,!㉰q4R#j\o5crh1tfSK6sAPw-Ûa9pV|aaܡ+$r,T"E_+Q{Jу=:O):Xy}XC@9vF,TΙe. kx1g}˖*o$H*W j9im76xl/" =.By|ՐBFxwCv{o~ .?UDdߙHvQS?FNIL(6ڣnoaTylc蝈A 6ܷO;*Ɠj/B5nK.; 0b>FU4>lB%4Ų~3NV|sǁjU͖RVKPz1L 3mQgB ѤeHˇ;K wv4 .%F&=-qXcxh&|CεPovJmQ[_.ly!^UurJz1Ԋ.DT(Կ t@ov|1T@ft;[>攣|1 q}ner,ɗ H]6bHHRؤI:>'0O!d<9L&:3mq|y.hfXKlW; pshq޶A=GjFǵ3iٞCVЕKP$<&5w gһAw<]ݣʷlظph FSmc-O#P{Yy! sz`'pq2*.i _ xj 5l5ŠXT~?W%cI Oϡ.P*KiRJ_Ӯ5B݄݁Q!]](-]V f !4 qm/^ pC2>IM"T#ӏyaWP)9^tƠ!F#9Y x7{:g@ y \5 tK޻ŗI(cb?$PdsZV/]B $fG\,7'zd>h\h~2kQ6~9B;'1yOڠ ZDخJT2sAG;$`^T pK Js Ѻ4mKʾŖUu[)+[3qeBƋ2dd+s Vovc`ʦq̗4[3Ev ی 6_I³K5a{BPײd 8!qr)ݤmE zSM@PZxB-eu>c&pL*4AUI~;+;tq쾩qw+5t#gɝeo36 8 wxY[Gsj ZEsqC˼p}1O it &Nُmq`6ʘ7ʑpEGwvMLJ]ǵ 6 CfAO{wEai$WD]|_dW B nQ>Sh3]t ptS[ WHY. 0+FUϚ xWNaHiʫ5|( iAc׬2/D.و@{K9E"զ+}ИP7( 8&q@LV`\QhgB9MtsM5MkT载b1y| "Z0evk=׫(n[fPFR=[`Ȓhbu^L ߒ>-xUi^4;nv0RQ#>xWY~㵪KҾNAS /A<ҍYګ˚[yz9ߚD2g:G!N%^4Qֶ{\%gb 0N4~;sD6ir@M0C 1ճ1FZ҆xi_/U$-_knl .S"p_RA/g~ z' '-!cz?T` cAE8[;rS=5q1x0;OP(-3m2lʌ}d)X6x`r.0TO=U$sV4jn"[ 3x]Q*_Z4^p[;h=,)3pZ)e <\A:% ȋipc, ӡNz³c9&+R/ ]"`%DrdHzP &KkiLuPB]!*LmƎb3Nja2"1})csX/Iʞ>V1'qn M"8 M oi(;z.E oLS.hӯ{z0t`̕Q#2")L_:ȣ hh;!K˾'2,j-S;"_xfGv}Tus@SM:9 k3dx~*),iA9nqՃ--ۆ6 0 9`^8)Vԏ/&AGe$n"Ć ni> b{5!g-Zޓ X2pjY8[Q$g3F{s=@@b̳U4DeD ƾRaʃRBaV0ŃFmtdZtVEiL-Cχ66țJz{.FkH pO!}( ꈝ 1L4}kw>D޲QOĽF&K&M~T>IJ9B DS*Š+Ѽqˍ"dmKyk&Z7126D&"^bLyIA@'\ `3RSŘFY[]O2tnpn K?m {zDe{[Z0ntO#Ceۃ邉'!r pq4;2%꤈ȁV,~\ B5A54-:M,h R4`=՘,;ߴwfR,23WXZ+#%~ֵQazN'pjsL-@mH]&N*5g?eg`ذ6W~o/O?}p1עUhtq*d>iP^<љ$aDy^ČjuKAf-2K+I8>e{;9^ҳCh_\J bݖu }u=8*Mj >t:+J{qeYudO]f4h:s63,b &!(kR3eoIα]me LE}U,n|/.$:7]x̘DB;/J'Mqc]b_]i^w ?B$FgpfܭZsCw~> i)/`BT~U-?'Ea$iNKX98PY*xM,s@rD^4,Y__)lpfY_DE߬3FaxPy0vFXlJ_ @ &|uZjrssk =>j|iw/Rŷ$ cdזPVώ@s啱&F~Z!oЫ#{NI 1giցW?!?SpRs6g9G'~K~rgcd@ ϒΝOKK^3e ,FL VH]cҧ M@I rH϶upl0Q RJQHU@cj1]n«]Ay+1Laɑ=J,ƔuM؂ vlT3YxRrb'I :&4}VT2;l%OpJvp/M8_Q5h *&Ak$r,n{+] Bfp-2zeR?1$ r˦Bލ:1Xl]P]B'&DT =VTٵzyw z W+]ViZ+ȵ3 oUZ?aE}g#1ŷI+f̡hljjz_5C&+}|ZtLB:*V:s#<)LSdqWf}'{4Ac$ a% p`w"!v//Ŗ,_ ݀JJIewq~~pYBk |Nz BƟJYpei:3i:DV8N*?~S^gd4(/\.ʣs *^Hph:K0h{LC7v; 7bm oKЙ32"ŵ>M^U<:5΀"F`&ҝFe;l_D@3*eߵ3`1ϰd<>~G-肏$!Ur!Yi3)v[bWD5kLhd._BОg7 U,&ϊ=w.T;,[mJ9u#k,.,b|,Rpc}}180lNZw;ħlѴ=]C!q!F%9GiTi]0wf`$WcOIR D9[^YYned*Z" >>O $ר@CszH˅:cI:XEM1-.t)Dfŵ,/V׌~D^slbl#"Г6`Y.Oh|}HNq>¡+qhH?\Cm}^* ayZ.!hI)(M% f`[jBzȳcbi8U`/FncIάrRxnEa /+Lvƪ2֦F2ĺ^Q40`i ܼ:Qvp**GM%+5 );' H?ѾD= |縐~y,a?zo# ?o Uc.A1K~]E5wJLdYG1W xra܂DYhQş41%[#%vC] ?j~& yxOy։i K,hL^06&ۯ%ؒLO$wHq$}6Q,[V%)Lw9P״߇sBR:~~a3w#IC}KPSK_BGG}OǰHJdtČ2?Q%1Vk4XN]QBö +$ ޙQBKqѶ@$X 0 fiRLw0\8.hBb;\cuB >mt!1.+^\fCX%80[ ]7))J..جÑ{̳CyGI2,4Nߖ |N 6LĊ1&]BEsMk~;Jaq46f:-+B ۗ5OBdcƀ73&jA3TqSgX?-i֘s)wo\ µDRԝ7gc׸^rJ⏾ n;q^~L-'yW,![8cԇ3w Ns/{ˡːHQ>-#uENW2HJ_5m?2s7"l/?Nύ`-~}<Ќ>(?/ԾiSDZ'\VF}sEY;t\4~,@'_V>V|\Gm̺]w|ʍU"I2$Dfv؀v(|\ ˃i6[aH${~xpj"ʘ=V)ݸL ^,f&fmecʺ6\^( hmJ/:-j%^8Qeсe 2gJ}z OW2d@jcΊ2 KWl9v&'7{.!7GiL`;Njn(3g Uܙ҂/.X3T>t:T;2NGOyNpla *fjEgpq'cu>)UU2r&_􆌞 xw*)sړsO[N| @EMp$r4s>F~g1"i"sFm,[R uYDa*s͔zQ_o<}R,H.ճ_w|YK-5:C%}k'_7NLtivsJ3/ڷrWzR=9;yq04Í@?K|),sT=Ou*;b4GPD~b9h-G:9[PXѻi(gfL}ubHUAGP7 1yiH\E_3+zAq"Sqd6S!7S4Q#P}67z[ޥmhj=~tɭ)k:B"X" C[W Tz:׸״W]KF9hD9.;{rUYL1)J ze*YyZ-|?Sn1gvZIRp R d+vAF{@+>-BoXx>fjgnd^pȱM0P|ebBCȐ,'πryԇR\6C$QY]Y7 RRw5uu *%i>JXו>1PA@+a >F'ހ2L|y9^3dWz+@N8cD 3{tG} enO\&//Dq\] 'u7rX&D rؔ ^϶Ҭk)c0_ C.lAOhU\Ū9B8371__Jw9 TUFT,3&_g6@:^iשWyM0LSm׹EB"A DaZ4Zj,B;5D 4 e 4ѫs;fn߉qm E%f*I!1%Sq5 w rJc 92R 5cFt-m0l*w'tѕ9KXt*l_E F!(EWŖ|D |K)M8eRf{߈k^niԅh?M2r-4Oj<Б kwwG#~[5^IeBԲΙ.1k4ybZbF}L:Ȳ1fUd+s?5;S )h?#'_4E+Bv%}zArB!Lȯ½VY ~Ie%> ɱ~~_8c^GzK4viY\c_Y0oDD8F-*4qR^ Y,|!67eL^;ؙX%Mp8;)l^3Iĉ}$|,;NŨ:*Jw뾍.v㮈*lWQh5h'lq:8s ӅiL᎚We5<t] 6{lH#@h.+zr r`1LH8~l+dCu @CcX'-40"thx)˜x",w%CK1P3NFhJrIߎ.'xέ4 ;\HE5*8qQH+bZ[s[Eb0 sM_n/a 7fkPm3q>R$9lwk#ysaZ:eh7U8,!/@NwUMў< mVi5v|ϧ |{]8ժh*PfFs0ZW2'͊d%0QC`4[PUM{ހu9ֺb 0 0Xζ<($u"aўyu4nɖWLO"mf,y׽t C+`~L|w'X7Q9mC"ծX~sKj0TizTuvsnM1, u4e:,TG^īÛ壜8I'hXW'D7EyUft~ΖxF̤WpYM4r^gI:l8 yK|s)@ Ъ TFތOd2c~ Cx'x{`ŇZ5ӨW@/K#6d5^oqFeUם,r,CѭisU8|y[T b'N=|\[!?Ǫ(#`O{Y\O$GzNoMe]>noUF )t'o2acyeY2j 4um;a,XF8f D>oVvlD41B3we$1_%&^YDmA[z=y@@W⋖ǎ|ym.(~L%b7fg=I["r{P'sk}ĭ;)v 3Z /L^\M9; HVU">^nz ե<[ЮBҦC89խT21H_RA,CWx5$( u.k= `|m;l0j&n1MKpǻ$7 lCu.ЍQ/ZUTte`3n˨NސF^Mj"j,n&ofe/Wo.MKNU,co.8f EȘҪ l_4 kԥ+CK0ء<.Sy׭Ex2D<8W冧Y-tTB%/r`NQ[x}-3&@A-{?g _0Rqt$B߈{Ӷurfl:lU*[]F"K%xe_+ -Yۇ$XFt׋u܊gPlYfx#5Ұk=vA Ѩ mf,[.>391+j6'mњLo:h/HS-V}|2,Zm.BOFVO]Ś9uw-z$J@zq<;(M14=%k?b 18vƴY*Qn#l/{ayF@:n${ Byh*k->X!s== ?1 \wh9Mcz7ed\ g]mť|`Aҟڈ ?$ZNtS /VzZMVqOZ/ `b̝SD, x *uks|"CC雨9c/fHTSGONKqP}(gDb3hYB۶TC Q PNWz\R~$q$vN2.!^l4j!Nw5%Pژ@)J0Rh;*Y ~#Pe>2– h&s Xϝ+~]Il&I]U;?0T-v2\P[f2dgQTS(Н@1{됙hta.Jh;m=׿M@]/}A5JÝ1B̗=tumvJ` e2Q,N*Qj]HT)IG:hCzɶ ەYP#JKJu`QM^ǐvXkyLb oq':oQPǓ!MO:qQUO|G)y I(Mpqř,gT>? $i'I`1 w@#Pc24.FaheGQ96#xB|~Diİ/v""Z"@:iX"? ʣAnW!`uBCEM\+@+v%-tgr6ʝV$WtA/f==G~<+ T»0э XUM KTʴk˂3m@f޾z2h+~y{YՠI%Q0VzΜan2,w eKGYTy$?Ճ" XLSe !{p^jop"JOsB-MYKֳ{Omh}'M!ol1%s-qcr2j^tt׮]~/ {?Rյ{&}T "}dlne(i`VVum{%@(VMs,M%02=A%œR[5{O4r +k 6֑ԻB]K; &N#PڬAE2.dH.x;9#P8J`MIG~sM[>ݠĖY!7v*zh?y k QD20Fh w kWrPE96U}f;դÎoO%;-~%)aeRn9 =`Eba&uWʹ@>,L+iޜO~:gc!Dzy7Ztm?@Xsaά/~I Џ9yqrJ25{/2wJ 1 :i&[xc4"3 kPJAfqΪ(dm2ذ%Q*$댇Ѣ/$OqxL\U/~@fX!vt)[mh07GB2Ox gbvIH{7sGJpx+}>ې~4ƶbg2Mi0.r?s4m5h[tF4U"ش/n4]bs 704 얶4t:7B|v?( $]}4n+rc>BaOؤ!*;S25؜j*nPSXQ2gWN?|n\+]b_/IpRQXV9wΤy@t{(FތC'O;d۴xZ-@1.Z@G:8@ј)FA)p) qs~ʞzY0b޲ hi}ǂFr>T[9hn^2@}CR$99SHGဏSEY|@ 0(.vuɯeE vCѮ)1oaQ%B o|gP ot*_YZSׁy̔xcɓSfdH%WLa"#7$2.[ʪ &H3U]<".Dx+Hָ6UYD1 [!l,#M)}c,w>.I\*=Cܺ*u\w͗E d!ZjWQ؞胆dra(6ѯl? &;p]|9X0w5P !vӫ8jMgG2lI* |KP8r7e%d@SCTGv@xza(TFUmixL(n%_,0ǥͷ@)7,K7R՘j#ɼ/u pH،PKTPxc|xAfKb'ˌ?ez& bvΟqlՆ\PgrQzs)r/hWZ"!&#,a~yM:< )9O9qtljo!3q֣H{P5wF$@c8 jLhD* ˑiP w6x N?d3Yu4BT5ͦ̚AHέe}IS{%T!{ Q䴯-{"B;aS2[%bE&+9<LS`B[y˯mQ}\Mlҋm^xZNm,U-76jhG* @|{ <Ʃt!v|ޣDF <&4漨зգ7ʰ͆ d &c*zIh)Wa¬EeﳓP^zǒ(sbgM;'KLƗ۫]FQ:</LJ1ҘLs-|빝ѩGy]18:/dF䙱nd>V<(2Q El WqYR|-vc-[?£`\u(icj3e9I e,z&scgi\( !aXvA*2֮¤Ԥcs'Xl d([W1o7U&uWę \VŷyS|u!iU^oo*S0:.88l돢RI1N| Z3*~nY]t-(WEQDq9RBt欳sϫr[jbǜΠ4W< W `yY@rJa=%0Ʀ+ElBD';AsFE}c)4H^vi בڹIVm>Ώmf&ftM!J8rWSiʫG n5>p4\9R>U`jN zk`lbֵ(K_yMyE5\|y6sKTiڢXތݭBs3?h1'W}$jLKA7r;`mEqNRBuӎO "Dd^+_],Hb4kK9/q9K})>),d/Y@85MDޔa[i!XDL9F&̀,R% Uc{&[;]Q#\! |w@wͥSK0{<(1`k6ڎ"! vzƃ5 .䡜iaM:J;Mv@)2:nJ󙌔6~|6%nR^NBw3@<7DEqKZp3 "L뜖"5dcD$Mo "jY^[KVx9cGiJY6bԽʛd?c_,>Sb3=IϜ{QaX/FPuc'(ƋHɲ ֍bC!~ <5]-I$2#bfA~ 4[CC{)JIͧ^Q`Q@vQ7{2`+.KFÙmd"=E`FZ_EP+5_\0go(𧎄@~p]]#Qjl

p:g^$tX>a^p|5єC?rEcp4\67+?W#T& ]!,TJpޞu`0HN~vXPΟ"KU'cӢbE"y-7&,UD;`7,Ma[4hJ$ +i2XHYa](0їB7 O&o:3=?QJ)76S;.ˬ-Oy0a  n?S}݄8kq6Ҙ R\`0_^n+2ʟO9o~3#o[#.E7KDA i?B݀n5Q Ŕ؜Rm~ZG}VsϪQ ' Z j5̳9e]͵b)/eqPi+ g`|Q^ ,6F^3x~MJK»Ht7SopIVBQl:sE@`NMB\Ere*v״&EڲUsZ\Ŝ4V:AlS(cp2Lm YJcLJ\dH&33]=yo u4zͧJ ϸtFX8'tf;d^e$Ql,wSm܋{{$| 2,Qbq!iIm _g;vx9ڬuw^פ5:llbeA8P:{vUEmЯ83+GLZӔP 8o/KlA݌ %ze|%z,,\OqGB't14}}Bs75tB)z.yG]d'iNJJB1r^LjI;i ] Z7]mUOH\ᚌfܳ;{@P3Zr./罳^vrm#NA6sBݟ6 \~;^#q 4k>@I;3Csb>!5Fi |zc<EˊJ Qt"ŭ|u#cvEF*lz{n_#tf$9A8$1_|!rѲ6̄A);#oi xӠKodV{K$@vJ=Y+KuGr؜IU}kJbWrʘkNM'y6:߄PvdWPʍm¦w:U>+oO1]EayzLy/v۬6:uŤhe8ޓTbyl5Ϲر:]Ofp}҆s-V6J? P]r*D(ΌZzk?l2|~ Е` qZl?ιghZ$`E?bᏺ[\m 4(78d@h 0[4C| 9 )R O8th ;+A b )BE,g Xk4Asa:`P[\O9تQLL`;xs[z*IْHMѱ(9|u$3p;K&_DoG}9. *~:,Z䤜JlљyQ{¥ (`inԛQ VGm& Dٴy++0h@aڌ|WC6b,op0D1 'R`11`&3l7fI?%@M2㢱 JG?t}/Er;|*?=G}݄j֞N΍֭&|2AfqۡF~ޥš~ԃʁx'zfs|;A$ft9).oN w$Cni*Pʉ}L d' 3daGO}sOguĭ.$+pILߓ`3>(BΌLBђe3 YQt5<۵RW8pIV 2_w3A`OGe -=Lԩ͎頥o9 H?d.C#<`TJ ĀW܎:;`}zRg~@ם +._e<ەhqXW'82Tcc\Mtq:L9-w눋GB9prlFL (ZΉn6@g6J ^xy]3ΞTH%yc>IWbm %Mt%G0Gy쮭PO@uu@~oW܆SѠγ'겡 ǂ 1qoKxԥ\xq0 [Ct;1do ڋ< ?t~oX'yM-] /?<ǒ"'{Tw<fQv @3&jRFX Ak507mN-MGw;tsךnPkY#BXY&<]?`]b ?XȾ碗gR2jmw}}sQ'z( D"5yTt DnBTHM|BN^ez(X ߁+@ď:zFI%1p)S';VDm @`|QÌT}=5.ӎ8'1$ ]Jn@497KgV".6 ZI J&4ʕ<asN$17sl$PBu\O;e$%UPl9pY&PU)\hBN1ռfbPb'~k㣯 d\0cr+D rRe0'E ^+>A\е,e8_\c4KQ,@9~y$-YWblå2. , oh\U1EHb.(`p2KhGGO*[RE{W$&ǝ4ٱ9Zzp c:q](#K]ڜ ? Q Շo:#hi@yDu$Rغ0La3NSte^.bg*RTN캮1Ν?aWI+\`# %2JAˠ;JvcO鷚1D" 57B H^m}5 |{/3G(ÿh; O vՓͩB7\K pj8*u~r=w*r4hnKM28vB2[t!%B$MIs`\`OW qmRKk[0v8XaX/owDjBG_R!*dRV͑Hm8| \n{.6oha8!AZpT%/``!#* 2wX.U9$1-' 5{j=i4-q7\1Oy(FFn?HR܆g1)-NC#uV_6!LZc*-iH\MҧtehbIdDz71:%'Hg箊R5 TMhb`sdG(s0 |̋~U@e9^#^eܑ"[9|.3['c+::h)o53NM X?HS%o#a+OdCUe3-!=B&_A\c4XXg#@l(BE5tv0l H2=\ώoXu+E| &#{1p3?$0`~Rh3aG cܪˋh;]wS}PB̫;Kƻ0+߭}`U>cocra4-c.&w{B<=s D96 0\g g.B$)].T0B 3֙KjmU|IR>O"3V̱QlrTx rbv*ٯ`BfJ+0{ cox=j?k%jHή)gQf9(A#}{o+&IݾpQ+W@x_ֱ:72pWȊ۶nūmW24‚BrSU?b K>`XM3,1{C"b-sK%HXhnx80°^`c伺QpXIQ(D"J {%5vWZaL)fc(&pSjyI ÷Yݚ""'+ wZDզʹH(NrڷMfH?Sq<` ~>.ݵlgs9@?:NNig/h]]n5jb_=î ,)-j,K\~hy.ՌPA}t (!zYreEpAt:t;'UE:o)4JAJG~ **Bc] /G4ENsSnr_1iQ,{ƚ/$\DE&?|mzou38 KQjmNۓH󶶍Bw58䊾{Ѣ$:;ň=25듼2fdR8QT)ъ4 W#!&gW ʳRZ],1I"eaG4л[b7t ,W3[^W(}:xvŦUEjj?/ 쀒aS3U-0h)I޿YnlqtxVjC"ݣkG:k=t*_ k+ ha eDȰ c]27[OLqvjևm]0^ ~K撺T|szci.emKV g-06IRjAGKs\м52m3E Z3_\LiF])4y,y{֔;7phM 3'*lP}=+ָޞ8;;IFX'D8=idzf߄`o9.*Mڢ6e9F/B+}J%i}'$ҭ$:>h~cv+(+OxǐfQsH(M^?0A+K iX/-&)ڍ+C+_kNc!9=xIp1pcAeAZz/+zLt,~ǩfzE.MqW ٥ğg1_*wu1DVL8eU_a)Q`kuG>0gR$ܽ(5>s$t d74";^:liKCAÃ?P!uf:r) যɎ9y5 b-u E q-LZ^jԄ LKBXz",0ۭlBӤUH摗lu4[ |!}kXʼ;5ո:.N$wWP8SoG* rsr۰00uRybQH׸ ZIp#wcKZi'YؕT]<Oo[aڔP>5+. DFQ˗# bۀ0$)1/KIl3l1oג֥PRSrb rL7{U¡ :nt_vIAò"ct 1;npYw]S}ЙF(nFᙰ#ʝ5Dxr+!4}J@XA媝H kÕGbȵ]L![qU>Ȱol5.׫ohɑbmWdt (aVGIΫ1lU{8m6$J.eKlqmI}q"~(,Zs ToiBFZ?n󃞌{›cOM{H5_K DQO9(L?K+ QDAzxրyؗ.D,nQp).G!`y+n7Md* J=HaPQ.8 Oc,DL!Q{4]~>'RRYw?ÖX,A'4ǯ{RP/=y/Nv.׬ͅ1pS((~P H; 1ú@׋AnyCh.Iy呔 { Vy<_#g7kL6PzUkmAE6 }< D~{@bKWJrgV^DuutT@8ӳl\g+B/hr YVfh Xn4 &wY@ֵPF~.a'`]v @z9t=}(99WPv>d@pSa{WVKݘl/SO΅u쎇">҄E"PJ ~f.51%qVL=>&4YOuvnGw^#(kpvȃyi j=L^| [:w94ZA̶[leA#ZnA,SA6U 9r&Az3~X{[oc:n'~' BK4de@v2"h*h0&(j{ ןصP/\Z냗W-m-s %nJ'Q-dUdlߡx/P";R~}`eWҢz N>1k8xvsqB:>h<"g֟kJ*Q#!_^ovF吒udTwR_㋀ Ўx=P^wm"JH7D /AU0uBUh_R |;Nc^?v[12*Ry<C_,;C/Xp^X9`0J. K`%r +=10F`Eowe%k%QXӺ'[ks#T]FJRa \M3>v7q0Fcg?A]ݣD.I yCmt]l7JSdH@yݏ'n52zP x*$M!9Nʂ<#֫R 1lhu-NN5R㹿zUv0c=]W.>= ߁,vc.S)ua%駘mx@8]pőQ9Hm, A8/ F#IXy:Hd̓aANRrрY(#zVsx,"ZlZv~! 8`dTQ%?;vJo;yym|)ѽ%L}* 6.XWگ!"(.NV/v鲑J&6E¼+ȇM.GWHPc0 ޷u>y`FKc 1 &p{ K3WvFyR2;1վq^|AN8IXW ߏΤI# 5]yo:SpdZ+-IUN2%օJႽmj_H8}ckEt'blQŊ39 l꫉6".{a5VMKXu$p_h_ }V7gRn*иS !!1 gHw6؜ֽc$4]33SX1 t%*#\Y'VDZS(kߕ`NH{(}aoQ,*ʐ" VӢ}ljR O~Ҽ9[ R[G,h}nTJ8ʟId?gy͸ zfYfP0F C CIo}B{z*ec{yw># Y |ݩN*, zՏ R M:Gvm~ˊ!7Y$9*):;ˀ\[Ƣ[gb޴}~KcD6CYѝr$m!RPBEmv|i&'r$aX "Q3Cȅ7I+U zh|l.k!Tvz5/0@90,?DvߞV?R5m~ ~7,y{O gE>)k"j:C8kv8W7ҫ|j @uA>Ih{ 5{ h\qFs٘F2@1Nơ16GG$:m?~ZZW0徍>e'>,l%Ӈ'W4(p.7Z=𥋔ѰUmg&ڲ<4 7GU' 0l>E85nD&l29_##bY= 9:a1w 0t2A^c L|Aùe/KClE?lA|ynUCߘ<<?x*s) Q7`#=Lc9b*/Aw /+_ =>?:5l;eMycۖKwQ˙\ƕbBGH6{,6=> xhA^?+7K#e*ҏaβ2=p[ ?K<&`?^Nvӻ0XuZU"|`Z_z^\!`L$cBDаnձSiu0M}78eŻJ(?d+ H9h9VoV?L0ڬ6 V[}*]]<5b]kyC>h"fMҿM&zT]=CҺYLwK>ۡ?5MaabBkC>e`},ԥ-bңHF`L-#w [:vpL0"8D6I0Vė5xb??]D>˴HȌSUp+2-@Uhd12+"jyOzfvqQ":p j-\t.^*l蜜C-S?mY!xȮ c_CܡJŖ:)-R{)Pt\4{a&"2.)KBI| 1V,Prg2iapjWX(L^ mhLs\,ڽĞYSR>@xlf}Ҙvg@ck퀌Ŏ|Eg Jp_I)8Rv][ࣉ0o蠷y/hb fa.n_?7➼Azt䇏sLT=F:f&[[5a36""{&*f$~`6e8&F {z:s'0ݑ\M;e 4V/9-'Eb_C=Y&q1(%%@I%arBs +ɍ1xﯾktW52J[ZKɗ+%,Qlgp_nl94pmv˷:Qɍ>xAC#7[W_$K% !^ݝNb:E Ʈ`;p>0OrF6 d\\=US tcN٠C2莥\ogmLdiw mzJcSb7j{9v%I$< jq꽭wE -2[2wGQ4]@xsq3M^6ŜHE; 1OG.Uzz+k_>OP' S>'X T_mUԍ?*b} 3t^i#V?U.miQ֭xK$Dґ X=4&NTRLcW֎JYwt;mXxp &cY;:K0] ī 9#|`;imXOS%3X?nf70(g\dZPq_zqI:V0'ZS\_\AxHj,?x r%;%7ܺaޗtBJ\Lbl{C@zKq<,`Fd;n %P`河A ےu,qI,ZQXNĈtcW6=zPiNmj¡xJb]u`-DzF/O-TrC@,'M|ZJp Ӭo;!{=~MN?Yd:<"оA*ӓPDVCTgʼnd'ٷ$/4-b)1VЩhMww"#nAv}XO%{Rv 2Gq|2o8s[\Ea [8U|g_2תNu~Fޜ&+ZtiR`.l@$cf=n(H⼀#K>B,A)xQ?qNc{%?I㢛Įr 8B9$%\T1X`6]?Œ^1}GK3Rh9_-&.r<ET%qs#%?D\M*7ڨ .ܞᅯ:wHa\0]`\T4fC l~1>lx/Wbm~+~ˣ  />@v*_YY@ŚZ@w3J\ˋRTgL󩐻.ݻ}z Ix 鑉0w$ $p7s!%m4@Qne{[dtgC8'7 d%˵5EC fFq5(kҿ2*tW$ +pޭ {9Nmx|J|ѹkDcG>O籚*EH{ܿx#H!WP>uݯ<)9JRҽ"rU-D W M)&'1 OAo$<~s$\ٟ7 )a4fc-?Jmy%`K~7а[6YBj y-/Y3wsZu};FkRVePR--'em@\$,jd-Ev\d9yy_c'7i=8Kb Eoy!K)K|Gy$VDvp Hx B.`fQwRϕ| : ŗ>sR655@ G BF) Ο]I=WqHġq,b'ٻ F={M7VL?SEh5_0`S  ({ʙ?0Ggg&6go+]Hr@E/zd&VXmdۧcaY35w\B"(瀡0f aܦj}IӸ]MRȕDce~B?ǫ7~ə5׊I٢:=C=MՑc9=3:56$za14hla7TtxGR-+1f)@"LsFy ?IR¤su2)ʑLJYׂo5RRW3P#=hѥ_GOؕM d>=c43%|.K+`ӝn@&unI FRN2% ǯ}z>X5E6B g*w݌oAz_rzĔUV{!jv@!*, kU=|iow&nt]2P;ݭFD)(gWҶSpt{nLe@:HҹKhH-ko&4.3$tdl8_/?{M8jBl}@V<:c|Fţn@ж.R7skUyМ; Dy1.S.#ǹJDRdxlKTXO~>/_BI.]ޣK+|#׫{.'P][C;1.ܲFt ¾fę;Ŭo AOIQ-yX,Z($[qNK}u9J +,mI -eWryNkID'!T8aSI7^M oԻ`Γ zj-6|JF0az[cJ̖ FtuvQL!6M*.It^dZM" 36Ɓ7c(- xÐvt4Bz&i?vqeDi:J~.6dew yk;%-B s}PSчWFqָ;.r9(dKńj(!Q|~HeUjx).9qn(+LcS$1 ]#*}|EAf;J$UV)9T9wy=:~b8f"w@Pa-ي`\:mf*)S&;pNZ>N1\XbCI~gh?s6$i!my| sfI4yY?Rb{O~қFIS:`B/?%nM;3Ԍ|jv`љnJmK!,9 ٛ( (D| bWF!|>X,&~?C x:B|j% e *{K@o§-Gڬemu/I|UeKu  `Gd3Ȭ6>pA#_-^ա:,o\zlzOXz+#aaN !wh$q%XL#d(v)jT:V; =V MՑo+"<1lF^WIpmY臍V e n9?;vD'i3KMy94 b_G:-w~pn5<=ڎDYk>`R'3oإН/ lyzF+Gw@htƜ.na'꿤}4˼#hwfF4λЍZ9.esHUlK0&^J*D䴠6@v8.cxFn)i3(Ɲ;mT:/ 2}JoF<&jS CxT L"j:jaӕr;DQX8 ae<.U> ί6duEX`T7w%6'#(!ߦ)p" >"D d,(`X34DAnv2'-#IL2lgP2RW% ~:؎«36SU֋ZEZ6 9= 7Ɗx:g-emsM);(Jbe^%6&s,+ %+wyk\9ED`{At Yss}Ү%>D_$00VAՐ.`lZbm#G` 9wLJ]/l3J560iWc>lp>17,6J2+v1M`ɠ?V,ʦ_>cU֦V41ڄO tU@#YIe$08[ۜpԉ~H*`;E\aKY+/3$0DV2ϕ;5h@L>r5;TX M?^p8X<])H ^#nIMs ] 4v7"r| ׄ `-v·J?iq=.67_ʍ Q6Me›|3 ;a'a(bw1U9Y,hG iJQ!%}mJ?X*uufב O⯝OŨ,SIjc&V.0Q`F gۯG rKhx7(= cK;HDRL hQS%*[0w`|Z-ȓZE"!ŗ>#(5}wGm0H*SzK̞onn!Vs0f&{yw֍bD:=& K9QqAgpB B;˽Œ}ҖoUiJzسHŢłBKłO!p:e!8itTzYҝWɝ94ahV%BE^ّ⽆("ixښ*UA#7!+ ! Rf"Y8v$Gj#!}蚡<- 顇%;/PLH#ifq Q"ŔpL ż4ɄdrѰX+X4|䤤 NWGu# 2rsU)ҧk}0A;0iZ'J-:|d%+uz:-é.\\ً ޺{{œZ\@l#Ӱ),%H=6եEdMo,4RЇeK2z+#FDXGH؍6)|ȼ@V2N*.6S7o+t>;S?2'uÙNHyKze?4?JǹJ;"9[b .\f)?Y>M00V/$Nnߡ NymD0I&-ݭ x %iģDܜO/g,i\J2=9W58jq.&G;Q7RjD@PYbցq',e#t0u)~ւO!3 #*Oc&L"-ߎȽM0 T4!t]\ڇ#L{N_u1*_ͨ_yӥIDz. y35$ daYƦd;v;TzL$[q$F2Ygq XA[cD5(>(:%L|*jv/C#ְ49 VBT )*D&aI@?NaU"WdP3eoo.9:6h16R7Ȝnl6޽[ /;4kQp!Q uQ^ՒUc^8#4?T\UPWYfG:wTo'ޢI ( q4 ]sN$)02+]#F\\ـ~ |Prlam$2*a-Xeʋ9/x6s Re6z-p %`*x3 p_^(h9ꅧ+%5WN6hyLhdY`q~ o`ya*D4PU8dZ 1J&L{\O&Ղ;NL.JrQ[ĭ3A2[A> CjcD [z♞a+E^T %#ggeq%Uc"7j{jSdaz0`WR9`}TeJ ?e%u北^g%@&< XE&Łh#Ίj6$-.#:}e)%3-H@;N>n3iB6;(N}I+jzְ;Tc]65i4+EAl!@]( ۗ{{t@johlP?yv E#'FNx=L٫OEa+E*hZMKd@-mc^fHj!~-% {2v\S)f R8`ih|d[@KgXxItckTwztO_ndL5WEp9Y҉wfz:B=s>oAaYy* @h}J=*f`~M#*x{3'$[x%z-X_F[UHJ(87&3P C.kI!GSvu(k͹gjPKFna;8SvNga;\%ښ*@ M(CukCeEʸh"gQZ xj,@U0@Ľ +D)_e(ծb\/^(&J]݄G,dL/䮞'uV>a52po];z'LQ!>oԓ)OWW*/rVj3Cr~hHA5k-.W4OհK t*m]|Bʆi"/sZ7<1fEPhG 'Fwj/'lֵs$c υ0rUk[+}8ְ>*˲F?ldjy- &lɋd W%47Hy^y7 (ŗTeE :"rkPrJߦfc 1ǃ0lEtւd.yŮR)U#QQ'ȫ ?%M,HE$/d 6,fO8+Fit͸֔^evkߞohF# {+rxbaI6L_Rױ0|E LLS>`*̑=H\~㐏IkvvpUN~bvX^R|Yym_ϻJV9ۏ55 E\f[@;T >JJ> ?Y!]٪Drʫ ^FF`oe0o!h671LbYӥ '92n]=>idPiMA}d}Ï}(_u--(q89zȚ8d|o\q7É]T=SAZ7同aۭ7qٺ;COM}3J|2mql# Si %(Pt?F3X#',|s hK^Ke:b [*e @P]wpp8s~ RKT1pϧWX» +SFiZ#}grfh~d&qhڬĠR_5TFv3_!Wo}Z_}ٸDkd}n0B ??(r:,f` {xvL ;8 s4"Ī|DkBnH6\8DiC337gM#܋%/sLN|I6 TEMc2nR4ʱxhrAbY ;aHyyPNQ Nצv6TĴQSӈ dw>K楺s ,w% eKMx=ʾOMuy `J/Zݚ;5}O 'MvgY_'ݲ31%SEB,IAM"m PvY!ȡ@qhJ ӌiEsӤN&@ ӹhKVlL1 hs7WaZxxE겥_sdQp6n۾E=lsyT+3mS`_plQgHX7\N"/ s OmA{pol/kDxW65cUheAܸ&6SNJWl`LSJeeƷ# ('oVtN^cvrƘiaWKu 2n[}eH(/t*CQg9>@\=$q?97!ݪss"fA]'{wc^a,c`<݀fӧ!CbW,i",Sњu{MڋqoTzǯl+_Z*{Tιݘa`XV-j爃k24%4Wj/BRo:vȯ9zC?Q'ZBE؂I==m[qL IڧnJ[YO[NrJERx'[ϾqWJ|#>IKXHFs(?KSD?]uF/yx]d꙳V4UŽk:% $L1ueh>no6hTq 23LG0L`Mxv-=~3btGj`dYtMO+ԱQBQ6j}%*`R/LKiB2w 9p<ʃŴ&~Zi2[S(V 9˘\|P`W׵VO,2ʸaO pu#לP5D`ܺ;V[]wgBFʧh@:hnQu.)b$L [|@>ܵfia'yn$uJ2b66Of LEE3|lĝ/vƋҞј<}{)뭦P`|Ik!9\ZDhn*]nF\ܖ-KQ(k~p||r`DCm[cby yFBxuuC!U1m3~B h 6 `z? nEpʝ65a!q%+^eJtPAj8كZ?l.CWi% yne|F!~ lv%>*°W AzZo.}m1iљ{$jeq7k x5]{&6)%A(? M6~_%0+\\Ia"z$,p3G%=DAW#o/i rٮ9Qdh뗦=S-TY :2QdXgH | STl*]0p4"PpgF %!e"Xv.vN_C'IAN43'8}paQ )+ltɲP6PH~ xC3 y7Z$Cn,1[J"TD0[ka̰ Ay >T {/[g"B6c>w!j™M+ht֮EPQG_OXξY XVf$k5Š5&liU1QJ0Ռ)|5Y7t[i_Bj%O\*caBJQS駪BG>^54hSXX,u IaBt_)kV`۫Q-fauh;Cv͘Pf H-kޗ dY-iO_ v =h)+kof#؛+=1yp#8nJ PB@)x'7jg2 93 rK]9T*a  hILoI9+gYl]}Sbci bzhaymGʛuKe˘tu7nMb|+Ѽ]~6 i=/k֔_'אyICG {hO]馇fȽ17$5fh-_x(hIs:&? [w cX tvye {Mjl&~LVl?5)?.oi }_'_~{@QRne,4h?BHGjTG/鳪 h(x9_(F܌/@ˁZ.Bc!ϰ/pJ@ӁH"ZL95.5Cf s(syډ`␰!zM8 ~|>6suO忬/9'!vd&-iŸm/ɁY]m^Ιq)'A 2AcT-)>1*|y)%ڐ#l mTg3p]A>  ,1/.G]T[9t\(]k0}s~Q ΔS8e^e-u&R(ȇՇ>y݂SK9/\I#I4+[["3#`҆wj7r&J~5k]ϩM:R ]. ܺ4e[.Z%@=cT}SQ}섇ɏV;ѫ22Ӓ1R=*s p!j;YbwH7(btx@6-?ir{Zd@̓5iρ 7=rʣP2e\UpmQ$b4ACoy()ix8>$fgk+^[5+P whd0[)zeﲤ9<VAX\jh*1~!WNR>Ko3^w Wc)i3=n h뎺}<0Pk>k]68;Ԯ< ϑl&12BE'$9=yLсZoe Hg6:[b+z{6H6e[z-^6n qe#ʪ.G/lè.ߜ;t0<Y;O:D Z_6y;3Nv5  dY5&zM41cEۃ&Z+_t}Ua zt3dŐYxy.d&\G'GLs.Qja]^Hai0Se8$igѨ3&ޫE2c|Ё@-X=dI} /5ՁhGU(0_hݧ3r6;=ЩztIKʋ;N|\5XG0N,pDwT쳮jq[O~qUh"J+xPq|>r@ʤnzTGbRPuG詬U]{ƌdZQmNTNٸ3r l&OEf8_%sTDF|RٶEy˰ qX_ދ+0A# J =K?GĖlF ʞ!\IFW:?Wp4ܽQЉ4π2( Uܓۤi`<.2e|Ե'qfd caKsZbyּ=Q EQ]i_t;l,Nc)\|-G,TWus% 6x]mE]ÙfS.A.Åb -a KG䷹_F#3T z, f=toQOk9YaF}㥂j}\ y݊e7:l1ʋ(T4\D8t NײݴUQli`FrNef):Z/V|1S .T\0@[rL# BNڦs_âCΰ.A4+}X3cuwҀ}F.O8W B-I)dy PXocc [@fOkM'42/knw[) a̾n@AFilS Pi]I`x.eMa56ҟ49X&77 /<^niyX?ţh2 {6 )y 0|fås$N)qgUxBY=nV^0WQC_6 SP3D|= "#&ผP0E&P,>&+Z2s_>p7i:^ϕJ:cFґhF™9Џ1VH@iD> FPϩ'wcRܰ= uvRKd|3ÍD r6VK,%$n7Ӝ\[BeTl7UR{ PV9C#}ʱůj!{_ =#Zk:%Gh ylݰ .Hĕ2._\-Jⶢ :mY?>NH2l7yL \7RJ{*,>ͳY=aΜb8>7(CR o!sp9"p;ag4N<53im= M ?hSzx]h~Qxb~"[CҠ-f!KnAKV|b9  NA#VrU_k%U~K5y95GC*WZD زVvx`-mjE +yQDHᤍl>U-Qg\aybZQ  ,ZZiRG2_4 _N[(%-cU86aM?/D<h1@/QeлE𢡊53so{~wĒvaLKe~VM4 2]ZF q nZ҃dwOQ\O6$}GY%2 k7o z3F,0uA 4BSƸ;-AkUWB"؝g3bJ]_J׋'A٥S'_!lѯFzd:6$&Gyv/4ޑ҃ .F\taxb93jBȁ/О~98eی92vj\5?ۈ8fZ(pM"1 X+0;:-ᤔ%V~VG-9uZ!<|*!G)cU:S,/UyC`9=oߝ+i:V\xx)R.9($(Ha:KV#c\-Y֌8$7̞"UHy07XhyV˘7^N;I'="4ɒp~& 6JTKLЗݱ:||f #'_@NNdmÓ, ̠z'fU.N#鹐c/ V5UJb):Q/k$bC/pEso@F|"- -*ዅ4\:KCQm;mt% JjɪWl>{ oŕ[DR8 CK1esA8¹tiߑvA8Ga~>).؃4lit\*xǩmX*yS=}v>5y)] O6Q?Ւq ]wcp es"=P˴Agd>Qշ/$ 7Di9G|Fu:R 9e"O= b~L4SvSMG7ubPJ kU6\ ѠK "Bkeª'q#;y!_Z C+d`?7:T8БN^HJA(+W2m͉{Q0Sס+1a)]٬1. (;EDۧP8t)Gr *4%'j?DKŐtkTM՚2$ f4XSZMA:;Y_W4Sߦ|P-wC #X{ATI^PG qG,2Ju4h+[!48X-@ٴi =7o_}NؚALYհ΀q)#p9Yg= ; f*Uأ.Q'~+0$4XVǖ91b/M*>~hi %lA6is32$;C Y{©awA>wTI1;j!nh%vFlТuJ<_ݓ%aQ1 rג2iљ+AcK75@?gYFCU@1;,PhVMq5l%0EZaV,e9ђ[2%ٛ$ Cj#.e~$tC;V]"ܖ8 )9To?V¨y}6e`j#ɈȚ1EIz/-=@?6Uga}k>;r$g9,:MЂZo.ydQ}Z¨HX*d4.3U=A(u: +鮔~N rLLt Q4L`A}hrod-AxFD0S {VT`'͈:xgҮ]݈]'AyuH"GIܸQYE gHҹobQȅåWK2AtQG9`rLێ^ 䈻AIqQil"hkZ%M} ')[ e-0YZN4dVKJ\OC/|BNr)XGr黓Q͢zHujcB {}$uUi:v ޸bOClc" ̌TNݫ8}Ȅ6HQ-3tY\X3<>қ]@O߰҄"9m+AUE KB:BO\] Ej}Ir8;K4!.`|CV88wMf҅Jf Ux y8Ԋ*I=bmʩO8PzgO!t9#oK`_C YZ