]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
bootstrap: Update to get newer krb5 on Fedora 34
authorAndrew Bartlett <abartlet@samba.org>
Wed, 1 Sep 2021 08:45:03 +0000 (20:45 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 2 Sep 2021 13:41:28 +0000 (13:41 +0000)
We need the update FEDORA-2021-20b495cb94 (krb5) to
get a fix for CVE-2021-37750 (explicit NULL deref on KDC)
so our CI will pass as we have a test for this.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
.gitlab-ci-main.yml
bootstrap/config.py
bootstrap/sha1sum.txt

index ce80561ba0fd5c452c1d09b539b4e95e8caed223..4b2f17938c8450de62cf976ef3d9cafd201454c6 100644 (file)
@@ -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: b5333a93306e20ba549f5fac3c6c74e0b103c1d6
+  SAMBA_CI_CONTAINER_TAG: 733f8fa83c921e5a7ec8f5470b2ca7d52548f4b0
   #
   # We use the ubuntu1804 image as default as
   # it matches what we have on sn-devel-184.
index 821ce3d5cc2781e83ebc4221253e3045d9c8fbf1..ba4304bb9f88ce4f4f1a3cbbb10a675428df13d5 100644 (file)
@@ -20,6 +20,9 @@ Manage dependencies and bootstrap environments for Samba.
 
 Config file for packages and templates.
 
+Update the lists in this file to require new packages in the
+container images used in GitLab CI
+
 Author: Joe Guo <joeg@catalyst.net.nz>
 """
 import os
index e7de92cc5042e46dfc6c3d3fd54b1d13756c4264..e433f698b68c9eadbc0cc7a5208badba59bc9933 100644 (file)
@@ -1 +1 @@
-b5333a93306e20ba549f5fac3c6c74e0b103c1d6
+733f8fa83c921e5a7ec8f5470b2ca7d52548f4b0