Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (da36ba853be090ea5efc33f104aa3fd0398ecfdf)
  • Date: Thu, 6 Jan 2022 22:43:42 +0000

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

net/cifs-utils/DEPENDS | 5 ++---
net/cifs-utils/HISTORY | 3 +++
2 files changed, 5 insertions(+), 3 deletions(-)

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

cifs-utils: always needs talloc

diff --git a/net/cifs-utils/DEPENDS b/net/cifs-utils/DEPENDS
index 0c847e2..fe64fdb 100755
--- a/net/cifs-utils/DEPENDS
+++ b/net/cifs-utils/DEPENDS
@@ -1,5 +1,5 @@
depends autoconf &&
-
+depends talloc &&
#optional_depends libcap-ng \
# "--with-libcap-ng" \
# "--without-libcap-ng" \
@@ -23,8 +23,7 @@ optional_depends LINUX-PAM-HEADERS \
"for cifscreds PAM module" &&

if list_find "$CIFS_UTILS_OPTS" "--enable-cifsupcall"; then
- depends krb5 &&
- depends talloc
+ depends krb5
fi &&

if list_find "$CIFS_UTILS_OPTS" "--enable-cifsupcall" || \
diff --git a/net/cifs-utils/HISTORY b/net/cifs-utils/HISTORY
index 5358801..4c1a339 100644
--- a/net/cifs-utils/HISTORY
+++ b/net/cifs-utils/HISTORY
@@ -1,3 +1,6 @@
+2022-01-06 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: always needs talloc
+
2017-12-18 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added missing libcap[-ng] optional dependency; added
missing
talloc required dependency



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (da36ba853be090ea5efc33f104aa3fd0398ecfdf), Thomas Orgis, 01/06/2022

Archive powered by MHonArc 2.6.24.

Top of Page