Commit graph

293428 commits

Author SHA1 Message Date
Sandro 0b814fec72
Merge pull request #124523 from ronthecookie/init-zthrottle
zthrottle: init
2021-06-01 09:55:59 +02:00
Sandro da335567d3
Merge pull request #125003 from dotlambda/spatialite_tools-5.0.1 2021-06-01 09:53:23 +02:00
Fabian Affolter 8d7c94db8a python3Packages.adext: enable tests 2021-06-01 09:46:46 +02:00
Fabian Affolter 44bbfafcf4 python3Packages.adext: 0.4.1 -> 0.4.2 2021-06-01 09:41:08 +02:00
Fabian Affolter d37dcf5a04 python3Packages.alarmdecoder: enable tests 2021-06-01 09:39:26 +02:00
Jörg Thalheim 846f44e880
Merge pull request #121667 from Mic92/buildkite
nixos/buildkite-agents: fix race-condition when installing secrets
2021-06-01 09:31:23 +02:00
Fabian Affolter 1c265e6678 python3Packages.alarmdecoder: 1.13.10 -> 1.13.11 2021-06-01 09:29:56 +02:00
Jörg Thalheim 4a41a22373
Merge pull request #125171 from Vonfry/update/zsh-completions
zsh-completions: 0.32.0 -> 0.33.0
2021-06-01 09:27:40 +02:00
Jörg Thalheim b9543977f8
Merge pull request #125174 from vincentbernat/fix/nginx-dead-link
nginx: fix link to discussion explaining why "with" is not used
2021-06-01 09:25:52 +02:00
Vincent Bernat 7ee8945a12 nginx: fix link to discussion explaining why "with" is not used
This is because we are in a huge "rec" that takes precedence for
symbols in its scope, despite the more nested "with".
2021-06-01 09:20:16 +02:00
Jörg Thalheim afee2fd372
Merge pull request #125158 from Mic92/radare2
radare2: 5.2.1 -> 5.3.0
2021-06-01 09:14:04 +02:00
Kevin Rauscher 7c6cfaa13c
metals: 0.10.3 -> 0.10.4 2021-06-01 09:10:23 +02:00
Vonfry f777cb75fb
zsh-completions: 0.32.0 -> 0.33.0 2021-06-01 15:07:32 +08:00
Fabian Affolter 056277ec95 python3Packages.xknx: 0.18.2 -> 0.18.3 2021-06-01 08:37:53 +02:00
R. RyanTM d386ff76a6 bupstash: 0.9.0 -> 0.9.1 2021-06-01 06:25:52 +00:00
Jörg Thalheim 4542b54abd
Merge pull request #125071 from sternenseemann/bmake
bmake: 20200902 -> 20210420
2021-06-01 08:11:16 +02:00
Jörg Thalheim 8265aa917b
Merge pull request #125160 from Mic92/delve
delve: disable source fortify at runtime
2021-06-01 08:06:14 +02:00
Jörg Thalheim d16a847645
grip: apply linting suggestions 2021-06-01 08:04:52 +02:00
Jörg Thalheim c9927ba895
Update pkgs/development/tools/delve/default.nix
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2021-06-01 07:23:50 +02:00
Jörg Thalheim e88a7a6473
Merge pull request #125131 from r-ryantm/auto-update/kea
kea: 1.9.7 -> 1.9.8
2021-06-01 07:00:42 +02:00
Jörg Thalheim b48e56c746
delve: disable source fortify at runtime 2021-06-01 06:58:03 +02:00
Jörg Thalheim 049dc4c452
Merge pull request #125121 from ztzg/x-16304-sd-image-slack
nixos/lib/make-ext4-fs: Fix: `resize2fs -M' can leave insufficient slack
2021-06-01 06:54:22 +02:00
Jörg Thalheim f40605db9c
Merge pull request #125150 from zhaofengli/imagemagick-gcc-arch
imagemagick: Allow compilation without --with-gcc-arch
2021-06-01 06:49:20 +02:00
Jörg Thalheim 97098e5beb
Merge pull request #125132 from zhaofengli/rust-riscv
rust: Bootstrap riscv64
2021-06-01 06:46:18 +02:00
Jörg Thalheim bfaa9f175b
radare2: 5.2.1 -> 5.3.0 2021-06-01 06:25:48 +02:00
Mario Rodas 761c513f79 wal-g: 0.2.21 -> 1.0
https://github.com/wal-g/wal-g/releases/tag/v1.0
2021-06-01 04:20:00 +00:00
Jonathan Ringer 40b2ca3570 nixos/doc/releases: update stable release info to 21.05 2021-05-31 19:42:40 -07:00
R. RyanTM 13baa1551c liquidprompt: 2.0.2 -> 2.0.3 2021-06-01 02:32:35 +00:00
Jonathan Ringer 8815e601dd nixos/release-notes: move non-highlights to other mentions 2021-05-31 19:22:35 -07:00
Jonathan Ringer d823c24094 nixos/release-notes: Initial grooming of release notes 2021-05-31 19:22:35 -07:00
Aaron Andersen b35b51700e zabbix: 5.0.11 -> 5.0.12 2021-05-31 22:19:42 -04:00
Aaron Andersen 1e00b867dc zabbix: 4.0.30 -> 4.0.31 2021-05-31 22:16:07 -04:00
R. RyanTM 373eaadd99 mackerel-agent: 0.71.1 -> 0.71.2 2021-06-01 02:10:32 +00:00
Zhaofeng Li 990431c1e3 imagemagick: Allow compilation without --with-gcc-arch
The --with-gcc-arch flag is used to specify the value used for
--march and --mtune [1], therefore it does not make sense to fail the
evaluation simply because it's not enumerated by us. However,
it's necessary to specify --without-gcc-arch, otherwise the config
script will guess the values and lead to incompatible / non-determinstic
artifacts.

[1] 850d5a9fc5/m4/ax_gcc_archflag.m4
2021-05-31 18:40:34 -07:00
Nikolay Korotkiy dd068ab0e0
stagit: 0.9.5 → 0.9.6 2021-06-01 03:46:28 +03:00
Johannes Schleifenbaum de7e0f7dee dbeaver: 21.0.5 -> 21.1.0 2021-06-01 09:39:02 +09:00
David 9b4ee111e6 erlang-ls: 0.15.0 -> 0.16.0 2021-06-01 08:42:57 +09:00
Bernardo Meurer 6473dfb8c7
Merge pull request #125083 from taku0/firefox-bin-89.0
firefox-bin: 88.0.1 -> 89.0
2021-05-31 16:41:39 -07:00
Bernardo Meurer 42c70f8bda
Merge pull request #125108 from nagisa/nagisa/ql440
quodlibet: 4.3.0 -> 4.4.0
2021-05-31 16:41:28 -07:00
Martin Weinelt e09bfc5d1c
Merge pull request #124950 from vincentbernat/fix/acme-no-reuse-key
nixos/acme: don't use --reuse-key
2021-06-01 00:59:09 +02:00
Martin Weinelt 78f495f724
Merge pull request #125069 from mweinelt/firefox 2021-06-01 00:47:44 +02:00
Vincent Bernat 632c8e1d54
nixos/acme: don't use --reuse-key
Reusing the same private/public key on renewal has two issues:

 - some providers don't accept to sign the same public key
   again (Buypass Go SSL)

 - keeping the same private key forever partly defeats the purpose of
   renewing the certificate often

Therefore, let's remove this option. People wanting to keep the same
key can set extraLegoRenewFlags to `[ --reuse-key ]` to keep the
previous behavior. Alternatively, we could put this as an option whose
default value is true.
2021-06-01 00:43:45 +02:00
Robert Schütz ffb2c737e2 gpg-tui: init at 0.1.5 2021-06-01 00:41:00 +02:00
markuskowa 21d26471f3
Merge pull request #125089 from sikmir/gpxsee
gpxsee: 9.0 → 9.1
2021-05-31 23:57:15 +02:00
Zhaofeng Li 6288319a3a rust: Add support for riscv64 2021-05-31 14:55:35 -07:00
Zhaofeng Li 8f80568885 llvm{9,11}: Disable tests on RISC-V
The test suite leads to nothing but tears, sorrow, and wasted build
time. It probably should be disabled for all of them but doing only
9 (llvmPackages) and 11 (llvmPackages_latest, Rust) for now. Some of
the failures have been fixed in LLVM main:

- https://reviews.llvm.org/D97490
- https://reviews.llvm.org/D91043
2021-05-31 14:55:19 -07:00
Zhaofeng Li 55aaec15f3 llvmPackages: Use at least LLVM 9 for RISC-V 2021-05-31 14:55:19 -07:00
R. RyanTM 82bc990cdf kea: 1.9.7 -> 1.9.8 2021-05-31 21:50:33 +00:00
Nikolay Korotkiy 58d0e05f1e
reproxy: 0.6.0 → 0.7.0 2021-06-01 00:12:44 +03:00
Fabian Affolter d4a45a4836
Merge pull request #125062 from fabaff/bump-gdu
gdu: 5.0.0 -> 5.0.1
2021-05-31 22:44:27 +02:00