dhcp-server-4.3.6.P1-150000.6.17.1<>,-hc=1$p9|\!Lvb--FT$_Ͷ+>/J WeæjXt{ˆ³1F`?Pd % 5 ,0Ijw "0#h0 #0 $(0 $0 )0 *(0*0+0,,0--.\0N(08091:2=u>v?v@vFvGv,0Hv0Iw0XwYw\x00]x0^zb|c}Cd}e}f}l}u}0v~w<0x0y z LCdhcp-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=1$s390zp33%SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxs390x/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#ِj& A큤AAA큤A큤AAA큤AAAAAAAAAAAAAAc=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=1c=17978c2fafe59963f7d4c3fe8808fcefe308b678c9e3bb5100851bae23202545a7b3d671f80659c26a8e0a7429778621b1ef5051e817be1b6ccffbc4581e403eaa2500c06cd9766714bc9c3427e8df2382530d61950dbf4742f83e1846576a0d7cf8b38cad0c04068a136c75be94d191554c7ec5031645f2db410d9b5f272dde60909c4d587d3447cf7b47897965e194a1d15d7f4debaf8b9681f02e79b3010e4fa0ca1e8dbf519224e132da9780d97ebca7c6af9595fac6d0f54c7820fc7ee5b91b0fe8e6036b9bdabd80a29f070e2a735c6e76517a6a17265faef9fdd936bc30db0df259bd5afc5099107402daf722ae3368a9709c4e47b44e728ffd41d65bbfb34a088081a2c7fb3b08d255dbda8f7f9a185dfcb7f789a3ae266e3f94bef0b56731fe07e0a0d12481ade50cd03064ab7a373d6a9c8ad2358e02418fb131dc6180823df8c27c29ea834b63f2a96b72392ded17a673be735e7c0f233fb3587fbbc868ab3d088b122af68a7987c3d61ba56960ebee66f2cd35e7248e16edb49aefb16e55128fb43c56ff375560bf2be342e0228b75620fc53b404149a7c4e95d451eff864f7f61248b0295d6373c18a03e8667f444f61d7ce89ffd884562c38b3e3091fe127f4288c8d018545a423de921134ee49b050b686435ed8224a4e1898e4ed25ce211fdcfa9aecd4ab5e5927dffb38c9a065b18593599e77e28d63aaa51517f0e7bff21165b4c649dab51c6b0244651b92d954520873e8632fcf680ec29545ee96656d36de0a18593133d8de55d43c411ebf821101328123a92bbfc476../scripts/dhcpd-restart-hooksyntax-checksyntax-checksyntax-checksyntax-checkdhcpdserviceservicePProotrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcpdrootrootrootrootrootrootdhcpdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.6.P1-150000.6.17.1.src.rpmconfig(dhcp-server)dhcp-serverdhcp-server(s390-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.15)(64bit)libc.so.6(GLIBC_2.2)(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.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/shs390zp33 1664954660  !"#$%&'()*+,-./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_Updatedrpmxz5s390x-suse-linuxASCII textdirectoryASCII text, with very long linesBourne-Again shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7c3d21dedf4a209ebe82c8c5fefe12d78f39a450, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, ASCII text RRRRRRRRRRRRRh:A#Jgutf-8a0022bdd77fbdae7515174248a418faa51c7b68a66d6f1b09c34c4f852e2d8de?7zXZ !t/>]"k%D,\9ruTGK:z^OS|\ ¶S% r܅CgoVD'i%Z۟ K?kNJT9Lf};NC:_O}4y|vb?L5@ZvŴ[֎e?0hqz}UU+ 1TfYw ҫ8ҧuoEyIl>v}g&X1rX?np{}GrC[ O$O~qmfί6ʈjTQwh>> DӘmSg:\ū kwGs#‡#:Z&lN$ ׯȞUkBй]d*Os?L3bt(V!0+^OBDbpd Z嵲NSV%m[E-E41we.+aO-!/xo%!},u F z[DyQdW{9k/H%EBzn>-|.OKAG"vJ2ӏ`S&4kRWW`Uad|G!A'n4^ `++b34'ʄ ]=weMo颰5 ;b=T}MږTGc{B1a0q+5F ֣HrM.)h_XbMz3 {Kՙbӈe@/VH+E42Fw"& #(̗^DMҫް_lKV ӭU^N9+~;Vw)Ne\•lu2h|c Z)JnC8aPn*o4W­͍ʐ?{c92ԓJs2s >~,VW%M)exD^?1 >KpX4*Mq ĸcCcǻډd%l{ 78%R^L~ fl;jB}y)%pH!xXcR>ïŪy=Ì) 7ڪ@{>B>|$5l@ZyBATv::VeV)ֱE_`rxNR: Y21m5iH tH#`!0>@qh?U+)/c%.ab?׶+&5S 9Km2_vzFɸM1\ٙ-oU*Gf@Ǟ1_2~Ğ2w"mEOo`M8 ,&W a7,BLЗ3b~[wl YsF*%? y,e\68g>&_J3_ oPWߣ/гhhTy 0h)ʋU Hmm9^A!105tvcuGdRfX;H G(- h-h6^\6-KȞ)N+quy n76Jsd?.56Bz2)vCdZr0G!.Ud,4\4<;=,Gχ!,5ン{IzcwK]AE[! U<k?.*?%kaY ~uW-Kټ "OaPFd0s.v8G)}}&8wϟ31Ew{_dMEq\&9~=߬粮J|_/@/2S\zx". rbv4=5@PIspì>=bH7q桉6\fTXuG\XbX+Zr;"n#-]YTWv#~ ÉNlNEsA%(&p4yį%4b0&LKϦ V%iU]uHm H瘷Q  ak;-t/5S;2јLCЎYgV%'4% +$-cBkuF/ę|/_,7|p:WhE?R'*bN,ըN0N {/ّ*Cr[1dC ?*/ =;M$a's_q`^9 ~b;N|z)ڢ8@|ŒhUVmOW)k( F~-kHn0͋ZVqbS*%ڽB#Cr!Zl^ !^p~'/VApDy=+">bE)w:Vzu7v|.ã//V4y!r?xCy=ċ.{ A; ؙfFZG{|nK pPxms5M\wl ^YM=ÖW#K0؝[:c=Y'#VHm"([q`}+N|D ~SvBZ;'lg[W1eX0]MJt3r&@8&MW靖 矼c3mp{|\( ρ.`@///,Pk?u|Oڙs5?Dl0{$!a2koĖn,{$UY*F2ZN)v<2;/{$S9 ^gKO }Hp6˩Pq!{ 9a} 2ф_4-0"l2>' ݿÎ79sJぎ ɝC-R#<T&8QMaJzl PV7 DV høq4G[#)>U-nSZ%frr6,(eC)pSHeVKp(ybBn&ND\*om{آ1:u2o?PA&^3aQWV.Yz68&9h |ZWBѹO (#HM+62t钰g(G%QG=DZq`un\Ԛ}$Ua1f[{dk}M|Y4\B0go^)**rX fu-*oqR}fo\C[NmnQ%uy5I8V ŐEP4y{0 L ":~v1P_XCK$&`u? daYzvPYa̫90-ϮC`$d&K/Pփ[\gwCktX0'Wj wqEVpu =x@DDfW@"߭OSsǺ|(\FH}p?@.Ŧ ?/mcoZ3MўȝI^L>b˝=(&_5!uXQ^jGԝuV\uedCRAFH_fkP  G[5DP[#Zz5Ugą*iw 05ef+'~GQ$u+(A!JoxH^VDՉI '0j3 CxNhQA]ڽ_u $4l-__Xv$a'K⛃؟hW2OW}[ne "ܭ_:$=^Ȋ_Y*/lQ~)N.G׍୰@R ~Ʒkhy' >{8_tF{WB_kb.oq']6]玭g$Unemp짡Yݻs^4=.bg0gՃe&N pjFy0DOf@9}aOrhrv jd9F{g6-43JNVAЎ^A -H@kQwUIKyۜO\Xo$K)~c1ߊ{/)Np7ia!\ࢬF9MZ D 5= pw}XSWqȪ>\_ U;^8XC^jxO|wK.='t$mU/0@_8~ѥ #tcA^I1jg=OW9*`E2pxf'wޖNv=`;S;X[ @z~#RY`YڂEk H&{W5ےǛ,Ƚ1%_^@A(و!L _14ߎ9 \|gۜ2Bq2E-cy! n! K/L&#fȗ#/Z&V٠dXnEaywS-\jB46mLwÅyZiEh*f#iE<a#%Awekig~tA.8 [!n-A{k%7lXH),U>f ƆB二Gǩ4T#dnΔ~cB'23T cqH%=9-W߸qqS}Gü~x%ALr1t@HOƱ3rCpUSAgҨ)oa =wt$uĕb^1+crE1yq[1VKHVla/Ob9*8:5 &B;܃C ¶5 ̓r[3HZԻȍx^ʜ#kͶw+UXxDP+-$.8ܳodBKI}=>Ɵ`s'X:s]s#gQkCkr~'&wQ>0>2_\Р^;5Tb$4Y6w F 9Xc j. zDks(ta2:(H65Mf4Gk*NS0g$WsjSMYLgSw]ě~>\.pFNٟP|+(B \*[ |ԀuɃ| Wc۷ u HX>u%F* #v0#ގSvd䨐eyU| -v1OT*NygS Uh5DyψovI eZ[ gۅD?@f'#S5Fu@J9'4O+f3%`=tƁ_e(`J!264 ;-vQ[F ڸμe{Q֑YMrAR.~ȴ+$\V'mGT2 /\m"i>?I4O%HP3m~QJޓb23R\Aha=+ݽb#%hA.9e?y#[ #b0n i'Ss_9,Z)6FVωv1.܂Fw~%jQbσ@>q%BD\omig\ub]yI1\.w(m,js0g#bװגYN| wȴwc["uȔ?& ʑD t,;J[qjp7O\2-t[8yu^ :3'^"R vәj`\|>uz<dkA¡B& \@x΢rC~j{Ge~F<+M+gUf4mJYz$ Sam۰U EAՏh_8RuGϥ>bir3fQŅ% @Ab^hiTtm71b< klGW$[tPMgzRQ9R_.ƕBFƤ\ڈoUsSn=9 A5wJ?*O]a: #$Iؠgyy+Ӯ#n_ (n4+B*A=<`!Tsuf80OBO(L4B$חɀ|0J4%S՜GzfU`ï/g>bay'|\>U"ZZ`bUik!=ܢaю+̘t|\ =v:p~j_wŨY#HEe$b?I](*>R1n ?w*(0O|袘r0D󱺪D9M)T !]']`B=öOU5ݥlٹ\.D $ɹ`(_ N-ޠ}qݧO-/ECaLgabZEVQjc\&&\KbP k 7WBdj8iDW mh5YkOiPgo)#mS8t!0HA7 G< Q@'˞wȻ <Ĕyv9xpb΋[P]wܿAa7ѧ)- Ǽ t6l|+;Ѓpyf/u gHhG z[tikvCT|q\6D/`8˦ŀRh-$ jxȳ|_rH 6/+B?ŵŒNXo 4N!/ˈuz`4"_Ha_E9, H~pooc9\sbsG2قSRXv*Ҏijq-D:cBuW8ܹP?5ַO|{`Zp '3Vu.z^;j|Kz00MXjr8K6 5gqt0y*:dgl$ wgI^!*}z +L.?Z|A=H&m7 9@ >lLYZ 6C}a(]}'e|#8iUhl 2,V,6.cf%3ǵ,E$/I܀o ~=kdڨ ҙ, 5 i$Gy1ǀ]g{6P:;|]v"[ ;W /ƕL5MSkhA97>fsS^=r (2)ֆXgaT/\S >R9xkFqD^hcpkF;/nPQ{%XZG_?4{-xw c  R_Wm1š\}h)^4j :]t$u]:+3_ޒ c I@Kf$FvA,${= \AN)0| '8Ia pPPaz?d)F~6Ȏ %"41XӼ+q/> ze$'}$ U(EkĶQ P"6 q/XDwр/ev@ Ҿ|CVϾfjQ8G?{S{$CWG/ʋ1~iSp2_ ?ސM䝜]Kr :i&ekűܸ/e[^rNۨ{Xq;9 PeGdG*xa@_i_a5@– "jEp4>d(ُUx8Q}%3tr >u1+ BPeݓo 㸵1h_` ̽ߞզ=ou;/z ES-ҁ"cQlng}@'7]s*QzƆcֆB7y=E n-]h=.P]zYw&$ዏA}/^0jBgXV[W%MSQuF5wL\M fX84Ҿ*z}Mߡ SD:~}=MQm:(G܅LU]-QSTn`^UpGX[Gfkf41Z Tj?3ϴƥuk횹ƹ*mAvC6sulЮ!] bq>t*ht":e4+}i EZkپ|t AYZ~b38~AԝȑQwꩊHf4I@'u.݌DQ 2&‘34G·>SۿP੤OƳNn 1ΤAPp R?k ϝ^K AԼAu4'5OUܘ+'IV$Ή%GrDŞLmjNbN.cCvY۞.,ڝњ09[I&({͍@''\ kB}{Бd 4f-Q;IpX*³8R#n؆0._HDĕo*rP'qEC10bP!—-yVԢ`h{?ݔ p_Yih&O{2ƮK[3ʥTy2 _L}07ūh8zDOlVĦ uBDMv\6Fo8w*t1ZAXPu`` w(kҘxb?3`奥xA.rHZ+"O?.5HLSM%>$$>+4^7-ZR>[!ϲr Dm}&ˬq}o~eSRa*Ūh(~xtWPL; _Z~c4l=7şJN=R$@RK/WowS& W@kzf|v\ =^-ha vLwVI":uG+Bя{R/ yk P6U^i?0`}.A2i8rԹ]Ay n^Ҕ(^~9aNqvR o2|^=P\,#/sKP-4Vt ˍJى{Xp1nB j':'TW6cUQ]J67@y1_U ^o; VȎC AO:-[b(?o_pvR<V0E:\k< EN=#]?H6D@$NkB}[~Zmvgq-_Hӥ$OGPf#\}qbXBW8DaoH6:͇/2؛-'GMΣbAN78!/ZMWVH|Tr1Χ~z"4VH3㪓@q2ݭHVxq D{%.$.!:9[|i,u-ʌq8m ㍊ CTxs\mY1v dْzX{,;@G+"IDmǽNi -SS v`7}jg6w)Хo@Z+ܱh= iNR댸nUϊ~[\5RƵoʝ`vkc>9pimD]`8#2O0Ihs{|?Ve̤9JJNykR,]?LhwYsi;1p̀٥=E~<xls9,z;{Fu_V;ңY Q J5;HBCW%@|%=*iԼ$:CΌ`h=-2ST[lcZwvߗ~ _C$5 SB*5RDx8[%H{ix )cI+K&pnUҾ1Nh;ܳYy.״ 8<\`([ޜ?C_[|TSʍsKN~.jL&vֱ ykQy{*oȜH~2{<P.ם(B&iK))HbT:Cj]69;޴)yDm~΀y /jVP7c}M#k02Mu%#S[N/Gkm_ GuxMId 6Bnصd}/1( xIƶS3Ή> e5M$D]pam{ mZ aCFu%<{$/APfLPIȌd].JpO+͌@iy" ֓B 60jT`3y,殄 B;OtYجoP`Tʸ|ЂSb#;-;-(=(זKxWT)!X%,+8[P@+&K@'>eddpwRdiIj㛕vZ˰a=ڟa`/'gl=Kֈ1\x ľ$|6cVd. % U:ӕÑtlItK- ݇vL-EB+=5uª3mGyC5e/nc,s?" @ԛ[3S Ѯw?^Qp9w`^ctKОκl̲z;'Sr7\0",TCV]nnAUD"W&gnH l#VO )`s g␓(粻 :VFn'28Y"d2u}nք-2qbcЉp+M5 RUr|aMwH+\J OR ։XQFT "鷷|q.S+XSFhɉcQBiM=ڐ$Ig;W '`<ଙ$/M5L 88\0Uڷ7^Ɋ@PޥQ"""M/|\Jӭ/U{>"{h_ XܥVLu{3]*cM-Y|}m ◂W))3MaƱ!0j񦅗'M,Z[1€ZhR0{xeT÷} .IQkhm?M0I#)Ql20ϝ;I('+y2L3Fm +I>Z'0(̀UgnN#}|N(}"4Г )H`;>cN ,+*S\߃sQ<:)@R W[]Mէ$$ / .D F7<&| ;4ʹI{~I8M󥔕@FO!ghG5ڶ2 7F]m$8ez"vioO'շ{β 5jtxbˡ'x lxXGgW4" G̏{@ ҊKQgkf`glyf[ @2 eZt{R~א}KНFtrA rIA#D4)j45~k %Hm9]j7ܐIDX[J$ohyqq)Sdcyh>ԯ f6'aVԱ[=*ܓQlf13 Nii"%N."̽W9Aٮˆg<:߼n¤tQCgOyJFHK= | F_Z7Q(G(Tl`}>Aŕ6%(^5tʼn "m6oja&J?2]F3o  b}Qyk F?$5KW~a pfVTalؽDC3߃I{2C -};;LT} 8B.:7UXI!bޖB0ۄ@ 2vRg?3֔RUgUCє3UE>u6W&( }EfI ~ѷ>H_) gxz+ujnbPq);iw @^;-S8pG"eAebݾkr7lfϥz= kHđ-j m|VapʮYa\p<7SS'5F]d-/ y/:dj }#Wo.BG{Pjj|IB XM!hB*Ȝ]}䱪=VWx]++MrG/./U1 u<׈ߴ $t{_WS6ci \X9rиCn+ ɸS頋9.@Mϊ)5u}upe?V&)Ծx Sj#q|RL-E-(T*Mj.tT`sT3cT갱oM#irh=ХM4Ӯ5㰵o+>*w<$< {54і zsۃFy8tAcH{:k8]0ÐȲqĄkq_Q"֠J%~?0JS#H.iٝU8+&rc)ާ̾ቀO}a"q.1澾߾XRP:=Pq͡2cdE^~BT_ŮZ(Spӏ qZj;z2irc}ɡ}9u >i8(z(3AMsdP @'+:D-n瑭(a^K8ڷnrk*֒/Tw;.A+]fbIwj -N.dZ) H#\r@"duIv>߷+搻;L8gl3 m0dj?ԯ5\=7& ;T3=K"RI-J>L|;[@(rG,!<&OeaBT$x+ (h"4Ϝ\F[\ IFdAMڍ@#? 9C喭1EǓ\f)&G(^@ fN]sVZ<~^J{,: qwoL EK;gv_Nrr]M3D+Pvt1{xԴ;e?bU5D8ʦ;K?VQRv+\1.7| Ƙ|UP,M cdQЃǠIhSיJo7=b)XT'bV$hi`|>:ԫ~k7L_#3ԁa8Π0 wѨ1O=l~i`"$p) F/i:T'On}ߑ52H7Og ~"| |£"U d$g~jDYUP+2+Q,$h1Fm~#\*֯n@| 9P:O|kIl7TbT4}jyk@}Q¯>c{;e=*(at)1~ڝFeGv ; |\LA};ιHk*XdjN{a:\+k$}u'"pMVn],DQ򍼸L,.IS,x K }KN_|`hg>BiQ#Xe [gP uH\3sXR-I-fnUA#g>E&nQZed!G`\ĈD;8]QAZͨ O qbzBLX^ucQ[Ais$)5N /o]ܥXCF.z3.lo$r PM`MHn"ZErU3 tpVʵŦŢ%= b0O;IDΑ1ytqV"!z"cz̼>?YcRqiE.CJ`L`jZ94zk%s[O0|oΖ(EM#j=">zK~7'C|$cw41();Lb1ofAQuQ99;jMϧwuWx/Db%p(zqV*q&L^DW`~ LnhHs *[AшjJH0vkMd O|rAawk{quzo/0_FE k5}E"o2T/=}z=^``"svG$NE]c"௡lk KƐ=_(㫙ʍR(?%z^9 l mGuI_jO [Rk~a޳|jo`EhR+p~ ЃH[-x[HERhqzr4Rc y%pZ0kxF^c:v~daٌ[6:=(Am!|$co nC-l)"t.ݍ"bgyCj YP :B[ъ =i*z{Wژ| ;cLr2c@x^v r7I_e- Z P_܊8x(˫9 WRCZA,m/b5/>ʏa]KH`*++rs9Y)Tv#ȥ-k)qj9úF`g]klbUvw9f5,j-k9_[!n o𠶕D( vty3)(5y3d&ry_! eSCEmBhbtL d -loRr뜵XxjKNw<:[lruY'WNbЧiEqq]WDF,ҋ$TY\ f7HUWV:l~TOV{9?w!"-I H `s8GQDk=4-ޟ^&dsd>xcaOdn ^Ư^N8 ̏,Gj HvaY[V?*k|Fr;/PPR3` D#P*XS(*7y8l_>y;uJڇf6939ńMNWM96H!֢*7D ]w x6Tnu3鬘A '5~y qY0.BܶϫpgyX2:- ) J!><[a4V% n#XC8?1Id.hxeeYW2rzѤ]Vyx5}hln(8F=z0|8D}WDF}Weo &4H{CyoKmjU֡}I/p4n)IaRwi5I(Lmby0qT]L_$s |Q+_k g0/ 2(;Z?38_[3 ʧ1W[rło|LW/Wf 10s@HJZSf <v%tʟS;\NFrBa~DR"&Ū8Bf4Q&SꛘOawixH?S "7~ZbPmpsE> B}NLT(wThCN Qj/ D<|26.gz~ /[Z4 i&J.\/Z梞.^g&’ovl1V/7^3vjp& !8.X+bHg2~ִ0-l߫4M3N>οZt*30ģHX 3 Aw%͓`1@%TØ֓l17C3=E/`E 'pMJuIvJت(Vo1F iV`tZܾ**LEA_OۓjzK8>L1t{bIR|d=]Kuо>;MچM䧋[Q"R®XxБ,/ȶ&)-v?wx *5pUu .wn9o/Q?`r? z\6!&.@HH޸PwQG{" k+duo,7aĪsIχRHl << s0puv Of|4% aہADgYFev1b?&ݟMa(#?Cgz f>E"G#,U!J͇ ^HMzޘ-}%*èC1vkYh;zY1-jW0U {+pnz߿H>-}\cR:%`|{3k?LOCФk A?%G|Xێ^ Xc b`߳4 +lߵ9rN;bB֌MNR %T +ht2( (OܵPn7Gmoql/W3-+'Ҋm5BP%JCp%0-"'YNRHy3)X6*!BAY;JԶ)ї i͠3p@,L?f !k_Ʉevu&'^"zoL?!'EBUw1R􃔅aP4u* #IS"i6syUtp;f_/=D D +@qk0sS/j^~>O#G$$y c#̂yY#dk:e_0X>&|::4n\tZ3xB&ȅ]C p V·ykOIb* j3n@I% [ώ6Pئ1﷘HrHD='#Aδ;AWd: riP9:DJ]8=W J-Kdy0|׍@({od\ G3OQ(߷(%&(E#egN6^6h= p(yjyfzgF'ŷh`ǪE@Jur_<#1yFbRipvZY֧n;<rQQ:qy]6h乘VDĊS{]љ7 :2)9bV.mMQF@a#ښfUs&rov4y[hZBfd,mHv*sDEj#@Qcr]&<1Ewzf(} 0 6IM09e5AѸ ǚ2 X;cErX?לs_]u1q95PޱRe}y''4ycq`5x^ztHP|p32]*Y/{^uM؂>B"kzq(ɰ< Jbo>֒2,]{o/>!E'ʳ@ۻXQ$&~?Z}9IZvO}i3Lɟ QjܥGa3VifÐokrAscSNAjԌ/bm P;iguXEF1fGM4P.!^ {{5,siێ;/}Zeڹi7!YBݘ@wdhH8j6on|D*l@r@lD?]3Qi;:TYGj~lI.Bd6O m~㣅c?4NISs]P.uJ,+AINhI`.w1E@윴(T:ԎMZ%^WĸO\|l&O^\2 uZ52YkRWT4Ćc2-P8ů] ZkWu27@)HXTa#w:Mf7%3)":9kb!\ƁAZ|13\|7̺ 3箤!2X d8!&Hcwx*7\&=INڦ4PߐOy.8ғ}4Gd6|JO`uT3( HJG4M Ejfck^"\@6]:w9$]GJy+>D_'XсlZQIKW$6ض0ɠ;lFŎד5qtjId8.ȂX0A+SI4Pkѹ`G<@' UFIji"h0 S_zu6B542UDga8oe w;^DؚYwkĕ{DA%1*(E&H@98_{]o&DvRu?>Y).j]&RDO\攲uH,PLfXE QHEɫȚx@[}CJYUP<!e}֚L."̶V$ LƿdE]4↚v3]A^cAuuRVL`lek{R$߹u3ħ\gNb!+w-~nX0́NIo7lκ((mN蓓-3eiYr,> V`|$] WB_V=? B:r0Z>VQC(aMPo bbM/QþU )dBO(QF_Y/__M`SG*T:ԅKŖP2Xݯp1jxÍ͌5Z{ w_H qxUF8FIs5#-ll#2v3,ˎE!c]c8Y7eZ2hmw:)ϿUsAFҩU*bR<Ժ6 8qVW&~;>mTNMv|t4s?p4P5bb74bgwFB^Ā,J"MׄlP1}P=r`\%M&yN |'Hl),&Ŀc*X(!Ww {╚ZSL98tm gOeذ;{Ǥ{I]/x hñ>ndQ?6Dž:z>.aI/9'x ŝ\m~8h!YBRi&> UO+K&୸<1F%1OܷQ|*>"y݄gqEK>}f 1^0v-IO朼o\db6cԼlf]xJgǰڵ.p㧆#$9f{Z }q] Cbsn09=i^l$Ũ&]gǦ0s;+\?uK3+ 0(Y ǖㆬKaS`_w%Uo'Bz? -w˚SURlcY3R畍$} p=uan`x/(iM=Fɷ{> ]ֳzhz ^p~ *D}3{H da+Ј qٯpdXA{C##B&o̳쭀ۉB׮9S5٘F)[Gx`cX%YwQf+LMݲWf|lƐ0ιx\AP -tt.:ԸzBeS۽(2^t+Y>7 (%9ڣ2ߍ?)|!F#o˂!;59˫30DzãxX@O2D2)ML,YJdstyb70ĶJ5M"CEn,;fL F1ch5b?*HMB h<.@?OqP1MKw۞=x^Ielt1j@?&[4(װ+W| cS; 4ec-59Ef-F;ߟBw>* 9p;;)?Rbx&ux`G~:ʭ~n{ak٣Xf`W+*<.@D-4GSRNupdă>S4\žn(>\_6ऊUοHNB4 b|(X=K|F\Ͷq3Saz9UX~ pά܇~?yqn5DDQo-_Y_ g[d\{DqP<FZK*WfvG"J :&YYMyPZNk.ʎv7Ai%u p z$u@,0M*ar fK|Lnb#㇟ 諧hu33@Gw WhRBePsk,o< +fƫk*#]RE 0NՌ> sZn&٨HJK|YZ &BdظA8ecӋ4R+ĦZ"Ț{!ס;҆d \hGdgB2( 吽_I"$s"9 "њ!oOQ*{d &: rU'΋8NQ (##yHZG6!EF2Sm?dRTYbW4QvHef2~LCpXb?$K VåϽ}: Fɉe^%r^T%!#$ȭlu1FyKE T>U* |hv"5N1j7^E"URzpZOI8`јW59#ItGH`|scTbUׂ͐-]g_CHA~p/E&-ߜ~n2L 0`pG1?0o\2N Q[t/zhǣZ 9vMxa:W ` RJT ҒiL1>"FsےlQ;jsK bZT0G?t8!:қ,] @49?;ɀ|:y:Ekmcoyzc_0"?XsZ 6jk(8jjDyQT Bܪ[ Y+7ء+Ru̬]׎DF8#wv#] t],R;&%9RU?֝r2#23Y;"Q+r[]9ZCtN (pE_ڏ"Rڹ},pQ_HKș>c=s?$_Yɸ q. ~)DH| y%6/^o>^pp=z}ɲf 뀤dM RAP+Vz )4i!&@)썖%>u9^iYȻQvv;<$`md6rQ]&YoDM4A+*qg3cc2PgtX)UQQkq~pC rg^pc69פ9E4SS/ B TV^ Q`0ڛ-I^bPj|ȏe-@oYPO=*2,UTAˆ se,qJg4dIn"އʁp4k㑦EƷiv* Svp=S=}IZ6sN-8SM7UxVay5b~_JWY~7h4XB,@$8"6Q#[+Q-ނ"ͭ\zT'LF V:i_j|TV4tjS8nlq4Q_ /iyk7 yoAk EpȤA}"VA6#=&'o3C4̬ ,\=@Ya]{[;PLd ;=Ќ1[fLDjx@Ghb^PcQ,2EGM˂;&aB8eLI4v6RJl# ]]l.m ^W9@Lm@%# X2+n!=#劭LR- 꾯M8.9;,%zPi^)}=)n)4擃ۣ$`hJg-dP#9`r)9&넶گ=TRʜ7#ܫG'Yƅ]68T~sY-$@ɑ⠖~q̢%ҿJ?Z;ޞg.aRn ȍsl]s-y֋X[&R5 eSjۇͿʧ"2(*&U*& qox므H]=Y"4[s ԋ[%uKs۾Cz'}# 7>738ɤ, 6}?%w&3"U j>fpw> y)2Cӥ = IEK ZP9L\v65EgV⦙irqP0B3dvg0p,qrAK8Pd!ner}-y@d7zK6nB8)V!sEyخU^x^dX-#O\ƒBaO' 'Ui5w͉Y. O붣Z{vQiF(tsI?쀱["&wVp jo5s~7)8Nwho΋X_n[?Z5ȸ'6pG@7lT?Tn[+A{W*J0HV p>SOuyFiVˆps \GJ%Ю+XSYy}7xJw;v/fRl<ą=T:}t΍ʃ94/9Qt>FikLu6oa-\yX?NNfEȽT.*@q]Hd5VbNH$h`! ]r /+/L4eK87 yL|?9l'lH Ь~F0Ds)f&^^T^*,Lz1t7נY2߶|fO7M:_~>I,LNwiiy=P.8+mkTfޜ?$vG9r8Ȇ2G[jޒ취bQ2&XK-Zd5BmX ᙜKR֐q@!ANCR£ Gizm 0 l^/Vam ucULV%g}Ji1b*QO1#mB4AtMm9n$ NȤbLTOTi ˩bY)Iȿ;>\K!TL*I  o^RժzvM?*2<j/F'3b GtcnKӑz}|n6Il7nlؠ uđ h.6V$aF>P.ۥK \O-WJ dj>xYJMy=J(bŶQ2W˜rj|9v6!oh eo(`i:y@|@5+Sr"[ xS^ЄqK*q:ӢJ&f5Nbah1_KlUOԌ_5hJ+B -NQ/`rSpaBn ^sB9 l9LEB ~9֛P .}5=`&:E^C o0V!TLA[eW!* 麌 O񙧀Qj% .c0n-pMAA쇕2IhYjmy1 hƏNё { p ɟSpsDgU~M^.qY0ny9GxPg9ś4lؔf4PlL|i¹:gI v7;;S}rQ9e0qޭnßsrkں.rl6"J ڍHe:f,4\ /v e @hdH@b8^o#vW!# Add;ofjbCφ\#e ޷? 0-gOM1" scP0]ztr6Z!*: LlFHrzBW MhrĻ_G TiQVS4i_jzHdGO,pNHEɿB1e-~{Zًi}073W+@4.#&Kˎ0 Syg5;?=j0M[ƎEzڞ8 :Wecq;z\J*[yC)uc+ q+r'NV[1i~"4x^ַ!ïhwiiC2"`C v+H֐* ;$c)b)¯͓a6m+ncC+~Fq >qY̤6 ߔ{ca0 Si `x!Ndq<;ol^0kX3B'Kx~ J$ eH7uu&M'ӿ˄W򙃅Α[Ԥlf@W#LfmήH7Do2.-qq*ٺ͒#D^/u6GfBFqV$P@3%86 wkg[&78вMݱ8ڭx7=EX H{Po%c`78oRԂi%\'v7վ;mM7w^<8eT7@GfwИ0ԕ|s}cd3uc(L^uԺyibzڱzkFAW ?f]ٗ3a9ÅW?R=[AD&vCeϼa_9T7u^t^\[KnDgd)iOP*`OZ 0]3P,$M[nC:h|)0UQr$U A@| 5|G ݚsOǞ?4JUZcg` ð>ZctF8OR@Pwo'``a$ }iBB&DY O Ej.|?޴g|\%ԏiL;&%_`*6i8qmuLۢw/ ;9ټ%sp-@R%g=)Z74JaNo F%t7`E$C^" ꥔O?◧uf0pY_tN#"ٺ? mѥǭ‰A`(ߵ}}IgFGMlڸYRmVuG Ot:XN%KJ[4b_P K81υܖӪpvb Ir!4~Q" 8iC9V{bMH~X &tWM^yB3 =uɥ!j;F}kElث؄B֭ǵYP ,P wfo< !zFחtQm.`tU2ҋi`b A, Iiǃ?HAS"H n:* e0.ś v+ی8HS DuOMv=Քlꝳs b4iO`hCjn]ӘTI]&I$ OyNy_E[zS }GIOTkFbKo*eoȢc13nVLHw`-"qV)!#a{RO6:yw]#͌lxbͰ|L:cr(vRؚvdo'+zeΥ?r;C6E12",+b!o})J],jsE a8Y+PCP)Vʠ'24*k/|JQԆ$I, OXrlQ8gC҈wq"p ~#?lʫ:+|bs~9pN_ԩ Fحv4vG>oo@ާ|~Iԣo&~0^;AO+NL@ycg,A% Ax't~TF)YSB\qpxCr%‘?CD}|!ر{:zuyϴYP/ 2Jk7Ib:sꝫzY)*fJ)A6hi(ps2eq@jl{K[W$0Qee׬Hآ |.TJʽXNr1#L5 +CD1Vx^΢M.!s3PszB]ÿD.|ۺtGE%QAG]i\x.0I>^d;Lt2wI=6%))$B?yVU*K`1 d`5P I{2b[}/] G$(!W{,6'P&rMK[9w "xZwp!x=^4yj2*WitWR>VXq$d3-շdw.h}ϜS}"S?2A}m@M> 'wFdr+V?aɆM񝤿T/BFIF ZJP_1]Ԙl|heroۛʥ[NT@Y 9K\(Em!fH?ᮿ* ,@+j"nzDS\xG$t<ֹZW?"U$V_S/%"_{ta4]>!;^M%8auKryULPOלA:.ˊPVXѴ]58f^& T]RT(.YΑw[SƧĆ&Yf,*V# @-<\~:9=i9ǨweU8FrbUy=y0yMl^䑀opQQ3gM\JG|ldWD[L)=ZE ݇o]oTG\7\Yȟcj]U}u${~4qӣXZUV=JTżQ{)Oo֣{@O^- 5ElSKM./[+aEۗݜ{ (t\ Nz:.3N*#/P@R,Çl~/asr(*sf#FhR`2&QDC6_q~I[&z z&I>Z~Wؓ}FJُޭR&RdWu8jmxu}A%,Y;/I-\.ź5Hj'f,-fmQuxeY`-crx|)kx r@s<`5- # Ĭ{uݭ 7JуR0-?gc,wΝo4EqS:> -vVZZ#Br}w*? &+.z܅5L.bCK5wp 8gR2Hd&!p 6WY09i2vjة&b_X ׏09Ҳ rn“Ft]kb2OK y 45oE@9n nl U3,P^ԃ~:".u.SFqYIIZU -˦Og3wH˂{~pd{G@ew;aMcT']ϟ}h@[v2 rH&ve% ,y+Ը"F)5ubeL,Y2F|B 2s ݛΛJԘ៟qȒ i"%TpĒ-&VQo6~>yf7\"].K0oE2]8d M}OiXgFaɱgjTQE j04ƳBPf)\gY6p;ȏdezeM*Ľ}_ykPfvgԨO wH6SRqZOΓ (at=α9oK9po#Ҩ/% tH^}nm7 a3"Bwgx\锁' %IA`xuF 񎧸C$ȗ< hWfj1"1\7މn7ZH\aU98 =JrQDx4d%H??[1\M?1[yA<ԊY4>3Y` ;ȤqoÏ{] ̱B꣜LXd8ڊD?( (-{\-תV:3KAGIdd@=uZv@wԕnh?\Dڣ|} J`_݂4K0 X)qA|ָd="&|pك3e9m< ߪTG Ѹm,lQʤ_QGFvϗL^ `7uH5Bo}̠Oɦc<*qA(I^(?fk' X^|-{=zlHbx"9Ș{w`Ŀj A H h["ho.U34'O_{4aW *+- Uh} {-܌x,7єf[ <B5# +U+y#]7d9bQeل_>Z"YI/7Z=&M.:U:&RZJ\G'~72$)F%'qJlo!a_AqNNDz,#q{m@A =A=6PFa6SrrúAL' ஡ OcLgJA}@焒ӡ-`L!X8ְҍFl{JFBsQ] FxԴnA>FďJcjמ&`G@aʦet,$SJq\䗬]Q˹ 9=sYWNj]?mm UiJg=u݌SN !91?l=-%`}G:-F QHn?*<[yFpYv 9e*Oo"V$VֈkvZ7G*4 YZ