packages: systemd/systemd.spec, systemd/dont-trash-X-sessions.patch (NEW)=?UTF-8?Q?=20?=-...

baggins baggins at pld-linux.org
Thu Mar 29 11:14:39 CEST 2012


Author: baggins                      Date: Thu Mar 29 09:14:39 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 8
- setting age on X11 tmp dirs means that any X session older than specified
  age will get trashed, so don't do it

---- Files affected:
packages/systemd:
   systemd.spec (1.141 -> 1.142) , dont-trash-X-sessions.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.141 packages/systemd/systemd.spec:1.142
--- packages/systemd/systemd.spec:1.141	Thu Mar 29 09:02:41 2012
+++ packages/systemd/systemd.spec	Thu Mar 29 11:14:34 2012
@@ -17,7 +17,7 @@
 Summary(pl.UTF-8):	systemd - zarządca systemu i usług dla Linuksa
 Name:		systemd
 Version:	44
-Release:	7
+Release:	8
 License:	GPL v2+
 Group:		Base
 Source0:	http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
@@ -39,6 +39,7 @@
 Patch3:		pld-sysv-network.patch
 Patch4:		tmpfiles-not-fatal.patch
 Patch5:		CVE-2012-1174.patch
+Patch6:		dont-trash-X-sessions.patch
 URL:		http://www.freedesktop.org/wiki/Software/systemd
 BuildRequires:	acl-devel
 %{?with_audit:BuildRequires:	audit-libs-devel}
@@ -314,6 +315,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 cp -p %{SOURCE2} src/systemd_booted.c
 
 %build
@@ -770,6 +772,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.142  2012/03/29 09:14:34  baggins
+- rel 8
+- setting age on X11 tmp dirs means that any X session older than specified
+  age will get trashed, so don't do it
+
 Revision 1.141  2012/03/29 07:02:41  glen
 - add handler for $CLEAN_TMP
 

================================================================
Index: packages/systemd/dont-trash-X-sessions.patch
diff -u /dev/null packages/systemd/dont-trash-X-sessions.patch:1.1
--- /dev/null	Thu Mar 29 11:14:39 2012
+++ packages/systemd/dont-trash-X-sessions.patch	Thu Mar 29 11:14:34 2012
@@ -0,0 +1,19 @@
+--- systemd-44/tmpfiles.d/x11.conf~	2011-08-29 16:32:03.000000000 +0200
++++ systemd-44/tmpfiles.d/x11.conf	2012-03-29 11:07:45.026154271 +0200
+@@ -8,11 +8,11 @@
+ # See tmpfiles.d(5) for details
+ 
+ # Make sure these are created by default so that nobody else can
+-d /tmp/.X11-unix 1777 root root 10d
+-d /tmp/.ICE-unix 1777 root root 10d
+-d /tmp/.XIM-unix 1777 root root 10d
+-d /tmp/.font-unix 1777 root root 10d
+-d /tmp/.Test-unix 1777 root root 10d
++d /tmp/.X11-unix 1777 root root -
++d /tmp/.ICE-unix 1777 root root -
++d /tmp/.XIM-unix 1777 root root -
++d /tmp/.font-unix 1777 root root -
++d /tmp/.Test-unix 1777 root root -
+ 
+ # Unlink the X11 lock files
+ r /tmp/.X[0-9]*-lock
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/systemd/systemd.spec?r1=1.141&r2=1.142



More information about the pld-cvs-commit mailing list