dhcp-server-4.3.6.P1-150000.6.17.1<>,/c=0%p9|p8F?d % 5 04Mn{ #"0#l0 #0 $,0 $0 )0 *,0*0+0,,0--.H/(/8090x:2(=uT>u\?ud@ulFutGu0HvP0Iw0Xw@YwL\w0]xT0^zb{c|d}e}#f}&l}(u}<0v}w0xt0y4zTdhnCdhcp-server4.3.6.P1150000.6.17.1ISC DHCP ServerThis package contains the ISC DHCP server. Please read the documentation in /usr/share/doc/packages/dhcp-server regarding configuration of the DHCP server. Authors: -------- Internet Systems Consortium, Inc. c=0%ibs-power9-11/RSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxppc64le/usr/sbin/useradd -r -g nogroup -s /bin/false -c "DHCP server daemon" -d /var/lib/dhcp dhcpd 2> /dev/null ||: if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in dhcpd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in dhcpd6.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi PNAME=dhcpd SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=syslog SUBPNAME=-dhcpd SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in dhcpd.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in dhcpd6.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi # FIXME: update? if [ ${FIRST_ARG:-0} -gt 1 ]; then if grep -q '^DHCPD_RUN_AS=.*nobody' etc/sysconfig/dhcpd; then tmpfile=$(mktemp -q etc/sysconfig/dhcpd.XXXXXX) sed 's|^DHCPD_RUN_AS=.*|DHCPD_RUN_AS="dhcpd"|' etc/sysconfig/dhcpd \ > $tmpfile && mv $tmpfile etc/sysconfig/dhcpd rm -f $tmpfile fi if grep -q '^DHCPD_BINARY=.*dhcpd\..*' etc/sysconfig/dhcpd; then tmpfile=$(mktemp -q etc/sysconfig/dhcpd.XXXXXX) sed 's|^DHCPD_BINARY=.*|DHCPD_BINARY=""|' etc/sysconfig/dhcpd \ > $tmpfile && mv $tmpfile etc/sysconfig/dhcpd rm -f $tmpfile fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable dhcpd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop dhcpd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable dhcpd6.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop dhcpd6.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dhcpd.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcpd.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dhcpd6.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcpd6.service ) || : fi fiYU.": 1 1ff-zj& A큤AAA큤A큤AAA큤AAAAAAAAAAAAAAc=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0 c=0c=0!c=0!c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=0c=07978c2fafe59963f7d4c3fe8808fcefe308b678c9e3bb5100851bae23202545a7b3d671f80659c26a8e0a7429778621b1ef5051e817be1b6ccffbc4581e403eaa2500c06cd9766714bc9c3427e8df2382530d61950dbf4742f83e1846576a0d7cf8b38cad0c04068a136c75be94d191554c7ec5031645f2db410d9b5f272dde60909c4d587d3447cf7b47897965e194a1d15d7f4debaf8b9681f02e79b3010e4fa0ca1e8dbf519224e132da9780d97ebca7c6af9595fac6d0f54c7820fc7ee5b91b0fe8e6036b9bdabd80a29f070e2a735c6e76517a6a17265faef9fdd936bc30db0df259bd5afc5099107402daf722ae3368a9709c4e47b44e728ffd41d65bbfb34a088081a2c7fb3b08d255dbda8f7f9a185dfcb7f789a3ae266e3f94bef0b56731fe07e0a0d12481ade50cd03064ab7a373d6a9c8ad2358e02418fb131dc6be75a8a7568002f1d6afed05f7320ab5c9da379a074540e8021ed620b2894538bc868ab3d088b122af68a7987c3d61ba56960ebee66f2cd35e7248e16edb49aefb16e55128fb43c56ff375560bf2be342e0228b75620fc53b404149a7c4e95d451eff864f7f61248b0295d6373c18a03e8667f444f61d7ce89ffd884562c38b3e3091fe127f4288c8d018545a423de921134ee49b050b686435ed8224a4e1898e4ed25ce211fdcfa9aecd4ab5e5927dffb38c9a065b18593599e77e28d63aaa51517f0e7bff21165b4c649dab51c6b0244651b92d954520873e8632fcf680ec29545ee96656d36de0a18593133d8de55d43c411ebf821101328123a92bbfc476../scripts/dhcpd-restart-hooksyntax-checksyntax-checksyntax-checksyntax-checkdhcpdserviceservicePProotrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcpdrootrootrootrootrootrootdhcpdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.6.P1-150000.6.17.1.src.rpmconfig(dhcp-server)dhcp-serverdhcp-server(ppc-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.17)(64bit)liblber-2.4.so.2()(64bit)libldap_r-2.4.so.2()(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.3.6.P1-150000.6.17.14.3.6.P13.0.4-14.6.0-14.0-15.2-14.14.1c< @bg``8@`e@]B@]#0@Z%ZaZ]@ZOhZ1@Z@Yh@Yg`Y^&@YZ1XƉX@W.@W=V_V@UTи@T5T@TmTemax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comndas@suse.dendas@suse.deobs@botter.ccmchandras@suse.derbrown@suse.comdimstar@opensuse.orgbwiedemann@suse.comndas@suse.dezaitor@opensuse.orgndas@suse.dekukuk@suse.deralf.habacker@freenet.demchandras@suse.dendas@suse.demt@suse.demt@suse.decoolo@suse.commt@suse.deledest@gmail.commt@suse.dedimstar@opensuse.org- bsc#1203988, CVE-2022-2928, dhcp-CVE-2022-2928.patch: An option refcount overflow exists in dhcpd - bsc#1203989, CVE-2022-2929, dhcp-CVE-2022-2929.patch: DHCP memory leak- bsc#1198657: properly handle DHCRELAY(6)_OPTIONS.- Oops, when upgrading to 4.3.6-P1 in 2018 only isc_version was bumped, but not the RPM package version.- CVE-2021-25217, bsc#1186382, dhcp-CVE-2021-25217.patch: A buffer overrun in lease file parsing code can be used to exploit a common vulnerability shared by dhcpd and dhclient.- bsc#1185157: Use /run instead of /var/run for PIDFile in dhcrelay.service.- bsc#1134078, CVE-2019-6470, dhcp-CVE-2019-6470.patch: DHCPv6 server crashes regularly. - Add compile option --enable-secs-byteorder to avoid duplicate lease warnings [bsc#1089524].- bsc#1136572: Use IPv6 when called as dhclient6, dhcpd6, and dhcrelay6 (0021-dhcp-ip-family-symlinks.patch).- Update to dhcp-4.3.6-P1: * CVE-2018-5733, bsc#1083303: reference count overflow in dhcpd. * CVE-2018-5732, bsc#1083302: buffer overflow bug in dhclient. * Plugged a socket descriptor leak in OMAPI * The server now allows the client identifier (option 61) to own leases in more than one subnet concurrently [ISC-Bugs #41358]. * When replying to a DHCPINFORM, the server will now include options specified at the pool scope, provided the ciaddr field of the DHCPINFORM is populated. [ISC-Bugs #43219] [ISC-Bugs #45051]. * When memory allocation fails in a repeated way the process writes "Run out of memory." on the standard error and exists with status 1 [ISC-Bugs #32744]. * The new lmdb (Lightning Memory DataBase) bind9 configure option is now disabled by default to avoid the presence of this library to be detected which can lead to a link failure. [ISC-Bugs #45069] * The linux interface discovery code has been modified to use getifaddrs() as is done for BSD and OS-X. [ISC-Bugs #28761] and others. * Fixed a bug in OMAPI that causes omshell to crash when a name-value pair with a zero length value is shipped in an object [ISC-Bugs #29108]. * On 64-bit platforms, dhclient now generates the correct value for the script environment variable, "expiry", the lease expiry value exceeds 0x7FFFFFFF [ISC-Bugs #43326]. * Common timer logic was modified to cap the maximum timeout values at 0x7FFFFFFF - 1 [ISC-Bugs #28038]. * DHCP6 FQDN option unpacking code now correctly handles values that contain spaces, special, or non-printable characters. [ISC-Bugs #43592] * When running in -6 mode, dhclient can enforce the require option statement and will discard offered leases that do not contain all the required options specified in the client configuration [ISC-Bugs #41473]. * Altered DHCPv4 lease time calculation to avoid roll over errors on 64-bit OS systems when using -1 or large values for default-lease-time [ISC-Bugs #41976], * Added --dad-wait-time parameter to dhclient [ISC-Bugs #36169]. * The server nows checks both the address and length of a prefix delegation when attempting to match it to a prefix pool [ISC-Bugs #35378]. * Modified DDNS support initialization such that DNS related ports will only be opened by the server (dhcpd) at startup if ddns-update-style is not "none"; by dhclient only if and when the it first attempts an update; and never by dhcrelay. [ISC-Bugs #45290] [ISC-Bugs #33377] * Added error logging to two memory allocation failure checks. [ISC-Bugs #41185] * Corrected a dhclient -6 issue that caused the client to crash with an "Impossible condition" error after de-preferencing its only IA binding [ISC-Bugs #44373]. * By defining CALL_SCRIPT_ON_ONETRY_FAIL in includes/site.h, dhclient will now call the script with reason set to FAIL when run with -1 (one try) and there are no server responses. [ISC-bugs #18183] * The server now detects failover peers that are not referenced in at least one pool when run with the command line option for test mode, -T [ISC-Bugs #29892]. * Linux script updated [ISC-bugs #19430] [ISC-bugs #18111]. * Changed severity of the log message indicating UDP checksum errors in the received packets from 'info' to 'debug'. [ISC-bugs #41757] * Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex" [ISC-Bugs #43185]. - Obsoleted patches: * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch * 0019-dhcp-4.2.4-P1-interval.patch * 0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch * 0022-Optimized-if-and-when-DNS-client-context-and-ports.patch- Optimized if and when DNS client context and ports are initted (bsc#1073935) [+0022-Optimized-if-and-when-DNS-client-context-and-ports.patch]- Plugs a socket descriptor leak in OMAPI(bsc#1076119, CVE-2017-3144) [ +0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch]- add PIDFile= setting to dhcrelay.service, without this systemd stops the service immediately after starting- Drop old sysvinit support from the spec file. All the supported openSUSE distributions are systemd based so there isn't much point in keeping sysvinit support and files around.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Replace net-tools Requires in dhcp-client with hostname on suse_version >= 1330 (CODE15): net-tools does no longer provide any tool referenced by dhclient-script, but we require hostname (which is also a dependency to net-tools, thus hiding the issue).- use .gz year instead of current one to make build reproducible- fixed a typo in nis-servers option name breaking the config file introduced in previous change to workaround issues in NetworkManager parser. - Update to dhcp-4.3.5 - Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex". Our thanks to Jay Ford, University of Iowa for reporting the issue. [ISC-Bugs #43185] - Eliminated a noisy, but otherwise harmless debug log statment that may appear during server startup when building with --enable-binary-leases and configuring multiple pools in a shared network. Thanks to Fernando Soto from BlueCat Networks for reporting the issue and supplying a patch. [ISC-Bugs #43262] - Fixed util/bindvar.sh error handling. [ISC-Bugs #41973] - Correct error message in relay to use remote id length instead of circuit id length. [ISC-Bugs #42556] - Add logic to test directory Makefiles to avoid copying Attfile(s) when building within the source tree. This eliminates a noisy but otherwise harmless error message when running "make check". [ISC-Bugs #41883] - Leases are now scrubbed of certain prior use information when pool re-balancing reassigns them from one FO peer to the other. This corrects an issue where leases that were offered but not used by the client retained the client hostname from the original client. Thanks to Pavel Polacek, Jan Evangelista Purkyne University for reporting the issue. [ISC-Bugs #42008] - In the LDAP code and schema add some missing '6' characters to use the v6 instead of the v4 versions. Thanks to Denis Taranushin for reporting this issue and supplying its patch. [ISC-Bugs #42666] - Correct how the pick-first-value expression is written to a lease file. Previously it was written as a concat expression due to a cut and paste error. [ISC-Bugs #42253] - Modify the DDNS code to clean up the PTR record even if there are issues while cleaning up the A or AAAA records. [ISC-Bugs #23954] - Added global configuration parameter, abandon-lease-time, which determines the amount of time a lease remains abandoned. The default is 84600 seconds. Additionaly, the server now conducts a ping check (if ping checks are enabled) prior to offering an abandoned lease to client. Our thanks to David Zych at University of Illinois for reporting the issue and working with us to produce a viable solution. [ISC-Bugs #41815] - Correct handling of interface names during interface discovery. This addresses an issue where interface names of 15 characters in length could lead to crashes or interface recognition errors during startup of dhcpd, dhclient, and dhcrelay. [ISC-Bugs #42226] - Updates to contrib/dhcp-lease-list.pl to make it more friendly. The updates are: looking for the lease file in more places and skipping the "processing complete" output when creating machine readable output. Thanks to Cameron Paine (cbp at null dot net) for the patch. [ISC-Bugs #42113] - When reusing a lease for dhcp-cache-threshold return the hostname to the original lease. Also if the host pointer, UID or hardware address change don't allow reuse of the lease. Thanks to Michael Vincent for reporting this and helping us verify the problem and fix. [ISC-Bugs #42849] - Change dmalloc to use a size_t as the length argument to bring it in line with the call it will make to malloc(). [ISC-Bugs #40843] - If the failover socket can't be bound, close it. Otherwise if the user configures an incorrect address in the failover stanza the server will continue to open new sockets every 90 seconds until it runs out. [ISC-Bugs #42452] - Add DHCPv4-mode, dhcrelay command line options, "-iu" and "-id", that allow interfaces to be upstream or downstream respectively. Upstream interfaces will accept and forward only BOOTP replies, while downstream interfaces will accept and forward only BOOTP requests. [ISC-Bugs #41547] - Clean up some memory references in the vendor-class construct. [ISC-Bugs #42984] [*0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch, * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, * 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, * 0016-infiniband-support.patch, * 0017-server-no-success-report-before-send.919959.patch]- Set all requested dhcp options on a single line, so they are actually requested (boo#1046969, boo#1047004).- Relax permission of dhclient-script for libguestfs(bsc#987170)- Require insserv only if needed - Fix requires of client subpackage- Add config file for registering dhcp server in slp (bsc#992072)- Use /usr/sbin/arping instead of /sbin/arping in the dhcp scripts. /sbin/arping is a symlink to /usr/sbin/arping in order to ease the transition for the /usr merge. Newest releases of iputils may only install utilities in /usr/* so this dependency will no longer be valid. Moreover, we replace the '/sbin/arping' dependency with 'iputils'.- Update to dhcp-4.3.3-P1 correcting bounds checking when receiving a packet (bsc#961305,CVE-2015-8605,ISC-Bugs#41267). - adjusted interval check. [*0019-dhcp-4.2.4-P1-interval.patch] - Fixed improper lease duration checking. Also added fixes for integer overflows in the date and time handling code(bsc#936923, bsc#880984). [+0020-dhcp-4.x.x-fixed-improper-lease-duration-checking.patch] - fixed service files to start dhcpd after slapd (bsc#956159) - dhclient-script: complain in the log about conflicts, added a see log messages to the dhclient log message (bsc#960506) [* 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- Applied a patch by Jiri Popelka catching dhcp server aborts with "Unable to set up timer: out of range" on very long or infinite timer intervals / lease lifetimes (bsc#947780) [+ 0019-dhcp-4.2.4-P1-interval.patch] - Corrected patch references in and a missed (bsc#919959) patch description in previous changelog entry.- Update to dhcp-4.3.3 (fate#319067) provinding many bug fixes, features and obsoletes several patches we were using before. For complete changelog, please read the RELNOTES file shipped along with this package or online at: https://kb.isc.org/article/AA-01297/82/DHCP-4.3.3-Release-Notes.html - Replaced hostname patch with a dhcpv6 and fqdn aware variant: [- 0006-dhcp-4.2.5-dhclient-send-hostname-rml.patch, + 0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch] - Removed obsolete patches included upstream now: [- 0007-dhcp-4.2.6-ldap-mt01.patch, - 0009-dhcp-4.2.6-xen-checksum.patch, - 0013-dhcp-4.2.3-P1-dhclient-log-pid.patch, - 0015-Ignore-SIGPIPE-to-not-die-in-socket-code.patch, - 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch, - 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch, - 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch, - 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch, - 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch, - 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch, - 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Adjusted patch numbers in the spec file: [- 0008-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, - 0010-dhcp-4.2.2-dhclient-option-checks.patch, - 0011-dhcp-4.2.6-close-on-exec.patch, - 0012-dhcp-4.2.2-quiet-dhclient.patch, - 0014-Fixed-linux-interface-discovery-using-getifaddrs.patch, - 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch, - 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0007-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, + 0008-dhcp-4.2.2-dhclient-option-checks.patch, + 0009-dhcp-4.2.6-close-on-exec.patch, + 0010-dhcp-4.2.2-quiet-dhclient.patch, + 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, + 0012-dhcp-4.2.x-chown-server-leases.bnc868253.patch, + 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch] - Fixed to not pass DHCPv6 address lifetimes a positive (unsigned 32bit) integers to scripts and properly format timestamps as long to not break them on 64bit architectures (bsc#926159). [+ 0014-dhclient6-unsigned-lifetimes-for-script-bsc-926159.patch] - dhclient: expose next-server DHCPv4 option to script (bsc#928390) [+ 0015-Expose-next-server-DHCPv4-option-to-dhclient-script.patch] - Replaced infiniband support patch with fixed variant (bsc#910984): [- 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch, - 0018-dhcp-4.2.6-improved-xid.patch, - 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch, + 0016-infiniband-support.patch] - Moved dhcp-devel package include files and static libraries to /usr/include/dhcp and /usr/lib/dhcp subdirectories. DHCP requires a specific bind library version and conflicts with the files shipped by bind-devel package, which is not source and binary compatible (bsc#910686). - Corrected changes to provide complete patch file references. - Fixed server to not report success before send (bsc#919959) [+ 0017-server-no-success-report-before-send.919959.patch] - Fixed dhclient to check pre-init results reported by dhclient-script and fail if pre-init fails for a requested interface (bsc#912098). [+ 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- do not check scripts not in the src.rpm- Applied fix by Jiri Slaby to not crash in interface discovery when the interface address is NULL, which has been introduced by the infiniband support patch (bsc#909189,bsc#870535). [+ 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch]- fix bashisms in dhcprelay script- Applied contrib/ldap/dhcpd-conf-to-ldap patch by Ales Novak to reorder config to add all global options or option declarations to the dhcpService object instead to create new service object (bsc#886094,ISC-Bugs#37876). [+ 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch] - Applied an upstream patch by Thomas Markwalder adding missed mapping of SHA TSIG algorithm names to their constants to enable hmac-sha1, hmac_sha224, hmac_sha256, hmac_sha384 and hmac_sha512 authenticated dynamic DNS updates (bsc#890731, ISC-Bugs#36947). [+ 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch] - Decline IPv6 addresses on Duplicate Address Detection failure and stop client message exchanges on reached MRD rather than at some point after it. Applied fedora patches by Jiri Popelka and added DAD reporting via exit 3 to the dhclient-script and a fix to use correct address variables in the DEPREF6 action (bsc#872609,ISC-Bugs#26735,ISC-Bugs#21238). [+ 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch] - Applied backport patch by William Preston avoiding to bind ddns socket in the server when ddns-update-style is none (bsc#891655). [+ 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Applied patch for the contrib/ldap/dhcpd-conf-to-ldap script fixing subclass statement handling (bnc#878846,[ISC-Bugs #36409]) [+ 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch] - Updated licence statement and FSF address in our scripts. - Added missed service_add_pre macro calls for dhcrelay services- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify./bin/sh/bin/sh/bin/sh/bin/shibs-power9-11 1664954405  !"#$%&'()*+,-./04.3.6.P1-150000.6.17.14.3.6.P1-150000.6.17.14.3.6.P1-150000.6.17.1  dhcpd.confdhcpd.ddhcpd6.confdhcpd6.dopenldapschemadhcp.schemaslp.reg.ddhcp.reg60-dhcpd-restart-hookdhcpd-restart-hookdhcpdhcpddhcpdcheck-leasecheck-syntaxsyntax-checkdhcpd6check-leasecheck-syntaxsyntax-checkdhcpd.servicedhcpd6.servicedhcpddhcpd6rcdhcpdrcdhcpd6sysconfig.dhcpdsysconfig.syslog-dhcpddhcpd.conf.5.gzdhcpd.leases.5.gzdhcpd.8.gzdhcpd.xmldhcpd6.xmldhcpdbdevetclib64varrundhcp6dbdevetclib64varrun/etc//etc/openldap//etc/openldap/schema//etc/slp.reg.d//etc/sysconfig/network/if-up.d//etc/sysconfig/network/scripts//usr/lib//usr/lib/dhcp//usr/lib/initscripts/legacy-actions//usr/lib/initscripts/legacy-actions/dhcpd//usr/lib/initscripts/legacy-actions/dhcpd6//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//usr/share/man/man5//usr/share/man/man8//usr/share/omc/svcinfo.d//var/lib//var/lib/dhcp//var/lib/dhcp/var//var/lib/dhcp6//var/lib/dhcp6/var/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:26286/SUSE_SLE-15_Update/8f83e325f44d8193dfa859fa927f01c2-dhcp.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linuxASCII textdirectoryASCII text, with very long linesBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=3bec41a3b0b610dc35a0c8b5eb6685b5c59cc651, for GNU/Linux 3.10.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, ASCII textRRRRRRRRtjt& f4lutf-820253c20a31d4fefb2297ea16a14e69b3a4b49fa671154a52c331755ad21e970?7zXZ !t/[]"k%D,\9ruTGK:z^Qo3dޡ9dԌtsDB[E˵3|NU X].ch7!exg` $vK:93뛗¯RhnV+m0Mg< {*Th]%#TQ7P\_gTr!^|WMaK-_!H1oN ̔/D; 4zP5p`^.TnwՒQKL] hCyN,+~TvDR=dwˆR"~DɪfO2\S3+Yw|gXϮlQl#Vd ].Ӌ (s~ia%AJfYچ+UH<yg]3`j/]-w,2 ]y~ "oKnA}H<ޒ)$Yz ֻMb#:ұoz+dnh btieFdJzV zc'$Ƹ ԪFd7|wEtOmw9:,Ve)_ yCϻaNk\~ Tnb*P){;_m'EMqP:̚OB~*Җu*5s/%춊2Gᣌi65ډRqn֡ݫѾi yX7fYd~}5C*ȥKR23pyN. [g@$2i$>i_c5n~麆&4ĥ֍}`k r҉ݽvU'ΎC;;)mH( y^@niv0͝o/SݎiwcF%_-gî9UVb< K2FUTuI臌#6߰vxHt?MR yJ.r;9Ҫnc=DN?8 xV 9Gb0*PYs+}2ژrp[+="Uk!:/pOPcNq)ܻ|hոwg,ʡ&*z :mrw 턾GmZԲ>Ήk!ԡp:i;A]}JxsvR0o29Cׯdժqݔԑ#CBa\IaYׇD%N&j,i1{pWV^U ? ҉M 7nB׊٣tyߖB]{UbcșR,9{?<V;6N{8= Jr(h׷:LhT e@:tOS4A ТOf\Cis^ d X#Au4 +'H8prF]1h6҂Zo5S!(N\ 78$Mvn!t@V*-S%mn7M۔йpBi)#S_ k&sb r.Lcw0}&Ĭ.Bs;X,H f Qhө6Eo $3Ah}n/6|2v3Uno'`'#vZmk.$:*o {9=Gt= c  oڿM]Ӱc|@@vtܒz4C+Sr&)pO]S8QxH [Cu{V1=p#=;C3lrXrH^OwmI$ @c(O27Yb@݌'~󬥶ƴ橚3F l?ObQa_(XIo܅T&){%#ɻ$]3~u$rU3Cu`mz~R,{F|Tk2sąP}" A|^^fT^(|!'د?0!y@Y0g̘gA,;yNqv B~4ԭԾ, .!221W+.ƚ6 P9 ]%,-t!XGbQO*Pk 6tCyYE$ ߻n͓}-i;nsC]*F^CٷRG4g,cq-Į2FШP[/ݺ On>Pi~;8?t|Zh $&j6>1±HqG\!k3U4N"(s_ I$e|@P'FJĩ:{MH԰>ϴG,&@ȲSxrYgpdFm~MfM."im+{wNڡ ގ av;@۝OC:85+}I.)v0zTQb|NHa6UuYp'T*bi5/-:շYjNlۦՒ)D:I>uq0ѳ .,SsP'x2 ˓Y go+R 3aV e~J K"Cg`GA^u/gC!T0-ԉ4B`r {`GHky 5rbF(19UI|zwx#LpF~{^yJY9Z} T }9ewCț96/@g8+f(ȷKUۅ"k31/z,k_ˆ4.o+QϡK[=;`R2Yz obGn/s O prr R V*j(0ϭI4W"jzQsp#0Ff ]FEUɌ(

ǘ p1>^\tfف{PL?D +͆Pw+Q|J"13sl}QSd$d@ |ډ+_ US5"R "n]c_Yr}8?dzU 9j +# xf'Igasw꼾˓$K/HF3:}uQLN↴fQ1|&]OVq J'.pLWHVo4U~uWՔ5T,A+MhCJ6Y7G ]<\^@\`cK|0;;nVǫ9ɦf2xVwOxr͌3L,Afܩ߿b0mcCR^>Wd!l(D73>TH9G&zЅ’[^F z͒-j|ڥE/3K`Fi1KPuU ?GdtS"]!* jɱ1$I8#C'qlֽFyإ;&>NSMד30(=E352"L5qsa4M<Y~mT6OXu[f8ײ}N5YX%}WLsox- e#H@xf~8D?hšlЭY,(EHkZmuX A{t ;OttU6?ƂaV_n,~WT `OK;Pxa!)~̥J [,\3z XVm+@h&B2p{5HQt⛬&q^Vn7%iUS>(O2$y ?j׺mQ9~O 1"Rې͚Rf7c״śj{`JY\pzAgDd|^)=3Z#sFym *A/y} . 3~fOzpZEnOnqX=ZƂT`'S9ܬzئp^)PKHwa.( r4t5<w5kA \^ 0֐] NEM'P7FY#0Ɵp$9"0ylvD G0&AkCRDŽ92X],}3l78}rlՈnD}͹צCθԷ^HKIU7$BR|mϵNkQt. )Ud#W;:c9UjchUj⎶(\ic~dX9H'&fCjTh2h"Vy &_#ClafL:+xa`m`ajG1CՊsv^!DFqG _u0ZqNi>_? 53lL+_TI!B 9fk=V)#NvU3h[a{+^%xԾ0~jv^'6RXE|Z>B~p.rjm--J- ŀ%^.e:q6iн<3'?31N})FzK'Uh"^^_Lq*'>v}h25O>iۉ=TRw]˚ߨk/Dɷ`5jX|Q|+yQ! wSw$(s~5V%pfuM%湶_W︱˜(F!B3R(y3.2l !gص{6&3Iu;;]; TVg %O[fO5 dbgd݊=4Oݔ` cY(Aψ;⠭sΠKmc)95TQE͑ FQ 1*4&[A>)j!C/ `wK"+耭8LŏM e.Ռ㣔_`sԫ)*3w2b`Iqzҥ47y5zV0c+xX\ yY#rG^[:Rz7R4a8ŽI{Cp\ʹ$ ҹw%]'X%;, pk#v2~mFCu/A}*#Цq$DGzLƒɐT1BGq}J}t344/YYK*3=w$&i&Sn,x4_\8fJ; Ԣ[wϺ"׀ .=F\`؁hr^!=}939ix l (I3QmV>:KB}{4` S0j4g[/@X=PQa |@O_S昒uRmzFL羳[sos"#=6+lRޅ+7[3=LcS1w@J"V8kC($ơ3 \ U7&d<qW ;rɟ1ʁ0Y"nt]5'Vhz'Z_T+*7Ec `_!CʾilsMW@1dd1;.ɩM/:%hYӑRJ]:d4[3 W[ yl)*;yQtS[).$//^2Z~pc伍<}+0plZc㳣 { JQJ;fe5Bupn|}tn 8bmC*[[Hp5n(}fUwkeرY#(ق=^ab9L֊Έ̞GL[Zn=XS젎 aLz0=_kP4Y!o (g/% a*98J\ 4Z ͪ ]T4jd/\,,5fPPftD}nMvH.ΣJFBk1~M `txF#.|pS%:$ox 6f}" jGmߧ(=cbІnZqpDiCeP.y RcVcl'~M.* ā\Gv R c֬fL0'HhS{湞8[UW ؐ췞 %Tɵf '.Oe,8/ʄvflLgrtLpm&S71DPuu]_ (u{2]>/ {Do[!ӸP:C}"OLu*\ܐwgەdu7|9]E*"p{r-))#^xT^Z-@JezQ6y6vp !D[(|GcvEDdϱJQC~&~?¾t.%Q!*i5sjb"cԙ8{ x4;Vu 'YNq[am#tMu8 - y0n ᑣv>r,Ϧλ1/gצc]70-\gś"D}:bi|ܶyM\+VۀGSK?83"!G"7UA5Y<=q;s!˭5nG^" XMtwKI$& t^{9V# y6p$ O;`SgW.gkx%Ul:dU h$©ٮ\M7iNGzn9K k~bۋ5aWքGzlfm.FԘ#kAt*i*JyEY&6νCb?>--wwq@J8@ + i= V^IzG{2` ? !iYO1Y|KT tN`:6Fφ&]ܓfհ !0'eN F_7烉pvfI3Qp~l#>X12c'_gDX)f! rv}0p! McE)9EO51`bXLy.'z&k.%.RdbyǺ_gglE8qO%m08ֈxs# 8m8 SEFR]Yc`*zk2= &ԟ}sc h* 0X#*TĘW/M7nkYY0RlҨ:{wCV?PsƲ]aBc~e( G6@w52.`YC+Z-fZ x;X[ٰ.lcB㍽kt+e ~HsS!/g8ePn kr9),A / Nd͉˪iԆ5OXFQ_l[ܽ\P^%øPā@txls-GBjk C;4}IL'f;AxlߺWkal t"oP^|>4aZ%QR@).Մ"L\,R:%3iඥI:,͋CU,#%v?tYmD~I%CkK7J.T(֯'Ua_h}Nq|sԢZ' |!Ƚ(rAnӟ2>LPںҜ<1;W=/bk6sj|oH?g:eK$/skG鞔u.mY=82lF)QXNEiSi!]^oKGBiMhޜm-j헿Ⱥ\=hO <@Y\iLGԗq pS#f)#TArw7'..8F~g9u'c`+V#K͸{ dY8^Mss~A=tFpYM[:'d튦?cQ5M_2guxM U 9J&i+1Q-]x)͏!A٢e,APH Oy&iėrH:֧FmIh s<~ F6`3 GIgwa*(QnAI[`kKǡpQ y_]c3» @ͷ zx^uF]7'k^Է`r>Ԟ͡R ZQgb]?73f\:-MõZ7q $@r|"ryX!Psd}a@xa4H1rrYM>NĬX%lCX>n6[?,@Qb̖ٙ4Au v;s>6bPV*^6-TzgK(w+ɷ܅ "k2_wnI$p5`DQ~xJ83Ȱp9`O*x3U/)!~rZzce(=U,cXԥ1\@,))U$N0;972'Ts̈׫ӊvxD'J0c;.?4]ɐ q};œ}󤅎_(Z)d**t،ŭEɬP&T#"^Gy<`ʼny jr]pk@L 'خUGLوtǧ"ާ.}7HPw`ɛ?TEGXDJLBi@dë^|~NMhTYD™%pB96%%"K- u]iGȔsЯXZA ▂DBhV#+7O>`~+jg=/QuбPBmpsa0qD-59)(ࠫNhol`]Dq0 WXG#ye@lVz{BkcËB& TP5PuqZkd$]JYZkTՠ_N- <_hu7IM*qF%Q7b03 tPե!@b7xAxAZc@͉E#5Ȋ((|0ʁɱ<վ$+&o\ktzNֆ2Y\r*45ʥDTlU!o9͗& V1ZMr4r IizQw==yZE0|64/ҫ0k] N3 DN)-5ݒ-^o_Kx},~29t^pBdL#m뙊t$%JqY 6821^c=ajkPr2s QH;|ͱM E)MN~(:ߨJ-*\jA8Z2뺳tg`\eMNBME>2O i~uI #: `ocf ',L`4m[*0 J}ES+C1A2")I؛4 kO#98NIQsn.ɮ7:)RBCIB 7 1;*K {Jx̸go)_2@]B^Ii\ qV3'mTѕ&5tlOei'|W#[;,|l!8+sXq yaӅ3!V4[ YKv9wA9%B9uu@$~LrB~Oua%oq^+Q\wG{(!ړ\ŃX)'@| Om{a#.篼4rHپ?z!xR+qvE*K~F3!qņ%8[/d(ȸM6ៗծ q<5 ; nrK^F^(^|+ Ib NdxIX<'R% ٗ vE[T>K+s:./Mks8~'ObM>J mp42w0iYWGhE͢^ev*O)Ո@>/>>z 2f؄=5},W{om~&[ưҴlk6=ܧt$xGkAdGX1e%V&¤>LtVG`)aKI6Vk_R7ozhUy]^s܎;}wIȄ ]mKPc4R|'j:pGEuiNfߍXlUYN&彻-V %@!hY7Zw {xuB(,r_61#tA$y[')ׯ@R֩C5PUfٌ C@ŲC4# -Dm8ԙO~\?ɛLJ  7d  ]PwD86DeGn 1/_ TIp^Oö!߅'JHt\G-_A&yG_AazaMLmqHNWL*!|,vok[gD7<7 5Go);ldjuSݭv-ޥjEO Gͪݎ(MgO}n\GչXeE߉{hf1DQjIePjMv dfy}nB/O(.-H/GzQ5n:r|DE S^wK"a% [R'=d3_u܆>يn&+ipP~IҰTD7x <=], k6~ 0ugI6IOZ9Вq^J[ږ[o@@)I <4tMf}~'!t.=t;(,Gu_!ViyY)YNTBq 鞙dw@]a4_ ľ2Ʒ{єX$2|^j5"MZN?T ۾tV"lD O2,ژt=*Twfє;.훥EQP^|nF5IcZX%An.:}2A>Z >|2C _LճZNuJ XO[T=Jp٣# 7wr6 \0(fnO:[uk%S:\C;Qpiw81<ԪHCz|G 3BMOOOP cLObTM|^0eo lSIN{qA~m3 .(HOrLa]ׄ4""6;b@ۃԅ"M"ȥUBf 9-B%`.u$^LQNjk}) ıBhY.- Rz\Lu_cU J-5a~V<שּׂ~l,Arͦb@zF-ʚgVkMo輕$T1CS8q\ئ,}USDzNRЯb!1CH [ хs)]iŹJ4>5ML%ho_ Fj2C90ⷠD>O j]C%؅1JzZGSw3&3dT4*('2I4&9;%z˫FN T_YrAfOQeɨ8 W[-QM0^tfj4{!R-a)[_Yp97+Vm,L=' &:eBct}#[z,y/4Fp{EpdcY4td E`U/ C6Z4WgY,MSò8Z_DH 2SϐC.8ە1jEۙ2 {NAa(ѡ́˄6e][?Nm#wtN %dW׳HcO*=>4޹;Ob3 2k!e,h*L^ ] ՌmLdD5պ<8䦔"C\ezrp )stfK.|vDV.`QƆU7Jم1De8 ^p߻?ǓZ(s@MPSLh^I7q2',Mej5M*r86,ڪ)$@d@p!P eo99{ŭ {%!&_:EQ1\ϋχ?SB c T& !Y0<) o#@ r8B v&͝Ӟd`N~R 4(9MМ]8Tz #r%uR[HN̜MfK'%Dtf-fճ$$F݂ jzyD g=0hHH]iF[,nʧe <^ف,VoAг>5ã(MMu`IS'_sl7BM}{oH&*b?7q|Zg!$V*sխ-^o:2J:82Ra(Lժm\ڪQI"DAB|ٴxՁ`S,TDUla 7S#(lu+]mH|#&,Pp!*I(H|#&@ZQO7yеWt޴PN {bz'\־H՞. ]0AFmKJ$ {%1`Mb(^%' dYhkMq)=Jb1`Bm*wY*Uc1CjW5$}j'T  Dw<-l\oHMaߞ,!!vPokXP z!^q7.MoM'tfdoJRxOJ+ tbRY 0NnGtkws\@W讒k`bc[M ~ N׫J.bIC %z^1Voo_Ӳ7VdМoԺIf;wAWJH}權GİEF%Bٜ*}?gu[ ܊mCt㳌!mTCm;+nS\ꛮ{ EZ8`cԢe@eP6e*-ePa`b6†kKV@eX+ЍA)<0NC%bzC(}zƉq5B)c6|>^vIyYXr$NwsR*w:(|۾.FgԎźHzcO`!"ؿag$'jt1)dL}qUu>O\ VW,}}C?ӎ~{bL8N =y6a;0u%?PMKνǘy VmxB! |I\X#/0ʪF/|'32`zhq'-Avsf1VOV֖ί9O@h k m>hX/*Tb!4 , t.YD 0XW8ɀEFzlN̋%n}7~]1'ilR[2G/(!v:ha,b; ^`߆73- ! J49 19 d-̉Ioq;`ir=H\vo+ðuyGR khBo!XQpiM[/DKap7PcR7RѢ%Β(iǜ,tIs sbKY p(3kޭ%&oK`ϛ狏[I^O9uU]}lG%~7SX^93Fg*- w2 ^ F 1ghjޒ\ L?'JZWwP-$ šX'$pqO]ᰯFbK3+|P5x'tW>}Q3>[l"bԮW0!`K-%ܘȢZ;*hu \9 ׄ l(5d[41!U=Oy+`NCGB$fD|\SjD>Kְ Hi #$U76u"/*O$CY $E 78+03!Wxl8v.ω)c2[ŻDfc )`,S]N :d ͝P qUTY`s Uѻ\Rz2^s2-DCm:q"ʒ{j-zk^uh1 T:7l ~v ~U+/;’'Edʡ1Ej|k $4%|Hښs,m4*fl.RR(ۊ~ݜ<c?+TXT}i=B-7'|f3ty;"<u9+$h/Qy, 2HO6_Y%Gd{!c: sQE!T Z'4!&݉ޫJ Y%|2gӗ0cΊiM C4316.bJeX&*m@t (IjI 18VH 金NDٰbN4Qڮ :U;YWbJtV>:&Ȗ뀢MW;Jώ-7ۋD)њ3U|ѱ4wj.cUVvSD~|̬Bi:4qC'3 ~9dk|OX KvH["A5_JP\3:>s Fjwu 4ce'*e. ";B g՗[rW |2aCKB-HB% $d}D ق*V:5_J =/2K}cyKr{N&f5s6. hf&!(S P[Kꃄiw+% &EACT`#g |U\zHiDĩ]as]Wh4u il;mԐK%!QMBO"ơ;ډɃGv#& $QGE u2bps?2l$4޿htw/1gA骒z2T,d6cVև&HU?EN ѪW6:G]HUNg󳚽V۸n +Sq"Z%ëj%|,8!жHlH&;"G*CՙƂمMu `G #@f'#pwʝxOw-M/N-ʮ$֊Xizu)tL~v qnHC,[0 0!l\4LQd9S} m#\-;VG0"+0@If!]#Zn2$r1S>F#pd/n#h Ҽweʡf^x\^:Xo.Z`L(x8ŬQdS\vm r$榎4RDĢ@޻BX͇ʪkI{A `l 剔KO8>`Du庚!E 4&7؃a?;|ҋXfq4MP44km?H pZ@Sil$GOW:lI̼1~G(n,݅`Z? MohI*ƈ怞=' ئaT=C\9ڞN uǸ/- "!=NWНs@J̗#> _(~Kkt@$#Xu5R faf{f/{MVYouFy',E\H^ms" eݷP\p%# 8= <j uVO+A[]Yqx`8+r?fe*UQL ci|?$}QWo0ZWNP\k T3MX9&f3R8 NRҙhvͲل 'c1A;[=A 9=Tea@eI/ܹ'StJˋm[ 5T+~ݜ&CeFwPQcs^ hM#*2w2:?)j/C2#ݹA9;hzbOҮ[>B7o GĵԓI>OnW-':ڹ}gx cbSuR$$J?s3VՒx Bi)7ҪT~M w*I?wkQƼ.{9Ԥ3s]!K<ƙ ̃[!кt7,g'd2^a! O'A[/uD*:Kqƒ߼0'k|fw׷o;Kusd5NYZ= vI_@?#^"z6|{ay[bUlCGSU2:%^)hqFvMSgcJoK m'>P$ (݊E.F7vIfXN Q*WFnq*SnY;[´*L⧄c9`p+UPNh{q/!9R-Z\jRe3 ,uv 2r!J浬f j/9UDX15/Z;Z幍M; 8HZf≞eA7n{Lfd 0fBcB<n j!d" Q8|2wV@nu+c$8p{VN_F f\lCY& ( cg#B~AF~%J$RL,N)0F4"|"[$B@"DϣMi(B_ 0ռ{, kX1yXJ#<#j ]]mv#B;P Y4Y<쿦ڳo] S?j"Gbsɸ=g"G+I$a, v"sˬ3د G簔3x´Ft`Z]1t>#1WXڵXvC9}<I=' -2ye>Rn̝!$}-j<)`ECBM#KO(c#Lz'Vk f&X!S/B^דB}Fjk۶(9jb[;UZ^ XՒR^/"sml)jk&Rc +k@[vp*Lcά lp{!(EUeXҫ zv" K vqg3"ڞc"vPmlf=ÒJRnjun3 SeQlqPf>?,s$%IJm5Aykd/3縙SͲ9V|&%hb;BPls?$D2̝*R`tˌ;051] DWѓ.VnYs/߃ily 71H=9ksѠ6\4P;u4ѓo eEG`O3x")D'QV1_vtspΑП'|G 0pz3/&s=R5ȞNF)']HZ\k|ijja7N,`ġ0HmÂ{vt(&qE3ܴV0?SQZ[N`(A򋁥C |JVݶ{dnX9:AAW )؀v~ji *V0GN:ι)GƷ`7:KYָ3>,](:vM3*Ӛ.a*F8;Ē'^ Gpk'ŵMǣt ju<^2s7XU?*neJ4.T`7i- 6q:2>d-h~/X^jǢ@hUp}ߐ"ӣ3@9.䂽,Y|F`T`Y Bl[9Al1DaZ\n`崒O^w )gKKUW =r=;ƉKs!Zq1CwvȁCf!06NW5nɦTQ+@\ׅ55^a^ dOt=P9 V52G}lLQ -͆yc7Yf!W3wk9[EU&h9߇% =ߍa ,wce ~k-kX'seo"=]'\o_Xd ՜ 4NQږ{ϸ4ll#K)ܐԚ֜z/9oQȐݼC^-F'-%bq=8` KA9 ndrB_e"=J^݈zI2?/hw[%َv肳) )Svq;ɖbB=byRf PV(!XƸFүy&9tm2UTw;dt0ΩؒF G-\)QE0G4" `1J#H6).3ɷ~vmQt 6#23VoiyPr򦳈V"Tqo$(M6)k?M# uw['Jq k ̩~X3JxuuBj @gVN5`i B;πVLKipԊxP Fn†kT{kâ@X| Aaq|p஦V4tJ%P A Ne2ővtIb 2zU?R,iW0>GDT?!/1ծ$6Y$%Zh\8&SЋl FM Tr jOuοZ8)?b%X{k~VfyEًrp{[.ܿ[]L&Ww̖E)2q;˜<=ȻxQfm}"MZ=U-ă %e *ߠãɅ_gqr!!ݣW1°Ssinv,8xݭY t9mg8_e瓨ڔ^ԙ.{YzZsY75W-QWUL=ʌ6Y; )ӊ)C&uGE) Aa7cN=(PX8q3>Ilp#熪*r?W]Y%C$o?=@|Z6r޹SN0a -wD L1PRvX.7rOcʩ4-U9؄xf n'7"dɆ풁Jv!GOuz{e4OjW>x ~eeCZQ0f,iUxR^0JQLK==N "S:RzlܬۥD냓jfX.@K<%6|~psjpF>B×c(t6ގȳseKM˦V.[Δ0 Ægkda˽1zVNm2V=?s:kN%E.+ v%fD5k o[B[NחTcZ&=z~OF{D H(<?yZ䴜Y";kZ[^#|y\K` _g Twp˜ f]*tK*no 6+~rװ̼Fp\^`&j9YʪOslğdpp+Wm`}w%Uv`BB6`wXɝO228 9,s+:1zjG@8@]s{PQ'; 4,M"If^z:T65~\}wJG\(.b}L㧂m$e_sVS#b >wHƞܩ.Z -R={*<5E'zW@'8i4UȔ iS["c!|} tEX%=WwExй3֛:,Q67!*!.WȻ>nj > I{,+\US"et{¦K[X._lu)˜VNhl&oFfsJR2$m(+\\([hY4@B|C3 KdϽCc2Vd'2W^O[,k)S,?z^џ|mA2)uzq .#vvj|DEQM8-L 4:+M>*M4?*sju$ 6>H M0fN73$}*r{`\A}]E⍠_x"nAEBJ2bwaiWƫ斦/{DE$yw@e5FePty%>5h|)I:*h<_t*\@E?hDв\43xKNh=g%Hzxui?!]M7JX2QSJ[c=xbH1$a4x%( &pE6guAlT3n3F#[8Y4NZYN=<U5t-QYM{{c'=IT_DG4?!y]݇ x !_N㖩J[|t;m`4Xl8O&Vg%Y%!4*d p{"lH Gꛅ;%nOu8rBTM.Gj~LY"Zg/ȶqyna@+Y ^` z4Òt]~joRv5~Uz~MQ${N==z4WN.M:}c[o6Nm(#*/[wII,9<^ZZn; Nrڒzq&0G2ʼnOA3ybDa亊j*8kqVTC; ςfI|h>fUMS/j 3Uxee.i"̈́1 Z@+'hxr@77CRV$టH.>2X~.n(5$S93c͝= g~$63b JZP6vGLJahjh.,S 2(Q7y]$!ފB%&zv+&80է-8kled(Z)2^i(Nlμt/ݖemvDtI }-S1[@*oz,}8غp7fWY`&Tg RPJtx !M_O$<ˆoB77G><<>GKֱ7\@ p/ 0X)2M#)bLK Ո?vk]n~[^mq6"%C!9|/IX3lpOMĂ7_߆{k,/Lc`ȷy໐Q_V _LO8C`V)eM SC<8 :SoktI[r[Sc1iKhXK؁KERy"1f5sUXi:yd$9yTI_],YIz4B4ce}p=\=l!)rndb9x#Rg:K $9=S$]jFd esU3g/p@pd!ЦD"vP.w-8C+W JC<$Я)PFF4H|RD2[EFLӫi[mNA9rjɤ8mus0PjqՋ}h;ZQ@3smܬiN_Y&2v{ wsPM1:Th{\ )g4&|> y_D*:J*o|]$)Oԟ1HөoEnMKn=*ǗXpµ#º"T\pn-"4@33DF8Ô28i ɜN?0Sj~u6b1L>['`FZZuN /d|̂ 3s;i+hS1mqvهN@бAѥ9<(UnpŹm6X4#N #8ѾjO;kEU oXJߒl/1^, hϿoTq"ES:-27oL'3Hh)ꥐ] 랧$ 0j@˂VKcr_23^3wH)d[a#TPEAOMߠ=^`ęjVQHu5&{ڶvҸ. /B}&Q̺I"C(Z{=:2GEGdӿauuPTTΑv} P4e^?iqtCCt_ ~(.&~b#L.ǧx%Ɩh3gpgīG剱r~ a;=VLiƋ[)&Re&\8sOC_)>g 'Z;m_ܤ:tζM (䝈Ŝ4q,9<1b~:x+ƪ 3_yQgDq@1v5E-w=OۅE>76{%Ť3Ei[9 w&[늏sʗY}/+3=2<ԟlᆾr&^mW vq0z5>drRjU+ %8i $1=xHXA?}ZI 0djLj[2 e{0cif[ $Za/dW2u4+ =܇f0HRP/}ruKgxR /tRi%J7%ThӒ3a/` tрm*]b5ѡ˼gec|9䐵[[L,a܈pxsK^z ]X'?cޙ=Tzh!y3p9|1Bk!ބ]mZĦ>M޽ 2.m cH#5pP.mu= ʠ%M DbϷ}K`E~Vs');W1'?'c r:q#g/_7+m" `BFwO +Z7h-|\W*H(&. d?_]a!YK;SiIl'0G*PˍhX- E$1 PVOͽ/'(֐wFtP>V}l I"Qu`wRp;vcR{KЁN覕ep=醡a^<Ytw擺fC:UE7TھY, 楪Ng`o$VIJs-3~5b,(Ubb}!v&p~`V>)7wݳKÔ>Ē?[8: q@2d @ 0>U_pe:CVrVyU'MQTf2'+ʳY2V >Y񴛗&O^M3ZM|V +9/d/|])ieNYBž' -h o @_e'5',BbS;|v᳊ n%6]S-RZMMչԄ Vs 5H7٧'1_ev9? b/FnMlE+yyyft،̌P*BSY\6{k M Ěл<$^ii`FezgX$ ɕ䧞gE(o$WRArI}/C&HTNv2Aqb1Id&,gV K\TA{|G.HB\).5~؂KTE%$&w  ^tAuLf1µpQc oAӰl C^mD+|6;D ` u7ʤvpPKmϫ#c9#B;]Mka?1`zZ*}(b٤B* > (Y> ǭou5a 'o"Hp 4/j=X;3b/XeNBmz5e\c3CwXx1JD*g,'s9"vTa<9ب H*܋ E!$ϖ8+6 tʊ[caڪ ߕ'=Rt%ѫK@ŒJK!f+~(S;.+b9&N>JbPFK `h>]w#7#gY,7cιhm5''o4:5qD9Qe>Zxy hKLs-509j Q6x-j6]9ּitՔqf~)s8\:Au:mr'څ`nu>b*07|z,5osr-a|C6QRGeY`Z "MzGuhc1l|W~8>x4C诅QX pygFV00߆RS >&oXlx\ 5Jb[uY%9Lf07jue[o-x"=7y‚x*QQBFC4 ȡr^:-fYu* lO_*(/ 3792?vL+TGⲖO !+֚ubVM, K--eڟl4jˤFX( kL,-ZsA-e(TYx^T Nj $Ro2kmIP`WϢDӕuiSh)@O49d!$"+p!&+E40~ﳸC|M &>JϬ*tE2 7SXiBJRǪt\Skc:m%oҥR0ɒu24 v;lf$Kcq7nVBJU9_ .{ބ~FRnz?$T߇t3Q3ԣR@ /.an=G߱Tvgr/('@lf%9Ts[+0M3r:*+*[~h5CL<X|`HWk`Þ1g`Q!8PV40%"0H)2/tKY@a;q@h;9,߄SWDn?6~&~+B8 k^t/1і4Fb%HUGt0ZxiʱX j.Dybnߙ5s ׎/l Pz X /l~9p4AE2QhQ':*6;׫HW1dNʃ[ozg8C$q1 M`O_ND el@ -79Ai3n QcZ4\PR5zT$ @ 6_w4F9ʜN8Xa ߧesøhFm{urix8Z8 ʒU W/_7&GY-j!81$A!Cd}pc+b љ:VK2utw#rm㋈ Bl) *_`LG=؇z1_yiN5a)VkD@[ Uנ]vCf~QUzۋ䗦;g\Р)r˹-R5A8Ū!qyB֞x|;ȕW0(y4-M>edx쵹-q 'QAr h' Oő&r ^ۧ.RxS511bץGY%!_242Y*Nx{7ŬkA(,s*ÚIΎ3xZQg{rW'~.lLp3J[8ְ{/ݜ` cD d<ܦӭj|(/CcfUT7$(b.))$j MpFAY+W.(AElKё+Vʏ|9ܺϪ]UJVajգU !Bii ѩV!PXىPWxL,6nAI3v`PEJWåTT*D<ҵqMW`\z*C_̕`SτpAU^|Uo\Y%QU ΙA^qdg O}N˲f o^dw4 <6!5߶ PLfە!<Zk:rBL/7#&?PH)6YΌjX'KNR͌2jG!i\t_su4[' Ҋ]$ttc+v& g7metrxD7iDtfiy&̹ XjtHA*olWژI=3t7MÌx-4u kY9ޝgF<^,V]y! qNö>:R&Fd+qҼVA᩵uȉ' ϾXL/1]dTĊH"Vf3mU[|M<PlUfcXnԠ$=ؒrߖjfUZ%/Tcn)0lwX 3˰k=o%@AMAUhC/:l- *Fp*QDΎl2cm}?JEm+3hgbF( ";HۓH# ATd`o EL7uyEkÆ37).T"xu}*u |5>2U;厛׻Prе`bgg^وZL?Gfܮ'XwrLB4 5N9tCSg 3 z{Phw`[ٌ]UwR\RM+n-e{Ӆ)| ;AF% ,[1CRӏAgGe#ZE| PCfeT!oݧX&]NaAWGe7um;椰;\/8|H :!?X%R4$l9ɧ(m*X4(rvjK<p\D="I4. ίcGv0**lq,/U̅?i`X,s7rmS9V\8B9rk5NZԡb;$>)v?aO靕n B޵YdA `㐡(b\8}ztcp̤璓ʐbZF ֧($ \E``",WD0(?0N:qwW|BiˈtH!ra~FPb09·-v YZ