1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

bootstrap: Update to get newer krb5 on Fedora 34

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>
This commit is contained in:
Andrew Bartlett 2021-09-01 20:45:03 +12:00 committed by Andreas Schneider
parent 40b65fcb58
commit e9c8ac4adb
3 changed files with 5 additions and 2 deletions

View 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.

View 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

View File

@ -1 +1 @@
b5333a93306e20ba549f5fac3c6c74e0b103c1d6
733f8fa83c921e5a7ec8f5470b2ca7d52548f4b0