Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1115442 Details for
Bug 1226084
gdm ignores DisallowTCP=false on F22
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for Rawhide gdm to get it working in F-23
tcplistenspec.patch (text/plain), 2.16 KB, created by
Jan Kratochvil
on 2016-01-16 16:29:07 UTC
(
hide
)
Description:
patch for Rawhide gdm to get it working in F-23
Filename:
MIME Type:
Creator:
Jan Kratochvil
Created:
2016-01-16 16:29:07 UTC
Size:
2.16 KB
patch
obsolete
>diff --git a/gdm.spec b/gdm.spec >index 472a0a7..1cbc671 100644 >--- a/gdm.spec >+++ b/gdm.spec >@@ -10,7 +10,7 @@ > Summary: The GNOME Display Manager > Name: gdm > Version: 3.19.2 >-Release: 1%{?dist} >+Release: 1tcplisten%{?dist} > Epoch: 1 > License: GPLv2+ > Group: User Interface/X >@@ -18,6 +18,7 @@ URL: https://wiki.gnome.org/Projects/GDM > #VCS: git:git://git.gnome.org/gdm > Source: http://download.gnome.org/sources/gdm/3.19/gdm-%{version}.tar.xz > Source1: org.gnome.login-screen.gschema.override >+Patch9: tcplisten.patch > > BuildRequires: pam-devel >= 0:%{pam_version} > BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} >@@ -102,6 +103,7 @@ files needed to build custom greeters. > > %prep > %setup -q >+%patch9 -p1 > > autoreconf -i -f > intltoolize -f >diff --git a/tcplisten.patch b/tcplisten.patch >new file mode 100644 >index 0000000..08c2b44 >--- /dev/null >+++ b/tcplisten.patch >@@ -0,0 +1,22 @@ >+diff -dup -rup gdm-3.19.2-orig/daemon/gdm-server.c gdm-3.19.2/daemon/gdm-server.c >+--- gdm-3.19.2-orig/daemon/gdm-server.c 2015-12-16 21:45:26.000000000 +0100 >++++ gdm-3.19.2/daemon/gdm-server.c 2016-01-13 20:56:16.126798002 +0100 >+@@ -325,6 +325,7 @@ gdm_server_resolve_command_line (GdmServ >+ * by default anymore. In older versions we need to pass >+ * -nolisten tcp to disable listening on tcp sockets. >+ */ >++#define HAVE_XSERVER_THAT_DEFAULTS_TO_LOCAL_ONLY >+ #ifdef HAVE_XSERVER_THAT_DEFAULTS_TO_LOCAL_ONLY >+ if (!server->priv->disable_tcp && ! query_in_arglist) { >+ argv[len++] = g_strdup ("-listen"); >+diff -dup -rup gdm-3.19.2-orig/daemon/gdm-x-session.c gdm-3.19.2/daemon/gdm-x-session.c >+--- gdm-3.19.2-orig/daemon/gdm-x-session.c 2015-12-16 21:45:27.000000000 +0100 >++++ gdm-3.19.2/daemon/gdm-x-session.c 2016-01-13 20:56:18.589814440 +0100 >+@@ -254,6 +254,7 @@ spawn_x_server (State *state, >+ * by default anymore. In older versions we need to pass >+ * -nolisten tcp to disable listening on tcp sockets. >+ */ >++#define HAVE_XSERVER_THAT_DEFAULTS_TO_LOCAL_ONLY >+ #ifdef HAVE_XSERVER_THAT_DEFAULTS_TO_LOCAL_ONLY >+ if (allow_remote_connections) { >+ g_ptr_array_add (arguments, "-listen");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1226084
: 1115442 |
1172652