From 0377d4ee25b14fd8207dc88358b4d7fe4be0ef5b Mon Sep 17 00:00:00 2001 From: "Rodrigo M. Duarte" Date: Tue, 26 Nov 2024 15:11:40 -0300 Subject: [PATCH] upx: Update Upx version from 4.0.1 to 4.2.4 This update is because the Upx has instability in the old Linux kernel versions, before 6.x. Signed-off-by: Rodrigo M. Duarte --- recipes-staging/upx/{upx_4.0.1.bb => upx_4.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-staging/upx/{upx_4.0.1.bb => upx_4.2.4.bb} (81%) diff --git a/recipes-staging/upx/upx_4.0.1.bb b/recipes-staging/upx/upx_4.2.4.bb similarity index 81% rename from recipes-staging/upx/upx_4.0.1.bb rename to recipes-staging/upx/upx_4.2.4.bb index 7695815..3692aef 100644 --- a/recipes-staging/upx/upx_4.0.1.bb +++ b/recipes-staging/upx/upx_4.2.4.bb @@ -10,7 +10,7 @@ SRC_URI = " \ https://github.com/upx/upx/releases/download/v${PV}/upx-${PV}-src.tar.xz \ " -SRC_URI[sha256sum] = "77003c8e2e29aa9804e2fbaeb30f055903420b3e01d95eafe01aed957fb7e190" +SRC_URI[sha256sum] = "5ed6561607d27fb4ef346fc19f08a93696fa8fa127081e7a7114068306b8e1c4" DEPENDS = "zlib libucl xz"