Skip to content

Commit

Permalink
Release pesign 116
Browse files Browse the repository at this point in the history
- Fix privilege escalation in pesign-authorize (CVE-2022-3560)
- Deprecate pesign-authorize
- Free resources if certificate cannot be found
- Fix building signed kernels on setups other than koji
- Fix typo in efikeygen command
- pesign: print digests before filenames like sha256sum does
- Add 'pesum', an authenticode digest generator.
- macros.pesign: handle centos like rhel with --rhelver
- Detect the presence of rpm-sign when checking for "rhel"-ness
- get_password_passthrough(): handle the callback context right
- read_password(): only prune CR/NL from the end of the file
- Fix mandoc invocation to not produce garbage
- pesigcheck: Fix crash on digest match

Signed-off-by: Robbie Harwood <[email protected]>
  • Loading branch information
frozencemetery committed Jan 31, 2023
1 parent d8a8c25 commit c8d7c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MAJOR_VERSION = 115
MAJOR_VERSION = 116
VERSION = $(MAJOR_VERSION)

0 comments on commit c8d7c76

Please sign in to comment.