summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-12-21 02:13:31 +0000
committersalo <salo@pkgsrc.org>2006-12-21 02:13:31 +0000
commitc38e25b447f37524e012e0f380c1a85cbab28fe1 (patch)
tree84b29f340aca7d0b77a187157aaccc77111aa7b2
parent7cd7bce6cdc8a104a919fc00f292a0e439a1eb75 (diff)
downloadpkgsrc-c38e25b447f37524e012e0f380c1a85cbab28fe1.tar.gz
Pullup ticket 1962 - requested by wiz
security update for gdm Revisions pulled up: - pkgsrc/x11/gdm/Makefile 1.121, 1.222 - pkgsrc/x11/gdm/PLIST 1.31 - pkgsrc/x11/gdm/distinfo 1.45, 1.46 Module Name: pkgsrc Committed By: drochner Date: Mon Oct 30 21:44:28 UTC 2006 Modified Files: pkgsrc/x11/gdm: Makefile PLIST distinfo Log Message: update to 2.16.1 changes: -bugfixes -translation updates --- Module Name: pkgsrc Committed By: wiz Date: Tue Dec 19 17:54:45 UTC 2006 Modified Files: pkgsrc/x11/gdm: Makefile distinfo Log Message: Security update to 2.16.4: 2.16.4 Stuff: - Fix for a recently reported security issue that has ID CVE-2006-6105. This fixes a problem where a user can enter strings like "%08x" into the gdmchooser "Add"j host button and print out memory. (Brian Cameron) - Fix for TryExec check in gdmsession to make sure that any arguments are not passed to g_find_program_in_path since this causes the function to say it is not executable. (Brian Cameron) - Translation updates (Runa Bhattacharjee, Josep Puigdemont i Casamaj\303\263, Laurent Dhima, I. Felix, David Lodge, Ani Peter, Rajesh Ranjan, Clytie Siddall, Vincent van Adrighem) 2.16.3 Stuff: - Now support altfile[n] propery to cater for alternative image file definition. (Erwann Chenede) - Fix custom lists so that focus does not ever leave the username/password entry field. (Brian Cameron) - Update to make casting more clear in PAM logic. This fixes a bug where the Kerberos PAM module was sending multiple error messages and GDM was not processing them properly. (Brian Cameron) - Add X_EXTRA_LIBS and X_LIBS to utils/Makefile when building gdm-dmx-reconnect-proxy to fix bug #368808. (Brian Cameron) - Translation updates (Djihed Afifi, Wouter Bolsterlee, Luca Ferretti, Pema Geyleg, Priit Laes, Duarte Loreto, Christophe Merlet, Jovan Naumovski, Daniel Nylander, Ankit Patel, Ignacio Casal Quinteiro, Satoru SATOH, Francisco Javier F. Serrador, Alexander Shopov, Ilkka Tuohela) 2.16.2 Stuff: - Now support for "combo" style lists, and id values of "session" and "language" are supported for displaying the session/language lists as drop-down combos. (Brian Cameron). For example: <item type="list" id="language" combo="true"> <pos x="25" y="10" height="40" width="300"/> </item> <item type="list" id="session" combo="true"> <pos x="50" y="10" height="40" width="300"/> </item> - Now OK/Start Again buttons are sensitive/insensitive in a more sensible way for both gdmlogin and gdmgreeter (if GTK style buttons are used in gdmgreeter). (Brian Cameron) - Face Browser widget and background rectangle (for gdmgreeter) is not shown if there are no users to display. (Brian Cameron) - Help button now enabled in gdmphotosetup. (Matthias Clasen) - Fix so that if timed user script returns an invalid user that timed login is not turned on. (Andrew) - Fix bug that was causing %t to be expanded improperly when used in the timed login label. (Brian Cameron) - Set authdir to NULL after freeing to avoid accessing an invalid pointer. Fixes bug #359831. (Amnon Aaronsohn) - Leaks fixed. (Kjartan Maraas) - Translation updates (Abel Cheung, Priit Laes, Daniel Nylander)
-rw-r--r--x11/gdm/Makefile5
-rw-r--r--x11/gdm/PLIST3
-rw-r--r--x11/gdm/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 90fbda3cfb6..a275727ab15 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.120 2006/09/22 19:56:59 drochner Exp $
+# $NetBSD: Makefile,v 1.120.2.1 2006/12/21 02:13:31 salo Exp $
#
-DISTNAME= gdm-2.16.0
-PKGREVISION= 2
+DISTNAME= gdm-2.16.4
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdm/2.16/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/gdm/PLIST b/x11/gdm/PLIST
index c5f79052cfc..c7d3530a2a7 100644
--- a/x11/gdm/PLIST
+++ b/x11/gdm/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2006/09/15 15:19:34 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.30.2.1 2006/12/21 02:13:31 salo Exp $
${DMX}bin/gdm-dmx-reconnect-proxy
bin/gdmXnest
bin/gdmXnestchooser
@@ -158,6 +158,7 @@ share/locale/pt_BR/LC_MESSAGES/gdm.mo
share/locale/ro/LC_MESSAGES/gdm.mo
share/locale/ru/LC_MESSAGES/gdm.mo
share/locale/rw/LC_MESSAGES/gdm.mo
+share/locale/si/LC_MESSAGES/gdm.mo
share/locale/sk/LC_MESSAGES/gdm.mo
share/locale/sl/LC_MESSAGES/gdm.mo
share/locale/sq/LC_MESSAGES/gdm.mo
diff --git a/x11/gdm/distinfo b/x11/gdm/distinfo
index b4012a0ef8f..2b0801462c5 100644
--- a/x11/gdm/distinfo
+++ b/x11/gdm/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.44 2006/09/26 16:17:04 drochner Exp $
+$NetBSD: distinfo,v 1.44.2.1 2006/12/21 02:13:31 salo Exp $
-SHA1 (gdm-2.16.0.tar.bz2) = dba97d43b83a27351b53866d06a1b99c1ce21557
-RMD160 (gdm-2.16.0.tar.bz2) = e6775e55b0f4f7ec2dbde8e2295af7dcab4ae3b4
-Size (gdm-2.16.0.tar.bz2) = 3160137 bytes
+SHA1 (gdm-2.16.4.tar.bz2) = 61c9c2f5a29c99aaa85d2b76164540b949b2656b
+RMD160 (gdm-2.16.4.tar.bz2) = afccb19cb0e56af9a464fa538de4f59191705142
+Size (gdm-2.16.4.tar.bz2) = 3139838 bytes
SHA1 (patch-aa) = fa8fa6ca6b5d984b170454a7832f6faa3966a95d
SHA1 (patch-ab) = b151843608e3418962dfcbfd454cf0ba8aac39e0
SHA1 (patch-ac) = 69b3539e50af0b32207b9ffeb7cb01645c9ece3c