Commit Graph

266256 Commits

Author SHA1 Message Date
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 Rusnak e06e847595
Merge pull request #110236 from prusnak/clightning
clightning: 0.9.2 -> 0.9.3
2021-01-25 18:29:33 +01:00
Robert Schütz 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 Rusnak 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
Sandro ff83114922
Merge pull request #85490 from jluttine/picom-debug 2021-01-25 17:14:43 +01:00
Sandro ff7ba7a2dc
Merge pull request #74716 from jluttine/init-testing-common-database-2.0.3 2021-01-25 17:13:41 +01:00
Sandro 2c0b4ecab1
Merge pull request #110761 from fgaz/warzone2100/3.4.1 2021-01-25 17:11:14 +01:00
Sandro d8fe01be29
Merge pull request #110757 from ilian/u/moreutils
moreutils: 0.63 -> 0.65
2021-01-25 17:08:46 +01:00
Sandro 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
Sandro 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
Sandro 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 Klink 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 Klink 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
spease 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
Shaw Vrana 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 Hoeg 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 Rocco 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 Tojnar 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
Even Brenden b27bc83789 jotta-cli: 0.7.35160 -> 0.9.38023 2021-01-25 13:50:23 +01:00
Sebastian Neubauer 16bfde2e7e spirv-cross: 2020-09-17 -> 2021-01-15 2021-01-25 13:47:00 +01:00
Robert Schütz 45da9fe59b sqlcipher: 4.4.0 -> 4.4.2 2021-01-25 13:46:46 +01:00
Kevin Cox 8708b6d871
Merge pull request #106176 from 06kellyjac/kube3d_4.0.0
kube3d: 3.4.0 -> 4.0.0
2021-01-25 07:41:04 -05:00
Justin Humm b193bc75ad poly2tri-c: move away from untrusted repo to one that is owned by its Nixpkgs maintainer
See also:
https://gitlab.gnome.org/GNOME/gegl/-/issues/214#note_1002908
https://github.com/NixOS/nixpkgs/pull/109812
2021-01-25 13:18:20 +01:00
R. RyanTM d8f3ef1c14
postsrsd: 1.9 -> 1.10 (#110211) 2021-01-25 13:17:22 +01:00
Francesco Gazzetta 321f70a603 warzone2100: 3.3.0 -> 3.4.1 2021-01-25 13:07:03 +01:00
Francesco Gazzetta 7db3b75d21 warzone2100: add fgaz to maintainers 2021-01-25 13:06:19 +01:00
Nikolay Korotkiy 3b8f71d9a2
stagit: 0.9.1 → 0.9.4 2021-01-25 15:04:26 +03:00
Sandro 7a59fcdf4e
Merge pull request #110706 from dotlambda/openjpeg_1-drop 2021-01-25 12:58:47 +01:00
Gurjeet Singh 891f607d53
vim: add vim_darwin package for macOS (#108109) 2021-01-25 12:54:49 +01:00
ilian 1ddc730412 moreutils: 0.63 -> 0.65 2021-01-25 12:44:20 +01:00
talyz 95ab0eda16
bindfs: 1.14.8 -> 1.14.9 2021-01-25 12:37:19 +01:00
ilian 32f19166bc reaper: mark audio backend libs as optional, add missing plugin libs 2021-01-25 12:33:57 +01:00
Sandro cc75b0e3b5
Merge pull request #110747 from onsails/lspsaga 2021-01-25 12:26:25 +01:00