iliana etaoin
8e669c6d1a
utm: correct license metadata
...
https://github.com/utmapp/UTM/blob/v4.2.5/LICENSE
2023-06-28 03:30:32 +00:00
iliana etaoin
9fe79a86b4
libtapi: correct license metadata
...
664b8414f8/LICENSE.APPLE-LIBTAPI.txt
https://github.com/apple-oss-distributions/tapi/blob/main/LICENSE.TXT
2023-06-28 03:26:38 +00:00
Jens Binkert
e30b53b990
evdi: unstable-20221013 -> 1.13.1 ( #239883 )
2023-06-27 20:45:11 +02:00
Weijia Wang
b1a839f1cf
Merge pull request #239473 from nikstur/erofs-darwin
...
erofs-utils: enable running on darwin
2023-06-27 15:36:31 +03:00
nikstur
a3d60923a5
erofs-utils: enable running on darwin
2023-06-27 13:05:02 +02:00
John Ericson
d409d42ce7
Merge pull request #238357 from amjoseph-nixpkgs/review/232576
...
minimal-bootstrap: make sources a non-tarballs.nixos.org FOD
2023-06-26 17:10:17 -04:00
Raito Bezarius
f43a6d7ee7
linux_6_4: init at 6.4
...
Email release: https://lwn.net/Articles/936310/
Kernel Newbies: https://kernelnewbies.org/Linux_6.4
linux_latest is bumped to linux_6_4 now.
2023-06-26 20:24:44 +00:00
Robin Gloster
61f41ba937
Merge pull request #234245 from nbraud/below
...
nixos/below: Add service module
2023-06-26 21:23:36 +02:00
github-actions[bot]
4e9dcbbbc6
Merge master into staging-next
2023-06-26 18:01:29 +00:00
Atemu
e98c302521
Merge pull request #239779 from Atemu/update/xanmod
...
linux_xanmod, linux_xanmod_latest: 2023-06-25
2023-06-26 19:51:49 +02:00
Nick Cao
387db5f6d2
sssd: 2.9.0 -> 2.9.1
...
Diff: https://github.com/SSSD/sssd/compare/2.9.0...2.9.1
Changelog: https://sssd.io/release-notes/sssd-2.9.1.html
2023-06-26 21:50:52 +08:00
Adam Joseph
c8080b06a9
separate minimal-bootstrap-sources from make-minimal-bootstrap-sources
...
Ericson2314 observed that although FODs break the build-time cycle,
they don't break the eval-time cycle. This cycle must be broken in
order to compute the derivation hash.
make-minimal-bootstrap-sources does and always has depended on the
full nixpkgs (including fetchFromGitHub). This commit completely
separates minimal-bootstrap-sources from it, so that
minimal-bootstrap-sources now does not depend on
make-minimal-bootstrap-sources (or nixpkgs) in any way.
minimal-bootstrap-sources is now a "bare Nix" derivation. It is an
FOD whose builder always fails with an error message.
2023-06-26 01:22:59 -07:00
Adam Joseph
df720da7f0
minimal-bootstrap: make sources a non-tarballs.nixos.org FOD
...
This commit adjusts #232576 to break the
fetchurl<->minimal-bootstrap-sources dependency cycle without
needing an upload to tarballs.nixos.org. It does this by appending
the low-level FOD attributes onto the `runCommand` derivation.
https://nixos.org/manual/nix/unstable/language/advanced-attributes.html#adv-attr-outputHash
2023-06-26 00:50:38 -07:00
Jens Binkert
46336e7a53
displaylink: 5.6.1-59.184 -> 5.7.0-61.129
2023-06-26 09:43:22 +02:00
github-actions[bot]
ffc0f1526c
Merge master into staging-next
2023-06-26 06:01:14 +00:00
Weijia Wang
336f442b40
Merge pull request #239695 from r-ryantm/auto-update/vdo
...
vdo: 8.2.0.2 -> 8.2.2.2
2023-06-26 07:46:34 +02:00
Atemu
986c78a381
linux_xanmod: 6.1.31 -> 6.1.35
2023-06-25 17:54:53 +02:00
Atemu
3364233f46
linux_xanmod_latest: 6.3.5 -> 6.3.9
2023-06-25 17:54:53 +02:00
R. Ryantm
ca32151ba7
vdo: 8.2.0.2 -> 8.2.2.2
2023-06-25 05:06:10 +00:00
Emily Trau
a6f479ad53
minimal-bootstrap.glibc22: init at 2.2.5
2023-06-25 15:01:57 +10:00
Emily Trau
bd99e56908
minimal-bootstrap.gcc2-mes: init at 2.95.3
2023-06-25 15:01:41 +10:00
Emily Trau
0b6f86e46a
minimal-bootstrap.binutils-mes: init at 2.20.1
2023-06-25 15:01:04 +10:00
Emily Trau
82dc8d7b79
minimal-bootstrap.linux-headers: init at 4.14.67
2023-06-25 14:59:35 +10:00
Emily Trau
0a41b1e285
minimal-bootstrap.writeTextFile: don't force preferLocalBuild as local system might not support stage0-posix
2023-06-25 13:59:41 +10:00
github-actions[bot]
b633dddac4
Merge master into staging-next
2023-06-24 18:01:04 +00:00
John Ericson
5467f89ede
Merge pull request #237870 from emilytrau/minimal-xz
...
minimal-bootstrap.xz: init at 5.0.8
2023-06-24 13:31:18 -04:00
github-actions[bot]
ea69de970d
Merge master into staging-next
2023-06-23 18:01:07 +00:00
Adam Joseph
70ba337fa7
Merge pull request #239361 from rnhmjoj/pr-ath9k
...
ath9k-htc-blobless-firmware: use name expected by the kernel
2023-06-23 16:53:14 +00:00
rnhmjoj
cc065fe18a
ath9k-htc-blobless-firmware: use name expected by the kernel
...
The kernel asks for the firmware with the version string in the filename[1], so
it's not easy to load the "blobs" from this package.
With this change you can just add the package with a `lib.hiPrio` to
`hardware.firmware` and it will be loaded correctly.
Note: I used symlinks instead of simply renaming the files in order to not
introduce a breaking change.
2023-06-23 14:39:07 +02:00
github-actions[bot]
bc9cc8ad2f
Merge master into staging-next
2023-06-23 12:01:26 +00:00
Franz Pletz
5753282d81
Merge pull request #238963 from fpletz/pkgs/microcode-intel-20230613
2023-06-23 13:32:17 +02:00
K900
42e2cee85f
kernel/common-config: fix DAMON version checks
2023-06-23 10:35:13 +03:00
K900
d4786b2a7c
kernel/common-config: enable TPS68470 driver explicitly for old kernels
2023-06-23 10:32:17 +03:00
github-actions[bot]
ed07d46b65
Merge staging-next into staging
2023-06-23 06:01:59 +00:00
github-actions[bot]
15a20aee5e
Merge staging-next into staging
2023-06-22 18:01:45 +00:00
Raito Bezarius
4fa45e4278
linux_testing: 6.4-rc6 -> 6.4-rc7
...
https://lwn.net/Articles/935082/
2023-06-22 18:29:52 +02:00
Nick Cao
e5d57e7b0f
Merge pull request #238913 from NickCao/blktrace
...
blktrace: fix cross compilation
2023-06-22 23:12:30 +08:00
Alyssa Ross
5c5e5e2f1f
linuxManualConfig: set badPlatforms
...
Older kernels shouldn't be marked as supporting architectures that
were only added to the kernel later.
2023-06-22 12:27:46 +00:00
Alyssa Ross
0a81cf8e7a
linux: set ZPOOL=y
...
ZBUD depends on ZPOOL. If we get asked about ZPOOL first, by default
it would be set to m, and it would then not be possible to set ZBUD=y.
This fixes, for example, building Linux 5.15 for microblazeel-linux.
2023-06-22 12:26:50 +00:00
Alyssa Ross
0f2191f3b2
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/compilers/gcc/11/default.nix
2023-06-22 06:23:16 +00:00
Weijia Wang
2f8d842d2e
Merge pull request #239099 from wegank/qtwebengine-darwin-old
...
qt6.qtwebengine: unbreak on x86_64-darwin
2023-06-22 08:28:23 +03:00
Weijia Wang
1447a5804b
qt6.qtwebengine: unbreak on x86_64-darwin
2023-06-22 07:23:21 +03:00
Bernardo Meurer
326ff93c90
Merge pull request #238751 from K900/kernel-config-wibbling
2023-06-21 22:17:33 -04:00
Nick Cao
365695f0a9
Merge pull request #238956 from fpletz/pkgs/jool-4.1.10
...
jool: 4.1.9 -> 4.1.10
2023-06-21 20:15:55 -06:00
Bernardo Meurer
86a0769c5e
Merge pull request #239020 from Ma27/linux-kernel-updates
2023-06-21 22:12:20 -04:00
Franz Pletz
b3f5bcf0be
Merge pull request #238223 from wentasah/tracing-update
...
trace-cmd + libraries: update
2023-06-21 20:22:16 +02:00
Sandro
7e38f9e981
Merge pull request #236104 from Luflosi/apfs-test-module-based-runner
...
nixos/tests/apfs: clean up code
2023-06-21 19:19:36 +02:00
Franz Pletz
481fc5c7e1
Merge pull request #222071 from KiruyaMomochi/cpupower-patch
2023-06-21 18:03:27 +02:00
Maximilian Bosch
786896e229
linux_latest-libre: 19331 -> 19337
2023-06-21 17:55:53 +02:00
Maximilian Bosch
5fcaa94255
linux-rt_5_10: 5.10.78-rt55 -> 5.10.184-rt90
2023-06-21 17:55:35 +02:00
Maximilian Bosch
1b038dbb7a
linux: 6.3.8 -> 6.3.9
2023-06-21 17:55:23 +02:00
Maximilian Bosch
a90ca2ad2b
linux: 6.1.34 -> 6.1.35
2023-06-21 17:55:19 +02:00
Maximilian Bosch
bf2aa16460
linux: 5.4.247 -> 5.4.248
2023-06-21 17:55:14 +02:00
Maximilian Bosch
00b1db98ac
linux: 5.15.117 -> 5.15.118
2023-06-21 17:55:10 +02:00
Maximilian Bosch
9b06366020
linux: 5.10.184 -> 5.10.185
2023-06-21 17:55:05 +02:00
Maximilian Bosch
0557763fc6
linux: 4.19.286 -> 4.19.287
2023-06-21 17:55:00 +02:00
Maximilian Bosch
93c6573133
linux: 4.14.318 -> 4.14.319
2023-06-21 17:54:53 +02:00
Arian van Putten
091f3937e4
Merge pull request #238796 from erikarvstedt/systemd-fix-service-exit
...
systemd: fix services not stopping
2023-06-21 14:39:41 +02:00
Franz Pletz
8ceb0d1da3
microcodeIntel: 20230512 -> 20230613
2023-06-21 14:04:56 +02:00
github-actions[bot]
c562a088e4
Merge staging-next into staging
2023-06-21 12:02:27 +00:00
Franz Pletz
8b3971f6fc
jool: 4.1.9 -> 4.1.10
2023-06-21 13:46:15 +02:00
Franz Pletz
69beba6b7c
batman-adv: 2023.0 -> 2023.1
2023-06-21 13:20:03 +02:00
Nick Cao
2b954e90d3
fbterm: fix cross compilation
2023-06-21 16:56:01 +08:00
Nick Cao
c1e772cc6c
blktrace: fix license, add nickcao to maintainers
2023-06-21 16:19:56 +08:00
Nick Cao
d9d028f0dd
blktrace: fix cross compilation
2023-06-21 16:18:08 +08:00
github-actions[bot]
c4819c8011
Merge staging-next into staging
2023-06-21 06:02:21 +00:00
Nick Cao
ea3e98fd66
Merge pull request #238743 from gilice/firmware-updater-06-20
...
firmware-updater: unstable-2023-04-30 -> unstable-2023-06-20
2023-06-20 20:42:12 -06:00
github-actions[bot]
74d0f1c452
Merge staging-next into staging
2023-06-21 00:03:02 +00:00
Jörg Thalheim
bfc002e2f1
nix-ld: 1.2.1 -> 1.2.2 ( #237962 )
...
* nix-ld: 1.2.1 -> 1.2.2
Diff: https://github.com/mic92/nix-ld/compare/1.2.1...1.2.2
* Update pkgs/os-specific/linux/nix-ld/default.nix
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
---------
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2023-06-20 20:23:27 +00:00
ajs124
f09649254a
Merge pull request #236847 from helsinki-systems/upd/apparmor
...
apparmor: 3.1.4 -> 3.1.5
2023-06-20 21:27:46 +02:00
Erik Arvstedt
002b6f84a6
systemd: fix services not stopping
...
Fixes #237591
2023-06-20 20:43:14 +02:00
toonn
62f759132d
Merge pull request #237348 from reckenrode/darwin-libc-cleanup
...
darwin.Libsystem: fix existing file error during build
2023-06-20 17:20:45 +02:00
K900
23f23b5603
kernel/common-config: enable DAMON
2023-06-20 15:24:42 +03:00
K900
b79dc4496b
kernel/common-config: enable CONFIG_PMIC_OPREGION and friends for Bay Trail
...
If you have one of these, know that at least nixpkgs still cares about you.
2023-06-20 15:24:42 +03:00
K900
9b6474dd6c
kernel/common-config: enable AMD Zen BRS
2023-06-20 15:24:42 +03:00
gilice
bc95815e9e
firmware-updater: unstable-2023-04-30 -> unstable-2023-06-20
2023-06-20 12:49:57 +02:00
Robert Hensing
5c4411d497
Merge pull request #238496 from RaitoBezarius/cryptsetup-maintenance
...
cryptsetup: add raitobezarius as a maintainer and basic maintenance
2023-06-20 02:51:36 +02:00
github-actions[bot]
f5c7dd3f32
Merge staging-next into staging
2023-06-20 00:02:58 +00:00
Franz Pletz
7197991bea
Merge pull request #238336 from MaxHearnden/batctl
2023-06-20 00:03:08 +02:00
Sandro
fdf44ab687
Merge pull request #231683 from apfelkuchen6/nomos-rebuild
...
nixos-rebuild: allow passing --log-format
2023-06-19 20:51:51 +02:00
github-actions[bot]
535ef0a591
Merge staging-next into staging
2023-06-19 18:02:35 +00:00
github-actions[bot]
a452e85f10
Merge staging-next into staging
2023-06-19 06:01:47 +00:00
JesusMtnez
b1d3870fb3
raycast: 1.53.3 -> 1.53.4
2023-06-19 05:28:51 +02:00
Raito Bezarius
11eb7901ae
cryptsetup: add raitobezarius as a maintainer
...
Here we go again. :)
2023-06-19 02:33:03 +02:00
Raito Bezarius
df215cfa9a
cryptsetup: compile against libargon2 by default
...
This will provide a nice fast Argon2 implementation rather than the slow internal one.
2023-06-19 02:32:52 +02:00
Raito Bezarius
ab4146f933
cryptsetup: re-encrypt is a default extension now
...
It can only be disabled.
2023-06-19 02:32:27 +02:00
R. Ryantm
3f9911abb8
android-udev-rules: 20230303 -> 20230614
2023-06-18 21:42:07 +00:00
MaxHearnden
7e3053b534
alfred,batctl: don't override PKG_CONFIG
...
was added in 2016 but not necessary anymore
to fix cross compilation
2023-06-18 22:15:07 +03:00
Emily Trau
005cfc8b0c
minimal-bootstrap: create top-level attr for bootstrap sources
2023-06-17 21:02:35 -07:00
github-actions[bot]
91c29d2e91
Merge staging-next into staging
2023-06-18 00:03:09 +00:00
Weijia Wang
ef5fc2379f
Merge pull request #238195 from r-ryantm/auto-update/mmc-utils
...
mmc-utils: unstable-2023-04-17 -> unstable-2023-06-12
2023-06-18 01:58:43 +03:00
Emily
187729fe5d
Merge pull request #233324 from R-VdP/fwupd_1_9_1
...
fwupd: 1.8.15 -> 1.9.2
2023-06-17 22:55:59 +02:00
github-actions[bot]
67a4087044
Merge staging-next into staging
2023-06-17 12:01:58 +00:00
github-actions[bot]
f300d1d5c2
Merge master into staging-next
2023-06-17 12:01:26 +00:00
Michal Sojka
bec93160c9
trace-cmd: add myself to maintainers
2023-06-17 10:27:42 +02:00
Michal Sojka
fca0859538
trace-cmd: 3.1.6 -> 3.2
2023-06-17 10:27:42 +02:00
Michal Sojka
9e9dac32f7
libtracefs: switch to meson build system
...
Changes/benefits:
- Simpler to package
- sqlhist tool is built
- Test are run during package build
2023-06-17 10:27:42 +02:00
Michal Sojka
1fa9d96767
libtracefs: 1.6.4 -> 1.7.0
2023-06-17 10:27:42 +02:00
Michal Sojka
91785f14b4
libtraceevent: switch to meson build system
...
Changes/benefits:
- Simpler to package
- Test are run during package build
- HTML documentation added to the doc output
2023-06-17 10:27:42 +02:00
Vlad M
7096fc814b
Merge pull request #236896 from dywedir/digimend
...
digimend: 10 -> unstable-2023-05-03
2023-06-17 11:26:55 +03:00
Fabian Affolter
c09e70261b
Merge pull request #237893 from fabaff/cpuid-bump
...
cpuid: 20230505 -> 20230614
2023-06-17 08:32:03 +02:00
R. Ryantm
9c5fcd5864
mmc-utils: unstable-2023-04-17 -> unstable-2023-06-12
2023-06-17 04:37:25 +00:00
Michal Sojka
65a6969246
libtraceevent: 1.6.2 -> 1.7.3
2023-06-16 18:04:49 +02:00
github-actions[bot]
f76683b6c6
Merge staging-next into staging
2023-06-16 12:01:42 +00:00
github-actions[bot]
ebaef3ce4c
Merge master into staging-next
2023-06-16 12:01:08 +00:00
Bernardo Meurer
74d4119976
Merge pull request #237960 from StepBroBD/raycast
2023-06-16 07:57:08 -04:00
Raito Bezarius
d4cab20b3a
zfs: add option to restore kernel_neon for linux 6.2 support on aarch64
...
Introduced in aaeca98456
with the usual disdain for ZFS.
We have been there in the past with
<https://www.phoronix.com/news/NixOS-Linux-5.0-ZFS-FPU-Drop > /
https://github.com/NixOS/nixpkgs/pull/61076 .
This fixes ZFS on aarch64 until the next breakage.
See https://github.com/openzfs/zfs/issues/14555 for original upstream
issue.
2023-06-16 11:07:33 +02:00
github-actions[bot]
c30d35ea7c
Merge staging-next into staging
2023-06-16 06:01:42 +00:00
github-actions[bot]
af7beed7be
Merge master into staging-next
2023-06-16 06:01:09 +00:00
Nick Cao
048c23915b
Merge pull request #237961 from Kiskae/nvidia/525.47.27
...
linuxPackages.nvidia_x11_vulkan_beta: 525.47.26 -> 525.47.27
2023-06-15 19:53:34 -06:00
github-actions[bot]
ddfda1497e
Merge staging-next into staging
2023-06-16 00:02:58 +00:00
github-actions[bot]
839c033ffb
Merge master into staging-next
2023-06-16 00:02:18 +00:00
Maciej Krüger
95c729c030
Merge pull request #223952 from m-bdf/fix-cfs-zen-tweaks
...
Fix cfs-zen-tweaks
2023-06-15 21:56:00 +02:00
Kiskae
b497970a8e
linuxPackages.nvidia_x11_vulkan_beta: 525.47.26 -> 525.47.27
2023-06-15 20:33:04 +02:00
Jörg Thalheim
a154f09afb
Merge pull request #237792 from erdnaxe/sch_cake-rm
...
sch_cake: remove
2023-06-15 19:23:31 +01:00
github-actions[bot]
f9f270ffd1
Merge staging-next into staging
2023-06-15 18:01:38 +00:00
StepBroBD
7b85087a31
raycast: 1.53.2 -> 1.53.3
...
after communicating with the Raycast team (thanks Sorin), they added API for
1. Getting the latest version of Raycast via REST endpoint https://releases.raycast.com/releases/latest
2. Versioned download in the format of https://releases.raycast.com/releases/ <version>/download
This update deprecates download via internet archive and switches to official download API
2023-06-15 12:01:37 -06:00
github-actions[bot]
600034b460
Merge master into staging-next
2023-06-15 18:01:04 +00:00
Lily Foster
5220b6e2e0
plymouth: unstable-2021-10-18 -> unstable-2023-06-05
...
Includes switch from autotools-based build system to meson-based build
system.
Co-Authored-By: Ilan Joselevich <personal@ilanjoselevich.com>
2023-06-15 10:42:21 -04:00
Emily Trau
43f5975c69
minimal-bootstrap.xz: init at 5.0.8
2023-06-15 23:41:00 +10:00
teutat3s
fc732173dc
linux_testing: 6.4-rc4 -> 6.4-rc6
...
https://lwn.net/ml/linux-kernel/CAHk-%3DwifuPqAFXQQTTLkp_%2BFMzxGFHpSG-hEtZazG-46s%3DnoAw%40mail.gmail.com/
https://lwn.net/ml/linux-kernel/CAHk-%3DwgmbjQu3bVSa5JJhEymeQhkr7N3cjg-CoNLVituUnfW8w%40mail.gmail.com/
2023-06-15 13:04:18 +00:00
github-actions[bot]
4ea871dec6
Merge staging-next into staging
2023-06-15 12:01:51 +00:00
github-actions[bot]
036d56d643
Merge master into staging-next
2023-06-15 12:01:17 +00:00
Fabian Affolter
060b83c001
cpuid: 20230505 -> 20230614
2023-06-15 11:52:23 +02:00
Jörg Thalheim
23ef0fdbf7
Merge pull request #237793 from Mic92/nix-ld
...
nix-ld: 1.1.0 -> 1.2.1
2023-06-15 08:51:56 +01:00
Jörg Thalheim
c6e8899d9e
nix-ld: 1.1.0 -> 1.2.1
...
Diff: https://github.com/mic92/nix-ld/compare/1.1.0...1.2.1
2023-06-15 09:47:05 +02:00
Nick Cao
e6ca034dec
Merge pull request #236958 from r-ryantm/auto-update/hwdata
...
hwdata: 0.370 -> 0.371
2023-06-15 01:41:22 -06:00
Nick Cao
352332f1df
Merge pull request #237190 from 2xsaiko/outgoing/ax
...
hostapd, wpa_supplicant: Enable 802.11ax (Wi-Fi 6) support
2023-06-15 01:38:06 -06:00
r-vdp
7270d4cb49
fwupd: 1.9.1 -> 1.9.2
...
Release notes: https://github.com/fwupd/fwupd/releases/tag/1.9.2
2023-06-15 09:33:12 +02:00
r-vdp
52214d7f38
fwupd: 1.8.15 -> 1.9.1
...
Release notes: https://github.com/fwupd/fwupd/releases/tag/1.9.1
2023-06-15 09:33:12 +02:00
github-actions[bot]
65c8c690e2
Merge staging-next into staging
2023-06-15 06:02:14 +00:00
github-actions[bot]
a5a4b79b0d
Merge master into staging-next
2023-06-15 06:01:39 +00:00
Kiskae
b518881d73
linuxPackages.nvidia_x11_production: 525.116.04 -> 535.54.03
2023-06-14 22:05:12 +02:00
github-actions[bot]
d206bcd142
Merge staging-next into staging
2023-06-14 18:02:02 +00:00
github-actions[bot]
0f19fc4c44
Merge master into staging-next
2023-06-14 18:01:25 +00:00
Alexandre Iooss
96d7a8de5f
sch_cake: remove
2023-06-14 18:30:25 +02:00
K900
3bc51b29e6
linux/hardened/patches/6.1: 6.1.32-hardened1 -> 6.1.33-hardened1
2023-06-14 19:00:30 +03:00
K900
1aff8181e0
linux/hardened/patches/5.4: 5.4.245-hardened1 -> 5.4.246-hardened1
2023-06-14 19:00:22 +03:00
K900
1d5c213afc
linux/hardened/patches/5.15: 5.15.115-hardened1 -> 5.15.116-hardened1
2023-06-14 19:00:15 +03:00
K900
087c4f2668
linux/hardened/patches/5.10: 5.10.182-hardened1 -> 5.10.183-hardened1
2023-06-14 18:59:52 +03:00
K900
8dd2fe337e
linux/hardened/patches/4.19: 4.19.284-hardened1 -> 4.19.285-hardened1
2023-06-14 18:58:00 +03:00
K900
4e5af239fb
linux/hardened/patches/4.14: 4.14.316-hardened1 -> 4.14.317-hardened1
2023-06-14 18:57:53 +03:00
K900
4439ae5844
linux_latest-libre: 19308 -> 19331
2023-06-14 18:57:29 +03:00
K900
9038fbbb84
linux-rt_6_1: 6.1.28-rt10 -> 6.1.33-rt11
2023-06-14 18:57:07 +03:00
K900
87531c7d80
linux: 6.3.7 -> 6.3.8
2023-06-14 18:56:35 +03:00
K900
31891bd7ad
linux: 6.1.33 -> 6.1.34
2023-06-14 18:56:28 +03:00
K900
e4d88ebd7e
linux: 5.4.246 -> 5.4.247
2023-06-14 18:56:22 +03:00
K900
4b9cbe9628
linux: 5.15.116 -> 5.15.117
2023-06-14 18:56:17 +03:00
K900
46cf3ed066
linux: 5.10.183 -> 5.10.184
2023-06-14 18:56:11 +03:00
K900
2ece3d45fa
linux: 4.19.285 -> 4.19.286
2023-06-14 18:56:05 +03:00