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: c64624b8435a
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: 179b8146e668
Choose a head ref

Commits on Jun 3, 2018

  1. fix typo

    srghma authored Jun 3, 2018
    Copy the full SHA
    c4cad45 View commit details

Commits on Oct 28, 2018

  1. Copy the full SHA
    95fab6a View commit details

Commits on Oct 29, 2018

  1. Copy the full SHA
    efca8b4 View commit details
  2. Copy the full SHA
    149a55e View commit details
  3. Copy the full SHA
    2962f94 View commit details
  4. Copy the full SHA
    5be927d View commit details
  5. make-derivation: use lib.assertMsg

    As suggested by @Profpatsch
    Synthetica9 committed Oct 29, 2018
    Copy the full SHA
    c7e026b View commit details

Commits on Oct 30, 2018

  1. Copy the full SHA
    1f7fc09 View commit details

Commits on Oct 31, 2018

  1. cmusfm: init at 2018-10-11

    CharlesHD committed Oct 31, 2018
    Copy the full SHA
    c8c7747 View commit details

Commits on Nov 1, 2018

  1. Copy the full SHA
    73344be View commit details
  2. Copy the full SHA
    84db315 View commit details
  3. slack-term: init at 0.4.1

    dtzWill committed Nov 1, 2018
    Copy the full SHA
    81f39ee View commit details

Commits on Nov 2, 2018

  1. nixos/rspamd: Add support for included files

    By default rspamd will look for multiple files in /etc/rspamd/local.d
    and /etc/rspamd/override.d to be included in subsections of the merged
    final config for rspamd. Most of the config snippets in the official
    rspamd documentation are made to these files and so it makes sense for
    NixOS to support them and this is what this commit does.
    
    As part of rspamd 1.8.1 support was added for having custom Lua
    rules stored in $LOCAL_CONFDIR/rspamd.local.lua which means that it is
    now possible for NixOS to support such rules and so this commit also
    adds support for this to the rspamd module.
    griff committed Nov 2, 2018
    Copy the full SHA
    0810d63 View commit details
  2. Copy the full SHA
    1ccafe5 View commit details
  3. Copy the full SHA
    f8a415f View commit details
  4. tor: 0.3.4.8 -> 0.3.4.9

    https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.3.4.9
    
    Please confirm the sha256 is correct for a verified tarball,
    I'm not setup (or know how offhand but docs look promising)
    to do this myself.
    dtzWill committed Nov 2, 2018
    Copy the full SHA
    c78761b View commit details
  5. Drop obsolete GHC versions 7.10.3, 8.0.2, and 8.4.3.

    We keep the latest minor release of each one of the last 3 major releases,
    which currently are GHC versions 8.2.2, 8.4.4, and 8.6.1. We also have
    ghc-HEAD, but this doesn't count.
    
    Dropping these compilers implied that we have to drop the corresponding
    versions of ghcjs, too. We can also drop a shitload of obsolete compiler
    patches that newer versions no longer need.
    
    At some point, we can probably simplify the generic builder, too.
    peti committed Nov 2, 2018
    Copy the full SHA
    2f0de54 View commit details
  6. zsh-git-prompt: don't hard-code any particular compiler version

    Just use whatever is the current default.
    peti committed Nov 2, 2018
    Copy the full SHA
    bf26876 View commit details
  7. folly: 2018.08.27.00 -> 2018.10.29.00

    Folly disabled autotools-based builds in favor of CMake.
    langston-barrett committed Nov 2, 2018
    Copy the full SHA
    45db416 View commit details
  8. r-ps: patchShebangs in ./configure to fix build

    Averell Dalton committed Nov 2, 2018
    Copy the full SHA
    25e68e3 View commit details
  9. yices: 2.6.0 -> 2.6.1

    kquick committed Nov 2, 2018
    Copy the full SHA
    411c665 View commit details
  10. Copy the full SHA
    79dace1 View commit details
  11. ansible_2_5: 2.5.2 -> 2.5.11

    sengaya committed Nov 2, 2018
    Copy the full SHA
    de8a3e3 View commit details
  12. ansible_2_6: 2.6.2 -> 2.6.7

    sengaya committed Nov 2, 2018
    Copy the full SHA
    e63509a View commit details
  13. ansible_2_7: init at 2.7.1

    sengaya committed Nov 2, 2018
    Copy the full SHA
    c0d30e5 View commit details
  14. Copy the full SHA
    a3739a9 View commit details

Commits on Nov 3, 2018

  1. gitlab: 11.4.3 -> 11.4.4

    SSRF in Kubernetes integration
    The GitLab Kubernetes integration was vulnerable to a SSRF issue which could allow an attacker to make requests to access any internal URLs. The issue is now mitigated in the latest release and is assigned CVE-2018-18843.
    flokli committed Nov 3, 2018
    Copy the full SHA
    9e491f7 View commit details
  2. maxx: fix urls

    gnidorah committed Nov 3, 2018
    Copy the full SHA
    fc96e53 View commit details
  3. cargo-asm: fix build on macOS Mojave

    Building cargo-asm on Mojave fails with
    
    ld: framework not found Security
    
    Add Security as a build input.
    danieldk committed Nov 3, 2018
    Copy the full SHA
    1f21fc5 View commit details
  4. Merge pull request #49673 from danieldk/cargo-asm-security

    cargo-asm: fix build on macOS Mojave
    dywedir authored Nov 3, 2018
    Copy the full SHA
    6742bdc View commit details
  5. Merge pull request #49674 from typetetris/fix-46130

    haskellPackages.sdl2: test-suite needs x server, so deactivate it
    peti authored Nov 3, 2018
    Copy the full SHA
    1cd1a34 View commit details
  6. Merge pull request #49666 from averelld/rPackages.ps-build-fix

    r-ps: patchShebangs in ./configure to fix build
    peti authored Nov 3, 2018
    Copy the full SHA
    d9fa1f9 View commit details
  7. thunderbird: 60.2.1 -> 60.3.0

    taku0 committed Nov 3, 2018
    Copy the full SHA
    09d49a1 View commit details
  8. Merge pull request #49467 from CharlesHD/submit/cmusfm

    cmusfm: init at 2018-10-11
    c0bw3b authored Nov 3, 2018
    Copy the full SHA
    722fcbb View commit details
  9. nix-du: 0.2.0 -> 0.3.0

    symphorien committed Nov 3, 2018
    Copy the full SHA
    8a8a2f6 View commit details
  10. jq: 1.5 -> 1.6

    * jq: 1.5 -> 1.6 (!!)
    
    (last release was in 2015! :))
    
    * jq: drop darwin patch, appears resolved by upgrade
    
    commit history isn't that long, and has a few addressing
    behavior on osx re:strptime-- and since this patch
    doesn't apply it seems likely it's been resolved
    but probably can be checked by any interested folks w/darwin.
    dtzWill authored and Profpatsch committed Nov 3, 2018
    Copy the full SHA
    ffd083e View commit details
  11. Merge pull request #49680 from symphorien/nix-du-0.3

    nix-du: 0.2.0 -> 0.3.0
    gebner authored Nov 3, 2018
    Copy the full SHA
    5443b37 View commit details
  12. Copy the full SHA
    0e6d023 View commit details
  13. Merge pull request #49663 from flokli/gitlab-11.4.4

    gitlab: 11.4.3 -> 11.4.4
    flokli authored Nov 3, 2018
    Copy the full SHA
    a36f49b View commit details
  14. Copy the full SHA
    ca7fa91 View commit details
  15. Copy the full SHA
    f5af5b1 View commit details
  16. Merge #49677: thunderbird*: 60.2.1 -> 60.3.0

    Critical security fixes.
    vcunat committed Nov 3, 2018
    Copy the full SHA
    f3cca2f View commit details
  17. Merge pull request #49652 from dtzWill/update/tor-0.3.4.9

    tor: 0.3.4.8 -> 0.3.4.9
    joachifm authored Nov 3, 2018
    Copy the full SHA
    0e76e13 View commit details
  18. Merge pull request #49660 from kquick/yices-2.6.1

    yices: 2.6.0 -> 2.6.1
    markuskowa authored Nov 3, 2018
    Copy the full SHA
    759c26b View commit details
  19. Merge pull request #49672 from gnidorah/maxx

    maxx: fix urls
    markuskowa authored Nov 3, 2018
    Copy the full SHA
    684e77d View commit details
  20. Merge pull request #48496 from rvl/bpftrace

    linuxPackages.bpftrace: init at unstable-2018-10-27
    c0bw3b authored Nov 3, 2018
    Copy the full SHA
    721ab2e View commit details
  21. Merge pull request #49559 from ikarulus/librepcb

    bump version librepcb-unstable: 2018-06-28 -> 2018-10-31
    c0bw3b authored Nov 3, 2018
    Copy the full SHA
    848f2f3 View commit details
  22. home-assistant: 0.81.2 -> 0.81.5

    Robert Schütz committed Nov 3, 2018
    Copy the full SHA
    c1324d5 View commit details
  23. Merge pull request #49645 from peterhoeg/p/broadlink

     pythonPackages.broadlink: init at 0.9
    dotlambda authored Nov 3, 2018
    Copy the full SHA
    4870522 View commit details
  24. Copy the full SHA
    4b095c6 View commit details
Loading