Upgrade to latest upstream version which provided security fix for:
tboot:argument measurement vulnerablity for GRUB2+ELF kernels
This commit is contained in:
parent
e4b5315e8d
commit
642da36b59
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/tboot-20110429.tar.gz
|
||||
/tboot-1.7.0.tar.gz
|
||||
/tboot-1.7.3.tar.gz
|
||||
/tboot-1.8.2.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
b471f3230cddb33b458020dc7b88810c tboot-1.8.1.tar.gz
|
||||
4849a56f1d8db1ec41b6b117e1931b43 tboot-1.8.2.tar.gz
|
||||
|
12
tboot.spec
12
tboot.spec
@ -1,6 +1,6 @@
|
||||
Summary: Performs a verified launch using Intel TXT
|
||||
Name: tboot
|
||||
Version: 1.8.1
|
||||
Version: 1.8.2
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
@ -8,7 +8,6 @@ Group: System Environment/Base
|
||||
License: BSD
|
||||
URL: http://sourceforge.net/projects/tboot/
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch0: tboot-1.7.3-format-string.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: trousers-devel
|
||||
@ -23,11 +22,6 @@ and verified launch of an OS kernel/VMM.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Patch format strings only on 32-bit x86 builds. size_t
|
||||
%ifarch %{ix86}
|
||||
%patch0 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
|
||||
make debug=y %{?_smp_mflags}
|
||||
@ -79,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/boot/tboot-syms
|
||||
|
||||
%changelog
|
||||
* Wed Jul 30 2014 Gang Wei <gang.wei@intel.com> - 1:1.8.2-1
|
||||
- Upgrade to latest upstream version which provided security fix for:
|
||||
tboot:argument measurement vulnerablity for GRUB2+ELF kernels
|
||||
|
||||
* Wed Jun 18 2014 Gang Wei <gang.wei@intel.com> - 1:1.8.1-1
|
||||
- Upgrade to latest upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user