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

lua: test the interpreter #177556

Closed
wants to merge 395 commits into from
Closed

lua: test the interpreter #177556

wants to merge 395 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 5, 2022

  1. Merge pull request NixOS#193636 from crabtw/staging

    llvmPackages_{14, git}.clang: add nostdlibinc flag
    7c6f434c authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    d89b200 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NixOS#186575 from stephank/fix/compiler-rt-builtins

    compiler-rt: build builtins on darwin
    7c6f434c authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    711191c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    a6e5efa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf7be5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cb28ea View commit details
    Browse the repository at this point in the history
  4. x264: pull upstream parallel build fix

    Without the change parallel builds occasionally fail as:
    
        $ make --shuffle
        ...
        gcc ... -c common/opencl.c -o common/opencl-8.o ...
        common/opencl.c:116:10: fatal error: common/oclobj.h: No such file or directory
          116 | #include "common/oclobj.h"
              |          ^~~~~~~~~~~~~~~~~
    trofi committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3ed0faf View commit details
    Browse the repository at this point in the history
  5. Merge pull request NixOS#185656 from stephank/feat/cctools

    darwin.cctools: 949.0.1 -> 973.0.1
    toonn authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ee71ac6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request NixOS#194712 from trofi/x264-parallel-fix

    x264: pull upstream parallel build fix
    thiagokokada authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    2e93e80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75ffef8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7dc2d52 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82d5854 View commit details
    Browse the repository at this point in the history
  10. ruby: move towards ruby 3

    Currently, `pkgs.ruby` is ruby 2.7.6, which is in 'security updates
    only' mode and scheduled to go EOL April 2023. Updating `pkgs.ruby`
    to be ruby 3.1 would be a rather large change, but using ruby 3 to
    bootstrap building ruby itself would be a nice first step in that
    direction.
    
    Tested with asciidoctor that this indeed now allows building a ruby
    application without getting ruby 2.7 in the build closure.
    
    Also fixes NixOS#192729
    raboof committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    c5e2f3c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da40c28 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0b4912d View commit details
    Browse the repository at this point in the history
  13. kexec-tools: 2.0.23 -> 2.0.25

    Signed-off-by: Felix Singer <felixsinger@posteo.net>
    felixsinger committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    013a2f4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b78bf08 View commit details
    Browse the repository at this point in the history
  15. netbsd: Adapt to BSD-common infra changes for FreeBSD

    See NixOS#82131 for the rest of the
    changes for FreeBSD. This is PRed separately because it is a macOS
    moderate rebuild so we target staging.
    
    The main change is that we CD to the path we're building *after*
    applying patches, so we can patch other parts of the tree (from
    `extraPaths`) as needed.
    
    Another change is that `netbsd.install` no longer depends on `fts`,
    which it evidently no longer needs.
    Ericson2314 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    dcf7a5e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e3137f7 View commit details
    Browse the repository at this point in the history
  17. bsd: BSD_PATH rename to COMPONENT_PATH

    @alyssais and I agreed this is clearer.
    Ericson2314 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    044163d View commit details
    Browse the repository at this point in the history
  18. libXft: 2.3.4 -> 2.3.6

    ck3d committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    167fc5a View commit details
    Browse the repository at this point in the history
  19. Merge pull request NixOS#194698 from Ericson2314/freebsd-prep

    netbsd: Adapt to BSD-common infra changes for FreeBSD
    Ericson2314 authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    9a5fa3b View commit details
    Browse the repository at this point in the history
  20. Merge pull request NixOS#194760 from anthonyroussel/bundler_2_3_23

    bundler: 2.3.22 -> 2.3.23
    marsam authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f470c10 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    d37e1ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request NixOS#192860 from raboof/ruby-move-towards-3.1

    ruby: move towards 3.1
    marsam authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    7a2dd2e View commit details
    Browse the repository at this point in the history
  3. Merge pull request NixOS#167047 from helsinki-systems/drop/postgresql10

    postgresql: remove 10.x
    marsam authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    405db07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3500ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9069a06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e43dec View commit details
    Browse the repository at this point in the history
  7. lib.closePropagation: Remove the quadratic behavior in lib.closePropa…

    …gation
    
    The code of `lib.closePropagation` was internally using a
    recursion on the dependencies and returns all the derivation directly or
    indirectly referenced by buildInputs.
    
    `lib.closeProgation` is implemented in pure nix and uses an unique
    function for list which is quadratic and does "true" equality, which
    needs deep set comparison.
    
    Instead, we use the `builtins.genericClosure` which is implemented as a
    builtin and uses a more efficient sorting feature.
    
    Note that `genericClosure` needs a `key` to discriminate the values, we
    used the `outPath` which is unique and orderable.
    
    On benchmarks, it performs up to 15x time faster on a benchmark related
    to haskellPackages.ghcWithPackages.
    guibou committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    98715e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2cd604 View commit details
    Browse the repository at this point in the history
  9. Merge pull request NixOS#194395 from helsinki-systems/upd/openssh

    [staging] openssh: 9.0p1 -> 9.1p1
    dasJ authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    73d9371 View commit details
    Browse the repository at this point in the history
  10. nixosOptionsDoc: buildInputs -> nativeBuildInputs

    to make strictDepsByDefault work
    Artturin committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    09226ff View commit details
    Browse the repository at this point in the history
  11. Merge pull request NixOS#194782 from felixsinger/pkgs/kexec-tools/update

    kexec-tools: 2.0.23 -> 2.0.25
    marsam authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ce4790a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    34c73b3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    af823e4 View commit details
    Browse the repository at this point in the history
  14. libical: 3.0.14 -> 3.0.15

    r-ryantm committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    e903932 View commit details
    Browse the repository at this point in the history
  15. libical: unbreak on darwin

    marsam committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    e96ef86 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    21e01b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5525ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request NixOS#194110 from trofi/pulseaudio-without-xlibsWr…

    …apper
    
    pulseaudio: use xorg.* packages directly instead of xlibsWrapper indi…
    trofi authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    abeccdf View commit details
    Browse the repository at this point in the history
  4. Merge pull request NixOS#194500 from trofi/gnome2.libgnomeui-without-…

    …xlibsWrapper
    
    gnome2.libgnomeui: use xorg.* packages directly instead of xlibsWrapp…
    trofi authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    2cacd68 View commit details
    Browse the repository at this point in the history
  5. Merge pull request NixOS#194462 from trofi/ghostscript-without-xlibsW…

    …rapper
    
    ghostscript: use xorg.* packages directly instead of xlibsWrapper ind…
    trofi authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    790e625 View commit details
    Browse the repository at this point in the history
  6. Merge pull request NixOS#193871 from trofi/FORTIFY-unset-and-set

    cc-wrapper/add-hardening.sh: always unset _FORTIFY_SOURCE before re-s…
    trofi authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    7d7030c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdfb8a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9f82fd View commit details
    Browse the repository at this point in the history
  9. sigtool: 0.1.2 → 0.1.3

    rrbutani committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    cfe59ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    50515b6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request NixOS#195107 from rrbutani/feature/sigtool-0.1.3

    sigtool: 0.1.2 →  0.1.3
    marsam authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    c524d70 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Configuration menu
    Copy the full SHA
    9104c83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NixOS#194981 from r-ryantm/auto-update/libical

    libical: 3.0.14 -> 3.0.15
    marsam authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    1548734 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4bf5cb View commit details
    Browse the repository at this point in the history
  4. cryptsetup: Remove ruby build dependency from NixOS

    Removing this build dependency makes most NixOS tests completely
    independent of the ruby ecosystem.
    This helps reduce mass-rebuilds, which is especially useful when
    bisecting the staging branch using a NixOS test.
    roberth authored and yu-re-ka committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    e5b5136 View commit details
    Browse the repository at this point in the history
  5. cryptsetup: Add tests.nixos

    roberth authored and yu-re-ka committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    e56fb06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2623fc4 View commit details
    Browse the repository at this point in the history
  7. vimPlugins.plenary-nvim: remove stale comment

    The plugin is being built using `luaPackages` since NixOS#178180.
    ilkecan authored and teto committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    49b5c1f View commit details
    Browse the repository at this point in the history
  8. luaPackages.gitsigns-nvim: remove noop override

    `toVimPlugin` function mentioned is added with NixOS#178180.
    ilkecan authored and teto committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    9314243 View commit details
    Browse the repository at this point in the history
  9. vimUtils.buildVimPlugin: prevent building twice

    Don't set the `rtp` attribute using `overrideAttrs`. `overrideAttrs`
    passes the attribute to the builder hence creates a different
    derivation. This made vim plugins being built twice.
    ilkecan authored and teto committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    448bb9b View commit details
    Browse the repository at this point in the history
  10. buildVimPlugin: deprecate rtp attribute

    ilkecan authored and teto committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    ef30dee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e675d0 View commit details
    Browse the repository at this point in the history
  12. glibc: make crypt support optional

    The libcrypt library is going to be replaced with libxcrypt in packages
    that require it.
    mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    ff30c89 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7c29dcb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a369108 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e36bd3c View commit details
    Browse the repository at this point in the history
  16. perl: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    3624ac2 View commit details
    Browse the repository at this point in the history
  17. gcc11: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    0097f57 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    495e650 View commit details
    Browse the repository at this point in the history
  19. cpython: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    194d852 View commit details
    Browse the repository at this point in the history
  20. cyrus_sasl: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    872c524 View commit details
    Browse the repository at this point in the history
  21. libxslt: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    44a73d0 View commit details
    Browse the repository at this point in the history
  22. apparmor: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    2c2fde9 View commit details
    Browse the repository at this point in the history
  23. pam: enable libxcrypt by default

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    5df544a View commit details
    Browse the repository at this point in the history
  24. shadow: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    7442422 View commit details
    Browse the repository at this point in the history
  25. systemd: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    f6011b2 View commit details
    Browse the repository at this point in the history
  26. libxcrypt: fix build with musl

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    f9090d5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    32e7482 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e8748e2 View commit details
    Browse the repository at this point in the history
  29. openldap: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    2 Configuration menu
    Copy the full SHA
    dd331ad View commit details
    Browse the repository at this point in the history
  30. tdb: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    ae4e703 View commit details
    Browse the repository at this point in the history
  31. aprutil: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    77a7b43 View commit details
    Browse the repository at this point in the history
  32. apacheHttpd: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    3028bec View commit details
    Browse the repository at this point in the history
  33. alpine: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    cc9be15 View commit details
    Browse the repository at this point in the history
  34. talloc: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    5b572c5 View commit details
    Browse the repository at this point in the history
  35. vsftpd: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    52f2785 View commit details
    Browse the repository at this point in the history
  36. opensmtpd: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    c1da199 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    057ae3d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    be9bc07 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    43327d2 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    728c97f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    fd94457 View commit details
    Browse the repository at this point in the history
  42. conserver: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    d438cee View commit details
    Browse the repository at this point in the history
  43. dante: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    71dad51 View commit details
    Browse the repository at this point in the history
  44. hiawatha: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    c82e7ee View commit details
    Browse the repository at this point in the history
  45. ircdHybrid: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    5c34a53 View commit details
    Browse the repository at this point in the history
  46. libcli: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    ce67773 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f51c3fd View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d017316 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    dbf9333 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    0465c23 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    555d39b View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    167544c View commit details
    Browse the repository at this point in the history
  53. libguestfs: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    3575e57 View commit details
    Browse the repository at this point in the history
  54. leafnode: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    ec31b96 View commit details
    Browse the repository at this point in the history
  55. lsh: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    84eda8b View commit details
    Browse the repository at this point in the history
  56. pgpool: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    31e5ad8 View commit details
    Browse the repository at this point in the history
  57. groonga: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    47945f2 View commit details
    Browse the repository at this point in the history
  58. mailutils: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    da15c9c View commit details
    Browse the repository at this point in the history
  59. popa3d: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    2a7df1a View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    870b0eb View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    c7b0317 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    7f0e9f0 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    eb2ed86 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    aac6de8 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    21c552e View commit details
    Browse the repository at this point in the history
  66. xrootd: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    126319f View commit details
    Browse the repository at this point in the history
  67. pounce: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    897f5b2 View commit details
    Browse the repository at this point in the history
  68. uwsgi: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    2939285 View commit details
    Browse the repository at this point in the history
  69. super: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    a1c07a6 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    e1f8bfb View commit details
    Browse the repository at this point in the history
  71. pies: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    77c50b0 View commit details
    Browse the repository at this point in the history
  72. partimage: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    eee1cec View commit details
    Browse the repository at this point in the history
  73. otpw: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    55a5763 View commit details
    Browse the repository at this point in the history
  74. zeroc-ice: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    f9df47f View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    2b899ee View commit details
    Browse the repository at this point in the history
  76. monit: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    fe91064 View commit details
    Browse the repository at this point in the history
  77. libfilezilla: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    e963dde View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    2e7e473 View commit details
    Browse the repository at this point in the history
  79. hylafaxplus: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    67408de View commit details
    Browse the repository at this point in the history
  80. dropbear: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    f0f14f1 View commit details
    Browse the repository at this point in the history
  81. kodi: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    64e160c View commit details
    Browse the repository at this point in the history
  82. pure-ftpd: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    24bc454 View commit details
    Browse the repository at this point in the history
  83. cernlib: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    31f1f36 View commit details
    Browse the repository at this point in the history
  84. bozohttpd: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    e33af60 View commit details
    Browse the repository at this point in the history
  85. sawfish: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    519b8c8 View commit details
    Browse the repository at this point in the history
  86. qnial: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    845ae8e View commit details
    Browse the repository at this point in the history
  87. unicon-lang: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    09597d4 View commit details
    Browse the repository at this point in the history
  88. gvm-libs: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    15f6c0a View commit details
    Browse the repository at this point in the history
  89. snis: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    8dde32e View commit details
    Browse the repository at this point in the history
  90. slock: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    125ec34 View commit details
    Browse the repository at this point in the history
  91. dico: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    fd1bcb1 View commit details
    Browse the repository at this point in the history
  92. dcap: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    ccba311 View commit details
    Browse the repository at this point in the history
  93. haproxy: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    57f4391 View commit details
    Browse the repository at this point in the history
  94. srelay: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    cfc636c View commit details
    Browse the repository at this point in the history
  95. nntp-proxy: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    58bbfeb View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    7b33ea4 View commit details
    Browse the repository at this point in the history
  97. pam_mysql: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    9fb94a8 View commit details
    Browse the repository at this point in the history
  98. pam_pgsql: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    94e54c6 View commit details
    Browse the repository at this point in the history
  99. sysvinit: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    3edcff9 View commit details
    Browse the repository at this point in the history
  100. mokutil: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    fc4f68d View commit details
    Browse the repository at this point in the history
  101. epic5: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    c755643 View commit details
    Browse the repository at this point in the history
  102. kermit: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    bcdde95 View commit details
    Browse the repository at this point in the history
  103. root5: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    6264d94 View commit details
    Browse the repository at this point in the history
  104. root: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    2c10e08 View commit details
    Browse the repository at this point in the history
  105. pleroma: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    9430efb View commit details
    Browse the repository at this point in the history
  106. sogo: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    3d6b548 View commit details
    Browse the repository at this point in the history
  107. cde: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    fb591b9 View commit details
    Browse the repository at this point in the history
  108. bftpd: fix build with libxcrypt

    fpletz authored and mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    993839a View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    f64f770 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    efd944c View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    716a315 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    842a2c2 View commit details
    Browse the repository at this point in the history
  113. haskellPackages.crypt-sha512: fix build with libxcrypt

    and disable tests due to different ehaviour exhibited compared to
    glibc when a low number of rounds is passed.
    
    phadej/crypt-sha512#13
    mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    284396c View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    7670059 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    6f1812a View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    3f4de6d View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    2d19e7c View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    9001f0d View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    e02766b View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    2b83e04 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    0f7ef68 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    01f94c2 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    3cedef1 View commit details
    Browse the repository at this point in the history
  124. util-linux: pass libxcrypt, so sulogin gets built

    Util-linux does not fail when crypt() isn't available. It just doesn't
    build sulogin, which in turn breaks the initrd-builder for the
    systemd-stage-1 tests.
    mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    73ffee8 View commit details
    Browse the repository at this point in the history
  125. python3Packages.twisted: Disable failing crypt test

    Fails due to a combination of libxcrypt and python upstream crypt
    changes.
    
    python/cpython@0d3fe8a
    mweinelt committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    1b8d6d3 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    322b510 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    338d0cc View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    195aa58 View commit details
    Browse the repository at this point in the history
  129. liblc3: init at 1.0.1

    jansol committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    9b734d1 View commit details
    Browse the repository at this point in the history
  130. pipewire: 0.3.58 -> 0.3.59

    jansol committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    96dd839 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    bdb347b View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    3b37795 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    829f895 View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    ed349ce View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    4e58b28 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    e92f9b3 View commit details
    Browse the repository at this point in the history
  2. autoPatchelfHook: fix turning [ "*" ] into bash array

    Previously globs were incorrectly handled and expanded by bash into the files in the temporary build directory.
    adisbladis committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    41c0964 View commit details
    Browse the repository at this point in the history
  3. autoPatchelfHook: support glob patterns

    so for example cuda could be ignored by setting:
    ``` nix
    autoPatchelfIgnoreMissingDeps = [ "*cuda*.so*" ];
    ```
    adisbladis committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    01535ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    579766d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    039e1a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d32772 View commit details
    Browse the repository at this point in the history
  7. treewide: *Flags convert to list from str

    *Flags implies a list
    
    slightly relevant:
    > stdenv: start deprecating non-list configureFlags NixOS#173172
    
    the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so
    it's not a breaking change
    Artturin committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    f4ea120 View commit details
    Browse the repository at this point in the history
  8. treewide: optional -> optionals where the argument is a list

    the argument to optional should not be list
    Artturin committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    7e49471 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c7813e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b21851 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f5fb6e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    e3419ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d957f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8918d77 View commit details
    Browse the repository at this point in the history
  4. libxcrypt: add passthru tests

    The shadow test uses a password that is hashed with libxcrypt and the
    login test uses the passwd command.
    mweinelt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    9c6406d View commit details
    Browse the repository at this point in the history
  5. libxcrypt: adopt

    mweinelt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    5f7f739 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    161b9eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aabca3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2085ea1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27738d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    598a9e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4144e4b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0c743ca View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c3ddd95 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9efc3f8 View commit details
    Browse the repository at this point in the history
  15. openssl: 1.1.1q -> 1.1.1r

    bugfix release, does not fix any security issues
    ajs124 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    0bf7095 View commit details
    Browse the repository at this point in the history
  16. Revert "krb5: use openssl_1_1"

    This reverts commit 498d67e.
    
    not needed anymore after cfebc8f
    
    This way, updating openssl_1_1 shouldn't be a darwin stdenv rebuild
    anymore.
    ajs124 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    9247a66 View commit details
    Browse the repository at this point in the history
  17. ibm-sw-tpm2: 1661 -> 1682

    ajs124 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    071773d View commit details
    Browse the repository at this point in the history
  18. Revert "ibm-sw-tpm2: Fix build on RISC-V"

    This reverts commit 8524b11.
    ajs124 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c4849d4 View commit details
    Browse the repository at this point in the history
  19. Revert "ibm-sw-tpm2: Pin OpenSSL 1.1.1"

    This reverts commit af91144.
    ajs124 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3b9c30a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8a2b098 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1a0c8a4 View commit details
    Browse the repository at this point in the history
  22. Merge pull request NixOS#189676 from zhaofengli/cryptenroll

    systemd: Fix systemd-{cryptenroll,cryptsetup} TPM2 and FIDO2 support (attempt #3)
    flokli authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3ff0a8f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    2c25e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4828dc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dc4fc9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request NixOS#195584 from helsinki-systems/upd/ibm-sw-tpm2

    ibm-sw-tpm2: 1661 -> 1682
    ajs124 authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    cbea92c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e264d5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7ee639 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02699f1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request NixOS#194844 from lilyinstarlight/fix/p11-kit-macos

    p11-kit: add darwin tls ca store path
    rnhmjoj authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    fd4c573 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f6b923 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d24c1f View commit details
    Browse the repository at this point in the history
  11. Merge NixOS#192907: gpgme: fix i686 build

    ...into staging
    vcunat committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    3449367 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e66d2fd View commit details
    Browse the repository at this point in the history
  13. Merge pull request NixOS#195208 from yorickvP/wavpack

    wavpack: 5.4.0 -> 5.5.0
    risicle authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    2a3f0a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    b468fe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    516febf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00a757e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aff111 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f32e464 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8328a4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62bcf0a View commit details
    Browse the repository at this point in the history
  8. xterm: 373 -> 374

    misuzu committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    1ee0e58 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    747e342 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b30d687 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0755f8c View commit details
    Browse the repository at this point in the history
  12. Merge pull request NixOS#195828 from helsinki-systems/revert/openssl

    openssl: revert withdrawn releases
    mweinelt authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    5216997 View commit details
    Browse the repository at this point in the history
  13. Merge pull request NixOS#195812 from mweinelt/unbound-1.17.0

    unbound: 1.16.3 -> 1.17.0
    ajs124 authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    768c88b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    32aefe2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ef6a273 View commit details
    Browse the repository at this point in the history
  16. Merge NixOS#194802: libXft: 2.3.4 -> 2.3.6

    ...into staging
    vcunat committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    8d7a17e View commit details
    Browse the repository at this point in the history
  17. Merge NixOS#195586: tzdata: 2022d -> 2022e

    ...into staging
    vcunat committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    dbcd78e View commit details
    Browse the repository at this point in the history
  18. vimPlugins: make usage of luaPackages less confusing

    right now the src is ignored in:
    
    ```
      lush-nvim = buildNeovimPlugin {
        pname = "lush.nvim";
        version = "2022-08-09";
        src = fetchFromGitHub {
          owner = "rktjmp";
          repo = "lush.nvim";
          rev = "6b9f399245de7bea8dac2c3bf91096ffdedfcbb7";
          sha256 = "0rb77rwmbm438bmbjfk5hwrrcn5sihsa1413bdpc27rw3rrn8v8z";
        };
        meta.homepage = "https://github.com/rktjmp/lush.nvim/";
      };
    ```
    
    which is very confusing. With this PR, we correctly override the src and
    the version of the package. We introduce a rockspecVersion attribute of
    lua package to be able to still find the rockspec when the
    "version" field needs to be different than "rockspecVersion".
    teto committed Oct 13, 2022
    1 Configuration menu
    Copy the full SHA
    2acce7d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ba41689 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7df9a7a View commit details
    Browse the repository at this point in the history
  21. lua: test the interpreter

    Test with:
    nix-build -A lua.tests pass
    
    Tests are very limited for now, goal is mostly to put the infra into
    place and enrich the tests when dealing with lua issues.
    add luaPath/luaCpath as passthrough
    makes it easier to generate LUA_PATH/LUA_CPATH
    teto committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    6b4fa84 View commit details
    Browse the repository at this point in the history