!136 [sync] PR-135: backport patch to fix unimportant memory leaks

From: @openeuler-sync-bot 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
This commit is contained in:
openeuler-ci-bot 2024-06-07 02:13:40 +00:00 committed by Gitee
commit 6bb5b71f3d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2307 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
Name: krb5
Version: 1.21.2
Release: 2
Release: 3
Summary: The Kerberos network authentication protocol
License: MIT
URL: http://web.mit.edu/kerberos/www/
@ -28,6 +28,7 @@ Patch4: fix-debuginfo-with-y.tab.c.patch
Patch5: Remove-3des-support.patch
Patch6: Fix-krb5_cccol_have_content-bad-pointer-free.patch
Patch7: Do-not-reload-a-modified-profile-data-object.patch
Patch8: backport-Fix-unimportant-memory-leaks.patch
BuildRequires: gettext
BuildRequires: gcc make automake autoconf pkgconfig pam-devel libselinux-devel byacc
@ -326,6 +327,9 @@ make -C src check || :
%{_mandir}/man8/*
%changelog
* Thu Jun 06 2024 fuanan <fuanan3@h-partners.com> - 1.21.2-3
- backport patch to fix unimportant memory leaks
* Tue Apr 30 2024 yanshuai <yanshuai@kylinos.cn> - 1.21.2-2
- Do not reload a modified profile data object