[arch-commits] Commit in xorg-server/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Wed Dec 10 14:44:10 UTC 2014


    Date: Wednesday, December 10, 2014 @ 15:44:10
  Author: lcarlier
Revision: 227404

upgpkg: xorg-server 1.16.2.901-1

upstream testing release 1.16.2.901, fixing lot of CVEs. Remove autoloading patch for nvidia drivers

Modified:
  xorg-server/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-10 14:12:50 UTC (rev 227403)
+++ PKGBUILD	2014-12-10 14:44:10 UTC (rev 227404)
@@ -4,7 +4,7 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.16.2
+pkgver=1.16.2.901
 pkgrel=1 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild
 arch=('i686' 'x86_64')
 license=('custom')
@@ -16,14 +16,12 @@
              'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 'dri2proto' 'libgcrypt' 'libepoxy'
              'xcb-util' 'xcb-util-image' 'xcb-util-wm' 'xcb-util-keysyms' 'dri3proto' 'libxshmfence') 
 source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
-        autoconfig-nvidia.patch
         autoconfig-sis.patch
         nvidia-drm-outputclass.conf
         xvfb-run
         xvfb-run.1)
-sha256sums=('446e0c3ebd556aced78ec0000ba9ae73f1e5317117d497f827afba48b787ce64'
+sha256sums=('ef885a5ce441e6ae5c73461b624f9e66e801e52eaf495e551663306ec4464ba6'
             'SKIP'
-            '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
             'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
             'af1c3d2ea5de7f6a6b5f7c60951a189a4749d1495e5462f3157ae7ac8fe1dc56'
             'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
@@ -33,10 +31,6 @@
   cd "${pkgbase}-${pkgver}"
   # Use unofficial imedia SiS driver for supported SiS devices
   patch -Np0 -i ../autoconfig-sis.patch
-  # outputclass config file works only when nvidia-drm kernel driver is exposed
-  # this means that older drivers (304xx and before) aren't currently supported
-  # Use nouveau/nv/nvidia drivers for nvidia devices
-  patch -Np1 -i ../autoconfig-nvidia.patch
 }
 
 build() {



More information about the arch-commits mailing list