commit
c0b63e3159
@ -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
BIN
keyutils-1.6.3.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
Name: keyutils
|
Name: keyutils
|
||||||
Version: 1.6.1
|
Version: 1.6.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Utilities of Linux Key Management
|
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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user