diff options
author | tron <tron@pkgsrc.org> | 2006-06-30 13:51:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-06-30 13:51:40 +0000 |
commit | e3ffa060bde03e900f5c7f4dbd3204688826cc7b (patch) | |
tree | 177ba6f5cdfb1058ca3d7b15f31b208217571f28 /multimedia/xine-lib/Makefile | |
parent | e7827331442ed309ced2762540d365ba00274ff3 (diff) | |
download | pkgsrc-e3ffa060bde03e900f5c7f4dbd3204688826cc7b.tar.gz |
Add missing bound check in HTTP Plugin "xineplug_inp_http.so".
This fixes the vulnerability reported in CVE-2006-2802.
Diffstat (limited to 'multimedia/xine-lib/Makefile')
-rw-r--r-- | multimedia/xine-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile index 3b0f860159d..d5424027ae5 100644 --- a/multimedia/xine-lib/Makefile +++ b/multimedia/xine-lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2006/06/12 16:28:13 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2006/06/30 13:51:40 tron Exp $ .include "Makefile.common" -PKGREVISION= 9 +PKGREVISION= 10 COMMENT= Multimedia player library |