Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upx: Update Upx version from 4.0.1 to 4.2.4 #111

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

mdrodrigo
Copy link
Contributor

This update is because the Upx has instability
in the old Linux kernel versions, before 6.x.

This update is because the Upx has instability
in the old Linux kernel versions, before 6.x.

Signed-off-by: Rodrigo M. Duarte <[email protected]>
Copy link

Successfully created backport PR #112 for dunfell.

Copy link

Backport failed for hardknott, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin hardknott
git worktree add -d .worktree/backport-111-to-hardknott origin/hardknott
cd .worktree/backport-111-to-hardknott
git checkout -b backport-111-to-hardknott
ancref=$(git merge-base 96c1e2d8e2be74580f4d314f32a8f404c8642bf4 0377d4ee25b14fd8207dc88358b4d7fe4be0ef5b)
git cherry-pick -x $ancref..0377d4ee25b14fd8207dc88358b4d7fe4be0ef5b

Copy link

Backport failed for gatesgarth, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin gatesgarth
git worktree add -d .worktree/backport-111-to-gatesgarth origin/gatesgarth
cd .worktree/backport-111-to-gatesgarth
git checkout -b backport-111-to-gatesgarth
ancref=$(git merge-base 96c1e2d8e2be74580f4d314f32a8f404c8642bf4 0377d4ee25b14fd8207dc88358b4d7fe4be0ef5b)
git cherry-pick -x $ancref..0377d4ee25b14fd8207dc88358b4d7fe4be0ef5b

Copy link

Successfully created backport PR #113 for kirkstone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants