Up to [cvs.NetBSD.org] / pkgsrc / audio / libaudiofile / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3, Mon Apr 12 19:04:58 2010 UTC (3 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
HEAD
Changes since 1.2: +1 -1
lines
FILE REMOVED
update to 0.2.7 changes: -Fix decoding of multi-channel ADPCM WAVE files (was patched in pkgsrc) -Reduce unshared data in library -Fix handling of audio files with more than 2^24 frames -Add support for writing double-precision floating-point WAVE files -Add support for reading certain uncompressed AIFF-C files created by Mac OS X -Write fact chunk in floating-point WAVE files
Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 1 10:44:02 2009 UTC (3 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.1: +96 -12
lines
Diff to previous 1.1 (colored)
Debian has integrated a fix for ADPCM decoding problems which is similar to our one, and added additional sanity checks (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510205#59) use their version to ease further maintainance, bump PKGREVISION
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Thu Jan 22 20:21:28 2009 UTC (4 years, 4 months ago) by tron
Branch: pkgsrc-2008Q4
Changes since 1.1.2.1: +27 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Pullup ticket #2652 - requested by drochner libaudiofile: security patch Revisions pulled up: audio/libaudiofile/Makefile 1.43 audio/libaudiofile/distinfo 1.12 audio/libaudiofile/patches/patch-ac 1.1 audio/libaudiofile/patches/patch-ad 1.1 --- Module Name: pkgsrc Committed By: drochner Date: Wed Jan 21 15:19:27 UTC 2009 Modified Files: pkgsrc/audio/libaudiofile: Makefile distinfo Added Files: pkgsrc/audio/libaudiofile/patches: patch-ac patch-ad Log Message: (attempt to) fix CVE-2008-5824 (buffer overflow in msadpcm.c), see Debian bug #510205, just done correctly. The IMA code might have similar problems. The code appearently can't handle stereo files correctly anyway, so bail out if >1 channel which should avoid the problem. bump PKGREVISION
Revision 1.1.2.1, Wed Jan 21 15:19:27 2009 UTC (4 years, 4 months ago) by tron
Branch: pkgsrc-2008Q4
Changes since 1.1: +0 -27
lines
FILE REMOVED
file patch-ad was added on branch pkgsrc-2008Q4 on 2009-01-22 20:21:28 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 21 15:19:27 2009 UTC (4 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Branch point for: pkgsrc-2008Q4
(attempt to) fix CVE-2008-5824 (buffer overflow in msadpcm.c), see Debian bug #510205, just done correctly. The IMA code might have similar problems. The code appearently can't handle stereo files correctly anyway, so bail out if >1 channel which should avoid the problem. bump PKGREVISION