From 74121f1774ec1cb6c83be0791174010e1b71a6e6 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 11 Jul 2012 15:06:04 -0400 Subject: [PATCH] Rebase to 0.5 - Do more rigorous bounds checking when hashing a new binary. --- pesign.spec | 6 +++++- sources | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pesign.spec b/pesign.spec index a67d8cf..3502d99 100644 --- a/pesign.spec +++ b/pesign.spec @@ -1,6 +1,6 @@ Summary: Signing utility for UEFI binaries Name: pesign -Version: 0.4 +Version: 0.5 Release: 1%{?dist} Group: Development/System License: GPLv2 @@ -51,6 +51,10 @@ rm -rf %{buildroot} %attr(0700,root,root) /etc/pki/pesign %changelog +* Wed Jul 11 2012 Peter Jones - 0.5-1 +- Rebase to 0.5 +- Do more rigorous bounds checking when hashing a new binary. + * Tue Jul 10 2012 Peter Jones - 0.3-2 - Rebase to 0.4 diff --git a/sources b/sources index 82e77e7..4fc13bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eba963fc941d3fda1dd34c79f3b510f5 pesign-0.4.tar.bz2 +8a1605c85d969a92c9d46126e0027608 pesign-0.5.tar.bz2