Skip to content

Commit f8bca3f

Browse files
committed
gnupg22: drop
`gnupg22` is end-of-life since 2024-12-31, see https://www.gnupg.org/download/index.html#end-of-life
1 parent b70d8b2 commit f8bca3f

File tree

4 files changed

+1
-264
lines changed

4 files changed

+1
-264
lines changed

pkgs/tools/security/gnupg/22-allow-import-of-previously-known-keys-even-without-UI.patch

Lines changed: 0 additions & 107 deletions
This file was deleted.

pkgs/tools/security/gnupg/22.nix

Lines changed: 0 additions & 152 deletions
This file was deleted.

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ mapAliases {
456456
gmtp = throw "'gmtp' has been removed due to lack of maintenance upstream. Consider using 'gnome-music' instead"; # Added 2024-09-14
457457
gnome-latex = throw "'gnome-latex' has been superseded by 'enter-tex'"; # Added 2024-09-18
458458
gnu-cobol = gnucobol; # Added 2024-09-17
459+
gnupg22 = throw "'gnupg22' is end-of-life. Consider using 'gnupg24' instead"; # Added 2025-01-05
459460
gogs = throw ''
460461
Gogs development has stalled. Also, it has several unpatched, critical vulnerabilities that
461462
weren't addressed within a year: https://github.com/gogs/gogs/issues/7777

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3483,11 +3483,6 @@ with pkgs;
34833483
gnupg1compat = callPackage ../tools/security/gnupg/1compat.nix { };
34843484
gnupg1 = gnupg1compat; # use config.packageOverrides if you prefer original gnupg1
34853485

3486-
gnupg22 = callPackage ../tools/security/gnupg/22.nix {
3487-
pinentry = if stdenv.hostPlatform.isDarwin then pinentry_mac else pinentry-gtk2;
3488-
libgcrypt = libgcrypt_1_8;
3489-
};
3490-
34913486
gnupg24 = callPackage ../tools/security/gnupg/24.nix {
34923487
pinentry = if stdenv.hostPlatform.isDarwin then pinentry_mac else pinentry-gtk2;
34933488
};

0 commit comments

Comments
 (0)