summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/certifi/env.patch
AgeCommit message (Collapse)Author
2025-07-07python313Packages.certifi: 2025.4.26 -> 2025.6.15 (#420216)h0nIg
* python312Packages.certifi: 2025.4.26 -> 2025.6.15 * python312Packages.certifi: upstream minimum * Update pkgs/development/python-modules/certifi/default.nix --------- Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-03-27python312Packages.certifi: 2023.11.17 -> 2024.02.02Martin Weinelt
https://github.com/certifi/python-certifi/compare/2023.11.17...2024.02.02
2022-12-11python3Packages.certifi: Ignore /no-cert-file.crt in NIX_SSL_CERT_FILEMartin Weinelt
2022-12-08python3Packages.certifi: use system ca-bundleMartin Weinelt
We update that one more reliably and it allows ties in with module based configuration applied through `security.pki`. Also allow overwriting the CA bundle used through `NIX_SSL_CERT_FILE` as is common throughout nixpkgs. Fixes: CVE-2022-23491