Update to version 4.22.4
- resolves: RHEL-89873
This commit is contained in:
parent
b21dd1b556
commit
fe94d70213
2
.gitignore
vendored
2
.gitignore
vendored
@ -303,3 +303,5 @@ samba-3.6.0pre1.tar.gz
|
||||
/samba-4.22.2.tar.xz
|
||||
/samba-4.22.3.tar.asc
|
||||
/samba-4.22.3.tar.xz
|
||||
/samba-4.22.4.tar.asc
|
||||
/samba-4.22.4.tar.xz
|
||||
|
||||
@ -1,34 +0,0 @@
|
||||
From 88572cc8f629a737a1d5b33d5800f3692895233f Mon Sep 17 00:00:00 2001
|
||||
From: Ralph Boehme <slow@samba.org>
|
||||
Date: Fri, 4 Jul 2025 17:50:40 +0200
|
||||
Subject: [PATCH] libads: fix get_kdc_ip_string() ...
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15881
|
||||
|
||||
Signed-off-by: Ralph Boehme <slow@samba.org>
|
||||
Reviewed-by: Guenther Deschner <gd@samba.org>
|
||||
|
||||
Autobuild-User(master): Günther Deschner <gd@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.50.0
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/var/log/samba/log.* {
|
||||
/var/log/samba/*log* {
|
||||
compress
|
||||
dateext
|
||||
maxage 365
|
||||
|
||||
@ -113,7 +113,7 @@
|
||||
%bcond lmdb 0
|
||||
%endif
|
||||
|
||||
%global samba_version 4.22.3
|
||||
%global samba_version 4.22.4
|
||||
|
||||
# The release field is extended:
|
||||
# <pkgrel>[.<extraver>][.<snapinfo>]%%{?dist}[.<minorbump>]
|
||||
@ -223,7 +223,7 @@ Source202: samba.abignore
|
||||
# git format-patch --stdout -l1 --no-renames -N > redhat-4.22.patch
|
||||
# where N is number of commits
|
||||
|
||||
Patch0: redhat-4.22.patch
|
||||
#Patch0: redhat-4.22.patch
|
||||
|
||||
Requires(pre): %{name}-common = %{samba_depver}
|
||||
Requires: %{name}-common = %{samba_depver}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (samba-4.22.3.tar.asc) = 612d3bec57048168e5c0f95c2ce28daaf0dd29282ba34af26a590ff20c6187f5efaa5b717577d445df4f4752ded6f8ee139ab878b8ccb4cf41c2a38fb8b4694e
|
||||
SHA512 (samba-4.22.3.tar.xz) = 426f5128eefc8e96677e507d6980756e7bc70d063c62a9d38d5c33b9c3eb54aaffe1fab5432e09f50d6dfc898635952df8122b2a1a9ee45a6a01702f3c91f43c
|
||||
SHA512 (samba-4.22.4.tar.asc) = ee1b66c6094f6c44954470432676034afc557db84f28a6ef37ea770d987cd5dddf6f6e8c179f3344cf04abc1c6696bbaa5ae031119edc58ea533b464d77641d9
|
||||
SHA512 (samba-4.22.4.tar.xz) = d04db845227ace43642ba69da4ded80d576db01d2e6a7e3e3161c05ce20ff77bd944d39aaf35adab59bed607e0037713969cb9a855a367ab65d021c5aef7ea46
|
||||
|
||||
Loading…
Reference in New Issue
Block a user