Skip to content

Commit ade41bb

Browse files
authored
PGP signing details and bump linked javadoc version (#19)
1 parent d91cc1a commit ade41bb

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

_data/navbar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ navbar:
1212
- title: Installation
1313
url: installation
1414
- title: JavaDoc
15-
url: https://www.javadoc.io/doc/org.python/jython-standalone/2.7.1
15+
url: https://www.javadoc.io/doc/org.python/jython-standalone/2.7.2
1616
- title: Python 2.7
1717
url: https://docs.python.org/2.7/
1818
- title: Jython Book

download.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,25 @@ This version is supported on Java 8 (minimum) and 11.
1919
Previous versions of Jython are available from:
2020
- [Jython Installer](https://search.maven.org/artifact/org.python/jython-installer)
2121
- [Jython Standalone](https://search.maven.org/artifact/org.python/jython-standalone)
22+
23+
## OpenPGP Public Keys
24+
25+
Release files for supported releases are signed by the following:
26+
- Jeff Allen (2.7.2 onwards) (key id: 875C3EF9DC4638E3)
27+
- Frank Wierzbicki (2.7.1 and earlier) (key id: 3979A71621665974)
28+
29+
You can validate these keys, using the installer as an example:
30+
31+
32+
```bash
33+
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys [key id]
34+
35+
gpg --verify jython-installer-[x.y.z].jar.asc \
36+
jython-installer-[x.y.z].jar
37+
```
38+
39+
GPG will report `Good signature from [release owner]`.
40+
41+
GPG may also report a warning unless you explicitly tell it to trust the key. This is not necessary for one-off verification. The warning is [explained here](https://security.stackexchange.com/questions/147447/gpg-why-is-my-trusted-key-not-certified-with-a-trusted-signature). The signing keys are listed above to allow validation independent of the file repository.
42+
43+

0 commit comments

Comments
 (0)