Commit graph

230137 commits

Author SHA1 Message Date
Mario Rodas ffce9f2c8e
Merge pull request #90560 from marsam/rage-install-completions
rage: install manpages and completions
2020-06-15 21:09:45 -05:00
R. RyanTM 18154b0a44 gitAndTools.git-filter-repo: 2.27.0 -> 2.27.1 2020-06-16 01:58:09 +00:00
R. RyanTM b8c3d5b5ee fluent-bit: 1.4.5 -> 1.4.6 2020-06-16 01:53:25 +00:00
R. RyanTM 3780ac3660 gnome3.gnome-boxes: 3.36.4 -> 3.36.5 2020-06-16 01:40:44 +00:00
Mario Rodas 4d975b12c0
Merge pull request #90460 from 06kellyjac/deno_1.1.0
deno: 1.0.5 -> 1.1.0
2020-06-15 20:21:45 -05:00
Mario Rodas 7eb2af8682
Merge pull request #90302 from Anton-Latukha/upd-handbrake-1.3.3
handbrake: 1.3.2 -> 1.3.3
2020-06-15 20:20:56 -05:00
Mario Rodas 036cfc5dda
Merge pull request #90554 from danielfullmer/searx-dependency
searx: fix missing dependency version
2020-06-15 20:15:38 -05:00
R. RyanTM acd91479ed gitAndTools.git-open: 2.0.0 -> 2.1.0 2020-06-16 01:05:26 +00:00
R. RyanTM 0aa73fdf13 certstrap: 1.1.1 -> 1.2.0 2020-06-15 18:03:21 -07:00
R. RyanTM 24c1e9c598 bdf2sfd: 1.1.1 -> 1.1.2 2020-06-15 17:58:08 -07:00
Jonathan Ringer 96d1403e7f cpplint: 1.3.0 -> 1.5.1 2020-06-15 17:50:53 -07:00
Florian Klink 42b92250b9 nixos/systemd-boot: fix default boot entry selection
6cd12ebcfe
changed behaviour - now the "default" entry needs to identity an entry
with its full name, including the ".conf".

Reported-In: https://github.com/NixOS/nixpkgs/issues/86422
2020-06-15 20:22:45 -04:00
Daniel Fullmer 5cd28326db nixos/systemd-boot: add test for updating 2020-06-15 20:22:45 -04:00
Daniel Fullmer 7e3519a7cf nixos/systemd-boot: update bootloader if needed 2020-06-15 20:22:45 -04:00
Daniel Fullmer ac73a60960 searx: fix missing dependency version
Fixes #90060
2020-06-15 20:17:26 -04:00
Matthew Bauer 834272d0d6
Merge pull request #90506 from mroi/patch-libgcc
libgcc: fix Darwin cross compile
2020-06-15 19:36:05 -04:00
Robert Schütz 4da94b5270 mpv: fix umpv 2020-06-16 01:35:30 +02:00
Florian Klink fd2627babf
Merge pull request #89120 from dasj19/hplip-update
Upgrade hplip & hplip plugin to 3.20.5
2020-06-16 01:33:06 +02:00
Daniel Șerbănescu 37583e45a2 hplip: 3.20.3 -> 3.20.5 2020-06-16 01:31:14 +02:00
R. RyanTM 3141a11131 gnome3.gnome-control-center: 3.36.2 -> 3.36.3 2020-06-15 23:19:59 +00:00
Niklas Hambüchen ab1ae1088e pycurl: Exclude flaky multi_timer_test. Fixes #77304 2020-06-15 15:47:09 -07:00
Florian Klink 825721005a
Merge pull request #89439 from flokli/bpython-xclip
bpython: substituteAll the path to `which`
2020-06-16 00:45:56 +02:00
Florian Klink 550e47c687
Merge pull request #89064 from andir/systemd-networkd-socket
nixos/modules/system/boot/networkd: enable socket activation
2020-06-16 00:43:04 +02:00
Andreas Rammhold 55c09a884a nixos/modules/system/boot/networkd: enable socket activation
Since cd1dedac67 systemd-networkd has it's
netlink socket created via a systemd.socket unit. One might think that
this doesn't make much sense since networkd is just going to create it's
own socket on startup anyway. The difference here is that we have
configuration-time control over things like socket buffer sizes vs
compile-time constants.

For larger setups where networkd has to create a lot of (virtual)
devices the default buffer size of currently 128MB is not enough.

A good example is a machine with >100 virtual interfaces (e.g.,
wireguard tunnels, VLANs, …) that all have to be brought up during
startup. The receive buffer size will spike due to all the generated
message from the new interfaces. Eventually some of the message will be
dropped since there is not enough (permitted) buffer space available.

By having networkd start through / with a netlink socket created by
systemd we can configure the `ReceiveBufferSize` parameter in the socket
options without recompiling networkd.

Since the actual memory requirements depend on hardware, timing, exact
configurations etc. it isn't currently possible to infer a good default
from within the NixOS module system. Administrators are advised to
monitor the logs of systemd-networkd for `rtnl: kernel receive buffer
overrun` spam and increase the memory as required.

Note: Increasing the ReceiveBufferSize doesn't allocate any memory.  It
just increases the upper bound on the kernel side. The memory allocation
depends on the amount of messages that are queued on the kernel side of
the netlink socket.
2020-06-16 00:41:41 +02:00
Peter Hoeg 6d95cf3de4
Merge pull request #90428 from NixOS/wxgtk_gtk3
wxGTK3: make gtk2 and gtk3 specific variants
2020-06-16 06:31:35 +08:00
R. RyanTM 7603529b51 gallery-dl: 1.14.0 -> 1.14.1 2020-06-15 22:28:56 +00:00
Florian Klink c09eb57e38
Merge pull request #90537 from maralorn/fix-system-config-printer
system-config-printer: Fix ABRT: free(): invalid pointer
2020-06-16 00:23:47 +02:00
Dmitry Kalinkin 6270712773 pythonPackages.awkward1: 0.2.22 -> 0.2.23
This fixes the build. The 0.2.23 is the last version compatible with
numba 0.49.
2020-06-15 15:17:02 -07:00
R. RyanTM bfa1712590 fwupd: 1.4.2 -> 1.4.4 2020-06-15 22:16:05 +00:00
Jörg Thalheim 9dcda45b9b
Merge pull request #89755 from wamserma/luxcorerender-py36
luxcorerender: dependency: python35 -> python36
2020-06-15 23:05:39 +01:00
zowoq 3050bbe9d4 maintainers/teams: add golang 2020-06-16 08:05:11 +10:00
Colin L Rice b586b07cfa Add c00w as a maintainer 2020-06-16 08:05:11 +10:00
Jörg Thalheim 0bb6d7a106
Merge pull request #90482 from misuzu/pydantic-tests-fix
python37Packages.pydantic: fix tests
2020-06-15 23:04:43 +01:00
Michael Weiss 1a5df8f680
chromium: 83.0.4103.97 -> 83.0.4103.106
https://chromereleases.googleblog.com/2020/06/stable-channel-update-for-desktop_15.html

This update includes 4 security fixes.

CVEs: CVE-2020-6505 CVE-2020-6506 CVE-2020-6507
2020-06-16 00:01:51 +02:00
Jörg Thalheim ba085e378f
Merge pull request #90529 from r-ryantm/auto-update/di
di: 4.47.3 -> 4.48
2020-06-15 23:01:21 +01:00
Jörg Thalheim 85baf7179f
Merge pull request #89957 from evenbrenden/sof-firmware-v1.5
sof-firmware: 1.4.2 -> 1.5.1
2020-06-15 22:51:21 +01:00
R. RyanTM e1e3911536
gnome3.gnome-desktop: 3.36.2 -> 3.36.3.1 (#90534) 2020-06-15 23:49:41 +02:00
Malte Brandy fcecf15dc4
system-config-printer: Fix ABRT: free(): invalid pointer
Apply patches picked from upstream as done on debian.
Will be included in next upstream release.
2020-06-15 23:48:42 +02:00
Jan Tojnar f1603aa18a
Merge pull request #90525 from r-ryantm/auto-update/evolution
gnome3.evolution: 3.36.2 -> 3.36.3
2020-06-15 23:12:33 +02:00
Jan Tojnar 8e1b5fb2db
Merge pull request #90530 from r-ryantm/auto-update/evince
evince: 3.36.3 -> 3.36.5
2020-06-15 23:11:21 +02:00
Jörg Thalheim 448a27759e
Merge pull request #90455 from Mic92/cquery
cquery: remove
2020-06-15 21:39:44 +01:00
Ryan Mulligan f676408e8c
Merge pull request #90310 from r-ryantm/auto-update/blockbook
blockbook: 0.3.3 -> 0.3.4
2020-06-15 13:18:19 -07:00
John Ericson 8fa7d4acd1
Merge pull request #90527 from erictapen/bind-fix-cross
bind: set BUILD_CC for cross compilation
2020-06-15 16:00:35 -04:00
R. RyanTM 4cf34b8fbc evince: 3.36.3 -> 3.36.5 2020-06-15 19:58:13 +00:00
R. RyanTM efb4e8d764 di: 4.47.3 -> 4.48 2020-06-15 19:50:38 +00:00
Jörg Thalheim 7c68f54d95
cquery: remove 2020-06-15 20:48:56 +01:00
Jörg Thalheim bec05ceb5b
Merge pull request #90033 from misuzu/python-engineio-macos 2020-06-15 20:36:54 +01:00
Ryan Mulligan eaac621064
Merge pull request #90415 from r-ryantm/auto-update/nomad
nomad: 0.11.1 -> 0.11.3
2020-06-15 12:09:39 -07:00
Justin Humm 6cdbb1fb1f
bind: set BUILD_CC for cross compilation
This is due to a hint by @Ericson2314 in
https://github.com/NixOS/nixpkgs/pull/86166#issuecomment-633153996
2020-06-15 21:03:03 +02:00
Samuel Dionne-Riel 04161c4c72
Merge pull request #90391 from samueldr/fix/manual-zstd-note
nixos/release-notes: Amend note about image compression
2020-06-15 14:58:39 -04:00