dhcp-relay-4.3.6.P1-150000.6.17.1<>,)c=0p9|]!шй$9̚Y$Ts[e8z@p;@k,C@``u?0ӣI#Lp!JOb0w_6xv1C*WNQ8}AOL쐡L\q==?f;rM˱Z ` s?a1UY*qwqZmUWƝu ^]sT\_XLGuʹ}Nj.+z`HGn>U$. q.x.Jc>Fn?nd  $ 9TXdh  j< d  x       >   `    ! !8!X!"(#48#<9#:%`=h>h?h@hFhGh Hh Ii Xi Yi(\iX ]i ^ibjkckdkekfklkuk vkwm< xmd ymzmmmmmCdhcp-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=0ibs-arm-4SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxaarch64 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{bc8(A큤c=0}c=0}c=0}c=0}c=0c=0}c=0c=0c=0}c=0}9f7f408e1d0ea031fcb2d4c21253344cc54326fd099751ac00e80ea3e0fbed0f3465bdc35ba2e356db86dee955e374a62d1fb5cac03501e53bc117a3370c203a9bf744dee5dff0503acfac0ce0a5d116e1e2cbda871c6d2a92018754a84967d76c46c68be1b1d7387a42682e3754501e9341b28da5a2f402349f40cf104ea79268ec7c91be7a908ba8651b3223235edbcd5c4c996be4908e0e1f1ed9b9639c3c7fc27a2b50f3279875ae91ac70a8423333131d93ba4a6f44255218c7be67b9d5dhcrelayserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.6.P1-150000.6.17.1.src.rpmdhcp-relaydhcp-relay(aarch-64)  @  @@@@    /bin/cat/bin/cp/bin/mkdir/bin/sh/bin/sh/bin/sh/bin/sh/bin/shcoreutilsdhcpdiffutilsfillupgrepld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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/shibs-arm-4 1664954504 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_Updatedrpmxz5aarch64-suse-linuxdirectoryPOSIX shell script, ASCII text executableASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0a3b55016b3a4444844643631c7833cc6ee38548, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRR XFxpg Dutf-84ad44af80409ef18ddac6e2269c34c605b3556d6ac7a05bc9c8d58acf9fe2a03?7zXZ !t/{.]"k%,D5ۉn}03bPPh:Lj]"ެt YE (͟}+{0YqE{hg3'ސ,=(fB a#4)m& tJ?L)v0R`BA;>M vKML|+SZGu؁`ݖÜ!9>l"k5~jWvPc)˫&%SKXs^)D)Nt|Μ4Drm_z{EZH2 o^vjYlb~f?q 6eP+Iik-&U9 HBM\TQЮ ; 2ȣ;V՗!.EÜLO+Z:ZpQblC(*w[xKm->~ߥA+E׎Ie6DTL7N'09*8}W7dQ%YaU+47fm HJ/oڈC-3(*o$$eE~>;0̸.T㎂BP$ȱqF&hF^Cy6wx(Oѡ)jF,BGLhVy L[1ߛ Y[GwZ8- qD6 ΘY-r PTv@ $< I)w nj"t '䘆S*}hK.*$,.1U\ܲ' 9L7eJVk&%PF|uoXs|` Aq |z؏˩oOoN⺺/r0[\#dE^O)` ;] %h̔c~PB ~{D10eƚL{89z*V|_4AV)Zf*dybTfݦ>TtXb .deo/l17Q~n;G\_ 1>cd66qip}j[Oqz-؜-4Y_,'^S)[i:hu8e_qCj{=v-6 X97rP4Ig+vqU<3A|2yE84iZۼMx|@x~Τ˸,Ⓢtk;.oo/kY_i }ly ,dm =|= S%k&(6N,)p. Œ66ă"zz+_ ˥a3|L<&6+Sr,f}Oյc~oU2)h-I~9=Dy=Jh{bsulS'V6;Wk#.T|Y"^>n=]cمP\jrvb8x}➟dYty);!pPdZk@l3n'$ES[.4!:,VHi"_t0NW.{AҽBg1 2D曶 k^u!He>da915CvB~,s7.19@qwyE*ם\oEeRJ*E Y43œW{yNw9_x7胻y9[ i7W+;/ԝ MoS4/`#?Gr>H/feLahX9Y'>.sY`VDZ FtIta{ mZnRtTqf+n(QyGy:"yն i vj.d N=esZnml=b~MYM1@7`N)z1C{B]nNq{I@EAm3p- tk-{,UHs˱pS| ڋ.(5vL=[![ +0G[-SQ='WwnnP)Kfdi}!,NnS"bFt&Ip}ú◍/ yPܨ )쭊uKU#:78ex /v A$4C ʳ,{H 4--cn+pNo_)7* kC"T|PFEd<mH|F2(KqpHd$"뽁$*_"t3`$ӰYbT<9ՅR` X fKh4b?:G. ֈ%S㩐 乯 9*u{@#Mp=ݗj,؍ړlI au( B9qwӻVl_3C`󏽇hᴝ& ,q8o꘯yLb=%Xe=xb1 M.Y@.چSrK0j}!Bm{-޿\$Fj ;R >/Av r}OCL@ w)H{\vYaZTݏsTδ{"!5x6ϟ%F O"Tʭnצ挈/d]! P}۩ԭ)^t7JOʷ_雵Bfq5%pG/TF#& l4YTc0ͨˉ^g;^5+:>:ZH=R>Q6̳);9 '|n45~( V| qw]iOP_#\l>y6U!4,u0-UK[פ?m^̏TB:ySvf܌D3C i=[]8:#O^h*퍔oչ2 fm6d!5k0BH-yW@TI33hRbd(*V_r`VwJdv&b:pZoC8nUPQ]-(`b,r߶N^:c9arHṼm/|%UWL p|9/,:G%x4jTE&ׁ^xc#kX!$Hٷ6Ls\zX U-Cz!a)JeNI¼J 0mHCd7C3 Sr7u1K]D9r!75u7 T$"OEboT>9Xt0H 䯖ڽi*e^ގ$m0)g |ayTM`dۃР@J2_KYɱzz4@wfg:st$]&B0hK#K^@_XZ8c! ;VKY)GCBwMn踲kLyXi\'78cwKatϙؤs-!I}`U0 mC9%!(_=J}:0g!5K&[mb ;Fgiwz_x U3Z i&$IdbσVR!|eS.~lO"CZM<,?t־dupAijOv3Cy.S\eK,KtLaтb iIL[:,6)up H[9-;aՋFst:c/>Hdr]))6twWEڴP]Y_KAb&]j/͔e;=7Cg] ulߝC2𾇟эJ;nj/ld(׺XFO{)2PrXk>n]i_7V5eTo]eX5ҹ%lU SaG7UAIivw"7ؑ>H tO8Jt-$Y+T&G^b0Ug6Q'%‘!Vp_!sH{͎no4*?(1A˝{ Kܔ<)iLYWkC {}SZd9ʊ]  u,ۅq5MJP:04mYBG>PqܸݤmWI({$;[s ?&go' 5g)VP@W6=x M9-t+11K q*[ TaFb+D(`bbᮖ-76184.{xz B|^ZSj9u6tČ5< ϰeCO^gs+p"@(E$Hȗ'yqf 0oe1޴?:Bܝ}y6m3B!&Tnu*[7 HsE=)8θ%E#l*|q7O=}4GInyԕX>ۊOyu DKS4+0Yw۶|;1s&APU%R 0K6`2NMYP$t Q/:[O'V T]Mxlb }RJxvQ v|vm|A.Zs]Y5cdWaJp6o~C@^dFSf1cs9Vci~ jfߕ}ߠ.~b?|SQУ\Wx3?NHe]ZfL45|6긁Gv 2)xSe勷ַz{3~ Q3kK:PO~y' w|tsaJGm2LT[HvsMN8C z&ĢFɏ/@]7Hz5bbX-,L;ONr o1Ov'r qz tņI"RM^Vf],%O-2U  *u70hû7-x89e:&a{ʊfIRv즠 dZdGQ djcH_X|Dc3nƞ";GɉwM?b.ʵeZ`@%YT^N}?h Dv>)"c/I$VqJR\ 85=Hx7gtŷ!%m()TZq>0pKٟ{2G/'YK]'V%].pr8lv[/IuX^*W_Z^8qP 9"0yC59:EBA }:τ8{ 45.8qHNT[~Ssp62Nj>]uU: [ǦhG?!x06XB.鐄YF8Z|#N0Ĉax%bsJ&{zN J@vg|t Q94,=FMl) b;&6Mߩ(9 l9<<~ %101(޸>9eEMhy~ Ӭɤa(QI]Ne1х#I'6Ӟ63|U =Yn퓜sw axS̟!}.;|uEd!$0f*51 J|Ѧ`G)]nfZBxoΆ{{d&bLaNҵq"j{Ϛe r. ziBc~h;XbprbPOerx+M6"^ ^ ~>E4P52^(fsKEG0)`Rδ@_9ވEo:fe:?pN#G.176|౓0$L?"1:پåOP- wDzl~/#샾z|2d3. YhZܢL`A:H?Ԣ]mF!N_ dBi*p oxIQXnTʪ^KR-+d[hӾIa[SBٟ*"sev.gH<2zU}`E:XtditZc/f8Ey;-'_]2aꐈ` ȎB oY3z0 "9]*G=]CQ{k\*taK>z:ZRv#["fFߔf}*Mhal3یR5G{U"9G{dLݾ׼F @3v=ض;RgN~aKW O&߄SI<ϒ?+X|Au44ʃ~ ,ᮦAy N6;cKhmlĿׅЕF{,#OʹU-"`;?W8nYeT贠ܥLo_WL `ܵa7i{mFda\0S_K~:R&a 47КZו Zv)'H۪ WYZ6'U<1'1&!3Ta')ݍ{$fe̓Ï TԆA 7Z$>TrcI ;(a:Aj+|+~K)6XoE D"2!(.Ĵ27P#?C<ן:W'pr2kpB0>/,SQ ) ݒFF;rM`w_̖LgS5JiQРs?ac"0C4?aq3)50)kϴ2#z".b,U}w;zPRzu2;+(#rr`/AD%oW:N=3Df=x׷;)7}3 ݵ'Cw+ɸEGPd'7c2cFKji(ŭ,2](ˎٹ/~&bBhh?j< vB.,ɺ +$6H0QƷ5 運"rXȬڤ! bÄ^טmoב0k şa/\X^0^$kcjCYu>c kvQi[ⷸ%| Z ^ɄCE*gYeV.*rrrL, ]=,`MX@`CdD*I+i_|9 =s,QCUr_4CKϯ"RXeFF]֘aZj^WxUhBZ:`ǃAS3!&`Bǁ Tt[] &miA|Fx&&Goq% B4vJҤkj G5WҾ"S[Ggl[8Wv\ފԝ'᱂xImJԊDgB[xtp7QY?58O06=0O2fF 7 Wb?b Ȃ ~% e7I].w2Xd@_Ƞ(RJfw_][ =o[w=9$-yh.S]XVG PmEt7!D;EݦfUpUiw8hQNqx~dl` ~Bұn1ɏ/*%mYv'itI tJU->!U09e} =NsMos RknDz(!W 32pY X|YrSoO+tk*ST>%ڣyM>=qi; Os+3 Dy0=N;-Yҿl!]J]^E*dX DH’>FM:~ݚ0NrS]Z_}bB_H00O+-FRf(N hA<_U0`vԋf@)Y%Gtc$$TϔB166Y+}ݒAa(M_Ja)wHَ?@x BtDh<+!7: ip}o f&[0}q6Zs4(z s$A7k91$4vmkrG<J ȓNk섊 #JV m[;*qZ4wVVi5``a)I}#ne[(rwQ!.>χ \+eg% 綹s!F#JvPqܭǫ5ckPc6\E? ?L2AunYL e^ 0v,ƼQ ,`xP4̗SovAlo s0Vj[ﮋb0MӺ@Dd! TmT> -ݷ Z^-7Ùby|g5E*X-b;2J GX#-((I,xf?Anb */ 㪷Bd2#ZiQKHc0Ue*x׶~EJvѫhkZCG4ofLJHzF-F@~ ݀{ȬuyٮBOK'a <)Ts hԾpY-þJ/ }Wd((i-zd,7*JM~㖄|3)D/.@7o_тb-Lf(eQz}4CoCWV =2LgTd4|zZdNWSi9g E\E+q1TB,S\YE`1+'v3w'|Pm4O>' YUıXۡW{,>ݎ,֥BgUa}v(5S藮0᤬둒7!(^?c?] [iDrr^:tC&8|B.HЄQQÌPևP<'-ԙ'x6\, y(k~7 sG"'̳Ԡ¸,Iv0(ܯy<+Ϡ`3/p!lGؚYikiDمǐ`?(NKyY蔹8H-;bQB>P#͜zDžMVwхk.oBK߶sP+zYVH|]:O:ʮQndaOօËp2Za'STygSAS DtcĚ  Wn]d`JRgݶkT2k~^{lrFH통Syl;mڌB;/o(^1_m Ǣq"BIzmuIp:C0)ԑsGq.O6K""SUٵuN& UfxދU@{%7Pf&?Z4sI#*/#~Ǟ6pHyL]PAhRUlI3͞qC%!7X{l"9"%\®{FZNDZɜכμf p5xesliJ`W$XM)|s6%@تa7b H1h:k"Fj>!*k #{E3sh+K` 2X"A]:7TˆMb2T n[>DԖCCԜN05 㥅LH`4k_6ek㬍Onܐe r"0QCUa9@OF֤GLaH/1<(ospNBV &|CAQYG|R&@&\\hntV>u3[Ƚ XH0!X;Ijp9hMv|wB.XrX'臒G}e'a2!Ld E,:%d멫߰yb@NVd;݄͒pxUph`|oɉ@Hn9 nps5i 3`h׎3g)V(>x{K"z5 bMoRul()-d8 ]d}*[ӻNafI/\T*&ms_/PUq"zCb޹i[&ϼ(l(jv\qVp/{I.6Q3]-t+ׄ0 o͛4[hߓ;ug3X $r|flW!q:!&ߤAj΁GVO$ 2ߏ";W|M`D/G5m@YEKT"Y]'{-JWշH[gx]^=kq"̩#VKϜ;j(l4\Xiݎ*ل[+ n!&81Ѹ}^05fn(>a, w\@:QV6/4iU(zcMLPJZ q{H=p߭_q{5pa4Rg v6~tci8I> ݖRBL$oJ%SCGe֭;7PtĔ@u8m \@qmSn#ehh36A{W$d^z>ɗ)\aAee]d3KdU1@1nu&'(g1:8MUutQWcb>c]a!4S٦ihEqG r\55r@0I8{{O[v ~eP>ei(O596=VN ߢ :|Q>BPHGEȹ#_2OoJ5}à`,BJv} |DW%:JKpéQ`5 |*fS*8?u SE4X8[-)?cƎwЂfD˚n80mLyP7%ٚ &R(dOi .YՁ`"#uP]JN@;^5t7iօDw0` WxBG3^%?m+=F~H1<~<%Goۮ͔o:>lET14)6'|WN iuTͣVlX%uVirܳ2%\a&nݿ-jͪN; zHY'z>)l4__nQeSOUOYVZ0HX[aV%Ɇ'EUIfzT!O[]0S:{;E_ 5 0\&33fjVަfqo[q(¼Id"w3^5wCR b)H;9*uU% )VI^ ~9F) HX<]#:]`W#c`3Ηx-~"vz,p6(M]{tjƉֽ*{WM4dyXSTQVkJtRP@ƅ5UG@Y@\:bWEiR$.JJiŜ0=p9G+`Y OB#/7f*`.lQ%i DjS30=B6^|"c*l.S%ɓ#ߣmlGPX}jz싸D00Βyn^}S;>抉4btd_e:G ^XOH}έ6JZ7`~KnG+%z`N 7"F , FV?P@q/k5ϘL3r2gcl D{Thb:6a0bxKOp.#L` -l XUE2:&(:$?䲘*Oݕ_Z3odv"0?MjB{ 񼍡6IvpL=P-&oҮuBjQ:qkG`8ǜ},,ѶVM>CȮ>ưͱHy-5G#ϋ3W #5CHTs>_9ay\Wk?+〪6y5"r7ƃW͸덳|\L}b[i||gN%5EU1z&$(r|2AVnIF joԻnz7IԘZh˓C@g^T%>< T87%+2kHD4()z!-pi>:zѣqnFf(kLIg1`;~HGU:>}/Y/ I.gq)a_2D]{% opC+ }Oϟj-qZbaN}0N)Q#Hܬl0jS]sg 52,|OL:O![SS0]W2.g&la6cMx }kr/pl0fj^hz+:Jaʨ36 Sxޠ>4%&}pG#pet 16*P᲏JpB]Aըd5Qgxį;YKBi5ο犆 Ȇݛm%w&^V2wmZT, זYfpMLJ6+mE9SPײ3(e^sY1&<˄tiA'-{>nriV6cS6$$FQC8 E7Fv( L66V52+JXySTܟXFۑЭ+0!eqsTT~FiroEk)rSRst|W9'U0i777EhVg"F"^/iyK Q}PvYxhqE|<=M)K'ksmJpЯv։8It$!} *< }R5.q7gf+cG6Vr6Wu۴)3=|A|IY.Ϩ p66,$j 5EmF fT4(TN0 8mH)v<('P&je}kC )L:j;8KC>_VOaV/z*k[-H JHLM$X\ȱ:6ډag2U Id_cg(MфI@(=`ȁ|1zL@Dg< a]DW<iTyKT-cӷX'92/YWHӌEE3=o ^m3;-[Wa/) 1c- /ɃR$#jM/>fbSz4ue ) o 2BgghYڪW 5eAy*mؔlQ<@`f2dOa?$25Gy r{e Ň/A\1`KO_V=fO+e+{AV7fl=y!IUtRGnPWX@f` ?`n/CbO[Ik폸\Âԛ- L>k4j$,V}yK ӚOeLA`r#$"AF OnajC4W2C=.jJׄ2;OT:烥jsm;<*pJAnʸ3To;_\ qMvWE;I@3T*/g;jݡ^ʦD/ÁÂ=QT<:D~.̉0}DwP?X\2-S3|G7OчQb~>m"Sҧwୱ\7²HuL>v2ӡqvm!(߅I Л4L]d$|0-`wpoupbU%槇˯C0OL8I^ 0̸/x&q}7hyBfnq3@k=FV]ܧrɑ5C߈u:iɊKt="#C̶C+!4lXe#K9T4+Dm &MWo;{eѽRcQ6>@ͫصwd%!Ƥ2_E>;bUL-ɝ+ɁCHb_Zقy-+P&=>NlzXRax3PUX,R9:KPҝW"n&Lt|c.Υxu|R, #:L~Y X،VARjUq8Lh}fQ7NMdHJ#9rhsݔQ=Z z^g3dԽ°M4UǞǓ;{VG0$v|]BQ5u[,5bEy`IXՀQe]ONpg>- Wd%&)7[$R6 76="Ӈ `EDG;9$L4cീt|݅U9 !Fu-1HA -Wrp/P럲&?կQ9kԉ%'jl BEv&t^6jc-"yGYDJ w!qk^ ӳʖ:FLO Ľ|5泇g9GE2 Ӛ vL1VQM]iY>ϬwpjFqB{JYM_m`k;1A©ŏ[QjV~PFasH8j! Fd]z*/%?o(+.|Y,dayXĢY#v34z BNz~r2NoI kw+޷,䭣[/#v/RL#fn2s5$8f? фȽT|RPfr?F0z oLGe3>t^%xvԥ;I󑚟k9LL3='#OdrK%r\6W;m=+R(hIuno2a2OJ'w(M?W]f.=F9)PV?+Ⱦ4,Q~l3+r(Hc9~RLHOܕC;9\x ¢`H2)^~ W?䞧&I$|/$ RJgK_/eBZ;x`Sģ͓Θ|&/dH-/!- sZmv5̡lm92R̉w5a朤/hSxOHLX1+e_13׸\Y;Pzq7KORJ L'Ofu=WAYvīZ,jX\0㿆گm6` wSJ>Nץ/_ 6$ЊO8M0ivބq҅`nf*%DEbL떌f' ugii5L Ѕ9uɽ)3N>0iFpVRŨnf|@Bc􉙸PJf֑Ϭ!whQ2GJ\}( {4Z8M"jr_M0\$ǔe(l?y‘i9çަ!V| 5*ݢ I)>+&GnU"8g6_@G f~5B"3M~LxG);ns#IEbV:oe2ud&nx{9oh)E 7vyrm!I cHs~C$`}9-dnXRDᾀ?帕^QytT: b:\J}%ݷ~21 )fg_!?JW&! ֕^nNrB)f|zc抟5֮P2|,濇J{9oc {wyES 2ahS' 1@"Jrl+ik$ӽjf~ZH9GHE›K4LP2GN.&OzZ.*]i^Jj3 T~QMoK&7FfK ư=W{le m ݔՌGf44KT3`Of&ï//>=JSϫ}_zٷ~|̄"nu1ҋ.Ɏ:B!Iae[G"٪`3drt 6n0v>( o\e[_Ph%5#Z[^!}mu@PČ⾇QҎz>G?Xr6{Ï $W̎Wq'8.}eeXzAr{7QնtE['[+8.4(L$6tqKō[Pn2[Ҳ/D̂ZTaepS0'͚ IxP0Yeً4.Z1~e>) Ĥvܧf'v{nhˣ#S#p; Vb>BOcvG13SdHd@FiA(,KC8,q/=]u |9TC.'{9Xcj}RAFr~촩;75@:3r3$JJ#ZP>콆7r %mҘ};lVMp(Lt 6JRiW]1>͗d7{Gs vǨޡCɠd;Vߊ5QدkM,7(~3~Ay"͉.M,^wZ"k|G_K^* L]"HDyX뽿0N]F‚ߧ} fA$XT N]I@ r=x~:-E\zlw(-f;hQE ;ϡUfNr\ƒInrޝ}=ޢɓ8ݦ2dZVȴw9܅F1u?۵\ m4j|q:͸Mog7PAq5 ^.K饍ϞhFk2J'}gfr65<0@o!qf<^c*Ixɼg!UrBJ:t98֔b}V1{|<*o%ŅHJ~DRSκO7$Ǡoڗ׹X}_sb*ZXxg%jbV@" Yj6Z[4JDLiXE1RzfsG,/!J *]'^Fv%8?@n᳹ */LPު؎(Ʀ $S?&L=5z Rt&.h^"/Kurqy} kJOYni1BR; x[Fl#%tf[c|]Uxc>mB=\G wPvk/m+Q1.<-kg/qbl~]WeWROK;GUI,/7wq[YzJvd#+lk܏jDDŽ06#k5 F/: ?#HaT9)fCr3G%)WG^Sl=^i6&̗!Yi7iiū6 +yUn `;^Fd_>ØTVm5jDIȄhB qb 0 ɣc S&@ EI-Kɠ-+PpeQlI>ptL vCiI< ݢs|}#|7׵y`ZHGnعCHXaaQ0 M7=bHjy kԞXwQ0_Ī1⩄!W44NfAXS5Gshc~MMbP0Jˤ$WUwiLDTUnAԁt!jbt>_[C_ɟMג*0 pL  ›ލbR]/ "_zetghp^ "79|P'slCPHo'A,{LDP(ޗHA'7΀"K󴍉El9IbO$dog“xvo"9ݵyR A.gxaMaAn{<Żl@50jwd+ ][~dH_U(6nI(FE*h3\iSiEd%ۮcdJU[n$7xV*{!Z+ }ֺ03 ''Cff 1Br9ޙ H>ngs⥑#goi=],10>+Zk@uCfx зql34E|}Z"uphNO>2#a۰A2IqAo<]Fx3bWWgT;!~ gxgT@s=Xe%U%,dDWe7clD ?>f ^N&w#jXL]÷&RKO*`KʌfI6dRs䭆EK@UwXSRb;@In8dyW"(9.wrqL7)o̰J(DFn?ט'm=jCN/s'\UȡYcHR-87y fE!̢i'J8%O2HD:rVsweae I+&r}P;)=@1j2F3")Q(Px@dHnU{PJHR N[P|A?Bvw|`_{ k3ؓFOsUBUo3K^ +6EΗjrzZ㟓Yji+tNT{paQx0;ޘ)*+WbӜN%MĨQz\E. y~hKwJn4?wK k",p ( (ُ~&*N8č_ppdHƝLWh:vqn&)s]]Z";Uq/SPsul;UthY [DA8-1E9/X2|:V=QovLn fZ/:!Xq^DҬ ZSzCfScl9P_hiԐ,ׁ+^;n ڰfɀ=)RR1rXW\򆑶 -ldu%rJ..v1jo& \A}z@ŷ 0ishFtO22z(9CmxH.>T8Gs7E ub͊] ϺUly1HʾJLl7pZIP">L `d7I?Ψ،c3{qHl@qf ;ݙ*Ulc OvÚ}x2>/SˁQ8n|Lؤ~70M^<*'SW$ab C 7 '> t'{7й4$~Twp8YwipֺA3:r QQmFWRS'6iپwG4qLE X_، #z3a`RHƊIHu#(؏|6a}lm@Ek@b,:C0~ǸǺe#eSWĆfgcټPPZ8RQ3C )}X瑗iES/^'Q3+ܟMLe %֛Nr9PTeeΊYV(/Ϡcg cXہg LKK_$_#o3禂Zjh;Hq+NFx/#V;/rmd[jiƪ#? Qqn?dꃐ}jĽ!NQzyzy9'<o>+ΝK2`eFS%"ٝ&T_5eV"tr! dSox}J~ ;|MbαP-M"Gؿ)gU$pr/+r<#\)?#wHEO=fpҏ8ZJ BS>[boD|oFJ*0J\T o`wwnp;4Ze8ȍcgdA߈O[ MD3D˻DWOُd~`@Ikof\S<$A޷?%=0-G[nz:,rY@ O?vc'{O\V!,) }q8mё 0V[`Ae> ^ `sڰkB'5\SmQi3bS]-! B/DWȉDҲ;P\6蒰shrl'wrV].?J ;J m-E} _- pRAGQtK|]x+1]8Mlatؕu>##[d{͋5̧\1]B -e<~nN!@E1:f3*$N`JUhm {2$C?qA>)'zܯݜdoa-˪,ܰ.5PxهnSū=h}/6ncR*9Oȇe{mq-=]w?bK j'Z`wӦnbQ u:53fgb }|.Iqe_+Z'3 ǸoG֪ D=N;K-E)YRO=r8~2}u3W:wI`6anþ3O)6 "P IYy\Y2799EC=MUu vWX'vy"2`IFf8S$C%4Lc-"4= (Y`_>B x/b̓8q];CLn腪.b#_YBpu+B6(@rW֘@~ma{0N`:y~} ?C?)v yʂ_ς>Xd 7!{T"u5В|&5fbݙ2#U'PûcғJ H_N0#\E7$f?Frtv-Xn6[0MU!AN[{^[Hc\W>MHU{p tJ+xN,W#Alok~fWgOܦOVG]ѶP+bZ^Y$+/}0C3- kcJ+F>ihE=9M= $7k`8siXߟ2Q̫>A5tWEÕu'z`FgZ$^ hcwa%*Q2wi[ȉX'9tXcEׯMbs+cd5YCfʟ4=ߥ /Z#6[3ƇrޥWZ k,bZj?b?NeIH&N]s6L A13k2Lǰ &!?nn?.F Cf3QgT 4Om)8Ҍ\R1.Fvq Cf pҹhs%wFvr"H`Ő||8ұNΐ]Fykmt4ްjh[U53@<ǵ:döDWas%*xqs3*[{\eǁapb\szXӿKQgϱTvăVRb5 ա87cZ`[$gn=p 8_N"a~`E?B=1بG?xef:Bp V_)6&SvH< a|4YS|FopàR=V sN1I^s( U̧vl=_An]REX*y?i ǭO}K+dr_D{R ȝ[aV\dFAоt۽T Dvbr:"\۸mIkFԉv'{UZk(B叨6cT[(~$v<=;KJb1l~ HRK@`_؜L3h HQnx lYȉ^w KRQ0 D%C[WS-$g,3OENo+0DZ,Ls#ʷZ:+o0 ۊ (YQS_8r NۉJZP̆8ۙ'>%ր72a fHT7䇔?Cl#)f3գ#‰GPaZ3OdN98e}usp%Fʬb0 IGKP ƪ[v)zKuݾVwJ#*LIb6;I|RP۠\$RF''j ӧbȍ_plEd&2#t/nz{]c^z=g.Maavu'.6zy2ݼ;c)obG|}_VߑB3lPz×x0~f+f%J-) %v ҲjIp}Yey|+[@sʱjnÿM)KXa7{g6&铸krN/JQwY[\W}gB\cb>{m&Li[8RKrHV9aM:l7Tz[6‰fyd01b?1)\m)[Nlj.M7,1`&"u-Kh/WJٰ}&1e96 aw4e'GUW%9ze3QDw:-vL$/ܿ!yc: !QƮ<( iꕠ2qQR͛Ğ:_~8z(F*S(&s~Z;nɻϙO ˑ#ٻ d H.[q}]gysa2JTj1ZC\\bѪOt+yyKˉ9,mžGΤ1]D;DvU6:r~WL/Yl#ad'* 4&P\"^FuQDw ~zYG@mrjH&׿HP]ip*9["k]:D%&Ry?zf`҅`+K͠yN/)}0Z}Nű!G=>ʃ$r/"@N _q3`K<[R/;}}v w| rb.5@='23ؖat=)y炡OIR?75 D}7D1PViHE"-*ME}t',/5Z UZUZև4"ck(i앷sC:C$hRΔral&@r PBxZE##I scw-qZR oq.{aI4b {U^=׵Nd8MþI0tx/bb (J8WGEcBVwTCʷ@#N{黎mF]rJDI.WUT ݈:s'[vIًG݇WˋCh`M,)Z ziz3ᱱ2 9cՋKjr HEu  xgnޅ!ْ)B\)JpS _!Yỳ$q>5y/nR_`u$|͜ ڽղCR8󎦈Wulg|怳Gjm)Zv=Ki<ـݖ빶^"5olND'9ݹJv&7ԑ),2"I!*lkj^tT2Z;q^bJvp![͢^o.M(4z'>ӈEAA>`c6yzIF,Zu6jB|xbsDE2;w}!5VJ*5J,i Wu&d@5)}Hcʓ6u}PVc"r ,wXh/:zbm-ÅV0׳\0?MM>ʺ-nf--Zez#`"@>$t'Edj|Ar'=.UUsΙDm-OahE8R?#QoDfk@T+lNY IWLs."F/c؋IELq:Gfp&E :1T! 6 1?Jg) .*=U_ .Ww;8u+P-'P|zݪ$m!aAm^+}Gi3o0~jF8"Ο")gpe}Z%uzt`@/b[F.;fyYYfW[oƺ.p~jժUFٶ[:ը< >S;)HLoω_,@ G wJ BHp+;RDŽ#*:y~;rSw$P/_FtU]٣Bb9Ǝc.~W[ I.lq7xNB}v+?궣d45yM!H eIFXT{K.Xr(hj= OhlK#b\STBLSþdqi!Qukfjw)>?%ID($4c3g#Sv։gāDXmkp&S|&)6}DFyh`]oi`hlO!QP3y鿃7:,)S}Naja`;-mX8@*91y_unM/%@-T_j˷,!qCY_9R:|;blQ1'X۔?/yxM_=-<:zJN.0caDoKweŵ mm0LtcX:C,.X x`D5I*NPT/J$ e݉kY& xp¾46Z=dZv;.84oA[8L63n}w? I \@;Xnu>(NEկD ,; G,M9xLȠPۮ| 8=*4s^CC\+F!h d~RcJ$>C3TxF{E]sՌq(1{@p`LŐƇ}xG5|X+~<;y _3bg3tn-wtGD{7g9W+p?{Qn_e3KxB+Z\R ]Qok]/i gZ&Xx [T|p1F Xw.6 wՐ%`r^Z(?*<kX:}*GгV?ο`!ѧi}~T}_9/'MM}US&4#2Q*D7V:4S)O_,&[b'U*7g{5 so*x]E܍z,ۯw>G 7RgI1LJPB퀪y0gPh* !?ڜT]쪂vWD Yy8"9"U*CYeS_o# FvtgW3xث_ZAĹь\=tqQ}I0. SZ2B)]gYqn3CsF :L;)ݵdBet=/؁eKZot֤-zyn2~FCEjf.6G8+®ݶ'Vk7j$/+~E,6*&dr|;ϱ9Mؙ:`dSDR .6,.~U˭9y=2 Mgno)*=R s+ s$&6R.HM)淔qOgMw+I^H+Lmw!cz&J;z8\KŐ~ *SXFIQɷѡb#+3%C"(<*HxgIǐh)R4""~s% GM<˖vFwAq\glL\ 3G|H'!(3 ix$EDQa! R 8A{% 9y+Khz*vzBȅWgI\_]j[~t#ST# I Z&גw!b#PD8TQTI2xLv;ܚF%+a^-S! e.b#\^;hNim xVSyN^Uk9{ |O7hN$ehZB3%׶ELJQ99tȾlͽ%:J9WH eSeBuK@hPB Q 0LoVˣN<+YSWӜ ¿E<6!`~N!7nYS_̵ E']rقR#r=R0Wv`ZXs~,exi9 2<)D@5R*ʔUCrJ6u$f*WJ&X]n9j!cnSUe ; tJAQ-jxuzmw[\د=k>] 9a-*h󌾣km(r$X'{/>[dGN'*ȧRmӪ|(QU)d޸[M2$6{ri<0G3;ZY*F=?>v!'v]bwx hH,Ԉ9R-Q&n*Wmkt*%\V5@DDw4AP?ԙ@waW1YTٮ Q"64!C-{e7䜩$DS\J=zLJ,X 6a+|{Rr}-ƔIFdU#z)ɩ.qov=[rDcT5YH{v _x¿C(9=[[+/=~Q1%/٥jˎ;O,4: mx1k:Oh\O.с0v0G )ug!`y.+Jau4(?$<:>dzߛK 2B ɳVb=ۈ. ba~žPҌCUғ9z+cmW>Sf5a׉n>oP DLD!y ^VXN9Gd9, kvɎEtsڃ";S:[S$ J^F=>i0HZg.ܥv\|D}y= >}Bႏ:Vtq]ʩ[uHR>-8n\aR). <& #">FG-$+ pNU$M٧{Jsg$JSSlb,5aT=B YH|"V ;70gn5tLFy~\]pPS$&(;l)yAo /IP')wMEB̈(WG_|w[)'^}x/G; ۵ٺ0Zʑ:beQJgC]=huρm  육H}b֖X6\R<=#:[6he! 19}R q قGʥbetR-J|vl+k4?~nm]tN *P(a _țz 9ZRzrGeJ&܄3Oeb$1Bil ~J}/DH$h3v:A=KF8dyM@W235dJYromiK4DmȂq 7*7M 9uXD4T. o@XenG#Oyqy۰"G0/>|RԚ#6q#r~-Ʒ~Vyn ;å$k s*4!i%qF#ڨjNr²'0Wg?nv+5`q{6!r|S8mDS{pJGW0POxR䓵g$Fl^:3T$!'{[ځjSw[2g+4nxL1_uуzt)`HCp>#}>9s?WxD40KhI@ W<+6 }-;iW4t|c-: d)JIcJ!ukXEPbCqMy/fޒO uP9e8^<0kyTI=$Ծ;@E+v@Mzv6Wdta46#?pmY& +ܾXWTQNa-Ȉ Tp?mBp )oR[)FaMax X㛥K HO5rZ0y$=@ўz!hvD^څӚŅF_1xh8й1LOLR4(׽(=S-244vG@Grh R3O>j^|W!BQË~]5;\e&_ch/U69ӻ+‘|OT $G;%ĉ1Ep!1;iW+ho)y^lX3)K'. 'fX/bw:hnkc9&fzRo//LF? ]q Rxa4X!nѭ%ܼPmn`MKԤԂjԃTْ0s{uO?:=u{?YZTMyUCviNئq#>g[a0UЂ=@hE~kCvL&@+|f64Qk,RYMJҕX(0Xȭ4"NDʉVV) ?^;`!"Ax<>P*}!lWWΚUj0:.KwQN(=2M%(9{2C#9Ʌ uW3[;:+VpȆJ)Bn0ʈW>v7/]tK+j,ߏhwK;mD0їF yV%4L b YSRf5-< [=&50t'-ԠΊ%!-% 4 n+ 0=mfʣ+YcdMG%7e\~22(Xg~LQܗXDN׳ jٸI)N?9H@Jxyl#`x63z*Kbz٩5Y Le |V;^tNL F✖.BnHL,8e?8sϡ1qR5Fs ]bP=B CV~7)vH+/ǫ{ym5: $"tfŹ E/PqD0S;2KA $억JJE{#ڵA~u1Ԧ+24YU0 ywJJ#26- }pd gBE;[eE>ʕWZ\.Cr& sh-baحY}uIdfvwh7sn q-v GNOh$^;,l9=1%-'?na>w=ן|f}^ HH*ɽu'X7:ԗ'eX_,ˬ/wlsr BҶlסX]8{ǽ aX7d=ږ.J[Mfyp߈to'i* rIUXmN>k5oSn}5Y2|Y A:92':Hf=BaJv/UWx:H,\jR{Vsj~`[YZD~bƖI4F3.\ȷGIZ-iP#M)b7WO&@s )O>GLKpx ? kDIzW! b3ט$4BBJ4 Ąpl!ш)V@/ G|3Lyָ+JNo\DPRMHmE241[e}+zb{]DW8Q_ |UZMjጜ۟,sIk^1w2թG"tW\jrcو<L+lB:5[Z ð])V(0CVx"s8/[Ӿ-x%LL$Q^P327!M$aF5w\ը<ɣbNiV+%wE=UE6//X'hxhg)Rh%kDўMߑt>29{RQ6ݲ c7K\]풁s[7ʪ6zT@Qhݐ:%U8d|VY, jm eCpذ}RϰY/@ woAhfykd四>" l}ȋ,ipC ѫPظ;^Tqym--q˜_= eBͬ@j M֍gTL@Ɛm(gZ|Ԫ}y{}A1:so?;{?ۿ(EP?zJPI16yi(./#*37k"B(+"b5{e`zn lәԴW&2nڛ-үi䲰b¤?8Sw; q-j'RFnS7.7Z:ۜA Wgɡ=aI'丵u3h T]T ^Ɠ4}rccteGk[l f ;T'kKUs%\Jȥx+o.QϤ}h 葾];%\wJ绩D,?0tga4r΅*+)z}F0 nkeDlL!7)0ۊܗ;C֝ fQh`Wao]":^ nC'ZmE05Yc06}k%Q:ew=J\@R+!D#\-d4'i5ܼ!Z3*qPU+igQpdziC_ʩ sm@*5ˉjظG*ٓT c^P d9e&^O>@/u윮b_BMկ+&OdcG6MOb3XGL^ja 8߇O xE;"S'yM9_ {c@F xU @K6BqMX"-6aϞ[KA(଎D*}FC+f+j(EբǑ&x>H5i6Ŝ>@:}wL/yqo47Mf?}h !hP+AghSbM=GvX0neɦ |s $FԊ S+iɒD-@0*8IzͻG,uR➎A09%ftޑJyX/@y^_m#lok`\\ؑ0(3dq B GxwRy&24z{u߫?G0FKO]'ZBu,0um)GrfXvr0[ĝvI""A>rD -q@)'0a,k^-ӘZ*X%W;+yekt6}@R")О'.I*/i9zWf͓:OKrVk)Mn14앾Nqw1tv.t̏"٘'}‰P2 $7P|%0m6iO(nG#a<;bt^^ B^IcS3%heg?ݏco"!— Q[ʽ'7;lC3e<җD Se+^RjMuA6Q&CU|lvte@x"ץT6Kt Ki'6,N)X“Mg3{HAd3WvsQ-RW7idq] +*v!%.0pg)O;*h@?9S1t9iycH=‡*K:J^n eDŕ*#5g2˩P~' 7:pΏSqaWdgDtC=+RKHlE nù5@]4 u_#=&k6^A8ʟHgb~׽iZ]p,Nszl`OY2{3CfAP,1ϛ~㐕L63vc.$˹퐠>)|~2DfKy;o3Ք1ߦf׀+[nXNkCvTl»3 ED ZjOeU#jz .t Y$)|41u=2Q:,|[ u ?_ʇA_ (lʠ\rZ$cn|