diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-01 06:50:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-01 06:50:27 +0000 |
commit | 2e5d007f902805d33e498afa34f9b74ceb727147 (patch) | |
tree | a0c4ffb24bda0ce45b2111a8a90812930230a659 /x11 | |
parent | 544594c0c160d11b23778b49d6b0378789d5dbe6 (diff) | |
download | pkgsrc-2e5d007f902805d33e498afa34f9b74ceb727147.tar.gz |
Update to 1.3.2:
This release provides fixes for the recently announced security issue
CVE-2013-1982, as well as build configuration improvements, man page
macro cleanups to work better with doclifter, and several other small
fixes.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (8):
Use _XEatDataWords to avoid overflow of rep.length bit shifting
integer overflow in XcupGetReservedColormapEntries() [CVE-2013-1982 1/6]
integer overflow in XcupStoreColors() [CVE-2013-1982 2/6]
several integer overflows in XdbeGetVisualInfo() [CVE-2013-1982 3/6]
integer overflow in XeviGetVisualInfo() [CVE-2013-1982 4/6]
integer overflow in XShapeGetRectangles() [CVE-2013-1982 5/6]
integer overflow in XSyncListSystemCounters() [CVE-2013-1982 6/6]
libXext 1.3.2
Chase Douglas (1):
Destroy generic event extension after last display is removed
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Eric S. Raymond (2):
Replace various unsafe presentation-level requests with .RS/.RE and .EX/EE.
Replace presentationm-level requests with .RS/RE.
Peter Hutterer (1):
sync: fix copy/paste error in comment
Thomas Klausner (1):
Avoid having macros expand code to be: ((f) ? (f)->m1 : NULL)->m2
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXext/Makefile | 5 | ||||
-rw-r--r-- | x11/libXext/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index b8d8ce87bbd..91acbf8154e 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2012/10/29 05:06:34 asau Exp $ -# +# $NetBSD: Makefile,v 1.17 2013/06/01 06:50:27 wiz Exp $ -DISTNAME= libXext-1.3.1 +DISTNAME= libXext-1.3.2 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXext/distinfo b/x11/libXext/distinfo index 50fb6e09f2a..e3c97867af5 100644 --- a/x11/libXext/distinfo +++ b/x11/libXext/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2012/06/03 17:30:57 wiz Exp $ +$NetBSD: distinfo,v 1.10 2013/06/01 06:50:27 wiz Exp $ -SHA1 (libXext-1.3.1.tar.bz2) = 764ac472ae19a0faade193717a9e0938d3430aaa -RMD160 (libXext-1.3.1.tar.bz2) = add5e4362d64e57f885d35abaae9b5f3dc0d14d2 -Size (libXext-1.3.1.tar.bz2) = 372728 bytes +SHA1 (libXext-1.3.2.tar.bz2) = 49b6f026b0555d020014dbc24b49afc2986a30e0 +RMD160 (libXext-1.3.2.tar.bz2) = 590c22c5fd97719f2604dd231f007d86d203c8ac +Size (libXext-1.3.2.tar.bz2) = 378901 bytes SHA1 (patch-aa) = 5ce454740b3293cc7898e67b630a2530709a02b8 |