Merged
Conversation
**Summary** - Release notes can be found [here](https://www.gnu.org/software/groff/). - Fixed https homepage link - As part of Packages with insecure http or dead link as homepage getsolus#5522 secure links for homepages
**Summary** - Release notes can be found [here](https://lists.gnu.org/archive/html/coreutils-announce/2025-09/msg00000.html).
**Summary** - Switch to a stable mirror
**Summary** - Switch to a stable mirror
**Summary** - Switch to a stable mirror
**Summary** - Fix build
**Summary** - Newline characters are no longer allowed in file names even when '--unsafe-names' is specified. - The file name is now printed escaped also when replaced into a shell command.
**Summary** - Switch to a stable mirror
**Summary** - Switch to a stable mirror
**Summary** - Switch to a stable mirror
**Summary** - Switch to a stable mirror
**Summary** - Release notes can be found [here](https://lists.gnu.org/archive/html/info-gnu/2025-04/msg00003.html).
**Summary** - Fixed build with musl libc - Improved testsuite
**Summary** - Release notes can be found [here](https://sourceware.org/pipermail/gdb-announce/2025/000145.html).
**Summary** - Fixed https homepage link - As part of Packages with insecure http or dead link as homepage
**Summary** A small patch to fix desktop paths. Release notes: - https://github.com/hyprwm/hyprlauncher/releases/tag/v0.1.2 Changes: - finders/desktop: use std::fs::path for path handling
Release notes available [here](https://docs.mesa3d.org/relnotes/25.2.6.html) Signed-off-by: Troy Harvey <harveydevel@gmail.com>
**Summary** - [2025.8](https://github.com/mullvad/mullvadvpn-app/releases/tag/2025.8) - [2025.9](https://github.com/mullvad/mullvadvpn-app/releases/tag/2025.9) - [2025.10](https://github.com/mullvad/mullvadvpn-app/releases/tag/2025.10) - [2025.11](https://github.com/mullvad/mullvadvpn-app/releases/tag/2025.11) - [2025.12](https://github.com/mullvad/mullvadvpn-app/releases/tag/2025.12)
Release notes available [here](https://github.com/denoland/deno/releases/tag/v2.5.6) Signed-off-by: Troy Harvey <harveydevel@gmail.com>
Adds gdu, a fast disk usage analyzer. Fixes getsolus#6721
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.
Summary
This pull request introduces the GDU package at version 5.31.0.
Key changes:
-buildmode=pie,-linkmode external) for better security (PIE) and proper integration with the system linker./usr/bin/gduand includes thegdu.1man page to/usr/share/man/man1/.Test Plan
solbuild build package.ymlagainst the Polaris (unstable) repository.a. Executed
gdu --versionto confirm the correct version (5.31.0) is reported and the binary is functional.b. Executed
man gduto confirm the man page is correctly installed and readable.c. Ran
gduon a test directory to ensure the disk usage analysis and TUI (Text User Interface) function as expected without crashes.sudo eopkg remove gdu.Checklist