diff --git a/gdm-45.0.1.tar.xz b/gdm-45.0.1.tar.xz new file mode 100644 index 0000000..46f0aef --- /dev/null +++ b/gdm-45.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6572578c05e3c6569d6ed269f7de2aaf3a035657654586d8243907bb7a6ffa85 +size 855004 diff --git a/gdm-45.beta.tar.xz b/gdm-45.beta.tar.xz deleted file mode 100644 index fdebafd..0000000 --- a/gdm-45.beta.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5951c24a564ca8a0982053d7ea25fbd8ca41f517b9c124c0adaea6a83935a95b -size 855020 diff --git a/gdm-xauthlocalhostname.patch b/gdm-xauthlocalhostname.patch index 27c7867..6ce9d9b 100644 --- a/gdm-xauthlocalhostname.patch +++ b/gdm-xauthlocalhostname.patch @@ -1,7 +1,7 @@ -Index: gdm-45.beta/common/gdm-common.c +Index: gdm-45.0.1/common/gdm-common.c =================================================================== ---- gdm-45.beta.orig/common/gdm-common.c -+++ gdm-45.beta/common/gdm-common.c +--- gdm-45.0.1.orig/common/gdm-common.c ++++ gdm-45.0.1/common/gdm-common.c @@ -623,6 +623,8 @@ gdm_get_script_environment (const char * if (display_hostname) { @@ -26,10 +26,10 @@ Index: gdm-45.beta/common/gdm-common.c + return g_strdup ("localhost"); + } +} -Index: gdm-45.beta/common/gdm-common.h +Index: gdm-45.0.1/common/gdm-common.h =================================================================== ---- gdm-45.beta.orig/common/gdm-common.h -+++ gdm-45.beta/common/gdm-common.h +--- gdm-45.0.1.orig/common/gdm-common.h ++++ gdm-45.0.1/common/gdm-common.h @@ -70,6 +70,7 @@ char *gdm_generate_random_bytes gboolean gdm_get_login_window_session_id (const char *seat_id, @@ -38,10 +38,10 @@ Index: gdm-45.beta/common/gdm-common.h gboolean gdm_goto_login_session (GCancellable *cancellable, GError **error); -Index: gdm-45.beta/daemon/gdm-display-access-file.c +Index: gdm-45.0.1/daemon/gdm-display-access-file.c =================================================================== ---- gdm-45.beta.orig/daemon/gdm-display-access-file.c -+++ gdm-45.beta/daemon/gdm-display-access-file.c +--- gdm-45.0.1.orig/daemon/gdm-display-access-file.c ++++ gdm-45.0.1/daemon/gdm-display-access-file.c @@ -429,13 +429,10 @@ _get_auth_info_for_display (GdmDisplayAc * * https://bugs.freedesktop.org/show_bug.cgi?id=43425 @@ -59,10 +59,10 @@ Index: gdm-45.beta/daemon/gdm-display-access-file.c } else { *family = FamilyWild; gdm_display_get_remote_hostname (display, address, NULL); -Index: gdm-45.beta/daemon/gdm-launch-environment.c +Index: gdm-45.0.1/daemon/gdm-launch-environment.c =================================================================== ---- gdm-45.beta.orig/daemon/gdm-launch-environment.c -+++ gdm-45.beta/daemon/gdm-launch-environment.c +--- gdm-45.0.1.orig/daemon/gdm-launch-environment.c ++++ gdm-45.0.1/daemon/gdm-launch-environment.c @@ -221,6 +221,11 @@ build_launch_environment (GdmLaunchEnvir g_hash_table_insert (hash, g_strdup ("GDM_SEAT_ID"), g_strdup (seat_id)); } @@ -75,11 +75,11 @@ Index: gdm-45.beta/daemon/gdm-launch-environment.c g_hash_table_insert (hash, g_strdup ("RUNNING_UNDER_GDM"), g_strdup ("true")); /* Now populate XDG_DATA_DIRS from env.d if we're running initial setup; this allows -Index: gdm-45.beta/daemon/gdm-session.c +Index: gdm-45.0.1/daemon/gdm-session.c =================================================================== ---- gdm-45.beta.orig/daemon/gdm-session.c -+++ gdm-45.beta/daemon/gdm-session.c -@@ -2751,6 +2751,14 @@ set_up_session_environment (GdmSession * +--- gdm-45.0.1.orig/daemon/gdm-session.c ++++ gdm-45.0.1/daemon/gdm-session.c +@@ -2770,6 +2770,14 @@ set_up_session_environment (GdmSession * } } diff --git a/gdm.changes b/gdm.changes index 798df11..056fa49 100644 --- a/gdm.changes +++ b/gdm.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 14 18:27:24 UTC 2023 - Bjørn Lie + +- Update to version 45.0.1: + + Fix for the crasher fix. +- Changes from version 45.0: + + Crasher fix. + + Updated translations. +- Rebase gdm-xauthlocalhostname.patch with quilt. + ------------------------------------------------------------------- Wed Aug 30 07:34:46 UTC 2023 - Bjørn Lie diff --git a/gdm.spec b/gdm.spec index 6754d3f..ceaf645 100644 --- a/gdm.spec +++ b/gdm.spec @@ -27,7 +27,7 @@ %endif Name: gdm -Version: 45.beta +Version: 45.0.1 Release: 0 Summary: The GNOME Display Manager License: GPL-2.0-or-later