diff options
author | wiz <wiz> | 2013-05-31 08:29:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-05-31 08:29:38 +0000 |
commit | 1b38647f3855cd6c5e3263228a7bff4ae094f693 (patch) | |
tree | 5667696f45b9c37aaf5365d9819d120a556a90e0 /x11 | |
parent | 81fd3dc868e409ab36d1ffb83e6a5cdce3af44b4 (diff) | |
download | pkgsrc-1b38647f3855cd6c5e3263228a7bff4ae094f693.tar.gz |
Update to 1.1.3:
This release provides the fixes for the recently announced security issue
CVE-2013-2001 along with a number of other fixes to the error handling
code found while investigating that issue.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (10):
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
When Xcalloc() returns NULL, you don't need to Xfree() it
Improve error handling in XF86VidModeGetMonitor()
Unlock display before returning alloc error in XF86VidModeGetModeLine()
Unlock display before returning alloc error in XF86VidModeGetAllModeLines()
Unlock display before returning alloc error in XF86VidModeGetDotClocks()
Use _XEatDataWords to avoid overflow of length calculations
memory corruption in XF86VidModeGetGammaRamp() [CVE-2013-2001]
avoid integer overflow in XF86VidModeGetModeLine()
libXxf86vm 1.1.3
Colin Walters (1):
autogen.sh: Honor NOCONFIGURE environment variable
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXxf86vm/Makefile | 5 | ||||
-rw-r--r-- | x11/libXxf86vm/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libXxf86vm/Makefile b/x11/libXxf86vm/Makefile index b47674342ba..1c395a89737 100644 --- a/x11/libXxf86vm/Makefile +++ b/x11/libXxf86vm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2012/10/29 05:06:36 asau Exp $ -# +# $NetBSD: Makefile,v 1.11 2013/05/31 08:29:38 wiz Exp $ -DISTNAME= libXxf86vm-1.1.2 +DISTNAME= libXxf86vm-1.1.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXxf86vm/distinfo b/x11/libXxf86vm/distinfo index 23ea0fefa7b..dacefd7cb10 100644 --- a/x11/libXxf86vm/distinfo +++ b/x11/libXxf86vm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/06/03 17:49:08 wiz Exp $ +$NetBSD: distinfo,v 1.6 2013/05/31 08:29:38 wiz Exp $ -SHA1 (libXxf86vm-1.1.2.tar.bz2) = 57bbf3bb69a49f6a6dec515813394a383f85502f -RMD160 (libXxf86vm-1.1.2.tar.bz2) = 41afefbdea90f0df507faa91c0edf91c0db6ddc7 -Size (libXxf86vm-1.1.2.tar.bz2) = 284717 bytes +SHA1 (libXxf86vm-1.1.3.tar.bz2) = 5a307415da68e0b71abcf0cb9b5005f16a41ede8 +RMD160 (libXxf86vm-1.1.3.tar.bz2) = e7ac047852b7ad0cd819e51b144f8df2390a327d +Size (libXxf86vm-1.1.3.tar.bz2) = 284279 bytes |