| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sysbench: fix cross-compilation•••(cherry picked from commit 4af13554542ef24b20acb3a023c3f7a34f845cff) origin/backport-275488-to-release-23.11 | Alexander V. Nikolaev | 2023-12-31 | 1 | -1/+6 |
| * | libck: cross-compilation fix•••(cherry picked from commit b39cd260dd9c0be8e00dc52286e513c2478fba54) | Alexander V. Nikolaev | 2023-12-31 | 1 | -0/+10 |
| * | Merge pull request #277924 from NixOS/backport-277547-to-release-23.11•••[Backport release-23.11] ocenaudio: 3.13.2 -> 3.13.3 | Yt | 2023-12-31 | 2 | -9/+10 |
| |\ | |||||
| | * | ocenaudio: 3.13.2 -> 3.13.3•••(cherry picked from commit cbebe20369066f66d88473da8116e9e71b65ce06) | Jonas Heinrich | 2023-12-31 | 2 | -9/+10 |
| |/ | |||||
| * | Merge pull request #277803 from NixOS/backport-276294-to-release-23.11•••[Backport release-23.11] cachix-watch-store: allow to set a signing key | Ilan Joselevich | 2023-12-31 | 1 | -1/+11 |
| |\ | |||||
| | * | cachix-watch-store: allow to set a signing key•••(cherry picked from commit 25e5dfd14258f2a74f7b358aa07eae2b3c5f7f4d) | phaer | 2023-12-30 | 1 | -1/+11 |
| * | | Merge pull request #277827 from NixOS/backport-277802-to-release-23.11•••[Backport release-23.11] yt-dlp: 2023.11.16 -> 2023.12.30 | Mario Rodas | 2023-12-30 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | yt-dlp: 2023.11.16 -> 2023.12.30•••Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2023.12.30 (cherry picked from commit 13da729f6ed36982fb2d97bed6d7c3084f6816b7) | Mario Rodas | 2023-12-31 | 1 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #277209 from NixOS/backport-276930-to-release-23.11•••[Backport release-23.11] nixos/lib/make-disk-image: Create build products metadata for hydra | Martin Weinelt | 2023-12-31 | 1 | -2/+7 |
| |\ \ | |/ |/| | |||||
| | * | nixos/lib/make-disk-image: Create build products metadata•••For hydra to expose built images for direct download, listing the relevant files in nix-support/hydra-build-products is required. (cherry picked from commit 0392a075113e55b636018f45d9c9e5e8981e5156) | Martin Weinelt | 2023-12-28 | 1 | -2/+7 |
| * | | nixos/fail2ban: fix default value for banaction-allports•••It's iptables-allports instead of iptables-allport. https://github.com/fail2ban/fail2ban/tree/master/config/action.d (cherry picked from commit 148580e4d4f6dc3640ccccc9157d89b00ed3bb52) | fasheng | 2023-12-30 | 1 | -2/+2 |
| * | | dkimproxy: fix running (#277738)•••(cherry picked from commit a827c765e4864514b89ae0d41bb8a8bb68eb6e44) Co-authored-by: Léo Gaspard <leo@gaspard.io> | github-actions[bot] | 2023-12-30 | 1 | -1/+1 |
| * | | Merge pull request #272927 from NixOS/backport-264100-to-release-23.11•••[Backport release-23.11] libblockdev: 3.0.3 -> 3.0.4 | Nick Cao | 2023-12-30 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | libblockdev: 3.0.3 -> 3.0.4•••(cherry picked from commit e0741dfda450b6fc046d9273ae0d1f012f57894a) | R. Ryantm | 2023-12-08 | 1 | -2/+2 |
| * | | | Merge pull request #272458 from NixOS/backport-268303-to-release-23.11•••[Backport release-23.11] nixos/harmonia: test if extra-allowed-users works | Nick Cao | 2023-12-30 | 2 | -1/+8 |
| |\ \ \ | |||||
| | * | | | nixos/harmonia: test if extra-allowed-users works•••(cherry picked from commit 522027049213b69986bd20ac0f2e991873bc5ae2) | Jörg Thalheim | 2023-12-06 | 1 | -0/+3 |
| | * | | | nixos/harmonia: allocate user•••DynamicUser seem to broken in combination with the nix-daemon. (cherry picked from commit a8a9c443534ee0424d572f98b76b3b3520ae7716) | Jörg Thalheim | 2023-12-06 | 1 | -1/+5 |
| * | | | | Merge pull request #277734 from NixOS/backport-277369-to-release-23.11•••[Backport release-23.11] batman-adv: fix redefinition of skb_vlan_eth_hdr | Martin Weinelt | 2023-12-30 | 1 | -1/+9 |
| |\ \ \ \ | |||||
| | * | | | | batman-adv: fix redefinition of skb_vlan_eth_hdr•••(cherry picked from commit 703e8c433ebe0aecd511be7800832713a4c20675) | Tom Herbers | 2023-12-30 | 1 | -1/+9 |
| |/ / / / | |||||
| * | | | | Merge pull request #277714 from NixOS/backport-272995-to-release-23.11•••[Backport release-23.11] gnome.gpaste: Fix typelib path adjustment | Nick Cao | 2023-12-30 | 3 | -49/+19 |
| |\ \ \ \ | |||||
| | * | | | | gnome.gpaste: Fix typelib path adjustment•••I attempted to fix this in af9e3ddc1da4c96d35b326d20ba09cedb1a5ac3b but it looks like my mental model of module loader was incorrect so the fix there was insufficient. Therefore the only option appears to be using a top-level await with a dynamic import. To avoid having to figure out which imports need to be dynamicized, we just wrap the whole entrypoints. (cherry picked from commit e75decf46b045e79e80eed06301fa74ac15c583c) | Jan Tojnar | 2023-12-30 | 3 | -49/+19 |
| * | | | | | Merge pull request #277717 from NixOS/backport-277441-to-release-23.11•••[Backport release-23.11] ansible_2_14: 2.14.6 -> 2.14.13 | Nick Cao | 2023-12-30 | 1 | -2/+2 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | ansible_2_14: 2.14.6 -> 2.14.13•••Changelog: https://github.com/ansible/ansible/blob/v2.14.13/changelogs/CHANGELOG-v2.14.rst #fixes CVE-2023-5764 CVE-2023-5115 (cherry picked from commit 99a213d4237c556395c199acd29a9f816e16edc5) | Michael Gebetsroither | 2023-12-30 | 1 | -2/+2 |
| |/ / / / | |||||
| * | | | | jasmin-compiler: 2023.06.1 → 2023.06.2•••(cherry picked from commit c99a13140da40ee13ce85a69a1ac42bd5e077b54) | Vincent Laporte | 2023-12-30 | 1 | -2/+2 |
| * | | | | Merge pull request #277437 from Stunkymonkey/esphome-fix-pillow•••[Backport release-23.11] esphome: 2023.11.6 -> 2023.12.5 | Martin Weinelt | 2023-12-30 | 1 | -5/+10 |
| |\ \ \ \ | |||||
| | * | | | | esphome: improve error message•••(cherry picked from commit 0e7633f486912c0375f9f243f43113eb1469a9db) | Felix Buehler | 2023-12-29 | 1 | -0/+1 |
| | * | | | | esphome: 2023.11.6 -> 2023.12.5•••https://github.com/esphome/esphome/releases/tag/2023.12.0 https://github.com/esphome/esphome/releases/tag/2023.12.1 https://github.com/esphome/esphome/releases/tag/2023.12.2 https://github.com/esphome/esphome/releases/tag/2023.12.3 https://github.com/esphome/esphome/releases/tag/2023.12.4 https://github.com/esphome/esphome/releases/tag/2023.12.5 (cherry picked from commit 8cd60f251eba14ef68b28d7a3fde3dd3d0d23a56) | Martin Weinelt | 2023-12-29 | 1 | -2/+2 |
| | * | | | | esphome: use pep517 build, upgrade esptool to 4.x•••(cherry picked from commit 6000c3c94cc92c1570f52fe61406a295fc11ef39) | Martin Weinelt | 2023-12-29 | 1 | -3/+7 |
| * | | | | | Merge pull request #277583 from NixOS/backport-277470-to-release-23.11•••[Backport release-23.11] bup: 0.33.2 -> 0.33.3 | Nick Cao | 2023-12-29 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | bup: 0.33.2 -> 0.33.3•••(cherry picked from commit 520298bae541290e987afd035658a729366ded61) | R. Ryantm | 2023-12-29 | 1 | -2/+2 |
| * | | | | | | Merge pull request #277605 from NixOS/backport-277077-to-release-23.11•••[Backport release-23.11] organicmaps: 2023.11.17-17 -> 2023.12.20-4 | Nick Cao | 2023-12-29 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | organicmaps: 2023.11.17-17 -> 2023.12.20-4•••(cherry picked from commit 34a751ad7a8d98df8b512be774d551905d10c836) | R. Ryantm | 2023-12-29 | 1 | -2/+2 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #277568 from NixOS/backport-277406-to-release-23.11•••[Backport release-23.11] Linux kernels 2023-12-28 | Maximilian Bosch | 2023-12-29 | 4 | -14/+14 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | linux/hardened/patches/5.15: 5.15.144-hardened1 -> 5.15.145-hardened1•••(cherry picked from commit cfdb96ec524972f313210874744d79393c757111) | Alyssa Ross | 2023-12-29 | 1 | -5/+5 |
| | * | | | | | | linux_latest-libre: 19441 -> 19453•••(cherry picked from commit 0f52666e61f4bca1f6c134db9ef99d796837d1b2) | Alyssa Ross | 2023-12-29 | 1 | -2/+2 |
| | * | | | | | | linux-rt_5_10: 5.10.201-rt98 -> 5.10.204-rt100•••(cherry picked from commit 269e0c31e9f8eeeb91e0cd7afae8f497ad4f9197) | Alyssa Ross | 2023-12-29 | 1 | -3/+3 |
| | * | | | | | | linux_5_15: 5.15.144 -> 5.15.145•••(cherry picked from commit 45ae51d6d183ea4c1d7cecd15707d655af32328d) | Alyssa Ross | 2023-12-29 | 1 | -2/+2 |
| | * | | | | | | linux_testing: 6.7-rc6 -> 6.7-rc7•••(cherry picked from commit b76c2082ead2cbc13f8cc2c55b158eadeb1bc31b) | Alyssa Ross | 2023-12-29 | 1 | -2/+2 |
| * | | | | | | | perlPackages.SpreadsheetParseExcel: 0.65 -> 0.66•••(cherry picked from commit ce065c6a81cfcf7c1222a5275fa6e32607d19406) | Stig Palmquist | 2023-12-29 | 1 | -3/+3 |
| | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #277500 from NixOS/backport-274575-to-release-23.11•••[Backport release-23.11] juicefs: 1.1.0 -> 1.1.1 | Nick Cao | 2023-12-29 | 1 | -3/+3 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | juicefs: 1.1.0 -> 1.1.1•••(cherry picked from commit 19283d04741f1f468154fb7c53c803ce178c0add) | R. Ryantm | 2023-12-29 | 1 | -3/+3 |
| * | | | | | | | Merge pull request #277513 from matthiasbeyer/backport-277468-to-release-23.11•••[Backport release-23.11] cargo-semver-checks: 0.25.0 -> 0.27.0 | Nick Cao | 2023-12-29 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| | * | | | | | | cargo-semver-checks: 0.26.0 -> 0.27.0•••(cherry picked from commit 1168d42391c50e10ab126774496b211fa8c33c47) Signed-off-by: Matthias Beyer <mail@beyermatthias.de> | R. Ryantm | 2023-12-29 | 1 | -3/+3 |
| | * | | | | | | cargo-semver-checks: 0.25.0 -> 0.26.0•••(cherry picked from commit 5428fcb5dd4b2eb26a8fd03d8bf6104310de3896) Signed-off-by: Matthias Beyer <mail@beyermatthias.de> | R. Ryantm | 2023-12-29 | 1 | -3/+3 |
| | |/ / / / / | |||||
| * | | | | | | 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 (cherry picked from commit f3568456727d90cd0f612899f027175105c53327) | Fabián Heredia Montiel | 2023-12-29 | 1 | -1/+1 |
| * | | | | | | linux/hardened/patches/6.6: 6.6.7-hardened1 -> 6.6.8-hardened1•••(cherry picked from commit 5de6afea8179afa8de16c33b7e6b7bbe2569d047) | Fabián Heredia Montiel | 2023-12-29 | 1 | -5/+5 |
| * | | | | | | linux/hardened/patches/6.1: 6.1.68-hardened1 -> 6.1.69-hardened1•••(cherry picked from commit 8cfe06c9d6f49ce4aeed450515108783c8a9d1fb) | Fabián Heredia Montiel | 2023-12-29 | 1 | -5/+5 |
| * | | | | | | linux/hardened/patches/5.4: 5.4.264-hardened1 -> 5.4.265-hardened1•••(cherry picked from commit 226d75420f257a0b81f2b00182f7d7b3a082e387) | Fabián Heredia Montiel | 2023-12-29 | 1 | -5/+5 |
| * | | | | | | linux/hardened/patches/5.15: 5.15.143-hardened1 -> 5.15.144-hardened1•••(cherry picked from commit e26294bf26001b4525c82afa95692395047cf2c4) | Fabián Heredia Montiel | 2023-12-29 | 1 | -5/+5 |
| * | | | | | | linux/hardened/patches/5.10: 5.10.204-hardened1 -> 5.10.205-hardened1•••(cherry picked from commit 0f17835a7f48a38817c5796d3e7fc940e476fae5) | Fabián Heredia Montiel | 2023-12-29 | 1 | -5/+5 |
