diff options
author | wiz <wiz> | 2013-06-23 18:35:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-06-23 18:35:53 +0000 |
commit | 515117af1fa67c409c279fd1f1f08780f9dc1c08 (patch) | |
tree | 5305206765332b3a4476aa0d52a30304f07e237b /x11 | |
parent | 3f29c1da30ecb3b4ad5fecbf1b0b16decb74997d (diff) | |
download | pkgsrc-515117af1fa67c409c279fd1f1f08780f9dc1c08.tar.gz |
Update to 1.0.9:
This quick fix release corrects an issue with the security fix from 1.0.8,
in which, if the size checks did determine the response from the X server
was too large to fit in the buffer it had allocated, XvQueryPortAttributes
could return a pointer to the caller that pointed to uninitialized memory
where the caller expected a nil-terminated string.
Alan Coopersmith (2):
XvQueryPortAttributes: add a comment explaining memory strategy
libXv 1.0.9
Daphne Pfister (1):
Bug 65252: Ensure final name is nil-terminated & none point to uninitialized memory.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXv/Makefile | 4 | ||||
-rw-r--r-- | x11/libXv/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index b7ad7498a39..d2f9ed76a96 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2013/06/01 07:16:53 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/06/23 18:35:53 wiz Exp $ -DISTNAME= libXv-1.0.8 +DISTNAME= libXv-1.0.9 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXv/distinfo b/x11/libXv/distinfo index 8e1e8901123..6eca88adbb9 100644 --- a/x11/libXv/distinfo +++ b/x11/libXv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2013/06/01 07:16:53 wiz Exp $ +$NetBSD: distinfo,v 1.7 2013/06/23 18:35:53 wiz Exp $ -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 +SHA1 (libXv-1.0.9.tar.bz2) = cf6d40664b436673f92ed15bc4fadb6bc8d7ce26 +RMD160 (libXv-1.0.9.tar.bz2) = 224c4ca068b78533a28269aecbbed80ee52e8319 +Size (libXv-1.0.9.tar.bz2) = 309744 bytes |