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 @@ -1503,6 +1503,9 @@ === `{bnovkov}` include::{include-path}bnovkov.key[] +=== `{ivy}` +include::{include-path}ivy.key[] + [[pgpkeys-other]] == Other Cluster Account Holders diff --git a/documentation/static/pgpkeys/ivy.key b/documentation/static/pgpkeys/ivy.key new file mode 100644 --- /dev/null +++ b/documentation/static/pgpkeys/ivy.key @@ -0,0 +1,28 @@ +// sh addkey.sh ivy F59D3EB79882BF60 ; + +[.literal-block-margin] +.... +pub ed25519/F59D3EB79882BF60 2025-04-18 [SC] [expires: 2028-04-17] + Key fingerprint = B28D 383D EA5A 7746 27F2 4B29 F59D 3EB7 9882 BF60 +uid Lexi Winter (FreeBSD) +sub cv25519/449A8BA12B1C4772 2025-04-18 [E] [expires: 2028-04-17] + +.... + +[.literal-block-margin] +.... +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEaALinhYJKwYBBAHaRw8BAQdABp8IRWSFGvod+MHA1b/MkudJ4T+Dl+1tyGLf +1nISBj20J0xleGkgV2ludGVyIChGcmVlQlNEKSA8aXZ5QEZyZWVCU0Qub3JnPoiZ +BBMWCgBBFiEEso04Pepad0Yn8ksp9Z0+t5iCv2AFAmgC4p4CGwMFCQWjmoAICwkN +CAwHCwMFFQoJCAsFFgMCAQACHgUCF4AACgkQ9Z0+t5iCv2DiEwEAjE0IlegtobI3 +pb5Wo2JcJTYp2OxD2PIou1ZTDNT3E9kA/iVHwFa24p9O3keUQ75oDINg3/nN2ajK +ra+s1YtQNsUFuDgEaALinhIKKwYBBAGXVQEFAQEHQFXDx5IOiot3x/lif1LG2UyJ +FCPcEm7wBiRp2WF0Eo0QAwEIB4h+BBgWCgAmFiEEso04Pepad0Yn8ksp9Z0+t5iC +v2AFAmgC4p4CGwwFCQWjmoAACgkQ9Z0+t5iCv2CaGQD/ZS80dZgfExxTY+lszPTH +y6/JgdCZq4BqqlFiEQWGAdYA/RUWK8aFkdqmOegVsOF3bYjOKhupqe4ZGFU8C6w0 +vvwJ +=GfOD +-----END PGP PUBLIC KEY BLOCK----- +.... diff --git a/shared/authors.adoc b/shared/authors.adoc --- a/shared/authors.adoc +++ b/shared/authors.adoc @@ -1423,6 +1423,10 @@ :ivoras-email: ivoras@FreeBSD.org :ivoras: {ivoras-name} <{ivoras-email}> +:ivy-name: Lexi Winter +:ivy-email: ivy@FreeBSD.org +:ivy: {ivy-name} <{ivy-email}> + :iwasaki-name: Mitsuru IWASAKI :iwasaki-email: iwasaki@FreeBSD.org :iwasaki: {iwasaki-name} <{iwasaki-email}> diff --git a/shared/contrib-committers.adoc b/shared/contrib-committers.adoc --- a/shared/contrib-committers.adoc +++ b/shared/contrib-committers.adoc @@ -376,6 +376,7 @@ * {nwhitehorn} * {bwidawsk} * {rew} +* {ivy} * {def} * {mw} * {wollman} 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-04-18" +description = "New committer: Lexi Winter (src)" + [[news]] date = "2025-03-11" title = "FreeBSD 13.5-RELEASE Available"