Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: fdo-client | Distribution: CentOS |
Version: 0.5.1 | Vendor: CentOS |
Release: 1.el9 | Build date: Wed Nov 27 12:55:00 2024 |
Group: Unspecified | Build host: x86-02.stream.rdu2.redhat.com |
Size: 6651805 | Source RPM: fido-device-onboard-0.5.1-1.el9.src.rpm |
Packager: [email protected] | |
Url: https://github.com/fdo-rs/fido-device-onboard-rs | |
Summary: FDO Client implementation |
FDO Client implementation
Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND BSD-3-Clause AND (CC0-1.0 OR Apache-2.0) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND ISC AND MIT AND ((MIT OR Apache-2.0) AND Unicode-DFS-2016) AND (Apache-2.0 OR MIT OR Zlib) AND MPL-2.0 AND (Unlicense OR MIT)
* Tue Nov 26 2024 Antonio Murdaca <[email protected]> - 0.5.1-1 * chore: update patch for new release by @nullr0ute in https://github.com/fdo-rs/fido-device-onboard-rs/pull/625 * chore: fix require error with commitlint by @miabbott in https://github.com/fdo-rs/fido-device-onboard-rs/pull/636 * fix(license): replace space with - in Apache 2.0 by @7flying in https://github.com/fdo-rs/fido-device-onboard-rs/pull/632 * fix(data-formats): use serde_tuple serializer for error messages by @mmartinv in https://github.com/fdo-rs/fido-device-onboard-rs/pull/629 * fix: cargo test for non-root users by @mmartinv in https://github.com/fdo-rs/fido-device-onboard-rs/pull/635 * fix(get_current_user_name): remove trailing whitespaces. by @mmartinv in https://github.com/fdo-rs/fido-device-onboard-rs/pull/638 * chore: bump mio from 0.8.10 to 0.8.11 by @dependabot in https://github.com/fdo-rs/fido-device-onboard-rs/pull/640 * fix: vendored tarfile creation by @mmartinv in https://github.com/fdo-rs/fido-device-onboard-rs/pull/634 * fix: static-mut-refs warning by @7flying in https://github.com/fdo-rs/fido-device-onboard-rs/pull/651 * Enable CentOS 9 builds and add Testing Farm e2e tests by @mmartinv in https://github.com/fdo-rs/fido-device-onboard-rs/pull/650 * Add an OV re-registration window option when using DB storage by @7flying in https://github.com/fdo-rs/fido-device-onboard-rs/pull/643 * chore: bump pem from 2.0.1 to 3.0.3 by @dependabot in https://github.com/fdo-rs/fido-device-onboard-rs/pull/639 * chore: bump h2 from 0.3.25 to 0.3.26 by @dependabot in https://github.com/fdo-rs/fido-device-onboard-rs/pull/659 * feat: verify trusted manufacturers by @mmartinv in https://github.com/fdo-rs/fido-device-onboard-rs/pull/656 * database enhancements by @runcom in https://github.com/fdo-rs/fido-device-onboard-rs/pull/666 * chore: bump openssl to 0.10.66 by @7flying in https://github.com/fdo-rs/fido-device-onboard-rs/pull/664 * chore(store): make the store OVs agnostic by @runcom in https://github.com/fdo-rs/fido-device-onboard-rs/pull/671 * feat(manufacturing-server): implement an export OVs endpoint by @runcom in https://github.com/fdo-rs/fido-device-onboard-rs/pull/673 * fix(systemd-units): run before powering off the system by @mmartinv in https://github.com/fdo-rs/fido-device-onboard-rs/pull/676 * fix(dracut): use isolate on error in the manufacturing-client service by @mmartinv in https://github.com/fdo-rs/fido-device-onboard-rs/pull/678 * fix(systemd-generator): write configuration to '/run' by @mmartinv in https://github.com/fdo-rs/fido-device-onboard-rs/pull/677 * fix(owner-tool): use the new API to export ovs by @runcom in https://github.com/fdo-rs/fido-device-onboard-rs/pull/675 * chore: update diesel to 2.2.3 by @7flying in https://github.com/fdo-rs/fido-device-onboard-rs/pull/669 * chore: bump reqwest from 0.11.27 to 0.12.7 by @dependabot in https://github.com/fdo-rs/fido-device-onboard-rs/pull/683 * fix: use centos-stream-9 target instead of epel-9 by @mmartinv in https://github.com/fdo-rs/fido-device-onboard-rs/pull/687 * enhance onboarding testing by @mmartinv in https://github.com/fdo-rs/fido-device-onboard-rs/pull/681 * ci: add konflux test cases by @yih-redhat in https://github.com/fdo-rs/fido-device-onboard-rs/pull/688 * fix(make-vendored-tarfile.sh): exclude idna tests with unicode points by @runcom in https://github.com/fdo-rs/fido-device-onboard-rs/pull/692 * chore: bump for 0.5.1 by @runcom in https://github.com/fdo-rs/fido-device-onboard-rs/pull/693 * @miabbott made their first contribution in https://github.com/fdo-rs/fido-device-onboard-rs/pull/636 * @yih-redhat made their first contribution in https://github.com/fdo-rs/fido-device-onboard-rs/pull/688 **Full Changelog**: https://github.com/fdo-rs/fido-device-onboard-rs/compare/v0.5.0...v0.5.1 * Thu Oct 03 2024 Miguel Martín <[email protected]> - 0.5.0-4 - Apply all the patches in the spec * Wed Oct 02 2024 Miguel Martín <[email protected]> - 0.5.0-3 - Backport https://github.com/fdo-rs/fido-device-onboard-rs/pull/676 * Wed Feb 28 2024 Irene Diez <[email protected]> - 0.5.0-2 - Update license * Thu Feb 22 2024 Irene Diez <[email protected]> - 0.5.0-1 - New version 0.5.0, adds database support - Remove unused patches * Wed Aug 23 2023 Peter Robinson <[email protected]> - 0.4.12-4 - Ensure client service fix is applied * Tue Aug 22 2023 Peter Robinson <[email protected]> - 0.4.12-3 - Own var/lib/fdo, SELinux fixes * Thu Aug 17 2023 Peter Robinson <[email protected]> - 0.4.12-2 - Add client/init deps to fdo-admin-cli * Thu Jul 27 2023 Peter Robinson <[email protected]> - 0.4.12-1 - Update to 0.4.12 * Wed Jul 19 2023 Fedora Release Engineering <[email protected]> - 0.4.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Jul 03 2023 Peter Robinson <[email protected]> - 0.4.10-2 - Updates for eln/c9s building * Fri Jun 23 2023 Peter Robinson <[email protected]> - 0.4.10-1 - Update to 0.4.10 * Wed Jun 14 2023 Peter Robinson <[email protected]> - 0.4.9-5 - More spec updates * Wed Jun 14 2023 Peter Robinson <[email protected]> - 0.4.9-4 - Add patch for libcryptsetup-rs 0.8 API changes * Tue Jun 13 2023 Peter Robinson <[email protected]> - 0.4.9-3 - Updates for licenses * Tue May 30 2023 Peter Robinson <[email protected]> - 0.4.9-2 - Review feedback - Patch for libcryptsetup-rs 0.7 * Thu May 11 2023 Peter Robinson <[email protected]> - 0.4.9-1 - Update to 0.4.9 * Mon Feb 20 2023 Peter Robinson <[email protected]> - 0.4.7-3 - Fix services start * Wed Feb 15 2023 Peter Robinson <[email protected]> - 0.4.7-2 - Upstream fix for rhbz#2168089 * Wed Nov 30 2022 Peter Robinson <[email protected]> - 0.4.7-1 - Update to 0.4.7 - Package updates and cleanup
/usr/lib/.build-id /usr/lib/.build-id/48 /usr/lib/.build-id/48/81187906ea34996c7ad2c3070b3b2705ecb330 /usr/lib/systemd/system/fdo-client-linuxapp.service /usr/libexec/fdo/fdo-client-linuxapp /usr/share/licenses/fdo-client /usr/share/licenses/fdo-client/LICENSE /usr/share/licenses/fdo-client/LICENSE.dependencies
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Dec 10 09:44:25 2024