diff options
author | wiz <wiz@pkgsrc.org> | 2013-05-31 08:25:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-05-31 08:25:43 +0000 |
commit | 5965a284cd39f44408b6b1d3877c0f4bb150d860 (patch) | |
tree | 66a1edeaab9d41fc440dadaf2c2001c757ad1ead /x11/libXres | |
parent | 74f89c4eafa8e167c1f844bd332401d12cab0790 (diff) | |
download | pkgsrc-5965a284cd39f44408b6b1d3877c0f4bb150d860.tar.gz |
Update to 1.0.7:
This release primarily provides the fix for the recently announced
security vulnerability CVE-2013-1988, along with improved compatibility
with future automake releases.
Alan Coopersmith (5):
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
Use _XEatDataWords to avoid overflow of rep.length shifting
integer overflow in XResQueryClients() [CVE-2013-1988 1/2]
integer overflow in XResQueryClientResources() [CVE-2013-1988 2/2]
libXres 1.0.7
Diffstat (limited to 'x11/libXres')
-rw-r--r-- | x11/libXres/Makefile | 5 | ||||
-rw-r--r-- | x11/libXres/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index 34ee666794d..100f89828d5 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2012/10/29 05:06:36 asau Exp $ -# +# $NetBSD: Makefile,v 1.10 2013/05/31 08:25:43 wiz Exp $ -DISTNAME= libXres-1.0.6 +DISTNAME= libXres-1.0.7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXres/distinfo b/x11/libXres/distinfo index dd212505af9..7024dba3bd1 100644 --- a/x11/libXres/distinfo +++ b/x11/libXres/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/03 17:45:32 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/05/31 08:25:43 wiz Exp $ -SHA1 (libXres-1.0.6.tar.bz2) = 31a9b7d4f7a978de36c6f1c867dced29bfe7ef0f -RMD160 (libXres-1.0.6.tar.bz2) = d1109484bbf63d5fd6121cc0ff394e9be7295be5 -Size (libXres-1.0.6.tar.bz2) = 282035 bytes +SHA1 (libXres-1.0.7.tar.bz2) = 45e09c6b771af5d8c448ce31de65d15bf83b7579 +RMD160 (libXres-1.0.7.tar.bz2) = 1621ecdae1a144dfb188c8811bec73d71f4f0d13 +Size (libXres-1.0.7.tar.bz2) = 282925 bytes |