summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-05-31 08:29:38 +0000
committerwiz <wiz@pkgsrc.org>2013-05-31 08:29:38 +0000
commite31ce2c93ec7ab7dad0582446bec3828a1869f08 (patch)
tree5667696f45b9c37aaf5365d9819d120a556a90e0 /x11
parent0b1e02fe927bb6ac1697ad03e9499af1b248898c (diff)
downloadpkgsrc-e31ce2c93ec7ab7dad0582446bec3828a1869f08.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/Makefile5
-rw-r--r--x11/libXxf86vm/distinfo8
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