[SCM] Samba Shared Repository - branch v4-20-test updated

Jule Anger janger at samba.org
Wed Jun 19 14:28:40 UTC 2024


The branch, v4-20-test has been updated
       via  eeae9fe4b01 VERSION: Bump version up to Samba 4.20.3...
       via  569d541c9bb VERSION: Disable GIT_SNAPSHOT for the 4.20.2 release.
       via  55cd97dfef1 WHATSNEW: Add release notes for Samba 4.20.2.
       via  3dd39600da3 BUG 15569 ldb: Release LDB 2.9.1
      from  fc318c63e55 auth/credentials: don't ignore "client use kerberos" and --use-kerberos for machine accounts

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-20-test


- Log -----------------------------------------------------------------
commit eeae9fe4b013c86f15bb59f4c21bcb03403b75fb
Author: Jule Anger <janger at samba.org>
Date:   Wed Jun 19 16:13:52 2024 +0200

    VERSION: Bump version up to Samba 4.20.3...
    
    and re-enable GIT_SNAPSHOT.
    
    Signed-off-by: Jule Anger <janger at samba.org>

commit 569d541c9bb5110d113da3ccdeaeb98ca16eec5c
Author: Jule Anger <janger at samba.org>
Date:   Wed Jun 19 16:13:12 2024 +0200

    VERSION: Disable GIT_SNAPSHOT for the 4.20.2 release.
    
    Signed-off-by: Jule Anger <janger at samba.org>

commit 55cd97dfef1d3caddb2815f12eae9f33c0c6d10d
Author: Jule Anger <janger at samba.org>
Date:   Wed Jun 19 16:11:53 2024 +0200

    WHATSNEW: Add release notes for Samba 4.20.2.
    
    Signed-off-by: Jule Anger <janger at samba.org>

commit 3dd39600da3c0bedeae9f033c1333eb6b0f4ff33
Author: Jule Anger <janger at samba.org>
Date:   Wed Jun 19 16:07:51 2024 +0200

    BUG 15569 ldb: Release LDB 2.9.1
    
    * BUG 15569: Many qsort() comparison functions are non-transitive, which
      can lead to out-of-bounds access in some circumstances.
    
    Signed-off-by: Jule Anger <janger at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 VERSION                                            |  2 +-
 WHATSNEW.txt                                       | 86 +++++++++++++++++++++-
 lib/ldb/ABI/{ldb-2.8.0.sigs => ldb-2.9.1.sigs}     |  0
 ...pyldb-util-2.1.0.sigs => pyldb-util-2.9.1.sigs} |  0
 lib/ldb/wscript                                    |  2 +-
 5 files changed, 86 insertions(+), 4 deletions(-)
 copy lib/ldb/ABI/{ldb-2.8.0.sigs => ldb-2.9.1.sigs} (100%)
 copy lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.9.1.sigs} (100%)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index e279f2933b8..4cb90cc5643 100644
--- a/VERSION
+++ b/VERSION
@@ -27,7 +27,7 @@ SAMBA_COPYRIGHT_STRING="Copyright Andrew Tridgell and the Samba Team 1992-2024"
 ########################################################
 SAMBA_VERSION_MAJOR=4
 SAMBA_VERSION_MINOR=20
-SAMBA_VERSION_RELEASE=2
+SAMBA_VERSION_RELEASE=3
 
 ########################################################
 # If a official release has a serious bug              #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 8249e9326f9..fb964d7a6f4 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,3 +1,86 @@
+                   ==============================
+                   Release Notes for Samba 4.20.2
+                           June 19, 2024
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.20 release series.
+
+
+Changes since 4.20.1
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 15662: vfs_widelinks with DFS shares breaks case insensitivity.
+
+o  Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
+   * BUG 13213: Samba build is not reproducible.
+   * BUG 15569: ldb qsort might r/w out of bounds with an intransitive compare
+     function.
+   * BUG 15625: Many qsort() comparison functions are non-transitive, which can
+     lead to out-of-bounds access in some circumstances.
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 15638: Need to change gitlab-ci.yml tags in all branches to avoid CI
+     bill.
+   * BUG 15654: We have added new options --vendor-name and --vendor-patch-
+     revision arguments to ./configure to allow distributions and packagers to
+     put their name in the Samba version string so that when debugging Samba the
+     source of the binary is obvious.
+
+o  Günther Deschner <gd at samba.org>
+   * BUG 15665: CTDB RADOS mutex helper misses namespace support.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 13019: Dynamic DNS updates with the internal DNS are not working.
+   * BUG 14981: netr_LogonSamLogonEx returns NR_STATUS_ACCESS_DENIED with
+     SysvolReady=0.
+   * BUG 15412: Anonymous smb3 signing/encryption should be allowed (similar to
+     Windows Server 2022).
+   * BUG 15573: Panic in dreplsrv_op_pull_source_apply_changes_trigger.
+   * BUG 15620: s4:nbt_server: does not provide unexpected handling, so winbindd
+     can't use nmb requests instead cldap.
+   * BUG 15642: winbindd, net ads join and other things don't work on an ipv6
+     only host.
+   * BUG 15659: Segmentation fault when deleting files in vfs_recycle.
+   * BUG 15664: Panic in vfs_offload_token_db_fetch_fsp().
+   * BUG 15666: "client use kerberos" and --use-kerberos is ignored for the
+     machine account.
+
+o  Noel Power <noel.power at suse.com>
+   * BUG 15435: Regression DFS not working with widelinks = true.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 15633: samba-gpupdate - Invalid NtVer in netlogon_samlogon_response.
+   * BUG 15653: idmap_ad creates an incorrect local krb5.conf in case of trusted
+     domain lookups.
+   * BUG 15660: The images don't build after the git security release and CentOS
+     8 Stream is EOL.
+
+
+#######################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical:matrix.org matrix room, or
+#samba-technical IRC channel on irc.libera.chat.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the Samba 4.1 and newer product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+
+Release notes for older releases follow:
+----------------------------------------
                    ==============================
                    Release Notes for Samba 4.20.1
                             May 08, 2024
@@ -51,8 +134,7 @@ database (https://bugzilla.samba.org/).
 ======================================================================
 
 
-Release notes for older releases follow:
-----------------------------------------
+----------------------------------------------------------------------
                    ==============================
                    Release Notes for Samba 4.20.0
                            March 27, 2024
diff --git a/lib/ldb/ABI/ldb-2.8.0.sigs b/lib/ldb/ABI/ldb-2.9.1.sigs
similarity index 100%
copy from lib/ldb/ABI/ldb-2.8.0.sigs
copy to lib/ldb/ABI/ldb-2.9.1.sigs
diff --git a/lib/ldb/ABI/pyldb-util-2.1.0.sigs b/lib/ldb/ABI/pyldb-util-2.9.1.sigs
similarity index 100%
copy from lib/ldb/ABI/pyldb-util-2.1.0.sigs
copy to lib/ldb/ABI/pyldb-util-2.9.1.sigs
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index c249a826071..936abe7e41d 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -2,7 +2,7 @@
 
 APPNAME = 'ldb'
 # For Samba 4.20.x !
-VERSION = '2.9.0'
+VERSION = '2.9.1'
 
 import sys, os
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list