dhcp-relay-4.3.5-lp151.6.3.1<>,h]L/=„DGDTYXEx ~tY4Gx^dg>ϴ}єčg,u6YsJ#kGǰIܶZU6F ͡ʆMzo'x(N' 1*ޗeq`bZ`k* 6xVF16m3 ~s q$r7t? ѻT,xVQ r/Fp?pd   4LP\`s|  #@ #h  #|  #  #  %B  %d % % %& &8&X&(S((8(9(:*=kZ>kb?kj@krFkzGk Hk Ik XkYk\l ]l@ ^lbm+cmdnbengfnjlnlun vnwo xp$ ypLzplp|pppCdhcp-relay4.3.5lp151.6.3.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. ]Lcloud114\openSUSE Leap 15.1openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in dhcrelay.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in dhcrelay.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-dhcp-update-$service-new-in-upgrade" fi done for service in dhcrelay.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in dhcrelay6.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in dhcrelay6.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-dhcp-update-$service-new-in-upgrade" fi done for service in dhcrelay6.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi# 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 test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset dhcrelay.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in dhcrelay.service ; do if [ ! -e "/run/rpm-dhcp-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in dhcrelay.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset dhcrelay6.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in dhcrelay6.service ; do if [ ! -e "/run/rpm-dhcp-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in dhcrelay6.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" 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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcrelay.service ) || : fi else # package uninstall for service in dhcrelay.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcrelay6.service ) || : fi else # package uninstall for service in dhcrelay6.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fib(A큤]?]?]?]?]D]?]E]E]?]?22cd0d0e1f07bbf7bf6bb471fa28887e1a97897b891a4d23e81c76c9b33a001e2f4a7a4e57bf62cd2585cc82ae12ac780cbb770a428da90c7078e2c3a25216f49bf744dee5dff0503acfac0ce0a5d116e1e2cbda871c6d2a92018754a84967d795cc0bc38b3c9f4ba78c7886ab3d83bd7810b998494ab32b361e9f3ffc7f20c868ec7c91be7a908ba8651b3223235edbcd5c4c996be4908e0e1f1ed9b9639c3c7fc27a2b50f3279875ae91ac70a8423333131d93ba4a6f44255218c7be67b9d5dhcrelayserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.5-lp151.6.3.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.53.0.4-14.6.0-14.0-15.2-14.14.1]B@]#0@Z%ZaZ]@ZOhZ1@Z@Yh@Yg`Y^&@YZ1XƉX@W.@W=V_V@UTи@T5T@TmTeReinhard 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- 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/shcloud114 1571069772 4.3.5-lp151.6.3.14.3.5-lp151.6.3.1dhcpdhcrelaydhcrelay.servicedhcrelay6.servicedhcrelaydhcrelay6rcdhcrelayrcdhcrelay6sysconfig.dhcrelaydhcrelay.8.gz/usr/lib//usr/lib/dhcp//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:11270/openSUSE_Leap_15.1_Update/b1a1c6044fdd49b310e6329eff8fad66-dhcp.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linuxdirectoryPOSIX shell script, ASCII text executableASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=b34002ea761f1d42db6c521aefc6fc099699bd2a, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRR {@Z]>Y 6Jutf-8c2c52662bfa413dc83e71acacc394e42822fd29e437100f1c022ef3b8fabf466?7zXZ !t/{]"k%w nb\w~ljbqUH`cG,?4@w,]Fvq)= L'D_7`-˄ޏQm"%u aPh[:O(Y99s#}IJM|E!5oo3dܒԦ![:%FQS: nG d>y6HK3'J:IA0uJdfS@&q3^)!W4ETi&T8EhGwh>\};Λ pL* "0 AUSDOY_O8NV=LZN/[]jnd!N9_ 31z(e׼*;)M*f@$}s ېKG.A+(7n>P)cyW~D/+!<ѓ!Ns%A@xi(uXi!ZhlsʛmAK_1xy`A7:(2GB[ dG٭e(ntu딎]M?{>PwAhq4NV?5ͦ҈~Yk\`q> ws~͠{ߘ1zաG?Ga@nPJ,T}Ni;Lkve.ҵdK~8qU5rOoMՒ!mvK;` k'T **Uf5"',_5z\ǣK0yx:t*K ~xpԎ٫[c[l6ahsR぀SP*׽RX s*yH+><:Iu*tF6J@"g>b6>e(Q3;F)FBF ]$bD" Q&~ ES^}bzQfw͖Q1D0lO͢B KRغFE;Utm7r7'4ܺ>aBwlʥ"ih XtmpvSξ҅@d#MR\hf15!HsɀAHP#8ft=(eI . n<]X[6 T?BiH3ؙ#yfɚ6Q6w~ylo乊Rc) Rbjh7-S!tbCSȭ&;˱ 85$vt c:Sw킦hi~ڿјY\Ɯ6pxҫoARn0}g|-%d-˵gZ0(jFȄ 8 'ꙿ"fkQ6w7Ֆ /כi0oŢTxE(#SӤm2*e͡fi@Va fˎHWR5E"T yU'v˘N}dexr4UM D=Iq*$1E>D/ %ѧ gLtZ"EcMI~YTو5t)AAu-I@G7bgΌL"Nȹ3hX۱s^?X\1)cu:{HuցīdyQE5@ӛEw yY0Q\s]1G.3@{ՆybCzrRP!AqD",Wɿmrn2 VOILJ'Tnb ~P\CʯCQsg\zBagfK 2IX]dW|Wq&'eŊa_΃ 9#kp 2pj-9}_To/H1b "SixreTjф A|UQ?\]~L]Z5ra|nA`}>Ϻ֛W# , P#d.0=s2[L{dϑHZh%ξ5TB->k)4mۦlrR|[TO4W߫Si(X2V1d#M$ -6Hl |@سHT( hHH5Rk5A8͸?umZyLwQeJ,:Vۤ9Rvi=H5R_8T]U]t8 SgJN&R/̖Z:T}NNŘuIAK{(ԭ[)!bT+Od(a$Hb/cHn@g@=\*ʕUo튯TàѦaA+QX*$2~FFU>0Ο)uP)u`(HSb2#˨L>yh}@TAvClPd 6Ζu(-侣lr9t<}C{*z?ނTbH;l*̣ X;>-:#+.idOu.GF Y"2QFDsag `$TiSEنo j9-J'=£n UTr& 5;{(.cdt)n1Nj}]BØYD('+</\-%^J3x*~$r¹Yn?iCYq?U)Ҏ)M.Vq|jctw r;7G+g.phm ޒ\kVPCx!+Lຉ~iVL'T+/ޫamtŷ Yf4Ou! ! q $4*QLzTx{Qm ktxǘ(n_7[, ڛ֔5ح\gPi?#k+x"|[MŢD~qy'~Pq45JZխɑ"w? D恭+8:ѨThF*Ѳ?2f22OXA*/aʺTj&5+fbćָk{66i&c2p CHljY%!_]Qgg,E2P;!,J R5$v>1J2Y6a35險\bP;kc#ՉXHsqT<}v/B/註wT ; w 9]NHlc%Ŭ0"6TD:hQh(8S{GFnY0ls?7+{5Pƨ4jT^ɼ춼ldm+j%ow->(:X1↑l;DF&f?yLTj]7@v?ձ "_h+vS]rh˔?@0*JnR@QѢ[@*"zf!2:ek#z*S>Non_| (5=ӤzxO赣j05-@־I2ViJ~w2(#ȨpS0o;Ikک:{άrrQّp((+׈@\{{EOl.Nѥl pDɐڦaY5$9ŁыuDэY _5~BQǨ:HV^zͱniOJAEx}eSXW%t8<,`mXNⷔڪaqL8bO)0bx'=/}=leDMOc1ԺS[YXk~lSI*E$@\o;Yp$s#$'Mx{;Vw6\)3hv 7i"cXo!=2SODmJ=p; EPltlrOh.Gm xɜk3|:' swq|AJ;{͖wpX J[]ص# UwL=' IqN5aw!7<=@)Lqҝ s$Alz&-Gn9p|zWj߭ +Z&VCƭ![Ê;4Z!)6}#E#.PՐ|O g9.R ?xЏtrݖ0ˤ5Oq<*SO#!osh &!,v4nFh{5m˿;qmsTQ3gq9' `߾ (%ɒLpP[&6Ӣt$j `hz:~D !D؏\9Rr|9aԫ/?Dk$t{]&,w kAloCJ^uhT,7Pnl|C(}Qˑ_|/om4IG-'axu"|A݈g֨Aa$f;iLb$">usNTbeqi=#Uֳ>O'ݹZe+@qNn=`P`h(H%*vj;U/e WhvÀk ]6^&iҤqɗd5[JiKzSK-Gc#[f݅A\ 1^TPOXK+ɹ.e7,*&(&OtE\rدݤuثqPTr5(ikԻ+0MTx *h𲞲?LjiǗ#F"Zگ?b?D,XĄ@u(yyF9lQ;JSǸ_EDxˆ uq:|[)׹O҇،/-v/k>ٿB;I9>Diuܤ&g`q ,zHnjfaJΒL 8yRo2٤+5j?_ y[!%&^8-34[2 R!̶^Dnv\!Y^zޡ/ )}($1=O2}*7u:Iz=Zٳ,d.i{fin rƞh}B6gBvYk\޿EAN^;Qraccuv)Z}fw.GEeG=ĂutT]pMZ: rBoKKcpp^Sv3}2ˍT*qb +8>PDs\vFkejJAi\mq,d?53…T|;zk[xxShqض"WH;38&nr> ?c֢q諽8!J9 2qZWɁU >i_z)D k50*g1 5k맻ą]XƬW6N}w09zɼ2ʻSwOm0~bl;>03FTUZ Mɮ}zx|ժLSCkXLvIW@M԰ʪi$%( A[r.I,ʎ cva` 814DQ'ٶ|IxSO}7 ۷2 )jQzz-Rß[3K^:UEX@>~wDtZIA4x~bQnabd&EѪў#bO|ɗ}lUro4o+RsϨe2~L3 g7+?1߿UHK'lϣ5$LL\PWV-o8^6,{;sD;3to-#ha ?_oH"pR*ۆ&\DA# ]x> F9*$kվ%(ӷED&bFT{Oĝal1M?#BhNOʎR9>?/%"&~s9]ԥ'ҐM/w'0IoV3vY0mb%@τc^րtD珋fDۿ`w[VK`4HB~ssrS7"m1&WG_D$$ `cۨN,vB cђ!rH[;K|+At_%9y2`niTo <+ҧkj uo+S6H>RfVYuk;,:K 0^[B,!O tY'(/"&Y5ǼH!b B) ~F-?Hſ20 \bQ!3}t~fwS*&fM(pf=ޕD7Ri nGXom?A Cgx:+@?Ҿpv" i6=Rsyw&RVA&̟P@9=\ |{ONkrU*:fwثߩ\vXZ_+)$=un"ވ ǻofBv.b6ŹeAEa)4,ѶDKEu&&: lZm`&m'PdY{*O`҉BBe~+ۑ/37g :c}4["^x ( GWcCUrPܶb}ސUGa90Qo@`[6L %η-ZƐR8'A)E)~HD *+E1S,eˀQET&kF_8F08FO٩ %R9;V3#4ltQ mWoˋyȮ@k_Gu&R71F!Al*u,)<s FN їJF9No 4Ê,,%1 L֡6-ib6jH zW m`+Q]&6v1A7DwlbtY*B"U$2VܩR?8-T@3 }$s!gw$⁖EN)&2U4[t'QԆXd˖ffyfχ%3x2 YepkbSnԤVD78+2 !zsmzǭ=a0ZN4pIAZ> 3Noct:THPF1bOA*~lΜ0h8FF%9}S-2*(Vۇ}O߫]2gԶUjaMK:h[n/0.~M'a9?U[(ó\ܨ!ӄbܴrT] X]4r.4k\=3>: qhC! '!L?5tf1^Sh`yp:Ͷ:B{O`U~]>%'ŸgZIq(WM 2{L'^FEcىmL>*,dխLF2Złކ@xIe덅_bQiQ35:3/"~;!})n{Mar * ;$l-p&3bMjqA%ݠir^"}excT[7У5e~M:UҜ *cxɼ*eQR=8:oad+B]!;MpyKf P3chְNyFfpԑ6 Md|Lbp&}$Y荚,Pgڦ))P|*!s|@ MEno{XfD %Dz+ˡjj1s a!{kLB|ބIi fX})Ae,SoZ!s<*%2:INk;;;Ag`yD3_e[!v:.V*l=v2 XcAO#Y,-LRv*^),n QJN{2oBLC@vVݏ0 Kv(l̺G/=SI3#wóPLA(DVo^U`^{2Lo68-ey"Uz" 9F~,淂U*mBJh)-#̀Fn]71o6G&I^q/̫dhY`~{NiGX:%P/D?^ݬ9+7L86F{#B+t`0Z|@od]a# -_yjwBWI>p .c@B5~ORpf n?0=cǏ)8z䥽شQ!36_0 Tq yXUS,F Z7dJkX*.ޝzYZ˙nPJ9$\᜸h"OX"$хQJ6?MFçLݏ9~@# ^`C'HnS6CLqO@5Y&uHx[) sJ$d@Sd 8Ui OuІiS$(~?HˢӃԇ\qG US`GK0Z U59#1?f9M!ޕe ٥b|W@/7A6unM KLdVmKNd-Lf/2`vS1Kí3BFEo@TW}4Q~=v{jPAM c;ڑ W۽ǠTQGsCA/X2_U3p]ًd5hu"ؠ#iA~Ӹ')WlMǛD=z?4R~~{ s ^aV3nFٯ{ޥ~Ad#ùIa+[3k4L-:"w ^0ۍs;k=6Oxy&? AҲ3>a˪,oo ~+ˊ{dxhC ǕC7MR#s%m\p_Lb +`ZϢc6|M$↯S h<Ƽt܎>V  G_1ty?RkZ ØIPte誨p)Uݨ >X_J S5b?׵+l{_.bN|P'B*|u?rkaWo,,aB\'蟣>C~ey'h}AVXF9D!g˚3CCj]3 yB&@:{[x9!Iǻ[v TknKS@ߋaU/⤲`mVnc/P6 $fYq| ]aRGA*|;)b9 EQ6!x fܕ 1ѯ/A\ ČFWG^C9>6Hv > 1Ȁv7,p.rܮ;]{o-Winnߴ 1GcvW.c%M&?m=x(U^“Sm-` (in%%+GON>%-ȶ( /:iʼPӷV N6gg,bQXeFA@o'Ę2p;d.Qf"S:LE"/Y".^> seGIc1`g\}ޓ7ݐ& L#b+hU{ϱF(7;eE  |EVxE 5Zuє*TbQ{pC2;c_vZ]LKjzn4񵿈AaO`y<.Ѻ2@F8 'SZmY+iŊFNɉ}GX\PI p藽VMxA`>+կjsV m#0f(4W6P {Q^v#AKf(1)Gl0giӟ<|QA~_C9q2+2WT%Yuc;tPLhet4u1EUlǩuoӮaQ 9;[d!;C ywG 7L`[ø4G7-^^ĚV6b= ϗ2O!3'{ #J:0Y{ȥ÷JÓa{.E8KA?ū`6oVfJ밳h"0X=CDD﩮{Jqu?*>'ܩQ>GqXTc3mۦqExI8:'] oϒp8\[X1eYtCw_/O]m#y+1vn&p/#~i7]|} wK0 8|o\ lA}Y/D?b)]GZ/jmhH2``#poVW:4CS z }Pe9gVqͱVFdű{a^kn[SY29ZJX!J77CGݸxqWz'oxioFK<1 GfnP] v5BxLH?Jd bm䜸"Ni{0~sް4, (x~k ~eP ُy ?4:D5l@{̤B5L!Z<.-۞L3ي oA^1z:qa4*Ej|lJ*Řzh"X9GT\.-+ӭdp< %61~ *t-gf4~S7Zַ`?Eͧ`Fn*W1Z;H[# Wy!ZU)+(NX,*A})Q%|q(Eʓ(<4QN; q fyĈ3ހ2 */K~ӑOI#q$iaO 3[;d5mGص*ZA'iSƩ1@>oO.sOT D8TϾ&uFQ4=< K+_sXhIT ;1]Nxa"{CQp?Cr5ncy)!.l 훗8:!y fWѠIy=ZV]NO\j9D2*GedƥzƩn Pn]ǀzz8%9 fVu [ Ym]ӭkQXK+9EP\cIWDؒ~~:8s1kE2:]L0e%L RdEIV.M2}KOYU ]!P]%`3[cQ|ch2r.&8 /oZaNj|hh G#G ?dð]$ؠqA֭e򕤛gM;BWrfs>"6nrIAio5j s:^EK:2 ; 5DJYǐ "OѴ#Gc HtUoVG\CV30i Ae p;I:p:z xEC583E+wެOoKƐ\'gH9DTg)̾Gp[H)5TˇXlݾM+|YJ.:s mbl,;ln$frXڋVol|ZDOr@aWIW <]IM=ƍ?,̝OQ따ߨ^߆:`7aљ ~SYw>oW4zL$e_RFEU%]bOԸie^G oз) Wp؊^⑊7;#ID.%@Al\oi:̥[cccϑ);@xc73 ԻJbf{v׀7"ɰ"s]8 \mUuM9kA&})<]cyotW&"U}تDNCE{ " uާ@ÂV& R35ǹ.QzZ&L aY:EE/[T Њ[TdSHfr?G`8`q'&׺jIq։6^xE63;F/DIl4Tx`~al@SR vY֠D9 X65Ϛ<" ƿN>3luY5WH 8ZcLıkbm_He>F<?R5K?t;_`l_]ˑWkKdIr<^{nxq~D,PpK˪^V~%<2r>u^$ ."=r*}j˸0ϯ]ko݅u^9 c@F k|~"g\!=T֗/SS8(Hse=a<9OmH5I?i6MO݂=|}{Jq2ߟmd,i4޵zhI:m!iŷ6ܮr<22,n^-0- 6&ِY8<7*G)('wU#dQ9%|B'InD%$ݗIJL}b2DoЬwt$>"ԫ"]=>ro/7XGPΟ\2?L"R6bF#XUa4nTEN4+Sz!eS O a\/DPyTR7Vth^ foyX{I,c\Hd)\iT3bf0T)Ӭ`_Pݩ` bߗ錥2"ȼBsPk^ -ExSOq~0tK!v \›z1ԹQ,ȽBu" >tsӏ+ _D@@X)RY6xخH0^e"GU~B2fX屪|tQ+Q\ s(׀+?HvS8tw';zS¦h ]cjrhǺfƛ# yu}q4'L޽$*F̔ /*{4=}GYJv3壛_K?x8AJw\WOnQ_it-(_:p2 &7!߄tgWVsLSz ͧ-k@*Gڈ0&p;l qb @iizM51,8b`1r5 pjM$LejFi 1ud 씊^y!ULB3y`٭uI!Vc@5m\i7ItV;۹=2u1χBz=1UDZpo[{-!,frh"h"+ӟM_{+&1@U'!B7W A"%d&YVf=\ gsf5+v}վh?6 ?a^)HbFpI o |WG_!Կ)r 9RDG!vVbEwQJ]c>җق[">dkvtmFz}BT=_?/mtżU|îf^x 窣z˘v3WS;t3t*}23֪ф]}fTda@C4 dt2#nb jh5J9"*+Z 飌TVB?yx`[P5MUϏc'U٧ z5bˡB~ryc{beS5vP{C}0@1]nвBxLQ?8L%AN c;I<3g"zwtMdF=bwi?+Amy;<2錞&/+v{cHP\8w:J+`>7Y_aᯘlD=h &"^a(*ފôN9JYEQ3 oPE #,(iT/ Zr,rlc.}h@#2^U85!f& Vspvؽ˘ȩpep{9-C[ RoK'_8YK:NVɪƩ~U>B6ȫK{BjZ2}hX5Zr|(%9=J(/5k=y&V5`'8D4#)C'cwBx{=,YǺ(ڼ0;齏pe&7YYCSS#I-2sq&;"%ڕ3V ɼ0TkJ[OFN PI" cF۝k,nb.%ZG~ [t\Gl'j 1)ٕ%X)d*=&֣Ny &٫:LA֒%lW MO@ $E2E E U:`VA4J,Rz6 ny楖逞"#B_vb_ư;p:@jTlȓ@eeojUwqyS\T6#%T|i% O2Z]R5;d{ؖB<92+ϳvB1uRMiL:ɛja8O?CNN6BvI(W:KKؗ.C!K5_4C| OlK yIr.U.rfUmph#u&Agb{.HP>z^gAѭ||0V2{::em1{h ;}ph H`m4%5cEN8y3#R*ې|%b/ tǼ;Tm}2+|*?I7iD1s92Oj.H\`Ҁl$U'#>_m"x8bcFK~'E_1ћ{qԞZ>5~xߺ&.5Zs2Z yy2!T*8B9h@R Ϙ\W&֌t}]*}k:(dЎ̫ [8)ӟ ^Z2UBz:-J]@WcW/f-ə\ȿ<[lz= r?rn8#}=#M)cb-3~RWCigev4)6|"iv^)mL\P¹̧hŕk46 jڳ_ h P/Y@YФKL"p!a}~㏎!3WpX{ʝͤj^( 'F};5vxǙ||*}iq}pk8XN1X3NQ$\at=x8-%pO?HR D0ESm dP¨g(~R"ɤ1L|Pƒ(f + :"J&eE0ViVxKLMZQ̹&؛AC*8`c܀TNX=~^wE+LUlU&{ ۼnȖ4ffqŜyѤ|9A mb; ӓi3fԲ'I*Ը]Q|1S92o92l dא 4Ʀq@S~F+3"fѮb*`x, ~۟MKt{ }lRh)6r<[Ih+8bYm\u|2^O|’Prp~jYy qxDc|FB7 0Z= 'ABMv{agزO?F'\盈F2Gvص+Q[N gt}"NzE~fk +3W^,sD`oO5z9uh.VN>a1^Ͷ N#0!.vɵ1fF.>D&lHjF 欄)$HG0+RG4SpgjI`9*ȨuCZ%A0W3k+F]LlӮb!lxaKze} E:t3E, Ou7v׸{߂4ŵ7@O+׋L)}Kc=ct< ʉy=׋\CjiUj~U]H]˥mK{f(/^8ϐn+1lh["4} <[@\Mm﷒V`&S_XEy[J!CX $,kީ?::#1Jzֹ |RrH;toyϘ** `1x7ϿzYD K&;lʱG$2pа2dʵ,npgl&B0CoԹejJ HBk5<Ѱ;}ہ v8-\$V/Iwj xxzpԈHOӭ+5A@4{/BM?" ™GXXP t9-/rEћs}6O{S-Q 2DXCS_5B'Q|us;0-ra 7Gm`O}f2,ٗ-LZ D%C4CkK|n-yqj@:(3 To?O5`SH1qϝ}.G3\e,& .0^ %&R~l2IG\d0fGAM!=*b,0RHldlS%iI] ӵfzdV_P [8e!~kW*؛ 7K:{>܀MBCtB'Qu:r1FvXHl;>Sxr l\ REGRf$$&PTi#ͅi*O-w7F# MV f7$~\Dseڿ>T>zPxs]GeخMWaVa#f%^؂*#o4>\&͞W|)6 s8A$ɪ=ak9 3jP` C)eIni'ؑ4%7'Lp`?1!DHފA#L=d&Z3:=1᪊lQ`JumN"s>f \ '!𥭿Nғ rMx%&/?h~LWTbAy.F4ΟE_љW\tqפv o.O~ \R'b9d)j؅Jؘ*Թ"dX#}e] G[3#8Y gȩ1ߔ7NaDD>A@0HlWgߔ힚t l0&5' v+)aO }'۳,>ȱ:ev:CAKJ!̥ |0]ЏHX\? Dk]HA n+B1~L{S? hT:"94.ُ_n)I|Lи9!R'$V8be'#OD< `G+ 9dZWd  ;\M8cN'_Ph(xV(u22)hQ  #Y# E]sI?oNm`: :6coHMM#D*􏓦@I#͟rw9ȑF"2NP{^CG7D8k-[DЌTѨDPI?LJ;gNvz\s|N.t0VE?WI. ـ)~v7+ Ey-RsbWz 7o~GYss +Dn hk)EXmۣgC]+4=?)lWhӍ*9= K<^INk"`NdzrBp<1Pʌ nt~ܮ0qbpt.7oCƜwϟÓ lhZ瀷ѵM5GHiX6pj(!!/ NA\V>|$Qm`zeD[bj'4*+$(Zڰ4?_V񆺫˯*!Q6I:/R*%\'@ͫiV? ˍ9.T X]~aJEr|aYc& 3.W{0)6QGM(οL) ۿ(J7kVΙ=&2/BLXٽ659yK 3%`tQqbVI%ŅiRS?nF)o;C[ۖ|bV94BX d;f T|Pq)B:f&{Z5Zb(6^YQ/U*8؅ß|5OebY|WPȠ:ܳm;x `X&8 ўJu]q6`RS|=f"%5 2)7@4j꥕M7A30=GϹJ&u$OXfi0^g0,wDe **}/s8慮L/}Ykg i;L;|tXIiN{N!),?klQ?yU2 |*?hz#:خbz|+y ߘ^$ڶ'P #*'fy‘lu3ëx!mqÉ\CS^A*nٿIF@eyXuq@,4db$ ,q7ŸdfL.c&13~;W/3f \ >,YD4fi L`m)޷+V@$!iCA:p([4 Lw߂n| "9([!#SĎ#Jv//9[ .H];=^Sڜ-UޒQQRh3jjZR#pCJo q Flh&dMC :&Wt - "Ac\[zmGa~v|^iuYr}B#*ꅥD#f3g.$WoP: Rkq{Dm$Di2ƒ#o+TjiֹS}~FwT*@<3P,EZHt}E4[7UMۛ-J;^͵6 3D>KL>7{o\ٻ'&dz&> 3bN !NOZȄ=Br1>3T㌜t+WG" - _j7"A0F&jCdN}Z(8PB$34(y1i\m&n/{?sTꆻ)~?fS7(|j{pYF䮘&14i=e<:۳)r>V 6%Ia2wJwuEY&#u>a7}ᐛbt=G=ގn=ki{`TУjK 8`|L7s]ja 282p jI |5^-udԩ'l4[wi;XqNV+gղ(,G%kT7]#[ў#T _[;A|5!P} |+hb)5dR^"JqA*m\ fYflIo2bT'3MZ``8: ǯUSѱΆ7žX{"#}7x씟q`ۄܒP)YNY$<@?O7Ћ=VW X~FceX?WT0Pz R x /wx6(:si`䚺e΂`V;l} sa 1N̓=ȷ"y$vIu[L䢳1< @f(27vN ׀D=_mPLO#jM# ףM1J1vLu}$ DO$-VJ_ej ,ߵZcuaR~zɤm9 [. F I#b`f[<3ݾ՜am$ ʶy֜ h Y<(_w~^  @4ydbYDTjrUL@)N}۔hFBHKυ#3O)C*y+^Vm) *rhţg?H-J̀"Ofj`P}wPw,+N6]H“eޓzcZᬳErr,P9+XoL|Zm &cj|)?{m6J *N>&!@-ATna29O g夂[{|/"5y3YKW'A^6lWi>ơG UȢ\]g">̟x1QCo,&f ~_zb_2%<0j9J'燊Lj*J$/y #y:w~A&O.a͟o=3Bj4j]gLXKe邿ƳT3?WoU9^l4O:e`b>F +mH<إ>VvHN?a Z՗jJzup'Cx>!)ijy؃[[Q7Bŵw_;~M=wG4P 4vLYXQ"*nh[zJ#  {RО@Î'~{Z采G׆A ;% h3|JޟHgwJ'baV<hT=\,%Y'@O]-B0l vMU?Tێrלd7gSTL\\'Xt5?-+E]͂ OWJW*b86X":խ Km_\➅G oIVХ^uJ!3EvZK`/¼k5 &(RFԹbV .=N8#8<$/K<"l͘O9< g+^WNWԫen 6̷FOׁQIf͎M٠AJ5꿋蛻_T23<ИLܧN}}El4>O;ChgT,ί;l-gm4Q[•^:g Mf8&޼/8Ljuץ35jy1%;RsLĽwə& L2+;eGSB@]xc=Eq0(Q~ *ni}'i8(✲^RTJG}Sd=3YE:X ۬.u }C][Hi Y,nZ>j}: xJI7SrlmܷTQf( ܒ#[%ݑi/m.2=F#A )+C=!9*5NN7{ i B p؞=_m&sG|D]X(m>O26{CV.)ZU030C`rۧ`O.:XegWz~'} Vtد4v)/toCOlheecwvn1dY&XtKtN&N0ZE\S*9c3y+kQ,;P(LRNNڦEVF͈Y$s*2j s5Lb}5Kt3G-syBn_up!<ЏY{.3Z14(IQP]'B< 5`Qbd .:cnnp:z#7lGF@N4VIܻZ+v|ci?/7wFg3 ldY l(0}Xr-Y0 oUJbq3ݱ֙^ļ@e|͜h$Bitu)Od΄EpT6ħ*ahqؿu?}fp|o:F8:#)Nv'6NCrJ+Y ۟"g**7!.7 e2^$[aUoj"~HCw ཕ]UY[=oG"~ހe zhz?qlNV5"[>RmV͜`Qd.׼AՓ{Q77cwFaXH)phУǀ BS%>S{Ao|А:5M]/ xjE9 =CPV76${TKL)ތWt::6drIs 3J@Os4;ʒemKv[C郙dcc Wv e&)H