Skip to content

Commit

Permalink
Merge pull request #693 from runcom/bump-0.5.1
Browse files Browse the repository at this point in the history
chore: bump for 0.5.1
  • Loading branch information
mergify[bot] authored Nov 25, 2024
2 parents 66797fb + 2d4fcf6 commit 5e89799
Show file tree
Hide file tree
Showing 19 changed files with 88 additions and 85 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions admin-tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdo-admin-tool"
version = "0.5.0"
version = "0.5.1"
authors = ["Antonio Murdaca <runcom@linux.com>"]
edition = "2018"

Expand All @@ -21,10 +21,10 @@ pretty_env_logger = "0.5"
nix = "0.26"
tokio = { version = "1", features = ["full"] }

fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["server", "client"] }
fdo-store = { path = "../store", version = "0.5.0", features = ["directory"] }
fdo-util = { path = "../util", version = "0.5.0" }
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.1", features = ["server", "client"] }
fdo-store = { path = "../store", version = "0.5.1", features = ["directory"] }
fdo-util = { path = "../util", version = "0.5.1" }
clap_builder = "4.4"

[dev-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions client-linuxapp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdo-client-linuxapp"
version = "0.5.0"
version = "0.5.1"
authors = ["Patrick Uiterwijk <patrick@puiterwijk.org>"]
edition = "2018"

Expand All @@ -21,6 +21,6 @@ secrecy = "0.8"
devicemapper = "0.34"
openssl = "0.10.66"

fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["client"] }
fdo-util = { path = "../util", version = "0.5.0" }
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.1", features = ["client"] }
fdo-util = { path = "../util", version = "0.5.1" }
2 changes: 1 addition & 1 deletion data-formats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdo-data-formats"
version = "0.5.0"
version = "0.5.1"
authors = ["Patrick Uiterwijk <patrick@puiterwijk.org>"]
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "fdo-db"
version = "0.5.0"
version = "0.5.1"
edition = "2021"


[dependencies]
anyhow = "1.0"
diesel = { version = "2.2.3", features = ["sqlite", "postgres", "r2d2"] }

fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }

[dev-dependencies]
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["server"] }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.1", features = ["server"] }
openssl = "0.10.66"

[features]
Expand Down
9 changes: 6 additions & 3 deletions fido-device-onboard.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%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.0
Version: 0.5.1
Release: 1%{?dist}
Summary: A rust implementation of the FIDO Device Onboard Specification
License: BSD-3-Clause
Expand All @@ -25,12 +25,12 @@ BuildRequires: rust-packaging
BuildRequires: clang-devel
BuildRequires: cryptsetup-devel
BuildRequires: device-mapper-devel
BuildRequires: libpq-devel
BuildRequires: golang
BuildRequires: openssl-devel >= 3.0.1-12
BuildRequires: sqlite-devel
BuildRequires: systemd-rpm-macros
BuildRequires: tpm2-tss-devel
BuildRequires: sqlite-devel
BuildRequires: libpq-devel

%description
%{summary}.
Expand Down Expand Up @@ -313,6 +313,9 @@ Requires: fdo-init = %{version}-%{release}
%systemd_postun_with_restart fdo-aio.service

%changelog
* Thu Nov 21 2024 Antonio Murdaca <amurdaca@redhat.com> - 0.5.1-1
- Update to 0.5.1

* Tue Feb 20 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 0.5.0-1
- Update to 0.5.0

Expand Down
6 changes: 3 additions & 3 deletions http-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdo-http-wrapper"
version = "0.5.0"
version = "0.5.1"
authors = ["Patrick Uiterwijk <patrick@puiterwijk.org>"]
edition = "2018"

Expand All @@ -18,8 +18,8 @@ hex = "0.4"

openssl = "0.10.66"

fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
fdo-store = { path = "../store", version = "0.5.0" }
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }
fdo-store = { path = "../store", version = "0.5.1" }
aws-nitro-enclaves-cose = { git = "https://github.com/nullr0ute/aws-nitro-enclaves-cose/", rev = "e3938e60d9051690569d1e4fcbe1c0c99d2fafa8" }

# Server-side
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "integration-tests"
version = "0.5.0"
version = "0.5.1"
edition = "2018"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions libfdo-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdo-data"
version = "0.5.0"
version = "0.5.1"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -9,7 +9,7 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }
libc = "0.2"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libfdo-data/fdo_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define FDO_DATA_MAJOR 0
#define FDO_DATA_MINOR 5
#define FDO_DATA_PATCH 0
#define FDO_DATA_PATCH 1

typedef struct FdoOwnershipVoucher FdoOwnershipVoucher;

Expand Down
8 changes: 4 additions & 4 deletions manufacturing-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdo-manufacturing-client"
version = "0.5.0"
version = "0.5.1"
authors = ["Patrick Uiterwijk <patrick@puiterwijk.org>"]
edition = "2018"

Expand All @@ -17,7 +17,7 @@ rand = "0.8.4"
tss-esapi = { version = "7.4", features = ["generate-bindings"] }
regex = "1.3.7"

fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["client"] }
fdo-util = { path = "../util", version = "0.5.0" }
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.1", features = ["client"] }
fdo-util = { path = "../util", version = "0.5.1" }
clap_builder = "4.4"
10 changes: 5 additions & 5 deletions manufacturing-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdo-manufacturing-server"
version = "0.5.0"
version = "0.5.1"
authors = ["Patrick Uiterwijk <patrick@puiterwijk.org>"]
edition = "2018"

Expand All @@ -21,7 +21,7 @@ tar = "0.4.41"
flate2 = "1.0.31"
tempdir = "0.3.7"

fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["server"] }
fdo-store = { path = "../store", version = "0.5.0", features = ["directory"] }
fdo-util = { path = "../util", version = "0.5.0" }
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.1", features = ["server"] }
fdo-store = { path = "../store", version = "0.5.1", features = ["directory"] }
fdo-util = { path = "../util", version = "0.5.1" }
10 changes: 5 additions & 5 deletions owner-onboarding-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdo-owner-onboarding-server"
version = "0.5.0"
version = "0.5.1"
authors = ["Patrick Uiterwijk <patrick@puiterwijk.org>"]
edition = "2018"

Expand All @@ -21,7 +21,7 @@ serde_yaml = "0.9"
time = "0.3"
hex = "0.4"

fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["server", "client"] }
fdo-store = { path = "../store", version = "0.5.0", features = ["directory"] }
fdo-util = { path = "../util", version = "0.5.0" }
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.1", features = ["server", "client"] }
fdo-store = { path = "../store", version = "0.5.1", features = ["directory"] }
fdo-util = { path = "../util", version = "0.5.1" }
10 changes: 5 additions & 5 deletions owner-tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdo-owner-tool"
version = "0.5.0"
version = "0.5.1"
authors = ["Patrick Uiterwijk <patrick@puiterwijk.org>"]
edition = "2018"

Expand All @@ -17,10 +17,10 @@ tokio = { version = "1", features = ["full"] }
tss-esapi = { version = "7.4", features = ["generate-bindings"] }
reqwest = { version = "0.12.7", features = ["blocking"] }

fdo-util = { path = "../util", version = "0.5.0" }
fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["client"] }
fdo-db = { path = "../db", version = "0.5.0"}
fdo-util = { path = "../util", version = "0.5.1" }
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.1", features = ["client"] }
fdo-db = { path = "../db", version = "0.5.1"}

hex = "0.4"
clap_builder = "4.4"
Loading

0 comments on commit 5e89799

Please sign in to comment.