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: 9e3a8d1dc650
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ee49c537abff
Choose a head ref

Commits on Nov 25, 2019

  1. Copy the full SHA
    f5746f9 View commit details
  2. Copy the full SHA
    3b0a0ad View commit details

Commits on Dec 27, 2019

  1. nixosTests.graphite: port to python.

    The test did not succeed for me before this commit because
    the dependencies fail their tests (see added comment).
    nh2 committed Dec 27, 2019
    Copy the full SHA
    ad339ad View commit details

Commits on Jan 3, 2020

  1. sbcl: 1.5.6 -> 2.0.0

    wahjava committed Jan 3, 2020
    Copy the full SHA
    8b95af0 View commit details

Commits on Jan 16, 2020

  1. quodlibet: fix tests

    - Add XDG_ICONS_DIRS to XDG_DATA_DIRS so tests can see icons.
    - Skip quality tests and remove their dependencies.
    - Add gdk-pixbuf to checkInputs to fix a test that uses SVGs.
    101100 committed Jan 16, 2020
    Copy the full SHA
    b2a7d47 View commit details

Commits on Jan 17, 2020

  1. quodlibet: exclude test

    - Excluded test_operon.py as it fails on ArchLinux for @sauyon.
    101100 committed Jan 17, 2020
    Copy the full SHA
    a185bb2 View commit details

Commits on Jan 18, 2020

  1. Copy the full SHA
    00a8de0 View commit details

Commits on Jan 20, 2020

  1. Copy the full SHA
    28a2878 View commit details

Commits on Jan 21, 2020

  1. lispPackages: add serapeum

    Adds common-lisp package serapeum (a dependency for Next browser as of
    Next v1.4.0), using the quicklisp-to-nix mechanism.
    
    src is overridden and pinned to 65837f8 to deal with
    ruricolist/serapeum#42
    tviti committed Jan 21, 2020
    Copy the full SHA
    418b80b View commit details

Commits on Jan 24, 2020

  1. pyenchant: Fix for darwin/macOS

    This allows pyenchant to be installable on macOS again, which, in turn, will allow pylint
    to also be installable.
    
      * Switches dependencies to enchant-2 (enchant-1 is not building on macOS). The existing $src (2.0.0) already has compatibility with enchant-2.
      * Improves patch hack by hijacking the $PYENCHANT_LIBRARY_PATH envvar lookup
        to explicitly specify the correct library path.
    riannucci committed Jan 24, 2020
    Copy the full SHA
    2bf75af View commit details
  2. Copy the full SHA
    d414941 View commit details

Commits on Jan 25, 2020

  1. Copy the full SHA
    93dc12a View commit details

Commits on Jan 26, 2020

  1. sbcl: 2.0.0 -> 2.0.1

    wahjava committed Jan 26, 2020
    Copy the full SHA
    b861e9c View commit details

Commits on Jan 28, 2020

  1. Copy the full SHA
    ea9bdc6 View commit details

Commits on Jan 29, 2020

  1. Copy the full SHA
    0cc1f3e View commit details
  2. Copy the full SHA
    4b1097d View commit details
  3. Copy the full SHA
    e8aa909 View commit details
  4. fail2ban: 0.10.5 -> 0.11.1

    Izorkin committed Jan 29, 2020
    Copy the full SHA
    15b0ae6 View commit details
  5. Copy the full SHA
    68d601d View commit details
  6. Copy the full SHA
    182012e View commit details
  7. Copy the full SHA
    a55be8d View commit details
  8. Copy the full SHA
    f1d7dfe View commit details
  9. Copy the full SHA
    96e2669 View commit details

Commits on Jan 30, 2020

  1. Copy the full SHA
    27dfbd5 View commit details
  2. rl-2003: fix typo

    networkd on your mind 😜️
    worldofpeace committed Jan 30, 2020
    Copy the full SHA
    1be8ee9 View commit details
  3. Copy the full SHA
    e9f50d2 View commit details
  4. squid: 4.9 -> 4.10

    r-ryantm committed Jan 30, 2020
    Copy the full SHA
    8cf32a2 View commit details
  5. Copy the full SHA
    9039417 View commit details
  6. verilator: 4.024 -> 4.026

    r-ryantm committed Jan 30, 2020
    Copy the full SHA
    cd526d8 View commit details
  7. dockerTools.buildLayeredImage: fix image with only 2 layers

    A test is also added to ensure an image with 2 layers can be built.
    nlewo committed Jan 30, 2020
    Copy the full SHA
    283bcc1 View commit details
  8. dockerTools.buildLayeredImage: assert maxLayers > 1

    Since a layer is reserved for "customization", the image can not
    contains less than 2 layers.
    
    The user gets the following message at evaluation:
    
        nix-instantiate nixos/tests/docker-tools.nix
        trace: the maxLayers argument of dockerTools.buildLayeredImage function must be greather than 1 (current value: 1)
    nlewo committed Jan 30, 2020
    Copy the full SHA
    01a6847 View commit details
  9. Merge pull request #78834 from nlewo/fix-two-layers-image

    Fix dockerTools.buildLayerImage with 2 layers
    nlewo authored Jan 30, 2020
    Copy the full SHA
    86f8732 View commit details
  10. Merge pull request #78406 from helsinki-systems/wine-certs

    wine: Look for root certs at $NIX_SSL_CERT_FILE
    7c6f434c authored Jan 30, 2020
    Copy the full SHA
    ae929e6 View commit details
  11. Merge pull request #76905 from wahjava/update-to-sbcl-2.0.0

    sbcl: 1.5.6 -> 2.0.1
    7c6f434c authored Jan 30, 2020
    Copy the full SHA
    12875b4 View commit details
  12. Merge pull request #78854 from r-ryantm/auto-update/squid

    squid: 4.9 -> 4.10
    7c6f434c authored Jan 30, 2020
    Copy the full SHA
    4297d4b View commit details
  13. Merge pull request #78146 from tviti/serapeum

    lispPackages: add serapeum
    7c6f434c authored Jan 30, 2020
    Copy the full SHA
    8b3f9cd View commit details
  14. Copy the full SHA
    3728682 View commit details
  15. verilator: 4.024 -> 4.026 (#78891)

    verilator: 4.024 -> 4.026
    Mic92 authored Jan 30, 2020
    Copy the full SHA
    6eb23e0 View commit details
  16. Merge pull request #78860 from r-ryantm/auto-update/x42-plugins

    x42-plugins: 20191215 -> 20200114
    ryantm authored Jan 30, 2020
    Copy the full SHA
    b20fe28 View commit details
  17. gpxlab: enable on darwin

    sikmir committed Jan 30, 2020
    Copy the full SHA
    410a803 View commit details
  18. Copy the full SHA
    e12d0b0 View commit details
  19. minetest: 5.1.0 -> 5.1.1

    fpletz committed Jan 30, 2020
    Copy the full SHA
    5a07f8b View commit details
  20. Copy the full SHA
    713b0ec View commit details
  21. Copy the full SHA
    1042872 View commit details
  22. linux: 4.4.211 -> 4.4.212

    NeQuissimus committed Jan 30, 2020
    Copy the full SHA
    53c76ab View commit details
  23. linux: 4.9.211 -> 4.9.212

    NeQuissimus committed Jan 30, 2020
    Copy the full SHA
    586fd9a View commit details
  24. linux: 5.4.15 -> 5.4.16

    NeQuissimus committed Jan 30, 2020
    Copy the full SHA
    38854fa View commit details
  25. Copy the full SHA
    04e684d View commit details
  26. Copy the full SHA
    79713f8 View commit details
  27. Merge pull request #78841 from worldofpeace/fix-typo-rl2003

    rl-2003: fix typo
    worldofpeace authored Jan 30, 2020
    Copy the full SHA
    ee2d307 View commit details
Showing with 1,580 additions and 3,901 deletions.
  1. +6 −0 maintainers/maintainer-list.nix
  2. +50 −1 nixos/doc/manual/release-notes/rl-2003.xml
  3. +183 −94 nixos/modules/services/mail/mailman.nix
  4. +228 −78 nixos/modules/services/security/fail2ban.nix
  5. +0 −1 nixos/tests/all-tests.nix
  6. +0 −87 nixos/tests/blivet.nix
  7. +3 −0 nixos/tests/docker-tools.nix
  8. +38 −26 nixos/tests/gnome3.nix
  9. +18 −13 nixos/tests/graphite.nix
  10. +66 −42 nixos/tests/networking-proxy.nix
  11. +11 −14 nixos/tests/riak.nix
  12. +13 −4 pkgs/applications/audio/quodlibet/default.nix
  13. +2 −2 pkgs/applications/audio/x42-plugins/default.nix
  14. +5 −12 pkgs/applications/graphics/fondo/default.nix
  15. +8 −2 pkgs/applications/misc/gpxlab/default.nix
  16. +5 −1 pkgs/applications/misc/hivemind/default.nix
  17. +1 −1 pkgs/applications/misc/lutris/chrootenv.nix
  18. +2 −2 pkgs/applications/misc/mkgmap/default.nix
  19. +10 −3 pkgs/applications/misc/pdfpc/default.nix
  20. +6 −6 pkgs/applications/misc/tzupdate/default.nix
  21. +2 −2 pkgs/applications/networking/cluster/kubeseal/default.nix
  22. +0 −92 pkgs/applications/networking/dat/default.nix
  23. +54 −0 pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/default.nix
  24. +2 −11 pkgs/applications/office/aesop/default.nix
  25. +2 −2 pkgs/applications/office/tryton/default.nix
  26. +2 −2 pkgs/applications/office/zim/default.nix
  27. +2 −2 pkgs/applications/office/zotero/default.nix
  28. +2 −2 pkgs/applications/radio/limesuite/default.nix
  29. +2 −6 pkgs/applications/science/electronics/verilator/default.nix
  30. +2 −2 pkgs/applications/science/logic/saw-tools/default.nix
  31. +6 −2 pkgs/build-support/docker/default.nix
  32. +8 −0 pkgs/build-support/docker/examples.nix
  33. +2 −2 pkgs/data/themes/yaru/default.nix
  34. +5 −7 pkgs/development/compilers/dale/default.nix
  35. +0 −10 pkgs/development/compilers/dale/link-llvm.patch
  36. +2 −2 pkgs/development/compilers/ghc/8.2.2-binary.nix
  37. +1 −2 pkgs/development/compilers/ghc/8.6.3-binary.nix
  38. +0 −22 pkgs/development/compilers/llvm/3.5/clang-purity.patch
  39. +0 −8 pkgs/development/compilers/llvm/3.5/clang-separate-build.patch
  40. +0 −59 pkgs/development/compilers/llvm/3.5/clang.nix
  41. +0 −43 pkgs/development/compilers/llvm/3.5/default.nix
  42. +0 −27 pkgs/development/compilers/llvm/3.5/dragonegg.nix
  43. +0 −15 pkgs/development/compilers/llvm/3.5/fix-15974.patch
  44. +0 −30 pkgs/development/compilers/llvm/3.5/libc++/darwin.patch
  45. +0 −54 pkgs/development/compilers/llvm/3.5/libc++/default.nix
  46. +0 −6 pkgs/development/compilers/llvm/3.5/libc++/setup-hook.sh
  47. +0 −17 pkgs/development/compilers/llvm/3.5/libc++/xlocale-glibc-2.26.patch
  48. +0 −60 pkgs/development/compilers/llvm/3.5/libc++abi/default.nix
  49. +0 −30 pkgs/development/compilers/llvm/3.5/lld.nix
  50. +0 −45 pkgs/development/compilers/llvm/3.5/lldb.nix
  51. +0 −12 pkgs/development/compilers/llvm/3.5/llvm-separate-build.patch
  52. +0 −97 pkgs/development/compilers/llvm/3.5/llvm.nix
  53. +0 −12 pkgs/development/compilers/llvm/3.5/polly-separate-build.patch
  54. +0 −26 pkgs/development/compilers/llvm/3.5/polly.nix
  55. +0 −63 pkgs/development/compilers/llvm/3.9/clang/0001-Fix-compilation-w-gcc9.patch
  56. +0 −85 pkgs/development/compilers/llvm/3.9/clang/default.nix
  57. +0 −16 pkgs/development/compilers/llvm/3.9/clang/purity.patch
  58. +0 −59 pkgs/development/compilers/llvm/3.9/default.nix
  59. +0 −39 pkgs/development/compilers/llvm/3.9/libc++/darwin.patch
  60. +0 −52 pkgs/development/compilers/llvm/3.9/libc++/default.nix
  61. +0 −6 pkgs/development/compilers/llvm/3.9/libc++/setup-hook.sh
  62. +0 −19 pkgs/development/compilers/llvm/3.9/libc++/xlocale-glibc-2.26.patch
  63. +0 −52 pkgs/development/compilers/llvm/3.9/libc++abi.nix
  64. +0 −57 pkgs/development/compilers/llvm/3.9/lldb.nix
  65. +0 −26 pkgs/development/compilers/llvm/3.9/llvm-outputs.patch
  66. +0 −174 pkgs/development/compilers/llvm/3.9/llvm.nix
  67. +0 −59 pkgs/development/compilers/llvm/4/clang/0001-Fix-compilation-w-gcc9.patch
  68. +0 −116 pkgs/development/compilers/llvm/4/clang/default.nix
  69. +0 −16 pkgs/development/compilers/llvm/4/clang/purity.patch
  70. +0 −39 pkgs/development/compilers/llvm/4/cmdline-help.patch
  71. +0 −74 pkgs/development/compilers/llvm/4/default.nix
  72. +0 −33 pkgs/development/compilers/llvm/4/fix-gcc9.patch
  73. +0 −59 pkgs/development/compilers/llvm/4/libc++/default.nix
  74. +0 −41 pkgs/development/compilers/llvm/4/libc++/pthread_mach_thread_np.patch
  75. +0 −6 pkgs/development/compilers/llvm/4/libc++/setup-hook.sh
  76. +0 −19 pkgs/development/compilers/llvm/4/libc++/xlocale-glibc-2.26.patch
  77. +0 −52 pkgs/development/compilers/llvm/4/libc++abi.nix
  78. +0 −33 pkgs/development/compilers/llvm/4/lld.nix
  79. +0 −30 pkgs/development/compilers/llvm/4/lldb-libedit.patch
  80. +0 −63 pkgs/development/compilers/llvm/4/lldb.nix
  81. +0 −26 pkgs/development/compilers/llvm/4/llvm-outputs.patch
  82. +0 −194 pkgs/development/compilers/llvm/4/llvm.nix
  83. +0 −26 pkgs/development/compilers/llvm/4/openmp.nix
  84. +0 −368 pkgs/development/compilers/llvm/4/sanitizers-nongnu.patch
  85. +0 −33 pkgs/development/compilers/llvm/dynamiclibrary-musl.patch
  86. +0 −13 pkgs/development/compilers/llvm/fix-llvm-config.patch
  87. +0 −54 pkgs/development/compilers/llvm/libcxx-max_align_t.patch
  88. +5 −5 pkgs/development/compilers/mozart/default.nix
  89. +2 −2 pkgs/development/compilers/sbcl/default.nix
  90. +1 −1 pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
  91. +0 −14 pkgs/development/haskell-modules/configuration-nix.nix
  92. +1 −0 pkgs/development/interpreters/pure/default.nix
  93. +0 −29 pkgs/development/libraries/gdal/001.3_0_1.darwin.patch
  94. +2 −12 pkgs/development/libraries/gdal/default.nix
  95. +31 −0 pkgs/development/libraries/libtgvoip/default.nix
  96. +16 −4 pkgs/development/libraries/physics/yoda/default.nix
  97. +39 −0 pkgs/development/lisp-modules/quicklisp-to-nix-output/fare-quasiquote-extras.nix
  98. +34 −0 pkgs/development/lisp-modules/quicklisp-to-nix-output/fare-quasiquote-optima.nix
  99. +33 −0 pkgs/development/lisp-modules/quicklisp-to-nix-output/fare-quasiquote-readtable.nix
  100. +29 −0 pkgs/development/lisp-modules/quicklisp-to-nix-output/fare-quasiquote.nix
  101. +26 −0 pkgs/development/lisp-modules/quicklisp-to-nix-output/fare-utils.nix
  102. +25 −0 pkgs/development/lisp-modules/quicklisp-to-nix-output/global-vars.nix
  103. +26 −0 pkgs/development/lisp-modules/quicklisp-to-nix-output/parse-declarations-1_dot_0.nix
  104. +61 −0 pkgs/development/lisp-modules/quicklisp-to-nix-output/serapeum.nix
  105. +44 −0 pkgs/development/lisp-modules/quicklisp-to-nix-output/trivia_dot_quasiquote.nix
  106. +29 −0 pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-file-size.nix
  107. +26 −0 pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-macroexpand-all.nix
  108. +12 −0 pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
  109. +1 −0 pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt
  110. +150 −0 pkgs/development/lisp-modules/quicklisp-to-nix.nix
  111. +0 −1 pkgs/development/python-modules/blivet/default.nix
  112. +29 −9 pkgs/development/python-modules/glances/default.nix
  113. +1 −1 pkgs/development/python-modules/mailmanclient/default.nix
  114. +14 −9 pkgs/development/python-modules/pyenchant/default.nix
  115. +2 −2 pkgs/development/tools/continuous-integration/jenkins/default.nix
  116. +5 −5 pkgs/development/tools/misc/arcanist/default.nix
  117. +2 −2 pkgs/development/tools/misc/yodl/default.nix
  118. +2 −2 pkgs/development/tools/ocaml/ocamlformat/default.nix
  119. +4 −4 pkgs/development/tools/skaffold/default.nix
  120. +3 −3 pkgs/development/tools/wiggle/default.nix
  121. +4 −3 pkgs/games/minetest/default.nix
  122. +2 −2 pkgs/games/ue4/default.nix
  123. +5 −0 pkgs/misc/emulators/wine/base.nix
  124. +24 −0 pkgs/misc/emulators/wine/cert-path.patch
  125. +4 −4 pkgs/misc/lightspark/default.nix
  126. +3 −3 pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
  127. +2 −2 pkgs/os-specific/linux/kernel/linux-4.14.nix
  128. +2 −2 pkgs/os-specific/linux/kernel/linux-4.19.nix
  129. +2 −2 pkgs/os-specific/linux/kernel/linux-4.4.nix
  130. +2 −2 pkgs/os-specific/linux/kernel/linux-4.9.nix
  131. +2 −2 pkgs/os-specific/linux/kernel/linux-5.4.nix
  132. +3 −6 pkgs/servers/mail/mailman/default.nix
  133. +1 −1 pkgs/servers/mail/mailman/hyperkitty.nix
  134. +0 −512 pkgs/servers/mail/mailman/settings.py
  135. +0 −34 pkgs/servers/mail/mailman/urls.py
  136. +31 −30 pkgs/servers/mail/mailman/web.nix
  137. +20 −0 pkgs/servers/mail/mailman/wrapped.nix
  138. +0 −17 pkgs/servers/mail/mailman/wsgi.py
  139. +4 −4 pkgs/servers/monitoring/zabbix/versions.nix
  140. +2 −2 pkgs/servers/squid/default.nix
  141. +3 −3 pkgs/shells/zsh/oh-my-zsh/default.nix
  142. +1 −1 pkgs/stdenv/darwin/default.nix
  143. +0 −4 pkgs/test/default.nix
  144. +2 −2 pkgs/tools/backup/rdedup/default.nix
  145. +2 −2 pkgs/tools/misc/you-get/default.nix
  146. +11 −3 pkgs/tools/security/chrome-token-signing/default.nix
  147. +3 −3 pkgs/tools/security/fail2ban/default.nix
  148. +2 −2 pkgs/tools/system/jump/default.nix
  149. +2 −2 pkgs/tools/system/rsyslog/default.nix
  150. +17 −0 pkgs/top-level/aliases.nix
  151. +15 −35 pkgs/top-level/all-packages.nix
  152. +5 −1 pkgs/top-level/python-packages.nix
  153. +0 −10 pkgs/top-level/release.nix
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
@@ -3028,6 +3028,12 @@
githubId = 4401220;
name = "Michael Eden";
};
ilya-fedin = {
email = "fedin-ilja2010@ya.ru";
github = "ilya-fedin";
githubId = 17829319;
name = "Ilya Fedin";
};
ilya-kolpakov = {
email = "ilya.kolpakov@gmail.com";
github = "ilya-kolpakov";
51 changes: 50 additions & 1 deletion nixos/doc/manual/release-notes/rl-2003.xml
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ services.xserver.displayManager.defaultSession = "xfce+icewm";
<listitem>
<para>
The <literal>dynamicHosts</literal> option has been removed from the
<link linkend="opt-networking.networkmanager.enable">networkd</link>
<link linkend="opt-networking.networkmanager.enable">NetworkManager</link>
module. Allowing (multiple) regular users to override host entries
affecting the whole system opens up a huge attack vector.
There seem to be very rare cases where this might be useful.
@@ -490,6 +490,55 @@ auth required pam_succeed_if.so uid >= 1000 quiet
All other display managers in NixOS are configured like this.
</para>
</listitem>
<listitem>
<para>
There have been lots of improvements to the Mailman module. As
a result,
</para>
<itemizedlist>
<listitem>
<para>
The <option>services.mailman.hyperkittyBaseUrl</option>
option has been renamed to <xref
linkend="opt-services.mailman.hyperkitty.baseUrl"/>.
</para>
</listitem>
<listitem>
<para>
The <option>services.mailman.hyperkittyApiKey</option>
option has been removed. This is because having an option
for the Hyperkitty API key meant that the API key would be
stored in the world-readable Nix store, which was a
security vulnerability. A new Hyperkitty API key will be
generated the first time the new Hyperkitty service is run,
and it will then be persisted outside of the Nix store. To
continue using Hyperkitty, you must set <xref
linkend="opt-services.mailman.hyperkitty.enable"/> to
<literal>true</literal>.
</para>
</listitem>
<listitem>
<para>
Additionally, some Postfix configuration must now be set
manually instead of automatically by the Mailman module:
<programlisting>
<xref linkend="opt-services.postfix.relayDomains"/> = [ "hash:/var/lib/mailman/data/postfix_domains" ];
<xref linkend="opt-services.postfix.config"/>.transport_maps = [ "hash:/var/lib/mailman/data/postfix_lmtp" ];
<xref linkend="opt-services.postfix.config"/>.local_recipient_maps = [ "hash:/var/lib/mailman/data/postfix_lmtp" ];
</programlisting>
This is because some users may want to include other values
in these lists as well, and this was not possible if they
were set automatically by the Mailman module. It would not
have been possible to just concatenate values from multiple
modules each setting the values they needed, because the
order of elements in the list is significant.
</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>The LLVM versions 3.5, 3.9 and 4 (including the corresponding CLang versions) have been dropped.</para>
</listitem>
</itemizedlist>
</section>

Loading