X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/30b683f4f3021cd191ffef04bfaf2deb65820a52..631800b139834947b21c49153ba7862b1f4e6984:/doc/apt-ftparchive.1.xml?ds=sidebyside
diff --git a/doc/apt-ftparchive.1.xml b/doc/apt-ftparchive.1.xml
index 92016298d..5b2cd83e8 100644
--- a/doc/apt-ftparchive.1.xml
+++ b/doc/apt-ftparchive.1.xml
@@ -94,8 +94,8 @@
as well as Release and md5sum.txt files by default
(APT::FTPArchive::Release::Default-Patterns). Additional filename patterns
can be added by listing them in APT::FTPArchive::Release::Patterns.
- It then writes to stdout a Release file containing an MD5, SHA1 and SHA256 digest
- for each file.
+ It then writes to stdout a Release file containing (by default) an MD5,
+ SHA1, SHA256 and SHA512 digest for each file.
Values for the additional metadata fields in the Release file are
taken from the corresponding variables under
@@ -501,7 +501,11 @@ for i in Sections do
&apt-cmdblurb;
-
+
+
+
+
+
Generate the given checksum. These options default to on, when turned off the generated
index files will not have the checksum fields where possible.
@@ -509,7 +513,7 @@ for i in Sections do
APT::FTPArchive::Index::Checksum where
Index can be Packages, Sources or
Release and Checksum can be MD5,
- SHA1 or SHA256.
+ SHA1, SHA256 or SHA512.