3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

309585 commits

Author SHA1 Message Date
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
Michael Weiss a1fdebcef0
chromium: Document the main gn build flags 2021-08-17 10:24:35 +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
Kranium Gikos Mendoza 17a9d5926c coreutils: disable tests on armv7l 2021-08-17 16:36:22 +10: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
R. RyanTM 682c2f2006 freeorion: 0.4.10.1 -> 0.4.10.2 2021-08-17 05:02:22 +00: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 3b610032ea fioctl: 0.18 -> 0.19.1 2021-08-17 04:26:52 +00:00
R. RyanTM b1868a8296 elan: 1.0.6 -> 1.0.7 2021-08-17 03:53:13 +00:00
R. RyanTM cfcd03d557 dolt: 0.27.3 -> 0.27.4 2021-08-17 03:37:29 +00:00
R. RyanTM 5e2ef47293 disfetch: 2.10 -> 2.12 2021-08-17 03:28:00 +00:00
R. RyanTM a7767ed766 deno: 1.13.0 -> 1.13.1 2021-08-17 03:18:52 +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
R. RyanTM 7ed3f15b7d ccextractor: 0.92 -> 0.93 2021-08-17 02:04:09 +00: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 1c8fa08819 python3Packages.pyvicare: 2.6 -> 2.7 2021-08-17 00:40:00 +02:00
Sebastián Mancilla 11497605b4 cmark: fix libcmark.pc paths 2021-08-16 18:17:29 -04: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
Sebastián Mancilla c977af0b02 cmark: fix tests on darwin
Use DYLD_FALLBACK_LIBRARY_PATH to find the library.
2021-08-16 18:05:40 -04:00
Fabian Affolter 84f5f4f84c python3Packages.simplisafe-python: 11.0.3 -> 11.0.4 2021-08-17 00:03:12 +02:00
Fabian Affolter 9c3de9dd58 python3Packages.pre-commit: 2.13.0 -> 2.14.0 2021-08-16 23:59:26 +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
Felix Buehler a8a8ce4700 omake: deprecate phases 2021-08-16 22:26:34 +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