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 2023-04-18 #226795

Merged
merged 370 commits into from
Apr 26, 2023
Merged

staging-next 2023-04-18 #226795

merged 370 commits into from
Apr 26, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    6507c04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32ff037 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #224738 from andersk/zstd

    zstd: 1.5.4 → 1.5.5
    trofi authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    116d2af View commit details
    Browse the repository at this point in the history
  4. Revert "python310Packages.kaldi-active-grammar: fixup build"

    This reverts commit 398b54b.
    Artturin committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    fd004f1 View commit details
    Browse the repository at this point in the history
  5. Revert "julia{18,19,}: fix build by a temporary hack"

    This reverts commit e269122.
    Artturin committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b1d4dfd View commit details
    Browse the repository at this point in the history
  6. Revert "python3Packages.scikit-learn: hack-fix missing libstdc++"

    This reverts commit 46f29d4.
    Adam Joseph authored and Artturin committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    88fc226 View commit details
    Browse the repository at this point in the history
  7. gcc: never disableBootstrap for gfortran

    As suggested by @trofi here:
    
      #209870 (comment)
    
    This should fix failures among packages which use gfortran:
    
      #209870 (comment)
      https://hydra.nixos.org/build/215195834
    Adam Joseph authored and Artturin committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f06ab17 View commit details
    Browse the repository at this point in the history
  8. cc-wrapper: deunify clang/gcc treatment of -isystem

    In #209870 I tried to unify the
    treatment of clang and gcc in cc-wrapper as much as possible.
    However it appears that I went too far.
    
    Clang requires -isystem flags in order to be able to find gcc's
    libstdc++.  Gcc does not need these flags.  If they are added,
    gfortran will get confused:
    
      #209870 (comment)
    
    This commit deunifies the chunk of code that adds the -isystem
    flags, and explains why this chunk applies only to clang.
    Adam Joseph authored and Artturin committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    de8ce81 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #225595 from trofi/gcc-no-statx-fix

    gcc: drop include-fixed/bits/statx.h
    Adam Joseph authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e199e42 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1144179 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #224961 from trofi/xorg.xcbutil-update

    xorg.xcbutil{,errors,image,keysyms,renderutil,wm}: update to 2023 April
    trofi authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    6bd147a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a2da3d6 View commit details
    Browse the repository at this point in the history
  13. libwebp: fix MFSA-TMP-2023-0001

    ajs124 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3d87106 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #225814 from helsinki-systems/fix/libwebp-sec

    libwebp: fix MFSA-TMP-2023-0001
    mweinelt authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f47ee75 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #225395 from trofi/SDL2-leaner-closure

    SDL2: don't propagate headers-only packages via RUNPATH
    trofi authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ca908f0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0afc44b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a087885 View commit details
    Browse the repository at this point in the history
  18. rustc: reapply re-erased-regions-are-local patch

    The patch is not in 1.68, and was mistakenly removed
    figsoda authored and zowoq committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b0b2385 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    18530e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a85f7e6 View commit details
    Browse the repository at this point in the history
  3. audit: 2.8.5 -> 3.1

    Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
    henrirosten committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    50c40a8 View commit details
    Browse the repository at this point in the history
  4. write-qt-apps-hook.sh: use make-binary-wrapper for significant speedups

    QT apps tend to call makeWrapper with a lot of arguments, which causes
    noticable slowdowns (+100ms for app startup). The slow down boils down
    to two reasons:
    
    - the required string processing is O(N^2)
    - bash is slow at doing the processing
    
    By using the binary wrapper, we fix the second point, brining the
    overhead down from 100ms to just 4ms or thereabouts.
    
    I tested this change by rebuilding my whole system with it (I use
    plasma). It booted and it works (that's where I type this commit
    message), but I am not 100% sure if this won't break anything else.
    
    Closes: #225871
    matklad committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e8ce8af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    994ce57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4a0b6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4549be7 View commit details
    Browse the repository at this point in the history
  8. Revert "cc-wrapper: add optional temporary hack for -B"

    This reverts commit ac3acd9.
    Adam Joseph committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    15e2a73 View commit details
    Browse the repository at this point in the history
  9. Revert "llvmPackages_13.compiler-rt-libc: also apply tmp hack"

    This reverts commit 9bf18e0.
    Adam Joseph committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    6f8a69e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cab3b7f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c6fb157 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    956d034 View commit details
    Browse the repository at this point in the history
  13. python3Packages.pybind11: fix cross-compilation with setup hook

    pybind11's CMake module uses the Python sysconfig module to find the Python
    site-packages and include directories. sysconfig returns the wrong values
    (from build Python) when cross-compiling, so this patch adds a setup hook to
    pass flags to CMake to override the sysconfig results.
    
    Note that the setup hook references build Python, and therefore adds build
    Python to pybind11's runtime closure. This is not a problem because pybind11
    is a header only library and should never end up as part of another package's
    runtime closure.
    lopsided98 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7f8f688 View commit details
    Browse the repository at this point in the history
  14. python3Packages.protobuf: avoid build platform references

    This packages has build-platform protobuf in propagatedNativeBuildInputs,
    therefore it must use split outputs to avoid adding build-platform dependencies
    to the runtime closure when cross-compiling.
    lopsided98 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4039dbd View commit details
    Browse the repository at this point in the history
  15. or-tools: fix cross-compilation

    Enable cross-compilation of or-tools and python3Packages.ortools. This requires
    telling it where to find protoc and providing Python dependencies for the
    correct platform. In nativeBuildInputs, we have to explicitly use pythonForBuild
    because python3Packages.ortools overrides Python, which prevents splicing from
    working.
    
    Lastly, we need to split outputs to avoid protobuf's propagatedNativeBuildInputs
    dependency on build-platform protobuf (protoc) becoming part of the runtime
    closure.
    lopsided98 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    1d5e5ca View commit details
    Browse the repository at this point in the history
  16. Merge pull request #225628 from mweinelt/aioquic-test-fix

    python310Packages.aioquic: Fix build with pyopenssl>22 and on darwin
    mweinelt authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    ee1e9d9 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #225137 from mweinelt/pypy-fixes

    Various pypy3Packages fixes
    mweinelt authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    514d2bf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bcf58d9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    edcec44 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    90588d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    1b2977b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae00b7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aae28d0 View commit details
    Browse the repository at this point in the history
  4. libxml2: 2.10.3 → 2.10.4

    https://gitlab.gnome.org/GNOME/libxml2/-/compare/v2.10.3...v2.10.4
    
    - CVE-2023-29469: Hashing of empty dict strings isn't deterministic
    - CVE-2023-28484: Fix null deref in xmlSchemaFixupComplexType
    bobby285271 committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    4007452 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    915c0fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b51ba9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #223459 from lorenz/fix-ir-kernel-error

    linux: fix error with IR remotes
    Atemu authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    8939c10 View commit details
    Browse the repository at this point in the history
  8. serf: support cross compilation

    serf consumes apr-util's apu-1-config file to obtain linker flags, so we extend the existing Makefile patch there to also apply to apu-1-config
    uninsane committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    ed3f60f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9d13d8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #221245 from hraban/sbcl/2.3.2

    sbcl: 2.3.0 -> 2.3.2
    7c6f434c authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6bbd057 View commit details
    Browse the repository at this point in the history
  11. Merge #225964: libxml2: 2.10.3 → 2.10.4

    ...into staging
    vcunat committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f459ff4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a893fcf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97250f2 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #225992 from marsam/update-nodejs

    nodejs-18_x: 18.15.0 -> 18.16.0
    marsam authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    ff3ba4b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b612fe3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    97870fb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a288d73 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f0875e0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5557fcf View commit details
    Browse the repository at this point in the history
  20. libgcrypt: 1.5.6 -> 1.8.10

    afh committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6be78e2 View commit details
    Browse the repository at this point in the history
  21. gnupg: Add LTS version 2.2.41

    afh committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6f635e3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f92d7c3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dcf20a0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    99910f0 View commit details
    Browse the repository at this point in the history
  25. libde265: add tests.test-corpus-decode

    based on libde265's own test files
    risicle committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    95e44ea View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    cb3a025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15d0cd5 View commit details
    Browse the repository at this point in the history
  3. openssl: remove run-time dependency of perl due to c_rehash

    Replaces perl based c_rehash script with shell script wrapping `openssl rehash`
    with the same functionality.
    
    Fixes: #19965
    Supersedes: #156776, #83446
    Possibly related to: #157093, #82924
    adrian-gierakowski authored and Artturin committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    18f1be7 View commit details
    Browse the repository at this point in the history
  4. quictls: remove run-time dependency of perl due to c_rehash

    same as changes applied to openssl
    adrian-gierakowski authored and Artturin committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    7b45dfa View commit details
    Browse the repository at this point in the history
  5. cc-wrapper: deunify clang/gcc handling of -B flag

    Closes #225779
    Closes #225780
    Adam Joseph committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c1e956e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0092a9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40227f0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #226038 from SomeoneSerge/cuda_nvrtc-origin

    cudaPackages: append $ORIGIN to Runpaths
    layus authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    46a39c4 View commit details
    Browse the repository at this point in the history
  9. rustc: put targetPrefix in pname

    Our rustc package is not universal, because we only build std for the
    host and target platforms.  This means that a build graph where cross
    is involved will end up with multiple rustc packages in it, so it
    would be helpful to have a way to tell them apart, just like we do for
    e.g. gcc.
    alyssais committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ecbbd31 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3d9654 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6176f16 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d4de7c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bbf9b5d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bf0d269 View commit details
    Browse the repository at this point in the history
  15. systemd: re-do fsck patch

    This patches some more occurences, addresses upstream feedback, and was
    sent upstream at systemd/systemd#27274.
    flokli committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    4e0210b View commit details
    Browse the repository at this point in the history
  16. systemd: re-introduce hostnamed-localed-timedated-disable-methods-tha…

    …t-cha.patch
    
    In NixOS, /etc is NOT read-only, and most things in /etc are symlinks
    to /etc/static, which is a symlink into the nix store - so the upstream
    systemd "/etc is read-only" detection doesn't work.
    
    Fixes #224080.
    flokli committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    16ee1b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    42605fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f6ff7e View commit details
    Browse the repository at this point in the history
  3. ruby: rubygems 3.4.8 -> 3.4.12

    marsam committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    a890a9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b026ef View commit details
    Browse the repository at this point in the history
  5. gitlab: use Ruby 2.7

    GitLab doesn't support Ruby 3 yet
    https://gitlab.com/groups/gitlab-org/-/epics/5149
    marsam committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    a5aa379 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b9cef3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f5fa4a View commit details
    Browse the repository at this point in the history
  8. tcpdump: 4.99.3 -> 4.99.4

    Fixes CVE-2023-1801 (the vulnerable feature is not enabled by default).
    
    https://git.tcpdump.org/tcpdump/blob/tcpdump-4.99.4:/CHANGES
    LeSuisse committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    3d9103c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97ae1aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    62b7d50 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    70b38b0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6e62de View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3c5a37f View commit details
    Browse the repository at this point in the history
  14. pipewire: 0.3.68 -> 0.3.69

    K900 committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    b1aa054 View commit details
    Browse the repository at this point in the history
  15. pipewire: backport hotfix patch

    K900 committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    b5f0c48 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f13b89d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dea8728 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9b25a3c View commit details
    Browse the repository at this point in the history
  19. Merge pull request #226245 from LeSuisse/tcpdump-4.99.4

    tcpdump: 4.99.3 -> 4.99.4, libpcap: 1.10.3 -> 1.10.4
    risicle authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    930bb87 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e279eef View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    ece3ef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e785d46 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    afh and SuperSandro2000 authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    f35c2b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4953905 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62c3795 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e803e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    617525d View commit details
    Browse the repository at this point in the history
  8. Merge #222518: libtiff: propagate libdeflate

    ...into staging.  Also adjust formatting of the nix expression.
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    a551f1a View commit details
    Browse the repository at this point in the history
  9. Merge #222230: fontforge: 20220308 -> 20230101

    ...into staging
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    c367a47 View commit details
    Browse the repository at this point in the history
  10. Merge #170215: powerpc64*: use --with-long-double-format=ieee

    ...into staging
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    cdf4c59 View commit details
    Browse the repository at this point in the history
  11. Merge #224474: git: patch in completion scripts references

    ...into staging
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    c12b53b View commit details
    Browse the repository at this point in the history
  12. Merge #224595: fluidsynth: 2.3.1 -> 2.3.2

    ...into staging
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    5e4e7b7 View commit details
    Browse the repository at this point in the history
  13. Merge #221855: squashfsTools: 4.5.1 -> 4.6

    ...into staging
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    d4ae355 View commit details
    Browse the repository at this point in the history
  14. libinput: add .meta.changelog

    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    03bbaa4 View commit details
    Browse the repository at this point in the history
  15. Merge #223248: gst-plugins-base: enable graphene + gstgl

    on aarch64-darwin.  Merge into staging
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    883780b View commit details
    Browse the repository at this point in the history
  16. Merge #223886: libinput: 1.22.1 -> 1.23.0

    ...into staging
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    bcf5b20 View commit details
    Browse the repository at this point in the history
  17. Merge #212203: libhwy: 1.0.2 -> 1.0.4

    ...into staging
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    8e4e2a2 View commit details
    Browse the repository at this point in the history
  18. mesa: have one attribute per major version

    (Mesa release versions are [year].[release].[patch])
    K900 committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    a9709b3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    62b9ccf View commit details
    Browse the repository at this point in the history
  20. Merge #222197: audit: 2.8.5 -> 3.1

    ...into staging
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    584cc75 View commit details
    Browse the repository at this point in the history
  21. Merge #225846: cc-wrapper: deunify clang/gcc handling of -B

    ...into staging
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    f218622 View commit details
    Browse the repository at this point in the history
  22. Merge #226053: pipewire: 0.3.68 -> 0.3.69

    ...into staging
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    6d273a5 View commit details
    Browse the repository at this point in the history
  23. Merge #226415: mesa_23_0: 23.0.1 -> 23.0.2

    ...into staging
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    ae23f4d View commit details
    Browse the repository at this point in the history
  24. Merge #226281: directx-headers: 1.608.2b -> 1.610.0

    ...into staging
    vcunat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    ca817d6 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #197979 from justinas/ffmpeg-libplacebo

    ffmpeg: add libplacebo
    Atemu authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    e789c79 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c3fa78b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    752e62b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0c64e91 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2859a56 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #226384 from marsam/update-bundler

    bundler: 2.4.10 -> 2.4.12
    marsam authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    e630a2d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1a828c7 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    935974d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    188be50 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    41baeb5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4b859ee View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3028bf5 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f03d8ba View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a315e09 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    26a54eb View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    50b8c27 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    79e42f5 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    782969f View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    46bf2c4 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    256b64d View commit details
    Browse the repository at this point in the history
  45. Merge pull request #225881 from matklad/makeBinaryWrapper

    write-qt-apps-hook.sh: use make-binary-wrapper for significant speedups
    RaitoBezarius authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    1a68995 View commit details
    Browse the repository at this point in the history
  46. Merge pull request #226404 from trofi/audiofile-dev-and-man-outputs

    audiofile: move headers and mand to "dev" and "man" outputs
    risicle authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    90a8919 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    ea788f0 View commit details
    Browse the repository at this point in the history
  48. Merge pull request #226440 from trofi/celt-dev-output

    celt: split headers to "dev" output
    risicle authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    954d533 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    f26a52b View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    2280dc4 View commit details
    Browse the repository at this point in the history
  51. Merge pull request #226192 from flokli/systemd-reintroduce-config-met…

    …hod-disable
    
    systemd: reintroduce "hostnamed, localed, timedated: disable methods that change system settings" patch
    flokli authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    503149b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    3d8fbee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d3f04b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc33507 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a754146 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83fa129 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b893233 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fbc319 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1030709 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #226596 from trofi/liblc3-dev-output

    liblc3: split headers to "dev" output
    K900 authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    3bdb45c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #226250 from trofi/libmodplug-dev-output

    libmodplug: split headers to "dev" output
    7c6f434c authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    880ff5f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f759843 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a86662b View commit details
    Browse the repository at this point in the history
  13. Merge pull request #221477 from markuskowa/fix-hdf5-dev

    hdf5: fix dev output, remove refs to /build from compiler wrappers
    markuskowa authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    6a24c58 View commit details
    Browse the repository at this point in the history
  14. Merge #226473: gst_all_1: 1.20.3 -> 1.22.2

    ...into staging
    vcunat committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d37a344 View commit details
    Browse the repository at this point in the history
  15. Merge #205199: or-tools: enable cross-compilation

    ...into staging
    vcunat committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9110854 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    70c1252 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    23eaff7 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #226442 from trofi/ldacbt-dev-output

    ldacbt: split headers to "dev" output
    risicle authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    1152b0f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    1d267d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a851087 View commit details
    Browse the repository at this point in the history
  3. Merge #225815: ghostscript: 9.56.1 -> 10.01.1

    ...into staging
    vcunat committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    adca91b View commit details
    Browse the repository at this point in the history
  4. Merge #226091: libde265: patch CVE-2023-27102 & CVE-2023-27103

    ...into staging
    vcunat committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0f0f4da View commit details
    Browse the repository at this point in the history
  5. Merge #226006: add gnupg22, upgrade libgcrypt

    ...into staging
    vcunat committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5663556 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e53a2f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26bd875 View commit details
    Browse the repository at this point in the history
  8. python310Packages.anyio: Disable failing tests

    These regressed in python 3.10.11 and 3.11.3 due to changes in the
    transport EOF handling for OpenSSL 3.0.
    
    (cherry picked from commit 79991c3)
    https://hydra.nixos.org/build/216627051/nixlog/1/tail
    mweinelt authored and vcunat committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9f898cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee5e6a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bcef810 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    93e4495 View commit details
    Browse the repository at this point in the history
  2. libva: fix finding wayland when cross compiling

    Otherwise, it would just silently not build libva-wayland.  This fixes
    the cross build of gst_all_1.gst-vaapi.
    alyssais committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    9f32e0d View commit details
    Browse the repository at this point in the history
  3. gst_all_1: re-disable docs for cross

    Documentation was recently enabled, which broke the cross build.
    
    Fixes: 46bf2c4 ("gst_all_1.gst-editing-services: 1.20.3 -> 1.22.2")
    Fixes: 782969f ("gst_all_1.gst-rtsp-server: 1.20.3 -> 1.22.2")
    Fixes: 79e42f5 ("gst_all_1.gst-devtools: 1.20.3 -> 1.22.2")
    Fixes: 50b8c27 ("gst_all_1.gst-vaapi: 1.20.3 -> 1.22.2")
    Fixes: 26a54eb ("gst_all_1.gst-libav: 1.20.3 -> 1.22.2")
    Fixes: a315e09 ("gst_all_1.gst-plugins-ugly: 1.20.3 -> 1.22.2")
    Fixes: f03d8ba ("gst_all_1.gst-plugins-bad: 1.20.3 -> 1.22.2")
    Fixes: 3028bf5 ("gst_all_1.gst-plugins-good: 1.20.3 -> 1.22.2")
    Fixes: 4b859ee ("gst_all_1.gstreamer: 1.20.3 -> 1.22.2")
    alyssais committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4705a06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5d4a4e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #224018 from marsam/update-ruby-default

    ruby: update default version to `ruby_3_1`
    marsam authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    bf5b2a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c913099 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1cb3e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    10c9ad1 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    e3d1e50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62b0fc1 View commit details
    Browse the repository at this point in the history
  3. Merge #227047: hotdoc: fix failing test on darwin

    ...into staging-next
    vcunat committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    22a06fb View commit details
    Browse the repository at this point in the history
  4. Merge #226958: gst_all_1: fix cross

    ...into staging-next
    vcunat committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f0a025d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2ba84f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c65c7ae View commit details
    Browse the repository at this point in the history
  7. SDL2: default drmSupport to false

    Removes Mesa from a rebuild-heavy path
    K900 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    d7e0443 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #227223 from K900/sdl-mesa-dep

    [staging-next] SDL2: default drmSupport to false
    K900 authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    6ae5dc6 View commit details
    Browse the repository at this point in the history
  9. nixos/tests/pipewire: don't enable pipewire in test VM

    It's not actually used
    K900 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7a86a7f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #227255 from K900/pipewire-0.3.70

    [staging-next] pipewire: 0.3.69 -> 0.3.70
    K900 authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    69062ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e4b6ca8 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    7fea76b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2994ad0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aac843d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77af101 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca0f3ef View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    f71a5e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28227b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56aa873 View commit details
    Browse the repository at this point in the history
  4. stdenv: avoid -p flag for strip when boostrapping x86_64-darwin

    The stdenv wouldn't build with it, as
    compiler-rt-libc-11.1.0/lib/darwin/libclang_rt.*_osx.a
    retained reference to SDKs (which we forbid for final stdenv).
    
    Assigned authorship to Trofi; I just bisected and added condition.
    #224669 (comment)
    trofi authored and vcunat committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    e7eb209 View commit details
    Browse the repository at this point in the history
  5. Merge #227458: fluidsynth: fix darwin build for 2.3.2

    ...into staging-next
    vcunat committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    90520cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c109379 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf122f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    cf8e955 View commit details
    Browse the repository at this point in the history
  2. wf-config: fix cross

    We need to tell meson we won't be running the tests when
    nativeCheckInputs won't be included, or it will fail when it can't
    find doctest.
    alyssais authored and AndersonTorres committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    d9cb65a View commit details
    Browse the repository at this point in the history
  3. wayfire: fix cross

    We need to tell meson we won't be running the tests when
    nativeCheckInputs won't be included, or it will fail when it can't
    find doctest.
    alyssais authored and AndersonTorres committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    c32e5d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52f2c9f View commit details
    Browse the repository at this point in the history
  5. Merge #227471: texinfo: apply gnulib patch only to version 6.7

    (cherry picked from commit db3ab32)
    Fixes build of version 6.5: https://hydra.nixos.org/build/216602149
    Artturin authored and vcunat committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    e5aabf0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e057b84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdc53d6 View commit details
    Browse the repository at this point in the history
  8. vim: Harden build against ex and other tools being missing

    Those tools are often used as build-time dependency. Some deficiencies
    in the upstream makefiles makes it possible that they will not be
    installed, even though the `make install` call was successful.
    
    This *could* make the `vim` build fail where it wouldn't have failed
    previously, but it will now fail in a correct manner instead of being
    incorrectly successful.
    
    The previous patch (actually using -j1 in install phase) should make
    this change redundant, but let's not pretend new bugs are never going to
    happen!
    samueldr committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    15ebfa7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d38596 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    d59a9ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    011bf8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91bc06b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be318b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca90d85 View commit details
    Browse the repository at this point in the history
  6. Merge #227919: stdenv: avoid -p flag for strip on aarch64-darwin

    ...into staging-next
    vcunat committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    e167eac View commit details
    Browse the repository at this point in the history
  7. Merge #227677: vim: Fix install phase parallelism

    ...and harden against future failures
    Merge into staging-next.
    vcunat committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    b7ca5d7 View commit details
    Browse the repository at this point in the history
  8. vulkan-cts: fix cross

    alyssais committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d6ec89a View commit details
    Browse the repository at this point in the history
  9. libdisplay-info: fix cross

    alyssais committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    bc66bae View commit details
    Browse the repository at this point in the history
  10. labwc: fix cross

    alyssais authored and AndersonTorres committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    fc419f5 View commit details
    Browse the repository at this point in the history
  11. dwl: fix cross

    I've moved the install flags into makeFlags because there's no need to
    have them only set at install time.
    alyssais authored and AndersonTorres committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    cd8b2aa View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    9908dfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    497ac06 View commit details
    Browse the repository at this point in the history
  3. mesa: 23.0.2 -> 23.0.3

    https://docs.mesa3d.org/relnotes/23.0.3.html
    Rebuild amounts are fairly low now
    (1.5k x86_64-linux, basically no darwin).
    vcunat committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d0ea36e View commit details
    Browse the repository at this point in the history
  4. xvfb-run: use a minimal xserver build

    This should get us in the range of 500 rebuilds for Mesa,
    which is easily mergeable into master. Hype.
    K900 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5c0aa81 View commit details
    Browse the repository at this point in the history
  5. Merge #228094: xvfb-run: use a minimal xserver build

    ...into staging-next
    vcunat committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    2abb1dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a39805c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    112480f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #228151 from wegank/qt6-qtmultimedia-darwin

    qt6.qtmultimedia: fix build on aarch64-darwin
    wegank authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    e6990a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e27a36 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    134b2c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #228003 from alyssais/vulkan-cts-cross

    vulkan-cts: fix cross
    NickCao authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8426a11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b32da71 View commit details
    Browse the repository at this point in the history
  4. python3Packages.pyquery: skip test failing with new libxml2

    Reported upstream.
    vcunat committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    15554e7 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    e322032 View commit details
    Browse the repository at this point in the history
  6. python3Packages.ctap-keyring-device: fixup fido2 override

    Broken by the parent commit.  Uh, I dislike this overriding approach.
    vcunat committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    407a062 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5180de View commit details
    Browse the repository at this point in the history
  8. notmuch: fix darwin build

    notmuch tries to compile the ruby binding with custom CFLAGS which
    collides with the CFLAGS created by Ruby mkmf.
    This caused notmuch to fail on Darwin, because it requires `-fdeclspec`
    and it was removed from CFLAGS.
    marsam committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    dce3b1e View commit details
    Browse the repository at this point in the history
  9. awscli2: 2.11.6 -> 2.11.15

    cryptography was updated beyond the current version constraint.
    https://github.com/aws/aws-cli/blob/2.11.15/CHANGELOG.rst
    vcunat committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    81364e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee9f5f7 View commit details
    Browse the repository at this point in the history
  11. Merge #228318: notmuch: fix darwin build

    ...into staging-next
    vcunat committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    fc67ff6 View commit details
    Browse the repository at this point in the history
  12. Merge #228298: awscli2: 2.11.6 -> 2.11.15

    ...into staging-next
    vcunat committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    72fb667 View commit details
    Browse the repository at this point in the history