Bug 2302681
| Summary: | Review Request: rust-tokio-rustls0.25 - Asynchronous TLS/SSL streams for Tokio using Rustls | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Davide Cavalca <davide> |
| Component: | Package Review | Assignee: | Michel Lind <michel> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | decathorpe, michel, package-review |
| Target Milestone: | --- | Flags: | michel:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-08-04 17:12:03 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2302682 | ||
|
Description
Davide Cavalca
2024-08-04 01:40:35 UTC
Scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=121478772 $ cat rust2rpm.toml [tests] skip = [ "common::test_stream::stream_bad", "common::test_stream::stream_eof", "common::test_stream::stream_good", "common::test_stream::stream_buffered_handshake", "common::test_stream::stream_handshake", "common::test_stream::stream_handshake_regression_issues_77", "test_modern", "test_tls12", "test_lazy_config_acceptor", "pass", ] skip-exact = true comments = [ "skip tests that require internet access", "skip tests relying on expired certificates", ] Compat package, basically identical to https://src.fedoraproject.org/rpms/rust-tokio-rustls/tree/f0ed26cefd170c212612405aae34663d63d3d38c except more tests now needs to be skipped APPROVED === Recommended post-import rust-sig tasks (use `fedora-sig-onboard onboard -R rust-$crate$ver` to automate): - add @rust-sig with "commit" access as package co-maintainer (should happen automatically) - set bugzilla assignee overrides to @rust-sig (optional) - track package in koschei for all built branches (should happen automatically once rust-sig is co-maintainer) In general, I would like to avoid having compat packages for cryptography-related crates unless absolutely necessary. - especially if we already have a newer version in Fedora and you're adding a compat package for an *old* version (vs. creating a compat package in order to be able to ship an update). What do you need the old version for? If possible, please try to bump the dependency instead. See https://bugzilla.redhat.com/show_bug.cgi?id=2302682#c4, this is needed for hyper-rustls which is needed for redlib. There's an API break so bumping it is unfortunately not an option. The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-tokio-rustls0.25 FEDORA-2024-3bca464ec1 (rust-tokio-rustls0.25-0.25.0-1.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-3bca464ec1 FEDORA-2024-3bca464ec1 (rust-tokio-rustls0.25-0.25.0-1.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. |