Skip to content

Commit

Permalink
wavpack: updated to 5.5.0
Browse files Browse the repository at this point in the history
5.5.0:
fixed: CVE-2021-44269 (encoding crafted DSD file triggers OOB read crash)
fixed: very long filenames cause stack-overflow crash in all CLI programs
fixed: the length stored in WAV headers not always corrected when using -i
fixed: attempting to encode raw DSD audio from stdin sometimes causes crash
fixed: DSD to PCM decimation: small clicks between tracks and tiny DC offset
fixed: length update in library-generated WAV headers on big-endian machines
fixed: sanitize custom extensions read from WavPack files to be alphanumeric
added: accepting brace-delimited options in the wavpack executable filename
added: "--drop" option to Windows executables for multi-file "drag-and-drop"
added" "--raw-pcm" option to wvunpack executable (does DSD --> 24-bit PCM)
added: "--no-overwrite" option to wavpack executable (to resume sessions)
improved: build system clean-up including switch to non-recursive "make"
  • Loading branch information
adam committed Jul 11, 2022
1 parent 02980c3 commit d765f98
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 41 deletions.
4 changes: 2 additions & 2 deletions audio/wavpack/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2021/01/19 10:17:43 adam Exp $
# $NetBSD: Makefile,v 1.13 2022/07/11 06:30:43 adam Exp $

DISTNAME= wavpack-5.4.0
DISTNAME= wavpack-5.5.0
CATEGORIES= audio
MASTER_SITES= http://www.wavpack.com/
EXTRACT_SUFX= .tar.xz
Expand Down
8 changes: 7 additions & 1 deletion audio/wavpack/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2017/01/23 21:53:22 wiz Exp $
@comment $NetBSD: PLIST,v 1.5 2022/07/11 06:30:43 adam Exp $
bin/wavpack
bin/wvgain
bin/wvtag
Expand All @@ -10,3 +10,9 @@ man/man1/wavpack.1
man/man1/wvgain.1
man/man1/wvtag.1
man/man1/wvunpack.1
share/doc/wavpack/README.md
share/doc/wavpack/WavPack5FileFormat.pdf
share/doc/wavpack/WavPack5LibraryDoc.pdf
share/doc/wavpack/WavPack5PortingGuide.pdf
share/doc/wavpack/style.css
share/doc/wavpack/wavpack_doc.html
9 changes: 4 additions & 5 deletions audio/wavpack/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.14 2021/10/26 09:59:35 nia Exp $
$NetBSD: distinfo,v 1.15 2022/07/11 06:30:43 adam Exp $

BLAKE2s (wavpack-5.4.0.tar.xz) = 993f7431ffd9a080974400db15b26bf9a2e8dedf8895ddb5ca3fc3bb3d2dfb9d
SHA512 (wavpack-5.4.0.tar.xz) = de4e75539c9b949d22f39ab73721c8a4ee7c38ff08835aa28b1d56bea08c332bcb601a54998efe520f3653a2e29c73dcfd716ad19707bb2815403786d9ed9c11
Size (wavpack-5.4.0.tar.xz) = 769764 bytes
SHA1 (patch-configure) = 10539a259d8b4442281cb41d0fa596fb84b8821a
BLAKE2s (wavpack-5.5.0.tar.xz) = 2f746bb5bb40f5bea1aa3c6e28530adb9b64e3b1ba2e6a97d03c1169c532ab42
SHA512 (wavpack-5.5.0.tar.xz) = 9758e8079618e45e585330cd472f8ddae6e0ffd9a79032e7ec60251fff331390a619855dcdcf92942f5192d6ae12e05b6feca36394d30f0fe7e65222ee2696fc
Size (wavpack-5.5.0.tar.xz) = 797996 bytes
33 changes: 0 additions & 33 deletions audio/wavpack/patches/patch-configure

This file was deleted.

0 comments on commit d765f98

Please sign in to comment.