Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 63746f6bcf62
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b7b7ed9d59b6
Choose a head ref

Commits on Oct 3, 2019

  1. Copy the full SHA
    8cb5a3c View commit details
  2. perlPackages.CryptPBKDF2: init at 0.161520

    dependencies:
    perlPackages.DigestSHA3: init at 1.04
    stigtsp committed Oct 3, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9a87bf8 View commit details

Commits on Oct 4, 2019

  1. perlPackages.DeviceMAC: init at 1.00

    dependencies:
    - perlPackages.DeviceOUI: init at 1.04
    
    Patch to prevent random test failures in Device::OUI is included:
    
      https://rt.cpan.org/Public/Bug/Display.html?id=109209
      https://rt.cpan.org/Ticket/Attachment/1657288/889472/Device-OUI-1.04-hash.patch
    stigtsp committed Oct 4, 2019
    Copy the full SHA
    bd4b014 View commit details

Commits on Oct 7, 2019

  1. nixos/zfs: only enable trim if zfs is enabled

    Also don't fail the service if there are no pools yet.
    This might happen on installation ISOs.
    Mic92 committed Oct 7, 2019
    Copy the full SHA
    a412d90 View commit details

Commits on Oct 8, 2019

  1. nixos/zfs: avoid script derivation for trim service

    Since we only have a single pipe we can save the overhead of building a derivation
    when creating the zfs trim service file when building the system.
    Mic92 committed Oct 8, 2019
    Copy the full SHA
    692656d View commit details

Commits on Oct 9, 2019

  1. Copy the full SHA
    061838a View commit details

Commits on Oct 13, 2019

  1. testdisk: deduplicating testdisk/photorec

    Testdisk/Photorec has been packaged twice. This deduplicates
    the packages by consolidating the packages into one and throwing
    an error upon use of the outdated package.
    
    this also adds qphotorec, which was previously not built and ensures
    it's wrapped correctly.
    
    Please note that I took the liberty to merge the maintainers lists.
    d-goldin committed Oct 13, 2019
    Copy the full SHA
    10bfa40 View commit details
  2. imagemagick: 6.9.9-34 -> 6.9.10-68 (security)

    fixing numerous CVEs
    risicle committed Oct 13, 2019
    Copy the full SHA
    2a8e53e View commit details

Commits on Oct 14, 2019

  1. nixos/zfs: simplify logic for scrub/autosnapshot service

    This makes them consistent with the way zfs.trim is enabled
    and allow to enable them by default in future.
    Mic92 committed Oct 14, 2019
    Copy the full SHA
    9a89467 View commit details
  2. Copy the full SHA
    12880e5 View commit details
  3. libressl_3_0: 3.0.0 -> 3.0.1

    fpletz committed Oct 14, 2019
    Copy the full SHA
    a86f16d View commit details
  4. libressl: fix libdir in pkgconfig files

    Fix #71107.
    fpletz committed Oct 14, 2019
    Copy the full SHA
    da20b8a View commit details
  5. testdisk: inline platform specific option defaults

    Makes it easier to read since one does not need to be aware
    of overrides in all-packages.nix.
    Mic92 committed Oct 14, 2019
    Copy the full SHA
    b2b29d4 View commit details
  6. Copy the full SHA
    bda58c4 View commit details
  7. Merge pull request #70335 from stigtsp/package/perl-json-validator-init

    perlPackages.JSONValidator: init at 3.15
    c0bw3b authored Oct 14, 2019
    Copy the full SHA
    ff064b4 View commit details
  8. testdisk: deduplicating testdisk/photorec (#69945)

    testdisk: deduplicating testdisk/photorec
    Mic92 authored Oct 14, 2019
    Copy the full SHA
    4d28337 View commit details
  9. Revert "fwupd: Move D-Bus conf file to share/dbus-1/system.d"

    This reverts commit ad6aada.
    
    The patch does not apply to our version.
    This commit was part of NixOS/nixpkgs#68875
    
    cc @worldofpeace
    Mic92 committed Oct 14, 2019
    Copy the full SHA
    283ef6b View commit details
  10. Merge pull request #70601 from Mic92/zfs-trim

    nixos/zfs: only enable trim if zfs is enabled
    Mic92 authored Oct 14, 2019
    Copy the full SHA
    d633ec9 View commit details
  11. python37Packages.goobook: Add the missing setuptools dependency

    Querying resulted in the following error:
    
    $ goobook query test
    Traceback (most recent call last):
      File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/bin/.goobook-wrapped", line 7, in <module>
        from goobook.application import main
      File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/lib/python3.7/site-packages/goobook/application.py", line 18, in <module>
        import pkg_resources
    ModuleNotFoundError: No module named 'pkg_resources'
    primeos committed Oct 14, 2019
    Copy the full SHA
    2e1b91e View commit details
  12. testdisk: enable ntfs/extfs on non-darwin platforms

    This option was accidentally flipped in b2b29d4
    also see: NixOS/nixpkgs@b2b29d4#r334432081
    Mic92 committed Oct 14, 2019
    Copy the full SHA
    b731394 View commit details
  13. imagemagick: 6.9.9-34 -> 6.9.10-68, fixing numerous CVEs (#71099)

    imagemagick: 6.9.9-34 -> 6.9.10-68, fixing numerous CVEs
    flokli authored Oct 14, 2019
    Copy the full SHA
    2a25463 View commit details
  14. Copy the full SHA
    5344414 View commit details
  15. Merge pull request #70342 from stigtsp/package/perl-crypt-pbkdf2-init

    perlPackages.CryptPBKDF2: init at 0.161520
    c0bw3b authored Oct 14, 2019
    Copy the full SHA
    385908a View commit details
  16. Copy the full SHA
    da4a064 View commit details
  17. knot-dns: 2.8.4 -> 2.9.0

    I can't see any large incompatibilities.
    https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.9.0
    vcunat committed Oct 14, 2019
    Copy the full SHA
    0bd5120 View commit details
  18. Merge pull request #70400 from stigtsp/package/perl-device-mac-init

    perlPackages.DeviceMAC: init at 1.00
    c0bw3b authored Oct 14, 2019
    Copy the full SHA
    581ada4 View commit details
  19. Merge pull request #70823 from stigtsp/package/perl-data-messagepack-…

    …init
    
    perlPackages.DataMessagePack: init at 1.00
    c0bw3b authored Oct 14, 2019
    Copy the full SHA
    4e454b8 View commit details
  20. hyperfine: 1.6.0 -> 1.8.0

    dywedir authored and thoughtpolice committed Oct 14, 2019
    Copy the full SHA
    0c36fa1 View commit details
  21. luaPackages.luacov: init at 0.13.0-1

    It is needed to run luarocks test.
    teto authored and Matthieu Coudron committed Oct 14, 2019
    Copy the full SHA
    73c64f0 View commit details
  22. Merge pull request #71121 from mmahut/jormungandr

    jormungandr: 0.5.6 -> 0.6.0-rc1+1
    mmahut authored Oct 14, 2019
    Copy the full SHA
    b7b7ed9 View commit details
Loading