Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (33907e9408088c4dc681fefa9297cc31c0e35d71)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (33907e9408088c4dc681fefa9297cc31c0e35d71)
  • Date: Sun, 5 Mar 2023 00:32:54 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

disk/btrfs-progs/DEPENDS | 7 +++++++
disk/btrfs-progs/DETAILS | 2 +-
disk/btrfs-progs/HISTORY | 4 ++++
3 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 33907e9408088c4dc681fefa9297cc31c0e35d71
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

disk/btrfs-progs: version 6.2.1

diff --git a/disk/btrfs-progs/DEPENDS b/disk/btrfs-progs/DEPENDS
index 4aff7ad..bb18f37 100755
--- a/disk/btrfs-progs/DEPENDS
+++ b/disk/btrfs-progs/DEPENDS
@@ -12,6 +12,13 @@ if is_depends_enabled $SPELL acl; then
depends e2fsprogs
fi &&

+optional_depends libgcrypt "--with-crypto=libgcrypt" "" \
+ "for libgcrypt as crypto backend" &&
+if ! is_depends_enabled "${SPELL}" "libgcrypt"; then
+ optional_depends libsodium "--with-crypto=libsodium"
"--with-crypto=builtin" \
+ "for libsodium as crypto backend"
+fi &&
+
optional_depends xmlto \
"--enable-documentation" \
"--disable-documentation" \
diff --git a/disk/btrfs-progs/DETAILS b/disk/btrfs-progs/DETAILS
index 92d4093..f092214 100755
--- a/disk/btrfs-progs/DETAILS
+++ b/disk/btrfs-progs/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=6.1.3
+ VERSION=6.2.1
SOURCE=${SPELL}-v${VERSION}.tar.xz
SOURCE2=${SPELL}-v${VERSION}.tar.sign
SOURCE_GPG="btrfs.gpg:${SOURCE2}:UPSTREAM_HASH"
diff --git a/disk/btrfs-progs/HISTORY b/disk/btrfs-progs/HISTORY
index 363c7ee..4da4204 100644
--- a/disk/btrfs-progs/HISTORY
+++ b/disk/btrfs-progs/HISTORY
@@ -1,3 +1,7 @@
+2023-03-04 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 6.2.1
+ * DEPENDS: added optional libgcrypt and libsodium
+
2023-02-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 6.1.3




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (33907e9408088c4dc681fefa9297cc31c0e35d71), Pavel Vinogradov, 03/04/2023

Archive powered by MHonArc 2.6.24.

Top of Page