Commit Graph

11829 Commits

Author SHA1 Message Date
Michael Weiss
5b14758d31
Merge pull request #92920 from primeos/scons
scons: 3.1.2 -> 4.0.0
2020-07-18 13:36:29 +02:00
Michael Weiss
595a36d846
scons.py2: Replace with sconsPackages.scons_3_1_2
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-07-18 10:48:20 +02:00
Jan Tojnar
821dba740e
Merge branch 'staging-next' into staging 2020-07-15 09:29:01 +02:00
Mario Rodas
10bc0f7b8f
Merge pull request #92835 from r-ryantm/auto-update/powerstat
powerstat: 0.02.23 -> 0.02.24
2020-07-14 09:03:34 -05:00
Florian Klink
9583669422 lvm2: passthru tests 2020-07-14 12:56:35 +02:00
Florian Klink
12d32eefed lvm2: rename enable_{cmdlib,dmeventd} to enable{Cmdlib,Dmeventd}
Make this more consistent with how these flags look like in the rest of
nixpkgs.
2020-07-14 12:00:33 +02:00
Tim Steinbach
6206029f69
linux: 5.8-rc4 -> 5.8-rc5 2020-07-13 10:19:12 -04:00
Vladimír Čunát
377324ca6d
Merge branch 'staging-next' (PR #91090) 2020-07-13 07:13:56 +02:00
Florian Klink
9f83907013 lvm2: only split bin and lib out from out if cmdlib isn't enabled 2020-07-12 23:04:33 +02:00
Florian Klink
b8129312bd lvm2: fix location to systemd-run invocation 2020-07-12 23:04:33 +02:00
ajs124
e6a6846d4f lvm2: fix paths to use /run instead of /var/run.
This shuts up some warnings.
2020-07-12 23:04:33 +02:00
Florian Klink
d3a991d410 lvm2: add multiple output support 2020-07-12 23:04:33 +02:00
Florian Klink
df67459b89 lvm2: don't embed ./configure line in lvm2 binary 2020-07-12 23:04:33 +02:00
Florian Klink
198d1e6f5c lvm2: make --enable-cmdlib optional
This seems to be mostly used to simplify LV management tasks from a web
interface
(https://www.redhat.com/archives/linux-lvm/2008-September/msg00029.html),
and is as fat as the `lvm` binary itself
2020-07-12 23:04:33 +02:00
ajs124
3ca74a976a lvm2: 2.03.01 -> 2.03.09 2020-07-12 23:04:33 +02:00
Florian Klink
fbe7027251 lvm2: fetch sources from http instead of git
Otherwise, we end up in a dependency cycle:

systemd -> cryptsetup -> lvm -> fetchgit -> git -> openssh -> libfido2 -> hidapi -> libusb -> udev=systemd
2020-07-12 23:04:33 +02:00
ajs124
33030f1bd2 lvm2: add myself as maintainer 2020-07-12 23:04:33 +02:00
Florian Klink
5e1eb7bd59 lvm2: cleanups, make udev optional
- use installTargets again ("install", and
   "install_systemd_{generators,units,configuration}" when udev is not
   null)
 - The call to the blkid binary in lvm2's 13-dm-disk.rules file
   disappeared (so we don't need to patch in blkid anymore).
   lvm seems to rely on udev's internal blkid functionality.
 - Call /run/current-system/systemd/bin/udevadm instead
   of ${systemd}/bin/udevadm in the lvm activation generator.
   This is not necessary to break the dependency cycle (as we don't use
   that file when building without udev), but a good idea anyways -
   We want to trigger the udevadm of the current system, not the one
   that lvm was built with.
2020-07-12 23:04:33 +02:00
Florian Klink
2d2b7513d9 lvm2: remove unused default.upstream file 2020-07-12 23:04:32 +02:00
Sarah Brofeldt
30e9b02afe
Merge pull request #87052 from acowley/hwdata
hwdata: 0.316 -> 0.335
2020-07-11 22:42:59 +02:00
Florian Klink
12834b3e87
Merge pull request #91232 from primeos/systemd-allow-transient-hostname
systemd: Allow setting the transient hostname via DHCP
2020-07-11 22:28:52 +02:00
Vladimír Čunát
ec74a02bde
Merge branch 'master' into staging-next
Thousands of rebuilds from master (not sure why).
2020-07-11 16:45:47 +02:00
Daniël de Kok
c71518e75b
Merge pull request #92902 from r-ryantm/auto-update/smemstat
smemstat: 0.02.07 -> 0.02.08
2020-07-11 10:45:00 +02:00
Frederik Rietdijk
a3a40ac7cc Merge staging-next into staging 2020-07-11 09:00:18 +02:00
Frederik Rietdijk
ae8eee9c3f Merge master into staging-next 2020-07-11 08:59:54 +02:00
R. RyanTM
123ee32555 smemstat: 0.02.07 -> 0.02.08 2020-07-11 01:46:31 +00:00
Michael Weiss
483dbe9237 systemd: Allow setting the transient hostname via DHCP
This permits using method_set_hostname but still denies
method_set_static_hostname. As a result DHCP clients can now always set
the transient hostname via the SetHostname method of the D-Bus interface
of systemd-hostnamed (org.freedesktop.hostname1.set-hostname).
If the NixOS option networking.hostName is set to an empty string (or
"localhost") the static hostname (kernel.hostname but NOT /etc/hostname)
will additionally be updated (this is intended).

From "man hostnamectl": The transient hostname is a fallback value
received from network configuration. If a static hostname is set, and is
valid (something other than localhost), then the transient hostname is
not used.

Fix #74847.

Note: It's possible to restrict access to the org.freedesktop.hostname1
interface using Polkit rules.
2020-07-11 00:05:41 +02:00
Tim Steinbach
0416089dc6
linux: 5.8-rc2 -> 5.8-rc4 2020-07-10 10:23:46 -04:00
Tim Steinbach
af5accfa96
linux/hardened/patches/5.7: 5.7.7.a -> 5.7.8.a 2020-07-10 09:37:28 -04:00
Tim Steinbach
cda9153727
linux/hardened/patches/5.4: 5.4.48.a -> 5.4.49.a 2020-07-10 09:37:28 -04:00
Tim Steinbach
4be3ad84d2
linux/hardened/patches/4.19: 4.19.131.a -> 4.19.132.a 2020-07-10 09:37:27 -04:00
Tim Steinbach
2371cb620a
linux/hardened/patches/4.14: 4.14.187.a -> 4.14.188.a 2020-07-10 09:37:27 -04:00
Tim Steinbach
21ed6c8546
linux_latest-libre: 17537 -> 17559 2020-07-10 09:37:27 -04:00
R. RyanTM
8babb2f6fb powerstat: 0.02.23 -> 0.02.24 2020-07-10 08:10:02 +00:00
Tim Steinbach
17f45c2f52
linux: 5.7.7 -> 5.7.8 2020-07-09 08:58:50 -04:00
Tim Steinbach
6012d93a2d
linux: 5.4.50 -> 5.4.51 2020-07-09 08:58:43 -04:00
Tim Steinbach
909da310e2
linux: 4.9.229 -> 4.9.230 2020-07-09 08:58:32 -04:00
Tim Steinbach
6bf85dad81
linux: 4.4.229 -> 4.4.230 2020-07-09 08:58:23 -04:00
Tim Steinbach
a1325a39b8
linux: 4.19.131 -> 4.19.132 2020-07-09 08:58:15 -04:00
Tim Steinbach
ee9a10daf7
linux: 4.14.187 -> 4.14.188 2020-07-09 08:58:02 -04:00
Daniël de Kok
c06384ecbd
Merge pull request #92778 from r-ryantm/auto-update/fnotifystat
fnotifystat: 0.02.05 -> 0.02.06
2020-07-09 13:28:27 +02:00
R. RyanTM
c01546b753 fnotifystat: 0.02.05 -> 0.02.06 2020-07-09 09:07:21 +00:00
Daniël de Kok
ea4412433b
Merge pull request #92770 from r-ryantm/auto-update/forkstat
forkstat: 0.02.14 -> 0.02.15
2020-07-09 08:31:43 +02:00
R. RyanTM
48960c82f2 forkstat: 0.02.14 -> 0.02.15 2020-07-09 05:56:20 +00:00
Mario Rodas
0305468b9d
Merge pull request #92341 from r-ryantm/auto-update/lxcfs
lxcfs: 4.0.3 -> 4.0.4
2020-07-08 19:16:14 -05:00
Mario Rodas
c683556226
Merge pull request #92685 from r-ryantm/auto-update/earlyoom
earlyoom: 1.6 -> 1.6.1
2020-07-08 07:47:42 -05:00
Daniël de Kok
9eb340151a
Merge pull request #92668 from r-ryantm/auto-update/zenmonitor
zenmonitor: 1.4.0 -> 1.4.1
2020-07-08 08:28:57 +02:00
Daniël de Kok
611171829a
Merge pull request #92678 from dominikh/turbostat-libcap
turbostat: requires libcap to build
2020-07-08 08:25:36 +02:00
R. RyanTM
2104aaaf51 earlyoom: 1.6 -> 1.6.1 2020-07-08 05:27:23 +00:00
Dominik Honnef
4415355426 turbostat: requires libcap to build 2020-07-08 05:58:27 +02:00