Compare commits

..

No commits in common. "a374ad4fcfdd81554c0cea9364f8bb2c87c2cbea" and "11f152f4a6f6a4f4d95240e026baaf15d3401f93" have entirely different histories.

4 changed files with 5 additions and 13 deletions

View File

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

BIN
keyutils-1.5.10.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,17 +1,16 @@
Name: keyutils
Version: 1.6.3
Release: 1
Version: 1.5.10
Release: 11
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.gz
Source0: http://people.redhat.com/~dhowells/keyutils/keyutils-%{version}.tar.bz2
Patch9000: bugfix-fix-argv-string-out-of-bounds.patch
BuildRequires: gcc gdb
BuildRequires: glibc-kernheaders >= 2.4-9.1.92
Requires: %{name}-libs = %{version}-%{release}
%description
The keyutils contains the kernel key management facility and provides the
@ -90,25 +89,18 @@ make \
%files libs-devel
%{_libdir}/libkeyutils.so
%{_includedir}/*
%{_libdir}/pkgconfig/libkeyutils.pc
%files help
%{_mandir}/man*/*
%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
- update to 1.6.1
* Sat Mar 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5.10-11
- Add build requires of gdb
* Mon Feb 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5.10-10
- add keyutils-libs containing dynamic library for keyutils
* Fri May 10 2019 huangchangyu <huangchangyu@huawei.com> - 1.5.10-9
* Thu May 10 2019 huangchangyu <huangchangyu@huawei.com> - 1.5.10-9
- Type:bugfix
- ID:NA
- SUG:NA