Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (0069269047e14809d53ee76e88c27fc6707db28b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (0069269047e14809d53ee76e88c27fc6707db28b)
  • Date: Wed, 9 Sep 2020 15:57:55 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

net/samba4/DEPENDS | 2 +-
net/samba4/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0069269047e14809d53ee76e88c27fc6707db28b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

samba4: Samba 4.12 requires Python 3.5+, no Python 2.

diff --git a/net/samba4/DEPENDS b/net/samba4/DEPENDS
index 9b98482..d6e86f3 100755
--- a/net/samba4/DEPENDS
+++ b/net/samba4/DEPENDS
@@ -3,7 +3,7 @@ depends gnutls &&
depends libcap &&
depends parse-yapp &&
depends popt &&
-depends PYTHON &&
+depends python3 &&
depends tevent &&
if [[ "$SAMBA4_BRANCH" == "scm" ]]; then
depends git
diff --git a/net/samba4/HISTORY b/net/samba4/HISTORY
index 08fd3e5..200222a 100644
--- a/net/samba4/HISTORY
+++ b/net/samba4/HISTORY
@@ -1,3 +1,6 @@
+2020-09-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Samba 4.12 requires Python 3.5+, no Python 2.
+
2020-08-21 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to stable 4.12.6
SECURITY_PATCH++



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (0069269047e14809d53ee76e88c27fc6707db28b), Eric Sandall, 09/09/2020

Archive powered by MHonArc 2.6.24.

Top of Page