-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPG toolstack upgrade to latest available versions (Fixes Gawk issue) #714
GPG toolstack upgrade to latest available versions (Fixes Gawk issue) #714
Conversation
@MrChromebox Any opposition? |
@tlaurion let me give this a test tomorrow, looks good at first glance outside of the unrelated x230 config change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to review this, but GitHub makes that quite hard (compared to Gerrit for example, used in coreboot).
I would like to see the changes below.
- Format and write git commit messages to follow the standard.
- Fix typos in the commit messages.
- Summarize the problems in the commit message instead of loosely referencing issues. Currently it’s hard to understand for outsiders, which do not follow the Heads development.
- Summarize the software version changes (overview) in the pull request description (also the gawk issue), and note how much the size changes.
- Mention in the commit messages, why certain configure options are changed (nls for example).
c22ea2d
to
9016e18
Compare
08b4539
to
bc4013f
Compare
only configure warning still being present is |
built for librem13v4, flashed, booted, performed a factory reset and everything went smoothly. LGTM now |
bc4013f
to
7f657da
Compare
- Remove unrecognized configure options - fixes gawk issue linuxboot#668 by upgrading to libgpg-error 1.37 instead of patching 1.32 for regex change (fixed upstream) - move patches so they match new versions for libassuan, gpg and libgcrypt (no change) Version change: - gpg 2.2.10 -> 2.2.20 - libassuan 2.5.1 -> 2.5.3 - libgcrypt 1.8.3 -> 1.8.5 - libgpg-error 1.32 -> 1.37 Size changes: - gpg 886.5 -> 911.3 kB - gpg-agent: 371.9 -> 376.0 kB - scdaemon: 399.5 -> 407.8 kB - libgpg-error.so.0 125.9 -> 130.0 kB Unrecognized options on gpg2 toolstack: - disable-nls and disable-asm disable-keyserver-helpers disable-hkp disable-finger disable-dns-srv disable-dns-cert and disable-wks-server
7f657da
to
241b0bc
Compare
This includes to be reverted CircleCi config to test current build over debian bullseye which was successful, while resulting build is currently untested.
Fixes #668 and problem in #710 PR to include Heads into Guix facing gawk issues
Todo: push additional commit to reverse that changeset once reviewed.
Reviewers:
I repeat here message in commit