From f5d2ecb6df85a368750ad9896d99ed022308e068 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Fri, 6 Feb 2026 23:43:20 +1300 Subject: [PATCH] mpg123: upgrade 1.33.3 -> 1.33.4 Changelog: mpg123: In terminal control, ignore 7-bit escape sequences to avoid spurious actions, e.g. when hitting cursor keys. ports/cmake: Avoid possibly conflicting use of SIZEOF_OFF_T CMake variable when embedding mpg123 with other projects using cmake and different off_t semantics. Signed-off-by: Ankur Tyagi Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../mpg123/{mpg123_1.33.3.bb => mpg123_1.33.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/mpg123/{mpg123_1.33.3.bb => mpg123_1.33.4.bb} (96%) diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.33.3.bb b/meta/recipes-multimedia/mpg123/mpg123_1.33.4.bb similarity index 96% rename from meta/recipes-multimedia/mpg123/mpg123_1.33.3.bb rename to meta/recipes-multimedia/mpg123/mpg123_1.33.4.bb index b1897fe95d..648eb21500 100644 --- a/meta/recipes-multimedia/mpg123/mpg123_1.33.3.bb +++ b/meta/recipes-multimedia/mpg123/mpg123_1.33.4.bb @@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=e7b9c15fcfb986abb4cc5e8400a24169" SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2" -SRC_URI[sha256sum] = "6a0c6472dd156e213c2068f40115ebbb73978c2d873e66bae2a250e2d2198d26" +SRC_URI[sha256sum] = "3ae8c9ff80a97bfc0e22e89fbcd74687eca4fc1db315b12607f27f01cb5a47d9" UPSTREAM_CHECK_REGEX = "mpg123-(?P\d+(\.\d+)+)\.tar" -- 2.47.3