Commit Graph

20339 Commits

Author SHA1 Message Date
Fabian Affolter
eb8ff5d89d
Merge pull request #194879 from r-ryantm/auto-update/cpuid
cpuid: 20220927 -> 20221003
2022-10-07 10:23:37 +02:00
R. Ryantm
41abcbfed5 cpuid: 20220927 -> 20221003 2022-10-07 07:46:11 +00:00
John Ericson
9a5fa3bc23
Merge pull request #194698 from Ericson2314/freebsd-prep
netbsd: Adapt to BSD-common infra changes for FreeBSD
2022-10-06 16:17:10 -04:00
John Ericson
044163d6ef bsd: BSD_PATH rename to COMPONENT_PATH
@alyssais and I agreed this is clearer.
2022-10-06 15:33:36 -04:00
John Ericson
e3137f73fd netbsd.install: Use writeShellScript 2022-10-06 15:33:36 -04:00
John Ericson
dcf7a5ec3d netbsd: Adapt to BSD-common infra changes for FreeBSD
See https://github.com/NixOS/nixpkgs/pull/82131 for the rest of the
changes for FreeBSD. This is PRed separately because it is a macOS
moderate rebuild so we target staging.

The main change is that we CD to the path we're building *after*
applying patches, so we can patch other parts of the tree (from
`extraPaths`) as needed.

Another change is that `netbsd.install` no longer depends on `fts`,
which it evidently no longer needs.
2022-10-06 15:33:28 -04:00
Edward Tjörnhammar
00fd643248 qperf: init at 0.4.11 2022-10-06 19:26:36 +00:00
Felix Singer
013a2f421a kexec-tools: 2.0.23 -> 2.0.25
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-10-06 20:22:25 +02:00
github-actions[bot]
7dc2d52e3b
Merge staging-next into staging 2022-10-06 12:02:07 +00:00
github-actions[bot]
8d6fbd7341
Merge master into staging-next 2022-10-06 12:01:31 +00:00
Thiago Kenji Okada
27a89ba43b
Merge pull request #194681 from Enzime/add/rectangle
rectangle: init at 0.59
2022-10-06 12:36:05 +01:00
Thiago Kenji Okada
678fff8616
rectangle: add meta.sourceProvenance 2022-10-06 12:09:25 +01:00
toonn
ee71ac613c
Merge pull request #185656 from stephank/feat/cctools
darwin.cctools: 949.0.1 -> 973.0.1
2022-10-06 10:23:51 +02:00
github-actions[bot]
0cb28ea28a
Merge staging-next into staging 2022-10-06 06:05:52 +00:00
github-actions[bot]
863df54d13
Merge master into staging-next 2022-10-06 06:05:17 +00:00
Michael Hoang
151446151e rectangle: init at 0.59 2022-10-06 12:20:32 +11:00
github-actions[bot]
8a69058a29
Merge staging-next into staging 2022-10-05 18:08:07 +00:00
github-actions[bot]
939050602c
Merge master into staging-next 2022-10-05 18:07:32 +00:00
Vladimír Čunát
37bd39839a
Merge #194541: linux: 5.19.12 -> 5.19.14 2022-10-05 19:03:40 +02:00
Maximilian Bosch
287084ca5b
linux/hardened/patches/5.4: 5.4.214-hardened1 -> 5.4.215-hardened1 2022-10-05 18:40:22 +02:00
Maximilian Bosch
5ececd27af
linux/hardened/patches/5.19: 5.19.11-hardened1 -> 5.19.12-hardened1 2022-10-05 18:39:39 +02:00
Maximilian Bosch
650325d345
linux/hardened/patches/5.15: 5.15.70-hardened1 -> 5.15.71-hardened1 2022-10-05 18:38:47 +02:00
Maximilian Bosch
e10301dd2a
linux/hardened/patches/5.10: 5.10.145-hardened1 -> 5.10.146-hardened1 2022-10-05 18:37:59 +02:00
Maximilian Bosch
9ba817f60b
linux/hardened/patches/4.19: 4.19.259-hardened1 -> 4.19.260-hardened1 2022-10-05 18:37:12 +02:00
Maximilian Bosch
6a9fb21418
linux/hardened/patches/4.14: 4.14.294-hardened1 -> 4.14.295-hardened1 2022-10-05 18:36:30 +02:00
Maximilian Bosch
1db3d28892
linux_latest-libre: 18916 -> 18950 2022-10-05 18:35:33 +02:00
Maximilian Bosch
a8ad1882c1
linux: 5.4.215 -> 5.4.216 2022-10-05 18:35:14 +02:00
Maximilian Bosch
23bda1f2db
linux: 5.19.12 -> 5.19.14 2022-10-05 18:34:32 +02:00
Maximilian Bosch
addb39984d
linux: 5.15.71 -> 5.15.72 2022-10-05 18:33:41 +02:00
Maximilian Bosch
6ea285206d
linux: 5.10.146 -> 5.10.147 2022-10-05 18:32:52 +02:00
Maximilian Bosch
d7920e2ded
linux: 4.19.260 -> 4.19.261 2022-10-05 18:32:04 +02:00
Vladimír Čunát
35955e360c
linux_5_19: 5.19.13 -> 5.19.14 2022-10-05 18:05:57 +02:00
Zhaofeng Li
570824e102 systemd: Wrap in LUKS2 tokens
Update pkgs/os-specific/linux/systemd/default.nix

Co-authored-by: Janne Heß <janne@hess.ooo>
Co-authored-by: Ilan Joselevich <personal@ilanjoselevich.com>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2022-10-05 08:22:14 -06:00
Zhaofeng Li
f42cdfe227 cryptsetup: Allow reading tokens from relative path
Co-authored-by: Janne Heß <janne@hess.ooo>
Co-authored-by: Ilan Joselevich <personal@ilanjoselevich.com>
2022-10-05 08:22:14 -06:00
Weijia Wang
f88f295bdf prl-tools: add patch against 6.0 2022-10-05 15:11:22 +02:00
fortuneteller2k
ec813f2e37 linux_xanmod_latest: remove CC_OPTIMIZE_FOR_PERFORMANCE_O3
see: https://lore.kernel.org/linux-kbuild/CA+55aFz2sNBbZyg-_i8_Ldr2e8o9dfvdSfHHuRzVtP2VMAUWPg@mail.gmail.com/
2022-10-05 13:11:12 +00:00
github-actions[bot]
855f2990f1
Merge staging-next into staging 2022-10-05 12:02:14 +00:00
github-actions[bot]
ebb7cf0268
Merge master into staging-next 2022-10-05 12:01:40 +00:00
Sergei Trofimovich
23664c3870 linuxHeaders: 5.19 -> 6.0 2022-10-05 10:46:04 +00:00
markuskowa
c49f75482d
Merge pull request #194423 from r-ryantm/auto-update/numactl
numactl: 2.0.15 -> 2.0.16
2022-10-05 10:26:28 +02:00
Vladimír Čunát
295b093dd9
Merge #193591: libbpf: add libbpf_1 for libbpf 1.0.1 2022-10-05 09:12:48 +02:00
fortuneteller2k
ceda251f7d linux_xanmod_stable: init at 5.19.13 2022-10-05 07:03:27 +00:00
fortuneteller2k
c2fab026d8 linux_xanmod_latest: 5.19.12 -> 6.0.0, rename edge to next 2022-10-05 06:16:23 +00:00
fortuneteller2k
2f0b33c47a linux_xanmod_latest: 5.19.1 -> 5.19.12 2022-10-05 06:06:01 +00:00
fortuneteller2k
6cd9dfb705 linux_xanmod: 5.15.60 -> 5.15.70 2022-10-05 06:06:01 +00:00
Kylie McClain
c736ed13b2
linux: 5.19.12 -> 5.19.13 2022-10-05 01:16:25 -04:00
github-actions[bot]
d426366b62
Merge staging-next into staging 2022-10-05 00:05:03 +00:00
Martin Weinelt
253ca4957d Merge remote-tracking branch 'origin/master' into staging-next 2022-10-05 00:44:16 +02:00
Nikolay Korotkiy
daacfa216d
Merge pull request #191867 from jiegec/bump-iproute2mac
darwin.iproute2mac: 1.4.0 -> 1.4.1
2022-10-05 01:20:17 +03:00
Florian Klink
72911a27bb
Merge pull request #193502 from phaer/systemd-portabled
Support systemd-portabled
2022-10-04 21:39:39 +02:00
Florian Klink
9b630a2600
Merge pull request #194331 from oxalica/fix/systemd-unmerged-usr
systemd: don't taint on unmerged /usr
2022-10-04 20:30:17 +02:00
oxalica
5a8e48c968 systemd: don't taint on unmerged /usr
Discussion: https://github.com/systemd/systemd/issues/24191#issuecomment-1209350080
2022-10-05 00:15:00 +08:00
R. Ryantm
0afebbb8f8 numactl: 2.0.15 -> 2.0.16 2022-10-04 13:42:25 +00:00
Janne Heß
101f914382
Merge pull request #188170 from helsinki-systems/upd/apparmor
apparmor: 3.0.7 -> 3.1.1
2022-10-04 15:04:40 +02:00
Jörg Thalheim
5bae92a715 zfs: 2.1.5 → 2.1.6 2022-10-04 14:34:42 +02:00
John Ericson
3413bc7d80
Merge pull request #194298 from alyssais/netbsd-libc-fcommon
netbsd.libc: fix build
2022-10-03 18:16:16 -04:00
Alyssa Ross
1a80365750
netbsd.libc: fix build
This has been broken since we made -fno-common the default.
2022-10-03 21:52:42 +00:00
Sandro
a0196c7c09
Merge pull request #189672 from zseri/libzbc 2022-10-03 22:45:14 +02:00
Florian Klink
520f8b8581
Merge pull request #194211 from flokli/systemd-251.5
systemd: 251.4 -> 251.5
2022-10-03 22:39:40 +02:00
github-actions[bot]
a46be8f23d
Merge master into staging-next 2022-10-03 12:01:27 +00:00
Florian Klink
0247a5b6da systemd: 251.4 -> 251.5
Changes:

```
654ae8c1e4 base-filesystem.c: add trailing zero byte for s390x entry
e4a19eef33 basic/missing_loop.h: fix missing lo_flags LO_FLAGS_DIRECT_IO
24238be484 mount-util: fix error code
1b1ad8c79f udev: certainly restart event for previously locked device
7dacfb3fb4 stub: Use EfiLoaderCode for kernel memory
eaeaf4f6ef network: do not silently stop to process configuration on activation failure
bb803856bc bus: use inline trace argument for ANONYMOUS auth
6349062326 Fix ObjectManager interface emitted for non-manager objects
c90ab07fa0 test-bus-objects: Test interfaces added/removed signal interfaces
e32fe1b457 Fix GetManagedObjects returning ObjectManager interface for non-manager objects
efd8e39f4a test-bus-objects: Test GetManagedObjects interfaces are correct
344efd022a coredump: when parsing json, optionally copy the string first
de08edca17 systemctl: color ignored exit status in yellow, not red
1531a496e3 manager: make clear internal Dump() logic is debugging only.
c4fd38f7d2 man: document the Dump() calls of the PID 1 D-Bus interface, and what they are
140fee4627 resolve: do not cache mDNS goodbye packet
1a2d93a770 kbd-model-map: correct variants for cz-qwerty to include comma
9d1ebb2247 resolve: persist DNSOverTLS configuration in state file
3137ac6ef5 udev: support by-path devlink for multipath nvme block devices
c948091cc5 run: make --working-directory= work for --scope too
7bb204620d kbd-model-map: add a mapping for switched czech qwerty/us
e5157050d1 test: add more test cases for mkdir_p_safe() and mkdir_p_root()
b3a9f7b5cb mkdir: chase_symlinks_and_stat() does not return 0
0bfdc91807 units: make sure that initrd-switch-root.service pulls in .target
45fb64c54b units: add dependency ordering for emergency.service conflicts
6535813084 units: add ordering dependencies on initrd-switch-root.target
09c90224f1 units/systemd-network-generator.service: add forgotten ordering for shutdown
1dd723a3b8 units: reorder/split unit dependency blocks
054cad0097 man: explicitly document that "reboot -f" is different from "systemctl reboot -f"
c5b0ae86b1 watchdog: use /dev/watchdog0 only if it exists
ac805eac15 journalctl: respect --quiet flag during file concistency verification
c1d729795d xdg-autostart-service: expand tilde in Exec lines
35c5f5d688 unit: drop ProtectClock=yes from systemd-udevd.service
175ba30cf6 busctl: Fix warning about invaild introspection data
6c7b91372d udev/rules,hwdb: filter out mostly meaningless default strings
8b89e677e9 units: prolong the stop timeout for homed
202a79e7c5 homed: don't wait indefinitely for workers on exit
44660d2e12 man: fix static bridge example
e0dde8a14f log: don't attempt to duplicate closed fd
254b77e73c condition: fix device-tree firmware path
96da39ddb1 udev-util: minor cleanups for on_ac_power()
3345520512 docs: fix incorrect env var name for credentials directory
49f9fa87b2 shell-completion: drop unused $mode
1e29d934de oomd: fix off-by-one when dumping kill candidates
b00cb050c8 on-ac-power: ignore devices with scope==Device
9886011356 on-ac-power: rework logic
1fc74d251e sd-device: add helper to read a unsigned int attribute
6d4c138534 shared/udev-util: say "ignoring device", not "ignoring"
cd2fad2300 virt: Support detection of Apple Virtualization.framework guests
6e47e75c86 virt: align tables
951e99231e check-os-release.py compatible with Python < 3.8
d572a74163 core/mount: adjust deserialized state based on /proc/self/mountinfo
2e372afc35 Allow uneven length BootXXXX variables
8ad143e684 gpt: fix native uuids for s390x
2bb9a0a29b udev: fix inversed inequality for timeout of retrying event
cf67d5ed1b bash-completion: add systemd-sysext support
ada437cfb1 sysext: add missing COMMAND to the help output and man synopsis
58bc1e8e04 hostname: make chassis type actually obtained from ACPI when nothing from DMI
4ffde70981 booctl: do not say uuids differ if one of the uuids is unset
5219a99ccb bash-completion: autocomplete cgroup names in systemd-cgtop
9f2f391153 sysusers: add fsync for passwd (#24324)
c966377c51 dhcp6: do not append ORO option when no option requested
97474b03e7 dhcp6: gracefully handle NoBinding error
c67a388aef udev/cdrom_id: check last track info
52c631b02e firstboot: fix can't overwrite timezone
f279a6f4d1 cryptenroll: fix memory leak
66b060225d sd-device-enumerator: drop noisy log messages
6e1acfe818 sd-device-monitor: actually refuse to send invalid devices
81339c45e8 sd-device-monitor: fix inversed condition
1760559918 resolvctl: only remove protocol after last dot when mangling ifname for resolvconf
a3348ba748 oom: drop invalid %m in the log message
b3dd66f32b meson: Test correct efi linker for supported args
f9d936b865 sysusers: properly process user entries with an explicit GID
ec5a46ca34 sysusers: only check whether the requested GID is available
037b1a8acc dhcp: fix potential buffer overflow
ed2955f8fe udev-util: assume system is running on AC power when no battery found
37b54927d3 Fix issue with system time set back (#24131)
4fdca1ab9e shared/generator: Ensure growfs unit runs after repart
32f9d70f8b manager: optionally, do a full preset on first boot
```
2022-10-03 13:56:23 +02:00
Florian Klink
20c2a3a9d5 systemd: nixpkgs-fmt 2022-10-03 13:09:29 +02:00
K900
dbf1d73cd1 perf: fix build with kernel 6.0 2022-10-03 11:04:50 +00:00
K900
0faffb5531 linux/6.0: init 2022-10-03 11:04:50 +00:00
nanashi0x74
946474ca0f firmware-updater: build with flutter2 2022-10-02 20:07:18 +02:00
github-actions[bot]
fc393d5731
Merge master into staging-next 2022-10-02 12:01:22 +00:00
superherointj
f3ec61b6df
Merge pull request #193907 from PedroHLC/zen-kernels-5.19.12
zen-kernels: 5.19.11 -> 5.19.12
2022-10-02 08:01:31 -03:00
github-actions[bot]
532efa8827
Merge master into staging-next 2022-10-02 06:05:57 +00:00
Bobby Rong
2856c0e9a1
Merge pull request #192967 from Weathercold/patch-2
iio-sensor-proxy: update homepage
2022-10-02 09:15:32 +08:00
github-actions[bot]
e879e7d54e
Merge master into staging-next 2022-10-02 00:04:43 +00:00
Maximilian Bosch
197e5e5ce3
Merge pull request #193561 from Ma27/linux-kernel-updates
Linux kernel updates 2022-09-29
2022-10-01 20:28:14 +02:00
github-actions[bot]
25043f0f28
Merge master into staging-next 2022-10-01 12:01:27 +00:00
R. Ryantm
5a0cd9c748 fwts: 21.07.00 -> 22.09.00 2022-10-01 11:51:49 +00:00
Kira Bruneau
f185f71ed8
Merge pull request #192154 from kira-bruneau/linuxPackages.xpadneo
linuxPackages.xpadneo: 0.9.4 -> 0.9.5
2022-10-01 07:39:12 -04:00
Shea Levy
a77c795863
Merge branch 'auto-update/system76-firmware' of https://github.com/r-ryantm/nixpkgs 2022-10-01 04:19:50 -04:00
Christian Kögler
b482f1f5a9
Merge pull request #192003 from r-ryantm/auto-update/acpid
acpid: 2.0.33 -> 2.0.34
2022-10-01 10:18:58 +02:00
Christian Kögler
34f8393199
Merge pull request #192016 from r-ryantm/auto-update/conky
conky: 1.12.2 -> 1.13.1
2022-10-01 10:08:32 +02:00
Madoura
4f8178d5e3
linux_testing_bcachefs: unstable-2022-04-25 -> unstable-2022-09-28 2022-09-30 23:47:58 -05:00
R. Ryantm
4d8fa668e7 system76-firmware: 1.0.42 -> 1.0.43 2022-10-01 03:08:57 +00:00
github-actions[bot]
e1d2f74dee
Merge master into staging-next 2022-09-30 18:03:29 +00:00
phaer
fcd5087046 systemd: build with portabled by default. 2022-09-30 14:53:50 +02:00
José Romildo Malaquias
e78c23cf5b
Merge pull request #193248 from romildo/upd.generic-updater
generic-updater: more flexible with name, pname, version and attr path, and cleanups
2022-09-30 09:19:21 -03:00
Mario Rodas
167022b7ba
Merge pull request #192963 from r-ryantm/auto-update/libtracefs
libtracefs: 1.4.2 -> 1.5.0
2022-09-30 07:01:47 -05:00
Dominique Martinet
3cb0c6624c libbpf: add libbpf_1 for libbpf 1.0.1
libbpf 1.x breaks too many packages to do a hard transition: just keep
both packages for a while longer.

See https://github.com/libbpf/libbpf/issues/590 for discussion with upstream
2022-09-30 07:18:52 +09:00
Maximilian Bosch
e1663a8c95
linux/hardened/patches/5.4: 5.4.212-hardened1 -> 5.4.214-hardened1 2022-09-29 20:41:01 +02:00
Maximilian Bosch
b0e81ef64f
linux/hardened/patches/5.19: 5.19.8-hardened2 -> 5.19.11-hardened1 2022-09-29 20:40:49 +02:00
Maximilian Bosch
815763c425
linux/hardened/patches/5.15: 5.15.67-hardened1 -> 5.15.70-hardened1 2022-09-29 20:40:36 +02:00
Maximilian Bosch
d1973863ae
linux/hardened/patches/5.10: 5.10.142-hardened1 -> 5.10.145-hardened1 2022-09-29 20:40:23 +02:00
Maximilian Bosch
017d461dba
linux/hardened/patches/4.19: 4.19.257-hardened1 -> 4.19.259-hardened1 2022-09-29 20:40:11 +02:00
Maximilian Bosch
2ba1ad5ec6
linux/hardened/patches/4.14: 4.14.292-hardened1 -> 4.14.294-hardened1 2022-09-29 20:39:52 +02:00
Maximilian Bosch
6b330d1541
linux-rt_5_10: 5.10.140-rt73 -> 5.10.145-rt74 2022-09-29 20:39:04 +02:00
Maximilian Bosch
a5c28a9c5e
linux: 5.4.214 -> 5.4.215 2022-09-29 20:38:51 +02:00
Maximilian Bosch
66b26bf7a4
linux: 5.19.11 -> 5.19.12 2022-09-29 20:38:39 +02:00
Maximilian Bosch
5ac099eb6f
linux: 5.15.70 -> 5.15.71 2022-09-29 20:38:26 +02:00
Maximilian Bosch
ec62edf17e
linux: 5.10.145 -> 5.10.146 2022-09-29 20:38:15 +02:00
Maximilian Bosch
8e60fc74fc
linux: 4.9.329 -> 4.9.330 2022-09-29 20:38:03 +02:00
Maximilian Bosch
f0a698ea9f
linux: 4.19.259 -> 4.19.260 2022-09-29 20:37:54 +02:00
Maximilian Bosch
fa19b5af63
linux: 4.14.294 -> 4.14.295 2022-09-29 20:37:39 +02:00
github-actions[bot]
9c14978f84
Merge master into staging-next 2022-09-29 12:01:25 +00:00
R. Ryantm
8569f6e82e mmc-utils: unstable-2022-07-13 -> unstable-2022-09-27 2022-09-29 13:15:46 +02:00