From 83fbe6cc749616e52bc0e6f5128d5cb38db4060a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 7 Aug 2024 15:33:17 +0200 Subject: Merging upstream version 1.22.11. Signed-off-by: Daniel Baumann --- scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'scripts/Dpkg/OpenPGP/Backend/GnuPG.pm') diff --git a/scripts/Dpkg/OpenPGP/Backend/GnuPG.pm b/scripts/Dpkg/OpenPGP/Backend/GnuPG.pm index 43ac1e2..8c23872 100644 --- a/scripts/Dpkg/OpenPGP/Backend/GnuPG.pm +++ b/scripts/Dpkg/OpenPGP/Backend/GnuPG.pm @@ -107,7 +107,7 @@ sub get_trusted_keyrings { } # _pgp_* functions are strictly for applying or removing ASCII armor. -# See for more +# See for more # details. # # Note that these _pgp_* functions are only necessary while relying on @@ -118,8 +118,7 @@ sub _pgp_dearmor_data { my ($type, $data) = @_; # Note that we ignore an incorrect or absent checksum, following the - # guidance of - # . + # guidance of . my $armor_regex = qr{ -----BEGIN\ PGP\ \Q$type\E-----[\r\t ]*\n (?:[^:]+:\ [^\n]*[\r\t ]*\n)* @@ -138,8 +137,7 @@ sub _pgp_dearmor_data { sub _pgp_armor_checksum { my ($data) = @_; - # From the upcoming revision to RFC 4880 - # . + # From RFC9580 . # # The resulting three-octet-wide value then gets base64-encoded into # four base64 ASCII characters. -- cgit v1.2.3