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/libXv | |
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/libXv')
-rw-r--r-- | x11/libXv/Makefile | 2 | ||||
-rw-r--r-- | x11/libXv/distinfo | 4 | ||||
-rw-r--r-- | x11/libXv/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index d3ee77e03550..32baa16ff747 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXv -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libXv/distinfo b/x11/libXv/distinfo index 05bce5162938..85bd0b57578c 100644 --- a/x11/libXv/distinfo +++ b/x11/libXv/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXv-1.0.7.tar.bz2) = 5d664aeb641f8c867331a0c6b4574a5e7e420f00bf5fcefd874e8d003ea59010 -SIZE (xorg/lib/libXv-1.0.7.tar.bz2) = 285379 +SHA256 (xorg/lib/libXv-1.0.8.tar.bz2) = 4f00eb5347390909cea4e53a69425839d2a6a44e0e0613321d59e7e4aeaf73d7 +SIZE (xorg/lib/libXv-1.0.8.tar.bz2) = 308065 diff --git a/x11/libXv/pkg-plist b/x11/libXv/pkg-plist index 9765424b3a75..6fb5643302a0 100644 --- a/x11/libXv/pkg-plist +++ b/x11/libXv/pkg-plist @@ -4,3 +4,4 @@ lib/libXv.la lib/libXv.so lib/libXv.so.1 libdata/pkgconfig/xv.pc +@dirrmtry include/X11/extensions |