udisks2-2.8.1-150200.3.3.1<>,cp9|=kpF&?|{J {~`̗X.sU o2;~ 9LclE4 |R&5E{% N2'w_9qdk,@9 殔JQL%EhdߔhdG Pݼus lgVg:'LY/4%a:v3j65$Q0^%Ȥ yjAxJڑ;Q(7O#XNLq,[hjItZq JH#2S>In?nd   * />iov  4   X 4 X  =!=&=('W8'` 9' :( =cV>c^?cf@cnFcvGcHcId<XdTYd`\d]d^f<bgchVdhehfhlhuhviL wlxm<ym0znTndnhnnnnnCudisks22.8.1150200.3.3.1Disk ManagerThe Udisks project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.csheep07YSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND LGPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://github.com/storaged-project/udiskslinuxx86_64 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 udisks2.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 clean-mount-point@.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 [ -x /usr/bin/udevadm ] && /usr/bin/udevadm control --reload || : 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 udisks2.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 clean-mount-point@.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 udisks2.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 udisks2.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 clean-mount-point@.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 clean-mount-point@.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in udisks2.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 udisks2.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in clean-mount-point@.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 clean-mount-point@.service ) || : fi fi h$)(Yt W$ zwh>큤A큤A큤A큤Acuccucucucuc ccccucuc[.r[-cxcxcxcxcxcucufd5571a72c642612275951ed6b6e0cf7861f00aa22ce1ac8e9961e6b0d9d9577f2811a8775c8e73840f80d4683acfbf5b13786c21f5ac5b53cf400df7c1c575df69c30f75a832de5d4bb718fc1498c362519eb20d63cd058019a2bc8b38450c1bbf204fb935e0e1b2662b971e7dd5b475038097cb338a8075146d5e611473f23fdf2627e9e37f6440b32f4f7a3b3543013d9c404f1a58a9297670873f5cf6aa14ad23b55fa53f9131a927b18ab4e7bc0d9f61057ffc5842bd95148590f816d802e374187e5c0c5125d7ebbbd3ad63c38d034be3ac5bc8559b8cf813d44ecda084134ac2247a16e8506df772f212dceb0a94e834d79cbcc1e7e5a8ec620354e869217f90d1d0155536399eda13ec94346de1c4463622a3511e069ba8a44c969397b455624343714bb903757ea32c78670ed5b25d8e0015a01b377f0ac4a8ee6552cd441adf6e25493931b8f78250c84e6e5263bc026943c986e9938548bd88ed025567b1366dee4fbe51f3ed347b13f39785af5da9886214bede78844ea6d7a39d3f2a2b9bfe61af4e005ad6ca4fa4dfeca1b659a7738ef41cf27dfe9ab42a24a63e70324cc98fc044600a0d787ef959192401825b1b2c48b9e2285a808200691193fcdcdcc548e611a1c86c74ec505ada3126cf3da6a1dbe93f63892ac82b6aa27eeee7311ed81997bd19d9bf699af2c7ca50e9475b5652d15fbcc8bb9ab53d55fb0901d33d758312deb176f7d511eee7eaa7f8bcc6b25e3270a18863db1c225servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootudisks2-2.8.1-150200.3.3.1.src.rpmconfig(udisks2)udisks2udisks2(x86-64)  @@@@ @@ @@@@@@@@@@@@@@@@@@@@@@@@     /bin/sh/bin/sh/bin/sh/bin/shconfig(udisks2)cryptsetupdbus-1dosfstoolse2fsprogsejectgptfdiskld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libacl.so.1()(64bit)libacl.so.1(ACL_1.0)(64bit)libatasmart-utilslibatasmart.so.4()(64bit)libbd_utils.so.2()(64bit)libblockdevlibblockdev-cryptolibblockdev-fslibblockdev-looplibblockdev-mdraidlibblockdev-partlibblockdev-swaplibblockdev.so.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(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)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libgudev-1.0.so.0()(64bit)libmount.so.1()(64bit)libmount.so.1(MOUNT_2.19)(64bit)libmount.so.1(MOUNT_2.20)(64bit)libmount.so.1(MOUNT_2.24)(64bit)libmount.so.1(MOUNT_2.26)(64bit)libpolkit-agent-1.so.0()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libudisks2-0libudisks2.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdudevutil-linuxxfsprogs2.8.1-150200.3.3.11.4.00.172.192.192.192.192.192.192.192.8.13.0.4-14.6.0-14.0-15.2-12084.14.1cc^9\[[[)Y\XJWVxUb@TT@thomas.blume@suse.comthomas.blume@suse.comthomas.blume@suse.comThomas.Blume@suse.comThomas.Blume@suse.comThomas.Blume@suse.comThomas.Blume@suse.comdimstar@opensuse.orgzaitor@opensuse.orgsor.alexei@meowr.ruzaitor@opensuse.orgsor.alexei@meowr.ruzaitor@opensuse.org- (CVE-2021-3802) VUL-0: fix insecure defaults in user-accessible mount helpers (bsc#1190606) + add 0001-always-use-errors-remount-ro-for-ext-filesystems.patch- VUL0: systemd,udisks2: mounts by label can be exploited (bsc#1098797) + add 0001-Filesystem-ignore-fstab-entry-if-another-device-is-m.patchUpdate to version 2.8.1 (jsc#SLE-10905): + Mostly bugfixes. * Detailed changelog in /usr/share/doc/packages/udisks2/NEWS + removed obsolete patches: 0001-Do-not-try-to-create-file-watchers-for-RAIDs-without.patch 0001-Fix-string-format-vulnerability.patch 0001-Remove-leading-trailing-white-space-in-read_sysfs_at.patch - Changes from version 2.8.0: + Introduce a new VDO module that is built on top of libblockdev-vdo. + General bugfixes. + Support creating LUKS 2 encrypted devices and other LUKS-related enhancements. - Changes from version 2.7.6: + Add: UdisksUtabEntry and read-write lock. + Fix escaping mountpoint for the cleanup service. + Check for all LUKS devices when looking for CryptoBackingDevice. + First implementation of udisksutabmonitor. + Invoke job_complete in the proper context in order to avoid deadlocks. + Generate autocleanup functions for interfaces. + Update documentation. - Changes from version 2.7.5: + Add: - 'no-discard' option to formatting methods. - An assertion method for checking an objects interfaces. + Fix: - Possible NULL pointer dereference in: udiskslinuxdrive.c, udiskslinuxmdraidobject.c and udisksclient.c - Resource leak. - size_str memory leaks in UDisksObjectInfo. - Copy-paste error in apply_configuration_thread_func from udiskslinuxdriveata.c. - "Deadcode" and ignore "check return" warnings in udisksctl.c. + Resolve mountpoint to the real path. + Include exFAT as a possible partition type for ID 0x07. + Always try to read configuration from crypttab in handle_unlock. + Make sure the table_type is consistent in handle_create_partition. + Wait for device to become initialized before probing it. + Use different mode/dmode for shared file systems. - Changes from version 2.7.4: + Add: New function to set label on swap devices. + Fix: - Uninitalized value in "udisks_linux_loop_update"; - Loop device automounting in GNOME. + Run cryptsetup before returning from non-blocking Format. + Use new libblockdev functionality to disable checks during init. + Do not try to create file watchers for RAIDs without redundancy. + Try to use libblockdev to get RAID array size. + Re-add support the legacy BIOS bootable GPT flag. - Changes from version 2.7.3: + Add: - Version info to docstrings of the partition Resize function; - New ResolveDevice function; - New OpenDevice function; - some missing functions to doc/udisks2-sections.txt.in.in. + Fix: - Wrong GSList pointer declaration in "handle_get_block_devices"; - "supports_owners" flag for UDF; - ExFAT partition type; - Bash completion for udisksctl; - Force unmounting; - Building documentation with new gtk-doc. + Process partition resize update before return. + Wait for cleartext device object to disappear on Lock(). + Ignore Asus Zendisk virtual CDROM and ZFS member partitions. + Set corrent part type/id and GUID for UDF formatted partitions. + Use LUKS specific partition ID and GUID. + Make iSCSI Login and Logout wait for DBus objects update. + Disable cleaning using blivet for now. + Start even if a libblockdev plugin fails to load. - Changes from version 2.7.2: + Add: - Filesystem Resize, Check and Repair; - A new "Partitions" property to "PartitionTable" interface; - A function to: . "take ownership" of a filesystem; . List all block devices. - A function to wait for an object to disappear. + Fix: - Detection of drives created using isohybrid images (fdo#1437791); - Setting "SetupByUID" property when adding a new loop device; - How we create UDF file systems. + Wait for: - The bcache object to disappear after BcacheDestroy; - Zram objects to disappear on DestroyDevices(). + Resize method for Partition interface. + Trigger change uevent on disk after adding partitions to it. + Use the assert with multiple tries for Block.Configuration. + Do not wait for partitions to appear after LoopSetup. + Try harder to ignore WD SmartWare virtual CDs. - Changes from version 2.7.1: + Don't always fail on missing LibStorageMgmt support. + Fix: - Broken partition authorization code; - How UDisksClient filters property changes; - The position to wait for a partition to appear at. + Don't use serial as unique ID for drive objects. + udiskslinuxblockbcache.c: Fix uninitialized variable. + udisksiscsiutil.c: Correct strncpy lengths. + udiskslinuxiscsisessionobject.c: Correct precondition check. + lsm_linux_drive.c: Remove std_lsm_vol_data_free error case. + udiskslinuxvolumegroupobject.c: Remove variable shadow lvs_p. + udiskssimplejob.c: Allow NULL for message. + Re-create sysfs watchers for changed mdraid devices. + UDisksClient: Do not try remove changed_blacklist hash table in finalize. + Query methods for available utility binaries. + Clear GError after calling "bd_part_get_part_by_pos". + Use "model_serial" as unique ID for drive objects. + Add "--yes" arg when resizing filesystem with "lvresize". + Do not trigger extra uevents for newly created partitions. + Free the partition spec libblockdev gives us. + Allow the user to specify the partition type. - Changes from version 2.7.0: + udisksdaemonutil.c: Fix GVariant resource leak. + Use libblockdev swap plugin for swapspace. + Use libblockdev FS plugin for mounting and unmounting devices. + Use libblockdev: - For: . Partitioning code; . Wiping newly created partitions; . LUKS operations. - To get LUKS UUID for LUKS open; - As a library not just the plugins; - MDRAID code and wipefs calls in MDRAID code. + Use libblockdev-lvm for: - LV and VG operations; - VolumeGroupCreate() too; - When updating VG on Poll() call. + Fix: - bd_reinit and g_clear_error calls in btrfs, zram and bcache; - Docstring of 'CreateSnapshot' method in '.Filesystem.BTRFS'; - Requires and BuildRequires for libblockdev; - API for BcacheCreate function. + Add: - Libblockdev MDRAID and FS plugins to BuildRequires; - 'options' parameter do zRAM 'Refresh' function; - A function for running threaded jobs synchronously; - A new configure option --enable-available-modules. + Remove unused variables in handle_mdraid_create. + Create Job objects for partitioning related actions. + Change: - btrfs module API to be consistent with udisks core; - bcache properties do CamelCase; - ZRAM 'CreateDevices' function to return newly created; - zRAM properties to CamelCase. + Bcache, btrfs and zRAM modules: Handle invocations in threads. + Do not try to set GError over the top of a previous GError. + zRAM: Extract used CompAlgorithm as a single value. ZRAMs. + Move new partition start if overlaps with extended partition metadata. + Do not start threaded jobs automatically + Require and initialize the libblockdev-lvm plugin + Check that blockdev/lvm.h is available if LVM2 support requested. + Also create thin pools using libblockdev-lvm. + Get VGs with bd_lvm_vgs() run in a thread. + Update information about PVs, LVs and VGs using libblockdev-lvm. + Get rid of the udisks-lvm helper program. + Use: - Info for metadata LV when updating LV which has one; - Systemd-defined macros in the spec file template; - bd_lvm_vgreduce() instead of running 'vgreduce'. + REMOVE-ME: use the CLI-based libblockdev-lvm plugin. + Make sure we have the AX_CHECK_ENABLE_DEBUG macro. + Also check if libblockdev supports bcache. + Require 'udev' not 'systemd-udev'. - Adopt the use of %make_build and %make_install while dropping deprecated use of raw commands, following the best practices. - Pass disable-static to configure as static libs are enabled by default. And enable-bcache, enable-btrfs, enable-lsm, enable-lvm2, enable-lvmcache and enable-zram to enable new available features. - Add blkid, blockdev, libsystemd and mount pkgconfig modules, and libbd_btrfs-devel, libbd_crypto-devel, libbd_fs-devel, libbd_kbd-devel, libbd_loop-devel, libbd_lvm-devel, libbd_mdraid-devel, libbd_part-devel, libbd_swap-devel, libconfig-devel, libstoragemgmt-devel, lvm2-devel BuildRequires as new dependencies. - Add libblockdev, libbd_crypto, libbd_fs, libbd_loop, libbd_mdraid, libbd_part and libbd_swap Requires as new run time requirements. - Add e2fsprogs, xfsprogs, and dosfstools Requires, being the first needed by mkfs.ext3, mkfs.ext3 and e2label. The second, by mkfs.xfs and xfs_admin. And the third, by mkfs.vfat. - Add gio-unix-2.0 and gmodule-2.0 pkgconfig BuildRequires: note that they was already being pulled with pkgconfig(glib-2.0) and used, once they live in the same devel package. - Drop pkgconfig(udev) BuildRequires: no longer needed. - Replace libgudev-1_0-devel and pkgconfig(systemd) BuildRequires by gudev-1.0 and libsystemd, respectively. - Add LGPL-2.0+ to the preamble License tag once the preamble License tag is used for the source RPM and binary RPM packages. - Correct some subpackages LGPL-2.1+ License tags to LGPL-2.0+ as pointed by the COPYING and source files.- strip trailing newline from sysfs raid level information (bsc#1091274) + add 0001-Remove-leading-trailing-white-space-in-read_sysfs_at.patch- CVE-2018-17336: udisks2: format string vulnerability in udisks_log in udiskslogging.c (bsc#1109406) + add 0001-Fix-string-format-vulnerability.patch- fix watcher error for non-redundant raid devices (bsc#1091274) + add 0001-Do-not-try-to-create-file-watchers-for-RAIDs-without.patch- Update to version 2.6.5 (fate#323354) * switch to new maintained codestream at https://github.com/storaged-project/udisks * Detailed changelog in /usr/share/doc/packages/udisks2/NEWS- Update to version 2.1.8: + Allow NTFS mount option "big_writes". + Don't coldplug uninitilized udev devices. + Detect old (non-Pro) MemoryStick cards. + Lock the partition table while creating a new partition. + exfat: Drop umask=0077 default. + udisks2.service: Add KillSignal=SIGINT. + btrfs: Add support for changing label. + Updated translations. - Replace pkgconfig(libsystemd-login) BuildRequires with pkgconfig(libsystemd): the two have been merged since systemd 209. - Drop udisks2-Reread-partition-table-before-wiping.patch: fixed upstream.- Add udisks2-Reread-partition-table-before-wiping.patch: Reread partition table before wiping when creating new partitions (fdo#85477).- Update to 2.1.7: + Allow disabling ACL. + udisksctl: Properly redirect stdout. + Catch bogus UUID changes of MDRAIDs. + Fix udiskctl help for glib 2.45. + udisks2.service.in: Add [Install] section. + Fix translator comments in udisksobjectinfo.c. + integration-test: Explicitly require UDisks 2.0 typelib. + integration-test: Fix wait_timeout/busy error messages. + integration-test: PEP-8 fixes. + integration-test: Fix Polkit.test_removable_fs. + test_polkitd.py: Fix race condition in waiting for test polkitd. + integration-test: Fix race condition in fake CD drive creation. + integration-test: Add timeout to readd_device(). + Add support for read look-ahead ATA settings (fdo#92488). - Add tarball signing. - Change group to System/Daemons.- Update to version 2.1.6: + udev rules: Stop hardcoding sed path. + Fix crash on inaccessible RAID member "state" attribute. + UDF: Drop umask=0077 default. + Install udisksd into a libexecdir. + Fail before formatting if partition contains a partition table. + Fix udisks_daemon_util_file_set_contents() return value handling. + Remove deprecated g_io_scheduler_* calls. + integration-tests: - Settle while waiting for property change. - Don't fail if a SMART test was aborted. - Add a wrapper to write and flush stderr. + Don't ignore isohybrid udf filesystems. + Add support for creating f2fs filesystems. + Decide whether devices are on the same seat by uid, not pid. + UDisksSpawnedJob: Retrieve uid/gid info before forking.- Update to 2.1.5: * configure: stop using tmpl files for docs. * docs: include the annotation glossary. * Drop default [df]mask for VFAT and NTFS. * Drop unused goto label. * Fix crash in udisks_client_finalize(). * Fix format string signedness warnings. * integration-tests: Don't assume ordering in mount-points property. * integration-test: Skip double mount check for NTFS. * integration-test: Stop requiring the build dependencies. * integration-test: Test fstab parsing. * Make UdisksClient.get_size_for_display() units translatable. * Provide fallback for systems without ACL support. * Recognize PARTUUID and PARTLABEL in fstab. * Support mounting in /media for FHS compatibility. * Update translations. - Add recommended /usr/sbin/rcudisks2 service alias. - Remove obsolete definitions.- Update to version 2.1.4: + Add GPT partition types from the Discoverable Partitions Specification. + Remove newly-added "Auto-enabled swap" GTP partition type. + Fine-tune GTP partitions some more. + Send SCSI SYNCHRONIZE CACHE before powering down a drive. + Fix buffer overflow in pick_word_at(). + Add Intel Fast Flash Standby partition GPT type. + Skip password strength checks when changing LUKS passphrase. + Fix build with clang. + Revert "Fix standby timers". + integration-test: - Update for logind. - Fix code formatting. - sync file systems in sync(). - integration-test: Drop sync_workaround, fix property testing. - integration-test: Better failure messages. - integration-test: Fix btrfs test. + Fix display ID for generic FAT. + Update obsolete gnome-common and automake macros. + build: - Use config-aux/ directory. - Enable gcc colors. + Drop obsolete g_type_init(). + Drop obsolete polkit_unix_process_new(). + Fix docs for SmartUpdate(). + Hide Microsoft reserved partition. + Identify JetFlash Transcend drives as thumb drives. + Fix sorting of mount points. + Fix fallback media icons for nonremovable media. + Fix polkit auth string. + Hide DIAGS and IntelRST partitions. + Add a man page for umount.udisks2. + Support building against libsystemd library. + udisks: Change name for Intel SW RAID. + Use internal pm check for smart poll. + Fix standby timers. + Fix TOCTOU race when making directories. + Add missing #include. + Properly initialize all used variables. + udiskslinuxmanager.c: Don't use uninitialized wait_data struct. + Remove useless assignments. + udisks_linux_drive_object_uevent(): Handle null device. + Hide Windows Recovery Environment partitions. + Updated translations./bin/sh/bin/sh/bin/sh/bin/shsheep07 1662376981 2.8.1-150200.3.3.12.8.1-150200.3.3.12.8.1-150200.3.3.1 org.freedesktop.UDisks2.confudisksctlclean-mount-point@.serviceudisks2.servicerules.d80-udisks2.rulesudisks2udisksdrcudisks2umount.udisks2udisksctlorg.freedesktop.UDisks2.serviceudisks2AUTHORSNEWSudisksctl.1.gzudisks2.conf.5.gzudisks.8.gzudisksd.8.gzumount.udisks2.8.gzorg.freedesktop.UDisks2.policyudisks2/etc/dbus-1/system.d//usr/bin//usr/lib/systemd/system//usr/lib/udev//usr/lib/udev/rules.d//usr/lib//usr/lib/udisks2//usr/sbin//usr/share/bash-completion/completions//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/udisks2//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/polkit-1/actions//var/lib/-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:25779/SUSE_SLE-15-SP2_Update/9d21fabed5cedef76d2014d53484dec7-udisks2.SUSE_SLE-15-SP2_Updatedrpmxz5x86_64-suse-linux  XML 1.0 document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3504168f65c9791800a3c45d6cecb18c1ae58ed6, for GNU/Linux 3.2.0, strippedASCII textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cf5bca3d5270f12cca42053484901af797e9bc85, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9b046a93dd271b95ff92d1694d9114d13421fe97, for GNU/Linux 3.2.0, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode text ( RRRR*R+R1R R#R!R,RR/R RR-R(R'R)R&RRRRRR"R$RRRR%R+R R.R1R R#R!R,RR RRR1R R#R!R,RT# Ŧ{Ulibudisks2-0_btrfsudisks2-langutf-89b6fe43b0c667feb3377092131684640c6e15034264ff41bb7169f1481a339d2?p7zXZ !t/oz]"k%UYssN)|x:ÿ^>RCa"#>DG#( Xޑ Ff-@:L/"54};6b;6~nn; -t"QnF}L6YF-1F4xN,83RX??֦z^?k 2'*Qy\z!@X]KP7o CbS PLH.4 $,ʒuPi}4gk4[J3ScFySND΂!|^/64B2=[wu> >,.eNUvLDFc0Ì]l Ky }ܗ9sD^ipeĨMc'8aB}Q 3q`:uyX0rKZbeK Y6 % 觱,cwg(?ZSeyp;/5Ѽ O"!0Hntw`rJ Ž9i[z/vXֿ͸K?xUb`Sl cubrm2a_cS?\@rvW7%߷%>A1ω&z(sĤÁWFO8=A6 :,Y*K?0kGSpH(-cx{wX4CCYEP$,4GBDG2@c6h>vry䣡9'bcAV\pW\"'Gp0PN;Pti3nS=n(WnutaծlT#ȩ E2o}wCU[$Zw(ZIV$˥OXG-W#ӝM$j5 ݕ)-|?"Ew[&7oz7[(:H8;ӹ\* 9UBw &*" ISo:g?ҩwJkCҳ f21"z? %WO~OˣJfbrrbe`ߎhcx70_@alPm-_. a@єzā. {AL5{ޟ X4XY@Ǝp"z|¦".7;I=w}~G+5v3V}qUJ1_}aIqb'K!B  䃷>xz I.`V'Q#2 M3Վ,@؆#ԓ(A> K'yAxaYvA@P$OT 'zt1s#JrB4ױkiS?1 BVG|`9}Y[~7r e¦T ~/t@9fC c[˳zl>2̻0'A"5z[nuE)dV2rT3dVzС}u62L@dI-& :cBLW M,7w _>. f_826P&@#Q:'Hv;YKL<6q8vpfGU>lKJ ^ @nǦr/;"$'wS&u' Z( B3fɾsd'{C1 6?=^ lŽF@Scz$8S❥mSWu&_1tOߦ))vO^;7.wi#Q98Wٝa "xse խdL e ilWUc7) cVC?J%:9Y`4ZZtnhNY0,ڗ~{4sX#MVb(8G_f}-a|.d~r#H+/hg`ؼH "(# - EOe( _`(@Cqj'Zͦ=ۧQ) 7'Oȧ-H*͘翋Ð jAo%ƌdp@tL=/]ZvQ(TC}ad,.ij=NĶ˚w)aܿEBܼprTh $E GH@i1K<޴W͚/b{\na=LЄ$y٪zHSrzq̭{ŹћbKN"A[[U ܐT<&P*h'.oFX舤RQdyКН7N?\m,D4i}: i t[ Nqi0Dqr{7ls m"2YgtǠ"][03- nj1 $:.N)>-ۮE8V!LO,6TCLsMi(? MCp7X#eZ,F'< #c[C'K\Ӛ)p =<?$?;28h_kЎ; Wr;}S X<噵r&r L\9= vedb$w)bOO7)^"XzoT glW#Nwe5R,>!\K3;n "E; _X$d,\(_%H1eʝ;9>A{Ke5*z5_߳F)a1 I}a[bp P-H Fz2Jm(!g!ϤPc CpN4`t5bHa?e+r'-? wUnh/ z-z._Cs\2#.^Os6ZȦA֓52ll+K/!`wS$ FrFU],QoPnG) ]b](|?=l1Y\&uq\J)܋laC;C[IV/vBi_' 16YUzV&\^&-kk*, @_ ӵXe {8ȘISӚRg3̡QpYui,>=,j 1C׼UnڑA;D%[~rրr>4[ݴl- xS]aDwghݩTeTp:v!1^gyy|҄:*6~ 0*G. JI3nP eN_QmҝjfnfW3m/VX:n}6+~ P N~LsT`=du>P_JF x?tfVj\!3x5"uay=E& Ic! #l+_ dj!der!Nax[Sy46T{2p`~y55[ R詰>+0|4+Hb}CFȷhpicү ~sHo*Vdr 7RRov~R.~`dcAFh{ ;϶k;@l

)?}4y\Qexi[nGh!TW2$3 d|@Y#w۬W:Pf6#skv{x8++n7&9٪ꋤ`Ͼᔾ+ڹpJPvuj@Gz#<$1ϺdsuQ(fitY/W6/+ЃsgRwQ0)۳]g-9wƿkoFR[H%} #_}[hh@}eWJLgU;İS}e4Ţ@AFɀEt=Y?A,ɻna YYa6!=,g4Ky?p/[vx<  уTjTس(=DgI;yEͰv?(to9z[BKzS'Ȯ!R t2{Vy6H%~Xl~@ ~ScN?s(blTs4Q.`R7< - ӊa[]tAKW.?1\Y GG b`"UzdE$oN>5Ƥr;/_.Sg,E~/FI*(4Bx!l Utŷ˫J>5$`mLnIZo2J<5yH:sjJYG+"RNioKcJ.H%Hy,;nћ\Ѫ$waj (B`#TfVܸA^ C׹ ^:vuM"B@ĖG-HW\~T&) 6[Cs-Ll'dÉ.]xH.etĄe<ѲWyxFҾEWm^Q8Jt?EhL!nZn ON.*κ,fj!HDή _|=H&QP H2wq} F廎ds4i)xXwvf]<ľ?"/TֱxLyQ.rRٓOٴVoW;S ީz S wlRP M䄃n6!Sd }DcP\*B" 5&wIJV{"cUpcWcA)UE{ 5 \TQ/ǀAb<4Å_Y,{h}zhw5)o{'>N <~m@Ppmxyt#C}>Mˡ}kZ"-6:B Kt| ksBJC0ʍl?`7ye68cEYFoC$Ph4nur"5 TO_y v™ėC8DwӬ~; ڽ~tشF,MG=_3vD0F^(=eMڗk1E],S'ݛD*pN0WR1ձ4r|6 Y[(SUݰ dϤJpg8]=*w~`G-g,M8 ?om|IL#|%&+T:^Sr A5K5$~!}<];-ic> 6D*A߹\˚1~AEᘻ9Xnly2ɣ a0gtL/0ɟSaӒ׾-,S]sN GUe7K~J: T7Ff1zmqf2#ȡʔl KpZShaٲ-HMtx":1s`!t%L<)$٭yd=ɚWE*C;hLxwX|f?wUU).Cu}Age`gt+@U*:iz6 ΁bw1cIWՖ|@=+&qۻk꧑Q1$7%n>v*Z%\.WHI M>a7Knb{KVljr:$TH$(Μ{Vn~vL&O5'RBAS86(Խa'Wh6ފ 5>{ 2z, ѳ{5b5Q˩DL.'OJQRI Su >I_ @ U\`ߡ~1YB;'1w{qx{RNUY6A)^&g}qCP 6wfnj~oOYYF #x8WBwEB IcqPwUDiĦ;@KB|cN BpE3ܚT=5̀ |/kOEt_$Ԭ*-~K-c;t,<!G` m~-R3 YY+}aj' .Ļ~ P7`hƻ&Fu&=fH S *YC'U ~WLgU@3f ģe@Ma>0@•єsf!8nFzV&SIh F]:IIhY)\^BYȵmwu{M.2P i:oYCހ;{E)(ie(w X`dW1ϴ3o?m@)kSR< UF,܋Hang(&G6뺯y=ŭd3D{胦㥇kBum}2gҰZx_e.ف _Lq|hPJ=Qm;˝jr%[v3gKnКt./!qR)'/ߡ[u1C%zEf99ÜX#g4 ~\ܫ O##.E2!.=(_ X‰ӋJY)H}:AS}TXW(aQIŠ1$٢\p@Ikn7Uu'U!\ܻs*CStE]"Z FR8g^&^qF&g>*sP!۩Zڗ ω#E aVYdRB."7{]r(pm>G\ޙ7NPETXj}[5{c_T̊6{=CzZǔbY|Wz>C_cbwLtJhMyͱ#|+vZhW y4&?}wLN:z]U!Nysx,\׬鱏 #~;h$/Lq̵J$GO E%=xY/oôn'nߚpxL+dp1Cz2 7n,)8~nP7m4|F]GyP8&_e=>e X }9qA$PVR0yFRX”=0O+ p`&h, ZR<_;tIn[e:\i\ɮ z!!- fN60epJyDNy=΢c!w%`!C) 0dZwEHޔTYS纽krԂ ZAQ8L1[:EMZ:!}A3KsN! {e/цB0|$ƤC-rhESu'#=ڞINEz,$g`eay%|wы~^q4~^B]MM\0>SⅷH~=Ҡ_^cvcheXs1<8pbzVdg\j's* + 2mL&ſ:Տi}L *ÍnGvr"I,/}5p jmw-Ƥ[r ӯ.zR@HEDXS݋C0f#"P[#tjBF$dP6d_,j$W)Y7̧!CQP*+{Ny#cdq^۠{u`*00 Gid @EPOK3FIDk< \d~gסHeػⅧZ[\ۏT`(X셫3<.$Rs AܕP ط54_X]Wb9[7VORZ߄P9˶mx;.>;']4M6Tb#5"wZ. t D3<? ,TmuIpmEbFPOLٳ]v\h{%c_m:xKx'9fUh;pR=e p]kCA9S%F;dBZV"T,QGF f8Ntq[8[ui;}[kvVb 5?wTI?S񟏇RО~ 69'OԽ}]i$$9H8-Ӽ쟒WhOQ^* ^9_Suw݋D.d 7ޤ?=ީS"7IaxPu!.;7)p(ր v+(_Uאғ9״Ll!mv5&T>ӗlA{5sb= }M|R3M=I%*{O3&3nJ9d;ʔdA"oQtz_3=UtrneJeKi\Y}[8@E/-)B2p~ qyҮn(7;IRШqP|'iDtbxlƯY^V I*(ݽzғ))];;=skucHP-11OAkayan5o6+Xr&\vƸ%N,p?QHASS nw;pXEH N4 kDž $u[m>v)0a5Et&]˷A}lv+Ґ =A:9cGroxcJS`N{ d6\2Uy @8Q6WHi񍢪 Lf Tu,ßIP?(5 zhV {Y4ju<q=0ȓK?OnzI؊u zPy̋BBW-T y x?)3-SmEZo^\N!LPaI~X0ц#zMq$m ^QJ+:yQ(̼,ao|\8;/ó*J&oբ~e잳#>@S^(Aar5fhBV}yu__K3.(KX":;R h O½CUm"Gn{؆uj͢ސXv {Xz; BZ֣pSDzURlC^~`d5I%"^{rKa_vt>@QrOnCp"&kY%/KW,ZMĂW qDEngp$jDEw=%1t.(Q3YL=GQ%dź|)q8f^hg:Ӎ'K!]&):7NM3-gb[0#Yj/,H)um{c?=ŚSg$fY4 nܹ ;iȎQ v1n{S+x5 78 &|y7  /dł y81Om)XMzI 2gaEk棜φp!{O3-Aiّ̓]?`%M>)&!bЉ]yD^|/9HJ&ʭB$ ȉLkR!2sW.X9gvŠ,x*mvv !-*,lп\t6$NVSŤIc ̩xF >[wK y01N .QSiy שGtN`@$a(=ީkqڊLLPDҫ_kTV9 }k+T_('ZtkZճUP aL Hm!䊐A%DVZl+G2*b Og !܊2t~aM MI  /aeMBVԕ,#W[ WvOK,!rJ xmߜYp뫚 mT \TW@ &K#bq˩W0s ԲA}haB{XdyeC}0ovnO\5hZ1VK;T{UyAGS޾{7qo>6f15DD4NM2)vJ*-$x.՜[Bl.₿:կ0xl|a.*> uPe2t}UGj\%D IDw!ث˙|ND!vF}nҴiE!jEj7fͣڠ'dfZ-] q8m'V3MHW,@j :Ϣ}lgKL2󺰃MaN=}e9OЄ8Cq6n'~>YfЃN<` eeX~ sJJ5L& WpWu0I<$q7/|lZw_mPVy'+V(m[]Xc&$:"o4nAu*3FQ\!0@˵Cd rYw\L)S& .gg܂!7:g!4H| Ok_+JX n.Ttțb*3kXLHO47Tjg=}#976" bW@C)Ec]5rH|waZȿY+|H;KjTiByZiheUhbKun $ ,48#sVe*DQ?[T,H pm>!]՝5 M_tS:شۭ5|FVN+ɔlwD5\ˍשRGo>1xh/n0~݋or'Zc{J5+J> PTPn{ P%+hl k߃Th Qsޑs.+P^gm0 Mk$DWSCSEY"d ?ixzbd6r(qwvI4vhe#.S^HmhEr{;Njv+!)]#+ΩO[-᎘mzy:O0AџV/R37 S]}K xfKr0Ь<, |vmO-C}P#ԥuBHh@}o6er"/ЍdE6-ږ.e 'pP3<^}r6rMJ= A'A7-Alt\3Fǁ|sOJq-<ύ]3WpR~]s0ԑ,Yb9G&i8wIjcNlGMOvbvsy@y\-CQ>?P ۪zIf2Z˖CA8fmSA#yޝ K=_ŋn!lT.cw/v'+\OTASNk|jr.6xb>,GkW H_.0gFu*`>XL75fo[ma[ܧЪR4 Un\NzKU|4]",ԖYg|b >MLt7k>kjm 8zZ=pW,ΰ#=KA׎\QfilMbrʵ#ce;;qjQiݴr=~YlC*6rt:P'Ң lzUPޟ5xFWPUH.{*T[0;O֏3GLCB)OYFi:CQ~=ت%*O$z4:x.49BNV2bbvhOxP:ɶ)'wƬ㍉k tJ>8VŜRmD͈h 6(C5xH~ oxjݸjr+@;f_K'Z!`Vm`D\}l?aJ:c/}#B qWABGoX].Ge^0/s.׼ 3 W4r2b4 =dG4@53ϗ^LiǞ{hfPwu(͔ɀv48~9 ȋdJ1˜9P`nA1}9(FFcDޅZV;tH)mKX4-:tEζz/+t@!Rd2{s34+ 41b2~ąH Kl:b@16QDClhe 5C+J7>lMsm V=?m|6O8=w@6f*<frNeGzKFq(jfqK10@81@ 344%BO(nkio4 TdG$wX4]kS@X+FZt8^=NLqnL%o mk #m{u֎Ǫ;+jTJCvjKڋuQ)4zuUԋuț7OzIli}K\oA :j+Iy5|`G^{~E (_*>8i:f6Y_T>p~3k-pg V|hi)̘x`Wl2!9}r3G_٤D^nب;nnp[&78CH^k(oglWCF&ae, {ߜzn>9Lb|bpqjitE ot"FçKi62؞. I ͚ 7CK8`}[s@U+d{ُd/$VeUwr@ tTZއPw[F&n"ѵ WKќr5* cs|I̯w|Hq n’~n!tŅ$} oQaIPONqzg^A/SL04iP#LU_ij`\bWej hl}.g:Ɖ7yQ L]:suh`7W2  9s4h*`E4{vFH1g "dAW.FcXpſQA[wTa˱U؎Q5| {Fj#]*F@ti <]:+QzFL$/ɠ[JAtAkU S cW1T*$0qsA 1ZHF{zaz5^i:'@.DO@Pcѯ('PQ[i/^,e߬%/0N_+24p5Im ayFެEN /?Jʥ/|-g*"0e:jsu7wdS_{umŭyl$߲MqϋU~KZʢz[~˴\)WX~ bOe yxbTKp.G&Εg*`n\}rP]s-b :iVlR >iS/3"  ]1oSzsTLkp]=$5c&@LKb#^OSHъU#ҁt2 @F>E@Pg>r'Z,p?i a)r3@fU+}$S1fj$PB 6/)(;X-oَq8S~P<^UtӳSzY;6Ft= WU\hRw0΀EjMm%Y uKH;jx׽KczK:w%UǍ{tn;R;ǪyřMTVbfZdj#)/2iH[FCu"P6= Ix笄VtiBz-Gmel1QG(niQI5>I.~<3 IK芅b`fh0`!gA/xXzݔp#uGBZg 4Y1O$~V'/Gn2jHnl.U߻fWD("`cDh %Y37Q9!w8;\$fB3ܮK3ʌtX, ~ƦMq-?z{X%&=rӧс%r^?}_+q3\ޑ@ GLl-z>fOx4 /oKXA1[谷zIL)CɓW~Jy93gF2tT(7ͯ-"^sYk2L`[vf=mLHmu#`@MtymBLt|6U&>dI+ 5dqIX(2:51cKLw>ΥՓU \2KHkYZ_3P-1k)^2ƏZ*gA~&b&;rȺ}D-`gG(MuP $2ZJ3`w`cqIkrJ@1g,HjٹB9N񧀷T+~ :JՇК׍ʡZ}$RGF[ A7_"3u'):c;08R.htv n$uTVtZ~.[õճه =a fT!d%ˍ!;`"[d[t&c.:AEF4/vq0kn#N~Ej&|49G|B. z7b$t٠kooA' lfN@m%|;WzgQSuZ>q?38O\3v4omihQQ EHm+RBZ u`Bh%u[OaXO[?-Ռ I#ܵL P3Za$!D *n\6'stNz@E=: Fv?:4e{](8qb>_~Urtz5~+oUc u8sڰhˡU R\` 'dvo1rzA'Nqhg(lW>}v%[\!|̪iXc٤yZLS@}m,|ܩpWMX94b3qYbLD,nw@H@ui'4묋铂Gʊ7ACsf_M KcT$GJ]h[+7h~+: D1ŋ Ug2Ȉ!ɛlC g=]pFEVTlJgǦV,Yz=EUbYB) 3W3ېg]{إ"DAIw`@aEcF@IX +ƑFIn\kk4yxlv0'bᴌU:P_K. Ĝ|Cm%V~)%hem'12tަ X!0  Q+Y =Հ.h/mF)oo~[+KS[GLa=bW^@q.jz0¤Sƒj@-ԏrRU)Q-kVsjA7[?3ӺEyJ(JCӴ 5 զ 0SZd&JVejj`iYQc.2?'WG8 +PAtq.x\JV)Fzܟ۔yuD-(껙|]A(_< ^1t1 0$i |l\{pospi1 ݤyDH>S~m_|㓚ۘ\oO ;xoG%w xV92ޗxbPmVN"3|g`K']6an2pK;e"8.VaЎAAaj{.=3!.~vXMhFp4 )|mu\+mY04|)tHmqA(̊dH]E=VA%%I<ˬ:@$Au9"3$7s[-:IO뇗%V L17^:rY8ӴY5sHoW5.zYD Vs8v;PIci¡h)!ix{Όv5cz vKSz ,@::향ʎ 71/Ud 3n3̧/i,Yo+Z0ۂ=$u>m'jX}/VW6' /@;?(ehpO[ɪyrHι[dL1T}މ+5ZQ7_gUk?3fʵ# k_cs[eꢓǟGYqIMĬRw }lK >]!RQs8KDgދ#$y"Wg#s`L}_ѾۇmgfV_y:w k_RNQ0=ȫF0{,CwCj{ǿ8{ck=qo/nh&x8w/F7ʉzخLA6+y_YR)ef[Z*ARD>z*طRf3 -jc>75PF7Z>9H OHJ3^7Vx֚*ssUOMo=!W6Kj@yXP +BtFC:dQ. K{6BO>;;je,VŒN:()R@]0#z},9/纔X&Kwf71 X 8O`|c S.b 3δ=NV^9uD|xӖ^O,+S,A6a^%UOj[DQ̋ t[%3FPIX[6]9~rK{1* w\Sq^NGӒ5dc5YrBIS@#G`.ETY6c.+64zjAE_ҳhŸN-jmF~S;XLnxgomKA`6*oA4J#WQ0;wCRhI=d0t"mդ]I%W93k-0'cs(iR:0i-'5(%^84kz7(p.z NNi=YNYjU Pumv^K ![k i"{W L.HQYj' IQȨslcܢAjʿt\-3]MH?DRahjΓ yi0wXph&%c;t2^Av^żXso[_qnH*ﲏNee즖 \y0]s?&up*L,yGI&`f}p b9z!Phl8ҚGam6ưF*_ M4ER!:{` )egfEާͱۅ,.S]amp37{ggAnln}V/¿`e 5v=7肪EZ`Ƚ7|0k6~\t&L?ubS2 ЋZ!>Y0t*c8~yk l%gr-9TC E^J8V7gԳV,C5Bcwô+=:L5+y? !$vg@V5V-tS՞ LLF5Ye +tB9ʙ%JP:4ըw^&u\$UC@l+,4yՐSYWS㊇>Jx<E%( Y-J5YkGNDf}!?by^zz  rq6ռ`QN Ym8;^p~hC,ni(j%+fn2`+KP>nXiqФ &+kN1tNeK7Op1<0ԐF}eλ–g꧊Sos 8VݏPa~R /‹TB FmYԞ[McD zM[>@9hZ䜈Uy]Yeq?6?-$PV2h%Tos Lɞ秅3y?qhX9\h=!I_[;tjhD0Q]T$/Oo!o;!kJF \]j(6ALWz]g!Wqf=Dav(|3A9 -KcL>kVGxCȸS{`!7i&Di.z< |DGmc i{[;7|-X{\$ڸl'kM|=%:3ь`xt̂q"m30Y-,Z*]6,u-Zz.<q!3%#a}z~,BdK(._Ϙ0/}a,v @\m1uST7eo\ Jc[3X)`!ďPӟ+(7Xz3^+kՐ'g7+l8c]ctԨNa#*Ig=|+I`OʢM)IF3U tGX1&I1BTY4[0op ~ ,-5&J턍BT#g'ͪjf.XZzNI?1@;*lea ]q, qvm0 w86_!=KTVTu({i3RKluUi9u5*_.v{S$hC.byF"#yM`2xƬ=y4]-۠=1<9f UT0=C闂ok4žw PwFbuϩGnR`UPޜȣV~wiv$xSv/cuDz&i'ѽD$Td:trߖ~. ɗ>\x>ȹbٞ;9X;oV+ HL`qC""6э,tl*|z\ոsr!>/=$0!( qg ڳ_zx\McŻAPn-wÂM,Z9ʻq6`jJCK.n4N,AB(0zM^]5F3eB|%o~XӨGfه$-@=CKpV&-Tݿ1e4}r6Eg޹ꝳC])O=@""F4z&]/>Ӈ MQlV o;ͷ ?.СYd'#pnJ5w3+:>\*Y*UE{ Äu)qop]َp_{] "5. Whr"sݠ\5jBI>_PHU#)<j(Eꖌo;H@;EL;JmAy?hp-]ȣcj֌UE3;ܬg}gcu񞜝JR1`r! Tnpj'O*2K&YXlڪIw ]6x+Y`{Pou}24+h mR1pЫXfqCIue'&qyOcc a5pUNրeQ,Z3X6JQ@<%tǦx㋅2^ΰ Ƀ$ݣl,4%Z͌=4ʤc/[apℐQIenǽ4q< w՟=|T n$}]nd٫M]GA'qXfS"2A[bezų"Dط,ʹ_P$Нiz%vD{$Ƚկ'BԆ Q 25A.Xm4}t {,? Fjw.UdMg߽OxX΁%Nair-sq[%=BjsO2M7Fg*8~9{ ujs&E1k1AN]C,,L0!< zpyEf2܅FkÑ}G|a$a H~E䥿0qG`y<a#07H6u*}dΎxoTS.%%1)ԯ ڐ7 \ u+F"Hs<1?{<)܂VԄ5ǷwrGĘ%nZ֊DB?nT֌IsPx NBU[Y7ʘ[~yQf.] }@uZi R=It324|x9vҦNfZX,y -Eӱ s6r{ohm7sJ ]G߉MZpC.Ƨ r;x6݊U$LXhMaպWYq<掏W Awf0wS\bHaֺ~E98~R{W.Ҿɜ^H|,>7e5-YWB^ Ēt`Mpzkk]@ثɞ e=  řJbήk*r2[H82k7/-;(&c@vJ[#%-o"W~2O'w$f!nfc,ִE3O4[ԙs6&?ăvIC<,'C֮%VZgtsetJ$ў#/x 0d+zFKj.+ m%c&7>6֜@!fc9myint@ďF/=Do@rG&.5l[*SlXc1`>h@ a0>sx"Mt6lq6j;Zdbw>SX0,ڢ 3xP.sRXMbGe'-Hb auD>]Hﲊ#{[8n¿uaѤ*/8wMJ/O[@Zb>YI٣P8 /F!S\Sw8 6w SI\x7,vQfllPyS0zܫl^.h .*s8'EFk@М[H~<(JLd\_qPF#C,GxFM[Ce?^<eX3* &JG>0ue"gc<{=sD+\[bo?g˛Bޣ: ;d< |AIxO@Fͽ =@y ))b׊uyB+*}qݶVͬmI&]b2ۥkhV##kqҴ v=p\uK&$uSy勉; |N UWqWn7sn&$~U}q2X.m7diZRH J!V(Ԫ8mr,(fmR|_WҎ{3*WX_~?Q>UqPVV |}c+eҽiS$~3M*Ė $NF{%{謶Mq0+{tۧ/+)ߡh_~.ۀhBJhEe.:Τfqm@;xs&"EJL?mջUBE=$73$ Nt]~u'0AY=>z;q3F!E:BuA0󪑰"T+ѵ?ZJDz8$!9>-sXdBc%9 enR6@vz]yDeʌ؛a3uv{%1@=8MhB9 H=!is {ן׻,ur௼ñӇR+w68 V7gzFkg H+I¨/D!%MAJ6 *[3 .&#b&d3ZuZ6 `u6*k[&`#_٦uz= Ń!Dluey^ NMM61}QACWoy\i@`1 jfLY1 X 8̚8Poviٯxk5YLOd`#|ൻӠop 6^82] -(@xmȨ1jם)gK:(h,=ygby_}(9S1= B6h FoW Wo %G$1\DܓX?qZÑ* iSSƎO2rk Q8 f#혚=5^qC Wp d0z8a![[nfjM<}AB-v)R/;Ht׹K[