Commit graph

393271 commits

Author SHA1 Message Date
github-actions[bot]
d64d75f2f3
Merge master into staging-next 2022-07-19 00:02:21 +00:00
StephenWithPH
f2187ade75
duplicity: 0.8.20 -> 0.8.23 2022-07-18 15:57:32 -07:00
zowoq
5d3aac18a2 clusterctl: 1.1.5 -> 1.2.0
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.2.0
2022-07-19 08:41:34 +10:00
happysalada
6990295131 vector: 0.23.0 -> 0.22.3 2022-07-18 18:39:58 -04:00
maralorn
ee6f075310
Merge pull request from Atemu/git-annex-lsof
git-annex: wrap with lsof
2022-07-19 00:36:03 +02:00
Artturi
6dc4ee65f7
Merge pull request from cmm/network-setup-bindTo
nixos/network-interfaces-scripted: don't bindTo absent network-setup.service
2022-07-19 01:33:14 +03:00
maralorn
2df3794165
Merge pull request from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-07-19 00:05:01 +02:00
Will Cohen
7bde45f469 python3Packages.pygeos: fix build for geos 3.11 2022-07-18 17:41:08 -04:00
Will Cohen
71cae3ecc2 python3Packages.shapely: fix build for geos 3.11 2022-07-18 17:40:44 -04:00
happysalada
f2c952b688 pythonModules.polars: mark as broken 2022-07-18 17:32:33 -04:00
Malte Brandy
a69f246abd Merge branch 'master' into haskell-updates 2022-07-18 23:20:31 +02:00
Malte Brandy
72a19f20ad haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-07-18 23:20:01 +02:00
Marek Fajkus
31997025a4
Merge pull request from turboMaCk/update-elm-json
elmPackages.elm-json: 0.2.10 -> 0.2.12
2022-07-18 22:55:57 +02:00
Dmitry Kalinkin
8d10015d3a
clhep: init at 2.4.5.3 2022-07-18 16:30:23 -04:00
Marek Fajkus
d5765d5150
elmPackages.elm-json: 0.2.10 -> 0.2.12 2022-07-18 22:26:48 +02:00
R. Ryantm
9b808d0491 python310Packages.safety: 2.0.0 -> 2.1.1 2022-07-18 20:24:40 +00:00
Joachim F
1715c13faa
Merge pull request from dfithian/dfithian-maintainer
beats: add dfithian as maintainer
2022-07-18 22:03:04 +02:00
Atemu
7e9e6145e6 git-annex: wrap with lsof
Required by the assistant at runtime:

```
$ nix-shell --pure -p git git-annex
$ git annex assistant
git-annex: The lsof command is needed for watch mode to be safe, and is not in PATH.
To override lsof checks to ensure that files are not open for writing
when added to the annex, you can use --force
Be warned: This can corrupt data in the annex, and make fsck complain.
```
2022-07-18 21:45:45 +02:00
Atemu
9c98a3908d git-annex: wrap with coreutils on all platforms
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2022-07-18 21:45:36 +02:00
Kerstin Humm
35caf822fe
radicale: 3.1.7 -> 3.1.8 2022-07-18 21:30:11 +02:00
R. Ryantm
02da3a1229 ocamlPackages.ocp-index: 1.3.1 -> 1.3.3 2022-07-18 21:29:17 +02:00
Dan Fithian
7af8cc5769 maintainers: add dfithian 2022-07-18 15:20:44 -04:00
Dan Fithian
021f4cac52 beats: add dfithian as maintainer 2022-07-18 15:20:34 -04:00
Joachim F
0640ef2ccc
Merge pull request from dfithian/heartbeat
heartbeat service: specify package
2022-07-18 20:56:08 +02:00
Dan Fithian
49a5377557 heartbeat service: specify package
Other elastic services can specify the package. Now we can also do it for heartbeat.
2022-07-18 14:39:22 -04:00
Sergei Trofimovich
69da37a8fd gcc: turn configureFlags into a sigle list, not nested list
Before the change:

    $ nix repl pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
    nix-repl> :p powerpc64le.bootGCC.configureFlags
    [ ... "--enable-targets=powerpcle-linux" [ "--with-long-double-128" ] "--target=powerpc64le-unknown-linux-gnu" ]

After the change:

    nix-repl> :p powerpc64le.bootGCC.configureFlags
    [ ... "--enable-targets=powerpcle-linux" "--with-long-double-128" "--target=powerpc64le-unknown-linux-gnu" ]
2022-07-18 19:10:22 +01:00
R. Ryantm
9ed49fcd00 python310Packages.google-cloud-vision: 2.8.0 -> 3.0.0 2022-07-18 18:05:22 +00:00
github-actions[bot]
83702a6ef7
Merge master into staging-next 2022-07-18 18:01:14 +00:00
oaksoaj
fc9e22fca1 yggdrasil: add group option back and remove systemd User= directive
The group configuration parameter allow to share access to yggdrasil
control socket with the users in the system. In the version we propose,
it is null by default so that only root can access the control socket,
but let user create their own group if they need.

Remove User= durective in systemd unit. Should a user with the specified
name already exist in the system, it would be used silently instead of a
dynamic user which could be a security concern.
2022-07-18 12:56:59 -05:00
oaksoaj
080774e28f yggdrasil: reenable DynamicUser
Since version 0.4 Yggdrasil works again using systemd's DynamicUser option.
This patch reenables it to improve security.

We tested this with both persistent and non-persistent keys. Everything
seems to work fine.
2022-07-18 12:56:59 -05:00
R. Ryantm
ea54b2a58f python310Packages.google-cloud-trace: 1.6.2 -> 1.7.0 2022-07-18 17:55:10 +00:00
R. Ryantm
c54d7bdce6 python310Packages.google-cloud-texttospeech: 2.11.1 -> 2.12.0 2022-07-18 17:50:08 +00:00
R. Ryantm
169456dd91 python310Packages.google-cloud-tasks: 2.9.1 -> 2.10.0 2022-07-18 17:43:10 +00:00
Will Cohen
ace8d4a21f geos: 3.10.2 -> 3.11.0 2022-07-18 13:40:15 -04:00
R. Ryantm
c230a239b8 python310Packages.google-cloud-secret-manager: 2.11.1 -> 2.12.0 2022-07-18 17:37:24 +00:00
R. Ryantm
6132922358 python310Packages.google-cloud-firestore: 2.5.3 -> 2.6.0 2022-07-18 17:26:28 +00:00
R. Ryantm
ed2dac5aab python310Packages.google-cloud-dlp: 3.7.1 -> 3.8.0 2022-07-18 17:20:58 +00:00
R. Ryantm
627d22d385 python310Packages.screenlogicpy: 0.5.4 -> 0.5.5 2022-07-18 17:19:22 +00:00
Sven Over
f2cda06860 spr: 1.3.3 -> 1.3.4 2022-07-18 18:17:27 +01:00
R. Ryantm
2f828a1487 python310Packages.google-cloud-datacatalog: 3.8.1 -> 3.9.0 2022-07-18 17:13:02 +00:00
R. Ryantm
08d9ed61d5 python310Packages.google-cloud-container: 2.10.8 -> 2.11.0 2022-07-18 17:05:50 +00:00
R. Ryantm
3b033d9f33 python310Packages.google-cloud-bigquery-logging: 1.0.3 -> 1.0.4 2022-07-18 17:00:31 +00:00
R. Ryantm
2379e02542 python310Packages.google-cloud-bigquery-datatransfer: 3.6.2 -> 3.7.0 2022-07-18 16:55:33 +00:00
Nikolay Korotkiy
b680f90db0
tile38: 1.28.0 → 1.29.0 2022-07-18 19:55:28 +03:00
Izorkin
fdac405446
neofetch: improve detect NixOS version 2022-07-18 19:53:26 +03:00
R. Ryantm
e846844d85 python310Packages.google-cloud-audit-log: 0.2.2 -> 0.2.3 2022-07-18 16:47:40 +00:00
R. Ryantm
71adc6c2ed python310Packages.google-cloud-appengine-logging: 1.1.2 -> 1.1.3 2022-07-18 16:42:20 +00:00
Ivv
e4d49de45a
Merge pull request from sbruder/update-yuzu/ea-2840
yuzu-{ea,mainline}: {2725,1088} -> {2841,1092}
2022-07-18 18:21:45 +02:00
DwarfMaster
016243550c arcan.arcan: 0.6.1.1 -> 0.6.2 2022-07-18 17:39:59 +02:00
sternenseemann
0005ee6060 josh: init at 22.06.22 2022-07-18 17:09:22 +02:00