upgrade to 1.6.3

This commit is contained in:
huangzq6 2020-07-28 14:34:32 +08:00
parent f6febc34d7
commit df95cf8fb8
4 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,7 @@ diff --git a/keyctl.c b/keyctl.c
index 801a864..f13c2a1 100644 index 801a864..f13c2a1 100644
--- a/keyctl.c --- a/keyctl.c
+++ b/keyctl.c +++ b/keyctl.c
@@ -157,7 +157,7 @@ int main(int argc, char *argv[]) @@ -197,7 +197,7 @@ void do_command(int argc, char **argv,
for (cmd = commands; cmd->name; cmd++) { for (cmd = commands; cmd->name; cmd++) {
if (!cmd->action) if (!cmd->action)
continue; continue;

Binary file not shown.

BIN
keyutils-1.6.3.tar.gz Normal file

Binary file not shown.

View File

@ -5,7 +5,7 @@ Summary: Utilities of Linux Key Management
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
Url: http://people.redhat.com/~dhowells/keyutils/ Url: http://people.redhat.com/~dhowells/keyutils/
Source0: http://people.redhat.com/~dhowells/keyutils/keyutils-%{version}.tar.bz2 Source0: http://people.redhat.com/~dhowells/keyutils/keyutils-%{version}.tar.gz
Patch9000: bugfix-fix-argv-string-out-of-bounds.patch Patch9000: bugfix-fix-argv-string-out-of-bounds.patch
@ -96,6 +96,9 @@ make \
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Tue Jul 28 2020 steven <steven_ygui@163.com> - 1.6.3-1
- update to 1.6.3
* Thu Apr 16 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.1-1 * Thu Apr 16 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.1-1
- update to 1.6.1 - update to 1.6.1