diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-06-04 19:31:29 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-06-04 19:31:29 +0000 |
commit | d516c8b6633c5fada67c3b1137057008c7553549 (patch) | |
tree | b5553ea72e286d166ab601ab26b551eaadb9b1e9 /x11/libXtst | |
parent | d5ff26dc8497868e13985e07980876af5dff9050 (diff) |
Fix security issues in xorg client libraries.
Most libraries were updated to newer versions, in some cases patches
were backported instead.
Most notably, x11/libX11 was updated to 1.6.0
Security: CVE-2013-1981
CVE-2013-1982
CVE-2013-1983
CVE-2013-1984
CVE-2013-1985
CVE-2013-1986
CVE-2013-1987
CVE-2013-1988
CVE-2013-1989
CVE-2013-1990
CVE-2013-1991
CVE-2013-1992
CVE-2013-1993
CVE-2013-1994
CVE-2013-1995
CVE-2013-1996
CVE-2013-1997
CVE-2013-1998
CVE-2013-1999
CVE-2013-2000
CVE-2013-2001
CVE-2013-2002
CVE-2013-2003
CVE-2013-2004
CVE-2013-2005
CVE-2013-2062
CVE-2013-2063
CVE-2013-2064
CVE-2013-2066
Notes
Notes:
svn path=/head/; revision=319899
Diffstat (limited to 'x11/libXtst')
-rw-r--r-- | x11/libXtst/Makefile | 2 | ||||
-rw-r--r-- | x11/libXtst/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index 547b575c80b8..a3822378b53f 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXtst -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/libXtst/distinfo b/x11/libXtst/distinfo index 89e0259ea1d5..5e039ffb5462 100644 --- a/x11/libXtst/distinfo +++ b/x11/libXtst/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXtst-1.2.1.tar.bz2) = 7eea3e66e392aca3f9dad6238198753c28e1c32fa4903cbb7739607a2504e5e0 -SIZE (xorg/lib/libXtst-1.2.1.tar.bz2) = 313147 +SHA256 (xorg/lib/libXtst-1.2.2.tar.bz2) = ef0a7ffd577e5f1a25b1663b375679529663a1880151beaa73e9186c8309f6d9 +SIZE (xorg/lib/libXtst-1.2.2.tar.bz2) = 321784 |