]> git.ipfire.org Git - ipfire-2.x.git/commit
samba: Update to version 4.21.2
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 10 Dec 2024 14:11:21 +0000 (15:11 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 18 Dec 2024 07:21:12 +0000 (08:21 +0100)
commit39239d2bc45a91498d243b14e346a804adc4a7f5
tree7a53922eb1a1f7817a0d7b364482f34279aadb9c
parentb0fd6b1fd53dcbe6fb7b539555969b891609d197
samba: Update to version 4.21.2

- Update from version 4.21.0 to 4.21.2
- Update of the rootfiles for x86_64, aarch64 & riscv64
- Version 4.21.0 mentioned that LDB is no longer available to build as a distinct
   tarball. However version 4.21.0 previously built without any problem so it looks like
   it was still available. Now with version 4.21.2 the lmdb package needs to be available
   or you have to disable all ldb options. As these options were uncommented in the
   previous versions of samba, it looks like they are intended to be present. To make
   this version support in the same way the lmdb package had to be moved so it was built
   before samba is built. Hence the shift of lmdb in make.sh
- Changelog
    4.21.2
   * BUG 15732: smbd fails to correctly check sharemode against OVERWRITE
     dispositions.
   * BUG 15754: Panic in close_directory.
   * BUG 15752: winexe no longer works with samba 4.21.
   * BUG 14356: protocol error - Unclear debug message "pad length mismatch" for
     invalid bind packet.
   * BUG 15425: NetrGetLogonCapabilities QueryLevel 2 needs to be implemented.
   * BUG 15740: gss_accept_sec_context() from Heimdal does not imply
     GSS_C_MUTUAL_FLAG with GSS_C_DCE_STYLE.
   * BUG 15749: winbindd should call process_set_title() for locator child.
   * BUG 15320: Update CTDB to track all TCP connections to public IP addresses.
    4.21.1
   * BUG 15624: DH reconnect error handling can lead to stale sharemode entries.
   * BUG 15695: "inherit permissions = yes" triggers assert() in vfs_default
     when creating a stream.
   * BUG 15715: Samba 4.21.0 broke FreeIPA domain member integration.
   * BUG 15692: Missing conversion for msDS-UserTGTLifetime, msDS-
     ComputerTGTLifetime and msDS-ServiceTGTLifetime on "samba-tool
     domain auth policy modify".
   * BUG 15280: irpc_destructor may crash during shutdown.
   * BUG 15624: DH reconnect error handling can lead to stale sharemode entries.
   * BUG 15649: Durable handle is not granted when a previous OPEN exists with
     NoOplock.
   * BUG 15651: Durable handle is granted but reconnect fails.
   * BUG 15708: Disconnected durable handles with RH lease should not be purged
     by a new non conflicting open.
   * BUG 15714: net ads testjoin and other commands use the wrong secrets.tdb in
     a cluster.
   * BUG 15726: 4.21 using --with-system-mitkrb5 requires MIT krb5 1.16 as rfc
     8009 etypes are used.
   * BUG 15730: VFS_OPEN_HOW_WITH_BACKUP_INTENT breaks shadow_copy2.
   * BUG 15643: Samba 4.20.0 DLZ module crashes BIND on startup.
   * BUG 15721: Cannot build libldb lmdb backend on a build without AD DC.
   * BUG 15706: Consistent log level for sighup handler.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/packages/aarch64/samba
config/rootfiles/packages/riscv64/samba
config/rootfiles/packages/x86_64/samba
lfs/samba
make.sh