Path to this page:
./
audio/libaudiofile,
Sound library for SGI audio file
Branch: pkgsrc-2008Q4,
Version: 0.2.6nb2,
Package name: libaudiofile-0.2.6nb2,
Maintainer: pkgsrc-usersThis Audio File Library is an implementation of the SGI Audio File
library. Since the latter is specified ambiguously in places, I've
taken some liberties in interpreting certain such ambiguities. At the
present, not all features of the SGI Audio File library are
implemented. I feel, though, that this implementation of the Audio
File Library offers enough functionality to be useful for general
tasks.
This library allows the processing of audio data to and from audio
files of many common formats (currently AIFF, AIFC, WAVE, and
NeXT/Sun).
Required to build:[
devel/libtool-base]
Master sites: (Expand)
SHA1: 94a6ab8e5122bc1971cf186e5a52d032811c9bc5
RMD160: b61fbc856768a5838ca5c0fad602f35205e8d037
Filesize: 365.906 KB
Version history: (Expand)
- (2009-01-23) Updated to version: libaudiofile-0.2.6nb2
- (2009-01-06) Package added to pkgsrc.se, version libaudiofile-0.2.6nb1 (created)
CVS history: (Expand)
2009-01-22 21:21:28 by Matthias Scheler | Files touched by this commit (4) |
Log message:
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
|