From 2600f0139058ac6e872bf8ea6d51bfe7948a4247 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 1 Jan 2017 11:52:36 +0000 Subject: FLAC 1.3.2: General: * Fix undefined behaviour using GCC/Clang UBSAN (erikd). * General hardening via fuzz testing with AFL (erikd and others). * General code improvements (lvqcl, erikd and others). * Add FLAC in MP4 specification docs (Ralph Giles). * MSVS build cleanups (lvqcl). * Fix some cppcheck warnings (erikd). * Assume all currently used OSes support SSE2. flac: * Fix potential infinite loop on flac-to-flac conversion (erikd). * Add WAVEFORMATEXTENSIBLE to WAV (as needed) when decoding (lvqcl). * Only write vorbis-comments if they are non-empty. * Error out if decoding RAW with bits != (8|16|24). metaflac: * Add --scan-replay-gain option. build system: * Fixes for MSVC and Makefile.lite build systems. libraries: * CPU detection cleanup and fixes (Julian Calaby, erikd and lvqcl). * Fix two stream decoder bugs (Max Kellermann). * Fix a NULL dereference bug (on a malformed file). * Changed the LPC order guess for a slight compression improvement, particularly for classical music (Martijn van Beurden). * Improved encoding speed on older Intel CPUs. * Fixed a seeking bug when decoding certain files (Miroslav Lichvar). * Put an upper bound (32768) on the number of seek points. * Fix potential memory leaks. * Support 64bit brword/bwword allowing FLAC__BYTES_PER_WORD to be set to 8 (disabled by default). * Fix an out-of-bounds heap read. * Win32: Only use large buffers when writing to disk. --- audio/flac/distinfo | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'audio/flac/distinfo') diff --git a/audio/flac/distinfo b/audio/flac/distinfo index 1382cd46042..51250bd8252 100644 --- a/audio/flac/distinfo +++ b/audio/flac/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2016/01/07 15:34:33 jperkin Exp $ +$NetBSD: distinfo,v 1.25 2017/01/01 11:52:36 adam Exp $ -SHA1 (flac-1.3.1.tar.xz) = 38e17439d11be26207e4af0ff50973815694b26f -RMD160 (flac-1.3.1.tar.xz) = 50d93b3663c1983af2b8cd0cea9f7069d5b8ab46 -SHA512 (flac-1.3.1.tar.xz) = 923cd0ffe2155636febf2b4633791bc83370d57080461b97ebb69ea21a4b1be7c0ff376c7fc8ca3979af4714e761112114a24b49ff6c80228b58b929db6e96d5 -Size (flac-1.3.1.tar.xz) = 941848 bytes -SHA1 (patch-af) = f90f09fbf6a0fa938693a9d52316d3a4105129e5 -SHA1 (patch-configure) = 10d46b998336e95517e692674a7ae6f692b055eb +SHA1 (flac-1.3.2.tar.xz) = 658d1acc9e39267de8ca377f2aa8ece677aee2cd +RMD160 (flac-1.3.2.tar.xz) = d69613859a5b9958ee59b5334fa4665196e97668 +SHA512 (flac-1.3.2.tar.xz) = b6dfc7e31dc1fad434ff751a9f4748354de242af94d56c93254245ddb740ffa19e56f32100c3723b601ba345156e927d61a80722126cc75ebe55092179427cac +Size (flac-1.3.2.tar.xz) = 776016 bytes +SHA1 (patch-configure) = 74e3e944f70ba6d1bf9d94fab1d9174a3dab04bb +SHA1 (patch-strip_non_asm_libtool_args.sh) = f90f09fbf6a0fa938693a9d52316d3a4105129e5 -- cgit v1.2.3