SHA256
1
0
forked from pool/gdm

Accepting request 523814 from GNOME:Factory

- Update to version 3.26.0:
  + Fix for unauthenticated unlock when autologin is enabled
    (CVE-2017-12164).
  + Updated translations. (forwarded request 523805 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/523814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=194
This commit is contained in:
Dominique Leuenberger 2017-09-13 19:56:13 +00:00 committed by Git OBS Bridge
commit b80c1879b4
5 changed files with 85 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4378b9fad5536e03c56ad138d0e249fbcaa09977b867895426cb41c978fe5de8
size 1113644

3
gdm-3.26.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:afb8cac6b027bed672e9d6af0c5e70033352455425d6fa254478652ee3dce8d9
size 1115552

View File

@ -1,7 +1,7 @@
Index: gdm-3.15.92/common/Makefile.am
Index: gdm-3.25.92/common/Makefile.am
===================================================================
--- gdm-3.15.92.orig/common/Makefile.am
+++ gdm-3.15.92/common/Makefile.am
--- gdm-3.25.92.orig/common/Makefile.am
+++ gdm-3.25.92/common/Makefile.am
@@ -50,11 +50,15 @@ libgdmcommon_la_SOURCES = \
gdm-settings-backend.h \
gdm-settings-desktop-backend.c \
@ -18,10 +18,10 @@ Index: gdm-3.15.92/common/Makefile.am
gdm-log.h \
gdm-log.c \
$(MKDTEMP_FILES) \
Index: gdm-3.15.92/common/gdm-settings-system-backend.c
Index: gdm-3.25.92/common/gdm-settings-system-backend.c
===================================================================
--- /dev/null
+++ gdm-3.15.92/common/gdm-settings-system-backend.c
+++ gdm-3.25.92/common/gdm-settings-system-backend.c
@@ -0,0 +1,369 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
+ *
@ -392,10 +392,10 @@ Index: gdm-3.15.92/common/gdm-settings-system-backend.c
+
+ return GDM_SETTINGS_BACKEND (object);
+}
Index: gdm-3.15.92/common/gdm-settings-system-backend.h
Index: gdm-3.25.92/common/gdm-settings-system-backend.h
===================================================================
--- /dev/null
+++ gdm-3.15.92/common/gdm-settings-system-backend.h
+++ gdm-3.25.92/common/gdm-settings-system-backend.h
@@ -0,0 +1,56 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
+ *
@ -453,10 +453,10 @@ Index: gdm-3.15.92/common/gdm-settings-system-backend.h
+G_END_DECLS
+
+#endif /* __GDM_SETTINGS_SYSTEM_BACKEND_H */
Index: gdm-3.15.92/common/gdm-settings.c
Index: gdm-3.25.92/common/gdm-settings.c
===================================================================
--- gdm-3.15.92.orig/common/gdm-settings.c
+++ gdm-3.15.92/common/gdm-settings.c
--- gdm-3.25.92.orig/common/gdm-settings.c
+++ gdm-3.25.92/common/gdm-settings.c
@@ -38,12 +38,13 @@
#include "gdm-settings.h"
@ -580,12 +580,12 @@ Index: gdm-3.15.92/common/gdm-settings.c
+ g_list_free (settings->priv->backends);
+ settings->priv->backends = NULL;
G_OBJECT_CLASS (gdm_settings_parent_class)->finalize (object);
}
Index: gdm-3.15.92/common/gdm-sysconfig.c
settings_object = NULL;
Index: gdm-3.25.92/common/gdm-sysconfig.c
===================================================================
--- /dev/null
+++ gdm-3.15.92/common/gdm-sysconfig.c
+++ gdm-3.25.92/common/gdm-sysconfig.c
@@ -0,0 +1,484 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
+ *
@ -1071,10 +1071,10 @@ Index: gdm-3.15.92/common/gdm-sysconfig.c
+ g_strfreev (lines);
+ return result;
+}
Index: gdm-3.15.92/common/gdm-sysconfig.h
Index: gdm-3.25.92/common/gdm-sysconfig.h
===================================================================
--- /dev/null
+++ gdm-3.15.92/common/gdm-sysconfig.h
+++ gdm-3.25.92/common/gdm-sysconfig.h
@@ -0,0 +1,43 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
+ *
@ -1119,10 +1119,10 @@ Index: gdm-3.15.92/common/gdm-sysconfig.h
+G_END_DECLS
+
+#endif /* __GDM_SYSCONFIG_H */
Index: gdm-3.15.92/data/gdm.conf-custom.in
Index: gdm-3.25.92/data/gdm.conf-custom.in
===================================================================
--- gdm-3.15.92.orig/data/gdm.conf-custom.in
+++ gdm-3.15.92/data/gdm.conf-custom.in
--- gdm-3.25.92.orig/data/gdm.conf-custom.in
+++ gdm-3.25.92/data/gdm.conf-custom.in
@@ -1,4 +1,7 @@
# GDM configuration storage
+#

View File

@ -1,9 +1,65 @@
-------------------------------------------------------------------
Tue Sep 12 19:02:43 UTC 2017 - luc14n0@linuxmail.org
- Update to version 3.26.0:
+ Fix for unauthenticated unlock when autologin is enabled
(CVE-2017-12164).
+ Updated translations.
-------------------------------------------------------------------
Sat Sep 9 16:09:42 UTC 2017 - dimstar@opensuse.org
- Update to version 3.25.92:
+ Fix for going to normal mode after classic.
+ Crasher fix when user switching.
+ Make sure reauthentication is run in right context.
+ Send hangup signal to gdm when systemctl request reload.
+ Updated translations.
- Rebase gdm-sysconfig-settings.patch.
-------------------------------------------------------------------
Mon Aug 14 14:09:06 UTC 2017 - zaitor@opensuse.org
- Update to version 3.25.91:
+ Fix breakage in greeter and initial setup.
+ Updated translations.
-------------------------------------------------------------------
Mon Aug 14 12:52:51 UTC 2017 - zaitor@opensuse.org
- Update to version 3.25.90:
+ Fix for going to normal mode after classic.
+ Updated translations.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
-------------------------------------------------------------------
Mon Jul 24 15:25:00 UTC 2017 - dimstar@opensuse.org
- Do not BuildRequire pkgconfig(xorg-server) on s390(x). There are
no graphic devices on s390x and Xorg is not in use.
-------------------------------------------------------------------
Wed Jul 19 18:47:59 UTC 2017 - zaitor@opensuse.org
- Update to version 3.25.4.1:
+ Brown bag release to fix conflict with latest g-s-d release.
- Changes from version 3.25.4:
+ Wayland w/ --disable-user-display-server fix.
+ Make login screen session separate from user session again.
+ Updated translations.
-------------------------------------------------------------------
Tue Jul 18 03:25:03 UTC 2017 - zaitor@opensuse.org
- Update to version 3.25.3:
+ Crasher fix.
+ X11/wayland selection fix.
+ Greeter lifecycle fix.
+ Systemd unit installation fix.
+ Drop lock down of non-existent setting.
+ Updated translations.
-------------------------------------------------------------------
Sun Jul 16 06:55:16 UTC 2017 - tyang@suse.com

View File

@ -25,13 +25,13 @@
%define enable_split_authentication 0
Name: gdm
Version: 3.24.2
Version: 3.26.0
Release: 0
Summary: The GNOME Display Manager
License: GPL-2.0+
Group: System/GUI/GNOME
Url: http://projects.gnome.org/gdm/
Source: http://download.gnome.org/sources/gdm/3.24/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gdm/3.26/%{name}-%{version}.tar.xz
Source1: gdm.pamd
Source2: gdm-autologin.pamd
Source3: gdm-launch-environment.pamd
@ -77,7 +77,9 @@ BuildRequires: libXinerama-devel
BuildRequires: pam-devel
BuildRequires: pwdutils
BuildRequires: tcpd-devel
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
BuildRequires: update-desktop-files
BuildRequires: xorg-x11-server
BuildRequires: xorg-x11-server-extra
@ -183,7 +185,9 @@ running display manager.
%prep
%setup -q
cp %{S:8} .
%if !0%{?is_opensuse}
translation-update-upstream
%endif
%if 0%{?is_opensuse}
# Disabled for now, see boo#981372 and boo#971852
#patch0 -p1
@ -332,6 +336,7 @@ dconf update
%dir %{_datadir}/dconf/profile
%{_datadir}/dconf/profile/gdm
%{_datadir}/gdm/
%{_datadir}/gnome-session/sessions/gnome-login.session
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
%{_datadir}/icons/*/*/*/*.*
%{_datadir}/pixmaps/*.png