Merge pull request #322068 from mweinelt/openssl_1_1-exception

pkgs/top-level: stop permitting openssl 1.1
This commit is contained in:
Martin Weinelt
2024-06-24 13:40:03 +02:00
committed by GitHub
2 changed files with 0 additions and 14 deletions
-6
View File
@@ -12,12 +12,6 @@
nixpkgsArgs ? { config = {
allowUnfree = false;
inHydra = true;
permittedInsecurePackages = [
# Keep evaluating home-assistant, which is transitively affected
# by home-assistant-chip-core consuming OpenSSL 1.1. Affects roughly
# 800 jobs.
"openssl-1.1.1w"
];
}; }
}:
-8
View File
@@ -29,14 +29,6 @@
, nixpkgsArgs ? { config = {
allowUnfree = false;
inHydra = true;
permittedInsecurePackages = [
# *Exceptionally*, those packages will be cached with their *secure* dependents
# because they will reach EOL in the middle of the 23.05 release
# and it will be too much painful for our users to recompile them
# for no real reason.
# Remove them for 23.11.
"openssl-1.1.1w"
];
}; }
# This flag, if set to true, will inhibit the use of `mapTestOn`