[notify] xorg-server: updated to 1.19.2. Fix for CVE-2017-2624.

This commit is contained in:
Fredrik Rinnestam 2017-03-04 01:24:42 +01:00
parent bf239208de
commit f27fff5876
3 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
caa8ee7b2950abbf734347d137529fb6 xorg-server-1.19.1.tar.bz2
d9f9e9f216d29f8220e76f8294507d85 xorg-server-1.19.2.tar.bz2

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndJhZ5j5tA5Zh4Z6GlAN+pxlFXT7q8VvTDyz7UQHpTEd+nb+5l8/omRx4XQLomtuKy4whCwI0T7aqPnSrqvP/7As=
SHA256 (Pkgfile) = 9c6a34ebdd02d5178e3044f0804090b01dc28db6891a943078660c40e8cedcea
RWTSGWF5Q7TndMc1JIglcQVgc0wwi7ZBYK9ei3NOfJx2lR2wutqZDrBr2JlYe8zLAMkyElW9tiZZGj+hBVyPYlOivP3liEiUSwQ=
SHA256 (Pkgfile) = cadc984b7dfaded525ee075f1b4d9c8f51c44c694f23855b9e6f2cba23627884
SHA256 (.footprint) = c10d0278783abcaa0855df1f191724365c35f987b8f774e2eb5fc83399ad4bf8
SHA256 (xorg-server-1.19.1.tar.bz2) = 79ae2cf39d3f6c4a91201d8dad549d1d774b3420073c5a70d390040aa965a7fb
SHA256 (xorg-server-1.19.2.tar.bz2) = 4f8ab9f4a1a885fe7550080555381b34b82858582559e8e3c4da96e3a85884bb

View File

@ -4,13 +4,15 @@
# Depends on: libepoxy util-linux xorg-bdftopcf xorg-bigreqsproto xorg-libdmx xorg-libpixman xorg-libxaw xorg-libxcomposite xorg-libxcursor xorg-libxft xorg-libxinerama xorg-libxkbfile xorg-libxrandr xorg-libxres xorg-libxtst xorg-libxxf86dga xorg-mkfontdir xorg-mkfontscale xorg-scrnsaverproto xorg-xcb-util-keysyms xorg-xcmiscproto xorg-xf86driproto xorg-xf86vidmodeproto xorg-libxfont2
name=xorg-server
version=1.19.1
version=1.19.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/xserver/$name-$version.tar.bz2)
build() {
cd $name-$version
# the 1.19.2 release got a bit botched
./autogen.sh
./configure --prefix=/usr \
--localstatedir=/var \
--with-fontrootdir=/usr/share/fonts/X11 \