From 0b184d4686e54d8574ce299bad4b8e860fb0668c Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 8 May 2026 18:51:38 +0100 Subject: [PATCH] wavpack: update to 5.9.0 Release 5.9.0 (January 16, 2026): * added: new feature to wvtag to copy tags from one WavPack file to another * improved: minor tweaks to the new DNS (dynamic noise shaping) algorithm * improved: better handling of specific non-standard WAV and AIFF files * improved: added CI (GitHub Actions) and fixed a few minor build issues * fixed: --pause option failed in many situations (Windows-only) * fixed: issues related to encoding from an unknown length (e.g., pipes) * fixed: several fuzzer-revealed issues related to multithreading * fixed: potential buffer overruns in WavpackOpenRawDecoder() Link: https://github.com/dbry/WavPack/blob/5.9.0/NEWS Signed-off-by: Daniel Golle --- sound/wavpack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/wavpack/Makefile b/sound/wavpack/Makefile index c320a08cd0..e28cc0d1d9 100644 --- a/sound/wavpack/Makefile +++ b/sound/wavpack/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wavpack -PKG_VERSION:=5.8.1 +PKG_VERSION:=5.9.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.wavpack.com/ -PKG_HASH:=7322775498602c8850afcfc1ae38f99df4cbcd51386e873d6b0f8047e55c0c26 +PKG_HASH:=b5291bc4e6d69ebbd3da3800c5bf4a70f19bb92679b23e09b3b612c1e648d1ff PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=BSD-3c