]> git.99rst.org Git - openwrt-packages.git/commitdiff
libxmp: update to 4.7.2
authorDaniel Golle <redacted>
Thu, 20 Aug 2026 13:53:54 +0000 (14:53 +0100)
committerGeorge Sapkin <redacted>
Sun, 23 Aug 2026 17:03:59 +0000 (20:03 +0300)
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 <redacted>
sound/libxmp/Makefile

index fc434b3faf1224b42e6c37205a344972cf03b5fd..ccae08e5ce0564e25cae5effc9ca96952a5e6bea 100644 (file)
@@ -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 <daniel@makrotopia.org>
 PKG_LICENSE:=MIT
git clone https://git.99rst.org/PROJECT