diff --git a/documentation/content/en/articles/pgpkeys/_index.adoc b/documentation/content/en/articles/pgpkeys/_index.adoc --- a/documentation/content/en/articles/pgpkeys/_index.adoc +++ b/documentation/content/en/articles/pgpkeys/_index.adoc @@ -1209,6 +1209,9 @@ === `{vanilla}` include::{include-path}vanilla.key[] +=== `{ashafer}` +include::{include-path}ashafer.key[] + === `{ashish}` include::{include-path}ashish.key[] diff --git a/documentation/static/pgpkeys/ashafer.key b/documentation/static/pgpkeys/ashafer.key new file mode 100644 --- /dev/null +++ b/documentation/static/pgpkeys/ashafer.key @@ -0,0 +1,27 @@ +// sh addkey.sh ashafer 45D3D8BB26F1927D ; + +[.literal-block-margin] +.... +pub ed25519/45D3D8BB26F1927D 2025-01-24 [SC] + Key fingerprint = 264F CF4B 8A93 16CB 4511 8FAE 45D3 D8BB 26F1 927D +uid Austin Shafer +sub cv25519/84587AB373130810 2025-01-24 [E] + +.... + +[.literal-block-margin] +.... +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZ5O6LRYJKwYBBAHaRw8BAQdAa8yu+MVMF9VDl0jHpTgCrzsrQqCfzwj8b072 +oDBvU4m0IkF1c3RpbiBTaGFmZXIgPGFzaGFmZXJAYmFkbGFuZC5pbz6IkwQTFgoA +OxYhBCZPz0uKkxbLRRGPrkXT2Lsm8ZJ9BQJnk7otAhsDCAsJDQgMBwsDBRUKCQgL +BRYDAgEAAh4FAheAAAoJEEXT2Lsm8ZJ9J7sBAM5HTtWJSKNLNXILNLaB3ucP0XEj +6rPfVZa6sYpFquaTAP0dt6Db7MkqeafJKDnpeMzc594rb9CJtlHKvk0UIgzaBrg4 +BGeTui0SCisGAQQBl1UBBQEBB0C/rLlOj6JhwhvtuejznafxpdKZsQGT6dalSOci +7OjkCgMBCAeIeAQYFgoAIBYhBCZPz0uKkxbLRRGPrkXT2Lsm8ZJ9BQJnk7otAhsM +AAoJEEXT2Lsm8ZJ9CMkBAPVR5HK9jezlgNq0FMNa0tUoTsNKf4eOF4lPdFbdO5yU +AQDYKQdZ3Z2MuRVflO1GWKTZYFopeT5W47a2c2ngyUbvDA== +=UQV2 +-----END PGP PUBLIC KEY BLOCK----- +.... diff --git a/shared/authors.adoc b/shared/authors.adoc --- a/shared/authors.adoc +++ b/shared/authors.adoc @@ -255,6 +255,10 @@ :asami-email: asami@FreeBSD.org :asami: {asami-name} <{asami-email}> +:ashafer-name: Austin Shafer +:ashafer-email: ashafer@FreeBSD.org +:ashafer: {ashafer-name} <{ashafer-email}> + :ashish-name: Ashish SHUKLA :ashish-email: ashish@FreeBSD.org :ashish: {ashish-name} <{ashish-email}> diff --git a/shared/contrib-committers.adoc b/shared/contrib-committers.adoc --- a/shared/contrib-committers.adoc +++ b/shared/contrib-committers.adoc @@ -314,6 +314,7 @@ * {gshapiro} * {syrinx} * {vanilla} +* {ashafer} * {ashish} * {asiciliano} * {silby} diff --git a/website/data/en/news/news.toml b/website/data/en/news/news.toml --- a/website/data/en/news/news.toml +++ b/website/data/en/news/news.toml @@ -1,5 +1,9 @@ # Sort news by year, month and day +[[news]] +date = "2025-01-26" +description = "New committer: Austin Shafer (doc)" + [[news]] date = "2025-01-17" description = "New committer: Alexander Ziaee (doc)"