diff options
Diffstat (limited to 'doc/po/apt-doc.pot')
-rw-r--r-- | doc/po/apt-doc.pot | 45 |
1 files changed, 43 insertions, 2 deletions
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 6248dd53f..036766a8c 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 1.6~alpha7\n" +"Project-Id-Version: apt-doc 1.6~beta1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-01-18 14:46+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -3179,6 +3179,28 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"Security related option defaulting to true, enabling time-related " +"checks. Disabling it means that the machine's time cannot be trusted, and " +"APT will hence disable all time-related checks, such as " +"<option>Check-Valid-Until</option> and verifying that the Date field of a " +"release file is not in the future." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Maximum time (in seconds) before its creation (as indicated by the " +"<literal>Date</literal> header) that the <filename>Release</filename> file " +"should be considered valid. The default value is <literal>10</literal>. " +"Archive specific settings can be made by appending the label of the archive " +"to the option name. Preferably, the same can be achieved for specific " +"&sources-list; entries by using the <option>Date-Max-Future</option> option " +"there." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "Security related option defaulting to true, as giving a Release file's " "validation an expiration date prevents replay attacks over a long timescale, " "and can also for example help users to identify mirrors that are no longer " @@ -5614,6 +5636,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" +"<option>Check-Date</option> (<option>check-date</option>) is a yes/no value " +"which controls if APT should consider the machine's time correct and hence " +"perform time related checks, such as verifying that a Release file is not " +"from the future. Disabling it also disables the " +"<option>Check-Valid-Until</option> option mentioned above." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Date-Max-Future</option> (<option>date-max-future</option>) controls " +"how far from the future a repository may be. Default to the value of the " +"configuration option <option>Acquire::Max-FutureTime</option> which is 10 " +"seconds by default." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" "<option>InRelease-Path</option> (<option>inrelease-path</option>) " "determines the path to the InRelease file, relative to the normal position " "of an <filename>InRelease</filename> file. By default, this option is unset " |