dhcp-server-4.3.3-11.9.1<>,y ]/=„ S;P:iګzx:2:d28S\D5M, ++տgNP61meu|>DbQHro! E}E')&L &GD$H<1g5$!k,o^IU۠'+ȳ3'Bm1 Lst )#r:Է2C|3]GhWnvSfyݹl0'SȆ(%nX>B?d  + 3<I b :E%.&. &. 'L. (. *R. *.+.,.-f-..8.l.0(1481<N92tN:6DN=Q>Y?a@iFqGτ.H<.I.X$Y0\X.].^bՕc7deflu.vלw,.x.yڜzCdhcp-server4.3.311.9.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. ]lamb07"1openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxx86_64/usr/sbin/useradd -r -g nogroup -s /bin/false -c "DHCP server daemon" -d /var/lib/dhcp dhcpd 2> /dev/null ||: test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in dhcpd.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in dhcpd.service ; do # The tag file might have been left by a preceding # update (see bsc#1059627) rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-dhcp-update-$service-new-in-upgrade" fi done for service in dhcpd.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in dhcpd6.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in dhcpd6.service ; do # The tag file might have been left by a preceding # update (see bsc#1059627) rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-dhcp-update-$service-new-in-upgrade" fi done for service in dhcpd6.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi PNAME=dhcpd SUBPNAME= TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME 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 TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset dhcpd.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in dhcpd.service ; do if [ ! -e "/run/rpm-dhcp-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in dhcpd.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset dhcpd6.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in dhcpd6.service ; do if [ ! -e "/run/rpm-dhcp-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in dhcpd6.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi # FIXME: update? if [ ${FIRST_ARG:-0} -gt 1 ]; then if grep -q '^DHCPD_RUN_AS=.*nobody' etc/sysconfig/dhcpd; then tmpfile=$(mktemp -q etc/sysconfig/dhcpd.XXXXXX) sed 's|^DHCPD_RUN_AS=.*|DHCPD_RUN_AS="dhcpd"|' etc/sysconfig/dhcpd \ > $tmpfile && mv $tmpfile etc/sysconfig/dhcpd rm -f $tmpfile fi if grep -q '^DHCPD_BINARY=.*dhcpd\..*' etc/sysconfig/dhcpd; then tmpfile=$(mktemp -q etc/sysconfig/dhcpd.XXXXXX) sed 's|^DHCPD_BINARY=.*|DHCPD_BINARY=""|' etc/sysconfig/dhcpd \ > $tmpfile && mv $tmpfile etc/sysconfig/dhcpd rm -f $tmpfile fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable dhcpd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop dhcpd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable dhcpd6.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop dhcpd6.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcpd.service ) || : fi else # package uninstall for service in dhcpd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcpd6.service ) || : fi else # package uninstall for service in dhcpd6.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fiYT": 1 1ff Bh& jA큤AAA큤AAA큤AAAAAAAAAAAAAA]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]199f636405161fb5c8a46ab34cfa3a8d6e5e2a25d9ea493d5b94bc83e5837f2bd56c54f8417ca6cde0994c7fd0d7e9f269e75d040793a2d802ae07669b8388db631bce19a2509fd4273d79ccd575d6c31b8c44bbf4aecdcde4809fc3399830d12a11e49ed6346d82ac7cc33acdb34f15a7fdf5d418f5f6b196f8557b085aa95e2ad875fe955b39e7b2c0928646c89c49b66a03b76bf41cfdecff87c4ce6e4a112976e093b33f7c8b533748204887f17c9bf067b43e223dc939c04b39f43f437b4e3b3fb3dfdf0131303f1365e46e0ced48d50cf2b1aca5efeabc36cf41ab662a84f5e79a85fcd1b037f14a2f261b846c3b3d9623fbdcfef555b75c1b98033c94e196629e6a53965364ddd8ca78caee7a../scripts/dhcpd-restart-hooksyntax-checksyntax-checksyntax-checksyntax-checkdhcpdserviceservicePProotrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcpdrootrootrootrootrootrootdhcpdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.3-11.9.1.src.rpmconfig(dhcp-server)dhcp-serverdhcp-server(x86-64)@     @@@@@@@@@@   /bin/bash/bin/cat/bin/cp/bin/mkdir/bin/sh/bin/sh/bin/sh/bin/sh/usr/sbin/useraddconfig(dhcp-server)coreutilsdhcpdiffutilsfillupgrepinsservlibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)liblber-2.4.so.2()(64bit)libldap-2.4.so.2()(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)sedrpmlib(PayloadIsLzma)4.3.3-11.9.14.3.33.0.4-14.0-14.4.6-14.11.2Z%Z]@ZWQZ@Yg`XƉWbW V_V@UT5TmT@S @S@S|@S5d@S&R@RR@REs@R/ Qzl@QZ@QT0QR@Q?Q3;@PP[@POiOr@OgON@N@Nf @N^"@N[@N&@N&@Mc@MM(M@M@M@MlMlMbSM^_@MIG@M L!L@LL@L*@LYV@LN@L-LK@KFKKtK,KEK&(J`@JkJJJp9Jp9max@suse.comndas@suse.dendas@suse.dendas@suse.dendas@suse.dendas@suse.dendas@suse.dendas@suse.denirmoy.das@suse.commt@suse.demt@suse.demt@suse.demt@suse.dero@suse.demt@suse.demt@suse.dejsegitz@novell.commt@suse.demt@suse.commt@suse.commt@suse.commt@suse.commt@suse.commt@suse.commmeister@suse.commt@suse.commt@suse.commt@suse.commt@suse.comschwab@suse.demt@suse.commt@suse.commt@suse.commt@suse.commt@suse.commt@suse.commt@suse.commt@suse.comcoolo@suse.commt@suse.commt@suse.commt@suse.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgmt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.dejengelh@medozas.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.demt@suse.de- Integrate dhclient-script-handle-static-route-updates.patch into dhclient-script. We don't need to patch our own files. - CVE-2018-5733, bsc#1083303: reference count overflow in dhcpd. - CVE-2018-5732, bsc#1083302: buffer overflow in dhclient. - Added: dhcp-CVE-2018-5732-CVE-2018-5733.patch - Removed: dhclient-script-handle-static-route-updates.patch- Plugs a socket descriptor leak in OMAPI(bsc#1076119, CVE-2017-3144) [+ 0027-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch]- Optimized if and when DNS client context and ports are initted (bsc#1073935) [+ 0026-Optimized-if-and-when-DNS-client-context-and-.patch]- Only use 12-bit value from VLAN TCI for VID(bsc#1059061) [+0025-master-LPF-now-only-uses-12-bit-value-from-VLAN-TCI-.patch] - fixed os error "Ambiguous tags: source12, source13, source14, source15"- Modify dhclient-script to handle static route updates (bsc#1023415). [+dhclient-script-handle-static-route-updates.patch]- Relax permission of dhclient-script for libguestfs(bsc#987170) - Enable patch23 whcih was disabled by mistake before- Add patch to limit the value of an fd we accept for a connection(bsc#969820).- renamed freeaddrinfo,getaddrinfo,getnameinfo in the internal libirs library that does not consider /etc/hosts and /etc/nsswitch.conf to use irs_ prefix to not cause name conflicts and override standard glibc functions used in libldap(bsc#972907). [+ 0022-dhcp-4.x.x-apply-bind-changes.patch, + 0023-bind-9.9.7-Hide-IRS-resolver-function.patch]- 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). [+0021-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 upstream security patch fixing (bsc#961305,CVE-2015-8605) [+0020-dhcp-4.3.3-P1-CVE-2015-8605-udp-payload-length-ckeck.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, bsc#880984) [+ 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 - fix bashisms in dhcprelay script - Disabled /sbin/service legacy-action hooks on openSUSE <= 13.1, which does not support it and causes build failure (bnc#891961). - Removed gpg validation implicitly done by osc source_validator and gpg-offline dependency (blocks rebuilds).- 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]- 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). [+ 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). [+ 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). [+ dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 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). [+ 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]) [+ 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- sanitize release line in specfile- Fixed to require iproute2 in dhcp-client package (bnc#885399) - Disarmed dhclient-script when wicked is the network service, as wicked is using an another dhcp client (runtime conflict), NetworkManager an own script and sysconfig-network is gone on sles12 and opensuse > 13.1, so it is obsolete and unsupported.- Fixed /etc/sysconfig/dhcpd fillup in dhcp server post-install. - Fixed dhcp server start script to use correct libdir (bnc#868250) - Fixed dhcp server to chown leases to run user at start (bnc#868253) [+ 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch] - Fixed to write missed dhcp-ldap debug level messages (bnc#835818) [+ 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch] - Fixed unsupported dhclient-script used by sysconfig ifup to provide a function to calculate netmask. NetworkManager provides an own one.- added necessary macros for systemd files- Applied fixes for DHCP over IPoIB by Mellanox (bnc#870535) [+ 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch, + 0018-dhcp-4.2.6-improved-xid.patch]- Added support for custom for rcdhcpd[6] check-syntax,check-lease and syntax-check actions (bnc#868713).- Initially switched to use systemd service files under systemd and enabled Restart=on-abort (fate#315133). - Update to ISC dhcp-4.2.6 release. See RELNOTES file for the complete list of changes -- digest of fixes not in dhcp-4.2.5: - Tidy up receive packet processing. Thanks to Brad Plank of GTA for reporting the issue and suggesting a possible patch. [ISC-Bugs #34447] - Fix the socket handling for DHCPv6 clients to allow multiple instances of a client on a single machine to work properly. Previously only one client would receive the packets. Thanks to Jiri Popelka at Red Hat for the bug report and a potential patch. [ISC-Bugs #34784] - Added support for gentle shutdown after signal is received. [ISC-Bugs #32692] [ISC-Bugs 34945] - Enhance the DHCPv6 server logging to include the addresses that are assigned to the clients. This can be enabled by defining LOG_V6_ADDRESSES in site.h. [ISC-Bugs #26377] - Fix an operation in the DDNS code to be a bitwise instead of logical or. [ISC-Bugs #35138] - Merged patches for dhcp-4.2.6 version to apply without fuzzy, prepended patch number prefixes to match spec file patch nr, added patch markup tags / bug numbers to the spec file. - Applied contrib-lease-path pach to contrib.tar.gz [- contrib-lease-path.diff] - Changed to require automake and use its config.sub and guess files instead of maintaining a patch. [- config-guess-sub-update.patch] - Enabled to log DHCPv6 addresses assigned by server to clients [+ 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch] - Cleaned up documentation, rpmlint adjustments.- Test if /etc/sysconfig/network/scripts/functions exists before sourcing it (fate#316768,bnc#856591).- Fixed path to systemctl in dhclient-script (bnc#847778).- Added /etc/bindresvport.blacklist to dhcp server chroot file lists as it seems to block its start in some cases (bnc#842360).- Fixed to reload syslog on hostname changes using systemctl as there is no /etc/init.d/syslog script since syslog-service-2.0 (bnc#830467).- Added autoreconf -i option to fix build for the new automake- Install missed bind include files and libraries in dhcp-devel; conflicts to bind-devel providing different versions (bnc#805162).- Use manual patch command for config-guess-sub-update.patch again as patch macro does not work on older distributions.- Update to ISC dhcp-4.2.5-P1 release, which contains updated bind-9.8.4-P2 sources with removed regex.h check in configure (bnc#811934, CVE-2013-2266). - Changed spec make the bind export library build output visible.- Added dhcp6-server service template for SuSEfirewall2 (bnc#783002)- config-guess-sub-update.patch: Update config.guess/sub for aarch64- Update to ISC dhcp-4.2.5 release. See RELNOTES file for the complete list of changes -- digest of fixes not in dhcp-4.2.4-P2: - Correct code to calculate rebind timing values in client [ISC-Bugs #29062] - Fix some issues in the code for parsing and printing options. [ISC-Bugs #22625,#27289,#27296,#27314] - Update the memory leakage debug code to work with v6. [ISC-Bugs #30297] - Relax the requirements for deleting an A or AAAA record. This relaxation was codified in RFC 4703. [ISC-Bugs #30734] - Modify the failover code to handle incorrect peer names better. [ISC-Bugs #30320] - Fix a set of issues that were discovered via a code inspection tool. [ISC-Bugs #23833] - Parsing unquoted base64 strings improved. [ISC-Bugs #23048] - The client now passes information about the options it requested from the server to the script code via environment variables. These variables are of the form requested_=1 with the option name being the same as used in the new_* and old_* variables. [ISC-Bugs #29068] - Check the status value when trying to read from a connection to see if it may have been closed. If it appears closed don't try to read from it again. This avoids a potential busy-wait like loop when the peer names are mismatched. [ISC-Bugs #31231] - Remove an unused variable to keep compilers happy. [ISC-Bugs #31983] - Removed obsolete parsing and printing option patch [dhcp-4.2.4-parsing-and-printing-options.patch] - Merged dhcp-4.2.2-dhclient-send-hostname-rml.diff [dhcp-4.2.5-dhclient-send-hostname-rml.patch] - Fixed discovery of interfaces, which have only addresses with a label assigned (linux 2.0 "alias interfaces" compatibility) by switching to use the getifaddrs() as on BSD (bnc#791289, reported upstream as [ISC-Bugs #31992]). [dhcp-4.2.4-interface-discovery-using-getifaddrs.patch] - Applied a patch to ignore SIGPIPE instead to die in socket code before the errno==EPIPE checks are reached (bnc#794578, upstream report [ISC-Bugs #32222]) [dhcp-4.2.4-P2-do-not-die-on-sigpipe.patch] - Updated ldap patch to 4.2.5-ldap-mt01 providing following fixes: - Fixed parse buffer handling code to not avoid truncation of config > ~8k from bigger ldap objects. Fixed to free the ldap config buffer passed to the config parser and append new config, while the parser is in saved state (bnc#788787). - Fixed subclass name-ref and data quoting/escaping (bnc#788787). - Fixed memory leaks on ldap_read_config errors (bnc#788787). - Fixed a memleak while subnet range processing, fixed to reset bufix variable in ldap_read_function to 0 and to set buflen to the complete length (do not discard last character, usually \n). This caused a parsing error at further run of the function, e.g. while processing the second dhcpService container that the dhcpServer object may refer to (bnc#784640). [dhcp-4.2.5-ldap-mt01.patch.bz2] - Fixed dhclient-script to discard MTU lower-equal 576 rather than lower-than (bnc#791280). - Verify GPG source archive signatures.- Update to ISC dhcp-4.2.4-P2 release, providing a security fix for an issue with the use of lease times was found and fixed. Making certain changes to the end time of an IPv6 lease could cause the server to abort. Thanks to Glen Eustace of Massey University, New Zealand for finding this issue. ([ISC-Bugs #30281], CVE: CVE-2012-3955, bnc#780167)- Update to ISC dhcp-4.2.4-P1 release, providing following security fixes (bnc#772924): - Previously the server code was relaxed to allow packets with zero length client ids to be processed. Under some situations use of zero length client ids can cause the server to go into an infinite loop. As such ids are not valid according to RFC 2132 section 9.14 the server no longer accepts them. Client ids with a length of 1 are also invalid but the server still accepts them in order to minimize disruption. The restriction will likely be tightened in the future to disallow ids with a length of 1. Thanks to Markus Hietava of Codenomicon CROSS project for the finding this issue and CERT-FI for vulnerability coordination. [ISC-Bugs #29851] CVE: CVE-2012-3571 - When attempting to convert a DUID from a client id option into a hardware address handle unexpected client ids properly. Thanks to Markus Hietava of Codenomicon CROSS project for the finding this issue and CERT-FI for vulnerability coordination. [ISC-Bugs #29852] CVE: CVE-2012-3570 - A pair of memory leaks were found and fixed. Thanks to Glen Eustace of Massey University, New Zealand for finding this issue. [ISC-Bugs #30024] CVE: CVE-2012-3954 - Moved lease file check to a separate action so it is not used in restart -- it can fail when the daemon rewrites the lease causing a restart failure then (bnc#762108 regression). - Request dhcp6.sntp-servers in /etc/dhclient6.conf and forward to netconfig for processing (bnc#770236). - Removed RFC 4833 TZ options from client requests [unused].- Update to ISC dhcp-4.2.4 release, fixing a dhcpv6 server assert crash while accessing lease on heap (bnc#767661) and providing the following fixes: - Rotate the lease file when running in v6 mode. Thanks to Christoph Moench-Tegeder at Astaro for the report and the first version of the patch. [ISC-Bugs #24887] - Fixed the code that checks if an address the server is planning to hand out is in a reserved range. This would appear as the server being out of addresses in pools with particular ranges. [ISC-Bugs #26498] - In the DDNS code handle error conditions more gracefully and add more logging code. The major change is to handle unexpected cancel events from the DNS client code. [ISC-Bugs #26287] - Tidy up the receive calls and eliminate the need for found_pkt. [ISC-Bugs #25066] - Add support for Infiniband over sockets to the server and relay code. We've tested this on Solaris and hope to expand support for Infiniband in the future. This patch also corrects some issues we found in the socket code. [ISC-Bugs #24245] - Add a compile time check for the presence of the noreturn attribute and use it for log_fatal if it's available. This will help code checking programs to eliminate false positives. [ISC-Bugs #27539] - Fixed many compilation problems ("set, but not used" warnings) for gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588] - Modify the code that determines if an outstanding DDNS request should be cancelled. This patch results in cancelling the outstanding request less often. It fixes the problem caused by a client doing a release where the TXT and PTR records weren't removed from the DNS. [ISC-BUGS #27858] - Use offsetof() instead of sizeof() to get the sizes for dhcpv6_relay_packet and dhcpv6_packet in several more places. Thanks to a report from Bruno Verstuyft and Vincent Demaertelaere of Excentis. [ISC-Bugs #27941] - Remove outdated note in the description of the bootp keyword about the option not satisfying the requirement of failover peers for denying dynamic bootp clients. [ISC-bugs #28574] - Multiple items to clean up IPv6 address processing. When processing an IA that we've seen check to see if the addresses are usable (not in use by somebody else) before handing it out. When reading in leases from the file discard expired addresses. When picking an address for a client include the IA ID in addition to the client ID to generally pick different addresses for different IAs. [ISC-Bugs #23138] [ISC-Bugs #27945] [ISC-Bugs #25586] [ISC-Bugs #27684] - Remove unnecessary checks in the lease query code and clean up several compiler issues (some dereferences of NULL and treating an int as a boolean). [ISC-Bugs #26203] - Fix the NA and PD allocation code to handle the case where a client provides a preference and the server doesn't have any addresses or prefixes available. Previoulsy the server ignored the request with this patch it replies with a NoAddrsAvail or NoPrefixAvail response. By default the code performs according to the errata of August 2010 for RFC 3315 section 17.2.2; to enable the previous style see the section on RFC3315_PRE_ERRATA_2010_08 in includes/site.h. This option may be removed in the future. Thanks to Jiri Popelka at Red Hat for the patch. [ISC-Bugs #22676] - Fix up some issues found by static analysis. A potential memory leak and NULL dereference in omapi. The use of a boolean test instead of a bitwise test in dst. [ISC-Bugs #28941] - Replaced our patches with a complete and upstream verified patch: - Fix some issues in the code for parsing and printing options. [ISC-Bugs #27314] - properly parse a zero length option from a lease file. [ISC-Bugs #22796] - properly determine if we parsed a 16 or 32 bit value in evaluate_numeric_expression (extract-int). [ISC-Bugs #22625] - properly print options that have several fields followed by an array of something for example "fIa" [ISC-Bugs #27289] - properly parse options in declarations that have several fields followed by an array of something for example "fIa" This patch obsoletes the following (bnc#739696) patches: - dhclient: parse_option_param: Bad format a - zero-length option lease parse error in dhclient6 - Merged ldap and options check patches for the new version - Fixed dhcp-server init script to check syntax and fail while force-reload and restart to avoid stopping of running daemon followed by start failure (bnc#762108). Added libgcc_s.so to chroot, so the server can report assert/crash line.- Added RFC 4833 TimeZone PosixString and Name declarations to server and client configs [not used yet].- dhcp-server: fixed to escape all values used in constructed ldap filters as a DN may contain e.g. asterisks (bnc#721829, [ISC-Bugs #28545]).- Updated to ISC dhcp-4.2.3-P2 release, providing a DDNS security fix: Modify the DDNS handling code. In a previous patch we added logging code to the DDNS handling. This code included a bug that caused it to attempt to dereference a NULL pointer and eventually segfault. While reviewing the code as we addressed this problem, we determined that some of the updates to the lease structures would not work as planned since the structures being updated were in the process of being freed: these updates were removed. In addition we removed an incorrect call to the DDNS removal function that could cause a failure during the removal of DDNS information from the DNS server. Thanks to Jasper Jongmans for reporting this issue. ([ISC-Bugs #27078], CVE: CVE-2011-4868, bnc#741239) - Fixed close-on-exec patch to not set it on stderr (bnc#732910) - Fixed incorrect "a" array type option parsing causing to discard e.g. classless static routes from lease file [reported as ISC-Bug 27289] and zero-length option parsing such as dhcp6.rapid-commit in dhclient6 [reported as ISC-Bug 27314] (bnc#739696). - Fixed dhclient to include its pid number in syslog messages. - Fixed to use P2 in the spec version, not in the release tag.- Updated to ISC dhcp-4.2.3-P1 release, providing security fix for a DoS due to processing certain regular expressions (bnc#735610) and several important DDNS related fixes: * Add a check for a null pointer before calling the regexec function. Without out this check we could, under some circumstances, pass a null pointer to the regexec function causing it to segfault. Thanks to a report from BlueCat Networks. [ISC-Bugs #26704] CVE-2011-4539. * Fix the code that checks for an existing DDNS transaction to cancel when removing DDNS information, so that we will continue with the processing if we have a lease even if it doesn't have an outstanding transaction. [ISC-Bugs #24682] * Add AM_MAINTAINER_MODE to configure.ac to avoid rebuilding configuration files. [ISC-Bugs #24107] * Add support for passing DDNS information to a DNS server over an IPv6 address. [ISC-Bugs #22647] * Enhanced patch for 23595 to handle IPv4 fixed addresses more cleanly. [ISC-Bugs #23595] - Refreshed ldap patch- add libtool as buildrequire to make the spec file more reliable- Commented out all configuration examples in /etc/dhcpd.conf and dhcp6.conf (bnc#715473). - Enabled dhcp6.rapid-commit in /etc/dhclient6.conf config file. - Removed useless provides/obsoletes from spec file.- Set the DHCPD_CONF_INCLUDE_FILES and the DHCPD6_CONF_INCLUDE_FILES variables to /etc/dhcpd.d and /etc/dhcpd6.d by default, so there are well-defined directories expected to contain additional config files (bnc#690585).- Updated to ISC dhcp-4.2.2 release, providing two security fixes (CVE-2011-2748,CVE-2011-2749,[ISC-Bugs #24960],bnc#712653), that allowed remote attackers to cause a denial of service (a daemon exit) via crafted BOOTP packets. Further also DNS update fix to detect overlapping pools or misconfigured fixed-address entries, that caused a server crash during DNS update and other fixes. For a complete list, please see the RELNOTES file provided in the package and also available online at http://www.isc.org/. - Merged/adopted dhclient option-checks, send-hostname-rml, ldap patch, xen-checksum, close-on-exec patches and removed obsolete in6_pktinfo-prototype and relay-no-ip-on-interface patches. - Moved server pid files into chroot directory even chroot is not used and create a link in /var/run, so it can write one when started as user without chroot and avoid stop problems when the chroot sysconfig setting changed (bnc#712438). - Disabled log-info level messages in dhclient(6) quiet mode to avoid excessive logging of non-critical messages (bnc#711420). - Fixed dhclient-script to not remove alias IP when it didn't changed to not wipe out iptables connmark when renewing the lease (bnc#700771). Thanks to James Carter for the patch. - Fixed DDNS-howto.txt reference in the config file; it has been moved to the dhcp-doc package (bnc#697279). - Removed GPL licensed files (bind-*/contrib/dbus) from bind.tgz to ensure, they're not used to build non-GPL dhcp (bnc#714004). - Changed to apply strict-aliasing/RELRO for >= 12.x only- Correct previous change.- THis is a long running network daemon, link with full RELRO security enhancements. - remove -fno-strict-aliasing from CFLAGS, no longer needed.- Import redhat's patch to open all needed FDs with O_CLOEXEC so they dont leak.- Removed obsolete sles8 compatibility dependencies, fixed to avoid non-functional sles_version conditionals.- Fixed to not introduce separate dhcp-doc package on sles, use versioned provides/obsoletes, improved conditionals.- Fixed dhclient-script typo causing ISC DHCPv6 client to execute ifup pre-down scripts also while renew, when the ipv6 address did not changed (bnc#690859).- Implemented optional ldap connect retry loop during the initial startup of the dhcp server in cases where the ldap server is not yet started. Set the ldap-init-retry option in dhcpd.conf to enable it (bnc#627617). Merged in the actual ldap patch. - Cleaned up init script error reporting, no -TERM for killproc.- Updated to ISC dhcp-4.2.1-P1 release, that provides most of the dhclient pretty escape and string option checks. Merged to use relaxed domain-name option check causing a regression, when the server is misusing it to provide a domain list (compatibility to attic clients) and does not provide it via domain-search option; pretty escape semicolon as well (bnc#675052, CVE-2011-0997).- Discard string options such as host and domain names containing disallowed characters or beeing too long. This proctive patch limits root-path to a-zA-Z0-9, #%+-_:.,@~/\[]= and a space (bnc#675052, CVE-2011-0997).- Updated to ISC DHCP 4.2.1 release (bnc#680298), that provides following fixes (digest): * Several fixes to OMAPI, cleanup of dereferenced pointers in the omapi handle, handling of pipe failures and status code in omapi signal handler that may cause connect failure and 100% CPU use. * Handle some DDNS corner cases better * Several fixes to lease input and output * Corrected side effect of printing all data strings as hex. * Host record references leaks causing applying config to all innocent clients. * Memory leak when parsing a domain name * Fixes to configuration parsing including infinite loop. * Fixed for unexpected abort caused by a DHCPv6 decline. For the complete list see the RELNOTES file, that is available also online at http://ftp.isc.org/isc/dhcp/dhcp-4.2.1-RELNOTES. - Removed obsolete optional-value-infinite-loop, no-libcrypto and CVE-2011-0413.bnc667655 patches. - Merged the dhclient-send-hostname and ldap patches.- dhclient-script: fixed typo causing that only global settings to set hostname and default route were applied for primary and never per interface settings (bnc#673792).- Added dhcp-4.2.0-xen-checksum.patch by David Cantrell to handle xen partial UDP checksums (bnc#668194).- Applied security fix for unexpected abort caused by a DHCPv6 decline message (CVE-2011-0413, VU#686084, bnc#667655). - Fixed dhclient.conf to request the domain-search option.- Updated to ISC DHCP 4.2.0-P2, a security release fixing the handling of connection requests on the failover port. Previously a connection request from a source that wasn't listed as a failover peer would cause the server to become non-responsive. ([ISC-Bugs #22679] CERT: VU#159528 CVE: CVE-2010-3616, bnc#659059).- Enable ldap CASA support on SLE only.- Fixed to use same/correct dhcrelay6 interface variables in the sysconfig file and in the dhcrelay6 init script.- Updated to ISC DHCP 4.2.0-P1 release, providing a security fix to handle a relay forward message with an unspecified address in the link address field. Previously such a message would cause the server to crash. Thanks to a report from John Gibbons. [ISC-Bugs #21992] CERT: VU#102047 CVE: CVE-2010-3611 (bnc#650902) The 4.2.0 version is a feature release, implementing asynchronous DDNS processing and includes "The LDAP Patch". For a complete list of changes from any previous release, please consult the RELNOTES file within the source distribution or on the ISC website: http://www.isc.org/software/dhcp/420 - Fixed compilation to avoid segfaults as soon as ldap is enabled, merged our ldap patches from 4.1.x branch.- Fixed a dhcrelay segfault while receiving packets on interfaces without any IPv4 address assigned (bnc#631305, reported upsteam as [ISC-Bugs #22409]). - Fixed a common infinite loop while parsing options with optional parts in the value such as in slp-service-scope option (bnc#643845, reported upsteam as [ISC-Bugs #22410]). - Fixed init scripts to report correct LSB codes in status action, when the config file or the binary do not exists (bnc#640336). - Fixed syntax of a check in the rcdhcrelay[6] (bnc#648580) - Avoid pid check error message in the rcdhcpd[6] (bnc#646875)- Fixed server lease file path in contrib/listlease and leasestate changed to extract contrib and examples using setup macro.- Renamed rfc3442-classless-static-routes_raw in /etc/dhclient.conf to rfc3442-classless-static-routes for compatibility with the NetworkManager making use of /etc/dhclient.conf now and adopted /sbin/dhclient-script (bnc#625770).- Fixed ldap option number conflicting with new options (bnc#625358)- Added a fix for an lpf bind error messages making it easier to localize problems (bnc#617795)- Updated to ISC DHCP 4.1.1-P1 patch release, which contains a pair of bug fixes including one for a security related bug (bnc#612546, CVE-2010-2156): * A bug was fixed that could cause the DHCPv6 server to advertise/assign a previously allocated (active) lease to a client that has changed subnets, despite being on different shared networks. Dynamic prefixes specifically allocated in shared networks also now are not offered if the client has moved. [ISC-Bugs #21152] * Accept a client id of length 0 while hashing. Previously the server would exit if it attempted to hash a zero length client id, providing attackers with a simple denial of service attack. [ISC-Bugs #21253]- Added rc.dhcrelay6 as source in the spec file- Fixed dhcprelay scripts to source sysconfig file correctly - Fixed spec file typo in arping path require, enabled ldap - Fixed a dhclient option name and new/old ip address check- Updated to ISC DHCP 4.1.1, the current 4.x series production release, providing DHCPv6 client/server/relay implementation. The programs act in DHCPv6 mode, when the -6 start option is set. We install separate init scripts with a 6 at the end to handle them, that is /etc/init.d/dhcpd6 and dhrelay6. Further, there is also a link to the binaries with a 6 at the end, e.g. dhclient6, making it visible, that the installed version supports DHCPv6. - Moved additional documentation to a separate dhcp-doc package. - Changed to provide config files and scripts as source files instead of patches to the ISC scripts. - Adopted spec file and config/scripts, merged in all patches. - Implemented RFC 3442 classless static routes support in the dhclient-script (bnc#555870).- Updated to ISC DHCP 3.1-ESV, an extended support version release which includes a small number of bug fixes (bnc#592178) over the 3.1.3 version: * Modified the handling of a connection to avoid releasing the omapi io object for the connection while it is still in use. One symptom from this error was a segfault when a failover secondary attempted to connect to the failover primary if their clocks were not synchronized. * Fix test in dhcp_interface_signal_handler to check that the inner handler has a signal_handler before calling it. * When using 'ignore client-updates;', the FQDN returned to the client is no longer truncated to one octet. * Clean up some compiler warnings - ticket 19054. - Fixed vlan interface check in dhcpd-restart-hook if-up.d script (bnc#599702) - Touch dhclient.leases in post-install script instead to provide an empty file, versioned provides/obsoletes (rpmlint warnings).- Fixed dhclient-script to call ifup -o dhcp and signal "complete" to ifup when all configuration is done (bnc#585380,bnc#518219).- Enable parallel building - Use large PIE model on all SPARC flavors- Fixed dhclient-script to use correct sysconfig run dir path to not to break the defaultroute/hostname setup (bnc#555095). - Don't request any specific lease-time by default (bnc#516459).- Fixed dhclient-script to forward new_domain_search as DNSSEARCH to netconfig.- Updated to dhcp-3.1.3 maintenance release fixing several issues (a digest, see RELNOTES for the complete list): * Remove infinite loop in token_print_indent_concat(). * A parser bug was fixed that segfaulted if site-option-space was tried to be used interchangeably with vendor-option-space. * Two uninitialized stack structures are now memset to zero, thanks to patch from David Cantrell at Red Hat. * Memory leak in the load_balance_mine() function is fixed. This would leak ~20-30 octets per DHCPDISCOVER packet while failover was in use and in normal state. * Fixed setting hostname in Linux hosts that require hostname argument to be double-quoted. Also allow server-provided hostname to override hostnames 'localhost' and '(none)'. * Added client support for setting interface MTU and metric, thanks to Roy "UberLord" Marples . * Fixed failover reconnection retry code to continue to retry to reconnect rather than restarting the listener. * Fixed a bug where an OMAPI socket disconnection message would not result in scheduling a failover reconnection, if the link had not negotiated a failover connect yet (e.g.: connection refused, asynch socket connect() timeouts). * Versions 3.0.x syntax with multiple name->code option definitions is now supported. Note that, similarly to 3.0.x, for by-code lookups only the last option definition is used. * Fixed a fenceposting bug when a client had two host records configured, one using 'uid' and the other using 'hardware ethernet'. CVE-2009-1892 - Updated to dhcp-3.1.3-ldap-patch-mt-01 including previous fixes. - Merged dhclient script, removed obsolete CVE-2009-1892 fix.- Replaced mt-02 ldap patch from old git repository with equivalent one (dhcp-3.1.2p1-ldap-patch-mt-02) from a new repository with fixed patch history (http://www.suse.de/~mt/git/dhcp-ldap.git/).- Added dhcpd-restart-hook if-up.d script that restarts dhcp server while network restart when a virtual interfaces as bridge, bond or vlan goes up again (bnc#517810).- Applied fix for a dhcp client id DoS (CVE-2009-1892, bnc#519413).- Updated to dhcp-3.1.2p1 maintenance release fixing following issues: * A stack overflow vulnerability was fixed in dhclient that could allow remote attackers to execute arbitrary commands as root on the system, or simply terminate the client, by providing an over-long subnet-mask option. * A double-dereference in dhclient transmission of DHCPDECLINEs was repaired. * Fix handling of -A and -a flags in dhcrelay; it was failing to expand packet size as needed to add relay agent options. * Corrected list of failover state values in dhcpd man page. * Fixed a bug that caused some request types to be logged incorrectly. * Fixed a coredump when adding a class via OMAPI. * Clients that sent a parameter request list containing the routers option before the subnet mask option were receiving only the latter. Fixed. * The server wasn't always sending the FQDN option when it should. * A partner-down failover server no longer emits 'peer holds all free leases' if it is able to newly-allocate one of the peer's leases. * A cosmetic bug in DHCPDECLINE processing was fixed which caused all successful DHCPDECLINEs to be logged as "not found" rather than "abandoned". * Some failover debugging #defines have been better defined and some high frequency messages moved to a deeper debugging symbol. * The CLTT parameter in failover is now only updated by client activity, and not by failover binding updates. * Failover BNDUPD messages are now discarded if they conflict with an update that has been trasnmitted, but not acknowledged. * A bug cleaning up unknown-xxx temporary option definitions was fixed. - Removed obsolete dhclient-no-dereference-twice patch - Improved dhclient-script to apply global dhcp settings, when there is no interface config (bnc#480922). - Enabled casa support in dhcp-ldap for >= sles 10 and => 11.1. - Updated dhcp-3.1.2p1-ldap-patch-mt.11.2-02 merging all patches flying around -- see http://www.suse.de/~mt/git/dhcp-ldap.git and the git changelog at the begin of the patch./bin/sh/bin/sh/bin/sh/bin/shlamb07 1561629833  !"#$%&'()*+,-.4.3.3-11.9.14.3.3-11.9.14.3.3-11.9.1 dhcpd.confdhcpd.ddhcpd6.confdhcpd6.dopenldapschemadhcp.schema60-dhcpd-restart-hookdhcpd-restart-hookdhcpdhcpddhcpdcheck-leasecheck-syntaxsyntax-checkdhcpd6check-leasecheck-syntaxsyntax-checkdhcpd.servicedhcpd6.servicedhcpddhcpd6rcdhcpdrcdhcpd6dhcpd.conf.5.gzdhcpd.leases.5.gzdhcpd.8.gzdhcpd.xmldhcpd6.xmlsysconfig.dhcpdsysconfig.syslog-dhcpddhcpdbdevetclib64varrundhcp6dbdevetclib64varrun/etc//etc/openldap//etc/openldap/schema//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/man/man5//usr/share/man/man8//usr/share/omc/svcinfo.d//var/adm/fillup-templates//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 -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10531/openSUSE_Leap_42.3_Update/3aabafda3c2bf4e567cde83b0799562c-dhcp.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxASCII textdirectoryASCII text, with very long linesBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=f83e469a8700229eac422010e0c34dcd41423894, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML document text RRRRRRRRRRRRRR)nY[եCk(?]"k%n.bRQ`tWI6D*8{fy]k(O :wQaQ6S+cf7ʲ2SzT P"fZAQF𸈂J34YX胠1opwq 87#>qjAQ2ob^iQb&UHݩ$_d@!b5aH4t`QS_TpGY+>Y X۩&S 0Vxk8IVd*ސY-gn}Q/82b|#k$-i8aJҐd6-NDzF\wjm-~:M:^R1@1 3`+{̼}g/tZ*~jQ눚ќJWr38fyb ST@>+M?x|}b5^t\'`~:8[]OVi5n~taD]{=,aF{Z u雗qo7%Q&;StF P`aI^&r6x`P&O̤#[L(kz(4Dh>S 4E^3:?j2 1Ko.Wxh?WJ%s%v1ƨc<RgLvփ:gu)rLZ71gTkaY)lRM' ٤V%7R0F yZDbY{^Qtpn=@a*Bk(Ub /R|iSϜ̯%1eS*IxSEEouPeݿ5d?h i`ehC3G~i}S #Cɮ[rp%h0NKU/()V̛hr)T׉V[w?6ue$_#7T<)}FT!q^ sNԱP?{ a,KpK 0lnlo*8$<zA++5DUzVTd<$71рÕF Hl-@RD[CWE(ڕf;g..$Kc8p$(ޛ6rBUa10qn[& lCY8 ̅;^sz.FzOgө q9;sI6\ƨjfti HtOT譁z+LdQxu 霥j`ym(kɲ|("#.w>/|_|)͹A bc8Gų6(Za'&HKJ/MDIIh ǵ9<)>sդUb ]JoݵNIWM۾42eɦv;Qt48:\MhtcqpS)Zrd % [&~3X5K 1 F'.Թ?7H2' F9zN6j(RO30LY"bԽn++UN/.h 偉lC47_@>_|%¬$QAit-rN6te!M|xem[;ɞ-+۳pi:)ZacaǓn,p-㣦C|%Gn8E/}~ ig_CY* ]Ű-nbzHVw *f@m$Dk.͈SQ)`?˽GOa1.KA`ּJcc6RtM~4+=͌cSM]p0AU^C܀Pgvd W[&.`W+Ø V_D{ϕ$_?ʰ12xn¥G5,Jsa1M< yCG%סO8S> !q֮c'\\؂{{89Sm>ם̱ڸOgh12۔z,lڃ+?F{FIѡ"A䠝o{3@ϩ􆠺:Q9Bd2ݡ*ÑPD4>iA:_1g{՝ m=Y YMX z\E-ۧ?IKU2 [g$x + $]y{%e䈳> փ>pgyDpR ]~8S,|X0+|d 6 %pZ_@,֪Pj<6Um1!I`%iOtwJA5 O W^iEI/ Zw^\u*51YJ|ח `S+6B^(ܭ{v3/v \0>(^ozDGCT0E YoVHX. k<%1_>w^72rUaq9ltF0ڵĝ1 THґ^XT?j+a#NU:P! xN`Sp sFoP?J_I8Gyuis$Xn{tKJ{elFJFڦ!#a<$yP4[(Jv@}+J]Xx􆭴NGHڀ*Khn@Hﱘ#_]Xy`vOŇ) , 6&sw0[>ӇhnMr0l/r!#+[ %Baϡ1Ţ)EР}z"X4lqc8?L&߫^8_tYpl5p'k8>MWt'6fOU. ̏5f%r®O8X}'} "-oVVJ=@@zydEu4T=k<ݩѻ)1e=dqfɎ^dܾ+gH93@me넡֚,0ŧbP-*c&4l&Wῃ"fʦy(Lw%DJU4k2ƷRŊH%b GrF@aq1mqvC6 /[a%*Bκ{^c If q?(n˜iߥ[PԳ'VpfZ*Lfm3 6:=*'}dݓ3kFَf"S>WN,Aʤ26K8}KǺ}XTSraZ8ɮ”ubb()ƫ=`T kY܁Ҕ_[I`zrYH6" ^Фm(b6M.oACBWN1)`0do6`` Ny>v-õF2ajDTr^3i'j>-<:aR ̮&'9d[oMcLgi\kf\ uß ( bgBK].] H|u6=F@46fKBs4}`Njn‡vRXu:h:jaЍô[e*X @Ah6&ehRȘzGk@m{f5'>EFb+/N}kd<תƊu`+ozCO{AX䪷3+=a9H{7$İSJ/ܨ=5*e>``S ד"ۡee挊qRhwm߬^g]]iS77 ]Yf8TB; >!'1߉_]5b TW-Cɨ뤰Fnɇ6[>Gai!ͺ\҄*mgUzRL r:[QOT(5Xhuze 3֓J]B3فccWX7iJEjR dCN) 9TWRȺ.K!(=PGd9.?dvBq)跣6P->w!NMu0"XyQ5\TUZ?$F iTBj(>^F6UN{ RE/{CB8wvߢ5HrU0;lb j̬`q?z BB2G*[`Zow]+tjrHqotų޾to{?QOWT`Haeq y4B @Ta!X3d>kp,A9fx1 ?>ku%F[G qY1RH(pP5EeQu拷_@:k..X|(Qys#B&nr*df;Z&,i=Fk quI *%(](x ~3yNZ- kҲEwx"QzH5fd!T^ ҇\Oj7}9hQF|6r&`h,%r[ wrsݘĨ7s$cRZ2n$VZI*BsGY?(~#eFڔS<_6-Md+ MZp1s.XT8SxROtȠjGZn/qU-l?n="y[Lʉq"GЕVICj&N1<' ABڋ}zBeͤ":5 mnvS0%Ne꾁0b8x%]%b~|%-^k!#sZv~`ۭDAZ8*Ҹgv'i zo>mJ5b5Ch% 9=\zAV_zfV^t$ǔe{3F[>}q:7xoqRSt2EhGx_.1\"7baxq.3|8%2H_I;{0'0?xQS:9=*1/bqPk(*'0"èE[\OY]Bn4羼~ɸߏ!,Z&O'su"PR& zxH.%8y`E6(>ȉB]z$!mJ.5"G>_dyg/1[Ϥ_7.Fv q6 1?bVX7L\R8Ƌe^~/ݪd^і\N2ܿhN_yB?yKrqE5U {)V$`ax)E\;gj;/(m{[ǜl1 ݽ\1πkWqoJ06uCz;TU2fgOu|f(I F~ 䥛_N?KS~O8)w* kihM5tT~,t<)QD >撗#zVXYz;:cL{Z88>Py7ѱd)%p29 {{`@{LjGG5nbHZCsK%~YWFŎUeA :\BȭwaaQB.J(Cms;!jC&Z&@`:AsJE-h@fYE}1RMѱ7OUV~*3-gFAWˀb%e͍3Yt'S;qhxϜrk';+ն~Jm*#Ѥ&Էbw=T z`+ `%C$ih z^H/sOV9kOUl'b4oI)# Ym,dKdILUs{KD̯Mv G/Ib,5H? *LNm_[-j@(G5p=f&cʶӞC)<¯DztK.BAD̒szLpT?,SŽT h,ѕ ZtgbO`s~)գ Nq5*zy~!̤'"=-edFV4JL-9䷶- X6"nf#Dpuc5y/ԙ6&v 6?ÕS97P|1.m綈][Z  K1wR𾣸_ !f氩q <7_i"]f -5> rv!k$eN&3Jc28ںPfЗm%fΧ#lu9 XJlȿXwፓ|4f3Jn4SP5 M8VEt-hCP{x2PRŹS5uӁj8@7ƔLe ʥQ[v) Cxh YJf#*?昏V<|MiLo*;`-!}eSf2# T%ޤM鰌:%cf?}/i 1宽=zEvlN@&0)fYLY;ҸJeX>PqeqGwˇ#l 08? % B/YrZ ^;!AY Ϣyp0QqRx\O8#Wgbr\έud886B7v|@Ͽ{UڷkJO鋅mS?66MaW^ KO0郏yA"%V ?גsҵ8u֤zf|뮌%nC|ZI ӕ,FgH⏟h\v#ȆPh$;Z^Ы?, ǥWݸp_/[rl)φƈ5iLnb|Jm u`hzWJF0Њ?9}OZЮDnN)$~yjwpp2Q㎙8S~6 Wl"慥̪sj⁔}5qoh6=OGa=3,QGFDe'Fd#տmqka#iuwlص샀w-]:wiYkg1&] 3ʞ.όE?\%gR=t:l iݯdu,,RvK Ah* 8T1{ e}=*I^+(i6:TllXƦ y(Ӣ W]@뿕g:??] 5%ȚMD@ 67%mtEdŕْ\{Ͱ{r8Ĩfx {Zf1xyܹUc,d)Ħp RAK˿[c=8yS|ܪbo^\\+ l>y?">kb&J x~9B,~YoDwdFGcX##;KNnLVzɾط+^PC˹?~\4FK,.YиW3ׂr gVn~<H>4p:&m_jvu`1-x?Wƚu>Zp-u;:K}y ~y`w>. q ) K)󰦃yr"O$[Ԣ\Fr6d8K×Cpi{kQܖ.,&79.&:niZbDA\FT|Y*ɝ`-Yr̐5qjS Acd c\ۿ P〷ɟ~IQ Yh.6ASXRa"9. HA7TɄ[DEXVrb9[3RO(W;pV{/72=mXBc"k3ڥìA6yd:6wyt#~qgz+8>ceYVM.ǹO7>\@zby@@r& nMؾ2J*iMݓgS K+vU}r@#jx8p10e-40攇+^5RO 05<Iw@Fp(:U@jJfZ"|K{ 7Շ<@9p6y0͸bږn"a#PꯚOyW.+u"]f€u_}76X_aaRkuEvSaԳ@̘]Nħ05PPW8.E6J%~l H; !sIKIyhp+!$iËJfQelH^ m'=8 gaδ/5*m? a|o oUdن2AlKx}imiV""**?ɘq 3wް{ 0pB@(x}KQ'< ȚMEa;U2x;6Ё#s7zolAp N(׮~shr4^%<_)hG@eq#ԆS/{GIvԫx?NjPgZ]zӌ"cg*vU`-ߝ_bqq`O,P )J{9 :&!@yCZO)C &A[gԭlI˃>^2— 6 “{P2ԑBq䆪j4sTQ6c>y֛hNgx۰|)V:?Dd0)T(6 #UޠW&|G꿥ڪ? Ox"͖=)-w3gL0HĠ6mPe{,>_8USw-V';]>Dؚ>=h1S/T I&ktOX> ߮G[`9`W7}-#M,,Q5 $*RKS܄l1%U9-W619Y.Sw#=V}rK?vݤ=]I 2EJ| 1cw,KIx,o2XiH2 WA+'v 2kF*$9lb4#Jo|3 Uy`Czz[یֈaa ?}w%LR5]kgN{񏧹OHT ~7qdKK'="e֯ mJ0OcZ$vեUl4 h +.^t.RJ;e4:[=\}ɡRfc#¯͔ʁxm7vEV _b[BDUGn EoWZBO^ikڔU"]&[H`?Q]weP-<q8 t,Ijkڇ *gƢ$O{?F>QD(JؤL 3"/Ytn$O22Nf aJ`4R->Yl]V-d4}bbVG^Myk\.okZ=ҽ0CNcoj#CǤw2V)q9ڙxp~`>+GTl,$"ЎvovadʴDs9;qwV\L:o]枒U.[%>CFhǰ'MT̀foQűf_]eSA ىGN0{C!_V b֠[ RK^Ǹ'qz>r{˖%\7׻8*[tZ7[?#4Li~sʼnB#T=t+X]Ј|[7Τh=eXF늵C/-,+û{\f_+ՖEO۬$p w"3em{~nOe`YPG̅%m>B]>/o(Yu`c/C0T0lvMW3>6?MM˵s/nG%ִx<1o}-کw~X ˿K.dBh#OTWWϜ}2J:]e%*;Gn(xljfG1:;f Q3߷]09/rjT:4_ 2rEfYNb?}@Egǫ]ť5Y{6B ﻁgIտڒ*LV*mȈ;:A䡷(bzafzQFCXӌ8(u'Ts+g4y6I8Wi}/>(,mzR3oֆKBTZ ~Z#, %{lXba]I谉^b]ʋ.A6\3W}%dɢ H>z/K'| >|"g.VcIRUTwc_8)P mLsM9D&A3sYu6 98w"э>U||JOQg'gj?oEҮ+Ru6&LKdؾF%ci:Rug~ ڈQ@(\ۅ*`"W=\uy;5I (Uٙst+ng)om U,+t6#@K3yyr ኻ>=ґzBY=|ͽ2nM!C 3Z#|e >~gG%Ĭ]6G\1 TJ'ϛ0 , w|ރ9w\]0ף7@r"?p]0lU1eeKfZl;ZìqC]t8"Cq#_j(4)G:f&H!=^~L$oaO\ >v:bO>"elƫ"}q,f! g^(o|~X%e ) S Ÿ ,5&(vX*3`putuYYI^3G=@pxqV!y=?zKesW%ܵr*\{eVsFQaJe_%6ƥi^b꽘29}Y<&QI۝;XB:m"VMZO8Fxj!_9t"6؝V> AG[S?LkTƘxe"3ÛrB`_3EF1$_!"tΞItO6,_/3V'}9Ix>SB?'?RZmY(&XШd~LZ,b3ʹ|W?+F ŕ17-ٌީ_׳t*v@FG1؂7 b+8#;]_.R9*G$Y-!*Fٜ$0uz2N/PNӟxAh"[N}""gz/^u3"DO7j@`vVu*FTjDZ 88tGފ+¢vD>wFMI<8yn9,^ĮQ),~$%up G2٠*y J9+ ^v !z[c"~[g 6¥ #$ar rt/cٕUK~v`/([G.w<F?MfːK6j/=<8 4cF Zz̶.n\I`]Hl؟\U|+ ZR|"u*{{4U!y0B3Ih{RQ T]3fZHxc^)G7|oT8t❗nw9]D;RS ZP@AZ fZ/-'Rk]n\#\ٰagjw͎ QZ:}HD R|[Jנ?otR5e,vN ɸ"!ȇ*OP#Ç-91> nF/Wxvn(f0ΊO4R6FI"$eqncTxpܜ$;b"[oT^L`Bsy(`Eb}~?7Z3GXYC WxZ/fDFؗz1s`l VPw8HH@K3mnk%j/KP7lH3!e}h+y5i&?;B8XT DC(!%_)n! aYV^ȴUk$K/ 㛺K!Ѐ5gZ.)<(MQR*ZHo@(=uYsVbTgވk}V aaWDg{d{( jgFQ&"iphY39%7Pw̌ ȻaY~",{.L[wpﺅ2$y~ 6`@}+81@&)XB1OpYƯ'kk*_cOxGK*dEEt$L?_42>}'ËWsH#ТH6:Mw; ]5dqKX≞r]X)EZh"K wkR[LK39Hjx!?`}ȸkleGE&y ӆOJ,)B-E릸jmr+lgHvw`=3I:1/Ldo[I2흙I&ذ堝 T(AVT_I;(. ;ȺǤIn ˦E\2e\wEkeBQ^q-F[p3}+"JMq۷(PSYY_=T0%WơAwӁԫ3a|9PqyOR%LIr/cIhF Pg$us &Q'9/K Ir9䊞sDL7vڻ0)0IqCY.äչOhÈP:Hk@eZֱ$:GB<^<hoM`MMѨKotZa-Gx#qۧnTR$;\m1<հH՛ʨ}y&bEGE m \AT\c)|W]=1q/?_awDn_u!#C̴L'E!'|Z]pץYsꡏ4YOT݃rZms,p|pMa|.%U-R*V`<7/𔬩>9dzDy|NC n M)@lAe^{qH'3\ V$AkuEtz0 OG݁ռNǍ|b "Bo:v.wkN^( %(BkWc^WBf=OWE閚!jl$p<7×3~X@MGG:֣ARLw* 7"Ǔ_=OYơ*VFY:,>{˲5lxӝC3F<~j7Qi+uwUXz3͖N~'-+nNKWMoovbrk*3[#y<]~ݡ;ߔP<{w^i1:߳o)^&YmpEϺ,!j:eB<bW>uNb,P}:Ve~XA(OnRQ2IB8ULӿwG=/x E>`nȐM*{2 ظY>6PL(b눐hiJԊM tQ-t7rO sms:X ˘(\E3j(9`=BzA4/-0AjfhǺ:郁*kZm54~6YM4~]Zjɢ.擹Aw8"Q)o %CI|ۏT7Yj4ƕذaRE}τEL`R>~؀v"`!@;UuN^Z\:j6]G`6JyELx6" GBpUv˧rtVM1x ,- Zj@3^H\0=? b)MKi'UJmFNH>V%6Qw#W 갴iZSYzBNCx;|{^5/^:6φ4Y,,alJLģp?>KMnМfKP`BjrnqTUWAc4bQ{˩u E& 5ƿP)6X(z384*ļ8Z(潢3)ZWuCarwAsdj#HDO$+w9qn5@QVcDZ>txOQ}QCHPiwB6[TrFÈJG Yt/xyJ{†}:I{gr/~T4t9Y l#͝TګۄM;(Š`ݙ8yɫ؏w rodL5`v65 fA as oNkp/z=3U%=5\ B-N?ҁJO=S^mXĈ`RB;s&G dC"ueRwBNt@b[bVA1Lrk(4ҰX$'"b/?h]\9oc {zC8+j~zemQ u8# GB7=/Xwa?öx\rQ 86-.xݬv,Ia^wgmΈ^Yljϐa툧ٗ!=#4sMC$Yg<GSK.Oy;erD vQI#םa.RKDEuޛ\}c#2Ѓ`ʝ֍3[] TBqj/(චzXk |%[KE#ܪ~]gnd"'iR@wC v=Z7c^ ]{ѡ.{aa_穦p)@9$]j. 3] /gS-n$P?zdDAqxT}-0~'YɭrגE%B6ݤ9Y0V! [Sq $6+`ze' ;\%y;a vXf0Hq6@IaWy-%ȺQ^yhݩh)-mT !;h}G&Ӌ4<٢;+|k 8hcr\fQ R$f/fZeA -Z S/JP), <U9`Chp}Φ"oG.01 pFz"GH*Q5uN&Uh̆.bT)]|l'C(:#1I1 86DɊʨNr>fC:#}^mJO}[pwasyt]6y(k9]dgf7jRvZJg4F-2Y鯂xjOAXk a&& `@R>DLƉ|OxV7ۆ:hA|PVPH 5z,nЄu)HF0ƅ% S59:Ä{:vq1Bl - yeS.}L+ny,tgSjݥԫEtSDГ=y38OfA)s ^z" c)DkaӯĊF)(P=;T;ΒDWX*MYgqYrDgxEbzqfrSkHs]I8U/r&\ T?=ml;kg'ByL}M=ŷw LuT(GVgCOӭ[ߗ1.ZwsНڷߓ.IxEFtL&~Brz|',r/^XFtbJO+J YXRQ>w^ JWw0ddFdžɜbr2c3S&R ?|<`KJWG)6,7Y'v忮̮6 uP%UUk] kx- MZNru)()2 "q\J/X*mWRc߮ktL(񻉹8VS L5(YvVV'1gJ!X}5|6mixKBq_Y6C6@)q7Lg~º JnjFPEǫ㴔ޞ`kj2y%Nzf+ +ƎB>|q|'Ҏ`9ޱ xi#1\w\ /Җ?4 vu䥊u]yO`蒇d*Zi .cئX$Z;GKzd?nĖ$kCFC5ے 7Y|̨O{Oc( aɼUe0?,[kO{ B.;["e RsW濙rᅳf֮ժq 8}.[C/8LtrI8\a )'e&*Gfv64f0~$Dw@vW:-*6\"<= ? JՓr^rbahI]ϾmK*Nfy7[=!Y0X\N|a6Y L RJ$}p?U_nǵ<,÷/cZIECQh5M2c? )޺ ek[toj2{YcC`|MQODb"c򒽮Y`rtV'])Q\fNd2W?O\}H^avS`zvT|mԥ&I9EYV|$>*˧Kwj⋆Rj#tFOP!r6"tn m@9(0}&d(3 gP_GǨ4Yڅ dhBnVFPJՉ}gY\աhX9&()Q*=q9oн3gx%0xb~hYXlՌ$(Ebu0=o3 wL4(-If%AwgyDEbrԕ^q>ྷjM94 ud`e/G xh!_ơV($jU'd2RvOW赽[\N[BN%ROpj8`(<>9J? $|R9~/bksNDXs`u u7G7.#8 P'ٱ7ɇl(u.1AipKeܦHGDЭM9f .[U+)۾/)G9$c)c}:W!^ JtBTH7ه,9gX2IdSSKpcq̙Am> śrc`ϗ]s"ebQT<'ջ}8uK*^J]ft|/x95+/3n"7NZb]qeE"D_w0s!hQhh!{fRa1tkkZ >,cRA 2ł> pw}?>EOB?Kɯ{Y:~oE<-מS<$xz"X??9ul+m<4t `x8]E~aQ5\C"2iQsQ= )R6Q*e-7Am7.'Vqz;{<)0I̓:o+ 2vmnʻSPg~|:pp9>@gx)ǟ"3_LʙBsn |X\ڨb\D{׀Rký|lF<cS}E( 눓8e/*ƿ *MPUgW s ͟/uC$=h9I=d%xEUPAV;e;)OdvBO{ y @Uqyk__HnxZgQ/C#Jk+׎,`q"F<=SHi3 ( %݀4d݌Cݐwߍ(ԐlӨ3lSy2^nFm~3RE\ɷi %n;qkm4MKVQx]fLRO1<pJ<Y!fUeD '|ڵERVVĶG jT8* 2CNt>Dk&ҳ)2_dl`'5,cZ\f*"cVyg[I$Ogd:T M\(C661aV]l}A[%Y+$W=IR(/;|W(/ݟWZ5l Mh뻑1O=) ɍD" VLl/y 6xY?D]$(gV兘}<gȡh!-ERg>Eqn/KzI~|H5iM>b[&ulވ2d(ƚl4jx׈ tĆ]/)Л.l&Si=r*ȑ$7H1nuri8RQtJ\KHm@Ny]RFِo:$:}AG@u}Q7q§74 Z@TyCqc5:ŷA`W+P0wfeYk7Z=cYPmIڏ*؊ۋCl1Oun5aS4b16..W!_Wi ^|W^1/>kA1 7b@{|WfYXs7|~U*.' He[/! 8b8]&بRlP8lz'g:䉩,LAuΉչN߱uqЗ4>*q\PxȔKK䬻4Qn㌯X[q[f%>xwכ# +#ή8ZԼ2py7Vؚu'ϡ^<ھVezP'8uʮ!`_XNK3m!',͛ BY 7Q)=W;Hs=r-n{#ަ##8oOt_Mjʐvw<׉<'36'gc`pZ)@eQ!I_a^3jc>C N*5ĬzȘ$yv6Fٴ €;^*Ung׊bӓ/`JD&` t3;r{|ᮺ`bB\l.7fP[V,q s@ȜSV*жAͿ4/MDvl+MYw*w/E,@t41~&rT{((9ύFvKVLF"ř3}QbzoglazTh}̌E_%{O.0`*i\*4[rHhTRC /GyԲRUȗ!@a7@Q cF2*a/#{d8~}nV.Clv*;|V&MЯ $4suicaI}qY2Y@.;Ѱ8Hz7ne"w (J8gF"'sT  i%R`bÚHX#HGG`ƶ 9YiPTō%sGBa{nyېZk@e[K }"R B+("Y-څJ%~ Rm&vIVgԁKXA wl X2%P9 :Ǘb)0>FA(x1x^gаDR5 _ Wuu:yx9_& s7Z|^n^Eph @ #ܟ[z$HM{6IiyLƩ䥐ΰkq$?MUq%BʼnI23Sr+Kz. Ej,X7mb4#ĶnzX4U`sdCJ-#B7jt#j1\}W-M6(ˇ^!ۥSeY2XPuy.id>${[op\kyќT1!BAhSa+z:{Mv6pH[hYηXsXNK0( &12i:0%q2`,-] b~pZl\pRj!63xC;-яrC7j!'N hJ[[ h=(n]IRS=~|j7(s#Rw}ݾb"ķފB K]2:l߇x#hUȦ匜wȨS *ki{kL+oϺiז#[ީT8mg/_t┡Vt x98ZV㤿_3%+sIR_ &yɈ9Weyy*r5N*A}jH 9 y$w:[o-f\~O5RmU~G/%-3h$4Ǜ'O})Y/Lhd%TI]+HLq J_@/RH޼iG6 YڸAN5?dRsSA`c8 WDDPKmLW fhpEK1Ğwz9%nӒzrR)os"`|>ll]$`؉F!GY6x~bl@y᫏UwҐr(t?Wv.T p&ԁA=ϸ\._i`AEODV^N_q 3ʺVDomTVs:j@@\o^l"?wl?M75Յ)b+PX#)/` l{UViBp=>FjCVOr2E2磘Hwp )'aͺ[|q:L]Xs킼IvW΀i3dx/.rv[-3"k;n>oqsw9C33mHM }tY׸Ts[hi N)Ρ4 ! ֧Eƫ]q#˺y0oAV+JP6].~x9]G1Jn.$B.TY_bv|l>TņCx4)L=2{7G]q=Auo6A=P^`f$tJa<(mUSͤUZN\Z\|Hҧy>3})i{*{Ԟ rKݤrSXGS{{;T7:Y*R Z!`#Vmo-qh Hl!$ ʼn7wXq*KfO+] T\eBiJu35w1K N2S[\Jhf6ܵ@kyc)A;R#Gܐu|dTm(/ 3 9ь{eIióa9Y+P+Wc~!m(1}e`.S: Bՠc:R#^+;N,Ó\ip92: ȡY:;iX:!%gYX)ާ@. ڬ ӲrHJ<#׌`,ng: I4L\OyvsIbc'dzC*cqRЪeZSza\}d,9ZYP+93>$&,F:oݏ`ncA|'د3:C@P鑷yLq6z+u]RytVU{&m2쉌9H>>¦f~F  p"fUZ(M]eP'JVwv,nb[ ̩˯<#VVmA1ɶ פ~ R$Q|L#}QwZlڋrvVSTA'9} ;c%suA҂Z#±3lwg/jL`!lނSjQ`;ݢ勵FoW0{cO飩KK^ >o8P}`j⺅ (80mu-MȲ ֞D_DE`+fq  fBdɭ䋓H)%慕{vW6Ɯ4sKfN@r"1q@mw[bY0 )C].L/&E,:)Qp#`}rmsT(ЍRAm3*(AE(3R^c6eP5!^ W6]K^L= Ê !4$_\h=!H-F̖/)4UB 5coŚDm 5.[o[@P_]+(9BHe p2vS:+*qBH)XOg_#mtqnvEc`<,&"D>D[T!Y\^\rHR2 /sdV3LK)}]U9 /`@϶VU}IL ‰i=[K.'z[ElrL2Aoe M=cCŷQu*b7NբtJ5tV~y<8 9B6ٛ.TO\c1alIڡ7SMM;P>uQ3(("ڕFǎ!ͥ0."%HEPEs=( "|xV{#բc39~ mutY Gl7abnvS9mX8'~ XF$~m`7ُ< 'CוFs|f)@u)0}saҠ;N2 uTPaGrnL?uxUEBO* x,RËv E#TȢb!/ S7ξ*6n!V3F_cpN$k{Agt /0$^+]ay Ď7-#<W:ӌְhJ.,si֭r"φl23{xϰ$މ!@vي0GkOe3.o3g9lAȧ][%spk%Te5Q-$≫OQ>Vra ^1,KONb^-SƏfW+}(Oh ! Ӗ,y:j!RQaG$fZ]ݬOKfִ?þ:b:\ !C_׬''cslqӆ%. T:zj,a_ST9eXMtr]P2>lĵ衆b{49jee 疴y{>jvE6#h3iC>*З͜4T6NpCVJ$Qm u,Ҷ-tflgyQ*uo4j$& b)Cv2LT?'֍S D;tg&)sK`S˘4a}'Bَ)Q%k.Wo HOyr%kmx"Vht(JFJ_''5 @r؜ yPw5o*mXp6Rx̎)4k@.ZU_ ׳U?F)'I`BdhE3Q)&0E)N{ v" xŖBʻIQzpDe.2>PaDقԁ~bh@#nP}ɂQ{V7ٺU̥2b-w o:N#g5+.̙9 'd狔5iRҩE%w;T:!Ug c޻V8AU*UEb#(X,ĭ U'oiʨ]Ҝ hfQ׭:k"HT~ 0<`)jD *pE-(4A_]S(ni. W}Fy6)I* /ޱq7PLcb=z_Z KxFР[blUYm.J"ԇl6&%^|ޙOľ ɀcǀ~ҎƖzZkG֘U*YxdD$HH[U3]%pB rˆv_exB8kmQcm{wX"\(чWDC-4 oHN I"J[!Yya#Xk$s >Ѝ JDzjKˌСE7t0LLn]5}<ҡXOI10>ͱ;;2y[rMnDex!:75~Xu zkM 6%zZ ^]J# 0JeIGmW"t;`K-xEM DOFfJXvⰟGƕ$2^9=׿vB#fD omh/u^Aup; nϻɴB?#bogF6"sAJ,M8:~eD*n,Q-mw[͋v0,G ŗ" tfUzK{̏9Ru Y9c"-Z)?>>24K Rxyk C(4r{)=w%ͲMt3nՒgTmgZ0^ (F[-Y7QOv+TN'C5{J55Qg (me Z5C B+ jD=oF Z4$|Gä\V:USD -4l |: ͬk N\s4.U%υsՂm%,RpmFiFI0 >a]>vD/2Blq-Cˀ/?j%*="f}%l%qvY9ڗ>N`^#m[>XOEkbc *,-XNΚ ^S" BN:%?iT4__{@!6Mu=0rn[>/5 3mwehU\*Q. hB:As֛3['M NcbE}\Py( lDyHvD8#AnNCԭڹ@!LUNh63J4eՕr@Jx,"kanj܉ q8UM(9WIwPv$#wsz(Lԥ̶Z+zE8ppjdĖoy7fX L@pH!KR4mq*Z|I*٣@ oIK^Y%y*9]fUEUWTaXxMyj,*g6u׺YC{+ZYA<Ν6 ֘ !;z yȦ ~\aVD,I׉O9TYGFڀ#9_0Tid*O9^Ei,UXmܤoȁtcPQ" mZj= IvqfH϶G+g(1-+vL>ҠP'`}4Ў n깯#fQse ,~ \Ύ]=0,Y5ddL0Zt$%p ,-ZW4~0A+;Q} J}}ˮa( BGKʞTm6}u$d 6e~uʰՙ~dfÊIeQj.]>po6*\sGSP9`أ^ƿ8.?̵[S`buPg MZ~U"<"GE\d ˋ͔7a)&Q˃UMQ? 'y4vۖwl2$9"Dz>7|L,;\p-K(/\ퟢy+ Foߴœjy©?~腠;NEOӇ83BtGAipWrG.מ&3ey<14 Я\,4ct/3O{i3%(c ^3=t{c:ou{, wkX1협p^v` WpG,N$ !6Ǿ~ |yx9WHv XjN9F&[,@fn>v*DjK!ދO] R_ TxQiȏ~En),=lq'ɀ%1+-sՎj,ҽƅ54l97"PVAfs jL|'zACbMρ96/ZԀHZv9ggtcS%0lkjxw?k]NE|o}/cXԯ,v*`U:ٗjeSEV~ kR=[.~m^3#Λ~y4-JY??rBjs$/IhF@KP\RU [E"[a{TjD"Yup Bl,uj帞0ߤN KK:Q 5M9#d5~_}GG/aN =UBowEso PbcZݩftһdZ&$HQۋdpC&bVmN2Os}c}{٥t /WdxLlB7+5RrA}3$^Z 7G_sp<$ 6Jbd,GQ Ĉ1lw43) ѐV~H7t( n+8zW͗F.' <~B?7o믖͎ŋ9(|J24^#f%y)YiSzh7ǂ'f/sϻͳ.omTAz ^n`0rۙDyȎG ‰dI=g((6n--럵˿Ylq+;x/Ƀ>~b|!xS }2N˅[w貮φP#5js783*i&Ӵ$!16[XT"lW@|lm5nG}%< W#0( rQg( )&bx'q(W#