Commit Graph

235370 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Jonathan Ringer
a65cc6346d buildDotnet.nix: refactor 2020-07-19 17:42:35 -07:00
Dennis Gosnell
c32264ef79
Merge pull request #93476 from cdepillabout/add-break-time
break-time: init at 0.1.1
2020-07-20 09:30:01 +09:00
Peter Sanford
8b66a6f863 wormhole-william: init at v1.0.4
wormhole-william is an end-to-end encrypted file transfer tool.
It is compatible with Magic Wormhole.
2020-07-20 10:11:51 +10:00
Peter Sanford
421b10ea70 maintainers: add psanford 2020-07-20 10:11:51 +10:00
David Anderson
107a1b2a7a tailscale: 0.99.1-0 -> 0.100.0-153
Signed-off-by: David Anderson <dave@natulte.net>
2020-07-20 00:11:25 +00:00
(cdep)illabout
f1d3856fa3
break-time: init at 0.1.1 2020-07-20 09:05:16 +09:00
Jan Tojnar
f1f038331f
mypaint: 2.0.0 → 2.0.1
https://github.com/mypaint/mypaint/releases/tag/v2.0.1
2020-07-20 02:03:14 +02:00
Mario Rodas
fb90f53313
Merge pull request #93071 from r-ryantm/auto-update/libfilezilla
libfilezilla: 0.22.0 -> 0.23.0
2020-07-19 18:59:08 -05:00
Ryan Mulligan
e5e2c8dd09
Merge pull request #93282 from r-ryantm/auto-update/bcompare
bcompare: 4.3.4.24657 -> 4.3.5.24893
2020-07-19 16:47:42 -07:00
Ryan Mulligan
b1ba2f17c9
Merge pull request #93320 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.19.0 -> 3.21.0
2020-07-19 16:42:46 -07:00
Mario Rodas
12bc331424
Merge pull request #93200 from dywedir/elvish
elvish: 0.13.1 -> 0.14.0
2020-07-19 18:37:24 -05:00
Mario Rodas
ae6e762289
Merge pull request #93159 from r-ryantm/auto-update/sslh
sslh: 1.20 -> 1.21
2020-07-19 18:16:18 -05:00
Mario Rodas
6ef281a911
Merge pull request #93144 from tobim/flatbuffers/1.12.0
flatbuffers: 1.11.0 -> 1.12.0
2020-07-19 18:12:14 -05:00
Mario Rodas
ce85628d24
Merge pull request #93241 from r-ryantm/auto-update/pistol
pistol: 0.1.2 -> 0.1.4
2020-07-19 18:11:47 -05:00
Mario Rodas
768011c9e8
Merge pull request #93207 from r-ryantm/auto-update/bdf2sfd
bdf2sfd: 1.1.2 -> 1.1.3
2020-07-19 18:04:51 -05:00
Silvan Mosberger
0570505807
Merge pull request #92391 from leungbk/nodePackages-pyright
nodePackages.pyright: init at 1.1.49
2020-07-20 01:01:13 +02:00
Mario Rodas
453394cf86
Merge pull request #93225 from r-ryantm/auto-update/k6
k6: 0.26.2 -> 0.27.0
2020-07-19 17:39:36 -05:00
Mario Rodas
0dd67e65d8
Merge pull request #93229 from r-ryantm/auto-update/libcrafter
libcrafter: 0.3 -> 1.0
2020-07-19 17:38:25 -05:00
Mario Rodas
e443f3358d
Merge pull request #93488 from sikmir/asuka
asuka: 0.8.0 -> 0.8.1
2020-07-19 17:28:16 -05:00
aszlig
4e92b613cc
nixos/wireguard: Fix mismatched XML tag
Build error introduced in fe7053f75a:

  parser error : Opening and ending tag mismatch: commmand line 6139 and command
  escription><para>Base64 preshared key generated by <commmand>wg genpsk</command>
                                                                                 ^
Writing "command" with only two "m" fixes building the NixOS manual.

Signed-off-by: aszlig <aszlig@nix.build>
2020-07-20 00:14:44 +02:00
Nikolay Korotkiy
b581a31145
asuka: 0.8.0 -> 0.8.1 2020-07-20 00:19:32 +03:00
Brian Leung
20c23a4cbf nodePackages.pyright: init at 1.1.54 2020-07-19 13:38:55 -07:00
Jörg Thalheim
1c26e6baec
Merge pull request #93474 from tnias/fix20200719 2020-07-19 21:07:05 +01:00
Thomas Tuegel
9cfca08777
Merge pull request #89846 from lelongg/qtserialbus
qt5.qtserialbus: init at 5.12
2020-07-19 14:46:02 -05:00
Vladimír Čunát
0a2cff8e74
Merge #92783: gperftools: 2.7 -> 2.8 2020-07-19 21:23:41 +02:00
Vladyslav M
5aa6f90188
Merge pull request #93245 from r-ryantm/auto-update/rssguard
rssguard: 3.6.2 -> 3.7.0
2020-07-19 22:16:28 +03:00
Thomas Tuegel
28a408ac95
Merge pull request #92883 from freezeboy/add-granatier
granatier: init at 19.12.3
2020-07-19 14:01:14 -05:00