dhcp-relay-4.3.6.P1-lp152.8.6.1<>,`/=„K_t9k:Hɀ$g#7E}.Ľp.ukv/8o;'RgeW|1nkP1}V|2PX@-!d"&HQ)D4{E6C+ BkC))gRHlÖ=Iuiy{JI_?K.8àtB&=V sk6 6^/4Tʅf\֭+rb2?ǧJ^oQ~ 0LAs jL E wu+>Fm?md  " 7PT\`s| Fj @  T  h        <  d    !!4!#/(#h8#p9#:%=h >h?h@h"Fh*Gh@ Hhh Ih XhYh\h ]h ^itbicjdkekfk"lk$uk8 vk`wl xl ymzm8mHmLmRmCdhcp-relay4.3.6.P1lp152.8.6.1ISC DHCP Relay AgentThis is the ISC DHCP relay agent. It can be used as a 'gateway' for DHCP messages across physical network segments. This is necessary because requests can be broadcast, and they will normally not be routed. Authors: -------- Internet Systems Consortium, Inc. `build79`openSUSE Leap 15.2openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxx86_64 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 dhcrelay.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 dhcrelay6.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# FILE=etc/sysconfig/dhcrelay if [ -f $FILE ] ; then sed -i -e "s/^DHCRELAY6_LOWER_INTERFACES_ARGS=/DHCRELAY6_LOWER_INTERFACES=/" $FILE fi FILE=etc/sysconfig/dhcrelay if [ -f $FILE ] ; then sed -i -e "s/^DHCRELAY6_UPPER_INTERFACES_ARGS=/DHCRELAY6_UPPER_INTERFACES=/" $FILE fi # PNAME=dhcrelay 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 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 dhcrelay.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 dhcrelay6.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 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 dhcrelay.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 dhcrelay.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 dhcrelay6.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 dhcrelay6.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dhcrelay.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 dhcrelay.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dhcrelay6.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 dhcrelay6.service ) || : fi fi{b(A큤``````````22cd0d0e1f07bbf7bf6bb471fa28887e1a97897b891a4d23e81c76c9b33a001e3465bdc35ba2e356db86dee955e374a62d1fb5cac03501e53bc117a3370c203a9bf744dee5dff0503acfac0ce0a5d116e1e2cbda871c6d2a92018754a84967d70d7382d5e443a7f2be042973993087a04bd554c879fcd52dac10a11715d5eb1068ec7c91be7a908ba8651b3223235edbcd5c4c996be4908e0e1f1ed9b9639c3c7fc27a2b50f3279875ae91ac70a8423333131d93ba4a6f44255218c7be67b9d5dhcrelayserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.6.P1-lp152.8.6.1.src.rpmdhcp-relaydhcp-relay(x86-64)  @  @@@@@@@    /bin/cat/bin/cp/bin/mkdir/bin/sh/bin/sh/bin/sh/bin/sh/bin/shcoreutilsdhcpdiffutilsfillupgreplibc.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)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.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/shbuild79 1622650353 4.3.6.P1-lp152.8.6.14.3.6.P1-lp152.8.6.1dhcpdhcrelaydhcrelay.servicedhcrelay6.servicedhcrelaydhcrelay6rcdhcrelayrcdhcrelay6sysconfig.dhcrelaydhcrelay.8.gz/usr/lib//usr/lib/dhcp//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//usr/share/man/man8/-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_Updatedrpmxz5x86_64-suse-linuxdirectoryPOSIX shell script, ASCII text executableASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f54320a094b382c468ff720f94656e268bf03a10, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRR &7H Tz}]utf-83b7de2874407aa9c444102d9e62e9ad5dfa823c90eb5b8ad62d85aec2fe19bfb?7zXZ !t/q:^]"k%~b\w~lj r$G^7qrԵ3_~n#вmK&~U@-b ,5|RYV&VL. G(i dٝ96 ` kW{ -p3A, 4A]ZՙRsDοВ[!tF Qw"/ ÌVQ>׮w mBe/=J:7-6gN."lj'"B#M[Ф/ﭐQX}0f3nԣθRiVS1 IE|CY(SU:%˓ʆq$6zp(D rB({վ*$k7 N6cӦԠEsfCi։xB ۇ߀wHXnzW'.,SQ!q<Cۏ:u z ]tT(rhݏZzOb&dҊ72ٿ5PU2fG#:KPb6G*vn3=%MCQ{}LnY:5 Lac^" d=DAbݥVI&T Ol/q=D=Ҟf"@%x )Wy*A!=f+c%;niYk_p4O"A$<|uو )-:0yTٯOjE. }j'2y/y@4`v,=.!C()\Q \Nf ocnpѾNn w62}N'd;V=?~J`mqKNv_Vy7y$SHoYLҷLG)%hod >OŦj]A\<2FFY_53M;gpiF;TN[jeH70%ۨٴy(z{ ںa.p;)rQ 0DZo@ ¡ ΂aѶζId*cXM+ HT db ĩ$P3Qvp+E2 x!Q5؃Va]EtcV0dz1}tKxTR1,yG*mkiVj?30H|[^$'UU-G]dvNԖ 9ܮ ZygYKT0SޒLa|8$aLG*A*˿[3Cȅ'?pgýX*עj1&CuB0 B BT/'tSDwаCnPՂ+IE7+́mR "l,`t /.L2?og0W׽uc2 &N I\Z&ױgpQb*v9$ꀻC?=dI6~zs2J&>(Y6ZǨX⊬l(F`U1]p`Ny@ -WJ3?0ڂ+܃ ٤S_ wDpE[PD JZ&9ߥ58Rk*i 0{V#*$񄉩 6Jѯ˝vx$偄$}0\,| ^w[qݽs/~`B u.f=KÀ`K9Mw A_v'㒑eM>;[|L3mP E 8[ 6)s>)5cܓZKx!Ӱz*7Q]g4Y3:״01zq&Og?> ۖ("LÓ )%YT;WTI Tg%lCXSCᵊ'f=5fi кݖK!VbtLCOox9q&k]6 Dg .P9K7.c X*?%FI'*h5'q/9b|ߺtm/QE m7jit!`l#zK#ࠓ 2M7 8si.nne>Ơds.}5˂j X6!4׎5jԹc[5ܽE47,d~$+H3hiX3+т%M6dYkbc8Nm FOL)]`MEAS/ Oc#oweN%$v"U^:@M7~oC-mz FK53B agv`mrĕ' (VJJoczWŕ)Vv%PF(|\|1[Q-2Xpgvd{!xꌚ8HŲ% F2B̄qdfܽ~ZE>nWQ]f??"\zag.wN WG9U-f3{)Es5< "T9J㳂F嵛$Lqu'u'C&\D#KňRr>DRx-V;l FYꍚqoX@,m3 26=_>lȅ~l-4*fWZӻ]jGoμQf]CfNA f_8Nxv]+k0at cI֑KlOsCp ^B6Ae jv5D4B0| [PLz@^cfRpd܉@mUpJAy$tюk|ơXoY <3xIA;(OeyKR\ÈHGbInxyTE3hU&Aûڪ.FiE;F9 '=$ַNMؗ~ț*$Yvx@N(ֲTBaQN yVDUX.[%R Ly+It*$tQ9ǔu&-MӛgbKD[,C }QTrJY>H#Q% $WM6f&ոS KFM(HyFeP Ŀc:9Qy@@6վr]*}V( TaEP~&/)osM,yo&(6wr2t`6.2&<@)'-]>)l6LS%,CvՏYV1 aQw "D}HRG҄>=8&b!J:rq:XAcB$Hđ ]腢Okjj{YD_z5ċwo\eCG.&&ȥ }S~|[j sYB80VQ#|E2Nz4vEr9fqox/FU'] WHsE̬^؜hh`CqY[*[0j8L_e9H b(y'OMnsJߧD0ȵƊr|b~w2iF>#!ȧL"?PXa_<^f~,'&L?kG>wŠB d䆚u.uNGFM՟0KO3'd$s\`{1@߆&}#gؗC)vs 7g=)X"dnVOL4γ@6;xKOz#oet[ fN[uĦbiźP*d~{L%f m}c`꯷ˇRޡ꧟ucBvQCYQ%&Rd "m9gj8Ǘ$hkc'w p(Pc-*7%gУqA44Җe N?4^q?xld ! ?i=Lp&A d_[<}go~oBY6ߋ({/5;V|Ίҷ%sdPSM3W܇@]BWSS\uq^QnTd< ?D>a.}+3Kj&O_ 梀?h/d% !8]+kY=C =rkƶ{pz1=w*Ư T.EOOM^UCfr ;*F Lg=?ydV W|5'68 \307x 8M ~gK!F()Rq0=d5p3J.9*RQU T,ա :{gUɵؾ AQʀ1 *-4B3m{ݕs vSϨ%~şQO :-.&[<ٓFeqs u$|}5>mKFd6K2"` ) v5No]}»V|k͍)yl]?HV9kخ]K $c~Cn5hcVi0ѡW0I{l*pEl%D{wr`+nJt#$W ټ{kӊ6 e&9 kwR4_rvqiWC8Fo`?UߜU.,w.n _4b5(_Laf9cVĩG+DʩGCof_RGԶ`?mou73#+t%GK΄Y&K`j}C=!}4ksZّq7~+lWuYTEpm"Ѧz`x =V}om{Pѿ'Żf6VSTG۷q`^+$RWڮp_~SGzJUD+oix^CѾfPY?gpY/I#D<J1{-?)Ew6e .D'j1ZF ?IarX뚙X wP~R5R%'ޮ6;[q]cj mW~uSoa _CR5 1(|1oGLw#|BJ!2d8#VTf'Z"{Gjsl]n6R.gq51z,2U s؃@PוbdD#v0alouGsC 'R!a@0l<0lH6ҍ Ug2MஃŌ`$ 6uyo R`N/ DE¤օ_UCZt\v PtAdF3eYP{6(9e`P!)}?fmڒEC:*7ZL0\㓌?-۲mπ`ﱁ0lP(DjTi  F #⇃C1T[C#t eGް G{ cK HR@80í}OIJa$gwh fF hN f$ g0K/Yдv5MBbjwhzWg +z2f9 2] 7ۇkTJbЃf5IEwS7!Ns_r.Y`Z|^11w0[mB[IAalCI (ν!8NTj,1f3Fn"rv]a$t \Ϡz "*PZoǜS[QdY}Dn+B`A/w%ѶԷVrij)'tsSVUkTB/D붱 m:1$2/(ܨZ33//XZ-(j4csEϛg'3# j{Ձ$#ZsBdDAtAaЇ6 >ZnNmDj,Xw=[bcS)4l 0DSG6q pϘzq5wSOs VY2tb7j/ O,C4p":Jr!M&RX}n(ƐLYor`?&% f6t# ?9 Tl%"ƤY<gP͛Z߁G%VoRzKŹj}TҧnA>" ls0nU*I>>h1/an$`-?WTdXVL_(k>&?])B#o3O;K*xI$KT7")W͛6 N>|zO۳k"Jb9˖ߒ\R+L(]&&䠇׬!F m:G\^c*UpZ*ڪ\)8с7}1n9>H[# Qhpv ƕ3*%?Ϥ`YO9kow M֖YDHwTDF}ͦ1ZoOЄP'Jl/E;x>r>,?W~T(+]>uEh%3(( jY$d+YTKKo4AyeuqC7]igR:6C CﵠU<8+z{R5+Va+a{Ja9F-W#9 "O.z k(ack3Ag:l2chW[J V:P7hT5!x"ckdǬbq++ߟE\{k/,|p'Pp#c]="m= nOz(bGEЃ}'tRNb@IU#P6 `Q?pkؑЊUφ?Z,3Mhcq"FW.Ln nt3*ZOqIQ<ϮYZϠy^(g})&2UV8c A̖BF|˴_kD $`~HBEly Z/L/X+eb~TyEml"y"1O얚GfjTVmgc%O=8pt#Qߪk81܏wR2fIk)]( :wV 둇RU IƂY4vpYzsUArq5Ը)G3 ÌRcGf6qڀ}` M9_Pk N{U?NpHCZS eÀr6_fa[x⯃7݇JhqRSVdF0=]ھh׺3f&V^zǗ)V[) b%w| ]‹1^EϾײTcҵF^ tXt&'ZIZ)@ ;Ogj@ŨT?699~(J *1_4;d3& @ǢЎo3A׮g"/Ҕg{W!Sx:5$f~ QҢz~D~<,^EՀ9Ӯv:NOE (0b"ov8kMx+ VXFs&p`'Q(ndl1jt ݥ ebJ'r2?MZI +[ks1MyU~tj vTKu$uiԳfɹ#k7߅_F18yt UPڼT`5{HF %.W3F@ţ`qWa"_6FWe[ ]J_mxg}tLdŋǝs `qT?c׶F_Xkی^)`GMoa7o ^1shļ)=Q~×nou5SȘΠ,@1)gͺJ:.T86GXWЅ%D~-N|uXddqUMBWZ>e<7ý4' m9) ^J9_nSZ0ιF}I#0ɔܐ[#Ѡэq]ԑ;[Mvu 4x0 ]}+"()E FDnj98y գqGE#1m~)D%.`bDVʰ˄Ah^PdXac@eŠb(Ew@,zXPٞJmWaPMV ĩnV_T+t? bCJ&=z[,T]O.qG#? شw˵T$Cǎ~c2[_זQ:[ױ.)CYj%lMdlsC,I뛊> ǩmӛ!rxz% |ss>̴EMlL@qQG=635zmGƘzũp pPr;lp ˎ4 EPŜ'GH )-Kfa8+Х"|~v;J/ғ!TtLjnxF$z, !+Apu?͞ ѵ|/ SJ<@k-_FL8dyZc7 Iao5%Xx~2mӎ[ZtqKOdXnc >=x> a`Q4YCQJ|uOUmN]6:Z>[JD Wee$v/*cTR1qMz/rwFDc{ACl#{wl6s@з_8]]%x=M l񱁻ʲ^7\6XbJv -q+]6yBT0DRbs{1(mz'J17:҉צqnnvf oƉGKYiVJXiZCGe|$2Ƿ%gW0AgR7k&\qq«4/ VĈv6P͏c`_%ѓ*afC^Wk.НZ^ [W{"L{6HcV҂w{x 'vT4",r2>~4=Wϡ/`yH9#chD G#܌ gg`>J+?ǥg B?Vc!E!T"?TE7 ob6ʼ3 R Kp ~=I hxaFLyV2U "θ>flA_Wcr^&k@s-)t'g:;b&/ Ue@!0Jmz},2,ddZPhD4_/|cQ=5w?$qh(Мΰ~|=}E/Ƥmd?fhύ3Gq3fd#7 [^y  Avbw5 &WIf0qV6 UܟISEMc5Ǐ]xX+/>Zoz^khO,Ê=(5DĈZ̛9 k)(X+?[jO`cZXIS!?7Έ8PMb"PxzLXJFbhyQdV<]b35[qT56Zh -EjɢbT%GTؖ(|RVM`Kc}ķ nr4_K"j / C,됍 / "w=?ޟg6APS;bF[: L,pnR(OtГ9hl\V,RZ!x*VdqXbQYUL=0#}tR55Q+:o];4&\'bn_7r% -QF3R2-ޯAR,%tQY5ޯ@HWTEȣ s䞠͞ =B/i֘͸Bͭ1e(MG:[C *hJ\ n}M=|V.T]1!HR/w&^C2jB%ƺPQPqG$,{1XK/(A᳇/%tE+pCDp-R QMTADj|IZ6ژYH3YC^|:VW9>OXaơ/ -k&8E(٪!0xv 99R_B p@sFjČߢݓ,xu+y}saOkbW4{C15IJz'd ˋN*)OBFFn"4~]a˫]E3unQ:!F_bÎBGI1Qo5Ԝ27o_mLmNKiԕ,a?W%9EL)ȝV!|鶳_ԸGWx9,-#pSsݺk/71ar}+>_E$f9wflU( .x'S!6iw%Zs7j[FtuإFBR>T% ItÆ&3}#᲎_1k TDq* ؘ5a$Sr L|j[jr #[*\`J RFќD =/ wCP(eqqآ`_xP/"ۖf𽖆?XVQ57x{duAI>j,}}PP1 GPΪ҇`> algCDfiG03aE^>ClMj0:!9OhC㰒wdm52(2OXLoF!E+4,9>2)f8j\d[s/U%y_&\eS c'F)ɕ/k+4p +*aAwQsG$q v[wcfܚJk]+mņ⏍}d漡]muZ 5:W2Cv #ȧaN]>-H`lBVߕβmFNF8= ?@$VNjyQ?O #{)?Afe%AfjݺCI' ^wml!BX$ k}EHI*հfAQq\+ZA9#RGM`䚌Fֹ\x:uf/b(Aq ;?kAq> &e2zW} :a+'S1cVL" Ch?]U 6ӟ,ng70r |8z?)XZ ߜlVDaPdX0b˜TeXҺ\SKH䳸eR~ˆ߅ii7ͤB8h~[ n9]U.zPpeΒLtP\YW YF*E'2cTAa&WRt=RhK=m96 . )j"'-"zef6n9lL$A gokHjf;FF oߍ`$ p&eR^$^ g|e#s#Q. jl2; Y~ ϟ\ %^",P\b_CԤS"o,FTCC =@[HU *Z!2yX<)ȯ!Nx-(rgT^K)x!#w yJIG,%y:X-Qr$Ad+ߟ "bvq&6LQt2gLFJ춬=ba\G8s;61Of+,/k+Hȁ^M'YYy)LJ0ǤNNѻOkO ⮖ƫMUv|::0,6B/d"X cB7cwʧJ0zwDYNO7dvhZsGʧ>M(O0Cmo`ISnsy D ~V9u#w0sMfaTOprZR`bS$e5ex@\kDR>n ݱ G962X'wEų.+ȗO )=Z>iPo?H:}]Fg'J#(M;L׽\+$L1ضl"w8щ'QwW|UZ{}5l@ LE)v#h'ȈQ+=>kA뚣'>7Muڔ@H2MY$gXOμ(D\ g<rt%A0/‹y85X 4\)p9=ݛ/\s>?۝R=AlPeHixOpb +ZV ƾbQn~ `șjۭAFz?~fU"$qDCʯCE5JG؏\fQŸY-S,A7^ſУ֣̐ITaC` UT^RmDY!^vPQpyK2Uj9P\'r\3KAޠA]b.AnxS^Oe[1Q9BsVyR5N\k0VsëxQ3|\e]3JM)A`EM4s^h $.RDSh)'NSnFA!tzœ'%-: X4m1;sq^s3O)ҍrxjUZWLoNp^M%=j" zқO 癤b;;HmYU5K,<GYtL9^4QkS_\Sw'~tѸd[l}O!( lSuLĸpz#ltV ;qnNegeU*m {%k !Kr8;13}!!j+u9oG@ $'a>PRyG|7^D^8A)w5d& 902÷l|X(#㲳E@Y)\&z06qCݠIW'BW|C^?(WmŇpE!YT0QӔ>̖S7(qTM^I40z_CD6血qAjwv Rkm/|9C3386J};;av!r"c{!G3[(X~Vt$&c Aof8PCPIُ=L6j& yvZNY1SLr\(6o'C6l#b5Mig˨amMti5IaYS2n E?o'ֿJY-{>HRJf gPԎ67Ha1{5RZ3]Z(~W = wѭI*A7cn!ؽZ^D÷T~ _XՅJ@ٙhEsNTvhb{, .0?v5qd9?śqȧnSh3Z-лUd?Ž l *h5L~G=Y ~ k\hkp'@aC=MIra`A!_I_>yn ,/T)&t|,7 baJqeQT5/Ztp&!Qw&VK&_M.͡mn Dp׮~#~њ=< mʑu\|,XtYtwZҝW4$;c le^KV70Z;7yS1Z[ 'GtLޫ ܣk yH_+Xy7~U -4!bD~b4V(/ T(xX)f`F(@ZC5-oLR!y0D:#8ӮSZ51B9uh.xܽ!n\S-=.9buT _9,%is!!8,o1yJCJ* j;% %|q VEuR*-$LJҝkfՈaG`-.d f}`gb/nN<'}1ú8)K.vquV^ +ٙ\P{gN}m xޜ2a:(>6pǷ TMpsCva1b%c&aדloi R+т;g⢔М>!r|@kcmhNca/Jhލo2J٭0vЂڰʄpQ}f(X߳YnODd} @cjr^=)jW6-XJ )q^?!*31a}"0G bb߮ԥ$ކ+LIaΒj PWnM'܉,uv^Sd˽uI, Go/}#3w:=|tR* _\vHvWNѿcp Y71,::Ꮭ:Tikz ۻb\ Q(dM$et<`hg@0s|2kkvZYv /D޷n$v pyQ{ooz_ EUI:s6PZ;!4' j ~W_wy0'#@{e nNgA ~ vx[ugmð җ/GGLC.N (i}c;h kˆl_m,]wt?s:y#WА.p ݰC EbfL[NKZ{N +qW_ s%j`ktN+ε#׫Y^Ά%bIEk&Ӆpx\7#r[;( tYgI5hXhWrjʯ0א [p65Ed2!?ohA_F(_싗 %|jd0o8n6AeYv$ /ӥb?L%92k؟Vf~H"C*B搇nAC^gHbөlVZSo*ٚf,թuؘd@q7 ?< XoJ{ ^c YZ