pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/taglib Fix PR pkg/29370, update taglib to 1.3.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/cbf1a7cfdaad
branches: trunk
changeset: 489030:cbf1a7cfdaad
user: chris <chris%pkgsrc.org@localhost>
date: Mon Feb 14 22:47:48 2005 +0000
description:
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:
audio/taglib/Makefile | 4 ++--
audio/taglib/PLIST | 3 ++-
audio/taglib/distinfo | 6 +++---
3 files changed, 7 insertions(+), 6 deletions(-)
diffs (37 lines):
diff -r 114e6fa08813 -r cbf1a7cfdaad audio/taglib/Makefile
--- a/audio/taglib/Makefile Mon Feb 14 22:47:36 2005 +0000
+++ b/audio/taglib/Makefile Mon Feb 14 22:47:48 2005 +0000
@@ -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 -r 114e6fa08813 -r cbf1a7cfdaad audio/taglib/PLIST
--- a/audio/taglib/PLIST Mon Feb 14 22:47:36 2005 +0000
+++ b/audio/taglib/PLIST Mon Feb 14 22:47:48 2005 +0000
@@ -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 -r 114e6fa08813 -r cbf1a7cfdaad audio/taglib/distinfo
--- a/audio/taglib/distinfo Mon Feb 14 22:47:36 2005 +0000
+++ b/audio/taglib/distinfo Mon Feb 14 22:47:48 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index