summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* yara: make patch unconditional•••(cherry picked from commit 5e84b19d911434d206bee21259afc60ce3527b00) origin/backport-287755-to-release-23.11Alyssa Ross2024-02-171-2/+1
* resholve: oildev: disable libc tests unconditionally•••There's no point testing the behaviour of libc on some platforms and not others if we intend to run on all of them. (cherry picked from commit a79f4e520e36174a6616ad92b99771c14732d065) Alyssa Ross2024-02-171-1/+0
* Merge pull request #289496 from NixOS/backport-289354-to-release-23.11•••[Backport release-23.11] Linux kernels 2024-02-16K9002024-02-171-6/+6
|\
| * linux_6_7: 6.7.4 -> 6.7.5•••(cherry picked from commit f947867e8eb11580d69dfee2b270674ed554ddcd) Alyssa Ross2024-02-171-2/+2
| * linux_6_1: 6.1.77 -> 6.1.78•••(cherry picked from commit f4c0a20bb8968b54038d89a897d857d9b74921be) Alyssa Ross2024-02-171-2/+2
| * linux_6_6: 6.6.16 -> 6.6.17•••(cherry picked from commit 9c0e19a36ca1e7041b60770cfbf71ad586f3a82b) Alyssa Ross2024-02-171-2/+2
|/
* Merge #287448: staging-next-23.11 iteration 4•••...into release-23.11 Vladimír Čunát2024-02-1739-132/+170
|\
| * gnome-builder: fix build by upstream patch•••It's needed after gtk update, /cc PR #286334 (cherry picked from commit 0575895f0b5ac96e4e72eee4312aad449d0a3042) Vladimír Čunát2024-02-171-0/+7
| * Merge release-23.11 into staging-next-23.11github-actions[bot]2024-02-173-11/+11
| |\
| * \ Merge #289298: OVMF: fix buils against openssl-3.0.13•••...into staging-next-23.11 Vladimír Čunát2024-02-161-0/+5
| |\ \
| | * | OVMF: fix buils against `openssl-3.0.13`•••Without the change the build fails on `staging-next` as https://hydra.nixos.org/build/248863953/nixlog/2/tail: /build/edk2-unvendored-src/CryptoPkg/Library/OpensslLib/openssl/crypto/property/property_parse.c:107:19: error: ‘INT64_MAX’ undeclared (first use in this function) 107 | if (v > ((INT64_MAX - (*s - '0')) / 10)) { | ^~~~~~~~~ The unbundled version of `openssl` `nixpkgs` injects into `edk2` started using `INT64_MAX` that `edk2`'s `<stdint.h>` does not provide and relies on `openssl` to define as a fallback. Let's pull in `openssl`'s own definition of those. (cherry picked from commit 7b01dd0370f6ad1b35d2197baad8ba99a33567b0) Sergei Trofimovich2024-02-161-0/+5
| * | | Merge branch 'release-23.11' into staging-next-23.11Vladimír Čunát2024-02-1614-50/+58
| |\| |
| * | | Merge release-23.11 into staging-next-23.11github-actions[bot]2024-02-1621-1030/+1093
| |\ \ \
| * \ \ \ Merge release-23.11 into staging-next-23.11github-actions[bot]2024-02-1517-66/+95
| |\ \ \ \
| * \ \ \ \ Merge release-23.11 into staging-next-23.11github-actions[bot]2024-02-1413-78/+298
| |\ \ \ \ \
| * \ \ \ \ \ Merge release-23.11 into staging-next-23.11github-actions[bot]2024-02-1314-73/+198
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge release-23.11 into staging-next-23.11github-actions[bot]2024-02-1218-327/+872
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge release-23.11 into staging-next-23.11github-actions[bot]2024-02-1113-34/+111
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge release-23.11 into staging-next-23.11github-actions[bot]2024-02-1024-277/+374
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'staging-23.11' into staging-next-23.11Vladimír Čunát2024-02-0937-132/+158
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | postgresql_16: 16.1 -> 16.2•••Changelog: https://www.postgresql.org/docs/release/16.2/ (cherry picked from commit cbb254b9f0db9572d3294c46c8b641e57df6adba) Mario Rodas2024-02-091-2/+2
| | * | | | | | | | | | postgresql_14: 14.10 -> 14.11•••Changelog: https://www.postgresql.org/docs/release/14.11/ (cherry picked from commit 60a659a0c3fdbc1e78108046d50b060b080a4bad) Mario Rodas2024-02-091-2/+2
| | * | | | | | | | | | postgresql_13: 13.13 -> 13.14•••Changelog: https://www.postgresql.org/docs/release/13.14/ (cherry picked from commit aa9a97dc17758d9bea4bc0a2db80ac099e53fef1) Mario Rodas2024-02-091-2/+2
| | * | | | | | | | | | postgresql_12: 12.17 -> 12.18•••Changelog: https://www.postgresql.org/docs/release/12.18/ (cherry picked from commit 625f00d75328a73d36c7f21bc15921115b991e68) Mario Rodas2024-02-091-2/+2
| | * | | | | | | | | | postgresql_15: 15.5 -> 15.6•••Changelog: https://www.postgresql.org/docs/release/15.6/ (cherry picked from commit 2ad23c3f31409d01f from PR #287353) I think _15 is the only version causing a mass rebuild, so let's stage it early for 23.11. Mario Rodas2024-02-091-2/+2
| | * | | | | | | | | | libuv: disable a problematic testVladimír Čunát2024-02-091-0/+2
| | * | | | | | | | | | libuv: 1.47.0 -> 1.48.0•••Diff: https://github.com/libuv/libuv/compare/v1.47.0...v1.48.0 Changelog: https://github.com/libuv/libuv/blob/v1.48.0/ChangeLog (cherry picked from commit 167b1b6c74334981e8b5742 from PR #287226) Mario Rodas2024-02-091-2/+2
| | * | | | | | | | | | libuv: work around test breaks on macOS < 10.15•••(cherry picked from commit a1438ae600fbc8befcd590072c0f90e6a1b6771f) Travis A. Everett2024-02-091-0/+3
| | * | | | | | | | | | libuv: 1.46.0 -> 1.47.0•••Changelog: https://github.com/libuv/libuv/releases/tag/v1.47.0 (cherry picked from commit c07620044c7e709bb743853fd6e22f15059b2cad) Mario Rodas2024-02-092-14/+4
| | * | | | | | | | | | Merge #286302: gnupg: 2.4.1 -> 2.4.4•••...into staging-23.11 Vladimír Čunát2024-02-091-2/+2
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | [staging] gnupg 2.4.3 -> 2.4.4•••(cherry picked from commit b42437fd010c561ea90df63c88eb78d5a186947e) David Morgan2024-02-041-2/+2
| | | * | | | | | | | | | gnupg: 2.4.1 -> 2.4.3•••(cherry picked from commit 84ef5ebe4d6ed2abec353c2905b26f3e245dfe25) IogaMaster2024-02-041-2/+2
| | * | | | | | | | | | | Merge #287324: llvmPackages_{16,17,git}: reenable LLVMgold plugin•••...into staging-23.11 Vladimír Čunát2024-02-0913-34/+45
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | llvmPackages_{16,17,git}: reenable LLVMgold plugin•••See https://github.com/nixos/nixpkgs/issues/123361 for context regarding the clang patch. Seems like the https://github.com/llvm/llvm-project/issues/61350 crash no longer occurs in the test suite and we can reenable the gold plugin by default. (cherry picked from commit 3e8355df84c7352c908bfbe3ac0231c9d6ea24a2) sternenseemann2024-02-087-29/+40
| | | * | | | | | | | | | | llvmPackages_*: update name for LLVMgold patch for clang >= 11•••It no longer applies to clang >= 16, let's make the name correspond to the versions it applies to. (cherry picked from commit 6db6c6df7b29062f980150435cf357efee22d13b) sternenseemann2024-02-086-5/+5
| | * | | | | | | | | | | | Merge staging-next-23.11 into staging-23.11github-actions[bot]2024-02-098-26/+65
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| / / / / / / / / / / / | | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge release-23.11 into staging-next-23.11github-actions[bot]2024-02-098-26/+65
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge #286493: mupdf: fix includedir in pkg-config file•••...into staging-23.11 Vladimír Čunát2024-02-081-4/+4
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | mupdf: fix includedir in pkg-config file•••Co-Authored-By: OPNA2608 <opna2608@protonmail.com> (cherry picked from commit 336faa6fda8c9f668fd3f6ed3c6f71fdb74205e8) Lily Foster2024-02-051-4/+4
| | | * | | | | | | | | | | | Merge #286851: python311Packages.django_4: 4.2.9 -> 4.2.10•••...into staging-23.11 Vladimír Čunát2024-02-081-2/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | python311Packages.django_4: 4.2.9 -> 4.2.10•••https://docs.djangoproject.com/en/4.2/releases/4.2.10/ https://www.djangoproject.com/weblog/2024/feb/06/security-releases/ https://www.openwall.com/lists/oss-security/2024/02/06/2 Fixes: CVE-2024-24680 (cherry picked from commit 61f56492a72299692761be974f0b1ee612c64a5f) Martin Weinelt2024-02-071-2/+2
| | | * | | | | | | | | | | | | Merge #286306: libxml2: 2.11.5 → 2.11.7•••...into staging-23.11 Vladimír Čunát2024-02-081-2/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | libxml2: 2.11.5 → 2.11.7•••https://gitlab.gnome.org/GNOME/libxml2/-/compare/v2.11.5...v2.11.7 Maxine Aubrey2024-02-041-2/+2
| | | | | |_|/ / / / / / / / / / | | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | | Merge #285975: zip: fix buffer overflow on Unicode path names•••...into staging-23.11 Vladimír Čunát2024-02-082-0/+15
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | zip: fix buffer overflow on Unicode path names•••When creating ZIP files with non-ASCII names (such as some European accent chars), something was detecting a buffer overflow and bailing out. It turns out that this has been already fixed earlier this year in Fedora, so let's reuse their patch as-is. Bug: https://bugzilla.redhat.com/show_bug.cgi?id=2165653 (cherry picked from commit dc0f09a49f590b825e93bfd9e0ea94b4b5701fc4) Jan Kundrát2024-02-032-0/+15
| | | * | | | | | | | | | | | | | Merge #285027: openssl_3: 3.0.12 -> 3.0.13; openssl_3_1: 3.1.4 -> 3.1.5•••...into staging-23.11 Vladimír Čunát2024-02-081-4/+4
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | openssl_3_1: 3.1.4 -> 3.1.5•••Full release notes: https://github.com/openssl/openssl/blob/openssl-3.1.5/CHANGES.md#changes-between-314-and-315-30-jan-2024 Fixes: - CVE-2024-0727 (PKCS12 Handling Crash) - CVE-2023-6237 (long time taken for RSA key check) - CVE-2023-6129 (corrupt registers on PowerPC for Poly1305) - CVE-2023-5678 (excessive time in DH param check) Signed-off-by: Markus Theil <theil.markus@gmail.com> Markus Theil2024-01-301-2/+2
| | | | * | | | | | | | | | | | | | openssl_3: 3.0.12 -> 3.0.13•••Full release notes: https://github.com/openssl/openssl/blob/openssl-3.0.13/CHANGES.md#changes-between-3012-and-3013-30-jan-2024 Fixes: - CVE-2024-0727 (PKCS12 Handling Crash) - CVE-2023-6237 (long time taken for RSA key check) - CVE-2023-6129 (corrupt registers on PowerPC for Poly1305) - CVE-2023-5678 (excessive time in DH param check) Signed-off-by: Markus Theil <theil.markus@gmail.com> Markus Theil2024-01-301-2/+2
| | | * | | | | | | | | | | | | | | Merge #284706: CoreFoundation: apply hook to correct platform•••...into staging-23.11 Vladimír Čunát2024-02-084-8/+30
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | CoreFoundation: apply hook to correct platformSimon Žlender2024-01-294-8/+30