Commit graph

235399 commits

Author SHA1 Message Date
Peter Hoeg e8388cb596
Merge pull request #93502 from NixOS/f/mediainfo
mediainfo-gui: use gtk3
2020-07-20 21:56:24 +08:00
Mario Rodas e303532eab
Merge pull request #93524 from marsam/update-sshuttle
sshuttle: 1.0.2 -> 1.0.3
2020-07-20 07:56:57 -05:00
Tim Steinbach 93fc9b99b6
oh-my-zsh: 2020-07-15 -> 2020-07-18 2020-07-20 08:53:45 -04:00
Tim Steinbach 700d59d789
linux_latest-libre: 17559 -> 17570 2020-07-20 08:53:41 -04:00
Vladimír Čunát a2bb7bc8d9
Merge #91978: purple-matrix: set c compiler to cc 2020-07-20 14:50:42 +02:00
Vladimír Čunát fc84898808
fixup! purple-matrix: set c compiler to cc, fixes build on osx 2020-07-20 14:50:13 +02:00
Mario Rodas beaf8d42ec
Merge pull request #93515 from r-ryantm/auto-update/lsp-plugins
lsp-plugins: 1.1.22 -> 1.1.24
2020-07-20 07:46:43 -05:00
Mario Rodas c2e75de99d
Merge pull request #93508 from r-ryantm/auto-update/go-swagger
go-swagger: 0.24.0 -> 0.25.0
2020-07-20 07:46:14 -05:00
Mario Rodas ca4e665f8c
Merge pull request #93467 from geistesk/watson-1.10.0
watson: 1.9.0 -> 1.10.0
2020-07-20 07:24:42 -05:00
Mario Rodas 17ce8608cb
Merge pull request #93517 from eonpatapon/cue-0.2.2
cue: 0.2.1 -> 0.2.2
2020-07-20 07:22:15 -05:00
Bas van Dijk 7d061cefb7
Merge pull request #85638 from basvandijk/virtualisation.vmName
nixos/modules/system/activation/top-level.nix: allow overriding system.name
2020-07-20 14:21:58 +02:00
Mario Rodas 1c07a106d2
Merge pull request #93503 from r-ryantm/auto-update/dstask
dstask: 0.18 -> 0.20
2020-07-20 07:21:18 -05:00
Mario Rodas 122d2d828d
Merge pull request #93509 from r-ryantm/auto-update/imgproxy
imgproxy: 2.13.1 -> 2.14.0
2020-07-20 07:18:25 -05:00
Mario Rodas eb14ee8521
Merge pull request #93506 from r-ryantm/auto-update/fswatch
fswatch: 1.14.0 -> 1.15.0
2020-07-20 07:09:03 -05:00
Sirio Balmelli 5a29435e2e
dpkg: 1.20.0 -> 1.20.5
Fixes broken Darwin build in 1.20.0

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-20 13:47:11 +02:00
Bas van Dijk d06de760f8 nixos/modules/system/activation/top-level.nix: allow overriding system.name
The toplevel derivations of systems that have `networking.hostName`
set to `""` (because they want their hostname to be set by DHCP) used
to be all named
`nixos-system-unnamed-${config.system.nixos.label}`.
This makes them hard to distinguish.

A similar problem existed in NixOS tests where `vmName` is used in the
`testScript` to refer to the VM. It defaulted to the
`networking.hostName` which when set to `""` won't allow you to refer
to the machine from the `testScript`.

This commit makes the `system.name` configurable. It still defaults to:

```
if config.networking.hostName == ""
then "unnamed"
else config.networking.hostName;
```

but in case `networking.hostName` needs to be to `""` the
`system.name` can be set to a distinguishable name.
2020-07-20 13:44:18 +02:00
Bas van Dijk 27296cc5c5
Merge pull request #85635 from basvandijk/support-bigger-nixos-tests
Support more than 99 nodes in NixOS tests & export toHex and toBase
2020-07-20 13:39:59 +02:00
Bas van Dijk 6e7822b8f3 lib: toHex -> toHexString & toBase -> toBaseDigits
This makes the type of these functions more apparent from the name.
2020-07-20 13:14:19 +02:00
Max Wittig 64d855d214
gitlab-runner: 13.1.0 -> 13.2.0 (#93514) 2020-07-20 11:13:05 +00:00
Bas van Dijk e15815e885 nixos/tests/networking.nix: test the services.dhcpd4.machines option
This modifies the `router` to not give out a range of IP addresses but
only give out a fixed address based on the MAC address using the
`services.dhcpd4.machines` option.

To get access to the MAC address the `qemuNicMac` function is defined
and exported from `qemu-flags.nix`.
2020-07-20 13:09:27 +02:00
Bas van Dijk 0410f5dff9 nixos/tests: support up to 255 nodes in NixOS tests 2020-07-20 13:09:27 +02:00
Bas van Dijk 00022fbeda lib: add the toHex and toBase utility functions
`toHex` converts the given positive integer to a string of the hexadecimal
representation of that integer. For example:

```
toHex 0 => "0"

toHex 16 => "10"

toHex 250 => "FA"
```

`toBase base i` converts the positive integer `i` to a list of it
digits in the given `base`. For example:

```
toBase 10 123 => [ 1 2 3 ]

toBase 2 6 => [ 1 1 0 ]

toBase 16 250 => [ 15 10 ]
```
2020-07-20 13:09:26 +02:00
Daniël de Kok d0c12dc612
Merge pull request #85689 from danieldk/resilio-module-fix
nixos/resilio: fix directoryRoot configuration
2020-07-20 11:31:36 +02:00
Daniël de Kok b9e0992e87 nixos/resilio: fix directoryRoot configuration
The resilio module places the directoryRoot configuration in the webui
section. However, the generated configuration fails on the current
version of Resilio Sync with:

Invalid key context: 'directory_root' must be in global config section

This change places this key in the global configuration section to
solve this error.
2020-07-20 11:24:33 +02:00
Mario Rodas 6138e83fb1
sshuttle: 1.0.2 -> 1.0.3 2020-07-20 04:20:00 -05:00
Mario Rodas 0361a0e9d6
go-swagger: add ldflags 2020-07-20 04:20:00 -05:00
Maximilian Bosch a41fb93355
Merge pull request #93495 from danielfullmer/diffoscope-152
diffoscope: 151 -> 152
2020-07-20 11:12:39 +02:00
Maximilian Bosch 358cecfbd2
Merge pull request #93459 from gnidorah/rambox
rambox: add wrapGAppsHook
2020-07-20 11:06:59 +02:00
Michael Raskin 23c93a5205
Merge pull request #85169 from prusnak/inkscape
inkscape: 0.92.5 -> 1.0
2020-07-20 08:45:05 +00:00
Jean-Philippe Braun ddec014569 cue: 0.2.1 -> 0.2.2 2020-07-20 10:21:00 +02:00
R. RyanTM 65376beba8 lsp-plugins: 1.1.22 -> 1.1.24 2020-07-20 08:03:42 +00:00
Daniël de Kok a8546a078d
Merge pull request #93498 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.12 -> 0.1.13
2020-07-20 09:24:38 +02:00
R. RyanTM 187be77c37 imgproxy: 2.13.1 -> 2.14.0 2020-07-20 06:36:47 +00:00
R. RyanTM bac0c4fecb go-swagger: 0.24.0 -> 0.25.0 2020-07-20 05:47:54 +00:00
R. RyanTM 65e6e68316 fswatch: 1.14.0 -> 1.15.0 2020-07-20 05:25:54 +00:00
Nikola Knežević 53f42f245a
oauth2_proxy: 5.1.1 -> 6.0.0 (#93121)
The new release fixes one of the outstanding CVEs against oauth2_proxy:
https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-5m6c-jp6f-2vcv.

In addition, rename the owner and the project name to reflect the
changes upstream (it now belongs to the oauth2-proxy organization, and
the name is oauth2-proxy)
2020-07-19 22:08:33 -07:00
zowoq 902987d23d
aerc: fix GOFLAGS (#93455) 2020-07-19 21:50:54 -07:00
Ryan Mulligan 20294558d8
Merge pull request #93497 from r-ryantm/auto-update/cargo-outdated
cargo-outdated: 0.9.10 -> 0.9.11
2020-07-19 21:38:38 -07:00
R. RyanTM 398807d9d0 dstask: 0.18 -> 0.20 2020-07-20 04:25:44 +00:00
Peter Hoeg 3c944f7858 mediainfo-gui: use gtk3 2020-07-20 12:02:29 +08:00
Ryan Mulligan 7df7d37cac
Merge pull request #92723 from r-ryantm/auto-update/streamlink
streamlink: 1.4.1 -> 1.5.0
2020-07-19 20:16:20 -07:00
Ryan Mulligan d5fb766085
Merge pull request #93445 from r-ryantm/auto-update/x42-plugins
x42-plugins: 20200411 -> 20200714
2020-07-19 20:15:39 -07:00
R. RyanTM 58c2a5f4fe cargo-udeps: 0.1.12 -> 0.1.13 2020-07-20 03:05:36 +00:00
Ryan Mulligan d702edddc4
Merge pull request #93494 from r-ryantm/auto-update/ameba
ameba: 0.13.0 -> 0.13.1
2020-07-19 20:02:56 -07:00
R. RyanTM c805f76e09 cargo-outdated: 0.9.10 -> 0.9.11 2020-07-20 02:55:59 +00:00
Daniel Fullmer 8c1c284c8d diffoscope: 151 -> 152 2020-07-19 18:57:13 -07:00
R. RyanTM fa7188cd33 ameba: 0.13.0 -> 0.13.1 2020-07-20 01:12:32 +00:00
Mario Rodas 65286e8e20
Merge pull request #93485 from danderson/danderson/update-tailscale
tailscale: 0.99.1-0 -> 0.100.0-153
2020-07-19 19:43:39 -05:00
Jonathan Ringer 8dd95638ad dotnetCorePackages: build-dotnet: lint 2020-07-19 17:42:35 -07:00
Jonathan Ringer eea3dedaf4 dotnetCorePackages: rename files 2020-07-19 17:42:35 -07:00