[arch-commits] Commit in lightdm/trunk (3 files)

Maxime Gauduin alucryd at archlinux.org
Sun Feb 7 09:59:30 UTC 2016


    Date: Sunday, February 7, 2016 @ 10:59:29
  Author: alucryd
Revision: 258932

upgpkg: lightdm 1:1.16.7-2

Modified:
  lightdm/trunk/PKGBUILD
  lightdm/trunk/lightdm-default-config.patch
  lightdm/trunk/lightdm.service

------------------------------+
 PKGBUILD                     |    8 ++++----
 lightdm-default-config.patch |   25 ++++++++++++++++---------
 lightdm.service              |    2 +-
 3 files changed, 21 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-07 09:35:15 UTC (rev 258931)
+++ PKGBUILD	2016-02-07 09:59:29 UTC (rev 258932)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
 pkgver=1.16.7
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=('i686' 'x86_64')
@@ -23,18 +23,18 @@
         'lightdm-default-config.patch'
         'Xsession')
 sha256sums=('67b72a5dadf823ebc7df1bb523da59342271fcf67fcac9a2a2c30007ccb9ab32'
-            '8e4fb09f524fad640e92ba41d546f0cb39b0a9662789fd8d14cfc6578a149142'
+            'c228543e07464b1f09a1f1a07574e6868df49d30a85cc4deb7d4fe0c5dbcbe30'
             'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f'
             'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
             '33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
             'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
-            'f33edad87232043f7c355b3a4db055fd84ab2c0741da110cf416fbdf005d294f'
+            'cf8783a9c56b8460d557f14f4687346194eb72e6060e23d6c8d7a7e856b2d2a4'
             'd30321a1b490500483b8ed7825fcff2c24a7c760ac627789ff517693888ec3c5')
 
 prepare() {
   cd lightdm-${pkgver}
 
-  patch -Np1 -i ../lightdm-default-config.patch
+  #patch -Np1 -i ../lightdm-default-config.patch
 }
 
 build() {

Modified: lightdm-default-config.patch
===================================================================
--- lightdm-default-config.patch	2016-02-07 09:35:15 UTC (rev 258931)
+++ lightdm-default-config.patch	2016-02-07 09:59:29 UTC (rev 258932)
@@ -1,7 +1,14 @@
-diff -rupN lightdm-1.11.9.orig/data/lightdm.conf lightdm-1.11.9/data/lightdm.conf
---- lightdm-1.11.9.orig/data/lightdm.conf	2014-09-14 12:55:09.591944064 +0200
-+++ lightdm-1.11.9/data/lightdm.conf	2014-09-14 12:58:13.396791044 +0200
-@@ -26,7 +26,7 @@
+diff -rupN lightdm-1.16.7.orig/data/lightdm.conf lightdm-1.16.7/data/lightdm.conf
+--- lightdm-1.16.7.orig/data/lightdm.conf	2016-02-07 10:44:47.229197400 +0100
++++ lightdm-1.16.7/data/lightdm.conf	2016-02-07 10:47:36.011855600 +0100
+@@ -21,13 +21,13 @@
+ #start-default-seat=true
+ #greeter-user=lightdm
+ #minimum-display-number=0
+-#minimum-vt=7
++#minimum-vt=7 # Setting this to a value < 7 implies security issues, see FS#46799
+ #lock-memory=true
+ #user-authority-in-system-dir=false
  #guest-account-script=guest-account
  #logind-check-graphical=false
  #log-directory=/var/log/lightdm
@@ -8,9 +15,9 @@
 -#run-directory=/var/run/lightdm
 +run-directory=/run/lightdm
  #cache-directory=/var/cache/lightdm
- #sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions
+ #sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
  #remote-sessions-directory=/usr/share/lightdm/remote-sessions
-@@ -101,7 +101,7 @@
+@@ -110,7 +110,7 @@
  #allow-user-switching=true
  #allow-guest=true
  #guest-session=
@@ -19,9 +26,9 @@
  #greeter-wrapper=
  #guest-wrapper=
  #display-setup-script=
-diff -rupN lightdm-1.11.9.orig/data/users.conf lightdm-1.11.9/data/users.conf
---- lightdm-1.11.9.orig/data/users.conf	2014-09-14 12:55:09.591944064 +0200
-+++ lightdm-1.11.9/data/users.conf	2014-09-14 12:59:21.426117548 +0200
+diff -rupN lightdm-1.16.7.orig/data/users.conf lightdm-1.16.7/data/users.conf
+--- lightdm-1.16.7.orig/data/users.conf	2016-02-07 10:44:47.224423000 +0100
++++ lightdm-1.16.7/data/users.conf	2016-02-07 10:44:53.660216200 +0100
 @@ -9,6 +9,6 @@
  # hidden-shells = Shells that indicate a user cannot login
  #

Modified: lightdm.service
===================================================================
--- lightdm.service	2016-02-07 09:35:15 UTC (rev 258931)
+++ lightdm.service	2016-02-07 09:59:29 UTC (rev 258932)
@@ -1,7 +1,7 @@
 [Unit]
 Description=Light Display Manager
 Documentation=man:lightdm(1)
-After=systemd-user-sessions.service plymouth-quit.service
+After=systemd-user-sessions.service plymouth-quit.service acpid.service
 
 [Service]
 ExecStart=/usr/bin/lightdm



More information about the arch-commits mailing list