diff options
author | wiz <wiz> | 2013-05-29 22:35:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-05-29 22:35:07 +0000 |
commit | 7fbd6771ea6fb1ee1ec127a734c444bf915d2abc (patch) | |
tree | 185b272335c3413494a7b2f338d9834315001751 /x11 | |
parent | 5e0d1ee08c4ce5547dd017f75d8d83fae0db0289 (diff) | |
download | pkgsrc-7fbd6771ea6fb1ee1ec127a734c444bf915d2abc.tar.gz |
Update to 5.0.1:
This bug fix release includes the fix for the recently announced
CVE-2013-1983, along with some other cleanups & warning fixes.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (7):
Strip trailing whitespace
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
Remove duplicate declaration of XFixesExtensionName in Xfixesint.h
XFixesFetchRegionAndBounds: use nread in call to XReadPad
Use _XEatDataWords to avoid overflow of _XEatData calculations
integer overflow in XFixesGetCursorImage() [CVE-2013-1983]
libXfixes 5.0.1
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Peter Hutterer (1):
man: remove "current", we're way past 1.0.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXfixes/Makefile | 5 | ||||
-rw-r--r-- | x11/libXfixes/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile index 2f946be0a07..b1e88e6d323 100644 --- a/x11/libXfixes/Makefile +++ b/x11/libXfixes/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2012/10/29 05:06:34 asau Exp $ -# +# $NetBSD: Makefile,v 1.8 2013/05/29 22:35:07 wiz Exp $ -DISTNAME= libXfixes-5.0 +DISTNAME= libXfixes-5.0.1 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXfixes/distinfo b/x11/libXfixes/distinfo index ccacbe1e5ae..8a14a624580 100644 --- a/x11/libXfixes/distinfo +++ b/x11/libXfixes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/06/03 17:37:56 wiz Exp $ +$NetBSD: distinfo,v 1.7 2013/05/29 22:35:07 wiz Exp $ -SHA1 (libXfixes-5.0.tar.bz2) = 3e4d374e9026111a04cd669d4b3434273fc34fe0 -RMD160 (libXfixes-5.0.tar.bz2) = 31764e2dcc66ef73ad3cf42ad491f2039e0e5602 -Size (libXfixes-5.0.tar.bz2) = 253777 bytes +SHA1 (libXfixes-5.0.1.tar.bz2) = e14fa072bd70b30eef47391cac637bdb4de9e8a3 +RMD160 (libXfixes-5.0.1.tar.bz2) = 8a65dda43d4e67ae2b56ed9c05beaa76f85c1bde +Size (libXfixes-5.0.1.tar.bz2) = 291978 bytes |