This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=310da86e14d6c1659a808c3fc6299a6ecef93f4e commit 310da86e14d6c1659a808c3fc6299a6ecef93f4e Author: Guillem Jover <[email protected]> AuthorDate: Thu Dec 12 04:04:17 2024 +0100 Dpkg::OpenPGP::Backend: Remove references to fixed gosop issues These were blockers for the gosop inclusion, but were already fixed when the gosop support was added here. Remove the references. Fixes: commit 589485b1242da5debca487307759783511456d9b Changelog: silent --- scripts/Dpkg/OpenPGP/Backend/SOP.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/Dpkg/OpenPGP/Backend/SOP.pm b/scripts/Dpkg/OpenPGP/Backend/SOP.pm index 0bb23a5f0..e84b663ef 100644 --- a/scripts/Dpkg/OpenPGP/Backend/SOP.pm +++ b/scripts/Dpkg/OpenPGP/Backend/SOP.pm @@ -42,10 +42,6 @@ use Dpkg::OpenPGP::ErrorCodes; use parent qw(Dpkg::OpenPGP::Backend); -# - Once "gosop" implements inline-verify and inline-sign, add as alternative. -# Ref: https://github.com/ProtonMail/gosop/issues/6 -# - Once "gosop" can handle big keyrings. -# Ref: https://github.com/ProtonMail/gosop/issues/25 # - Once "hop" implements the new SOP draft, add as alternative. # Ref: https://salsa.debian.org/clint/hopenpgp-tools/-/issues/4 # - Once the SOP MR !23 is finalized and merged, implement a way to select -- Dpkg.Org's dpkg

