Merge pull request #289685 from dotlambda/ceph-cryptography

ceph: fix cryptography override

authored by Robert Schütz and committed by GitHub 711b0df6 aa4e6947

+1 -1
+1 -1
pkgs/tools/filesystems/ceph/default.nix
··· 195 hash = "sha256-gFfDTc2QWBWHBCycVH1dYlCsWQMVcRZfOBIau+njtDU="; 196 }; 197 198 - patches = (old.patches or []) ++ [ 199 # Fix https://nvd.nist.gov/vuln/detail/CVE-2023-49083 which has no upstream backport. 200 # See https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a#diff-f5134bf8f3cf0a5cc8601df55e50697acc866c603a38caff98802bd8e17976c5R1893 201 ./python-cryptography-Cherry-pick-fix-for-CVE-2023-49083-on-cryptography-40.patch
··· 195 hash = "sha256-gFfDTc2QWBWHBCycVH1dYlCsWQMVcRZfOBIau+njtDU="; 196 }; 197 198 + patches = [ 199 # Fix https://nvd.nist.gov/vuln/detail/CVE-2023-49083 which has no upstream backport. 200 # See https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a#diff-f5134bf8f3cf0a5cc8601df55e50697acc866c603a38caff98802bd8e17976c5R1893 201 ./python-cryptography-Cherry-pick-fix-for-CVE-2023-49083-on-cryptography-40.patch