mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
mongodb-6_0: 6.0.19 -> 6.0.23
https://www.mongodb.com/docs/manual/release-notes/6.0-changelog/
Fixes: CVE-2025-3082
Fixes: CVE-2025-3083
Fixes: CVE-2025-3084
Fixes: CVE-2025-3085
(cherry picked from commit 74884c119d
)
This commit is contained in:
parent
d7a042ced4
commit
7f70559174
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ let
|
||||||
in
|
in
|
||||||
buildMongoDB {
|
buildMongoDB {
|
||||||
inherit avxSupport;
|
inherit avxSupport;
|
||||||
version = "6.0.19";
|
version = "6.0.23";
|
||||||
sha256 = "sha256-qcf+6hMg0LASeOoZJPoRCQ9ajCJBqSsBDg2Wp+2SMKY=";
|
sha256 = "sha256-E87l73bA2i/wEPkzYBX70UptX7tWqBRyhb4fIyrwHZk=";
|
||||||
patches = [
|
patches = [
|
||||||
# Patches a bug that it couldn't build MongoDB 6.0 on gcc 13 because a include in ctype.h was missing
|
# Patches a bug that it couldn't build MongoDB 6.0 on gcc 13 because a include in ctype.h was missing
|
||||||
./fix-gcc-13-ctype-6_0.patch
|
./fix-gcc-13-ctype-6_0.patch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue