Commit Graph

19694 Commits

Author SHA1 Message Date
Stéphan Kochen
a7eb0a180b darwin.Libsystem: add missing modulemaps 2022-08-12 11:54:10 +02:00
Florian Klink
9ddba5de01
Merge pull request #186069 from trofi/update-systemd
systemd: 251.3 -> 251.4
2022-08-12 15:34:12 +07:00
github-actions[bot]
2f1000a140
Merge staging-next into staging 2022-08-12 00:03:16 +00:00
github-actions[bot]
ca03e913ca
Merge master into staging-next 2022-08-12 00:02:30 +00:00
Sandro
56ad3d56c8
Merge pull request #161288 from wlcx/pngpaste-0.2.3 2022-08-11 23:47:54 +02:00
Lana Black
44ef78759e solo5: 0.6.9 -> 0.7.3 2022-08-11 13:48:05 -05:00
ajs124
ba541afca3 nftables: 1.0.4 -> 1.0.5
https://lore.kernel.org/all/YvK7fkPf6P52MV+w@salvia/T/
2022-08-11 18:13:46 +02:00
github-actions[bot]
3e8df11515
Merge staging-next into staging 2022-08-11 12:02:11 +00:00
github-actions[bot]
36085f8680
Merge master into staging-next 2022-08-11 12:01:28 +00:00
Sergei Trofimovich
7659f31d69 systemd: 251.3 -> 251.4
Notable change is binutils-2.39 support.

Changes: https://github.com/systemd/systemd-stable/compare/v251.3...v251.4
2022-08-11 09:33:22 +01:00
Sergei Trofimovich
3ceb8a59a6
Merge pull request #185537 from trofi/decouple-strip-and-separate-debug
setup-hooks/separate-debug-info.sh: don't inhibit strip hook
2022-08-11 08:53:24 +01:00
Martin Weinelt
bccd93ab77
Merge pull request #182803 from helsinki-systems/upd/apparmor 2022-08-11 02:21:55 +02:00
Zhong Jianxin
fdd94b489d sketchybar: 2.7.1 -> 2.8.2 2022-08-10 16:33:28 +08:00
github-actions[bot]
a0ad117f1b
Merge master into staging-next 2022-08-10 06:02:22 +00:00
superherointj
08b48b1d04
Merge pull request #185846 from PedroHLC/linux_lqx-5.18.16-lqx2
linux_lqx: 5.18.16-lqx1 -> 5.18.16-lqx2
2022-08-09 21:13:08 -03:00
github-actions[bot]
82b736180c
Merge master into staging-next 2022-08-10 00:02:34 +00:00
PedroHLC ☭
14c1f2e104
linux_lqx: 5.18.16-lqx1 -> 5.18.16-lqx2 2022-08-09 18:41:47 -03:00
Martin Weinelt
8bfd38f610
microcode-intel: 20220510 -> 20220809
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220809
https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00657.html

Fixes: CVE-2022-21233
2022-08-09 21:41:35 +02:00
github-actions[bot]
5ad6c8071e
Merge master into staging-next 2022-08-09 18:01:26 +00:00
ajs124
9ea219186d apparmor: 3.0.4 -> 3.0.7 2022-08-09 19:57:57 +02:00
Jan Tojnar
2f69e982ac fwupd: drop unnecessary GTK dependency 2022-08-09 18:55:35 +02:00
github-actions[bot]
3150d34bb3
Merge master into staging-next 2022-08-09 12:01:22 +00:00
markuskowa
50006a9bf3
Merge pull request #184338 from r-ryantm/auto-update/libpsm2
libpsm2: 11.2.206 -> 11.2.229
2022-08-09 12:30:13 +02:00
github-actions[bot]
1dea3a42f6
Merge master into staging-next 2022-08-09 06:01:28 +00:00
Bernardo Meurer
b0f1ff287b
Merge pull request #185672 from peterhoeg/pinctrl_amd
kernel: fix touchpads on AMD laptops
2022-08-08 18:02:57 -07:00
Bernardo Meurer
7e901eeae0
kernel: only enable PINCTRL_AMD on 5.19+ 2022-08-08 20:42:45 -04:00
Peter Hoeg
f7c980599e kernel: fix touchpads on AMD laptops 2022-08-08 22:28:05 +08:00
github-actions[bot]
45241ed94e
Merge master into staging-next 2022-08-07 18:01:30 +00:00
Jörg Thalheim
6f46d12d86
Merge pull request #185527 from rhysmdnz/xone-0.3
xone: 0.2 -> 0.3
2022-08-07 18:29:17 +01:00
Sam Willcocks
cbe518b293 pngpaste: init at 0.2.3 2022-08-07 18:20:24 +03:00
adisbladis
e2046f64fb
Merge pull request #185177 from fpletz/pkgs/criu-1.17.1
criu: 3.15 -> 3.17.1
2022-08-07 20:32:00 +08:00
github-actions[bot]
09857d1dd4
Merge master into staging-next 2022-08-07 12:01:40 +00:00
Sergei Trofimovich
b3b672d5a1 setup-hooks/separate-debug-info.sh: don't inhibit strip hook
Before the change separate-debug-info.sh did the stripping itself.
This scheme has a few problems:
1. Stripping happens only on ELF files. *.a and *.o files are skipped.
   Derivations have to do it manually. Usually incorrectly
   as they don't run $RANLIB (true for `glibc` and `musl`).
2. Stripping happens on all paths. Ideally only `stripDebugList` paths
   should be considered.
3. Host strip is called on Target files.

This change offloads stripping logic to strip hook. This strips more
files for `glibc` and `musl`. Now we can remove most $STRIP calls
from individual derivations.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-07 12:49:37 +01:00
Rhys Davies
412fe63c6b
xone: 0.2 -> 0.3 2022-08-07 21:28:13 +12:00
Bobby Rong
effc5bd42b
Merge pull request #183373 from r-ryantm/auto-update/intel-cmt-cat
intel-cmt-cat: 4.3.0 -> 4.4.0
2022-08-07 16:19:13 +08:00
Jan Tojnar
29d0b1735f
Merge pull request #179472 from bootstrap-prime/staging
libfido2: 1.10.0 -> 1.11.0 and refactor to enable NFC support via pcsc
2022-08-05 22:08:02 +02:00
github-actions[bot]
b02b965b0d
Merge staging-next into staging 2022-08-05 18:02:29 +00:00
Zane van Iperen
4ee298daf7
linuxPackages.bbswitch: 0.8 -> unstable-2021-11-29 (#179644)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-05 15:24:37 +02:00
github-actions[bot]
f64d264cf8
Merge staging-next into staging 2022-08-05 12:02:10 +00:00
Martin Weinelt
9284400788
Merge pull request #185220 from mweinelt/dddvb 2022-08-05 13:37:44 +02:00
Martin Weinelt
9c48ac1b36
linuxPackages.dddvb: 0.9.38-pre.4 -> 0.9.38-pre.6
Apply patch to unbreak on 5.18+.
2022-08-05 12:08:07 +02:00
R. Ryantm
901a4af249 hd-idle: 1.16 -> 1.17 2022-08-05 11:25:06 +02:00
Franz Pletz
a64f2a79bb
criu: 3.15 -> 3.17.1 2022-08-05 07:48:40 +02:00
github-actions[bot]
4885630746
Merge staging-next into staging 2022-08-05 00:03:20 +00:00
Winter
e686431c29
Merge pull request #183369 from Luflosi/update/apfs 2022-08-04 16:59:30 -04:00
github-actions[bot]
88b1b94ed0
Merge staging-next into staging 2022-08-04 12:02:14 +00:00
Martin Weinelt
5f9b871b72
Merge pull request #185037 from mweinelt/home-assistant 2022-08-04 11:40:41 +02:00
fortuneteller2k
282052f1dd linuxPackages.lttng-modules: 2.13.2 -> 2.13.4 2022-08-04 11:33:01 +02:00
K900
86c336254a
Merge pull request #184812 from K900/pahole
linux: actually fix split BTFs
2022-08-04 10:58:37 +03:00
github-actions[bot]
d856d09813
Merge staging-next into staging 2022-08-04 06:01:58 +00:00