Skip to content

Commit a1eff87

Browse files
committed
Updated URL of the GitHub repository everywhere.
1 parent d04039c commit a1eff87

File tree

8 files changed

+31
-24
lines changed

8 files changed

+31
-24
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7-
## [0.5.2]
7+
## [0.5.3] - 2024-10-15
8+
9+
#### Changed
10+
11+
- GitHub repository has been moved to the new official location at: <https://github.com/tpm2-software/rust-tss-fapi>
12+
13+
## [0.5.2] - 2024-10-10
814

915
### Added
1016

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "tss2-fapi-rs"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2021"
55
description = "Provides a Rust interface to the TSS2.0 Feature API (FAPI)"
66
license = "BSD-3-Clause"
77
authors = ["Daniel Trick <daniel.trick@sit.fraunhofer.de>"]
88
readme = "docs/crates.io-README.md"
9-
repository = "https://github.com/danieltrick/tss2-fapi-rs/"
9+
repository = "https://github.com/tpm2-software/rust-tss-fapi/"
1010

1111
[dependencies]
1212
json = "0.12.4"
@@ -20,15 +20,15 @@ pkg-config = "0.3.31"
2020
[dev-dependencies]
2121
const-random = "0.1.18"
2222
digest = "0.10.7"
23-
env_logger = "0.11.3"
23+
env_logger = "0.11.5"
2424
function_name = "0.3.0"
2525
hex = "0.4.3"
2626
memory-stats = "1.2.0"
2727
p256 = "0.13.2"
2828
rand = "0.8.5"
2929
rand_chacha = "0.3.1"
30-
regex = "1.10.5"
30+
regex = "1.11.0"
3131
rsa = "0.9.6"
3232
serial_test = "3.1.1"
3333
sha2 = "0.10.8"
34-
uuid = "1.9.1"
34+
uuid = "1.10.0"

MAINTAINERS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
| email | PGP Fingerprint |
22
| -------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
33
| Daniel Trick [&lt;daniel.trick@sit.fraunhofer.de&gt;](mailto:daniel.trick@sit.fraunhofer.de) | [872CF0382BF544B6551AE84E2990B15C666AD009](https://keys.openpgp.org/vks/v1/by-fingerprint/872CF0382BF544B6551AE84E2990B15C666AD009) |
4+
| Andreas Fuchs [&lt;andreas.fuchs@infineon.com&gt;](mailto:andreas.fuchs@infineon.com) | [D533275B0123D0A679F51FF48F4F9A45D7FFEE74](https://keys.openpgp.org/vks/v1/by-fingerprint/D533275B0123D0A679F51FF48F4F9A45D7FFEE74) |

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
[![Crates.io](https://img.shields.io/crates/v/tss2-fapi-rs.svg)](https://crates.io/crates/tss2-fapi-rs)
33
[![Docs.rs](https://img.shields.io/docsrs/tss2-fapi-rs.svg)](https://docs.rs/tss2-fapi-rs/latest/tss2_fapi_rs/)
44
[![License](https://img.shields.io/crates/l/tss2-fapi-rs)](https://opensource.org/licenses/BSD-3-Clause)
5-
[![CI](https://github.com/danieltrick/tss2-fapi-rs/actions/workflows/ci.yaml/badge.svg)](https://github.com/danieltrick/tss2-fapi-rs/actions/workflows/ci.yaml)
6-
[![Codecov](https://codecov.io/github/danieltrick/tss2-fapi-rs/graph/badge.svg?token=c3Jw6d2ZAk)](https://codecov.io/github/danieltrick/tss2-fapi-rs)
5+
[![CI](https://github.com/tpm2-software/rust-tss-fapi/actions/workflows/ci.yaml/badge.svg)](https://github.com/tpm2-software/rust-tss-fapi/actions/workflows/ci.yaml)
6+
[![codecov](https://codecov.io/github/tpm2-software/rust-tss-fapi/graph/badge.svg?token=dVklBxqY1A)](https://codecov.io/github/tpm2-software/rust-tss-fapi)
77

88
# TSS 2.0 FAPI Rust Wrapper
99

@@ -40,7 +40,7 @@ tss2-fapi-rs
4040

4141
The documentation for **`tss2-fapi-rs`** is created with [`rustdoc`](https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html) and can be viewed online at:
4242

43-
* **<https://danieltrick.github.io/tss2-fapi-rs/>**
43+
* **<https://tpm2-software.github.io/rust-tss-fapi/tss2_fapi_rs/>**
4444

4545
* **<https://docs.rs/tss2-fapi-rs/latest/>**
4646

@@ -50,7 +50,7 @@ The current version of the API does not offer any security or code safety guaran
5050

5151
## License
5252

53-
Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project
53+
Copyright 2024, Fraunhofer SIT sponsored by the [ELISA](https://www.sit.fraunhofer.de/en/offers/projekte/elisa/) research project.
5454
All rights reserved.
5555

5656
This work is released under the [**3-Clause BSD License**](https://opensource.org/license/bsd-3-clause) (SPDX short identifier: `BSD-3-Clause`).

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Currently supported versions:
1212

1313
### Reporting
1414

15-
Security vulnerabilities *should be emailed* to **all** members of the [MAINTAINERS](MAINTAINERS) file.
15+
Security vulnerabilities *should be emailed* to **all** members of the [MAINTAINERS](MAINTAINERS.md) file.

docs/crates.io-README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This library provides an interface to the [TSS2.0 Feature API (FAPI)](https://tp
44

55
#### Architectural overview
66

7-
![tss2-fapi-rs Overview](https://raw.githubusercontent.com/danieltrick/tss2-fapi-rs/main/docs/images/tss2-fapi-rs-overview.small.png)
7+
![tss2-fapi-rs Overview](https://raw.githubusercontent.com/tpm2-software/rust-tss-fapi/main/docs/images/tss2-fapi-rs-overview.small.png)
88

99
## See also
1010

11-
* [**Documentation**](https://danieltrick.github.io/tss2-fapi-rs/)
11+
* [**Documentation**](https://tpm2-software.github.io/rust-tss-fapi/tss2_fapi_rs/)
1212

13-
* [**GitHub Repository**](https://github.com/danieltrick/tss2-fapi-rs)
13+
* [**GitHub Repository**](https://github.com/tpm2-software/rust-tss-fapi/)
1414

1515
## Disclaimer
1616

src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//! The **`tss2-fapi-rs`** Rust crate provides an interface to the [**TCG TSS 2.0 Feature API (FAPI)**](https://trustedcomputinggroup.org/resource/tss-fapi/).
1515
//!
1616
//! *Architectural overview:*
17-
//! ![Overview](https://raw.githubusercontent.com/danieltrick/tss2-fapi-rs/main/docs/images/tss2-fapi-rs-overview.png)
17+
//! ![Overview](https://raw.githubusercontent.com/tpm2-software/rust-tss-fapi/main/docs/images/tss2-fapi-rs-overview.png)
1818
//!
1919
//! ### Disclaimer
2020
//!
@@ -96,7 +96,7 @@
9696
//!
9797
//! ```toml
9898
//! [dependencies]
99-
//! tss2-fapi-rs = "0.5.2"
99+
//! tss2-fapi-rs = "0.5.3"
100100
//! ```
101101
//!
102102
//! **Note:** Please also consider the [prerequisites](#prerequisites) that are required to use the `tss2-fapi-rs` library!
@@ -402,16 +402,16 @@
402402
//! ### Source Code
403403
//!
404404
//! The `tss2-fapi-rs` source code can be found at the official GitHub repository:
405-
//! <https://github.com/danieltrick/tss2-fapi-rs/>
405+
//! <https://github.com/tpm2-software/rust-tss-fapi/>
406406
//!
407407
//! ### Contact
408408
//!
409409
//! For bug reports, feature requests, etc., please refer to the issue tracker at:
410-
//! <https://github.com/danieltrick/tss2-fapi-rs/issues/>
410+
//! <https://github.com/tpm2-software/rust-tss-fapi/issues/>
411411
//!
412412
//! #### Security Reporting
413413
//!
414-
//! Security vulnerabilities *should be emailed* to **all** members of the [MAINTAINERS](https://github.com/danieltrick/tss2-fapi-rs/blob/main/MAINTAINERS.md) file.
414+
//! Security vulnerabilities *should be emailed* to **all** members of the [MAINTAINERS](https://github.com/tpm2-software/rust-tss-fapi/blob/main/MAINTAINERS.md) file.
415415
//!
416416
//! ### License
417417
//!

0 commit comments

Comments
 (0)