summaryrefslogtreecommitdiffstats
path: root/man/deb-buildinfo.pod
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:30:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:30:09 +0000
commit3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c (patch)
tree9532e637f47d6ff7246ccbabb62d4e2b4b5908df /man/deb-buildinfo.pod
parentAdding debian version 1.22.6. (diff)
downloaddpkg-3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c.tar.xz
dpkg-3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c.zip
Merging upstream version 1.22.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--man/deb-buildinfo.pod9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/deb-buildinfo.pod b/man/deb-buildinfo.pod
index 2f8ac43..9f43952 100644
--- a/man/deb-buildinfo.pod
+++ b/man/deb-buildinfo.pod
@@ -127,11 +127,11 @@ single full stop (‘.’) and all lines are indented by one space
character.
The exact content depends on the changelog format.
-=item B<Checksums-Md5:> (required)
+=item B<Checksums-Md5:> (required, weak)
-=item B<Checksums-Sha1:> (required)
+=item B<Checksums-Sha1:> (required, weak)
-=item B<Checksums-Sha256:> (required)
+=item B<Checksums-Sha256:> (required, strong)
=item S< >I<checksum> I<size> I<filename>
@@ -141,6 +141,9 @@ These fields have the same syntax and differ only in the checksum algorithm
used: MD5 for B<Checksums-Md5>, SHA-1 for B<Checksums-Sha1> and
SHA-256 for B<Checksums-Sha256>.
+B<Note>: The MD5 and SHA-1 checksums are considered weak,
+and should never be assumed to be sufficient for secure verification.
+
The first line of the field value (the part on the same line as the field
name followed by a colon) is always empty.
The content of the field is expressed as continuation lines, one line per file.