[SCM] Samba Shared Repository - branch master updated

2023-06-06 Thread Stefan Metzmacher
The branch, master has been updated
   via  fcedf5514b1 smbcacls/smbcquotas: check for valid UNC path
   via  61f3e16d9f8 bootstrap: Add a note about cleaning bootstrap/
   via  bb46379845f Configure builtin heimdal to use KEYRING ccache
  from  198a844ff51 third_party: Fix version of socket_wrapper and 
uid_wrapper

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit fcedf5514b121914483bbc0ffe77580929093ac6
Author: Björn Jacke 
Date:   Tue Jan 10 12:25:35 2023 +0100

smbcacls/smbcquotas: check for valid UNC path

we used to strip the first two characters of the path and used that.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=2312

Signed-off-by: Bjoern Jacke 
Reviewed-by: Stefan Metzmacher 

Autobuild-User(master): Stefan Metzmacher 
Autobuild-Date(master): Tue Jun  6 09:33:47 UTC 2023 on atb-devel-224

commit 61f3e16d9f8d6907b0b8576ae0cf4c4e48c0b37e
Author: Łukasz Stelmach 
Date:   Thu May 11 13:33:45 2023 +0200

bootstrap: Add a note about cleaning bootstrap/

Signed-off-by: Łukasz Stelmach 
Reviewed-by: Andrew Bartlett 
Reviewed-by: Douglas Bagnall 
Reviewed-by: Stefan Metzmacher 

commit bb46379845fb2b3d4e04dca1a8493a8e2126a6fe
Author: Łukasz Stelmach 
Date:   Fri Mar 31 19:42:13 2023 +0200

Configure builtin heimdal to use KEYRING ccache

Signed-off-by: Łukasz Stelmach 
Reviewed-by: Andrew Bartlett 
Reviewed-by: Douglas Bagnall 
Reviewed-by: Stefan Metzmacher 

---

Summary of changes:
 .gitlab-ci-main.yml |  2 +-
 bootstrap/README.md |  9 +
 bootstrap/config.py |  2 +-
 bootstrap/generated-dists/debian11/bootstrap.sh |  1 +
 bootstrap/generated-dists/debian11/packages.yml |  1 +
 bootstrap/generated-dists/ubuntu1804-32bit/bootstrap.sh |  1 +
 bootstrap/generated-dists/ubuntu1804-32bit/packages.yml |  1 +
 bootstrap/generated-dists/ubuntu1804/bootstrap.sh   |  1 +
 bootstrap/generated-dists/ubuntu1804/packages.yml   |  1 +
 bootstrap/generated-dists/ubuntu2004/bootstrap.sh   |  1 +
 bootstrap/generated-dists/ubuntu2004/packages.yml   |  1 +
 bootstrap/generated-dists/ubuntu2204/bootstrap.sh   |  1 +
 bootstrap/generated-dists/ubuntu2204/packages.yml   |  1 +
 bootstrap/sha1sum.txt   |  2 +-
 source3/utils/smbcacls.c|  5 +
 source3/utils/smbcquotas.c  |  5 +
 third_party/heimdal_build/wscript_build |  8 ++--
 third_party/heimdal_build/wscript_configure | 10 ++
 wscript | 15 +++
 19 files changed, 63 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml
index 4208cbcc104..279c1087789 100644
--- a/.gitlab-ci-main.yml
+++ b/.gitlab-ci-main.yml
@@ -47,7 +47,7 @@ variables:
   # Set this to the contents of bootstrap/sha1sum.txt
   # which is generated by bootstrap/template.py --render
   #
-  SAMBA_CI_CONTAINER_TAG: cfddaa8d36c3f512827bd96fe05c30f7f8337f4b
+  SAMBA_CI_CONTAINER_TAG: 6f4e1c3f1eb3b3236ae793c11def2135386a0ee9
   #
   # We use the ubuntu2204 image as default as
   # it matches what we have on atb-devel-224
diff --git a/bootstrap/README.md b/bootstrap/README.md
index d9a60878f61..6b3de983728 100644
--- a/bootstrap/README.md
+++ b/bootstrap/README.md
@@ -34,6 +34,15 @@ Just calculate the sha1sum for consistency checks:
 The checksum needs to be added as `SAMBA_CI_CONTAINER_TAG` in
 the toplevel .gitlab-ci-main.yml file.
 
+NOTE: Remember to remove any files not tracked by git from the bootstrap
+directory before running bootstrap/template.py.
+
+  git clean -dfx bootstrap
+
+Otherwise the files will affect the checksum but because they are not
+checked in and won't be pushed to CI system the checksum calculated there
+won't match.
+
 ## User Stories
 
 As a gitlab-ci user, I can use this tool to build new CI docker images:
diff --git a/bootstrap/config.py b/bootstrap/config.py
index fd1753fb3e1..c67ab9184ab 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -181,7 +181,7 @@ PKGS = [
 # rpm has no pkg for docbook-xml
 ('docbook-xml', 'docbook-dtds'),
 ('docbook-xsl', 'docbook-style-xsl'),
-('', 'keyutils-libs-devel'),
+('libkeyutils-dev', 'keyutils-libs-devel'),
 ('', 'which'),
 ('xz-utils', 'xz')
 ]
diff --git a/bootstrap/generated-dists/debian11/bootstrap.sh 
b/bootstrap/generated-dists/debian11/bootstrap.sh
index 1f9cddfe8ee..1aac852e83e 100755
--- a/bootstrap/generated-dists/debian11/bootstrap.sh
+++ b/bootstrap/generated-dists/debian11/bootstrap.sh
@@ -57,6 +57,7 @@ apt-get -y 

[SCM] Samba Shared Repository - branch master updated

2023-06-06 Thread Andreas Schneider
The branch, master has been updated
   via  198a844ff51 third_party: Fix version of socket_wrapper and 
uid_wrapper
  from  1e793357906 smbd: Remove smb1-only perfcount subsystem

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit 198a844ff51cc42b520b46ee96f28bf52d8f7e92
Author: SATOH Fumiyasu 
Date:   Tue May 23 09:38:24 2023 +0900

third_party: Fix version of socket_wrapper and uid_wrapper

Signed-off-by: SATOH Fumiyasu 
Reviewed-by: Stefan Metzmacher 
Reviewed-by: Andreas Schneider 

Autobuild-User(master): Andreas Schneider 
Autobuild-Date(master): Tue Jun  6 08:34:55 UTC 2023 on atb-devel-224

---

Summary of changes:
 buildtools/wafsamba/samba_third_party.py | 4 ++--
 third_party/socket_wrapper/wscript   | 2 +-
 third_party/uid_wrapper/wscript  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/samba_third_party.py 
b/buildtools/wafsamba/samba_third_party.py
index b0a5190bbb2..14b14c517e8 100644
--- a/buildtools/wafsamba/samba_third_party.py
+++ b/buildtools/wafsamba/samba_third_party.py
@@ -24,7 +24,7 @@ Build.BuildContext.CHECK_CMOCKA = CHECK_CMOCKA
 
 @conf
 def CHECK_SOCKET_WRAPPER(conf):
-return conf.CHECK_BUNDLED_SYSTEM_PKG('socket_wrapper', minversion='1.3.4')
+return conf.CHECK_BUNDLED_SYSTEM_PKG('socket_wrapper', minversion='1.4.0')
 Build.BuildContext.CHECK_SOCKET_WRAPPER = CHECK_SOCKET_WRAPPER
 
 @conf
@@ -39,7 +39,7 @@ Build.BuildContext.CHECK_RESOLV_WRAPPER = CHECK_RESOLV_WRAPPER
 
 @conf
 def CHECK_UID_WRAPPER(conf):
-return conf.CHECK_BUNDLED_SYSTEM_PKG('uid_wrapper', minversion='1.2.7')
+return conf.CHECK_BUNDLED_SYSTEM_PKG('uid_wrapper', minversion='1.3.0')
 Build.BuildContext.CHECK_UID_WRAPPER = CHECK_UID_WRAPPER
 
 @conf
diff --git a/third_party/socket_wrapper/wscript 
b/third_party/socket_wrapper/wscript
index af6eb303e0a..bc5083847dc 100644
--- a/third_party/socket_wrapper/wscript
+++ b/third_party/socket_wrapper/wscript
@@ -2,7 +2,7 @@
 
 import os
 
-VERSION="1.3.4"
+VERSION="1.4.0"
 
 def configure(conf):
 if conf.CHECK_SOCKET_WRAPPER():
diff --git a/third_party/uid_wrapper/wscript b/third_party/uid_wrapper/wscript
index 182ef88d3df..c9238818466 100644
--- a/third_party/uid_wrapper/wscript
+++ b/third_party/uid_wrapper/wscript
@@ -3,7 +3,7 @@
 from waflib import Options
 import os, sys
 
-VERSION="1.2.7"
+VERSION="1.3.0"
 
 def configure(conf):
 if conf.CHECK_UID_WRAPPER():


-- 
Samba Shared Repository