dhcp-relay-4.3.6.P1-150000.6.17.1<>,,c=1$p9|Z|[Zqejpn,8>T3T }]ل T%xrj6CW`ݑ6(~~ INn R-Qx6HڋDぴ9,IwQbPݾs3A,1kU# w-z\H542BY^n RLW/ JDD) վsteӢˣ@hWTFao1;R2c@W0F_>Fn4?n$d  $ 9TXdh  h8 `  t       :   \    ! !4!T!#,(#d8#l9#:%=h>h?h@hFhGh Hi Ii@ XiLYiT\i ]i ^j(bjck@dkekfklkuk vkwmX xm ymzmmmmn Cdhcp-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=1$s390zp33SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Productivity/Networking/Boot/Servershttp://www.isc.org/software/dhcplinuxs390x 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`(A큤c=1c=1c=1c=1c=1c=1c=1c=1c=1c=19f7f408e1d0ea031fcb2d4c21253344cc54326fd099751ac00e80ea3e0fbed0f3465bdc35ba2e356db86dee955e374a62d1fb5cac03501e53bc117a3370c203a9bf744dee5dff0503acfac0ce0a5d116e1e2cbda871c6d2a92018754a84967d7cffe03140964b29c02bc4a6dd367734bb473496f04a74f968542643a7540543d68ec7c91be7a908ba8651b3223235edbcd5c4c996be4908e0e1f1ed9b9639c3c7fc27a2b50f3279875ae91ac70a8423333131d93ba4a6f44255218c7be67b9d5dhcrelayserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdhcp-4.3.6.P1-150000.6.17.1.src.rpmdhcp-relaydhcp-relay(s390-64)  @  @@@@@@    /bin/cat/bin/cp/bin/mkdir/bin/sh/bin/sh/bin/sh/bin/sh/bin/shcoreutilsdhcpdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)net-toolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.3.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/shs390zp33 1664954660 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_Updatedrpmxz5s390x-suse-linuxdirectoryPOSIX shell script, ASCII text executableASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c262e54129f21ee119a242609ccbf4574693cdaf, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRR h:A#Jgutf-8ed13ac9a54e603c461b7438ca04545ec2f095926e5063f2e3307eaee01e52221?7zXZ !t/ n/]"k%,D5ۉn}03bPPh:LiYc{|TKwfQKwD`W?|`l/uHDRVSwфcb NSiN.? ș}rXsB#;pWf̆rݱtp)*֮8SfqW {"ɏG T"J_sX pP3x1=6\ts_C` 룘] u6D|ڜ> qˆMUXW:(Nlr{w_"<`Ħ~Ѫu%q:y`y/}຀%> *+hLqaCԛ%si4 e;[<k-z39ncL~?uL$ԩ'^,#PA49xēư)K$C֠|Z3=x)H@_[٤#%װ)T$4ބ[Hu?##e!3 3j8V%Xk`t^VvՀ ]F!Z*F #8 -׀}!? {V! 8չ!DRX4ɈcOR_٢/; o.3/pK(Aم\*y]X}s,ɕ..%Un},7zJv6~9U\築lIA@NC O?ZzZoUM{%rs&Ӈ'1Rsݎ\Qri!|סNT3p[f\)2WS"UOzh^U_ߌURdDPO#U?y.6/qme Oub+)Z !:ģՍ4y:-?U!^SHZit}E Z8>r1O.V_Cp!%cjS5[) RWOؕyoښ~/r)AZHHM=#P|2;Q!|N--pyc1;LW  6]\`U@Ե EuQbI0uJA|$k|`?Ҁ0فۤXuUsLZie8M+>/tR h~5=C=2Z@XT 6ǃ`M_ꭍUE1ߛnH-Iҳ3zp]gfvE8$@3 -2{ӨwU~ˋ^](S]h5+ Eg[ab}@GF}z [eD8N'6*X:%utg )iNՆ@1;򦠿`z[vM~."P ۸ A `x3 Oҍ該3&>=;r]]#Xk51/um4y* PM"K]pY[UyʘD ;+9!3-[+сo۟gʍNQN~"HhVÄ^йS)mEP{4 i_~eE6e8@2! =b֌:xPr1%x` ,jnX{`g7K#fwΏԢ~%J@6.zn5OcD`_J T|[YYb7EDxQG}`)!.}SM$q43 bomj/EJH7M5(y"ʘv]@(#yaM?PkbA[*̗i*{^!NZ U&0Ae1qw-D8XgFηWbTy7ڛ!)ڧdՌUP Vbql~[) 9x3B7e/40oZ50ha],mލ;O;@T>9rɳ0 Qٛ[_O'Q>phŗsG?6/ Xxt?ac}ΛA,4 6bK q)(3lА,d:<4S?|M u9"]s./(=e !.1XV+fnA3H!{&u_Sa3?\JW8>B! L^R?'o$ LHOg.TW2|Oyefӳp,7io,<"OL;߳&T~ a Vu-|qFzqujwvȸrHϴl=y{pA{/wy /bP{*_lg·Җ>p&(S KB *RG%bu׶#w3P7cO3 uPq3!ɨ%^K'ns*tބ>Y֥(%s&DVweGv SbY TOȵ({// :C4eG‰C1[ʸ_) %<Kv$]\ M=9x56R(R@Rrf*Ć)S;P?w9R7͙7"O)o*J!N"X=3?q$s]8tvlȒڊw3qStƒαz7W~uG/G @4؁*E<ǞiU}QH/Sn3(AjV'EN,=L%lJW<Zp 7mm3 %gJ¶# ~4B5+^ELVC]#]+IDSv&߈֍Y-M#Oڕ/%{do^j?R—o#ORa_^<ס& g>gSdk\jYvw~DFC{l,7,xGQ_D?~gDO >iǟlnNO|VrDW O2,Y&qed -(ⵥ7O ҡZ"xhbH!ngpRt?nQ%_U`Aj5z ⶯Fv2*4p&) <4L=nxl֋(1Y2R%?"V'<@C;1_]H0ws-ߒ)p4iD $OٳjL&o$d#na1uT(S%˹6]eha3gy-Sہ= * @uRS#JHD10ԘՄ?`/Z]NJ-)Cor2IO,xo7%z EULUc *#ԏ^<^?O k2zaE:k?Yc"˗h.ʊYv*V[8 Պ[eLRZc!i#xV>iq1 |1J5@XOHuѯ?AC L/]T ڄ$_.XU)+:ӃJkMTƸ5(f>q* ro?1j6"My)CX"ƗP(>A&sSAkjEE7o\ `6DN=4=MѽgufO .k1wG8v:(D'G0Ů} _|OŔrKxs4\c7 pȰH%$( *0Jvag6$AǧBO-9 v$>CtZ5MH&<`Rk&P 3iOBȜ_y(y^߽i_v۾͇B{ܣ;+~x2*^//aE{ 5CLGsOE(,T#YR6~$0=f :S~Z3xр(:c2iUʅ9p6,@NwF3Q_oW\s:/UÅ)Ƥ]!)*5ǰJS;Kof/&I68"E1g\$-Bw`F,֞w*\aI> έΘ $y.äiQBO [,W9Bԭ#(ϻt>o8SFy/Ee8sxP+2"Q uX쨺H;m趄j%*Lcf@Ϲf\jGz3~8g87zE-b ۦ>BIHx$!\l|KckOȢi#DE^~q1Ƿ'9,Vŵ3k}Q(ZX*7s.!h+]5[c!v1y+%O '#} ' "GnU^!K;`Oܲ`1Z|&Fi?h@^.ҜHLڳ›%oN:5-L|scN࿦r"靹I(U\/B(%._47ޠtYgߤzI`88E =)#lʳw4rM_NpS%{{M5U1e1ښOǛ%`s|_Xg9i B#J}Mwӽy$5%0E](VT g`!74x+b~":{ pvoN[Pz*t9_6K[ j 2S٫,s nR\&]Xsȑ e=}ǷcS (: UBct;Y.(\jl?^# J.%cLRp-#r 5 R+fs#ϫD$ g&Rsl\ f5K8J#TQ3b YѺc, ž A@ѥ3]Ў}d{f+1qe#|fwL\/:#.v}ָ2DybfokyB~z)Km˂d}[Pu欝˵ߵQ L,fѡ7|Ke+P|-bqY.kFmjw(/B']'U%sP1@f^`Ig0*zk32$MǞ %  {M=YzgXfgovi5x;_4stwqPXg2(Oe5TX QqsY MC<+WO͜$wz!4x!PE5xܐBPlLKQak2SU>ZZH#)FA*&קx 󋏑$ƪvKLht^'l0TD9#?}exk فzgi-6J#f4Mv{{&c/kӍNfN xԶJ }(86'TuLf<7 ұK#pP|gyYzs('c:bct7k({?q6 g)mR o ˢ2{8"L޿R n1!$]&/ 0s8I_ݢmS%_*KoZ޸Q}r26/𩻜_BB皃|Ìvb@`B TgE\U ލsXQu\] N&#O"zC$ҧQ҇禋Y9&JrʔKtn =xنW#rM !5 (%X$,}EQ6|9Ť ?WI2Νd,rڇ4HQ¯RMʞy݃>}|&{]v'+3f3S?$-Xs>^.%fiydD5_杍I\dU:t=eO_"Tb7y~#+"Rqj ܝYU[))-G0T:)c 2Mxם1*2/?"hs>b7k~y$-wvꪬg=nx*K;e,9HF=j)]13V[=_5_j9cnukҨS#~NRHT~vǁF uT27p#wЁ%XK>q<'6}ec|ӑgflT|ทJcœoP-$!69{7 GotCc0!fy*dм23V O#)ڼCj˓o'dcS -5T94PbJw@dU VT-W"V#Ef;ILъ| ߕ]r\E{>5,-|-sl lSKIW.ci>BR_4" G6* :( r}@& mPIfj/ޡ.g:(5n4QKA w*pŮD3n^g/[ Xɍܮkave#kl|ݰ[zwyq,Sϒ0vdaB>.e.csVE9=W3@㈞ Vlmʊ hYߺR(Zg'nٴۡ%`ZPZ-{k~GnLMZ=y{%%z#o3GBvIJ MC;&0@ Be.rg>[E]|x:?e 5`j>=wYoe36be;]g6iEGblDpv kP&w3F斯GXF% J Cgmi;qz7%g(Hn elqjZtQ;ʥ*P’ OOWoiw/ Y22T i~#6zɊT`y8\dORnk:'skl ,69ʯw͐T8O Bu5'ޱZaR#r?tυz۟_oAH`s߂!&,56fPEDūԡ]08ʟny|vfNOѰ7%"YૡףS \A˶'lKV^d쎚xk -s̔0 '+Jbݲa%Ly hk ~q}]o…Z^loz{YBN>Sצ@~tkvhi4|ג#V?3d>snii5;b4n#ehR ?2!݌4 q1ce51F aTcjIp8wLmMcZ^ɩfY*7*1 D&Jy4W-"XPb |Ɣx{\%Tܿ8u؉'zj΅U5uhzaZ+\(sCa:DKx'Qv `p MK[D1$&dI_JΑH5>)Fhu&ىR0e#<&k-'^fk)PknQ~B ?EO{eT]2C#o("DC*OQG?2AS!dPVBk5O&9 L;.R e $+z!#=% ސ6xW$MD9!pͥȎg&SNA]WCn=ShUc&W))IR'9~ i=6D4CSz̎+y>̉˲|+/ju]%^Y JSlfwj)W/ʰ[ܼ .AN]|U^A3N(deQKU"P%>BNȩ>]M)A 9b#xqԲn]΀rȼ f66^%D_Rd ,aхo(r?Hx% |AEҸ4a7%.]*na$B4^{)`:{:ؘy; [U3NO ~ᝥ.ԖN8ou[EWhnΙ&>;:D*pXF* !Gum#<Ϧ(6D)HW98k5ˣ|7'#0R5W!aPR$L[wW8fF2D|%ki*O\\,z+.~PȀU=Pjf`Lv.-_YT3(Μdh8К4+bo; Rܺw=Ob37\*GK*[.mBI()feNc:zE%ڑ֜'ؽ9"?Q6:7O8y G"[%]pIf:g,$z >eå{^INsU<>,k8tk=[J.a|!/? pG'8', |gW`~: "  ύ%"AvEg,5щm\|MCNleigixPĨ"L#kT80UƟr)G\E\/Uz+8 j`.O&zmy< qJ jE1 Lyq8fn-y=Nbkʰ1:ӉSoRKE3~h[僾17;cN2{qOC*DS%Q ,0O|cM0cRwc{5Y<:f4ӊE\5jȋEC5ݱW=͏OiHi?hAࢾ]E%!B)x=?ye]OYhTr={w-iDtǖZrVUDe2 Csmo.(@4 Dw+^y/&׫a#(uުT֠sR_o1]m:~Z*<#+RϬ]T!_]5 v_rݰ^ Hy4]^˄?, /H7^Z6jmC-w8$LKo XUeuBofO"Ŏ6;̩5[ny-z ':9@%*;2}޸,rx71g3 7r\ \[#M (Սb'#-IH@ߩP# T z3;CpT]Lz^2VXIJ-8I&|Mu@q8u< bCekw@[ |G5 ɒ~xdaxߠՌ$eNؓP?״쁯DC`1!xfa>4CY"}ƊPxfA~Ըo 8BQLn9Up)n~טi5ixMxkőaV`?Ђ9c]! t1v FoɃzq)eMxSI&zgXAmGǓR}˩$~`$>;'M7j-?M_D-9ua/Zd7̵u;0I b@[Xܠ8%,,5@ɍWݻE Bj*si__ZЏ2&*JDYMർi nP%D'u*};qI&?I#9$δv u.1K[ ~$ A6ŭS~_gR|v913NkxS?C&d^KTdz  ryl {I _20i MvnxpB+X:1記+ MǸ2pM!TQ6N&Fֳy=,!? W+YZS;̼$ۭ3yꐀ$ֻm\NGCC'g/W{ FQ,[VacS*%>8* xtoڟ[P.Lg{/m-vK;xBSju?$0dp^H22+˒df$:[fe|O&%X@0} P&y6YdCS\\α6 3tLKڂǰ,VU=GG)\'I#2" [?b JbhW}X'99>db>9;y"DJA*39}n}XGH@ˍpji:p+x*zx<*Mٍ1*%m:ţuW٬-΂ۦogE"b>cjH%JZx|)p½0Gl]$Q X#<֩VPfI@S I-8qgyPCkS5䀾 ->C22,d͋JˍDMCC f@ !thLŪ{AH^TzxWi0]>.Npwz{LL!fjPy%L׵]k]' IĞJE#KgQGbauo;K}#𫞅.տ'$|o|agҡ[MFLbIկ⭽MFߡ2S޴DpY~6QHX_<qc(QK۬cқycu7`d^15K:^ Xq˼u9Vi=ze [^CWA2l ʤ85G,nwl6-b3b >ޠ@uEa|^W~cZoӂ:<,:lKiϏ˷hG϶ 6GAZ'N~=8ŭrHf 9]GzLK^r6(;])b'b;naN3짶m]?_pT|sƱ @LC }mʳ!hG ] .-fۛta]a*g%Q0ԗ{͘D p{ضŒ{=I:'/#y AHnwp=5:D+g~˟\s 088Ԫحy@}z jQv `k[u쀵V.9+'L_ 2vۺHv4dJO9GgEWFPtL2g-C% \iqML5$掓"9)QW-?3H\u HYncHx4b:SM|r0=d`M%Ą [54>~/p]tE_|6  y_ 1)`w6qQK -(׿^!蔼=VhM7nRdtTp¨$55)%IG&b9ѣ 0k_3 9Kk$pIj&n{Z›l&,(vq:@!ωc;2DQtglA{B iI O4ǒ6'cv67TA{h?nM|LIb%X'_YmvI B|ѷ~ \tH%gS[>~1>W?߿^*Drܕs} iiwAELEw)xIUHz&ٞ]$})yѵUgEIz#ޯ0<%YkG31m|Nuq݇պږ=t $COZbR,`yϗJzyPC̤Ky#Cf\%&bcQmmǑM*.Q 8)aJ7i(j]+lg.HP2Lpӿ75;M s5h/T&tbE[y21މŇKBLwblf?j`'H NAE g[+)z4040yi`%l`b&efXLrĴtlCE`$\4}n!e Bf76_:SRL P^enROmr>ka 7o-(/t*kOJQT.>ȍ:PFau\TO>̙%)/ lAնС|IfMs@RXYb5 xt1msLQ,:)Gh5[r͘B5tA#]l:PEx\5 /x%!韽;؟xZi#TRz'ʐM4_֛?ZCj4 MSopQ"xN4;9ђm3cZ Ղ, Ly+gLҡ %|BvفC6xliXb>Oiߨ}. 43TѯGZ 혹m;/+q.0k`vhdynxV ISr-1<4,maJ}m_KȆh}s^J]FHa~Aͺcy8*"%",(R3 qdEӳ^x}hd!V=ʳnX+->`D֖BzE=ԂB6'-bՌ_+on[zR"S>X։TiZj|erLpՓ  ðfP\LHM,ibKD'.D:/]z7yD0`vڑܨCCM\0vdLZxCHx 9cez=$>s~jyRd.lzu6WYp{lfوFK$liU4?9W2P4]{쫃D:VP+T,3Gѩ3nЁٓQhe6U XCdq"WZLmr ׯNDu)pE0D-D؝1f } SeU;*b[j&~25w0K"%4;J[,)9!/B][ Y#jfZ&p7kyc7(cYcackXN*]:o2I͟S}v|D]6"{Fy>u[xp)TvkfF`X^f&`Dnd㴷?+%W~8ߪU I+]tHER w 莑vY 3:胷yBѿv3E{E۾NlVd!&}4m/R]1գ[e[RC,mdw欼Rn595n=am ~M~aH uiwf⺦ߓRh DO/;\,PUu.Npxk0+OB\xi 9#<Ƙx3Y؋™"wů /U-V/udi{1LI:{$kA^8BynR5"3}NetStm*n¹o#/Ywlc9z/JPWnd) U]~6C#2ި k_6><+Yqo2e֐yKk{SP"RYI 4A8tx-nRJyHB/wN@TZk;ȾO^vAJCD%&zo@lzVf%ĩ[$ Q/6c l[UK YXO U{xMV Ш$%j>쑶kg:˪XQkJγuDZ\||DocQΝpaY^JZ ǰlAc7H[үjq>@'SX 8|VYZGD"sM1[ 9!a8}倴ҾZ$͚L} }mb7` .#;DwP1wTgC#fJ-c/ cF}&ϾNpy{ܶdLo6,%$RٗU1t Dǹy*.VC6l_[췀dp4QO3/64@E$-b]U<;![l=N&^/9t0CG>üI? [ߑ23Z3G*3X.uT&زFg3* g: E-IE I6+'\/I䬝icV4eԵr7%mG ػnes=k.rF5%_GN׼*9 ,1[O"]6$'#\¹y bd4bV$td;֝F5O֬a~jGR1^NK4dqNw /{,p, ɉ裇 =VxJ+S'xTyAPicͲJ@Ѳoh㾗.$Z)KKS);A!#wt2p\FZC8z*A?_U jryu?@nJTxJ"Tb "uUulj׫mR/E'j؛q;NFioue-KϢ䐸MJ{*X~{o/H 03i5BQȰWƤ]؋(,"5sU+tlT9{eh\4@C/a@>rg̑L$cfs=_|-pyQUQZ8r_d>-Zkt3vb/G~[tIyýtlģg VR Pu?sKL}@-5[M'K?W~bɞ0+n7#cYo Clp,"raCEB]Щmg/ [;7C˼3TANv (]Xő&ףcqH%&@?QՃQ@Fr%Ct*;BsMvga(0nR [CWp!9h0dsSM~xq͸ߐm26H {*syIq`d>}DŦ : MgzMGhW>WSz) iͅ *_^ Xjf#ٜ*>+RlNi1acQE ۇi%s>qU4aQ] @_PAGL+KOFmY_a.D[/YC#QBZV=x<{f@F6dHkm@E5&=3`lM~(#"`՘z{zGf2 {ZCLiÒׂ"|L D6R|02?怰oc4Z@;&h1y`!lR2[& .tşb @&@rQ1"2XO7{'fu/VIbLsFy_΋h˹ sO7㨆VYW3~HkC<7yd!nP:xʶt^EsUÒx%WGfB'r7jxŷ5A9O<SYݬfbo=1|LqHZJK'wYXOE$d\UpGdUSF]y!!p 3 H&Z{\ܼ_H~p g+Qk33CM>xz-Zhx$Bk5Tn:pjө! ѝY$يU(9{.cGI'.\TY RN}܅tK U8= V|N"y!b`c8I5<+n޵h]h9v;t DfkEGtbU$)n@"ztOswOCliEyݽ:> CKQI}D^ԠNOpW:.Ixg 0"Nܳ됩Խ. [smƴ9,g&%~ň85O0y&4Sfs=VS`;(7zfdU}5^V:x!0BqTˢݰ%g0D_Wèg _5 DbkZIx1}1Z}#uYE18od47q.::f܅orO fK8ϧZ7lj+1@pYim^/Ę4"_L G$HTQ6%C3râ0f~:]I1 >rnjts.'4ie([x b`s֝zaa cfqiX#}~c"5囟PIKyDY5X (\#~$ RFs>g^T}g+gRiwid}VD;pL'#a7,YetO UEe=I.bϋ%@CV&)+㐕HCqz޻YLo+n( z;;hxOʉ^-[-DLv`-P_'S;Jcӽ聑rYPXo! ⦙%x^B]:b*za)2)% I D5g߰``3.q [`ݐNPiPp%Cf;X4U{AMkγ f:B`m5֬K}Q 廖<30]4/ł=w*u* r%p5RW}|f,pCLEk..E i`:յ*WEPE뿛>&T2X*G_YNYiǵ,~#Åo?oyfwתl 4)~ T™fW}-`l žH ,sXtvg2h"_{5ٌ: G¾9dȕ-V'q K9}\u&,W`iJB 6|-k4kGzWi:%Sutp`V|`]]Rf6z}G '^`ImOxF#Z_@  c|,q!`)RVO.9(S:[hF]^ !aZe?nw} 4eW>zmBGFa8LY,QHQ?mw8 zt{C$ƛ`LN_OGzxFxa  oeи#=s'm&?hp'UoWC|$çlo Y-0p7Zɵi;)Y uٔ`b]]A%e-xX&%I"Ș c6I'[v}_>el~.y*x )1ZgTBf 1$eBqa:ӲJ?Q_Б:PWJ'dl1#Fg؀Oo4[n){5I޵.{(gJ1W >{}-! OT]餢^&c>GQ 2\|4c)?cba#@N,19JL7 %uiaP=5 :r(ƟAy(>A6<]XYʗ ʖzeX<_zu{*J2|0|ǵz>v Ju"9f;3;PJœ?Sy Ö riL`'3*D6VⲨ |ʯm·/cŽѡWs *!7|zʯ\Ӏ рձJM.Pz-F+Jmɹ|?Wdq)@٤yOCYqɻ{@Mᘺ\25Zi}pp)Fn2d(w);vbL.MJBUQxo86{{(mỉɼ)oMXp55gV?]+cƠ2d yߊ S|ߋGM[1X] 2+^ " | ^*t[x^:2:,[\< "G\ h͸:o4af CPt1E^]wG0G}l/ K]sA4bz"T'%%g?XX߄N֐D##~<#;9DVqKy~]TU/1<>I1gPkƽ3NfIKhl[^'!ys@G%\-D$vL 5 ]Ewb6_&NuzSߌnBrTT9 g,OowƙLN y'7zQU[ʶN$0s?z:Ŏd}XN!!SCy5)txD.s|&e O"^Za"T7Ł{#}H~r㓠GcDŽ{x8񣌯jqDׁnl@jC +&7q̓o.~n4߽.#ulЛ 8쒳5fiuj7(4*:V+1VHZ_ntc#=V¾QSʱ9H͂Favw$?S<Ú/놋^FL[RE\zf,3ܱyW ȱ~S1gz82eK)?KQ)ss >4 e1 2<_*6YσGV"tfyK̼:k!y0\oM% C {eT;wl RK4d/a(ܺI7Ʒxs<;!)¢}YBUA5W u{2^]RwLdf=Y ?7CwS^˽yD4N8,H1ڋ*Z`QLfPYs@+ W;^d[f2IvL%4E,z0i^AUs#Kp}o!4Y}ƿ,&gbʠ-'c/jt0Ӯ$g@Ϧh(E %|G b ;cT Ovr~w"G|:btu~θ2%};62$a2WGozQcmU sZ{Yo\afy nI!- 񣎍{ -ү~rݘqRʠ{==>Hx13Vs[,7c(Ue| U@'Y"LpϏ`.0vPIx[c$$~ycL_/z_LBGJ$)bMK~_shT'f5xoza$N4aB $Hb.)cJz4톻8G[ߤj֫ -1m]1G]`OlHqd /ȏ';Gq$@.:G{XxTaĶLo% iwwTVqB+$ z@r D([uu8= A$Z/=Phȿѳƣ,[n)%gڠUvBU2X<]!o\8}޹,>+JT?^yBS1XhTt$CSqq&sa9&O y#a*,p8"qul¼2diZ0R jz f\` #J_dAWT{,8GUfiϛNZYFouN~:w1C0(4[9Zfd^< ]ĉky8;`\T6E̬~ENnDžӌq}J8xU]Ws/ucs2٭dFիwFe]gOZGCJ=#w5 3‡viZ)Ѧյ >>+ϵUk1}xa&c[H`xy@ eOJmQ@gs%-ww  d]0:BɌ _#nXXgooMIw |2 $Bf]d`>zўUR]< rhWQv8pkC+ds-"02^Z3+?nϮ~1'3vb}nF芇'5[~A}ዧ*j >(]F{xGu@9< ԻjK-}u֮k*S6QOi`+JՑq.J #xKov$qYr-;`Z$D< ?wT% }ݪo9EC Y'%fy*B- #HkQRCY y {T&*jmNZVtl,W la:sUt6le%*.1uX)CK0Zu 7""Jğ)qILǨH_q VɁ%uBwx>u 1AT93.s%k lDzlbP 0r.ٿl[W5@U䎿h[8A,"n]'%3U544v] N!{.5%'WzMa7F?{bK.!1O_0 PktU:p{o`~1iJP2b׹ϧf9 \dulr'랈lvMB!?'KT<[koR|4 .hl/md*7 KTm(1W`vjDQb^.\\@1%N3؛Vh;jM/ 6l2䵗(mbL8sB뙩%a=3di:fOee3NzãE}*&&ھ0mi 4E)tN753+y렍<?C %ͥ2eMDzUMyX3IAY˂VMpbu :hF=)5`T קs# c:MȦw8*}t;&3Hh4[ [ )zD{"awK2d9Ă0,\^+H412 V\,KLKIФ-cF߄uDQ[O+:' L+(BEQ\=@@^ݟ@a·pu0S%Q,Z=^&@ ζM;h(̜{-U&/Rm!Ӫ6^Ct[N hIvB`  Ats>hy*'&p_~ ׃9CM8 9W`} vЬ΃@A g>SYKjZ QAUJvѴ5.0mr 6!r[qeh=ٱ{,7#9.%x?^~t0t/d}YoҚ,Pt5qs0ujE*ب^u%t,]p+zeyQxPJFHAef{&22.سԸ3PdJE%LFe|Bĕӎ&!hbO`>Jc > B1 ToMg?"GCz7ቧqϪ Eeg8oJ,7Tu-V.30""$v)פYfu{}@+ܲrDHoW/5os 9j'_mV@v,(!2_ղ 0 uMC[~yy606 &;b*Ds{9N@?: O4#jp^x{x3mLsq. (Xk쑽n?k ٜQyn~xQRYDݯ6#K} zfGٓ<邏oV8́l7+ǽ$wTRD[Q'oTZL`C٫ޏmR@Z4MĂѱɉSRRlG ABs*O"܀Or*RԚ ƨ v NJO[:h0!ضV]qyA9ZoȄgrk%787sEp(A@VC+wz&΅+t)S+'¼X*q&GՓY&de ?ʵUWi#ذaχ$u.鞋MZ#''9o.ME~zMD?=8x5,^dy,B1&2x 3+Az|;dܚAXt+Fg)Zbzbjv*D u(xեiHEP<̪n84@&Iv}l8Aɨ}]o͗׻v{_vň+E41MEGG^S>r ŰGPeB|0%!x` AVwB qhR+;=LyGD vǻ1~ dTm*$0F~ݸ cׂ*hJȚƼ*ʉ{Y"=oxZh0s*ıjGV 1 -M#,=z(+ pzրnyD[m_x4-HgZ/]Lj[E4oɾUb/y(ʶk~WxVyۓ> YZ