diff options
author | chris <chris@pkgsrc.org> | 2005-02-14 22:47:48 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2005-02-14 22:47:48 +0000 |
commit | 3d0a63998255ef48957e3a05a6394f73a014acbe (patch) | |
tree | 2d2977114db358a086ac2a408d63067b90266307 /audio | |
parent | ea872c1d24907d45ff0a53e818a194642806e221 (diff) | |
download | pkgsrc-3d0a63998255ef48957e3a05a6394f73a014acbe.tar.gz |
Fix PR pkg/29370, update taglib to 1.3.1
Changes between 1.3 and 1.3.1 are:
Fixed Ogg Vorbis length detection on AMD-64
Fixed crash on some invalid MP3s (regression from 1.2 to 1.3) where
corruped tags caused crashes or out of memory errors
Clear the ID3v1 track number when attempting to set it to a value greater
than 255 (8-bit value)
Fixed crash in invalid APE tags where the number of tag items didn't match
up with the number actually present
Added other additional sanity checks to the APE parsing code that should
make it more robust
Fixed Makefile problem that caused the apeitem.h header to not be
installed and made it impossible to use the APE API directly
Diffstat (limited to 'audio')
-rw-r--r-- | audio/taglib/Makefile | 4 | ||||
-rw-r--r-- | audio/taglib/PLIST | 3 | ||||
-rw-r--r-- | audio/taglib/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile index c165368c1d9..68b9feac957 100644 --- a/audio/taglib/Makefile +++ b/audio/taglib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/10/06 00:09:02 chris Exp $ +# $NetBSD: Makefile,v 1.8 2005/02/14 22:47:48 chris Exp $ # -DISTNAME= taglib-1.3 +DISTNAME= taglib-1.3.1 CATEGORIES= audio MASTER_SITES= http://ktown.kde.org/~wheeler/files/src/ diff --git a/audio/taglib/PLIST b/audio/taglib/PLIST index b99aae4dfdc..2e069bb53fb 100644 --- a/audio/taglib/PLIST +++ b/audio/taglib/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2004/10/06 00:09:02 chris Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/02/14 22:47:48 chris Exp $ bin/taglib-config include/taglib/apefooter.h +include/taglib/apeitem.h include/taglib/apetag.h include/taglib/attachedpictureframe.h include/taglib/audioproperties.h diff --git a/audio/taglib/distinfo b/audio/taglib/distinfo index 1a0f08732fd..d0c5c4e1ab0 100644 --- a/audio/taglib/distinfo +++ b/audio/taglib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/10/06 00:09:02 chris Exp $ +$NetBSD: distinfo,v 1.4 2005/02/14 22:47:48 chris Exp $ -SHA1 (taglib-1.3.tar.gz) = b10bbc9546aabe1d06c4f240d081b6550bbe2eaa -Size (taglib-1.3.tar.gz) = 733667 bytes +SHA1 (taglib-1.3.1.tar.gz) = 72241d0e4d2c9c491832fd87a20da2ed195dc215 +Size (taglib-1.3.1.tar.gz) = 734938 bytes SHA1 (patch-aa) = 541795a7c2a551bde2ee2492b56e4b4a9335967c |