Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f21aed1561aa6e8a6e044a7417f82b73fff5bb12)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f21aed1561aa6e8a6e044a7417f82b73fff5bb12)
  • Date: Sun, 14 Aug 2022 16:08:59 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

database/tdb/DETAILS | 4 ++--
database/tdb/HISTORY | 3 +++
net/samba4/DEPENDS | 5 ++---
net/samba4/HISTORY | 3 +++
4 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit f21aed1561aa6e8a6e044a7417f82b73fff5bb12
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

samba4: Remove duplicated --without-ad-dc flag

commit 944bed21a3013b07d9ae9418d45572522df92ada
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tdb 1.4.7

diff --git a/database/tdb/DETAILS b/database/tdb/DETAILS
index 6253fe5..4f44387 100755
--- a/database/tdb/DETAILS
+++ b/database/tdb/DETAILS
@@ -1,9 +1,9 @@
SPELL=tdb
- VERSION=1.4.6
+ VERSION=1.4.7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://samba.org/ftp/$SPELL/$SOURCE
SOURCE_URL[1]=ftp://ftp.samba.org/pub/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:8af549867fdf2e0daf073c26933ae0d475ea64efaca23d3d7b0eb20839376e817f4c0a0ba2504f60f9e27a2b35d3b6ae7c329d88a5c2c0408e98ad9dfde84712
+
SOURCE_HASH=sha512:2b5b20c299b60545943f106d854b6e0d4a559e16f08a7ed62fe57ee962bebc888c2e663bd5fef907aace05b316826fe8fbbf3f323b6d3427531e59ffe47d48e4
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
LICENSE[0]=GPL
WEB_SITE=https://tdb.samba.org/
diff --git a/database/tdb/HISTORY b/database/tdb/HISTORY
index a42adc7..c584e04 100644
--- a/database/tdb/HISTORY
+++ b/database/tdb/HISTORY
@@ -1,3 +1,6 @@
+2022-08-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.7
+
2022-05-22 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.4.6

diff --git a/net/samba4/DEPENDS b/net/samba4/DEPENDS
index 25c7f2a..fceb0b9 100755
--- a/net/samba4/DEPENDS
+++ b/net/samba4/DEPENDS
@@ -29,9 +29,8 @@ else
"--without-acl-support" \
"for file system access control lists support" &&
optional_depends krb5 \
- "--with-system-mitkrb5 --without-ad-dc" \
- "--without-ad-dc" \
- "to use system krb5"
+ --{with,without}-system-mitkrb5 \
+ "to use system MIT Kerberos"
fi &&

if [[ "$SAMBA_AD" == "y" ]]; then
diff --git a/net/samba4/HISTORY b/net/samba4/HISTORY
index b07f57c..3c53e78 100644
--- a/net/samba4/HISTORY
+++ b/net/samba4/HISTORY
@@ -1,3 +1,6 @@
+2022-08-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: removed duplicated --without-ad-dc flag
+
2022-08-12 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: added missing depedencies: python-markdown, dnspython
* DETAILS: updated spell to 4.16.4



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f21aed1561aa6e8a6e044a7417f82b73fff5bb12), Ismael Luceno, 08/14/2022

Archive powered by MHonArc 2.6.24.

Top of Page