dhcp-relay-4.3.6.P1-150000.6.17.1<>,(c=0Op9|?$oPZ #>YC#m:!zHAq{!04h LTC^8uāˋK~LY|ѐz&fZ0sP-*q/72"έ(SFeP)ky0|);M$햊l{l̙dXh- Rm~ -zЅg~ |=[΄ N_6Vr8c־ڡ Z_<ɕ <]>('>Fnh?nXd  $ 9TX`d}  e8 `  t       :   \    ! !4!T!#O(#8#9$:%=h>h?h@hFiGi Hi< Iid XipYix\i ]i ^jLbjckddkekfklkuk vl wm xm ymzmnn nnTCdhcp-relay4.3.6.P1150000.6.17.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. c=0Osheep03aSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/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큤c=0Ec=0Ec=0Ec=0Ec=0Ic=0Ec=0Jc=0Jc=0Ec=0D9f7f408e1d0ea031fcb2d4c21253344cc54326fd099751ac00e80ea3e0fbed0f3465bdc35ba2e356db86dee955e374a62d1fb5cac03501e53bc117a3370c203a9bf744dee5dff0503acfac0ce0a5d116e1e2cbda871c6d2a92018754a84967d76e7ec85eea72aabaa62a7c1cca213759d1534cfaaa790def9c9ad9ed5a304c4268ec7c91be7a908ba8651b3223235edbcd5c4c996be4908e0e1f1ed9b9639c3c7fc27a2b50f3279875ae91ac70a8423333131d93ba4a6f44255218c7be67b9d5dhcrelayserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.6.P1-150000.6.17.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.1c< @bg``8@`e@]B@]#0@Z%ZaZ]@ZOhZ1@Z@Yh@Yg`Y^&@YZ1XƉX@W.@W=V_V@UTи@T5T@TmTemax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comndas@suse.dendas@suse.deobs@botter.ccmchandras@suse.derbrown@suse.comdimstar@opensuse.orgbwiedemann@suse.comndas@suse.dezaitor@opensuse.orgndas@suse.dekukuk@suse.deralf.habacker@freenet.demchandras@suse.dendas@suse.demt@suse.demt@suse.decoolo@suse.commt@suse.deledest@gmail.commt@suse.dedimstar@opensuse.org- bsc#1203988, CVE-2022-2928, dhcp-CVE-2022-2928.patch: An option refcount overflow exists in dhcpd - bsc#1203989, CVE-2022-2929, dhcp-CVE-2022-2929.patch: DHCP memory leak- bsc#1198657: properly handle DHCRELAY(6)_OPTIONS.- Oops, when upgrading to 4.3.6-P1 in 2018 only isc_version was bumped, but not the RPM package version.- CVE-2021-25217, bsc#1186382, dhcp-CVE-2021-25217.patch: A buffer overrun in lease file parsing code can be used to exploit a common vulnerability shared by dhcpd and dhclient.- bsc#1185157: Use /run instead of /var/run for PIDFile in dhcrelay.service.- bsc#1134078, CVE-2019-6470, dhcp-CVE-2019-6470.patch: DHCPv6 server crashes regularly. - Add compile option --enable-secs-byteorder to avoid duplicate lease warnings [bsc#1089524].- bsc#1136572: Use IPv6 when called as dhclient6, dhcpd6, and dhcrelay6 (0021-dhcp-ip-family-symlinks.patch).- Update to dhcp-4.3.6-P1: * CVE-2018-5733, bsc#1083303: reference count overflow in dhcpd. * CVE-2018-5732, bsc#1083302: buffer overflow bug in dhclient. * Plugged a socket descriptor leak in OMAPI * The server now allows the client identifier (option 61) to own leases in more than one subnet concurrently [ISC-Bugs #41358]. * When replying to a DHCPINFORM, the server will now include options specified at the pool scope, provided the ciaddr field of the DHCPINFORM is populated. [ISC-Bugs #43219] [ISC-Bugs #45051]. * When memory allocation fails in a repeated way the process writes "Run out of memory." on the standard error and exists with status 1 [ISC-Bugs #32744]. * The new lmdb (Lightning Memory DataBase) bind9 configure option is now disabled by default to avoid the presence of this library to be detected which can lead to a link failure. [ISC-Bugs #45069] * The linux interface discovery code has been modified to use getifaddrs() as is done for BSD and OS-X. [ISC-Bugs #28761] and others. * Fixed a bug in OMAPI that causes omshell to crash when a name-value pair with a zero length value is shipped in an object [ISC-Bugs #29108]. * On 64-bit platforms, dhclient now generates the correct value for the script environment variable, "expiry", the lease expiry value exceeds 0x7FFFFFFF [ISC-Bugs #43326]. * Common timer logic was modified to cap the maximum timeout values at 0x7FFFFFFF - 1 [ISC-Bugs #28038]. * DHCP6 FQDN option unpacking code now correctly handles values that contain spaces, special, or non-printable characters. [ISC-Bugs #43592] * When running in -6 mode, dhclient can enforce the require option statement and will discard offered leases that do not contain all the required options specified in the client configuration [ISC-Bugs #41473]. * Altered DHCPv4 lease time calculation to avoid roll over errors on 64-bit OS systems when using -1 or large values for default-lease-time [ISC-Bugs #41976], * Added --dad-wait-time parameter to dhclient [ISC-Bugs #36169]. * The server nows checks both the address and length of a prefix delegation when attempting to match it to a prefix pool [ISC-Bugs #35378]. * Modified DDNS support initialization such that DNS related ports will only be opened by the server (dhcpd) at startup if ddns-update-style is not "none"; by dhclient only if and when the it first attempts an update; and never by dhcrelay. [ISC-Bugs #45290] [ISC-Bugs #33377] * Added error logging to two memory allocation failure checks. [ISC-Bugs #41185] * Corrected a dhclient -6 issue that caused the client to crash with an "Impossible condition" error after de-preferencing its only IA binding [ISC-Bugs #44373]. * By defining CALL_SCRIPT_ON_ONETRY_FAIL in includes/site.h, dhclient will now call the script with reason set to FAIL when run with -1 (one try) and there are no server responses. [ISC-bugs #18183] * The server now detects failover peers that are not referenced in at least one pool when run with the command line option for test mode, -T [ISC-Bugs #29892]. * Linux script updated [ISC-bugs #19430] [ISC-bugs #18111]. * Changed severity of the log message indicating UDP checksum errors in the received packets from 'info' to 'debug'. [ISC-bugs #41757] * Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex" [ISC-Bugs #43185]. - Obsoleted patches: * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch * 0019-dhcp-4.2.4-P1-interval.patch * 0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch * 0022-Optimized-if-and-when-DNS-client-context-and-ports.patch- Optimized if and when DNS client context and ports are initted (bsc#1073935) [+0022-Optimized-if-and-when-DNS-client-context-and-ports.patch]- Plugs a socket descriptor leak in OMAPI(bsc#1076119, CVE-2017-3144) [ +0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch]- add PIDFile= setting to dhcrelay.service, without this systemd stops the service immediately after starting- Drop old sysvinit support from the spec file. All the supported openSUSE distributions are systemd based so there isn't much point in keeping sysvinit support and files around.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Replace net-tools Requires in dhcp-client with hostname on suse_version >= 1330 (CODE15): net-tools does no longer provide any tool referenced by dhclient-script, but we require hostname (which is also a dependency to net-tools, thus hiding the issue).- use .gz year instead of current one to make build reproducible- fixed a typo in nis-servers option name breaking the config file introduced in previous change to workaround issues in NetworkManager parser. - Update to dhcp-4.3.5 - Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex". Our thanks to Jay Ford, University of Iowa for reporting the issue. [ISC-Bugs #43185] - Eliminated a noisy, but otherwise harmless debug log statment that may appear during server startup when building with --enable-binary-leases and configuring multiple pools in a shared network. Thanks to Fernando Soto from BlueCat Networks for reporting the issue and supplying a patch. [ISC-Bugs #43262] - Fixed util/bindvar.sh error handling. [ISC-Bugs #41973] - Correct error message in relay to use remote id length instead of circuit id length. [ISC-Bugs #42556] - Add logic to test directory Makefiles to avoid copying Attfile(s) when building within the source tree. This eliminates a noisy but otherwise harmless error message when running "make check". [ISC-Bugs #41883] - Leases are now scrubbed of certain prior use information when pool re-balancing reassigns them from one FO peer to the other. This corrects an issue where leases that were offered but not used by the client retained the client hostname from the original client. Thanks to Pavel Polacek, Jan Evangelista Purkyne University for reporting the issue. [ISC-Bugs #42008] - In the LDAP code and schema add some missing '6' characters to use the v6 instead of the v4 versions. Thanks to Denis Taranushin for reporting this issue and supplying its patch. [ISC-Bugs #42666] - Correct how the pick-first-value expression is written to a lease file. Previously it was written as a concat expression due to a cut and paste error. [ISC-Bugs #42253] - Modify the DDNS code to clean up the PTR record even if there are issues while cleaning up the A or AAAA records. [ISC-Bugs #23954] - Added global configuration parameter, abandon-lease-time, which determines the amount of time a lease remains abandoned. The default is 84600 seconds. Additionaly, the server now conducts a ping check (if ping checks are enabled) prior to offering an abandoned lease to client. Our thanks to David Zych at University of Illinois for reporting the issue and working with us to produce a viable solution. [ISC-Bugs #41815] - Correct handling of interface names during interface discovery. This addresses an issue where interface names of 15 characters in length could lead to crashes or interface recognition errors during startup of dhcpd, dhclient, and dhcrelay. [ISC-Bugs #42226] - Updates to contrib/dhcp-lease-list.pl to make it more friendly. The updates are: looking for the lease file in more places and skipping the "processing complete" output when creating machine readable output. Thanks to Cameron Paine (cbp at null dot net) for the patch. [ISC-Bugs #42113] - When reusing a lease for dhcp-cache-threshold return the hostname to the original lease. Also if the host pointer, UID or hardware address change don't allow reuse of the lease. Thanks to Michael Vincent for reporting this and helping us verify the problem and fix. [ISC-Bugs #42849] - Change dmalloc to use a size_t as the length argument to bring it in line with the call it will make to malloc(). [ISC-Bugs #40843] - If the failover socket can't be bound, close it. Otherwise if the user configures an incorrect address in the failover stanza the server will continue to open new sockets every 90 seconds until it runs out. [ISC-Bugs #42452] - Add DHCPv4-mode, dhcrelay command line options, "-iu" and "-id", that allow interfaces to be upstream or downstream respectively. Upstream interfaces will accept and forward only BOOTP replies, while downstream interfaces will accept and forward only BOOTP requests. [ISC-Bugs #41547] - Clean up some memory references in the vendor-class construct. [ISC-Bugs #42984] [*0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch, * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, * 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, * 0016-infiniband-support.patch, * 0017-server-no-success-report-before-send.919959.patch]- Set all requested dhcp options on a single line, so they are actually requested (boo#1046969, boo#1047004).- Relax permission of dhclient-script for libguestfs(bsc#987170)- Require insserv only if needed - Fix requires of client subpackage- Add config file for registering dhcp server in slp (bsc#992072)- Use /usr/sbin/arping instead of /sbin/arping in the dhcp scripts. /sbin/arping is a symlink to /usr/sbin/arping in order to ease the transition for the /usr merge. Newest releases of iputils may only install utilities in /usr/* so this dependency will no longer be valid. Moreover, we replace the '/sbin/arping' dependency with 'iputils'.- Update to dhcp-4.3.3-P1 correcting bounds checking when receiving a packet (bsc#961305,CVE-2015-8605,ISC-Bugs#41267). - adjusted interval check. [*0019-dhcp-4.2.4-P1-interval.patch] - Fixed improper lease duration checking. Also added fixes for integer overflows in the date and time handling code(bsc#936923, bsc#880984). [+0020-dhcp-4.x.x-fixed-improper-lease-duration-checking.patch] - fixed service files to start dhcpd after slapd (bsc#956159) - dhclient-script: complain in the log about conflicts, added a see log messages to the dhclient log message (bsc#960506) [* 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- Applied a patch by Jiri Popelka catching dhcp server aborts with "Unable to set up timer: out of range" on very long or infinite timer intervals / lease lifetimes (bsc#947780) [+ 0019-dhcp-4.2.4-P1-interval.patch] - Corrected patch references in and a missed (bsc#919959) patch description in previous changelog entry.- Update to dhcp-4.3.3 (fate#319067) provinding many bug fixes, features and obsoletes several patches we were using before. For complete changelog, please read the RELNOTES file shipped along with this package or online at: https://kb.isc.org/article/AA-01297/82/DHCP-4.3.3-Release-Notes.html - Replaced hostname patch with a dhcpv6 and fqdn aware variant: [- 0006-dhcp-4.2.5-dhclient-send-hostname-rml.patch, + 0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch] - Removed obsolete patches included upstream now: [- 0007-dhcp-4.2.6-ldap-mt01.patch, - 0009-dhcp-4.2.6-xen-checksum.patch, - 0013-dhcp-4.2.3-P1-dhclient-log-pid.patch, - 0015-Ignore-SIGPIPE-to-not-die-in-socket-code.patch, - 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch, - 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch, - 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch, - 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch, - 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch, - 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch, - 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Adjusted patch numbers in the spec file: [- 0008-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, - 0010-dhcp-4.2.2-dhclient-option-checks.patch, - 0011-dhcp-4.2.6-close-on-exec.patch, - 0012-dhcp-4.2.2-quiet-dhclient.patch, - 0014-Fixed-linux-interface-discovery-using-getifaddrs.patch, - 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch, - 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0007-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, + 0008-dhcp-4.2.2-dhclient-option-checks.patch, + 0009-dhcp-4.2.6-close-on-exec.patch, + 0010-dhcp-4.2.2-quiet-dhclient.patch, + 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, + 0012-dhcp-4.2.x-chown-server-leases.bnc868253.patch, + 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch] - Fixed to not pass DHCPv6 address lifetimes a positive (unsigned 32bit) integers to scripts and properly format timestamps as long to not break them on 64bit architectures (bsc#926159). [+ 0014-dhclient6-unsigned-lifetimes-for-script-bsc-926159.patch] - dhclient: expose next-server DHCPv4 option to script (bsc#928390) [+ 0015-Expose-next-server-DHCPv4-option-to-dhclient-script.patch] - Replaced infiniband support patch with fixed variant (bsc#910984): [- 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch, - 0018-dhcp-4.2.6-improved-xid.patch, - 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch, + 0016-infiniband-support.patch] - Moved dhcp-devel package include files and static libraries to /usr/include/dhcp and /usr/lib/dhcp subdirectories. DHCP requires a specific bind library version and conflicts with the files shipped by bind-devel package, which is not source and binary compatible (bsc#910686). - Corrected changes to provide complete patch file references. - Fixed server to not report success before send (bsc#919959) [+ 0017-server-no-success-report-before-send.919959.patch] - Fixed dhclient to check pre-init results reported by dhclient-script and fail if pre-init fails for a requested interface (bsc#912098). [+ 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- do not check scripts not in the src.rpm- Applied fix by Jiri Slaby to not crash in interface discovery when the interface address is NULL, which has been introduced by the infiniband support patch (bsc#909189,bsc#870535). [+ 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch]- fix bashisms in dhcprelay script- Applied contrib/ldap/dhcpd-conf-to-ldap patch by Ales Novak to reorder config to add all global options or option declarations to the dhcpService object instead to create new service object (bsc#886094,ISC-Bugs#37876). [+ 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch] - Applied an upstream patch by Thomas Markwalder adding missed mapping of SHA TSIG algorithm names to their constants to enable hmac-sha1, hmac_sha224, hmac_sha256, hmac_sha384 and hmac_sha512 authenticated dynamic DNS updates (bsc#890731, ISC-Bugs#36947). [+ 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch] - Decline IPv6 addresses on Duplicate Address Detection failure and stop client message exchanges on reached MRD rather than at some point after it. Applied fedora patches by Jiri Popelka and added DAD reporting via exit 3 to the dhclient-script and a fix to use correct address variables in the DEPREF6 action (bsc#872609,ISC-Bugs#26735,ISC-Bugs#21238). [+ 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch] - Applied backport patch by William Preston avoiding to bind ddns socket in the server when ddns-update-style is none (bsc#891655). [+ 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Applied patch for the contrib/ldap/dhcpd-conf-to-ldap script fixing subclass statement handling (bnc#878846,[ISC-Bugs #36409]) [+ 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch] - Updated licence statement and FSF address in our scripts. - Added missed service_add_pre macro calls for dhcrelay services- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify./bin/sh/bin/sh/bin/sh/bin/shsheep03 1664954447 4.3.6.P1-150000.6.17.14.3.6.P1-150000.6.17.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.suse.de/SUSE:Maintenance:26286/SUSE_SLE-15_Update/8f83e325f44d8193dfa859fa927f01c2-dhcp.SUSE_SLE-15_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]=24a255cb67f121efd295cb50dce465cef537e077, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRR O0Rzj.$8Dutf-8b29d1fa0644f88006ef871dce7cf325c3f6beaa56240a88cdc3d5ea4df5bdc64?7zXZ !t/~]"k%,D5ۉn}03bPPh:Li!8p{SyiI'iW#Cf)F az\eNͣ9VEܩyз.  VX׬W6ć]yy.p!bư yDY)`_x}Z_b/frQpͼ+Ϭr.8i 8E WTa|'v^1}{Dza;fn|+01ss<#0Yo鵲vi" fLo SfZm,=2>o 굝 2ߝHIEHT?1\.rكm3 /א_T~O=oqh!3imޝYu^*#yUo<#C_9¬1aYjz/^o+ L;ҟ@EG6ѥ_ ` tE0׬iltP7gͿ[J  ޛ/T}A`DdždV_G*Ĺ>I0+(NxatsN|Mf$\l'&[zEƛ_#IJeWΧDIy~j9L`汨vW p꫄k=ҫKq-K}K.y+qXg/pnoθ 8GXphf$SGnuTU6u۟xFdLؕȳa%߲xpvgaNZiAԿpqos^ZT-\{)~M hR+e1e\NJ76XލH@kf[v qN;1wM՚;Hee#7"eE-y5 kWdCCWG1(؇ILlN't1ĢIYZ4:"Tox rK4m98 b%H'|6 (S6K/373UӫH23r\[QRfoͬH?– Ua翛~rg 4Nsśh)Uc!_M"=2c$}BF Uj;%xL\7/3qZcFfRjJv> 4iL="w6PA&DZaa HbLhJ]F]4(߆n!/9Y+$\M5SǾњNa_ij N[W pw=E NM\29}N;ԲIH@Hp @: czuzgfҲaY[CVEܶS$q@>Svǥ\~H/_wxh@zJPHL;uH6S[ҹAo&ˍ~`k e$R㵘lmca!%D^rC ` ƼgP $9Gに@bU\z$zQq9gLR1F|(Gv's&xel0!?cX,:th\z Asd&52&ϕ f?Vcε&`z}2`@#Udӿ{i둄yZ,pf!d-YG*v|iu%0S iڍ8؎X4SR@}WI3ݡd $ fuEt,~܄p 9#7P0 7SyY8$*y_yN ?&oB =܇Y(eF a6~,QD$ޞ:խv@b{f]Ts)q3R (˥=;p)7i"Kn)f/ZEXQ=jmCIݝ:(z{C~$J(HPA;áR]NC|T;l3&PEz5Djtpq|yK+&xž拓0 %`nw_Z 6;owc}Ѣ aaК tH_M Dg\-ޅ[v+u: >gm?j/!dt=MSX1%GG '%wI|1FUegP}lxrL)&vURO"`vZ3fI50w>P~wnIQщXT %vPư= h֡nCžPV#%Bh|x쯣DD"ΨI95xgFYO(0OoP*ao'2mG7F;}gwյc%[m{*B+%,$!_7k82CmF&| P˟&_GNFr)  Kvb'krgs NZ eQ8lⱗvHG/?ŽlsaԞ'[L(g20m*SώV^&>lKy_DU" 8GP .b'c0S9 vN@קkv+Bn@6lT g?G\JD' [4J9{*+Qry@GBAX'Z}Ojv 9hk R̦܁@I:a5"^Vſ.nI5 `@(CZI1m"GV] xG16QA@5 QdS#_`R3E 3 jWtw aF0VmoKD|v,պW@@Ekh]^8 IYՍq_o!0@Kqל)+<"qi{vM` ?ު5ƾص^Kphi4ēЯsB77Y,!@ZeWlO1TޗցA;|f FF(UBIvHE7KlapP=bB 2 yrN˼\C9DW#!MëǍnz-n-)c^Suz~y>C|rI,:iY}aҡ5~)~# |#n@g@!9Q&PB&)|#ߴS*qYD|1!k0g4GFl:&0W%Vqk#$&( 9-I˭OsC^B{,uď62f= .GN,Oϱis}Fh=V;h[_1ͼPo&iŒ7?] +p%S`͐:KG}068MV”hI FF?q Pw`TƪdZ~afqdZ? K0LܬqVqW=䘧Ic>bO9րHG>> +1?33ZrMG-mvih7] ❨͈.魕OfNf#?l.e& n-O^:qX<Ǧͻܫ rC TQq[eagfǧ.G_P$%G2J?VK}G .eꐽꁭż[ 5{:jr1kU5Ç(Fǁ,]ֵ~ԫ-x%WNn8pZY6XH"#[`Ժp)5u׈&q(e z&Z2Ud&̾ܥ8[ZIsTE z9:iYR21RJ:X94z٫/"z٩A{ڟ;Li(~n'2;<^ZwaNLԆDWO {*vz J(Y>#!q(&[Zo8 2z4!LTy/ jF#D~C(*NF{0MuR#]0@1$Jg`W@~ nq5CtҩGYC ';I<ӯl9b:Z2 eqʡOq+ H:Qr.@z< lElI9\⯐:p \>:MF ȳ~% ^QyJHvbޥ$4H 0BQ'лe|rP-Yb #f;ZEE?ZRXNDk#?&8Z1aV5x鲲լj Īh4<)oHdcNxaȻ)#ކ"=o=U]pgq-͑ 2&S679x64DMVpzx?ڇ[X%= [w.^ 'D$'nF_I".ye*ĽtI!#MO~ss0f?PF~(qNV4=bX0VC[ ZˏW''C!\EH ?R!D~A7>h"uۺH~^FS!1f<8u]5dH{_Pl>Si)c.\bߋ'X5ICh6+~ 5b 0(vKyyf|M7'|%KA\Y?spAldQgL캋 |Y!o*oT ka%/Z輝@A]J UL )9X :pQ{†ٍ26f`3[pwpF~fQ HzORbF3h~WpkhK tH tvjm{I0ucF;[*-1OؗR 4zB^_&ʅOtEkE#rjKFoqn Laj YdmItm$.\hl)G?u\BU~AB0}Q1Ȁ(/h1_pݚ"b'U ciS<#AЧgX#L?}5 `54YRǾ±BF0}y)/\u*CuSnu 3, mf˕;jޖ4.-HǿMٰzc/nTW͖@bOSQn2րHFʓOy^uB[DgM-nLSFh]Ԍ1%D^gVFUM+F"+ФvŃS(Xe+iJ(P\\l5bXPiY3'qPdQ5T>]䓵UǓy:scne ـҝX&0vab!\Upi5+֋?- Ps3`L5lω?ON pcSA3';3UP.2`Eϊ'*Y3m_%TkRn_^tN'FZȇ .'9я</pYOnr'%h+g8tBxRJ svw"[Z{} PQƍ%wNA]-[/2,>5ax\^:!0Gu*^gmdh3}z>6҃gtD5/H _X{I%Ak&~)J|ak> ^x m2&CPuR%N b/يVSu3|}IPB\ ;*ղsʵ{JR10 }y*jkn-eD{Bh0ZjpuZW4ю`ooac "gGsd~o{؂rU:+bNT-j^W{m~8Ȟ!Hv(`)1[b= zElݚ`YJ6o#t" Yy$rSn]B3tbsJ (tutxGs6(]f2oز/ɋW ޟ zge>0UO/'-cuWd߱ ;}cp=u"4T'.<9xޭlš=7v7k=NPE\ f)sYwՌg-.}nA|˞z8R[u=\vܧwAB@56,l#݄JIU͈v@W^sB9؞7o%ꜥlv '%c`U,c! (EF59 pmrѣ`c)ҫL7q1YQNP7fC\f~dM&#O-`zt0hhSV3kBDԨ7鉑"3@ w^pFΡ`3Y~Feff{I< )+fǺwt5ki~; Եk=+ιԽD㳊R\,{}Wa KZ^2$^ї' V6>Ctk?~#y-Z/]@[p07!s-35xo2HEn4ˌRF$(^\<҅?fΛ!~dx'&NBuZI,I HO1qQ.I!SBiId5BcdZg"KVNSשWyf^Lі-$~1w~fh  sSx ̞w wiJwl6-@$Nȵj3m|v\Yo1rd8S0 KAm| $~0fcvf]o@P G yft//:P-ICAAh%>>(PׄO~@w.֞z3pa`ԓOn}ě#0_%4]dz8@ rjZ2p\ya`@ÔlƸ}$.ac*V;XwreEʜs qfV+W6N w./uQ>qPy$I Yt>Q z z *|9YYјMA޳n66KQnhWk(U #ƞPvSTcYͻ*Phj[ϺO ~ Q`O#Wh$m.;v^Kj6a4+L?r 6(93ם 7Xyv&t~}[ }ˤW"!UmRl÷BȀvB=#?dԩsϾpR.2kxc.__]ăwEU7*QadT~L^nc=D3r_Wepv;#8GslN+u#ن8wS+Zjat&!ik-AM4b7&QWI,cR8 yHQJ)vz lzP9|Z\B`$t W 'B|;,IR@Hd|2|qxNvt 6%G&#S,E4{/ e7 .À UIuK֧i^t%C7+7E \TS4C0Ѥt.u2ZBRlK#5@(qx ='օCH]1UļvWZ/:#^VlX8T1( rɉ#s0CExc{:u՚18^:8qDkt>% n QǾ0s-tbkAeYPB n7?b;u]זȽ+//,6c#$o* oB5RK1=:J(ӖI)ZHh%L|;ާ0@Zړa5 .e2h״[%l0|HR Wioܗ8zi2Jo7!XWjHccC#>t:(,9*?*3FO>(Epci7N[ 40EY2a%+Nt8a l//}H ezషV]37,hZߩ%i&0S.`݅hYQ_) 1#J/|PD7!=4ޞšsFp[ 5Fڼs3> %jiH{/9PesVk :N['q%g.6nF4d;.lX%KtU)CA˿F_x؄}<|9;$: ҨJgX=xNۍ+ك9/*KVB'Tf  zUдPt>@H8smt"kG/fI MӰK3WU̓ta,`nq ՙVվe}^h,mUIU?@&a19I:&`A*D!ե4t6u%(\ oRK,x%zBFz~HRe@t Ŀ718^εDLXzs,GKҌb;o)#QrPR\;SNH&%y;? L@1>I"ԙzRbp N\ഈP?մz؃Pj™i7ѕʂGhcVo_.QR+,~ ~7\ 9m Oެ|oukeڽ# "~L=3Zgp-cQ{O""\Á&Yɖߴi2KI4 :oI!ug+=cb.&´e]/kVwIB$*4I<>C$+Peq֔]aɶBtNmQ:/'z2O^~V??&b8k4=~-~sV`L v %fSVV]W 6K[zĂ?b(9 vH3d(>&T  \nxݘ灡Q;QI eb8׼E^v]%_JYN~Xf1 b,YP=W99{ՂuH@vjV*}*=%l0{m`~<Ξ@BZ\ot:Uj.dxl g=O̘fyRX5$ħQ'_P#z(+AQok+8-4%srQw7VXʄ@f]:əhPH ͽcm%?_RpxR5D# Hm3E21%iȭ (8㡘3o2 d>5U (D2( -w*q˜{`m ,(&nWh@ӵ?Xo<'h> iXX'kO4:˒r jOq/]P'Odh-@[0ТH^ M'?ИZζy xϸII u?*cyݯh'=n7 [qM%55zmpFoDrj0}M_zԍ rr*|BMD\w^˯PW2Qo$f jt'M=%d:|76?>n!c}f%`yz\ݑGWGC t[Z}fw#8*'e2#:׺&j92Ur5T|n(DR ;XGG!pW;MFC!zHO:'F~:#D5zEq C_R\nOAsԏu9K93@\ѱ¥=/S)É"j=~yςӄ> h]LomBV=پt++5]>@nn~ڮQvҧWfѯx&'4ףN02܊rF7Jm,m;|t.괩:HZק>SY!㲲[$h|R(&#|s?6iQF;r'8sS  ao9a4mf /$]#/=_4Oa/Uᒿdn)Z.ɪz?pt[0@vsSCg5.=k$[c(da4Ÿj+E:sY5J>UXD[,>osP@;44•V0Z&,G-UR3!sN(Y 񩋒Wq,e\V:U7&" #U%0~-**/7"֠3ꤰhHBh{z@_֟Ѐ: 3}@a*zu7ff1 ۔V_'MOZ`!OS'Dt٬au4r!D &/1&>Zu>ul)޶3P*nnWs˝KI6t@$%Bx&q1_%9^~쥙<c(wablCJdKak-/rm7S/`-ڊdYiF5 )/YöZ \4k# dDC(51K"#8h,&{noYb6z_G +Dd2j UgJ[g #gzC~D -װF\L 'mF/ެwJç^nCdt'P\EN@yDL'g:RfM Q"bMuťTޅk clT>䆅Uh/͏ kvRHQ{MĚ|.\EUĤNJp!ɛ^+쾡O8GEu2REV-G.VFl 7 '(zA*&O>Y+btI9>ս6%eqpڀe$g 3WP3!:Jwtx]8SKyV=@znfhȴSplNcs-챀܂y\˄Tv"QHK#$HAV47P`YoliB |Xb;%S|Q@>%R!5֮nVxG\rT6G|9F$jDy)P3HbCӷT:yZm1?=Ө?^a {6/&JgҌ$Lh*#7}warhRKk9)e([VA=F_.΅K(=jMmCӤGףsf7R=mr$mݽ+U'C'LEːsM P\`4vm>עU'HHY闾!>Q/$F,q+F>]x"~55׶beaͣ<ιZ:W%{KF1FI:9i.g_Ys'av"& >?֪ V$tB վDxIZd~~Yo1+Q4:̈́ ٵF Td']}QZ9Lb *ݬ#R_aX+1ĦVg}>鵯Ag\ i;227JPvɐ,p?dzM{#ޚM2M-'V|D,'li!:U'`l7j # *?g g}pH j "oS)YgZBrQfDTlq[% 6[֫6= ѻF7D Z&qš)UuZȤ \J&Iͼ !qr64uV&YN3FmZb0X%Naa'ɵ˕"2n;re1MR\ b -hk0Yeӿ }ݣхn{unF{]nU=u&=4mǐm7 WbZ9Ni3 H %v /Z7b~qD 5wdyi!IwaygQ;s1*RQp!m,c1ArRl2h{A/m3s wJSQp-z?! ֨F%â7u_r?;(ROF@s|iUյϥ-#WY\;4НjЮd d+%/qֲ=2Ni`Wq¥b[A8;`{uԦ/6BLd9-ɤ= yXJu nX5 iY>J~7CwK Tk9.ś. X Na ,W[@JrnvKD?^tJU<"ɇ s+%PI4 ׶Ǻ $<)haΛ5ǦtaHt.Y/XZ ڇC5d|c0ҍPxE:W~} P.gooӃuwJXW5O=Jo%D\}kˈyO1L%Ӎ0F/&?/4ψȴ'b\ oG3 +_J&-cΫ֭ ;hKX(C,꼥p%gTI9ֵ?zqQKMyAM4K`]MbAVmk :(s8t5`0Mu _mV3H`9m3v c6#3aݽ1ΫseSfŔ qi)Ki^}Klv=fJp-H\~VW1?dE4Yw }cȥfA EI}5>h /=5CЯI!r O]T@Jm [13wmX( 'Amb\|4tf ybsyzxX]Trʟu-Y(}~dEUgxPAEk{$AXS h:/wcPTb=>UCܕS/NҢbu`,ɇGs9)& >K A }鈝1O7d"&$HL`Z|L fZ<6'y놖ֆMWOHqz,O Zt6;TzuX8q.lFp$ gƲ8ñ 8"^- :v82*(ea>* %D7 ҔTVT yyh.TiĒr"k pص;U;*2H.o/fQ2͖d_X));%Lq69|I,2*ďQ{SU~PT7a1~:0?-G`JC8d[!/PD_I<t7nic+xQKZC[ d8g$ G1.U弋xjhN7fd:"`kN uiyͿ*x0qV =ߵ#[zlTvֻZ#L ,'imN[¿{:(+u> ~mP'aG D K:0f~ }a}Oip-x|;QyQRDʆh~J%jSF4B{`lwQ>)N&sL~R 8&1-߂ M"^*x8Ǫ -Q e#0TL/燓:p.+hQE[,Ҙ׫Rb+u ڈ,=1ԒϜ :x}(..q-N Hhb`Gj]'~Kg@V d] YBvyH5n# Ny_k7{"$u~RrA۽> >C#x #k{C&20vCtdN#[qc[ v>d "$F@?Ŧ=2|B4KXk~`=fb(Naq ->`9 `[䢃L6+.%(7$.Eu.^.N Uh cǘ7RgJ,2@w__^@%̵}l8A$c2[ ErsS(;=yՂ qT)}@ sw zr[F%{0pw 5z2nzhr+E u 5+;Ś$rΊqQյbyICnRL?m@1ʐnCj' ј|, JL:@}rA:̪*D9V޶c]]YGZjY~! "&if3(x^V)}tx*Wi}CwR% X@s`3q) >m2 _iO Ѓ;.'rY6- Nun;2(hE+U@Xib !mfEIL7qآtۖp~]&"OmO1Wi[lǷF! b;a^|g}#O&>nWH E*F&˘u`J}E|߿wB qY lwՂ$=NJ'-YHeTv#}%2 QFUy]P]a7+{}"ǹ1-_c`:Sz-p++9ތo^=]Hx?"yxcGw.=-W9gR53Ap8D`2a-dR-s3E⤃I? "ӏqFݵoMsSN'J1#Iѡ7ϐ!Ӑ@W@o%>v.-a"_$qe6SГ_܄Z(|iqP(g}F+%%HmLw@3~Nq;.l^4 |[eM{:YF._磄b'#JP5nNqx;-F 9yG :mב4ctfO*P*z^K6 `/џd4+MMk dP>l#G [PZJe60 .y+OeK8A1 sp%st}S\'Y-،@=>uY2s+MtϺ{G Ol@^]}*t"sˋ=0â wX>3q;\x.PO7 ߕɾJ\hT{>?'Qpqp^9L $ ܙ:pG-ecywZvړ=lG2t/-4sri͔&( ȇ32o*o(/ݼąJ`~vlJ.:9ov=XII9s .gԤe JEY?рHs>Ho?V NZpڧߡǾڙ^!-*yGt5eA$F$ё5c5F&/t֠0g]c 2WȀMHV:vۀt@\`6BK?w=p -w`H^웯%E LȕvAEʍ~Q|xIdICF}{ځHڧoފw,TsPMFdwAAJ (",{rE>I*WvEAd 1OJ Xa13URY!?Ns٤ H AQdɠh4B]=-<>jX>$^7Yg-Mfr uǥqM2Lwss)kBd2ZRc$&ڣ8}u,z䝢bv`سU&y>.G}ݖA*op2lP^lm1OĹў=_{NTĖI|jdPsW-Y}GL{C0Og%=*ZLpF]beLGJv+xV|5V?rџ|F751bEy"2`۫0>k# _ :I~p֢QM(ǻJ]i!?O!\ p~(& 9nzLCk F؂ |@i@k`I_nHy pR=H:_4N{+ت<@a@AV*%W,IK@sar` O-3flٙ,c g}V[NIS v{±(kN]JTuYZJ.MztYCImӓi=U2m8v2{e7A3G 1}Q4|Ld2G(뉚8CaOQb r0#ƣviV`8cݪ M3cؐjwIi7_Ç hS6 ꦑk@q-0tH]O-'NWԚ6aM=N+̪}U^i?g1H5 ހ*̀1+]˱ 䭕V'2\2pM; < + EDg~t3ͫ'kl@ GwEsfNMLp8&%N>QAysяeVl8LT%6mP&TT+64?7zh[g{ԘN\ DPˈU<,nBB|u0 ~aئPH,fN RYh`E =1a+ R}ޭ3OwqØ40ȅ"ĠŔ r٘%'«[-  Y9*-!r "GkjTpxr Q)UǺ٧a^|t%5t((4]"̫OZ|bNmkrKw[u7E:se[];/)d3T&rͯAlV+&!nhɜjzBtP 9)hUVfOJ5Z ]! cS(/f՗el& S2Og;j}_ H{֗IoeRs,&ZU.a?\I,yWN)NiQm||ݻJ;IL3A 18_7 j$~ ftWX2ԜzyL;-kDX`Nգc,5$d-c2^5f_$Po눻1W4}G)}\7_깸Dl3=)Q‡@A>"+ 0J:T.9osKӁZ+q. |,JopU>Y[6A# (cCǶݿ(RnM!AGJʦץe4;z2# ) 22D~`[֡[2-([#VX?72/2^f* WS/>(UȰu;k_#ĖdC Ef?iаT&_T=:ep>2IZ-7f~2Dc>} OSUxa%ݑ0\ c K0C#Mf yi{uȇ19֣k ,tvݮ1kW ofVlm8^P[gD|zQ<{q؝Gzk:2To{erg8-g4I TmH$r\6VgQp)IBH e7*<*whbaZ 0inD>x NIy`刱ȨAv(:Mihh2b^+<\6c6+nHB/>3#J[|a@N^~CU vg 0v,CL0Ao9)v.G^  FArEf0ɾY&Ѷ3ZJE׹:Ϋ# V\L7 cm'0zu7ggF:ARL. Rd4KfH)BN(R$UdtdGQ`'KnhJWז?uYcv6$wS?љcDj)T?u,M$63]8xm(~VΟdeYZ@ 94Ix>3 u/΅EmAW#6MȮj۶vt2;ު_,p1A?Y2 u-h zK@Ɂs]w}` iYDvt_Y8޾|״Ơ*V $aWl*a}Vf;zG Z,5 4ϐ {;).8FԦᔔWP!YIp[P<=7ioΏ0練,bZPX~d:ȰW |%b.ae3ʿ6T7^#L[O#F](:/N, 3j͹83S#и?&q̞f裻_I.r7/{Isv#I(2!,*0,g= eե!bA5&0kGcy\@pbuP>+)#aX(kuvk=Ft߼j~$~w8=Sb?hwp?KmEKT'&.8/Lk F*3)&rߚ\%S^2c JpT?_kw3W]~6Jes_䧜],Q"uiJ>&wJrƯ6}|1_!+E2F?Q*';{@aYӁ髭~+ZP=UE#`r^궄U1O[ /~Nd$r2Kʉ(q=xRblFR/EvDC]aĂ6z;mBkeu AuS bc|Xc/`V@T"DAU iloG/^|B[9[:٪PWބ`PHdz牊\n`2a1']!%z:BP^•.AEj앲xm|L 7Ew N½qGX1߶P_}i_ ڼj7[LqoQl_zotᏼ@ӆ!9i/H=~W9 S^W=3=D\FuJJ0'{ջV _JMjwxȗ^T= NLF#;Fvɸ0>B@z{,!n Ifm}fd\:M-F/}JxkNj>of]P]cmJLarK@3Jw4E|4d9$}\mRRkKMxWA1FUz{*rjkp]a1~43PmQc&;.beD5|DXyU7W^h)<B֨:כ G/:DkKǜIVú%Y R>NPyn驥|Dvf2Qa|2[n2!堽rW6rН W`?6Y6j<6siD[g\շ IN…PBWdeªq{X71jr7{@p^o.KgՅxk^Ո"'8<'{R%&uG[9K[ c'/s*(jY:~ò3/z -d%toD@CxSPAp݀ݑ +]n })q_t'Њ -"% Et%wKUll)gڙWqkOsrL.S&G{Jf;&%ɏH㰴wߑgj=3PUOT^ HYd1jʨYrHi53eaNWGf ˠ1f\ )?Jr'Y1@d쌙W69~PAݣ>ګe0]0ey-g`*~^Hm>m6굼iH7~'Jaػ"Yb^Y$l:a4x$g ~HRNgӉ0n.Mw}Hǎ(6WBm\uDsx\zn  i?`N_5=\'\R4ڟR8jQA}ג!p5 Ut&EϬ˽ȁ ScNyrV_TXu 1}Ib8 VF/G}E-ag@PtkGbs`p㡰"giI;i3gabj]ip _B7pYkaZF$RT]xbr 5#cg&BJ꽦uS?^(qU;:sq>ouEL ~IC)Z|IgEzL*tIn!.+U5=7=#/iotOaU8ЇO6]6#l#2v5N!hFYg#=AmuGXnj*#8ٽn8ԼzSwyw3wMe:aU-7Rb:E(gE66 <%Pѹ3)%~-*oYÒ Po0Z\sv$U_j]R0j"J|N,Lk{7ceZv3ɒV1Z58˱0x\]G 1u*z ^bģ<n~tLp9 z~$1ݙQO/m_t(5C |WI/W66J_-[m/0 ;jPB^(c' 찕Ұ(Q⇙IHs`٦g„AӼ?vHjUޱI`=mdW%rY;en+[rӕ<`?+CnM |@Am`ia(in<ɞ}8[I0SE`&mh+܍(W7 rxM Xen#_a܇ q3n kþ$Bm<᪖u<}C/;l=nS`BA?%6 iR8M6с>xV 6GhH*C_&)V*hb[ײL'Yqʢk@Vt{1fJű jrz-Kz˹!Lr%|Pldshl)%$!O68v]m sn P܀OGܢNq)pP>' gwhK K.:ި:r17}>gՠ(dGUH gnsCq;ut-ْv4h]\5R)PeP.@9okp2?<NAN M[>`/tB:m]KA4hҠWΟtootye61tȾ-d5b8>f뵫< חu[,ƫF~5NRpM:ÁᐴE;s"O zr+q8}BǣV= S-_?6חCSr½ hl'E.˰d/A/Er+*X1Hs{|~f>D)WRrގsE0g=i~gVgaàH ~LSF;r5["Q+R16 XfTg&: "ɗ+蒠:DmIwF)f=O\J> [k</j=mOKWհɪ[yk5Č1 tfƗ}C85dyٽ@`j&!pJN˸؛ ȾE UcպDz 'n!KsCúI5 uWMK/ qAO_ى,O2G,O& TH1,p.2q[.X.Uju6E0Qz$ByJʲr9d xl+u]"ߵmd+?&PRgm%HJ8x|[ #Qq-4#32zoGGT1N3~ຓYdĦ *y z; CFCfZf]vi8E=P5C;{YW޶L %*0^WzdIqPłJ֙`PNJy6ze쨚'`OS⫞v/  %;ouV&Vpg'.Dx%¸Ȝ<:0=`~%:{Lwd{T{ŎKO~Wȓ/BOCB8WPj?D~ ^+Sfp]@թ)y sS[-(TXqZ"}k"~z rV?5F5If[qiZ*Ŵ@) a| 78 ˍ <0TM戤(Ղ$A#vje-Ob*xkDADg^qP *a{nj.l܁!F 6Pk 1J)˭1LjQmv. y9ABwG<( ؽ*>=uL2Wh& '3<;bGi|aM;RK0m+yJٸ'ftϨS0agPʢ"tH$wd<=ls_Eb si E`1L&qלGnA4aMdA?7B-.7@jA %,3qr1\Wua¡[@:7݃Qj$@jHu%m''GS$TԍhN|SNp5cǛbb3Fa=b5* 4 bxcH^~J%a Ex14oU4:1 _hЁWq˓.Aһgx]D to8ӍP_L5nEnazVƯi;zg I᫲Der)E??Dsz::?π"}ҏcqT2aޥJ8N~D(;^{tז~9tӍqc#3b rF9NiFؓȒ$(FZUP!Tk*-NyïRDAЍ6{S b +JZ0T o2.B7Z((׈U}J$ 0cZT`b0g}EGD]\W A)r#nOh|EVh;&RͦDk8H$ơώPwg8iQLA5L;O+:e:ֽCܛm˶PePߠ6HjuW^+@AWoNN#gXbo#OvëF1vzX\xc"j.O~;#"`Zf/,)ՙē'DM˓ O2ybV gYFB0 cvh#LC̚127xȘz۳80 )*m$8%gK4 4F/$*yjL[0xfA]$6GW4Iո&Sa{.#=0Vog8ԩk7$X@wZg1wt?P@r "u+R#Aq4J{C+q*7vot5R5]x̟Qb YZ