summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/tlmgr.1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-08 01:22:21 +0000
committerKarl Berry <karl@freefriends.org>2017-11-08 01:22:21 +0000
commit75259425fbb27a511302dc7b9087697efb1544a2 (patch)
tree18bffbcdb02ad5edfba97d4331742785dfb47cf0 /Master/texmf-dist/doc/man/man1/tlmgr.1
parentdf7e3ce0305efb0b76cd03acf4a6a812b7d6e09b (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@45718 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/tlmgr.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/tlmgr.114
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.1 b/Master/texmf-dist/doc/man/man1/tlmgr.1
index e5b9172fb82..f0efdbbeb56 100644
--- a/Master/texmf-dist/doc/man/man1/tlmgr.1
+++ b/Master/texmf-dist/doc/man/man1/tlmgr.1
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "TLMGR 1"
-.TH TLMGR 1 "2017-10-27" "perl v5.26.1" "User Contributed Perl Documentation"
+.TH TLMGR 1 "2017-11-07" "perl v5.26.1" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -1447,6 +1447,13 @@ report \f(CW\*(C`(verified)\*(C'\fR after loading the \s-1TLPDB\s0; otherwise, t
\&\f(CW\*(C`(not verified)\*(C'\fR. Either way, by default the installation and/or
updates proceed normally.
.PP
+If a program \f(CW\*(C`gpg\*(C'\fR is available (that is, it is found in the \f(CW\*(C`PATH\*(C'\fR),
+cryptographic signatures will be checked. In this case we require that
+the main repository is signed. This is not required for additional r
+repositories. If \f(CW\*(C`gpg\*(C'\fR is not available, signatures are not checked
+and no verification is carried out, but \f(CW\*(C`tlmgr\*(C'\fR proceeds normally.
+This is the behavior of \f(CW\*(C`tlmgr\*(C'\fR up to TeX Live 2016.
+.PP
The attempted verification can be suppressed by specifying
\&\f(CW\*(C`\-\-no\-verify\-downloads\*(C'\fR on the command line, or the entry
\&\f(CW\*(C`verify\-downloads = 0\*(C'\fR in a \f(CW\*(C`tlmgr\*(C'\fR config file (described in
@@ -1454,6 +1461,9 @@ The attempted verification can be suppressed by specifying
\&\fIrequire\fR verification by specifying \f(CW\*(C`\-\-require\-verification\*(C'\fR on the
command line, or \f(CW\*(C`require\-verification = 1\*(C'\fR in a \f(CW\*(C`tlmgr\*(C'\fR config file;
in this case, if verification is not possible, the program quits.
+Note that as mentioned above, if \f(CW\*(C`gpg\*(C'\fR is available, the main repository
+is always required to have a signature. Using the \f(CW\*(C`\-\-require\-verification\*(C'\fR
+switch, \f(CW\*(C`tlmgr\*(C'\fR also requires signatures from additional repositories.
.PP
Cryptographic verification requires checksum checking (described just
above) to succeed, and a working GnuPG (\f(CW\*(C`gpg\*(C'\fR) program (see below for
@@ -1997,4 +2007,4 @@ This script and its documentation were written for the TeX Live
distribution (<http://tug.org/texlive>) and both are licensed under the
\&\s-1GNU\s0 General Public License Version 2 or later.
.PP
-\&\f(CW$Id:\fR tlmgr.pl 45623 2017\-10\-27 14:41:58Z preining $
+\&\f(CW$Id:\fR tlmgr.pl 45716 2017\-11\-07 23:44:28Z preining $