Yurii Matsiuk
bd12ba9643
linux: 4.19.191 -> 4.19.192
2021-05-27 06:27:51 +02:00
Yurii Matsiuk
91233c46e3
linux: 4.14.233 -> 4.14.234
2021-05-27 06:27:45 +02:00
Yurii Matsiuk
6c6f9a5abf
linux/hardened/patches/5.12: init at 5.12.6-hardened1
2021-05-26 08:07:00 +02:00
Yurii Matsiuk
63f5c51430
linux/hardened/patches/5.4: 5.4.119-hardened1 -> 5.4.121-hardened1
2021-05-24 18:54:50 +02:00
Yurii Matsiuk
ac7c67ea0c
linux/hardened/patches/5.11: 5.11.21-hardened1 -> 5.11.22-hardened1
2021-05-24 18:54:49 +02:00
Yurii Matsiuk
f8df946b8b
linux/hardened/patches/5.10: 5.10.37-hardened1 -> 5.10.39-hardened1
2021-05-24 18:54:48 +02:00
Yurii Matsiuk
38a17bf835
linux/hardened/patches/4.19: 4.19.190-hardened1 -> 4.19.191-hardened1
2021-05-24 18:54:46 +02:00
Yurii Matsiuk
96806043e7
linux/hardened/patches/4.14: 4.14.232-hardened1 -> 4.14.233-hardened1
2021-05-24 18:54:44 +02:00
Yurii Matsiuk
be8af32578
linux_latest-libre: 18063 -> 18096
2021-05-24 18:54:29 +02:00
Yurii Matsiuk
44ed8b845d
linux: 5.4.120 -> 5.4.121
2021-05-24 18:54:12 +02:00
Yurii Matsiuk
6485d14e6d
linux: 5.12.5 -> 5.12.6
2021-05-24 18:54:06 +02:00
Yurii Matsiuk
43730b18ea
linux: 5.10.38 -> 5.10.39
2021-05-24 18:53:53 +02:00
Yurii Matsiuk
e51c114dfe
linux: 4.9.268 -> 4.9.269
2021-05-24 18:53:48 +02:00
Yurii Matsiuk
7d15d50717
linux: 4.4.268 -> 4.4.269
2021-05-24 18:53:44 +02:00
Yurii Matsiuk
be7fc1bdee
linux: 4.19.190 -> 4.19.191
2021-05-24 18:53:40 +02:00
Yurii Matsiuk
c5545b7e42
linux: 4.14.232 -> 4.14.233
2021-05-24 18:53:35 +02:00
Yurii Matsiuk
ce48d2c593
linux: 5.4.119 -> 5.4.120
2021-05-19 11:55:50 +02:00
Yurii Matsiuk
a76a720665
linux: 5.12.4 -> 5.12.5
2021-05-19 11:55:45 +02:00
Yurii Matsiuk
701282a87a
linux: 5.11.21 -> 5.11.22
2021-05-19 11:55:40 +02:00
Yurii Matsiuk
9a0a33f6b1
linux: 5.10.37 -> 5.10.38
2021-05-19 11:55:35 +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 Schütz
82f5c64af7
kdeltachat: unstable-2021-05-16 -> unstable-2021-05-18 ( #123575 )
2021-05-19 11:34:15 +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
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