Commit Graph

20288 Commits

Author SHA1 Message Date
superherointj
5cc9837bb5 linuxPackages.lttng-modules: 2.13.4 -> 2.13.8 2023-02-02 18:31:02 -03:00
superherointj
1ff7e41b03 linuxKernel.rtl8814au: unstable-2022-08-18 -> unstable-2022-11-09
Fixes Kernel 6.1
2023-02-02 18:28:16 -03:00
superherointj
35662dd7b6 linuxPackages.rtl8821ce: unstable-2022-06-01 -> unstable-2023-01-01 2023-02-02 18:04:08 -03:00
superherointj
82c93e2266 linuxPackages.rtl8812au: unstable-2022-08-22 -> unstable-2023-01-17 2023-02-02 17:52:31 -03:00
superherointj
2ca4096f7f linuxPackages.rtl8723ds: unstable-2022-10-20 -> unstable-2022-12-01 2023-02-02 17:09:02 -03:00
superherointj
479bff9693 linuxPackages.rtl8189fs: 2022-05-20 -> 2022-10-30 2023-02-02 15:06:11 -03:00
github-actions[bot]
6d7be19afb
Merge master into staging-next 2023-02-02 18:01:08 +00:00
superherointj
695a83030f
Merge pull request #214208 from PedroHLC/zen-kernels-6.1.9
zen-kernels: 6.1.8 -> 6.1.9
2023-02-02 14:45:58 -03:00
Artturin
1db2422130 systemd: disallowedReferences nativeBuildInputs
add cross to passthru.tests to prevent cross breaking
2023-02-02 18:57:58 +02:00
Sandro
a9cadfb7b8
Merge pull request #213490 from OPNA2608/refactor/yaml-cpp
yaml-cpp*: Refactor, rename, adopt
2023-02-02 17:32:34 +01:00
PedroHLC ☭
e7d6bb28a1
linuxKernel.kernels.linux_zen: 6.1.8-zen1 -> 6.1.9-zen1 2023-02-02 13:15:53 -03:00
Artturin
2142bc8d33 systemd: don't reference build bash
the .install files retained references to build bash

$ pwd
/nix/store/yfzncfa577cbc0r1bm1fjdc1szyy0dif-systemd-aarch64-unknown-linux-gnu-252.4/lib
$ tree kernel
kernel
├── install.conf
└── install.d
    ├── 50-depmod.install
    └── 90-loaderentry.install
2023-02-02 18:12:12 +02:00
PedroHLC ☭
001bb99794
linuxKernel.kernels.linux_lqx: 6.1.8-lqx1 -> 6.1.9-lqx1 2023-02-02 13:09:46 -03:00
R. Ryantm
66482fadd2 fscrypt-experimental: 0.3.3 -> 0.3.4 2023-02-02 12:58:45 +00:00
github-actions[bot]
2cc6469b1d
Merge master into staging-next 2023-02-02 00:02:33 +00:00
Bernardo Meurer
d8d7f22028
linux-rt_5_10: 5.10.162-rt78 -> 5.10.165-rt81 2023-02-01 12:02:37 -05:00
Bernardo Meurer
bafc851daf
linux: 6.1.8 -> 6.1.9 2023-02-01 12:02:11 -05:00
Bernardo Meurer
6ac29fe074
linux: 5.15.90 -> 5.15.91 2023-02-01 12:02:08 -05:00
Bernardo Meurer
6b4540341b
linux: 5.10.165 -> 5.10.166 2023-02-01 12:02:01 -05:00
Vladimír Čunát
9287f4461d
Merge #206907: stdenv: gcc11 -> gcc12 2023-02-01 16:54:44 +01:00
github-actions[bot]
ba176ec75c
Merge staging-next into staging 2023-02-01 06:01:40 +00:00
Nick Cao
dfdb1a7329
Merge pull request #213861 from r-ryantm/auto-update/iotop-c
iotop-c: 1.22 -> 1.23
2023-02-01 11:44:28 +08:00
Nick Cao
ceaaabef46
Merge pull request #213805 from Luflosi/update/linuxPackages.apfs
linuxPackages.apfs: unstable-2022-10-20 -> 0.3.0
2023-02-01 09:39:04 +08:00
Thomas Gerbet
4567743bcb busybox: 1.35.0 -> 1.36.0
Changes:
```
Aaro Koskinen:
      devmem: add 128-bit width

Bernhard Reutner-Fischer (3):
      kbuild: fix building sha256
      kbuild: Prefer -Oz over -Os
      seedrng: manually inline seed_rng

Brandon Maier:
      xxd: fix typo in trivial usage

Dario Binacchi (2):
      fbset: abort on not handled options
      fbset: support setting pixel clock rate

David Leonard:
      tsort: new applet

Denys Vlasenko:
      Makefile.flags: add resolv to LDLIBS for linux compilers too (not only gnu ones)
      build system: detect if build host has no bzip2
      scripts/echo.c: fix NUL handling in "abc\0 def"
      libbb/loop: fix compile failure (name collision)
      libbb/loop: optionally use ioctl(LOOP_CONFIGURE) to set up loopdevs
      libbb/loop: restore the correct return value of set_loop()
      libbb/sha1: add config-selectable fully unrolled version, closes 14391
      libbb/sha1: add config-selectable partially unrolled version
      libbb/sha1: assembly versions for x86
      libbb/sha1: optional x86 hardware accelerated hashing
      libbb/sha256: optional x86 hardware accelerated hashing
      libbb: change xstrndup, xmemdup to take size_t as size parameter
      libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)
      libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush fails
      libbb: fix fallout from nth_string() robustification, closes 14726
      libbb: introduce and use chdir_or_warn()
      libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
      tls: P256: remove NOP macro sp_256_norm_8()
      tls: include signature_algorithms extension in client hello message
      examples/var_service/dhcp_if: make helper scripts more talkative
      testsuite/mount.tests: accomodate umount failure seen on 5.18.0
      testsuite/sha1sum.tests: fix false positive failure
      shell: add comments about SIGINT-related problems
      shell: fix compile failures in some configs
      ash,hush: fix handling of SIGINT while waiting for interactive input
      ash: ^C with SIG_INGed SIGINT should not exit the shell
      ash: do not truncate failed tilde expansion on unknown user names
      ash: fix ifs cleanup on error paths
      ash: fix unsafe use of mempcpy
      ash: fix use-after-free in pattern substitution code
      awk: input numbers are never octal or hex (only program consts can be)
      bc: hopefully fix bug 14956 (use-after-free)
      cut: build fix for FEATURE_CUT_REGEX
      ifplugd: split -a into -a and -A, latter disables upping in iface creation
      init: do not set HOME
      ls: implement ls -sh (human-readable allocated blocks)
      md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4k
      mv: fix error in !VERBOSE configs
      nmeter: %[md] %[mw] - dirty file-backed pages, writeback pages
      powertop: fix cpuid asm: ebx saving/restoring is properly done by gcc
      sed: correctly handle 'w FILE' commands writing to the same file
      sed: fix double-free in FEATURE_CLEAN_UP=y configs
      sed: fix handling of escaped delimiters in s/// replacement
      sed: fix handling of escaped delimiters in s/// search pattern, closes 14541
      seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file's
      seedrng: do not hash in a constant string, it's not adding entropy
      seedrng: do not hash lengths, they are very predictable
      seedrng: do not try to continue on unexpected errors (just exit)
      seedrng: explain why we need locking and fsync'ing
      seedrng: include file/dir names in error messages
      seedrng: re-add fsync after unlink, and explain its purpose
      seedrng: reduce MAX_SEED_LEN from 512 to 256
      seedrng: remove redundant assignment
      seedrng: remove unnecessary zero-filling of local variables
      seedrng: restore error check on fsync
      seedrng: simplify read_new_seed() to not have error return
      seedrng: use more xfuncs where appropriate
      shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866
      sort: fix -k2M (wasn't skipping leading whitespace)
      sort: fix -s -r interaction: 'stable' order is not affected by -r
      sort: fix sort -s -u, closes 14871
      sort: support -h
      sulogin: increase util-linux compatibility
      sulogin: start _login_ shell only with -p
      sulogin: util-linux does not say "normal startup" on Ctrl-D
      taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes 14616
      top: fix display of large PID/PPID
      top: improve large PID display in memory ('s') mode
      tree: make it unicode-aware
      tree: unicode tweak (use normal space char, 0x20)
      udhcpc6: add missed big-endian conversions
      udhcpc6: align FF02__1_2[]
      udhcpc6: downgrade "opening listen socket" log level to 2
      udhcpc6: fix binding to network aliases
      udhcpc6: fix sending of renew messages
      udhcpc6: use a different default config script
      xargs: implement -o, closes 15146
      xxd -r: handle offsets
      xxd -r: without -p, stop at more than one whitespace, closes 14786
      xxd: fix use of non-initialized data
      xxd: use bb_simple_perror_msg... where appropriate

Emanuele Giacomelli:
      XXXsum: handle binary sums with " " in the path

Grob Grobmann:
      vi: add 'ZQ' quitting command

Henrique Rodrigues:
      ping: fix typo in --help text

Jason A. Donenfeld (10):
      seedrng: import SeedRNG utility for kernel RNG seed files
      seedrng: use libbb functions
      seedrng: hoist bb_strtoul out of min/max
      seedrng: remove some global variables
      seedrng: further reduce size
      seedrng: use predefined strings where possible
      seedrng: avoid needless runtime strlen() call
      seedrng: compress format strings with %s arguments
      seedrng: code-golf even smaller
      seedrng: prune header includes

Khem Raj:
      apply const trick to ptr_to_globals

Louis Sautier:
      pkill: add -e to display the name and PID of the process being killed

Ludwig Nussel:
      libbb: mark stack in assembly files read-only

Natanael Copa (2):
      awk: fix use after free (CVE-2022-30065)
      more: accept and ignore -e

Paul Fox:
      crond: implement support for setting PATH in crontab files

Peter Kaestle:
      unzip -l: add missed big-endian conversions date and time

Roger Knecht:
      tree: new applet

Ron Yorston (8):
      libbb: restore special handling of nomsg errors
      libbb: make '--help' handling more consistent
      lineedit: get PWD from ash
      ash,hush: use HOME for tab completion and prompts
      vi: fix regression in autoindent handling
      vi: handle autoindent in 'cc' command
      vi: improved handling of backspace in replace mode
      vi: fix backspace over tab in commands

Samuel Thibault:
      Fix non-Linux builds

Shawn Landden:
      ash: optional sleep builtin

Sören Tempel (3):
      ed: add support for -s command-line option as mandated by POSIX
      ash: don't read past end of var in subvareval for bash substitutions
      ash: fix use-after-free in bash pattern substitution

Timo Teräs:
      mkfs.vfat: fix volume label to be padded with space

Vincent Stehlé:
      fdisk: recognize EBBR protective partitions

Walter Lozano:
      Add support for long options to cmp

Xiaoming Ni (4):
      loop: fix a race when a free loop device is snatched
      loop: refactor: extract subfunction get_next_free_loop()
      loop: simplify code of LOOP_SET_FD failure
      loop: refactor: extract subfunction set_loopdev_params()
```
2023-02-01 00:34:42 +00:00
Mario Rodas
e5e2646a07
Merge pull request #213790 from SuperSandro2000/sysdig-lib
sysdig: remove with lib over entire file
2023-01-31 19:17:46 -05:00
github-actions[bot]
1ae6b7c963
Merge staging-next into staging 2023-02-01 00:03:12 +00:00
R. Ryantm
95bf8681e1 iotop-c: 1.22 -> 1.23 2023-01-31 22:18:00 +00:00
Alyssa Ross
a997c219d8 libsmbios: add musl patch
Upstream seems pretty dead, so I think a patch is the best we're going
to get here.  But on the other hand, that means the package isn't
likely to require a lot of maintenance that could be made more
difficult by having a patch around.
2023-01-31 20:44:59 +00:00
github-actions[bot]
9f7ab547e6
Merge staging-next into staging 2023-01-31 18:02:01 +00:00
Luflosi
eaf43be84c
linuxPackages.apfs: unstable-2022-10-20 -> 0.3.0
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.0

I also added a `longDescription` and modified the test to verify the checksum on all metadata nodes now that it works.
2023-01-31 17:35:05 +01:00
OPNA2608
c9b4c7dccd treewide: Rename libyamlcpp* to yaml-cpp* 2023-01-31 16:22:54 +01:00
Sandro Jäckel
6dbf077be2
sysdig: remove with lib over entire file 2023-01-31 15:06:57 +01:00
Weijia Wang
5f83b5d199
Merge pull request #208801 from LeSuisse/multipath-tools-0.9.4
multipath-tools: 0.9.3 -> 0.9.4
2023-01-31 14:57:49 +01:00
Artturi
d289affac3
Merge pull request #213609 from lschuermann/dev/criu-cross-compile 2023-01-31 14:12:40 +02:00
github-actions[bot]
6527aa6d68
Merge staging-next into staging 2023-01-31 12:01:45 +00:00
Leon Schuermann
f9a1d83cdb criu: support cross-compile for armv7l and aarch64
This fixes the `criu` package to support cross-compilation to armv7l
and aarch64 architectures (tested on an x86 build host). `criu`
requires some additional flags to be passed to its Makefile
infrastructure to hint at the target architecture. It further requires
a few dependencies to be executed on the build host, hence moving them
to `depsBuildBuild`.

Signed-off-by: Leon Schuermann <leon@is.currently.online>
2023-01-31 13:18:13 +02:00
Vladimír Čunát
e4957a85c9
Merge #211923: staging-next 2023-01-21 2023-01-31 09:42:28 +01:00
Nick Cao
13ac55a095
Merge pull request #213420 from MGlolenstine/picoprobe-udev-rules
picoprobe-udev-rules: init at 0.0.1
2023-01-31 14:47:12 +08:00
MGlolenstine
ac64ad4c5a picoprobe-udev-rules: init at unstable-2023-01-31 2023-01-31 06:55:55 +01:00
Nicholas Sielicki
33397faec9 ena: 2.8.0 -> 2.8.2
* Notably, fixes build on kernel >= 5.17

Signed-off-by: Nicholas Sielicki <git@opensource.nslick.com>
2023-01-31 03:31:05 +00:00
github-actions[bot]
33d4318fcc
Merge staging-next into staging 2023-01-31 00:03:07 +00:00
github-actions[bot]
dd1ff149da
Merge master into staging-next 2023-01-31 00:02:31 +00:00
Florian Klink
31931ffc35
Merge pull request #212939 from amjoseph-nixpkgs/pr/isStatic
meta: replace predicates with pattern over elaborated platform
2023-01-30 21:13:15 +01:00
Alyssa Ross
0da24fa3ba
systemd: disable BPF for ARMv5
ARMv5 does not have hardware floating point, so can't build systemd's
BPF code.
2023-01-30 19:54:13 +00:00
Florian Klink
b9edd43573
Merge pull request #213442 from gdamjan/staging/systemd-252.5
systemd: 252.4 -> 252.5
2023-01-30 18:14:17 +01:00
github-actions[bot]
645af55243
Merge staging-next into staging 2023-01-30 12:01:57 +00:00
github-actions[bot]
1a06f52c21
Merge master into staging-next 2023-01-30 12:01:22 +00:00
Nick Cao
77a77721cd
Merge pull request #212970 from R-VdP/fwupd_1_8_10
fwupd: 1.8.9 -> 1.8.10
2023-01-30 14:37:13 +08:00
github-actions[bot]
7ea63a1440
Merge staging-next into staging 2023-01-30 06:01:52 +00:00
github-actions[bot]
90a6b7bb33
Merge master into staging-next 2023-01-30 06:01:14 +00:00
Дамјан Георгиевски
196ce76703 systemd: 252.4 -> 252.5
https://github.com/systemd/systemd-stable/compare/v252.4...v252.5
Commits: 81
Files changed: 103
2023-01-29 21:47:18 +01:00
Sergei Trofimovich
32b89d8c5f pax-utils: 1.3.6 -> 1.3.7
Changes: https://github.com/gentoo/pax-utils/compare/v1.3.6...v1.3.7
2023-01-29 18:40:56 +00:00
github-actions[bot]
e043f89f93
Merge staging-next into staging 2023-01-29 12:01:54 +00:00
github-actions[bot]
2019d6632b
Merge master into staging-next 2023-01-29 12:01:20 +00:00
Alyssa Ross
6fe87d1586 linuxPackages.perf: only use systemtap where available
Fixes pkgsMusl.perf.
2023-01-29 10:50:11 +00:00
github-actions[bot]
fd893034cb
Merge staging-next into staging 2023-01-29 06:01:55 +00:00
github-actions[bot]
04f965695c
Merge master into staging-next 2023-01-29 06:01:23 +00:00
Weijia Wang
4f10ebbd5c
Merge pull request #213011 from Mic92/kernel.org
treewide: use more secure and proxy friendly https protocol to fetch …
2023-01-29 06:34:25 +01:00
github-actions[bot]
1b9455b894
Merge staging-next into staging 2023-01-29 00:03:07 +00:00
github-actions[bot]
d7f991bb53
Merge master into staging-next 2023-01-29 00:02:27 +00:00
R. Ryantm
edc8e8e141 health-check: 0.03.10 -> 0.03.11 2023-01-28 19:25:06 +00:00
Martin Weinelt
4da94024e8
Merge pull request #197911 from r-ryantm/auto-update/alsa-lib
alsa-lib: 1.2.7.2 -> 1.2.8
2023-01-28 19:06:18 +00:00
Sergei Trofimovich
f3355e39f6
Merge pull request #183972 from r-ryantm/auto-update/alsa-ucm-conf
alsa-ucm-conf: 1.2.7.1 -> 1.2.8
2023-01-28 18:54:09 +00:00
Fabián Heredia Montiel
0cf5d85f0c treewide: add gcc12 flags 2023-01-27 21:20:52 -06:00
Fabián Heredia Montiel
713db8d8f8 linux/hardened: make GCC_STRUCTLEAK optional since it isn't an option
with GCC 12
2023-01-27 21:20:51 -06:00
github-actions[bot]
0f14755608
Merge staging-next into staging 2023-01-28 00:02:51 +00:00
github-actions[bot]
c7c5d670a2
Merge master into staging-next 2023-01-28 00:02:20 +00:00
Martin Weinelt
c458f07bac
Merge pull request #213040 from r-ryantm/auto-update/powerstat
powerstat: 0.02.27 -> 0.03.00
2023-01-27 23:08:18 +00:00
Martin Weinelt
4d96ea81a4 Merge remote-tracking branch 'origin/staging-next' into staging 2023-01-27 23:50:50 +01:00
Martin Weinelt
52029b8e00 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-27 23:50:36 +01:00
R. Ryantm
b55e98200e powerstat: 0.02.27 -> 0.03.00 2023-01-27 22:46:51 +00:00
Jörg Thalheim
b0ccd1d737 treewide: use more secure and proxy friendly https protocol to fetch from git.kernel.org 2023-01-27 21:11:39 +01:00
Martin Weinelt
17f3a14ad8
Merge pull request #212872 from mweinelt/jool-4.1.9
jool: 4.1.8 -> 4.1.9
2023-01-27 19:34:44 +00:00
github-actions[bot]
99e30309e5
Merge staging-next into staging 2023-01-27 18:02:07 +00:00
github-actions[bot]
8291dfb1b4
Merge master into staging-next 2023-01-27 18:01:31 +00:00
R-VdP
d0a7702b8f
fwupd: thunderbolt plugin only enabled upstream for x86. 2023-01-27 17:42:20 +01:00
R-VdP
801d887751
fwupd: 1.8.9 -> 1.8.10 2023-01-27 15:46:06 +01:00
Robin Appelman
4b22cf45b4 fanctl: init at 0.6.4 2023-01-27 13:07:50 +01:00
github-actions[bot]
e11b11e738
Merge staging-next into staging 2023-01-27 12:01:56 +00:00
github-actions[bot]
92b7725154
Merge master into staging-next 2023-01-27 12:01:22 +00:00
Weijia Wang
1045d60ea1
Merge pull request #211038 from r-ryantm/auto-update/forkstat
forkstat: 0.02.17 -> 0.03.00
2023-01-27 12:23:53 +01:00
Adam Joseph
a94114e70a systemd: use non-function pattern for badPlatforms
Closes #212925
2023-01-27 02:21:43 -08:00
Nick Cao
eb8db23f75
Merge pull request #212928 from GTrunSec/vulkan_beta
linuxPackages.nvidia_x11_vulkan_beta: 515.47.04 -> 525.47.06
2023-01-27 18:06:10 +08:00
guangtao
b7ac519c9e linuxPackages.nvidia_x11_vulkan_beta: 515.47.04 -> 525.47.06 2023-01-27 01:46:31 -08:00
Michal Sojka
43e8c1c5b6 trace-cmd: 3.1.2 -> 3.1.6 2023-01-27 09:43:22 +00:00
Michal Sojka
5fd479d50b libtracefs: 1.5.0 -> 1.6.4
trace-cmd 3.1.6 needs at least version 1.6.
2023-01-27 09:43:22 +00:00
Vladimír Čunát
8a77ed60ac
Merge branch 'master' into staging-next 2023-01-27 09:36:55 +01:00
Laszlo Gombos
6cb088fa68 dracut: fix homepage 2023-01-27 04:29:46 +00:00
Martin Weinelt
83322be383
jool: 4.1.8 -> 4.1.9
https://mail-lists.nic.mx/pipermail/jool-list/2023-January/000479.html
2023-01-27 02:05:32 +01:00
github-actions[bot]
03e9b9c92c
Merge staging-next into staging 2023-01-26 18:02:05 +00:00
github-actions[bot]
578f1ba854
Merge master into staging-next 2023-01-26 18:01:29 +00:00
Thiago Kenji Okada
28b7f1c26c
Merge pull request #212741 from PedroHLC/zen-kernels-6.1.8
zen-kernels: 6.1.6 -> 6.1.8
2023-01-26 14:18:45 +00:00
Jacek Galowicz
3e090d53d4
Merge pull request #212634 from blitz/ax99100
linuxPackages.ax99100: fix build on newer kernels
2023-01-26 15:12:36 +01:00
github-actions[bot]
1337f7ba23
Merge staging-next into staging 2023-01-26 12:01:59 +00:00
github-actions[bot]
636db670cc
Merge master into staging-next 2023-01-26 12:01:24 +00:00
PedroHLC ☭
479cf72e9f
linuxKernel.kernels.linux_lqx: 6.1.6-lqx1 -> 6.1.8-lqx1 2023-01-26 06:32:09 -03:00
PedroHLC ☭
d9a4a546b0
linuxKernel.kernels.linux_zen: 6.1.6-zen1 -> 6.1.8-zen1 2023-01-26 06:29:23 -03:00
Cole Helbling
e80e2cde7d zfs: 2.1.8 -> 2.1.9 2023-01-25 14:44:44 -08:00
Julian Stecklina
7e9f022808 linuxPackages.ax99100: fix build on newer kernels 2023-01-25 21:22:55 +01:00
github-actions[bot]
0a0068baab
Merge staging-next into staging 2023-01-25 18:01:57 +00:00
github-actions[bot]
a1c257a1c6
Merge master into staging-next 2023-01-25 18:01:20 +00:00
K900
c015bb7dd9
Merge pull request #212565 from Ma27/linux-kernel-updates
Linux kernel updates 2022-01-25
2023-01-25 16:40:57 +03:00
github-actions[bot]
588d9ab6e2
Merge staging-next into staging 2023-01-25 12:02:09 +00:00
github-actions[bot]
20df8d00cc
Merge master into staging-next 2023-01-25 12:01:34 +00:00
Jonas Heinrich
5ca9d14952
Merge pull request #212215 from samueldr/fix/waydroid-deps
waydroid: Add missing ambiant dependencies
2023-01-25 11:07:05 +01:00
Maximilian Bosch
0c5d652c65
linux/hardened/patches/6.1: 6.1.7-hardened1 -> 6.1.8-hardened1 2023-01-25 10:45:36 +01:00
Maximilian Bosch
664dec6fff
linux/hardened/patches/5.4: 5.4.229-hardened1 -> 5.4.230-hardened1 2023-01-25 10:45:22 +01:00
Maximilian Bosch
d2cecf2811
linux/hardened/patches/5.15: 5.15.89-hardened1 -> 5.15.90-hardened1 2023-01-25 10:45:11 +01:00
Maximilian Bosch
979280a84f
linux/hardened/patches/5.10: 5.10.164-hardened1 -> 5.10.165-hardened1 2023-01-25 10:44:58 +01:00
Maximilian Bosch
51e2e1886f
linux/hardened/patches/4.19: 4.19.270-hardened1 -> 4.19.271-hardened1 2023-01-25 10:44:45 +01:00
Maximilian Bosch
c528f77d29
linux/hardened/patches/4.14: 4.14.303-hardened1 -> 4.14.304-hardened1 2023-01-25 10:44:35 +01:00
Maximilian Bosch
f638ef65cd
linux: 6.1.7 -> 6.1.8 2023-01-25 10:43:53 +01:00
Maximilian Bosch
973d29d69e
linux: 5.4.229 -> 5.4.230 2023-01-25 10:43:41 +01:00
Maximilian Bosch
795dd11c54
linux: 5.15.89 -> 5.15.90 2023-01-25 10:43:31 +01:00
Maximilian Bosch
c6851f531e
linux: 5.10.164 -> 5.10.165 2023-01-25 10:43:20 +01:00
Maximilian Bosch
f9b2f16602
linux: 4.19.270 -> 4.19.271 2023-01-25 10:43:09 +01:00
Maximilian Bosch
633c9d1160
linux: 4.14.303 -> 4.14.304 2023-01-25 10:42:59 +01:00
github-actions[bot]
3c67941102
Merge staging-next into staging 2023-01-25 06:01:39 +00:00
github-actions[bot]
a2f216a003
Merge master into staging-next 2023-01-25 06:01:06 +00:00
Nick Cao
ecc9592264
Merge pull request #212400 from r-ryantm/auto-update/rasdaemon
rasdaemon: 0.6.8 -> 0.7.0
2023-01-25 12:19:03 +08:00
github-actions[bot]
c471a30584
Merge staging-next into staging 2023-01-25 00:02:54 +00:00
github-actions[bot]
c47e4b69a3
Merge master into staging-next 2023-01-25 00:02:20 +00:00
ajs124
9f51a18665
Merge pull request #207112 from qbit/vmm_clock-0.2.0
vmm_clock: 0.1.0 -> 0.2.0
2023-01-24 23:44:08 +01:00
Aaron Bieber
921664da3f
vmm_clock: 0.1.0 -> 0.2.0
This update[1] enables support for older kernels.

[1] https://github.com/voutilad/vmm_clock/releases/tag/0.2.0
2023-01-24 11:53:47 -07:00
github-actions[bot]
a9a713c9ac
Merge staging-next into staging 2023-01-24 18:01:31 +00:00
github-actions[bot]
7a89380b7e
Merge master into staging-next 2023-01-24 18:01:00 +00:00
ajs124
5cf7d65f6a
Merge pull request #207114 from qbit/virtio_vmmci-0.5.0
virtio_vmmci 0.4.0 -> 0.5.0
2023-01-24 18:50:06 +01:00
github-actions[bot]
8aee205b0c
Merge staging-next into staging 2023-01-24 12:01:46 +00:00
Vladimír Čunát
411405c9f6
Merge branch 'master' into staging-next
Trivial conflict in release notes, except that the xml/docbook parts
are horrible for (semi-)automatic conflict resolution.
Fortunately that's generated anyway.
2023-01-24 12:22:38 +01:00
R. Ryantm
3f21979fb1 rasdaemon: 0.6.8 -> 0.7.0 2023-01-24 09:30:48 +00:00
Nick Cao
ac7f5e4c7b
Merge pull request #206268 from misuzu/rtl8189es-update
linuxPackages.rtl8189es: 2022-08-30 -> 2022-10-30
2023-01-24 16:43:20 +08:00
Nick Cao
1eba956f9b
Merge pull request #211624 from realsnick/patch-2
fxload: changed $out/sbin  to $out/bin
2023-01-24 15:54:16 +08:00
github-actions[bot]
cd6a5f6c46
Merge staging-next into staging 2023-01-24 00:02:42 +00:00
github-actions[bot]
727e365f02
Merge master into staging-next 2023-01-24 00:02:11 +00:00
j-brn
6d154c8b25
looking-glass-client: B5.0.1 -> B6 2023-01-24 00:19:22 +01:00
Artturi
baf7ed992c
Merge pull request #212095 from Artturin/zenpowerupdate1 2023-01-23 20:24:24 +02:00
Bernardo Meurer
52bc8887d0
Merge pull request #205595 from ipetkov/fix-device-tree-overlays 2023-01-23 13:03:11 -05:00
github-actions[bot]
ae71dd9dc7
Merge staging-next into staging 2023-01-23 18:01:51 +00:00
github-actions[bot]
112ac51b78
Merge master into staging-next 2023-01-23 18:01:16 +00:00
Bernardo Meurer
e2881617a4
Merge pull request #212032 from SuperSandro2000/fwupd 2023-01-23 12:57:35 -05:00
SnIcK
1a6ed8a339 create $out/sbin symlink to $out/bin
looks like common practice is to put a $out/sbin symlink to $out/bin. the `fxload` command was not available if only puts on $out/sbin. This will fix it. The real issue I observed was that there was no `/run/current-system/sw/sbin` on $PATH but i think there is a fundamental reason why it doesn’t exist hence this patch until i learn more.
2023-01-23 09:24:40 -06:00
Weijia Wang
a6388fc6bb
Merge pull request #205600 from r-ryantm/auto-update/sssd
sssd: 2.8.1 -> 2.8.2
2023-01-23 14:35:19 +01:00
github-actions[bot]
1b659cb5f8
Merge staging-next into staging 2023-01-23 12:02:06 +00:00
github-actions[bot]
eadaaa7d20
Merge master into staging-next 2023-01-23 12:01:24 +00:00
Sandro
b380d382d3
Merge pull request #212241 from SuperSandro2000/ziguana/master
Closes https://github.com/NixOS/nixpkgs/pull/211792
2023-01-23 12:49:09 +01:00
Zig Uana
544df362de
intel-compute-runtime: add a patch to fix typo 2023-01-23 11:21:56 +01:00
Maximilian Bosch
48665a4150
linux_6_0: drop
EOLed by upstream, doesn't receive any patches anymore, so let's drop
it.

Currently depends on #211886 which bumps the latest compatible ZFS
version to 6.1.

Also, clean up some old aliases.
2023-01-23 10:59:20 +01:00
Maximilian Bosch
18fb9f9d9d
Merge pull request #211886 from toastal/zfs-2.1.8
zfs: 2.1.7 → 2.1.8
2023-01-23 10:30:56 +01:00
Nick Cao
3cd694d1bd
Merge pull request #210382 from B4dM4n/nixos-rebuild-local
nixos-rebuild: Allow local builds when --target-host is used again
2023-01-23 16:37:41 +08:00
Nick Cao
ea4692732f
Merge pull request #210045 from Technical27/update-rtl88xxau-aircrack
rtl88xxau-aircrack: 37e27f -> ee2997
2023-01-23 16:23:22 +08:00
Weijia Wang
67c4fc9b60
Merge pull request #205308 from r-ryantm/auto-update/eventstat
eventstat: 0.04.13 -> 0.05.00
2023-01-23 07:57:56 +01:00
Weijia Wang
e4a295ddb8
Merge pull request #204558 from r-ryantm/auto-update/ryzenadj
ryzenadj: 0.11.1 -> 0.12.0
2023-01-23 07:43:46 +01:00
github-actions[bot]
78daa27725
Merge staging-next into staging 2023-01-23 06:01:50 +00:00
github-actions[bot]
d8bfd0a059
Merge master into staging-next 2023-01-23 06:01:12 +00:00
Weijia Wang
621c392563
Merge pull request #201578 from r-ryantm/auto-update/sasutils
sasutils: 0.3.12 -> 0.3.13
2023-01-23 06:33:50 +01:00
Weijia Wang
3cc491d168
Merge pull request #197597 from r-ryantm/auto-update/mmc-utils
mmc-utils: unstable-2022-09-27 -> unstable-2022-11-09
2023-01-23 06:00:17 +01:00
Samuel Dionne-Riel
1b00e5af2f waydroid: Add missing ambiant dependencies
Fixes #211741

`waydroid first-launch` would fail due to missing gobject introspection
bindings for Gtk.

```
(      ) [        ] ERROR: Namespace Gtk not available
(      ) [        ] See also: <https://github.com/waydroid>
(      ) [        ] Traceback (most recent call last):
  File "/nix/store/7c0jjr0jid4xhfdsv13jiwp7q4jl9khi-waydroid-1.3.3/lib/waydroid/tools/__init__.py", line 113, in main
    actions.remote_init_client(args)
  File "/nix/store/7c0jjr0jid4xhfdsv13jiwp7q4jl9khi-waydroid-1.3.3/lib/waydroid/tools/actions/initializer.py", line 205, in remote_init_client
    gi.require_version("Gtk", "3.0")
  File "/nix/store/y09awdg92zm58958q6bc6chacw35pfgm-python3.10-pygobject-3.42.2/lib/python3.10/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gtk not available
```

These changes add the necessary environment (the currently idiomatic way
to solve such problems) to the existing wrapper.

The use in `preFixup` is necessary, as the gapps wrapper will not have
ran the required hooks before.

The addition of `gobject-introspection` is necessary for the wrappers
hooks to add GIR repositories to the wrapper args.
2023-01-22 23:47:20 -05:00
Weijia Wang
a693a6bc6c
Merge pull request #195323 from r-ryantm/auto-update/ksmbd-tools
ksmbd-tools: 3.4.5 -> 3.4.6
2023-01-23 05:26:56 +01:00
Nick Cao
03214405bb
firmware-manager: 0.1.2 -> unstable-2022-12-09 2023-01-23 10:36:50 +08:00
Nick Cao
82e5e02f10
Merge pull request #212162 from fabaff/cpuid-bump
cpuid: 20221201 -> 20230120
2023-01-23 09:24:29 +08:00
github-actions[bot]
4cf87fa899
Merge staging-next into staging 2023-01-23 00:02:47 +00:00
github-actions[bot]
44319c878e
Merge master into staging-next 2023-01-23 00:02:15 +00:00
Jörg Thalheim
4228679d5b
Merge pull request #212027 from panicgh/dpdk
dpdk: 22.07 -> 22.11.1
2023-01-22 22:53:52 +00:00
Weijia Wang
f8bfb2f1e1
Merge pull request #196051 from r-ryantm/auto-update/irqbalance
irqbalance: 1.9.0 -> 1.9.2
2023-01-22 22:29:38 +01:00
Weijia Wang
9692479ae8
Merge pull request #193072 from r-ryantm/auto-update/intel-compute-runtime
intel-compute-runtime: 22.43.24595.35 -> 22.43.24595.41
2023-01-22 22:04:59 +01:00
Fabian Affolter
de3b8f45ae cpuid: 20221201 -> 20230120 2023-01-22 20:57:35 +01:00
Sandro
ae66f57ac4
Merge pull request #211902 from Pheoxy/master 2023-01-22 20:53:16 +01:00
Sandro
bad5ce95e8
Merge pull request #206885 from r-ryantm/auto-update/hwdata 2023-01-22 20:48:09 +01:00
github-actions[bot]
b98f339186
Merge staging-next into staging 2023-01-22 18:01:37 +00:00
github-actions[bot]
feb2240b37
Merge master into staging-next 2023-01-22 18:01:03 +00:00
Sandro Jäckel
815282d1c0
fwupd: 1.8.4 -> 1.8.9 2023-01-22 18:34:59 +01:00
Mario Rodas
b9f3996740
Merge pull request #210932 from r-ryantm/auto-update/uhk-agent
uhk-agent: 1.5.17 -> 2.1.1
2023-01-22 10:47:56 -05:00
Artturi
f910c6dace
Merge pull request #210569 from Artturin/detunamekernel 2023-01-22 15:06:11 +02:00
Artturin
6f3f88ec48 linuxPackages.zenpower: unstable-2022-04-13 -> unstable-2022-11-04
upstream has moved
https://github.com/Ta180m/zenpower3
https://git.exozy.me/a/zenpower3
2023-01-22 14:04:34 +02:00
Artturin
6e3bff617f treewide: remove replacements of '$(shell uname -r)' with '${kernel.modDirVersion}'
after adding deterministic-uname to kernel.moduleBuildDependencies this
is unnecessary
2023-01-22 13:46:12 +02:00
R. Ryantm
9fdb076597 libpsm2: 11.2.229 -> 11.2.230 2023-01-22 09:57:15 +00:00
dhancock@camelot.network
d0a31fabed linux_xanmod: 6.1.3 -> 6.1.7 2023-01-22 17:45:19 +08:00
Daniel Hancock
92d917ec33 linux_xanmod: 5.15.84 -> 5.15.89 2023-01-22 17:45:19 +08:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Adam Joseph
5b66b6b8c2 systemd.meta.badPlatforms: include isStatic predicate 2023-01-22 00:27:19 -08:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Nicolas Benes
26aa60713e pktgen: 22.04.1 -> 22.07.1 2023-01-22 02:02:50 +01:00
Nicolas Benes
203e5461b2 dpdk: simplify optimization for CPU family
Make it easier optimize DPDK for a CPU family. The conservative default
remains (e.g. nehalem for x86_64), but a user may override it for better
utilization of recent CPU models, e.g. `{ machine = "x86-64-v4"; }` for
AVX512 support.
2023-01-22 02:02:17 +01:00
Nicolas Benes
118290c00a dpdk: 22.07 -> 22.11.1
Latest LTS release.

https://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html
2023-01-22 00:51:19 +01:00
toastal
12cb062985 zfs: 2.1.7 → 2.1.8
https://github.com/openzfs/zfs/releases/tag/zfs-2.1.8

2.1.9 staging always just starts at the last version cut.
2023-01-21 21:54:42 +07:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Guillaume Girol
90c78aee6c Merge branch 'nativeCheckInputs' into staging-nativeCheckInputs 2023-01-21 12:00:00 +00:00
ajs124
02256184b9
Merge pull request #198166 from helsinki-systems/upd/open-iscsi
openiscsi: 2.1.7 -> 2.1.8
2023-01-20 14:53:12 +01:00
Sandro
7c4f88c663
Merge pull request #211568 from Luflosi/update/raspberrypi-eeprom 2023-01-20 14:11:24 +01:00
7c6f434c
12ecc87a0e
Merge pull request #211245 from onny/firejail-update
firejail: 0.9.70 -> 0.9.72
2023-01-20 12:40:53 +00:00
Nick Cao
d0637f07e4
Merge pull request #211719 from NickCao/cryptodev
linuxPackages.cryptodev: cleanup and fix cross compilation
2023-01-20 20:03:22 +08:00
Nick Cao
e37e146056
linuxPackages.cryptodev: cleanup and fix cross compilation 2023-01-20 13:43:19 +08:00
Kiskae
1557cc4160
linuxPackages.nvidia_x11_production: 525.78.01 -> 525.85.05 2023-01-19 20:21:12 +01:00
Alyssa Ross
0de23a66e7 pkgsMusl.zfs: fix build 2023-01-19 11:50:33 +00:00
Luflosi
454302cf2a
raspberrypi-eeprom: 2022.12.07-138a1 -> 2023.01.11-138c0
https://github.com/raspberrypi/rpi-eeprom/releases/tag/v2023.01.11-138c0
2023-01-19 11:15:43 +01:00
Fabián Heredia Montiel
5b6487220c linux/hardened/patches/6.1: 6.1.6-hardened1 -> 6.1.7-hardened1 2023-01-18 20:06:53 -06:00
Fabián Heredia Montiel
54114c19f2 linux/hardened/patches/5.4: 5.4.228-hardened1 -> 5.4.229-hardened1 2023-01-18 20:06:53 -06:00
Fabián Heredia Montiel
ad4ece95ba linux/hardened/patches/5.15: 5.15.88-hardened1 -> 5.15.89-hardened1 2023-01-18 20:06:52 -06:00
Fabián Heredia Montiel
8d3056606c linux/hardened/patches/5.10: 5.10.163-hardened1 -> 5.10.164-hardened1 2023-01-18 20:06:52 -06:00
Fabián Heredia Montiel
88b9e6a5b4 linux/hardened/patches/4.19: 4.19.269-hardened1 -> 4.19.270-hardened1 2023-01-18 20:06:52 -06:00
Fabián Heredia Montiel
60f3c91908 linux/hardened/patches/4.14: 4.14.302-hardened1 -> 4.14.303-hardened1 2023-01-18 20:06:52 -06:00
Fabián Heredia Montiel
e7b8fdc5e5 linux-rt_5_10: 5.10.158-rt77 -> 5.10.162-rt78 2023-01-18 20:06:52 -06:00
Fabián Heredia Montiel
ba974313f4 linux: 6.1.6 -> 6.1.7 2023-01-18 20:06:52 -06:00
Fabián Heredia Montiel
0ff2406f4b linux: 5.4.228 -> 5.4.229 2023-01-18 20:06:52 -06:00
Fabián Heredia Montiel
5d77617ad6 linux: 5.15.88 -> 5.15.89 2023-01-18 20:06:52 -06:00
Fabián Heredia Montiel
210407fd34 linux: 5.10.163 -> 5.10.164 2023-01-18 20:06:52 -06:00
Fabián Heredia Montiel
97b01fdbd5 linux: 4.19.269 -> 4.19.270 2023-01-18 20:06:52 -06:00
Fabián Heredia Montiel
24016a8cc9 linux: 4.14.302 -> 4.14.303 2023-01-18 20:06:52 -06:00
R. Ryantm
19520e7555 uhk-agent: 1.5.17 -> 2.1.1 2023-01-18 18:00:53 +00:00
R. Ryantm
02376a2784 intel-compute-runtime: 22.43.24595.35 -> 22.43.24595.41 2023-01-18 15:21:08 +00:00
Nick Cao
b1ff903d4f
Merge pull request #210700 from PedroHLC/zen-kernels-6.1.5
zen-kernels: 6.1.3 -> 6.1.6
2023-01-18 13:43:06 +08:00
Nick Cao
f04182510f
Merge pull request #210896 from NickCao/systemd-tpm2
systemd: fix tpm2 driver init
2023-01-18 13:41:00 +08:00
Jonas Heinrich
b6b55b60a8 firejail: 0.9.70 -> 0.9.72 2023-01-17 15:56:01 +01:00
Nick Cao
2f58da82ba
Merge pull request #209972 from r-ryantm/auto-update/libratbag
libratbag: 0.16 -> 0.17
2023-01-17 10:29:29 +08:00
ajs124
33b2ad57c8 openiscsi: 2.1.7 -> 2.1.8
autotools -> meson
> support for make/autoconf is still in place but is deprecated
- https://github.com/open-iscsi/open-iscsi/releases/tag/2.1.8
2023-01-17 01:07:14 +01:00
Artturi
e09153da00
Merge pull request #210993 from Artturin/cleanupstdenvsetup1 2023-01-16 22:12:11 +02:00
Artturi
20dcc6920f
Merge pull request #176013 from djahandarie/master
mwprocapture: fix compile on new GCC and new linux kernel
2023-01-16 20:25:07 +02:00
github-actions[bot]
5a50475572
Merge staging-next into staging 2023-01-16 18:01:50 +00:00
Lily Foster
f46ee73ba6 dracut: init at 059 2023-01-16 10:53:16 -06:00
Nick Cao
a6f2beeedd
Merge pull request #209264 from anthonyroussel/iputils
iputils: 20211215 -> 20221126
2023-01-16 16:38:07 +08:00
R. Ryantm
399961eccb forkstat: 0.02.17 -> 0.03.00 2023-01-16 06:48:08 +00:00
github-actions[bot]
76839f69b4
Merge staging-next into staging 2023-01-16 06:01:40 +00:00
Bernardo Meurer
66b976eeb5
Merge pull request #209742 from JamieMagee/raspberrypi
treewide: update raspberrypi packages
2023-01-16 00:03:32 -05:00
Nick Cao
568d6fca33
systemd: fix tpm2 driver init 2023-01-16 08:26:59 +08:00
github-actions[bot]
5682b90ffa
Merge staging-next into staging 2023-01-16 00:02:48 +00:00
Artturin
fe1c7a1945 treewide: remove usages of header and stopNest
they're obsolete
2023-01-16 00:08:12 +02:00
Maximilian Bosch
8528a0b512
Merge pull request #210897 from K900/kernels-20230115
Kernels for 2023-01-15
2023-01-15 20:58:06 +01:00
github-actions[bot]
c29db3b9fb
Merge staging-next into staging 2023-01-15 18:01:56 +00:00
Patryk Wychowaniec
2c55eba8f4
nixos: add --specialisation to nixos-rebuild
This commit fixes a papercut in nixos-rebuild where people wanting to
switch to a specialisation (or test one) were forced to manually figure
out the specialisation's path and run its activation script - since now,
there's a dedicated option to do just that.

This is a backwards-compatible change which doesn't affect the existing
behavior, which - to be fair - might still be considered sus by some
people, the painful scenario here being:

- you boot into specialisation `foo`,
- you run `nixos-rebuild switch`,
- whoops, you're no longer at specialisation `foo`, but you're rather
  brought back to the base system.

(it's especially painful for cases where specialisation is used to load
extra drivers, e.g. Nvidia, since then launching `nixos-rebuild switch`,
while forgetting that you're inside a specialisation, can cause some
parts of your system to get accidentally unloaded.)

I've tried to mitigate that by improving specialisations so that they
create a dedicated file somewhere in `/run/current-system` containing
the specialisation's name (which `nixos-rebuild` could then use as the
default value for `--specialisation`), but I haven't been able to come
up with anything working (plus it would be a breaking change then).

Closes https://github.com/NixOS/nixpkgs/issues/174065
2023-01-15 18:16:49 +01:00
K900
33b60cca17 linux/hardened/patches/6.1: init at 6.1.6-hardened1 2023-01-15 15:23:24 +03:00
K900
6f0d5ff07c linux/hardened/patches/6.0: 6.0.16-hardened1 -> 6.0.19-hardened1 2023-01-15 15:20:56 +03:00
K900
d4fe0d1032 linux/hardened/patches/5.15: 5.15.86-hardened1 -> 5.15.88-hardened1 2023-01-15 15:20:47 +03:00
K900
4d4b65d932 linux/hardened/patches/5.10: 5.10.161-hardened1 -> 5.10.163-hardened1 2023-01-15 15:20:37 +03:00
K900
fd77307ab0 linux: 6.1.3 -> 6.1.6 2023-01-15 15:19:50 +03:00
K900
5677f89218 linux: 6.0.17 -> 6.0.19 2023-01-15 15:19:25 +03:00
K900
a05b3a75b9 linux: 5.15.86 -> 5.15.88 2023-01-15 15:19:18 +03:00
K900
a4b823d73c linux: 5.10.162 -> 5.10.163 2023-01-15 15:19:11 +03:00
PedroHLC ☭
96bfec1958
linuxKernel.kernels.linux_lqx: 6.1.3-lqx1 -> 6.1.6-lqx1 2023-01-14 21:36:18 -03:00
PedroHLC ☭
01158eab1d
linuxKernel.kernels.linux_zen: 6.1.3-zen1 -> 6.1.6-zen1 2023-01-14 21:28:37 -03:00
github-actions[bot]
142d3af1cb
Merge staging-next into staging 2023-01-15 00:03:07 +00:00
Ryan Lahfa
afc4f79e05
Merge pull request #207424 from toastal/zfs-2.1.8-unstable-2022-12-14
zfsUnstable: 2.1.8-staging-2022-12-01 → 2.1.8-staging-2022-01-03
2023-01-14 23:12:20 +01:00
github-actions[bot]
5ad514cb7e
Merge staging-next into staging 2023-01-14 18:01:41 +00:00
Artturi
1353a4a456
Merge pull request #208775 from sweenu/patch_ddcci_driver 2023-01-14 19:03:48 +02:00
toastal
9e88448026 zfsUnstable: 2.1.8-staging-2022-12-01 → 2.1.8-staging-2023-01-10 2023-01-14 21:50:31 +07:00
Sergei Trofimovich
ca4da963f8 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
    pkgs/development/libraries/audio/roc-toolkit/default.nix
2023-01-14 11:07:42 +00:00
github-actions[bot]
4712ed9439
Merge master into staging-next 2023-01-14 00:02:26 +00:00
Adam Joseph
6f6b4a1d41 systemd: default withLibBPF to false if isMips64
libBPF does not compile for mips64 targets using clang (rathern than
gcc) because clang lacks the necessary _MIPS_SZPTR compiler builtin.
Let's allow the rest of systemd to compile.

- The glibc people noticed this problem [way back in
  2011](https://sourceware.org/pipermail/libc-ports/2011-June/001959.html)
  and consider it to be a clang/llvm bug.  I am inclined to agree.

- [clang has the `_MIPS_SZPTR`
  builtin](3af9cb5375/clang/lib/Basic/Targets/Mips.cpp (L185))
  and seems to have had it since before they switched to git.

This may in fact be a nixpkgs bug -- that we're not invoking clang
in a way that tells the frontend to make the mips builtins
available, even if the backend is emitting mips binaries.  Or at
least we aren't tricking systemd's build machinery into doing that.
2023-01-13 20:09:41 +00:00
Artturin
221ef67e1c kernel: add deterministic-uname to moduleBuildDependencies 2023-01-13 21:15:08 +02:00
Artturi
567e81c363
Merge pull request #210102 from Artturin/fakeunameinit 2023-01-13 20:20:26 +02:00
github-actions[bot]
49722fd14a
Merge master into staging-next 2023-01-13 18:01:34 +00:00
Anthony Roussel
4d32358bea
iputils: format with nixpkgs-fmt 2023-01-13 17:25:52 +01:00
Anthony Roussel
d4c1e368e1
iputils: 20211215 -> 20221126 2023-01-13 17:25:49 +01:00
markuskowa
77a4ea849f
Merge pull request #210340 from r-ryantm/auto-update/rdma-core
rdma-core: 43.0 -> 44.0
2023-01-13 13:32:53 +01:00
github-actions[bot]
96d361c622
Merge staging-next into staging 2023-01-13 12:02:02 +00:00
github-actions[bot]
85724d692e
Merge master into staging-next 2023-01-13 12:01:30 +00:00
R. Ryantm
c8978ddee4 brillo: 1.4.11 -> 1.4.12 2023-01-13 17:53:16 +08:00
Fabian Möller
cc4de1aa3a
nixos-rebuild: Allow local builds when --target-host is used again
This is a followup of #148921, to allow local builds when
`--target-host` is used again. It also documents the change in
behavior, regarding the specialty of the `localhost` value.

By removing the special handling of an empty `buildHost` and non empty
`targetHost`, this change also slightly alters the behavior of
`nixos-rebuild`.

Originally by specifying `--target-host target --build-host ""`, the
now removed special case would transform those arguments to
`--target-host target --build-host target`.
Now the empty `--build-host` would result in a local build.
2023-01-13 10:16:46 +01:00
Nick Cao
201b5a38c3
Merge pull request #206857 from Kiskae/patch-3
linuxPackages.nvidia_x11_vulkan_beta: 515.49.25 -> 525.47.04
2023-01-13 14:09:32 +08:00
github-actions[bot]
baf8502f7e
Merge staging-next into staging 2023-01-13 06:01:43 +00:00
Alyssa Ross
820f3452f4 pkgsMusl.systemd: fix build by updating patchset 2023-01-13 04:20:32 +00:00
Alyssa Ross
0debb0b193 shadow: only use tcb where available
Fixes pkgsMusl.shadow.

Fixes: 0e32191623 ("shadow: add tcb support")
2023-01-13 04:19:29 +00:00
Artturin
96ebc83053 deterministic-uname: init
for reproducibility

deterministic-uname: dont hardcode OPERATING_SYSTEM_VAL to GNU/Linux
2023-01-12 18:29:14 +02:00
R. Ryantm
c7990a5139 rdma-core: 43.0 -> 44.0 2023-01-12 10:18:51 +00:00
Francesco Gazzetta
c956f85fbd
Merge pull request #204653 from ymatsiuk/ymatsiuk/bluetooth
nixos/bluetooth: add input and network service configs
2023-01-12 08:24:01 +00:00
github-actions[bot]
0ea7838538
Merge staging-next into staging 2023-01-11 18:02:03 +00:00
github-actions[bot]
892fc2184d
Merge master into staging-next 2023-01-11 18:01:26 +00:00
sternenseemann
6c8644fc37 ath9k-htc-blobless-firmware: fix evaluation with Nix 2.3
Path interpolation is not available in all Nix versions nixpkgs supports
2023-01-11 16:28:28 +01:00
github-actions[bot]
db669efe0d
Merge staging-next into staging 2023-01-11 06:02:05 +00:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
Aamaruvi Yogamani
86c3569581
rtl88xxau-aircrack: 37e27f -> ee2997
Now builds on Linux 6.1.
2023-01-10 08:29:58 -05:00
Artturi
bdd04ab2f9
Merge pull request #195236 from Et7f3/musl-split-binary 2023-01-10 05:43:55 +02:00
Artturi
c07552f6f7
Merge pull request #208685 from amjoseph-nixpkgs/ath9k-htc-blobless
ath9k-htc-blobless-firmware: init at 1.4.0
2023-01-10 03:51:19 +02:00
Adam Joseph
7af47c9877 ath9k-htc-blobless-firmware: init at 1.4.0
This firmware is completely open source with no blobs, which is
quite rare in the wifi world.  Wifi chips have their own dedicated
general-purpose CPUs.  This source code allows you to see what those
CPUs are doing and modify their behavior.

When the upstream repository was created in 2013, "open source
firmware" meant "firmware which is open source".  In 2023 that is no
longer the generally accepted [definition], so I have chosen an
unambiguous adjective (whose meaning has remained stable for
decades) to use in the pname.

[definition]: https://web.archive.org/web/20221209121315/https://www.opencompute.org/projects/open-system-firmware#:~:text=Another,allows%20it

Co-authored-by: Artturi <Artturin@artturin.com>
2023-01-09 16:10:04 -08:00
R. Ryantm
791af94225 libratbag: 0.16 -> 0.17 2023-01-09 23:46:18 +00:00
R. Ryantm
3c866e643c uclibc-ng: 1.0.41 -> 1.0.42 2023-01-09 23:28:30 +00:00
github-actions[bot]
05972e9778
Merge staging-next into staging 2023-01-09 18:01:58 +00:00
github-actions[bot]
33aa224777
Merge master into staging-next 2023-01-09 18:01:24 +00:00
Sandro
41fe886f68
Merge pull request #209496 from hmenke/sof 2023-01-09 15:43:23 +01:00
github-actions[bot]
ba0dad1c94
Merge staging-next into staging 2023-01-09 00:02:51 +00:00
github-actions[bot]
fce67420c4
Merge master into staging-next 2023-01-09 00:02:14 +00:00
Sergei Trofimovich
f5e04db86f
Merge pull request #209431 from r-ryantm/auto-update/pax-utils
pax-utils: 1.3.5 -> 1.3.6
2023-01-08 20:57:06 +00:00
Jamie Magee
2a404e1d3c
raspberrypiWirelessFirmware: 2021-12-06 -> 2022-07-06 2023-01-08 11:29:39 -08:00
Jamie Magee
0060dbd720
raspberrypi-armstubs: 2021-11-01 -> unstable-2022-07-11 2023-01-08 11:14:58 -08:00
Jamie Magee
42b10e9e5c
raspberrypifw: 1.20221028 -> 1.20230106 2023-01-08 11:07:47 -08:00
Jamie Magee
6c46f55495
linux_rpi{0,1,2,3,4}: 5.15.74 -> 5.15.84 2023-01-08 11:07:13 -08:00
QuantMint
fb49d81b25 linux: enable ACPI_FPDT, ACPI_HMAT, ACPI_APEI, ACPI_APEI_GHES, ACPI_DPTF 2023-01-08 11:18:48 +01:00
github-actions[bot]
410c7fca50
Merge staging-next into staging 2023-01-08 00:03:17 +00:00
github-actions[bot]
4bf238a8fb
Merge master into staging-next 2023-01-08 00:02:31 +00:00
Fabian Affolter
055830fad8
Merge pull request #209457 from r-ryantm/auto-update/bpfmon
bpfmon: 2.50 -> 2.51
2023-01-08 00:19:05 +01:00
Fabian Affolter
eabbe8b96f
bpfmon: add changelog to meta 2023-01-07 23:28:51 +01:00
7c6f434c
5db02d4fa6
Merge pull request #207428 from helsinki-systems/upd/lvm2
lvm2: 2.03.17 -> 2.03.18
2023-01-07 21:22:26 +00:00
R. Ryantm
2a60c41910 hwdata: 0.364 -> 0.366 2023-01-07 18:47:24 +00:00
Kiskae
d4b1e793bf linuxPackages.nvidia_x11_vulkan_beta: 515.49.25 -> 525.47.04 2023-01-07 19:12:22 +01:00
Dmitry Bogatov
249a3ba53b pkgsStatic.wpa_supplicant: fix build
Static build has less features enabled, since full set pulls dependency
on system which does not support static build by design.
2023-01-07 17:16:41 +01:00
Henri Menke
66c979db9a
sof-firmware: 2.2.3 -> 2.2.4 2023-01-07 16:11:27 +01:00
github-actions[bot]
76d33189ba
Merge master into staging-next 2023-01-07 12:01:24 +00:00
R. Ryantm
4372f03a9d bpfmon: 2.50 -> 2.51 2023-01-07 11:20:00 +00:00
Thiago Kenji Okada
1982ffbdd1
Merge pull request #209262 from NickCao/nvidia
linuxPackages.nvidia_x11_production: 525.60.11 -> 525.78.01
2023-01-07 10:41:23 +00:00
R. Ryantm
f32079f1db pax-utils: 1.3.5 -> 1.3.6 2023-01-07 08:20:51 +00:00
github-actions[bot]
0789ea69b1
Merge master into staging-next 2023-01-07 00:02:25 +00:00
Graham Christensen
8552d36ed3
Merge pull request #204673 from whiteley/5.15-rt
Add linux-rt-5.15
2023-01-06 19:56:41 +00:00
Matt Whiteley
be5854b57b
linux-rt-5.15: 5.15.79-rt54 -> 5.15.86-rt56 2023-01-06 10:46:56 -08:00
Martin Weinelt
5b308cd1df Merge remote-tracking branch 'origin/master' into staging-next 2023-01-06 19:10:05 +01:00
Artturi
17e4794068
Merge pull request #208247 from fortuneteller2k/xanmod 2023-01-06 19:13:11 +02:00
Adam Joseph
88e32095e1 linux/kernel: backport symbol GPLification fix from 5.19
Linux has a few PowerPC-specific symbols which are marked as GPL exports; these
symbols wound up being exposed in Linux 5.12 and are needed by OpenZFS.  The
symbol licensing was fixed in mainline 5.19; this commit backports the fix to
all previous affected kernels.

This commit is required in order to build the NixOS ISO for PowerPC64.
2023-01-06 15:59:38 +01:00
github-actions[bot]
60c812cecd
Merge master into staging-next 2023-01-06 12:01:11 +00:00
fortuneteller2k
2a31c36f3e linux_xanmod: 5.15.81 -> 5.15.84 2023-01-06 18:59:38 +08:00
fortuneteller2k
924976e001 linux_xanmod_latest: 6.1.0 -> 6.1.3 2023-01-06 18:59:38 +08:00
Thiago Kenji Okada
2c285e4b2f
Merge pull request #209238 from PedroHLC/zen-kernels-6.1.3
zen-kernels: 6.1.2 -> 6.1.3
2023-01-06 10:41:11 +00:00
github-actions[bot]
ea5e5050f1
Merge master into staging-next 2023-01-06 06:01:11 +00:00
Anthony Roussel
1b28b9c555
powertop: format with nixpkgs-fmt 2023-01-06 04:53:58 +01:00
Anthony Roussel
700dda2156
powertop: 2.14 -> 2.15 2023-01-06 04:53:55 +01:00
Anthony Roussel
7816224051
powertop: add anthonyroussel to maintainers 2023-01-06 04:52:03 +01:00
Nick Cao
b7a1f8484c
linuxPackages.nvidia_x11_production: 525.60.11 -> 525.78.01 2023-01-06 11:06:12 +08:00
Nick Cao
e29dd5e157
nvidia-x11: remove unused binding to kernelModVersion 2023-01-06 10:26:41 +08:00
P. R. d. O
b33102ec56
android-udev-rules: 20220611 -> 20230104 2023-01-05 18:05:28 -06:00
PedroHLC ☭
9c21b5bcd8
linuxKernel.kernels.linux_zen: 6.1.2-zen1 -> 6.1.3-zen1 2023-01-05 19:31:51 -03:00
PedroHLC ☭
4d0d25a37e
linuxKernel.kernels.linux_lqx: 6.1.2-lqx1 -> 6.1.3-lqx1 2023-01-05 18:50:03 -03:00
Martin Weinelt
afd962b51c Merge remote-tracking branch 'origin/master' into staging-next 2023-01-05 17:16:26 +01:00
Bernardo Meurer
3ebdfd53b6
Merge pull request #209050 from lovesegfault/kernel-updates 2023-01-05 12:04:10 -03:00
github-actions[bot]
0c98bf3e85
Merge staging-next into staging 2023-01-05 00:02:56 +00:00
clerie
ccb3146bf2
iproute2: 6.0.0 -> 6.1.0 (#206932)
"Nothing major; lots of usual set of small fixes."

Changes: https://marc.info/?l=linux-netdev&m=167103481006660
2023-01-04 21:50:22 +01:00
Vladimír Čunát
0fee82023b
Merge #207597: libbpf: 1.0.1 -> 1.1.0
...into staging
2023-01-04 20:28:57 +01:00
Bernardo Meurer
2af7e9a30b
linux_testing: 6.1-rc8 -> 6.2-rc2 2023-01-04 12:43:29 -03:00
Bernardo Meurer
05912cd5a4
linux/hardened/patches/6.0: 6.0.15-hardened1 -> 6.0.16-hardened1 2023-01-04 12:36:42 -03:00
Bernardo Meurer
fab20a5d50
linux/hardened/patches/5.15: 5.15.85-hardened1 -> 5.15.86-hardened1 2023-01-04 12:36:25 -03:00
Bernardo Meurer
a54325524c
linux: 6.1.2 -> 6.1.3 2023-01-04 12:35:40 -03:00
Bernardo Meurer
4f65c169c1
linux: 6.0.16 -> 6.0.17 2023-01-04 12:35:26 -03:00
Bernardo Meurer
0679b21257
linux: 5.10.161 -> 5.10.162 2023-01-04 12:35:08 -03:00
John Ericson
b92fb601c2
Merge pull request #208947 from sternenseemann/ghc-head-js-backend-try-1
haskell.compiler.ghcHEAD: support JS backend
2023-01-04 09:12:10 -05:00
github-actions[bot]
e859576396
Merge staging-next into staging 2023-01-04 00:03:20 +00:00
sternenseemann
1ee0f4c2aa systemd: fix evaluation in pkgsCross.ghcjs.buildPackages
GHC's js backend depends on systemd via emscripten via closure compiler
via jdk via cups. Before it fails to evaluate, though, since
llvmPackages looks into `targetPackages.stdenv.cc` to determine which
C++ library to use (something that should be rectified in the future).
[Unfortunately], for `pkgsCross.ghcjs`, `stdenv.cc` throws which blows
up evaluating `pkgsCross.buildPackages.llvmPackages.clang`.

This is in principle unnecessary. We want to build
`pkgsCross.ghcjs.buildPackages.haskell.compiler.native-bignum.ghcHEAD`
which depends on `pkgsCross.ghcjs.buildPackages.systemd` which needs
clang and friends only in `nativeBuildInputs`, so
`pkgsCross.ghcjs.buildPackages.buildPackages.llvmPackages.clang`.
Unfortunately, due to the nature of splicing, we first evaluate the
“adjacent” derivation before we can access the spliced derivation we are
actually interested in. If the former
fails (`pkgsCross.ghcjs.buildPackages.llvmPackages.clang`), we can't do
the latter.

The solution is to just not rely on splicing in this case and take
`buildPackages.llvmPackages.clang` directly (relative to
`buildPackages.systemd` in this case!) which avoids the whole problem.

[Unfortunately]: c739c420db (diff-3209527bd27cbc775f579b1e295b0264c850859c7245d526965cec456b8c70a4R61)
2023-01-03 22:19:59 +01:00
github-actions[bot]
e076f677a1
Merge staging-next into staging 2023-01-03 18:01:45 +00:00
Sandro Jäckel
99b715f39d
waydroid: cleanup inputs 2023-01-03 17:44:47 +01:00
Charles Johnson
2628f0003c
waydroid: 1.3.3 -> 1.3.4 (#206833)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-03 17:43:06 +01:00
github-actions[bot]
e2839320bb
Merge staging-next into staging 2023-01-03 12:01:44 +00:00
Adam Joseph
5ace5a33b9 eudev: remove glib from buildInputs
eudev does not depend on glib.  I grepped the source code for glib
and found no references to it.
2023-01-02 23:38:43 -08:00
Anderson Torres
32c8f85ba6
Merge pull request #208253 from realsnick/fix/fxload
fxload: updated to newer version from libusb1’s examples
2023-01-02 23:13:48 -03:00
SnIcK
e13ee020d2 fxload: updated to newer version from libusb1 2023-01-02 17:30:04 -06:00
Thomas Gerbet
ad9521e07e multipath-tools: 0.9.3 -> 0.9.4
https://github.com/opensvc/multipath-tools/compare/0.9.3...0.9.4

Fixed a bunch of issues and warnings occuring during the build.
`passthru.tests` is however still broken.
2023-01-02 21:34:35 +01:00
github-actions[bot]
d8b859a780
Merge staging-next into staging 2023-01-02 18:01:43 +00:00
Bruno Inec
47e314e92e
ddcci-driver: patch to support linux 6.1 2023-01-02 17:24:09 +01:00
Maximilian Bosch
e0eca4cefc
Merge pull request #208735 from Ma27/linux-kernel-updates
Linux kernel updates 2023-01-02
2023-01-02 15:36:31 +01:00
PedroHLC ☭
95667fbfa9
linuxKernel.kernels.linux_lqx: 6.0.13-lqx3 -> 6.1.2-lqx1 2023-01-02 10:08:55 -03:00
PedroHLC ☭
b9e3eb4aae
linuxKernel.kernels.linux_zen: 6.1-zen1 -> 6.1.2-zen1 2023-01-02 10:08:55 -03:00
Maximilian Bosch
7cecdb94d1
linux_latest-libre: 19007 -> 19027 2023-01-02 11:23:15 +01:00
Maximilian Bosch
4b249451ec
linux: 6.1.1 -> 6.1.2 2023-01-02 11:22:51 +01:00
Maximilian Bosch
5851c3d993
linux: 6.0.15 -> 6.0.16 2023-01-02 11:22:39 +01:00
Maximilian Bosch
ea9482360d
linux: 5.15.85 -> 5.15.86 2023-01-02 11:22:27 +01:00