Commit graph

290809 commits

Author SHA1 Message Date
Michele Guerini Rocco 376eabdac3
Merge pull request #123254 from rnhmjoj/ipsec
libreswan: 3.2 -> 4.4
2021-05-19 13:36:04 +02:00
Sascha Grunert 7013a0f279 runc: 1.0.0-rc94 -> 1.0.0-rc95
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-05-19 20:38:42 +10:00
Fabian Affolter a6b4be8775
Merge pull request #123526 from fabaff/bump-gdu
gdu: 4.11.1 -> 4.11.2
2021-05-19 12:17:35 +02:00
Fabian Affolter 7973682137
Merge pull request #122686 from fabaff/fix-requests-http-signature
python3Packages.requests-http-signature: 0.1.0 -> 0.2.0
2021-05-19 12:16:24 +02:00
Mario Rodas 96d42f122f
Merge pull request #123248 from r-ryantm/auto-update/gitlab-pages
gitlab-pages: 1.38.0 -> 1.39.0
2021-05-19 05:00:10 -05:00
Mario Rodas ac659d1702
Merge pull request #122534 from r-ryantm/auto-update/jackett
jackett: 0.17.1027 -> 0.18.15
2021-05-19 04:59:12 -05:00
Martin Weinelt 9613c8c0f3
Merge pull request #123652 from fabaff/bump-brother
python3Packages.brother: 1.0.1 -> 1.0.2
2021-05-19 11:58:20 +02:00
Robert Hensing 5bbdc24b2a
Merge pull request #123597 from hercules-ci/issue-123572
tests.trivial: Avoid evaluation and ${pkgs.path} dep
2021-05-19 11:57:32 +02:00
Fabian Affolter 9784a04d66 python3Packages.requests-http-signature: 0.1.0 -> 0.2.0 2021-05-19 11:50:50 +02:00
Fabian Affolter d33553a4cc
Merge pull request #123223 from fabaff/cleanup-flask-appbuilder
python3Packages.flask-appbuilder: 3.2.3 -> 3.3.0
2021-05-19 11:44:31 +02:00
Robert Hensing 14f54a8b3c tests.trivial: Add meta 2021-05-19 11:41:45 +02:00
Robert Schütz 82f5c64af7
kdeltachat: unstable-2021-05-16 -> unstable-2021-05-18 (#123575) 2021-05-19 11:34:15 +02:00
Fabian Affolter 41d8507284 python3Packages.brother: 1.0.1 -> 1.0.2 2021-05-19 11:03:06 +02:00
Jan Tojnar ea87fc7c63
Merge pull request #123623 from dasj19/gnome-podcasts-dependency
gnome-podcasts: removed cmake from dependencies
2021-05-19 09:53:54 +02:00
Jörg Thalheim 1341338ad4
Merge pull request #123627 from fortuneteller2k/bump-ena
linuxPackages.ena: 2.4.1 -> 2.5.0
2021-05-19 08:46:03 +01:00
Sandro dd0afe0aa2
Merge pull request #123380 from cideM/fix-RcppArmadillo
rPackages.RcppArmadillo: fix darwin
2021-05-19 09:44:12 +02:00
Alex Wied 684158897d
tinyproxy: 1.10.0 -> 1.11.0 (#122757)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-19 09:42:04 +02:00
Fabian Affolter f3ad74ab76 gdu: 4.11.1 -> 4.11.2 2021-05-19 09:41:55 +02:00
Sandro 3ea04685ce
Merge pull request #122556 from davidtwco/sphinxcontrib-actdiag-nwdiag-seqdiag-init 2021-05-19 09:38:27 +02:00
Kim Lindberger f131787bb6
Merge pull request #121708 from talyz/replace-secret
treewide: Replace uses of `replace-literal` with `replace-secret` to avoid leaking secrets
2021-05-19 09:34:51 +02:00
Fabian Affolter f6e4e2ff41 python3Packages.flask-appbuilder: 3.2.3 -> 3.3.0 2021-05-19 09:34:07 +02:00
talyz 380b52c737
nixos/keycloak: Use replace-secret to avoid leaking secrets
Using `replace-literal` to insert secrets leaks the secrets through
the `replace-literal` process' `/proc/<pid>/cmdline`
file. `replace-secret` solves this by reading the secret straight from
the file instead, which also simplifies the code a bit.
2021-05-19 09:32:28 +02:00
talyz 88b76d5ef9
nixos/mpd: Use replace-secret to avoid leaking secrets
Using `replace-literal` to insert secrets leaks the secrets through
the `replace-literal` process' `/proc/<pid>/cmdline`
file. `replace-secret` solves this by reading the secret straight from
the file instead.
2021-05-19 09:32:22 +02:00
talyz 3a29b7bf5b
nixos/mpdscribble: Use replace-secret to avoid leaking secrets
Using `replace-literal` to insert secrets leaks the secrets through
the `replace-literal` process' `/proc/<pid>/cmdline`
file. `replace-secret` solves this by reading the secret straight from
the file instead, which also simplifies the code a bit.
2021-05-19 09:32:17 +02:00
talyz 7842e89bfc
nixos/gitlab: Use replace-secret to avoid leaking secrets
Using `replace-literal` to insert secrets leaks the secrets through
the `replace-literal` process' `/proc/<pid>/cmdline`
file. `replace-secret` solves this by reading the secret straight from
the file instead, which also simplifies the code a bit.
2021-05-19 09:32:12 +02:00
talyz 38398fade1
nixos/discourse: Use replace-secret to avoid leaking secrets
Using `replace-literal` to insert secrets leaks the secrets through
the `replace-literal` process' `/proc/<pid>/cmdline`
file. `replace-secret` solves this by reading the secret straight from
the file instead, which also simplifies the code a bit.
2021-05-19 09:32:06 +02:00
talyz 27f8f6956a
replace-secret: Init
Add a small utility script which securely replaces secrets in
files. Doing this with `sed`, `replace-literal` or similar utilities
leaks the secrets through the spawned process' `/proc/<pid>/cmdline` file.
2021-05-19 09:32:00 +02:00
Vladimír Čunát 7cefeafb11
Merge #122934: krita: add breeze-icons 2021-05-19 09:17:58 +02:00
Fabian Affolter 529e32ba47
python3Packages.pysonos: 0.0.46 -> 0.0.48 (#123537) 2021-05-19 09:08:36 +02:00
Lassulus 060749d44b
Merge pull request #123632 from fortuneteller2k/rtl8814au-broken
linuxPackages.rtl8814au: move to a more maintained fork
2021-05-19 08:48:01 +02:00
Jörg Thalheim f4e14c1796
Merge pull request #123508 from stephank/fix-spacenavd-darwin
spacenavd: fix darwin build
2021-05-19 06:55:44 +01:00
Jörg Thalheim 9a417aebd6
Merge pull request #123506 from stephank/fix-spacenav-cube-example-darwin
spacenav-cube-example: fix darwin build
2021-05-19 06:54:49 +01:00
Jörg Thalheim 3ef6d5d77c
Merge pull request #123620 from michojel/megasync-no-ffmpeg
megasync: temporarily remove ffmpeg dependency
2021-05-19 06:50:47 +01:00
fortuneteller2k 4e045f313b linuxPackages.rtl8814au: move to a more maintained fork 2021-05-19 13:34:25 +08:00
fortuneteller2k 9d57d41c17 linuxPackages.ena: 2.4.1 -> 2.5.0 2021-05-19 12:48:30 +08:00
Jörg Thalheim 5b4915fb7a
Merge pull request #110927 from Izorkin/fix-qemu-ga
nixos/qemu-guest-agent: fix start service
2021-05-19 05:42:06 +01:00
Daniel Șerbănescu 8990f68de3 gnome-podcasts: removed cmake from dependencies 2021-05-19 06:31:36 +02:00
Michal Minář b275ddd6a1 megasync: temporarily remove ffmpeg dependency
Fails to build against ffmpeg 4.4

Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2021-05-19 05:45:18 +02:00
Matthew Bauer 761f95efa6
Merge pull request #123431 from r-ryantm/auto-update/cog
cog: 0.8.0 -> 0.8.1
2021-05-18 22:45:14 -05:00
Stéphan Kochen 706cdcf598 deno: fix darwin build 2021-05-18 20:34:32 -07:00
Aaron Andersen 58ddbfa71d
Merge pull request #118395 from jwygoda/grafana-google-oauth2
grafana: add google oauth2 config
2021-05-18 23:11:24 -04:00
David Yamnitsky d904c14b34 sequoia: 0.24.0 -> 0.25.0 2021-05-18 19:47:44 -07:00
J. Neto f705d66eaf pythonPackages.stem: fix build with python 3.9 2021-05-18 19:39:30 -07:00
R. RyanTM 12319aa718 etherape: 0.9.19 -> 0.9.20 2021-05-18 19:35:02 -07:00
Dennis Gosnell b76684aff7
Merge pull request #122719 from NixOS/haskell-updates
haskell: update package set
2021-05-19 10:52:35 +09:00
sophrosyne97 667950d4e8 silicon: fix build error 2021-05-18 18:45:31 -07:00
(cdep)illabout 3522051033
hackage2nix: Mark failing builds broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-05-19 10:37:22 +09:00
Martin Weinelt 29c7d3c40a
Merge pull request #123602 from jonringer/mark-ati-broken
linuxPackages.ati_drivers_x11: remove
2021-05-19 03:36:41 +02:00
(cdep)illabout 721c8ab307
haskell.compiler.ghcHEAD: disable Hydra build on aarch64-linux 2021-05-19 10:30:23 +09:00
Yevhen Shymotiuk e3f825bdc2 texlab: fix darwin build 2021-05-18 18:29:37 -07:00