Bug#707862: Removed gtkmm-utils dependency

2013-05-27 Thread Mads Chr. Olesen
Upstream here:
I fixed this, and released a new version 1.2.1 for your convenience :-)
If there is anything that would make Referencer easier to package for
Debian, don't hesitate to contact us.

-- 
Mads Chr. Olesen m...@mchro.dk


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#424614: nstxd fails to start if chroot dir doesn't exist

2007-05-16 Thread Mads Chr. Olesen
Package: nstx
Version: 1.1-beta6-4
Severity: normal
Tags: patch

If the chroot dir (/var/run/nstxd by default) doesn't exist, nstxd fails
to start, e.g. if /var/run is on a RAM fs (tmpfs). The attached patch
tries to create the chroot dir, before chroot()'ing to it. This should
match the behaviour of other daemons.

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: arm (armv5tel)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-ixp4xx
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8)

Versions of packages nstx depends on:
ii  adduser 3.102Add and remove users and groups
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries

nstx recommends no packages.

-- no debconf information
Index: nstx-1.1-beta6/nstxd.c
===
--- nstx-1.1-beta6.orig/nstxd.c	2007-05-16 12:41:15.0 +0200
+++ nstx-1.1-beta6/nstxd.c	2007-05-16 12:50:41.0 +0200
@@ -22,6 +22,7 @@
 #include stdio.h
 #include string.h
 #include unistd.h
+#include sys/stat.h
 #include sys/types.h
 #include sys/socket.h
 #include fcntl.h
@@ -127,6 +128,13 @@
if (dir) {
 	/* Open the log-socket now (with LOG_NDELAY) before chroot-ing */
 	openlog(argv[0], LOG_PERROR|LOG_PID|LOG_CONS|LOG_NDELAY, LOG_DAEMON);
+
+	/* Make sure the chroot dir exists */
+	if (mkdir(dir, 0755)  0  errno != EEXIST) {
+		syslog(LOG_ERR, Can't create chroot dir %s: %m, dir);
+		exit(EXIT_FAILURE);
+	}
+
 	if (chroot(dir)) {
 		syslog(LOG_ERR, Can't chroot to %s: %m, dir);
 		exit(EXIT_FAILURE); /* Too many possible causes */


Bug#309243: gnome-gv: queries DNS-servers about local filenames

2005-05-15 Thread Mads Chr. Olesen
Package: gnome-gv
Version: 1:2.8.2-3
Severity: grave
Tags: security
Justification: user security hole

When ggv is started, a lot of network traffic can be seen. When viewed
with ethereal, it can be seen that many DNS-queries are made, to domains
that resemble document-names from the local system, e.g.:
Standard query  ckend_programming.pdf (quote Ethereal)
it then goes on to try other DNS servers and local domain names from
/etc/resolv.conf

Other examples of queries made are:
Standard query  1a_opg5-2.pdf (I have had a document called
Ma1a_opg5-2.pdf)
Standard query  ut_quickstart-22-07-2004_17-18-01.sxw

I have a document on my desktop called backend_programming.pdf, but
besides that I can't see where the filenames come from - they are all
documents I have opened at some point in time, missing the first few
letters. Whether I have had them all opened with ggv, I don't know. Some
file-names are .gif, some .pdf, some .sxw, some .zip.

It could be a misconfiguration, since I run Gnome 2.10 from
experimental, and my installation has been upgraded from the woody
days. Please write back, if you need further information.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.9
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1)

Versions of packages gnome-gv depends on:
ii  desktop-file-utils   0.10-1  Utilities for .desktop files
ii  gconf2   2.10.0-1GNOME configuration database syste
ii  gs   8.01-5  Transitional package
ii  gs-esp [gs]  7.07.1-9The Ghostscript PostScript interpr
ii  gs-gpl [gs]  8.01-5  The GPL Ghostscript PostScript int
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.9.0-1 The ATK accessibility toolkit
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-2 The Bonobo UI library
ii  libc62.3.4-3 GNU C Library: Shared libraries an
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libgconf2-4  2.10.0-1GNOME configuration database syste
ii  libgcrypt11  1.2.0-4 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgnome-keyring00.4.2-1 GNOME keyring services library
ii  libgnome2-0  2.10.0-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.10.0-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.10.0-1The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-9GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgtk2.0-0  2.6.4-1 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  liborbit21:2.12.2-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libtasn1-2   0.2.10-4Manage ASN.1 structures (runtime)
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxml2  2.6.16-7GNOME XML library
ii  scrollkeeper 0.3.14-10   A free electronic cataloging syste
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]