Version 1.5.6

- Fix the request-key.conf.5 manpage.
- Fix the max depth of key tree dump (keyctl show).
- The input buffer size for keyctl padd and pinstantiate should be larger.
- Add keyctl_invalidate.3 manpage.
This commit is contained in:
David Howells 2013-08-29 22:56:20 +01:00
parent 6217993a3e
commit beb130ec12
3 changed files with 16 additions and 21 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ keyutils-1.5.tar.bz2
/keyutils-1.5.2.tar.bz2 /keyutils-1.5.2.tar.bz2
/keyutils-1.5.4.tar.bz2 /keyutils-1.5.4.tar.bz2
/keyutils-1.5.5.tar.bz2 /keyutils-1.5.5.tar.bz2
/keyutils-1.5.6.tar.bz2

View File

@ -1,5 +1,5 @@
%define vermajor 1 %define vermajor 1
%define verminor 5.5 %define verminor 5.6
%define version %{vermajor}.%{verminor} %define version %{vermajor}.%{verminor}
%define libdir /%{_lib} %define libdir /%{_lib}
%define usrlibdir %{_prefix}/%{_lib} %define usrlibdir %{_prefix}/%{_lib}
@ -11,7 +11,7 @@
Summary: Linux Key Management Utilities Summary: Linux Key Management Utilities
Name: keyutils Name: keyutils
Version: %{version} Version: %{version}
Release: 5%{?dist}%{?buildid} Release: 1%{?buildid}%{?dist}
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
Group: System Environment/Base Group: System Environment/Base
ExclusiveOS: Linux ExclusiveOS: Linux
@ -95,22 +95,16 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-5 * Thu Aug 29 2013 David Howells <dhowells@redhat.com> - 1.5.6-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Fix the request-key.conf.5 manpage.
- Fix the max depth of key tree dump (keyctl show).
- The input buffer size for keyctl padd and pinstantiate should be larger.
- Add keyctl_invalidate.3 manpage.
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-4 * Wed Nov 30 2011 David Howells <dhowells@redhat.com> - 1.5.5-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Nov 30 2011 David Howells <dhowells@redhat.com> - 1.5.5-1
- Fix a Makefile error. - Fix a Makefile error.
* Tue Nov 30 2011 David Howells <dhowells@redhat.com> - 1.5.4-1 * Wed Nov 30 2011 David Howells <dhowells@redhat.com> - 1.5.4-1
- Fix the keyctl padd command and similar to handle binary input. - Fix the keyctl padd command and similar to handle binary input.
- Make keyctl show able to take a keyring to dump. - Make keyctl show able to take a keyring to dump.
- Make keyctl show able to take a flag to request hex key IDs. - Make keyctl show able to take a flag to request hex key IDs.
@ -119,7 +113,7 @@ rm -rf $RPM_BUILD_ROOT
* Tue Nov 15 2011 David Howells <dhowells@redhat.com> * Tue Nov 15 2011 David Howells <dhowells@redhat.com>
- Allow /sbin/request-key to have multiple config files. - Allow /sbin/request-key to have multiple config files.
* Wed Aug 14 2011 David Howells <dhowells@redhat.com> * Wed Aug 31 2011 David Howells <dhowells@redhat.com>
- Adjust the manual page for 'keyctl unlink' to show keyring is optional. - Adjust the manual page for 'keyctl unlink' to show keyring is optional.
- Add --version support for the keyutils version and build date. - Add --version support for the keyutils version and build date.
@ -234,15 +228,15 @@ rm -rf $RPM_BUILD_ROOT
* Wed Jul 20 2005 David Howells <dhowells@redhat.com> - 0.2-2 * Wed Jul 20 2005 David Howells <dhowells@redhat.com> - 0.2-2
- Bump version to permit building in main repositories. - Bump version to permit building in main repositories.
* Mon Jul 12 2005 David Howells <dhowells@redhat.com> - 0.2-1 * Tue Jul 12 2005 David Howells <dhowells@redhat.com> - 0.2-1
- Don't attempt to define the error codes in the header file. - Don't attempt to define the error codes in the header file.
- Pass the release ID through to the makefile to affect the shared library name. - Pass the release ID through to the makefile to affect the shared library name.
* Mon Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-3 * Tue Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-3
- Build in the perror() override to get the key error strings displayed. - Build in the perror() override to get the key error strings displayed.
* Mon Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-2 * Tue Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-2
- Need a defattr directive after each files directive. - Need a defattr directive after each files directive.
* Mon Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-1 * Tue Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-1
- Package creation. - Package creation.

View File

@ -1 +1 @@
9e8ab5164bc8f84be148761cc89e9d6f keyutils-1.5.5.tar.bz2 2a459462c7ebdff0ce2eb398b92ced9c keyutils-1.5.6.tar.bz2