Update all dependencies - #33
Open
renovate[bot] wants to merge 9 commits into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all
branch
from
December 12, 2025 07:50
d298bf2 to
0b63008
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
December 15, 2025 16:07
0b63008 to
88ce43c
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
January 17, 2026 02:41
88ce43c to
0841488
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
January 22, 2026 01:38
0841488 to
625d125
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
January 29, 2026 04:36
625d125 to
a0aeabf
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
March 2, 2026 03:23
a0aeabf to
e6f9218
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
March 3, 2026 01:12
e6f9218 to
817fad2
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
March 3, 2026 23:40
817fad2 to
eec5015
Compare
paralin
force-pushed
the
skiff
branch
5 times, most recently
from
March 7, 2026 23:48
f6cb880 to
456568d
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
March 7, 2026 23:49
eec5015 to
775b5f4
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
March 12, 2026 07:54
775b5f4 to
2372776
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
March 13, 2026 23:01
2372776 to
cadbcb2
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
March 31, 2026 12:03
cadbcb2 to
735f2af
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
April 10, 2026 04:26
735f2af to
654da7f
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
June 4, 2026 03:49
3c928bf to
248bb98
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
June 12, 2026 15:12
b5aba52 to
a17ab4c
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
June 14, 2026 23:48
a17ab4c to
3348729
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
June 21, 2026 07:06
85a980f to
289fa10
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
June 24, 2026 23:41
289fa10 to
4c4e59d
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
July 11, 2026 23:25
4c4e59d to
3bae282
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
July 13, 2026 19:24
3bae282 to
1d02111
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
July 18, 2026 04:10
1d02111 to
9fbde5d
Compare
Signed-off-by: Christian Stewart <christian@aperture.us>
Carry the upstream namespace__fprintf warning fix and compare BTF function prototype parameter types so host-pahole 1.28 builds with GCC 16 -Werror. Fix kfunc const warning with gcc 16. Fix string const warnings with gcc 16. Signed-off-by: Christian Stewart <christian@aperture.us>
Signed-off-by: Christian Stewart <christian@aperture.us>
NetworkManager Meson searches PATH for modprobe when the option is unset. Buildroot target configure runs with HOST_DIR/bin and HOST_DIR/sbin first in BR_PATH, so it can compile the host modprobe path into the target daemon. Pass the target modprobe path explicitly, matching the existing iptables paths. Related: skiffos/SkiffOS#357 Signed-off-by: Christian Stewart <christian@aperture.us>
Signed-off-by: Christian Stewart <christian@aperture.us>
Drop the upstreamed Linux 6.19 build patch and refresh the Linux 6.15 patch against the new source. Add Linux 7.2 compatibility for the cfg80211 and PPPoE API changes. Signed-off-by: Christian Stewart <christian@aperture.us>
Add a package installing the prebuilt Clover bootloader release. Installs CLOVERX64.efi into EFI/CLOVER and optionally a BOOTX64.efi fallback copy for firmware that cannot select a boot entry. The Ext4Dxe driver is moved out of the disabled drivers directory so Clover can read the ext4 root filesystem. Signed-off-by: Christian Stewart <christian@aperture.us>
Add a package building the Clover bootloader from source with the EDK2 toolchain. The build uses the Buildroot host toolchain, with fixes for GCC 16 warnings and a SOURCE_DATE_EPOCH taken from the Clover commit time for reproducibility. Installs the same EFI tree as clover-bin, with an optional BOOTX64.efi fallback behind BR2_TARGET_CLOVER_INSTALL_FALLBACK. Signed-off-by: Christian Stewart <christian@aperture.us>
paralin
pushed a commit
that referenced
this pull request
Aug 30, 2026
Upstream doesn't provide any useful changelog, but the number of
1.5.0..1.6.2 commits is reasonable:
bfc28c7 Define {MAX_,}RESERVED_BLOCKS as floats
5b93731 Recover automatic block number calculation
d6e659d Correct message for minimum block count
1b2a30e Correct also commented code to take into account reserved blocks
944a4fd Indirect blocks must be taken into account for stats
3e2fce1 Restore (MAX_)RESERVED_BLOCKS to integer division
b571221 Add missing newlines on error messages.
cd4ff51 don't call ftruncate() on stdout
6909cde Enable system locale - change from the standard (C) to system locale.
9651f5d Fix alignment issues for strict architectures
4a99c22 Hardcode length of hardcoded char array instead of sizeof(long)
1f38ba4 Add ordered directory traversal
84c2d01 Add ordered directory traversal test
467ebe5 Fix formatting of man page references
810c12e Fix auto-block calculation from PR #5 merge
28988bd Skip device table entry when parent path is not a directory (from PR #33)
45191ab Fix ordered directory traversal from PR #34 merge
b615521 configure.ac: teach autoreconf to detect and install macros in m4
81028ca configure.ac: upgrade ancient snprintf macro to modern autoconf-archive edition
67661a1 Fix EXTRA_DIST: reference new ax_func_snprintf.m4 instead of deleted ac_func_snprintf.m4
907737e Remove incorrect address
4c4343d Add licensing information
cb5f584 Add license information
a60ccd9 Use strrchr to split path:dest so host paths may contain colons (fixes #23)
44ff03d Implement sparse_super feature with superblock/GDT backups (fixes #29)
8b8f2d1 Add extended attributes (xattr) support (fixes #9)
d0a9274 Optimize block/inode allocation for large filesystems (fixes #31)
b69c34e Fix -d dir:/path destination: restore colon after stats pass, auto-create intermediate dirs
2c38700 Add 9 functional tests for previously untested features
3d3bcb6 remove useless NEWS file
03dee74 Bump version to 1.6.0 (fixes #28)
c8f41b9 Make xattr copying opt-in with -X/--xattrs flag (fixes #40)
3324695 Bump version to 1.6.1
4e5d8ae Update README: add -X/--xattrs, SOURCE_DATE_EPOCH, and missing device table types
bf5b1a0 Bump version to 1.6.2
This commit also updates the COPYING license file hash, after an update
of the FSF, in upstream commit:
bestouff/genext2fs@907737e
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[Julien: fix COPYING license file hash]
Signed-off-by: Julien Olivain <ju.o@free.fr>
renovate
Bot
force-pushed
the
renovate/all
branch
from
August 30, 2026 23:15
9fbde5d to
f3af5f4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4→v6v5→v7bookworm-20250203→13v4→v5Release Notes
actions/cache (actions/cache)
v6.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v6...v6.1.0
v6.0.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v6.0.0
v5.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.1.0
v5.0.5Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.0.5
v5.0.4Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v5...v5.0.4
v5.0.3Compare Source
What's Changed
@actions/cacheto v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33)@actions/coreto v2.0.3Full Changelog: actions/cache@v5...v5.0.3
v5.0.2: v.5.0.2Compare Source
v5.0.2
What's Changed
When creating cache entries, 429s returned from the cache service will not be retried.
v5.0.1Compare Source
v5.0.1
What's Changed
v5.0.0
What's Changed
Full Changelog: actions/cache@v5...v5.0.1
v5.0.0Compare Source
What's Changed
Full Changelog: actions/cache@v4.3.0...v5.0.0
actions/checkout (actions/checkout)
v7.0.1Compare Source
v7.0.0Compare Source
v6.1.0Compare Source
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
dessant/repo-lockdown (dessant/repo-lockdown)
v5.0.2Compare Source
Learn more about this release from the changelog.
v5.0.1Compare Source
Learn more about this release from the changelog.
v5.0.0Compare Source
Learn more about this release from the changelog.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.