From: Daniel Golle Date: Thu, 20 Aug 2026 13:53:54 +0000 (+0100) Subject: libxmp: update to 4.7.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2111f8643898898bab579839837030acd631b7e8;p=openwrt-packages.git libxmp: update to 4.7.2 4.7.1: - fixed crashes and other bugs in the smix API; rewrote the smix WAV loader to support stereo samples - fixed XM channel default instrument memory, IT high offset/oversized offset handling, MED synth/hybrid finetune conversion - fixed Magnetic Fields Packer track loading and optimised tracks - fixed path_join when loading a module from the current directory - fixed loading truncated/broken Startrekker AM instruments and their precedence, envelope, P.FALL and FQ toneporta bugs - allowed Archimedes MUSX modules to load with a broken SDAT instrument subchunk - fixed various -fsanitize=shift-base warnings 4.7.2: - fixed loading Startrekker modules from memory/handle/callbacks - fixed a cmake build failure for certain Apple targets (e.g. tvOS) - fixed stb-vorbis floor1 inverse_db_table indexing, a missing part of the CVE-2019-13220 fix Signed-off-by: Daniel Golle --- diff --git a/sound/libxmp/Makefile b/sound/libxmp/Makefile index fc434b3fa..ccae08e5c 100644 --- a/sound/libxmp/Makefile +++ b/sound/libxmp/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxmp -PKG_VERSION:=4.7.0 +PKG_VERSION:=4.7.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/$(PKG_NAME)/$(PKG_NAME)/releases/download/$(PKG_NAME)-$(PKG_VERSION) -PKG_HASH:=b6251de1859352c6988752563d60983cb8aa9fd7dfe9f81b8bc6688da47f3464 +PKG_HASH:=510a96eefd79e4558fb1fa41fb5494870328776b3f77563f94f61f241f64bde1 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=MIT