libopeniscsiusr0_2_0-2.1.4-30.1 >  A `o=p9|T-GkBUl6A򵊹R8cykSP~aǪI6<ɠm^ D a,O Z@{X::Q'㾣!4@. }ͩeAf1(Lwӯ’B@vvnLʛf:ܞAk [/ʯXֵ%}a3B.XIP_P!bn{Эq[Ud 8"a0cPګ`0eDBKfkTٞHt0xrFuXc0g-J6ST"D.Fnu }Ι-E`2Їy8pBǑ7SG*1&W*rې~}gĚߗE# )r+ [G?〢zvLЏ\ 9v˕S?KRw <Һpg8(خUi +)yoy+&C!>pCi?id " ?x| $, 0 4 < ~ 4x%(N8XO9O: O>f@fBfFfGfHfIfXfYgZg[g \g$]g,^gZbgfchdhkehpfhslhuuhvhwi$xi,yi4 ziditixi~iClibopeniscsiusr0_2_02.1.430.1The iSCSI User-level LibraryThe iSCSI user-space API from the open-iscsi project.`o=[s390lpdPSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Librarieshttps://www.open-iscsi.comlinuxs390xP`o=Y`o=Z175b37fb7c2158264967e155b3406bb6d0b5610c76627c05cf4a79e3d2d6e677libopeniscsiusr.so.0.2.0rootrootrootrootopen-iscsi-2.1.4-30.1.src.rpmlibopeniscsiusr.so.0.2.0()(64bit)libopeniscsiusr0_2_0libopeniscsiusr0_2_0(s390-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.22)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libkmod.so.2()(64bit)libkmod.so.2(LIBKMOD_5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`J@`@_@___F@_^(@^`^k@^@^|@^^F^4]҇]ƪ@]@]@]{]QT]B@]/ ]$]@\]@\@\HW@\ to * Add Wants=remote-fs-pre.target for sequencing. * Add workaround in SPEC file for installcheck. * Fix issue where "iscsi-iname -p" core dumps. * iscsi-iname: fix iscsi-iname -p access NULL pointer without given IQN prefix * Fix iscsi.service so it handles restarts better Replacing open-iscsi-2.1.1-suse.tar.bz2 with open-iscsi-2.1.2-suse.tar.bz2, and updating open-iscsi-SUSE-latest.diff.bz2 to empty, since initially there are no differences.- Merged in latest upstream. Summary: * Let initiator name be created by iscsi-init.service. * iscsi: fix fd leak * iscsi: Add break to while loop * Fix compiler complaint about string copy in iscsiuio * Fix a compiler complaint about writing one byte * Fix issue with zero-length arrays at end of struct * Add iscsi-init.service * Proper disconnect of TCP connection * Fix SIGPIPE loop in signal handler * Update iscsi-iname.c * log:modify iSCSI shared memory permissions for logs * Ignore iface.example in iface match checks * More changes for musl. * Fix type mismatch under musl. * Change include of to * iscsi-iname: fix iscsi-iname -p access NULL pointer without given IQN prefix Note that the "Add iscsi-init.service" change adds a new systemd service called "iscsi-init", that creates the iSCSI initiator name file /etc/iscsi/initiatorname.iscsi, if and only if it does not exist. This obviates the need to do this from the SPEC file, now updated. Since this was not a version-number update, in addition to modifying the SPEC file, also updates: * open-iscsi-SUSE-latest.diff.bz2- Update SPEC file to handle the fact that the service_del_postun_without_restart RPM macro exists in factory but not in SLE. No functional change for factory.- Updated service_del_preun and service_del_postun for iscsi and iscsiuio packges in SPEC file, so that services get started/ stopped in the correct order, and changed systemd macros so that iscsi login service iscsi.service is not restarted during package upgrade (bsc#1166650)- Update with two upstream commits: * Fix issue where "iscsi-iname -p" core dumps. (found upstream) * Fix iscsi.service so it handles restarts better (bsc#1163499) * Add Wants=remote-fs-pre.target for sequencing. (bsc#1158536) updating: * open-iscsi-SUSE-latest.diff.bz2- Update SPEC file to work around issue with installcheck SUSE script. Update the SPEC file while there.- Merged in latest upstream (2.1.1), which is mainly a bug-fix release over 2.1.0, including changing the test suite from shell-based to python3-based, replacing open-iscsi.2.1.0-suse.tar.bz2 with open-iscsi-2.1.1-suse.tar.bz2 and resetting open-iscsi-SUSE-latest-diff.bz2- Bug fixes, including addig support for "-fno-common" compiler option, 586 bug fixes, a bug fix for SHA1 handling, and other needed but small fixes (bsc#1160287), updating: * open-iscsi-SUSE-latest.diff.bz2- Merged in latest upstream (2.1.0), including more fixes for iscsiuio, and cleanup/bug-fixes of new CHAP code. This replaces open-iscsi-2.0.878-suse.tar.bz2 with open-iscsi-2.1.0-suse.tar.bz2, and it resets open-iscsi-SUSE-latest.diff.bz2 with fixes after 2.1.0-suse. Also, updated the Summary lines in the spec file that started with "iSCSI ...", since rpmlint didn't like them starting with a non-capital letter, and updated the version number for iscsiuio to match the code.- Use SPEC-file macro for systemd generator directory, since the libexec macro is changing from /usr/lib to /usr/libexec.- Fix issue where CHAP was not working after latest update (bsc#1155510), updating: * open-iscsi-SUSE-latest.diff.bz2- Merge in latest upstream, with fixes for: * Support CHAP SHA-1, SHA-256, SHA3-256 vis openssl libcrypto - this requires an update of the SPEC file, as well * Initialize timeout for printing specific session info Updating (in addition to the SPEC file): * open-iscsi-SUSE-latest.diff.bz2- Upgraded to upstream version 2.0.878, which becomes 2.0.878-suse with our (few) SUSE-specific changes needed for our build system. Changes include: * general bug fixes in iscsid, iscsiadm, and libopeniscsiusr, including better lock handling for multiple instances of iscsiadm * iscsiuio/qedi updates * systemd service-file updates/cleanups This replaces open-iscsi-2.0.877-suse.tar.bz2 with open-iscsi-2.0.878-suse.tar.bz2, and it resets open-iscsi-SUSE-latest.diff.bz2 with fixes after 2.0.878.- Enable LTO on aarch64 as the gcc9 package issue is fixed: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91386- Disable LTO (Link Time Optimization) on aarch64 since it seems to fail -- iscsiadm core dumps almost immediately (bsc#1143192), updating the SPEC file.- Ensure /etc/iscsi/initiatorname.iscsi has reproducible size works around https://github.com/rpm-software-management/rpm/pull/229, updating the SPEC file- Added latest upstream changes, including: * iscsiuio: update version to 0.7.8.6 * iscsiuio: allow processing of iscsid requests in DHCP failure condition * rec update: disable the idbm_lock in read/write when updating the rec Updating: * open-iscsi-SUSE-latest.diff.bz2- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini- Added latest upstream changes, including: - iscsiuio: Stop using /var directory for PIDfile and locks - iscsiuio: improve daemon synchronization (bsc#1135070) - fix pipe notification code - add systemd support for iscsiuio - make iscsid systemd usage optional - fix possible discovery hang timeout - fix iscsiuio systemd disablement Updating: * open-iscsi-SUSE-latest.diff.bz2- Added latest upstream changes, including: * Fix output of node printing for multiple paths. * Fix printing of node database again. * Add Restart=on-failure option to iscsid.service * Fix node print return value when no nodes. Updating: * open-iscsi-SUSE-latest.diff.bz2- Merged latest upstream commits to get needed fix: * Fix output for iscsiadm node/iface print level P1 (needed for bsc#1122938) * Updated iscsiadm man page: add "onboot" handling. Updating: * open-iscsi-SUSE-latest.diff.bz2- Update SPEC file to allow %_libdir macro to override LIB_DIR when building or installing- Update SPEC file to use %license macro for COPYING file so that it gets delivered when when other docs are excluded (bsc#1121877)- Fixed iscsiuio issues (bsc#1116712) by merging the latest from upstream, bringing the iscsiuio version to v0.7.8.5, updating: * open-iscsi-SUSE-latest.diff.bz2- Updated to latest upstream, with fixes: * Use pkg-config in Makefiles for newer libraries. * Merge pull request #145 from gonzoleeman/fix-i586-build-warnings * Fix i586 build issues with string length overflow. * iscsistart is not installed * iscsiuio: Do not flush tx queue on each uio interrupt. updating: * open-iscsi-SUSE-latest.diff.bz2 Also, update the SPEC file: no more need to specify libkmod or libsystemd, since upstream handles that now.- Updated SPEC file with Obsoletes for library, and disclaimer abot updating SPEC file directly. Also, added using KBUILD_BUILD_TIMESTAMP to create reproducable man pages (bsc#1047218)- Upgraded to upstream open-iscsi version 2.0.877, which will be merged with our (few) changes and tagged 2.0.877-suse. See the Changelog file for a details list of changes in this upstream update. This update replaces: * open-iscsi-2.0.876-suse.tar.bz2 (old) with * open-iscsi-2.0.877-suse.tar.bz2 (new) and resets the file: * open-iscsi-SUSE-latest.diff.bz2 to be our local changes since version 2.0.877-suse. The spec file is updated as well.- Merge the latest upstream code, updating the libopeniscsiusr version from 0_1_0 to 0_2_0, which updates the SPEC file. Also updated with new code: * open-iscsi-SUSE-latest.diff.bz2- Use libkmod instead of running modprobe (bsc#1106685), updating the spec file, and: * open-iscsi-SUSE-latest.diff.bz2- iscsiuio: limit retries on dhcpv6 (bsc#1106694 and bsc#1105916), updating: * open-iscsi-SUSE-latest.diff.bz2- Fix a core dump which can occur if iscsiuio is started then immediately stopped (bsc#1094797), updating: * open-iscsi-SUSE-latest.diff.bz2- Ensure we can get qedi transport name (bsc#1090275), updating: * open-iscsi-SUSE-latest.diff.bz2- Added upstream patch to allow host_id of 0 (bsc#1089687), updating: * open-iscsi-SUSE-latest.diff.bz2- Added 2 upstream commits to address issue of iscsi_if.h stayig in sync with kernel vesion (bsc#1086344), updating: * open-iscsi-SUSE-latest.diff.bz2- Cleaned up complaints by gcc-8 about strings (bsc#1084640) - Fixed rpmlint complaint about libopeniscsiusr summary not starting with a capital letter - Fixed libopeniscsiusr global variable overload - No functional changes. This updates: * open-iscsi-SUSE-latest.diff.bz2, and * open-iscsi.spec- Ensure correct dependencies: main package must depend on (new) libopeniscsiusr package, and devel package must depend on main package (updating spec file)- Fix ARP booting issue with different subnets (bsc#1058463), updating: * open-iscsi-SUSE-latest.diff.bz2- Trim filler wording from description. Update old commands/RPM variables to macros. - Implement shared library packaging guideline. - Do not let fdupes run across partitions.- Removed the "rpm/" source directory from both the open-iscsi-2.0.876-suse.tar.bz2 and open-iscsi-SUSE-latest.diff.bz2 files, since they are not needed for building and are not part of the upstream sources. They are still available under the git repository at github.com/hreinecke/open-iscsi.git. This means that changes to the spec file or the changes file will no longer require a change to the "*SUSE-latest*" file.- Update to latest upstream vesion 2.0.876, with very few SUSE-specific modifications, namely around things upstream does not care about, like SUSE-specific systemd files. Also, version number modified to add "-suse", as usual. See the Changelog file for more details on changes in this upstream version. This replaces open-iscsi-2.0.875-suse.tar.bz2 with open-iscsi-2.0.876-suse.tar.bz2, and resets open-iscsi-SUSE-latest.diff.bz2 to contain only changes since the 2.0.876-suse tag. These changes added a new libopeniscsiusr.so library, as well as include files under a new open-iscsi-dev package, if you want to link against this library. The SPEC file was also cleaned up using spec-cleaner.- Fix vulnerabilities found in iscsiuio by qualsys (bsc#1072312), updating: open-iscsi-SUSE-latest.diff.bz2- Added fixes for working with latest gcc (7.2.1), updating: open-iscsi-SUSE-latest.diff.bz2- Start iscsi logins before remote filesystems (bsc#1028323), updating: * open-iscsi-SUSE-latest.diff.bz2- Update to latest upstream 2.0.875, with a few SUSE-only modifications, replacing the 2.0.874-suse tarball with a 2.0.875-suse version, and resetting the SUSE-latest-diff file to contain changes from 2.0.875-suse forward (bsc#1056689)- Add missing coreutils dependency for initrd macros (bsc#1055492) in SPEC file, which (as always) changes: * open-iscsi-SUSE-latest.diff.bz2 +-------------------------------------------------------------------- Clear errno before calling strotull in iscsiadm (bsc#1029364). Note that this changes the file: * open-iscsi-SUSE-latest.diff.bz2 which is changed each and every time this package is updated.- Added two iscsiuio upstream commits, for ipv6 support, and general bug fixes (bsc#1040559)- Added support for qedi ping (bsc#1036238)- Fixed coredump when printing session information (bsc#1035236), backporting commit c8e6198dca71 from upstream open-iscsi- This is now the latest upstream open-iscsi, i.e. 2.0.874 plus latest as of this date, together with SUSE-specific changes that are not yet upstream or not appropriate for upstream. (bsc#1032402/FATE#321911) Important changes in this update include: * qedi transport support * README cleanup * iscsiuio update * shutdown cleanup Also, the base tar file has been refactored to pre 2.0.874-suse as well as patches file for everything after that tag. Lastly, this update syncs this "Changes" file in Factory to and SLE, including SLE bug and FATE numbers, for reference.- Added two patches submitted upstream that make iscsi service shutdown cleaner (bsc#952437)- Added open-isns patch to remove Discovery Domain doubling when loading from file (bsc#897297), adding patch: * open-isns-Fix-DD-member-doubling-when-restoring-from-DB.patch- Stop manual sessions for iscsi service (bsc#989548)- Added patch submitted upstream that sets socket option to SO_LINGER (bsc#974102)- Update user-space open-iscsi tools (bsc#975217, FATE#320753), which included: + Backported changes from openSUSE:Factory branch: * Removing creation of open-isns RPM. * Allow setting host params to return EAGAIN errors. * Kernel include path * Fix iBFT target flags check. * fix typo * Fix typo in man page. * Use system-wide open-isns, not internal version. * iscsi: remove local copy of open-isns * iscsid: make sure actor is delated before rescheduling * iscsid/iscsiuio: remove uio poll * iscsid: fix iscsi_host_set_net_params return code * Syncing up utils/fwparam_ibft with upstream. * Syncing top-level files with upstream. * Fixed duplicate lines for subnet_mask and gateway + Update SPEC file for spliced open-isns by copying open-isns upstream tarball and patches from factory, since open-isns is no longer part of open-iscsi- Added 5 upstream patches for iscsiuio (bsc#960438): iscsiuio: Get the library to use based on uio sysfs name iscsiuio: Wait for iface to be ready before issuing the ping iscsiadm: let ping be tried after iface config is initialized iscsiuio: Add ping support through iscsiuio iscsid: Changes to support ping through iscsiuio - Updated spec file copyright - Build service git diffs now using 12-digit commit IDs- isns: exit with success when terminated with SIGTERM (bsc#948561)- isns: Adding signal managment around DB update, and ignore empty DB file (bsc#941791)- isns: Remove the debugging output from isnsd (bsc#949443)- added patch submitted upstream by QLogic: iscsiuio: Add QLogic Vendor ID to support newer NX2 HBAs- open-isns: For bsc#941944: - Allow setting server name with "--server" - Ensure we can reliably get our IP address- open-isns: For bsc#941791: - Set up /etc/isns/*.conf files when installing - Install /etc/isns/isnsadm.conf- Allow non-tcp transport for discovery daemon (bsc#939923)- Added iscsi_fw_login helper script, and new udev rule to call script when iBFT/iscsi boot targets added (bsc#869278)- Added rcsymlinks (bsc#932814) - Cleaned up spec file for rpmlint- Updated open-iscsi to match upstream, as per bsc#936114, FATE#318770 The following is a summary of changes. See git@github.com:hreinecke/open-iscsi.git for details of commits: a068906448ef Removing duplicate LDFLAGS from incorrect patch 85ed2b4a1cb5 Prevent spinning over poll() when reconnecting to an inaccessible target bbffa1dd332d Fix incorrect list operation leading to out-of-order items on pend_list ce449cc8407f iscsiuio: Correct the handling of Multi Function mode e7f84d774c22 Reformat man page synopsis sections 271b77dece32 Spelling and escaping error fixes. 2022944815b2 Remove outdated Debian packaging code. d650915062d6 buildsys: respect CFLAGS and LDFLAGS from the outside 97ae5d74d6bf buildsys: make 'make clean' idempotent 770993b1e422 Fix small typo in iscsid.conf c9dcedb7b6a9 Remove duplicate newlines in log messages. 2986f9c95f6f iscsid: don't re-read config file for every session logout d56f49d3f947 iscsid safe session logout 3f59db921549 Add some more debug logging to actor.c 75552f5519a8 iscsiuio CFLAGS fixes 73e3e00c0e5e iscsid: fix order of setting uid/gid and drop supplementary groups 99dfbeff1676 add discovery as a valid mode in iscsiadm.8 688c2e9185f1 guard against NULL ptr during discovery from unexpected event c31ec6483815 Allow setting host params to return EAGAIN errors. 973508df1daf fix regression in iscsi_tcp iface binding 93c9d5ae1c86 Wake up to reap children 24409900d9df Make running actors event-driven bc491ac31487 Remove actor_init and rename actor_new to actor_init cbcd086a2cf9 actor: Simplify actor_poll a little 71ec348a2dfd actor: Unobfuscate ACTOR_MAX_LOOPS 61d58fbf6de8 actor: Remove ACTOR_TICKS_10MS() f53eb0034618 actor: s/ACTOR_TICKS/actor_jiffies/ dfe52b2423ff actor: simplify actor_check 8667dcd5d628 actor: Mark actor_check static 8037a0a30b8f Represent DHCP "origin" as an enum, not a string. da567155cfe9 Code cleanup: no functional changes 6478eaac7b53 iscsiuio: Check return value from nic_queue_tx_packet 1d07286fda46 iscsiuio: Remove set but unused variables 382655137020 iscsiuio: Change nic_disable to return void 7c233130687a iscsiuio: Use attribute(unused) for *icmpv6_hdr 8e1d38215344 iscsiuio: Use attribute(unused) for variables that are unused but needed 6ae604304b10 iscsiuio: Fix aliasing issue with IPV6_IS_ADDR_UNSPECIFIED 63b450de0c29 iscsiuio: Resolve strict aliasing issue in iscsiuio/src/unix/nic.c c1e83d439f90 iscsiuio: Fix strict-aliasing warning with struct mac_address 980c471e9f4e iscsiuio: Fix warning about non-matching types cb84219a4992 Fix missing header 9d744ac8c039 Fix bad sizeof in memset 67ff3a01e3ed Fix warning about possibly-uninitialized variable e5518c7a8f43 Fix build warnings for unused variables 5d68768908e0 iscsid: don't round up when modifying padding len d21766d95e10 isns: Add docs for deregistering discovery domains. ed04ac2f9f32 iscsiadm : make iface.ipaddress optional in iface configs for transports that don't have a hard requirement on it. 148854ae2d6e iscsiuio: Rebranding iscsiuio a3c40ba2ba4f iscsiadm: Initialize param_count in set_host_chap_info bfa2f55b0928 iscsid: Fix double close of mgmt ipc fd a037f5eaa9e0 iscsid: retry login for ISCSI_ERR_HOST_NOT_FOUND f0f3bbd25762 Fix StatSN in Open-iSCSI Stack. a9f4d169a95a be2iscsi: Fix MaxXmitDataLenght of the driver. cf1346a86489 iscsiuio: fix compilation- Double the size of the iscsiuio ARP tables, making it faster when switches present (bsc#922311)- Fixing ibft boot, completing commit 26020764daf70, which only fixed NIC context. Now boot context also fixed (bsc#902183)- Ported upstream commit 51c0b6ef8bc90: Supply strings for newly-added error numbers- Do not convert all "again" errors from transport to internal errors (bsc#903729) - Update spec-file copyright date- Fixed iscsi.service start to ignore iscsiadm return value so that systemd knows service is running and can still shut it down (bsc#897565)- Fix isns server to allow legal registration sequence, including portal group (bsc#905670)- Added fix from Hannes to properly boot all iSCSI CNAs, fixing previous change (bnc#902183)/sbin/ldconfig/sbin/ldconfiglibopeniscsiusr0_1_0s390lpd 16179029392.1.4-30.12.1.4-30.1libopeniscsiusr.so.0libopeniscsiusr.so.0.2.0/usr/lib64/-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:SLE-15-SP3:GA/standard/358b3924695dbcfd2fcb3fe75cb15aed-open-iscsicpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=49cb8eeb02e8a2a5d83322bdc7aff19463e3db28, stripped PR RR RRRRRR R Ro/MwX 9utf-8d23672dfb9792e774b3611bc915a219b776bde39a4cc21bb77b5a691d05391aa?7zXZ !t/f] cr$x#DfݍNCpſys#pDW>=@lF@'a0`Zܺas"@eפIdANG_%V,%һؗ=W=gx4hPDIfOw/.ͰrnAZwBi/tI޿ThU=qO`OqeMy@n/*OWyiD蓳hE̱ QN=MK{m!r]bq_ر~SN(sq7 PWl H;WGx3_S"ǕShJudJdà]<XB DL.M;#ZWq*b 7OՎ {qWG=(壘/"d5K5@bQ%gq;, L}y3)R-('瓎{?†?Au|bF#:7 v$_%@Jr")%> f-ng-FG'ϭ*8>Y6b( gw,h|Ĵ礪 ^)5tjMհP4Уٝ{S;= $q#e:;| Jp-gSWͺL'x=FTW[KhpKQYY_>|&^ ,BXTR7MތI}-R @{dj1ϣ+gw70d" Y Ԅ$'&KyzAMi@H|yi2K#np:AnscT0'Q^i:\uo? ;tjclⶎbg1 it^Q3gKk}*?ous)+|1` 5mwqx =bfeկYG|dkO1$LԂ%l G2`#K;7sR&o&[2w_ɋ)^hg[]RIe@hprԎTGW|X7*-=g(>E%~%׽dN8fuqB=M{whݿ =֙Q6L/a J_75X~HyGZ:/I|#<WtM)eٺ4R vpx$^a:V[Z&To-,o%h5%mT ʜ@ #_8w{2OmnWWv&Pb5_,g"6 oNPm{۴-=Ju_.P$yxxB !Oz}3ӑ(1j'lem?,5qhNĶE"ALqjjW.EYJTHW΍R]e TvăY% p|fc 4LnaZ`fj 7 4ez x_teLAɿy(lJ9Lx XفXD>lҳvPj O9U+وsOUHh:3np7Ы\ZFi.T99A*Q8jP[6=0iWW| %bq.ï/ըan(:䱨"[tML=^~, Sі}9NG~:z1F']qSא\~J/;8գr3ĉ>V`DcwOHFtPw@b/Hg;kvDYc;أv|uoN^; No=2IO.a U$~=ͮEA=#uϑ)Z_5%GLP!%=grFEZ'I ZV/Q5Cc[LYWK\+ 4xO<ȷ~ˊ>VPcQ%,p,J"n޺}y;}]*bk~S2 v/fO=1FX$#=ozaI(/00VQWmvZ9"SϿB]#7%D)rI{Ͽ͆m=TmaGj]Qu.?TZys@JڠXBcss .} D*HYXPpg7}rӱh)$ MOAo(HN=p]\ t~0_ r;r_s)}í >|'5͌,nbuoiU3d^75: juk&Wr #w-,}27w8HllL: D)(mAծ56vr1s3wm=ūMcbrϾuKa@Hf7$DXN/c}Y|p6kF݅ A lkYP쓈TSN*؁be-#σBG}U)Ps Aᯱjvp0pJF\ !%Bgq3q~_or+ Il"At> D ]<Եp/IȯmX#>V96`0+a"4[[.e]èCCca[`7#uA7P9ox.VWm>ަlA'`bzsF{w*)+4j:bfrpG _ҥOJƦ  o=GhuȓY5tn冒`}]oԬyy64QzX urJ`Yq1T!Y4:[K)`&}# *X׬9F>5{f|2h~ԺwaU%dI2Xޜ: 5oa3C|fY_uMyH0JnV_A䑀P1^4X3."# rކ}ieΒatYԩ\2d_h4jeo2,fP6éƭ(@rf1xvV &wfF'&X۴@^::?QfyzE)Þ-.C_I¡2݁\#t~ fZB#SD㰷`5E.i5*@*Įmq({J*Xj(Be)s,kz8 SEdWmS#<m+|3J B:YDz x6y6ukR1\IjUsXUZ֮AE0cLCĪF/eӡ25%6Pkph98g`<[T3 F]iJ";QכNU̢bY+ JǞ_}w' KDqi?D_g$$9ȣcPK=A*2i!bɢ ߦ(SN%";Ѳ:Tb~[iD}`T6_:[wYI.ԨJsO2]:=S % 0.tS/[O/@ƴָ%֕MlA3Q! CsN7|ѥ 8{(S]*j*4WȂm8j/)gOfY/cݿĂ ) \ eTn'N`ei7xG)f3ʼnd]@Zu\Ǿ'4 92C].zqTk_ke_ch{6.;[:Z_Q³o\7%$a~V" 4Ba(rh栴F%>= CXXSC޴d-[ z J1R!'화0)/:`Ƨ0w\,O5b]DCpM:HFŻ=:{cY5JMpVpЊ h-) ~N9}6 8fglN A ]AzOxCjE= gJbdܘH鼥u,-]3ӢzUm_pFesB %zG_j_cE;3#nkMf B|#wmp6[LXɨjZMDwd֙ c\st~s5,2 '!qtj7ֵ ab?T\E*g$)@yjO,#oe%xV݂FV_$z@]d!|R!~^Ⅱ*䴵FJwSFuX@- 'pGr{xGR0}Irp :L:'Vrhɜz"Y ,sXAMf˯6GAvNw1w: ̝А-qrt}wхԵs3^jϕ, B^$ݠ;F*d;ͽ5 "؛!) ,fe*F{"ѷG͠},eeMvg#fQbWiq4{SޔÒ7.e9T?ye[u%Gz !t4;H%\\e7`}(,Xv%ߺ ahS0'hTLm"ȁQt 2dTmѪOXïZ+cG謤-ĸ}w:s~|v$ET̴žzV9O%S,4 < OJXh>MWަnz )^4딾a f~Mz8Uː ĿjAc!B!T^uܣq@wʹmȜUEW x1y{ ̼Oz#lԝr}S@p1fy'skUYtjG b2S?7I'oU*@XA'B]*ՃH;2ɉޏs;$|w&v""FMS<(6W0~wq\OE.rt}Z tv$;7SPRÀ8cY[5ho3!ָ/Ā:Z\No En}gݿϞmÎz(zjD,CE>ſ-k}8TB&Q=TB- J6 e^l7T>{Vu/~7|W~Ò^:xW]63R*Q#&. TR[hvݷ7F4aB*/ϩXmYPly[~\Y v֬;U$+NY@pW+V(0:8&' RVxx(\>Ys,-:A S0PeuғQ&Jl 'qe3{c ߘ'mx+?|:;fRߦ["`YA^=MA2F8*{ov$.ESD{9D` < |20aوwS^1r[xzBEM)Kw .40]+#^VQ9ԩི)ⅠPP^F1932(.4+@Ӎ'<5Xń4Hȼ},9qnɰ۳,KhkbD#r슢z{M9OP[' ~4tRQb"w9O53$ՙjs9c6ü#g6< qg.CC>jkZPCApł1??n'1>I7DC#ͮ'g`0yR}ٌўu@\0B`kl0@U\L~> CO9OjO/WʼnTvZ䅴;ӡq$Mr&/xMnm EkMXfeB|1}ȳ݄ows}'!0Br }J{tN1uLmА+GWAl)NݏbRc2)<^C_T(&}:ZY-seyBH扬nVCZo[sd"f[*ov4AkPw?CC<%xMk?W?5r$G/M ֜[)jӧ5i^v#*AӤ0`K!y遒mA\}ۉm413#0TQ#0p [Ky{DF`ϱJvZWgi ⧁oKŏȘ+!l؆u-z]d-Ĵnb_AJ*He h|wkyb8~%:,ayLèP׍ˋ~֚?ysd=-knWyx cJR q8@sh{u[u}p3_J#nHgS _9Z⮽A@fKa>o]+Փ, ko T%NMEQ:b(4n DBѰ4I3 ǘć%$mho:AUjOfI#&! +nEgE[rAE4aw:, ynrQm8C=I|larf듻8`wģ܏o5z9xp,~gΌO$~ a,{H z8mpƈjA@/_Q*ywĠ0K*rgE*㙱 -*"CcgXXݍnf[Dv3 s},sUiyV^_B,7f חh+R4ϣib#]I#+4iӆ {3bGR]3(CxOE2m}.,OO=v˚dمz=/lg3hk" Iz6bsէO/.ôd!RiEs\-}(*?2B56~y _'wSwgÐnI^vayA;Eݲ j$NXCCVkvs&}o|Tbj"Q9S~aNUZoȁ3&U]J6x]` hC&fB݀ہ`I?:)"^Bk6pIlK8YUޙǃ?NC31o: ރ4];/]fWAIݎ a&(";؜&oSc[DvV$Q+o bX+| $]?r#=:m Yv6gCQ+R %0{ȼlV ?Րхu;ʎU63zd5%Iߛê6oSnNw} @nz Ii&rM.߳[]Dv+,|zkY(tнiј#:P,IP6-{Mss9`ρ]Τ J-Q:6x.B!(DˇL%in]28!mצv-Q՞_K%7O A'A[ zƣ`ʟ3ߒXZuyQgg#hPgT- M O{i:z7ޓ" m }7ïE]7i(1*80,dnVO5=gFgҕ6[.|~mt+% \XrLYTԆxj&81B:Mb{Fy9{ihRoB;KCDηd^<ŋ*ϡ"/*4[3U8%lTa4K}Mj1YH ,B/Hq۴2[PB }.SJ6 W=e|ލ>2c29Ч)JCىsWnvOt2*G=Y-)5wiۇtk29I^IYLvne@H'Ղ ֓G0((9Y뚨ȲO_IGy5Ork&%=+F(ވIE Tͩ\ArYW):ZE&1N0¯WHt|k]6 -2RNWU埚,B{1}g% yN\k{;UPCz8ـŧ ᩊ. NXYhUZV"BO&nC)2e(l3RT1U $c[akq\싎 ].ߡ~mWh (4ouv? NS+ ޓFKk*`i"BR֑=Ŵ3ܠ蟙1$P/gzm_Q37oO^ӊP6aL%Y+i7r=~qfM >vnЧ&==x"6 0Yq]芨aS P tq bLEXB$ RQFPNpR>@} +.D=p{kڽFS[2 no<:8!=@Q됟/ȫ Yܹ1XnBJJŚܾ y"A~J ,u 293bb]d& sVOp>;TE+8x=(dF'@#3d$@D4_-, @*XF}eg*2BB%}Atrq#akbIߙuĸ#Ǭ>{1B.|q>vm:5q´1+}oVRɗargyȘV W\ 񼸷Fa@}{}"Q}@l]kC?:12w>3Umh4ݿFJC 8ʺO=WvPOe,Sӑ8(t>U@f5Y3Vό6hRE붫9Am {!LkGO6XnҕGr*8)>lry;6927I68jf@rc!;P0szԛ2퀉"+9k1 yc}mշaMyizqtu8zZ>^ h&b =U[:I\V7P,Q^~s ouOp4j^Dto%G/ v%KxQPN =Jvd-W͜et<1?Nc딊Rt_&t0a|GoS&O9zgO]GLmF L+x*Ԭy˸9D!vUzwt%nI-ݿT0a,uLe2uLY3ӏ:Kgg>)Xd` yGO/",6;:NjہN7{\U*n 9&[ -@N! #>DHfi~~;/_TJdgppמ;Vт@zA+iyZ:遠?frqNͿҕI|ِ??HՋաȓ/v2z{wr㽏gN#1J ⯝p<r*;S'q޼0Mڤ#5Li$ךՈ=ٱ]We2'^1W9O98 2-*mQBfE/ #nTG.wX  OdYAǘ%f=K;P ~^જrL R>.Ni(ys#8;jӆ"怈 TqK4E{&*~Ub奅l2]0v9\A3c'+Qs$%$>"ruk/'u;4(OmWp2A:s q_^p2w|Zd$է%Kcqz4xѓ=.(sڱ_q$efxʬF'^חM7>i)J  rb3#C&-OXtMޤ<&Y9$Hh PŪU#fc>@R \m;O !xS:W30_$U0PNyKA5jM&̣.$M_qB3ֿ 9"-qcjYFPUI\KE*mRL` lB2\ϫn.) ig$*$g<3|ȋ8LΨڨ LGI8uv!' c۳(y~n"oi!Ũ1.r qv;i8 H3Eڂn"9K[ z#)y XehBE^gJnp,muVL/']JX,wbܻiZǬ@i]B> o҆FEKcѪƯyПpr/u9cQ/w0l?!K7;|/WM@ٺp! ze+T$_0k'7e pdRA8 T6 SR>(aK|),<pQhsN३G2hmP?:jt]XFf\Ε#$!ʶ@.v|*_#I^%ORų@v^1TWc tzJcj27m R멈(0]!:ü1z>ZAvAq#>Kw0n3zv4238m ɇ?NGDoƽ8\)`LhE:h]ȏ |>RkOHڱE9©tdIƊ9fLCCSQT1lVZo!!ha;$*?g\t]95@V>'P6McگNG25gү5uB bJY/(יlV]*&FjTNR6JxWutJeov1^(pMy{jRc3Z3vۊ3ёY."?*^|k߱i0+nB(Zhrw@7ctu&lH 9ep]q(!µhq_4c7+[ȗYV;ՊŻ:)/c:.oGGXLhs1n`Ys~3GH3F=0 ui -GDF`l )}B*qXf{?V=i|c<;?әg38Qr<6i)4a;|Ro ^f w7V4g٫-PsSr})_A?,taYvՇee/ae&ze} s{ yZ?_F\Tkx:ŸE OXRy {$;%pKNU/JVd#HC;mbn&캵0G2ٞ/U %k˥Idca+Mȸ[@z%4!A tix럋Dʗ窞 4q0E/g*`_ '&p~ZbݘΪo @{C5lJ_E^C6\ی.ü!" Bȝy.L8%Ľ/h~1ni@9 cy]o͓Cr=Ύb ,/p^nfNyxY L$jLQ|3Y!P!wIdyX=cZyو^ WmQRr#t*h)H/$)'a.6{7O\O HH3=A BOF,Tc*kn{^yYf `@ܦK~w.Go:xsU;}?ȥ/LyfSg@ɶE\쐰މqGR0;:CTK@f{1sy) [JMJm0{;%hxsH M|rl~8(= x޼N2,&hQ4Vva(pʬ<ӏX3?sh},Ы$ocj2uWf_|eh/BUΡXSK~O1 ugy\IeDɌئb n$DA!,4fYqh8F;J.umD N+|>yCUpo θP2G(|jU5H KbI-L1Te]$$ u+oeeFX0ZrIJc˚ǬF~(~0dkrA}}.R }{y0_$#X4>/zI**9?J1tQnJvzdxϖ*~߲Tv)׺,. 2>0y'2G#јx_̂WTIw ٿz98ɀKݵI*8+0}e$i߶MJm9<K;QKm.| 8a%z[gviGR߅޹9? ? LQ %*yՌ:M9{e$x N!E0+-dl57|ȣR'фB-dOD["2s\k&85)8zJjGNJ'Wvȃ@OǟܜV*5R¢R^ KZWӋ B=Lc&* r#JwߠI6&v*fb{1Q/DFrۗ~"ИyF~L5Dҭo\;)7ᾐ@cA᛫H%4Bptl'fog~ &d)^S 5 1O( F4gTasLԳ㩱UᥗL=%MDdyq\z(e<VꙪYTʜIs^fLƎEZ߬Ɏyn*aRz~kg5@ƆO 7m!!'gE,A:,|?@{DlJ [Fת$92衰3Tۑis#ծDr Qٙ "1ѐyUJ0mpx\KēWkcyLi;J)4 OCF 7)Sl^@VltBǣ]2P* 3,WцMa(Hн\euGNFl12?6f@tFIW[jB6JJ;fUhw"XR$ n1{{\z?TJ!yVr|;O|čRD4EW@j ebڧ\`/\ưtՔr97`8J_ڷ`-S, j۹69ϐ2.lt'{79hMa!jD'L9j;sh1LR$"tΪEUE?ᢩ;6p_b{ zp"\w,eՊH?K)6)Bǭ?4[MطG#yȡ1/_ V}im^IN"SOI% ԉ췱L*䂆 Aqrx RU[m!U“ F=ð.>rM=%N ~nmJ-Ɗ\ᳱ@ʷ-'zHOLj`-8ʁi[3u_rók anNO j9&,eix bsrf~o8N!,8jc욳or&@IlYB^7{h ]h3peH"% &k̾5zbWv)FbjW: BpMF er+A2i13C.Xj'7"淆i%͈;Xi} *_|e.C] /ɱ`Oߔ.0~"}$ :T~:lFmXK6 v;i++d{[uzu'"Lcz'sdn3U]dEDk[<QGs)24cЎڼhQ6$J[Q??WaY͂(=}5)6Y#Ua'k= :<ޛ9HuVN%A:i_QJ9wbpq< f}|I{]`t@aW~#A-& b撋pxu HFY)J#PyFCv[k"ږ>F(ھ5iZBhqN>r EC! o<#lWÂD[s!pA$ ]Ox_O鸏`6mʁ@C2D nƒ Cկ'ySn>;`hbI$dy5i`Ϧ${P+dN T]K&\f굛GɸH^lԪh!{(&Z %lN\}j@D4Pi%-iܬSc>̫̣jYTQLnX:BD61 ;KGZ[hXy6[- 1Z BYd}0aB~TH-gy!4=U&gƦcj 0ZbICXrX*{UGNbT[o []Sk+oV/+Cd{h^Nz} b1F:_~Nڱ.A omSBV\MV=-}G }'?E[jʸ(N{_33wlQБNJ+e E [TX {zfbbp@ <7J$UR ߘ{$t9ͬ h?.t3Ynd*aV Uݾ!}/ JSVT!6}U'5(DaA QG E[| Ie ڝ .E MNdm([M)m&<;0$KPv|#1-$*6#/}r(q=_9D23Mv[E_e5bL*o}~yr0BtF-*6J/|: @Uj^C>`~@e"Dr v}ɶOraP>}W Xf>qTBS = ՙq!6;5NA-10W}'X^Uc);sh u^@SQ29=׮o#cЉl0[/tc}8_ӐX6xAR2A9lNhoSƷJayC9?4M/uB{(/c wO˯ Z^?A@5X.-&z 2uboKa}3Jo+YEALO|I*hI]St mmT*Iʾ(u/Ⱥ2 ] 1&=;8eGe|,36r&"8 LtT˕zAo:mt'i~A1(_oS'wɘ?ȶpNGx K2LuoUeI|j`|5xs"4kEb;Y)XoKE0L7&' pOAe%E-vl|s&DԱy|Ty,;I[cۈ8rY<1!Twa+Nfu8!ʭ겫OiBõ^UYdBmL .DkOZ.o+٭>i.'7:X-6:Lk6sVnū,|3uyGZx,7a]Ƀ5 6_dXJyV/ 挛8/Ů(MN³imgFSr%gPsFo7 B+K, -z;kOx#'sHLe(v?}sEPAɗ+:^4ٿ5>{g~!r&r&Ю|=ڠ-c&xX&ըr 4 4mR"?K'?$"#&Lܮq|OR#NYNt&ffu\2N;Ot ^֊UZ%+*PD1fu}#(!XwL[(U nWc:0CvP[]蠻kTS F 8 ⋱> 3(pU"v_`v O7<}ԯt_*Á}aF$s y28ÄGjb. ̈EёzBhgWM;a-J`bGIBphVGkv@|}Ojn#MG+'EVR=_ZwF@*eN^@Lג\{( `Y{7W\" u;fg@:ʗ qZ<9Hxl[ۏ.[/UQ4ÀaBnbD!?H I^bAzϵ rr$&r`59,1f_fTY gXvU|ȒQKy% {E) 򞀳Q&9呸YS`;_]g;}B?~*~ 4&LySm?/0@˧v{oHRRa_$и?+yŦ^>d)tƚFBı:VV|iZX.՚I[0s/W\(k=0*c3BrU&/MɇG&",[s +Κ婢^$oiQ&=}Eó:kgfg)yOUtȺ`7ټOpe&߻*^ u^-t08Iy(Ioz)3Oι y6RV:;$$|d rIm?7udVA_5A1J.Ҩ(>VX-*3F ;E|?< ?<n8A] 1Im 7lWޥl jq^2{{vG |P.Kd\ JȜ?uZ9=lP#q QlVD);5Ov>xcLw ℙbkf{GR6-UbFgG3*کbTd}wGH }( jdqF؜8N?o6Gb˨kk.h3<\hLB |!FsNZcd f/F{LFW􁻬ʼnF ̆]{a:mc+xL)Z&?LfOWcw ~7O2Sφ UD|Wryr;TjGCƤM;_[fp|SCai'/װs]F9eF e@O> YZ