libcryptsetup12-2.0.6-lp151.2.3.1<>,x_`ɜ/=„{̍bSQ#;QÄmBz!8{?Н}+y9C`X?`Hd $ R  JPX` d h p  x"""(8 9H:>\}@\F\G\H\I\X\Y\\\]]^]0b]:c]d^e^f^l^u^v^w_Dx_Ly_Tz______``DClibcryptsetup122.0.6lp151.2.3.1Set Up dm-crypt Based Encrypted Block Devicescryptsetup is used to conveniently set up dm-crypt based device-mapper targets. It allows to set up targets to read cryptoloop compatible volumes as well as LUKS formatted ones. The package additionally includes support for automatically setting up encrypted volumes at boot time via the config file /etc/crypttab._`ɜlamb11HlopenSUSE Leap 15.1openSUSESUSE-GPL-2.0-with-openssl-exception AND LGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttps://gitlab.com/cryptsetup/cryptsetup/linuxi586Hl_`ə_`ɚ10afd327a2747fd38a9d591a54719b26f2c2808a513eb3745abeb4570cc16a93libcryptsetup.so.12.3.0rootrootrootrootcryptsetup-2.0.6-lp151.2.3.1.src.rpmlibcryptsetup.so.12libcryptsetup.so.12(CRYPTSETUP_2.0)libcryptsetup12libcryptsetup12(x86-32)@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibargon2.so.1libblkid.so.1libblkid.so.1(BLKID_2.15)libblkid.so.1(BLKID_2.17)libblkid.so.1(BLKID_2.21)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.25)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)libc.so.6(GLIBC_2.8)libdevmapper.so.1.03libdevmapper.so.1.03(Base)libdevmapper.so.1.03(DM_1_02_97)libgcrypt.so.20libgcrypt.so.20(GCRYPT_1.6)libjson-c.so.3librt.so.1librt.so.1(GLIBC_2.2)libuuid.so.1libuuid.so.1(UUID_1.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]@[G[G[{Zp^@Zlnussel@suse.delnussel@suse.delnussel@suse.deastieger@suse.comarchie.cobbs@gmail.commpluskal@suse.commpluskal@suse.comalexander_naumov@opensuse.orgbenoit.monin@gmx.frtiwai@suse.deasterios.dramis@gmail.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgmpluskal@suse.com- New version 2.0.6 (jsc#SLE-5911, bsc#1165580): Changes since version 2.0.5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Fix support of larger metadata areas in LUKS2 header. This release properly supports all specified metadata areas, as documented in LUKS2 format description (see docs/on-disk-format-luks2.pdf in archive). Currently, only default metadata area size is used (in format or convert). Later cryptsetup versions will allow increasing this metadata area size. * If AEAD (authenticated encryption) is used, cryptsetup now tries to check if the requested AEAD algorithm with specified key size is available in kernel crypto API. This change avoids formatting a device that cannot be later activated. For this function, the kernel must be compiled with the CONFIG_CRYPTO_USER_API_AEAD option enabled. Note that kernel user crypto API options (CONFIG_CRYPTO_USER_API and CONFIG_CRYPTO_USER_API_SKCIPHER) are already mandatory for LUKS2. * Fix setting of integrity no-journal flag. Now you can store this flag to metadata using --persistent option. * Fix cryptsetup-reencrypt to not keep temporary reencryption headers if interrupted during initial password prompt. * Adds early check to plain and LUKS2 formats to disallow device format if device size is not aligned to requested sector size. Previously it was possible, and the device was rejected to activate by kernel later. * Fix checking of hash algorithms availability for PBKDF early. Previously LUKS2 format allowed non-existent hash algorithm with invalid keyslot preventing the device from activation. * Allow Adiantum cipher construction (a non-authenticated length-preserving fast encryption scheme), so it can be used both for data encryption and keyslot encryption in LUKS1/2 devices. For benchmark, use: [#] cryptsetup benchmark -c xchacha12,aes-adiantum [#] cryptsetup benchmark -c xchacha20,aes-adiantum For LUKS format: [#] cryptsetup luksFormat -c xchacha20,aes-adiantum-plain64 -s 256 The support for Adiantum will be merged in Linux kernel 4.21. For more info see the paper https://eprint.iacr.org/2018/720.- Suggest hmac package (boo#1090768) - remove old upgrade hack for upgrades from 12.1 - New version 2.0.5 Changes since version 2.0.4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Wipe full header areas (including unused) during LUKS format. Since this version, the whole area up to the data offset is zeroed, and subsequently, all keyslots areas are wiped with random data. This ensures that no remaining old data remains in the LUKS header areas, but it could slow down format operation on some devices. Previously only first 4k (or 32k for LUKS2) and the used keyslot was overwritten in the format operation. * Several fixes to error messages that were unintentionally replaced in previous versions with a silent exit code. More descriptive error messages were added, including error messages if - a device is unusable (not a block device, no access, etc.), - a LUKS device is not detected, - LUKS header load code detects unsupported version, - a keyslot decryption fails (also happens in the cipher check), - converting an inactive keyslot. * Device activation fails if data area overlaps with LUKS header. * Code now uses explicit_bzero to wipe memory if available (instead of own implementation). * Additional VeraCrypt modes are now supported, including Camellia and Kuznyechik symmetric ciphers (and cipher chains) and Streebog hash function. These were introduced in a recent VeraCrypt upstream. Note that Kuznyechik requires out-of-tree kernel module and Streebog hash function is available only with the gcrypt cryptographic backend for now. * Fixes static build for integritysetup if the pwquality library is used. * Allows passphrase change for unbound keyslots. * Fixes removed keyslot number in verbose message for luksKillSlot, luksRemoveKey and erase command. * Adds blkid scan when attempting to open a plain device and warn the user about existing device signatures in a ciphertext device. * Remove LUKS header signature if luksFormat fails to add the first keyslot. * Remove O_SYNC from device open and use fsync() to speed up wipe operation considerably. * Create --master-key-file in luksDump and fail if the file already exists. * Fixes a bug when LUKS2 authenticated encryption with a detached header wiped the header device instead of dm-integrity data device area (causing unnecessary LUKS2 header auto recovery).- make parallell installable version for SLE12- New version 2.0.4 Changes since version 2.0.3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Use the libblkid (blockid) library to detect foreign signatures on a device before LUKS format and LUKS2 auto-recovery. This change fixes an unexpected recovery using the secondary LUKS2 header after a device was already overwritten with another format (filesystem or LVM physical volume). LUKS2 will not recreate a primary header if it detects a valid foreign signature. In this situation, a user must always use cryptsetup repair command for the recovery. Note that libcryptsetup and utilities are now linked to libblkid as a new dependence. To compile code without blockid support (strongly discouraged), use --disable-blkid configure switch. * Add prompt for format and repair actions in cryptsetup and integritysetup if foreign signatures are detected on the device through the blockid library. After the confirmation, all known signatures are then wiped as part of the format or repair procedure. * Print consistent verbose message about keyslot and token numbers. For keyslot actions: Key slot unlocked/created/removed. For token actions: Token created/removed. * Print error, if a non-existent token is tried to be removed. * Add support for LUKS2 token definition export and import. The token command now can export/import customized token JSON file directly from command line. See the man page for more details. * Add support for new dm-integrity superblock version 2. * Add an error message when nothing was read from a key file. * Update cryptsetup man pages, including --type option usage. * Add a snapshot of LUKS2 format specification to documentation and accordingly fix supported secondary header offsets. * Add bundled optimized Argon2 SSE (X86_64 platform) code. If the bundled Argon2 code is used and the new configure switch - -enable-internal-sse-argon2 option is present, and compiler flags support required optimization, the code will try to use optimized and faster variant. Always use the shared library (--enable-libargon2) if possible. This option was added because an enterprise distribution rejected to support the shared Argon2 library and native support in generic cryptographic libraries is not ready yet. * Fix compilation with crypto backend for LibreSSL >= 2.7.0. LibreSSL introduced OpenSSL 1.1.x API functions, so compatibility wrapper must be commented out. * Fix on-disk header size calculation for LUKS2 format if a specific data alignment is requested. Until now, the code used default size that could be wrong for converted devices. Changes since version 2.0.2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Expose interface to unbound LUKS2 keyslots. Unbound LUKS2 keyslot allows storing a key material that is independent of master volume key (it is not bound to encrypted data segment). * New API extensions for unbound keyslots (LUKS2 only) crypt_keyslot_get_key_size() and crypt_volume_key_get() These functions allow to get key and key size for unbound keyslots. * New enum value CRYPT_SLOT_UNBOUND for keyslot status (LUKS2 only). * Add --unbound keyslot option to the cryptsetup luksAddKey command. * Add crypt_get_active_integrity_failures() call to get integrity failure count for dm-integrity devices. * Add crypt_get_pbkdf_default() function to get per-type PBKDF default setting. * Add new flag to crypt_keyslot_add_by_key() to force update device volume key. This call is mainly intended for a wrapped key change. * Allow volume key store in a file with cryptsetup. The --dump-master-key together with --master-key-file allows cryptsetup to store the binary volume key to a file instead of standard output. * Add support detached header for cryptsetup-reencrypt command. * Fix VeraCrypt PIM handling - use proper iterations count formula for PBKDF2-SHA512 and PBKDF2-Whirlpool used in system volumes. * Fix cryptsetup tcryptDump for VeraCrypt PIM (support --veracrypt-pim). * Add --with-default-luks-format configure time option. (Option to override default LUKS format version.) * Fix LUKS version conversion for detached (and trimmed) LUKS headers. * Add luksConvertKey cryptsetup command that converts specific keyslot from one PBKDF to another. * Do not allow conversion to LUKS2 if LUKSMETA (external tool metadata) header is detected. * More cleanup and hardening of LUKS2 keyslot specific validation options. Add more checks for cipher validity before writing metadata on-disk. * Do not allow LUKS1 version downconversion if the header contains tokens. * Add "paes" family ciphers (AES wrapped key scheme for mainframes) to allowed ciphers. Specific wrapped ley configuration logic must be done by 3rd party tool, LUKS2 stores only keyslot material and allow activation of the device. * Add support for --check-at-most-once option (kernel 4.17) to veritysetup. This flag can be dangerous; if you can control underlying device (you can change its content after it was verified) it will no longer prevent reading tampered data and also it does not prevent silent data corruptions that appear after the block was once read. * Fix return code (EPERM instead of EINVAL) and retry count for bad passphrase on non-tty input. * Enable support for FEC decoding in veritysetup to check dm-verity devices with additional Reed-Solomon code in userspace (verify command). Changes since version 2.0.1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Fix a regression in early detection of inactive keyslot for luksKillSlot. It tried to ask for passphrase even for already erased keyslot. * Fix a regression in loopaesOpen processing for keyfile on standard input. Use of "-" argument was not working properly. * Add LUKS2 specific options for cryptsetup-reencrypt. Tokens and persistent flags are now transferred during reencryption; change of PBKDF keyslot parameters is now supported and allows to set precalculated values (no benchmarks). * Do not allow LUKS2 --persistent and --test-passphrase cryptsetup flags combination. Persistent flags are now stored only if the device was successfully activated with the specified flags. * Fix integritysetup format after recent Linux kernel changes that requires to setup key for HMAC in all cases. Previously integritysetup allowed HMAC with zero key that behaves like a plain hash. * Fix VeraCrypt PIM handling that modified internal iteration counts even for subsequent activations. The PIM count is no longer printed in debug log as it is sensitive information. Also, the code now skips legacy TrueCrypt algorithms if a PIM is specified (they cannot be used with PIM anyway). * PBKDF values cannot be set (even with force parameters) below hardcoded minimums. For PBKDF2 is it 1000 iterations, for Argon2 it is 4 iterations and 32 KiB of memory cost. * Introduce new crypt_token_is_assigned() API function for reporting the binding between token and keyslots. * Allow crypt_token_json_set() API function to create internal token types. Do not allow unknown fields in internal token objects. * Print message in cryptsetup that about was aborted if a user did not answer YES in a query.- update to 2.0.1: * To store volume key into kernel keyring, kernel 4.15 with dm-crypt 1.18.1 is required * Increase maximum allowed PBKDF memory-cost limit to 4 GiB * Use /run/cryptsetup as default for cryptsetup locking dir * Introduce new 64-bit byte-offset *keyfile_device_offset functions. * New set of fucntions that allows 64-bit offsets even on 32bit systems are now availeble: - crypt_resume_by_keyfile_device_offset - crypt_keyslot_add_by_keyfile_device_offset - crypt_activate_by_keyfile_device_offset - crypt_keyfile_device_read The new functions have added the _device_ in name. Old functions are just internal wrappers around these. * Also cryptsetup --keyfile-offset and --new-keyfile-offset now allows 64-bit offsets as parameters. * Add error hint for wrongly formatted cipher strings in LUKS1 and properly fail in luksFormat if cipher format is missing required IV.- Update to version 2.0.0: * Add support for new on-disk LUKS2 format * Enable to use system libargon2 instead of bundled version * Install tmpfiles.d configuration for LUKS2 locking directory * New command integritysetup: support for the new dm-integrity kernel target * Support for larger sector sizes for crypt devices * Miscellaneous fixes and improvements- Update to version 1.7.5: * Fixes to luksFormat to properly support recent kernel running in FIPS mode (bsc#1031998). * Fixes accesses to unaligned hidden legacy TrueCrypt header. * Fixes to optional dracut ramdisk scripts for offline re-encryption on initial boot.- Update to version 1.7.4: * Allow to specify LUKS1 hash algorithm in Python luksFormat wrapper. * Use LUKS1 compiled-in defaults also in Python wrapper. * OpenSSL backend: Fix OpenSSL 1.1.0 support without backward compatible API. * OpenSSL backend: Fix LibreSSL compatibility. * Check for data device and hash device area overlap in veritysetup. * Fix a possible race while allocating a free loop device. * Fix possible file descriptor leaks if libcryptsetup is run from a forked process. * Fix missing same_cpu_crypt flag in status command. * Various updates to FAQ and man pages. - Changes for version 1.7.3: * Fix device access to hash offsets located beyond the 2GB device boundary in veritysetup. * Set configured (compile-time) default iteration time for devices created directly through libcryptsetup * Fix PBKDF2 benchmark to not double iteration count for specific corner case. * Verify passphrase in cryptsetup-reencrypt when encrypting a new drive. * OpenSSL backend: fix memory leak if hash context was repeatedly reused. * OpenSSL backend: add support for OpenSSL 1.1.0. * Fix several minor spelling errors. * Properly check maximal buffer size when parsing UUID from /dev/disk/.- Update to version 1.7.2: * Update LUKS documentation format. Clarify fixed sector size and keyslots alignment. * Support activation options for error handling modes in Linux kernel dm-verity module: - -ignore-corruption - dm-verity just logs detected corruption - -restart-on-corruption - dm-verity restarts the kernel if corruption is detected If the options above are not specified, default behavior for dm-verity remains. Default is that I/O operation fails with I/O error if corrupted block is detected. - -ignore-zero-blocks - Instructs dm-verity to not verify blocks that are expected to contain zeroes and always return zeroes directly instead. NOTE that these options could have security or functional impacts, do not use them without assessing the risks! * Fix help text for cipher benchmark specification (mention --cipher option). * Fix off-by-one error in maximum keyfile size. Allow keyfiles up to compiled-in default and not that value minus one. * Support resume of interrupted decryption in cryptsetup-reencrypt utility. To resume decryption, LUKS device UUID (--uuid option) option must be used. * Do not use direct-io for LUKS header with unaligned keyslots. Such headers were used only by the first cryptsetup-luks-1.0.0 release (2005). * Fix device block size detection to properly work on particular file-based containers over underlying devices with 4k sectors. - Update to version 1.7.1: * Code now uses kernel crypto API backend according to new changes introduced in mainline kernel While mainline kernel should contain backward compatible changes, some stable series kernels do not contain fully backported compatibility patches. Without these patches most of cryptsetup operations (like unlocking device) fail. This change in cryptsetup ensures that all operations using kernel crypto API works even on these kernels. * The cryptsetup-reencrypt utility now properly detects removal of underlying link to block device and does not remove ongoing re-encryption log. This allows proper recovery (resume) of reencrypt operation later. NOTE: Never use /dev/disk/by-uuid/ path for reencryption utility, this link disappears once the device metadata is temporarily removed from device. * Cryptsetup now allows special "-" (standard input) keyfile handling even for TCRYPT (TrueCrypt and VeraCrypt compatible) devices. * Cryptsetup now fails if there are more keyfiles specified for non-TCRYPT device. * The luksKillSlot command now does not suppress provided password in batch mode (if password is wrong slot is not destroyed). Note that not providing password in batch mode means that keyslot is destroyed unconditionally.- update to 1.7.0: * The cryptsetup 1.7 release changes defaults for LUKS, there are no API changes. * Default hash function is now SHA256 (used in key derivation function and anti-forensic splitter). * Default iteration time for PBKDF2 is now 2 seconds. * Fix PBKDF2 iteration benchmark for longer key sizes. * Remove experimental warning for reencrypt tool. * Add optional libpasswdqc support for new LUKS passwords. * Update FAQ document.- Fix missing dependency on coreutils for initrd macros (boo#958562) - Call missing initrd macro at postun (boo#958562)- Update to 1.6.8 * If the null cipher (no encryption) is used, allow only empty password for LUKS. (Previously cryptsetup accepted any password in this case.) The null cipher can be used only for testing and it is used temporarily during offline encrypting not yet encrypted device (cryptsetup-reencrypt tool). Accepting only empty password prevents situation when someone adds another LUKS device using the same UUID (UUID of existing LUKS device) with faked header containing null cipher. This could force user to use different LUKS device (with no encryption) without noticing. (IOW it prevents situation when attacker intentionally forces user to boot into different system just by LUKS header manipulation.) Properly configured systems should have an additional integrity protection in place here (LUKS here provides only confidentiality) but it is better to not allow this situation in the first place. (For more info see QubesOS Security Bulletin QSB-019-2015.) * Properly support stdin "-" handling for luksAddKey for both new and old keyfile parameters. * If encrypted device is file-backed (it uses underlying loop device), cryptsetup resize will try to resize underlying loop device as well. (It can be used to grow up file-backed device in one step.) * Cryptsetup now allows to use empty password through stdin pipe. (Intended only for testing in scripts.)- Enable verbose build log.- regenerate the initrd if cryptsetup tool changes (wanted by 90crypt dracut module)- Update to 1.6.7 * Cryptsetup TCRYPT mode now supports VeraCrypt devices (TrueCrypt extension) * Support keyfile-offset and keyfile-size options even for plain volumes. * Support keyfile option for luksAddKey if the master key is specified. * For historic reasons, hashing in the plain mode is not used if keyfile is specified (with exception of --key-file=-). Print a warning if these parameters are ignored. * Support permanent device decryption for cryptsetup-reencrypt. To remove LUKS encryption from a device, you can now use - -decrypt option. * Allow to use --header option in all LUKS commands. The - -header always takes precedence over positional device argument. * Allow luksSuspend without need to specify a detached header. * Detect if O_DIRECT is usable on a device allocation. There are some strange storage stack configurations which wrongly allows to open devices with direct-io but fails on all IO operations later. * Add low-level performance options tuning for dmcrypt (for Linux 4.0 and later). * Get rid of libfipscheck library. (Note that this option was used only for Red Hat and derived distributions.) With recent FIPS changes we do not need to link to this FIPS monster anymore. Also drop some no longer needed FIPS mode checks. * Many fixes and clarifications to man pages. * Prevent compiler to optimize-out zeroing of buffers for on-stack variables. * Fix a crash if non-GNU strerror_r is used./sbin/ldconfig/sbin/ldconfiglamb11 16001785882.0.6-lp151.2.3.12.0.6-lp151.2.3.1libcryptsetup.so.12libcryptsetup.so.12.3.0/usr/lib/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:14036/openSUSE_Leap_15.1_Update/8245005994a8e0e5519df3a35f039318-cryptsetup.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=f024f3b5feb17797958641ff06345a27260eca39, strippedPPRRRRRRRRR RRRR R R RR RRRRRRRRRRR-RZ }HT5{libcryptsetup12-hmacutf-874baaf1e10ceb5c7b815e72926a0807f258f3872dc809953806129eb2ef27e7e?7zXZ !t/z]"k%{- JF|l@,SЌf{ƕoZIu uwKuA=V칧6rQsc#0!j})01 y7 )h3 V)8L3=_(یZra:acңrϳ*o`qA&GIe{rǿ}/iq +}OacCnށ}z^y6 pDmz/NP^]oDMb|ythʒkAh{򼛫i͗8X |9N[`8c@;ib`,*_w]4?җJ^=vόrĹ 'fV\x2y3")2F[M6]V~^jQ.v˹ͶӬm;Y8eŷbuydrnlh7Z^s Jڣ0AXgl|w N|wBU 꿂#ݽ\!d.(&Ip)aRϨce+Z`΄X׽"YiŇM6mʋ?i2x"U'kpEV],6˜dsL39TejN2H̍m=GR5A-A\<\#rѯ%oP(:=83RGk1!Rld 0cp J`,/K}w] Mt|Y 8؍TYVoƉ7ģ5٥!^XRn4 pxoq N*LP|749S_9u_ddȱƂ&p"܄M V߀3`AC6-n[^7$mteNJT oyJ > ʑ?8^e;YJ?Ŀ=yXclZ 7 iDfGn[rnzHMajt/NNg ݒ<]ځ$r+ ?,xCpT lVXOA.L-&;"O K?ND)ԫ,1 xl*݇D噜v jbV۸UjUZ1Qr nczУP0IDDjoY۫ʏ<7`_,$pP2^zZwHޱC5)3넚?+)ts( =p`ZsҤ3#ɠ]^V]Fyٰ$|kNy5@"bUq!brbQ,#o%獛|ϑ6yq}?Hp="!ElJB\_ۈmW y#/JԻݷQ#?tD9qZQ|=g=:Z t]|7Xu_,ftaz㣵bm"SlL`_$[D\9R;e+YRhrP|Qޑxz-qMdQ.}/A'AQ=Hqߢ2[ " b3^iߣ1-w"ѽaa^GR4 z q8W/i<s331Q?L,<\T gC~8FCn% Tl6H"{WĦ? ߻gU 7bAlrtt4^ঞ#~gFB!XzXl?hg4ɂQZμd{LOL6u \\)Q9 :HLNH5(@?pv~egrc]2jWe&Ǜ1 Uc\| 뮜;~@X]JGɚ\*Q8biݡٷHcDEbgoptrIп@o܅C2{lkwлO (&şFxUZttANF*j]DpXa !IRKOQurlƻ=lzh2ЏEpG`B*Lu k ZA4`'ײ1 }"g E5R[3]AMԚ2~NTɾ?o=[g}ZHw WCQ! ::Drv_`_OwnR 9 T=vs >LR67P  %0\f K!c~ _(Ң/ޔbN1k@^+b'1d6T5뫈/Sƒf1]Dem6V 1'hHFcUF^҅ߜ,p-Yǂ%}-˷Y!C!)=>ċLVj 0y+3i?妒86w(}&ɤ= t$,SBяN?B6¢/Z N?sk&!@ɴ_&tדdnˆnlB(BO6ЫnqA^ !h #FAô(][#;j=]BjTELDZYoos6:*If֊W3k^!n|S `*'2:LRAB`F/%x73%EidO8IԖsi>}O;2stVW$Id&MC{54[~/֢%iu2ܕٕH9sQ D+;; &>[}\ŒD6>x=[.WHń0ic44L =RU-tDFShG8hL֘t]pQ͂IJa}~U+؉:U#ǿPe/l%QH܊Pu)|AO7f?*/)߮.ut :+|:=z܋ǟGƌe߉*zlj6#1cS3Z5lI5.\ iBc+oe y}= ΦRuOu3x~Ek( }0w L^lIBb)܌w8u"%mHSBH ?ERUyՙ 7Ee5Kfg Ѿ }~$tM+ABMf`3X.F7XU[\t(j?@S;ǂ/ydxW y ftxf+Յ }Hg.p-xćV!z'[[/uǛ5>Du~^4-o}2KKkeUiyHFiQ$cHcJ:Ƽt6ۣ>O` 9#~bY3ۙC,lp[b9OT(ʉñi c'G@i1W\t K# dT'p3" +ﻣ?3t/kG༅2Gp'&7)I{*Ix\VЌuj  DCDSeCI'YdL1ZfKxEan8atRC)i͌bp'TwE!*"o71LG;ΰJkPܑL@YDT/h)Rml;Gѓ>S T x,`~쑂c ATGlW0bͅQ x|rb1u{ǜ$er%CNgjw|м6#P~W"+[MrowH,hDy#-?_&nH /ww{7ګ0B3U?xṽPj\twy,埾AGME.uP$>eHW (8խ!yeR ý6@;kU"75x4j.ƼiD€i$!mbk\FI2b0.nj1q+ǰ2%ٞ i"%gA9|=5GP 'G=PX..{(%Q[ȥMϤ$q5x/,j&JoT %Ё8O v.CUe;^5MaV\5R&ؑQ8.P#7 cH~IHi 8WB_4UHT 4AdL> wo/ꑭd pr_C h'9yafŨr }!wG *:JF ĂD(%iTtZY\ʽz&dqcN&N4Cԥfmdb2=̿`^Mlޙ4!^ry5> aoy+C3WVJ#dߦa)[t KW͛ 60ߥ3H ڣ~vZ?JP}jbF˿ )&L6ef3tQ%.JI =y] -3gQ=Wxg>eݱ6`/SXub/#M4OKzU.MeN=a$QJ2vxD&qv]c#`{N`j~k$k8L=Kw,D;e]CS]b҆y(W< uB8H6 GBӻ}iKSX8vV_c Mؓ"ȴU uDl8v+ OoߡBv?WYO7G!l۷,)nr)u,wv">m$Vl!ؾA(JoG_Kv}3l~8uU'm )Yg= ђI<%Kf !j~MgB^y!rqdnzD4$h%k gR pJHd 3Z;`aJ7d_5_fWD&v& RI S2uajϹ oe,wt34ٸH8JKkEP|=CIsY\_iHay)pM4 6_n[{C&ܛ\0l'BvŘ ܯ.\ۓjͣe_ʔ_>GI1;,:/$A|/9[Rz`#\o ^_|FC"V?Ht$ޚb`d%9[yP Aum?>_M(+KK2` >TՃX7 9X}ήuotƎ XD>M%X#xyI%~4߱…[%Ԅ2Zk88bj~h̰$ƲCcW B9¤h2fh7?+tjEfC+LbL@)VȩZǙ{EqbbB/ڞV3%q56}勾X?6P@B AN ~,qCYQBMP |䀮j#ņ)"p_Nm=ImyWdF)O q ng2{ 6f8=N({ɖ3jPgg lyJ,=T曁 P8 kf x5 0pGZ~k{)ԑDCJWv,ڭ"̇˭ ӖG3 jhQ3ru @z<}EU_HY[`OAs+*2( Paz9q=bnᤘrDp6YG*';Υ'")o[uS<(^?cah=Oaw1 Wy+w WKd˨kE% q6˳u"$LP#\ Ƕ_W ?HՆDMv&x~3TD:<;B!a .5֜瑁a.n Dt&j4vVjTj,!k qN큙fx'Mnӝؑ!.OCະ$=3%m~.4{rkloQN2|=͉B/W¥F-"Do 3r8Tj31jwSdl+M"@u0~"_mog;=K ~|0&ωC(78f1`oC4LrjOs4Q[/չKI=D<04eprEV\{ eƘXђ5oGs˘ѭ)|L\Jkd_RFs".Wp 6Kj?}x'84 )JAX9jm}B؏j}`J B&{LF7r;%_G c4qC+T3 :$=G8.4cRp"S+Ħ>k?]jp4?WV$<5PΠ|&|Ol&a1`tqzL?\6>9cy}p; :s1rny^* GQ֖C !]YBE67I+#᧼&ŨnUJޑY:~+xnƱB5xx9YTRFKeHCv*W(@W<Љڌ`#}^>\[W2h%R@C6 h:L[9u7S$i$Y.PXy(||]aN$ AwdR2q}72'#Qߙ}gTwc)tPB<8@P|`PA'!-Jd}G55ѓ=O&j]ǛxS [sE(pHCD cG8Tp%!ŲmbܔlwFr얗 -Œ۰jf8T- 2 NÜt`L:.6e ^PMQZ̉^{Y 0SуQ θ 3S?؂ ͻuV9y=]I}>{k1nv%wLƢ|jP l>1+at#y"fFXF_J4nXe~[_V0އI6x;Fx#5{g"<0V;rc9GVoizsPH)|XMU@%̴ְ&T`I8=~ckzN^ž QBРMJ)޻1IMjP}+ZfhM iΰ3|zzc9KۇPUuB"f}9022y} d 6_̒x\ܷ&>W:SOTZ\'#mn]u6Vxr'`";Vc E~-Z=1M"k516 .44lb-.9y?}6[D7yHyT $RЭdXRcɩʒU|.>0ݦ@%/+a@F0씦W8a!0%8W%?H<σϜ-]/37y.na{1-VFgudkwcԮp,Kfi:[6cޗImm u=8  :z ת(P&50=,*L>z8oeA{JUa3LoOK:so$$c4sK22"?iR.zdxC UVaP@<-n]im!"+yxϢ p/@ꤱ"ġBaOqT[STȕ,5X5~!^4nO%9&Ֆ:z%磸jmy_aܩ4TpE%YWUrR7g/ud(,:x5yFܞYS5l>![٠94 \$p趆q7;2A\܇o> nZ'(d7F|ђ<1'f^N Zd:oc P8™,fto-UQAK%.2zo3Av6^;#K^;Ȗd}s㣦nɚW*U^ UBruӃ#R>+ww.ԑn\_?*ml]pY,nOR׋~Qk?i OBwwB.PU\z/pd]I]՟Ljf)Vt,%a;JCtUtЁp|½s?uLV]Nǰ1qZ*s"sӥ{餜^(uTuB;oxs1s¹cg_ҖE|zEr–Ұi҃ӝsе ,|^%ɂ+uOQ.4][/@IE񱙋otdJkY82tӯKȢ0L+j8Y9M;UBj&RA>2!@,e9$]~:y|Vaj?n[~,b[oj/aN͞V&zY#䩤S J&=@_Ɩ܎+K3]] A,U%:ݛw6qvw0 {F9S8!@dP<`I_RS3Z,E)w"Ďᆱ=XkuNՙRAgDun7D'C@Op]Cw'yK]|o ~NK vN( "n!a7@2P`qr 0>n)ajnt2fՅt.ת'`W0qpTfjG:ķB!) q"7/OrNVN;E4@^ Mq`U& E" fVjfb<ܷSz3λ%nMc9MObq&F=]2<adk-TpY.>.p+v!: nFc {28 r?\u0n@?=档(`P`͠ѩvdQC~W9vOJ98$*"#SㄠzdfLagΩ[D2cwkUARϯX7CHмy![hN10f7^9? w.ZJ7[~kEq5p0!FzMYf!v7bo62^,a zAUOjmF0NFC#+!d|Q_dńuU>o6{wm`:ε[Dyrm{a (i 0J9*{lQA5BjrŒӃ3y4j3'RHjnOŞmyᲶޓvbMPDߛ[V94 n5$HߕE^֛95;Q 'alJ<=wDKQg]F3' QK c09V9,Ww .Z) B <񈍷T`cTz-[q;a~eз ߁G3?-'2\nX Oel""n|j>o؀E6 47[vVBh\f2M4K]  f'rU{|),!6$ #6[!2-h l['sgˍĄ">_*k&1Ʃ%=l>"Q* FEih!@ދaT.0I?rxUI68IIW]hhLo_hD[O^sxs:(h@%_+"dX-3S[9M1En mGpƽkrQ?cS#|rdv*؅^rsk^nCb"Y@/եOJ5Up^ޝ]!o#ZEZhp[PU fN7fa2h/N:QCzJE6i*J.HBSI@(+liPw3 1t-|I5 F0Nj^kNޡ =^ Vwleibw^/ Hbb~ S!$x( Gl;{YaΒ_ljD&L8`7"pYzQ 9o}ح El."A{_6.?]#K0ֵ!RF"֩sྩȱonG"|2?@8t> `Q_o߭8 ,nMMs0Z4i~BuX5$,~2 5 ! 0f$-bG:2=gav)CȢwZ"X糩_|e͊z_wa5X)/b9 _fDx|/%?wY_e0irhϝ#: oM+ ij6p3Hz!UHEn"Ci-ݸ4'0؟}_-١ #tU+#\}>4f$MryڰWht ɤJ+~s)È&x'LءO,x{™!Gɐߏ|uL q; ˜)ܛij`d^!{Mo2uPS(B"Df thyأw}Rwt|G*uJaw Al׸dw~hك4gq1v:D?uQus')[^ȕwH<=<>Tɾ7W1.謡~mrp"!Ic1 uU8u싼}޲sMQ~<~D?lI"9yw}5n'=E9Zh-|.@=f kkrtO)UUEIvfѥVlh^J6 jE ވ9bv}_`A)ڜ|n 2N#݉/x-2FZq8Ǐj[?/_ St/P0Ǣ O??ޖhedw RE.dd icދ Ft!k# N2a(/Ƹ2 $crcb18Ic kZ AuGFo2%D 8d{ <^Qȋ$mf|7KI K(3ִKl';r]8G<|(;ۛxI6 `t:@(GGA8uN&2yZoҘկ_ IJ&@+W>3 DLb+ *-ÿaZ'X< WS-FhmRvQt׳%j8R8Dl6;7"rei05./-ӥ(wMTprՍW)L?Mp} ,yf>Xе"\0g RX D×0'ɣ\r'#A UhY} !rUH*l}oU9N6A^Hǝm^ !/YWf•4919SwQ{g@%HVT|) uW[a֥MDf[1: c@dU!hqFNQۥWT,8I$>~8b9ӊn)4^NC^$&6WAkya:/+Z'&UcPݍ&Q~lB,N )UPw|BİY`1c!k˃l…tafKU|ݛ{ζ GbL%3"˔/Ա_slZUnOr9 Iu*^K7Oiyxٴb˙4(K^@% !((֟lVxDumG[6o6ߖl(e^cEn6_wiGLh( <ɴՈƤ |g:F,vm|ػܓ' 2=Gi@|?~݇R!DWz *".U5r^2+ZWd 7v3mGO'V,Mƶ9Y􎚨+"S%+`V^2H$5t;ӽ?%|a[$tv(**eu)Ϝݑ &(Wc~>6x&gZ2NߺSd(kkϐn"L\yO=I $ $%{̌hn;D$WڕSD4yK~To0{et%CyUV~?TTΏ]~N:C3~ui~q^;SL/izr=ZozƷD D`e f1]5fYSeGxTZv~EftYXal}`!%+/ԓ6اո6b3 p ʭԸL|57:5DusLI3|Xiȴ/~3[ZϦh'ajn8 2 NPgګuڊ' ]|ⱝ{"=~*kk "Ѕk_t !}w,:lUb_s3M66PbxzO_7ЫC)=2{ ύ,z׬*l){f؉)cxjZ5oHs:r}qٮ\Ls~xn!z]yg#솹ADC~ρ|9}0lj!4b^;\b-ӳ: _'wg-J}-WCQ{_IT[L0@G4NBc!8߂ 7%%,w5nTmZ_/o4JwLȳa(φh%od塞_2P-FMKA5)X'vw\Ak{gMuGݩIr8v:"M/N<G<("SG@wst`yw"GO}B90r+O7 u( EOLnG,+7&ʜj/7`cޒ)T@k = =)_Ozػ4pF])_4=kWqѫ\V29l j 0ԫoM|RĉQA'Ρ$04V73\X@}G#ByNe \ P#;c? }YW;7˸`6!DȖm>\hvWk4cŐ \KQ50{}OvcbZuU|T@1bQL MyiϿcw7N?F6\9Ӹ>`Px鶇3Pr%ȅgxn3!~1M3{svY^/T= tcMȶ`@ffuvχFc\Z2_)X DE7^gʘYw!-2\.KYʖӵY-tW0<|s:ZG0+}jYZmr@{untڑX=$XA%(.hGquVln=*(&0ӋebJ"yHf2hN JƯV1!Dm#|o#SYop I1v>+ qfo։xø"3]@x qdBi (D!!ep[=ˏi|;@EZ>X[#Y}. aٸ]d6\ڕrE΅7*rT|A-wvMi: ѹO6Fs%#Aݗr/&fy(m=Zh .Cm/u̎^.@A" kL.a/W =^ ?A歫ԂaRD?I$ VA+`NWPɳTP.wE|R>o` gUuZ_)B5rV0v8.s~BYiWtYȉn/ Ba~h=eXM8p+g8I; ELFgŸfj᭏5Ϫ՘vAgz^NDގK 3]W]qVT.߫`A4b+VdFD\n@jư=; B<% Z8vӥ/9!+jfRMi74>Lu_K x%Z%}KQ&05`yb$gP!I.1VМOQ!R ಅm[ a9KR%G ph| 来d~&OVw"~ qr1_NTWL^&QHmSLC_֢{hcOT\![~7UꑢnY= ,{ufEk6%n݄8֝{| :t=϶zN}x&ex~J8 E U9z9[TOW%}RK/4~{FYJMh7?pEq |>ETPK6,9 ǾRY{6(&Ws>RFKCp]6-4E|O30?-t(Ζ8=u%X܇bR7?862S:Xi"+(.=՛O"N=I@VET Rgir?n9="nyKLt $Oɠ)n_I y~8de~(3z<`ǹѱpQV}Nl材9LG!hmv6BE=Pe&eLT @Dh}_/x(ȿM ,[)7#ǝqWd4a‚ⱧXyyCr9ҊaN cMhv ;+5bv{t5$?|w|wKo4EO#s-VoREjAKj7 Cb;g+'߿|.ܣ^I>8?c+Lg|!MMbCE w:j^U%"nʏĒ@u'3OcX/@4iBN)i0قLO&䮹)W-Kxg_H @$OHnfR^ 1 8f"*IwGth.ᛝCބ|`.T}=Futy=\=UyAv( 9.")y|>=[pR4̓Emvˋp+(32s5"q{>Wqk4pGs Vb*(U5㎺(& qAeXG0F{Ȇzz$HRT!?:=Cо^Cce.Tg Ch!! GTGfd@L9Ra ZQe|U)s˵&vQ`ln/͔HFSZiȲ],$4.JP䐫B+)Xx&/ˏ&( ˅~Ĝch։i]^W v _}R\tܰ(Wg\_%|6TZ Ԃ׺o5tw$IS]vƨ2ڈjӬ )KCIn;;-]YsArb_Y@Vʔ=0S.n-;qr@*E>۹f߹( ܊L5(`E^PꪄNԭ캜"Q Zlx7%F[ļȽ BKAf0PrΉ%:'@bz~TZt< AN̠'g|o dF *@/X04)&5e?^r8p.lVyCvx{PkAq3K0b'bkǖ7_͘ȜPŵ㠠{$!/V5]UqCE=7$UH-p-Qhύ)wHpy}+a cURj4Ï#] ZO3"ZeT#(HT rcņ}U%DP4& C˒¹n>m" MrgYCIBxy2a<~M֌]_MOMeׯɪ/!yf^C6 wan&Qy{*Ӳa2:rYX>ݓ-K E+H@ꡖA9I{#@V®W/uM-,Ki7vιPΗljqL|jg& ##T9ƊԓNr^A;+ m!_ ;LB7z0_/eL㦱P+̹?1Ζwcr'>4~r3qY Ĩ7잋 f5aBP5b 0ű%`w5-ԍ}7*7]~-uB+ubЄ=O|;& ~@%({ ,\PURyQ6?ŗ@ >nu*(M?LLA˭ JUU[qg-ŭJǁW] hyН$05;v_֎gʌ1U*H}% ljH%;y4֙/ R2nvj:8K:o2% [)0eC>/[r-CW=z*5CFסjN~, 'اE{\f(*ݐ`:ǥ}6$6?WUhde &Ņg|1B~0jz؂DjFL|8Dr ^Yt=%\U;\-xt$-AXv1)6TȄND[nGSЪyQikl95˂$;&ay6)[q CYjDW"6K6S&AdTxD͏o>ӄS<ݛ~lʬN Y16a9i0F HB 7uO~e[QT>@ iTnKl(~DzmCVN3-4e>8>cM-[z\徼`tYh쎛x+i|IȍvV=?a{O&mܲ:Cw,d*pa3IDSMA#W@uTx21Fy)!"L(;jSİLִhP x}ҹJj>/cĖAⳢ$Z3w1 ]e)ßƢ kppU \g^~P I㫮_mSƞ,ui4i#k"r`Thk}&p+:zKأ`gyA BGf!0 Iw9e'BBoM1Д\Vfb,"!>S昧<45ۋ;Vݬl*Eh+Jynw(6}^+i!QyyZd|wS~dƈ5y-*Hu,&;){j ˗F~h1z!q0|wY%[,e-V TT A+e8 E.nɑ>;P:es_Yke޼ =rl.b0KBd231cTDG6 ݩ|t5_, wxL% C2w+'X\sP q;>$FyHZͭmcuKǘ_JD\yFKC_M[(@=w"X5aQ@|@?R֣:(51S71j-2t'Mj`/Z8df@V:#A)*&e]OY:N+sJK'E|1cVtMWi !?ޖ" :v9:*FXi6#QJi k9 ZAf;]F\*C_I}nѮE[g?&ο0w# 4'}G~ g5:H.wmQXЦ^MRBMY|B+ãt̐VӆSD|+NՀ5VR)=h7>ӕ)*$e Xÿ6ŕ5uZx#Q&.~@ԻScds 7/E5{~Ax&ⓗ#v/`Mgu3_F Ѩ0jƹV"(rٱ"VZWT*lWxڵ(Mnd UiiYWe5TV#iX.orәwwgm T>G ['~Gpr%#Xm3jF-^5F;*\(8Lc't7IL1~Vg'M1C @@eB$6+熝1Ly:ԥ,2$V!gP14'\ɴK $ʶrx} 5vs*0xr}7@+X/\AD< xYiL6arW<lj36{ރXM* =M{#HԺH9_ 3WZщd\?K:KJ%9W6<)kox}G.YNN&^*Z) ER5^)wa~>#o?PŁy c8$ֱE&5J,v-z|niF7mREiO,F8VxI?DuRJS}/҄.p.އ;?(_a)MW^kM"(I?^(v3h{k"Z].=ׅܲU=\߶5/75}?-ZmE"=2Hݯ8`+s+lRL P. iwHe3,M)WK4Nq"uݧ;^ 8SfG,$U<s}PDـIx6Yܼ,zurϜ4ӧif<#;.aqD \C_sjӯ}X4{$ej5[9˼2:VRh d;IĶ{1EMtm\P1fߴ#BH! V9Yh Hrڐ{ڟlaIIwkG G9H 4}{M5F*8 nGJ'8w!8ngKSQ+/4j/\O.D 4aahw_"X}3-B4Rmkh pM UCJ P^wصtF^^.1n%n+ -X`Mc!Mj 8NSW$r.# *hmh}f9,SoʄeTzWN#'}"լߜR#qǺb{u>(w"u]8x aJ&4lt2 }+q{3H#~X+VCe~F$ߠ7hƜQ&*ʒS?*]%͒4\"jyc"/{tF̱gV[Liݻ\LA>2puH^ '8=3qd,7enw(Ak Ǿ9Pb79(ָR"CԐԇ]Q`CٯuhgQ9XuAg֚YM^d9cs#/USL'F4-V.l仭4܌z֨(¨"Mڣ}W'8}cMG-.tuvse=U)zm-BA;bk%X?BfuNW+Sݻs~w-&|UdT,7DIqob.fZg1Y-e4;rymw)3C$%2D"C?^>>m]D .Rkf5x\_c!@oyZ98I_K*7,{E;V)y%[B2[ xYA=c-^ܾW!Ut*DģN1>69 p:y=JG&mf h7h=- ʖZb/ʧ`t1*Z,q3VfjsoEkI=N1x$}p#358C f/#WFgt$2!_&bЋWըkītRWnnc؊7md6gw=مuҿ|cϝm;֕tO?^}AK!({dkNcBI[V{g.7m(jL>f%?%kUS?e̹r!ӖӇϧ?_r´0M"?zTsQ&ְ0t oV/v~.L)y޲⭞!/Il*”R^޻P. b 3 S ;}єS'S5sR:F>l+bbI93.FaPq{]s3G Q|91OK¶jg'xpebYAJ rl$N#"v{)jk.ޣ* ~p:5iMhHK4kr zCeh K?}Z[R9P,I:9L< DVͶ..sv OI@K4{H x dusL/9zfM'Uv1v;Կ'8z? g7Ӓo!Y݌nar+5}D ~A뚨(xU&|V A6uOE`62Ebق$SqjZ9NHFxoid"K[zev ov"}GD18zVa}qOOkH@0J%[ ܩ}3i+񊃇!~Y6^1#0 :CWkx+c5{z T*\r{i7ܑ !3f\|]LsQq/lEH[ B4]r/Ȳ>Dɻ,UIP$S^6DzQruGPXhiVI2'Op- :^#}n}S|:RSi 'Ω3Lly&Vl0`^UcLZf0pcؑ'Օ{A\lbHwtdW-~L @E9`</nJʘ<0Šu;9>;.8Gv'\ CZ1=SIx"xZF& ~!oUg84IҊy=p`Z/ѱaMSA:MChjvhՒ6S[TK(䠫 0+ã};4 D`Q҄x*x0Ֆ2C+)ps7&pq|vlϢ5N33Eǒ#-+YOuT<DWzpׅͯ2Dg>32O5lōn0S|kU5W~IQ#&~5!|]핗nk( Zu]{Q~كM(P 2kQS<^`̓8j-ʕH;Z[& hkQpM0it&T:bKa° ( ܊ij,Ы~qNP-V2:" ׏.G!~oZiif!/ӎPK,a is3e :4`¨9E)>̊L&{ W%E:R0i24_ZB8gG,&z=SKS18p'I9ݒ5ʼnv1i OXU0rFZ>:V&<ЋqOsr׮"ƥx^5u1?.TdX< ' \NɻTe1E.=+gcQƁR3/sߋH]򞅧:V={ V^Sg*TpIؕx+⨄ T YZ