forked from linuxboot/heads
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing staging including linuxboot#1350 as commit linuxboot@997a793 …
…on top of coreboot 4.19 and 5.10.5 test CircleCI build (see which boards won't take it on 5.x kernels)
- Loading branch information
Showing
13 changed files
with
68 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,10 +128,10 @@ gpg_key_reset() | |
echo ${ADMIN_PIN_DEF} | ||
echo ${USER_PIN_DEF} | ||
echo 0 | ||
echo y | ||
echo ${GPG_USER_NAME} | ||
echo ${GPG_USER_MAIL} | ||
echo ${GPG_USER_COMMENT} | ||
echo ${USER_PIN_DEF} | ||
} | gpg --command-fd=0 --status-fd=2 --pinentry-mode=loopback --card-edit \ | ||
> /tmp/gpg_card_edit_output 2>&1 | ||
if [ $? -ne 0 ]; then | ||
|
@@ -508,13 +508,8 @@ if [ "$prompt_output" == "y" \ | |
echo -e "We will generate a GnuPG (PGP) keypair identifiable with the following text form:" | ||
echo -e "Real Name (Comment) [email protected]" | ||
|
||
echo -e "\nEnter your Real Name (At least 5 characters long):" | ||
echo -e "\nEnter your Real Name (Optional):" | ||
read -r GPG_USER_NAME | ||
while [[ ${#GPG_USER_NAME} -lt 5 ]]; do | ||
{ | ||
echo -e "\nEnter your Real Name (At least 5 characters long):" | ||
read -r GPG_USER_NAME | ||
};done | ||
|
||
echo -e "\nEnter your [email protected]:" | ||
read -r GPG_USER_MAIL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
disable-scdaemon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
diff -u --recursive gnupg-2.4.0/configure gnupg-2.4.0/configure | ||
--- gnupg-2.4.0/configure 2016-08-17 09:20:25.000000000 -0400 | ||
+++ gnupg-2.4.0/configure 2018-01-20 16:55:14.502067084 -0500 | ||
@@ -572,7 +572,7 @@ | ||
ac_clean_files= | ||
ac_config_libobj_dir=. | ||
LIBOBJS= | ||
-cross_compiling=no | ||
+cross_compiling=yes | ||
subdirs= | ||
MFLAGS= | ||
MAKEFLAGS= | ||
--- gnupg-2.4.0/common/ttyio.c.orig 2023-03-24 02:37:40.384435064 +0100 | ||
+++ gnupg-2.4.0/common/ttyio.c 2023-03-24 02:38:21.825961221 +0100 | ||
@@ -186,7 +186,7 @@ | ||
SetConsoleMode (con.out, DEF_OUTMODE); | ||
|
||
#else /* Unix */ | ||
- ttyfp = batchmode? stderr : fopen (tty_get_ttyname (), "r+"); | ||
+ ttyfp = stderr; | ||
if (!ttyfp) | ||
{ | ||
log_error ("cannot open '%s': %s\n", tty_get_ttyname (), strerror(errno)); |
6 changes: 3 additions & 3 deletions
6
patches/libassuan-2.5.3.patch → patches/libassuan-2.5.5.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters