udisks2-2.8.1-150200.3.3.1<>,8cyp9|n#JT.)gkiXN1; ^ͳ sAjUQ nB hfL@ @{aZy؆`ROt4&9809:|Iɉ ")ςZ[FӚDH!c/NjpJ! $gۍ-qpk=9iI"e!U|2#mJkt`07BxXw< g\>In?nd   * 3Bmsy  4   X 4 X  =!=&=('A8'H 9'| :( =c>>cF?cN@cVFc^GctHcId$Xd<YdH\d]d^f$bgch>dhehfhlhuhvi4 wlxmym`0zn n0n4nTnXn`nfnCudisks22.8.1150200.3.3.1Disk ManagerThe Udisks project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.cys390zp355!SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND LGPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://github.com/storaged-project/udiskslinuxs390x 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 $@(Yt W$ zwh>큤A큤A큤A큤Accuccccctcucucucccu[.r[-cccccccfd5571a72c642612275951ed6b6e0cf7861f00aa22ce1ac8e9961e6b0d9d9577cfc0aee33483c07293175149b299ea2bec5c596f11615d8c4e813cbb7de5c3aff69c30f75a832de5d4bb718fc1498c362519eb20d63cd058019a2bc8b38450c1bbf204fb935e0e1b2662b971e7dd5b475038097cb338a8075146d5e611473f23fdf2627e9e37f6440b32f4f7a3b3543013d9c404f1a58a9297670873f5cf6aa1de3bbf899d29de8e1bad30777ee68ce949a038df3253319d8bfbdbe887719884f6df23782eb3586ca6bcf13030e6e1094546abccf56a15b05d5947c34029ec164134ac2247a16e8506df772f212dceb0a94e834d79cbcc1e7e5a8ec620354e869217f90d1d0155536399eda13ec94346de1c4463622a3511e069ba8a44c969397b455624343714bb903757ea32c78670ed5b25d8e0015a01b377f0ac4a8ee6552cd441adf6e25493931b8f78250c84e6e5263bc026943c986e9938548bd88ed025567b1366dee4fbe51f3ed347b13f39785af5da9886214bede78844ea6d7a39d3f2a2b9bfe61af4e005ad6ca4fa4dfeca1b659a7738ef41cf27dfe9ab42a24a63e70324cc98fc044600a0d787ef959192401825b1b2c48b9e2285a808200691193fcdcdcc548e611a1c86c74ec505ada3126cf3da6a1dbe93f63892ac82b6aa27eeee7311ed81997bd19d9bf699af2c7ca50e9475b5652d15fbcc8bb9ab53d55fb0901d33d758312deb176f7d511eee7eaa7f8bcc6b25e3270a18863db1c225servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootudisks2-2.8.1-150200.3.3.1.src.rpmconfig(udisks2)udisks2udisks2(s390-64)  @@@@ @@ @@@@@@@@@@@@@@@@@@@@@@@@     /bin/sh/bin/sh/bin/sh/bin/shconfig(udisks2)cryptsetupdbus-1dosfstoolse2fsprogsejectgptfdiskld64.so.1()(64bit)ld64.so.1(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)(64bit)libc.so.6(GLIBC_2.2.4)(64bit)libc.so.6(GLIBC_2.3)(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)(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/shs390zp35 1662377081 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_Updatedrpmxz5s390x-suse-linux  XML 1.0 document, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=41fc4c62c99b4860ad15584a18607a8145c37576, for GNU/Linux 3.2.0, strippedASCII textdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1029072d89354037aec91959b71111a211933413, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c89c7dc433962634446c9f3c1665fe243639ef94, 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-RRRRRR(R'R)R&R"R$RRRR%R+R R.R1R R#R!R,RR RRR1R R#R!R,R _70 >$libudisks2-0_btrfsudisks2-langutf-871271e1d1ae2873f2eb7e357e1a96fbd2d6b81bf6333c292663b686c018bea21?p7zXZ !t/{]"k%UYssN)|x:ÿ^>RܢiGa fPFR3QZy3+QMNfQ82 㗞/vϱi$yQhۯ GYT9M(nNWVCrWV棦cd:mBᣇ+ XS :Ȉ{ꢸJ7 dlx_@6Mz0tR/ b6OT~JYnZ'%gJFjnKs5Ig5[r/wGF:RM*%vڠU@ma\ѠZPYb 4==4'yzǡuK?䂅&B QKy5h8E=4qjb/Ĩ^v$pF{ݟ =]mG_6Rʎ ,Q9 Jx3@]c s-='IԵn_i`; 7f\cp$0It:Jv+d Y¡(oeh`R5x^;N5RzI! OŅN=ȩH8 C>)t7`7ShC rbN$k{ .z ukRU4ڸ;W*_U2 vG)4-X}̇ Udf!Iųu}i.[/ԯ)Kd~cLZƪNgWx?goNɡ\QCOk%=:KXoP^?aQ[/b0銯uRlлdHRgYQuB"VOSjgʪ!6LpXRgh`5[^/(MxrIA H F 㯒&!M}oKޘQ{r5i6&&x) ʞ!CK͡WHr -'A_X;`%>|;pqPr!_/}stR "n3OlWfw4@_gdȧ mLwP)90 cH5x76i,W;"e)fu<Snug |Cg|]:C }gBtLzPrED 9;5a%}K#=^-oϹrv#դy Q@e\nN'qQ^g*9Ksfh~nv+{CWE}XɒÝ`0Q]& sxW%yωy.XyԿYVL+pnkZtt( ?.FF3uFHV3a@YqɈ"Z[GGS;:aׂS_XW-f#>cDNgtpcXEclҐy #ʏSeS>mଘ{vudayc#M#щyZoNL[ "ZX ˅7+ bjX(HuS &qʫOif:tfl+/ug ./l=OcrD3{-/ό[LQR&Z|xudn4Y(#]\{NAeۤ6 J';BULJ C3 `M )E}#w7^6?oFta]6 LV?K'vЃ4·S*j4s}y#`p@i{[Wڙu:Se$M҉f -؎gR3Akj_ʄ~눿ŀ/ 46ȊH"ZboG%]\dZ>X|xl>L *L}߁V #w<ō?1vbkCz>{Z/9j !%V'$?||w7V"" G>TD%tK% )dwg,{ ^6D́Hpf<_O[nqYlׂ?~k"jz@!q >@?IoSD~g ]D?ŵK,?MW`ӡvoƍnmF"z0Ϋ505J7w}_="Kwno1lYԛnpC Cj7(s.(upN{3`^< +!J@Dcc#<ϕ,r4!hA>;oS@"ØmZtɸly1uk<^3R*-(Zlҳ)lՇЙQNig :;(1H?dnP:$@Bq7`q2& )$^ss̹9&<>nWܛF_?umxMɂ[ޗ S~8Fc pɉRc3• RW99Bt}}^iKss!VlL??e4 ѲZl/<*(r Ш1;]#!v8L(}quyV;W_Y ̼zGǧ2Gree(e"κG0F ΖNmƞ{E\GɿH fM0x؇IWXE4.4BPņaJ] $`_pybY]8 )1nz܀;I:js,U/Uwө=zBtԚB`!3MBq @~M(/&WV@^Z=!Wᓷw 9ci\f3Twd"ױW<\쵙NҤbG| Ehm8aKRoKǜwd53HI?ivrzwK ^)µ?6zR~Mc) ]e(6z#_5rUr=IX}",Wh99G?v)'h ġqE8rv{a -&D ւGWk]ʈ8Jl=&/(YUBЂ@4 j\1OߡaªM$*`4tթvi*xW_4Oy`g."J/)á*ad fS99RW=vI}6J-Ϯ+'\u1EחYvQ_U&N|Bi{H:.8 ֟:k,Dh޴25FːgP6i6z-|eZ.t]=49*"o${IYڙz,E_mG/o%α^abɦ4$6lSNl Z\hOSK̾V|{;ąk)ukJ~ryB{Õioa53orہk;rEc`+>?y!; b>Y JwM;՟-(s.6Wj8h8%|'B 6j}fi\$ aX6 &՛5~u>?].s7j$9 cW_<ny3pO/a<5]{ZN7M l:xuI1d~)o'T0yЫ3^Ycͷ Nu TWO*7%z ε% u-<:zxG}aQdl yRyЩC92k0٭MᠥolKp|QdoҦKFm6O!e2rDM7j.xj@ Su,(姶 bM5{Z/ %=$&Q-%6kʵ@l7 U_XNJ<Wh3#X~!X$I$29aT㱒նC$xG+.)nJKcQ |p&F ֓0skM gUR> ~<[T %;ΣӅYkFxBabm.m/81iBNA]-:),Itۗ#ckvTdbNӮJ v^s5< ȳ%G ^|1N:xH-lo_5r:&Ӹ*?YQ9[Ư_ڬ)OS},!Bmv>'!ƛ1M&?̕r;}*c qNrR'ι @8mO{,c6 ZY{++H)@F15Hq,Mȡ`B@PUPZZ/JxӒHEd65X XbIV`£}p?p8)wVmң 6f$ r] ,fE4Ugv^T .f JW}$fy \;GI ]{~= UB#[W.).;o3Abfc%3_/a 2(~j\Z>4|\18(/ (kSZH*{oDdځ̡GWg!@moI ;Iڥ!,:o:~s!k~A>3xRd*e]T`3?҆ŢiCa2< N|v`ij3?è ؤ츼Xj\"DM_ޚ kuY@J 3r |^a]sMM<;B]<\W8IJZGCHX0U*k 37ǃB::ܦB1PAe$1Z/QXwSC )rM `:{~_wԜk%\xE"iLtgƇ(q;'kB?6y>ZP݇/ڧMbˆw(RjwVCEz~XK~moM>0P/e4W0cG֧Vyt#gXFPX kj"3ɚS n8&l_ī F;% zEEVID='x w,QV?Zۃ=,GW?x Hz=3CV u-k\fҟ~E yjEI06FU/آEs\_PӲX3Ynwp{Jƴ>i]qżgPKT&{MȬFh"tԑ8'qGhRv^kJu'X(ky ;X<3j|4ֽ5~#/kKK&~,D!נ%,*o_: ݂N"Z}4j|=*:F4N%Qٯ_ݔ;XI7#%wQpv S}id.t]”*iH $prR{A ;6ʵxރ y7#~GkpƜ bώ#"F̅|la5vyлgI#JN"C03=t [OtC''0~uέ!1EQ TZ%#1v#AD<<- 4JjZM9DbD,5W;Kn(a|2ztCl2yvs.rS34:5H%uǻԼ\Ř熞6AUAmσwaTf$DP0߱o4xN+Q;S铂h0"riKq)F!hTw]g3iR{E}pbauigp5Jj E&OdI'$D1qVN0kd4Kj!{Ct : KϹ/UeS`>`o{ޝYʗ=JӆnмNK^0ZYlWGmKb/R_̇_ Hj E<4~q8ؑbmXwaua}$aiB \VCxGId# q ?jͱ82$*OktD'n p:gzH˰`ƸWöwm#YQ_|܍c91;#v dzۊ6F.:PmtՔX48.~.S:µnn-2>'?[<~?WAOuVsЕ{]{HYldbI_[r;5DR-םK*ߨ\~$漏]8%xgPH}Bd4%;>np±$fhmS?< ?8'HS+t[IЫ/VYԖɟ|( Nn~Q,[ L.hI==s)/1~\^H <0AI^n4 1l,f2&V];\ K\p\-DDIUgCR@8$|ӸDG{+ŭQ~'WlPaGe#Iy&+e7/L YA ->˵1N1M%0"',/yZ@E01gvz3KˏG4`v}DZ= Coi-x9dx66e)v=ϙv`Wѥ(|)Dƞ[;N2k$E(RZP-=#ƓW,!e_YD[>ům;~GM(#yMWks) ̞NaK[*?~ ko(#Τݩ_]L8XuWϲeJi"k8NltǛS [>+(8%nP7Wcqުqv@A_!aE'a,è3ɩ坛͡|O4/gFq6i|vqWizurN4?/u4rqØT'INZҤ*l2PLd_Vtj79 ky_{~0*.vC )+>,>GZ>9ʛf,ج0]xrZ8򇼃0QmJY9xx Fcκ>hEfn!~KF`*wKg ]Ͱm0FR sMY.^D1[m7*O@R:![joɍ,:H_/Xu&N3W*!;"i A+ňV&!$_=Arg#5%"xT6k.li+-[d* ) dBnK+\ ) 6Oo-.U4qhq⧧}b["{5F)9ax_cG $#m((f48_^ravx@-qI*8($a<+a.c(!Xb6v0&qh6gAb:Xh ys2IK4r+N;o@L`8>L[$ɟ|Z&WN aJm1`@ܞ0M_~7ϸqBfsMQI d@Ht#¾^3#b~eKX߉.A)>¤AAY:{#^|`d߅҇My1-I:J$ 5Nzu#w ~sVyJ>z<&XUm<ñ^"gHpUAx916,7+Vi qnT$)Q^j=kʄ裸ҩ}DG1册5d-<$GL!DDe?yN* /4D^2 gw괰U]բ>"l3mv3Z?)s|6B^ͿCݝmo^G/23ǙԹr1{_F[p:ڶFX7oMW%B? {GbmAm G 9wGT11Hy6#Ł~4I}@ A7zַDChZo=*R1M#*^PYHږ*?6-3T!#nI-Eive"䂍U|So4p& 40zc=>0|@>"jp6/L(koF_]}Qv gס5aejd zӹ7W:椈\1\6/Nb+ RB/27/jבZ wܔOn߯*N zf(Ѕ*$*K,M-o_0T:QJnd~)NG,^Pz.Yah ʋf5B㺭&@(1D+*%J*Te38~'P;F[Sy7πhKU/w*6]/bc}ÐXgKT[k5=5CChhgɃC0K,8>N lu8f$"Euif%ЃV~صs06wWP秠Z߹3{w r3:'vԏ>mz' @ CTGDFݢ<6p7wV[ Y0<E72d|vyЦ2_jpt@TUXʘ+h>5Ec$P Op ZwBD$_  ~l"ad@c֣1,.̲DޯK-@PC4/[RfJ"6Uf[`rb~F[ l5,ߌDMv˫Xf=,Ĉ*V˴6_k7r x4^+dB|ʰdփU]R]҂7_=~e?F i6nJ':^LE= pYjU\3;T[y^jZ.0^hف%85P(0h},'^䳾Zqv+6'˦ja11Ma6&ML b5?[E,1nܽ@8\TM]QdbRFzo9S {3nJY:M9P? vϿp+M$cukZwʍw4H *";kd>Sî1{12쯝Ͽ@nՒoCpB `eP'qGҠ#_%0c{߈Rsϰӭ:'˹}Jґdz[⼃1)p.` S32fz'fɵzEEb>ZogiVT=3L{>RÆ_\EHsӻkg}`fKbpLWoNN;i\U/y)2 ip5eNbb" yl5Ph 8&]\Zɻ͔ Vm+c.zw Cāer\iOGe4Ͷh@!6,w7(i672?S?yA+(iFk86+FKp{NQJiKVO ̱{Nlky֣K&|>SyAN]Qbii `ɥGg-YOA]ڌ9SOBp!WpکkN0%dROv xY0}=I I0TE:'&JJ`_2v"̉/5KTPT; #~ (ΔYY\mQ܉&Vwfsp]^nrJD VJzWv$rH#.ƆN[{* SnIzVe]$]bwco2&L>5Ů+ƅ\ #<:5EaF =c kkX` 6l /$w Je! 2RvC咻2KYdI}r6Hވ^\"g8 IHuw1F_vf(!6:be?T{_*Vk88Ԉ Y}[Í'&Kv{^I\)ۑ[EW@g2x>|V)f* ي=/مq e*W5cs}znbG rZ:t}Xtt7A^f@PBOLdy\\IjJx*싂_a"£8e"k^Z :T>x%&x'`qiiYFB+1n'G sLv_[5"1C,9.T3'TQa p @α[Z3KGU *>}9m+)n}ZoiDu~C5I?J.]2CGs&Ϡɠ9_(޼.cd.6pA xk{v*pnˆ7 3/JM'l4}U31׺PYJtS6O AxZw̭EaULY- wqeEm9PӏR"geGE:H'%$)&atgv}rd'zR7%ʐ3$o !F_)f?Hsk^gS N! g:zrT; XHsY92mBb@IϹa7oaCj[#1=LD'9C֝=&vf"Yi-W.c1DW@m#i @RjWIg\e㥁/.b=`[p!d!N.1)B.[dP 6TK7ϡqS:՗mԮUQ9O!xR#; _꺦oyKw INEѩeKW=Jjv:|da3Iayi;e3?b[/]&%W@첟.y ۺ?;blwHb]pQEIa*6[}6r֥-C`Lqv$(u*P4;:vEb$7m" Zt ܪb)yX_Gxht5K " o䓑 E`o 2c G{T@! ! Sۇ@&-t4ep e5mqy>W:Ș ދ[qnm|+YQ 2y槟í@\dz\GG$of=dzQgmDS'|F{cgYU$QFaBW 9D)F=7Idzho=[0xP= tmQ(Jn[YGc7s a}1%1.٘#:4ٳn%%*|J ^&NnƊ2 ٲRyA^2i tPs$>7$ʹ]'ju$#lӝ[zDByx졆AlM/= QZc& {Jw@DC[Bּ} 8ךR _zJ}VrϋqCFMF*H<}I(Xpvs9$W#Ik_w\MW"^Tz7cji|DSi_ H=-PlRSBHt6J ESۃKg!c܆wv2>IL'q@ ΋ڍdC;ʮ_N݊Hzg{@,f*ǵC"O*A_9Q w]Q%o<ZuNKR, *:Ee5n*I6 Fƾ;nܞhdTϢ($(c&cub'HB&5>!̏cpf҈K~&Pu]yv]O3x PhI؎KeZ{YxDZva $6uW]p^H # z sB{^zS3l4 hRy2~@v(c_rIQέ&):SetԊ_Ij8@T]=O鯍\|l1! itj} ݼC gniIEofu%,(%wx}{~Tjms+Y{}*})`Xg9}AH/x4=[@: s_d%eZV3UJsG= 0]Nkt UNEQNXx`i w|wO9Ds?NمdY5/J `\b[ﵖ=NBxWq(TS58/$ݧW^lvWeAej2lkш`VQ'4n:I!a| d|l.Q6%\x α?A7Q|}. }꣄g̲a^ZwrZ(>cgۊEg,tŞZ }5+Vk4Oxo%HyWG?0@CQ mI=n`s`Z fN aQ sdp7: '$,C^Q`O`_n*WߺoAnDGsM|4Pѹkv舅Hx QT\Uʐf(TRd(}~#X ybV3ի@iEd0j/]m KvċVE{6d9MQۛ,lG6wu}73 VmCl-~Md/^TG{N9:Iy^~o7όڟ}6SZ%62P򸡏Gy)^ ءs yҋ5ɲ_{-*|^8OBM.H b´G#.A1L?iI`DƩǘ($h7&/yT4Z9[nL$d-.:ɓE (S ¼jr9MƛcѧԖ8)%4ypF@ ǚaPeJa}p}6=n;uJMF7笏vS *]%?QUyYAg>$4?51#`>/ COND)h7}CQs^XY-Aunpq~!ٶO dwtczxs he+xwO So!ZDzTu_Ts<+1 %kybv?L/RFT6a17JYjU|OPUPFf&x+/el]irF5jpMbգcuGZ󸯂vd{ a<- vY!r!w"J?yȸ!8aYPR,/p mo|;8jɻ#&=-Cᘽ@aLf`uuU|ju@LTv})$s\qjzo~BcYX>*|3e:~ 1s=PBQ%)esشޝ!a^ݗ _j},4"-T \η~_ΕUsO?=i>*KZ6ǹxD},l߮}Kŋ='<ӢӯŘdgxBHd@F<ϩuqoeYGɚД1&. ?,w<#džaI)Ibp :Pg4Ә|L[i1KU:ϯ蓼D1EY#d C쳦+ڙJJVL'J$YR[1ΓbmšM3۽.ϗmV/W9So|ƻ"h4ߠ7jjp5ͬ8չtݪC7`VcY־Xzz4!uPC3KV=R_ rZ4"};Ò Zr@qs6}O X( 9c46cu-95$ *5#_ըYy- c1g(z*61?{$8]5D,Rtڋ2oSЍwB'&汛 e6.1f~)܄`ȦOHe-y2LR $_Ṁ*J!o1!\[δ?E3'$[5qg얇kŊ2Уum+@,%Eۭ #u iDA#QP uB6^& p\(qDnG)YFw&|#mN|}-Zo@st󯫴I]VvD,8z~xiro5ArԈ&rڳ\C3(#G2(w~R.`k0~4RU'okCl57'0} y2܎$XR^ǽR[@ ߜ([ȓ/7M]LיI#Gyp>mu&>% t%Ə: x3GZaAvƆ0NS ؚq/"84+R.0DQJvImLD%`'50YݖvibpM|dndO˟1<f<Tp˫,.Fy\ТYE뜼 Ѭ/n`ֆL"ZLҹJ&M03mftٷp!><0ņ8+e[ߡ?@Z@3dwG_8EcPJjM2GbRŮYK2-G+ ! :?ϫ$lJhxU{;H;Rk o^ArH|lB7)gj8(;}IbR*~yvCij)H=Uw.!S'? yܽkPٖxlB"L6cm&dqDv8J$ dg9`m+>} DqMz-_(3V.d.Tzg`Rd tЅ]gwO\Є{}n*p}rLeδ'#x7##T'+xJybAW A9QQғ`DS{&@*õ#DeV$⼵Tڧ=d/Mfhhgw'bhw$.sh{Q &!8K_ I+ %Zv/!_`~w 5LM.etUj'JGޗU7,nhAi9d)zQց_;5˜zN UJħӢ |B1F/|T %I ];V+ˌ aZ)2kG m5nߠQ}-RKڻt=`1uy(ֻ]~'#GAv7߃(` Ms(0`( %שˢbZ1URED&]QI!LQsbsV h# ÆWmX}ZDKz:cQFdH.v)PAEX $XPoO=ql V6.Z N E{=ϒ ? pyf&Ux*zsn7^?^6dJi0c9Fiy b˼k5C.|.# dZ,}IҡVHfo7tF+m6A,6yaehleXD/D< ,J |q {*ak'+t tAc.蜆=oq]`EЄ\=?h%櫜10I3"߸naX։UWy1EMC{0-YIK׾KmN,*2iP="MpYTWQChP1$x0ڬu]ua҇ӟ㮍(IȥԑM"H׀X99g _P_ C`WebOryS ݙ J ~Î`A\<6!,vvڤGCߢ{r))'WϠimTxUgŎmwu&ĉ/`,]^.&ƽW7K Ŭ jO3x܃\@JvsU [tE"ɷ)X22^/ܺ;gяB J^̖Dkp]uvTT>w gק1\ 2d#\3H+TTa`BR9a)==Si-;tygJj Pa+zSZif1-2Q&# c/6ђȚv-#x42LVNa}䞿Ƚ+~Il143ͼ]_0Xp~vTV5N'GmpK+/[`8}d01cB x REگ >0RWCtFȿ9w^AMb~[oz J?Q%Yjm^=LQS0.8\mA&Mr,p+%kids S0#rK\UiO gwM4* +^oI qw_42L{v3<ķf:a^.]bO1Pgeٵ?*QHܬZ~BB3v WIHK.@6!^\~Bx7p^\',)&rG6;:A65;od|‰ |]O~P9pkMsQ(In]?Ԏ~WCr\yrzUѫ8hޙsׄƸJ"dȪZϓ{F: RcYp뾎1D C ^ۯ]I2Q=l^i/{ $স\HHh?Xc+ Tq}0e:.njk^st,;V bSW -`Ǔc֛YrLX5z'}GG?;ېzshVxz1c؊d(G)=}Ҙv04Tc玕*^hlA{ z;m%/I{ 16%֜ϦܣNXkY{]\a<&s9)t"Fh:ܖŶ7)ODUnM̗ ץUIBOwbp2`bH-,iDم?%_z#;<*ż6%ZAg,ɳp3kr 0څ.-[i6.~?䓳6ֆ Fg/V2͞}TR9^-֙8_=Qvqc.,] _HLk1H̱DvofһB CaR<)jK*iFYg7n-q0e*MlͤG&l5̜-D)u!fMd.e=78e>YG !S,ـؚ!ZC~DaWp0 j2g9,] τFT eF0ſіT A2!4>#M{pKkU5Q1lm0]L+Uc!8ɢ EP\dKbwyGci][kFdI-%d)Q(Ak-,\vXgb !coZKiAGZ%6œ$@B@nۓ!gԔN/Mc]PQבpi*p[}sWv/Ѥ@}bu`h@ ;l6kOHDsƎoN_̜Gzݐ~!3|"aF]$.Eeُi#}Nղ'IinrDLe3FV~vL9U YPWy{fO4h&5~MG[ 9ad3ZN>uǜ߉A᥽$v*KgC&_F,Xȱ$]d.]R1kP-Z>? j[4wgM`7qM-ƫYS䝨"+qyC{CA0!JCsȺx E1oYɃ}2tY朏B11kG{OB 2+Gb!fk,) `֧'a:Sq3p4Bfy#i_ E91FoPlJ6( L9S(c1)cd3`D@O:F=3LTefR>䖣F9Z4VT<˱}>̎ g|ڹ 8IҺٗ2H81^bdk.i)O޸7]4,B6Snc+12 ]2=G2֏Ge\L"}yXRST"Ng?Ǿne`RKu:rWV'Af2}y.>'<"M,rY@/ qP%G)\ovzN!,֒䰣 . FH*^>9zC "~Tv{ D-R|:@ybb*s v P4Գ=5уv g4Ēޜ% Xb& h@U K/ l*6Is ?~r?)i)2 H81FD:pԥDR wR1%ec\3>fd3=Xq(6҃U ׶X}t{  >,[\ɿ?[ɏtc,UDr\yϿaS1D/Hݤr5t͓+|c{pn4O[b[+|gWoU?9nh|iNLԘԷ_-tY$['t31DcXӢtptìĦtȮ:jǿzi˟iDp0o4lf">s6#XCBJQ,SYZ8SZaG -Ͽ{4iJhukCcu9,&4cvX&M AJљII~3[?bm/Lo/9{%^&Pog\c_e*[m?k4[Ô]: UÄZV)WO!T}@յ*ebr7yѩZj>H-hh7Sx gB1{`)wOn`A<:W{c0&/O瑅)fo p=:GGwZ! L 7LЀ,Jkf#*(KEݻ@,9ygN-Y&"Lbh+:R<)W-wt҈큀4b^2Wze^ujF\#Z hZLe* \=8ǂ\leg[ErhUmy$5(CP*\sy߂ G&X { &ڿ0|Ipl%uC) u,v/06wMz`Wv[,(4!o8(IF^M!,#knp~Ec cǮ-'EtMs#hĎ`0=]?lob{ VỊ̌C95MDT]! 2L`]:Ь49x{KAjh_1($}a*h` =֢<;iqr@WÿA-cm|p|(jYz4L9lil6!)TÂHFX^E@|;Go"Z4G2Z2G 8ThB5-[ONXa1n0 u|U-rP AG0,ʒ'=rњ&nE^^Q -g)YPդu |2PofERFDP?H9gzB6 G}<[Q VP7$r8&Mv!a(X6V|5=Α&Pq+u''Hc_m >1@nnrV45A%I>% ؤVhH!Y(E: 3-Ig yYɃ&Ah.M59cPn0qLfI(} 9ǧJdܔ~§Rκ.xq4$<ڄ'YuP_rDV$:Ye`/aT,Edxbazb9~dIRqN#VW0>elv%oC6ˋpn!M*NT չ:vxtu.^qBmDQ 2]dJ>ҁ^`'Gw9H&P?Y,2Fe x- 2hWb;+F`s[`[!Ty kI7x#SC]T-2$^xf>^Q[g OOGafQqh^{#%H0sd Ǵb0FDC#ITԵss0WLwrW(syWQᱵsh<PQ3/b31hJ|ZoGh_dS{~:j>YOi[#$-KĄIŝ]h**M#FrsO`%K9f0+[BB)0[ƃ)s^} *PUH}X Q%Y˞)C&P<-rBi&cVY!0'h[QIVg+19[{q.+b6y@V`)&# Ek "\ac(R9ymlc$R6r ~@fb%Dq.$ԨRnTʟߔJͷ2d?h_zj;Q7)YLg\`р,SւIH'S;ܛV K}%j=1wyyYA8[v&[=m3 Q0GDa .$~*E3=2M2w̷Ws?ĨjU."OlhgA~t0T):@@[_&rr kNgىsxӾ}6 }b46Yk5aϨP8)ǁZe =%i.ZB;5yjL'N៷IvWF^ƚ@8(Iqj YV3H0H<?ctήO 3#a!1K]~ ?)K&ϔF>Fδ0f@pP7i. HFY ^]ۼOQ# ߞ`v.^16rnaW8ʴJƇd (^ذዀjc%o"uL@8KڭEJ0bhVUAUe3`r<~Eȹͳ6Ab9g.!;Lɨ&n$C{϶(dTG {/fA92ނ6GOs Hz-B᪍tJ"b} 4Zy[͖ О$Z-Fjwr<=riT94:KĨ6OΖi`.!b1R%_Q=(aDTv$k;B."bik̓!SyW$E]Ա !&i5&!A8x2S_'LM_ ٿ$s!#%4{EKJ=πWTI'%-FSd?Q$z*Q  ~@ĔMv2Sa.-'{ G|WO8&mw?5Oj3I,Ju. Oʚ X9hIQ?$m4,xR8tK3mcwrJ˻_gfW}֭bm'YX+߰VƴyY6"%#F ص JOp}Lh_Ur I]3񀛒`k?0%xDTGY&U6<2qM& )'*a8@1@΃T{=p@HfVf9q FGW׋,W.m<`0pό-!U}|'z{(&)"WiU<7XCAEU[h;zt{fјwPyw"}L J;Vj"DJfdig[[graL^LU?bLn<X"} n\i_u2${ad%%ߴiAkșsPޟ6w\aU$n] B=,LEF/ʜa18,Da1d_w}aXo"`#)!(L$gLB֢BIaҍ¯ UϨ [iDRͷnо#[}<ʽiYuDp%.)L*Φ6&j HlS#/6} A:l]`i7* T/64חi/MLnds16i̺끌LW\ҘoUz:B\σ.@IGN~m%d'7 ~=ϫjx8h=/v/F M{5?6-ɾ2pΒRODrw D‘UR8jK*6 ENm:x COwlDfC:Y33բ巐KԸJ@#:A=atf97fÇxLw k @RB'aK${Z φB@p]s׹zb1BI N}oo TĩjJ_]2L!/= -lySHMab\E*HݙmϋiH p8o #70y[lCﯳ)l{W"o+M\ )X.K3:+RcJҸWDY,^f=K܅O t~Fo+pV4cљDDnbY,M4%XX[ZPh9N;8}e?jaۋ)@jȽR 55_j$lY)t`"D:W>@st&[w,"JnKw4;aqy*JI5*u2 m=Jg6<.)e lXZM^lS\/ۿ7T]re,wc^~=Bg[ $_  YZ