[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package tboot-1:1.10.5-2.el8.x86_64 download

Name tboot
Epoch 1
Version 1.10.5
Release 2.el8
Architecture x86_64
Website/URL http://sourceforge.net/projects/tboot/
License BSD
Build Time 2023-08-09 22:30:59
Build Host builder-x86-01.inferitos.ru
Summary Performs a verified launch using Intel TXT
Repositories BaseOS
Description Trusted Boot (tboot) is an open source, pre-kernel/VMM module that uses Intel Trusted Execution Technology (Intel TXT) to perform a measured and verified launch of an OS kernel/VMM.
Errata
Size 297 KiB
Source Project tboot-1.10.5-2.el8
SHA-256 checksum 47ff4a27887cd7436a06bc0e5d09a10afbb432e1f9b9de7262220c89409d496d
× Full screenshot
Changelog link
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1:1.10.5-2
- Rebuilt for MSVSphere 8.8

* Fri Aug 26 2022 Tony Camuso <tcamuso@redhat.com> - 1:1.10.5-2
- The install scriptlet in %post was not choosing the correct
  grubenv directory. In RHEL8, the efi and legacy bios grubenv
  directories are different. This change assures that the
  correct directory is used for grub.cfg and related modules.
  Added a %postun section to cleanup when removing tboot with
  dnf erase.
  Resolves: rhbz#2121836

* Wed Apr 20 2022 Tony Camuso <tcamuso@redhat.com> - 1:1.10.5-1
Upgrade to tboot-1.10.5-1 for fixes and updates.
  Added a scriptlet to the tboot.spec file to automatically install
  grub2-efi-x64-modules and move them to the correct directory.
  Resolves: rhbz#2040082
  Resolves: rhbz#2041759

* Thu Jun 10 2021 Tony Camuso <tcamuso@redhat.com> - 1:1.10.1-1
Upgrade to tboot-1.10.2-1 provides some bug fixes and updates.
  Remove 0001-Do-not-install-man-pages-for-deprecated-tools.patch
  from the git repo, since it is no longer needed.
  Resolves: rhbz#1857068
  Resolves: rhbz#1873296
  Resolves: rhbz#1920386

* Mon Feb 22 2021 Tony Camuso <tcamuso@redhat.com> - 1:1.10.0-1
Need to add BuildRequires: perl, since it has beem moved
  from BuildRoot.
  See: https://fedoraproject.org/wiki/Packaging:Perl#Build_Dependencies
  Resolves: rhbz#1857068

* Mon Feb 22 2021 Tony Camuso <tcamuso@redhat.com> - 1:1.10.0-1
Build problem creating directory for grub modules. We can't
  know if the modules are there, so it's up to the end user to
  find the modules and copy them to the correct location.
  Specifically, for systems booting from EFI, the
  /boot/efi/EFI/redhat/x86_64-efi/multiboot2.mod file, if it
  exists, must be copied to the /boot/efi/EFI/redhat/x86_64-efi/
  directory. If that file does not exist, then the system has
  the wrong version of grub for using tboot in an EFI system.
  Resolves: rhbz#1857068

* Fri Dec 11 2020 Tony Camuso <tcamuso@redhat.com> - 1:1.10.0-0
Upgrade to latest upstream version
  Added upstream patch to remove deprecated man pages
  Resolves: rhbz#1857068

* Tue Jun 23 2020 Tony Camuso <tcamuso@redhat.com> - 1:1.9.12-2
- Fix build issues with one upstream patch.
  This patch also reverts the previous patch concerning the
  -Wno-address-of-packed-member cflag.
  Resolves: rhbz#1847938

* Fri Jun 12 2020 Tony Camuso <tcamuso@redhat.com> - 1:1.9.12-1
- Add patch to revert "Disable GCC9 address-of-packed-member warning"
  While it was able to build locally with 'rhpkg local', the brew
  build failed, because the compiler on the brew systems did not
  recognized the new GCC9 command line flag:
  -Wno-address-of-packed-member

* Fri May 29 2020 Tony Camuso <tcamuso@redhat.com> - 1:1.9.12-1
- Upgrade to latest upstream version
  Resolves: rhbz#1790169