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 2 - 2024-07-11 #326357

Merged
merged 119 commits into from
Jul 19, 2024
Merged

Commits on May 31, 2024

  1. libiconv-darwin: add support for static builds

    (cherry picked from commit 067ad05)
    reckenrode authored and github-actions[bot] committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d184eb1 View commit details
    Browse the repository at this point in the history
  2. libiconv-darwin: fix ISO-2022 with escape sequences crash

    This appears to be fixed in macOS 14.5, but the source release is not yet available.
    
    (cherry picked from commit edfc324)
    reckenrode authored and github-actions[bot] committed May 31, 2024
    Configuration menu
    Copy the full SHA
    eb127c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 15, 2024

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

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    ecc5a2c View commit details
    Browse the repository at this point in the history
  2. libopenmpt: 0.7.6 -> 0.7.7

    (cherry picked from commit 598fca7)
    r-ryantm authored and OPNA2608 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    613445c View commit details
    Browse the repository at this point in the history
  3. libopenmpt: 0.7.7 -> 0.7.8

    (cherry picked from commit 28a49fe)
    r-ryantm authored and OPNA2608 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    dd7ae4c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    e5e82a0 View commit details
    Browse the repository at this point in the history
  2. haskellPackages.mkDerivation: limit GHC_PACKAGE_PATH to test suite

    Previously, we would set GHC_PACKAGE_PATH after configure, the reasons
    being that
    
    1. Setup.hs configure forbids this from being set since it can make a
       build fail that would otherwise succeed (since it influences how
       GHC behaves when invoked by Cabal).
    2. Setting GHC_PACKAGE_PATH being set is sound in our case, since
       we set it precisely to the packages available to Cabal at configure
       time, so there should be no room for a mismatch.
    3. Some test suites require GHC_PACKAGE_PATH or GHC_ENVIRONMENT to be
       set, so they can invoke GHC(i) with build dependencies available.
       Cabal >= 3.12 forbids GHC_PACKAGE_PATH from being set after
       <haskell/cabal@d6e38041a7c778fadf8f416>.
       Setting GHC_ENVIRONMENT would be possible, but is cumbersome without
       cabal-install (which has the handy cabal exec command which takes
       care of that). Additionally, it is not clear if it'll remain possible
       to do that: <haskell/cabal#7792>.
    
    Our solution to Cabal 3.12's change is to be more targeted about setting
    GHC_PACKAGE_PATH: We _just_ set it for the actual test suite executable.
    This can be achieved by using --test-wrapper which when given is invoked
    by Cabal to run the test suite. Here we can set any environment
    variables after Cabal has already done its environment checks. As long
    as we don't do anything stupid, this should be unproblematic.
    
    Users can also arbitrarily influence what GHC_PACKAGE_PATH will contain
    using the NIX_GHC_PACKAGE_PATH_FOR_TEST environment variable. This is
    un(der)documented for now, since I want to keep some wiggle room for
    changing stuff in the coming weeks. Also it's rarely necessary to
    actually touch this variable.
    
    (cherry picked from commit 120f242)
    sternenseemann committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7ffac6b View commit details
    Browse the repository at this point in the history
  3. git-annex: pass setup package db to GHC used for building installer

    After 120f242, GHC_PACKAGE_PATH isn't
    set implicitly in installPhase anymore. Instead we achieve the same by
    telling the Makefile the exact ghc command line to use.
    
    As a benefit, we can now cleanly separate build and host in this case:
    We used to (implicitly) reuse the host package db. Now we can explicitly
    request the package db also used for building Setup.hs.
    
    (cherry picked from commit 482ab92)
    sternenseemann committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bfb0808 View commit details
    Browse the repository at this point in the history
  4. haskellPackages.ad: disable problematic test on x86_64-darwin

    It is somewhat curious that it behaves differently exclusively here, but
    I don't think it is necessary to stop shipping a package due to floating
    point arithmetic error—it would be unreasonable to assume there were
    none…
    
    See ekmett/ad#113.
    
    (cherry picked from commit d902325)
    sternenseemann committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4ea4ec8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    6b15d44 View commit details
    Browse the repository at this point in the history
  2. python311Packages.pyasn1-modules: 0.3.0 -> 0.4.0

    https://github.com/pyasn1/pyasn1-modules/releases/tag/v0.4.0
    pyasn1/pyasn1-modules@v0.3.0...v0.4.0
    
    fixes #312717
    backports #313613
    
    Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
    (cherry picked from commit 615b0f4)
    mjoerg committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fbd2db6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #320358 from OPNA2608/backport/24.05/update/libope…

    …nmpt
    
    [Backport staging-24.05] libopenmpt: 0.7.6 -> 0.7.8
    OPNA2608 authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    411f2af View commit details
    Browse the repository at this point in the history
  4. cryptsetup: 2.7.1 -> 2.7.3

    (cherry picked from commit d3b55ee)
    r-ryantm authored and github-actions[bot] committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3238e87 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #321014 from NixOS/backport-308340-to-staging-24.05

    [Backport staging-24.05] cryptsetup: 2.7.1 -> 2.7.3
    RaitoBezarius authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    06266d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    a830c1d View commit details
    Browse the repository at this point in the history
  2. llvmPackages_18: 18.1.7 -> 18.1.8

    (cherry picked from commit 599b8eb)
    RossComputerGuy authored and github-actions[bot] committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e0e6720 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #321279 from NixOS/backport-320911-to-staging-24.05

    [Backport staging-24.05] llvmPackages_18: 18.1.7 -> 18.1.8
    superherointj authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    81e1552 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    6f7518f View commit details
    Browse the repository at this point in the history
  2. haskellPackages: build with RTS -A64M options

    Those flags were not actually passed to GHC before, but to Setup.hs.
    
    They were introduced in #86948. The related twitch live stream uses the
    build of git-annex as a measurement. I get the following numbers when
    building git-annex with doCheck = false:
    
     - for current master: 1:40 wall clock / 340s user
     - without any -A64M argument: 1:40 wall clock / 340s user
     - with this fix: 1:13 wall clock / 280s user
    
    The idea was good, but the settings were never active.
    
    More testing revealed that this seems to work on darwin just as well, so
    we're removing the isLinux condition, too.
    
    (cherry picked from commit 3286300)
    wolfgangwalther authored and sternenseemann committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cb4571f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

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

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    68a2819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77d1f9e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #321921 from NixOS/backport-321870-to-staging-24.05

    [Backport staging-24.05] emacs: 29.3 -> 29.4
    Atemu authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    dcf03dd View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    f0315ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfec945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a509d3b View commit details
    Browse the repository at this point in the history
  4. ncurses: Build standard terminfo dirs into static ncurses

    (cherry picked from commit eb7fd13)
    Tom Sydney Kerckhove authored and github-actions[bot] committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5e72557 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #322169 from NixOS/backport-311411-to-staging-24.05

    [Backport staging-24.05] ncurses: Build standard terminfo dirs into static ncurses
    doronbehar authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0c04457 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    04e8a3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d3edf9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #322124 from NixOS/backport-321356-to-staging-24.05

    [Backport staging-24.05] python3Packages.pymysql: 1.1.0 -> 1.1.1
    kalbasit authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1b83b80 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    20f20c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04cd2ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    438b341 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    7403db6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f28107c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    b69c8e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e76651 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    bdb6392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cf99fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dee0645 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1edcc1d View commit details
    Browse the repository at this point in the history
  5. krb5: 1.21.2 -> 1.21.3

    Changes: krb5/krb5@krb5-1.21.2-final...krb5-1.21.3-final
    (cherry picked from commit ef9be5d)
    trofi authored and github-actions[bot] committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    24d6218 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    396d81e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32cec2e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    5c42c84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03c5ad3 View commit details
    Browse the repository at this point in the history
  3. python311Packages.curio: disable flaky test

    fixes #312780
    
    (cherry picked from commit 79ca5a6)
    pbsds authored and ivan committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f752102 View commit details
    Browse the repository at this point in the history
  4. go: 1.22.4 -> 1.22.5

    Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
    (cherry picked from commit 5f95efa)
    katexochen authored and github-actions[bot] committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fc0e599 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #324141 from NixOS/backport-324123-to-staging-24.05

    [Backport staging-24.05] go: 1.22.4 -> 1.22.5
    K900 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ff7ddce View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    e450bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ea1979 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #324122 from ivan/disable-curio-test

    [Backport staging-24.05] python311Packages.curio: disable flaky test
    pbsds authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ae7c6dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #322981 from Artturin/backport-322207-to-release-2…

    …4.05
    
    [backport 24.05] polkit: Apply unreleased patch to fix pkexec without a graphical agent
    Artturin authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ea4f418 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    14c6c0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3613a1b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    cc00b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96c08cd View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    73e7343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c61c09c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #323650 from NixOS/backport-323015-to-staging-24.05

    [Backport staging-24.05] krb5: 1.21.2 -> 1.21.3
    risicle authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    eca0b15 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #323499 from NixOS/backport-319933-to-staging-24.05

    [Backport staging-24.05] ruby: 3.1.5 -> 3.1.6, 3.3.2 -> 3.3.3
    JohnRTitor authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8983ced View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94544b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    83a4300 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e2099c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #325078 from risicle/ris-flask-cors-4.0.1-r24.05

    [24.05] python3Packages.flask-cors: 4.0.0 -> 4.0.1
    NickCao authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    9d0a3d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    3edc0a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    455fb70 View commit details
    Browse the repository at this point in the history
  3. nodejs: run JS test suite as part of the checks

    (cherry picked from commit b26563a)
    aduh95 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d0efd89 View commit details
    Browse the repository at this point in the history
  4. nodejs: add bash shell completion

    Fixes #316507
    
    (cherry picked from commit f8d01a8)
    superherointj authored and aduh95 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    88b1d99 View commit details
    Browse the repository at this point in the history
  5. nodejs-slim_22: 22.2.0 -> 22.3.0

    (cherry picked from commit dd1ea8f)
    r-ryantm authored and aduh95 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ecf529e View commit details
    Browse the repository at this point in the history
  6. nodejs_20: 20.12.2 -> 20.14.0 (#316258)

    (cherry picked from commit 892f509)
    aduh95 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d8dde74 View commit details
    Browse the repository at this point in the history
  7. nodejs: fix impure configure phase

    When running configurePhase from impure build environment (i.e. nix
    develop), default ./configure script was selecting wrong, impure Python
    installation.
    https://github.com/nodejs/node/blob/d57af10d1be390f4e33e6efe596133de9da36c86/configure#L7-L15
    
    (cherry picked from commit f2f7ea8)
    tie authored and aduh95 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    69a5ce0 View commit details
    Browse the repository at this point in the history
  8. nodejs_22: fix build with openssl 3.0.14

    (cherry picked from commit bb3a488)
    tie authored and aduh95 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2529baa View commit details
    Browse the repository at this point in the history
  9. nodejs_22: fix missing /bin/bash in tests

    (cherry picked from commit 1404cb5)
    tie authored and aduh95 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e53072d View commit details
    Browse the repository at this point in the history
  10. nodejs_22: 22.3.0 -> 22.4.0 (#323982)

    (cherry picked from commit 87327df)
    aduh95 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    05c5ffb View commit details
    Browse the repository at this point in the history
  11. nodejs: remove unused bypass-xcodebuild.diff

    (cherry picked from commit 5bf99d0)
    tie authored and aduh95 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e0ae765 View commit details
    Browse the repository at this point in the history
  12. nodejs: fix sandboxed build on darwin

    (cherry picked from commit ce685a8)
    tie authored and aduh95 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    45a9c41 View commit details
    Browse the repository at this point in the history
  13. nodejs: add testVersion to passthru.tests

    (cherry picked from commit 97240ea)
    tie authored and aduh95 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b0b8bd7 View commit details
    Browse the repository at this point in the history
  14. nodejs_20: 20.14.0 -> 20.15.0 (#321292)

    (cherry picked from commit 92bc04e)
    aduh95 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a168fae View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    8a56c7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e2b3b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    af63193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b537d View commit details
    Browse the repository at this point in the history
  3. Merge #320958: python311Packages.pyasn1-modules: 0.3.0 -> 0.4.0

    ...into staging-24.05
    vcunat committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ed6c9eb View commit details
    Browse the repository at this point in the history
  4. Merge #316074: libiconv-darwin: fix crash and add support for static …

    …builds
    
    ...into staging-24.05
    vcunat committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    53cabe0 View commit details
    Browse the repository at this point in the history
  5. meson: 1.4.0 -> 1.4.1

    (cherry picked from commit 9d76da3)
    alyssais committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7e1e657 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6314ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ff8b3f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    7b77d66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd4ce9f View commit details
    Browse the repository at this point in the history
  3. ffmpeg_5: add patch for CVE-2023-51794

    (cherry picked from commit 3e99b5a)
    risicle authored and github-actions[bot] committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    839c1c4 View commit details
    Browse the repository at this point in the history
  4. ffmpeg_4: add patch for CVE-2023-51794

    (cherry picked from commit 0aded32)
    risicle authored and github-actions[bot] committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    fb4cac9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #326178 from alyssais/24.05-meson-1.4.1

    [24.05] meson: 1.4.0 -> 1.4.1
    JohnRTitor authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5af04b0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #326229 from NixOS/backport-325662-to-staging-24.05

    [Backport staging-24.05] ffmpeg_4, ffmpeg_5: add patch for CVE-2023-51794
    Atemu authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    08be66e View commit details
    Browse the repository at this point in the history
  7. nodejs: disable JS test suite on Darwin

    This was recently enabled in #313982. It seems to be much too flaky
    on Darwin currently, especially x86; see:
    
    * <https://hydra.nixos.org/build/264860513/nixlog/8>
    * <https://hydra.nixos.org/build/264956149/nixlog/3>
    * <https://hydra.nixos.org/build/265094929/nixlog/3>
    * <https://hydra.nixos.org/build/264901296/nixlog/3>
    
    Disable these tests on macOS for now as the broken Node.js package
    is holding up a lot of builds.
    
    Fixes: b26563a
    (cherry picked from commit d25d9b6)
    emilazy authored and aduh95 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1a9ad9b View commit details
    Browse the repository at this point in the history
  8. nodejs_18: 18.20.3 -> 18.20.4

    (cherry picked from commit 2f17657)
    aduh95 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    41423cf View commit details
    Browse the repository at this point in the history
  9. nodejs_20: 20.15.0 -> 20.15.1 (#325616)

    (cherry picked from commit 149c046)
    aduh95 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e1bda3b View commit details
    Browse the repository at this point in the history
  10. nodejs_22: 22.4.0 -> 22.4.1

    (cherry picked from commit e11b071)
    aduh95 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d010e61 View commit details
    Browse the repository at this point in the history
  11. Merge #326195: python3Packages.django_4: 4.2.12 -> 4.2.14

    ...into staging-24.05
    vcunat committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b8b7f74 View commit details
    Browse the repository at this point in the history
  12. openssl: fix CVE-2024-5535

    Upstream commit: openssl/openssl@e86ac436f0
    
    This patch fixes the ALPN negotiation in OpenSSL.
    It applies to all used versions >= 3.0, but was taken
    from the 3.3 branch. Therefore I added it to the 3.3
    directory.
    
    Signed-off-by: Markus Theil <theil.markus@gmail.com>
    (cherry picked from commit 90b11e4)
    thillux authored and github-actions[bot] committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c5156ba View commit details
    Browse the repository at this point in the history
  13. Merge #326356: openssl: fix CVE-2024-5535

    ...into staging-24.05
    vcunat committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ad914fb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7c36fb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    f6b3a63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21e3782 View commit details
    Browse the repository at this point in the history
  3. Merge #325550: nodejs recent updates

    ...into staging-next-24.05
    vcunat committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    27c78b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    d4b9221 View commit details
    Browse the repository at this point in the history
  2. gss: drop a crashing test

    https://hydra.nixos.org/build/266280498/nixlog/1/tail
    
    In the test sources I see lines hinting at the moment it started failing
      name:endtime  type:GENERALIZED_TIME  value:20240711155558Z
    but I was unable to find a fix quickly.
    
    (cherry picked from commit f6f5b1f)
    vcunat committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    09c74e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

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

Commits on Jul 15, 2024

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

Commits on Jul 16, 2024

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

Commits on Jul 17, 2024

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

Commits on Jul 18, 2024

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

Commits on Jul 19, 2024

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