Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1858486 (rust-zeroize) - Review Request: rust-zeroize - Securely clear secrets from memory
Summary: Review Request: rust-zeroize - Securely clear secrets from memory
Keywords:
Status: CLOSED RAWHIDE
Alias: rust-zeroize
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Robert-André Mauchin 🐧
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: rust-zeroize_derive
Blocks: IoT rust-num-bigint-dig rust-rsa rust-psa-crypto PARSEC
TreeView+ depends on / blocked
 
Reported: 2020-07-18 10:34 UTC by Peter Robinson
Modified: 2020-07-23 14:33 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-07-21 17:54:24 UTC
Type: Bug
Embargoed:
zebob.m: fedora-review+


Attachments (Terms of Use)

Description Peter Robinson 2020-07-18 10:34:55 UTC
SPEC: https://pbrobinson.fedorapeople.org/rust-zeroize.spec
SRPM: https://pbrobinson.fedorapeople.org/rust-zeroize-1.1.0-1.fc32.src.rpm

Description:
Securely clear secrets from memory with a simple trait built on stable Rust
primitives which guarantee memory is zeroed using an operation will not be
'optimized away' by the compiler. Uses a portable pure Rust implementation that
works everywhere, even WASM!.}

FAS: pbrobinson

koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=47379345

Comment 1 Robert-André Mauchin 🐧 2020-07-18 16:21:36 UTC
 - Please include the license with %license in %files:

%files          devel
%license LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/

 - Bother upstream for the LICENSE-APACHE file as well: https://github.com/iqlusioninc/crates/issues/475

 - Package is not installable:

DEBUG util.py:621:  Error: 
DEBUG util.py:621:   Problem: conflicting requests
DEBUG util.py:621:    - nothing provides (crate(zeroize_derive/default) >= 1.0.0 with crate(zeroize_derive/default) < 2.0.0) needed by rust-zeroize+zeroize_derive-devel-1.1.0-1.fc33.noarch

Comment 3 Robert-André Mauchin 🐧 2020-07-21 16:38:12 UTC
 - License ok
 - Latest version packaged
 - Builds in mock
 - No rpmlint errors
 - Conforms to Packaging Guidelines

Package approved.

Comment 4 Gwyn Ciesla 2020-07-21 17:01:01 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-zeroize


Note You need to log in before you can comment on or make changes to this bug.