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: b46fba45159d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1d924f0354ff
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 13, 2020

  1. dnschain: remove package and NixOS module

    The software is unmaintained since ~2014 and the package
    can't be built anymore (issue #89205).
    rnhmjoj committed Jun 13, 2020
    Copy the full SHA
    2e5019b View commit details
  2. Copy the full SHA
    8fa6c0d View commit details
  3. Merge pull request #89772 from rnhmjoj/dnschain

    dnschain: remove
    rnhmjoj authored Jun 13, 2020
    Copy the full SHA
    1d924f0 View commit details
8 changes: 8 additions & 0 deletions nixos/doc/manual/release-notes/rl-2009.xml
Original file line number Diff line number Diff line change
@@ -461,6 +461,14 @@ systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/var/www" ];
initrd file has not been deleted.
</para>
</listitem>
<listitem>
<para>
The <link xlink:href="https://github.com/okTurtles/dnschain">DNSChain</link>
package and NixOS module have been removed from Nixpkgs as the software is
unmaintained and can't be built. For more information see issue
<link xlink:href="https://github.com/NixOS/nixpkgs/issues/89205">#89205</link>.
</para>
</listitem>
</itemizedlist>
</section>

2 changes: 0 additions & 2 deletions nixos/modules/misc/ids.nix
Original file line number Diff line number Diff line change
@@ -239,7 +239,6 @@ in
shout = 206;
gateone = 207;
namecoin = 208;
dnschain = 209;
#lxd = 210; # unused
kibana = 211;
xtreemfs = 212;
@@ -549,7 +548,6 @@ in
#shout = 206; #unused
gateone = 207;
namecoin = 208;
#dnschain = 209; #unused
lxd = 210; # unused
#kibana = 211;
xtreemfs = 212;
1 change: 0 additions & 1 deletion nixos/modules/module-list.nix
Original file line number Diff line number Diff line change
@@ -602,7 +602,6 @@
./services/networking/dhcpcd.nix
./services/networking/dhcpd.nix
./services/networking/dnscache.nix
./services/networking/dnschain.nix
./services/networking/dnscrypt-proxy2.nix
./services/networking/dnscrypt-wrapper.nix
./services/networking/dnsdist.nix
184 changes: 0 additions & 184 deletions nixos/modules/services/networking/dnschain.nix

This file was deleted.

5 changes: 0 additions & 5 deletions nixos/modules/services/networking/namecoind.nix
Original file line number Diff line number Diff line change
@@ -149,11 +149,6 @@ in

config = mkIf cfg.enable {

services.dnschain.extraConfig = ''
[namecoin]
config = ${configFile}
'';

users.users.namecoin = {
uid = config.ids.uids.namecoin;
description = "Namecoin daemon user";
8 changes: 0 additions & 8 deletions pkgs/development/node-packages/default.nix
Original file line number Diff line number Diff line change
@@ -39,14 +39,6 @@ let
meta.broken = since "12";
};

dnschain = super.dnschain.override {
buildInputs = [ pkgs.makeWrapper super.coffee-script ];
postInstall = ''
wrapProgram $out/bin/dnschain --suffix PATH : ${pkgs.openssl.bin}/bin
'';
meta.broken = since "14";
};

bitwarden-cli = pkgs.lib.overrideDerivation super."@bitwarden/cli" (drv: {
name = "bitwarden-cli-${drv.version}";
});
1 change: 0 additions & 1 deletion pkgs/development/node-packages/node-packages.json
Original file line number Diff line number Diff line change
@@ -60,7 +60,6 @@
, "csslint"
, "dat"
, "dhcp"
, "dnschain"
, "dockerfile-language-server-nodejs"
, "elasticdump"
, "elm-oracle"