dhcp-relay-4.3.6.P1-lp152.8.6.1<>, `Y/=„'sbt >]ܨN@Z$=JM z"@:Oa TnE#vu P'OQtKA1l{"7] Z(M&*t#;RZ})*Cs@CQ !\MIg[=<,.2;J 1xf4Q!#y,jOXI*הdYZyg0V +>Fm?md  " 7PT`dw Hl @  T  h        <  d    !!4!#-(#h8#p9#:%=h >h?h@h"Fh*Gh@ Hhh Ih XhYh\h ]h ^itbicjdk/ek4fk7lk9ukL vktwl xm ym( zmPm`mdmjmCdhcp-relay4.3.6.P1lp152.8.6.1ISC DHCP Relay AgentThis is the ISC DHCP relay agent. It can be used as a 'gateway' for DHCP messages across physical network segments. This is necessary because requests can be broadcast, and they will normally not be routed. Authors: -------- Internet Systems Consortium, Inc. `Ycloud109!openSUSE Leap 15.2openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxi586 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in dhcrelay.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in dhcrelay6.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi# FILE=etc/sysconfig/dhcrelay if [ -f $FILE ] ; then sed -i -e "s/^DHCRELAY6_LOWER_INTERFACES_ARGS=/DHCRELAY6_LOWER_INTERFACES=/" $FILE fi FILE=etc/sysconfig/dhcrelay if [ -f $FILE ] ; then sed -i -e "s/^DHCRELAY6_UPPER_INTERFACES_ARGS=/DHCRELAY6_UPPER_INTERFACES=/" $FILE fi # PNAME=dhcrelay SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in dhcrelay.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in dhcrelay6.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable dhcrelay.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop dhcrelay.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable dhcrelay6.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop dhcrelay6.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dhcrelay.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcrelay.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dhcrelay6.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcrelay6.service ) || : fi fi{b!h(A큤`Q`J`J`J`P`J`Q`Q`J`I22cd0d0e1f07bbf7bf6bb471fa28887e1a97897b891a4d23e81c76c9b33a001e3465bdc35ba2e356db86dee955e374a62d1fb5cac03501e53bc117a3370c203a9bf744dee5dff0503acfac0ce0a5d116e1e2cbda871c6d2a92018754a84967d7dd858f06c9678f88d618cedb0b122dec2aab48352471e587abb51c41b96aaeb668ec7c91be7a908ba8651b3223235edbcd5c4c996be4908e0e1f1ed9b9639c3c7fc27a2b50f3279875ae91ac70a8423333131d93ba4a6f44255218c7be67b9d5dhcrelayserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.6.P1-lp152.8.6.1.src.rpmdhcp-relaydhcp-relay(x86-32)  @  @@@@@@@@@    /bin/cat/bin/cp/bin/mkdir/bin/sh/bin/sh/bin/sh/bin/sh/bin/shcoreutilsdhcpdiffutilsfillupgreplibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.3.6.P13.0.4-14.6.0-14.0-15.2-14.14.1``8@`e@]B@]#0@Z%ZaZ]@ZOhZ1@Z@Yh@Yg`Y^&@YZ1XƉX@W.@W=V_V@UTи@T5T@TmTeReinhard Max Reinhard Max Reinhard Max Reinhard Max Reinhard Max max@suse.comndas@suse.dendas@suse.deobs@botter.ccmchandras@suse.derbrown@suse.comdimstar@opensuse.orgbwiedemann@suse.comndas@suse.dezaitor@opensuse.orgndas@suse.dekukuk@suse.deralf.habacker@freenet.demchandras@suse.dendas@suse.demt@suse.demt@suse.decoolo@suse.commt@suse.deLed mt@suse.dedimstar@opensuse.org- Oops, when upgrading to 4.3.6-P1 in 2018 only isc_version was bumped, but not the RPM package version.- CVE-2021-25217, bsc#1186382, dhcp-CVE-2021-25217.patch: A buffer overrun in lease file parsing code can be used to exploit a common vulnerability shared by dhcpd and dhclient.- bsc#1185157: Use /run instead of /var/run for PIDFile in dhcrelay.service.- bsc#1134078, CVE-2019-6470, dhcp-CVE-2019-6470.patch: DHCPv6 server crashes regularly. - Add compile option --enable-secs-byteorder to avoid duplicate lease warnings [bsc#1089524].- bsc#1136572: Use IPv6 when called as dhclient6, dhcpd6, and dhcrelay6 (0021-dhcp-ip-family-symlinks.patch).- Update to dhcp-4.3.6-P1: * CVE-2018-5733, bsc#1083303: reference count overflow in dhcpd. * CVE-2018-5732, bsc#1083302: buffer overflow bug in dhclient. * Plugged a socket descriptor leak in OMAPI * The server now allows the client identifier (option 61) to own leases in more than one subnet concurrently [ISC-Bugs #41358]. * When replying to a DHCPINFORM, the server will now include options specified at the pool scope, provided the ciaddr field of the DHCPINFORM is populated. [ISC-Bugs #43219] [ISC-Bugs #45051]. * When memory allocation fails in a repeated way the process writes "Run out of memory." on the standard error and exists with status 1 [ISC-Bugs #32744]. * The new lmdb (Lightning Memory DataBase) bind9 configure option is now disabled by default to avoid the presence of this library to be detected which can lead to a link failure. [ISC-Bugs #45069] * The linux interface discovery code has been modified to use getifaddrs() as is done for BSD and OS-X. [ISC-Bugs #28761] and others. * Fixed a bug in OMAPI that causes omshell to crash when a name-value pair with a zero length value is shipped in an object [ISC-Bugs #29108]. * On 64-bit platforms, dhclient now generates the correct value for the script environment variable, "expiry", the lease expiry value exceeds 0x7FFFFFFF [ISC-Bugs #43326]. * Common timer logic was modified to cap the maximum timeout values at 0x7FFFFFFF - 1 [ISC-Bugs #28038]. * DHCP6 FQDN option unpacking code now correctly handles values that contain spaces, special, or non-printable characters. [ISC-Bugs #43592] * When running in -6 mode, dhclient can enforce the require option statement and will discard offered leases that do not contain all the required options specified in the client configuration [ISC-Bugs #41473]. * Altered DHCPv4 lease time calculation to avoid roll over errors on 64-bit OS systems when using -1 or large values for default-lease-time [ISC-Bugs #41976], * Added --dad-wait-time parameter to dhclient [ISC-Bugs #36169]. * The server nows checks both the address and length of a prefix delegation when attempting to match it to a prefix pool [ISC-Bugs #35378]. * Modified DDNS support initialization such that DNS related ports will only be opened by the server (dhcpd) at startup if ddns-update-style is not "none"; by dhclient only if and when the it first attempts an update; and never by dhcrelay. [ISC-Bugs #45290] [ISC-Bugs #33377] * Added error logging to two memory allocation failure checks. [ISC-Bugs #41185] * Corrected a dhclient -6 issue that caused the client to crash with an "Impossible condition" error after de-preferencing its only IA binding [ISC-Bugs #44373]. * By defining CALL_SCRIPT_ON_ONETRY_FAIL in includes/site.h, dhclient will now call the script with reason set to FAIL when run with -1 (one try) and there are no server responses. [ISC-bugs #18183] * The server now detects failover peers that are not referenced in at least one pool when run with the command line option for test mode, -T [ISC-Bugs #29892]. * Linux script updated [ISC-bugs #19430] [ISC-bugs #18111]. * Changed severity of the log message indicating UDP checksum errors in the received packets from 'info' to 'debug'. [ISC-bugs #41757] * Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex" [ISC-Bugs #43185]. - Obsoleted patches: * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch * 0019-dhcp-4.2.4-P1-interval.patch * 0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch * 0022-Optimized-if-and-when-DNS-client-context-and-ports.patch- Optimized if and when DNS client context and ports are initted (bsc#1073935) [+0022-Optimized-if-and-when-DNS-client-context-and-ports.patch]- Plugs a socket descriptor leak in OMAPI(bsc#1076119, CVE-2017-3144) [ +0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch]- add PIDFile= setting to dhcrelay.service, without this systemd stops the service immediately after starting- Drop old sysvinit support from the spec file. All the supported openSUSE distributions are systemd based so there isn't much point in keeping sysvinit support and files around.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Replace net-tools Requires in dhcp-client with hostname on suse_version >= 1330 (CODE15): net-tools does no longer provide any tool referenced by dhclient-script, but we require hostname (which is also a dependency to net-tools, thus hiding the issue).- use .gz year instead of current one to make build reproducible- fixed a typo in nis-servers option name breaking the config file introduced in previous change to workaround issues in NetworkManager parser. - Update to dhcp-4.3.5 - Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex". Our thanks to Jay Ford, University of Iowa for reporting the issue. [ISC-Bugs #43185] - Eliminated a noisy, but otherwise harmless debug log statment that may appear during server startup when building with --enable-binary-leases and configuring multiple pools in a shared network. Thanks to Fernando Soto from BlueCat Networks for reporting the issue and supplying a patch. [ISC-Bugs #43262] - Fixed util/bindvar.sh error handling. [ISC-Bugs #41973] - Correct error message in relay to use remote id length instead of circuit id length. [ISC-Bugs #42556] - Add logic to test directory Makefiles to avoid copying Attfile(s) when building within the source tree. This eliminates a noisy but otherwise harmless error message when running "make check". [ISC-Bugs #41883] - Leases are now scrubbed of certain prior use information when pool re-balancing reassigns them from one FO peer to the other. This corrects an issue where leases that were offered but not used by the client retained the client hostname from the original client. Thanks to Pavel Polacek, Jan Evangelista Purkyne University for reporting the issue. [ISC-Bugs #42008] - In the LDAP code and schema add some missing '6' characters to use the v6 instead of the v4 versions. Thanks to Denis Taranushin for reporting this issue and supplying its patch. [ISC-Bugs #42666] - Correct how the pick-first-value expression is written to a lease file. Previously it was written as a concat expression due to a cut and paste error. [ISC-Bugs #42253] - Modify the DDNS code to clean up the PTR record even if there are issues while cleaning up the A or AAAA records. [ISC-Bugs #23954] - Added global configuration parameter, abandon-lease-time, which determines the amount of time a lease remains abandoned. The default is 84600 seconds. Additionaly, the server now conducts a ping check (if ping checks are enabled) prior to offering an abandoned lease to client. Our thanks to David Zych at University of Illinois for reporting the issue and working with us to produce a viable solution. [ISC-Bugs #41815] - Correct handling of interface names during interface discovery. This addresses an issue where interface names of 15 characters in length could lead to crashes or interface recognition errors during startup of dhcpd, dhclient, and dhcrelay. [ISC-Bugs #42226] - Updates to contrib/dhcp-lease-list.pl to make it more friendly. The updates are: looking for the lease file in more places and skipping the "processing complete" output when creating machine readable output. Thanks to Cameron Paine (cbp at null dot net) for the patch. [ISC-Bugs #42113] - When reusing a lease for dhcp-cache-threshold return the hostname to the original lease. Also if the host pointer, UID or hardware address change don't allow reuse of the lease. Thanks to Michael Vincent for reporting this and helping us verify the problem and fix. [ISC-Bugs #42849] - Change dmalloc to use a size_t as the length argument to bring it in line with the call it will make to malloc(). [ISC-Bugs #40843] - If the failover socket can't be bound, close it. Otherwise if the user configures an incorrect address in the failover stanza the server will continue to open new sockets every 90 seconds until it runs out. [ISC-Bugs #42452] - Add DHCPv4-mode, dhcrelay command line options, "-iu" and "-id", that allow interfaces to be upstream or downstream respectively. Upstream interfaces will accept and forward only BOOTP replies, while downstream interfaces will accept and forward only BOOTP requests. [ISC-Bugs #41547] - Clean up some memory references in the vendor-class construct. [ISC-Bugs #42984] [*0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch, * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, * 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, * 0016-infiniband-support.patch, * 0017-server-no-success-report-before-send.919959.patch]- Set all requested dhcp options on a single line, so they are actually requested (boo#1046969, boo#1047004).- Relax permission of dhclient-script for libguestfs(bsc#987170)- Require insserv only if needed - Fix requires of client subpackage- Add config file for registering dhcp server in slp (bsc#992072)- Use /usr/sbin/arping instead of /sbin/arping in the dhcp scripts. /sbin/arping is a symlink to /usr/sbin/arping in order to ease the transition for the /usr merge. Newest releases of iputils may only install utilities in /usr/* so this dependency will no longer be valid. Moreover, we replace the '/sbin/arping' dependency with 'iputils'.- Update to dhcp-4.3.3-P1 correcting bounds checking when receiving a packet (bsc#961305,CVE-2015-8605,ISC-Bugs#41267). - adjusted interval check. [*0019-dhcp-4.2.4-P1-interval.patch] - Fixed improper lease duration checking. Also added fixes for integer overflows in the date and time handling code(bsc#936923, bsc#880984). [+0020-dhcp-4.x.x-fixed-improper-lease-duration-checking.patch] - fixed service files to start dhcpd after slapd (bsc#956159) - dhclient-script: complain in the log about conflicts, added a see log messages to the dhclient log message (bsc#960506) [* 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- Applied a patch by Jiri Popelka catching dhcp server aborts with "Unable to set up timer: out of range" on very long or infinite timer intervals / lease lifetimes (bsc#947780) [+ 0019-dhcp-4.2.4-P1-interval.patch] - Corrected patch references in and a missed (bsc#919959) patch description in previous changelog entry.- Update to dhcp-4.3.3 (fate#319067) provinding many bug fixes, features and obsoletes several patches we were using before. For complete changelog, please read the RELNOTES file shipped along with this package or online at: https://kb.isc.org/article/AA-01297/82/DHCP-4.3.3-Release-Notes.html - Replaced hostname patch with a dhcpv6 and fqdn aware variant: [- 0006-dhcp-4.2.5-dhclient-send-hostname-rml.patch, + 0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch] - Removed obsolete patches included upstream now: [- 0007-dhcp-4.2.6-ldap-mt01.patch, - 0009-dhcp-4.2.6-xen-checksum.patch, - 0013-dhcp-4.2.3-P1-dhclient-log-pid.patch, - 0015-Ignore-SIGPIPE-to-not-die-in-socket-code.patch, - 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch, - 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch, - 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch, - 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch, - 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch, - 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch, - 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Adjusted patch numbers in the spec file: [- 0008-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, - 0010-dhcp-4.2.2-dhclient-option-checks.patch, - 0011-dhcp-4.2.6-close-on-exec.patch, - 0012-dhcp-4.2.2-quiet-dhclient.patch, - 0014-Fixed-linux-interface-discovery-using-getifaddrs.patch, - 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch, - 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0007-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, + 0008-dhcp-4.2.2-dhclient-option-checks.patch, + 0009-dhcp-4.2.6-close-on-exec.patch, + 0010-dhcp-4.2.2-quiet-dhclient.patch, + 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, + 0012-dhcp-4.2.x-chown-server-leases.bnc868253.patch, + 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch] - Fixed to not pass DHCPv6 address lifetimes a positive (unsigned 32bit) integers to scripts and properly format timestamps as long to not break them on 64bit architectures (bsc#926159). [+ 0014-dhclient6-unsigned-lifetimes-for-script-bsc-926159.patch] - dhclient: expose next-server DHCPv4 option to script (bsc#928390) [+ 0015-Expose-next-server-DHCPv4-option-to-dhclient-script.patch] - Replaced infiniband support patch with fixed variant (bsc#910984): [- 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch, - 0018-dhcp-4.2.6-improved-xid.patch, - 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch, + 0016-infiniband-support.patch] - Moved dhcp-devel package include files and static libraries to /usr/include/dhcp and /usr/lib/dhcp subdirectories. DHCP requires a specific bind library version and conflicts with the files shipped by bind-devel package, which is not source and binary compatible (bsc#910686). - Corrected changes to provide complete patch file references. - Fixed server to not report success before send (bsc#919959) [+ 0017-server-no-success-report-before-send.919959.patch] - Fixed dhclient to check pre-init results reported by dhclient-script and fail if pre-init fails for a requested interface (bsc#912098). [+ 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- do not check scripts not in the src.rpm- Applied fix by Jiri Slaby to not crash in interface discovery when the interface address is NULL, which has been introduced by the infiniband support patch (bsc#909189,bsc#870535). [+ 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch]- fix bashisms in dhcprelay script- Applied contrib/ldap/dhcpd-conf-to-ldap patch by Ales Novak to reorder config to add all global options or option declarations to the dhcpService object instead to create new service object (bsc#886094,ISC-Bugs#37876). [+ 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch] - Applied an upstream patch by Thomas Markwalder adding missed mapping of SHA TSIG algorithm names to their constants to enable hmac-sha1, hmac_sha224, hmac_sha256, hmac_sha384 and hmac_sha512 authenticated dynamic DNS updates (bsc#890731, ISC-Bugs#36947). [+ 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch] - Decline IPv6 addresses on Duplicate Address Detection failure and stop client message exchanges on reached MRD rather than at some point after it. Applied fedora patches by Jiri Popelka and added DAD reporting via exit 3 to the dhclient-script and a fix to use correct address variables in the DEPREF6 action (bsc#872609,ISC-Bugs#26735,ISC-Bugs#21238). [+ 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch] - Applied backport patch by William Preston avoiding to bind ddns socket in the server when ddns-update-style is none (bsc#891655). [+ 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Applied patch for the contrib/ldap/dhcpd-conf-to-ldap script fixing subclass statement handling (bnc#878846,[ISC-Bugs #36409]) [+ 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch] - Updated licence statement and FSF address in our scripts. - Added missed service_add_pre macro calls for dhcrelay services- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify./bin/sh/bin/sh/bin/sh/bin/shcloud109 1622650457 4.3.6.P1-lp152.8.6.14.3.6.P1-lp152.8.6.1dhcpdhcrelaydhcrelay.servicedhcrelay6.servicedhcrelaydhcrelay6rcdhcrelayrcdhcrelay6sysconfig.dhcrelaydhcrelay.8.gz/usr/lib//usr/lib/dhcp//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//usr/share/man/man8/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:16425/openSUSE_Leap_15.2_Update/7be4c8eff40c4b507b91ccb36610e0ce-dhcp.openSUSE_Leap_15.2_Updatedrpmxz5i586-suse-linuxdirectoryPOSIX shell script, ASCII text executableASCII textELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=cfec55fcfa908e22886b7ca2c30e3186661eb18d, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRR d4'E#8utf-82b3b017ffce63f66ff290ea1a1dd9297b22ee75d9beeb4abf03408a705452bef?7zXZ !t/{]"k%w nb\w~lj Pk62LфQ˗Hܯ.'jPs&u)y1o"&Uh&H#=,+࠘kV1|Tл"fVߞjDtG!)?vj%t«:߸TϤ#`࠯d!GRt38inuWS'-C@ 4goUfD{Wdz <Њ2h~y6ApCvcowjw|'DL!MyV0&3ͺ%WKzrE)R*om21 dݹſ{/bA+e`c@J9hu=MvMfnrU(nJnc].#tC>2Kfiʯ(/:7tUh r%A[*#39I/2n_iwbaaZ6ͼ-(z6TW6ꂯjHD,9= ,8ǧH xpA",-vblt9؟9v_'qrxD: Al%qiC1XuuqR 6>V'7iV^E>Y*H_8O1[&{J;BM#HQg/g/e=:FFCk'_č8[beUZg7Q{.tm`rMI{隉NM^O\4\z0V|x-,OwUmv~g)p| 9#+ߝ] jJ >T?YP6vpywQw(-_ o &77,s1AYtsLk!-pyD#Hn&N ]2k=4i!֗f/ h!-HTÿѩH7)Ъlki/^rG4(؈!C! TVe%웛 r18/Si w30{q 4]l9:8ǽӹ2}mjQP| F  G?i9(ou2.ĩꇭZ|Qۅ6 0~H)7(zPNϦE0s8¤\6G!}ȫKq"Gd.#6Un`?q+xMPĹ!e߰+e$7<.o3h:%Ov%RuGg(8%_CU,I;D(D8&K1vtϓ'b'Ӱ_qC;DS#d"Bn67IqRa蓁P~ k5x5kApP[ %_?|ONpSTǗ\b[#9.͜銻=,:W I{8>\uY\"tKޫE}G҄0'>n+ D@Glx-eR#Yi&FK ɡTjlp:f -o{D;_-,@g3LI [aOjp ]aڕk9aE^݉p}fw!O9j ~b>b6/gK sXNNQzLelP eѼ/'tQ֍ bV]JRE5qO0!׊ar6Wf>|{eE{FWB6rFkW?-6 ,^o:-10ATː1lLGC1b)9\ 9y[OvFDa v-K~> w`t@%6.A@(+$>yJj7oߊn[Mݩ('46 IpT:!wZ~+$%&w?I34.Yq|Im!!N2z 7붧e#>>W\->uBl°+Q3NU~ W JF/躩 H"f=B Rha)xh?ycKݮԓ% Oo[R"L")#R>wfj&iK20W!bMjz&]29pS%pOEJt]ބ`"CRM9}Ǹ7’ ѝ"5%9:Kڊ "!ZSQO,ƂVCvL. B:^›ԽF)ʄa D ,<~ ƧK6`t&pOf&)?<੉Gd-iH0@q*|mVS([TjP;ARmC:nT@aPȎZlRa-2K}hיNrn4?byX]h FSczyKB0f2V vTLϰ~3&0bƠXx;iT>%kzY=K(aU&eJQo7願,#['L!IS衹d?LWKY-uxOEy?GˌONGW!w6H>e'`fgE`"Qy*Mj^ Y36 E@*5ȣ0^ʩm:y$(S9qB!wjrp-%N~XQ)w@i:m(%UǸA& #SEcz=V 3 iAx=*iN/P~"Ҙ7r):4%!0gn(xVzx V$Ǡ@M0rA\5Jf&OL]qzb^MeL7h^SBVk9tbs~s4Onji vqNmp]۲D;j2k9#Q\޿s:u9!cڏ`zr#gPgaK OJhd!ҕ՞lrNEgT~zx<4!Eݭ;IZWwQM^ϲ=b{vt# A.?H3X.~y{20F.Lww:I9uls´X[s 9p6 {Jb2@Ñ >Y'G7 r6rf^nO- ocaݳU\tN+āWJ%m7i7? f,9DHgJY$Y j|ɼڋj 6&۟B1iP{ _u%dM5tMd3|~¿k10 2/w`~[<05s \L@+M6>ϱ!'/';jbv.t԰e%?4@i^VCWM"i<}h$Jڗ2;K5֪)sFF9J\2~ڳo.<: =4}&ZTXkA'UsFU6nPZke`MEzY)F$\tKa6wgi0pӘ%2(atWTu6 lrc%oq8L= Z=aH!)8cB2,T11^(jU܆'$KmfY+*yDF)ƎH\Zfì 'r. fK!$`hZ`J[}QD~P;a-KM|W>A<2lq>pi sq|asC }*=aƚjFտ[;(sG'b9Y l'unѬX?FRE^\6[8c-塞T'xJ}0_$Bl<"LwBmDm (2ѐRv[7p-^"#DgnB[C/y\8'*G/[ܗ 4T;"?2Sw }]W L?A4uOxB.)u:.6 HF * %CH::z)!84Q .C {ZtXc8ve'4\ex-mWDA+# w|= F-׼ù!QmSЈ k.x MJ[ӏ_ſATlAw2{-'mU^_`Wtٱv[\1沿؞i0Z% XjO3QpwowKVGxp&gg_N6i7jXoϹWGbl{~o rk ou>E͐|*K^,4mh̎bɻ!EQ65o slVWė?0Dj? d=ys܊u,͑<ᘩOC 75$ANwҟMvf~o{ 5 #I@4-;gΉf^Ⱦ >k玶f2 (t~nޚ/+Yʩ!XQ>,I|~bS$ת7QqG-$1Qcr/X:`y1ut p!f's)6zV‡l_qJ34aF+y.b*Ͼ9p ~tkH4A嚧ŽvFtmX2Յ,(2ۉrDj 񴾩av&C)*i!Rx|v]?^*O))`iTZ;KvɠY0-B#CJfqg%&"ĪL#M*+HyȊrŏ,AQ/1A3U~hu@Ch!4tAS tE"Ξп=!٩VV3SYo /rG֍˵Mf*U  "T2m obE_(!]7f,$t9#|PWqt;/5m7\MY!B[fT{tRUWnИ# 䃉$ ksa|0Y11;A}$pzNBM:ثhA2 )rE5nF-P9@=IBdG6=$-@.NF8/ =5t|:\^"/K'c\+KJLG,(ciX_Hg +J]ʣpTӂQ埥㷱*g}(e.m{#9>ʔP#冁smejnhC\AΔfI9W 6^u 2w]m.k;Tq9 ~"cTQ̢0!8 uvf]Í re3q, ѷptM V` Gـ" Eu%WehQPըٺ0pUDaKiYo ,)\4˕,yTpbv?O$?bC$d_CNPd;%˱ѵ'|nD,co6cXP[j6!NZOkMJwYgُm(mM^;!4~:$7wjt@'(a([lo)֧'><@%UN8]sϝs㵬T>/[Xrc_>Dei_7Ro]Jxʶ/+ή5i8I]LE@Be$6vzV6s>߂RQKooy·N3A2v!feYMKytoMgKw>Iy]?̦~Ai^K_0!1B [-/݂3ڄx1.(J>(ݩdܴVS,<,- Oi'_Ȧ[e=p8WK4^^8`zhGjIVO)oKFbL+Ie[1NQޡfn|{:*,gŬ(ƟxЊI"zF,*B  fIĊ5r4pzҧ2<hIYxh*t_4ZCm]LM짼CSmTi j{()P\rK Mтy|Jr.Z$!8d`?Q7tB=n跍;!#.Čo\U#_~B)u&˿ࢨ'|ԴIxHx^5怦B#?H]RH-8Չ4r4ud7bFJV1Hf`dgM4z\T#1 [!S ×xȈ{E b6Wa0`]!Wbwˬ$`K^Pc=1${9_=g`0z` ld=JϘѪ ೷w1 /~DLvYBէ Ρ Rϰ^2j;!: *y&zv$VASաʣ}b3raMuL 25W%!܃_ Pˀƶ+ 9 s:t@\RsC]@BdJzipsPGou_nM*f.Le)!7UUz֕RHAZ`\7Sљ vHȱs𕻯1:1j=h6ہK$r\;\wJ}rvD@FhedxZ켋䧼 \RҐPot暲ES $ռR-@o]ʱ@hZݎeVC#q ɉ9 !x,/g6G: sCtn'-CPNXūac@b=0F&l?M7b>Ԇ{nNZ ꩚b&ML=MZZĤܟ|<{j{2튀*{Í-rÝ %twxa[ljZK3^aR!Pos/ f)eC.(~1F s7P]#mIHޑcJzܘ-Ǵx&'hz XG /E&1߃O >XaԳJ*@Qqc͢KqBujD?~]qRoY>)-Geoț~uzOU@vo-?2JHekq|NeqV4=Su.[Ջ|Q[> 1 פɈ}|m/Wt0Ŋ%ˏ`*1:֘\0().oq+И<!fq4SJdk,;F5jߩ^G[܇S_aTWcbdu`\LJ@m",GEbΆ&HٟX>ºdV(7]0 M3\C65>'ޚ/O8 WWVG"@lŢ e𴌄 Wm tm^Q8.u^cGtEa{V)lʝm(B}e#!K=m(yRg`n? ^Yf5x^m=>b Czr^nϳ_: &Psհ 퍝1哊/r*Nik; m<5E*?3 J1,]x!MbH3`5p!ŀS[3;0z[[%Jd9fŞ|:):{\q͇"sWB\Z&2 J(젦5tA#/z)4W[;{ȩV2kh)ZA҈{_ KIRq GU|{??8g?| sUdzAZ3筳%7m~?%2$.^s}/I/%$:BtK8DK|'N4âZq3J̻:n6~_$o$I#F } k`@av63=:.,]%P[TE;.{:(pث 7ߑǯع(3i>Cݵ;H#ydD47" Et'jvYj3&l{q +W4wr6ǒFzs˜g4bOYN ŏSXzMIQ2X2,_p|=)z &!zqC_y_sUfxG! n_kħv$YKmޠ#hOX^o݁^ >*eNȂ$5#6r3I܈P9 >8hRv+Q~&DbeXd!EU $IQѩSͺGK~$) I#GB#_4ҊJ5~s#$dR61T*IW$}ܗc@6L%ו)d!x5SQTzqiVn>d? JUBDbCˉ_W7+:ߕ+Ȣ0=D\ 2&|mJ%h{޻AޱB*U-ItYǝI̓<>vB`hzU0D'l@XA3Ȗv~Fig1ƲUuԫGtJ/Y|zOX %* =z0;jTjtMxck%cxȶX]{@wy鞫QfoKSH"/>о۸Z5yB"27. `'Q4/Un7!p$cj{SG.,W943ԒMךkt{ ~o&$a8 @x$6)`wX )$7c7+rCpg'`ꤍkG3m͕ҨWl1ٮ$3OSiA>gWvA^j'sOn?:F:X2Z)U!Sf*CfŌw 'm -];Ȯ9Ȋƙ_)P7UOU\6ѱasw~͡#ԍSP+% 9YݙXF~Me2QZZGʯEC劁ҟkMd"Ƀ<>Ӵ' QwZo|iuKup.U=I#׿qGci!\FE|\lseJo'qbՉ1z_fCw H^5e()<Ø7|BpRaD`]Ԭ"Ét>C*ŇV񟏫D#Zi2|@acs^>%w!EczoPjŜ^HV) a?|vV0IŠ6";Q><]U+N0E]Kt5^Xqj~`(/I8E/ڡf&c .u#9f+ry.PÎԶ#Vi 共)|||C+0"(GlF?r\b:/+ pº?ij,o˩XdT& y'OxIol!^a-#Ԛ,|@IS*__Wl4ggwW2r>ǒDqu{`=thg<_yG (_ʠE4Z$&% Ji me{߿CA~jd~ S'/7)"UZ t INWϮpـK ~Ȼq֚ϫW\5W3"nV?_Ur{PuH:)j:ruFp}o\ۚ9%f`k~l2 VsQD*JYk̊: 3F=5 ;b T>Yvt ࣎>EFH 8B٧HӪr*7C1$` N>|nfE.]ڕC4fCE/!ܸ,ZV[Ver#؁@,e`UMݲ2_)fl F_ ~c?`=G"lr 9jzWT3dOd61F(ـ@ERZ_mн]_wuN6Ll;!;tVޡb@xc+4(dh0o>)T*nQX?'s3QBfF"=;jMoK\wRZUSJ;j)LMiol3[ܧTL CaPv9;u髿؃&h 4"J4hnrKהKAokU" by@/o~ Ɣ ]E cvFJ-tzq| EwrE6 䣄 ɥKRqFm(%êG2s,A*t*[&8Nn=X%`ػH#rV/d)Α{MF,GA C^4O`Uc-d6b=)$+F(O]K$Z`, -Ywe'ӥCb:93 J+;BLD8ֺ &w ]*s^=xUv %\C\hx6jIR -v:4WֹkFSXUUaKHčw )^`'"/axyV\֞DVMIt)z>RJp;科u52BwJe[|Qxidgk!p.ӭ'%QmfM0cU'YW0v% >dlr'+rÀIOYwN^厹*PސU,P/!dKPOQh@`Rbólv4< 6K<cϋȥՕuپNk)5BU3֩ԼWoL%tCٻu_2EbC` ;ԣrٌ;B{s=wX8WI6@&csT̓мs'K]XZ-Ponbi0bb'L IãN0_(L]$.1 CރF4`4UgSJB! T_epOI$5,53ɣNr~ۈɛl5Bn`qR ?}?ŝzŋ"iq%{dQY l Ĩ@W`XCIzhYCەqVzvK -#P񁇴WɆp"H`Ԡ{` K{TAѽl6A# %))ϒF88#!p3u_(isR-4Fq,*N  S=Cx߮|h؝NbVԃŕW @5u1\l컴nP ?(%7(/v3U97|G.!P$S NSg Xzj tpO% ,?X-2}(*S AkU;YnHˏBפW2huۉ-m!ﵲ Xi eWTV_ϳ|[Uw=>vNR"4=Srv 0-Dj\,U%}=oNn׹k;&'u5P+,P|(svfLz!nA2'c>S!Sm<}Iޭ0XQĦ ʄS0Z1jy|=mFC!tTh1n/ Mk9j}ܳ>A+px0_!w@sK&# {Aȋ7W:=T[smy~&K=l_pۀCQ9sPnu':Au blAr.Kz+3x<'ikJgVhSDc!ޣvCHCyKY$i}0ZyD+8~ؾuvv4)wfvpgR>>0.5$B#`K>VEG%RgS3Gp /j3+^|'/Z%MILɲ~ioh# s}>ۇ03l BcOz(E8.e-.LI:rMV/HhˮhHpFZA;8FFkWi]ͤ:cRlA2f3qzV*)%{ص_Mi@#KDÌ9;!5AmVW˒uރqc) @Uc4`)o,ve5wI;;ɧ%ri(sA0/㕻}mg5|kK7T_1]c6h7ϊ+0]^EQq-Heԍ$e'ZۻX:K釛D!S9qdܞE∓wPa۴%n, VJeGVHe9þ;E_'vn$N\Ywk=iv&sd݆YBY(q?pgtPAuWaUY$`\'febAIc_V܁5NLPMv晃^q Yٛ--f`_ڠ*{4j $P~Uj0:4 BtLvd-tmԪM>Rǜ3)ϋ̉ɐm*\6ҫZ2;MO{5m 9kTL4H90F9[3R_Sh Ap~'!XmvS3хGXrzA͆4*qWRZ\e up8 +sϬAD/Y3z(-P+tj|5<3?_}oZxzF?"H1Qz$IOeOWr L^tW+-Bx>h>-e޹DD({Q.%Ҷڑ:h2$9iš: ԇ>ʭ/bݳ}R9ԃHq[`_Cd+jma\n{C>2"1qqlMb)/75n=gR%0iY.3nXP 6_Ժr0+/Ql/ z |I;W#5dXxyHvRj@3g]UF BQM2ox/"л)1[Qi,3L^A]@@$ J<vΐ~&$MI=jD͗Jl@bQ^ 4Ɯ"NDMCx MrގI5PeOmornρۗ1mBCr4j "AӉa--?_kLԷ Gkeegf_yJKU֟?O9J1KoYvrv#,2^d.?Ztgn=pPtc6x9OvsiCD%,~21c6%-DzQ!6aКE'&;z&Md;/p1E~ ULRL鬳>SQ BWM6 e`=nӇ0EUei/t ]+Ŕ3oOEZC/#бxHGhbaŀ󨣋ޚ ?eLiG~R/_J< iTJ>X++.ϲy lMVYCSW#!`]C%2[qvf3.luxz&O,BTy3./1SBzBĉH+@YSX)%#mKC47z\_tDEhׅ~KNj7W,;Gv*ÊCVHUX"/C+:NBBOIu.&E_W\E.&tmP %<`#k'Y,@,Q[ 1,ہe3X]v|x#|CZϝN!-5=}4w%د墘Vl78"25%cmԨ<à?Xΰ?\{O jtm٩.OSp֪͏b7-*l>vs3vo"rHlA-Oނ)GBj.땐_,Z?=!db\ÎP_pqKɷ GF(m\}6y&C YpOdu_e:"rVx¿_!Ij'3B?+'BLU'L 14%{f1p@ϲI߰#7duDՎŠz"[Ԧ##gľۍYrT5 :K  nO5ĕy0By <zSLxL0& GR'[xW~5Y3Z$ 4vHRGe":\L_4*3~!^pٮqNոSۛu&2I#IU+?P.AzO"g:kߗ% JkڽGԌyڧ[6 UzYcVo y,j^ +Cxas󆰐>bM\nՋ-3!;ឭ &T֔Z3?BGz4z,5h \q}6w+)pUGQEe gi!:nNIyzg !M$x)ꊱ3Ȁu:\*oiM_:^1x_ew.1VfG⋧i^!J`JSRf>1)8T4|$녛H.eE4I: WGHOj !y]uX: "t6Ne >+UMT bG͒.P]Ռ0ݏ19E]N;!z(g,vha5i1Wڐz݉_>6WĉvP% yYtsrS޾Iw+UdG_L}tJqݵ|pvQ\P\FI;uūuw.xwa% ,Ntʌ 2=ԂFlc {޾4m#-w GfP5c{8%Q:҅jퟞ E*/u94Sߴt:w p!9/zoK k7 s:/柴HxLs6LNXQe$Y=}|.;"A*HfGx ?P>EUmlQ4m.Bnu|,Q"_{[}3/eݓeK%n`Ps / L1~$HÌSY'*'wy7$e0| uu@vZ($]G0L/ZF-:Apc;xtd I-旝_Ť؊bXXzCg W/R< A$?,RՍ"{k;4KcT 7I*Ei* 0_$"l(JpeޚW.ލ8 ~1&",$=NЫTdSGW_}L?X@L62`~¡n|!%΃z_PDBHO:NxLxT 8hK= bEXFUSZő -&UD9jzB6 |!TϊN.ʧqaeey槲;v4;54 K )?#3׻:SSOq+ hjſX$4 rSn?yFIZ1Xb,ۻRe!@O$>jpֈhNq՝<7*?iW! ;M $*: kKտϳLn\3fAn } c2"62s7zH)Ol N7^uk&AQHe^e:k_ړH6[{ a_ؙ†C>uNV҅Ũe(Z@*NKUŞ{玄U϶@.a,u1 QKL5UVI|SwWtmt=̎1պkA]؝*WY>$9Yه0RU ö!gi([BD^G,MjV!v_TVo\1Bj\ѻZeTu|X-;I3mDx0?|kU8AcLŬELԬC|DgA2MH>w^%ЧGoұYNQmC A$LN/uvP鈔o&@AN{('N_h'uu,-IGzjG?ze܂HM#tlUf!#v.-~*%|p@jչ-;t[.5-[ 1&<Q , SBQE/bo>@~橌5 {𴟽FbmebPM$4.ioM9#m]rd4[biOxۦ&0!5![b@mbIND} ?.,ZD[!cpYÏ5s1Ƒ1Cztrz_ב\O)d[}߼9VrvC3{_246/vf ,{yC̾a@VTh8 Z#͠-ƌSjjR,6G]M~~a݆![ M*%`ѝɇs o EKx5{j[M֎Vt|p}fT?|w|X ˺&ΟM; y11 D>VZwy98{$V{~vkȸ X<7zX~R8\Բ%Vg)ҥء wZ0DΉr.)n 8 1a6ISK:\ꬪmU@0$];S̈$U#`"ZeS,sIѭ;cÉgPӎgyQM8~*P=zg62w:1Ӂ<:Yr fjowYiw /P61Im1xdG OM S1i{uZ`iW&!zNzCفt$gR3*K ~ḞKޘ3&@ A&uI35G4C0Ov>\.ˌnHsnK}C'й.gn" " ;*>"cª= T~oʴ2qxTA.N y|?5S8w%{Vfek9+*p2 qafN7ipbP;]ڶ@7$Jq;UV3m@ DԀ'>dRO7z3 ;ܘz^G&0wtsqD!'ؓB!KƯ%AuAz!/{U:`ib"GxO%){G~'p@wn[c_+n &Z/Rg)1=(<.ewA$`rV{p _L[r :U Cga;7fvxqQ>GJ)vJ`b_K !?åMݡ@{\3F§VO`8ё=8GK̅tTL(q r8xlʜ!|<1ʓBy86p_82 qq(-:Q&LuӨVHևfv̮lE 8ޘ3W_`. 7Lf%׎3f^eі_>7&y7Ty RqF6Jb4P՗m.;qV꣜ӧ:bу1.hyӺiW-ǚH& xB wZ>("rn:kD' *׳ۥ(>9_b>WYzH9^)W ߻PV{땲ĄBג>l'/A0e)F̔@.k5z\V̤՟>e#u|1 !(D~#X֓RQctY*!UsW1_$y:s&wMfQݒe7W,q*>(Kɵ( q&_\F.޹u* 7T9 WM'QDg]yFm{ IabA>y&~3|}hRʢn&SUsZԾJvm? /9v;su,EV. `;1NyT<0)%^upqYMR7|"*iyT3G|ihnmƳxm D\hC<$>,EE-Ɖ]COhAJ dqzzt،Ni-Kr1)'r(|ܮUT3Ĝ3,3vCw]@F! ;]u54~w؄qށn?VZ0%V. rɸ7I_`Ah H3M>WNpl 0ˠlUNB5cn I6]!7@< k^S>4CMwԊa`KsS7=$ϻ2 L`ħ 1-~Kuy:szt2 evI"ֽ֞ECi38GqےayxK~ePdgף;d DU!D;;{9¹ zS"g2'a}TOV5<$oA27< |0<}Ns1lkN[/"zH"=M!O ms٭L3BFf43?ǑD}$GHv JR?r0z57 ًXa4w+l@`̠83w WWz0c\O& ѓ(E~*3@:`v>")`fcRq@̑+t NKzlل$+=|\+;Wх4)F>vI6uQYk o?ֿs:[6}LcւjVV K6==C%@ HUmVL40#yȍ,XS3G"* s#BӦQtc<@"(Wm\o3 StJPC .J!ޫA3_x5> 0]1$1S @?Y#x>09\HSYx8Bt5F:ŷEϿ{L<tU, NLڏm?mb&ۅ 5ש@v~kL5VfRTEEsG5ZL8R^vo:vxeXФ4zHSp53J\lyO#v/Ƒ5A-vuSQzEwvr`lA a/cN_g+,|oV4-@ *+yoCJ+j98,P2BrЀ!,d|n|1 [*Z]N[Q\U3-p{F8lnPlAY}On|oiDןL G@D!DR$UưpMI?9o~p_ DxtSLz5(mDxed{XijsySOi 7 [Dk<Otbʋq}T噜ôoQYVǹ"~tƔ@eǖ =Zm#cZ{zoU%\n٭3aGCn̒Sf0A&E03n|wE*Io3|0` ^8`\F;! !$5+띮$GMA*@P]2}R|ݞ-QFu(᭱t Z!܌;;f<y*4bU;KE=t#$3JIϕJ ls M_4lML܉ (ֵ;نoEgFOLU0 ĎEzeiN_|ʆz*QU[l8 iQ:k:߻,;PbP_ȺS&b"q1$|ڶ ]TW3Hߵ7\FVa򴮞l, JJNx;ASaؐpZ"kG=l0U]'ka|o18br.]%Llq6 pR!` DϬv`vqmL?M-A g`iܶuX<sTG70P[lp-w'x˫N(q!v+] vi?U))޳{Ӯiִ`P0 ygIw&^i%LC8޸ ݰ]ªV/1?Fs&Xxrcw̐VmkH-D哎* e01Q):РJ\òF$th5VVʷS/^z vO7,ԚQ ]cژTCT1"P"X1C-Ya#Ṉ̌tb˓UrEȋ^Gz]$z uqNIP`Cբ ثO;\p3lWbشUn?Kl@(2tLon2\1mvSGڧԟut8lXiHuϮxDJ>`0r[i/xo~|;bނD٤ _tk랏Y3\* ؤm1dBN 5b¥\I""DcG}k4HWRT<@{fn| 0XQ_2Dz!Ko_dܥ%޴6$k`e1i1I_ i7哛j r5?\q{{MofTxp*R,֩Q)%)39 b 6G$M![,=7G+~s N( @) zQ r!Z*W .Q -'fI,ttN*`$\Ago̧9\I I)\\*H8KeryUY)3 q}nfhb6w coߋ8ԝYrN)&bLmY}iTަWNmV$`>1+A>̳ Y\~qF{E qN6"7ܞjVub xCY$}ʬ/c"cZqF19 $'~^(Dv˰蔓"O)U n} GU9&v #kBYX~t_= wy &𣍓d:fL5-Rk+M pY ״$IVUlQ]/VӅ|@{c!M\ Ɇ ^մRsD -1GeWUҷPuz-~7`y0(ΜaBvV8VWh+e:AYW^[|j` ć41::d^pĪ5˟ *MTeϞ4 (ەX C O$F46t/AES'wݹ)Z)s$aV m :kYGl)174okRDXSn܁A+{FtS45\벌}{-n@gQ+.)yoA!jyvxU$[F57S7v#Kf[6cOK7F ْn( _"k1D3ck;sQY^FaXUVtO g+<q9'#DOxZV('nxg͟u S9Nd=e ʭ%*ޡ<[wۺ/xrsTkL:poǩ1Nlhi!NE|ttXzuX%`V]]999(u%j Qd8Zo4T?K^'*0aӧ!-jem9&;W[c (`塿#6Ɯ(inYרA f)?o &i8T-ݹWKȲZǾtd0zXd^,gw7}}M绣&Mk%p!61ܯs';}QBt;[_@{5J;D%Ko#sFo42HB+v%7CkOFH݈([>d{:6MOJYj%8stiI#"V+Hڠ#z;Gz)\xe`AT:g ӵ5"{ˤgv$,_鬕R>Y`pWo}1A.E6dguʓVLFE^]Qo{ZoTC!<8|R$!YزuMpo8Sa2ɱB[DCI"oL e$U6502ĺT1<ė~*۴nsYv<] 2$X:kPn-6/au4j=:ǛoU,cZ:)gé;)`f=،Ȫz'qQ'"(J-UwGBǐGDxk"}۲pI,%-[ixCN9ygxL+@tr#.)wɺm& )m(S`t*AE%'Cʚ}o| _KH Ԫ8ln'kÅT@znvcs}ʞ|gs?᠕`^NxxG6! N 6L; C8 ҭ#R$[Aox 1n$ǁeY5RR<elW@e=vFFO٣;Jϖ"' ֏tT)3#<ߏ_p~דcU&/=ƚ2̰rGA~.0rjlQ,GB񔭣7wrH'k.vPg~iOrFP !)0P)^Ho RdT9%"[2iŇS<܀$׎PkhPܺ8YOd)3D[1Tt3×S$jg$ /. czTmÚA.$/z:%0هu*rp5zL?N|B>Mx{?GBg&ba۟6 sȼΫtz+ܓ#`e|rG_q`gϢSON5>Zqp2\GÂS·ڼ}~]lhKoqe:e:;~ݔB0I7dIԹe+B4ժjT@znM~^$-`c5ȓ(-;Mw@/"&Iv39K, IOKjt-( (^ksbJhiD;0&Ng{Fzſt_N|װr&L;VS"T heq.ēJl}$u{p!gq=(nu{y8&o2X͚W$r0SKtJ2Cq¶S^J%׭ ݽAb-74* ar|Bz?ԨȰFؘv£NugПNIY*~k{{?(moB<nlkǃC{<4C~uPQ"s~xa0 Xɠ[d{I`Xzǚvi]Kl%P{0g)S2rc Yz؋s^EURIG^-xχ 0l0!O҄5y:sd|c&DTی2S&1yQZ hoSaF P`[IGYTj3[ /W[;O/'ĊQ' DT(Fe6Uﯳg6>c7|mD|@vycf=QbakMr|$+uC}NZ?b >݈UE,Dޮ]hsPYpKFK|m(<]qF1m=l[WH^粰I9C鑺wגּ@/ }l=A~-&ėmva!cADc55xv@q`@6HS`焅7}M*>`` lF:~p08ݴ&'E$Zb 2Й>Mv{ٽŚ+Pܐbho^ŚnP^rGH[anYIp?T,l7(a 0 "JhLo"='EWߐ$˧㽊C|V6)6$Yk7qMGaB[_f-3 VkʹY3 NyX`6 j03$Z @/z޻"x1S/Ap5\;HLHN ԎGD^h-IM8n+-X&U:9.T⇝XbD֤KW4sF Iavu}Qb 1}~*~DzJMu{k|֠mLOx3*۰^y;Ty-2:q h'r7J닌-?XE=X_D-! |ul(|_ז,|aA*Jfub e^י܎^fuu㉚fVCe._S߁6^-3..*蚭ofgvfעHCpy\ģ~\[ 92D3 !r3EXd*]2-DBz92>}p r2JVKF[Ԍ3BOUNDD7v-=QL Y?qp_}ҹjdYp"3?kb^[^6QeH=Y} OY "t]lo$i 8LQkV+*Bi11r5!{ܙ {3#1 t0%Z46vFH7\H֎+_vsr+ ~wBrThfH,@q`r6QO:g4 fygî[f'noI8`R"TH6u;1ں1A#ɚO*TTܒNE~yq3ǡ>o0C\,*b#JجDrYRb{겯!K)*(Rb)wB.$v9Hf3{ܞS{ 9zxOr1to*KK&0P&E*`lyӲ?*ʭùJT )6}^4d#ܐXSX$w .O+&Nղ`P:KHX?)&k&[Z53R5o5 a%~=6YIA.G׸&*K|NŽ5cM@~LlF 鰖[;|7m|i ]+i!g;ZW& #ɇ#)ʅ~*bT^Q"b\㾂袶}I:̍n䴕in= DJmmɉ LmIv%墆ްZOO]%N9mE̼$=}/72)-͖/>|ЄR42BXe@ɐO[mccwŸCӝ=ZVSlpt#ā^Vߟ<'W[.g?ۗ]`DYL5('m2*˚qi,} @Nɳah-Dl C(xWc8U$&g߈E(2&r`G]%ZD6Ub3Cr$^yЈ|U+g!eJ~xtF}Kn_ w yS XhLpUr+#XOGD,gf=:gēs 6v'MLj K8f!3ԩtӚ@&;@f:ީFϊA唜g[kSg~͛&$P0T[.aS<̐kurV8DA ('Kק#v>k~myNq;Fv/=i#f?-7:7X'C.n|7>D\(\L&0]YT_ ]ݧWZcRI̵9 pL0S;W,T]ḐR;R= = `Ҋ< V ˚#E2LN#M^*=Q慷7bATPTS4q"JGgBzIaPP2W|Q"q2 gG*ᐁoFc~d{r.@:3#%Z7b-JQOq8$/R'+v}虾RAksY>R,sV &u:@Kebqt00L]C̼z=B97ȵ(;ĭl )LٶiYRBlIKH SAYBq[9S髕irtwd$]jhÆ\n\'-%C9XM1 zKf*e<.lo 5}*ɛpDzB m`fe0[H[h?ۯAE B -CH!(̺bm[px034Lbd:աǨ/g-w|"!W9=0:69 6O8H m9Ȅ$@D6(@qQ8`>O5q54॓d^Epo9xT,] ߄MM;[X{ .VSPDZi}6}>tm0As)Zec.Tp/˓ Ļ a&[{Ua@F;Tl4uJ9s5ns5YlnǹXkae6Y2ӹ v>) H -"p6Z;CZkC$C9~8Ԛu 9V od0@Q,C6n_Oa[<2ptwar[Q{{R7c W.2!`' M$[aT`6٩R=uߓ#)2TBj&򲔉qIQѴ*ۙjY9>!~va"8 R sUb*/UӨA+-30D",hӆ*ףUeYrDZ["nM@g0El_nz±u~M{#+ '4DDҁv@=Uqn줜Ţ鷧-u(>297\K1T5Pm㓜g5*_fw yhtSeo*[x(9X_P4罐Y a'ֈRc|.iq?ZɗuaqFBqbH5e_'h*)UYWcWݦ'/3<&Rwfk{ea0if*lVYc_,7Ūeivy['bkTEl=_W$,($1ޖB yg}}9J=<I Ь F4zbí5pH ?X^I+ңO"Y>@Lh TOV "z:G>p# &/xtCf} O:Saq)e% 6l1~Kby9#m*smp 츩?($`!Y=7^뎦xxVp;,2FAgE%"֨`ʌcH H QNh`$x>%1݉hZ_H"p? Ce OR(ۋ*KC1w((Lc;X5xn^$]# K!aQu4wU*$ϟZ`]`JKϠ\t+].-ThS 7[HMTNxg}< C(PjVTlM;!;FJ+&^ visƯ3tv6Unq"f) #o_^PRm<>Ku2ckBvЯZ]5A>=8[-^v^JM=p}.ߘRk[91;">& ؝zy= B|OGufQu̽hHb Ã(\ȖBn{\(^wq@\[/$ 7#ݺ#w&z\;)6Uп&Nc?("^T˓[ ;[EwGFKa*u_pnO`c0\J,& =g0I}O$UE)7y¦o_y)j5_ iW޳ǜ-YOmKTԪ$i a QKS1w# D[r_3O+$pm}fϴ<ޥ -yOޗJ>H 9<d{n̈F"CngPTf,}h9VzUB1-@Ti{ctz)Pkfa\5]@ Ϋ,t|5VHEљAw*Et&g  -Z) ʈ^yiF9Iz}Y"~m. fZpqa t`=93oh4BX6٥Z~U`þU١꽂-V*^ ֪%2mDw)$!g8&\ldڬ=.r^S%!a`j`{ɼ, <)>3> 4`uTR+Ep7O,sSҩ(V,'!!$aiY:B#o_K<*նn5#MtV1UW{ Șl v@^^4Bw0P:D'~G$_a *<@f6j#{E(Ot5DR('qZ=^Qg jm'(H!u޷sZ9M*s8O6% 6TJc am\g~ېأ^)t/gA\>j06}{3nWuZTC5z J-|)XoxNWJ6"z=@IB;=;+TQ%jtZFLP3)In~#dqP&,3MS斞!}o2} Pt:7O7s<[Ed C{1m"nX B_*au\s=:9btE@L,ȢxRޯ^OeXGphS_MFKȯ$zH?Y jw±OK^G2.Hd:lseni;1kz{:3ɍH83݂Ҥ~ /26N8yj@M @[?wV_ A;[ڠs>0 (!ad@<[*I-Y1tX, cʠ)jI~sŧt,v&:+)coK(VcVpU8U 4_.MZOu\/9Q^^\X$4n4g\7k6TIJ;uV?uUw`MY/΍S/Xͅ.+!~nCS7o|ӆ/ƺ;F;R7>₄!Q߇C˺p7 2XBw8-VUBDH%1 {?Wqyݓ"B+<y95T|^FZ&t.<X"y{@_gM9µ?h34?&z~XO}⒢g< $!ԯUM^G+쳐f'~$΀@n.<*pXNvIb&m6]yiq@k[D gQ&Zw{`pۂtaiu2<M d" ^%ˌ(d5ge)Litq(3 xQXmv?W~`G˯@p[,bW3-x剢d&& +漢MYNܭHHR0Ԟ3 onY6>!Ď>HڝU,_DW (ZԀv-@&7WI1Nb׻Lz?=l7kwa{}Trh:<ȄEf {D-oXxؕ5?URQ6ӉXrdokoG8+N;L QgȄ<k5Z=Pc;hПj'!tE%Rpñi\o}tU!`OXKq5xi8Ew}LR(6Awn ePjFK^see录g.ܔiIf:Ew' # '}/@̊{KQI&c[|ECA ԭKsAqMqJ"[!{=f.tVi9J±~abT@(sH{m%p!m9Wix,iͩ7! D _9&,؝,;\"X7O~'AVƢics#o'S{C54J"r 3``ދ8Н*$vLcFωu)̮+ ̚ !-"umQ}r;rD{U$,]=Ukn,$EΙ&eeo[  'j({`]f[ ='lg- %* 7ӐAWæ/.!t֊ a6|š3)JK1Iқ-rj{g7k\MC~4g k^K] =T])(DGTJqRo2=Q$[U,V?5 _DBӀv‹Y7 In}>}vbÐ ʂ j{Zfd YZ