Skip to content

Commit 5e89799

Browse files
authored
Merge pull request #693 from runcom/bump-0.5.1
chore: bump for 0.5.1
2 parents 66797fb + 2d4fcf6 commit 5e89799

File tree

19 files changed

+88
-85
lines changed

19 files changed

+88
-85
lines changed

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin-tool/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fdo-admin-tool"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Antonio Murdaca <[email protected]>"]
55
edition = "2018"
66

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

24-
fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
25-
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["server", "client"] }
26-
fdo-store = { path = "../store", version = "0.5.0", features = ["directory"] }
27-
fdo-util = { path = "../util", version = "0.5.0" }
24+
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }
25+
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.1", features = ["server", "client"] }
26+
fdo-store = { path = "../store", version = "0.5.1", features = ["directory"] }
27+
fdo-util = { path = "../util", version = "0.5.1" }
2828
clap_builder = "4.4"
2929

3030
[dev-dependencies]

client-linuxapp/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fdo-client-linuxapp"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Patrick Uiterwijk <[email protected]>"]
55
edition = "2018"
66

@@ -21,6 +21,6 @@ secrecy = "0.8"
2121
devicemapper = "0.34"
2222
openssl = "0.10.66"
2323

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

data-formats/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fdo-data-formats"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Patrick Uiterwijk <[email protected]>"]
55
edition = "2018"
66

db/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[package]
22
name = "fdo-db"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55

66

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

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

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

1717
[features]

fido-device-onboard.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%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)
44

55
Name: fido-device-onboard
6-
Version: 0.5.0
6+
Version: 0.5.1
77
Release: 1%{?dist}
88
Summary: A rust implementation of the FIDO Device Onboard Specification
99
License: BSD-3-Clause
@@ -25,12 +25,12 @@ BuildRequires: rust-packaging
2525
BuildRequires: clang-devel
2626
BuildRequires: cryptsetup-devel
2727
BuildRequires: device-mapper-devel
28-
BuildRequires: libpq-devel
2928
BuildRequires: golang
3029
BuildRequires: openssl-devel >= 3.0.1-12
31-
BuildRequires: sqlite-devel
3230
BuildRequires: systemd-rpm-macros
3331
BuildRequires: tpm2-tss-devel
32+
BuildRequires: sqlite-devel
33+
BuildRequires: libpq-devel
3434

3535
%description
3636
%{summary}.
@@ -313,6 +313,9 @@ Requires: fdo-init = %{version}-%{release}
313313
%systemd_postun_with_restart fdo-aio.service
314314

315315
%changelog
316+
* Thu Nov 21 2024 Antonio Murdaca <[email protected]> - 0.5.1-1
317+
- Update to 0.5.1
318+
316319
* Tue Feb 20 2024 Peter Robinson <[email protected]> - 0.5.0-1
317320
- Update to 0.5.0
318321

http-wrapper/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fdo-http-wrapper"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Patrick Uiterwijk <[email protected]>"]
55
edition = "2018"
66

@@ -18,8 +18,8 @@ hex = "0.4"
1818

1919
openssl = "0.10.66"
2020

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

2525
# Server-side

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "integration-tests"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2018"
55
publish = false
66

libfdo-data/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fdo-data"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2018"
55

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

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

1515
[build-dependencies]

libfdo-data/fdo_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define FDO_DATA_MAJOR 0
1414
#define FDO_DATA_MINOR 5
15-
#define FDO_DATA_PATCH 0
15+
#define FDO_DATA_PATCH 1
1616

1717
typedef struct FdoOwnershipVoucher FdoOwnershipVoucher;
1818

manufacturing-client/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fdo-manufacturing-client"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Patrick Uiterwijk <[email protected]>"]
55
edition = "2018"
66

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

20-
fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
21-
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["client"] }
22-
fdo-util = { path = "../util", version = "0.5.0" }
20+
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }
21+
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.1", features = ["client"] }
22+
fdo-util = { path = "../util", version = "0.5.1" }
2323
clap_builder = "4.4"

manufacturing-server/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fdo-manufacturing-server"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Patrick Uiterwijk <[email protected]>"]
55
edition = "2018"
66

@@ -21,7 +21,7 @@ tar = "0.4.41"
2121
flate2 = "1.0.31"
2222
tempdir = "0.3.7"
2323

24-
fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
25-
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["server"] }
26-
fdo-store = { path = "../store", version = "0.5.0", features = ["directory"] }
27-
fdo-util = { path = "../util", version = "0.5.0" }
24+
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }
25+
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.1", features = ["server"] }
26+
fdo-store = { path = "../store", version = "0.5.1", features = ["directory"] }
27+
fdo-util = { path = "../util", version = "0.5.1" }

owner-onboarding-server/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fdo-owner-onboarding-server"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Patrick Uiterwijk <[email protected]>"]
55
edition = "2018"
66

@@ -21,7 +21,7 @@ serde_yaml = "0.9"
2121
time = "0.3"
2222
hex = "0.4"
2323

24-
fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
25-
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["server", "client"] }
26-
fdo-store = { path = "../store", version = "0.5.0", features = ["directory"] }
27-
fdo-util = { path = "../util", version = "0.5.0" }
24+
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }
25+
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.1", features = ["server", "client"] }
26+
fdo-store = { path = "../store", version = "0.5.1", features = ["directory"] }
27+
fdo-util = { path = "../util", version = "0.5.1" }

owner-tool/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fdo-owner-tool"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Patrick Uiterwijk <[email protected]>"]
55
edition = "2018"
66

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

20-
fdo-util = { path = "../util", version = "0.5.0" }
21-
fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
22-
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["client"] }
23-
fdo-db = { path = "../db", version = "0.5.0"}
20+
fdo-util = { path = "../util", version = "0.5.1" }
21+
fdo-data-formats = { path = "../data-formats", version = "0.5.1" }
22+
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.1", features = ["client"] }
23+
fdo-db = { path = "../db", version = "0.5.1"}
2424

2525
hex = "0.4"
2626
clap_builder = "4.4"

0 commit comments

Comments
 (0)