dhcp-relay-4.3.5-lp151.6.3.1<>, ]e/=„X\a+YK`I. xCTOQcW< ?ryj:64wdz& ,t!4hnCCP*~_vt@ju$N0iE~Z>ZW0huΙxYm{QLR,Dh1ڠ#gC/X `bIfe?ݪ!FV7^[zώ?Qǽ.?WwƕX2Λճfs,Gs:^*+j>Fp?pd   4LPX\ox  |~#8 #`  #t  #  #  %:  %\ % % %& &0&P&(I((8(9(:*{=kR>kZ?kb@kjFkrGk Hk Ik XkYk\l ]l4 ^lbmcmdnkenpfnslnuun vnwp xp, ypT zp|ppppCdhcp-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. ]elamb03!openSUSE Leap 15.1openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxi586 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!d(A큤]_]Z]Z]Z]^]Z]_]_]Z]Z22cd0d0e1f07bbf7bf6bb471fa28887e1a97897b891a4d23e81c76c9b33a001e2f4a7a4e57bf62cd2585cc82ae12ac780cbb770a428da90c7078e2c3a25216f49bf744dee5dff0503acfac0ce0a5d116e1e2cbda871c6d2a92018754a84967d7effaf6c17d2bed8dac0ee08ecd3b6976fd3b94622bc98df45d312f04f708a1ec68ec7c91be7a908ba8651b3223235edbcd5c4c996be4908e0e1f1ed9b9639c3c7fc27a2b50f3279875ae91ac70a8423333131d93ba4a6f44255218c7be67b9d5dhcrelayserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.5-lp151.6.3.1.src.rpmdhcp-relaydhcp-relay(x86-32)  @  @@@@@@@@@    /bin/cat/bin/cp/bin/mkdir/bin/sh/bin/sh/bin/sh/bin/sh/bin/shcoreutilsdhcpdiffutilsfillupgreplibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.3.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/shlamb03 1571069541 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/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:11270/openSUSE_Leap_15.1_Update/b1a1c6044fdd49b310e6329eff8fad66-dhcp.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linuxdirectoryPOSIX shell script, ASCII text executableASCII textELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=5fd65fce68ef84fc624d405cc91759787303479b, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRR 2W^4hE]utf-8163784606b3e9605845ad4189ffe50e1429307ebf0ebd8d939fccd903b1bd522?7zXZ !t/kU]"k%w nb\w~ljbqUH`TpmmL1,S T7Zve\j{u>xλ UD[TaMILp5巌e'_'>ZpdG kͪ®EXv6 Yl6~Çq>3gBp&$%Y~IOꂚZВyȍ=~[(WDǷP]`BF &ZDF (w|WH\,8h|Y1IŔEUܖœa! j>j #`̏JN\Yj5gK:xRX_%P#Y1$x‡}=Z{6:Q=DUz@#ktLSqYJM",˥U00 ?'T>iXg{v*QIR@}\6?"KJA*d"=ihN:X=t -;H2X2L&G32B# ́Q m{o2,fObh<%]-Qܱ0t]bj{~a~GWPw,e|~}i3TW~ܳvhlIwv= Ԍ*M>a&6BaK^6m jDVBB({.T]suן4l2V;'c90mD "nfPiJǨHh̢ZXSTYx^\;osh'ޛ$$M[e"yH?HRhv^9@(~Y;_M@!(wQu!\49EF>fwQ  vy?=jz.h.^[ղkaQ<;ZWG镋rz!f5БOeM^?L?S,X:"j)ڢtaR@^l ?D1nkPɒM*.:@?Z3RI`2yfڸvdԏjeT`ڀ_} CnƑ@;=}[[sS{:weE{PHMxbFwT w1nZ>$e0S^CFfdrኯM",1!O}p$ΈxgD ҋ&N3B:Ky}.8BMJ SWr+?'hDi7"gzFQL'sGR %浊{-墀%/rzZ4"_Ĕ#a^D^Q/{b'L~/f?& P0 -2EGU87[+'51HȺ"j"R4>E&od[]cipdm8}Ci~LNxUwzQTSR=5e|a!ȦGF)-z.%:kqQ,bjϕ(jb#D&uܡdfj7Wqg7)‰IYӱj)rZyDDP:uZLhyK SN4̃x4 N/(I b̽eg1RV\(а:tܠi2Gg;}Ɉ ,;Tz#ON瞮,t-8mA;> /5$ F pq"UW#ԭ=n`?ރL{oؽ2=^~6L̀dr=:$jÔ tMJiE Fȟm4j]Jh@XߟÈ K7ryT#;Si1mwBCON<_K*N@7OʢRŲ⫱:H훊sx:,P&YRwJ7Jh*EHw^¦w؂W/::nX˙|x<}r S{SXҌt`E69P"#>7JaP/^V>B26q{-.oMIpo"[YﱦL@0=Sor!r!($WH3ktC236EJm?EMB$ikb,5x۝_Z(=M{3#|XABHv /󼹣[ '>!I'f0kf:5 o'#vR#9na70sKhgJ:rR7vQ>ɚO[BhH~2[ԣqky #|e8Mƙ:7Îݩ<+T15kS2zUh|hIARu="[4!9AHMhip:v#=0w T7&Z C0^o[MRs>Bô~Oue[o޵8L[k'k-C(ۄK[ٲAMS\.^K/''fJM7t\ݧI"%U*I?T}@|"~ +9)8F$n%H|w]"ȃSfa>'~ @@+kg^Vemͳ.DMs$־P>?Wx&k+܋~8yz&uPf:ijsB .T2Vf!h *=g`u u_ӯm0lG0xO+ N KIXz{l7&}i{?U<|c_wXSg6u0P\)F_|Alnm6''KiM ;N}eNѨ h Lk=7ɗE 1܇mdLMM<$D!zžS ܹMS&j>.sGBRp һ]E3;7ЋpO|_!kA |'ěA ԕ U< =1Zv(+rCQ0U88+юUV0Dm3aw2t*oI=窑eW}!\ϞM[){ʩSfVVD=!&":c+tQL.70VG"xl?U۠aEH0-A+zHy4.7| Dq91?5ѠÃsp>3DE$!zS[{¾mʷq;˅)>`{Ń=5l-jλo45RUrZIÎg_صտvc10OG4NySOJH~NodRe)#=c~c?rrdM`U.Ўq[[F"ZXDM|U)mz2G M?V<Cdk[H dJi8b RQ,*cjb+ X~xqq -LjARdn=qy7 V TPkG"McX<#] $#B^!:DDŃ(A y +Dơ{#CSs̭)a1N:x%M10XhzeYNNNʿzyb\xZAЋmb|2u ;u1cހ Wg5d=ǮT \ qȶٻDQ@%Q_گɭI7<)]Hd$M+V1/HLe3uΙO8tQMi >M̝Qx[".?qDmaz=HFv\Rݾtae3(Y1>\(Zňu-6GGa=q$ٟZ'֪]>jN]XMʂ*e |Lfiysq@M&nףtrۛ5 lMW0Юzi]6*+neoj&t)f4j3WY(& )E@i;껲RCHxoL$i;`팩1!u!ecٯ/"!m?* -Z-'12ӭ!y*/FBWOㄢĿ*e+c`m.Jg3zO`/e"2#[?įAW+]%?Q7!/1e>sq_\Mš1J0%&A.>|K&覙J %NYrR,L9"9lH<񛑑kM|@+cQc,Sd{B-tE̙y"),fT o ZW)Hkc_=ilF $] MC͝yCh p\d;~![q#x^8H(K ?gTutvY5ষ檡 I^`sHw ڶtH[.lcÒ?!?($ﱕZyαU~x8ZvQ,L+ N5/]\Op,m2ڞSYS"Z+'XUO?!~!}IP9RGzN}z*ZCN(8!:~ ^mLx`eD,)eqht__ j*0enȳ437?GkBgGZC8$''y+xSdQSjlץӍ|.>|g>ѳnfvj99W3Za*U 39)4Kx14Mw6*X2Fz XcWuT}T37;% z߅"N8p2Hj n7*=N+ :cy}mMW@\{$P7E_*.*w+>j:% J,q@J q¿L:V:Uoy >Z8Ouȋ]"w%3$})2n@LDPaVj16^d:h bTZ*ԯlhӏUkduIk!N.iL{2zG%r\{!VU aj,HT[먾gp2p_}s8CIg†׈`7Swǻ\yǫqϺʳ(i лKKBȏ(]|a=}"`[Vje`!'i}ݻx0c-j_`]HO~&ش& GJD#ײm "}ᝨxDT%[|"W86VB$aS6Ni2/ML)$':O!YS]{ Ub*|rǕч o<"9瞽Ć\ntKB OOBJU8j/ﰓYO_lt;β.~vΦqd`w^dY?تuՐ=X`@yx2 q^KvVsoW0=Gx)Bc`9o7DīE4{'`x2i'V*[)ˬ QV'Qc8t+qѨ%7_̪ߓt^%t?$'Z%V"Eru5))vAS*' =m&ۏJe5q$BKh,>C.ށնe6̋hSV]L;}ћwLV}AV,3ؤt_=WX}xgTAJE|g? h%J}g)-롧@"=? r; V6(M-9?2:AU53&`د.v3K8u.bO , ȕH8[)vE4M1fVs~"]hG<3=D5ӊI9p5-/R FgQ8yŸm Mu^\nNn=ȶ+"HN aՀ8tUE S<*ݺL -1i O;͊ El|}J&RVTWX}kmb9KTcZfӞrR#@GߐuzFzcK(7 =STV Uץr-[ $CqeeUB88滜 yGxOtjue믱B8Z A24f'ܡz%xn9ν8ϤNa5) a$tu\:+ ŸM.OUd-C(cR0٭Y4rWH{ff֊ Unm<:au[L8BP+s66Z: Zs%t 0zN]g r@ : kG&\.kDzy\H8nzp**?0OeFu"XgObͿ{aLɎœn8 :DXnUq.Qơ+_pRXMXj2{$5caVi5.}=< ,o*$-;*Biy1#Ƀd\LTژe]3@T,ff2ԹsU/J Gؖ&.H`GԇX_/<ٟLxR}pWzrIpcǁ3cEb2K%wH3 ѽ=tdL*2lW-K00?fc%%7)Ӿ0If׹R{;߮QL*GZD-BKZoc.[vx[85H2(:C cn;Xc`JTj(==ox{G 2GQhaҁ.2/=g62w'Gܭ[ލk'"2.O$M _tIFpoV|)m~RYF2 hpgo++2w[=D(UiI_v I`Eem 3p;\\4rn쐱ieRCd.̜h πK}hgo" XNUzzybz֯Tdy}gs0Ԡ?,ئ%> 9q (g;i)iam{Yy 匄@8simq qa@E>P2Ej#}Eom9d$F"5oY&u`[}y.}>sʝѯ 8f^ {1e3ppk+WFSnq] d내EŪHl&r0I +>rՠewHC/Oj&z~1ƃ,E VC͞B4nѮ~$vi&Q7))};ޖZ:sd:T5ރnZaEuGai뷑mIu]nњH +w˃gT/1TG>we0 k(A9u<"0^]c=hkp$y^ϒF6%3RBxwyUI: d܋ؑTv7ȱJN N *U?)N%`?{J=*TSMVjk=th 8"je-/̬v#yun_EΏ|r},B26+-$j1B¼jW{ь!qcV5u;]>yZ29 7Yu`şiTi3SϮ8ﴟUh)7iƇ>MV J9Ԙ TU* 0C#ZJlg1~3̝_,;|9\(26Am"vxlվ =* FL疣I \ ZSj7ac{NiIIfDV;12Y+/ybYEZ5, PuGdqG%RqelMz 9 n>S& Px(5rrnW8E ֓[.X'pl:e<3p%ըq[KTWEE|8eF2Yݐ(.g]qBB#A3n#J`s_lMvʳі LW_Awv1ju2MQnTH0>KrG1i>.MܨY¶g""RKrbdcU4s'rjՇ&=U|Yr it4Ӻ$* U@A#swH& +U4䗲|fң{ &ŞL_4AqvHn??l&C_ޡjgbL ܹ.VLZJ@rjFY+9_3Up?Ȉ-("biЇ_s gMKLv͔C6i{$CJ^?9/kuqB[tU OyHwHًN}ИT22̏! ϳwys(-tNh֭dAP{hA}3gTvwEFQ?Ī^S#b?Z,4h%pu&Ix3Ap酓R!kU(Xdԣ(ڕf[9+g_T]~-@tS- "EVgBNe{,`E6Pi֣NfN6Q{ˆGVIWG"$C Djř|B{rH!zEE\h7=i=sc@[|?κUw ץDז)BoSFv0]wC#1f gN2][ ݅M` y2;(5u"g2ZT6TA7"ћ-<.3ˊB)l F>5NNPdB36 [ jh1BD8u`[He*<_'QUhTǙ[jY8ʯ96X)Iݐ~ͱڎbMF63s!eP8R*Čs ]47!UONN6P);,g7# FUxM#R 0t $M}?P:^o+-rXUid~IдB\J! Ws)!$U?r hTd!T4M,[aveXO4N++o `wEW?]4tYJE/S!$ԡ^KpAr" IR+Zl=nڍᾧgseN5\PR%< PK"FGb NǶkD#Ca`0tm };Yt ҈s^bA$rki\qSiaZGa,[6Lo3m¡QblEtF$D\#u$ȵ`zA%Ƿ9#Prڀ}&:e@6 vۺ n70"(};C#P:n,fhS[#QUXUmVe;͘ƜkI =k;qe 2XAH+i"p0R +k6mpS4لe#F,Hhxl$ETdtx'u%! tV@|65н6n3#L})G(G3im'$lh2*]yΘMCX?޻iV|OFe~nʢ|*9IKW<QMPƩE˃{&%A5.M&?rMH"Ul-LEy1 .qK ^x1C0Z̪S!(\5ҟh%;3;?%S7I*Z?D;H!gqZ{ThLA3OكlB#^C{TfC/zUm**4']U07))APwH;L?=g}!pD@\9-Bkں<Ǚ뫉9`~~5x77.nbe!Ȗ.yAoDJL6šg#=̎fM $:ܡkب-Yבkr(L&rd/a1%p0NH${'Jpdy:aB'i*RD :YaBS4q+U#REt#gGR%_ЋU|H]AR ?sp";bd BZ, l A2oA)<|~ v$)xeqw9l+B5ީ&W|Pی"Zj,pڎ W@{ƹ޼;[`9Wxow&l_0I1pRRbHoœ,[BIt|f3pV壟7plZDgϡv WMN1IG6pҷѵ%[5.hu߻#*#ȿO(I@*ĒbE pE<1T0rwLI͟ZP I6'1v',fA)ؐ\&9[rw~XLG4{Kw?sZ%󫋈:bTeEgU \қMP 9qdW dq̳86jl:RNݘi4TDXpQ/b|@r W:x`/d(>:炄Xi ?pFd l0g Y\4Y+J7r$W^]@QMtBxan-EN1h#D|^.¾?udEϩ?G>_̋`i{8cEU*6LnuOC,G³on{Fđuy-+@ZJ``vк@ZN_ 1H"}o"3n":3l6C.H2zDX՜+<,CŗuJυ7aEտ{5_n&IogVƽ<*jpG #z;ȷf?+#>d ޯz ;w+$ #alŦ}#m.YGj c_ \fƃM`CC~cj*qys i kqvL$Y? V~Xi:AHD pJeR%K4>:V'ߩ`d`A0qtx2P0"43TymNM{G.VWοؖ 2OR6%qxJ]FU#@ |D/}ULh̝AH^wd)0z5*ܿKdQKmt*Z/Qq@[|dX*V] CQ=4ڛ}rV/ Stt$DEח,,lec{AJFz/!jw} ;2}'2RbIwWmr`eyTފ@.G$p!P*1 2ĩvr$Hެz]b5𰥘y3QaREЫdCBSkX9(04@N+1dG^}Pe9Ja +ie]heiL،)>b` jBƭc= B[/tz G9hQ+r=INT^op;OVOՙW؁)&`pA@ f~ީ2 Ǐ !0ե$uHiܘҌGέ,Z#ܰ`q W>Agh/kC)#gpGq:G9?cKǔqJDze;SB{ʊBK&q>,^}waaKG)-Jo&4[DUٶgp+{ cBtj.m9ENQ<\RA>_ d9I>5<1=Z*DXY?%sZA\g-P-I Dfl CV"zLe_Cf.d=ͺ)j3 كL&ҀM>XttH0!ΠO (}J>IVq.d*4MN2VħI\lkЬMOr[f5;MalIT(c88xl >[q8]Ho ST 7V"I0Y@ bB_CHQ͋YsnaA}{1gDU#<5Zx<šZ_uQntO5΍# lbD'񅍖>s $ߔ}G h9rDHcvfqxEn8UW{@#-3@M2X*6etH_)bHg$ 76To,hiw]UV8.q 6/ó_Evof0DVɒXd{Dՠ:&H2Kd yWxJASMC‘唵MGZ 3MLo -_NTŋw^H['=CZY&&F֣jq%"_++# B{]agxrNUMӦAwÚS|ؼ9 M_<.މ!@0xNunFal#Bɉ \,Z eǢыdrK]g6_ݩ5yMG !~YA ׀XWsM9 \!hsRJD00VVq? bv ەw5{h7# eDqk6.D )w':XP Xsf!xLs7qZm-a^e2qK)Tjژm&#B6ۆ̿&;z lIlb. r{ceƒ+8aƋT(=&jǹA1?WUnHgZj1Lٍ( zGǻdN}B 0>\8f)_edۿHv3D72RZRD;Iad3BW"~HqQ3"rsM")=dT6Lq_WsoR%gHQiՕDXHӇO8Fs ?!<֭`$Smtw V筅by1HEC4`, "q`߭?=3,Áha+~64[urAmr ?쀜-;ƨa )gE?)L ZJhcdbܔwbA/t)61!upvFSNYCKrF')g ˗Hk{[^k/_λԂ >Yx;0.w)n|aM.qM&F8]$<ʸ&N G8N}iF0¢疤";ZmkvtqPA@{ z m .CxL^HleeZ2_Cwu6B%UG Anp 9I i[`\1xllkݔof(_n;&gXr[>Y c}j3f\3N/$c~![/ '5ʡO Tv)6m\0>M%r/W?WR (ZB^WbeȻ{Ⱦb$hP/MT`t`c}%!1"K;>br4X"QQbi`&3_6N;n%]KŝpkPT_r`s,OS"?3VloB4bOIZ? it"<oʴP!ؾKn]3A*@edUAEք] xQL:) (Wˮ~/r노_yB1D4-$}o}9jtPX!L|@e.Wd{© ׻=VOws,F7nqQH:XHj4KywiR:)ry(Pi:`]yx`ES'p|}_-pq3K)8W;#@ ͧ rKw-*lPHt8LL jbރA%%S"GNhA poXYcdF IXT!9j!tϴif29n|#Oo8p05Ն>`v$GVQ2'w3z1\HwH"xz$D/0)7klΞI`bԺtzYs~HTVsS<ÿO)DCRg5CD .6ŕ!?/IҤhs6 Oo$>Ҏ ;T"Ft,2}b?7 2i5V2Ubl1fe'JכB}^-5sʃS[f&emlx86芫i|ᬰ&iod-} װ* jGVA*NЫ癩[EAk$+ ZjEuoxc+U<,_{ dY":=0]#O+-Kﹹ0|> ;U‡7# 0M0Y@1z}=* !ᢓrn/Q@fy!H<;q2-h)%)IƀKߡ) He)R{֦9/h+u:-N q|z|,4ڹL+5un9`;K!M/ʽLeR# m4y6G;*f "]`AFm(޷!M4HÆֲz:`Y^A8x\?NM^>\E9_eG͌-F0P c'?qq=Pt<"bbs15y7}78tv;_dn!b$E :ޕɜs4cg5'O|rYyuf=hZJ=ݦhr.U. \wy&2F!oٰe烳,PM8_ nImY&6M_c T6F2qLR<f$ȓ}C_X}D$E>iBW@(@:-ZQ V3D ɛƎ \ȅBhy4ukf Ed| bpk-HE\ GS6nUI^m& yKC<.{AXۍ>`|2dK u8[EՂS~du=WXIgYoR4^>b{0v'b ($I8]IMx@֛: b؇ŹKiMd*2vͭshj8١Q?f& Pc46 ӾH*#}+ckL ܊aybO4>\}Gb.&-PV4}aFo>B=ﲷ4,g޼\}1866$Dmֲ#Q_F8{J::)LOa~R6 ~M@+w.eg߷c@aa+ u# r %"=&YF21ڔq*E^h][Qs^۪ńfj$'7EWDi zc1 %ъdVez Ҳ'usN0uɌۮt:&ϔ>[r㻄R1Dв\~e=0O}X OZ3}]??$Uc+H /fZxXMlv54vղ"i@LSdg=O\082Xkz]cC:+[lU9C@#w#A=9gg6pK糞5A֯:C>D:zx[p?efD7 Ʈ?(TM`*p=-dw=?jy/k]Q0AYW||9|]q?^J踪[4HHHmsNjl+c3juA?gpȉf!ysU虎$ x'eDCl5G,ڦEʆeĸE`uhS=T  IpKpw&=#9qZ<_`Ã^ aEMۂ2AElRh6tzusZwb yԏ6rOrQ)& ٿI|}( Z >Mѥ9ƀ􇥚'id$)@ dFCL[uW,@ѽ~p1%xCľ<jTˇ?|zqnsgo/,pw= Z;ېbԴbM3yKqc@,]. (lLuvt䲙xqEߝ9|G]4MRkšFY-% @OH$ 26Br X .Y,&JvSӋ'~4WAO' j G%ei+Ԍ͠;%QR pjCPFE~T1.M ,6K'z$_ubYΑYm %}BBզmАkd;gA''`m,Eq|\)b4ًh) m`y1s;= {dCI1RU+j3]3r O&+EW,]$Y";) xygS(=3Ue(N-r{!J)V؛3/vPȿPbx%0lP_6)iޙ|Q^p<"̕Iy\lآ%Y9~[K\-c5w~F|X &ezJNS^[@MPQA.j>`&㍂"$ Mlmm[hpo%H JSXx5ߕS0ʋۧ <x:Ewd 1Li"q36%Ke憎G;@3g(F}iXڒ.P?m9O9JVukb2C)67.HڱH)!|+7Ⱦ@K. 6f>oo4t<6P؇Ŀr',iSYOvBq!ӣ[ZߙL#G_xt (G/݋A&cq99L=st5)7~U"|Vt4?@K]4 )T,vM~;ZwDm޳560= v;Y F%T:S>! ob?D `Z1߹{#>ݻr-Zv#i&3sr\ k[t[r˖BPiFW!6iNrMFb]nթ죴N ګݏM:ο%Vʝ:)h(ٕc),"zjODhuK%LWp9} +UqM:0KK ;3$r Xrd+ZƁVHX`u Tpxvxls䒬 wjgꝔBj!Ω]CY9 xsM%-S#8%WxW.RQbZI+E -VM4Vv>y.91Td!Y shmw K0(ZGcU{ vt 9fVXPr<4=.s.`E.EKjG\i{`7p f>~܊کn$%ƵQ6wy-RBDkd@S6^/] C"ʡ|tl'7׊w7);?#Gelrri>ZsbwbH4=XZXUj?[ɠ/6.1?#Ht - O~S-a8{4Z]4+zT$)a/'YwT<з&;8Éa [Վu1WoнXs{|HDH`i?RcE=3{.H=x; Zʻ&'U5[#Vd0](3f!IRF\}8+e@3NID I~YnJs4_ Ƭ1U崹Ԫ5$&S ? =;ZxMqٰ,t105KԀwg;rN0ÍRsrޅGB 鰧y7>ZK?#~Q]4X Ǜ2 Buk6Pc0~6"t7|E"Jӧ8'}ĜSr࿺Jg6]RFwW1ہ Aj2i,25*M^TM~znIDBѳAb]nr\׸ްc{]1@5L+y_ νԺˁ[~qs LƢ© F}zHKlE^kXյr{.A_Y?9m<^YѻqpF-qxM:Xb{7V^t b׊“,7&NJ}^zDO 0"yNro[ c4'B_U0}_|El5;~yz/O$z7b5cQoU⚠bQE72Aʮٹ{tt .9@N%~AE])mᒂYZw0A+  2dxrwԗPtA~\;%Jm9ڂ Vi菫(q 9O;c3 Օ/FftL=Vx O ekp]b<ʮfTأ*ˆ$ygm1u$ .˅qdu$_t`-UtBooYuXߌm[e*_ƫI^iGjW@Q#H'q+.niͫl5[0%!oR%^TehۋL0+G/Nqd9ŧy!ng{NӮlP*JreKD:1(pTmbQ/ E |r6pBM񦉰ވfbpmכ^u;X'p[O3'~^LEݩ 3RG޲6.ta`:0}K3o3uv ؿrŒ\%;BųZܢ;X&T{tV͢%+"SAuD^i.`m_p{ o/ l>>.ኰj{L] E/4rASk1iK[rA²RSԾGRU*!ǕPWzNfGo@3]xTU iF,0fR:a0|p$[Orvcw~FqW%Wϟ"d mR"t?”+WYJұoO#}ؼNtYT./U 5gizؔSZ!Z ,]4}iڮŻj*f7ߜoh=86/X_KʹS\(ݩ`owceLR;Ur:銩#x缠Ԋ*tmjJAtUϺgn8pNypsٕ2pj̵$@5{"$Dr<(^#_ |hGWLowӸ^m)Fsla㛮{v|Ulm9rzjw&ꅹoa]#-,aL)5z{Dצu[ YZ