summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/gpg
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-04-11 03:09:12 +0000
committerNorbert Preining <norbert@preining.info>2020-04-11 03:09:12 +0000
commitc2697fc286a1e2c94fd9968b76be6f4a6d2114cd (patch)
tree1dc2cfb07cb032740483dd8be7c74aff66b70352 /systems/texlive/tlnet/tlpkg/gpg
parent25111608e6aa05042b0c6f83009262e1973d7a45 (diff)
CTAN sync 202004110309
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/gpg')
-rw-r--r--systems/texlive/tlnet/tlpkg/gpg/pubring.gpgbin5351 -> 5961 bytes
-rw-r--r--systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt19
-rw-r--r--systems/texlive/tlnet/tlpkg/gpg/trustdb.gpgbin1280 -> 1280 bytes
3 files changed, 9 insertions, 10 deletions
diff --git a/systems/texlive/tlnet/tlpkg/gpg/pubring.gpg b/systems/texlive/tlnet/tlpkg/gpg/pubring.gpg
index 64849a5c6d..672b2b2cb3 100644
--- a/systems/texlive/tlnet/tlpkg/gpg/pubring.gpg
+++ b/systems/texlive/tlnet/tlpkg/gpg/pubring.gpg
Binary files differ
diff --git a/systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt b/systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt
index 7f9bb998fd..a5e7650809 100644
--- a/systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt
+++ b/systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt
@@ -1,4 +1,4 @@
-$Id: tl-key-extension.txt 51076 2019-05-10 22:23:09Z karl $
+$Id: tl-key-extension.txt 54627 2020-04-06 02:50:49Z preining $
(Public domain.)
How to update TeX Live distribution signing key
@@ -11,16 +11,17 @@ shut down networking service
cp gpg directory from USB stick to computer
-export GNUPGHOME=.....
+export GNUPGHOME=...<COPY OF USBSTICK gpg directory>
export KEYID=0xC78B82D8C79512F79CC0D7C80D5E5D9106BAB6BC
gpg --edit-key $KEYID
> key 2
# selects the expiring key, check!
> expire
-> 1y
+> 16m
# choose something after the release of the next TL
> save
+# export public key for import into svn and TUG account
gpg -a --export $KEYID > texlive.asc
# update USB drive with new stuff, remove from home,
@@ -32,16 +33,14 @@ gpg --send-keys $KEYID
# update TeX Live repository
-export GNUPGHOME=/path/to/Master/tlpkg/gpg
+export GNUPGHOME=/path/to/texlive-svn/Master/tlpkg/gpg
# use gpg version 1 here!!!
-gpg1 --import texlive.rsa
+gpg1 --import texlive.asc
svn/git commit
-# on the TUG server
- gpg --homedir ~texlive/etc \
- --keyserver hkp://pool.sks-keyservers.net \
- --recv-key $KEYID
+# on the TUG server (needs the exported public key in
+# texlive.asc, see above how to export it)
+gpg --homedir ~texlive/.gnupg --import texlive.asc
-# or import from texlive.asc
diff --git a/systems/texlive/tlnet/tlpkg/gpg/trustdb.gpg b/systems/texlive/tlnet/tlpkg/gpg/trustdb.gpg
index d563215ef8..96474ee104 100644
--- a/systems/texlive/tlnet/tlpkg/gpg/trustdb.gpg
+++ b/systems/texlive/tlnet/tlpkg/gpg/trustdb.gpg
Binary files differ