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: c65da8b5111b
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: d29947c36a70
Choose a head ref

Commits on Sep 4, 2018

  1. Allow the definition of extra options on commandline

    I stumbled upon an issue with the Alertmanager that required
    an additional comand line option. See https://groups.google.com/forum/#!msg/prometheus-users/-5wd-P13xCI/lGLBHHgnBgAJ
    azazel75 committed Sep 4, 2018
    Copy the full SHA
    69e4e49 View commit details

Commits on Sep 6, 2018

  1. altcoins.parity-ui: 0.2.8 -> 0.3.4

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    parity-ui
    R. RyanTM committed Sep 6, 2018
    Copy the full SHA
    597ecd0 View commit details

Commits on Sep 7, 2018

  1. htslib: 1.7 -> 1.9

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    htslib
    R. RyanTM committed Sep 7, 2018
    Copy the full SHA
    cb787e9 View commit details

Commits on Sep 10, 2018

  1. nixos/initrd-network: multiple fixes

     * acquire DHCP on the interfaces with networking.interface.$name.useDHCP == true or on all interfaces if networking.useDHCP == true (was only only "eth0")
     * respect "mtu" if it was in DHCP answer (it happens in the wild)
     * acquire and set up staticroutes (unlike others clients, udhcpc does not do the query by default); this supersedes NixOS/nixpkgs#41829
    volth authored Sep 10, 2018
    Copy the full SHA
    502b37a View commit details
  2. oops

    volth authored Sep 10, 2018
    Copy the full SHA
    16edfb2 View commit details
  3. Copy the full SHA
    7d238e6 View commit details

Commits on Sep 13, 2018

  1. Copy the full SHA
    574f4c4 View commit details
  2. Increase Virtualbox disk image size

    10G is not enough for a desktop installation, and resizing a Virtualbox disk image is a pain. 
    Let's increase the default disk size to 100G. It does not require more storage space, since the empty bits are left out.
    brainrake authored Sep 13, 2018
    Copy the full SHA
    f96dde6 View commit details

Commits on Sep 15, 2018

  1. Copy the full SHA
    2039327 View commit details
  2. Copy the full SHA
    d3eff01 View commit details
  3. Copy the full SHA
    32c63c6 View commit details
  4. tests: bittorrent: improve stability

    This attempts to improve stability of the test by using existing
    services for miniupnpd and transmission.
    
    It also uses explicit addresses for the network interfaces so that the
    external IP addresses are valid internet addresses (thus fixing
    validation problems from upnpc).
    
    Also disable eth0 from being used to transfer torrents over without that
    being the intention.
    bobvanderlinden committed Sep 15, 2018
    Copy the full SHA
    276ffc5 View commit details
  5. Copy the full SHA
    5fbc521 View commit details
  6. Copy the full SHA
    906e69d View commit details
  7. Copy the full SHA
    1de1bc8 View commit details

Commits on Sep 18, 2018

  1. nixos/tt_rss: Give a proper UID

    dasJ committed Sep 18, 2018
    Copy the full SHA
    be6e995 View commit details

Commits on Sep 19, 2018

  1. dovecot: allow sasl_bind=yes in the LDAP driver.

    Dovecot has its own SASL implementation,
    but needs Cyrus SASL's headers to bind to an LDAP server using SASL.
    
    This is useful to avoid the need to manage a dnpass= in dovecot-ldap.conf
    by using the Unix socket to authenticate.
    
    This is done with sasl_mech=EXTERNAL in dovecot-ldap.conf, and some olcAccess: with
     by dn="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" read
    in the slapd's cn=config for the LDAP database queried by dovecot/auth (which runs as root).
    Julien Moutinho committed Sep 19, 2018
    Copy the full SHA
    27f95f3 View commit details

Commits on Sep 20, 2018

  1. xorriso: 1.4.8 -> 1.5.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/xorriso/versions
    r-ryantm committed Sep 20, 2018
    Copy the full SHA
    ae5a7f4 View commit details
  2. wireless-regdb: 2018.05.31 -> 2018.09.07

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/wireless-regdb/versions
    r-ryantm committed Sep 20, 2018
    Copy the full SHA
    286915d View commit details
  3. nixos/systemd-lib: fix assertValueOneOf

    when value is not a string
    florianjacob committed Sep 20, 2018
    Copy the full SHA
    4392ec6 View commit details
  4. proj: 4.9.3 -> 5.2.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/proj/versions
    r-ryantm committed Sep 20, 2018
    Copy the full SHA
    4d404fb View commit details

Commits on Sep 23, 2018

  1. Remove dead code from stdenv check-meta license logic

    The `unfree` and `unfreeRedistributable` licenses both have `free = false`,
    which will trigger the first portion of logic. This removes dead code to
    simplify the logic.
    
    As a follow-up, I plan to add an attribute `redistributable = [true|false]`,
    which can be used by Hydra to determine whether a given package with a given
    license can be included in the channel.
    bhipple committed Sep 23, 2018
    Copy the full SHA
    0b9d9ab View commit details

Commits on Sep 24, 2018

  1. Copy the full SHA
    5e5e3d8 View commit details
  2. ssocr: init at 2018-08-11

    rokk4 committed Sep 24, 2018
    Copy the full SHA
    c160745 View commit details
  3. hoppet: init at 1.2.0

    veprbl committed Sep 24, 2018
    Copy the full SHA
    af476db View commit details
  4. mela: init at 2.0.1

    veprbl committed Sep 24, 2018
    Copy the full SHA
    f793b9f View commit details
  5. qcdnum: init at 17-01-14

    veprbl committed Sep 24, 2018
    Copy the full SHA
    5c2a7f1 View commit details
  6. root5: init at 5.34.36

    veprbl committed Sep 24, 2018
    Copy the full SHA
    3187db6 View commit details
  7. applgrid: init at 1.4.70

    veprbl committed Sep 24, 2018
    Copy the full SHA
    4f80119 View commit details
  8. apfel: init at 3.0.3

    veprbl committed Sep 24, 2018
    Copy the full SHA
    530de1c View commit details
  9. apfelgrid: init at 1.0.1

    veprbl committed Sep 24, 2018
    Copy the full SHA
    23e5af9 View commit details
  10. xfitter: init at 2.0.0

    veprbl committed Sep 24, 2018
    Copy the full SHA
    39c85c3 View commit details

Commits on Sep 25, 2018

  1. Copy the full SHA
    820e1ca View commit details
  2. AgdaStdlib: 0.16 -> 0.16.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/agda-stdlib/versions
    r-ryantm committed Sep 25, 2018
    Copy the full SHA
    7c5bc4f View commit details
  3. Copy the full SHA
    5b30ab7 View commit details

Commits on Oct 1, 2018

  1. Copy the full SHA
    c78cda2 View commit details
  2. Copy the full SHA
    5cc251d View commit details
  3. Copy the full SHA
    6b68e6d View commit details
  4. link-grammar: init at 5.5.1

    siers committed Oct 1, 2018
    Copy the full SHA
    62c4a16 View commit details
  5. Copy the full SHA
    c71cc0b View commit details
  6. snyk: init at 1.99.1

    outergod committed Oct 1, 2018
    Copy the full SHA
    bbac304 View commit details
  7. heptio-ark: 0.9.4 -> 0.9.6

    mbode committed Oct 1, 2018
    Copy the full SHA
    4385591 View commit details
  8. Copy the full SHA
    7180706 View commit details

Commits on Oct 3, 2018

  1. Copy the full SHA
    6487a47 View commit details
  2. pscircle: 1.0.0 -> 1.1.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/pscircle/versions
    r-ryantm committed Oct 3, 2018
    Copy the full SHA
    94f9b81 View commit details
  3. mtools: 4.0.18 -> 4.0.19

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/mtools/versions
    r-ryantm committed Oct 3, 2018
    Copy the full SHA
    aee3689 View commit details
  4. Copy the full SHA
    ba2fe3c View commit details
  5. dar: 2.5.16 -> 2.5.17

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/dar/versions
    r-ryantm committed Oct 3, 2018
    Copy the full SHA
    fe071ae View commit details
  6. acpica-tools: 20180810 -> 20180927

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/acpica-tools/versions
    r-ryantm committed Oct 3, 2018
    Copy the full SHA
    cded34d View commit details

Commits on Oct 5, 2018

  1. Copy the full SHA
    1e02a2c View commit details
Showing with 2,387 additions and 578 deletions.
  1. +4 −4 README.md
  2. +5 −0 maintainers/maintainer-list.nix
  3. +338 −3 nixos/doc/manual/release-notes/rl-1809.xml
  4. +8 −0 nixos/doc/manual/release-notes/rl-1903.xml
  5. +1 −1 nixos/modules/programs/bash/bash.nix
  6. +3 −2 nixos/modules/programs/light.nix
  7. +34 −102 nixos/modules/services/desktops/profile-sync-daemon.nix
  8. +18 −5 nixos/modules/services/monitoring/prometheus/alertmanager.nix
  9. +2 −22 nixos/modules/services/networking/miniupnpd.nix
  10. +5 −1 nixos/modules/services/web-apps/tt-rss.nix
  11. +22 −5 nixos/modules/system/boot/initrd-network.nix
  12. +1 −1 nixos/modules/system/boot/systemd-lib.nix
  13. +1 −1 nixos/modules/virtualisation/virtualbox-image.nix
  14. +1 −0 nixos/release.nix
  15. +67 −34 nixos/tests/bittorrent.nix
  16. +94 −0 nixos/tests/upnp.nix
  17. +2 −2 pkgs/applications/altcoins/parity-ui/default.nix
  18. +3 −3 pkgs/applications/graphics/solvespace/default.nix
  19. +2 −2 pkgs/applications/misc/dbeaver/default.nix
  20. +2 −2 pkgs/applications/misc/guake/default.nix
  21. +24 −0 pkgs/applications/misc/ssocr/default.nix
  22. +2 −2 pkgs/applications/networking/browsers/eolie/default.nix
  23. +11 −0 pkgs/applications/networking/browsers/firefox-bin/default.nix
  24. +3 −3 pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
  25. +2 −2 pkgs/applications/networking/cluster/heptio-ark/default.nix
  26. +2 −1 pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
  27. +24 −22 pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
  28. +22 −17 pkgs/applications/science/logic/hol_light/default.nix
  29. +77 −0 pkgs/applications/science/misc/root/5.nix
  30. +104 −0 pkgs/applications/science/misc/root/sw_vers_root5.patch
  31. +355 −0 pkgs/applications/science/physics/xfitter/calling_convention.patch
  32. +54 −0 pkgs/applications/science/physics/xfitter/default.nix
  33. +2 −2 pkgs/applications/version-management/git-and-tools/git/default.nix
  34. +2 −1 pkgs/applications/window-managers/oroborus/default.nix
  35. +1 −1 pkgs/applications/window-managers/pekwm/default.nix
  36. +2 −2 pkgs/data/fonts/iosevka/bin.nix
  37. +2 −2 pkgs/data/misc/wireless-regdb/default.nix
  38. +47 −0 pkgs/development/compilers/carp/default.nix
  39. +7 −4 pkgs/development/compilers/jsonnet/default.nix
  40. +46 −0 pkgs/development/coq-modules/coqprime/default.nix
  41. +1 −0 pkgs/development/go-modules/generic/default.nix
  42. +1 −1 pkgs/development/guile-modules/guile-reader/default.nix
  43. +2 −2 pkgs/development/libraries/agda/agda-stdlib/default.nix
  44. +3 −3 pkgs/development/libraries/libtap/default.nix
  45. +25 −0 pkgs/development/libraries/physics/apfel/default.nix
  46. +26 −0 pkgs/development/libraries/physics/apfelgrid/default.nix
  47. +39 −0 pkgs/development/libraries/physics/applgrid/bad_code.patch
  48. +42 −0 pkgs/development/libraries/physics/applgrid/default.nix
  49. +23 −0 pkgs/development/libraries/physics/hoppet/default.nix
  50. +25 −0 pkgs/development/libraries/physics/mela/default.nix
  51. +23 −0 pkgs/development/libraries/physics/qcdnum/default.nix
  52. +3 −3 pkgs/development/libraries/proj/default.nix
  53. +0 −8 pkgs/development/libraries/qpdf/default.nix
  54. +4 −4 pkgs/development/mobile/androidenv/platform-tools.nix
  55. +1 −0 pkgs/development/node-packages/node-packages-v8.json
  56. +436 −120 pkgs/development/node-packages/node-packages-v8.nix
  57. +40 −0 pkgs/development/ocaml-modules/ezxmlm/default.nix
  58. +2 −2 pkgs/development/python-modules/black/default.nix
  59. +3 −0 pkgs/development/python-modules/pyls-black/default.nix
  60. +3 −3 pkgs/development/ruby-modules/solargraph/Gemfile.lock
  61. +6 −6 pkgs/development/ruby-modules/solargraph/gemset.nix
  62. +4 −4 pkgs/games/ivan/default.nix
  63. +0 −75 pkgs/games/ivan/homedir.patch
  64. +33 −0 pkgs/games/ivan/new.patch
  65. +3 −2 pkgs/misc/emulators/higan/default.nix
  66. +2 −3 pkgs/misc/ghostscript/default.nix
  67. +13 −8 pkgs/os-specific/linux/light/default.nix
  68. +2 −2 pkgs/os-specific/linux/pscircle/default.nix
  69. +25 −0 pkgs/os-specific/linux/systemd-wait/default.nix
  70. +22 −0 pkgs/servers/http/webhook/default.nix
  71. +2 −2 pkgs/servers/mail/dovecot/default.nix
  72. +9 −6 pkgs/servers/sql/mariadb/default.nix
  73. +2 −2 pkgs/shells/zsh/antibody/default.nix
  74. +2 −3 pkgs/stdenv/generic/check-meta.nix
  75. +2 −2 pkgs/tools/admin/aws-rotate-key/default.nix
  76. +1 −1 pkgs/tools/admin/bubblewrap/default.nix
  77. +2 −2 pkgs/tools/backup/dar/default.nix
  78. +2 −2 pkgs/tools/cd-dvd/xorriso/default.nix
  79. +2 −2 pkgs/tools/filesystems/mtools/default.nix
  80. +9 −3 pkgs/tools/misc/dateutils/default.nix
  81. +2 −2 pkgs/tools/misc/duc/default.nix
  82. +13 −4 pkgs/tools/misc/profile-sync-daemon/default.nix
  83. +5 −5 pkgs/tools/misc/uutils-coreutils/default.nix
  84. +2 −2 pkgs/tools/misc/youtube-dl/default.nix
  85. +14 −2 pkgs/tools/networking/miniupnpd/default.nix
  86. +10 −22 pkgs/tools/networking/telepresence/default.nix
  87. +18 −8 pkgs/tools/security/sbsigntool/autoconf.patch
  88. +6 −6 pkgs/tools/security/sbsigntool/default.nix
  89. +2 −2 pkgs/tools/system/acpica-tools/default.nix
  90. +2 −2 pkgs/tools/system/facter/default.nix
  91. +29 −0 pkgs/tools/text/link-grammar/default.nix
  92. +33 −3 pkgs/top-level/all-packages.nix
  93. +1 −0 pkgs/top-level/coq-packages.nix
  94. +3 −0 pkgs/top-level/ocaml-packages.nix
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -12,12 +12,12 @@ build daemon as so-called channels. To get channel information via git, add
```

For stability and maximum binary package support, it is recommended to maintain
custom changes on top of one of the channels, e.g. `nixos-18.03` for the latest
custom changes on top of one of the channels, e.g. `nixos-18.09` for the latest
release and `nixos-unstable` for the latest successful build of master:

```
% git remote update channels
% git rebase channels/nixos-18.03
% git rebase channels/nixos-18.09
```

For pull-requests, please rebase onto nixpkgs `master`.
@@ -31,9 +31,9 @@ For pull-requests, please rebase onto nixpkgs `master`.
* [Manual (NixOS)](https://nixos.org/nixos/manual/)
* [Community maintained wiki](https://nixos.wiki/)
* [Continuous package builds for unstable/master](https://hydra.nixos.org/jobset/nixos/trunk-combined)
* [Continuous package builds for 18.03 release](https://hydra.nixos.org/jobset/nixos/release-18.03)
* [Continuous package builds for 18.09 release](https://hydra.nixos.org/jobset/nixos/release-18.09)
* [Tests for unstable/master](https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents)
* [Tests for 18.03 release](https://hydra.nixos.org/job/nixos/release-18.03/tested#tabs-constituents)
* [Tests for 18.09 release](https://hydra.nixos.org/job/nixos/release-18.09/tested#tabs-constituents)

Communication:

5 changes: 5 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
@@ -2204,6 +2204,11 @@
github = "krav";
name = "Kristoffer Thømt Ravneberg";
};
kroell = {
email = "nixosmainter@makroell.de";
github = "rokk4";
name = "Matthias Axel Kröll";
};
kristoff3r = {
email = "k.soeholm@gmail.com";
github = "kristoff3r";
Loading