Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 089e5dccf2bf
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cfed7205120e
Choose a head ref

Commits on Feb 3, 2021

  1. fetchgit: escape dot in regex

    This regex should match files ending in `.git`, not any character and `git` after that.
    Luflosi committed Feb 3, 2021
    Copy the full SHA
    e238ff0 View commit details

Commits on Feb 27, 2021

  1. Copy the full SHA
    86702da View commit details
  2. Copy the full SHA
    38462b4 View commit details

Commits on Mar 9, 2021

  1. samba: 4.13.3 -> 4.13.4

    r-ryantm committed Mar 9, 2021
    Copy the full SHA
    6d9f8bf View commit details

Commits on Mar 20, 2021

  1. Copy the full SHA
    807f70a View commit details
  2. python3Packages.setuptools-rust: fix passthru test

    The build wanted to create a Cargo.lock in the top-level source
    directory (presumably because it is also a Cargo project), since we
    were crating the lock file in sourceRoot (which was set to the example
    project). This failed because the sources are read-only. Change the
    test to create the lock file in the top-level crate directory, which
    is Cargo's default behavior.
    danieldk committed Mar 20, 2021
    Copy the full SHA
    3131771 View commit details
  3. python3Packages.setuptools-rust: do no mix Python versions in tests

    The passthru test used python3Packages, mixing different Python
    version when testing on a Python version different that the python3
    alias.
    danieldk committed Mar 20, 2021
    Copy the full SHA
    cf66c08 View commit details
  4. Copy the full SHA
    4b3c660 View commit details
  5. Copy the full SHA
    9271691 View commit details
  6. Copy the full SHA
    c63208e View commit details
  7. nspr: 4.29 -> 4.30

    ajs124 committed Mar 20, 2021
    Copy the full SHA
    381364d View commit details
  8. nss: 3.62 -> 3.63

    ajs124 committed Mar 20, 2021
    Copy the full SHA
    636fab4 View commit details
  9. cacert: 3.60 -> 3.63

    ajs124 committed Mar 20, 2021
    Copy the full SHA
    8dbc855 View commit details
  10. Copy the full SHA
    8e0d428 View commit details

Commits on Mar 21, 2021

  1. Merge pull request #117030 from maxeaubrey/NetworkManager-1.30.2

    networkmanager: 1.30.0 -> 1.30.2
    jtojnar authored Mar 21, 2021
    Copy the full SHA
    8a83999 View commit details
  2. Merge pull request #117037 from dotlambda/django_2-2.2.19

    [staging] python3Packages.django_2: 2.2.18 -> 2.2.19
    SuperSandro2000 authored Mar 21, 2021
    Copy the full SHA
    8bef905 View commit details
  3. Merge pull request #114601 from TredwellGit/xorg.xorgproto

    xorg.xorgproto: 2020.1 -> 2021.3
    SuperSandro2000 authored Mar 21, 2021
    Copy the full SHA
    0cfe88d View commit details
  4. Merge pull request #111782 from Luflosi/fetchgit-escape-regex

    fetchgit: escape dot in regex
    SuperSandro2000 authored Mar 21, 2021
    Copy the full SHA
    d6df2c3 View commit details
  5. dar: 2.6.13 -> 2.6.14

    r-ryantm authored and Jonathan Ringer committed Mar 21, 2021
    Copy the full SHA
    5909e40 View commit details
  6. Copy the full SHA
    2c40ff9 View commit details
  7. Copy the full SHA
    2a85dbd View commit details
  8. Copy the full SHA
    c81f113 View commit details
  9. Merge pull request #117114 from erictapen/imagemagick-7.0.11-4

    imagemagick: 7.0.11-3 -> 7.0.11-4
    dotlambda authored Mar 21, 2021
    Copy the full SHA
    f53b98c View commit details
  10. bash: don't rely on patch timestamps in build

    When, after patching, `configure.ac` is newer than `configure`, the
    Makefile will try to regenerate `configure` from `configure.ac`.
    
    While that might usually be desirable, in this case we want to keep
    bootstrapping simple and directly use the `configure` from the package
    so we can avoid a dependency on automake.
    
    Previously, we used the `-T` parameter to automake to make sure the
    timestamps were okay. However, this is brittle when we update: when the
    timestamp of the original file changes, and no longer matches the
    timestamp of the original file in the patch, `patch` will show a warning
    but otherwise continue without updating the timestamp.
    
    This PR changes things so we only patch `configure`, so that will always
    have a newer timestamp.
    
    Refs #115177
    raboof committed Mar 21, 2021
    Copy the full SHA
    3f4ad3d View commit details
  11. Copy the full SHA
    fcbf2d2 View commit details
  12. ntfs3g: add darwin build

    midchildan committed Mar 21, 2021
    Copy the full SHA
    75b0ef6 View commit details
  13. Merge pull request #117132 from midchildan/feat/ntfs3g/darwin

    ntfs3g: add darwin build
    Ericson2314 authored Mar 21, 2021
    Copy the full SHA
    6a79a7a View commit details
  14. openblas: apply patch to prevent SIGILL on aarch64 (#117004)

    The applied patch contains the changes from this PR:
    OpenMathLib/OpenBLAS#3060
    
    This patch prevents gcc from reordering instructions in a way
    that can cause crashes with SIGILL on aarch64.
    
    This issue crashes python when importing numpy on aarch64:
    numpy/numpy#18131
    mschwaig authored Mar 21, 2021
    Copy the full SHA
    de2c3e0 View commit details
  15. fontconfig: Add CoreFoundation to buildInputs (#98379)

    Get rid of non-absolute RPATH reference to CoreFoundation
    hannesweisbach authored Mar 21, 2021
    Copy the full SHA
    869b109 View commit details

Commits on Mar 22, 2021

  1. Copy the full SHA
    a941c67 View commit details
  2. Copy the full SHA
    68a0ba6 View commit details
  3. Merge pull request #116954 from danieldk/setuptools-rust-0.12.1

    python3Packages.setuptools-rust: 0.11.6 -> 0.12.1
    danieldk authored Mar 22, 2021
    Copy the full SHA
    611ba48 View commit details
  4. Copy the full SHA
    c0c22dd View commit details
  5. binutils, libbfd: Patch CVE-2020-35448

    Signed-off-by: Pamplemousse <xav.maso@gmail.com>
    Pamplemousse committed Mar 22, 2021
    Copy the full SHA
    8748154 View commit details
  6. Copy the full SHA
    6912ad3 View commit details
  7. Merge pull request #114526 from bobrik/ivan/ocaml-4.10.2

    ocamlPackages.ocaml: 4.10.0 -> 4.10.2
    SuperSandro2000 authored Mar 22, 2021
    Copy the full SHA
    e43d618 View commit details
  8. Copy the full SHA
    274fc0f View commit details
  9. cmake: 3.19.6 -> 3.19.7

    r-ryantm committed Mar 22, 2021
    Copy the full SHA
    7eac452 View commit details

Commits on Mar 23, 2021

  1. Copy the full SHA
    13fa16d View commit details
  2. Merge pull request #116770 from r-ryantm/auto-update/ocaml-findlib

    ocamlPackages.findlib: 1.8.1 -> 1.9.1
    SuperSandro2000 authored Mar 23, 2021
    Copy the full SHA
    aa22e27 View commit details
  3. Copy the full SHA
    8a0cbb7 View commit details
  4. govc: 0.24.0 -> 0.24.1

    r-ryantm committed Mar 23, 2021
    Copy the full SHA
    b8a943d View commit details
  5. Copy the full SHA
    8ef8f6b View commit details
  6. Copy the full SHA
    252ae44 View commit details
  7. python2Packages: keep separate (bootstrapped-)pip

    Currently there is only one line difference regarding bootstrapped-pip,
    but this will change in the future with the whole Python world moving
    towards PEP 517.
    FRidh committed Mar 23, 2021
    Copy the full SHA
    983c453 View commit details
  8. Copy the full SHA
    4fa7f48 View commit details
  9. Copy the full SHA
    13465b1 View commit details
  10. Copy the full SHA
    7a65bb7 View commit details
  11. Merge pull request #117320 from r-ryantm/auto-update/gnome-usage

    gnome-usage: 3.38.0 -> 3.38.1
    Ma27 authored Mar 23, 2021
    Copy the full SHA
    2ed13ef View commit details
  12. Copy the full SHA
    eba34de View commit details
Loading