Commit graph

309270 commits

Author SHA1 Message Date
Martin Minka 22719ca7de nixos/caddy: add resume option
Without this option all changes done with Caddy API are lost after reboot.

Current service is not supporting Caddy --resume parameter. There is reference to original unit https://github.com/caddyserver/dist/blob/master/init/caddy.service which also mentions --resume and that it should be used if new Caddy API will be used.
2021-08-17 18:46:29 +09:00
happysalada ec6dee00ec fetch-rebar-deps: phases deprecation fix 2021-08-17 18:35:25 +09:00
happysalada 7f37347f5e fetch-hex: deprecate phases fix 2021-08-17 18:35:25 +09:00
Lassulus fc50593e17
Merge pull request #132553 from iceman-p/go-ethereum-snap
nixos/geth: Change default to snap sync
2021-08-17 11:32:35 +02:00
Robert Hensing 5ee8693888
Merge pull request #134030 from rnhmjoj/installer-wifi
nixos/installer: simplify and document wifi setup
2021-08-17 11:18:40 +02:00
Ashish SHUKLA aa4e76dfb9 catgirl: 1.9 -> 1.9a 2021-08-17 11:04:52 +02:00
Michael Weiss eabfaf8b29
Merge pull request #134409 from primeos/chromium
chromium: 92.0.4515.131 -> 92.0.4515.159
2021-08-17 10:51:40 +02:00
Lassulus 6c136f811f
Merge pull request #133674 from Stunkymonkey/misc-pname-version
misc: replace name with pname&version
2021-08-17 10:41:52 +02:00
Michael Weiss 1c476a2b6d
chromium: 92.0.4515.131 -> 92.0.4515.159
https://chromereleases.googleblog.com/2021/08/stable-channel-update-for-desktop.html

This update includes 9 security fixes.

CVEs:
CVE-2021-30598 CVE-2021-30599 CVE-2021-30600 CVE-2021-30601
CVE-2021-30602 CVE-2021-30603 CVE-2021-30604
2021-08-17 10:26:07 +02:00
Gabriel Ebner f267d39257
Merge pull request #134394 from r-ryantm/auto-update/elan
elan: 1.0.6 -> 1.0.7
2021-08-17 10:03:05 +02:00
Lassulus 8264d66afc
Merge pull request #133670 from t0yv0/pulumi-3.10.0
pulumi-bin: 3.9.0 -> 3.10.0
2021-08-17 09:58:25 +02:00
Lassulus 49b96f216d
Merge pull request #133703 from taku0/thunderbird-bin-91.0
thunderbird-bin: 78.13.0 -> 91.0
2021-08-17 09:54:12 +02:00
Lassulus 99c5bf354e
Merge pull request #133889 from r-ryantm/auto-update/wireless-regdb
wireless-regdb: 2021.04.21 -> 2021.07.14
2021-08-17 09:49:21 +02:00
Lassulus 8237373e8c
Merge pull request #133886 from r-ryantm/auto-update/xplayer
xplayer: 2.4.0 -> 2.4.2
2021-08-17 09:40:26 +02:00
Jörg Thalheim eee4e3e2d3
Merge pull request #134370 from fabaff/bump-zeroconf
python3Packages.zeroconf: 0.35.1 -> 0.36.0
2021-08-17 08:30:47 +01:00
davidak e3426d2971
Merge pull request #134340 from bjornfor/fix-release-notes
nixos: fix release notes about linux_latest version
2021-08-17 09:08:47 +02:00
Jörg Thalheim af54ca949b
Merge pull request #134402 from Lassulus/nixos-generators
nixos-generators: 1.3.0 -> 1.4.0
2021-08-17 08:00:09 +01:00
lassulus e701bc3bfb nixos-generators: 1.3.0 -> 1.4.0 2021-08-17 08:51:27 +02:00
Jörg Thalheim ba3768aec0
Merge pull request #134385 from r-burns/gcc-ppc64
gcc: update powerpc-specific configuration
2021-08-17 07:12:36 +01:00
Jörg Thalheim 7b9444d938
Merge pull request #134381 from r-burns/pkgs-static-musleabi
pkgsStatic: fix musleabi* adapter
2021-08-17 07:11:37 +01:00
Jörg Thalheim 4df44299d6
Merge pull request #73780 from h0m1/fixnix/stage-1
stage-1: create temporary secrets directory in /tmp and not in cwd
2021-08-17 06:33:42 +01:00
Jörg Thalheim 488f7e9203
Merge pull request #134371 from fabaff/bump-slither-analyzer
python3Packages.slither-analyzer: 0.8.0 -> 0.8.1
2021-08-17 05:45:15 +01:00
R. RyanTM b1868a8296 elan: 1.0.6 -> 1.0.7 2021-08-17 03:53:13 +00:00
Damien Cassou 70dc433f2e
Merge pull request #133178 from DamienCassou/crowdin
crowdin-cli: init at 3.6.4
2021-08-17 05:10:12 +02:00
Bernardo Meurer 56fadd63bd
Merge pull request #134125 from tekeri/add-firefox-policy-config
firefox-bin: custom policy setup via config.firefox.policies
2021-08-17 02:47:25 +00:00
Ryan Burns 7364241a6a gcc: update powerpc-specific configuration
* support -m32 on (big-endian) powerpc64-linux
* fix compilation to powerpc*-musl targets with
  incomplete decimal-float support
2021-08-16 19:42:10 -07:00
Jasper 00037f7403
darwin.binutils: fix wrapper of as when cross-compiling to aarch64-darwin (#134097) 2021-08-16 22:12:51 -04:00
Ryan Burns 565db30876 pkgsStatic: fix musleabi* adapter
Fixes pkgsCross.muslpi.nix (depends on
pkgsCross.muslpi.busybox-sandbox-shell, which depends on
pkgsCross.muslpi.pkgsStatic.stdenv)

Currently, the ABI adapter in pkgsStatic does not
recognize musleabi/musleabihf and falls back to "musl".

```
> nix eval -f . pkgsCross.muslpi.stdenv.hostPlatform.config
"armv6l-unknown-linux-musleabihf"
> nix eval -f . pkgsCross.muslpi.pkgsStatic.stdenv.hostPlatform.config
"armv6l-unknown-linux-musl"
```

This results in an invalid config passed to GCC configuration, which
fails with `Configuration armv6l-unknown-linux-musl not supported`.
2021-08-16 18:52:22 -07:00
Francesco Gazzetta 5919a42546
drawpile,drawpile-server-headless: 2.1.17 -> 2.1.19 (#134331) 2021-08-16 21:30:42 -04:00
Felix Buehler 50dd4a6cb2 beam-modules: deprecate phases 2021-08-17 10:10:16 +09:00
oxalica ebdc6e2aa9 nodePackages: update 2021-08-17 10:05:30 +09:00
oxalica 6353f88074 rust-analyzer: 2021-08-09 -> 2021-08-16
Note that upstream replaced `rollup` with `esbuild` now.
2021-08-17 10:05:30 +09:00
Fabian Affolter 6c496185e3 python3Packages.slither-analyzer: 0.8.0 -> 0.8.1 2021-08-17 00:15:42 +02:00
Fabian Affolter da0ae5e221 python3Packages.crytic-compile: 0.2.0 -> 0.2.1 2021-08-17 00:15:33 +02:00
Fabian Affolter 1ccced5932 python3Packages.zeroconf: 0.35.1 -> 0.36.0 2021-08-17 00:08:47 +02:00
Bernardo Meurer 57b6c8c5b2
Merge pull request #134360 from lovesegfault/hqplayer-updates
hqplayed{d,-desktop}: updates
2021-08-16 21:49:45 +00:00
Michael Weiss f6a37abc4b
Merge pull request #134320 from primeos/signal-desktop
Revert "signal-desktop: Add a Python wrapper to re-encrypt DBs"
2021-08-16 23:42:37 +02:00
Michael Raskin 18c7c355fb
Merge pull request #134357 from Uthar/search-paths
lisp-modules: use lib.makeSearchPath in shell.nix
2021-08-16 20:39:49 +00:00
Bernardo Meurer 2c090abeb0
hqplayer-desktop: 4.12.2-36 -> 4.13.1-38 2021-08-16 13:39:16 -07:00
Bernardo Meurer 0fe56e14b6
hqplayerd: 4.25.0-64 -> 4.25.1-65 2021-08-16 13:36:37 -07:00
Sandro 7b5d67fa60
Merge pull request #134351 from Stunkymonkey/tlaplus-phases 2021-08-16 22:35:53 +02:00
Sandro abdd507735
Merge pull request #134353 from SuperSandro2000/croc
croc: 9.2.1 -> 9.3.0
2021-08-16 22:26:37 +02:00
Sandro 845d5fb367
Merge pull request #133932 from r-ryantm/auto-update/istioctl
istioctl: 1.10.3 -> 1.11.0
2021-08-16 22:26:21 +02:00
Sandro 716ecb051d
Merge pull request #133683 from Stunkymonkey/whirlpool-gui-phases
whirlpool-gui: deprecate phases
2021-08-16 22:26:06 +02:00
Sandro a9f42d5907
Merge pull request #133651 from Stunkymonkey/tools-pname-version
tools: replace name with pname&version
2021-08-16 22:25:32 +02:00
Sandro c66ece8678
Merge pull request #134188 from romildo/upd.marwaita-manjaro
marwaita-manjaro: 2.0 -> 10.3
2021-08-16 22:16:51 +02:00
Kasper Gałkowski 024414f501 lisp-modules: use lib.makeSearchPath in shell.nix 2021-08-16 22:12:57 +02:00
Ryan Mulligan 2b3d32835c
Merge pull request #134199 from r-ryantm/auto-update/oapi-codegen
oapi-codegen: 1.6.0 -> 1.8.2
2021-08-16 13:05:57 -07:00
Sandro Jäckel b58fedc98e
croc: 9.2.1 -> 9.3.0 2021-08-16 22:01:52 +02:00
Sandro cd9e0f5884
Merge pull request #134346 from sikmir/sfm
sfm: 0.2 → 0.3.1
2021-08-16 21:58:22 +02:00