From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QS98M-0007Eq-Ey for garchives@archives.gentoo.org; Thu, 02 Jun 2011 14:44:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C0181C064; Thu, 2 Jun 2011 14:43:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4CB141C064 for ; Thu, 2 Jun 2011 14:43:09 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC70C1B4042 for ; Thu, 2 Jun 2011 14:43:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 24CC080511 for ; Thu, 2 Jun 2011 14:43:08 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <031f74ab8926f0d6d30b78bcb5bc07b54746bb76.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gdm/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gdm/gdm-3.0.2.ebuild gnome-base/gdm/gdm-3.0.4.ebuild X-VCS-Directories: gnome-base/gdm/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 031f74ab8926f0d6d30b78bcb5bc07b54746bb76 Date: Thu, 2 Jun 2011 14:43:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ec2703473847191df0374c9917eb72aa commit: 031f74ab8926f0d6d30b78bcb5bc07b54746bb76 Author: Alexandre Rostovtsev gmail com> AuthorDate: Wed Jun 1 01:37:26 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Thu Jun 2 14:13:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D031f74ab gnome-base/gdm: 3.0.2 =E2=86=92 3.0.4 Version bump, fixes a security issue (CVE-2011-1709). Also, add a message about a workaround for gdm's pulseadio problem that, despite Lennart's reassurances in https://bugzilla.redhat.com/show_bug.cgi?id=3D513579, I s= till occasionally encounter on one of my machines. Nirbheek's note: I've added the elog, but it's commented out. Need invest= igation before uncommenting it. Signed-off-by: Nirbheek Chauhan gentoo.org> --- .../gdm/{gdm-3.0.2.ebuild =3D> gdm-3.0.4.ebuild} | 17 ++++++++++++= +++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/gnome-base/gdm/gdm-3.0.2.ebuild b/gnome-base/gdm/gdm-3.0.4.e= build similarity index 86% rename from gnome-base/gdm/gdm-3.0.2.ebuild rename to gnome-base/gdm/gdm-3.0.4.ebuild index 00d4cc6..7386973 100644 --- a/gnome-base/gdm/gdm-3.0.2.ebuild +++ b/gnome-base/gdm/gdm-3.0.4.ebuild @@ -180,6 +180,23 @@ pkg_postinst() { elog "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16" mv /etc/X11/gdm/gdm.conf /etc/X11/gdm/gdm-pre-gnome-2.16 fi + + # https://bugzilla.redhat.com/show_bug.cgi?id=3D513579 + # Lennart says this problem is fixed, but users are still reporting pro= blems + # XXX: Do we want this elog? +# if has_version "media-libs/libcanberra[pulseaudio]" ; then +# elog +# elog "You have media-libs/libcanberra with the pulseaudio USE flag" +# elog "enabled. GDM will start a pulseaudio process to play sounds. Th= is" +# elog "process should automatically terminate when a user logs into a" +# elog "desktop session. If GDM's pulseaudio fails to terminate and" +# elog "causes problems for users' audio, you can prevent GDM from" +# elog "starting pulseaudio by editing /var/lib/gdm/.pulse/client.conf" +# elog "so it contains the following two lines:" +# elog +# elog "autospawn =3D no" +# elog "daemon-binary =3D /bin/true" +# fi } =20 pkg_postrm() {