Skip to content

Commit fd645d8

Browse files
committed
Update openssl pgp keys and versions
> The current releases are signed by the OpenSSL key with fingerprint BA54 73A2 B058 7B07 FB27 CF2D 2160 94DF D0CB 81EF. > > https://openssl-library.org/source/
1 parent 8049e56 commit fd645d8

File tree

9 files changed

+34
-96
lines changed

9 files changed

+34
-96
lines changed

3.12/alpine/Dockerfile

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.12/ubuntu/Dockerfile

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.13/alpine/Dockerfile

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.13/ubuntu/Dockerfile

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

4.0-rc/alpine/Dockerfile

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

4.0-rc/ubuntu/Dockerfile

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-alpine.template

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -22,42 +22,14 @@ ARG PGP_KEYSERVER=keyserver.ubuntu.com
2222

2323
ENV OPENSSL_VERSION {{ .openssl.version }}
2424
ENV OPENSSL_SOURCE_SHA256="{{ .openssl.sha256 }}"
25-
# https://www.openssl.org/community/otc.html
2625
# https://www.openssl.org/source/
2726
ENV OPENSSL_PGP_KEY_IDS="{{
2827
[
29-
# Dmitry Belyavsky
30-
31-
# Matt Caswell
32-
"8657 ABB2 60F0 56B1 E519 0839 D9C4 D26D 0E60 4491",
33-
34-
# Paul Dale
35-
"B7C1 C143 60F3 53A3 6862 E4D5 231C 84CD DCC6 9C45",
36-
37-
# Tim Hudson
38-
"C1F3 3DD8 CE1D 4CC6 13AF 14DA 9195 C482 41FB F7DD",
39-
40-
# Hugo Landau
41-
"95A9 908D DFA1 6830 BE9F B900 3D30 A3A9 FF13 60DC",
42-
43-
# Richard Levitte
44-
"7953 AC1F BC3D C8B3 B292 393E D5E9 E43F 7DF9 EE8C",
45-
46-
# Shane Lontis
47-
48-
# Tomas Mraz
49-
"A21F AB74 B008 8AA3 6115 2586 B8EF 1A6B A9DA 2D5C",
50-
51-
# Kurt Roeckx
52-
"E5E5 2560 DD91 C556 DDBD A5D0 2064 C536 41C2 5E5D",
53-
54-
# Matthias St. Pierre
55-
56-
# Nicola Tuveri
57-
58-
# OpenSSL OMC key
59-
# https://github.com/openssl/web/pull/415
60-
"EFC0 A467 D613 CB83 C7ED 6D30 D894 E2CE 8B3D 79F5",
28+
# "OpenSSL <[email protected]>"
29+
# https://openssl-library.org/source/index.html
30+
# "The current releases are signed by the OpenSSL key with fingerprint:"
31+
# https://keys.openpgp.org/search?q=openssl%40openssl.org
32+
"BA54 73A2 B058 7B07 FB27 CF2D 2160 94DF D0CB 81EF",
6133

6234
# hack for trailing comma above
6335
empty

Dockerfile-ubuntu.template

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -25,42 +25,14 @@ ARG PGP_KEYSERVER=keyserver.ubuntu.com
2525

2626
ENV OPENSSL_VERSION {{ .openssl.version }}
2727
ENV OPENSSL_SOURCE_SHA256="{{ .openssl.sha256 }}"
28-
# https://www.openssl.org/community/otc.html
2928
# https://www.openssl.org/source/
3029
ENV OPENSSL_PGP_KEY_IDS="{{
3130
[
32-
# Dmitry Belyavsky
33-
34-
# Matt Caswell
35-
"8657 ABB2 60F0 56B1 E519 0839 D9C4 D26D 0E60 4491",
36-
37-
# Paul Dale
38-
"B7C1 C143 60F3 53A3 6862 E4D5 231C 84CD DCC6 9C45",
39-
40-
# Tim Hudson
41-
"C1F3 3DD8 CE1D 4CC6 13AF 14DA 9195 C482 41FB F7DD",
42-
43-
# Hugo Landau
44-
"95A9 908D DFA1 6830 BE9F B900 3D30 A3A9 FF13 60DC",
45-
46-
# Richard Levitte
47-
"7953 AC1F BC3D C8B3 B292 393E D5E9 E43F 7DF9 EE8C",
48-
49-
# Shane Lontis
50-
51-
# Tomas Mraz
52-
"A21F AB74 B008 8AA3 6115 2586 B8EF 1A6B A9DA 2D5C",
53-
54-
# Kurt Roeckx
55-
"E5E5 2560 DD91 C556 DDBD A5D0 2064 C536 41C2 5E5D",
56-
57-
# Matthias St. Pierre
58-
59-
# Nicola Tuveri
60-
61-
# OpenSSL OMC key
62-
# https://github.com/openssl/web/pull/415
63-
"EFC0 A467 D613 CB83 C7ED 6D30 D894 E2CE 8B3D 79F5",
31+
# "OpenSSL <[email protected]>"
32+
# https://openssl-library.org/source/index.html
33+
# "The current releases are signed by the OpenSSL key with fingerprint:"
34+
# https://keys.openpgp.org/search?q=openssl%40openssl.org
35+
"BA54 73A2 B058 7B07 FB27 CF2D 2160 94DF D0CB 81EF",
6436

6537
# hack for trailing comma above
6638
empty

versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "3.20"
55
},
66
"openssl": {
7-
"sha256": "5d2be4036b478ef3cb0a854ca9b353072c3a0e26d8a56f8f0ab9fb6ed32d38d7",
8-
"version": "3.1.6"
7+
"sha256": "053a31fa80cf4aebe1068c987d2ef1e44ce418881427c4464751ae800c31d06c",
8+
"version": "3.1.7"
99
},
1010
"otp": {
1111
"sha256": "00c2619648e05a25b39035ea51b65fc79c998e55f178cccc6c1b920f3f10dfba",
@@ -22,8 +22,8 @@
2222
"version": "3.20"
2323
},
2424
"openssl": {
25-
"sha256": "5d2be4036b478ef3cb0a854ca9b353072c3a0e26d8a56f8f0ab9fb6ed32d38d7",
26-
"version": "3.1.6"
25+
"sha256": "053a31fa80cf4aebe1068c987d2ef1e44ce418881427c4464751ae800c31d06c",
26+
"version": "3.1.7"
2727
},
2828
"otp": {
2929
"sha256": "e49708cf1f602863e394869af48df4abcb39e3633b96cb4babde3ee7aa724872",
@@ -40,8 +40,8 @@
4040
"version": "3.20"
4141
},
4242
"openssl": {
43-
"sha256": "777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e",
44-
"version": "3.3.1"
43+
"sha256": "2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da114ab5fc3d281",
44+
"version": "3.3.2"
4545
},
4646
"otp": {
4747
"sha256": "e49708cf1f602863e394869af48df4abcb39e3633b96cb4babde3ee7aa724872",

0 commit comments

Comments
 (0)