git: a52de44df1 - main - New committer (ports): Austin Shafer (ashafer)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Jan 2025 21:48:26 UTC
The branch main has been updated by ashafer:
URL: https://cgit.FreeBSD.org/doc/commit/?id=a52de44df1a6534adec66174ee68d03444738907
commit a52de44df1a6534adec66174ee68d03444738907
Author: Austin Shafer <ashafer@FreeBSD.org>
AuthorDate: 2025-01-26 19:41:29 +0000
Commit: Austin Shafer <ashafer@FreeBSD.org>
CommitDate: 2025-01-26 21:47:04 +0000
New committer (ports): Austin Shafer (ashafer)
Complete steps 1-4 from the Committer's Guide, section 7.1 (For New
Committers):
1. Add an Author Entity.
2. Update the List of Developers and Contributors.
3. Add a News Item.
4. Add a PGP Key.
Approved by: kbowling (mentor)
Differential Revision: https://reviews.freebsd.org/D48694
---
.../content/en/articles/pgpkeys/_index.adoc | 3 +++
documentation/static/pgpkeys/ashafer.key | 27 ++++++++++++++++++++++
shared/authors.adoc | 4 ++++
shared/contrib-committers.adoc | 1 +
website/data/en/news/news.toml | 4 ++++
5 files changed, 39 insertions(+)
diff --git a/documentation/content/en/articles/pgpkeys/_index.adoc b/documentation/content/en/articles/pgpkeys/_index.adoc
index ab74372397..d62a050e59 100644
--- a/documentation/content/en/articles/pgpkeys/_index.adoc
+++ b/documentation/content/en/articles/pgpkeys/_index.adoc
@@ -1209,6 +1209,9 @@ include::{include-path}syrinx.key[]
=== `{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
index 0000000000..29d845817f
--- /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 <ashafer@badland.io>
+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
index 72d6187b09..bc17f39cb7 100644
--- 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
index 52c4ae23c4..884310bd9b 100644
--- 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
index ed146c4676..324a945426 100644
--- 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: <a href=\"mailto:ashafer@FreeBSD.org\">Austin Shafer</a> (doc)"
+
[[news]]
date = "2025-01-17"
description = "New committer: <a href=\"mailto:ziaee@FreeBSD.org\">Alexander Ziaee</a> (doc)"