Commit: aa60380fdda513866710298f27133af18eefb18c Author: kovacs.ferenc <[email protected]> Thu, 11 Jun 2015 10:06:17 +0200 Parents: 23fa182847dc9ad4faed2c8dd03b14713dd77176 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=aa60380fdda513866710298f27133af18eefb18c Log: add gpg key for Anatol Changed paths: M distributions M include/gpg-keys.inc Diff: diff --git a/distributions b/distributions index e6542c5..b679c96 160000 --- a/distributions +++ b/distributions @@ -1 +1 @@ -Subproject commit e6542c57ca68013d1cd26caf79eb306d0013e930 +Subproject commit b679c965f14f75224b7593ecd2440eef5e0fa4c7 diff --git a/include/gpg-keys.inc b/include/gpg-keys.inc index e4346ab..6a72326 100644 --- a/include/gpg-keys.inc +++ b/include/gpg-keys.inc @@ -1,6 +1,13 @@ <?php // GPG keys used for signing releases. $GPG_KEYS = array( + "7.0" => <<< GPG +pub 2048R/9C0D5763 2015-06-09 [expires: 2024-06-06] + Key fingerprint = 1A4E 8B72 77C4 2E53 DBA9 C7B9 BCAA 30EA 9C0D 5763 +uid Anatol Belski <@php.net> + +GPG +, "5.6" => <<< GPG pub 2048R/33CFC8B3 2014-01-14 [expires: 2020-01-13] Key fingerprint = 6E4F 6AB3 21FD C07F 2C33 2E3A C2BF 0BC4 33CF C8B3 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
