Skip to content

Commit 7dfae2f

Browse files
committed
update gpg keys
- add @wilzbach - add nightly build bot - update public key signatures (expiration dates and ids) - sign updated keyring
1 parent 8e6b06a commit 7dfae2f

File tree

4 files changed

+23
-8
lines changed

4 files changed

+23
-8
lines changed

d-keyring.gpg

17.5 KB
Binary file not shown.

d-keyring.gpg.sig

566 Bytes
Binary file not shown.

gpg_keys.dd

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,31 @@ Ddoc
33
$(P Since 2.067.0 dmd binaries and git tags are signed by D's release managers. The following GnuPG keys can be used to verify those signatures.)
44

55
$(PRE
6-
pub 4096R/0xAB8FE924C2F7E724 2014-09-01 [expires: 2017-02-26]
6+
pub 4096R/0xAB8FE924C2F7E724 2014-09-01 [expires: 2020-03-25]
77
Key fingerprint = AFC7 DB45 693D 62BB 472B F27B AB8F E924 C2F7 E724
8+
uid Martin Nowak (dawg) $(LT)me@dawg.eu$(GT)
9+
uid Martin Nowak $(LT)martin.nowak@plugintheworld.com$(GT)
810
uid Martin Nowak $(LT)code@dawg.eu$(GT)
9-
sub 4096R/0xB273811612BB1939 2015-02-27 [expires: 2018-03-03]
10-
sub 4096R/0xA78068C444E12E4D 2014-09-01 [expires: 2018-03-03]
11+
uid Martin Nowak $(LT)martin@dlang.org$(GT)
12+
sub 4096R/0xB273811612BB1939 2015-02-27 [expires: 2020-03-25]
13+
sub 4096R/0xA78068C444E12E4D 2014-09-01 [expires: 2020-03-25]
1114

12-
pub 4096R/0xC13C70B87267B52D 2012-03-20 [expires: 2016-03-19]
13-
Key fingerprint = 0B96 609E 270F 565C 1329 2B24 C13C 70B8 7267 B52D
14-
uid David Soria Parra $(LT)dsp@php.net$(GT)
15-
sub 4096R/0x4A208C733953AF82 2012-03-20 [expires: 2016-03-19]
15+
pub 2048R/0x5004F0FAD051576D 2016-01-29
16+
Key fingerprint = BBED 1B08 8CED 7F95 8917 FBE8 5004 F0FA D051 576D
17+
uid Vladimir Panteleev $(LT)gpg@thecybershadow.net$(GT)
18+
sub 2048R/0x3850E93043EBB12C 2016-01-29
19+
20+
pub 4096R/0x2055F76601A36FB0 2015-11-24 [expires: 2026-03-23]
21+
Key fingerprint = 8FDB 8D35 7AF4 68A9 428A CE3C 2055 F766 01A3 6FB0
22+
uid Sebastian Wilzbach $(LT)seb@wilzba.ch$(GT)
23+
uid Sebastian Wilzbach $(LT)sebi@wilzbach.me$(GT)
24+
sub 4096R/0xFEB1F8D40328010D 2015-11-24 [expires: 2020-11-22]
25+
26+
pub 4096R/0x65394AFEF4A68565 2018-03-26 [expires: 2020-03-25]
27+
Key fingerprint = F771 5881 4C19 E5E0 7BA1 079A 6539 4AFE F4A6 8565
28+
uid DLang Nightly (bot) $(LT)builder@nightlies.dlang.org$(GT)
29+
sub 4096R/0x318B84C8855CCD65 2018-03-26 [expires: 2020-03-25]
30+
sub 4096R/0xD2EDBA9B3200C132 2018-03-26 [expires: 2020-03-25]
1631
)
1732

1833
$(P You can also download them as $(LINK2 d-keyring.gpg,keyring) file.)

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ CHANGELOG_DDOC=${DDOC} changelog/changelog.ddoc $(NODATETIME)
323323
CHANGELOG_PRE_DDOC=${CHANGELOG_DDOC} changelog/prerelease.ddoc
324324
CHANGELOG_PENDING_DDOC=${CHANGELOG_DDOC} changelog/pending.ddoc
325325

326-
PREMADE=fetch-issue-cnt.php robots.txt .htaccess .dpl_rewrite_map.txt d-keyring.gpg
326+
PREMADE=fetch-issue-cnt.php robots.txt .htaccess .dpl_rewrite_map.txt d-keyring.gpg d-keyring.gpg.sig
327327

328328
# Language spec root filenames. They have extension .dd in the source
329329
# and .html in the generated HTML. These are also used for the mobi

0 commit comments

Comments
 (0)