diff options
author | simonb <simonb@pkgsrc.org> | 2004-08-14 13:21:14 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2004-08-14 13:21:14 +0000 |
commit | 776b8ff471794264e5abb362fb51d779d924b6b0 (patch) | |
tree | 0e618b345a3045a516e342056c26c30c7aff2b54 /audio | |
parent | 126182caf41a8ade18e59dfc637d3f834ba9022f (diff) | |
download | pkgsrc-776b8ff471794264e5abb362fb51d779d924b6b0.tar.gz |
Update to version 0.11.4. Changes from 0.11.3 are:
1) Fixed a segfault when decoding mp3's with corrupt id3v2 tags
2) Fixed a memory leak when encountering id3v2 tags in mp3 decoder
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 4 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 4bb9f25b782..169723f28f0 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/07/22 16:25:28 simonb Exp $ +# $NetBSD: Makefile,v 1.6 2004/08/14 13:21:14 simonb Exp $ DISTNAME= mpd-${PKGVERSION} -PKGNAME= musicpd-0.11.3 +PKGNAME= musicpd-0.11.4 CATEGORIES= audio MASTER_SITES= http://mercury.chem.pitt.edu/~shank/ diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index e589c01e86b..98eeb9dd6fa 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/07/22 16:25:28 simonb Exp $ +$NetBSD: distinfo,v 1.7 2004/08/14 13:21:14 simonb Exp $ -SHA1 (mpd-0.11.3.tar.gz) = ead40be0a5e41e1d9ecdaa3b482da49fb337d841 -Size (mpd-0.11.3.tar.gz) = 1119773 bytes +SHA1 (mpd-0.11.4.tar.gz) = 03e90f7791e0addb59b38dc6b53782373c75ab35 +Size (mpd-0.11.4.tar.gz) = 1120087 bytes |