head 1.3; access; symbols pkgsrc-2022Q2:1.2.0.46 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.44 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.42 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.40 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.38 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.36 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.34 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.32 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.28 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.8 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.30 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.26 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.24 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.22 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.20 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.18 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.16 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.14 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.12 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.10 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.6 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.4 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.2 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.1.0.8 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.6 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.4 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.2 pkgsrc-2015Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2022.07.11.06.30.43; author adam; state dead; branches; next 1.2; commitid pdmhwwVhq359wrLD; 1.2 date 2016.12.11.11.08.12; author adam; state Exp; branches; next 1.1; commitid lwCq4WwdY4MHyyxz; 1.1 date 2015.10.18.15.19.30; author adam; state Exp; branches; next ; commitid Y5BvwD3UmGT6sBFy; desc @@ 1.3 log @wavpack: updated to 5.5.0 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" @ text @$NetBSD: patch-configure,v 1.2 2016/12/11 11:08:12 adam Exp $ Portablity fix. --- configure.orig 2016-12-05 19:54:06.000000000 +0000 +++ configure @@@@ -13638,7 +13638,7 @@@@ if test "x$enable_legacy" = "xyes"; then fi - if test "x$enable_legacy" == "xyes"; then + if test "x$enable_legacy" = "xyes"; then ENABLE_LEGACY_TRUE= ENABLE_LEGACY_FALSE='#' else @@@@ -13673,7 +13673,7 @@@@ if test "${enable_rpath+set}" = set; the fi - if test "x$enable_rpath" == "xyes"; then + if test "x$enable_rpath" = "xyes"; then ENABLE_RPATH_TRUE= ENABLE_RPATH_FALSE='#' else @@@@ -13688,7 +13688,7 @@@@ if test "${enable_tests+set}" = set; the fi - if test "x$enable_tests" == "xyes"; then + if test "x$enable_tests" = "xyes"; then ENABLE_TESTS_TRUE= ENABLE_TESTS_FALSE='#' else @ 1.2 log @Release 5.0.0: added: multiple input formats, including RF64, Wave64, and CAF added: lossless DSD audio in Philips DSDIFF and Sony DSF files fixed: seeking in > 2GB WavPack files (new stream reader) fixed: accept > 4GB source audio files (all formats) improved: increase maximum samples from 2^32 to 2^40 added: block checksums for robustness to corruption added: support for non-standard channel identities removed: support for legacy WavPack files (< 4.0) added: block decoder for streaming applications fixed: many small fixes and improvements added: all new pdf documentation @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2015/10/18 15:19:30 adam Exp $ @ 1.1 log @Changes 4.75.2: * fixed: corrupt mono or multichannel files created with assembly code (rare) * fixed: building on Clang systems like Darwin and FreeBSD (req. Clang 3.5+) * fixed: explicitly sign-extend audio data (< 4-byte) to avoid corrupt files * fixed: rare decoding errors due to integer overflow (ARM assembly code) * added: assembly optimizations for "extra" mode on mono or multichannel @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- configure.orig 2015-10-18 15:12:52.000000000 +0000 d7 10 a16 1 @@@@ -13514,7 +13514,7 @@@@ if test "${enable_rpath+set}" = set; the d25 1 a25 1 @@@@ -13529,7 +13529,7 @@@@ if test "${enable_tests+set}" = set; the @