diff options
author | zeising <zeising@FreeBSD.org> | 2013-06-05 03:31:29 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-06-05 03:31:29 +0800 |
commit | 442ad832d5fd90880adaa0438bc6fc47b10d207b (patch) | |
tree | b5553ea72e286d166ab601ab26b551eaadb9b1e9 /x11-toolkits | |
parent | d165698a45f50cf55e3d4a80d867422aff7e8f36 (diff) | |
download | freebsd-ports-gnome-442ad832d5fd90880adaa0438bc6fc47b10d207b.tar.gz freebsd-ports-gnome-442ad832d5fd90880adaa0438bc6fc47b10d207b.tar.zst freebsd-ports-gnome-442ad832d5fd90880adaa0438bc6fc47b10d207b.zip |
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
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libXt/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libXt/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index 36742bbf4c96..5a5ddbd89fd3 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXt -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 PORTEPOCH= 1 CATEGORIES= x11-toolkits diff --git a/x11-toolkits/libXt/distinfo b/x11-toolkits/libXt/distinfo index a3c4f12153e0..d8854651f1a8 100644 --- a/x11-toolkits/libXt/distinfo +++ b/x11-toolkits/libXt/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXt-1.1.3.tar.bz2) = 8db593c3fc5ffc4e9cd854ba50af1eac9b90d66521ba17802b8f1e0d2d7f05bd -SIZE (xorg/lib/libXt-1.1.3.tar.bz2) = 734679 +SHA256 (xorg/lib/libXt-1.1.4.tar.bz2) = 843a97a988f5654872682a4120486d987d853a71651515472f55519ffae2dd57 +SIZE (xorg/lib/libXt-1.1.4.tar.bz2) = 762331 |