audiofile (0.2.6-6+etch1) oldstable-security; urgency=high * Non-maintainer upload by the Security Team. * CVE-2008-5824: Fix buffer overflow when decompressing MS ADPCM .wav files (closes: #510205). -- Stefan Fritsch Sat, 19 Dec 2009 14:45:04 +0100 audiofile (0.2.6-6) unstable; urgency=low * Added patches: [10_include_audiofile_in_af_vfs] New. af_vfs.h relies on audiofile.h being included already, so force the include. Closes: #300391 -- Daniel Kobras Sat, 19 Mar 2005 19:43:13 +0100 audiofile (0.2.6-5) unstable; urgency=low * Added patches: + [10_au_length_unspecified] New. Handle .au files with a length field of 0xffffffff (meaning unspecified). Closes: #264882 + [10_sfconvert_add_nist_support] New, pulled from upstream BK tree. Add support for converting to the NIST SPHERE file format. + [10_support_nonstandard_aiffc] New, pulled from upstream BK tree. Add support for reading nonstandard uncompressed AIFF-C files created by Mac OS X. -- Daniel Kobras Sat, 27 Nov 2004 22:06:57 +0100 audiofile (0.2.6-4) unstable; urgency=low * Added patches: + [10_m4_quoting_fix] New, pulled from upstream BK tree. Add a missing quote in audiofile.m4 to prevent breakage with automake 1.8. Closes: #254131 + [10_update_docs] New, pulled from upstream BK tree. Update documentation of API functions. * Updated patches: + [10_export_vfs] Replaced own version with upstream fix. * Removed patches: + [11_local_syms] Obsoleted by export_vfs update. -- Daniel Kobras Mon, 14 Jun 2004 12:46:11 +0200 audiofile (0.2.6-3) unstable; urgency=low * Added patches: + [10_pack_real_char3] New. Convince gcc on ARM to only use three bytes of storage for a certain struct. Fixes 24bit support and regressions on ARM. * Removed patches: + [20_verbose_test_output] Obsolete. -- Daniel Kobras Sun, 14 Mar 2004 01:45:04 +0100 audiofile (0.2.6-2) unstable; urgency=low * debian/rules: Make use of overridden CFLAGS. * Added patches: + [10_export_vfs] New. Use wildcards in exports file to ensure the complete namespace gets exported. Closes: #237336 + [11_local_syms] New. Some non-exported functions used the af* namespace. Changed to _af* for consistency, and to facilitate wildcard matching in the exports file. + [10_warning_fixes] New. Add misc #includes in test files to silence compiler warnings. + [20_verbose_test_output] New. Enable debugging output in twentyfour test in order to catch regressions on ARM. -- Daniel Kobras Thu, 11 Mar 2004 13:31:41 +0100 audiofile (0.2.6-1) unstable; urgency=low * New upstream version. * Added patches: + [10_update_libtool] New. Use recent libtool 1.5.2 as requested by KFreeBSD porters. Closes: #218376 * Removed patches: + [10_string_include] Merged upstream. + [10_namespace_cleanup] Obsolete. Upstream now uses a separate file containing all exported symbol names. * debian/copyright: Update addresses and copyright information. * debian/rules: Run regression tests unless cross-compiling. -- Daniel Kobras Tue, 9 Mar 2004 15:58:02 +0100 audiofile (0.2.4-1) unstable; urgency=low * New upstream version. * debian/rules: Move sfconvert and sfinfo binaries into -dev package as per policy. * debian/rules: Replace dh_movefiles with dh_install; bump debhelper compat to 4. * debian/rules: Switch to dpatch. * debian/control: Build-depend on dpatch. * debian/control: Bump versioned build-dependency on debhelper. * debian/control: Sanitize package descriptions. * debian/control: Complies with standards version 3.6.1. * debian/control: Change section of dev package to libdevel. * debian/control: Add conflicts/replaces to accomodate move of sf* binaries. * Applied patches: + [10_incorrect_wav_size] Old, converted to dpatch. Be lenient on WAV files with buggy size entry, provided all required chunks are present. + [10_namespace_cleanup] Old, converted to dpatch. Don't spill internal symbols into global namespace. + [10_sfinfo_no_options] Old, converted to dpatch. + [10_string_include] New. Include string.h to fix warning on 64bit archs. -- Daniel Kobras Sun, 9 Nov 2003 15:12:25 +0100 audiofile (0.2.3-4) unstable; urgency=low * Implements afOpenVirtualFile(), so applications can actually make use of the API exposed in af_vfs.h. (Kudos to Daniel Schepler .) * Include shlibs dependency on this version and up. That's because the above amounts to an API change, or rather an API fix. Previous versions declared the function in the headers, but didn't implement a stub in the lib itself. Same with some of the changes between 0.1.9, and 0.2.0, so it's really high time we add a shlibs version. -- Daniel Kobras Fri, 1 Mar 2002 22:30:08 +0100 audiofile (0.2.3-3) unstable; urgency=low * Keep audiofile from looping endlessly on broken wave files whose header advertises too large a file size. -- Daniel Kobras Fri, 1 Feb 2002 14:51:18 +0100 audiofile (0.2.3-2) unstable; urgency=low * Fix gross namespace pollution from audiofile-internal symbols. Closes: #128465 -- Daniel Kobras Mon, 21 Jan 2002 00:15:04 +0100 audiofile (0.2.3-1) unstable; urgency=low * New upstream version. * Configure with explicit host and build arch. * Don't clobber upstream config.{guess,sub}. -- Daniel Kobras Fri, 26 Oct 2001 11:42:08 +0200 audiofile (0.2.2-2) unstable; urgency=low * From upstream CVS: support ADPCM decoding. Closes: #88962 * From upstream CVS: afQuery() can return info on compression type. -- Daniel Kobras Tue, 18 Sep 2001 09:22:12 +0200 audiofile (0.2.2-1) unstable; urgency=low * New upstream version. * Adjusted sfconvert man page to new options. * Reverted compression fix for Sun/NeXT, superceded by upstream changes. * New maintainer. -- Daniel Kobras Wed, 25 Jul 2001 11:32:09 +0200 audiofile (0.2.1-0.3) unstable; urgency=low * Non-maintainer upload. * Revert bogus change to ltmain.sh. * Stop messing with config.{guess,sub}, link to version from autotools-dev instead. -- Daniel Kobras Wed, 13 Jun 2001 09:55:54 +0200 audiofile (0.2.1-0.2) unstable; urgency=low * Non-maintainer upload. * Fix length miscalculation on compressed Sun/NeXT data. Closes: #94489 * Include hppa/ia64-aware config.sub/config.guess. Closes: #94804 * Versioned debhelper build dependency. -- Daniel Kobras Thu, 31 May 2001 11:39:41 +0200 audiofile (0.2.1-0.1) unstable; urgency=low * Non-maintainer upload. * New upstream version. Works on 8bit wavs. Fixes: #60793 * Added build-dependency on debhelper. Fixes: #70138 * Added manpages for supplied binaries. Brief documentation in doc/ excluded now. * Removed test programs from binary distribution. -- Daniel Kobras Wed, 14 Mar 2001 14:41:05 +0100 audiofile (0.1.9-0.1) unstable; urgency=low * New upstream version. * Apply patch to audiofile.m4 (fixes: bug#42523) -- Michael Alan Dorman Sun, 26 Sep 1999 10:36:56 -0400 audiofile (0.1.7-2) unstable; urgency=low * Added manpage for audiofile-config; thanks to Roland Rosenfeld (closes bug #39479) * Rebuilt on potato - fixes reported problem w/ enlightenment -- Jeff Licquia Sat, 19 Jun 1999 00:50:44 -0500 audiofile (0.1.7-1) unstable; urgency=low * New maintainer * New upstream version -- Jeff Licquia Sat, 5 Jun 1999 00:42:53 -0500 audiofile (0.1.6-1) unstable; urgency=low * New upstream release * Added undocumented manpage for audiofile-config -- Brian M. Almeida Fri, 12 Mar 1999 18:22:53 -0500 audiofile (0.1.6-0.1) unstable; urgency=low * Non-maintainer upload for GNOME 1.0 -- Jules Bean Fri, 5 Mar 1999 10:22:33 +0000 audiofile (0.1.5-5) unstable; urgency=low * Added extra documentation (#32366) -- Brian M. Almeida Wed, 3 Feb 1999 13:13:08 -0500 audiofile (0.1.5-4) unstable; urgency=low * Added audiofile.m4 to libaudiofile-dev -- Brian M. Almeida Mon, 25 Jan 1999 09:34:35 -0500 audiofile (0.1.5-3) unstable; urgency=low * Forgot to add audiofile-config to libaudiofile-dev -- Brian M. Almeida Sat, 16 Oct 1998 20:25:35 -0500 audiofile (0.1.5-2) unstable; urgency=low * Upstream CVS snapshot (19990112), needed for newest esound/eMusic -- Brian M. Almeida Tue, 12 Jan 1999 17:35:35 -0500 audiofile (0.1.5-1) unstable; urgency=low * Initial Release. (Made from CVS 19981014 snapshot, since shared libs are broken in the official release) -- Brian M. Almeida Sun, 4 Oct 1998 17:35:35 -0400