mp3splt 2.6.2+20170630-2 source package in Ubuntu

Changelog

mp3splt (2.6.2+20170630-2) unstable; urgency=medium

  * Properly zero the ogg and vorbis state structures after they are malloc'd.
    This fixes the second issue that was indicated in CVE-2017-11333, which
    isn't actually the fault of libvorbis.  It's caused by the libmp3splt ogg
    plugin unwinding when the error in the test file is detected, and calling
    vorbis_block_clear() on an uninitialised vorbis_block struct before the
    call to vorbis_block_init() occurs.  Similar things would go badly for the
    other uninitialised structs if this one didn't explode first.

 -- Ron Lee <email address hidden>  Wed, 27 Sep 2017 03:21:24 +0930

Upload details

Uploaded by:
Ron Lee
Uploaded to:
Sid
Original maintainer:
Ron Lee
Architectures:
any
Section:
sound
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mp3splt_2.6.2+20170630-2.dsc 2.2 KiB b4331c57a85979accd235b4efefca9e47e2eb06d531a54a1710482d5903a67f9
mp3splt_2.6.2+20170630.orig.tar.gz 1.9 MiB 20d940415759735549dbc5b9a974aaaba8fddb41572a0b7e3535de6e4b375e44
mp3splt_2.6.2+20170630-2.diff.gz 6.0 KiB 7d60901dd0495c710d3f51b933bc1cedafb4eca612578cdc0f6f9ede0ceff207

Available diffs

No changes file available.

Binary packages built by this source

libmp3splt: support library for mp3splt and mp3splt-gtk

 The mp3splt utility splits audio files at a given begin and end time position
 without decoding. This package provides the library functions used by the
 command line and graphical interfaces.

mp3splt: split MP3, Ogg Vorbis, or FLAC files without re-encoding

 This package provides the command line interface for splitting audio files at
 a given begin and end time position without decoding. If splitting an album,
 you can select split points and filenames manually or read them from CDDB or
 cue files. Splitting on silence and data from Mp3Wrap or AlbumWrap is also
 supported. For mp3 files, both ID3v1 & ID3v2 tags are supported. A GTK
 interface is provided in the mp3splt-gtk package.

mp3splt-dbg: debugging symbols for mp3splt, mp3splt-gtk and libmp3splt

 This package provides the detached debug symbols for mp3splt.

mp3splt-gtk: split MP3, Ogg Vorbis, or FLAC files without re-encoding

 This package provides the graphical interface for splitting audio files at a
 given begin and end time position without decoding. If splitting an album,
 you can select split points and filenames manually or read them from CDDB or
 cue files. Splitting on silence and data from Mp3Wrap or AlbumWrap is also
 supported. For mp3 files, both ID3v1 & ID3v2 tags are supported. A command
 line interface is provided in the mp3splt package.