[notify] xorg-libx11-32: updated to 1.6.0. Fixes CVE-2013-1981, CVE-2013-1997 and CVE-2013-2004

This commit is contained in:
Danny Rawlins 2013-06-05 12:34:38 +10:00
parent d19ff98d07
commit d0220724ca
3 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,5 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
drwxr-xr-x root/root usr/lib32/X11/
-rw-r--r-- root/root usr/lib32/X11/Xcms.txt
-rw-r--r-- root/root usr/lib32/libX11-xcb.a
-rwxr-xr-x root/root usr/lib32/libX11-xcb.la
lrwxrwxrwx root/root usr/lib32/libX11-xcb.so -> libX11-xcb.so.1.0.0

View File

@ -1 +1 @@
78b4b3bab4acbdf0abcfca30a8c70cc6 libX11-1.5.0.tar.bz2
f7c7a614f5c609e759dadb99436eb9c1 libX11-1.6.0.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: xorg-libxcb-32 xorg-xf86bigfontproto-32 xorg-xextproto-32 xorg-xtrans-32 xorg-kbproto-32 xorg-inputproto-32 xorg-libx11
name=xorg-libx11-32
version=1.5.0
version=1.6.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar.bz2)
@ -16,5 +16,5 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{include,man,share}
rm -r $PKG/usr/{include,man,share}
}