dhcp-server-4.3.5-lp151.6.3.1<>,s]L/=„ 7La 36^d kkY.{)q!iIIowڬHoc)9Pl41CYn8{F9~{F캺iކ+r=L[*ib,6hgvWjb[p\(HQ7{X<ߜS]髤FU(;/TWb? \<Ja辷TɨOkTy'^mIN,L17\=>F?d  0(,?HU n !'0(X0 (0 )0 )0 .0 /0/000110223H5Y(58596 :7=xv>x~?x@xFxGx0Hyl0Iz,0Xz\Yzh\z0]{`0^}%b cdAeFfIlKu`0v w0xx0y8zpCdhcp-server4.3.5lp151.6.3.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. ]Lcloud114$openSUSE Leap 15.1openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxx86_64/usr/sbin/useradd -r -g nogroup -s /bin/false -c "DHCP server daemon" -d /var/lib/dhcp dhcpd 2> /dev/null ||: test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in dhcpd.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in dhcpd.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-dhcp-update-$service-new-in-upgrade" fi done for service in dhcpd.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in dhcpd6.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in dhcpd6.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-dhcp-update-$service-new-in-upgrade" fi done for service in dhcpd6.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi 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 test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset dhcpd.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in dhcpd.service ; do if [ ! -e "/run/rpm-dhcp-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in dhcpd.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset dhcpd6.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in dhcpd6.service ; do if [ ! -e "/run/rpm-dhcp-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in dhcpd6.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi # 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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcpd.service ) || : fi else # package uninstall for service in dhcpd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcpd6.service ) || : fi else # package uninstall for service in dhcpd6.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fiYU.": 1 1ff"j& A큤AAA큤A큤AAA큤AAAAAAAAAAAAAA]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]D]?]E]E]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?]?7978c2fafe59963f7d4c3fe8808fcefe308b678c9e3bb5100851bae23202545a7b3d671f80659c26a8e0a7429778621b1ef5051e817be1b6ccffbc4581e403eaa2500c06cd9766714bc9c3427e8df2382530d61950dbf4742f83e1846576a0d7cf8b38cad0c04068a136c75be94d191554c7ec5031645f2db410d9b5f272dde60909c4d587d3447cf7b47897965e194a1d15d7f4debaf8b9681f02e79b3010e4fa0ca1e8dbf519224e132da9780d97ebca7c6af9595fac6d0f54c7820fc7ee5b91b0fe8e6036b9bdabd80a29f070e2a735c6e76517a6a17265faef9fdd936bc30db0df259bd5afc5099107402daf722ae3368a9709c4e47b44e728ffd41d65bbfb34a088081a2c7fb3b08d255dbda8f7f9a185dfcb7f789a3ae266e3f94bef0b56731fe07e0a0d12481ade50cd03064ab7a373d6a9c8ad2358e02418fb131dc67212c017806890e366eaa531e83d9664a02b40811821f7bad5d8ac1afb961254bc868ab3d088b122af68a7987c3d61ba56960ebee66f2cd35e7248e16edb49aefb16e55128fb43c56ff375560bf2be342e0228b75620fc53b404149a7c4e95d451eff864f7f61248b0295d6373c18a03e8667f444f61d7ce89ffd884562c38b3e3091fe127f4288c8d018545a423de921134ee49b050b686435ed8224a4e1898e4ed25ce211fdcfa9aecd4ab5e5927dffb38c9a065b18593599e77e28d63aaa51517f0e7bff21165b4c649dab51c6b0244651b92d954520873e8632fcf680ec29545ee96656d36de0a18593133d8de55d43c411ebf821101328123a92bbfc476../scripts/dhcpd-restart-hooksyntax-checksyntax-checksyntax-checksyntax-checkdhcpdserviceservicePProotrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcpdrootrootrootrootrootrootdhcpdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.5-lp151.6.3.1.src.rpmconfig(dhcp-server)dhcp-serverdhcp-server(x86-64)@     @@@@@@@@@@    /bin/bash/bin/cat/bin/cp/bin/mkdir/bin/sh/bin/sh/bin/sh/bin/sh/usr/sbin/useraddconfig(dhcp-server)coreutilsdhcpdiffutilsfillupgreplibc.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)libc.so.6(GLIBC_2.7)(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.5-lp151.6.3.14.3.53.0.4-14.6.0-14.0-15.2-14.14.1]B@]#0@Z%ZaZ]@ZOhZ1@Z@Yh@Yg`Y^&@YZ1XƉX@W.@W=V_V@UTи@T5T@TmTeReinhard Max Reinhard Max max@suse.comndas@suse.dendas@suse.deobs@botter.ccmchandras@suse.derbrown@suse.comdimstar@opensuse.orgbwiedemann@suse.comndas@suse.dezaitor@opensuse.orgndas@suse.dekukuk@suse.deralf.habacker@freenet.demchandras@suse.dendas@suse.demt@suse.demt@suse.decoolo@suse.commt@suse.deLed mt@suse.dedimstar@opensuse.org- bsc#1134078, CVE-2019-6470, dhcp-CVE-2019-6470.patch: DHCPv6 server crashes regularly. - Add compile option --enable-secs-byteorder to avoid duplicate lease warnings [bsc#1089524].- bsc#1136572: Use IPv6 when called as dhclient6, dhcpd6, and dhcrelay6 (0021-dhcp-ip-family-symlinks.patch).- Update to dhcp-4.3.6-P1: * CVE-2018-5733, bsc#1083303: reference count overflow in dhcpd. * CVE-2018-5732, bsc#1083302: buffer overflow bug in dhclient. * Plugged a socket descriptor leak in OMAPI * The server now allows the client identifier (option 61) to own leases in more than one subnet concurrently [ISC-Bugs #41358]. * When replying to a DHCPINFORM, the server will now include options specified at the pool scope, provided the ciaddr field of the DHCPINFORM is populated. [ISC-Bugs #43219] [ISC-Bugs #45051]. * When memory allocation fails in a repeated way the process writes "Run out of memory." on the standard error and exists with status 1 [ISC-Bugs #32744]. * The new lmdb (Lightning Memory DataBase) bind9 configure option is now disabled by default to avoid the presence of this library to be detected which can lead to a link failure. [ISC-Bugs #45069] * The linux interface discovery code has been modified to use getifaddrs() as is done for BSD and OS-X. [ISC-Bugs #28761] and others. * Fixed a bug in OMAPI that causes omshell to crash when a name-value pair with a zero length value is shipped in an object [ISC-Bugs #29108]. * On 64-bit platforms, dhclient now generates the correct value for the script environment variable, "expiry", the lease expiry value exceeds 0x7FFFFFFF [ISC-Bugs #43326]. * Common timer logic was modified to cap the maximum timeout values at 0x7FFFFFFF - 1 [ISC-Bugs #28038]. * DHCP6 FQDN option unpacking code now correctly handles values that contain spaces, special, or non-printable characters. [ISC-Bugs #43592] * When running in -6 mode, dhclient can enforce the require option statement and will discard offered leases that do not contain all the required options specified in the client configuration [ISC-Bugs #41473]. * Altered DHCPv4 lease time calculation to avoid roll over errors on 64-bit OS systems when using -1 or large values for default-lease-time [ISC-Bugs #41976], * Added --dad-wait-time parameter to dhclient [ISC-Bugs #36169]. * The server nows checks both the address and length of a prefix delegation when attempting to match it to a prefix pool [ISC-Bugs #35378]. * Modified DDNS support initialization such that DNS related ports will only be opened by the server (dhcpd) at startup if ddns-update-style is not "none"; by dhclient only if and when the it first attempts an update; and never by dhcrelay. [ISC-Bugs #45290] [ISC-Bugs #33377] * Added error logging to two memory allocation failure checks. [ISC-Bugs #41185] * Corrected a dhclient -6 issue that caused the client to crash with an "Impossible condition" error after de-preferencing its only IA binding [ISC-Bugs #44373]. * By defining CALL_SCRIPT_ON_ONETRY_FAIL in includes/site.h, dhclient will now call the script with reason set to FAIL when run with -1 (one try) and there are no server responses. [ISC-bugs #18183] * The server now detects failover peers that are not referenced in at least one pool when run with the command line option for test mode, -T [ISC-Bugs #29892]. * Linux script updated [ISC-bugs #19430] [ISC-bugs #18111]. * Changed severity of the log message indicating UDP checksum errors in the received packets from 'info' to 'debug'. [ISC-bugs #41757] * Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex" [ISC-Bugs #43185]. - Obsoleted patches: * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch * 0019-dhcp-4.2.4-P1-interval.patch * 0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch * 0022-Optimized-if-and-when-DNS-client-context-and-ports.patch- Optimized if and when DNS client context and ports are initted (bsc#1073935) [+0022-Optimized-if-and-when-DNS-client-context-and-ports.patch]- Plugs a socket descriptor leak in OMAPI(bsc#1076119, CVE-2017-3144) [ +0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch]- add PIDFile= setting to dhcrelay.service, without this systemd stops the service immediately after starting- Drop old sysvinit support from the spec file. All the supported openSUSE distributions are systemd based so there isn't much point in keeping sysvinit support and files around.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Replace net-tools Requires in dhcp-client with hostname on suse_version >= 1330 (CODE15): net-tools does no longer provide any tool referenced by dhclient-script, but we require hostname (which is also a dependency to net-tools, thus hiding the issue).- use .gz year instead of current one to make build reproducible- fixed a typo in nis-servers option name breaking the config file introduced in previous change to workaround issues in NetworkManager parser. - Update to dhcp-4.3.5 - Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex". Our thanks to Jay Ford, University of Iowa for reporting the issue. [ISC-Bugs #43185] - Eliminated a noisy, but otherwise harmless debug log statment that may appear during server startup when building with --enable-binary-leases and configuring multiple pools in a shared network. Thanks to Fernando Soto from BlueCat Networks for reporting the issue and supplying a patch. [ISC-Bugs #43262] - Fixed util/bindvar.sh error handling. [ISC-Bugs #41973] - Correct error message in relay to use remote id length instead of circuit id length. [ISC-Bugs #42556] - Add logic to test directory Makefiles to avoid copying Attfile(s) when building within the source tree. This eliminates a noisy but otherwise harmless error message when running "make check". [ISC-Bugs #41883] - Leases are now scrubbed of certain prior use information when pool re-balancing reassigns them from one FO peer to the other. This corrects an issue where leases that were offered but not used by the client retained the client hostname from the original client. Thanks to Pavel Polacek, Jan Evangelista Purkyne University for reporting the issue. [ISC-Bugs #42008] - In the LDAP code and schema add some missing '6' characters to use the v6 instead of the v4 versions. Thanks to Denis Taranushin for reporting this issue and supplying its patch. [ISC-Bugs #42666] - Correct how the pick-first-value expression is written to a lease file. Previously it was written as a concat expression due to a cut and paste error. [ISC-Bugs #42253] - Modify the DDNS code to clean up the PTR record even if there are issues while cleaning up the A or AAAA records. [ISC-Bugs #23954] - Added global configuration parameter, abandon-lease-time, which determines the amount of time a lease remains abandoned. The default is 84600 seconds. Additionaly, the server now conducts a ping check (if ping checks are enabled) prior to offering an abandoned lease to client. Our thanks to David Zych at University of Illinois for reporting the issue and working with us to produce a viable solution. [ISC-Bugs #41815] - Correct handling of interface names during interface discovery. This addresses an issue where interface names of 15 characters in length could lead to crashes or interface recognition errors during startup of dhcpd, dhclient, and dhcrelay. [ISC-Bugs #42226] - Updates to contrib/dhcp-lease-list.pl to make it more friendly. The updates are: looking for the lease file in more places and skipping the "processing complete" output when creating machine readable output. Thanks to Cameron Paine (cbp at null dot net) for the patch. [ISC-Bugs #42113] - When reusing a lease for dhcp-cache-threshold return the hostname to the original lease. Also if the host pointer, UID or hardware address change don't allow reuse of the lease. Thanks to Michael Vincent for reporting this and helping us verify the problem and fix. [ISC-Bugs #42849] - Change dmalloc to use a size_t as the length argument to bring it in line with the call it will make to malloc(). [ISC-Bugs #40843] - If the failover socket can't be bound, close it. Otherwise if the user configures an incorrect address in the failover stanza the server will continue to open new sockets every 90 seconds until it runs out. [ISC-Bugs #42452] - Add DHCPv4-mode, dhcrelay command line options, "-iu" and "-id", that allow interfaces to be upstream or downstream respectively. Upstream interfaces will accept and forward only BOOTP replies, while downstream interfaces will accept and forward only BOOTP requests. [ISC-Bugs #41547] - Clean up some memory references in the vendor-class construct. [ISC-Bugs #42984] [*0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch, * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, * 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, * 0016-infiniband-support.patch, * 0017-server-no-success-report-before-send.919959.patch]- Set all requested dhcp options on a single line, so they are actually requested (boo#1046969, boo#1047004).- Relax permission of dhclient-script for libguestfs(bsc#987170)- Require insserv only if needed - Fix requires of client subpackage- Add config file for registering dhcp server in slp (bsc#992072)- Use /usr/sbin/arping instead of /sbin/arping in the dhcp scripts. /sbin/arping is a symlink to /usr/sbin/arping in order to ease the transition for the /usr merge. Newest releases of iputils may only install utilities in /usr/* so this dependency will no longer be valid. Moreover, we replace the '/sbin/arping' dependency with 'iputils'.- Update to dhcp-4.3.3-P1 correcting bounds checking when receiving a packet (bsc#961305,CVE-2015-8605,ISC-Bugs#41267). - adjusted interval check. [*0019-dhcp-4.2.4-P1-interval.patch] - Fixed improper lease duration checking. Also added fixes for integer overflows in the date and time handling code(bsc#936923, bsc#880984). [+0020-dhcp-4.x.x-fixed-improper-lease-duration-checking.patch] - fixed service files to start dhcpd after slapd (bsc#956159) - dhclient-script: complain in the log about conflicts, added a see log messages to the dhclient log message (bsc#960506) [* 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- Applied a patch by Jiri Popelka catching dhcp server aborts with "Unable to set up timer: out of range" on very long or infinite timer intervals / lease lifetimes (bsc#947780) [+ 0019-dhcp-4.2.4-P1-interval.patch] - Corrected patch references in and a missed (bsc#919959) patch description in previous changelog entry.- Update to dhcp-4.3.3 (fate#319067) provinding many bug fixes, features and obsoletes several patches we were using before. For complete changelog, please read the RELNOTES file shipped along with this package or online at: https://kb.isc.org/article/AA-01297/82/DHCP-4.3.3-Release-Notes.html - Replaced hostname patch with a dhcpv6 and fqdn aware variant: [- 0006-dhcp-4.2.5-dhclient-send-hostname-rml.patch, + 0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch] - Removed obsolete patches included upstream now: [- 0007-dhcp-4.2.6-ldap-mt01.patch, - 0009-dhcp-4.2.6-xen-checksum.patch, - 0013-dhcp-4.2.3-P1-dhclient-log-pid.patch, - 0015-Ignore-SIGPIPE-to-not-die-in-socket-code.patch, - 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch, - 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch, - 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch, - 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch, - 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch, - 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch, - 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Adjusted patch numbers in the spec file: [- 0008-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, - 0010-dhcp-4.2.2-dhclient-option-checks.patch, - 0011-dhcp-4.2.6-close-on-exec.patch, - 0012-dhcp-4.2.2-quiet-dhclient.patch, - 0014-Fixed-linux-interface-discovery-using-getifaddrs.patch, - 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch, - 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0007-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, + 0008-dhcp-4.2.2-dhclient-option-checks.patch, + 0009-dhcp-4.2.6-close-on-exec.patch, + 0010-dhcp-4.2.2-quiet-dhclient.patch, + 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, + 0012-dhcp-4.2.x-chown-server-leases.bnc868253.patch, + 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch] - Fixed to not pass DHCPv6 address lifetimes a positive (unsigned 32bit) integers to scripts and properly format timestamps as long to not break them on 64bit architectures (bsc#926159). [+ 0014-dhclient6-unsigned-lifetimes-for-script-bsc-926159.patch] - dhclient: expose next-server DHCPv4 option to script (bsc#928390) [+ 0015-Expose-next-server-DHCPv4-option-to-dhclient-script.patch] - Replaced infiniband support patch with fixed variant (bsc#910984): [- 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch, - 0018-dhcp-4.2.6-improved-xid.patch, - 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch, + 0016-infiniband-support.patch] - Moved dhcp-devel package include files and static libraries to /usr/include/dhcp and /usr/lib/dhcp subdirectories. DHCP requires a specific bind library version and conflicts with the files shipped by bind-devel package, which is not source and binary compatible (bsc#910686). - Corrected changes to provide complete patch file references. - Fixed server to not report success before send (bsc#919959) [+ 0017-server-no-success-report-before-send.919959.patch] - Fixed dhclient to check pre-init results reported by dhclient-script and fail if pre-init fails for a requested interface (bsc#912098). [+ 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- do not check scripts not in the src.rpm- Applied fix by Jiri Slaby to not crash in interface discovery when the interface address is NULL, which has been introduced by the infiniband support patch (bsc#909189,bsc#870535). [+ 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch]- fix bashisms in dhcprelay script- Applied contrib/ldap/dhcpd-conf-to-ldap patch by Ales Novak to reorder config to add all global options or option declarations to the dhcpService object instead to create new service object (bsc#886094,ISC-Bugs#37876). [+ 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch] - Applied an upstream patch by Thomas Markwalder adding missed mapping of SHA TSIG algorithm names to their constants to enable hmac-sha1, hmac_sha224, hmac_sha256, hmac_sha384 and hmac_sha512 authenticated dynamic DNS updates (bsc#890731, ISC-Bugs#36947). [+ 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch] - Decline IPv6 addresses on Duplicate Address Detection failure and stop client message exchanges on reached MRD rather than at some point after it. Applied fedora patches by Jiri Popelka and added DAD reporting via exit 3 to the dhclient-script and a fix to use correct address variables in the DEPREF6 action (bsc#872609,ISC-Bugs#26735,ISC-Bugs#21238). [+ 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch] - Applied backport patch by William Preston avoiding to bind ddns socket in the server when ddns-update-style is none (bsc#891655). [+ 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Applied patch for the contrib/ldap/dhcpd-conf-to-ldap script fixing subclass statement handling (bnc#878846,[ISC-Bugs #36409]) [+ 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch] - Updated licence statement and FSF address in our scripts. - Added missed service_add_pre macro calls for dhcrelay services- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify./bin/sh/bin/sh/bin/sh/bin/shcloud114 1571069772  !"#$%&'()*+,-./04.3.5-lp151.6.3.14.3.5-lp151.6.3.14.3.5-lp151.6.3.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.opensuse.org/openSUSE:Maintenance:11270/openSUSE_Leap_15.1_Update/b1a1c6044fdd49b310e6329eff8fad66-dhcp.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linuxASCII textdirectoryASCII text, with very long linesBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=87f24bc65f8208dfd0e2b03d7ab075d757fc6941, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, ASCII text RRRRRRRRRRRRRR{@Z]>Y 6Jutf-8bb4811de9f82362f4ee1d90584856073684baf4aaea3c1ca19add1b5b2cc97f4?7zXZ !t/iG]"k%{DbRQ`Nf~T#yN1yOquQO%OI>~?]\DF/NB|fj M~=n:|y'["*=S:y(߬+R CX wȨbH"cpŏP)_`&,g:fPX&Whkwi=asj9WRyE["o2>4vׇֿԏ0 dwv#]006UEm}P$܀WW8MYr96>w ے0 cNU8 (;v?} ]b|j j|z@T=7e0t ٿþ.w^s+Lj+oiX&(ahX0[W*7`IL_ҏ#Vs䞨w RGx0wunÆq?D"HhKbR</FU L T9M|ASNPQoe+&cޣĔqLQXh6d=LId/Mǒ=w\PݕJkz8ͨkM33w|}qB\9ϛn|=]zNOSev6O#58W@ҼuʮU T>`w0dTS%; U#z?^r6o[NAO';'sJTY:.`O%iV.dIT0u< p- lj1܌w?u1+ѳ[+?6،[K?|Khˑ,q bv#ȲS _mx WK%ׅ Yº̝lX>}r"Ս<ϊ^*3p|1 Hϫ:r;l |}F͈.~x;c|#%*s12A&'[/L Oq\.lov\hhlvs0W띢6ΪSA\lu8(av}_Ζj3/oGJf "`y7a5-"a 05`v宏*!퍪}2; -hJ\+ZoSD#ivZáI'd>LgKҸm /E潴$mt[ワrRr&cO;L"oH/zcl\(fz~:JRZcZ\ΔC5znAWm|"a;w"e6 }'6 . an1Z̵%ER޸49W)A]_6+:EyweGvIv2sJ{'*maf՞bO[L7-.yPi}W< _[R-F7aQL: w@6Ab5r~7}BrUڌ,z\FwN-É-BG^2=b-7`ʅ8w.H+㉬(WkEUڛ`] Mpt`e1ڳӿF [#u??8G!-`f*_k箝d ؙ=\xyDmQ:4?y|=aew,Z+)p` ]P^rDd'&NLcр^y D-acLۮCi1щ@.[*e!h@t(r`MLk21X*X6W\ESz7 ~ۇ֊>@Ľ&➲KI?:a{[]`9vj =-dqJQ9;!*0~ 1 ؁L)Sra\'׷6`MyH<1Yud}Emfb /{ˈc׼4>'l&Tn֔y zEѯH#d+yR=$Wc4W7}Y2YS({Vf6s\^1,wȲ ~;s/?)%HLTRo#퍏\#NH b;xu|@ľO`cULBަKsHDsuW꧹}tZE,V]}Pez+@.n7L%L@V7B[M\FNl,59}vbw:a^6kﰻhM)8+<Ňz*MSSUR( vfGh[Gg +/gsj9Gw⚯U Nň8`xJ5]yfIo'\i+vגFw&hH*O .z|t z)׈bh?exVs*v$U{>?¬,1^H+}b>ቔt A*p9=Qە1\Y4eWz6dsh,p*O`JPzA8>JÉ,1`UAO;5GhSf4<qozs P^:ƣ-!0^ZWEֿʀ u"L+@ x=@9; D(Ȉ#-o.kX!a5aff4t} ϮHe)<d1J?67!O'P% ?x`j-k\vR.# ˅=-[ZMI/!R:O>"; 0w 7VE4P@mK1d|9,k9do luW61y٫xɱg*m.A$#^ H!^)/6}abF X!0EedB>V+ r{oBTo\ 7}S`xs%;PC&^! 6.=,A7s5kniJ?@{ngW]V#En:(^ GD)V} Jjl]}&ۂ1st|7A󐾒13+vK7!J^TAxRp q)PWgb"EUbkό tumSERA:u )ʀn.ZbA7WT5|ՖFASA* w̥6sϮ}t *$3'#nZ[!L%^KG/ӡBzT]T#3uyHl)[s^7W1) Tu+@i-b]*K dED:P<\. :wkZIB@*baplϯLɭt$3vS'58j0KtP2f=Tn@$R(WVn ͖%vOk*_/u♖?~ 2'& :\Qp[ճo~GJ$*8w( vE_LvV<dW+<;7w:pFtrdZc 'n %{Qs hI{гnf(,ȿX'-Öή8gn.$R\scM#\ zKoA-}0 T@!DbҜ{ˏ{c-7RUV[$dz{rjoQ 9; S=N ܠJ@荸1A$?9S(4hd9h(ݮh( fOˎx͟B%s_Ӓv_cDmtx lp _ ف<00ti>VVNTmq|㋠ZV& "Zq eBGb<8y=kwSR(E$CIIٽ+P#1^ϳlJ)GB`ۏ) _M˯ZQO_Ѐ Cwz/TFݞNrOf.*t}RN:p6b2zbv4^1[aF HeWrt3]Xl̵cWVZbt%523igg#Z0lnzsi˟%8(g?AFNHpչ|rI7ɫO[C!lӧ*52)ÇT]UTaHݖ V(O+&i?MBFhVs'2.Td\Ĭt~jVԩsqF$=Zc7- {I0#)ֻ5|1>bS#wN Y.Kg9]-,WSrs^]X6MM4)ivNJFDfy2_$)Ya.+ɝ"@7if7}c/Xf=AMeNeѼS7V-ob7%/=K 1J Qi,(&eW|u" vY|D^>Fެb}p$291(e*?qkF]"x օ?B p鋿Td\RgIC^.َIW߿|w!_ X=## E#`Zt syfy/FI ]um *:Igx٪$%0*2A*Lj$jfu{84j3Yf 5QLw&h#'}L4 uO sysmjs!`~qv9 طUMreHOſ oV d9PݯC0%xO/7"ݼ!y*h ޴WgAXYFƉJ8\>Wh&K֊86ėvH:]]̦H'}\bA7>닌 Žw8яdqp,@GN9_ ܢ=F^8Sc+Ӯ0맺bq &@[uAlBi *{yŀY+2obDr(:G %CP1@A!zoɈLEՆ ^ (Am[ R@{\v9m ; h VoFSUazjHٙˆԨ.k&5.ONU:Dլ+2*k[0z}oh1zս!b}$=MW7P S//ͫߧBWyĎ\/B!1 r`K 9&f򯠘&|C3|}j-+AjIcL=H BTm~Dnt6Q rnB9mtZZlL<EmwTA[@ou飪 1h/_89KT\ڳ{yY˛f0}6{l99>=Y`oG%50JkpX{ e_ۅ#~N}:(/_̻ZyPDuxQHOZP]@$5MPm.ߎ`淰wSe")ݮ^0E<-:!T86cZp`c ] |%@S΀қYs75͓æNNP$T폹&TǞ"V!pj90c(Hf>yhQdtۋWSod-Q*N%7_E_ &wc\ꅟH>hPxbj"M 4tDQv@I?dm(L rB(1wx;`iIɌEIaߎHlm(oa {hctZ_}Q>9b~#w4Ib;UBm%gvI^~rwӗ('Dd`PX])doʲ!}*u惩I U#4]"k7 o)Nw=eQ):ϳ\zoK,c) DԮ1`AY̒I|РظAVm )g>ݝ{ rg-sǸrjhdO;G#Kom|\k 7:eF0.fZ#Gm_A0I{zp8K~6@n?WsL=AI+XL!~X"&4^;/`)pŚC̣S0-.uʷ' 'P( ex|?C>DȍF+'[ŴwwcPgn!YbwzB7jx8S"5Ѻ MΡ6.'d0jյ12t@">8?A3\A`R-yy[v=!1zs6j:A4i~43ه ogmey:jg +ExwxׅMP~Vj^ vNX,,wIR/1`=!>ʿl j aJic;/j=B>Tܘ2.SU7 ^ZpTE]߃ ~5!ptcR<ɕ! o)y0b.2_,F&@h5(v80~5 )ˁf"?ً>F.x|:jdJYh~Ձ²("nR8Y-"p-]JASBE%8>-2iY^վ%S Sþp<<=$gG2'a| a1;c9;6#R6+ Vg+t٣;WաC.Te(TN AT p[PnOјVep(cQo - 2iY!Y\)SRߔ>8{>Ii,HvxYG~NwBwZ̏l"{,)x*X|qT͕FsZb!QBՁR+Sa8oSц_Rrr?qo49`Q| 1P5!%'ΈӍ:&epYbsM)^ ,F*y`<`R cdN~\߾3wP]=б׋f /ZR5OrZyő7Hd.'\ g ;&XJB5 e,ۍ,Xk8 Gk%/ļ{Q:)7JU< *k*~d0jgoǫb|mhbؖn(v4Yr*O3E COU;]Ɖ[0s)# Sf(UXw-8< `wsB|PSLH1Rvffk`in7D&D3 -m:1x_W!=mAPi#$ .l)k)vKЖJ].IUQd7f{tg*eu5wKW]ڽ5P2^f>}Uz ѩs3ؖ@$YH5y d xAR]έ2vɑdwA4Se@[nBw8=:Ͼ"HmABTg"<ӧ3)(λGEPrr0ijXbv-nwʓ22^!2OWő␨|n@|!7(k#V߶D+PɍLZɭ}6;}zZaY\k.H#Z`Nj XT]l(lJ;^>.(x^o7cFoNPu8tcphξ*n?Bf+@oBr¿#c-B kuoIC=tD%ۉբpnjV KqkZ& "s9nmf!tޥߚעy߄J;Fjp\ZD섅- [Um`wq ^ZfA7̪ C!^R Ş@wՅ Z,6k?$ϴ(<`8)|^{1yy::ba\{Z؆se$M݂'BؠԳ1mUhh!wL"$R聃AVj=v)4 {^"X@Fn>'Ř zIoIvQ}Vius (%L_H4` ~X؅OVzt7IpYnNj~-zfT :>& mP\: edۣoCSAD$\M7G*~-cWK TLu 6?*s؅ @mB5|e9j+RuIh"PY>(@ O<8yccf3iِAS in2TwV iM7zNf,Px="km}#kRœub%N6v$ D!Z\{GN}tb5Om y*'P>>.Pdϒ4됏(7:]=c#ve6)߫tC=tm6! dQR{~Uq"eѥR^ cV2'oj3Z(/1WZ)Z7!c1[!T|5Bü2~B[䂸8hNe ]A,BlϢ6ҰY ~@2$k=v4R`)mI%؃zRQAroɆ^Z ɭŹQ+IՕ2kfD>  0 IըK6^D/a ؊nҝˠFѮ:0M7*Aiq1='r8|0"L[ڥF3tbU%26$Л@-@PxP_nќ3[gsO͚)۷vB5*ʣE2<۰~v^ac4\gz$qMNn("e 0tl#S ~]ba{W :{o. q:AJ*4&}. h` nE4xYk Czv[HG'*|&Ӧ9^Tyw. W3TB &.4DZ[hQ|\qL:$.4?S~\j6Rn3WߵMm;YHTB„qޤ| Өe DE,سb-TM 9,d9 L->c0ŅҊ@`+u KPfQ0,/#516 T $f.'OF$5U=oyz?2?\Ud+3"_\&3*Q" %W4z PqE4&RD:3?;Ivk(P<ëU;qwdol,I۴6 %}~uHk9H%eA@J%3i!q8^K$[nܚ.\v!/vbtvMhPo)s|(}I:-].XBlPk,-+_7UQi|cQGm,h7 kY`)eW'oJ J{҇.QL%>4aBs ,_Ǒ D & C½u4rRzXԅ[a#Ṯp+4L IXv|u4!0ҧ>ӞQ\ Qg5yǛ^A8&Qi"o?W"-`7Z?+qbq\H8-|68~n٘#r_8z2K%u(pТA=$0&xQ O9ΜJRXv(7#n6uѮќyBM#^>Ewm5&-VNO4C'EOf珡]5ƇNp=ov,+?3rR-M3>ו]Kԫ[޷¥SҴT2`Pq*1ɦ1)nGtxF=aQ1ºz(]qI N,8Śs]~0F{'nOޑ.# %S=:G/rtL&7e80(>*sJv@V\zsbR0ews!H/l HmS#HDίkZs>P^a"RJ38Ub>lͱm5Jfk9?lq B۳AX`P**R)>05`n4z(Hqt#PEqt !ܐ Z @1ƭ]PПd/6TGvչZaӉӔ`QM126!>+Ǚpq"qa<#A2Ne@ 1*J[4Ֆ-ŕEz+'7 A7^sj063M K^cYx_mqŸb΀RXZc*$+1iV1 H7?5nJn EG i$#{b7rhǏ4 KV grLqEҝ=ic((D R̶7&}vn*L{p۳}J\M r)^.oxV{#radL)IvtZ~0}pxPdB3ǿ!)dBH  lT+lO-, ]3[O.q´{E f}Y!X?BZRZ,"iRk> )}VIM0ױЙ895 !cr{oqW%]fӁ*YQq3j7 DB$ ۶4U2zt5);֕"%?o+df!}54 tA]/J^DMڰO)ģ^d*cm{H.a"-nB8Ӱ*d`)t(T?g&^/WsT@]q+Cps-,^molnafZ7^(u_a3͔Fө|0bKLЏE 0C47O"d&qaZc ; U#"V٢/X3O:2u,==@6Ir =^^Ib\}X 7j1fPBiR|[d3Ge~ HZK7IC*$Q 0YRԼ~[m*h l &l/6,@N1<<;_qH֮rɫ2L,'^QfD?Ӭ F%,NQ0O<ߥ~[%<%Rp܃t]5z3DӅN:{Z 7W{%*fMxs1Y<(0<&< L&|ڇgc4쯕ޢ^IUYù UX]W}VR""h(uRER명jh,kbaCdƏ5>Q9|O|u;|.ZSKYkÊ*؉mJ [3Mg-Y}gɌr7# 9ʪyuAZa%%@&PXU$͸xhAgςϨaԐ]G p@yZUM1)dtcw%sS#7\Lvz W'[EHSmLAP= ̨,8|+ڳbB.--I GO^,@װ-L gF\$Kjnff=Ga+Ґ̿VfaW8^xVЬ)e7+.dNQ\=[8 t S_R<]W#c'-!bs(A F?}vh %M֝Zŷ755u Q#9yۥ뫯E!O/䇱nBPJ6N7kcLQl[ݚ)?x%Z+#ŏ˷ :k0\#kw@CoJV6g WG]4+22A{< ;;~gLw Ȅjqk]~A TN 2;/:M_&9,Qi4ݥH˹{K2|VZg x~yf](sw.6#uL4-[tީ6sn O33"!Apzς H+x՟ƹ@D3t?;OMnϔ̉k= nOŌ~֓514yp':*5ږ7} H7mعt>_Vz,%OLΫ>JT ;)-l_|D N3YAL%ńͭA0pnKHBc>\TE"ϡ̏6 yɢyd0`76)V@Q*8q_z  Xn?Ek`24{k ,"߲Ʋ+!;;|+iOI ΍P(v!Ӳ"g_ q8B7Q؜Ҁ$-ۊaZ1xO5~Ѷōub!c6pӖiH5b KK[6IFt;!@%n5XL 2Q4m H2%ˉݛ<@*>غ/_BކɫH!DYjc ^L2^G#aAOn'{nXs=#/lMwyw+?%$u*hkf0)!밐J7`~[|;sTx_M 3>휯w^F"D¹kq|,yz.(1R(>&x_B ܙo7{|ޓ7z W]sɋbPrB3Lj6 .$捶ԋ p4z4,FXg*d ^MX&,VSTQ>Gzʫ` A7)Fzr'3e"w~O5=ON̼_@?K%] Zi.CYS[sF),W&Y %Q!tM$Љ0v(>:>]G r7O窣Ui\#/3Ar=pi^푭Ot?z)zX0BN. tטљמW$.xʁpݮf߬^27ZڏjapM<O1a[+MYG n[f`z(mj ĎAh rJo /pT`h˕p/8芽)٥o먀znp<w_V]A=vԣ#%Sb<{u̫X12&]½$+f/cs6wR{<_e- Ȱs5MyMh+堕;U20ኚSgW(e](2%fW(޳ꡟ5u/RH O4עHv?M$BS8( aއi%Jku @CX@R3 %"Src1;ӣ={4Ec K 66.Ps4.zp0r9eb\ɒ%F<'3I'JLbZO$GG}`*G !>fq=O1z/ hch3S栤'\s0Ƃ݋ۿf~1׫v aݕEGՂ2PڃI9;:'m<͹5)5Qc"; /(_1M\M 쳰idF.z ];[9{\=A}? c]Ha'`x #+vp=¡8Fp['eR]qfcҎy!vL J=?Ȓ36 G\ښq}{#.Ay,&ВN{O Y15KB" ozxoވ3*J۹Tp4u;Lk|pր]b7B=gV ^|WxK%/+OnTcQ ~:> ໓1k$PvO!}De sl]f7bM~H%.ta[J%zahI)_~Nܬk"  hqoƖj6tˊkP>Rby}yJm(S?"3I(Xn %ʉʨoD"KEU:W4oؑ?xXQ3CdK9H$lm=w>8/ɓ -DM>gyTipEl˩ .܌ tfV՞d\YʍTV#Ўj]"'ܟ3 ֜"%4|9|{1v|xIzd.05CX YlvŠLȤtxtL0 ]QibGkU~$=o)mcZoH*%(6,+G$ 3Aab% 1SM^,jJRxdX,W|éWf,FPŤBWq52)`OkתF|֒Q0pS[N D/Tv{l2V(L$Wc["pϯDr&qIE&ÖKdZ@ ^UW{țo離>_bg 8 î\ݖq|t ,?zzC׃n!sjbT AnVT #׆[37N2Sb Ivaۿ?GNAսD:ddc k9nI?H@𲔃fCDxͳUƁյ-t?Q50&<8Qmm tum`(n*e1!dsC5Jx79rkqbRCK45AM/q[F3W|N \aLDC a?umY!쭯>SHq82ޞڈ_?&Ch?iّӳAY> F^qyE=:p4pl'%sn]TF!`z7saAZd!±'5&сmywHUu;nϚm@ K6F#t6<~(`Y^XCel[,@} 1X'}\{ 9FBCm{M~\ `~%t&8MUa.)+䵳<# "_[H{zjwr@3߈*j&C/;_ s" =_P.[Τ~z פL;#lKz/ kLZ0Iч2:0ѧJ0.ڧk%Mo뱻>JIg$ep{B;qwNZI%~ύ- 全y- eʨn;Q5UDu6.6'zH*n;kp^zٷ%:<܈SR“',? 񭿐~#f|%I!f~ۏX.aqEOVd1 s35;?BYj-:uֶ&ѩn ź% QMIh4؝b'h ڼ=7r7 eH Wj; TvW 0>4pO>nl:{8&)nGLt< ,2-Z~pK`[]˪ImxfϠ뉧SW$X`Js&#`7aݘQa @ieI5M8}7JJЇT0qL:{4XiH&#g\[2-21u>͏5ɐpHf1Li]0۔@H"69%p|ADi1^a1emq{De+xo{WM9|+?|OD:O)|ҋClf\'l;k2OgOX!cj @ĘyowƜ\_~"v)'7bYӪEi~qX\po| U³UPWGsΙp##đhH% # :i AD5BOǦC N皻[e@l%lo~ gWaAp"w2T=g)[$GG_U;~E]_׭BZ bgՙ|yTtU4ϒM?,b#qRCu#=udV= W%^;$Aj~?z#RuZ R%j/aenKl/)vjP,Wa} Fmj5騬x D2fmol,eɻ+Ŵ!aѝ Z@EM\FR52HT`㉙+3pm 1{ز"aG]kɼD̓Rv2,:\@(s! Ί4\@B5 ЮӴ۾WA)8z|"QN䜴{T|S%"B;bk2YceѠ HijZm_F ZT9"޽=/Vs}KFP]UM G B:mQ@gA Y]y<߬{,j1{׈+5Wg螫mxi *]PPjŻ5є3ھA u7g3ČzpN cY8 P{-ץMLF4 79vrRa@ 8@L1>6sLTXi\:瘿Toi0ꇆ}t}Sczƭx Pnv*Jift ? ٸaf]jv«%;73#_[a`ul~c>;EZ/gvXGΩ۽<~ Xy3FHE:.e xG xU";J[!m5~L">YI]A9 ޿Y]m&dP=K6Pm't0dU;6u>!n q~uN9d᳒U iacf'XܕcwL8"{>p#w,2_B냐kJ% ^&YΪ<I! ă*" k}rc shn/ 38HP%Q'hBohXYk8bK*)?Gx @γCg{Im=?4ժ)8ܨ2uT"  F0(cJӢ`$eX#ѵ[U4(,Z侸K\#y}8-50cCwŤ&w 58΂TҖߢ밨NJBC8u/h !eĄ1[`{ʳ›J ^3'Joz>WкgۻZSL"!Tb'3})zVm8mk1w/nWS.ݔ[^糳Tr} a1U`G Rqju0M.EYqv(B7o ̌\uOA_6S8QS t3#'smGM)pk۴JQ]Wj:s&O|))yT<XƿnI,mM"oG 3Cf~ zyWx]0xA1mܕ+Nu{ۙɒ1 #(h,E?d?'2qiO)]YC~u& 3rŧִ3 ; XÝ`I{8]MV\HH|vwzWzv.tk:y) tpS rb'dv]:f؆U _@s^kC<yh4et`b{uzߋȓS/z ,d#X[㴙&GLL,_ S5CȾ|D>yx=  Ы .--@xAz6:*~02G?(^ؐ+HócHT݅5OyA}챀5=:D2+3N6v9T(K8Ԧ+7UL^+%oa$4K PIưi;O~q=!gEb?Tn* !P:&8.5֬qS5*Mz΢05[4)ISw_ S/̬Dv~u5:lp`5|k$I684 cF/Xvmb5CwYV Ÿ E- V]A&sKpٕ+xN ^)_z ѰjZ&.6e ? ո>$0I:-9)446O:|? ,ҾSX%=?`C'vHB+>%l 

t܌ ik.%"+ɬ&Sqɟͺ@TDUu.SYD&H"wLhR\gj#&/CȃgP",$KS;-mשY|^b5 d,6$EW!vg gmVɌRuߠr,:y+&12akksOUZz4S򃳰ϙq9g3vDI\: nwiq.ۏ~dj*R`HY c}k ܄$S,vj')mHQ%eSClPVgq"9Z1X? KٮB17_7XtiDZQ ~uvTVNĴ]Q|+:哈 uPM 64yS ʶ;k8'%­Qr,^Sӗ;(,Ϳ{!;&8 ā S%yk*ݤnl&{zW4bǧoJU!|&2y/?if+u-XZ^.￸Ȧ<|%qm0K!5pKN1ڥ q o-a\u67Kū9^P0沬,W(v­-|3LDF+R)3DD+~kmJ%H/|t9n[d{gk31ؠe5!9F4iȗ_fe~U8.7Wc8M#we|ʸ_n mQ:ݥŻ8{* ?J|}ΝCɐ:{ao񹡉S9SuQ5mC@>w?E닭amֻݹs'tGO {c"J`'S"n0~x 䫪Kn,DL&C)R ѿ -:0ZscO #MϵځLJ$/mr{?LOG"}dyPNbH`3{da2̉4E:}mŲvo?]@bp l+ieֽ:@u~Zgњp1G[ZkT{d*e8@7dIneǝDJ 2j7 "q֛7yd~|6 ׽^{!؛yVnRDž ty >gףbYV©EqgvYM/ty EuntQIJ%I<;2!3EmW;M>b *T\f s-u%2A=:8|%q`֡D WH5JlðXHVxGM{ՂNt$cx24/Ƙ VnŹעMMf!_۬ (!)S:%z$k?U(u(sgs3:e"~v~\Ť3 v*Sצk ct!+f~:Bfy:h1cgk$P Zߒj70"m%ob +qD&%V*ԊbzI+ "-ϔoaȫȅR-s>=BVE4dbҲuGf}cOH.('~irw[-\JwCZy}`B:J(^K.gIKlUjM N7Iң*|cw6z1BRGypߪ8yɢvSQ*!S3BCѾ$ rT{ð"%"cء[/m9X?Fࣆk♙;S:)jC-s?8ͬ~n&{9Gᒪ'U3{z >y[_`  koV=ZyCKco͆6׈B`bt"u .\q:`ik*\'%*}cgR 'AeStq9|A!W+˰g*QuGۙORU\4*FC4jUgJd:e,-+_/މdg,~{^Cy q3Vwbs̯Z KVZи``2"AtTɺO Ã0S:]-mv*oXʎ0"&dX<%{ǩ,#vw2YB""@S29sk]j,. ϪTR)1C  3r C4|Z>S:6WN}z$Ҕ(izz{䏻岲LG% -xkßxdkiX ("y߼҂T*;f my[e,v}|} i\*~Hh90,=<ܠ1}XgKڡdx*,!kh)a5Ңtǟrrޘ0`!bB4ϿP,&/㰎v@*cEGɊd)՛^Y ODGk|2%2e?R+Ĩgx9%q퀏oi)#qb=G1@Cm~-)R n}|?2:2H0i(1o ØBT3 }R&m! {<ؔ\UbVz4u]O B-ʈNr6 ZSXBky|9]EPXtQ)?pv)u=JpGU4"' Vw@yMծQͦ Syn{߇ ZiO3e"?ۼn]6ާ]W1 KTGj :"YV;`uz#/{|~e i銔Ӑq~RxhShX6Q C+~WgBt>+Y MiEoe<4~d$ 1٣'}Qɷߠ5*հŒ[W ݠIǃj^;o4%sҌ|`Byզy+f!eMԐ9R _N[1Vjօsڲg1)~yYj5i⭵ˍ,_ }2)V;K8Zhx84l2~, DC`FyεaDܦ_{kPfBv\*/B7ntqozg¹\,IMN68뮬PD~u;)Z_f]VjzN^;{# l_G%s">ѩ$b_Wo%-9r2;PK=lBp_K$~zW/Y|*fz;0ʦ˸D5OC5/PH-.#$wN7uJ hs_?^{, 'E nUGwLtĹ,V!fwdpǧ|-SP/Z*@]Y).@K"^ƍ{JƖŀdm5]hi[rR l&\z8͔{[yB*(h2iOxaquڴ.:8SϼZaEk0`.Ń=e?^O4釸ރ2;ΘZ\Tb4q ij?'&vf捉ideox=4B3 dH*͔BQZE$ Q~@Fމ L-e>p3|b(bFy $%,%Yv=-x$3L 6&ٟm2vZ[˻l|2x,6 ȋ6x(mK |ȼ8lfE,k ߁-_qLF D&aasetc}{wl,)Ee <Wۤ)jw#a+X]M$2@|i{])F+9IՔehxoȴNcy4T Ync8IvrGiVOx1榶_M_ "W@)G) p* ČjkFD*:aGIlGj7_1w_4kdTV7΂RC"'^!Bo=0(yI.7iL`0 Fyc:'ԵسӠmQ 9hQLe7z#5C>8s&WpJ;!rw3k3[G#.-F̷o#_u/pm91rȰ@{9{ArYuYf\ɕm 1@yі?fdF}g~G̻wSE-[܍Ne 4s?@{5{뤵|+#a%V8/rQ {o`PRφɱ,*U] 3=97V0gr9Rڭ hFC$6US0f})+lyiicjbBwV)S+ba/9i`Yۢ䓕}Pߢzoc(byxRh[Kk8'IsnާT]hc2B˭#X3Hc!)Tz#;7%-ek܇H 41Z84zͽ\ Qf7Rh@ ]Tλa #Ҩrf=1  e)' BXZ+YF3,aC1,i2kb"/ҚE?5j]4YUgt I@CVň T0PvCl.aB2 ]Tt.% NKѤ I ?>(]5ߐ pUZ[6q,"njIrLe !&mzz\Gi`5@"Ts]z&6NK>^&tHWL1O-7|,cfAq´YVM聏-` X ;4/v9Y'Fsn`tT%f<7Hw/JNNppi}dH4Pqp|fOa";1#6?B)8XpnY+.mbQ8,v/m ` R%:r\?ɰoNȽS|QnhF5( JkV ]S=%Ŏ`GVp-51/R5.8Ww3Z~.C$rpLy:M7tbSügZI? рz3!1ѽ5Z/p3GA,7E'/g=6s֩3жi8svlO 'Upx K?GUE3'AT{7^|]%~E{ɜ 9 *NhIJo *- w6BCuVJW b6PUPiv7nyK#?:Vh6ɡ߾s"l4XNLK& ?"l~K"*d̈́ޝ'FC p Rf+ϑlR 6X1PD OP 3U.h*_}[ O%qL)s:2=ƹt)i9tߩ'" Q5A$Ƃm]yp%J셷l⵭Jۣ<5%.sM)[P= [ >_i T!{n,)Ytm"N-ŕdω)jSc)5gnQ5r?HZTN )ZON2S33PMEo>r 64e4Q$йRG2ĜaAH5t.cY,r!(t1υ6 -*EX *jxa.38wz լ|3[vu* 7Ja 6b4J% YL?Y^2 *6-w`F;ڈ+Z-i(V5m=xMvƓ7L]V#12Dmr 3+_JbtQ 8vqBwz=@6q<4^ zJʇ $#7vif_s²[}fĴ_]qKRxEPCn3fCwĸ?veT=dE@~$Zaia sFuxy=b/cge")=U/AZ}D `A_;* l3.'z85/z%Xkl! F"F:›qduCqa~GTMNL,JmXri\ە:_x 6 ?FX9=(y6(ʷ()0ÞްU<]ÍZjݓnlZ!B %4!QfoYξ]kR:fԘzeļ~ Gsh;8Q8Go |%F+ |P9 DC>㔫2nʦl CRr+><; ^$-H[%ж16m i  yzٟEt[n 9SR:\1[CU53yڑpđlݕH-QK('|,?֢Lf(wXc5=P s<3ބW)3n1z RƱM7kPO2bB Y9qk2wf!"B7#.U?;/Wi 0ge15M[1Z&S<v?0߂ׅ>xGIs,۱=4\H_b;.R3 DSQAI M[?s POmۍ6W^PR,* Ў\tDQy>q8OB`)`UK_MyBDA2.ѬЅWƝ6[ށq_ C8]GLJUm-V T"usq 9nCێHYfޫ.t7YYgzj_F? *L Jy`A&U>hcw&,!1=  MF ,)`l t!0O>SWq2& ][{U9Om8q:{;"2btāVީȧFF $O "JY90|YJvҦVMh|>uD9A{He- 8y¥|A? ?v7/tHa//ex9Wws=D>W7YXtui#gn  +޾y Rhɪc}zƾBe"5Ee y/n'd;V9=؊O/ys1h+dfxx]/$Nmn-Wm< |R)9LW ?Cb PPH9^}Ks20]"ˁur/{O}< Q HoF<$>/M+&_AޮМ`=s&-Fr_y8Y+Rr,R{w>Mf{%chL×H\զM^dիϿ7@ Q+5>R(@_39>VC۹f5p( XRnBBRm|C( =OA_,1qM3O>1)\G96q.8薵#%#:nZ|Ɯ: IQvX#%aZ[*˜RPvce`SlЈmt+n6h=# b8 Y4CfhMI!CCZ׍.GHC40kJ?+kic~PB yءA&V iXuF_EƐ59F6oiz'V̳ۜ6(1^w c2FGhٕݨam$&_/VPn:/܆s3{XA:cTcG'~|9>^(_s?t@O!?mˇ uMXm<,a=LFc[޺^~ Lbs!WZJYS5Y($0`JQLmk9TiujNMi 7pJ⃳nH8F%v3&хZrv6_jA$o$h8R@/r vkVa7q:EaU`,k~I/E"ʜ L/wԎ"ܚ tK``Xdf J UZi RZ#dK,H!J=NGEvp_48^A0um&/=g<Ϧ$1 }UkEuM(nRP rVQû-o9ctQ*sN^c)}nQ9 oC!J+%Ϯ""ڢG"y;- D#6oa곏W`(DR5[CHx˩ $S:sA`a9Bh]l^PEy8E(_A/쟁Slv f|._QT?UK^̘Sl 6$&j&ǣ %GI']%>c벇o<&hoܯCV\?elrڄ?8?r*ZFL@mЉCHuj_ 49du3f0U;2vrɫW˹!BC*H'=tJU֐ﶣg<` E `vFޞ347Y*[9:QHOf ᖍ})B-6nghbmfE8fۀ9: 5.k.S`7_gwHpʬ cZhHC.p@gG̲enq,XJ\lcjMNJ (q/e` OpeKUj8j*+cmi=PуȖN/0 H9EÆZodIpjА5jU| 0Ʒ Oרe Oe Tݘ`LV(eY:U:݂EROa_mCM7n,5+r0[!Nֿ8#ҤuE]J~5#G*j P#v7HiʥtPR*g= Ƣ_n/ OBi*eDQMC0YK(#C*3uVR6,}f=Z_l5٣^o^80aI~;ņMJ H%u&A }jbVK lyz˥ţ샢b6~)D?GHBXi'F,?pwAca6f݀:Kr0SI=g#=EaIqYEVQ 懩atBg>6MCSr O =5M}AH٠JHu1ijȶ(`4||҃ǰ +`Y2vW>b(09 v)|IM;b4F6 L"7KsSfAH_;90C<>0E7YRQtO7w<|,gW1\k,ATdN(5᳨Q ؆rnZrᅖG:N dJWDM֝7|d0rPn C(yt(7' EJ\l늓2wYZ[࿈S E1)t~['N?h]ܙ&jEXF+eh]/74Isۥ+#Y ~pP:Jm@vhk12G:~rDsJ"€IV dviN? 3t@G ̈?n_<#O46t](IM5@` Tϒ) y#Rm˥(yM"Z/m 1a}` \1b[œ4E]YgF]֝kr}ģjp^ ;v½~n,=筥'd &eFK[DJq!)'c918:VaN);xC5@=LEq}1.Qn&Qw̒;#K/lITrӠ.UM6 h4L4ITnU߿׊b!໣[h!7n8|4vNǝ g EPQ{=OO45TV-s!C|F-rL%Ddg}=>BiA.i9|KjäӏNaNAk:RC Ș:g9XӔ  p]{\|Kb-^,ƍ }T Lc._PiI`~žxAI怍R;J|D$Q-eE˭4X&y ׎z!媮2;ÀX`,XW>D1_x6K?l~ю_+4A`@] sCEwҩփ4 SLG n,qh&jsHG@ymG{':)5~aFqEq!W:?Qߓ%"B@wTL$ޝ=%{p_<~ʒz.\[K]A7zdںΑQwѠ0eCnQ.YvLH23`ͣTdk& E vshhaםFP"?RYzT,I*gL_<}-gc0E̺VW'R4U91kcw˻>`'ͯ^zc#+~vMk?{DGyT'054ә׶jٚ%8xh`[|]:#Qv^7|abӖ LX(U4(R Bx ~N!ЀbƐ@\nVRkka:b))K/6#؄mN'wJL Mrqđ*7ߋQdoPxa@P'^a1PV [qKE81#r%BI3`9n3{}15 jTG"p<4?O=v͍RPų^e 10me ^ , g>İjUj;Bh#+p ^\h,SAl:]+U' ~F))Lr ܱa!mE<:q7cW õO>v»>ӣQ {gpSW쀺@H9w0hUd([C{^̈-Jkx֤G3]H~9߷W{%y0$_Q:=J]Q& roHoNj> ftfX&6甿~Q-d!>s aǼ) 1nzqtMW){ǒ/D (g>CNzqeZ~g5ev>buꬉ3[S勵zksF0=;M'd!l ݚrZݭc _DK1|脋(35}"poB: |I3jVKsZxVr|-%ٲL[e0J/A B2*EV'ϫԟЪ>tSx {9JY3ѭ:Ŀͥ 煌X3<2ظj o}d,(m%D?a oH%Y='\OJ&ߌg͹[$4Lj@-,:Jkx/p1J*cY]ҽ=u :=Q,StNɔ,#|CcEZ;Ykl bAgA `<ēWU`EZg1Ѽ3$."r!f`Fk7͠/l@-L.Mݞk.ܓlzY)Y*ĕAM!;, LĀ"v"5ttO>~g߾~||eB' 0LG0/;aΨ+S;+ZB)G;n]]ny FE/ 4STxL(Ka(c#DCw^a̾KP5ٜ[~f]g,Q~u<@'E.r@.LZ,VNum&]@^Jl|oЫS7A!Xg04Tm::ײ:D Xڦ`άL^[K LMѸ ٠`!T^Ϧ8sWBī0>N#wτl:%V/-n?J fPK#`E}eiHStλQ 26~/>Ftbrm>j ]0?g09xԔos>b{+Eư7=14:t}lإ:O>Tk[[6OZxThl:D`yS7„?nZb^*G'CM[v#\l/w.G!dHks5NvLeRR2=Xg"# )ri$\r8f;f5;_@9I0cB/(/Q> ɘE{ɀEP LQl\^ݠ?z3*y#ݴr:qu:#~g ^:1]  2E3tnoS8]AyH@S$=E:.{0xPyr3Ib*^.z S`ٌMYꕶe5NKkJ :#֗ EϬWCHmm~ 5_Np=^.ٙպ+U $|T aǁ\ B]rxQf]l&Dظ(TScZ$@tmI+x,+\d V DnUCW7Bz?.M϶4*x.IQ"k.YJ5* bU@x)8 gE^_7c#kz9 7sFQ*؂'̇+P;挭\IaYt Њb$-s&agGY5 i)5>o {$xz_ ;I>v4BMzUA&'4{ LfkD,Ť: ?/1 ֋[.½0,M'تtuDW- h_hpMBlj9 !Ӗ/d`Pdy2j `Hٿ.m#ecT!~կџV\o#[T+]͋eL7CKnvDdM|!eHK5\u HcUi8~)ha=OEkFRȗrH8V{ʪ=@d;~_ל syn(S7 N8\.+#g`QEӻwv~LnRsGެ$# D=^SB@p4q1pҁllz̀7(^Mu\~2@C!4ݖ. =@ ji >꿴t\#DEc P9ӏVOlbX 42TvrXwc߲@giq$Q! m3Y8OPqZ~5U( %⎿>wXZ7" [1AhjЬ!(a|W! dG \M`20K\MW^GShpMroͶw g>߬8 81Iȩg Ԉl!VfsD!hp1t//.uqOHŘu^nĖ`^t%=xV*G @&Z_ZKdbn?[UT"G?JEP>(L#9P3]U%J7[_ʊJ3G-}gsE:/?kue77vlf7Wc<EC).RsB@IS~3/gOH;*́Bx*(!MIIMeTBtx K(5!z(:G7>cPngn8KzJ5Ø*WgLV{9π N(v#m: g;KzՇ`|sN/fڜc Ueb\BVˡJ?=p}U gWp6`)Y^.htp{+5V^Mp 'wnj7&fO:Gﵐ}2V<ܶ`f8@1Biz7S#/2^E8wֽԛr 7 9q;,7_N0^Q1!we }RKўL$NZxYXPO$ E`g vCwb34eЉS5ۀz gTz¡^difY ޓmT9?h\LTgd0 Jl%Qs:qLiOmRͯA!8d%=.`iʝCyOg\ci?,Fӹ?4V0<{j_6^sWF+&衊n\Dzd*zskssPK'wmZE=/s*6q _ H%Q,ƒGscB3ps6*)![B[ +\ˠFOHnB8ݑp| ڏ؋m>s r#:>-ûDhqaiFnm<7/N/S)*C j''yjzy.զ #NC;xV5t]tѮ*2"ӕLwZ."m]R{ܭ-nAu='WϦõQfWlHWBQݫjUnP$0fU劓5#_aΥIȠ%X:~_=*i9bRrTp[8g>zL/bKJLPm<Ftgoad >k!٬Hu%Y˖!y/]Bg_K4JNp7R&2wg$+g1vvj5/\3Ii"7p]mԲ(tgc3f; a;aq%dQ!bmདྷ97u }BAg w&Y`'_;/,w n~91D:OR-cNkG"3m 8cx1yKwUe^I+u zw*ekyX-QRI]ӡ9}}1h1}!S3 h[WfS\N`"{!ÕyшdIGʲjdK>Ƀ>ݿ{|uaP N7 N].W5?<( ,lռpW-:&hB6uc' 2Wޟ| E$i_Jň"Sxfv^ux˷JJ,=A+*J:>ՂgbKp0^͟ jȟ *3יێku`1sWƌhp/qʘkMyNp}e h 6aAl`<[TyU2@#!nkWk7]olEzf5 RrI05ڼV&;ve+=i H. ySݗ津q~kFa^6@. ij.#z!aM$*` .RGҼ7Jf 5'ǩÓwM˩<D̡\aRC}`-|nWwzۻy,l.m n A)wϭ$f^v{Q^SbXԷ ÷P]w1s΍1?fP@*nxf*""x"*=}+tn;,D:@>."ѿhuᐙ^oEPJ$(`ʈ*W8UTPhOzLXz.Ota5o$ l۟Ytqe wF数˕Dz|)tfE ((&HtǟQ,(~Po;r:wwy䬢p|-pt(YM}1+.cv<]*/J+QLVlByaFYz, αb!ó_^ ðuv5Üg`61*d̀K)vDu%쭂FgIVZ ` 8,5`CAf B2@gR2=2i a@.r'D8Qt6eY@csRw;wE:s-#ȉ|x6 ܒoFsyY'iPj`bLys+>SA5}-Ġ?Xȡk|j+IDG%#nO^o)l33R.M]' yS%M:o8OrRJ4QScCS!Ll&Q ̷+ %x3 '\(GGO{\ۋeTW׌H("I%wMeT <5 O :lΝZ@@coG9DW ~bd Q0x?5@FhG92RDW #ACq)py}ml 좧rI"2ֿ)۫5QhQG5M5k `׶G6IIB@sfz_Cu0쀺ɗS}! 7kv!a iZ:d;-|Mh igAtݖ!"{^2.#?NMI?ia "UW*D6[\T0 3a+7_2 /P^ꃕ3J9iX32}-P [ECrU! ;N4)C H x#!6t<"`/@ # NVNgr%*(]r(?WMj+`^ ytPZdijxdޕ <[cp}h>Nx%,!oegGuUKjs9UJh9Q`$Ug{x~V7˞!1Bn@% fG$ l[?%R4'Au͛ O!Gn$5 i{N=m)Yv,acOL+WMd3RS"2|*jgSК†k. . pl"b]^zwjWGKt$U?$ڼPaOoEJ+e讳g{k% \V=is<~Y 6;ʛ۫˧*Etha ڳ%"Mjxcܷ&H :j:gB6fn2D@n DXi\f\7 2"M%H'yA2ݤm @CDMdXw,Vی̇鼘AD/sY&(@6|-N~ǖN+;PFINMӦJ+=&$1*CWNlbDH6PGf!G&{\\OQ2>M0RF5<jmjoBݡ4϶]q乖9uLg=U+VdĐ8mBsa[7]$+(LДC]oF*VIͪJ.ۡTW/3Uq<]10 T6+Qp=aq!$qlϏH޾ 1qH!{zCDbh nöR6ђ>Y=8 6;8skCh[,h6%Du9.P4󤾬xcuF{PJ T.Z{a͕8$]H<Ρ R\j?pGIMJEA( o!Av#A.>Gg%~bJ?Fk\u4VJe+ØUY/3N_$t,XwOH>l&)`ƄY'?QRV71u"&Kp?~ԯKi6៾n6 $D,fip{;릮AfPtdJ,{b4I`XZziZ7NwrJW||{'HLX荘9mm`{.^j%Y/"Y@% UYШcl}t#]]wݸIzuܴצC>%A<@8j%x19)j8Hm-/!M"'_פT$w6'Zг#f\@PVB{2nݼ[A3$\8x8݂̈60 [(6x) zxS")"0HѶL1l ա וM~6Q}tqׄ OMIOq䩔{(aw?Ƨ(.tĉm9Sa~20yT㥫]+eL wB,p]5aqPMEhp/޵ؑR Dz}ܛ2ɶ 9$/v>z\:n6YӮkiy2 fol{T_5R+{- ѤJyqJkMWE-~NM>LE]IϡAv8QQjl0B9A^#^>=c^7 !C~\Q3fldCX}|DK{nbjLxVhv p{2> gUTnے?l GhP.5\kiJԄÌ=On? idPJ5/@\ӏE ~Fm֓ JRg,x r5n$(<~ҎIZثOa&a߆9KP. =Sgc>.8~fY b|E? n$4jI-(Bg(99sVJ4*ywx 1=>P̌ #X_^7@j9ȴd? 8HGu$srS0 + {`mpn$RHN}0&:mA tU/ A*Ì\#9` 7~,R(;n= )onxkg(4&#֨ A{IÒiv0.fRP~(q=d^u$='\Æ{\8ρA Ҧ%6mbg z3x֢q1잁T̟Fd &ӶV7G$PU>-~]XyۓHY*Wmr