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

Commits on Nov 14, 2018

  1. nodePackages.fetch-bower: remove

    This was replaced by bower2nix.
    
    cc @shlevy
    Mic92 committed Nov 14, 2018
    Copy the full SHA
    62f4be2 View commit details
  2. nodePackages.hipache: remove

    project was deprecated by upstream: https://github.com/hipache/hipache
    
    cc @shlevy
    Mic92 committed Nov 14, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    ruyadorno Ruy Adorno
    Copy the full SHA
    bc0df45 View commit details
  3. nodePackages.istanbul: remove

    This version was deprecated by upstream: https://github.com/gotwarlost/istanbul#readme
    
    cc @svanderburg
    Mic92 committed Nov 14, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    targos Michaël Zasso
    Copy the full SHA
    d5497d8 View commit details
  4. nodePackages.jayschema: remove

    No longer maintained by upstream: npmjs.com/package/jayschema
    Project page recommends alternative implementations.
    cc @svanderburg
    Mic92 committed Nov 14, 2018
    Copy the full SHA
    105484e View commit details
  5. nodePackages.jsontool: remove

    This is actually now json which we also have: npmjs.com/package/jsontool
    cc @rbvermaa
    Mic92 committed Nov 14, 2018
    Copy the full SHA
    096639f View commit details
  6. nodePackages.kibana-authentication-proxy:

    This one did not receive an update in 5 years.
    I could not find the guy adding this.
    Mic92 committed Nov 14, 2018
    Copy the full SHA
    7e31a1d View commit details
  7. nodePackages.nsp: remove

    The package was deprecated by upstream: npmjs.com/package/nsp
    cc @peterromfeldhk
    Mic92 committed Nov 14, 2018
    Copy the full SHA
    386bcd4 View commit details
  8. nodePackages.sinopia: remove

    Project is unmaintained: rlidwka/sinopia#376
    Could not find who added this.
    Mic92 committed Nov 14, 2018
    Copy the full SHA
    54021f5 View commit details
  9. nodePackages.typings: remove

    This was deprecated by types, see npmjs.com/package/typings
    cc @ therealpxc
    Mic92 committed Nov 14, 2018
    Copy the full SHA
    16a601b View commit details
  10. nodePackages.stylus: remove

    Project has had no release in three, development seems stall: npmjs.com/package/stylus
    
    cc @svanderburg
    Mic92 committed Nov 14, 2018
    Copy the full SHA
    e15babe View commit details
  11. nodePackages.statsd: remove

    The package/service is broken. Upstream is dead
    Mic92 committed Nov 14, 2018
    Copy the full SHA
    552c223 View commit details
  12. nodePackages: regenerate

    Mic92 committed Nov 14, 2018
    Copy the full SHA
    96a899a View commit details
  13. Merge pull request #50361 from Mic92/node-packages-springclean

    nodePackages: springclean
    Mic92 authored Nov 14, 2018
    Copy the full SHA
    0a80634 View commit details
4 changes: 2 additions & 2 deletions nixos/modules/misc/ids.nix
Original file line number Diff line number Diff line change
@@ -101,7 +101,7 @@
iodined = 66;
#libvirtd = 67; # unused
graphite = 68;
statsd = 69;
#statsd = 69; # removed 2018-11-14
transmission = 70;
postgres = 71;
#vboxusers = 72; # unused
@@ -411,7 +411,7 @@
iodined = 66;
libvirtd = 67;
graphite = 68;
#statsd = 69; # unused
#statsd = 69; # removed 2018-11-14
transmission = 70;
postgres = 71;
vboxusers = 72;
1 change: 0 additions & 1 deletion nixos/modules/module-list.nix
Original file line number Diff line number Diff line change
@@ -452,7 +452,6 @@
./services/monitoring/riemann-tools.nix
./services/monitoring/scollector.nix
./services/monitoring/smartd.nix
./services/monitoring/statsd.nix
./services/monitoring/sysstat.nix
./services/monitoring/systemhealth.nix
./services/monitoring/teamviewer.nix
1 change: 0 additions & 1 deletion nixos/tests/all-tests.nix
Original file line number Diff line number Diff line change
@@ -190,7 +190,6 @@ in
smokeping = handleTest ./smokeping.nix {};
snapper = handleTest ./snapper.nix {};
solr = handleTest ./solr.nix {};
#statsd = handleTest ./statsd.nix {}; # statsd is broken: #45946
strongswan-swanctl = handleTest ./strongswan-swanctl.nix {};
sudo = handleTest ./sudo.nix {};
switchTest = handleTest ./switch-test.nix {};
51 changes: 0 additions & 51 deletions nixos/tests/statsd.nix

This file was deleted.

6 changes: 0 additions & 6 deletions pkgs/development/node-packages/default-v8.nix
Original file line number Diff line number Diff line change
@@ -90,12 +90,6 @@ nodePackages // {
buildInputs = [ pkgs.automake pkgs.autoconf nodePackages.node-gyp-build ];
};

statsd = nodePackages.statsd.override {
# broken with node v8, dead upstream,
# see #45946 and https://github.com/etsy/statsd/issues/646
meta.broken = true;
};

webdrvr = nodePackages.webdrvr.override {
buildInputs = [ pkgs.phantomjs ];

99 changes: 56 additions & 43 deletions pkgs/development/node-packages/node-packages-v10.nix
Original file line number Diff line number Diff line change
@@ -13,13 +13,13 @@ let
sha512 = "nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==";
};
};
"ajv-5.5.2" = {
"ajv-6.5.5" = {
name = "ajv";
packageName = "ajv";
version = "5.5.2";
version = "6.5.5";
src = fetchurl {
url = "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz";
sha1 = "73b5eeca3fab653e3d3f9422b341ad42205dc965";
url = "https://registry.npmjs.org/ajv/-/ajv-6.5.5.tgz";
sha512 = "7q7gtRQDJSyuEHjuVgHoUa2VuemFiCMrfQc9Tc08XTAc4Zj/5U1buQJ0HU6i7fKjXU09SVgSmxa4sLvuvS8Iyg==";
};
};
"ansi-regex-2.1.1" = {
@@ -256,15 +256,6 @@ let
sha512 = "qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==";
};
};
"co-4.6.0" = {
name = "co";
packageName = "co";
version = "4.6.0";
src = fetchurl {
url = "https://registry.npmjs.org/co/-/co-4.6.0.tgz";
sha1 = "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184";
};
};
"code-point-at-1.1.0" = {
name = "code-point-at";
packageName = "code-point-at";
@@ -508,13 +499,13 @@ let
sha1 = "96918440e3041a7a414f8c52e3c574eb3c3e1e05";
};
};
"fast-deep-equal-1.1.0" = {
"fast-deep-equal-2.0.1" = {
name = "fast-deep-equal";
packageName = "fast-deep-equal";
version = "1.1.0";
version = "2.0.1";
src = fetchurl {
url = "http://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz";
sha1 = "c053477817c86b51daa853c81e059b733d023614";
url = "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz";
sha1 = "7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49";
};
};
"fast-json-stable-stringify-2.0.0" = {
@@ -715,13 +706,13 @@ let
sha1 = "a94c2224ebcac04782a0d9035521f24735b7ec92";
};
};
"har-validator-5.1.0" = {
"har-validator-5.1.3" = {
name = "har-validator";
packageName = "har-validator";
version = "5.1.0";
version = "5.1.3";
src = fetchurl {
url = "https://registry.npmjs.org/har-validator/-/har-validator-5.1.0.tgz";
sha512 = "+qnmNjI4OfH2ipQ9VQOw23bBd/ibtfbVdK2fYbY4acTDqKTW/YDp9McimZdDbG8iV9fZizUqQMD5xvriB146TA==";
url = "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz";
sha512 = "sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==";
};
};
"has-unicode-2.0.1" = {
@@ -1075,13 +1066,13 @@ let
sha1 = "b480c892e59a2f05954ce727bd3f2a4e882f9e13";
};
};
"json-schema-traverse-0.3.1" = {
"json-schema-traverse-0.4.1" = {
name = "json-schema-traverse";
packageName = "json-schema-traverse";
version = "0.3.1";
version = "0.4.1";
src = fetchurl {
url = "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz";
sha1 = "349a6d44c53a51de89b40805c5d5e59b417d3340";
url = "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz";
sha512 = "xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==";
};
};
"json-stringify-safe-5.0.1" = {
@@ -1422,7 +1413,7 @@ let
packageName = "os-homedir";
version = "1.0.2";
src = fetchurl {
url = "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz";
url = "http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz";
sha1 = "ffbc4988336e0e833de0c168c7ef152121aa7fb3";
};
};
@@ -1431,7 +1422,7 @@ let
packageName = "os-tmpdir";
version = "1.0.2";
src = fetchurl {
url = "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz";
url = "http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz";
sha1 = "bbe67406c79aa85c5cfec766fe5734555dfa1274";
};
};
@@ -1476,7 +1467,7 @@ let
packageName = "path-is-absolute";
version = "1.0.1";
src = fetchurl {
url = "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz";
url = "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz";
sha1 = "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f";
};
};
@@ -1552,6 +1543,15 @@ let
sha1 = "c0d5a63b2718800ad8e1eb0fa5269c84dd41845e";
};
};
"punycode-2.1.1" = {
name = "punycode";
packageName = "punycode";
version = "2.1.1";
src = fetchurl {
url = "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz";
sha512 = "XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==";
};
};
"qs-6.5.2" = {
name = "qs";
packageName = "qs";
@@ -1885,13 +1885,13 @@ let
sha1 = "8e4d2a256c0e2185c6b18ad694aec968b83cb1d1";
};
};
"tar-4.4.7" = {
"tar-4.4.8" = {
name = "tar";
packageName = "tar";
version = "4.4.7";
version = "4.4.8";
src = fetchurl {
url = "https://registry.npmjs.org/tar/-/tar-4.4.7.tgz";
sha512 = "mR3MzsCdN0IEWjZRuF/J9gaWHnTwOvzjqPTcvi1xXgfKTDQRp39gRETPQEfPByAdEOGmZfx1HrRsn8estaEvtA==";
url = "https://registry.npmjs.org/tar/-/tar-4.4.8.tgz";
sha512 = "LzHF64s5chPQQS0IYBn9IN5h3i98c12bo4NCO7e0sGM2llXQ3p2FGC5sdENN4cTW48O915Sh+x+EXx7XW96xYQ==";
};
};
"to-object-path-0.3.0" = {
@@ -1975,6 +1975,15 @@ let
sha1 = "8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559";
};
};
"uri-js-4.2.2" = {
name = "uri-js";
packageName = "uri-js";
version = "4.2.2";
src = fetchurl {
url = "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz";
sha512 = "KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==";
};
};
"urix-0.1.0" = {
name = "urix";
packageName = "urix";
@@ -2382,7 +2391,7 @@ in
};
dependencies = [
sources."abbrev-1.1.1"
sources."ajv-5.5.2"
sources."ajv-6.5.5"
sources."ansi-regex-2.1.1"
sources."aproba-1.2.0"
sources."are-we-there-yet-1.1.5"
@@ -2396,7 +2405,6 @@ in
sources."block-stream-0.0.9"
sources."brace-expansion-1.1.11"
sources."caseless-0.12.0"
sources."co-4.6.0"
sources."code-point-at-1.1.0"
sources."combined-stream-1.0.7"
sources."concat-map-0.0.1"
@@ -2408,7 +2416,7 @@ in
sources."ecc-jsbn-0.1.2"
sources."extend-3.0.2"
sources."extsprintf-1.3.0"
sources."fast-deep-equal-1.1.0"
sources."fast-deep-equal-2.0.1"
sources."fast-json-stable-stringify-2.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.3.3"
@@ -2419,7 +2427,7 @@ in
sources."glob-7.1.3"
sources."graceful-fs-4.1.15"
sources."har-schema-2.0.0"
sources."har-validator-5.1.0"
sources."har-validator-5.1.3"
sources."has-unicode-2.0.1"
sources."http-signature-1.2.0"
sources."inflight-1.0.6"
@@ -2431,7 +2439,7 @@ in
sources."isstream-0.1.2"
sources."jsbn-0.1.1"
sources."json-schema-0.2.3"
sources."json-schema-traverse-0.3.1"
sources."json-schema-traverse-0.4.1"
sources."json-stringify-safe-5.0.1"
sources."jsprim-1.4.1"
sources."mime-db-1.37.0"
@@ -2452,7 +2460,7 @@ in
sources."performance-now-2.1.0"
sources."process-nextick-args-2.0.0"
sources."psl-1.1.29"
sources."punycode-1.4.1"
sources."punycode-2.1.1"
sources."qs-6.5.2"
sources."readable-stream-2.3.6"
sources."request-2.88.0"
@@ -2467,9 +2475,14 @@ in
sources."string_decoder-1.1.1"
sources."strip-ansi-3.0.1"
sources."tar-2.2.1"
sources."tough-cookie-2.4.3"
(sources."tough-cookie-2.4.3" // {
dependencies = [
sources."punycode-1.4.1"
];
})
sources."tunnel-agent-0.6.0"
sources."tweetnacl-0.14.5"
sources."uri-js-4.2.2"
sources."util-deprecate-1.0.2"
sources."uuid-3.3.2"
sources."verror-1.10.0"
@@ -2575,7 +2588,7 @@ in
sources."string_decoder-1.1.1"
sources."strip-ansi-3.0.1"
sources."strip-json-comments-2.0.1"
sources."tar-4.4.7"
sources."tar-4.4.8"
sources."util-deprecate-1.0.2"
sources."wide-align-1.1.3"
sources."wrappy-1.0.2"
@@ -2593,10 +2606,10 @@ in
pnpm = nodeEnv.buildNodePackage {
name = "pnpm";
packageName = "pnpm";
version = "2.17.7";
version = "2.18.2";
src = fetchurl {
url = "https://registry.npmjs.org/pnpm/-/pnpm-2.17.7.tgz";
sha512 = "FwZFpKSL4BNu1IGIScveHqZALpm6jSF7QR90CZXW4RfKaLpNYcIkkFC9iPBT4AdpPSv1UR/gYUWyQdTZBx2a5g==";
url = "https://registry.npmjs.org/pnpm/-/pnpm-2.18.2.tgz";
sha512 = "yJu5pCPFmzxD9xQtWay4nI7JdcrpIIom/VwwMmUvU6itN0wAbbyIaGKz57JCu1E+ZfbOvcaOzEmifbypHfFNXw==";
};
buildInputs = globalBuildInputs;
meta = {
Loading