diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-01 07:16:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-01 07:16:53 +0000 |
commit | ab851c8b244638d5ae864c14201b14cf0bd1a368 (patch) | |
tree | 7368e99c03a6083e1708ad1983c56524d95ec812 /x11 | |
parent | 1ee3b84461604a00b98cb0ccef44e4bd3c69e552 (diff) | |
download | pkgsrc-ab851c8b244638d5ae864c14201b14cf0bd1a368.tar.gz |
Update to 1.0.8:
This release delivers the fixes for the recently announced security issues
CVE-2013-1989 & CVE-2013-2066, plus a couple build configuration changes
and man page fixes.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (6):
Use _XEatDataWords to avoid overflow of rep.length shifting
integer overflow in XvQueryPortAttributes() [CVE-2013-1989 1/3]
buffer overflow in XvQueryPortAttributes() [CVE-2013-2066]
integer overflow in XvListImageFormats() [CVE-2013-1989 2/3]
integer overflow in XvCreateImage() [CVE-2013-1989 3/3]
libXv 1.0.8
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Thomas Klausner (1):
Uppercase SH arguments.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXv/Makefile | 5 | ||||
-rw-r--r-- | x11/libXv/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index 5587dd12214..b7ad7498a39 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2012/10/29 05:06:36 asau Exp $ -# +# $NetBSD: Makefile,v 1.11 2013/06/01 07:16:53 wiz Exp $ -DISTNAME= libXv-1.0.7 +DISTNAME= libXv-1.0.8 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXv/distinfo b/x11/libXv/distinfo index 163411eb6d2..8e1e8901123 100644 --- a/x11/libXv/distinfo +++ b/x11/libXv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/06/03 17:46:52 wiz Exp $ +$NetBSD: distinfo,v 1.6 2013/06/01 07:16:53 wiz Exp $ -SHA1 (libXv-1.0.7.tar.bz2) = 49c87e0ccb999966b7b1b4e72cb927f05e0835bd -RMD160 (libXv-1.0.7.tar.bz2) = 72b26d44dc17708e8585e92dcf8c33992ae272c5 -Size (libXv-1.0.7.tar.bz2) = 285379 bytes +SHA1 (libXv-1.0.8.tar.bz2) = ee221d269c757d2a658ef758fd49c15c71cfd1ee +RMD160 (libXv-1.0.8.tar.bz2) = 3f52bb8bc6a27550b16a5308058170a0f1d1c836 +Size (libXv-1.0.8.tar.bz2) = 308065 bytes |