Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Thomas Orgis (72cd11afef9c0b9f98b2beaf447b7f12c406ebf5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <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 Thomas Orgis (72cd11afef9c0b9f98b2beaf447b7f12c406ebf5)
  • Date: Sun, 13 Apr 2025 17:11:58 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
net/samba4/DEPENDS | 11 ++++++++++-
net/samba4/DETAILS | 6 +++---
net/samba4/HISTORY | 4 ++++
samba.gpg |binary
5 files changed, 20 insertions(+), 4 deletions(-)

New commits:
commit 72cd11afef9c0b9f98b2beaf447b7f12c406ebf5
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

smbclient: update to 4.22.0, ++SECURITY_PATCH

commit bdf1b86cf36e216230c61c609215e2d0ace37bbe
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

samba.gpg: new key duration

Imported the signature key again, prolonging its validity till end of
2025.

I still support the idea to put all keys into a grimoire guru utility
spell,
not ship them all in the grimoire. But we have it here and I use the
keyring
to manually verify before samba update.

commit efcd50c6bf8b410c9f77f361ab0cf5f480bed1f4
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

samba4: explictly depend on dbus, enable build without

diff --git a/ChangeLog b/ChangeLog
index 8bb3cb6..34399cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2025-04-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * samba.gpg: updated key info (expires a bit later now)
+
2025-04-09 Treeve Jelbert <treeve AT sourcemage.org>
* libs/mpdecimal: added

diff --git a/net/samba4/DEPENDS b/net/samba4/DEPENDS
index a6ac3e1..dee4f5a 100755
--- a/net/samba4/DEPENDS
+++ b/net/samba4/DEPENDS
@@ -32,7 +32,11 @@ else
# There is no --without-system-mitkrb5, but other --without exist.
optional_depends krb5 \
--with-system-mitkrb5 '' \
- "to use system MIT Kerberos"
+ "to use system MIT Kerberos" &&
+ optional_depends lmdb \
+ '' \
+ --without-ldb-lmdb \
+ "for new LMDB backend for LDB"
fi &&

if [[ "$SAMBA_AD" == "y" ]]; then
@@ -66,6 +70,11 @@ optional_depends avahi \
"--disable-avahi" \
"for avahi support" &&

+optional_depends dbus \
+ "" \
+ --with-shared-modules='!vfs_snapper' \
+ "for vfs_snapper module" &&
+
optional_depends sendfile \
"--with-sendfile-support" \
"--without-sendfile-support" \
diff --git a/net/samba4/DETAILS b/net/samba4/DETAILS
index 0dfe9a4..1ae48e9 100755
--- a/net/samba4/DETAILS
+++ b/net/samba4/DETAILS
@@ -7,9 +7,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
SOURCE_URL[0]=git://git.samba.org/samba.git:$SPELL
SOURCE_IGNORE=volatile
else
- VERSION=4.16.10
-
SOURCE_HASH=sha512:133bcaec853240041dc6e0d8dd086b3798a6aa81008e29e4e6f875f58bd47bb6e23516d572b763d7f2ed547cfe94a3f8f8f5dc978cc171401fe5ed228b85d000
- SECURITY_PATCH=8
+ VERSION=4.22.0
+
SOURCE_HASH=sha512:3d0f34d570eb0c119f1300ffe10f16c1dbc65ef719780d1ffd0c2060b0c283aa57f2d0f5445f1db66d61e52cf5ae1d1093705867973f3b6450b642878073a63f
+ SECURITY_PATCH=9
SOURCE=${SPELL/4}-$VERSION.tar.gz
# SOURCE2=${SPELL/4}-${VERSION}.tar.asc
# SOURCE2_IGNORE=signature
diff --git a/net/samba4/HISTORY b/net/samba4/HISTORY
index 0938a3b..73882c5 100644
--- a/net/samba4/HISTORY
+++ b/net/samba4/HISTORY
@@ -1,3 +1,7 @@
+2025-04-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 4.22.0, ++SECURITY_PATCH
+ * DEPENDS: add dbus explictly, also lmdb without AD
+
2023-11-23 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: Needs perl with JSON during build
(at least for internal heimdal), also there is
diff --git a/samba.gpg b/samba.gpg
index 5d9a551..4cb4a66 100644
Binary files a/samba.gpg and b/samba.gpg differ


  • [[SM-Commit] ] GIT changes to master grimoire by Thomas Orgis (72cd11afef9c0b9f98b2beaf447b7f12c406ebf5), Thomas Orgis, 04/13/2025

Archive powered by MHonArc 2.6.24.

Top of Page