[Pkg-samba-maint] [Git][samba-team/samba][master] 3 commits: libads-fix-get_kdc_ip_string.patch (upstream fix for #1109005)

Michael Tokarev (@mjt) gitlab at salsa.debian.org
Tue Jul 15 10:44:05 BST 2025



Michael Tokarev pushed to branch master at Debian Samba Team / samba


Commits:
65f0423a by Michael Tokarev at 2025-07-15T12:41:14+03:00
libads-fix-get_kdc_ip_string.patch (upstream fix for #1109005)

- - - - -
08801771 by Michael Tokarev at 2025-07-15T12:41:14+03:00
update changelog

- - - - -
a81e06a8 by Michael Tokarev at 2025-07-15T12:42:29+03:00
update changelog; upload version 4.22.3+dfsg-3 to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/libads-fix-get_kdc_ip_string.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,25 @@
+samba (2:4.22.3+dfsg-3) unstable; urgency=medium
+
+  [ Sascha Lucas ]
+  * winbind pam-config: fix account section to actually execute pam_winbind
+    entries after usually successful cal to pam_unix, in a way how it's done
+    in sssd (Closes: #907318)
+
+  [ Douglas Bagnall ]
+  * debian/panic-action: make the wording more user-friendly and steer users
+    towards configuration and logs (Closes: #1089853)
+
+  [ Michael Tokarev ]
+  * d/python3-talloc.symbols.in: add forgotten epoch number for recent versions
+    (this doesn't actually affect anything since there were no new symbols with
+    these versions, but it's better to stay correct)
+  * d/control: fix winbind:Enhances for libkrb5-26-heimdal which
+    is libkrb5-26t64-heimdal in trixie and up, keeping in mind possible
+    backporting to older debian/ubuntu versions (before-trixie build profile)
+  * libads-fix-get_kdc_ip_string.patch (upstream fix for #1109005)
+
+ -- Michael Tokarev <mjt at tls.msk.ru>  Tue, 15 Jul 2025 12:42:04 +0300
+
 samba (2:4.22.3+dfsg-2) unstable; urgency=medium
 
   * Revert "d/control,d/rules: ensure we use the most recent talloc/tevent/tdb"


=====================================
debian/patches/libads-fix-get_kdc_ip_string.patch
=====================================
@@ -0,0 +1,36 @@
+From: Ralph Boehme <slow at samba.org>
+Date: Fri, 4 Jul 2025 17:50:40 +0200
+Subject: libads: fix get_kdc_ip_string() ...
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+Bug-Debian: https://bugs.debian.org/1109005
+Origin: upstream, https://gitlab.com/samba-team/samba/-/commit/88572cc8f629a737a1d5b33d5800f3692895233f
+Forwarded: not-needed
+
+BUG: https://bugzilla.samba.org/show_bug.cgi?id=15881
+
+Signed-off-by: Ralph Boehme <slow at samba.org>
+Reviewed-by: Guenther Deschner <gd at samba.org>
+
+Autobuild-User(master): Günther Deschner <gd at samba.org>
+Autobuild-Date(master): Mon Jul  7 16:46:29 UTC 2025 on atb-devel-224
+---
+ source3/libads/kerberos.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/source3/libads/kerberos.c b/source3/libads/kerberos.c
+index 75803500d31..145bc36cdb2 100644
+--- a/source3/libads/kerberos.c
++++ b/source3/libads/kerberos.c
+@@ -1230,6 +1230,7 @@ static char *get_kdc_ip_string(char *mem_ctx,
+ 
+ 	if (!NT_STATUS_IS_OK(status)) {
+ 		DBG_DEBUG("netlogon_pings failed: %s\n", nt_errstr(status));
++		result = talloc_move(mem_ctx, &kdc_str);
+ 		goto out;
+ 	}
+ 
+-- 
+2.47.2
+


=====================================
debian/patches/series
=====================================
@@ -24,3 +24,4 @@ ctdb-use-run-instead-of-var-run.patch
 revert-ldb-use-hexchars_upper-from-replace.h.patch
 replace-xpg-strerror.patch
 add-support-for-bind-9.20.patch
+libads-fix-get_kdc_ip_string.patch



View it on GitLab: https://salsa.debian.org/samba-team/samba/-/compare/059a8506137a0de9af42899208cce38d9712b52d...a81e06a873505dc8aab731f7aa0c780ff0071b4e

-- 
View it on GitLab: https://salsa.debian.org/samba-team/samba/-/compare/059a8506137a0de9af42899208cce38d9712b52d...a81e06a873505dc8aab731f7aa0c780ff0071b4e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20250715/05321fab/attachment-0001.htm>


More information about the Pkg-samba-maint mailing list