Maximilian Bosch
5f0b5cc16e
lxcfs: fix build w/glibc-2.36
...
The functions pidfd_open & pidfd_send_signal are now part of `glibc`,
but defined in the header `sys/pidfd.h` which is not included in
`bindings.c`.
Failing Hydra build: https://hydra.nixos.org/build/193376808
2023-03-29 09:50:28 +02:00
Maximilian Bosch
ea13def9b9
criu: fix build w/glibc-2.36
...
Failing Hydra build: https://hydra.nixos.org/build/193347368
2023-03-29 09:50:27 +02:00
Maximilian Bosch
7f06aa700a
lxc: fix build w/glibc-2.36
...
Failing Hydra build: https://hydra.nixos.org/build/193338640
We don't need the `meson.build` fixes because (1) lxc4 doesn't use meson
and (2) it contains some fixes to make sure it works both with newer and
older glibc versions. Since we only ship glibc 2.36 from now on, we can
skip that.
2023-03-29 09:50:27 +02:00
Ionut Nechita
d645bba8c8
android: with new kernel versions this option is no longer necessary
...
Description:
- ANDROID = { optional = true; tristate = whenBetween "5.0" "5.19" "y";};
- starting from 5.20 and 6.0, this parameter no longer exists.
Change-Id: I34d6638e01eb539de34afe2152ff5927a317b68a
Signed-off-by: Ionut Nechita <ionut_n2001@yahoo.com>
2023-03-29 08:25:16 +03:00
github-actions[bot]
202cb8119f
Merge staging-next into staging
2023-03-28 18:01:48 +00:00
Jörg Thalheim
a0cf420ae1
sysdig: 0.31.3 -> 0.31.4
...
Diff: https://github.com/draios/sysdig/compare/0.31.3...0.31.4
2023-03-28 17:47:33 +02:00
Ricardo M. Correia
f79bec0b3a
zfs: remove myself from maintainers
2023-03-28 14:22:35 +00:00
github-actions[bot]
d7aaa5f93d
Merge staging-next into staging
2023-03-28 12:02:30 +00:00
Varun Madiath
935a1edcc3
karabiner-elements: 14.8.0 -> 14.11.0
2023-03-28 07:14:47 -04:00
Varun Madiath
dbf278b976
karabiner-elements: Add updateScript
2023-03-28 07:12:56 -04:00
Weijia Wang
bfb509a5f8
Merge pull request #223363 from wegank/prl-tools-refactor
...
prl-tools: refactor
2023-03-28 11:29:47 +03:00
github-actions[bot]
f027fe965c
Merge staging-next into staging
2023-03-28 06:01:42 +00:00
Nick Cao
ca7c52c4f5
Merge pull request #222762 from Kiskae/nvidia/530.41.03
...
linuxPackages.nvidia_x11: 525.89.02 -> 530.41.03
2023-03-28 08:23:48 +08:00
github-actions[bot]
7ab7f5ec0a
Merge staging-next into staging
2023-03-28 00:03:08 +00:00
Lorenz Brun
5a6490040c
linux: fix error with IR remotes
...
Support for IR remotes was originally introduced in NixOS in 2013 with
[1]. This worked fine until 2018 with the release of Linux 4.16 which
contained [2], which removed the default-enable on the IR decoders.
This means that kernels since then build with RC_DEVICES enabled, but
RC_DECODERS disabled:
```
CONFIG_RC_DEVICES=y
```
This breaks IR remote support and also leads to the following error on
every bootup when such a device is present as devices have a default
keymap which uses a protocols decoder, but these decoders are not
available:
```
rc_core: Loaded IR protocol module ir-rc6-decoder, but protocol rc-6 still not available
```
Fix this by also enabling RC_DECODERS in the kernel configuration.
[1] b7ccfc258a
[2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=22756ae7319b0afc2a80fbdec365a6976a1ad350
2023-03-28 01:58:19 +02:00
Lorenz Brun
2865b8f2a3
udisks: backport patch for crash on exit
...
With modern versions of glib udisks reliably crashes when being shut
down. The patch has been merged in 2021 [1] but there hasn't been a release
including that patch yet [2]. Backport it to avoid crashes.
[1] https://github.com/storaged-project/udisks/pull/926
[2] https://github.com/storaged-project/udisks/issues/1024#issuecomment-1296159423
2023-03-28 00:34:10 +02:00
Ryan Lahfa
90b5f42ec9
Merge pull request #222946 from RaitoBezarius/zfs-6_2-6_3-compat
...
zfsUnstable: make it compatible again with 6.2.8 and potentially 6.3
2023-03-27 21:11:41 +02:00
github-actions[bot]
6801f4a6f5
Merge staging-next into staging
2023-03-27 18:01:56 +00:00
Zhaofeng Li
7159363f51
linuxPackages.nvidia_x11_legacy340: Fix build on 6.1
...
This uses the patchset of a popular AUR package.
2023-03-27 18:53:00 +02:00
Raito Bezarius
64a4de8568
zfsUnstable: make it compatible again with 6.2.8 and potentially 6.3
...
Patched from https://github.com/openzfs/zfs/pull/14668
2023-03-27 18:17:31 +02:00
ajs124
fdc2926d27
Merge pull request #222393 from helsinki-systems/upd/lvm2
...
lvm2: 2.03.19 -> 2.03.20
2023-03-27 13:49:27 +02:00
Weijia Wang
76694fdeb3
prl-tools: refactor
2023-03-27 13:47:01 +03:00
github-actions[bot]
80563f4031
Merge staging-next into staging
2023-03-27 00:03:11 +00:00
Atemu
05dbf8731b
Merge pull request #221987 from Pheoxy/linux_xanmod
...
linux_xanmod: 6.1.16 -> 6.1.20, linux_xanmod_latest: 6.2.3 -> 6.2.7
2023-03-26 22:17:43 +02:00
github-actions[bot]
97b2abc678
Merge staging-next into staging
2023-03-26 12:02:02 +00:00
Vladimír Čunát
6f4400f8fd
darwin.Csu: disable parallel installing
...
https://hydra.nixos.org/log/s3ndn08vzhfr0zfylbwjqz8fijna4pjl-Csu-85.drv
2023-03-26 10:28:26 +02:00
github-actions[bot]
72fc224baa
Merge staging-next into staging
2023-03-26 06:01:39 +00:00
github-actions[bot]
ff3e86d2b4
Merge master into staging-next
2023-03-26 06:01:06 +00:00
zowoq
d94076ad38
Merge pull request #221716 from yu-re-ka/git-deps-import-cargo-lock
...
tree-wide: convert rust with git deps to importCargoLock
2023-03-26 12:25:52 +10:00
Adrian Pistol
487f0f9283
linux-rt_6_1: init at 6.1.19-rt8 ( #222174 )
...
Also sets the linux_rt_latest to 6.1.
Closes #222094
2023-03-26 01:58:52 +00:00
Yureka
f8cbc3c281
tree-wide: convert rust with git deps to importCargoLock
2023-03-26 01:52:04 +01:00
github-actions[bot]
333618087c
Merge staging-next into staging
2023-03-26 00:03:19 +00:00
github-actions[bot]
07fb9cae4e
Merge master into staging-next
2023-03-26 00:02:45 +00:00
github-actions[bot]
797ab14be7
Merge staging-next into staging
2023-03-25 12:02:07 +00:00
Alyssa Ross
14006c6195
bpftools: add debug info
2023-03-25 09:34:57 +00:00
Vladimír Čunát
ea91658f85
multipath-tools: fixup build (missing #include)
2023-03-25 09:58:22 +01:00
Artturin
780669daf5
treewide: don't hardcode /nix/store (no rebuilds changes)
...
improve experience for other store locations
2023-03-24 20:11:33 +02:00
github-actions[bot]
9e6337ddc0
Merge staging-next into staging
2023-03-24 12:02:22 +00:00
Kiskae
90c44c9598
linuxPackages.nvidia_x11: 525.89.02 -> 530.41.03
2023-03-24 11:39:03 +01:00
Kiskae
070c3a155f
linuxPackages.nvidia_x11_beta: 525.89.02 -> 530.30.02
2023-03-24 11:38:42 +01:00
Kiskae
91f99f14ff
linuxPackages.nvidia_x11: add support for zstd compression
2023-03-24 11:35:55 +01:00
Vladimír Čunát
12dd95fbb1
Merge branch 'master' into staging-next
2023-03-24 09:07:41 +01:00
R. Ryantm
c2b02ab7be
ryzenadj: 0.12.0 -> 0.13.0
2023-03-24 01:22:02 +00:00
github-actions[bot]
06bc99ed31
Merge staging-next into staging
2023-03-23 18:01:57 +00:00
github-actions[bot]
307b719414
Merge master into staging-next
2023-03-23 18:01:20 +00:00
Weijia Wang
f7108e6257
Merge pull request #222674 from PhDyellow/fix_tuxedo_keyboard
...
tuxedo-keyboard: Fix build
2023-03-23 16:18:19 +02:00
github-actions[bot]
3568c9cf79
Merge staging-next into staging
2023-03-23 12:01:39 +00:00
Vladimír Čunát
09c3a593df
Merge branch 'master' into staging-next
2023-03-23 11:13:46 +01:00
Maximilian Bosch
ac4638a33a
Merge pull request #222683 from Ma27/linux-kernel-updates
...
Linux kernel updates 2023-03-23
2023-03-23 11:04:42 +01:00
Maximilian Bosch
8ee5702c66
linux/hardened/patches/6.1: 6.1.19-hardened1 -> 6.1.20-hardened1
2023-03-23 08:28:33 +01:00
Maximilian Bosch
9791cc4323
linux/hardened/patches/5.4: 5.4.236-hardened1 -> 5.4.237-hardened1
2023-03-23 08:28:19 +01:00
Maximilian Bosch
4634bbc4c5
linux/hardened/patches/5.15: 5.15.102-hardened1 -> 5.15.103-hardened1
2023-03-23 08:28:08 +01:00
Maximilian Bosch
c818f30da7
linux/hardened/patches/5.10: 5.10.174-hardened1 -> 5.10.175-hardened1
2023-03-23 08:27:54 +01:00
Maximilian Bosch
0272420a3c
linux/hardened/patches/4.19: 4.19.277-hardened1 -> 4.19.278-hardened1
2023-03-23 08:27:42 +01:00
Maximilian Bosch
79148a9f3b
linux/hardened/patches/4.14: 4.14.309-hardened1 -> 4.14.310-hardened1
2023-03-23 08:27:31 +01:00
Maximilian Bosch
c4e51ce867
linux_latest-libre: 19109 -> 19160
2023-03-23 08:26:28 +01:00
Maximilian Bosch
29b3bf6fb0
linux-rt_5_10: 5.10.168-rt83 -> 5.10.175-rt84
2023-03-23 08:26:03 +01:00
Maximilian Bosch
51b22f7f5b
linux: 6.2.7 -> 6.2.8
2023-03-23 08:25:49 +01:00
Maximilian Bosch
25ee2ea037
linux: 6.1.20 -> 6.1.21
2023-03-23 08:25:34 +01:00
Maximilian Bosch
8d7db2427d
linux: 5.4.237 -> 5.4.238
2023-03-23 08:25:22 +01:00
Maximilian Bosch
609bd9bcee
linux: 5.15.103 -> 5.15.104
2023-03-23 08:25:12 +01:00
Maximilian Bosch
db9b3233fc
linux: 5.10.175 -> 5.10.176
2023-03-23 08:25:00 +01:00
Maximilian Bosch
72cd47a8c1
linux: 4.19.278 -> 4.19.279
2023-03-23 08:24:49 +01:00
Maximilian Bosch
2dff193f3d
linux: 4.14.310 -> 4.14.311
2023-03-23 08:24:37 +01:00
Phil Dyer
4b8b50fed7
tuxedo-keyboard: fix building of tuxedo-keyboard kernel module
2023-03-23 15:44:01 +10:00
R. Ryantm
5c305b5a8f
checkpolicy: 3.3 -> 3.5
2023-03-23 04:42:32 +00:00
github-actions[bot]
b40dc62b5f
Merge staging-next into staging
2023-03-22 18:01:48 +00:00
github-actions[bot]
85f7b5276e
Merge master into staging-next
2023-03-22 18:01:11 +00:00
7c6f434c
5706ae4934
Merge pull request #222156 from Mic92/sysdig
...
sysdig: 0.30.2 -> 0.31.3
2023-03-22 13:32:03 +00:00
github-actions[bot]
cbf5275c3e
Merge staging-next into staging
2023-03-22 00:02:56 +00:00
github-actions[bot]
209875d860
Merge master into staging-next
2023-03-22 00:02:03 +00:00
Filippo Berto
138983c600
xp-pen-deco-01-v2-driver: 3.2.3 -> 3.3.9
2023-03-21 20:59:46 +01:00
github-actions[bot]
8395940ab9
Merge staging-next into staging
2023-03-21 18:01:44 +00:00
github-actions[bot]
797a2b9bcc
Merge master into staging-next
2023-03-21 18:01:07 +00:00
arcnmx
c448edd408
nvme-cli: meta.mainProgram
2023-03-21 10:09:06 -07:00
ajs124
eee96956f8
lvm2: 2.03.19 -> 2.03.20
...
https://github.com/lvmteam/lvm2/blob/v2_03_20/WHATS_NEW
2023-03-21 18:05:17 +01:00
ajs124
d2bae8a116
Merge pull request #222329 from helsinki-systems/upd/nftables
...
nftables: 1.0.6 -> 1.0.7
2023-03-21 15:07:21 +01:00
Alyssa Ross
fedc983734
linuxManualConfig: add pahole to moduleBuildDependencies
...
This seems to be needed for out-of-tree module builds since d57568fcad
.
We do not yet understand why, but this will unblock the channels while
we figure it out.
Fixes: d57568fcad
("linuxManualConfig: install GDB scripts")
2023-03-21 12:40:16 +00:00
Vladimír Čunát
0a88dec4f3
Merge branch 'staging-next' into staging
2023-03-21 12:57:16 +01:00
ajs124
b17e280afe
nftables: 1.0.6 -> 1.0.7
...
https://www.spinics.net/lists/netfilter/msg61018.html
2023-03-21 11:46:33 +01:00
github-actions[bot]
bb48723d63
Merge master into staging-next
2023-03-21 00:02:39 +00:00
Maximilian Bosch
e999433b3a
Merge pull request #221707 from NixOS/linuxManualConfig-unpack
...
linuxManualConfig: install GDB scripts
2023-03-20 20:42:10 +01:00
github-actions[bot]
75c28ec351
Merge master into staging-next
2023-03-20 18:01:16 +00:00
Franz Pletz
3790924e90
Merge pull request #222183 from PedroHLC/zen-kernels-6.2.7
2023-03-20 15:14:18 +01:00
Martin Weinelt
9959ec97f8
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/wxPython/4.0.nix
- pkgs/development/python-modules/wxPython/4.1.nix
2023-03-20 15:07:36 +01:00
PedroHLC ☭
acde26c95a
linuxKernel.kernels.linux_lqx: 6.2.6-lqx1 -> 6.2.7-lqx1
2023-03-20 09:32:03 -03:00
PedroHLC ☭
4678ba6454
linuxKernel.kernels.linux_zen: 6.2.6-zen1 -> 6.2.7-zen1
2023-03-20 09:30:21 -03:00
Alyssa Ross
663caaa684
linux_testing_bcachefs: mark broken on aarch64
2023-03-20 12:28:48 +00:00
Alyssa Ross
cdd6211abb
linux_testing_bcachefs: fix meta
...
kernel.override overrides the invocation of buildLinux, not the
function in the file that defines the specific kernel version, so we
need to pass the arguments that buildLinux expects.
2023-03-20 12:28:48 +00:00
Jörg Thalheim
a06e5ea365
sysdig: 0.30.2 -> 0.31.3
2023-03-20 10:04:01 +01:00
Alyssa Ross
d57568fcad
linuxManualConfig: install GDB scripts
...
These are required to debug kernel modules. Since we're now able to
do that, there's another reason besides BTF to enable DEBUG_INFO, so
I've done that for pre-BTF kernel modules as well here.
For GDB to get configured correctly, vmlinux-gdb.py has to be two
directories up from scripts/gdb, and vmlinux has to be next to
vmlinux-gdb.py. The least invasive way to satisfy these constraints
is to make vmlinux a symlink, which GDB will resolve before looking
for vmlinux-gdb.py.
Tested both ways of getting the scripts into GDB that I know of:
gdb /nix/store/7n77ijlxkxr6d613h02lr707kvjx6j1k-linux-6.1.19-dev/vmlinux \
-iex 'add-auto-load-safe-path /nix/store/7n77ijlxkxr6d613h02lr707kvjx6j1k-linux-6.1.19-dev/lib/modules/6.1.19/build/vmlinux-gdb.py' \
-ex 'lx-version' \
-ex 'q'
gdb /nix/store/7n77ijlxkxr6d613h02lr707kvjx6j1k-linux-6.1.19-dev/vmlinux \
-ex 'source /nix/store/7n77ijlxkxr6d613h02lr707kvjx6j1k-linux-6.1.19-dev/lib/modules/6.1.19/build/vmlinux-gdb.py' \
-ex 'lx-version' \
-ex 'q'
Also tested that the strip changes don't result in meaningful output
size changes (there's some small variation due to BTF data not always
coming out the same size, which is unrelated), and built every kernel
I can on x86_64 to make sure I'm not relying on build system behaviour
specific to newer kernels.
2023-03-20 00:09:52 +00:00
github-actions[bot]
96f7385465
Merge master into staging-next
2023-03-20 00:02:29 +00:00
Alyssa Ross
41f788b121
linuxManualConfig: use the default make target
...
We've basically been reimplementing this — by default it contains
vmlinux, dtbs (on applicable architectures), modules, and architecture
specific stuff like $(KBUILD_IMAGE) and a couple of other
miscellaneous files.
2023-03-19 23:55:12 +00:00
Alyssa Ross
7de3f08ce3
linuxManualConfig: unpack directly into $dev
...
linux is unusual in that we include its sources in an output. There's
no point unpacking into /build when we're going to copy the sources
into $dev later. Let's unpack directly into the final destination of
the code, and save copying a whole kernel source tree (often across
filesystems!).
This also means that Kbuild knows the location of the sources, which
will allow us to install the GDB scripts — some scripts are generated,
and some are not, so the generated ones end up in the build directory,
accompanied by symlinks to the non-generated ones in the source
directory.
2023-03-19 23:54:19 +00:00
Sandro
d8755c55b4
Merge pull request #219911 from MakiseKurisu/master
2023-03-19 22:51:01 +01:00
Raito Bezarius
8d3f59cd55
ultrablue-server: init at unstable-2023-01-25
2023-03-19 20:36:26 +01:00
Ryan Lahfa
618ba94934
Merge pull request #210205 from 9ary/kernel-fonts
...
Build the large Terminus font into the kernel
2023-03-19 20:13:25 +01:00
github-actions[bot]
7c9f4934b8
Merge master into staging-next
2023-03-19 12:01:32 +00:00
Alyssa Ross
916dba8790
bpftools: 5.19.12 -> 6.2; sync with linuxHeaders
...
bpftools used to use the same version and sources as linux_latest, but
this was changed in f12d2f016b
("bpftools: decouple version from
linux_latest"), because it caused too many rebuilds.
Since then, it has languished. It came to my attention because
bpftool btf dump seems to be completely broken on recent kernels.
So, since it's a package that really needs to be kept up to date to be
compatible with the latest kernels, let's couple it to linuxHeaders
instead. linuxHeaders updates already have to go through staging, so
we won't suffer from extra rebuilds like we did when it was coupled to
the latest kernel directly, which goes straight to master.
2023-03-19 09:57:57 +00:00
Daniel Hancock
d8395b1276
linux_xanmod: 6.1.16 -> 6.1.20
2023-03-19 17:23:48 +08:00
Daniel Hancock
20d11966ed
linux_xanmod_latest: 6.2.3 -> 6.2.7
2023-03-19 17:23:47 +08:00
Pierre Bourdon
c9ca977ad7
Merge pull request #221404 from delroth/dmidecode-3.5
...
dmidecode: 3.4 -> 3.5
2023-03-19 07:33:59 +01:00
github-actions[bot]
4d82a453fb
Merge master into staging-next
2023-03-19 06:01:10 +00:00
Anderson Torres
5a05160f76
alsa-project: refactor
2023-03-19 01:01:05 -03:00
Anderson Torres
532ed9ed82
alsa-tools: remove python-dependent tools
2023-03-19 01:01:05 -03:00
github-actions[bot]
00623e191a
Merge staging-next into staging
2023-03-18 14:01:22 +00:00
github-actions[bot]
7f0b38bc9a
Merge master into staging-next
2023-03-18 14:00:45 +00:00
Alyssa Ross
d75cff2ee3
linuxManualConfig: don't build inside source tree
...
We can avoid the need to explicitly exclude it later if we just put it
somewhere else to begin with.
2023-03-18 13:49:12 +00:00
Franz Pletz
21bec028ba
Merge pull request #221689 from fpletz/pkg/usbguard-notifier-0.1.0
2023-03-18 14:22:09 +01:00
github-actions[bot]
dade3d6c1f
Merge staging-next into staging
2023-03-18 12:02:00 +00:00
github-actions[bot]
a912b83051
Merge master into staging-next
2023-03-18 12:01:30 +00:00
Fabian Affolter
5f9354962d
Merge pull request #221690 from RaitoBezarius/nerdsnipe-more
...
maintainer: Add raitobezarius as maintainer of zfs & netdata
2023-03-18 11:29:05 +01:00
Stanisław Pitucha
65188d6e82
Merge pull request #196197 from stephank/feat/darwin-gen-frameworks
...
apple_sdk_11_0: generate frameworks.nix
2023-03-18 17:26:27 +11:00
牧瀬紅莉栖
924887fec4
ch9344: init at 1.9
2023-03-18 14:20:28 +08:00
github-actions[bot]
2c8e6963dc
Merge master into staging-next
2023-03-18 00:02:30 +00:00
Stéphan Kochen
a0537d633f
apple_sdk_11_0: simplify SDK unpacking
...
The SDK was missing SDKSettings files. This is usually not a problem for
Nix builds, because we generate our own fake SDK structure when
necessary (in xcbuild), but not having these files blocks using the
upstream Apple SDK in tooling such as gen-frameworks.py.
2023-03-17 21:30:51 +01:00
Stéphan Kochen
0c3aaf3e6c
apple_sdk_11_0: fix circular framework references
2023-03-17 21:30:51 +01:00
Stéphan Kochen
b9e6d1dbc0
apple_sdk_11_0: generate frameworks.nix
2023-03-17 21:30:51 +01:00
Stéphan Kochen
7f90949f1e
apple_sdk_11_0: script to generate frameworks.nix
2023-03-17 21:30:44 +01:00
Maximilian Bosch
ee70f7c693
Merge pull request #221629 from Ma27/linux-kernel-updates
...
Linux kernel updates 2023-03-17
2023-03-17 19:06:19 +01:00
github-actions[bot]
d761f69867
Merge master into staging-next
2023-03-17 17:57:00 +00:00
Raito Bezarius
9a0666a7d0
zfs: add raitobezarius as a maintainer
2023-03-17 17:28:02 +01:00
Franz Pletz
a2f9942dd8
usbguard-notifier: init at 0.1.0
2023-03-17 17:23:43 +01:00
Ryan Lahfa
990ce723ef
Merge pull request #221478 from toastal/zfs-2.1.10-unstable-2023-03-15
...
zfsUnstable: zfs-2.1.10-unstable-2023-03-02 → zfs-2.1.10-unstable-2023-03-15
2023-03-17 14:05:56 +01:00
Weijia Wang
9a21e1cd7b
Merge pull request #202864 from r-ryantm/auto-update/fwts
...
fwts: 22.09.00 -> 23.01.00
2023-03-17 14:20:18 +02:00
Maximilian Bosch
7f54d0b183
linux/hardened/patches/6.1: 6.1.15-hardened1 -> 6.1.19-hardened1
2023-03-17 11:20:35 +01:00
Maximilian Bosch
af4fcd5dd7
linux/hardened/patches/5.4: 5.4.234-hardened1 -> 5.4.236-hardened1
2023-03-17 11:20:22 +01:00
Maximilian Bosch
cce3af4c1d
linux/hardened/patches/5.15: 5.15.98-hardened1 -> 5.15.102-hardened1
2023-03-17 11:20:10 +01:00
Maximilian Bosch
6c59d5d001
linux/hardened/patches/5.10: 5.10.172-hardened1 -> 5.10.174-hardened1
2023-03-17 11:19:56 +01:00
Maximilian Bosch
dc74597f61
linux/hardened/patches/4.19: 4.19.275-hardened1 -> 4.19.277-hardened1
2023-03-17 11:19:44 +01:00
Maximilian Bosch
1a07020574
linux/hardened/patches/4.14: 4.14.307-hardened1 -> 4.14.309-hardened1
2023-03-17 11:19:32 +01:00
Maximilian Bosch
feaedbb393
linux_latest-libre: 19102 -> 19109
2023-03-17 10:51:32 +01:00
Maximilian Bosch
4c83fe7ec3
linux: 6.2.6 -> 6.2.7
2023-03-17 10:51:09 +01:00
Maximilian Bosch
8bef4cebd1
linux: 6.1.19 -> 6.1.20
2023-03-17 10:50:57 +01:00
Maximilian Bosch
2cca747420
linux: 5.4.236 -> 5.4.237
2023-03-17 10:50:43 +01:00
Maximilian Bosch
cf346bc95a
linux: 5.15.102 -> 5.15.103
2023-03-17 10:50:31 +01:00
Maximilian Bosch
2589986af6
linux: 5.10.174 -> 5.10.175
2023-03-17 10:50:18 +01:00
Maximilian Bosch
b244d57064
linux: 4.19.277 -> 4.19.278
2023-03-17 10:50:06 +01:00
Maximilian Bosch
0909bcf14e
linux: 4.14.309 -> 4.14.310
2023-03-17 10:49:52 +01:00
github-actions[bot]
455127ad5e
Merge master into staging-next
2023-03-16 18:01:20 +00:00
Julian Arni
daf8a7a7b8
ipu6-camera-bin: fix broken install phase ( #221500 )
...
Attempting to install the package via environment.systemPackages, as
describe in #212799 , otherwise failed with a non-existent directory
error.
Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2023-03-16 16:11:02 +00:00
Martin Wimpress
09212d71c1
linuxPackages.mwprocapture: 1.3.0.4236 -> 1.3.0.4328
...
Version V1.3.0.4236 of mwprocapture (the Linux driver for the Magewell Pro Capture family) FTBFS when building against Linux 6.1 or newer.
This patch bumps the driver version to 1.3.0.4328 that Magewell published to address this issue. The 1.3.0.4328 release notes state:
> Fix problem: driver installation may fail on an operating system with kernel version 6.1 or 6.2.
pci.patch has also been dropped as that fix is now applied upstream.
2023-03-16 13:05:00 -03:00
github-actions[bot]
80a0ae17b5
Merge master into staging-next
2023-03-16 12:01:29 +00:00
toastal
e239ff997b
zfsUnstable: zfs-2.1.10-unstable-2023-03-02 → zfs-2.1.10-unstable-2023-03-15
2023-03-16 18:47:03 +07:00
Vladimír Čunát
0f9354bfee
Merge #218309 : ffmpeg: ffmpeg_4 → ffmpeg_5
...
...into staging
2023-03-16 11:11:31 +01:00
markuskowa
16124759ff
Merge pull request #221315 from r-ryantm/auto-update/rdma-core
...
rdma-core: 44.0 -> 45.0
2023-03-16 09:56:58 +01:00
s1341
da470200df
freeipa: init at 4.10.1
2023-03-16 08:39:37 +02:00
github-actions[bot]
4632436394
Merge staging-next into staging
2023-03-16 06:02:13 +00:00
Anderson Torres
5586e23fa4
alsa-tools: activate hwmixvolume
...
It needs Python to work.
2023-03-15 22:07:18 -03:00
Anderson Torres
e850930cb8
alsa-tools: set AndersonTorres as maintainer
2023-03-15 22:07:18 -03:00
Anderson Torres
cb53e3febe
alsa-tools: refactor
2023-03-15 22:07:18 -03:00
Pierre Bourdon
1d9d1e03b8
dmidecode: 3.4 -> 3.5
2023-03-16 01:48:58 +01:00
github-actions[bot]
795332a826
Merge staging-next into staging
2023-03-15 18:01:44 +00:00
Martin Weinelt
7060259b5b
Merge pull request #219692 from r-ryantm/auto-update/iproute2
...
iproute2: 6.1.0 -> 6.2.0
2023-03-15 17:26:58 +00:00
Martin Weinelt
19680e9902
Merge pull request #217568 from trofi/stdenv-parallel-install
...
stdenv/generic/setup.sh: enable parallel installs for parallel builds
2023-03-15 17:10:19 +00:00
Martin Weinelt
578fb7fd1f
Merge pull request #220557 from mweinelt/libxcrypt-strong
...
libxcrypt: Build only with strong hashes
2023-03-15 16:43:12 +00:00
Martin Weinelt
1c52b361a8
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-15 14:36:40 +01:00
R. Ryantm
9a5ebd8eaa
rdma-core: 44.0 -> 45.0
2023-03-15 11:49:21 +00:00
PedroHLC ☭
8ebad53a24
zfsUnstable: re-use stdenv for broken tag
2023-03-15 07:20:04 -03:00
github-actions[bot]
a3b786aa94
Merge staging-next into staging
2023-03-15 00:03:06 +00:00
Martin Weinelt
231c1145f2
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/rflink/default.nix
2023-03-14 22:33:40 +01:00
superherointj
2006fd9410
Merge pull request #220003 from Kiskae/nvidia-470-6.2-fix
...
linuxPackages_6_2.nvidia_x11_legacy470: add patch
2023-03-14 17:56:36 -03:00
Kiskae
1e33804975
linuxPackages_6_2.nvidia_x11_legacy470: add patch
...
fixes #219907
2023-03-14 21:08:05 +01:00
github-actions[bot]
60e9cbe0f9
Merge staging-next into staging
2023-03-14 12:02:08 +00:00
github-actions[bot]
e196e68bee
Merge master into staging-next
2023-03-14 12:01:32 +00:00
Janne Heß
514826ddf2
Merge pull request #221155 from lilyinstarlight/feature/fwupd-passthru-fwupd-efi
...
fwupd: add passthru.fwupd-efi
2023-03-14 12:24:10 +01:00
Lily Foster
30b287fbad
fwupd: add passthru.fwupd-efi
...
Some downstream consumers (e.g. ones that facilitate Secure Boot like
Lanzaboote), might need to get the `fwupd-efi` derivation that `fwupd`
was built with. Lanzaboote specifically plans to use this to be able to
sign the EFI PE to allow fwupd to be used with Secure Boot enforcing.
2023-03-14 06:47:32 -04:00
Martin Weinelt
6b67186fe9
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/crownstone-cloud/default.nix
- pkgs/development/python-modules/exrex/default.nix
- pkgs/development/python-modules/mkdocs-minify/default.nix
- pkgs/development/python-modules/myjwt/default.nix
- pkgs/development/tools/analysis/checkov/default.nix
2023-03-14 08:14:26 +01:00
Sandro
a9afcd2041
Merge pull request #205182 from gdinh/goku-bump-fix
2023-03-14 01:27:19 +01:00
Artturi
b978bf0f0f
Merge pull request #220570 from Artturin/fixlints1
2023-03-14 02:15:55 +02:00
Atemu
9bd2506458
treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4
...
These packages were identified as broken when ffmpeg = ffmpeg_5.
Tested _only_ by building them. If you are a maintainer of one of these
packages, please test whether your package still works.
2023-03-13 16:42:22 -06:00
github-actions[bot]
59ffe854f9
Merge staging-next into staging
2023-03-13 18:01:48 +00:00
PedroHLC ☭
e83e79a0ef
linuxKernel.kernels.linux_zen: 6.2.5-zen2 -> 6.2.6-zen1
2023-03-13 14:18:25 -03:00
Martin Weinelt
bb14c4255b
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-13 17:14:19 +00:00
PedroHLC ☭
cd1d2565a2
linuxKernel.kernels.linux_lqx: 6.2.5-lqx3 -> 6.2.6-lqx1
2023-03-13 14:12:44 -03:00
Florian Klink
504d66bae9
Merge pull request #216826 from gdamjan/systemd-253
...
systemd: 252.5 -> 253
2023-03-13 17:37:39 +01:00
Thiago Kenji Okada
05d5c37728
Merge pull request #220882 from PedroHLC/zfs-unstable-6.3
...
zfsUnstable: increase compatiblity range (to linux 6.2)
2023-03-13 14:58:34 +00:00
PedroHLC ☭
a8693e7cc2
zfsUnstable: increase compatiblity range (to linux 6.2)
2023-03-13 10:57:00 -03:00
K900
b088383b8c
linux: 6.2.5 -> 6.2.6
2023-03-13 14:41:24 +03:00
K900
001992de73
linux: 6.1.18 -> 6.1.19
2023-03-13 14:38:54 +03:00
K900
5092a2e362
linux: 5.4.235 -> 5.4.236
2023-03-13 14:38:48 +03:00
K900
92ffd72db0
linux: 5.15.101 -> 5.15.102
2023-03-13 14:38:42 +03:00
K900
fea95ea6b9
linux: 5.10.173 -> 5.10.174
2023-03-13 14:38:37 +03:00
K900
3bdd65d54d
linux: 4.19.276 -> 4.19.277
2023-03-13 14:38:31 +03:00
K900
44784a2f8e
linux: 4.14.308 -> 4.14.309
2023-03-13 14:38:24 +03:00
K900
5c0d228b6f
Revert "linux: fix brcmfmac
driver"
...
This reverts commit 141317dff9
.
2023-03-13 14:38:06 +03:00
Mario Rodas
979570e3cd
Merge pull request #220251 from marsam/update-smimesign
...
smimesign: 0.1.0 -> 0.2.0
2023-03-13 04:56:09 -05:00
K900
e071beded7
linux-firmware: 20230210 -> 20230310
2023-03-13 11:25:30 +03:00
Martin Weinelt
909f394f28
pam: Make libxcrypt a non-optional dependency
...
Our PAM configuration now defaults to yescrypt, which requires
libxcrypt.
2023-03-13 07:54:27 +01:00
Дамјан Георгиевски
91dd01a306
systemd: disable the ukify tool
...
disable it just temporarily, until a solution is found for the
cross-compilation dependency on python
see https://github.com/NixOS/nixpkgs/pull/216826#issuecomment-1465228824
for more context
2023-03-12 23:55:03 +01:00
Martin Weinelt
d97017184f
Merge remote-tracking branch 'origin/staging-next' into staging
2023-03-12 23:48:08 +01:00
Martin Weinelt
d03d74aa67
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/aiopulse/default.nix
- pkgs/development/python-modules/identify/default.nix
- pkgs/development/python-modules/spur/default.nix
2023-03-12 23:28:23 +01:00
Atemu
a65bb07a66
Merge pull request #220738 from Atemu/update/xanmod
...
xanmod-kernels: update
2023-03-12 22:10:20 +01:00
Thiago Kenji Okada
f71d96a585
Merge pull request #220860 from PedroHLC/linux-lqx-6.2
...
linux_lqx: 6.1.18-lqx1 -> 6.2.5-lqx3
2023-03-12 18:28:52 +00:00
github-actions[bot]
d22c20e416
Merge staging-next into staging
2023-03-12 18:01:44 +00:00
PedroHLC ☭
7931e2d6de
linuxKernel.kernels.linux_lqx: 6.1.18-lqx1 -> 6.2.5-lqx3
2023-03-12 14:01:16 -03:00
Vladimír Čunát
1f7eeea8ee
Merge branch 'master' into staging-next
2023-03-12 17:21:00 +01:00
Martin Weinelt
237e2f744b
Merge pull request #212799 from mweinelt/ipu6
...
ipu6 webcam support
2023-03-12 15:57:47 +00:00
Martin Weinelt
5abe72f0b2
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/mdutils/default.nix
2023-03-12 15:59:15 +01:00
K900
6b8734f502
Merge pull request #220831 from K900/kernel-5.15.101
...
linux: 5.15.100 -> 5.15.101
2023-03-12 17:12:37 +03:00
Alexandre Acebedo
28065039e6
linux_testing: 6.2-rc6 -> 6.3-rc1
2023-03-12 13:42:10 +00:00
K900
cf3fb3c782
linux: 5.15.100 -> 5.15.101
2023-03-12 16:36:33 +03:00
Atemu
1fbde5d93d
linux_xanmod_latest: 6.2.2 -> 6.2.3
2023-03-12 13:44:24 +01:00
Atemu
bed0e75a76
linux_xanmod: 6.1.15 -> 6.1.16
2023-03-12 13:44:07 +01:00
github-actions[bot]
681b1c28a4
Merge staging-next into staging
2023-03-12 12:02:07 +00:00
Maximilian Bosch
141317dff9
linux: fix brcmfmac
driver
...
Reverts a patch that broke WPA auth in offload mode for brcmfmac
(broadcom driver). See
https://lore.kernel.org/linux-wireless/ZAx0TWRBlGfv7pNl@kroah.com/T/#m0bbd179b92fbbcae0498fd642c31c1ecab1968c0
for context.
Had to hack around a bit to make sure this doesn't get applied to
hardened which uses an older patch-level without the problematic patch.
2023-03-12 10:32:15 +01:00
Vladimír Čunát
1dd94ad62f
Merge branch 'master' into staging-next
2023-03-12 09:06:28 +01:00
Maximilian Bosch
d13fc847f1
linux_latest-libre: 19049 -> 19102
2023-03-11 21:09:00 +01:00
Maximilian Bosch
a693dc5ccf
linux: 6.2.3 -> 6.2.5
2023-03-11 21:08:37 +01:00
Maximilian Bosch
543d1cb0ab
linux: 6.1.16 -> 6.1.18
2023-03-11 21:08:25 +01:00
Maximilian Bosch
268d3c83e9
linux: 5.4.234 -> 5.4.235
2023-03-11 21:08:12 +01:00
Maximilian Bosch
b8f7014cd3
linux: 5.15.99 -> 5.15.100
2023-03-11 21:08:02 +01:00
Maximilian Bosch
fb6c399020
linux: 5.10.172 -> 5.10.173
2023-03-11 21:07:51 +01:00
Maximilian Bosch
26c18b8d27
linux: 4.19.275 -> 4.19.276
2023-03-11 21:07:40 +01:00
Maximilian Bosch
9e15b24443
linux: 4.14.307 -> 4.14.308
2023-03-11 21:07:29 +01:00
Artturi
43862987c3
Merge pull request #220653 from yu-re-ka/alpine-git-revisions
2023-03-11 21:07:25 +02:00
github-actions[bot]
8858e06dc6
Merge staging-next into staging
2023-03-11 18:01:51 +00:00
github-actions[bot]
feb117e32c
Merge master into staging-next
2023-03-11 18:01:19 +00:00
PedroHLC ☭
aaed4bc5e0
linuxKernel.kernels.linux_lqx: 6.1.16-lqx1 -> 6.1.18-lqx1
2023-03-11 13:12:23 -03:00
Yureka
7097fbe6a6
tree-wide: add git revisions to alpine git urls
2023-03-11 16:36:37 +01:00
PedroHLC ☭
a3274336f9
linuxKernel.kernels.linux_zen: 6.2.2-zen2 -> 6.2.5-zen1
2023-03-11 11:42:30 -03:00
PedroHLC ☭
0c3e681540
linuxKernel.kernels.linux_lqx: 6.1.15-lqx2 -> 6.1.16-lqx1
2023-03-11 09:48:05 -03:00
github-actions[bot]
590fb73d67
Merge staging-next into staging
2023-03-11 00:03:08 +00:00
Artturin
cab4a24c34
treewide: fix lints
...
Arg to lib.optional is a list
build time tool in buildInputs
2023-03-11 00:55:17 +02:00
Alyssa Ross
8c70bfb9f2
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/libraries/librsvg/default.nix
pkgs/development/python-modules/r2pipe/default.nix
2023-03-10 18:46:21 +00:00
Sandro
64c2749890
Merge pull request #220240 from SuperSandro2000/intel-compute-runtime
...
intel-compute-runtime: 22.49.25018.24 -> 23.05.25593.11
2023-03-10 13:59:19 +01:00
Maximilian Bosch
fd9da3532f
linux/hardened/patches/6.1: 6.1.14-hardened1 -> 6.1.15-hardened1
2023-03-10 12:21:59 +01:00
Maximilian Bosch
4ca1df077b
linux/hardened/patches/5.4: 5.4.233-hardened1 -> 5.4.234-hardened1
2023-03-10 12:21:46 +01:00
Maximilian Bosch
9807c72306
linux/hardened/patches/5.15: 5.15.96-hardened1 -> 5.15.98-hardened1
2023-03-10 12:21:33 +01:00
Maximilian Bosch
1f0d5bff11
linux/hardened/patches/5.10: 5.10.170-hardened1 -> 5.10.172-hardened1
2023-03-10 12:21:20 +01:00
Maximilian Bosch
c49451078d
linux/hardened/patches/4.19: 4.19.274-hardened1 -> 4.19.275-hardened1
2023-03-10 12:21:07 +01:00
Maximilian Bosch
0babddbcb5
linux: 6.2.2 -> 6.2.3
2023-03-10 12:20:15 +01:00
Maximilian Bosch
49009b03b8
linux: 6.1.15 -> 6.1.16
2023-03-10 12:20:03 +01:00
Maximilian Bosch
67ca0e5422
linux: 5.15.97 -> 5.15.99
2023-03-10 12:19:51 +01:00
Antoine Labarussias
0aaea9cda2
rectangle: 0.59 -> 0.67
2023-03-10 09:21:03 +01:00
github-actions[bot]
25743cd637
Merge staging-next into staging
2023-03-10 06:01:39 +00:00
Martin Weinelt
da1a690688
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-10 01:50:42 +01:00
Sergei Trofimovich
7f4f8065a8
Merge pull request #219695 from trofi/iproute2-static
...
pkgsStatic.iproute2: fix build (disable shared libraries)
2023-03-09 19:10:27 +00:00
github-actions[bot]
8cfd131abd
Merge staging-next into staging
2023-03-09 18:01:50 +00:00
Martin Weinelt
bda90e08eb
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-09 17:03:45 +01:00
André Silva
8bc659c5b7
zen-kernels: remove myself as maintainer
2023-03-09 12:05:37 +00:00
Florian Klink
a4c558e0bf
Merge pull request #217249 from filakhtov/systemd-optional-deps
...
Systemd optional deps
2023-03-09 11:12:48 +01:00
github-actions[bot]
c8c1423cd9
Merge master into staging-next
2023-03-09 00:02:23 +00:00
Sandro Jäckel
637092b8e7
intel-compute-runtime: 22.49.25018.24 -> 23.05.25593.11
2023-03-09 00:48:21 +01:00
superherointj
b0a7b1ee78
Merge pull request #220146 from PedroHLC/zen-kernels-6.2.2-zen2
...
zen-kernels: {6.2.2-zen1,6.1.14-lqx1}->{6.2.2-zen2,6.1.15-lqx2}
2023-03-08 16:50:47 -03:00
github-actions[bot]
7072ae38b6
Merge master into staging-next
2023-03-08 18:01:34 +00:00
PedroHLC ☭
ff37d983b0
linuxKernel.kernels.linux_lqx: 6.1.14-lqx1 -> 6.1.15-lqx2
2023-03-08 09:27:02 -03:00
PedroHLC ☭
ff048a29f0
linuxKernel.kernels.linux_zen: 6.2.2-zen1 -> 6.2.2-zen2
2023-03-08 09:20:51 -03:00
Daniel Hancock
b23a5794db
linux_xanmod: remove LRU option
2023-03-08 19:05:21 +08:00
Daniel Hancock
32af296bbe
linux_xanmod_latest: 6.1.14 -> 6.2.2
2023-03-08 17:47:49 +08:00
Daniel Hancock
c70c23e088
linux_xanmod: 5.15.89 -> 6.1.15
2023-03-08 17:47:49 +08:00
Daniel Hancock
9796cbfe14
linux_xanmod_latest: 6.1.13 -> 6.1.14
2023-03-08 17:47:49 +08:00
Garry Filakhtov
3be2b59965
systemd: optional kmod integration
...
Expose a new `withKmod` option to be able to enable and disable kmod
integration, including the `systemd-modules-load` tool for automatic
modules loading during the system boot sequence.
2023-03-08 18:00:51 +11:00
Garry Filakhtov
2d17a96805
systemd: make PAM integration optional
...
Expose a new `withPam` option to allow enabling and disabling
integration with PAM stack, including the `systemd-user-sessions` daemon
and the associated `.service` file, as well as `pam_systemd.so` PAM
module for integration with `systemd-logind` and user session
registration with the systemd cgroup hierarchy.
2023-03-08 18:00:51 +11:00
Garry Filakhtov
86aff5f32f
systemd: make libaudit optional
...
Expose a new `withAudit` flag (defaults to `true` for backwards compatibility) to be able to conditionally enable and disable an integration with the `libaudit` library, which is used to integrate with Linux Audit Framework for logging various security-relevant events.
2023-03-08 18:00:51 +11:00
Garry Filakhtov
d37221dd4b
systemd: make libacl optional
...
Expose a new `withAcl` flag (defaults to true for backwards compatibility) to be able to conditionally enable and disable an integration with `libacl` library, which is used by variety of systemd tools and daemon, e.g. `journald` will check ACLs in addition to regular permissions when accessing journal files and `systemd-nspawn` will update ACL entries when used with the `--private-users-chown` flag.
2023-03-08 18:00:50 +11:00
Garry Filakhtov
fe201024e9
systemd: make libidn2 optional
...
Expose a new `withLibidn2` flag (defauts to true for backwards compatibility) to be able to conditionally enable and disable integration with `libidn2`, which is used by the `systemd-network` and `systemd-resolved` to support internationalized domain names.
2023-03-08 18:00:50 +11:00
github-actions[bot]
d4187810f9
Merge master into staging-next
2023-03-08 00:02:34 +00:00
Ilan Joselevich
a7c3765a23
Merge pull request #219988 from ftsimas/master
...
ffado: 2.4.3 -> 2.4.7
2023-03-07 22:21:32 +02:00
Ryan Lahfa
7eeb326217
Merge pull request #215259 from toastal/zfs-2.1.10-unstable-2023-02-06
...
zfsUnstable: 2.1.10-unstable-2023-01-24 → 2.1.10-unstable-2023-03-02
2023-03-07 20:25:18 +01:00
Martin Weinelt
e3f019bb71
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-07 15:05:00 +01:00
Julian Stecklina
2ca7353542
linuxPackages.tuxedo-keyboard: 3.1.1 -> 3.1.4
...
This unbreaks tuxedo-keyboard for Linux 6.2.
2023-03-07 14:48:34 +01:00
Filippos Tsimas
2acbdc41e9
ffado: 2.4.3 -> 2.4.7
2023-03-07 15:09:19 +02:00
R. Ryantm
c3982aae4e
forkstat: 0.03.00 -> 0.03.01
2023-03-07 11:18:45 +00:00
Mario Rodas
f613d92a67
smimesign: 0.1.0 -> 0.2.0
...
https://github.com/github/smimesign/releases/tag/v0.2.0
2023-03-07 04:20:00 +00:00
github-actions[bot]
a5961d9534
Merge master into staging-next
2023-03-06 12:01:40 +00:00
toonn
6b5a55c85a
Merge pull request #219431 from malob/apple_sdk_11_0-add-stdenvs
...
darwin.apple_sdk_11_0.clang{12-15}Stdenv: init
2023-03-06 11:54:24 +01:00
Nick Cao
319d3dbe81
Merge pull request #219786 from r-ryantm/auto-update/android-udev-rules
...
android-udev-rules: 20230104 -> 20230303
2023-03-06 17:58:47 +08:00
Yureka
e6c8a2f3e3
linuxPackages_latest.jool: fix build ( #219138 )
2023-03-06 09:56:37 +01:00
Martin Weinelt
b04848e5fe
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-06 08:21:14 +01:00
Nick Cao
42edc0ce93
Merge pull request #219682 from maxeaubrey/bolt_0.9.5
...
bolt: 0.9.2 -> 0.9.5
2023-03-06 10:53:04 +08:00
R. Ryantm
8fdababce4
android-udev-rules: 20230104 -> 20230303
2023-03-06 02:41:23 +00:00
Sandro
de09d3aea1
Merge pull request #218837 from SuperSandro2000/intel-things
2023-03-06 01:18:52 +01:00
Sergei Trofimovich
3290734615
pkgsStatic.iproute2: fix build (disable shared libraries)
2023-03-05 15:30:36 +00:00
Martin Weinelt
8a085cd8e3
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-05 15:36:16 +01:00
R. Ryantm
764dd10ac0
iproute2: 6.1.0 -> 6.2.0
2023-03-05 14:33:00 +00:00
Maxine Aubrey
f1e518e06f
bolt: 0.9.2 -> 0.9.5
2023-03-05 13:54:45 +01:00
Shea Levy
1f397d4e54
Merge pull request #219546 from r-ryantm/auto-update/system76-firmware
...
system76-firmware: 1.0.43 -> 1.0.50
2023-03-05 06:40:24 -05:00
github-actions[bot]
6413316565
Merge master into staging-next
2023-03-05 06:01:04 +00:00
Florian Klink
f7ce1d22eb
systemd: 253 -> 253.1
...
Changelog:
```
6c327d74aa hwdb: update to 11875a98e4f1c31e247d99e00c7774ea3653bafd
0b81fcd16d chase-symlinks: Always open a dirfd to the root directory
aa20a210a0 chase-symlinks: chase_symlinks_at() AT_FDCWD fixes
bb3e44323b escape: add missing non-NULL parameter assertions
c4e7cf2bd7 test-escape: Add tests for escaping bogus UTF-8 sequences
e906fd2421 escape: Ensure that output is always valid UTF-8
1a22006574 virt: correctly detect QEMU emulated pSeries guests
5ee19fdfa0 psi-util: fix error handling
9ffa0d439f journald: remove triplicate logging about failure to write log lines
4f7f93cc6a journald: downgrade various log messages from LOG_WARNING to LOG_INFO
a2dc51cd8c journald: make sure shall_try_append_again() logs about all return codes passed in, not just some
144ac494ec systemctl: print better message if default target is masked
791754f683 Revert "dissect-image: don't probe swap partitions needlessly"
d0e7841dce rules: remove redundant duplicate comparisons
dc98d58dd8 man: add two missing commands to synopsys
e093acd062 core/dbus-socket: check the socket path is absolute
a719c2ec2f sd-event: fix error handling
58c821af60 sd-event: always initialize sd_event.perturb
2bfb07b22f systemctl: show "Until:" field only for service and scope units
d9abd8babe tmpfiles.d: drop misleading comment
0f4dbe6367 Enable TPM by default with SetCredentialEncrypted
8d8240bdf6 stub: Fix unaligned read
44c2ff5b1e efi: drop executable-stack bit from .elf file
f2460b78b9 logind-session: make stopping of idle session visible to admins
1947b9939c sleep: check if we're on AC power before checking battery capacity
452cad62c8 install: fail early if specifier expansion failed
eae11e3f06 homectl: add missing break
9024afb994 core/manager: falling back to execute generators without sandboxing
aac692160e man/tmpfiles.d: adjust the table in synopsis, improve spelling
d2739b8c14 test: disable pipefail when testing interactive firstboot
755431b233 ukify: Set fast_load option when parsing PE files
343e90462f core: permit sending augmented enable/disable methods
ba1cb4156b process-util: show requested process name in the log
5140da8937 systemctl: edit: fix double free of instanced name
c4cdbb978f journalctl: fix output when --lines is used with --grep
6dafcad55c loop-util: fix error condition and return value
ec6c1fbf7d Correct journal misspell
6b6df9a845 cryptsetup: check the existence of salt by salt_size > 0
cd5de2811a boot: Fix assertion failure
01b90e1588 pid1: generate compat warning for SystemCallArchitectures= if seccomp is off
a3177cbe54 core/mount: fix default target for /sysusr/usr and its child
3168bda640 mkosi: configure multiarch libdir in debian/ubuntu builds
51b7acfcef tpm2: fix build failure without openssl
a88e35bf95 resolved: Fall back to TCP if UDP is blocked
```
2023-03-05 04:35:38 +01:00
Дамјан Георгиевски
575fddf25b
systemd: 252.5 -> 253
...
systemd v253 changelog/NEWS:
https://github.com/systemd/systemd/blob/v253/NEWS
NixOS changes:
0007-hostnamed-localed-timedated-disable-methods-that-cha.patch was
dropped, because systemd gained support to handle read-only /etc.
*-add-rootprefix-to-lookup-dir-paths.patch required some updates too,
as src/basic/def.h moved to src/basic/constants.h.
systemd/systemd#25771 switched p11kit to become
dlopen()'ed, so we need to patch that path.
added a note to the 23.05 release notes to recommend `nixos-rebuild boot`
Co-authored-by: Florian Klink <flokli@flokli.de>
2023-03-05 04:35:34 +01:00
R. Ryantm
0948751f36
fnotifystat: 0.02.09 -> 0.02.10
2023-03-04 18:43:22 +00:00
R. Ryantm
29a009138c
system76-firmware: 1.0.43 -> 1.0.50
2023-03-04 18:32:19 +00:00
github-actions[bot]
8480c21d06
Merge master into staging-next
2023-03-04 12:01:17 +00:00
Thiago Kenji Okada
5c980f9825
Merge pull request #219443 from PedroHLC/zen-kernels-6.2.2
...
zen-kernels: {6.1.13-lqx2,6.2-zen1} -> {6.1.14-lqx1,6.2.2-zen1}
2023-03-04 11:42:57 +00:00
Martin Weinelt
d0286ecd24
Merge remote-tracking branch 'origin/staging' into staging-next
2023-03-04 01:42:06 +00:00
Malo Bourgon
7a734f2795
darwin.apple_sdk_11_0: code cleanup
2023-03-04 12:38:03 +11:00
Malo Bourgon
68648fa4c0
darwin.apple_sdk_11_0.clang{12-15}Stdenv: init
2023-03-04 12:34:48 +11:00
PedroHLC ☭
7ffb427895
linuxKernel.kernels.linux_zen: 6.2-zen1 -> 6.2.2-zen1
2023-03-03 22:08:25 -03:00
PedroHLC ☭
593e4a3c6e
linuxKernel.kernels.linux_lqx: 6.1.13-lqx2 -> 6.1.14-lqx1
2023-03-03 22:04:09 -03:00
Martin Weinelt
5efba923e3
Merge pull request #183500 from r-ryantm/auto-update/libsepol
...
libsepol: 3.3 -> 3.5
2023-03-04 01:02:13 +00:00
Martin Weinelt
7729b44895
Merge pull request #218793 from helsinki-systems/upd/apparmor
...
apparmor: 3.1.2 -> 3.1.3
2023-03-04 00:56:40 +00:00
Martin Weinelt
b36271ae6d
Merge pull request #219043 from r-ryantm/auto-update/libcap
...
libcap: 2.66 -> 2.67
2023-03-04 00:47:58 +00:00
Martin Weinelt
8c859b5d67
Merge pull request #219030 from alyssais/keyutils-s390
...
keyutils: fix build for s390
2023-03-04 00:44:42 +00:00
Maximilian Bosch
c9bdd9352a
Merge pull request #219399 from Ma27/ma27-maintainership
...
maintainers/ma27: updates
2023-03-03 22:02:51 +01:00
Maximilian Bosch
e62c913822
treewide: remove ma27 from a bunch of packages (again)
...
Some of the stuff used to be needed for a project, for others I found
alternatives that suited better my needs. Anyways, I don't intend to
spend time maintaining these, so no need to keep that.
2023-03-03 21:25:26 +01:00
Weijia Wang
0de4a6858c
Merge pull request #219109 from r-ryantm/auto-update/klibc
...
klibc: 2.0.11 -> 2.0.12
2023-03-03 22:25:15 +02:00
Weijia Wang
53de7f0ff2
Merge pull request #219135 from r-ryantm/auto-update/hwdata
...
hwdata: 0.367 -> 0.368
2023-03-03 22:24:37 +02:00
Weijia Wang
f2970c0c85
Merge pull request #219381 from 0xbe7a/sgx-gcc-11
...
sgx/sdk/ipp-crypto: pin stdenv to gcc11
2023-03-03 21:22:17 +02:00
github-actions[bot]
a74c8d03ea
Merge staging-next into staging
2023-03-03 18:01:44 +00:00
be7a
a0691fc810
sgx/sdk/ipp-crypto: pin stdenv to gcc11
2023-03-03 17:16:23 +01:00
Fabián Heredia Montiel
3cfda40784
linux-rt_5_15: 5.15.95-rt60 -> 5.15.96-rt61
2023-03-03 08:34:28 -06:00
Fabián Heredia Montiel
5b3550852a
linux: 6.2.1 -> 6.2.2
2023-03-03 08:34:20 -06:00
Fabián Heredia Montiel
579cf12749
linux: 6.1.14 -> 6.1.15
2023-03-03 08:34:16 -06:00
Fabián Heredia Montiel
4d878aaf53
linux: 5.4.233 -> 5.4.234
2023-03-03 08:34:12 -06:00
Fabián Heredia Montiel
aee193bed8
linux: 5.15.96 -> 5.15.97
2023-03-03 08:34:09 -06:00
Fabián Heredia Montiel
248de5d61e
linux: 5.10.170 -> 5.10.172
2023-03-03 08:34:06 -06:00
Fabián Heredia Montiel
e8cf0bfcdf
linux: 4.19.274 -> 4.19.275
2023-03-03 08:34:03 -06:00
github-actions[bot]
595d55c8a9
Merge staging-next into staging
2023-03-03 12:01:44 +00:00
toastal
1a129dc63f
zfsUnstable: 2.1.10-unstable-2023-01-24 → 2.1.10-unstable-2023-03-02
2023-03-03 15:47:21 +07:00
Martin Weinelt
0580d85143
Merge remote-tracking branch 'origin/staging-next' into staging
2023-03-03 04:46:31 +01:00
Sergei Trofimovich
6d009ffe2c
linuxPackages_latest.perf: add libtraceevent to build depends
...
Without the change `perf trace` subcommand is unavailable.
2023-03-02 23:16:46 +00:00
Artturi
44fd51cd47
Merge pull request #218503 from Artturin/strictdeps4
2023-03-02 18:45:34 +02:00
K900
26cb599014
fwupd: fix version
2023-03-02 17:56:44 +03:00
K900
18f2ba9ce4
Merge pull request #207033 from j-brn/master
...
looking-glass-client/kvmfr: B5.0.1 -> B6
2023-03-02 17:11:43 +03:00
Jan Tojnar
a1cbe94831
Merge pull request #218459 from R-VdP/fwupd-1-8-12
...
fwupd: 1.8.10 -> 1.8.12
2023-03-02 13:08:49 +01:00
Jan Tojnar
74be655fa9
fwupd,libjcat,libxmlb: remove myself from maintainers
2023-03-02 12:35:49 +01:00
R-VdP
51bcc9df5c
fwupd: 1.8.10 -> 1.8.12
...
Added pandoc as a native build dependency because it is now required to generate the manpages (see https://www.github.com/fwupd/fwupd/pull/5566 ).
Requires disabling device-tests in our NixOS tests.
They require network access to download emulation data.
https://github.com/fwupd/fwupd/releases/tag/1.8.11
https://github.com/fwupd/fwupd/releases/tag/1.8.12
2023-03-02 12:31:56 +01:00
R-VdP
e58bdb61c4
fwupd: Reformat file with nixpkgs-fmt
2023-03-02 12:26:36 +01:00
R-VdP
a40e8972a4
fwupd: Use finalAttrs
2023-03-02 12:23:43 +01:00
R. Ryantm
40f7522469
hwdata: 0.367 -> 0.368
2023-03-02 09:31:46 +00:00
R. Ryantm
31b4130b7c
klibc: 2.0.11 -> 2.0.12
2023-03-02 03:26:04 +00:00
R. Ryantm
23cc5a59da
libcap: 2.66 -> 2.67
2023-03-01 20:03:37 +00:00
Alyssa Ross
d8a62e205d
keyutils: fix build for s390
2023-03-01 18:13:28 +00:00
github-actions[bot]
5f2d948a2c
Merge staging-next into staging
2023-03-01 12:02:17 +00:00
Nick Cao
49c45c0323
Merge pull request #218727 from r-ryantm/auto-update/powerstat
...
powerstat: 0.03.00 -> 0.03.01
2023-03-01 15:24:37 +08:00
Nick Cao
02e8b6a3d1
Merge pull request #218907 from r-ryantm/auto-update/eventstat
...
eventstat: 0.05.00 -> 0.05.01
2023-03-01 15:11:55 +08:00
Fabian Affolter
3ea3a27351
Merge pull request #218875 from fabaff/cpuid-bump
...
cpuid: 20230120 -> 20230228
2023-03-01 08:11:10 +01:00
github-actions[bot]
e3dc1573ff
Merge staging-next into staging
2023-03-01 06:01:52 +00:00
Nick Cao
47993510dc
Merge pull request #218536 from otavio/topic/upgrade-rtl88x2bu
...
rtl88x2bu: 2022-12-17 -> 2023-02-24
2023-03-01 12:10:00 +08:00
github-actions[bot]
758a48fae4
Merge staging-next into staging
2023-03-01 00:03:05 +00:00
Sandro Jäckel
87dbe5e60f
intel-compute-runtime: 22.43.24595.41 -> 22.49.25018.24
2023-03-01 00:46:18 +01:00
Fabian Affolter
ed9386a050
cpuid: 20230120 -> 20230228
2023-02-28 23:42:02 +01:00
R. Ryantm
62dcd158d3
eventstat: 0.05.00 -> 0.05.01
2023-02-28 22:24:29 +00:00
Weijia Wang
995edc972a
Merge pull request #218357 from r-ryantm/auto-update/pcm
...
pcm: 202211 -> 202302
2023-03-01 00:11:13 +02:00
Otavio Salvador
2ce6d7392a
rtl88x2bu: 2022-12-17 -> 2023-02-24
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-02-28 13:58:28 -03:00
github-actions[bot]
445e4a4069
Merge staging-next into staging
2023-02-28 12:01:54 +00:00
ajs124
2fffdddd69
apparmor: 3.1.2 -> 3.1.3
...
https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_3.1.3
2023-02-28 12:37:23 +01:00
Maximilian Bosch
de64a00994
Merge pull request #218282 from LibreCybernetics/update-kernels
...
Linux kernel updates 2023-02-25
2023-02-28 12:07:50 +01:00
Maximilian Bosch
d2c50b4382
Merge pull request #218694 from astro/kernel-virtio-mmio
...
linux: enable VIRTIO_MMIO_CMDLINE_DEVICES
2023-02-28 12:07:26 +01:00
Rick van Schijndel
5d88a31246
Merge pull request #213269 from marsam/treewide-fix-pname
...
treewide: fix pname usage
2023-02-28 07:42:09 +01:00
github-actions[bot]
51c18e4be1
Merge staging-next into staging
2023-02-28 06:01:38 +00:00
Nick Cao
e2219da7d3
Merge pull request #218681 from Kiskae/nvidia-vulkan/-525.47.11
...
linuxPackages.nvidia_x11_vulkan_beta: 515.47.06 -> 525.47.11
2023-02-28 10:58:00 +08:00
R. Ryantm
d65319733c
powerstat: 0.03.00 -> 0.03.01
2023-02-28 02:57:19 +00:00
github-actions[bot]
387a5e220d
Merge staging-next into staging
2023-02-28 00:03:08 +00:00
Sandro
b83895e608
Merge pull request #217854 from azuwis/sketchybar
2023-02-28 00:20:13 +01:00
Kiskae
3a6f8a5871
linuxPackages.nvidia_x11_vulkan_beta: 515.47.06 -> 525.47.11
2023-02-27 22:40:02 +01:00
Astro
8f7e647c30
linux: enable VIRTIO_MMIO_CMDLINE_DEVICES
2023-02-27 22:39:23 +01:00
Weijia Wang
cdebb2e68f
Merge pull request #218142 from r-ryantm/auto-update/semodule-utils
...
semodule-utils: 3.4 -> 3.5
2023-02-27 22:42:13 +02:00
github-actions[bot]
40707bbbb3
Merge staging-next into staging
2023-02-27 18:02:06 +00:00