Your message dated Fri, 2 Jan 2009 19:37:39 GMT
with message-id <[email protected]>
and subject line directory-administrator has been removed from Debian, closing
#508401
has caused the Debian Bug report #508401,
regarding directory-administrator: Crashes due to bad call to g_strconcat()
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
508401: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508401
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: directory-administrator
Version: 1.7.1-1+b2
Severity: important
Tags: patch
Fixes a crash due to missing NULL in a call to g_strconcat().
diff -ru dir/src/appfunctions.c directory-administrator-1.7.1/src/appfunctions.c
--- dir/src/appfunctions.c 2008-11-22 07:53:48.000000000 -0500
+++ directory-administrator-1.7.1/src/appfunctions.c 2005-08-04
16:24:09.000000000 -0400
@@ -553,7 +553,7 @@
app_set_status(message);
g_free(message);
- message=g_strconcat("Directory administrator:
",connection_profile_get_name(current_connection_profile));
+ message=g_strconcat("Directory administrator:
",connection_profile_get_name(current_connection_profile),NULL);
gtk_window_set_title(GTK_WINDOW(app),message);
g_free(message);
}
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.27-rc5 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages directory-administrator depends on:
ii gdk-imlib11 1.9.15-7 imaging library for use with gtk
ii libart2 1.4.2-37+b2 The GNOME canvas widget - runtime
ii libaudiofile0 0.2.6-7 Open-source version of SGI's audio
ii libc6 2.7-16 GNU C Library: Shared libraries
ii libdb4.6 4.6.21-12 Berkeley v4.6 Database Libraries [
ii libesd0 0.2.36-3 Enlightened Sound Daemon - Shared
ii libglib1.2ldbl 1.2.10-19 The GLib library of C routines
ii libgnome32 1.4.2-37+b2 The GNOME libraries
ii libgnomesupport0 1.4.2-37+b2 The GNOME libraries (Support libra
ii libgnomeui32 1.4.2-37+b2 The GNOME libraries (User Interfac
ii libgtk1.2 1.2.10-18.1 The GIMP Toolkit set of widgets fo
ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library
ii libldap-2.4-2 2.4.11-1 OpenLDAP libraries
ii libsm6 2:1.0.3-2 X11 Session Management library
ii libx11-6 2:1.1.5-2 X11 client-side library
ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar
ii libxi6 2:1.1.4-1 X11 Input extension library
directory-administrator recommends no packages.
directory-administrator suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.7.1-1+rm
The directory-administrator package has been removed from Debian testing,
unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/507037 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
--- End Message ---