Commit Graph

226636 Commits

Author SHA1 Message Date
Maximilian Bosch
d09d792423
scalafmt: 2.5.1 -> 2.5.2
https://github.com/scalameta/scalafmt/releases/tag/v2.5.2
2020-05-22 16:40:00 +02:00
Ryan Mulligan
4d4d801626
Merge pull request #88534 from r-ryantm/auto-update/goaccess
goaccess: 1.3 -> 1.4
2020-05-22 07:39:52 -07:00
Ryan Mulligan
07a0b7a776
Merge pull request #88247 from r-ryantm/auto-update/atlassian-confluence
atlassian-confluence: 7.3.4 -> 7.4.0
2020-05-22 07:39:19 -07:00
Ryan Mulligan
31ae377d29
Merge pull request #88511 from r-ryantm/auto-update/gitkraken
gitkraken: 6.6.0 -> 7.0.0
2020-05-22 07:37:48 -07:00
Benjamin Hipple
531eab10a8
Merge pull request #88572 from marcus7070/marcus7070/cq-bump
python3Packages.cadquery: 2.0RC0 -> 2.0
2020-05-22 10:34:58 -04:00
Benjamin Hipple
0ddf012e30
Merge pull request #88601 from xzfc/cached-nix-shell
cached-nix-shell: 0.1.2 -> 0.1.3
2020-05-22 10:33:35 -04:00
Ryan Mulligan
f727924abd
Merge pull request #88118 from r-ryantm/auto-update/clightning
clightning: 0.8.2 -> 0.8.2.1
2020-05-22 07:33:04 -07:00
Ryan Mulligan
086be4a7b8
Merge pull request #88543 from r-ryantm/auto-update/hopper
hopper: 4.5.25 -> 4.5.27
2020-05-22 07:27:35 -07:00
Ryan Mulligan
07e782bf09
Merge pull request #88541 from r-ryantm/auto-update/homeassistant-cli
home-assistant-cli: 0.8.0 -> 0.9.1
2020-05-22 07:20:39 -07:00
Mario Rodas
c72b4d8cb5
Merge pull request #88578 from r-ryantm/auto-update/ldb
ldb: 2.1.2 -> 2.1.3
2020-05-22 08:43:49 -05:00
Jörg Thalheim
1ccf44204b
actions/editorconfig: disable until we can combine this with ofborg (#88608)
We cannot run this check now, as it marks CI as green even though ofborg has not
evaluated it yet. In future we might be able to mark ofborg as a required test:
https://github.com/NixOS/nixpkgs/pull/87853#issuecomment-632676824
2020-05-22 13:15:13 +00:00
Albert Safin
7923f0d955 cached-nix-shell: 0.1.2 -> 0.1.3 2020-05-22 11:12:02 +00:00
Michael Weiss
9404c8ee74
gitRepo: 2.7 -> 2.8 2020-05-22 13:04:27 +02:00
Michael Weiss
9e7ea5f897
jekyll: Update the dependencies (security, CVE-2020-8165)
This fixes a potential security issue (reported by bundler-audit) by
updating activesupport to 6.0.3.1 for CVE-2020-8165 [0].

[0]: https://groups.google.com/forum/#!topic/rubyonrails-security/bv6fW4S0Y1c
2020-05-22 12:46:58 +02:00
Jörg Thalheim
e21c3fa6ee
Merge pull request #88564 from zowoq/metasploit
metasploit: 5.0.74 -> 5.0.90
2020-05-22 10:39:57 +01:00
Doron Behar
d8fc7deb69 syncthingtray: test --help in installCheckPhase
To spare the need to test this package every time @r-ryantm updates it,
make sure it passes this sanity test.
2020-05-22 11:26:28 +02:00
David Terry
74bf0fafd5 bazarr: 0.8.4.3 -> 0.8.4.4 2020-05-22 11:23:31 +02:00
David Terry
8724c96e71 nixos/bazarr: init 2020-05-22 11:23:31 +02:00
David Terry
81ccf1303b bazarr: init at 0.8.4.3 2020-05-22 11:23:31 +02:00
Lassulus
79f41b296c
Merge pull request #81104 from bb2020/transmission
nixos/transmission: fix startup directory creation
2020-05-22 11:23:17 +02:00
Sarah Brofeldt
c641500aaa
Merge pull request #88575 from zowoq/etcd
etcd: 3.3.21 -> 3.3.22, 3.4.8 -> 3.4.9
2020-05-22 11:19:12 +02:00
Vincent Laporte
8cbf8116e7 ocamlPackages.ppxfind: 1.3 → 1.4
ocamlPackages.ocaml-migrate-parsetree: 1.5.0 → 1.7.3
2020-05-22 11:08:55 +02:00
Lassulus
d84d8e802e
Merge pull request #79175 from helsinki-systems/init/sogo
sogo: init at 4.3.2
2020-05-22 11:04:39 +02:00
Florian Klink
a02f3fbabb
Merge pull request #88032 from flokli/scripted-networking-link
nixos/scripted-networking: use udev to configure link MACAddress and MTUBytes
2020-05-22 10:58:45 +02:00
Florian Klink
822918df4c nixos/scripted-networking: use udev to configure link MACAddress and MTUBytes
The `network-link-${i.name}` units raced with other things trying to
configure the interface, or ran before the interface was available.

Instead of running our own set of shell scripts on boot, and hoping
they're executed at the right time, we can make use of udev to configure
the interface *while they appear*, by providing `.link` files in
/etc/systemd/network/*.link to set MACAddress and MTUBytes.

This doesn't require networkd to be enabled, and is populated properly
on non-networkd systems since
https://github.com/NixOS/nixpkgs/pull/82941.

This continues clean-up work done in
https://github.com/NixOS/nixpkgs/pull/85170 for the scripted networking
stack.

The only leftover part of the `network-link-${i.name}` unit (bringing
the interface up) is moved to the beginning of the
`network-addresses-${i.name}` unit.

Fixes: https://github.com/NixOS/nixpkgs/issues/74471
Closes: https://github.com/NixOS/nixpkgs/pull/87116
2020-05-22 10:58:00 +02:00
adisbladis
68eb2c3085
Merge pull request #88458 from nilp0inter/master
kapow: init at 0.5.3
2020-05-22 10:34:07 +02:00
Orivej Desh
5de1e307f2 guitarix: fix build with lv2 1.18, enable faust plugins 2020-05-22 08:13:21 +00:00
Vincent Laporte
e9759c1c3a ocamlPackages.async_unix: remove at 112.24.00
This is a legacy version for OCaml 4.02
2020-05-22 10:07:12 +02:00
Evan Stoll
2f943ebc25
virtualisation: add vmware-image (#88523) 2020-05-22 10:03:46 +02:00
Vincent Laporte
7b39d85fc7 ocamlPackages.cairo2: disable tests for OCaml ≥ 4.10 2020-05-22 09:41:51 +02:00
Lassulus
571212eb83
Merge pull request #87966 from helsinki-systems/upd/terraria14
terraria-server: 1.3.5.3 -> 1.4.0.3
2020-05-22 08:35:50 +02:00
Mario Rodas
4e4e116e73
Merge pull request #88559 from marsam/update-tflint
tflint: 0.16.0 -> 0.16.1
2020-05-22 01:07:27 -05:00
Mario Rodas
3932bc412c
Merge pull request #88496 from zowoq/wireshark
wireshark: 3.2.3 -> 3.2.4
2020-05-22 01:07:14 -05:00
R. RyanTM
0428650dae ldb: 2.1.2 -> 2.1.3 2020-05-22 05:49:18 +00:00
adisbladis
0c70afa6d1
podman-compose: Don't wrap podman
Podman is now a wrapped with it's container runtimes in the podman
closure.

This means that the podman passed to podman-compose is not necessarily
the one that the user wants to use as it lacks user configured
container runtimes.

This change aims to make package composition more intuitive by
defering the installation of podman to the user of podman-compose.
2020-05-22 06:34:25 +01:00
adisbladis
e061c4bab3
podman-compose: Add podman team to maintainers 2020-05-22 06:34:25 +01:00
zowoq
5c04d90f24 etcd_3_4: 3.4.8 -> 3.4.9
https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.4.md#v349-2020-05-20
2020-05-22 14:57:50 +10:00
Marcus Boyd
a2ba99b22f cq-editor: 0.1RC1 -> 0.1RC2 2020-05-22 14:25:48 +09:30
Marcus Boyd
be00210050 python3Packages.cadquery: 2.0RC0 -> 2.0 2020-05-22 14:25:41 +09:30
zowoq
dd50011d38 etcd: 3.3.21 -> 3.3.22
https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md#v3322-2020-05-20
2020-05-22 14:44:11 +10:00
snicket2100
866b411ab6 nixos/dnscrypt-proxy2: service restart on failure
it does happen that `dnscrypt-proxy` exit when it is unable to
synchronise its resolvers metadata on startup. this can happen due
to network connectivity issues for example. not restarting it automatically
means no dns resolution will work until a manual restart is performed.
2020-05-22 06:43:10 +02:00
Dmitry Kalinkin
288cc42dfc
Merge pull request #86523 from veprbl/pr/intltools_patch_fix
intltool: add a backup url for a patch
2020-05-21 22:01:01 -04:00
Mario Rodas
46b72a23dd
Merge pull request #88549 from r-ryantm/auto-update/imgproxy
imgproxy: 2.13.0 -> 2.13.1
2020-05-21 20:10:48 -05:00
zowoq
1ccf7cd704 metasploit: 5.0.74 -> 5.0.90 2020-05-22 11:04:05 +10:00
zowoq
aef1ddfbe9 metasploit: add libiconv to shell.nix 2020-05-22 11:04:04 +10:00
Mario Rodas
c50c78a538
Merge pull request #88459 from bandresen/babashka_versionbump
babashka: 0.0.94 -> 0.0.97
2020-05-21 19:59:14 -05:00
Mario Rodas
54392e38c2
Merge pull request #88484 from danieldk/sentencepiece-0.1.91
sentencepiece: 0.1.90 -> 0.1.91
2020-05-21 19:58:00 -05:00
Mario Rodas
f1016aedc8
Merge pull request #88478 from equirosa/croc
croc: 8.0.9 -> 8.0.11
2020-05-21 19:57:02 -05:00
Peter Hoeg
92ec704a5c
Merge pull request #88498 from peterhoeg/master
openvpn: update and wrap update-systemd-resolved
2020-05-22 08:56:21 +08:00
Peter Hoeg
b462b8b9e5
Merge pull request #88516 from peterhoeg/f/obs
obs-studio: show the actual version instead of 0.0.1
2020-05-22 08:54:38 +08:00