Commit Graph

17977 Commits

Author SHA1 Message Date
TredwellGit
84bf08c27e linux/hardened/patches/4.19: 4.19.225-hardened1 -> 4.19.227-hardened1 2022-02-03 11:39:10 +00:00
TredwellGit
665abd5257 linux/hardened/patches/4.14: 4.14.262-hardened1 -> 4.14.264-hardened1 2022-02-03 11:39:02 +00:00
TredwellGit
35f965fc61 linux_latest-libre: 18517 -> 18587 2022-02-03 11:38:28 +00:00
TredwellGit
4ee1c3ad90 linux: 5.4.175 -> 5.4.176 2022-02-03 11:38:06 +00:00
TredwellGit
5aeb99768b linux: 5.16.4 -> 5.16.5 2022-02-03 11:37:58 +00:00
TredwellGit
af5cda7f79 linux: 5.15.18 -> 5.15.19 2022-02-03 11:37:21 +00:00
TredwellGit
a752a2371a linux: 5.10.95 -> 5.10.96 2022-02-03 11:37:12 +00:00
TredwellGit
4e53ba1b1b linux: 4.4.301 -> 4.4.302 2022-02-03 11:37:04 +00:00
Bernardo Meurer
9505b2900f
Merge pull request #157865 from fortuneteller2k/xanmod-tt
linux_xanmod: 5.15.12 -> 5.15.19
2022-02-02 12:13:53 -08:00
fortuneteller2k
7f7db2f6dd linux_xanmod: 5.15.12 -> 5.15.19 2022-02-03 01:02:27 +08:00
Patrick Hilhorst
37809af15e
Merge pull request #157631 from ivanbrennan/re-add-alsa-lib-patch 2022-02-02 17:29:17 +01:00
Kevin Cox
4f16ceeb7a
Merge pull request #157747 from LibreCybernetics/update-nvidia
nvidia_x11: 495.46 → 510.47.03
2022-02-02 07:34:27 -05:00
Pascal Wittmann
b01700309d
Merge pull request #157808 from chkno/fix-sources.gentoo.org-urls
Fix broken sources.gentoo.org fetch URLs
2022-02-02 10:25:16 +01:00
Scott Worley
f998cd7e54 Fix broken sources.gentoo.org fetch URLs
sources.gentoo.org is deprecated:
https://gitweb.gentoo.org/sites/www.git/commit/_includes/layout/header.html?id=526ebb46632332d44b91e0cc5a517d137845053a
2022-02-01 22:48:42 -08:00
github-actions[bot]
900bded560
Merge staging-next into staging 2022-02-02 06:01:57 +00:00
github-actions[bot]
930984c1de
Merge master into staging-next 2022-02-02 06:01:23 +00:00
Binary-Eater
e621a3efa4
nvidia-x11: mark legacy_340 as broken if kernel version is greater than 5.4 (#157475) 2022-02-02 00:12:29 -05:00
Dmitry Kalinkin
3087088c41
Merge branch 'staging-next' into staging
Conflicts:
	pkgs/top-level/aliases.nix
	pkgs/top-level/python-aliases.nix
2022-02-01 21:37:39 -05:00
github-actions[bot]
70961d54d6
Merge master into staging-next 2022-02-02 00:01:49 +00:00
Fabián Heredia Montiel
729da07a8c nvidia_x11: 495.46 → 510.47.03 2022-02-01 14:30:08 -06:00
Renaud
febc3690c0
Merge pull request #150434 from r-ryantm/auto-update/sysstat
sysstat: 12.4.3 -> 12.4.4
2022-02-01 18:25:53 +01:00
Bernardo Meurer
4c13b31801
linux/kernel/common-config.nix: mark FORTIFY_SOURCE as optional
You cannot use it on clang-built kernels due to some LLVM bugs, namely:

* https://bugs.llvm.org/show_bug.cgi?id=50322
* https://bugs.llvm.org/show_bug.cgi?id=41459

so Kconfig forces it off, causing generate-config.pl to explode since it
is not marked optional.
2022-02-01 09:18:17 -08:00
ivanbrennan
dd35016349
alsa-lib: document alsa-plugin-conf-multilib.patch 2022-02-01 08:44:15 -05:00
Will Dietz
58eeb07420 fnotifystat: fix src/homepage, moved to github
Also touchup the build to match pattern used for other ColinIanKing utilities
2022-01-31 19:35:25 -06:00
ivanbrennan
3b139b96c5
alsa-lib: re-add alsa-plugin-conf-multilib.patch
This patch was originally added in 2014 to support running apps with
32bit sound on 64bit architecture.

The patch itself add a "libs" field to syntax recognized in /etc/asound.conf:
ab8ef63ff4

The pulseaudio module then used the "libs" to declare locations for both native
and 32bit plugins:
0c8ad65560

In a recent alsa-lib upgrade (1.2.5.1 -> 1.2.6.1), the patch was removed
without understanding its purpose, leaving alsa-lib unable to parse the
etc/asound.conf that the pulseaudio module generated:
aeea1bb53b

As a result, ALSA utils are failing on x86_64 architecture if pulseaudio
is enabled. E.g.

  $ alsactl monitor default
  alsa-lib control.c:1464:(snd_ctl_open_conf) Unknown field libs
  Cannot open ctl default

  $ alsamixer
  ALSA lib control.c:1464:(snd_ctl_open_conf) Unknown field libs
  cannot open mixer: Invalid argument

  $ speaker-test -t wav -c 2

  speaker-test 1.2.6

  Playback device is default
  Stream parameters are 48000Hz, S16_LE, 2 channels
  WAV file(s)
  ALSA lib pcm.c:2576:(snd_pcm_open_conf) Unknown field libs
  Playback open error: -22,Invalid argument

Put the patch back in place to fix what was broken.
2022-01-31 20:12:59 -05:00
github-actions[bot]
aee8ca6639
Merge staging-next into staging 2022-02-01 00:02:21 +00:00
github-actions[bot]
c073294043
Merge master into staging-next 2022-02-01 00:01:43 +00:00
Will Dietz
8673391cb7 numatop: 2.1 -> 2.2, fix build errors from format strings
Also grab CK's PR for other string operation fixups.
2022-01-31 12:53:54 -06:00
Will Dietz
bea399e226 numatop: fix platforms, enumerate explicitly
Not sure why the previous approach no longer works, but we at least want x86_64-linux supported!
Include the triples (doubles) currently supported for ppc linux.
2022-01-31 12:36:42 -06:00
R. Ryantm
dbc9b87b80 openvswitch: 2.15.1 -> 2.16.2 2022-01-31 10:21:25 -08:00
Alyssa Ross
9b3045bd2a busybox: enable debug info 2022-01-31 18:06:05 +00:00
Jan Tojnar
54b828006e Merge branch 'staging-next' into staging 2022-01-31 12:57:47 +01:00
github-actions[bot]
202d4d0fe9
Merge master into staging-next 2022-01-31 06:01:18 +00:00
Jörg Thalheim
9f93be7e1b
Merge pull request #153237 from veehaitch/sgx-sdk-2.15.1-samples
sgx-sdk, sgx-psw: improve samples
2022-01-31 05:58:09 +01:00
github-actions[bot]
9a81cccaab
Merge master into staging-next 2022-01-31 00:01:50 +00:00
Maximilian Bosch
3af3d73140
Merge pull request #157286 from TredwellGit/linux
Kernels 2022-01-29
2022-01-30 23:40:45 +01:00
Maximilian Bosch
f74a2e4840
Merge pull request #154370 from brandonweeks/kspp
linux: enable FORTIFY_SOURCE
2022-01-30 23:34:45 +01:00
Jörg Thalheim
86c43007ae
Merge pull request #157248 from Mic92/zen
linux_zen: 5.15.11-zen1 -> 5.16.3-zen1
2022-01-30 21:34:24 +01:00
github-actions[bot]
5adebefe23
Merge staging-next into staging 2022-01-30 18:01:45 +00:00
github-actions[bot]
24bc16243e
Merge master into staging-next 2022-01-30 18:01:14 +00:00
Guillaume Girol
0d5c5e46da
Merge pull request #157053 from lheckemann/systemd-optional-cryptsetup
nixos/systemd: only use cryptsetup units if systemd was built with it
2022-01-30 16:04:17 +00:00
Linus Heckemann
4b27d4f9f8 nixos/systemd: only use cryptsetup units if systemd was built with it 2022-01-30 12:00:37 +01:00
Christian Kampka
6715796ae4
keyutils: fix build with llvm/clang (#104930)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-01-30 07:30:30 +01:00
github-actions[bot]
ce60c22080
Merge staging-next into staging 2022-01-30 06:01:52 +00:00
github-actions[bot]
fae05a7b29
Merge master into staging-next 2022-01-30 06:01:18 +00:00
Dmitry Kalinkin
66ab3568d6
Merge pull request #155089 from veprbl/pr/usr-include_remove
darwin.usr-include: remove
2022-01-29 22:36:10 -05:00
TredwellGit
2c30d76cd2 linux: 5.4.174 -> 5.4.175 2022-01-29 14:22:06 +00:00
TredwellGit
46708c6a5b linux: 5.16.3 -> 5.16.4 2022-01-29 14:21:59 +00:00
TredwellGit
2461a530ff linux: 5.15.17 -> 5.15.18 2022-01-29 14:21:51 +00:00
TredwellGit
e21b404b64 linux: 5.10.94 -> 5.10.95 2022-01-29 14:21:42 +00:00
TredwellGit
dd0e39a900 linux: 4.9.298 -> 4.9.299 2022-01-29 14:21:34 +00:00
TredwellGit
be3505956a linux: 4.4.300 -> 4.4.301 2022-01-29 14:21:29 +00:00
TredwellGit
291e5ba35e linux: 4.19.226 -> 4.19.227 2022-01-29 14:21:22 +00:00
TredwellGit
4d7d225171 linux: 4.14.263 -> 4.14.264 2022-01-29 14:21:15 +00:00
github-actions[bot]
f50f916355
Merge staging-next into staging 2022-01-29 12:01:37 +00:00
github-actions[bot]
89b88813b0
Merge master into staging-next 2022-01-29 12:01:01 +00:00
FliegendeWurst
79c5bf1d86 ipvsadm: disable parallel build 2022-01-29 11:36:34 +01:00
Jörg Thalheim
0a36a9f693 linux_zen: 5.15.11-zen1 -> 5.16.3-zen1 2022-01-29 10:49:14 +01:00
Jörg Thalheim
4b90f0d6c8
Merge pull request #156790 from abbradar/dpdk
DPDK improvements
2022-01-29 09:54:44 +01:00
github-actions[bot]
3656f37a2e
Merge staging-next into staging 2022-01-29 06:01:48 +00:00
github-actions[bot]
b898222283
Merge master into staging-next 2022-01-29 06:01:08 +00:00
Sandro
9d8b4bf196
Merge pull request #131995 from Luflosi/add-lsirec 2022-01-29 03:15:13 +01:00
Vladimír Čunát
d7a004f4b5
Merge #156541: util-linux: 2.37.2 -> 2.37.3 (into staging)
Two CVEs get fixed, no other changes:
https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes

(cherry picked from commit b04e17c5d6)
2022-01-29 01:27:05 +01:00
github-actions[bot]
189be4ddc1
Merge staging-next into staging 2022-01-29 00:02:04 +00:00
github-actions[bot]
0c0f31bf51
Merge master into staging-next 2022-01-29 00:01:29 +00:00
Vladimír Čunát
fd8f6de4b8 linux-pam: make it use SUID wrapped version of unix_ckpwd 2022-01-28 13:33:44 -08:00
markuskowa
73bcaf521d
Merge pull request #157103 from r-ryantm/auto-update/rdma-core
rdma-core: 38.1 -> 39.0
2022-01-28 22:06:05 +01:00
R. RyanTM
27a9c1bae2 linux-pam: 1.5.1 -> 1.5.2 2022-01-28 20:19:41 +01:00
Madoura
067201c3cc
linux_testing-bcachefs: 2021-12-26 -> 2022-01-12 2022-01-28 08:29:01 -06:00
Jan Tojnar
2da5ce4ab3 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/development/python-modules/fakeredis/default.nix
2022-01-28 14:05:11 +01:00
Jonathan Ringer
86d7f2d5e1 linuxPackages.amdgpu-pro: fix build 2022-01-28 00:46:46 -08:00
Nikolay Amiantov
5aa4697af4 dpdk: split examples, wrap dpdk-devbind 2022-01-28 11:17:52 +03:00
Nikolay Amiantov
2c0b4b8510 dpdk: restore rte_kni module build
As a bonus, split doc output.
2022-01-28 11:17:52 +03:00
R. Ryantm
22894ee2e0 rdma-core: 38.1 -> 39.0 2022-01-28 06:56:46 +00:00
Bernardo Meurer
fe55576eea
Merge pull request #156997 from TredwellGit/linux
Kernels 2022-01-27
2022-01-27 09:52:03 -08:00
Luflosi
1df6380151
lsirec: init at unstable-2019-03-03
This adds lsirec, a utility that can be used to modify and recover certain LSI HBA PCIe cards.
My Dell R610 Server has an anti-feature that prevents the machine from booting, if any PCIe card not blessed by Dell for such usage is installed in the "storage slot" of the server. I used lsiutil to flash a different firmware to my "Dell PERC H310" to convert it into a "Dell 6Gbps SAS HBA Adapter". I was then able to use lsirec and the included sbrtool python script to modify my "Dell 6Gbps SAS HBA Adapter" card into pretending to be a "Dell PERC H200 Integrated" card, finally making it work in the storage slot and circumventing the stupid firmware check.
2022-01-27 16:12:23 +01:00
Sandro
27cccd4e49
Merge pull request #151363 from Stunkymonkey/doc-updateWalker 2022-01-27 14:06:36 +01:00
TredwellGit
7e76358a03 linux: 5.4.173 -> 5.4.174 2022-01-27 11:48:33 +00:00
TredwellGit
35ba4ae7a4 linux: 5.16.2 -> 5.16.3 2022-01-27 11:48:26 +00:00
TredwellGit
532ede5712 linux: 5.15.16 -> 5.15.17 2022-01-27 11:48:18 +00:00
TredwellGit
b14eceedca linux: 5.10.93 -> 5.10.94 2022-01-27 11:48:10 +00:00
TredwellGit
7b55056304 linux: 4.9.297 -> 4.9.298 2022-01-27 11:48:03 +00:00
TredwellGit
c0b2ac9b7a linux: 4.4.299 -> 4.4.300 2022-01-27 11:47:56 +00:00
TredwellGit
e0781196f7 linux: 4.19.225 -> 4.19.226 2022-01-27 11:47:50 +00:00
TredwellGit
388633adc5 linux: 4.14.262 -> 4.14.263 2022-01-27 11:47:44 +00:00
Dmitry Kalinkin
0693fd77f7
Merge branch 'staging-next' into staging
Conflicts:
	nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
	nixos/doc/manual/release-notes/rl-2205.section.md
	pkgs/development/python-modules/aioesphomeapi/default.nix
	pkgs/development/python-modules/mat2/default.nix
	pkgs/development/python-modules/pydevccu/default.nix
	pkgs/development/python-modules/pywlroots/default.nix
	pkgs/development/python-modules/rokuecp/default.nix
2022-01-27 00:54:10 -05:00
Bobby Rong
943e69118e
Merge pull request #156924 from r-ryantm/auto-update/sssd
sssd: 2.6.2 -> 2.6.3
2022-01-27 12:27:17 +08:00
R. Ryantm
2d67084243 sssd: 2.6.2 -> 2.6.3 2022-01-27 00:04:01 +00:00
Martin Weinelt
b3b17c3885
Merge pull request #156787 from helsinki-systems/drop/racoon 2022-01-26 23:30:20 +01:00
Felix Buehler
09e3b7a570 treewide: remove all updateWalker/downloadURLRegexp 2022-01-26 21:46:08 +01:00
Felix Buehler
ed7bf9452c treewide: remove *.upstream files from updateWalker 2022-01-26 21:46:07 +01:00
Gregor Pogacnik
a86365b055 linux: upgrade hardened kernel (CVE-2022-0185)
5.4.172 -> 5.4.173, 5.10.92 -> 5.10.93, 5.15.15 -> 5.15.16
2022-01-26 16:20:37 +00:00
Sandro
7d739f013f
Merge pull request #151432 from Atemu/update/linux_lqx 2022-01-26 14:45:41 +01:00
Binary-Eater
ebc3be413c
nvidia-x11: add GNU which to buildInputs (#156203)
This enables the runfile to successfully uncompress and extract without
having to fallback to "unpackManually" in "builder.sh"
2022-01-26 04:23:20 -05:00
Bernardo Meurer
83590b1afc
Merge pull request #156539 from alyssais/cryptsetup-debug
cryptsetup: enable debug info
2022-01-25 20:20:40 -08:00
Nikolay Amiantov
d15130584f dpdk: move libbsd to propagated inputs
It is required in pkgconfig file.
2022-01-26 03:29:10 +03:00
Nikolay Amiantov
5ab992b43a dpdk: wrap python scripts 2022-01-26 03:29:10 +03:00
ajs124
b5f5cc6d44 ipsecTools: drop 2022-01-26 01:11:48 +01:00
Jonathan Ringer
e74ccf2d72
Merge pull request #154708 from NixOS/staging-next
Staging next 2022-01-12
2022-01-25 11:54:52 -08:00
Ben Siraphob
4aa14a8cdd
Merge pull request #155077 from devins2518/diskdev_cmds
darwin.diskdev_cmds: fix build on m1 by bumping xnu version
2022-01-25 12:14:20 -06:00
Atemu
155ea72476 linux_lqx: 5.15.16-lqx1 -> 5.15.16-lqx2 2022-01-25 18:09:40 +01:00
Martin Weinelt
48f17360d9 Merge remote-tracking branch 'origin/master' into staging-next 2022-01-25 15:53:19 +01:00
ajs124
b05d2077eb
Merge pull request #156395 from helsinki-systems/upd/ima-evm-utils
ima-evm-utils: 1.1 -> 1.4
2022-01-25 15:01:05 +01:00
Linus Heckemann
d6695c4046
Merge pull request #151919 from lheckemann/gt
gt: init at 2021-09-30
2022-01-25 14:35:37 +01:00
github-actions[bot]
077faa4635
Merge staging-next into staging 2022-01-25 12:01:49 +00:00
github-actions[bot]
86301be1a5
Merge master into staging-next 2022-01-25 12:01:13 +00:00
Vladimír Čunát
b04e17c5d6
Merge #156541: util-linux: 2.37.2 -> 2.37.3 (into staging)
Two CVEs get fixed, no other changes:
https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes
2022-01-25 10:28:06 +01:00
Jonathan Ringer
e379e3d4bb
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-01-24 23:49:19 -08:00
Jörg Thalheim
9ac39c9be8
Merge pull request #156208 from jonringer/fix-sgx
sgx-sdk: fix build
2022-01-25 07:49:11 +01:00
Jonathan Ringer
8d530c676a
sgx-sdk: fix build 2022-01-24 19:16:05 -08:00
ajs124
3ba3702e62 ima-evm-utils: 1.1 -> 1.4 2022-01-25 02:24:03 +01:00
github-actions[bot]
bbbd0a92af
Merge master into staging-next 2022-01-25 00:02:13 +00:00
Guillaume Girol
1b1fe46bb1
Merge pull request #156314 from B4dM4n/nixos-tests-missing
nixos/tests: add missing tests
2022-01-24 19:32:15 +00:00
Linus Heckemann
339a63abbe gt: init at 2021-09-30 2022-01-24 19:47:03 +01:00
github-actions[bot]
a45818989a
Merge master into staging-next 2022-01-24 18:01:03 +00:00
Martin Weinelt
87f2bae5ee
util-linux: 2.37.2 -> 2.37.3 2022-01-24 16:40:27 +01:00
Alyssa Ross
1a60dd2adc
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/cupy/default.nix
	pkgs/development/python-modules/staticjinja/default.nix
2022-01-24 15:39:34 +00:00
Alyssa Ross
218c163b48
cryptsetup: enable debug info 2022-01-24 15:35:05 +00:00
Alyssa Ross
2f14e11f3a cryptsetup: don't look at targetPlatform
targetPlatform refers to the platform the program being compiled will
produce binaries for, which only makes sense for things like
compilers, not cryptsetup.  The correct platform to look at to check
static support is hostPlatform, which refers to the architecture the
program being compiled will run on.
2022-01-24 15:11:46 +01:00
Yurii Matsiuk
4c8a08d231
tuigreet: 0.7.1 -> 0.7.2 2022-01-24 14:40:02 +01:00
github-actions[bot]
6fee71d339
Merge master into staging-next 2022-01-24 12:01:16 +00:00
Patrick Hilhorst
4ed7bed68d
Merge branch 'master' into nixos-tests-missing 2022-01-24 12:05:30 +01:00
Linus Heckemann
6fcdb32754
Merge pull request #156304 from lheckemann/rtl8189es
linuxPackages.rtl8189es: init at 2020-10-03
2022-01-24 09:43:29 +01:00
github-actions[bot]
11cced7438
Merge master into staging-next 2022-01-24 00:01:45 +00:00
Fabian Möller
4329d79dba
nixos/tests: link tests to their packages 2022-01-23 21:08:10 +01:00
Felix Bühler
9ea6af42ad
Merge pull request #156178 from Stunkymonkey/treewide-pname-version-7
treewide: rename name to pname&version
2022-01-23 20:48:42 +01:00
Dmitry Kalinkin
d3ec14f6cb
darwin.text_cmds: fix build 2022-01-23 08:18:46 -05:00
markuskowa
c6d51e2760
Merge pull request #149893 from r-ryantm/auto-update/libpsm2
libpsm2: 11.2.185 -> 11.2.203
2022-01-23 13:21:17 +01:00
Linus Heckemann
1b94b6c8cc rtl8189es: init at 2020-10-03
Co-Authored-By: Linus Heckemann <git@sphalerite.org>
2022-01-23 12:55:16 +01:00
github-actions[bot]
591c66a4e3
Merge master into staging-next 2022-01-23 06:00:56 +00:00
Sandro
626d29f986
Merge pull request #155714 from QuantMint/bump-scons-ffado 2022-01-23 05:22:12 +01:00
Bernardo Meurer
103a25f1f2
Merge pull request #147482 from FlorianFranzen/bluez-experimental
bluez5: add experimental variant
2022-01-23 03:18:41 +00:00
github-actions[bot]
f865a2ca89
Merge staging-next into staging 2022-01-22 18:01:38 +00:00
Felix Buehler
027d353491 treewide: rename name to pname&version 2022-01-22 18:13:29 +01:00
Martin Weinelt
1518fb9e18
Merge pull request #156167 from bobby285271/fwupd 2022-01-22 15:32:06 +01:00
Bobby Rong
edf5e394d3
fwupd: fix aarch64 build
The following changes are introduced in 1.5.6 and the plugin_synaptics option no longer exist:

a75ef53eaf

With meson 0.60 the build will fail.
2022-01-22 22:26:57 +08:00
github-actions[bot]
71b7ebbd7a
Merge staging-next into staging 2022-01-22 06:02:00 +00:00
github-actions[bot]
bc45bc6d10
Merge master into staging-next 2022-01-22 06:01:28 +00:00
Jan Tojnar
6631973f45
Merge pull request #155261 from ius/udisks2-cross
udisks: move util-linux to buildInputs
2022-01-22 03:52:43 +01:00
Atemu
dbfea90833 linux-lqx: 5.15.15 -> 5.15.16 2022-01-21 16:14:44 +01:00
github-actions[bot]
9ad21425f0
Merge staging-next into staging 2022-01-21 06:02:00 +00:00
github-actions[bot]
69b5682348
Merge master into staging-next 2022-01-21 06:01:27 +00:00
Maximilian Bosch
8858896dde
Merge pull request #155929 from TredwellGit/linux
Kernels 2022-01-20
2022-01-21 01:48:34 +01:00
github-actions[bot]
233e4a0c95
Merge staging-next into staging 2022-01-21 00:03:13 +00:00
github-actions[bot]
fc3ddb8979
Merge master into staging-next 2022-01-21 00:01:42 +00:00
TredwellGit
89cc4c1ee6 linux: 5.4.172 -> 5.4.173 2022-01-20 19:29:58 +00:00
TredwellGit
581019ba48 linux: 5.16.1 -> 5.16.2 2022-01-20 19:29:51 +00:00
TredwellGit
fea530a537 linux: 5.15.15 -> 5.15.16 2022-01-20 19:29:44 +00:00
TredwellGit
6c1f8548a2 linux: 5.10.92 -> 5.10.93 2022-01-20 19:29:36 +00:00
Vladimír Čunát
9e07c1de65
wpa_supplicant_gui: fixup build after update in PR #155266 2022-01-20 18:12:47 +01:00
github-actions[bot]
d0a1972091
Merge staging-next into staging 2022-01-20 06:01:39 +00:00
github-actions[bot]
360ff20100
Merge master into staging-next 2022-01-20 06:01:09 +00:00
Sandro
d0169cc94c
Merge pull request #155567 from wentasah/kernelshark-2.1 2022-01-20 03:16:01 +01:00
github-actions[bot]
d586d95ff8
Merge staging-next into staging 2022-01-20 00:02:21 +00:00
github-actions[bot]
b74b591fbe
Merge master into staging-next 2022-01-20 00:01:46 +00:00
Andreas Rammhold
31e5b8dc21
Remove myself from maintainers
I don't have time and energy to deal with all of this anymore.
2022-01-20 00:24:52 +01:00
7c6f434c
ddf6a38b15
Merge pull request #155704 from reedriley/firejail
firejail: minor improvements and apparmor support
2022-01-19 22:30:34 +00:00
QuantMint
bcff7661cf ffado: bump scons 2022-01-19 21:02:09 +01:00
Reed Riley
b2445ca613 firejail: add apparmor support 2022-01-19 13:35:19 -05:00
Reed Riley
e0bc22ad7b firejail: improve local profile customization support 2022-01-19 11:14:28 -05:00
Reed Riley
881972bfa6 firejail: remove deprecated flag, see: 4909fa7efc 2022-01-19 10:56:39 -05:00
github-actions[bot]
dbcf9973e0
Merge staging-next into staging 2022-01-19 12:01:58 +00:00
github-actions[bot]
28abf69ffd
Merge master into staging-next 2022-01-19 12:01:24 +00:00
Sandro
c392f1e9cb
Merge pull request #155606 from SuperSandro2000/Lunarequest/master 2022-01-19 12:37:32 +01:00
nullrequest
eff260aaf2
linux config: enable Landlock LSM 2022-01-19 12:12:03 +01:00
Michal Sojka
73aaf861da kernelshark: 2.0.2 -> 2.1.0 2022-01-19 08:29:25 +01:00
TredwellGit
7c410af47e linux/hardened/patches/5.4: 5.4.171-hardened1 -> 5.4.172-hardened1 2022-01-19 01:35:46 +00:00
TredwellGit
632c0297ce linux/hardened/patches/5.15: 5.15.14-hardened1 -> 5.15.15-hardened1 2022-01-19 01:35:37 +00:00
TredwellGit
7bc3a9ee46 linux/hardened/patches/5.10: 5.10.91-hardened1 -> 5.10.92-hardened1 2022-01-19 01:35:28 +00:00
TredwellGit
3aec9d28ba linux: 5.4.171 -> 5.4.172 2022-01-19 01:34:30 +00:00
TredwellGit
ea3bccf3b8 linux: 5.16 -> 5.16.1 2022-01-19 01:34:23 +00:00
TredwellGit
05ad09bd54 linux: 5.15.14 -> 5.15.15 2022-01-19 01:34:15 +00:00
TredwellGit
0b04210a04 linux: 5.10.91 -> 5.10.92 2022-01-19 01:34:07 +00:00
Devin Singh
c74a7840e2
diskdev_cmds: fix build using arch's xnu source 2022-01-18 06:52:26 -06:00
github-actions[bot]
af12e30ac5
Merge staging-next into staging 2022-01-18 00:02:15 +00:00
github-actions[bot]
b456d67c98
Merge master into staging-next 2022-01-18 00:01:41 +00:00
Pavol Rusnak
6c18c013f4
Merge pull request #154348 from Stunkymonkey/treewide-pname-version-5
treewide: rename name to pname&version
2022-01-17 21:05:32 +01:00
Felix Buehler
6cbf83ba01 treewide: rename name to pname&version 2022-01-17 20:52:59 +01:00
Frederik Rietdijk
c7bd506329 Merge staging-next into staging 2022-01-17 16:10:50 +01:00
Frederik Rietdijk
4d125692e5 Merge master into staging-next 2022-01-17 16:10:06 +01:00
Martin Weinelt
738ff6b30c
wpa_supplicant: 2.9 -> 2.10 2022-01-17 13:42:09 +01:00
Martin Weinelt
90482284fa
hostapd: 2.9 -> 2.10 2022-01-17 13:42:09 +01:00
github-actions[bot]
365cb72199
Merge staging-next into staging 2022-01-17 12:02:01 +00:00
github-actions[bot]
0eee7ee8c8
Merge master into staging-next 2022-01-17 12:01:25 +00:00
Renaud
0448ee08a4
Merge pull request #153260 from r-ryantm/auto-update/klibc
klibc: 2.0.9 -> 2.0.10
2022-01-17 11:02:38 +01:00
Frederik Rietdijk
afef6d0e81
Merge pull request #154687 from dotlambda/python-alias
python,pythonPackages: make aliases
2022-01-17 09:37:49 +01:00
github-actions[bot]
8d33d4afe8
Merge staging-next into staging 2022-01-17 06:01:58 +00:00
github-actions[bot]
f0a71fe6f3
Merge master into staging-next 2022-01-17 06:01:22 +00:00
Bobby Rong
9e779f01ca
Merge pull request #155226 from Stunkymonkey/fbterm-refactor
fbterm: refactor
2022-01-17 11:09:55 +08:00
Joerie de Gram
9742335d83 udisks: move util-linux to buildInputs
This fixes cross compilation.
2022-01-16 22:10:00 +01:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
github-actions[bot]
812f2747ee
Merge staging-next into staging 2022-01-16 18:01:34 +00:00
github-actions[bot]
d1d6f982a8
Merge master into staging-next 2022-01-16 18:00:59 +00:00
Atemu
ec6f1661c7 linux-lqx: 5.15.12 -> 5.15.15 2022-01-16 18:07:36 +01:00
Felix Buehler
34950c7359 sinit: refactor 2022-01-16 16:23:21 +01:00
Felix Buehler
3051b532d1 fbterm: refactor 2022-01-16 16:15:37 +01:00
github-actions[bot]
5a104d035c
Merge staging-next into staging 2022-01-16 12:01:46 +00:00
github-actions[bot]
0173b359a6
Merge master into staging-next 2022-01-16 12:01:11 +00:00
Jörg Thalheim
5a6a12256d
Merge pull request #154157 from yaxitech/sgx-ssl
sgx-ssl: init at lin_2.15.1_1.1.1l
2022-01-16 06:05:10 +00:00
github-actions[bot]
11f95b9323
Merge staging-next into staging 2022-01-16 06:01:47 +00:00