OBS User unknown
2008-08-01 23:11:46 +00:00
committed by Git OBS Bridge
parent d5c17a28f6
commit f3bf4312fc
5 changed files with 207 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
Name: krb5
Version: 1.6.3
Release: 58
Release: 62
BuildRequires: bison libcom_err-devel ncurses-devel
%if %{suse_version} > 1010
BuildRequires: keyutils keyutils-devel
@@ -554,6 +554,13 @@ rm -rf %{buildroot}
%{_mandir}/man1/krb5-config.1*
%changelog
* Mon Jul 28 2008 mc@suse.de
- add new fixes to post 1.6.3 patch
* fix mem leak in krb5_gss_accept_sec_context()
* keep minor_status
* kadm5_decrypt_key: A ktype of -1 is documented as meaning
"to be ignored"
* Reject socket fds > FD_SETSIZE
* Fri Jul 25 2008 mc@suse.de
- add patches from SVN post 1.6.3
* krb5_string_to_keysalts: Fix an infinite loop