Path to this page:
./
audio/vorbis-tools,
Ogg Vorbis encoder and player
Branch: pkgsrc-2015Q4,
Version: 1.4.0nb6,
Package name: vorbis-tools-1.4.0nb6,
Maintainer: pkgsrc-usersvorbis-tools contains an Ogg Vorbis command-line encoder,
decoder/player and a tool for changing .ogg file comments. Ogg
Vorbis is a audio encoding format; its technology is patent-free and
players and encoders are available on a variety of operating
systems.
* oggenc encodes audio into the Ogg Vorbis format
* ogg123 plays Ogg Vorbis files or URLs streamed via HTTP
* vorbiscomment can list or set comments in an .ogg file
Required to run:[
www/curl] [
audio/libao-oss] [
audio/speex] [
audio/libvorbis] [
audio/libao] [
audio/flac] [
multimedia/libogg]
Master sites:
SHA1: fc6a820bdb5ad6fcac074721fab5c3f96eaf6562
RMD160: ff21e5c9456ac0a82b8eda4e53931db8522a2ccd
Filesize: 1314.973 KB
Version history: (Expand)
- (2016-01-21) Updated to version: vorbis-tools-1.4.0nb6
- (2016-01-02) Package added to pkgsrc.se, version vorbis-tools-1.4.0nb5 (created)
CVS history: (Expand)
2016-01-18 06:47:06 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
Pullup ticket #4879 - requested by bsiegert
audio/vorbis-tools: security fix
Revisions pulled up:
- audio/vorbis-tools/Makefile 1.62
- audio/vorbis-tools/distinfo 1.26
- audio/vorbis-tools/patches/patch-oggenc_audio.c 1.1
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: bsiegert
Date: Tue Dec 29 15:12:20 UTC 2015
Modified Files:
pkgsrc/audio/vorbis-tools: Makefile distinfo
Added Files:
pkgsrc/audio/vorbis-tools/patches: patch-oggenc_audio.c
Log message:
Fix CVE-2015-6749 in vorbis-tools: Buffer overflow in the aiff_open function in
oggenc/audio.c in vorbis-tools 1.4.0 and earlier allows remote attackers to
cause a denial of service (crash) via a crafted AIFF file.
Bump pkgrevision.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/audio/vorbis-tools/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/vorbis-tools/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/vorbis-tools/patches/patch-oggenc_audio.c
|