dhcp-server-4.3.5-lp151.6.3.1<>,qЉ]e/=„.SJO#9zو/=KQa84}_D 01gf%!mDvQP-P ,+1S̊vxӯ8nUߒpu1jE4 {D֋G1iSuֽab΄Y ?q}ƅ<2Ma^Ѡ+3#II}C[Hb4\+Z-ymwfyyg~ՊG(߾/`ƄF?d  0$(;DQ j  '0(T0 (0 )0 )0 .0 /0/00011022 3L 5: (58595:7=xZ>xb?xj@xrFxzGx0HyL0Iz 0Xz<YzH\z0]{@0^}b~cd2e7f:l<uL0v w0xh0y(zhx|Cdhcp-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. ]elamb03+]openSUSE Leap 15.1openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxi586/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]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]_]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]^]Z]_]_]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z]Z7978c2fafe59963f7d4c3fe8808fcefe308b678c9e3bb5100851bae23202545a7b3d671f80659c26a8e0a7429778621b1ef5051e817be1b6ccffbc4581e403eaa2500c06cd9766714bc9c3427e8df2382530d61950dbf4742f83e1846576a0d7cf8b38cad0c04068a136c75be94d191554c7ec5031645f2db410d9b5f272dde60909c4d587d3447cf7b47897965e194a1d15d7f4debaf8b9681f02e79b3010e443097a647bbca2a45362d66dc92f764c21daa0f3b2c19ae2651a205fd4d6d8f091b0fe8e6036b9bdabd80a29f070e2a735c6e76517a6a17265faef9fdd936bc30db0df259bd5afc5099107402daf722ae3368a9709c4e47b44e728ffd41d65bbfb34a088081a2c7fb3b08d255dbda8f7f9a185dfcb7f789a3ae266e3f94bef0b56731fe07e0a0d12481ade50cd03064ab7a373d6a9c8ad2358e02418fb131dc6a13323186b8f64d583b640796622cf109ef3ecd492a8b36d17d82a25797daa12bc868ab3d088b122af68a7987c3d61ba56960ebee66f2cd35e7248e16edb49aefb16e55128fb43c56ff375560bf2be342e0228b75620fc53b404149a7c4e95d451eff864f7f61248b0295d6373c18a03e8667f444f61d7ce89ffd884562c38b3e3091fe127f4288c8d018545a423de921134ee49b050b686435ed8224a4e1898e4ed25ce211fdcfa9aecd4ab5e5927dffb38c9a065b18593599e77e28d63aaa51517f0e7bff21165b4c649dab51c6b0244651b92d954520873e8632fcf680ec29545ee96656d36de0a18593133d8de55d43c411ebf821101328123a92bbfc476../scripts/dhcpd-restart-hooksyntax-checksyntax-checksyntax-checksyntax-checkdhcpdserviceservicePProotrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcpdrootrootrootrootrootrootdhcpdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.5-lp151.6.3.1.src.rpmconfig(dhcp-server)dhcp-serverdhcp-server(x86-32)@     @@@@@@@@@@@@    /bin/bash/bin/cat/bin/cp/bin/mkdir/bin/sh/bin/sh/bin/sh/bin/sh/usr/sbin/useraddconfig(dhcp-server)coreutilsdhcpdiffutilsfillupgreplibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)liblber-2.4.so.2libldap_r-2.4.so.2net-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/shlamb03 1571069541  !"#$%&'()*+,-./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.xmldhcpdbdevetclibvarrundhcp6dbdevetclibvarrun/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/-fomit-frame-pointer -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_Updatedrpmxz5i586-suse-linuxASCII textdirectoryASCII text, with very long linesBourne-Again shell script, ASCII text executableELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=f61f7e287c0a82570551103e69a4c893870d7101, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, ASCII text RRRRRRRRRRRRRRRR2W^4hE]utf-8fb9433430f39058265fd5c0ff78d0a39ac3445b7a5948186cf3ac23d27b1ed21?7zXZ !t/cA0]"k%{DbRQ`Nf~T#ӆ,w+ 5MR/v`|j~SZal[Rp&qIxֻ3q}\/;OYhW79_d,:1jţ7fIdoؕ[I11{Vfϴ ]Lr SkS&0"s]6r W*c$bQtbY"_ 񛸊ȯːRF-9u >ߩ ,loؚay-<u-wnMU9GuOøm>b/n=UVfǵ b6݇ JTVr ZT(<6U N-޿%>)ÊZu/~l?ٗ S|Ҡغ;rvP7-@Ta1X>Xo8T"χ'^ҟr)E|,n%pY,7FUPl*lTZ%hFۺS}=Mإc"7bB -ipJ%%qIA^V}"YHď P ^wc#ֱ-RY/(MgW (Ϡu۾+D' n| NH/,5 [ uT#T{8%g[k5 88홸42C0GSQ`qO]q#mBT)ZDƱ5նw8ʍiin35g0Q6f]ͅ5V0aLICpvڌnz)zPV~=ݷ sìH @cCný wqa:&'2@CՍd]}0+k4R cPuX(v}(LV##)ov:AaHPvc~@?wXe\v93eF m>a"^6$Lи,HC qX~s0U]y楓zy5F {4+R%"#a Q Q _li^KnQ˛[@bBNEl)RCdf>~Zȑƺfp#v3(ۦ=o)c~k8 R`ߨՖrZ} @{'Am/Jӧ^NxNys,Ht]nXjJj0X*V(Y'5˚)7 c!lA`n\oy Js]yn XR=\(6[PԢ`F9ⴡj3uswy,4U1,Qk C=~TmײO } MTЕKu oëYl 4˙|Rq"9=ϰd$4}Da  xi$a^7ٝQ5 =Hbf!)}d|yʹW+.̔|g 0EPjyf^癿L4eiÿ#ދeB睝V$^tя.bp([REU6^kѐ7NLW4N;B.6ɵ ?.$@h(mq[Kc-ۍK )?: $R6#V5䂞zRwM*:ZvCNƉvԎim)YMn-;1@i+$K׭&Jʇg!ʊnw1/ͮo+<{F&i s V00CQ#/bSWz so l5/`Wd(_xiϺޣB*T,TĮ rFOnFxr45kc%2}ћuoEmhd$sAZݥҊN<,#Q%$femv-㗉  h%/볦s$7||CΎ{dk2[{g=l6e)Z"cC!U!!^ǾMLNxDFif) py@È%z #[UKbLAjD[1OL)y˄gt{ VpbFBJ ZD 2~[3HEaҶ5-\c,zT+Uȵ)ohQ Fwpq=2\c*)Hg'MY11ʒƷS (QSjH^em\+_:ܟ% 7*?!U쩸,^lurj09?:7(!q`BDmz% `=nϐ o`դ~iSǮXPeqV/\)) \z_d`M]C!|yBDGoP0lծq5{vd,PNunp{Fc -&cn Ri2/YK1̠ȁrg~d QUs {F!U"=W!?hLh7=̲Rv㠬~xD1JDџA$bd #Y67y^*o{JTbCpӜz$ cQ4AFP{w猹_kl0}G/pze-Jr5'0#I=:E@>"zCM[mSFGuvt~L:2B][\kL7A@U1dJ =la2R3ǧߎ4|X>%=cu4-o7* #ҶdV8K#<(qmTWc,=`Es1(|C H/ܓ|0m(F2 n/H>|-u E(5මog#aD>R{wcL_KnC^fm](yҙCy.NO>,U@M}[{n=B{Ά*Bl5)u rզ3qߌyбR@?Oȱ2 J5X3R`=7Jmaُ'Lb($Њ޷q0Jے=G0QS*6jUL-o0-񃁳e\DYF%18iI@aȇ0@`@OZC.c`'C|y3 ddnm^8)tbnY Cٵ\7HїJ$Hu*(-:L\v&%'fײ)UaiKAh2HZs9D2 SGUJ)N^KaMU'8!n(-7MZIna="tC کa~uUHI~t d(#硶FXJ|K-jҏdIK@$jK9Fׯtw{VM/9c Qn:|G8$u ;XVhnIx95T0_>qqlӽ-fD:C#{zTbFZ$hӮTUwUcZ9vq7dh}lhXVbF;#Nv+$fa-J+UN6S 0kf5PǗ^af8٣%yOhpdIh3p.j9їDžהoyp(/W#,MC[n?{y=M[j&hTzN$5T x9TxELB؞#ͅ^фU4%] eԲq^;1vͦ_,y?̣_=#{]DzSQ}!#L(kRͣL3XwZ:)WWcpA4H"+0m r!jӋW1"l$:ܲkp$vJ )LȭU#!u7WI.zs.D`9)';kjqЍV 8¸ߤ[y\. ryj-7p3SbpOO+3Э#rs>z ]79gkyrWiaF8X<&nj)A?r59)<+xf_`-=GİqC)ufaN學Rfy9a옶֐`v-#`2}H?#wH9 N!߆(I@V+txKWmoD|ec<ԍ2hH>AV%GYmAo' ]R 25cQθCbCB!QZ 7ȍ~QGOB̢]-e` :߅72NaDƯl n8/_,h4޶9PF={wM0YOH9v2۾Oh nO֪"uSl -xiq)8WG9$y5w7mJE3Ik\1C͹-cp;MKOy8\M'߂iIty£)WtkAڴ($+~H p[y {7|z\n`;M-5zuH͙;%AYoAUS(;gͦ|IIPO9;!{L>jE4|3O.%ϟ =ܙ16.w%.fQ.߶:KtQ0Dsb3JC`WQx(Ugswj9mS,[:_crEa%{Pzҹiq|ԑ=jЀ&Ϫ6ƄюJg4!0C~w)Ѣh3g^Jw^!SG1M T}n5C3bFcxseQ:0MmX0u,UAM׸s V$|̟~}[TiW& )ٖfE s 4pIr] L~4!3/mi\dSDV/粦3K[!@5uzJ!>ZѪ>G!iK/H(Ci̖ zܦm%\5=qu03VUC%ƾNwbmh=Ӱ3NAdy|#vҦr?(drgŴj+՛'t7ԋ]F4g; }3ʬUmQq؎1q%IEs_W~ Z  ^1I,D\J[db` ՍNv%=+0C= ZX-~QgrHrbY}:͗`F[ECfliBcI4**AHzPRx˞ bv5{ U7'?N3?(ob}v$SZ^BpKl+9Uʜg'A gCR51YXWMNW 0 !XxKF"ߊe#[ 9ЦΡSq,?H [G:ذ~:װVeQP >`y_.3f(#+ ttEO9;lO`g@GߤFa܁oƲcߚ 9hD-H zYM 6x w*}l8';cQ01Ksjx=9>8^NxQ:>WO1+XOK]xTXۜl1n|d JE~dAs+[ZNAMLtHUbtϤ64wjɈٙz]NͼjOlX0`&!@4fc|UBn(sCQ}|D, V`MbF8,Bݣ/:HQ ~lwI¥9%K=㽝ZwC(f~(e}X21`>;T&ё{ĿkOcCݧ3 ϰ:F*9r3LbmWD(:N(ﯮtʸQon= +_%{fE (;}=т#3@2T*nil]PX3gXy^+Vy:Q\vu0ӕ?ږBa-j]@9Ei3N׆#L{0#? v3 wEiB .?Og/VM}HM<8 gc;7V|`| Y%DZ`NPUe6'.k"y^{emP6ªpW;l1ʅc-U Ar&gN~.p)oboaf-*9v*FE,Ry1BN_zum&-&w%bzX ccMKonܤ+l ZsŖRjhq&G vjӹW4)g Ȫ*8G^X$HK - 9q(i6Jۼ*3=i>\Xk,V7Qޟ3J 'SB~m FNj xH v|<0;hrB,X"1ރG2ח@tb1Hii4gpķAǝekeU%e7%Kwՠ}=fF^$SxЅc-XФQ=84Q${h\j2 fRƯ> Ďy|gWҬZDS QoV4"-8wUXH% GL Ӎ, M 5& Y?YD/YfD-!DI5̏ D `aVcJ = /x ڍ}VßO.mI%LS{Hd{0 Sv ܴOFXT0 pG<<̒Ye]yO=78u68ЕKXs mLRLpʒRXkKnvf(LG=擑P"@?D4e7R H|D")VE? QIA;q+u܀m/5y~ȷ^TWh+K;x&*PxP=-P;{E͢ardCM%u0 .GNx[m}9PII0y`@N{1 K0p!שxI] t{+\]؛oAm>auQsA ;?Ħ6 !դl?gOS~S}֛tk=%\2O pP_g{>l>ZWbyL_ا.m+^ vH$ʯxQ[FJv_tE> 3_uDݲu". 3Q Cr}8rBr/'0?M(x$wgrw}'eҶ@+Np w@'9k!W<Huf~F Iпr s"?uNy0 bH] &%{sB!nP e T~av_@ݎ? 'ݤ%hݼ߰0Pj90EyNgHe]-4ZTN)& 4qg޳F$p[hL| U$! N >2uqkįrbX%^Omޞ 8ÖkcG};rC>I9ӣ"[33;#0T*ʎFf}Kfu w5S4%h y4XݘF}p^tئ}+/xi܈ z[c'K?i>M;|v:H:xѴo8iw Y:--iO 4S]`lej~V@JynN Ihf6i^ۗJh֕@nF8Ky?X(*VmvqfylA "}6RȸbVp4އ D rZ_tp۳NߓpN*+.[5C#|^u'GzS:f㩙-{d5U(+,ޙRJ;N*\bqSRl,~LtjJd8z_EiZ<)/wZӕY@PՔ7㊓]ih 3uiG9ִF,ŏzHYxre>xzJc<0o?ʼn9D},>[/pnM8Jtae!qW\vlZ"KO̮Ko4bâ(1y>ɚ{c@j7ѿ\OinuS1)fvuV| vZ8տ2}ӕ"7Џ7v xȼ#Fjs;:g[V0Nw . 8|y#:3k[:mS3C&QF19•}n9@@ iw5-a Iv576w2J.qxl"FbY0ԁ¶xz#-g7ڋ@XE+mҢEntQl䢨%}S-= +Y=pخh2ؒ2!sWEͼ2ʆ~G=9=l% LAv G(]< M=.~~F_[)>pn}eՎe/$txVf< dCK$SÎ>ةϓ]|^ҡ(}ށ9L* ׈U>+:2%J{Ap$W9tںJz\kX8 ,D֐vvsaAQ:3wYbA}}da݁%%3J(94;§-AKfq|qP}z/PjդH4&1&mܔ- iJ1.1aZ3FHw8<[1yZ/IX拓)d`MQJ[1$=Wl:j˹έ%zJ?u@C#|Jj_š5@nϹF~lgsNxP咫Ȝ P,Gc01]!~Oō ١D %fk9s m=iNmѰ] *wm9z9/@j"N|gZEН)zgzKf8j~K"di" 5x0TVJ(gN^0^GD^:?ik٢\]aƒqh<"\HMaP`&*[py C~oy"DR\b? ^^ύjeJAZ2cHMdK-w|‰95.W+xB=W  tPh9b,j~$. Yrx Ų՚vɳ2[W(c/6bȸ-Vc) M) %)dpᴞI櫀G#KG[8P;:g2pߜZ =yў$9 >)6&;̉.3%(akeS\eRm+\?YX;icdՓڋ{ i݉菅{/-Di9cڗm)?18ot8UVW iG '[=ҷ,츪AEL?NJF3/zP샇rװY`4g&uh7mߧCd@4Zn[ ~'ᯫ|4X $(u K%^ wR&"a2´` } zɥ~֥ȟ[#p騄`mw1]kndLtUܰOa\ <p%D{D|Ū&#{>eDa0FpNnPьYeͺь0"h jwtx<GqT". ]BzӁ^ӛ͗~rs(&"vn_*"/u#D+Vt3zj, X# gZ s>? W61V4d qJӔG߬*vBGC/'kHQsh+84 ~_W&6$!=Fetm$ȇ w>2Iq _gg:?]i^*5 +ѱu7HQaӟp\OK(tƪ S"7bV^RODQ<.,)c'4^0SrBwxOuz]ф c B?ٜªO:*dn7kmItޱZZiI!'bF;]\w̺1p+I9 6 b,P2|Ry/9{#:ֳ Zk:Cѓ"k 8?ֺFx_TiETJpL0:$WVnKmF<'+NN9O_a;o,Hw">2nPU J쏰CFrv%S}`O^L֤ϼ-p"˰mBo18g2`J.Gj:kexv_Ao@v"Zm9J'^>Ve"J}Χ/pW-!&GFɉI+vj6=5QxGٺsA |cbsgb8.gMPgsesuοyey DwgW(> 㻒J\ (3BOqϷ4DgpUb4UQv4[ڲ/cql M7?D"Af; clvό} ͸, 8 &rs{h^sM|(gHu;`Tk{H^IMS{eY6EAeI`Ur箕8zPC iLrUj_3$>Uqz?˕ey[m On.t8dbcM\Nca*fUՑ:ʍ|i"^SE; z 9Imdl~ܤCt$Zsw &!tѿyC;*[+Y%͋k&$c7g7[)۟!2sB6_}55S^@͍/W s  }T/Nv`)ރŅ o&4yHLU0`=Sy= {t{}@ڐn~ $~1AEv0Qj<&,%K p50#ZUe?o}H'u֬t`knVRr?e95"VJˁkvȊKul{Y {zNb* 4>`l㐏I{$] e/M;v}'ps#\7n5@tP[^O[.7Euϰ\)2ј;]GlT#b?DH* \%^Jy.V1B]uRb;2ڽp.; 7u3*t|c:&D-315 LXBk03GV^j>ⳘC+u?\dмYhJ^dKش[j)k[.䎈׷SoC.grSɋ_ٱyٓؐ3nAt%%53 Āu=N*e1иm@˱M¯>II\rIO^ܯ 9 d^ءHW=8KOd RD IwGVF EcC22A̓?Ģy8pv! s{nI.CfCѢuA62rXiǺB@tN|01c~=ьN#ʶt Ax.aaP&mm?Q*9l >t98eFj|%U/~TU+0^M})=yε]p{P6|Rq>q:? 4]EҐSE84;o&7g=]*sCKLeXw~wQo\a$*;d8(U1/Fnlv=(W0 @_V`7N쭔 ċ|\".q.V.y2hN0$(d`,xW&m'1'QN%Evavvű 2)vA+?suH 9䤷 WңE_QK2ILiȥQkf܎&7i'- k㓩&,g:?XHc~;x*r*G,,fo!,@skzҙtͻ}Y3iFG3u/C2U*p<8xo2Aɞ![ w.zܙZr?. IB̫7leiuogtP.^g>\c~Q젭W~CI=ɛȗOS_־` #v2R².|ԐS=ϔ#9:݆e_0hIА+dRD }9vB"FUNToS_!*OA,vVCY.l=`#z`(DS_?+MGɊ(qe`$!^Lܙƒv#K((ߘ.-,m>*DZ!2X@iQ%6M}hp]7h+,@UCTb=yr``lX/|#!iFC.3w$E6/\qVFs؝}irzB0?E)YJauv'Ϸy Ӓr5] JX`G2ĩ`1؍( 0`nsdP@4/-:90HȆQ[3`m\+MR61Hzk,JSpg2n6=o;JI=TWUo] de,eɷ^xi Yi.e7/!f$yɝר?\'Bxa)kq#"ơeC.8p] (m7,set]lR: z> ̆B|*M?my3D_ -m'Xw1LFS.cfh@-!\1&+JTDQ4bw/o٤ 'llCyW1: =9A:5GD11:5YMQR h.r[+vQl].2o>L7HngrxΖXJOҥ`SĪ{{;nsA"A64WOBg?p= {9ұ&z.М%5* _GpC0u~SC"9fMM!M4͂];!YimGS7[k|5$V6 o8Á% h̚>q>y8s+"[wluRv0P1sbJL9{szܺ&g 'p`ѶkgG&o;Tl|6S}YlX /P4Niu([8l.(J[Ӭ[ْJhI!BghJooZknt?39FmXr% %괰ٳF;f?~_|/\P<`ou~KI)}2HA@_Ь1-4g_3LSE\y Cx&#A(,7vm "08mBŕ.tPj`vW U(E`a>Wۺ[T5v,nITL?I}}ZT*iZ isShV<X&:Yspן+80L,u]ﺀh j-KΗP/,XKA("S~l$TqBw;Z5YՓ! N2++zP$hq ٵ$./c-ۻZ:ϵԷْndAO0wƁEu)">[[[3[\ʮx Q4:cDKS&-u[,hwIs%W[1ozMP~m31f8.)gY?Iu땆%սܵL. M;Du87a .#f*hUMuDUW`?_h G6j?d~!B ` ݈/«0 P)NNn̔\ FfpW:z7.+*7H,#n0[t[/h5ڏ]Aԡ'ltә? =O.)|T f3$oj_ WOV$fD9qq9ړn%|g@i6I5wOnyr/2?L[*-( Y=]wʒ-RT4WYW*6f `Xj TQYϲn24Q$cm7- hGN(*D%0z&^ 'E溷B #i)&нضl9[DT<[l51i)6&Z+%,i(+2 e+/$f >1oyBu15TnKqȁ ?i"vT4:&`kgs;w >F]0{<-PA]ء7Ae u^Id [jl?=L$EVR`U.0>+M8#پIĘqՙu4qɥ` YQޱژw.+W|pTtD$iY Ce'~yCHbߍ&$yj_ Ѷюʄz"/KfeLD7;1w=L.W*$@C*cI0?]#[B3 @L˞-m Y7V!JY~uSPYljGH>֎Amk0ؗiqzC%M~bW2%,8Ҹs:%%k,T|Er$lhW9e@8$uӺ|ϟZ$ִA)ǝ,qBT7cszL\$Hݥ4}5 cZFHm]NHCfjkCl'![+{s2Lc+c.$hq)=g+c?-WxҞ-rpޏJ\' b˹51Rb'߯8|bg2>ئF^77 0 <$v&,]y͔ow9%yiE;CFL';LJy45^:I>]s?Ӈ ճfBql?6j,ZX]pO!V.,;zNNO=5*8I-W|3!E&5TkwǴȌ8XgWHMsx[dz,:VAH 2wsC9huDil~ɴ,<˥7FnoDwԷQz @cNWVu9H6Ռu-aIʄtǦ"Q8kߧK]2wHʵT@jsYꌖ'MB ̻eY53t KD@N,*\7vjL4=e۝+f?}oA ke^||ף, 'Gk;ѡeH"x(Bq*4,di{ gWh.QkӾ.`,[U!4]\9HaɎ/KBpؗO$j [HNʤ+j"Wb==k(YT3 X`iLT$*PZϭ221L]X5ºۏ?pmNUvxW Yge#Hˮa4V5Yf^s.LfkvDmEvo%p{nՄAt ,pbEeu$獛)Xa 0`!H]otHHG3}:@&1+)28~ӂ3L<ؐlNѣONi~fk n]Jі0h h(*W ^GżV6#cP'p~szo>ŒuGrl*?LnuNZMIUqlo uɱ3,L:Ɉ_y6dg;`gwDdCeGU=Y y@|Š9ڠ߆{@i޻k _A]&^qk& :ӫdE}i'P8M,{E'dMFLc0r̖s{*B+1E [ =Hw}ax~wrx ֔;0EYZcAP5%5֩bdȶ WuژN^+Sj.rxszxVOMϖs1;1 RI])e+^fKeY A>Ϭp4 .sI-pa8n¡l.+30q>A⹞xrC̓/Om\d$pݔKbmE ٨ٱ?Qj T1s ‚b5#*~Њ~)&B8^ː4_\"6Ewx{ GжA:VT{Hdx~n%>R,̌/qj="9_7EE@.ADczms:Rwc|5}ZzM#-lyJܸ!!ZaA/d|7ReaY´x4WI v ݎ<5(7 = %a u)xf[2K$&(A3ІnF~*s] 40[Rp4K2EdYfn\ Lj Oa Cəd"}zPF4 ius_7^^-2H r!ڇIX ]x0okw!@nZH#GX:A5mat{R2p=K \nj9ܦ0CS<Ԓg1l+1kk"j˄I= @tr a:l %|> #f9{ GVml&]<(l,.\iwrГFb)=9KUV3&c aGM~^\QQGN@Ժ =p_$cݚ$.w oyV٢x{SmPiݯU~"FAKqÆ4Ho򐔡&Bqb56G-E'*IzxVj𒤭lb!5_Qt -qjJ-WYp#(CQ#e&C<, "Igo@+} |cpK n0뼇H< wa ^}@s`DZtc& {Mܨqe9AŎ*-+.ߩs]'4N?r0Y}'5 E_QzݧЕĊZOYqwH(|azZz7O)`~1_kDSE!@ECIƈu\>nչKgT|Шj:$)b},S >xn -9ΒER 3p,k GEƴ1(9XIVj3Jz!/¥-'&jCZW((IkOpJ{ aDH/}َv7uĤ.G%{s078j{ۄ4*B=.ݯof":\+LD/ɬYdҹr$j1- w`2=b|aqg#]^뤹mꧢ8 {42Cשsc:wZdEBix.(^ĺ2{*VGnĦ8BtO'J|Xpl}(CDxia_W{yil:?8auuM+Whjz%5ɺGd\^1HQ0X䏃Nk %h~M1K?O) )ͭĢUs] !y$$mÇe"gk)X泜7`0I F8׎y̾6.S~#r-;b0Oɜ~ }-Tc9V<:lةK@T.3GdvyjwZ>E+ʲu+P{$}YXcGџ )ڍ("`qC]iiD+NKv{IgBȎLwX,|UIKJAp񆇽?[+U .2;g| E@{fcVIȐ%Z`I4N٘h1#b#WZLoA?z6U'JN8v$aM"e2m6Ra `Xay2H-NVcIgMM zv~4r|t=4|5gn}P \LN*Ի-i S28 } p ~$MZU~#@t b=)>F]),Z/_Auz8:PR+=Ooe|K(Y K wOޒGƱJH̷BZMDcD(f*Ws=Iʲc"ы$1ƅ=HsF]`VuZ"{S/SOe+]ORx¶B>VR;?SSKZ}z>pHt2BXy҃ћ̓):Qkj:cs >,ty%i{L,%n]nd*2sl:l>/c1o|fF8b\ѳnxد.A+"y\nJݻĮ߰vc״' 0;-VOAڮP*S&P,'=?d ψ9uE?tݬKL4S pU:|G ϘhRKn-s*U=C=q7A" Ȑ }@BGFT[zJ } rg_8-Yधn5w[VV>8?m IH'l̠Y00(aWP q(rAWl>61BhMыG>&Qc#;6C͠d2  hš ؕ,N:Em\9.)/de6!T+-M{k2u56.!R'Phd"+ hFdm)n6. ωloJZi>)1Ð8ql* IܻI5oYf"KDaKӴLڐ`xc? R{ln/0)]S%S$߹;]V9IEw0p݂|bbe~+ULQ.d=c抳T#㢒V̜KPEJOa$V02.#%vR *fE᠉N,qOVIQ0'AalJ֞_ 9n6N]tBsQKଣcTP\Z hsQsE,;v"+KuO]TxQ bup~\@iA.\HE)Zf Ox^EUq0E ?F \a(XֻX)FhdFwz*y71۳bna*&?!^EFRĵ$݌Z*C+cm)(6Ž"!ygD?}O5& 0e1w )/gF'lqd0otרj4P3kUw7cYB3!›oNEc 3P>:wOeKM+$wܝM8O[ JUy=.p+ū4N+- 2e Sf}*ɲQa67Tu\4y3fr@PH"pCᯃUwCD^{n;*PcqѶX+f,{1.COcF}3jx"ɿ1=a"v* QB+V&p&0rԀJH:sBq/C}hUhКʾۼsGw/W@ \.hw &dd<渺.̱qRrW: W|䅿0d8%a.I1k~pA?("]PXÎd-'kLxP96q *$,vp_g98oQ+r9I[D0ҵ!/mnlռg"$!AA<3XAltKzpdG#.`41?WĀJG wm@({u2> K(ӏ_tז)Ea*i/FؓYK _b&o.^,p7Q U2wpvԖ7%LDvˏsR"dN#Ųl a{|S!= 458TZj"bN@|htQ+=0fmTpMkg24#>x "BE߆Φ5pˁ >z4Z2BJJrkNβ4_-OB PEСVUT0j0$*jK5 }l#0t: <MvC3z ?`!򷵤K̙c*T,.ʟr[F}]#*dq91]pp"iԓm&o~d8P#3ġV"9mCD@1.~Lc2gĚ]F)O԰R$ZuH;d78ș:ζw\8X KTڏВ՜uiZe]jXUS.lEe/mo^|31nGr;\ Xf&y<SV4b%~*f"n2ϫk{ԕ߷:"ƜyYv( Ej>nUNyJȉz8ﹳSbje,~=m$ɕIlfّBwpNPS]2,p6t'%~MCd t2}s [.aQDN^|q2#h,47)"QV_m[9w ,.-/gg"Q?Ɠ#[mWW!PvA{cΖ"AԦ3* ZNZd7.ϛ-қE8HQ @Ҫ uAi?4ptX]Ǻa 3KyRƻɰݟT#iOaqZ8A?IQ K֭mzCk)SEs^z !uy.d#qo=ޥb?=eޫ0|bc1m0@Xv̰!g6*0 q 2i3/Pm|M>MKRl8Ry3#,One{/V Yry*OmMV@+2;EZ=$:]<^ |4&JҢzY9`gipcж@Fw:@l.2v$Nǣ"qX1"RnvPءY𮨪;`O hIDYUBYƐ "T(xq ]u;̗6RU!n${ J!o92@2gh 6I]dScf*?>:жj$x(U2a#h$ZQױ5(z a͕CjQfR/@CGNϧ{hj!1S&qlRvcW;Rܝ:qM{hxv$z9wʑ{e`3隮ā3=R8!2Lt6PnݹSWm0֏ZVZ3)xu|kyRRJ ~UJÑ\xG;ǥՄ~5:I}?ZGROzE$Fϴ¡b;ԁ0D 䆓>PXKs- ")٧|UG` TYPa` ^5ް3aDbIj'hp=,H#`_W-+Lѵok 揆GG;xYi2Y^?F'/R8EE4N_*͔jլMVR*opZҟ%zC4.XuW&: Pja*Ig`,v/bK[nahɚ"f)?5.qB(ʤ]I;ǶeB@wzV"b2[jxsi&jOxuheиei9b[wsAv$| O ۠]X!5` K#7G:Ma%VKXS|c#d-qJ󗭋R۷ w8A3>7Kۻ{)Z[}.}>Eu$:bGb%/_t3Ï%$(bM3M1 eC|07 An֖m͸BBQP~ZA <.|v%F^/#n퉊Ji~op N噃)ЙTQFQ;@#БٛDQR~''jH1ݽٛ6DV\awYC5TC]O!/oS-JO vݷW8z{{Np2>>W~uwZ7jut*ŖLG5{vAʽjI0 T9ֿr7.݌MCF1jFLHo.n$$<ل?Bӎsg*Lց𯩂ųS9{pLEfCu2ިKRB xY{YH?-j]'8kȣFW2H8\m1u;Xc?5rH,dT/!\51a\]E֤%kbYbK% 2 ]5%@?oJ+W-j_YK#Ћ^V^,8S#^rnҬU/|.Dg?]xk  /wƥvv\Hc3@[X(ـT`57ħĊMҧ펩T:H%!UE_6͙5kN pmT9%Ëʷҭ)S=4Æ$"0P/m}YCU" ?L\9 h& .E*%Z(Rl ,5FiR1H+&Hi]fB֎PxR}!x|7b'(W:Op]h55d'U9UeB}^&p"Â(ީ¿U!E+DcO]AqP5jGk38wzBɻkH *c|EiRN&=$w6h`)>M8EwxCQ8΢Xji!WW{U|AoHt &yS4h)eدtWs)Z!$]:28t_> 2ِb-v?0F5Sqkx`<&&Q )OxLiYQ^%{VWA+_Wao F&ȉZ@,mD#k/0E9 ;M(A}%`%U#K:;T0jgB[bٶg'[![YL?_ZOK| |pYW)Չ&562ō_|c7|ɩx {ǴG lF~K^0+Sm%r㍛ٲW#e6}:RCSUޏHP| l-rTJz]ڱ,D4 6*Au .d y {/3aof^}1CȤr)‹SGN.Ed&?~Øo D%=kN>!>l)n `$p7*RLTTFקDR_ma/ctה{8XRsOomV¯ QylK8\z}rJh/Am#+50olxfas 8^[O(\G a[64z[n1SVѮ!-~'uWP*]oi㫑\rbD|ZYC;]Վ|&r;ב5b,Kд>.'uJ\t0`K+ (O ^!?|92Qo <fׅ"dZB$>Ϧ;ȋOXn ]9@TM Ser-GFl/FIJۄ_gxߞznKVKVW$ll?E4AKD杬v$5_ڑ$a!Ⱍve=#n#RB)b|cG&lI:9wzy.xVr|_kzizoqlZboj ҟ UxEC&RI'*C;-erI%rň$;Է˭VTO'qC +WΆ^\7[ƭQ_.*dI[»P̮LAұ$˷v<,[ <-؋~]1pDobOdCMgkH`s _ d>1TYnH] %EjOIs1^(x7eN 8]70E2O[-8,E? |E߽[o2 ] w$ (TbLvFGNE|iVP'⻲ `*=`0%

bdioyxbA>dG݉kHǏwsMAn0)C ňI#6~|s:F z.-@^e?H@:#\uX7#Y 1T& g2M#(xA}1>⷟<ۂg-,:3:37h}2'iI FJ8 Z1NN:<ѭɬ陨MV5xŢ)z3-/gcLA,ٝк#+X3:szE*35۸ĺYsՐ48!ڽ ql(KiW1!n{K2̓" RHgЖlhғ؇IN@.?]o2 (#?~@V"6$4Ԝ8Hrݥ!ViAO슸%:|JUc$*2=^hyI [q8b@tpo䤕ց?s#\]|3-3+XŹkE`LX)h#+FNvrcFu>*5c#[؜n̓eQ*M4_.Ts.xRr^Y g/q2󘊔㵴"k3a,XADzF; $1 EAZk{@0Y )6 ̠*bJPF ($u&fP(׭JPOOc Ue90nXi#ȜEyB؈'MS,J;^kZvM B,=,xg YB"^~u7.眯_Y8`|qK sʍg.lb{yF1K : T>PD|~]l7@үY0>vh% LnV1Vr\XNrY!"$=OLY!JDw:AK "t6ƛE ״:3UJ$bL0)dR@Jmc-TPU%ۜ "YΑ8M̈1:pL(^ \dsa:-"T0+;-',fjyo[ H=L:)Z<}/5Ǜ;P|î7*sf؁,T *yxÅ,_-+Ï7焊(yn` &!|[Ne ,,WN YZ1%D_tAף/Gw+@"5dpЉ-Ú ťek<[Cp.Mk H OBSn$Zz8tJi֏uoo㵁f2&ӟ" &Qup34$|`,me7JK Pf{q6mFm jʳuU4?c_xi (N^-l0&pIC0xbU[uU`lK(џ" 1ĞfBor)%ivO9ͻr¾-wHW}P",dOgjT}Fw8(y0l@+iMTx;ҺXŎ>|x#h/ԹoEnF>5^f27;w ɶnZb {"Zu2djO|H4ۀ|Ab,KmnXa[&S%d.cDjCw'B(y!.f k7oEVTů_VR)oN|=#&լJPBMbx5+[f ] %PʻipNЦͶ'].f@3寜Gb%@l }nW]}1jz@a0~lCK "I IԗUGC3狕sW4(uBX>7Y'[ܤ7r7l2nf|w< 7\oT:~)^!g)TW:g!d%ND+0mf"+(g*߁*.|X@§DM o-[:|!RIW+eD!1nWe+U{6Yo硛ǢIk!ja]ϮY[wsD71\7tF 6?CM|Sj٨˷erw<) V;&VfD\cki IЂ_QvLh)S-?aP-|U OT1^˙-@t<4Nz%.;!6`ztcxW]qSm)>lp܈bsz9u[H5OBLyπFu%6&3"/*QE7.y}]go[W8rSЬƼn=x ,M{9gpaڿ#`J.ԹWX/°r/*ܫv3AX%aSA4XR>ƈC!_tM:M차_ ]AN!9-TP}Uf%εVn `x  &d| VRpyTLZA9Q}ؚ_3o$oBׄecC>=s4NB{[q[/˿Nq!a4#T}`duK1)CBƕ ήB,av6!tƜԻtUnmXiqcնqjיg|AR, ~:<ݵYB]оZ~GJ`x?mzH=El27W!t+ 2bo0~-ʾrUS=q0\JK zϣjע[+C[f~~H_i+=,UqD%#*@f~*q}R@ϛ2iy/W\˪>n}coGAk|IEG*v*w 'wuf (B>5tyWxϸy6)H#<,NYUv5}7_󕮪8|l<쪁)ȂZƑ3M׭m!m umMŧoAjE+ZI+|x{6`c25}pnr=pŦ]!7]\c@೙qMƳo?ITv#xdum˧lP0$hg3tfрAoT1/RBxKtJKUUe{9Lc1FTX4v;(_c+*s X;S#,&t>1l3E1sݨ}?ٛs A^!i V/&V6a6a!SI4Y4'TasuaA+DiZ>7tnAqr xhI/L=cHBu\o iPGJ;P3uԺ {8Hg6!Q8Ph0p5n&}km}y_J. |eVܞZES@Ʊ)=Z מ/RTmeZSAK,h/?KH`ήExS1E~Fp#'&3br;p*fB{wّ¨o+ a;~RQɦLCz ߶%<5Fb80TN<&E=4mY`7@ٴѰ=^|Г$+Jߐ55X0,[C%"뽖KڟEQl9moK(>-AldWetKz?."# ckpEz!1LByt/BҭӾ4\Bv['OPhD\!7/X0D_ƆT`Z}6OronA c@"W8U'ȧO veOH.p{!_j#x 8mONZ c0/*'Uuֿ4^ΘKcx`X}WpQOZTkgQP rw?SMzGbBr6Np @_޿߇eu /^>Q;j;q玏TF$!^A-Ƴ(9a?hBv{boȵEO$tگhY\dV{(0VQj`,|2TtƎ/_}7RdpͷJ:Uv_v`3Tnk K6 ?++}`}i}io)- mx9gBQ#TW|v>f:2𾭷fyMz?=[Z%R=bS4K=}zo,~%Q*+>sN[c6 z:{<ҍ?6Plzt-K#^U'V 5E#{2밀/\+ߪXf4z |$ ۾WL<I̮`@mXK /j=e?gO)ڜu;svѱ]/xh 0fM[G:$G_މA5@ ( 1{Jx,I 3v*xM˘Wf5_'s7TcEc L6x0yfF]nv(o7R<*^=yzjǕzdw KmhE׉Fjn`3ԓɟ>} \0:}<1BJ\l]Ӌl1kPJ+7FbY,N&J+GDl,BFcI1hֱTEuW1Oh""H,hjEXWF:&ijvvp5a_=łFڨժeG#' QۘVމ-I]WeC8W88n!ZYrA/q)dQg-*sUNb#ف.Z>k P>ЕPNrTI38Ea5ޒ`+,\YĐCe/*#+ 3rYe^ ckQbnG 8Xla~RaAc]FjΞ/ W V}"MB_dAT|͟R2 ݗM"aZ&4H-ErS?EZζ3% Ύ0:C GrE{@w0sk|W ߮)\f,i9fc9_<#&n0 j=BN-oKh\&2mAvq}p2~fgA>19r~+s0i>+2B7ʿ̺#adi-G_x5NAlø1vխ'ք AC^~)b:Zk+ oJX R۳ȥLdV{. xCKC׻BD6 ,0mQ>p9,oOJ\a򾂥|7ݗv |u R/&75̬) ToRV$i%vY2/l1Hkdª2L#u3AVh_2fKܜT?+E%O=;H?>ZKA @)֨j. B}U9Cm\[־rS㋧LL'94p9JoSkZ %no/ĕ0o^y\(u@FⳭ05sVVд ӊq*C^^Iݰ̣ ϔVVo8Y=H (0GsExuTt}NT/=n j]eh؃)^$Ljf aTNsFQ=lfX wG۲i"if?A16l0Nbf:ѴӚOB$FDrfsuϪ&~\@پYgMπ3 _ HX࣐b=K5n 蝺d腚vw ;a\K5izfB4za 8n<]n+G\/b$3{@54fw\Ht[}3baM+er:K 4X%Wk}ۤe+K;;b} u_S+Жۢhn q GIZj19ȖrhD#h4nбK1M_65YiB7*r \"Mp{t~J }2Юr~՟;Yw-WU@g+"رl2{%@wpwاđo<ut&`SiRhk7 R*X Aۇ䃴ʱ4ݻMfxk8E_IL$}e ,@!_<|%oQ&>:PzsE`TPsF.3 ˛@\ 3y+*\}8!k5ť2I6PERi~fp-.x Vdrq' HZϰl_zvi8Q `4-l0Ki|鯗UnaSacN=Mb{!C,KU83k!5!%("XhLVI_glK ^r2 F4&u2JvyG!V(,pZ,Rͯzֺ"SE3d!US#6uLPO8TBטbM_'VF@,pW1v~3e?>oA}%d~< %PTj}SޥeU:C|hPח Kg Ƿ0h_!3Qra,{F>֤WT`}RLH"81 X>$zk |1V?WVʼa4vĒ7TO%>tj>]=fP s /+XQx J{j@*)IMHV";rV`zYm.{y9eX H6`0-=X~շuIy7"Gs2ucl}q.[Tqٳ?mL010u˔88aLGdH4sT5"{PZ3G1$R=mjP9Skpz\}=j4".-Y]_ 9G.2?kmT <YDjK6 Rv=|L)#8U:c!!֨,UybPt.zMX!!' vR)S\64{A#=tY>Ԁ BwEk!G .)iy505p٤Q"nExֻ:H/6jnqڮ:O?/1&8 "h$MUx l9 ;5~ORZ=hQœK(wlv0ת09|܃V2x}ger7ȇb /gKL:&B7gS|өCFL-rsOV>1Z_$V+c^w`EfDh]XVUF:3{k(D}_6Uce0:"6H"h.Er0"5?Mrڪ{O=Lp'BT}E|Fzlr[}{n,c]adPPT˸eQ_mN,WICǁq=8A -S ;Lb]oP[gz2H,0—*ѣT+LNIHos:fS0 JZ_8A3e0U8ixHi *&/$`ՐY[_E *nwǶvHZ8I[O`ʼ`C>yӛ/6yHCT? S> up5Cv!d0ř.ŽGT4O'g{yQO4m|P%mϻ^Np0 oug߽A t UWR"HikϦr![pxh:× .߃q;8L!yo8E!#{bt20C@J$%N*1Cm;tsl>+ʥ lnGr @DnJwmi\:zA\tT9Jꮷu/¬M5ZZ˔,ޟ1cay{d:ioQ9₪5:CEQT=(t80F \@LOYp'X;iz,4l-,+"1B7!_8lm1[ji`Lo뗚żw/63/~5~M6?J:%i rNx֞MwG'&g%,J [ŷ&)߂kn4' /rѠ2o*!MsX5˝'<Z#wzf9[||aOjLfe2 }ps=pOѾҀBϜ9*oF؅iD%){+ROdzMaGpvoBάt/T"[2@>wV9)Y!G7;t䤭Rn=$L!iqyp0UZZ'(M6 ķӴ , ~>MP6wȈ` N)=^Ss|("td]6@,G3HfWcE i/mfň0sjwc8dqN?x#l mَbDO}NWڨ8u:իYB03j Jǫŧ?a 1T(pfGy4Y5l epRx+)|z&:6Q^hRЊ]%_B9.r*5.|nUO"EJ_<_@BhURTcP"{2SK* Q@}I"6uoB_ +tb<2)c6 ep7uklqC(D X<>x/ƍnI)Si$ X0k^uLR`JliospLfyYPD 6~0@{Fb%^obUl-OO0R 1e nh@%(qjVhondSaܗ Dͽ4 _pPn(9`5iQ<"&Wfn8V %~X>w7La[]TH|c?ڛiȖNn؝ AgA"~.h;ӗUQN_&4a<ڙ'R,46*"2z@˪[ GtF'G$@%́H8hoUdlKs+l?3*T'{?5c nd 61e߂+yEjZ k{{W Bv?Yce jW\ZG5R Tm3>MUvtqY++Η3Jѡ/dl4b(SdO9MlCE)&הEՑ$C"G׀ppp#-Y'lBrA5aDk=Q/վp*OXv_YjԄ V3y;aԸ EO;zM$ ,)PHCX[&1{qq;!Džn*"lek+*C5bROp,7 wj(?u߹oF)pA0.x~ m'1<:!K8qO&tΑH@ܨny/ǖMaV?k&-7)嫹.UEûm+Q0jKLۃu-2F}EIA vqΒziPs2~׿>*Mb*ȇ DDC'ZKرN zRB՚"efAgX8LQTCmpի( %6l{fBu7UMco<o@dd7/ 83.4%N#n0d9x`d][J+?.߮ڜ!ĵ;4i 4@(5YRFR/sgM_ASPC,tn)Sq^P:R=7c:ݻyc %̺)f^Y&@ke.-/3W 9d[H [4.wvK`T#o$`* ʀh ȁL,Vv" {jD:ʥkM c.+'"6*ل̈\jbJ۪Dn DƒtG9 O7,? bž79']Vsyg1뫅3>dX,t8v743ڭOQ#X6ԊbQHdvn.?s-dRn@[t72ͼYe9_mt Ď.~_ W^:|׷Nd{Gr'ѕN$)ͤjA5&xH?e$*Ϫ`,iXn] 9UBndWHOs0LS79ݧC)(_l^ò3P-RUcMm!K\^ /.^;I.h50I꠱C,撀C*n0JBr"{i\d̅:4VLvB^G;Rm sj $*z" U}[6KT ƒ ;?{f|{s.~8S7W PxgU;5od4lqɳ.%p2eiH"Zp9˚p63;׹}<+ʩjФ}6`\H;XfBR9@>{d0Ә/ZFUWވ+a67>k6>+`ZVY./Bii-ATC-ƈj ^P R~iLca,'%ȿ:䓡`EaFY"5VJ"a0^@ fKnbLCY~Dx&{#;SB\Ru׳ cSuZGKu i|%|1pzpb( 75G9U!긕PMy,x^^|mT̠^HGAmWzbmO|?ͷJ3ywEfW7x@=֓:D[!lL6B݅; (Qbj&Wί4¼@!q,obY`vo.0$QX.X_LG(. *@ .ğMm],}KڃZ\Mkk;4 oي< caHOZW6Tt1A:w[q<.j[RM¡+Mym9/Re"p = LwBڳXNLDPsV* Ox'PE@%1&bP -,\%r!,X;u䛟;?%:X'%zmg 猶T` OёRJb0 +q[G&9'E2D=ˍPWf(2\8r噷=L1CJiLJj'fbaMC3x` L#2jFerY2 ˻!+27m5%p,?+yusHY`lDQM$pƽ0@AcR{iڳ5cyYo/8hl7v~(4̰p|XgG儐/[? 4xƒ N@%m z~ogG=3'Gr>{›?540քz~#@ʼHofحHߑ+a>ohɉ)1bzvQ?7HOvaj!Y@?0#x<.F{񩴮h<̹)~OQ#]rU&8H8;0"j+ZT  Q<IVʫTbNE,u('rl0[tY֞G70|2mOJmi﻾j_$p/cPq֢CmfG*vHvX@'JJ᭼bul'WwoL,Czr}sV"Ϯ{a`!I/( NyݳlKπe\MiGTˀN?qM^.c(HU X`>%,ִ ԁi+RM AэYXzt8D^w0WfiJ8YJnC L7㎇9wU⛒7Uj*Jc+*q5e'+6ewHXzmHl.S-5ؘnZA%#n6:KK'm(lY`F`iQHIcَ5X&/4U!iF z0?Srod='  ^z1&e^JFoGv?Oc}tLh8Pu} |VipLV' .Crw_wj7:$OT|_@U&sy?rY_i6F(r~XD-UdLV3R+ny,5w?/ɓƸjʮ9|GE-z*i=naNퟎ-3 Y+ҽ J՚x}0ڛ)4(P"l$r1o>Y>즅rzeG}ZeO6ɦ}l#(6;-[[O+IG3MQťBY]B l4}lmY^KU&^z,jL`}t'-K.l?'R,.Y- ÐFZ p y~(:E~ɖq,2cɮK9A`x/ FL8ӷϢ4 _UuBpN=M~WlC &Wyy}~ćS}kYwj,soI(hHEO'mM©(8dfg(BF瑅 yM?}BF:~m/i 7OPx<5`K± :^,AاAu d&LЉ"(ɩj~\a]QmsLF~"$(DԐ*o pKǘM5fJfNSNRhy\J<~8t= !Jݗ sWI\ϰWR18E]9i8T"#G\Mn )6/CZe0B{Rko3SabAb}D#I@c+ܧ+d?S.8=/Q&^A3Ubh1F wVuL6T:ZwX᭭uQl IoL- zA=c<)7WrMR9%'NE#WNƬfSbi }OzLJw&E}]viw0Q\*~$'9%yEb+ ם- *.^1 Ymպ"9=͑fs<\NN< LF )u2Q1"2{pH*?k-gC^\I9J7L9ha==8%n|]2 hIEC : o9X#:!sŻ43f:΢d.4.kz]U$(& Oh. TtYEFioҦ6 SÊMp ppsńEKp*Y1!Q_Ke:,(cwe1Xv*h֥CA[* aRq%LEMr  ]H){_aG#O}+ڗt8 9jCRw,b5o,?0-^ GE9h1x4U/HіAWĉFM㕌tURc\7;+`oI\?AMŒ^FeJOQO{}S$2 ]FjHRabpw?QxB@3h/{ c$pUs2}Zg3+p}O-7Z:uT9_ MTEaIXy.w&MԴIi^_(v(|:0!+c6)J"ҖXCI p^-X//i[GVW?~k UhwirDwQ_ynN&Gg RȪݍ䇉2벫}ѳɀ&pWǧZYvuǐTmhݻh5l ̽*lcXH G/ꜟ>1+>D5{D _ &@QqA Єr@++$?a|zs$ҷK@NEly%/{l}dm.\nw987،Yk00t]xK}pyp]6"gя؂f}tZ?=5 U&x+b@2"HeBǢz{Oδ* O%%ݪJxג h9ɽD''ԓ?M:pcOIB-}JNhޏib#m_)=>4<]Lt=dc .>dHPA"-$5Z@bH`BZg.ԌžC88E=1v>O$B%ڭ9|B=% -btj5 B/@%̊yWYpE Mlu;˚ tWyHml=MBCT-jV0_NSW /oljc'k_+spNlj+q6גKwϪl9?Uv]ʫ KD0UPjPN5xoAlp&򇕄˦v/ ;^ͺ)|V&'Ph OG5|w6A,Զ4ZT8yŖ NBk'MRbQך֜R"Ea] %v:7NQRsdoKk.h.ʦ(B]1ntiVma4 p7#ruwV^"xXxnY)I/  sZC_;b%rOzp#i dO25]*^j}YEmlnׁu888X"! YZ