diff options
author | drochner <drochner@pkgsrc.org> | 2006-04-13 14:05:34 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-04-13 14:05:34 +0000 |
commit | 2ef28a21a165622710cc3729c0a130b5b88e8e8b (patch) | |
tree | 9ab8df4b5cb6c2f2e466962ee350c9540e5e8134 /multimedia/mplayer/Makefile | |
parent | 568aaac596ddedb6aea078aea8ef26f37c1790de (diff) | |
download | pkgsrc-2ef28a21a165622710cc3729c0a130b5b88e8e8b.tar.gz |
-use the "try2" distfile, it already contains the fix for the PCM decoder
which we had a patch for
-add another patch from the Mplayer site which fixes CVE-2006-0579
(ASF demuxer overflows)
bump PKGREVISIONS of mplayer, mencoder and gmplayer
Diffstat (limited to 'multimedia/mplayer/Makefile')
-rw-r--r-- | multimedia/mplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 9e0fc1c52a6..6a220584e58 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2006/02/05 23:10:17 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2006/04/13 14:05:34 drochner Exp $ PKGNAME= mplayer-${MPLAYER_PKG_VERSION} -PKGREVISION= 9 +PKGREVISION= 10 COMMENT= Software-only MPEG-1/2/4 video decoder |