sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (c0961cd9ce9041871edcdb3e0fb04e83eb7e7ea6)
- From: Treeve Jelbert <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
- Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (c0961cd9ce9041871edcdb3e0fb04e83eb7e7ea6)
- Date: Fri, 20 Jun 2025 10:29:57 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
disk/libblockdev/DEPENDS | 6 ++++--
disk/libblockdev/DETAILS | 7 ++++---
disk/libblockdev/HISTORY | 5 +++++
disk/libbytesize/DETAILS | 4 ++--
disk/libbytesize/HISTORY | 3 +++
5 files changed, 18 insertions(+), 7 deletions(-)
New commits:
commit c0961cd9ce9041871edcdb3e0fb04e83eb7e7ea6
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libblockdev - depends++
commit 6fab74f6c289cba1b1ec42bf1c0d521f99769d77
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libblockdev: => 3.3.1 SECURITY FIX
commit f4ebf455ade7bf73cd640965daed8db51536feb4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libbytesize: => 2.11
diff --git a/disk/libblockdev/DEPENDS b/disk/libblockdev/DEPENDS
index a9c7281..1a0878b 100755
--- a/disk/libblockdev/DEPENDS
+++ b/disk/libblockdev/DEPENDS
@@ -10,11 +10,13 @@ depends util-linux &&
optional_depends gobject-introspection --{en,dis}able-introspection 'Enable
introspection?' &&
optional_depends gtk-doc '--with-gtk-doc' '--without-gtk-doc' 'Build
Devhelp files?' &&
+optional_depends libatasmart '--with-smart' '--without-smart' 'support ATA
S.M.A.R.T.' &&
+optional_depends smartmontools '--with-smartmontools'
'--without-smartmontools' 'support smartmontools' &&
+
optional_depends kmod '' '' 'dynamic module loading' &&
optional_depends parted '--with-part' '--without-part' 'partition support'
&&
optional_depends python3 '--with-python3' '--without-python3' 'Python3
support' &&
-optional_depends python '--with-python2' '--without-python2' 'Python2
support' &&
-optional_depends dmraid '--with-dm' '--without-dm --without-dmraid' 'RAID
support' &&
+optional_depends mdraid '--with-dm' '--without-dm --without-mdraid' 'RAID
support' &&
optional_depends ndctl '--with-nvdimm' '--without-nvdimm' 'NVDIMM support'
&&
optional_depends cryptsetup-luks '--with-crypto' '--without-crypto
--without-escrow' 'crypto support' &&
if is_depends_enabled $SPELL cryptsetup-luks;then
diff --git a/disk/libblockdev/DETAILS b/disk/libblockdev/DETAILS
index d70f253..110a760 100755
--- a/disk/libblockdev/DETAILS
+++ b/disk/libblockdev/DETAILS
@@ -1,10 +1,11 @@
SPELL=libblockdev
- VERSION=3.1.1
-
SOURCE_HASH=sha512:44628d9e68a467f8a5d5e65e12d5d6ffb4d9b953c846acd9f6da257eab5ccd79309651d6b20092fa700fb4340f1f718ceef11141203da676d088824aa9d03481
+ VERSION=3.3.1
+
SOURCE_HASH=sha512:f9cc15bf19120a8bb77efe82889b15c9435f4c94a1ed677839a1bcfe5bd242719f40221ba2685f4376cc52ec1e8a044f93840cb504fd7574fff1a8dd5e85d477
+SECURITY_PATCH=1
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/storaged-project/libblockdev
- SOURCE_URL[0]=$WEB_SITE/releases/download/$VERSION-1/$SOURCE
+ SOURCE_URL[0]=$WEB_SITE/releases/download/$VERSION/$SOURCE
LICENSE[0]=LGPL
ENTERED=20170724
SHORT="library for manipulating block devices"
diff --git a/disk/libblockdev/HISTORY b/disk/libblockdev/HISTORY
index da0d546..367bb75 100644
--- a/disk/libblockdev/HISTORY
+++ b/disk/libblockdev/HISTORY
@@ -1,3 +1,8 @@
+2025-06-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.3.1
+ SECURITY_PATCH=1 fix CVE-2025-6019.
+ * DEPENDS: add libatasmart, drop python2, fix mdraid
+
2024-06-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.1.1
diff --git a/disk/libbytesize/DETAILS b/disk/libbytesize/DETAILS
index 680fa1c..82b3456 100755
--- a/disk/libbytesize/DETAILS
+++ b/disk/libbytesize/DETAILS
@@ -1,6 +1,6 @@
SPELL=libbytesize
- VERSION=2.10
-
SOURCE_HASH=sha512:9e52b9a756a5b4ee6e23a7a20fd0c6ca2a65ff31f38ddc7545d6838fe9a3da0ee0bd7491cb268f071c950fbeb8d65c707423d285cc3548038b3a2d3aa7f0de48
+ VERSION=2.11
+
SOURCE_HASH=sha512:eb539c878cc0f857772b07aac4aca2732d3298fa649011f3f8a95fce83b1cc5b5b7001f6bb0c168ed47b7886d34c2e139ded9e66994a9a10784f9f7944475190
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/storaged-project/$SPELL
diff --git a/disk/libbytesize/HISTORY b/disk/libbytesize/HISTORY
index 6ff4030..110e144 100644
--- a/disk/libbytesize/HISTORY
+++ b/disk/libbytesize/HISTORY
@@ -1,3 +1,6 @@
+2025-06-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.11
+
2023-12-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.10
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (c0961cd9ce9041871edcdb3e0fb04e83eb7e7ea6), Treeve Jelbert, 06/20/2025
Archive powered by MHonArc 2.6.24.