-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #610 from nullr0ute/release-4.13
chore: bump for 0.4.13 release
- Loading branch information
Showing
18 changed files
with
73 additions
and
69 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,6 @@ default-members = [ | |
"manufacturing-client", | ||
"serviceinfo-api-server", | ||
"admin-tool", | ||
] | ||
] | ||
|
||
resolver = "2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-admin-tool" | ||
version = "0.4.12" | ||
version = "0.4.13" | ||
authors = ["Antonio Murdaca <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -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.4.12" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.12", features = ["server", "client"] } | ||
fdo-store = { path = "../store", version = "0.4.12", features = ["directory"] } | ||
fdo-util = { path = "../util", version = "0.4.12" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.4.13" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.13", features = ["server", "client"] } | ||
fdo-store = { path = "../store", version = "0.4.13", features = ["directory"] } | ||
fdo-util = { path = "../util", version = "0.4.13" } | ||
|
||
[dev-dependencies] | ||
rand = "0.8" | ||
rand = "0.8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-client-linuxapp" | ||
version = "0.4.12" | ||
version = "0.4.13" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -21,6 +21,6 @@ secrecy = "0.8" | |
devicemapper = "0.34" | ||
openssl = "0.10.60" | ||
|
||
fdo-data-formats = { path = "../data-formats", version = "0.4.12" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.12", features = ["client"] } | ||
fdo-util = { path = "../util", version = "0.4.12" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.4.13" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.13", features = ["client"] } | ||
fdo-util = { path = "../util", version = "0.4.13" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-data-formats" | ||
version = "0.4.12" | ||
version = "0.4.13" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.4.12 | ||
Version: 0.4.13 | ||
Release: 1%{?dist} | ||
Summary: A rust implementation of the FIDO Device Onboard Specification | ||
License: BSD-3-Clause | ||
|
@@ -265,6 +265,9 @@ Requires: fdo-init = %{version}-%{release} | |
%systemd_postun_with_restart fdo-aio.service | ||
|
||
%changelog | ||
* Thu Jan 25 2024 Peter Robinson <[email protected]> - 0.4.13-1 | ||
- Update to 0.4.13 | ||
|
||
* Wed Jul 26 2023 Peter Robinson <[email protected]> - 0.4.12-1 | ||
- Update to 0.4.12 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-http-wrapper" | ||
version = "0.4.12" | ||
version = "0.4.13" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -18,8 +18,8 @@ hex = "0.4" | |
|
||
openssl = "0.10.60" | ||
|
||
fdo-data-formats = { path = "../data-formats", version = "0.4.12" } | ||
fdo-store = { path = "../store", version = "0.4.12" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.4.13" } | ||
fdo-store = { path = "../store", version = "0.4.13" } | ||
aws-nitro-enclaves-cose = { git = "https://github.com/nullr0ute/aws-nitro-enclaves-cose/", rev = "e3938e60d9051690569d1e4fcbe1c0c99d2fafa8" } | ||
|
||
# Server-side | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "integration-tests" | ||
version = "0.4.12" | ||
version = "0.4.13" | ||
edition = "2018" | ||
publish = false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-manufacturing-client" | ||
version = "0.4.12" | ||
version = "0.4.13" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -17,6 +17,6 @@ rand = "0.8.4" | |
tss-esapi = { version = "7.4", features = ["generate-bindings"] } | ||
regex = "1.3.7" | ||
|
||
fdo-data-formats = { path = "../data-formats", version = "0.4.12" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.12", features = ["client"] } | ||
fdo-util = { path = "../util", version = "0.4.12" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.4.13" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.13", features = ["client"] } | ||
fdo-util = { path = "../util", version = "0.4.13" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-manufacturing-server" | ||
version = "0.4.12" | ||
version = "0.4.13" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -18,7 +18,7 @@ log = "0.4" | |
hex = "0.4" | ||
serde_yaml = "0.9" | ||
|
||
fdo-data-formats = { path = "../data-formats", version = "0.4.12" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.12", features = ["server"] } | ||
fdo-store = { path = "../store", version = "0.4.12", features = ["directory"] } | ||
fdo-util = { path = "../util", version = "0.4.12" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.4.13" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.13", features = ["server"] } | ||
fdo-store = { path = "../store", version = "0.4.13", features = ["directory"] } | ||
fdo-util = { path = "../util", version = "0.4.13" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-owner-onboarding-server" | ||
version = "0.4.12" | ||
version = "0.4.13" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -21,7 +21,7 @@ serde_yaml = "0.9" | |
time = "0.3" | ||
hex = "0.4" | ||
|
||
fdo-data-formats = { path = "../data-formats", version = "0.4.12" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.12", features = ["server", "client"] } | ||
fdo-store = { path = "../store", version = "0.4.12", features = ["directory"] } | ||
fdo-util = { path = "../util", version = "0.4.12" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.4.13" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.13", features = ["server", "client"] } | ||
fdo-store = { path = "../store", version = "0.4.13", features = ["directory"] } | ||
fdo-util = { path = "../util", version = "0.4.13" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-owner-tool" | ||
version = "0.4.12" | ||
version = "0.4.13" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -16,9 +16,8 @@ serde_yaml = "0.9" | |
tokio = { version = "1", features = ["full"] } | ||
tss-esapi = { version = "7.4", features = ["generate-bindings"] } | ||
|
||
fdo-util = { path = "../util", version = "0.4.12" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.4.12" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.12", features = ["client"] } | ||
|
||
fdo-util = { path = "../util", version = "0.4.13" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.4.13" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.13", features = ["client"] } | ||
|
||
hex = "0.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-rendezvous-server" | ||
version = "0.4.12" | ||
version = "0.4.13" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -17,7 +17,7 @@ warp = "0.3.6" | |
log = "0.4" | ||
time = "0.3" | ||
|
||
fdo-data-formats = { path = "../data-formats", version = "0.4.12" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.12", features = ["server"] } | ||
fdo-store = { path = "../store", version = "0.4.12" } | ||
fdo-util = { path = "../util", version = "0.4.12" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.4.13" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.13", features = ["server"] } | ||
fdo-store = { path = "../store", version = "0.4.13" } | ||
fdo-util = { path = "../util", version = "0.4.13" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "fdo-store" | ||
version = "0.4.12" | ||
version = "0.4.13" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
fdo-data-formats = { path = "../data-formats", version = "0.4.12" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.4.13" } | ||
|
||
thiserror = "1" | ||
async-trait = "0.1" | ||
|
Oops, something went wrong.