summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-07 01:15:03 +0000
committerKarl Berry <karl@freefriends.org>2016-05-07 01:15:03 +0000
commita053013faed68b04f821111f43c2537f76579287 (patch)
tree62a5c1feee3c2b3fe8bd1b3a65b208d25c03ba54 /Master/texmf-dist/doc/man
parentc90ac25d9610e409bef56bf7d10849984087bd37 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@40928 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man')
-rw-r--r--Master/texmf-dist/doc/man/man1/tlmgr.125
-rw-r--r--Master/texmf-dist/doc/man/man1/tlmgr.man1.pdfbin119082 -> 119743 bytes
2 files changed, 22 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.1 b/Master/texmf-dist/doc/man/man1/tlmgr.1
index 89de2d0d8b4..0faafd6d659 100644
--- a/Master/texmf-dist/doc/man/man1/tlmgr.1
+++ b/Master/texmf-dist/doc/man/man1/tlmgr.1
@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "TLMGR 1"
-.TH TLMGR 1 "2016-05-05" "perl v5.22.1" "User Contributed Perl Documentation"
+.TH TLMGR 1 "2016-05-06" "perl v5.22.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
@@ -280,6 +280,15 @@ disable these persistent connections, use \f(CW\*(C`\-\-no\-persistent\-download
Change the pinning file location from \f(CW\*(C`TEXMFLOCAL/tlpkg/pinning.txt\*(C'\fR
(see \*(L"Pinning\*(R" below). Documented only for completeness, as this is
only useful in debugging.
+.IP "\fB\-\-require\-verification\fR" 4
+.IX Item "--require-verification"
+.PD 0
+.IP "\fB\-\-no\-require\-verification\fR" 4
+.IX Item "--no-require-verification"
+.PD
+Instructs \f(CW\*(C`tlmgr\*(C'\fR to only accept signed and verified remotes. In any
+other case \f(CW\*(C`tlmgr\*(C'\fR will quit operation.
+See \*(L"\s-1CRYPTOGRAPHIC VERIFICATION\*(R"\s0 below for details.
.IP "\fB\-\-usermode\fR" 4
.IX Item "--usermode"
Activates user mode for this run of \f(CW\*(C`tlmgr\*(C'\fR; see \*(L"\s-1USER MODE\*(R"\s0 below.
@@ -1282,6 +1291,9 @@ The allowed keys are:
.ie n .IP """persistent\-downloads"", value 0 or 1 (default 1), same as command-line option." 4
.el .IP "\f(CWpersistent\-downloads\fR, value 0 or 1 (default 1), same as command-line option." 4
.IX Item "persistent-downloads, value 0 or 1 (default 1), same as command-line option."
+.ie n .IP """require\-verification"", value 0 or 1 (default 1), same as command-line option." 4
+.el .IP "\f(CWrequire\-verification\fR, value 0 or 1 (default 1), same as command-line option." 4
+.IX Item "require-verification, value 0 or 1 (default 1), same as command-line option."
.ie n .IP """verify\-downloads"", value 0 or 1 (default 1), same as command-line option." 4
.el .IP "\f(CWverify\-downloads\fR, value 0 or 1 (default 1), same as command-line option." 4
.IX Item "verify-downloads, value 0 or 1 (default 1), same as command-line option."
@@ -1296,7 +1308,7 @@ allow only a restricted set of actions that do not interfere with the
distro package managers. For native TeX Live installations, it doesn't
make sense to set this.
.PP
-The <no\-checksums> key needs more explanation. By default, package
+The \f(CW\*(C`no\-checksums\*(C'\fR key needs more explanation. By default, package
checksums computed and stored on the server (in the \s-1TLPDB\s0) are compared
to checksums computed locally after downloading. \f(CW\*(C`no\-checksums\*(C'\fR
disables this.
@@ -1315,7 +1327,10 @@ If a working GnuPG binary (\f(CW\*(C`gpg\*(C'\fR) is found (see below for the se
method), by default verification of downloaded files is performed. This
can be suppressed by specifying \f(CW\*(C`\-\-no\-verify\-downloads\*(C'\fR on the command
line, or adding an entry \f(CW\*(C`verify\-downloads = 0\*(C'\fR to a tlmgr config file
-(described in \*(L"\s-1CONFIGURATION FILE FOR TLMGR\*(R"\s0).
+(described in \*(L"\s-1CONFIGURATION FILE FOR TLMGR\*(R"\s0). On the other hand,
+it is possible to \fBrequire\fR verification by either specifying
+\&\f(CW\*(C`\-\-require\-verification\*(C'\fR on the command line, or adding an entry
+\&\f(CW\*(C`require\-verification = 1\*(C'\fR to a tlmgr config file.
.PP
Verification is performed as follows: For each \f(CW\*(C`texlive.tlpdb\*(C'\fR loaded
for a repository, the respective checksum \f(CW\*(C`texlive.tlpdb.sha512\*(C'\fR is
@@ -1408,6 +1423,10 @@ collections. For example, in normal mode \f(CW\*(C`tlmgr install
collection\-context\*(C'\fR would install \f(CW\*(C`collection\-basic\*(C'\fR and other
collections, while in user mode, \fIonly\fR the packages mentioned in
\&\f(CW\*(C`collection\-context\*(C'\fR are installed.
+.PP
+If a package shipping map files is installed in user mode, a backup of
+the user's \f(CW\*(C`updmap.cfg\*(C'\fR in \f(CW\*(C`USERTREE/web2c/\*(C'\fR is made, and then this file
+regenerated from the list of installed packages.
.SS "User mode backup, restore, remove, update"
.IX Subsection "User mode backup, restore, remove, update"
In user mode, these actions check that all packages to be acted on are
diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf b/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf
index c68886723a0..2b336abeb69 100644
--- a/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/tlmgr.man1.pdf
Binary files differ