Subject: CVS commit: pkgsrc/audio/taglib
To: None <pkgsrc-changes@NetBSD.org>
From: Chris Gilbert <chris@netbsd.org>
List: pkgsrc-changes
Date: 02/14/2005 22:47:48
Module Name:	pkgsrc
Committed By:	chris
Date:		Mon Feb 14 22:47:48 UTC 2005

Modified Files:
	pkgsrc/audio/taglib: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/audio/taglib/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/audio/taglib/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/audio/taglib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.