dhcp-relay-4.3.6.P1-150000.6.17.1<>,Uc=0p9|鵟vtB8MޘӰoe"H턞zs7?*mt&Ïr\TM>E;sr(aFn?nd  $ 9TXdh  j< d  x       >   `    ! !8!X!"(#48#<9#:%`=h>h?h@hFhGh Hh Ii Xi Yi(\iX ]i ^ibjkckdkekfklkuk vkwm< xmd ymzmmmmmCdhcp-relay4.3.6.P1150000.6.17.1ISC DHCP Relay AgentThis is the ISC DHCP relay agent. It can be used as a 'gateway' for DHCP messages across physical network segments. This is necessary because requests can be broadcast, and they will normally not be routed. Authors: -------- Internet Systems Consortium, Inc. c=0ibs-arm-4SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in dhcrelay.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in dhcrelay6.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi# FILE=etc/sysconfig/dhcrelay if [ -f $FILE ] ; then sed -i -e "s/^DHCRELAY6_LOWER_INTERFACES_ARGS=/DHCRELAY6_LOWER_INTERFACES=/" $FILE fi FILE=etc/sysconfig/dhcrelay if [ -f $FILE ] ; then sed -i -e "s/^DHCRELAY6_UPPER_INTERFACES_ARGS=/DHCRELAY6_UPPER_INTERFACES=/" $FILE fi # PNAME=dhcrelay SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in dhcrelay.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in dhcrelay6.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable dhcrelay.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop dhcrelay.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable dhcrelay6.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop dhcrelay6.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dhcrelay.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcrelay.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dhcrelay6.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dhcrelay6.service ) || : fi fi{bc8(A큤c=0}c=0}c=0}c=0}c=0c=0}c=0c=0c=0}c=0}9f7f408e1d0ea031fcb2d4c21253344cc54326fd099751ac00e80ea3e0fbed0f3465bdc35ba2e356db86dee955e374a62d1fb5cac03501e53bc117a3370c203a9bf744dee5dff0503acfac0ce0a5d116e1e2cbda871c6d2a92018754a84967d76c46c68be1b1d7387a42682e3754501e9341b28da5a2f402349f40cf104ea79268ec7c91be7a908ba8651b3223235edbcd5c4c996be4908e0e1f1ed9b9639c3c7fc27a2b50f3279875ae91ac70a8423333131d93ba4a6f44255218c7be67b9d5dhcrelayserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.6.P1-150000.6.17.1.src.rpmdhcp-relaydhcp-relay(aarch-64)  @  @@@@    /bin/cat/bin/cp/bin/mkdir/bin/sh/bin/sh/bin/sh/bin/sh/bin/shcoreutilsdhcpdiffutilsfillupgrepld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.3.6.P13.0.4-14.6.0-14.0-15.2-14.14.1c< @bg``8@`e@]B@]#0@Z%ZaZ]@ZOhZ1@Z@Yh@Yg`Y^&@YZ1XƉX@W.@W=V_V@UTи@T5T@TmTemax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comndas@suse.dendas@suse.deobs@botter.ccmchandras@suse.derbrown@suse.comdimstar@opensuse.orgbwiedemann@suse.comndas@suse.dezaitor@opensuse.orgndas@suse.dekukuk@suse.deralf.habacker@freenet.demchandras@suse.dendas@suse.demt@suse.demt@suse.decoolo@suse.commt@suse.deledest@gmail.commt@suse.dedimstar@opensuse.org- bsc#1203988, CVE-2022-2928, dhcp-CVE-2022-2928.patch: An option refcount overflow exists in dhcpd - bsc#1203989, CVE-2022-2929, dhcp-CVE-2022-2929.patch: DHCP memory leak- bsc#1198657: properly handle DHCRELAY(6)_OPTIONS.- Oops, when upgrading to 4.3.6-P1 in 2018 only isc_version was bumped, but not the RPM package version.- CVE-2021-25217, bsc#1186382, dhcp-CVE-2021-25217.patch: A buffer overrun in lease file parsing code can be used to exploit a common vulnerability shared by dhcpd and dhclient.- bsc#1185157: Use /run instead of /var/run for PIDFile in dhcrelay.service.- bsc#1134078, CVE-2019-6470, dhcp-CVE-2019-6470.patch: DHCPv6 server crashes regularly. - Add compile option --enable-secs-byteorder to avoid duplicate lease warnings [bsc#1089524].- bsc#1136572: Use IPv6 when called as dhclient6, dhcpd6, and dhcrelay6 (0021-dhcp-ip-family-symlinks.patch).- Update to dhcp-4.3.6-P1: * CVE-2018-5733, bsc#1083303: reference count overflow in dhcpd. * CVE-2018-5732, bsc#1083302: buffer overflow bug in dhclient. * Plugged a socket descriptor leak in OMAPI * The server now allows the client identifier (option 61) to own leases in more than one subnet concurrently [ISC-Bugs #41358]. * When replying to a DHCPINFORM, the server will now include options specified at the pool scope, provided the ciaddr field of the DHCPINFORM is populated. [ISC-Bugs #43219] [ISC-Bugs #45051]. * When memory allocation fails in a repeated way the process writes "Run out of memory." on the standard error and exists with status 1 [ISC-Bugs #32744]. * The new lmdb (Lightning Memory DataBase) bind9 configure option is now disabled by default to avoid the presence of this library to be detected which can lead to a link failure. [ISC-Bugs #45069] * The linux interface discovery code has been modified to use getifaddrs() as is done for BSD and OS-X. [ISC-Bugs #28761] and others. * Fixed a bug in OMAPI that causes omshell to crash when a name-value pair with a zero length value is shipped in an object [ISC-Bugs #29108]. * On 64-bit platforms, dhclient now generates the correct value for the script environment variable, "expiry", the lease expiry value exceeds 0x7FFFFFFF [ISC-Bugs #43326]. * Common timer logic was modified to cap the maximum timeout values at 0x7FFFFFFF - 1 [ISC-Bugs #28038]. * DHCP6 FQDN option unpacking code now correctly handles values that contain spaces, special, or non-printable characters. [ISC-Bugs #43592] * When running in -6 mode, dhclient can enforce the require option statement and will discard offered leases that do not contain all the required options specified in the client configuration [ISC-Bugs #41473]. * Altered DHCPv4 lease time calculation to avoid roll over errors on 64-bit OS systems when using -1 or large values for default-lease-time [ISC-Bugs #41976], * Added --dad-wait-time parameter to dhclient [ISC-Bugs #36169]. * The server nows checks both the address and length of a prefix delegation when attempting to match it to a prefix pool [ISC-Bugs #35378]. * Modified DDNS support initialization such that DNS related ports will only be opened by the server (dhcpd) at startup if ddns-update-style is not "none"; by dhclient only if and when the it first attempts an update; and never by dhcrelay. [ISC-Bugs #45290] [ISC-Bugs #33377] * Added error logging to two memory allocation failure checks. [ISC-Bugs #41185] * Corrected a dhclient -6 issue that caused the client to crash with an "Impossible condition" error after de-preferencing its only IA binding [ISC-Bugs #44373]. * By defining CALL_SCRIPT_ON_ONETRY_FAIL in includes/site.h, dhclient will now call the script with reason set to FAIL when run with -1 (one try) and there are no server responses. [ISC-bugs #18183] * The server now detects failover peers that are not referenced in at least one pool when run with the command line option for test mode, -T [ISC-Bugs #29892]. * Linux script updated [ISC-bugs #19430] [ISC-bugs #18111]. * Changed severity of the log message indicating UDP checksum errors in the received packets from 'info' to 'debug'. [ISC-bugs #41757] * Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex" [ISC-Bugs #43185]. - Obsoleted patches: * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch * 0019-dhcp-4.2.4-P1-interval.patch * 0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch * 0022-Optimized-if-and-when-DNS-client-context-and-ports.patch- Optimized if and when DNS client context and ports are initted (bsc#1073935) [+0022-Optimized-if-and-when-DNS-client-context-and-ports.patch]- Plugs a socket descriptor leak in OMAPI(bsc#1076119, CVE-2017-3144) [ +0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch]- add PIDFile= setting to dhcrelay.service, without this systemd stops the service immediately after starting- Drop old sysvinit support from the spec file. All the supported openSUSE distributions are systemd based so there isn't much point in keeping sysvinit support and files around.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Replace net-tools Requires in dhcp-client with hostname on suse_version >= 1330 (CODE15): net-tools does no longer provide any tool referenced by dhclient-script, but we require hostname (which is also a dependency to net-tools, thus hiding the issue).- use .gz year instead of current one to make build reproducible- fixed a typo in nis-servers option name breaking the config file introduced in previous change to workaround issues in NetworkManager parser. - Update to dhcp-4.3.5 - Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex". Our thanks to Jay Ford, University of Iowa for reporting the issue. [ISC-Bugs #43185] - Eliminated a noisy, but otherwise harmless debug log statment that may appear during server startup when building with --enable-binary-leases and configuring multiple pools in a shared network. Thanks to Fernando Soto from BlueCat Networks for reporting the issue and supplying a patch. [ISC-Bugs #43262] - Fixed util/bindvar.sh error handling. [ISC-Bugs #41973] - Correct error message in relay to use remote id length instead of circuit id length. [ISC-Bugs #42556] - Add logic to test directory Makefiles to avoid copying Attfile(s) when building within the source tree. This eliminates a noisy but otherwise harmless error message when running "make check". [ISC-Bugs #41883] - Leases are now scrubbed of certain prior use information when pool re-balancing reassigns them from one FO peer to the other. This corrects an issue where leases that were offered but not used by the client retained the client hostname from the original client. Thanks to Pavel Polacek, Jan Evangelista Purkyne University for reporting the issue. [ISC-Bugs #42008] - In the LDAP code and schema add some missing '6' characters to use the v6 instead of the v4 versions. Thanks to Denis Taranushin for reporting this issue and supplying its patch. [ISC-Bugs #42666] - Correct how the pick-first-value expression is written to a lease file. Previously it was written as a concat expression due to a cut and paste error. [ISC-Bugs #42253] - Modify the DDNS code to clean up the PTR record even if there are issues while cleaning up the A or AAAA records. [ISC-Bugs #23954] - Added global configuration parameter, abandon-lease-time, which determines the amount of time a lease remains abandoned. The default is 84600 seconds. Additionaly, the server now conducts a ping check (if ping checks are enabled) prior to offering an abandoned lease to client. Our thanks to David Zych at University of Illinois for reporting the issue and working with us to produce a viable solution. [ISC-Bugs #41815] - Correct handling of interface names during interface discovery. This addresses an issue where interface names of 15 characters in length could lead to crashes or interface recognition errors during startup of dhcpd, dhclient, and dhcrelay. [ISC-Bugs #42226] - Updates to contrib/dhcp-lease-list.pl to make it more friendly. The updates are: looking for the lease file in more places and skipping the "processing complete" output when creating machine readable output. Thanks to Cameron Paine (cbp at null dot net) for the patch. [ISC-Bugs #42113] - When reusing a lease for dhcp-cache-threshold return the hostname to the original lease. Also if the host pointer, UID or hardware address change don't allow reuse of the lease. Thanks to Michael Vincent for reporting this and helping us verify the problem and fix. [ISC-Bugs #42849] - Change dmalloc to use a size_t as the length argument to bring it in line with the call it will make to malloc(). [ISC-Bugs #40843] - If the failover socket can't be bound, close it. Otherwise if the user configures an incorrect address in the failover stanza the server will continue to open new sockets every 90 seconds until it runs out. [ISC-Bugs #42452] - Add DHCPv4-mode, dhcrelay command line options, "-iu" and "-id", that allow interfaces to be upstream or downstream respectively. Upstream interfaces will accept and forward only BOOTP replies, while downstream interfaces will accept and forward only BOOTP requests. [ISC-Bugs #41547] - Clean up some memory references in the vendor-class construct. [ISC-Bugs #42984] [*0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch, * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, * 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, * 0016-infiniband-support.patch, * 0017-server-no-success-report-before-send.919959.patch]- Set all requested dhcp options on a single line, so they are actually requested (boo#1046969, boo#1047004).- Relax permission of dhclient-script for libguestfs(bsc#987170)- Require insserv only if needed - Fix requires of client subpackage- Add config file for registering dhcp server in slp (bsc#992072)- Use /usr/sbin/arping instead of /sbin/arping in the dhcp scripts. /sbin/arping is a symlink to /usr/sbin/arping in order to ease the transition for the /usr merge. Newest releases of iputils may only install utilities in /usr/* so this dependency will no longer be valid. Moreover, we replace the '/sbin/arping' dependency with 'iputils'.- Update to dhcp-4.3.3-P1 correcting bounds checking when receiving a packet (bsc#961305,CVE-2015-8605,ISC-Bugs#41267). - adjusted interval check. [*0019-dhcp-4.2.4-P1-interval.patch] - Fixed improper lease duration checking. Also added fixes for integer overflows in the date and time handling code(bsc#936923, bsc#880984). [+0020-dhcp-4.x.x-fixed-improper-lease-duration-checking.patch] - fixed service files to start dhcpd after slapd (bsc#956159) - dhclient-script: complain in the log about conflicts, added a see log messages to the dhclient log message (bsc#960506) [* 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- Applied a patch by Jiri Popelka catching dhcp server aborts with "Unable to set up timer: out of range" on very long or infinite timer intervals / lease lifetimes (bsc#947780) [+ 0019-dhcp-4.2.4-P1-interval.patch] - Corrected patch references in and a missed (bsc#919959) patch description in previous changelog entry.- Update to dhcp-4.3.3 (fate#319067) provinding many bug fixes, features and obsoletes several patches we were using before. For complete changelog, please read the RELNOTES file shipped along with this package or online at: https://kb.isc.org/article/AA-01297/82/DHCP-4.3.3-Release-Notes.html - Replaced hostname patch with a dhcpv6 and fqdn aware variant: [- 0006-dhcp-4.2.5-dhclient-send-hostname-rml.patch, + 0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch] - Removed obsolete patches included upstream now: [- 0007-dhcp-4.2.6-ldap-mt01.patch, - 0009-dhcp-4.2.6-xen-checksum.patch, - 0013-dhcp-4.2.3-P1-dhclient-log-pid.patch, - 0015-Ignore-SIGPIPE-to-not-die-in-socket-code.patch, - 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch, - 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch, - 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch, - 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch, - 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch, - 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch, - 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Adjusted patch numbers in the spec file: [- 0008-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, - 0010-dhcp-4.2.2-dhclient-option-checks.patch, - 0011-dhcp-4.2.6-close-on-exec.patch, - 0012-dhcp-4.2.2-quiet-dhclient.patch, - 0014-Fixed-linux-interface-discovery-using-getifaddrs.patch, - 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch, - 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0007-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch, + 0008-dhcp-4.2.2-dhclient-option-checks.patch, + 0009-dhcp-4.2.6-close-on-exec.patch, + 0010-dhcp-4.2.2-quiet-dhclient.patch, + 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch, + 0012-dhcp-4.2.x-chown-server-leases.bnc868253.patch, + 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch] - Fixed to not pass DHCPv6 address lifetimes a positive (unsigned 32bit) integers to scripts and properly format timestamps as long to not break them on 64bit architectures (bsc#926159). [+ 0014-dhclient6-unsigned-lifetimes-for-script-bsc-926159.patch] - dhclient: expose next-server DHCPv4 option to script (bsc#928390) [+ 0015-Expose-next-server-DHCPv4-option-to-dhclient-script.patch] - Replaced infiniband support patch with fixed variant (bsc#910984): [- 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch, - 0018-dhcp-4.2.6-improved-xid.patch, - 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch, + 0016-infiniband-support.patch] - Moved dhcp-devel package include files and static libraries to /usr/include/dhcp and /usr/lib/dhcp subdirectories. DHCP requires a specific bind library version and conflicts with the files shipped by bind-devel package, which is not source and binary compatible (bsc#910686). - Corrected changes to provide complete patch file references. - Fixed server to not report success before send (bsc#919959) [+ 0017-server-no-success-report-before-send.919959.patch] - Fixed dhclient to check pre-init results reported by dhclient-script and fail if pre-init fails for a requested interface (bsc#912098). [+ 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]- do not check scripts not in the src.rpm- Applied fix by Jiri Slaby to not crash in interface discovery when the interface address is NULL, which has been introduced by the infiniband support patch (bsc#909189,bsc#870535). [+ 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch]- fix bashisms in dhcprelay script- Applied contrib/ldap/dhcpd-conf-to-ldap patch by Ales Novak to reorder config to add all global options or option declarations to the dhcpService object instead to create new service object (bsc#886094,ISC-Bugs#37876). [+ 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch] - Applied an upstream patch by Thomas Markwalder adding missed mapping of SHA TSIG algorithm names to their constants to enable hmac-sha1, hmac_sha224, hmac_sha256, hmac_sha384 and hmac_sha512 authenticated dynamic DNS updates (bsc#890731, ISC-Bugs#36947). [+ 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch] - Decline IPv6 addresses on Duplicate Address Detection failure and stop client message exchanges on reached MRD rather than at some point after it. Applied fedora patches by Jiri Popelka and added DAD reporting via exit 3 to the dhclient-script and a fix to use correct address variables in the DEPREF6 action (bsc#872609,ISC-Bugs#26735,ISC-Bugs#21238). [+ 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch, + 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch] - Applied backport patch by William Preston avoiding to bind ddns socket in the server when ddns-update-style is none (bsc#891655). [+ 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch] - Applied patch for the contrib/ldap/dhcpd-conf-to-ldap script fixing subclass statement handling (bnc#878846,[ISC-Bugs #36409]) [+ 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch] - Updated licence statement and FSF address in our scripts. - Added missed service_add_pre macro calls for dhcrelay services- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify./bin/sh/bin/sh/bin/sh/bin/shibs-arm-4 1664954504 4.3.6.P1-150000.6.17.14.3.6.P1-150000.6.17.1dhcpdhcrelaydhcrelay.servicedhcrelay6.servicedhcrelaydhcrelay6rcdhcrelayrcdhcrelay6sysconfig.dhcrelaydhcrelay.8.gz/usr/lib//usr/lib/dhcp//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:26286/SUSE_SLE-15_Update/8f83e325f44d8193dfa859fa927f01c2-dhcp.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxdirectoryPOSIX shell script, ASCII text executableASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0a3b55016b3a4444844643631c7833cc6ee38548, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRR XFxpg Dutf-84ad44af80409ef18ddac6e2269c34c605b3556d6ac7a05bc9c8d58acf9fe2a03?7zXZ !t/]"k%aNb\wGяƾzSǪ±ϭj,xFq H1Յ:Âp lpV&[$~Uַ{U'X揎ޙE[ڨx#6Gè-<|пnH}obhNtF"|]1 & /3%CV$5,Nug;qOvKIG^&NXM.m׍2w@pk8eaI4<(cOG 3`ry?Z_1#lafQIi.`n)=qZQj>f"cg?A$3SZJ#ö !cTe& xUɾ'$TϮχh)JAnmؚ$t*tܥg 'q!ݚ=ng230V , ,D%A[5(]N4mOh1Hc Q[mh 6Y41=b9:- k}A/?~rR a3+پD<̛Bs76 D8ܬ/2N9 kX}LyKE̊vHrsQY?bp9/ X>4G`J~>֜AW@^e?5G:ɯ)悽 ^,"X9MdN =e"Z}*ݵ@&)7I&j&\ `:\V 9iJg uC/o>&,lOj9Y)*cĺā`2PT1͌]fW5ORt|Dž\#|n} -m2O/%x# YCA0p୸0x|I=yH`/؟21#8Y UXӵ1[_8Կͼ3&i1e 2"2)W4q:ɝבӌWz!b݀>jeMnw4s8$oD8D#':=ܳBI]pIv;<"0[G GtL^?El勏A|/Tejx[o-_5Rw9^xIKSEQ l ZψRC9|>}>6F3|F9j}b:v1.:|΅ww-q0CbRob`WkRA\lX@U6;i㙴 UÈˡ%ҾgE¿ ,7O(RؑU*!r>Gܥ1x]Su'8ejh<D|=p,Y!~\C5թ3" ՛kzy2iXkJyGz1<|m7PPMwP%56]L< >YT紶+ m.?dvP4"o /2J2O' ND;:IKIwNq}@ zt5*H1"Y‰ mʍC7Ad!d[\:&EN\5^/V;%cRAsȿiד0ώw,PY2TӢAjScn3L YOu=-uK  }j$KszC8 OaeWC鏏,l/oW1tGodm/͇uJ- u5'ù &Q"AWqUҽ>qrShvgnvˊxSQB~(=AIp}fd9͑0]nHvx3| I1> j3tZu:֡e|ϗ´ rROVcL3y[-qB3I9,V@OAL$MPEj<ܙV/o]4-h0d #׶@4+ %+bd :;F׉%sJ'iAE@1DW.[ =M bm`S}+Tyw%EA^ b ~)k[L-R|mim7bef%۶m5']a桢_W~HXB:cv?Qp7V= 4_ F `eH>66 "es.蚉..z Z({mXoKB\ qZ,%j4ohtÝ>I=! ИLAJ2(:4n%簍+d7uڋh,脈1cyŝ=izBϏ{~Yo)2PjCݘ 45 ʫ!+\T 'ZRpYj:v Ik9^?+}鵵شw'?z5! יsB}ck72cҢ>IbP H(-i聾q)Xh9Mi%?{LP=UI$_[Dz UZ*y/ӨGP2w8/׬orb,49#<3hW{:s7бHsk 'Iyobf7ˣm G =Vq݊LdSpY|L>HVi/"LqM{zt歵3ݡ @$c=Si?IGdxPB*LZL9ԺoU2MMm u> 5kbj%i̋F[(hkRejWDt#EK :#!xn@դd)x+$os1: 1NFQ{-c~>@)Gs^fu sn$-k4"w\;W'WDeƭBr2HI]ӳTq"lBpLfwsK} m|=4 ۡ$I-[~)S*!]lOs]xUO@0~ Ko-[tD9Gk~L|uN'TX,/X<Ч~b>KCdVm=쯍WAZ>5Ų8ZȎ!kÜ\/ 9ܧ #LYfQ䂿NJJ% 0헔uB!զhPo&Yz:St I4RN=!.c0"2ʊwr8^- "A{a*#ԿT(#s4bfEM(q0OŪK׌ˍP[}+ipB$N)~8;WB[]OK3+,vrkE\4$p6 >!QQ,rc_x:HhnG|!p|Tl(]C\%Y$+h (G&[G_,:h.ݜ}XQɞzS.}>V빧RV\z|4zH<׵kVLxM > r*u:>25E2xθJ'G&ECK\NUQq\d5*wthW<%y {dxk͋:* PsJ`.;E, 7c#7w/m |q ܺ4A udS8 ? .Q\\S#RmWZI`CEQf=։QQeU 8:f5 O"~܌ H>2>f)_H_%_߶ Ҽj\-R=6Ă֍SRI-#Cn c#x%r{DYQAjܞ7 c3I#&\f?U^XCCҸ%妮ujf;߻퉖J-]-\lD]|W#Wӷ5>W^.434ѐvȤNʺuO1ecdZ\?sq28a79$CnEnKeĢK\~X8H#i^5Z]"m1sssSm&%@ 5+UkMPcqII\J>ZAsg}qS8L]t3s>~.Gˤ4|sT6P; 9qDZ-&>CemcUv|z.ghgh!D &0`,Ky)XN㕶$ܺS0O.ׁeN'N^&8$Dx 녂r^oѐ8Էd-u &3{99ʱ/Yn?>ծDH竹MJ:_hɜXHݺ qC31\sWBRrkGw!U&|ii|.)T|j|JH 3,A"14/bnu渘(wܯ0EM`etpfx.-r<A#R-&0RR<"$Z0a7y?al>9US a4>?v5ovcmƃi'aLC_1OFDٝGT0j`5RB iR2 :׉hr>)ՋnK/Nߛtzpѽ{,r?Δq|bѧeJkÃ+Z̦ {Uq#19+P3lqPFhܠ 4!A-I~9˚pg;Bݬwu{9$wi:4g6{=ۂPIwqѼUcONx(8] 1J>@4<9.Rj:9m>w\RvxM  {ށ oeQIMWnq3eX:Xkgz+%Š2r`XK[ޏvWn*a,,;egXX8^ N<:|ׂ ae3n^4%Х¾+<|!5O-879 !|Z'6A2@ Ղ 9Ih2BK2e#6ϠƗ#g>cs͈N,mqy]p* Юt9Rݶ31c:YE6lG&l?4EV5$B;mODuj FLL_Wwʯ5WB|LZg;ޛǵʏ[7mUu:!KXSkƜ,5F(tߵ hΚ[UNY{B- tV*(=4 -wbO ľj6-ifXPϜ*XޒV̷a;)޳fV nf%JF9]9Q]K;rOAHdOA? ;rw3_rc\,%:Kzt-mgNUX/\-.yS Lg!*;o[1EdT-Z=5vsqD/õmiVhlc| Œ1Y ,^*ߖOjq+?lI:Wn_;Ct|PKb\uR}l1!MiA *Z,? @gUOY}ƂJniSu_':E8dhSʹT:Sn+=wȺq.Xb"iaɫZD .}eknE4HΌ  7vv8d5PfG :Psur2՛m}vPJ@] A.ɪZbpMNgKգ5k*0xhI;9hdM`i^kyv=2~_ *H /F3E:gG|IMK<+.Al=묞S+n Y ˤ'qY;b)O?%Z(j8׸ ]9$Ov(FYkR?R,MZ8tK&Y%O6_M7‘EPnx})M)?2C=[r8^+z7& @ Na}=|XFGg_4i' 4P pTɒ jj/.lC#jϘJ{~-Z9h>&l4 Lca7UKH(I6T։>Gا*Ba:)o/oJQRg t#w~شJ*y9a$GݽBH3BՇ|1M9$D#QDߐؿ-vl8Y_k90uʃ5$zxic v}Ȉ$TVG&(h!u^[J7|LYP% 67Vo: - mȩ \h~{ *n&tWp+KuJ(z;7ROG?d'֎E*:N9B<v6| RPH !wlX6#k~>1F^euJ 7$ l %~@Ag.9ivVEgVLD2QH;p{^-@M/٨?oŴ81gHpUn#8~I'obhta_Czx j1/dϪk O;kD_>`>ѾR4@g^% c'nN$N$§Z[aW U/R m]#~EG~rpN N\kU@6 5,*R«Р_t6rN4v1BU9jf|M!Zy* =&omMM]~z`_$>t}Z11֖/IF|8Jf]{͛"f;f{f@{괡"3KXr )1S]8JlXkݖ4 XaBY+ϗ`,ZhTx`A&B8)3.4tOMηƘ')yU"+:nKr>=8CГ*l В&ነ/$r7Ú0Zy3n3@FYN'YLb~yIȯ.`9qrCHnNI4kz[E`6o0֞W-uM&=5YA2+4šDl~.4>|<ȰZ2W#JS 4m׮eɺ%ʨHsZ)K 2<@I;SlL.GOlf,aJg!uScrG7XwÌ7 V2?@:HsxƢ[xPLZ3ѤjL 䑁T+ÁϺ;DULr,."w'+ a|e @LٸUΚү;c(R;Kfg9|NsʯW_=moεF6㑛[VP[Jijҝi(2p:ïzq#ߍ`> w4PXj;, c:q7q:_wi@SG%$P?ApJ8G4%…x`(XnPewۉXjSF+V;rZۭOTL X?N|zuM#g'6s9"~L u܉EINh14L+EAV#fJ(%pDY`)څiDdu{IC&NyaX@F iz7%aEJF۩uh X2+•5h 4m֭ T%ھ7l!^ *WsGb P5Im@[1icxr$vl0z_qNDDsa!t@T0>ȞHY9%) 'xRUu"?bݠ.9wiEi<oD<>ΦGzv: X6#у UD;dƸF¢9 ɭo$~|>\Ih+0Lzl)7$nr#:kJhV 9۬퇧6 Ota $cR' j"YР 3Qv#Zs~}uv$vQ}gۜ8r[93h=t qgNyP@޿ݯdrw1$3#Mp#;dM30E0ʊi|-ނC⌋i~8ߡ M2#D,/i3,HM+$P#aM(I|VP`PGX}L;U,mOw=zNat?o%&əx? ?x>ꯂ0z%>.rձkGAlH:)=|ri3 [.cɿJ"eœ8C )]7J B IA\MlWhP8$ ùZ-4VcV#-|6-RAO(}? S\AtO/tP"Q'z\D)=8NJg9Քe7- ߻B=9ul&T2ȑUٲxl\ e ++1cQ{b|g^%ti Wܔڥ]Y9srf>gg«n檔*owEE%r =Dc!Atu fFkN:Vx3_/RB 6@g*h%k0 ?\M.6^&X5^K>/#s6ߜss5)X"$K[=IH2|^apNKŹw+ɽ`8Lϴ`Ur;12fHj+^ عJ}zLj6.XGU%I"rq"U5P+ boQ? ? S._3E_+,w3Wk9iw?m09O4hBA^-~Tt쎡Rª,m5~ڏ9P,)Gz:;rfe&)>?n0_+8&K`AW9ޙS|=1 NclDNy솸7 *+7EWDz!*%{hF϶zG\# k9t B#շ]XµO!hXVI:F$ s`ښ,qOAEFú03fq >z֣6GmXYyƁ j7Kw[} $6XRVKy坫RILkm-->{:f-/pe,M fp[sQoyKkx+a W\i^:}/n^ճCJ#)%2mZ]/{OQm;wMifs,vgRc+l3(Dc嬯19IDl2}}\X`x#(4w4&G0.ɱE(:ֆ_(/1@G7\[q*+2 +`;8qW)".tFmn G&FmA[r)- 6 QW1+Bc w`TU?TrV%K_mќ R$^yM |fm7BG$O𬌦h>|p r kp@TͦO"6<͎6zy~\B󻋶Dzis. +(P8D#H W"DAAg8nZe=L_ae× T#T J̣qRCE.'cǃgp'U&ʐV9+[̱eѣohE6ct"|;TUn)Ci !î=ؽӓlԴfVH&y͒͆g+MmU*z}wFب)x+Dzn{QT$OC|}~ɫ6aew rMƔcz;GJ;[V6WJ@]u5%TgrkX7W,Ǐˁr,vŃY9XI;2^"EWg٨q[<hҎ6h#H+0W!'N,!XTL Xi,:߲xh`VAysm>SR'GpcNU0g21"F98kmp?,BSFִb||<~wX'A9nd=7 04TY{{Y%E9K#(/!)m (5pH6\h?[ՈnQV$@ |5Á+[2Ȏꀺ? -ȵ#\]*v|{fA=O}dX5bC^&i!s eD]7au:J>16.$Zw(C0%kZnW ׮ah|=&`ܠR4JZ sd?a-5n_`g"ږ Iqx J|ttL j؊]S/BLDֽM5bM&)xIc[H;m ޗN3+B%% IʒlϚTe:y489;&SXܪgy/.7um E oBl{vuaf)6 GZLHW)[l>x` Q2/d|c.1Y2Eh֥$KnֲTtԛJuK҄}'z;њiސ<}~M碶xT?wkJ6^9RWbJ$RgAR^*5/*L^ fq}7'CU* pB (ږ>',a꿤sJ{ʅjC*mTAO@<|oղk(]HUq(ȌrIL*iH;z)*OF[X&-uy= 0G "`UqZϭy)g>OSyؕn>>Oٍ^Q>OS ^v VW1lHf, 4g  4=t}5u;gK 6O6d'qvDU6ƼD WpP8,Y=UnW7<舎Ja ##IyTη&ɓu3 ĐorдQ[c)xTA@aޭcG4EQ${"Fr^pl-0$\6y nўwWzx`)0@0{"͚x\n{A8ٲRw$kSoy9%gyѝ հH l\ͩ^M,Ɔ[Lby]޼FXR#UR 0oot%[ `ضLQ)9 nJ:6})tpnVI&;YusI1K O}! ErSܾi_wo\i&Քˑ_/&0Vñ=5OפS):" \i$\0>ZSB݌Ҟ6ͺ Պ\/'rZވŽ $vAVO跹@&8;Clct8 (G?oIr'5K[ *|_ufv:;R yO$0zz<-<_$%0f,`;oYmӬ;vb@?Ԙ8H3(]DFJ!ű1H.N]vm.僋?zyNy8[3ю^@3!(h3n Ml~ FB N+|xA5->Qg@%wD-"~qYeh,E,E+X;F`v=SUxC-\ ]OJrY_\*<!e__=o..D~*U:ب`K~ClCY_ѿZp鵞k)MGQL j|G@ҧꍬ<|`6m3FƊo/ywKC{?˃\ZZt23ђԹdIba+ND 3Lc[=nYdYy"FU^à's)?[;lR/SllEk`8(eňYTjگW)M2ݦL ] V'ͣoekGqu wo6RS!NΗ2OGk:?1scay|3<|x;>!7[Cv]yکǠ {tU+@N;r8XÈ cvtn9g#'Zk$m?ȡ3"ThԾpC 6kWo:!i f<̫k]&ʶ?"z'0tPo{,$ qy̴eDduiReޚaьwBA/D үm"s`B6 1?'VO%-$dc{U)Dm5Fl '0x.uʅGxޑQB nSI( -ë"$t%u^Zn~@27ܫq54b.^ʾv?x UNޮ^Oe/uh\*œ 'NN-RdOK Oyn+vTzN:_Muw8^v =]vpZoT2}c-lxOy6G;3ŞPmu_}3%Υs.d|̳wm_#^yXL!w ( , T0 k;SQM8 xdnLhd_ς*g[W`>i:G8WAcUkP[)G9Wsz3 Ny$ˈ:O'rL|Kyx7 NC4vv`w{!5F,ZDQFdHܩ>?>:#9q$6 %7˵ߥBj ZX1]/*񽳮h*]@ܚךf9WWO+C7U& al @b5[cF'yP)lZ{))N` نk=ȁ_ҘF匉kn?b\&vZe\"'6bmwdQ} SFŔB)J2R/N֖ SgpOV;aT nN.{5X|Uf1XR**荜$4{lCHVG$ri0=Wy @k@ٯ%. ²qCI4*%z +tN[jtKw2jfÁLvYo p6y 'Yr3C+9Uu t? K/"I_ e: 8ON<_`?.~@qhBm][ȁnWpr:Fm8ĞZ&$*\qu7h*ziRuu% O AJ㭀 *$y)yY EC< 8rP@z~*!{C5$vy f bKo6Zs0S EXǷ_JHZ]I &ʱ4Z%)9>+@ׯ8A tXĪp&[Tb{8tA"tYȚ~ CI 3|QPڄFڄAs7FW.S r,&ģa_e E$ a 6_" c&;ȣнvjgg6;gK>kz)(~5iPз(8z8%qN'{:Hm/F7?Z0DMvzبL^mPxm]tP3 :P4ǎF2(ƛ#/L;Tqp8"%2X~v:ިL=! /x>t /&'^)NEhb56`s~@vQ{сꊈZUFM`ciUP d?v,*@y.K7.5`qۃH*&@$gxh0`0"p7eӸongk⣩*OBt#VISD1D zh05J>Xhn4U>z+XI+E'% Zea RUZg5-Mtij^æ!b!`dm6GM4:yx5!PZ\k6.!S<#nm?1A~"m>)]f$*tBjpJTNjrm-Y0| fɩ|׹E=\~v pRh5 ;؄V$ޒs|PP0Ȣ">p>L(!#EK@ `dS՗Ch)\ azlss@5_*[Xl[ByUQj=S`ު:B&=|m]8Uj47X$n¶f)mԹD}( sLEE&Ε2e%^+*;Ep#3r!0ٴxn&$ɏi@# ̚ȷdd7yrwc 1lDnaG<C l|P?-ZPA|E 2wsq;HGKH(l#pȓ9/\k bA30ʹARc%ż)['q綏 .9 T@MӢBډ<*ԓH;IלIkIE }L9;)/kByc;+KNZfC4] u>ouJh~2(&i՞wPLx,tB~b3;ӌ\ZUw:TP46#FE"^L1NcO/hK t>#̄x$X|%0I11^a}}]jZ.i0NK򎗜B=D,P|2XϽ🨩Vǃf_16z ~qdye'DXne]ܳU*/fw,92No2 ͌@(hd||nn(Dddu.v"лDeGR!%4Нwfm讧.NE+&̌ P<_uؘ4`gpLd Kދ%7z!2ppA؅)8 F/|`ŭk-ު}5ͿbF{@z__TእR&쉚+5d0M2 wsw%q!ϸч|| kǢt1835s̰@^S¶{\pW%æ|:WD.(Yn_ʿ?xвh7?b-8}ṟ=UÂY5 f3AaNN$'1tj2Tu`hOfyߡsUS_d/mf,G:n RD+ˎV>|5*p<ڌ3%r fO4k~,h7V}>C ^`,=c8O+JbŠlN>>DuO#M`FА\(uV., ̀?͆&eYvM9yqb4?3*Hz#Eo[Ѽ={."l!U~5.Wkښ v*oc=oդ1P*eHd>ӆI?e"[&jdBQUV}& x|_{-R\=oG)x)Z5;È} t` ]KM0(H%4MzlWby\機Z9^qf,,/4q̲NLOjX,e_L=YҺWWz e ϔ]&z 1kaš6σv-y3*CM=!*7̲ѓ H< / A\"M^票mS $.nI蜞F75f^eigjRe6#S":'19Ъ ΅ŠR@VGܰRmi=;B$SXqv2tj,7t0[Dq!OpVi7ǔ2F]Si>;[3_aJ3@ !Fƶ|&y&CYN(Ywٷ:coiDK yrMf)d Y\\} K 9gLomus4s:<ڷ^lcvC} +x0aF?[I*I5TTL>omYц;7.H(٪#K(+bԵǟI8jDjZ^!.x uçdn+MIUK:7nHYOs g#mm(h*@(? I!|zcrCf9$NʤK/aIzy]?,M!5W@CW=jY$ڐӽi*7k]?fz KJLwF ;t4{_rV#D@ԗŒ ˢ9{B0-pe|$^ .8'hs^PLsU!GԿ4cy|vQ2}d 'fV@hR2 P1J[J)gXOkJb* fWLؘA1jg7</'ٶҸ0̖ze 637ԞԆ PI!4 4ꘐz+IF9nrU\MS߫d"M-oyưJJ"V (73];X`4jCÝE_҃ԃYH*?1$`g_2eOPJ``!E`CiH_qΤݡRΡ=v{))9BBw_HRsӢ#du(TW.?u* TZrs}aܺɀ eF^qd3r۽+wyl[&)Z qԵjank2V|zlcW Y YzY"fo{cGŻR3%SZ #2-gMZ#0Cׯvҙ9 K8[(ױdّ َ)Rqr9y &'? 9 i^ jIɦ_YfK1TNjstٌr¨K s+jjW C"˦%z~u=B @?j s$ISpm}HPŕʚfR@/AS:?Pvfr䁻^\a81#p+?+ɱOpjL Ҥy@AzROI+q< /kF `-5B؀;0\s_YBݭ#(5vxC~֬^NX Ɨ_=`b+JbˢDѨ%{Ex;8-yAQ@~4^O T$M0V̴pz%Ng*| c1z.΢5fD\c_"0ѥcr+GvyHUJ*cEɅq$?k;oPfŸiΐd T޲tދ˚≩q!0Dm H]+Zk)M^Y_B栝V8U9h=^#Z1Ƈߴb?$r5PYe@V5[+2mqE)~:,:Nγi`?r|9*|ن"L)Djf]:%Iۛ+^!Byjwu ۾J,j&ftD>&VAG?!T i3s B]PQeW 8Ҷ?_n}RJ_HZr!2_8n&8s ^<.htCE-h/ĘԜ;Gm:/7觤 {'!.j@U!T9B`.5H> / :\4[4E(|mzF'\-Ȫo1AJBc~/`|rhilU%Z.>ᅬ;jvǷWvwCېVJZǂ^=e\Qz|fd{͡LϼS{uڋڡ_3ewg%Lw֝84Ousl+eW|ȹӊ~nPuZy@>z2(b=33,+pShn:?`㻌Zch) ꉗM*\E]&k5EGƶ\u}^ 5~mw ̃duJ{H#!Ԍ&j/ mwփ٦1" Hd]iІ~p.>208rsKw*۬q>)Aa#6 x~4F"}"뼮n co߈|Tٌ>(5Ht0qSc$[ƛR3 )xABЯ^p\gszuh`i)zU^e痽MY_WsW'Mq eLc=I"Cv n7$ 1ie_V՜Zm^$.gIR8DXƒ']oJޗ釖1:`@gj~Ul|7|R#N؟2|b%c&>%ܗs$xO ]_&EK \D}+Oaߋ7³?<+G;X-\ѤߞULj"kA͗rOYE ɸ~gFl: [C Z%Qzr1c<ieH:e[|eAZ?=Ha}aJk m9%txk0CrS8KX`ewhsDb'wPH; WȨ$fHzDIE@n,O0#GE=ԬzHЫym|+Ekzpm#V;lñ<ސdplß}/0!!߮`Ҿѷ+bpnܷ3&-!V0NN{owJ)kERox =_"RO/G!6QaH)[c'A .tk}OI߿H-vr},4f1܏l\ s 4'-.IbWW㩜*eBC&?w~\ƇR%CQRQZ+ԌPSU (JR,Dyf"}ynFeCM}GׅFSt!qH_e/87^{$%Қݻ8mjlY]"Xai?<]&u[Jp}c7-l:ny+uo_'|5C :npzjp~N ~seiR=tQ A'WAܠgE\1xl/. C\Qon UZYUgG֏| Qq6i= ts@^oI1 - P]'@X _UAAt> 'BGXܼKyJ=uJ0DJŽ[^Fbj3h-LLo U#L3 ;,vA()*oHX9wz/sM Q7$xnmT]IW"P.Q%ߵ1|-¾EQ\H*Lpl 2>#cTZ8틽.7[s %jPV@>5:V1TD;CH ~JKĩeuiDHSK'kh.O1h9BCƞ1 &EǏcT2JOmdn }qxc:n@@#I)tRq07{Ј(z$P1svn߄K5]XLK⽯,TcS+R{,tx] ˼NnB/ewܽi آNK(s\LqNrفqfIpk^qQ" c$vku?tCidӬ5%a&Crmb~%eAY%K*S@۞fmDkB~"䍪#FmvJdQӜ8W"%/쵇>ٹ-3m[2جmWaUڶdd*m6JmH&U}YmygE<|V~CH'aty٬wyL)ORC.Ю:rX9%.->`@GO{Aiv7[A+kC# kS.cm[[}3qIE<@<)\zVt-V&TPši(0K;lO_ |ƛvXG<_"y}R03,yoDSgx/}6G5z*pW¥3BC~7朊 ͫ V: :MV5i0ђkbPk~mhlbEB@i-ʋ&, F0u_kqwB T[Ds>h{b}kRd,L퉟UUޕ#ɘB(D.*baDf~S͐ʕD(ñ4Ha|]I*qPېɺQ[qkH7gf1Ԁ 0a|V{.9PI]$}мt6OpfV8<"+?1;q F0tLBRQJsٯryhz$R%+2l[={^\A  AHz(K9uM/;*LaK(mN'gDJ. FYU%У!=YLuΦ2<7D~E{7cǢnob }ow`T5k<~[Fp8{!.Q9Ϝkʷ%evWheM~GE-=]ʠ>-F)=*ݱ at'Dk8J&r5hABoHbJ%9=*zlz"k)4HPD7a6OOC . C"M9NNjchF򏘃Ʊ@urAg%٪$_7yv[2Eo x/; Xzc9D;P5_jn>d;^u,ߝ[j sՌU4M`|!^LpzpJB4occ3tbE,ȇ[p[; ;~QΦπ'S@ YLEX7w*Nc+!94d|⿓+ŕQ+Pĕ@Jˣ TB[vqTr >1!lj Z#k+hfz+0iv3,g Fbbtß/\\rB{ܽs7`Jh^0kN[|fG/dSvT`{u3p<[vY$O+,ȍX$b6hPҥHrs%4g km8Vm|4:Km.AP7 5%&E֊댉+d5]ߖͬZ*l_: gMYn[G xkL@ҵ4ˮ?go'ĨCiT{\ o(0zωVġ6>팗{䳁w.:kVh4:O٪ H9'猁…7R }Ȁety'c ol nŰ?ZaͲD0EBPö>?ëW.x[G_#&j~J{\ZAh*>4DK_iPϤï"qN$h`߲{^}B:"2.^#;ӂfCJ)WvgkA.& IX@&WL(C֔1ۈGiA_{#=sƄ:GCZe̞ר8U9q[Zg+DՕOCZ6 \ LB.5)wGyxCf{㴶<*?x j>ZQL @P= +#FOuV-*zфa*oxkJL+ͫh׼C* D9F}0id8!~ülC \>nwcG)\ma}#hQvF&&)w$ɔŖ6:AOb̎fQu8WԶ\co'ړ8u+k5筐P;/RD/cG+4*c"qe¸G0 i dm#38|R|sMYL[]DdTߨ@Y%4(.}{aY)f,$ōOn߸M30/#P|δHz{knl[SAp?cV )cƿ$/Vr_uW|S,Qho=L-5}r!(;ߒ5R ю_asU{@Y׌e͏τo\2q<-3|ڱ3l/YHip|_Dk~hVړ6 G ɡ$of`䶲wvWr 9`Y#z7TO9zB99']*SC|K P5kG&ʇȐuMD%X+ZZш3ZrYZЦM.,.AŖZڬ]B9Vo(*$RN [) ?6K63fPO GW 2YX|7)tyT "勋}=:հ[I,Ұw(SWE$nLz[z|lq"6]&a =sgrY,APq7fʑt/O{ 򯥹*DC *Hhp*7W(6@c⊗j:IPq^mi:7uNHJܚ B̓n=UN6<_v>I3,0_=y CB0 Go^V㬄Et=|>@b\<]Yj4/`#ώg˛)|5iD3A2FAFO;D6YEt@ֺN݇x)Rt3 n(ugC@`zfrA-5Ych}Bbk#G6,Io2_32 CϒGwK;,㙤n=i•ezJwubo`Rw7?6#M3s&}\m0WM!#3ްim사~'D11NZio> 4aw\Z3wh^罫#dRIwĕ+ed-V݈ұY XD'kqY=E2&CޜgʅԵ/jPʯ)tԼ癦Za:s@wAA2,æ3GdžOI 2`N7+ j׃ɻAl;K8[qG :ib۠OZPumH~*XDDȓ<@ 홚6)jG/ߘh^8e|8ridn>ۊg~,睮GXt^ƈS3욂"ĭGhZ53N7Y*ԘBR.L)0'܋"%zipR)iIȼ\r7+պ$20]dd'dA/fg7ꯖ O_Y<~[.Tٟ63IJ`hb3a:rgA}n?Ͽxm͌o'C2%{'XT0,|z17z[_,ar@q?~f_#}+LrF769` 1bV3o, I6PSE&](˂bzl(&ccG^%Qf؍րWA) 3.XU̸H7s7JHY|#e,yp9ZwUUި%gg M/d +j:<'fC5w:]{YO ʜˀ p *BK^+$#EW.OSFlrZWh** 39͋7zIv PY},0wtưE` Fqd `>x5|aȰ l }*Gb;p-tiހߩl pѝ5v+L(*G. HS͑"cWn*]a~uյ@&g??f3mk$i`“q[A7q㡔h_f4沃Y-N;*y=-=3Yp^]ˏ^9nI 3zR_fA(9=FX:.vl= ri Q+ewfa"X0KC(058i۔'!lE-;*9ǎ}q_فV5ҸԔ}IJik Z8p}.wue=II;8Ea;@(S \?!;K0`Z8Hg15)~{4lr/DP.9`^_0ĢV1 Wߜܠdh0+ȩ@Qĕ_6[Rn,mB~) czds>;JtAPw'()o1]n%`A끎mUq8z֩1l!aZT@U[?ܺ FrY_ 081U KˮSWlJ귆Mn@1=3|멾,:P#)^Ԡ(I%lX6^w|gm|I~x>yw3 PR:pS\e䒕6[b]/TˁP`Z'DWzt5!|} NG*I8gSJL MY i!$5 MD%}BBO0pQd\ hE #^dA$%OӯV>1yfU{Mu@'6ci D׆(dX9":/wo 9TU6(*)҃ Wq):g*#7 m)yx5Le2Q}܃UfjuNuή$X{-c(wT]Lv*R [T'&wcBxStk_W 9FRS. [AQgG< P fgHHޏ]eRT[At`&1z\2/).Ƭ[=S7we9sқȳ5)AW/3?&Mʈƅ-΍~MO(D;5"rwj>Ky H?H PX ,k>˲]F]介;56$%Q߇O$\8y¼ ł8x1Gև4HϲEk64>6&H}0iߓ'9a?)=ߍKǯG'":p#J[U`njo|IރjD.o?w8JxEߧhv@+~>$hK^#AC+O+j?C~dIʨV&r&3أeԏwy"P?ٓ%S"eϓtBRqf^{ZSe9$ 1fO;qss!H34mJlaauG`{7iڬ@Goh6 ;cTH@<.e/rF3l;{,Lü SJ@S*^ R?P}xe k{ 䣯 Y0iԭbAח;nL5(k`%zn  qOdq;Ƴꦖ#4ȅ F?Js!+Xj3~Z\ \j,%tk){OXzF":DC#DK3.XUƅ_LEݚC!,E! Iuec1g9V3<zIa)98!2Chx{qŸsoLfzп[Wa& */A!YIA^x9ϧS~X$jgw fH6 NˑDV#.L{fgE|RG벘N[D*\hוSfv6F$Y/P "׻}J?ۗTq]V@r g9B $]+&fQJ䎖%Rඝ ?&6^ x/g/SU1ˀ0 CG񐰋&N9%*3nd${E˄YUԳC/ )pO&B@T!0uey rYk(%j^P% BA6 ᩚ"$ղ+Ɍ$V{Re/i r/9 4RX#8~ta7WSEN $ Kp]ݏ+ݦa$%e@8sROLFOb4ACZy^ws(cJ*@R,iuN2P%|^k]yXO<0vrp jkN ˶̅bOpE]?P1&؞/#o LH"K-e|rSqs}S|2~0)B7)3P:i{;담W䔌)'h^Ȏ%+ڡaȟ'*:b6$v]/Xmr1`!Sx/fZ ɥ!ҕ5:]54 95PyulNZ[|v[dT30Rؙ9Q\5rWXJm Ot^VkB9SO^!Zihs 8L@oq:\U~r~7瘨by싹N=a3MKK̢?kfIעfÀ,V"{ a,> 褐S9MaNHȔ _,fpT$D,$TZiP;t$n 5ZCm6.a3Ty&A=u"l׾I=^Pi+Hbޤ1yhs ,:F~ŦdBWæ&gjKv ܁a_ɦ0ZY6,:ٯf#gS)+D NtD5)O9:OifjR'(j Y 2<:\^]V]A<[Y+'qx-0n* O͟Gѩx耟p TlKbyt`_S53+U\XF!eY6QAt-Ono˶"w=拇nm訩h;4?BjhsV WK L,oϘ"13`|,vIv|(ˆZ|`_l˘܉R?2IRogvm?kv HMIq>6LB\b-j:Ħ+Gv;򺐨m 7 ZrO2G!gDV 1$=b S獧NNO; ~ݻw< 4j0bҧ'ԍ ڬA&qH(~(Im7<}%I# Yk[a?!-"޼5 btΥ˭k{ESY?W?Jt覅SmEߔɿu|m2uO!S_aRfrP3q3V,KaK}zݳ-*>-"bz]d5ǰWRE lc>lxJp'ɦ̌pi@ba)F%Xk8Һ )U  z!6%'B&=w܊M̘h| KKayWE ?,F$x0k=59>5, 'ΖKȀhL+h F/.mI_HkD-j?s. @gYm0D㒟944@94 2߶`t+Ukd8O/Tپ],BE:fs}&}d-gA-Y䃷VWWgО%T w,6M#;3J_$eNُ%8Nzq^xkSrWvqo=3ԛG) pL3䉪ԗbb&V^~\UtѨʉ;"{ &3؋ d:wk~~~MH"܌{ākjc;_ qRG'@ LaL@2TLYjO:!SCpt,*1S]֨ .>$?YPJ *bceoR?`n k[{Jh`>"U})E_K8t6JKH6٨'uj] 35Ϫ|М]\')Čx7B Ay1zSmTmO57[W.TS-BcJ#?WK#Z[V`> 0YX279>@7&WŮY::fDz3< H0SƇ-pa)nѕWZlQ0D@Z6c@g-gW_G|@OdCȞ'JT}]`%c+6r"ݬxqx-PNDjT޻ x|j.˧|ݭAd}9G+x*OAxQ|.˒hS{vp5[nT!AMα-˦LJWLsZK'%@;z$ _MІ3TZ'DySl09G[UƛWƶn`Y&Hy R+۽6-`.LgmM䙦kS7_>*Yʛзψd,@(`NגK=Lp[qdw)4da_nrzsiVR IcH#2/piyNԫds&[ֈ~m?pUa]f=I]Ɂ7H(Rڎ(UDYRlQDf4׉W g停~Fˎ{݇k YF#J@W~qs8F5[D2-3>50Η{Cjm鼽Ȯ#rZk7!6FYq4ה@6* 13VF],9I'C 7v݆%*UMr]WoMӍ@<͊=㸟 29t u#&4I^zޢb)!6jB A0FW1^0B lb:6M/m5hnOA5b0tKD_4b2xa 5TG9ҳ͊劒,gZFp͜H2kk#ۺR[}MX(1e`Y2f@zL|V`<+HVi{gYx&lqA~ޘkOY9žnRHia$޴@dJLtQt(lfcFJi{Ԣb#}Uui\n5%,5݉松'j5;4Wگey.%Z\pbӁjdLxr 3"?De7+6n&2aj)EY{v,Dּ{|Dλ7ovk^y<$G[.aIj*I1乪dPKidY$V\ENٲk1@VC;x g!/.ރiFhֵ&}]lRU"[@Y[(& j #7VlL״XfH)k.bHq0}SSߥ;6 `"ZvVМ#z'*r(!Bmu X co sv=]|F5.~3:TpnB?c<2΅ 1I|tĘ<~tX:3G fmbسlJ:B#bg/]h^nwb -ˊl#2!dSqZ!?K0`1c_(CF9]=LHhɗ ]8l,-6X.@LDnIa%ZM*M% M@/̊KD9<&篠gdV-XH.ij |{v,ٍ*NaX(pgF|^8ď8+VO! !R41BeMhp /&kg3z~Zکw8pZzOHlkNh^n"ôAFn _3PF%Ҙ_> ;ӟ?b[qx de8+S*@Io' wQjI--$<)+$l`cMkx2RjCڄ큧?>P/_cm})! ą^=c%թ92.[#"%GgcT<挤o1ejFPaWK7y8)7F&ZU+K:؜oTKʵg>M~W—QUcuk,C ?[Y+@ Qʉ:^_X%*a1fu]%Jޤ2w1OXX鑟%6xN|Bz=o KBx{f Fj^廭wW?Wb~k'"eXg͆%(c} rh>)6IK4 \_ [UIm5 . n_^ BIZ`HAVI+ٳvT#CS ۤB 6Bל S}Z,,;zBo"d~U;wGKZr~=U4+7}X9 JоFz򺈷V5G.x&a_9lRtHI~?}+P sA?,0=.-sn%IF-PM徉%aN;ިc*(+}jIIp/<a<1 iW'ҎP-{gA_us[OX"J@99O&7@bЖ,W+B~h{e[ݣ퐨0UyV vRq«wB!~N6Y)ܛG vH^ɰN{٘iMs /ԯ-/ ~M I5Y,5kr~"9"hB_dӠ UG=:34JXFN_^,u( j Y㿏,r >X3 4Dx[ Nٸ} A1$n'I'5+Ѕ"h3[ҸqDf> ]DvPַ+⪨{RߵEk}a~ߑ sS@@a*̚Π%4kU٫R-%T0m c/U^6޷cѢ_KQh^.WTbb2p?*! P?&{s^+b벪^3ܸ{FHk1ļ# >. u(ꎎ1UQKè>Սvf-U?薚'Gr7dkW'.9ilPRL$H] RJ9jƀT掽b=}s );*@>5@C1bU(Uh驮,>,pYޖi1l q.6dS&Ƃo?"a+$lM|NQ&P"YQXvPM~ v d| kXV;ZڋoZԓo)$AK14PO^Bg(7ek$O:"N'#N$-ܣ79foRu*7 =/߲u2{uP (W񀨉)tT!eG2ndOMi:)ٮi'7p ϛs8Fu4z\|,ܟUPQi\PNR M]V~k;x @7j]}҄[lI͟6fX)LkJb$q1c3.;VU8pP$H am,5{)ET ֡RQhIʑI8b ?y$ɗ* 1tP"Az.O[,IкLy=ᮇrxY. c Tr"\}^ Q qmJ_{&]BH$_}vLƎ zŹ-RuK,E|w}&V%9Pӹ*͸:jo0O aZg 5` Z#XRv#Chck`*])Dqn[>nfD3&n&krDJ;u* " ݮj6V裡oEm4q2Ԍx… %V* ZtVո ?o@YS^+BVe# Mi^n=`tKI|Y.g %'v\[eK~~b8掮㸱vCc,@ޙPl <8_1 Rm+Q%x HCOl"E^w>̦Uo}Pl6g~ ?<:,t윍`jۙZ[4jD3+kHᷟR0! %gR WɩijmQHvF_Y-~G !2wԾw__9 y=y?1s zl&" ~Cu~RAk}Wzh.e3na*Mcޫƌ #^pZtZuY7:*5^" 2c j1nh!-H)|Ѐ}vTkFnpxY7oYJϤ1^(0h%ϼyuQO/ 6}y|hTG~$TYvU]ѼKޕ2p9V4'`1f!ޖȌǨB- AC@9HC-+nqGx̆f|P 8< oGu^չϜ˕>;,ƒqd$LI}nCt-8M^ UT'q**IˣI'?FooU56"2c2.#hBLϝj7i6L{f3>CF߷+44b峤aLJc@=j|^2ȴW.?.oRns# 1M;r_`9p%6l?Y$ StDiV!^Z2qhZ8G}شF}v+HK1mn+?M^XV;i7RqX{1r)cڅLE|By/kzs[aH`uFKUhj՟]~mך#ߜ]1׺X ΢C~pvB5!"8;1V MPA75yѥD=~4ϜM =:eIc=sUF=ܠ Q`BQ-)KAXFcҳTA/!K(P^%3~&9su+,byZp. з zmO@& TsE 8등Qsb U2 X+zVp6 lz'< wYoЄa)ⒾTx.J 2;G-Չ^xf~>rpqbf@A R7~6C: 3wDjQ&%r@]h3Ri܁&FgI;.o; vcͯRE`eg7˗ߴUZP{V_i D#M;[?z+C" D.ƑΏn>7}Itux4 89|nWrGwA8AF5-Jjɢ1#LFQ܌^GI66_Xt}3IR!*x:r ?k`4R<,Í XkoƭY@59GF2-E,rto Yoƣ'f&8ҔWC5ZXSt'(~bMwޢD0dVף2n(fIvBӍ¼oS^5٪zxm[dxg.A%{k0 MЄ $0z#.NI@W``f|'Fye$OF^D ]}u$]1EK|k6ctӦ,:S q ^ ϓ 0^(9ޕr/nhxia@R&&0dWlL=_ݠPk##X)JL,ԪݭN^аdd;.GUa`Tzߌ?+꘷UƽnĭIড়2AJ-"&Jm@XlH}I % Ut'}}Jձ9Ɨǔb^6;5on_VC 44&~KD O\GNʼj%5e8:,|^~;\! ; #w?PET?oӋ;M{Eh[IIR/fH3g=^,cSQ폞+_c&}6:0@E>OXkYa4Zo6FxLek % h z۵ֹF/fDVG2kg `p]V8O4n_o4;$&׬ꓬYEg&3tAw'D| Q=>k𼳑v %G2!M0gw8|q1{/J!i=bn_n[Z߬RG羌]L;5X$fb=7/7k& $sD=0_yo**_y\l?RHfX^̼8z[V`e?XF?1I 4>Ʋ!_C,Id{Y([pﯮO0gAPe-PN.@&IjDH$.{IGH(rFS>5xՌ\KX#PQׁ}.rNu`'CImTׇsf[/ YEo4rDa@x17Ϛ"ڔX ]LJ WƉWL:K0SgFf"gIEIC0z4~af+7m_2*1V %]£ 4h_ SAf40y Γr[R"1Sc'nu>J|9s^!?n4ϲg),dQUWbI7 ~Qm Iy+vH:h!s-B4yk tnoVIZ*7xtNDfsV9ZyTP_01BY k*aXG&:rиB^\zY`y^Q[Y,%녖f9Hr53.MTJ Ed)$s1c735z9;-^X+`gMO~n6u nl,{+G:X3K']"h !6+@;7 AdNdATSNTjK&?6O<́.Y , q) r7|Q|rMT#d b맯Mg mIXA.텴R|Tq=~"p ~>5DY`BQfq7]q7 A ŲX ǀ\йo3{#ޟ<ܲP Bs+ٌ|1ҿ*Ncɿy [п(ZB/=Lw HQ}.ziKi6q9*չʒAfݩJDg) ߦkqᡮG_SR N+9e S>PF%@lԣ??}BiiOXPs>d}s&d|xk[G/dI>=W 3zoG| nb5ub8vδfl6}P!x[JQR{c*6I՛ʼ`*ƑWZ;g9c]Iu!% rpcp_e^]E@NT a9ګO(g/v7VlVuL1XҠҬ;!Չ$ךX,C!&xhl(~LK/7?7b*[Ѓ^ <1VLz[?,P1f϶a<x+ iEf=Tꯓx 1 vG_e}HG?5va?cFYh_'̨z*0g|2Cxid#[AXSǁSUCpH~l}fiy@p= ! .E6pw|> (2 "kL~mc33x7d¥y3b@y=4lҦk@McZ٠ӚvZ^͇րMx~_Q6Iٶ##]KkM[YSla&1"5;8ъ"Y9/ܴX%\Y+ʆ:\}҅S )?_DKd}ՌWE7l}+͝W;ˠAx.kpYXQ?9 ¬T2Wkk.׳wΛZ G΍~/鉟7? 8\vNә q`+_Ř("4z #3VqX]=zL`K:w'ܸ1<(Ԗ~[meP~C_BI"mi!pcn˗MJouF[0K> ;hWGJ+g:D+Km} {ǷGͯB"kPvs@dN~_ߨfH'yea죘9hBnǰ+{Mg[sR*+ MZّ/b.h^ 4xբ @aPZ_R*;;"8ƔKr Y!KIнʹ7&!#9feEqa9RZk^mҏUYl4$sZoS ov7 \ȉ#Lo59`p4hSG>GH.:I.ReLCNnie~¯5c]ŋ,:eukK]89M(tQhhM| T߉P?H5}Ujq#jei=SeZ|8b_pmL%u3<<PVhQM,d\B9л|%" -2)$ɻ/HgrcXCհRF_|Re\{wSI,S7XnaIw0`)*h%by~(=,ЖvTGӶi_Hޞ .%U8G|Srj,:nbeQpOwTg~ z;^;@~ KO9$c[F> z఼ $y{svt=c(&>ָcW=P゙lk('rvjɊ#>doUtS{|-]l^7h"ӔX3 v11|ⱱ~>@7/? F\;/cRFݵm',MDT( $e{)ΏQ?ԕh0Ær"&@p]" >L(aMw)9kZb t<*bJVm(so4Tt˙zlpr/ڳ<ƯSWW( +`>K55ݮrɤlqP4H;l7DiƋf8Y)N1x/M^AS- |׼?)Ƽ|TAnbfިq |2x1m88y|IgqXdb  &u\nPAn Iku,l&q+ltΗc5q}Hd^>,A<6 #6bjKܔ"\<-5uYSe2Oڀ[v&\{qzwTW|ĵ+hQ BKP'b-QOď wQ*`(X;д$<{FPpiݻm ,`y*wŮh'gr+1l+ ҄;I?߷[6*G ̈ M=&=K55y)ܐ2 sd;hg;L\5 z7? HUU-"#=KUqGGdnɌ3PZ~:GZ*i SU?fy'KP PѴ7=-|To&|( /pTRnKPBnsOπ^(mT&p7[4,Zxa-=X/s(U=X29Ix*;=RO%)$ߏ5nm$}TTp[bRu"K0ȵj]gsa̸wJã[#lZ=vc5ЖWw+L%p Af@3:ːV/ܡ+dlN* gRVh\yzQ[6JQL)W?3%x/ i\wE+{C\K9oÐZNiqBͳa3.d;c,UNYdD揟.#QH' ;;za>'ήΣFkz2*ǤT9]&a-mweUK!*𗼻)b~#f8'%$1;JS_m)zb+.Mѩ'#SBmSĠ9[gDu#[BГ7D^NZg~YvŅHk; L]ӚFX.K ]BkN)b\d}_웞!M"qb珖d{Up(f@\=gmV}a8Лz۬O>o$+֔Rq輾5jUo iyYa[NjjwNGþ@d1A d+EYXyt&>c*HBR`4omqR64>;\넹6C$Q<2z̾J ;06[3^Ϫfa'd+##l2ѼP?[\J\֊t ֩U6[NSǓ mXf }{'s岕qUTin5h:AL3uUŝt((6YJrX$ΟKxzrvELƝQqfA?FxBEqM؞UVb5'Zfc пIӅ!SƝn3i04sm@L~3^ 00-YpË]orTǶ@̀%ѲRAs]Um)[-}㫛T0sgDnbJ4 Fo/yhL)b}DZ7DʝFwU FW\&Ag5@,L6=xjw_x?bҫ`/ -䪷ZsWv/VmVU4$FAgoXg.5'a0NSmYS/}x]'zP8d|fJ煦jt1|FTlrM1$ݯִeuހZ&{y<q#(:i^qpqki>!J24h?⫖(uY?dBM2&Vph+oN]3@!u9|gcZbəe #zLYhls֡ 9/HJb Eg0nj{d-j.]R.ݰ,ZB~K15u#I>tъF]i {x'2z#T#O~3sl+4ˏ非UJXΕEV91o;,4(}`Et㼱| 3J7M\Zd>Eۯǥƌ@2۞C! DV%,GȀ=vH]z  >P!A nwTiϰInqWr @iEaƻ/5+`?F B5暩j4w-ece4Y}a꓄@^(R](͜cRjgF .gӋYŅ2׭KB#z$+w+26UΡvCqA;ЫJB?=FDŮѕP oњ  Hƽaᬹ'F[V}DL }Cc3 cR!Y3YHHXL&'Y+(UMFH4F95߫}D 3]vPa"ssj֭hrsՄ-ogx %IL };yLS7Fe;.\J@CѢ(C׍#ֲ N{ ag̠qLmY>S/pflz>9[u_hߜJ#GpL ANWE-Ԫ)0l缓 NDz=W xсTJ^Կ鈱tTjR=@5O]]\j&ѳs[N$|ׂs'JVTK`֨oSԏ|C#o!}oL4PC