diff --git a/bugfix-fix-argv-string-out-of-bounds.patch b/bugfix-fix-argv-string-out-of-bounds.patch index cbf96b44e6569fc4017e4cc740e06a5836e77930..1ea95868df202c9725b2f95147488732cd47a10a 100644 --- a/bugfix-fix-argv-string-out-of-bounds.patch +++ b/bugfix-fix-argv-string-out-of-bounds.patch @@ -14,7 +14,7 @@ diff --git a/keyctl.c b/keyctl.c index 801a864..f13c2a1 100644 --- a/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++) { if (!cmd->action) continue; diff --git a/keyutils-1.6.1.tar.bz2 b/keyutils-1.6.1.tar.bz2 deleted file mode 100644 index 3deced4cce63ab75bb34da1896f3093cc5b1a3f0..0000000000000000000000000000000000000000 Binary files a/keyutils-1.6.1.tar.bz2 and /dev/null differ diff --git a/keyutils-1.6.3.tar.gz b/keyutils-1.6.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c9d9eeec882547d117e51a8feb8e4aa55816877d Binary files /dev/null and b/keyutils-1.6.3.tar.gz differ diff --git a/keyutils.spec b/keyutils.spec index 83b901a4531713a023d9cd73e7c65c318ca27c66..c36e8e64aa7d12c83cd8002dc5b50b90c7bfd89c 100644 --- a/keyutils.spec +++ b/keyutils.spec @@ -1,11 +1,11 @@ Name: keyutils -Version: 1.6.1 +Version: 1.6.3 Release: 1 Summary: Utilities of Linux Key Management License: GPLv2+ and LGPLv2+ 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 @@ -96,6 +96,9 @@ make \ %{_mandir}/man*/* %changelog +* Tue Jul 28 2020 steven - 1.6.3-1 +- update to 1.6.3 + * Thu Apr 16 2020 openEuler Buildteam - 1.6.1-1 - update to 1.6.1