diff options
author | wiz <wiz@pkgsrc.org> | 2013-05-31 08:30:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-05-31 08:30:24 +0000 |
commit | 301c0b43be3743254f9c5d0801d570a92eebece1 (patch) | |
tree | 5eb5b5cf58c64c9d7e98a7863bd9e5ecc8c2dcec /x11 | |
parent | 6fd6c4eb08b0c09976cb4747299ed4fb963967c0 (diff) | |
download | pkgsrc-301c0b43be3743254f9c5d0801d570a92eebece1.tar.gz |
Update to 1.2.2:
This release provides the fix for the recently announced security issue
CVE-2013-2063, along with a number of fixes to the build configuration.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (5):
Move -I flags from AM_CFLAGS to AM_CPPFLAGS
Add xextproto & xi to Requires.private
Use _XEatDataWords to eat data in error cases
integer overflow in XRecordGetContext() [CVE-2013-2063]
libXtst 1.2.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Julien Cristau (1):
COPYING: add copyright notices and licenses from the manpages and specs
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXtst/Makefile | 5 | ||||
-rw-r--r-- | x11/libXtst/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index 9900df1c05c..5871fa7601b 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/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:30:24 wiz Exp $ -DISTNAME= libXtst-1.2.1 +DISTNAME= libXtst-1.2.2 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXtst/distinfo b/x11/libXtst/distinfo index 9b2d3eef036..5f51272dbd9 100644 --- a/x11/libXtst/distinfo +++ b/x11/libXtst/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/06/03 17:46:22 wiz Exp $ +$NetBSD: distinfo,v 1.6 2013/05/31 08:30:24 wiz Exp $ -SHA1 (libXtst-1.2.1.tar.bz2) = 44e19899f9938d3db5546e51c338d6f86d88cfe2 -RMD160 (libXtst-1.2.1.tar.bz2) = 2e41994b87fe6c77345990255545b1d140b46206 -Size (libXtst-1.2.1.tar.bz2) = 313147 bytes +SHA1 (libXtst-1.2.2.tar.bz2) = 7fd92a3c865c3c5e1cc724646babc3e1cdc799bc +RMD160 (libXtst-1.2.2.tar.bz2) = 3256323862479b0d58cc108076eef15b038d57ff +Size (libXtst-1.2.2.tar.bz2) = 321784 bytes |