[notify] xorg-server: update to 1.20.11

includes a security fix, see
https://lists.x.org/archives/xorg-announce/2021-April/003080.html
This commit is contained in:
Juergen Daubert 2021-04-13 19:30:56 +02:00
parent b026cb9e66
commit 4fd660335f
2 changed files with 18 additions and 17 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndGMXoWb+WtrcCadowj6ixbUkX1TOFZ+ysPp8DAjN6UvkF+9DZlb3fulCIF8Oe3YAI+gG02W3ayt3glv/hreengk= RWTSGWF5Q7TndDklF7qbsdAL0qrDQM4lyykpxiCq4csGV8aNFGj6RP94+fgmVMm0G0uzjs3rintWkuhC0K4CIKeu3cLDLw1CNQ8=
SHA256 (Pkgfile) = ed42a86d4d3166f51df11f3e82373fd8e52a10056620a818986e19a45d870083 SHA256 (Pkgfile) = 40afecb1afb584fb87baa068b2df75506659237190170e23080906ee0a4aadc8
SHA256 (.footprint) = d159a275a4868001332954580ab4f70976c97a80334b157023935b36722e50cd SHA256 (.footprint) = d159a275a4868001332954580ab4f70976c97a80334b157023935b36722e50cd
SHA256 (xorg-server-1.20.10.tar.bz2) = 977420c082450dc808de301ef56af4856d653eea71519a973c3490a780cb7c99 SHA256 (xorg-server-1.20.11.tar.bz2) = 914c796e3ffabe1af48071d40ccc85e92117c97a9082ed1df29e4d64e3c34c49

View File

@ -4,14 +4,15 @@
# Depends on: libepoxy xorg-bdftopcf xorg-font-util xorg-libdmx xorg-libxaw xorg-libxcomposite xorg-libxcursor xorg-libxfont2 xorg-libxft xorg-libxinerama xorg-libxkbfile xorg-libxres xorg-libxtst xorg-libxxf86dga xorg-mkfontscale xorg-xcb-util-keysyms # Depends on: libepoxy xorg-bdftopcf xorg-font-util xorg-libdmx xorg-libxaw xorg-libxcomposite xorg-libxcursor xorg-libxfont2 xorg-libxft xorg-libxinerama xorg-libxkbfile xorg-libxres xorg-libxtst xorg-libxxf86dga xorg-mkfontscale xorg-xcb-util-keysyms
name=xorg-server name=xorg-server
version=1.20.10 version=1.20.11
release=1 release=1
source=(https://www.x.org/releases/individual/xserver/$name-$version.tar.bz2) source=(https://www.x.org/releases/individual/xserver/$name-$version.tar.bz2)
build() { build() {
cd $name-$version cd $name-$version
./configure --prefix=/usr \ ./configure \
--prefix=/usr \
--localstatedir=/var \ --localstatedir=/var \
--with-fontrootdir=/usr/share/fonts/X11 \ --with-fontrootdir=/usr/share/fonts/X11 \
--with-xkb-output=/var/lib/xkb \ --with-xkb-output=/var/lib/xkb \