diff options
| author | Zhang Peng <peng.zhang1.cn@windriver.com> | 2025-03-14 14:36:24 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-03-19 07:25:56 -0700 |
| commit | 6b6beab93993ef4100df45d8de77e24acfc66e5e (patch) | |
| tree | 6bf2c9ad52b1c4466aed8895146dab1b7ac3a09b | |
| parent | abc7c3eeab30851e54937ee0f1993167348a9a8f (diff) | |
| download | poky-6b6beab93993ef4100df45d8de77e24acfc66e5e.tar.gz | |
mpg123: upgrade 1.32.6 -> 1.32.10
Changelog:
==========
1.32.10
- scripts/tag_lyrics.py: fix for python3
- libout123: Use strtok_r() to avoid conflicts multithreaded contexts
- libmpg123: Un-break DLL builds that need I/O functions defined in libmpg123.c
- ports/cmake: More fixup to also produce .pc files with Libs.private.
1.32.9
- libmpg123:
-- enable 64 bit offset path for MSVCRT and avoid warnings about
MS's game about POSIX API with and without underscores
-- Increase the library patchlevel, as was forgotten on previous
release.
1.32.8
Update: The buffer overflow got assigned the CVE ID CVE-2024-10573.
- libmpg123:
-- Add sections to assembly to support PAC/BTI code
for aarch64 (-mbranch-protection variants)
-- Prevent premature application of header info into decoding structure,
at worst having triggered out-of-bounds writes of decoded PCM data
- out123: Show --quiet in --longhelp.
1.32.7
- ports/cmake: Work around bug in CMake that does not detect FPU on Apple ARM CPUs.
- Fix some laziness (func() to func(void)) for standards conformance.
(From OE-Core rev: a3db638932e76ac0972d7905072cc7ab3f2abb75)
Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-multimedia/mpg123/mpg123_1.32.10.bb (renamed from meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb b/meta/recipes-multimedia/mpg123/mpg123_1.32.10.bb index f7786e8588..82f7b7d332 100644 --- a/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb +++ b/meta/recipes-multimedia/mpg123/mpg123_1.32.10.bb | |||
| @@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1-only" | |||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=e7b9c15fcfb986abb4cc5e8400a24169" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=e7b9c15fcfb986abb4cc5e8400a24169" |
| 11 | 11 | ||
| 12 | SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2" | 12 | SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2" |
| 13 | SRC_URI[sha256sum] = "ccdd1d0abc31d73d8b435fc658c79049d0a905b30669b6a42a03ad169dc609e6" | 13 | SRC_URI[sha256sum] = "87b2c17fe0c979d3ef38eeceff6362b35b28ac8589fbf1854b5be75c9ab6557c" |
| 14 | 14 | ||
| 15 | UPSTREAM_CHECK_REGEX = "mpg123-(?P<pver>\d+(\.\d+)+)\.tar" | 15 | UPSTREAM_CHECK_REGEX = "mpg123-(?P<pver>\d+(\.\d+)+)\.tar" |
| 16 | 16 | ||
