aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/content/en/articles/pgpkeys/_index.adoc3
-rw-r--r--documentation/static/pgpkeys/kenrap.key27
-rw-r--r--shared/authors.adoc4
-rw-r--r--shared/contrib-committers.adoc1
-rw-r--r--website/data/en/news/news.toml4
5 files changed, 39 insertions, 0 deletions
diff --git a/documentation/content/en/articles/pgpkeys/_index.adoc b/documentation/content/en/articles/pgpkeys/_index.adoc
index ed140aa600..dd1877985b 100644
--- a/documentation/content/en/articles/pgpkeys/_index.adoc
+++ b/documentation/content/en/articles/pgpkeys/_index.adoc
@@ -1551,6 +1551,9 @@ include::{include-path}siva.key[]
=== `{nxjoseph}`
include::{include-path}nxjoseph.key[]
+=== `{kenrap}`
+include::{include-path}kenrap.key[]
+
[[pgpkeys-other]]
== Other Cluster Account Holders
diff --git a/documentation/static/pgpkeys/kenrap.key b/documentation/static/pgpkeys/kenrap.key
new file mode 100644
index 0000000000..fffbdd0bf4
--- /dev/null
+++ b/documentation/static/pgpkeys/kenrap.key
@@ -0,0 +1,27 @@
+// sh addkey.sh kenrap 675B6DB022989C8E ;
+
+[.literal-block-margin]
+....
+pub ed25519/675B6DB022989C8E 2026-04-04 [SC] [expires: 2029-04-03]
+ Key fingerprint = 34BC BF03 5FC1 4076 62C3 A88A 675B 6DB0 2298 9C8E
+uid Kenneth Raplee <kenrap@freebsd.org>
+sub cv25519/BBCBF25117530438 2026-04-04 [E] [expires: 2029-04-03]
+
+....
+
+[.literal-block-margin]
+....
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mDMEadF5qRYJKwYBBAHaRw8BAQdALPjuUXYiSsYj8Fu5FMdeO/OSd+IM67OrwFHr
+lE+svtG0I0tlbm5ldGggUmFwbGVlIDxrZW5yYXBAZnJlZWJzZC5vcmc+iJkEExYK
+AEEWIQQ0vL8DX8FAdmLDqIpnW22wIpicjgUCadF5qQIbAwUJBaOagAgLCQ0IDAcL
+AwUVCgkICwUWAwIBAAIeBQIXgAAKCRBnW22wIpicjlEnAQCWjdJlPE0LpqxeUtOB
+xyyytCJqYtH0nriqfCid8fPg2AEA/zFSkx4XANges2au/wtFeeQQbkXYCyhBWfH5
+1M+RLAu4OARp0XmpEgorBgEEAZdVAQUBAQdAkMPJ3KdMZ0TE1MyHJaM74xiQDv2I
+Neme1UE2rXXPkBEDAQgHiH4EGBYKACYWIQQ0vL8DX8FAdmLDqIpnW22wIpicjgUC
+adF5qQIbDAUJBaOagAAKCRBnW22wIpicjqOsAP9BEm9oqZCRegxt32hxdHBeT/PP
+7lDIv0ccj/uRYZ4PmAEA5YebjEHS64mH72A2jj/5AKwD9/zlYCjc5ZCSY297zwg=
+=CVkS
+-----END PGP PUBLIC KEY BLOCK-----
+....
diff --git a/shared/authors.adoc b/shared/authors.adoc
index 554b4ba09f..42e1b17582 100644
--- a/shared/authors.adoc
+++ b/shared/authors.adoc
@@ -1875,6 +1875,10 @@
:ken-email: ken@FreeBSD.org
:ken: {ken-name} <{ken-email}>
+:kenrap-name: Kenneth Raplee
+:kenrap-email: kenrap@FreeBSD.org
+:kenrap: {kenrap-name} <{kenrap-email}>
+
:kensmith-name: Ken Smith
:kensmith-email: kensmith@FreeBSD.org
:kensmith: {kensmith-name} <{kensmith-email}>
diff --git a/shared/contrib-committers.adoc b/shared/contrib-committers.adoc
index ca7b433ba5..1a804fe01d 100644
--- a/shared/contrib-committers.adoc
+++ b/shared/contrib-committers.adoc
@@ -292,6 +292,7 @@
* {bofh}
* {fox}
* {attilio}
+* {kenrap}
* {crees}
* {mr}
* {bcr}
diff --git a/website/data/en/news/news.toml b/website/data/en/news/news.toml
index 8cfdd3c6bc..d5f85e64b7 100644
--- a/website/data/en/news/news.toml
+++ b/website/data/en/news/news.toml
@@ -1,6 +1,10 @@
# Sort news by year, month and day
[[news]]
+date = "2026-04-04"
+description = "New committer: <a href=\"mailto:kenrap@FreeBSD.org\">Kenneth Raplee</a> (ports)"
+
+[[news]]
date = "2026-03-10"
title = "FreeBSD 14.4-RELEASE Available"
description = "<a href=\"https://www.FreeBSD.org/releases/14.4R/announce/\">FreeBSD 14.4-RELEASE</a> is now available. Please be sure to check the <a href=\"https://www.FreeBSD.org/releases/14.4R/relnotes/\">Release Notes</a> and <a href=\"https://www.FreeBSD.org/releases/14.4R/errata/\">Release Errata</a> before installation for any late-breaking news and/or issues with 14.4. More information about FreeBSD releases can be found on the <a href=\"https://www.FreeBSD.org/releases/\">Release Information</a> page."