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
This commit is contained in:
parent
324c547543
commit
ca3d8bd5d3
2 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue