commit lightdm for openSUSE:Factory
Hello community, here is the log from the commit of package lightdm for openSUSE:Factory checked in at 2014-05-01 07:51:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lightdm (Old) and /work/SRC/openSUSE:Factory/.lightdm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "lightdm" Changes: -------- --- /work/SRC/openSUSE:Factory/lightdm/lightdm.changes 2014-04-11 13:39:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lightdm.new/lightdm.changes 2014-05-01 07:51:35.000000000 +0200 @@ -1,0 +2,9 @@ +Mon Apr 28 12:34:37 UTC 2014 - gber@opensuse.org + +- update to version 1.10.1 + - When switching to an existing session refresh PAM credentials + and end session cleanly so no resources leak + - Update apparmor rules to allow oxide based browsers and Google + Chrome to run in the guest session + +------------------------------------------------------------------- Old: ---- lightdm-1.10.0.tar.xz New: ---- lightdm-1.10.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lightdm.spec ++++++ --- /var/tmp/diff_new_pack.j4cBaH/_old 2014-05-01 07:51:36.000000000 +0200 +++ /var/tmp/diff_new_pack.j4cBaH/_new 2014-05-01 07:51:36.000000000 +0200 @@ -26,7 +26,7 @@ %define rundir /run Name: lightdm -Version: 1.10.0 +Version: 1.10.1 Release: 0 Summary: Lightweight, Cross-desktop Display Manager License: GPL-3.0+ ++++++ lightdm-1.10.0.tar.xz -> lightdm-1.10.1.tar.xz ++++++ ++++ 6494 lines of diff (skipped) ++++++ lightdm-disable-utmp-handling.patch ++++++ --- /var/tmp/diff_new_pack.j4cBaH/_old 2014-05-01 07:51:37.000000000 +0200 +++ /var/tmp/diff_new_pack.j4cBaH/_new 2014-05-01 07:51:37.000000000 +0200 @@ -1,5 +1,5 @@ # HG changeset patch -# Parent 8b5df1d6d8353e534cc8fbe113f33b4716c38034 +# Parent 6b8575b98c63d50bd0f8346222143586245430e0 disable utmp handling since this is handled in the Xstartup/Xreset scripts diff --git a/src/session-child.c b/src/session-child.c @@ -32,7 +32,7 @@ int session_child_run (int argc, char **argv) -@@ -360,6 +364,7 @@ session_child_run (int argc, char **argv +@@ -363,6 +367,7 @@ session_child_run (int argc, char **argv /* Write record to btmp database */ if (authentication_result == PAM_AUTH_ERR) { @@ -40,7 +40,7 @@ struct utmpx ut; struct timeval tv; -@@ -383,6 +388,7 @@ session_child_run (int argc, char **argv +@@ -386,6 +391,7 @@ session_child_run (int argc, char **argv ut.ut_tv.tv_usec = tv.tv_usec; updwtmpx ("/var/log/btmp", &ut); @@ -48,7 +48,7 @@ } /* Check account is valid */ -@@ -646,6 +652,7 @@ session_child_run (int argc, char **argv +@@ -669,6 +675,7 @@ session_child_run (int argc, char **argv /* Wait for the command to complete (blocks) */ if (child_pid > 0) { @@ -56,7 +56,7 @@ /* Log to utmp */ if (g_strcmp0 (pam_getenv (pam_handle, "XDG_SESSION_CLASS"), "greeter") != 0) { -@@ -678,10 +685,10 @@ session_child_run (int argc, char **argv +@@ -701,10 +708,10 @@ session_child_run (int argc, char **argv endutxent (); updwtmpx ("/var/log/wtmp", &ut); } @@ -69,7 +69,7 @@ /* Log to utmp */ if (g_strcmp0 (pam_getenv (pam_handle, "XDG_SESSION_CLASS"), "greeter") != 0) { -@@ -714,6 +721,7 @@ session_child_run (int argc, char **argv +@@ -737,6 +744,7 @@ session_child_run (int argc, char **argv endutxent (); updwtmpx ("/var/log/wtmp", &ut); } ++++++ lightdm-set-gdmflexiserver-envvar.patch ++++++ --- /var/tmp/diff_new_pack.j4cBaH/_old 2014-05-01 07:51:37.000000000 +0200 +++ /var/tmp/diff_new_pack.j4cBaH/_new 2014-05-01 07:51:37.000000000 +0200 @@ -14,7 +14,7 @@ diff --git a/src/session-child.c b/src/session-child.c --- a/src/session-child.c +++ b/src/session-child.c -@@ -587,6 +587,8 @@ session_child_run (int argc, char **argv +@@ -610,6 +610,8 @@ session_child_run (int argc, char **argv g_free (value); } -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de