[keyutils] Version 1.5.6

David Howells dhowells at fedoraproject.org
Thu Aug 29 22:09:23 UTC 2013


commit beb130ec1257790a795376e2e3012054e6929985
Author: David Howells <dhowells at redhat.com>
Date:   Thu Aug 29 22:56:20 2013 +0100

    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.

 .gitignore    |    1 +
 keyutils.spec |   34 ++++++++++++++--------------------
 sources       |    2 +-
 3 files changed, 16 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 352339b..182aab3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ keyutils-1.5.tar.bz2
 /keyutils-1.5.2.tar.bz2
 /keyutils-1.5.4.tar.bz2
 /keyutils-1.5.5.tar.bz2
+/keyutils-1.5.6.tar.bz2
diff --git a/keyutils.spec b/keyutils.spec
index e87e644..4d616fe 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -1,5 +1,5 @@
 %define vermajor 1
-%define verminor 5.5
+%define verminor 5.6
 %define version %{vermajor}.%{verminor}
 %define libdir /%{_lib}
 %define usrlibdir %{_prefix}/%{_lib}
@@ -11,7 +11,7 @@
 Summary: Linux Key Management Utilities
 Name: keyutils
 Version: %{version}
-Release: 5%{?dist}%{?buildid}
+Release: 1%{?buildid}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
 ExclusiveOS: Linux
@@ -95,22 +95,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.5-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+* Thu Aug 29 2013 David Howells <dhowells at redhat.com> - 1.5.6-1
+- 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 at lists.fedoraproject.org> - 1.5.5-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at 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 at lists.fedoraproject.org> - 1.5.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Tue Nov 30 2011 David Howells <dhowells at redhat.com> - 1.5.5-1
+* Wed Nov 30 2011 David Howells <dhowells at redhat.com> - 1.5.5-1
 - Fix a Makefile error.
 
-* Tue Nov 30 2011 David Howells <dhowells at redhat.com> - 1.5.4-1
+* Wed Nov 30 2011 David Howells <dhowells at redhat.com> - 1.5.4-1
 - 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 flag to request hex key IDs.
@@ -119,7 +113,7 @@ rm -rf $RPM_BUILD_ROOT
 * Tue Nov 15 2011 David Howells <dhowells at redhat.com>
 - Allow /sbin/request-key to have multiple config files.
 
-* Wed Aug 14 2011 David Howells <dhowells at redhat.com>
+* Wed Aug 31 2011 David Howells <dhowells at redhat.com>
 - Adjust the manual page for 'keyctl unlink' to show keyring is optional.
 - 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 at redhat.com> - 0.2-2
 - Bump version to permit building in main repositories.
 
-* Mon Jul 12 2005 David Howells <dhowells at redhat.com> - 0.2-1
+* Tue Jul 12 2005 David Howells <dhowells at redhat.com> - 0.2-1
 - 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.
 
-* Mon Jul 12 2005 David Howells <dhowells at redhat.com> - 0.1-3
+* Tue Jul 12 2005 David Howells <dhowells at redhat.com> - 0.1-3
 - Build in the perror() override to get the key error strings displayed.
 
-* Mon Jul 12 2005 David Howells <dhowells at redhat.com> - 0.1-2
+* Tue Jul 12 2005 David Howells <dhowells at redhat.com> - 0.1-2
 - Need a defattr directive after each files directive.
 
-* Mon Jul 12 2005 David Howells <dhowells at redhat.com> - 0.1-1
+* Tue Jul 12 2005 David Howells <dhowells at redhat.com> - 0.1-1
 - Package creation.
diff --git a/sources b/sources
index 4022af7..9527e9e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e8ab5164bc8f84be148761cc89e9d6f  keyutils-1.5.5.tar.bz2
+2a459462c7ebdff0ce2eb398b92ced9c  keyutils-1.5.6.tar.bz2


More information about the scm-commits mailing list