Skip to content
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

Stratis 3.5.0 + stratisd 3.5.1 release #567

Closed
24 tasks done
mulkieran opened this issue Jan 12, 2023 · 5 comments
Closed
24 tasks done

Stratis 3.5.0 + stratisd 3.5.1 release #567

mulkieran opened this issue Jan 12, 2023 · 5 comments
Assignees

Comments

@mulkieran
Copy link
Member

mulkieran commented Jan 12, 2023

Emails to:

@mulkieran
Copy link
Member Author

Investigating test failures in https://bodhi.fedoraproject.org/updates/FEDORA-2023-11d44a0dbc .

@mulkieran
Copy link
Member Author

mulkieran commented Jan 31, 2023

Two failures:

1. BAD /usr/lib/udev/stratis-base32-decode lost full GNU_RELRO security protection on i686 Security
Suggested remedy:

Ensure executables are linked with with '-z relro -z now'.

rustc does not yet support static-pie flag on all the architectures. See rust PR rust-lang/rust#86374 for some discussion. The "-z now" flag requires all symbols to be resolved when program is loaded. But our static compilation step made that not possible. We should waive it. We should also track it, to pick up future changes.

/usr/lib/udev/stratis-base32-decode in stratisd-3.5.0-1.fc37 on aarch64 contains debugging symbols Anyone
Contains: .symtab

rpminspect should strip this when it extracts debuginfo. So, it is probably not a Rust issue at all. We should waive it. We should also track it, to pick up future changes.

@mulkieran
Copy link
Member Author

We will make changes to the rpminspect.yaml file in stratisd in rawhide first.

@mulkieran
Copy link
Member Author

rpmbuild bz filed: https://bugzilla.redhat.com/show_bug.cgi?id=2166149

@mulkieran mulkieran changed the title Stratis 3.5.0 release Stratis 3.5.0 + stratisd 3.5.1 release Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants