Compare commits
12 Commits
11f152f4a6
...
a374ad4fcf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a374ad4fcf | ||
|
|
b16554e186 | ||
|
|
510e0c074e | ||
|
|
10e1f6c802 | ||
|
|
df95cf8fb8 | ||
|
|
f6febc34d7 | ||
|
|
da6d4c391c | ||
|
|
7fb1113bf8 | ||
|
|
b287ebd05a | ||
|
|
62f1ee3d97 | ||
|
|
ba7997df78 | ||
|
|
45ecd16980 |
@ -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;
|
||||
|
||||
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,16 +1,17 @@
|
||||
Name: keyutils
|
||||
Version: 1.5.10
|
||||
Release: 11
|
||||
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
|
||||
|
||||
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
|
||||
@ -89,18 +90,25 @@ 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
|
||||
|
||||
* Thu May 10 2019 huangchangyu <huangchangyu@huawei.com> - 1.5.10-9
|
||||
* Fri May 10 2019 huangchangyu <huangchangyu@huawei.com> - 1.5.10-9
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user