public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fido-device-onboard] rawhide: 0.5.6
Date: Sat, 08 Aug 2026 22:00:24 GMT [thread overview]
Message-ID: <178622642481.1.5657703369059680355.rpms-fido-device-onboard-929b6bbef80d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fido-device-onboard
Branch : rawhide
Commit : 929b6bbef80d264e98f268ccdaaf3effd081b34b
Author : Peter Robinson <pbrobinson@gmail.com>
Date : 2026-08-08T23:00:08+01:00
Stats : +9/-72 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/fido-device-onboard/c/929b6bbef80d264e98f268ccdaaf3effd081b34b?branch=rawhide
Log:
0.5.6
---
diff --git a/.gitignore b/.gitignore
index ce5f38a..7552d0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/fido-device-onboard-rs-*.tar.gz
/fido-device-onboard-rs-*-vendor-patched.tar.xz
+/fido-device-onboard-rs-0.5.6-vendor.tar.xz
diff --git a/0001-Revert-chore-use-git-fork-for-aws-nitro-enclaves-cos.patch b/0001-Revert-chore-use-git-fork-for-aws-nitro-enclaves-cos.patch
deleted file mode 100644
index ae4ccf6..0000000
--- a/0001-Revert-chore-use-git-fork-for-aws-nitro-enclaves-cos.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/data-formats/Cargo.toml b/data-formats/Cargo.toml
-index 9dafc344..4a398aa6 100644
---- a/data-formats/Cargo.toml
-+++ b/data-formats/Cargo.toml
-@@ -17,7 +17,7 @@ serde_cbor = "0.11"
- serde_repr = "0.1.19"
- serde_tuple = "0.5"
- thiserror = "1"
--aws-nitro-enclaves-cose = { git = "https://github.com/nullr0ute/aws-nitro-enclaves-cose/", rev = "e3938e60d9051690569d1e4fcbe1c0c99d2fafa8" }
-+aws-nitro-enclaves-cose = "0.4.0"
- uuid = "1.3"
- num-traits = "0.2"
- num-derive = "0.4"
-diff --git a/http-wrapper/Cargo.toml b/http-wrapper/Cargo.toml
-index ee02419b..1af8f35f 100644
---- a/http-wrapper/Cargo.toml
-+++ b/http-wrapper/Cargo.toml
-@@ -20,7 +20,7 @@ openssl = "0.10.66"
-
- fdo-data-formats = { path = "../data-formats", version = "0.5.3" }
- fdo-store = { path = "../store", version = "0.5.3" }
--aws-nitro-enclaves-cose = { git = "https://github.com/nullr0ute/aws-nitro-enclaves-cose/", rev = "e3938e60d9051690569d1e4fcbe1c0c99d2fafa8" }
-+aws-nitro-enclaves-cose = "0.4.0"
-
- # Server-side
- uuid = { version = "1.3", features = ["v4"], optional = true }
diff --git a/fido-device-onboard-fix-metadata.diff b/fido-device-onboard-fix-metadata.diff
deleted file mode 100644
index 7bb6a23..0000000
--- a/fido-device-onboard-fix-metadata.diff
+++ /dev/null
@@ -1,37 +0,0 @@
-From 8849c2ef3944e8b1669568c58a4823c3aa66005e Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Sun, 15 Mar 2026 12:20:36 +0000
-Subject: [PATCH] Update nix dependency from 0.26 to 0.31
-
-https://github.com/nix-rust/nix/blob/v0.31.2/CHANGELOG.md
----
- admin-tool/Cargo.toml | 2 +-
- client-linuxapp/Cargo.toml | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/admin-tool/Cargo.toml b/admin-tool/Cargo.toml
-index 16436da5e..118a756e5 100644
---- a/admin-tool/Cargo.toml
-+++ b/admin-tool/Cargo.toml
-@@ -18,7 +18,7 @@ reqwest = "0.12"
- serde = "1"
- serde_yaml = "0.9"
- pretty_env_logger = "0.5"
--nix = "0.26"
-+nix = { version = "0.31", features = ["net"] }
- tokio = { version = "1", features = ["full"] }
-
- fdo-data-formats = { path = "../data-formats", version = "0.5.5" }
-diff --git a/client-linuxapp/Cargo.toml b/client-linuxapp/Cargo.toml
-index 547fb334c..0148940c4 100644
---- a/client-linuxapp/Cargo.toml
-+++ b/client-linuxapp/Cargo.toml
-@@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] }
- sys-info = "0.9"
- serde_bytes = "0.11"
- rand = "0.8.4"
--nix = "0.26"
-+nix = { version = "0.31", features = ["fs", "user"] }
- uuid = "1.3"
- thiserror = "1"
- libcryptsetup-rs = { version = ">= 0.11.2", features = ["mutex"] }
diff --git a/fido-device-onboard.spec b/fido-device-onboard.spec
index 28032c7..686980a 100644
--- a/fido-device-onboard.spec
+++ b/fido-device-onboard.spec
@@ -3,20 +3,17 @@
%global combined_license 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)
Name: fido-device-onboard
-Version: 0.5.5
-Release: 9%{?dist}
+Version: 0.5.6
+Release: 1%{?dist}
Summary: A rust implementation of the FIDO Device Onboard Specification
License: BSD-3-Clause
URL: https://github.com/fdo-rs/fido-device-onboard-rs
Source0: %{url}/archive/v%{version}/%{name}-rs-%{version}.tar.gz
-Source1: %{name}-rs-%{version}-vendor-patched.tar.xz
+Source1: %{name}-rs-%{version}-vendor.tar.xz
Patch1: 0001-use-released-aws-nitro-enclaves-cose-version.patch
# Patches >=1000 are only applied when using system Rust dependencies:
-# - Update nix dependency from 0.26 to 0.31
-# https://github.com/fdo-rs/fido-device-onboard-rs/pull/803
-Patch1000: fido-device-onboard-fix-metadata.diff
# Because nobody cares
ExcludeArch: %{ix86}
@@ -43,7 +40,6 @@ BuildRequires: libpq-devel
%if 0%{?rhel}
%autosetup -a1 -n %{name}-rs-%{version} -N
-%autopatch -p1 -M999
rm -f Cargo.lock
%if 0%{?rhel} >= 10
%cargo_prep -v vendor
@@ -318,6 +314,9 @@ Requires: fdo-init = %{version}-%{release}
%systemd_postun_with_restart fdo-aio.service
%changelog
+* Sat Aug 08 2026 Peter Robinson <pbrobinson@fedoraproject.org> - 0.5.6-1
+- Update to 0.5.6
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 3c89165..63387e8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (fido-device-onboard-rs-0.5.5.tar.gz) = 3c32d3cc2979eef171981e33d24723e755db393bfec275ef35f704842ad220d0f82816409d69d1580bea4fe95ec2d0ffb6d9257ab9ab208da2a6c4bcfaed31c3
-SHA512 (fido-device-onboard-rs-0.5.5-vendor-patched.tar.xz) = 5cc7789dbdf61403ca5079d5e444daef2dc80477730464a63e6aed600885acc67e8cb51e4ef66ab98b442b1d076544e092d9aacfba5e728b54178050185e854a
+SHA512 (fido-device-onboard-rs-0.5.6.tar.gz) = f04bf54058780c417cd5f0c3c135a56b78572be0f0b1fdae69b180f0cbf196c9888c71654b12dbe785a63a36201993ab719eaad16e0e2198d6f5dbd31c04d8e9
+SHA512 (fido-device-onboard-rs-0.5.6-vendor.tar.xz) = 73e00a6900419666578e981017c32eb13d7430ad81d01db515ffdfe14fb5b51cb9cf4f8c72fe8a9274425597ee84ccd59f038b509d8c09a0d2fbc1de85df7f81
reply other threads:[~2026-08-08 22:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178622642481.1.5657703369059680355.rpms-fido-device-onboard-929b6bbef80d@fedoraproject.org \
--to=pbrobinson@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox