Skip to content

Commit

Permalink
sysutils/libudisks: Update to 2.10.1
Browse files Browse the repository at this point in the history
 * Update German translation
 * Update ka.po
 * Update Polish translation
 * tests: start the polkitd mock with the corresponding user if it exists
 * build: Check for gobject-introspection m4 macro presence
 * udiskslinuxloop: Avoid warnings on empty loop devices
 * udisksctl: Guard object lookup
 * udiskslinuxmanager: Properly handle disabled modules
 * iscsi: Fix login on firmware-discovered nodes
 * tests: Fix LSM drive objects crawl
 * tests: Mark LVM RAID tests as unstable
 * integration-test: Fix invalid escaping
 * tests: Fix regex escaping
 * tests: Fix Python class invocation in nvme tests
 * udiskslinuxfilesystem: Refactor internal whitelists
 * udiskslinuxfilesystem: Force native tools for mounted XFS fs size retrieval
 * doc: Clarify the Filesystem.Size property presence
 * tests: Mark UDF fstab filesystem tests as unstable
 * tests: Rescan vdevs after lvm raid tests
 * tests: Settle down before checking the LVM RAID MissingPhysicalVolumes
   property
 * tests: Wipe used devices for LVM2 RAID tests
 * Limit getting filesystem size only to Ext and XFS
 * tests: Replace deprecated unittest assert calls
 * Update Ukrainian translation
 * udisksctl: Add "--no-partition-scan" option for "loop-setup" command

PR:		276394
Reported by:	pauamma@gundo.com (maintainer)
  • Loading branch information
Fernando Apesteguía authored and Fernando Apesteguía committed Jan 19, 2024
1 parent 80d5951 commit 6dbb2b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sysutils/libudisks/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libudisks
DISTVERSION= 2.10.0
DISTVERSION= 2.10.1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/storaged-project/udisks/releases/download/udisks-${DISTVERSION}/
DISTNAME= udisks-${DISTVERSION}
Expand All @@ -22,7 +22,7 @@ BUILD_DEPENDS= bash:shells/bash \
# NLS is disabled.
USES= gettext-tools:build gmake gnome libtool pathfix pkgconfig \
tar:bz2
USE_GNOME= glib20 introspection
USE_GNOME= glib20
USE_LDCONFIG= yes

GNU_CONFIGURE= yes
Expand Down
6 changes: 3 additions & 3 deletions sysutils/libudisks/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1688599056
SHA256 (udisks-2.10.0.tar.bz2) = 4f5a7a592526f7f32795a1f2211c67b9a649ab40386752f9a71ebaa2fc2090bc
SIZE (udisks-2.10.0.tar.bz2) = 1784010
TIMESTAMP = 1705119398
SHA256 (udisks-2.10.1.tar.bz2) = b75734ccf602540dedb4068bec206adcb508a4c003725e117ae8f994d92d8ece
SIZE (udisks-2.10.1.tar.bz2) = 1896207
2 changes: 0 additions & 2 deletions sysutils/libudisks/pkg-plist
Expand Up @@ -8,15 +8,13 @@ include/udisks2/udisks/udiskserror.h
include/udisks2/udisks/udisksobjectinfo.h
include/udisks2/udisks/udiskstypes.h
include/udisks2/udisks/udisksversion.h
lib/girepository-1.0/UDisks-2.0.typelib
lib/libudisks2.a
lib/libudisks2.so
lib/libudisks2.so.0
lib/libudisks2.so.0.0.0
libdata/pkgconfig/udisks2.pc
%%UDISKSCTL%%man/man1/udisksctl.1.gz
%%UDISKSCTL%%share/bash-completion/completions/udisksctl
share/gir-1.0/UDisks-2.0.gir
%%NLS%%share/locale/af/LC_MESSAGES/udisks2.mo
%%NLS%%share/locale/ar/LC_MESSAGES/udisks2.mo
%%NLS%%share/locale/as/LC_MESSAGES/udisks2.mo
Expand Down

0 comments on commit 6dbb2b2

Please sign in to comment.