Author: Gabriel Caruso (carusogabriel) Committer: GitHub (web-flow) Pusher: carusogabriel Date: 2022-09-15T11:42:22+02:00
Commit: https://github.com/php/web-php/commit/cffc38012f586b8a9a09a2f8544ef9365a56e459 Raw diff: https://github.com/php/web-php/commit/cffc38012f586b8a9a09a2f8544ef9365a56e459.diff Update GPG key for `carusogabriel` (#690) Changed paths: M include/gpg-keys.inc Diff: diff --git a/include/gpg-keys.inc b/include/gpg-keys.inc index 0c5c3df8d..d4860e900 100644 --- a/include/gpg-keys.inc +++ b/include/gpg-keys.inc @@ -11,13 +11,20 @@ function gpg_key_get(string $rm): ?string { " Key fingerprint = 1A4E 8B72 77C4 2E53 DBA9 C7B9 BCAA 30EA 9C0D 5763\n" . "uid Anatol Belski <a...@php.net>"; - case 'carusogabriel': + case 'carusogabriel-old': return "pub rsa4096 2020-05-09 [SC] [expires: 2024-05-08]\n" . " BFDD D286 4282 4F81 18EF 7790 9B67 A5C1 2229 118F\n" . "uid [ultimate] Gabriel Caruso (Release Manager) <carusogabr...@php.net>\n" . "sub rsa4096 2020-05-09 [E] [expires: 2024-05-08]"; + case 'carusogabriel-new': + return + "pub rsa4096 2022-08-30 [SC] [expires: 2024-08-29]\n" . + " 2C16 C765 DBE5 4A08 8130 F1BC 4B9B 5F60 0B55 F3B4\n" . + "uid [ultimate] Gabriel Caruso <carusogabr...@php.net>\n" . + "sub rsa4096 2022-08-30 [E] [expires: 2024-08-29]"; + case 'cmb': return "pub rsa4096/118BCCB6 2018-06-05 [SC] [expires: 2022-06-04]\n" . @@ -137,7 +144,7 @@ function gpg_key_get_branches(bool $activeOnly): array { $branches = [ '8.2' => ['pierrick', 'ramsey', 'sergey'], '8.1' => ['krakjoe', 'ramsey', 'patrickallaert'], - '8.0' => ['pollita', 'carusogabriel'], + '8.0' => ['pollita', 'carusogabriel-old', 'carusogabriel-new'], '7.4' => ['derick', 'petk'], '7.3' => ['cmb', 'stas'], '7.2' => ['pollita', 'remi', 'cmb'], -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php