Author: Ben Ramsey (ramsey) Date: 2022-05-19T10:05:57-05:00 Commit: https://github.com/php/web-php/commit/5154eb8809fe1f544fcf0fedc7f74bcaaa2184ac Raw diff: https://github.com/php/web-php/commit/5154eb8809fe1f544fcf0fedc7f74bcaaa2184ac.diff
Update expiration date on ram...@php.net key Changed paths: M include/gpg-keys.inc Diff: diff --git a/include/gpg-keys.inc b/include/gpg-keys.inc index a415b5ed7..297102bee 100644 --- a/include/gpg-keys.inc +++ b/include/gpg-keys.inc @@ -94,10 +94,10 @@ function gpg_key_get(string $rm): ?string { case 'ramsey': return - "pub rsa4096 2021-04-26 [SC] [expires: 2024-11-26]\n" . + "pub rsa4096 2021-04-26 [SC] [expires: 2025-11-24]\n" . " 39B6 4134 3D8C 104B 2B14 6DC3 F9C3 9DC0 B969 8544\n" . "uid [ultimate] Ben Ramsey <ram...@php.net>\n" . - "sub rsa4096 2021-04-26 [E] [expires: 2024-11-26]"; + "sub rsa4096 2021-04-26 [E] [expires: 2025-11-24]"; case 'remi': return -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php