summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2022-01-13 15:19:57 +0100
committerThomas Orgis2022-01-13 15:19:57 +0100
commit6d11a2bbe7196635307104d64ede917e02978ef3 (patch)
treeb8c33ab25c3f8c8353378fb073e59d18dbe33c8a
parentf7a94b33b6e258f21096d4aa89cbf35de290ee52 (diff)
samba4: version 4.15.3
-rwxr-xr-xnet/samba4/CONFIGURE4
-rwxr-xr-xnet/samba4/DETAILS4
-rw-r--r--net/samba4/HISTORY4
3 files changed, 9 insertions, 3 deletions
diff --git a/net/samba4/CONFIGURE b/net/samba4/CONFIGURE
index 025fd5c50c..747af0f843 100755
--- a/net/samba4/CONFIGURE
+++ b/net/samba4/CONFIGURE
@@ -1,6 +1,9 @@
# SWAT removed in 4.3
list_remove SAMBA4 '--without-swat' &&
list_remove SAMBA4 '--with-swat' &&
+# dnsupdate option removed in 4.15
+list_remove SAMBA4 '--with-dnsupdate' &&
+list_remove SAMBA4 '--without-dnsupdate' &&
config_query SAMBA_AD "Enable Active Directory Support?" n
config_query SAMBA_ADDC "Enable Active Directory Domain Controller support?" n
@@ -9,4 +12,3 @@ config_query_option SAMBA4 "Build with winbind support (allows Windows NT domain
config_query_option SAMBA4 "Enable quotas support?" y "--with-quotas" "--without-quotas"
config_query_option SAMBA4 "Build with utmp support?" y "--with-utmp" "--without-utmp"
config_query_option SAMBA4 "Build with automount support?" y "--with-automount" "--without-automount"
-config_query_option SAMBA4 "Build with dnsupdate support?" y "--with-dnsupdate" "--without-dnsupdate"
diff --git a/net/samba4/DETAILS b/net/samba4/DETAILS
index 1c2bb8e85b..48ab63306a 100755
--- a/net/samba4/DETAILS
+++ b/net/samba4/DETAILS
@@ -7,8 +7,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
SOURCE_URL[0]=git://git.samba.org/samba.git:$SPELL
SOURCE_IGNORE=volatile
else
- VERSION=4.14.6
- SOURCE_HASH=sha512:0ce3f46b2693daa27656fe9a04925cbe7dd398342cab352f0422a350eb9f91d1ea6d64fb18d04010b93fb3c0b9fe6434b23deb1f26018bd1f9bdc1b0f97beca2
+ VERSION=4.15.3
+ SOURCE_HASH=sha512:1c30cfa6cd927f4d822dd7227b89542d05d7ab4e50c2d9717eea4fcf1af5120b55d66ec628acd5c887e9bffc732c1d37ab084db953534a2b3987531b10fef63c
SECURITY_PATCH=5
SOURCE=${SPELL/4}-$VERSION.tar.gz
# SOURCE2=${SPELL/4}-${VERSION}.tar.asc
diff --git a/net/samba4/HISTORY b/net/samba4/HISTORY
index e86b570854..1797055d63 100644
--- a/net/samba4/HISTORY
+++ b/net/samba4/HISTORY
@@ -1,3 +1,7 @@
+2022-01-13 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: version 4.15.3
+ * CONFIGURE: no dnsupdate option anymore
+
2021-07-14 Eric Sandall <sandalle@sourcemage.org>
* INSTALL: Don't continue later steps if earlier steps failed