dhcp-relay-4.3.6.P1-lp152.8.6.1<>,`Y/=„=(Ea9Ľl[.=26Ie+ ;72U\MhЇRӷwt-qcDL<SM "!"9Yċ鵲L\=z9SʏkшS"S\ SpC3%[Rʩ.멶~ᗗ ]t§ώxGrau=)l*_ӕ _yez-d8~{%uQ'h,ze0N\uo>TakIAy)b%qm>Fm?md  " 7PT`dw Hl @  T  h        <  d    !!4!#-(#h8#p9#:%=h >h?h@h"Fh*Gh@ Hhh Ih XhYh\h ]h ^itbicjdk/ek4fk7lk9ukL vktwl xm ym( zmPm`mdmjmCdhcp-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. `Ycloud109!openSUSE Leap 15.2openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxi586 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!h(A큤`Q`J`J`J`P`J`Q`Q`J`I22cd0d0e1f07bbf7bf6bb471fa28887e1a97897b891a4d23e81c76c9b33a001e3465bdc35ba2e356db86dee955e374a62d1fb5cac03501e53bc117a3370c203a9bf744dee5dff0503acfac0ce0a5d116e1e2cbda871c6d2a92018754a84967d7dd858f06c9678f88d618cedb0b122dec2aab48352471e587abb51c41b96aaeb668ec7c91be7a908ba8651b3223235edbcd5c4c996be4908e0e1f1ed9b9639c3c7fc27a2b50f3279875ae91ac70a8423333131d93ba4a6f44255218c7be67b9d5dhcrelayserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.6.P1-lp152.8.6.1.src.rpmdhcp-relaydhcp-relay(x86-32)  @  @@@@@@@@@    /bin/cat/bin/cp/bin/mkdir/bin/sh/bin/sh/bin/sh/bin/sh/bin/shcoreutilsdhcpdiffutilsfillupgreplibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)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/shcloud109 1622650457 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/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:16425/openSUSE_Leap_15.2_Update/7be4c8eff40c4b507b91ccb36610e0ce-dhcp.openSUSE_Leap_15.2_Updatedrpmxz5i586-suse-linuxdirectoryPOSIX shell script, ASCII text executableASCII textELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=cfec55fcfa908e22886b7ca2c30e3186661eb18d, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRR d4'E#8utf-82b3b017ffce63f66ff290ea1a1dd9297b22ee75d9beeb4abf03408a705452bef?7zXZ !t/L9]"k%~b\w~lj r$G|4 s΀= KV&㦳{;h"3d׆ #H >Y *8[=}>  }`+stgN!T0Uk`ܒX1I/]SղX>,5YNp FϢg>YN;#ᔎiW;O{amJ>t528hITP_G?y9(%!?i6[6- 9ؾZ%j2>ے_Ҳ i{hsDEq"c+|)r}V{+(j5}}'N&Ӷ a=%pIvKw[pKɮ]@\hgȷ1%;z݁(o=C:~TwS8c5A 2#Rn]uVD'Y ">{^͓JLv"@jpS `h4Z!a1,e,rdq_܁v -I+UdïĹ$BS;~}ն$TCkerҩ ݞ{PMXP.W!;5^fJl䉄C5f+TdR^|P!3-hGV3Y4jֵBҴ)p˩k$Dv:k7>GEL mؑ3iCGoKU_0D} ǚoBՊ Iz=sB%GUރx"9z=[< $!r8@aet5=O؍5[]mu /}{DgbŰ_eѹtW%*QiZ)R.SΛg=-04Ѥ_B^S(~\ H/Dl-!mD.Lt #d7_Hi5@Bk!D M?wAV֛/GLqI.Xg*h1]̋Ȕ.n.r+bĸEC\4M!jv=/kjne1/Ry/!heXh87w{P)-M1<6~]@pG?]h:-ؖ*~D7\f R'#O̚Cma>{u(\-),W4~LojenB,uݽKн>zH?ۜQXJ!.FHAH 0sP&}>e y#iʓA]WύD0'J9ZfE{x%rHL]S d'XfE@nIs#ŚE{5ykG!/Fum'ʼNWBb*$@^HTmJ204m+'fv&mJY5cm^CDrMDSek^E͈*8²QB3w|4%^&- O;R#Y\ Qjn7q)ʋC kf@%K lb+b"=%i٣+G,]%B޵e'zO/#@ϔ馔*`rgQ˕@dـq猱')*t3BX(KDQE=?+5u,Aryi)Rb!A9CK>yY[}=:̒ )4P(3])*Sb0,tfH[$(H1(dя?z7RZ_JؓS*uSδiCa0tb)3rhz ` ww5)>1YpЋס r2A/duηʶM5t)UzvT yDۼ S0mʀ$C.NT*X4KỮ!KMEn@:]]_.lx4`:܈>de4?j\#)Q)|轛LY`47h|%gG{}tjzC!NeVB0(I{9v/Y =\6br n<ai|TBs8CF P6Tll@]ix *QmGZ"IѰwѻ@8S3eEPI<[xYO=OΛ݌wY,Ydn~${,P+ɶ@{^LW'|Q/p\IAѢ9SQFD̢ QbP>DW%*`,k9Il~/h"2k,Ҿa@/@gAuT`+Y LWrrUyseU[@,6ꩆ xx["ꇏg9h74 Lp4N7oʶ2^Ja,ĩcu5(0`G] I$7̙>ªwv{Vv)(Dёt. n| r67@ x>=҉Ѷ1{1̊*>疂 K$PR3ۦ4:< qSoնL2"EiZ")"zZ%N86? gm4NO/Cg$Ȏ '_HQv2ʙrDԴq`X1lV=˟z%:)ђ6*슰[!rzR$. |U;v` ċ t% }+ع&HcQթEwUehz:nу3+gs+CGuKx{?]XURm?ur#_h.JH:F>Ԩ$b:14gǯd^z%kTGd;?h3BS,N< FҥmnyUp/쨴]4߄Sizsls$ӝW"LZݚ6pA5hK>=r0i+J⟮L/_غP e[)!>`Ч;}tA(_ S"Ú@YaGRf%IϨኴ!kqjj㦆e-f>r1d}ȺHoSX? q~Og_U/cP6xʓC-;C>PvjZۏc3z|XfܲR54M{KKA('ݤ!qz d,SU:L=tgk1y iwdl]WKM[(<N` -oώtjb TF.~ybZ,T?(:<%- ooHyާ9Eǻ Zr=k~J|h2HN+ u`^{198}zZy!j-u=`Vڈ2f-3Zbmyc;^nvjׁϾDTؕ[;ABq,,'4W5Oʙ|N[2oZ-3wZ=ǻ:-YEyȷ'[W( *`'0|3F&0|9a\OmS zd "s=i0ߖ\S>g/I | ;Q/}v;c4hb"1{삅@[j3QPp*BtZ} eX79u(>tNz_g(0!e..Q_巳`t)ɷfQMs 0Ҟs[e49njrжa+tH0"K#;,'7jIJ:zK,CZT Mġ)u0 ݐ<50KE7GlBs$y|)AW<:h9ES'>&(:״D 5REb`֑#fu*YRZڸfӕmE2_hx. ӞAg|J=2S:i01lunK)u!]6¢fE)aTDcZm /Ecs\ bX1Py ds [CלRpzX1;1gU$5Dz%#) STt7 p6P!(tyG]̜߬S#)?>>Ǐ+`ցY' kȸkUy~+H!+)?D^NēVWE̿}zkCiLt]K G5CC8[h?+t m..>@f`y WU|>ٙŭgz"'Fsowղ tfL =@IյF;mԘwRd!lM1MR_cZ=0N,HI4i~:fqTp鏜uSN0~Lx;uͲFgsDSؙفl7?m"r(qj%Gߊi)B5 %p-֠\s-q5(7:2Fe̮^.q4Q0}j=T{6bf Io#.6nƚ a%,dNYI [b/3Ɇ+:],$\gs*EK?Ro!GIn2`-cFovwi~v. sDPT(T񱻗(nUC8.dv*cVћa֨ҤovBżVX#\uua_;#+RPsֹ 㵈CU$P2:iL t?UXR0 f T(!Gm~c$}]Mn7,Mf.Ks6Z ZM)_PJA㫺@H] $mKSdz4<_%=Bw^#ߚ>2(Q.=v4^#+㟍E- ׷@{T i=(rˣP!|ᾺD4VK_apAVJՉ} n@;~. $|P@B<ϒˁ{"b`  3p(_}~1PcLqCVVewّ/u8MagP AJ@H2Jg ܰt`䑝;U媅B& c H=D{;QɉN".f_=6f^{| վk0zߋvǙY,K`վk( >Tlq[ixN| ['@<҄9DU eg)T_єR8 =a^,)y(9D L Mƭtx.&)_il5 ?!ao\9 >@t5Vl@O!31vT{.3ܧ\weP϶u]B$k;n5ؖ5p{[k=jl縛:2v:6ҧX t /-u0A&ūD{LH 6IJ,#u8&$7[( *4^y1xDΊ ݉fr!,az+慹a\^C^mg{$D r`t\pATT/ff>5OȺ?v$'(KS@n)!7v ϢxKAAs(OEI~B3Ր$F3B!4X!I a V`uw9;= H:F\ XCƢffy(P^-szfB0AM*TI'笮{b>q]5˄LýeV!abaOxF)G+pV.a!K;I*1e$Qt' C(W6T*tD-0@tZ, - l̂?$u4Oj{{ A_Yvȣc0wa;p.ɳ#ɀ E}, zKØ~Sdik3<9#Կ:SAl,|`۷K<ŐEP] 3%itF0+ ?|[L˽,>h] ^?<ĕk^u?uM] MO{>-$"C?ߌ"\, LMﰯ5Ƙo2qd}P*C gy=) ëRI63{WK'}*i7)o)x Y>Ak=5]CUZ3`Py[ղS߬\l/p(iqƸ}e1THN9>{xq]!{~0LU\SUyt$m/ž][% y}a#Tk'rauA:D5EPTUɍ#,щr4PԹf't˦SA`NJsIgi@iY$˭'G928ıwO?=}4ܔ)S" &D_MA4*b ?7T }yp8^hV]W'c;@sh ԡ|fJ|-Ka10 _2{4}.VᏡT:c_]d0:s?[mjpMiD<;ơH8-5Esb _{Cn1+֙iD_FMze0ǖ1ԧD猺m{:apwQJ¼QV!U_NXf/AZXPU=wCP6a!WnJh84bhSfޭuOLRC5*>S-Zu֪C(Ͼ#Ǵq^{\'q-t)Kn2k$ĝ[D˻x. d~ʪAd ;aF[ܗ^wl;wsg} %'OK+=LsO,+J 5[:t!rwXϘz z3?`` ϬiFMU70IXLMWB4-$h_{²7͢J'>Ͼ<1j#XA:S-#Sv=V2MCЛ0#u ̳yͺA7LGs潸9A9_IӄRhhVIt3>L`ٙ7\L/ezqxp1győD,@[* 5I@'jB (%">m$S0Dׯx,: Pm4$pĬv~bޓ_gQZt|bCo,K&f%̧Rk،ČqBؖ4KR[+$QP(+*vUeWSKO-|k+ħdJYߣxeSn{%skR(0@)1fh<@M Lj F`dR8ˑ|*38Z,xtH0;Tn \< |ہ=RJ'8;]4ذ#(cDhX1e /3{/ M?R+~<)M5LnO:ڡ<2\BʏJJZiNPlvR JIa_)^i"eE"qП(2~Ej~TEzmZG7B&F:}`|mňMo~]_:fE"x%7𐔢fخ"k]j}s&SL]>03_VBp%jbBI0pw_TW9"W >l=Sx,B׬~8RUn))v?ȾJEMU<ˉb)JUhD `oA0'cq#4/r)qc^[{ҫN~_c,juEނu⣮gzhۨ(Td?^J_`tu1ydTR7rgH&:Vt[+m`ˈLY;aMp˞@7~_q "t O9)6;6zCZ!" rmkʸMVԜ<+W:n׭Ϗߓo2#KM/>zr{Qw{MmSaT]SWA O<_64 TM ?/y;Ongd9 q@b? vJu# ;rC uk.gbiRwMPoIv*WzMgJh6/,i0.\N-PL["2jY;<;.5d;W.r¿ƍ2Svߥ&2'd*dR'~ 2CoNHl~ko.}h*(m:o3FyrvXo<9^';+0~iUӍ fe`G }ȰAjfhvns4 -]#Y5l[veL֊&vHV3 C6qaF,_?7߮щB'?]۩^ =\0R-/9&ffn!d+ (K%IΖ5( +0e tU0ƫp9g)05om+QBgT*. VdN=>kU'PBM=qw]c="&*cًalH׋j`l%G}k6cAsl X!ɷQ#)T0TaeO;1A3nJ V5 o72I- -%RДU$%>[5bmRȪ=2 JE3}o_S`XX6< m?`O"dTaKR?q2m0rF8nδj'u 0C0Bf|2/ga|yi'(0#$k.{ZW?hrQuXTZk]4c,>A%iUǚ,ZLfy)dKiڏ/5εӹs"P=r Cq3|{tcg׬혞w*8DnɁì.օXN .jڦס_wqsiz@QT*n}/IP$sR (^D]a5g(_dr?Zzo[iXxy6YvP,} y} =LfdJ \/nTm7k a_ܾ2UAX(DswDUޔ9kQ :)o Go<'뇕$LdfрIcJV;2=2&35eB_7I zhis2}e®ΉlY#/JX3|_ tj- L8uGZh(.ֽ`RtX֫t7 sVjH ?H"?bB_T"z0> >*vu ld sMfo!+_9q+% "P88gT-DvAƬ!_j |2 \ Ws*\_Ra.*0v9F+k0 >ǧw=;E 6eoD4ofoq QƯkl(w _vgPY~mj&N 1-\wXC /s37DnHB種A@ ۛSR bg{%㑿6-VPv2~$40gD{YvG廙{Mr1nDj 8d#U>H@̭`q _ey- i69[tc+1JDZ*V[$E)zG-pgŁn8ܶiy+EDW:{&f0isAj։&-5=^ ; 5 0> !ڲņy0mܼzx B-E#Ѹo։, i&3nu|VG 5C܇(9a|rvǷWTRJB+n4TޑReE`Vtq<-c>={|xйy+3Mjd?N^nb (z$)cȭ(W c > ;cIF^k8ٮϲ:gjE&z9[f;]3V v(Ye˖$5@@XNX&-(] 0O: :$Uh-?0?B@M>ulZ1U"}ɻ՗abwGSWippMaz֖{Da-^ƒVm5tċ$!NHSh-8HU'žFQC _hc*g2*lv#GA_w@3D.{x5Y]^%Ǐ[Q)k2I#kX"*txGP;I>gYbϠs/=zj- kP3iׂwWաx 㟪E)&ܔ=NRu3j'UqV߿„"Y*Q̔ۇU)*^ m~,'bV&ms G ugU9Ef#+D)Դ9/TTk6,_rGH($qWJ C 7v8l)z<ೃq ŒD0R97H_R4$by߽]\%n|xu5bmqrKhDE5Kxצi/2 3M b XH^Z >eW1`עҐXs8>GF2C/dxI^E\L%08z/8_S-Wj8=[+x>ى{Ok}Op\KSa#$=xpAF8룲<9&J%{nxw8vP"9c04Pa3y0Q Z-Ԁh7 e1 :P %]q;/]BEJ-gW9Mg0`NV%ÏMBa-»+`Z,Y V d48BSٻe|Z<.sƳx(D ߑy^CU\"p*kJ2~e&⳩byu# tvthoΚ uB@pMC(U<0`uE[E*R>H^5 ~ܲo6{',5KX@K^AgE,xQ4P RG?oXd[N2^174dwAcb]yx gT /(zЂ&~FXe"xt|w2$ۑsO4%ve&NlLi$) 7&q2l)}jN(0Y'K3~>h&E͏TKiZ]gDdwʼn$S,.icsŧ)y$clyX`]ZEդ[\a_,K/s}I˝lU=l-lP %`!QMd]&$!LUS%FL6B!|16SkheT>s{ƶ YZ