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-fonts | |
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-fonts')
-rw-r--r-- | x11-fonts/libFS/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/libFS/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/libFS/Makefile b/x11-fonts/libFS/Makefile index 69f34b00aebc..dd8b61c0e79c 100644 --- a/x11-fonts/libFS/Makefile +++ b/x11-fonts/libFS/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libFS -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org diff --git a/x11-fonts/libFS/distinfo b/x11-fonts/libFS/distinfo index db35f4f22834..03acb5f3abbe 100644 --- a/x11-fonts/libFS/distinfo +++ b/x11-fonts/libFS/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libFS-1.0.4.tar.bz2) = 7073761e7594d43180a922605fb64cce60e5ccb8c06f8efa24f2d4621f5e8315 -SIZE (xorg/lib/libFS-1.0.4.tar.bz2) = 291155 +SHA256 (xorg/lib/libFS-1.0.5.tar.bz2) = 22eb3005dd8053aef7ff82758da5dd59ca9738410bcf847e675780e3a1f96107 +SIZE (xorg/lib/libFS-1.0.5.tar.bz2) = 303806 |