From d6f53eef19e815315acc369c7407466545912c10 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Mon, 1 Nov 2021 12:36:53 +0100 Subject: [PATCH] [notify] xorg-server: corrected permissions on Xorg.wrap, raised release number so everybody rebuilds this --- xorg-server/.footprint | 2 +- xorg-server/.signature | 6 +++--- xorg-server/Pkgfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xorg-server/.footprint b/xorg-server/.footprint index 355b0137..813cff82 100644 --- a/xorg-server/.footprint +++ b/xorg-server/.footprint @@ -173,7 +173,7 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xorg-server.pc drwxr-xr-x root/root usr/lib/xorg-server/ -rwxr-xr-x root/root usr/lib/xorg-server/Xorg --rwsr-xr-x root/root usr/lib/xorg-server/Xorg.wrap +-r-xr-xr-x root/root usr/lib/xorg-server/Xorg.wrap drwxr-xr-x root/root usr/lib/xorg/ drwxr-xr-x root/root usr/lib/xorg/modules/ drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ diff --git a/xorg-server/.signature b/xorg-server/.signature index 23c331b1..be1dd6d3 100644 --- a/xorg-server/.signature +++ b/xorg-server/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndOtVXmkOCPRWa9RdCUwdJATbqjsYl10XcOySFfvImGuuG14jjGyBFWQSE/1xdB3IwQuXiXW27JzmS+y0YK2LAgs= -SHA256 (Pkgfile) = dc30b31d88a6ba969678be7d64b55d855b3f1dea39677c8479e52297301e8bef -SHA256 (.footprint) = c0aa71936714937e122d5497b8cd4ab664f24a5d0ac1e4b1b64e622175f7cbe5 +RWTSGWF5Q7TndJnbyxSKDHVcwLB9fiWh+0CEQT2Epp81Rdo5//suV7PgOioA0r8v7PT0IOKi5CHiKOkRmT17Wn/Ig63fu7Zzswc= +SHA256 (Pkgfile) = 6af75f060dd8d77b97342d1e3d3cfac20ea02389c3f4e503b5996fb9caca2105 +SHA256 (.footprint) = 6838beebf40c1bc6c7ea5e8863aed234277a59f1a4a1c733c715a89250c16755 SHA256 (xserver-xorg-server-21.1.0.tar.bz2) = f8fe88731d8bde9b9d889ea9c4c397ffc7e963111b1feba6c4d935dd8a38ec92 diff --git a/xorg-server/Pkgfile b/xorg-server/Pkgfile index ef7596d4..5e336d90 100644 --- a/xorg-server/Pkgfile +++ b/xorg-server/Pkgfile @@ -5,7 +5,7 @@ name=xorg-server version=21.1.0 -release=1 +release=2 source=(https://gitlab.freedesktop.org/xorg/xserver/-/archive/xorg-server-21.1.0/xserver-xorg-server-21.1.0.tar.bz2) build() { @@ -25,7 +25,7 @@ build() { DESTDIR=$PKG meson install -C build #ln -s Xorg $PKG/usr/bin/X - /bin/chmod 4755 $PKG/usr/lib/xorg-server/Xorg.wrap + /bin/chmod 4555 $PKG/usr/lib/xorg-server/Xorg.wrap install -m 755 -d $PKG/etc/X11/xorg.conf.d echo "needs_root_rights = yes" >> $PKG/etc/X11/Xwrapper.config