Commit Graph

25557 Commits

Author SHA1 Message Date
r-vdp
d221c267f7
fwupd: 1.9.10 -> 1.9.11
https://github.com/fwupd/fwupd/releases/tag/1.9.11
2024-01-03 13:33:57 +01:00
Weijia Wang
5b233dd640
Merge pull request #273125 from mrnossiom/master
workstyle, dconf, rnix-lsp, marksman, macchanger, restic: add meta.mainProgram
2024-01-03 04:35:40 +01:00
Weijia Wang
ac398af33f linuxPackages_latest.prl-tools: 19.2.0-54827 -> 19.2.1-54832 2024-01-03 01:52:43 +01:00
Pierre Bourdon
3e6b17baf9
Merge pull request #277718 from trofi/libtarceevent-update
libtraceevent: 1.8.0 -> 1.8.1
2024-01-02 19:30:26 +01:00
R. Ryantm
8b9fa4fe5c libreelec-dvb-firmware: 1.4.2 -> 1.5.0 2024-01-02 18:25:57 +00:00
Maximilian Bosch
1ecd707527
linux: remove 4.14 from kernels-org.json 2024-01-02 18:47:23 +01:00
Maximilian Bosch
76d763eeb9
linux: ignore kernel branches older than min supported branch
Right now, hashes for 4.14 are kept (and thus also maintained by the
hardened updater) even though we don't support that anymore, the oldest
supported branch is 4.19.

To avoid having to remember too many places where to drop a kernel when
dropping an old one (next will be 4.19), the oldest kernel branch will
be determined by the lowest version number in the keys of
`kernels-org.json`. That way, it's sufficient to drop an old branch
from this file and it will be ignored on the upcoming update runs.

Yes, the code to read from that file is duplicated, but I'd expect the
min version to change way more often than 3 lines of code reading a
version from a JSON file[1].

The logic is fairly simple though: if the branch (i.e. MAJOR.MINOR) of a
kernel that's listed on kernel.org[2] is older than the oldest version
in `kernels-org.json`, it's omitted on update and a message is printed
like this:

    [...]
    linux_5_4: 5.4.265 is latest, skipping...
    linux_4_19: 4.19.303 is latest, skipping...
    4.14 is too old and not supported anymore, skipping...

Kernels that have the branch `testing` are excluded from that check and
always allowed.

[1] Also, I'm unhappy already that I can't just do a relative import in
    here to deduplicate the function and for 3 lines of code it seems
    like unnecessarily much effort to create a python package structure
    here.
[2] Kernels that got unlisted there are too old to be added/kept here
    anyways.
2024-01-02 18:43:41 +01:00
Maximilian Bosch
af7fc05959
linux/hardened: read min supported kernel from kernels-org.json
This one isn't 4.14 anymore and that should've been updated while
removing 4.14, but is easy to miss.

Since it's not expected that we have versions older than the oldest
mainline version from `kernels-org.json`, determine the minimum
supported version by reading it from there.

Also, this means lesser places to update when dropping old kernels.

This needs an additional change for the mainline updater to make sure
that no older versions appear there[1]. This will be implemented in
the next commit.

[1] At the time of implementing this, the oldest supported kernel was
    4.19, however 4.14 wasn't EOL yet and thus still picked up by the
    mainline updater.
2024-01-02 18:43:33 +01:00
maxine
b74ab8eac5
Merge pull request #277243 from mfrw/mfrw/iwd-2.12
iwd: 2.11 -> 2.12
2024-01-02 18:11:29 +01:00
Jerry Starke
d7ddbf37c8 linuxKernel.kernels.linux_zen: 6.6.8-zen1 -> 6.6.9-zen1 2024-01-02 10:26:38 +01:00
zzzsyyy
02ed71633a
linux_xanmod_latest: 6.6.8 -> 6.6.9 2024-01-02 13:16:27 +08:00
zzzsyyy
dd714a6f31
linux_xanmod: 6.1.69 -> 6.1.70 2024-01-02 13:09:55 +08:00
Jerry Starke
e6330174a8 linuxKernel.kernels.linux_lqx: 6.6.8-lqx2 -> 6.6.9-lqx1 2024-01-01 22:47:00 +01:00
Maciej Krüger
16abe54f9b
jool: 4.1.10 -> 4.1.11 2024-01-01 18:38:09 +01:00
Sergei Trofimovich
5b0b0c79e1 libtraceevent: 1.8.0 -> 1.8.1
While at it added a trivial updater.
2024-01-01 12:21:06 +00:00
Nikolay Korotkiy
090838dc16
Merge pull request #277913 from r-ryantm/auto-update/linux-wifi-hotspot
linux-wifi-hotspot: 4.6.0 -> 4.7.0
2023-12-31 23:21:12 +04:00
R. Ryantm
173823084a linux-wifi-hotspot: 4.6.0 -> 4.7.0 2023-12-31 13:17:37 +00:00
Emily Trau
90ea5d6f68
Merge pull request #245205 from emilytrau/xcodes-from-source
xcodes: build from source
2023-12-31 22:24:19 +11:00
Maciej Krüger
b8a8c2cf15
Merge pull request #266332 from nbraud/nixos/tests/ssh-agent-auth
Add NixOS test for `security.pam.enableSSHAgentAuth`
2023-12-31 10:38:36 +01:00
Emily Trau
9aafa9b258 darwin.apple_sdk_11_0.libcompression: init at 11.0.0 2023-12-31 13:19:10 +11:00
Christian Kögler
648bb30487 linux.tbs: 2018.04.18 -> 20231210 2023-12-30 22:16:41 +01:00
Martin Weinelt
c3af87f879
Merge pull request #277369 from herbetom/fix-batman-adv-skb_vlan_eth_hdr
batman-adv: fix redefinition of skb_vlan_eth_hdr
2023-12-30 16:09:42 +01:00
K900
d99161d191 plymouth: 23.356.9 -> 23.360.11
Diff: https://gitlab.freedesktop.org/plymouth/plymouth/-/compare/23.356.9...23.360.11
2023-12-30 12:17:00 +03:00
Adam C. Stephens
fb9e0d394d
Merge pull request #277160 from adamcstephens/lxc/5
lxc: 4.0.12 -> 5.0.3
2023-12-29 13:09:56 -05:00
Nick Cao
3257eac335
Merge pull request #277447 from NickCao/bpftune
bpftune: unstable-2023-09-11 -> unstable-2023-12-20
2023-12-29 11:04:41 -05:00
Bobby Rong
20bf12fdac
Merge pull request #277420 from trofi/displaylink-fix-tests-eval
displaylink: fix `tests` eval
2023-12-29 21:24:48 +08:00
Muhammad Falak R Wani
5d0619a228 iwd: 2.11 -> 2.12
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-12-29 13:55:40 +05:30
Jerry Starke
e9ddf8f9eb linuxKernel.kernels.linux_lqx: 6.6.8-lqx1 -> 6.6.8-lqx2 2023-12-29 08:22:23 +01:00
Nick Cao
a0bedc64a6
bpftune: unstable-2023-09-11 -> unstable-2023-12-20
Diff: 22926812a5...0e6bca2e58
2023-12-28 21:07:10 -05:00
Sergei Trofimovich
f6d6206843 displaylink: fix tests eval
Before the change `tests` eval failed for non-existent `displaylink`
nixos test as:

    $ nix build --no-link -f. displaylink.tests
    error: attribute 'displaylink' missing
               72|   passthru = {
               73|     tests = {
                 |              ^
               74|       inherit (nixosTests) displaylink;

As far as I can see `displaylink` was never added to `nixos/tests/all-tests.nix`.
2023-12-28 21:43:57 +00:00
Alyssa Ross
cfdb96ec52
linux/hardened/patches/5.15: 5.15.144-hardened1 -> 5.15.145-hardened1 2023-12-28 21:44:04 +01:00
Alyssa Ross
0f52666e61
linux_latest-libre: 19441 -> 19453 2023-12-28 21:41:26 +01:00
Alyssa Ross
269e0c31e9
linux-rt_5_10: 5.10.201-rt98 -> 5.10.204-rt100 2023-12-28 21:40:47 +01:00
Alyssa Ross
45ae51d6d1
linux_5_15: 5.15.144 -> 5.15.145 2023-12-28 21:38:50 +01:00
Alyssa Ross
b76c2082ea
linux_testing: 6.7-rc6 -> 6.7-rc7 2023-12-28 21:37:07 +01:00
Tom Herbers
703e8c433e
batman-adv: fix redefinition of skb_vlan_eth_hdr 2023-12-28 20:06:31 +01:00
Lassulus
384c45ec82
Merge pull request #273953 from Luflosi/update/raspberrypi-eeprom
raspberrypi-eeprom: 2023.10.30-2712 -> 2023.12.06-2712
2023-12-28 16:17:29 +01:00
Ulrik Strid
f12300239b
Merge pull request #275948 from jul1u5/patch-1
lenovo-legion: fix desktop icons
2023-12-28 09:34:59 +01:00
Guillaume Girol
ee6092b5c8
Merge pull request #273076 from r-ryantm/auto-update/ipp-usb
ipp-usb: 0.9.23 -> 0.9.24
2023-12-27 21:16:19 +01:00
Adam Stephens
46974ccd23
lxc: 4.0.12 -> 5.0.3 2023-12-27 14:32:57 -05:00
Adam Stephens
628b80515a
lxc: fix license and update long description 2023-12-27 14:30:39 -05:00
Sergei Trofimovich
3b924de945 netbsd.libcurses: fix eval around NIX_CFLAGS_COMPILE
Without the change the eval fails as:

    $ nix build --no-link -f. netbsd.libcurses
    ...
     … while evaluating attribute 'NIX_CFLAGS_COMPILE' of derivation 'libcurses-netbsd-9.2'
       error: value is a string while a list was expected
2023-12-27 14:13:46 +00:00
hacker1024
23952fb641 buildDartApplication: Remove depsListFile
We get a dependency list with pub2nix now. We can no longer easily distinguish between development dependency dependencies and regular dependency dependencies, but we weren't doing this anyway.
2023-12-26 18:48:12 +02:00
hacker1024
3081228cc4 dart: Use Nix instead of Pub 2023-12-26 17:05:20 +02:00
R. Ryantm
2dc30cae79 libtraceevent: 1.7.3 -> 1.8.0 2023-12-25 21:14:57 +00:00
Jan Tojnar
4c10797e5b
Merge pull request #268535 from jtojnar/destdir-hack-cleanups
gnome.gdm, upower: Simplify DESTDIR hack
2023-12-25 17:06:05 +01:00
Adam C. Stephens
c52e9de9ae
Merge pull request #275895 from adamcstephens/lxcfs/5
lxcfs: 4.0.12 -> 5.0.4
2023-12-25 08:54:08 -05:00
Maciej Krüger
3e44a6d2f9
Merge pull request #276409 from SuperSandro2000/waydroid
waydroid: 1.4.1 -> 1.4.2
2023-12-25 10:35:04 +01:00
Sandro Jäckel
c238335625
waydroid: 1.4.1 -> 1.4.2
Diff: https://github.com/waydroid/waydroid/compare/1.4.1...1.4.2
2023-12-25 02:12:34 +01:00
nicoo
7e70c08470 nixosTests.ssh-agent-auth: init 2023-12-24 16:00:22 +00:00
winston
308f38826e
yabai: 6.0.1 -> 6.0.2 2023-12-23 22:38:33 +01:00
Martin Weinelt
e57d206f0c
Merge pull request #275850 from adamcstephens/ovn-init-2
ovn/ovn-lts: init at 23.09.1/22.03.5, openvswitch*: improve checks
2023-12-23 18:19:09 +01:00
K900
be470803f0
Merge pull request #276035 from K900/plymouth-bump
plymouth: unstable-2023-06-17 -> 23.356.9
2023-12-23 18:23:34 +03:00
Thiago Kenji Okada
3ec5d78726
Merge pull request #276149 from JerrySM64/update-linux-zen
linuxKernel.kernels.linux_zen: 6.6.7-zen1 -> 6.6.8-zen1 ; linuxKernel.kernels.linux_lqx: 6.6.7-lqx1 -> 6.6.8-lqx1
2023-12-23 12:31:39 +00:00
R. Ryantm
027f79960c semodule-utils: 3.5 -> 3.6 2023-12-23 08:07:18 +00:00
Weijia Wang
cc8da56107
Merge pull request #276150 from wegank/prl-tools-bump
linuxPackages_latest.prl-tools: 19.1.1-54734 -> 19.2.0-54827
2023-12-23 08:28:44 +01:00
Adam Stephens
0b871b9fc3
openvswitch*: enable RECHECK to rerun failed tests 2023-12-22 23:56:00 -05:00
Adam Stephens
bb67b22244
openvswitch*: run tests in parallel for significant speedup 2023-12-22 23:36:20 -05:00
Weijia Wang
187fbd744c linuxPackages_latest.prl-tools: 19.1.1-54734 -> 19.2.0-54827 2023-12-22 23:07:45 +01:00
Jerry Starke
ce91f75b17 linuxKernel.kernels.linux_lqx: 6.6.7-lqx1 -> 6.6.8-lqx1 2023-12-22 22:59:57 +01:00
Jerry Starke
33650d3ae0 linuxKernel.kernels.linux_zen: 6.6.7-zen1 -> 6.6.8-zen1 2023-12-22 22:40:14 +01:00
K900
22214acb59 plymouth: unstable-2023-06-17 -> 23.356.9
Diff: https://gitlab.freedesktop.org/plymouth/plymouth/-/compare/unstable-2023-06-17...23.356.9
2023-12-22 21:03:58 +03:00
Sefa Eyeoglu
941f937481
hdparm: general improvements
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-12-22 14:16:01 +01:00
markuskowa
264102ace7
Merge pull request #275969 from r-ryantm/auto-update/linuxptp
linuxptp: 4.1 -> 4.2
2023-12-22 13:03:48 +01:00
R. Ryantm
a6851f8df3 linuxptp: 4.1 -> 4.2 2023-12-22 04:55:25 +00:00
Adam Stephens
56e9ca19b3
lxcfs: 4.0.12 -> 5.0.4
Diff: https://github.com/lxc/lxcfs/compare/lxcfs-4.0.12...lxcfs-5.0.4

Changelog: https://linuxcontainers.org/lxcfs/news/
2023-12-21 23:10:27 -05:00
Julius Marozas
920f39c1c0
lenovo-legion: fix desktop icons 2023-12-22 03:50:37 +01:00
Jared Baur
5d14747fdc
systemd: Add withBootloader to ukify assertion
Systemd fails to build with `withUkify` set to true unless
`withBootloader` is also set to true. Amend the existing assertion to
also ensure `withBootloader` is true.
2023-12-21 17:36:30 -08:00
Fabián Heredia Montiel
be21e6d94f
Merge pull request #275766 from LibreCybernetics/update-linux-hardened
Hardened kernel updates for 2023-12-20
2023-12-22 00:57:44 +00:00
Atemu
018a6d3345
Merge pull request #275778 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-12-20
2023-12-21 19:55:28 +01:00
Sefa Eyeoglu
62856d6bd8 hdparm: add meta.mainProgram
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-12-21 09:42:31 +01:00
zzzsyyy
75643e19e9
linux_xanmod_latest: 6.6.7 -> 6.6.8 2023-12-21 14:59:35 +08:00
zzzsyyy
cd9fab1e4c
linux_xanmod: 6.1.68 -> 6.1.69 2023-12-21 14:53:17 +08:00
Fabián Heredia Montiel
f356845672 linux/hardened: condition DEBUG_CREDENTIALS to whenOlder than 6.6
Removed on 6.6.8

commit 207f135d819344c03333246f784f6666e652e081
Author: Jens Axboe <axboe@kernel.dk>
Date:   Fri Dec 15 13:40:57 2023 -0700

    cred: get rid of CONFIG_DEBUG_CREDENTIALS

    commit ae1914174a63a558113e80d24ccac2773f9f7b2b upstream.

    This code is rarely (never?) enabled by distros, and it hasn't caught
    anything in decades. Let's kill off this legacy debug code.

https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.8
2023-12-20 21:46:13 -06:00
Fabián Heredia Montiel
5de6afea81 linux/hardened/patches/6.6: 6.6.7-hardened1 -> 6.6.8-hardened1 2023-12-20 21:32:08 -06:00
Fabián Heredia Montiel
8cfe06c9d6 linux/hardened/patches/6.1: 6.1.68-hardened1 -> 6.1.69-hardened1 2023-12-20 21:32:08 -06:00
Fabián Heredia Montiel
226d75420f linux/hardened/patches/5.4: 5.4.264-hardened1 -> 5.4.265-hardened1 2023-12-20 21:32:08 -06:00
Fabián Heredia Montiel
e26294bf26 linux/hardened/patches/5.15: 5.15.143-hardened1 -> 5.15.144-hardened1 2023-12-20 21:32:08 -06:00
Fabián Heredia Montiel
0f17835a7f linux/hardened/patches/5.10: 5.10.204-hardened1 -> 5.10.205-hardened1 2023-12-20 21:32:08 -06:00
Fabián Heredia Montiel
f7c991b66d linux/hardened/patches/4.19: 4.19.302-hardened1 -> 4.19.303-hardened1 2023-12-20 21:32:08 -06:00
Fabián Heredia Montiel
2bcf3d374b
Merge pull request #275670 from alyssais/linux-5.15.144
Linux kernels 2023-12-20
2023-12-21 02:00:58 +00:00
Franz Pletz
1d3f847982
Merge pull request #274824 from trofi/iwd-fix-test-dpp
iwd: fix unit/test-dpp for aarch64-linux
2023-12-21 02:00:41 +01:00
Adrian Pistol
17d6a38665 nvme-cli: 2.6 -> 2.7 2023-12-21 01:25:17 +01:00
Adrian Pistol
0b311f4328 libnvme: 1.6 -> 1.7.1 2023-12-21 01:24:20 +01:00
Peder Bergebakken Sundt
2f82900699
Merge pull request #275550 from SuperSandro2000/mainProgramm
treewide: don't use pname for mainProgram where pname is static
2023-12-21 01:04:13 +01:00
K900
789ca20903 dbus-broker: 34 -> 35
Diff: https://github.com/bus1/dbus-broker/compare/v34...v35
2023-12-21 00:19:40 +03:00
Alyssa Ross
0e0566d0be
linux_6_1: 6.1.68 -> 6.1.69 2023-12-20 17:47:46 +01:00
Alyssa Ross
d2df37e211
linux_6_6: 6.6.7 -> 6.6.8 2023-12-20 17:47:25 +01:00
Alyssa Ross
803f9dc058
linux_4_14: 4.14.333 -> 4.14.334 2023-12-20 16:49:46 +01:00
Alyssa Ross
32e35d09e3
linux_4_19: 4.19.302 -> 4.19.303 2023-12-20 16:49:44 +01:00
Alyssa Ross
b909f817cd
linux_5_4: 5.4.264 -> 5.4.265 2023-12-20 16:49:41 +01:00
Alyssa Ross
f5b0d44358
linux_5_10: 5.10.204 -> 5.10.205 2023-12-20 16:49:40 +01:00
Alyssa Ross
627158b1c9
linux_5_15: 5.15.143 -> 5.15.144 2023-12-20 16:49:38 +01:00
Nick Cao
7d1cd12633
Merge pull request #275634 from Kiskae/nvidia/535.43.22
linuxPackages.nvidia_x11_vulkan_beta: 535.43.20 -> 535.43.22
2023-12-20 09:29:43 -05:00
Sandro Jäckel
15cf1bacec
treewide: don't use pname for mainProgram where pname is static 2023-12-20 14:25:55 +01:00
Kiskae
0066ffc744 linuxPackages.nvidia_x11_vulkan_beta: 535.43.20 -> 535.43.22 2023-12-20 13:40:37 +01:00
Robin Gloster
b5556f2c37
Merge pull request #268109 from helsinki-systems/helsinki-maintainer-team
maintainers/teams: init and add helsinki-systems
2023-12-20 11:43:29 +01:00
Sergei Trofimovich
75684ee6c2 iwd: fix unit/test-dpp for aarch64-linux (upstream backport)
Without the change `iwd` sometimes sends more bytes to encrypt than
expected and fails tests on `aarch64-linux`.
2023-12-19 22:46:44 +00:00
Nick Cao
966d181799
Merge pull request #275385 from alyssais/linux-6.7-rc6
Linux kernels 2023-12-19
2023-12-19 11:56:34 -05:00
Alyssa Ross
2b76501a4b systemd: disable bpf on powerpc64le 2023-12-19 14:31:33 +01:00