dhcp-server-4.3.6.P1-lp152.8.6.1<>,2܉`Y/=„1<+nWD_m2~"fqO3 (D6vC#TS$ꂵ[g_w2= w"T0o-I}Vvg i" \'gKh;l .SYL`CW"!Jov2_ؐ_m˟)Ɂ5o6e˩VV IY.pUbhu\@96fwD(J /ņtk~IEk Zh |X>F?d # 3(,?HU nx"0#H0 #0 $0 $0 )x0 *0*0+0,,0-- .@ 0. (08090:2=u&>u.?u6@u>FuFGu\0Hv0Iv0Xw Yw\wX0]x0^yb{c||d} e}f}l}u}$0v}w0xL0y zL\`fCdhcp-server4.3.6.P1lp152.8.6.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. `Ycloud109+aopenSUSE Leap 15.2openSUSEBSD-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 ||: 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큤AAAAAAAAAAAAAA`J`J`J`J`J`J`J`J`J`J`J`Q`J`J`J`J`J`J`J`J`J`J`J`P`J`Q`Q`J`J`I`I`I`J`J`J`J`J`J`J`J`J`J`J`J`J`J`J`J7978c2fafe59963f7d4c3fe8808fcefe308b678c9e3bb5100851bae23202545a7b3d671f80659c26a8e0a7429778621b1ef5051e817be1b6ccffbc4581e403eaa2500c06cd9766714bc9c3427e8df2382530d61950dbf4742f83e1846576a0d7cf8b38cad0c04068a136c75be94d191554c7ec5031645f2db410d9b5f272dde60909c4d587d3447cf7b47897965e194a1d15d7f4debaf8b9681f02e79b3010e443097a647bbca2a45362d66dc92f764c21daa0f3b2c19ae2651a205fd4d6d8f091b0fe8e6036b9bdabd80a29f070e2a735c6e76517a6a17265faef9fdd936bc30db0df259bd5afc5099107402daf722ae3368a9709c4e47b44e728ffd41d65bbfb34a088081a2c7fb3b08d255dbda8f7f9a185dfcb7f789a3ae266e3f94bef0b56731fe07e0a0d12481ade50cd03064ab7a373d6a9c8ad2358e02418fb131dc6988e1d8a9b82ea77d20eb604a037c4f2737d37f648c2f5dea08a96780832eb97bc868ab3d088b122af68a7987c3d61ba56960ebee66f2cd35e7248e16edb49aefb16e55128fb43c56ff375560bf2be342e0228b75620fc53b404149a7c4e95d451eff864f7f61248b0295d6373c18a03e8667f444f61d7ce89ffd884562c38b3e3091fe127f4288c8d018545a423de921134ee49b050b686435ed8224a4e1898e4ed25ce211fdcfa9aecd4ab5e5927dffb38c9a065b18593599e77e28d63aaa51517f0e7bff21165b4c649dab51c6b0244651b92d954520873e8632fcf680ec29545ee96656d36de0a18593133d8de55d43c411ebf821101328123a92bbfc476../scripts/dhcpd-restart-hooksyntax-checksyntax-checksyntax-checksyntax-checkdhcpdserviceservicePProotrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcpdrootrootrootrootrootrootdhcpdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.6.P1-lp152.8.6.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.6.P1-lp152.8.6.14.3.6.P13.0.4-14.6.0-14.0-15.2-14.14.1``8@`e@]B@]#0@Z%ZaZ]@ZOhZ1@Z@Yh@Yg`Y^&@YZ1XƉX@W.@W=V_V@UTи@T5T@TmTeReinhard Max Reinhard Max Reinhard Max Reinhard 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- 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/shcloud109 1622650457  !"#$%&'()*+,-./04.3.6.P1-lp152.8.6.14.3.6.P1-lp152.8.6.14.3.6.P1-lp152.8.6.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:16425/openSUSE_Leap_15.2_Update/7be4c8eff40c4b507b91ccb36610e0ce-dhcp.openSUSE_Leap_15.2_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/ld-linux.so.2, BuildID[sha1]=fb922fe1947a1c87523235366c00a7d39f07e3d8, 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 RRRRRRRRRRRRRRRRd4'E#8utf-81a120e7c56c4255a4da2e814204558ed4f22a2e226765d69ba864e2864cb19e5?7zXZ !t/ HU]"k%NbRQ`Nfs"$&xn>^IDjXwTLҺ YEyK@,7ϿkSc|@ԝdXi/HB$R֩=T­E?c#/~tBO_OnVby9rhoFäD$ hfg۸:P7q"[ u dښY<7eQ.gWҌ6 Up˸N2Y9&̈́9r/pW cfAܤts>I:UX=,!K*BY$:cD޹`A&..mb`X= ?h,Cis+)Yr 8g;l פVE'G`Oa}^BFKugzZI]z l%R<{'Q, 2;#.@u8ΧZ`C\Y5LChEu)o7fa:J 8]T1|8h/0==N  QDӠ/S(^w85 (Pib3}koeuB?ĪNr/Gl ]vB'WL@&cY+4)WcUcE(%[~h,[Q 2}+}#1R(7*k޿Fw\4iiZ`z {!݂!C˂` "4į\}aOmgɆN|vn,{WFvn/GFcΒ%D! 0H?.A.k]=}P+f5rv@9VɊjnH/g4_3DpVKW?7CnR+ˆ`cJ*^(dc>♕ O1xFKi=* * v:WG!q睖[`CN|ښ;|C&1eG\"5MVE8 l"Ғ*cޥk pEb<P"N+a ~v@F1l'i{X|6{AGQo;VWd߮7ԡT2pb):3 r܃$?J$ִsU->Ȃ_G4s ڧI;)-GRLv7ݓCÄ&~Jv:sS6 CԉM]ӆPUܐUKl*FpMxhYC*5f|}PX¡[_+0/4,!ME-DEAнwbt&A1}UWM恉V"RWhx1`;L .1a2|]Y@ 2J3i<׵hMR =gi"#懲*B#3N.ݭ/z\%Gr$ x2q܄#OX6|8i,iɋ& xW .# ^}e?`Xw[F݉¶T2ۋA uMzm)Y1IHtIMuv^'9YT2Nv <:lwt`8wr!|o=v [$xcnn/%AT: &x|33NMV;b=Pdl Ԧ,ۣO'_bk䃯pmbyIȪS톿(k^z}cilI֡UC0x !L6L܋% Xi=V_-13ǫNu[AQLk7 v~]`fAPf&*6:+Zc̡lz`P4GųK\R{Sv-1&w_yơl\2wHYƙ }Çk!O;(%s$5$;+]^ xrШ.0,}*c dW]OQO;X/7`>u @Ck_Vk-;ZE5uc W/tey 9fH$κƎ5 lGѹGA;Hk 1dח>6qFs#sW :"NT rCFѼT2D4400%WϺJ:R):wA&jCձ@S~BB>D'/Kt\Dp6 Ϧt=TKlQˣR?EX]Ȗbqk6}yqՐ,E;XAQ%OG8[?ՉzV&Xn𯝌 AKD}ւLX Lj]qLbŗ (Rrsh O=y {hvTIEu zR['loIF{äVŚsfsay PIRB4ZԽ_ҡRGAD1a-۾fXp A*zx=Ab]N]|P-3W1~Xl|8qַ?,w zPdzХ\QK-`r X(!] &Pv`)@VUv 8롲Q C4H_2P|%}xhZLJ[kMuTvы!=QvC7Ef7k_o FJg:6:M# g/Cf[8H2e+R. ^ $CLug3N:@R 5Ḙ̄2 b0^BjQP(8EF9"_et$1/څ?RL:WID kE6<#\]o&ХV6'88HeS%>&j?\3=-Co>C1,ClؘK U=0~ ' Q l欙yaVzٜI=By'S13!S4z"jD?eP{A ,Z4>6Dagw_un(p•" i~s} خ<ߢBZWc':C[}ue~pA弊jjddBǑ:SBvII75u&$/,핕 AarS!-ihcjb&ܓ1šq0#6 FGBq 1ibOT@Hq!Yx[rKsh[~7OJ~wS[lDu'Lxȥ#3>I}Aש,6E?b:bcķ$)l%C ^>;8V^(yr0&uaG;*gd-8a;3DnT+V,78Fc!E'{ljHvZgQQKDWpgF荓M!MI d{OE"9lR5DBLֻ4Jn:ق#"yNOu !GfiBTF'z/@Efiz0nߡW%zi53Ĝz\^~KQA>1]Wӕtp_\wvMK߁d+=Ms]aa5֐'dsb?.bS`yiꛆQ/xZ Ί|R!?+Uts:}6.{Oq'OF[kWT;5hy\W,-'J.%^Y g^k,ǴE)B%SPB F❄ii&mV?Y~DDoW3X8|-F-EAxwF`3wbfH;1'+a%c_3Sf_xlXmߙ"*n92"Wj i0ˑ1ZR Ene~zNI5g!D~U9*Vnb). Hu2l{OdNǣwȑx5AG4";ϘbR{q"RUx6hW\ᩪ qGW^N0~z6FwJ'PMEᯗ-^:(7Xҧh2c~ #) 1,H1JO(t;9O*qLeuoZ<b/ՋFaCy_n:z1 s² b+LG)+9X8$=F2Hs\ALU"B]w*x`ʙSQM)f3N3 [Xu3eϢ/;W5 |9L_PτXA0;@)yS``=WHRh+a-M8.!N}ZqPn1Vz.Qw^"-R=j0Ĺ1v{ࠟD;DJV}kmhwgMd-5}s5V8GGv Y;mِ(lw|Oԙw+\s/t3ϐ9RXWʥJik}* D=/.>ei5kCԗbפOڟVɳ ON[I8GG`{A|(VYHȓk-ӛb =$F!ru*Q [g0%4{%R 㖘o&L LzOCsIEL>6}[ZՏcl$d -'XO42 , t.֐X&82q>Qh:EGi~.s{gXG#w S#F tߵLL}Ù6Fv>a O';ڪE#l IxxECaJ叧a6!r%L0)5t]KCJz2,̅<쒁gZ@Yh'3qy~YtVyTM$\ΆTV O;oZnaZ2}g{\Hc3ǰ9tŋ懬N)AjV4567fiQR5 >f2t ~75f kE/NY; x)%>r;5-sbFf 3{X'̎c0D2C6 /;z|՗/ u{]NZݫM?C7C!w+[fkD! v 5Eb((G w6իFݮ8;"9 n⎸H{ǤNT,ll)bf"Q<;V͐oԞj&&*-}%٢2ϳygá˲sV&G$^O 0~GӟY50H[]y)g^?N0gDeTӦM.^f.eט16>.fց4Dk~UڥP&4 fg̼rT2K8m%KEA긄A% ӄR|2=UA9R8ri7e# P *0 pj8'{˵"֞`t$ZiZ*YaR8;=П`pa^?ˬA|sw]P4^c^Ɓ&t4(򄸺ZR=?i٩$g},@S"*Ԓ'ֹTvE~g &U*yLȴ:==m3<3mnx-.϶\Fn` /ghV^#RkQo褴;THHl?_l9"o4)@EG{N?dH I7\P u ;W#㻒V҉.+a ._yDMՃ4ݭa"]؝Gptj_yiט$'P.?z.2ΆUpѭ!햍 IzNi`#2*ÓZdI+떓JT aH4:,va/OhsդV"Y$8i_h%ع`3M{% w&b5{|Qӱu͋UoHN*Mz ׭%+A"d҉jڈ+@˦i-\AbՊddũ+] M(S@Ԯbs%AhR_c]Ll=oK1e%񮓢e(SDKP$'"&nA-"Pb~7ި4=W̻=S5Dr}c$AjqH0“సBL>eK+<Gs1Ĝ"l78D0g8e? lǀywҊ2R7OR]$Bf wͥ,]L*P2/yTyEpdG%iT3Ջ}O7W a3_g\޾I-'%J1?)dE3i1ZWhS=lS߽z$j2H)*_Ѷs_WoR63CpsP,5mW5Fuۿ [d96$]1诸ȓs[ zc% JvicQ'!"$ HkB%^Mw< fsi=~ΖL)|61?k> 첔 "|乣W|99=Q?<96NY:M jE_㞻Y _A^ygj@c M6zR1(]_NUqߴt瞉N5LOܜC{r}#es!X BL gM'0<,`5"x^Gm ~y?̆E/!fJh˳zo|`BFg¸v ^>>j?>>u /,9%ힻ}S;|X~ޯcgoѷQYĦ!:H!B(N8L CR9{dNfDodT3& Ґ|as좾9`^V_!tvqغF)ቯ/|.&$=nf݇zp9g.x ŏc^L o^v*o?K'3UGXj՛U6]*z䣡8<һ'2ǒ"p>M2~BO pR䝟 s p RB`|1@ "ٺ3dk@^2X)"|i`}w&O7)( zG:,ͳz'YًfHZģ_u3dC,f4EIH}x"nKTlYf3̖po۽BJG:ZV9[r9|HĤ6i%<5 ,T[7c3Ұ6z0PхL҈€M42 qϥt&Ip^σ[h\|8=QnfWGM^ρh͵&+ަgxeЈZC{AJ|~92nk)ߑ.'컅 3 qaHmX5Exy!m8LT`YIP^#K nqlHP`(B+ף頟YWȓ{q;¨Šj!TӀnuu{CZy i'߿< u)<[itX{ ci]pm&'0V8[VcWDHNZLLj 8^a\<4#bD[̴b<$NC f99)yX@25;7:ErT C;|}`kpuyNȊ'_[%J3iaaop15MHUm畑՗)&??~&*S 1\-(lΪG$$=ol+ \zAHJh_pTxr7Zƿk~r܈셹,iL{V"mхHQo68~kh@Ձam+Y!6D;6شAXrA1fZeg>Vݯ׉F|$L1CukdpLR9h+RݿW<62M{\k  B(0' ^CڄjTϾgfãNmn79}=҂ͭCL+AJxxOBѐ^PAOѽ̀'qCO"2K0*Q VY٨|xOݟl(zw!MxA=YD1o%{u&l6͆)VUo|];>WEy:M-? DwϵzE_Ѷ5˹ !T8w}IZ٧[7[!4P|yYm9VvsPr'l/KTV.9׿bYh")PU~Fyt\_}3~ؕڪZD4 -W-M?jNno؇ˢ/pP֤:c -gonԑ-(ʹՙ"[ ZBH@#>4E+`ZI6zUi\/6& z0ijcNDj"iʎ&BVՑ(@Fr1ٳ[h[ФJrT<+|}*nA^듒߅ /E ς[qZ}!55B`i'3>n^ ϺvAfJ*=;( _xB')Ž4AXӤ:_|aʯp.}r#!`*qbdo, iP.#}7 =*s,AoqdF8p#J9[^3G2^ 5*0pN&0(6`oee~ݟxk22T)}b)Dؙ2F1Ef,A-B<=a -3S ޙUibk4OMWDZT>}u[j2yji $K`?*.0?伃&nʆ.rcrT pJAA֛4 xx"#vkK531pk͜mKfȂOVt F&q7GͅEZp64T&컓uWo&[o9lWWuYzTy xmtRXmF~\1¿X4ӸsU:uW &-#?HyCU\(fS3?d\ taʻC|xܽ ep$v!RCP)-MUJ 6_bq8f }1OUR.YJa!h/U>7=.*ȋ\=rG\>r&5sm؅,v/"V"HUc_a=L=PBrG^]DPMoH<cBxO.&_#2ؕ WmY;7磂ى71Ͼv3>WrbK4Ont{+#UU7i^3s}A)`*JI.=+MRzR#{< ^~A"`?]jO8V֪OЈve ΈH|\sߚMVT~p)q9)^xQ߂4%Zt|fy@* e 9<Ԏ3!+`N9Gޒ$@msן? cڗ0Sb<&* |~(+":A64 iqQ J70_HFE,Hl ~-| VKG m e߂3 > iROPzch^5F !yyi.KA+pi0p4 jR}nn@Gn %E9}z̰ZK֛Zr ~A&*mS(fŔ&Ncׅ]UZu^i|WK&& n"{y}kչ-pݵt,VVd O*+4ځxj(OIikKg6VY<#oB;Zx2 P(u[d$44bJZnw+9 )`-աd̓,qPi`oV9BU{h+i0Ʀ7{Y^ua+rtwwX`]dwRl|js<yI-@yރ~z*Ni8H]ьe9??boXt a/*w]I/1&N.C&crԿ: v3A^>x7| ]<he\r~bЪeVF^!]HMBwS? n6sxנgP|tϴV!A y"M)j|m,XEKэ H搒'2uҍELeGר+!!K9CF9!Sr܌[XU(NG*smwňo "# ^ұ͐[#L Id LWNc!(gh+ PzC?keBt.8"vmu+:w̎j^h5v}NZ?康IĹ'΍()&-1ҬY邷'Óx^Ag{")|BFr(H-p;  Mv:v3b\=E-hs芹x-pźݯ}dEFTMGݡPp Jo ueÚA&@d]H*:|G#N6 dY@#>DeUU"S }q^u}։>쉠54K!VBW)ɑtGߺ#3PHƥ͘fQB=D Dg (c7BBRuc\7a 9'@rm_%=D哃ZTaE1WoskB?ԗ3=z\dvzG|dVJ|ؖ[S(-C@U:iu 4vL3*&B pp$d8` _A *Fr˄hnE ܿDvTT>/\ yX#*ְ U[;C(we{٢R(@b!' `OT&%L.ǖē5UVF ]/.f/J q :bHB&M==}"A]24#?h/^Q1W=6lRJP쨪:lP܏ip/w^X [{I3346qož&zo<_{TC/1PY+\PXp9ي L`j2zobI#ar6Q#8dn8O{=(G.={ f.r-QԼ5h/8i./E9a;J-B,m\q%1rv 4z=Sxk-1]߄Zs"̧8ry^hdǬ0Hq6`;Ƀb|g7&j40y~uT*|d=A3[GM&ba:-:7Kj6zJ 899:5 C62N4`+qѫr%(Tu/ZPPD7fC6/+Ҹ}_XFTvAz1|!|n^k0 :_ǓZifG|š?OAtW=k=TȲ-!:Sĉ hcM |uPJy1/rgDǗ( `6(gY&.E N&$2p$.dV+9m_Q:|쇖IAzW=w}H9&,b$q^D!g.*R9P3B4) 9h !? hߟ%W #I ba i\Q+@- ǩz9?4(Nj+P-xPu2(1-SU]^aR-!tcyuSFz4Ī+HGw# t+MB4؞f,HYfCsKtX/+P)%v@&1*Wy5 v(h}r | n?5Jbm$GIէ[Yg ܃LM2h}fJ5>3gQ6H0UXc"f­Z6ԌǺ 8BbI1ݬPrư&,,j%Pb_kb]k>{4h#- y:3ʠ%I{#"DvC+\Q(@D,rwhɉ,=Q|}6(~c2t~\*RLkݐaSp}A]d16ajUOE @v1"ၯ7uZySfDg12p8Wm6XGI8w GF4)"{.?r" sLA3qv jpg߻7ԙCnCۦQ1*)-}$*kZGH\e?ja(05'i޴(ơiL[ E<>PteH~] Z]uZ^T;Wx03WY(mUHCLöC)/h4l4%ae- <Ǟ(mYj:i{d6]?4\iem ʺ/D7d1nNlمRz,oo0ñGOnHj8ͨd2}BCAoݏTRܟU(Ur|VL_VtW1FeXdV tJ>+vԨ-U`%9H* M@"TcseZ-l'ZԲE B;I(!$>EW:lfL-' u*L"6p;aRC Mlg1gѩideda&gA[ޚ&)ת3 ?hJZdLȭ7w2xe)( M ?q]>o(9H佞5qq>KF34te6DOE<@q}- ^X)-_C{62/|R&̅]«؋JRjBV00 &8`?T+#(QQo%p2SԘhhlI5ovFĤ% 床?i{F= uld_RcσCF]((V@ qp5ߗPeh9^3\g2^{\20>."2nI [~n!oDZjA'*.y =vGxghX!`K*$ԧ[x_`T$3c~|̈ȋ8$JŶ e13.ĬӷC OrCJ_[kL4C[B{Hw<ƃou.(ZQvߧlJm{kc_PDtz_Gbزgs$5H4""< }B6Au{?US9P_GL6lqZ3~ D;(Nu_@!,t(Aueuw8Aw20vzjOЋnoY M<<`NJY]SyK)zO}607K 6AlAh/BӘbj$b9P]<{dN'aĮ*ŏ^P4bUzS5.\ NR/\c['Nur6vd}HH]fڻ +؄5pe?NAӊ!HBLS8~ ]4ę:[S0DDPBJ\R8TEz ?,XW6F0g!q:ލY~icsLbT*;z4S̥rT[7kYF ]~=Թu4|?lݼ jL@mE>BӷMp@4cw3DRo=4LڂK;6:AVRO^0wPO>s]a%y2FbkzSq^ P/FuyOkA:`[_M&Oub&],eVwLJ?Qvvc.3S7"ur-Uk1ٗ38BlOk Pƞ7Nȗ.Ncl>D7ng]kϯ]W!UHv3n枞 w̻ZFzP4]49>bZB[:^K=uM"L=꿑IU:86Dz?#eB,muXWfzVp>UbT , yrڑX%A`OPS % tNH'Ծ׏Ίc>DŽM2I+:wb}o5ʰr4D|?κ ,cQ˲Vċ#.d{ͅ^ǣc/ K9 ^PDl%Xژg2L;]Ɣ)(L$@q*7$B7ՁHBx P,81iĥc@"U~#@|㨛ǔ,goB (!; b{q+ONx:mB &c) s' Ҝ`btrlƠn>*H_?9:z $ UM"D4ZMÿ$P4/MEP0=uNA>ȴh)x,+Lr4 'Vӗrϑ !>o5!1% Ҁ8!K޺\fS QobDXa T-M.KA,.30#C៚m<63+H^I "O:tw!J(8RjtK> >pNzs:q S tGpXL:)L+}?Esmyb%P񕠇X:>L\JZ;ε˴k-F#(x]¾\:|FC&R#jvvR8>1Eq*үP)1LTWԴReFZ(9Ƚ13KBVd=]Bu!=xMZUзôht)4U^*kd_ß|@bXTn&u |^6׋枽j՚6Z[u7ػQS/s,*`NnaTr'(ϚK]לFv%Cok)wZEε<3I8v#jUTW3&vpvI-́QMX$Dk;_box A>$i*P`9^{k>ҤeDCW{Kk2H;{Ni[ t4TQf9&״ Ê~:ק kJK^ X,arȽNnbpٵ-AؐFUzl`f |KÖM;{QބhR %Lbjiao4 %v9WĽ01bh2Z5IԱ[F 7]ak?'uJяHn׊z$b*j*jCy\2'YE"mt EPzoBR>$w*pMlpRJ?pRG&3iH\=΃=q(9@ϑ]-2_ڛ )Ȁ&!nP=t^ "bڮGAn+OJC{0d6&?Ra3`RްCN"q3(]X'd'bH*V,/]FgjB;PVz΢ݩ_J`L֫EL p0*9=k& !B?vMw:r >Q`_h ERnP+2~^VߪקЫ*,{_&:\%=ֲހq}4 :piUJ>Y tp?+Ai&:1lshX/P^~\9}aN6LzyOg.mbvr/Vkih"R/2(8riĀ=8N>\e4P[>IW\S(}U& I*vghFWHp$[1hI#⹺0fxQO \ `'mB!8yݫHPs3_U/e w~UK^[&9 Lt)CS-~{,[ٶ ~Lȶ{ BXoR(79^ xN#-fz^܇O-Wדg/) z :5k%3f'h}rp:=<\dV!3̅^DƂK2|A=_> /旌ȑ5/ڥp}/ mbo3MQMwW$af/QH4vOœR!Տ(9Dy8!FBϪ=tJcg컛 vLg_9|cugCVOψ"<5G &M,xÛ=ljqÎN[6aU0ZJmݨ JJ-d*-TַI*S=xo;3rWF3Ao44[VIf"nK)3p8CmmҢuH89q{el;PhrSTa3OrL4HtU΍'J z`-lvr/;/,bBhrc7:!17-FosH ZZ2P+p:bYafETlY P%F!hX0t]SR:dX6ŶѾ" |]' $͛_ux ztptpԨ8Wf8'|Q.;R72ˎ%rWK? @ƚ]:1n_[]ƕF:82xt2?gnyM!?>va J<"ʎQ2;J; dk>Ѡ?M;ᥤ' 8#ܫ'OURJ^8&$bj(J$kPd32ɝ)ksDxGkj [Kw􂍯A:Xqg1 E@$" F0X&C>;#/{3鬤iPyD2^K)F?*r$&c \h8jxI8hӲ1H F_Zcd1~̏TzwUP>VEQ^邏ר t*,KtH(8ķo|r>չՠo2GHk׎܊5--;ϩ93STI ,.(Z{v,;)iIF)a5K Qo7F@Ձ Z=#]3`t\'ٺCC(øJeio2CԌ5uB6!-۾z N/m ԰2: h jgwN-T3x˽hGk?.p1^ %]LBx!s4MRRK '|qxn>Sx[]zA?Gi$B8n>릈A/ P#tUny!7wG=ۯ//\qvXG]"jJhV:$Sh*0wդO!lΒAkY PWߘbT ^U[[5DS-(vr` /siE>t9Վd%ɝ>K +ehuEY~bV-k*qt ,skhU/#cy#,} ?CF[FqLc?~bCMB#h}>Maȳh) 1vFG=|S=\pӻ }m{OW9k5IŜ?ө?_Q>̵aX aԛPcr|*u:NJJDz;O07H}2'oį8d<)eiTϯI[ݙ2z9vީc(C&W١_ ` 䐙]3XD z =-'Iid[R6?`xѾ-7?-BJC;(]ψxvXCʉ-lx0%:۳uI5*5w$( ;w] [But]ɏ:=B4'JOҦ9&@[wQلeMHG47%?Z1.a#IZ /ܪˣb<'LPrI@8&0'l}h\>Yl9- r9mS߀MeǓ *ڃϾ#_麼p' fWH׍N7.*5]^c@xDhA2:ՉI)(*(;-00ICODj K=y'GzW, {@Pw`tN]³Û頽wp a ?,H及B[q=PϞ?Z7mjW=¥C0:J+H%Bcm%#v!g3"}cH(#W8i镲hͦTZɏ }^[d^#b@Q]bX:R'kOA_XJN;^,E<{&P@LZ| r b'OzJG/1LZm_ fy:kf -Ж*SR'QvYW@o1ݞ_c[ˈ鞟*An/W׸"7<[3u?{qM uH||ΈEǹnH3+z:\%7tiqa=,Qq\z?i T+Zq>V t ri$dVa nK,˽K¥Pc%L7+,XhD,Dp0vofIhxI]e5{P]4:F'W}6r5K k3mVW}C H?;(Oo+_SaMx \IrM&_}mmAL(0NO`%QNnZZ@v ՞JɅtk |:Ď *`|ND 7}@OU) DP )Of\/wt=L >VWⷍdHt|Porǽ\ qB?m;_u *h6 D1|%gsU6*h^Ս~q?&fixZx}W%'W Rg`&n*es*4&QsQRY\7WmC1TgcՃ1[~Wb;Rt^L1ͦΒj&304;A_7L]yjYScxf7Rh"yCgr_w:>/ϕkKgWZ^6vCso7V>Ͽ*Z ܾHv%s`L=AxBEeCyp"=ĻY.*8!;cޢypM.kKTD6K/@ײ:' 隼|eNΨFEj7_2a݃UQk_y&Ͳp`x Uכ/X;{HrQ,|a=UGݏu[q;eJnk{SZ*$U*fe"Jk\jTxHW8S,3%-ѧ nL L>{ʬdJF(ۙG[b"|pV0Fs6ǵ <~>ȓu*#Yɼj&͝)EvEtq|!0s BxvB^O^OMTÕ[mSnc>5~u`j+χ_1ytuhē ]TM&o>i¥ݤAPD&{ irI VB-$0KջGޮiR'p`RT(S C:_+ $:RN i9[ /s) mVYpMJ^!]ϗ([v)n^E%$llI X`-[F Ň;`[8v%9mث *Hpvnqw|ԏlڝ36RT.rꯌeE-uf_earR%RR{'eZ̥~-dwXV Q|f/87oIs$ЍWIc $ ZND*e-Wc#J5_fL ,6qETp i1)T..EKi.)@_arpH.dIF%=\氀5 TD!b%(X5+nVdGFW3ոC!V|aϲlfp0y^ =_tsV2i=lB&G>?bk/FiW`߅ǖ" ;Ow r 3\H[ȢH-)c= $-:/b 4{bY|C E؃vo>zݎfq:Sᤜ8Sٲmč%Y>tƤπ!O-/lK%xmUx9gİ\j<WAO,LǗ^ v/8ԖAs s-8CY"AX9naA[[ΝyaA4@dg?i3!3Wl{zÜN,dH #,S}RM cos|cSXv euKUmxqcD'V/u,0gCv>%fMd%C)g8 U^R(ie%V|% lN b ;K7JEUrmC ܞh.WqDTFt <PO9PSlOEټpӋ ]s}{[>], SUtV&*)s`G NmF /$yL&0*}CoghK±yT9ku>`Q5$Hj-Z78dY<8P %%^|:Yeʌz}P C׺[ 37̙hFkv_Mz-אGMAQEWQsD`6ė/y\vT *,ۨT3xbCd],6Y 37$<4/v- -n6 X RGf X[2%VlQ *9*^ F}gͳGӜ)O1>`YI[ޥ$H/+;G8-(KU?7:;Cw7K1tҀs>'p~.0*VXԇrJs0>MZoU#+y BG7:aa9I]ܢJ5q ԽYLDo7VO7ph#zYKgׄI`-HI&$ߗFBɂ;Iq{(u%EE5iϵBG.?w(~V3Isݥl9ڪ'䆂2.dcvm~  +q]0"ng&dt=4x*WV &kĨү)ǃA˂qrAGUDMʠ5`t0ҏ!Yhj8o, HyGL}M] m f7 6 ,1L]mOVkS{$7.!%!vJVG|8}T9{xycn]N)SZ3Az8⿀qpNT=Ek <(YS`vQ6rƇQfX*&A zu$u,Q`Ԧ("V,:QREK=6^69S] UlIX&!=o2; A>a~"R!,R\/{\í&ovA Y7d6)?o' P0bT :W*rQ=^¦_jdz{I:S9ff RYslLBUDߓ y^ *R }!S;e#W2q1L_gh߉ 1ÄS2־?/Ǚn2m=Z (b8S 'nz|OOS*ঐ#1LE~, gG;=7ᒑtaY9F˼̓?B6tFV&#`1_ryDţށjPeN˚V6!MYT7!Ќ2]~QR>gt#Y-9lgd͖2~]K'%A?ܻd2l :8G/3w8ථ|.I?VJSO4<0KQE0uN @Y)ȵ5HʔP92Ȏ#;I /1=P5B'9% ZNk qCyoYYS3en0um>qmt;7,d_"w ˡvLl;;qgr('9<=,9X^X?ޖg#U?=j8%t~ 5v#D,sVpV'hUXcj5EU\2gZҳPLL6-!ëѯנ._"װM!Ahj, YF 1GV;R,cmyRI\+\9MDٻҕ;vAX:)`9GV-O/V)*4#Ȅޛto}DFu2ޣM=g-{Aqoh"9_%.YR=-LJf8zLHêtw6Cw5(dY&SZy/IaN`+I( zGHfIiF6EO_ߩDX˖z3}7nԒ@=.A|2;PD/S8ba[O _"@ #I-4MuUspzV2,RإJAAdIZ'ViCTfyb ޿nmT+`^L0Si|Y45)\^Hr!y怰BjȢmqlw0\i%UՕ!hV{3{tu]CnC=P tH%7@[f~w0Lk9{47)ֺ3E&"a|_}"+0o쩲S5/"V|NP(# 8bӠ9IJKCX`n~ YUy\uq 2x@EB'zYT{O*V蝵A@p"{"(ʾ ZН*@r[O~ȇɴ{MGpk}5ڜ1!UhwH/M愈h)b;NJW]!1K< G:d1ZXia26v (kuCcs9b8\۔Za7.}*Jizf$7rgc8ĵ+cS:_H ϑ%S A)DG-~j.%q֜P)>s7j~@,0xܨ}B {X,Z8k3ߤ"'{ƌܿwbmrYl:-# 6 iϧ Ud)l> 9|A9X'O' VB\ KUITuΈ;RT׊D= Ł-Uۭ!-.(c7PP9i]>A3% ""PS(Vcnvz/T}s{)$>p=ɹ|$#{3;V]brkSq6@읝MG%cY[|"8W.~Mnq" +bfb] lG *d'E5f$gp$0TYv3_ $8N`C9;^>20@~Zz Ud>|璵{},p۞笄 %;idR2 L)j;\suNJ[ w;pyRj[=Ilfn}Z fܓ3j޶qA2޾vim :+kABLk?Ԣٺw0b\iU3D.FYUFRi,qR2~5W80vm5ӆ TK jgr DO)_OccH;m$eXPoq{yŔy{W$KCwz晩#RDO s=B~McKw.ij.h/begmbq + v)t(ap룇wí#@~J< .Lw | e M2`s|~=l$+1}gK3 mPۦZR΍mbU"M˴?: Rx5|Y}TVҥI ): HzEpWYp fQ+?dqe 8{@1E^s&2O/ۦs"eZG,}F@q³-_j#m&e}NofIa$ʧ}+бaàě&!p >+(@Dܩ]AmmYKڮ!TGC/#/9MQ{ak9& viEBYja1Ozՙ2Qn}lbSVEw b~M A^kٕ% Y[f#9. ,gcbD(Ng)q^r3&yДV8-hS(YdIW[#r fqiO+bhyYawmp MLXRtj!?@3ГkRl1mW1z Wýim?L&ut; >K\jo{x]8KtJZ(?fg)Rځgٶ2Kl`:H#5UgOh B"T)ӕ@tOF[(X8Snuv+HVvL4&&48 Wi=,c|7pD~}}̖pM( Jr^bD QlZ<+b+.wd@t kkÌB]?ARbӑ`#V0ґY&4^8/d&#n V8I2KŶl3d!)3kP與9fC}xLa[%9ZwRL,apP *hlDILSݠ+Zzo՜|eY}=X; A6$XrBqEfyENs4q>&1,2 ,+[5F0=sAH]}&{T*j^(YtynZgY1`[8C"w튪]ʼ/ͪ ,$#C(.c33,&\钱 zsV>`~+^[omR.sOe&:b&R)<οߢ{śZ=51jKOiZR fnIqz=j0;U@;frKe)<ׄaxFN<0:D[yց/CiΦ} t["oeC0 "F)L2(g/Aoņyvi7zG5m[.ӑ x\1V9 w`O\#5 ŃlҰ;jÎ Zfi#GtKa0ڇ]^W55ZBrxrY YEEl?5TS<ke.d0+uW>gI pVLyf Ås'ׯ'xSxs aѴOSWɀS~IwZS] K߰yłr[#2,eݸ q*ld`+"p1Jm4]e`\Jn YH`Qb\AMlU9#V,- Uĥpת|ctj%탥Rv(czYPEP0k/(%yk^,8gi= O~,[h [fW%\:5֝zrvW0*Ο5+$L/FJ+ӦR"ٓL`WueG ? \MkkeE =W' |vB0rҳ>Z>r_pvn"qV9qx<F39Q27n9twGXBʃi PVIRN!K68Pk! vMḳ-z{.t1fPy75' Z=:ńb=G6PeG4\W%geTW7rS QLNbT6F6K^T,Ke]׽H=v|-F?Ö!^hLL4cZHvQ1`BcGH1<Ă}-Av>B66M9s-E BO֗S Cu}$Dcbxo0䘛Y'WTpT4[t8$ M |ή^v;P&F58A%c F~_FTڽxZ+Ĥ;6$@ DIJ]^R!N`qI +St麉^H!@$7S^~Y 49$ͻ6LgjpOH}eF\f8)(Vk] hEF0߆ Hh8Gf友Kqn3 >]k>;S)6/ vgż4t-*$y@*0әJ2VaZ.dΩ/$jZ(WJN/U,ѝBV*Y p1h%lA€TЍl?i=-:F6O䬚\v.ҸmʟqYr/98PVr ޘ \n7?{pv\Lԅ#iiC3s YZ