Commit Graph
266908 Commits
Author SHA1 Message Date
Profpatsch 41e13149f7 lib/debug: add traceFnSeqN
Immensely helpful when you want to see the changes a function makes to
its value as it passes through.

Example:

```
$ nix-instantiate --strict --eval -E '(with import ./lib; traceFnSeqN 2 "id" (x: x) { a.b.c = 3; })'
trace: {
  fn = "id";
  from = {
    a = {
      b = {…};
    };
  };
  to = {
    a = {
      b = {…};
    };
  };
}
{ a = { b = { c = 3; }; }; }
```
2021-01-25 19:25:50 +01:00
MilanandGitHub b7871c3f2d qemu: fix build when desktop file does not exist (#110721)
The qemu-user variants as used by binfmt emulation through
`(lib.systems.elaborate lib.systems.examples.aarch64-multiplatform).emulator pkgs`
does not install a .desktop file since qemu 5.2.0. This change allows
the build to continue if deletion of the desktop file fails.
2021-01-25 19:24:32 +01:00
Pavol Rusnak b002d7455d clightning: use system libsodium 2021-01-25 19:23:58 +01:00
Guillaume GirolandGitHub 7f355dcc4e Merge pull request #108427 from symphorien/chdir-appimage
appimage-run: fix #108426
2021-01-25 18:18:42 +00:00
Thomas Gerbet 80027b2272 gnu-cobol: 2.2 -> 3.1.2
Fixes:
 * CVE-2019-14468
 * CVE-2019-14486
 * CVE-2019-14528
 * CVE-2019-14541
 * CVE-2019-16395
 * CVE-2019-16396
2021-01-25 19:16:20 +01:00
Louis Bettens 2af45faca4 sqldeveloper: 20.2.0.175.1842 -> 20.4.0.379.2205 2021-01-25 19:13:07 +01:00
John Ericson 63b02e55db nixos treewide: Fix references to linux-kernel.target
Thanks @ajs124 in
https://github.com/NixOS/nixpkgs/pull/110544#discussion_r563828722 for
catching this. According to:

    git grep 'inherit.*Platform.*platform'
    git grep ' linux-kernel'

We now don't have any remaining problems of this sort, thankfully.
2021-01-25 13:06:12 -05:00
Philipp Riegger 51bc6bdf8c factorio-headless-experimental, factorio-experimental: 1.1.12 -> 1.1.16 2021-01-25 19:05:30 +01:00
Francesco Gazzetta 9ae9e1e2dc pikopixel: 1.0-b9e -> 1.0-b10 2021-01-25 19:05:13 +01:00
Bernardo MeurerandGitHub 7a5e4b7df8 Merge pull request #110727 from talyz/bindfs-1.14.9
bindfs: 1.14.8 -> 1.14.9
2021-01-25 18:01:38 +00:00
Fritz Otlinghaus 41f4784e65 bacula: add types 2021-01-25 19:00:01 +01:00
SandroandGitHub b7097b6b29 Merge pull request #110775 from dotlambda/opentsdb-insecure
opentsdb: mark as insecure
2021-01-25 18:55:10 +01:00
Matthew BauerandGitHub e8338c9c1d Merge pull request #110739 from matthewbauer/fix-binfmt-nix-sandbox
nixos/binfmt: add bash to sandboxPaths
2021-01-25 11:53:27 -06:00
SandroandGitHub a979486bb5 Merge pull request #110687 from prusnak/stdenv-cleanup 2021-01-25 18:46:22 +01:00
Atemu 500908d7f0 zen-kernels: 5.10.9 -> 5.10.10
lqx2's parent is the same commit as zen1's
2021-01-25 18:32:25 +01:00
Pavol Rusnak a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Pavol RusnakandGitHub e06e847595 Merge pull request #110236 from prusnak/clightning
clightning: 0.9.2 -> 0.9.3
2021-01-25 18:29:33 +01:00
Louis Bettens bccb0ee3db oraclejdk8: 8u271 -> 8u281 2021-01-25 18:21:08 +01:00
Robert SchützandGitHub 67fabbc7c3 Merge pull request #110555 from LeSuisse/cryptopp-8.4.0
cryptopp: 8.2.0 -> 8.4.0
2021-01-25 17:38:04 +01:00
Thomas Gerbet eefdd09839 cryptopp: 8.2.0 -> 8.4.0
Fixes CVE-2019-14318.
2021-01-25 17:32:04 +01:00
Thomas Gerbet 88033a4862 scylladb: mark as broken
The package does not build due to changes in Boost.
2021-01-25 17:32:04 +01:00
Pavol RusnakandGitHub 3322db8e36 Merge pull request #110521 from r-ryantm/auto-update/openbazaar-client
openbazaar-client: 2.4.9 -> 2.4.10
2021-01-25 17:25:21 +01:00
Martin Weinelt 0ffffcc5da ajour: init at 0.6.3 2021-01-25 17:17:19 +01:00
SandroandGitHub ff83114922 Merge pull request #85490 from jluttine/picom-debug 2021-01-25 17:14:43 +01:00
SandroandGitHub ff7ba7a2dc Merge pull request #74716 from jluttine/init-testing-common-database-2.0.3 2021-01-25 17:13:41 +01:00
SandroandGitHub 2c0b4ecab1 Merge pull request #110761 from fgaz/warzone2100/3.4.1 2021-01-25 17:11:14 +01:00
SandroandGitHub d8fe01be29 Merge pull request #110757 from ilian/u/moreutils
moreutils: 0.63 -> 0.65
2021-01-25 17:08:46 +01:00
SandroandGitHub 85fc8138ad Merge pull request #110765 from Flakebi/spirv-cross
spirv-cross: 2020-09-17 -> 2021-01-15
2021-01-25 17:07:23 +01:00
SandroandGitHub f3e1e81765 Merge pull request #110766 from evenbrenden/jotta-cli-0.9.38023
jotta-cli: 0.7.35160 -> 0.9.38023
2021-01-25 17:07:10 +01:00
SandroandGitHub 32d4ea3870 Merge pull request #110768 from dotlambda/sqlcipher-4.4.2
sqlcipher: 4.4.0 -> 4.4.2
2021-01-25 17:06:53 +01:00
Florian KlinkandGitHub b2f3bd4d79 Merge pull request #100155 from primeos/nixos-add-fqdn-option
nixos/networking: Add a read-only option for the FQDN
2021-01-25 16:45:45 +01:00
Mikhail Klementev 38b140b3e1 gdbgui: 0.13.2.1 -> 0.14.0.2 2021-01-25 15:36:33 +00:00
Florian KlinkandGitHub 68b6d6ca8e Merge pull request #110550 from bryanasdev000/package-virtualbox-6.1.18
virtualbox: 6.1.16 -> 6.1.18
2021-01-25 16:36:05 +01:00
Robert Schütz 8573814f46 flink: 1.11.3 -> 1.12.1 2021-01-25 16:24:25 +01:00
Robert Schütz f7129e8cbc flink: 1.11.1 -> 1.11.3
addresses CVE-2020-17518 and CVE-2020-17519
2021-01-25 16:22:01 +01:00
Robert Schütz e912b8e116 flink_1_5: drop
It suffers from CVE-2020-17518.
2021-01-25 16:20:18 +01:00
Francesco Gazzetta 7e33a28b4b staticjinja: 0.4.0 -> 1.0.3 2021-01-25 16:15:42 +01:00
Francesco Gazzetta 0af347320c pythonPackages.pytest-check: 0.3.9 -> 1.0.1 2021-01-25 16:15:42 +01:00
speaseandGitHub e610806903 halide: Enable on platforms.all (#110106) 2021-01-25 15:48:16 +01:00
Julien Dehos 8d29fd4b00 gede: 2.16.2 -> 2.17.1 2021-01-25 15:34:51 +01:00
37c858e55d standardnotes: fix for 3.5.11 (#110531)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-25 15:25:49 +01:00
Peter HoegandGitHub 2e802894ba icr: 0.8.0 -> unstable-2020-10-05 (#110436) 2021-01-25 15:25:22 +01:00
Robert Schütz 570daf897f opentsdb: mark as insecure
https://github.com/OpenTSDB/opentsdb/issues/2051 has not been addressed yet
2021-01-25 15:16:35 +01:00
Mikhail Klementev d745d128b6 python3Packages.pygdbmi: 0.9.0.2 -> 0.10.0.0 2021-01-25 14:12:38 +00:00
WilliButz 80e077f5f2 prometheus-nextcloud-exporter: 0.3.0 -> 0.4.0 2021-01-25 15:12:26 +01:00
Michele Guerini RoccoandGitHub 508aacd589 Merge pull request #110770 from rnhmjoj/uwsgi
nixos/uwsgi: set up the default runtime directory
2021-01-25 15:03:09 +01:00
sternenseemann 4aa937d2e2 zz: install modules shipped with the compiler
Previously zz wouldn't be able to compile anything using standard
modules like mem or log out of the box.

To fix this we copy the modules directory included in the source to
$out/share/zz/modules and add an entry to ZZ_MODULE_PATHS in the wrapper
around zz.

We also remove a search path entry which used to reference /build
because it used CARGO_MANIFEST_DIR at build time. The default search
path now includes:

* /nix/store/modules
* $out/share/zz/modules
* $(pwd)/modules

Patching out /nix/store/modules would be kind of cumbersome as it is a
multi-line entry, but it probably does no harm and fine to leave in.

An issue arising by this PR might be that the added search path entry
may take priority over an user specified location even though we use
--suffix. This is because zz internally uses a HashSet which has no
guaranteed iteration order. This may lead to unexpected behavior for
users wo previously provided custom versions of the standard modules via
ZZ_MODULE_PATHS. However, this is an issue in upstream issue as well
where ZZ_MODULE_PATHS may or may not take priority over the compiled in
search path, so this issue should probably be resolved upstream (I'll
file a report or PR).
2021-01-25 14:25:42 +01:00
Jan TojnarandGitHub db4cede416 Merge pull request #110764 from erictapen/poly2tri-c-repo
poly2tri-c: move away from untrusted repo to one that is owned by its Nixpkgs maintainer
2021-01-25 14:12:18 +01:00
rnhmjoj f62d2652e2 nixos/uwsgi: set up the default runtime directory
Fix issue #110691
2021-01-25 14:05:39 +01:00
sternenseemann 190173e05b zz: adjust upstream URLs 2021-01-25 14:03:26 +01:00