./audio/vorbis-tools, Ogg Vorbis encoder and player

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q4, Version: 1.4.0nb5, Package name: vorbis-tools-1.4.0nb5, Maintainer: pkgsrc-users

vorbis-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:
[multimedia/libogg] [audio/speex] [audio/flac] [audio/libao] [audio/libvorbis] [audio/libao-oss] [www/curl]

Master sites:

SHA1: fc6a820bdb5ad6fcac074721fab5c3f96eaf6562
RMD160: ff21e5c9456ac0a82b8eda4e53931db8522a2ccd
Filesize: 1314.973 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-01 17:32:04 by Hiramatsu Yoshifumi | Files touched by this commit (3)
Log message:
Pullup ticket #4647 - requested by bsiegert
audio/vorbis-tools: security patch

Revisions pulled up:
- audio/vorbis-tools/Makefile                                   1.61
- audio/vorbis-tools/distinfo                                   1.24
- audio/vorbis-tools/patches/patch-ac                           1.10

---
   Module Name:    pkgsrc
   Committed By:   bsiegert
   Date:           Sat Mar 21 19:06:54 UTC 2015

   Modified Files:
           pkgsrc/audio/vorbis-tools: Makefile distinfo
           pkgsrc/audio/vorbis-tools/patches: patch-ac

   Log message:
   SECURITY: Fix CVE-2014-9640.
   https://trac.xiph.org/changeset/19117
   oggenc: fix crash on raw file close, reported by Hanno in issue #2009. pointer
   to a non-static struct was escaping its scope.