[SCM] Samba Website Repository - branch master updated

2022-02-03 Thread Stefan Metzmacher
The branch, master has been updated
   via  c1f3b97 history/security.html: fix link to 
samba-4.13.17-security-2022-01-31.patch
  from  e34ef99 CVE-2021-44142.html: fix CVE version

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


- Log -
commit c1f3b97c449f7027f5a8f841478a8e1d18e649a9
Author: Stefan Metzmacher 
Date:   Thu Feb 3 17:44:46 2022 +0100

history/security.html: fix link to samba-4.13.17-security-2022-01-31.patch

Signed-off-by: Stefan Metzmacher 

---

Summary of changes:
 history/security.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/history/security.html b/history/security.html
index 16f9acf..608884f 100755
--- a/history/security.html
+++ b/history/security.html
@@ -32,7 +32,7 @@ link to full release notes for each release.
patch for Samba 4.15.5

patch for Samba 4.14.12
-   
+   
patch for Samba 4.13.17

CVE-2021-44141, CVE-2021-44142 and CVE-2022-0336. Please see 
announcements for details.


-- 
Samba Website Repository



[SCM] Samba Shared Repository - branch master updated

2022-02-03 Thread Andreas Schneider
The branch, master has been updated
   via  0c6554aa0d6 bootstrap: Fix CentOS8 runner
  from  6509715c037 tevent: add missing `#include `

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


- Log -
commit 0c6554aa0d6812343a8155fca3d7a7993cd5c703
Author: Andreas Schneider 
Date:   Thu Feb 3 07:53:33 2022 +0100

bootstrap: Fix CentOS8 runner

CentOS8 is EOL since December 31, 2021. The packages move to 
vault.centos.org.
We should migrate to CentOS8 Stream soon.

Signed-off-by: Andreas Schneider 
Reviewed-by: Alexander Bokovoy 

Autobuild-User(master): Andreas Schneider 
Autobuild-Date(master): Thu Feb  3 14:31:01 UTC 2022 on sn-devel-184

---

Summary of changes:
 .gitlab-ci-main.yml| 2 +-
 bootstrap/config.py| 9 +
 bootstrap/generated-dists/centos8/bootstrap.sh | 9 +
 bootstrap/sha1sum.txt  | 2 +-
 4 files changed, 20 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml
index dc46d4beaeb..5235254889e 100644
--- a/.gitlab-ci-main.yml
+++ b/.gitlab-ci-main.yml
@@ -42,7 +42,7 @@ variables:
   # Set this to the contents of bootstrap/sha1sum.txt
   # which is generated by bootstrap/template.py --render
   #
-  SAMBA_CI_CONTAINER_TAG: 44771060ac5c91a1feb9a85a7b722893b6f8d843
+  SAMBA_CI_CONTAINER_TAG: 3179d5d22844628ed6b3f4236f90b859315770b4
   #
   # We use the ubuntu1804 image as default as
   # it matches what we have on sn-devel-184.
diff --git a/bootstrap/config.py b/bootstrap/config.py
index 621912a7d94..eeedd72f820 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -235,6 +235,10 @@ CENTOS8_YUM_BOOTSTRAP = r"""
 {GENERATED_MARKER}
 set -xueo pipefail
 
+# CentOS8 is EOL
+sed -i -e "s|^mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-*
+sed -i -e 
"s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" 
/etc/yum.repos.d/CentOS-*
+
 yum update -y
 yum install -y dnf-plugins-core
 yum install -y epel-release
@@ -244,6 +248,11 @@ yum config-manager --set-enabled PowerTools -y || \
 yum config-manager --set-enabled powertools -y
 yum config-manager --set-enabled Devel -y || \
 yum config-manager --set-enabled devel -y
+
+# CentOS8 is EOL
+sed -i -e "s|^mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-*
+sed -i -e 
"s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" 
/etc/yum.repos.d/CentOS-*
+
 yum update -y
 
 yum install -y \
diff --git a/bootstrap/generated-dists/centos8/bootstrap.sh 
b/bootstrap/generated-dists/centos8/bootstrap.sh
index 60cf3937cf7..db9d0bb8b6c 100755
--- a/bootstrap/generated-dists/centos8/bootstrap.sh
+++ b/bootstrap/generated-dists/centos8/bootstrap.sh
@@ -7,6 +7,10 @@
 
 set -xueo pipefail
 
+# CentOS8 is EOL
+sed -i -e "s|^mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-*
+sed -i -e 
"s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" 
/etc/yum.repos.d/CentOS-*
+
 yum update -y
 yum install -y dnf-plugins-core
 yum install -y epel-release
@@ -16,6 +20,11 @@ yum config-manager --set-enabled PowerTools -y || \
 yum config-manager --set-enabled powertools -y
 yum config-manager --set-enabled Devel -y || \
 yum config-manager --set-enabled devel -y
+
+# CentOS8 is EOL
+sed -i -e "s|^mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-*
+sed -i -e 
"s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" 
/etc/yum.repos.d/CentOS-*
+
 yum update -y
 
 yum install -y \
diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt
index 22c597c2361..b889fd18b1f 100644
--- a/bootstrap/sha1sum.txt
+++ b/bootstrap/sha1sum.txt
@@ -1 +1 @@
-44771060ac5c91a1feb9a85a7b722893b6f8d843
+3179d5d22844628ed6b3f4236f90b859315770b4


-- 
Samba Shared Repository



[SCM] Samba Shared Repository - branch master updated

2022-02-03 Thread Volker Lendecke
The branch, master has been updated
   via  6509715c037 tevent: add missing `#include `
  from  ca60f6350d5 lib: libsmbclient: Ensure cli_rename() always sets 
cli->raw_status.

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


- Log -
commit 6509715c037bd63fad77eb8e96647d89e61bc44c
Author: David Seifert 
Date:   Sun Jan 23 15:34:57 2022 +0100

tevent: add missing `#include `

The following functions use `pid_t` in their interface:
* `tevent_req_profile_get_status`
* `tevent_req_profile_set_status`

BUG: https://bugs.gentoo.org/828720

Signed-off-by: David Seifert 
Reviewed-by: Volker Lendecke 
Reviewed-by: Andreas Schneider 

Autobuild-User(master): Volker Lendecke 
Autobuild-Date(master): Thu Feb  3 13:18:29 UTC 2022 on sn-devel-184

---

Summary of changes:
 lib/tevent/tevent.h | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index aaa5a068c55..2d1863d7c6e 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -31,6 +31,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 /* for old gcc releases that don't have the feature test macro __has_attribute 
*/


-- 
Samba Shared Repository