Versions
v1.9.2-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2 LGPL-2.1
- Keywords
- amd64 x86 ~arm64
- USE flags
- static
USE flags
General
- static
- !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically
Dependencies
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
sys-apps / util-linux : Various useful Linux utilities
Runtime Dependencies
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
sys-apps / util-linux : Various useful Linux utilities
Bugs
- 881329
- app-crypt/efitools-1.9.2-r1 - make: [Make.rules:121: KeyTool-signed.efi]<snip> Segmentation fault
- 916544
- app-crypt/efitools-1.9.2-r1 fails to build: memset undefined in ReadVars.so
- 923101
- app-crypt/efitools-1.9.2-r1 fails to compile with 'Invalid DOS header magic' with >=sys-boot/gnu-efi-3.0.17 on arm64
- 934377
- app-crypt/efitools-1.9.2-r1 fails to compile on musl/llvm: invalid ouptut format: 'efi-app-x86_64'
- 939135
- app-crypt/efitools-1.9.2-r1 - [gcc-15] HelloWorld.c: error: initialization of CHAR16 {aka int } from incompatible pointer type short unsigned int [-Wincompatib
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-crypt/efitools: filter LTO
Calls LD directly and doesn't respect LDFLAGS. Low level tool with a history of e.g. segfaulting with new openssl, so let's not risk anything anyway. Closes: https://bugs.gentoo.org/908813 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-crypt/efitools: drop 1.9.2
Bug: https://bugs.gentoo.org/888457 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-crypt/efitools: Stabilize 1.9.2-r1 amd64, #888457
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-crypt/efitools: Stabilize 1.9.2-r1 x86, #888457
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-crypt/efitools: update EAPI 6 -> 8
Bug: https://bugs.gentoo.org/794766 Bug: https://bugs.gentoo.org/816555 Bug: https://bugs.gentoo.org/816558 Bug: https://bugs.gentoo.org/876379 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-crypt/efitools: drop 1.8.1
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
app-crypt/efitools: do not call ar directly
Closes: https://bugs.gentoo.org/744919 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-crypt/efitools: Stabilize 1.9.2 x86, #691420
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Manoj Gupta · gentoo
app-crypt/efitools: Fix building with clang
clang does not support -fno-toplevel-reorder. So remove it for clang builds. Signed-off-by: Manoj Gupta <manojgupta@google.com> Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
app-crypt/efitools: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
app-crypt/efitools: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
app-crypt/efitools: [QA] drop duplicate patches
Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
app-crypt/efitools: amd64 stable wrt bug #691420
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-crypt/efitools: 1.9.2 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-crypt/sbsigntool: renamed to app-crypt/sbsigntools
Also changed all required dependencies. Package-Manager: Portage-2.3.41, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9112 - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
app-crypt/efitools: using in SRC_URI
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Edward Hyunkoo Jee · gentoo
app-crypt/efitools: fix dependency and use toolchain-funcs
This change fixes the issues addressed during the code review at https://github.com/gentoo/gentoo/pull/8648 . Fixes: ed1d845779b0 ("app-crypt/efitools: support "static" USE flag") Closes: https://github.com/gentoo/gentoo/pull/8755 - Repository mirror & CI · gentoo
Merge updates from master - Edward Hyunkoo Jee · gentoo
app-crypt/efitools: support "static" USE flag
If "static" USE flag is set, it makes sense to do static link for user-space executables. - Edward Hyunkoo Jee · gentoo
app-crypt/efitools: apply patch to fix make rules
The patch that fixes the make rules of 1.7.0 is still required for 1.8.1. Closes: https://github.com/gentoo/gentoo/pull/8648 - Aaron Bauman · gentoo
app-crypt/efitools: add compatibility patch for LibreSSL
This patch fixes building with LibreSSL due to a conditional function for API. Closes: https://bugs.gentoo.org/653716 Package-Manager: Portage-2.3.31, Repoman-2.3.9 - Conrad Kostecki · gentoo
app-crypt/efitools: Use dev-perl/File-Slurp
Package-Manager: Portage-2.3.30, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8086 - Conrad Kostecki · gentoo
app-crypt/efitools: Bump to version 1.8.1
Closes: https://bugs.gentoo.org/652090 Closes: https://bugs.gentoo.org/652066 Closes: https://github.com/gentoo/gentoo/pull/7747 Package-Manager: Portage-2.3.30, Repoman-2.3.9 - Mike Gilbert · gentoo
app-crypt/efitools: fix makefile deps
Patch by Felix Janda. Closes: https://bugs.gentoo.org/593656 Package-Manager: Portage-2.3.19_p1, Repoman-2.3.6_p35 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Robin H. Johnson · gentoo
app-crypt/efitools: add ~arm64.
Runtime testing performed on Lenovo CaviumX thanks to Packet.net. Package-Manager: portage-2.3.2 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Pacho Ramos · gentoo
app-crypt/efitools: Cleanup due to bug #42273
Package-Manager: portage-2.3.0 - Michał Górny · gentoo
app-crypt/efitools: Use snapshot for building, #585714 - Anthony G. Basile · gentoo
app-crypt/efitools: add libressl support
Package-Manager: portage-2.2.28 - Pawel Hajdan, Jr · gentoo
app-crypt/efitools: version bump (1.7.0) for bug #533572
Credits: Ben Sagal - bug reporter Gabriel Marcano - uploaded git-based ebuild Package-Manager: portage-2.2.26 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed