udisks2 ver. bump
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
Upstream: https://github.com/storaged-project/udisks/pull/1333
|
||||
|
||||
From d5f0bc5aa005d116b513992a6ae8ee1fd2dd65a1 Mon Sep 17 00:00:00 2001
|
||||
From: Violet Purcell <vimproved@inventati.org>
|
||||
Date: Sat, 7 Dec 2024 16:45:40 -0500
|
||||
Subject: [PATCH] build: use -export-dynamic instead of -export_dynamic
|
||||
|
||||
GNU libtool accepts either, but slibtool's option parsing is more strict
|
||||
and just ends up passing -export_dynamic to the compiler, which
|
||||
obviously causes an error. Use -export-dynamic to fix building with
|
||||
slibtool.
|
||||
--- a/modules/btrfs/Makefile.am
|
||||
+++ b/modules/btrfs/Makefile.am
|
||||
@@ -64,7 +64,7 @@ libudisks2_btrfs_la_CFLAGS = \
|
||||
$(NULL)
|
||||
|
||||
libudisks2_btrfs_la_LDFLAGS = \
|
||||
- -export_dynamic \
|
||||
+ -export-dynamic \
|
||||
-avoid-version \
|
||||
-module \
|
||||
-no-undefined \
|
||||
--- a/modules/iscsi/Makefile.am
|
||||
+++ b/modules/iscsi/Makefile.am
|
||||
@@ -68,7 +68,7 @@ libudisks2_iscsi_la_CFLAGS = \
|
||||
$(NULL)
|
||||
|
||||
libudisks2_iscsi_la_LDFLAGS = \
|
||||
- -export_dynamic \
|
||||
+ -export-dynamic \
|
||||
-avoid-version \
|
||||
-module \
|
||||
-no-undefined \
|
||||
--- a/modules/lsm/Makefile.am
|
||||
+++ b/modules/lsm/Makefile.am
|
||||
@@ -62,7 +62,7 @@ libudisks2_lsm_la_CFLAGS = \
|
||||
$(NULL)
|
||||
|
||||
libudisks2_lsm_la_LDFLAGS = \
|
||||
- -export_dynamic \
|
||||
+ -export-dynamic \
|
||||
-avoid-version \
|
||||
-module \
|
||||
-no-undefined \
|
||||
--- a/modules/lvm2/Makefile.am
|
||||
+++ b/modules/lvm2/Makefile.am
|
||||
@@ -67,7 +67,7 @@ libudisks2_lvm2_la_CFLAGS = \
|
||||
$(NULL)
|
||||
|
||||
libudisks2_lvm2_la_LDFLAGS = \
|
||||
- -export_dynamic \
|
||||
+ -export-dynamic \
|
||||
-avoid-version \
|
||||
-module \
|
||||
-no-undefined \
|
||||
--
|
||||
2.47.1
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Disk Management Service</Summary>
|
||||
<Description>udisks provides a daemon, API and command line tools for managing disk devices attached to the system.</Description>
|
||||
<Archive sha1sum="bb88e0ab6d6a44442d0b5f6eca5a2b683cfe6d27" type="tarbz2">https://github.com/storaged-project/udisks/releases/download/udisks-2.10.1/udisks-2.10.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="216d29f583f3ae5fa2785518de1c910956dcdebb" type="tarbz2">https://github.com/storaged-project/udisks/releases/download/udisks-2.10.2/udisks-2.10.2.tar.bz2</Archive>
|
||||
<AdditionalFiles>
|
||||
<!-- <AdditionalFile target="po/tr.po">tr.po</AdditionalFile> -->
|
||||
</AdditionalFiles>
|
||||
@@ -44,10 +44,11 @@
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">udisks-2.x-ntfs-3g.patch</Patch>
|
||||
<Patch level="1">udisks-2.10.1-slibtool-export-dynamic.patch</Patch>
|
||||
<Patch level="1">fedora/udisks-2.11.0-BLKRRPART_harder.patch</Patch>
|
||||
<Patch level="1">fedora/udisks-2.11.0-targetcli_config.json_netif_timeout.patch</Patch>
|
||||
<Patch level="1">fedora/udisks-2.11.0-udiskslinuxmanager_use_after_free.patch</Patch>
|
||||
<Patch level="1">fedora/udisks-2.11.0-udiskslinuxblock_survive_missing_fstab.patch</Patch>
|
||||
<!-- <Patch level="1">fedora/udisks-2.11.0-targetcli_config.json_netif_timeout.patch</Patch> -->
|
||||
<!-- <Patch level="1">fedora/udisks-2.11.0-udiskslinuxmanager_use_after_free.patch</Patch> -->
|
||||
<!-- <Patch level="1">fedora/udisks-2.11.0-udiskslinuxblock_survive_missing_fstab.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -120,6 +121,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="19">
|
||||
<Date>2025-08-30</Date>
|
||||
<Version>2.10.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="18">
|
||||
<Date>2025-05-01</Date>
|
||||
<Version>2.10.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user