Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

staging-next-24.05 iteration 5 - 2024-09-11 #341173

Merged
merged 110 commits into from
Sep 18, 2024
Merged

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    145fb3e View commit details
    Browse the repository at this point in the history
  2. stdenv: make sure the env-vars file created is not world readable

    Under some circumstances this file might contain private information
    that should not be accessible to everybody.
    
    (cherry picked from commit c47a1e7)
    LeSuisse authored and github-actions[bot] committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    df7ecf3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    7b0c5ed View commit details
    Browse the repository at this point in the history
  2. ffmpeg_6: 6.1.1 -> 6.1.2

    (cherry picked from commit 19eba8f)
    jopejoe1 authored and github-actions[bot] committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e5c3ef1 View commit details
    Browse the repository at this point in the history
  3. ffmpeg_7: 7.0.1 -> 7.0.2

    (cherry picked from commit 41c2a08)
    jopejoe1 authored and github-actions[bot] committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e0fbd15 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #334902 from NixOS/backport-333021-to-staging-24.05

    [Backport staging-24.05] ffmpeg_6: 6.1.1 -> 6.1.2; ffmpeg_7: 7.0.1 -> 7.0.2
    Atemu authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7670374 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    012b742 View commit details
    Browse the repository at this point in the history
  2. vim: 9.1.0377 -> 9.1.0412

    (cherry picked from commit aadbb9e)
    r-ryantm authored and LeSuisse committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b7fec18 View commit details
    Browse the repository at this point in the history
  3. vim: 9.1.0412 -> 9.1.0509

    (cherry picked from commit 7861a5d)
    r-ryantm authored and LeSuisse committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a8a718a View commit details
    Browse the repository at this point in the history
  4. vim: 9.1.0509 -> 9.1.0595

    (cherry picked from commit 6ac037b)
    r-ryantm authored and LeSuisse committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6f1fa64 View commit details
    Browse the repository at this point in the history
  5. vim: 9.1.0595 -> 9.1.0679

    Fixes CVE-2024-43374 (GHSA-2w8m-443v-cgvw),
    CVE-2024-41957 (GHSA-f9cr-gv85-hcr4) and
    CVE-2024-41965 (GHSA-46pw-v7qw-xc2f).
    
    vim/vim@v9.1.0595...v9.1.0679
    (cherry picked from commit ee1d238)
    LeSuisse committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f463b78 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    3497d21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #335269 from LeSuisse/vim-9.1.0679-24.05

    [24.05] vim: 9.1.0377 -> 9.1.0679
    smancill authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0e23ac0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbfff12 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    ea75a92 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    e77a3bf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    3a81601 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    a569c99 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    e1b1714 View commit details
    Browse the repository at this point in the history
  2. stdenv: create env-vars file before writing data to it

    This fixes the regression introduced by c47a1e7
    on Darwin. The creation of the file using `install` and process
    substitution does not work on Darwin, you get the following complain:
    ```
    install: skipping file '/dev/fd/63', as it was replaced while being copied
    ```
    
    Fixes #335016
    
    (cherry picked from commit d00775c)
    LeSuisse committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0ab819d View commit details
    Browse the repository at this point in the history
  3. linux: enable CONFIG_SND_HDA_CODEC_CS8409

    Add linux kernel support for Cirrus Logic CS8409 as module.
    
    This will for example unlock on-board Sound for some 2016-2019 Apple Intel Hardware Series (iMac, MacBookAir, MacBookPro) - tested on MacBookPro14,1
    
    (cherry picked from commit 14d1761)
    paepckehh authored and github-actions[bot] committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    04cc935 View commit details
    Browse the repository at this point in the history
  4. linux: enable CONFIG_SND_HDA_CODEC_CS8409: restrict kernel >=6.6

    (cherry picked from commit 14d51d6)
    paepckehh authored and github-actions[bot] committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8c5a641 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #336627 from NixOS/backport-322968-to-staging-24.05

    [Backport staging-24.05] linux: enable CONFIG_SND_HDA_CODEC_CS8409
    SomeoneSerge authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ea27198 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    d0f87da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49ff99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a0cc0d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    5bb2c4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffbad0c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    8a9035f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98800ec View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    8388cbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4045c8f View commit details
    Browse the repository at this point in the history
  3. gnupatch: fix segfault on cleanup

    See https://savannah.gnu.org/bugs/?57717
    
    Reproducer:
    
    ```console
    $ patch -p1 <<'EOF'
    diff --git a/file2.txt b/file2.txt
    index e69de29..d20e9cd 100644
    --- a/file2.txt
    +++ b/file2.txt
    @@ -1 +1 @@
    -old content
    +new content
    EOF
    ```
    
    ```
    (repeated lines omitted)
    patch: **** Can't create file file2.txt.orig : Too many open files
    patch: **** Can't create file file2.txt.orig : Too many open files
    patch: **** Can't create file file2.txt.origSegmentation fault (core dumped)
    ```
    
    (cherry picked from commit 23eacd4)
    tie authored and github-actions[bot] committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    47c7c37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d8898f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    fde5de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af0f23b View commit details
    Browse the repository at this point in the history
  3. cups: replace CVE-2024-35235 patch file with fetchpatch

    The patch from commit
    
    bdf63d7
    
    is also available in the cups source repository
    (up to some variations in code comments).
    Yarny0 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    dfe9603 View commit details
    Browse the repository at this point in the history
  4. cups: fix socket-only usage

    If cups is started with no network listeners,
    i.e., only with `Listen /path/to/unix.socket`
    lines in cupsd.conf, it fails to start.
    This is caused by the patch of CVE-2024-35235, see also
    
    bdf63d7
    dfe9603
    
    Upstream documented the problem here
    
    OpenPrinting/cups#985
    
    and fixed it here
    
    OpenPrinting/cups#988 .
    
    In NixOS, the problem manifests itself with this configuration:
    
    > services.printing.listenAddresses = [];
    
    The commit at hand adds three more
    patches from the upstream repository.
    This is the smalles possible change that
    fixes the regression caused by the initial patch.
    Yarny0 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    df3ad55 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    edd33e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d81d9d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8454c79 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    02c6148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b47213f View commit details
    Browse the repository at this point in the history
  3. [Backport staging-24.05] stdenv: make sure the env-vars file create…

    …d is not world readable (#332347)
    smancill authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2487134 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83249ad View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    d98cfb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52cad29 View commit details
    Browse the repository at this point in the history
  3. python3Packages.urllib3: 2.2.1 -> 2.2.2 (#335469)

    Merge into staging-24.05.
    vcunat committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    66f7665 View commit details
    Browse the repository at this point in the history
  4. libopenmpt: 0.7.8 -> 0.7.9 (#332205)

    Merge into staging-24.05.
    vcunat committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    49bfaa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    629cb40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aaca6b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    d1c5ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1358a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3623541 View commit details
    Browse the repository at this point in the history
  4. grpc: 1.62.1 -> 1.62.3

    addressing CVE-2024-7246
    risicle committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    9654c12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2403d2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87689c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    44c81ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63f3f53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    986d019 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75669df View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    e7451ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28fbcea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e7ac37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1417a96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb60385 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    12d3158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b1cd6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9269f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    e07be4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38e9cb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    c95ccf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7580593 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    26d5938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b3780d View commit details
    Browse the repository at this point in the history
  3. tcpdump: 4.99.4 -> 4.99.5

    Changes: https://www.tcpdump.org/index.html#latest-releases
    (cherry picked from commit 9987b44)
    trofi authored and github-actions[bot] committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    f74e2ab View commit details
    Browse the repository at this point in the history
  4. ruby: 3.3.4 -> 3.3.5 (#340137)

    Fixes: CVE-2024-43398
    Fixes: CVE-2024-41946
    Fixes: CVE-2024-41123
    Fixes: CVE-2024-39908
    (cherry picked from commit a487044)
    stahnma authored and alyssais committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    cac1d42 View commit details
    Browse the repository at this point in the history
  5. tzdata: 2024a -> 2024b

    Changes: https://github.com/eggert/tz/blob/2024b/NEWS
    (cherry picked from commit d71d9e8)
    trofi authored and github-actions[bot] committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    a83b19a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    993f2c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a15d72 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    d3a6c98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87b4838 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    7b5f7fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3df953a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    de99782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01ac90e View commit details
    Browse the repository at this point in the history
  3. expat: 2.6.2 -> 2.6.3

    trofi authored and github-actions[bot] committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fb7de0f View commit details
    Browse the repository at this point in the history
  4. python312Packages.webob: 1.8.7 -> 1.8.8

    addresses CVE-2024-42353
    
    switch to github source as pypi isn't up to date
    
    (cherry picked from commit 5097974)
    risicle committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    757ad39 View commit details
    Browse the repository at this point in the history
  5. python312Packages.webob: add some key reverse dependencies to passthr…

    …u.tests
    
    (cherry picked from commit 1a171ee)
    risicle committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5284e6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2981e28 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    9f125fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97abc3d View commit details
    Browse the repository at this point in the history
  3. grpc: 1.62.1 -> 1.62.3 (#338895)

    Merge into staging-24.05.
    vcunat committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1127a74 View commit details
    Browse the repository at this point in the history
  4. expat: 2.6.2 -> 2.6.3 (#341018)

    Merge into staging-24.05.
    vcunat committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    012ba86 View commit details
    Browse the repository at this point in the history
  5. tzdata: 2024a -> 2024b (#340296)

    Merge into staging-24.05.
    vcunat committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    90de436 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55c490a View commit details
    Browse the repository at this point in the history
  7. python312Packages.webob: 1.8.7 -> 1.8.8 (#341094)

    Merge into staging-next-24.05.
    vcunat committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c91a4e2 View commit details
    Browse the repository at this point in the history
  8. Revert "tzdata: 2024a -> 2024b (#340296)"

    This reverts commit 90de436, reversing
    changes made to 012ba86.
    
    It's quite broken; even blocking stdenv on aarch64-darwin.
    vcunat committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5dd3a70 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    21a6190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0b618e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    2fb9fd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42fb94a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    d82671a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    9c89f1c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    55c873a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713b09b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da5758d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    a868bcf View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    83be3ee View commit details
    Browse the repository at this point in the history
  2. handbrake: fix build by applying an upstream patch again

    Override hell as usual for handbrake.
    The patch was dropped from the base package in e5c3ef1
    vcunat committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e7d8069 View commit details
    Browse the repository at this point in the history